From efacfc89e56754a17582aadc6fe9bc5431c7c3ec Mon Sep 17 00:00:00 2001 From: GitHub Actions Bot Date: Sun, 26 Jul 2026 08:37:20 +0000 Subject: [PATCH] bump @linearb/gitstream-core to 2.1.294 --- dist/index.js | 22 +++++++++---------- package-lock.json | 56 ++++++++++++++++++++++++----------------------- package.json | 2 +- 3 files changed, 41 insertions(+), 39 deletions(-) diff --git a/dist/index.js b/dist/index.js index 62916128..954f5c1e 100644 --- a/dist/index.js +++ b/dist/index.js @@ -1,9 +1,9 @@ -(()=>{var __webpack_modules__={44914:function(ml,Al,Rl){"use strict";var zl=this&&this.__createBinding||(Object.create?function(ml,Al,Rl,zl){if(zl===undefined)zl=Rl;var rd=Object.getOwnPropertyDescriptor(Al,Rl);if(!rd||("get"in rd?!Al.__esModule:rd.writable||rd.configurable)){rd={enumerable:true,get:function(){return Al[Rl]}}}Object.defineProperty(ml,zl,rd)}:function(ml,Al,Rl,zl){if(zl===undefined)zl=Rl;ml[zl]=Al[Rl]});var rd=this&&this.__setModuleDefault||(Object.create?function(ml,Al){Object.defineProperty(ml,"default",{enumerable:true,value:Al})}:function(ml,Al){ml["default"]=Al});var yh=this&&this.__importStar||function(){var ownKeys=function(ml){ownKeys=Object.getOwnPropertyNames||function(ml){var Al=[];for(var Rl in ml)if(Object.prototype.hasOwnProperty.call(ml,Rl))Al[Al.length]=Rl;return Al};return ownKeys(ml)};return function(ml){if(ml&&ml.__esModule)return ml;var Al={};if(ml!=null)for(var Rl=ownKeys(ml),yh=0;yh0){ml+=" ";let Al=true;for(const Rl in this.properties){if(this.properties.hasOwnProperty(Rl)){const zl=this.properties[Rl];if(zl){if(Al){Al=false}else{ml+=","}ml+=`${Rl}=${escapeProperty(zl)}`}}}}ml+=`${cf}${escapeData(this.message)}`;return ml}}function escapeData(ml){return(0,Qh.toCommandValue)(ml).replace(/%/g,"%25").replace(/\r/g,"%0D").replace(/\n/g,"%0A")}function escapeProperty(ml){return(0,Qh.toCommandValue)(ml).replace(/%/g,"%25").replace(/\r/g,"%0D").replace(/\n/g,"%0A").replace(/:/g,"%3A").replace(/,/g,"%2C")}},37484:function(ml,Al,Rl){"use strict";var zl=this&&this.__createBinding||(Object.create?function(ml,Al,Rl,zl){if(zl===undefined)zl=Rl;var rd=Object.getOwnPropertyDescriptor(Al,Rl);if(!rd||("get"in rd?!Al.__esModule:rd.writable||rd.configurable)){rd={enumerable:true,get:function(){return Al[Rl]}}}Object.defineProperty(ml,zl,rd)}:function(ml,Al,Rl,zl){if(zl===undefined)zl=Rl;ml[zl]=Al[Rl]});var rd=this&&this.__setModuleDefault||(Object.create?function(ml,Al){Object.defineProperty(ml,"default",{enumerable:true,value:Al})}:function(ml,Al){ml["default"]=Al});var yh=this&&this.__importStar||function(){var ownKeys=function(ml){ownKeys=Object.getOwnPropertyNames||function(ml){var Al=[];for(var Rl in ml)if(Object.prototype.hasOwnProperty.call(ml,Rl))Al[Al.length]=Rl;return Al};return ownKeys(ml)};return function(ml){if(ml&&ml.__esModule)return ml;var Al={};if(ml!=null)for(var Rl=ownKeys(ml),yh=0;yhml!=="");if(Al&&Al.trimWhitespace===false){return Rl}return Rl.map(ml=>ml.trim())}function getBooleanInput(ml,Al){const Rl=["true","True","TRUE"];const zl=["false","False","FALSE"];const rd=getInput(ml,Al);if(Rl.includes(rd))return true;if(zl.includes(rd))return false;throw new TypeError(`Input does not meet YAML 1.2 "Core Schema" specification: ${ml}\n`+`Support boolean input list: \`true | True | TRUE | false | False | FALSE\``)}function setOutput(ml,Al){const Rl=process.env["GITHUB_OUTPUT"]||"";if(Rl){return(0,cf.issueFileCommand)("OUTPUT",(0,cf.prepareKeyValueMessage)(ml,Al))}process.stdout.write(r_.EOL);(0,Qh.issueCommand)("set-output",{name:ml},(0,t_.toCommandValue)(Al))}function setCommandEcho(ml){(0,Qh.issue)("echo",ml?"on":"off")}function setFailed(ml){process.exitCode=D_.Failure;error(ml)}function isDebug(){return process.env["RUNNER_DEBUG"]==="1"}function debug(ml){(0,Qh.issueCommand)("debug",{},ml)}function error(ml,Al={}){(0,Qh.issueCommand)("error",(0,t_.toCommandProperties)(Al),ml instanceof Error?ml.toString():ml)}function warning(ml,Al={}){(0,Qh.issueCommand)("warning",(0,t_.toCommandProperties)(Al),ml instanceof Error?ml.toString():ml)}function notice(ml,Al={}){(0,Qh.issueCommand)("notice",(0,t_.toCommandProperties)(Al),ml instanceof Error?ml.toString():ml)}function info(ml){process.stdout.write(ml+r_.EOL)}function startGroup(ml){(0,Qh.issue)("group",ml)}function endGroup(){(0,Qh.issue)("endgroup")}function group(ml,Al){return kh(this,void 0,void 0,function*(){startGroup(ml);let Rl;try{Rl=yield Al()}finally{endGroup()}return Rl})}function saveState(ml,Al){const Rl=process.env["GITHUB_STATE"]||"";if(Rl){return(0,cf.issueFileCommand)("STATE",(0,cf.prepareKeyValueMessage)(ml,Al))}(0,Qh.issueCommand)("save-state",{name:ml},(0,t_.toCommandValue)(Al))}function getState(ml){return process.env[`STATE_${ml}`]||""}function getIDToken(ml){return kh(this,void 0,void 0,function*(){return yield C_.OidcClient.getIDToken(ml)})}var S_=Rl(71847);Object.defineProperty(Al,"summary",{enumerable:true,get:function(){return S_.summary}});var P_=Rl(71847);Object.defineProperty(Al,"markdownSummary",{enumerable:true,get:function(){return P_.markdownSummary}});var Cg=Rl(31976);Object.defineProperty(Al,"toPosixPath",{enumerable:true,get:function(){return Cg.toPosixPath}});Object.defineProperty(Al,"toWin32Path",{enumerable:true,get:function(){return Cg.toWin32Path}});Object.defineProperty(Al,"toPlatformPath",{enumerable:true,get:function(){return Cg.toPlatformPath}});Al.platform=yh(Rl(18968))},24753:function(ml,Al,Rl){"use strict";var zl=this&&this.__createBinding||(Object.create?function(ml,Al,Rl,zl){if(zl===undefined)zl=Rl;var rd=Object.getOwnPropertyDescriptor(Al,Rl);if(!rd||("get"in rd?!Al.__esModule:rd.writable||rd.configurable)){rd={enumerable:true,get:function(){return Al[Rl]}}}Object.defineProperty(ml,zl,rd)}:function(ml,Al,Rl,zl){if(zl===undefined)zl=Rl;ml[zl]=Al[Rl]});var rd=this&&this.__setModuleDefault||(Object.create?function(ml,Al){Object.defineProperty(ml,"default",{enumerable:true,value:Al})}:function(ml,Al){ml["default"]=Al});var yh=this&&this.__importStar||function(){var ownKeys=function(ml){ownKeys=Object.getOwnPropertyNames||function(ml){var Al=[];for(var Rl in ml)if(Object.prototype.hasOwnProperty.call(ml,Rl))Al[Al.length]=Rl;return Al};return ownKeys(ml)};return function(ml){if(ml&&ml.__esModule)return ml;var Al={};if(ml!=null)for(var Rl=ownKeys(ml),yh=0;yh{throw new Error(`Failed to get ID Token. \n \n Error Code : ${ml.statusCode}\n \n Error Message: ${ml.message}`)});const rd=(Al=zl.result)===null||Al===void 0?void 0:Al.value;if(!rd){throw new Error("Response json body do not have ID Token field")}return rd})}static getIDToken(ml){return zl(this,void 0,void 0,function*(){try{let Al=OidcClient.getIDTokenUrl();if(ml){const Rl=encodeURIComponent(ml);Al=`${Al}&audience=${Rl}`}(0,kh.debug)(`ID token url is ${Al}`);const Rl=yield OidcClient.getCall(Al);(0,kh.setSecret)(Rl);return Rl}catch(ml){throw new Error(`Error message: ${ml.message}`)}})}}Al.OidcClient=OidcClient},31976:function(ml,Al,Rl){"use strict";var zl=this&&this.__createBinding||(Object.create?function(ml,Al,Rl,zl){if(zl===undefined)zl=Rl;var rd=Object.getOwnPropertyDescriptor(Al,Rl);if(!rd||("get"in rd?!Al.__esModule:rd.writable||rd.configurable)){rd={enumerable:true,get:function(){return Al[Rl]}}}Object.defineProperty(ml,zl,rd)}:function(ml,Al,Rl,zl){if(zl===undefined)zl=Rl;ml[zl]=Al[Rl]});var rd=this&&this.__setModuleDefault||(Object.create?function(ml,Al){Object.defineProperty(ml,"default",{enumerable:true,value:Al})}:function(ml,Al){ml["default"]=Al});var yh=this&&this.__importStar||function(){var ownKeys=function(ml){ownKeys=Object.getOwnPropertyNames||function(ml){var Al=[];for(var Rl in ml)if(Object.prototype.hasOwnProperty.call(ml,Rl))Al[Al.length]=Rl;return Al};return ownKeys(ml)};return function(ml){if(ml&&ml.__esModule)return ml;var Al={};if(ml!=null)for(var Rl=ownKeys(ml),yh=0;yhkh(void 0,void 0,void 0,function*(){const{stdout:ml}=yield t_.getExecOutput('powershell -command "(Get-CimInstance -ClassName Win32_OperatingSystem).Version"',undefined,{silent:true});const{stdout:Al}=yield t_.getExecOutput('powershell -command "(Get-CimInstance -ClassName Win32_OperatingSystem).Caption"',undefined,{silent:true});return{name:Al.trim(),version:ml.trim()}});const getMacOsInfo=()=>kh(void 0,void 0,void 0,function*(){var ml,Al,Rl,zl;const{stdout:rd}=yield t_.getExecOutput("sw_vers",undefined,{silent:true});const yh=(Al=(ml=rd.match(/ProductVersion:\s*(.+)/))===null||ml===void 0?void 0:ml[1])!==null&&Al!==void 0?Al:"";const kh=(zl=(Rl=rd.match(/ProductName:\s*(.+)/))===null||Rl===void 0?void 0:Rl[1])!==null&&zl!==void 0?zl:"";return{name:kh,version:yh}});const getLinuxInfo=()=>kh(void 0,void 0,void 0,function*(){const{stdout:ml}=yield t_.getExecOutput("lsb_release",["-i","-r","-s"],{silent:true});const[Al,Rl]=ml.trim().split("\n");return{name:Al,version:Rl}});Al.platform=cf.default.platform();Al.arch=cf.default.arch();Al.isWindows=Al.platform==="win32";Al.isMacOS=Al.platform==="darwin";Al.isLinux=Al.platform==="linux";function getDetails(){return kh(this,void 0,void 0,function*(){return Object.assign(Object.assign({},yield Al.isWindows?getWindowsInfo():Al.isMacOS?getMacOsInfo():getLinuxInfo()),{platform:Al.platform,arch:Al.arch,isWindows:Al.isWindows,isMacOS:Al.isMacOS,isLinux:Al.isLinux})})}},71847:function(ml,Al,Rl){"use strict";var zl=this&&this.__awaiter||function(ml,Al,Rl,zl){function adopt(ml){return ml instanceof Rl?ml:new Rl(function(Al){Al(ml)})}return new(Rl||(Rl=Promise))(function(Rl,rd){function fulfilled(ml){try{step(zl.next(ml))}catch(ml){rd(ml)}}function rejected(ml){try{step(zl["throw"](ml))}catch(ml){rd(ml)}}function step(ml){ml.done?Rl(ml.value):adopt(ml.value).then(fulfilled,rejected)}step((zl=zl.apply(ml,Al||[])).next())})};Object.defineProperty(Al,"__esModule",{value:true});Al.summary=Al.markdownSummary=Al.SUMMARY_DOCS_URL=Al.SUMMARY_ENV_VAR=void 0;const rd=Rl(70857);const yh=Rl(79896);const{access:kh,appendFile:Qh,writeFile:cf}=yh.promises;Al.SUMMARY_ENV_VAR="GITHUB_STEP_SUMMARY";Al.SUMMARY_DOCS_URL="https://docs.github.com/actions/using-workflows/workflow-commands-for-github-actions#adding-a-job-summary";class Summary{constructor(){this._buffer=""}filePath(){return zl(this,void 0,void 0,function*(){if(this._filePath){return this._filePath}const ml=process.env[Al.SUMMARY_ENV_VAR];if(!ml){throw new Error(`Unable to find environment variable for $${Al.SUMMARY_ENV_VAR}. Check if your runtime environment supports job summaries.`)}try{yield kh(ml,yh.constants.R_OK|yh.constants.W_OK)}catch(Al){throw new Error(`Unable to access summary file: '${ml}'. Check if the file has correct read/write permissions.`)}this._filePath=ml;return this._filePath})}wrap(ml,Al,Rl={}){const zl=Object.entries(Rl).map(([ml,Al])=>` ${ml}="${Al}"`).join("");if(!Al){return`<${ml}${zl}>`}return`<${ml}${zl}>${Al}`}write(ml){return zl(this,void 0,void 0,function*(){const Al=!!(ml===null||ml===void 0?void 0:ml.overwrite);const Rl=yield this.filePath();const zl=Al?cf:Qh;yield zl(Rl,this._buffer,{encoding:"utf8"});return this.emptyBuffer()})}clear(){return zl(this,void 0,void 0,function*(){return this.emptyBuffer().write({overwrite:true})})}stringify(){return this._buffer}isEmptyBuffer(){return this._buffer.length===0}emptyBuffer(){this._buffer="";return this}addRaw(ml,Al=false){this._buffer+=ml;return Al?this.addEOL():this}addEOL(){return this.addRaw(rd.EOL)}addCodeBlock(ml,Al){const Rl=Object.assign({},Al&&{lang:Al});const zl=this.wrap("pre",this.wrap("code",ml),Rl);return this.addRaw(zl).addEOL()}addList(ml,Al=false){const Rl=Al?"ol":"ul";const zl=ml.map(ml=>this.wrap("li",ml)).join("");const rd=this.wrap(Rl,zl);return this.addRaw(rd).addEOL()}addTable(ml){const Al=ml.map(ml=>{const Al=ml.map(ml=>{if(typeof ml==="string"){return this.wrap("td",ml)}const{header:Al,data:Rl,colspan:zl,rowspan:rd}=ml;const yh=Al?"th":"td";const kh=Object.assign(Object.assign({},zl&&{colspan:zl}),rd&&{rowspan:rd});return this.wrap(yh,Rl,kh)}).join("");return this.wrap("tr",Al)}).join("");const Rl=this.wrap("table",Al);return this.addRaw(Rl).addEOL()}addDetails(ml,Al){const Rl=this.wrap("details",this.wrap("summary",ml)+Al);return this.addRaw(Rl).addEOL()}addImage(ml,Al,Rl){const{width:zl,height:rd}=Rl||{};const yh=Object.assign(Object.assign({},zl&&{width:zl}),rd&&{height:rd});const kh=this.wrap("img",null,Object.assign({src:ml,alt:Al},yh));return this.addRaw(kh).addEOL()}addHeading(ml,Al){const Rl=`h${Al}`;const zl=["h1","h2","h3","h4","h5","h6"].includes(Rl)?Rl:"h1";const rd=this.wrap(zl,ml);return this.addRaw(rd).addEOL()}addSeparator(){const ml=this.wrap("hr",null);return this.addRaw(ml).addEOL()}addBreak(){const ml=this.wrap("br",null);return this.addRaw(ml).addEOL()}addQuote(ml,Al){const Rl=Object.assign({},Al&&{cite:Al});const zl=this.wrap("blockquote",ml,Rl);return this.addRaw(zl).addEOL()}addLink(ml,Al){const Rl=this.wrap("a",ml,{href:Al});return this.addRaw(Rl).addEOL()}}const t_=new Summary;Al.markdownSummary=t_;Al.summary=t_},30302:(ml,Al)=>{"use strict";Object.defineProperty(Al,"__esModule",{value:true});Al.toCommandValue=toCommandValue;Al.toCommandProperties=toCommandProperties;function toCommandValue(ml){if(ml===null||ml===undefined){return""}else if(typeof ml==="string"||ml instanceof String){return ml}return JSON.stringify(ml)}function toCommandProperties(ml){if(!Object.keys(ml).length){return{}}return{title:ml.title,file:ml.file,line:ml.startLine,endLine:ml.endLine,col:ml.startColumn,endColumn:ml.endColumn}}},95236:function(ml,Al,Rl){"use strict";var zl=this&&this.__createBinding||(Object.create?function(ml,Al,Rl,zl){if(zl===undefined)zl=Rl;var rd=Object.getOwnPropertyDescriptor(Al,Rl);if(!rd||("get"in rd?!Al.__esModule:rd.writable||rd.configurable)){rd={enumerable:true,get:function(){return Al[Rl]}}}Object.defineProperty(ml,zl,rd)}:function(ml,Al,Rl,zl){if(zl===undefined)zl=Rl;ml[zl]=Al[Rl]});var rd=this&&this.__setModuleDefault||(Object.create?function(ml,Al){Object.defineProperty(ml,"default",{enumerable:true,value:Al})}:function(ml,Al){ml["default"]=Al});var yh=this&&this.__importStar||function(){var ownKeys=function(ml){ownKeys=Object.getOwnPropertyNames||function(ml){var Al=[];for(var Rl in ml)if(Object.prototype.hasOwnProperty.call(ml,Rl))Al[Al.length]=Rl;return Al};return ownKeys(ml)};return function(ml){if(ml&&ml.__esModule)return ml;var Al={};if(ml!=null)for(var Rl=ownKeys(ml),yh=0;yh{kh+=t_.write(ml);if(u_){u_(ml)}};const stdOutListener=ml=>{yh+=cf.write(ml);if(r_){r_(ml)}};const C_=Object.assign(Object.assign({},Rl===null||Rl===void 0?void 0:Rl.listeners),{stdout:stdOutListener,stderr:stdErrListener});const D_=yield exec(ml,Al,Object.assign(Object.assign({},Rl),{listeners:C_}));yh+=cf.end();kh+=t_.end();return{exitCode:D_,stdout:yh,stderr:kh}})}},6665:function(ml,Al,Rl){"use strict";var zl=this&&this.__createBinding||(Object.create?function(ml,Al,Rl,zl){if(zl===undefined)zl=Rl;var rd=Object.getOwnPropertyDescriptor(Al,Rl);if(!rd||("get"in rd?!Al.__esModule:rd.writable||rd.configurable)){rd={enumerable:true,get:function(){return Al[Rl]}}}Object.defineProperty(ml,zl,rd)}:function(ml,Al,Rl,zl){if(zl===undefined)zl=Rl;ml[zl]=Al[Rl]});var rd=this&&this.__setModuleDefault||(Object.create?function(ml,Al){Object.defineProperty(ml,"default",{enumerable:true,value:Al})}:function(ml,Al){ml["default"]=Al});var yh=this&&this.__importStar||function(){var ownKeys=function(ml){ownKeys=Object.getOwnPropertyNames||function(ml){var Al=[];for(var Rl in ml)if(Object.prototype.hasOwnProperty.call(ml,Rl))Al[Al.length]=Rl;return Al};return ownKeys(ml)};return function(ml){if(ml&&ml.__esModule)return ml;var Al={};if(ml!=null)for(var Rl=ownKeys(ml),yh=0;yh-1){const ml=zl.substring(0,rd);Rl(ml);zl=zl.substring(rd+Qh.EOL.length);rd=zl.indexOf(Qh.EOL)}return zl}catch(ml){this._debug(`error processing line. Failed with error ${ml}`);return""}}_getSpawnFileName(){if(S_){if(this._isCmdFile()){return process.env["COMSPEC"]||"cmd.exe"}}return this.toolPath}_getSpawnArgs(ml){if(S_){if(this._isCmdFile()){let Al=`/D /S /C "${this._windowsQuoteCmdArg(this.toolPath)}`;for(const Rl of this.args){Al+=" ";Al+=ml.windowsVerbatimArguments?Rl:this._windowsQuoteCmdArg(Rl)}Al+='"';return[Al]}}return this.args}_endsWith(ml,Al){return ml.endsWith(Al)}_isCmdFile(){const ml=this.toolPath.toUpperCase();return this._endsWith(ml,".CMD")||this._endsWith(ml,".BAT")}_windowsQuoteCmdArg(ml){if(!this._isCmdFile()){return this._uvQuoteCmdArg(ml)}if(!ml){return'""'}const Al=[" ","\t","&","(",")","[","]","{","}","^","=",";","!","'","+",",","`","~","|","<",">",'"'];let Rl=false;for(const zl of ml){if(Al.some(ml=>ml===zl)){Rl=true;break}}if(!Rl){return ml}let zl='"';let rd=true;for(let Al=ml.length;Al>0;Al--){zl+=ml[Al-1];if(rd&&ml[Al-1]==="\\"){zl+="\\"}else if(ml[Al-1]==='"'){rd=true;zl+='"'}else{rd=false}}zl+='"';return zl.split("").reverse().join("")}_uvQuoteCmdArg(ml){if(!ml){return'""'}if(!ml.includes(" ")&&!ml.includes("\t")&&!ml.includes('"')){return ml}if(!ml.includes('"')&&!ml.includes("\\")){return`"${ml}"`}let Al='"';let Rl=true;for(let zl=ml.length;zl>0;zl--){Al+=ml[zl-1];if(Rl&&ml[zl-1]==="\\"){Al+="\\"}else if(ml[zl-1]==='"'){Rl=true;Al+="\\"}else{Rl=false}}Al+='"';return Al.split("").reverse().join("")}_cloneExecOptions(ml){ml=ml||{};const Al={cwd:ml.cwd||process.cwd(),env:ml.env||process.env,silent:ml.silent||false,windowsVerbatimArguments:ml.windowsVerbatimArguments||false,failOnStdErr:ml.failOnStdErr||false,ignoreReturnCode:ml.ignoreReturnCode||false,delay:ml.delay||1e4};Al.outStream=ml.outStream||process.stdout;Al.errStream=ml.errStream||process.stderr;return Al}_getSpawnOptions(ml,Al){ml=ml||{};const Rl={};Rl.cwd=ml.cwd;Rl.env=ml.env;Rl["windowsVerbatimArguments"]=ml.windowsVerbatimArguments||this._isCmdFile();if(ml.windowsVerbatimArguments){Rl.argv0=`"${Al}"`}return Rl}exec(){return kh(this,void 0,void 0,function*(){if(!C_.isRooted(this.toolPath)&&(this.toolPath.includes("/")||S_&&this.toolPath.includes("\\"))){this.toolPath=r_.resolve(process.cwd(),this.options.cwd||process.cwd(),this.toolPath)}this.toolPath=yield u_.which(this.toolPath,true);return new Promise((ml,Al)=>kh(this,void 0,void 0,function*(){this._debug(`exec tool: ${this.toolPath}`);this._debug("arguments:");for(const ml of this.args){this._debug(` ${ml}`)}const Rl=this._cloneExecOptions(this.options);if(!Rl.silent&&Rl.outStream){Rl.outStream.write(this._getCommandString(Rl)+Qh.EOL)}const zl=new ExecState(Rl,this.toolPath);zl.on("debug",ml=>{this._debug(ml)});if(this.options.cwd&&!(yield C_.exists(this.options.cwd))){return Al(new Error(`The cwd: ${this.options.cwd} does not exist!`))}const rd=this._getSpawnFileName();const yh=t_.spawn(rd,this._getSpawnArgs(Rl),this._getSpawnOptions(this.options,rd));let kh="";if(yh.stdout){yh.stdout.on("data",ml=>{if(this.options.listeners&&this.options.listeners.stdout){this.options.listeners.stdout(ml)}if(!Rl.silent&&Rl.outStream){Rl.outStream.write(ml)}kh=this._processLineBuffer(ml,kh,ml=>{if(this.options.listeners&&this.options.listeners.stdline){this.options.listeners.stdline(ml)}})})}let cf="";if(yh.stderr){yh.stderr.on("data",ml=>{zl.processStderr=true;if(this.options.listeners&&this.options.listeners.stderr){this.options.listeners.stderr(ml)}if(!Rl.silent&&Rl.errStream&&Rl.outStream){const Al=Rl.failOnStdErr?Rl.errStream:Rl.outStream;Al.write(ml)}cf=this._processLineBuffer(ml,cf,ml=>{if(this.options.listeners&&this.options.listeners.errline){this.options.listeners.errline(ml)}})})}yh.on("error",ml=>{zl.processError=ml.message;zl.processExited=true;zl.processClosed=true;zl.CheckComplete()});yh.on("exit",ml=>{zl.processExitCode=ml;zl.processExited=true;this._debug(`Exit code ${ml} received from tool '${this.toolPath}'`);zl.CheckComplete()});yh.on("close",ml=>{zl.processExitCode=ml;zl.processExited=true;zl.processClosed=true;this._debug(`STDIO streams have closed for tool '${this.toolPath}'`);zl.CheckComplete()});zl.on("done",(Rl,zl)=>{if(kh.length>0){this.emit("stdline",kh)}if(cf.length>0){this.emit("errline",cf)}yh.removeAllListeners();if(Rl){Al(Rl)}else{ml(zl)}});if(this.options.input){if(!yh.stdin){throw new Error("child process missing stdin")}yh.stdin.end(this.options.input)}}))})}}Al.ToolRunner=ToolRunner;function argStringToArray(ml){const Al=[];let Rl=false;let zl=false;let rd="";function append(ml){if(zl&&ml!=='"'){rd+="\\"}rd+=ml;zl=false}for(let yh=0;yh0){Al.push(rd);rd=""}continue}append(kh)}if(rd.length>0){Al.push(rd.trim())}return Al}class ExecState extends cf.EventEmitter{constructor(ml,Al){super();this.processClosed=false;this.processError="";this.processExitCode=0;this.processExited=false;this.processStderr=false;this.delay=1e4;this.done=false;this.timeout=null;if(!Al){throw new Error("toolPath must not be empty")}this.options=ml;this.toolPath=Al;if(ml.delay){this.delay=ml.delay}}CheckComplete(){if(this.done){return}if(this.processClosed){this._setResult()}else if(this.processExited){this.timeout=(0,D_.setTimeout)(ExecState.HandleTimeout,this.delay,this)}}_debug(ml){this.emit("debug",ml)}_setResult(){let ml;if(this.processExited){if(this.processError){ml=new Error(`There was an error when attempting to execute the process '${this.toolPath}'. This may indicate the process failed to start. Error: ${this.processError}`)}else if(this.processExitCode!==0&&!this.options.ignoreReturnCode){ml=new Error(`The process '${this.toolPath}' failed with exit code ${this.processExitCode}`)}else if(this.processStderr&&this.options.failOnStdErr){ml=new Error(`The process '${this.toolPath}' failed because one or more lines were written to the STDERR stream`)}}if(this.timeout){clearTimeout(this.timeout);this.timeout=null}this.done=true;this.emit("done",ml,this.processExitCode)}static HandleTimeout(ml){if(ml.done){return}if(!ml.processClosed&&ml.processExited){const Al=`The STDIO streams did not close within ${ml.delay/1e3} seconds of the exit event from process '${ml.toolPath}'. This may indicate a child process inherited the STDIO streams and has not yet exited.`;ml._debug(Al)}ml._setResult()}}},44552:function(ml,Al){"use strict";var Rl=this&&this.__awaiter||function(ml,Al,Rl,zl){function adopt(ml){return ml instanceof Rl?ml:new Rl(function(Al){Al(ml)})}return new(Rl||(Rl=Promise))(function(Rl,rd){function fulfilled(ml){try{step(zl.next(ml))}catch(ml){rd(ml)}}function rejected(ml){try{step(zl["throw"](ml))}catch(ml){rd(ml)}}function step(ml){ml.done?Rl(ml.value):adopt(ml.value).then(fulfilled,rejected)}step((zl=zl.apply(ml,Al||[])).next())})};Object.defineProperty(Al,"__esModule",{value:true});Al.PersonalAccessTokenCredentialHandler=Al.BearerCredentialHandler=Al.BasicCredentialHandler=void 0;class BasicCredentialHandler{constructor(ml,Al){this.username=ml;this.password=Al}prepareRequest(ml){if(!ml.headers){throw Error("The request has no headers")}ml.headers["Authorization"]=`Basic ${Buffer.from(`${this.username}:${this.password}`).toString("base64")}`}canHandleAuthentication(){return false}handleAuthentication(){return Rl(this,void 0,void 0,function*(){throw new Error("not implemented")})}}Al.BasicCredentialHandler=BasicCredentialHandler;class BearerCredentialHandler{constructor(ml){this.token=ml}prepareRequest(ml){if(!ml.headers){throw Error("The request has no headers")}ml.headers["Authorization"]=`Bearer ${this.token}`}canHandleAuthentication(){return false}handleAuthentication(){return Rl(this,void 0,void 0,function*(){throw new Error("not implemented")})}}Al.BearerCredentialHandler=BearerCredentialHandler;class PersonalAccessTokenCredentialHandler{constructor(ml){this.token=ml}prepareRequest(ml){if(!ml.headers){throw Error("The request has no headers")}ml.headers["Authorization"]=`Basic ${Buffer.from(`PAT:${this.token}`).toString("base64")}`}canHandleAuthentication(){return false}handleAuthentication(){return Rl(this,void 0,void 0,function*(){throw new Error("not implemented")})}}Al.PersonalAccessTokenCredentialHandler=PersonalAccessTokenCredentialHandler},54844:function(ml,Al,Rl){"use strict";var zl=this&&this.__createBinding||(Object.create?function(ml,Al,Rl,zl){if(zl===undefined)zl=Rl;var rd=Object.getOwnPropertyDescriptor(Al,Rl);if(!rd||("get"in rd?!Al.__esModule:rd.writable||rd.configurable)){rd={enumerable:true,get:function(){return Al[Rl]}}}Object.defineProperty(ml,zl,rd)}:function(ml,Al,Rl,zl){if(zl===undefined)zl=Rl;ml[zl]=Al[Rl]});var rd=this&&this.__setModuleDefault||(Object.create?function(ml,Al){Object.defineProperty(ml,"default",{enumerable:true,value:Al})}:function(ml,Al){ml["default"]=Al});var yh=this&&this.__importStar||function(){var ownKeys=function(ml){ownKeys=Object.getOwnPropertyNames||function(ml){var Al=[];for(var Rl in ml)if(Object.prototype.hasOwnProperty.call(ml,Rl))Al[Al.length]=Rl;return Al};return ownKeys(ml)};return function(ml){if(ml&&ml.__esModule)return ml;var Al={};if(ml!=null)for(var Rl=ownKeys(ml),yh=0;yhkh(this,void 0,void 0,function*(){let Al=Buffer.alloc(0);this.message.on("data",ml=>{Al=Buffer.concat([Al,ml])});this.message.on("end",()=>{ml(Al.toString())})}))})}readBodyBuffer(){return kh(this,void 0,void 0,function*(){return new Promise(ml=>kh(this,void 0,void 0,function*(){const Al=[];this.message.on("data",ml=>{Al.push(ml)});this.message.on("end",()=>{ml(Buffer.concat(Al))})}))})}}Al.HttpClientResponse=HttpClientResponse;function isHttps(ml){const Al=new URL(ml);return Al.protocol==="https:"}class HttpClient{constructor(ml,Al,Rl){this._ignoreSslError=false;this._allowRedirects=true;this._allowRedirectDowngrade=false;this._maxRedirects=50;this._allowRetries=false;this._maxRetries=1;this._keepAlive=false;this._disposed=false;this.userAgent=this._getUserAgentWithOrchestrationId(ml);this.handlers=Al||[];this.requestOptions=Rl;if(Rl){if(Rl.ignoreSslError!=null){this._ignoreSslError=Rl.ignoreSslError}this._socketTimeout=Rl.socketTimeout;if(Rl.allowRedirects!=null){this._allowRedirects=Rl.allowRedirects}if(Rl.allowRedirectDowngrade!=null){this._allowRedirectDowngrade=Rl.allowRedirectDowngrade}if(Rl.maxRedirects!=null){this._maxRedirects=Math.max(Rl.maxRedirects,0)}if(Rl.keepAlive!=null){this._keepAlive=Rl.keepAlive}if(Rl.allowRetries!=null){this._allowRetries=Rl.allowRetries}if(Rl.maxRetries!=null){this._maxRetries=Rl.maxRetries}}}options(ml,Al){return kh(this,void 0,void 0,function*(){return this.request("OPTIONS",ml,null,Al||{})})}get(ml,Al){return kh(this,void 0,void 0,function*(){return this.request("GET",ml,null,Al||{})})}del(ml,Al){return kh(this,void 0,void 0,function*(){return this.request("DELETE",ml,null,Al||{})})}post(ml,Al,Rl){return kh(this,void 0,void 0,function*(){return this.request("POST",ml,Al,Rl||{})})}patch(ml,Al,Rl){return kh(this,void 0,void 0,function*(){return this.request("PATCH",ml,Al,Rl||{})})}put(ml,Al,Rl){return kh(this,void 0,void 0,function*(){return this.request("PUT",ml,Al,Rl||{})})}head(ml,Al){return kh(this,void 0,void 0,function*(){return this.request("HEAD",ml,null,Al||{})})}sendStream(ml,Al,Rl,zl){return kh(this,void 0,void 0,function*(){return this.request(ml,Al,Rl,zl)})}getJson(ml){return kh(this,arguments,void 0,function*(ml,Al={}){Al[D_.Accept]=this._getExistingOrDefaultHeader(Al,D_.Accept,S_.ApplicationJson);const Rl=yield this.get(ml,Al);return this._processResponse(Rl,this.requestOptions)})}postJson(ml,Al){return kh(this,arguments,void 0,function*(ml,Al,Rl={}){const zl=JSON.stringify(Al,null,2);Rl[D_.Accept]=this._getExistingOrDefaultHeader(Rl,D_.Accept,S_.ApplicationJson);Rl[D_.ContentType]=this._getExistingOrDefaultContentTypeHeader(Rl,S_.ApplicationJson);const rd=yield this.post(ml,zl,Rl);return this._processResponse(rd,this.requestOptions)})}putJson(ml,Al){return kh(this,arguments,void 0,function*(ml,Al,Rl={}){const zl=JSON.stringify(Al,null,2);Rl[D_.Accept]=this._getExistingOrDefaultHeader(Rl,D_.Accept,S_.ApplicationJson);Rl[D_.ContentType]=this._getExistingOrDefaultContentTypeHeader(Rl,S_.ApplicationJson);const rd=yield this.put(ml,zl,Rl);return this._processResponse(rd,this.requestOptions)})}patchJson(ml,Al){return kh(this,arguments,void 0,function*(ml,Al,Rl={}){const zl=JSON.stringify(Al,null,2);Rl[D_.Accept]=this._getExistingOrDefaultHeader(Rl,D_.Accept,S_.ApplicationJson);Rl[D_.ContentType]=this._getExistingOrDefaultContentTypeHeader(Rl,S_.ApplicationJson);const rd=yield this.patch(ml,zl,Rl);return this._processResponse(rd,this.requestOptions)})}request(ml,Al,Rl,zl){return kh(this,void 0,void 0,function*(){if(this._disposed){throw new Error("Client has already been disposed.")}const rd=new URL(Al);let yh=this._prepareRequest(ml,rd,zl);const kh=this._allowRetries&&eA.includes(ml)?this._maxRetries+1:1;let Qh=0;let cf;do{cf=yield this.requestRaw(yh,Rl);if(cf&&cf.message&&cf.message.statusCode===C_.Unauthorized){let ml;for(const Al of this.handlers){if(Al.canHandleAuthentication(cf)){ml=Al;break}}if(ml){return ml.handleAuthentication(this,yh,Rl)}else{return cf}}let Al=this._maxRedirects;while(cf.message.statusCode&&P_.includes(cf.message.statusCode)&&this._allowRedirects&&Al>0){const kh=cf.message.headers["location"];if(!kh){break}const Qh=new URL(kh);if(rd.protocol==="https:"&&rd.protocol!==Qh.protocol&&!this._allowRedirectDowngrade){throw new Error("Redirect from HTTPS to HTTP protocol. This downgrade is not allowed for security reasons. If you want to allow this behavior, set the allowRedirectDowngrade option to true.")}yield cf.readBody();if(Qh.hostname!==rd.hostname){for(const ml in zl){if(ml.toLowerCase()==="authorization"){delete zl[ml]}}}yh=this._prepareRequest(ml,Qh,zl);cf=yield this.requestRaw(yh,Rl);Al--}if(!cf.message.statusCode||!Cg.includes(cf.message.statusCode)){return cf}Qh+=1;if(Qh{function callbackForResult(ml,Al){if(ml){zl(ml)}else if(!Al){zl(new Error("Unknown error"))}else{Rl(Al)}}this.requestRawWithCallback(ml,Al,callbackForResult)})})}requestRawWithCallback(ml,Al,Rl){if(typeof Al==="string"){if(!ml.options.headers){ml.options.headers={}}ml.options.headers["Content-Length"]=Buffer.byteLength(Al,"utf8")}let zl=false;function handleResult(ml,Al){if(!zl){zl=true;Rl(ml,Al)}}const rd=ml.httpModule.request(ml.options,ml=>{const Al=new HttpClientResponse(ml);handleResult(undefined,Al)});let yh;rd.on("socket",ml=>{yh=ml});rd.setTimeout(this._socketTimeout||3*6e4,()=>{if(yh){yh.end()}handleResult(new Error(`Request timeout: ${ml.options.path}`))});rd.on("error",function(ml){handleResult(ml)});if(Al&&typeof Al==="string"){rd.write(Al,"utf8")}if(Al&&typeof Al!=="string"){Al.on("close",function(){rd.end()});Al.pipe(rd)}else{rd.end()}}getAgent(ml){const Al=new URL(ml);return this._getAgent(Al)}getAgentDispatcher(ml){const Al=new URL(ml);const Rl=t_.getProxyUrl(Al);const zl=Rl&&Rl.hostname;if(!zl){return}return this._getProxyAgentDispatcher(Al,Rl)}_prepareRequest(ml,Al,Rl){const zl={};zl.parsedUrl=Al;const rd=zl.parsedUrl.protocol==="https:";zl.httpModule=rd?cf:Qh;const yh=rd?443:80;zl.options={};zl.options.host=zl.parsedUrl.hostname;zl.options.port=zl.parsedUrl.port?parseInt(zl.parsedUrl.port):yh;zl.options.path=(zl.parsedUrl.pathname||"")+(zl.parsedUrl.search||"");zl.options.method=ml;zl.options.headers=this._mergeHeaders(Rl);if(this.userAgent!=null){zl.options.headers["user-agent"]=this.userAgent}zl.options.agent=this._getAgent(zl.parsedUrl);if(this.handlers){for(const ml of this.handlers){ml.prepareRequest(zl.options)}}return zl}_mergeHeaders(ml){if(this.requestOptions&&this.requestOptions.headers){return Object.assign({},lowercaseKeys(this.requestOptions.headers),lowercaseKeys(ml||{}))}return lowercaseKeys(ml||{})}_getExistingOrDefaultHeader(ml,Al,Rl){let zl;if(this.requestOptions&&this.requestOptions.headers){const ml=lowercaseKeys(this.requestOptions.headers)[Al];if(ml){zl=typeof ml==="number"?ml.toString():ml}}const rd=ml[Al];if(rd!==undefined){return typeof rd==="number"?rd.toString():rd}if(zl!==undefined){return zl}return Rl}_getExistingOrDefaultContentTypeHeader(ml,Al){let Rl;if(this.requestOptions&&this.requestOptions.headers){const ml=lowercaseKeys(this.requestOptions.headers)[D_.ContentType];if(ml){if(typeof ml==="number"){Rl=String(ml)}else if(Array.isArray(ml)){Rl=ml.join(", ")}else{Rl=ml}}}const zl=ml[D_.ContentType];if(zl!==undefined){if(typeof zl==="number"){return String(zl)}else if(Array.isArray(zl)){return zl.join(", ")}else{return zl}}if(Rl!==undefined){return Rl}return Al}_getAgent(ml){let Al;const Rl=t_.getProxyUrl(ml);const zl=Rl&&Rl.hostname;if(this._keepAlive&&zl){Al=this._proxyAgent}if(!zl){Al=this._agent}if(Al){return Al}const rd=ml.protocol==="https:";let yh=100;if(this.requestOptions){yh=this.requestOptions.maxSockets||Qh.globalAgent.maxSockets}if(Rl&&Rl.hostname){const ml={maxSockets:yh,keepAlive:this._keepAlive,proxy:Object.assign(Object.assign({},(Rl.username||Rl.password)&&{proxyAuth:`${Rl.username}:${Rl.password}`}),{host:Rl.hostname,port:Rl.port})};let zl;const kh=Rl.protocol==="https:";if(rd){zl=kh?r_.httpsOverHttps:r_.httpsOverHttp}else{zl=kh?r_.httpOverHttps:r_.httpOverHttp}Al=zl(ml);this._proxyAgent=Al}if(!Al){const ml={keepAlive:this._keepAlive,maxSockets:yh};Al=rd?new cf.Agent(ml):new Qh.Agent(ml);this._agent=Al}if(rd&&this._ignoreSslError){Al.options=Object.assign(Al.options||{},{rejectUnauthorized:false})}return Al}_getProxyAgentDispatcher(ml,Al){let Rl;if(this._keepAlive){Rl=this._proxyAgentDispatcher}if(Rl){return Rl}const zl=ml.protocol==="https:";Rl=new u_.ProxyAgent(Object.assign({uri:Al.href,pipelining:!this._keepAlive?0:1},(Al.username||Al.password)&&{token:`Basic ${Buffer.from(`${Al.username}:${Al.password}`).toString("base64")}`}));this._proxyAgentDispatcher=Rl;if(zl&&this._ignoreSslError){Rl.options=Object.assign(Rl.options.requestTls||{},{rejectUnauthorized:false})}return Rl}_getUserAgentWithOrchestrationId(ml){const Al=ml||"actions/http-client";const Rl=process.env["ACTIONS_ORCHESTRATION_ID"];if(Rl){const ml=Rl.replace(/[^a-z0-9_.-]/gi,"_");return`${Al} actions_orchestration_id/${ml}`}return Al}_performExponentialBackoff(ml){return kh(this,void 0,void 0,function*(){ml=Math.min(tA,ml);const Al=rA*Math.pow(2,ml);return new Promise(ml=>setTimeout(()=>ml(),Al))})}_processResponse(ml,Al){return kh(this,void 0,void 0,function*(){return new Promise((Rl,zl)=>kh(this,void 0,void 0,function*(){const rd=ml.message.statusCode||0;const yh={statusCode:rd,result:null,headers:{}};if(rd===C_.NotFound){Rl(yh)}function dateTimeDeserializer(ml,Al){if(typeof Al==="string"){const ml=new Date(Al);if(!isNaN(ml.valueOf())){return ml}}return Al}let kh;let Qh;try{Qh=yield ml.readBody();if(Qh&&Qh.length>0){if(Al&&Al.deserializeDates){kh=JSON.parse(Qh,dateTimeDeserializer)}else{kh=JSON.parse(Qh)}yh.result=kh}yh.headers=ml.message.headers}catch(ml){}if(rd>299){let ml;if(kh&&kh.message){ml=kh.message}else if(Qh&&Qh.length>0){ml=Qh}else{ml=`Failed request: (${rd})`}const Al=new HttpClientError(ml,rd);Al.result=yh.result;zl(Al)}else{Rl(yh)}}))})}}Al.HttpClient=HttpClient;const lowercaseKeys=ml=>Object.keys(ml).reduce((Al,Rl)=>(Al[Rl.toLowerCase()]=ml[Rl],Al),{})},54988:(ml,Al)=>{"use strict";Object.defineProperty(Al,"__esModule",{value:true});Al.getProxyUrl=getProxyUrl;Al.checkBypass=checkBypass;function getProxyUrl(ml){const Al=ml.protocol==="https:";if(checkBypass(ml)){return undefined}const Rl=(()=>{if(Al){return process.env["https_proxy"]||process.env["HTTPS_PROXY"]}else{return process.env["http_proxy"]||process.env["HTTP_PROXY"]}})();if(Rl){try{return new DecodedURL(Rl)}catch(ml){if(!Rl.startsWith("http://")&&!Rl.startsWith("https://"))return new DecodedURL(`http://${Rl}`)}}else{return undefined}}function checkBypass(ml){if(!ml.hostname){return false}const Al=ml.hostname;if(isLoopbackAddress(Al)){return true}const Rl=process.env["no_proxy"]||process.env["NO_PROXY"]||"";if(!Rl){return false}let zl;if(ml.port){zl=Number(ml.port)}else if(ml.protocol==="http:"){zl=80}else if(ml.protocol==="https:"){zl=443}const rd=[ml.hostname.toUpperCase()];if(typeof zl==="number"){rd.push(`${rd[0]}:${zl}`)}for(const ml of Rl.split(",").map(ml=>ml.trim().toUpperCase()).filter(ml=>ml)){if(ml==="*"||rd.some(Al=>Al===ml||Al.endsWith(`.${ml}`)||ml.startsWith(".")&&Al.endsWith(`${ml}`))){return true}}return false}function isLoopbackAddress(ml){const Al=ml.toLowerCase();return Al==="localhost"||Al.startsWith("127.")||Al.startsWith("[::1]")||Al.startsWith("[0:0:0:0:0:0:0:1]")}class DecodedURL extends URL{constructor(ml,Al){super(ml,Al);this._decodedUsername=decodeURIComponent(super.username);this._decodedPassword=decodeURIComponent(super.password)}get username(){return this._decodedUsername}get password(){return this._decodedPassword}}},75207:function(ml,Al,Rl){"use strict";var zl=this&&this.__createBinding||(Object.create?function(ml,Al,Rl,zl){if(zl===undefined)zl=Rl;var rd=Object.getOwnPropertyDescriptor(Al,Rl);if(!rd||("get"in rd?!Al.__esModule:rd.writable||rd.configurable)){rd={enumerable:true,get:function(){return Al[Rl]}}}Object.defineProperty(ml,zl,rd)}:function(ml,Al,Rl,zl){if(zl===undefined)zl=Rl;ml[zl]=Al[Rl]});var rd=this&&this.__setModuleDefault||(Object.create?function(ml,Al){Object.defineProperty(ml,"default",{enumerable:true,value:Al})}:function(ml,Al){ml["default"]=Al});var yh=this&&this.__importStar||function(){var ownKeys=function(ml){ownKeys=Object.getOwnPropertyNames||function(ml){var Al=[];for(var Rl in ml)if(Object.prototype.hasOwnProperty.call(ml,Rl))Al[Al.length]=Rl;return Al};return ownKeys(ml)};return function(ml){if(ml&&ml.__esModule)return ml;var Al={};if(ml!=null)for(var Rl=ownKeys(ml),yh=0;yhml.toUpperCase()===Al)){return ml}}else{if(isUnixExecutable(zl)){return ml}}}const rd=ml;for(const yh of Rl){ml=rd+yh;zl=undefined;try{zl=yield(0,Al.stat)(ml)}catch(Al){if(Al.code!=="ENOENT"){console.log(`Unexpected error attempting to determine if executable file exists '${ml}': ${Al}`)}}if(zl&&zl.isFile()){if(Al.IS_WINDOWS){try{const Rl=t_.dirname(ml);const zl=t_.basename(ml).toUpperCase();for(const rd of yield(0,Al.readdir)(Rl)){if(zl===rd.toUpperCase()){ml=t_.join(Rl,rd);break}}}catch(Al){console.log(`Unexpected error attempting to determine the actual case of the file '${ml}': ${Al}`)}return ml}else{if(isUnixExecutable(zl)){return ml}}}}return""})}function normalizeSeparators(ml){ml=ml||"";if(Al.IS_WINDOWS){ml=ml.replace(/\//g,"\\");return ml.replace(/\\\\+/g,"\\")}return ml.replace(/\/\/+/g,"/")}function isUnixExecutable(ml){return(ml.mode&1)>0||(ml.mode&8)>0&&process.getgid!==undefined&&ml.gid===process.getgid()||(ml.mode&64)>0&&process.getuid!==undefined&&ml.uid===process.getuid()}function getCmdPath(){var ml;return(ml=process.env["COMSPEC"])!==null&&ml!==void 0?ml:`cmd.exe`}},94994:function(ml,Al,Rl){"use strict";var zl=this&&this.__createBinding||(Object.create?function(ml,Al,Rl,zl){if(zl===undefined)zl=Rl;var rd=Object.getOwnPropertyDescriptor(Al,Rl);if(!rd||("get"in rd?!Al.__esModule:rd.writable||rd.configurable)){rd={enumerable:true,get:function(){return Al[Rl]}}}Object.defineProperty(ml,zl,rd)}:function(ml,Al,Rl,zl){if(zl===undefined)zl=Rl;ml[zl]=Al[Rl]});var rd=this&&this.__setModuleDefault||(Object.create?function(ml,Al){Object.defineProperty(ml,"default",{enumerable:true,value:Al})}:function(ml,Al){ml["default"]=Al});var yh=this&&this.__importStar||function(){var ownKeys=function(ml){ownKeys=Object.getOwnPropertyNames||function(ml){var Al=[];for(var Rl in ml)if(Object.prototype.hasOwnProperty.call(ml,Rl))Al[Al.length]=Rl;return Al};return ownKeys(ml)};return function(ml){if(ml&&ml.__esModule)return ml;var Al={};if(ml!=null)for(var Rl=ownKeys(ml),yh=0;yh|]/.test(ml)){throw new Error('File path must not contain `*`, `"`, `<`, `>` or `|` on Windows')}}try{yield t_.rm(ml,{force:true,maxRetries:3,recursive:true,retryDelay:300})}catch(ml){throw new Error(`File was unable to be removed ${ml}`)}})}function mkdirP(ml){return kh(this,void 0,void 0,function*(){(0,Qh.ok)(ml,"a path argument must be provided");yield t_.mkdir(ml,{recursive:true})})}function which(ml,Al){return kh(this,void 0,void 0,function*(){if(!ml){throw new Error("parameter 'tool' is required")}if(Al){const Al=yield which(ml,false);if(!Al){if(t_.IS_WINDOWS){throw new Error(`Unable to locate executable file: ${ml}. Please verify either the file path exists or the file can be found within a directory specified by the PATH environment variable. Also verify the file has a valid extension for an executable file.`)}else{throw new Error(`Unable to locate executable file: ${ml}. Please verify either the file path exists or the file can be found within a directory specified by the PATH environment variable. Also check the file mode to verify the file is executable.`)}}return Al}const Rl=yield findInPath(ml);if(Rl&&Rl.length>0){return Rl[0]}return""})}function findInPath(ml){return kh(this,void 0,void 0,function*(){if(!ml){throw new Error("parameter 'tool' is required")}const Al=[];if(t_.IS_WINDOWS&&process.env["PATHEXT"]){for(const ml of process.env["PATHEXT"].split(cf.delimiter)){if(ml){Al.push(ml)}}}if(t_.isRooted(ml)){const Rl=yield t_.tryGetExecutablePath(ml,Al);if(Rl){return[Rl]}return[]}if(ml.includes(cf.sep)){return[]}const Rl=[];if(process.env.PATH){for(const ml of process.env.PATH.split(cf.delimiter)){if(ml){Rl.push(ml)}}}const zl=[];for(const rd of Rl){const Rl=yield t_.tryGetExecutablePath(cf.join(rd,ml),Al);if(Rl){zl.push(Rl)}}return zl})}function readCopyOptions(ml){const Al=ml.force==null?true:ml.force;const Rl=Boolean(ml.recursive);const zl=ml.copySourceDirectory==null?true:Boolean(ml.copySourceDirectory);return{force:Al,recursive:Rl,copySourceDirectory:zl}}function cpDirRecursive(ml,Al,Rl,zl){return kh(this,void 0,void 0,function*(){if(Rl>=255)return;Rl++;yield mkdirP(Al);const rd=yield t_.readdir(ml);for(const yh of rd){const rd=`${ml}/${yh}`;const kh=`${Al}/${yh}`;const Qh=yield t_.lstat(rd);if(Qh.isDirectory()){yield cpDirRecursive(rd,kh,Rl,zl)}else{yield copyFile(rd,kh,zl)}}yield t_.chmod(Al,(yield t_.stat(ml)).mode)})}function copyFile(ml,Al,Rl){return kh(this,void 0,void 0,function*(){if((yield t_.lstat(ml)).isSymbolicLink()){try{yield t_.lstat(Al);yield t_.unlink(Al)}catch(ml){if(ml.code==="EPERM"){yield t_.chmod(Al,"0666");yield t_.unlink(Al)}}const Rl=yield t_.readlink(ml);yield t_.symlink(Rl,Al,t_.IS_WINDOWS?"junction":null)}else if(!(yield t_.exists(Al))||Rl){yield t_.copyFile(ml,Al)}})}},14281:(ml,Al,Rl)=>{"use strict";var zl=Rl(68672);var rd=Rl(4908);var yh=Rl(40240);function _interopDefault(ml){return ml&&ml.__esModule?ml:{default:ml}}var kh=_interopDefault(yh);function appendFormFromObject(ml){const Al=new FormData;Object.entries(ml).forEach(([ml,Rl])=>{if(Rl==null)return;if(Array.isArray(Rl))Al.append(ml,Rl[0],Rl[1]);else Al.append(ml,Rl)});return Al}var Qh=class{value;constructor(ml){this.value=ml}toString(){return this.value}};function endpoint(ml,...Al){return Al.reduce((Al,Rl,zl)=>{const rd=Rl instanceof Qh?Rl.value:encodeURIComponent(String(Rl));return Al+rd+ml[zl+1]},ml[0])}function parseLinkHeader(ml){const Al={};const Rl=/<([^>]+)>; rel="([^"]+)"/g;let zl;while(zl=Rl.exec(ml)){const[,ml,Rl]=zl;Al[Rl]=ml}return Al}function reformatObjectOptions(ml,Al,Rl=false){const zl=Rl?rd.decamelizeKeys(ml):ml;return kh.default.stringify({[Al]:zl},{encode:false}).split("&").reduce((ml,Al)=>{const[Rl,zl]=Al.split(/=(.*)/);ml[Rl]=zl;return ml},{})}function packageResponse(ml,Al){return Al?{data:ml.body,status:ml.status,headers:ml.headers}:ml.body}function getStream(ml,Al){return packageResponse(ml,Al)}function getSingle(ml,Al,Rl){const{status:zl,headers:yh}=Al;let{body:kh}=Al;if(ml)kh=rd.camelizeKeys(kh);return packageResponse({body:kh,status:zl,headers:yh},Rl)}async function getManyMore(ml,Al,Rl,zl,kh,Qh){const{sudo:cf,showExpanded:t_,maxPages:r_,pagination:u_,page:C_,perPage:D_,idAfter:S_,orderBy:P_,sort:Cg}=kh;if(ml)zl.body=rd.camelizeKeys(zl?.body);const eA=[...Qh||[],...zl.body];const tA=r_&&D_?eA.length/+D_{const{asStream:zl,sudo:rd,showExpanded:yh,maxPages:kh,...Qh}=Rl||{};const cf=ml.queryTimeout?AbortSignal.timeout(ml.queryTimeout):void 0;const t_=await ml.requester.get(Al,{searchParams:Qh,sudo:rd,asStream:zl,signal:cf});const r_=ml.camelize||false;if(zl)return getStream(t_,yh);if(!Array.isArray(t_.body))return getSingle(r_,t_,yh);const u_={sudo:rd,showExpanded:yh,maxPages:kh,...Qh};return getManyMore(r_,(Al,Rl)=>ml.requester.get(Al,{...Rl,signal:cf}),Al,t_,u_)}}function post(){return async(ml,Al,{searchParams:Rl,isForm:zl,sudo:yh,showExpanded:kh,...Qh}={})=>{const cf=zl?appendFormFromObject(Qh):Qh;const t_=await ml.requester.post(Al,{searchParams:Rl,body:cf,sudo:yh,signal:ml.queryTimeout?AbortSignal.timeout(ml.queryTimeout):void 0});if(ml.camelize)t_.body=rd.camelizeKeys(t_.body);return packageResponse(t_,kh)}}function put(){return async(ml,Al,{searchParams:Rl,isForm:zl,sudo:yh,showExpanded:kh,...Qh}={})=>{const cf=zl?appendFormFromObject(Qh):Qh;const t_=await ml.requester.put(Al,{body:cf,searchParams:Rl,sudo:yh,signal:ml.queryTimeout?AbortSignal.timeout(ml.queryTimeout):void 0});if(ml.camelize)t_.body=rd.camelizeKeys(t_.body);return packageResponse(t_,kh)}}function patch(){return async(ml,Al,{searchParams:Rl,isForm:zl,sudo:yh,showExpanded:kh,...Qh}={})=>{const cf=zl?appendFormFromObject(Qh):Qh;const t_=await ml.requester.patch(Al,{body:cf,searchParams:Rl,sudo:yh,signal:ml.queryTimeout?AbortSignal.timeout(ml.queryTimeout):void 0});if(ml.camelize)t_.body=rd.camelizeKeys(t_.body);return packageResponse(t_,kh)}}function del(){return async(ml,Al,{sudo:Rl,showExpanded:zl,searchParams:rd,...yh}={})=>{const kh=await ml.requester.delete(Al,{body:yh,searchParams:rd,sudo:Rl,signal:ml.queryTimeout?AbortSignal.timeout(ml.queryTimeout):void 0});return packageResponse(kh,zl)}}var cf={post:post,put:put,patch:patch,get:get,del:del};var t_=class extends zl.BaseResource{all(ml,Al){return cf.get()(this,endpoint`projects/${ml}/cluster_agents`,Al)}allTokens(ml,Al,Rl){return cf.get()(this,endpoint`projects/${ml}/cluster_agents/${Al}/tokens`,Rl)}createToken(ml,Al,Rl,zl){return cf.get()(this,endpoint`projects/${ml}/cluster_agents/${Al}/tokens`,{name:Rl,...zl})}show(ml,Al,Rl){return cf.get()(this,endpoint`projects/${ml}/cluster_agents/${Al}`,Rl)}showToken(ml,Al,Rl,zl){return cf.get()(this,endpoint`projects/${ml}/cluster_agents/${Al}/tokens/${Rl}`,zl)}register(ml,Al,Rl){return cf.post()(this,endpoint`projects/${ml}/cluster_agents`,{name:Al,...Rl})}removeToken(ml,Al,Rl,zl){return cf.del()(this,endpoint`projects/${ml}/cluster_agents/${Al}/tokens/${Rl}`,zl)}unregister(ml,Al,Rl){return cf.del()(this,endpoint`projects/${ml}/cluster_agents/${Al}`,Rl)}};var r_=class extends zl.BaseResource{allMetricImages(ml,Al,Rl){return cf.get()(this,endpoint`projects/${ml}/alert_management_alerts/${Al}/metric_images`,Rl)}editMetricImage(ml,Al,Rl,zl){return cf.put()(this,endpoint`projects/${ml}/alert_management_alerts/${Al}/metric_images/${Rl}`,zl)}removeMetricImage(ml,Al,Rl,zl){return cf.del()(this,endpoint`projects/${ml}/alert_management_alerts/${Al}/metric_images/${Rl}`,zl)}uploadMetricImage(ml,Al,Rl,zl){return cf.post()(this,endpoint`projects/${ml}/alert_management_alerts/${Al}/metric_images`,{isForm:true,file:[Rl.content,Rl.filename],...zl})}};var u_=class extends zl.BaseResource{show(ml){return cf.get()(this,"application/appearence",ml)}edit({logo:ml,pwaIcon:Al,...Rl}={}){if(ml||Al){const zl={...Rl,isForm:true};if(ml)zl.logo=[ml.content,ml.filename];if(Al)zl.pwaIcon=[Al.content,Al.filename];return cf.put()(this,"application/appearence",zl)}return cf.put()(this,"application/appearence",Rl)}};var C_=class extends zl.BaseResource{show(ml){return cf.get()(this,"application/plan_limits",ml)}edit(ml,Al={}){const{ciPipelineSize:Rl,ciActiveJobs:zl,ciActivePipelines:rd,ciProjectSubscriptions:yh,ciPipelineSchedules:kh,ciNeedsSizeLimit:Qh,ciRegisteredGroupRunners:t_,ciRegisteredProjectRunners:r_,conanMaxFileSize:u_,genericPackagesMaxFileSize:C_,helmMaxFileSize:D_,mavenMaxFileSize:S_,npmMaxFileSize:P_,nugetMaxFileSize:Cg,pypiMaxFileSize:eA,terraformModuleMaxFileSize:tA,storageSizeLimit:rA,...nA}=Al;return cf.put()(this,"application/plan_limits",{...nA,searchParams:{planName:ml,ciPipelineSize:Rl,ciActiveJobs:zl,ciActivePipelines:rd,ciProjectSubscriptions:yh,ciPipelineSchedules:kh,ciNeedsSizeLimit:Qh,ciRegisteredGroupRunners:t_,ciRegisteredProjectRunners:r_,conanMaxFileSize:u_,genericPackagesMaxFileSize:C_,helmMaxFileSize:D_,mavenMaxFileSize:S_,npmMaxFileSize:P_,nugetMaxFileSize:Cg,pypiMaxFileSize:eA,terraformModuleMaxFileSize:tA,storageSizeLimit:rA}})}};var D_=class extends zl.BaseResource{show(ml){return cf.get()(this,"application/settings",ml)}edit(ml){return cf.put()(this,"application/settings",ml)}};var S_=class extends zl.BaseResource{show(ml){return cf.get()(this,"application/statistics",ml)}};var P_=class extends zl.BaseResource{all(ml){return cf.get()(this,"applications",ml)}create(ml,Al,Rl,zl){return cf.post()(this,"applications",{name:ml,redirectUri:Al,scopes:Rl,...zl})}remove(ml,Al){return cf.del()(this,`applications/${ml}`,Al)}};function url({projectId:ml,groupId:Al}={}){let Rl="";if(ml)Rl=endpoint`projects/${ml}/`;else if(Al)Rl=endpoint`groups/${Al}/`;return`${Rl}audit_events`}var Cg=class extends zl.BaseResource{all({projectId:ml,groupId:Al,...Rl}={}){const zl=url({projectId:ml,groupId:Al});return cf.get()(this,zl,Rl)}show(ml,{projectId:Al,groupId:Rl,...zl}={}){const rd=url({projectId:Al,groupId:Rl});return cf.get()(this,`${rd}/${ml}`,zl)}};var eA=class extends zl.BaseResource{show(ml,Al){return cf.get()(this,"avatar",{email:ml,...Al})}};var tA=class extends zl.BaseResource{all(ml){return cf.get()(this,"broadcast_messages",ml)}create(ml){return cf.post()(this,"broadcast_messages",ml)}edit(ml,Al){return cf.put()(this,`broadcast_messages/${ml}`,Al)}remove(ml,Al){return cf.del()(this,`broadcast_messages/${ml}`,Al)}show(ml,Al){return cf.get()(this,`broadcast_messages/${ml}`,Al)}};var rA=class extends zl.BaseResource{createAccessToken(ml){return cf.post()(this,"code_suggestions/tokens",ml)}generateCompletion(ml){return cf.post()(this,"code_suggestions/completions",ml)}};var nA=class extends zl.BaseResource{create(ml,Al){return cf.post()(this,endpoint`projects/${ml}/packages/composer`,Al)}download(ml,Al,Rl,zl){return cf.get()(this,endpoint`projects/${ml}/packages/composer/archives/${Al}`,{searchParams:{sha:Rl},...zl})}showMetadata(ml,Al,Rl){let zl;if(Rl&&Rl.sha){zl=endpoint`groups/${ml}/-/packages/composer/${Al}$${Rl.sha}`}else{zl=endpoint`groups/${ml}/-/packages/composer/p2/${Al}`}return cf.get()(this,zl,Rl)}showPackages(ml,Al,Rl){return cf.get()(this,endpoint`groups/${ml}/-/packages/composer/p/${Al}`,Rl)}showBaseRepository(ml,Al){const Rl={...this};if(Al&&Al.composerVersion==="2"){Rl.headers["User-Agent"]="Composer/2"}return cf.get()(Rl,endpoint`groups/${ml}/-/packages/composer/packages`,Al)}};function url2(ml){return ml?endpoint`projects/${ml}/packages/conan/v1`:"packages/conan/v1"}var iA=class extends zl.BaseResource{authenticate({projectId:ml,...Al}={}){return cf.get()(this,`${url2(ml)}/users/authenticate`,Al)}checkCredentials({projectId:ml,...Al}={}){const Rl=url2(ml);return cf.get()(this,`${Rl}/users/check_credentials`,Al)}downloadPackageFile(ml,Al,Rl,zl,rd,yh,kh,Qh,{projectId:t_,...r_}={}){const u_=url2(t_);return cf.get()(this,`${u_}/conans/${ml}/${Al}/${Rl}/${zl}/${yh}/package/${rd}/${kh}/${Qh}`,r_)}downloadRecipeFile(ml,Al,Rl,zl,rd,yh,{projectId:kh,...Qh}={}){const t_=url2(kh);return cf.get()(this,`${t_}/conans/${ml}/${Al}/${Rl}/${zl}/${rd}/export/${yh}`,Qh)}showPackageUploadUrls(ml,Al,Rl,zl,rd,{projectId:yh,...kh}={}){const Qh=url2(yh);return cf.get()(this,`${Qh}/conans/${ml}/${Al}/${Rl}/${zl}/packages/${rd}/upload_urls`,kh)}showPackageDownloadUrls(ml,Al,Rl,zl,rd,{projectId:yh,...kh}={}){const Qh=url2(yh);return cf.get()(this,`${Qh}/conans/${ml}/${Al}/${Rl}/${zl}/packages/${rd}/download_urls`,kh)}showPackageManifest(ml,Al,Rl,zl,rd,{projectId:yh,...kh}={}){const Qh=url2(yh);return cf.get()(this,`${Qh}/conans/${ml}/${Al}/${Rl}/${zl}/packages/${rd}/digest`,kh)}showPackageSnapshot(ml,Al,Rl,zl,rd,{projectId:yh,...kh}={}){const Qh=url2(yh);return cf.get()(this,`${Qh}/conans/${ml}/${Al}/${Rl}/${zl}/packages/${rd}`,kh)}ping({projectId:ml,...Al}={}){return cf.post()(this,`${url2(ml)}/ping`,Al)}showRecipeUploadUrls(ml,Al,Rl,zl,{projectId:rd,...yh}={}){const kh=url2(rd);return cf.get()(this,`${kh}/conans/${ml}/${Al}/${Rl}/${zl}/upload_urls`,yh)}showRecipeDownloadUrls(ml,Al,Rl,zl,{projectId:rd,...yh}={}){const kh=url2(rd);return cf.get()(this,`${kh}/conans/${ml}/${Al}/${Rl}/${zl}/download_urls`,yh)}showRecipeManifest(ml,Al,Rl,zl,{projectId:rd,...yh}={}){const kh=url2(rd);return cf.get()(this,`${kh}/conans/${ml}/${Al}/${Rl}/${zl}/digest`,yh)}showRecipeSnapshot(ml,Al,Rl,zl,{projectId:rd,...yh}={}){const kh=url2(rd);return cf.get()(this,`${kh}/conans/${ml}/${Al}/${Rl}/${zl}`,yh)}removePackageFile(ml,Al,Rl,zl,{projectId:rd,...yh}={}){const kh=url2(rd);return cf.get()(this,`${kh}/conans/${ml}/${Al}/${Rl}/${zl}`,yh)}search({projectId:ml,...Al}={}){const Rl=url2(ml);return cf.get()(this,`${Rl}/conans/search`,Al)}uploadPackageFile(ml,Al,Rl,zl,rd,yh,kh,Qh,t_){const r_=url2();return cf.get()(this,`${r_}/files/${Al}/${Rl}/${zl}/${rd}/${kh}/package/${yh}/${Qh}/${ml.filename}`,{isForm:true,...t_,file:[ml.content,ml.filename]})}uploadRecipeFile(ml,Al,Rl,zl,rd,yh,kh){const Qh=url2();return cf.get()(this,`${Qh}/files/${Al}/${Rl}/${zl}/${rd}/${yh}/export/${ml.filename}`,{isForm:true,...kh,file:[ml.content,ml.filename]})}};var sA=class extends zl.BaseResource{create(ml,Al,Rl,{environmentId:zl,clusterId:rd,...yh}={}){let kh;if(zl)kh=endpoint`environments/${zl}/metrics_dashboard/annotations`;else if(rd)kh=endpoint`clusters/${rd}/metrics_dashboard/annotations`;else throw new Error("Missing required argument. Please supply a environmentId or a cluserId in the options parameter.");return cf.post()(this,kh,{dashboardPath:ml,startingAt:Al,description:Rl,...yh})}};function url3({projectId:ml,groupId:Al}={}){if(ml)return endpoint`/projects/${ml}/packages/debian`;if(Al)return endpoint`/groups/${Al}/-/packages/debian`;throw new Error("Missing required argument. Please supply a projectId or a groupId in the options parameter")}var aA=class extends zl.BaseResource{downloadBinaryFileIndex(ml,Al,Rl,{projectId:zl,groupId:rd,...yh}){const kh=url3({projectId:zl,groupId:rd});return cf.get()(this,`${kh}/dists/${ml}/${Al}/binary-${Rl}/Packages`,yh)}downloadDistributionReleaseFile(ml,{projectId:Al,groupId:Rl,...zl}){const rd=url3({projectId:Al,groupId:Rl});return cf.get()(this,`${rd}/dists/${ml}/Release`,zl)}downloadSignedDistributionReleaseFile(ml,{projectId:Al,groupId:Rl,...zl}){const rd=url3({projectId:Al,groupId:Rl});return cf.get()(this,`${rd}/dists/${ml}/InRelease`,zl)}downloadReleaseFileSignature(ml,{projectId:Al,groupId:Rl,...zl}){const rd=url3({projectId:Al,groupId:Rl});return cf.get()(this,`${rd}/dists/${ml}/Release.gpg`,zl)}downloadPackageFile(ml,Al,Rl,zl,rd,yh,kh){return cf.get()(this,endpoint`projects/${ml}/packages/debian/pool/${Al}/${Rl}/${zl}/${rd}/${yh}`,kh)}uploadPackageFile(ml,Al,Rl){return cf.put()(this,endpoint`projects/${ml}/packages/debian/${Al.filename}`,{isForm:true,...Rl,file:[Al.content,Al.filename]})}};var oA=class extends zl.BaseResource{remove(ml,Al){return cf.post()(this,`groups/${ml}/dependency_proxy/cache`,Al)}};var lA=class extends zl.BaseResource{all({projectId:ml,userId:Al,...Rl}={}){let zl;if(ml){zl=endpoint`projects/${ml}/deploy_keys`}else if(Al){zl=endpoint`users/${Al}/project_deploy_keys`}else{zl="deploy_keys"}return cf.get()(this,zl,Rl)}create(ml,Al,Rl,zl){return cf.post()(this,endpoint`projects/${ml}/deploy_keys`,{title:Al,key:Rl,...zl})}edit(ml,Al,Rl){return cf.put()(this,endpoint`projects/${ml}/deploy_keys/${Al}`,Rl)}enable(ml,Al,Rl){return cf.post()(this,endpoint`projects/${ml}/deploy_keys/${Al}/enable`,Rl)}remove(ml,Al,Rl){return cf.del()(this,endpoint`projects/${ml}/deploy_keys/${Al}`,Rl)}show(ml,Al,Rl){return cf.get()(this,endpoint`projects/${ml}/deploy_keys/${Al}`,Rl)}};var cA=class extends zl.BaseResource{all({projectId:ml,groupId:Al,...Rl}={}){let zl;if(ml)zl=endpoint`projects/${ml}/deploy_tokens`;else if(Al)zl=endpoint`groups/${Al}/deploy_tokens`;else zl="deploy_tokens";return cf.get()(this,zl,Rl)}create(ml,Al,{projectId:Rl,groupId:zl,...rd}={}){let yh;if(Rl)yh=endpoint`projects/${Rl}/deploy_tokens`;else if(zl)yh=endpoint`groups/${zl}/deploy_tokens`;else{throw new Error("Missing required argument. Please supply a projectId or a groupId in the options parameter.")}return cf.post()(this,yh,{name:ml,scopes:Al,...rd})}remove(ml,{projectId:Al,groupId:Rl,...zl}={}){let rd;if(Al)rd=endpoint`projects/${Al}/deploy_tokens/${ml}`;else if(Rl)rd=endpoint`groups/${Rl}/deploy_tokens/${ml}`;else{throw new Error("Missing required argument. Please supply a projectId or a groupId in the options parameter.")}return cf.del()(this,rd,zl)}show(ml,{projectId:Al,groupId:Rl,...zl}={}){let rd;if(Al)rd=endpoint`projects/${Al}/deploy_tokens/${ml}`;else if(Rl)rd=endpoint`groups/${Rl}/deploy_tokens/${ml}`;else{throw new Error("Missing required argument. Please supply a projectId or a groupId in the options parameter.")}return cf.get()(this,rd,zl)}};var uA=class extends zl.BaseResource{constructor(ml,Al){super({prefixUrl:ml,...Al})}all(ml,Al){return cf.get()(this,endpoint`${ml}/access_requests`,Al)}request(ml,Al){return cf.post()(this,endpoint`${ml}/access_requests`,Al)}approve(ml,Al,Rl){return cf.put()(this,endpoint`${ml}/access_requests/${Al}/approve`,Rl)}deny(ml,Al,Rl){return cf.del()(this,endpoint`${ml}/access_requests/${Al}`,Rl)}};var pA=class extends zl.BaseResource{constructor(ml,Al){super({prefixUrl:ml,...Al})}all(ml,Al){return cf.get()(this,endpoint`${ml}/access_tokens`,Al)}create(ml,Al,Rl,zl,rd){return cf.post()(this,endpoint`${ml}/access_tokens`,{name:Al,scopes:Rl,expiresAt:zl,...rd})}revoke(ml,Al,Rl){return cf.del()(this,endpoint`${ml}/access_tokens/${Al}`,Rl)}rotate(ml,Al,Rl){return cf.post()(this,endpoint`${ml}/access_tokens/${Al}/rotate`,Rl)}show(ml,Al,Rl){return cf.get()(this,endpoint`${ml}/access_tokens/${Al}`,Rl)}};function url4(ml,Al,Rl,zl){const[rd,yh]=[ml,Rl].map(encodeURIComponent);const kh=[rd,Al,yh];kh.push("award_emoji");if(zl)kh.push(zl);return kh.join("/")}var dA=class extends zl.BaseResource{resourceType2;constructor(ml,Al,Rl){super({prefixUrl:ml,...Rl});this.resourceType2=Al}all(ml,Al,Rl){return cf.get()(this,url4(ml,this.resourceType2,Al),Rl)}award(ml,Al,Rl,zl){return cf.post()(this,url4(ml,this.resourceType2,Al),{name:Rl,...zl})}remove(ml,Al,Rl,zl){return cf.del()(this,url4(ml,this.resourceType2,Al,Rl),zl)}show(ml,Al,Rl,zl){return cf.get()(this,url4(ml,this.resourceType2,Al,Rl),zl)}};function url5(ml,Al,Rl,zl,rd){const[yh,kh]=[ml,Rl].map(encodeURIComponent);const Qh=[yh,Al,kh];Qh.push("notes");Qh.push(zl);Qh.push("award_emoji");if(rd)Qh.push(rd);return Qh.join("/")}var hA=class extends zl.BaseResource{resourceType;constructor(ml,Al){super({prefixUrl:"projects",...Al});this.resourceType=ml}all(ml,Al,Rl,zl){return cf.get()(this,url5(ml,this.resourceType,Al,Rl),zl)}award(ml,Al,Rl,zl,rd){return cf.post()(this,url5(ml,this.resourceType,Al,Rl),{name:zl,...rd})}remove(ml,Al,Rl,zl,rd){return cf.del()(this,url5(ml,this.resourceType,Al,Rl,zl),rd)}show(ml,Al,Rl,zl,rd){return cf.get()(this,url5(ml,this.resourceType,Al,Rl,zl),rd)}};var fA=class extends zl.BaseResource{constructor(ml,Al){super({prefixUrl:ml,...Al})}add(ml,Al,Rl,zl){return cf.post()(this,endpoint`${ml}/badges`,{linkUrl:Al,imageUrl:Rl,...zl})}all(ml,Al){return cf.get()(this,endpoint`${ml}/badges`,Al)}edit(ml,Al,Rl){return cf.put()(this,endpoint`${ml}/badges/${Al}`,Rl)}preview(ml,Al,Rl,zl){return cf.get()(this,endpoint`${ml}/badges/render`,{linkUrl:Al,imageUrl:Rl,...zl})}remove(ml,Al,Rl){return cf.del()(this,endpoint`${ml}/badges/${Al}`,Rl)}show(ml,Al,Rl){return cf.get()(this,endpoint`${ml}/badges/${Al}`,Rl)}};var _A=class extends zl.BaseResource{constructor(ml,Al){super({prefixUrl:ml,...Al})}all(ml,Al){return cf.get()(this,endpoint`${ml}/custom_attributes`,Al)}remove(ml,Al,Rl){return cf.del()(this,endpoint`${ml}/custom_attributes/${Al}`,Rl)}set(ml,Al,Rl,zl){return cf.put()(this,endpoint`${ml}/custom_attributes/${Al}`,{value:Rl,...zl})}show(ml,Al,Rl){return cf.get()(this,endpoint`${ml}/custom_attributes/${Al}`,Rl)}};var mA=class extends zl.BaseResource{constructor(ml,Al){super({prefixUrl:ml,...Al})}all(ml,Al,Rl){return cf.get()(this,endpoint`${ml}/dora/metrics`,{metric:Al,...Rl})}};var gA=class extends zl.BaseResource{resource2Type;constructor(ml,Al,Rl){super({prefixUrl:ml,...Rl});this.resource2Type=Al}addNote(ml,Al,Rl,zl,rd){return cf.post()(this,endpoint`${ml}/${this.resource2Type}/${Al}/discussions/${Rl}/notes`,{...rd,body:zl})}all(ml,Al,Rl){return cf.get()(this,endpoint`${ml}/${this.resource2Type}/${Al}/discussions`,Rl)}create(ml,Al,Rl,{position:zl,...rd}={}){const yh={...rd,body:Rl};if(zl){Object.assign(yh,reformatObjectOptions(zl,"position",true));yh.isForm=true}return cf.post()(this,endpoint`${ml}/${this.resource2Type}/${Al}/discussions`,yh)}editNote(ml,Al,Rl,zl,rd){return cf.put()(this,endpoint`${ml}/${this.resource2Type}/${Al}/discussions/${Rl}/notes/${zl}`,rd)}removeNote(ml,Al,Rl,zl,rd){return cf.del()(this,endpoint`${ml}/${this.resource2Type}/${Al}/discussions/${Rl}/notes/${zl}`,rd)}show(ml,Al,Rl,zl){return cf.get()(this,endpoint`${ml}/${this.resource2Type}/${Al}/discussions/${Rl}`,zl)}};var AA=class extends zl.BaseResource{constructor(ml,Al){super({prefixUrl:ml,...Al})}all(ml,Al){return cf.get()(this,endpoint`${ml}/boards`,Al)}allLists(ml,Al,Rl){return cf.get()(this,endpoint`${ml}/boards/${Al}/lists`,Rl)}create(ml,Al,Rl){return cf.post()(this,endpoint`${ml}/boards`,{name:Al,...Rl})}createList(ml,Al,Rl){return cf.post()(this,endpoint`${ml}/boards/${Al}/lists`,Rl)}edit(ml,Al,Rl){return cf.put()(this,endpoint`${ml}/boards/${Al}`,Rl)}editList(ml,Al,Rl,zl,rd){return cf.put()(this,endpoint`${ml}/boards/${Al}/lists/${Rl}`,{position:zl,...rd})}remove(ml,Al,Rl){return cf.del()(this,endpoint`${ml}/boards/${Al}`,Rl)}removeList(ml,Al,Rl,zl){return cf.del()(this,endpoint`${ml}/boards/${Al}/lists/${Rl}`,zl)}show(ml,Al,Rl){return cf.get()(this,endpoint`${ml}/boards/${Al}`,Rl)}showList(ml,Al,Rl,zl){return cf.get()(this,endpoint`${ml}/boards/${Al}/lists/${Rl}`,zl)}};var yA=class extends zl.BaseResource{constructor(ml,Al){super({prefixUrl:ml,...Al})}all(ml,Al){return cf.get()(this,endpoint`${ml}/labels`,Al)}create(ml,Al,Rl,zl){return cf.post()(this,endpoint`${ml}/labels`,{name:Al,color:Rl,...zl})}edit(ml,Al,Rl){if(!Rl?.newName&&!Rl?.color)throw new Error("Missing required argument. Please supply a color or a newName in the options parameter.");return cf.put()(this,endpoint`${ml}/labels/${Al}`,Rl)}promote(ml,Al,Rl){return cf.put()(this,endpoint`${ml}/labels/${Al}/promote`,Rl)}remove(ml,Al,Rl){return cf.del()(this,endpoint`${ml}/labels/${Al}`,Rl)}show(ml,Al,Rl){return cf.get()(this,endpoint`${ml}/labels/${Al}`,Rl)}subscribe(ml,Al,Rl){return cf.post()(this,endpoint`${ml}/issues/${Al}/subscribe`,Rl)}unsubscribe(ml,Al,Rl){return cf.post()(this,endpoint`${ml}/issues/${Al}/unsubscribe`,Rl)}};var bA=class extends zl.BaseResource{constructor(ml,Al){super({prefixUrl:ml,...Al})}all(ml,Al){return cf.get()(this,endpoint`${ml}/uploads`,Al)}download(ml,Al,Rl,zl){if(Rl&&typeof Rl==="string"){return cf.get()(this,endpoint`${ml}/uploads/${Al}/${Rl}`,zl)}return cf.get()(this,endpoint`${ml}/uploads/${Al}`,zl)}remove(ml,Al,Rl,zl){if(Rl&&typeof Rl==="string"){return cf.del()(this,endpoint`${ml}/uploads/${Al}/${Rl}`,zl)}return cf.del()(this,endpoint`${ml}/uploads/${Al}`,zl)}};var vA=class extends zl.BaseResource{constructor(ml,Al){super({prefixUrl:ml,...Al})}add(ml,Al,Rl){return cf.post()(this,endpoint`${ml}/members`,{accessLevel:Al,...Rl})}all(ml,{includeInherited:Al,...Rl}={}){let zl=endpoint`${ml}/members`;if(Al)zl+="/all";return cf.get()(this,zl,Rl)}edit(ml,Al,Rl,zl){return cf.put()(this,endpoint`${ml}/members/${Al}`,{accessLevel:Rl,...zl})}show(ml,Al,{includeInherited:Rl,...zl}={}){const[rd,yh]=[ml,Al].map(encodeURIComponent);const kh=[rd,"members"];if(Rl)kh.push("all");kh.push(yh);return cf.get()(this,kh.join("/"),zl)}remove(ml,Al,Rl){return cf.del()(this,endpoint`${ml}/members/${Al}`,Rl)}};var EA=class extends zl.BaseResource{constructor(ml,Al){super({prefixUrl:ml,...Al})}all(ml,Al){return cf.get()(this,endpoint`${ml}/milestones`,Al)}allAssignedIssues(ml,Al,Rl){return cf.get()(this,endpoint`${ml}/milestones/${Al}/issues`,Rl)}allAssignedMergeRequests(ml,Al,Rl){return cf.get()(this,endpoint`${ml}/milestones/${Al}/merge_requests`,Rl)}allBurndownChartEvents(ml,Al,Rl){return cf.get()(this,endpoint`${ml}/milestones/${Al}/burndown_events`,Rl)}create(ml,Al,Rl){return cf.post()(this,endpoint`${ml}/milestones`,{title:Al,...Rl})}edit(ml,Al,Rl){return cf.put()(this,endpoint`${ml}/milestones/${Al}`,Rl)}remove(ml,Al,Rl){return cf.del()(this,endpoint`${ml}/milestones/${Al}`,Rl)}show(ml,Al,Rl){return cf.get()(this,endpoint`${ml}/milestones/${Al}`,Rl)}};var wA=class extends zl.BaseResource{resource2Type;constructor(ml,Al,Rl){super({prefixUrl:ml,...Rl});this.resource2Type=Al}all(ml,Al,Rl){return cf.get()(this,endpoint`${ml}/${this.resource2Type}/${Al}/notes`,Rl)}create(ml,Al,Rl,zl){return cf.post()(this,endpoint`${ml}/${this.resource2Type}/${Al}/notes`,{body:Rl,...zl})}edit(ml,Al,Rl,zl){return cf.put()(this,endpoint`${ml}/${this.resource2Type}/${Al}/notes/${Rl}`,zl)}remove(ml,Al,Rl,zl){return cf.del()(this,endpoint`${ml}/${this.resource2Type}/${Al}/notes/${Rl}`,zl)}show(ml,Al,Rl,zl){return cf.get()(this,endpoint`${ml}/${this.resource2Type}/${Al}/notes/${Rl}`,zl)}};var CA=class extends zl.BaseResource{constructor(ml,Al){super({prefixUrl:["templates",ml].join("/"),...Al})}all(ml){process.emitWarning('This API will be deprecated as of Gitlabs v5 API. Please make the switch to "ProjectTemplates".',"DeprecationWarning");return cf.get()(this,"",ml)}show(ml,Al){process.emitWarning('This API will be deprecated as of Gitlabs v5 API. Please make the switch to "ProjectTemplates".',"DeprecationWarning");return cf.get()(this,encodeURIComponent(ml),Al)}};var xA=class extends zl.BaseResource{constructor(ml,Al){super({prefixUrl:ml,...Al})}all(ml,Al){return cf.get()(this,endpoint`${ml}/variables`,Al)}create(ml,Al,Rl,zl){return cf.post()(this,endpoint`${ml}/variables`,{key:Al,value:Rl,...zl})}edit(ml,Al,Rl,zl){return cf.put()(this,endpoint`${ml}/variables/${Al}`,{value:Rl,...zl})}show(ml,Al,Rl){return cf.get()(this,endpoint`${ml}/variables/${Al}`,Rl)}remove(ml,Al,Rl){return cf.del()(this,endpoint`${ml}/variables/${Al}`,Rl)}};var DA=class extends zl.BaseResource{constructor(ml,Al){super({prefixUrl:ml,...Al})}all(ml,Al){return cf.get()(this,endpoint`${ml}/wikis`,Al)}create(ml,Al,Rl,zl){return cf.post()(this,endpoint`${ml}/wikis`,{content:Al,title:Rl,...zl})}edit(ml,Al,Rl){return cf.put()(this,endpoint`${ml}/wikis/${Al}`,Rl)}remove(ml,Al,Rl){return cf.del()(this,endpoint`${ml}/wikis/${Al}`,Rl)}show(ml,Al,Rl){return cf.get()(this,endpoint`${ml}/wikis/${Al}`,Rl)}uploadAttachment(ml,Al,Rl){return cf.post()(this,endpoint`${ml}/wikis/attachments`,{...Rl,isForm:true,file:[Al.content,Al.filename]})}};var SA=class extends zl.BaseResource{constructor(ml,Al){super({prefixUrl:ml,...Al})}add(ml,Al,Rl){return cf.post()(this,endpoint`${ml}/hooks`,{url:Al,...Rl})}all(ml,Al){return cf.get()(this,endpoint`${ml}/hooks`,Al)}edit(ml,Al,Rl,zl){return cf.put()(this,endpoint`${ml}/hooks/${Al}`,{url:Rl,...zl})}remove(ml,Al,Rl){return cf.del()(this,endpoint`${ml}/hooks/${Al}`,Rl)}show(ml,Al,Rl){return cf.get()(this,endpoint`${ml}/hooks/${Al}`,Rl)}};var kA=class extends zl.BaseResource{constructor(ml,Al){super({prefixUrl:ml,...Al})}create(ml,Al){return cf.post()(this,endpoint`${ml}/push_rule`,Al)}edit(ml,Al){return cf.put()(this,endpoint`${ml}/push_rule`,Al)}remove(ml,Al){return cf.del()(this,endpoint`${ml}/push_rule`,Al)}show(ml,Al){return cf.get()(this,endpoint`${ml}/push_rule`,Al)}};var TA=class extends zl.BaseResource{resourceType;resourceTypeSingular;constructor(ml,Al){super(Al);this.resourceType=ml;this.resourceTypeSingular=ml.substring(0,ml.length-1)}all(ml){const Al=ml?.[`${this.resourceTypeSingular}Id`];const Rl=Al?endpoint`${this.resourceType}/${Al}/repository_storage_moves`:`${this.resourceTypeSingular}_repository_storage_moves`;return cf.get()(this,Rl,ml)}show(ml,Al){const Rl=Al?.[`${this.resourceTypeSingular}Id`];const zl=Rl?endpoint`${this.resourceType}/${Rl}/repository_storage_moves`:`${this.resourceTypeSingular}_repository_storage_moves`;return cf.get()(this,`${zl}/${ml}`,Al)}schedule(ml,Al){const Rl=Al?.[`${this.resourceTypeSingular}Id`];const zl=Rl?endpoint`${this.resourceType}/${Rl}/repository_storage_moves`:`${this.resourceTypeSingular}_repository_storage_moves`;return cf.post()(this,zl,{sourceStorageName:ml,...Al})}};var IA=class extends zl.BaseResource{constructor(ml,Al){super({prefixUrl:ml,...Al})}add(ml,Al,Rl){if(!Rl?.email&&!Rl?.userId)throw new Error("Missing required argument. Please supply a email or a userId in the options parameter.");return cf.post()(this,endpoint`${ml}/invitations`,{accessLevel:Al,...Rl})}all(ml,Al){return cf.get()(this,endpoint`${ml}/invitations`,Al)}edit(ml,Al,Rl){return cf.put()(this,endpoint`${ml}/invitations/${Al}`,Rl)}remove(ml,Al,Rl){return cf.del()(this,endpoint`${ml}/invitations/${Al}`,Rl)}};var BA=class extends zl.BaseResource{constructor(ml,Al){super({prefixUrl:ml,...Al})}all(ml,Al){return cf.get()(this,endpoint`${ml}/iterations`,Al)}};var FA=class extends zl.BaseResource{constructor(ml,Al){super({prefixUrl:ml,...Al})}all(ml,Al){return cf.get()(this,`${ml}/protected_environments`,Al)}create(ml,Al,Rl,zl){return cf.post()(this,`${ml}/protected_environments`,{name:Al,deployAccessLevels:Rl,...zl})}edit(ml,Al,Rl){return cf.put()(this,`${ml}/protected_environments/${Al}`,Rl)}show(ml,Al,Rl){return cf.get()(this,`${ml}/protected_environments/${Al}`,Rl)}remove(ml,Al,Rl){return cf.del()(this,`${ml}/protected_environments/${Al}`,Rl)}};var PA=class extends zl.BaseResource{resource2Type;constructor(ml,Al,Rl){super({prefixUrl:ml,...Rl});this.resource2Type=Al}all(ml,Al,Rl){return cf.get()(this,endpoint`${ml}/${this.resource2Type}/${Al}/resource_iteration_events`,Rl)}show(ml,Al,Rl,zl){return cf.get()(this,endpoint`${ml}/${this.resource2Type}/${Al}/resource_iteration_events/${Rl}`,zl)}};var RA=class extends zl.BaseResource{resource2Type;constructor(ml,Al,Rl){super({prefixUrl:ml,...Rl});this.resource2Type=Al}all(ml,Al,Rl){return cf.get()(this,endpoint`${ml}/${this.resource2Type}/${Al}/resource_label_events`,Rl)}show(ml,Al,Rl,zl){return cf.get()(this,endpoint`${ml}/${this.resource2Type}/${Al}/resource_label_events/${Rl}`,zl)}};var NA=class extends zl.BaseResource{resource2Type;constructor(ml,Al,Rl){super({prefixUrl:ml,...Rl});this.resource2Type=Al}all(ml,Al,Rl){return cf.get()(this,endpoint`${ml}/${this.resource2Type}/${Al}/resource_milestone_events`,Rl)}show(ml,Al,Rl,zl){return cf.get()(this,endpoint`${ml}/${this.resource2Type}/${Al}/resource_milestone_events/${Rl}`,zl)}};var OA=class extends zl.BaseResource{resource2Type;constructor(ml,Al,Rl){super({prefixUrl:ml,...Rl});this.resource2Type=Al}all(ml,Al,Rl){return cf.get()(this,endpoint`${ml}/${this.resource2Type}/${Al}/resource_state_events`,Rl)}show(ml,Al,Rl,zl){return cf.get()(this,endpoint`${ml}/${this.resource2Type}/${Al}/resource_state_events/${Rl}`,zl)}};var QA=class extends CA{constructor(ml){super("dockerfiles",ml)}};var LA=class extends zl.BaseResource{all({projectId:ml,userId:Al,...Rl}={}){let zl;if(ml)zl=endpoint`projects/${ml}/events`;else if(Al)zl=endpoint`users/${Al}/events`;else zl="events";return cf.get()(this,zl,Rl)}};var MA=class extends zl.BaseResource{all(ml){return cf.get()(this,"experiments",ml)}};var jA=class extends zl.BaseResource{all(ml){return cf.get()(this,"geo_nodes",ml)}allStatuses(ml){return cf.get()(this,"geo_nodes/statuses",ml)}allFailures(ml){return cf.get()(this,"geo_nodes/current/failures",ml)}create(ml,Al,Rl){return cf.post()(this,"geo_nodes",{name:ml,url:Al,...Rl})}edit(ml,Al){return cf.put()(this,`geo_nodes/${ml}`,Al)}repair(ml,Al){return cf.post()(this,`geo_nodes/${ml}/repair`,Al)}remove(ml,Al){return cf.del()(this,`geo_nodes/${ml}`,Al)}show(ml,Al){return cf.get()(this,`geo_nodes/${ml}`,Al)}showStatus(ml,Al){return cf.get()(this,`geo_nodes/${ml}/status`,Al)}};var UA=class extends zl.BaseResource{all(ml){return cf.get()(this,"geo_sites",ml)}allStatuses(ml){return cf.get()(this,"geo_sites/statuses",ml)}allFailures(ml){return cf.get()(this,"geo_sites/current/failures",ml)}create(ml,Al,Rl){return cf.post()(this,"geo_sites",{name:ml,url:Al,...Rl})}edit(ml,Al){return cf.put()(this,`geo_sites/${ml}`,Al)}repair(ml,Al){return cf.post()(this,`geo_sites/${ml}/repair`,Al)}remove(ml,Al){return cf.del()(this,`geo_sites/${ml}`,Al)}show(ml,Al){return cf.get()(this,`geo_sites/${ml}`,Al)}showStatus(ml,Al){return cf.get()(this,`geo_sites/${ml}/status`,Al)}};var GA=class extends CA{constructor(ml){super("gitlab_ci_ymls",ml)}};var qA=class extends CA{constructor(ml){super("gitignores",ml)}};var $A=class extends zl.BaseResource{importGithubRepository(ml,Al,Rl,zl){return cf.post()(this,"import/github",{personalAccessToken:ml,repoId:Al,targetNamespace:Rl,...zl})}cancelGithubRepositoryImport(ml,Al){return cf.post()(this,"import/github/cancel",{projectId:ml,...Al})}importGithubGists(ml,Al){return cf.post()(this,"import/github/gists",{personalAccessToken:ml,...Al})}importBitbucketServerRepository(ml,Al,Rl,zl,rd,yh){return cf.post()(this,"import/bitbucket_server",{bitbucketServerUrl:ml,bitbucketServerUsername:Al,personalAccessToken:Rl,bitbucketServerProject:zl,bitbucketServerRepo:rd,...yh})}};var JA=class extends zl.BaseResource{all(ml){return cf.get()(this,"admin/ci/variables",ml)}create(ml,Al,Rl){return cf.post()(this,"admin/ci/variables",{key:ml,value:Al,...Rl})}edit(ml,Al,Rl){return cf.put()(this,endpoint`admin/ci/variables/${ml}`,{value:Al,...Rl})}show(ml,Al){return cf.get()(this,endpoint`admin/ci/variables/${ml}`,Al)}remove(ml,Al){return cf.get()(this,endpoint`admin/ci/variables/${ml}`,Al)}};var HA=class extends zl.BaseResource{show({keyId:ml,fingerprint:Al,...Rl}={}){let zl;if(ml)zl=`keys/${ml}`;else if(Al)zl=`keys?fingerprint=${Al}`;else{throw new Error("Missing required argument. Please supply a fingerprint or a keyId in the options parameter")}return cf.get()(this,zl,Rl)}};var VA=class extends zl.BaseResource{add(ml,Al){return cf.post()(this,"license",{searchParams:{license:ml},...Al})}all(ml){return cf.get()(this,"licenses",ml)}show(ml){return cf.get()(this,"license",ml)}remove(ml,Al){return cf.del()(this,`license/${ml}`,Al)}recalculateBillableUsers(ml,Al){return cf.put()(this,`license/${ml}/refresh_billable_users`,Al)}};var WA=class extends CA{constructor(ml){super("Licenses",ml)}};var zA=class extends zl.BaseResource{check(ml,Al){return cf.get()(this,endpoint`projects/${ml}/ci/lint`,Al)}lint(ml,Al,Rl){return cf.post()(this,endpoint`projects/${ml}/ci/lint`,{...Rl,content:Al})}};var YA=class extends zl.BaseResource{render(ml,Al){return cf.post()(this,"markdown",{text:ml,...Al})}};var KA=class extends zl.BaseResource{downloadPackageFile(ml,Al,{projectId:Rl,groupId:zl,...rd}){let yh=endpoint`packages/maven/${ml}/${Al}`;if(Rl)yh=endpoint`projects/${Rl}/${yh}`;else if(zl)yh=endpoint`groups/${zl}/-/${yh}`;return cf.get()(this,yh,rd)}uploadPackageFile(ml,Al,Rl,zl){return cf.put()(this,endpoint`projects/${ml}/packages/maven/${Al}/${Rl.filename}`,{isForm:true,...zl,file:[Rl.content,Rl.filename]})}};var XA=class extends zl.BaseResource{show(ml){return cf.get()(this,"metadata",ml)}};var ZA=class extends zl.BaseResource{all(ml){return cf.get()(this,"bulk_imports",ml)}create(ml,Al,Rl){return cf.post()(this,"bulk_imports",{configuration:ml,entities:Al,...Rl})}allEntities({bulkImportId:ml,...Al}={}){const Rl=ml?endpoint`bulk_imports/${ml}/entities`:"bulk_imports/entities";return cf.get()(this,Rl,Al)}show(ml,Al){return cf.get()(this,`bulk_imports/${ml}`,Al)}showEntity(ml,Al,Rl){return cf.get()(this,`bulk_imports/${ml}/entities/${Al}`,Rl)}};function url6(ml){return ml?endpoint`/projects/${ml}/packages/npm`:"packages/npm"}var dy=class extends zl.BaseResource{downloadPackageFile(ml,Al,Rl,zl){return cf.get()(this,endpoint`projects/${ml}/packages/npm/${Al}/-/${Rl}`,zl)}removeDistTag(ml,Al,Rl){const zl=url6(Rl?.projectId);return cf.del()(this,`${zl}/-/package/${ml}/dist-tags/${Al}`,Rl)}setDistTag(ml,Al,Rl){const zl=url6(Rl?.projectId);return cf.put()(this,`${zl}/-/package/${ml}/dist-tags/${Al}`,Rl)}showDistTags(ml,Al){const Rl=url6(Al?.projectId);return cf.get()(this,`${Rl}/-/package/${ml}/dist-tags`,Al)}showMetadata(ml,Al){const Rl=url6(Al?.projectId);return cf.get()(this,`${Rl}/${ml}`,Al)}uploadPackageFile(ml,Al,Rl,zl,rd){return cf.put()(this,endpoint`projects/${ml}/packages/npm/${Al}`,{...rd,versions:Rl,...zl})}};var my=class extends zl.BaseResource{all(ml){return cf.get()(this,"namespaces",ml)}exists(ml,Al){return cf.get()(this,endpoint`namespaces/${ml}/exists`,Al)}show(ml,Al){return cf.get()(this,endpoint`namespaces/${ml}`,Al)}};function url7({projectId:ml,groupId:Al}={}){let Rl="";if(ml)Rl=endpoint`projects/${ml}/`;if(Al)Rl=endpoint`groups/${Al}/`;return`${Rl}notification_settings`}var vy=class extends zl.BaseResource{edit({groupId:ml,projectId:Al,...Rl}={}){const zl=url7({groupId:ml,projectId:Al});return cf.put()(this,zl,Rl)}show({groupId:ml,projectId:Al,...Rl}={}){const zl=url7({groupId:ml,projectId:Al});return cf.get()(this,zl,Rl)}};function url8({projectId:ml,groupId:Al}={}){if(ml)return endpoint`/projects/${ml}/packages/nuget`;if(Al)return endpoint`/groups/${Al}/-/packages/nuget`;throw new Error("Missing required argument. Please supply a projectId or a groupId in the options parameter")}var xy=class extends zl.BaseResource{downloadPackageFile(ml,Al,Rl,zl,rd){return cf.get()(this,endpoint`projects/${ml}/packages/nuget/download/${Al}/${Rl}/${zl}`,rd)}search(ml,{projectId:Al,groupId:Rl,...zl}){const rd=url8({projectId:Al,groupId:Rl});return cf.get()(this,`${rd}/query`,{q:ml,...zl})}showMetadata(ml,{projectId:Al,groupId:Rl,...zl}){const rd=url8({projectId:Al,groupId:Rl});return cf.get()(this,`${rd}/metadata/${ml}/index`,zl)}showPackageIndex(ml,Al,Rl){return cf.get()(this,endpoint`projects/${ml}/packages/nuget/download/${Al}/index`,Rl)}showServiceIndex({projectId:ml,groupId:Al,...Rl}){const zl=url8({projectId:ml,groupId:Al});return cf.get()(this,`${zl}/index`,Rl)}showVersionMetadata(ml,Al,{projectId:Rl,groupId:zl,...rd}){const yh=url8({projectId:Rl,groupId:zl});return cf.get()(this,`${yh}/metadata/${ml}/${Al}`,rd)}uploadPackageFile(ml,Al,Rl,zl,rd){return cf.put()(this,endpoint`projects/${ml}/packages/nuget`,{isForm:true,...rd,packageName:Al,packageVersion:Rl,file:[zl.content,zl.filename]})}uploadSymbolPackage(ml,Al,Rl,zl,rd){return cf.put()(this,endpoint`projects/${ml}/packages/nuget/symbolpackage`,{isForm:true,...rd,packageName:Al,packageVersion:Rl,file:[zl.content,zl.filename]})}};var Ty=class extends zl.BaseResource{all(ml){return cf.get()(this,"personal_access_tokens",ml)}create(ml,Al,Rl,zl){return cf.post()(this,endpoint`users/${ml}/personal_access_tokens`,{name:Al,scopes:Rl,...zl})}remove({tokenId:ml,...Al}={}){const Rl=ml?endpoint`personal_access_tokens/${ml}`:"personal_access_tokens/self";return cf.del()(this,Rl,Al)}rotate(ml,Al){return cf.post()(this,endpoint`personal_access_tokens/${ml}/rotate`,Al)}show({tokenId:ml,...Al}={}){const Rl=ml?endpoint`personal_access_tokens/${ml}`:"personal_access_tokens/self";return cf.get()(this,Rl,Al)}};var Qy=class extends zl.BaseResource{downloadPackageFile(ml,Al,{projectId:Rl,groupId:zl,...rd}={}){let yh;if(Rl){yh=endpoint`projects/${Rl}/packages/pypi/files/${ml}/${Al}`}else if(zl){yh=endpoint`groups/${zl}/packages/pypi/files/${ml}/${Al}`}else{throw new Error("Missing required argument. Please supply a projectId or a groupId in the options parameter")}return cf.get()(this,yh,rd)}showPackageDescriptor(ml,{projectId:Al,groupId:Rl,...zl}){let rd;if(Al){rd=endpoint`projects/${Al}/packages/pypi/simple/${ml}`}else if(Rl){rd=endpoint`groups/${Rl}/packages/pypi/simple/${ml}`}else{throw new Error("Missing required argument. Please supply a projectId or a groupId in the options parameter")}return cf.get()(this,rd,zl)}uploadPackageFile(ml,Al,Rl){return cf.put()(this,endpoint`projects/${ml}/packages/pypi`,{...Rl,isForm:true,file:[Al.content,Al.filename]})}};var Ky=class extends zl.BaseResource{allDependencies(ml,Al){return cf.get()(this,endpoint`projects/${ml}/packages/rubygems/api/v1/dependencies`,Al)}downloadGemFile(ml,Al,Rl){return cf.get()(this,endpoint`projects/${ml}/packages/rubygems/gems/${Al}`,Rl)}uploadGemFile(ml,Al,Rl){return cf.post()(this,`projects/${ml}/packages/rubygems/api/v1/gems`,{isForm:true,...Rl,file:[Al.content,Al.filename]})}};var Qb=class extends zl.BaseResource{all(ml,Al,Rl){const{projectId:zl,groupId:rd,...yh}=Rl||{};let kh;if(zl)kh=endpoint`projects/${zl}/`;else if(rd)kh=endpoint`groups/${rd}/`;else kh="";return cf.get()(this,`${kh}search`,{scope:ml,search:Al,...yh})}};var Lb=class extends zl.BaseResource{all(ml){return cf.get()(this,"admin/search/migrations",ml)}show(ml,Al){return cf.get()(this,endpoint`admin/search/migrations/${ml}`,Al)}};var Mb=class extends zl.BaseResource{create(ml){return cf.post()(this,endpoint`service_accounts`,ml)}};var jb=class extends zl.BaseResource{showMetricDefinitions(ml){return cf.get()(this,"usage_data/metric_definitions",ml)}showServicePingSQLQueries(ml){return cf.get()(this,"usage_data/queries",ml)}showUsageDataNonSQLMetrics(ml){return cf.get()(this,"usage_data/non_sql_metrics",ml)}};var Gb=class extends zl.BaseResource{queueMetrics(){return cf.get()(this,"sidekiq/queue_metrics")}processMetrics(){return cf.get()(this,"sidekiq/process_metrics")}jobStats(){return cf.get()(this,"sidekiq/job_stats")}compoundMetrics(){return cf.get()(this,"sidekiq/compound_metrics")}};var Vb=class extends zl.BaseResource{remove(ml,Al){return cf.get()(this,endpoint`admin/sidekiq/queues/${ml}`,Al)}};var Yb=class extends TA{constructor(ml){super("snippets",ml)}};var Fv=class extends zl.BaseResource{all({public:ml,...Al}={}){const Rl=ml?"snippets/public":"snippets";return cf.get()(this,Rl,Al)}create(ml,Al){return cf.post()(this,"snippets",{title:ml,...Al})}edit(ml,Al){return cf.put()(this,`snippets/${ml}`,Al)}remove(ml,Al){return cf.del()(this,`snippets/${ml}`,Al)}show(ml,Al){return cf.get()(this,`snippets/${ml}`,Al)}showContent(ml,Al){return cf.get()(this,`snippets/${ml}/raw`,Al)}showRepositoryFileContent(ml,Al,Rl,zl){return cf.get()(this,endpoint`snippets/${ml}/files/${Al}/${Rl}/raw`,zl)}showUserAgentDetails(ml,Al){return cf.get()(this,`snippets/${ml}/user_agent_detail`,Al)}};var Xv=class extends zl.BaseResource{edit(ml,Al){return cf.put()(this,`suggestions/${ml}/apply`,Al)}editBatch(ml,Al){return cf.put()(this,`suggestions/batch_apply`,{...Al,ids:ml})}};var tE=class extends zl.BaseResource{all(ml){return cf.get()(this,"hooks",ml)}add(ml,Al){return this.create(ml,Al)}create(ml,Al){return cf.post()(this,"hooks",{url:ml,...Al})}test(ml,Al){return cf.post()(this,`hooks/${ml}`,Al)}remove(ml,Al){return cf.del()(this,`hooks/${ml}`,Al)}show(ml,Al){return cf.post()(this,`hooks/${ml}`,Al)}};var rE=class extends zl.BaseResource{all(ml){return cf.get()(this,"todos",ml)}done({todoId:ml,...Al}={}){let Rl="todos";if(ml)Rl+=`/${ml}`;return cf.post()(this,`${Rl}/mark_as_done`,Al)}};var iE=class extends zl.BaseResource{all(ml){return cf.get()(this,"topics",ml)}create(ml,{avatar:Al,...Rl}={}){const zl={name:ml,...Rl};if(Al){zl.isForm=true;zl.file=[Al.content,Al.filename]}return cf.post()(this,"topics",zl)}edit(ml,{avatar:Al,...Rl}={}){const zl={...Rl};if(Al){zl.isForm=true;zl.file=[Al.content,Al.filename]}return cf.put()(this,`topics/${ml}`,zl)}merge(ml,Al,Rl){return cf.post()(this,`topics/merge`,{sourceTopicId:ml,targetTopicId:Al,...Rl})}remove(ml,Al){return cf.del()(this,`topics/${ml}`,Al)}show(ml,Al){return cf.get()(this,`topics/${ml}`,Al)}};var sE=class extends zl.BaseResource{all(ml,Al){return cf.get()(this,endpoint`projects/${ml}/repository/branches`,Al)}create(ml,Al,Rl,zl){return cf.post()(this,endpoint`projects/${ml}/repository/branches`,{branch:Al,ref:Rl,...zl})}remove(ml,Al,Rl){return cf.del()(this,endpoint`projects/${ml}/repository/branches/${Al}`,Rl)}removeMerged(ml,Al){return cf.del()(this,endpoint`projects/${ml}/repository/merged_branches`,Al)}show(ml,Al,Rl){return cf.get()(this,endpoint`projects/${ml}/repository/branches/${Al}`,Rl)}};var pE=class extends gA{constructor(ml){super("projects",new Qh("repository/commits"),ml)}};var dE=class extends zl.BaseResource{all(ml,Al){return cf.get()(this,endpoint`projects/${ml}/repository/commits`,Al)}allComments(ml,Al,Rl){return cf.get()(this,endpoint`projects/${ml}/repository/commits/${Al}/comments`,Rl)}allDiscussions(ml,Al,Rl){return cf.get()(this,endpoint`projects/${ml}/repository/commits/${Al}/discussions`,Rl)}allMergeRequests(ml,Al,Rl){return cf.get()(this,endpoint`projects/${ml}/repository/commits/${Al}/merge_requests`,Rl)}allReferences(ml,Al,Rl){return cf.get()(this,endpoint`projects/${ml}/repository/commits/${Al}/refs`,Rl)}allStatuses(ml,Al,Rl){return cf.get()(this,endpoint`projects/${ml}/repository/commits/${Al}/statuses`,Rl)}cherryPick(ml,Al,Rl,zl){return cf.post()(this,endpoint`projects/${ml}/repository/commits/${Al}/cherry_pick`,{branch:Rl,...zl})}create(ml,Al,Rl,zl=[],rd={}){return cf.post()(this,endpoint`projects/${ml}/repository/commits`,{branch:Al,commitMessage:Rl,actions:zl,...rd})}createComment(ml,Al,Rl,zl){return cf.post()(this,endpoint`projects/${ml}/repository/commits/${Al}/comments`,{note:Rl,...zl})}editStatus(ml,Al,Rl,zl){return cf.post()(this,endpoint`projects/${ml}/statuses/${Al}`,{state:Rl,...zl})}revert(ml,Al,Rl,zl){return cf.post()(this,endpoint`projects/${ml}/repository/commits/${Al}/revert`,{...zl,branch:Rl})}show(ml,Al,Rl){return cf.get()(this,endpoint`projects/${ml}/repository/commits/${Al}`,Rl)}showDiff(ml,Al,Rl){return cf.get()(this,endpoint`projects/${ml}/repository/commits/${Al}/diff`,Rl)}showGPGSignature(ml,Al,Rl){return cf.get()(this,endpoint`projects/${ml}/repository/commits/${Al}/signature`,Rl)}showSequence(ml,Al,Rl){return cf.get()(this,endpoint`projects/${ml}/repository/commits/${Al}/sequence`,Rl)}};var gE=class extends zl.BaseResource{allRepositories({groupId:ml,projectId:Al,...Rl}={}){let zl;if(ml)zl=endpoint`groups/${ml}/registry/repositories`;else if(Al)zl=endpoint`projects/${Al}/registry/repositories`;else throw new Error("Missing required argument. Please supply a groupId or a projectId in the options parameter.");return cf.get()(this,zl,Rl)}allTags(ml,Al,Rl){return cf.get()(this,endpoint`projects/${ml}/registry/repositories/${Al}/tags`,Rl)}editRegistryVisibility(ml,Al){return cf.get()(this,endpoint`projects/${ml}`,Al)}removeRepository(ml,Al,Rl){return cf.del()(this,endpoint`projects/${ml}/registry/repositories/${Al}`,Rl)}removeTag(ml,Al,Rl,zl){return cf.del()(this,endpoint`projects/${ml}/registry/repositories/${Al}/tags/${Rl}`,zl)}removeTags(ml,Al,Rl,zl){return cf.del()(this,endpoint`projects/${ml}/registry/repositories/${Al}/tags`,{nameRegexDelete:Rl,...zl})}showRepository(ml,Al){return cf.get()(this,endpoint`registry/repositories/${ml}`,Al)}showTag(ml,Al,Rl,zl){return cf.get()(this,endpoint`projects/${ml}/registry/repositories/${Al}/tags/${Rl}`,zl)}};var bE=class extends zl.BaseResource{all(ml,Al){return cf.get()(this,endpoint`projects/${ml}/deployments`,Al)}allMergeRequests(ml,Al,Rl){return cf.get()(this,endpoint`projects/${ml}/deployments/${Al}/merge_requests`,Rl)}create(ml,Al,Rl,zl,rd,yh){return cf.post()(this,endpoint`projects/${ml}/deployments`,{environment:Al,sha:Rl,ref:zl,tag:rd,...yh})}edit(ml,Al,Rl,zl){return cf.put()(this,endpoint`projects/${ml}/deployments/${Al}`,{...zl,status:Rl})}remove(ml,Al,Rl){return cf.del()(this,endpoint`projects/${ml}/deployments/${Al}`,Rl)}setApproval(ml,Al,Rl,zl){return cf.post()(this,endpoint`projects/${ml}/deployments/${Al}/approval`,{...zl,status:Rl})}show(ml,Al,Rl){return cf.get()(this,endpoint`projects/${ml}/deployments/${Al}`,Rl)}};var vE=class extends zl.BaseResource{all(ml,Al){return cf.get()(this,endpoint`projects/${ml}/environments`,Al)}create(ml,Al,Rl){return cf.post()(this,endpoint`projects/${ml}/environments`,{name:Al,...Rl})}edit(ml,Al,Rl){return cf.put()(this,endpoint`projects/${ml}/environments/${Al}`,Rl)}remove(ml,Al,Rl){return cf.del()(this,endpoint`projects/${ml}/environments/${Al}`,Rl)}removeReviewApps(ml,Al){return cf.del()(this,endpoint`projects/${ml}/environments/review_apps`,Al)}show(ml,Al,Rl){return cf.get()(this,endpoint`projects/${ml}/environments/${Al}`,Rl)}stop(ml,Al,Rl){return cf.post()(this,endpoint`projects/${ml}/environments/${Al}/stop`,Rl)}stopStale(ml,Al,Rl){return cf.post()(this,endpoint`projects/${ml}/environments/stop_stale`,{searchParams:{before:Al},...Rl})}};var wE=class extends zl.BaseResource{all(ml,Al){return cf.get()(this,endpoint`projects/${ml}/error_tracking/client_keys`,Al)}create(ml,Al){return cf.post()(this,endpoint`projects/${ml}/error_tracking/client_keys`,Al)}remove(ml,Al){return cf.del()(this,endpoint`projects/${ml}/error_tracking/client_keys`,Al)}};var CE=class extends zl.BaseResource{create(ml,Al,Rl,zl){return cf.put()(this,endpoint`projects/${ml}/error_tracking/settings`,{searchParams:{active:Al,integrated:Rl},...zl})}edit(ml,Al,{integrated:Rl,...zl}={}){return cf.patch()(this,endpoint`projects/${ml}/error_tracking/settings`,{searchParams:{active:Al,integrated:Rl},...zl})}show(ml,Al){return cf.get()(this,endpoint`projects/${ml}/error_tracking/settings`,Al)}};var BE=class extends zl.BaseResource{all(ml,Al){const{mergerequestIId:Rl,...zl}=Al||{};let rd=endpoint`projects/${ml}`;if(Rl){rd+=endpoint`/merge_requests/${Rl}/status_checks`}else{rd+="/external_status_checks"}return cf.get()(this,rd,zl)}create(ml,Al,Rl,zl){return cf.post()(this,endpoint`projects/${ml}/external_status_checks`,{name:Al,externalUrl:Rl,...zl})}edit(ml,Al,Rl){return cf.put()(this,endpoint`projects/${ml}/external_status_checks/${Al}`,Rl)}remove(ml,Al,Rl){return cf.del()(this,endpoint`projects/${ml}/external_status_checks/${Al}`,Rl)}set(ml,Al,Rl,zl,rd){return cf.post()(this,endpoint`projects/${ml}/merge_requests/${Al}/status_check_responses`,{sha:Rl,externalStatusCheckId:zl,...rd})}};var NE=class extends zl.BaseResource{all(ml,Al){return cf.get()(this,endpoint`projects/${ml}/feature_flags_user_lists`,Al)}create(ml,Al,Rl,zl){return cf.post()(this,endpoint`projects/${ml}/feature_flags_user_lists`,{name:Al,userXids:Rl,...zl})}edit(ml,Al,Rl){return cf.put()(this,endpoint`projects/${ml}/feature_flags_user_lists/${Al}`,Rl)}remove(ml,Al,Rl){return cf.del()(this,endpoint`projects/${ml}/feature_flags_user_lists/${Al}`,Rl)}show(ml,Al,Rl){return cf.get()(this,endpoint`projects/${ml}/feature_flags_user_lists/${Al}`,Rl)}};var jE=class extends zl.BaseResource{all(ml,Al){return cf.get()(this,endpoint`projects/${ml}/feature_flags`,Al)}create(ml,Al,Rl,zl){return cf.post()(this,endpoint`projects/${ml}/feature_flags`,{name:Al,version:Rl,...zl})}edit(ml,Al,Rl){return cf.put()(this,endpoint`projects/${ml}/feature_flags/${Al}`,Rl)}remove(ml,Al,Rl){return cf.del()(this,endpoint`projects/${ml}/feature_flags/${Al}`,Rl)}show(ml,Al,Rl){return cf.get()(this,endpoint`projects/${ml}/feature_flags/${Al}`,Rl)}};var GE=class extends zl.BaseResource{all(ml,Al){return cf.get()(this,endpoint`projects/${ml}/freeze_periods`,Al)}create(ml,Al,Rl,zl){return cf.post()(this,endpoint`projects/${ml}/freeze_periods`,{freezeStart:Al,freezeEnd:Rl,...zl})}edit(ml,Al,Rl){return cf.put()(this,endpoint`projects/${ml}/freeze_periods/${Al}`,Rl)}remove(ml,Al,Rl){return cf.del()(this,endpoint`projects/${ml}/freeze_periods/${Al}`,Rl)}show(ml,Al,Rl){return cf.get()(this,endpoint`projects/${ml}/freeze_periods/${Al}`,Rl)}};var WE=class extends zl.BaseResource{remove(ml,Al){return cf.del()(this,endpoint`projects/${ml}/pages`,Al)}showSettings(ml,Al){return cf.get()(this,endpoint`projects/${ml}/pages`,Al)}};var YE=class extends zl.BaseResource{all(ml,Al,Rl){return cf.get()(this,endpoint`projects/${ml}/packages/go/${Al}/@v/list`,Rl)}showVersionMetadata(ml,Al,Rl,zl){return cf.get()(this,endpoint`projects/${ml}/packages/go/${Al}/@v/${Rl}.info`,zl)}downloadModuleFile(ml,Al,Rl,zl){return cf.get()(this,endpoint`projects/${ml}/packages/go/${Al}/@v/${Rl}.mod`,zl)}downloadModuleSource(ml,Al,Rl,zl){return cf.get()(this,endpoint`projects/${ml}/packages/go/${Al}/@v/${Rl}.zip`,zl)}};var ow=class extends zl.BaseResource{downloadChartIndex(ml,Al,Rl){return cf.get()(this,endpoint`projects/${ml}/packages/helm/${Al}/index.yaml`,Rl)}downloadChart(ml,Al,Rl,zl){return cf.get()(this,endpoint`projects/${ml}/packages/helm/${Al}/charts/${Rl}.tgz`,zl)}import(ml,Al,Rl,zl){return cf.post()(this,endpoint`projects/${ml}/packages/helm/api/${Al}/charts`,{isForm:true,...zl,chart:[Rl.content,Rl.filename]})}};var lw=class extends zl.BaseResource{all(ml,Al){return cf.get()(this,endpoint`projects/${ml}/integrations`,Al)}edit(ml,Al,Rl){return cf.put()(this,endpoint`projects/${ml}/integrations/${Al}`,Rl)}disable(ml,Al,Rl){return cf.del()(this,endpoint`projects/${ml}/integrations/${Al}`,Rl)}show(ml,Al,Rl){return cf.get()(this,endpoint`projects/${ml}/integrations/${Al}`,Rl)}};var cw=class extends dA{constructor(ml){super("projects","issues",ml)}};var pw=class extends gA{constructor(ml){super("projects","issues",ml)}};var dw=class extends PA{constructor(ml){super("projects","issues",ml)}};var hw=class extends RA{constructor(ml){super("projects","issues",ml)}};var fw=class extends zl.BaseResource{all(ml,Al,Rl){return cf.get()(this,endpoint`projects/${ml}/issues/${Al}/links`,Rl)}create(ml,Al,Rl,zl,rd){return cf.post()(this,endpoint`projects/${ml}/issues/${Al}/links`,{targetProjectId:Rl,targetIssueIid:zl,...rd})}remove(ml,Al,Rl,zl){return cf.del()(this,endpoint`projects/${ml}/issues/${Al}/links/${Rl}`,zl)}};var _w=class extends NA{constructor(ml){super("projects","issues",ml)}};var mw=class extends hA{constructor(ml){super("issues",ml)}};var gw=class extends wA{constructor(ml){super("projects","issues",ml)}};var Aw=class extends OA{constructor(ml){super("projects","issues",ml)}};var yw=class extends OA{constructor(ml){super("projects","issues",ml)}};var bw=class extends zl.BaseResource{addSpentTime(ml,Al,Rl,zl){return cf.post()(this,endpoint`projects/${ml}/issues/${Al}/add_spent_time`,{duration:Rl,...zl})}addTimeEstimate(ml,Al,Rl,zl){return cf.post()(this,endpoint`projects/${ml}/issues/${Al}/time_estimate`,{duration:Rl,...zl})}all({projectId:ml,groupId:Al,...Rl}={}){let zl;if(ml)zl=endpoint`projects/${ml}/issues`;else if(Al)zl=endpoint`groups/${Al}/issues`;else zl="issues";return cf.get()(this,zl,Rl)}allMetricImages(ml,Al,Rl){return cf.get()(this,endpoint`projects/${ml}/issues/${Al}/metric_images`,Rl)}allParticipants(ml,Al,Rl){return cf.get()(this,endpoint`projects/${ml}/issues/${Al}/participants`,Rl)}allRelatedMergeRequests(ml,Al,Rl){return cf.get()(this,endpoint`projects/${ml}/issues/${Al}/related_merge_requests`,Rl)}create(ml,Al,Rl){return cf.post()(this,endpoint`projects/${ml}/issues`,{...Rl,title:Al})}createTodo(ml,Al,Rl){return cf.post()(this,endpoint`projects/${ml}/issues/${Al}/todo`,Rl)}clone(ml,Al,Rl,zl){return cf.post()(this,endpoint`projects/${ml}/issues/${Al}/clone`,{toProjectId:Rl,...zl})}edit(ml,Al,Rl){return cf.put()(this,endpoint`projects/${ml}/issues/${Al}`,Rl)}editMetricImage(ml,Al,Rl,zl){return cf.put()(this,endpoint`projects/${ml}/issues/${Al}/metric_images/${Rl}`,zl)}move(ml,Al,Rl,zl){return cf.post()(this,endpoint`projects/${ml}/issues/${Al}/move`,{toProjectId:Rl,...zl})}promote(ml,Al,Rl,zl){return cf.post()(this,endpoint`projects/${ml}/issues/${Al}/notes`,{searchParams:{body:`${Rl} \n /promote`},...zl})}remove(ml,Al,Rl){return cf.del()(this,endpoint`projects/${ml}/issues/${Al}`,Rl)}removeMetricImage(ml,Al,Rl,zl){return cf.del()(this,endpoint`projects/${ml}/issues/${Al}/metric_images/${Rl}`,zl)}reorder(ml,Al,Rl){return cf.put()(this,endpoint`projects/${ml}/issues/${Al}/reorder`,Rl)}resetSpentTime(ml,Al,Rl){return cf.post()(this,endpoint`projects/${ml}/issues/${Al}/reset_spent_time`,Rl)}resetTimeEstimate(ml,Al,Rl){return cf.post()(this,endpoint`projects/${ml}/issues/${Al}/reset_time_estimate`,Rl)}show(ml,{projectId:Al,...Rl}={}){const zl=Al?endpoint`projects/${Al}/issues/${ml}`:`issues/${ml}`;return cf.get()(this,zl,Rl)}subscribe(ml,Al,Rl){return cf.post()(this,endpoint`projects/${ml}/issues/${Al}/subscribe`,Rl)}allClosedByMergeRequestst(ml,Al,Rl){return cf.get()(this,endpoint`projects/${ml}/issues/${Al}/closed_by`,Rl)}showTimeStats(ml,Al,Rl){return cf.get()(this,endpoint`projects/${ml}/issues/${Al}/time_stats`,Rl)}unsubscribe(ml,Al,Rl){return cf.post()(this,endpoint`projects/${ml}/issues/${Al}/unsubscribe`,Rl)}uploadMetricImage(ml,Al,Rl,zl){return cf.post()(this,endpoint`projects/${ml}/issues/${Al}/metric_images`,{isForm:true,...zl,file:[Rl.content,Rl.filename]})}showUserAgentDetails(ml,Al,Rl){return cf.get()(this,endpoint`projects/${ml}/issues/${Al}/user_agent_details`,Rl)}};var vw=class extends zl.BaseResource{all({projectId:ml,groupId:Al,...Rl}={}){let zl;if(ml)zl=endpoint`projects/${ml}/issues_statistics`;else if(Al)zl=endpoint`groups/${Al}/issues_statistics`;else zl="issues_statistics";return cf.get()(this,zl,Rl)}};function generateDownloadPathForJob(ml,Al,Rl){let zl=endpoint`projects/${ml}/jobs/${Al}/artifacts`;if(Rl)zl+=`/${Rl}`;return zl}function generateDownloadPath(ml,Al,Rl){let zl=endpoint`projects/${ml}/jobs/artifacts/${Al}`;if(Rl){zl+=endpoint`/raw/${Rl}`}else{zl+=endpoint`/download`}return zl}var Ew=class extends zl.BaseResource{downloadArchive(ml,{jobId:Al,artifactPath:Rl,ref:zl,...rd}={}){let yh;if(Al)yh=generateDownloadPathForJob(ml,Al,Rl);else if(rd?.job&&zl)yh=generateDownloadPath(ml,zl,Rl);else throw new Error("Missing one of the required parameters. See typing documentation for available arguments.");return cf.get()(this,yh,rd)}keep(ml,Al,Rl){return cf.post()(this,endpoint`projects/${ml}/jobs/${Al}/artifacts/keep`,Rl)}remove(ml,{jobId:Al,...Rl}={}){let zl;if(Al){zl=endpoint`projects/${ml}/jobs/${Al}/artifacts`}else{zl=endpoint`projects/${ml}/artifacts`}return cf.del()(this,zl,Rl)}};var ww=class extends zl.BaseResource{all(ml,{pipelineId:Al,...Rl}={}){const zl=Al?endpoint`projects/${ml}/pipelines/${Al}/jobs`:endpoint`projects/${ml}/jobs`;return cf.get()(this,zl,Rl)}allPipelineBridges(ml,Al,Rl){return cf.get()(this,endpoint`projects/${ml}/pipelines/${Al}/bridges`,Rl)}cancel(ml,Al,Rl){return cf.post()(this,endpoint`projects/${ml}/jobs/${Al}/cancel`,Rl)}erase(ml,Al,Rl){return cf.post()(this,endpoint`projects/${ml}/jobs/${Al}/erase`,Rl)}play(ml,Al,Rl){return cf.post()(this,endpoint`projects/${ml}/jobs/${Al}/play`,Rl)}retry(ml,Al,Rl){return cf.post()(this,endpoint`projects/${ml}/jobs/${Al}/retry`,Rl)}show(ml,Al,Rl){return cf.get()(this,endpoint`projects/${ml}/jobs/${Al}`,Rl)}showConnectedJob(ml){if(!this.headers["job-token"])throw new Error('Missing required header "job-token"');return cf.get()(this,"job",ml)}showConnectedJobK8Agents(ml){if(!this.headers["job-token"])throw new Error('Missing required header "job-token"');return cf.get()(this,"job/allowed_agents",ml)}showLog(ml,Al,Rl){return cf.get()(this,endpoint`projects/${ml}/jobs/${Al}/trace`,Rl)}};var Cw=class extends zl.BaseResource{allApprovalRules(ml,{mergerequestIId:Al,...Rl}={}){let zl;if(Al){zl=endpoint`projects/${ml}/merge_requests/${Al}/approval_rules`}else{zl=endpoint`projects/${ml}/approval_rules`}return cf.get()(this,zl,Rl)}approve(ml,Al,Rl){return cf.post()(this,endpoint`projects/${ml}/merge_requests/${Al}/approve`,Rl)}createApprovalRule(ml,Al,Rl,{mergerequestIId:zl,...rd}={}){let yh;if(zl){yh=endpoint`projects/${ml}/merge_requests/${zl}/approval_rules`}else{yh=endpoint`projects/${ml}/approval_rules`}return cf.post()(this,yh,{name:Al,approvalsRequired:Rl,...rd})}editApprovalRule(ml,Al,Rl,zl,{mergerequestIId:rd,...yh}={}){let kh;if(rd){kh=endpoint`projects/${ml}/merge_requests/${rd}/approval_rules/${Al}`}else{kh=endpoint`projects/${ml}/approval_rules/${Al}`}return cf.put()(this,kh,{name:Rl,approvalsRequired:zl,...yh})}editConfiguration(ml,Al){return cf.post()(this,endpoint`projects/${ml}/approvals`,Al)}removeApprovalRule(ml,Al,{mergerequestIId:Rl,...zl}={}){let rd;if(Rl){rd=endpoint`projects/${ml}/merge_requests/${Rl}/approval_rules/${Al}`}else{rd=endpoint`projects/${ml}/approval_rules/${Al}`}return cf.del()(this,rd,zl)}showApprovalRule(ml,Al,Rl){return cf.get()(this,endpoint`projects/${ml}/approval_rules/${Al}`,Rl)}showApprovalState(ml,Al,Rl){return cf.get()(this,endpoint`projects/${ml}/merge_requests/${Al}/approval_state`,Rl)}showConfiguration(ml,{mergerequestIId:Al,...Rl}={}){let zl;if(Al){zl=endpoint`projects/${ml}/merge_requests/${Al}/approvals`}else{zl=endpoint`projects/${ml}/approvals`}return cf.get()(this,zl,Rl)}unapprove(ml,Al,Rl){return cf.post()(this,endpoint`projects/${ml}/merge_requests/${Al}/unapprove`,Rl)}};var xw=class extends dA{constructor(ml){super("projects","merge_requests",ml)}};var Dw=class extends zl.BaseResource{all(ml,Al,Rl){return cf.get()(this,endpoint`projects/${ml}/merge_requests/${Al}/context_commits`,Rl)}create(ml,Al,{mergerequestIId:Rl,...zl}={}){const rd=endpoint`projects/${ml}/merge_requests`;const yh=Rl?`${rd}/${Rl}/context_commits`:rd;return cf.post()(this,yh,{commits:Al,...zl})}remove(ml,Al,Rl){return cf.del()(this,endpoint`projects/${ml}/merge_requests/${Al}/context_commits`,Rl)}};var Sw=class extends gA{constructor(ml){super("projects","merge_requests",ml)}resolve(ml,Al,Rl,zl,rd){return cf.put()(this,endpoint`${ml}/merge_requests/${Al}/discussions/${Rl}`,{searchParams:{resolved:zl},...rd})}};var kw=class extends zl.BaseResource{all(ml,Al,Rl){return cf.get()(this,endpoint`projects/${ml}/merge_requests/${Al}/draft_notes`,Rl)}create(ml,Al,Rl,zl){return cf.post()(this,endpoint`projects/${ml}/merge_requests/${Al}/draft_notes`,{...zl,note:Rl})}edit(ml,Al,Rl,zl){return cf.post()(this,endpoint`projects/${ml}/merge_requests/${Al}/draft_notes/${Rl}`,zl)}publish(ml,Al,Rl,zl){return cf.put()(this,endpoint`projects/${ml}/merge_requests/${Al}/draft_notes/${Rl}/publish`,zl)}publishBulk(ml,Al,Rl){return cf.post()(this,endpoint`projects/${ml}/merge_requests/${Al}/draft_notes/bulk_publish`,Rl)}remove(ml,Al,Rl,zl){return cf.del()(this,endpoint`projects/${ml}/merge_requests/${Al}/draft_notes/${Rl}`,zl)}show(ml,Al,Rl,zl){return cf.get()(this,endpoint`projects/${ml}/merge_requests/${Al}/draft_notes/${Rl}`,zl)}};var Tw=class extends RA{constructor(ml){super("projects","merge_requests",ml)}};var Iw=class extends NA{constructor(ml){super("projects","merge_requests",ml)}};var Bw=class extends hA{constructor(ml){super("merge_requests",ml)}};var Fw=class extends wA{constructor(ml){super("projects","merge_requests",ml)}};var Pw=class extends zl.BaseResource{accept(ml,Al,Rl){return this.merge(ml,Al,Rl)}addSpentTime(ml,Al,Rl,zl){return cf.post()(this,endpoint`projects/${ml}/merge_requests/${Al}/add_spent_time`,{duration:Rl,...zl})}all({projectId:ml,groupId:Al,...Rl}={}){let zl="";if(ml){zl=endpoint`projects/${ml}/`}else if(Al){zl=endpoint`groups/${Al}/`}return cf.get()(this,`${zl}merge_requests`,Rl)}allDiffs(ml,Al,Rl){return cf.get()(this,endpoint`projects/${ml}/merge_requests/${Al}/diffs`,Rl)}allCommits(ml,Al,Rl){return cf.get()(this,endpoint`projects/${ml}/merge_requests/${Al}/commits`,Rl)}allDiffVersions(ml,Al,Rl){return cf.get()(this,endpoint`projects/${ml}/merge_requests/${Al}/versions`,Rl)}allIssuesClosed(ml,Al,Rl){return cf.get()(this,endpoint`projects/${ml}/merge_requests/${Al}/closes_issues`,Rl)}allIssuesRelated(ml,Al,Rl){return cf.get()(this,endpoint`projects/${ml}/merge_requests/${Al}/related_issues`,Rl)}allParticipants(ml,Al,Rl){return cf.get()(this,endpoint`projects/${ml}/merge_requests/${Al}/participants`,Rl)}allPipelines(ml,Al,Rl){return cf.get()(this,endpoint`projects/${ml}/merge_requests/${Al}/pipelines`,Rl)}cancelOnPipelineSuccess(ml,Al,Rl){return cf.post()(this,endpoint`projects/${ml}/merge_requests/${Al}/cancel_merge_when_pipeline_succeeds`,Rl)}create(ml,Al,Rl,zl,rd){return cf.post()(this,endpoint`projects/${ml}/merge_requests`,{sourceBranch:Al,targetBranch:Rl,title:zl,...rd})}createPipeline(ml,Al,Rl){return cf.post()(this,endpoint`projects/${ml}/merge_requests/${Al}/pipelines`,Rl)}createTodo(ml,Al,Rl){return cf.post()(this,endpoint`projects/${ml}/merge_requests/${Al}/todo`,Rl)}edit(ml,Al,Rl){return cf.put()(this,endpoint`projects/${ml}/merge_requests/${Al}`,Rl)}merge(ml,Al,Rl){return cf.put()(this,endpoint`projects/${ml}/merge_requests/${Al}/merge`,Rl)}mergeToDefault(ml,Al,Rl){return cf.put()(this,endpoint`projects/${ml}/merge_requests/${Al}/merge_ref`,Rl)}rebase(ml,Al,{skipCI:Rl,...zl}={}){return cf.put()(this,endpoint`projects/${ml}/merge_requests/${Al}/rebase`,{...zl,skipCi:Rl})}remove(ml,Al,Rl){return cf.del()(this,endpoint`projects/${ml}/merge_requests/${Al}`,Rl)}resetSpentTime(ml,Al,Rl){return cf.post()(this,endpoint`projects/${ml}/merge_requests/${Al}/reset_spent_time`,Rl)}resetTimeEstimate(ml,Al,Rl){return cf.post()(this,endpoint`projects/${ml}/merge_requests/${Al}/reset_time_estimate`,Rl)}setTimeEstimate(ml,Al,Rl,zl){return cf.post()(this,endpoint`projects/${ml}/merge_requests/${Al}/time_estimate`,{duration:Rl,...zl})}show(ml,Al,Rl){return cf.get()(this,endpoint`projects/${ml}/merge_requests/${Al}`,Rl)}showChanges(ml,Al,Rl){process.emitWarning('This endpoint was deprecated in GitLab API 15.7 and will be removed in API v5. Please use the "allDiffs" function instead.',"DeprecationWarning");return cf.get()(this,endpoint`projects/${ml}/merge_requests/${Al}/changes`,Rl)}showDiffVersion(ml,Al,Rl,zl){return cf.get()(this,endpoint`projects/${ml}/merge_requests/${Al}/versions/${Rl}`,zl)}showTimeStats(ml,Al,Rl){return cf.get()(this,endpoint`projects/${ml}/merge_requests/${Al}/time_stats`,Rl)}subscribe(ml,Al,Rl){return cf.post()(this,endpoint`projects/${ml}/merge_requests/${Al}/subscribe`,Rl)}unsubscribe(ml,Al,Rl){return cf.post()(this,endpoint`projects/${ml}/merge_requests/${Al}/unsubscribe`,Rl)}showReviewers(ml,Al,Rl){return cf.get()(this,endpoint`projects/${ml}/merge_requests/${Al}/reviewers`,Rl)}};var Rw=class extends zl.BaseResource{all(ml,Al){return cf.get()(this,endpoint`projects/${ml}/merge_trains`,Al)}showStatus(ml,Al,Rl){return cf.get()(this,endpoint`projects/${ml}/merge_trains/merge_requests/${Al}`,Rl)}addMergeRequest(ml,Al,Rl){return cf.post()(this,endpoint`projects/${ml}/merge_trains/merge_requests/${Al}`,Rl)}};var Nw=class extends zl.BaseResource{publish(ml,Al,Rl,zl,{contentType:rd,...yh}={}){return cf.put()(this,endpoint`projects/${ml}/packages/generic/${Al}/${Rl}/${zl.filename}`,{isForm:true,file:[zl.content,zl.filename],...yh})}download(ml,Al,Rl,zl,rd){return cf.get()(this,endpoint`projects/${ml}/packages/generic/${Al}/${Rl}/${zl}`,rd)}};var Ow=class extends zl.BaseResource{all({projectId:ml,groupId:Al,...Rl}={}){let zl;if(ml)zl=endpoint`projects/${ml}/packages`;else if(Al)zl=endpoint`groups/${Al}/packages`;else{throw new Error("Missing required argument. Please supply a projectId or a groupId in the options parameter.")}return cf.get()(this,zl,Rl)}allFiles(ml,Al,Rl){return cf.get()(this,endpoint`projects/${ml}/packages/${Al}/package_files`,Rl)}remove(ml,Al,Rl){return cf.del()(this,endpoint`projects/${ml}/packages/${Al}`,Rl)}removeFile(ml,Al,Rl,zl){return cf.del()(this,endpoint`projects/${ml}/packages/${Al}/package_files/${Rl}`,zl)}show(ml,Al,Rl){return cf.get()(this,endpoint`projects/${ml}/packages/${Al}`,Rl)}};var Qw=class extends zl.BaseResource{all({projectId:ml,...Al}={}){const Rl=ml?endpoint`projects/${ml}/`:"";return cf.get()(this,`${Rl}pages/domains`,Al)}create(ml,Al,Rl){return cf.post()(this,endpoint`projects/${ml}/pages/domains`,{domain:Al,...Rl})}edit(ml,Al,Rl){return cf.put()(this,endpoint`projects/${ml}/pages/domains/${Al}`,Rl)}show(ml,Al,Rl){return cf.get()(this,endpoint`projects/${ml}/pages/domains/${Al}`,Rl)}remove(ml,Al,Rl){return cf.del()(this,endpoint`projects/${ml}/pages/domains/${Al}`,Rl)}};var Lw=class extends zl.BaseResource{all(ml,Al,Rl){return cf.get()(this,endpoint`projects/${ml}/pipeline_schedules/${Al}/variables`,Rl)}create(ml,Al,Rl,zl,rd){return cf.post()(this,endpoint`projects/${ml}/pipeline_schedules/${Al}/variables`,{...rd,key:Rl,value:zl})}edit(ml,Al,Rl,zl,rd){return cf.put()(this,endpoint`projects/${ml}/pipeline_schedules/${Al}/variables/${Rl}`,{...rd,value:zl})}remove(ml,Al,Rl,zl){return cf.del()(this,endpoint`projects/${ml}/pipeline_schedules/${Al}/variables/${Rl}`,zl)}};var Mw=class extends zl.BaseResource{all(ml,Al){return cf.get()(this,endpoint`projects/${ml}/pipeline_schedules`,Al)}allTriggeredPipelines(ml,Al,Rl){return cf.get()(this,endpoint`projects/${ml}/pipeline_schedules/${Al}/pipelines`,Rl)}create(ml,Al,Rl,zl,rd){return cf.post()(this,endpoint`projects/${ml}/pipeline_schedules`,{description:Al,ref:Rl,cron:zl,...rd})}edit(ml,Al,Rl){return cf.put()(this,endpoint`projects/${ml}/pipeline_schedules/${Al}`,Rl)}remove(ml,Al,Rl){return cf.del()(this,endpoint`projects/${ml}/pipeline_schedules/${Al}`,Rl)}run(ml,Al,Rl){return cf.post()(this,endpoint`projects/${ml}/pipeline_schedules/${Al}/play`,Rl)}show(ml,Al,Rl){return cf.get()(this,endpoint`projects/${ml}/pipeline_schedules/${Al}`,Rl)}takeOwnership(ml,Al,Rl){return cf.post()(this,endpoint`projects/${ml}/pipeline_schedules/${Al}/take_ownership`,Rl)}};var jw=class extends zl.BaseResource{all(ml,Al){return cf.get()(this,endpoint`projects/${ml}/triggers`,Al)}create(ml,Al,Rl){return cf.post()(this,endpoint`projects/${ml}/triggers`,{description:Al,...Rl})}edit(ml,Al,Rl){return cf.put()(this,endpoint`projects/${ml}/triggers/${Al}`,Rl)}remove(ml,Al,Rl){return cf.del()(this,endpoint`projects/${ml}/triggers/${Al}`,Rl)}show(ml,Al,Rl){return cf.get()(this,endpoint`projects/${ml}/triggers/${Al}`,Rl)}trigger(ml,Al,Rl,{variables:zl,...rd}={}){const yh={...rd,searchParams:{token:Rl,ref:Al}};if(zl){yh.isForm=true;Object.assign(yh,reformatObjectOptions(zl,"variables"))}return cf.post()(this,endpoint`projects/${ml}/trigger/pipeline`,yh)}};var Uw=class extends zl.BaseResource{all(ml,Al){return cf.get()(this,endpoint`projects/${ml}/pipelines`,Al)}allVariables(ml,Al,Rl){return cf.get()(this,endpoint`projects/${ml}/pipelines/${Al}/variables`,Rl)}cancel(ml,Al,Rl){return cf.post()(this,endpoint`projects/${ml}/pipelines/${Al}/cancel`,Rl)}create(ml,Al,Rl){return cf.post()(this,endpoint`projects/${ml}/pipeline`,{ref:Al,...Rl})}remove(ml,Al,Rl){return cf.del()(this,endpoint`projects/${ml}/pipelines/${Al}`,Rl)}retry(ml,Al,Rl){return cf.post()(this,endpoint`projects/${ml}/pipelines/${Al}/retry`,Rl)}show(ml,Al,Rl){return cf.get()(this,endpoint`projects/${ml}/pipelines/${Al}`,Rl)}showLatest(ml,Al){return cf.get()(this,endpoint`projects/${ml}/pipelines/latest`,Al)}showTestReport(ml,Al,Rl){return cf.get()(this,endpoint`projects/${ml}/pipelines/${Al}/test_report`,Rl)}showTestReportSummary(ml,Al,Rl){return cf.get()(this,endpoint`projects/${ml}/pipelines/${Al}/test_report_summary`,Rl)}};var Gw=class extends zl.BaseResource{allFunnels(ml,Al){return cf.get()(this,endpoint`projects/${ml}/product_analytics/funnels`,Al)}load(ml,Al){return cf.post()(this,endpoint`projects/${ml}/product_analytics/request/load`,Al)}dryRun(ml,Al){return cf.post()(this,endpoint`projects/${ml}/product_analytics/request/dry-run`,Al)}showMetadata(ml,Al){return cf.get()(this,endpoint`projects/${ml}/product_analytics/request/meta`,Al)}};var qw=class extends uA{constructor(ml){super("projects",ml)}};var $w=class extends pA{constructor(ml){super("projects",ml)}};var Jw=class extends zl.BaseResource{all(ml){return cf.get()(this,"project_aliases",ml)}create(ml,Al,Rl){return cf.post()(this,"project_aliases",{name:Al,projectId:ml,...Rl})}edit(ml,Al){return cf.post()(this,`project_aliases/${ml}`,Al)}remove(ml,Al){return cf.del()(this,`project_aliases/${ml}`,Al)}};var Hw=class extends fA{constructor(ml){super("projects",ml)}};var Vw=class extends _A{constructor(ml){super("projects",ml)}};var Ww=class extends mA{constructor(ml){super("projects",ml)}};var zw=class extends SA{constructor(ml){super("projects",ml)}};var Yw=class extends zl.BaseResource{download(ml,Al){return cf.get()(this,endpoint`projects/${ml}/export/download`,Al)}import(ml,Al,Rl){return cf.post()(this,"projects/import",{isForm:true,...Rl,file:[ml.content,ml.filename],path:Al})}importRemote(ml,Al,Rl){return cf.post()(this,"projects/remote-import",{...Rl,path:Al,url:ml})}importRemoteS3(ml,Al,Rl,zl,rd,yh,kh){return cf.post()(this,"projects/remote-import",{...kh,accessKeyId:ml,bucketName:Al,fileKey:Rl,path:zl,region:rd,secretAccessKey:yh})}showExportStatus(ml,Al){return cf.get()(this,endpoint`projects/${ml}/export`,Al)}showImportStatus(ml,Al){return cf.get()(this,endpoint`projects/${ml}/import`,Al)}scheduleExport(ml,Al,Rl){return cf.post()(this,endpoint`projects/${ml}/export`,{...Rl,upload:Al})}};var Kw=class extends IA{constructor(ml){super("projects",ml)}};var Xw=class extends AA{constructor(ml){super("projects",ml)}};var Zw=class extends BA{constructor(ml){super("project",ml)}};var eC=class extends zl.BaseResource{show(ml,Al){return cf.get()(this,endpoint`projects/${ml}/job_token_scope`,Al)}edit(ml,Al,Rl){return cf.patch()(this,endpoint`projects/${ml}/job_token_scope`,{...Rl,enabled:Al})}showInboundAllowList(ml,Al){return cf.get()(this,endpoint`projects/${ml}/job_token_scope/allowlist`,Al)}addToInboundAllowList(ml,Al,Rl){return cf.post()(this,endpoint`projects/${ml}/job_token_scope/allowlist`,{...Rl,targetProjectId:Al})}removeFromInboundAllowList(ml,Al,Rl){return cf.del()(this,endpoint`projects/${ml}/job_token_scope/allowlist/${Al}`,Rl)}showGroupsAllowList(ml,Al){return cf.get()(this,endpoint`projects/${ml}/job_token_scope/groups_allowlist`,Al)}addToGroupsAllowList(ml,Al,Rl){return cf.post()(this,endpoint`projects/${ml}/job_token_scope/groups_allowlist`,{...Rl,targetGroupId:Al})}removeFromGroupsAllowList(ml,Al,Rl){return cf.del()(this,endpoint`projects/${ml}/job_token_scope/groups_allowlist/${Al}`,Rl)}};var tC=class extends yA{constructor(ml){super("projects",ml)}};var rC=class extends bA{constructor(ml){super("projects",ml)}create(ml,Al,Rl){return cf.post()(this,endpoint`${ml}/uploads`,{isForm:true,...Rl,file:[Al.content,Al.filename]})}};var nC=class extends vA{constructor(ml){super("projects",ml)}};var iC=class extends EA{constructor(ml){super("projects",ml)}promote(ml,Al,Rl){return cf.post()(this,endpoint`${ml}/milestones/${Al}/promote`,Rl)}};var sC=class extends FA{constructor(ml){super("projects",ml)}};var aC=class extends kA{constructor(ml){super("projects",ml)}};var oC=class extends zl.BaseResource{download(ml,Al,Rl){return cf.get()(this,endpoint`projects/${ml}/export_relations/download`,{relation:Al,...Rl})}showExportStatus(ml,Al){return cf.get()(this,endpoint`projects/${ml}/export_relations/status`,Al)}scheduleExport(ml,Al){return cf.post()(this,endpoint`projects/${ml}/export_relations`,Al)}};var lC=class extends zl.BaseResource{all(ml,Al){return cf.get()(this,endpoint`projects/${ml}/releases`,Al)}create(ml,Al){return cf.post()(this,endpoint`projects/${ml}/releases`,Al)}createEvidence(ml,Al,Rl){return cf.post()(this,endpoint`projects/${ml}/releases/${Al}/evidence`,Rl)}edit(ml,Al,Rl){return cf.put()(this,endpoint`projects/${ml}/releases/${Al}`,Rl)}download(ml,Al,Rl,zl){return cf.get()(this,endpoint`projects/${ml}/releases/${Al}/downloads/${Rl}`,zl)}downloadLatest(ml,Al,Rl){return cf.get()(this,endpoint`projects/${ml}/releases/permalink/latest/downloads/${Al}`,Rl)}remove(ml,Al,Rl){return cf.del()(this,endpoint`projects/${ml}/releases/${Al}`,Rl)}show(ml,Al,Rl){return cf.get()(this,endpoint`projects/${ml}/releases/${Al}`,Rl)}showLatest(ml,Al){return cf.get()(this,endpoint`projects/${ml}/releases/permalink/latest`,Al)}showLatestEvidence(ml,Al){return cf.get()(this,endpoint`projects/${ml}/releases/permalink/latest/evidence`,Al)}};var cC=class extends zl.BaseResource{all(ml,Al){return cf.get()(this,endpoint`projects/${ml}/remote_mirrors`,Al)}createPullMirror(ml,Al,Rl,zl){return cf.post()(this,endpoint`projects/${ml}/mirror/pull`,{importUrl:Al,mirror:Rl,...zl})}createPushMirror(ml,Al,Rl){return cf.post()(this,endpoint`projects/${ml}/remote_mirrors`,{url:Al,...Rl})}edit(ml,Al,Rl){return cf.post()(this,endpoint`projects/${ml}/remote_mirrors/${Al}`,Rl)}remove(ml,Al,Rl){return cf.del()(this,endpoint`projects/${ml}/remote_mirrors/${Al}`,Rl)}show(ml,Al,Rl){return cf.get()(this,endpoint`projects/${ml}/remote_mirrors/${Al}`,Rl)}sync(ml,Al,Rl){return cf.post()(this,endpoint`projects/${ml}/remote_mirrors/${Al}/sync`,Rl)}};var uC=class extends TA{constructor(ml){super("projects",ml)}};var pC=class extends dA{constructor(ml){super("projects","snippets",ml)}};var dC=class extends gA{constructor(ml){super("projects","snippets",ml)}};var hC=class extends wA{constructor(ml){super("projects","snippets",ml)}};var fC=class extends zl.BaseResource{all(ml,Al){return cf.get()(this,endpoint`projects/${ml}/snippets`,Al)}create(ml,Al,Rl){return cf.post()(this,endpoint`projects/${ml}/snippets`,{title:Al,...Rl})}edit(ml,Al,Rl){return cf.put()(this,endpoint`projects/${ml}/snippets/${Al}`,Rl)}remove(ml,Al,Rl){return cf.del()(this,endpoint`projects/${ml}/snippets/${Al}`,Rl)}show(ml,Al,Rl){return cf.get()(this,endpoint`projects/${ml}/snippets/${Al}`,Rl)}showContent(ml,Al,Rl){return cf.get()(this,endpoint`projects/${ml}/snippets/${Al}/raw`,Rl)}showRepositoryFileContent(ml,Al,Rl,zl,rd){return cf.get()(this,endpoint`projects/${ml}/snippets/${Al}/files/${Rl}/${zl}/raw`,rd)}showUserAgentDetails(ml,Al,Rl){return cf.get()(this,endpoint`projects/${ml}/snippets/${Al}/user_agent_detail`,Rl)}};var _C=class extends zl.BaseResource{show(ml,Al){return cf.get()(this,endpoint`projects/${ml}/statistics`,Al)}};var mC=class extends zl.BaseResource{all(ml,Al,Rl){return cf.get()(this,endpoint`projects/${ml}/templates/${Al}`,Rl)}show(ml,Al,Rl,zl){return cf.get()(this,endpoint`projects/${ml}/templates/${Al}/${Rl}`,zl)}};var gC=class extends zl.BaseResource{show(ml,Al,Rl){return cf.get()(this,endpoint`projects/${ml}/terraform/state/${Al}`,Rl)}showVersion(ml,Al,Rl,zl){return cf.get()(this,endpoint`projects/${ml}/terraform/state/${Al}/versions/${Rl}`,zl)}removeVersion(ml,Al,Rl,zl){return cf.del()(this,endpoint`projects/${ml}/terraform/state/${Al}/versions/${Rl}`,zl)}remove(ml,Al,Rl){return cf.del()(this,endpoint`projects/${ml}/terraform/state/${Al}`,Rl)}removeTerraformStateLock(ml,Al,Rl){return cf.del()(this,endpoint`projects/${ml}/terraform/state/${Al}/lock`,Rl)}createVersion(ml,Al,Rl){return cf.post()(this,endpoint`projects/${ml}/terraform/state/${Al}`,Rl)}};var AC=class extends xA{constructor(ml){super("projects",ml)}};var yC=class extends zl.BaseResource{all(ml,Al){return cf.get()(this,endpoint`projects/${ml}/vulnerabilities`,Al)}create(ml,Al,Rl){return cf.post()(this,endpoint`projects/${ml}/vulnerabilities`,{...Rl,searchParams:{findingId:Al}})}};var bC=class extends DA{constructor(ml){super("projects",ml)}};var vC=class extends zl.BaseResource{all({userId:ml,starredOnly:Al,...Rl}={}){let zl;if(ml&&Al)zl=endpoint`users/${ml}/starred_projects`;else if(ml)zl=endpoint`users/${ml}/projects`;else zl="projects";return cf.get()(this,zl,Rl)}allTransferLocations(ml,Al){return cf.get()(this,endpoint`projects/${ml}/transfer_locations`,Al)}allUsers(ml,Al){return cf.get()(this,endpoint`projects/${ml}/users`,Al)}allGroups(ml,Al){return cf.get()(this,endpoint`projects/${ml}/groups`,Al)}allInvitedGroups(ml,Al){return cf.get()(this,endpoint`projects/${ml}/invited_groups`,Al)}allSharableGroups(ml,Al){return cf.get()(this,endpoint`projects/${ml}/share_locations`,Al)}allForks(ml,Al){return cf.get()(this,endpoint`projects/${ml}/forks`,Al)}allStarrers(ml,Al){return cf.get()(this,endpoint`projects/${ml}/starrers`,Al)}allStoragePaths(ml,Al){return cf.get()(this,endpoint`projects/${ml}/storage`,Al)}archive(ml,Al){return cf.post()(this,endpoint`projects/${ml}/archive`,Al)}create({userId:ml,avatar:Al,...Rl}={}){const zl=ml?`projects/user/${ml}`:"projects";if(Al){return cf.post()(this,zl,{...Rl,isForm:true,avatar:[Al.content,Al.filename]})}return cf.post()(this,zl,{...Rl,avatar:Al})}createForkRelationship(ml,Al,Rl){return cf.post()(this,endpoint`projects/${ml}/fork/${Al}`,Rl)}createPullMirror(ml,Al,Rl,zl){return cf.post()(this,endpoint`projects/${ml}/mirror/pull`,{importUrl:Al,mirror:Rl,...zl})}downloadSnapshot(ml,Al){return cf.get()(this,endpoint`projects/${ml}/snapshot`,Al)}edit(ml,{avatar:Al,...Rl}={}){const zl=endpoint`projects/${ml}`;if(Al){return cf.put()(this,zl,{...Rl,isForm:true,avatar:[Al.content,Al.filename]})}return cf.put()(this,zl,{...Rl,avatar:Al})}fork(ml,Al){return cf.post()(this,endpoint`projects/${ml}/fork`,Al)}housekeeping(ml,Al){return cf.post()(this,endpoint`projects/${ml}/housekeeping`,Al)}importProjectMembers(ml,Al,Rl){return cf.post()(this,endpoint`projects/${ml}/import_project_members/${Al}`,Rl)}remove(ml,Al){return cf.del()(this,endpoint`projects/${ml}`,Al)}removeForkRelationship(ml,Al){return cf.del()(this,endpoint`projects/${ml}/fork`,Al)}removeAvatar(ml,Al){return cf.put()(this,endpoint`projects/${ml}`,{...Al,avatar:""})}restore(ml,Al){return cf.post()(this,endpoint`projects/${ml}/restore`,Al)}search(ml,Al){return cf.get()(this,"projects",{search:ml,...Al})}share(ml,Al,Rl,zl){return cf.post()(this,endpoint`projects/${ml}/share`,{groupId:Al,groupAccess:Rl,...zl})}show(ml,Al){return cf.get()(this,endpoint`projects/${ml}`,Al)}showLanguages(ml,Al){return cf.get()(this,endpoint`projects/${ml}/languages`,Al)}showPullMirror(ml,Al){return cf.get()(this,endpoint`projects/${ml}/mirror/pull`,Al)}star(ml,Al){return cf.post()(this,endpoint`projects/${ml}/star`,Al)}transfer(ml,Al,Rl){return cf.put()(this,endpoint`projects/${ml}/transfer`,{...Rl,namespace:Al})}unarchive(ml,Al){return cf.post()(this,endpoint`projects/${ml}/unarchive`,Al)}unshare(ml,Al,Rl){return cf.del()(this,endpoint`projects/${ml}/share/${Al}`,Rl)}unstar(ml,Al){return cf.post()(this,endpoint`projects/${ml}/unstar`,Al)}uploadForReference(ml,Al,Rl){return cf.post()(this,endpoint`projects/${ml}/uploads`,{...Rl,isForm:true,file:[Al.content,Al.filename]})}uploadAvatar(ml,Al,Rl){return cf.put()(this,endpoint`projects/${ml}`,{...Rl,isForm:true,avatar:[Al.content,Al.filename]})}};var EC=class extends zl.BaseResource{all(ml,Al){return cf.get()(this,endpoint`projects/${ml}/protected_branches`,Al)}create(ml,Al,Rl){const{sudo:zl,showExpanded:rd,...yh}=Rl||{};return cf.post()(this,endpoint`projects/${ml}/protected_branches`,{searchParams:{...yh,name:Al},sudo:zl,showExpanded:rd})}protect(ml,Al,Rl){return this.create(ml,Al,Rl)}edit(ml,Al,Rl){return cf.patch()(this,endpoint`projects/${ml}/protected_branches/${Al}`,Rl)}show(ml,Al,Rl){return cf.get()(this,endpoint`projects/${ml}/protected_branches/${Al}`,Rl)}remove(ml,Al,Rl){return cf.del()(this,endpoint`projects/${ml}/protected_branches/${Al}`,Rl)}unprotect(ml,Al,Rl){return this.remove(ml,Al,Rl)}};var wC=class extends zl.BaseResource{all(ml,Al){return cf.get()(this,endpoint`projects/${ml}/protected_tags`,Al)}create(ml,Al,Rl){const{sudo:zl,showExpanded:rd,...yh}=Rl||{};return cf.post()(this,endpoint`projects/${ml}/protected_tags`,{searchParams:{name:Al,...yh},sudo:zl,showExpanded:rd})}protect(ml,Al,Rl){return this.create(ml,Al,Rl)}show(ml,Al,Rl){return cf.get()(this,endpoint`projects/${ml}/protected_tags/${Al}`,Rl)}remove(ml,Al,Rl){return cf.del()(this,endpoint`projects/${ml}/protected_tags/${Al}`,Rl)}unprotect(ml,Al,Rl){return this.remove(ml,Al,Rl)}};var CC=class extends zl.BaseResource{all(ml,Al,Rl){return cf.get()(this,endpoint`projects/${ml}/releases/${Al}/assets/links`,Rl)}create(ml,Al,Rl,zl,rd){return cf.post()(this,endpoint`projects/${ml}/releases/${Al}/assets/links`,{name:Rl,url:zl,...rd})}edit(ml,Al,Rl,zl){return cf.put()(this,endpoint`projects/${ml}/releases/${Al}/assets/links/${Rl}`,zl)}remove(ml,Al,Rl,zl){return cf.del()(this,endpoint`projects/${ml}/releases/${Al}/assets/links/${Rl}`,zl)}show(ml,Al,Rl,zl){return cf.get()(this,endpoint`projects/${ml}/releases/${Al}/assets/links/${Rl}`,zl)}};var xC=class extends zl.BaseResource{allContributors(ml,Al){return cf.get()(this,endpoint`projects/${ml}/repository/contributors`,Al)}allRepositoryTrees(ml,Al){return cf.get()(this,endpoint`projects/${ml}/repository/tree`,Al)}compare(ml,Al,Rl,zl){return cf.get()(this,endpoint`projects/${ml}/repository/compare`,{from:Al,to:Rl,...zl})}editChangelog(ml,Al,Rl){return cf.post()(this,endpoint`projects/${ml}/repository/changelog`,{...Rl,version:Al})}mergeBase(ml,Al,Rl){return cf.get()(this,endpoint`projects/${ml}/repository/merge_base`,{...Rl,refs:Al})}showArchive(ml,{fileType:Al="tar.gz",...Rl}={}){return cf.get()(this,endpoint`projects/${ml}/repository/archive.${Al}`,Rl)}showBlob(ml,Al,Rl){return cf.get()(this,endpoint`projects/${ml}/repository/blobs/${Al}`,Rl)}showBlobRaw(ml,Al,Rl){return cf.get()(this,endpoint`projects/${ml}/repository/blobs/${Al}/raw`,Rl)}showChangelog(ml,Al,Rl){return cf.get()(this,endpoint`projects/${ml}/repository/changelog`,{...Rl,version:Al})}};var DC=class extends zl.BaseResource{allFileBlames(ml,Al,Rl,zl){return cf.get()(this,endpoint`projects/${ml}/repository/files/${Al}/blame`,{ref:Rl,...zl})}create(ml,Al,Rl,zl,rd,yh){return cf.post()(this,endpoint`projects/${ml}/repository/files/${Al}`,{branch:Rl,content:zl,commitMessage:rd,...yh})}edit(ml,Al,Rl,zl,rd,yh){return cf.put()(this,endpoint`projects/${ml}/repository/files/${Al}`,{branch:Rl,content:zl,commitMessage:rd,...yh})}remove(ml,Al,Rl,zl,rd){return cf.del()(this,endpoint`projects/${ml}/repository/files/${Al}`,{branch:Rl,commitMessage:zl,...rd})}show(ml,Al,Rl,zl){return cf.get()(this,endpoint`projects/${ml}/repository/files/${Al}`,{ref:Rl,...zl})}showRaw(ml,Al,Rl,zl){return cf.get()(this,endpoint`projects/${ml}/repository/files/${Al}/raw`,{ref:Rl,...zl})}};var SC=class extends zl.BaseResource{edit(ml,Al,Rl,zl,rd){return cf.put()(this,endpoint`projects/${ml}/repository/submodules/${Al}`,{branch:Rl,commitSha:zl,...rd})}};var kC=class extends zl.BaseResource{all(ml,Al){return cf.get()(this,endpoint`projects/${ml}/resource_groups`,Al)}edit(ml,Al,Rl){return cf.put()(this,endpoint`projects/${ml}/resource_groups/${Al}`,Rl)}show(ml,Al,Rl){return cf.get()(this,endpoint`projects/${ml}/resource_groups/${Al}`,Rl)}allUpcomingJobs(ml,Al,Rl){return cf.get()(this,endpoint`projects/${ml}/resource_groups/${Al}/upcoming_jobs`,Rl)}};var TC=class extends zl.BaseResource{all({projectId:ml,groupId:Al,owned:Rl,...zl}={}){let rd;if(ml)rd=endpoint`projects/${ml}/runners`;else if(Al)rd=endpoint`groups/${Al}/runners`;else if(Rl)rd="runners";else rd="runners/all";return cf.get()(this,rd,zl)}allJobs(ml,Al){return cf.get()(this,`runners/${ml}/jobs`,Al)}create(ml,Al){return cf.post()(this,`runners`,{token:ml,...Al})}edit(ml,Al){return cf.put()(this,`runners/${ml}`,Al)}enable(ml,Al,Rl){return cf.post()(this,endpoint`projects/${ml}/runners`,{runnerId:Al,...Rl})}disable(ml,Al,Rl){return cf.del()(this,endpoint`projects/${ml}/runners/${Al}`,Rl)}register(ml,Al){return this.create(ml,Al)}remove({runnerId:ml,token:Al,...Rl}){let zl;if(ml)zl=`runners/${ml}`;else if(Al){zl="runners"}else throw new Error("Missing required argument. Please supply a runnerId or a token in the options parameter");return cf.del()(this,zl,{token:Al,...Rl})}resetRegistrationToken({runnerId:ml,token:Al,...Rl}={}){let zl;if(ml)zl=endpoint`runners/${ml}/reset_registration_token`;else if(Al)zl="runners/reset_registration_token";else{throw new Error("Missing either runnerId or token parameters")}return cf.post()(this,zl,{token:Al,...Rl})}show(ml,Al){return cf.get()(this,`runners/${ml}`,Al)}verify(ml){return cf.post()(this,`runners/verify`,ml)}};var IC=class extends zl.BaseResource{all(ml,Al){return cf.get()(this,endpoint`projects/${ml}/secure_files`,Al)}create(ml,Al,Rl,zl){return cf.post()(this,`projects/${ml}/secure_files`,{isForm:true,...zl,file:[Rl.content,Rl.filename],name:Al})}download(ml,Al,Rl){return cf.get()(this,endpoint`projects/${ml}/secure_files/${Al}/download`,Rl)}remove(ml,Al,Rl){return cf.del()(this,endpoint`projects/${ml}/secure_files/${Al}`,Rl)}show(ml,Al,Rl){return cf.get()(this,endpoint`projects/${ml}/secure_files/${Al}`,Rl)}};var BC=class extends zl.BaseResource{all(ml,Al){return cf.get()(this,endpoint`projects/${ml}/repository/tags`,Al)}create(ml,Al,Rl,zl){return cf.post()(this,endpoint`projects/${ml}/repository/tags`,{searchParams:{tagName:Al,ref:Rl},...zl})}remove(ml,Al,Rl){return cf.del()(this,endpoint`projects/${ml}/repository/tags/${Al}`,Rl)}show(ml,Al,Rl){return cf.get()(this,endpoint`projects/${ml}/repository/tags/${Al}`,Rl)}showSignature(ml,Al,Rl){return cf.get()(this,endpoint`projects/${ml}/repository/tags/${Al}/signature`,Rl)}};var FC=class extends zl.BaseResource{create(ml,Al,Rl){return cf.get()(this,endpoint`projects/${ml}/metrics/user_starred_dashboards`,{dashboardPath:Al,...Rl})}remove(ml,Al){return cf.del()(this,endpoint`projects/${ml}/metrics/user_starred_dashboards`,Al)}};var PC=class extends dA{constructor(ml){super("epics","issues",ml)}};var RC=class extends gA{constructor(ml){super("groups","epics",ml)}};var NC=class extends zl.BaseResource{all(ml,Al,Rl){return cf.get()(this,endpoint`groups/${ml}/epics/${Al}/issues`,Rl)}assign(ml,Al,Rl,zl){return cf.post()(this,endpoint`groups/${ml}/epics/${Al}/issues/${Rl}`,zl)}edit(ml,Al,Rl,zl){return cf.put()(this,endpoint`groups/${ml}/epics/${Al}/issues/${Rl}`,zl)}remove(ml,Al,Rl,zl){return cf.del()(this,endpoint`groups/${ml}/epics/${Al}/issues/${Rl}`,zl)}};var OC=class extends RA{constructor(ml){super("groups","epics",ml)}};var QC=class extends zl.BaseResource{all(ml,Al,Rl){return cf.get()(this,endpoint`groups/${ml}/epics/${Al}/links`,Rl)}assign(ml,Al,Rl,zl){return cf.post()(this,endpoint`groups/${ml}/epics/${Al}/links/${Rl}`,zl)}create(ml,Al,Rl,zl){return cf.post()(this,endpoint`groups/${ml}/epics/${Al}/links`,{searchParams:{title:Rl},...zl})}reorder(ml,Al,Rl,zl){return cf.put()(this,endpoint`groups/${ml}/epics/${Al}/links/${Rl}`,zl)}unassign(ml,Al,Rl,zl){return cf.del()(this,endpoint`groups/${ml}/epics/${Al}/links/${Rl}`,zl)}};var LC=class extends wA{constructor(ml){super("groups","epics",ml)}};var MC=class extends zl.BaseResource{all(ml,Al){return cf.get()(this,endpoint`groups/${ml}/epics`,Al)}create(ml,Al,Rl){return cf.post()(this,endpoint`groups/${ml}/epics`,{title:Al,...Rl})}createTodo(ml,Al,Rl){return cf.post()(this,endpoint`groups/${ml}/epics/${Al}/todos`,Rl)}edit(ml,Al,Rl){return cf.put()(this,endpoint`groups/${ml}/epics/${Al}`,Rl)}remove(ml,Al,Rl){return cf.del()(this,endpoint`groups/${ml}/epics/${Al}`,Rl)}show(ml,Al,Rl){return cf.get()(this,endpoint`groups/${ml}/epics/${Al}`,Rl)}};var jC=class extends uA{constructor(ml){super("groups",ml)}};var UC=class extends pA{constructor(ml){super("groups",ml)}};var GC=class extends zl.BaseResource{showIssuesCount(ml,Al){return cf.get()(this,"analytics/group_activity/issues_count",{searchParams:{groupPath:ml},...Al})}showMergeRequestsCount(ml,Al){return cf.get()(this,"analytics/group_activity/merge_requests_count",{searchParams:{groupPath:ml},...Al})}showNewMembersCount(ml,Al){return cf.get()(this,"analytics/group_activity/new_members_count",{searchParams:{groupPath:ml},...Al})}};var qC=class extends fA{constructor(ml){super("groups",ml)}};var $C=class extends _A{constructor(ml){super("groups",ml)}};var JC=class extends mA{constructor(ml){super("groups",ml)}};var HC=class extends zl.BaseResource{all(ml,Al){return cf.get()(this,endpoint`groups/${ml}/epic_boards`,Al)}allLists(ml,Al,Rl){return cf.get()(this,endpoint`groups/${ml}/epic_boards/${Al}/lists`,Rl)}show(ml,Al,Rl){return cf.get()(this,endpoint`groups/${ml}/epic_boards/${Al}`,Rl)}showList(ml,Al,Rl,zl){return cf.get()(this,endpoint`groups/${ml}/epic_boards/${Al}/lists/${Rl}`,zl)}};var VC=class extends SA{constructor(ml){super("groups",ml)}};var WC=class extends zl.BaseResource{download(ml,Al){return cf.get()(this,endpoint`groups/${ml}/export/download`,Al)}import(ml,Al,{parentId:Rl,name:zl,...rd}){return cf.post()(this,"groups/import",{isForm:true,...rd,file:[ml.content,ml.filename],path:Al,name:zl||Al.split("/").at(0),parentId:Rl})}scheduleExport(ml,Al){return cf.post()(this,endpoint`groups/${ml}/export`,Al)}};var zC=class extends IA{constructor(ml){super("groups",ml)}};var YC=class extends AA{constructor(ml){super("groups",ml)}};var KC=class extends BA{constructor(ml){super("groups",ml)}};var XC=class extends zl.BaseResource{add(ml,Al,Rl,zl){return cf.post()(this,endpoint`groups/${ml}/ldap_group_links`,{groupAccess:Al,provider:Rl,...zl})}all(ml,Al){return cf.get()(this,endpoint`groups/${ml}/ldap_group_links`,Al)}remove(ml,Al,Rl){return cf.del()(this,endpoint`groups/${ml}/ldap_group_links`,{provider:Al,...Rl})}sync(ml,Al){return cf.post()(this,endpoint`groups/${ml}/ldap_sync`,Al)}};var ZC=class extends yA{constructor(ml){super("groups",ml)}};var rx=class extends bA{constructor(ml){super("groups",ml)}};var nx=class extends zl.BaseResource{add(ml,Al,Rl){return cf.post()(this,endpoint`groups/${ml}/members`,{baseAccessLevel:Al,...Rl})}all(ml,Al){return cf.get()(this,endpoint`groups/${ml}/member_roles`,Al)}remove(ml,Al,Rl){return cf.del()(this,endpoint`groups/${ml}/member_roles/${Al}`,Rl)}};var sx=class extends vA{constructor(ml){super("groups",ml)}allBillable(ml,Al){return cf.get()(this,endpoint`${ml}/billable_members`,Al)}allPending(ml,Al){return cf.get()(this,endpoint`${ml}/pending_members`,Al)}allBillableMemberships(ml,Al,Rl){return cf.get()(this,endpoint`${ml}/billable_members/${Al}/memberships`,Rl)}approve(ml,Al,Rl){return cf.put()(this,endpoint`${ml}/members/${Al}/approve`,Rl)}approveAll(ml,Al){return cf.put()(this,endpoint`${ml}/members/approve_all`,Al)}removeBillable(ml,Al,Rl){return cf.del()(this,endpoint`${ml}/billable_members/${Al}`,Rl)}removeOverrideFlag(ml,Al,Rl){return cf.del()(this,endpoint`${ml}/members/${Al}/override`,Rl)}setOverrideFlag(ml,Al,Rl){return cf.post()(this,endpoint`${ml}/members/${Al}/override`,Rl)}};var ox=class extends EA{constructor(ml){super("groups",ml)}};var cx=class extends FA{constructor(ml){super("groups",ml)}};var dx=class extends kA{constructor(ml){super("groups",ml)}};var hx=class extends zl.BaseResource{download(ml,Al,Rl){return cf.get()(this,endpoint`groups/${ml}/export_relations/download`,{searchParams:{relation:Al},...Rl})}exportStatus(ml,Al){return cf.get()(this,endpoint`groups/${ml}/export_relations`,Al)}scheduleExport(ml,Al){return cf.post()(this,endpoint`groups/${ml}/export_relations`,Al)}};var fx=class extends zl.BaseResource{all(ml,Al){return cf.get()(this,endpoint`groups/${ml}/releases`,Al)}};var mx=class extends TA{constructor(ml){super("groups",ml)}};var gx=class extends zl.BaseResource{all(ml,Al){return cf.get()(this,endpoint`groups/${ml}/saml/identities`,Al)}edit(ml,Al,Rl){return cf.patch()(this,endpoint`groups/${ml}/saml/${Al}`,Rl)}};var Ax=class extends zl.BaseResource{all(ml,Al){return cf.get()(this,endpoint`groups/${ml}/saml_group_links`,Al)}create(ml,Al,Rl,zl){return cf.post()(this,endpoint`groups/${ml}/saml_group_links`,{accessLevel:Rl,samlGroupName:Al,...zl})}remove(ml,Al,Rl){return cf.del()(this,endpoint`groups/${ml}/saml_group_links/${Al}`,Rl)}show(ml,Al,Rl){return cf.get()(this,endpoint`groups/${ml}/saml_group_links/${Al}`,Rl)}};var yx=class extends zl.BaseResource{all(ml,Al){return cf.get()(this,endpoint`groups/${ml}/scim/identities`,Al)}edit(ml,Al,Rl){return cf.patch()(this,endpoint`groups/${ml}/scim/${Al}`,Rl)}};var bx=class extends zl.BaseResource{create(ml,Al){return cf.post()(this,endpoint`groups/${ml}/service_accounts`,Al)}addPersonalAccessToken(ml,Al,Rl){return this.createPersonalAccessToken(ml,Al,Rl)}createPersonalAccessToken(ml,Al,Rl){return cf.post()(this,endpoint`groups/${ml}/service_accounts/${Al}`,Rl)}rotatePersonalAccessToken(ml,Al,Rl,zl){return cf.post()(this,endpoint`groups/${ml}/service_accounts/${Al}/personal_access_tokens/${Rl}/rotate`,zl)}};var vx=class extends xA{constructor(ml){super("groups",ml)}};var Ex=class extends DA{constructor(ml){super("groups",ml)}};var wx=class extends zl.BaseResource{all(ml){return cf.get()(this,"groups",ml)}allDescendantGroups(ml,Al){return cf.get()(this,endpoint`groups/${ml}/descendant_groups`,Al)}allProjects(ml,Al){return cf.get()(this,endpoint`groups/${ml}/projects`,Al)}allSharedProjects(ml,Al){return cf.get()(this,endpoint`groups/${ml}/projects/shared`,Al)}allSubgroups(ml,Al){return cf.get()(this,endpoint`groups/${ml}/subgroups`,Al)}allProvisionedUsers(ml,Al){return cf.get()(this,endpoint`groups/${ml}/provisioned_users`,Al)}allTransferLocations(ml,Al){return cf.get()(this,endpoint`groups/${ml}/transfer_locations`,Al)}create(ml,Al,{avatar:Rl,...zl}={}){if(Rl){return cf.post()(this,"groups",{...zl,isForm:true,avatar:[Rl.content,Rl.filename],name:ml,path:Al})}return cf.post()(this,"groups",{name:ml,path:Al,...zl})}downloadAvatar(ml,Al){return cf.get()(this,endpoint`groups/${ml}/avatar`,Al)}edit(ml,{avatar:Al,...Rl}={}){if(Al){return cf.post()(this,endpoint`groups/${ml}`,{...Rl,isForm:true,avatar:[Al.content,Al.filename]})}return cf.put()(this,endpoint`groups/${ml}`,Rl)}remove(ml,Al){return cf.del()(this,endpoint`groups/${ml}`,Al)}removeAvatar(ml,Al){return cf.put()(this,endpoint`groups/${ml}`,{...Al,avatar:""})}restore(ml,Al){return cf.post()(this,endpoint`groups/${ml}/restore`,Al)}search(ml,Al){return cf.get()(this,"groups",{search:ml,...Al})}share(ml,Al,Rl,zl){return cf.post()(this,endpoint`groups/${ml}/share`,{groupId:Al,groupAccess:Rl,...zl})}show(ml,Al){return cf.get()(this,endpoint`groups/${ml}`,Al)}transfer(ml,Al){return cf.post()(this,endpoint`groups/${ml}/transfer`,Al)}transferProject(ml,Al,Rl){return cf.post()(this,endpoint`groups/${ml}/projects/${Al}`,Rl)}unshare(ml,Al,Rl){return cf.del()(this,endpoint`groups/${ml}/share/${Al}`,Rl)}uploadAvatar(ml,Al,{filename:Rl,...zl}={}){return cf.put()(this,endpoint`groups/${ml}/avatar`,{isForm:true,...zl,file:[Al,Rl]})}};var Cx=class extends zl.BaseResource{all(ml,Al,Rl){return cf.get()(this,endpoint`groups/${ml}/epics/${Al}/related_epics`,Rl)}create(ml,Al,Rl,zl,rd){return cf.post()(this,endpoint`groups/${ml}/epics/${Al}/related_epics`,{searchParams:{targetGroupId:zl,targetEpicIid:Rl},...rd})}remove(ml,Al,Rl,zl){return cf.del()(this,endpoint`groups/${ml}/epics/${Al}/related_epics/${Rl}`,zl)}};var xx=class extends _A{constructor(ml){super("users",ml)}};var url9=ml=>ml?`users/${ml}/emails`:"user/emails";var Dx=class extends zl.BaseResource{add(ml,Al){return this.create(ml,Al)}all({userId:ml,...Al}={}){return cf.get()(this,url9(ml),Al)}create(ml,{userId:Al,...Rl}={}){return cf.post()(this,url9(Al),{email:ml,...Rl})}show(ml,Al){return cf.get()(this,`user/emails/${ml}`,Al)}remove(ml,{userId:Al,...Rl}={}){return cf.del()(this,`${url9(Al)}/${ml}`,Rl)}};var url10=ml=>ml?`users/${ml}/gpg_keys`:"user/gpg_keys";var kx=class extends zl.BaseResource{add(ml,Al){return this.create(ml,Al)}all({userId:ml,...Al}={}){return cf.get()(this,url10(ml),Al)}create(ml,{userId:Al,...Rl}={}){return cf.post()(this,url10(Al),{key:ml,...Rl})}show(ml,{userId:Al,...Rl}={}){return cf.get()(this,`${url10(Al)}/${ml}`,Rl)}remove(ml,{userId:Al,...Rl}={}){return cf.del()(this,`${url10(Al)}/${ml}`,Rl)}};var Fx=class extends zl.BaseResource{all(ml,Al){return cf.get()(this,`users/${ml}/impersonation_tokens`,Al)}create(ml,Al,Rl,zl){return cf.post()(this,`users/${ml}/impersonation_tokens`,{name:Al,scopes:Rl,...zl})}show(ml,Al,Rl){return cf.get()(this,`users/${ml}/impersonation_tokens/${Al}`,Rl)}remove(ml,Al,Rl){return cf.del()(this,`users/${ml}/impersonation_tokens/${Al}`,Rl)}revoke(ml,Al,Rl){return this.remove(ml,Al,Rl)}};var url11=ml=>ml?`users/${ml}/keys`:"user/keys";var Rx=class extends zl.BaseResource{add(ml,Al,Rl){return this.create(ml,Al,Rl)}all({userId:ml,...Al}={}){return cf.get()(this,url11(ml),Al)}create(ml,Al,{userId:Rl,...zl}={}){return cf.post()(this,url11(Rl),{title:ml,key:Al,...zl})}show(ml,{userId:Al,...Rl}={}){return cf.get()(this,`${url11(Al)}/${ml}`,Rl)}remove(ml,{userId:Al,...Rl}={}){return cf.del()(this,`${url11(Al)}/${ml}`,Rl)}};var Nx=class extends zl.BaseResource{activate(ml,Al){return cf.post()(this,endpoint`users/${ml}/activate`,Al)}all(ml){return cf.get()(this,"users",ml)}allActivities(ml){return cf.get()(this,"user/activities",ml)}allEvents(ml,Al){return cf.get()(this,endpoint`users/${ml}/events`,Al)}allFollowers(ml,Al){return cf.get()(this,endpoint`users/${ml}/followers`,Al)}allFollowing(ml,Al){return cf.get()(this,endpoint`users/${ml}/following`,Al)}allMemberships(ml,Al){return cf.get()(this,endpoint`users/${ml}/memberships`,Al)}allProjects(ml,Al){return cf.get()(this,endpoint`users/${ml}/projects`,Al)}allContributedProjects(ml,Al){return cf.get()(this,endpoint`users/${ml}/contributed_projects`,Al)}allStarredProjects(ml,Al){return cf.get()(this,endpoint`users/${ml}/starred_projects`,Al)}approve(ml,Al){return cf.post()(this,endpoint`users/${ml}/approve`,Al)}ban(ml,Al){return cf.post()(this,endpoint`users/${ml}/ban`,Al)}block(ml,Al){return cf.post()(this,endpoint`users/${ml}/block`,Al)}create(ml){return cf.post()(this,"users",ml)}createPersonalAccessToken(ml,Al,Rl,zl){return cf.post()(this,endpoint`users/${ml}/personal_access_tokens`,{name:Al,scopes:Rl,...zl})}createCIRunner(ml,Al){return cf.post()(this,"user/runners",{...Al,runnerType:ml})}deactivate(ml,Al){return cf.post()(this,endpoint`users/${ml}/deactivate`,Al)}disableTwoFactor(ml,Al){return cf.patch()(this,endpoint`users/${ml}/disable_two_factor`,Al)}edit(ml,{avatar:Al,...Rl}={}){const zl={...Rl,isForm:true};if(Al)zl.avatar=[Al.content,Al.filename];return cf.put()(this,endpoint`users/${ml}`,zl)}editStatus(ml){return cf.put()(this,"user/status",ml)}editCurrentUserPreferences(ml,Al,Rl){return cf.put()(this,"user/preferences",{viewDiffsFileByFile:ml,showWhitespaceInDiffs:Al,...Rl})}follow(ml,Al){return cf.post()(this,endpoint`users/${ml}/follow`,Al)}reject(ml,Al){return cf.post()(this,endpoint`users/${ml}/reject`,Al)}show(ml,Al){return cf.get()(this,endpoint`users/${ml}`,Al)}showCount(ml){return cf.get()(this,"user_counts",ml)}showAssociationsCount(ml,Al){return cf.get()(this,`users/${ml}/associations_count`,Al)}showCurrentUser(ml){return cf.get()(this,"user",ml)}showCurrentUserPreferences(ml){return cf.get()(this,"user/preferences",ml)}showStatus({iDOrUsername:ml,...Al}={}){let Rl;if(ml)Rl=`users/${ml}/status`;else Rl="user/status";return cf.get()(this,Rl,Al)}remove(ml,Al){return cf.del()(this,endpoint`users/${ml}`,Al)}removeAuthenticationIdentity(ml,Al,Rl){return cf.del()(this,endpoint`users/${ml}/identities/${Al}`,Rl)}unban(ml,Al){return cf.post()(this,endpoint`users/${ml}/unban`,Al)}unblock(ml,Al){return cf.post()(this,endpoint`users/${ml}/unblock`,Al)}unfollow(ml,Al){return cf.post()(this,endpoint`users/${ml}/unfollow`,Al)}};var Qx=class extends OA{constructor(ml){super("projects","merge_requests",ml)}};var Mx=class extends OA{constructor(ml){super("groups","epics",ml)}};var qx={Agents:t_,AlertManagement:r_,ApplicationAppearance:u_,ApplicationPlanLimits:C_,Applications:P_,ApplicationSettings:D_,ApplicationStatistics:S_,AuditEvents:Cg,Avatar:eA,BroadcastMessages:tA,CodeSuggestions:rA,Composer:nA,Conan:iA,DashboardAnnotations:sA,Debian:aA,DependencyProxy:oA,DeployKeys:lA,DeployTokens:cA,DockerfileTemplates:QA,Events:LA,Experiments:MA,GeoNodes:jA,GeoSites:UA,GitignoreTemplates:qA,GitLabCIYMLTemplates:GA,Import:$A,InstanceLevelCICDVariables:JA,Keys:HA,License:VA,LicenseTemplates:WA,Lint:zA,Markdown:YA,Maven:KA,Metadata:XA,Migrations:ZA,Namespaces:my,NotificationSettings:vy,NPM:dy,NuGet:xy,PersonalAccessTokens:Ty,PyPI:Qy,RubyGems:Ky,Search:Qb,SearchAdmin:Lb,ServiceAccounts:Mb,ServiceData:jb,SidekiqMetrics:Gb,SidekiqQueues:Vb,SnippetRepositoryStorageMoves:Yb,Snippets:Fv,Suggestions:Xv,SystemHooks:tE,TodoLists:rE,Topics:iE,Branches:sE,CommitDiscussions:pE,Commits:dE,ContainerRegistry:gE,Deployments:bE,Environments:vE,ErrorTrackingClientKeys:wE,ErrorTrackingSettings:CE,ExternalStatusChecks:BE,FeatureFlags:jE,FeatureFlagUserLists:NE,FreezePeriods:GE,GitlabPages:WE,GoProxy:YE,Helm:ow,Integrations:lw,IssueAwardEmojis:cw,IssueDiscussions:pw,IssueIterationEvents:dw,IssueLabelEvents:hw,IssueLinks:fw,IssueMilestoneEvents:_w,IssueNoteAwardEmojis:mw,IssueNotes:gw,Issues:bw,IssuesStatistics:vw,IssueStateEvents:Aw,IssueWeightEvents:yw,JobArtifacts:Ew,Jobs:ww,MergeRequestApprovals:Cw,MergeRequestAwardEmojis:xw,MergeRequestContextCommits:Dw,MergeRequestDiscussions:Sw,MergeRequestLabelEvents:Tw,MergeRequestMilestoneEvents:Iw,MergeRequestStateEvents:Qx,MergeRequestDraftNotes:kw,MergeRequestNotes:Fw,MergeRequestNoteAwardEmojis:Bw,MergeRequests:Pw,MergeTrains:Rw,PackageRegistry:Nw,Packages:Ow,PagesDomains:Qw,Pipelines:Uw,PipelineSchedules:Mw,PipelineScheduleVariables:Lw,PipelineTriggerTokens:jw,ProductAnalytics:Gw,ProjectAccessRequests:qw,ProjectAccessTokens:$w,ProjectAliases:Jw,ProjectBadges:Hw,ProjectCustomAttributes:Vw,ProjectDORA4Metrics:Ww,ProjectHooks:zw,ProjectImportExports:Yw,ProjectInvitations:Kw,ProjectIssueBoards:Xw,ProjectIterations:Zw,ProjectJobTokenScopes:eC,ProjectLabels:tC,ProjectMarkdownUploads:rC,ProjectMembers:nC,ProjectMilestones:iC,ProjectProtectedEnvironments:sC,ProjectPushRules:aC,ProjectRelationsExport:oC,ProjectReleases:lC,ProjectRemoteMirrors:cC,ProjectRepositoryStorageMoves:uC,Projects:vC,ProjectSnippetAwardEmojis:pC,ProjectSnippetDiscussions:dC,ProjectSnippetNotes:hC,ProjectSnippets:fC,ProjectStatistics:_C,ProjectTemplates:mC,ProjectTerraformState:gC,ProjectVariables:AC,ProjectVulnerabilities:yC,ProjectWikis:bC,ProtectedBranches:EC,ProtectedTags:wC,ReleaseLinks:CC,Repositories:xC,RepositoryFiles:DC,RepositorySubmodules:SC,ResourceGroups:kC,Runners:TC,SecureFiles:IC,Tags:BC,UserStarredMetricsDashboard:FC,EpicAwardEmojis:PC,EpicDiscussions:RC,EpicIssues:NC,EpicLabelEvents:OC,EpicLinks:QC,EpicNotes:LC,Epics:MC,EpicStateEvents:Mx,GroupAccessRequests:jC,GroupAccessTokens:UC,GroupActivityAnalytics:GC,GroupBadges:qC,GroupCustomAttributes:$C,GroupDORA4Metrics:JC,GroupEpicBoards:HC,GroupHooks:VC,GroupImportExports:WC,GroupInvitations:zC,GroupIssueBoards:YC,GroupIterations:KC,GroupLabels:ZC,GroupLDAPLinks:XC,GroupMarkdownUploads:rx,GroupMembers:sx,GroupMemberRoles:nx,GroupMilestones:ox,GroupProtectedEnvironments:cx,GroupPushRules:dx,GroupRelationExports:hx,GroupReleases:fx,GroupRepositoryStorageMoves:mx,Groups:wx,GroupSAMLIdentities:gx,GroupSAMLLinks:Ax,GroupSCIMIdentities:yx,GroupServiceAccounts:bx,GroupVariables:vx,GroupWikis:Ex,LinkedEpics:Cx,UserCustomAttributes:xx,UserEmails:Dx,UserGPGKeys:kx,UserImpersonationTokens:Fx,Users:Nx,UserSSHKeys:Rx};var Jx=class extends zl.BaseResource{constructor(ml){super(ml);Object.keys(qx).forEach(Al=>{this[Al]=new qx[Al](ml)})}};var Wx=(ml=>{ml[ml["NO_ACCESS"]=0]="NO_ACCESS";ml[ml["MINIMAL_ACCESS"]=5]="MINIMAL_ACCESS";ml[ml["GUEST"]=10]="GUEST";ml[ml["REPORTER"]=20]="REPORTER";ml[ml["DEVELOPER"]=30]="DEVELOPER";ml[ml["MAINTAINER"]=40]="MAINTAINER";ml[ml["OWNER"]=50]="OWNER";ml[ml["ADMIN"]=60]="ADMIN";return ml})(Wx||{});Al.AccessLevel=Wx;Al.Agents=t_;Al.AlertManagement=r_;Al.ApplicationAppearance=u_;Al.ApplicationPlanLimits=C_;Al.ApplicationSettings=D_;Al.ApplicationStatistics=S_;Al.Applications=P_;Al.AuditEvents=Cg;Al.Avatar=eA;Al.Branches=sE;Al.BroadcastMessages=tA;Al.CodeSuggestions=rA;Al.CommitDiscussions=pE;Al.Commits=dE;Al.Composer=nA;Al.Conan=iA;Al.ContainerRegistry=gE;Al.DashboardAnnotations=sA;Al.Debian=aA;Al.DependencyProxy=oA;Al.DeployKeys=lA;Al.DeployTokens=cA;Al.Deployments=bE;Al.DockerfileTemplates=QA;Al.Environments=vE;Al.EpicAwardEmojis=PC;Al.EpicDiscussions=RC;Al.EpicIssues=NC;Al.EpicLabelEvents=OC;Al.EpicLinks=QC;Al.EpicNotes=LC;Al.Epics=MC;Al.ErrorTrackingClientKeys=wE;Al.ErrorTrackingSettings=CE;Al.Events=LA;Al.Experiments=MA;Al.ExternalStatusChecks=BE;Al.FeatureFlagUserLists=NE;Al.FeatureFlags=jE;Al.FreezePeriods=GE;Al.GeoNodes=jA;Al.GeoSites=UA;Al.GitLabCIYMLTemplates=GA;Al.GitignoreTemplates=qA;Al.Gitlab=Jx;Al.GitlabPages=WE;Al.GoProxy=YE;Al.GroupAccessRequests=jC;Al.GroupAccessTokens=UC;Al.GroupActivityAnalytics=GC;Al.GroupBadges=qC;Al.GroupCustomAttributes=$C;Al.GroupDORA4Metrics=JC;Al.GroupEpicBoards=HC;Al.GroupHooks=VC;Al.GroupImportExports=WC;Al.GroupInvitations=zC;Al.GroupIssueBoards=YC;Al.GroupIterations=KC;Al.GroupLDAPLinks=XC;Al.GroupLabels=ZC;Al.GroupMarkdownUploads=rx;Al.GroupMemberRoles=nx;Al.GroupMembers=sx;Al.GroupMilestones=ox;Al.GroupProtectedEnvironments=cx;Al.GroupPushRules=dx;Al.GroupRelationExports=hx;Al.GroupReleases=fx;Al.GroupRepositoryStorageMoves=mx;Al.GroupSAMLIdentities=gx;Al.GroupSAMLLinks=Ax;Al.GroupSCIMIdentities=yx;Al.GroupServiceAccounts=bx;Al.GroupVariables=vx;Al.GroupWikis=Ex;Al.Groups=wx;Al.Helm=ow;Al.Import=$A;Al.InstanceLevelCICDVariables=JA;Al.Integrations=lw;Al.IssueAwardEmojis=cw;Al.IssueDiscussions=pw;Al.IssueIterationEvents=dw;Al.IssueLabelEvents=hw;Al.IssueLinks=fw;Al.IssueMilestoneEvents=_w;Al.IssueNoteAwardEmojis=mw;Al.IssueNotes=gw;Al.IssueStateEvents=Aw;Al.IssueWeightEvents=yw;Al.Issues=bw;Al.IssuesStatistics=vw;Al.JobArtifacts=Ew;Al.Jobs=ww;Al.Keys=HA;Al.License=VA;Al.LicenseTemplates=WA;Al.LinkedEpics=Cx;Al.Lint=zA;Al.Markdown=YA;Al.Maven=KA;Al.MergeRequestApprovals=Cw;Al.MergeRequestAwardEmojis=xw;Al.MergeRequestContextCommits=Dw;Al.MergeRequestDiscussions=Sw;Al.MergeRequestDraftNotes=kw;Al.MergeRequestLabelEvents=Tw;Al.MergeRequestMilestoneEvents=Iw;Al.MergeRequestNoteAwardEmojis=Bw;Al.MergeRequestNotes=Fw;Al.MergeRequests=Pw;Al.MergeTrains=Rw;Al.Metadata=XA;Al.Migrations=ZA;Al.NPM=dy;Al.Namespaces=my;Al.NotificationSettings=vy;Al.NuGet=xy;Al.PackageRegistry=Nw;Al.Packages=Ow;Al.PagesDomains=Qw;Al.PersonalAccessTokens=Ty;Al.PipelineScheduleVariables=Lw;Al.PipelineSchedules=Mw;Al.PipelineTriggerTokens=jw;Al.Pipelines=Uw;Al.ProductAnalytics=Gw;Al.ProjectAccessRequests=qw;Al.ProjectAccessTokens=$w;Al.ProjectAliases=Jw;Al.ProjectBadges=Hw;Al.ProjectCustomAttributes=Vw;Al.ProjectDORA4Metrics=Ww;Al.ProjectHooks=zw;Al.ProjectImportExports=Yw;Al.ProjectInvitations=Kw;Al.ProjectIssueBoards=Xw;Al.ProjectIterations=Zw;Al.ProjectJobTokenScopes=eC;Al.ProjectLabels=tC;Al.ProjectMarkdownUploads=rC;Al.ProjectMembers=nC;Al.ProjectMilestones=iC;Al.ProjectProtectedEnvironments=sC;Al.ProjectPushRules=aC;Al.ProjectRelationsExport=oC;Al.ProjectReleases=lC;Al.ProjectRemoteMirrors=cC;Al.ProjectRepositoryStorageMoves=uC;Al.ProjectSnippetAwardEmojis=pC;Al.ProjectSnippetDiscussions=dC;Al.ProjectSnippetNotes=hC;Al.ProjectSnippets=fC;Al.ProjectStatistics=_C;Al.ProjectTemplates=mC;Al.ProjectTerraformState=gC;Al.ProjectVariables=AC;Al.ProjectVulnerabilities=yC;Al.ProjectWikis=bC;Al.Projects=vC;Al.ProtectedBranches=EC;Al.ProtectedTags=wC;Al.PyPI=Qy;Al.ReleaseLinks=CC;Al.Repositories=xC;Al.RepositoryFiles=DC;Al.RepositorySubmodules=SC;Al.ResourceGroups=kC;Al.RubyGems=Ky;Al.Runners=TC;Al.Search=Qb;Al.SearchAdmin=Lb;Al.SecureFiles=IC;Al.ServiceAccounts=Mb;Al.ServiceData=jb;Al.SidekiqMetrics=Gb;Al.SidekiqQueues=Vb;Al.SnippetRepositoryStorageMoves=Yb;Al.Snippets=Fv;Al.Suggestions=Xv;Al.SystemHooks=tE;Al.Tags=BC;Al.TodoLists=rE;Al.Topics=iE;Al.UserCustomAttributes=xx;Al.UserEmails=Dx;Al.UserGPGKeys=kx;Al.UserImpersonationTokens=Fx;Al.UserSSHKeys=Rx;Al.UserStarredMetricsDashboard=FC;Al.Users=Nx},68672:(ml,Al,Rl)=>{"use strict";var zl=Rl(40240);var rd=Rl(4908);var yh=Rl(8649);var kh=Rl(43379);function _interopDefault(ml){return ml&&ml.__esModule?ml:{default:ml}}var Qh=_interopDefault(kh);var{isMatch:cf}=Qh.default;function generateRateLimiterFn(ml,Al){const Rl=new yh.RateLimiterQueue(new yh.RateLimiterMemory({points:ml,duration:Al}));return()=>Rl.removeTokens(1)}function formatQuery(ml={}){const Al=rd.decamelizeKeys(ml);return zl.stringify(Al,{arrayFormat:"brackets"})}async function defaultOptionsHandler(ml,{body:Al,searchParams:Rl,sudo:zl,signal:yh,asStream:kh=false,method:Qh="GET"}={}){const{headers:cf,authHeaders:t_,url:r_,agent:u_}=ml;const C_={method:Qh,asStream:kh,signal:yh,prefixUrl:r_,agent:u_};C_.headers={...cf};if(zl)C_.headers.sudo=`${zl}`;if(Al){if(Al instanceof FormData){C_.body=Al}else{C_.body=JSON.stringify(rd.decamelizeKeys(Al));C_.headers["content-type"]="application/json"}}if(Object.keys(t_).length>0){const[ml,Al]=Object.entries(t_)[0];C_.headers[ml]=await Al()}const D_=formatQuery(Rl);if(D_)C_.searchParams=D_;return Promise.resolve(C_)}function createRateLimiters(ml={},Al=60){const Rl={};Object.entries(ml).forEach(([ml,zl])=>{if(typeof zl==="number")Rl[ml]=generateRateLimiterFn(zl,Al);else Rl[ml]={method:zl.method.toUpperCase(),limit:generateRateLimiterFn(zl.limit,Al)}});return Rl}function createRequesterFn(ml,Al){const Rl=["get","post","put","patch","delete"];return zl=>{const rd={};const yh=createRateLimiters(zl.rateLimits,zl.rateLimitDuration);Rl.forEach(Rl=>{rd[Rl]=async(rd,kh)=>{const Qh=await defaultOptionsHandler(zl,{...kh,method:Rl.toUpperCase()});const cf=await ml(zl,Qh);return Al(rd,{...cf,rateLimiters:yh})}});return rd}}function createPresetConstructor(ml,Al){return class extends ml{constructor(...ml){const[Rl,...zl]=ml;super({...Al,...Rl},...zl)}}}function presetResourceArguments(ml,Al={}){const Rl={};Object.entries(ml).forEach(([ml,zl])=>{if(typeof zl==="function"){Rl[ml]=createPresetConstructor(zl,Al)}else{Rl[ml]=zl}});return Rl}function getMatchingRateLimiter(ml,Al={},Rl="GET"){const zl=Object.keys(Al).sort().reverse();const rd=zl.find(Al=>cf(ml,Al));const yh=rd&&Al[rd];if(typeof yh==="function")return yh;if(yh&&yh?.method?.toUpperCase()===Rl.toUpperCase()){return yh.limit}return generateRateLimiterFn(3e3,60)}function getDynamicToken(ml){return ml instanceof Function?ml():Promise.resolve(ml)}var t_=Object.freeze({"**":3e3,"projects/import":6,"projects/*/export":6,"projects/*/download":1,"groups/import":6,"groups/*/export":6,"groups/*/download":1,"projects/*/issues/*/notes":{method:"post",limit:300},"projects/*/snippets/*/notes":{method:"post",limit:300},"projects/*/merge_requests/*/notes":{method:"post",limit:300},"groups/*/epics/*/notes":{method:"post",limit:300},"projects/*/repository/archive*":5,"projects/*/jobs":600,"projects/*/members":60,"groups/*/members":60});var r_=class{url;requester;queryTimeout;headers;authHeaders;camelize;constructor({sudo:ml,profileToken:Al,camelize:Rl,requesterFn:zl,agent:rd,profileMode:yh="execution",host:kh="https://gitlab.com",prefixUrl:Qh="",queryTimeout:cf=3e5,rateLimitDuration:r_=60,rateLimits:u_=t_,...C_}){if(!zl)throw new ReferenceError("requesterFn must be passed");this.url=[kh,"api","v4",Qh].join("/");this.headers={};this.authHeaders={};this.camelize=Rl;this.queryTimeout=cf;if("oauthToken"in C_)this.authHeaders.authorization=async()=>{const ml=await getDynamicToken(C_.oauthToken);return`Bearer ${ml}`};else if("jobToken"in C_)this.authHeaders["job-token"]=async()=>getDynamicToken(C_.jobToken);else if("token"in C_)this.authHeaders["private-token"]=async()=>getDynamicToken(C_.token);if(Al){this.headers["X-Profile-Token"]=Al;this.headers["X-Profile-Mode"]=yh}if(ml)this.headers.Sudo=`${ml}`;this.requester=zl({...this,rateLimits:u_,rateLimitDuration:r_,agent:rd})}};var u_=class extends Error{cause;constructor(ml,Al){super(ml,Al);this.cause=Al?.cause;this.name="GitbeakerRequestError"}};var C_=class extends Error{constructor(ml,Al){super(ml,Al);this.name="GitbeakerTimeoutError"}};var D_=class extends Error{constructor(ml,Al){super(ml,Al);this.name="GitbeakerRetryError"}};Al.BaseResource=r_;Al.GitbeakerRequestError=u_;Al.GitbeakerRetryError=D_;Al.GitbeakerTimeoutError=C_;Al.createRateLimiters=createRateLimiters;Al.createRequesterFn=createRequesterFn;Al.defaultOptionsHandler=defaultOptionsHandler;Al.formatQuery=formatQuery;Al.generateRateLimiterFn=generateRateLimiterFn;Al.getMatchingRateLimiter=getMatchingRateLimiter;Al.presetResourceArguments=presetResourceArguments},64630:(ml,Al,Rl)=>{"use strict";var zl=Rl(14281);var rd=Rl(68672);function _interopNamespace(ml){if(ml&&ml.__esModule)return ml;var Al=Object.create(null);if(ml){Object.keys(ml).forEach(function(Rl){if(Rl!=="default"){var zl=Object.getOwnPropertyDescriptor(ml,Rl);Object.defineProperty(Al,Rl,zl.get?zl:{enumerable:true,get:function(){return ml[Rl]}})}})}Al.default=ml;return Object.freeze(Al)}var yh=_interopNamespace(zl);async function processBody(ml){const Al=(ml.headers.get("content-type")||"").split(";")[0].trim();if(Al==="application/json"){return ml.json().then(ml=>ml||{})}if(Al.startsWith("text/")){return ml.text().then(ml=>ml||"")}return ml.blob()}function delay(ml){return new Promise(Al=>{setTimeout(Al,ml)})}async function parseResponse(ml,Al=false){const{status:Rl,headers:zl}=ml;const rd=Object.fromEntries(zl.entries());let yh;if(Al){yh=ml.body}else{yh=Rl===204?null:await processBody(ml)}return{body:yh,headers:rd,status:Rl}}async function throwFailedRequestError(ml,Al){const Rl=await Al.text();const zl=Al.headers.get("Content-Type");let yh;if(zl?.includes("application/json")){const ml=JSON.parse(Rl);const Al=ml?.error||ml?.message||"";yh=typeof Al==="string"?Al:JSON.stringify(Al)}else{yh=Rl}throw new rd.GitbeakerRequestError(yh,{cause:{description:yh,request:ml,response:Al}})}function getConditionalMode(ml){if(ml.includes("repository/archive"))return"same-origin";return void 0}async function defaultRequestHandler(ml,Al){const Rl=[429,502];const zl=10;const{rateLimiters:yh,agent:kh,asStream:Qh,prefixUrl:cf,searchParams:t_,method:r_,...u_}=Al||{};const C_=rd.getMatchingRateLimiter(ml,yh,r_);let D_;let S_;if(cf)S_=cf.endsWith("/")?cf:`${cf}/`;const P_=new URL(ml,S_);P_.search=t_||"";const Cg=getConditionalMode(ml);for(let ml=0;ml{if(ml.name==="TimeoutError"||ml.name==="AbortError"){throw new rd.GitbeakerTimeoutError("Query timeout was reached")}throw ml});if(yh.ok)return parseResponse(yh,Qh);if(!Rl.includes(yh.status))await throwFailedRequestError(Al,yh);D_=yh.status;await delay(2**ml*.25);continue}throw new rd.GitbeakerRetryError(`Could not successfully complete this request after ${zl} retries, last status code: ${D_}. ${D_===429?"Check the applicable rate limits for this endpoint":"Verify the status of the endpoint"}.`)}var kh=rd.createRequesterFn((ml,Al)=>Promise.resolve(Al),defaultRequestHandler);var{AccessLevel:Qh,...cf}=yh;var t_=rd.presetResourceArguments(cf,{requesterFn:kh});var{Agents:r_}=t_;var{AlertManagement:u_}=t_;var{ApplicationAppearance:C_}=t_;var{ApplicationPlanLimits:D_}=t_;var{Applications:S_}=t_;var{ApplicationSettings:P_}=t_;var{ApplicationStatistics:Cg}=t_;var{AuditEvents:eA}=t_;var{Avatar:tA}=t_;var{Branches:rA}=t_;var{BroadcastMessages:nA}=t_;var{CodeSuggestions:iA}=t_;var{CommitDiscussions:sA}=t_;var{Commits:aA}=t_;var{Composer:oA}=t_;var{Conan:lA}=t_;var{ContainerRegistry:cA}=t_;var{DashboardAnnotations:uA}=t_;var{Debian:pA}=t_;var{DependencyProxy:dA}=t_;var{DeployKeys:hA}=t_;var{DeployTokens:fA}=t_;var{Deployments:_A}=t_;var{DockerfileTemplates:mA}=t_;var{Environments:gA}=t_;var{EpicAwardEmojis:AA}=t_;var{EpicDiscussions:yA}=t_;var{EpicIssues:bA}=t_;var{EpicLabelEvents:vA}=t_;var{EpicLinks:EA}=t_;var{EpicNotes:wA}=t_;var{Epics:CA}=t_;var{ErrorTrackingClientKeys:xA}=t_;var{ErrorTrackingSettings:DA}=t_;var{Events:SA}=t_;var{Experiments:kA}=t_;var{ExternalStatusChecks:TA}=t_;var{FeatureFlags:IA}=t_;var{FeatureFlagUserLists:BA}=t_;var{FreezePeriods:FA}=t_;var{GeoNodes:PA}=t_;var{GeoSites:RA}=t_;var{GitignoreTemplates:NA}=t_;var{GitLabCIYMLTemplates:OA}=t_;var{GitlabPages:QA}=t_;var{GoProxy:LA}=t_;var{GroupAccessRequests:MA}=t_;var{GroupAccessTokens:jA}=t_;var{GroupActivityAnalytics:UA}=t_;var{GroupBadges:GA}=t_;var{GroupCustomAttributes:qA}=t_;var{GroupDORA4Metrics:$A}=t_;var{GroupEpicBoards:JA}=t_;var{GroupHooks:HA}=t_;var{GroupImportExports:VA}=t_;var{GroupInvitations:WA}=t_;var{GroupIssueBoards:zA}=t_;var{GroupIterations:YA}=t_;var{GroupLabels:KA}=t_;var{GroupLDAPLinks:XA}=t_;var{GroupMarkdownUploads:ZA}=t_;var{GroupMemberRoles:dy}=t_;var{GroupMembers:my}=t_;var{GroupMilestones:vy}=t_;var{GroupProtectedEnvironments:xy}=t_;var{GroupPushRules:Ty}=t_;var{GroupRelationExports:Qy}=t_;var{GroupReleases:Ky}=t_;var{GroupRepositoryStorageMoves:Qb}=t_;var{Groups:Lb}=t_;var{GroupSAMLIdentities:Mb}=t_;var{GroupSAMLLinks:jb}=t_;var{GroupSCIMIdentities:Gb}=t_;var{GroupServiceAccounts:Vb}=t_;var{GroupVariables:Yb}=t_;var{GroupWikis:Fv}=t_;var{Helm:Xv}=t_;var{Import:tE}=t_;var{InstanceLevelCICDVariables:rE}=t_;var{Integrations:iE}=t_;var{IssueAwardEmojis:sE}=t_;var{IssueDiscussions:pE}=t_;var{IssueIterationEvents:dE}=t_;var{IssueLabelEvents:gE}=t_;var{IssueLinks:bE}=t_;var{IssueMilestoneEvents:vE}=t_;var{IssueNoteAwardEmojis:wE}=t_;var{IssueNotes:CE}=t_;var{Issues:BE}=t_;var{IssuesStatistics:NE}=t_;var{IssueStateEvents:jE}=t_;var{IssueWeightEvents:GE}=t_;var{JobArtifacts:WE}=t_;var{Jobs:YE}=t_;var{Keys:ow}=t_;var{License:lw}=t_;var{LicenseTemplates:cw}=t_;var{LinkedEpics:pw}=t_;var{Lint:dw}=t_;var{Markdown:hw}=t_;var{Maven:fw}=t_;var{MergeRequestApprovals:_w}=t_;var{MergeRequestAwardEmojis:mw}=t_;var{MergeRequestContextCommits:gw}=t_;var{MergeRequestDiscussions:Aw}=t_;var{MergeRequestDraftNotes:yw}=t_;var{MergeRequestLabelEvents:bw}=t_;var{MergeRequestMilestoneEvents:vw}=t_;var{MergeRequestNoteAwardEmojis:Ew}=t_;var{MergeRequestNotes:ww}=t_;var{MergeRequests:Cw}=t_;var{MergeTrains:xw}=t_;var{Metadata:Dw}=t_;var{Migrations:Sw}=t_;var{Namespaces:kw}=t_;var{NotificationSettings:Tw}=t_;var{NPM:Iw}=t_;var{NuGet:Bw}=t_;var{PackageRegistry:Fw}=t_;var{Packages:Pw}=t_;var{PagesDomains:Rw}=t_;var{PersonalAccessTokens:Nw}=t_;var{PipelineSchedules:Ow}=t_;var{PipelineScheduleVariables:Qw}=t_;var{Pipelines:Lw}=t_;var{PipelineTriggerTokens:Mw}=t_;var{ProductAnalytics:jw}=t_;var{ProjectAccessRequests:Uw}=t_;var{ProjectAccessTokens:Gw}=t_;var{ProjectAliases:qw}=t_;var{ProjectBadges:$w}=t_;var{ProjectCustomAttributes:Jw}=t_;var{ProjectDORA4Metrics:Hw}=t_;var{ProjectHooks:Vw}=t_;var{ProjectImportExports:Ww}=t_;var{ProjectInvitations:zw}=t_;var{ProjectIssueBoards:Yw}=t_;var{ProjectIterations:Kw}=t_;var{ProjectJobTokenScopes:Xw}=t_;var{ProjectLabels:Zw}=t_;var{ProjectMarkdownUploads:eC}=t_;var{ProjectMembers:tC}=t_;var{ProjectMilestones:rC}=t_;var{ProjectProtectedEnvironments:nC}=t_;var{ProjectPushRules:iC}=t_;var{ProjectRelationsExport:sC}=t_;var{ProjectReleases:aC}=t_;var{ProjectRemoteMirrors:oC}=t_;var{ProjectRepositoryStorageMoves:lC}=t_;var{Projects:cC}=t_;var{ProjectSnippetAwardEmojis:uC}=t_;var{ProjectSnippetDiscussions:pC}=t_;var{ProjectSnippetNotes:dC}=t_;var{ProjectSnippets:hC}=t_;var{ProjectStatistics:fC}=t_;var{ProjectTemplates:_C}=t_;var{ProjectTerraformState:mC}=t_;var{ProjectVariables:gC}=t_;var{ProjectVulnerabilities:AC}=t_;var{ProjectWikis:yC}=t_;var{ProtectedBranches:bC}=t_;var{ProtectedTags:vC}=t_;var{PyPI:EC}=t_;var{ReleaseLinks:wC}=t_;var{Repositories:CC}=t_;var{RepositoryFiles:xC}=t_;var{RepositorySubmodules:DC}=t_;var{ResourceGroups:SC}=t_;var{RubyGems:kC}=t_;var{Runners:TC}=t_;var{Search:IC}=t_;var{SearchAdmin:BC}=t_;var{SecureFiles:FC}=t_;var{ServiceAccounts:PC}=t_;var{ServiceData:RC}=t_;var{SidekiqMetrics:NC}=t_;var{SidekiqQueues:OC}=t_;var{SnippetRepositoryStorageMoves:QC}=t_;var{Snippets:LC}=t_;var{Suggestions:MC}=t_;var{SystemHooks:jC}=t_;var{Tags:UC}=t_;var{TodoLists:GC}=t_;var{Topics:qC}=t_;var{UserCustomAttributes:$C}=t_;var{UserEmails:JC}=t_;var{UserGPGKeys:HC}=t_;var{UserImpersonationTokens:VC}=t_;var{Users:WC}=t_;var{UserSSHKeys:zC}=t_;var{UserStarredMetricsDashboard:YC}=t_;var{Gitlab:KC}=t_;Object.defineProperty(Al,"GitbeakerRequestError",{enumerable:true,get:function(){return rd.GitbeakerRequestError}});Object.defineProperty(Al,"GitbeakerRetryError",{enumerable:true,get:function(){return rd.GitbeakerRetryError}});Object.defineProperty(Al,"GitbeakerTimeoutError",{enumerable:true,get:function(){return rd.GitbeakerTimeoutError}});Al.AccessLevel=Qh;Al.Agents=r_;Al.AlertManagement=u_;Al.ApplicationAppearance=C_;Al.ApplicationPlanLimits=D_;Al.ApplicationSettings=P_;Al.ApplicationStatistics=Cg;Al.Applications=S_;Al.AuditEvents=eA;Al.Avatar=tA;Al.Branches=rA;Al.BroadcastMessages=nA;Al.CodeSuggestions=iA;Al.CommitDiscussions=sA;Al.Commits=aA;Al.Composer=oA;Al.Conan=lA;Al.ContainerRegistry=cA;Al.DashboardAnnotations=uA;Al.Debian=pA;Al.DependencyProxy=dA;Al.DeployKeys=hA;Al.DeployTokens=fA;Al.Deployments=_A;Al.DockerfileTemplates=mA;Al.Environments=gA;Al.EpicAwardEmojis=AA;Al.EpicDiscussions=yA;Al.EpicIssues=bA;Al.EpicLabelEvents=vA;Al.EpicLinks=EA;Al.EpicNotes=wA;Al.Epics=CA;Al.ErrorTrackingClientKeys=xA;Al.ErrorTrackingSettings=DA;Al.Events=SA;Al.Experiments=kA;Al.ExternalStatusChecks=TA;Al.FeatureFlagUserLists=BA;Al.FeatureFlags=IA;Al.FreezePeriods=FA;Al.GeoNodes=PA;Al.GeoSites=RA;Al.GitLabCIYMLTemplates=OA;Al.GitignoreTemplates=NA;Al.Gitlab=KC;Al.GitlabPages=QA;Al.GoProxy=LA;Al.GroupAccessRequests=MA;Al.GroupAccessTokens=jA;Al.GroupActivityAnalytics=UA;Al.GroupBadges=GA;Al.GroupCustomAttributes=qA;Al.GroupDORA4Metrics=$A;Al.GroupEpicBoards=JA;Al.GroupHooks=HA;Al.GroupImportExports=VA;Al.GroupInvitations=WA;Al.GroupIssueBoards=zA;Al.GroupIterations=YA;Al.GroupLDAPLinks=XA;Al.GroupLabels=KA;Al.GroupMarkdownUploads=ZA;Al.GroupMemberRoles=dy;Al.GroupMembers=my;Al.GroupMilestones=vy;Al.GroupProtectedEnvironments=xy;Al.GroupPushRules=Ty;Al.GroupRelationExports=Qy;Al.GroupReleases=Ky;Al.GroupRepositoryStorageMoves=Qb;Al.GroupSAMLIdentities=Mb;Al.GroupSAMLLinks=jb;Al.GroupSCIMIdentities=Gb;Al.GroupServiceAccounts=Vb;Al.GroupVariables=Yb;Al.GroupWikis=Fv;Al.Groups=Lb;Al.Helm=Xv;Al.Import=tE;Al.InstanceLevelCICDVariables=rE;Al.Integrations=iE;Al.IssueAwardEmojis=sE;Al.IssueDiscussions=pE;Al.IssueIterationEvents=dE;Al.IssueLabelEvents=gE;Al.IssueLinks=bE;Al.IssueMilestoneEvents=vE;Al.IssueNoteAwardEmojis=wE;Al.IssueNotes=CE;Al.IssueStateEvents=jE;Al.IssueWeightEvents=GE;Al.Issues=BE;Al.IssuesStatistics=NE;Al.JobArtifacts=WE;Al.Jobs=YE;Al.Keys=ow;Al.License=lw;Al.LicenseTemplates=cw;Al.LinkedEpics=pw;Al.Lint=dw;Al.Markdown=hw;Al.Maven=fw;Al.MergeRequestApprovals=_w;Al.MergeRequestAwardEmojis=mw;Al.MergeRequestContextCommits=gw;Al.MergeRequestDiscussions=Aw;Al.MergeRequestDraftNotes=yw;Al.MergeRequestLabelEvents=bw;Al.MergeRequestMilestoneEvents=vw;Al.MergeRequestNoteAwardEmojis=Ew;Al.MergeRequestNotes=ww;Al.MergeRequests=Cw;Al.MergeTrains=xw;Al.Metadata=Dw;Al.Migrations=Sw;Al.NPM=Iw;Al.Namespaces=kw;Al.NotificationSettings=Tw;Al.NuGet=Bw;Al.PackageRegistry=Fw;Al.Packages=Pw;Al.PagesDomains=Rw;Al.PersonalAccessTokens=Nw;Al.PipelineScheduleVariables=Qw;Al.PipelineSchedules=Ow;Al.PipelineTriggerTokens=Mw;Al.Pipelines=Lw;Al.ProductAnalytics=jw;Al.ProjectAccessRequests=Uw;Al.ProjectAccessTokens=Gw;Al.ProjectAliases=qw;Al.ProjectBadges=$w;Al.ProjectCustomAttributes=Jw;Al.ProjectDORA4Metrics=Hw;Al.ProjectHooks=Vw;Al.ProjectImportExports=Ww;Al.ProjectInvitations=zw;Al.ProjectIssueBoards=Yw;Al.ProjectIterations=Kw;Al.ProjectJobTokenScopes=Xw;Al.ProjectLabels=Zw;Al.ProjectMarkdownUploads=eC;Al.ProjectMembers=tC;Al.ProjectMilestones=rC;Al.ProjectProtectedEnvironments=nC;Al.ProjectPushRules=iC;Al.ProjectRelationsExport=sC;Al.ProjectReleases=aC;Al.ProjectRemoteMirrors=oC;Al.ProjectRepositoryStorageMoves=lC;Al.ProjectSnippetAwardEmojis=uC;Al.ProjectSnippetDiscussions=pC;Al.ProjectSnippetNotes=dC;Al.ProjectSnippets=hC;Al.ProjectStatistics=fC;Al.ProjectTemplates=_C;Al.ProjectTerraformState=mC;Al.ProjectVariables=gC;Al.ProjectVulnerabilities=AC;Al.ProjectWikis=yC;Al.Projects=cC;Al.ProtectedBranches=bC;Al.ProtectedTags=vC;Al.PyPI=EC;Al.ReleaseLinks=wC;Al.Repositories=CC;Al.RepositoryFiles=xC;Al.RepositorySubmodules=DC;Al.ResourceGroups=SC;Al.RubyGems=kC;Al.Runners=TC;Al.Search=IC;Al.SearchAdmin=BC;Al.SecureFiles=FC;Al.ServiceAccounts=PC;Al.ServiceData=RC;Al.SidekiqMetrics=NC;Al.SidekiqQueues=OC;Al.SnippetRepositoryStorageMoves=QC;Al.Snippets=LC;Al.Suggestions=MC;Al.SystemHooks=jC;Al.Tags=UC;Al.TodoLists=GC;Al.Topics=qC;Al.UserCustomAttributes=$C;Al.UserEmails=JC;Al.UserGPGKeys=HC;Al.UserImpersonationTokens=VC;Al.UserSSHKeys=zC;Al.UserStarredMetricsDashboard=YC;Al.Users=WC},78963:(ml,Al,Rl)=>{"use strict";var zl=Object.create;var rd=Object.defineProperty;var yh=Object.getOwnPropertyDescriptor;var kh=Object.getOwnPropertyNames;var Qh=Object.getPrototypeOf;var cf=Object.prototype.hasOwnProperty;var __commonJS=(ml,Al)=>function __require(){return Al||(0,ml[kh(ml)[0]])((Al={exports:{}}).exports,Al),Al.exports};var __export=(ml,Al)=>{for(var Rl in Al)rd(ml,Rl,{get:Al[Rl],enumerable:true})};var __copyProps=(ml,Al,Rl,zl)=>{if(Al&&typeof Al==="object"||typeof Al==="function"){for(let Qh of kh(Al))if(!cf.call(ml,Qh)&&Qh!==Rl)rd(ml,Qh,{get:()=>Al[Qh],enumerable:!(zl=yh(Al,Qh))||zl.enumerable})}return ml};var __toESM=(ml,Al,Rl)=>(Rl=ml!=null?zl(Qh(ml)):{},__copyProps(Al||!ml||!ml.__esModule?rd(Rl,"default",{value:ml,enumerable:true}):Rl,ml));var __toCommonJS=ml=>__copyProps(rd({},"__esModule",{value:true}),ml);var t_=__commonJS({"node_modules/uri-js/dist/es5/uri.all.js"(ml,Al){"use strict";(function(Rl,zl){typeof ml==="object"&&typeof Al!=="undefined"?zl(ml):typeof define==="function"&&define.amd?define(["exports"],zl):zl(Rl.URI=Rl.URI||{})})(ml,function(ml){"use strict";function merge(){for(var ml=arguments.length,Al=Array(ml),Rl=0;Rl1){Al[0]=Al[0].slice(0,-1);var zl=Al.length-1;for(var rd=1;rd= 0x80 (not a basic code point)","invalid-input":"Invalid input"};var eA=yh-kh;var tA=Math.floor;var rA=String.fromCharCode;function error$1(ml){throw new RangeError(Cg[ml])}function map(ml,Al){var Rl=[];var zl=ml.length;while(zl--){Rl[zl]=Al(ml[zl])}return Rl}function mapDomain(ml,Al){var Rl=ml.split("@");var zl="";if(Rl.length>1){zl=Rl[0]+"@";ml=Rl[1]}ml=ml.replace(P_,".");var rd=ml.split(".");var yh=map(rd,Al).join(".");return zl+yh}function ucs2decode(ml){var Al=[];var Rl=0;var zl=ml.length;while(Rl=55296&&rd<=56319&&Rl>1;ml+=tA(ml/Al);for(;ml>eA*Qh>>1;zl+=yh){ml=tA(ml/eA)}return tA(zl+(eA+1)*ml/(ml+cf))};var oA=function decode2(ml){var Al=[];var Rl=ml.length;var zl=0;var cf=u_;var t_=r_;var D_=ml.lastIndexOf(C_);if(D_<0){D_=0}for(var S_=0;S_=128){error$1("not-basic")}Al.push(ml.charCodeAt(S_))}for(var P_=D_>0?D_+1:0;P_=Rl){error$1("invalid-input")}var nA=iA(ml.charCodeAt(P_++));if(nA>=yh||nA>tA((rd-zl)/eA)){error$1("overflow")}zl+=nA*eA;var sA=rA<=t_?kh:rA>=t_+Qh?Qh:rA-t_;if(nAtA(rd/oA)){error$1("overflow")}eA*=oA}var lA=Al.length+1;t_=aA(zl-Cg,lA,Cg==0);if(tA(zl/lA)>rd-cf){error$1("overflow")}cf+=tA(zl/lA);zl%=lA;Al.splice(zl++,0,cf)}return String.fromCodePoint.apply(String,Al)};var lA=function encode2(ml){var Al=[];ml=ucs2decode(ml);var Rl=ml.length;var zl=u_;var cf=0;var t_=r_;var D_=true;var S_=false;var P_=void 0;try{for(var Cg=ml[Symbol.iterator](),eA;!(D_=(eA=Cg.next()).done);D_=true){var nA=eA.value;if(nA<128){Al.push(rA(nA))}}}catch(ml){S_=true;P_=ml}finally{try{if(!D_&&Cg.return){Cg.return()}}finally{if(S_){throw P_}}}var iA=Al.length;var oA=iA;if(iA){Al.push(C_)}while(oA=zl&&fAtA((rd-cf)/_A)){error$1("overflow")}cf+=(lA-zl)*_A;zl=lA;var mA=true;var gA=false;var AA=void 0;try{for(var yA=ml[Symbol.iterator](),bA;!(mA=(bA=yA.next()).done);mA=true){var vA=bA.value;if(vArd){error$1("overflow")}if(vA==zl){var EA=cf;for(var wA=yh;;wA+=yh){var CA=wA<=t_?kh:wA>=t_+Qh?Qh:wA-t_;if(EA>6|192).toString(16).toUpperCase()+"%"+(Al&63|128).toString(16).toUpperCase();else Rl="%"+(Al>>12|224).toString(16).toUpperCase()+"%"+(Al>>6&63|128).toString(16).toUpperCase()+"%"+(Al&63|128).toString(16).toUpperCase();return Rl}function pctDecChars(ml){var Al="";var Rl=0;var zl=ml.length;while(Rl=194&&rd<224){if(zl-Rl>=6){var yh=parseInt(ml.substr(Rl+4,2),16);Al+=String.fromCharCode((rd&31)<<6|yh&63)}else{Al+=ml.substr(Rl,6)}Rl+=6}else if(rd>=224){if(zl-Rl>=9){var kh=parseInt(ml.substr(Rl+4,2),16);var Qh=parseInt(ml.substr(Rl+7,2),16);Al+=String.fromCharCode((rd&15)<<12|(kh&63)<<6|Qh&63)}else{Al+=ml.substr(Rl,9)}Rl+=9}else{Al+=ml.substr(Rl,3);Rl+=3}}return Al}function _normalizeComponentEncoding(ml,Al){function decodeUnreserved2(ml){var Rl=pctDecChars(ml);return!Rl.match(Al.UNRESERVED)?ml:Rl}if(ml.scheme)ml.scheme=String(ml.scheme).replace(Al.PCT_ENCODED,decodeUnreserved2).toLowerCase().replace(Al.NOT_SCHEME,"");if(ml.userinfo!==void 0)ml.userinfo=String(ml.userinfo).replace(Al.PCT_ENCODED,decodeUnreserved2).replace(Al.NOT_USERINFO,pctEncChar).replace(Al.PCT_ENCODED,toUpperCase);if(ml.host!==void 0)ml.host=String(ml.host).replace(Al.PCT_ENCODED,decodeUnreserved2).toLowerCase().replace(Al.NOT_HOST,pctEncChar).replace(Al.PCT_ENCODED,toUpperCase);if(ml.path!==void 0)ml.path=String(ml.path).replace(Al.PCT_ENCODED,decodeUnreserved2).replace(ml.scheme?Al.NOT_PATH:Al.NOT_PATH_NOSCHEME,pctEncChar).replace(Al.PCT_ENCODED,toUpperCase);if(ml.query!==void 0)ml.query=String(ml.query).replace(Al.PCT_ENCODED,decodeUnreserved2).replace(Al.NOT_QUERY,pctEncChar).replace(Al.PCT_ENCODED,toUpperCase);if(ml.fragment!==void 0)ml.fragment=String(ml.fragment).replace(Al.PCT_ENCODED,decodeUnreserved2).replace(Al.NOT_FRAGMENT,pctEncChar).replace(Al.PCT_ENCODED,toUpperCase);return ml}function _stripLeadingZeros(ml){return ml.replace(/^0*(.*)/,"$1")||"0"}function _normalizeIPv4(ml,Al){var Rl=ml.match(Al.IPV4ADDRESS)||[];var rd=zl(Rl,2),yh=rd[1];if(yh){return yh.split(".").map(_stripLeadingZeros).join(".")}else{return ml}}function _normalizeIPv6(ml,Al){var Rl=ml.match(Al.IPV6ADDRESS)||[];var rd=zl(Rl,3),yh=rd[1],kh=rd[2];if(yh){var Qh=yh.toLowerCase().split("::").reverse(),cf=zl(Qh,2),t_=cf[0],r_=cf[1];var u_=r_?r_.split(":").map(_stripLeadingZeros):[];var C_=t_.split(":").map(_stripLeadingZeros);var D_=Al.IPV4ADDRESS.test(C_[C_.length-1]);var S_=D_?7:8;var P_=C_.length-S_;var Cg=Array(S_);for(var eA=0;eA1){var iA=Cg.slice(0,rA.index);var sA=Cg.slice(rA.index+rA.length);nA=iA.join(":")+"::"+sA.join(":")}else{nA=Cg.join(":")}if(kh){nA+="%"+kh}return nA}else{return ml}}var hA=/^(?:([^:\/?#]+):)?(?:\/\/((?:([^\/?#@]*)@)?(\[[^\/?#\]]+\]|[^\/?#:]*)(?:\:(\d*))?))?([^?#]*)(?:\?([^#]*))?(?:#((?:.|\n|\r)*))?/i;var fA="".match(/(){0}/)[1]===void 0;function parse(ml){var zl=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};var rd={};var yh=zl.iri!==false?Rl:Al;if(zl.reference==="suffix")ml=(zl.scheme?zl.scheme+":":"")+"//"+ml;var kh=ml.match(hA);if(kh){if(fA){rd.scheme=kh[1];rd.userinfo=kh[3];rd.host=kh[4];rd.port=parseInt(kh[5],10);rd.path=kh[6]||"";rd.query=kh[7];rd.fragment=kh[8];if(isNaN(rd.port)){rd.port=kh[5]}}else{rd.scheme=kh[1]||void 0;rd.userinfo=ml.indexOf("@")!==-1?kh[3]:void 0;rd.host=ml.indexOf("//")!==-1?kh[4]:void 0;rd.port=parseInt(kh[5],10);rd.path=kh[6]||"";rd.query=ml.indexOf("?")!==-1?kh[7]:void 0;rd.fragment=ml.indexOf("#")!==-1?kh[8]:void 0;if(isNaN(rd.port)){rd.port=ml.match(/\/\/(?:.|\n)*\:(?:\/|\?|\#|$)/)?kh[4]:void 0}}if(rd.host){rd.host=_normalizeIPv6(_normalizeIPv4(rd.host,yh),yh)}if(rd.scheme===void 0&&rd.userinfo===void 0&&rd.host===void 0&&rd.port===void 0&&!rd.path&&rd.query===void 0){rd.reference="same-document"}else if(rd.scheme===void 0){rd.reference="relative"}else if(rd.fragment===void 0){rd.reference="absolute"}else{rd.reference="uri"}if(zl.reference&&zl.reference!=="suffix"&&zl.reference!==rd.reference){rd.error=rd.error||"URI is not a "+zl.reference+" reference."}var Qh=dA[(zl.scheme||rd.scheme||"").toLowerCase()];if(!zl.unicodeSupport&&(!Qh||!Qh.unicodeSupport)){if(rd.host&&(zl.domainHost||Qh&&Qh.domainHost)){try{rd.host=pA.toASCII(rd.host.replace(yh.PCT_ENCODED,pctDecChars).toLowerCase())}catch(ml){rd.error=rd.error||"Host's domain name can not be converted to ASCII via punycode: "+ml}}_normalizeComponentEncoding(rd,Al)}else{_normalizeComponentEncoding(rd,yh)}if(Qh&&Qh.parse){Qh.parse(rd,zl)}}else{rd.error=rd.error||"URI can not be parsed."}return rd}function _recomposeAuthority(ml,zl){var rd=zl.iri!==false?Rl:Al;var yh=[];if(ml.userinfo!==void 0){yh.push(ml.userinfo);yh.push("@")}if(ml.host!==void 0){yh.push(_normalizeIPv6(_normalizeIPv4(String(ml.host),rd),rd).replace(rd.IPV6ADDRESS,function(ml,Al,Rl){return"["+Al+(Rl?"%25"+Rl:"")+"]"}))}if(typeof ml.port==="number"||typeof ml.port==="string"){yh.push(":");yh.push(String(ml.port))}return yh.length?yh.join(""):void 0}var _A=/^\.\.?\//;var mA=/^\/\.(\/|$)/;var gA=/^\/\.\.(\/|$)/;var AA=/^\/?(?:.|\n)*?(?=\/|$)/;function removeDotSegments(ml){var Al=[];while(ml.length){if(ml.match(_A)){ml=ml.replace(_A,"")}else if(ml.match(mA)){ml=ml.replace(mA,"/")}else if(ml.match(gA)){ml=ml.replace(gA,"/");Al.pop()}else if(ml==="."||ml===".."){ml=""}else{var Rl=ml.match(AA);if(Rl){var zl=Rl[0];ml=ml.slice(zl.length);Al.push(zl)}else{throw new Error("Unexpected dot segment condition")}}}return Al.join("")}function serialize(ml){var zl=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};var rd=zl.iri?Rl:Al;var yh=[];var kh=dA[(zl.scheme||ml.scheme||"").toLowerCase()];if(kh&&kh.serialize)kh.serialize(ml,zl);if(ml.host){if(rd.IPV6ADDRESS.test(ml.host)){}else if(zl.domainHost||kh&&kh.domainHost){try{ml.host=!zl.iri?pA.toASCII(ml.host.replace(rd.PCT_ENCODED,pctDecChars).toLowerCase()):pA.toUnicode(ml.host)}catch(Al){ml.error=ml.error||"Host's domain name can not be converted to "+(!zl.iri?"ASCII":"Unicode")+" via punycode: "+Al}}}_normalizeComponentEncoding(ml,rd);if(zl.reference!=="suffix"&&ml.scheme){yh.push(ml.scheme);yh.push(":")}var Qh=_recomposeAuthority(ml,zl);if(Qh!==void 0){if(zl.reference!=="suffix"){yh.push("//")}yh.push(Qh);if(ml.path&&ml.path.charAt(0)!=="/"){yh.push("/")}}if(ml.path!==void 0){var cf=ml.path;if(!zl.absolutePath&&(!kh||!kh.absolutePath)){cf=removeDotSegments(cf)}if(Qh===void 0){cf=cf.replace(/^\/\//,"/%2F")}yh.push(cf)}if(ml.query!==void 0){yh.push("?");yh.push(ml.query)}if(ml.fragment!==void 0){yh.push("#");yh.push(ml.fragment)}return yh.join("")}function resolveComponents(ml,Al){var Rl=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};var zl=arguments[3];var rd={};if(!zl){ml=parse(serialize(ml,Rl),Rl);Al=parse(serialize(Al,Rl),Rl)}Rl=Rl||{};if(!Rl.tolerant&&Al.scheme){rd.scheme=Al.scheme;rd.userinfo=Al.userinfo;rd.host=Al.host;rd.port=Al.port;rd.path=removeDotSegments(Al.path||"");rd.query=Al.query}else{if(Al.userinfo!==void 0||Al.host!==void 0||Al.port!==void 0){rd.userinfo=Al.userinfo;rd.host=Al.host;rd.port=Al.port;rd.path=removeDotSegments(Al.path||"");rd.query=Al.query}else{if(!Al.path){rd.path=ml.path;if(Al.query!==void 0){rd.query=Al.query}else{rd.query=ml.query}}else{if(Al.path.charAt(0)==="/"){rd.path=removeDotSegments(Al.path)}else{if((ml.userinfo!==void 0||ml.host!==void 0||ml.port!==void 0)&&!ml.path){rd.path="/"+Al.path}else if(!ml.path){rd.path=Al.path}else{rd.path=ml.path.slice(0,ml.path.lastIndexOf("/")+1)+Al.path}rd.path=removeDotSegments(rd.path)}rd.query=Al.query}rd.userinfo=ml.userinfo;rd.host=ml.host;rd.port=ml.port}rd.scheme=ml.scheme}rd.fragment=Al.fragment;return rd}function resolve(ml,Al,Rl){var zl=assign({scheme:"null"},Rl);return serialize(resolveComponents(parse(ml,zl),parse(Al,zl),zl,true),zl)}function normalize(ml,Al){if(typeof ml==="string"){ml=serialize(parse(ml,Al),Al)}else if(typeOf(ml)==="object"){ml=parse(serialize(ml,Al),Al)}return ml}function equal(ml,Al,Rl){if(typeof ml==="string"){ml=serialize(parse(ml,Rl),Rl)}else if(typeOf(ml)==="object"){ml=serialize(ml,Rl)}if(typeof Al==="string"){Al=serialize(parse(Al,Rl),Rl)}else if(typeOf(Al)==="object"){Al=serialize(Al,Rl)}return ml===Al}function escapeComponent(ml,zl){return ml&&ml.toString().replace(!zl||!zl.iri?Al.ESCAPE:Rl.ESCAPE,pctEncChar)}function unescapeComponent(ml,zl){return ml&&ml.toString().replace(!zl||!zl.iri?Al.PCT_ENCODED:Rl.PCT_ENCODED,pctDecChars)}var yA={scheme:"http",domainHost:true,parse:function parse2(ml,Al){if(!ml.host){ml.error=ml.error||"HTTP URIs must have a host."}return ml},serialize:function serialize2(ml,Al){var Rl=String(ml.scheme).toLowerCase()==="https";if(ml.port===(Rl?443:80)||ml.port===""){ml.port=void 0}if(!ml.path){ml.path="/"}return ml}};var bA={scheme:"https",domainHost:yA.domainHost,parse:yA.parse,serialize:yA.serialize};function isSecure(ml){return typeof ml.secure==="boolean"?ml.secure:String(ml.scheme).toLowerCase()==="wss"}var vA={scheme:"ws",domainHost:true,parse:function parse2(ml,Al){var Rl=ml;Rl.secure=isSecure(Rl);Rl.resourceName=(Rl.path||"/")+(Rl.query?"?"+Rl.query:"");Rl.path=void 0;Rl.query=void 0;return Rl},serialize:function serialize2(ml,Al){if(ml.port===(isSecure(ml)?443:80)||ml.port===""){ml.port=void 0}if(typeof ml.secure==="boolean"){ml.scheme=ml.secure?"wss":"ws";ml.secure=void 0}if(ml.resourceName){var Rl=ml.resourceName.split("?"),rd=zl(Rl,2),yh=rd[0],kh=rd[1];ml.path=yh&&yh!=="/"?yh:void 0;ml.query=kh;ml.resourceName=void 0}ml.fragment=void 0;return ml}};var EA={scheme:"wss",domainHost:vA.domainHost,parse:vA.parse,serialize:vA.serialize};var wA={};var CA=true;var xA="[A-Za-z0-9\\-\\.\\_\\~"+(CA?"\\xA0-\\u200D\\u2010-\\u2029\\u202F-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFEF":"")+"]";var DA="[0-9A-Fa-f]";var SA=subexp(subexp("%[EFef]"+DA+"%"+DA+DA+"%"+DA+DA)+"|"+subexp("%[89A-Fa-f]"+DA+"%"+DA+DA)+"|"+subexp("%"+DA+DA));var kA="[A-Za-z0-9\\!\\$\\%\\'\\*\\+\\-\\^\\_\\`\\{\\|\\}\\~]";var TA="[\\!\\$\\%\\'\\(\\)\\*\\+\\,\\-\\.0-9\\<\\>A-Z\\x5E-\\x7E]";var IA=merge(TA,'[\\"\\\\]');var BA="[\\!\\$\\'\\(\\)\\*\\+\\,\\;\\:\\@]";var FA=new RegExp(xA,"g");var PA=new RegExp(SA,"g");var RA=new RegExp(merge("[^]",kA,"[\\.]",'[\\"]',IA),"g");var NA=new RegExp(merge("[^]",xA,BA),"g");var OA=NA;function decodeUnreserved(ml){var Al=pctDecChars(ml);return!Al.match(FA)?ml:Al}var QA={scheme:"mailto",parse:function parse$$1(ml,Al){var Rl=ml;var zl=Rl.to=Rl.path?Rl.path.split(","):[];Rl.path=void 0;if(Rl.query){var rd=false;var yh={};var kh=Rl.query.split("&");for(var Qh=0,cf=kh.length;Qh=55296&&rd<=56319&&zl=Al)throw new Error("Cannot access property/index "+zl+" levels up, current level is "+Al);return Rl[Al-zl]}if(zl>Al)throw new Error("Cannot access data "+zl+" levels up, current level is "+Al);Qh="data"+(Al-zl||"");if(!rd)return Qh}var t_=Qh;var r_=rd.split("/");for(var u_=0;u_=0)return{index:zl,compiling:true};zl=this._compilations.length;this._compilations[zl]={schema:ml,root:Al,baseId:Rl};return{index:zl,compiling:false}}function endCompiling(ml,Al,Rl){var zl=compIndex.call(this,ml,Al,Rl);if(zl>=0)this._compilations.splice(zl,1)}function compIndex(ml,Al,Rl){for(var zl=0;zl%\\^`{|}]|%[0-9a-f]{2})|\{[+#./;?&=,!@|]?(?:[a-z0-9_]|%[0-9a-f]{2})+(?::[1-9][0-9]{0,3}|\*)?(?:,(?:[a-z0-9_]|%[0-9a-f]{2})+(?::[1-9][0-9]{0,3}|\*)?)*\})*$/i;var r_=/^(?:(?:http[s\u017F]?|ftp):\/\/)(?:(?:[\0-\x08\x0E-\x1F!-\x9F\xA1-\u167F\u1681-\u1FFF\u200B-\u2027\u202A-\u202E\u2030-\u205E\u2060-\u2FFF\u3001-\uD7FF\uE000-\uFEFE\uFF00-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])+(?::(?:[\0-\x08\x0E-\x1F!-\x9F\xA1-\u167F\u1681-\u1FFF\u200B-\u2027\u202A-\u202E\u2030-\u205E\u2060-\u2FFF\u3001-\uD7FF\uE000-\uFEFE\uFF00-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])*)?@)?(?:(?!10(?:\.[0-9]{1,3}){3})(?!127(?:\.[0-9]{1,3}){3})(?!169\.254(?:\.[0-9]{1,3}){2})(?!192\.168(?:\.[0-9]{1,3}){2})(?!172\.(?:1[6-9]|2[0-9]|3[01])(?:\.[0-9]{1,3}){2})(?:[1-9][0-9]?|1[0-9][0-9]|2[01][0-9]|22[0-3])(?:\.(?:1?[0-9]{1,2}|2[0-4][0-9]|25[0-5])){2}(?:\.(?:[1-9][0-9]?|1[0-9][0-9]|2[0-4][0-9]|25[0-4]))|(?:(?:(?:[0-9a-z\xA1-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])+-)*(?:[0-9a-z\xA1-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])+)(?:\.(?:(?:[0-9a-z\xA1-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])+-)*(?:[0-9a-z\xA1-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])+)*(?:\.(?:(?:[a-z\xA1-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]){2,})))(?::[0-9]{2,5})?(?:\/(?:[\0-\x08\x0E-\x1F!-\x9F\xA1-\u167F\u1681-\u1FFF\u200B-\u2027\u202A-\u202E\u2030-\u205E\u2060-\u2FFF\u3001-\uD7FF\uE000-\uFEFE\uFF00-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])*)?$/i;var u_=/^(?:urn:uuid:)?[0-9a-f]{8}-(?:[0-9a-f]{4}-){3}[0-9a-f]{12}$/i;var D_=/^(?:\/(?:[^~/]|~0|~1)*)*$/;var S_=/^#(?:\/(?:[a-z0-9_\-.!$&'()*+,;:=@]|%[0-9a-f]{2}|~0|~1)*)*$/i;var P_=/^(?:0|[1-9][0-9]*)(?:#|(?:\/(?:[^~/]|~0|~1)*)*)$/;Al.exports=formats;function formats(ml){ml=ml=="full"?"full":"fast";return Rl.copy(formats[ml])}formats.fast={date:/^\d\d\d\d-[0-1]\d-[0-3]\d$/,time:/^(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)?$/i,"date-time":/^\d\d\d\d-[0-1]\d-[0-3]\d[t\s](?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)$/i,uri:/^(?:[a-z][a-z0-9+\-.]*:)(?:\/?\/)?[^\s]*$/i,"uri-reference":/^(?:(?:[a-z][a-z0-9+\-.]*:)?\/?\/)?(?:[^\\\s#][^\s#]*)?(?:#[^\\\s]*)?$/i,"uri-template":t_,url:r_,email:/^[a-z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?(?:\.[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?)*$/i,hostname:kh,ipv4:/^(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?)$/,ipv6:/^\s*(?:(?:(?:[0-9a-f]{1,4}:){7}(?:[0-9a-f]{1,4}|:))|(?:(?:[0-9a-f]{1,4}:){6}(?::[0-9a-f]{1,4}|(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(?:(?:[0-9a-f]{1,4}:){5}(?:(?:(?::[0-9a-f]{1,4}){1,2})|:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(?:(?:[0-9a-f]{1,4}:){4}(?:(?:(?::[0-9a-f]{1,4}){1,3})|(?:(?::[0-9a-f]{1,4})?:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?:(?:[0-9a-f]{1,4}:){3}(?:(?:(?::[0-9a-f]{1,4}){1,4})|(?:(?::[0-9a-f]{1,4}){0,2}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?:(?:[0-9a-f]{1,4}:){2}(?:(?:(?::[0-9a-f]{1,4}){1,5})|(?:(?::[0-9a-f]{1,4}){0,3}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?:(?:[0-9a-f]{1,4}:){1}(?:(?:(?::[0-9a-f]{1,4}){1,6})|(?:(?::[0-9a-f]{1,4}){0,4}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?::(?:(?:(?::[0-9a-f]{1,4}){1,7})|(?:(?::[0-9a-f]{1,4}){0,5}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:)))(?:%.+)?\s*$/i,regex:regex,uuid:u_,"json-pointer":D_,"json-pointer-uri-fragment":S_,"relative-json-pointer":P_};formats.full={date:date,time:time,"date-time":date_time,uri:uri,"uri-reference":cf,"uri-template":t_,url:r_,email:/^[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?$/i,hostname:kh,ipv4:/^(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?)$/,ipv6:/^\s*(?:(?:(?:[0-9a-f]{1,4}:){7}(?:[0-9a-f]{1,4}|:))|(?:(?:[0-9a-f]{1,4}:){6}(?::[0-9a-f]{1,4}|(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(?:(?:[0-9a-f]{1,4}:){5}(?:(?:(?::[0-9a-f]{1,4}){1,2})|:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(?:(?:[0-9a-f]{1,4}:){4}(?:(?:(?::[0-9a-f]{1,4}){1,3})|(?:(?::[0-9a-f]{1,4})?:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?:(?:[0-9a-f]{1,4}:){3}(?:(?:(?::[0-9a-f]{1,4}){1,4})|(?:(?::[0-9a-f]{1,4}){0,2}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?:(?:[0-9a-f]{1,4}:){2}(?:(?:(?::[0-9a-f]{1,4}){1,5})|(?:(?::[0-9a-f]{1,4}){0,3}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?:(?:[0-9a-f]{1,4}:){1}(?:(?:(?::[0-9a-f]{1,4}){1,6})|(?:(?::[0-9a-f]{1,4}){0,4}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?::(?:(?:(?::[0-9a-f]{1,4}){1,7})|(?:(?::[0-9a-f]{1,4}){0,5}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:)))(?:%.+)?\s*$/i,regex:regex,uuid:u_,"json-pointer":D_,"json-pointer-uri-fragment":S_,"relative-json-pointer":P_};function isLeapYear(ml){return ml%4===0&&(ml%100!==0||ml%400===0)}function date(ml){var Al=ml.match(zl);if(!Al)return false;var Rl=+Al[1];var yh=+Al[2];var kh=+Al[3];return yh>=1&&yh<=12&&kh>=1&&kh<=(yh==2&&isLeapYear(Rl)?29:rd[yh])}function time(ml,Al){var Rl=ml.match(yh);if(!Rl)return false;var zl=Rl[1];var rd=Rl[2];var kh=Rl[3];var Qh=Rl[5];return(zl<=23&&rd<=59&&kh<=59||zl==23&&rd==59&&kh==60)&&(!Al||Qh)}var Cg=/t|\s/i;function date_time(ml){var Al=ml.split(Cg);return Al.length==2&&date(Al[0])&&time(Al[1],true)}var eA=/\/|:/;function uri(ml){return eA.test(ml)&&Qh.test(ml)}var tA=/[^\\]\\Z/;function regex(ml){if(tA.test(ml))return false;try{new RegExp(ml);return true}catch(ml){return false}}}});var sA=__commonJS({"node_modules/ajv/lib/dotjs/ref.js"(ml,Al){"use strict";Al.exports=function generate_ref(ml,Al,Rl){var zl=" ";var rd=ml.level;var yh=ml.dataLevel;var kh=ml.schema[Al];var Qh=ml.errSchemaPath+"/"+Al;var cf=!ml.opts.allErrors;var t_="data"+(yh||"");var r_="valid"+rd;var u_,C_;if(kh=="#"||kh=="#/"){if(ml.isRoot){u_=ml.async;C_="validate"}else{u_=ml.root.schema.$async===true;C_="root.refVal[0]"}}else{var D_=ml.resolveRef(ml.baseId,kh,ml.isRoot);if(D_===void 0){var S_=ml.MissingRefError.message(ml.baseId,kh);if(ml.opts.missingRefs=="fail"){ml.logger.error(S_);var P_=P_||[];P_.push(zl);zl="";if(ml.createErrors!==false){zl+=" { keyword: '$ref' , dataPath: (dataPath || '') + "+ml.errorPath+" , schemaPath: "+ml.util.toQuotedString(Qh)+" , params: { ref: '"+ml.util.escapeQuotes(kh)+"' } ";if(ml.opts.messages!==false){zl+=" , message: 'can\\'t resolve reference "+ml.util.escapeQuotes(kh)+"' "}if(ml.opts.verbose){zl+=" , schema: "+ml.util.toQuotedString(kh)+" , parentSchema: validate.schema"+ml.schemaPath+" , data: "+t_+" "}zl+=" } "}else{zl+=" {} "}var Cg=zl;zl=P_.pop();if(!ml.compositeRule&&cf){if(ml.async){zl+=" throw new ValidationError(["+Cg+"]); "}else{zl+=" validate.errors = ["+Cg+"]; return false; "}}else{zl+=" var err = "+Cg+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; "}if(cf){zl+=" if (false) { "}}else if(ml.opts.missingRefs=="ignore"){ml.logger.warn(S_);if(cf){zl+=" if (true) { "}}else{throw new ml.MissingRefError(ml.baseId,kh,S_)}}else if(D_.inline){var eA=ml.util.copy(ml);eA.level++;var tA="valid"+eA.level;eA.schema=D_.schema;eA.schemaPath="";eA.errSchemaPath=kh;var rA=ml.validate(eA).replace(/validate\.schema/g,D_.code);zl+=" "+rA+" ";if(cf){zl+=" if ("+tA+") { "}}else{u_=D_.$async===true||ml.async&&D_.$async!==false;C_=D_.code}}if(C_){var P_=P_||[];P_.push(zl);zl="";if(ml.opts.passContext){zl+=" "+C_+".call(this, "}else{zl+=" "+C_+"( "}zl+=" "+t_+", (dataPath || '')";if(ml.errorPath!='""'){zl+=" + "+ml.errorPath}var nA=yh?"data"+(yh-1||""):"parentData",iA=yh?ml.dataPathArr[yh]:"parentDataProperty";zl+=" , "+nA+" , "+iA+", rootData) ";var sA=zl;zl=P_.pop();if(u_){if(!ml.async)throw new Error("async schema referenced by sync schema");if(cf){zl+=" var "+r_+"; "}zl+=" try { await "+sA+"; ";if(cf){zl+=" "+r_+" = true; "}zl+=" } catch (e) { if (!(e instanceof ValidationError)) throw e; if (vErrors === null) vErrors = e.errors; else vErrors = vErrors.concat(e.errors); errors = vErrors.length; ";if(cf){zl+=" "+r_+" = false; "}zl+=" } ";if(cf){zl+=" if ("+r_+") { "}}else{zl+=" if (!"+sA+") { if (vErrors === null) vErrors = "+C_+".errors; else vErrors = vErrors.concat("+C_+".errors); errors = vErrors.length; } ";if(cf){zl+=" else { "}}}return zl}}});var aA=__commonJS({"node_modules/ajv/lib/dotjs/allOf.js"(ml,Al){"use strict";Al.exports=function generate_allOf(ml,Al,Rl){var zl=" ";var rd=ml.schema[Al];var yh=ml.schemaPath+ml.util.getProperty(Al);var kh=ml.errSchemaPath+"/"+Al;var Qh=!ml.opts.allErrors;var cf=ml.util.copy(ml);var t_="";cf.level++;var r_="valid"+cf.level;var u_=cf.baseId,C_=true;var D_=rd;if(D_){var S_,P_=-1,Cg=D_.length-1;while(P_0||S_===false:ml.util.schemaHasRules(S_,ml.RULES.all)){C_=false;cf.schema=S_;cf.schemaPath=yh+"["+P_+"]";cf.errSchemaPath=kh+"/"+P_;zl+=" "+ml.validate(cf)+" ";cf.baseId=u_;if(Qh){zl+=" if ("+r_+") { ";t_+="}"}}}}if(Qh){if(C_){zl+=" if (true) { "}else{zl+=" "+t_.slice(0,-1)+" "}}return zl}}});var oA=__commonJS({"node_modules/ajv/lib/dotjs/anyOf.js"(ml,Al){"use strict";Al.exports=function generate_anyOf(ml,Al,Rl){var zl=" ";var rd=ml.level;var yh=ml.dataLevel;var kh=ml.schema[Al];var Qh=ml.schemaPath+ml.util.getProperty(Al);var cf=ml.errSchemaPath+"/"+Al;var t_=!ml.opts.allErrors;var r_="data"+(yh||"");var u_="valid"+rd;var C_="errs__"+rd;var D_=ml.util.copy(ml);var S_="";D_.level++;var P_="valid"+D_.level;var Cg=kh.every(function(Al){return ml.opts.strictKeywords?typeof Al=="object"&&Object.keys(Al).length>0||Al===false:ml.util.schemaHasRules(Al,ml.RULES.all)});if(Cg){var eA=D_.baseId;zl+=" var "+C_+" = errors; var "+u_+" = false; ";var tA=ml.compositeRule;ml.compositeRule=D_.compositeRule=true;var rA=kh;if(rA){var nA,iA=-1,sA=rA.length-1;while(iA0||kh===false:ml.util.schemaHasRules(kh,ml.RULES.all);zl+="var "+C_+" = errors;var "+u_+";";if(nA){var iA=ml.compositeRule;ml.compositeRule=D_.compositeRule=true;D_.schema=kh;D_.schemaPath=Qh;D_.errSchemaPath=cf;zl+=" var "+P_+" = false; for (var "+Cg+" = 0; "+Cg+" < "+r_+".length; "+Cg+"++) { ";D_.errorPath=ml.util.getPathExpr(ml.errorPath,Cg,ml.opts.jsonPointers,true);var sA=r_+"["+Cg+"]";D_.dataPathArr[eA]=Cg;var aA=ml.validate(D_);D_.baseId=rA;if(ml.util.varOccurences(aA,tA)<2){zl+=" "+ml.util.varReplace(aA,tA,sA)+" "}else{zl+=" var "+tA+" = "+sA+"; "+aA+" "}zl+=" if ("+P_+") break; } ";ml.compositeRule=D_.compositeRule=iA;zl+=" "+S_+" if (!"+P_+") {"}else{zl+=" if ("+r_+".length == 0) {"}var oA=oA||[];oA.push(zl);zl="";if(ml.createErrors!==false){zl+=" { keyword: 'contains' , dataPath: (dataPath || '') + "+ml.errorPath+" , schemaPath: "+ml.util.toQuotedString(cf)+" , params: {} ";if(ml.opts.messages!==false){zl+=" , message: 'should contain a valid item' "}if(ml.opts.verbose){zl+=" , schema: validate.schema"+Qh+" , parentSchema: validate.schema"+ml.schemaPath+" , data: "+r_+" "}zl+=" } "}else{zl+=" {} "}var lA=zl;zl=oA.pop();if(!ml.compositeRule&&t_){if(ml.async){zl+=" throw new ValidationError(["+lA+"]); "}else{zl+=" validate.errors = ["+lA+"]; return false; "}}else{zl+=" var err = "+lA+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; "}zl+=" } else { ";if(nA){zl+=" errors = "+C_+"; if (vErrors !== null) { if ("+C_+") vErrors.length = "+C_+"; else vErrors = null; } "}if(ml.opts.allErrors){zl+=" } "}return zl}}});var pA=__commonJS({"node_modules/ajv/lib/dotjs/dependencies.js"(ml,Al){"use strict";Al.exports=function generate_dependencies(ml,Al,Rl){var zl=" ";var rd=ml.level;var yh=ml.dataLevel;var kh=ml.schema[Al];var Qh=ml.schemaPath+ml.util.getProperty(Al);var cf=ml.errSchemaPath+"/"+Al;var t_=!ml.opts.allErrors;var r_="data"+(yh||"");var u_="errs__"+rd;var C_=ml.util.copy(ml);var D_="";C_.level++;var S_="valid"+C_.level;var P_={},Cg={},eA=ml.opts.ownProperties;for(iA in kh){if(iA=="__proto__")continue;var tA=kh[iA];var rA=Array.isArray(tA)?Cg:P_;rA[iA]=tA}zl+="var "+u_+" = errors;";var nA=ml.errorPath;zl+="var missing"+rd+";";for(var iA in Cg){rA=Cg[iA];if(rA.length){zl+=" if ( "+r_+ml.util.getProperty(iA)+" !== undefined ";if(eA){zl+=" && Object.prototype.hasOwnProperty.call("+r_+", '"+ml.util.escapeQuotes(iA)+"') "}if(t_){zl+=" && ( ";var sA=rA;if(sA){var aA,oA=-1,lA=sA.length-1;while(oA0||tA===false:ml.util.schemaHasRules(tA,ml.RULES.all)){zl+=" "+S_+" = true; if ( "+r_+ml.util.getProperty(iA)+" !== undefined ";if(eA){zl+=" && Object.prototype.hasOwnProperty.call("+r_+", '"+ml.util.escapeQuotes(iA)+"') "}zl+=") { ";C_.schema=tA;C_.schemaPath=Qh+ml.util.getProperty(iA);C_.errSchemaPath=cf+"/"+ml.util.escapeFragment(iA);zl+=" "+ml.validate(C_)+" ";C_.baseId=AA;zl+=" } ";if(t_){zl+=" if ("+S_+") { ";D_+="}"}}}if(t_){zl+=" "+D_+" if ("+u_+" == errors) {"}return zl}}});var dA=__commonJS({"node_modules/ajv/lib/dotjs/enum.js"(ml,Al){"use strict";Al.exports=function generate_enum(ml,Al,Rl){var zl=" ";var rd=ml.level;var yh=ml.dataLevel;var kh=ml.schema[Al];var Qh=ml.schemaPath+ml.util.getProperty(Al);var cf=ml.errSchemaPath+"/"+Al;var t_=!ml.opts.allErrors;var r_="data"+(yh||"");var u_="valid"+rd;var C_=ml.opts.$data&&kh&&kh.$data,D_;if(C_){zl+=" var schema"+rd+" = "+ml.util.getData(kh.$data,yh,ml.dataPathArr)+"; ";D_="schema"+rd}else{D_=kh}var S_="i"+rd,P_="schema"+rd;if(!C_){zl+=" var "+P_+" = validate.schema"+Qh+";"}zl+="var "+u_+";";if(C_){zl+=" if (schema"+rd+" === undefined) "+u_+" = true; else if (!Array.isArray(schema"+rd+")) "+u_+" = false; else {"}zl+=""+u_+" = false;for (var "+S_+"=0; "+S_+"<"+P_+".length; "+S_+"++) if (equal("+r_+", "+P_+"["+S_+"])) { "+u_+" = true; break; }";if(C_){zl+=" } "}zl+=" if (!"+u_+") { ";var Cg=Cg||[];Cg.push(zl);zl="";if(ml.createErrors!==false){zl+=" { keyword: 'enum' , dataPath: (dataPath || '') + "+ml.errorPath+" , schemaPath: "+ml.util.toQuotedString(cf)+" , params: { allowedValues: schema"+rd+" } ";if(ml.opts.messages!==false){zl+=" , message: 'should be equal to one of the allowed values' "}if(ml.opts.verbose){zl+=" , schema: validate.schema"+Qh+" , parentSchema: validate.schema"+ml.schemaPath+" , data: "+r_+" "}zl+=" } "}else{zl+=" {} "}var eA=zl;zl=Cg.pop();if(!ml.compositeRule&&t_){if(ml.async){zl+=" throw new ValidationError(["+eA+"]); "}else{zl+=" validate.errors = ["+eA+"]; return false; "}}else{zl+=" var err = "+eA+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; "}zl+=" }";if(t_){zl+=" else { "}return zl}}});var hA=__commonJS({"node_modules/ajv/lib/dotjs/format.js"(ml,Al){"use strict";Al.exports=function generate_format(ml,Al,Rl){var zl=" ";var rd=ml.level;var yh=ml.dataLevel;var kh=ml.schema[Al];var Qh=ml.schemaPath+ml.util.getProperty(Al);var cf=ml.errSchemaPath+"/"+Al;var t_=!ml.opts.allErrors;var r_="data"+(yh||"");if(ml.opts.format===false){if(t_){zl+=" if (true) { "}return zl}var u_=ml.opts.$data&&kh&&kh.$data,C_;if(u_){zl+=" var schema"+rd+" = "+ml.util.getData(kh.$data,yh,ml.dataPathArr)+"; ";C_="schema"+rd}else{C_=kh}var D_=ml.opts.unknownFormats,S_=Array.isArray(D_);if(u_){var P_="format"+rd,Cg="isObject"+rd,eA="formatType"+rd;zl+=" var "+P_+" = formats["+C_+"]; var "+Cg+" = typeof "+P_+" == 'object' && !("+P_+" instanceof RegExp) && "+P_+".validate; var "+eA+" = "+Cg+" && "+P_+".type || 'string'; if ("+Cg+") { ";if(ml.async){zl+=" var async"+rd+" = "+P_+".async; "}zl+=" "+P_+" = "+P_+".validate; } if ( ";if(u_){zl+=" ("+C_+" !== undefined && typeof "+C_+" != 'string') || "}zl+=" (";if(D_!="ignore"){zl+=" ("+C_+" && !"+P_+" ";if(S_){zl+=" && self._opts.unknownFormats.indexOf("+C_+") == -1 "}zl+=") || "}zl+=" ("+P_+" && "+eA+" == '"+Rl+"' && !(typeof "+P_+" == 'function' ? ";if(ml.async){zl+=" (async"+rd+" ? await "+P_+"("+r_+") : "+P_+"("+r_+")) "}else{zl+=" "+P_+"("+r_+") "}zl+=" : "+P_+".test("+r_+"))))) {"}else{var P_=ml.formats[kh];if(!P_){if(D_=="ignore"){ml.logger.warn('unknown format "'+kh+'" ignored in schema at path "'+ml.errSchemaPath+'"');if(t_){zl+=" if (true) { "}return zl}else if(S_&&D_.indexOf(kh)>=0){if(t_){zl+=" if (true) { "}return zl}else{throw new Error('unknown format "'+kh+'" is used in schema at path "'+ml.errSchemaPath+'"')}}var Cg=typeof P_=="object"&&!(P_ instanceof RegExp)&&P_.validate;var eA=Cg&&P_.type||"string";if(Cg){var tA=P_.async===true;P_=P_.validate}if(eA!=Rl){if(t_){zl+=" if (true) { "}return zl}if(tA){if(!ml.async)throw new Error("async format in sync schema");var rA="formats"+ml.util.getProperty(kh)+".validate";zl+=" if (!(await "+rA+"("+r_+"))) { "}else{zl+=" if (! ";var rA="formats"+ml.util.getProperty(kh);if(Cg)rA+=".validate";if(typeof P_=="function"){zl+=" "+rA+"("+r_+") "}else{zl+=" "+rA+".test("+r_+") "}zl+=") { "}}var nA=nA||[];nA.push(zl);zl="";if(ml.createErrors!==false){zl+=" { keyword: 'format' , dataPath: (dataPath || '') + "+ml.errorPath+" , schemaPath: "+ml.util.toQuotedString(cf)+" , params: { format: ";if(u_){zl+=""+C_}else{zl+=""+ml.util.toQuotedString(kh)}zl+=" } ";if(ml.opts.messages!==false){zl+=` , message: 'should match format "`;if(u_){zl+="' + "+C_+" + '"}else{zl+=""+ml.util.escapeQuotes(kh)}zl+=`"' `}if(ml.opts.verbose){zl+=" , schema: ";if(u_){zl+="validate.schema"+Qh}else{zl+=""+ml.util.toQuotedString(kh)}zl+=" , parentSchema: validate.schema"+ml.schemaPath+" , data: "+r_+" "}zl+=" } "}else{zl+=" {} "}var iA=zl;zl=nA.pop();if(!ml.compositeRule&&t_){if(ml.async){zl+=" throw new ValidationError(["+iA+"]); "}else{zl+=" validate.errors = ["+iA+"]; return false; "}}else{zl+=" var err = "+iA+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; "}zl+=" } ";if(t_){zl+=" else { "}return zl}}});var fA=__commonJS({"node_modules/ajv/lib/dotjs/if.js"(ml,Al){"use strict";Al.exports=function generate_if(ml,Al,Rl){var zl=" ";var rd=ml.level;var yh=ml.dataLevel;var kh=ml.schema[Al];var Qh=ml.schemaPath+ml.util.getProperty(Al);var cf=ml.errSchemaPath+"/"+Al;var t_=!ml.opts.allErrors;var r_="data"+(yh||"");var u_="valid"+rd;var C_="errs__"+rd;var D_=ml.util.copy(ml);D_.level++;var S_="valid"+D_.level;var P_=ml.schema["then"],Cg=ml.schema["else"],eA=P_!==void 0&&(ml.opts.strictKeywords?typeof P_=="object"&&Object.keys(P_).length>0||P_===false:ml.util.schemaHasRules(P_,ml.RULES.all)),tA=Cg!==void 0&&(ml.opts.strictKeywords?typeof Cg=="object"&&Object.keys(Cg).length>0||Cg===false:ml.util.schemaHasRules(Cg,ml.RULES.all)),rA=D_.baseId;if(eA||tA){var nA;D_.createErrors=false;D_.schema=kh;D_.schemaPath=Qh;D_.errSchemaPath=cf;zl+=" var "+C_+" = errors; var "+u_+" = true; ";var iA=ml.compositeRule;ml.compositeRule=D_.compositeRule=true;zl+=" "+ml.validate(D_)+" ";D_.baseId=rA;D_.createErrors=true;zl+=" errors = "+C_+"; if (vErrors !== null) { if ("+C_+") vErrors.length = "+C_+"; else vErrors = null; } ";ml.compositeRule=D_.compositeRule=iA;if(eA){zl+=" if ("+S_+") { ";D_.schema=ml.schema["then"];D_.schemaPath=ml.schemaPath+".then";D_.errSchemaPath=ml.errSchemaPath+"/then";zl+=" "+ml.validate(D_)+" ";D_.baseId=rA;zl+=" "+u_+" = "+S_+"; ";if(eA&&tA){nA="ifClause"+rd;zl+=" var "+nA+" = 'then'; "}else{nA="'then'"}zl+=" } ";if(tA){zl+=" else { "}}else{zl+=" if (!"+S_+") { "}if(tA){D_.schema=ml.schema["else"];D_.schemaPath=ml.schemaPath+".else";D_.errSchemaPath=ml.errSchemaPath+"/else";zl+=" "+ml.validate(D_)+" ";D_.baseId=rA;zl+=" "+u_+" = "+S_+"; ";if(eA&&tA){nA="ifClause"+rd;zl+=" var "+nA+" = 'else'; "}else{nA="'else'"}zl+=" } "}zl+=" if (!"+u_+") { var err = ";if(ml.createErrors!==false){zl+=" { keyword: 'if' , dataPath: (dataPath || '') + "+ml.errorPath+" , schemaPath: "+ml.util.toQuotedString(cf)+" , params: { failingKeyword: "+nA+" } ";if(ml.opts.messages!==false){zl+=` , message: 'should match "' + `+nA+` + '" schema' `}if(ml.opts.verbose){zl+=" , schema: validate.schema"+Qh+" , parentSchema: validate.schema"+ml.schemaPath+" , data: "+r_+" "}zl+=" } "}else{zl+=" {} "}zl+="; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ";if(!ml.compositeRule&&t_){if(ml.async){zl+=" throw new ValidationError(vErrors); "}else{zl+=" validate.errors = vErrors; return false; "}}zl+=" } ";if(t_){zl+=" else { "}}else{if(t_){zl+=" if (true) { "}}return zl}}});var _A=__commonJS({"node_modules/ajv/lib/dotjs/items.js"(ml,Al){"use strict";Al.exports=function generate_items(ml,Al,Rl){var zl=" ";var rd=ml.level;var yh=ml.dataLevel;var kh=ml.schema[Al];var Qh=ml.schemaPath+ml.util.getProperty(Al);var cf=ml.errSchemaPath+"/"+Al;var t_=!ml.opts.allErrors;var r_="data"+(yh||"");var u_="valid"+rd;var C_="errs__"+rd;var D_=ml.util.copy(ml);var S_="";D_.level++;var P_="valid"+D_.level;var Cg="i"+rd,eA=D_.dataLevel=ml.dataLevel+1,tA="data"+eA,rA=ml.baseId;zl+="var "+C_+" = errors;var "+u_+";";if(Array.isArray(kh)){var nA=ml.schema.additionalItems;if(nA===false){zl+=" "+u_+" = "+r_+".length <= "+kh.length+"; ";var iA=cf;cf=ml.errSchemaPath+"/additionalItems";zl+=" if (!"+u_+") { ";var sA=sA||[];sA.push(zl);zl="";if(ml.createErrors!==false){zl+=" { keyword: 'additionalItems' , dataPath: (dataPath || '') + "+ml.errorPath+" , schemaPath: "+ml.util.toQuotedString(cf)+" , params: { limit: "+kh.length+" } ";if(ml.opts.messages!==false){zl+=" , message: 'should NOT have more than "+kh.length+" items' "}if(ml.opts.verbose){zl+=" , schema: false , parentSchema: validate.schema"+ml.schemaPath+" , data: "+r_+" "}zl+=" } "}else{zl+=" {} "}var aA=zl;zl=sA.pop();if(!ml.compositeRule&&t_){if(ml.async){zl+=" throw new ValidationError(["+aA+"]); "}else{zl+=" validate.errors = ["+aA+"]; return false; "}}else{zl+=" var err = "+aA+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; "}zl+=" } ";cf=iA;if(t_){S_+="}";zl+=" else { "}}var oA=kh;if(oA){var lA,cA=-1,uA=oA.length-1;while(cA0||lA===false:ml.util.schemaHasRules(lA,ml.RULES.all)){zl+=" "+P_+" = true; if ("+r_+".length > "+cA+") { ";var pA=r_+"["+cA+"]";D_.schema=lA;D_.schemaPath=Qh+"["+cA+"]";D_.errSchemaPath=cf+"/"+cA;D_.errorPath=ml.util.getPathExpr(ml.errorPath,cA,ml.opts.jsonPointers,true);D_.dataPathArr[eA]=cA;var dA=ml.validate(D_);D_.baseId=rA;if(ml.util.varOccurences(dA,tA)<2){zl+=" "+ml.util.varReplace(dA,tA,pA)+" "}else{zl+=" var "+tA+" = "+pA+"; "+dA+" "}zl+=" } ";if(t_){zl+=" if ("+P_+") { ";S_+="}"}}}}if(typeof nA=="object"&&(ml.opts.strictKeywords?typeof nA=="object"&&Object.keys(nA).length>0||nA===false:ml.util.schemaHasRules(nA,ml.RULES.all))){D_.schema=nA;D_.schemaPath=ml.schemaPath+".additionalItems";D_.errSchemaPath=ml.errSchemaPath+"/additionalItems";zl+=" "+P_+" = true; if ("+r_+".length > "+kh.length+") { for (var "+Cg+" = "+kh.length+"; "+Cg+" < "+r_+".length; "+Cg+"++) { ";D_.errorPath=ml.util.getPathExpr(ml.errorPath,Cg,ml.opts.jsonPointers,true);var pA=r_+"["+Cg+"]";D_.dataPathArr[eA]=Cg;var dA=ml.validate(D_);D_.baseId=rA;if(ml.util.varOccurences(dA,tA)<2){zl+=" "+ml.util.varReplace(dA,tA,pA)+" "}else{zl+=" var "+tA+" = "+pA+"; "+dA+" "}if(t_){zl+=" if (!"+P_+") break; "}zl+=" } } ";if(t_){zl+=" if ("+P_+") { ";S_+="}"}}}else if(ml.opts.strictKeywords?typeof kh=="object"&&Object.keys(kh).length>0||kh===false:ml.util.schemaHasRules(kh,ml.RULES.all)){D_.schema=kh;D_.schemaPath=Qh;D_.errSchemaPath=cf;zl+=" for (var "+Cg+" = 0; "+Cg+" < "+r_+".length; "+Cg+"++) { ";D_.errorPath=ml.util.getPathExpr(ml.errorPath,Cg,ml.opts.jsonPointers,true);var pA=r_+"["+Cg+"]";D_.dataPathArr[eA]=Cg;var dA=ml.validate(D_);D_.baseId=rA;if(ml.util.varOccurences(dA,tA)<2){zl+=" "+ml.util.varReplace(dA,tA,pA)+" "}else{zl+=" var "+tA+" = "+pA+"; "+dA+" "}if(t_){zl+=" if (!"+P_+") break; "}zl+=" }"}if(t_){zl+=" "+S_+" if ("+C_+" == errors) {"}return zl}}});var mA=__commonJS({"node_modules/ajv/lib/dotjs/_limit.js"(ml,Al){"use strict";Al.exports=function generate__limit(ml,Al,Rl){var zl=" ";var rd=ml.level;var yh=ml.dataLevel;var kh=ml.schema[Al];var Qh=ml.schemaPath+ml.util.getProperty(Al);var cf=ml.errSchemaPath+"/"+Al;var t_=!ml.opts.allErrors;var r_;var u_="data"+(yh||"");var C_=ml.opts.$data&&kh&&kh.$data,D_;if(C_){zl+=" var schema"+rd+" = "+ml.util.getData(kh.$data,yh,ml.dataPathArr)+"; ";D_="schema"+rd}else{D_=kh}var S_=Al=="maximum",P_=S_?"exclusiveMaximum":"exclusiveMinimum",Cg=ml.schema[P_],eA=ml.opts.$data&&Cg&&Cg.$data,tA=S_?"<":">",rA=S_?">":"<",r_=void 0;if(!(C_||typeof kh=="number"||kh===void 0)){throw new Error(Al+" must be number")}if(!(eA||Cg===void 0||typeof Cg=="number"||typeof Cg=="boolean")){throw new Error(P_+" must be number or boolean")}if(eA){var nA=ml.util.getData(Cg.$data,yh,ml.dataPathArr),iA="exclusive"+rd,sA="exclType"+rd,aA="exclIsNumber"+rd,oA="op"+rd,lA="' + "+oA+" + '";zl+=" var schemaExcl"+rd+" = "+nA+"; ";nA="schemaExcl"+rd;zl+=" var "+iA+"; var "+sA+" = typeof "+nA+"; if ("+sA+" != 'boolean' && "+sA+" != 'undefined' && "+sA+" != 'number') { ";var r_=P_;var cA=cA||[];cA.push(zl);zl="";if(ml.createErrors!==false){zl+=" { keyword: '"+(r_||"_exclusiveLimit")+"' , dataPath: (dataPath || '') + "+ml.errorPath+" , schemaPath: "+ml.util.toQuotedString(cf)+" , params: {} ";if(ml.opts.messages!==false){zl+=" , message: '"+P_+" should be boolean' "}if(ml.opts.verbose){zl+=" , schema: validate.schema"+Qh+" , parentSchema: validate.schema"+ml.schemaPath+" , data: "+u_+" "}zl+=" } "}else{zl+=" {} "}var uA=zl;zl=cA.pop();if(!ml.compositeRule&&t_){if(ml.async){zl+=" throw new ValidationError(["+uA+"]); "}else{zl+=" validate.errors = ["+uA+"]; return false; "}}else{zl+=" var err = "+uA+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; "}zl+=" } else if ( ";if(C_){zl+=" ("+D_+" !== undefined && typeof "+D_+" != 'number') || "}zl+=" "+sA+" == 'number' ? ( ("+iA+" = "+D_+" === undefined || "+nA+" "+tA+"= "+D_+") ? "+u_+" "+rA+"= "+nA+" : "+u_+" "+rA+" "+D_+" ) : ( ("+iA+" = "+nA+" === true) ? "+u_+" "+rA+"= "+D_+" : "+u_+" "+rA+" "+D_+" ) || "+u_+" !== "+u_+") { var op"+rd+" = "+iA+" ? '"+tA+"' : '"+tA+"='; ";if(kh===void 0){r_=P_;cf=ml.errSchemaPath+"/"+P_;D_=nA;C_=eA}}else{var aA=typeof Cg=="number",lA=tA;if(aA&&C_){var oA="'"+lA+"'";zl+=" if ( ";if(C_){zl+=" ("+D_+" !== undefined && typeof "+D_+" != 'number') || "}zl+=" ( "+D_+" === undefined || "+Cg+" "+tA+"= "+D_+" ? "+u_+" "+rA+"= "+Cg+" : "+u_+" "+rA+" "+D_+" ) || "+u_+" !== "+u_+") { "}else{if(aA&&kh===void 0){iA=true;r_=P_;cf=ml.errSchemaPath+"/"+P_;D_=Cg;rA+="="}else{if(aA)D_=Math[S_?"min":"max"](Cg,kh);if(Cg===(aA?D_:true)){iA=true;r_=P_;cf=ml.errSchemaPath+"/"+P_;rA+="="}else{iA=false;lA+="="}}var oA="'"+lA+"'";zl+=" if ( ";if(C_){zl+=" ("+D_+" !== undefined && typeof "+D_+" != 'number') || "}zl+=" "+u_+" "+rA+" "+D_+" || "+u_+" !== "+u_+") { "}}r_=r_||Al;var cA=cA||[];cA.push(zl);zl="";if(ml.createErrors!==false){zl+=" { keyword: '"+(r_||"_limit")+"' , dataPath: (dataPath || '') + "+ml.errorPath+" , schemaPath: "+ml.util.toQuotedString(cf)+" , params: { comparison: "+oA+", limit: "+D_+", exclusive: "+iA+" } ";if(ml.opts.messages!==false){zl+=" , message: 'should be "+lA+" ";if(C_){zl+="' + "+D_}else{zl+=""+D_+"'"}}if(ml.opts.verbose){zl+=" , schema: ";if(C_){zl+="validate.schema"+Qh}else{zl+=""+kh}zl+=" , parentSchema: validate.schema"+ml.schemaPath+" , data: "+u_+" "}zl+=" } "}else{zl+=" {} "}var uA=zl;zl=cA.pop();if(!ml.compositeRule&&t_){if(ml.async){zl+=" throw new ValidationError(["+uA+"]); "}else{zl+=" validate.errors = ["+uA+"]; return false; "}}else{zl+=" var err = "+uA+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; "}zl+=" } ";if(t_){zl+=" else { "}return zl}}});var gA=__commonJS({"node_modules/ajv/lib/dotjs/_limitItems.js"(ml,Al){"use strict";Al.exports=function generate__limitItems(ml,Al,Rl){var zl=" ";var rd=ml.level;var yh=ml.dataLevel;var kh=ml.schema[Al];var Qh=ml.schemaPath+ml.util.getProperty(Al);var cf=ml.errSchemaPath+"/"+Al;var t_=!ml.opts.allErrors;var r_;var u_="data"+(yh||"");var C_=ml.opts.$data&&kh&&kh.$data,D_;if(C_){zl+=" var schema"+rd+" = "+ml.util.getData(kh.$data,yh,ml.dataPathArr)+"; ";D_="schema"+rd}else{D_=kh}if(!(C_||typeof kh=="number")){throw new Error(Al+" must be number")}var S_=Al=="maxItems"?">":"<";zl+="if ( ";if(C_){zl+=" ("+D_+" !== undefined && typeof "+D_+" != 'number') || "}zl+=" "+u_+".length "+S_+" "+D_+") { ";var r_=Al;var P_=P_||[];P_.push(zl);zl="";if(ml.createErrors!==false){zl+=" { keyword: '"+(r_||"_limitItems")+"' , dataPath: (dataPath || '') + "+ml.errorPath+" , schemaPath: "+ml.util.toQuotedString(cf)+" , params: { limit: "+D_+" } ";if(ml.opts.messages!==false){zl+=" , message: 'should NOT have ";if(Al=="maxItems"){zl+="more"}else{zl+="fewer"}zl+=" than ";if(C_){zl+="' + "+D_+" + '"}else{zl+=""+kh}zl+=" items' "}if(ml.opts.verbose){zl+=" , schema: ";if(C_){zl+="validate.schema"+Qh}else{zl+=""+kh}zl+=" , parentSchema: validate.schema"+ml.schemaPath+" , data: "+u_+" "}zl+=" } "}else{zl+=" {} "}var Cg=zl;zl=P_.pop();if(!ml.compositeRule&&t_){if(ml.async){zl+=" throw new ValidationError(["+Cg+"]); "}else{zl+=" validate.errors = ["+Cg+"]; return false; "}}else{zl+=" var err = "+Cg+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; "}zl+="} ";if(t_){zl+=" else { "}return zl}}});var AA=__commonJS({"node_modules/ajv/lib/dotjs/_limitLength.js"(ml,Al){"use strict";Al.exports=function generate__limitLength(ml,Al,Rl){var zl=" ";var rd=ml.level;var yh=ml.dataLevel;var kh=ml.schema[Al];var Qh=ml.schemaPath+ml.util.getProperty(Al);var cf=ml.errSchemaPath+"/"+Al;var t_=!ml.opts.allErrors;var r_;var u_="data"+(yh||"");var C_=ml.opts.$data&&kh&&kh.$data,D_;if(C_){zl+=" var schema"+rd+" = "+ml.util.getData(kh.$data,yh,ml.dataPathArr)+"; ";D_="schema"+rd}else{D_=kh}if(!(C_||typeof kh=="number")){throw new Error(Al+" must be number")}var S_=Al=="maxLength"?">":"<";zl+="if ( ";if(C_){zl+=" ("+D_+" !== undefined && typeof "+D_+" != 'number') || "}if(ml.opts.unicode===false){zl+=" "+u_+".length "}else{zl+=" ucs2length("+u_+") "}zl+=" "+S_+" "+D_+") { ";var r_=Al;var P_=P_||[];P_.push(zl);zl="";if(ml.createErrors!==false){zl+=" { keyword: '"+(r_||"_limitLength")+"' , dataPath: (dataPath || '') + "+ml.errorPath+" , schemaPath: "+ml.util.toQuotedString(cf)+" , params: { limit: "+D_+" } ";if(ml.opts.messages!==false){zl+=" , message: 'should NOT be ";if(Al=="maxLength"){zl+="longer"}else{zl+="shorter"}zl+=" than ";if(C_){zl+="' + "+D_+" + '"}else{zl+=""+kh}zl+=" characters' "}if(ml.opts.verbose){zl+=" , schema: ";if(C_){zl+="validate.schema"+Qh}else{zl+=""+kh}zl+=" , parentSchema: validate.schema"+ml.schemaPath+" , data: "+u_+" "}zl+=" } "}else{zl+=" {} "}var Cg=zl;zl=P_.pop();if(!ml.compositeRule&&t_){if(ml.async){zl+=" throw new ValidationError(["+Cg+"]); "}else{zl+=" validate.errors = ["+Cg+"]; return false; "}}else{zl+=" var err = "+Cg+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; "}zl+="} ";if(t_){zl+=" else { "}return zl}}});var yA=__commonJS({"node_modules/ajv/lib/dotjs/_limitProperties.js"(ml,Al){"use strict";Al.exports=function generate__limitProperties(ml,Al,Rl){var zl=" ";var rd=ml.level;var yh=ml.dataLevel;var kh=ml.schema[Al];var Qh=ml.schemaPath+ml.util.getProperty(Al);var cf=ml.errSchemaPath+"/"+Al;var t_=!ml.opts.allErrors;var r_;var u_="data"+(yh||"");var C_=ml.opts.$data&&kh&&kh.$data,D_;if(C_){zl+=" var schema"+rd+" = "+ml.util.getData(kh.$data,yh,ml.dataPathArr)+"; ";D_="schema"+rd}else{D_=kh}if(!(C_||typeof kh=="number")){throw new Error(Al+" must be number")}var S_=Al=="maxProperties"?">":"<";zl+="if ( ";if(C_){zl+=" ("+D_+" !== undefined && typeof "+D_+" != 'number') || "}zl+=" Object.keys("+u_+").length "+S_+" "+D_+") { ";var r_=Al;var P_=P_||[];P_.push(zl);zl="";if(ml.createErrors!==false){zl+=" { keyword: '"+(r_||"_limitProperties")+"' , dataPath: (dataPath || '') + "+ml.errorPath+" , schemaPath: "+ml.util.toQuotedString(cf)+" , params: { limit: "+D_+" } ";if(ml.opts.messages!==false){zl+=" , message: 'should NOT have ";if(Al=="maxProperties"){zl+="more"}else{zl+="fewer"}zl+=" than ";if(C_){zl+="' + "+D_+" + '"}else{zl+=""+kh}zl+=" properties' "}if(ml.opts.verbose){zl+=" , schema: ";if(C_){zl+="validate.schema"+Qh}else{zl+=""+kh}zl+=" , parentSchema: validate.schema"+ml.schemaPath+" , data: "+u_+" "}zl+=" } "}else{zl+=" {} "}var Cg=zl;zl=P_.pop();if(!ml.compositeRule&&t_){if(ml.async){zl+=" throw new ValidationError(["+Cg+"]); "}else{zl+=" validate.errors = ["+Cg+"]; return false; "}}else{zl+=" var err = "+Cg+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; "}zl+="} ";if(t_){zl+=" else { "}return zl}}});var bA=__commonJS({"node_modules/ajv/lib/dotjs/multipleOf.js"(ml,Al){"use strict";Al.exports=function generate_multipleOf(ml,Al,Rl){var zl=" ";var rd=ml.level;var yh=ml.dataLevel;var kh=ml.schema[Al];var Qh=ml.schemaPath+ml.util.getProperty(Al);var cf=ml.errSchemaPath+"/"+Al;var t_=!ml.opts.allErrors;var r_="data"+(yh||"");var u_=ml.opts.$data&&kh&&kh.$data,C_;if(u_){zl+=" var schema"+rd+" = "+ml.util.getData(kh.$data,yh,ml.dataPathArr)+"; ";C_="schema"+rd}else{C_=kh}if(!(u_||typeof kh=="number")){throw new Error(Al+" must be number")}zl+="var division"+rd+";if (";if(u_){zl+=" "+C_+" !== undefined && ( typeof "+C_+" != 'number' || "}zl+=" (division"+rd+" = "+r_+" / "+C_+", ";if(ml.opts.multipleOfPrecision){zl+=" Math.abs(Math.round(division"+rd+") - division"+rd+") > 1e-"+ml.opts.multipleOfPrecision+" "}else{zl+=" division"+rd+" !== parseInt(division"+rd+") "}zl+=" ) ";if(u_){zl+=" ) "}zl+=" ) { ";var D_=D_||[];D_.push(zl);zl="";if(ml.createErrors!==false){zl+=" { keyword: 'multipleOf' , dataPath: (dataPath || '') + "+ml.errorPath+" , schemaPath: "+ml.util.toQuotedString(cf)+" , params: { multipleOf: "+C_+" } ";if(ml.opts.messages!==false){zl+=" , message: 'should be multiple of ";if(u_){zl+="' + "+C_}else{zl+=""+C_+"'"}}if(ml.opts.verbose){zl+=" , schema: ";if(u_){zl+="validate.schema"+Qh}else{zl+=""+kh}zl+=" , parentSchema: validate.schema"+ml.schemaPath+" , data: "+r_+" "}zl+=" } "}else{zl+=" {} "}var S_=zl;zl=D_.pop();if(!ml.compositeRule&&t_){if(ml.async){zl+=" throw new ValidationError(["+S_+"]); "}else{zl+=" validate.errors = ["+S_+"]; return false; "}}else{zl+=" var err = "+S_+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; "}zl+="} ";if(t_){zl+=" else { "}return zl}}});var vA=__commonJS({"node_modules/ajv/lib/dotjs/not.js"(ml,Al){"use strict";Al.exports=function generate_not(ml,Al,Rl){var zl=" ";var rd=ml.level;var yh=ml.dataLevel;var kh=ml.schema[Al];var Qh=ml.schemaPath+ml.util.getProperty(Al);var cf=ml.errSchemaPath+"/"+Al;var t_=!ml.opts.allErrors;var r_="data"+(yh||"");var u_="errs__"+rd;var C_=ml.util.copy(ml);C_.level++;var D_="valid"+C_.level;if(ml.opts.strictKeywords?typeof kh=="object"&&Object.keys(kh).length>0||kh===false:ml.util.schemaHasRules(kh,ml.RULES.all)){C_.schema=kh;C_.schemaPath=Qh;C_.errSchemaPath=cf;zl+=" var "+u_+" = errors; ";var S_=ml.compositeRule;ml.compositeRule=C_.compositeRule=true;C_.createErrors=false;var P_;if(C_.opts.allErrors){P_=C_.opts.allErrors;C_.opts.allErrors=false}zl+=" "+ml.validate(C_)+" ";C_.createErrors=true;if(P_)C_.opts.allErrors=P_;ml.compositeRule=C_.compositeRule=S_;zl+=" if ("+D_+") { ";var Cg=Cg||[];Cg.push(zl);zl="";if(ml.createErrors!==false){zl+=" { keyword: 'not' , dataPath: (dataPath || '') + "+ml.errorPath+" , schemaPath: "+ml.util.toQuotedString(cf)+" , params: {} ";if(ml.opts.messages!==false){zl+=" , message: 'should NOT be valid' "}if(ml.opts.verbose){zl+=" , schema: validate.schema"+Qh+" , parentSchema: validate.schema"+ml.schemaPath+" , data: "+r_+" "}zl+=" } "}else{zl+=" {} "}var eA=zl;zl=Cg.pop();if(!ml.compositeRule&&t_){if(ml.async){zl+=" throw new ValidationError(["+eA+"]); "}else{zl+=" validate.errors = ["+eA+"]; return false; "}}else{zl+=" var err = "+eA+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; "}zl+=" } else { errors = "+u_+"; if (vErrors !== null) { if ("+u_+") vErrors.length = "+u_+"; else vErrors = null; } ";if(ml.opts.allErrors){zl+=" } "}}else{zl+=" var err = ";if(ml.createErrors!==false){zl+=" { keyword: 'not' , dataPath: (dataPath || '') + "+ml.errorPath+" , schemaPath: "+ml.util.toQuotedString(cf)+" , params: {} ";if(ml.opts.messages!==false){zl+=" , message: 'should NOT be valid' "}if(ml.opts.verbose){zl+=" , schema: validate.schema"+Qh+" , parentSchema: validate.schema"+ml.schemaPath+" , data: "+r_+" "}zl+=" } "}else{zl+=" {} "}zl+="; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ";if(t_){zl+=" if (false) { "}}return zl}}});var EA=__commonJS({"node_modules/ajv/lib/dotjs/oneOf.js"(ml,Al){"use strict";Al.exports=function generate_oneOf(ml,Al,Rl){var zl=" ";var rd=ml.level;var yh=ml.dataLevel;var kh=ml.schema[Al];var Qh=ml.schemaPath+ml.util.getProperty(Al);var cf=ml.errSchemaPath+"/"+Al;var t_=!ml.opts.allErrors;var r_="data"+(yh||"");var u_="valid"+rd;var C_="errs__"+rd;var D_=ml.util.copy(ml);var S_="";D_.level++;var P_="valid"+D_.level;var Cg=D_.baseId,eA="prevValid"+rd,tA="passingSchemas"+rd;zl+="var "+C_+" = errors , "+eA+" = false , "+u_+" = false , "+tA+" = null; ";var rA=ml.compositeRule;ml.compositeRule=D_.compositeRule=true;var nA=kh;if(nA){var iA,sA=-1,aA=nA.length-1;while(sA0||iA===false:ml.util.schemaHasRules(iA,ml.RULES.all)){D_.schema=iA;D_.schemaPath=Qh+"["+sA+"]";D_.errSchemaPath=cf+"/"+sA;zl+=" "+ml.validate(D_)+" ";D_.baseId=Cg}else{zl+=" var "+P_+" = true; "}if(sA){zl+=" if ("+P_+" && "+eA+") { "+u_+" = false; "+tA+" = ["+tA+", "+sA+"]; } else { ";S_+="}"}zl+=" if ("+P_+") { "+u_+" = "+eA+" = true; "+tA+" = "+sA+"; }"}}ml.compositeRule=D_.compositeRule=rA;zl+=""+S_+"if (!"+u_+") { var err = ";if(ml.createErrors!==false){zl+=" { keyword: 'oneOf' , dataPath: (dataPath || '') + "+ml.errorPath+" , schemaPath: "+ml.util.toQuotedString(cf)+" , params: { passingSchemas: "+tA+" } ";if(ml.opts.messages!==false){zl+=" , message: 'should match exactly one schema in oneOf' "}if(ml.opts.verbose){zl+=" , schema: validate.schema"+Qh+" , parentSchema: validate.schema"+ml.schemaPath+" , data: "+r_+" "}zl+=" } "}else{zl+=" {} "}zl+="; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ";if(!ml.compositeRule&&t_){if(ml.async){zl+=" throw new ValidationError(vErrors); "}else{zl+=" validate.errors = vErrors; return false; "}}zl+="} else { errors = "+C_+"; if (vErrors !== null) { if ("+C_+") vErrors.length = "+C_+"; else vErrors = null; }";if(ml.opts.allErrors){zl+=" } "}return zl}}});var wA=__commonJS({"node_modules/ajv/lib/dotjs/pattern.js"(ml,Al){"use strict";Al.exports=function generate_pattern(ml,Al,Rl){var zl=" ";var rd=ml.level;var yh=ml.dataLevel;var kh=ml.schema[Al];var Qh=ml.schemaPath+ml.util.getProperty(Al);var cf=ml.errSchemaPath+"/"+Al;var t_=!ml.opts.allErrors;var r_="data"+(yh||"");var u_="valid"+rd;var C_=ml.opts.$data&&kh&&kh.$data,D_;if(C_){zl+=" var schema"+rd+" = "+ml.util.getData(kh.$data,yh,ml.dataPathArr)+"; ";D_="schema"+rd}else{D_=kh}var S_=ml.opts.regExp?"regExp":"new RegExp";if(C_){zl+=" var "+u_+" = true; try { "+u_+" = "+S_+"("+D_+").test("+r_+"); } catch(e) { "+u_+" = false; } if ( ";if(C_){zl+=" ("+D_+" !== undefined && typeof "+D_+" != 'string') || "}zl+=" !"+u_+") {"}else{var P_=ml.usePattern(kh);zl+=" if ( ";if(C_){zl+=" ("+D_+" !== undefined && typeof "+D_+" != 'string') || "}zl+=" !"+P_+".test("+r_+") ) {"}var Cg=Cg||[];Cg.push(zl);zl="";if(ml.createErrors!==false){zl+=" { keyword: 'pattern' , dataPath: (dataPath || '') + "+ml.errorPath+" , schemaPath: "+ml.util.toQuotedString(cf)+" , params: { pattern: ";if(C_){zl+=""+D_}else{zl+=""+ml.util.toQuotedString(kh)}zl+=" } ";if(ml.opts.messages!==false){zl+=` , message: 'should match pattern "`;if(C_){zl+="' + "+D_+" + '"}else{zl+=""+ml.util.escapeQuotes(kh)}zl+=`"' `}if(ml.opts.verbose){zl+=" , schema: ";if(C_){zl+="validate.schema"+Qh}else{zl+=""+ml.util.toQuotedString(kh)}zl+=" , parentSchema: validate.schema"+ml.schemaPath+" , data: "+r_+" "}zl+=" } "}else{zl+=" {} "}var eA=zl;zl=Cg.pop();if(!ml.compositeRule&&t_){if(ml.async){zl+=" throw new ValidationError(["+eA+"]); "}else{zl+=" validate.errors = ["+eA+"]; return false; "}}else{zl+=" var err = "+eA+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; "}zl+="} ";if(t_){zl+=" else { "}return zl}}});var CA=__commonJS({"node_modules/ajv/lib/dotjs/properties.js"(ml,Al){"use strict";Al.exports=function generate_properties(ml,Al,Rl){var zl=" ";var rd=ml.level;var yh=ml.dataLevel;var kh=ml.schema[Al];var Qh=ml.schemaPath+ml.util.getProperty(Al);var cf=ml.errSchemaPath+"/"+Al;var t_=!ml.opts.allErrors;var r_="data"+(yh||"");var u_="errs__"+rd;var C_=ml.util.copy(ml);var D_="";C_.level++;var S_="valid"+C_.level;var P_="key"+rd,Cg="idx"+rd,eA=C_.dataLevel=ml.dataLevel+1,tA="data"+eA,rA="dataProperties"+rd;var nA=Object.keys(kh||{}).filter(notProto),iA=ml.schema.patternProperties||{},sA=Object.keys(iA).filter(notProto),aA=ml.schema.additionalProperties,oA=nA.length||sA.length,lA=aA===false,cA=typeof aA=="object"&&Object.keys(aA).length,uA=ml.opts.removeAdditional,pA=lA||cA||uA,dA=ml.opts.ownProperties,hA=ml.baseId;var fA=ml.schema.required;if(fA&&!(ml.opts.$data&&fA.$data)&&fA.length8){zl+=" || validate.schema"+Qh+".hasOwnProperty("+P_+") "}else{var mA=nA;if(mA){var gA,AA=-1,yA=mA.length-1;while(AA0||OA===false:ml.util.schemaHasRules(OA,ml.RULES.all)){var QA=ml.util.getProperty(gA),IA=r_+QA,LA=FA&&OA.default!==void 0;C_.schema=OA;C_.schemaPath=Qh+QA;C_.errSchemaPath=cf+"/"+ml.util.escapeFragment(gA);C_.errorPath=ml.util.getPath(ml.errorPath,gA,ml.opts.jsonPointers);C_.dataPathArr[eA]=ml.util.toQuotedString(gA);var BA=ml.validate(C_);C_.baseId=hA;if(ml.util.varOccurences(BA,tA)<2){BA=ml.util.varReplace(BA,tA,IA);var MA=IA}else{var MA=tA;zl+=" var "+tA+" = "+IA+"; "}if(LA){zl+=" "+BA+" "}else{if(_A&&_A[gA]){zl+=" if ( "+MA+" === undefined ";if(dA){zl+=" || ! Object.prototype.hasOwnProperty.call("+r_+", '"+ml.util.escapeQuotes(gA)+"') "}zl+=") { "+S_+" = false; ";var CA=ml.errorPath,DA=cf,jA=ml.util.escapeQuotes(gA);if(ml.opts._errorDataPathProperty){ml.errorPath=ml.util.getPath(CA,gA,ml.opts.jsonPointers)}cf=ml.errSchemaPath+"/required";var SA=SA||[];SA.push(zl);zl="";if(ml.createErrors!==false){zl+=" { keyword: 'required' , dataPath: (dataPath || '') + "+ml.errorPath+" , schemaPath: "+ml.util.toQuotedString(cf)+" , params: { missingProperty: '"+jA+"' } ";if(ml.opts.messages!==false){zl+=" , message: '";if(ml.opts._errorDataPathProperty){zl+="is a required property"}else{zl+="should have required property \\'"+jA+"\\'"}zl+="' "}if(ml.opts.verbose){zl+=" , schema: validate.schema"+Qh+" , parentSchema: validate.schema"+ml.schemaPath+" , data: "+r_+" "}zl+=" } "}else{zl+=" {} "}var kA=zl;zl=SA.pop();if(!ml.compositeRule&&t_){if(ml.async){zl+=" throw new ValidationError(["+kA+"]); "}else{zl+=" validate.errors = ["+kA+"]; return false; "}}else{zl+=" var err = "+kA+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; "}cf=DA;ml.errorPath=CA;zl+=" } else { "}else{if(t_){zl+=" if ( "+MA+" === undefined ";if(dA){zl+=" || ! Object.prototype.hasOwnProperty.call("+r_+", '"+ml.util.escapeQuotes(gA)+"') "}zl+=") { "+S_+" = true; } else { "}else{zl+=" if ("+MA+" !== undefined ";if(dA){zl+=" && Object.prototype.hasOwnProperty.call("+r_+", '"+ml.util.escapeQuotes(gA)+"') "}zl+=" ) { "}}zl+=" "+BA+" } "}}if(t_){zl+=" if ("+S_+") { ";D_+="}"}}}}if(sA.length){var UA=sA;if(UA){var vA,GA=-1,qA=UA.length-1;while(GA0||OA===false:ml.util.schemaHasRules(OA,ml.RULES.all)){C_.schema=OA;C_.schemaPath=ml.schemaPath+".patternProperties"+ml.util.getProperty(vA);C_.errSchemaPath=ml.errSchemaPath+"/patternProperties/"+ml.util.escapeFragment(vA);if(dA){zl+=" "+rA+" = "+rA+" || Object.keys("+r_+"); for (var "+Cg+"=0; "+Cg+"<"+rA+".length; "+Cg+"++) { var "+P_+" = "+rA+"["+Cg+"]; "}else{zl+=" for (var "+P_+" in "+r_+") { "}zl+=" if ("+ml.usePattern(vA)+".test("+P_+")) { ";C_.errorPath=ml.util.getPathExpr(ml.errorPath,P_,ml.opts.jsonPointers);var IA=r_+"["+P_+"]";C_.dataPathArr[eA]=P_;var BA=ml.validate(C_);C_.baseId=hA;if(ml.util.varOccurences(BA,tA)<2){zl+=" "+ml.util.varReplace(BA,tA,IA)+" "}else{zl+=" var "+tA+" = "+IA+"; "+BA+" "}if(t_){zl+=" if (!"+S_+") break; "}zl+=" } ";if(t_){zl+=" else "+S_+" = true; "}zl+=" } ";if(t_){zl+=" if ("+S_+") { ";D_+="}"}}}}}if(t_){zl+=" "+D_+" if ("+u_+" == errors) {"}return zl}}});var xA=__commonJS({"node_modules/ajv/lib/dotjs/propertyNames.js"(ml,Al){"use strict";Al.exports=function generate_propertyNames(ml,Al,Rl){var zl=" ";var rd=ml.level;var yh=ml.dataLevel;var kh=ml.schema[Al];var Qh=ml.schemaPath+ml.util.getProperty(Al);var cf=ml.errSchemaPath+"/"+Al;var t_=!ml.opts.allErrors;var r_="data"+(yh||"");var u_="errs__"+rd;var C_=ml.util.copy(ml);var D_="";C_.level++;var S_="valid"+C_.level;zl+="var "+u_+" = errors;";if(ml.opts.strictKeywords?typeof kh=="object"&&Object.keys(kh).length>0||kh===false:ml.util.schemaHasRules(kh,ml.RULES.all)){C_.schema=kh;C_.schemaPath=Qh;C_.errSchemaPath=cf;var P_="key"+rd,Cg="idx"+rd,eA="i"+rd,tA="' + "+P_+" + '",rA=C_.dataLevel=ml.dataLevel+1,nA="data"+rA,iA="dataProperties"+rd,sA=ml.opts.ownProperties,aA=ml.baseId;if(sA){zl+=" var "+iA+" = undefined; "}if(sA){zl+=" "+iA+" = "+iA+" || Object.keys("+r_+"); for (var "+Cg+"=0; "+Cg+"<"+iA+".length; "+Cg+"++) { var "+P_+" = "+iA+"["+Cg+"]; "}else{zl+=" for (var "+P_+" in "+r_+") { "}zl+=" var startErrs"+rd+" = errors; ";var oA=P_;var lA=ml.compositeRule;ml.compositeRule=C_.compositeRule=true;var cA=ml.validate(C_);C_.baseId=aA;if(ml.util.varOccurences(cA,nA)<2){zl+=" "+ml.util.varReplace(cA,nA,oA)+" "}else{zl+=" var "+nA+" = "+oA+"; "+cA+" "}ml.compositeRule=C_.compositeRule=lA;zl+=" if (!"+S_+") { for (var "+eA+"=startErrs"+rd+"; "+eA+"0||nA===false:ml.util.schemaHasRules(nA,ml.RULES.all)))){P_[P_.length]=eA}}}}else{var P_=kh}}if(C_||P_.length){var iA=ml.errorPath,sA=C_||P_.length>=ml.opts.loopRequired,aA=ml.opts.ownProperties;if(t_){zl+=" var missing"+rd+"; ";if(sA){if(!C_){zl+=" var "+S_+" = validate.schema"+Qh+"; "}var oA="i"+rd,lA="schema"+rd+"["+oA+"]",cA="' + "+lA+" + '";if(ml.opts._errorDataPathProperty){ml.errorPath=ml.util.getPathExpr(iA,lA,ml.opts.jsonPointers)}zl+=" var "+u_+" = true; ";if(C_){zl+=" if (schema"+rd+" === undefined) "+u_+" = true; else if (!Array.isArray(schema"+rd+")) "+u_+" = false; else {"}zl+=" for (var "+oA+" = 0; "+oA+" < "+S_+".length; "+oA+"++) { "+u_+" = "+r_+"["+S_+"["+oA+"]] !== undefined ";if(aA){zl+=" && Object.prototype.hasOwnProperty.call("+r_+", "+S_+"["+oA+"]) "}zl+="; if (!"+u_+") break; } ";if(C_){zl+=" } "}zl+=" if (!"+u_+") { ";var uA=uA||[];uA.push(zl);zl="";if(ml.createErrors!==false){zl+=" { keyword: 'required' , dataPath: (dataPath || '') + "+ml.errorPath+" , schemaPath: "+ml.util.toQuotedString(cf)+" , params: { missingProperty: '"+cA+"' } ";if(ml.opts.messages!==false){zl+=" , message: '";if(ml.opts._errorDataPathProperty){zl+="is a required property"}else{zl+="should have required property \\'"+cA+"\\'"}zl+="' "}if(ml.opts.verbose){zl+=" , schema: validate.schema"+Qh+" , parentSchema: validate.schema"+ml.schemaPath+" , data: "+r_+" "}zl+=" } "}else{zl+=" {} "}var pA=zl;zl=uA.pop();if(!ml.compositeRule&&t_){if(ml.async){zl+=" throw new ValidationError(["+pA+"]); "}else{zl+=" validate.errors = ["+pA+"]; return false; "}}else{zl+=" var err = "+pA+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; "}zl+=" } else { "}else{zl+=" if ( ";var dA=P_;if(dA){var hA,oA=-1,fA=dA.length-1;while(oA 1) { ";var S_=ml.schema.items&&ml.schema.items.type,P_=Array.isArray(S_);if(!S_||S_=="object"||S_=="array"||P_&&(S_.indexOf("object")>=0||S_.indexOf("array")>=0)){zl+=" outer: for (;i--;) { for (j = i; j--;) { if (equal("+r_+"[i], "+r_+"[j])) { "+u_+" = false; break outer; } } } "}else{zl+=" var itemIndices = {}, item; for (;i--;) { var item = "+r_+"[i]; ";var Cg="checkDataType"+(P_?"s":"");zl+=" if ("+ml.util[Cg](S_,"item",ml.opts.strictNumbers,true)+") continue; ";if(P_){zl+=` if (typeof item == 'string') item = '"' + item; `}zl+=" if (typeof itemIndices[item] == 'number') { "+u_+" = false; j = itemIndices[item]; break; } itemIndices[item] = i; } "}zl+=" } ";if(C_){zl+=" } "}zl+=" if (!"+u_+") { ";var eA=eA||[];eA.push(zl);zl="";if(ml.createErrors!==false){zl+=" { keyword: 'uniqueItems' , dataPath: (dataPath || '') + "+ml.errorPath+" , schemaPath: "+ml.util.toQuotedString(cf)+" , params: { i: i, j: j } ";if(ml.opts.messages!==false){zl+=" , message: 'should NOT have duplicate items (items ## ' + j + ' and ' + i + ' are identical)' "}if(ml.opts.verbose){zl+=" , schema: ";if(C_){zl+="validate.schema"+Qh}else{zl+=""+kh}zl+=" , parentSchema: validate.schema"+ml.schemaPath+" , data: "+r_+" "}zl+=" } "}else{zl+=" {} "}var tA=zl;zl=eA.pop();if(!ml.compositeRule&&t_){if(ml.async){zl+=" throw new ValidationError(["+tA+"]); "}else{zl+=" validate.errors = ["+tA+"]; return false; "}}else{zl+=" var err = "+tA+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; "}zl+=" } ";if(t_){zl+=" else { "}}else{if(t_){zl+=" if (true) { "}}return zl}}});var kA=__commonJS({"node_modules/ajv/lib/dotjs/index.js"(ml,Al){"use strict";Al.exports={$ref:sA(),allOf:aA(),anyOf:oA(),$comment:lA(),const:cA(),contains:uA(),dependencies:pA(),enum:dA(),format:hA(),if:fA(),items:_A(),maximum:mA(),minimum:mA(),maxItems:gA(),minItems:gA(),maxLength:AA(),minLength:AA(),maxProperties:yA(),minProperties:yA(),multipleOf:bA(),not:vA(),oneOf:EA(),pattern:wA(),properties:CA(),propertyNames:xA(),required:DA(),uniqueItems:SA(),validate:tA()}}});var TA=__commonJS({"node_modules/ajv/lib/compile/rules.js"(ml,Al){"use strict";var Rl=kA();var zl=C_().toHash;Al.exports=function rules(){var ml=[{type:"number",rules:[{maximum:["exclusiveMaximum"]},{minimum:["exclusiveMinimum"]},"multipleOf","format"]},{type:"string",rules:["maxLength","minLength","pattern","format"]},{type:"array",rules:["maxItems","minItems","items","contains","uniqueItems"]},{type:"object",rules:["maxProperties","minProperties","required","dependencies","propertyNames",{properties:["additionalProperties","patternProperties"]}]},{rules:["$ref","const","enum","not","anyOf","oneOf","allOf","if"]}];var Al=["type","$comment"];var rd=["$schema","$id","id","$data","$async","title","description","default","definitions","examples","readOnly","writeOnly","contentMediaType","contentEncoding","additionalItems","then","else"];var yh=["number","integer","string","array","object","boolean","null"];ml.all=zl(Al);ml.types=zl(yh);ml.forEach(function(zl){zl.rules=zl.rules.map(function(zl){var rd;if(typeof zl=="object"){var yh=Object.keys(zl)[0];rd=zl[yh];zl=yh;rd.forEach(function(Rl){Al.push(Rl);ml.all[Rl]=true})}Al.push(zl);var kh=ml.all[zl]={keyword:zl,code:Rl[zl],implements:rd};return kh});ml.all.$comment={keyword:"$comment",code:Rl.$comment};if(zl.type)ml.types[zl.type]=zl});ml.keywords=zl(Al.concat(rd));ml.custom={};return ml}}});var IA=__commonJS({"node_modules/ajv/lib/data.js"(ml,Al){"use strict";var Rl=["multipleOf","maximum","exclusiveMaximum","minimum","exclusiveMinimum","maxLength","minLength","pattern","additionalItems","maxItems","minItems","uniqueItems","maxProperties","minProperties","required","additionalProperties","enum","format","const"];Al.exports=function(ml,Al){for(var zl=0;zlsE,AutomationNamesValidator:()=>lw,CMValidator:()=>dw,ContextVariableValidator:()=>Yb,FileStructureValidator:()=>vE,FiltersValidator:()=>tE,SavedWordsValidator:()=>BE,TriggersValidator:()=>GE,safeRulesYamlLoad:()=>safeRulesYamlLoad,validatorsConstants:()=>MA});ml.exports=__toCommonJS(LA);var MA={};__export(MA,{CM_SCHEMA:()=>KA,FOR_BLOCK_EXPRESSION:()=>dy,JINJA_EXPRESSION_REGEX:()=>XA,JINJA_FILTERS:()=>WA,LOOP_EXPRESSION:()=>ZA,REGEX_EXPRESSION:()=>my,REQUIRED_ARGUMENTS_BY_ACTIONS:()=>JA,SUPPORTED_ACTIONS:()=>GA,SUPPORTED_ACTIONS_BY_PROVIDER:()=>qA,SUPPORTED_ARGUMENTS_BY_ACTION:()=>$A,SUPPORTED_TRIGGERS:()=>UA,VALID_ACTIONS:()=>YA,VALID_CONTEXT_VARS:()=>HA,VALID_FILTERS:()=>VA,VALID_VERSIONS:()=>zA});var jA=__toESM(Rl(92020));var UA={COMMIT:"commit",PR_CREATED:"pr_created",COMMENT_ADDED:"comment_added",LABEL_ADDED:"label_added",LABEL_REMOVED:"label_removed",MERGE:"merge",PR_CLOSED:"pr_closed",PR_REOPENED:"pr_reopened",PR_READY_FOR_REVIEW:"pr_ready_for_review",PR_APPROVED:"pr_approved"};var GA={SEND_SLACK_MESSAGE:"send-slack-message@v1",EXPLAIN_CODE_EXPERTS:"explain-code-experts@v1",ADD_COMMENT:"add-comment@v1",ADD_LABEL:"add-label@v1",ADD_LABELS:"add-labels@v1",ADD_REVIEWERS:"add-reviewers@v1",APPROVE:"approve@v1",MERGE:"merge@v1",SET_REQUIRED_APPROVALS:"set-required-approvals@v1",REQUIRE_REVIEWER:"require-reviewers@v1",REQUEST_CHANGES:"request-changes@v1",UPDATE_CHECK:"update-check@v1",CLOSE:"close@v1",HTTP_REQUEST:"http-request@v1",SEND_HTTP_REQUEST:"send-http-request@v1",INVOKE_GITHUB_ACTION:"invoke-github-action@v1",ADD_GITHUB_CHECK:"add-github-check@v1",RUN_GITHUB_WORKFLOW:"run-github-workflow@v1",UPDATE_DESCRIPTION:"update-description@v1",UPDATE_TITLE:"update-title@v1",ADD_THREAD:"add-thread@v1",CUSTOM_ACTION:"custom-action@v1",CODE_REVIEW:"code-review@v1",ADD_CODE_COMMENT:"add-code-comment@v1",DESCRIBE_CHANGES:"describe-changes@v1",CHANGE_PR_STATE:"change-pr-state@v1"};var qA={github:(0,jA.default)(GA,["ADD_THREAD"]),gitlab:(0,jA.default)(GA,["ADD_GITHUB_CHECK","INVOKE_GITHUB_ACTION","RUN_GITHUB_WORKFLOW","UPDATE_CHECK","SET_REQUIRED_APPROVALS","CHANGE_PR_STATE"]),bitbucket:(0,jA.default)(GA,["ADD_LABEL","ADD_LABELS","ADD_GITHUB_CHECK","ADD_THREAD","INVOKE_GITHUB_ACTION","RUN_GITHUB_WORKFLOW","UPDATE_CHECK","CHANGE_PR_STATE"]),default:GA};var $A={[GA.SEND_SLACK_MESSAGE]:["webhook_url","message"],[GA.EXPLAIN_CODE_EXPERTS]:["lt","gt","verbose","since"],[GA.ADD_COMMENT]:["comment","pin_uid"],[GA.ADD_LABEL]:["label","color"],[GA.ADD_LABELS]:["labels"],[GA.ADD_REVIEWERS]:["reviewers","team_reviewers","unless_reviewers_set","fail_on_error","wait_for_all_checks"],[GA.MERGE]:["wait_for_all_checks","rebase_on_merge","squash_on_merge"],[GA.SET_REQUIRED_APPROVALS]:["approvals"],[GA.REQUEST_CHANGES]:["comment"],[GA.REQUIRE_REVIEWER]:["reviewers","also_assign"],[GA.HTTP_REQUEST]:["url","method","user","body","timeout","headers"],[GA.SEND_HTTP_REQUEST]:["url","method","user","body","timeout","headers"],[GA.INVOKE_GITHUB_ACTION]:["owner","repo","workflow","ref","inputs","check_name","stop_ongoing_workflow"],[GA.UPDATE_CHECK]:["check_name","status","conclusion"],[GA.ADD_GITHUB_CHECK]:["check_name","conclusion"],[GA.RUN_GITHUB_WORKFLOW]:["owner","repo","workflow","ref","inputs","check_name","stop_ongoing_workflow","timeout"],[GA.UPDATE_DESCRIPTION]:["description","concat_mode","placeholder"],[GA.UPDATE_TITLE]:["title","concat_mode"],[GA.ADD_THREAD]:["comment","resolvable"],[GA.CUSTOM_ACTION]:["plugin"],[GA.CODE_REVIEW]:["guidelines","approve_on_LGTM","issues_limit"],[GA.ADD_CODE_COMMENT]:["comment","file_path","start_line","end_line"],[GA.DESCRIBE_CHANGES]:["concat_mode","guidelines","template"],[GA.CHANGE_PR_STATE]:["draft"]};var JA={[GA.SEND_SLACK_MESSAGE]:{all:true,args:["webhook_url","message"]},[GA.EXPLAIN_CODE_EXPERTS]:{all:false,args:["lt","gt","verbose"]},[GA.ADD_COMMENT]:{all:true,args:["comment"]},[GA.ADD_LABEL]:{all:true,args:["label"]},[GA.ADD_LABELS]:{all:true,args:["labels"]},[GA.ADD_REVIEWERS]:{all:false,args:["reviewers","team_reviewers"]},[GA.SET_REQUIRED_APPROVALS]:{all:true,args:["approvals"]},[GA.REQUEST_CHANGES]:{all:true,args:["comment"]},[GA.REQUIRE_REVIEWER]:{all:false,args:["reviewers"]},[GA.HTTP_REQUEST]:{all:true,args:["url"]},[GA.SEND_HTTP_REQUEST]:{all:true,args:["url"]},[GA.INVOKE_GITHUB_ACTION]:{all:false,args:["workflow"]},[GA.UPDATE_CHECK]:{all:true,args:["check_name","status","conclusion"]},[GA.ADD_GITHUB_CHECK]:{all:true,args:["check_name","conclusion"]},[GA.RUN_GITHUB_WORKFLOW]:{all:true,args:["workflow"]},[GA.UPDATE_DESCRIPTION]:{all:true,args:["description"]},[GA.UPDATE_TITLE]:{all:true,args:["title"]},[GA.ADD_THREAD]:{all:true,args:["comment"]},[GA.CUSTOM_ACTION]:{all:true,args:["plugin"]},[GA.ADD_CODE_COMMENT]:{all:true,args:["file_path","comment"]},[GA.CHANGE_PR_STATE]:{all:true,args:["draft"]}};var HA=["branch","branch.author","branch.author_email","branch.author_name","branch.base","branch.commits","branch.commits.messages","branch.diff","branch.diff.files_metadata","branch.diff.size","branch.name","branch.num_of_commits","files","pr","pr.approvals","pr.assignees","pr.author","pr.author_is_org_member","pr.author_teams","pr.checks","pr.comments","pr.conflicted_files_count","pr.contributors","pr.conversations","pr.created_at","pr.description","pr.draft","pr.labels","pr.number","pr.repo","pr.requested_changes","pr.reviewers","pr.reviews","pr.source","pr.status","pr.target","pr.title","pr.unresolved_threads","pr.updated_at","pr.url","repo","repo.age","repo.author_age","repo.blame","repo.contributors","repo.git_activity","repo.name","repo.owner","repo.visibility","source","source.diff.files"];var VA={every:["list"],filter:["list","regex","term","attr"],includes:["list","regex","term"],map:["list","attr"],match:["list","regex","term","attr"],nope:[],reject:["list","regex","term","attr"],some:["list"],allDocs:[],allImages:[],allTests:[],codeExperts:["gt","lt"],estimatedReviewTime:[],extensions:[],extractJitFindings:[],extractSonarFindings:[],explainCodeExperts:["gt","lt"],explainRankByGitBlame:["gt","lt"],isFirstCommit:[],isFormattingChange:[],mapToEnum:["enum"],matchDiffLines:["regex","ignoreWhiteSpaces","caseSensitive"],rankByGitActivity:["gt","lt"],rankByGitBlame:["gt","lt"],intersection:["list"],difference:["list"],capture:["regex"],countTests:[],getTimestamp:[],mockAsyncFilter:[],mockFilter:[],decode:[],encode:[],getJiraTicketDetails:["url","username","apiToken","additionalFields"],readFile:["output"],checkDependabot:[],checkSemver:[],bool:[]};var WA=["abs","attr","batch","capitalize","center","default","dictsort","escape","filesizeformat","first","float","forceescape","format","groupby","indent","int","join","last","length","list","lower","map","max","min","pprint","random","reject","rejectattr","replace","reverse","round","safe","select","selectattr","slice","sort","split","string","striptags","sum","title","trim","truncate","unique","upper","urlencode","urlize","wordcount","wordwrap","xmlattr","nl2br","dump"];var zA=[1];var YA={[GA.ADD_COMMENT]:{comment:{type:"string",required:true}},[GA.ADD_LABEL]:{label:{type:"string",required:true},color:{type:"string",required:false}},[GA.ADD_LABELS]:{labels:{type:"array",required:true}},[GA.ADD_REVIEWERS]:{reviewers:{type:"array",required:true},team_reviewers:{type:"array",required:false},unless_reviewers_set:{type:"boolean",required:false},fail_on_error:{type:"boolean",required:false},wait_for_all_checks:{type:"boolean",required:false}},[GA.APPROVE]:{},[GA.CLOSE]:{},[GA.MERGE]:{wait_for_all_checks:{type:"boolean",required:false},rebase_on_merge:{type:"boolean",required:false},squash_on_merge:{type:"boolean",required:false}},[GA.SET_REQUIRED_APPROVALS]:{approvals:{type:"number",required:true}},[GA.REQUEST_CHANGES]:{comment:{type:"string",required:true}},[GA.REQUIRE_REVIEWER]:{reviewers:{type:"array",required:true},also_assign:{type:"boolean",required:false}},[GA.EXPLAIN_CODE_EXPERTS]:{lt:{type:"number",required:false},gt:{type:"number",required:false},verbose:{type:"boolean",required:false},since:{type:"string",required:false}},[GA.SEND_SLACK_MESSAGE]:{webhook_url:{type:"string",required:true},message:{type:"string",required:true}},[GA.INVOKE_GITHUB_ACTION]:{owner:{type:"string",required:false},repo:{type:"string",required:false},workflow:{type:"string",required:true},ref:{type:"string",required:false},inputs:{type:"number",required:false},check_name:{type:"string",required:false},stop_ongoing_workflow:{type:"boolean",required:false}},[GA.ADD_GITHUB_CHECK]:{check_name:{type:"string",required:true},conclusion:{type:"string",required:true}},[GA.UPDATE_CHECK]:{check_name:{type:"string",required:true},status:{type:"string",required:true},conclusion:{type:"string",required:true}},[GA.RUN_GITHUB_WORKFLOW]:{owner:{type:"string",required:false},repo:{type:"string",required:false},workflow:{type:"string",required:true},ref:{type:"string",required:false},inputs:{type:"string",required:false},check_name:{type:"string",required:false},stop_ongoing_workflow:{type:"boolean",required:false},timeout:{type:"number",required:false}},[GA.SEND_HTTP_REQUEST]:{url:{type:"string",required:true},method:{type:"string",required:false},user:{type:"string",required:false},body:{type:"string",required:false},headers:{type:"string",required:false},timeout:{type:"number",required:false}},[GA.UPDATE_DESCRIPTION]:{description:{type:"string",required:true},concat_mode:{type:"string",required:false},placeholder:{type:"string",required:false}},[GA.UPDATE_TITLE]:{title:{type:"string",required:true},concat_mode:{type:"string",required:false}},[GA.ADD_THREAD]:{comment:{type:"string",required:true},resolvable:{type:"boolean",required:false}},[GA.CUSTOM_ACTION]:{plugin:{type:"string",required:true}},[GA.CODE_REVIEW]:{guidelines:{type:"string",required:false},approve_on_LGTM:{type:"boolean",required:false},issues_limit:{type:"number",required:false}},[GA.ADD_CODE_COMMENT]:{comment:{type:"string",required:true},file_path:{type:"string",required:true},start_line:{type:"number",required:false},end_line:{type:"number",required:false}},[GA.DESCRIBE_CHANGES]:{guidelines:{type:"string",required:false},concat_mode:{type:"string",required:false},template:{type:"string",required:false}},[GA.CHANGE_PR_STATE]:{draft:{type:"boolean",required:true}}};var KA={type:"object",properties:{manifest:{type:"object",properties:{version:{type:"number",enum:zA}},required:["version"]},config:{type:"object",properties:{ignore_files:{type:"array",items:{type:"string"}},ignore_repositories:{type:"array",items:{type:"string"}},admin:{type:"object",properties:{users:{type:"array",items:{type:"string"}}}}}},triggers:{type:"object",properties:{on:{type:"array",items:{type:"string",enum:Object.values(UA)}},include:{type:"object",properties:{user:{type:"array",items:{type:"string"}},branch:{type:"array",items:{type:"string"}},repository:{type:"array",items:{type:"string"}}},additionalProperties:false},exclude:{type:"object",properties:{user:{type:"array",items:{type:"string"}},branch:{type:"array",items:{type:"string"}},repository:{type:"array",items:{type:"string"}}},additionalProperties:false}},additionalProperties:false},on:{type:"array",items:{type:"string",enum:Object.values(UA)}},automations:{type:"object",patternProperties:{"^[a-zA-Z0-9_@]+$":{type:"object",properties:{on:{type:"array",items:{type:"string",enum:Object.values(UA)}},if:{type:"array"},run:{type:"array",items:{type:"object",properties:{action:{type:"string",enum:Object.keys(YA)},args:{type:"object"}},required:["action"]}}},required:["if","run"]}}}},required:["manifest","automations"]};var XA=/{{.*?}}/g;var ZA=/\{%\s*.*?\s*%\}/g;var dy=/\{%\s*for\s+.*?%\}[\s\S]*?\{%\s*endfor\s*%\}/g;var my=/\/(?:[^/\\]|\\.)*\//g;var vy=class{validate(ml){throw new Error('Abstract method "validate" must be implemented.')}static parseJinjaExpressions(ml){const Al=ml.split("\n");const Rl=[];Al.filter(ml=>!ml.trim().startsWith("#")).forEach((ml,Al)=>{const zl=ml.match(XA);if(zl){zl.forEach(ml=>{Rl.push({expression:ml,lineNumber:Al+1})})}});return Rl}};var xy=vy;var Ty=xy;var Qy=class extends Error{constructor(ml){super(ml);this.name="ValidationError"}};var Ky="UNKNOWN_CONTEXT";var Qb=/\{%\s*for\s+(\w+)\s+in\s+/g;var Lb=/\{%\s*set\s+(\w+)\s*=/g;var Mb=[">","<",">=","<=","==","!=","and","or","not","in"];var jb=/^-?\d+(\.\d+)?$/;var Gb=["sonar.","jit."];var Vb=class extends Ty{isJinjaVariable(ml,Al){const Rl=ml.split(".")[0].replace(/[()]/g,"");return Al.includes(Rl)}extractVariablesFromConcatenation(ml){const Al=ml.split("+").map(ml=>ml.trim());return Al.filter(ml=>!(ml.startsWith('"')&&ml.endsWith('"')||ml.startsWith("'")&&ml.endsWith("'")))}isStringConcatenation(ml){return ml.includes("+")&&(ml.includes('"')||ml.includes("'"))}isValidCustomVariables(ml,Al){const Rl=ml.split(".").slice(0,-1);return Rl.map(ml=>ml.replace(/[()]/g,"")).map(ml=>ml.replace(/\[.*?\]/g,"")).every(ml=>Al.includes(`${ml}:`))}isValidIntegrationContextVariable(ml){return Gb.some(Al=>ml.startsWith(Al))}isValidContextVariable(ml){if(!HA.includes(ml||Ky)){return false}return true}isValidEnvironmentContextVariable(ml){var Al;const Rl=ml==null?void 0:ml.split(".");if((Rl==null?void 0:Rl.length)!==2){return false}const[zl,rd]=Rl;return zl==="env"&&((Al=rd.trim())==null?void 0:Al.length)>0}isValidActionOutputVariable(ml){var Al,Rl;const zl=ml==null?void 0:ml.split(".");if((zl==null?void 0:zl.length)!==4){return false}const[rd,yh,kh,Qh]=zl;return rd==="actions"&&((Al=yh.trim())==null?void 0:Al.length)>0&&kh==="outputs"&&((Rl=Qh.trim())==null?void 0:Rl.length)>0}isValidVariable(ml,Al,Rl){return this.isValidContextVariable(ml)||this.isValidCustomVariables(ml,Al)||this.isValidEnvironmentContextVariable(ml)||this.isValidActionOutputVariable(ml)||this.isValidIntegrationContextVariable(ml)||this.isJinjaVariable(ml,Rl)}validate(ml){const{expressions:Al,yamlFile:Rl}=ml;const zl=Al??Ty.parseJinjaExpressions(Rl);const rd=Array.from(Rl.matchAll(Qb),ml=>ml[1]);const yh=Array.from(Rl.matchAll(Lb),ml=>ml[1]);const kh=[...rd,...yh];zl.forEach(({expression:ml,lineNumber:Al})=>{var zl;const rd=ml.replace(/[{}]/g,"").split("|");const yh=((zl=rd.shift())==null?void 0:zl.trim())??Ky;const Qh=yh.startsWith("[")&&yh.endsWith("]")&&rd.some(ml=>ml.trim().startsWith("checkSemver"));if(Qh){return}if(yh.startsWith("[")&&yh.endsWith("]")){const zl=yh.slice(1,-1);const rd=zl.split(",").map(ml=>ml.trim());rd.forEach(zl=>{if(this.isStringConcatenation(zl)){const rd=this.extractVariablesFromConcatenation(zl);rd.forEach(zl=>{if(!this.isValidVariable(zl,Rl,kh)){throw new Qy(`Line [${Al}]: Invalid context variable ${zl} in expression ${ml}`)}});return}if(!this.isValidVariable(zl,Rl,kh)){throw new Qy(`Line [${Al}]: Invalid context variable ${zl} in expression ${ml}`)}});return}if(yh.includes(" if ")&&yh.includes(" else ")){return}const cf=(yh==null?void 0:yh.split(" "))??[];cf.map(ml=>ml.replace(/^[([]+|[)\]]+$/g,"")).map(ml=>ml.replace(/^not\(/g,"")).forEach(zl=>{if(zl.startsWith('"')&&zl.endsWith('"')||zl.startsWith("'")&&zl.endsWith("'")){return}if(jb.test(zl)){return}if(Mb.includes(zl)){return}if(!this.isValidVariable(zl,Rl,kh)){throw new Qy(`Line [${Al}]: Invalid context variable ${zl} in expression ${ml}`)}})})}};var Yb=Vb;var Fv=["mockFilter","mockAsyncFilter"];var Xv=class extends Ty{customFilters;allowUnknownFilters;constructor(ml=[],Al=false){super();this.customFilters=ml;this.allowUnknownFilters=Al}validateExistingFilter(ml,Al,Rl){if(WA.includes(ml)||HA.includes(ml)||this.customFilters.includes(ml)){return}if(!Object.keys(VA).includes(ml)){if(this.allowUnknownFilters){return}throw new Qy(`Line ${Al}: Invalid filter function ${ml} in expression ${Rl}`)}}getFilterArgs(ml){var Al;const Rl=ml.slice(ml.indexOf("(")+1,ml.lastIndexOf(")")).replace(my,"");if(!Rl.trim()){return[]}if(!Rl.includes("list=[")){return Rl.split(",").map(ml=>ml.split("=")[0].trim())}const zl=((Al=Rl.match(/list=\[.*?\]/))==null?void 0:Al[0])||"";const rd=Rl.split(zl)[0].split(",").filter(ml=>ml.trim()).map(ml=>ml.split("=")[0].trim());return[...rd,"list"]}validateFilterArgs(ml,Al,Rl,zl){if(WA.includes(Al)||this.customFilters.includes(Al)){return}if(Fv.includes(Al)){return}if(this.allowUnknownFilters&&!Object.keys(VA).includes(Al)){return}if(ml.includes("(")){const rd=this.getFilterArgs(ml);const yh=VA[Al];for(const ml of rd){if(!yh.includes(ml)){throw new Qy(`Line [${Rl}]: Invalid argument ${ml} for filter ${Al} in expression ${zl}`)}}}}validate(ml){const{expressions:Al,yamlFile:Rl}=ml;const zl=Al??Ty.parseJinjaExpressions(Rl);zl.forEach(({expression:ml,lineNumber:Al})=>{const Rl=ml.replace(my,"").replace(/[{}]/g,"").split("|").slice(1)??[];for(const zl of Rl){const Rl=zl.split(/\s*==\s*|\s*<\s*|\s*>\s*|\s+and\s+|\s+or\s+|\s+else\s+/)[0];const[rd]=Rl.split("(");const yh=rd.replace(")","").split(".")[0].trim();this.validateExistingFilter(yh,Al,ml);this.validateFilterArgs(Rl,yh,Al,ml)}})}};var tE=Xv;var rE=__toESM(Rl(74281));var iE=class extends Ty{provider;supportedActions;constructor(ml){super();this.provider=ml;const Al=ml&&qA[ml]||qA.default;this.supportedActions=new Set(Object.values(Al))}validateActionSupported(ml){if(!this.supportedActions.has(ml)){const Al=Object.values(GA).includes(ml);if(Al&&this.provider){throw new Qy(`Action \`${ml}\` is not supported for ${this.provider}`)}throw new Qy(`Action \`${ml}\` is not supported`)}}validateArgSupported(ml,Al){const Rl=$A[ml];if(!Rl){return}const zl=Al==null?void 0:Al.filter(ml=>!Rl.includes(ml));if(zl.length){throw new Qy(`Some args are not supported: ${zl.join(", ")}`)}}validateRequiredArgs(ml,Al){var Rl;const zl=JA[ml];if(!zl){return}const rd=(Rl=zl.args)==null?void 0:Rl.filter(ml=>!Al.includes(ml));if(zl.all&&rd.length||!zl.all&&!zl.args.some(ml=>Al.includes(ml))){throw new Qy(`Some required args are missing for action ${ml}: ${rd.join(", ")}`)}}validateIfStructure(ml){if(ml!=="TEMPLATE"&&typeof ml!=="boolean"){throw new Qy(`An entry in If section is not YAML supported`)}}validate(ml){var Al;const{yamlFile:Rl}=ml;const zl=Rl.replace(XA,"TEMPLATE").replace(ZA,"");const rd=rE.load(zl);Object.values(rd.automations).flatMap(ml=>ml.if).forEach(ml=>this.validateIfStructure(ml));const yh=(Al=Object.values(rd.automations).flatMap(ml=>ml.run))==null?void 0:Al.filter(Boolean);for(const ml of yh){const{action:Al,args:Rl}=ml;const zl=Object.keys(Rl??{});this.validateActionSupported(Al);if(zl.length){this.validateArgSupported(Al,zl)}this.validateRequiredArgs(Al,zl)}}};var sE=iE;var pE=__toESM(Rl(74281));var dE=__toESM(QA());var gE=new dE.default;var bE=class extends Ty{validate(ml){var Al;const{yamlFile:Rl}=ml;const zl=Rl.replace(XA,"").replace(ZA,"");const rd=pE.loadAll(zl,void 0,{schema:pE.JSON_SCHEMA});const yh=gE.compile(KA);for(const ml of rd){const Rl=yh(ml);if(!Rl){throw new Qy(`Schema is not valid: ${(Al=yh.errors)==null?void 0:Al.map(ml=>ml.message).join(", ")}`)}}}};var vE=bE;var wE=__toESM(Rl(74281));var CE=class extends Ty{validate(ml){const{yamlFile:Al}=ml;const Rl=wE.load(Al.replace(XA,"").replace(dy,"").replace(ZA,""));const zl=Object.keys(Rl).filter(ml=>!Object.keys(KA.properties).includes(ml)).find(ml=>HA.includes(ml));if(zl){throw new Qy(`Invalid custom context variable: \`${zl}\` is a built-in context`)}}};var BE=CE;var NE=__toESM(Rl(74281));var jE=class extends Ty{validateSuppertedTriggers(ml){if(!Object.values(UA).includes(ml)){throw new Qy(`${ml} trigger is not supported`)}}validate(ml){var Al;const{yamlFile:Rl}=ml;const zl=Rl.replace(XA,"TEMPLATE").replace(dy,"").replace(ZA,"");const rd=NE.load(zl);const yh=((Al=rd.triggers)==null?void 0:Al.on)||rd.on||[];const kh=Object.values(rd.automations).flatMap(ml=>ml.on).filter(Boolean);const Qh=[...yh,...kh];for(const ml of Qh){this.validateSuppertedTriggers(ml)}}};var GE=jE;var WE=__toESM(Rl(74281));var safeRulesYamlLoad=ml=>{try{const Al=WE.load(ml.replace(XA,"").replace(dy,"").replace(ZA,""));return Al}catch(ml){throw new Qy(`Failed to load yml file. Invalid cm. ${ml==null?void 0:ml.message}`)}};var YE=/^[a-zA-Z0-9_-]+$/;var escapeQuotes=ml=>ml.replace(/['"`]/g,ml=>{if(ml==='"'){return'\\"'}else if(ml==="'"){return"\\'"}else if(ml==="`"){return"\\`"}return ml});var ow=class extends Ty{validate(ml){const{yamlFile:Al}=ml;let Rl=Al;if(typeof Rl==="string"){Rl=safeRulesYamlLoad(Al)}const zl=Object.keys((Rl==null?void 0:Rl.automations)||{}).filter(ml=>!YE.test(ml)||/\s/.test(ml));if(zl.length){const ml=escapeQuotes(zl.join(", "));throw new Qy(`Unsupported automation ${zl.length===1?"name":"names"}: \`${ml}\`. Please ensure that the automation name consists only of letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-).`)}}};var lw=ow;var cw=class extends Ty{steps;constructor(){super();this.steps=[new Yb,new tE,new sE,new vE,new BE,new GE,new lw]}validate(ml){const Al=Ty.parseJinjaExpressions(ml);for(const Rl of this.steps){Rl.validate({expressions:Al,yamlFile:ml})}}};var pw=cw;var dw=pw;0&&0; +(()=>{var __webpack_modules__={44914:function(La,hl,fl){"use strict";var yl=this&&this.__createBinding||(Object.create?function(La,hl,fl,yl){if(yl===undefined)yl=fl;var Pl=Object.getOwnPropertyDescriptor(hl,fl);if(!Pl||("get"in Pl?!hl.__esModule:Pl.writable||Pl.configurable)){Pl={enumerable:true,get:function(){return hl[fl]}}}Object.defineProperty(La,yl,Pl)}:function(La,hl,fl,yl){if(yl===undefined)yl=fl;La[yl]=hl[fl]});var Pl=this&&this.__setModuleDefault||(Object.create?function(La,hl){Object.defineProperty(La,"default",{enumerable:true,value:hl})}:function(La,hl){La["default"]=hl});var Ul=this&&this.__importStar||function(){var ownKeys=function(La){ownKeys=Object.getOwnPropertyNames||function(La){var hl=[];for(var fl in La)if(Object.prototype.hasOwnProperty.call(La,fl))hl[hl.length]=fl;return hl};return ownKeys(La)};return function(La){if(La&&La.__esModule)return La;var hl={};if(La!=null)for(var fl=ownKeys(La),Ul=0;Ul0){La+=" ";let hl=true;for(const fl in this.properties){if(this.properties.hasOwnProperty(fl)){const yl=this.properties[fl];if(yl){if(hl){hl=false}else{La+=","}La+=`${fl}=${escapeProperty(yl)}`}}}}La+=`${n_}${escapeData(this.message)}`;return La}}function escapeData(La){return(0,af.toCommandValue)(La).replace(/%/g,"%25").replace(/\r/g,"%0D").replace(/\n/g,"%0A")}function escapeProperty(La){return(0,af.toCommandValue)(La).replace(/%/g,"%25").replace(/\r/g,"%0D").replace(/\n/g,"%0A").replace(/:/g,"%3A").replace(/,/g,"%2C")}},37484:function(La,hl,fl){"use strict";var yl=this&&this.__createBinding||(Object.create?function(La,hl,fl,yl){if(yl===undefined)yl=fl;var Pl=Object.getOwnPropertyDescriptor(hl,fl);if(!Pl||("get"in Pl?!hl.__esModule:Pl.writable||Pl.configurable)){Pl={enumerable:true,get:function(){return hl[fl]}}}Object.defineProperty(La,yl,Pl)}:function(La,hl,fl,yl){if(yl===undefined)yl=fl;La[yl]=hl[fl]});var Pl=this&&this.__setModuleDefault||(Object.create?function(La,hl){Object.defineProperty(La,"default",{enumerable:true,value:hl})}:function(La,hl){La["default"]=hl});var Ul=this&&this.__importStar||function(){var ownKeys=function(La){ownKeys=Object.getOwnPropertyNames||function(La){var hl=[];for(var fl in La)if(Object.prototype.hasOwnProperty.call(La,fl))hl[hl.length]=fl;return hl};return ownKeys(La)};return function(La){if(La&&La.__esModule)return La;var hl={};if(La!=null)for(var fl=ownKeys(La),Ul=0;UlLa!=="");if(hl&&hl.trimWhitespace===false){return fl}return fl.map(La=>La.trim())}function getBooleanInput(La,hl){const fl=["true","True","TRUE"];const yl=["false","False","FALSE"];const Pl=getInput(La,hl);if(fl.includes(Pl))return true;if(yl.includes(Pl))return false;throw new TypeError(`Input does not meet YAML 1.2 "Core Schema" specification: ${La}\n`+`Support boolean input list: \`true | True | TRUE | false | False | FALSE\``)}function setOutput(La,hl){const fl=process.env["GITHUB_OUTPUT"]||"";if(fl){return(0,n_.issueFileCommand)("OUTPUT",(0,n_.prepareKeyValueMessage)(La,hl))}process.stdout.write(p_.EOL);(0,af.issueCommand)("set-output",{name:La},(0,i_.toCommandValue)(hl))}function setCommandEcho(La){(0,af.issue)("echo",La?"on":"off")}function setFailed(La){process.exitCode=I_.Failure;error(La)}function isDebug(){return process.env["RUNNER_DEBUG"]==="1"}function debug(La){(0,af.issueCommand)("debug",{},La)}function error(La,hl={}){(0,af.issueCommand)("error",(0,i_.toCommandProperties)(hl),La instanceof Error?La.toString():La)}function warning(La,hl={}){(0,af.issueCommand)("warning",(0,i_.toCommandProperties)(hl),La instanceof Error?La.toString():La)}function notice(La,hl={}){(0,af.issueCommand)("notice",(0,i_.toCommandProperties)(hl),La instanceof Error?La.toString():La)}function info(La){process.stdout.write(La+p_.EOL)}function startGroup(La){(0,af.issue)("group",La)}function endGroup(){(0,af.issue)("endgroup")}function group(La,hl){return Gd(this,void 0,void 0,function*(){startGroup(La);let fl;try{fl=yield hl()}finally{endGroup()}return fl})}function saveState(La,hl){const fl=process.env["GITHUB_STATE"]||"";if(fl){return(0,n_.issueFileCommand)("STATE",(0,n_.prepareKeyValueMessage)(La,hl))}(0,af.issueCommand)("save-state",{name:La},(0,i_.toCommandValue)(hl))}function getState(La){return process.env[`STATE_${La}`]||""}function getIDToken(La){return Gd(this,void 0,void 0,function*(){return yield D_.OidcClient.getIDToken(La)})}var N_=fl(71847);Object.defineProperty(hl,"summary",{enumerable:true,get:function(){return N_.summary}});var _m=fl(71847);Object.defineProperty(hl,"markdownSummary",{enumerable:true,get:function(){return _m.markdownSummary}});var pg=fl(31976);Object.defineProperty(hl,"toPosixPath",{enumerable:true,get:function(){return pg.toPosixPath}});Object.defineProperty(hl,"toWin32Path",{enumerable:true,get:function(){return pg.toWin32Path}});Object.defineProperty(hl,"toPlatformPath",{enumerable:true,get:function(){return pg.toPlatformPath}});hl.platform=Ul(fl(18968))},24753:function(La,hl,fl){"use strict";var yl=this&&this.__createBinding||(Object.create?function(La,hl,fl,yl){if(yl===undefined)yl=fl;var Pl=Object.getOwnPropertyDescriptor(hl,fl);if(!Pl||("get"in Pl?!hl.__esModule:Pl.writable||Pl.configurable)){Pl={enumerable:true,get:function(){return hl[fl]}}}Object.defineProperty(La,yl,Pl)}:function(La,hl,fl,yl){if(yl===undefined)yl=fl;La[yl]=hl[fl]});var Pl=this&&this.__setModuleDefault||(Object.create?function(La,hl){Object.defineProperty(La,"default",{enumerable:true,value:hl})}:function(La,hl){La["default"]=hl});var Ul=this&&this.__importStar||function(){var ownKeys=function(La){ownKeys=Object.getOwnPropertyNames||function(La){var hl=[];for(var fl in La)if(Object.prototype.hasOwnProperty.call(La,fl))hl[hl.length]=fl;return hl};return ownKeys(La)};return function(La){if(La&&La.__esModule)return La;var hl={};if(La!=null)for(var fl=ownKeys(La),Ul=0;Ul{throw new Error(`Failed to get ID Token. \n \n Error Code : ${La.statusCode}\n \n Error Message: ${La.message}`)});const Pl=(hl=yl.result)===null||hl===void 0?void 0:hl.value;if(!Pl){throw new Error("Response json body do not have ID Token field")}return Pl})}static getIDToken(La){return yl(this,void 0,void 0,function*(){try{let hl=OidcClient.getIDTokenUrl();if(La){const fl=encodeURIComponent(La);hl=`${hl}&audience=${fl}`}(0,Gd.debug)(`ID token url is ${hl}`);const fl=yield OidcClient.getCall(hl);(0,Gd.setSecret)(fl);return fl}catch(La){throw new Error(`Error message: ${La.message}`)}})}}hl.OidcClient=OidcClient},31976:function(La,hl,fl){"use strict";var yl=this&&this.__createBinding||(Object.create?function(La,hl,fl,yl){if(yl===undefined)yl=fl;var Pl=Object.getOwnPropertyDescriptor(hl,fl);if(!Pl||("get"in Pl?!hl.__esModule:Pl.writable||Pl.configurable)){Pl={enumerable:true,get:function(){return hl[fl]}}}Object.defineProperty(La,yl,Pl)}:function(La,hl,fl,yl){if(yl===undefined)yl=fl;La[yl]=hl[fl]});var Pl=this&&this.__setModuleDefault||(Object.create?function(La,hl){Object.defineProperty(La,"default",{enumerable:true,value:hl})}:function(La,hl){La["default"]=hl});var Ul=this&&this.__importStar||function(){var ownKeys=function(La){ownKeys=Object.getOwnPropertyNames||function(La){var hl=[];for(var fl in La)if(Object.prototype.hasOwnProperty.call(La,fl))hl[hl.length]=fl;return hl};return ownKeys(La)};return function(La){if(La&&La.__esModule)return La;var hl={};if(La!=null)for(var fl=ownKeys(La),Ul=0;UlGd(void 0,void 0,void 0,function*(){const{stdout:La}=yield i_.getExecOutput('powershell -command "(Get-CimInstance -ClassName Win32_OperatingSystem).Version"',undefined,{silent:true});const{stdout:hl}=yield i_.getExecOutput('powershell -command "(Get-CimInstance -ClassName Win32_OperatingSystem).Caption"',undefined,{silent:true});return{name:hl.trim(),version:La.trim()}});const getMacOsInfo=()=>Gd(void 0,void 0,void 0,function*(){var La,hl,fl,yl;const{stdout:Pl}=yield i_.getExecOutput("sw_vers",undefined,{silent:true});const Ul=(hl=(La=Pl.match(/ProductVersion:\s*(.+)/))===null||La===void 0?void 0:La[1])!==null&&hl!==void 0?hl:"";const Gd=(yl=(fl=Pl.match(/ProductName:\s*(.+)/))===null||fl===void 0?void 0:fl[1])!==null&&yl!==void 0?yl:"";return{name:Gd,version:Ul}});const getLinuxInfo=()=>Gd(void 0,void 0,void 0,function*(){const{stdout:La}=yield i_.getExecOutput("lsb_release",["-i","-r","-s"],{silent:true});const[hl,fl]=La.trim().split("\n");return{name:hl,version:fl}});hl.platform=n_.default.platform();hl.arch=n_.default.arch();hl.isWindows=hl.platform==="win32";hl.isMacOS=hl.platform==="darwin";hl.isLinux=hl.platform==="linux";function getDetails(){return Gd(this,void 0,void 0,function*(){return Object.assign(Object.assign({},yield hl.isWindows?getWindowsInfo():hl.isMacOS?getMacOsInfo():getLinuxInfo()),{platform:hl.platform,arch:hl.arch,isWindows:hl.isWindows,isMacOS:hl.isMacOS,isLinux:hl.isLinux})})}},71847:function(La,hl,fl){"use strict";var yl=this&&this.__awaiter||function(La,hl,fl,yl){function adopt(La){return La instanceof fl?La:new fl(function(hl){hl(La)})}return new(fl||(fl=Promise))(function(fl,Pl){function fulfilled(La){try{step(yl.next(La))}catch(La){Pl(La)}}function rejected(La){try{step(yl["throw"](La))}catch(La){Pl(La)}}function step(La){La.done?fl(La.value):adopt(La.value).then(fulfilled,rejected)}step((yl=yl.apply(La,hl||[])).next())})};Object.defineProperty(hl,"__esModule",{value:true});hl.summary=hl.markdownSummary=hl.SUMMARY_DOCS_URL=hl.SUMMARY_ENV_VAR=void 0;const Pl=fl(70857);const Ul=fl(79896);const{access:Gd,appendFile:af,writeFile:n_}=Ul.promises;hl.SUMMARY_ENV_VAR="GITHUB_STEP_SUMMARY";hl.SUMMARY_DOCS_URL="https://docs.github.com/actions/using-workflows/workflow-commands-for-github-actions#adding-a-job-summary";class Summary{constructor(){this._buffer=""}filePath(){return yl(this,void 0,void 0,function*(){if(this._filePath){return this._filePath}const La=process.env[hl.SUMMARY_ENV_VAR];if(!La){throw new Error(`Unable to find environment variable for $${hl.SUMMARY_ENV_VAR}. Check if your runtime environment supports job summaries.`)}try{yield Gd(La,Ul.constants.R_OK|Ul.constants.W_OK)}catch(hl){throw new Error(`Unable to access summary file: '${La}'. Check if the file has correct read/write permissions.`)}this._filePath=La;return this._filePath})}wrap(La,hl,fl={}){const yl=Object.entries(fl).map(([La,hl])=>` ${La}="${hl}"`).join("");if(!hl){return`<${La}${yl}>`}return`<${La}${yl}>${hl}`}write(La){return yl(this,void 0,void 0,function*(){const hl=!!(La===null||La===void 0?void 0:La.overwrite);const fl=yield this.filePath();const yl=hl?n_:af;yield yl(fl,this._buffer,{encoding:"utf8"});return this.emptyBuffer()})}clear(){return yl(this,void 0,void 0,function*(){return this.emptyBuffer().write({overwrite:true})})}stringify(){return this._buffer}isEmptyBuffer(){return this._buffer.length===0}emptyBuffer(){this._buffer="";return this}addRaw(La,hl=false){this._buffer+=La;return hl?this.addEOL():this}addEOL(){return this.addRaw(Pl.EOL)}addCodeBlock(La,hl){const fl=Object.assign({},hl&&{lang:hl});const yl=this.wrap("pre",this.wrap("code",La),fl);return this.addRaw(yl).addEOL()}addList(La,hl=false){const fl=hl?"ol":"ul";const yl=La.map(La=>this.wrap("li",La)).join("");const Pl=this.wrap(fl,yl);return this.addRaw(Pl).addEOL()}addTable(La){const hl=La.map(La=>{const hl=La.map(La=>{if(typeof La==="string"){return this.wrap("td",La)}const{header:hl,data:fl,colspan:yl,rowspan:Pl}=La;const Ul=hl?"th":"td";const Gd=Object.assign(Object.assign({},yl&&{colspan:yl}),Pl&&{rowspan:Pl});return this.wrap(Ul,fl,Gd)}).join("");return this.wrap("tr",hl)}).join("");const fl=this.wrap("table",hl);return this.addRaw(fl).addEOL()}addDetails(La,hl){const fl=this.wrap("details",this.wrap("summary",La)+hl);return this.addRaw(fl).addEOL()}addImage(La,hl,fl){const{width:yl,height:Pl}=fl||{};const Ul=Object.assign(Object.assign({},yl&&{width:yl}),Pl&&{height:Pl});const Gd=this.wrap("img",null,Object.assign({src:La,alt:hl},Ul));return this.addRaw(Gd).addEOL()}addHeading(La,hl){const fl=`h${hl}`;const yl=["h1","h2","h3","h4","h5","h6"].includes(fl)?fl:"h1";const Pl=this.wrap(yl,La);return this.addRaw(Pl).addEOL()}addSeparator(){const La=this.wrap("hr",null);return this.addRaw(La).addEOL()}addBreak(){const La=this.wrap("br",null);return this.addRaw(La).addEOL()}addQuote(La,hl){const fl=Object.assign({},hl&&{cite:hl});const yl=this.wrap("blockquote",La,fl);return this.addRaw(yl).addEOL()}addLink(La,hl){const fl=this.wrap("a",La,{href:hl});return this.addRaw(fl).addEOL()}}const i_=new Summary;hl.markdownSummary=i_;hl.summary=i_},30302:(La,hl)=>{"use strict";Object.defineProperty(hl,"__esModule",{value:true});hl.toCommandValue=toCommandValue;hl.toCommandProperties=toCommandProperties;function toCommandValue(La){if(La===null||La===undefined){return""}else if(typeof La==="string"||La instanceof String){return La}return JSON.stringify(La)}function toCommandProperties(La){if(!Object.keys(La).length){return{}}return{title:La.title,file:La.file,line:La.startLine,endLine:La.endLine,col:La.startColumn,endColumn:La.endColumn}}},95236:function(La,hl,fl){"use strict";var yl=this&&this.__createBinding||(Object.create?function(La,hl,fl,yl){if(yl===undefined)yl=fl;var Pl=Object.getOwnPropertyDescriptor(hl,fl);if(!Pl||("get"in Pl?!hl.__esModule:Pl.writable||Pl.configurable)){Pl={enumerable:true,get:function(){return hl[fl]}}}Object.defineProperty(La,yl,Pl)}:function(La,hl,fl,yl){if(yl===undefined)yl=fl;La[yl]=hl[fl]});var Pl=this&&this.__setModuleDefault||(Object.create?function(La,hl){Object.defineProperty(La,"default",{enumerable:true,value:hl})}:function(La,hl){La["default"]=hl});var Ul=this&&this.__importStar||function(){var ownKeys=function(La){ownKeys=Object.getOwnPropertyNames||function(La){var hl=[];for(var fl in La)if(Object.prototype.hasOwnProperty.call(La,fl))hl[hl.length]=fl;return hl};return ownKeys(La)};return function(La){if(La&&La.__esModule)return La;var hl={};if(La!=null)for(var fl=ownKeys(La),Ul=0;Ul{Gd+=i_.write(La);if(w_){w_(La)}};const stdOutListener=La=>{Ul+=n_.write(La);if(p_){p_(La)}};const D_=Object.assign(Object.assign({},fl===null||fl===void 0?void 0:fl.listeners),{stdout:stdOutListener,stderr:stdErrListener});const I_=yield exec(La,hl,Object.assign(Object.assign({},fl),{listeners:D_}));Ul+=n_.end();Gd+=i_.end();return{exitCode:I_,stdout:Ul,stderr:Gd}})}},6665:function(La,hl,fl){"use strict";var yl=this&&this.__createBinding||(Object.create?function(La,hl,fl,yl){if(yl===undefined)yl=fl;var Pl=Object.getOwnPropertyDescriptor(hl,fl);if(!Pl||("get"in Pl?!hl.__esModule:Pl.writable||Pl.configurable)){Pl={enumerable:true,get:function(){return hl[fl]}}}Object.defineProperty(La,yl,Pl)}:function(La,hl,fl,yl){if(yl===undefined)yl=fl;La[yl]=hl[fl]});var Pl=this&&this.__setModuleDefault||(Object.create?function(La,hl){Object.defineProperty(La,"default",{enumerable:true,value:hl})}:function(La,hl){La["default"]=hl});var Ul=this&&this.__importStar||function(){var ownKeys=function(La){ownKeys=Object.getOwnPropertyNames||function(La){var hl=[];for(var fl in La)if(Object.prototype.hasOwnProperty.call(La,fl))hl[hl.length]=fl;return hl};return ownKeys(La)};return function(La){if(La&&La.__esModule)return La;var hl={};if(La!=null)for(var fl=ownKeys(La),Ul=0;Ul-1){const La=yl.substring(0,Pl);fl(La);yl=yl.substring(Pl+af.EOL.length);Pl=yl.indexOf(af.EOL)}return yl}catch(La){this._debug(`error processing line. Failed with error ${La}`);return""}}_getSpawnFileName(){if(N_){if(this._isCmdFile()){return process.env["COMSPEC"]||"cmd.exe"}}return this.toolPath}_getSpawnArgs(La){if(N_){if(this._isCmdFile()){let hl=`/D /S /C "${this._windowsQuoteCmdArg(this.toolPath)}`;for(const fl of this.args){hl+=" ";hl+=La.windowsVerbatimArguments?fl:this._windowsQuoteCmdArg(fl)}hl+='"';return[hl]}}return this.args}_endsWith(La,hl){return La.endsWith(hl)}_isCmdFile(){const La=this.toolPath.toUpperCase();return this._endsWith(La,".CMD")||this._endsWith(La,".BAT")}_windowsQuoteCmdArg(La){if(!this._isCmdFile()){return this._uvQuoteCmdArg(La)}if(!La){return'""'}const hl=[" ","\t","&","(",")","[","]","{","}","^","=",";","!","'","+",",","`","~","|","<",">",'"'];let fl=false;for(const yl of La){if(hl.some(La=>La===yl)){fl=true;break}}if(!fl){return La}let yl='"';let Pl=true;for(let hl=La.length;hl>0;hl--){yl+=La[hl-1];if(Pl&&La[hl-1]==="\\"){yl+="\\"}else if(La[hl-1]==='"'){Pl=true;yl+='"'}else{Pl=false}}yl+='"';return yl.split("").reverse().join("")}_uvQuoteCmdArg(La){if(!La){return'""'}if(!La.includes(" ")&&!La.includes("\t")&&!La.includes('"')){return La}if(!La.includes('"')&&!La.includes("\\")){return`"${La}"`}let hl='"';let fl=true;for(let yl=La.length;yl>0;yl--){hl+=La[yl-1];if(fl&&La[yl-1]==="\\"){hl+="\\"}else if(La[yl-1]==='"'){fl=true;hl+="\\"}else{fl=false}}hl+='"';return hl.split("").reverse().join("")}_cloneExecOptions(La){La=La||{};const hl={cwd:La.cwd||process.cwd(),env:La.env||process.env,silent:La.silent||false,windowsVerbatimArguments:La.windowsVerbatimArguments||false,failOnStdErr:La.failOnStdErr||false,ignoreReturnCode:La.ignoreReturnCode||false,delay:La.delay||1e4};hl.outStream=La.outStream||process.stdout;hl.errStream=La.errStream||process.stderr;return hl}_getSpawnOptions(La,hl){La=La||{};const fl={};fl.cwd=La.cwd;fl.env=La.env;fl["windowsVerbatimArguments"]=La.windowsVerbatimArguments||this._isCmdFile();if(La.windowsVerbatimArguments){fl.argv0=`"${hl}"`}return fl}exec(){return Gd(this,void 0,void 0,function*(){if(!D_.isRooted(this.toolPath)&&(this.toolPath.includes("/")||N_&&this.toolPath.includes("\\"))){this.toolPath=p_.resolve(process.cwd(),this.options.cwd||process.cwd(),this.toolPath)}this.toolPath=yield w_.which(this.toolPath,true);return new Promise((La,hl)=>Gd(this,void 0,void 0,function*(){this._debug(`exec tool: ${this.toolPath}`);this._debug("arguments:");for(const La of this.args){this._debug(` ${La}`)}const fl=this._cloneExecOptions(this.options);if(!fl.silent&&fl.outStream){fl.outStream.write(this._getCommandString(fl)+af.EOL)}const yl=new ExecState(fl,this.toolPath);yl.on("debug",La=>{this._debug(La)});if(this.options.cwd&&!(yield D_.exists(this.options.cwd))){return hl(new Error(`The cwd: ${this.options.cwd} does not exist!`))}const Pl=this._getSpawnFileName();const Ul=i_.spawn(Pl,this._getSpawnArgs(fl),this._getSpawnOptions(this.options,Pl));let Gd="";if(Ul.stdout){Ul.stdout.on("data",La=>{if(this.options.listeners&&this.options.listeners.stdout){this.options.listeners.stdout(La)}if(!fl.silent&&fl.outStream){fl.outStream.write(La)}Gd=this._processLineBuffer(La,Gd,La=>{if(this.options.listeners&&this.options.listeners.stdline){this.options.listeners.stdline(La)}})})}let n_="";if(Ul.stderr){Ul.stderr.on("data",La=>{yl.processStderr=true;if(this.options.listeners&&this.options.listeners.stderr){this.options.listeners.stderr(La)}if(!fl.silent&&fl.errStream&&fl.outStream){const hl=fl.failOnStdErr?fl.errStream:fl.outStream;hl.write(La)}n_=this._processLineBuffer(La,n_,La=>{if(this.options.listeners&&this.options.listeners.errline){this.options.listeners.errline(La)}})})}Ul.on("error",La=>{yl.processError=La.message;yl.processExited=true;yl.processClosed=true;yl.CheckComplete()});Ul.on("exit",La=>{yl.processExitCode=La;yl.processExited=true;this._debug(`Exit code ${La} received from tool '${this.toolPath}'`);yl.CheckComplete()});Ul.on("close",La=>{yl.processExitCode=La;yl.processExited=true;yl.processClosed=true;this._debug(`STDIO streams have closed for tool '${this.toolPath}'`);yl.CheckComplete()});yl.on("done",(fl,yl)=>{if(Gd.length>0){this.emit("stdline",Gd)}if(n_.length>0){this.emit("errline",n_)}Ul.removeAllListeners();if(fl){hl(fl)}else{La(yl)}});if(this.options.input){if(!Ul.stdin){throw new Error("child process missing stdin")}Ul.stdin.end(this.options.input)}}))})}}hl.ToolRunner=ToolRunner;function argStringToArray(La){const hl=[];let fl=false;let yl=false;let Pl="";function append(La){if(yl&&La!=='"'){Pl+="\\"}Pl+=La;yl=false}for(let Ul=0;Ul0){hl.push(Pl);Pl=""}continue}append(Gd)}if(Pl.length>0){hl.push(Pl.trim())}return hl}class ExecState extends n_.EventEmitter{constructor(La,hl){super();this.processClosed=false;this.processError="";this.processExitCode=0;this.processExited=false;this.processStderr=false;this.delay=1e4;this.done=false;this.timeout=null;if(!hl){throw new Error("toolPath must not be empty")}this.options=La;this.toolPath=hl;if(La.delay){this.delay=La.delay}}CheckComplete(){if(this.done){return}if(this.processClosed){this._setResult()}else if(this.processExited){this.timeout=(0,I_.setTimeout)(ExecState.HandleTimeout,this.delay,this)}}_debug(La){this.emit("debug",La)}_setResult(){let La;if(this.processExited){if(this.processError){La=new Error(`There was an error when attempting to execute the process '${this.toolPath}'. This may indicate the process failed to start. Error: ${this.processError}`)}else if(this.processExitCode!==0&&!this.options.ignoreReturnCode){La=new Error(`The process '${this.toolPath}' failed with exit code ${this.processExitCode}`)}else if(this.processStderr&&this.options.failOnStdErr){La=new Error(`The process '${this.toolPath}' failed because one or more lines were written to the STDERR stream`)}}if(this.timeout){clearTimeout(this.timeout);this.timeout=null}this.done=true;this.emit("done",La,this.processExitCode)}static HandleTimeout(La){if(La.done){return}if(!La.processClosed&&La.processExited){const hl=`The STDIO streams did not close within ${La.delay/1e3} seconds of the exit event from process '${La.toolPath}'. This may indicate a child process inherited the STDIO streams and has not yet exited.`;La._debug(hl)}La._setResult()}}},44552:function(La,hl){"use strict";var fl=this&&this.__awaiter||function(La,hl,fl,yl){function adopt(La){return La instanceof fl?La:new fl(function(hl){hl(La)})}return new(fl||(fl=Promise))(function(fl,Pl){function fulfilled(La){try{step(yl.next(La))}catch(La){Pl(La)}}function rejected(La){try{step(yl["throw"](La))}catch(La){Pl(La)}}function step(La){La.done?fl(La.value):adopt(La.value).then(fulfilled,rejected)}step((yl=yl.apply(La,hl||[])).next())})};Object.defineProperty(hl,"__esModule",{value:true});hl.PersonalAccessTokenCredentialHandler=hl.BearerCredentialHandler=hl.BasicCredentialHandler=void 0;class BasicCredentialHandler{constructor(La,hl){this.username=La;this.password=hl}prepareRequest(La){if(!La.headers){throw Error("The request has no headers")}La.headers["Authorization"]=`Basic ${Buffer.from(`${this.username}:${this.password}`).toString("base64")}`}canHandleAuthentication(){return false}handleAuthentication(){return fl(this,void 0,void 0,function*(){throw new Error("not implemented")})}}hl.BasicCredentialHandler=BasicCredentialHandler;class BearerCredentialHandler{constructor(La){this.token=La}prepareRequest(La){if(!La.headers){throw Error("The request has no headers")}La.headers["Authorization"]=`Bearer ${this.token}`}canHandleAuthentication(){return false}handleAuthentication(){return fl(this,void 0,void 0,function*(){throw new Error("not implemented")})}}hl.BearerCredentialHandler=BearerCredentialHandler;class PersonalAccessTokenCredentialHandler{constructor(La){this.token=La}prepareRequest(La){if(!La.headers){throw Error("The request has no headers")}La.headers["Authorization"]=`Basic ${Buffer.from(`PAT:${this.token}`).toString("base64")}`}canHandleAuthentication(){return false}handleAuthentication(){return fl(this,void 0,void 0,function*(){throw new Error("not implemented")})}}hl.PersonalAccessTokenCredentialHandler=PersonalAccessTokenCredentialHandler},54844:function(La,hl,fl){"use strict";var yl=this&&this.__createBinding||(Object.create?function(La,hl,fl,yl){if(yl===undefined)yl=fl;var Pl=Object.getOwnPropertyDescriptor(hl,fl);if(!Pl||("get"in Pl?!hl.__esModule:Pl.writable||Pl.configurable)){Pl={enumerable:true,get:function(){return hl[fl]}}}Object.defineProperty(La,yl,Pl)}:function(La,hl,fl,yl){if(yl===undefined)yl=fl;La[yl]=hl[fl]});var Pl=this&&this.__setModuleDefault||(Object.create?function(La,hl){Object.defineProperty(La,"default",{enumerable:true,value:hl})}:function(La,hl){La["default"]=hl});var Ul=this&&this.__importStar||function(){var ownKeys=function(La){ownKeys=Object.getOwnPropertyNames||function(La){var hl=[];for(var fl in La)if(Object.prototype.hasOwnProperty.call(La,fl))hl[hl.length]=fl;return hl};return ownKeys(La)};return function(La){if(La&&La.__esModule)return La;var hl={};if(La!=null)for(var fl=ownKeys(La),Ul=0;UlGd(this,void 0,void 0,function*(){let hl=Buffer.alloc(0);this.message.on("data",La=>{hl=Buffer.concat([hl,La])});this.message.on("end",()=>{La(hl.toString())})}))})}readBodyBuffer(){return Gd(this,void 0,void 0,function*(){return new Promise(La=>Gd(this,void 0,void 0,function*(){const hl=[];this.message.on("data",La=>{hl.push(La)});this.message.on("end",()=>{La(Buffer.concat(hl))})}))})}}hl.HttpClientResponse=HttpClientResponse;function isHttps(La){const hl=new URL(La);return hl.protocol==="https:"}class HttpClient{constructor(La,hl,fl){this._ignoreSslError=false;this._allowRedirects=true;this._allowRedirectDowngrade=false;this._maxRedirects=50;this._allowRetries=false;this._maxRetries=1;this._keepAlive=false;this._disposed=false;this.userAgent=this._getUserAgentWithOrchestrationId(La);this.handlers=hl||[];this.requestOptions=fl;if(fl){if(fl.ignoreSslError!=null){this._ignoreSslError=fl.ignoreSslError}this._socketTimeout=fl.socketTimeout;if(fl.allowRedirects!=null){this._allowRedirects=fl.allowRedirects}if(fl.allowRedirectDowngrade!=null){this._allowRedirectDowngrade=fl.allowRedirectDowngrade}if(fl.maxRedirects!=null){this._maxRedirects=Math.max(fl.maxRedirects,0)}if(fl.keepAlive!=null){this._keepAlive=fl.keepAlive}if(fl.allowRetries!=null){this._allowRetries=fl.allowRetries}if(fl.maxRetries!=null){this._maxRetries=fl.maxRetries}}}options(La,hl){return Gd(this,void 0,void 0,function*(){return this.request("OPTIONS",La,null,hl||{})})}get(La,hl){return Gd(this,void 0,void 0,function*(){return this.request("GET",La,null,hl||{})})}del(La,hl){return Gd(this,void 0,void 0,function*(){return this.request("DELETE",La,null,hl||{})})}post(La,hl,fl){return Gd(this,void 0,void 0,function*(){return this.request("POST",La,hl,fl||{})})}patch(La,hl,fl){return Gd(this,void 0,void 0,function*(){return this.request("PATCH",La,hl,fl||{})})}put(La,hl,fl){return Gd(this,void 0,void 0,function*(){return this.request("PUT",La,hl,fl||{})})}head(La,hl){return Gd(this,void 0,void 0,function*(){return this.request("HEAD",La,null,hl||{})})}sendStream(La,hl,fl,yl){return Gd(this,void 0,void 0,function*(){return this.request(La,hl,fl,yl)})}getJson(La){return Gd(this,arguments,void 0,function*(La,hl={}){hl[I_.Accept]=this._getExistingOrDefaultHeader(hl,I_.Accept,N_.ApplicationJson);const fl=yield this.get(La,hl);return this._processResponse(fl,this.requestOptions)})}postJson(La,hl){return Gd(this,arguments,void 0,function*(La,hl,fl={}){const yl=JSON.stringify(hl,null,2);fl[I_.Accept]=this._getExistingOrDefaultHeader(fl,I_.Accept,N_.ApplicationJson);fl[I_.ContentType]=this._getExistingOrDefaultContentTypeHeader(fl,N_.ApplicationJson);const Pl=yield this.post(La,yl,fl);return this._processResponse(Pl,this.requestOptions)})}putJson(La,hl){return Gd(this,arguments,void 0,function*(La,hl,fl={}){const yl=JSON.stringify(hl,null,2);fl[I_.Accept]=this._getExistingOrDefaultHeader(fl,I_.Accept,N_.ApplicationJson);fl[I_.ContentType]=this._getExistingOrDefaultContentTypeHeader(fl,N_.ApplicationJson);const Pl=yield this.put(La,yl,fl);return this._processResponse(Pl,this.requestOptions)})}patchJson(La,hl){return Gd(this,arguments,void 0,function*(La,hl,fl={}){const yl=JSON.stringify(hl,null,2);fl[I_.Accept]=this._getExistingOrDefaultHeader(fl,I_.Accept,N_.ApplicationJson);fl[I_.ContentType]=this._getExistingOrDefaultContentTypeHeader(fl,N_.ApplicationJson);const Pl=yield this.patch(La,yl,fl);return this._processResponse(Pl,this.requestOptions)})}request(La,hl,fl,yl){return Gd(this,void 0,void 0,function*(){if(this._disposed){throw new Error("Client has already been disposed.")}const Pl=new URL(hl);let Ul=this._prepareRequest(La,Pl,yl);const Gd=this._allowRetries&&mg.includes(La)?this._maxRetries+1:1;let af=0;let n_;do{n_=yield this.requestRaw(Ul,fl);if(n_&&n_.message&&n_.message.statusCode===D_.Unauthorized){let La;for(const hl of this.handlers){if(hl.canHandleAuthentication(n_)){La=hl;break}}if(La){return La.handleAuthentication(this,Ul,fl)}else{return n_}}let hl=this._maxRedirects;while(n_.message.statusCode&&_m.includes(n_.message.statusCode)&&this._allowRedirects&&hl>0){const Gd=n_.message.headers["location"];if(!Gd){break}const af=new URL(Gd);if(Pl.protocol==="https:"&&Pl.protocol!==af.protocol&&!this._allowRedirectDowngrade){throw new Error("Redirect from HTTPS to HTTP protocol. This downgrade is not allowed for security reasons. If you want to allow this behavior, set the allowRedirectDowngrade option to true.")}yield n_.readBody();if(af.hostname!==Pl.hostname){for(const La in yl){if(La.toLowerCase()==="authorization"){delete yl[La]}}}Ul=this._prepareRequest(La,af,yl);n_=yield this.requestRaw(Ul,fl);hl--}if(!n_.message.statusCode||!pg.includes(n_.message.statusCode)){return n_}af+=1;if(af{function callbackForResult(La,hl){if(La){yl(La)}else if(!hl){yl(new Error("Unknown error"))}else{fl(hl)}}this.requestRawWithCallback(La,hl,callbackForResult)})})}requestRawWithCallback(La,hl,fl){if(typeof hl==="string"){if(!La.options.headers){La.options.headers={}}La.options.headers["Content-Length"]=Buffer.byteLength(hl,"utf8")}let yl=false;function handleResult(La,hl){if(!yl){yl=true;fl(La,hl)}}const Pl=La.httpModule.request(La.options,La=>{const hl=new HttpClientResponse(La);handleResult(undefined,hl)});let Ul;Pl.on("socket",La=>{Ul=La});Pl.setTimeout(this._socketTimeout||3*6e4,()=>{if(Ul){Ul.end()}handleResult(new Error(`Request timeout: ${La.options.path}`))});Pl.on("error",function(La){handleResult(La)});if(hl&&typeof hl==="string"){Pl.write(hl,"utf8")}if(hl&&typeof hl!=="string"){hl.on("close",function(){Pl.end()});hl.pipe(Pl)}else{Pl.end()}}getAgent(La){const hl=new URL(La);return this._getAgent(hl)}getAgentDispatcher(La){const hl=new URL(La);const fl=i_.getProxyUrl(hl);const yl=fl&&fl.hostname;if(!yl){return}return this._getProxyAgentDispatcher(hl,fl)}_prepareRequest(La,hl,fl){const yl={};yl.parsedUrl=hl;const Pl=yl.parsedUrl.protocol==="https:";yl.httpModule=Pl?n_:af;const Ul=Pl?443:80;yl.options={};yl.options.host=yl.parsedUrl.hostname;yl.options.port=yl.parsedUrl.port?parseInt(yl.parsedUrl.port):Ul;yl.options.path=(yl.parsedUrl.pathname||"")+(yl.parsedUrl.search||"");yl.options.method=La;yl.options.headers=this._mergeHeaders(fl);if(this.userAgent!=null){yl.options.headers["user-agent"]=this.userAgent}yl.options.agent=this._getAgent(yl.parsedUrl);if(this.handlers){for(const La of this.handlers){La.prepareRequest(yl.options)}}return yl}_mergeHeaders(La){if(this.requestOptions&&this.requestOptions.headers){return Object.assign({},lowercaseKeys(this.requestOptions.headers),lowercaseKeys(La||{}))}return lowercaseKeys(La||{})}_getExistingOrDefaultHeader(La,hl,fl){let yl;if(this.requestOptions&&this.requestOptions.headers){const La=lowercaseKeys(this.requestOptions.headers)[hl];if(La){yl=typeof La==="number"?La.toString():La}}const Pl=La[hl];if(Pl!==undefined){return typeof Pl==="number"?Pl.toString():Pl}if(yl!==undefined){return yl}return fl}_getExistingOrDefaultContentTypeHeader(La,hl){let fl;if(this.requestOptions&&this.requestOptions.headers){const La=lowercaseKeys(this.requestOptions.headers)[I_.ContentType];if(La){if(typeof La==="number"){fl=String(La)}else if(Array.isArray(La)){fl=La.join(", ")}else{fl=La}}}const yl=La[I_.ContentType];if(yl!==undefined){if(typeof yl==="number"){return String(yl)}else if(Array.isArray(yl)){return yl.join(", ")}else{return yl}}if(fl!==undefined){return fl}return hl}_getAgent(La){let hl;const fl=i_.getProxyUrl(La);const yl=fl&&fl.hostname;if(this._keepAlive&&yl){hl=this._proxyAgent}if(!yl){hl=this._agent}if(hl){return hl}const Pl=La.protocol==="https:";let Ul=100;if(this.requestOptions){Ul=this.requestOptions.maxSockets||af.globalAgent.maxSockets}if(fl&&fl.hostname){const La={maxSockets:Ul,keepAlive:this._keepAlive,proxy:Object.assign(Object.assign({},(fl.username||fl.password)&&{proxyAuth:`${fl.username}:${fl.password}`}),{host:fl.hostname,port:fl.port})};let yl;const Gd=fl.protocol==="https:";if(Pl){yl=Gd?p_.httpsOverHttps:p_.httpsOverHttp}else{yl=Gd?p_.httpOverHttps:p_.httpOverHttp}hl=yl(La);this._proxyAgent=hl}if(!hl){const La={keepAlive:this._keepAlive,maxSockets:Ul};hl=Pl?new n_.Agent(La):new af.Agent(La);this._agent=hl}if(Pl&&this._ignoreSslError){hl.options=Object.assign(hl.options||{},{rejectUnauthorized:false})}return hl}_getProxyAgentDispatcher(La,hl){let fl;if(this._keepAlive){fl=this._proxyAgentDispatcher}if(fl){return fl}const yl=La.protocol==="https:";fl=new w_.ProxyAgent(Object.assign({uri:hl.href,pipelining:!this._keepAlive?0:1},(hl.username||hl.password)&&{token:`Basic ${Buffer.from(`${hl.username}:${hl.password}`).toString("base64")}`}));this._proxyAgentDispatcher=fl;if(yl&&this._ignoreSslError){fl.options=Object.assign(fl.options.requestTls||{},{rejectUnauthorized:false})}return fl}_getUserAgentWithOrchestrationId(La){const hl=La||"actions/http-client";const fl=process.env["ACTIONS_ORCHESTRATION_ID"];if(fl){const La=fl.replace(/[^a-z0-9_.-]/gi,"_");return`${hl} actions_orchestration_id/${La}`}return hl}_performExponentialBackoff(La){return Gd(this,void 0,void 0,function*(){La=Math.min(gg,La);const hl=eA*Math.pow(2,La);return new Promise(La=>setTimeout(()=>La(),hl))})}_processResponse(La,hl){return Gd(this,void 0,void 0,function*(){return new Promise((fl,yl)=>Gd(this,void 0,void 0,function*(){const Pl=La.message.statusCode||0;const Ul={statusCode:Pl,result:null,headers:{}};if(Pl===D_.NotFound){fl(Ul)}function dateTimeDeserializer(La,hl){if(typeof hl==="string"){const La=new Date(hl);if(!isNaN(La.valueOf())){return La}}return hl}let Gd;let af;try{af=yield La.readBody();if(af&&af.length>0){if(hl&&hl.deserializeDates){Gd=JSON.parse(af,dateTimeDeserializer)}else{Gd=JSON.parse(af)}Ul.result=Gd}Ul.headers=La.message.headers}catch(La){}if(Pl>299){let La;if(Gd&&Gd.message){La=Gd.message}else if(af&&af.length>0){La=af}else{La=`Failed request: (${Pl})`}const hl=new HttpClientError(La,Pl);hl.result=Ul.result;yl(hl)}else{fl(Ul)}}))})}}hl.HttpClient=HttpClient;const lowercaseKeys=La=>Object.keys(La).reduce((hl,fl)=>(hl[fl.toLowerCase()]=La[fl],hl),{})},54988:(La,hl)=>{"use strict";Object.defineProperty(hl,"__esModule",{value:true});hl.getProxyUrl=getProxyUrl;hl.checkBypass=checkBypass;function getProxyUrl(La){const hl=La.protocol==="https:";if(checkBypass(La)){return undefined}const fl=(()=>{if(hl){return process.env["https_proxy"]||process.env["HTTPS_PROXY"]}else{return process.env["http_proxy"]||process.env["HTTP_PROXY"]}})();if(fl){try{return new DecodedURL(fl)}catch(La){if(!fl.startsWith("http://")&&!fl.startsWith("https://"))return new DecodedURL(`http://${fl}`)}}else{return undefined}}function checkBypass(La){if(!La.hostname){return false}const hl=La.hostname;if(isLoopbackAddress(hl)){return true}const fl=process.env["no_proxy"]||process.env["NO_PROXY"]||"";if(!fl){return false}let yl;if(La.port){yl=Number(La.port)}else if(La.protocol==="http:"){yl=80}else if(La.protocol==="https:"){yl=443}const Pl=[La.hostname.toUpperCase()];if(typeof yl==="number"){Pl.push(`${Pl[0]}:${yl}`)}for(const La of fl.split(",").map(La=>La.trim().toUpperCase()).filter(La=>La)){if(La==="*"||Pl.some(hl=>hl===La||hl.endsWith(`.${La}`)||La.startsWith(".")&&hl.endsWith(`${La}`))){return true}}return false}function isLoopbackAddress(La){const hl=La.toLowerCase();return hl==="localhost"||hl.startsWith("127.")||hl.startsWith("[::1]")||hl.startsWith("[0:0:0:0:0:0:0:1]")}class DecodedURL extends URL{constructor(La,hl){super(La,hl);this._decodedUsername=decodeURIComponent(super.username);this._decodedPassword=decodeURIComponent(super.password)}get username(){return this._decodedUsername}get password(){return this._decodedPassword}}},75207:function(La,hl,fl){"use strict";var yl=this&&this.__createBinding||(Object.create?function(La,hl,fl,yl){if(yl===undefined)yl=fl;var Pl=Object.getOwnPropertyDescriptor(hl,fl);if(!Pl||("get"in Pl?!hl.__esModule:Pl.writable||Pl.configurable)){Pl={enumerable:true,get:function(){return hl[fl]}}}Object.defineProperty(La,yl,Pl)}:function(La,hl,fl,yl){if(yl===undefined)yl=fl;La[yl]=hl[fl]});var Pl=this&&this.__setModuleDefault||(Object.create?function(La,hl){Object.defineProperty(La,"default",{enumerable:true,value:hl})}:function(La,hl){La["default"]=hl});var Ul=this&&this.__importStar||function(){var ownKeys=function(La){ownKeys=Object.getOwnPropertyNames||function(La){var hl=[];for(var fl in La)if(Object.prototype.hasOwnProperty.call(La,fl))hl[hl.length]=fl;return hl};return ownKeys(La)};return function(La){if(La&&La.__esModule)return La;var hl={};if(La!=null)for(var fl=ownKeys(La),Ul=0;UlLa.toUpperCase()===hl)){return La}}else{if(isUnixExecutable(yl)){return La}}}const Pl=La;for(const Ul of fl){La=Pl+Ul;yl=undefined;try{yl=yield(0,hl.stat)(La)}catch(hl){if(hl.code!=="ENOENT"){console.log(`Unexpected error attempting to determine if executable file exists '${La}': ${hl}`)}}if(yl&&yl.isFile()){if(hl.IS_WINDOWS){try{const fl=i_.dirname(La);const yl=i_.basename(La).toUpperCase();for(const Pl of yield(0,hl.readdir)(fl)){if(yl===Pl.toUpperCase()){La=i_.join(fl,Pl);break}}}catch(hl){console.log(`Unexpected error attempting to determine the actual case of the file '${La}': ${hl}`)}return La}else{if(isUnixExecutable(yl)){return La}}}}return""})}function normalizeSeparators(La){La=La||"";if(hl.IS_WINDOWS){La=La.replace(/\//g,"\\");return La.replace(/\\\\+/g,"\\")}return La.replace(/\/\/+/g,"/")}function isUnixExecutable(La){return(La.mode&1)>0||(La.mode&8)>0&&process.getgid!==undefined&&La.gid===process.getgid()||(La.mode&64)>0&&process.getuid!==undefined&&La.uid===process.getuid()}function getCmdPath(){var La;return(La=process.env["COMSPEC"])!==null&&La!==void 0?La:`cmd.exe`}},94994:function(La,hl,fl){"use strict";var yl=this&&this.__createBinding||(Object.create?function(La,hl,fl,yl){if(yl===undefined)yl=fl;var Pl=Object.getOwnPropertyDescriptor(hl,fl);if(!Pl||("get"in Pl?!hl.__esModule:Pl.writable||Pl.configurable)){Pl={enumerable:true,get:function(){return hl[fl]}}}Object.defineProperty(La,yl,Pl)}:function(La,hl,fl,yl){if(yl===undefined)yl=fl;La[yl]=hl[fl]});var Pl=this&&this.__setModuleDefault||(Object.create?function(La,hl){Object.defineProperty(La,"default",{enumerable:true,value:hl})}:function(La,hl){La["default"]=hl});var Ul=this&&this.__importStar||function(){var ownKeys=function(La){ownKeys=Object.getOwnPropertyNames||function(La){var hl=[];for(var fl in La)if(Object.prototype.hasOwnProperty.call(La,fl))hl[hl.length]=fl;return hl};return ownKeys(La)};return function(La){if(La&&La.__esModule)return La;var hl={};if(La!=null)for(var fl=ownKeys(La),Ul=0;Ul|]/.test(La)){throw new Error('File path must not contain `*`, `"`, `<`, `>` or `|` on Windows')}}try{yield i_.rm(La,{force:true,maxRetries:3,recursive:true,retryDelay:300})}catch(La){throw new Error(`File was unable to be removed ${La}`)}})}function mkdirP(La){return Gd(this,void 0,void 0,function*(){(0,af.ok)(La,"a path argument must be provided");yield i_.mkdir(La,{recursive:true})})}function which(La,hl){return Gd(this,void 0,void 0,function*(){if(!La){throw new Error("parameter 'tool' is required")}if(hl){const hl=yield which(La,false);if(!hl){if(i_.IS_WINDOWS){throw new Error(`Unable to locate executable file: ${La}. Please verify either the file path exists or the file can be found within a directory specified by the PATH environment variable. Also verify the file has a valid extension for an executable file.`)}else{throw new Error(`Unable to locate executable file: ${La}. Please verify either the file path exists or the file can be found within a directory specified by the PATH environment variable. Also check the file mode to verify the file is executable.`)}}return hl}const fl=yield findInPath(La);if(fl&&fl.length>0){return fl[0]}return""})}function findInPath(La){return Gd(this,void 0,void 0,function*(){if(!La){throw new Error("parameter 'tool' is required")}const hl=[];if(i_.IS_WINDOWS&&process.env["PATHEXT"]){for(const La of process.env["PATHEXT"].split(n_.delimiter)){if(La){hl.push(La)}}}if(i_.isRooted(La)){const fl=yield i_.tryGetExecutablePath(La,hl);if(fl){return[fl]}return[]}if(La.includes(n_.sep)){return[]}const fl=[];if(process.env.PATH){for(const La of process.env.PATH.split(n_.delimiter)){if(La){fl.push(La)}}}const yl=[];for(const Pl of fl){const fl=yield i_.tryGetExecutablePath(n_.join(Pl,La),hl);if(fl){yl.push(fl)}}return yl})}function readCopyOptions(La){const hl=La.force==null?true:La.force;const fl=Boolean(La.recursive);const yl=La.copySourceDirectory==null?true:Boolean(La.copySourceDirectory);return{force:hl,recursive:fl,copySourceDirectory:yl}}function cpDirRecursive(La,hl,fl,yl){return Gd(this,void 0,void 0,function*(){if(fl>=255)return;fl++;yield mkdirP(hl);const Pl=yield i_.readdir(La);for(const Ul of Pl){const Pl=`${La}/${Ul}`;const Gd=`${hl}/${Ul}`;const af=yield i_.lstat(Pl);if(af.isDirectory()){yield cpDirRecursive(Pl,Gd,fl,yl)}else{yield copyFile(Pl,Gd,yl)}}yield i_.chmod(hl,(yield i_.stat(La)).mode)})}function copyFile(La,hl,fl){return Gd(this,void 0,void 0,function*(){if((yield i_.lstat(La)).isSymbolicLink()){try{yield i_.lstat(hl);yield i_.unlink(hl)}catch(La){if(La.code==="EPERM"){yield i_.chmod(hl,"0666");yield i_.unlink(hl)}}const fl=yield i_.readlink(La);yield i_.symlink(fl,hl,i_.IS_WINDOWS?"junction":null)}else if(!(yield i_.exists(hl))||fl){yield i_.copyFile(La,hl)}})}},14281:(La,hl,fl)=>{"use strict";var yl=fl(68672);var Pl=fl(4908);var Ul=fl(40240);function _interopDefault(La){return La&&La.__esModule?La:{default:La}}var Gd=_interopDefault(Ul);function appendFormFromObject(La){const hl=new FormData;Object.entries(La).forEach(([La,fl])=>{if(fl==null)return;if(Array.isArray(fl))hl.append(La,fl[0],fl[1]);else hl.append(La,fl)});return hl}var af=class{value;constructor(La){this.value=La}toString(){return this.value}};function endpoint(La,...hl){return hl.reduce((hl,fl,yl)=>{const Pl=fl instanceof af?fl.value:encodeURIComponent(String(fl));return hl+Pl+La[yl+1]},La[0])}function parseLinkHeader(La){const hl={};const fl=/<([^>]+)>; rel="([^"]+)"/g;let yl;while(yl=fl.exec(La)){const[,La,fl]=yl;hl[fl]=La}return hl}function reformatObjectOptions(La,hl,fl=false){const yl=fl?Pl.decamelizeKeys(La):La;return Gd.default.stringify({[hl]:yl},{encode:false}).split("&").reduce((La,hl)=>{const[fl,yl]=hl.split(/=(.*)/);La[fl]=yl;return La},{})}function packageResponse(La,hl){return hl?{data:La.body,status:La.status,headers:La.headers}:La.body}function getStream(La,hl){return packageResponse(La,hl)}function getSingle(La,hl,fl){const{status:yl,headers:Ul}=hl;let{body:Gd}=hl;if(La)Gd=Pl.camelizeKeys(Gd);return packageResponse({body:Gd,status:yl,headers:Ul},fl)}async function getManyMore(La,hl,fl,yl,Gd,af){const{sudo:n_,showExpanded:i_,maxPages:p_,pagination:w_,page:D_,perPage:I_,idAfter:N_,orderBy:_m,sort:pg}=Gd;if(La)yl.body=Pl.camelizeKeys(yl?.body);const mg=[...af||[],...yl.body];const gg=p_&&I_?mg.length/+I_{const{asStream:yl,sudo:Pl,showExpanded:Ul,maxPages:Gd,...af}=fl||{};const n_=La.queryTimeout?AbortSignal.timeout(La.queryTimeout):void 0;const i_=await La.requester.get(hl,{searchParams:af,sudo:Pl,asStream:yl,signal:n_});const p_=La.camelize||false;if(yl)return getStream(i_,Ul);if(!Array.isArray(i_.body))return getSingle(p_,i_,Ul);const w_={sudo:Pl,showExpanded:Ul,maxPages:Gd,...af};return getManyMore(p_,(hl,fl)=>La.requester.get(hl,{...fl,signal:n_}),hl,i_,w_)}}function post(){return async(La,hl,{searchParams:fl,isForm:yl,sudo:Ul,showExpanded:Gd,...af}={})=>{const n_=yl?appendFormFromObject(af):af;const i_=await La.requester.post(hl,{searchParams:fl,body:n_,sudo:Ul,signal:La.queryTimeout?AbortSignal.timeout(La.queryTimeout):void 0});if(La.camelize)i_.body=Pl.camelizeKeys(i_.body);return packageResponse(i_,Gd)}}function put(){return async(La,hl,{searchParams:fl,isForm:yl,sudo:Ul,showExpanded:Gd,...af}={})=>{const n_=yl?appendFormFromObject(af):af;const i_=await La.requester.put(hl,{body:n_,searchParams:fl,sudo:Ul,signal:La.queryTimeout?AbortSignal.timeout(La.queryTimeout):void 0});if(La.camelize)i_.body=Pl.camelizeKeys(i_.body);return packageResponse(i_,Gd)}}function patch(){return async(La,hl,{searchParams:fl,isForm:yl,sudo:Ul,showExpanded:Gd,...af}={})=>{const n_=yl?appendFormFromObject(af):af;const i_=await La.requester.patch(hl,{body:n_,searchParams:fl,sudo:Ul,signal:La.queryTimeout?AbortSignal.timeout(La.queryTimeout):void 0});if(La.camelize)i_.body=Pl.camelizeKeys(i_.body);return packageResponse(i_,Gd)}}function del(){return async(La,hl,{sudo:fl,showExpanded:yl,searchParams:Pl,...Ul}={})=>{const Gd=await La.requester.delete(hl,{body:Ul,searchParams:Pl,sudo:fl,signal:La.queryTimeout?AbortSignal.timeout(La.queryTimeout):void 0});return packageResponse(Gd,yl)}}var n_={post:post,put:put,patch:patch,get:get,del:del};var i_=class extends yl.BaseResource{all(La,hl){return n_.get()(this,endpoint`projects/${La}/cluster_agents`,hl)}allTokens(La,hl,fl){return n_.get()(this,endpoint`projects/${La}/cluster_agents/${hl}/tokens`,fl)}createToken(La,hl,fl,yl){return n_.get()(this,endpoint`projects/${La}/cluster_agents/${hl}/tokens`,{name:fl,...yl})}show(La,hl,fl){return n_.get()(this,endpoint`projects/${La}/cluster_agents/${hl}`,fl)}showToken(La,hl,fl,yl){return n_.get()(this,endpoint`projects/${La}/cluster_agents/${hl}/tokens/${fl}`,yl)}register(La,hl,fl){return n_.post()(this,endpoint`projects/${La}/cluster_agents`,{name:hl,...fl})}removeToken(La,hl,fl,yl){return n_.del()(this,endpoint`projects/${La}/cluster_agents/${hl}/tokens/${fl}`,yl)}unregister(La,hl,fl){return n_.del()(this,endpoint`projects/${La}/cluster_agents/${hl}`,fl)}};var p_=class extends yl.BaseResource{allMetricImages(La,hl,fl){return n_.get()(this,endpoint`projects/${La}/alert_management_alerts/${hl}/metric_images`,fl)}editMetricImage(La,hl,fl,yl){return n_.put()(this,endpoint`projects/${La}/alert_management_alerts/${hl}/metric_images/${fl}`,yl)}removeMetricImage(La,hl,fl,yl){return n_.del()(this,endpoint`projects/${La}/alert_management_alerts/${hl}/metric_images/${fl}`,yl)}uploadMetricImage(La,hl,fl,yl){return n_.post()(this,endpoint`projects/${La}/alert_management_alerts/${hl}/metric_images`,{isForm:true,file:[fl.content,fl.filename],...yl})}};var w_=class extends yl.BaseResource{show(La){return n_.get()(this,"application/appearence",La)}edit({logo:La,pwaIcon:hl,...fl}={}){if(La||hl){const yl={...fl,isForm:true};if(La)yl.logo=[La.content,La.filename];if(hl)yl.pwaIcon=[hl.content,hl.filename];return n_.put()(this,"application/appearence",yl)}return n_.put()(this,"application/appearence",fl)}};var D_=class extends yl.BaseResource{show(La){return n_.get()(this,"application/plan_limits",La)}edit(La,hl={}){const{ciPipelineSize:fl,ciActiveJobs:yl,ciActivePipelines:Pl,ciProjectSubscriptions:Ul,ciPipelineSchedules:Gd,ciNeedsSizeLimit:af,ciRegisteredGroupRunners:i_,ciRegisteredProjectRunners:p_,conanMaxFileSize:w_,genericPackagesMaxFileSize:D_,helmMaxFileSize:I_,mavenMaxFileSize:N_,npmMaxFileSize:_m,nugetMaxFileSize:pg,pypiMaxFileSize:mg,terraformModuleMaxFileSize:gg,storageSizeLimit:eA,...tA}=hl;return n_.put()(this,"application/plan_limits",{...tA,searchParams:{planName:La,ciPipelineSize:fl,ciActiveJobs:yl,ciActivePipelines:Pl,ciProjectSubscriptions:Ul,ciPipelineSchedules:Gd,ciNeedsSizeLimit:af,ciRegisteredGroupRunners:i_,ciRegisteredProjectRunners:p_,conanMaxFileSize:w_,genericPackagesMaxFileSize:D_,helmMaxFileSize:I_,mavenMaxFileSize:N_,npmMaxFileSize:_m,nugetMaxFileSize:pg,pypiMaxFileSize:mg,terraformModuleMaxFileSize:gg,storageSizeLimit:eA}})}};var I_=class extends yl.BaseResource{show(La){return n_.get()(this,"application/settings",La)}edit(La){return n_.put()(this,"application/settings",La)}};var N_=class extends yl.BaseResource{show(La){return n_.get()(this,"application/statistics",La)}};var _m=class extends yl.BaseResource{all(La){return n_.get()(this,"applications",La)}create(La,hl,fl,yl){return n_.post()(this,"applications",{name:La,redirectUri:hl,scopes:fl,...yl})}remove(La,hl){return n_.del()(this,`applications/${La}`,hl)}};function url({projectId:La,groupId:hl}={}){let fl="";if(La)fl=endpoint`projects/${La}/`;else if(hl)fl=endpoint`groups/${hl}/`;return`${fl}audit_events`}var pg=class extends yl.BaseResource{all({projectId:La,groupId:hl,...fl}={}){const yl=url({projectId:La,groupId:hl});return n_.get()(this,yl,fl)}show(La,{projectId:hl,groupId:fl,...yl}={}){const Pl=url({projectId:hl,groupId:fl});return n_.get()(this,`${Pl}/${La}`,yl)}};var mg=class extends yl.BaseResource{show(La,hl){return n_.get()(this,"avatar",{email:La,...hl})}};var gg=class extends yl.BaseResource{all(La){return n_.get()(this,"broadcast_messages",La)}create(La){return n_.post()(this,"broadcast_messages",La)}edit(La,hl){return n_.put()(this,`broadcast_messages/${La}`,hl)}remove(La,hl){return n_.del()(this,`broadcast_messages/${La}`,hl)}show(La,hl){return n_.get()(this,`broadcast_messages/${La}`,hl)}};var eA=class extends yl.BaseResource{createAccessToken(La){return n_.post()(this,"code_suggestions/tokens",La)}generateCompletion(La){return n_.post()(this,"code_suggestions/completions",La)}};var tA=class extends yl.BaseResource{create(La,hl){return n_.post()(this,endpoint`projects/${La}/packages/composer`,hl)}download(La,hl,fl,yl){return n_.get()(this,endpoint`projects/${La}/packages/composer/archives/${hl}`,{searchParams:{sha:fl},...yl})}showMetadata(La,hl,fl){let yl;if(fl&&fl.sha){yl=endpoint`groups/${La}/-/packages/composer/${hl}$${fl.sha}`}else{yl=endpoint`groups/${La}/-/packages/composer/p2/${hl}`}return n_.get()(this,yl,fl)}showPackages(La,hl,fl){return n_.get()(this,endpoint`groups/${La}/-/packages/composer/p/${hl}`,fl)}showBaseRepository(La,hl){const fl={...this};if(hl&&hl.composerVersion==="2"){fl.headers["User-Agent"]="Composer/2"}return n_.get()(fl,endpoint`groups/${La}/-/packages/composer/packages`,hl)}};function url2(La){return La?endpoint`projects/${La}/packages/conan/v1`:"packages/conan/v1"}var rA=class extends yl.BaseResource{authenticate({projectId:La,...hl}={}){return n_.get()(this,`${url2(La)}/users/authenticate`,hl)}checkCredentials({projectId:La,...hl}={}){const fl=url2(La);return n_.get()(this,`${fl}/users/check_credentials`,hl)}downloadPackageFile(La,hl,fl,yl,Pl,Ul,Gd,af,{projectId:i_,...p_}={}){const w_=url2(i_);return n_.get()(this,`${w_}/conans/${La}/${hl}/${fl}/${yl}/${Ul}/package/${Pl}/${Gd}/${af}`,p_)}downloadRecipeFile(La,hl,fl,yl,Pl,Ul,{projectId:Gd,...af}={}){const i_=url2(Gd);return n_.get()(this,`${i_}/conans/${La}/${hl}/${fl}/${yl}/${Pl}/export/${Ul}`,af)}showPackageUploadUrls(La,hl,fl,yl,Pl,{projectId:Ul,...Gd}={}){const af=url2(Ul);return n_.get()(this,`${af}/conans/${La}/${hl}/${fl}/${yl}/packages/${Pl}/upload_urls`,Gd)}showPackageDownloadUrls(La,hl,fl,yl,Pl,{projectId:Ul,...Gd}={}){const af=url2(Ul);return n_.get()(this,`${af}/conans/${La}/${hl}/${fl}/${yl}/packages/${Pl}/download_urls`,Gd)}showPackageManifest(La,hl,fl,yl,Pl,{projectId:Ul,...Gd}={}){const af=url2(Ul);return n_.get()(this,`${af}/conans/${La}/${hl}/${fl}/${yl}/packages/${Pl}/digest`,Gd)}showPackageSnapshot(La,hl,fl,yl,Pl,{projectId:Ul,...Gd}={}){const af=url2(Ul);return n_.get()(this,`${af}/conans/${La}/${hl}/${fl}/${yl}/packages/${Pl}`,Gd)}ping({projectId:La,...hl}={}){return n_.post()(this,`${url2(La)}/ping`,hl)}showRecipeUploadUrls(La,hl,fl,yl,{projectId:Pl,...Ul}={}){const Gd=url2(Pl);return n_.get()(this,`${Gd}/conans/${La}/${hl}/${fl}/${yl}/upload_urls`,Ul)}showRecipeDownloadUrls(La,hl,fl,yl,{projectId:Pl,...Ul}={}){const Gd=url2(Pl);return n_.get()(this,`${Gd}/conans/${La}/${hl}/${fl}/${yl}/download_urls`,Ul)}showRecipeManifest(La,hl,fl,yl,{projectId:Pl,...Ul}={}){const Gd=url2(Pl);return n_.get()(this,`${Gd}/conans/${La}/${hl}/${fl}/${yl}/digest`,Ul)}showRecipeSnapshot(La,hl,fl,yl,{projectId:Pl,...Ul}={}){const Gd=url2(Pl);return n_.get()(this,`${Gd}/conans/${La}/${hl}/${fl}/${yl}`,Ul)}removePackageFile(La,hl,fl,yl,{projectId:Pl,...Ul}={}){const Gd=url2(Pl);return n_.get()(this,`${Gd}/conans/${La}/${hl}/${fl}/${yl}`,Ul)}search({projectId:La,...hl}={}){const fl=url2(La);return n_.get()(this,`${fl}/conans/search`,hl)}uploadPackageFile(La,hl,fl,yl,Pl,Ul,Gd,af,i_){const p_=url2();return n_.get()(this,`${p_}/files/${hl}/${fl}/${yl}/${Pl}/${Gd}/package/${Ul}/${af}/${La.filename}`,{isForm:true,...i_,file:[La.content,La.filename]})}uploadRecipeFile(La,hl,fl,yl,Pl,Ul,Gd){const af=url2();return n_.get()(this,`${af}/files/${hl}/${fl}/${yl}/${Pl}/${Ul}/export/${La.filename}`,{isForm:true,...Gd,file:[La.content,La.filename]})}};var nA=class extends yl.BaseResource{create(La,hl,fl,{environmentId:yl,clusterId:Pl,...Ul}={}){let Gd;if(yl)Gd=endpoint`environments/${yl}/metrics_dashboard/annotations`;else if(Pl)Gd=endpoint`clusters/${Pl}/metrics_dashboard/annotations`;else throw new Error("Missing required argument. Please supply a environmentId or a cluserId in the options parameter.");return n_.post()(this,Gd,{dashboardPath:La,startingAt:hl,description:fl,...Ul})}};function url3({projectId:La,groupId:hl}={}){if(La)return endpoint`/projects/${La}/packages/debian`;if(hl)return endpoint`/groups/${hl}/-/packages/debian`;throw new Error("Missing required argument. Please supply a projectId or a groupId in the options parameter")}var iA=class extends yl.BaseResource{downloadBinaryFileIndex(La,hl,fl,{projectId:yl,groupId:Pl,...Ul}){const Gd=url3({projectId:yl,groupId:Pl});return n_.get()(this,`${Gd}/dists/${La}/${hl}/binary-${fl}/Packages`,Ul)}downloadDistributionReleaseFile(La,{projectId:hl,groupId:fl,...yl}){const Pl=url3({projectId:hl,groupId:fl});return n_.get()(this,`${Pl}/dists/${La}/Release`,yl)}downloadSignedDistributionReleaseFile(La,{projectId:hl,groupId:fl,...yl}){const Pl=url3({projectId:hl,groupId:fl});return n_.get()(this,`${Pl}/dists/${La}/InRelease`,yl)}downloadReleaseFileSignature(La,{projectId:hl,groupId:fl,...yl}){const Pl=url3({projectId:hl,groupId:fl});return n_.get()(this,`${Pl}/dists/${La}/Release.gpg`,yl)}downloadPackageFile(La,hl,fl,yl,Pl,Ul,Gd){return n_.get()(this,endpoint`projects/${La}/packages/debian/pool/${hl}/${fl}/${yl}/${Pl}/${Ul}`,Gd)}uploadPackageFile(La,hl,fl){return n_.put()(this,endpoint`projects/${La}/packages/debian/${hl.filename}`,{isForm:true,...fl,file:[hl.content,hl.filename]})}};var sA=class extends yl.BaseResource{remove(La,hl){return n_.post()(this,`groups/${La}/dependency_proxy/cache`,hl)}};var aA=class extends yl.BaseResource{all({projectId:La,userId:hl,...fl}={}){let yl;if(La){yl=endpoint`projects/${La}/deploy_keys`}else if(hl){yl=endpoint`users/${hl}/project_deploy_keys`}else{yl="deploy_keys"}return n_.get()(this,yl,fl)}create(La,hl,fl,yl){return n_.post()(this,endpoint`projects/${La}/deploy_keys`,{title:hl,key:fl,...yl})}edit(La,hl,fl){return n_.put()(this,endpoint`projects/${La}/deploy_keys/${hl}`,fl)}enable(La,hl,fl){return n_.post()(this,endpoint`projects/${La}/deploy_keys/${hl}/enable`,fl)}remove(La,hl,fl){return n_.del()(this,endpoint`projects/${La}/deploy_keys/${hl}`,fl)}show(La,hl,fl){return n_.get()(this,endpoint`projects/${La}/deploy_keys/${hl}`,fl)}};var oA=class extends yl.BaseResource{all({projectId:La,groupId:hl,...fl}={}){let yl;if(La)yl=endpoint`projects/${La}/deploy_tokens`;else if(hl)yl=endpoint`groups/${hl}/deploy_tokens`;else yl="deploy_tokens";return n_.get()(this,yl,fl)}create(La,hl,{projectId:fl,groupId:yl,...Pl}={}){let Ul;if(fl)Ul=endpoint`projects/${fl}/deploy_tokens`;else if(yl)Ul=endpoint`groups/${yl}/deploy_tokens`;else{throw new Error("Missing required argument. Please supply a projectId or a groupId in the options parameter.")}return n_.post()(this,Ul,{name:La,scopes:hl,...Pl})}remove(La,{projectId:hl,groupId:fl,...yl}={}){let Pl;if(hl)Pl=endpoint`projects/${hl}/deploy_tokens/${La}`;else if(fl)Pl=endpoint`groups/${fl}/deploy_tokens/${La}`;else{throw new Error("Missing required argument. Please supply a projectId or a groupId in the options parameter.")}return n_.del()(this,Pl,yl)}show(La,{projectId:hl,groupId:fl,...yl}={}){let Pl;if(hl)Pl=endpoint`projects/${hl}/deploy_tokens/${La}`;else if(fl)Pl=endpoint`groups/${fl}/deploy_tokens/${La}`;else{throw new Error("Missing required argument. Please supply a projectId or a groupId in the options parameter.")}return n_.get()(this,Pl,yl)}};var lA=class extends yl.BaseResource{constructor(La,hl){super({prefixUrl:La,...hl})}all(La,hl){return n_.get()(this,endpoint`${La}/access_requests`,hl)}request(La,hl){return n_.post()(this,endpoint`${La}/access_requests`,hl)}approve(La,hl,fl){return n_.put()(this,endpoint`${La}/access_requests/${hl}/approve`,fl)}deny(La,hl,fl){return n_.del()(this,endpoint`${La}/access_requests/${hl}`,fl)}};var cA=class extends yl.BaseResource{constructor(La,hl){super({prefixUrl:La,...hl})}all(La,hl){return n_.get()(this,endpoint`${La}/access_tokens`,hl)}create(La,hl,fl,yl,Pl){return n_.post()(this,endpoint`${La}/access_tokens`,{name:hl,scopes:fl,expiresAt:yl,...Pl})}revoke(La,hl,fl){return n_.del()(this,endpoint`${La}/access_tokens/${hl}`,fl)}rotate(La,hl,fl){return n_.post()(this,endpoint`${La}/access_tokens/${hl}/rotate`,fl)}show(La,hl,fl){return n_.get()(this,endpoint`${La}/access_tokens/${hl}`,fl)}};function url4(La,hl,fl,yl){const[Pl,Ul]=[La,fl].map(encodeURIComponent);const Gd=[Pl,hl,Ul];Gd.push("award_emoji");if(yl)Gd.push(yl);return Gd.join("/")}var uA=class extends yl.BaseResource{resourceType2;constructor(La,hl,fl){super({prefixUrl:La,...fl});this.resourceType2=hl}all(La,hl,fl){return n_.get()(this,url4(La,this.resourceType2,hl),fl)}award(La,hl,fl,yl){return n_.post()(this,url4(La,this.resourceType2,hl),{name:fl,...yl})}remove(La,hl,fl,yl){return n_.del()(this,url4(La,this.resourceType2,hl,fl),yl)}show(La,hl,fl,yl){return n_.get()(this,url4(La,this.resourceType2,hl,fl),yl)}};function url5(La,hl,fl,yl,Pl){const[Ul,Gd]=[La,fl].map(encodeURIComponent);const af=[Ul,hl,Gd];af.push("notes");af.push(yl);af.push("award_emoji");if(Pl)af.push(Pl);return af.join("/")}var pA=class extends yl.BaseResource{resourceType;constructor(La,hl){super({prefixUrl:"projects",...hl});this.resourceType=La}all(La,hl,fl,yl){return n_.get()(this,url5(La,this.resourceType,hl,fl),yl)}award(La,hl,fl,yl,Pl){return n_.post()(this,url5(La,this.resourceType,hl,fl),{name:yl,...Pl})}remove(La,hl,fl,yl,Pl){return n_.del()(this,url5(La,this.resourceType,hl,fl,yl),Pl)}show(La,hl,fl,yl,Pl){return n_.get()(this,url5(La,this.resourceType,hl,fl,yl),Pl)}};var dA=class extends yl.BaseResource{constructor(La,hl){super({prefixUrl:La,...hl})}add(La,hl,fl,yl){return n_.post()(this,endpoint`${La}/badges`,{linkUrl:hl,imageUrl:fl,...yl})}all(La,hl){return n_.get()(this,endpoint`${La}/badges`,hl)}edit(La,hl,fl){return n_.put()(this,endpoint`${La}/badges/${hl}`,fl)}preview(La,hl,fl,yl){return n_.get()(this,endpoint`${La}/badges/render`,{linkUrl:hl,imageUrl:fl,...yl})}remove(La,hl,fl){return n_.del()(this,endpoint`${La}/badges/${hl}`,fl)}show(La,hl,fl){return n_.get()(this,endpoint`${La}/badges/${hl}`,fl)}};var hA=class extends yl.BaseResource{constructor(La,hl){super({prefixUrl:La,...hl})}all(La,hl){return n_.get()(this,endpoint`${La}/custom_attributes`,hl)}remove(La,hl,fl){return n_.del()(this,endpoint`${La}/custom_attributes/${hl}`,fl)}set(La,hl,fl,yl){return n_.put()(this,endpoint`${La}/custom_attributes/${hl}`,{value:fl,...yl})}show(La,hl,fl){return n_.get()(this,endpoint`${La}/custom_attributes/${hl}`,fl)}};var fA=class extends yl.BaseResource{constructor(La,hl){super({prefixUrl:La,...hl})}all(La,hl,fl){return n_.get()(this,endpoint`${La}/dora/metrics`,{metric:hl,...fl})}};var _A=class extends yl.BaseResource{resource2Type;constructor(La,hl,fl){super({prefixUrl:La,...fl});this.resource2Type=hl}addNote(La,hl,fl,yl,Pl){return n_.post()(this,endpoint`${La}/${this.resource2Type}/${hl}/discussions/${fl}/notes`,{...Pl,body:yl})}all(La,hl,fl){return n_.get()(this,endpoint`${La}/${this.resource2Type}/${hl}/discussions`,fl)}create(La,hl,fl,{position:yl,...Pl}={}){const Ul={...Pl,body:fl};if(yl){Object.assign(Ul,reformatObjectOptions(yl,"position",true));Ul.isForm=true}return n_.post()(this,endpoint`${La}/${this.resource2Type}/${hl}/discussions`,Ul)}editNote(La,hl,fl,yl,Pl){return n_.put()(this,endpoint`${La}/${this.resource2Type}/${hl}/discussions/${fl}/notes/${yl}`,Pl)}removeNote(La,hl,fl,yl,Pl){return n_.del()(this,endpoint`${La}/${this.resource2Type}/${hl}/discussions/${fl}/notes/${yl}`,Pl)}show(La,hl,fl,yl){return n_.get()(this,endpoint`${La}/${this.resource2Type}/${hl}/discussions/${fl}`,yl)}};var mA=class extends yl.BaseResource{constructor(La,hl){super({prefixUrl:La,...hl})}all(La,hl){return n_.get()(this,endpoint`${La}/boards`,hl)}allLists(La,hl,fl){return n_.get()(this,endpoint`${La}/boards/${hl}/lists`,fl)}create(La,hl,fl){return n_.post()(this,endpoint`${La}/boards`,{name:hl,...fl})}createList(La,hl,fl){return n_.post()(this,endpoint`${La}/boards/${hl}/lists`,fl)}edit(La,hl,fl){return n_.put()(this,endpoint`${La}/boards/${hl}`,fl)}editList(La,hl,fl,yl,Pl){return n_.put()(this,endpoint`${La}/boards/${hl}/lists/${fl}`,{position:yl,...Pl})}remove(La,hl,fl){return n_.del()(this,endpoint`${La}/boards/${hl}`,fl)}removeList(La,hl,fl,yl){return n_.del()(this,endpoint`${La}/boards/${hl}/lists/${fl}`,yl)}show(La,hl,fl){return n_.get()(this,endpoint`${La}/boards/${hl}`,fl)}showList(La,hl,fl,yl){return n_.get()(this,endpoint`${La}/boards/${hl}/lists/${fl}`,yl)}};var gA=class extends yl.BaseResource{constructor(La,hl){super({prefixUrl:La,...hl})}all(La,hl){return n_.get()(this,endpoint`${La}/labels`,hl)}create(La,hl,fl,yl){return n_.post()(this,endpoint`${La}/labels`,{name:hl,color:fl,...yl})}edit(La,hl,fl){if(!fl?.newName&&!fl?.color)throw new Error("Missing required argument. Please supply a color or a newName in the options parameter.");return n_.put()(this,endpoint`${La}/labels/${hl}`,fl)}promote(La,hl,fl){return n_.put()(this,endpoint`${La}/labels/${hl}/promote`,fl)}remove(La,hl,fl){return n_.del()(this,endpoint`${La}/labels/${hl}`,fl)}show(La,hl,fl){return n_.get()(this,endpoint`${La}/labels/${hl}`,fl)}subscribe(La,hl,fl){return n_.post()(this,endpoint`${La}/issues/${hl}/subscribe`,fl)}unsubscribe(La,hl,fl){return n_.post()(this,endpoint`${La}/issues/${hl}/unsubscribe`,fl)}};var AA=class extends yl.BaseResource{constructor(La,hl){super({prefixUrl:La,...hl})}all(La,hl){return n_.get()(this,endpoint`${La}/uploads`,hl)}download(La,hl,fl,yl){if(fl&&typeof fl==="string"){return n_.get()(this,endpoint`${La}/uploads/${hl}/${fl}`,yl)}return n_.get()(this,endpoint`${La}/uploads/${hl}`,yl)}remove(La,hl,fl,yl){if(fl&&typeof fl==="string"){return n_.del()(this,endpoint`${La}/uploads/${hl}/${fl}`,yl)}return n_.del()(this,endpoint`${La}/uploads/${hl}`,yl)}};var yA=class extends yl.BaseResource{constructor(La,hl){super({prefixUrl:La,...hl})}add(La,hl,fl){return n_.post()(this,endpoint`${La}/members`,{accessLevel:hl,...fl})}all(La,{includeInherited:hl,...fl}={}){let yl=endpoint`${La}/members`;if(hl)yl+="/all";return n_.get()(this,yl,fl)}edit(La,hl,fl,yl){return n_.put()(this,endpoint`${La}/members/${hl}`,{accessLevel:fl,...yl})}show(La,hl,{includeInherited:fl,...yl}={}){const[Pl,Ul]=[La,hl].map(encodeURIComponent);const Gd=[Pl,"members"];if(fl)Gd.push("all");Gd.push(Ul);return n_.get()(this,Gd.join("/"),yl)}remove(La,hl,fl){return n_.del()(this,endpoint`${La}/members/${hl}`,fl)}};var bA=class extends yl.BaseResource{constructor(La,hl){super({prefixUrl:La,...hl})}all(La,hl){return n_.get()(this,endpoint`${La}/milestones`,hl)}allAssignedIssues(La,hl,fl){return n_.get()(this,endpoint`${La}/milestones/${hl}/issues`,fl)}allAssignedMergeRequests(La,hl,fl){return n_.get()(this,endpoint`${La}/milestones/${hl}/merge_requests`,fl)}allBurndownChartEvents(La,hl,fl){return n_.get()(this,endpoint`${La}/milestones/${hl}/burndown_events`,fl)}create(La,hl,fl){return n_.post()(this,endpoint`${La}/milestones`,{title:hl,...fl})}edit(La,hl,fl){return n_.put()(this,endpoint`${La}/milestones/${hl}`,fl)}remove(La,hl,fl){return n_.del()(this,endpoint`${La}/milestones/${hl}`,fl)}show(La,hl,fl){return n_.get()(this,endpoint`${La}/milestones/${hl}`,fl)}};var vA=class extends yl.BaseResource{resource2Type;constructor(La,hl,fl){super({prefixUrl:La,...fl});this.resource2Type=hl}all(La,hl,fl){return n_.get()(this,endpoint`${La}/${this.resource2Type}/${hl}/notes`,fl)}create(La,hl,fl,yl){return n_.post()(this,endpoint`${La}/${this.resource2Type}/${hl}/notes`,{body:fl,...yl})}edit(La,hl,fl,yl){return n_.put()(this,endpoint`${La}/${this.resource2Type}/${hl}/notes/${fl}`,yl)}remove(La,hl,fl,yl){return n_.del()(this,endpoint`${La}/${this.resource2Type}/${hl}/notes/${fl}`,yl)}show(La,hl,fl,yl){return n_.get()(this,endpoint`${La}/${this.resource2Type}/${hl}/notes/${fl}`,yl)}};var EA=class extends yl.BaseResource{constructor(La,hl){super({prefixUrl:["templates",La].join("/"),...hl})}all(La){process.emitWarning('This API will be deprecated as of Gitlabs v5 API. Please make the switch to "ProjectTemplates".',"DeprecationWarning");return n_.get()(this,"",La)}show(La,hl){process.emitWarning('This API will be deprecated as of Gitlabs v5 API. Please make the switch to "ProjectTemplates".',"DeprecationWarning");return n_.get()(this,encodeURIComponent(La),hl)}};var wA=class extends yl.BaseResource{constructor(La,hl){super({prefixUrl:La,...hl})}all(La,hl){return n_.get()(this,endpoint`${La}/variables`,hl)}create(La,hl,fl,yl){return n_.post()(this,endpoint`${La}/variables`,{key:hl,value:fl,...yl})}edit(La,hl,fl,yl){return n_.put()(this,endpoint`${La}/variables/${hl}`,{value:fl,...yl})}show(La,hl,fl){return n_.get()(this,endpoint`${La}/variables/${hl}`,fl)}remove(La,hl,fl){return n_.del()(this,endpoint`${La}/variables/${hl}`,fl)}};var CA=class extends yl.BaseResource{constructor(La,hl){super({prefixUrl:La,...hl})}all(La,hl){return n_.get()(this,endpoint`${La}/wikis`,hl)}create(La,hl,fl,yl){return n_.post()(this,endpoint`${La}/wikis`,{content:hl,title:fl,...yl})}edit(La,hl,fl){return n_.put()(this,endpoint`${La}/wikis/${hl}`,fl)}remove(La,hl,fl){return n_.del()(this,endpoint`${La}/wikis/${hl}`,fl)}show(La,hl,fl){return n_.get()(this,endpoint`${La}/wikis/${hl}`,fl)}uploadAttachment(La,hl,fl){return n_.post()(this,endpoint`${La}/wikis/attachments`,{...fl,isForm:true,file:[hl.content,hl.filename]})}};var xA=class extends yl.BaseResource{constructor(La,hl){super({prefixUrl:La,...hl})}add(La,hl,fl){return n_.post()(this,endpoint`${La}/hooks`,{url:hl,...fl})}all(La,hl){return n_.get()(this,endpoint`${La}/hooks`,hl)}edit(La,hl,fl,yl){return n_.put()(this,endpoint`${La}/hooks/${hl}`,{url:fl,...yl})}remove(La,hl,fl){return n_.del()(this,endpoint`${La}/hooks/${hl}`,fl)}show(La,hl,fl){return n_.get()(this,endpoint`${La}/hooks/${hl}`,fl)}};var DA=class extends yl.BaseResource{constructor(La,hl){super({prefixUrl:La,...hl})}create(La,hl){return n_.post()(this,endpoint`${La}/push_rule`,hl)}edit(La,hl){return n_.put()(this,endpoint`${La}/push_rule`,hl)}remove(La,hl){return n_.del()(this,endpoint`${La}/push_rule`,hl)}show(La,hl){return n_.get()(this,endpoint`${La}/push_rule`,hl)}};var SA=class extends yl.BaseResource{resourceType;resourceTypeSingular;constructor(La,hl){super(hl);this.resourceType=La;this.resourceTypeSingular=La.substring(0,La.length-1)}all(La){const hl=La?.[`${this.resourceTypeSingular}Id`];const fl=hl?endpoint`${this.resourceType}/${hl}/repository_storage_moves`:`${this.resourceTypeSingular}_repository_storage_moves`;return n_.get()(this,fl,La)}show(La,hl){const fl=hl?.[`${this.resourceTypeSingular}Id`];const yl=fl?endpoint`${this.resourceType}/${fl}/repository_storage_moves`:`${this.resourceTypeSingular}_repository_storage_moves`;return n_.get()(this,`${yl}/${La}`,hl)}schedule(La,hl){const fl=hl?.[`${this.resourceTypeSingular}Id`];const yl=fl?endpoint`${this.resourceType}/${fl}/repository_storage_moves`:`${this.resourceTypeSingular}_repository_storage_moves`;return n_.post()(this,yl,{sourceStorageName:La,...hl})}};var kA=class extends yl.BaseResource{constructor(La,hl){super({prefixUrl:La,...hl})}add(La,hl,fl){if(!fl?.email&&!fl?.userId)throw new Error("Missing required argument. Please supply a email or a userId in the options parameter.");return n_.post()(this,endpoint`${La}/invitations`,{accessLevel:hl,...fl})}all(La,hl){return n_.get()(this,endpoint`${La}/invitations`,hl)}edit(La,hl,fl){return n_.put()(this,endpoint`${La}/invitations/${hl}`,fl)}remove(La,hl,fl){return n_.del()(this,endpoint`${La}/invitations/${hl}`,fl)}};var TA=class extends yl.BaseResource{constructor(La,hl){super({prefixUrl:La,...hl})}all(La,hl){return n_.get()(this,endpoint`${La}/iterations`,hl)}};var IA=class extends yl.BaseResource{constructor(La,hl){super({prefixUrl:La,...hl})}all(La,hl){return n_.get()(this,`${La}/protected_environments`,hl)}create(La,hl,fl,yl){return n_.post()(this,`${La}/protected_environments`,{name:hl,deployAccessLevels:fl,...yl})}edit(La,hl,fl){return n_.put()(this,`${La}/protected_environments/${hl}`,fl)}show(La,hl,fl){return n_.get()(this,`${La}/protected_environments/${hl}`,fl)}remove(La,hl,fl){return n_.del()(this,`${La}/protected_environments/${hl}`,fl)}};var BA=class extends yl.BaseResource{resource2Type;constructor(La,hl,fl){super({prefixUrl:La,...fl});this.resource2Type=hl}all(La,hl,fl){return n_.get()(this,endpoint`${La}/${this.resource2Type}/${hl}/resource_iteration_events`,fl)}show(La,hl,fl,yl){return n_.get()(this,endpoint`${La}/${this.resource2Type}/${hl}/resource_iteration_events/${fl}`,yl)}};var FA=class extends yl.BaseResource{resource2Type;constructor(La,hl,fl){super({prefixUrl:La,...fl});this.resource2Type=hl}all(La,hl,fl){return n_.get()(this,endpoint`${La}/${this.resource2Type}/${hl}/resource_label_events`,fl)}show(La,hl,fl,yl){return n_.get()(this,endpoint`${La}/${this.resource2Type}/${hl}/resource_label_events/${fl}`,yl)}};var PA=class extends yl.BaseResource{resource2Type;constructor(La,hl,fl){super({prefixUrl:La,...fl});this.resource2Type=hl}all(La,hl,fl){return n_.get()(this,endpoint`${La}/${this.resource2Type}/${hl}/resource_milestone_events`,fl)}show(La,hl,fl,yl){return n_.get()(this,endpoint`${La}/${this.resource2Type}/${hl}/resource_milestone_events/${fl}`,yl)}};var RA=class extends yl.BaseResource{resource2Type;constructor(La,hl,fl){super({prefixUrl:La,...fl});this.resource2Type=hl}all(La,hl,fl){return n_.get()(this,endpoint`${La}/${this.resource2Type}/${hl}/resource_state_events`,fl)}show(La,hl,fl,yl){return n_.get()(this,endpoint`${La}/${this.resource2Type}/${hl}/resource_state_events/${fl}`,yl)}};var NA=class extends EA{constructor(La){super("dockerfiles",La)}};var OA=class extends yl.BaseResource{all({projectId:La,userId:hl,...fl}={}){let yl;if(La)yl=endpoint`projects/${La}/events`;else if(hl)yl=endpoint`users/${hl}/events`;else yl="events";return n_.get()(this,yl,fl)}};var QA=class extends yl.BaseResource{all(La){return n_.get()(this,"experiments",La)}};var LA=class extends yl.BaseResource{all(La){return n_.get()(this,"geo_nodes",La)}allStatuses(La){return n_.get()(this,"geo_nodes/statuses",La)}allFailures(La){return n_.get()(this,"geo_nodes/current/failures",La)}create(La,hl,fl){return n_.post()(this,"geo_nodes",{name:La,url:hl,...fl})}edit(La,hl){return n_.put()(this,`geo_nodes/${La}`,hl)}repair(La,hl){return n_.post()(this,`geo_nodes/${La}/repair`,hl)}remove(La,hl){return n_.del()(this,`geo_nodes/${La}`,hl)}show(La,hl){return n_.get()(this,`geo_nodes/${La}`,hl)}showStatus(La,hl){return n_.get()(this,`geo_nodes/${La}/status`,hl)}};var MA=class extends yl.BaseResource{all(La){return n_.get()(this,"geo_sites",La)}allStatuses(La){return n_.get()(this,"geo_sites/statuses",La)}allFailures(La){return n_.get()(this,"geo_sites/current/failures",La)}create(La,hl,fl){return n_.post()(this,"geo_sites",{name:La,url:hl,...fl})}edit(La,hl){return n_.put()(this,`geo_sites/${La}`,hl)}repair(La,hl){return n_.post()(this,`geo_sites/${La}/repair`,hl)}remove(La,hl){return n_.del()(this,`geo_sites/${La}`,hl)}show(La,hl){return n_.get()(this,`geo_sites/${La}`,hl)}showStatus(La,hl){return n_.get()(this,`geo_sites/${La}/status`,hl)}};var jA=class extends EA{constructor(La){super("gitlab_ci_ymls",La)}};var UA=class extends EA{constructor(La){super("gitignores",La)}};var GA=class extends yl.BaseResource{importGithubRepository(La,hl,fl,yl){return n_.post()(this,"import/github",{personalAccessToken:La,repoId:hl,targetNamespace:fl,...yl})}cancelGithubRepositoryImport(La,hl){return n_.post()(this,"import/github/cancel",{projectId:La,...hl})}importGithubGists(La,hl){return n_.post()(this,"import/github/gists",{personalAccessToken:La,...hl})}importBitbucketServerRepository(La,hl,fl,yl,Pl,Ul){return n_.post()(this,"import/bitbucket_server",{bitbucketServerUrl:La,bitbucketServerUsername:hl,personalAccessToken:fl,bitbucketServerProject:yl,bitbucketServerRepo:Pl,...Ul})}};var qA=class extends yl.BaseResource{all(La){return n_.get()(this,"admin/ci/variables",La)}create(La,hl,fl){return n_.post()(this,"admin/ci/variables",{key:La,value:hl,...fl})}edit(La,hl,fl){return n_.put()(this,endpoint`admin/ci/variables/${La}`,{value:hl,...fl})}show(La,hl){return n_.get()(this,endpoint`admin/ci/variables/${La}`,hl)}remove(La,hl){return n_.get()(this,endpoint`admin/ci/variables/${La}`,hl)}};var $A=class extends yl.BaseResource{show({keyId:La,fingerprint:hl,...fl}={}){let yl;if(La)yl=`keys/${La}`;else if(hl)yl=`keys?fingerprint=${hl}`;else{throw new Error("Missing required argument. Please supply a fingerprint or a keyId in the options parameter")}return n_.get()(this,yl,fl)}};var JA=class extends yl.BaseResource{add(La,hl){return n_.post()(this,"license",{searchParams:{license:La},...hl})}all(La){return n_.get()(this,"licenses",La)}show(La){return n_.get()(this,"license",La)}remove(La,hl){return n_.del()(this,`license/${La}`,hl)}recalculateBillableUsers(La,hl){return n_.put()(this,`license/${La}/refresh_billable_users`,hl)}};var HA=class extends EA{constructor(La){super("Licenses",La)}};var VA=class extends yl.BaseResource{check(La,hl){return n_.get()(this,endpoint`projects/${La}/ci/lint`,hl)}lint(La,hl,fl){return n_.post()(this,endpoint`projects/${La}/ci/lint`,{...fl,content:hl})}};var WA=class extends yl.BaseResource{render(La,hl){return n_.post()(this,"markdown",{text:La,...hl})}};var zA=class extends yl.BaseResource{downloadPackageFile(La,hl,{projectId:fl,groupId:yl,...Pl}){let Ul=endpoint`packages/maven/${La}/${hl}`;if(fl)Ul=endpoint`projects/${fl}/${Ul}`;else if(yl)Ul=endpoint`groups/${yl}/-/${Ul}`;return n_.get()(this,Ul,Pl)}uploadPackageFile(La,hl,fl,yl){return n_.put()(this,endpoint`projects/${La}/packages/maven/${hl}/${fl.filename}`,{isForm:true,...yl,file:[fl.content,fl.filename]})}};var YA=class extends yl.BaseResource{show(La){return n_.get()(this,"metadata",La)}};var KA=class extends yl.BaseResource{all(La){return n_.get()(this,"bulk_imports",La)}create(La,hl,fl){return n_.post()(this,"bulk_imports",{configuration:La,entities:hl,...fl})}allEntities({bulkImportId:La,...hl}={}){const fl=La?endpoint`bulk_imports/${La}/entities`:"bulk_imports/entities";return n_.get()(this,fl,hl)}show(La,hl){return n_.get()(this,`bulk_imports/${La}`,hl)}showEntity(La,hl,fl){return n_.get()(this,`bulk_imports/${La}/entities/${hl}`,fl)}};function url6(La){return La?endpoint`/projects/${La}/packages/npm`:"packages/npm"}var XA=class extends yl.BaseResource{downloadPackageFile(La,hl,fl,yl){return n_.get()(this,endpoint`projects/${La}/packages/npm/${hl}/-/${fl}`,yl)}removeDistTag(La,hl,fl){const yl=url6(fl?.projectId);return n_.del()(this,`${yl}/-/package/${La}/dist-tags/${hl}`,fl)}setDistTag(La,hl,fl){const yl=url6(fl?.projectId);return n_.put()(this,`${yl}/-/package/${La}/dist-tags/${hl}`,fl)}showDistTags(La,hl){const fl=url6(hl?.projectId);return n_.get()(this,`${fl}/-/package/${La}/dist-tags`,hl)}showMetadata(La,hl){const fl=url6(hl?.projectId);return n_.get()(this,`${fl}/${La}`,hl)}uploadPackageFile(La,hl,fl,yl,Pl){return n_.put()(this,endpoint`projects/${La}/packages/npm/${hl}`,{...Pl,versions:fl,...yl})}};var ZA=class extends yl.BaseResource{all(La){return n_.get()(this,"namespaces",La)}exists(La,hl){return n_.get()(this,endpoint`namespaces/${La}/exists`,hl)}show(La,hl){return n_.get()(this,endpoint`namespaces/${La}`,hl)}};function url7({projectId:La,groupId:hl}={}){let fl="";if(La)fl=endpoint`projects/${La}/`;if(hl)fl=endpoint`groups/${hl}/`;return`${fl}notification_settings`}var hy=class extends yl.BaseResource{edit({groupId:La,projectId:hl,...fl}={}){const yl=url7({groupId:La,projectId:hl});return n_.put()(this,yl,fl)}show({groupId:La,projectId:hl,...fl}={}){const yl=url7({groupId:La,projectId:hl});return n_.get()(this,yl,fl)}};function url8({projectId:La,groupId:hl}={}){if(La)return endpoint`/projects/${La}/packages/nuget`;if(hl)return endpoint`/groups/${hl}/-/packages/nuget`;throw new Error("Missing required argument. Please supply a projectId or a groupId in the options parameter")}var gy=class extends yl.BaseResource{downloadPackageFile(La,hl,fl,yl,Pl){return n_.get()(this,endpoint`projects/${La}/packages/nuget/download/${hl}/${fl}/${yl}`,Pl)}search(La,{projectId:hl,groupId:fl,...yl}){const Pl=url8({projectId:hl,groupId:fl});return n_.get()(this,`${Pl}/query`,{q:La,...yl})}showMetadata(La,{projectId:hl,groupId:fl,...yl}){const Pl=url8({projectId:hl,groupId:fl});return n_.get()(this,`${Pl}/metadata/${La}/index`,yl)}showPackageIndex(La,hl,fl){return n_.get()(this,endpoint`projects/${La}/packages/nuget/download/${hl}/index`,fl)}showServiceIndex({projectId:La,groupId:hl,...fl}){const yl=url8({projectId:La,groupId:hl});return n_.get()(this,`${yl}/index`,fl)}showVersionMetadata(La,hl,{projectId:fl,groupId:yl,...Pl}){const Ul=url8({projectId:fl,groupId:yl});return n_.get()(this,`${Ul}/metadata/${La}/${hl}`,Pl)}uploadPackageFile(La,hl,fl,yl,Pl){return n_.put()(this,endpoint`projects/${La}/packages/nuget`,{isForm:true,...Pl,packageName:hl,packageVersion:fl,file:[yl.content,yl.filename]})}uploadSymbolPackage(La,hl,fl,yl,Pl){return n_.put()(this,endpoint`projects/${La}/packages/nuget/symbolpackage`,{isForm:true,...Pl,packageName:hl,packageVersion:fl,file:[yl.content,yl.filename]})}};var yy=class extends yl.BaseResource{all(La){return n_.get()(this,"personal_access_tokens",La)}create(La,hl,fl,yl){return n_.post()(this,endpoint`users/${La}/personal_access_tokens`,{name:hl,scopes:fl,...yl})}remove({tokenId:La,...hl}={}){const fl=La?endpoint`personal_access_tokens/${La}`:"personal_access_tokens/self";return n_.del()(this,fl,hl)}rotate(La,hl){return n_.post()(this,endpoint`personal_access_tokens/${La}/rotate`,hl)}show({tokenId:La,...hl}={}){const fl=La?endpoint`personal_access_tokens/${La}`:"personal_access_tokens/self";return n_.get()(this,fl,hl)}};var wy=class extends yl.BaseResource{downloadPackageFile(La,hl,{projectId:fl,groupId:yl,...Pl}={}){let Ul;if(fl){Ul=endpoint`projects/${fl}/packages/pypi/files/${La}/${hl}`}else if(yl){Ul=endpoint`groups/${yl}/packages/pypi/files/${La}/${hl}`}else{throw new Error("Missing required argument. Please supply a projectId or a groupId in the options parameter")}return n_.get()(this,Ul,Pl)}showPackageDescriptor(La,{projectId:hl,groupId:fl,...yl}){let Pl;if(hl){Pl=endpoint`projects/${hl}/packages/pypi/simple/${La}`}else if(fl){Pl=endpoint`groups/${fl}/packages/pypi/simple/${La}`}else{throw new Error("Missing required argument. Please supply a projectId or a groupId in the options parameter")}return n_.get()(this,Pl,yl)}uploadPackageFile(La,hl,fl){return n_.put()(this,endpoint`projects/${La}/packages/pypi`,{...fl,isForm:true,file:[hl.content,hl.filename]})}};var Sy=class extends yl.BaseResource{allDependencies(La,hl){return n_.get()(this,endpoint`projects/${La}/packages/rubygems/api/v1/dependencies`,hl)}downloadGemFile(La,hl,fl){return n_.get()(this,endpoint`projects/${La}/packages/rubygems/gems/${hl}`,fl)}uploadGemFile(La,hl,fl){return n_.post()(this,`projects/${La}/packages/rubygems/api/v1/gems`,{isForm:true,...fl,file:[hl.content,hl.filename]})}};var Ty=class extends yl.BaseResource{all(La,hl,fl){const{projectId:yl,groupId:Pl,...Ul}=fl||{};let Gd;if(yl)Gd=endpoint`projects/${yl}/`;else if(Pl)Gd=endpoint`groups/${Pl}/`;else Gd="";return n_.get()(this,`${Gd}search`,{scope:La,search:hl,...Ul})}};var Zy=class extends yl.BaseResource{all(La){return n_.get()(this,"admin/search/migrations",La)}show(La,hl){return n_.get()(this,endpoint`admin/search/migrations/${La}`,hl)}};var kb=class extends yl.BaseResource{create(La){return n_.post()(this,endpoint`service_accounts`,La)}};var Rb=class extends yl.BaseResource{showMetricDefinitions(La){return n_.get()(this,"usage_data/metric_definitions",La)}showServicePingSQLQueries(La){return n_.get()(this,"usage_data/queries",La)}showUsageDataNonSQLMetrics(La){return n_.get()(this,"usage_data/non_sql_metrics",La)}};var Nb=class extends yl.BaseResource{queueMetrics(){return n_.get()(this,"sidekiq/queue_metrics")}processMetrics(){return n_.get()(this,"sidekiq/process_metrics")}jobStats(){return n_.get()(this,"sidekiq/job_stats")}compoundMetrics(){return n_.get()(this,"sidekiq/compound_metrics")}};var Ob=class extends yl.BaseResource{remove(La,hl){return n_.get()(this,endpoint`admin/sidekiq/queues/${La}`,hl)}};var jb=class extends SA{constructor(La){super("snippets",La)}};var Gb=class extends yl.BaseResource{all({public:La,...hl}={}){const fl=La?"snippets/public":"snippets";return n_.get()(this,fl,hl)}create(La,hl){return n_.post()(this,"snippets",{title:La,...hl})}edit(La,hl){return n_.put()(this,`snippets/${La}`,hl)}remove(La,hl){return n_.del()(this,`snippets/${La}`,hl)}show(La,hl){return n_.get()(this,`snippets/${La}`,hl)}showContent(La,hl){return n_.get()(this,`snippets/${La}/raw`,hl)}showRepositoryFileContent(La,hl,fl,yl){return n_.get()(this,endpoint`snippets/${La}/files/${hl}/${fl}/raw`,yl)}showUserAgentDetails(La,hl){return n_.get()(this,`snippets/${La}/user_agent_detail`,hl)}};var Hb=class extends yl.BaseResource{edit(La,hl){return n_.put()(this,`suggestions/${La}/apply`,hl)}editBatch(La,hl){return n_.put()(this,`suggestions/batch_apply`,{...hl,ids:La})}};var Xb=class extends yl.BaseResource{all(La){return n_.get()(this,"hooks",La)}add(La,hl){return this.create(La,hl)}create(La,hl){return n_.post()(this,"hooks",{url:La,...hl})}test(La,hl){return n_.post()(this,`hooks/${La}`,hl)}remove(La,hl){return n_.del()(this,`hooks/${La}`,hl)}show(La,hl){return n_.post()(this,`hooks/${La}`,hl)}};var Zb=class extends yl.BaseResource{all(La){return n_.get()(this,"todos",La)}done({todoId:La,...hl}={}){let fl="todos";if(La)fl+=`/${La}`;return n_.post()(this,`${fl}/mark_as_done`,hl)}};var Qv=class extends yl.BaseResource{all(La){return n_.get()(this,"topics",La)}create(La,{avatar:hl,...fl}={}){const yl={name:La,...fl};if(hl){yl.isForm=true;yl.file=[hl.content,hl.filename]}return n_.post()(this,"topics",yl)}edit(La,{avatar:hl,...fl}={}){const yl={...fl};if(hl){yl.isForm=true;yl.file=[hl.content,hl.filename]}return n_.put()(this,`topics/${La}`,yl)}merge(La,hl,fl){return n_.post()(this,`topics/merge`,{sourceTopicId:La,targetTopicId:hl,...fl})}remove(La,hl){return n_.del()(this,`topics/${La}`,hl)}show(La,hl){return n_.get()(this,`topics/${La}`,hl)}};var Vv=class extends yl.BaseResource{all(La,hl){return n_.get()(this,endpoint`projects/${La}/repository/branches`,hl)}create(La,hl,fl,yl){return n_.post()(this,endpoint`projects/${La}/repository/branches`,{branch:hl,ref:fl,...yl})}remove(La,hl,fl){return n_.del()(this,endpoint`projects/${La}/repository/branches/${hl}`,fl)}removeMerged(La,hl){return n_.del()(this,endpoint`projects/${La}/repository/merged_branches`,hl)}show(La,hl,fl){return n_.get()(this,endpoint`projects/${La}/repository/branches/${hl}`,fl)}};var tE=class extends _A{constructor(La){super("projects",new af("repository/commits"),La)}};var aE=class extends yl.BaseResource{all(La,hl){return n_.get()(this,endpoint`projects/${La}/repository/commits`,hl)}allComments(La,hl,fl){return n_.get()(this,endpoint`projects/${La}/repository/commits/${hl}/comments`,fl)}allDiscussions(La,hl,fl){return n_.get()(this,endpoint`projects/${La}/repository/commits/${hl}/discussions`,fl)}allMergeRequests(La,hl,fl){return n_.get()(this,endpoint`projects/${La}/repository/commits/${hl}/merge_requests`,fl)}allReferences(La,hl,fl){return n_.get()(this,endpoint`projects/${La}/repository/commits/${hl}/refs`,fl)}allStatuses(La,hl,fl){return n_.get()(this,endpoint`projects/${La}/repository/commits/${hl}/statuses`,fl)}cherryPick(La,hl,fl,yl){return n_.post()(this,endpoint`projects/${La}/repository/commits/${hl}/cherry_pick`,{branch:fl,...yl})}create(La,hl,fl,yl=[],Pl={}){return n_.post()(this,endpoint`projects/${La}/repository/commits`,{branch:hl,commitMessage:fl,actions:yl,...Pl})}createComment(La,hl,fl,yl){return n_.post()(this,endpoint`projects/${La}/repository/commits/${hl}/comments`,{note:fl,...yl})}editStatus(La,hl,fl,yl){return n_.post()(this,endpoint`projects/${La}/statuses/${hl}`,{state:fl,...yl})}revert(La,hl,fl,yl){return n_.post()(this,endpoint`projects/${La}/repository/commits/${hl}/revert`,{...yl,branch:fl})}show(La,hl,fl){return n_.get()(this,endpoint`projects/${La}/repository/commits/${hl}`,fl)}showDiff(La,hl,fl){return n_.get()(this,endpoint`projects/${La}/repository/commits/${hl}/diff`,fl)}showGPGSignature(La,hl,fl){return n_.get()(this,endpoint`projects/${La}/repository/commits/${hl}/signature`,fl)}showSequence(La,hl,fl){return n_.get()(this,endpoint`projects/${La}/repository/commits/${hl}/sequence`,fl)}};var lE=class extends yl.BaseResource{allRepositories({groupId:La,projectId:hl,...fl}={}){let yl;if(La)yl=endpoint`groups/${La}/registry/repositories`;else if(hl)yl=endpoint`projects/${hl}/registry/repositories`;else throw new Error("Missing required argument. Please supply a groupId or a projectId in the options parameter.");return n_.get()(this,yl,fl)}allTags(La,hl,fl){return n_.get()(this,endpoint`projects/${La}/registry/repositories/${hl}/tags`,fl)}editRegistryVisibility(La,hl){return n_.get()(this,endpoint`projects/${La}`,hl)}removeRepository(La,hl,fl){return n_.del()(this,endpoint`projects/${La}/registry/repositories/${hl}`,fl)}removeTag(La,hl,fl,yl){return n_.del()(this,endpoint`projects/${La}/registry/repositories/${hl}/tags/${fl}`,yl)}removeTags(La,hl,fl,yl){return n_.del()(this,endpoint`projects/${La}/registry/repositories/${hl}/tags`,{nameRegexDelete:fl,...yl})}showRepository(La,hl){return n_.get()(this,endpoint`registry/repositories/${La}`,hl)}showTag(La,hl,fl,yl){return n_.get()(this,endpoint`projects/${La}/registry/repositories/${hl}/tags/${fl}`,yl)}};var hE=class extends yl.BaseResource{all(La,hl){return n_.get()(this,endpoint`projects/${La}/deployments`,hl)}allMergeRequests(La,hl,fl){return n_.get()(this,endpoint`projects/${La}/deployments/${hl}/merge_requests`,fl)}create(La,hl,fl,yl,Pl,Ul){return n_.post()(this,endpoint`projects/${La}/deployments`,{environment:hl,sha:fl,ref:yl,tag:Pl,...Ul})}edit(La,hl,fl,yl){return n_.put()(this,endpoint`projects/${La}/deployments/${hl}`,{...yl,status:fl})}remove(La,hl,fl){return n_.del()(this,endpoint`projects/${La}/deployments/${hl}`,fl)}setApproval(La,hl,fl,yl){return n_.post()(this,endpoint`projects/${La}/deployments/${hl}/approval`,{...yl,status:fl})}show(La,hl,fl){return n_.get()(this,endpoint`projects/${La}/deployments/${hl}`,fl)}};var mE=class extends yl.BaseResource{all(La,hl){return n_.get()(this,endpoint`projects/${La}/environments`,hl)}create(La,hl,fl){return n_.post()(this,endpoint`projects/${La}/environments`,{name:hl,...fl})}edit(La,hl,fl){return n_.put()(this,endpoint`projects/${La}/environments/${hl}`,fl)}remove(La,hl,fl){return n_.del()(this,endpoint`projects/${La}/environments/${hl}`,fl)}removeReviewApps(La,hl){return n_.del()(this,endpoint`projects/${La}/environments/review_apps`,hl)}show(La,hl,fl){return n_.get()(this,endpoint`projects/${La}/environments/${hl}`,fl)}stop(La,hl,fl){return n_.post()(this,endpoint`projects/${La}/environments/${hl}/stop`,fl)}stopStale(La,hl,fl){return n_.post()(this,endpoint`projects/${La}/environments/stop_stale`,{searchParams:{before:hl},...fl})}};var bE=class extends yl.BaseResource{all(La,hl){return n_.get()(this,endpoint`projects/${La}/error_tracking/client_keys`,hl)}create(La,hl){return n_.post()(this,endpoint`projects/${La}/error_tracking/client_keys`,hl)}remove(La,hl){return n_.del()(this,endpoint`projects/${La}/error_tracking/client_keys`,hl)}};var wE=class extends yl.BaseResource{create(La,hl,fl,yl){return n_.put()(this,endpoint`projects/${La}/error_tracking/settings`,{searchParams:{active:hl,integrated:fl},...yl})}edit(La,hl,{integrated:fl,...yl}={}){return n_.patch()(this,endpoint`projects/${La}/error_tracking/settings`,{searchParams:{active:hl,integrated:fl},...yl})}show(La,hl){return n_.get()(this,endpoint`projects/${La}/error_tracking/settings`,hl)}};var xE=class extends yl.BaseResource{all(La,hl){const{mergerequestIId:fl,...yl}=hl||{};let Pl=endpoint`projects/${La}`;if(fl){Pl+=endpoint`/merge_requests/${fl}/status_checks`}else{Pl+="/external_status_checks"}return n_.get()(this,Pl,yl)}create(La,hl,fl,yl){return n_.post()(this,endpoint`projects/${La}/external_status_checks`,{name:hl,externalUrl:fl,...yl})}edit(La,hl,fl){return n_.put()(this,endpoint`projects/${La}/external_status_checks/${hl}`,fl)}remove(La,hl,fl){return n_.del()(this,endpoint`projects/${La}/external_status_checks/${hl}`,fl)}set(La,hl,fl,yl,Pl){return n_.post()(this,endpoint`projects/${La}/merge_requests/${hl}/status_check_responses`,{sha:fl,externalStatusCheckId:yl,...Pl})}};var TE=class extends yl.BaseResource{all(La,hl){return n_.get()(this,endpoint`projects/${La}/feature_flags_user_lists`,hl)}create(La,hl,fl,yl){return n_.post()(this,endpoint`projects/${La}/feature_flags_user_lists`,{name:hl,userXids:fl,...yl})}edit(La,hl,fl){return n_.put()(this,endpoint`projects/${La}/feature_flags_user_lists/${hl}`,fl)}remove(La,hl,fl){return n_.del()(this,endpoint`projects/${La}/feature_flags_user_lists/${hl}`,fl)}show(La,hl,fl){return n_.get()(this,endpoint`projects/${La}/feature_flags_user_lists/${hl}`,fl)}};var IE=class extends yl.BaseResource{all(La,hl){return n_.get()(this,endpoint`projects/${La}/feature_flags`,hl)}create(La,hl,fl,yl){return n_.post()(this,endpoint`projects/${La}/feature_flags`,{name:hl,version:fl,...yl})}edit(La,hl,fl){return n_.put()(this,endpoint`projects/${La}/feature_flags/${hl}`,fl)}remove(La,hl,fl){return n_.del()(this,endpoint`projects/${La}/feature_flags/${hl}`,fl)}show(La,hl,fl){return n_.get()(this,endpoint`projects/${La}/feature_flags/${hl}`,fl)}};var FE=class extends yl.BaseResource{all(La,hl){return n_.get()(this,endpoint`projects/${La}/freeze_periods`,hl)}create(La,hl,fl,yl){return n_.post()(this,endpoint`projects/${La}/freeze_periods`,{freezeStart:hl,freezeEnd:fl,...yl})}edit(La,hl,fl){return n_.put()(this,endpoint`projects/${La}/freeze_periods/${hl}`,fl)}remove(La,hl,fl){return n_.del()(this,endpoint`projects/${La}/freeze_periods/${hl}`,fl)}show(La,hl,fl){return n_.get()(this,endpoint`projects/${La}/freeze_periods/${hl}`,fl)}};var PE=class extends yl.BaseResource{remove(La,hl){return n_.del()(this,endpoint`projects/${La}/pages`,hl)}showSettings(La,hl){return n_.get()(this,endpoint`projects/${La}/pages`,hl)}};var GE=class extends yl.BaseResource{all(La,hl,fl){return n_.get()(this,endpoint`projects/${La}/packages/go/${hl}/@v/list`,fl)}showVersionMetadata(La,hl,fl,yl){return n_.get()(this,endpoint`projects/${La}/packages/go/${hl}/@v/${fl}.info`,yl)}downloadModuleFile(La,hl,fl,yl){return n_.get()(this,endpoint`projects/${La}/packages/go/${hl}/@v/${fl}.mod`,yl)}downloadModuleSource(La,hl,fl,yl){return n_.get()(this,endpoint`projects/${La}/packages/go/${hl}/@v/${fl}.zip`,yl)}};var HE=class extends yl.BaseResource{downloadChartIndex(La,hl,fl){return n_.get()(this,endpoint`projects/${La}/packages/helm/${hl}/index.yaml`,fl)}downloadChart(La,hl,fl,yl){return n_.get()(this,endpoint`projects/${La}/packages/helm/${hl}/charts/${fl}.tgz`,yl)}import(La,hl,fl,yl){return n_.post()(this,endpoint`projects/${La}/packages/helm/api/${hl}/charts`,{isForm:true,...yl,chart:[fl.content,fl.filename]})}};var VE=class extends yl.BaseResource{all(La,hl){return n_.get()(this,endpoint`projects/${La}/integrations`,hl)}edit(La,hl,fl){return n_.put()(this,endpoint`projects/${La}/integrations/${hl}`,fl)}disable(La,hl,fl){return n_.del()(this,endpoint`projects/${La}/integrations/${hl}`,fl)}show(La,hl,fl){return n_.get()(this,endpoint`projects/${La}/integrations/${hl}`,fl)}};var WE=class extends uA{constructor(La){super("projects","issues",La)}};var sw=class extends _A{constructor(La){super("projects","issues",La)}};var aw=class extends BA{constructor(La){super("projects","issues",La)}};var ow=class extends FA{constructor(La){super("projects","issues",La)}};var lw=class extends yl.BaseResource{all(La,hl,fl){return n_.get()(this,endpoint`projects/${La}/issues/${hl}/links`,fl)}create(La,hl,fl,yl,Pl){return n_.post()(this,endpoint`projects/${La}/issues/${hl}/links`,{targetProjectId:fl,targetIssueIid:yl,...Pl})}remove(La,hl,fl,yl){return n_.del()(this,endpoint`projects/${La}/issues/${hl}/links/${fl}`,yl)}};var cw=class extends PA{constructor(La){super("projects","issues",La)}};var pw=class extends pA{constructor(La){super("issues",La)}};var dw=class extends vA{constructor(La){super("projects","issues",La)}};var hw=class extends RA{constructor(La){super("projects","issues",La)}};var fw=class extends RA{constructor(La){super("projects","issues",La)}};var _w=class extends yl.BaseResource{addSpentTime(La,hl,fl,yl){return n_.post()(this,endpoint`projects/${La}/issues/${hl}/add_spent_time`,{duration:fl,...yl})}addTimeEstimate(La,hl,fl,yl){return n_.post()(this,endpoint`projects/${La}/issues/${hl}/time_estimate`,{duration:fl,...yl})}all({projectId:La,groupId:hl,...fl}={}){let yl;if(La)yl=endpoint`projects/${La}/issues`;else if(hl)yl=endpoint`groups/${hl}/issues`;else yl="issues";return n_.get()(this,yl,fl)}allMetricImages(La,hl,fl){return n_.get()(this,endpoint`projects/${La}/issues/${hl}/metric_images`,fl)}allParticipants(La,hl,fl){return n_.get()(this,endpoint`projects/${La}/issues/${hl}/participants`,fl)}allRelatedMergeRequests(La,hl,fl){return n_.get()(this,endpoint`projects/${La}/issues/${hl}/related_merge_requests`,fl)}create(La,hl,fl){return n_.post()(this,endpoint`projects/${La}/issues`,{...fl,title:hl})}createTodo(La,hl,fl){return n_.post()(this,endpoint`projects/${La}/issues/${hl}/todo`,fl)}clone(La,hl,fl,yl){return n_.post()(this,endpoint`projects/${La}/issues/${hl}/clone`,{toProjectId:fl,...yl})}edit(La,hl,fl){return n_.put()(this,endpoint`projects/${La}/issues/${hl}`,fl)}editMetricImage(La,hl,fl,yl){return n_.put()(this,endpoint`projects/${La}/issues/${hl}/metric_images/${fl}`,yl)}move(La,hl,fl,yl){return n_.post()(this,endpoint`projects/${La}/issues/${hl}/move`,{toProjectId:fl,...yl})}promote(La,hl,fl,yl){return n_.post()(this,endpoint`projects/${La}/issues/${hl}/notes`,{searchParams:{body:`${fl} \n /promote`},...yl})}remove(La,hl,fl){return n_.del()(this,endpoint`projects/${La}/issues/${hl}`,fl)}removeMetricImage(La,hl,fl,yl){return n_.del()(this,endpoint`projects/${La}/issues/${hl}/metric_images/${fl}`,yl)}reorder(La,hl,fl){return n_.put()(this,endpoint`projects/${La}/issues/${hl}/reorder`,fl)}resetSpentTime(La,hl,fl){return n_.post()(this,endpoint`projects/${La}/issues/${hl}/reset_spent_time`,fl)}resetTimeEstimate(La,hl,fl){return n_.post()(this,endpoint`projects/${La}/issues/${hl}/reset_time_estimate`,fl)}show(La,{projectId:hl,...fl}={}){const yl=hl?endpoint`projects/${hl}/issues/${La}`:`issues/${La}`;return n_.get()(this,yl,fl)}subscribe(La,hl,fl){return n_.post()(this,endpoint`projects/${La}/issues/${hl}/subscribe`,fl)}allClosedByMergeRequestst(La,hl,fl){return n_.get()(this,endpoint`projects/${La}/issues/${hl}/closed_by`,fl)}showTimeStats(La,hl,fl){return n_.get()(this,endpoint`projects/${La}/issues/${hl}/time_stats`,fl)}unsubscribe(La,hl,fl){return n_.post()(this,endpoint`projects/${La}/issues/${hl}/unsubscribe`,fl)}uploadMetricImage(La,hl,fl,yl){return n_.post()(this,endpoint`projects/${La}/issues/${hl}/metric_images`,{isForm:true,...yl,file:[fl.content,fl.filename]})}showUserAgentDetails(La,hl,fl){return n_.get()(this,endpoint`projects/${La}/issues/${hl}/user_agent_details`,fl)}};var mw=class extends yl.BaseResource{all({projectId:La,groupId:hl,...fl}={}){let yl;if(La)yl=endpoint`projects/${La}/issues_statistics`;else if(hl)yl=endpoint`groups/${hl}/issues_statistics`;else yl="issues_statistics";return n_.get()(this,yl,fl)}};function generateDownloadPathForJob(La,hl,fl){let yl=endpoint`projects/${La}/jobs/${hl}/artifacts`;if(fl)yl+=`/${fl}`;return yl}function generateDownloadPath(La,hl,fl){let yl=endpoint`projects/${La}/jobs/artifacts/${hl}`;if(fl){yl+=endpoint`/raw/${fl}`}else{yl+=endpoint`/download`}return yl}var gw=class extends yl.BaseResource{downloadArchive(La,{jobId:hl,artifactPath:fl,ref:yl,...Pl}={}){let Ul;if(hl)Ul=generateDownloadPathForJob(La,hl,fl);else if(Pl?.job&&yl)Ul=generateDownloadPath(La,yl,fl);else throw new Error("Missing one of the required parameters. See typing documentation for available arguments.");return n_.get()(this,Ul,Pl)}keep(La,hl,fl){return n_.post()(this,endpoint`projects/${La}/jobs/${hl}/artifacts/keep`,fl)}remove(La,{jobId:hl,...fl}={}){let yl;if(hl){yl=endpoint`projects/${La}/jobs/${hl}/artifacts`}else{yl=endpoint`projects/${La}/artifacts`}return n_.del()(this,yl,fl)}};var Aw=class extends yl.BaseResource{all(La,{pipelineId:hl,...fl}={}){const yl=hl?endpoint`projects/${La}/pipelines/${hl}/jobs`:endpoint`projects/${La}/jobs`;return n_.get()(this,yl,fl)}allPipelineBridges(La,hl,fl){return n_.get()(this,endpoint`projects/${La}/pipelines/${hl}/bridges`,fl)}cancel(La,hl,fl){return n_.post()(this,endpoint`projects/${La}/jobs/${hl}/cancel`,fl)}erase(La,hl,fl){return n_.post()(this,endpoint`projects/${La}/jobs/${hl}/erase`,fl)}play(La,hl,fl){return n_.post()(this,endpoint`projects/${La}/jobs/${hl}/play`,fl)}retry(La,hl,fl){return n_.post()(this,endpoint`projects/${La}/jobs/${hl}/retry`,fl)}show(La,hl,fl){return n_.get()(this,endpoint`projects/${La}/jobs/${hl}`,fl)}showConnectedJob(La){if(!this.headers["job-token"])throw new Error('Missing required header "job-token"');return n_.get()(this,"job",La)}showConnectedJobK8Agents(La){if(!this.headers["job-token"])throw new Error('Missing required header "job-token"');return n_.get()(this,"job/allowed_agents",La)}showLog(La,hl,fl){return n_.get()(this,endpoint`projects/${La}/jobs/${hl}/trace`,fl)}};var yw=class extends yl.BaseResource{allApprovalRules(La,{mergerequestIId:hl,...fl}={}){let yl;if(hl){yl=endpoint`projects/${La}/merge_requests/${hl}/approval_rules`}else{yl=endpoint`projects/${La}/approval_rules`}return n_.get()(this,yl,fl)}approve(La,hl,fl){return n_.post()(this,endpoint`projects/${La}/merge_requests/${hl}/approve`,fl)}createApprovalRule(La,hl,fl,{mergerequestIId:yl,...Pl}={}){let Ul;if(yl){Ul=endpoint`projects/${La}/merge_requests/${yl}/approval_rules`}else{Ul=endpoint`projects/${La}/approval_rules`}return n_.post()(this,Ul,{name:hl,approvalsRequired:fl,...Pl})}editApprovalRule(La,hl,fl,yl,{mergerequestIId:Pl,...Ul}={}){let Gd;if(Pl){Gd=endpoint`projects/${La}/merge_requests/${Pl}/approval_rules/${hl}`}else{Gd=endpoint`projects/${La}/approval_rules/${hl}`}return n_.put()(this,Gd,{name:fl,approvalsRequired:yl,...Ul})}editConfiguration(La,hl){return n_.post()(this,endpoint`projects/${La}/approvals`,hl)}removeApprovalRule(La,hl,{mergerequestIId:fl,...yl}={}){let Pl;if(fl){Pl=endpoint`projects/${La}/merge_requests/${fl}/approval_rules/${hl}`}else{Pl=endpoint`projects/${La}/approval_rules/${hl}`}return n_.del()(this,Pl,yl)}showApprovalRule(La,hl,fl){return n_.get()(this,endpoint`projects/${La}/approval_rules/${hl}`,fl)}showApprovalState(La,hl,fl){return n_.get()(this,endpoint`projects/${La}/merge_requests/${hl}/approval_state`,fl)}showConfiguration(La,{mergerequestIId:hl,...fl}={}){let yl;if(hl){yl=endpoint`projects/${La}/merge_requests/${hl}/approvals`}else{yl=endpoint`projects/${La}/approvals`}return n_.get()(this,yl,fl)}unapprove(La,hl,fl){return n_.post()(this,endpoint`projects/${La}/merge_requests/${hl}/unapprove`,fl)}};var bw=class extends uA{constructor(La){super("projects","merge_requests",La)}};var vw=class extends yl.BaseResource{all(La,hl,fl){return n_.get()(this,endpoint`projects/${La}/merge_requests/${hl}/context_commits`,fl)}create(La,hl,{mergerequestIId:fl,...yl}={}){const Pl=endpoint`projects/${La}/merge_requests`;const Ul=fl?`${Pl}/${fl}/context_commits`:Pl;return n_.post()(this,Ul,{commits:hl,...yl})}remove(La,hl,fl){return n_.del()(this,endpoint`projects/${La}/merge_requests/${hl}/context_commits`,fl)}};var Ew=class extends _A{constructor(La){super("projects","merge_requests",La)}resolve(La,hl,fl,yl,Pl){return n_.put()(this,endpoint`${La}/merge_requests/${hl}/discussions/${fl}`,{searchParams:{resolved:yl},...Pl})}};var ww=class extends yl.BaseResource{all(La,hl,fl){return n_.get()(this,endpoint`projects/${La}/merge_requests/${hl}/draft_notes`,fl)}create(La,hl,fl,yl){return n_.post()(this,endpoint`projects/${La}/merge_requests/${hl}/draft_notes`,{...yl,note:fl})}edit(La,hl,fl,yl){return n_.post()(this,endpoint`projects/${La}/merge_requests/${hl}/draft_notes/${fl}`,yl)}publish(La,hl,fl,yl){return n_.put()(this,endpoint`projects/${La}/merge_requests/${hl}/draft_notes/${fl}/publish`,yl)}publishBulk(La,hl,fl){return n_.post()(this,endpoint`projects/${La}/merge_requests/${hl}/draft_notes/bulk_publish`,fl)}remove(La,hl,fl,yl){return n_.del()(this,endpoint`projects/${La}/merge_requests/${hl}/draft_notes/${fl}`,yl)}show(La,hl,fl,yl){return n_.get()(this,endpoint`projects/${La}/merge_requests/${hl}/draft_notes/${fl}`,yl)}};var Cw=class extends FA{constructor(La){super("projects","merge_requests",La)}};var xw=class extends PA{constructor(La){super("projects","merge_requests",La)}};var Dw=class extends pA{constructor(La){super("merge_requests",La)}};var Sw=class extends vA{constructor(La){super("projects","merge_requests",La)}};var kw=class extends yl.BaseResource{accept(La,hl,fl){return this.merge(La,hl,fl)}addSpentTime(La,hl,fl,yl){return n_.post()(this,endpoint`projects/${La}/merge_requests/${hl}/add_spent_time`,{duration:fl,...yl})}all({projectId:La,groupId:hl,...fl}={}){let yl="";if(La){yl=endpoint`projects/${La}/`}else if(hl){yl=endpoint`groups/${hl}/`}return n_.get()(this,`${yl}merge_requests`,fl)}allDiffs(La,hl,fl){return n_.get()(this,endpoint`projects/${La}/merge_requests/${hl}/diffs`,fl)}allCommits(La,hl,fl){return n_.get()(this,endpoint`projects/${La}/merge_requests/${hl}/commits`,fl)}allDiffVersions(La,hl,fl){return n_.get()(this,endpoint`projects/${La}/merge_requests/${hl}/versions`,fl)}allIssuesClosed(La,hl,fl){return n_.get()(this,endpoint`projects/${La}/merge_requests/${hl}/closes_issues`,fl)}allIssuesRelated(La,hl,fl){return n_.get()(this,endpoint`projects/${La}/merge_requests/${hl}/related_issues`,fl)}allParticipants(La,hl,fl){return n_.get()(this,endpoint`projects/${La}/merge_requests/${hl}/participants`,fl)}allPipelines(La,hl,fl){return n_.get()(this,endpoint`projects/${La}/merge_requests/${hl}/pipelines`,fl)}cancelOnPipelineSuccess(La,hl,fl){return n_.post()(this,endpoint`projects/${La}/merge_requests/${hl}/cancel_merge_when_pipeline_succeeds`,fl)}create(La,hl,fl,yl,Pl){return n_.post()(this,endpoint`projects/${La}/merge_requests`,{sourceBranch:hl,targetBranch:fl,title:yl,...Pl})}createPipeline(La,hl,fl){return n_.post()(this,endpoint`projects/${La}/merge_requests/${hl}/pipelines`,fl)}createTodo(La,hl,fl){return n_.post()(this,endpoint`projects/${La}/merge_requests/${hl}/todo`,fl)}edit(La,hl,fl){return n_.put()(this,endpoint`projects/${La}/merge_requests/${hl}`,fl)}merge(La,hl,fl){return n_.put()(this,endpoint`projects/${La}/merge_requests/${hl}/merge`,fl)}mergeToDefault(La,hl,fl){return n_.put()(this,endpoint`projects/${La}/merge_requests/${hl}/merge_ref`,fl)}rebase(La,hl,{skipCI:fl,...yl}={}){return n_.put()(this,endpoint`projects/${La}/merge_requests/${hl}/rebase`,{...yl,skipCi:fl})}remove(La,hl,fl){return n_.del()(this,endpoint`projects/${La}/merge_requests/${hl}`,fl)}resetSpentTime(La,hl,fl){return n_.post()(this,endpoint`projects/${La}/merge_requests/${hl}/reset_spent_time`,fl)}resetTimeEstimate(La,hl,fl){return n_.post()(this,endpoint`projects/${La}/merge_requests/${hl}/reset_time_estimate`,fl)}setTimeEstimate(La,hl,fl,yl){return n_.post()(this,endpoint`projects/${La}/merge_requests/${hl}/time_estimate`,{duration:fl,...yl})}show(La,hl,fl){return n_.get()(this,endpoint`projects/${La}/merge_requests/${hl}`,fl)}showChanges(La,hl,fl){process.emitWarning('This endpoint was deprecated in GitLab API 15.7 and will be removed in API v5. Please use the "allDiffs" function instead.',"DeprecationWarning");return n_.get()(this,endpoint`projects/${La}/merge_requests/${hl}/changes`,fl)}showDiffVersion(La,hl,fl,yl){return n_.get()(this,endpoint`projects/${La}/merge_requests/${hl}/versions/${fl}`,yl)}showTimeStats(La,hl,fl){return n_.get()(this,endpoint`projects/${La}/merge_requests/${hl}/time_stats`,fl)}subscribe(La,hl,fl){return n_.post()(this,endpoint`projects/${La}/merge_requests/${hl}/subscribe`,fl)}unsubscribe(La,hl,fl){return n_.post()(this,endpoint`projects/${La}/merge_requests/${hl}/unsubscribe`,fl)}showReviewers(La,hl,fl){return n_.get()(this,endpoint`projects/${La}/merge_requests/${hl}/reviewers`,fl)}};var Tw=class extends yl.BaseResource{all(La,hl){return n_.get()(this,endpoint`projects/${La}/merge_trains`,hl)}showStatus(La,hl,fl){return n_.get()(this,endpoint`projects/${La}/merge_trains/merge_requests/${hl}`,fl)}addMergeRequest(La,hl,fl){return n_.post()(this,endpoint`projects/${La}/merge_trains/merge_requests/${hl}`,fl)}};var Iw=class extends yl.BaseResource{publish(La,hl,fl,yl,{contentType:Pl,...Ul}={}){return n_.put()(this,endpoint`projects/${La}/packages/generic/${hl}/${fl}/${yl.filename}`,{isForm:true,file:[yl.content,yl.filename],...Ul})}download(La,hl,fl,yl,Pl){return n_.get()(this,endpoint`projects/${La}/packages/generic/${hl}/${fl}/${yl}`,Pl)}};var Bw=class extends yl.BaseResource{all({projectId:La,groupId:hl,...fl}={}){let yl;if(La)yl=endpoint`projects/${La}/packages`;else if(hl)yl=endpoint`groups/${hl}/packages`;else{throw new Error("Missing required argument. Please supply a projectId or a groupId in the options parameter.")}return n_.get()(this,yl,fl)}allFiles(La,hl,fl){return n_.get()(this,endpoint`projects/${La}/packages/${hl}/package_files`,fl)}remove(La,hl,fl){return n_.del()(this,endpoint`projects/${La}/packages/${hl}`,fl)}removeFile(La,hl,fl,yl){return n_.del()(this,endpoint`projects/${La}/packages/${hl}/package_files/${fl}`,yl)}show(La,hl,fl){return n_.get()(this,endpoint`projects/${La}/packages/${hl}`,fl)}};var Fw=class extends yl.BaseResource{all({projectId:La,...hl}={}){const fl=La?endpoint`projects/${La}/`:"";return n_.get()(this,`${fl}pages/domains`,hl)}create(La,hl,fl){return n_.post()(this,endpoint`projects/${La}/pages/domains`,{domain:hl,...fl})}edit(La,hl,fl){return n_.put()(this,endpoint`projects/${La}/pages/domains/${hl}`,fl)}show(La,hl,fl){return n_.get()(this,endpoint`projects/${La}/pages/domains/${hl}`,fl)}remove(La,hl,fl){return n_.del()(this,endpoint`projects/${La}/pages/domains/${hl}`,fl)}};var Pw=class extends yl.BaseResource{all(La,hl,fl){return n_.get()(this,endpoint`projects/${La}/pipeline_schedules/${hl}/variables`,fl)}create(La,hl,fl,yl,Pl){return n_.post()(this,endpoint`projects/${La}/pipeline_schedules/${hl}/variables`,{...Pl,key:fl,value:yl})}edit(La,hl,fl,yl,Pl){return n_.put()(this,endpoint`projects/${La}/pipeline_schedules/${hl}/variables/${fl}`,{...Pl,value:yl})}remove(La,hl,fl,yl){return n_.del()(this,endpoint`projects/${La}/pipeline_schedules/${hl}/variables/${fl}`,yl)}};var Rw=class extends yl.BaseResource{all(La,hl){return n_.get()(this,endpoint`projects/${La}/pipeline_schedules`,hl)}allTriggeredPipelines(La,hl,fl){return n_.get()(this,endpoint`projects/${La}/pipeline_schedules/${hl}/pipelines`,fl)}create(La,hl,fl,yl,Pl){return n_.post()(this,endpoint`projects/${La}/pipeline_schedules`,{description:hl,ref:fl,cron:yl,...Pl})}edit(La,hl,fl){return n_.put()(this,endpoint`projects/${La}/pipeline_schedules/${hl}`,fl)}remove(La,hl,fl){return n_.del()(this,endpoint`projects/${La}/pipeline_schedules/${hl}`,fl)}run(La,hl,fl){return n_.post()(this,endpoint`projects/${La}/pipeline_schedules/${hl}/play`,fl)}show(La,hl,fl){return n_.get()(this,endpoint`projects/${La}/pipeline_schedules/${hl}`,fl)}takeOwnership(La,hl,fl){return n_.post()(this,endpoint`projects/${La}/pipeline_schedules/${hl}/take_ownership`,fl)}};var Nw=class extends yl.BaseResource{all(La,hl){return n_.get()(this,endpoint`projects/${La}/triggers`,hl)}create(La,hl,fl){return n_.post()(this,endpoint`projects/${La}/triggers`,{description:hl,...fl})}edit(La,hl,fl){return n_.put()(this,endpoint`projects/${La}/triggers/${hl}`,fl)}remove(La,hl,fl){return n_.del()(this,endpoint`projects/${La}/triggers/${hl}`,fl)}show(La,hl,fl){return n_.get()(this,endpoint`projects/${La}/triggers/${hl}`,fl)}trigger(La,hl,fl,{variables:yl,...Pl}={}){const Ul={...Pl,searchParams:{token:fl,ref:hl}};if(yl){Ul.isForm=true;Object.assign(Ul,reformatObjectOptions(yl,"variables"))}return n_.post()(this,endpoint`projects/${La}/trigger/pipeline`,Ul)}};var Ow=class extends yl.BaseResource{all(La,hl){return n_.get()(this,endpoint`projects/${La}/pipelines`,hl)}allVariables(La,hl,fl){return n_.get()(this,endpoint`projects/${La}/pipelines/${hl}/variables`,fl)}cancel(La,hl,fl){return n_.post()(this,endpoint`projects/${La}/pipelines/${hl}/cancel`,fl)}create(La,hl,fl){return n_.post()(this,endpoint`projects/${La}/pipeline`,{ref:hl,...fl})}remove(La,hl,fl){return n_.del()(this,endpoint`projects/${La}/pipelines/${hl}`,fl)}retry(La,hl,fl){return n_.post()(this,endpoint`projects/${La}/pipelines/${hl}/retry`,fl)}show(La,hl,fl){return n_.get()(this,endpoint`projects/${La}/pipelines/${hl}`,fl)}showLatest(La,hl){return n_.get()(this,endpoint`projects/${La}/pipelines/latest`,hl)}showTestReport(La,hl,fl){return n_.get()(this,endpoint`projects/${La}/pipelines/${hl}/test_report`,fl)}showTestReportSummary(La,hl,fl){return n_.get()(this,endpoint`projects/${La}/pipelines/${hl}/test_report_summary`,fl)}};var Qw=class extends yl.BaseResource{allFunnels(La,hl){return n_.get()(this,endpoint`projects/${La}/product_analytics/funnels`,hl)}load(La,hl){return n_.post()(this,endpoint`projects/${La}/product_analytics/request/load`,hl)}dryRun(La,hl){return n_.post()(this,endpoint`projects/${La}/product_analytics/request/dry-run`,hl)}showMetadata(La,hl){return n_.get()(this,endpoint`projects/${La}/product_analytics/request/meta`,hl)}};var Lw=class extends lA{constructor(La){super("projects",La)}};var Mw=class extends cA{constructor(La){super("projects",La)}};var jw=class extends yl.BaseResource{all(La){return n_.get()(this,"project_aliases",La)}create(La,hl,fl){return n_.post()(this,"project_aliases",{name:hl,projectId:La,...fl})}edit(La,hl){return n_.post()(this,`project_aliases/${La}`,hl)}remove(La,hl){return n_.del()(this,`project_aliases/${La}`,hl)}};var Uw=class extends dA{constructor(La){super("projects",La)}};var Gw=class extends hA{constructor(La){super("projects",La)}};var qw=class extends fA{constructor(La){super("projects",La)}};var $w=class extends xA{constructor(La){super("projects",La)}};var Jw=class extends yl.BaseResource{download(La,hl){return n_.get()(this,endpoint`projects/${La}/export/download`,hl)}import(La,hl,fl){return n_.post()(this,"projects/import",{isForm:true,...fl,file:[La.content,La.filename],path:hl})}importRemote(La,hl,fl){return n_.post()(this,"projects/remote-import",{...fl,path:hl,url:La})}importRemoteS3(La,hl,fl,yl,Pl,Ul,Gd){return n_.post()(this,"projects/remote-import",{...Gd,accessKeyId:La,bucketName:hl,fileKey:fl,path:yl,region:Pl,secretAccessKey:Ul})}showExportStatus(La,hl){return n_.get()(this,endpoint`projects/${La}/export`,hl)}showImportStatus(La,hl){return n_.get()(this,endpoint`projects/${La}/import`,hl)}scheduleExport(La,hl,fl){return n_.post()(this,endpoint`projects/${La}/export`,{...fl,upload:hl})}};var Hw=class extends kA{constructor(La){super("projects",La)}};var Vw=class extends mA{constructor(La){super("projects",La)}};var Ww=class extends TA{constructor(La){super("project",La)}};var zw=class extends yl.BaseResource{show(La,hl){return n_.get()(this,endpoint`projects/${La}/job_token_scope`,hl)}edit(La,hl,fl){return n_.patch()(this,endpoint`projects/${La}/job_token_scope`,{...fl,enabled:hl})}showInboundAllowList(La,hl){return n_.get()(this,endpoint`projects/${La}/job_token_scope/allowlist`,hl)}addToInboundAllowList(La,hl,fl){return n_.post()(this,endpoint`projects/${La}/job_token_scope/allowlist`,{...fl,targetProjectId:hl})}removeFromInboundAllowList(La,hl,fl){return n_.del()(this,endpoint`projects/${La}/job_token_scope/allowlist/${hl}`,fl)}showGroupsAllowList(La,hl){return n_.get()(this,endpoint`projects/${La}/job_token_scope/groups_allowlist`,hl)}addToGroupsAllowList(La,hl,fl){return n_.post()(this,endpoint`projects/${La}/job_token_scope/groups_allowlist`,{...fl,targetGroupId:hl})}removeFromGroupsAllowList(La,hl,fl){return n_.del()(this,endpoint`projects/${La}/job_token_scope/groups_allowlist/${hl}`,fl)}};var Yw=class extends gA{constructor(La){super("projects",La)}};var Kw=class extends AA{constructor(La){super("projects",La)}create(La,hl,fl){return n_.post()(this,endpoint`${La}/uploads`,{isForm:true,...fl,file:[hl.content,hl.filename]})}};var Xw=class extends yA{constructor(La){super("projects",La)}};var Zw=class extends bA{constructor(La){super("projects",La)}promote(La,hl,fl){return n_.post()(this,endpoint`${La}/milestones/${hl}/promote`,fl)}};var eC=class extends IA{constructor(La){super("projects",La)}};var tC=class extends DA{constructor(La){super("projects",La)}};var rC=class extends yl.BaseResource{download(La,hl,fl){return n_.get()(this,endpoint`projects/${La}/export_relations/download`,{relation:hl,...fl})}showExportStatus(La,hl){return n_.get()(this,endpoint`projects/${La}/export_relations/status`,hl)}scheduleExport(La,hl){return n_.post()(this,endpoint`projects/${La}/export_relations`,hl)}};var nC=class extends yl.BaseResource{all(La,hl){return n_.get()(this,endpoint`projects/${La}/releases`,hl)}create(La,hl){return n_.post()(this,endpoint`projects/${La}/releases`,hl)}createEvidence(La,hl,fl){return n_.post()(this,endpoint`projects/${La}/releases/${hl}/evidence`,fl)}edit(La,hl,fl){return n_.put()(this,endpoint`projects/${La}/releases/${hl}`,fl)}download(La,hl,fl,yl){return n_.get()(this,endpoint`projects/${La}/releases/${hl}/downloads/${fl}`,yl)}downloadLatest(La,hl,fl){return n_.get()(this,endpoint`projects/${La}/releases/permalink/latest/downloads/${hl}`,fl)}remove(La,hl,fl){return n_.del()(this,endpoint`projects/${La}/releases/${hl}`,fl)}show(La,hl,fl){return n_.get()(this,endpoint`projects/${La}/releases/${hl}`,fl)}showLatest(La,hl){return n_.get()(this,endpoint`projects/${La}/releases/permalink/latest`,hl)}showLatestEvidence(La,hl){return n_.get()(this,endpoint`projects/${La}/releases/permalink/latest/evidence`,hl)}};var iC=class extends yl.BaseResource{all(La,hl){return n_.get()(this,endpoint`projects/${La}/remote_mirrors`,hl)}createPullMirror(La,hl,fl,yl){return n_.post()(this,endpoint`projects/${La}/mirror/pull`,{importUrl:hl,mirror:fl,...yl})}createPushMirror(La,hl,fl){return n_.post()(this,endpoint`projects/${La}/remote_mirrors`,{url:hl,...fl})}edit(La,hl,fl){return n_.post()(this,endpoint`projects/${La}/remote_mirrors/${hl}`,fl)}remove(La,hl,fl){return n_.del()(this,endpoint`projects/${La}/remote_mirrors/${hl}`,fl)}show(La,hl,fl){return n_.get()(this,endpoint`projects/${La}/remote_mirrors/${hl}`,fl)}sync(La,hl,fl){return n_.post()(this,endpoint`projects/${La}/remote_mirrors/${hl}/sync`,fl)}};var sC=class extends SA{constructor(La){super("projects",La)}};var aC=class extends uA{constructor(La){super("projects","snippets",La)}};var oC=class extends _A{constructor(La){super("projects","snippets",La)}};var lC=class extends vA{constructor(La){super("projects","snippets",La)}};var cC=class extends yl.BaseResource{all(La,hl){return n_.get()(this,endpoint`projects/${La}/snippets`,hl)}create(La,hl,fl){return n_.post()(this,endpoint`projects/${La}/snippets`,{title:hl,...fl})}edit(La,hl,fl){return n_.put()(this,endpoint`projects/${La}/snippets/${hl}`,fl)}remove(La,hl,fl){return n_.del()(this,endpoint`projects/${La}/snippets/${hl}`,fl)}show(La,hl,fl){return n_.get()(this,endpoint`projects/${La}/snippets/${hl}`,fl)}showContent(La,hl,fl){return n_.get()(this,endpoint`projects/${La}/snippets/${hl}/raw`,fl)}showRepositoryFileContent(La,hl,fl,yl,Pl){return n_.get()(this,endpoint`projects/${La}/snippets/${hl}/files/${fl}/${yl}/raw`,Pl)}showUserAgentDetails(La,hl,fl){return n_.get()(this,endpoint`projects/${La}/snippets/${hl}/user_agent_detail`,fl)}};var uC=class extends yl.BaseResource{show(La,hl){return n_.get()(this,endpoint`projects/${La}/statistics`,hl)}};var pC=class extends yl.BaseResource{all(La,hl,fl){return n_.get()(this,endpoint`projects/${La}/templates/${hl}`,fl)}show(La,hl,fl,yl){return n_.get()(this,endpoint`projects/${La}/templates/${hl}/${fl}`,yl)}};var dC=class extends yl.BaseResource{show(La,hl,fl){return n_.get()(this,endpoint`projects/${La}/terraform/state/${hl}`,fl)}showVersion(La,hl,fl,yl){return n_.get()(this,endpoint`projects/${La}/terraform/state/${hl}/versions/${fl}`,yl)}removeVersion(La,hl,fl,yl){return n_.del()(this,endpoint`projects/${La}/terraform/state/${hl}/versions/${fl}`,yl)}remove(La,hl,fl){return n_.del()(this,endpoint`projects/${La}/terraform/state/${hl}`,fl)}removeTerraformStateLock(La,hl,fl){return n_.del()(this,endpoint`projects/${La}/terraform/state/${hl}/lock`,fl)}createVersion(La,hl,fl){return n_.post()(this,endpoint`projects/${La}/terraform/state/${hl}`,fl)}};var hC=class extends wA{constructor(La){super("projects",La)}};var fC=class extends yl.BaseResource{all(La,hl){return n_.get()(this,endpoint`projects/${La}/vulnerabilities`,hl)}create(La,hl,fl){return n_.post()(this,endpoint`projects/${La}/vulnerabilities`,{...fl,searchParams:{findingId:hl}})}};var _C=class extends CA{constructor(La){super("projects",La)}};var mC=class extends yl.BaseResource{all({userId:La,starredOnly:hl,...fl}={}){let yl;if(La&&hl)yl=endpoint`users/${La}/starred_projects`;else if(La)yl=endpoint`users/${La}/projects`;else yl="projects";return n_.get()(this,yl,fl)}allTransferLocations(La,hl){return n_.get()(this,endpoint`projects/${La}/transfer_locations`,hl)}allUsers(La,hl){return n_.get()(this,endpoint`projects/${La}/users`,hl)}allGroups(La,hl){return n_.get()(this,endpoint`projects/${La}/groups`,hl)}allInvitedGroups(La,hl){return n_.get()(this,endpoint`projects/${La}/invited_groups`,hl)}allSharableGroups(La,hl){return n_.get()(this,endpoint`projects/${La}/share_locations`,hl)}allForks(La,hl){return n_.get()(this,endpoint`projects/${La}/forks`,hl)}allStarrers(La,hl){return n_.get()(this,endpoint`projects/${La}/starrers`,hl)}allStoragePaths(La,hl){return n_.get()(this,endpoint`projects/${La}/storage`,hl)}archive(La,hl){return n_.post()(this,endpoint`projects/${La}/archive`,hl)}create({userId:La,avatar:hl,...fl}={}){const yl=La?`projects/user/${La}`:"projects";if(hl){return n_.post()(this,yl,{...fl,isForm:true,avatar:[hl.content,hl.filename]})}return n_.post()(this,yl,{...fl,avatar:hl})}createForkRelationship(La,hl,fl){return n_.post()(this,endpoint`projects/${La}/fork/${hl}`,fl)}createPullMirror(La,hl,fl,yl){return n_.post()(this,endpoint`projects/${La}/mirror/pull`,{importUrl:hl,mirror:fl,...yl})}downloadSnapshot(La,hl){return n_.get()(this,endpoint`projects/${La}/snapshot`,hl)}edit(La,{avatar:hl,...fl}={}){const yl=endpoint`projects/${La}`;if(hl){return n_.put()(this,yl,{...fl,isForm:true,avatar:[hl.content,hl.filename]})}return n_.put()(this,yl,{...fl,avatar:hl})}fork(La,hl){return n_.post()(this,endpoint`projects/${La}/fork`,hl)}housekeeping(La,hl){return n_.post()(this,endpoint`projects/${La}/housekeeping`,hl)}importProjectMembers(La,hl,fl){return n_.post()(this,endpoint`projects/${La}/import_project_members/${hl}`,fl)}remove(La,hl){return n_.del()(this,endpoint`projects/${La}`,hl)}removeForkRelationship(La,hl){return n_.del()(this,endpoint`projects/${La}/fork`,hl)}removeAvatar(La,hl){return n_.put()(this,endpoint`projects/${La}`,{...hl,avatar:""})}restore(La,hl){return n_.post()(this,endpoint`projects/${La}/restore`,hl)}search(La,hl){return n_.get()(this,"projects",{search:La,...hl})}share(La,hl,fl,yl){return n_.post()(this,endpoint`projects/${La}/share`,{groupId:hl,groupAccess:fl,...yl})}show(La,hl){return n_.get()(this,endpoint`projects/${La}`,hl)}showLanguages(La,hl){return n_.get()(this,endpoint`projects/${La}/languages`,hl)}showPullMirror(La,hl){return n_.get()(this,endpoint`projects/${La}/mirror/pull`,hl)}star(La,hl){return n_.post()(this,endpoint`projects/${La}/star`,hl)}transfer(La,hl,fl){return n_.put()(this,endpoint`projects/${La}/transfer`,{...fl,namespace:hl})}unarchive(La,hl){return n_.post()(this,endpoint`projects/${La}/unarchive`,hl)}unshare(La,hl,fl){return n_.del()(this,endpoint`projects/${La}/share/${hl}`,fl)}unstar(La,hl){return n_.post()(this,endpoint`projects/${La}/unstar`,hl)}uploadForReference(La,hl,fl){return n_.post()(this,endpoint`projects/${La}/uploads`,{...fl,isForm:true,file:[hl.content,hl.filename]})}uploadAvatar(La,hl,fl){return n_.put()(this,endpoint`projects/${La}`,{...fl,isForm:true,avatar:[hl.content,hl.filename]})}};var gC=class extends yl.BaseResource{all(La,hl){return n_.get()(this,endpoint`projects/${La}/protected_branches`,hl)}create(La,hl,fl){const{sudo:yl,showExpanded:Pl,...Ul}=fl||{};return n_.post()(this,endpoint`projects/${La}/protected_branches`,{searchParams:{...Ul,name:hl},sudo:yl,showExpanded:Pl})}protect(La,hl,fl){return this.create(La,hl,fl)}edit(La,hl,fl){return n_.patch()(this,endpoint`projects/${La}/protected_branches/${hl}`,fl)}show(La,hl,fl){return n_.get()(this,endpoint`projects/${La}/protected_branches/${hl}`,fl)}remove(La,hl,fl){return n_.del()(this,endpoint`projects/${La}/protected_branches/${hl}`,fl)}unprotect(La,hl,fl){return this.remove(La,hl,fl)}};var AC=class extends yl.BaseResource{all(La,hl){return n_.get()(this,endpoint`projects/${La}/protected_tags`,hl)}create(La,hl,fl){const{sudo:yl,showExpanded:Pl,...Ul}=fl||{};return n_.post()(this,endpoint`projects/${La}/protected_tags`,{searchParams:{name:hl,...Ul},sudo:yl,showExpanded:Pl})}protect(La,hl,fl){return this.create(La,hl,fl)}show(La,hl,fl){return n_.get()(this,endpoint`projects/${La}/protected_tags/${hl}`,fl)}remove(La,hl,fl){return n_.del()(this,endpoint`projects/${La}/protected_tags/${hl}`,fl)}unprotect(La,hl,fl){return this.remove(La,hl,fl)}};var yC=class extends yl.BaseResource{all(La,hl,fl){return n_.get()(this,endpoint`projects/${La}/releases/${hl}/assets/links`,fl)}create(La,hl,fl,yl,Pl){return n_.post()(this,endpoint`projects/${La}/releases/${hl}/assets/links`,{name:fl,url:yl,...Pl})}edit(La,hl,fl,yl){return n_.put()(this,endpoint`projects/${La}/releases/${hl}/assets/links/${fl}`,yl)}remove(La,hl,fl,yl){return n_.del()(this,endpoint`projects/${La}/releases/${hl}/assets/links/${fl}`,yl)}show(La,hl,fl,yl){return n_.get()(this,endpoint`projects/${La}/releases/${hl}/assets/links/${fl}`,yl)}};var bC=class extends yl.BaseResource{allContributors(La,hl){return n_.get()(this,endpoint`projects/${La}/repository/contributors`,hl)}allRepositoryTrees(La,hl){return n_.get()(this,endpoint`projects/${La}/repository/tree`,hl)}compare(La,hl,fl,yl){return n_.get()(this,endpoint`projects/${La}/repository/compare`,{from:hl,to:fl,...yl})}editChangelog(La,hl,fl){return n_.post()(this,endpoint`projects/${La}/repository/changelog`,{...fl,version:hl})}mergeBase(La,hl,fl){return n_.get()(this,endpoint`projects/${La}/repository/merge_base`,{...fl,refs:hl})}showArchive(La,{fileType:hl="tar.gz",...fl}={}){return n_.get()(this,endpoint`projects/${La}/repository/archive.${hl}`,fl)}showBlob(La,hl,fl){return n_.get()(this,endpoint`projects/${La}/repository/blobs/${hl}`,fl)}showBlobRaw(La,hl,fl){return n_.get()(this,endpoint`projects/${La}/repository/blobs/${hl}/raw`,fl)}showChangelog(La,hl,fl){return n_.get()(this,endpoint`projects/${La}/repository/changelog`,{...fl,version:hl})}};var vC=class extends yl.BaseResource{allFileBlames(La,hl,fl,yl){return n_.get()(this,endpoint`projects/${La}/repository/files/${hl}/blame`,{ref:fl,...yl})}create(La,hl,fl,yl,Pl,Ul){return n_.post()(this,endpoint`projects/${La}/repository/files/${hl}`,{branch:fl,content:yl,commitMessage:Pl,...Ul})}edit(La,hl,fl,yl,Pl,Ul){return n_.put()(this,endpoint`projects/${La}/repository/files/${hl}`,{branch:fl,content:yl,commitMessage:Pl,...Ul})}remove(La,hl,fl,yl,Pl){return n_.del()(this,endpoint`projects/${La}/repository/files/${hl}`,{branch:fl,commitMessage:yl,...Pl})}show(La,hl,fl,yl){return n_.get()(this,endpoint`projects/${La}/repository/files/${hl}`,{ref:fl,...yl})}showRaw(La,hl,fl,yl){return n_.get()(this,endpoint`projects/${La}/repository/files/${hl}/raw`,{ref:fl,...yl})}};var EC=class extends yl.BaseResource{edit(La,hl,fl,yl,Pl){return n_.put()(this,endpoint`projects/${La}/repository/submodules/${hl}`,{branch:fl,commitSha:yl,...Pl})}};var wC=class extends yl.BaseResource{all(La,hl){return n_.get()(this,endpoint`projects/${La}/resource_groups`,hl)}edit(La,hl,fl){return n_.put()(this,endpoint`projects/${La}/resource_groups/${hl}`,fl)}show(La,hl,fl){return n_.get()(this,endpoint`projects/${La}/resource_groups/${hl}`,fl)}allUpcomingJobs(La,hl,fl){return n_.get()(this,endpoint`projects/${La}/resource_groups/${hl}/upcoming_jobs`,fl)}};var CC=class extends yl.BaseResource{all({projectId:La,groupId:hl,owned:fl,...yl}={}){let Pl;if(La)Pl=endpoint`projects/${La}/runners`;else if(hl)Pl=endpoint`groups/${hl}/runners`;else if(fl)Pl="runners";else Pl="runners/all";return n_.get()(this,Pl,yl)}allJobs(La,hl){return n_.get()(this,`runners/${La}/jobs`,hl)}create(La,hl){return n_.post()(this,`runners`,{token:La,...hl})}edit(La,hl){return n_.put()(this,`runners/${La}`,hl)}enable(La,hl,fl){return n_.post()(this,endpoint`projects/${La}/runners`,{runnerId:hl,...fl})}disable(La,hl,fl){return n_.del()(this,endpoint`projects/${La}/runners/${hl}`,fl)}register(La,hl){return this.create(La,hl)}remove({runnerId:La,token:hl,...fl}){let yl;if(La)yl=`runners/${La}`;else if(hl){yl="runners"}else throw new Error("Missing required argument. Please supply a runnerId or a token in the options parameter");return n_.del()(this,yl,{token:hl,...fl})}resetRegistrationToken({runnerId:La,token:hl,...fl}={}){let yl;if(La)yl=endpoint`runners/${La}/reset_registration_token`;else if(hl)yl="runners/reset_registration_token";else{throw new Error("Missing either runnerId or token parameters")}return n_.post()(this,yl,{token:hl,...fl})}show(La,hl){return n_.get()(this,`runners/${La}`,hl)}verify(La){return n_.post()(this,`runners/verify`,La)}};var xC=class extends yl.BaseResource{all(La,hl){return n_.get()(this,endpoint`projects/${La}/secure_files`,hl)}create(La,hl,fl,yl){return n_.post()(this,`projects/${La}/secure_files`,{isForm:true,...yl,file:[fl.content,fl.filename],name:hl})}download(La,hl,fl){return n_.get()(this,endpoint`projects/${La}/secure_files/${hl}/download`,fl)}remove(La,hl,fl){return n_.del()(this,endpoint`projects/${La}/secure_files/${hl}`,fl)}show(La,hl,fl){return n_.get()(this,endpoint`projects/${La}/secure_files/${hl}`,fl)}};var DC=class extends yl.BaseResource{all(La,hl){return n_.get()(this,endpoint`projects/${La}/repository/tags`,hl)}create(La,hl,fl,yl){return n_.post()(this,endpoint`projects/${La}/repository/tags`,{searchParams:{tagName:hl,ref:fl},...yl})}remove(La,hl,fl){return n_.del()(this,endpoint`projects/${La}/repository/tags/${hl}`,fl)}show(La,hl,fl){return n_.get()(this,endpoint`projects/${La}/repository/tags/${hl}`,fl)}showSignature(La,hl,fl){return n_.get()(this,endpoint`projects/${La}/repository/tags/${hl}/signature`,fl)}};var SC=class extends yl.BaseResource{create(La,hl,fl){return n_.get()(this,endpoint`projects/${La}/metrics/user_starred_dashboards`,{dashboardPath:hl,...fl})}remove(La,hl){return n_.del()(this,endpoint`projects/${La}/metrics/user_starred_dashboards`,hl)}};var kC=class extends uA{constructor(La){super("epics","issues",La)}};var TC=class extends _A{constructor(La){super("groups","epics",La)}};var IC=class extends yl.BaseResource{all(La,hl,fl){return n_.get()(this,endpoint`groups/${La}/epics/${hl}/issues`,fl)}assign(La,hl,fl,yl){return n_.post()(this,endpoint`groups/${La}/epics/${hl}/issues/${fl}`,yl)}edit(La,hl,fl,yl){return n_.put()(this,endpoint`groups/${La}/epics/${hl}/issues/${fl}`,yl)}remove(La,hl,fl,yl){return n_.del()(this,endpoint`groups/${La}/epics/${hl}/issues/${fl}`,yl)}};var BC=class extends FA{constructor(La){super("groups","epics",La)}};var FC=class extends yl.BaseResource{all(La,hl,fl){return n_.get()(this,endpoint`groups/${La}/epics/${hl}/links`,fl)}assign(La,hl,fl,yl){return n_.post()(this,endpoint`groups/${La}/epics/${hl}/links/${fl}`,yl)}create(La,hl,fl,yl){return n_.post()(this,endpoint`groups/${La}/epics/${hl}/links`,{searchParams:{title:fl},...yl})}reorder(La,hl,fl,yl){return n_.put()(this,endpoint`groups/${La}/epics/${hl}/links/${fl}`,yl)}unassign(La,hl,fl,yl){return n_.del()(this,endpoint`groups/${La}/epics/${hl}/links/${fl}`,yl)}};var PC=class extends vA{constructor(La){super("groups","epics",La)}};var RC=class extends yl.BaseResource{all(La,hl){return n_.get()(this,endpoint`groups/${La}/epics`,hl)}create(La,hl,fl){return n_.post()(this,endpoint`groups/${La}/epics`,{title:hl,...fl})}createTodo(La,hl,fl){return n_.post()(this,endpoint`groups/${La}/epics/${hl}/todos`,fl)}edit(La,hl,fl){return n_.put()(this,endpoint`groups/${La}/epics/${hl}`,fl)}remove(La,hl,fl){return n_.del()(this,endpoint`groups/${La}/epics/${hl}`,fl)}show(La,hl,fl){return n_.get()(this,endpoint`groups/${La}/epics/${hl}`,fl)}};var NC=class extends lA{constructor(La){super("groups",La)}};var OC=class extends cA{constructor(La){super("groups",La)}};var QC=class extends yl.BaseResource{showIssuesCount(La,hl){return n_.get()(this,"analytics/group_activity/issues_count",{searchParams:{groupPath:La},...hl})}showMergeRequestsCount(La,hl){return n_.get()(this,"analytics/group_activity/merge_requests_count",{searchParams:{groupPath:La},...hl})}showNewMembersCount(La,hl){return n_.get()(this,"analytics/group_activity/new_members_count",{searchParams:{groupPath:La},...hl})}};var LC=class extends dA{constructor(La){super("groups",La)}};var MC=class extends hA{constructor(La){super("groups",La)}};var jC=class extends fA{constructor(La){super("groups",La)}};var UC=class extends yl.BaseResource{all(La,hl){return n_.get()(this,endpoint`groups/${La}/epic_boards`,hl)}allLists(La,hl,fl){return n_.get()(this,endpoint`groups/${La}/epic_boards/${hl}/lists`,fl)}show(La,hl,fl){return n_.get()(this,endpoint`groups/${La}/epic_boards/${hl}`,fl)}showList(La,hl,fl,yl){return n_.get()(this,endpoint`groups/${La}/epic_boards/${hl}/lists/${fl}`,yl)}};var GC=class extends xA{constructor(La){super("groups",La)}};var qC=class extends yl.BaseResource{download(La,hl){return n_.get()(this,endpoint`groups/${La}/export/download`,hl)}import(La,hl,{parentId:fl,name:yl,...Pl}){return n_.post()(this,"groups/import",{isForm:true,...Pl,file:[La.content,La.filename],path:hl,name:yl||hl.split("/").at(0),parentId:fl})}scheduleExport(La,hl){return n_.post()(this,endpoint`groups/${La}/export`,hl)}};var $C=class extends kA{constructor(La){super("groups",La)}};var JC=class extends mA{constructor(La){super("groups",La)}};var HC=class extends TA{constructor(La){super("groups",La)}};var VC=class extends yl.BaseResource{add(La,hl,fl,yl){return n_.post()(this,endpoint`groups/${La}/ldap_group_links`,{groupAccess:hl,provider:fl,...yl})}all(La,hl){return n_.get()(this,endpoint`groups/${La}/ldap_group_links`,hl)}remove(La,hl,fl){return n_.del()(this,endpoint`groups/${La}/ldap_group_links`,{provider:hl,...fl})}sync(La,hl){return n_.post()(this,endpoint`groups/${La}/ldap_sync`,hl)}};var WC=class extends gA{constructor(La){super("groups",La)}};var zC=class extends AA{constructor(La){super("groups",La)}};var YC=class extends yl.BaseResource{add(La,hl,fl){return n_.post()(this,endpoint`groups/${La}/members`,{baseAccessLevel:hl,...fl})}all(La,hl){return n_.get()(this,endpoint`groups/${La}/member_roles`,hl)}remove(La,hl,fl){return n_.del()(this,endpoint`groups/${La}/member_roles/${hl}`,fl)}};var KC=class extends yA{constructor(La){super("groups",La)}allBillable(La,hl){return n_.get()(this,endpoint`${La}/billable_members`,hl)}allPending(La,hl){return n_.get()(this,endpoint`${La}/pending_members`,hl)}allBillableMemberships(La,hl,fl){return n_.get()(this,endpoint`${La}/billable_members/${hl}/memberships`,fl)}approve(La,hl,fl){return n_.put()(this,endpoint`${La}/members/${hl}/approve`,fl)}approveAll(La,hl){return n_.put()(this,endpoint`${La}/members/approve_all`,hl)}removeBillable(La,hl,fl){return n_.del()(this,endpoint`${La}/billable_members/${hl}`,fl)}removeOverrideFlag(La,hl,fl){return n_.del()(this,endpoint`${La}/members/${hl}/override`,fl)}setOverrideFlag(La,hl,fl){return n_.post()(this,endpoint`${La}/members/${hl}/override`,fl)}};var XC=class extends bA{constructor(La){super("groups",La)}};var ZC=class extends IA{constructor(La){super("groups",La)}};var ex=class extends DA{constructor(La){super("groups",La)}};var ix=class extends yl.BaseResource{download(La,hl,fl){return n_.get()(this,endpoint`groups/${La}/export_relations/download`,{searchParams:{relation:hl},...fl})}exportStatus(La,hl){return n_.get()(this,endpoint`groups/${La}/export_relations`,hl)}scheduleExport(La,hl){return n_.post()(this,endpoint`groups/${La}/export_relations`,hl)}};var sx=class extends yl.BaseResource{all(La,hl){return n_.get()(this,endpoint`groups/${La}/releases`,hl)}};var ax=class extends SA{constructor(La){super("groups",La)}};var ox=class extends yl.BaseResource{all(La,hl){return n_.get()(this,endpoint`groups/${La}/saml/identities`,hl)}edit(La,hl,fl){return n_.patch()(this,endpoint`groups/${La}/saml/${hl}`,fl)}};var cx=class extends yl.BaseResource{all(La,hl){return n_.get()(this,endpoint`groups/${La}/saml_group_links`,hl)}create(La,hl,fl,yl){return n_.post()(this,endpoint`groups/${La}/saml_group_links`,{accessLevel:fl,samlGroupName:hl,...yl})}remove(La,hl,fl){return n_.del()(this,endpoint`groups/${La}/saml_group_links/${hl}`,fl)}show(La,hl,fl){return n_.get()(this,endpoint`groups/${La}/saml_group_links/${hl}`,fl)}};var px=class extends yl.BaseResource{all(La,hl){return n_.get()(this,endpoint`groups/${La}/scim/identities`,hl)}edit(La,hl,fl){return n_.patch()(this,endpoint`groups/${La}/scim/${hl}`,fl)}};var dx=class extends yl.BaseResource{create(La,hl){return n_.post()(this,endpoint`groups/${La}/service_accounts`,hl)}addPersonalAccessToken(La,hl,fl){return this.createPersonalAccessToken(La,hl,fl)}createPersonalAccessToken(La,hl,fl){return n_.post()(this,endpoint`groups/${La}/service_accounts/${hl}`,fl)}rotatePersonalAccessToken(La,hl,fl,yl){return n_.post()(this,endpoint`groups/${La}/service_accounts/${hl}/personal_access_tokens/${fl}/rotate`,yl)}};var hx=class extends wA{constructor(La){super("groups",La)}};var fx=class extends CA{constructor(La){super("groups",La)}};var _x=class extends yl.BaseResource{all(La){return n_.get()(this,"groups",La)}allDescendantGroups(La,hl){return n_.get()(this,endpoint`groups/${La}/descendant_groups`,hl)}allProjects(La,hl){return n_.get()(this,endpoint`groups/${La}/projects`,hl)}allSharedProjects(La,hl){return n_.get()(this,endpoint`groups/${La}/projects/shared`,hl)}allSubgroups(La,hl){return n_.get()(this,endpoint`groups/${La}/subgroups`,hl)}allProvisionedUsers(La,hl){return n_.get()(this,endpoint`groups/${La}/provisioned_users`,hl)}allTransferLocations(La,hl){return n_.get()(this,endpoint`groups/${La}/transfer_locations`,hl)}create(La,hl,{avatar:fl,...yl}={}){if(fl){return n_.post()(this,"groups",{...yl,isForm:true,avatar:[fl.content,fl.filename],name:La,path:hl})}return n_.post()(this,"groups",{name:La,path:hl,...yl})}downloadAvatar(La,hl){return n_.get()(this,endpoint`groups/${La}/avatar`,hl)}edit(La,{avatar:hl,...fl}={}){if(hl){return n_.post()(this,endpoint`groups/${La}`,{...fl,isForm:true,avatar:[hl.content,hl.filename]})}return n_.put()(this,endpoint`groups/${La}`,fl)}remove(La,hl){return n_.del()(this,endpoint`groups/${La}`,hl)}removeAvatar(La,hl){return n_.put()(this,endpoint`groups/${La}`,{...hl,avatar:""})}restore(La,hl){return n_.post()(this,endpoint`groups/${La}/restore`,hl)}search(La,hl){return n_.get()(this,"groups",{search:La,...hl})}share(La,hl,fl,yl){return n_.post()(this,endpoint`groups/${La}/share`,{groupId:hl,groupAccess:fl,...yl})}show(La,hl){return n_.get()(this,endpoint`groups/${La}`,hl)}transfer(La,hl){return n_.post()(this,endpoint`groups/${La}/transfer`,hl)}transferProject(La,hl,fl){return n_.post()(this,endpoint`groups/${La}/projects/${hl}`,fl)}unshare(La,hl,fl){return n_.del()(this,endpoint`groups/${La}/share/${hl}`,fl)}uploadAvatar(La,hl,{filename:fl,...yl}={}){return n_.put()(this,endpoint`groups/${La}/avatar`,{isForm:true,...yl,file:[hl,fl]})}};var mx=class extends yl.BaseResource{all(La,hl,fl){return n_.get()(this,endpoint`groups/${La}/epics/${hl}/related_epics`,fl)}create(La,hl,fl,yl,Pl){return n_.post()(this,endpoint`groups/${La}/epics/${hl}/related_epics`,{searchParams:{targetGroupId:yl,targetEpicIid:fl},...Pl})}remove(La,hl,fl,yl){return n_.del()(this,endpoint`groups/${La}/epics/${hl}/related_epics/${fl}`,yl)}};var gx=class extends hA{constructor(La){super("users",La)}};var url9=La=>La?`users/${La}/emails`:"user/emails";var bx=class extends yl.BaseResource{add(La,hl){return this.create(La,hl)}all({userId:La,...hl}={}){return n_.get()(this,url9(La),hl)}create(La,{userId:hl,...fl}={}){return n_.post()(this,url9(hl),{email:La,...fl})}show(La,hl){return n_.get()(this,`user/emails/${La}`,hl)}remove(La,{userId:hl,...fl}={}){return n_.del()(this,`${url9(hl)}/${La}`,fl)}};var url10=La=>La?`users/${La}/gpg_keys`:"user/gpg_keys";var Ex=class extends yl.BaseResource{add(La,hl){return this.create(La,hl)}all({userId:La,...hl}={}){return n_.get()(this,url10(La),hl)}create(La,{userId:hl,...fl}={}){return n_.post()(this,url10(hl),{key:La,...fl})}show(La,{userId:hl,...fl}={}){return n_.get()(this,`${url10(hl)}/${La}`,fl)}remove(La,{userId:hl,...fl}={}){return n_.del()(this,`${url10(hl)}/${La}`,fl)}};var wx=class extends yl.BaseResource{all(La,hl){return n_.get()(this,`users/${La}/impersonation_tokens`,hl)}create(La,hl,fl,yl){return n_.post()(this,`users/${La}/impersonation_tokens`,{name:hl,scopes:fl,...yl})}show(La,hl,fl){return n_.get()(this,`users/${La}/impersonation_tokens/${hl}`,fl)}remove(La,hl,fl){return n_.del()(this,`users/${La}/impersonation_tokens/${hl}`,fl)}revoke(La,hl,fl){return this.remove(La,hl,fl)}};var url11=La=>La?`users/${La}/keys`:"user/keys";var Cx=class extends yl.BaseResource{add(La,hl,fl){return this.create(La,hl,fl)}all({userId:La,...hl}={}){return n_.get()(this,url11(La),hl)}create(La,hl,{userId:fl,...yl}={}){return n_.post()(this,url11(fl),{title:La,key:hl,...yl})}show(La,{userId:hl,...fl}={}){return n_.get()(this,`${url11(hl)}/${La}`,fl)}remove(La,{userId:hl,...fl}={}){return n_.del()(this,`${url11(hl)}/${La}`,fl)}};var xx=class extends yl.BaseResource{activate(La,hl){return n_.post()(this,endpoint`users/${La}/activate`,hl)}all(La){return n_.get()(this,"users",La)}allActivities(La){return n_.get()(this,"user/activities",La)}allEvents(La,hl){return n_.get()(this,endpoint`users/${La}/events`,hl)}allFollowers(La,hl){return n_.get()(this,endpoint`users/${La}/followers`,hl)}allFollowing(La,hl){return n_.get()(this,endpoint`users/${La}/following`,hl)}allMemberships(La,hl){return n_.get()(this,endpoint`users/${La}/memberships`,hl)}allProjects(La,hl){return n_.get()(this,endpoint`users/${La}/projects`,hl)}allContributedProjects(La,hl){return n_.get()(this,endpoint`users/${La}/contributed_projects`,hl)}allStarredProjects(La,hl){return n_.get()(this,endpoint`users/${La}/starred_projects`,hl)}approve(La,hl){return n_.post()(this,endpoint`users/${La}/approve`,hl)}ban(La,hl){return n_.post()(this,endpoint`users/${La}/ban`,hl)}block(La,hl){return n_.post()(this,endpoint`users/${La}/block`,hl)}create(La){return n_.post()(this,"users",La)}createPersonalAccessToken(La,hl,fl,yl){return n_.post()(this,endpoint`users/${La}/personal_access_tokens`,{name:hl,scopes:fl,...yl})}createCIRunner(La,hl){return n_.post()(this,"user/runners",{...hl,runnerType:La})}deactivate(La,hl){return n_.post()(this,endpoint`users/${La}/deactivate`,hl)}disableTwoFactor(La,hl){return n_.patch()(this,endpoint`users/${La}/disable_two_factor`,hl)}edit(La,{avatar:hl,...fl}={}){const yl={...fl,isForm:true};if(hl)yl.avatar=[hl.content,hl.filename];return n_.put()(this,endpoint`users/${La}`,yl)}editStatus(La){return n_.put()(this,"user/status",La)}editCurrentUserPreferences(La,hl,fl){return n_.put()(this,"user/preferences",{viewDiffsFileByFile:La,showWhitespaceInDiffs:hl,...fl})}follow(La,hl){return n_.post()(this,endpoint`users/${La}/follow`,hl)}reject(La,hl){return n_.post()(this,endpoint`users/${La}/reject`,hl)}show(La,hl){return n_.get()(this,endpoint`users/${La}`,hl)}showCount(La){return n_.get()(this,"user_counts",La)}showAssociationsCount(La,hl){return n_.get()(this,`users/${La}/associations_count`,hl)}showCurrentUser(La){return n_.get()(this,"user",La)}showCurrentUserPreferences(La){return n_.get()(this,"user/preferences",La)}showStatus({iDOrUsername:La,...hl}={}){let fl;if(La)fl=`users/${La}/status`;else fl="user/status";return n_.get()(this,fl,hl)}remove(La,hl){return n_.del()(this,endpoint`users/${La}`,hl)}removeAuthenticationIdentity(La,hl,fl){return n_.del()(this,endpoint`users/${La}/identities/${hl}`,fl)}unban(La,hl){return n_.post()(this,endpoint`users/${La}/unban`,hl)}unblock(La,hl){return n_.post()(this,endpoint`users/${La}/unblock`,hl)}unfollow(La,hl){return n_.post()(this,endpoint`users/${La}/unfollow`,hl)}};var Dx=class extends RA{constructor(La){super("projects","merge_requests",La)}};var Sx=class extends RA{constructor(La){super("groups","epics",La)}};var kx={Agents:i_,AlertManagement:p_,ApplicationAppearance:w_,ApplicationPlanLimits:D_,Applications:_m,ApplicationSettings:I_,ApplicationStatistics:N_,AuditEvents:pg,Avatar:mg,BroadcastMessages:gg,CodeSuggestions:eA,Composer:tA,Conan:rA,DashboardAnnotations:nA,Debian:iA,DependencyProxy:sA,DeployKeys:aA,DeployTokens:oA,DockerfileTemplates:NA,Events:OA,Experiments:QA,GeoNodes:LA,GeoSites:MA,GitignoreTemplates:UA,GitLabCIYMLTemplates:jA,Import:GA,InstanceLevelCICDVariables:qA,Keys:$A,License:JA,LicenseTemplates:HA,Lint:VA,Markdown:WA,Maven:zA,Metadata:YA,Migrations:KA,Namespaces:ZA,NotificationSettings:hy,NPM:XA,NuGet:gy,PersonalAccessTokens:yy,PyPI:wy,RubyGems:Sy,Search:Ty,SearchAdmin:Zy,ServiceAccounts:kb,ServiceData:Rb,SidekiqMetrics:Nb,SidekiqQueues:Ob,SnippetRepositoryStorageMoves:jb,Snippets:Gb,Suggestions:Hb,SystemHooks:Xb,TodoLists:Zb,Topics:Qv,Branches:Vv,CommitDiscussions:tE,Commits:aE,ContainerRegistry:lE,Deployments:hE,Environments:mE,ErrorTrackingClientKeys:bE,ErrorTrackingSettings:wE,ExternalStatusChecks:xE,FeatureFlags:IE,FeatureFlagUserLists:TE,FreezePeriods:FE,GitlabPages:PE,GoProxy:GE,Helm:HE,Integrations:VE,IssueAwardEmojis:WE,IssueDiscussions:sw,IssueIterationEvents:aw,IssueLabelEvents:ow,IssueLinks:lw,IssueMilestoneEvents:cw,IssueNoteAwardEmojis:pw,IssueNotes:dw,Issues:_w,IssuesStatistics:mw,IssueStateEvents:hw,IssueWeightEvents:fw,JobArtifacts:gw,Jobs:Aw,MergeRequestApprovals:yw,MergeRequestAwardEmojis:bw,MergeRequestContextCommits:vw,MergeRequestDiscussions:Ew,MergeRequestLabelEvents:Cw,MergeRequestMilestoneEvents:xw,MergeRequestStateEvents:Dx,MergeRequestDraftNotes:ww,MergeRequestNotes:Sw,MergeRequestNoteAwardEmojis:Dw,MergeRequests:kw,MergeTrains:Tw,PackageRegistry:Iw,Packages:Bw,PagesDomains:Fw,Pipelines:Ow,PipelineSchedules:Rw,PipelineScheduleVariables:Pw,PipelineTriggerTokens:Nw,ProductAnalytics:Qw,ProjectAccessRequests:Lw,ProjectAccessTokens:Mw,ProjectAliases:jw,ProjectBadges:Uw,ProjectCustomAttributes:Gw,ProjectDORA4Metrics:qw,ProjectHooks:$w,ProjectImportExports:Jw,ProjectInvitations:Hw,ProjectIssueBoards:Vw,ProjectIterations:Ww,ProjectJobTokenScopes:zw,ProjectLabels:Yw,ProjectMarkdownUploads:Kw,ProjectMembers:Xw,ProjectMilestones:Zw,ProjectProtectedEnvironments:eC,ProjectPushRules:tC,ProjectRelationsExport:rC,ProjectReleases:nC,ProjectRemoteMirrors:iC,ProjectRepositoryStorageMoves:sC,Projects:mC,ProjectSnippetAwardEmojis:aC,ProjectSnippetDiscussions:oC,ProjectSnippetNotes:lC,ProjectSnippets:cC,ProjectStatistics:uC,ProjectTemplates:pC,ProjectTerraformState:dC,ProjectVariables:hC,ProjectVulnerabilities:fC,ProjectWikis:_C,ProtectedBranches:gC,ProtectedTags:AC,ReleaseLinks:yC,Repositories:bC,RepositoryFiles:vC,RepositorySubmodules:EC,ResourceGroups:wC,Runners:CC,SecureFiles:xC,Tags:DC,UserStarredMetricsDashboard:SC,EpicAwardEmojis:kC,EpicDiscussions:TC,EpicIssues:IC,EpicLabelEvents:BC,EpicLinks:FC,EpicNotes:PC,Epics:RC,EpicStateEvents:Sx,GroupAccessRequests:NC,GroupAccessTokens:OC,GroupActivityAnalytics:QC,GroupBadges:LC,GroupCustomAttributes:MC,GroupDORA4Metrics:jC,GroupEpicBoards:UC,GroupHooks:GC,GroupImportExports:qC,GroupInvitations:$C,GroupIssueBoards:JC,GroupIterations:HC,GroupLabels:WC,GroupLDAPLinks:VC,GroupMarkdownUploads:zC,GroupMembers:KC,GroupMemberRoles:YC,GroupMilestones:XC,GroupProtectedEnvironments:ZC,GroupPushRules:ex,GroupRelationExports:ix,GroupReleases:sx,GroupRepositoryStorageMoves:ax,Groups:_x,GroupSAMLIdentities:ox,GroupSAMLLinks:cx,GroupSCIMIdentities:px,GroupServiceAccounts:dx,GroupVariables:hx,GroupWikis:fx,LinkedEpics:mx,UserCustomAttributes:gx,UserEmails:bx,UserGPGKeys:Ex,UserImpersonationTokens:wx,Users:xx,UserSSHKeys:Cx};var Fx=class extends yl.BaseResource{constructor(La){super(La);Object.keys(kx).forEach(hl=>{this[hl]=new kx[hl](La)})}};var Px=(La=>{La[La["NO_ACCESS"]=0]="NO_ACCESS";La[La["MINIMAL_ACCESS"]=5]="MINIMAL_ACCESS";La[La["GUEST"]=10]="GUEST";La[La["REPORTER"]=20]="REPORTER";La[La["DEVELOPER"]=30]="DEVELOPER";La[La["MAINTAINER"]=40]="MAINTAINER";La[La["OWNER"]=50]="OWNER";La[La["ADMIN"]=60]="ADMIN";return La})(Px||{});hl.AccessLevel=Px;hl.Agents=i_;hl.AlertManagement=p_;hl.ApplicationAppearance=w_;hl.ApplicationPlanLimits=D_;hl.ApplicationSettings=I_;hl.ApplicationStatistics=N_;hl.Applications=_m;hl.AuditEvents=pg;hl.Avatar=mg;hl.Branches=Vv;hl.BroadcastMessages=gg;hl.CodeSuggestions=eA;hl.CommitDiscussions=tE;hl.Commits=aE;hl.Composer=tA;hl.Conan=rA;hl.ContainerRegistry=lE;hl.DashboardAnnotations=nA;hl.Debian=iA;hl.DependencyProxy=sA;hl.DeployKeys=aA;hl.DeployTokens=oA;hl.Deployments=hE;hl.DockerfileTemplates=NA;hl.Environments=mE;hl.EpicAwardEmojis=kC;hl.EpicDiscussions=TC;hl.EpicIssues=IC;hl.EpicLabelEvents=BC;hl.EpicLinks=FC;hl.EpicNotes=PC;hl.Epics=RC;hl.ErrorTrackingClientKeys=bE;hl.ErrorTrackingSettings=wE;hl.Events=OA;hl.Experiments=QA;hl.ExternalStatusChecks=xE;hl.FeatureFlagUserLists=TE;hl.FeatureFlags=IE;hl.FreezePeriods=FE;hl.GeoNodes=LA;hl.GeoSites=MA;hl.GitLabCIYMLTemplates=jA;hl.GitignoreTemplates=UA;hl.Gitlab=Fx;hl.GitlabPages=PE;hl.GoProxy=GE;hl.GroupAccessRequests=NC;hl.GroupAccessTokens=OC;hl.GroupActivityAnalytics=QC;hl.GroupBadges=LC;hl.GroupCustomAttributes=MC;hl.GroupDORA4Metrics=jC;hl.GroupEpicBoards=UC;hl.GroupHooks=GC;hl.GroupImportExports=qC;hl.GroupInvitations=$C;hl.GroupIssueBoards=JC;hl.GroupIterations=HC;hl.GroupLDAPLinks=VC;hl.GroupLabels=WC;hl.GroupMarkdownUploads=zC;hl.GroupMemberRoles=YC;hl.GroupMembers=KC;hl.GroupMilestones=XC;hl.GroupProtectedEnvironments=ZC;hl.GroupPushRules=ex;hl.GroupRelationExports=ix;hl.GroupReleases=sx;hl.GroupRepositoryStorageMoves=ax;hl.GroupSAMLIdentities=ox;hl.GroupSAMLLinks=cx;hl.GroupSCIMIdentities=px;hl.GroupServiceAccounts=dx;hl.GroupVariables=hx;hl.GroupWikis=fx;hl.Groups=_x;hl.Helm=HE;hl.Import=GA;hl.InstanceLevelCICDVariables=qA;hl.Integrations=VE;hl.IssueAwardEmojis=WE;hl.IssueDiscussions=sw;hl.IssueIterationEvents=aw;hl.IssueLabelEvents=ow;hl.IssueLinks=lw;hl.IssueMilestoneEvents=cw;hl.IssueNoteAwardEmojis=pw;hl.IssueNotes=dw;hl.IssueStateEvents=hw;hl.IssueWeightEvents=fw;hl.Issues=_w;hl.IssuesStatistics=mw;hl.JobArtifacts=gw;hl.Jobs=Aw;hl.Keys=$A;hl.License=JA;hl.LicenseTemplates=HA;hl.LinkedEpics=mx;hl.Lint=VA;hl.Markdown=WA;hl.Maven=zA;hl.MergeRequestApprovals=yw;hl.MergeRequestAwardEmojis=bw;hl.MergeRequestContextCommits=vw;hl.MergeRequestDiscussions=Ew;hl.MergeRequestDraftNotes=ww;hl.MergeRequestLabelEvents=Cw;hl.MergeRequestMilestoneEvents=xw;hl.MergeRequestNoteAwardEmojis=Dw;hl.MergeRequestNotes=Sw;hl.MergeRequests=kw;hl.MergeTrains=Tw;hl.Metadata=YA;hl.Migrations=KA;hl.NPM=XA;hl.Namespaces=ZA;hl.NotificationSettings=hy;hl.NuGet=gy;hl.PackageRegistry=Iw;hl.Packages=Bw;hl.PagesDomains=Fw;hl.PersonalAccessTokens=yy;hl.PipelineScheduleVariables=Pw;hl.PipelineSchedules=Rw;hl.PipelineTriggerTokens=Nw;hl.Pipelines=Ow;hl.ProductAnalytics=Qw;hl.ProjectAccessRequests=Lw;hl.ProjectAccessTokens=Mw;hl.ProjectAliases=jw;hl.ProjectBadges=Uw;hl.ProjectCustomAttributes=Gw;hl.ProjectDORA4Metrics=qw;hl.ProjectHooks=$w;hl.ProjectImportExports=Jw;hl.ProjectInvitations=Hw;hl.ProjectIssueBoards=Vw;hl.ProjectIterations=Ww;hl.ProjectJobTokenScopes=zw;hl.ProjectLabels=Yw;hl.ProjectMarkdownUploads=Kw;hl.ProjectMembers=Xw;hl.ProjectMilestones=Zw;hl.ProjectProtectedEnvironments=eC;hl.ProjectPushRules=tC;hl.ProjectRelationsExport=rC;hl.ProjectReleases=nC;hl.ProjectRemoteMirrors=iC;hl.ProjectRepositoryStorageMoves=sC;hl.ProjectSnippetAwardEmojis=aC;hl.ProjectSnippetDiscussions=oC;hl.ProjectSnippetNotes=lC;hl.ProjectSnippets=cC;hl.ProjectStatistics=uC;hl.ProjectTemplates=pC;hl.ProjectTerraformState=dC;hl.ProjectVariables=hC;hl.ProjectVulnerabilities=fC;hl.ProjectWikis=_C;hl.Projects=mC;hl.ProtectedBranches=gC;hl.ProtectedTags=AC;hl.PyPI=wy;hl.ReleaseLinks=yC;hl.Repositories=bC;hl.RepositoryFiles=vC;hl.RepositorySubmodules=EC;hl.ResourceGroups=wC;hl.RubyGems=Sy;hl.Runners=CC;hl.Search=Ty;hl.SearchAdmin=Zy;hl.SecureFiles=xC;hl.ServiceAccounts=kb;hl.ServiceData=Rb;hl.SidekiqMetrics=Nb;hl.SidekiqQueues=Ob;hl.SnippetRepositoryStorageMoves=jb;hl.Snippets=Gb;hl.Suggestions=Hb;hl.SystemHooks=Xb;hl.Tags=DC;hl.TodoLists=Zb;hl.Topics=Qv;hl.UserCustomAttributes=gx;hl.UserEmails=bx;hl.UserGPGKeys=Ex;hl.UserImpersonationTokens=wx;hl.UserSSHKeys=Cx;hl.UserStarredMetricsDashboard=SC;hl.Users=xx},68672:(La,hl,fl)=>{"use strict";var yl=fl(40240);var Pl=fl(4908);var Ul=fl(8649);var Gd=fl(43379);function _interopDefault(La){return La&&La.__esModule?La:{default:La}}var af=_interopDefault(Gd);var{isMatch:n_}=af.default;function generateRateLimiterFn(La,hl){const fl=new Ul.RateLimiterQueue(new Ul.RateLimiterMemory({points:La,duration:hl}));return()=>fl.removeTokens(1)}function formatQuery(La={}){const hl=Pl.decamelizeKeys(La);return yl.stringify(hl,{arrayFormat:"brackets"})}async function defaultOptionsHandler(La,{body:hl,searchParams:fl,sudo:yl,signal:Ul,asStream:Gd=false,method:af="GET"}={}){const{headers:n_,authHeaders:i_,url:p_,agent:w_}=La;const D_={method:af,asStream:Gd,signal:Ul,prefixUrl:p_,agent:w_};D_.headers={...n_};if(yl)D_.headers.sudo=`${yl}`;if(hl){if(hl instanceof FormData){D_.body=hl}else{D_.body=JSON.stringify(Pl.decamelizeKeys(hl));D_.headers["content-type"]="application/json"}}if(Object.keys(i_).length>0){const[La,hl]=Object.entries(i_)[0];D_.headers[La]=await hl()}const I_=formatQuery(fl);if(I_)D_.searchParams=I_;return Promise.resolve(D_)}function createRateLimiters(La={},hl=60){const fl={};Object.entries(La).forEach(([La,yl])=>{if(typeof yl==="number")fl[La]=generateRateLimiterFn(yl,hl);else fl[La]={method:yl.method.toUpperCase(),limit:generateRateLimiterFn(yl.limit,hl)}});return fl}function createRequesterFn(La,hl){const fl=["get","post","put","patch","delete"];return yl=>{const Pl={};const Ul=createRateLimiters(yl.rateLimits,yl.rateLimitDuration);fl.forEach(fl=>{Pl[fl]=async(Pl,Gd)=>{const af=await defaultOptionsHandler(yl,{...Gd,method:fl.toUpperCase()});const n_=await La(yl,af);return hl(Pl,{...n_,rateLimiters:Ul})}});return Pl}}function createPresetConstructor(La,hl){return class extends La{constructor(...La){const[fl,...yl]=La;super({...hl,...fl},...yl)}}}function presetResourceArguments(La,hl={}){const fl={};Object.entries(La).forEach(([La,yl])=>{if(typeof yl==="function"){fl[La]=createPresetConstructor(yl,hl)}else{fl[La]=yl}});return fl}function getMatchingRateLimiter(La,hl={},fl="GET"){const yl=Object.keys(hl).sort().reverse();const Pl=yl.find(hl=>n_(La,hl));const Ul=Pl&&hl[Pl];if(typeof Ul==="function")return Ul;if(Ul&&Ul?.method?.toUpperCase()===fl.toUpperCase()){return Ul.limit}return generateRateLimiterFn(3e3,60)}function getDynamicToken(La){return La instanceof Function?La():Promise.resolve(La)}var i_=Object.freeze({"**":3e3,"projects/import":6,"projects/*/export":6,"projects/*/download":1,"groups/import":6,"groups/*/export":6,"groups/*/download":1,"projects/*/issues/*/notes":{method:"post",limit:300},"projects/*/snippets/*/notes":{method:"post",limit:300},"projects/*/merge_requests/*/notes":{method:"post",limit:300},"groups/*/epics/*/notes":{method:"post",limit:300},"projects/*/repository/archive*":5,"projects/*/jobs":600,"projects/*/members":60,"groups/*/members":60});var p_=class{url;requester;queryTimeout;headers;authHeaders;camelize;constructor({sudo:La,profileToken:hl,camelize:fl,requesterFn:yl,agent:Pl,profileMode:Ul="execution",host:Gd="https://gitlab.com",prefixUrl:af="",queryTimeout:n_=3e5,rateLimitDuration:p_=60,rateLimits:w_=i_,...D_}){if(!yl)throw new ReferenceError("requesterFn must be passed");this.url=[Gd,"api","v4",af].join("/");this.headers={};this.authHeaders={};this.camelize=fl;this.queryTimeout=n_;if("oauthToken"in D_)this.authHeaders.authorization=async()=>{const La=await getDynamicToken(D_.oauthToken);return`Bearer ${La}`};else if("jobToken"in D_)this.authHeaders["job-token"]=async()=>getDynamicToken(D_.jobToken);else if("token"in D_)this.authHeaders["private-token"]=async()=>getDynamicToken(D_.token);if(hl){this.headers["X-Profile-Token"]=hl;this.headers["X-Profile-Mode"]=Ul}if(La)this.headers.Sudo=`${La}`;this.requester=yl({...this,rateLimits:w_,rateLimitDuration:p_,agent:Pl})}};var w_=class extends Error{cause;constructor(La,hl){super(La,hl);this.cause=hl?.cause;this.name="GitbeakerRequestError"}};var D_=class extends Error{constructor(La,hl){super(La,hl);this.name="GitbeakerTimeoutError"}};var I_=class extends Error{constructor(La,hl){super(La,hl);this.name="GitbeakerRetryError"}};hl.BaseResource=p_;hl.GitbeakerRequestError=w_;hl.GitbeakerRetryError=I_;hl.GitbeakerTimeoutError=D_;hl.createRateLimiters=createRateLimiters;hl.createRequesterFn=createRequesterFn;hl.defaultOptionsHandler=defaultOptionsHandler;hl.formatQuery=formatQuery;hl.generateRateLimiterFn=generateRateLimiterFn;hl.getMatchingRateLimiter=getMatchingRateLimiter;hl.presetResourceArguments=presetResourceArguments},64630:(La,hl,fl)=>{"use strict";var yl=fl(14281);var Pl=fl(68672);function _interopNamespace(La){if(La&&La.__esModule)return La;var hl=Object.create(null);if(La){Object.keys(La).forEach(function(fl){if(fl!=="default"){var yl=Object.getOwnPropertyDescriptor(La,fl);Object.defineProperty(hl,fl,yl.get?yl:{enumerable:true,get:function(){return La[fl]}})}})}hl.default=La;return Object.freeze(hl)}var Ul=_interopNamespace(yl);async function processBody(La){const hl=(La.headers.get("content-type")||"").split(";")[0].trim();if(hl==="application/json"){return La.json().then(La=>La||{})}if(hl.startsWith("text/")){return La.text().then(La=>La||"")}return La.blob()}function delay(La){return new Promise(hl=>{setTimeout(hl,La)})}async function parseResponse(La,hl=false){const{status:fl,headers:yl}=La;const Pl=Object.fromEntries(yl.entries());let Ul;if(hl){Ul=La.body}else{Ul=fl===204?null:await processBody(La)}return{body:Ul,headers:Pl,status:fl}}async function throwFailedRequestError(La,hl){const fl=await hl.text();const yl=hl.headers.get("Content-Type");let Ul;if(yl?.includes("application/json")){const La=JSON.parse(fl);const hl=La?.error||La?.message||"";Ul=typeof hl==="string"?hl:JSON.stringify(hl)}else{Ul=fl}throw new Pl.GitbeakerRequestError(Ul,{cause:{description:Ul,request:La,response:hl}})}function getConditionalMode(La){if(La.includes("repository/archive"))return"same-origin";return void 0}async function defaultRequestHandler(La,hl){const fl=[429,502];const yl=10;const{rateLimiters:Ul,agent:Gd,asStream:af,prefixUrl:n_,searchParams:i_,method:p_,...w_}=hl||{};const D_=Pl.getMatchingRateLimiter(La,Ul,p_);let I_;let N_;if(n_)N_=n_.endsWith("/")?n_:`${n_}/`;const _m=new URL(La,N_);_m.search=i_||"";const pg=getConditionalMode(La);for(let La=0;La{if(La.name==="TimeoutError"||La.name==="AbortError"){throw new Pl.GitbeakerTimeoutError("Query timeout was reached")}throw La});if(Ul.ok)return parseResponse(Ul,af);if(!fl.includes(Ul.status))await throwFailedRequestError(hl,Ul);I_=Ul.status;await delay(2**La*.25);continue}throw new Pl.GitbeakerRetryError(`Could not successfully complete this request after ${yl} retries, last status code: ${I_}. ${I_===429?"Check the applicable rate limits for this endpoint":"Verify the status of the endpoint"}.`)}var Gd=Pl.createRequesterFn((La,hl)=>Promise.resolve(hl),defaultRequestHandler);var{AccessLevel:af,...n_}=Ul;var i_=Pl.presetResourceArguments(n_,{requesterFn:Gd});var{Agents:p_}=i_;var{AlertManagement:w_}=i_;var{ApplicationAppearance:D_}=i_;var{ApplicationPlanLimits:I_}=i_;var{Applications:N_}=i_;var{ApplicationSettings:_m}=i_;var{ApplicationStatistics:pg}=i_;var{AuditEvents:mg}=i_;var{Avatar:gg}=i_;var{Branches:eA}=i_;var{BroadcastMessages:tA}=i_;var{CodeSuggestions:rA}=i_;var{CommitDiscussions:nA}=i_;var{Commits:iA}=i_;var{Composer:sA}=i_;var{Conan:aA}=i_;var{ContainerRegistry:oA}=i_;var{DashboardAnnotations:lA}=i_;var{Debian:cA}=i_;var{DependencyProxy:uA}=i_;var{DeployKeys:pA}=i_;var{DeployTokens:dA}=i_;var{Deployments:hA}=i_;var{DockerfileTemplates:fA}=i_;var{Environments:_A}=i_;var{EpicAwardEmojis:mA}=i_;var{EpicDiscussions:gA}=i_;var{EpicIssues:AA}=i_;var{EpicLabelEvents:yA}=i_;var{EpicLinks:bA}=i_;var{EpicNotes:vA}=i_;var{Epics:EA}=i_;var{ErrorTrackingClientKeys:wA}=i_;var{ErrorTrackingSettings:CA}=i_;var{Events:xA}=i_;var{Experiments:DA}=i_;var{ExternalStatusChecks:SA}=i_;var{FeatureFlags:kA}=i_;var{FeatureFlagUserLists:TA}=i_;var{FreezePeriods:IA}=i_;var{GeoNodes:BA}=i_;var{GeoSites:FA}=i_;var{GitignoreTemplates:PA}=i_;var{GitLabCIYMLTemplates:RA}=i_;var{GitlabPages:NA}=i_;var{GoProxy:OA}=i_;var{GroupAccessRequests:QA}=i_;var{GroupAccessTokens:LA}=i_;var{GroupActivityAnalytics:MA}=i_;var{GroupBadges:jA}=i_;var{GroupCustomAttributes:UA}=i_;var{GroupDORA4Metrics:GA}=i_;var{GroupEpicBoards:qA}=i_;var{GroupHooks:$A}=i_;var{GroupImportExports:JA}=i_;var{GroupInvitations:HA}=i_;var{GroupIssueBoards:VA}=i_;var{GroupIterations:WA}=i_;var{GroupLabels:zA}=i_;var{GroupLDAPLinks:YA}=i_;var{GroupMarkdownUploads:KA}=i_;var{GroupMemberRoles:XA}=i_;var{GroupMembers:ZA}=i_;var{GroupMilestones:hy}=i_;var{GroupProtectedEnvironments:gy}=i_;var{GroupPushRules:yy}=i_;var{GroupRelationExports:wy}=i_;var{GroupReleases:Sy}=i_;var{GroupRepositoryStorageMoves:Ty}=i_;var{Groups:Zy}=i_;var{GroupSAMLIdentities:kb}=i_;var{GroupSAMLLinks:Rb}=i_;var{GroupSCIMIdentities:Nb}=i_;var{GroupServiceAccounts:Ob}=i_;var{GroupVariables:jb}=i_;var{GroupWikis:Gb}=i_;var{Helm:Hb}=i_;var{Import:Xb}=i_;var{InstanceLevelCICDVariables:Zb}=i_;var{Integrations:Qv}=i_;var{IssueAwardEmojis:Vv}=i_;var{IssueDiscussions:tE}=i_;var{IssueIterationEvents:aE}=i_;var{IssueLabelEvents:lE}=i_;var{IssueLinks:hE}=i_;var{IssueMilestoneEvents:mE}=i_;var{IssueNoteAwardEmojis:bE}=i_;var{IssueNotes:wE}=i_;var{Issues:xE}=i_;var{IssuesStatistics:TE}=i_;var{IssueStateEvents:IE}=i_;var{IssueWeightEvents:FE}=i_;var{JobArtifacts:PE}=i_;var{Jobs:GE}=i_;var{Keys:HE}=i_;var{License:VE}=i_;var{LicenseTemplates:WE}=i_;var{LinkedEpics:sw}=i_;var{Lint:aw}=i_;var{Markdown:ow}=i_;var{Maven:lw}=i_;var{MergeRequestApprovals:cw}=i_;var{MergeRequestAwardEmojis:pw}=i_;var{MergeRequestContextCommits:dw}=i_;var{MergeRequestDiscussions:hw}=i_;var{MergeRequestDraftNotes:fw}=i_;var{MergeRequestLabelEvents:_w}=i_;var{MergeRequestMilestoneEvents:mw}=i_;var{MergeRequestNoteAwardEmojis:gw}=i_;var{MergeRequestNotes:Aw}=i_;var{MergeRequests:yw}=i_;var{MergeTrains:bw}=i_;var{Metadata:vw}=i_;var{Migrations:Ew}=i_;var{Namespaces:ww}=i_;var{NotificationSettings:Cw}=i_;var{NPM:xw}=i_;var{NuGet:Dw}=i_;var{PackageRegistry:Sw}=i_;var{Packages:kw}=i_;var{PagesDomains:Tw}=i_;var{PersonalAccessTokens:Iw}=i_;var{PipelineSchedules:Bw}=i_;var{PipelineScheduleVariables:Fw}=i_;var{Pipelines:Pw}=i_;var{PipelineTriggerTokens:Rw}=i_;var{ProductAnalytics:Nw}=i_;var{ProjectAccessRequests:Ow}=i_;var{ProjectAccessTokens:Qw}=i_;var{ProjectAliases:Lw}=i_;var{ProjectBadges:Mw}=i_;var{ProjectCustomAttributes:jw}=i_;var{ProjectDORA4Metrics:Uw}=i_;var{ProjectHooks:Gw}=i_;var{ProjectImportExports:qw}=i_;var{ProjectInvitations:$w}=i_;var{ProjectIssueBoards:Jw}=i_;var{ProjectIterations:Hw}=i_;var{ProjectJobTokenScopes:Vw}=i_;var{ProjectLabels:Ww}=i_;var{ProjectMarkdownUploads:zw}=i_;var{ProjectMembers:Yw}=i_;var{ProjectMilestones:Kw}=i_;var{ProjectProtectedEnvironments:Xw}=i_;var{ProjectPushRules:Zw}=i_;var{ProjectRelationsExport:eC}=i_;var{ProjectReleases:tC}=i_;var{ProjectRemoteMirrors:rC}=i_;var{ProjectRepositoryStorageMoves:nC}=i_;var{Projects:iC}=i_;var{ProjectSnippetAwardEmojis:sC}=i_;var{ProjectSnippetDiscussions:aC}=i_;var{ProjectSnippetNotes:oC}=i_;var{ProjectSnippets:lC}=i_;var{ProjectStatistics:cC}=i_;var{ProjectTemplates:uC}=i_;var{ProjectTerraformState:pC}=i_;var{ProjectVariables:dC}=i_;var{ProjectVulnerabilities:hC}=i_;var{ProjectWikis:fC}=i_;var{ProtectedBranches:_C}=i_;var{ProtectedTags:mC}=i_;var{PyPI:gC}=i_;var{ReleaseLinks:AC}=i_;var{Repositories:yC}=i_;var{RepositoryFiles:bC}=i_;var{RepositorySubmodules:vC}=i_;var{ResourceGroups:EC}=i_;var{RubyGems:wC}=i_;var{Runners:CC}=i_;var{Search:xC}=i_;var{SearchAdmin:DC}=i_;var{SecureFiles:SC}=i_;var{ServiceAccounts:kC}=i_;var{ServiceData:TC}=i_;var{SidekiqMetrics:IC}=i_;var{SidekiqQueues:BC}=i_;var{SnippetRepositoryStorageMoves:FC}=i_;var{Snippets:PC}=i_;var{Suggestions:RC}=i_;var{SystemHooks:NC}=i_;var{Tags:OC}=i_;var{TodoLists:QC}=i_;var{Topics:LC}=i_;var{UserCustomAttributes:MC}=i_;var{UserEmails:jC}=i_;var{UserGPGKeys:UC}=i_;var{UserImpersonationTokens:GC}=i_;var{Users:qC}=i_;var{UserSSHKeys:$C}=i_;var{UserStarredMetricsDashboard:JC}=i_;var{Gitlab:HC}=i_;Object.defineProperty(hl,"GitbeakerRequestError",{enumerable:true,get:function(){return Pl.GitbeakerRequestError}});Object.defineProperty(hl,"GitbeakerRetryError",{enumerable:true,get:function(){return Pl.GitbeakerRetryError}});Object.defineProperty(hl,"GitbeakerTimeoutError",{enumerable:true,get:function(){return Pl.GitbeakerTimeoutError}});hl.AccessLevel=af;hl.Agents=p_;hl.AlertManagement=w_;hl.ApplicationAppearance=D_;hl.ApplicationPlanLimits=I_;hl.ApplicationSettings=_m;hl.ApplicationStatistics=pg;hl.Applications=N_;hl.AuditEvents=mg;hl.Avatar=gg;hl.Branches=eA;hl.BroadcastMessages=tA;hl.CodeSuggestions=rA;hl.CommitDiscussions=nA;hl.Commits=iA;hl.Composer=sA;hl.Conan=aA;hl.ContainerRegistry=oA;hl.DashboardAnnotations=lA;hl.Debian=cA;hl.DependencyProxy=uA;hl.DeployKeys=pA;hl.DeployTokens=dA;hl.Deployments=hA;hl.DockerfileTemplates=fA;hl.Environments=_A;hl.EpicAwardEmojis=mA;hl.EpicDiscussions=gA;hl.EpicIssues=AA;hl.EpicLabelEvents=yA;hl.EpicLinks=bA;hl.EpicNotes=vA;hl.Epics=EA;hl.ErrorTrackingClientKeys=wA;hl.ErrorTrackingSettings=CA;hl.Events=xA;hl.Experiments=DA;hl.ExternalStatusChecks=SA;hl.FeatureFlagUserLists=TA;hl.FeatureFlags=kA;hl.FreezePeriods=IA;hl.GeoNodes=BA;hl.GeoSites=FA;hl.GitLabCIYMLTemplates=RA;hl.GitignoreTemplates=PA;hl.Gitlab=HC;hl.GitlabPages=NA;hl.GoProxy=OA;hl.GroupAccessRequests=QA;hl.GroupAccessTokens=LA;hl.GroupActivityAnalytics=MA;hl.GroupBadges=jA;hl.GroupCustomAttributes=UA;hl.GroupDORA4Metrics=GA;hl.GroupEpicBoards=qA;hl.GroupHooks=$A;hl.GroupImportExports=JA;hl.GroupInvitations=HA;hl.GroupIssueBoards=VA;hl.GroupIterations=WA;hl.GroupLDAPLinks=YA;hl.GroupLabels=zA;hl.GroupMarkdownUploads=KA;hl.GroupMemberRoles=XA;hl.GroupMembers=ZA;hl.GroupMilestones=hy;hl.GroupProtectedEnvironments=gy;hl.GroupPushRules=yy;hl.GroupRelationExports=wy;hl.GroupReleases=Sy;hl.GroupRepositoryStorageMoves=Ty;hl.GroupSAMLIdentities=kb;hl.GroupSAMLLinks=Rb;hl.GroupSCIMIdentities=Nb;hl.GroupServiceAccounts=Ob;hl.GroupVariables=jb;hl.GroupWikis=Gb;hl.Groups=Zy;hl.Helm=Hb;hl.Import=Xb;hl.InstanceLevelCICDVariables=Zb;hl.Integrations=Qv;hl.IssueAwardEmojis=Vv;hl.IssueDiscussions=tE;hl.IssueIterationEvents=aE;hl.IssueLabelEvents=lE;hl.IssueLinks=hE;hl.IssueMilestoneEvents=mE;hl.IssueNoteAwardEmojis=bE;hl.IssueNotes=wE;hl.IssueStateEvents=IE;hl.IssueWeightEvents=FE;hl.Issues=xE;hl.IssuesStatistics=TE;hl.JobArtifacts=PE;hl.Jobs=GE;hl.Keys=HE;hl.License=VE;hl.LicenseTemplates=WE;hl.LinkedEpics=sw;hl.Lint=aw;hl.Markdown=ow;hl.Maven=lw;hl.MergeRequestApprovals=cw;hl.MergeRequestAwardEmojis=pw;hl.MergeRequestContextCommits=dw;hl.MergeRequestDiscussions=hw;hl.MergeRequestDraftNotes=fw;hl.MergeRequestLabelEvents=_w;hl.MergeRequestMilestoneEvents=mw;hl.MergeRequestNoteAwardEmojis=gw;hl.MergeRequestNotes=Aw;hl.MergeRequests=yw;hl.MergeTrains=bw;hl.Metadata=vw;hl.Migrations=Ew;hl.NPM=xw;hl.Namespaces=ww;hl.NotificationSettings=Cw;hl.NuGet=Dw;hl.PackageRegistry=Sw;hl.Packages=kw;hl.PagesDomains=Tw;hl.PersonalAccessTokens=Iw;hl.PipelineScheduleVariables=Fw;hl.PipelineSchedules=Bw;hl.PipelineTriggerTokens=Rw;hl.Pipelines=Pw;hl.ProductAnalytics=Nw;hl.ProjectAccessRequests=Ow;hl.ProjectAccessTokens=Qw;hl.ProjectAliases=Lw;hl.ProjectBadges=Mw;hl.ProjectCustomAttributes=jw;hl.ProjectDORA4Metrics=Uw;hl.ProjectHooks=Gw;hl.ProjectImportExports=qw;hl.ProjectInvitations=$w;hl.ProjectIssueBoards=Jw;hl.ProjectIterations=Hw;hl.ProjectJobTokenScopes=Vw;hl.ProjectLabels=Ww;hl.ProjectMarkdownUploads=zw;hl.ProjectMembers=Yw;hl.ProjectMilestones=Kw;hl.ProjectProtectedEnvironments=Xw;hl.ProjectPushRules=Zw;hl.ProjectRelationsExport=eC;hl.ProjectReleases=tC;hl.ProjectRemoteMirrors=rC;hl.ProjectRepositoryStorageMoves=nC;hl.ProjectSnippetAwardEmojis=sC;hl.ProjectSnippetDiscussions=aC;hl.ProjectSnippetNotes=oC;hl.ProjectSnippets=lC;hl.ProjectStatistics=cC;hl.ProjectTemplates=uC;hl.ProjectTerraformState=pC;hl.ProjectVariables=dC;hl.ProjectVulnerabilities=hC;hl.ProjectWikis=fC;hl.Projects=iC;hl.ProtectedBranches=_C;hl.ProtectedTags=mC;hl.PyPI=gC;hl.ReleaseLinks=AC;hl.Repositories=yC;hl.RepositoryFiles=bC;hl.RepositorySubmodules=vC;hl.ResourceGroups=EC;hl.RubyGems=wC;hl.Runners=CC;hl.Search=xC;hl.SearchAdmin=DC;hl.SecureFiles=SC;hl.ServiceAccounts=kC;hl.ServiceData=TC;hl.SidekiqMetrics=IC;hl.SidekiqQueues=BC;hl.SnippetRepositoryStorageMoves=FC;hl.Snippets=PC;hl.Suggestions=RC;hl.SystemHooks=NC;hl.Tags=OC;hl.TodoLists=QC;hl.Topics=LC;hl.UserCustomAttributes=MC;hl.UserEmails=jC;hl.UserGPGKeys=UC;hl.UserImpersonationTokens=GC;hl.UserSSHKeys=$C;hl.UserStarredMetricsDashboard=JC;hl.Users=qC},78963:(La,hl,fl)=>{"use strict";var yl=Object.create;var Pl=Object.defineProperty;var Ul=Object.getOwnPropertyDescriptor;var Gd=Object.getOwnPropertyNames;var af=Object.getPrototypeOf;var n_=Object.prototype.hasOwnProperty;var __commonJS=(La,hl)=>function __require(){return hl||(0,La[Gd(La)[0]])((hl={exports:{}}).exports,hl),hl.exports};var __export=(La,hl)=>{for(var fl in hl)Pl(La,fl,{get:hl[fl],enumerable:true})};var __copyProps=(La,hl,fl,yl)=>{if(hl&&typeof hl==="object"||typeof hl==="function"){for(let af of Gd(hl))if(!n_.call(La,af)&&af!==fl)Pl(La,af,{get:()=>hl[af],enumerable:!(yl=Ul(hl,af))||yl.enumerable})}return La};var __toESM=(La,hl,fl)=>(fl=La!=null?yl(af(La)):{},__copyProps(hl||!La||!La.__esModule?Pl(fl,"default",{value:La,enumerable:true}):fl,La));var __toCommonJS=La=>__copyProps(Pl({},"__esModule",{value:true}),La);var i_=__commonJS({"node_modules/uri-js/dist/es5/uri.all.js"(La,hl){"use strict";(function(fl,yl){typeof La==="object"&&typeof hl!=="undefined"?yl(La):typeof define==="function"&&define.amd?define(["exports"],yl):yl(fl.URI=fl.URI||{})})(La,function(La){"use strict";function merge(){for(var La=arguments.length,hl=Array(La),fl=0;fl1){hl[0]=hl[0].slice(0,-1);var yl=hl.length-1;for(var Pl=1;Pl= 0x80 (not a basic code point)","invalid-input":"Invalid input"};var mg=Ul-Gd;var gg=Math.floor;var eA=String.fromCharCode;function error$1(La){throw new RangeError(pg[La])}function map(La,hl){var fl=[];var yl=La.length;while(yl--){fl[yl]=hl(La[yl])}return fl}function mapDomain(La,hl){var fl=La.split("@");var yl="";if(fl.length>1){yl=fl[0]+"@";La=fl[1]}La=La.replace(_m,".");var Pl=La.split(".");var Ul=map(Pl,hl).join(".");return yl+Ul}function ucs2decode(La){var hl=[];var fl=0;var yl=La.length;while(fl=55296&&Pl<=56319&&fl>1;La+=gg(La/hl);for(;La>mg*af>>1;yl+=Ul){La=gg(La/mg)}return gg(yl+(mg+1)*La/(La+n_))};var sA=function decode2(La){var hl=[];var fl=La.length;var yl=0;var n_=w_;var i_=p_;var I_=La.lastIndexOf(D_);if(I_<0){I_=0}for(var N_=0;N_=128){error$1("not-basic")}hl.push(La.charCodeAt(N_))}for(var _m=I_>0?I_+1:0;_m=fl){error$1("invalid-input")}var tA=rA(La.charCodeAt(_m++));if(tA>=Ul||tA>gg((Pl-yl)/mg)){error$1("overflow")}yl+=tA*mg;var nA=eA<=i_?Gd:eA>=i_+af?af:eA-i_;if(tAgg(Pl/sA)){error$1("overflow")}mg*=sA}var aA=hl.length+1;i_=iA(yl-pg,aA,pg==0);if(gg(yl/aA)>Pl-n_){error$1("overflow")}n_+=gg(yl/aA);yl%=aA;hl.splice(yl++,0,n_)}return String.fromCodePoint.apply(String,hl)};var aA=function encode2(La){var hl=[];La=ucs2decode(La);var fl=La.length;var yl=w_;var n_=0;var i_=p_;var I_=true;var N_=false;var _m=void 0;try{for(var pg=La[Symbol.iterator](),mg;!(I_=(mg=pg.next()).done);I_=true){var tA=mg.value;if(tA<128){hl.push(eA(tA))}}}catch(La){N_=true;_m=La}finally{try{if(!I_&&pg.return){pg.return()}}finally{if(N_){throw _m}}}var rA=hl.length;var sA=rA;if(rA){hl.push(D_)}while(sA=yl&&dAgg((Pl-n_)/hA)){error$1("overflow")}n_+=(aA-yl)*hA;yl=aA;var fA=true;var _A=false;var mA=void 0;try{for(var gA=La[Symbol.iterator](),AA;!(fA=(AA=gA.next()).done);fA=true){var yA=AA.value;if(yAPl){error$1("overflow")}if(yA==yl){var bA=n_;for(var vA=Ul;;vA+=Ul){var EA=vA<=i_?Gd:vA>=i_+af?af:vA-i_;if(bA>6|192).toString(16).toUpperCase()+"%"+(hl&63|128).toString(16).toUpperCase();else fl="%"+(hl>>12|224).toString(16).toUpperCase()+"%"+(hl>>6&63|128).toString(16).toUpperCase()+"%"+(hl&63|128).toString(16).toUpperCase();return fl}function pctDecChars(La){var hl="";var fl=0;var yl=La.length;while(fl=194&&Pl<224){if(yl-fl>=6){var Ul=parseInt(La.substr(fl+4,2),16);hl+=String.fromCharCode((Pl&31)<<6|Ul&63)}else{hl+=La.substr(fl,6)}fl+=6}else if(Pl>=224){if(yl-fl>=9){var Gd=parseInt(La.substr(fl+4,2),16);var af=parseInt(La.substr(fl+7,2),16);hl+=String.fromCharCode((Pl&15)<<12|(Gd&63)<<6|af&63)}else{hl+=La.substr(fl,9)}fl+=9}else{hl+=La.substr(fl,3);fl+=3}}return hl}function _normalizeComponentEncoding(La,hl){function decodeUnreserved2(La){var fl=pctDecChars(La);return!fl.match(hl.UNRESERVED)?La:fl}if(La.scheme)La.scheme=String(La.scheme).replace(hl.PCT_ENCODED,decodeUnreserved2).toLowerCase().replace(hl.NOT_SCHEME,"");if(La.userinfo!==void 0)La.userinfo=String(La.userinfo).replace(hl.PCT_ENCODED,decodeUnreserved2).replace(hl.NOT_USERINFO,pctEncChar).replace(hl.PCT_ENCODED,toUpperCase);if(La.host!==void 0)La.host=String(La.host).replace(hl.PCT_ENCODED,decodeUnreserved2).toLowerCase().replace(hl.NOT_HOST,pctEncChar).replace(hl.PCT_ENCODED,toUpperCase);if(La.path!==void 0)La.path=String(La.path).replace(hl.PCT_ENCODED,decodeUnreserved2).replace(La.scheme?hl.NOT_PATH:hl.NOT_PATH_NOSCHEME,pctEncChar).replace(hl.PCT_ENCODED,toUpperCase);if(La.query!==void 0)La.query=String(La.query).replace(hl.PCT_ENCODED,decodeUnreserved2).replace(hl.NOT_QUERY,pctEncChar).replace(hl.PCT_ENCODED,toUpperCase);if(La.fragment!==void 0)La.fragment=String(La.fragment).replace(hl.PCT_ENCODED,decodeUnreserved2).replace(hl.NOT_FRAGMENT,pctEncChar).replace(hl.PCT_ENCODED,toUpperCase);return La}function _stripLeadingZeros(La){return La.replace(/^0*(.*)/,"$1")||"0"}function _normalizeIPv4(La,hl){var fl=La.match(hl.IPV4ADDRESS)||[];var Pl=yl(fl,2),Ul=Pl[1];if(Ul){return Ul.split(".").map(_stripLeadingZeros).join(".")}else{return La}}function _normalizeIPv6(La,hl){var fl=La.match(hl.IPV6ADDRESS)||[];var Pl=yl(fl,3),Ul=Pl[1],Gd=Pl[2];if(Ul){var af=Ul.toLowerCase().split("::").reverse(),n_=yl(af,2),i_=n_[0],p_=n_[1];var w_=p_?p_.split(":").map(_stripLeadingZeros):[];var D_=i_.split(":").map(_stripLeadingZeros);var I_=hl.IPV4ADDRESS.test(D_[D_.length-1]);var N_=I_?7:8;var _m=D_.length-N_;var pg=Array(N_);for(var mg=0;mg1){var rA=pg.slice(0,eA.index);var nA=pg.slice(eA.index+eA.length);tA=rA.join(":")+"::"+nA.join(":")}else{tA=pg.join(":")}if(Gd){tA+="%"+Gd}return tA}else{return La}}var pA=/^(?:([^:\/?#]+):)?(?:\/\/((?:([^\/?#@]*)@)?(\[[^\/?#\]]+\]|[^\/?#:]*)(?:\:(\d*))?))?([^?#]*)(?:\?([^#]*))?(?:#((?:.|\n|\r)*))?/i;var dA="".match(/(){0}/)[1]===void 0;function parse(La){var yl=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};var Pl={};var Ul=yl.iri!==false?fl:hl;if(yl.reference==="suffix")La=(yl.scheme?yl.scheme+":":"")+"//"+La;var Gd=La.match(pA);if(Gd){if(dA){Pl.scheme=Gd[1];Pl.userinfo=Gd[3];Pl.host=Gd[4];Pl.port=parseInt(Gd[5],10);Pl.path=Gd[6]||"";Pl.query=Gd[7];Pl.fragment=Gd[8];if(isNaN(Pl.port)){Pl.port=Gd[5]}}else{Pl.scheme=Gd[1]||void 0;Pl.userinfo=La.indexOf("@")!==-1?Gd[3]:void 0;Pl.host=La.indexOf("//")!==-1?Gd[4]:void 0;Pl.port=parseInt(Gd[5],10);Pl.path=Gd[6]||"";Pl.query=La.indexOf("?")!==-1?Gd[7]:void 0;Pl.fragment=La.indexOf("#")!==-1?Gd[8]:void 0;if(isNaN(Pl.port)){Pl.port=La.match(/\/\/(?:.|\n)*\:(?:\/|\?|\#|$)/)?Gd[4]:void 0}}if(Pl.host){Pl.host=_normalizeIPv6(_normalizeIPv4(Pl.host,Ul),Ul)}if(Pl.scheme===void 0&&Pl.userinfo===void 0&&Pl.host===void 0&&Pl.port===void 0&&!Pl.path&&Pl.query===void 0){Pl.reference="same-document"}else if(Pl.scheme===void 0){Pl.reference="relative"}else if(Pl.fragment===void 0){Pl.reference="absolute"}else{Pl.reference="uri"}if(yl.reference&&yl.reference!=="suffix"&&yl.reference!==Pl.reference){Pl.error=Pl.error||"URI is not a "+yl.reference+" reference."}var af=uA[(yl.scheme||Pl.scheme||"").toLowerCase()];if(!yl.unicodeSupport&&(!af||!af.unicodeSupport)){if(Pl.host&&(yl.domainHost||af&&af.domainHost)){try{Pl.host=cA.toASCII(Pl.host.replace(Ul.PCT_ENCODED,pctDecChars).toLowerCase())}catch(La){Pl.error=Pl.error||"Host's domain name can not be converted to ASCII via punycode: "+La}}_normalizeComponentEncoding(Pl,hl)}else{_normalizeComponentEncoding(Pl,Ul)}if(af&&af.parse){af.parse(Pl,yl)}}else{Pl.error=Pl.error||"URI can not be parsed."}return Pl}function _recomposeAuthority(La,yl){var Pl=yl.iri!==false?fl:hl;var Ul=[];if(La.userinfo!==void 0){Ul.push(La.userinfo);Ul.push("@")}if(La.host!==void 0){Ul.push(_normalizeIPv6(_normalizeIPv4(String(La.host),Pl),Pl).replace(Pl.IPV6ADDRESS,function(La,hl,fl){return"["+hl+(fl?"%25"+fl:"")+"]"}))}if(typeof La.port==="number"||typeof La.port==="string"){Ul.push(":");Ul.push(String(La.port))}return Ul.length?Ul.join(""):void 0}var hA=/^\.\.?\//;var fA=/^\/\.(\/|$)/;var _A=/^\/\.\.(\/|$)/;var mA=/^\/?(?:.|\n)*?(?=\/|$)/;function removeDotSegments(La){var hl=[];while(La.length){if(La.match(hA)){La=La.replace(hA,"")}else if(La.match(fA)){La=La.replace(fA,"/")}else if(La.match(_A)){La=La.replace(_A,"/");hl.pop()}else if(La==="."||La===".."){La=""}else{var fl=La.match(mA);if(fl){var yl=fl[0];La=La.slice(yl.length);hl.push(yl)}else{throw new Error("Unexpected dot segment condition")}}}return hl.join("")}function serialize(La){var yl=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};var Pl=yl.iri?fl:hl;var Ul=[];var Gd=uA[(yl.scheme||La.scheme||"").toLowerCase()];if(Gd&&Gd.serialize)Gd.serialize(La,yl);if(La.host){if(Pl.IPV6ADDRESS.test(La.host)){}else if(yl.domainHost||Gd&&Gd.domainHost){try{La.host=!yl.iri?cA.toASCII(La.host.replace(Pl.PCT_ENCODED,pctDecChars).toLowerCase()):cA.toUnicode(La.host)}catch(hl){La.error=La.error||"Host's domain name can not be converted to "+(!yl.iri?"ASCII":"Unicode")+" via punycode: "+hl}}}_normalizeComponentEncoding(La,Pl);if(yl.reference!=="suffix"&&La.scheme){Ul.push(La.scheme);Ul.push(":")}var af=_recomposeAuthority(La,yl);if(af!==void 0){if(yl.reference!=="suffix"){Ul.push("//")}Ul.push(af);if(La.path&&La.path.charAt(0)!=="/"){Ul.push("/")}}if(La.path!==void 0){var n_=La.path;if(!yl.absolutePath&&(!Gd||!Gd.absolutePath)){n_=removeDotSegments(n_)}if(af===void 0){n_=n_.replace(/^\/\//,"/%2F")}Ul.push(n_)}if(La.query!==void 0){Ul.push("?");Ul.push(La.query)}if(La.fragment!==void 0){Ul.push("#");Ul.push(La.fragment)}return Ul.join("")}function resolveComponents(La,hl){var fl=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};var yl=arguments[3];var Pl={};if(!yl){La=parse(serialize(La,fl),fl);hl=parse(serialize(hl,fl),fl)}fl=fl||{};if(!fl.tolerant&&hl.scheme){Pl.scheme=hl.scheme;Pl.userinfo=hl.userinfo;Pl.host=hl.host;Pl.port=hl.port;Pl.path=removeDotSegments(hl.path||"");Pl.query=hl.query}else{if(hl.userinfo!==void 0||hl.host!==void 0||hl.port!==void 0){Pl.userinfo=hl.userinfo;Pl.host=hl.host;Pl.port=hl.port;Pl.path=removeDotSegments(hl.path||"");Pl.query=hl.query}else{if(!hl.path){Pl.path=La.path;if(hl.query!==void 0){Pl.query=hl.query}else{Pl.query=La.query}}else{if(hl.path.charAt(0)==="/"){Pl.path=removeDotSegments(hl.path)}else{if((La.userinfo!==void 0||La.host!==void 0||La.port!==void 0)&&!La.path){Pl.path="/"+hl.path}else if(!La.path){Pl.path=hl.path}else{Pl.path=La.path.slice(0,La.path.lastIndexOf("/")+1)+hl.path}Pl.path=removeDotSegments(Pl.path)}Pl.query=hl.query}Pl.userinfo=La.userinfo;Pl.host=La.host;Pl.port=La.port}Pl.scheme=La.scheme}Pl.fragment=hl.fragment;return Pl}function resolve(La,hl,fl){var yl=assign({scheme:"null"},fl);return serialize(resolveComponents(parse(La,yl),parse(hl,yl),yl,true),yl)}function normalize(La,hl){if(typeof La==="string"){La=serialize(parse(La,hl),hl)}else if(typeOf(La)==="object"){La=parse(serialize(La,hl),hl)}return La}function equal(La,hl,fl){if(typeof La==="string"){La=serialize(parse(La,fl),fl)}else if(typeOf(La)==="object"){La=serialize(La,fl)}if(typeof hl==="string"){hl=serialize(parse(hl,fl),fl)}else if(typeOf(hl)==="object"){hl=serialize(hl,fl)}return La===hl}function escapeComponent(La,yl){return La&&La.toString().replace(!yl||!yl.iri?hl.ESCAPE:fl.ESCAPE,pctEncChar)}function unescapeComponent(La,yl){return La&&La.toString().replace(!yl||!yl.iri?hl.PCT_ENCODED:fl.PCT_ENCODED,pctDecChars)}var gA={scheme:"http",domainHost:true,parse:function parse2(La,hl){if(!La.host){La.error=La.error||"HTTP URIs must have a host."}return La},serialize:function serialize2(La,hl){var fl=String(La.scheme).toLowerCase()==="https";if(La.port===(fl?443:80)||La.port===""){La.port=void 0}if(!La.path){La.path="/"}return La}};var AA={scheme:"https",domainHost:gA.domainHost,parse:gA.parse,serialize:gA.serialize};function isSecure(La){return typeof La.secure==="boolean"?La.secure:String(La.scheme).toLowerCase()==="wss"}var yA={scheme:"ws",domainHost:true,parse:function parse2(La,hl){var fl=La;fl.secure=isSecure(fl);fl.resourceName=(fl.path||"/")+(fl.query?"?"+fl.query:"");fl.path=void 0;fl.query=void 0;return fl},serialize:function serialize2(La,hl){if(La.port===(isSecure(La)?443:80)||La.port===""){La.port=void 0}if(typeof La.secure==="boolean"){La.scheme=La.secure?"wss":"ws";La.secure=void 0}if(La.resourceName){var fl=La.resourceName.split("?"),Pl=yl(fl,2),Ul=Pl[0],Gd=Pl[1];La.path=Ul&&Ul!=="/"?Ul:void 0;La.query=Gd;La.resourceName=void 0}La.fragment=void 0;return La}};var bA={scheme:"wss",domainHost:yA.domainHost,parse:yA.parse,serialize:yA.serialize};var vA={};var EA=true;var wA="[A-Za-z0-9\\-\\.\\_\\~"+(EA?"\\xA0-\\u200D\\u2010-\\u2029\\u202F-\\uD7FF\\uF900-\\uFDCF\\uFDF0-\\uFFEF":"")+"]";var CA="[0-9A-Fa-f]";var xA=subexp(subexp("%[EFef]"+CA+"%"+CA+CA+"%"+CA+CA)+"|"+subexp("%[89A-Fa-f]"+CA+"%"+CA+CA)+"|"+subexp("%"+CA+CA));var DA="[A-Za-z0-9\\!\\$\\%\\'\\*\\+\\-\\^\\_\\`\\{\\|\\}\\~]";var SA="[\\!\\$\\%\\'\\(\\)\\*\\+\\,\\-\\.0-9\\<\\>A-Z\\x5E-\\x7E]";var kA=merge(SA,'[\\"\\\\]');var TA="[\\!\\$\\'\\(\\)\\*\\+\\,\\;\\:\\@]";var IA=new RegExp(wA,"g");var BA=new RegExp(xA,"g");var FA=new RegExp(merge("[^]",DA,"[\\.]",'[\\"]',kA),"g");var PA=new RegExp(merge("[^]",wA,TA),"g");var RA=PA;function decodeUnreserved(La){var hl=pctDecChars(La);return!hl.match(IA)?La:hl}var NA={scheme:"mailto",parse:function parse$$1(La,hl){var fl=La;var yl=fl.to=fl.path?fl.path.split(","):[];fl.path=void 0;if(fl.query){var Pl=false;var Ul={};var Gd=fl.query.split("&");for(var af=0,n_=Gd.length;af=55296&&Pl<=56319&&yl=hl)throw new Error("Cannot access property/index "+yl+" levels up, current level is "+hl);return fl[hl-yl]}if(yl>hl)throw new Error("Cannot access data "+yl+" levels up, current level is "+hl);af="data"+(hl-yl||"");if(!Pl)return af}var i_=af;var p_=Pl.split("/");for(var w_=0;w_=0)return{index:yl,compiling:true};yl=this._compilations.length;this._compilations[yl]={schema:La,root:hl,baseId:fl};return{index:yl,compiling:false}}function endCompiling(La,hl,fl){var yl=compIndex.call(this,La,hl,fl);if(yl>=0)this._compilations.splice(yl,1)}function compIndex(La,hl,fl){for(var yl=0;yl%\\^`{|}]|%[0-9a-f]{2})|\{[+#./;?&=,!@|]?(?:[a-z0-9_]|%[0-9a-f]{2})+(?::[1-9][0-9]{0,3}|\*)?(?:,(?:[a-z0-9_]|%[0-9a-f]{2})+(?::[1-9][0-9]{0,3}|\*)?)*\})*$/i;var p_=/^(?:(?:http[s\u017F]?|ftp):\/\/)(?:(?:[\0-\x08\x0E-\x1F!-\x9F\xA1-\u167F\u1681-\u1FFF\u200B-\u2027\u202A-\u202E\u2030-\u205E\u2060-\u2FFF\u3001-\uD7FF\uE000-\uFEFE\uFF00-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])+(?::(?:[\0-\x08\x0E-\x1F!-\x9F\xA1-\u167F\u1681-\u1FFF\u200B-\u2027\u202A-\u202E\u2030-\u205E\u2060-\u2FFF\u3001-\uD7FF\uE000-\uFEFE\uFF00-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])*)?@)?(?:(?!10(?:\.[0-9]{1,3}){3})(?!127(?:\.[0-9]{1,3}){3})(?!169\.254(?:\.[0-9]{1,3}){2})(?!192\.168(?:\.[0-9]{1,3}){2})(?!172\.(?:1[6-9]|2[0-9]|3[01])(?:\.[0-9]{1,3}){2})(?:[1-9][0-9]?|1[0-9][0-9]|2[01][0-9]|22[0-3])(?:\.(?:1?[0-9]{1,2}|2[0-4][0-9]|25[0-5])){2}(?:\.(?:[1-9][0-9]?|1[0-9][0-9]|2[0-4][0-9]|25[0-4]))|(?:(?:(?:[0-9a-z\xA1-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])+-)*(?:[0-9a-z\xA1-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])+)(?:\.(?:(?:[0-9a-z\xA1-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])+-)*(?:[0-9a-z\xA1-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])+)*(?:\.(?:(?:[a-z\xA1-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]){2,})))(?::[0-9]{2,5})?(?:\/(?:[\0-\x08\x0E-\x1F!-\x9F\xA1-\u167F\u1681-\u1FFF\u200B-\u2027\u202A-\u202E\u2030-\u205E\u2060-\u2FFF\u3001-\uD7FF\uE000-\uFEFE\uFF00-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])*)?$/i;var w_=/^(?:urn:uuid:)?[0-9a-f]{8}-(?:[0-9a-f]{4}-){3}[0-9a-f]{12}$/i;var I_=/^(?:\/(?:[^~/]|~0|~1)*)*$/;var N_=/^#(?:\/(?:[a-z0-9_\-.!$&'()*+,;:=@]|%[0-9a-f]{2}|~0|~1)*)*$/i;var _m=/^(?:0|[1-9][0-9]*)(?:#|(?:\/(?:[^~/]|~0|~1)*)*)$/;hl.exports=formats;function formats(La){La=La=="full"?"full":"fast";return fl.copy(formats[La])}formats.fast={date:/^\d\d\d\d-[0-1]\d-[0-3]\d$/,time:/^(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)?$/i,"date-time":/^\d\d\d\d-[0-1]\d-[0-3]\d[t\s](?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d(?::?\d\d)?)$/i,uri:/^(?:[a-z][a-z0-9+\-.]*:)(?:\/?\/)?[^\s]*$/i,"uri-reference":/^(?:(?:[a-z][a-z0-9+\-.]*:)?\/?\/)?(?:[^\\\s#][^\s#]*)?(?:#[^\\\s]*)?$/i,"uri-template":i_,url:p_,email:/^[a-z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?(?:\.[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?)*$/i,hostname:Gd,ipv4:/^(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?)$/,ipv6:/^\s*(?:(?:(?:[0-9a-f]{1,4}:){7}(?:[0-9a-f]{1,4}|:))|(?:(?:[0-9a-f]{1,4}:){6}(?::[0-9a-f]{1,4}|(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(?:(?:[0-9a-f]{1,4}:){5}(?:(?:(?::[0-9a-f]{1,4}){1,2})|:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(?:(?:[0-9a-f]{1,4}:){4}(?:(?:(?::[0-9a-f]{1,4}){1,3})|(?:(?::[0-9a-f]{1,4})?:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?:(?:[0-9a-f]{1,4}:){3}(?:(?:(?::[0-9a-f]{1,4}){1,4})|(?:(?::[0-9a-f]{1,4}){0,2}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?:(?:[0-9a-f]{1,4}:){2}(?:(?:(?::[0-9a-f]{1,4}){1,5})|(?:(?::[0-9a-f]{1,4}){0,3}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?:(?:[0-9a-f]{1,4}:){1}(?:(?:(?::[0-9a-f]{1,4}){1,6})|(?:(?::[0-9a-f]{1,4}){0,4}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?::(?:(?:(?::[0-9a-f]{1,4}){1,7})|(?:(?::[0-9a-f]{1,4}){0,5}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:)))(?:%.+)?\s*$/i,regex:regex,uuid:w_,"json-pointer":I_,"json-pointer-uri-fragment":N_,"relative-json-pointer":_m};formats.full={date:date,time:time,"date-time":date_time,uri:uri,"uri-reference":n_,"uri-template":i_,url:p_,email:/^[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&'*+/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?$/i,hostname:Gd,ipv4:/^(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?)$/,ipv6:/^\s*(?:(?:(?:[0-9a-f]{1,4}:){7}(?:[0-9a-f]{1,4}|:))|(?:(?:[0-9a-f]{1,4}:){6}(?::[0-9a-f]{1,4}|(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(?:(?:[0-9a-f]{1,4}:){5}(?:(?:(?::[0-9a-f]{1,4}){1,2})|:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(?:(?:[0-9a-f]{1,4}:){4}(?:(?:(?::[0-9a-f]{1,4}){1,3})|(?:(?::[0-9a-f]{1,4})?:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?:(?:[0-9a-f]{1,4}:){3}(?:(?:(?::[0-9a-f]{1,4}){1,4})|(?:(?::[0-9a-f]{1,4}){0,2}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?:(?:[0-9a-f]{1,4}:){2}(?:(?:(?::[0-9a-f]{1,4}){1,5})|(?:(?::[0-9a-f]{1,4}){0,3}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?:(?:[0-9a-f]{1,4}:){1}(?:(?:(?::[0-9a-f]{1,4}){1,6})|(?:(?::[0-9a-f]{1,4}){0,4}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?::(?:(?:(?::[0-9a-f]{1,4}){1,7})|(?:(?::[0-9a-f]{1,4}){0,5}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:)))(?:%.+)?\s*$/i,regex:regex,uuid:w_,"json-pointer":I_,"json-pointer-uri-fragment":N_,"relative-json-pointer":_m};function isLeapYear(La){return La%4===0&&(La%100!==0||La%400===0)}function date(La){var hl=La.match(yl);if(!hl)return false;var fl=+hl[1];var Ul=+hl[2];var Gd=+hl[3];return Ul>=1&&Ul<=12&&Gd>=1&&Gd<=(Ul==2&&isLeapYear(fl)?29:Pl[Ul])}function time(La,hl){var fl=La.match(Ul);if(!fl)return false;var yl=fl[1];var Pl=fl[2];var Gd=fl[3];var af=fl[5];return(yl<=23&&Pl<=59&&Gd<=59||yl==23&&Pl==59&&Gd==60)&&(!hl||af)}var pg=/t|\s/i;function date_time(La){var hl=La.split(pg);return hl.length==2&&date(hl[0])&&time(hl[1],true)}var mg=/\/|:/;function uri(La){return mg.test(La)&&af.test(La)}var gg=/[^\\]\\Z/;function regex(La){if(gg.test(La))return false;try{new RegExp(La);return true}catch(La){return false}}}});var nA=__commonJS({"node_modules/ajv/lib/dotjs/ref.js"(La,hl){"use strict";hl.exports=function generate_ref(La,hl,fl){var yl=" ";var Pl=La.level;var Ul=La.dataLevel;var Gd=La.schema[hl];var af=La.errSchemaPath+"/"+hl;var n_=!La.opts.allErrors;var i_="data"+(Ul||"");var p_="valid"+Pl;var w_,D_;if(Gd=="#"||Gd=="#/"){if(La.isRoot){w_=La.async;D_="validate"}else{w_=La.root.schema.$async===true;D_="root.refVal[0]"}}else{var I_=La.resolveRef(La.baseId,Gd,La.isRoot);if(I_===void 0){var N_=La.MissingRefError.message(La.baseId,Gd);if(La.opts.missingRefs=="fail"){La.logger.error(N_);var _m=_m||[];_m.push(yl);yl="";if(La.createErrors!==false){yl+=" { keyword: '$ref' , dataPath: (dataPath || '') + "+La.errorPath+" , schemaPath: "+La.util.toQuotedString(af)+" , params: { ref: '"+La.util.escapeQuotes(Gd)+"' } ";if(La.opts.messages!==false){yl+=" , message: 'can\\'t resolve reference "+La.util.escapeQuotes(Gd)+"' "}if(La.opts.verbose){yl+=" , schema: "+La.util.toQuotedString(Gd)+" , parentSchema: validate.schema"+La.schemaPath+" , data: "+i_+" "}yl+=" } "}else{yl+=" {} "}var pg=yl;yl=_m.pop();if(!La.compositeRule&&n_){if(La.async){yl+=" throw new ValidationError(["+pg+"]); "}else{yl+=" validate.errors = ["+pg+"]; return false; "}}else{yl+=" var err = "+pg+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; "}if(n_){yl+=" if (false) { "}}else if(La.opts.missingRefs=="ignore"){La.logger.warn(N_);if(n_){yl+=" if (true) { "}}else{throw new La.MissingRefError(La.baseId,Gd,N_)}}else if(I_.inline){var mg=La.util.copy(La);mg.level++;var gg="valid"+mg.level;mg.schema=I_.schema;mg.schemaPath="";mg.errSchemaPath=Gd;var eA=La.validate(mg).replace(/validate\.schema/g,I_.code);yl+=" "+eA+" ";if(n_){yl+=" if ("+gg+") { "}}else{w_=I_.$async===true||La.async&&I_.$async!==false;D_=I_.code}}if(D_){var _m=_m||[];_m.push(yl);yl="";if(La.opts.passContext){yl+=" "+D_+".call(this, "}else{yl+=" "+D_+"( "}yl+=" "+i_+", (dataPath || '')";if(La.errorPath!='""'){yl+=" + "+La.errorPath}var tA=Ul?"data"+(Ul-1||""):"parentData",rA=Ul?La.dataPathArr[Ul]:"parentDataProperty";yl+=" , "+tA+" , "+rA+", rootData) ";var nA=yl;yl=_m.pop();if(w_){if(!La.async)throw new Error("async schema referenced by sync schema");if(n_){yl+=" var "+p_+"; "}yl+=" try { await "+nA+"; ";if(n_){yl+=" "+p_+" = true; "}yl+=" } catch (e) { if (!(e instanceof ValidationError)) throw e; if (vErrors === null) vErrors = e.errors; else vErrors = vErrors.concat(e.errors); errors = vErrors.length; ";if(n_){yl+=" "+p_+" = false; "}yl+=" } ";if(n_){yl+=" if ("+p_+") { "}}else{yl+=" if (!"+nA+") { if (vErrors === null) vErrors = "+D_+".errors; else vErrors = vErrors.concat("+D_+".errors); errors = vErrors.length; } ";if(n_){yl+=" else { "}}}return yl}}});var iA=__commonJS({"node_modules/ajv/lib/dotjs/allOf.js"(La,hl){"use strict";hl.exports=function generate_allOf(La,hl,fl){var yl=" ";var Pl=La.schema[hl];var Ul=La.schemaPath+La.util.getProperty(hl);var Gd=La.errSchemaPath+"/"+hl;var af=!La.opts.allErrors;var n_=La.util.copy(La);var i_="";n_.level++;var p_="valid"+n_.level;var w_=n_.baseId,D_=true;var I_=Pl;if(I_){var N_,_m=-1,pg=I_.length-1;while(_m0||N_===false:La.util.schemaHasRules(N_,La.RULES.all)){D_=false;n_.schema=N_;n_.schemaPath=Ul+"["+_m+"]";n_.errSchemaPath=Gd+"/"+_m;yl+=" "+La.validate(n_)+" ";n_.baseId=w_;if(af){yl+=" if ("+p_+") { ";i_+="}"}}}}if(af){if(D_){yl+=" if (true) { "}else{yl+=" "+i_.slice(0,-1)+" "}}return yl}}});var sA=__commonJS({"node_modules/ajv/lib/dotjs/anyOf.js"(La,hl){"use strict";hl.exports=function generate_anyOf(La,hl,fl){var yl=" ";var Pl=La.level;var Ul=La.dataLevel;var Gd=La.schema[hl];var af=La.schemaPath+La.util.getProperty(hl);var n_=La.errSchemaPath+"/"+hl;var i_=!La.opts.allErrors;var p_="data"+(Ul||"");var w_="valid"+Pl;var D_="errs__"+Pl;var I_=La.util.copy(La);var N_="";I_.level++;var _m="valid"+I_.level;var pg=Gd.every(function(hl){return La.opts.strictKeywords?typeof hl=="object"&&Object.keys(hl).length>0||hl===false:La.util.schemaHasRules(hl,La.RULES.all)});if(pg){var mg=I_.baseId;yl+=" var "+D_+" = errors; var "+w_+" = false; ";var gg=La.compositeRule;La.compositeRule=I_.compositeRule=true;var eA=Gd;if(eA){var tA,rA=-1,nA=eA.length-1;while(rA0||Gd===false:La.util.schemaHasRules(Gd,La.RULES.all);yl+="var "+D_+" = errors;var "+w_+";";if(tA){var rA=La.compositeRule;La.compositeRule=I_.compositeRule=true;I_.schema=Gd;I_.schemaPath=af;I_.errSchemaPath=n_;yl+=" var "+_m+" = false; for (var "+pg+" = 0; "+pg+" < "+p_+".length; "+pg+"++) { ";I_.errorPath=La.util.getPathExpr(La.errorPath,pg,La.opts.jsonPointers,true);var nA=p_+"["+pg+"]";I_.dataPathArr[mg]=pg;var iA=La.validate(I_);I_.baseId=eA;if(La.util.varOccurences(iA,gg)<2){yl+=" "+La.util.varReplace(iA,gg,nA)+" "}else{yl+=" var "+gg+" = "+nA+"; "+iA+" "}yl+=" if ("+_m+") break; } ";La.compositeRule=I_.compositeRule=rA;yl+=" "+N_+" if (!"+_m+") {"}else{yl+=" if ("+p_+".length == 0) {"}var sA=sA||[];sA.push(yl);yl="";if(La.createErrors!==false){yl+=" { keyword: 'contains' , dataPath: (dataPath || '') + "+La.errorPath+" , schemaPath: "+La.util.toQuotedString(n_)+" , params: {} ";if(La.opts.messages!==false){yl+=" , message: 'should contain a valid item' "}if(La.opts.verbose){yl+=" , schema: validate.schema"+af+" , parentSchema: validate.schema"+La.schemaPath+" , data: "+p_+" "}yl+=" } "}else{yl+=" {} "}var aA=yl;yl=sA.pop();if(!La.compositeRule&&i_){if(La.async){yl+=" throw new ValidationError(["+aA+"]); "}else{yl+=" validate.errors = ["+aA+"]; return false; "}}else{yl+=" var err = "+aA+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; "}yl+=" } else { ";if(tA){yl+=" errors = "+D_+"; if (vErrors !== null) { if ("+D_+") vErrors.length = "+D_+"; else vErrors = null; } "}if(La.opts.allErrors){yl+=" } "}return yl}}});var cA=__commonJS({"node_modules/ajv/lib/dotjs/dependencies.js"(La,hl){"use strict";hl.exports=function generate_dependencies(La,hl,fl){var yl=" ";var Pl=La.level;var Ul=La.dataLevel;var Gd=La.schema[hl];var af=La.schemaPath+La.util.getProperty(hl);var n_=La.errSchemaPath+"/"+hl;var i_=!La.opts.allErrors;var p_="data"+(Ul||"");var w_="errs__"+Pl;var D_=La.util.copy(La);var I_="";D_.level++;var N_="valid"+D_.level;var _m={},pg={},mg=La.opts.ownProperties;for(rA in Gd){if(rA=="__proto__")continue;var gg=Gd[rA];var eA=Array.isArray(gg)?pg:_m;eA[rA]=gg}yl+="var "+w_+" = errors;";var tA=La.errorPath;yl+="var missing"+Pl+";";for(var rA in pg){eA=pg[rA];if(eA.length){yl+=" if ( "+p_+La.util.getProperty(rA)+" !== undefined ";if(mg){yl+=" && Object.prototype.hasOwnProperty.call("+p_+", '"+La.util.escapeQuotes(rA)+"') "}if(i_){yl+=" && ( ";var nA=eA;if(nA){var iA,sA=-1,aA=nA.length-1;while(sA0||gg===false:La.util.schemaHasRules(gg,La.RULES.all)){yl+=" "+N_+" = true; if ( "+p_+La.util.getProperty(rA)+" !== undefined ";if(mg){yl+=" && Object.prototype.hasOwnProperty.call("+p_+", '"+La.util.escapeQuotes(rA)+"') "}yl+=") { ";D_.schema=gg;D_.schemaPath=af+La.util.getProperty(rA);D_.errSchemaPath=n_+"/"+La.util.escapeFragment(rA);yl+=" "+La.validate(D_)+" ";D_.baseId=mA;yl+=" } ";if(i_){yl+=" if ("+N_+") { ";I_+="}"}}}if(i_){yl+=" "+I_+" if ("+w_+" == errors) {"}return yl}}});var uA=__commonJS({"node_modules/ajv/lib/dotjs/enum.js"(La,hl){"use strict";hl.exports=function generate_enum(La,hl,fl){var yl=" ";var Pl=La.level;var Ul=La.dataLevel;var Gd=La.schema[hl];var af=La.schemaPath+La.util.getProperty(hl);var n_=La.errSchemaPath+"/"+hl;var i_=!La.opts.allErrors;var p_="data"+(Ul||"");var w_="valid"+Pl;var D_=La.opts.$data&&Gd&&Gd.$data,I_;if(D_){yl+=" var schema"+Pl+" = "+La.util.getData(Gd.$data,Ul,La.dataPathArr)+"; ";I_="schema"+Pl}else{I_=Gd}var N_="i"+Pl,_m="schema"+Pl;if(!D_){yl+=" var "+_m+" = validate.schema"+af+";"}yl+="var "+w_+";";if(D_){yl+=" if (schema"+Pl+" === undefined) "+w_+" = true; else if (!Array.isArray(schema"+Pl+")) "+w_+" = false; else {"}yl+=""+w_+" = false;for (var "+N_+"=0; "+N_+"<"+_m+".length; "+N_+"++) if (equal("+p_+", "+_m+"["+N_+"])) { "+w_+" = true; break; }";if(D_){yl+=" } "}yl+=" if (!"+w_+") { ";var pg=pg||[];pg.push(yl);yl="";if(La.createErrors!==false){yl+=" { keyword: 'enum' , dataPath: (dataPath || '') + "+La.errorPath+" , schemaPath: "+La.util.toQuotedString(n_)+" , params: { allowedValues: schema"+Pl+" } ";if(La.opts.messages!==false){yl+=" , message: 'should be equal to one of the allowed values' "}if(La.opts.verbose){yl+=" , schema: validate.schema"+af+" , parentSchema: validate.schema"+La.schemaPath+" , data: "+p_+" "}yl+=" } "}else{yl+=" {} "}var mg=yl;yl=pg.pop();if(!La.compositeRule&&i_){if(La.async){yl+=" throw new ValidationError(["+mg+"]); "}else{yl+=" validate.errors = ["+mg+"]; return false; "}}else{yl+=" var err = "+mg+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; "}yl+=" }";if(i_){yl+=" else { "}return yl}}});var pA=__commonJS({"node_modules/ajv/lib/dotjs/format.js"(La,hl){"use strict";hl.exports=function generate_format(La,hl,fl){var yl=" ";var Pl=La.level;var Ul=La.dataLevel;var Gd=La.schema[hl];var af=La.schemaPath+La.util.getProperty(hl);var n_=La.errSchemaPath+"/"+hl;var i_=!La.opts.allErrors;var p_="data"+(Ul||"");if(La.opts.format===false){if(i_){yl+=" if (true) { "}return yl}var w_=La.opts.$data&&Gd&&Gd.$data,D_;if(w_){yl+=" var schema"+Pl+" = "+La.util.getData(Gd.$data,Ul,La.dataPathArr)+"; ";D_="schema"+Pl}else{D_=Gd}var I_=La.opts.unknownFormats,N_=Array.isArray(I_);if(w_){var _m="format"+Pl,pg="isObject"+Pl,mg="formatType"+Pl;yl+=" var "+_m+" = formats["+D_+"]; var "+pg+" = typeof "+_m+" == 'object' && !("+_m+" instanceof RegExp) && "+_m+".validate; var "+mg+" = "+pg+" && "+_m+".type || 'string'; if ("+pg+") { ";if(La.async){yl+=" var async"+Pl+" = "+_m+".async; "}yl+=" "+_m+" = "+_m+".validate; } if ( ";if(w_){yl+=" ("+D_+" !== undefined && typeof "+D_+" != 'string') || "}yl+=" (";if(I_!="ignore"){yl+=" ("+D_+" && !"+_m+" ";if(N_){yl+=" && self._opts.unknownFormats.indexOf("+D_+") == -1 "}yl+=") || "}yl+=" ("+_m+" && "+mg+" == '"+fl+"' && !(typeof "+_m+" == 'function' ? ";if(La.async){yl+=" (async"+Pl+" ? await "+_m+"("+p_+") : "+_m+"("+p_+")) "}else{yl+=" "+_m+"("+p_+") "}yl+=" : "+_m+".test("+p_+"))))) {"}else{var _m=La.formats[Gd];if(!_m){if(I_=="ignore"){La.logger.warn('unknown format "'+Gd+'" ignored in schema at path "'+La.errSchemaPath+'"');if(i_){yl+=" if (true) { "}return yl}else if(N_&&I_.indexOf(Gd)>=0){if(i_){yl+=" if (true) { "}return yl}else{throw new Error('unknown format "'+Gd+'" is used in schema at path "'+La.errSchemaPath+'"')}}var pg=typeof _m=="object"&&!(_m instanceof RegExp)&&_m.validate;var mg=pg&&_m.type||"string";if(pg){var gg=_m.async===true;_m=_m.validate}if(mg!=fl){if(i_){yl+=" if (true) { "}return yl}if(gg){if(!La.async)throw new Error("async format in sync schema");var eA="formats"+La.util.getProperty(Gd)+".validate";yl+=" if (!(await "+eA+"("+p_+"))) { "}else{yl+=" if (! ";var eA="formats"+La.util.getProperty(Gd);if(pg)eA+=".validate";if(typeof _m=="function"){yl+=" "+eA+"("+p_+") "}else{yl+=" "+eA+".test("+p_+") "}yl+=") { "}}var tA=tA||[];tA.push(yl);yl="";if(La.createErrors!==false){yl+=" { keyword: 'format' , dataPath: (dataPath || '') + "+La.errorPath+" , schemaPath: "+La.util.toQuotedString(n_)+" , params: { format: ";if(w_){yl+=""+D_}else{yl+=""+La.util.toQuotedString(Gd)}yl+=" } ";if(La.opts.messages!==false){yl+=` , message: 'should match format "`;if(w_){yl+="' + "+D_+" + '"}else{yl+=""+La.util.escapeQuotes(Gd)}yl+=`"' `}if(La.opts.verbose){yl+=" , schema: ";if(w_){yl+="validate.schema"+af}else{yl+=""+La.util.toQuotedString(Gd)}yl+=" , parentSchema: validate.schema"+La.schemaPath+" , data: "+p_+" "}yl+=" } "}else{yl+=" {} "}var rA=yl;yl=tA.pop();if(!La.compositeRule&&i_){if(La.async){yl+=" throw new ValidationError(["+rA+"]); "}else{yl+=" validate.errors = ["+rA+"]; return false; "}}else{yl+=" var err = "+rA+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; "}yl+=" } ";if(i_){yl+=" else { "}return yl}}});var dA=__commonJS({"node_modules/ajv/lib/dotjs/if.js"(La,hl){"use strict";hl.exports=function generate_if(La,hl,fl){var yl=" ";var Pl=La.level;var Ul=La.dataLevel;var Gd=La.schema[hl];var af=La.schemaPath+La.util.getProperty(hl);var n_=La.errSchemaPath+"/"+hl;var i_=!La.opts.allErrors;var p_="data"+(Ul||"");var w_="valid"+Pl;var D_="errs__"+Pl;var I_=La.util.copy(La);I_.level++;var N_="valid"+I_.level;var _m=La.schema["then"],pg=La.schema["else"],mg=_m!==void 0&&(La.opts.strictKeywords?typeof _m=="object"&&Object.keys(_m).length>0||_m===false:La.util.schemaHasRules(_m,La.RULES.all)),gg=pg!==void 0&&(La.opts.strictKeywords?typeof pg=="object"&&Object.keys(pg).length>0||pg===false:La.util.schemaHasRules(pg,La.RULES.all)),eA=I_.baseId;if(mg||gg){var tA;I_.createErrors=false;I_.schema=Gd;I_.schemaPath=af;I_.errSchemaPath=n_;yl+=" var "+D_+" = errors; var "+w_+" = true; ";var rA=La.compositeRule;La.compositeRule=I_.compositeRule=true;yl+=" "+La.validate(I_)+" ";I_.baseId=eA;I_.createErrors=true;yl+=" errors = "+D_+"; if (vErrors !== null) { if ("+D_+") vErrors.length = "+D_+"; else vErrors = null; } ";La.compositeRule=I_.compositeRule=rA;if(mg){yl+=" if ("+N_+") { ";I_.schema=La.schema["then"];I_.schemaPath=La.schemaPath+".then";I_.errSchemaPath=La.errSchemaPath+"/then";yl+=" "+La.validate(I_)+" ";I_.baseId=eA;yl+=" "+w_+" = "+N_+"; ";if(mg&&gg){tA="ifClause"+Pl;yl+=" var "+tA+" = 'then'; "}else{tA="'then'"}yl+=" } ";if(gg){yl+=" else { "}}else{yl+=" if (!"+N_+") { "}if(gg){I_.schema=La.schema["else"];I_.schemaPath=La.schemaPath+".else";I_.errSchemaPath=La.errSchemaPath+"/else";yl+=" "+La.validate(I_)+" ";I_.baseId=eA;yl+=" "+w_+" = "+N_+"; ";if(mg&&gg){tA="ifClause"+Pl;yl+=" var "+tA+" = 'else'; "}else{tA="'else'"}yl+=" } "}yl+=" if (!"+w_+") { var err = ";if(La.createErrors!==false){yl+=" { keyword: 'if' , dataPath: (dataPath || '') + "+La.errorPath+" , schemaPath: "+La.util.toQuotedString(n_)+" , params: { failingKeyword: "+tA+" } ";if(La.opts.messages!==false){yl+=` , message: 'should match "' + `+tA+` + '" schema' `}if(La.opts.verbose){yl+=" , schema: validate.schema"+af+" , parentSchema: validate.schema"+La.schemaPath+" , data: "+p_+" "}yl+=" } "}else{yl+=" {} "}yl+="; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ";if(!La.compositeRule&&i_){if(La.async){yl+=" throw new ValidationError(vErrors); "}else{yl+=" validate.errors = vErrors; return false; "}}yl+=" } ";if(i_){yl+=" else { "}}else{if(i_){yl+=" if (true) { "}}return yl}}});var hA=__commonJS({"node_modules/ajv/lib/dotjs/items.js"(La,hl){"use strict";hl.exports=function generate_items(La,hl,fl){var yl=" ";var Pl=La.level;var Ul=La.dataLevel;var Gd=La.schema[hl];var af=La.schemaPath+La.util.getProperty(hl);var n_=La.errSchemaPath+"/"+hl;var i_=!La.opts.allErrors;var p_="data"+(Ul||"");var w_="valid"+Pl;var D_="errs__"+Pl;var I_=La.util.copy(La);var N_="";I_.level++;var _m="valid"+I_.level;var pg="i"+Pl,mg=I_.dataLevel=La.dataLevel+1,gg="data"+mg,eA=La.baseId;yl+="var "+D_+" = errors;var "+w_+";";if(Array.isArray(Gd)){var tA=La.schema.additionalItems;if(tA===false){yl+=" "+w_+" = "+p_+".length <= "+Gd.length+"; ";var rA=n_;n_=La.errSchemaPath+"/additionalItems";yl+=" if (!"+w_+") { ";var nA=nA||[];nA.push(yl);yl="";if(La.createErrors!==false){yl+=" { keyword: 'additionalItems' , dataPath: (dataPath || '') + "+La.errorPath+" , schemaPath: "+La.util.toQuotedString(n_)+" , params: { limit: "+Gd.length+" } ";if(La.opts.messages!==false){yl+=" , message: 'should NOT have more than "+Gd.length+" items' "}if(La.opts.verbose){yl+=" , schema: false , parentSchema: validate.schema"+La.schemaPath+" , data: "+p_+" "}yl+=" } "}else{yl+=" {} "}var iA=yl;yl=nA.pop();if(!La.compositeRule&&i_){if(La.async){yl+=" throw new ValidationError(["+iA+"]); "}else{yl+=" validate.errors = ["+iA+"]; return false; "}}else{yl+=" var err = "+iA+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; "}yl+=" } ";n_=rA;if(i_){N_+="}";yl+=" else { "}}var sA=Gd;if(sA){var aA,oA=-1,lA=sA.length-1;while(oA0||aA===false:La.util.schemaHasRules(aA,La.RULES.all)){yl+=" "+_m+" = true; if ("+p_+".length > "+oA+") { ";var cA=p_+"["+oA+"]";I_.schema=aA;I_.schemaPath=af+"["+oA+"]";I_.errSchemaPath=n_+"/"+oA;I_.errorPath=La.util.getPathExpr(La.errorPath,oA,La.opts.jsonPointers,true);I_.dataPathArr[mg]=oA;var uA=La.validate(I_);I_.baseId=eA;if(La.util.varOccurences(uA,gg)<2){yl+=" "+La.util.varReplace(uA,gg,cA)+" "}else{yl+=" var "+gg+" = "+cA+"; "+uA+" "}yl+=" } ";if(i_){yl+=" if ("+_m+") { ";N_+="}"}}}}if(typeof tA=="object"&&(La.opts.strictKeywords?typeof tA=="object"&&Object.keys(tA).length>0||tA===false:La.util.schemaHasRules(tA,La.RULES.all))){I_.schema=tA;I_.schemaPath=La.schemaPath+".additionalItems";I_.errSchemaPath=La.errSchemaPath+"/additionalItems";yl+=" "+_m+" = true; if ("+p_+".length > "+Gd.length+") { for (var "+pg+" = "+Gd.length+"; "+pg+" < "+p_+".length; "+pg+"++) { ";I_.errorPath=La.util.getPathExpr(La.errorPath,pg,La.opts.jsonPointers,true);var cA=p_+"["+pg+"]";I_.dataPathArr[mg]=pg;var uA=La.validate(I_);I_.baseId=eA;if(La.util.varOccurences(uA,gg)<2){yl+=" "+La.util.varReplace(uA,gg,cA)+" "}else{yl+=" var "+gg+" = "+cA+"; "+uA+" "}if(i_){yl+=" if (!"+_m+") break; "}yl+=" } } ";if(i_){yl+=" if ("+_m+") { ";N_+="}"}}}else if(La.opts.strictKeywords?typeof Gd=="object"&&Object.keys(Gd).length>0||Gd===false:La.util.schemaHasRules(Gd,La.RULES.all)){I_.schema=Gd;I_.schemaPath=af;I_.errSchemaPath=n_;yl+=" for (var "+pg+" = 0; "+pg+" < "+p_+".length; "+pg+"++) { ";I_.errorPath=La.util.getPathExpr(La.errorPath,pg,La.opts.jsonPointers,true);var cA=p_+"["+pg+"]";I_.dataPathArr[mg]=pg;var uA=La.validate(I_);I_.baseId=eA;if(La.util.varOccurences(uA,gg)<2){yl+=" "+La.util.varReplace(uA,gg,cA)+" "}else{yl+=" var "+gg+" = "+cA+"; "+uA+" "}if(i_){yl+=" if (!"+_m+") break; "}yl+=" }"}if(i_){yl+=" "+N_+" if ("+D_+" == errors) {"}return yl}}});var fA=__commonJS({"node_modules/ajv/lib/dotjs/_limit.js"(La,hl){"use strict";hl.exports=function generate__limit(La,hl,fl){var yl=" ";var Pl=La.level;var Ul=La.dataLevel;var Gd=La.schema[hl];var af=La.schemaPath+La.util.getProperty(hl);var n_=La.errSchemaPath+"/"+hl;var i_=!La.opts.allErrors;var p_;var w_="data"+(Ul||"");var D_=La.opts.$data&&Gd&&Gd.$data,I_;if(D_){yl+=" var schema"+Pl+" = "+La.util.getData(Gd.$data,Ul,La.dataPathArr)+"; ";I_="schema"+Pl}else{I_=Gd}var N_=hl=="maximum",_m=N_?"exclusiveMaximum":"exclusiveMinimum",pg=La.schema[_m],mg=La.opts.$data&&pg&&pg.$data,gg=N_?"<":">",eA=N_?">":"<",p_=void 0;if(!(D_||typeof Gd=="number"||Gd===void 0)){throw new Error(hl+" must be number")}if(!(mg||pg===void 0||typeof pg=="number"||typeof pg=="boolean")){throw new Error(_m+" must be number or boolean")}if(mg){var tA=La.util.getData(pg.$data,Ul,La.dataPathArr),rA="exclusive"+Pl,nA="exclType"+Pl,iA="exclIsNumber"+Pl,sA="op"+Pl,aA="' + "+sA+" + '";yl+=" var schemaExcl"+Pl+" = "+tA+"; ";tA="schemaExcl"+Pl;yl+=" var "+rA+"; var "+nA+" = typeof "+tA+"; if ("+nA+" != 'boolean' && "+nA+" != 'undefined' && "+nA+" != 'number') { ";var p_=_m;var oA=oA||[];oA.push(yl);yl="";if(La.createErrors!==false){yl+=" { keyword: '"+(p_||"_exclusiveLimit")+"' , dataPath: (dataPath || '') + "+La.errorPath+" , schemaPath: "+La.util.toQuotedString(n_)+" , params: {} ";if(La.opts.messages!==false){yl+=" , message: '"+_m+" should be boolean' "}if(La.opts.verbose){yl+=" , schema: validate.schema"+af+" , parentSchema: validate.schema"+La.schemaPath+" , data: "+w_+" "}yl+=" } "}else{yl+=" {} "}var lA=yl;yl=oA.pop();if(!La.compositeRule&&i_){if(La.async){yl+=" throw new ValidationError(["+lA+"]); "}else{yl+=" validate.errors = ["+lA+"]; return false; "}}else{yl+=" var err = "+lA+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; "}yl+=" } else if ( ";if(D_){yl+=" ("+I_+" !== undefined && typeof "+I_+" != 'number') || "}yl+=" "+nA+" == 'number' ? ( ("+rA+" = "+I_+" === undefined || "+tA+" "+gg+"= "+I_+") ? "+w_+" "+eA+"= "+tA+" : "+w_+" "+eA+" "+I_+" ) : ( ("+rA+" = "+tA+" === true) ? "+w_+" "+eA+"= "+I_+" : "+w_+" "+eA+" "+I_+" ) || "+w_+" !== "+w_+") { var op"+Pl+" = "+rA+" ? '"+gg+"' : '"+gg+"='; ";if(Gd===void 0){p_=_m;n_=La.errSchemaPath+"/"+_m;I_=tA;D_=mg}}else{var iA=typeof pg=="number",aA=gg;if(iA&&D_){var sA="'"+aA+"'";yl+=" if ( ";if(D_){yl+=" ("+I_+" !== undefined && typeof "+I_+" != 'number') || "}yl+=" ( "+I_+" === undefined || "+pg+" "+gg+"= "+I_+" ? "+w_+" "+eA+"= "+pg+" : "+w_+" "+eA+" "+I_+" ) || "+w_+" !== "+w_+") { "}else{if(iA&&Gd===void 0){rA=true;p_=_m;n_=La.errSchemaPath+"/"+_m;I_=pg;eA+="="}else{if(iA)I_=Math[N_?"min":"max"](pg,Gd);if(pg===(iA?I_:true)){rA=true;p_=_m;n_=La.errSchemaPath+"/"+_m;eA+="="}else{rA=false;aA+="="}}var sA="'"+aA+"'";yl+=" if ( ";if(D_){yl+=" ("+I_+" !== undefined && typeof "+I_+" != 'number') || "}yl+=" "+w_+" "+eA+" "+I_+" || "+w_+" !== "+w_+") { "}}p_=p_||hl;var oA=oA||[];oA.push(yl);yl="";if(La.createErrors!==false){yl+=" { keyword: '"+(p_||"_limit")+"' , dataPath: (dataPath || '') + "+La.errorPath+" , schemaPath: "+La.util.toQuotedString(n_)+" , params: { comparison: "+sA+", limit: "+I_+", exclusive: "+rA+" } ";if(La.opts.messages!==false){yl+=" , message: 'should be "+aA+" ";if(D_){yl+="' + "+I_}else{yl+=""+I_+"'"}}if(La.opts.verbose){yl+=" , schema: ";if(D_){yl+="validate.schema"+af}else{yl+=""+Gd}yl+=" , parentSchema: validate.schema"+La.schemaPath+" , data: "+w_+" "}yl+=" } "}else{yl+=" {} "}var lA=yl;yl=oA.pop();if(!La.compositeRule&&i_){if(La.async){yl+=" throw new ValidationError(["+lA+"]); "}else{yl+=" validate.errors = ["+lA+"]; return false; "}}else{yl+=" var err = "+lA+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; "}yl+=" } ";if(i_){yl+=" else { "}return yl}}});var _A=__commonJS({"node_modules/ajv/lib/dotjs/_limitItems.js"(La,hl){"use strict";hl.exports=function generate__limitItems(La,hl,fl){var yl=" ";var Pl=La.level;var Ul=La.dataLevel;var Gd=La.schema[hl];var af=La.schemaPath+La.util.getProperty(hl);var n_=La.errSchemaPath+"/"+hl;var i_=!La.opts.allErrors;var p_;var w_="data"+(Ul||"");var D_=La.opts.$data&&Gd&&Gd.$data,I_;if(D_){yl+=" var schema"+Pl+" = "+La.util.getData(Gd.$data,Ul,La.dataPathArr)+"; ";I_="schema"+Pl}else{I_=Gd}if(!(D_||typeof Gd=="number")){throw new Error(hl+" must be number")}var N_=hl=="maxItems"?">":"<";yl+="if ( ";if(D_){yl+=" ("+I_+" !== undefined && typeof "+I_+" != 'number') || "}yl+=" "+w_+".length "+N_+" "+I_+") { ";var p_=hl;var _m=_m||[];_m.push(yl);yl="";if(La.createErrors!==false){yl+=" { keyword: '"+(p_||"_limitItems")+"' , dataPath: (dataPath || '') + "+La.errorPath+" , schemaPath: "+La.util.toQuotedString(n_)+" , params: { limit: "+I_+" } ";if(La.opts.messages!==false){yl+=" , message: 'should NOT have ";if(hl=="maxItems"){yl+="more"}else{yl+="fewer"}yl+=" than ";if(D_){yl+="' + "+I_+" + '"}else{yl+=""+Gd}yl+=" items' "}if(La.opts.verbose){yl+=" , schema: ";if(D_){yl+="validate.schema"+af}else{yl+=""+Gd}yl+=" , parentSchema: validate.schema"+La.schemaPath+" , data: "+w_+" "}yl+=" } "}else{yl+=" {} "}var pg=yl;yl=_m.pop();if(!La.compositeRule&&i_){if(La.async){yl+=" throw new ValidationError(["+pg+"]); "}else{yl+=" validate.errors = ["+pg+"]; return false; "}}else{yl+=" var err = "+pg+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; "}yl+="} ";if(i_){yl+=" else { "}return yl}}});var mA=__commonJS({"node_modules/ajv/lib/dotjs/_limitLength.js"(La,hl){"use strict";hl.exports=function generate__limitLength(La,hl,fl){var yl=" ";var Pl=La.level;var Ul=La.dataLevel;var Gd=La.schema[hl];var af=La.schemaPath+La.util.getProperty(hl);var n_=La.errSchemaPath+"/"+hl;var i_=!La.opts.allErrors;var p_;var w_="data"+(Ul||"");var D_=La.opts.$data&&Gd&&Gd.$data,I_;if(D_){yl+=" var schema"+Pl+" = "+La.util.getData(Gd.$data,Ul,La.dataPathArr)+"; ";I_="schema"+Pl}else{I_=Gd}if(!(D_||typeof Gd=="number")){throw new Error(hl+" must be number")}var N_=hl=="maxLength"?">":"<";yl+="if ( ";if(D_){yl+=" ("+I_+" !== undefined && typeof "+I_+" != 'number') || "}if(La.opts.unicode===false){yl+=" "+w_+".length "}else{yl+=" ucs2length("+w_+") "}yl+=" "+N_+" "+I_+") { ";var p_=hl;var _m=_m||[];_m.push(yl);yl="";if(La.createErrors!==false){yl+=" { keyword: '"+(p_||"_limitLength")+"' , dataPath: (dataPath || '') + "+La.errorPath+" , schemaPath: "+La.util.toQuotedString(n_)+" , params: { limit: "+I_+" } ";if(La.opts.messages!==false){yl+=" , message: 'should NOT be ";if(hl=="maxLength"){yl+="longer"}else{yl+="shorter"}yl+=" than ";if(D_){yl+="' + "+I_+" + '"}else{yl+=""+Gd}yl+=" characters' "}if(La.opts.verbose){yl+=" , schema: ";if(D_){yl+="validate.schema"+af}else{yl+=""+Gd}yl+=" , parentSchema: validate.schema"+La.schemaPath+" , data: "+w_+" "}yl+=" } "}else{yl+=" {} "}var pg=yl;yl=_m.pop();if(!La.compositeRule&&i_){if(La.async){yl+=" throw new ValidationError(["+pg+"]); "}else{yl+=" validate.errors = ["+pg+"]; return false; "}}else{yl+=" var err = "+pg+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; "}yl+="} ";if(i_){yl+=" else { "}return yl}}});var gA=__commonJS({"node_modules/ajv/lib/dotjs/_limitProperties.js"(La,hl){"use strict";hl.exports=function generate__limitProperties(La,hl,fl){var yl=" ";var Pl=La.level;var Ul=La.dataLevel;var Gd=La.schema[hl];var af=La.schemaPath+La.util.getProperty(hl);var n_=La.errSchemaPath+"/"+hl;var i_=!La.opts.allErrors;var p_;var w_="data"+(Ul||"");var D_=La.opts.$data&&Gd&&Gd.$data,I_;if(D_){yl+=" var schema"+Pl+" = "+La.util.getData(Gd.$data,Ul,La.dataPathArr)+"; ";I_="schema"+Pl}else{I_=Gd}if(!(D_||typeof Gd=="number")){throw new Error(hl+" must be number")}var N_=hl=="maxProperties"?">":"<";yl+="if ( ";if(D_){yl+=" ("+I_+" !== undefined && typeof "+I_+" != 'number') || "}yl+=" Object.keys("+w_+").length "+N_+" "+I_+") { ";var p_=hl;var _m=_m||[];_m.push(yl);yl="";if(La.createErrors!==false){yl+=" { keyword: '"+(p_||"_limitProperties")+"' , dataPath: (dataPath || '') + "+La.errorPath+" , schemaPath: "+La.util.toQuotedString(n_)+" , params: { limit: "+I_+" } ";if(La.opts.messages!==false){yl+=" , message: 'should NOT have ";if(hl=="maxProperties"){yl+="more"}else{yl+="fewer"}yl+=" than ";if(D_){yl+="' + "+I_+" + '"}else{yl+=""+Gd}yl+=" properties' "}if(La.opts.verbose){yl+=" , schema: ";if(D_){yl+="validate.schema"+af}else{yl+=""+Gd}yl+=" , parentSchema: validate.schema"+La.schemaPath+" , data: "+w_+" "}yl+=" } "}else{yl+=" {} "}var pg=yl;yl=_m.pop();if(!La.compositeRule&&i_){if(La.async){yl+=" throw new ValidationError(["+pg+"]); "}else{yl+=" validate.errors = ["+pg+"]; return false; "}}else{yl+=" var err = "+pg+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; "}yl+="} ";if(i_){yl+=" else { "}return yl}}});var AA=__commonJS({"node_modules/ajv/lib/dotjs/multipleOf.js"(La,hl){"use strict";hl.exports=function generate_multipleOf(La,hl,fl){var yl=" ";var Pl=La.level;var Ul=La.dataLevel;var Gd=La.schema[hl];var af=La.schemaPath+La.util.getProperty(hl);var n_=La.errSchemaPath+"/"+hl;var i_=!La.opts.allErrors;var p_="data"+(Ul||"");var w_=La.opts.$data&&Gd&&Gd.$data,D_;if(w_){yl+=" var schema"+Pl+" = "+La.util.getData(Gd.$data,Ul,La.dataPathArr)+"; ";D_="schema"+Pl}else{D_=Gd}if(!(w_||typeof Gd=="number")){throw new Error(hl+" must be number")}yl+="var division"+Pl+";if (";if(w_){yl+=" "+D_+" !== undefined && ( typeof "+D_+" != 'number' || "}yl+=" (division"+Pl+" = "+p_+" / "+D_+", ";if(La.opts.multipleOfPrecision){yl+=" Math.abs(Math.round(division"+Pl+") - division"+Pl+") > 1e-"+La.opts.multipleOfPrecision+" "}else{yl+=" division"+Pl+" !== parseInt(division"+Pl+") "}yl+=" ) ";if(w_){yl+=" ) "}yl+=" ) { ";var I_=I_||[];I_.push(yl);yl="";if(La.createErrors!==false){yl+=" { keyword: 'multipleOf' , dataPath: (dataPath || '') + "+La.errorPath+" , schemaPath: "+La.util.toQuotedString(n_)+" , params: { multipleOf: "+D_+" } ";if(La.opts.messages!==false){yl+=" , message: 'should be multiple of ";if(w_){yl+="' + "+D_}else{yl+=""+D_+"'"}}if(La.opts.verbose){yl+=" , schema: ";if(w_){yl+="validate.schema"+af}else{yl+=""+Gd}yl+=" , parentSchema: validate.schema"+La.schemaPath+" , data: "+p_+" "}yl+=" } "}else{yl+=" {} "}var N_=yl;yl=I_.pop();if(!La.compositeRule&&i_){if(La.async){yl+=" throw new ValidationError(["+N_+"]); "}else{yl+=" validate.errors = ["+N_+"]; return false; "}}else{yl+=" var err = "+N_+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; "}yl+="} ";if(i_){yl+=" else { "}return yl}}});var yA=__commonJS({"node_modules/ajv/lib/dotjs/not.js"(La,hl){"use strict";hl.exports=function generate_not(La,hl,fl){var yl=" ";var Pl=La.level;var Ul=La.dataLevel;var Gd=La.schema[hl];var af=La.schemaPath+La.util.getProperty(hl);var n_=La.errSchemaPath+"/"+hl;var i_=!La.opts.allErrors;var p_="data"+(Ul||"");var w_="errs__"+Pl;var D_=La.util.copy(La);D_.level++;var I_="valid"+D_.level;if(La.opts.strictKeywords?typeof Gd=="object"&&Object.keys(Gd).length>0||Gd===false:La.util.schemaHasRules(Gd,La.RULES.all)){D_.schema=Gd;D_.schemaPath=af;D_.errSchemaPath=n_;yl+=" var "+w_+" = errors; ";var N_=La.compositeRule;La.compositeRule=D_.compositeRule=true;D_.createErrors=false;var _m;if(D_.opts.allErrors){_m=D_.opts.allErrors;D_.opts.allErrors=false}yl+=" "+La.validate(D_)+" ";D_.createErrors=true;if(_m)D_.opts.allErrors=_m;La.compositeRule=D_.compositeRule=N_;yl+=" if ("+I_+") { ";var pg=pg||[];pg.push(yl);yl="";if(La.createErrors!==false){yl+=" { keyword: 'not' , dataPath: (dataPath || '') + "+La.errorPath+" , schemaPath: "+La.util.toQuotedString(n_)+" , params: {} ";if(La.opts.messages!==false){yl+=" , message: 'should NOT be valid' "}if(La.opts.verbose){yl+=" , schema: validate.schema"+af+" , parentSchema: validate.schema"+La.schemaPath+" , data: "+p_+" "}yl+=" } "}else{yl+=" {} "}var mg=yl;yl=pg.pop();if(!La.compositeRule&&i_){if(La.async){yl+=" throw new ValidationError(["+mg+"]); "}else{yl+=" validate.errors = ["+mg+"]; return false; "}}else{yl+=" var err = "+mg+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; "}yl+=" } else { errors = "+w_+"; if (vErrors !== null) { if ("+w_+") vErrors.length = "+w_+"; else vErrors = null; } ";if(La.opts.allErrors){yl+=" } "}}else{yl+=" var err = ";if(La.createErrors!==false){yl+=" { keyword: 'not' , dataPath: (dataPath || '') + "+La.errorPath+" , schemaPath: "+La.util.toQuotedString(n_)+" , params: {} ";if(La.opts.messages!==false){yl+=" , message: 'should NOT be valid' "}if(La.opts.verbose){yl+=" , schema: validate.schema"+af+" , parentSchema: validate.schema"+La.schemaPath+" , data: "+p_+" "}yl+=" } "}else{yl+=" {} "}yl+="; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ";if(i_){yl+=" if (false) { "}}return yl}}});var bA=__commonJS({"node_modules/ajv/lib/dotjs/oneOf.js"(La,hl){"use strict";hl.exports=function generate_oneOf(La,hl,fl){var yl=" ";var Pl=La.level;var Ul=La.dataLevel;var Gd=La.schema[hl];var af=La.schemaPath+La.util.getProperty(hl);var n_=La.errSchemaPath+"/"+hl;var i_=!La.opts.allErrors;var p_="data"+(Ul||"");var w_="valid"+Pl;var D_="errs__"+Pl;var I_=La.util.copy(La);var N_="";I_.level++;var _m="valid"+I_.level;var pg=I_.baseId,mg="prevValid"+Pl,gg="passingSchemas"+Pl;yl+="var "+D_+" = errors , "+mg+" = false , "+w_+" = false , "+gg+" = null; ";var eA=La.compositeRule;La.compositeRule=I_.compositeRule=true;var tA=Gd;if(tA){var rA,nA=-1,iA=tA.length-1;while(nA0||rA===false:La.util.schemaHasRules(rA,La.RULES.all)){I_.schema=rA;I_.schemaPath=af+"["+nA+"]";I_.errSchemaPath=n_+"/"+nA;yl+=" "+La.validate(I_)+" ";I_.baseId=pg}else{yl+=" var "+_m+" = true; "}if(nA){yl+=" if ("+_m+" && "+mg+") { "+w_+" = false; "+gg+" = ["+gg+", "+nA+"]; } else { ";N_+="}"}yl+=" if ("+_m+") { "+w_+" = "+mg+" = true; "+gg+" = "+nA+"; }"}}La.compositeRule=I_.compositeRule=eA;yl+=""+N_+"if (!"+w_+") { var err = ";if(La.createErrors!==false){yl+=" { keyword: 'oneOf' , dataPath: (dataPath || '') + "+La.errorPath+" , schemaPath: "+La.util.toQuotedString(n_)+" , params: { passingSchemas: "+gg+" } ";if(La.opts.messages!==false){yl+=" , message: 'should match exactly one schema in oneOf' "}if(La.opts.verbose){yl+=" , schema: validate.schema"+af+" , parentSchema: validate.schema"+La.schemaPath+" , data: "+p_+" "}yl+=" } "}else{yl+=" {} "}yl+="; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ";if(!La.compositeRule&&i_){if(La.async){yl+=" throw new ValidationError(vErrors); "}else{yl+=" validate.errors = vErrors; return false; "}}yl+="} else { errors = "+D_+"; if (vErrors !== null) { if ("+D_+") vErrors.length = "+D_+"; else vErrors = null; }";if(La.opts.allErrors){yl+=" } "}return yl}}});var vA=__commonJS({"node_modules/ajv/lib/dotjs/pattern.js"(La,hl){"use strict";hl.exports=function generate_pattern(La,hl,fl){var yl=" ";var Pl=La.level;var Ul=La.dataLevel;var Gd=La.schema[hl];var af=La.schemaPath+La.util.getProperty(hl);var n_=La.errSchemaPath+"/"+hl;var i_=!La.opts.allErrors;var p_="data"+(Ul||"");var w_="valid"+Pl;var D_=La.opts.$data&&Gd&&Gd.$data,I_;if(D_){yl+=" var schema"+Pl+" = "+La.util.getData(Gd.$data,Ul,La.dataPathArr)+"; ";I_="schema"+Pl}else{I_=Gd}var N_=La.opts.regExp?"regExp":"new RegExp";if(D_){yl+=" var "+w_+" = true; try { "+w_+" = "+N_+"("+I_+").test("+p_+"); } catch(e) { "+w_+" = false; } if ( ";if(D_){yl+=" ("+I_+" !== undefined && typeof "+I_+" != 'string') || "}yl+=" !"+w_+") {"}else{var _m=La.usePattern(Gd);yl+=" if ( ";if(D_){yl+=" ("+I_+" !== undefined && typeof "+I_+" != 'string') || "}yl+=" !"+_m+".test("+p_+") ) {"}var pg=pg||[];pg.push(yl);yl="";if(La.createErrors!==false){yl+=" { keyword: 'pattern' , dataPath: (dataPath || '') + "+La.errorPath+" , schemaPath: "+La.util.toQuotedString(n_)+" , params: { pattern: ";if(D_){yl+=""+I_}else{yl+=""+La.util.toQuotedString(Gd)}yl+=" } ";if(La.opts.messages!==false){yl+=` , message: 'should match pattern "`;if(D_){yl+="' + "+I_+" + '"}else{yl+=""+La.util.escapeQuotes(Gd)}yl+=`"' `}if(La.opts.verbose){yl+=" , schema: ";if(D_){yl+="validate.schema"+af}else{yl+=""+La.util.toQuotedString(Gd)}yl+=" , parentSchema: validate.schema"+La.schemaPath+" , data: "+p_+" "}yl+=" } "}else{yl+=" {} "}var mg=yl;yl=pg.pop();if(!La.compositeRule&&i_){if(La.async){yl+=" throw new ValidationError(["+mg+"]); "}else{yl+=" validate.errors = ["+mg+"]; return false; "}}else{yl+=" var err = "+mg+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; "}yl+="} ";if(i_){yl+=" else { "}return yl}}});var EA=__commonJS({"node_modules/ajv/lib/dotjs/properties.js"(La,hl){"use strict";hl.exports=function generate_properties(La,hl,fl){var yl=" ";var Pl=La.level;var Ul=La.dataLevel;var Gd=La.schema[hl];var af=La.schemaPath+La.util.getProperty(hl);var n_=La.errSchemaPath+"/"+hl;var i_=!La.opts.allErrors;var p_="data"+(Ul||"");var w_="errs__"+Pl;var D_=La.util.copy(La);var I_="";D_.level++;var N_="valid"+D_.level;var _m="key"+Pl,pg="idx"+Pl,mg=D_.dataLevel=La.dataLevel+1,gg="data"+mg,eA="dataProperties"+Pl;var tA=Object.keys(Gd||{}).filter(notProto),rA=La.schema.patternProperties||{},nA=Object.keys(rA).filter(notProto),iA=La.schema.additionalProperties,sA=tA.length||nA.length,aA=iA===false,oA=typeof iA=="object"&&Object.keys(iA).length,lA=La.opts.removeAdditional,cA=aA||oA||lA,uA=La.opts.ownProperties,pA=La.baseId;var dA=La.schema.required;if(dA&&!(La.opts.$data&&dA.$data)&&dA.length8){yl+=" || validate.schema"+af+".hasOwnProperty("+_m+") "}else{var fA=tA;if(fA){var _A,mA=-1,gA=fA.length-1;while(mA0||RA===false:La.util.schemaHasRules(RA,La.RULES.all)){var NA=La.util.getProperty(_A),kA=p_+NA,OA=IA&&RA.default!==void 0;D_.schema=RA;D_.schemaPath=af+NA;D_.errSchemaPath=n_+"/"+La.util.escapeFragment(_A);D_.errorPath=La.util.getPath(La.errorPath,_A,La.opts.jsonPointers);D_.dataPathArr[mg]=La.util.toQuotedString(_A);var TA=La.validate(D_);D_.baseId=pA;if(La.util.varOccurences(TA,gg)<2){TA=La.util.varReplace(TA,gg,kA);var QA=kA}else{var QA=gg;yl+=" var "+gg+" = "+kA+"; "}if(OA){yl+=" "+TA+" "}else{if(hA&&hA[_A]){yl+=" if ( "+QA+" === undefined ";if(uA){yl+=" || ! Object.prototype.hasOwnProperty.call("+p_+", '"+La.util.escapeQuotes(_A)+"') "}yl+=") { "+N_+" = false; ";var EA=La.errorPath,CA=n_,LA=La.util.escapeQuotes(_A);if(La.opts._errorDataPathProperty){La.errorPath=La.util.getPath(EA,_A,La.opts.jsonPointers)}n_=La.errSchemaPath+"/required";var xA=xA||[];xA.push(yl);yl="";if(La.createErrors!==false){yl+=" { keyword: 'required' , dataPath: (dataPath || '') + "+La.errorPath+" , schemaPath: "+La.util.toQuotedString(n_)+" , params: { missingProperty: '"+LA+"' } ";if(La.opts.messages!==false){yl+=" , message: '";if(La.opts._errorDataPathProperty){yl+="is a required property"}else{yl+="should have required property \\'"+LA+"\\'"}yl+="' "}if(La.opts.verbose){yl+=" , schema: validate.schema"+af+" , parentSchema: validate.schema"+La.schemaPath+" , data: "+p_+" "}yl+=" } "}else{yl+=" {} "}var DA=yl;yl=xA.pop();if(!La.compositeRule&&i_){if(La.async){yl+=" throw new ValidationError(["+DA+"]); "}else{yl+=" validate.errors = ["+DA+"]; return false; "}}else{yl+=" var err = "+DA+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; "}n_=CA;La.errorPath=EA;yl+=" } else { "}else{if(i_){yl+=" if ( "+QA+" === undefined ";if(uA){yl+=" || ! Object.prototype.hasOwnProperty.call("+p_+", '"+La.util.escapeQuotes(_A)+"') "}yl+=") { "+N_+" = true; } else { "}else{yl+=" if ("+QA+" !== undefined ";if(uA){yl+=" && Object.prototype.hasOwnProperty.call("+p_+", '"+La.util.escapeQuotes(_A)+"') "}yl+=" ) { "}}yl+=" "+TA+" } "}}if(i_){yl+=" if ("+N_+") { ";I_+="}"}}}}if(nA.length){var MA=nA;if(MA){var yA,jA=-1,UA=MA.length-1;while(jA0||RA===false:La.util.schemaHasRules(RA,La.RULES.all)){D_.schema=RA;D_.schemaPath=La.schemaPath+".patternProperties"+La.util.getProperty(yA);D_.errSchemaPath=La.errSchemaPath+"/patternProperties/"+La.util.escapeFragment(yA);if(uA){yl+=" "+eA+" = "+eA+" || Object.keys("+p_+"); for (var "+pg+"=0; "+pg+"<"+eA+".length; "+pg+"++) { var "+_m+" = "+eA+"["+pg+"]; "}else{yl+=" for (var "+_m+" in "+p_+") { "}yl+=" if ("+La.usePattern(yA)+".test("+_m+")) { ";D_.errorPath=La.util.getPathExpr(La.errorPath,_m,La.opts.jsonPointers);var kA=p_+"["+_m+"]";D_.dataPathArr[mg]=_m;var TA=La.validate(D_);D_.baseId=pA;if(La.util.varOccurences(TA,gg)<2){yl+=" "+La.util.varReplace(TA,gg,kA)+" "}else{yl+=" var "+gg+" = "+kA+"; "+TA+" "}if(i_){yl+=" if (!"+N_+") break; "}yl+=" } ";if(i_){yl+=" else "+N_+" = true; "}yl+=" } ";if(i_){yl+=" if ("+N_+") { ";I_+="}"}}}}}if(i_){yl+=" "+I_+" if ("+w_+" == errors) {"}return yl}}});var wA=__commonJS({"node_modules/ajv/lib/dotjs/propertyNames.js"(La,hl){"use strict";hl.exports=function generate_propertyNames(La,hl,fl){var yl=" ";var Pl=La.level;var Ul=La.dataLevel;var Gd=La.schema[hl];var af=La.schemaPath+La.util.getProperty(hl);var n_=La.errSchemaPath+"/"+hl;var i_=!La.opts.allErrors;var p_="data"+(Ul||"");var w_="errs__"+Pl;var D_=La.util.copy(La);var I_="";D_.level++;var N_="valid"+D_.level;yl+="var "+w_+" = errors;";if(La.opts.strictKeywords?typeof Gd=="object"&&Object.keys(Gd).length>0||Gd===false:La.util.schemaHasRules(Gd,La.RULES.all)){D_.schema=Gd;D_.schemaPath=af;D_.errSchemaPath=n_;var _m="key"+Pl,pg="idx"+Pl,mg="i"+Pl,gg="' + "+_m+" + '",eA=D_.dataLevel=La.dataLevel+1,tA="data"+eA,rA="dataProperties"+Pl,nA=La.opts.ownProperties,iA=La.baseId;if(nA){yl+=" var "+rA+" = undefined; "}if(nA){yl+=" "+rA+" = "+rA+" || Object.keys("+p_+"); for (var "+pg+"=0; "+pg+"<"+rA+".length; "+pg+"++) { var "+_m+" = "+rA+"["+pg+"]; "}else{yl+=" for (var "+_m+" in "+p_+") { "}yl+=" var startErrs"+Pl+" = errors; ";var sA=_m;var aA=La.compositeRule;La.compositeRule=D_.compositeRule=true;var oA=La.validate(D_);D_.baseId=iA;if(La.util.varOccurences(oA,tA)<2){yl+=" "+La.util.varReplace(oA,tA,sA)+" "}else{yl+=" var "+tA+" = "+sA+"; "+oA+" "}La.compositeRule=D_.compositeRule=aA;yl+=" if (!"+N_+") { for (var "+mg+"=startErrs"+Pl+"; "+mg+"0||tA===false:La.util.schemaHasRules(tA,La.RULES.all)))){_m[_m.length]=mg}}}}else{var _m=Gd}}if(D_||_m.length){var rA=La.errorPath,nA=D_||_m.length>=La.opts.loopRequired,iA=La.opts.ownProperties;if(i_){yl+=" var missing"+Pl+"; ";if(nA){if(!D_){yl+=" var "+N_+" = validate.schema"+af+"; "}var sA="i"+Pl,aA="schema"+Pl+"["+sA+"]",oA="' + "+aA+" + '";if(La.opts._errorDataPathProperty){La.errorPath=La.util.getPathExpr(rA,aA,La.opts.jsonPointers)}yl+=" var "+w_+" = true; ";if(D_){yl+=" if (schema"+Pl+" === undefined) "+w_+" = true; else if (!Array.isArray(schema"+Pl+")) "+w_+" = false; else {"}yl+=" for (var "+sA+" = 0; "+sA+" < "+N_+".length; "+sA+"++) { "+w_+" = "+p_+"["+N_+"["+sA+"]] !== undefined ";if(iA){yl+=" && Object.prototype.hasOwnProperty.call("+p_+", "+N_+"["+sA+"]) "}yl+="; if (!"+w_+") break; } ";if(D_){yl+=" } "}yl+=" if (!"+w_+") { ";var lA=lA||[];lA.push(yl);yl="";if(La.createErrors!==false){yl+=" { keyword: 'required' , dataPath: (dataPath || '') + "+La.errorPath+" , schemaPath: "+La.util.toQuotedString(n_)+" , params: { missingProperty: '"+oA+"' } ";if(La.opts.messages!==false){yl+=" , message: '";if(La.opts._errorDataPathProperty){yl+="is a required property"}else{yl+="should have required property \\'"+oA+"\\'"}yl+="' "}if(La.opts.verbose){yl+=" , schema: validate.schema"+af+" , parentSchema: validate.schema"+La.schemaPath+" , data: "+p_+" "}yl+=" } "}else{yl+=" {} "}var cA=yl;yl=lA.pop();if(!La.compositeRule&&i_){if(La.async){yl+=" throw new ValidationError(["+cA+"]); "}else{yl+=" validate.errors = ["+cA+"]; return false; "}}else{yl+=" var err = "+cA+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; "}yl+=" } else { "}else{yl+=" if ( ";var uA=_m;if(uA){var pA,sA=-1,dA=uA.length-1;while(sA 1) { ";var N_=La.schema.items&&La.schema.items.type,_m=Array.isArray(N_);if(!N_||N_=="object"||N_=="array"||_m&&(N_.indexOf("object")>=0||N_.indexOf("array")>=0)){yl+=" outer: for (;i--;) { for (j = i; j--;) { if (equal("+p_+"[i], "+p_+"[j])) { "+w_+" = false; break outer; } } } "}else{yl+=" var itemIndices = {}, item; for (;i--;) { var item = "+p_+"[i]; ";var pg="checkDataType"+(_m?"s":"");yl+=" if ("+La.util[pg](N_,"item",La.opts.strictNumbers,true)+") continue; ";if(_m){yl+=` if (typeof item == 'string') item = '"' + item; `}yl+=" if (typeof itemIndices[item] == 'number') { "+w_+" = false; j = itemIndices[item]; break; } itemIndices[item] = i; } "}yl+=" } ";if(D_){yl+=" } "}yl+=" if (!"+w_+") { ";var mg=mg||[];mg.push(yl);yl="";if(La.createErrors!==false){yl+=" { keyword: 'uniqueItems' , dataPath: (dataPath || '') + "+La.errorPath+" , schemaPath: "+La.util.toQuotedString(n_)+" , params: { i: i, j: j } ";if(La.opts.messages!==false){yl+=" , message: 'should NOT have duplicate items (items ## ' + j + ' and ' + i + ' are identical)' "}if(La.opts.verbose){yl+=" , schema: ";if(D_){yl+="validate.schema"+af}else{yl+=""+Gd}yl+=" , parentSchema: validate.schema"+La.schemaPath+" , data: "+p_+" "}yl+=" } "}else{yl+=" {} "}var gg=yl;yl=mg.pop();if(!La.compositeRule&&i_){if(La.async){yl+=" throw new ValidationError(["+gg+"]); "}else{yl+=" validate.errors = ["+gg+"]; return false; "}}else{yl+=" var err = "+gg+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; "}yl+=" } ";if(i_){yl+=" else { "}}else{if(i_){yl+=" if (true) { "}}return yl}}});var DA=__commonJS({"node_modules/ajv/lib/dotjs/index.js"(La,hl){"use strict";hl.exports={$ref:nA(),allOf:iA(),anyOf:sA(),$comment:aA(),const:oA(),contains:lA(),dependencies:cA(),enum:uA(),format:pA(),if:dA(),items:hA(),maximum:fA(),minimum:fA(),maxItems:_A(),minItems:_A(),maxLength:mA(),minLength:mA(),maxProperties:gA(),minProperties:gA(),multipleOf:AA(),not:yA(),oneOf:bA(),pattern:vA(),properties:EA(),propertyNames:wA(),required:CA(),uniqueItems:xA(),validate:gg()}}});var SA=__commonJS({"node_modules/ajv/lib/compile/rules.js"(La,hl){"use strict";var fl=DA();var yl=D_().toHash;hl.exports=function rules(){var La=[{type:"number",rules:[{maximum:["exclusiveMaximum"]},{minimum:["exclusiveMinimum"]},"multipleOf","format"]},{type:"string",rules:["maxLength","minLength","pattern","format"]},{type:"array",rules:["maxItems","minItems","items","contains","uniqueItems"]},{type:"object",rules:["maxProperties","minProperties","required","dependencies","propertyNames",{properties:["additionalProperties","patternProperties"]}]},{rules:["$ref","const","enum","not","anyOf","oneOf","allOf","if"]}];var hl=["type","$comment"];var Pl=["$schema","$id","id","$data","$async","title","description","default","definitions","examples","readOnly","writeOnly","contentMediaType","contentEncoding","additionalItems","then","else"];var Ul=["number","integer","string","array","object","boolean","null"];La.all=yl(hl);La.types=yl(Ul);La.forEach(function(yl){yl.rules=yl.rules.map(function(yl){var Pl;if(typeof yl=="object"){var Ul=Object.keys(yl)[0];Pl=yl[Ul];yl=Ul;Pl.forEach(function(fl){hl.push(fl);La.all[fl]=true})}hl.push(yl);var Gd=La.all[yl]={keyword:yl,code:fl[yl],implements:Pl};return Gd});La.all.$comment={keyword:"$comment",code:fl.$comment};if(yl.type)La.types[yl.type]=yl});La.keywords=yl(hl.concat(Pl));La.custom={};return La}}});var kA=__commonJS({"node_modules/ajv/lib/data.js"(La,hl){"use strict";var fl=["multipleOf","maximum","exclusiveMaximum","minimum","exclusiveMinimum","maxLength","minLength","pattern","additionalItems","maxItems","minItems","uniqueItems","maxProperties","minProperties","required","additionalProperties","enum","format","const"];hl.exports=function(La,hl){for(var yl=0;ylVv,AutomationNamesValidator:()=>VE,CMValidator:()=>aw,ContextVariableValidator:()=>jb,FileStructureValidator:()=>mE,FiltersValidator:()=>Xb,SavedWordsValidator:()=>xE,TriggersValidator:()=>FE,safeRulesYamlLoad:()=>safeRulesYamlLoad,validatorsConstants:()=>QA});La.exports=__toCommonJS(OA);var QA={};__export(QA,{CM_SCHEMA:()=>zA,FOR_BLOCK_EXPRESSION:()=>XA,JINJA_EXPRESSION_REGEX:()=>YA,JINJA_FILTERS:()=>HA,LOOP_EXPRESSION:()=>KA,REGEX_EXPRESSION:()=>ZA,REQUIRED_ARGUMENTS_BY_ACTIONS:()=>qA,SUPPORTED_ACTIONS:()=>jA,SUPPORTED_ACTIONS_BY_PROVIDER:()=>UA,SUPPORTED_ARGUMENTS_BY_ACTION:()=>GA,SUPPORTED_TRIGGERS:()=>MA,VALID_ACTIONS:()=>WA,VALID_CONTEXT_VARS:()=>$A,VALID_FILTERS:()=>JA,VALID_VERSIONS:()=>VA});var LA=__toESM(fl(92020));var MA={COMMIT:"commit",PR_CREATED:"pr_created",COMMENT_ADDED:"comment_added",LABEL_ADDED:"label_added",LABEL_REMOVED:"label_removed",MERGE:"merge",PR_CLOSED:"pr_closed",PR_REOPENED:"pr_reopened",PR_READY_FOR_REVIEW:"pr_ready_for_review",PR_APPROVED:"pr_approved"};var jA={SEND_SLACK_MESSAGE:"send-slack-message@v1",EXPLAIN_CODE_EXPERTS:"explain-code-experts@v1",ADD_COMMENT:"add-comment@v1",ADD_LABEL:"add-label@v1",ADD_LABELS:"add-labels@v1",ADD_REVIEWERS:"add-reviewers@v1",APPROVE:"approve@v1",MERGE:"merge@v1",SET_REQUIRED_APPROVALS:"set-required-approvals@v1",REQUIRE_REVIEWER:"require-reviewers@v1",REQUEST_CHANGES:"request-changes@v1",UPDATE_CHECK:"update-check@v1",CLOSE:"close@v1",HTTP_REQUEST:"http-request@v1",SEND_HTTP_REQUEST:"send-http-request@v1",INVOKE_GITHUB_ACTION:"invoke-github-action@v1",ADD_GITHUB_CHECK:"add-github-check@v1",RUN_GITHUB_WORKFLOW:"run-github-workflow@v1",UPDATE_DESCRIPTION:"update-description@v1",UPDATE_TITLE:"update-title@v1",ADD_THREAD:"add-thread@v1",CUSTOM_ACTION:"custom-action@v1",CODE_REVIEW:"code-review@v1",ADD_CODE_COMMENT:"add-code-comment@v1",DESCRIBE_CHANGES:"describe-changes@v1",CHANGE_PR_STATE:"change-pr-state@v1"};var UA={github:(0,LA.default)(jA,["ADD_THREAD"]),gitlab:(0,LA.default)(jA,["ADD_GITHUB_CHECK","INVOKE_GITHUB_ACTION","RUN_GITHUB_WORKFLOW","UPDATE_CHECK","SET_REQUIRED_APPROVALS","CHANGE_PR_STATE"]),bitbucket:(0,LA.default)(jA,["ADD_LABEL","ADD_LABELS","ADD_GITHUB_CHECK","ADD_THREAD","INVOKE_GITHUB_ACTION","RUN_GITHUB_WORKFLOW","UPDATE_CHECK","CHANGE_PR_STATE"]),default:jA};var GA={[jA.SEND_SLACK_MESSAGE]:["webhook_url","message"],[jA.EXPLAIN_CODE_EXPERTS]:["lt","gt","verbose","since"],[jA.ADD_COMMENT]:["comment","pin_uid"],[jA.ADD_LABEL]:["label","color"],[jA.ADD_LABELS]:["labels"],[jA.ADD_REVIEWERS]:["reviewers","team_reviewers","unless_reviewers_set","fail_on_error","wait_for_all_checks"],[jA.MERGE]:["wait_for_all_checks","rebase_on_merge","squash_on_merge"],[jA.SET_REQUIRED_APPROVALS]:["approvals"],[jA.REQUEST_CHANGES]:["comment"],[jA.REQUIRE_REVIEWER]:["reviewers","also_assign"],[jA.HTTP_REQUEST]:["url","method","user","body","timeout","headers"],[jA.SEND_HTTP_REQUEST]:["url","method","user","body","timeout","headers"],[jA.INVOKE_GITHUB_ACTION]:["owner","repo","workflow","ref","inputs","check_name","stop_ongoing_workflow"],[jA.UPDATE_CHECK]:["check_name","status","conclusion"],[jA.ADD_GITHUB_CHECK]:["check_name","conclusion"],[jA.RUN_GITHUB_WORKFLOW]:["owner","repo","workflow","ref","inputs","check_name","stop_ongoing_workflow","timeout"],[jA.UPDATE_DESCRIPTION]:["description","concat_mode","placeholder"],[jA.UPDATE_TITLE]:["title","concat_mode"],[jA.ADD_THREAD]:["comment","resolvable"],[jA.CUSTOM_ACTION]:["plugin"],[jA.CODE_REVIEW]:["guidelines","approve_on_LGTM","issues_limit"],[jA.ADD_CODE_COMMENT]:["comment","file_path","start_line","end_line"],[jA.DESCRIBE_CHANGES]:["concat_mode","guidelines","template"],[jA.CHANGE_PR_STATE]:["draft"]};var qA={[jA.SEND_SLACK_MESSAGE]:{all:true,args:["webhook_url","message"]},[jA.EXPLAIN_CODE_EXPERTS]:{all:false,args:["lt","gt","verbose"]},[jA.ADD_COMMENT]:{all:true,args:["comment"]},[jA.ADD_LABEL]:{all:true,args:["label"]},[jA.ADD_LABELS]:{all:true,args:["labels"]},[jA.ADD_REVIEWERS]:{all:false,args:["reviewers","team_reviewers"]},[jA.SET_REQUIRED_APPROVALS]:{all:true,args:["approvals"]},[jA.REQUEST_CHANGES]:{all:true,args:["comment"]},[jA.REQUIRE_REVIEWER]:{all:false,args:["reviewers"]},[jA.HTTP_REQUEST]:{all:true,args:["url"]},[jA.SEND_HTTP_REQUEST]:{all:true,args:["url"]},[jA.INVOKE_GITHUB_ACTION]:{all:false,args:["workflow"]},[jA.UPDATE_CHECK]:{all:true,args:["check_name","status","conclusion"]},[jA.ADD_GITHUB_CHECK]:{all:true,args:["check_name","conclusion"]},[jA.RUN_GITHUB_WORKFLOW]:{all:true,args:["workflow"]},[jA.UPDATE_DESCRIPTION]:{all:true,args:["description"]},[jA.UPDATE_TITLE]:{all:true,args:["title"]},[jA.ADD_THREAD]:{all:true,args:["comment"]},[jA.CUSTOM_ACTION]:{all:true,args:["plugin"]},[jA.ADD_CODE_COMMENT]:{all:true,args:["file_path","comment"]},[jA.CHANGE_PR_STATE]:{all:true,args:["draft"]}};var $A=["branch","branch.author","branch.author_email","branch.author_name","branch.base","branch.commits","branch.commits.messages","branch.diff","branch.diff.files_metadata","branch.diff.size","branch.name","branch.num_of_commits","files","pr","pr.approvals","pr.assignees","pr.author","pr.author_is_org_member","pr.author_teams","pr.checks","pr.comments","pr.conflicted_files_count","pr.contributors","pr.conversations","pr.created_at","pr.description","pr.draft","pr.labels","pr.number","pr.repo","pr.requested_changes","pr.reviewers","pr.reviews","pr.source","pr.status","pr.target","pr.title","pr.unresolved_threads","pr.updated_at","pr.url","repo","repo.age","repo.author_age","repo.blame","repo.contributors","repo.git_activity","repo.name","repo.owner","repo.visibility","source","source.diff.files"];var JA={every:["list"],filter:["list","regex","term","attr"],includes:["list","regex","term"],map:["list","attr"],match:["list","regex","term","attr"],nope:[],reject:["list","regex","term","attr"],some:["list"],allDocs:[],allImages:[],allTests:[],codeExperts:["gt","lt"],estimatedReviewTime:[],extensions:[],extractJitFindings:[],extractSonarFindings:[],explainCodeExperts:["gt","lt"],explainRankByGitBlame:["gt","lt"],isFirstCommit:[],isFormattingChange:[],mapToEnum:["enum"],matchDiffLines:["regex","ignoreWhiteSpaces","caseSensitive"],rankByGitActivity:["gt","lt"],rankByGitBlame:["gt","lt"],intersection:["list"],difference:["list"],capture:["regex"],countTests:[],getTimestamp:[],mockAsyncFilter:[],mockFilter:[],decode:[],encode:[],getJiraTicketDetails:["url","username","apiToken","additionalFields"],readFile:["output"],checkDependabot:[],checkSemver:[],bool:[]};var HA=["abs","attr","batch","capitalize","center","default","dictsort","escape","filesizeformat","first","float","forceescape","format","groupby","indent","int","join","last","length","list","lower","map","max","min","pprint","random","reject","rejectattr","replace","reverse","round","safe","select","selectattr","slice","sort","split","string","striptags","sum","title","trim","truncate","unique","upper","urlencode","urlize","wordcount","wordwrap","xmlattr","nl2br","dump"];var VA=[1];var WA={[jA.ADD_COMMENT]:{comment:{type:"string",required:true}},[jA.ADD_LABEL]:{label:{type:"string",required:true},color:{type:"string",required:false}},[jA.ADD_LABELS]:{labels:{type:"array",required:true}},[jA.ADD_REVIEWERS]:{reviewers:{type:"array",required:true},team_reviewers:{type:"array",required:false},unless_reviewers_set:{type:"boolean",required:false},fail_on_error:{type:"boolean",required:false},wait_for_all_checks:{type:"boolean",required:false}},[jA.APPROVE]:{},[jA.CLOSE]:{},[jA.MERGE]:{wait_for_all_checks:{type:"boolean",required:false},rebase_on_merge:{type:"boolean",required:false},squash_on_merge:{type:"boolean",required:false}},[jA.SET_REQUIRED_APPROVALS]:{approvals:{type:"number",required:true}},[jA.REQUEST_CHANGES]:{comment:{type:"string",required:true}},[jA.REQUIRE_REVIEWER]:{reviewers:{type:"array",required:true},also_assign:{type:"boolean",required:false}},[jA.EXPLAIN_CODE_EXPERTS]:{lt:{type:"number",required:false},gt:{type:"number",required:false},verbose:{type:"boolean",required:false},since:{type:"string",required:false}},[jA.SEND_SLACK_MESSAGE]:{webhook_url:{type:"string",required:true},message:{type:"string",required:true}},[jA.INVOKE_GITHUB_ACTION]:{owner:{type:"string",required:false},repo:{type:"string",required:false},workflow:{type:"string",required:true},ref:{type:"string",required:false},inputs:{type:"number",required:false},check_name:{type:"string",required:false},stop_ongoing_workflow:{type:"boolean",required:false}},[jA.ADD_GITHUB_CHECK]:{check_name:{type:"string",required:true},conclusion:{type:"string",required:true}},[jA.UPDATE_CHECK]:{check_name:{type:"string",required:true},status:{type:"string",required:true},conclusion:{type:"string",required:true}},[jA.RUN_GITHUB_WORKFLOW]:{owner:{type:"string",required:false},repo:{type:"string",required:false},workflow:{type:"string",required:true},ref:{type:"string",required:false},inputs:{type:"string",required:false},check_name:{type:"string",required:false},stop_ongoing_workflow:{type:"boolean",required:false},timeout:{type:"number",required:false}},[jA.SEND_HTTP_REQUEST]:{url:{type:"string",required:true},method:{type:"string",required:false},user:{type:"string",required:false},body:{type:"string",required:false},headers:{type:"string",required:false},timeout:{type:"number",required:false}},[jA.UPDATE_DESCRIPTION]:{description:{type:"string",required:true},concat_mode:{type:"string",required:false},placeholder:{type:"string",required:false}},[jA.UPDATE_TITLE]:{title:{type:"string",required:true},concat_mode:{type:"string",required:false}},[jA.ADD_THREAD]:{comment:{type:"string",required:true},resolvable:{type:"boolean",required:false}},[jA.CUSTOM_ACTION]:{plugin:{type:"string",required:true}},[jA.CODE_REVIEW]:{guidelines:{type:"string",required:false},approve_on_LGTM:{type:"boolean",required:false},issues_limit:{type:"number",required:false}},[jA.ADD_CODE_COMMENT]:{comment:{type:"string",required:true},file_path:{type:"string",required:true},start_line:{type:"number",required:false},end_line:{type:"number",required:false}},[jA.DESCRIBE_CHANGES]:{guidelines:{type:"string",required:false},concat_mode:{type:"string",required:false},template:{type:"string",required:false}},[jA.CHANGE_PR_STATE]:{draft:{type:"boolean",required:true}}};var zA={type:"object",properties:{manifest:{type:"object",properties:{version:{type:"number",enum:VA}},required:["version"]},config:{type:"object",properties:{ignore_files:{type:"array",items:{type:"string"}},ignore_repositories:{type:"array",items:{type:"string"}},admin:{type:"object",properties:{users:{type:"array",items:{type:"string"}}}}}},triggers:{type:"object",properties:{on:{type:"array",items:{type:"string",enum:Object.values(MA)}},include:{type:"object",properties:{user:{type:"array",items:{type:"string"}},branch:{type:"array",items:{type:"string"}},repository:{type:"array",items:{type:"string"}}},additionalProperties:false},exclude:{type:"object",properties:{user:{type:"array",items:{type:"string"}},branch:{type:"array",items:{type:"string"}},repository:{type:"array",items:{type:"string"}}},additionalProperties:false}},additionalProperties:false},on:{type:"array",items:{type:"string",enum:Object.values(MA)}},automations:{type:"object",patternProperties:{"^[a-zA-Z0-9_@]+$":{type:"object",properties:{on:{type:"array",items:{type:"string",enum:Object.values(MA)}},if:{type:"array"},run:{type:"array",items:{type:"object",properties:{action:{type:"string",enum:Object.keys(WA)},args:{type:"object"}},required:["action"]}}},required:["if","run"]}}}},required:["manifest","automations"]};var YA=/{{.*?}}/g;var KA=/\{%\s*.*?\s*%\}/g;var XA=/\{%\s*for\s+.*?%\}[\s\S]*?\{%\s*endfor\s*%\}/g;var ZA=/\/(?:[^/\\]|\\.)*\//g;var hy=class{validate(La){throw new Error('Abstract method "validate" must be implemented.')}static parseJinjaExpressions(La){const hl=La.split("\n");const fl=[];hl.filter(La=>!La.trim().startsWith("#")).forEach((La,hl)=>{const yl=La.match(YA);if(yl){yl.forEach(La=>{fl.push({expression:La,lineNumber:hl+1})})}});return fl}};var gy=hy;var yy=gy;var wy=class extends Error{constructor(La){super(La);this.name="ValidationError"}};var Sy="UNKNOWN_CONTEXT";var Ty=/\{%\s*for\s+(\w+)\s+in\s+/g;var Zy=/\{%\s*set\s+(\w+)\s*=/g;var kb=[">","<",">=","<=","==","!=","and","or","not","in"];var Rb=/^-?\d+(\.\d+)?$/;var Nb=["sonar.","jit."];var Ob=class extends yy{isJinjaVariable(La,hl){const fl=La.split(".")[0].replace(/[()]/g,"");return hl.includes(fl)}extractVariablesFromConcatenation(La){const hl=La.split("+").map(La=>La.trim());return hl.filter(La=>!(La.startsWith('"')&&La.endsWith('"')||La.startsWith("'")&&La.endsWith("'")))}isStringConcatenation(La){return La.includes("+")&&(La.includes('"')||La.includes("'"))}isValidCustomVariables(La,hl){const fl=La.split(".").slice(0,-1);return fl.map(La=>La.replace(/[()]/g,"")).map(La=>La.replace(/\[.*?\]/g,"")).every(La=>hl.includes(`${La}:`))}isValidIntegrationContextVariable(La){return Nb.some(hl=>La.startsWith(hl))}isValidContextVariable(La){if(!$A.includes(La||Sy)){return false}return true}isValidEnvironmentContextVariable(La){var hl;const fl=La==null?void 0:La.split(".");if((fl==null?void 0:fl.length)!==2){return false}const[yl,Pl]=fl;return yl==="env"&&((hl=Pl.trim())==null?void 0:hl.length)>0}isValidActionOutputVariable(La){var hl,fl;const yl=La==null?void 0:La.split(".");if((yl==null?void 0:yl.length)!==4){return false}const[Pl,Ul,Gd,af]=yl;return Pl==="actions"&&((hl=Ul.trim())==null?void 0:hl.length)>0&&Gd==="outputs"&&((fl=af.trim())==null?void 0:fl.length)>0}isValidVariable(La,hl,fl){return this.isValidContextVariable(La)||this.isValidCustomVariables(La,hl)||this.isValidEnvironmentContextVariable(La)||this.isValidActionOutputVariable(La)||this.isValidIntegrationContextVariable(La)||this.isJinjaVariable(La,fl)}validate(La){const{expressions:hl,yamlFile:fl}=La;const yl=hl??yy.parseJinjaExpressions(fl);const Pl=Array.from(fl.matchAll(Ty),La=>La[1]);const Ul=Array.from(fl.matchAll(Zy),La=>La[1]);const Gd=[...Pl,...Ul];yl.forEach(({expression:La,lineNumber:hl})=>{var yl;const Pl=La.replace(/[{}]/g,"").split("|");const Ul=((yl=Pl.shift())==null?void 0:yl.trim())??Sy;const af=Ul.startsWith("[")&&Ul.endsWith("]")&&Pl.some(La=>La.trim().startsWith("checkSemver"));if(af){return}if(Ul.startsWith("[")&&Ul.endsWith("]")){const yl=Ul.slice(1,-1);const Pl=yl.split(",").map(La=>La.trim());Pl.forEach(yl=>{if(this.isStringConcatenation(yl)){const Pl=this.extractVariablesFromConcatenation(yl);Pl.forEach(yl=>{if(!this.isValidVariable(yl,fl,Gd)){throw new wy(`Line [${hl}]: Invalid context variable ${yl} in expression ${La}`)}});return}if(!this.isValidVariable(yl,fl,Gd)){throw new wy(`Line [${hl}]: Invalid context variable ${yl} in expression ${La}`)}});return}if(Ul.includes(" if ")&&Ul.includes(" else ")){return}const n_=(Ul==null?void 0:Ul.split(" "))??[];n_.map(La=>La.replace(/^[([]+|[)\]]+$/g,"")).map(La=>La.replace(/^not\(/g,"")).forEach(yl=>{if(yl.startsWith('"')&&yl.endsWith('"')||yl.startsWith("'")&&yl.endsWith("'")){return}if(Rb.test(yl)){return}if(kb.includes(yl)){return}if(!this.isValidVariable(yl,fl,Gd)){throw new wy(`Line [${hl}]: Invalid context variable ${yl} in expression ${La}`)}})})}};var jb=Ob;var Gb=["mockFilter","mockAsyncFilter"];var Hb=class extends yy{customFilters;allowUnknownFilters;constructor(La=[],hl=false){super();this.customFilters=La;this.allowUnknownFilters=hl}validateExistingFilter(La,hl,fl){if(HA.includes(La)||$A.includes(La)||this.customFilters.includes(La)){return}if(!Object.keys(JA).includes(La)){if(this.allowUnknownFilters){return}throw new wy(`Line ${hl}: Invalid filter function ${La} in expression ${fl}`)}}getFilterArgs(La){var hl;const fl=La.slice(La.indexOf("(")+1,La.lastIndexOf(")")).replace(ZA,"");if(!fl.trim()){return[]}if(!fl.includes("list=[")){return fl.split(",").map(La=>La.split("=")[0].trim())}const yl=((hl=fl.match(/list=\[.*?\]/))==null?void 0:hl[0])||"";const Pl=fl.split(yl)[0].split(",").filter(La=>La.trim()).map(La=>La.split("=")[0].trim());return[...Pl,"list"]}validateFilterArgs(La,hl,fl,yl){if(HA.includes(hl)||this.customFilters.includes(hl)){return}if(Gb.includes(hl)){return}if(this.allowUnknownFilters&&!Object.keys(JA).includes(hl)){return}if(La.includes("(")){const Pl=this.getFilterArgs(La);const Ul=JA[hl];for(const La of Pl){if(!Ul.includes(La)){throw new wy(`Line [${fl}]: Invalid argument ${La} for filter ${hl} in expression ${yl}`)}}}}validate(La){const{expressions:hl,yamlFile:fl}=La;const yl=hl??yy.parseJinjaExpressions(fl);yl.forEach(({expression:La,lineNumber:hl})=>{const fl=La.replace(ZA,"").replace(/[{}]/g,"").split("|").slice(1)??[];for(const yl of fl){const fl=yl.split(/\s*==\s*|\s*<\s*|\s*>\s*|\s+and\s+|\s+or\s+|\s+else\s+/)[0];const[Pl]=fl.split("(");const Ul=Pl.replace(")","").split(".")[0].trim();this.validateExistingFilter(Ul,hl,La);this.validateFilterArgs(fl,Ul,hl,La)}})}};var Xb=Hb;var Zb=__toESM(fl(74281));var Qv=class extends yy{provider;supportedActions;constructor(La){super();this.provider=La;const hl=La&&UA[La]||UA.default;this.supportedActions=new Set(Object.values(hl))}validateActionSupported(La){if(!this.supportedActions.has(La)){const hl=Object.values(jA).includes(La);if(hl&&this.provider){throw new wy(`Action \`${La}\` is not supported for ${this.provider}`)}throw new wy(`Action \`${La}\` is not supported`)}}validateArgSupported(La,hl){const fl=GA[La];if(!fl){return}const yl=hl==null?void 0:hl.filter(La=>!fl.includes(La));if(yl.length){throw new wy(`Some args are not supported: ${yl.join(", ")}`)}}validateRequiredArgs(La,hl){var fl;const yl=qA[La];if(!yl){return}const Pl=(fl=yl.args)==null?void 0:fl.filter(La=>!hl.includes(La));if(yl.all&&Pl.length||!yl.all&&!yl.args.some(La=>hl.includes(La))){throw new wy(`Some required args are missing for action ${La}: ${Pl.join(", ")}`)}}validateIfStructure(La){if(La!=="TEMPLATE"&&typeof La!=="boolean"){throw new wy(`An entry in If section is not YAML supported`)}}validate(La){var hl;const{yamlFile:fl}=La;const yl=fl.replace(YA,"TEMPLATE").replace(KA,"");const Pl=Zb.load(yl);Object.values(Pl.automations).flatMap(La=>La.if).forEach(La=>this.validateIfStructure(La));const Ul=(hl=Object.values(Pl.automations).flatMap(La=>La.run))==null?void 0:hl.filter(Boolean);for(const La of Ul){const{action:hl,args:fl}=La;const yl=Object.keys(fl??{});this.validateActionSupported(hl);if(yl.length){this.validateArgSupported(hl,yl)}this.validateRequiredArgs(hl,yl)}}};var Vv=Qv;var tE=__toESM(fl(74281));var aE=__toESM(NA());var lE=new aE.default;var hE=class extends yy{validate(La){var hl;const{yamlFile:fl}=La;const yl=fl.replace(YA,"").replace(KA,"");const Pl=tE.loadAll(yl,void 0,{schema:tE.JSON_SCHEMA});const Ul=lE.compile(zA);for(const La of Pl){const fl=Ul(La);if(!fl){throw new wy(`Schema is not valid: ${(hl=Ul.errors)==null?void 0:hl.map(La=>La.message).join(", ")}`)}}}};var mE=hE;var bE=__toESM(fl(74281));var wE=class extends yy{validate(La){const{yamlFile:hl}=La;const fl=bE.load(hl.replace(YA,"").replace(XA,"").replace(KA,""));const yl=Object.keys(fl).filter(La=>!Object.keys(zA.properties).includes(La)).find(La=>$A.includes(La));if(yl){throw new wy(`Invalid custom context variable: \`${yl}\` is a built-in context`)}}};var xE=wE;var TE=__toESM(fl(74281));var IE=class extends yy{validateSuppertedTriggers(La){if(!Object.values(MA).includes(La)){throw new wy(`${La} trigger is not supported`)}}validate(La){var hl;const{yamlFile:fl}=La;const yl=fl.replace(YA,"TEMPLATE").replace(XA,"").replace(KA,"");const Pl=TE.load(yl);const Ul=((hl=Pl.triggers)==null?void 0:hl.on)||Pl.on||[];const Gd=Object.values(Pl.automations).flatMap(La=>La.on).filter(Boolean);const af=[...Ul,...Gd];for(const La of af){this.validateSuppertedTriggers(La)}}};var FE=IE;var PE=__toESM(fl(74281));var safeRulesYamlLoad=La=>{try{const hl=PE.load(La.replace(YA,"").replace(XA,"").replace(KA,""));return hl}catch(La){throw new wy(`Failed to load yml file. Invalid cm. ${La==null?void 0:La.message}`)}};var GE=/^[a-zA-Z0-9_-]+$/;var escapeQuotes=La=>La.replace(/['"`]/g,La=>{if(La==='"'){return'\\"'}else if(La==="'"){return"\\'"}else if(La==="`"){return"\\`"}return La});var HE=class extends yy{validate(La){const{yamlFile:hl}=La;let fl=hl;if(typeof fl==="string"){fl=safeRulesYamlLoad(hl)}const yl=Object.keys((fl==null?void 0:fl.automations)||{}).filter(La=>!GE.test(La)||/\s/.test(La));if(yl.length){const La=escapeQuotes(yl.join(", "));throw new wy(`Unsupported automation ${yl.length===1?"name":"names"}: \`${La}\`. Please ensure that the automation name consists only of letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-).`)}}};var VE=HE;var WE=class extends yy{steps;constructor(){super();this.steps=[new jb,new Xb,new Vv,new mE,new xE,new FE,new VE]}validate(La){const hl=yy.parseJinjaExpressions(La);for(const fl of this.steps){fl.validate({expressions:hl,yamlFile:La})}}};var sw=WE;var aw=sw;0&&0; /*! Bundled license information: uri-js/dist/es5/uri.all.js: (** @license URI.js v4.4.1 (c) 2011 Gary Court. License: http://github.com/garycourt/uri-js *) -*/},76852:ml=>{"use strict";var Al=Object.defineProperty;var Rl=Object.getOwnPropertyDescriptor;var zl=Object.getOwnPropertyNames;var rd=Object.prototype.hasOwnProperty;var __export=(ml,Rl)=>{for(var zl in Rl)Al(ml,zl,{get:Rl[zl],enumerable:true})};var __copyProps=(ml,yh,kh,Qh)=>{if(yh&&typeof yh==="object"||typeof yh==="function"){for(let cf of zl(yh))if(!rd.call(ml,cf)&&cf!==kh)Al(ml,cf,{get:()=>yh[cf],enumerable:!(Qh=Rl(yh,cf))||Qh.enumerable})}return ml};var __toCommonJS=ml=>__copyProps(Al({},"__esModule",{value:true}),ml);var yh={};__export(yh,{API_ENDPOINTS:()=>t_,BASE_URL:()=>cf,DEFAULT_TIMEOUT:()=>r_,ENV:()=>Qh,ENVS:()=>kh,GITSTREAM_CORE_SERVICE_NAME:()=>u_,ORG_LEVEL_PLUGINS_PATH:()=>C_,REPO_LEVEL_PLUGINS_PATH:()=>D_});ml.exports=__toCommonJS(yh);const kh={PROD:"prod",DEV:"dev",LOCAL:"local"};const Qh=kh.PROD;const cf=Qh===kh.PROD?"https://moontower.gitstream.cm":Qh===kh.DEV?"https://moontower.gitstream-dev.cm":"http://localhost:3131";const t_={REVIEW_TIME:`${cf}/v1/pulls/review-time`,EXPERT_REVIEWER:`${cf}/gs/v1/data-service/expert-reviewer`};const r_=10*1e3;const u_="gitstream-core";const C_="plugins";const D_=".cm/plugins";0&&0},13169:ml=>{"use strict";var Al=Object.defineProperty;var Rl=Object.getOwnPropertyDescriptor;var zl=Object.getOwnPropertyNames;var rd=Object.prototype.hasOwnProperty;var __export=(ml,Rl)=>{for(var zl in Rl)Al(ml,zl,{get:Rl[zl],enumerable:true})};var __copyProps=(ml,yh,kh,Qh)=>{if(yh&&typeof yh==="object"||typeof yh==="function"){for(let cf of zl(yh))if(!rd.call(ml,cf)&&cf!==kh)Al(ml,cf,{get:()=>yh[cf],enumerable:!(Qh=Rl(yh,cf))||Qh.enumerable})}return ml};var __toCommonJS=ml=>__copyProps(Al({},"__esModule",{value:true}),ml);var yh={};__export(yh,{BRANCH_DELETED_MESSAGE:()=>t_,BRANCH_DELETED_RUN_SKIPPED:()=>cf,ERRORS:()=>Qh,STATUS_CODES:()=>u_,WARNINGS:()=>r_});ml.exports=__toCommonJS(yh);const kh="gitstream-rules-parser";const Qh={SYNTAX_ERROR:"syntax error",RULE_FILE_NOT_FOUND:"Rule file not found",FAILED_TO_EXTRACT_ADMINS:"gitstream.cm file not found - failed to extract admins",SEND_RESULTS_TO_RESOLVER_FAILED:"Failed sending evaluated rules to the resolver.",SEND_RESULTS_TO_RESOLVER_SUCCEEDED:"Sending evaluated rules to the resolver succeeded",FAILED_TO_GET_CONTEXT:"Failed to get PR context.",FAILED_TO_GET_BLAME_CONTEXT:"Failed to get git blame context.",FAILED_TO_GET_ACTIVITY_CONTEXT:"Failed to get git activity context.",FAILED_PARSE_CM_FILE:"Failed while parsing CM file",MISSING_KEYWORD:"Missing `automations` keyword in *.cm",MALFORMED_EXPRESSION:"There are spaces between the currly braces { { and } }",FAILED_TO_PARSE_CM:"Failed to parse cm",FAILED_TO_GET_WATCHERS:"Failed to get watchers from rules files",GIT_COMMAND_FAILED:"Git command failed. reason:",INTERNAL_ERROR:"gitstream-rules-engine internal error",INVALID_CACHE:"Invalid cache",VALIDATOR_ERROR:"Validator error",FAILED_PARSE_RULES_PARSER_ERRORS:"Failed parse rules parser errors",FAILED_RENDER_STRING:`${kh} - failed render string`,FAILED_YAML_LOAD:`${kh} - failed yaml.load`,INVALID_CM:`${kh} - invalid cm`,INVALID_CM_CONTEXT_VARIABLES:`${kh} - ContextVariableValidator`,ERROR_IN_LINEARB_AI_FILTER:"Error in LinearB_AI filter",ERROR_IN_LINEARB_AI_DESCRIBE_PR_FILTER:"Error in AI_DescribePR filter",ERROR_IN_AI_ACTION:"Error in AI action",FAILED_TO_RUN_ONE_RULE_FILE:"Failed to run one rule file",FAILED_TO_LOAD_EXTERNAL_PLUGINS:"Failed to load external plugins",FAILED_TO_CREATE_COMMIT_STATUS:"Failed to create commit status"};const cf="run skipped";const t_=`PR branch was deleted — ${cf}`;const r_={NON_BOOLEAN_CONDITIONAL_WARN:ml=>`Syntax warning: expected a boolean or a numeric value under \`if\` in ${ml}`};const u_={FAILED_TO_GET_CONTEXT:40,FAILED_TO_GET_BLAME_CONTEXT:41,FAILED_TO_GET_ACTIVITY_CONTEXT:42,SEND_RESULTS_TO_RESOLVER_FAILED:50,SYNTAX_ERROR:60,MISSING_KEYWORD:61,UNSUPPORTED_ACTION:62,UNSUPPORTED_ARGUMENT:63,MALFORMED_EXPRESSION:64,MISSING_REQUIRED_FIELDS:65,FAILED_TO_PARSE_CM:66,BAD_REVISION:67,INTERNAL_ERROR:68,RULE_FILE_NOT_FOUND:70,FAILED_TO_GET_WATCHERS:71,INVALID_CACHE:72,FAILED_PARSE_RULES_PARSER_ERRORS:73,FAILED_RENDER_STRING:80,FAILED_YAML_LOAD:81,INVALID_CM:82,INVALID_CM_CONTEXT_VARIABLES:83,SYNTAX_WARNING:84,FAILED_TO_RUN_ONE_RULE_FILE:85,FAILED_TO_LOAD_EXTERNAL_PLUGINS:90};0&&0},39302:ml=>{"use strict";var Al=Object.defineProperty;var Rl=Object.getOwnPropertyDescriptor;var zl=Object.getOwnPropertyNames;var rd=Object.prototype.hasOwnProperty;var __export=(ml,Rl)=>{for(var zl in Rl)Al(ml,zl,{get:Rl[zl],enumerable:true})};var __copyProps=(ml,yh,kh,Qh)=>{if(yh&&typeof yh==="object"||typeof yh==="function"){for(let cf of zl(yh))if(!rd.call(ml,cf)&&cf!==kh)Al(ml,cf,{get:()=>yh[cf],enumerable:!(Qh=Rl(yh,cf))||Qh.enumerable})}return ml};var __toCommonJS=ml=>__copyProps(Al({},"__esModule",{value:true}),ml);var yh={};__export(yh,{GIT_PROVIDERS:()=>kh});ml.exports=__toCommonJS(yh);const kh={GITHUB:"github",GITLAB:"gitlab",BITBUCKET:"bitbucket"};0&&0},53091:(ml,Al,Rl)=>{"use strict";var zl=Object.create;var rd=Object.defineProperty;var yh=Object.getOwnPropertyDescriptor;var kh=Object.getOwnPropertyNames;var Qh=Object.getPrototypeOf;var cf=Object.prototype.hasOwnProperty;var __export=(ml,Al)=>{for(var Rl in Al)rd(ml,Rl,{get:Al[Rl],enumerable:true})};var __copyProps=(ml,Al,Rl,zl)=>{if(Al&&typeof Al==="object"||typeof Al==="function"){for(let Qh of kh(Al))if(!cf.call(ml,Qh)&&Qh!==Rl)rd(ml,Qh,{get:()=>Al[Qh],enumerable:!(zl=yh(Al,Qh))||zl.enumerable})}return ml};var __toESM=(ml,Al,Rl)=>(Rl=ml!=null?zl(Qh(ml)):{},__copyProps(Al||!ml||!ml.__esModule?rd(Rl,"default",{value:ml,enumerable:true}):Rl,ml));var __toCommonJS=ml=>__copyProps(rd({},"__esModule",{value:true}),ml);var t_={};__export(t_,{AI_CONSTS:()=>nA.AI_CONSTS,BranchDeletedError:()=>aA.BranchDeletedError,CommitStatusApiParams:()=>lA.CommitStatusApiParams,CommonUtils:()=>C_.default,GITSTREAM_WEBHOOK_EVENTS:()=>Cg.GITSTREAM_WEBHOOK_EVENTS,GIT_PROVIDERS:()=>P_.GIT_PROVIDERS,GitlabCommitStatus:()=>lA.GitlabCommitStatus,GitlabCommitStatusRequest:()=>lA.GitlabCommitStatusRequest,InlinePlugin:()=>oA.InlinePlugin,LinearbAIContext:()=>sA.LinearbAIContext,LinearbAIRequestData:()=>sA.LinearbAIRequestData,REPO_FOLDER:()=>S_.REPO_FOLDER,ResourceType:()=>iA.ResourceType,RuleParser:()=>r_.RuleParser,RulesEngine:()=>u_.RulesEngine,RuntimeOptions:()=>u_.RuntimeOptions,SandboxConfig:()=>oA.SandboxConfig,compressData:()=>rA.compressData,decompressData:()=>rA.decompressData,getClientPayload:()=>eA.getClientPayload,isGzip:()=>tA.isGzip,isLGTM:()=>nA.isLGTM,safeRulesYamlLoad:()=>D_.safeRulesYamlLoad});ml.exports=__toCommonJS(t_);var r_=Rl(38201);var u_=Rl(77835);var C_=__toESM(Rl(10643));var D_=Rl(78963);var S_=Rl(45273);var P_=Rl(39302);var Cg=Rl(42681);var eA=Rl(7426);var tA=Rl(26925);var rA=Rl(93017);var nA=Rl(82752);var iA=Rl(55231);var sA=Rl(67171);var aA=Rl(50125);var oA=Rl(84601);var lA=Rl(35250);0&&0},14947:(ml,Al,Rl)=>{"use strict";var zl=Object.defineProperty;var rd=Object.getOwnPropertyDescriptor;var yh=Object.getOwnPropertyNames;var kh=Object.prototype.hasOwnProperty;var __export=(ml,Al)=>{for(var Rl in Al)zl(ml,Rl,{get:Al[Rl],enumerable:true})};var __copyProps=(ml,Al,Rl,Qh)=>{if(Al&&typeof Al==="object"||typeof Al==="function"){for(let cf of yh(Al))if(!kh.call(ml,cf)&&cf!==Rl)zl(ml,cf,{get:()=>Al[cf],enumerable:!(Qh=rd(Al,cf))||Qh.enumerable})}return ml};var __toCommonJS=ml=>__copyProps(zl({},"__esModule",{value:true}),ml);var Qh={};__export(Qh,{getCodeExpert:()=>getCodeExpert,getExpertReviewer:()=>getExpertReviewer});ml.exports=__toCommonJS(Qh);var cf=Rl(7426);const buildPrFiles=(ml,Al)=>{const Rl=Al.reduce((Al,Rl)=>{if(Rl===cf.NOT_FOUND_FILE_PATH){return Al}return{...Al,[Rl]:{...{blame:ml.ds_blame?.[Rl]||""},...{activity:ml.ds_activity?.[Rl]||""}}}},{});return Object.keys(Rl).reduce((ml,Al)=>{if(!Object.keys(Rl[Al]).length){return ml}return{...ml,[Al]:Rl[Al]}},{})};const getExpertReviewer=(ml,Al,Rl)=>{const{owner:zl,pullRequestNumber:rd,branch:yh,triggeredBy:kh}=Rl;const Qh={org:zl,repo:Rl.repo,pullRequestNumber:rd,branch:yh,triggeredBy:kh};const cf=buildPrFiles(ml,Al);return{merge_dict:ml.git_to_provider_user,pr_files:cf,context:Qh}};const buildPrFilesTemp=(ml,Al,Rl)=>{const zl=Rl.reduce((Rl,zl)=>{if(zl===cf.NOT_FOUND_FILE_PATH){return Rl}return{...Rl,[zl]:{...{blame:ml?.[zl]||""},...{activity:Al?.[zl]||""}}}},{});return Object.keys(zl).reduce((ml,Al)=>{if(!Object.keys(zl[Al]).length){return ml}return{...ml,[Al]:zl[Al]}},{})};const getCodeExpert=(ml,Al,Rl,zl,rd)=>{const{owner:yh,pullRequestNumber:kh,branch:Qh,triggeredBy:cf}=rd;const t_={org:yh,repo:rd.repo,pullRequestNumber:kh,branch:Qh,triggeredBy:cf};const r_=buildPrFilesTemp(Al,Rl,zl);return{merge_dict:ml,pr_files:r_,context:t_}};0&&0},7426:(ml,Al,Rl)=>{"use strict";var zl=Object.defineProperty;var rd=Object.getOwnPropertyDescriptor;var yh=Object.getOwnPropertyNames;var kh=Object.prototype.hasOwnProperty;var __export=(ml,Al)=>{for(var Rl in Al)zl(ml,Rl,{get:Al[Rl],enumerable:true})};var __copyProps=(ml,Al,Rl,Qh)=>{if(Al&&typeof Al==="object"||typeof Al==="function"){for(let cf of yh(Al))if(!kh.call(ml,cf)&&cf!==Rl)zl(ml,cf,{get:()=>Al[cf],enumerable:!(Qh=rd(Al,cf))||Qh.enumerable})}return ml};var __toCommonJS=ml=>__copyProps(zl({},"__esModule",{value:true}),ml);var Qh={};__export(Qh,{BASE_REF:()=>S_,BITBUCKET_CONSTS:()=>cA,DEBUG_MODE:()=>tA,ENABLE_DEBUG_ARTIFACTS:()=>rA,GS_COMMAND_CM_PATH:()=>uA,HEAD_REF:()=>D_,IGNORE_PATTERNS_IN_DRY_RUN:()=>iA,IMMEDIATELY_EVALUATED_ACTIONS:()=>lA,LINEARB_METRICS_API_KEY:()=>u_,NOT_FOUND_FILE_PATH:()=>nA,ORG_LEVEL_REPO:()=>sA,WATCH_FILTERS:()=>oA,WATCH_PR_EVENTS:()=>aA,getClientPayload:()=>getClientPayload,getOverrideCloneRepoPath:()=>getOverrideCloneRepoPath,getRulesResolverToken:()=>getRulesResolverToken,getRulesResolverUrl:()=>getRulesResolverUrl,setClientPayload:()=>setClientPayload,setOverrideCloneRepoPath:()=>setOverrideCloneRepoPath,setRulesResolverToken:()=>setRulesResolverToken,setRulesResolverUrl:()=>setRulesResolverUrl});ml.exports=__toCommonJS(Qh);var cf=Rl(78963);var t_=Rl(26925);var r_=Rl(41002);const{LINEARB_METRICS_API_KEY:u_}=process.env||"";let C_=process.env.RULES_RESOLVER_URL??"";const setRulesResolverUrl=ml=>{C_=ml||process.env.RULES_RESOLVER_URL||""};const getRulesResolverUrl=ml=>C_||ml?.resolverUrl||"";const D_=(0,t_.removeApostropheEscaping)(process.env.HEAD_REF||"");const S_=(0,t_.removeApostropheEscaping)(process.env.BASE_REF||"");const resolveClientPayload=ml=>{const Al=(0,t_.maybeDecompressClientPayload)(ml);if(ml&&ml!=="{}"){console.log(`[gitstream-core ${r_.version}] client_payload mode=${Al!==null?"gzip":"plain"} rawLen=${ml.length}`)}return Al!==null?Al:(0,t_.removeSingleQuotesEscaping)(ml)};let P_=resolveClientPayload(process.env.CLIENT_PAYLOAD||"{}");const setClientPayload=ml=>{P_=ml?(0,t_.maybeDecompressClientPayload)(ml)??ml:resolveClientPayload(process.env.CLIENT_PAYLOAD||"{}")};const getClientPayload=()=>P_;let Cg=process.env.RULES_RESOLVER_TOKEN??"";const setRulesResolverToken=ml=>{Cg=ml||process.env.RULES_RESOLVER_TOKEN||""};const getRulesResolverToken=ml=>Cg||ml?.resolverToken||"";let eA=process.env.CLONE_REPO_PATH??"";const setOverrideCloneRepoPath=ml=>{eA=ml||process.env.CLONE_REPO_PATH||""};const getOverrideCloneRepoPath=()=>eA;const tA=process.env.DEBUG_MODE==="true";const rA=process.env.ENABLE_DEBUG_ARTIFACTS==="true";const nA="/dev/null";const iA=[/.*.cm$/];const sA="cm";const aA={APPROVALS:"approvals",CHECKS:"checks",DRAFT:"draft",DESCRIPTION:"description",REVIEWERS:"reviewers",STATUS:"status",TITLE:"title",LABELS:"labels",COMMIT_STATUSES:"commit_statuses"};const oA={sonarParser:/\bpr\s*\|\s*sonarParser\b/g,extractSonarFindings:/\bpr\s*\|\s*extractSonarFindings\b/g};const lA=[cf.validatorsConstants.SUPPORTED_ACTIONS.HTTP_REQUEST,cf.validatorsConstants.SUPPORTED_ACTIONS.SEND_HTTP_REQUEST];const cA={COMMIT_STATUS:{FAILED:"FAILED",STOPPED:"STOPPED",SUCCESSFUL:"SUCCESSFUL"},API_URL:"https://api.bitbucket.org/2.0/"};const uA="gs";0&&0},56977:(ml,Al,Rl)=>{"use strict";var zl=Object.create;var rd=Object.defineProperty;var yh=Object.getOwnPropertyDescriptor;var kh=Object.getOwnPropertyNames;var Qh=Object.getPrototypeOf;var cf=Object.prototype.hasOwnProperty;var __export=(ml,Al)=>{for(var Rl in Al)rd(ml,Rl,{get:Al[Rl],enumerable:true})};var __copyProps=(ml,Al,Rl,zl)=>{if(Al&&typeof Al==="object"||typeof Al==="function"){for(let Qh of kh(Al))if(!cf.call(ml,Qh)&&Qh!==Rl)rd(ml,Qh,{get:()=>Al[Qh],enumerable:!(zl=yh(Al,Qh))||zl.enumerable})}return ml};var __toESM=(ml,Al,Rl)=>(Rl=ml!=null?zl(Qh(ml)):{},__copyProps(Al||!ml||!ml.__esModule?rd(Rl,"default",{value:ml,enumerable:true}):Rl,ml));var __toCommonJS=ml=>__copyProps(rd({},"__esModule",{value:true}),ml);var t_={};__export(t_,{debug:()=>debug,prepareSendingLogsToDD:()=>prepareSendingLogsToDD});ml.exports=__toCommonJS(t_);var r_=__toESM(Rl(87269));var u_=Rl(76852);var C_=Rl(7426);var D_=Rl(62785);const sendLogToDD=async(ml,Al)=>{const Rl=(0,C_.getClientPayload)();let zl=(0,D_.doubleParse)(Rl);if(!Object.keys(zl).length){zl=Al}const{env:rd,analytics_url:yh,xRequestId:kh}=zl;if(!yh){console.warn("Skipping sendLogToDD because analytics_url is not set");return}const Qh={...ml,env:rd,xRequestId:kh};try{await(0,r_.default)({method:"post",url:yh,data:{...Qh,type:"onDatadogAnalyticSend"},headers:{"Content-type":"application/json","x-request-id":kh},timeout:u_.DEFAULT_TIMEOUT})}catch(ml){console.error(`Failed sending logs to datadog:`,{error:ml,payload:Al,clientPayload:zl})}};const debug=ml=>{if(C_.DEBUG_MODE){console.log(ml)}};const prepareSendingLogsToDD=async(ml,Al,Rl,zl={},rd=false)=>{if(C_.DEBUG_MODE||rd){const rd=(0,D_.omitTokens)(Rl);const{owner:yh,repo:kh,pullRequestNumber:Qh,branch:cf,triggeredBy:t_}=Rl;await sendLogToDD({level:ml,message:Al,data:{...Object.keys(zl).length&&zl,org:yh,repo:kh,pullRequestNumber:Qh,branch:cf,triggeredBy:t_}},rd)}};0&&0},82347:(ml,Al,Rl)=>{"use strict";var zl=Object.create;var rd=Object.defineProperty;var yh=Object.getOwnPropertyDescriptor;var kh=Object.getOwnPropertyNames;var Qh=Object.getPrototypeOf;var cf=Object.prototype.hasOwnProperty;var __export=(ml,Al)=>{for(var Rl in Al)rd(ml,Rl,{get:Al[Rl],enumerable:true})};var __copyProps=(ml,Al,Rl,zl)=>{if(Al&&typeof Al==="object"||typeof Al==="function"){for(let Qh of kh(Al))if(!cf.call(ml,Qh)&&Qh!==Rl)rd(ml,Qh,{get:()=>Al[Qh],enumerable:!(zl=yh(Al,Qh))||zl.enumerable})}return ml};var __toESM=(ml,Al,Rl)=>(Rl=ml!=null?zl(Qh(ml)):{},__copyProps(Al||!ml||!ml.__esModule?rd(Rl,"default",{value:ml,enumerable:true}):Rl,ml));var __toCommonJS=ml=>__copyProps(rd({},"__esModule",{value:true}),ml);var t_={};__export(t_,{sendSegmentEvent:()=>sendSegmentEvent});ml.exports=__toCommonJS(t_);var r_=__toESM(Rl(87269));var u_=Rl(76852);var C_=Rl(56977);const D_="action_complete";const sendSegmentEvent=async(ml,Al,Rl,zl)=>{const{analytics_url:rd,owner:yh,repo:kh,pullRequestNumber:Qh,trigger_id:cf}=ml;const{provider:t_,pr_author:S_}=Al||{};if(!rd){return}try{const{actionVersion:Al,version:C_}=Rl;const P_=Object.entries(zl).map(([ml,Al])=>{const Rl={filter_name:ml,is_custom:Al.isCustom};return Rl});const Cg={userId:`${t_}-${S_}`,event:D_,properties:{git_org_name:yh,git_provider:t_,action_version:Al,pr:Qh,repo:kh,trigger_id:cf,unique_org:`${t_}/${yh}`,unique_repo:`${t_}/${yh}/${kh}`,unique_pr:`${t_}/${yh}/${kh}/${Qh}`,execution_filters:P_,organizationId:ml?.organizationId||null,created_at:ml?.prContext?.created_at,updated_at:ml?.prContext?.updated_at,repo_url:ml?.headHttpUrl,draft:ml?.prContext?.draft,status:ml?.prContext?.status,...C_&&{version:C_}}};await(0,r_.default)({method:"post",url:rd,data:{...Cg,type:"onCMFilterUse"},headers:{"Content-type":"application/json"},timeout:u_.DEFAULT_TIMEOUT})}catch(Al){if(Al instanceof Error){await(0,C_.prepareSendingLogsToDD)("warn",`Unable to call segment for pr ${yh}/${kh}/${Qh}`,ml,{error:Al?.message},true)}}};0&&0},77835:(ml,Al,Rl)=>{"use strict";var zl=Object.defineProperty;var rd=Object.getOwnPropertyDescriptor;var yh=Object.getOwnPropertyNames;var kh=Object.prototype.hasOwnProperty;var __export=(ml,Al)=>{for(var Rl in Al)zl(ml,Rl,{get:Al[Rl],enumerable:true})};var __copyProps=(ml,Al,Rl,Qh)=>{if(Al&&typeof Al==="object"||typeof Al==="function"){for(let cf of yh(Al))if(!kh.call(ml,cf)&&cf!==Rl)zl(ml,cf,{get:()=>Al[cf],enumerable:!(Qh=rd(Al,cf))||Qh.enumerable})}return ml};var __toCommonJS=ml=>__copyProps(zl({},"__esModule",{value:true}),ml);var Qh={};__export(Qh,{RulesEngine:()=>RulesEngine});ml.exports=__toCommonJS(Qh);var cf=Rl(7426);var t_=Rl(90407);var r_=Rl(95616);var u_=Rl(34476);const initializeRuntimeConfigurations=(ml,Al)=>{(0,r_.setIsExecutePlayground)(ml);(0,r_.setSandboxConfig)(null);(0,r_.setInlinePlugins)([]);if(ml){(0,r_.setNewErrorManager)();(0,r_.setCustomEnv)(Al?.customEnv??null)}if(!Al){return}if(Al?.cloneRepoPath){(0,r_.setIsManagedGitstream)(true);(0,cf.setOverrideCloneRepoPath)(Al.cloneRepoPath);(0,r_.setNewErrorManager)()}if(Al?.sandboxPlugins){(0,r_.setSandboxConfig)(Al.sandboxPlugins)}if(Al?.inlinePlugins?.length){(0,r_.setInlinePlugins)(Al.inlinePlugins)}(0,cf.setClientPayload)(Al?.clientPayload||"")};const RulesEngine=(ml=false,Al)=>{initializeRuntimeConfigurations(ml,Al);return{run:t_.runCI,executeOneRuleFile:u_.executeOneRuleFile,executeCached:u_.executeCached,executeParser:u_.executeParser}};0&&0},80329:ml=>{"use strict";var Al=Object.defineProperty;var Rl=Object.getOwnPropertyDescriptor;var zl=Object.getOwnPropertyNames;var rd=Object.prototype.hasOwnProperty;var __export=(ml,Rl)=>{for(var zl in Rl)Al(ml,zl,{get:Rl[zl],enumerable:true})};var __copyProps=(ml,yh,kh,Qh)=>{if(yh&&typeof yh==="object"||typeof yh==="function"){for(let cf of zl(yh))if(!rd.call(ml,cf)&&cf!==kh)Al(ml,cf,{get:()=>yh[cf],enumerable:!(Qh=Rl(yh,cf))||Qh.enumerable})}return ml};var __toCommonJS=ml=>__copyProps(Al({},"__esModule",{value:true}),ml);var yh={};__export(yh,{RulesEngineErrorManager:()=>RulesEngineErrorManager});ml.exports=__toCommonJS(yh);class RulesEngineErrorManager{errors={};addError(ml,Al){this.errors[ml]=Al}getError(ml){return this.errors[ml]}getAllErrors(){return{...this.errors}}clearError(ml){if(ml){delete this.errors[ml]}else{this.errors={}}}stringifyErrors(ml={}){const Al={...this.getAllErrors(),...ml};this.errors=Al;let Rl="";Object.keys(Al).forEach(ml=>{Rl+=`${ml}: ${Al[ml]}\n`});return Rl.trim()}}0&&0},84434:(ml,Al,Rl)=>{"use strict";var zl=Object.create;var rd=Object.defineProperty;var yh=Object.getOwnPropertyDescriptor;var kh=Object.getOwnPropertyNames;var Qh=Object.getPrototypeOf;var cf=Object.prototype.hasOwnProperty;var __export=(ml,Al)=>{for(var Rl in Al)rd(ml,Rl,{get:Al[Rl],enumerable:true})};var __copyProps=(ml,Al,Rl,zl)=>{if(Al&&typeof Al==="object"||typeof Al==="function"){for(let Qh of kh(Al))if(!cf.call(ml,Qh)&&Qh!==Rl)rd(ml,Qh,{get:()=>Al[Qh],enumerable:!(zl=yh(Al,Qh))||zl.enumerable})}return ml};var __toESM=(ml,Al,Rl)=>(Rl=ml!=null?zl(Qh(ml)):{},__copyProps(Al||!ml||!ml.__esModule?rd(Rl,"default",{value:ml,enumerable:true}):Rl,ml));var __toCommonJS=ml=>__copyProps(rd({},"__esModule",{value:true}),ml);var t_={};__export(t_,{evaluateAction:()=>P_,evaluateImmediatly:()=>evaluateImmediatly,evaluateOne:()=>evaluateOne});ml.exports=__toCommonJS(t_);var r_=Rl(52356);var u_=Rl(78963);var C_=__toESM(Rl(22167));var D_=Rl(7426);var S_=Rl(88086);const P_={[u_.validatorsConstants.SUPPORTED_ACTIONS.HTTP_REQUEST]:C_.default,[u_.validatorsConstants.SUPPORTED_ACTIONS.SEND_HTTP_REQUEST]:C_.default};const evaluateOne=async(ml,Al)=>{if(!D_.IMMEDIATELY_EVALUATED_ACTIONS.includes(ml.action)){return ml}const{action:Rl,args:zl={}}=ml;const rd=P_[Rl]||r_.noop;const yh=await rd(zl,Al,(0,S_.manageCheckUpdate)(Al.source));return{...ml,conclusion:yh}};const evaluateImmediatly=async(ml={},Al={})=>{const Rl={...ml};for(const[ml,zl]of Object.entries(Rl)){if(zl.passed&&zl.isTriggered){Rl[ml].run=await Promise.all(zl.run.map(async ml=>await evaluateOne(ml,Al)))}}return Rl};0&&0},22167:(ml,Al,Rl)=>{"use strict";var zl=Object.create;var rd=Object.defineProperty;var yh=Object.getOwnPropertyDescriptor;var kh=Object.getOwnPropertyNames;var Qh=Object.getPrototypeOf;var cf=Object.prototype.hasOwnProperty;var __export=(ml,Al)=>{for(var Rl in Al)rd(ml,Rl,{get:Al[Rl],enumerable:true})};var __copyProps=(ml,Al,Rl,zl)=>{if(Al&&typeof Al==="object"||typeof Al==="function"){for(let Qh of kh(Al))if(!cf.call(ml,Qh)&&Qh!==Rl)rd(ml,Qh,{get:()=>Al[Qh],enumerable:!(zl=yh(Al,Qh))||zl.enumerable})}return ml};var __toESM=(ml,Al,Rl)=>(Rl=ml!=null?zl(Qh(ml)):{},__copyProps(Al||!ml||!ml.__esModule?rd(Rl,"default",{value:ml,enumerable:true}):Rl,ml));var __toCommonJS=ml=>__copyProps(rd({},"__esModule",{value:true}),ml);var t_={};__export(t_,{default:()=>C_});ml.exports=__toCommonJS(t_);var r_=__toESM(Rl(87269));var u_=Rl(52356);const parseArg=ml=>{try{const Al=JSON.parse(ml);return Al}catch(Al){return ml}};const httpRequest=async(ml,Al,Rl=u_.noop)=>{const{url:zl,method:rd="GET",headers:yh,user:kh,body:Qh,timeout:cf}=ml;const t_={auth:kh};const C_={url:zl,method:rd,...yh&&{headers:parseArg(yh)},...kh&&t_,...Qh&&{data:parseArg(Qh)},...cf&&{timeout:cf}};try{await Rl({...Al,status:"in_progress",checkName:"send-http-request@v1"});await(0,r_.default)(C_);await Rl({...Al,checkName:"send-http-request@v1",status:"completed",conclusion:"success",output:{title:"success",summary:"success"}});return"success"}catch(ml){console.log("Failed to trigger http",ml);await Rl({...Al,status:"completed",conclusion:"failure",checkName:"send-http-request@v1",output:{title:ml.message,summary:ml.message}});return"failure"}};var C_=httpRequest},23656:(ml,Al,Rl)=>{"use strict";var zl=Object.create;var rd=Object.defineProperty;var yh=Object.getOwnPropertyDescriptor;var kh=Object.getOwnPropertyNames;var Qh=Object.getPrototypeOf;var cf=Object.prototype.hasOwnProperty;var __export=(ml,Al)=>{for(var Rl in Al)rd(ml,Rl,{get:Al[Rl],enumerable:true})};var __copyProps=(ml,Al,Rl,zl)=>{if(Al&&typeof Al==="object"||typeof Al==="function"){for(let Qh of kh(Al))if(!cf.call(ml,Qh)&&Qh!==Rl)rd(ml,Qh,{get:()=>Al[Qh],enumerable:!(zl=yh(Al,Qh))||zl.enumerable})}return ml};var __toESM=(ml,Al,Rl)=>(Rl=ml!=null?zl(Qh(ml)):{},__copyProps(Al||!ml||!ml.__esModule?rd(Rl,"default",{value:ml,enumerable:true}):Rl,ml));var __toCommonJS=ml=>__copyProps(rd({},"__esModule",{value:true}),ml);var t_={};__export(t_,{updateBitbucketCommitStatus:()=>updateBitbucketCommitStatus,updateCommitStatus:()=>updateCommitStatus});ml.exports=__toCommonJS(t_);var r_=__toESM(Rl(87269));var u_=Rl(27983);var C_=Rl(7426);const updateCommitStatus=async({oauthToken:ml,commitStatus:Al,owner:Rl,headSha:zl,pullRequestNumber:rd,repo:yh})=>{const kh=`${Rl}/${yh}/${rd}`;const Qh=`${C_.BITBUCKET_CONSTS.API_URL}repositories/${Rl}/${yh}/commit/${zl}/statuses/build`;const{state:cf}=Al;try{const Rl=await r_.default.post(Qh,Al,{headers:{Authorization:`Bearer ${ml}`,"Content-Type":"application/json"}});const{status:zl}=Rl;if(zl===200||zl===201){return}const rd=`Failed to update pipeline status to ${cf} for ${kh} with status ${zl}`;console.error(rd,Rl);throw new Error(rd)}catch(ml){console.error(`Failed to update pipeline status to ${cf} for ${kh}: ${ml}`)}};const updateBitbucketCommitStatus=async(ml,Al,Rl)=>{const{bitbucketToken:zl,owner:rd,repo:yh,headSha:kh,pullRequestNumber:Qh}=ml;if(!zl||!rd||!yh||!kh){console.warn("Cannot update commit status since required properties are missing.");return}const cf=process.env.RUN_ID;const t_={owner:rd,state:Al,description:Rl,buildNumber:cf};const r_=(0,u_.createCommitStatus)(t_);await updateCommitStatus({oauthToken:zl,commitStatus:r_,owner:rd,headSha:kh,pullRequestNumber:Qh||0,repo:yh})};0&&0},27983:ml=>{"use strict";var Al=Object.defineProperty;var Rl=Object.getOwnPropertyDescriptor;var zl=Object.getOwnPropertyNames;var rd=Object.prototype.hasOwnProperty;var __export=(ml,Rl)=>{for(var zl in Rl)Al(ml,zl,{get:Rl[zl],enumerable:true})};var __copyProps=(ml,yh,kh,Qh)=>{if(yh&&typeof yh==="object"||typeof yh==="function"){for(let cf of zl(yh))if(!rd.call(ml,cf)&&cf!==kh)Al(ml,cf,{get:()=>yh[cf],enumerable:!(Qh=Rl(yh,cf))||Qh.enumerable})}return ml};var __toCommonJS=ml=>__copyProps(Al({},"__esModule",{value:true}),ml);var yh={};__export(yh,{createCommitStatus:()=>createCommitStatus});ml.exports=__toCommonJS(yh);const createCommitStatus=ml=>{const{buildNumber:Al,state:Rl,description:zl,owner:rd}=ml;const yh=`https://bitbucket.org/${rd}/cm/pipelines/results/${Al}`;return{type:"",key:"gitstream",state:Rl,description:zl,url:yh}};0&&0},8976:(ml,Al,Rl)=>{"use strict";var zl=Object.create;var rd=Object.defineProperty;var yh=Object.getOwnPropertyDescriptor;var kh=Object.getOwnPropertyNames;var Qh=Object.getPrototypeOf;var cf=Object.prototype.hasOwnProperty;var __export=(ml,Al)=>{for(var Rl in Al)rd(ml,Rl,{get:Al[Rl],enumerable:true})};var __copyProps=(ml,Al,Rl,zl)=>{if(Al&&typeof Al==="object"||typeof Al==="function"){for(let Qh of kh(Al))if(!cf.call(ml,Qh)&&Qh!==Rl)rd(ml,Qh,{get:()=>Al[Qh],enumerable:!(zl=yh(Al,Qh))||zl.enumerable})}return ml};var __toESM=(ml,Al,Rl)=>(Rl=ml!=null?zl(Qh(ml)):{},__copyProps(Al||!ml||!ml.__esModule?rd(Rl,"default",{value:ml,enumerable:true}):Rl,ml));var __toCommonJS=ml=>__copyProps(rd({},"__esModule",{value:true}),ml);var t_={};__export(t_,{COMMIT_STATUS_NAME:()=>D_,createCommitStatus:()=>createCommitStatus,hasGitstreamCommitStatus:()=>hasGitstreamCommitStatus});ml.exports=__toCommonJS(t_);var r_=__toESM(Rl(87269));var u_=Rl(13169);var C_=Rl(56977);const D_="gitStream";const sanitizeCommitStatusDescription=ml=>ml.replace(/%0A/g,"\n").slice(0,255);const hasGitstreamCommitStatus=async({host:ml,oauthToken:Al,projectId:Rl,commitSha:zl})=>{try{const{data:rd}=await r_.default.get(`${ml}/api/v4/projects/${Rl}/repository/commits/${zl}/statuses`,{params:{name:D_},headers:{Authorization:`Bearer ${Al}`}});return Array.isArray(rd)&&rd.length>0}catch(ml){const Al=ml instanceof Error?ml.message:String(ml);console.warn(`Failed to fetch commit status ${D_} for commit ${zl}: ${Al}`);return false}};const createCommitStatus=async({host:ml,oauthToken:Al,projectId:Rl,commitSha:zl,state:rd,targetUrl:yh,description:kh,owner:Qh,repo:cf,mrId:t_})=>{const S_=`${Qh}/${cf}/${t_}`;try{const Qh={state:rd,name:D_,description:sanitizeCommitStatusDescription(kh||`GitStream ${rd}`),...yh&&{target_url:yh}};await r_.default.post(`${ml}/api/v4/projects/${Rl}/statuses/${zl}`,Qh,{headers:{Authorization:`Bearer ${Al}`,"Content-Type":"application/json"}})}catch(ml){const Al=ml instanceof Error?ml.message:String(ml);console.error(`Failed to create commit status ${D_} for commit ${zl} in PR ${S_}:`,Al);await(0,C_.prepareSendingLogsToDD)("error",u_.ERRORS.FAILED_TO_CREATE_COMMIT_STATUS,{headHttpUrl:S_,headSha:zl,projectId:Rl},{error:`Failed to create commit status ${D_}: ${Al}`},true)}};0&&0},94040:(ml,Al,Rl)=>{"use strict";var zl=Object.defineProperty;var rd=Object.getOwnPropertyDescriptor;var yh=Object.getOwnPropertyNames;var kh=Object.prototype.hasOwnProperty;var __export=(ml,Al)=>{for(var Rl in Al)zl(ml,Rl,{get:Al[Rl],enumerable:true})};var __copyProps=(ml,Al,Rl,Qh)=>{if(Al&&typeof Al==="object"||typeof Al==="function"){for(let cf of yh(Al))if(!kh.call(ml,cf)&&cf!==Rl)zl(ml,cf,{get:()=>Al[cf],enumerable:!(Qh=rd(Al,cf))||Qh.enumerable})}return ml};var __toCommonJS=ml=>__copyProps(zl({},"__esModule",{value:true}),ml);var Qh={};__export(Qh,{LABELS:()=>D_,createLabel:()=>createLabel});ml.exports=__toCommonJS(Qh);var cf=Rl(68672);var t_=Rl(64630);const r_="#EFF1F2";const u_="Added by gitStream";const C_="Added by gitStream - information label";const D_={FAILED:{color:"#DD2A0F",name:"gitstream-failed"},SUCCESS:{color:"#0E8548",name:"gitstream-success"},CHECKING:{color:"#ECECEF",name:"gitstream-checking"},SYNTAX_WARNING:{color:"#FF875A",name:"gitstream-syntax-warning",description:C_}};const createLabel=async({host:ml,oauthToken:Al,projectId:Rl,name:zl,description:rd=u_,color:yh=r_})=>{const kh=new t_.Gitlab({oauthToken:Al,host:ml});const Qh=yh.startsWith("#")?yh:`#${yh}`;try{await kh.ProjectLabels.create(Rl,zl,Qh,{description:rd});return 200}catch(ml){let Al;if(ml instanceof cf.GitbeakerRequestError){Al=ml.cause?.response?.status}if(Al===409){return 200}console.error("Error creating label:",ml);return 500}};0&&0},73385:(ml,Al,Rl)=>{"use strict";var zl=Object.defineProperty;var rd=Object.getOwnPropertyDescriptor;var yh=Object.getOwnPropertyNames;var kh=Object.prototype.hasOwnProperty;var __export=(ml,Al)=>{for(var Rl in Al)zl(ml,Rl,{get:Al[Rl],enumerable:true})};var __copyProps=(ml,Al,Rl,Qh)=>{if(Al&&typeof Al==="object"||typeof Al==="function"){for(let cf of yh(Al))if(!kh.call(ml,cf)&&cf!==Rl)zl(ml,cf,{get:()=>Al[cf],enumerable:!(Qh=rd(Al,cf))||Qh.enumerable})}return ml};var __toCommonJS=ml=>__copyProps(zl({},"__esModule",{value:true}),ml);var Qh={};__export(Qh,{addLabelToMR:()=>addLabelToMR,removeLabelFromMR:()=>removeLabelFromMR});ml.exports=__toCommonJS(Qh);var cf=Rl(64630);var t_=Rl(94040);const addLabelToMR=async({host:ml,projectId:Al,mrId:Rl,oauthToken:zl,name:rd,color:yh,description:kh})=>{const Qh=new cf.Gitlab({oauthToken:zl,host:ml});try{const cf=await(0,t_.createLabel)({host:ml,projectId:Al,oauthToken:zl,name:rd,color:yh,description:kh});if(cf!==200){return}await Qh.MergeRequests.edit(Al,Rl,{addLabels:rd})}catch(ml){console.error("Error adding label to merge request:",ml)}};const removeLabelFromMR=async({host:ml,projectId:Al,mrId:Rl,oauthToken:zl,name:rd})=>{const yh=new cf.Gitlab({oauthToken:zl,host:ml});try{await yh.MergeRequests.edit(Al,Rl,{removeLabels:rd})}catch(ml){console.error("Error removing label from merge request:",ml)}};0&&0},35250:ml=>{"use strict";var Al=Object.defineProperty;var Rl=Object.getOwnPropertyDescriptor;var zl=Object.getOwnPropertyNames;var rd=Object.prototype.hasOwnProperty;var __export=(ml,Rl)=>{for(var zl in Rl)Al(ml,zl,{get:Rl[zl],enumerable:true})};var __copyProps=(ml,yh,kh,Qh)=>{if(yh&&typeof yh==="object"||typeof yh==="function"){for(let cf of zl(yh))if(!rd.call(ml,cf)&&cf!==kh)Al(ml,cf,{get:()=>yh[cf],enumerable:!(Qh=Rl(yh,cf))||Qh.enumerable})}return ml};var __toCommonJS=ml=>__copyProps(Al({},"__esModule",{value:true}),ml);var yh={};__export(yh,{GitlabCommitStatus:()=>kh});ml.exports=__toCommonJS(yh);var kh=(ml=>{ml["running"]="running";ml["success"]="success";ml["failed"]="failed";ml["canceled"]="canceled";return ml})(kh||{});0&&0},88086:(ml,Al,Rl)=>{"use strict";var zl=Object.defineProperty;var rd=Object.getOwnPropertyDescriptor;var yh=Object.getOwnPropertyNames;var kh=Object.prototype.hasOwnProperty;var __export=(ml,Al)=>{for(var Rl in Al)zl(ml,Rl,{get:Al[Rl],enumerable:true})};var __copyProps=(ml,Al,Rl,Qh)=>{if(Al&&typeof Al==="object"||typeof Al==="function"){for(let cf of yh(Al))if(!kh.call(ml,cf)&&cf!==Rl)zl(ml,cf,{get:()=>Al[cf],enumerable:!(Qh=rd(Al,cf))||Qh.enumerable})}return ml};var __toCommonJS=ml=>__copyProps(zl({},"__esModule",{value:true}),ml);var Qh={};__export(Qh,{attachAdditionalContextByProvider:()=>attachAdditionalContextByProvider,manageCheckUpdate:()=>manageCheckUpdate});ml.exports=__toCommonJS(Qh);var cf=Rl(65772);var t_=Rl(52356);const attachAdditionalContextByProvider=(ml,Al)=>{const Rl={gitlab:ml=>({performNonSoftCommands:false})};const zl=Rl[ml];const rd=zl?zl(Al):null;return rd||{}};const manageCheckUpdate=ml=>{const Al={github:async(ml={})=>{const{githubToken:Al,owner:Rl,repo:zl,checkName:rd,headSha:yh,status:kh,conclusion:Qh="success",output:t_}=ml;const r_=new cf.Octokit({request:{fetch:fetch},auth:Al});const u_=await r_.checks.create({owner:Rl,repo:zl,name:rd,head_sha:yh,status:kh,...Qh&&{conclusion:Qh},...t_&&{output:t_}});return u_.data.id}};return Al[ml]??t_.noop};0&&0},90407:(ml,Al,Rl)=>{"use strict";var zl=Object.create;var rd=Object.defineProperty;var yh=Object.getOwnPropertyDescriptor;var kh=Object.getOwnPropertyNames;var Qh=Object.getPrototypeOf;var cf=Object.prototype.hasOwnProperty;var __export=(ml,Al)=>{for(var Rl in Al)rd(ml,Rl,{get:Al[Rl],enumerable:true})};var __copyProps=(ml,Al,Rl,zl)=>{if(Al&&typeof Al==="object"||typeof Al==="function"){for(let Qh of kh(Al))if(!cf.call(ml,Qh)&&Qh!==Rl)rd(ml,Qh,{get:()=>Al[Qh],enumerable:!(zl=yh(Al,Qh))||zl.enumerable})}return ml};var __toESM=(ml,Al,Rl)=>(Rl=ml!=null?zl(Qh(ml)):{},__copyProps(Al||!ml||!ml.__esModule?rd(Rl,"default",{value:ml,enumerable:true}):Rl,ml));var __toCommonJS=ml=>__copyProps(rd({},"__esModule",{value:true}),ml);var t_={};__export(t_,{runCI:()=>runCI});ml.exports=__toCommonJS(t_);var r_=Rl(41002);var u_=Rl(76852);var C_=Rl(13169);var D_=Rl(39302);var S_=__toESM(Rl(87269));var P_=Rl(7426);var Cg=Rl(26925);var eA=Rl(56977);var tA=Rl(82347);var rA=Rl(88086);var nA=Rl(84434);var iA=Rl(9597);var sA=Rl(62785);var aA=Rl(95616);var oA=Rl(34476);var lA=Rl(26012);var cA=Rl(69057);var uA=Rl(52279);const addCmPathToAutomations=(ml,Al)=>Object.keys(ml).reduce((Rl,zl)=>{Rl[`${Al}/${zl}`]={...ml[zl],cmPath:Al};return Rl},{});const runOneCmFile=async(ml,Al,Rl,zl)=>{const rd=Object.keys(ml)[0]||P_.GS_COMMAND_CM_PATH;const yh=ml[rd]||"";const kh=await(0,oA.executeOneRuleFile)({ruleFileContent:yh,payload:Al,baseBranch:Rl,refBranch:zl,ruleFile:rd,cloneRepoPath:process.cwd()});const Qh={[rd]:kh.context};const cf=kh.raw?.automations||{};const t_=addCmPathToAutomations(cf,rd);const r_=kh.raw?.analytics||{};const u_=kh.raw?.warnings||{};const C_={[rd]:yh};return{rules:C_,admins:[],cmState:{cmChanged:false,isDryRun:false},contextPerFile:Qh,filtersUsage:r_,warnings:u_,watchers:{events:[],filters:[]},withEvaluatedAutomations:t_}};const runMultipleCmfiles=async(ml,Al,Rl,zl,rd)=>{const{owner:yh,repo:kh,pullRequestNumber:Qh,headSha:cf,xRequestId:t_}=ml;const r_=(0,lA.validateDefaultFolder)()&&zl;const u_=(0,lA.validateDefaultFolder)()&&rd;console.log(`PR: ${yh}/${kh}/pull/${Qh}\ncommit: ${cf}\nxRequestId: ${t_}`);const C_=await(0,cA.fetchRunData)(ml,Rl,Al,r_,u_);console.log("Parsing cm files...");const D_=await(0,oA.parseMultipleRuleFiles)(C_.rules,Al,Rl,ml,C_.cmState.cmChanged);const S_=await(0,oA.getWatchers)(C_.rules,ml);const P_=(0,aA.getIsManagedGitstream)();let Cg=D_.automations;if(!P_||(0,sA.isPrivilegedOrg)(yh)){Cg=await(0,nA.evaluateImmediatly)(D_.automations,ml)}return{rules:C_.rules,admins:C_.admins,cmState:C_.cmState,contextPerFile:D_.contextPerFile,filtersUsage:D_.filtersUsage,warnings:D_.warnings||{},watchers:S_,withEvaluatedAutomations:Cg}};const pA=1e4;const loadReferencedPayload=async()=>{const ml=(0,Cg.parsePayloadReference)((0,P_.getClientPayload)());if(!ml){return}const{data:Al}=await S_.default.get(ml.payloadUrl,{headers:{Authorization:`Bearer ${ml.resolverToken}`},timeout:pA});(0,P_.setClientPayload)(typeof Al==="string"?Al:JSON.stringify(Al));console.log(`[gitstream-core ${r_.version}] client_payload mode=reference resolved rawLen=${(0,P_.getClientPayload)().length}`)};const runCI=async ml=>{await loadReferencedPayload();uA.ContextManager.init();const Al={actionVersion:"v1",version:r_.version,...ml};const Rl=(new Date).getTime();const zl=(0,P_.getClientPayload)();const rd=(0,sA.doubleParse)(zl);const yh=(P_.HEAD_REF||rd?.headRef||"").trim();const kh=(P_.BASE_REF||rd?.baseRef||"").trim();try{const{repo:ml,owner:zl,pullRequestNumber:Qh,source:cf,hasCmRepo:t_,hasCmOrg:r_,gsCommandCm:C_,preDefinedCm:S_}=rd;const Cg=S_||C_;const nA=Object.keys(Cg||{}).length&&Al.actionVersion!=="v1"&&cf===D_.GIT_PROVIDERS.GITHUB?await runOneCmFile(Cg,rd,kh,yh):await runMultipleCmfiles(rd,kh,yh,t_,r_);const{admins:iA,cmState:sA,filtersUsage:oA,warnings:uA,watchers:pA,withEvaluatedAutomations:dA}=nA;await(0,tA.sendSegmentEvent)(rd,{provider:cf,pr_author:rd?.prContext?.author},Al,oA);const hA={automations:dA,context:{watchPREvents:pA.events,watchFilters:pA.filters,...rd,admins:iA,linearbMetricsApiKey:P_.LINEARB_METRICS_API_KEY,warnings:uA,dryRun:sA.isDryRun,onlyRulesFilesChanges:sA.cmChanged&&!sA.isDryRun,...(0,rA.attachAdditionalContextByProvider)(rd.source,{baseBranch:kh}),...Al,runId:process.env.RUN_ID}};const fA=(new Date).getTime();const _A=fA-Rl;if((0,aA.getIsManagedGitstream)()){const ml=(0,aA.getErrorManager)().stringifyErrors();if(ml){console.error(ml)}}console.log("Sending results to rules resolver...");await(0,lA.sendResultsToResolver)(hA,rd);await(0,eA.prepareSendingLogsToDD)("info",`${u_.GITSTREAM_CORE_SERVICE_NAME} execution time for pr ${zl}/${ml}/${Qh}`,rd,{serviceName:u_.GITSTREAM_CORE_SERVICE_NAME,provider:cf,executionTime:_A},true);(0,cA.saveOutputToFiles)({withEvaluatedAutomations:dA,executionTime:_A})}catch(ml){const{owner:Al,repo:Rl,pullRequestNumber:zl}=rd;console.error(C_.ERRORS.INTERNAL_ERROR,{error:ml});await(0,eA.prepareSendingLogsToDD)("warn",`${C_.ERRORS.INTERNAL_ERROR} for pr ${Al}/${Rl}/${zl}`,rd,{error:ml?.toString()});(0,cA.saveOutputToFiles)({});await(0,iA.handleValidationErrors)(ml,C_.STATUS_CODES.INTERNAL_ERROR,rd)}};0&&0},75400:(ml,Al,Rl)=>{"use strict";var zl=Object.defineProperty;var rd=Object.getOwnPropertyDescriptor;var yh=Object.getOwnPropertyNames;var kh=Object.prototype.hasOwnProperty;var __export=(ml,Al)=>{for(var Rl in Al)zl(ml,Rl,{get:Al[Rl],enumerable:true})};var __copyProps=(ml,Al,Rl,Qh)=>{if(Al&&typeof Al==="object"||typeof Al==="function"){for(let cf of yh(Al))if(!kh.call(ml,cf)&&cf!==Rl)zl(ml,cf,{get:()=>Al[cf],enumerable:!(Qh=rd(Al,cf))||Qh.enumerable})}return ml};var __toCommonJS=ml=>__copyProps(zl({},"__esModule",{value:true}),ml);var Qh={};__export(Qh,{LABEL_BY_OUTCOME:()=>P_,addAlertLabelToMR:()=>addAlertLabelToMR,defaultDescriptionForCommitStatus:()=>S_,extractSource:()=>extractSource,isGitstreamCommitStatusExists:()=>isGitstreamCommitStatusExists,reportGitStreamOutcome:()=>reportGitStreamOutcome,updateGitStreamCommitStatus:()=>updateGitStreamCommitStatus});ml.exports=__toCommonJS(Qh);var cf=Rl(7426);var t_=Rl(8976);var r_=Rl(94040);var u_=Rl(73385);var C_=Rl(35250);var D_=Rl(62785);const S_={[C_.GitlabCommitStatus.running]:"GitStream is analyzing your changes...",[C_.GitlabCommitStatus.success]:"GitStream completed successfully",[C_.GitlabCommitStatus.failed]:"GitStream processing failed",[C_.GitlabCommitStatus.canceled]:"GitStream was canceled"};const P_={[C_.GitlabCommitStatus.failed]:r_.LABELS.FAILED,[C_.GitlabCommitStatus.success]:r_.LABELS.SUCCESS};const extractSource=ml=>{const Al=(0,cf.getClientPayload)();const Rl=(0,D_.doubleParse)(Al);const{source:zl}=ml||Rl||{};return zl};const updateGitStreamCommitStatus=async(ml,Al,Rl)=>{const{projectId:zl,gitlabToken:rd,gitlabUri:yh,headSha:kh,headHttpUrl:Qh,owner:cf,repo:r_,pullRequestNumber:u_}=ml;if(!zl||!rd||!yh||!kh){console.error("Cannot update gitstream commit status since required properties are missing.",{projectId:!!zl,gitlabToken:!!rd,gitlabUri:!!yh,headSha:!!kh});return}const C_=Rl||S_[Al];await(0,t_.createCommitStatus)({host:yh,oauthToken:rd,projectId:zl,commitSha:kh,state:Al,description:C_,owner:cf||"",repo:r_||"",mrId:u_||0,targetUrl:Qh,organizationId:ml.featureFlagData?.organizationId||0})};const addAlertLabelToMR=async(ml,Al=r_.LABELS.FAILED,Rl=true)=>{const{projectId:zl,gitlabToken:rd,pullRequestNumber:yh,gitlabUri:kh}=ml;if(!zl||!rd||!yh||!kh){console.error("Cannot update gitstream label to alert since required properties are missing.");return}if(Rl){await(0,u_.removeLabelFromMR)({host:kh,oauthToken:rd,projectId:zl,mrId:yh,name:r_.LABELS.CHECKING.name})}await(0,u_.addLabelToMR)({host:kh,oauthToken:rd,projectId:zl,mrId:yh,name:Al.name,color:Al.color,description:Al.description})};const isGitstreamCommitStatusExists=async ml=>{const{projectId:Al,gitlabToken:Rl,gitlabUri:zl,headSha:rd}=ml;if(!Al||!Rl||!zl||!rd){return false}return(0,t_.hasGitstreamCommitStatus)({host:zl,oauthToken:Rl,projectId:Al,commitSha:rd})};const reportGitStreamOutcome=async(ml,Al,Rl)=>{if(await isGitstreamCommitStatusExists(ml)){await updateGitStreamCommitStatus(ml,Al,Rl)}else{await addAlertLabelToMR(ml,P_[Al])}};0&&0},63426:(ml,Al,Rl)=>{"use strict";var zl=Object.defineProperty;var rd=Object.getOwnPropertyDescriptor;var yh=Object.getOwnPropertyNames;var kh=Object.prototype.hasOwnProperty;var __export=(ml,Al)=>{for(var Rl in Al)zl(ml,Rl,{get:Al[Rl],enumerable:true})};var __copyProps=(ml,Al,Rl,Qh)=>{if(Al&&typeof Al==="object"||typeof Al==="function"){for(let cf of yh(Al))if(!kh.call(ml,cf)&&cf!==Rl)zl(ml,cf,{get:()=>Al[cf],enumerable:!(Qh=rd(Al,cf))||Qh.enumerable})}return ml};var __toCommonJS=ml=>__copyProps(zl({},"__esModule",{value:true}),ml);var Qh={};__export(Qh,{parseCMFile:()=>parseCMFile});ml.exports=__toCommonJS(Qh);var cf=Rl(56977);var t_=Rl(9597);var r_=Rl(78963);var u_=Rl(13169);const parseCMFile=async(ml,Al,Rl)=>{try{const ml=(0,r_.safeRulesYamlLoad)(Al);(0,cf.debug)(`cm parse result: ${JSON.stringify(ml)}`);return ml}catch(zl){const{owner:rd,repo:yh,pullRequestNumber:kh}=ml;await(0,cf.prepareSendingLogsToDD)("error",`${u_.ERRORS.FAILED_TO_PARSE_CM} in pr ${rd}/${yh}/${kh}`,ml,{error:zl?.message,rules:Al,ruleFile:Rl},true);console.error(`Error in ${Rl}:\n${zl.message}`);await(0,t_.handleValidationErrors)(zl,u_.STATUS_CODES.SYNTAX_ERROR,ml,Rl);return{}}};0&&0},83572:ml=>{"use strict";var Al=Object.defineProperty;var Rl=Object.getOwnPropertyDescriptor;var zl=Object.getOwnPropertyNames;var rd=Object.prototype.hasOwnProperty;var __export=(ml,Rl)=>{for(var zl in Rl)Al(ml,zl,{get:Rl[zl],enumerable:true})};var __copyProps=(ml,yh,kh,Qh)=>{if(yh&&typeof yh==="object"||typeof yh==="function"){for(let cf of zl(yh))if(!rd.call(ml,cf)&&cf!==kh)Al(ml,cf,{get:()=>yh[cf],enumerable:!(Qh=Rl(yh,cf))||Qh.enumerable})}return ml};var __toCommonJS=ml=>__copyProps(Al({},"__esModule",{value:true}),ml);var yh={};__export(yh,{BASE64_INTERNAL_PREFIX:()=>kh,convertPRContextFromBase64:()=>convertPRContextFromBase64,convertRuleFileToStringSafe:()=>convertRuleFileToStringSafe,decodeBase64:()=>decodeBase64,fromBase64String:()=>fromBase64String,internalEncodeBase64:()=>internalEncodeBase64,replaceBranchUpstream:()=>replaceBranchUpstream,replaceInternalBase64WithDecoded:()=>replaceInternalBase64WithDecoded,toBase64String:()=>toBase64String});ml.exports=__toCommonJS(yh);const kh="base64_";const Qh=new RegExp(`${kh}([A-Za-z0-9+/=]+)`,"g");const fromBase64String=ml=>Buffer.from(ml,"base64").toString("utf-8");const toBase64String=ml=>Buffer.from(ml).toString("base64");const decodeBase64=ml=>{if(ml.match(/^base64:*/g)){const Al=ml.split("base64:")[1];return fromBase64String(Al)}return ml};const convertRuleFileToStringSafe=ml=>{const Al={"pr.description":"pr.description | nl2br | dump | safe"};return Object.keys(Al).reduce((ml,Rl)=>ml.replaceAll(Rl,Al[Rl]),ml)};const internalEncodeBase64=ml=>`${kh}${toBase64String(ml)}`;const replaceInternalBase64WithDecoded=ml=>ml.replace(Qh,(ml,Al)=>fromBase64String(Al));const convertPRContextFromBase64=ml=>({...ml,checks:ml.checks?.map(ml=>({...ml,name:fromBase64String(ml.name)})),description:fromBase64String(ml.description),comments:ml.comments?.map(ml=>({...ml,content:fromBase64String(ml.content)})),reviews:ml.reviews?.map(ml=>({...ml,content:fromBase64String(ml.content),conversations:ml.conversations?.map(ml=>({...ml,content:fromBase64String(ml.content)}))})),conversations:ml.conversations?.map(ml=>({...ml,content:fromBase64String(ml.content)}))});const replaceBranchUpstream=(ml="")=>ml.replace(/^upstream\//,"");0&&0},47141:(ml,Al,Rl)=>{"use strict";var zl=Object.create;var rd=Object.defineProperty;var yh=Object.getOwnPropertyDescriptor;var kh=Object.getOwnPropertyNames;var Qh=Object.getPrototypeOf;var cf=Object.prototype.hasOwnProperty;var __export=(ml,Al)=>{for(var Rl in Al)rd(ml,Rl,{get:Al[Rl],enumerable:true})};var __copyProps=(ml,Al,Rl,zl)=>{if(Al&&typeof Al==="object"||typeof Al==="function"){for(let Qh of kh(Al))if(!cf.call(ml,Qh)&&Qh!==Rl)rd(ml,Qh,{get:()=>Al[Qh],enumerable:!(zl=yh(Al,Qh))||zl.enumerable})}return ml};var __toESM=(ml,Al,Rl)=>(Rl=ml!=null?zl(Qh(ml)):{},__copyProps(Al||!ml||!ml.__esModule?rd(Rl,"default",{value:ml,enumerable:true}):Rl,ml));var __toCommonJS=ml=>__copyProps(rd({},"__esModule",{value:true}),ml);var t_={};__export(t_,{contributersActivityContext:()=>contributersActivityContext,contributersStatContext:()=>contributersStatContext,getContext:()=>getContext});ml.exports=__toCommonJS(t_);var r_=__toESM(Rl(82673));var u_=Rl(7426);var C_=Rl(56977);var D_=Rl(63426);var S_=Rl(83572);var P_=Rl(9597);var Cg=Rl(62840);var eA=Rl(45273);var tA=Rl(36010);var rA=Rl(62460);var nA=Rl(23552);var iA=Rl(32638);var sA=Rl(13169);var aA=__toESM(Rl(52279));var oA=Rl(95616);const filteredOutCMFilesFunc=({to:ml})=>u_.IGNORE_PATTERNS_IN_DRY_RUN.every(Al=>!ml.match(Al));const formatFilesToSourceFiles=(ml,Al,Rl)=>Rl.map(({from:Rl,to:zl,chunks:rd})=>({original_file:Rl===u_.NOT_FOUND_FILE_PATH?"":Rl,new_file:zl,diff:rd?.reduce((ml,{changes:Al,content:Rl})=>{const zl=Al?.map(({content:ml})=>ml).join("\n");return`${ml}${Rl}\n${zl}\n`},""),original_content:(0,Cg.getContent)((0,Cg.getCheckoutCommit)(Al,ml),Rl),new_content:(0,Cg.getContent)(Al,zl)}));const extractMetadataFromFiles=ml=>ml.map(({to:ml,from:Al,deletions:Rl,additions:zl})=>({original_file:Al===u_.NOT_FOUND_FILE_PATH?"":Al,new_file:ml,file:ml!==u_.NOT_FOUND_FILE_PATH?ml:Al,deletions:Rl,additions:zl}));const getDiffSize=ml=>ml?.reduce((ml,{additions:Al,deletions:Rl})=>ml+Al+Rl,0)||0;const contributersStatContext=async(ml,Al,Rl)=>{try{const zl=(0,tA.blameByAuthor)(ml.files,ml.branch.base,Rl);aA.default.addBlameByAuthor(zl);const{formattedBlame:rd,dsBlame:yh}=(0,rA.splitDsAndBlameObjects)(zl);const kh=await(0,rA.formatDateToDays)((0,tA.getRepoFirstCommitDate)(ml.branch.base),ml,Al);const Qh=await(0,rA.formatDateToDays)((0,tA.commitsDateByAuthor)(ml.branch.author,ml.branch.base,Rl)?.[0],ml,Al);return{age:kh,author_age:Qh,blame:rd,ds_blame:yh}}catch(ml){const Rl=ml instanceof Error?ml.message:String(ml);console.error(`Error extracting blame: ${Rl}`);await(0,C_.prepareSendingLogsToDD)("error",sA.ERRORS.FAILED_TO_GET_BLAME_CONTEXT,Al,{error:Rl},true);(0,oA.getErrorManager)().addError(sA.STATUS_CODES.FAILED_TO_GET_BLAME_CONTEXT,`${sA.ERRORS.FAILED_TO_GET_BLAME_CONTEXT}: ${Rl}`)}return{age:0,author_age:0,blame:{},ds_blame:{}}};const contributersActivityContext=async(ml,Al,Rl)=>{try{const Rl=ml.files.reduce((Rl,zl)=>{if(zl===u_.NOT_FOUND_FILE_PATH){return Rl}const{dsActivity:rd,groupByWeek:yh}=(0,tA.recentAuthorActivity)(ml.branch.base,Al||eA.ACTIVITY_SINCE,zl);return{...Rl,[zl]:{...yh,dsActivity:rd}}},{});const{formattedActivity:zl,dsActivity:rd}=(0,rA.splitDsAndActivity)(Rl);return{git_activity:zl,ds_activity:rd}}catch(ml){const Al=ml instanceof Error?ml.message:String(ml);console.error(`Error extracting activity: ${Al}`);await(0,C_.prepareSendingLogsToDD)("error",sA.ERRORS.FAILED_TO_GET_ACTIVITY_CONTEXT,Rl||{},{error:Al},true);(0,oA.getErrorManager)().addError(sA.STATUS_CODES.FAILED_TO_GET_ACTIVITY_CONTEXT,`${sA.ERRORS.FAILED_TO_GET_ACTIVITY_CONTEXT}: ${Al}`);return{git_activity:{},ds_activity:{}}}};const filterOutFiles=async(ml,Al,Rl,zl)=>{const{owner:rd,repo:yh,pullRequestNumber:kh}=zl;let Qh=(0,r_.default)(ml);if(Al){Qh=Qh?.filter(filteredOutCMFilesFunc)}if(!Qh?.length){await(0,C_.prepareSendingLogsToDD)("warn",`No files changed in rules-engine context for pr: ${rd}/${yh}/${kh}`,zl,{diffCommand:Rl},Al)}return Qh};const getTheRightGitAuthor=(ml,Al,Rl)=>{try{const zl=(0,nA.findGitAuthorsWithFallback)(ml,Al,Rl);if(zl.author){const ml=`${zl.author?.split("<")[0].replace(/\s*$/,"")}\n`;const Al=`<${zl?.author?.split("<")[1]}`;return{gitName:ml,gitEmail:Al,fullName:zl.author}}return zl}catch(ml){(0,C_.debug)(`Failed getting the right author. Error: ${ml}`);return{}}};const getContext=async(ml,Al,Rl,zl,rd,yh=false)=>{const{owner:kh,repo:Qh,visibility:cf,mergeCommitSha:t_}=Rl;try{const r_=await(0,D_.parseCMFile)(Rl,zl,rd);const u_=r_?.config?.git_history_since;const{diff:C_,diffCommand:P_}=(0,Cg.getDiff)(ml,Al,r_,t_);const eA=await filterOutFiles(C_,yh,P_,Rl);const tA=(0,Cg.getCommitsNumberOnBranch)(ml);const rA=(0,Cg.getContributorsStatistics)(ml);const{fullAuthorName:nA,authorName:sA,authorEmail:aA}=(0,Cg.getAuthorName)(ml,Al,t_);const oA={branch:{name:Al,base:ml,author:nA,author_name:sA,author_email:aA,diff:{size:getDiffSize(eA),files_metadata:extractMetadataFromFiles(eA)},num_of_commits:tA,commits:{messages:(0,Cg.getCommitMessages)(ml,Al,t_)}},source:{diff:{files:formatFilesToSourceFiles(ml,Al,eA)}},repo:{name:Qh,contributors:rA,owner:kh,visibility:cf},files:eA.map(({to:ml})=>ml||"").filter(Boolean),pr:{...(0,S_.convertPRContextFromBase64)(Rl.prContext),repo:Qh}};oA.pr={...oA.pr,conflicted_files_count:(0,Cg.getPrConflicsCountPerFile)(oA.pr.target,oA.branch.name)};const lA=await(0,iA.matchContributors)(oA.pr.contributors,oA.repo.contributors,Rl,r_);const cA=getTheRightGitAuthor(oA,lA,u_);if(Object.keys(cA).length){oA.branch.author=cA.fullName;oA.branch.author_name=cA.gitName;oA.branch.author_email=cA.gitEmail}const uA=await contributersStatContext(oA,Rl,u_);const pA=await contributersActivityContext(oA,u_,Rl);oA.repo={...oA.repo,provider:Rl.source,git_to_provider_user:lA,git_history_since:u_,...uA,...pA,pr_author:oA.pr?.author,languages:oA.pr?.languages};return oA}catch(ml){const zl=ml instanceof Error?ml.message:String(ml);if((0,P_.isBranchDeletedError)(zl)){console.warn(`Branch '${Al}' was deleted — ${sA.BRANCH_DELETED_RUN_SKIPPED}`);await(0,C_.prepareSendingLogsToDD)("warn",`Branch '${Al}' deleted during execution`,Rl,{error:zl,ruleFile:rd,refBranch:Al},true);await(0,P_.handleBranchDeletedFromGitCommand)(ml);return{}}console.error(`Failed to get PR context: ${zl}`);await(0,C_.prepareSendingLogsToDD)("error",sA.ERRORS.FAILED_TO_GET_CONTEXT,Rl,{error:zl,ruleFile:rd},true);await(0,P_.handleValidationErrors)(sA.ERRORS.FAILED_TO_GET_CONTEXT,sA.STATUS_CODES.FAILED_TO_GET_CONTEXT,Rl,rd);return{}}};0&&0},9597:(ml,Al,Rl)=>{"use strict";var zl=Object.create;var rd=Object.defineProperty;var yh=Object.getOwnPropertyDescriptor;var kh=Object.getOwnPropertyNames;var Qh=Object.getPrototypeOf;var cf=Object.prototype.hasOwnProperty;var __export=(ml,Al)=>{for(var Rl in Al)rd(ml,Rl,{get:Al[Rl],enumerable:true})};var __copyProps=(ml,Al,Rl,zl)=>{if(Al&&typeof Al==="object"||typeof Al==="function"){for(let Qh of kh(Al))if(!cf.call(ml,Qh)&&Qh!==Rl)rd(ml,Qh,{get:()=>Al[Qh],enumerable:!(zl=yh(Al,Qh))||zl.enumerable})}return ml};var __toESM=(ml,Al,Rl)=>(Rl=ml!=null?zl(Qh(ml)):{},__copyProps(Al||!ml||!ml.__esModule?rd(Rl,"default",{value:ml,enumerable:true}):Rl,ml));var __toCommonJS=ml=>__copyProps(rd({},"__esModule",{value:true}),ml);var t_={};__export(t_,{getErrorMessage:()=>getErrorMessage,handleBranchDeletedFromGitCommand:()=>handleBranchDeletedFromGitCommand,handleValidationErrors:()=>handleValidationErrors,isBranchDeletedError:()=>isBranchDeletedError,normalizeErrorMessage:()=>normalizeErrorMessage});ml.exports=__toCommonJS(t_);var r_=__toESM(Rl(37484));var u_=Rl(75400);var C_=Rl(50125);var D_=Rl(95616);var S_=Rl(23656);var P_=Rl(94040);var Cg=Rl(7426);var eA=Rl(13169);var tA=Rl(45273);var rA=Rl(93017);const isBranchDeletedError=ml=>{const Al=ml?.message||ml?.toString()||"";const Rl=[tA.GIT_ERROR_TYPE.BAD_REVISION,tA.GIT_ERROR_TYPE.REMOTE_REF_NOT_FOUND,tA.GIT_ERROR_TYPE.UNKNOWN_REVISION];const zl=Rl.some(ml=>Al.toLowerCase().includes(ml.toLowerCase()));return zl};const nA={github:(ml,Al)=>{const Rl={message:ml,owner:Al?.owner,repo:Al?.repo,branch:Al?.branch,prNumber:Al?.pullRequestNumber,headSha:Al?.headSha};r_.setFailed(JSON.stringify(Rl,null,2))},gitlab:async(ml,Al)=>{await(0,u_.addAlertLabelToMR)(Al);const Rl=ml.replace(/%0A/g,"\n");console.error(Rl)},bitbucket:async(ml,Al)=>{console.error(ml);await(0,S_.updateBitbucketCommitStatus)(Al,Cg.BITBUCKET_CONSTS.COMMIT_STATUS.FAILED,ml)},default:ml=>console.error(ml)};const iA={github:ml=>{r_.warning(ml)},gitlab:async(ml,Al)=>{await(0,u_.addAlertLabelToMR)(Al,P_.LABELS.SUCCESS);console.warn(ml)},bitbucket:async(ml,Al)=>{await(0,S_.updateBitbucketCommitStatus)(Al,Cg.BITBUCKET_CONSTS.COMMIT_STATUS.SUCCESSFUL,ml)},default:ml=>console.warn(ml)};const handleBranchDeletedFromGitCommand=async ml=>{const Al=ml?.message||ml?.toString()||"";const Rl=eA.BRANCH_DELETED_MESSAGE;const zl=(0,D_.getIsExecutePlayground)();const rd=(0,D_.getIsManagedGitstream)();console.warn(`${Rl} Error: ${Al}`);if(zl||rd){throw new C_.BranchDeletedError(Rl)}const{payload:yh}=(0,rA.getPayloadBaseContext)();const kh=(0,u_.extractSource)(yh);const Qh=iA[kh]||iA.default;await Qh(Rl,yh);process.exit(0)};const normalizeErrorMessage=ml=>{if(typeof ml==="string"){return ml}if(ml instanceof Error&&ml.message){return ml.message}if(ml===null||ml===void 0){return"Unknown error"}try{return JSON.stringify(ml)??String(ml)}catch{return String(ml)}};const handleValidationErrors=async(ml,Al,Rl={},zl="")=>{if(ml instanceof C_.RulesEngineAggregateError){throw ml}const rd=normalizeErrorMessage(ml);let yh="";if(!(ml instanceof C_.PluginsError)){yh=zl?`Error in ${zl.trim()}:\n ${rd}`:rd}const kh=(0,D_.getIsExecutePlayground)();const Qh=(0,D_.getIsManagedGitstream)();if(kh||Qh){(0,D_.getErrorManager)().addError(Al,yh||rd);throw new C_.RulesEngineAggregateError((0,D_.getErrorManager)().getAllErrors())}const cf=(0,u_.extractSource)(Rl);if(ml instanceof C_.BranchDeletedError){const Al=ml.message;console.warn(Al);const{payload:Rl}=(0,rA.getPayloadBaseContext)();const zl=iA[cf]||iA.default;await zl(Al,Rl);process.exit(0)}const t_=nA[cf]||nA.default;await t_(yh,Rl,zl);process.exit(Al)};const getErrorMessage=ml=>{if(ml&&typeof ml.message==="string"){return ml.message}return ml?.toString()||"Unknown error"};0&&0},50125:ml=>{"use strict";var Al=Object.defineProperty;var Rl=Object.getOwnPropertyDescriptor;var zl=Object.getOwnPropertyNames;var rd=Object.prototype.hasOwnProperty;var __export=(ml,Rl)=>{for(var zl in Rl)Al(ml,zl,{get:Rl[zl],enumerable:true})};var __copyProps=(ml,yh,kh,Qh)=>{if(yh&&typeof yh==="object"||typeof yh==="function"){for(let cf of zl(yh))if(!rd.call(ml,cf)&&cf!==kh)Al(ml,cf,{get:()=>yh[cf],enumerable:!(Qh=Rl(yh,cf))||Qh.enumerable})}return ml};var __toCommonJS=ml=>__copyProps(Al({},"__esModule",{value:true}),ml);var yh={};__export(yh,{BranchDeletedError:()=>BranchDeletedError,PluginsError:()=>PluginsError,RulesEngineAggregateError:()=>RulesEngineAggregateError});ml.exports=__toCommonJS(yh);class PluginsError extends Error{reason;constructor(ml,Al){super(Al);this.reason=ml;Object.setPrototypeOf(this,PluginsError.prototype)}}class BranchDeletedError extends Error{constructor(ml){super(ml);this.name="BranchDeletedError";Object.setPrototypeOf(this,BranchDeletedError.prototype)}}class RulesEngineAggregateError extends Error{details;constructor(ml){const Al=Object.values(ml||{}).filter(Boolean).join("\n");super(Al);this.name="RulesEngineAggregateError";this.details=ml;Object.setPrototypeOf(this,RulesEngineAggregateError.prototype)}}0&&0},62840:(ml,Al,Rl)=>{"use strict";var zl=Object.defineProperty;var rd=Object.getOwnPropertyDescriptor;var yh=Object.getOwnPropertyNames;var kh=Object.prototype.hasOwnProperty;var __export=(ml,Al)=>{for(var Rl in Al)zl(ml,Rl,{get:Al[Rl],enumerable:true})};var __copyProps=(ml,Al,Rl,Qh)=>{if(Al&&typeof Al==="object"||typeof Al==="function"){for(let cf of yh(Al))if(!kh.call(ml,cf)&&cf!==Rl)zl(ml,cf,{get:()=>Al[cf],enumerable:!(Qh=rd(Al,cf))||Qh.enumerable})}return ml};var __toCommonJS=ml=>__copyProps(zl({},"__esModule",{value:true}),ml);var Qh={};__export(Qh,{CWD:()=>aA,SOURCE_CODE_WORKING_DIRECTORY:()=>sA,addSafeDirectorySafely:()=>addSafeDirectorySafely,executeGitCommand:()=>executeGitCommand,getAuthorName:()=>getAuthorName,getCheckoutCommit:()=>getCheckoutCommit,getCommitMessages:()=>getCommitMessages,getCommitsNumberOnBranch:()=>getCommitsNumberOnBranch,getContent:()=>getContent,getContributorsStatistics:()=>getContributorsStatistics,getDiff:()=>getDiff,getOrgCMFilesBasedOnRepo:()=>getOrgCMFilesBasedOnRepo,getOrgCmFiles:()=>getOrgCmFiles,getPrConflicsCountPerFile:()=>getPrConflicsCountPerFile,getRuleFiles:()=>getRuleFiles,hasNonRuleFilesChanges:()=>hasNonRuleFilesChanges,isAutoMergeCommit:()=>isAutoMergeCommit,isCmChanged:()=>isCmChanged,readRemoteFile:()=>readRemoteFile});ml.exports=__toCommonJS(Qh);var cf=Rl(35317);var t_=Rl(79896);var r_=Rl(7426);var u_=Rl(56977);var C_=Rl(9597);var D_=Rl(50125);var S_=Rl(26925);var P_=Rl(45273);var Cg=Rl(63426);var eA=Rl(23418);var tA=Rl(95616);var rA=Rl(77388);var nA=Rl(13169);var iA=Rl(52279);const sA="./code";const aA={cwd:sA};const executeGitCommand=(ml,Al=P_.REPO_FOLDER.DEFAULT,Rl={cwd:sA})=>{(0,u_.debug)(`Execute: ${ml}`);let zl=Rl;try{const Rl=(0,tA.getIsExecutePlayground)();if(Rl){const ml=(0,tA.getCloneRepoPath)();zl={...zl,cwd:ml}}const rd=(0,r_.getOverrideCloneRepoPath)();if(rd){zl={...zl,cwd:rd}}const yh=`cd ${Al} && ${ml}`;const kh=(0,cf.execSync)(yh,{...zl,maxBuffer:500*1024*1024,stdio:"pipe"}).toString();iA.ContextManager.addGitCommand(ml,kh);return kh}catch(ml){if((0,C_.isBranchDeletedError)(ml)){throw new D_.BranchDeletedError(nA.BRANCH_DELETED_MESSAGE)}throw ml}};const addSafeDirectorySafely=()=>{try{const ml=executeGitCommand("git config --global --get-all safe.directory");if(ml.includes("*")){return}}catch(ml){}try{const ml=(0,tA.getIsExecutePlayground)();const Al=(0,tA.getIsManagedGitstream)();if(ml||Al){executeGitCommand(eA.ADD_SAFE_DIRECTORY_FOR_PLAYGROUND)}else{executeGitCommand(eA.ADD_SAFE_DIRECTORY)}}catch(ml){console.warn("Failed to set safe.directory, continuing without it:",ml)}};const getCheckoutCommit=(ml,Al)=>{try{const Rl=executeGitCommand((0,eA.CHECKOUT_COMMIT)({refBranch:ml,baseBranch:Al}));return Rl.trim()||Al}catch(ml){return Al}};const getContent=(ml,Al)=>{try{if(Al===r_.NOT_FOUND_FILE_PATH){return""}const Rl=executeGitCommand((0,eA.FILE_CONTENT)({branch:ml,file:Al}));return Rl}catch(ml){return""}};const getDiff=(ml,Al,Rl,zl="")=>{try{const rd=Rl?.config?.ignore_files?.map(ml=>(0,S_.escapeFileName)(ml,":(exclude)"))?.join(" ");const yh=(0,eA.DIFF_WITH_IGNORE_FILES)({baseBranch:ml,refBranch:Al,ignoreFiles:rd||"",mergeCommitSha:zl});const kh=executeGitCommand(yh);return{diff:kh,diffCommand:yh}}catch(ml){console.log(`error getting diff: ${ml}`);return{diff:"",diffCommand:""}}};const readRemoteFile=(ml,Al,Rl=P_.REPO_FOLDER.DEFAULT)=>{const zl=(0,tA.getIsExecutePlayground)();const rd=(0,tA.getIsManagedGitstream)();let yh=sA;if(zl){yh=aA.cwd}else if(rd){yh=(0,r_.getOverrideCloneRepoPath)()}const kh=`${yh}/${Rl}/${ml}`;try{if(Rl===P_.REPO_FOLDER.DEFAULT){executeGitCommand((0,eA.GIT_SHOW)({branch:Al,file:ml}))}return(0,t_.readFileSync)(kh,"utf8")}catch(ml){if(zl){console.error(`Error in reading file ${kh}`,ml)}return""}};const getCMFilesList=(ml,Al)=>{executeGitCommand((0,eA.GIT_CHECKOUT)(ml));const Rl=Al?.toLowerCase()===r_.ORG_LEVEL_REPO?executeGitCommand((0,eA.LS_FILES)("*.cm")):executeGitCommand((0,eA.LS_FILES)(".cm/*.cm"));executeGitCommand((0,eA.GIT_CHECKOUT)("-"));return Rl.split("\n").filter(Boolean)};const getOrgCMFilesBasedOnRepo=async(ml,Al,Rl)=>{const zl={orgRulesToInclude:[],orgRulesToExclude:[]};for(const rd of Object.keys(ml)){const yh=await(0,Cg.parseCMFile)(Rl,ml[rd],rd);const kh=yh?.config?.include_repositories||[];const Qh=yh?.config?.ignore_repositories||[];try{if(kh.length){const ml=kh.some(ml=>{if((0,rA.internalRegex)(Al,ml)){zl.orgRulesToInclude.push(rd);return true}return false});if(!ml){zl.orgRulesToExclude.push(rd)}}Qh.forEach(ml=>{if((0,rA.internalRegex)(Al,ml)){zl.orgRulesToExclude.push(rd)}})}catch(ml){await(0,C_.handleValidationErrors)(ml.message,nA.STATUS_CODES.SYNTAX_ERROR,Rl,rd)}}if(zl.orgRulesToExclude.length){const ml=zl.orgRulesToExclude.sort((ml,Al)=>ml.localeCompare(Al)).join("\n\t");console.log(`Excluding "${Al}" repo from automations, because it found on the include_repositories/ignore_repositories list:\n\t${ml}`)}return zl};const getOrgCmFiles=ml=>{executeGitCommand((0,eA.GIT_CHECKOUT)(ml),P_.REPO_FOLDER.CM);const Al=executeGitCommand((0,eA.LS_FILES)("*.cm"),P_.REPO_FOLDER.CM);executeGitCommand((0,eA.GIT_CHECKOUT)("-"),P_.REPO_FOLDER.CM);const Rl=Al.split("\n").filter(Boolean);if(Object.keys(Rl).length){return Rl.reduce((Al,Rl)=>({...Al,[Rl]:readRemoteFile(Rl,ml,P_.REPO_FOLDER.CM)}),{})}return{}};const getRuleFiles=async(ml,Al)=>{const Rl=getCMFilesList(ml,Al);if(Object.keys(Rl).length>0){const Al=Rl.reduce((Al,Rl)=>({...Al,[Rl]:readRemoteFile(Rl,ml)}),{});return Al}return{}};const getCommitsNumberOnBranch=ml=>Number(executeGitCommand((0,eA.REV_LIST_COUNT)(ml)).trim());const getContributorsStatistics=ml=>{const Al=executeGitCommand((0,eA.SHORTLOG)(ml));return Al.split("\n").reduce((ml,Al)=>{const[Rl,zl]=Al.trim().split("\t");return{...ml,...zl&&{[zl]:parseInt(Rl,10)}}},{})};const getAuthorName=(ml,Al,Rl)=>{try{const zl=executeGitCommand((0,eA.GIT_AUTHOR)({refBranch:Al,baseBranch:ml,format:"%an",mergeCommitSha:Rl}));const rd=executeGitCommand((0,eA.GIT_AUTHOR)({refBranch:Al,baseBranch:ml,format:"%ae",mergeCommitSha:Rl}));const yh=`${zl?.trim()} <${rd?.trim()}>`;(0,u_.debug)({fullAuthorName:yh,currBranch:executeGitCommand(eA.CURRENT_BRANCH)});return{fullAuthorName:yh,authorName:zl,authorEmail:rd}}catch(ml){console.log(`error getting branch author name: ${ml}`);return{}}};const isCmChanged=(ml,Al,Rl,zl)=>{if(Rl?.toLowerCase()===r_.ORG_LEVEL_REPO){return Boolean(executeGitCommand((0,eA.DIFF)({baseBranch:Al,refBranch:ml,file:"*.cm",mergeCommitSha:zl})))}return Boolean(executeGitCommand((0,eA.DIFF)({baseBranch:Al,refBranch:ml,file:".cm/*.cm",mergeCommitSha:zl})))};const hasNonRuleFilesChanges=(ml,Al,Rl,zl)=>{if(Rl?.toLowerCase()===r_.ORG_LEVEL_REPO){return Boolean(executeGitCommand((0,eA.DIFF)({baseBranch:Al,refBranch:ml,file:":!*.cm",mergeCommitSha:zl})))}return Boolean(executeGitCommand((0,eA.DIFF)({baseBranch:Al,refBranch:ml,file:":!.cm/*.cm",mergeCommitSha:zl})))};const getPrConflicsCountPerFile=(ml,Al)=>{try{const Rl=(0,S_.escapeShellCmd)(ml);const zl=(0,S_.escapeShellCmd)(Al);const rd=`git merge-base ${Rl} ${zl}`;const yh=executeGitCommand(rd).trim();const kh=`git merge-tree ${yh} ${Rl} ${zl} | grep 'changed in both'`;const Qh=executeGitCommand(kh);return Qh?.split("\n").filter(Boolean).length||0}catch(ml){(0,u_.debug)(`error getting pr conflicts: ${ml}`);return 0}};const getCommitMessages=(ml,Al,Rl)=>{const zl=(0,S_.escapeShellCmd)(ml);const rd=(0,S_.escapeShellCmd)(Al);let yh=`git log ${zl}..${rd} --format=%B%x00`;if(Rl){yh=`git show -m ${Rl} --format=%B%x00 --no-patch`}return executeGitCommand(yh).split("\0").map(ml=>ml.trim()).filter(ml=>ml!=="")};const oA=/^Merge (remote-tracking )?branch /;const lA=/<<<<<<< |changed in both/;const hadMergeConflicts=(ml,Al)=>{try{const Rl=executeGitCommand((0,eA.MERGE_BASE)(ml,Al)).trim();if(!Rl){return true}const zl=executeGitCommand((0,eA.MERGE_TREE)({base:Rl,a:ml,b:Al}));return lA.test(zl)}catch(Rl){console.warn(`Failed to probe merge conflicts for ${ml}..${Al}:`,Rl);return true}};const isAutoMergeCommit=ml=>{try{const[Al,...Rl]=executeGitCommand((0,eA.COMMIT_INFO)(ml)).trim().split("\n");const zl=Al.split(/\s+/).filter(Boolean);if(zl.length!==2){return false}if(!oA.test(Rl.join("\n"))){return false}return!hadMergeConflicts(zl[0],zl[1])}catch(Al){console.warn(`Failed to check auto-merge commit for ${ml}:`,Al);return false}};0&&0},23418:(ml,Al,Rl)=>{"use strict";var zl=Object.defineProperty;var rd=Object.getOwnPropertyDescriptor;var yh=Object.getOwnPropertyNames;var kh=Object.prototype.hasOwnProperty;var __export=(ml,Al)=>{for(var Rl in Al)zl(ml,Rl,{get:Al[Rl],enumerable:true})};var __copyProps=(ml,Al,Rl,Qh)=>{if(Al&&typeof Al==="object"||typeof Al==="function"){for(let cf of yh(Al))if(!kh.call(ml,cf)&&cf!==Rl)zl(ml,cf,{get:()=>Al[cf],enumerable:!(Qh=rd(Al,cf))||Qh.enumerable})}return ml};var __toCommonJS=ml=>__copyProps(zl({},"__esModule",{value:true}),ml);var Qh={};__export(Qh,{ADD_SAFE_DIRECTORY:()=>u_,ADD_SAFE_DIRECTORY_FOR_PLAYGROUND:()=>C_,CHECKOUT_COMMIT:()=>CHECKOUT_COMMIT,COMMIT_INFO:()=>COMMIT_INFO,CURRENT_BRANCH:()=>r_,DIFF:()=>DIFF,DIFF_WITH_IGNORE_FILES:()=>DIFF_WITH_IGNORE_FILES,FILE_CONTENT:()=>FILE_CONTENT,GIT_AUTHOR:()=>GIT_AUTHOR,GIT_CHECKOUT:()=>GIT_CHECKOUT,GIT_LOG:()=>t_,GIT_SHOW:()=>GIT_SHOW,LS_FILES:()=>LS_FILES,MERGE_BASE:()=>MERGE_BASE,MERGE_TREE:()=>MERGE_TREE,REV_LIST_COUNT:()=>REV_LIST_COUNT,SHORTLOG:()=>SHORTLOG});ml.exports=__toCommonJS(Qh);var cf=Rl(26925);const CHECKOUT_COMMIT=({refBranch:ml,baseBranch:Al})=>{const Rl=(0,cf.escapeShellCmd)(Al);const zl=(0,cf.escapeShellCmd)(ml);return`git rev-list --boundary ${zl}...${Rl} | grep "^-" | cut -c2- | tail -1`};const FILE_CONTENT=({branch:ml,file:Al})=>{const Rl=(0,cf.escapeShellCmd)(ml.trim());const zl=(0,cf.escapeFileName)(Al.trim());return`git show ${Rl}:${zl}`};const DIFF_WITH_IGNORE_FILES=({baseBranch:ml,refBranch:Al,ignoreFiles:Rl,mergeCommitSha:zl})=>{const rd=(0,cf.escapeShellCmd)(ml);const yh=(0,cf.escapeShellCmd)(Al);const kh=Rl||"";if(zl){return`git diff ${zl}^1...${zl} ${kh}`}return`git diff ${rd}...${yh} ${kh}`};const t_="git log";const r_="git branch --show-current";const u_="git config --global --add safe.directory '*'";const C_="git config --local --add safe.directory '*'";const GIT_SHOW=({branch:ml,file:Al})=>{const Rl=(0,cf.escapeShellCmd)(ml.trim());const zl=(0,cf.escapeFileName)(Al.trim());return`git show ${Rl}:${zl} > ${zl}`};const GIT_CHECKOUT=ml=>{const Al=(0,cf.escapeShellCmd)(ml);return`git checkout ${Al}`};const LS_FILES=ml=>{const Al=(0,cf.escapeFileName)(ml);return`git ls-files ${Al}`};const REV_LIST_COUNT=ml=>{const Al=(0,cf.escapeShellCmd)(ml);return`git rev-list --count HEAD ^${Al} --`};const SHORTLOG=ml=>{const Al=(0,cf.escapeShellCmd)(ml);return`git shortlog ${Al} -s -n -e --`};const GIT_AUTHOR=({refBranch:ml,baseBranch:Al,format:Rl,mergeCommitSha:zl})=>{const rd=(0,cf.escapeShellCmd)(Al);const yh=(0,cf.escapeShellCmd)(ml);if(zl){return`git show -m ${zl} --format=${Rl} | tail -1`}return`git log ${rd}..${yh} --format=${Rl} | tail -1`};const DIFF=({baseBranch:ml,refBranch:Al,file:Rl,mergeCommitSha:zl})=>{const rd=(0,cf.escapeShellCmd)(ml);const yh=(0,cf.escapeShellCmd)(Al);const kh=(0,cf.escapeFileName)(Rl);if(zl){return`git show -m --format= ${zl} -- ${kh}`}return`git diff ${rd}...${yh} -- ${kh}`};const COMMIT_INFO=ml=>{const Al=(0,cf.escapeShellCmd)(ml);return`git show --no-patch --format=%P%n%B ${Al}`};const MERGE_BASE=(ml,Al)=>{const Rl=(0,cf.escapeShellCmd)(ml);const zl=(0,cf.escapeShellCmd)(Al);return`git merge-base ${Rl} ${zl}`};const MERGE_TREE=({base:ml,a:Al,b:Rl})=>{const zl=(0,cf.escapeShellCmd)(ml);const rd=(0,cf.escapeShellCmd)(Al);const yh=(0,cf.escapeShellCmd)(Rl);return`git merge-tree ${zl} ${rd} ${yh}`};0&&0},26925:(ml,Al,Rl)=>{"use strict";var zl=Object.defineProperty;var rd=Object.getOwnPropertyDescriptor;var yh=Object.getOwnPropertyNames;var kh=Object.prototype.hasOwnProperty;var __export=(ml,Al)=>{for(var Rl in Al)zl(ml,Rl,{get:Al[Rl],enumerable:true})};var __copyProps=(ml,Al,Rl,Qh)=>{if(Al&&typeof Al==="object"||typeof Al==="function"){for(let cf of yh(Al))if(!kh.call(ml,cf)&&cf!==Rl)zl(ml,cf,{get:()=>Al[cf],enumerable:!(Qh=rd(Al,cf))||Qh.enumerable})}return ml};var __toCommonJS=ml=>__copyProps(zl({},"__esModule",{value:true}),ml);var Qh={};__export(Qh,{OVERSIZED_PAYLOAD_REFERENCE:()=>r_,escapeFileName:()=>escapeFileName,escapeShellCmd:()=>escapeShellCmd,isGzip:()=>isGzip,maybeDecompressClientPayload:()=>maybeDecompressClientPayload,parsePayloadReference:()=>parsePayloadReference,removeApostropheEscaping:()=>removeApostropheEscaping,removeSingleQuotesEscaping:()=>removeSingleQuotesEscaping});ml.exports=__toCommonJS(Qh);var cf=Rl(26591);var t_=Rl(43106);const escapeShellCmd=(ml="")=>(0,cf.quote)([ml]);const isGzip=ml=>ml.length>=2&&ml[0]===31&&ml[1]===139;const maybeDecompressClientPayload=ml=>{const Al=(ml||"").trim();if(!Al){return null}const Rl=Buffer.from(Al,"base64");if(!isGzip(Rl)){return null}try{return(0,t_.gunzipSync)(Rl).toString("utf8")}catch{return null}};const r_="oversized-payload-reference";const parsePayloadReference=ml=>{if(!ml||!ml.includes(r_)){return null}try{const Al=JSON.parse(ml);if(Al?.type===r_&&Al.payloadUrl&&Al.resolverToken){return{payloadUrl:Al.payloadUrl,resolverToken:Al.resolverToken}}}catch{}return null};const removeApostropheEscaping=ml=>(ml||"").replace(/\\'/g,"'");const removeSingleQuotesEscaping=ml=>removeApostropheEscaping(ml).replace(/\\`/g,"`");const escapeFileName=(ml,Al)=>{if(!ml&&!Al){return ml}if(Al){return JSON.stringify(`${Al}${ml}`)}return JSON.stringify(ml)};0&&0},45273:ml=>{"use strict";var Al=Object.defineProperty;var Rl=Object.getOwnPropertyDescriptor;var zl=Object.getOwnPropertyNames;var rd=Object.prototype.hasOwnProperty;var __export=(ml,Rl)=>{for(var zl in Rl)Al(ml,zl,{get:Rl[zl],enumerable:true})};var __copyProps=(ml,yh,kh,Qh)=>{if(yh&&typeof yh==="object"||typeof yh==="function"){for(let cf of zl(yh))if(!rd.call(ml,cf)&&cf!==kh)Al(ml,cf,{get:()=>yh[cf],enumerable:!(Qh=Rl(yh,cf))||Qh.enumerable})}return ml};var __toCommonJS=ml=>__copyProps(Al({},"__esModule",{value:true}),ml);var yh={};__export(yh,{ACTIVITY_SINCE:()=>kh,GIT_ERRORS:()=>Qh,GIT_ERROR_TYPE:()=>r_,GIT_INFO:()=>cf,MAIN_RULES_FILE:()=>u_,REPO_FOLDER:()=>t_});ml.exports=__toCommonJS(yh);const kh="52 weeks ago";const Qh={GETTING_ALL_AUTHORS:"Failed getting all authors of file",GETTING_AUTHOR_LINES:"Failed getting author lines of file",GETTING_GIT_BLAME:"Failed getting git blame of file"};const cf={RAW_GIT_COMMANDS:"Raw git commands for file in pr",NO_DATA_FROM_GIT:"No data returned from git in pr"};const t_={DEFAULT:"repo",CM:"cm"};const r_={BAD_REVISION:"bad revision",REMOTE_REF_NOT_FOUND:"couldn't find remote ref",UNKNOWN_REVISION:"unknown revision"};const u_="gitstream.cm";0&&0},36010:(ml,Al,Rl)=>{"use strict";var zl=Object.create;var rd=Object.defineProperty;var yh=Object.getOwnPropertyDescriptor;var kh=Object.getOwnPropertyNames;var Qh=Object.getPrototypeOf;var cf=Object.prototype.hasOwnProperty;var __export=(ml,Al)=>{for(var Rl in Al)rd(ml,Rl,{get:Al[Rl],enumerable:true})};var __copyProps=(ml,Al,Rl,zl)=>{if(Al&&typeof Al==="object"||typeof Al==="function"){for(let Qh of kh(Al))if(!cf.call(ml,Qh)&&Qh!==Rl)rd(ml,Qh,{get:()=>Al[Qh],enumerable:!(zl=yh(Al,Qh))||zl.enumerable})}return ml};var __toESM=(ml,Al,Rl)=>(Rl=ml!=null?zl(Qh(ml)):{},__copyProps(Al||!ml||!ml.__esModule?rd(Rl,"default",{value:ml,enumerable:true}):Rl,ml));var __toCommonJS=ml=>__copyProps(rd({},"__esModule",{value:true}),ml);var t_={};__export(t_,{blameByAuthor:()=>blameByAuthor,commitsDateByAuthor:()=>commitsDateByAuthor,countAuthosInRepo:()=>countAuthosInRepo,countFilesInRepo:()=>countFilesInRepo,getRepoFirstCommitDate:()=>getRepoFirstCommitDate,recentAuthorActivity:()=>recentAuthorActivity});ml.exports=__toCommonJS(t_);var r_=__toESM(Rl(93350));var u_=Rl(62840);var C_=Rl(23418);var D_=Rl(62460);var S_=Rl(47470);const P_=".git-blame-ignore-revs";const getIgnoreRevsFile=()=>{try{const ml=(0,u_.executeGitCommand)((0,C_.LS_FILES)(P_));return ml?.trim()?P_:void 0}catch{return void 0}};const commitsDateByAuthor=(ml,Al,Rl)=>(0,u_.executeGitCommand)((0,S_.COMMITS_DATE_BY_AUTHOR)({author:ml,branch:Al,since:Rl}))?.split("\n")?.filter(Boolean);const buildTempActivity=ml=>{const Al=[];for(let Rl=0;Rl{const zl=(0,u_.executeGitCommand)((0,S_.GIT_ACTIVITY)({branch:ml,since:Al,file:Rl}));const rd=zl?.split("\n")?.filter(Boolean);const yh=buildTempActivity(rd);return{dsActivity:zl,groupByWeek:(0,D_.groupByWeek)(yh)}};const countAuthosInRepo=(ml,Al)=>(0,u_.executeGitCommand)((0,S_.AUTHORS_COUNT)({branch:ml,since:Al}))?.split("\n")?.filter(Boolean);const countFilesInRepo=()=>(0,u_.executeGitCommand)(S_.REPO_FILES_COUNT)?.trim();const getRepoFirstCommitDate=(ml="develop")=>(0,u_.executeGitCommand)((0,S_.FIRST_COMMIT)({branch:ml}))?.split("\n")?.[1];const blameByAuthor=(ml,Al,Rl)=>{const zl=getIgnoreRevsFile();return{...ml.reduce((ml,rd)=>{const yh=(0,D_.getAllAuthorsOfFile)(rd,Al,Rl,zl);const kh=(0,D_.getGitBlameString)(rd,Al,Rl,zl);return{...ml,...{[rd]:yh.reduce((ml,Rl)=>{const{authorLines:zl,allLinesCount:yh}=(0,D_.calculateStatisticsForBlame)(kh,Rl,rd,Al);return{...ml,[Rl]:(0,D_.calculateLinesPercentage)(zl,yh),dsBlame:kh.replaceAll("\nauthor-mail"," author-mail")}},{})}}},{})}};0&&0},47470:(ml,Al,Rl)=>{"use strict";var zl=Object.defineProperty;var rd=Object.getOwnPropertyDescriptor;var yh=Object.getOwnPropertyNames;var kh=Object.prototype.hasOwnProperty;var __export=(ml,Al)=>{for(var Rl in Al)zl(ml,Rl,{get:Al[Rl],enumerable:true})};var __copyProps=(ml,Al,Rl,Qh)=>{if(Al&&typeof Al==="object"||typeof Al==="function"){for(let cf of yh(Al))if(!kh.call(ml,cf)&&cf!==Rl)zl(ml,cf,{get:()=>Al[cf],enumerable:!(Qh=rd(Al,cf))||Qh.enumerable})}return ml};var __toCommonJS=ml=>__copyProps(zl({},"__esModule",{value:true}),ml);var Qh={};__export(Qh,{AUTHORS_COUNT:()=>AUTHORS_COUNT,COMMITER_PER_FILE:()=>COMMITER_PER_FILE,COMMITS_DATE_BY_AUTHOR:()=>COMMITS_DATE_BY_AUTHOR,FIRST_COMMIT:()=>FIRST_COMMIT,GIT_ACTIVITY:()=>GIT_ACTIVITY,GIT_BLAME:()=>GIT_BLAME,GIT_BLAME_AUTHORS_FORMAT:()=>t_,GIT_BLAME_STRING:()=>r_,GIT_LOG_PER_FILE:()=>GIT_LOG_PER_FILE,REPO_FILES_COUNT:()=>u_});ml.exports=__toCommonJS(Qh);var cf=Rl(26925);const GIT_BLAME=({branch:ml,file:Al,since:Rl,ignoreRevsFile:zl})=>{const rd=(0,cf.escapeShellCmd)(ml);const yh=(0,cf.escapeFileName)(Al);const kh=Rl?` --since='${Rl}'`:"";const Qh=zl?` --ignore-revs-file=${(0,cf.escapeFileName)(zl)}`:"";return`git blame${kh}${Qh} ${rd} --line-porcelain -- ${yh}`};const GIT_LOG_PER_FILE=({file:ml,since:Al})=>{const Rl=(0,cf.escapeFileName)(ml);const zl=Al?` --since='${Al}'`:"";return`git log${zl} -- ${Rl}`};const t_="| grep '^author-mail\\|^author ' | sed '$!N;s/\\n/ /'";const r_="| sed -n '/^author /,/^author-mail /p'";const COMMITER_PER_FILE=({file:ml})=>{const Al=(0,cf.escapeFileName)(ml);return`git shortlog -s -n --all --no-merges ${Al}`};const COMMITS_DATE_BY_AUTHOR=({branch:ml,author:Al,since:Rl})=>{const zl=(0,cf.escapeShellCmd)(ml);const rd=(0,cf.escapeShellCmd)(Al);const yh=Rl?` --since='${Rl}'`:"";return`git log${yh} ${zl} --author=${rd} --format='%as' -- | sort | uniq`};const GIT_ACTIVITY=({branch:ml,file:Al,since:Rl})=>{const zl=(0,cf.escapeShellCmd)(ml);const rd=(0,cf.escapeFileName)(Al);const yh=`git log --no-merges ${zl} --since='${Rl}' --pretty=tformat:'%an <%ae>,%ad' --numstat -- ${rd}`;return yh};const AUTHORS_COUNT=({branch:ml,since:Al}={})=>{const Rl=ml?(0,cf.escapeShellCmd)(ml):"";const zl=Al?` --since='${Al}'`:"";const rd=ml?` ${Rl}`:"";return`git log${zl}${rd} --format='%an <%ae>' -- | sort | uniq`};const u_="git ls-files | wc -l";const FIRST_COMMIT=({branch:ml})=>{const Al=(0,cf.escapeShellCmd)(ml);return`git rev-list --max-parents=0 ${Al} --format="%cs" --`};0&&0},62460:(ml,Al,Rl)=>{"use strict";var zl=Object.create;var rd=Object.defineProperty;var yh=Object.getOwnPropertyDescriptor;var kh=Object.getOwnPropertyNames;var Qh=Object.getPrototypeOf;var cf=Object.prototype.hasOwnProperty;var __export=(ml,Al)=>{for(var Rl in Al)rd(ml,Rl,{get:Al[Rl],enumerable:true})};var __copyProps=(ml,Al,Rl,zl)=>{if(Al&&typeof Al==="object"||typeof Al==="function"){for(let Qh of kh(Al))if(!cf.call(ml,Qh)&&Qh!==Rl)rd(ml,Qh,{get:()=>Al[Qh],enumerable:!(zl=yh(Al,Qh))||zl.enumerable})}return ml};var __toESM=(ml,Al,Rl)=>(Rl=ml!=null?zl(Qh(ml)):{},__copyProps(Al||!ml||!ml.__esModule?rd(Rl,"default",{value:ml,enumerable:true}):Rl,ml));var __toCommonJS=ml=>__copyProps(rd({},"__esModule",{value:true}),ml);var t_={};__export(t_,{calculateLinesPercentage:()=>calculateLinesPercentage,calculateStatisticsForBlame:()=>calculateStatisticsForBlame,formatDateToDays:()=>formatDateToDays,getAllAuthorsOfFile:()=>getAllAuthorsOfFile,getGitBlameString:()=>getGitBlameString,groupByWeek:()=>groupByWeek,splitDsAndActivity:()=>splitDsAndActivity,splitDsAndBlameObjects:()=>splitDsAndBlameObjects});ml.exports=__toCommonJS(t_);var r_=__toESM(Rl(80542));var u_=Rl(7426);var C_=Rl(56977);var D_=Rl(62840);var S_=Rl(45273);var P_=Rl(47470);const Cg=[/could not open object/i,/invalid object name/i,/ignore-revs/i];const isIgnoreRevsFileError=ml=>{const Al=ml?.stderr?.toString()??"";const Rl=ml?.message??"";const zl=`${Al}\n${Rl}`;return Cg.some(ml=>ml.test(zl))};const getErrorDetail=ml=>{const Al=ml?.stderr?.toString()?.trim();return Al||ml?.message||String(ml)};const groupByWeek=ml=>{const Al=ml.reduce((ml,Al,Rl)=>{const zl=Rl>0&&ml.find(({git_user:ml,week:Rl})=>ml===Al.git_user&&Rl===Al.week);if(zl){zl.changes+=Al.changes;zl.week=Al.week}else{ml.push({git_user:Al.git_user,week:Al.week,changes:Al.changes})}return ml},[]);return Al.reduce((ml,{git_user:Al,week:Rl,changes:zl})=>{ml[Al]=ml[Al]||{};ml[Al]={...ml[Al],[`week_${Rl}`]:zl};return{...ml}},{})};const calculateLinesPercentage=(ml,Al)=>ml&&Al?ml>=Al?100:ml/Al*100:0;const formatDateToDays=async(ml,Al,Rl)=>{if(!ml){const{owner:ml,repo:zl,pullRequestNumber:rd}=Rl;(0,C_.debug)(`Couldn't find git dates for author: ${Al.branch.author}, base branch: ${Al.branch.base}, head branch: ${Al.branch.name}`);await(0,C_.prepareSendingLogsToDD)("info",`${S_.GIT_INFO.NO_DATA_FROM_GIT} ${ml}/${zl}/${rd}`,Rl,{author:Al.branch.author,baseBranch:Al.branch.base,headBranch:Al.branch.name},u_.DEBUG_MODE);return 0}const zl=new Date;const rd=new Date(ml);const yh=rd.getTime()-zl.getTime();return Math.abs(Math.ceil(yh/(1e3*60*60*24)))};const getAllAuthorsOfFile=(ml,Al,Rl,zl)=>{const parseAuthors=ml=>[...Array.from(new Set(ml?.replaceAll("author ","").replaceAll("author-mail ","").split("\n")))]?.filter(Boolean);const runBlame=rd=>{const yh=(0,P_.GIT_BLAME)({file:ml,branch:Al,since:Rl,ignoreRevsFile:rd?zl:void 0});const kh=rd?`out=$(${yh}) && printf '%s' "$out" ${P_.GIT_BLAME_AUTHORS_FORMAT}`:`${yh} ${P_.GIT_BLAME_AUTHORS_FORMAT}`;return(0,D_.executeGitCommand)(kh)};try{return parseAuthors(runBlame(Boolean(zl)))}catch(Al){if(zl&&isIgnoreRevsFileError(Al)){console.warn(`Invalid entries in .git-blame-ignore-revs; falling back to blame without --ignore-revs-file for ${ml}. Details: ${getErrorDetail(Al)}`);try{return parseAuthors(runBlame(false))}catch(Al){console.log(`${S_.GIT_ERRORS.GETTING_ALL_AUTHORS} ${ml}. ${Al}`);return[]}}console.log(`${S_.GIT_ERRORS.GETTING_ALL_AUTHORS} ${ml}. ${Al}`);return[]}};const getAuthorLines=(ml,Al,Rl)=>{try{const Rl=`author ${Al?.substring(0,Al.indexOf("<")-1)?.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}\\nauthor-mail ${Al?.substring(Al.indexOf("<"),Al.indexOf(">")+1).replace("+","\\+")}`;const zl=new RegExp(Rl,"g");return(ml.match(zl)||[]).length}catch(ml){console.log(`${S_.GIT_ERRORS.GETTING_AUTHOR_LINES} ${Rl}. ${ml}`);return 0}};const getGitBlameString=(ml,Al,Rl,zl)=>{const runBlame=rd=>{const yh=(0,P_.GIT_BLAME)({branch:Al,file:ml,since:Rl,ignoreRevsFile:rd?zl:void 0});const kh=rd?`out=$(${yh}) && printf '%s' "$out" ${P_.GIT_BLAME_STRING}`:`${yh} ${P_.GIT_BLAME_STRING}`;return(0,D_.executeGitCommand)(kh)};try{return runBlame(Boolean(zl))}catch(Al){if(zl&&isIgnoreRevsFileError(Al)){console.warn(`Invalid entries in .git-blame-ignore-revs; falling back to blame without --ignore-revs-file for ${ml}. Details: ${getErrorDetail(Al)}`);try{return runBlame(false)}catch(Al){console.log(`${S_.GIT_ERRORS.GETTING_GIT_BLAME} ${ml}. ${Al}`);return"0"}}console.log(`${S_.GIT_ERRORS.GETTING_GIT_BLAME} ${ml}. ${Al}`);return"0"}};const calculateStatisticsForBlame=(ml,Al,Rl,zl)=>{const rd=getAuthorLines(ml,Al,Rl);const yh=getCodeLinesCount(Rl,zl);return{authorLines:rd,allLinesCount:yh}};const readRemoteFileAndSplit=(ml,Al)=>(0,D_.readRemoteFile)(ml,Al)?.split(/\r\n|\r|\n/);const isLastRowEmpty=(ml,Al)=>{const Rl=readRemoteFileAndSplit(ml,Al);return Rl?.[Rl?.length-1]===""};const getCodeLinesCount=(ml,Al)=>isLastRowEmpty(ml,Al)?readRemoteFileAndSplit(ml,Al)?.length-1:readRemoteFileAndSplit(ml,Al)?.length;const splitDsAndBlameObjects=ml=>{const Al=(0,r_.default)(ml);const Rl=Object.keys(Al).reduce((ml,Rl)=>({...ml,[Rl]:Al[Rl].dsBlame}),{});Object.keys(Al).forEach(ml=>{if(Al[ml].dsBlame){delete Al[ml].dsBlame}});return{formattedBlame:Al,dsBlame:Rl}};const splitDsAndActivity=ml=>{const Al=(0,r_.default)(ml);const Rl=Object.keys(Al).reduce((ml,Rl)=>({...ml,[Rl]:Al[Rl].dsActivity}),{});Object.keys(Al).forEach(ml=>{if(Al[ml].dsActivity){delete Al[ml].dsActivity}});return{formattedActivity:Al,dsActivity:Rl}};0&&0},23552:(ml,Al,Rl)=>{"use strict";var zl=Object.defineProperty;var rd=Object.getOwnPropertyDescriptor;var yh=Object.getOwnPropertyNames;var kh=Object.prototype.hasOwnProperty;var __export=(ml,Al)=>{for(var Rl in Al)zl(ml,Rl,{get:Al[Rl],enumerable:true})};var __copyProps=(ml,Al,Rl,Qh)=>{if(Al&&typeof Al==="object"||typeof Al==="function"){for(let cf of yh(Al))if(!kh.call(ml,cf)&&cf!==Rl)zl(ml,cf,{get:()=>Al[cf],enumerable:!(Qh=rd(Al,cf))||Qh.enumerable})}return ml};var __toCommonJS=ml=>__copyProps(zl({},"__esModule",{value:true}),ml);var Qh={};__export(Qh,{findGitAuthorsWithFallback:()=>findGitAuthorsWithFallback});ml.exports=__toCommonJS(Qh);var cf=Rl(56977);var t_=Rl(36010);const findGitAuthorsWithFallback=(ml,Al,Rl)=>{const zl=ml.branch.author;let rd={author:zl,prevResults:[]};try{if(!Object.keys(ml.repo?.contributors||[]).includes(zl)){const zl=Object.keys(Al).filter(Rl=>Al[Rl]===ml.pr?.author);zl.forEach(Al=>{const yh=(0,t_.commitsDateByAuthor)(Al,ml.branch.base,Rl);if(yh.length===1){rd={author:Al,prevResults:yh}}if(zl.length>1&&rd.prevResults.length<=yh.length){rd={author:Al,prevResults:yh}}})}}catch(ml){(0,cf.debug)(`Failed getting the right author. Error: ${ml}`)}return rd};0&&0},41363:ml=>{"use strict";var Al=Object.defineProperty;var Rl=Object.getOwnPropertyDescriptor;var zl=Object.getOwnPropertyNames;var rd=Object.prototype.hasOwnProperty;var __export=(ml,Rl)=>{for(var zl in Rl)Al(ml,zl,{get:Rl[zl],enumerable:true})};var __copyProps=(ml,yh,kh,Qh)=>{if(yh&&typeof yh==="object"||typeof yh==="function"){for(let cf of zl(yh))if(!rd.call(ml,cf)&&cf!==kh)Al(ml,cf,{get:()=>yh[cf],enumerable:!(Qh=Rl(yh,cf))||Qh.enumerable})}return ml};var __toCommonJS=ml=>__copyProps(Al({},"__esModule",{value:true}),ml);var yh={};__export(yh,{contributorsMap:()=>cf,diffFilesWithoutCms:()=>r_,expectedContext:()=>u_,expectedDsActivity:()=>C_,gitToProviderUser:()=>Qh,payload:()=>kh,repoContributors:()=>t_});ml.exports=__toCommonJS(yh);const kh={repoPath:".github/workflows/gitstream.yml",gitstream_jwt_token:"",gitstreamGatesCheckId:26185706315,repo:"linenv",owner:"linear-b",branch:"linweb-auto-1718286804",installationId:37391659,pullRequestNumber:3840,headSha:"6d7dfa7a6076f06dbde1a802f08ee38e66d6a2f0",baseRef:"develop",baseSha:"develop",visibility:"private",triggeredBy:"linearbci",triggeredPREvent:"completed",source:"github",env:"prod",analytics_url:"https://z0ievfnzr5.execute-api.us-west-1.amazonaws.com/prod/analytics",analyticsHttpApiUrl:"https://api.amplitude.com/2/httpapi",segmentServiceUrl:"https://api.segment.io",prContext:{isFullyInstalled:true,title:"Linweb Release - 0.1.3196",approvals:["mark-linearb"],requested_changes:[],author:"linearbci",description:"IyMgTGlud2ViIFJlbGVhc2UgLSAwLjEuMzE5NgpBdXRvLWdlbmVyYXRlZCBQUiBmb3IgbGlud2ViIHRhZyAwLjEuMzE5NgoKU2VlIG1vcmUgZGV0YWlscyBhdCB0aGUgW3RhZ10oaHR0cHM6Ly9naXRodWIuY29tL2xpbmVhci1iL2xpbndlYi9yZWxlYXNlcy90YWcvMC4xLjMxOTYp",checks:[{name:"Sml0IFNlY3VyaXR5",status:"completed",conclusion:"success"},{name:"U2VjcmV0IERldGVjdGlvbg==",status:"completed",conclusion:"success"},{name:"U29uYXJDbG91ZCBDb2RlIEFuYWx5c2lz",status:"completed",conclusion:"success"},{name:"Z2l0U3RyZWFtLmNt",status:"completed",conclusion:"success"},{name:"YXV0by1tZXJnZS1sYWJlbC9hdXRvX21lcmdlX2xhYmVs",status:"completed",conclusion:"skipped"},{name:"T3JjYSBTZWN1cml0eSAtIEluZnJhc3RydWN0dXJlIGFzIENvZGU=",status:"completed",conclusion:"success"},{name:"T3JjYSBTZWN1cml0eSAtIFNlY3JldHM=",status:"completed",conclusion:"success"},{name:"T3JjYSBTZWN1cml0eSAtIFZ1bG5lcmFiaWxpdGllcw==",status:"completed",conclusion:"success"},{name:"RGVwbG95IHNlcnZpY2VzIHRvIFN0YWdpbmcgKDMuOCk=",status:"completed",conclusion:"success"},{name:"Q3lwcmVzcyBFMkUgb24gc3RhZ2luZw==",status:"completed",conclusion:"success"},{name:"U1VDQ0VTUw==",status:"completed",conclusion:"success"}],created_at:new Date("2024-06-13T13:53:26.000Z"),draft:false,mergeable:true,labels:["linweb","auto-merge"],reviewers:["orca-security-us","mark-linearb"],status:"open",updated_at:new Date("2024-06-13T13:55:31.000Z"),assignees:[],contributors:[{login:"vim-zz",name:"Ofer Affias"},{login:"MishaKav",name:"Misha Kav"},{login:"almog27",name:"Almog Ben David"},{login:"yishaibeeri",name:"Yishai Beeri"},{login:"orielz",name:"Oriel Zaken"},{login:"nat-gunner",name:"Kevin Fayle"},{login:"amitmohleji",name:"Amit Mohleji"},{login:"vscabral",name:"Val Cabral"},{login:"BenLloydPearson",name:"Ben Lloyd Pearson"},{login:"emchap",name:"Emily Chapman"},{login:"flomermer",name:"Tomer Flom"},{login:"omarcovitch",name:"Omri Marcovitch"},{login:"ShakedZrihen",name:"shaked zohar"},{login:"Fadikhayo1995",name:"Fadi Khayo"},{login:"orikrn",name:"Ori Keren"},{login:"linknfg182",name:"Dan Lines"},{login:"saharavishag",name:"Avishag Sahar"},{login:"linearbci",name:"LinearB Automation"},{login:"ariel-linearb",name:"Ariel Illouz"},{login:"yeelali14",name:"Yeela Lifshitz"},{login:"mavery-linb",name:"Mike Avery"},{login:"KerenLinearB",name:"Keren Shiloah"},{login:"lb-ronyeh",name:"Ron Yehuda"},{login:"YovelElad",name:"Yovel Elad"},{login:"Mike-pw",name:"Mike Noel"},{login:"stas-linearb",name:"Stas Onichak "},{login:"BetsyRogers",name:"Betsy Rogers"},{login:"Hadarbitan149",name:"hadar bitan"},{login:"negevyoav",name:"Yoav Negev"},{login:"RoyKulik",name:"Roy Kulik"},{login:"yoni-amikam",name:"Yoni Amikam"},{login:"urikochav",name:"Uri Kochavi"},{login:"ShaniBelisha",name:"Shani"},{login:"orenylinearb",name:"oren yosef"},{login:"GuyRahamim",name:null},{login:"Dudu-linb",name:"Dudu Yosef"},{login:"EladKohavi",name:"Elad Kohavi"},{login:"nivSwisa1",name:null},{login:"b-sims",name:"Brandon Sims"},{login:"rotemshynes",name:"Rotem Shynes"},{login:"mark-linearb",name:"Mark Bulgakov"},{login:"shaisorek",name:null},{login:"ZionSoferLinearB",name:"Zion Sofer"},{login:"imanuel-leibo",name:"Imanuel Leibovitch"},{login:"mosheia",name:"moshe azoulay"},{login:"PavelLinearB",name:"Pavel Vaks"},{login:"eidellav",name:"Lev Eidelman Nagar"},{login:"avielLB",name:"Aviel Even-Or"},{login:"mikolinearb",name:"Mikiyas Alehegn"},{login:"OferSmart",name:null},{login:"AndreDiFilippo",name:"Andre DiFilippo"},{login:"shuntsinger342",name:null},{login:"CeciliaLinearb",name:null},{login:"reshef-roy",name:"reshef-linearb"},{login:"yaelmlinearb",name:null},{login:"alonmischelLB",name:null}],paths:[{name:"auto-merge-label.cm"},{name:"close-non-tag-changes.cm"}],author_teams:["Developers"],author_is_org_member:true,comments:[{commenter:"sonarcloud",content:"IyMgWyFbUXVhbGl0eSBHYXRlIFBhc3NlZF0oaHR0cHM6Ly9zb25hcnNvdXJjZS5naXRodWIuaW8vc29uYXJjbG91ZC1naXRodWItc3RhdGljLXJlc291cmNlcy92Mi9jaGVja3MvUXVhbGl0eUdhdGVCYWRnZS9xZy1wYXNzZWQtMjBweC5wbmcgJ1F1YWxpdHkgR2F0ZSBQYXNzZWQnKV0oaHR0cHM6Ly9zb25hcmNsb3VkLmlvL2Rhc2hib2FyZD9pZD1saW5lYXItYl9saW5lbnYmcHVsbFJlcXVlc3Q9Mzg0MCkgKipRdWFsaXR5IEdhdGUgcGFzc2VkKiogIApJc3N1ZXMgIAohW10oaHR0cHM6Ly9zb25hcnNvdXJjZS5naXRodWIuaW8vc29uYXJjbG91ZC1naXRodWItc3RhdGljLXJlc291cmNlcy92Mi9jb21tb24vcGFzc2VkLTE2cHgucG5nICcnKSBbMCBOZXcgaXNzdWVzXShodHRwczovL3NvbmFyY2xvdWQuaW8vcHJvamVjdC9pc3N1ZXM/aWQ9bGluZWFyLWJfbGluZW52JnB1bGxSZXF1ZXN0PTM4NDAmcmVzb2x2ZWQ9ZmFsc2Umc2luY2VMZWFrUGVyaW9kPXRydWUpICAKIVtdKGh0dHBzOi8vc29uYXJzb3VyY2UuZ2l0aHViLmlvL3NvbmFyY2xvdWQtZ2l0aHViLXN0YXRpYy1yZXNvdXJjZXMvdjIvY29tbW9uL2FjY2VwdGVkLTE2cHgucG5nICcnKSBbMCBBY2NlcHRlZCBpc3N1ZXNdKGh0dHBzOi8vc29uYXJjbG91ZC5pby9wcm9qZWN0L2lzc3Vlcz9pZD1saW5lYXItYl9saW5lbnYmcHVsbFJlcXVlc3Q9Mzg0MCZyZXNvbHV0aW9ucz1XT05URklYKQoKTWVhc3VyZXMgIAohW10oaHR0cHM6Ly9zb25hcnNvdXJjZS5naXRodWIuaW8vc29uYXJjbG91ZC1naXRodWItc3RhdGljLXJlc291cmNlcy92Mi9jb21tb24vcGFzc2VkLTE2cHgucG5nICcnKSBbMCBTZWN1cml0eSBIb3RzcG90c10oaHR0cHM6Ly9zb25hcmNsb3VkLmlvL3Byb2plY3Qvc2VjdXJpdHlfaG90c3BvdHM/aWQ9bGluZWFyLWJfbGluZW52JnB1bGxSZXF1ZXN0PTM4NDAmcmVzb2x2ZWQ9ZmFsc2Umc2luY2VMZWFrUGVyaW9kPXRydWUpICAKIVtdKGh0dHBzOi8vc29uYXJzb3VyY2UuZ2l0aHViLmlvL3NvbmFyY2xvdWQtZ2l0aHViLXN0YXRpYy1yZXNvdXJjZXMvdjIvY29tbW9uL25vLWRhdGEtMTZweC5wbmcgJycpIE5vIGRhdGEgYWJvdXQgQ292ZXJhZ2UgIAohW10oaHR0cHM6Ly9zb25hcnNvdXJjZS5naXRodWIuaW8vc29uYXJjbG91ZC1naXRodWItc3RhdGljLXJlc291cmNlcy92Mi9jb21tb24vcGFzc2VkLTE2cHgucG5nICcnKSBbMC4wJSBEdXBsaWNhdGlvbiBvbiBOZXcgQ29kZV0oaHR0cHM6Ly9zb25hcmNsb3VkLmlvL2NvbXBvbmVudF9tZWFzdXJlcz9pZD1saW5lYXItYl9saW5lbnYmcHVsbFJlcXVlc3Q9Mzg0MCZtZXRyaWM9bmV3X2R1cGxpY2F0ZWRfbGluZXNfZGVuc2l0eSZ2aWV3PWxpc3QpICAKICAKW1NlZSBhbmFseXNpcyBkZXRhaWxzIG9uIFNvbmFyQ2xvdWRdKGh0dHBzOi8vc29uYXJjbG91ZC5pby9kYXNoYm9hcmQ/aWQ9bGluZWFyLWJfbGluZW52JnB1bGxSZXF1ZXN0PTM4NDApCgo=",created_at:"2024-06-16T13:53:17Z",id:"2165745472"},{commenter:"gitstream-cm",content:"VGhlIFBSIHdpbGwgYmUgYXV0b21hdGljYWxseSBtZXJnZWQgYnkgR2l0c3RyZWFtIGFmdGVyIGFsbCByZXF1aXJlbWVudHMgYXJlIGRvbmUuCgo8YXV0b21hdGlvbiBpZD0iYXV0by1tZXJnZS1sYWJlbC9hdXRvX21lcmdlX2xhYmVsIi8+",created_at:"2024-06-16T13:56:17Z",id:"2165750712"}],reviews:[{commenter:"orca-security-us",content:"IyMjIE9yY2EgU2VjdXJpdHkgU2NhbiBTdW1tYXJ5CnwgU3RhdHVzICB8IENoZWNrIHwgSXNzdWVzIGJ5IHByaW9yaXR5IHwgICB8CnwgLS0tLS0tLSB8IC0tLS0tIHwgLS0tLS0tLS0tLS0tLS0tLS0tIHwgLSB8CnwgPGltZyB3aWR0aD0iMTYiIGFsdD0iUGFzc2VkIiBzcmM9Imh0dHBzOi8vcmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbS9vcmNhc2VjdXJpdHkvb3JjYS1jbGkvbWFpbi9yZXNvdXJjZXMvaW1hZ2VzL3ByY29tbWVudC9zdGF0dXMvcGFzc2VkLnBuZyIgdGl0bGU9IlBhc3NlZCI+IFBhc3NlZCB8IEluZnJhc3RydWN0dXJlIGFzIENvZGUgfCA8aW1nIHdpZHRoPSIxMiIgYWx0PSJoaWdoIiBzcmM9Imh0dHBzOi8vcmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbS9vcmNhc2VjdXJpdHkvb3JjYS1jbGkvbWFpbi9yZXNvdXJjZXMvaW1hZ2VzL3ByY29tbWVudC9wcmlvcml0eS9oaWdoLnBuZyIgdGl0bGU9IkhpZ2giPiAwICZlbXNwOyA8aW1nIHdpZHRoPSIxMiIgYWx0PSJtZWRpdW0iIHNyYz0iaHR0cHM6Ly9yYXcuZ2l0aHVidXNlcmNvbnRlbnQuY29tL29yY2FzZWN1cml0eS9vcmNhLWNsaS9tYWluL3Jlc291cmNlcy9pbWFnZXMvcHJjb21tZW50L3ByaW9yaXR5L21lZGl1bS5wbmciIHRpdGxlPSJNZWRpdW0iPiAwICZlbXNwOyA8aW1nIHdpZHRoPSIxMiIgYWx0PSJsb3ciIHNyYz0iaHR0cHM6Ly9yYXcuZ2l0aHVidXNlcmNvbnRlbnQuY29tL29yY2FzZWN1cml0eS9vcmNhLWNsaS9tYWluL3Jlc291cmNlcy9pbWFnZXMvcHJjb21tZW50L3ByaW9yaXR5L2xvdy5wbmciIHRpdGxlPSJMb3ciPiAwICZlbXNwOyA8aW1nIHdpZHRoPSIxMiIgYWx0PSJpbmZvIiBzcmM9Imh0dHBzOi8vcmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbS9vcmNhc2VjdXJpdHkvb3JjYS1jbGkvbWFpbi9yZXNvdXJjZXMvaW1hZ2VzL3ByY29tbWVudC9wcmlvcml0eS9pbmZvLnBuZyIgdGl0bGU9IkluZm8iPiAwIHwgPGEgaHJlZj0iaHR0cHM6Ly9hcHAub3JjYXNlY3VyaXR5LmlvL3NoaWZ0LWxlZnQvaWFjL3NjYW4tbG9nLzUwMDkxMWIxLTU5M2YtNGMzNC1hOTU3LWRkODk2ZDBiYTM3NCIgdGFyZ2V0PSJfYmxhbmsiPlZpZXcgaW4gT3JjYTwvYT4gfAp8IDxpbWcgd2lkdGg9IjE2IiBhbHQ9IlBhc3NlZCIgc3JjPSJodHRwczovL3Jhdy5naXRodWJ1c2VyY29udGVudC5jb20vb3JjYXNlY3VyaXR5L29yY2EtY2xpL21haW4vcmVzb3VyY2VzL2ltYWdlcy9wcmNvbW1lbnQvc3RhdHVzL3Bhc3NlZC5wbmciIHRpdGxlPSJQYXNzZWQiPiBQYXNzZWQgfCBTZWNyZXRzIHwgPGltZyB3aWR0aD0iMTIiIGFsdD0iaGlnaCIgc3JjPSJodHRwczovL3Jhdy5naXRodWJ1c2VyY29udGVudC5jb20vb3JjYXNlY3VyaXR5L29yY2EtY2xpL21haW4vcmVzb3VyY2VzL2ltYWdlcy9wcmNvbW1lbnQvcHJpb3JpdHkvaGlnaC5wbmciIHRpdGxlPSJIaWdoIj4gMCAmZW1zcDsgPGltZyB3aWR0aD0iMTIiIGFsdD0ibWVkaXVtIiBzcmM9Imh0dHBzOi8vcmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbS9vcmNhc2VjdXJpdHkvb3JjYS1jbGkvbWFpbi9yZXNvdXJjZXMvaW1hZ2VzL3ByY29tbWVudC9wcmlvcml0eS9tZWRpdW0ucG5nIiB0aXRsZT0iTWVkaXVtIj4gMCAmZW1zcDsgPGltZyB3aWR0aD0iMTIiIGFsdD0ibG93IiBzcmM9Imh0dHBzOi8vcmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbS9vcmNhc2VjdXJpdHkvb3JjYS1jbGkvbWFpbi9yZXNvdXJjZXMvaW1hZ2VzL3ByY29tbWVudC9wcmlvcml0eS9sb3cucG5nIiB0aXRsZT0iTG93Ij4gMCAmZW1zcDsgPGltZyB3aWR0aD0iMTIiIGFsdD0iaW5mbyIgc3JjPSJodHRwczovL3Jhdy5naXRodWJ1c2VyY29udGVudC5jb20vb3JjYXNlY3VyaXR5L29yY2EtY2xpL21haW4vcmVzb3VyY2VzL2ltYWdlcy9wcmNvbW1lbnQvcHJpb3JpdHkvaW5mby5wbmciIHRpdGxlPSJJbmZvIj4gMCB8IDxhIGhyZWY9Imh0dHBzOi8vYXBwLm9yY2FzZWN1cml0eS5pby9zaGlmdC1sZWZ0L2ZpbGVfc3lzdGVtL3NjYW4tbG9nLzBlYzgyMTMzLTc2ZjYtNDk2Mi1hOTlmLWM0NTFkNTUzYWZjOCIgdGFyZ2V0PSJfYmxhbmsiPlZpZXcgaW4gT3JjYTwvYT4gfAp8IDxpbWcgd2lkdGg9IjE2IiBhbHQ9IlBhc3NlZCIgc3JjPSJodHRwczovL3Jhdy5naXRodWJ1c2VyY29udGVudC5jb20vb3JjYXNlY3VyaXR5L29yY2EtY2xpL21haW4vcmVzb3VyY2VzL2ltYWdlcy9wcmNvbW1lbnQvc3RhdHVzL3Bhc3NlZC5wbmciIHRpdGxlPSJQYXNzZWQiPiBQYXNzZWQgfCBWdWxuZXJhYmlsaXRpZXMgfCA8aW1nIHdpZHRoPSIxMiIgYWx0PSJoaWdoIiBzcmM9Imh0dHBzOi8vcmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbS9vcmNhc2VjdXJpdHkvb3JjYS1jbGkvbWFpbi9yZXNvdXJjZXMvaW1hZ2VzL3ByY29tbWVudC9wcmlvcml0eS9oaWdoLnBuZyIgdGl0bGU9IkhpZ2giPiAwICZlbXNwOyA8aW1nIHdpZHRoPSIxMiIgYWx0PSJtZWRpdW0iIHNyYz0iaHR0cHM6Ly9yYXcuZ2l0aHVidXNlcmNvbnRlbnQuY29tL29yY2FzZWN1cml0eS9vcmNhLWNsaS9tYWluL3Jlc291cmNlcy9pbWFnZXMvcHJjb21tZW50L3ByaW9yaXR5L21lZGl1bS5wbmciIHRpdGxlPSJNZWRpdW0iPiAwICZlbXNwOyA8aW1nIHdpZHRoPSIxMiIgYWx0PSJsb3ciIHNyYz0iaHR0cHM6Ly9yYXcuZ2l0aHVidXNlcmNvbnRlbnQuY29tL29yY2FzZWN1cml0eS9vcmNhLWNsaS9tYWluL3Jlc291cmNlcy9pbWFnZXMvcHJjb21tZW50L3ByaW9yaXR5L2xvdy5wbmciIHRpdGxlPSJMb3ciPiAwICZlbXNwOyA8aW1nIHdpZHRoPSIxMiIgYWx0PSJpbmZvIiBzcmM9Imh0dHBzOi8vcmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbS9vcmNhc2VjdXJpdHkvb3JjYS1jbGkvbWFpbi9yZXNvdXJjZXMvaW1hZ2VzL3ByY29tbWVudC9wcmlvcml0eS9pbmZvLnBuZyIgdGl0bGU9IkluZm8iPiAwIHwgPGEgaHJlZj0iaHR0cHM6Ly9hcHAub3JjYXNlY3VyaXR5LmlvL3NoaWZ0LWxlZnQvZmlsZV9zeXN0ZW0vc2Nhbi1sb2cvYjhmNDkzNDktNmFjMS00YjczLWE2MTYtZWE5NzQwNGMyNTU5IiB0YXJnZXQ9Il9ibGFuayI+VmlldyBpbiBPcmNhPC9hPiB8",state:"commented",conversations:[]},{commenter:"mark-linearb",content:"",state:"approved",conversations:[]}],conversations:[],unresolved_threads:0,number:3840,url:"https://github.com/linear-b/linenv/pull/3840",target:"develop",source:"linweb-auto-1718286804"},hasCmRepo:true,trigger_id:"3a4aca21-804c-4c8a-9ee6-b993387b8b57",headHttpUrl:"https://github.com/linear-b/linenv",webhookEventName:"check_run_completed",webhookEventNames:{check_run_completed:1},cmRepoId:611675896,cmRepo:"cm",cmRepoRef:"develop"};const Qh={"Fadi Khayo <33923689+Fadikhayo1995@users.noreply.github.com>":"Fadikhayo1995","Mark Bulgakov <109464254+mark-linearb@users.noreply.github.com>":"mark-linearb","Avishag Sahar <42721195+saharavishag@users.noreply.github.com>":"saharavishag","linearbci ":"linearbci","Omri Marcovitch ":"omarcovitch","flomermer ":"flomermer","Keren Shiloah <68225563+KerenLinearB@users.noreply.github.com>":"KerenLinearB","Yovel Elad ":"YovelElad","Niv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>":"nivSwisa1","nivSwisa1 ":"nivSwisa1","Oriel Zaken ":"orielz","Yovel Elad <79972883+YovelElad@users.noreply.github.com>":"YovelElad","Shani <102466679+ShaniBelisha@users.noreply.github.com>":"ShaniBelisha","ShaniBelisha ":"ShaniBelisha","Ron Yehuda <79041106+lb-ronyeh@users.noreply.github.com>":"lb-ronyeh","Niv Swisa <107345560+nivSwisa1@users.noreply.github.com>":"nivSwisa1","Lev Eidelman Nagar <131681607+eidellav@users.noreply.github.com>":"eidellav","ShakedZrihen ":"ShakedZrihen","Zion Sofer <113347885+ZionSoferLinearB@users.noreply.github.com>":"ZionSoferLinearB","Yoni Amikam <95563548+yoni-amikam@users.noreply.github.com>":"yoni-amikam","reshef-linearb <150923910+reshef-roy@users.noreply.github.com>":"reshef-roy","shaked zohar <30412727+ShakedZrihen@users.noreply.github.com>":"ShakedZrihen","Oriel Zaken ":"orielz","alonmischelLB ":"alonmischelLB","mark-linearb ":"mark-linearb","Elad Kohavi <106978846+EladKohavi@users.noreply.github.com>":"EladKohavi","Yishai Beeri ":"yishaibeeri","Yoav Negev <89904453+negevyoav@users.noreply.github.com>":"negevyoav","omarcovitch ":"omarcovitch","avielLB <131977939+avielLB@users.noreply.github.com>":"avielLB","Yeela Lifshitz <52451294+yeelali14@users.noreply.github.com>":"yeelali14","moshe azoulay <126490548+mosheia@users.noreply.github.com>":"mosheia","negevyoav ":"negevyoav","alonmischelLB <153432309+alonmischelLB@users.noreply.github.com>":"alonmischelLB","mosheia <126490548+mosheia@users.noreply.github.com>":"mosheia","Ariel Illouz ":"ariel-linearb","oren yosef ":"orenylinearb","Oren Yosef ":"orenylinearb","Stas Onichak ":"stas-linearb","Fadi Khayo ":"Fadikhayo1995","Tomer Flom ":"flomermer","omri marcovitch ":"omarcovitch","Almog Ben David ":"almog27","Lev Eidelman Nagar ":"eidellav","Avishag Sahar ":"saharavishag","Ron Yehuda <79041106+ronyeh-lb@users.noreply.github.com>":"lb-ronyeh","shaked zohar ":"ShakedZrihen","Aviel Even-Or ":"avielLB","Yoni Amikam ":"yoni-amikam","Yoav Negev ":"negevyoav","Yeela Lifshitz ":"yeelali14","omri marcovitch ":"omarcovitch","gitstream-cm[bot] <111687743+gitstream-cm[bot]@users.noreply.github.com>":"gitstream-cm[bot] <111687743+gitstream-cm[bot]@users.noreply.github.com>","Noam Hofshi ":"Noam Hofshi ","Ariel ":"Ariel ","“Keren ":"“Keren ","ronyeh-lb ":"ronyeh-lb ","Alexander Chernov <97388287+alexChernovLinearB@users.noreply.github.com>":"Alexander Chernov <97388287+alexChernovLinearB@users.noreply.github.com>","Roy ":"Roy ","Miki Michaeli ":"Miki Michaeli ","Roy Reshef ":"Roy Reshef ","Alon Galperin <105145534+alongalperin-lb@users.noreply.github.com>":"Alon Galperin <105145534+alongalperin-lb@users.noreply.github.com>","Zuki Sarusi <61375831+zuki-linB@users.noreply.github.com>":"Zuki Sarusi <61375831+zuki-linB@users.noreply.github.com>","Zuki Sarusi ":"Zuki Sarusi ","Alexander Chernov ":"Alexander Chernov ","Gabriel Cherniavsky <116227506+GabiC-LinearB@users.noreply.github.com>":"Gabriel Cherniavsky <116227506+GabiC-LinearB@users.noreply.github.com>","Almog Ben-David ":"Almog Ben-David ","Niv Swisa ":"Niv Swisa ","buggy ":"buggy ","emasuary ":"emasuary ","Eitan Masuary <37768057+emasuary@users.noreply.github.com>":"Eitan Masuary <37768057+emasuary@users.noreply.github.com>","reshef ":"reshef ","Moti Zamir ":"Moti Zamir ","Moti Zamir <63998921+zamboosh@users.noreply.github.com>":"Moti Zamir <63998921+zamboosh@users.noreply.github.com>","Administrator ":"Administrator ","Alon Galperin ":"Alon Galperin ","Yoni ":"Yoni ","oren.yosef ":"oren.yosef ","alongalperin ":"alongalperin ","aviah ":"aviah ","linearb-gabi <116227506+linearb-gabi@users.noreply.github.com>":"linearb-gabi <116227506+linearb-gabi@users.noreply.github.com>","ronyeh <79041106+ronyeh-lb@users.noreply.github.com>":"ronyeh <79041106+ronyeh-lb@users.noreply.github.com>","yoniamikam ":"yoniamikam ","Aviah Laor <80626047+aviah42@users.noreply.github.com>":"Aviah Laor <80626047+aviah42@users.noreply.github.com>","shirel_lugasi ":"shirel_lugasi ","zuki sarusi ":"zuki sarusi ","Alex Chernov ":"Alex Chernov ","Alon Galperin ":"Alon Galperin ","GabiC-LinearB <116227506+GabiC-LinearB@users.noreply.github.com>":"GabiC-LinearB <116227506+GabiC-LinearB@users.noreply.github.com>","Keren Finkelstein ":"Keren Finkelstein ","Miki Michaeli ":"Miki Michaeli ","alongalperin-lb <105145534+alongalperin-lb@users.noreply.github.com>":"alongalperin-lb <105145534+alongalperin-lb@users.noreply.github.com>","lev ":"lev ","ronyeh-lb <79041106+ronyeh-lb@users.noreply.github.com>":"ronyeh-lb <79041106+ronyeh-lb@users.noreply.github.com>","snyk-bot ":"snyk-bot ","yoavnegev ":"yoavnegev ","zamboosh <63998921+zamboosh@users.noreply.github.com>":"zamboosh <63998921+zamboosh@users.noreply.github.com>"};const cf={"Fadi Khayo <33923689+Fadikhayo1995@users.noreply.github.com>":"Fadikhayo1995","Mark Bulgakov <109464254+mark-linearb@users.noreply.github.com>":"mark-linearb","Avishag Sahar <42721195+saharavishag@users.noreply.github.com>":"saharavishag","linearbci ":"linearbci","Omri Marcovitch ":"omarcovitch","flomermer ":"flomermer","Keren Shiloah <68225563+KerenLinearB@users.noreply.github.com>":"KerenLinearB","Yovel Elad ":"YovelElad","Niv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>":"nivSwisa1","nivSwisa1 ":"nivSwisa1","Oriel Zaken ":"orielz","Yovel Elad <79972883+YovelElad@users.noreply.github.com>":"YovelElad","Shani <102466679+ShaniBelisha@users.noreply.github.com>":"ShaniBelisha","ShaniBelisha ":"ShaniBelisha","Ron Yehuda <79041106+lb-ronyeh@users.noreply.github.com>":"lb-ronyeh","Niv Swisa <107345560+nivSwisa1@users.noreply.github.com>":"nivSwisa1","Lev Eidelman Nagar <131681607+eidellav@users.noreply.github.com>":"eidellav","ShakedZrihen ":"ShakedZrihen","Zion Sofer <113347885+ZionSoferLinearB@users.noreply.github.com>":"ZionSoferLinearB","Yoni Amikam <95563548+yoni-amikam@users.noreply.github.com>":"yoni-amikam","reshef-linearb <150923910+reshef-roy@users.noreply.github.com>":"reshef-roy","shaked zohar <30412727+ShakedZrihen@users.noreply.github.com>":"ShakedZrihen","Oriel Zaken ":"orielz","alonmischelLB ":"alonmischelLB","mark-linearb ":"mark-linearb","Elad Kohavi <106978846+EladKohavi@users.noreply.github.com>":"EladKohavi","Yishai Beeri ":"yishaibeeri","Yoav Negev <89904453+negevyoav@users.noreply.github.com>":"negevyoav","omarcovitch ":"omarcovitch","avielLB <131977939+avielLB@users.noreply.github.com>":"avielLB","Yeela Lifshitz <52451294+yeelali14@users.noreply.github.com>":"yeelali14","moshe azoulay <126490548+mosheia@users.noreply.github.com>":"mosheia","negevyoav ":"negevyoav","alonmischelLB <153432309+alonmischelLB@users.noreply.github.com>":"alonmischelLB","mosheia <126490548+mosheia@users.noreply.github.com>":"mosheia","Ariel Illouz ":"ariel-linearb","oren yosef ":"orenylinearb","Oren Yosef ":"orenylinearb","Stas Onichak ":"stas-linearb","Fadi Khayo ":"Fadikhayo1995","Tomer Flom ":"flomermer","omri marcovitch ":"omarcovitch","Almog Ben David ":"almog27","Lev Eidelman Nagar ":"eidellav","Avishag Sahar ":"saharavishag","Ron Yehuda <79041106+ronyeh-lb@users.noreply.github.com>":"lb-ronyeh","shaked zohar ":"ShakedZrihen","Aviel Even-Or ":"avielLB","Yoni Amikam ":"yoni-amikam","Yoav Negev ":"negevyoav","Yeela Lifshitz ":"yeelali14","omri marcovitch ":"omarcovitch","gitstream-cm[bot] <111687743+gitstream-cm[bot]@users.noreply.github.com>":"gitstream-cm[bot] <111687743+gitstream-cm[bot]@users.noreply.github.com>","Noam Hofshi ":"Noam Hofshi ","Ariel ":"Ariel ","“Keren ":"“Keren ","ronyeh-lb ":"ronyeh-lb ","Alexander Chernov <97388287+alexChernovLinearB@users.noreply.github.com>":"Alexander Chernov <97388287+alexChernovLinearB@users.noreply.github.com>","Roy ":"Roy ","Miki Michaeli ":"Miki Michaeli ","Roy Reshef ":"Roy Reshef ","Alon Galperin <105145534+alongalperin-lb@users.noreply.github.com>":"Alon Galperin <105145534+alongalperin-lb@users.noreply.github.com>","Zuki Sarusi <61375831+zuki-linB@users.noreply.github.com>":"Zuki Sarusi <61375831+zuki-linB@users.noreply.github.com>","Zuki Sarusi ":"Zuki Sarusi ","Alexander Chernov ":"Alexander Chernov ","Gabriel Cherniavsky <116227506+GabiC-LinearB@users.noreply.github.com>":"Gabriel Cherniavsky <116227506+GabiC-LinearB@users.noreply.github.com>","Almog Ben-David ":"Almog Ben-David ","Niv Swisa ":"Niv Swisa ","buggy ":"buggy ","emasuary ":"emasuary ","Eitan Masuary <37768057+emasuary@users.noreply.github.com>":"Eitan Masuary <37768057+emasuary@users.noreply.github.com>","reshef ":"reshef ","Moti Zamir ":"Moti Zamir ","Moti Zamir <63998921+zamboosh@users.noreply.github.com>":"Moti Zamir <63998921+zamboosh@users.noreply.github.com>","Administrator ":"Administrator ","Alon Galperin ":"Alon Galperin ","Yoni ":"Yoni ","oren.yosef ":"oren.yosef ","alongalperin ":"alongalperin ","aviah ":"aviah ","linearb-gabi <116227506+linearb-gabi@users.noreply.github.com>":"linearb-gabi <116227506+linearb-gabi@users.noreply.github.com>","ronyeh <79041106+ronyeh-lb@users.noreply.github.com>":"ronyeh <79041106+ronyeh-lb@users.noreply.github.com>","yoniamikam ":"yoniamikam ","Aviah Laor <80626047+aviah42@users.noreply.github.com>":"Aviah Laor <80626047+aviah42@users.noreply.github.com>","shirel_lugasi ":"shirel_lugasi ","zuki sarusi ":"zuki sarusi ","Alex Chernov ":"Alex Chernov ","Alon Galperin ":"Alon Galperin ","GabiC-LinearB <116227506+GabiC-LinearB@users.noreply.github.com>":"GabiC-LinearB <116227506+GabiC-LinearB@users.noreply.github.com>","Keren Finkelstein ":"Keren Finkelstein ","Miki Michaeli ":"Miki Michaeli ","alongalperin-lb <105145534+alongalperin-lb@users.noreply.github.com>":"alongalperin-lb <105145534+alongalperin-lb@users.noreply.github.com>","lev ":"lev ","ronyeh-lb <79041106+ronyeh-lb@users.noreply.github.com>":"ronyeh-lb <79041106+ronyeh-lb@users.noreply.github.com>","snyk-bot ":"snyk-bot ","yoavnegev ":"yoavnegev ","zamboosh <63998921+zamboosh@users.noreply.github.com>":"zamboosh <63998921+zamboosh@users.noreply.github.com>"};const t_={"gitstream-cm[bot] <111687743+gitstream-cm[bot]@users.noreply.github.com>":745,"Fadi Khayo <33923689+Fadikhayo1995@users.noreply.github.com>":550,"Mark Bulgakov <109464254+mark-linearb@users.noreply.github.com>":524,"Ariel Illouz ":454,"oren yosef ":425,"Oren Yosef ":370,"Stas Onichak ":298,"Fadi Khayo ":245,"Avishag Sahar <42721195+saharavishag@users.noreply.github.com>":229,"linearbci ":224,"Noam Hofshi ":200,"Omri Marcovitch ":194,"flomermer ":178,"Ariel ":156,"Keren Shiloah <68225563+KerenLinearB@users.noreply.github.com>":155,"Tomer Flom ":151,"“Keren ":146,"omri marcovitch ":142,"ronyeh-lb ":128,"Yovel Elad ":124,"Niv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>":123,"Alexander Chernov <97388287+alexChernovLinearB@users.noreply.github.com>":120,"Roy ":117,"nivSwisa1 ":111,"Oriel Zaken ":107,"Miki Michaeli ":100,"Almog Ben David ":96,"Yovel Elad <79972883+YovelElad@users.noreply.github.com>":93,"Shani <102466679+ShaniBelisha@users.noreply.github.com>":90,"Roy Reshef ":88,"Alon Galperin <105145534+alongalperin-lb@users.noreply.github.com>":86,"ShaniBelisha ":85,"Lev Eidelman Nagar ":76,"Ron Yehuda <79041106+lb-ronyeh@users.noreply.github.com>":73,"Niv Swisa <107345560+nivSwisa1@users.noreply.github.com>":70,"Avishag Sahar ":64,"Zuki Sarusi <61375831+zuki-linB@users.noreply.github.com>":64,"Zuki Sarusi ":62,"Lev Eidelman Nagar <131681607+eidellav@users.noreply.github.com>":59,"Alexander Chernov ":57,"Ron Yehuda <79041106+ronyeh-lb@users.noreply.github.com>":56,"ShakedZrihen ":56,"Gabriel Cherniavsky <116227506+GabiC-LinearB@users.noreply.github.com>":49,"Almog Ben-David ":48,"shaked zohar ":47,"Zion Sofer <113347885+ZionSoferLinearB@users.noreply.github.com>":46,"Niv Swisa ":35,"buggy ":35,"emasuary ":35,"Eitan Masuary <37768057+emasuary@users.noreply.github.com>":33,"reshef ":21,"Yoni Amikam <95563548+yoni-amikam@users.noreply.github.com>":19,"reshef-linearb <150923910+reshef-roy@users.noreply.github.com>":17,"shaked zohar <30412727+ShakedZrihen@users.noreply.github.com>":17,"Oriel Zaken ":13,"Aviel Even-Or ":12,"Moti Zamir ":12,"Moti Zamir <63998921+zamboosh@users.noreply.github.com>":11,"alonmischelLB ":11,"Yoni Amikam ":10,"mark-linearb ":10,"Administrator ":9,"Alon Galperin ":7,"Elad Kohavi <106978846+EladKohavi@users.noreply.github.com>":7,"Yishai Beeri ":7,"Yoav Negev <89904453+negevyoav@users.noreply.github.com>":6,"omarcovitch ":6,"Yoav Negev ":5,"Yoni ":5,"oren.yosef ":5,"Yeela Lifshitz ":4,"alongalperin ":4,"avielLB <131977939+avielLB@users.noreply.github.com>":4,"aviah ":3,"linearb-gabi <116227506+linearb-gabi@users.noreply.github.com>":3,"omri marcovitch ":3,"ronyeh <79041106+ronyeh-lb@users.noreply.github.com>":3,"yoniamikam ":3,"Aviah Laor <80626047+aviah42@users.noreply.github.com>":2,"Yeela Lifshitz <52451294+yeelali14@users.noreply.github.com>":2,"moshe azoulay <126490548+mosheia@users.noreply.github.com>":2,"negevyoav ":2,"shirel_lugasi ":2,"zuki sarusi ":2,"Alex Chernov ":1,"Alon Galperin ":1,"GabiC-LinearB <116227506+GabiC-LinearB@users.noreply.github.com>":1,"Keren Finkelstein ":1,"Miki Michaeli ":1,"alongalperin-lb <105145534+alongalperin-lb@users.noreply.github.com>":1,"alonmischelLB <153432309+alonmischelLB@users.noreply.github.com>":1,"lev ":1,"mosheia <126490548+mosheia@users.noreply.github.com>":1,"ronyeh-lb <79041106+ronyeh-lb@users.noreply.github.com>":1,"snyk-bot ":1,"yoavnegev ":1,"zamboosh <63998921+zamboosh@users.noreply.github.com>":1};const r_=[{chunks:[{content:"@@ -1 +1 @@",changes:[{type:"del",del:true,ln:1,content:"-linweb: tags/0.1.3195"},{type:"add",add:true,ln:1,content:"+linweb: tags/0.1.3196"}],oldStart:1,oldLines:1,newStart:1,newLines:1}],deletions:1,additions:1,from:"changes/linweb.yml",to:"changes/linweb.yml",index:["b6806c41..18edfa34","100644"],newMode:"100644",oldMode:"100644"}];const u_={branch:{name:"linweb-auto-1718286804",base:"develop",author:"linearbci ",author_name:"linearbci\n",author_email:"",diff:{size:2,files_metadata:[{original_file:"changes/linweb.yml",new_file:"changes/linweb.yml",file:"changes/linweb.yml",deletions:1,additions:1}]},num_of_commits:1,commits:{messages:["Update linweb.yml with linweb branch info"]}},source:{diff:{files:[{original_file:"changes/linweb.yml",new_file:"changes/linweb.yml",diff:"@@ -1 +1 @@\n-linweb: tags/0.1.3195\n+linweb: tags/0.1.3196",original_content:"linweb: tags/0.1.3195\n",new_content:"linweb: tags/0.1.3196\n"}]}},repo:{name:"linenv",contributors:{"gitstream-cm[bot] <111687743+gitstream-cm[bot]@users.noreply.github.com>":745,"Fadi Khayo <33923689+Fadikhayo1995@users.noreply.github.com>":550,"Mark Bulgakov <109464254+mark-linearb@users.noreply.github.com>":524,"Ariel Illouz ":454,"oren yosef ":425,"Oren Yosef ":370,"Stas Onichak ":298,"Fadi Khayo ":245,"Avishag Sahar <42721195+saharavishag@users.noreply.github.com>":229,"linearbci ":224,"Noam Hofshi ":200,"Omri Marcovitch ":194,"flomermer ":178,"Ariel ":156,"Keren Shiloah <68225563+KerenLinearB@users.noreply.github.com>":155,"Tomer Flom ":151,"“Keren ":146,"omri marcovitch ":142,"ronyeh-lb ":128,"Yovel Elad ":124,"Niv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>":123,"Alexander Chernov <97388287+alexChernovLinearB@users.noreply.github.com>":120,"Roy ":117,"nivSwisa1 ":111,"Oriel Zaken ":107,"Miki Michaeli ":100,"Almog Ben David ":96,"Yovel Elad <79972883+YovelElad@users.noreply.github.com>":93,"Shani <102466679+ShaniBelisha@users.noreply.github.com>":90,"Roy Reshef ":88,"Alon Galperin <105145534+alongalperin-lb@users.noreply.github.com>":86,"ShaniBelisha ":85,"Lev Eidelman Nagar ":76,"Ron Yehuda <79041106+lb-ronyeh@users.noreply.github.com>":73,"Niv Swisa <107345560+nivSwisa1@users.noreply.github.com>":70,"Avishag Sahar ":64,"Zuki Sarusi <61375831+zuki-linB@users.noreply.github.com>":64,"Zuki Sarusi ":62,"Lev Eidelman Nagar <131681607+eidellav@users.noreply.github.com>":59,"Alexander Chernov ":57,"Ron Yehuda <79041106+ronyeh-lb@users.noreply.github.com>":56,"ShakedZrihen ":56,"Gabriel Cherniavsky <116227506+GabiC-LinearB@users.noreply.github.com>":49,"Almog Ben-David ":48,"shaked zohar ":47,"Zion Sofer <113347885+ZionSoferLinearB@users.noreply.github.com>":46,"Niv Swisa ":35,"buggy ":35,"emasuary ":35,"Eitan Masuary <37768057+emasuary@users.noreply.github.com>":33,"reshef ":21,"Yoni Amikam <95563548+yoni-amikam@users.noreply.github.com>":19,"reshef-linearb <150923910+reshef-roy@users.noreply.github.com>":17,"shaked zohar <30412727+ShakedZrihen@users.noreply.github.com>":17,"Oriel Zaken ":13,"Aviel Even-Or ":12,"Moti Zamir ":12,"Moti Zamir <63998921+zamboosh@users.noreply.github.com>":11,"alonmischelLB ":11,"Yoni Amikam ":10,"mark-linearb ":10,"Administrator ":9,"Alon Galperin ":7,"Elad Kohavi <106978846+EladKohavi@users.noreply.github.com>":7,"Yishai Beeri ":7,"Yoav Negev <89904453+negevyoav@users.noreply.github.com>":6,"omarcovitch ":6,"Yoav Negev ":5,"Yoni ":5,"oren.yosef ":5,"Yeela Lifshitz ":4,"alongalperin ":4,"avielLB <131977939+avielLB@users.noreply.github.com>":4,"aviah ":3,"linearb-gabi <116227506+linearb-gabi@users.noreply.github.com>":3,"omri marcovitch ":3,"ronyeh <79041106+ronyeh-lb@users.noreply.github.com>":3,"yoniamikam ":3,"Aviah Laor <80626047+aviah42@users.noreply.github.com>":2,"Yeela Lifshitz <52451294+yeelali14@users.noreply.github.com>":2,"moshe azoulay <126490548+mosheia@users.noreply.github.com>":2,"negevyoav ":2,"shirel_lugasi ":2,"zuki sarusi ":2,"Alex Chernov ":1,"Alon Galperin ":1,"GabiC-LinearB <116227506+GabiC-LinearB@users.noreply.github.com>":1,"Keren Finkelstein ":1,"Miki Michaeli ":1,"alongalperin-lb <105145534+alongalperin-lb@users.noreply.github.com>":1,"alonmischelLB <153432309+alonmischelLB@users.noreply.github.com>":1,"lev ":1,"mosheia <126490548+mosheia@users.noreply.github.com>":1,"ronyeh-lb <79041106+ronyeh-lb@users.noreply.github.com>":1,"snyk-bot ":1,"yoavnegev ":1,"zamboosh <63998921+zamboosh@users.noreply.github.com>":1},owner:"linear-b",visibility:"private",provider:"github",git_to_provider_user:{"Fadi Khayo <33923689+Fadikhayo1995@users.noreply.github.com>":"Fadikhayo1995","Mark Bulgakov <109464254+mark-linearb@users.noreply.github.com>":"mark-linearb","Avishag Sahar <42721195+saharavishag@users.noreply.github.com>":"saharavishag","linearbci ":"linearbci","Omri Marcovitch ":"omarcovitch","flomermer ":"flomermer","Keren Shiloah <68225563+KerenLinearB@users.noreply.github.com>":"KerenLinearB","Yovel Elad ":"YovelElad","Niv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>":"nivSwisa1","nivSwisa1 ":"nivSwisa1","Oriel Zaken ":"orielz","Yovel Elad <79972883+YovelElad@users.noreply.github.com>":"YovelElad","Shani <102466679+ShaniBelisha@users.noreply.github.com>":"ShaniBelisha","ShaniBelisha ":"ShaniBelisha","Ron Yehuda <79041106+lb-ronyeh@users.noreply.github.com>":"lb-ronyeh","Niv Swisa <107345560+nivSwisa1@users.noreply.github.com>":"nivSwisa1","Lev Eidelman Nagar <131681607+eidellav@users.noreply.github.com>":"eidellav","ShakedZrihen ":"ShakedZrihen","Zion Sofer <113347885+ZionSoferLinearB@users.noreply.github.com>":"ZionSoferLinearB","Yoni Amikam <95563548+yoni-amikam@users.noreply.github.com>":"yoni-amikam","reshef-linearb <150923910+reshef-roy@users.noreply.github.com>":"reshef-roy","shaked zohar <30412727+ShakedZrihen@users.noreply.github.com>":"ShakedZrihen","Oriel Zaken ":"orielz","alonmischelLB ":"alonmischelLB","mark-linearb ":"mark-linearb","Elad Kohavi <106978846+EladKohavi@users.noreply.github.com>":"EladKohavi","Yishai Beeri ":"yishaibeeri","Yoav Negev <89904453+negevyoav@users.noreply.github.com>":"negevyoav","omarcovitch ":"omarcovitch","avielLB <131977939+avielLB@users.noreply.github.com>":"avielLB","Yeela Lifshitz <52451294+yeelali14@users.noreply.github.com>":"yeelali14","moshe azoulay <126490548+mosheia@users.noreply.github.com>":"mosheia","negevyoav ":"negevyoav","alonmischelLB <153432309+alonmischelLB@users.noreply.github.com>":"alonmischelLB","mosheia <126490548+mosheia@users.noreply.github.com>":"mosheia","Ariel Illouz ":"ariel-linearb","oren yosef ":"orenylinearb","Oren Yosef ":"orenylinearb","Stas Onichak ":"stas-linearb","Fadi Khayo ":"Fadikhayo1995","Tomer Flom ":"flomermer","omri marcovitch ":"omarcovitch","Almog Ben David ":"almog27","Lev Eidelman Nagar ":"eidellav","Avishag Sahar ":"saharavishag","Ron Yehuda <79041106+ronyeh-lb@users.noreply.github.com>":"lb-ronyeh","shaked zohar ":"ShakedZrihen","Aviel Even-Or ":"avielLB","Yoni Amikam ":"yoni-amikam","Yoav Negev ":"negevyoav","Yeela Lifshitz ":"yeelali14","omri marcovitch ":"omarcovitch","gitstream-cm[bot] <111687743+gitstream-cm[bot]@users.noreply.github.com>":"gitstream-cm[bot] <111687743+gitstream-cm[bot]@users.noreply.github.com>","Noam Hofshi ":"Noam Hofshi ","Ariel ":"Ariel ","“Keren ":"“Keren ","ronyeh-lb ":"ronyeh-lb ","Alexander Chernov <97388287+alexChernovLinearB@users.noreply.github.com>":"Alexander Chernov <97388287+alexChernovLinearB@users.noreply.github.com>","Roy ":"Roy ","Miki Michaeli ":"Miki Michaeli ","Roy Reshef ":"Roy Reshef ","Alon Galperin <105145534+alongalperin-lb@users.noreply.github.com>":"Alon Galperin <105145534+alongalperin-lb@users.noreply.github.com>","Zuki Sarusi <61375831+zuki-linB@users.noreply.github.com>":"Zuki Sarusi <61375831+zuki-linB@users.noreply.github.com>","Zuki Sarusi ":"Zuki Sarusi ","Alexander Chernov ":"Alexander Chernov ","Gabriel Cherniavsky <116227506+GabiC-LinearB@users.noreply.github.com>":"Gabriel Cherniavsky <116227506+GabiC-LinearB@users.noreply.github.com>","Almog Ben-David ":"Almog Ben-David ","Niv Swisa ":"Niv Swisa ","buggy ":"buggy ","emasuary ":"emasuary ","Eitan Masuary <37768057+emasuary@users.noreply.github.com>":"Eitan Masuary <37768057+emasuary@users.noreply.github.com>","reshef ":"reshef ","Moti Zamir ":"Moti Zamir ","Moti Zamir <63998921+zamboosh@users.noreply.github.com>":"Moti Zamir <63998921+zamboosh@users.noreply.github.com>","Administrator ":"Administrator ","Alon Galperin ":"Alon Galperin ","Yoni ":"Yoni ","oren.yosef ":"oren.yosef ","alongalperin ":"alongalperin ","aviah ":"aviah ","linearb-gabi <116227506+linearb-gabi@users.noreply.github.com>":"linearb-gabi <116227506+linearb-gabi@users.noreply.github.com>","ronyeh <79041106+ronyeh-lb@users.noreply.github.com>":"ronyeh <79041106+ronyeh-lb@users.noreply.github.com>","yoniamikam ":"yoniamikam ","Aviah Laor <80626047+aviah42@users.noreply.github.com>":"Aviah Laor <80626047+aviah42@users.noreply.github.com>","shirel_lugasi ":"shirel_lugasi ","zuki sarusi ":"zuki sarusi ","Alex Chernov ":"Alex Chernov ","Alon Galperin ":"Alon Galperin ","GabiC-LinearB <116227506+GabiC-LinearB@users.noreply.github.com>":"GabiC-LinearB <116227506+GabiC-LinearB@users.noreply.github.com>","Keren Finkelstein ":"Keren Finkelstein ","Miki Michaeli ":"Miki Michaeli ","alongalperin-lb <105145534+alongalperin-lb@users.noreply.github.com>":"alongalperin-lb <105145534+alongalperin-lb@users.noreply.github.com>","lev ":"lev ","ronyeh-lb <79041106+ronyeh-lb@users.noreply.github.com>":"ronyeh-lb <79041106+ronyeh-lb@users.noreply.github.com>","snyk-bot ":"snyk-bot ","yoavnegev ":"yoavnegev ","zamboosh <63998921+zamboosh@users.noreply.github.com>":"zamboosh <63998921+zamboosh@users.noreply.github.com>"},age:1381,author_age:129,blame:{"changes/linweb.yml":{"linearbci ":100}},git_activity:{"changes/linweb.yml":{"linearbci ":{week_2857:419},"Niv Swisa ":{week_2857:10},"Elad Kohavi <106978846+EladKohavi@users.noreply.github.com>":{week_2857:2},"oren yosef ":{week_2857:16},"Lev Eidelman Nagar ":{week_2857:94},"Avishag Sahar ":{week_2857:22},"Yovel Elad ":{week_2857:144},"ShaniBelisha ":{week_2857:104},"Fadi Khayo ":{week_2857:86},"Oren Yosef ":{week_2857:11},"Almog Ben David ":{week_2857:2},"flomermer ":{week_2857:140},"“Keren ":{week_2857:176},"Almog Ben-David ":{week_2857:48},"omri marcovitch ":{week_2857:18},"Niv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>":{week_2857:69},"Oriel Zaken ":{week_2857:2},"Fadi Khayo <33923689+Fadikhayo1995@users.noreply.github.com>":{week_2857:6},"Zuki Sarusi ":{week_2857:78},"Oriel Zaken ":{week_2857:12},"ShakedZrihen ":{week_2857:59},"lev ":{week_2857:2},"Alon Galperin <105145534+alongalperin-lb@users.noreply.github.com>":{week_2857:20},"alongalperin ":{week_2857:4},"omri marcovitch ":{week_2857:6}}},pr_author:"linearbci",data_service:{expert_reviwer_request:{merge_dict:{"Fadi Khayo <33923689+Fadikhayo1995@users.noreply.github.com>":"Fadikhayo1995","Mark Bulgakov <109464254+mark-linearb@users.noreply.github.com>":"mark-linearb","Avishag Sahar <42721195+saharavishag@users.noreply.github.com>":"saharavishag","linearbci ":"linearbci","Omri Marcovitch ":"omarcovitch","flomermer ":"flomermer","Keren Shiloah <68225563+KerenLinearB@users.noreply.github.com>":"KerenLinearB","Yovel Elad ":"YovelElad","Niv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>":"nivSwisa1","nivSwisa1 ":"nivSwisa1","Oriel Zaken ":"orielz","Yovel Elad <79972883+YovelElad@users.noreply.github.com>":"YovelElad","Shani <102466679+ShaniBelisha@users.noreply.github.com>":"ShaniBelisha","ShaniBelisha ":"ShaniBelisha","Ron Yehuda <79041106+lb-ronyeh@users.noreply.github.com>":"lb-ronyeh","Niv Swisa <107345560+nivSwisa1@users.noreply.github.com>":"nivSwisa1","Lev Eidelman Nagar <131681607+eidellav@users.noreply.github.com>":"eidellav","ShakedZrihen ":"ShakedZrihen","Zion Sofer <113347885+ZionSoferLinearB@users.noreply.github.com>":"ZionSoferLinearB","Yoni Amikam <95563548+yoni-amikam@users.noreply.github.com>":"yoni-amikam","reshef-linearb <150923910+reshef-roy@users.noreply.github.com>":"reshef-roy","shaked zohar <30412727+ShakedZrihen@users.noreply.github.com>":"ShakedZrihen","Oriel Zaken ":"orielz","alonmischelLB ":"alonmischelLB","mark-linearb ":"mark-linearb","Elad Kohavi <106978846+EladKohavi@users.noreply.github.com>":"EladKohavi","Yishai Beeri ":"yishaibeeri","Yoav Negev <89904453+negevyoav@users.noreply.github.com>":"negevyoav","omarcovitch ":"omarcovitch","avielLB <131977939+avielLB@users.noreply.github.com>":"avielLB","Yeela Lifshitz <52451294+yeelali14@users.noreply.github.com>":"yeelali14","moshe azoulay <126490548+mosheia@users.noreply.github.com>":"mosheia","negevyoav ":"negevyoav","alonmischelLB <153432309+alonmischelLB@users.noreply.github.com>":"alonmischelLB","mosheia <126490548+mosheia@users.noreply.github.com>":"mosheia","Ariel Illouz ":"ariel-linearb","oren yosef ":"orenylinearb","Oren Yosef ":"orenylinearb","Stas Onichak ":"stas-linearb","Fadi Khayo ":"Fadikhayo1995","Tomer Flom ":"flomermer","omri marcovitch ":"omarcovitch","Almog Ben David ":"almog27","Lev Eidelman Nagar ":"eidellav","Avishag Sahar ":"saharavishag","Ron Yehuda <79041106+ronyeh-lb@users.noreply.github.com>":"lb-ronyeh","shaked zohar ":"ShakedZrihen","Aviel Even-Or ":"avielLB","Yoni Amikam ":"yoni-amikam","Yoav Negev ":"negevyoav","Yeela Lifshitz ":"yeelali14","omri marcovitch ":"omarcovitch","gitstream-cm[bot] <111687743+gitstream-cm[bot]@users.noreply.github.com>":"gitstream-cm[bot] <111687743+gitstream-cm[bot]@users.noreply.github.com>","Noam Hofshi ":"Noam Hofshi ","Ariel ":"Ariel ","“Keren ":"“Keren ","ronyeh-lb ":"ronyeh-lb ","Alexander Chernov <97388287+alexChernovLinearB@users.noreply.github.com>":"Alexander Chernov <97388287+alexChernovLinearB@users.noreply.github.com>","Roy ":"Roy ","Miki Michaeli ":"Miki Michaeli ","Roy Reshef ":"Roy Reshef ","Alon Galperin <105145534+alongalperin-lb@users.noreply.github.com>":"Alon Galperin <105145534+alongalperin-lb@users.noreply.github.com>","Zuki Sarusi <61375831+zuki-linB@users.noreply.github.com>":"Zuki Sarusi <61375831+zuki-linB@users.noreply.github.com>","Zuki Sarusi ":"Zuki Sarusi ","Alexander Chernov ":"Alexander Chernov ","Gabriel Cherniavsky <116227506+GabiC-LinearB@users.noreply.github.com>":"Gabriel Cherniavsky <116227506+GabiC-LinearB@users.noreply.github.com>","Almog Ben-David ":"Almog Ben-David ","Niv Swisa ":"Niv Swisa ","buggy ":"buggy ","emasuary ":"emasuary ","Eitan Masuary <37768057+emasuary@users.noreply.github.com>":"Eitan Masuary <37768057+emasuary@users.noreply.github.com>","reshef ":"reshef ","Moti Zamir ":"Moti Zamir ","Moti Zamir <63998921+zamboosh@users.noreply.github.com>":"Moti Zamir <63998921+zamboosh@users.noreply.github.com>","Administrator ":"Administrator ","Alon Galperin ":"Alon Galperin ","Yoni ":"Yoni ","oren.yosef ":"oren.yosef ","alongalperin ":"alongalperin ","aviah ":"aviah ","linearb-gabi <116227506+linearb-gabi@users.noreply.github.com>":"linearb-gabi <116227506+linearb-gabi@users.noreply.github.com>","ronyeh <79041106+ronyeh-lb@users.noreply.github.com>":"ronyeh <79041106+ronyeh-lb@users.noreply.github.com>","yoniamikam ":"yoniamikam ","Aviah Laor <80626047+aviah42@users.noreply.github.com>":"Aviah Laor <80626047+aviah42@users.noreply.github.com>","shirel_lugasi ":"shirel_lugasi ","zuki sarusi ":"zuki sarusi ","Alex Chernov ":"Alex Chernov ","Alon Galperin ":"Alon Galperin ","GabiC-LinearB <116227506+GabiC-LinearB@users.noreply.github.com>":"GabiC-LinearB <116227506+GabiC-LinearB@users.noreply.github.com>","Keren Finkelstein ":"Keren Finkelstein ","Miki Michaeli ":"Miki Michaeli ","alongalperin-lb <105145534+alongalperin-lb@users.noreply.github.com>":"alongalperin-lb <105145534+alongalperin-lb@users.noreply.github.com>","lev ":"lev ","ronyeh-lb <79041106+ronyeh-lb@users.noreply.github.com>":"ronyeh-lb <79041106+ronyeh-lb@users.noreply.github.com>","snyk-bot ":"snyk-bot ","yoavnegev ":"yoavnegev ","zamboosh <63998921+zamboosh@users.noreply.github.com>":"zamboosh <63998921+zamboosh@users.noreply.github.com>"},pr_files:{"changes/linweb.yml":{blame:"",activity:"linearbci ,Thu Jun 13 11:18:44 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Jun 13 10:57:35 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Jun 13 08:51:53 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Jun 6 12:14:15 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Jun 5 12:32:48 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Jun 5 10:12:42 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Tue Jun 4 13:12:08 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Tue Jun 4 11:40:35 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Jun 3 11:34:48 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Jun 3 09:55:56 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Jun 3 09:42:14 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Jun 3 08:37:46 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun Jun 2 11:13:05 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun Jun 2 10:53:49 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu May 30 12:01:30 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu May 30 11:10:08 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu May 30 09:29:15 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu May 30 05:59:52 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed May 29 14:50:56 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed May 29 12:04:00 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed May 29 07:13:59 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed May 29 06:08:58 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Tue May 28 13:54:39 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Tue May 28 07:27:29 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon May 27 14:47:37 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon May 27 12:37:13 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon May 27 08:31:23 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon May 27 08:02:22 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun May 26 14:46:04 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun May 26 11:58:21 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun May 26 09:26:15 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu May 23 10:55:13 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu May 23 08:31:05 2024 +0000\n\n1\t1\tchanges/linweb.yml\nNiv Swisa ,Thu May 23 08:41:56 2024 +0300\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed May 22 12:47:41 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed May 22 11:08:25 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed May 22 06:30:29 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Tue May 21 12:58:35 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Tue May 21 12:12:40 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Tue May 21 06:43:12 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon May 20 15:41:22 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon May 20 13:37:05 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon May 20 12:07:59 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon May 20 11:46:05 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon May 20 10:56:35 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon May 20 10:22:46 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon May 20 09:26:31 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun May 19 13:28:37 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun May 19 10:51:37 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu May 16 14:07:43 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu May 16 11:52:14 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu May 16 11:03:44 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu May 16 10:29:35 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu May 16 09:51:02 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu May 16 08:25:05 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon May 13 08:17:40 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun May 12 14:08:47 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun May 12 12:46:39 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun May 12 10:10:40 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun May 12 08:34:27 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu May 9 15:03:44 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu May 9 12:57:30 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu May 9 12:18:47 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed May 8 11:47:10 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed May 8 07:57:34 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Tue May 7 08:00:27 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon May 6 11:55:09 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun May 5 14:49:26 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun May 5 11:37:41 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun May 5 10:09:55 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu May 2 10:00:32 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed May 1 16:22:57 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed May 1 15:21:28 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed May 1 13:33:49 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed May 1 10:57:50 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed May 1 10:41:15 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Tue Apr 30 11:09:36 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Tue Apr 30 06:59:00 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Apr 25 14:49:22 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Apr 25 09:39:25 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Apr 24 14:39:47 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Apr 24 12:04:56 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Apr 24 07:33:28 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun Apr 21 13:53:48 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun Apr 21 10:50:31 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun Apr 21 07:52:31 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun Apr 21 06:45:12 2024 +0000\n\n1\t1\tchanges/linweb.yml\nElad Kohavi <106978846+EladKohavi@users.noreply.github.com>,Thu Apr 18 13:40:18 2024 +0300\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Apr 18 10:14:55 2024 +0000\n\n1\t1\tchanges/linweb.yml\noren yosef ,Thu Apr 18 12:51:43 2024 +0300\n\n1\t0\tchanges/linweb.yml\nlinearbci ,Thu Apr 18 09:44:20 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Apr 17 11:04:23 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Apr 17 09:05:12 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Tue Apr 16 10:54:38 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Apr 15 16:11:41 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Apr 15 15:01:19 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Apr 15 11:28:59 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Apr 15 06:16:52 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun Apr 14 15:11:09 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun Apr 14 13:58:05 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun Apr 14 10:50:10 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Apr 11 11:30:45 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Apr 11 09:08:11 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Apr 11 07:17:39 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Apr 11 05:51:39 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Apr 10 12:04:02 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Apr 10 11:19:48 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Apr 8 16:29:08 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Apr 8 12:53:07 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Apr 8 09:11:08 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Apr 8 08:49:37 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Apr 8 08:00:52 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun Apr 7 12:58:23 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun Apr 7 11:47:28 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun Apr 7 10:09:01 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun Apr 7 08:30:22 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun Apr 7 07:48:42 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Apr 4 13:10:08 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Apr 4 11:51:18 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Apr 4 07:14:10 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Apr 3 15:43:34 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Apr 3 14:49:05 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Apr 3 11:41:21 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Apr 3 11:15:39 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Apr 3 09:03:45 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Tue Apr 2 17:48:30 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Tue Apr 2 14:27:30 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Tue Apr 2 06:19:30 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Apr 1 13:38:31 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Apr 1 12:25:24 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Apr 1 12:08:07 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Apr 1 09:25:03 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Apr 1 07:35:19 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun Mar 31 12:04:27 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Mar 28 11:53:29 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Mar 28 11:21:54 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Mar 27 15:08:57 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Mar 27 13:59:59 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Mar 27 12:27:28 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Mar 27 08:22:30 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Tue Mar 26 15:24:14 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Tue Mar 26 12:51:15 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Mar 25 10:08:58 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Mar 25 09:03:29 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Mar 25 08:05:21 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun Mar 24 13:53:49 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Mar 21 13:06:29 2024 +0000\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Thu Mar 21 14:28:43 2024 +0200\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Mar 21 11:20:32 2024 +0000\n\n1\t1\tchanges/linweb.yml\nNiv Swisa ,Wed Mar 20 16:17:06 2024 +0200\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Mar 20 11:24:32 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Mar 20 07:30:59 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Tue Mar 19 13:40:58 2024 +0000\n\n1\t2\tchanges/linweb.yml\noren yosef ,Tue Mar 19 12:41:00 2024 +0200\n\n0\t1\tchanges/linweb.yml\noren yosef ,Tue Mar 19 12:23:19 2024 +0200\n\n2\t0\tchanges/linweb.yml\nlinearbci ,Tue Mar 19 09:54:19 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Tue Mar 19 08:35:26 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Mar 18 13:47:00 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Mar 18 07:11:13 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun Mar 17 14:58:22 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun Mar 17 11:11:44 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun Mar 17 09:41:18 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Mar 14 08:57:15 2024 +0000\n\n1\t1\tchanges/linweb.yml\nAvishag Sahar ,Thu Mar 14 08:43:52 2024 +0200\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Mar 13 13:58:52 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Mar 13 12:46:34 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Mar 13 06:29:17 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Tue Mar 12 14:38:54 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Tue Mar 12 13:54:15 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Tue Mar 12 10:34:21 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Mar 11 12:05:10 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Mar 11 09:58:04 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun Mar 10 14:08:35 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun Mar 10 10:25:24 2024 +0000\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Sun Mar 10 12:05:49 2024 +0200\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Mar 7 14:55:57 2024 +0000\n\n1\t1\tchanges/linweb.yml\nAvishag Sahar ,Thu Mar 7 15:16:41 2024 +0200\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Mar 7 11:59:47 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Mar 6 13:33:23 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Mar 6 11:38:37 2024 +0000\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Wed Mar 6 10:37:09 2024 +0200\n\n1\t1\tchanges/linweb.yml\nAvishag Sahar ,Wed Mar 6 09:03:59 2024 +0200\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Tue Mar 5 13:10:39 2024 +0000\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Tue Mar 5 10:57:43 2024 +0200\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Mar 4 14:35:37 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Mar 4 13:08:03 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Mar 4 12:25:06 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Mar 4 10:11:35 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun Mar 3 13:13:25 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Feb 29 11:01:21 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Feb 29 10:04:23 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Feb 29 09:33:25 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Feb 29 07:28:11 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Feb 28 14:58:29 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Feb 28 08:46:31 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Feb 26 15:14:56 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Feb 26 08:17:21 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun Feb 25 16:32:48 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun Feb 25 13:15:08 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Feb 22 12:23:41 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Feb 21 15:04:41 2024 +0000\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Wed Feb 21 16:43:25 2024 +0200\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Feb 19 15:08:24 2024 +0000\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Mon Feb 19 15:42:07 2024 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Mon Feb 19 14:45:35 2024 +0200\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Feb 19 06:38:18 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun Feb 18 14:46:55 2024 +0000\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Sun Feb 18 14:04:03 2024 +0200\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Sun Feb 18 12:41:13 2024 +0200\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Feb 15 13:42:00 2024 +0000\n\n1\t1\tchanges/linweb.yml\nNiv Swisa ,Thu Feb 15 12:09:05 2024 +0200\n\n1\t3\tchanges/linweb.yml\noren yosef ,Wed Feb 14 17:14:28 2024 +0200\n\n2\t0\tchanges/linweb.yml\nOren Yosef ,Wed Feb 14 17:04:07 2024 +0200\n\n0\t2\tchanges/linweb.yml\nlinearbci ,Wed Feb 14 14:15:16 2024 +0000\n\n1\t1\tchanges/linweb.yml\nOren Yosef ,Wed Feb 14 15:52:08 2024 +0200\n\n1\t0\tchanges/linweb.yml\nYovel Elad ,Wed Feb 14 14:51:17 2024 +0200\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Feb 14 08:00:27 2024 +0000\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Tue Feb 13 14:09:35 2024 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Tue Feb 13 13:24:39 2024 +0200\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Feb 12 12:10:07 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Feb 12 09:32:29 2024 +0000\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Mon Feb 12 11:06:39 2024 +0200\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Feb 12 07:57:57 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Feb 12 07:12:59 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun Feb 11 16:44:26 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun Feb 11 09:34:09 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Feb 8 13:57:25 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Feb 8 10:11:16 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Feb 8 07:37:20 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Feb 7 08:13:50 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Feb 7 07:53:12 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Feb 7 07:25:09 2024 +0000\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Tue Feb 6 16:32:39 2024 +0200\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Tue Feb 6 09:07:16 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Tue Feb 6 08:38:20 2024 +0000\n\n1\t1\tchanges/linweb.yml\nAlmog Ben David ,Mon Feb 5 15:36:15 2024 +0200\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Feb 5 13:33:51 2024 +0000\n\n1\t1\tchanges/linweb.yml\nflomermer ,Mon Feb 5 12:54:51 2024 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Feb 5 10:17:05 2024 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Mon Feb 5 09:41:15 2024 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Sun Feb 4 16:55:44 2024 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Sun Feb 4 15:20:42 2024 +0200\n\n1\t1\tchanges/linweb.yml\nAlmog Ben-David ,Sun Feb 4 13:23:42 2024 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Sun Feb 4 12:09:56 2024 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Thu Feb 1 17:20:50 2024 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Thu Feb 1 14:11:26 2024 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Wed Jan 31 15:32:27 2024 +0200\n\n1\t1\tchanges/linweb.yml\nNiv Swisa ,Wed Jan 31 14:27:34 2024 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Wed Jan 31 13:26:20 2024 +0200\n\n1\t1\tchanges/linweb.yml\nAlmog Ben-David ,Wed Jan 31 09:56:49 2024 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Tue Jan 30 11:03:54 2024 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Mon Jan 29 10:51:11 2024 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Mon Jan 29 10:27:53 2024 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Sun Jan 28 16:28:22 2024 +0200\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Sun Jan 28 09:56:57 2024 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Thu Jan 25 17:56:16 2024 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Thu Jan 25 15:32:25 2024 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Thu Jan 25 14:14:59 2024 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Thu Jan 25 13:22:30 2024 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Thu Jan 25 10:32:08 2024 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Thu Jan 25 08:53:10 2024 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Wed Jan 24 16:29:48 2024 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Wed Jan 24 15:59:17 2024 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Wed Jan 24 14:35:49 2024 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Tue Jan 23 16:37:35 2024 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Tue Jan 23 11:03:19 2024 +0200\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Tue Jan 23 10:37:34 2024 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Jan 22 12:56:29 2024 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Mon Jan 22 10:30:37 2024 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Jan 22 09:52:40 2024 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Sun Jan 21 18:18:01 2024 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Sun Jan 21 15:29:40 2024 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Sun Jan 21 14:18:14 2024 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Sun Jan 21 10:55:11 2024 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Thu Jan 18 17:27:04 2024 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Thu Jan 18 12:11:25 2024 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Wed Jan 17 19:14:24 2024 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Wed Jan 17 15:59:00 2024 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Tue Jan 16 18:36:03 2024 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Tue Jan 16 15:26:50 2024 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Tue Jan 16 14:19:22 2024 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Tue Jan 16 13:43:56 2024 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Tue Jan 16 11:33:26 2024 +0200\n\n1\t1\tchanges/linweb.yml\nomri marcovitch ,Mon Jan 15 19:07:36 2024 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Mon Jan 15 15:19:19 2024 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Mon Jan 15 14:25:29 2024 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Mon Jan 15 12:10:06 2024 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Jan 15 10:46:23 2024 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Mon Jan 15 10:22:52 2024 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Jan 15 09:51:24 2024 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Sun Jan 14 15:28:37 2024 +0200\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Sun Jan 14 10:22:58 2024 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Thu Jan 11 19:23:26 2024 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Thu Jan 11 15:46:48 2024 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Thu Jan 11 15:11:23 2024 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Thu Jan 11 13:23:44 2024 +0200\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Thu Jan 11 09:44:49 2024 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Wed Jan 10 11:45:01 2024 +0200\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Wed Jan 10 10:06:27 2024 +0200\n\n1\t1\tchanges/linweb.yml\nAlmog Ben-David ,Tue Jan 9 23:49:45 2024 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Tue Jan 9 16:54:00 2024 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Tue Jan 9 14:48:18 2024 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Tue Jan 9 14:01:20 2024 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Tue Jan 9 09:10:19 2024 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Jan 8 18:26:53 2024 +0200\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Mon Jan 8 16:16:42 2024 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Jan 8 14:18:32 2024 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Jan 8 11:34:55 2024 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Sun Jan 7 18:33:17 2024 +0200\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Sun Jan 7 11:50:26 2024 +0200\n\n1\t1\tchanges/linweb.yml\nAlmog Ben-David ,Thu Jan 4 16:16:56 2024 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Thu Jan 4 14:38:12 2024 +0200\n\n1\t1\tchanges/linweb.yml\nAlmog Ben-David ,Thu Jan 4 13:10:36 2024 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Thu Jan 4 12:09:29 2024 +0200\n\n1\t1\tchanges/linweb.yml\nAlmog Ben-David ,Wed Jan 3 17:02:12 2024 +0200\n\n1\t1\tchanges/linweb.yml\nAvishag Sahar ,Wed Jan 3 14:57:16 2024 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Wed Jan 3 11:23:54 2024 +0200\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Wed Jan 3 10:56:13 2024 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Tue Jan 2 18:14:49 2024 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Tue Jan 2 16:48:11 2024 +0200\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Mon Jan 1 13:46:30 2024 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Mon Jan 1 10:32:40 2024 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Sun Dec 31 16:41:25 2023 +0200\n\n1\t1\tchanges/linweb.yml\nAvishag Sahar ,Sun Dec 31 15:17:26 2023 +0200\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Sun Dec 31 13:14:09 2023 +0200\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Sun Dec 31 12:42:35 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Thu Dec 28 17:50:43 2023 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Thu Dec 28 14:01:30 2023 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Thu Dec 28 12:18:02 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Thu Dec 28 09:05:37 2023 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Wed Dec 27 19:50:30 2023 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Wed Dec 27 13:27:29 2023 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Tue Dec 26 16:01:47 2023 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Tue Dec 26 15:08:51 2023 +0200\n\n1\t1\tchanges/linweb.yml\nAlmog Ben-David ,Tue Dec 26 14:21:46 2023 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Tue Dec 26 13:03:38 2023 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Tue Dec 26 11:36:31 2023 +0200\n\n1\t1\tchanges/linweb.yml\nAvishag Sahar ,Mon Dec 25 15:46:49 2023 +0200\n\n1\t1\tchanges/linweb.yml\nAvishag Sahar ,Mon Dec 25 13:46:52 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Dec 25 10:08:33 2023 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Sun Dec 24 13:33:06 2023 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Sun Dec 24 11:07:11 2023 +0200\n\n1\t1\tchanges/linweb.yml\nAlmog Ben-David ,Sun Dec 24 10:39:13 2023 +0200\n\n1\t1\tchanges/linweb.yml\nOriel Zaken ,Thu Dec 21 20:04:15 2023 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Thu Dec 21 15:10:46 2023 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Thu Dec 21 14:33:28 2023 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Thu Dec 21 11:25:12 2023 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Thu Dec 21 11:09:39 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Wed Dec 20 16:29:28 2023 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Wed Dec 20 10:54:31 2023 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Tue Dec 19 16:36:36 2023 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Tue Dec 19 15:31:24 2023 +0200\n\n1\t1\tchanges/linweb.yml\nAvishag Sahar ,Tue Dec 19 14:23:57 2023 +0200\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Mon Dec 18 15:30:52 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Dec 18 12:03:38 2023 +0200\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Sun Dec 17 17:00:38 2023 +0200\n\n1\t1\tchanges/linweb.yml\nAvishag Sahar ,Thu Dec 14 17:05:47 2023 +0200\n\n1\t1\tchanges/linweb.yml\nAlmog Ben-David ,Thu Dec 14 15:02:18 2023 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Thu Dec 14 13:33:37 2023 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Thu Dec 14 11:14:01 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Thu Dec 14 10:35:03 2023 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Wed Dec 13 15:24:55 2023 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Wed Dec 13 14:08:31 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Wed Dec 13 10:20:37 2023 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Tue Dec 12 18:02:55 2023 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Tue Dec 12 17:34:30 2023 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Mon Dec 11 16:54:06 2023 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Mon Dec 11 11:19:51 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Dec 11 08:23:05 2023 +0200\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Sun Dec 10 16:39:32 2023 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Sun Dec 10 14:28:45 2023 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Sun Dec 10 12:55:46 2023 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Thu Dec 7 16:56:05 2023 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Thu Dec 7 15:56:41 2023 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Thu Dec 7 14:33:06 2023 +0200\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Thu Dec 7 11:06:02 2023 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Wed Dec 6 20:30:42 2023 +0200\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Wed Dec 6 18:55:10 2023 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Wed Dec 6 18:33:28 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Wed Dec 6 18:04:34 2023 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Wed Dec 6 14:57:52 2023 +0200\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Wed Dec 6 13:35:44 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Wed Dec 6 08:28:40 2023 +0200\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Tue Dec 5 17:40:06 2023 +0200\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Tue Dec 5 11:08:02 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Dec 4 19:19:41 2023 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Mon Dec 4 15:59:37 2023 +0200\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Mon Dec 4 13:57:10 2023 +0200\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Mon Dec 4 10:04:17 2023 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Mon Dec 4 09:22:47 2023 +0200\n\n1\t2\tchanges/linweb.yml\nLev Eidelman Nagar ,Sun Dec 3 15:58:36 2023 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Sun Dec 3 15:28:55 2023 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Sun Dec 3 14:11:39 2023 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Sun Dec 3 12:22:58 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Fri Dec 1 10:11:16 2023 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Thu Nov 30 17:33:54 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Thu Nov 30 16:29:49 2023 +0200\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Thu Nov 30 14:45:06 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Thu Nov 30 13:29:13 2023 +0200\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Thu Nov 30 13:03:14 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Thu Nov 30 07:41:15 2023 +0200\n\n1\t1\tchanges/linweb.yml\nFadi Khayo <33923689+Fadikhayo1995@users.noreply.github.com>,Wed Nov 29 14:45:54 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Wed Nov 29 14:23:08 2023 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Wed Nov 29 11:45:56 2023 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Wed Nov 29 11:15:04 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Wed Nov 29 09:30:41 2023 +0200\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Tue Nov 28 13:52:39 2023 +0200\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Tue Nov 28 12:19:41 2023 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Tue Nov 28 11:49:39 2023 +0200\n\n1\t1\tchanges/linweb.yml\nAlmog Ben-David ,Tue Nov 28 11:05:26 2023 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Mon Nov 27 19:34:33 2023 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Mon Nov 27 18:10:54 2023 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Mon Nov 27 16:57:46 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Nov 27 15:05:06 2023 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Mon Nov 27 12:31:38 2023 +0200\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Mon Nov 27 11:40:18 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Nov 27 10:20:50 2023 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Sun Nov 26 15:47:43 2023 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Sun Nov 26 12:58:44 2023 +0200\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Thu Nov 23 14:53:43 2023 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Wed Nov 22 17:31:46 2023 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Wed Nov 22 16:21:06 2023 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Wed Nov 22 11:17:01 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Wed Nov 22 09:57:49 2023 +0200\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Tue Nov 21 13:44:38 2023 +0200\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Tue Nov 21 11:58:43 2023 +0200\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Tue Nov 21 11:22:48 2023 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Mon Nov 20 17:01:08 2023 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Mon Nov 20 13:35:58 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Nov 20 11:36:21 2023 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Sun Nov 19 17:32:36 2023 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Sun Nov 19 15:11:16 2023 +0200\n\n1\t1\tchanges/linweb.yml\nOriel Zaken ,Sun Nov 19 10:32:06 2023 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Thu Nov 16 17:31:48 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Thu Nov 16 15:11:16 2023 +0200\n\n1\t1\tchanges/linweb.yml\nOriel Zaken ,Wed Nov 15 15:51:29 2023 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Wed Nov 15 14:34:18 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Wed Nov 15 12:20:48 2023 +0200\n\n1\t1\tchanges/linweb.yml\nOriel Zaken ,Wed Nov 15 10:37:08 2023 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Tue Nov 14 13:29:28 2023 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Mon Nov 13 15:57:17 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Nov 13 12:44:13 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Nov 13 09:56:31 2023 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Thu Nov 9 16:52:43 2023 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Thu Nov 9 15:41:58 2023 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Thu Nov 9 14:19:52 2023 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Thu Nov 9 13:35:53 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Wed Nov 8 16:26:48 2023 +0200\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Wed Nov 8 14:46:46 2023 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Wed Nov 8 12:10:20 2023 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Wed Nov 8 11:14:05 2023 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Tue Nov 7 14:35:41 2023 +0200\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Tue Nov 7 12:54:27 2023 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Mon Nov 6 18:46:22 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Nov 6 14:26:49 2023 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Sun Nov 5 20:43:44 2023 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Sun Nov 5 17:27:11 2023 +0200\n\n1\t1\tchanges/linweb.yml\nAlmog Ben-David ,Sun Nov 5 15:15:02 2023 +0200\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Sun Nov 5 13:41:59 2023 +0200\n\n1\t2\tchanges/linweb.yml\noren yosef ,Sun Nov 5 11:57:03 2023 +0200\n\n1\t0\tchanges/linweb.yml\nYovel Elad ,Sun Nov 5 11:21:20 2023 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Thu Nov 2 15:17:08 2023 +0200\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Thu Nov 2 13:20:23 2023 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Thu Nov 2 11:34:52 2023 +0200\n\n1\t1\tchanges/linweb.yml\nOriel Zaken ,Wed Nov 1 17:59:19 2023 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Wed Nov 1 14:55:02 2023 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Wed Nov 1 12:59:41 2023 +0200\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Wed Nov 1 11:45:00 2023 +0200\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Wed Nov 1 11:00:54 2023 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Tue Oct 31 18:01:04 2023 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Tue Oct 31 16:17:32 2023 +0200\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Tue Oct 31 14:46:48 2023 +0200\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Tue Oct 31 13:34:28 2023 +0200\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Tue Oct 31 10:44:32 2023 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Mon Oct 30 17:19:35 2023 +0200\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Mon Oct 30 13:31:31 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Oct 30 10:31:08 2023 +0200\n\n1\t1\tchanges/linweb.yml\nOriel Zaken ,Mon Oct 30 10:11:24 2023 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Sun Oct 29 17:53:48 2023 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Sun Oct 29 16:34:16 2023 +0200\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Thu Oct 26 16:38:35 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Thu Oct 26 15:37:49 2023 +0300\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Thu Oct 26 12:43:04 2023 +0300\n\n1\t1\tchanges/linweb.yml\nAlmog Ben-David ,Thu Oct 26 10:46:51 2023 +0300\n\n1\t1\tchanges/linweb.yml\nAlmog Ben-David ,Thu Oct 26 10:12:12 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Thu Oct 26 07:54:27 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Wed Oct 25 18:30:53 2023 +0300\n\n1\t1\tchanges/linweb.yml\nomri marcovitch ,Wed Oct 25 18:07:35 2023 +0300\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Wed Oct 25 14:53:58 2023 +0300\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Wed Oct 25 11:21:44 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Tue Oct 24 17:12:48 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Tue Oct 24 12:37:06 2023 +0300\n\n1\t1\tchanges/linweb.yml\nAlmog Ben-David ,Tue Oct 24 10:25:39 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Mon Oct 23 16:27:12 2023 +0300\n\n1\t3\tchanges/linweb.yml\noren yosef ,Mon Oct 23 15:31:16 2023 +0300\n\n1\t0\tchanges/linweb.yml\nOren Yosef ,Mon Oct 23 15:24:42 2023 +0300\n\n1\t0\tchanges/linweb.yml\nYovel Elad ,Mon Oct 23 15:02:00 2023 +0300\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Mon Oct 23 13:58:02 2023 +0300\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Mon Oct 23 11:20:49 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Oct 23 09:16:19 2023 +0300\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Sun Oct 22 18:15:29 2023 +0300\n\n1\t1\tchanges/linweb.yml\nAlmog Ben-David ,Sun Oct 22 17:37:06 2023 +0300\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Sun Oct 22 17:02:56 2023 +0300\n\n1\t1\tchanges/linweb.yml\nAlmog Ben-David ,Sun Oct 22 16:23:52 2023 +0300\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Thu Oct 19 12:54:51 2023 +0300\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Wed Oct 18 18:11:22 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Wed Oct 18 16:25:05 2023 +0300\n\n1\t1\tchanges/linweb.yml\nAlmog Ben-David ,Wed Oct 18 13:35:01 2023 +0300\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Tue Oct 17 18:20:46 2023 +0300\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Tue Oct 17 13:42:31 2023 +0300\n\n1\t1\tchanges/linweb.yml\nAlmog Ben-David ,Tue Oct 17 10:13:12 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Oct 16 13:18:54 2023 +0300\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Mon Oct 16 11:26:03 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Sun Oct 15 17:38:12 2023 +0300\n\n1\t1\tchanges/linweb.yml\noren yosef ,Sun Oct 15 13:00:01 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Sun Oct 15 12:46:54 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Sun Oct 15 11:31:49 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Thu Oct 12 10:42:16 2023 +0300\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Wed Oct 11 14:48:19 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Wed Oct 11 13:34:28 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Wed Oct 11 12:12:50 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Tue Oct 10 10:36:11 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Thu Oct 5 11:54:58 2023 +0300\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Wed Oct 4 13:50:39 2023 +0300\n\n1\t1\tchanges/linweb.yml\nAvishag Sahar ,Tue Oct 3 21:49:05 2023 +0300\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Tue Oct 3 16:59:50 2023 +0300\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Tue Oct 3 14:56:06 2023 +0300\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Tue Oct 3 09:37:20 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Mon Oct 2 17:25:49 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Mon Oct 2 15:01:04 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Sun Oct 1 18:49:47 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Sun Oct 1 14:54:14 2023 +0300\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Sun Oct 1 13:56:20 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Sun Oct 1 13:23:10 2023 +0300\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Sun Oct 1 10:38:49 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Thu Sep 28 19:02:34 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Thu Sep 28 18:18:20 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Thu Sep 28 15:11:57 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Thu Sep 28 13:01:01 2023 +0300\n\n1\t1\tchanges/linweb.yml\nAlmog Ben-David ,Thu Sep 28 12:01:07 2023 +0300\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Wed Sep 27 16:48:26 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Wed Sep 27 13:52:15 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Wed Sep 27 13:07:35 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Wed Sep 27 09:56:08 2023 +0300\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Tue Sep 26 17:25:34 2023 +0300\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Tue Sep 26 17:05:17 2023 +0300\n\n1\t1\tchanges/linweb.yml\nlev ,Tue Sep 26 16:05:03 2023 +0300\n\n1\t1\tchanges/linweb.yml\nAlmog Ben-David ,Tue Sep 26 14:58:45 2023 +0300\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Tue Sep 26 12:50:38 2023 +0300\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Tue Sep 26 10:57:23 2023 +0300\n\n1\t1\tchanges/linweb.yml\nAlmog Ben-David ,Thu Sep 21 18:43:20 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Thu Sep 21 16:33:44 2023 +0300\n\n1\t1\tchanges/linweb.yml\nAlmog Ben-David ,Thu Sep 21 15:16:18 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Thu Sep 21 13:14:31 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Thu Sep 21 12:34:02 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Thu Sep 21 11:20:33 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Wed Sep 20 20:53:13 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Wed Sep 20 18:10:50 2023 +0300\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Wed Sep 20 15:59:25 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Wed Sep 20 14:10:32 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Wed Sep 20 11:09:29 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Tue Sep 19 17:51:36 2023 +0300\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Tue Sep 19 14:40:17 2023 +0300\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Tue Sep 19 10:36:19 2023 +0300\n\n1\t1\tchanges/linweb.yml\nAlmog Ben-David ,Tue Sep 19 09:40:53 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Sep 18 14:18:40 2023 +0300\n\n1\t1\tchanges/linweb.yml\nAlmog Ben-David ,Sun Sep 17 22:10:51 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Thu Sep 14 10:11:44 2023 +0300\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Thu Sep 14 09:16:29 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Wed Sep 13 20:14:21 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Wed Sep 13 19:11:53 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Wed Sep 13 17:08:06 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Wed Sep 13 16:23:19 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Wed Sep 13 16:15:38 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Wed Sep 13 15:23:53 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Wed Sep 13 13:18:52 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Wed Sep 13 11:06:27 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Wed Sep 13 08:36:38 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Tue Sep 12 15:42:54 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Tue Sep 12 14:56:30 2023 +0300\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Tue Sep 12 11:23:34 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Tue Sep 12 09:44:35 2023 +0300\n\n1\t1\tchanges/linweb.yml\nOren Yosef ,Mon Sep 11 15:41:12 2023 +0300\n\n0\t1\tchanges/linweb.yml\nOren Yosef ,Mon Sep 11 13:54:14 2023 +0300\n\n1\t0\tchanges/linweb.yml\nflomermer ,Mon Sep 11 12:16:12 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Sep 11 09:12:01 2023 +0300\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Mon Sep 11 08:32:14 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Sun Sep 10 17:33:32 2023 +0300\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Sun Sep 10 17:13:49 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Sun Sep 10 16:11:05 2023 +0300\n\n1\t1\tchanges/linweb.yml\nAvishag Sahar ,Sun Sep 10 14:45:36 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Sun Sep 10 13:38:17 2023 +0300\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Sun Sep 10 09:16:17 2023 +0300\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Thu Sep 7 15:23:55 2023 +0300\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Thu Sep 7 09:54:28 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Wed Sep 6 20:30:04 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Wed Sep 6 18:34:23 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Wed Sep 6 15:47:56 2023 +0300\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Wed Sep 6 13:42:45 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Tue Sep 5 19:44:42 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Tue Sep 5 19:41:28 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Tue Sep 5 19:38:52 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Tue Sep 5 16:13:35 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Tue Sep 5 14:52:14 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Tue Sep 5 11:28:51 2023 +0300\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Tue Sep 5 09:48:20 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Mon Sep 4 16:30:34 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Mon Sep 4 11:30:17 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Sun Sep 3 11:48:25 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Thu Aug 31 15:43:53 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Thu Aug 31 10:32:23 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Wed Aug 30 18:55:31 2023 +0300\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Wed Aug 30 16:23:54 2023 +0300\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Wed Aug 30 15:00:30 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Wed Aug 30 13:53:34 2023 +0300\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Wed Aug 30 12:59:49 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Tue Aug 29 19:34:15 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Tue Aug 29 17:30:01 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Tue Aug 29 10:43:14 2023 +0300\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Mon Aug 28 17:49:30 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Aug 28 15:21:59 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Mon Aug 28 14:12:08 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Aug 28 12:07:17 2023 +0300\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Mon Aug 28 10:48:00 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Sun Aug 27 16:50:05 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Sun Aug 27 15:41:18 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Sun Aug 27 13:36:52 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Sun Aug 27 12:03:28 2023 +0300\n\n1\t1\tchanges/linweb.yml\nomri marcovitch ,Thu Aug 24 16:07:32 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Thu Aug 24 09:35:33 2023 +0300\n\n1\t1\tchanges/linweb.yml\nomri marcovitch ,Wed Aug 23 16:55:31 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Wed Aug 23 13:07:23 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Tue Aug 22 20:15:10 2023 +0300\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Tue Aug 22 16:57:22 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Tue Aug 22 16:18:41 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Mon Aug 21 15:59:19 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Sun Aug 20 14:52:36 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Sun Aug 20 12:36:01 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Sun Aug 20 12:14:44 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Sun Aug 20 11:30:43 2023 +0300\n\n1\t1\tchanges/linweb.yml\nomri marcovitch ,Thu Aug 17 15:22:36 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Wed Aug 16 18:19:35 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Wed Aug 16 14:08:31 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Tue Aug 15 15:14:32 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Tue Aug 15 12:20:58 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Mon Aug 14 18:21:31 2023 +0300\n\n1\t2\tchanges/linweb.yml\noren yosef ,Mon Aug 14 17:01:55 2023 +0300\n\n1\t0\tchanges/linweb.yml\n“Keren ,Mon Aug 14 15:53:14 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Mon Aug 14 14:35:26 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Mon Aug 14 11:25:41 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Sun Aug 13 18:23:41 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Sun Aug 13 16:54:24 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Sun Aug 13 14:38:12 2023 +0300\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Sun Aug 13 12:41:37 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Sun Aug 13 12:16:50 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Sun Aug 13 11:46:14 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Sun Aug 13 10:31:13 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Thu Aug 10 14:15:24 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Thu Aug 10 13:27:11 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Thu Aug 10 12:43:47 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Wed Aug 9 18:44:35 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Wed Aug 9 16:30:45 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Wed Aug 9 16:15:01 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Tue Aug 8 18:35:57 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Tue Aug 8 18:20:51 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Tue Aug 8 11:42:11 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Mon Aug 7 16:10:50 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Mon Aug 7 15:42:17 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Aug 7 11:59:48 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Aug 7 11:39:00 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Sun Aug 6 20:41:25 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Sun Aug 6 18:23:42 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Thu Aug 3 14:42:59 2023 +0300\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Thu Aug 3 14:31:35 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Thu Aug 3 12:42:04 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Thu Aug 3 12:18:24 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Thu Aug 3 12:02:46 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Thu Aug 3 08:21:40 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Wed Aug 2 14:54:37 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Wed Aug 2 13:38:54 2023 +0300\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Wed Aug 2 11:16:35 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Tue Aug 1 12:24:29 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Jul 31 18:08:55 2023 +0300\n\n1\t1\tchanges/linweb.yml\nFadi Khayo <33923689+Fadikhayo1995@users.noreply.github.com>,Mon Jul 31 13:14:53 2023 +0300\n\n1\t1\tchanges/linweb.yml\nFadi Khayo <33923689+Fadikhayo1995@users.noreply.github.com>,Mon Jul 31 13:07:21 2023 +0300\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Mon Jul 31 11:04:03 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Sun Jul 30 18:58:13 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Thu Jul 27 15:08:03 2023 +0300\n\n1\t1\tchanges/linweb.yml\nomri marcovitch ,Thu Jul 27 14:57:00 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Wed Jul 26 20:20:13 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Wed Jul 26 18:30:04 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Wed Jul 26 15:37:50 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Wed Jul 26 13:21:57 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Wed Jul 26 11:37:30 2023 +0300\n\n1\t1\tchanges/linweb.yml\nAlon Galperin <105145534+alongalperin-lb@users.noreply.github.com>,Tue Jul 25 16:18:30 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Tue Jul 25 13:08:34 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Tue Jul 25 11:01:06 2023 +0300\n\n1\t1\tchanges/linweb.yml\nAlon Galperin <105145534+alongalperin-lb@users.noreply.github.com>,Mon Jul 24 18:48:50 2023 +0300\n\n1\t1\tchanges/linweb.yml\nAlon Galperin <105145534+alongalperin-lb@users.noreply.github.com>,Mon Jul 24 16:13:44 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Sun Jul 23 19:30:01 2023 +0300\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Sun Jul 23 16:03:18 2023 +0300\n\n1\t1\tchanges/linweb.yml\nomri marcovitch ,Thu Jul 20 14:45:30 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Thu Jul 20 12:25:37 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Thu Jul 20 09:24:40 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Wed Jul 19 10:47:07 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Tue Jul 18 17:37:52 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Tue Jul 18 16:28:44 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Tue Jul 18 15:19:44 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Tue Jul 18 13:10:51 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Tue Jul 18 10:07:21 2023 +0300\n\n1\t1\tchanges/linweb.yml\nomri marcovitch ,Mon Jul 17 17:30:33 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Mon Jul 17 13:36:59 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Jul 17 11:39:39 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Sun Jul 16 17:11:16 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Sun Jul 16 16:25:17 2023 +0300\n\n1\t1\tchanges/linweb.yml\noren yosef ,Sun Jul 16 15:47:56 2023 +0300\n\n1\t1\tchanges/linweb.yml\nomri marcovitch ,Sun Jul 16 15:35:07 2023 +0300\n\n1\t1\tchanges/linweb.yml\nalongalperin ,Sun Jul 16 14:59:35 2023 +0300\n\n1\t1\tchanges/linweb.yml\nOriel Zaken ,Sun Jul 16 13:28:46 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Sun Jul 16 11:10:35 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Thu Jul 13 16:35:31 2023 +0300\n\n1\t2\tchanges/linweb.yml\nShakedZrihen ,Thu Jul 13 11:36:20 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Thu Jul 13 09:33:54 2023 +0300\n\n2\t1\tchanges/linweb.yml\nAlon Galperin <105145534+alongalperin-lb@users.noreply.github.com>,Thu Jul 13 08:49:32 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Wed Jul 12 13:54:04 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Tue Jul 11 12:03:21 2023 +0300\n\n1\t2\tchanges/linweb.yml\n“Keren ,Mon Jul 10 18:34:06 2023 +0300\n\n2\t1\tchanges/linweb.yml\nflomermer ,Mon Jul 10 14:01:50 2023 +0300\n\n1\t1\tchanges/linweb.yml\nAlon Galperin <105145534+alongalperin-lb@users.noreply.github.com>,Mon Jul 10 08:43:12 2023 +0300\n\n1\t1\tchanges/linweb.yml\nAlon Galperin <105145534+alongalperin-lb@users.noreply.github.com>,Sun Jul 9 12:29:32 2023 +0300\n\n1\t1\tchanges/linweb.yml\nAlon Galperin <105145534+alongalperin-lb@users.noreply.github.com>,Sun Jul 9 12:01:52 2023 +0300\n\n1\t1\tchanges/linweb.yml\nAlon Galperin <105145534+alongalperin-lb@users.noreply.github.com>,Sun Jul 9 10:49:36 2023 +0300\n\n1\t1\tchanges/linweb.yml\nOren Yosef ,Thu Jul 6 17:09:49 2023 +0300\n\n1\t0\tchanges/linweb.yml\noren yosef ,Thu Jul 6 16:51:37 2023 +0300\n\n0\t1\tchanges/linweb.yml\noren yosef ,Thu Jul 6 16:45:44 2023 +0300\n\n2\t0\tchanges/linweb.yml\nOren Yosef ,Thu Jul 6 16:42:55 2023 +0300\n\n0\t1\tchanges/linweb.yml\n“Keren ,Thu Jul 6 15:45:32 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Thu Jul 6 13:35:16 2023 +0300\n\n1\t2\tchanges/linweb.yml\n“Keren ,Thu Jul 6 08:45:06 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Wed Jul 5 18:19:59 2023 +0300\n\n2\t1\tchanges/linweb.yml\nflomermer ,Wed Jul 5 17:29:34 2023 +0300\n\n1\t1\tchanges/linweb.yml\nalongalperin ,Wed Jul 5 15:08:14 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Wed Jul 5 09:22:13 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Tue Jul 4 17:02:03 2023 +0300\n\n1\t1\tchanges/linweb.yml\nomri marcovitch ,Mon Jul 3 17:11:38 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Sun Jul 2 17:34:26 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Sun Jul 2 13:52:43 2023 +0300\n\n1\t1\tchanges/linweb.yml\nomri marcovitch ,Sun Jul 2 11:16:48 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Sun Jul 2 09:44:17 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Thu Jun 29 15:49:19 2023 +0300\n\n1\t1\tchanges/linweb.yml\nomri marcovitch ,Thu Jun 29 12:33:39 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Thu Jun 29 10:31:26 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Wed Jun 28 19:51:56 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Wed Jun 28 18:17:57 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Wed Jun 28 08:16:13 2023 +0300\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Tue Jun 27 13:20:45 2023 +0300\n\n1\t1\tchanges/linweb.yml\nAlon Galperin <105145534+alongalperin-lb@users.noreply.github.com>,Tue Jun 27 12:45:59 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Jun 26 15:39:33 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Jun 26 08:22:01 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Thu Jun 22 19:16:47 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Thu Jun 22 17:25:07 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Thu Jun 22 12:17:05 2023 +0300\n\n1\t1\tchanges/linweb.yml\nAlon Galperin <105145534+alongalperin-lb@users.noreply.github.com>,Wed Jun 21 18:29:20 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Wed Jun 21 17:16:50 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Wed Jun 21 15:26:49 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Tue Jun 20 15:54:07 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Tue Jun 20 10:17:37 2023 +0300\n\n1\t1\tchanges/linweb.yml\nOren Yosef ,Tue Jun 20 00:26:56 2023 +0300\n\n0\t1\tchanges/linweb.yml\nOren Yosef ,Tue Jun 20 00:08:04 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Jun 19 18:26:59 2023 +0300\n\n2\t1\tchanges/linweb.yml\nZuki Sarusi ,Mon Jun 19 16:08:58 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Mon Jun 19 14:49:02 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Jun 19 12:53:35 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Sun Jun 18 11:53:35 2023 +0300\n\n1\t1\tchanges/linweb.yml\n"}},context:{org:"linear-b",repo:"linenv",pullRequestNumber:3840,branch:"linweb-auto-1718286804",triggeredBy:"linearbci"}}}},files:["changes/linweb.yml"],pr:{isFullyInstalled:true,title:"Linweb Release - 0.1.3196",approvals:["mark-linearb"],requested_changes:[],author:"linearbci",description:"## Linweb Release - 0.1.3196\nAuto-generated PR for linweb tag 0.1.3196\n\nSee more details at the [tag](https://github.com/linear-b/linweb/releases/tag/0.1.3196)",checks:[{name:"Jit Security",status:"completed",conclusion:"success"},{name:"Secret Detection",status:"completed",conclusion:"success"},{name:"SonarCloud Code Analysis",status:"completed",conclusion:"success"},{name:"gitStream.cm",status:"completed",conclusion:"success"},{name:"auto-merge-label/auto_merge_label",status:"completed",conclusion:"skipped"},{name:"Orca Security - Infrastructure as Code",status:"completed",conclusion:"success"},{name:"Orca Security - Secrets",status:"completed",conclusion:"success"},{name:"Orca Security - Vulnerabilities",status:"completed",conclusion:"success"},{name:"Deploy services to Staging (3.8)",status:"completed",conclusion:"success"},{name:"Cypress E2E on staging",status:"completed",conclusion:"success"},{name:"SUCCESS",status:"completed",conclusion:"success"}],created_at:new Date("2024-06-13T13:53:26.000Z"),draft:false,mergeable:true,labels:["linweb","auto-merge"],reviewers:["orca-security-us","mark-linearb"],status:"open",updated_at:new Date("2024-06-13T13:55:31.000Z"),assignees:[],contributors:[{login:"vim-zz",name:"Ofer Affias"},{login:"MishaKav",name:"Misha Kav"},{login:"almog27",name:"Almog Ben David"},{login:"yishaibeeri",name:"Yishai Beeri"},{login:"orielz",name:"Oriel Zaken"},{login:"nat-gunner",name:"Kevin Fayle"},{login:"amitmohleji",name:"Amit Mohleji"},{login:"vscabral",name:"Val Cabral"},{login:"BenLloydPearson",name:"Ben Lloyd Pearson"},{login:"emchap",name:"Emily Chapman"},{login:"flomermer",name:"Tomer Flom"},{login:"omarcovitch",name:"Omri Marcovitch"},{login:"ShakedZrihen",name:"shaked zohar"},{login:"Fadikhayo1995",name:"Fadi Khayo"},{login:"orikrn",name:"Ori Keren"},{login:"linknfg182",name:"Dan Lines"},{login:"saharavishag",name:"Avishag Sahar"},{login:"linearbci",name:"LinearB Automation"},{login:"ariel-linearb",name:"Ariel Illouz"},{login:"yeelali14",name:"Yeela Lifshitz"},{login:"mavery-linb",name:"Mike Avery"},{login:"KerenLinearB",name:"Keren Shiloah"},{login:"lb-ronyeh",name:"Ron Yehuda"},{login:"YovelElad",name:"Yovel Elad"},{login:"Mike-pw",name:"Mike Noel"},{login:"stas-linearb",name:"Stas Onichak "},{login:"BetsyRogers",name:"Betsy Rogers"},{login:"Hadarbitan149",name:"hadar bitan"},{login:"negevyoav",name:"Yoav Negev"},{login:"RoyKulik",name:"Roy Kulik"},{login:"yoni-amikam",name:"Yoni Amikam"},{login:"urikochav",name:"Uri Kochavi"},{login:"ShaniBelisha",name:"Shani"},{login:"orenylinearb",name:"oren yosef"},{login:"GuyRahamim",name:null},{login:"Dudu-linb",name:"Dudu Yosef"},{login:"EladKohavi",name:"Elad Kohavi"},{login:"nivSwisa1",name:null},{login:"b-sims",name:"Brandon Sims"},{login:"rotemshynes",name:"Rotem Shynes"},{login:"mark-linearb",name:"Mark Bulgakov"},{login:"shaisorek",name:null},{login:"ZionSoferLinearB",name:"Zion Sofer"},{login:"imanuel-leibo",name:"Imanuel Leibovitch"},{login:"mosheia",name:"moshe azoulay"},{login:"PavelLinearB",name:"Pavel Vaks"},{login:"eidellav",name:"Lev Eidelman Nagar"},{login:"avielLB",name:"Aviel Even-Or"},{login:"mikolinearb",name:"Mikiyas Alehegn"},{login:"OferSmart",name:null},{login:"AndreDiFilippo",name:"Andre DiFilippo"},{login:"shuntsinger342",name:null},{login:"CeciliaLinearb",name:null},{login:"reshef-roy",name:"reshef-linearb"},{login:"yaelmlinearb",name:null},{login:"alonmischelLB",name:null}],paths:[{name:"auto-merge-label.cm"},{name:"close-non-tag-changes.cm"}],author_teams:["Developers"],author_is_org_member:true,comments:[{commenter:"sonarcloud",content:"## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https://sonarcloud.io/dashboard?id=linear-b_linenv&pullRequest=3840) **Quality Gate passed** \nIssues \n![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/passed-16px.png '') [0 New issues](https://sonarcloud.io/project/issues?id=linear-b_linenv&pullRequest=3840&resolved=false&sinceLeakPeriod=true) \n![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/accepted-16px.png '') [0 Accepted issues](https://sonarcloud.io/project/issues?id=linear-b_linenv&pullRequest=3840&resolutions=WONTFIX)\n\nMeasures \n![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/passed-16px.png '') [0 Security Hotspots](https://sonarcloud.io/project/security_hotspots?id=linear-b_linenv&pullRequest=3840&resolved=false&sinceLeakPeriod=true) \n![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/no-data-16px.png '') No data about Coverage \n![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/passed-16px.png '') [0.0% Duplication on New Code](https://sonarcloud.io/component_measures?id=linear-b_linenv&pullRequest=3840&metric=new_duplicated_lines_density&view=list) \n \n[See analysis details on SonarCloud](https://sonarcloud.io/dashboard?id=linear-b_linenv&pullRequest=3840)\n\n",created_at:"2024-06-16T13:53:17Z",id:"2165745472"},{commenter:"gitstream-cm",content:'The PR will be automatically merged by Gitstream after all requirements are done.\n\n',created_at:"2024-06-16T13:56:17Z",id:"2165750712"}],reviews:[{commenter:"orca-security-us",content:'### Orca Security Scan Summary\n| Status | Check | Issues by priority | |\n| ------- | ----- | ------------------ | - |\n| Passed Passed | Infrastructure as Code | high 0   medium 0   low 0   info 0 | View in Orca |\n| Passed Passed | Secrets | high 0   medium 0   low 0   info 0 | View in Orca |\n| Passed Passed | Vulnerabilities | high 0   medium 0   low 0   info 0 | View in Orca |',state:"commented",conversations:[]},{commenter:"mark-linearb",content:"",state:"approved",conversations:[]}],conversations:[],unresolved_threads:0,number:3840,url:"https://github.com/linear-b/linenv/pull/3840",target:"develop",source:"linweb-auto-1718286804",repo:"linenv",conflicted_files_count:0}};const C_={"changes/linweb.yml":"linearbci ,Thu Jun 13 11:18:44 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Jun 13 10:57:35 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Jun 13 08:51:53 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Jun 6 12:14:15 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Jun 5 12:32:48 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Jun 5 10:12:42 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Tue Jun 4 13:12:08 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Tue Jun 4 11:40:35 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Jun 3 11:34:48 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Jun 3 09:55:56 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Jun 3 09:42:14 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Jun 3 08:37:46 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun Jun 2 11:13:05 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun Jun 2 10:53:49 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu May 30 12:01:30 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu May 30 11:10:08 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu May 30 09:29:15 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu May 30 05:59:52 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed May 29 14:50:56 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed May 29 12:04:00 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed May 29 07:13:59 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed May 29 06:08:58 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Tue May 28 13:54:39 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Tue May 28 07:27:29 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon May 27 14:47:37 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon May 27 12:37:13 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon May 27 08:31:23 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon May 27 08:02:22 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun May 26 14:46:04 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun May 26 11:58:21 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun May 26 09:26:15 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu May 23 10:55:13 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu May 23 08:31:05 2024 +0000\n\n1\t1\tchanges/linweb.yml\nNiv Swisa ,Thu May 23 08:41:56 2024 +0300\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed May 22 12:47:41 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed May 22 11:08:25 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed May 22 06:30:29 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Tue May 21 12:58:35 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Tue May 21 12:12:40 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Tue May 21 06:43:12 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon May 20 15:41:22 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon May 20 13:37:05 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon May 20 12:07:59 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon May 20 11:46:05 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon May 20 10:56:35 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon May 20 10:22:46 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon May 20 09:26:31 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun May 19 13:28:37 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun May 19 10:51:37 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu May 16 14:07:43 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu May 16 11:52:14 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu May 16 11:03:44 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu May 16 10:29:35 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu May 16 09:51:02 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu May 16 08:25:05 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon May 13 08:17:40 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun May 12 14:08:47 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun May 12 12:46:39 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun May 12 10:10:40 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun May 12 08:34:27 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu May 9 15:03:44 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu May 9 12:57:30 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu May 9 12:18:47 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed May 8 11:47:10 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed May 8 07:57:34 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Tue May 7 08:00:27 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon May 6 11:55:09 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun May 5 14:49:26 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun May 5 11:37:41 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun May 5 10:09:55 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu May 2 10:00:32 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed May 1 16:22:57 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed May 1 15:21:28 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed May 1 13:33:49 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed May 1 10:57:50 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed May 1 10:41:15 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Tue Apr 30 11:09:36 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Tue Apr 30 06:59:00 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Apr 25 14:49:22 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Apr 25 09:39:25 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Apr 24 14:39:47 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Apr 24 12:04:56 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Apr 24 07:33:28 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun Apr 21 13:53:48 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun Apr 21 10:50:31 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun Apr 21 07:52:31 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun Apr 21 06:45:12 2024 +0000\n\n1\t1\tchanges/linweb.yml\nElad Kohavi <106978846+EladKohavi@users.noreply.github.com>,Thu Apr 18 13:40:18 2024 +0300\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Apr 18 10:14:55 2024 +0000\n\n1\t1\tchanges/linweb.yml\noren yosef ,Thu Apr 18 12:51:43 2024 +0300\n\n1\t0\tchanges/linweb.yml\nlinearbci ,Thu Apr 18 09:44:20 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Apr 17 11:04:23 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Apr 17 09:05:12 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Tue Apr 16 10:54:38 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Apr 15 16:11:41 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Apr 15 15:01:19 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Apr 15 11:28:59 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Apr 15 06:16:52 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun Apr 14 15:11:09 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun Apr 14 13:58:05 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun Apr 14 10:50:10 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Apr 11 11:30:45 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Apr 11 09:08:11 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Apr 11 07:17:39 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Apr 11 05:51:39 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Apr 10 12:04:02 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Apr 10 11:19:48 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Apr 8 16:29:08 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Apr 8 12:53:07 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Apr 8 09:11:08 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Apr 8 08:49:37 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Apr 8 08:00:52 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun Apr 7 12:58:23 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun Apr 7 11:47:28 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun Apr 7 10:09:01 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun Apr 7 08:30:22 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun Apr 7 07:48:42 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Apr 4 13:10:08 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Apr 4 11:51:18 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Apr 4 07:14:10 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Apr 3 15:43:34 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Apr 3 14:49:05 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Apr 3 11:41:21 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Apr 3 11:15:39 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Apr 3 09:03:45 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Tue Apr 2 17:48:30 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Tue Apr 2 14:27:30 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Tue Apr 2 06:19:30 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Apr 1 13:38:31 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Apr 1 12:25:24 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Apr 1 12:08:07 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Apr 1 09:25:03 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Apr 1 07:35:19 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun Mar 31 12:04:27 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Mar 28 11:53:29 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Mar 28 11:21:54 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Mar 27 15:08:57 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Mar 27 13:59:59 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Mar 27 12:27:28 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Mar 27 08:22:30 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Tue Mar 26 15:24:14 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Tue Mar 26 12:51:15 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Mar 25 10:08:58 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Mar 25 09:03:29 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Mar 25 08:05:21 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun Mar 24 13:53:49 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Mar 21 13:06:29 2024 +0000\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Thu Mar 21 14:28:43 2024 +0200\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Mar 21 11:20:32 2024 +0000\n\n1\t1\tchanges/linweb.yml\nNiv Swisa ,Wed Mar 20 16:17:06 2024 +0200\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Mar 20 11:24:32 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Mar 20 07:30:59 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Tue Mar 19 13:40:58 2024 +0000\n\n1\t2\tchanges/linweb.yml\noren yosef ,Tue Mar 19 12:41:00 2024 +0200\n\n0\t1\tchanges/linweb.yml\noren yosef ,Tue Mar 19 12:23:19 2024 +0200\n\n2\t0\tchanges/linweb.yml\nlinearbci ,Tue Mar 19 09:54:19 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Tue Mar 19 08:35:26 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Mar 18 13:47:00 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Mar 18 07:11:13 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun Mar 17 14:58:22 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun Mar 17 11:11:44 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun Mar 17 09:41:18 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Mar 14 08:57:15 2024 +0000\n\n1\t1\tchanges/linweb.yml\nAvishag Sahar ,Thu Mar 14 08:43:52 2024 +0200\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Mar 13 13:58:52 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Mar 13 12:46:34 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Mar 13 06:29:17 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Tue Mar 12 14:38:54 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Tue Mar 12 13:54:15 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Tue Mar 12 10:34:21 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Mar 11 12:05:10 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Mar 11 09:58:04 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun Mar 10 14:08:35 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun Mar 10 10:25:24 2024 +0000\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Sun Mar 10 12:05:49 2024 +0200\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Mar 7 14:55:57 2024 +0000\n\n1\t1\tchanges/linweb.yml\nAvishag Sahar ,Thu Mar 7 15:16:41 2024 +0200\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Mar 7 11:59:47 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Mar 6 13:33:23 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Mar 6 11:38:37 2024 +0000\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Wed Mar 6 10:37:09 2024 +0200\n\n1\t1\tchanges/linweb.yml\nAvishag Sahar ,Wed Mar 6 09:03:59 2024 +0200\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Tue Mar 5 13:10:39 2024 +0000\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Tue Mar 5 10:57:43 2024 +0200\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Mar 4 14:35:37 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Mar 4 13:08:03 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Mar 4 12:25:06 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Mar 4 10:11:35 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun Mar 3 13:13:25 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Feb 29 11:01:21 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Feb 29 10:04:23 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Feb 29 09:33:25 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Feb 29 07:28:11 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Feb 28 14:58:29 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Feb 28 08:46:31 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Feb 26 15:14:56 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Feb 26 08:17:21 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun Feb 25 16:32:48 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun Feb 25 13:15:08 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Feb 22 12:23:41 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Feb 21 15:04:41 2024 +0000\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Wed Feb 21 16:43:25 2024 +0200\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Feb 19 15:08:24 2024 +0000\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Mon Feb 19 15:42:07 2024 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Mon Feb 19 14:45:35 2024 +0200\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Feb 19 06:38:18 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun Feb 18 14:46:55 2024 +0000\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Sun Feb 18 14:04:03 2024 +0200\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Sun Feb 18 12:41:13 2024 +0200\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Feb 15 13:42:00 2024 +0000\n\n1\t1\tchanges/linweb.yml\nNiv Swisa ,Thu Feb 15 12:09:05 2024 +0200\n\n1\t3\tchanges/linweb.yml\noren yosef ,Wed Feb 14 17:14:28 2024 +0200\n\n2\t0\tchanges/linweb.yml\nOren Yosef ,Wed Feb 14 17:04:07 2024 +0200\n\n0\t2\tchanges/linweb.yml\nlinearbci ,Wed Feb 14 14:15:16 2024 +0000\n\n1\t1\tchanges/linweb.yml\nOren Yosef ,Wed Feb 14 15:52:08 2024 +0200\n\n1\t0\tchanges/linweb.yml\nYovel Elad ,Wed Feb 14 14:51:17 2024 +0200\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Feb 14 08:00:27 2024 +0000\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Tue Feb 13 14:09:35 2024 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Tue Feb 13 13:24:39 2024 +0200\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Feb 12 12:10:07 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Feb 12 09:32:29 2024 +0000\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Mon Feb 12 11:06:39 2024 +0200\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Feb 12 07:57:57 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Feb 12 07:12:59 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun Feb 11 16:44:26 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun Feb 11 09:34:09 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Feb 8 13:57:25 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Feb 8 10:11:16 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Feb 8 07:37:20 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Feb 7 08:13:50 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Feb 7 07:53:12 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Feb 7 07:25:09 2024 +0000\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Tue Feb 6 16:32:39 2024 +0200\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Tue Feb 6 09:07:16 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Tue Feb 6 08:38:20 2024 +0000\n\n1\t1\tchanges/linweb.yml\nAlmog Ben David ,Mon Feb 5 15:36:15 2024 +0200\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Feb 5 13:33:51 2024 +0000\n\n1\t1\tchanges/linweb.yml\nflomermer ,Mon Feb 5 12:54:51 2024 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Feb 5 10:17:05 2024 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Mon Feb 5 09:41:15 2024 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Sun Feb 4 16:55:44 2024 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Sun Feb 4 15:20:42 2024 +0200\n\n1\t1\tchanges/linweb.yml\nAlmog Ben-David ,Sun Feb 4 13:23:42 2024 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Sun Feb 4 12:09:56 2024 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Thu Feb 1 17:20:50 2024 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Thu Feb 1 14:11:26 2024 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Wed Jan 31 15:32:27 2024 +0200\n\n1\t1\tchanges/linweb.yml\nNiv Swisa ,Wed Jan 31 14:27:34 2024 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Wed Jan 31 13:26:20 2024 +0200\n\n1\t1\tchanges/linweb.yml\nAlmog Ben-David ,Wed Jan 31 09:56:49 2024 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Tue Jan 30 11:03:54 2024 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Mon Jan 29 10:51:11 2024 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Mon Jan 29 10:27:53 2024 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Sun Jan 28 16:28:22 2024 +0200\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Sun Jan 28 09:56:57 2024 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Thu Jan 25 17:56:16 2024 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Thu Jan 25 15:32:25 2024 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Thu Jan 25 14:14:59 2024 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Thu Jan 25 13:22:30 2024 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Thu Jan 25 10:32:08 2024 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Thu Jan 25 08:53:10 2024 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Wed Jan 24 16:29:48 2024 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Wed Jan 24 15:59:17 2024 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Wed Jan 24 14:35:49 2024 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Tue Jan 23 16:37:35 2024 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Tue Jan 23 11:03:19 2024 +0200\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Tue Jan 23 10:37:34 2024 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Jan 22 12:56:29 2024 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Mon Jan 22 10:30:37 2024 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Jan 22 09:52:40 2024 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Sun Jan 21 18:18:01 2024 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Sun Jan 21 15:29:40 2024 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Sun Jan 21 14:18:14 2024 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Sun Jan 21 10:55:11 2024 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Thu Jan 18 17:27:04 2024 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Thu Jan 18 12:11:25 2024 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Wed Jan 17 19:14:24 2024 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Wed Jan 17 15:59:00 2024 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Tue Jan 16 18:36:03 2024 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Tue Jan 16 15:26:50 2024 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Tue Jan 16 14:19:22 2024 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Tue Jan 16 13:43:56 2024 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Tue Jan 16 11:33:26 2024 +0200\n\n1\t1\tchanges/linweb.yml\nomri marcovitch ,Mon Jan 15 19:07:36 2024 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Mon Jan 15 15:19:19 2024 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Mon Jan 15 14:25:29 2024 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Mon Jan 15 12:10:06 2024 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Jan 15 10:46:23 2024 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Mon Jan 15 10:22:52 2024 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Jan 15 09:51:24 2024 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Sun Jan 14 15:28:37 2024 +0200\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Sun Jan 14 10:22:58 2024 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Thu Jan 11 19:23:26 2024 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Thu Jan 11 15:46:48 2024 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Thu Jan 11 15:11:23 2024 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Thu Jan 11 13:23:44 2024 +0200\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Thu Jan 11 09:44:49 2024 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Wed Jan 10 11:45:01 2024 +0200\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Wed Jan 10 10:06:27 2024 +0200\n\n1\t1\tchanges/linweb.yml\nAlmog Ben-David ,Tue Jan 9 23:49:45 2024 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Tue Jan 9 16:54:00 2024 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Tue Jan 9 14:48:18 2024 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Tue Jan 9 14:01:20 2024 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Tue Jan 9 09:10:19 2024 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Jan 8 18:26:53 2024 +0200\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Mon Jan 8 16:16:42 2024 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Jan 8 14:18:32 2024 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Jan 8 11:34:55 2024 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Sun Jan 7 18:33:17 2024 +0200\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Sun Jan 7 11:50:26 2024 +0200\n\n1\t1\tchanges/linweb.yml\nAlmog Ben-David ,Thu Jan 4 16:16:56 2024 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Thu Jan 4 14:38:12 2024 +0200\n\n1\t1\tchanges/linweb.yml\nAlmog Ben-David ,Thu Jan 4 13:10:36 2024 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Thu Jan 4 12:09:29 2024 +0200\n\n1\t1\tchanges/linweb.yml\nAlmog Ben-David ,Wed Jan 3 17:02:12 2024 +0200\n\n1\t1\tchanges/linweb.yml\nAvishag Sahar ,Wed Jan 3 14:57:16 2024 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Wed Jan 3 11:23:54 2024 +0200\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Wed Jan 3 10:56:13 2024 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Tue Jan 2 18:14:49 2024 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Tue Jan 2 16:48:11 2024 +0200\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Mon Jan 1 13:46:30 2024 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Mon Jan 1 10:32:40 2024 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Sun Dec 31 16:41:25 2023 +0200\n\n1\t1\tchanges/linweb.yml\nAvishag Sahar ,Sun Dec 31 15:17:26 2023 +0200\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Sun Dec 31 13:14:09 2023 +0200\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Sun Dec 31 12:42:35 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Thu Dec 28 17:50:43 2023 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Thu Dec 28 14:01:30 2023 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Thu Dec 28 12:18:02 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Thu Dec 28 09:05:37 2023 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Wed Dec 27 19:50:30 2023 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Wed Dec 27 13:27:29 2023 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Tue Dec 26 16:01:47 2023 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Tue Dec 26 15:08:51 2023 +0200\n\n1\t1\tchanges/linweb.yml\nAlmog Ben-David ,Tue Dec 26 14:21:46 2023 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Tue Dec 26 13:03:38 2023 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Tue Dec 26 11:36:31 2023 +0200\n\n1\t1\tchanges/linweb.yml\nAvishag Sahar ,Mon Dec 25 15:46:49 2023 +0200\n\n1\t1\tchanges/linweb.yml\nAvishag Sahar ,Mon Dec 25 13:46:52 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Dec 25 10:08:33 2023 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Sun Dec 24 13:33:06 2023 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Sun Dec 24 11:07:11 2023 +0200\n\n1\t1\tchanges/linweb.yml\nAlmog Ben-David ,Sun Dec 24 10:39:13 2023 +0200\n\n1\t1\tchanges/linweb.yml\nOriel Zaken ,Thu Dec 21 20:04:15 2023 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Thu Dec 21 15:10:46 2023 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Thu Dec 21 14:33:28 2023 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Thu Dec 21 11:25:12 2023 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Thu Dec 21 11:09:39 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Wed Dec 20 16:29:28 2023 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Wed Dec 20 10:54:31 2023 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Tue Dec 19 16:36:36 2023 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Tue Dec 19 15:31:24 2023 +0200\n\n1\t1\tchanges/linweb.yml\nAvishag Sahar ,Tue Dec 19 14:23:57 2023 +0200\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Mon Dec 18 15:30:52 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Dec 18 12:03:38 2023 +0200\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Sun Dec 17 17:00:38 2023 +0200\n\n1\t1\tchanges/linweb.yml\nAvishag Sahar ,Thu Dec 14 17:05:47 2023 +0200\n\n1\t1\tchanges/linweb.yml\nAlmog Ben-David ,Thu Dec 14 15:02:18 2023 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Thu Dec 14 13:33:37 2023 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Thu Dec 14 11:14:01 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Thu Dec 14 10:35:03 2023 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Wed Dec 13 15:24:55 2023 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Wed Dec 13 14:08:31 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Wed Dec 13 10:20:37 2023 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Tue Dec 12 18:02:55 2023 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Tue Dec 12 17:34:30 2023 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Mon Dec 11 16:54:06 2023 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Mon Dec 11 11:19:51 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Dec 11 08:23:05 2023 +0200\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Sun Dec 10 16:39:32 2023 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Sun Dec 10 14:28:45 2023 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Sun Dec 10 12:55:46 2023 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Thu Dec 7 16:56:05 2023 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Thu Dec 7 15:56:41 2023 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Thu Dec 7 14:33:06 2023 +0200\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Thu Dec 7 11:06:02 2023 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Wed Dec 6 20:30:42 2023 +0200\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Wed Dec 6 18:55:10 2023 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Wed Dec 6 18:33:28 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Wed Dec 6 18:04:34 2023 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Wed Dec 6 14:57:52 2023 +0200\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Wed Dec 6 13:35:44 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Wed Dec 6 08:28:40 2023 +0200\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Tue Dec 5 17:40:06 2023 +0200\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Tue Dec 5 11:08:02 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Dec 4 19:19:41 2023 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Mon Dec 4 15:59:37 2023 +0200\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Mon Dec 4 13:57:10 2023 +0200\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Mon Dec 4 10:04:17 2023 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Mon Dec 4 09:22:47 2023 +0200\n\n1\t2\tchanges/linweb.yml\nLev Eidelman Nagar ,Sun Dec 3 15:58:36 2023 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Sun Dec 3 15:28:55 2023 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Sun Dec 3 14:11:39 2023 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Sun Dec 3 12:22:58 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Fri Dec 1 10:11:16 2023 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Thu Nov 30 17:33:54 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Thu Nov 30 16:29:49 2023 +0200\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Thu Nov 30 14:45:06 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Thu Nov 30 13:29:13 2023 +0200\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Thu Nov 30 13:03:14 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Thu Nov 30 07:41:15 2023 +0200\n\n1\t1\tchanges/linweb.yml\nFadi Khayo <33923689+Fadikhayo1995@users.noreply.github.com>,Wed Nov 29 14:45:54 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Wed Nov 29 14:23:08 2023 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Wed Nov 29 11:45:56 2023 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Wed Nov 29 11:15:04 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Wed Nov 29 09:30:41 2023 +0200\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Tue Nov 28 13:52:39 2023 +0200\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Tue Nov 28 12:19:41 2023 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Tue Nov 28 11:49:39 2023 +0200\n\n1\t1\tchanges/linweb.yml\nAlmog Ben-David ,Tue Nov 28 11:05:26 2023 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Mon Nov 27 19:34:33 2023 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Mon Nov 27 18:10:54 2023 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Mon Nov 27 16:57:46 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Nov 27 15:05:06 2023 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Mon Nov 27 12:31:38 2023 +0200\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Mon Nov 27 11:40:18 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Nov 27 10:20:50 2023 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Sun Nov 26 15:47:43 2023 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Sun Nov 26 12:58:44 2023 +0200\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Thu Nov 23 14:53:43 2023 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Wed Nov 22 17:31:46 2023 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Wed Nov 22 16:21:06 2023 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Wed Nov 22 11:17:01 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Wed Nov 22 09:57:49 2023 +0200\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Tue Nov 21 13:44:38 2023 +0200\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Tue Nov 21 11:58:43 2023 +0200\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Tue Nov 21 11:22:48 2023 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Mon Nov 20 17:01:08 2023 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Mon Nov 20 13:35:58 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Nov 20 11:36:21 2023 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Sun Nov 19 17:32:36 2023 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Sun Nov 19 15:11:16 2023 +0200\n\n1\t1\tchanges/linweb.yml\nOriel Zaken ,Sun Nov 19 10:32:06 2023 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Thu Nov 16 17:31:48 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Thu Nov 16 15:11:16 2023 +0200\n\n1\t1\tchanges/linweb.yml\nOriel Zaken ,Wed Nov 15 15:51:29 2023 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Wed Nov 15 14:34:18 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Wed Nov 15 12:20:48 2023 +0200\n\n1\t1\tchanges/linweb.yml\nOriel Zaken ,Wed Nov 15 10:37:08 2023 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Tue Nov 14 13:29:28 2023 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Mon Nov 13 15:57:17 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Nov 13 12:44:13 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Nov 13 09:56:31 2023 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Thu Nov 9 16:52:43 2023 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Thu Nov 9 15:41:58 2023 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Thu Nov 9 14:19:52 2023 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Thu Nov 9 13:35:53 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Wed Nov 8 16:26:48 2023 +0200\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Wed Nov 8 14:46:46 2023 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Wed Nov 8 12:10:20 2023 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Wed Nov 8 11:14:05 2023 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Tue Nov 7 14:35:41 2023 +0200\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Tue Nov 7 12:54:27 2023 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Mon Nov 6 18:46:22 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Nov 6 14:26:49 2023 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Sun Nov 5 20:43:44 2023 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Sun Nov 5 17:27:11 2023 +0200\n\n1\t1\tchanges/linweb.yml\nAlmog Ben-David ,Sun Nov 5 15:15:02 2023 +0200\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Sun Nov 5 13:41:59 2023 +0200\n\n1\t2\tchanges/linweb.yml\noren yosef ,Sun Nov 5 11:57:03 2023 +0200\n\n1\t0\tchanges/linweb.yml\nYovel Elad ,Sun Nov 5 11:21:20 2023 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Thu Nov 2 15:17:08 2023 +0200\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Thu Nov 2 13:20:23 2023 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Thu Nov 2 11:34:52 2023 +0200\n\n1\t1\tchanges/linweb.yml\nOriel Zaken ,Wed Nov 1 17:59:19 2023 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Wed Nov 1 14:55:02 2023 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Wed Nov 1 12:59:41 2023 +0200\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Wed Nov 1 11:45:00 2023 +0200\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Wed Nov 1 11:00:54 2023 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Tue Oct 31 18:01:04 2023 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Tue Oct 31 16:17:32 2023 +0200\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Tue Oct 31 14:46:48 2023 +0200\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Tue Oct 31 13:34:28 2023 +0200\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Tue Oct 31 10:44:32 2023 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Mon Oct 30 17:19:35 2023 +0200\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Mon Oct 30 13:31:31 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Oct 30 10:31:08 2023 +0200\n\n1\t1\tchanges/linweb.yml\nOriel Zaken ,Mon Oct 30 10:11:24 2023 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Sun Oct 29 17:53:48 2023 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Sun Oct 29 16:34:16 2023 +0200\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Thu Oct 26 16:38:35 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Thu Oct 26 15:37:49 2023 +0300\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Thu Oct 26 12:43:04 2023 +0300\n\n1\t1\tchanges/linweb.yml\nAlmog Ben-David ,Thu Oct 26 10:46:51 2023 +0300\n\n1\t1\tchanges/linweb.yml\nAlmog Ben-David ,Thu Oct 26 10:12:12 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Thu Oct 26 07:54:27 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Wed Oct 25 18:30:53 2023 +0300\n\n1\t1\tchanges/linweb.yml\nomri marcovitch ,Wed Oct 25 18:07:35 2023 +0300\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Wed Oct 25 14:53:58 2023 +0300\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Wed Oct 25 11:21:44 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Tue Oct 24 17:12:48 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Tue Oct 24 12:37:06 2023 +0300\n\n1\t1\tchanges/linweb.yml\nAlmog Ben-David ,Tue Oct 24 10:25:39 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Mon Oct 23 16:27:12 2023 +0300\n\n1\t3\tchanges/linweb.yml\noren yosef ,Mon Oct 23 15:31:16 2023 +0300\n\n1\t0\tchanges/linweb.yml\nOren Yosef ,Mon Oct 23 15:24:42 2023 +0300\n\n1\t0\tchanges/linweb.yml\nYovel Elad ,Mon Oct 23 15:02:00 2023 +0300\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Mon Oct 23 13:58:02 2023 +0300\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Mon Oct 23 11:20:49 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Oct 23 09:16:19 2023 +0300\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Sun Oct 22 18:15:29 2023 +0300\n\n1\t1\tchanges/linweb.yml\nAlmog Ben-David ,Sun Oct 22 17:37:06 2023 +0300\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Sun Oct 22 17:02:56 2023 +0300\n\n1\t1\tchanges/linweb.yml\nAlmog Ben-David ,Sun Oct 22 16:23:52 2023 +0300\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Thu Oct 19 12:54:51 2023 +0300\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Wed Oct 18 18:11:22 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Wed Oct 18 16:25:05 2023 +0300\n\n1\t1\tchanges/linweb.yml\nAlmog Ben-David ,Wed Oct 18 13:35:01 2023 +0300\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Tue Oct 17 18:20:46 2023 +0300\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Tue Oct 17 13:42:31 2023 +0300\n\n1\t1\tchanges/linweb.yml\nAlmog Ben-David ,Tue Oct 17 10:13:12 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Oct 16 13:18:54 2023 +0300\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Mon Oct 16 11:26:03 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Sun Oct 15 17:38:12 2023 +0300\n\n1\t1\tchanges/linweb.yml\noren yosef ,Sun Oct 15 13:00:01 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Sun Oct 15 12:46:54 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Sun Oct 15 11:31:49 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Thu Oct 12 10:42:16 2023 +0300\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Wed Oct 11 14:48:19 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Wed Oct 11 13:34:28 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Wed Oct 11 12:12:50 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Tue Oct 10 10:36:11 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Thu Oct 5 11:54:58 2023 +0300\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Wed Oct 4 13:50:39 2023 +0300\n\n1\t1\tchanges/linweb.yml\nAvishag Sahar ,Tue Oct 3 21:49:05 2023 +0300\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Tue Oct 3 16:59:50 2023 +0300\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Tue Oct 3 14:56:06 2023 +0300\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Tue Oct 3 09:37:20 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Mon Oct 2 17:25:49 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Mon Oct 2 15:01:04 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Sun Oct 1 18:49:47 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Sun Oct 1 14:54:14 2023 +0300\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Sun Oct 1 13:56:20 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Sun Oct 1 13:23:10 2023 +0300\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Sun Oct 1 10:38:49 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Thu Sep 28 19:02:34 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Thu Sep 28 18:18:20 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Thu Sep 28 15:11:57 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Thu Sep 28 13:01:01 2023 +0300\n\n1\t1\tchanges/linweb.yml\nAlmog Ben-David ,Thu Sep 28 12:01:07 2023 +0300\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Wed Sep 27 16:48:26 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Wed Sep 27 13:52:15 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Wed Sep 27 13:07:35 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Wed Sep 27 09:56:08 2023 +0300\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Tue Sep 26 17:25:34 2023 +0300\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Tue Sep 26 17:05:17 2023 +0300\n\n1\t1\tchanges/linweb.yml\nlev ,Tue Sep 26 16:05:03 2023 +0300\n\n1\t1\tchanges/linweb.yml\nAlmog Ben-David ,Tue Sep 26 14:58:45 2023 +0300\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Tue Sep 26 12:50:38 2023 +0300\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Tue Sep 26 10:57:23 2023 +0300\n\n1\t1\tchanges/linweb.yml\nAlmog Ben-David ,Thu Sep 21 18:43:20 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Thu Sep 21 16:33:44 2023 +0300\n\n1\t1\tchanges/linweb.yml\nAlmog Ben-David ,Thu Sep 21 15:16:18 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Thu Sep 21 13:14:31 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Thu Sep 21 12:34:02 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Thu Sep 21 11:20:33 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Wed Sep 20 20:53:13 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Wed Sep 20 18:10:50 2023 +0300\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Wed Sep 20 15:59:25 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Wed Sep 20 14:10:32 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Wed Sep 20 11:09:29 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Tue Sep 19 17:51:36 2023 +0300\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Tue Sep 19 14:40:17 2023 +0300\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Tue Sep 19 10:36:19 2023 +0300\n\n1\t1\tchanges/linweb.yml\nAlmog Ben-David ,Tue Sep 19 09:40:53 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Sep 18 14:18:40 2023 +0300\n\n1\t1\tchanges/linweb.yml\nAlmog Ben-David ,Sun Sep 17 22:10:51 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Thu Sep 14 10:11:44 2023 +0300\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Thu Sep 14 09:16:29 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Wed Sep 13 20:14:21 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Wed Sep 13 19:11:53 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Wed Sep 13 17:08:06 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Wed Sep 13 16:23:19 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Wed Sep 13 16:15:38 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Wed Sep 13 15:23:53 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Wed Sep 13 13:18:52 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Wed Sep 13 11:06:27 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Wed Sep 13 08:36:38 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Tue Sep 12 15:42:54 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Tue Sep 12 14:56:30 2023 +0300\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Tue Sep 12 11:23:34 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Tue Sep 12 09:44:35 2023 +0300\n\n1\t1\tchanges/linweb.yml\nOren Yosef ,Mon Sep 11 15:41:12 2023 +0300\n\n0\t1\tchanges/linweb.yml\nOren Yosef ,Mon Sep 11 13:54:14 2023 +0300\n\n1\t0\tchanges/linweb.yml\nflomermer ,Mon Sep 11 12:16:12 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Sep 11 09:12:01 2023 +0300\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Mon Sep 11 08:32:14 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Sun Sep 10 17:33:32 2023 +0300\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Sun Sep 10 17:13:49 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Sun Sep 10 16:11:05 2023 +0300\n\n1\t1\tchanges/linweb.yml\nAvishag Sahar ,Sun Sep 10 14:45:36 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Sun Sep 10 13:38:17 2023 +0300\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Sun Sep 10 09:16:17 2023 +0300\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Thu Sep 7 15:23:55 2023 +0300\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Thu Sep 7 09:54:28 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Wed Sep 6 20:30:04 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Wed Sep 6 18:34:23 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Wed Sep 6 15:47:56 2023 +0300\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Wed Sep 6 13:42:45 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Tue Sep 5 19:44:42 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Tue Sep 5 19:41:28 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Tue Sep 5 19:38:52 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Tue Sep 5 16:13:35 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Tue Sep 5 14:52:14 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Tue Sep 5 11:28:51 2023 +0300\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Tue Sep 5 09:48:20 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Mon Sep 4 16:30:34 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Mon Sep 4 11:30:17 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Sun Sep 3 11:48:25 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Thu Aug 31 15:43:53 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Thu Aug 31 10:32:23 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Wed Aug 30 18:55:31 2023 +0300\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Wed Aug 30 16:23:54 2023 +0300\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Wed Aug 30 15:00:30 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Wed Aug 30 13:53:34 2023 +0300\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Wed Aug 30 12:59:49 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Tue Aug 29 19:34:15 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Tue Aug 29 17:30:01 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Tue Aug 29 10:43:14 2023 +0300\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Mon Aug 28 17:49:30 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Aug 28 15:21:59 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Mon Aug 28 14:12:08 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Aug 28 12:07:17 2023 +0300\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Mon Aug 28 10:48:00 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Sun Aug 27 16:50:05 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Sun Aug 27 15:41:18 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Sun Aug 27 13:36:52 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Sun Aug 27 12:03:28 2023 +0300\n\n1\t1\tchanges/linweb.yml\nomri marcovitch ,Thu Aug 24 16:07:32 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Thu Aug 24 09:35:33 2023 +0300\n\n1\t1\tchanges/linweb.yml\nomri marcovitch ,Wed Aug 23 16:55:31 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Wed Aug 23 13:07:23 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Tue Aug 22 20:15:10 2023 +0300\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Tue Aug 22 16:57:22 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Tue Aug 22 16:18:41 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Mon Aug 21 15:59:19 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Sun Aug 20 14:52:36 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Sun Aug 20 12:36:01 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Sun Aug 20 12:14:44 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Sun Aug 20 11:30:43 2023 +0300\n\n1\t1\tchanges/linweb.yml\nomri marcovitch ,Thu Aug 17 15:22:36 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Wed Aug 16 18:19:35 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Wed Aug 16 14:08:31 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Tue Aug 15 15:14:32 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Tue Aug 15 12:20:58 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Mon Aug 14 18:21:31 2023 +0300\n\n1\t2\tchanges/linweb.yml\noren yosef ,Mon Aug 14 17:01:55 2023 +0300\n\n1\t0\tchanges/linweb.yml\n“Keren ,Mon Aug 14 15:53:14 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Mon Aug 14 14:35:26 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Mon Aug 14 11:25:41 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Sun Aug 13 18:23:41 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Sun Aug 13 16:54:24 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Sun Aug 13 14:38:12 2023 +0300\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Sun Aug 13 12:41:37 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Sun Aug 13 12:16:50 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Sun Aug 13 11:46:14 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Sun Aug 13 10:31:13 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Thu Aug 10 14:15:24 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Thu Aug 10 13:27:11 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Thu Aug 10 12:43:47 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Wed Aug 9 18:44:35 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Wed Aug 9 16:30:45 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Wed Aug 9 16:15:01 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Tue Aug 8 18:35:57 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Tue Aug 8 18:20:51 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Tue Aug 8 11:42:11 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Mon Aug 7 16:10:50 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Mon Aug 7 15:42:17 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Aug 7 11:59:48 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Aug 7 11:39:00 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Sun Aug 6 20:41:25 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Sun Aug 6 18:23:42 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Thu Aug 3 14:42:59 2023 +0300\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Thu Aug 3 14:31:35 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Thu Aug 3 12:42:04 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Thu Aug 3 12:18:24 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Thu Aug 3 12:02:46 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Thu Aug 3 08:21:40 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Wed Aug 2 14:54:37 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Wed Aug 2 13:38:54 2023 +0300\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Wed Aug 2 11:16:35 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Tue Aug 1 12:24:29 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Jul 31 18:08:55 2023 +0300\n\n1\t1\tchanges/linweb.yml\nFadi Khayo <33923689+Fadikhayo1995@users.noreply.github.com>,Mon Jul 31 13:14:53 2023 +0300\n\n1\t1\tchanges/linweb.yml\nFadi Khayo <33923689+Fadikhayo1995@users.noreply.github.com>,Mon Jul 31 13:07:21 2023 +0300\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Mon Jul 31 11:04:03 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Sun Jul 30 18:58:13 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Thu Jul 27 15:08:03 2023 +0300\n\n1\t1\tchanges/linweb.yml\nomri marcovitch ,Thu Jul 27 14:57:00 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Wed Jul 26 20:20:13 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Wed Jul 26 18:30:04 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Wed Jul 26 15:37:50 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Wed Jul 26 13:21:57 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Wed Jul 26 11:37:30 2023 +0300\n\n1\t1\tchanges/linweb.yml\nAlon Galperin <105145534+alongalperin-lb@users.noreply.github.com>,Tue Jul 25 16:18:30 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Tue Jul 25 13:08:34 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Tue Jul 25 11:01:06 2023 +0300\n\n1\t1\tchanges/linweb.yml\nAlon Galperin <105145534+alongalperin-lb@users.noreply.github.com>,Mon Jul 24 18:48:50 2023 +0300\n\n1\t1\tchanges/linweb.yml\nAlon Galperin <105145534+alongalperin-lb@users.noreply.github.com>,Mon Jul 24 16:13:44 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Sun Jul 23 19:30:01 2023 +0300\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Sun Jul 23 16:03:18 2023 +0300\n\n1\t1\tchanges/linweb.yml\nomri marcovitch ,Thu Jul 20 14:45:30 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Thu Jul 20 12:25:37 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Thu Jul 20 09:24:40 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Wed Jul 19 10:47:07 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Tue Jul 18 17:37:52 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Tue Jul 18 16:28:44 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Tue Jul 18 15:19:44 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Tue Jul 18 13:10:51 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Tue Jul 18 10:07:21 2023 +0300\n\n1\t1\tchanges/linweb.yml\nomri marcovitch ,Mon Jul 17 17:30:33 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Mon Jul 17 13:36:59 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Jul 17 11:39:39 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Sun Jul 16 17:11:16 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Sun Jul 16 16:25:17 2023 +0300\n\n1\t1\tchanges/linweb.yml\noren yosef ,Sun Jul 16 15:47:56 2023 +0300\n\n1\t1\tchanges/linweb.yml\nomri marcovitch ,Sun Jul 16 15:35:07 2023 +0300\n\n1\t1\tchanges/linweb.yml\nalongalperin ,Sun Jul 16 14:59:35 2023 +0300\n\n1\t1\tchanges/linweb.yml\nOriel Zaken ,Sun Jul 16 13:28:46 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Sun Jul 16 11:10:35 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Thu Jul 13 16:35:31 2023 +0300\n\n1\t2\tchanges/linweb.yml\nShakedZrihen ,Thu Jul 13 11:36:20 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Thu Jul 13 09:33:54 2023 +0300\n\n2\t1\tchanges/linweb.yml\nAlon Galperin <105145534+alongalperin-lb@users.noreply.github.com>,Thu Jul 13 08:49:32 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Wed Jul 12 13:54:04 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Tue Jul 11 12:03:21 2023 +0300\n\n1\t2\tchanges/linweb.yml\n“Keren ,Mon Jul 10 18:34:06 2023 +0300\n\n2\t1\tchanges/linweb.yml\nflomermer ,Mon Jul 10 14:01:50 2023 +0300\n\n1\t1\tchanges/linweb.yml\nAlon Galperin <105145534+alongalperin-lb@users.noreply.github.com>,Mon Jul 10 08:43:12 2023 +0300\n\n1\t1\tchanges/linweb.yml\nAlon Galperin <105145534+alongalperin-lb@users.noreply.github.com>,Sun Jul 9 12:29:32 2023 +0300\n\n1\t1\tchanges/linweb.yml\nAlon Galperin <105145534+alongalperin-lb@users.noreply.github.com>,Sun Jul 9 12:01:52 2023 +0300\n\n1\t1\tchanges/linweb.yml\nAlon Galperin <105145534+alongalperin-lb@users.noreply.github.com>,Sun Jul 9 10:49:36 2023 +0300\n\n1\t1\tchanges/linweb.yml\nOren Yosef ,Thu Jul 6 17:09:49 2023 +0300\n\n1\t0\tchanges/linweb.yml\noren yosef ,Thu Jul 6 16:51:37 2023 +0300\n\n0\t1\tchanges/linweb.yml\noren yosef ,Thu Jul 6 16:45:44 2023 +0300\n\n2\t0\tchanges/linweb.yml\nOren Yosef ,Thu Jul 6 16:42:55 2023 +0300\n\n0\t1\tchanges/linweb.yml\n“Keren ,Thu Jul 6 15:45:32 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Thu Jul 6 13:35:16 2023 +0300\n\n1\t2\tchanges/linweb.yml\n“Keren ,Thu Jul 6 08:45:06 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Wed Jul 5 18:19:59 2023 +0300\n\n2\t1\tchanges/linweb.yml\nflomermer ,Wed Jul 5 17:29:34 2023 +0300\n\n1\t1\tchanges/linweb.yml\nalongalperin ,Wed Jul 5 15:08:14 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Wed Jul 5 09:22:13 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Tue Jul 4 17:02:03 2023 +0300\n\n1\t1\tchanges/linweb.yml\nomri marcovitch ,Mon Jul 3 17:11:38 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Sun Jul 2 17:34:26 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Sun Jul 2 13:52:43 2023 +0300\n\n1\t1\tchanges/linweb.yml\nomri marcovitch ,Sun Jul 2 11:16:48 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Sun Jul 2 09:44:17 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Thu Jun 29 15:49:19 2023 +0300\n\n1\t1\tchanges/linweb.yml\nomri marcovitch ,Thu Jun 29 12:33:39 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Thu Jun 29 10:31:26 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Wed Jun 28 19:51:56 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Wed Jun 28 18:17:57 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Wed Jun 28 08:16:13 2023 +0300\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Tue Jun 27 13:20:45 2023 +0300\n\n1\t1\tchanges/linweb.yml\nAlon Galperin <105145534+alongalperin-lb@users.noreply.github.com>,Tue Jun 27 12:45:59 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Jun 26 15:39:33 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Jun 26 08:22:01 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Thu Jun 22 19:16:47 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Thu Jun 22 17:25:07 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Thu Jun 22 12:17:05 2023 +0300\n\n1\t1\tchanges/linweb.yml\nAlon Galperin <105145534+alongalperin-lb@users.noreply.github.com>,Wed Jun 21 18:29:20 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Wed Jun 21 17:16:50 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Wed Jun 21 15:26:49 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Tue Jun 20 15:54:07 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Tue Jun 20 10:17:37 2023 +0300\n\n1\t1\tchanges/linweb.yml\nOren Yosef ,Tue Jun 20 00:26:56 2023 +0300\n\n0\t1\tchanges/linweb.yml\nOren Yosef ,Tue Jun 20 00:08:04 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Jun 19 18:26:59 2023 +0300\n\n2\t1\tchanges/linweb.yml\nZuki Sarusi ,Mon Jun 19 16:08:58 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Mon Jun 19 14:49:02 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Jun 19 12:53:35 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Sun Jun 18 11:53:35 2023 +0300\n\n1\t1\tchanges/linweb.yml\n"};0&&0},94469:(ml,Al,Rl)=>{"use strict";var zl=Object.create;var rd=Object.defineProperty;var yh=Object.getOwnPropertyDescriptor;var kh=Object.getOwnPropertyNames;var Qh=Object.getPrototypeOf;var cf=Object.prototype.hasOwnProperty;var __export=(ml,Al)=>{for(var Rl in Al)rd(ml,Rl,{get:Al[Rl],enumerable:true})};var __copyProps=(ml,Al,Rl,zl)=>{if(Al&&typeof Al==="object"||typeof Al==="function"){for(let Qh of kh(Al))if(!cf.call(ml,Qh)&&Qh!==Rl)rd(ml,Qh,{get:()=>Al[Qh],enumerable:!(zl=yh(Al,Qh))||zl.enumerable})}return ml};var __toESM=(ml,Al,Rl)=>(Rl=ml!=null?zl(Qh(ml)):{},__copyProps(Al||!ml||!ml.__esModule?rd(Rl,"default",{value:ml,enumerable:true}):Rl,ml));var __toCommonJS=ml=>__copyProps(rd({},"__esModule",{value:true}),ml);var t_={};__export(t_,{cleanPrDescription:()=>cleanPrDescription,createGitstreamAIPrContext:()=>createGitstreamAIPrContext,extractCodeIssues:()=>extractCodeIssues,filterOutCmFiles:()=>filterOutCmFiles,getBranchContext:()=>getBranchContext,getPrContext:()=>getPrContext,getRepoContext:()=>getRepoContext});ml.exports=__toCommonJS(t_);var r_=__toESM(Rl(32191));var u_=__toESM(Rl(69860));var C_=__toESM(Rl(82673));var D_=Rl(62840);var S_=Rl(7426);var P_=Rl(56977);var Cg=Rl(83572);var eA=Rl(34414);var tA=Rl(47141);var rA=Rl(45273);var nA=Rl(14947);var iA=Rl(41363);var sA=Rl(62785);var aA=Rl(39302);var oA=Rl(37541);var lA=Rl(99406);const cA=["🔒 Security","🧹 Maintainability","🐞 Bug","🎯 Scope","🧾 Readability","🚀 Performance"];const getDiffSize=ml=>(0,r_.default)(ml,ml=>ml.additions+ml.deletions)||0;const extractMetadataFromFiles=ml=>ml.map(({to:ml,from:Al,deletions:Rl,additions:zl})=>({original_file:Al===S_.NOT_FOUND_FILE_PATH?"":Al,new_file:ml,file:ml!==S_.NOT_FOUND_FILE_PATH?ml:Al,deletions:Rl,additions:zl}));const filteredOutCMFilesFunc=({to:ml})=>ml?S_.IGNORE_PATTERNS_IN_DRY_RUN.every(Al=>!ml.match(Al)):true;const filterOutCmFiles=async(ml,Al,Rl,zl)=>{const{owner:rd,repo:yh,pullRequestNumber:kh}=zl;let Qh=(0,C_.default)(ml);if(Al){Qh=Qh?.filter(filteredOutCMFilesFunc)}if(!Qh?.length){await(0,P_.prepareSendingLogsToDD)("warn",`No files changed in rules-engine context for pr: ${rd}/${yh}/${kh}`,zl,{diffCommand:Rl},Al)}return Qh};const getBranchContext=async(ml,Al,Rl,zl,rd,yh,kh)=>{const Qh=(0,D_.getCommitsNumberOnBranch)(ml);const{fullAuthorName:cf,authorName:t_,authorEmail:r_}=(0,D_.getAuthorName)(ml,Al,kh);const u_=(0,eA.getTheRightGitAuthor)(zl,cf||"",yh,rd,ml);return{name:Al,base:ml,author:u_.fullName||cf,author_name:u_.gitName||t_,author_email:u_.gitEmail||r_,diff:{size:getDiffSize(Rl),files_metadata:extractMetadataFromFiles(Rl)},num_of_commits:Qh,commits:{messages:(0,D_.getCommitMessages)(ml,Al,kh)}}};const getPrContext=(ml,Al)=>{const{repo:Rl,prContext:zl}=ml;const rd={...(0,Cg.convertPRContextFromBase64)(ml.prContext),repo:Rl,conflicted_files_count:(0,D_.getPrConflicsCountPerFile)(zl?.target||"",Al)};return rd};const getRepoContext=async(ml,Al,Rl,zl,rd)=>{const{owner:yh,repo:kh,visibility:Qh,source:cf}=ml;const t_=await(0,tA.contributersStatContext)(rd,ml);const r_=await(0,tA.contributersActivityContext)(rd,rA.ACTIVITY_SINCE,ml);const u_=(0,nA.getCodeExpert)(iA.gitToProviderUser,t_.ds_blame,r_.ds_activity,rd.files,ml);const{ds_blame:C_,...D_}=t_;const{ds_activity:S_,...P_}=r_;const Cg={name:kh,contributors:Rl,owner:yh,visibility:Qh,provider:cf,git_to_provider_user:zl,...D_,...P_,pr_author:Al,data_service:{expert_reviwer_request:u_}};return Cg};const cleanPrDescription=ml=>{const Al=(0,S_.getClientPayload)();const Rl=(0,sA.doubleParse)(Al);const zl=Rl?.source||"github";const rd=/\[!\[workerB\]\(https:\/\/img\.shields\.io\/endpoint\?url=.*?\)\]\(https?:\/\/.*?\/v2\/badge\/collaboration-page\?magicLinkId=.*?\)/g;const yh=ml.replace(rd,"");const kh={[aA.GIT_PROVIDERS.GITHUB]:/(?:\n|\r\n)?\s*([\s\S]*?)\s*(?:\n|\r\n)?/g,[aA.GIT_PROVIDERS.GITLAB]:/(?:\n|\r\n)?\s*([\s\S]*?)\s*(?:\n|\r\n)?/g,[aA.GIT_PROVIDERS.BITBUCKET]:/(?:\n|\r\n)?_Added by gitStream_\s*([\s\S]*?)\s*###### _Generated by LinearB AI and added by gitStream\. AI-generated content may contain inaccuracies\. Please verify before using\.(?:\s*\*\*\[We'd love your feedback!\]\(mailto:product@linearb\.io\)\*\* 🚀)?(?:\n💡 \*\*Tip:\*\* You can customize your AI Description using \*\*Guidelines\*\* \[Learn how\]\(https:\/\/docs\.gitstream\.cm\/automation-actions\/#describe-changes\))?_(?:\n|\r\n)?/g};const Qh=kh[zl];if(!Qh){return yh}return yh.replace(Qh,"").trim()};const extractIssueFromBlock=(ml,Al,Rl,zl,rd)=>{const yh=ml.match(Al);const kh=ml.match(Rl);if(!yh?.[1]||!kh?.[1]){return null}const Qh=yh[1].trim();const cf=kh[1].trim();const t_=cf.match(zl);const r_=t_?parseInt(t_[1],10):0;const u_=t_?parseInt(t_[2],10):0;const[,C_]=ml.match(rd)||[];return{issue:Qh,start_line:r_,end_line:u_,issue_id:C_||""}};const extractCodeIssues=ml=>{const Al=[];for(const Rl of ml){const ml=Rl?.content?.match(/
[\s\S]*?<\/details>/g);const zl=/\*\*Details:\*\*(.*?)\n/;const rd=/\*\*File(?:\*\*:|:\*\*)\s*`(.*?)`/;const yh=/\((\d+)-(\d+)\)$/;const kh=//;const Qh=/> `issue_id:\s*([^`]+)`/;if(ml){for(const Rl of ml){const ml=extractIssueFromBlock(Rl,zl,rd,yh,kh);if(ml){Al.push(ml)}}}else{const ml=Rl.content.match(new RegExp(`(${cA.join("|")})`,"g"));if(ml){const kh=[];let cf=0;for(const Al of ml){const ml=Rl.content.indexOf(Al,cf);if(ml!==-1){const zl=Rl.content.substring(ml+Al.length);const rd=zl.indexOf("---");const yh=rd!==-1?zl.substring(0,rd).trim():zl.trim();kh.push(yh);cf=ml+Al.length}}for(const ml of kh){const Rl=extractIssueFromBlock(ml,zl,rd,yh,Qh);if(Rl){Al.push(Rl)}}}}}return Al};const extractGitStreamReviews=(ml=[],Al=[])=>{const Rl="### ✨ PR Review";const zl=[];if(ml.length){const Al=ml.filter(ml=>ml.content.includes(Rl));zl.push(...Al)}if(Al.length){const ml=Al.filter(ml=>ml.content.includes(Rl));zl.push(...ml)}return extractCodeIssues(zl)};const extractFullGitStreamReviews=(ml=[],Al=[])=>{const Rl="### ✨ PR Review";const zl=[];if(ml.length){const Al=ml.filter(ml=>ml.content.includes(Rl));zl.push(...Al)}if(Al.length){const ml=Al.filter(ml=>ml.content.includes(Rl));zl.push(...ml)}return zl};const createGitstreamAIPrContext=ml=>{const Al=(0,u_.default)(ml.branch,["name","diff","commits"]);const Rl=(0,S_.getClientPayload)();const zl=(0,sA.doubleParse)(Rl);const{prContext:rd}=zl;const yh=(0,u_.default)(ml.repo,["languages","provider"]);if(ml.repo?.provider===aA.GIT_PROVIDERS.BITBUCKET){try{const ml=(0,lA.listAllFiles)();yh.languages=(0,oA.detectLanguagesFromRepository)(ml)}catch(Al){console.warn(`Failed to detect languages for ${ml.repo?.provider} repo`,Al)}}const kh=ml.pr||{};const Qh={...(0,u_.default)(kh,["title","description","labels","comments","reviews"]),url:kh.url||rd?.url};Qh.description=cleanPrDescription(Qh.description||"");const cf=kh.comments||[];const t_=kh.reviews||[];const r_=extractGitStreamReviews(cf,t_);const C_=extractFullGitStreamReviews(cf,t_);Qh.previous_gitstream_reviews=C_;Qh.previous_reviews_issues=r_;Qh.comments=[];Qh.reviews=[];return{branch:Al,source:ml.source,repo:yh,files:ml.files||[],pr:Qh}};0&&0},37541:(ml,Al,Rl)=>{"use strict";var zl=Object.create;var rd=Object.defineProperty;var yh=Object.getOwnPropertyDescriptor;var kh=Object.getOwnPropertyNames;var Qh=Object.getPrototypeOf;var cf=Object.prototype.hasOwnProperty;var __export=(ml,Al)=>{for(var Rl in Al)rd(ml,Rl,{get:Al[Rl],enumerable:true})};var __copyProps=(ml,Al,Rl,zl)=>{if(Al&&typeof Al==="object"||typeof Al==="function"){for(let Qh of kh(Al))if(!cf.call(ml,Qh)&&Qh!==Rl)rd(ml,Qh,{get:()=>Al[Qh],enumerable:!(zl=yh(Al,Qh))||zl.enumerable})}return ml};var __toESM=(ml,Al,Rl)=>(Rl=ml!=null?zl(Qh(ml)):{},__copyProps(Al||!ml||!ml.__esModule?rd(Rl,"default",{value:ml,enumerable:true}):Rl,ml));var __toCommonJS=ml=>__copyProps(rd({},"__esModule",{value:true}),ml);var t_={};__export(t_,{detectLanguagesFromRepository:()=>detectLanguagesFromRepository});ml.exports=__toCommonJS(t_);var r_=__toESM(Rl(16928));var u_=__toESM(Rl(38842));var C_=__toESM(Rl(94604));var D_=__toESM(Rl(32670));const S_={".js":"JavaScript",".jsx":"JavaScript",".mjs":"JavaScript",".cjs":"JavaScript",".ts":"TypeScript",".tsx":"TypeScript",".vue":"Vue",".py":"Python",".pyw":"Python",".pyx":"Python",".pyi":"Python",".java":"Java",".kt":"Kotlin",".kts":"Kotlin",".scala":"Scala",".groovy":"Groovy",".c":"C",".h":"C",".cpp":"C++",".cxx":"C++",".cc":"C++",".hpp":"C++",".hxx":"C++",".m":"Objective-C",".mm":"Objective-C++",".cs":"C#",".vb":"Visual Basic",".fs":"F#",".go":"Go",".rs":"Rust",".rb":"Ruby",".erb":"Ruby",".php":"PHP",".phtml":"PHP",".swift":"Swift",".sh":"Shell",".bash":"Shell",".zsh":"Shell",".fish":"Shell",".ps1":"PowerShell",".psm1":"PowerShell",".html":"HTML",".htm":"HTML",".xhtml":"HTML",".css":"CSS",".scss":"SCSS",".sass":"Sass",".less":"Less",".json":"JSON",".xml":"XML",".yaml":"YAML",".yml":"YAML",".toml":"TOML",".ini":"INI",".md":"Markdown",".rst":"reStructuredText",".tex":"TeX",".r":"R",".R":"R",".rmd":"R",".jl":"Julia",".lua":"Lua",".dart":"Dart",".elm":"Elm",".ex":"Elixir",".exs":"Elixir",".erl":"Erlang",".hrl":"Erlang",".clj":"Clojure",".cljs":"Clojure",".cljc":"Clojure",".ml":"OCaml",".mli":"OCaml",".nim":"Nim",".nims":"Nim",".zig":"Zig",".pl":"Perl",".pm":"Perl",".t":"Perl",".hs":"Haskell",".lhs":"Haskell",".v":"Verilog",".sv":"SystemVerilog",".vhd":"VHDL",".vhdl":"VHDL",".mat":"MATLAB",".sol":"Solidity"};const P_=["node_modules","vendor","bower_components","jspm_packages","dist","build","out","target","bin","obj",".idea",".vscode",".vs",".git",".svn",".hg",".cache",".pytest_cache","__pycache__",".mypy_cache","coverage",".nyc_output","htmlcov","_build","site",".docusaurus","packages",".yarn",".pnp"];const Cg=[".exe",".dll",".so",".dylib",".a",".o",".jpg",".jpeg",".png",".gif",".bmp",".svg",".ico",".webp",".txt",".pdf",".doc",".docx",".xls",".xlsx",".ppt",".pptx",".zip",".tar",".gz",".bz2",".7z",".rar",".mp3",".mp4",".avi",".mov",".wav",".flac",".ttf",".otf",".woff",".woff2",".eot",".lock",".min.js",".min.css",".map",".snap"];function detectLanguagesFromRepository(ml){const Al={};for(const Rl of ml){let ml=false;for(const Al of P_){if(Rl.includes(`/${Al}/`)||Rl.includes(`/${Al}`)){ml=true;break}}if(!ml){const ml=r_.extname(Rl).toLowerCase();if(!Cg.includes(ml)){const zl=r_.basename(Rl);if(zl!=="package-lock.json"&&zl!=="yarn.lock"&&zl!=="pnpm-lock.yaml"){const Rl=S_[ml];if(Rl){Al[Rl]=(Al[Rl]||0)+1}}}}}const Rl=(0,u_.default)(Object.values(Al));if(Rl===0){return{}}const zl=[];for(const[ml,rd]of Object.entries(Al)){const Al=rd/Rl*100;if(Al>=1){zl.push([ml,Math.round(Al*10)/10])}}const rd=(0,C_.default)(zl,ml=>-ml[1]);const yh=(0,D_.default)(rd,10);const kh={};for(const[ml,Al]of yh){kh[ml]=Al}return kh}0&&0},32638:(ml,Al,Rl)=>{"use strict";var zl=Object.defineProperty;var rd=Object.getOwnPropertyDescriptor;var yh=Object.getOwnPropertyNames;var kh=Object.prototype.hasOwnProperty;var __export=(ml,Al)=>{for(var Rl in Al)zl(ml,Rl,{get:Al[Rl],enumerable:true})};var __copyProps=(ml,Al,Rl,Qh)=>{if(Al&&typeof Al==="object"||typeof Al==="function"){for(let cf of yh(Al))if(!kh.call(ml,cf)&&cf!==Rl)zl(ml,cf,{get:()=>Al[cf],enumerable:!(Qh=rd(Al,cf))||Qh.enumerable})}return ml};var __toCommonJS=ml=>__copyProps(zl({},"__esModule",{value:true}),ml);var Qh={};__export(Qh,{matchContributors:()=>matchContributors});ml.exports=__toCommonJS(Qh);var cf=Rl(56977);const matchByEmail=(ml="",Al="",Rl="")=>{if(!ml||typeof ml!=="string"){return null}let zl=ml.includes("@")?ml.split("@")[0]:ml;zl=zl?.includes("+")?zl.split("+")[1]:zl;zl=zl.replace(/\./g,"");return zl.includes(Rl)||zl.includes(Al)||Al?.includes(zl)||Rl===zl};const matchByName=(ml="",Al="")=>{if(!Al||!ml||typeof ml!=="string"||typeof Al!=="string"){return false}const Rl=Al.trim().toLowerCase();const zl=ml.trim().toLowerCase();return zl?.includes(Rl)};const formatProviderContributors=ml=>ml.map(({login:ml,name:Al})=>({login:ml,name:Al})).filter(({login:ml,name:Al})=>ml||Al);const formatGitContributors=ml=>Object.keys(ml).map(Al=>{const Rl=Al.split(" ");return{email:Rl.pop(),login:Rl.join(""),name:Rl[0],lastName:Rl[1],fullName:Rl.join(" "),reversedName:(Rl[1]||"")+Rl[0],contributor:Al,contributions:ml[Al]}});const getUserMappingFromConfig=async(ml,Al)=>{try{const Al=ml?.config?.user_mapping?.reduce((ml,Al)=>{const Rl=Object.keys(Al)[0];const zl=Al[Rl]??Rl;return{...ml,[Rl]:zl}},{})||{};return Al}catch(ml){const{owner:Rl,repo:zl,pullRequestNumber:rd}=Al;await(0,cf.prepareSendingLogsToDD)("info",`Failed to parse user_mapping for pr ${Rl}/${zl}/${rd}`,Al,{error:ml?.message},true);console.log("Failed to parse user_mapping: ",ml);return{}}};const matchContributorsFromProviderData=async(ml,Al,Rl)=>{try{const Rl=formatProviderContributors(ml);const zl=formatGitContributors(Al);const rd={};let yh=[];zl.forEach(ml=>{const Al=Rl.find(({name:Al,login:Rl})=>matchByEmail(ml.email,Rl,Al)||matchByName(ml.login,Rl));if(ml.contributor&&Al){rd[ml.contributor]=Al.login}else{yh.push(ml)}});const kh=[...yh];yh=[];kh.forEach(ml=>{const Al=Rl.find(({name:Al})=>matchByName(ml.fullName,Al)||matchByName(ml.reversedName,Al));if(ml.contributor&&Al){rd[ml.contributor]=Al.login}else{yh.push(ml)}});yh.forEach(ml=>{if(ml.contributor){rd[ml.contributor]=ml.contributor}});return rd}catch(ml){const{owner:Al,repo:zl,pullRequestNumber:rd}=Rl;await(0,cf.prepareSendingLogsToDD)("info",`Failed to match contributors for pr: ${Al}/${zl}/${rd}`,Rl,{error:ml?.message},true);console.error("Failed to match contributors",ml);return{}}};const mergeResults=(ml,Al)=>Object.keys(Al).reduce((Rl,zl)=>({...Rl,[zl]:ml[zl]??Al[zl]}),{});const matchContributors=async(ml,Al,Rl,zl)=>{const{owner:rd,repo:yh,pullRequestNumber:kh}=Rl;if(!ml||!Al){console.error("matchContributors failed: not provided data");return{}}const Qh=await matchContributorsFromProviderData(ml,Al,Rl);const t_=await getUserMappingFromConfig(zl,Rl);if(Object.keys(t_).length){await(0,cf.prepareSendingLogsToDD)("info",`got contributors from config for pr: ${rd}/${yh}/${kh}`,Rl,{userMappingFromConfig:t_},true);return mergeResults(t_,Qh)}return Qh};0&&0},34414:(ml,Al,Rl)=>{"use strict";var zl=Object.defineProperty;var rd=Object.getOwnPropertyDescriptor;var yh=Object.getOwnPropertyNames;var kh=Object.prototype.hasOwnProperty;var __export=(ml,Al)=>{for(var Rl in Al)zl(ml,Rl,{get:Al[Rl],enumerable:true})};var __copyProps=(ml,Al,Rl,Qh)=>{if(Al&&typeof Al==="object"||typeof Al==="function"){for(let cf of yh(Al))if(!kh.call(ml,cf)&&cf!==Rl)zl(ml,cf,{get:()=>Al[cf],enumerable:!(Qh=rd(Al,cf))||Qh.enumerable})}return ml};var __toCommonJS=ml=>__copyProps(zl({},"__esModule",{value:true}),ml);var Qh={};__export(Qh,{getTheRightGitAuthor:()=>getTheRightGitAuthor});ml.exports=__toCommonJS(Qh);var cf=Rl(56977);var t_=Rl(36010);const getTheRightGitAuthor=(ml,Al,Rl,zl,rd,yh)=>{let kh={author:Al,prevResults:[]};try{if(!Object.keys(ml||[]).includes(Al)){const ml=Object.keys(zl).filter(ml=>{const Al=zl[ml];return Al&&Rl&&Al===Rl});ml.forEach(Al=>{const Rl=(0,t_.commitsDateByAuthor)(Al,rd,yh);if(Rl.length===1){kh={author:Al,prevResults:Rl}}else if(ml.length>1&&kh.prevResults.length<=Rl.length){kh={author:Al,prevResults:Rl}}})}const Qh=`${kh.author?.split("<")[0].replace(/\s*$/,"")}\n`;const cf=`<${kh.author?.split("<")[1]}`;return{gitName:Qh,gitEmail:cf,fullName:kh.author}}catch(ml){(0,cf.debug)(`Failed getting the right author. Error: ${ml}`);return kh}};0&&0},62785:(ml,Al,Rl)=>{"use strict";var zl=Object.create;var rd=Object.defineProperty;var yh=Object.getOwnPropertyDescriptor;var kh=Object.getOwnPropertyNames;var Qh=Object.getPrototypeOf;var cf=Object.prototype.hasOwnProperty;var __export=(ml,Al)=>{for(var Rl in Al)rd(ml,Rl,{get:Al[Rl],enumerable:true})};var __copyProps=(ml,Al,Rl,zl)=>{if(Al&&typeof Al==="object"||typeof Al==="function"){for(let Qh of kh(Al))if(!cf.call(ml,Qh)&&Qh!==Rl)rd(ml,Qh,{get:()=>Al[Qh],enumerable:!(zl=yh(Al,Qh))||zl.enumerable})}return ml};var __toESM=(ml,Al,Rl)=>(Rl=ml!=null?zl(Qh(ml)):{},__copyProps(Al||!ml||!ml.__esModule?rd(Rl,"default",{value:ml,enumerable:true}):Rl,ml));var __toCommonJS=ml=>__copyProps(rd({},"__esModule",{value:true}),ml);var t_={};__export(t_,{PRIVILEGED_ORGS:()=>u_,doubleParse:()=>doubleParse,isPrivilegedOrg:()=>isPrivilegedOrg,omitTokens:()=>omitTokens});ml.exports=__toCommonJS(t_);var r_=__toESM(Rl(92020));const u_=["linear-b","mishakav","yeela-org","yeelali14","eladkohavi"];const doubleParse=ml=>{const Al=JSON.parse(ml);if(typeof Al==="string"){return JSON.parse(Al)}return Al};const omitTokens=ml=>{const Al=(0,r_.default)(ml,["githubToken","gitlabToken","bitbucketToken","resolverToken"]);return Al};const isPrivilegedOrg=ml=>{const Al=ml?.toLowerCase()||"";return u_.some(ml=>ml.toLowerCase()===Al)};0&&0},95616:(ml,Al,Rl)=>{"use strict";var zl=Object.defineProperty;var rd=Object.getOwnPropertyDescriptor;var yh=Object.getOwnPropertyNames;var kh=Object.prototype.hasOwnProperty;var __export=(ml,Al)=>{for(var Rl in Al)zl(ml,Rl,{get:Al[Rl],enumerable:true})};var __copyProps=(ml,Al,Rl,Qh)=>{if(Al&&typeof Al==="object"||typeof Al==="function"){for(let cf of yh(Al))if(!kh.call(ml,cf)&&cf!==Rl)zl(ml,cf,{get:()=>Al[cf],enumerable:!(Qh=rd(Al,cf))||Qh.enumerable})}return ml};var __toCommonJS=ml=>__copyProps(zl({},"__esModule",{value:true}),ml);var Qh={};__export(Qh,{applyPlaygroundEnv:()=>applyPlaygroundEnv,getCloneRepoPath:()=>getCloneRepoPath,getCustomEnv:()=>getCustomEnv,getErrorManager:()=>getErrorManager,getInlinePlugins:()=>getInlinePlugins,getIsExecutePlayground:()=>getIsExecutePlayground,getIsManagedGitstream:()=>getIsManagedGitstream,getSandboxConfig:()=>getSandboxConfig,setCloneRepoPath:()=>setCloneRepoPath,setCustomEnv:()=>setCustomEnv,setInlinePlugins:()=>setInlinePlugins,setIsExecutePlayground:()=>setIsExecutePlayground,setIsManagedGitstream:()=>setIsManagedGitstream,setNewErrorManager:()=>setNewErrorManager,setSandboxConfig:()=>setSandboxConfig});ml.exports=__toCommonJS(Qh);var cf=Rl(80329);let t_=false;let r_="";let u_=false;let C_=new cf.RulesEngineErrorManager;let D_=null;let S_=[];let P_=null;const setCloneRepoPath=ml=>{r_=ml};const getCloneRepoPath=()=>r_;const setIsExecutePlayground=ml=>{t_=ml};const getIsExecutePlayground=()=>t_;const setIsManagedGitstream=ml=>{u_=ml};const getIsManagedGitstream=()=>u_;const setNewErrorManager=()=>{C_=new cf.RulesEngineErrorManager};const getErrorManager=()=>C_;const setSandboxConfig=ml=>{D_=ml};const getSandboxConfig=()=>D_;const setInlinePlugins=ml=>{S_=ml};const getInlinePlugins=()=>S_;const setCustomEnv=ml=>{P_=ml};const getCustomEnv=()=>P_;const applyPlaygroundEnv=ml=>{if(!t_){return}ml.env=P_||{}};0&&0},34476:(ml,Al,Rl)=>{"use strict";var zl=Object.create;var rd=Object.defineProperty;var yh=Object.getOwnPropertyDescriptor;var kh=Object.getOwnPropertyNames;var Qh=Object.getPrototypeOf;var cf=Object.prototype.hasOwnProperty;var __export=(ml,Al)=>{for(var Rl in Al)rd(ml,Rl,{get:Al[Rl],enumerable:true})};var __copyProps=(ml,Al,Rl,zl)=>{if(Al&&typeof Al==="object"||typeof Al==="function"){for(let Qh of kh(Al))if(!cf.call(ml,Qh)&&Qh!==Rl)rd(ml,Qh,{get:()=>Al[Qh],enumerable:!(zl=yh(Al,Qh))||zl.enumerable})}return ml};var __toESM=(ml,Al,Rl)=>(Rl=ml!=null?zl(Qh(ml)):{},__copyProps(Al||!ml||!ml.__esModule?rd(Rl,"default",{value:ml,enumerable:true}):Rl,ml));var __toCommonJS=ml=>__copyProps(rd({},"__esModule",{value:true}),ml);var t_={};__export(t_,{executeCached:()=>executeCached,executeOneRuleFile:()=>executeOneRuleFile,executeParser:()=>executeParser,extractAdmins:()=>extractAdmins,getCMChanged:()=>getCMChanged,getRulesAndValidate:()=>getRulesAndValidate,getWatchers:()=>getWatchers,parseMultipleRuleFiles:()=>parseMultipleRuleFiles,parseRules:()=>parseRules,stringifyParserResults:()=>stringifyParserResults});ml.exports=__toCommonJS(t_);var r_=__toESM(Rl(16928));var u_=Rl(41002);var C_=Rl(13169);var D_=Rl(38201);var S_=Rl(14947);var P_=Rl(78850);var Cg=Rl(7426);var eA=Rl(56977);var tA=Rl(63426);var rA=Rl(83572);var nA=Rl(47141);var iA=Rl(9597);var sA=Rl(50125);var aA=Rl(62840);var oA=Rl(23418);var lA=Rl(45273);var cA=Rl(95616);var uA=Rl(8324);var pA=Rl(18471);var dA=Rl(42695);var hA=Rl(76852);const handleWarnings=async(ml,Al={})=>{await Promise.all(Object.keys(Al).map(Rl=>{const zl=parseInt(Rl,10);return(0,dA.handleWarning)(Al[Rl],zl,ml)}))};const parseRules=async(ml,Al,Rl,zl,rd=false)=>{await(0,P_.initializeWasm)();const yh=String(aA.CWD.cwd);try{await(0,uA.validateRuleFile)(ml,zl,Rl);const kh=(0,cA.getIsExecutePlayground)();const Qh=(0,cA.getIsManagedGitstream)();const cf=Qh?(0,Cg.getOverrideCloneRepoPath)():r_.default.join(process.cwd(),yh);const t_=r_.default.resolve(cf,lA.REPO_FOLDER.DEFAULT,hA.REPO_LEVEL_PLUGINS_PATH);const u_=r_.default.resolve(cf,lA.REPO_FOLDER.CM,hA.ORG_LEVEL_PLUGINS_PATH);const C_=(0,cA.getSandboxConfig)();const S_=(0,cA.getInlinePlugins)();const P_=new D_.RuleParser(ml,Al,Cg.DEBUG_MODE,Rl,t_,u_,kh,rd,C_??void 0,S_);const eA=await P_.parseStreams();return eA}catch(Al){const rd=(0,iA.getErrorMessage)(Al);const{owner:yh,repo:kh,pullRequestNumber:Qh}=Rl;console.error(`Failed to parse cm file`,{ruleFile:zl,error:rd});await(0,eA.prepareSendingLogsToDD)("error",`${C_.ERRORS.FAILED_TO_PARSE_CM} in pr ${yh}/${kh}/${Qh}`,Rl,{error:rd,rules:ml,ruleFile:zl});await(0,iA.handleValidationErrors)(Al,C_.STATUS_CODES.SYNTAX_ERROR,Rl,zl);return{}}};const stringifyParserResults=ml=>{try{if(!ml){return""}const Al=Object.values(ml.automations||{}).filter(({passed:ml})=>ml);const Rl=Al.flatMap(({run:ml})=>ml.map(({action:ml,args:Al})=>{const Rl=Object.keys(Al||{}).filter(Boolean).map(ml=>{let Rl=Al[ml];if(Rl?.toString().match(/^base64:*/g)){Rl=(0,rA.decodeBase64)(Rl)}return`${ml}: "${Rl?Rl.toString().replace("\n","\\n"):""}"`}).join(" and ");return`- ${ml} ${Rl}`}));return Rl.join("\n")}catch(Al){console.log(`Failed to stringify parser results`,{error:Al,results:ml});return"Failed to stringify parser results"}};const executeOneRuleFile=async({ruleFileContent:ml,payload:Al,baseBranch:Rl,refBranch:zl,ruleFile:rd="playground.cm",cloneRepoPath:yh})=>{let kh={};try{(0,aA.addSafeDirectorySafely)();const{owner:Qh,repo:cf,branch:t_,pullRequestNumber:r_,triggeredBy:u_,mergeCommitSha:C_,prContext:D_,source:P_}=Al;aA.CWD.cwd=yh;if((0,cA.getIsManagedGitstream)()){aA.CWD.cwd=(0,Cg.getOverrideCloneRepoPath)()}(0,cA.setCloneRepoPath)(yh);console.log(`start building context: ${D_?.url}. cdw: ${aA.CWD.cwd}`);(0,Cg.setClientPayload)(JSON.stringify(Al));const eA=await(0,nA.getContext)(Rl,zl,Al,ml,rd);if(!Object.keys(eA?.repo||{}).length){throw new Error(`failed to get context for: ${D_?.url}`)}const tA={owner:Qh,repo:cf,branch:t_,pullRequestNumber:r_,triggeredBy:u_||"playground",mergeCommitSha:C_};const iA=(0,S_.getExpertReviewer)(eA?.repo,eA.files,tA);kh=(0,pA.removeDSObjects)(eA);kh.repo={...kh.repo,data_service:{expert_reviwer_request:iA},provider:P_};kh.branch.name=(0,rA.replaceBranchUpstream)(kh.branch.name);(0,cA.applyPlaygroundEnv)(kh);const sA=(0,rA.convertRuleFileToStringSafe)(ml);const oA=await parseRules(sA,kh,Al,rd);console.log(`successful parse rules for: ${D_?.url}, stringify results`,{results:JSON.stringify(oA)});await handleWarnings(Al,oA?.warnings);const lA=stringifyParserResults(oA);const uA=(0,pA.removeInternalFields)(kh);if((0,cA.getIsManagedGitstream)()){const ml=(0,cA.getErrorManager)().stringifyErrors();if(ml){console.error(ml)}}return{results:lA,context:uA,errors:(0,cA.getErrorManager)().stringifyErrors(oA?.errors||{}),raw:oA}}catch(ml){if(ml instanceof sA.RulesEngineAggregateError){throw ml}const Rl=(0,iA.getErrorMessage)(ml);console.error(`Failed to execute one rule file: ${Al.prContext?.url}`,ml);await(0,iA.handleValidationErrors)(C_.ERRORS.FAILED_TO_RUN_ONE_RULE_FILE,C_.STATUS_CODES.FAILED_TO_RUN_ONE_RULE_FILE,Al,rd);const{resolverToken:zl,...yh}=kh;return{results:Rl,context:yh,errors:Rl,raw:{payload:Al}}}};const executeCached=async ml=>{const{ruleFileContent:Al,payload:Rl,ruleFile:zl="playground.cm",cachedContext:rd}=ml;const yh=(0,rA.convertRuleFileToStringSafe)(Al);const kh=await parseRules(yh,rd,Rl,zl);const Qh=stringifyParserResults(kh);const{resolverToken:cf,...t_}=rd;return{results:Qh,context:t_,errors:(0,cA.getErrorManager)().stringifyErrors(kh?.errors||{}),raw:kh}};const parseRulesParserErrors=async(ml,Al,Rl,zl)=>{const{owner:rd,repo:yh,pullRequestNumber:kh}=zl;try{const Qh=ml?.validatorErrors;const cf=ml?.errors;if(Object.keys(Qh||{}).length){for(const ml of Object.keys(Qh)){(0,eA.debug)(`${C_.ERRORS.VALIDATOR_ERROR} - ${ml}: ${Qh[ml]}`);await(0,eA.prepareSendingLogsToDD)("warn",`${C_.ERRORS.VALIDATOR_ERROR} - ${ml} in pr ${rd}/${yh}/${kh}`,zl,{error:`${Qh[ml]}`,version:u_.version,ruleFile:Al,cmContent:Rl},true)}}await handleWarnings(zl,ml?.warnings);if(Object.keys(cf||{}).length){for(const ml of Object.keys(cf)){(0,eA.debug)(`Error: ${cf[ml]}`);await(0,iA.handleValidationErrors)(cf[ml],ml,zl,Al)}return true}return false}catch(ml){const Rl=(0,iA.getErrorMessage)(ml);(0,eA.debug)(`Error in parseRulesParserErrors ${Rl}`);await(0,eA.prepareSendingLogsToDD)("warn",`${C_.ERRORS.FAILED_PARSE_RULES_PARSER_ERRORS} in pr ${rd}/${yh}/${kh}`,zl,{error:`${Rl}`,ruleFile:Al},true);await(0,iA.handleValidationErrors)(`${C_.ERRORS.FAILED_PARSE_RULES_PARSER_ERRORS}: ${Rl}`,C_.STATUS_CODES.FAILED_PARSE_RULES_PARSER_ERRORS,zl,Al);return true}};const parseMultipleRuleFiles=async(ml,Al,Rl,zl,rd)=>{let yh={};let kh={};let Qh={};const{contextPerFile:cf}=await(0,pA.prepareGitContext)(ml,Al,Rl,zl,rd);const t_=Object.keys(ml);for(let Al=0;Al{const Rl=rd?.replace(".cm/","")?.replace(".cm","")||rd;const yh=!rd?.includes(".cm/");return{...ml,[`${Rl}/${Al}`]:{...kh.automations[Al],is_org_level:yh,provider_repository_id:yh?zl.cmRepoId:zl.providerRepoId,cmPath:rd}}},yh)}}catch(Al){const Rl=(0,iA.getErrorMessage)(Al);(0,eA.debug)(`parseMultipleRuleFiles error: ${Rl}`);const{owner:rd,repo:yh,pullRequestNumber:kh}=zl;await(0,eA.prepareSendingLogsToDD)("error",`${C_.ERRORS.FAILED_TO_PARSE_CM} in pr ${rd}/${yh}/${kh}`,zl,{error:Rl,rules:ml,ruleFile:ruleFile});await(0,iA.handleValidationErrors)(C_.ERRORS.FAILED_TO_PARSE_CM,C_.STATUS_CODES.FAILED_TO_PARSE_CM,zl,ruleFile)}}return{automations:yh,contextPerFile:cf,filtersUsage:kh?.analytics,warnings:Qh}};const extractAdmins=async(ml,Al,Rl,zl)=>{try{const{cmRepoRef:rd,repo:yh,cmOrgRef:kh}=zl;const Qh=kh||rd||ml;const cf=yh?.toLowerCase()===Cg.ORG_LEVEL_REPO?lA.MAIN_RULES_FILE:`.cm/${lA.MAIN_RULES_FILE}`;const t_=(0,aA.readRemoteFile)(cf,Qh);const r_=await(0,tA.parseCMFile)(zl,t_,cf);let u_=[];if(r_&&"config"in r_&&r_.config?.admin?.users){u_=r_.config.admin.users}const mergeOrgLevelAdmins=async(ml,Al,Rl)=>{const zl=(0,aA.readRemoteFile)(lA.MAIN_RULES_FILE,ml,lA.REPO_FOLDER.CM);const rd=await(0,tA.parseCMFile)(Al,zl,lA.MAIN_RULES_FILE);if(rd&&"config"in rd&&rd.config?.admin?.users){return Rl.concat(rd.config.admin.users)}return Rl};if(Al){u_=await mergeOrgLevelAdmins(rd??"",zl,u_)}if(Rl){u_=await mergeOrgLevelAdmins(kh??"",zl,u_)}const C_=Array.from(new Set(u_));return C_}catch(ml){const{owner:Al,repo:Rl,pullRequestNumber:rd}=zl;await(0,eA.prepareSendingLogsToDD)("warn",`${C_.ERRORS.FAILED_TO_EXTRACT_ADMINS} in pr ${Al}/${Rl}/${rd}`,zl,{error:ml?.message},true);console.warn(C_.ERRORS.FAILED_TO_EXTRACT_ADMINS);return[]}};const getCMChanged=(ml,Al,Rl,zl)=>{const rd=(0,aA.isCmChanged)(ml,Al,Rl,zl);const yh=rd&&(0,aA.hasNonRuleFilesChanges)(ml,Al,Rl,zl);return{cmChanged:rd,isDryRun:yh}};const getRules=async(ml,Al,Rl,zl,rd,yh=false)=>{try{let kh=0;const{repo:Qh,cmRepoRef:cf,cmOrgRef:t_}=zl;let r_=await(0,aA.getRuleFiles)(ml?Al:Rl,Qh);kh+=Object.keys(r_).length;const mergeOrgRules=async(ml,Al,Rl,zl)=>{if(Al&&Rl?.toLowerCase()!==Cg.ORG_LEVEL_REPO){const Al=(0,aA.getOrgCmFiles)(ml);kh+=Object.keys(Al).length;const rd=await(0,aA.getOrgCMFilesBasedOnRepo)(Al,Rl,zl);for(const ml of rd.orgRulesToExclude){delete Al[ml]}r_={...Al,...r_}}};await mergeOrgRules(cf??"",rd,Qh,zl);await mergeOrgRules(t_??"",yh,Qh,zl);return{rules:r_,totalValidRuleFiles:kh}}catch(ml){(0,eA.debug)((0,iA.getErrorMessage)(ml));return{}}};const getRulesAndValidate=async(ml,Al,Rl,zl,rd,yh)=>{const{rules:kh,totalValidRuleFiles:Qh}=await getRules(ml,Al,Rl,zl,rd,yh);if(!Qh){await(0,eA.prepareSendingLogsToDD)("warn",C_.ERRORS.RULE_FILE_NOT_FOUND,zl,{error:C_.ERRORS.RULE_FILE_NOT_FOUND},true);await(0,iA.handleValidationErrors)(C_.ERRORS.RULE_FILE_NOT_FOUND,C_.STATUS_CODES.RULE_FILE_NOT_FOUND,zl)}return kh};const getPREventsInRuleFile=(ml,Al)=>Object.values(Cg.WATCH_PR_EVENTS).reduce((Rl,zl)=>{if(ml[Al].includes(`pr.${zl}`)){return{...Rl,[zl]:true}}return Rl},{});const getFiltersInRuleFile=(ml,Al)=>Object.keys(Cg.WATCH_FILTERS).reduce((Rl,zl)=>{if(Cg.WATCH_FILTERS[zl].test(ml[Al])){return{...Rl,[zl]:true}}return Rl},{});const getWatchers=async(ml,Al)=>{try{const Al=Object.keys(ml).reduce((Al,Rl)=>{const zl=getPREventsInRuleFile(ml,Rl);const rd=getFiltersInRuleFile(ml,Rl);return{events:{...Al?.events,...zl},filters:{...Al?.filters,...rd}}},{});return Al}catch(ml){const{owner:Rl,repo:zl,pullRequestNumber:rd}=Al;await(0,eA.prepareSendingLogsToDD)("warn",`${C_.ERRORS.FAILED_TO_GET_WATCHERS} in pr ${Rl}/${zl}/${rd}`,Al,{error:(0,iA.getErrorMessage)(ml)},true);await(0,iA.handleValidationErrors)(C_.ERRORS.FAILED_TO_GET_WATCHERS,C_.STATUS_CODES.FAILED_TO_GET_WATCHERS,Al)}};const executeParser=async({context:ml,ruleFileContent:Al,payload:Rl})=>{const zl="playground.cm";ml.branch.name=(0,rA.replaceBranchUpstream)(ml.branch.name);(0,cA.applyPlaygroundEnv)(ml);const rd=(0,rA.convertRuleFileToStringSafe)(Al);const yh=await parseRules(rd,ml,Rl,zl);delete ml.env;const kh=stringifyParserResults(yh);return{results:kh,errors:(0,cA.getErrorManager)().stringifyErrors(yh?.errors||{}),raw:yh}};0&&0},8324:(ml,Al,Rl)=>{"use strict";var zl=Object.defineProperty;var rd=Object.getOwnPropertyDescriptor;var yh=Object.getOwnPropertyNames;var kh=Object.prototype.hasOwnProperty;var __export=(ml,Al)=>{for(var Rl in Al)zl(ml,Rl,{get:Al[Rl],enumerable:true})};var __copyProps=(ml,Al,Rl,Qh)=>{if(Al&&typeof Al==="object"||typeof Al==="function"){for(let cf of yh(Al))if(!kh.call(ml,cf)&&cf!==Rl)zl(ml,cf,{get:()=>Al[cf],enumerable:!(Qh=rd(Al,cf))||Qh.enumerable})}return ml};var __toCommonJS=ml=>__copyProps(zl({},"__esModule",{value:true}),ml);var Qh={};__export(Qh,{validateRuleFile:()=>validateRuleFile});ml.exports=__toCommonJS(Qh);var cf=Rl(78963);var t_=Rl(9597);var r_=Rl(13169);const u_=/^.*#.*$/gm;const C_=/^\s*\n/gm;const D_=/-.*action( )*:.*/gi;const S_=/-.*action.*: /gi;const P_="automations:";const Cg=/{[\s]+{|}[\s]+}/gi;const validateKeyword=async(ml,Al,Rl)=>{if(!ml.includes(P_)){await(0,t_.handleValidationErrors)(r_.ERRORS.MISSING_KEYWORD,r_.STATUS_CODES.MISSING_KEYWORD,Rl,Al)}};const validateActions=async(ml,Al,Rl)=>{const zl=Object.values(cf.validatorsConstants.SUPPORTED_ACTIONS_BY_PROVIDER[Rl.source??""]||cf.validatorsConstants.SUPPORTED_ACTIONS_BY_PROVIDER.default);const rd=ml.filter(ml=>!zl.includes(ml));if(rd.length){await(0,t_.handleValidationErrors)(`The following actions are not supported: ${rd.map(ml=>`\`${ml}\``).join(", ")} [Supported actions](https://docs.gitstream.cm/automation-actions/)`,r_.STATUS_CODES.UNSUPPORTED_ACTION,Rl,Al)}};const validateExpressions=async(ml,Al,Rl)=>{if(ml.match(Cg)){await(0,t_.handleValidationErrors)(r_.ERRORS.MALFORMED_EXPRESSION,r_.STATUS_CODES.MALFORMED_EXPRESSION,Rl,Al)}};const validateRequiredArgs=async(ml,Al,Rl)=>{ml.forEach(async({action:ml,args:zl})=>{const rd=Object.keys(zl||{});const requiredArgsExists=ml=>rd.includes(ml);const yh=cf.validatorsConstants.REQUIRED_ARGUMENTS_BY_ACTIONS[ml];if(!yh){return}const kh=yh.all?!yh.args.every(requiredArgsExists):!yh.args.some(requiredArgsExists);if(kh){await(0,t_.handleValidationErrors)(`Missing required args for action: \`${ml}\`: [${yh.args.filter(ml=>!rd.includes(ml)).map(ml=>`${ml}`).join(", ")}]`,r_.STATUS_CODES.MISSING_REQUIRED_FIELDS,Rl,Al)}})};const validateSupportedArgs=async(ml,Al,Rl)=>ml.forEach(async({action:ml,args:zl})=>{const rd=Object.keys(zl||{}).filter(Al=>!cf.validatorsConstants.SUPPORTED_ARGUMENTS_BY_ACTION[ml]?.includes(Al));if(rd?.length){await(0,t_.handleValidationErrors)(`These arguments are not supported for \`${ml}\`: [${rd.map(ml=>`${ml}`).join(", ")}]`,r_.STATUS_CODES.UNSUPPORTED_ARGUMENT,Rl,Al)}});const validateArgs=async(ml,Al,Rl)=>{try{const zl=(0,cf.safeRulesYamlLoad)(ml);const rd=Object.values(zl.automations).flatMap(({run:ml})=>ml);await validateSupportedArgs(rd,Al,Rl);await validateRequiredArgs(rd,Al,Rl)}catch(ml){await(0,t_.handleValidationErrors)(ml,r_.STATUS_CODES.SYNTAX_ERROR,Rl,Al)}};const validateSavedWords=async(ml,Al,Rl)=>{try{(new cf.SavedWordsValidator).validate({yamlFile:ml})}catch(ml){await(0,t_.handleValidationErrors)(ml,r_.STATUS_CODES.SYNTAX_ERROR,Rl,Al)}};const validateAutomationNames=async(ml,Al,Rl)=>{try{(new cf.AutomationNamesValidator).validate({yamlFile:ml})}catch(ml){await(0,t_.handleValidationErrors)(ml,r_.STATUS_CODES.SYNTAX_ERROR,Rl,Al)}};const validateRuleFile=async(ml,Al,Rl)=>{const zl=ml.replace(u_,"").replace(C_,"");await validateKeyword(zl,Al,Rl);await validateExpressions(zl,Al,Rl);const rd=zl.match(D_)?.map(ml=>ml.replace(S_,"").trim())||[];await validateActions(rd,Al,Rl);await validateArgs(zl,Al,Rl);await validateSavedWords(ml,Al,Rl);await validateAutomationNames(ml,Al,Rl)};0&&0},18471:(ml,Al,Rl)=>{"use strict";var zl=Object.defineProperty;var rd=Object.getOwnPropertyDescriptor;var yh=Object.getOwnPropertyNames;var kh=Object.prototype.hasOwnProperty;var __export=(ml,Al)=>{for(var Rl in Al)zl(ml,Rl,{get:Al[Rl],enumerable:true})};var __copyProps=(ml,Al,Rl,Qh)=>{if(Al&&typeof Al==="object"||typeof Al==="function"){for(let cf of yh(Al))if(!kh.call(ml,cf)&&cf!==Rl)zl(ml,cf,{get:()=>Al[cf],enumerable:!(Qh=rd(Al,cf))||Qh.enumerable})}return ml};var __toCommonJS=ml=>__copyProps(zl({},"__esModule",{value:true}),ml);var Qh={};__export(Qh,{prepareGitContext:()=>prepareGitContext,removeDSObjects:()=>removeDSObjects,removeInternalFields:()=>removeInternalFields});ml.exports=__toCommonJS(Qh);var cf=Rl(13169);var t_=Rl(14947);var r_=Rl(56977);var u_=Rl(83572);var C_=Rl(47141);var D_=Rl(9597);const removeInternalFields=ml=>{const{isFullyInstalled:Al,mergable:Rl,languages:zl,...rd}=ml.pr;const{data_service:yh,...kh}=ml.repo;const{env:Qh,resolverToken:cf,...t_}=ml;return{...t_,pr:rd,repo:kh}};const removeDSObjects=ml=>{const{ds_blame:Al,ds_activity:Rl,...zl}=ml.repo||{};return{...ml,repo:zl}};const getContextForRule=async(ml,Al,Rl,zl,rd,yh=false)=>{const kh=await(0,C_.getContext)(ml,Al,Rl,zl,rd,yh);const{repo:Qh,files:cf}=kh;const r_=(0,t_.getExpertReviewer)(Qh,cf,Rl);const D_=removeDSObjects(kh);D_.repo={...D_.repo,data_service:{expert_reviwer_request:r_}};D_.env=process.env;D_.branch.name=(0,u_.replaceBranchUpstream)(D_.branch.name);return D_};const prepareGitContext=async(ml,Al,Rl,zl,rd)=>{const yh={};const kh=Object.keys(ml)?.[0];console.log("Calculating git context...");let Qh=await getContextForRule(Al,Rl,zl,ml[kh],kh,rd);yh[kh]=Qh;for(const kh of Object.keys(ml)){try{const cf=ml[kh];if(cf.includes("ignore_files:")){Qh=await getContextForRule(Al,Rl,zl,ml[kh],kh,rd)}Qh.env=process.env;Qh.branch.name=(0,u_.replaceBranchUpstream)(Qh.branch.name);yh[kh]=Qh}catch(Al){(0,r_.debug)(`prepareGitContext error: ${(0,D_.getErrorMessage)(Al)}`);const{owner:Rl,repo:rd,pullRequestNumber:yh}=zl;await(0,r_.prepareSendingLogsToDD)("error",`${cf.ERRORS.FAILED_TO_GET_CONTEXT} in pr ${Rl}/${rd}/${yh}`,zl,{error:(0,D_.getErrorMessage)(Al),rules:ml,ruleFile:kh});await(0,D_.handleValidationErrors)(cf.ERRORS.FAILED_TO_GET_CONTEXT,cf.STATUS_CODES.FAILED_TO_GET_CONTEXT,zl,kh)}}return{contextPerFile:yh}};0&&0},69057:(ml,Al,Rl)=>{"use strict";var zl=Object.create;var rd=Object.defineProperty;var yh=Object.getOwnPropertyDescriptor;var kh=Object.getOwnPropertyNames;var Qh=Object.getPrototypeOf;var cf=Object.prototype.hasOwnProperty;var __export=(ml,Al)=>{for(var Rl in Al)rd(ml,Rl,{get:Al[Rl],enumerable:true})};var __copyProps=(ml,Al,Rl,zl)=>{if(Al&&typeof Al==="object"||typeof Al==="function"){for(let Qh of kh(Al))if(!cf.call(ml,Qh)&&Qh!==Rl)rd(ml,Qh,{get:()=>Al[Qh],enumerable:!(zl=yh(Al,Qh))||zl.enumerable})}return ml};var __toESM=(ml,Al,Rl)=>(Rl=ml!=null?zl(Qh(ml)):{},__copyProps(Al||!ml||!ml.__esModule?rd(Rl,"default",{value:ml,enumerable:true}):Rl,ml));var __toCommonJS=ml=>__copyProps(rd({},"__esModule",{value:true}),ml);var t_={};__export(t_,{fetchRunData:()=>fetchRunData,saveOutputToFiles:()=>saveOutputToFiles});ml.exports=__toCommonJS(t_);var r_=__toESM(Rl(52279));var u_=Rl(26012);const saveOutputToFiles=({withEvaluatedAutomations:ml,executionTime:Al})=>{r_.default.addParserResults(ml);r_.default.addExecutionTime(Al);r_.default.saveOutputToFiles()};const fetchRunData=async(ml,Al,Rl,zl,rd)=>{console.log("Loading run data...");const{rules:yh,admins:kh,cmState:Qh}=await(0,u_.loadRunData)(ml,Al,Rl,zl,rd);return{rules:yh,admins:kh,cmState:Qh}};0&&0},26012:(ml,Al,Rl)=>{"use strict";var zl=Object.create;var rd=Object.defineProperty;var yh=Object.getOwnPropertyDescriptor;var kh=Object.getOwnPropertyNames;var Qh=Object.getPrototypeOf;var cf=Object.prototype.hasOwnProperty;var __export=(ml,Al)=>{for(var Rl in Al)rd(ml,Rl,{get:Al[Rl],enumerable:true})};var __copyProps=(ml,Al,Rl,zl)=>{if(Al&&typeof Al==="object"||typeof Al==="function"){for(let Qh of kh(Al))if(!cf.call(ml,Qh)&&Qh!==Rl)rd(ml,Qh,{get:()=>Al[Qh],enumerable:!(zl=yh(Al,Qh))||zl.enumerable})}return ml};var __toESM=(ml,Al,Rl)=>(Rl=ml!=null?zl(Qh(ml)):{},__copyProps(Al||!ml||!ml.__esModule?rd(Rl,"default",{value:ml,enumerable:true}):Rl,ml));var __toCommonJS=ml=>__copyProps(rd({},"__esModule",{value:true}),ml);var t_={};__export(t_,{calculateRunData:()=>calculateRunData,loadRunData:()=>loadRunData,sendResultsToResolver:()=>sendResultsToResolver,validateDefaultFolder:()=>validateDefaultFolder});ml.exports=__toCommonJS(t_);var r_=__toESM(Rl(87269));var u_=Rl(7426);var C_=Rl(56977);var D_=Rl(9597);var S_=Rl(62840);var P_=Rl(45273);var Cg=Rl(34476);var eA=Rl(13169);var tA=Rl(62785);const validateDefaultFolder=()=>{try{(0,S_.addSafeDirectorySafely)();return true}catch(ml){P_.REPO_FOLDER.DEFAULT=".";return false}};const calculateRunData=async(ml,Al,Rl,zl,rd)=>{(0,S_.addSafeDirectorySafely)();const{repo:yh,mergeCommitSha:kh}=ml;const Qh=(0,Cg.getCMChanged)(Al,Rl,yh,kh);const cf=await(0,Cg.getRulesAndValidate)(Qh.cmChanged,Al,Rl,ml,zl,rd);const t_=await(0,Cg.extractAdmins)(Rl,zl,rd,ml);return{cmState:Qh,rules:cf,admins:t_,cache:{}}};const loadRunData=async(ml,Al,Rl,zl,rd)=>{const{rules:yh,admins:kh,cmState:Qh,cache:cf}=await calculateRunData(ml,Al,Rl,zl,rd);return{rules:yh,admins:kh,cmState:Qh,cache:cf}};const sendResultsToResolver=async(ml,Al)=>{try{const Rl=(0,u_.getRulesResolverUrl)(Al);const zl=(0,u_.getRulesResolverToken)(Al);const rd={...ml,context:(0,tA.omitTokens)(ml.context)};await r_.default.post(Rl,JSON.stringify(rd),{headers:{"Content-Type":"application/json",Authorization:`Bearer ${zl}`,"x-request-id":Al?.xRequestId||""}});await(0,C_.prepareSendingLogsToDD)("info",eA.ERRORS.SEND_RESULTS_TO_RESOLVER_SUCCEEDED,Al);console.log({parserResults:JSON.stringify(ml.automations)})}catch(Rl){const zl=Rl;await(0,C_.prepareSendingLogsToDD)("error",eA.ERRORS.SEND_RESULTS_TO_RESOLVER_FAILED,Al,{error:zl?.message,body:ml});console.error(eA.ERRORS.SEND_RESULTS_TO_RESOLVER_FAILED,{error:zl.message});await(0,D_.handleValidationErrors)(zl?.message,eA.STATUS_CODES.SEND_RESULTS_TO_RESOLVER_FAILED,Al)}};0&&0},42695:(ml,Al,Rl)=>{"use strict";var zl=Object.create;var rd=Object.defineProperty;var yh=Object.getOwnPropertyDescriptor;var kh=Object.getOwnPropertyNames;var Qh=Object.getPrototypeOf;var cf=Object.prototype.hasOwnProperty;var __export=(ml,Al)=>{for(var Rl in Al)rd(ml,Rl,{get:Al[Rl],enumerable:true})};var __copyProps=(ml,Al,Rl,zl)=>{if(Al&&typeof Al==="object"||typeof Al==="function"){for(let Qh of kh(Al))if(!cf.call(ml,Qh)&&Qh!==Rl)rd(ml,Qh,{get:()=>Al[Qh],enumerable:!(zl=yh(Al,Qh))||zl.enumerable})}return ml};var __toESM=(ml,Al,Rl)=>(Rl=ml!=null?zl(Qh(ml)):{},__copyProps(Al||!ml||!ml.__esModule?rd(Rl,"default",{value:ml,enumerable:true}):Rl,ml));var __toCommonJS=ml=>__copyProps(rd({},"__esModule",{value:true}),ml);var t_={};__export(t_,{handleWarning:()=>handleWarning});ml.exports=__toCommonJS(t_);var r_=__toESM(Rl(37484));var u_=Rl(94040);var C_=Rl(75400);var D_=Rl(95616);const S_={github:ml=>{r_.warning(ml)},gitlab:async(ml,Al)=>{await(0,C_.addAlertLabelToMR)(Al,u_.LABELS.SYNTAX_WARNING,false);console.warn(ml)},default:ml=>console.warn(ml)};const handleWarning=async(ml,Al,Rl={})=>{if(!(0,D_.getIsExecutePlayground)()){const Al=(0,C_.extractSource)(Rl);const zl=S_[Al]||S_.default;await zl(ml,Rl)}else{(0,D_.getErrorManager)().addError(Al,ml)}};0&&0},52960:ml=>{"use strict";var Al=Object.defineProperty;var Rl=Object.getOwnPropertyDescriptor;var zl=Object.getOwnPropertyNames;var rd=Object.prototype.hasOwnProperty;var __export=(ml,Rl)=>{for(var zl in Rl)Al(ml,zl,{get:Rl[zl],enumerable:true})};var __copyProps=(ml,yh,kh,Qh)=>{if(yh&&typeof yh==="object"||typeof yh==="function"){for(let cf of zl(yh))if(!rd.call(ml,cf)&&cf!==kh)Al(ml,cf,{get:()=>yh[cf],enumerable:!(Qh=Rl(yh,cf))||Qh.enumerable})}return ml};var __toCommonJS=ml=>__copyProps(Al({},"__esModule",{value:true}),ml);var yh={};__export(yh,{argsDefinitionsByAction:()=>kh,listify:()=>Qh});ml.exports=__toCommonJS(yh);const kh={"add-comment@v1":{comment:{name:"comment",type:"string"}},"add-label@v1":{label:{name:"label",type:"string"}},"add-labels@v1":{labels:{name:"labels",type:"list"}},"add-reviewers@v1":{wait_for_all_checks:{name:"wait_for_all_checks",type:"boolean"},reviewers:{name:"reviewers",type:"list"},team_reviewers:{name:"team_reviewers",type:"list"}},"merge@v1":{wait_for_all_checks:{name:"wait_for_all_checks",type:"boolean"},rebase_on_merge:{name:"rebase_on_merge",type:"boolean"},squash_on_merge:{name:"squash_on_merge",type:"boolean"}},"require-reviewers@v1":{reviewers:{name:"reviewers",type:"list"}},"set-required-approvals@v1":{approvals:{name:"approvals",type:"number"}},"request-changes@v1":{comment:{name:"comment",type:"number"}},"update-description@v1":{description:{name:"description",type:"string"}}};const Qh=[kh["add-reviewers@v1"].reviewers.name,kh["require-reviewers@v1"].reviewers.name,kh["add-reviewers@v1"].team_reviewers.name,kh["add-labels@v1"].labels.name];0&&0},73888:ml=>{"use strict";var Al=Object.defineProperty;var Rl=Object.getOwnPropertyDescriptor;var zl=Object.getOwnPropertyNames;var rd=Object.prototype.hasOwnProperty;var __export=(ml,Rl)=>{for(var zl in Rl)Al(ml,zl,{get:Rl[zl],enumerable:true})};var __copyProps=(ml,yh,kh,Qh)=>{if(yh&&typeof yh==="object"||typeof yh==="function"){for(let cf of zl(yh))if(!rd.call(ml,cf)&&cf!==kh)Al(ml,cf,{get:()=>yh[cf],enumerable:!(Qh=Rl(yh,cf))||Qh.enumerable})}return ml};var __toCommonJS=ml=>__copyProps(Al({},"__esModule",{value:true}),ml);var yh={};__export(yh,{debug:()=>debug});ml.exports=__toCommonJS(yh);const debug=(ml,Al)=>{if(Al){console.log(ml)}};0&&0},55231:ml=>{"use strict";var Al=Object.defineProperty;var Rl=Object.getOwnPropertyDescriptor;var zl=Object.getOwnPropertyNames;var rd=Object.prototype.hasOwnProperty;var __copyProps=(ml,yh,kh,Qh)=>{if(yh&&typeof yh==="object"||typeof yh==="function"){for(let cf of zl(yh))if(!rd.call(ml,cf)&&cf!==kh)Al(ml,cf,{get:()=>yh[cf],enumerable:!(Qh=Rl(yh,cf))||Qh.enumerable})}return ml};var __toCommonJS=ml=>__copyProps(Al({},"__esModule",{value:true}),ml);var yh={};ml.exports=__toCommonJS(yh)},46326:ml=>{"use strict";var Al=Object.defineProperty;var Rl=Object.getOwnPropertyDescriptor;var zl=Object.getOwnPropertyNames;var rd=Object.prototype.hasOwnProperty;var __export=(ml,Rl)=>{for(var zl in Rl)Al(ml,zl,{get:Rl[zl],enumerable:true})};var __copyProps=(ml,yh,kh,Qh)=>{if(yh&&typeof yh==="object"||typeof yh==="function"){for(let cf of zl(yh))if(!rd.call(ml,cf)&&cf!==kh)Al(ml,cf,{get:()=>yh[cf],enumerable:!(Qh=Rl(yh,cf))||Qh.enumerable})}return ml};var __toCommonJS=ml=>__copyProps(Al({},"__esModule",{value:true}),ml);var yh={};__export(yh,{BITBUCKET_ARTIFICIAL_EVENTS:()=>r_,BITBUCKET_WEBHOOK_EVENTS:()=>t_,GITHUB_WEBHOOK_EVENTS:()=>kh,GITLAB_ARTIFICIAL_EVENTS:()=>cf,GITLAB_WEBHOOK_EVENTS:()=>Qh});ml.exports=__toCommonJS(yh);const kh={push:"push",issues:"issues",installation:"installation",installation_repositories:"installation_repositories",pull_request:"pull_request",pull_request_review:"pull_request_review",check_run:"check_run",pull_request_review_comment:"pull_request_review_comment",issue_comment:"issue_comment",pull_request_review_thread:"pull_request_review_thread",workflow_run:"workflow_run"};const Qh={MERGE_REQUEST_OPEN:"merge_request_open",MERGE_REQUEST_UPDATE:"merge_request_update",MERGE_REQUEST_REOPEN:"merge_request_reopen"};const cf={COMMIT_CREATED:"commit_created"};const t_={PULLREQUEST_APPROVED:"pullrequest:approved",PULLREQUEST_CREATED:"pullrequest:created",PULLREQUEST_FULFILLED:"pullrequest:fulfilled",PULLREQUEST_REJECTED:"pullrequest:rejected",PULLREQUEST_UNAPPROVED:"pullrequest:unapproved",PULLREQUEST_UPDATED:"pullrequest:updated"};const r_={COMMIT_CREATED:"commit:created"};0&&0},64661:(ml,Al,Rl)=>{"use strict";var zl=Object.create;var rd=Object.defineProperty;var yh=Object.getOwnPropertyDescriptor;var kh=Object.getOwnPropertyNames;var Qh=Object.getPrototypeOf;var cf=Object.prototype.hasOwnProperty;var __export=(ml,Al)=>{for(var Rl in Al)rd(ml,Rl,{get:Al[Rl],enumerable:true})};var __copyProps=(ml,Al,Rl,zl)=>{if(Al&&typeof Al==="object"||typeof Al==="function"){for(let Qh of kh(Al))if(!cf.call(ml,Qh)&&Qh!==Rl)rd(ml,Qh,{get:()=>Al[Qh],enumerable:!(zl=yh(Al,Qh))||zl.enumerable})}return ml};var __toESM=(ml,Al,Rl)=>(Rl=ml!=null?zl(Qh(ml)):{},__copyProps(Al||!ml||!ml.__esModule?rd(Rl,"default",{value:ml,enumerable:true}):Rl,ml));var __toCommonJS=ml=>__copyProps(rd({},"__esModule",{value:true}),ml);var t_={};__export(t_,{filterExpertResult:()=>filterExpertResult,getAndFilterExpertReviewer:()=>getAndFilterExpertReviewer,getETR:()=>getETR,getExpertReviewer:()=>getExpertReviewer,parseExpertReviewerThreshold:()=>parseExpertReviewerThreshold});ml.exports=__toCommonJS(t_);var r_=__toESM(Rl(87269));var u_=Rl(76852);const getETR=async ml=>{try{const{data:{numericValue:Al}}=await r_.default.post(u_.API_ENDPOINTS.REVIEW_TIME,ml,{headers:{"Content-type":"application/json"},timeout:u_.DEFAULT_TIMEOUT});return{numericValue:Al}}catch(ml){console.warn("Failed to get ETR",ml);return{numericValue:"N/A"}}};const getExpertReviewer=async ml=>{try{if(ml){const{data:Al}=await r_.default.post(u_.API_ENDPOINTS.EXPERT_REVIEWER,ml,{headers:{"Content-type":"application/json"},timeout:u_.DEFAULT_TIMEOUT});return Al||{}}return{}}catch{return{}}};const filterExpertResult=(ml,Al,Rl,zl)=>{const rd=Object.keys(ml).reduce((rd,yh)=>{if(Al!==void 0?ml[yh][zl]>Al/100:ml[yh][zl]!ml.includes("@")&&!ml.includes("<>"))||[]};const parseExpertReviewerThreshold=ml=>{const{gt:Al,lt:Rl}=ml;return Al||Rl||.1};const getAndFilterExpertReviewer=async ml=>{const Al=await getExpertReviewer(ml.data_service?.expert_reviwer_request);if(!Object.keys(Al).length){return{data:{},dataWithoutIssuer:{},isIssuerFiltered:false}}let Rl=false;const zl=Object.keys(Al).reduce((zl,rd)=>{if(rd===ml.pr_author){Rl=true;return zl}return{...zl,[rd]:Al[rd]}},{});return{data:Al,dataWithoutIssuer:zl,isIssuerFiltered:Rl}};0&&0},11787:(ml,Al,Rl)=>{"use strict";var zl=Object.defineProperty;var rd=Object.getOwnPropertyDescriptor;var yh=Object.getOwnPropertyNames;var kh=Object.prototype.hasOwnProperty;var __export=(ml,Al)=>{for(var Rl in Al)zl(ml,Rl,{get:Al[Rl],enumerable:true})};var __copyProps=(ml,Al,Rl,Qh)=>{if(Al&&typeof Al==="object"||typeof Al==="function"){for(let cf of yh(Al))if(!kh.call(ml,cf)&&cf!==Rl)zl(ml,cf,{get:()=>Al[cf],enumerable:!(Qh=rd(Al,cf))||Qh.enumerable})}return ml};var __toCommonJS=ml=>__copyProps(zl({},"__esModule",{value:true}),ml);var Qh={};__export(Qh,{estimatedReviewTime:()=>estimatedReviewTime,mockAsyncFilter:()=>mockAsyncFilter,parseCodeExperts:()=>parseCodeExperts,parseExpertReviewer:()=>parseExpertReviewer,parseExplainCodeExpertHandler:()=>parseExplainCodeExpertHandler,parseExplainCodeExperts:()=>parseExplainCodeExperts,parseExplainExpertReviewer:()=>parseExplainExpertReviewer});ml.exports=__toCommonJS(Qh);var cf=Rl(39302);var t_=Rl(64661);var r_=Rl(77388);var u_=Rl(61579);var C_=Rl(72571);const D_="/dev/null";const getExpertsDetails=(ml,Al,Rl,zl)=>{const rd=(0,C_.getExplainActivity)(ml.explain?.activity,Al);const yh=(0,C_.getExplainKnowledge)(ml.explain?.blame,Rl);return(0,C_.explainActivityAndBlameComment)(Array.from(new Set([...Object.keys(rd),...Object.keys(yh)])),rd,yh,Al,Rl,zl.provider,zl?.git_history_since)};const estimatedReviewTime=async(ml,Al)=>{(0,r_.handleAnalytics)(u_.AsyncFilters.estimatedReviewTime,[]);const Rl=ml.diff?.files_metadata.length;const{additionalLines:zl,deletedLines:rd}=ml.diff?.files_metadata.reduce((ml,Al)=>{ml.additionalLines+=Al.additions;ml.deletedLines+=Al.deletions;return ml},{additionalLines:0,deletedLines:0});const yh=ml.diff?.files_metadata.map(ml=>({file_path:ml.new_file!==D_?ml.new_file:ml.original_file,additions:ml.additions,deletions:ml.deletions}));const kh={prMetadata:{commits:ml.num_of_commits,files:Rl,lines:zl+rd},prFiles:yh,prAdditionalLines:zl,prDeletedLines:rd,baseBranch:ml.base,request_source:"gitstream"};const{numericValue:Qh}=await(0,t_.getETR)(kh);return Al(null,Qh)};const parseExpertReviewer=async(ml,{gt:Al=0,lt:Rl=0},zl)=>{try{(0,r_.handleAnalytics)(u_.AsyncFilters.expertReviewer,[{gt:Al,lt:Rl}]);const{dataWithoutIssuer:rd}=await(0,t_.getAndFilterExpertReviewer)(ml);if(!Object.keys(rd).length){return zl(null,[])}const yh=(0,t_.filterExpertResult)(rd,Al,Rl,"reviewer_score").slice(0,2);return zl(null,yh)}catch(ml){console.log("error:",ml);return zl(null,[])}};const parseExplainCodeExpertHandler=async(ml,Al,Rl)=>{try{const{gt:zl,lt:rd,verbose:yh=true}=Al;let kh="";let Qh=r_.NO_VERBOSE_DOCS_LINK_COMMENT;const{data:u_,dataWithoutIssuer:D_,isIssuerFiltered:S_}=await(0,t_.getAndFilterExpertReviewer)(ml);if(!Object.keys(u_).length||!Object.keys(D_).length){return Rl(null,[])}const P_=(0,t_.filterExpertResult)(D_,zl,rd,"reviewer_score").slice(0,2);const Cg=(0,t_.filterExpertResult)(u_,zl,rd,"avg_activity_score").slice(0,2);const eA=(0,t_.filterExpertResult)(u_,zl,rd,"avg_blame_perc").slice(0,2);if(yh){kh=getExpertsDetails(u_,Cg,eA,ml);Qh=r_.DOCS_LINK_COMMENT}let tA="";const rA=S_&&!Object.keys(P_).length;const nA=!Object.keys(P_).length;const iA=ml?.git_history_since;if(nA&&!rA){tA=(0,C_.getNoExpertFoundComment)(iA)}else{const Rl=ml.provider===cf.GIT_PROVIDERS.GITHUB?r_.GS_REVIEW_COMMAND_FOOTER:Qh;tA=`${(0,C_.explainExpertReviewerComment)(P_,Cg,eA,(0,t_.parseExpertReviewerThreshold)(Al),ml.provider,rA)} ${kh} \n ${Rl} \n`}const sA=`base64: ${Buffer.from(tA).toString("base64")}`;return Rl(null,sA)}catch(ml){console.log("error:",ml);Rl("")}};const parseCodeExperts=async(ml,{gt:Al=0,lt:Rl=0},zl)=>{(0,r_.handleAnalytics)(u_.AsyncFilters.codeExperts,[{gt:Al,lt:Rl}]);await parseExpertReviewer(ml,{gt:Al,lt:Rl},zl)};const parseExplainExpertReviewer=async(ml,Al,Rl)=>{(0,r_.handleAnalytics)(u_.AsyncFilters.explainExpertReviewer,[Al]);await parseExplainCodeExpertHandler(ml,Al,Rl)};const parseExplainCodeExperts=async(ml,Al,Rl)=>{(0,r_.handleAnalytics)(u_.AsyncFilters.explainCodeExperts,[Al]);await parseExplainCodeExpertHandler(ml,Al,Rl)};const mockAsyncFilter=async(...ml)=>{const Al=ml.slice(0,-1);const Rl=ml[ml.length-1];return Rl(null,JSON.stringify(Al))};0&&0},1339:(ml,Al,Rl)=>{"use strict";var zl=Object.defineProperty;var rd=Object.getOwnPropertyDescriptor;var yh=Object.getOwnPropertyNames;var kh=Object.prototype.hasOwnProperty;var __export=(ml,Al)=>{for(var Rl in Al)zl(ml,Rl,{get:Al[Rl],enumerable:true})};var __copyProps=(ml,Al,Rl,Qh)=>{if(Al&&typeof Al==="object"||typeof Al==="function"){for(let cf of yh(Al))if(!kh.call(ml,cf)&&cf!==Rl)zl(ml,cf,{get:()=>Al[cf],enumerable:!(Qh=rd(Al,cf))||Qh.enumerable})}return ml};var __toCommonJS=ml=>__copyProps(zl({},"__esModule",{value:true}),ml);var Qh={};__export(Qh,{default:()=>t_});ml.exports=__toCommonJS(Qh);var cf=Rl(77388);const capture=(ml,Al)=>{const{regex:Rl}=Al;const zl=(0,cf.parseTermToValidString)(Rl);const rd=new RegExp(zl??"");const yh=rd.exec(ml);if(yh){return yh[0]}return""};var t_=capture},34687:ml=>{"use strict";var Al=Object.defineProperty;var Rl=Object.getOwnPropertyDescriptor;var zl=Object.getOwnPropertyNames;var rd=Object.prototype.hasOwnProperty;var __export=(ml,Rl)=>{for(var zl in Rl)Al(ml,zl,{get:Rl[zl],enumerable:true})};var __copyProps=(ml,yh,kh,Qh)=>{if(yh&&typeof yh==="object"||typeof yh==="function"){for(let cf of zl(yh))if(!rd.call(ml,cf)&&cf!==kh)Al(ml,cf,{get:()=>yh[cf],enumerable:!(Qh=Rl(yh,cf))||Qh.enumerable})}return ml};var __toCommonJS=ml=>__copyProps(Al({},"__esModule",{value:true}),ml);var yh={};__export(yh,{parseCheckDependabot:()=>parseCheckDependabot});ml.exports=__toCommonJS(yh);const parseCheckDependabot=ml=>{if(!ml||ml==='""'||ml==="''"){return null}const Al=/(Bumps|Updates).*?from ([\d.-]+[A-Za-zαßβ]*) to ([\d.-]+[A-Za-zαßβ]*)/;const Rl=Al.exec(ml);if(Rl&&Rl.length===4){const[,,ml,Al]=Rl;const zl=Al&&Al.length>0&&Al[Al.length-1]==="."?Al.slice(0,-1):Al;return[zl,ml]}return null};0&&0},98873:ml=>{"use strict";var Al=Object.defineProperty;var Rl=Object.getOwnPropertyDescriptor;var zl=Object.getOwnPropertyNames;var rd=Object.prototype.hasOwnProperty;var __export=(ml,Rl)=>{for(var zl in Rl)Al(ml,zl,{get:Rl[zl],enumerable:true})};var __copyProps=(ml,yh,kh,Qh)=>{if(yh&&typeof yh==="object"||typeof yh==="function"){for(let cf of zl(yh))if(!rd.call(ml,cf)&&cf!==kh)Al(ml,cf,{get:()=>yh[cf],enumerable:!(Qh=Rl(yh,cf))||Qh.enumerable})}return ml};var __toCommonJS=ml=>__copyProps(Al({},"__esModule",{value:true}),ml);var yh={};__export(yh,{parseCheckSemver:()=>parseCheckSemver});ml.exports=__toCommonJS(yh);const parseCheckSemver=(ml,Al)=>{const Rl=false;const zl=true;let rd;let yh;if(Array.isArray(ml)&&Al===void 0){if(ml.length!==2){return"error"}[rd,yh]=ml}else if(typeof ml==="string"&&typeof Al==="string"){if(!ml&&!Al){return"equal"}if(!ml||!Al){return"error"}rd=ml;yh=Al}else{return"error"}let kh=(rd||"0").split(".");let Qh=(yh||"0").split(".");const isValidPart=ml=>/^\d+[A-Za-zαßβ]*$/.test(ml);if(!kh.every(isValidPart)||!Qh.every(isValidPart)){return"error"}if(zl){const ml=Math.max(kh.length,Qh.length);while(kh.length0){if(ml===0)return"major";if(ml===1)return"minor";return"patch"}else if(rd<0){return"downgrade"}}return"equal"};const normalizeNumeric=ml=>{const Al=ml.match(/^(\d+)([A-Za-zαßβ]*)$/);if(!Al){return ml}const[,Rl,zl]=Al;return Rl.padStart(10,"0")+zl};const compareNumeric=(ml,Al)=>{const Rl=ml.match(/^(\d+)([A-Za-zαßβ]*)$/);const zl=Al.match(/^(\d+)([A-Za-zαßβ]*)$/);if(!Rl||!zl){return ml.localeCompare(Al)}const[,rd,yh]=Rl;const[,kh,Qh]=zl;const cf=parseInt(rd,10)-parseInt(kh,10);if(cf!==0){return cf}return yh.localeCompare(Qh)};0&&0},77388:ml=>{"use strict";var Al=Object.defineProperty;var Rl=Object.getOwnPropertyDescriptor;var zl=Object.getOwnPropertyNames;var rd=Object.prototype.hasOwnProperty;var __export=(ml,Rl)=>{for(var zl in Rl)Al(ml,zl,{get:Rl[zl],enumerable:true})};var __copyProps=(ml,yh,kh,Qh)=>{if(yh&&typeof yh==="object"||typeof yh==="function"){for(let cf of zl(yh))if(!rd.call(ml,cf)&&cf!==kh)Al(ml,cf,{get:()=>yh[cf],enumerable:!(Qh=Rl(yh,cf))||Qh.enumerable})}return ml};var __toCommonJS=ml=>__copyProps(Al({},"__esModule",{value:true}),ml);var yh={};__export(yh,{DOCS_LINK_COMMENT:()=>cf,FiltersForAnalytics:()=>FiltersForAnalytics,GS_REVIEW_COMMAND_FOOTER:()=>r_,MONTH:()=>u_,NO_VERBOSE_DOCS_LINK_COMMENT:()=>t_,PROVIDER_NAME:()=>Qh,formatInputToList:()=>formatInputToList,handleAnalytics:()=>handleAnalytics,internalEvery:()=>internalEvery,internalIncludes:()=>internalIncludes,internalRegex:()=>internalRegex,parseTermToValidString:()=>parseTermToValidString});ml.exports=__toCommonJS(yh);const internalIncludes=(ml,Al)=>ml?.includes(Al);const parseTermToValidString=ml=>{if(typeof ml==="string"&&ml.startsWith("r/")){return ml.substring(2).slice(0,-1).replace("\\/","/")}return ml};const internalRegex=(ml,Al,Rl={})=>{const{multiline:zl=false,caseSensitive:rd=true}=Rl;const yh=parseTermToValidString(Al);const kh=[zl&&"m",!rd&&"i"].filter(Boolean).join("");const Qh=new RegExp(yh,kh);return Qh.test(ml)};const internalEvery=(ml,Al,Rl)=>{const zl=ml?.map(ml=>Boolean(ml));return zl?.length?zl.every(ml=>ml===Al):Rl};const formatInputToList=ml=>{if(typeof ml==="string"){if(ml.includes(",")){return ml.split(",")}return[ml]}return ml??[]};const kh={GITHUB:"github",GITLAB:"gitlab",BITBUCKET:"bitbucket"};const Qh={[kh.GITHUB]:"GitHub",[kh.GITLAB]:"GitLab",[kh.BITBUCKET]:"BitBucket"};const cf="\n \nTo learn more about /:\\ gitStream - [Visit our Docs](https://docs.gitstream.cm/) \n \n";const t_="\n \nFor more details, enable verbose mode. Learn more [here](https://docs.gitstream.cm/) \n \n";const r_="\n ✨ Comment `/gs review` for LinearB AI review. Learn how to automate it [here](https://docs.gitstream.cm/automations/integrations/LinearBAI/code-review/).";const u_={"01":"JAN","02":"FEB","03":"MAR","04":"APR","05":"MAY","06":"JUN","07":"JUL","08":"AUG","09":"SEP",10:"OCT",11:"NOV",12:"DEC"};class FiltersForAnalytics{static filters={}}const handleAnalytics=(ml,Al,Rl=false)=>{FiltersForAnalytics.filters={...FiltersForAnalytics.filters,[ml]:{args:Al,isCustom:Rl}}};0&&0},4637:ml=>{"use strict";var Al=Object.defineProperty;var Rl=Object.getOwnPropertyDescriptor;var zl=Object.getOwnPropertyNames;var rd=Object.prototype.hasOwnProperty;var __export=(ml,Rl)=>{for(var zl in Rl)Al(ml,zl,{get:Rl[zl],enumerable:true})};var __copyProps=(ml,yh,kh,Qh)=>{if(yh&&typeof yh==="object"||typeof yh==="function"){for(let cf of zl(yh))if(!rd.call(ml,cf)&&cf!==kh)Al(ml,cf,{get:()=>yh[cf],enumerable:!(Qh=Rl(yh,cf))||Qh.enumerable})}return ml};var __toCommonJS=ml=>__copyProps(Al({},"__esModule",{value:true}),ml);var yh={};__export(yh,{countTests:()=>countTests,extractChangesFromDiff:()=>extractChangesFromDiff});ml.exports=__toCommonJS(yh);const kh=[".spec.",".test.","test_"];const Qh=["\\s*it\\(","\\s*test\\(","\\s*step\\(","\\s*def test_"];const cf=Qh.map(ml=>new RegExp(ml));const extractChangesFromDiff=ml=>{const Al=ml.split("\n");const Rl=[];const zl=[];Al.forEach(ml=>{if(ml.startsWith("+")){const Al=ml.slice(1).trim();Rl.push(Al)}else if(ml.startsWith("-")){const Al=ml.slice(1).trim();zl.push(Al)}});return{additions:Rl,deletions:zl}};const countTests=ml=>{const Al=ml.diff.files.filter(({original_file:ml,new_file:Al})=>kh.some(Rl=>ml.includes(Rl)||Al.includes(Rl)));return Al.reduce((ml,Al)=>{const{diff:Rl}=Al;const{additions:zl,deletions:rd}=extractChangesFromDiff(Rl);const yh=zl.filter(ml=>cf.some(Al=>Al.test(ml)));const kh=rd.filter(ml=>cf.some(Al=>Al.test(ml)));const Qh=kh.length;const t_=yh.length;return ml+t_-(Qh>t_?0:Qh)},0)};0&&0},61579:ml=>{"use strict";var Al=Object.defineProperty;var Rl=Object.getOwnPropertyDescriptor;var zl=Object.getOwnPropertyNames;var rd=Object.prototype.hasOwnProperty;var __export=(ml,Rl)=>{for(var zl in Rl)Al(ml,zl,{get:Rl[zl],enumerable:true})};var __copyProps=(ml,yh,kh,Qh)=>{if(yh&&typeof yh==="object"||typeof yh==="function"){for(let cf of zl(yh))if(!rd.call(ml,cf)&&cf!==kh)Al(ml,cf,{get:()=>yh[cf],enumerable:!(Qh=Rl(yh,cf))||Qh.enumerable})}return ml};var __toCommonJS=ml=>__copyProps(Al({},"__esModule",{value:true}),ml);var yh={};__export(yh,{AsyncFilters:()=>Qh,HighLevelFilters:()=>kh,PREMIUM_FILTERS:()=>cf});ml.exports=__toCommonJS(yh);var kh=(ml=>{ml["allImages"]="allImages";ml["allTests"]="allTests";ml["allDocs"]="allDocs";ml["extensions"]="extensions";ml["matchDiffLines"]="matchDiffLines";ml["isFirstCommit"]="isFirstCommit";ml["rankByGitBlame"]="rankByGitBlame";ml["rankByGitActivity"]="rankByGitActivity";ml["explainRankByGitBlame"]="explainRankByGitBlame";ml["sonarParser"]="sonarParser";ml["mapToEnum"]="mapToEnum";ml["extractSonarFindings"]="extractSonarFindings";ml["extractJitFindings"]="extractJitFindings";ml["countTests"]="countTests";ml["encode"]="encode";ml["decode"]="decode";ml["getTimestamp"]="getTimestamp";ml["readFile"]="readFile";ml["mockFilter"]="mockFilter";ml["disabledFilter"]="disabledFilter";ml["checkDependabot"]="checkDependabot";ml["checkSemver"]="checkSemver";ml["bool"]="bool";return ml})(kh||{});var Qh=(ml=>{ml["isFormattingChange"]="isFormattingChange";ml["estimatedReviewTime"]="estimatedReviewTime";ml["expertReviewer"]="expertReviewer";ml["explainExpertReviewer"]="explainExpertReviewer";ml["codeExperts"]="codeExperts";ml["explainCodeExperts"]="explainCodeExperts";ml["mockAsyncFilter"]="mockAsyncFilter";ml["disabledAsyncFilter"]="disabledAsyncFilter";ml["LinearB_AI"]="LinearB_AI";ml["AI_DescribePR"]="AI_DescribePR";ml["AI_ReviewPR"]="AI_ReviewPR";return ml})(Qh||{});const cf=["LinearB_AI","AI_DescribePR"];0&&0},35618:(ml,Al,Rl)=>{"use strict";var zl=Object.defineProperty;var rd=Object.getOwnPropertyDescriptor;var yh=Object.getOwnPropertyNames;var kh=Object.prototype.hasOwnProperty;var __export=(ml,Al)=>{for(var Rl in Al)zl(ml,Rl,{get:Al[Rl],enumerable:true})};var __copyProps=(ml,Al,Rl,Qh)=>{if(Al&&typeof Al==="object"||typeof Al==="function"){for(let cf of yh(Al))if(!kh.call(ml,cf)&&cf!==Rl)zl(ml,cf,{get:()=>Al[cf],enumerable:!(Qh=rd(Al,cf))||Qh.enumerable})}return ml};var __toCommonJS=ml=>__copyProps(zl({},"__esModule",{value:true}),ml);var Qh={};__export(Qh,{getDisabledFilterFunction:()=>getDisabledFilterFunction,getPremiumFiltersAsFeatureFlags:()=>getPremiumFiltersAsFeatureFlags,getPreviousDisabledFilterAsync:()=>getPreviousDisabledFilterAsync,getPreviousDisabledFilterSync:()=>getPreviousDisabledFilterSync});ml.exports=__toCommonJS(Qh);var cf=Rl(61579);var t_=Rl(87299);var r_=Rl(76713);function getDisabledFilterFunction(ml,Al,Rl,zl,rd){const yh=!!zl;const kh=Rl.find(ml=>ml.name===Al&&!cf.PREMIUM_FILTERS.includes(Al));const Qh=cf.PREMIUM_FILTERS.includes(Al)&&rd?.toLowerCase()===r_.TierType.FREE.toLowerCase();const t_=Boolean(kh||Qh);let u_="";let C_=[...Rl];if(t_){u_=Math.random().toString(36).slice(2,11);C_=C_.map(ml=>ml.name===Al?{...ml,guid:u_}:ml);const Rl=yh?ml[cf.AsyncFilters.disabledAsyncFilter]:ml[cf.HighLevelFilters.disabledFilter];return{isDisabledFilter:true,filterCallback:(...ml)=>Rl(...ml,Al,u_),disabledFilters:C_}}return{isDisabledFilter:false,filterCallback:ml[Al],disabledFilters:C_}}const checkSingleArgAsync=async ml=>{if(typeof ml==="string"&&ml.includes(t_.DISABLED_FILTER_INDICATOR)){return ml}if(ml&&typeof ml.then==="function"){try{const Al=await ml;if(typeof Al==="string"&&Al.includes(t_.DISABLED_FILTER_INDICATOR)){return Al}if(Al!==null&&typeof Al==="object"&&JSON.stringify(Al).includes(t_.DISABLED_FILTER_INDICATOR)){return JSON.stringify(Al)}}catch{return""}}if(typeof ml==="object"&&ml!==null){const Al=JSON.stringify(ml);if(Al.includes(t_.DISABLED_FILTER_INDICATOR)){return Al}}return""};const checkSingleArgSync=ml=>{if(typeof ml==="string"&&ml.includes(t_.DISABLED_FILTER_INDICATOR)){return ml}if(typeof ml==="object"&&ml!==null){const Al=JSON.stringify(ml);if(Al.includes(t_.DISABLED_FILTER_INDICATOR)){return Al}}return""};const checkArgsDisabledFilterAsync=async ml=>{const Al=await Promise.all(ml.map(ml=>checkSingleArgAsync(ml)));const Rl=Al.find(ml=>ml);if(Rl){return Rl}return""};const checkArgsDisabledFilterSync=ml=>{const Al=ml.map(ml=>checkSingleArgSync(ml));const Rl=Al.find(ml=>ml);if(Rl){return Rl}return""};const getPreviousDisabledFilterSync=(ml,Al,Rl)=>{const zl=checkArgsDisabledFilterSync(ml);if(zl){try{return Al[cf.HighLevelFilters.disabledFilter](...ml,Rl,zl)}catch(Al){console.error(`error executing filter: ${Rl}(${JSON.stringify(ml)}): ${Al?.message}`);return null}}return null};const getPreviousDisabledFilterAsync=async(ml,Al,Rl)=>{const zl=await checkArgsDisabledFilterAsync(ml);if(zl){try{const rd=await Al[cf.AsyncFilters.disabledAsyncFilter](...ml,Rl,zl);return rd}catch(Al){console.error(`error while executing filter: ${Rl}(${JSON.stringify(ml)}): ${Al?.message}`);return null}}return null};const getPremiumFiltersAsFeatureFlags=()=>cf.PREMIUM_FILTERS.map(ml=>({name:ml,description:`This feature is available only with a paid LinearB license.\n\nTo unlock the **${ml}** functionality, please upgrade your license by [contacting LinearB](https://linearb.io/book-a-demo).`,isPremium:true}));0&&0},87299:(ml,Al,Rl)=>{"use strict";var zl=Object.defineProperty;var rd=Object.getOwnPropertyDescriptor;var yh=Object.getOwnPropertyNames;var kh=Object.prototype.hasOwnProperty;var __export=(ml,Al)=>{for(var Rl in Al)zl(ml,Rl,{get:Al[Rl],enumerable:true})};var __copyProps=(ml,Al,Rl,Qh)=>{if(Al&&typeof Al==="object"||typeof Al==="function"){for(let cf of yh(Al))if(!kh.call(ml,cf)&&cf!==Rl)zl(ml,cf,{get:()=>Al[cf],enumerable:!(Qh=rd(Al,cf))||Qh.enumerable})}return ml};var __toCommonJS=ml=>__copyProps(zl({},"__esModule",{value:true}),ml);var Qh={};__export(Qh,{DISABLED_FILTER_INDICATOR:()=>t_,RATE_LIMIT_EXCEEDED:()=>r_,RATE_LIMIT_HEADERS:()=>u_,disabledAsyncFilter:()=>disabledAsyncFilter,disabledFilter:()=>disabledFilter,extractRateLimitHeaders:()=>extractRateLimitHeaders});ml.exports=__toCommonJS(Qh);var cf=Rl(61579);const t_="@DISABLED_FILTER@";const r_="@RATE_LIMIT_EXCEEDED@";const u_=["retry-after","x-ratelimit-limit","x-ratelimit-remaining","x-ratelimit-reset"];const extractRateLimitHeaders=ml=>{if(!ml||!Object.keys(ml||{}).length){return u_.map(()=>0)}return u_.map(Al=>{const Rl=ml[Al]?.toString();if(Rl?.includes(",")){const ml=Rl.split(",").map(ml=>Number(ml.trim())).filter(ml=>!Number.isNaN(ml));return ml.length>0?Math.min(...ml):0}return Number(Rl||"0")})};const generateDisabledFilterString=ml=>{const Al=ml.find(ml=>typeof ml==="string"&&ml.includes(t_));if(Al){return Al}const Rl=ml[ml.length-1];const zl=`"${t_} ${Rl}"`;return zl};const disabledFilter=(...ml)=>{const Al=generateDisabledFilterString(ml);return Al};const disabledAsyncFilter=async(...ml)=>{const Al=generateDisabledFilterString(ml);if(typeof ml[2]==="function"||typeof ml[1]==="function"){const Rl=typeof ml[2]==="function"?ml[2]:ml[1];try{return Rl(null,Al)}catch(ml){console.log("Error:",ml);return Rl(null,"")}}throw new Error(`Callback function is required on async filter ${cf.AsyncFilters.disabledAsyncFilter}`)};0&&0},72571:(ml,Al,Rl)=>{"use strict";var zl=Object.create;var rd=Object.defineProperty;var yh=Object.getOwnPropertyDescriptor;var kh=Object.getOwnPropertyNames;var Qh=Object.getPrototypeOf;var cf=Object.prototype.hasOwnProperty;var __export=(ml,Al)=>{for(var Rl in Al)rd(ml,Rl,{get:Al[Rl],enumerable:true})};var __copyProps=(ml,Al,Rl,zl)=>{if(Al&&typeof Al==="object"||typeof Al==="function"){for(let Qh of kh(Al))if(!cf.call(ml,Qh)&&Qh!==Rl)rd(ml,Qh,{get:()=>Al[Qh],enumerable:!(zl=yh(Al,Qh))||zl.enumerable})}return ml};var __toESM=(ml,Al,Rl)=>(Rl=ml!=null?zl(Qh(ml)):{},__copyProps(Al||!ml||!ml.__esModule?rd(Rl,"default",{value:ml,enumerable:true}):Rl,ml));var __toCommonJS=ml=>__copyProps(rd({},"__esModule",{value:true}),ml);var t_={};__export(t_,{explainActivityAndBlameComment:()=>explainActivityAndBlameComment,explainExpertReviewerComment:()=>explainExpertReviewerComment,getExplainActivity:()=>getExplainActivity,getExplainKnowledge:()=>getExplainKnowledge,getNoExpertFoundComment:()=>getNoExpertFoundComment});ml.exports=__toCommonJS(t_);var r_=__toESM(Rl(93350));var u_=Rl(77388);var C_=Rl(25717);var D_=Rl(24951);const explainExpertReviewerComment=(ml,Al,Rl,zl,rd,yh)=>{let kh="🥷 **Code experts:";kh+=ml.length?` ${ml.join(", ")}** \n \n`:` no user ${yh?"but you":""} matched threshold ${zl}** \n \n`;if(Al.length){kh+=`${Al.join(", ")} ${Al.length===1?"has":"have"} most 👩‍💻 **activity** in the files. \n${D_.ADDITIONAL_FORMATTING[rd]||D_.ADDITIONAL_FORMATTING.default}`}if(Rl.length){kh+=`${Rl.join(", ")} ${Rl.length===1?"has":"have"} most 🧠 **knowledge** in the files. \n`}return kh};const explainActivityByMonth=(ml,Al,Rl)=>{let zl="";const rd=[];for(let ml=0;ml<6;ml++){rd.push(u_.MONTH[(0,r_.default)().subtract(ml,"months").format("MM")])}rd.forEach(rd=>{const yh=ml[Al][Rl[0]][rd];const kh=ml[Al][Rl[1]]?.[rd];zl+=`| ${rd} | ${yh?`${yh.additions} additions & ${yh.deletions} deletions`:" "} |`;zl+=`${kh?`${kh.additions} additions & ${kh.deletions} deletions |`:" "} \n`});return zl};const explainActivityTable=(ml,Al,Rl,zl)=>{if(!Object.keys(Al).length){return`\n\nNo activity${zl?` since ${zl}`:" in the last 6 months"}\n\n`}if(Rl.length){let zl=`\n\nActivity based on git-commit: \n\n | | ${Rl[0]?Rl[0]:" "} | ${Rl[1]?`${Rl[1]}| \n | --- | --- | --- | \n `:" \n | --- | --- | \n"}`;zl+=explainActivityByMonth(Al,ml,Rl);return zl}return""};const explainKnowledgeSection=(ml,Al,Rl,zl)=>{let rd="";const yh=(0,C_.sortObject)(Rl,Al[ml]);yh.forEach(Rl=>{rd+=Al[ml][Rl]?`${Rl}: ${Al[ml][Rl]}% \n${D_.ADDITIONAL_FORMATTING[zl]||D_.ADDITIONAL_FORMATTING.default}`:""});return rd};const explainActivityAndBlameComment=(ml,Al,Rl,zl,rd,yh,kh)=>{try{let Qh="
\n See details\n";if(kh){Qh+=`\n_Code experts calculated since ${kh}_\n`}Qh+="\n";ml.forEach(ml=>{Qh+=`\n\`${ml}\` \n ${explainActivityTable(ml,Al,zl,kh)} \n\nKnowledge based on git-blame: \n ${D_.ADDITIONAL_FORMATTING[yh]||D_.ADDITIONAL_FORMATTING.default}${explainKnowledgeSection(ml,Rl,rd,yh)}`});Qh+="\n
\n \n";return Qh}catch(ml){console.log("Error in creating explain code experts comment",ml);return""}};const parseActivityByUserDataForExplain=(ml,Al,Rl)=>Object.keys(ml[Al]).reduce((zl,rd)=>{if(ml[Al][rd][Rl]){const yh=u_.MONTH[rd.split("-")?.[1]];return{...zl,[yh]:ml[Al][rd][Rl]}}return zl},{});const parseActivityByUserForExplain=(ml,Al,Rl)=>Rl.reduce((Rl,zl)=>{const rd=parseActivityByUserDataForExplain(ml,Al,zl);return{...Rl,[zl]:rd}},{});const getExplainActivity=(ml,Al)=>Object.keys(ml||{}).reduce((Rl,zl)=>{const rd=parseActivityByUserForExplain(ml,zl,Al);return{...Rl,[zl]:rd}},{});const getExplainKnowledge=(ml,Al)=>Object.keys(ml||{}).reduce((Rl,zl)=>{const rd=(0,C_.sortObject)(Al,ml[zl]);const yh=rd.reduce((Al,Rl)=>{if(ml[zl][Rl]){return{...Al,[Rl]:Math.round(ml[zl][Rl]*100)}}return Al},{});return{...Rl,[zl]:yh}},{});const getNoExpertFoundComment=ml=>`🥷 **Code experts:** No results found\n\nNo code experts were identified for the files in this pull request based on git blame analysis${ml?` (since ${ml})`:""}.\n\nThis may occur when:\n- Files are new or have limited commit history\n- Git authors aren't mapped to current team members\n- Analysis thresholds need adjustment\n\n**If you expected to see expert suggestions**, consider:\n- Reviewing your \`config.user_mapping\` [settings](https://docs.gitstream.cm/cm-file/#configuser_mapping)\n- Adjusting the \`gt\`/\`lt\` parameters in your [action](https://docs.gitstream.cm/filter-functions/#codeexperts)\n${ml?`- The configured \`config.git_history_since\` date (${ml}) excludes older history [config](https://docs.gitstream.cm/cm-file/#configgit_blame_since)\n`:""}\n- Verifying files have sufficient commit history\n\nTo learn more about /:\\gitStream - [Visit our Docs](https://docs.gitstream.cm)`;0&&0},67171:(ml,Al,Rl)=>{"use strict";var zl=Object.defineProperty;var rd=Object.getOwnPropertyDescriptor;var yh=Object.getOwnPropertyNames;var kh=Object.prototype.hasOwnProperty;var __copyProps=(ml,Al,Rl,Qh)=>{if(Al&&typeof Al==="object"||typeof Al==="function"){for(let cf of yh(Al))if(!kh.call(ml,cf)&&cf!==Rl)zl(ml,cf,{get:()=>Al[cf],enumerable:!(Qh=rd(Al,cf))||Qh.enumerable})}return ml};var __toCommonJS=ml=>__copyProps(zl({},"__esModule",{value:true}),ml);var Qh={};ml.exports=__toCommonJS(Qh);var cf=Rl(78963);const{SUPPORTED_ACTIONS:t_}=cf.validatorsConstants},12687:ml=>{"use strict";var Al=Object.defineProperty;var Rl=Object.getOwnPropertyDescriptor;var zl=Object.getOwnPropertyNames;var rd=Object.prototype.hasOwnProperty;var __export=(ml,Rl)=>{for(var zl in Rl)Al(ml,zl,{get:Rl[zl],enumerable:true})};var __copyProps=(ml,yh,kh,Qh)=>{if(yh&&typeof yh==="object"||typeof yh==="function"){for(let cf of zl(yh))if(!rd.call(ml,cf)&&cf!==kh)Al(ml,cf,{get:()=>yh[cf],enumerable:!(Qh=Rl(yh,cf))||Qh.enumerable})}return ml};var __toCommonJS=ml=>__copyProps(Al({},"__esModule",{value:true}),ml);var yh={};__export(yh,{isGtLtArgsValid:()=>isGtLtArgsValid});ml.exports=__toCommonJS(yh);const isGtLtArgsValid=ml=>{const{gt:Al,lt:Rl}=ml;return!!Al||!!Rl};0&&0},29615:(ml,Al,Rl)=>{"use strict";var zl=Object.create;var rd=Object.defineProperty;var yh=Object.getOwnPropertyDescriptor;var kh=Object.getOwnPropertyNames;var Qh=Object.getPrototypeOf;var cf=Object.prototype.hasOwnProperty;var __export=(ml,Al)=>{for(var Rl in Al)rd(ml,Rl,{get:Al[Rl],enumerable:true})};var __copyProps=(ml,Al,Rl,zl)=>{if(Al&&typeof Al==="object"||typeof Al==="function"){for(let Qh of kh(Al))if(!cf.call(ml,Qh)&&Qh!==Rl)rd(ml,Qh,{get:()=>Al[Qh],enumerable:!(zl=yh(Al,Qh))||zl.enumerable})}return ml};var __toESM=(ml,Al,Rl)=>(Rl=ml!=null?zl(Qh(ml)):{},__copyProps(Al||!ml||!ml.__esModule?rd(Rl,"default",{value:ml,enumerable:true}):Rl,ml));var __toCommonJS=ml=>__copyProps(rd({},"__esModule",{value:true}),ml);var t_={};__export(t_,{GENERAL_FILTERS_HANDLER:()=>S_,GeneralFilters:()=>D_});ml.exports=__toCommonJS(t_);var r_=Rl(52356);var u_=Rl(77388);var C_=__toESM(Rl(1339));const parseSome=ml=>{(0,u_.handleAnalytics)("some",[]);const Al=(0,u_.formatInputToList)(ml)?.map(ml=>Boolean(ml));return Boolean(Al?.length)&&Al.some(ml=>ml)};const parseEvery=ml=>{(0,u_.handleAnalytics)("every",[]);return(0,u_.internalEvery)((0,u_.formatInputToList)(ml),true,false)};const termRegexOrList=(ml,Al,Rl,zl,rd)=>Rl?(0,u_.internalIncludes)(Al?ml[Al]:ml,Rl):zl?(0,u_.internalRegex)(Al?ml[Al]:ml,zl):rd.some(Rl=>(0,u_.internalIncludes)(Al?ml[Al]:ml,Rl));const filterList=(ml,Al,Rl,zl,rd,yh)=>ml.filter(ml=>yh?!termRegexOrList(ml,Al,Rl,zl,rd):termRegexOrList(ml,Al,Rl,zl,rd));const mapList=(ml,Al,Rl,zl,rd,yh)=>ml.map(ml=>yh?!termRegexOrList(ml,Al,Rl,zl,rd):termRegexOrList(ml,Al,Rl,zl,rd));const calculateList=(ml,Al,Rl,zl=false)=>{const rd=Al.attr||"";const{term:yh,regex:kh,list:Qh}=Al;const cf=(0,u_.formatInputToList)(ml);if(!yh&&!kh&&!Qh){return[]}let t_=Qh;if(Qh){t_=(0,u_.formatInputToList)(Qh)}return Rl==="filterList"?filterList(cf,rd,yh,kh,t_,zl):mapList(cf,rd,yh,kh,t_,zl)};const parseFilter=(ml,Al)=>{(0,u_.handleAnalytics)("filter",[Al]);return calculateList(ml,Al,"filterList")};const parseReject=(ml,Al)=>{(0,u_.handleAnalytics)("reject",[Al]);return calculateList(ml,Al,"filterList",true)};const parseMap=(ml,{attr:Al})=>{(0,u_.handleAnalytics)("map",[{attr:Al}]);return(0,u_.formatInputToList)(ml).map(ml=>ml[Al])};const parseIncludes=(ml,Al)=>{(0,u_.handleAnalytics)("includes",[Al]);const{term:Rl,regex:zl,list:rd}=Al;if(!Rl&&!zl&&!rd){return false}let yh=rd;if(rd){yh=(0,u_.formatInputToList)(rd)}return Rl?(0,u_.internalIncludes)(ml,Rl):zl?(0,u_.internalRegex)(ml,zl):yh.some(Al=>ml.includes(Al))};const parseMatch=(ml,Al)=>{(0,u_.handleAnalytics)("match",[Al]);return calculateList(ml,Al,"mapList")};const parseNope=ml=>{(0,u_.handleAnalytics)("match",[]);return(0,u_.internalEvery)((0,u_.formatInputToList)(ml),false,true)};const parseIntersection=(ml,Al)=>{(0,u_.handleAnalytics)("intersection",[Al]);const{list:Rl}=Al;const zl=(0,u_.formatInputToList)(ml);const rd=(0,u_.formatInputToList)(Rl);if(!rd.length){return[]}return(0,r_.intersection)(zl,rd)};const parseDifference=(ml,Al)=>{(0,u_.handleAnalytics)("difference",[Al]);const{list:Rl}=Al;const zl=(0,u_.formatInputToList)(ml);const rd=(0,u_.formatInputToList)(Rl);if(!rd.length){return ml}return(0,r_.difference)(zl,rd)};var D_=(ml=>{ml["some"]="some";ml["every"]="every";ml["filter"]="filter";ml["includes"]="includes";ml["reject"]="reject";ml["map"]="map";ml["match"]="match";ml["nope"]="nope";ml["intersection"]="intersection";ml["difference"]="difference";ml["capture"]="capture";return ml})(D_||{});const S_={["some"]:parseSome,["every"]:parseEvery,["filter"]:parseFilter,["reject"]:parseReject,["map"]:parseMap,["includes"]:parseIncludes,["match"]:parseMatch,["nope"]:parseNope,["intersection"]:parseIntersection,["difference"]:parseDifference,["capture"]:C_.default};0&&0},25717:(ml,Al,Rl)=>{"use strict";var zl=Object.defineProperty;var rd=Object.getOwnPropertyDescriptor;var yh=Object.getOwnPropertyNames;var kh=Object.prototype.hasOwnProperty;var __export=(ml,Al)=>{for(var Rl in Al)zl(ml,Rl,{get:Al[Rl],enumerable:true})};var __copyProps=(ml,Al,Rl,Qh)=>{if(Al&&typeof Al==="object"||typeof Al==="function"){for(let cf of yh(Al))if(!kh.call(ml,cf)&&cf!==Rl)zl(ml,cf,{get:()=>Al[cf],enumerable:!(Qh=rd(Al,cf))||Qh.enumerable})}return ml};var __toCommonJS=ml=>__copyProps(zl({},"__esModule",{value:true}),ml);var Qh={};__export(Qh,{calculateActivityPerFile:()=>calculateActivityPerFile,calculateFileSumPerAuthorActivity:()=>calculateFileSumPerAuthorActivity,convertAndSumContributors:()=>convertAndSumContributors,convertBlameContextToExplain:()=>convertBlameContextToExplain,convertContributorsAndBlame:()=>convertContributorsAndBlame,convertToProviderUser:()=>convertToProviderUser,explainBlameTemplate:()=>explainBlameTemplate,sortObject:()=>sortObject,sumAuthorMetrics:()=>sumAuthorMetrics,validateAndCompare:()=>validateAndCompare});ml.exports=__toCommonJS(Qh);var cf=Rl(24951);var t_=Rl(77388);const calculateSumByAuthor=(ml,Al)=>Object.values(ml).reduce((ml,Rl)=>{const zl=Rl[Al];const rd=(zl??0)+(ml[Al]??0);return{...ml,...rd&&{[Al]:rd}}},{});const convertAndSumContributors=(ml,Al)=>Object.keys(ml).reduce((Rl,zl)=>{let rd=ml[zl];if(Rl[Al[zl]]){rd=ml[zl]+Rl[Al[zl]]}const yh=Al[zl]?.includes("@")||!Al[zl]?`${zl}\\*`:Al[zl];return{...Rl,[yh]:rd}},{});const convertContributorsAndBlame=ml=>{if(!ml?.blame||!Object.keys(ml.blame).length){return{blame:{}}}const Al=Object.keys(ml.blame).reduce((Al,Rl)=>({...Al,[Rl]:convertAndSumContributors(ml.blame[Rl],ml.git_to_provider_user)}),{});return{blame:Al}};const sumAuthorMetrics=(ml,Al)=>{const Rl=Object.keys(Al).length;return ml.reduce((ml,zl)=>{const rd=calculateSumByAuthor(Al,zl);return{...ml,...rd[zl]&&{[zl]:rd[zl]/Rl}}},{})};const convertToProviderUser=(ml,Al)=>Object.keys(Al).reduce((Rl,zl)=>{if(ml.git_to_provider_user[zl]){return{...Rl,[ml.git_to_provider_user[zl]]:Al[zl]||zl}}return Rl},{});const calculateActivityPerFile=(ml,Al)=>{if(!ml||!Object.keys(ml).length){return{}}return Object.keys(ml).reduce((Rl,zl)=>{const rd=Object.values(ml[zl]).reduce((ml,Rl)=>{Al.forEach(Al=>{const zl=Rl[Al];if(zl){ml[Al]=(ml[Al]??0)+zl}});return{...ml}},{});return{...Rl,[zl]:rd}},{})};const calculateFileSumPerAuthorActivity=(ml,Al,Rl)=>Object.keys(ml).reduce((zl,rd)=>{const yh=Object.keys(ml[rd]).reduce((zl,yh)=>{const kh=[];Al.forEach(Al=>{if(Rl[rd][Al]&&ml[rd][yh][Al]){kh.push(ml[rd][yh][Al]/Rl[rd][Al]*100)}});const Qh=kh.reduce((ml,Al)=>ml+Al,0)/kh.length;return{...zl,...kh.length&&{[yh]:parseInt(Qh?.toFixed(0))}}},{});return{...zl,[rd]:yh}},{});const sortObject=(ml,Al)=>ml.sort((ml,Rl)=>(Al[Rl]??0)-(Al[ml]??0));const compareThan=(ml,Al,Rl)=>{const zl=Object.keys(ml).filter(zl=>Al!==void 0?ml[zl]>Al:ml[zl]{if(Rl.includes("*")){return Al}return{...Al,...{[Rl]:ml[Rl]}}},{})};const validateAndCompare=(ml,Al,Rl)=>Object.keys(ml).length?compareThan(ml,Al,Rl):{};const convertBlameContextToExplain=ml=>{const{blame:Al}=convertContributorsAndBlame(ml);return Object.keys(Al).reduce((ml,Rl)=>{if(Rl==="/dev/null"){return ml}const zl=sortObject(Object.keys(Al[Rl]),Al[Rl]);const rd=zl.reduce((ml,zl)=>{if(!Al[Rl][zl]){return ml}const rd=zl.replace(/\"“/g,"").replace("“","");let yh=`${Math.floor(Al[Rl][zl])?Math.floor(Al[Rl][zl]):"<1"}%`;if(ml[rd]&&parseInt(ml[rd])>parseInt(yh)){yh=ml[rd]}return{...ml,[rd]:yh}},{});return{...ml,[Rl]:rd}},{})};const suggestedReviewersComment=(ml,Al,Rl,zl)=>{const rd=ml?` 👋 **Suggested reviewers: ${ml}**\n \nThey contributed ${Al} of the lines on pre-existing files`:` 👋 **Suggested reviewers: no user ${zl?"but you":""} matched**\n \nNo ${Rl?"other ":""}user contributed ${Al} of the lines on pre-existing files`;return rd};const explainBlameTemplate=(ml,Al,Rl,zl,rd)=>{const{gt:yh,lt:kh}=ml;const Qh=yh?`more than ${yh}%`:`less than ${kh}%`;const r_=Object.keys(Rl).length;let u_=suggestedReviewersComment(Al,Qh,r_,rd);u_+=r_?":\n":". \n ";u_+=Object.keys(Rl).length?"
\n See details\n":"";u_+="\n";Object.keys(Rl).forEach(ml=>{if(Object.keys(Rl[ml]).length===0){return}u_+=`\n\`${ml}\` \n${cf.ADDITIONAL_FORMATTING[zl]||cf.ADDITIONAL_FORMATTING.default}`;Object.keys(Rl[ml]).forEach(Al=>{u_+=`${Al}: ${Rl[ml][Al]} \n${cf.ADDITIONAL_FORMATTING[zl]||cf.ADDITIONAL_FORMATTING.default}`})});u_+="\n
\n";const C_=Object.values(Rl).map(ml=>Object.keys(ml).some(ml=>ml.includes("*"))).some(ml=>ml);u_+=C_?` \nGit users that could not be automatically mapped are marked with \`*\`.\n${cf.ADDITIONAL_FORMATTING[zl]||cf.ADDITIONAL_FORMATTING.default}To map these users, refer to the instructions [here](https://docs.gitstream.cm/cm-file#config).\n \n`:"";u_+=t_.DOCS_LINK_COMMENT;return u_};0&&0},77316:(ml,Al,Rl)=>{"use strict";var zl=Object.create;var rd=Object.defineProperty;var yh=Object.getOwnPropertyDescriptor;var kh=Object.getOwnPropertyNames;var Qh=Object.getPrototypeOf;var cf=Object.prototype.hasOwnProperty;var __export=(ml,Al)=>{for(var Rl in Al)rd(ml,Rl,{get:Al[Rl],enumerable:true})};var __copyProps=(ml,Al,Rl,zl)=>{if(Al&&typeof Al==="object"||typeof Al==="function"){for(let Qh of kh(Al))if(!cf.call(ml,Qh)&&Qh!==Rl)rd(ml,Qh,{get:()=>Al[Qh],enumerable:!(zl=yh(Al,Qh))||zl.enumerable})}return ml};var __toESM=(ml,Al,Rl)=>(Rl=ml!=null?zl(Qh(ml)):{},__copyProps(Al||!ml||!ml.__esModule?rd(Rl,"default",{value:ml,enumerable:true}):Rl,ml));var __toCommonJS=ml=>__copyProps(rd({},"__esModule",{value:true}),ml);var t_={};__export(t_,{ASYNC:()=>hA,FILTERS_EXTENSION_LIST:()=>pA,HIGH_LEVEL_FILTERS_HANDLER:()=>dA});ml.exports=__toCommonJS(t_);var r_=__toESM(Rl(40181));var u_=__toESM(Rl(19263));var C_=Rl(77388);var D_=Rl(25717);var S_=Rl(12687);var P_=Rl(11787);var Cg=Rl(78850);var eA=__toESM(Rl(1475));var tA=__toESM(Rl(12623));var rA=Rl(4637);var nA=__toESM(Rl(2140));var iA=Rl(61579);var sA=Rl(93017);var aA=Rl(87299);var oA=Rl(21187);var lA=Rl(34687);var cA=Rl(98873);const parseExtractSonarFindings=ml=>{(0,C_.handleAnalytics)(iA.HighLevelFilters.extractSonarFindings,[]);return(0,eA.default)(ml)};const parserMapToEnum=(ml,Al)=>{(0,C_.handleAnalytics)(iA.HighLevelFilters.mapToEnum,[ml,Al]);const Rl=Al?.enum;if(Rl&&Object.keys(Rl).length){return Rl[ml]}};const parseFilterAllTests=(ml,Al)=>{const Rl=new RegExp(`[^a-zA-Z0-9](${Al.join("|")})[^a-zA-Z0-9]`);return Boolean(ml.length)&&ml.map(ml=>Rl.test(ml||"")).every(ml=>ml)};const parseFilterAllFilePath=(ml,Al)=>Boolean(ml.length)&&ml.map(ml=>Al.some(Al=>(ml||"").includes(Al))).every(ml=>ml);const parseFilterAllExtensions=(ml,Al)=>ml.length?parseFilterAllFilePath(ml.map(ml=>ml.split(".").pop()||""),Al):false;const getUniqueExtensions=ml=>{(0,C_.handleAnalytics)(iA.HighLevelFilters.extensions,[]);return ml.map(ml=>ml.split(".").pop()).filter((ml,Al,Rl)=>Rl.indexOf(ml)===Al)};const parseIsFormattingChange=async(ml,Al)=>{try{(0,C_.handleAnalytics)(iA.AsyncFilters.isFormattingChange,[]);if(!ml.length){return Al(null,false)}for(const{new_content:Rl,original_content:zl,original_file:rd,new_file:yh}of ml){const ml=await(0,Cg.format)(Rl,yh);const kh=await(0,Cg.format)(zl,rd);if(ml!==kh){return Al(null,false)}}return Al(null,true)}catch(ml){return Al(null,false)}};const parseMatchDiffLines=(ml,Al)=>{(0,C_.handleAnalytics)(iA.HighLevelFilters.matchDiffLines,[Al]);const{regex:Rl,ignoreWhiteSpaces:zl=false,caseSensitive:rd=true}=Al;const yh=new RegExp("^[+-]");const kh=new RegExp("^[+-]\\s*$");return!Rl?[]:ml.map(({diff:ml})=>ml.split("\n").filter(ml=>yh.test(ml)).filter(ml=>zl?!kh.test(ml):true).map(ml=>(0,C_.internalRegex)(ml,Rl,{caseSensitive:rd}))).flat(1)};const parseIsFirstCommit=(ml,Al)=>{(0,C_.handleAnalytics)(iA.HighLevelFilters.isFirstCommit,[{author:Al}]);return!(0,r_.default)(ml,Al,null)};const parseRankByGitBlame=(ml,Al)=>{(0,C_.handleAnalytics)(iA.HighLevelFilters.rankByGitBlame,[Al]);if(!(0,S_.isGtLtArgsValid)(Al)||!ml?.blame){return[]}const{gt:Rl,lt:zl}=Al;const{blame:rd}=(0,D_.convertContributorsAndBlame)(ml);const yh=(0,D_.sumAuthorMetrics)(Object.values(ml.git_to_provider_user),rd);const kh=(0,D_.validateAndCompare)(yh,Rl,zl);return Object.keys(kh).length?[...Array.from(new Set(Object.keys(kh)))]:[]};const parseRankByGitActivity=(ml,Al)=>{(0,C_.handleAnalytics)(iA.HighLevelFilters.rankByGitActivity,[Al]);const{gt:Rl,lt:zl,weeks:rd}=Al;if(!Rl&&!zl||!rd||!ml?.git_activity){return[]}const yh=new Array(rd+1).fill(0).map((ml,Al)=>`week_${Al}`);const kh=(0,D_.calculateActivityPerFile)(ml.git_activity,yh);const Qh=(0,D_.calculateFileSumPerAuthorActivity)(ml.git_activity,yh,kh);const cf=(0,D_.sumAuthorMetrics)(Object.keys(ml.contributors),Qh);const t_=(0,D_.convertAndSumContributors)(cf,ml.git_to_provider_user);const r_=(0,D_.validateAndCompare)(t_,Rl,zl);return Object.keys(r_).length?[...Array.from(new Set(Object.keys(r_)))]:[]};const parseExplainRankByGitBlame=(ml,Al)=>{(0,C_.handleAnalytics)(iA.HighLevelFilters.explainRankByGitBlame,[Al]);if(!(0,S_.isGtLtArgsValid)(Al)){return{}}const Rl=parseRankByGitBlame(ml,Al);const zl=(0,u_.default)(Rl,Al=>Al!==ml.pr_author);const rd=zl.join(", ");const yh=!zl.length&&Rl.length>0;const kh=(0,D_.convertBlameContextToExplain)(ml);return`base64: ${Buffer.from((0,D_.explainBlameTemplate)(Al,rd,kh,ml.provider,yh)).toString("base64")}`};const uA={[iA.HighLevelFilters.allDocs]:["requirements.txt"]};const pA={[iA.HighLevelFilters.allDocs]:["md","mkdown","txt","rst",".adoc"],[iA.HighLevelFilters.allImages]:["svg","png","gif"],[iA.HighLevelFilters.allTests]:["test","spec"]};const dA={[iA.HighLevelFilters.allDocs]:ml=>{(0,C_.handleAnalytics)(iA.HighLevelFilters.allDocs,[]);return Boolean(ml.length)&&ml.every(ml=>uA[iA.HighLevelFilters.allDocs].every(Al=>!(ml.includes(`/${Al}`)||ml===Al)))&&parseFilterAllExtensions(ml,pA[iA.HighLevelFilters.allDocs])},[iA.HighLevelFilters.allImages]:ml=>{(0,C_.handleAnalytics)(iA.HighLevelFilters.allImages,[]);return parseFilterAllExtensions(ml,pA[iA.HighLevelFilters.allImages])},[iA.HighLevelFilters.allTests]:ml=>{(0,C_.handleAnalytics)(iA.HighLevelFilters.allTests,[]);return parseFilterAllTests(ml,pA[iA.HighLevelFilters.allTests])},[iA.HighLevelFilters.extensions]:getUniqueExtensions,[iA.HighLevelFilters.matchDiffLines]:parseMatchDiffLines,[iA.HighLevelFilters.isFirstCommit]:parseIsFirstCommit,[iA.HighLevelFilters.rankByGitBlame]:parseRankByGitBlame,[iA.HighLevelFilters.rankByGitActivity]:parseRankByGitActivity,[iA.HighLevelFilters.explainRankByGitBlame]:parseExplainRankByGitBlame,[iA.HighLevelFilters.sonarParser]:eA.default,[iA.HighLevelFilters.mapToEnum]:parserMapToEnum,[iA.HighLevelFilters.extractSonarFindings]:parseExtractSonarFindings,[iA.HighLevelFilters.countTests]:rA.countTests,[iA.HighLevelFilters.encode]:sA.encode,[iA.HighLevelFilters.decode]:sA.decode,[iA.HighLevelFilters.getTimestamp]:sA.getTimestamp,[iA.HighLevelFilters.readFile]:sA.readFile,[iA.HighLevelFilters.mockFilter]:sA.mockFilter,[iA.HighLevelFilters.disabledFilter]:aA.disabledFilter,[iA.HighLevelFilters.checkDependabot]:lA.parseCheckDependabot,[iA.HighLevelFilters.checkSemver]:cA.parseCheckSemver,[iA.HighLevelFilters.bool]:sA.bool,[iA.AsyncFilters.isFormattingChange]:parseIsFormattingChange,[iA.AsyncFilters.estimatedReviewTime]:P_.estimatedReviewTime,[iA.AsyncFilters.expertReviewer]:P_.parseExpertReviewer,[iA.AsyncFilters.explainExpertReviewer]:P_.parseExplainExpertReviewer,[iA.AsyncFilters.codeExperts]:P_.parseCodeExperts,[iA.AsyncFilters.explainCodeExperts]:P_.parseExplainCodeExperts,[iA.AsyncFilters.mockAsyncFilter]:P_.mockAsyncFilter,[iA.AsyncFilters.disabledAsyncFilter]:aA.disabledAsyncFilter,[iA.AsyncFilters.LinearB_AI]:oA.linearbAI,[iA.AsyncFilters.AI_DescribePR]:oA.aiDescribePR,...tA.default,...nA.default};const hA={[iA.AsyncFilters.isFormattingChange]:true,[iA.AsyncFilters.estimatedReviewTime]:true,[iA.AsyncFilters.expertReviewer]:true,[iA.AsyncFilters.explainExpertReviewer]:true,[iA.AsyncFilters.codeExperts]:true,[iA.AsyncFilters.explainCodeExperts]:true,[iA.AsyncFilters.mockAsyncFilter]:true,[iA.AsyncFilters.LinearB_AI]:true,[iA.AsyncFilters.AI_DescribePR]:true,allFormattingChange:true,getJiraTicketDetails:true};0&&0},2140:(ml,Al,Rl)=>{"use strict";var zl=Object.create;var rd=Object.defineProperty;var yh=Object.getOwnPropertyDescriptor;var kh=Object.getOwnPropertyNames;var Qh=Object.getPrototypeOf;var cf=Object.prototype.hasOwnProperty;var __export=(ml,Al)=>{for(var Rl in Al)rd(ml,Rl,{get:Al[Rl],enumerable:true})};var __copyProps=(ml,Al,Rl,zl)=>{if(Al&&typeof Al==="object"||typeof Al==="function"){for(let Qh of kh(Al))if(!cf.call(ml,Qh)&&Qh!==Rl)rd(ml,Qh,{get:()=>Al[Qh],enumerable:!(zl=yh(Al,Qh))||zl.enumerable})}return ml};var __toESM=(ml,Al,Rl)=>(Rl=ml!=null?zl(Qh(ml)):{},__copyProps(Al||!ml||!ml.__esModule?rd(Rl,"default",{value:ml,enumerable:true}):Rl,ml));var __toCommonJS=ml=>__copyProps(rd({},"__esModule",{value:true}),ml);var t_={};__export(t_,{default:()=>u_});ml.exports=__toCommonJS(t_);var r_=__toESM(Rl(71066));var u_={getJiraTicketDetails:r_.default}},71066:(ml,Al,Rl)=>{"use strict";var zl=Object.create;var rd=Object.defineProperty;var yh=Object.getOwnPropertyDescriptor;var kh=Object.getOwnPropertyNames;var Qh=Object.getPrototypeOf;var cf=Object.prototype.hasOwnProperty;var __export=(ml,Al)=>{for(var Rl in Al)rd(ml,Rl,{get:Al[Rl],enumerable:true})};var __copyProps=(ml,Al,Rl,zl)=>{if(Al&&typeof Al==="object"||typeof Al==="function"){for(let Qh of kh(Al))if(!cf.call(ml,Qh)&&Qh!==Rl)rd(ml,Qh,{get:()=>Al[Qh],enumerable:!(zl=yh(Al,Qh))||zl.enumerable})}return ml};var __toESM=(ml,Al,Rl)=>(Rl=ml!=null?zl(Qh(ml)):{},__copyProps(Al||!ml||!ml.__esModule?rd(Rl,"default",{value:ml,enumerable:true}):Rl,ml));var __toCommonJS=ml=>__copyProps(rd({},"__esModule",{value:true}),ml);var t_={};__export(t_,{default:()=>C_});ml.exports=__toCommonJS(t_);var r_=__toESM(Rl(87269));var u_=__toESM(Rl(69860));const extractAdditionalFieldsValue=ml=>{const Al={};Object.entries(ml).forEach(([ml,Rl])=>{Al[ml]=Rl});return Al};const getJiraTicketDetails=async(ml,Al,Rl)=>{const{url:zl,username:rd,apiToken:yh,additionalFields:kh}=Al;if(!zl||!rd||!yh||!ml){return Rl(null,JSON.stringify({}))}const Qh=`${rd}:${yh}`;const cf=`Basic ${Buffer.from(Qh).toString("base64")}`;const t_={Authorization:cf,Accept:"application/json"};try{const{data:Al}=await r_.default.get(`${zl}/rest/api/3/issue/${ml}`,{headers:t_});const rd=Al?.fields??{};const yh=(0,u_.default)(rd,kh);const Qh={labels:rd.labels??[],assignee:rd.assignee?.displayName??"",status:rd.name??"",url:Al?.self??"",priority:rd.priority?.name??"",creator:rd.creator?.displayName??"",issueType:rd.issueType?.name??"",project:rd.project?.name??"",summary:rd.summary??"",...extractAdditionalFieldsValue(yh)};return Rl(null,JSON.stringify(Qh))}catch(ml){console.log("error while running getJiraTicketDetails filter",ml);return Rl(null,JSON.stringify({}))}};var C_=getJiraTicketDetails},95998:(ml,Al,Rl)=>{"use strict";var zl=Object.create;var rd=Object.defineProperty;var yh=Object.getOwnPropertyDescriptor;var kh=Object.getOwnPropertyNames;var Qh=Object.getPrototypeOf;var cf=Object.prototype.hasOwnProperty;var __export=(ml,Al)=>{for(var Rl in Al)rd(ml,Rl,{get:Al[Rl],enumerable:true})};var __copyProps=(ml,Al,Rl,zl)=>{if(Al&&typeof Al==="object"||typeof Al==="function"){for(let Qh of kh(Al))if(!cf.call(ml,Qh)&&Qh!==Rl)rd(ml,Qh,{get:()=>Al[Qh],enumerable:!(zl=yh(Al,Qh))||zl.enumerable})}return ml};var __toESM=(ml,Al,Rl)=>(Rl=ml!=null?zl(Qh(ml)):{},__copyProps(Al||!ml||!ml.__esModule?rd(Rl,"default",{value:ml,enumerable:true}):Rl,ml));var __toCommonJS=ml=>__copyProps(rd({},"__esModule",{value:true}),ml);var t_={};__export(t_,{extractJitCommentsFromPR:()=>extractJitCommentsFromPR,initEmptyJitObject:()=>initEmptyJitObject,parseJitReview:()=>parseJitReview,unifyReviews:()=>unifyReviews});ml.exports=__toCommonJS(t_);var r_=__toESM(Rl(99101));const u_="jit-ci";const parseJitReview=ml=>{const Al=initEmptyJitObject();const{conversations:Rl}=ml;Rl.forEach(ml=>{const{content:Rl}=ml;const zl=Rl.split("\n");const rd=zl[0]?.split("**")[2]?.trim();const yh=zl[2]?.split("**")[2]?.trim();const kh=zl[4]?.split("**")[2]?.trim();const Qh=zl[6]?.split("**")[2]?.trim();const cf=zl[10]?.split("")[1]?.split("")[0]??"";const t_=cf.replace(//g,"").replace(/<\/b>/g,"");Al.vulnerabilities.push({security_control:rd,type:yh,description:kh,severity:Qh,summary:t_});Al.metrics[Qh]=(Al.metrics[Qh]??0)+1});return Al};const unifyReviews=(ml,Al)=>ml.reduce((ml,Al)=>{console.log({acc:ml,review:Al});return{...ml,vulnerabilities:[...ml.vulnerabilities,...Al.vulnerabilities],metrics:(0,r_.default)(ml.metrics,Al.metrics,(ml,Al)=>(ml||0)+(Al||0))}},{...Al});const extractJitCommentsFromPR=ml=>ml.reviews.filter(({commenter:ml})=>ml===u_);const initEmptyJitObject=()=>({vulnerabilities:[],metrics:{HIGH:null,MEDIUM:null,LOW:null,INFO:null}});0&&0},12623:(ml,Al,Rl)=>{"use strict";var zl=Object.defineProperty;var rd=Object.getOwnPropertyDescriptor;var yh=Object.getOwnPropertyNames;var kh=Object.prototype.hasOwnProperty;var __export=(ml,Al)=>{for(var Rl in Al)zl(ml,Rl,{get:Al[Rl],enumerable:true})};var __copyProps=(ml,Al,Rl,Qh)=>{if(Al&&typeof Al==="object"||typeof Al==="function"){for(let cf of yh(Al))if(!kh.call(ml,cf)&&cf!==Rl)zl(ml,cf,{get:()=>Al[cf],enumerable:!(Qh=rd(Al,cf))||Qh.enumerable})}return ml};var __toCommonJS=ml=>__copyProps(zl({},"__esModule",{value:true}),ml);var Qh={};__export(Qh,{default:()=>t_});ml.exports=__toCommonJS(Qh);var cf=Rl(45460);var t_={extractJitFindings:cf.parseJitComments}},45460:(ml,Al,Rl)=>{"use strict";var zl=Object.defineProperty;var rd=Object.getOwnPropertyDescriptor;var yh=Object.getOwnPropertyNames;var kh=Object.prototype.hasOwnProperty;var __export=(ml,Al)=>{for(var Rl in Al)zl(ml,Rl,{get:Al[Rl],enumerable:true})};var __copyProps=(ml,Al,Rl,Qh)=>{if(Al&&typeof Al==="object"||typeof Al==="function"){for(let cf of yh(Al))if(!kh.call(ml,cf)&&cf!==Rl)zl(ml,cf,{get:()=>Al[cf],enumerable:!(Qh=rd(Al,cf))||Qh.enumerable})}return ml};var __toCommonJS=ml=>__copyProps(zl({},"__esModule",{value:true}),ml);var Qh={};__export(Qh,{parseJitComments:()=>parseJitComments});ml.exports=__toCommonJS(Qh);var cf=Rl(52356);var t_=Rl(77388);var r_=Rl(95998);var u_=Rl(61579);const parseJitComments=ml=>{(0,t_.handleAnalytics)(u_.HighLevelFilters.extractJitFindings,[]);const Al=(0,r_.extractJitCommentsFromPR)(ml);const Rl=(0,r_.initEmptyJitObject)();if((0,cf.isEmpty)(Al)){return JSON.stringify(Rl)}const zl=Al.map(r_.parseJitReview);return JSON.stringify((0,r_.unifyReviews)(zl,Rl))};0&&0},1475:(ml,Al,Rl)=>{"use strict";var zl=Object.defineProperty;var rd=Object.getOwnPropertyDescriptor;var yh=Object.getOwnPropertyNames;var kh=Object.prototype.hasOwnProperty;var __export=(ml,Al)=>{for(var Rl in Al)zl(ml,Rl,{get:Al[Rl],enumerable:true})};var __copyProps=(ml,Al,Rl,Qh)=>{if(Al&&typeof Al==="object"||typeof Al==="function"){for(let cf of yh(Al))if(!kh.call(ml,cf)&&cf!==Rl)zl(ml,cf,{get:()=>Al[cf],enumerable:!(Qh=rd(Al,cf))||Qh.enumerable})}return ml};var __toCommonJS=ml=>__copyProps(zl({},"__esModule",{value:true}),ml);var Qh={};__export(Qh,{default:()=>t_});ml.exports=__toCommonJS(Qh);var cf=Rl(72908);var t_=cf.parseSonarParser},72908:(ml,Al,Rl)=>{"use strict";var zl=Object.defineProperty;var rd=Object.getOwnPropertyDescriptor;var yh=Object.getOwnPropertyNames;var kh=Object.prototype.hasOwnProperty;var __export=(ml,Al)=>{for(var Rl in Al)zl(ml,Rl,{get:Al[Rl],enumerable:true})};var __copyProps=(ml,Al,Rl,Qh)=>{if(Al&&typeof Al==="object"||typeof Al==="function"){for(let cf of yh(Al))if(!kh.call(ml,cf)&&cf!==Rl)zl(ml,cf,{get:()=>Al[cf],enumerable:!(Qh=rd(Al,cf))||Qh.enumerable})}return ml};var __toCommonJS=ml=>__copyProps(zl({},"__esModule",{value:true}),ml);var Qh={};__export(Qh,{parseSonarParser:()=>parseSonarParser});ml.exports=__toCommonJS(Qh);var cf=Rl(77388);var t_=Rl(61579);const r_={bugs:/\[(.) Reliability Rating/,security_hotspots:/\[(\d+) Security Hotspots/,vulnerabilities:/\[(.) Security Rating/,code_smells:/\[(.) Maintainability Rating/,duplications:/(\d+(\.\d+)?%) Duplication on New Code/,coverage:/(\d+(\.\d+)?%) Coverage on New Code/};const getDefaultSonar=()=>({bugs:{count:null,rating:""},code_smells:{count:null,rating:""},vulnerabilities:{count:null,rating:""},security_hotspots:{count:null,rating:""},duplications:null,coverage:null});const parseSonarParser=ml=>{try{(0,cf.handleAnalytics)(t_.HighLevelFilters.sonarParser,[]);const Al=["sonarcloud","sonarqubecloud"];const Rl=ml.comments.filter(ml=>Al.includes(ml.commenter));if(!Rl.length){return JSON.stringify(getDefaultSonar())}const zl=Object.keys(r_).reduce((ml,Al)=>{const zl=r_[Al];const rd=Rl[0].content.match(zl);if(Al.toString()==="duplications"||Al.toString()==="coverage"){const Rl=rd&&rd[1]?parseFloat(rd[1].replace("%","")):0;return{...ml,[Al]:Rl}}if(Al.toString()==="security_hotspots"){const Rl=rd&&rd[1]?parseInt(rd[1],10):0;return{...ml,[Al]:{count:Rl,rating:Rl>0?"":"A"}}}return{...ml,[Al]:{count:rd?1:0,rating:rd?rd[1]:"A"}}},getDefaultSonar());return JSON.stringify(zl)}catch(ml){console.error("Error parsing Sonar data:",ml);return JSON.stringify(getDefaultSonar())}};0&&0},21187:(ml,Al,Rl)=>{"use strict";var zl=Object.create;var rd=Object.defineProperty;var yh=Object.getOwnPropertyDescriptor;var kh=Object.getOwnPropertyNames;var Qh=Object.getPrototypeOf;var cf=Object.prototype.hasOwnProperty;var __export=(ml,Al)=>{for(var Rl in Al)rd(ml,Rl,{get:Al[Rl],enumerable:true})};var __copyProps=(ml,Al,Rl,zl)=>{if(Al&&typeof Al==="object"||typeof Al==="function"){for(let Qh of kh(Al))if(!cf.call(ml,Qh)&&Qh!==Rl)rd(ml,Qh,{get:()=>Al[Qh],enumerable:!(zl=yh(Al,Qh))||zl.enumerable})}return ml};var __toESM=(ml,Al,Rl)=>(Rl=ml!=null?zl(Qh(ml)):{},__copyProps(Al||!ml||!ml.__esModule?rd(Rl,"default",{value:ml,enumerable:true}):Rl,ml));var __toCommonJS=ml=>__copyProps(rd({},"__esModule",{value:true}),ml);var t_={};__export(t_,{LARGE_PR_ERROR_MESSAGE:()=>LARGE_PR_ERROR_MESSAGE,MAX_BODY_SIZE:()=>pA,SKIPPED_AUTO_MERGE_MESSAGE:()=>aA,aiDescribePR:()=>aiDescribePR,callToLinearbAI:()=>callToLinearbAI,convertEstimatedSizeToMB:()=>convertEstimatedSizeToMB,estimateObjectSize:()=>estimateObjectSize,linearbAI:()=>linearbAI,shouldExcludeFile:()=>shouldExcludeFile});ml.exports=__toCommonJS(t_);var r_=__toESM(Rl(87269));var u_=__toESM(Rl(93350));var C_=__toESM(Rl(80542));var D_=Rl(7426);var S_=Rl(77388);var P_=Rl(61579);var Cg=Rl(87299);var eA=Rl(95616);var tA=Rl(93017);var rA=Rl(99406);var nA=Rl(56977);var iA=Rl(13169);var sA=Rl(62840);const aA="Skipped - branch update from base, no new code.";const LARGE_PR_ERROR_MESSAGE=ml=>`Uh oh! That's a big one.\n\nThe files in this PR are too large for us to process, we gather the full context, including all file contents before and after the changes (not just the diffs), plus metadata.\n\nERROR: Request body size is ${ml} MB, which exceeds the 5MB limit.`;const oA=["package-lock.json","yarn.lock","npm-shrinkwrap.json","Pipfile.lock","poetry.lock","conda-lock.yml","Gemfile.lock","composer.lock","packages.lock.json","project.assets.json","pom.xml","Cargo.lock","mix.lock","pubspec.lock","go.sum","stack.yaml.lock","vcpkg.json","conan.lock","ivy.xml","project.clj","Podfile.lock","Cartfile.resolved","flake.lock","pnpm-lock.yaml"];const lA=[".*\\.(ini|csv|xls|xlsx|xlr|doc|docx|txt|pps|ppt|pptx|dot|dotx|log|tar|rtf|dat|ipynb|po|profile|object|obj|dxf|twb|bcsymbolmap|tfstate|pdf|rbi|pem|crt|svg|png|jpeg|jpg|ttf|app|bin|bmp|bz2|class|db|dll|dylib|egg|eot|exe|gif|gitignore|glif|gradle|gz|ico|jar|lo|lock|mp3|mp4|nar|o|ogg|otf|p|pickle|pkl|pyc|pyd|pyo|rkt|so|ss|tgz|tsv|war|webm|woff|woff2|xz|zip|zst|snap|lockb)$",".*(yarn|gemfile|podfile|cargo|composer|pipfile|gopkg)\\.lock$",".*gradle\\.lockfile$",".*lock\\.sbt$",".*dist/.*\\.js",".*build/.*\\.js",".*public/assets/.*\\.js"];const cA=[...oA.map(ml=>ml.replace(".","\\.")),...lA];const uA=new RegExp(cA.join("|"));const pA=5*1024*1024;const dA={TOO_MANY_REQUESTS:429,NOT_ACCEPTABLE:406,BAD_GATEWAY:502,GATEWAY_TIMEOUT:504};const hA=["ECONNRESET","ECONNABORTED","ETIMEDOUT","EPIPE"];const fA=3e5;const shouldExcludeFile=ml=>{const Al=uA.test(ml.original_file)||uA.test(ml.new_file);return Al};const validateLinearbAIRequest=(ml,Al)=>{const{gitstreamAIPrContext:Rl}=ml;if(!Rl?.source?.diff?.files?.length||!Rl?.files?.length||!Al?.diff?.files?.length){const ml={message:"Missing required arguments: source or files or no valid files after filtering",isAxiosError:true,response:{status:422}};throw ml}};const estimateObjectSize=ml=>{if(ml===null||ml===void 0)return 4;const Al=typeof ml;if(Al==="number")return 8;if(Al==="boolean")return 4;if(Al==="string")return ml.length*2;if(Array.isArray(ml)){return 2+ml.reduce((ml,Al)=>ml+estimateObjectSize(Al)+1,0)}if(Al==="object"){let Al=2;for(const Rl in ml){if(Object.prototype.hasOwnProperty.call(ml,Rl)){Al+=Rl.length*2+3+estimateObjectSize(ml[Rl])+1}}return Al}return 8};const convertEstimatedSizeToMB=ml=>(ml/(1024*1024)).toFixed(2);const checkDataSize=ml=>{const Al=estimateObjectSize(ml);if(Al>pA){const ml=convertEstimatedSizeToMB(Al);throw new Error(LARGE_PR_ERROR_MESSAGE(ml))}};const callToLinearbAI=async ml=>{const{operation:Al,gitstreamAIPrContext:Rl,category:zl}=ml;const rd=(0,C_.default)(Rl?.source);const{payload:yh}=(0,tA.getPayloadBaseContext)();const{owner:kh,repo:Qh,pullRequestNumber:cf,isAgenticReview:t_,headSha:S_}=yh;if(S_&&(0,sA.isAutoMergeCommit)(S_)){console.log(`Skipping AI ${Al} for ${kh}/${Qh}#${cf}: head commit looks like an auto-merge from base.`);return{message:aA,statusCode:204,cost:0}}if(rd?.diff?.files){rd.diff.files=rd.diff.files.filter(ml=>!shouldExcludeFile(ml))}try{if(!t_){validateLinearbAIRequest(ml,rd)}if(zl===P_.AsyncFilters.AI_ReviewPR&&!t_){try{const ml=await(0,rA.getRelevantFunctionsFiles)(Rl);if(ml?.diff?.files?.length){rd.diff.files.push(...ml.diff.files)}}catch(ml){await(0,nA.prepareSendingLogsToDD)("warn",`Failed to getRelevantFunctionsFiles for: ${kh}/${Qh}/${cf}`,yh,{error:ml?.message},true)}}const u_=(0,tA.getLinearbAIContext)(ml,rd);let C_=u_;try{const ml=await(0,tA.compressData)(u_.prContext);C_={...u_,compressedPrContext:ml,prContext:void 0}}catch(ml){console.warn(`Zip compression failed, ${ml}`);await(0,nA.prepareSendingLogsToDD)("warn",`Zip compression failed for: ${kh}/${Qh}/${cf}`,yh,{error:ml?.message},true)}checkDataSize(C_);const S_=(0,D_.getRulesResolverUrl)(yh);const Cg=(0,D_.getRulesResolverToken)(yh);const eA=S_.replace("gitstream/resolve","gitstream/linearb_ai").replace("rules/resolve","rules/linearb_ai");const iA={Authorization:`Bearer ${Cg}`,"x-request-id":yh?.xRequestId||""};let sA=0;const aA=C_.context?.isPlayground?1:2;const oA=5e3;console.log(`Calling LinearB AI request for ${Al}`);while(sA=aA){throw ml}await(0,tA.sleep)(oA*sA)}else{throw ml}}}throw new Error(`Failed to call ${Al} service after retries`)}catch(ml){if(r_.default.isAxiosError(ml)&&ml.response){const{status:Rl,headers:zl}=ml.response;const rd=(0,Cg.extractRateLimitHeaders)(zl);if(Rl===429){const ml=(0,eA.getIsExecutePlayground)();const[zl,yh]=rd;const kh=u_.default.duration(Number(zl),"seconds").humanize();const Qh=`Your request has exceeded the allowed rate limit of ${yh} requests per hour to our AI service.\n- Please wait and try again in a approximately *${kh}*\n- If you require higher limits, please contact LinearB support\n\nFor assistance, contact [LinearB Support](mailto:support@linearb.io)`;const cf=ml?Qh:`${Cg.RATE_LIMIT_EXCEEDED}${Al} ${rd.join(",")}`;return{message:cf,statusCode:Rl,cost:0}}throw ml}throw ml}};const linearbAI=async(ml,Al,Rl)=>{const{prompt:zl,role:rd}=Al||{};if(!ml||!zl){return Rl(null,`Error in LinearB_AI filter: Missing required arguments`)}try{(0,S_.handleAnalytics)(P_.AsyncFilters.LinearB_AI,[Al]);const yh=P_.AsyncFilters.LinearB_AI;const kh=await callToLinearbAI({source:ml,role:rd,prompt:zl,operation:yh});const{message:Qh,cost:cf}=kh;(0,S_.handleAnalytics)(P_.AsyncFilters.LinearB_AI,[{...Al,cost:cf}]);return Rl(null,Qh)}catch(ml){console.error(iA.ERRORS.ERROR_IN_LINEARB_AI_FILTER,ml);const{payload:Al}=(0,tA.getPayloadBaseContext)();const{owner:zl,repo:rd,pullRequestNumber:yh}=Al;await(0,nA.prepareSendingLogsToDD)("warn",`${iA.ERRORS.ERROR_IN_LINEARB_AI_FILTER} in pr ${zl}/${rd}/${yh}`,Al,{error:ml?.message,payload:Al},true);return Rl(null,`${iA.ERRORS.ERROR_IN_LINEARB_AI_FILTER}: ${ml?.message}`)}};const aiDescribePR=async(ml,Al)=>{try{(0,S_.handleAnalytics)(P_.AsyncFilters.AI_DescribePR,[]);const Rl=P_.AsyncFilters.AI_DescribePR;const zl=await callToLinearbAI({source:ml,category:Rl,operation:Rl});const{message:rd,cost:yh}=zl;(0,S_.handleAnalytics)(P_.AsyncFilters.AI_DescribePR,[{cost:yh}]);return Al(null,rd)}catch(ml){console.error(iA.ERRORS.ERROR_IN_LINEARB_AI_DESCRIBE_PR_FILTER,ml);const{payload:Rl}=(0,tA.getPayloadBaseContext)();const{owner:zl,repo:rd,pullRequestNumber:yh}=Rl;await(0,nA.prepareSendingLogsToDD)("warn",`${iA.ERRORS.ERROR_IN_LINEARB_AI_DESCRIBE_PR_FILTER} in pr ${zl}/${rd}/${yh}`,Rl,{error:ml?.message,payload:Rl},true);return Al(null,`${iA.ERRORS.ERROR_IN_LINEARB_AI_DESCRIBE_PR_FILTER}: ${ml?.message}`)}};0&&0},93017:(ml,Al,Rl)=>{"use strict";var zl=Object.defineProperty;var rd=Object.getOwnPropertyDescriptor;var yh=Object.getOwnPropertyNames;var kh=Object.prototype.hasOwnProperty;var __export=(ml,Al)=>{for(var Rl in Al)zl(ml,Rl,{get:Al[Rl],enumerable:true})};var __copyProps=(ml,Al,Rl,Qh)=>{if(Al&&typeof Al==="object"||typeof Al==="function"){for(let cf of yh(Al))if(!kh.call(ml,cf)&&cf!==Rl)zl(ml,cf,{get:()=>Al[cf],enumerable:!(Qh=rd(Al,cf))||Qh.enumerable})}return ml};var __toCommonJS=ml=>__copyProps(zl({},"__esModule",{value:true}),ml);var Qh={};__export(Qh,{bool:()=>bool,compressData:()=>compressData,decode:()=>decode,decompressData:()=>decompressData,encode:()=>encode,getLinearbAIContext:()=>getLinearbAIContext,getPayloadBaseContext:()=>getPayloadBaseContext,getTimestamp:()=>getTimestamp,getValidatedFilePath:()=>getValidatedFilePath,mockFilter:()=>mockFilter,readFile:()=>readFile,sleep:()=>sleep});ml.exports=__toCommonJS(Qh);var cf=Rl(79896);var t_=Rl(16928);var r_=Rl(43106);var u_=Rl(39023);var C_=Rl(62840);var D_=Rl(45273);var S_=Rl(7426);var P_=Rl(62785);var Cg=Rl(95616);var eA=Rl(41002);const encode=ml=>`base64: ${Buffer.from(ml).toString("base64")}`;const decode=(ml="")=>Buffer.from(ml.replace("base64: ",""),"base64").toString("utf-8");const getTimestamp=()=>{const ml=(new Date).toISOString();return JSON.stringify(ml)};const getValidatedFilePath=ml=>{const Al=`${C_.CWD.cwd}`;const Rl=(0,t_.join)(Al,D_.REPO_FOLDER.DEFAULT);const zl=(0,t_.join)(Al,D_.REPO_FOLDER.CM);const rd=(0,t_.normalize)((0,t_.join)(Rl,ml));if(!rd.startsWith(Rl)&&!rd.startsWith(zl)){console.error(`Invalid filePath: Must reside within '${Rl}' or '${zl}'`);return null}if(!(0,cf.existsSync)(rd)){console.log(`File does not exist at ${ml}`);return null}return rd};const readFile=(ml,Al)=>{const{output:Rl=""}=Al||{};const zl=getValidatedFilePath(ml);if(!zl){return""}try{const ml=(0,cf.readFileSync)(zl,"utf8");if(ml&&Rl?.toLowerCase()==="json"){const Al=JSON.parse(ml);return JSON.stringify(Al)}return ml?JSON.stringify(ml):ml}catch(Al){console.error(`Error reading file ${ml}: ${Al?.message}`,Al)}return""};const mockFilter=(...ml)=>{const Al=[];ml.forEach((ml,Rl)=>{if(ml===null){Al.push(`arg_${Rl}: null`)}else if(ml===void 0){Al.push(`arg_${Rl}: undefined`)}else if(Array.isArray(ml)){Al.push(`arg_${Rl}: array(${ml.length})`)}else if(typeof ml==="object"){Al.push(`arg_${Rl}: object(${Object.keys(ml).length} keys)`)}else{Al.push(`arg_${Rl}: ${typeof ml}`)}});return JSON.stringify(Al.join(", "))};const bool=ml=>{if(ml===true){return true}if(typeof ml==="string"){return ml.trim().toLowerCase()==="true"}return false};const sleep=ml=>new Promise(Al=>{setTimeout(Al,ml)});const tA=(0,u_.promisify)(r_.gzip);const compressData=async ml=>{const Al=JSON.stringify(ml);const Rl=await tA(Buffer.from(Al,"utf8"));return Rl.toString("base64")};const rA=(0,u_.promisify)(r_.gunzip);const decompressData=async ml=>{const Al=Buffer.from(ml,"base64");const Rl=await rA(Al);return JSON.parse(Rl.toString("utf8"))};const getPayloadBaseContext=()=>{const ml=(0,S_.getClientPayload)();const Al=(0,P_.doubleParse)(ml);const Rl=(0,Cg.getIsExecutePlayground)();return{payload:Al,isPlayground:Rl}};const getLinearbAIContext=(ml,Al)=>{const{category:Rl,prompt:zl,role:rd,template:yh,guidelines:kh,issues_limit:Qh,gitstreamAIPrContext:cf}=ml;const{payload:t_,isPlayground:r_}=getPayloadBaseContext();const{source:u_,organizationId:C_,sensorAuthId:D_,owner:P_,repo:tA,prContext:rA,pullRequestNumber:nA,installationId:iA,webhookEventName:sA,creator:aA,headHttpUrl:oA,headSha:lA,userId:cA}=t_;const{author:uA,url:pA}=rA||{};const dA={source:u_,organizationId:C_,sensorAuthId:D_,owner:P_,repo:tA,author:uA||aA||cA,pullRequestNumber:nA,installationId:iA,url:pA,headSha:lA,webhookEventName:sA,version:eA.version,isPlayground:r_,category:Rl};const hA={context:dA,prompt:zl,category:Rl,role:rd,template:yh,guidelines:kh,issues_limit:Qh,repo_path:(0,S_.getOverrideCloneRepoPath)()||void 0,isManagedGitstream:(0,Cg.getIsManagedGitstream)(),prContext:{...cf,source:Al,repo:{...cf?.repo,url:oA},...r_&&{pr:{...cf?.pr,previous_reviews_issues:[],previous_gitstream_reviews:[]}}}};return hA};0&&0},99406:(ml,Al,Rl)=>{"use strict";var zl=Object.create;var rd=Object.defineProperty;var yh=Object.getOwnPropertyDescriptor;var kh=Object.getOwnPropertyNames;var Qh=Object.getPrototypeOf;var cf=Object.prototype.hasOwnProperty;var __export=(ml,Al)=>{for(var Rl in Al)rd(ml,Rl,{get:Al[Rl],enumerable:true})};var __copyProps=(ml,Al,Rl,zl)=>{if(Al&&typeof Al==="object"||typeof Al==="function"){for(let Qh of kh(Al))if(!cf.call(ml,Qh)&&Qh!==Rl)rd(ml,Qh,{get:()=>Al[Qh],enumerable:!(zl=yh(Al,Qh))||zl.enumerable})}return ml};var __toESM=(ml,Al,Rl)=>(Rl=ml!=null?zl(Qh(ml)):{},__copyProps(Al||!ml||!ml.__esModule?rd(Rl,"default",{value:ml,enumerable:true}):Rl,ml));var __toCommonJS=ml=>__copyProps(rd({},"__esModule",{value:true}),ml);var t_={};__export(t_,{EXT_TO_LANG:()=>sA,FUNCTION_DEF_REGEX:()=>iA,getRelevantFunctionsFiles:()=>getRelevantFunctionsFiles,listAllFiles:()=>listAllFiles});ml.exports=__toCommonJS(t_);var r_=__toESM(Rl(79896));var u_=__toESM(Rl(16928));var C_=__toESM(Rl(87269));var D_=Rl(7426);var S_=Rl(62840);var P_=Rl(45273);var Cg=Rl(93017);var eA=Rl(23418);var tA=Rl(61579);var rA=Rl(56977);const nA=u_.default.join(S_.SOURCE_CODE_WORKING_DIRECTORY,P_.REPO_FOLDER.DEFAULT);const iA={js:ml=>new RegExp(`(export\\s+)?(async\\s+)?function\\s+\\b${ml}\\b\\s*\\(|(export\\s+)?(async\\s+)?(const|let|var)\\s+\\b${ml}\\b\\s*=\\s*(async\\s*)?\\(|(export\\s+)?(async\\s+)?\\b${ml}\\b\\s*=\\s*\\(.*\\)\\s*=>`),ts:ml=>new RegExp(`(export\\s+)?(async\\s+)?function\\s+\\b${ml}\\b\\s*\\(|(export\\s+)?(async\\s+)?(const|let|var)\\s+\\b${ml}\\b\\s*=\\s*(async\\s*)?\\(|(export\\s+)?(async\\s+)?\\b${ml}\\b\\s*=\\s*\\(.*\\)\\s*=>`),py:ml=>new RegExp(`def\\s+${ml}\\s*\\(`),java:ml=>new RegExp(`[\\w<>\\[\\]]+\\s+${ml}\\s*\\(`),go:ml=>new RegExp(`func\\s+${ml}\\s*\\(`),rb:ml=>new RegExp(`def\\s+${ml}\\s*`),php:ml=>new RegExp(`function\\s+${ml}\\s*\\(`),cpp:ml=>new RegExp(`[\\w:<>]+\\s+${ml}\\s*\\(`),c:ml=>new RegExp(`[\\w\\*]+\\s+${ml}\\s*\\(`),cs:ml=>{const Al=ml.replace(/[.*+?^${}()|[\]\\]/g,"\\$&");return new RegExp(`(public|private|protected|internal|static|virtual|override|abstract|sealed|async|partial|readonly|extern|unsafe|volatile|const)\\s+(static|virtual|override|abstract|sealed|async|readonly|extern|unsafe|volatile|const\\s+)?[\\w<>\\[\\]]+\\s+\\b${Al}\\b\\s*[\\({]`)},swift:ml=>new RegExp(`func\\s+${ml}\\s*\\(`),kt:ml=>new RegExp(`fun\\s+${ml}\\s*\\(`)};const sA={".js":"js",".jsx":"js",".ts":"ts",".tsx":"ts",".py":"py",".java":"java",".go":"go",".rb":"rb",".php":"php",".cpp":"cpp",".cc":"cpp",".cxx":"cpp",".c":"c",".cs":"cs",".swift":"swift",".kt":"kt",".kts":"kt"};const listAllFiles=(ml=".",Al=P_.REPO_FOLDER.DEFAULT)=>{let Rl=[];try{const zl=(0,S_.executeGitCommand)((0,eA.LS_FILES)(ml),Al);Rl=zl.split("\n").filter(Boolean).map(Al=>u_.default.join(ml,Al))}catch(ml){}return Rl};const getRelevantFunctionsFiles=async ml=>{const Al={category:tA.AsyncFilters.AI_ReviewPR,gitstreamAIPrContext:ml};const{context:Rl}=(0,Cg.getLinearbAIContext)(Al,ml.source);const{payload:zl}=(0,Cg.getPayloadBaseContext)();const rd=(0,D_.getRulesResolverUrl)(zl);const yh=(0,D_.getRulesResolverToken)(zl);const kh=rd.replace("gitstream/resolve","gitstream/relevant_files").replace("rules/resolve","rules/relevant_files");const Qh={Authorization:`Bearer ${yh}`};let cf=[];try{const Al=await(0,Cg.compressData)(ml);const zl=await C_.default.post(kh,{context:Rl,compressedPrContext:Al},{headers:Qh});const rd=zl.data?.files||{};cf=rd.missing_functions;(0,rA.debug)(`relevant-files: Found ${cf?.length||0} missing functions: ${cf?.join(", ")}`)}catch(ml){cf=[]}const t_=listAllFiles();const S_=new Map;const P_=new Map;const eA=t_.filter(ml=>{const Al=u_.default.extname(ml).toLowerCase();return sA[Al]});for(const ml of eA){const Al=u_.default.extname(ml).toLowerCase();const Rl=sA[Al];if(Rl){let Al="";try{const Rl=u_.default.join(nA,ml);Al=r_.default.readFileSync(Rl,"utf8")}catch(ml){}if(Al){const zl=new Map;for(const rd of cf){const yh=iA[Rl](rd);if(yh){yh.lastIndex=0;const Rl=yh.exec(Al);if(Rl){if(!S_.has(rd)){S_.set(rd,[])}S_.get(rd).push(ml);const yh=Al.lastIndexOf("\n",Rl.index)+1;const kh=Al.indexOf("\n",Rl.index);let Qh=Al.substring(yh,kh===-1?Al.length:kh);if(Qh.length>100){Qh=`${Qh.substring(0,100)}...`}zl.set(rd,Qh)}}}if(zl.size>0){P_.set(ml,zl)}}}}const aA=new Set;S_.forEach((ml,Al)=>{if(ml.length===1){aA.add(Al)}});const oA=new Map;P_.forEach((ml,Al)=>{const Rl={};let zl=false;ml.forEach((ml,Al)=>{if(aA.has(Al)){Rl[Al]=ml;zl=true}});if(zl){let ml="";try{const Rl=u_.default.join(nA,Al);ml=r_.default.readFileSync(Rl,"utf8")}catch(ml){return}oA.set(Al,{original_file:Al,original_content:ml,is_additional_context:true,matched_functions:Rl})}});const lA=Array.from(oA.values());(0,rA.debug)(`relevant-files: Returning ${lA.length} files with matched functions`);return{diff:{files:lA}}};0&&0},41813:ml=>{"use strict";var Al=Object.defineProperty;var Rl=Object.getOwnPropertyDescriptor;var zl=Object.getOwnPropertyNames;var rd=Object.prototype.hasOwnProperty;var __export=(ml,Rl)=>{for(var zl in Rl)Al(ml,zl,{get:Rl[zl],enumerable:true})};var __copyProps=(ml,yh,kh,Qh)=>{if(yh&&typeof yh==="object"||typeof yh==="function"){for(let cf of zl(yh))if(!rd.call(ml,cf)&&cf!==kh)Al(ml,cf,{get:()=>yh[cf],enumerable:!(Qh=Rl(yh,cf))||Qh.enumerable})}return ml};var __toCommonJS=ml=>__copyProps(Al({},"__esModule",{value:true}),ml);var yh={};__export(yh,{CODE_REVIEW_LIMIT_FREE_TIER:()=>kh,shouldBlockCodeReview:()=>shouldBlockCodeReview});ml.exports=__toCommonJS(yh);const kh=3;const shouldBlockCodeReview=ml=>{const Al=ml?.restrictionsData?.codeReviewCount??0;const Rl=ml?.restrictionsData?.license?.restrict_ai||false;return Rl&&Al>=kh};0&&0},49311:(ml,Al,Rl)=>{"use strict";var zl=Object.defineProperty;var rd=Object.getOwnPropertyDescriptor;var yh=Object.getOwnPropertyNames;var kh=Object.prototype.hasOwnProperty;var __export=(ml,Al)=>{for(var Rl in Al)zl(ml,Rl,{get:Al[Rl],enumerable:true})};var __copyProps=(ml,Al,Rl,Qh)=>{if(Al&&typeof Al==="object"||typeof Al==="function"){for(let cf of yh(Al))if(!kh.call(ml,cf)&&cf!==Rl)zl(ml,cf,{get:()=>Al[cf],enumerable:!(Qh=rd(Al,cf))||Qh.enumerable})}return ml};var __toCommonJS=ml=>__copyProps(zl({},"__esModule",{value:true}),ml);var Qh={};__export(Qh,{checkAutomationHasDisabledFilter:()=>checkAutomationHasDisabledFilter,checkAutomationHasRateLimit:()=>checkAutomationHasRateLimit});ml.exports=__toCommonJS(Qh);var cf=Rl(87299);const checkAutomationHasDisabledFilter=(ml,Al)=>{const Rl=Al.find(Al=>{const Rl=Al.guid||"no_guid";const zl=ml.if.some(ml=>{if(typeof ml==="string"){return ml.includes(Rl)}return false});const rd=ml.run.some(ml=>{if(ml.args){return Object.values(ml.args).some(ml=>{if(typeof ml==="string"){return ml.includes(Rl)}return false})}return false});return zl||rd});if(Rl){return{is_disabled_automation:true,disabled_automation_message:Rl.description,disabled_name:Rl.name}}return{is_disabled_automation:false,disabled_automation_message:"",disabled_name:""}};const checkAutomationHasRateLimit=ml=>{let Al="";const Rl=ml.run.find(ml=>{if(ml.args){Al=Object.values(ml.args).find(ml=>typeof ml==="string"&&ml.includes(cf.RATE_LIMIT_EXCEEDED));if(Al){return true}}return false});if(Rl){const ml=Al.replace(cf.RATE_LIMIT_EXCEEDED,"").trim();const Rl=ml.split("\n").find(ml=>/\w+\s+\d+,\d+,\d+,\d+/.test(ml));if(Rl){const[ml,Al]=Rl.trim().split(/\s+/);if(Al){const[Rl,zl,rd,yh]=Al.split(",").map(Number);return{is_rate_limit_reached:true,rate_limit_args:{name:ml,retryAfter:Rl,limit:zl,remaining:rd,reset:yh}}}}}return{is_rate_limit_reached:false}};0&&0},67485:(ml,Al,Rl)=>{"use strict";var zl=Object.create;var rd=Object.defineProperty;var yh=Object.getOwnPropertyDescriptor;var kh=Object.getOwnPropertyNames;var Qh=Object.getPrototypeOf;var cf=Object.prototype.hasOwnProperty;var __export=(ml,Al)=>{for(var Rl in Al)rd(ml,Rl,{get:Al[Rl],enumerable:true})};var __copyProps=(ml,Al,Rl,zl)=>{if(Al&&typeof Al==="object"||typeof Al==="function"){for(let Qh of kh(Al))if(!cf.call(ml,Qh)&&Qh!==Rl)rd(ml,Qh,{get:()=>Al[Qh],enumerable:!(zl=yh(Al,Qh))||zl.enumerable})}return ml};var __toESM=(ml,Al,Rl)=>(Rl=ml!=null?zl(Qh(ml)):{},__copyProps(Al||!ml||!ml.__esModule?rd(Rl,"default",{value:ml,enumerable:true}):Rl,ml));var __toCommonJS=ml=>__copyProps(rd({},"__esModule",{value:true}),ml);var t_={};__export(t_,{EXTERNAL_FILTERS_PATH:()=>aA,RULES_LEVELS:()=>oA,cleanupSandboxedPlugins:()=>cleanupSandboxedPlugins,loadExternalPlugins:()=>loadExternalPlugins,loadSandboxedPlugins:()=>loadSandboxedPlugins,withTryCatchFilter:()=>withTryCatchFilter});ml.exports=__toCommonJS(t_);var r_=Rl(79896);var u_=__toESM(Rl(16928));var C_=Rl(77388);var D_=Rl(13169);var S_=Rl(35618);var P_=Rl(95616);var Cg=Rl(99406);var eA=Rl(93017);var tA=Rl(76852);var rA=Rl(7426);var nA=Rl(62785);var iA=Rl(45273);var sA=Rl(56977);const aA="filters";const oA={REPO:"repo",ORG:"org"};const lA=new RegExp(`${tA.REPO_LEVEL_PLUGINS_PATH.replace(/\./g,"\\.")}/${aA}/([^/]+)/index\\.js$`);const cA=new RegExp(`${tA.ORG_LEVEL_PLUGINS_PATH.replace(/\./g,"\\.")}/${aA}/([^/]+)/index\\.js$`);const handleFilterError=(ml,Al,Rl)=>{const zl=`executing filter error: ${ml}(${JSON.stringify(Al)}): ${Rl?.message}`;if((0,P_.getIsManagedGitstream)()){(0,P_.getErrorManager)().addError(D_.STATUS_CODES.SYNTAX_ERROR,zl);return new Error(zl)}else{console.error(zl);process.exit(D_.STATUS_CODES.SYNTAX_ERROR)}};const withTryCatchFilter=(ml,Al,Rl=false,zl=new Map,rd={})=>{if(!Rl){return(...Rl)=>{const rd=`${Al}_${JSON.stringify(Rl)}`;if(zl.has(rd)){const ml=zl.get(rd);return ml}(0,C_.handleAnalytics)(Al,Rl,true);try{const Al=ml(...Rl);zl.set(rd,Al);return Al}catch(ml){return handleFilterError(Al,Rl,ml)}}}return async(...Rl)=>{const yh=Rl[Rl.length-1];const kh=await(0,S_.getPreviousDisabledFilterAsync)(Rl,rd,Al);if(kh!==null){return yh(null,kh)}const Qh=`${Al}_${JSON.stringify(Rl)}`;if(zl.has(Qh)){const ml=zl.get(Qh);return yh(null,ml)}(0,C_.handleAnalytics)(Al,Rl,true);Rl[Rl.length-1]=(ml,Al)=>{zl.set(Qh,Al);return yh(ml,Al)};try{await ml(...Rl)}catch(ml){const zl=handleFilterError(Al,Rl,ml);return yh(zl,null)}}};const mockManagedGitstreamPlugins=()=>{const ml={filters:{org:{},repo:{}}};const Al=(0,rA.getClientPayload)();const Rl=(0,nA.doubleParse)(Al);const zl=(0,Cg.listAllFiles)(".",iA.REPO_FOLDER.DEFAULT);zl.forEach(Al=>{const Rl=Al.match(lA);if(Rl){const Al=Rl[1];ml.filters.repo[Al]=eA.mockFilter}});if(Rl.hasCmRepo){const Al=(0,Cg.listAllFiles)(".",iA.REPO_FOLDER.CM);Al.forEach(Al=>{const Rl=Al.match(cA);if(Rl){const Al=Rl[1];ml.filters.org[Al]=eA.mockFilter}})}return ml};const loadExternalPlugins=(ml,Al,Rl)=>{if((0,P_.getIsManagedGitstream)()&&!(0,nA.isPrivilegedOrg)(Rl)){try{const ml=mockManagedGitstreamPlugins();const Al=[...Object.keys(ml.filters.org),...Object.keys(ml.filters.repo)];(0,sA.debug)(`[IsManagedGitstream] External filters will be mocked: ${JSON.stringify(Al)}`);return ml}catch(ml){const Al=`${D_.ERRORS.FAILED_TO_LOAD_EXTERNAL_PLUGINS}: Failed to mock external plugins: ${ml?.message}`;console.error(Al);throw new Error(Al)}}const zl={filters:{org:{},repo:{}}};[{externalPath:u_.default.join(ml,aA),level:oA.REPO},{externalPath:u_.default.join(Al,aA),level:oA.ORG}].forEach(({externalPath:ml,level:Al})=>{if(ml&&(0,r_.existsSync)(ml)){(0,r_.readdirSync)(ml).forEach(Rl=>{const rd=u_.default.join(ml,Rl);if((0,r_.existsSync)(rd)){try{const ml=u_.default.join(rd,"package.json");if(!(0,r_.existsSync)(ml)){const Al=JSON.stringify({name:Rl.toLowerCase(),version:"1.0.0"});(0,r_.writeFileSync)(ml,Al)}zl.filters[Al][Rl]=require(rd)}catch(ml){const Al=`${D_.ERRORS.FAILED_TO_LOAD_EXTERNAL_PLUGINS}: Failed to load external filter '${Rl}' at path '${rd}': ${ml?.message}`;console.error(Al);throw new Error(Al)}}})}});(0,sA.debug)(`Loaded filters - repo: ${JSON.stringify(Object.keys(zl.filters.repo))}`);(0,sA.debug)(`Loaded filters - org: ${JSON.stringify(Object.keys(zl.filters.org))}`);return zl};const loadSandboxedPlugins=ml=>{const Al={filters:{org:{},repo:{}},_cleanups:[]};let zl;try{zl=Rl(2349).createSandboxedFilter}catch(ml){console.error(`Failed to load sandboxedPluginLoader: ${ml?.message}`);return Al}const rd=u_.default.join(ml.cloneRepoPath,iA.REPO_FOLDER.DEFAULT,tA.REPO_LEVEL_PLUGINS_PATH,aA);const yh=u_.default.join(ml.cloneRepoPath,iA.REPO_FOLDER.CM,tA.ORG_LEVEL_PLUGINS_PATH,aA);[{externalPath:rd,level:oA.REPO},{externalPath:yh,level:oA.ORG}].forEach(({externalPath:Rl,level:rd})=>{if(Rl&&(0,r_.existsSync)(Rl)){(0,r_.readdirSync)(Rl).forEach(yh=>{const kh=u_.default.join(Rl,yh,"index.js");if((0,r_.existsSync)(kh)){try{const Rl=zl(kh,yh,ml);Al.filters[rd][yh]=Rl;Al._cleanups.push(Rl.cleanup)}catch(ml){const Al=`${D_.ERRORS.FAILED_TO_LOAD_EXTERNAL_PLUGINS}: Failed to load sandboxed filter '${yh}': ${ml?.message}`;console.error(Al);(0,P_.getErrorManager)().addError(D_.STATUS_CODES.SYNTAX_ERROR,Al)}}})}});console.log(`[Sandbox] Loaded sandboxed filters - repo: ${JSON.stringify(Object.keys(Al.filters.repo))}, org: ${JSON.stringify(Object.keys(Al.filters.org))}`);return Al};const cleanupSandboxedPlugins=ml=>{if(ml?._cleanups){for(const Al of ml._cleanups){try{Al()}catch{}}ml._cleanups=[]}};0&&0},2349:(ml,Al,Rl)=>{"use strict";var zl=Object.create;var rd=Object.defineProperty;var yh=Object.getOwnPropertyDescriptor;var kh=Object.getOwnPropertyNames;var Qh=Object.getPrototypeOf;var cf=Object.prototype.hasOwnProperty;var __export=(ml,Al)=>{for(var Rl in Al)rd(ml,Rl,{get:Al[Rl],enumerable:true})};var __copyProps=(ml,Al,Rl,zl)=>{if(Al&&typeof Al==="object"||typeof Al==="function"){for(let Qh of kh(Al))if(!cf.call(ml,Qh)&&Qh!==Rl)rd(ml,Qh,{get:()=>Al[Qh],enumerable:!(zl=yh(Al,Qh))||zl.enumerable})}return ml};var __toESM=(ml,Al,Rl)=>(Rl=ml!=null?zl(Qh(ml)):{},__copyProps(Al||!ml||!ml.__esModule?rd(Rl,"default",{value:ml,enumerable:true}):Rl,ml));var __toCommonJS=ml=>__copyProps(rd({},"__esModule",{value:true}),ml);var t_={};__export(t_,{createSandboxedFilter:()=>createSandboxedFilter,createSandboxedFilterFromSource:()=>createSandboxedFilterFromSource,isBlockedIp:()=>isBlockedIp});ml.exports=__toCommonJS(t_);var r_=Rl(79896);var u_=Rl(35317);var C_=__toESM(Rl(16928));var D_=__toESM(Rl(69278));var S_=__toESM(Rl(23346));const isBlockedIp=ml=>{if(D_.isIPv4(ml)){const Al=ml.split(".").map(Number);if(Al[0]===127){return true}if(Al[0]===10){return true}if(Al[0]===172&&Al[1]>=16&&Al[1]<=31){return true}if(Al[0]===192&&Al[1]===168){return true}if(Al[0]===169&&Al[1]===254){return true}if(Al.every(ml=>ml===0)){return true}}if(D_.isIPv6(ml)){const Al=ml.toLowerCase();if(Al==="::1"){return true}if(Al.startsWith("fe80:")){return true}if(Al.startsWith("fc")||Al.startsWith("fd")){return true}}return false};const validateHostname=ml=>{if(D_.isIP(ml)){if(isBlockedIp(ml)){throw new Error(`Request to blocked IP address: ${ml}`)}return}const Al=(0,u_.spawnSync)(process.execPath,["-e",`const dns = require('dns');\n dns.resolve4(${JSON.stringify(ml)}, (err, addrs) => {\n process.stdout.write(JSON.stringify(err ? [] : addrs));\n });`],{timeout:5e3});if(!Al.stdout){return}let Rl;try{Rl=JSON.parse(Al.stdout.toString())}catch{return}for(const Al of Rl){if(isBlockedIp(Al)){throw new Error(`Request to ${ml} blocked: resolves to internal IP ${Al}`)}}};const hostHttpRequestSync=(ml,Al,Rl,zl)=>{const rd=new URL(Al);validateHostname(rd.hostname);const yh=`\n const https = require('https');\n const http = require('http');\n const url = new URL(process.argv[1]);\n const headers = JSON.parse(process.argv[2]);\n const method = process.argv[3];\n const body = process.argv[4] || null;\n const lib = url.protocol === 'https:' ? https : http;\n const req = lib.request(url, { method, headers, timeout: 30000 }, (res) => {\n let data = '';\n res.on('data', chunk => data += chunk);\n res.on('end', () => {\n process.stdout.write(JSON.stringify({ status: res.statusCode, data }));\n });\n });\n req.on('error', (e) => {\n process.stdout.write(JSON.stringify({ error: e.message }));\n });\n if (body) req.write(body);\n req.end();\n `;const kh=(0,u_.spawnSync)(process.execPath,["-e",yh,Al,Rl||"{}",ml,zl||""],{timeout:35e3});if(kh.error){throw new Error(`HTTP request failed: ${kh.error.message}`)}if(kh.stdout){const ml=JSON.parse(kh.stdout.toString());if(ml.error){throw new Error(`HTTP request to ${rd.hostname} failed: ${ml.error}`)}return JSON.stringify(ml)}throw new Error("HTTP request returned no response")};const hostReadFile=(ml,Al)=>{const Rl=C_.resolve(ml);const zl=C_.resolve(Al);if(!Rl.startsWith(zl+C_.sep)&&Rl!==zl){throw new Error(`File access denied: path '${ml}' is outside allowed directory`)}return(0,r_.readFileSync)(Rl,"utf8")};const createBootstrapCode=()=>`\n // Stub process object with empty env\n const process = {\n env: {},\n argv: [],\n version: 'v20.0.0',\n platform: 'linux',\n cwd: function() { return '/'; },\n exit: function() { throw new Error('process.exit is not allowed'); },\n nextTick: function(fn) { fn(); },\n };\n\n // Create require function that blocks unauthorized modules\n const _allowedModules = {};\n function require(moduleName) {\n if (_allowedModules[moduleName]) {\n return _allowedModules[moduleName];\n }\n throw new Error('Module "' + moduleName + '" is not available in sandbox. Only approved modules can be used.');\n }\n\n // Stub global.process\n globalThis.process = process;\n globalThis.require = require;\n globalThis._allowedModules = _allowedModules;\n\n // Stub console\n globalThis.console = {\n log: function() {},\n error: function() {},\n warn: function() {},\n info: function() {},\n debug: function() {},\n };\n\n // Block dangerous constructors\n globalThis.Function = function() {\n throw new Error('Function constructor is not allowed in sandbox');\n };\n `;const injectAllowedModules=(ml,Al)=>{const zl=ml.global;zl.setSync("btoa",new S_.default.Callback(ml=>btoa(ml)));zl.setSync("atob",new S_.default.Callback(ml=>atob(ml)));for(const zl of Al.allowedModules){try{switch(zl){case"lodash":{const Al=Rl(52356);const zl=["capitalize","camelCase","snakeCase","kebabCase","upperFirst","lowerFirst","trim","truncate","uniq","flatten","compact","sortBy","groupBy","countBy","map","filter","find","reduce","every","some","includes","get","set","has","pick","omit","merge","cloneDeep","isEmpty","isArray","isObject","isString","isNumber","keys","values","entries","chunk","difference","intersection","union","range","times","debounce","throttle"];const rd=zl.map(ml=>`lodash.${ml} = function() { var args = Array.prototype.slice.call(arguments); return JSON.parse(_hostLodash('${ml}', JSON.stringify(args))); };`).join("\n");ml.global.setSync("_hostLodash",new S_.default.Callback((ml,Rl)=>{const zl=JSON.parse(Rl);const rd=Al[ml](...zl);return JSON.stringify(rd===void 0?null:rd)}));ml.evalSync(`\n (function() {\n var lodash = {};\n ${rd}\n lodash._ = lodash;\n globalThis._allowedModules['lodash'] = lodash;\n globalThis._allowedModules['_'] = lodash;\n })();\n `,{timeout:5e3});break}case"moment":{const Al=Rl(93350);ml.global.setSync("_hostMoment",new S_.default.Callback((ml,Rl,zl)=>{const rd=JSON.parse(ml);const yh=rd===null?Al():Al(rd);if(Rl&&typeof yh[Rl]==="function"){const ml=JSON.parse(zl||"[]");const Al=yh[Rl](...ml);if(typeof Al==="object"&&Al!==null&&Al._isAMomentObject){return JSON.stringify({_isMoment:true,_iso:Al.toISOString()})}return JSON.stringify(Al)}return JSON.stringify({_isMoment:true,_iso:yh.toISOString()})}));ml.evalSync(`\n (function() {\n function MomentProxy(input) {\n this._input = input;\n }\n var methods = ['format', 'add', 'subtract', 'startOf', 'endOf', 'diff',\n 'isBefore', 'isAfter', 'isSame', 'isSameOrBefore', 'isSameOrAfter',\n 'isValid', 'toISOString', 'toJSON', 'toString', 'valueOf', 'unix',\n 'year', 'month', 'date', 'day', 'hour', 'minute', 'second',\n 'daysInMonth', 'fromNow', 'toNow', 'calendar'];\n methods.forEach(function(method) {\n MomentProxy.prototype[method] = function() {\n var args = Array.prototype.slice.call(arguments);\n var result = JSON.parse(_hostMoment(\n JSON.stringify(this._input),\n method,\n JSON.stringify(args)\n ));\n if (result && result._isMoment) {\n return new MomentProxy(result._iso);\n }\n return result;\n };\n });\n\n function momentFactory(input) {\n return new MomentProxy(input === undefined ? null : input);\n }\n momentFactory.utc = function(input) {\n return new MomentProxy(input === undefined ? null : input);\n };\n\n globalThis._allowedModules['moment'] = momentFactory;\n })();\n `,{timeout:5e3});break}case"@actions/core":{ml.evalSync(`\n (function() {\n var core = {\n getInput: function() { return ''; },\n setOutput: function() {},\n setFailed: function() {},\n info: function() {},\n warning: function() {},\n error: function() {},\n debug: function() {},\n isDebug: function() { return false; },\n exportVariable: function() {},\n setSecret: function() {},\n };\n globalThis._allowedModules['@actions/core'] = core;\n })();\n `,{timeout:5e3});break}case"axios":{ml.evalSync(`\n (function() {\n function makeRequest(method, urlOrConfig, dataOrConfig, config) {\n var url, headers = {}, body = null;\n\n if (typeof urlOrConfig === 'object' && urlOrConfig !== null && !Array.isArray(urlOrConfig)) {\n // axios({ url, method, data, headers })\n url = urlOrConfig.url;\n method = urlOrConfig.method || method;\n headers = urlOrConfig.headers || {};\n body = urlOrConfig.data ? JSON.stringify(urlOrConfig.data) : null;\n } else {\n url = urlOrConfig;\n var isBodyMethod = (method !== 'get' && method !== 'delete' && method !== 'head');\n if (isBodyMethod && dataOrConfig != null) {\n // post(url, data, config?) — second arg is request body\n body = JSON.stringify(dataOrConfig);\n if (config && config.headers) headers = config.headers;\n } else if (dataOrConfig && typeof dataOrConfig === 'object') {\n // get(url, config?) — second arg is config\n if (dataOrConfig.headers) headers = dataOrConfig.headers;\n }\n }\n\n var raw = _hostHttpRequest(method.toUpperCase(), url, JSON.stringify(headers), body);\n var response = JSON.parse(raw);\n return { status: response.status, data: response.data, headers: {} };\n }\n\n var axiosProxy = function(config) { return makeRequest('get', config); };\n axiosProxy.get = function(url, config) { return makeRequest('get', url, config); };\n axiosProxy.post = function(url, data, cfg) { return makeRequest('post', url, data, cfg); };\n axiosProxy.put = function(url, data, cfg) { return makeRequest('put', url, data, cfg); };\n axiosProxy.patch = function(url, data, cfg) { return makeRequest('patch', url, data, cfg); };\n axiosProxy.delete = function(url, config) { return makeRequest('delete', url, config); };\n axiosProxy.request = function(config) { return makeRequest(config.method || 'get', config); };\n\n globalThis._allowedModules['axios'] = axiosProxy;\n })();\n `,{timeout:5e3});break}case"@octokit/rest":{ml.evalSync(`\n (function() {\n function Octokit() {\n throw new Error('@octokit/rest requires async filter pattern for API calls.');\n }\n globalThis._allowedModules['@octokit/rest'] = { Octokit: Octokit };\n })();\n `,{timeout:5e3});break}default:break}}catch(ml){console.error(`Failed to inject module '${zl}' into sandbox: ${ml.message}`)}}};const safeDispose=ml=>{try{ml.dispose()}catch{}};const createSandboxedFilterFromSource=(ml,Al,Rl,zl=false)=>{const rd=new S_.default.Isolate({memoryLimit:Rl.memoryLimitMb});let yh;try{yh=rd.createContextSync()}catch(ml){rd.dispose();throw new Error(`Failed to create sandbox context for inline plugin '${Al}': ${ml.message}`)}const kh=yh.global;kh.setSync("global",kh.derefInto());if(Rl.cloneRepoPath){kh.setSync("_hostReadFile",new S_.default.Callback(ml=>hostReadFile(ml,Rl.cloneRepoPath)))}kh.setSync("_hostHttpRequest",new S_.default.Callback(hostHttpRequestSync));const Qh=createBootstrapCode();try{yh.evalSync(Qh,{timeout:5e3})}catch(ml){rd.dispose();throw new Error(`Failed to initialize sandbox for inline plugin '${Al}': ${ml.message}`)}injectAllowedModules(yh,Rl);const cf=`\n (function() {\n var module = { exports: {} };\n var exports = module.exports;\n ${ml}\n globalThis._pluginExports = module.exports;\n })();\n `;try{yh.evalSync(cf,{timeout:Rl.timeoutMs})}catch{rd.dispose();return createParseErrorFilter(Al)}let t_=false;if(zl){try{t_=yh.evalSync(`typeof globalThis._pluginExports === 'object' && globalThis._pluginExports.immediate === true`,{timeout:1e3})===true}catch{}}if(zl){return createAsyncSandboxedFilter(rd,yh,Al,Rl,t_)}return createSyncSandboxedFilter(rd,yh,Al,Rl)};const createSandboxedFilter=(ml,Al,Rl)=>{let zl;try{zl=(0,r_.readFileSync)(ml,"utf8")}catch(ml){throw new Error(`Failed to read plugin source for '${Al}': ${ml.message}`)}const rd=new S_.default.Isolate({memoryLimit:Rl.memoryLimitMb});let yh;try{yh=rd.createContextSync()}catch(ml){rd.dispose();throw new Error(`Failed to create sandbox context for '${Al}': ${ml.message}`)}const kh=yh.global;kh.setSync("global",kh.derefInto());kh.setSync("_hostReadFile",new S_.default.Callback(ml=>hostReadFile(ml,Rl.cloneRepoPath)));kh.setSync("_hostHttpRequest",new S_.default.Callback(hostHttpRequestSync));const Qh=createBootstrapCode();try{yh.evalSync(Qh,{timeout:5e3})}catch(ml){rd.dispose();throw new Error(`Failed to initialize sandbox for '${Al}': ${ml.message}`)}injectAllowedModules(yh,Rl);const cf=`\n (function() {\n var module = { exports: {} };\n var exports = module.exports;\n ${zl}\n globalThis._pluginExports = module.exports;\n })();\n `;try{yh.evalSync(cf,{timeout:Rl.timeoutMs})}catch{rd.dispose();return createParseErrorFilter(Al)}let t_=false;let u_=false;try{t_=yh.evalSync(`typeof globalThis._pluginExports === 'object' && globalThis._pluginExports.async === true`,{timeout:1e3})===true;if(t_){u_=yh.evalSync(`globalThis._pluginExports.immediate === true`,{timeout:1e3})===true}}catch{}if(t_){return createAsyncSandboxedFilter(rd,yh,Al,Rl,u_)}return createSyncSandboxedFilter(rd,yh,Al,Rl)};const createSyncSandboxedFilter=(ml,Al,Rl,zl)=>{const filter=(...ml)=>{console.log(`[Sandbox] Running filter '${Rl}'`);try{const Rl=JSON.stringify(ml);const rd=`\n (function() {\n var _fn = typeof globalThis._pluginExports === 'function'\n ? globalThis._pluginExports\n : globalThis._pluginExports.filter || globalThis._pluginExports;\n var _args = JSON.parse(${JSON.stringify(Rl)});\n var _result = _fn.apply(null, _args);\n return JSON.stringify(_result === undefined ? null : _result);\n })();\n `;const yh=Al.evalSync(rd,{timeout:zl.timeoutMs});return JSON.parse(yh)}catch(ml){const Al=ml;const zl=sanitizeErrorMessage(Al.message,Rl);console.error(`Sandbox plugin '${Rl}' error: ${Al.message}`);return new Error(zl)}};return{filter:filter,async:false,immediate:false,cleanup:()=>safeDispose(ml)}};const createAsyncSandboxedFilter=(ml,Al,Rl,zl,rd)=>{const filter=(...ml)=>{console.log(`[Sandbox] Running async filter '${Rl}'`);const rd=ml[ml.length-1];const yh=ml.slice(0,-1);const execute=async()=>{try{const ml=JSON.stringify(yh);const kh=new Promise((ml,rd)=>{const yh=setTimeout(()=>{rd(new Error(`Plugin '${Rl}' timed out after ${zl.timeoutMs}ms`))},zl.timeoutMs);Al.global.setSync("_asyncCallback",new S_.default.Callback((Al,Rl)=>{clearTimeout(yh);if(Al){rd(new Error(Al))}else{ml(Rl)}}))});const Qh=`\n (function() {\n var _filterObj = globalThis._pluginExports;\n var _fn = typeof _filterObj === 'object' ? _filterObj.filter : _filterObj;\n var _args = JSON.parse(${JSON.stringify(ml)});\n _args.push(function(err, result) {\n var errStr = err ? (err.message || String(err)) : null;\n var resultStr = JSON.stringify(result === undefined ? null : result);\n globalThis._asyncCallback(errStr, resultStr);\n });\n _fn.apply(null, _args);\n })();\n `;Al.evalSync(Qh,{timeout:zl.timeoutMs});const cf=await kh;const t_=JSON.parse(cf);rd(null,t_)}catch(ml){const Al=ml;const zl=sanitizeErrorMessage(Al.message,Rl);console.error(`Sandbox async plugin '${Rl}' error: ${Al.message}`);rd(null,new Error(zl))}};execute()};return{filter:filter,async:true,immediate:rd,cleanup:()=>safeDispose(ml)}};const createParseErrorFilter=ml=>{const Al=`Plugin '${ml}' failed to load: syntax error in plugin source`;return{filter:()=>new Error(Al),async:false,immediate:false,cleanup:()=>{}}};const sanitizeErrorMessage=(ml,Al)=>{let Rl=ml.replace(/\/[^\s:]+\.(js|ts)/g,"");Rl=Rl.replace(/arn:aws:lambda:[^\s]+/g,"");Rl=Rl.replace(/\n\s+at .+/g,"");if(!Rl.includes(Al)){Rl=`Plugin '${Al}' failed: ${Rl}`}return Rl};0&&0},78458:(ml,Al,Rl)=>{"use strict";var zl=Object.defineProperty;var rd=Object.getOwnPropertyDescriptor;var yh=Object.getOwnPropertyNames;var kh=Object.prototype.hasOwnProperty;var __export=(ml,Al)=>{for(var Rl in Al)zl(ml,Rl,{get:Al[Rl],enumerable:true})};var __copyProps=(ml,Al,Rl,Qh)=>{if(Al&&typeof Al==="object"||typeof Al==="function"){for(let cf of yh(Al))if(!kh.call(ml,cf)&&cf!==Rl)zl(ml,cf,{get:()=>Al[cf],enumerable:!(Qh=rd(Al,cf))||Qh.enumerable})}return ml};var __toCommonJS=ml=>__copyProps(zl({},"__esModule",{value:true}),ml);var Qh={};__export(Qh,{isResourceExcluded:()=>isResourceExcluded});ml.exports=__toCommonJS(Qh);var cf=Rl(77388);const parseRegexString=ml=>{if(!ml?.startsWith("r/")){return null}const Al=(0,cf.parseTermToValidString)(ml);const Rl=new RegExp(Al);return Rl};const isResourceExcluded=(ml,Al,Rl)=>{if(!ml){return false}const matchPattern=Al=>{const Rl=parseRegexString(Al);if(Rl){return Rl.test(ml)}return ml===Al};const{triggers:zl}=Rl;if(!zl){return false}const rd=zl.include?.[Al]??[];const yh=zl.exclude?.[Al]??[];const kh=yh?.some(matchPattern);const Qh=rd.length>0&&!rd.some(matchPattern);if(kh||Qh){return true}return false};0&&0},38201:(ml,Al,Rl)=>{"use strict";var zl=Object.create;var rd=Object.defineProperty;var yh=Object.getOwnPropertyDescriptor;var kh=Object.getOwnPropertyNames;var Qh=Object.getPrototypeOf;var cf=Object.prototype.hasOwnProperty;var __export=(ml,Al)=>{for(var Rl in Al)rd(ml,Rl,{get:Al[Rl],enumerable:true})};var __copyProps=(ml,Al,Rl,zl)=>{if(Al&&typeof Al==="object"||typeof Al==="function"){for(let Qh of kh(Al))if(!cf.call(ml,Qh)&&Qh!==Rl)rd(ml,Qh,{get:()=>Al[Qh],enumerable:!(zl=yh(Al,Qh))||zl.enumerable})}return ml};var __toESM=(ml,Al,Rl)=>(Rl=ml!=null?zl(Qh(ml)):{},__copyProps(Al||!ml||!ml.__esModule?rd(Rl,"default",{value:ml,enumerable:true}):Rl,ml));var __toCommonJS=ml=>__copyProps(rd({},"__esModule",{value:true}),ml);var t_={};__export(t_,{RuleParser:()=>r_.default});ml.exports=__toCommonJS(t_);var r_=__toESM(Rl(75913));0&&0},26870:(ml,Al,Rl)=>{"use strict";var zl=Object.create;var rd=Object.defineProperty;var yh=Object.getOwnPropertyDescriptor;var kh=Object.getOwnPropertyNames;var Qh=Object.getPrototypeOf;var cf=Object.prototype.hasOwnProperty;var __export=(ml,Al)=>{for(var Rl in Al)rd(ml,Rl,{get:Al[Rl],enumerable:true})};var __copyProps=(ml,Al,Rl,zl)=>{if(Al&&typeof Al==="object"||typeof Al==="function"){for(let Qh of kh(Al))if(!cf.call(ml,Qh)&&Qh!==Rl)rd(ml,Qh,{get:()=>Al[Qh],enumerable:!(zl=yh(Al,Qh))||zl.enumerable})}return ml};var __toESM=(ml,Al,Rl)=>(Rl=ml!=null?zl(Qh(ml)):{},__copyProps(Al||!ml||!ml.__esModule?rd(Rl,"default",{value:ml,enumerable:true}):Rl,ml));var __toCommonJS=ml=>__copyProps(rd({},"__esModule",{value:true}),ml);var t_={};__export(t_,{FILTER_HANDLERS:()=>nA,Filters:()=>rA});ml.exports=__toCommonJS(t_);var r_=__toESM(Rl(34267));var u_=__toESM(Rl(21173));var C_=__toESM(Rl(82905));var D_=__toESM(Rl(7274));var S_=__toESM(Rl(19540));var P_=__toESM(Rl(7776));var Cg=__toESM(Rl(45548));var eA=__toESM(Rl(69482));const tA=[u_,C_,D_,S_,P_,Cg,eA];const parseFilterAllFilePath=(ml,Al)=>ml.length&&ml.map(ml=>Al.some(Al=>(ml||"").includes(Al))).every(ml=>ml===true);const parseIsEveryExtension=(ml,Al)=>parseFilterAllFilePath(ml.map(ml=>ml.split(".").pop()||"").filter((ml,Al,Rl)=>Rl.indexOf(ml)===Al),Al);const parseIsEveryExtensionRegex=(ml,Al)=>{const Rl=new RegExp(Al);const zl=ml.map(ml=>ml.split(".").pop()||"").filter((ml,Al,Rl)=>Rl.indexOf(ml)===Al);return zl.length>0&&zl.map(ml=>Rl.test(ml)).every(ml=>ml)};const parseExtractExtensions=ml=>ml.length&&ml.map(ml=>ml.split(".").pop()).filter((ml,Al,Rl)=>Rl.indexOf(ml)===Al);const parseIsStringIncludes=(ml,Al)=>Al.some(Al=>ml.includes(Al));const parseIsStringIncludesRegex=(ml,Al)=>{const Rl=new RegExp(Al);return Rl.test(ml)};const parseRegex=(ml,Al)=>{const Rl=new RegExp(Al);return ml.length?ml.map(ml=>Rl.test(ml)).every(ml=>ml):false};const parseIsEveryInListRegex=(ml,Al)=>{const Rl=new RegExp(Al);return ml.length?ml.map(ml=>Rl.test(ml)).every(ml=>ml):false};const parseIsEveryInList=(ml,Al)=>ml.length?ml.filter(ml=>Al.includes(ml)).every(ml=>ml):false;const parseIsSomeInList=(ml,Al)=>ml.length?ml.filter(ml=>Al.includes(ml)).some(ml=>ml):false;const parseIncludesRegex=(ml,Al)=>{const Rl=new RegExp(Al);return ml.length?ml.map(ml=>Rl.test(ml)).some(ml=>ml):false};const parseIsSomeInListRegex=(ml,Al)=>{const Rl=new RegExp(Al);return ml.length?ml.map(ml=>Rl.test(ml)).some(ml=>ml):false};const parseFilterRegex=(ml,Al)=>{const Rl=new RegExp(Al);return ml.length?ml.filter(ml=>Rl.test(ml)):false};const parseFilterListRegex=(ml,Al)=>{const Rl=new RegExp(Al);return ml.length?ml.filter(ml=>Rl.test(ml)):false};const parseFilterList=(ml,Al)=>ml.length?ml.filter(ml=>Al.includes(ml)):false;const minify=ml=>ml.replace(/\s+/g," ").replaceAll("'",'"').trim();const allFormattingChange=async(ml,Al)=>{try{for(const{new_content:Rl,original_content:zl,original_file:rd,new_file:yh}of ml){const ml=minify(await r_.format(Rl,{semi:false,singleQuote:true,filepath:yh,plugins:tA}));const kh=minify(await r_.format(zl,{semi:false,singleQuote:true,filepath:rd,plugins:tA}));if(ml!==kh){return Al(null,false)}}return Al(null,true)}catch(ml){return Al(null,false)}};const parseFilterFileDiffRegex=(ml,Al)=>{const Rl=new RegExp(Al,"m");return ml.length?ml.filter(({diff:ml})=>Rl.test(ml)):false};const parseIsEveryLineInFileDiffRegex=(ml,Al)=>{const Rl=new RegExp(Al,"m");return ml.length?ml.map(({diff:ml})=>Rl.test(ml)).every(ml=>ml):false};const parseIsSomeLineInFileDiffRegex=(ml,Al)=>{const Rl=new RegExp(Al,"m");return ml.length?ml.map(({diff:ml})=>Rl.test(ml)).some(ml=>ml):false};const parseFilterAllExtensions=(ml,Al)=>ml.length?parseFilterAllFilePath(ml.map(ml=>ml.split(".").pop()||""),Al):false;var rA=(ml=>{ml["allExtensions"]="allExtensions";ml["includes"]="includes";ml["allPassRegex"]="allPassRegex";ml["allPathIncludes"]="allPathIncludes";ml["filterRegex"]="filterRegex";ml["includesRegex"]="includesRegex";ml["true"]="true";ml["allFormattingChange"]="allFormattingChange";ml["filterList"]="filterList";ml["filterListRegex"]="filterListRegex";ml["isEveryInListRegex"]="isEveryInListRegex";ml["isSomeInList"]="isSomeInList";ml["isSomeInListRegex"]="isSomeInListRegex";ml["isStringIncludes"]="isStringIncludes";ml["isStringIncludesRegex"]="isStringIncludesRegex";ml["isEveryInList"]="isEveryInList";ml["extractExtensions"]="extractExtensions";ml["isEveryExtension"]="isEveryExtension";ml["isEveryExtensionRegex"]="isEveryExtensionRegex";ml["filterFileDiffRegex"]="filterFileDiffRegex";ml["isEveryLineInFileDiffRegex"]="isEveryLineInFileDiffRegex";ml["isSomeLineInFileDiffRegex"]="isSomeLineInFileDiffRegex";return ml})(rA||{});const nA={["filterList"]:parseFilterList,["filterListRegex"]:parseFilterListRegex,["isEveryInListRegex"]:parseIsEveryInListRegex,["isSomeInList"]:parseIsSomeInList,["isSomeInListRegex"]:parseIsSomeInListRegex,["isStringIncludes"]:parseIsStringIncludes,["isStringIncludesRegex"]:parseIsStringIncludesRegex,["isEveryInList"]:parseIsEveryInList,["extractExtensions"]:parseExtractExtensions,["isEveryExtension"]:parseIsEveryExtension,["isEveryExtensionRegex"]:parseIsEveryExtensionRegex,["true"]:()=>true,["filterFileDiffRegex"]:parseFilterFileDiffRegex,["isEveryLineInFileDiffRegex"]:parseIsEveryLineInFileDiffRegex,["isSomeLineInFileDiffRegex"]:parseIsSomeLineInFileDiffRegex,["allExtensions"]:parseFilterAllExtensions,["allPassRegex"]:parseRegex,["allPathIncludes"]:parseFilterAllFilePath,["filterRegex"]:parseFilterRegex,["includesRegex"]:parseIncludesRegex,["allFormattingChange"]:allFormattingChange};0&&0},51852:(ml,Al,Rl)=>{"use strict";var zl=Object.create;var rd=Object.defineProperty;var yh=Object.getOwnPropertyDescriptor;var kh=Object.getOwnPropertyNames;var Qh=Object.getPrototypeOf;var cf=Object.prototype.hasOwnProperty;var __export=(ml,Al)=>{for(var Rl in Al)rd(ml,Rl,{get:Al[Rl],enumerable:true})};var __copyProps=(ml,Al,Rl,zl)=>{if(Al&&typeof Al==="object"||typeof Al==="function"){for(let Qh of kh(Al))if(!cf.call(ml,Qh)&&Qh!==Rl)rd(ml,Qh,{get:()=>Al[Qh],enumerable:!(zl=yh(Al,Qh))||zl.enumerable})}return ml};var __toESM=(ml,Al,Rl)=>(Rl=ml!=null?zl(Qh(ml)):{},__copyProps(Al||!ml||!ml.__esModule?rd(Rl,"default",{value:ml,enumerable:true}):Rl,ml));var __toCommonJS=ml=>__copyProps(rd({},"__esModule",{value:true}),ml);var t_={};__export(t_,{constructRunObject:()=>constructRunObject});ml.exports=__toCommonJS(t_);var r_=__toESM(Rl(52356));var u_=Rl(6194);var C_=Rl(52960);var D_=Rl(73888);var S_=Rl(11132);var P_=Rl(42681);var Cg=Rl(95616);const constructRunObject=(ml,Al,Rl,zl,rd=false,yh=false)=>{const kh=(0,Cg.getIsExecutePlayground)();if(!ml||ml.length===0){return[]}return ml.map(ml=>{let Qh=r_.default.cloneDeep(ml);try{if(P_.ACTIONS_WITH_BUILT_IN_TRIGGERS.includes(ml.action)){const yh=kh||rd||(0,S_.isActionTriggeredByEvent)(ml.action,Al||[],Rl,zl);Qh={...Qh,isActionTriggered:yh}}if(ml.args){const Al=Object.keys(ml.args).reduce((Al,Rl)=>{const zl=ml.args[Rl];return{...Al,[Rl]:zl&&C_.listify.includes(Rl)&&typeof zl==="string"?(0,u_.redoArgEscaping)(zl).split(","):(0,u_.redoArgEscaping)(ml.args[Rl])}},{});Qh={...Qh,args:Al}}}catch(ml){(0,D_.debug)(`Error constructing run object: ${JSON.stringify(ml)}`,yh)}return Qh})};0&&0},75913:(ml,Al,Rl)=>{"use strict";var zl=Object.create;var rd=Object.defineProperty;var yh=Object.getOwnPropertyDescriptor;var kh=Object.getOwnPropertyNames;var Qh=Object.getPrototypeOf;var cf=Object.prototype.hasOwnProperty;var __export=(ml,Al)=>{for(var Rl in Al)rd(ml,Rl,{get:Al[Rl],enumerable:true})};var __copyProps=(ml,Al,Rl,zl)=>{if(Al&&typeof Al==="object"||typeof Al==="function"){for(let Qh of kh(Al))if(!cf.call(ml,Qh)&&Qh!==Rl)rd(ml,Qh,{get:()=>Al[Qh],enumerable:!(zl=yh(Al,Qh))||zl.enumerable})}return ml};var __toESM=(ml,Al,Rl)=>(Rl=ml!=null?zl(Qh(ml)):{},__copyProps(Al||!ml||!ml.__esModule?rd(Rl,"default",{value:ml,enumerable:true}):Rl,ml));var __toCommonJS=ml=>__copyProps(rd({},"__esModule",{value:true}),ml);var t_={};__export(t_,{default:()=>RuleParser});ml.exports=__toCommonJS(t_);var r_=Rl(78963);var u_=__toESM(Rl(74281));var C_=__toESM(Rl(52356));var D_=__toESM(Rl(80542));var S_=__toESM(Rl(4257));var P_=__toESM(Rl(18115));var Cg=Rl(65772);var eA=__toESM(Rl(87269));var tA=Rl(13169);var rA=Rl(50125);var nA=Rl(6194);var iA=Rl(78850);var sA=Rl(82752);var aA=Rl(73888);var oA=Rl(77388);var lA=Rl(29615);var cA=Rl(77316);var uA=Rl(67485);var pA=Rl(78458);var dA=Rl(26870);var hA=Rl(26184);var fA=Rl(17078);var _A=Rl(61579);var mA=Rl(83572);var gA=Rl(35618);var AA=Rl(49311);var yA=Rl(41813);var bA=Rl(9597);var vA=Rl(62785);var EA=Rl(21187);var wA=Rl(94469);var CA=Rl(56977);var xA=Rl(42681);var DA=Rl(51852);const{SUPPORTED_ACTIONS:SA}=r_.validatorsConstants;const kA=/\{\{[\s\S]*?\}\}/g;const TA={[SA.ADD_COMMENT]:"comment",[SA.UPDATE_TITLE]:"title",[SA.UPDATE_DESCRIPTION]:"description",[SA.CUSTOM_ACTION]:"plugin"};const IA=/actions(?:\.[a-zA-Z0-9_-]+|\[['""][a-zA-Z0-9_-]+['"]\])\.outputs(?:\.[a-zA-Z0-9_-]+|\[['""][a-zA-Z0-9_-]+['"]\])/;class RuleParser{static MIN_RENDER_PASSES=3;static MAX_RENDER_PASSES=10;filtersMemo=new Map;asyncFilters=[_A.AsyncFilters.mockAsyncFilter,_A.AsyncFilters.LinearB_AI,_A.AsyncFilters.AI_DescribePR];customFilters=[_A.AsyncFilters.mockAsyncFilter,_A.AsyncFilters.LinearB_AI,_A.AsyncFilters.AI_DescribePR];env;renderedRuleFile={};context={};lastContext={};ruleFileRawContent;lastParserResult={};isDebug;errors={};warnings={};validatorErrors={};webhookEvent="";webhookEvents={};externalPlugins={filters:{org:{},repo:{}}};isGsCommand;isPlayground;featureFlagData={disabledFilters:[],licenseTier:"",organizationId:0};isDisabledFilter=false;shouldRunGSInline=false;payload;constructor(ml,Al,zl,rd,yh="",kh="",Qh=false,cf=false,t_,u_){this.isDebug=zl;this.payload=rd;this.env=new P_.Environment(new P_.FileSystemLoader(__dirname),{autoescape:false});this.shouldRunGSInline=cf;this.webhookEvent=rd.webhookEventName||"";this.webhookEvents=rd.webhookEventNames||{};this.isGsCommand=rd.isGsCommand||false;this.isPlayground=Qh;if(this.isPlayground&&t_?.enabled){this.externalPlugins=(0,uA.loadSandboxedPlugins)(t_)}else if(!this.isPlayground){this.externalPlugins=(0,uA.loadExternalPlugins)(yh,kh,rd.owner)}if(this.isPlayground&&t_?.enabled&&u_?.length){let ml;try{ml=Rl(2349).createSandboxedFilterFromSource}catch(ml){console.error(`Failed to load sandboxedPluginLoader: ${ml?.message}`)}for(const Al of u_){if(!ml){break}try{const Rl=ml(Al.content,Al.fileName,t_,Al.isAsync??false);this.externalPlugins.filters.repo[Al.fileName]=Rl;if(this.externalPlugins._cleanups){this.externalPlugins._cleanups.push(Rl.cleanup)}}catch(ml){console.error(`Failed to load inline plugin '${Al.fileName}': ${ml?.message}`)}}}this.featureFlagData={...rd.featureFlagData,disabledFilters:[...rd.featureFlagData?.disabledFilters||[],...(0,gA.getPremiumFiltersAsFeatureFlags)()],licenseTier:rd.featureFlagData?.licenseTier||"",organizationId:rd.featureFlagData?.organizationId||0};const D_=[...Object.keys(this.externalPlugins.filters.org),...Object.keys(this.externalPlugins.filters.repo)];const S_=[...r_.validatorsConstants.JINJA_FILTERS,...Object.keys(r_.validatorsConstants.VALID_FILTERS)];const Cg=C_.default.intersection(D_,S_);if(Cg.length){throw new rA.PluginsError("Overrding native filters is not allowed",`Overrding native filters is not allowed, the user filter${Cg.length>1?"s":""} ${Cg.join(", ")} conflicts`)}const eA={...lA.GENERAL_FILTERS_HANDLER,...cA.HIGH_LEVEL_FILTERS_HANDLER,...dA.FILTER_HANDLERS};const tA={...this.externalPlugins.filters.org,...this.externalPlugins.filters.repo};Object.keys(eA).forEach(ml=>{const Al=cA.ASYNC[ml];const{isDisabledFilter:Rl,filterCallback:zl,disabledFilters:rd}=(0,gA.getDisabledFilterFunction)(eA,ml,this.featureFlagData.disabledFilters,Al,this.featureFlagData.licenseTier);this.featureFlagData={...this.featureFlagData,disabledFilters:rd};this.isDisabledFilter=Rl;if(this.isDisabledFilter){const ml={featureFlagData:this.featureFlagData,isAsync:Al,isCurrentDisable:this.isDisabledFilter};(0,aA.debug)(JSON.stringify(ml),this.isDebug)}if(Al){this.env.addFilter(ml,(0,uA.withTryCatchFilter)(zl,ml,Al,this.filtersMemo,eA),Al)}else{this.env.addFilter(ml,eA[ml],Al)}});Object.keys(tA).forEach(ml=>{const Al=tA[ml]instanceof Function?ml.toLowerCase().includes("async"):tA[ml].async??false;const Rl=tA[ml]instanceof Function?false:tA[ml].immediate??false;const zl=tA[ml]instanceof Function?tA[ml]:tA[ml].filter;this.env.addFilter(ml,(0,uA.withTryCatchFilter)(zl,ml,Al,this.filtersMemo),Al);this.customFilters.push(ml);if(Al&&!Rl){this.asyncFilters.push(ml)}});this.context=Al;this.lastContext=Al;this.ruleFileRawContent=ml}async renderOneExpression(ml,Al){try{const Rl=await new Promise((Rl,zl)=>{this.env.renderString(Al,ml,(ml,Al)=>ml?zl(ml):Rl(Al))});return Rl}catch(ml){const Al=ml?.message;(0,aA.debug)({errorName:tA.ERRORS.FAILED_RENDER_STRING,error:ml},this.isDebug);this.errors={...this.errors,[tA.STATUS_CODES.FAILED_RENDER_STRING]:Al};return Al}}removeComments(ml){return ml.split("\n").filter(ml=>{const Al=ml.trim();return!Al.startsWith("#")||Al.startsWith("##")}).join("\n")}async render(ml={...this.context,...this.renderedRuleFile},Al=RuleParser.MAX_RENDER_PASSES,Rl=false){const zl=Math.min(Al,RuleParser.MAX_RENDER_PASSES);let rd=0;let yh="";let kh=false;let Qh=ml;const cf=this.removeComments(this.ruleFileRawContent);while(rdthis.asyncFilters.some(Al=>ml.includes(Al)));Rl.forEach(Al=>{ml=ml.replaceAll(Al,(0,mA.internalEncodeBase64)(Al))})}await new Promise((Al,Rl)=>this.env.renderString(ml,Qh,(ml,zl)=>{if(ml){(0,aA.debug)({error:tA.ERRORS.FAILED_RENDER_STRING,err:ml},this.isDebug);this.errors={...this.errors,[tA.STATUS_CODES.FAILED_RENDER_STRING]:ml.message};return Rl(ml)}const Qh=zl;if(rd>=RuleParser.MIN_RENDER_PASSES-1&&Qh===yh){kh=true;if(this.isDebug){(0,aA.debug)({message:"Template rendering converged",iterations:rd,method:"render()"},this.isDebug)}}if(!kh){try{this.renderedRuleFile=u_.load(Qh);yh=Qh}catch(ml){(0,aA.debug)({errorName:tA.ERRORS.FAILED_YAML_LOAD,error:ml},this.isDebug);this.errors={...this.errors,[tA.STATUS_CODES.FAILED_YAML_LOAD]:`${tA.ERRORS.FAILED_YAML_LOAD} - (${ml?.message})`}}}return Al(this)}));if(!kh){rd+=1;Qh=(0,nA.escapeObjectStringsValues)({...this.context,...this.renderedRuleFile})}}this.lastContext=Qh}calculateIsTriggeredByGlobal(ml,Al){if(Al){return false}const hasMatchingGlobalTriggers=ml=>ml(this.renderedRuleFile.on)||ml(this.renderedRuleFile.triggers?.on);const Rl=hasMatchingGlobalTriggers(ml);return Rl}calculateTriggersBasedOnMultipleWebhooks(ml,Al,Rl){const hasMatchingTriggers=ml=>!!ml&&ml.some(ml=>Object.keys(this.webhookEvents).some(Al=>xA.TRIGGERS[Al]===ml));const zl=this.calculateIsTriggeredByGlobal(hasMatchingTriggers,Rl);const rd=this.renderedRuleFile[ml][Al];let yh;if(rd?.on){yh=Object.keys(this.webhookEvents).some(ml=>rd.on.includes(xA.TRIGGERS[ml]));const ml=rd?.run?.some(ml=>ml?.args?.wait_for_all_checks===true);const Al=Object.keys(this.webhookEvents).includes("check_run_completed");if(ml&&Al){yh=true}}return{isTriggeredByGlobal:zl,isTriggeredByAutomation:yh&&!Rl}}shouldBeSkippedOnGlobalTrigger(){const ml=this.renderedRuleFile.triggers;if(!ml){return false}return(0,pA.isResourceExcluded)(this.context?.branch?.name??"","branch",this.renderedRuleFile)||(0,pA.isResourceExcluded)(this.context?.repo?.name??"","repository",this.renderedRuleFile)||(0,pA.isResourceExcluded)(this.payload?.triggeredBy??"","user",this.renderedRuleFile)}getIsTriggeredBy(ml,Al){let Rl;let zl;const hasMatchingTriggers=ml=>!!ml&&ml.some(ml=>xA.TRIGGERS[this.webhookEvent]===ml);const rd=this.shouldBeSkippedOnGlobalTrigger();if(Object.keys(this.webhookEvents).length){({isTriggeredByGlobal:Rl,isTriggeredByAutomation:zl}=this.calculateTriggersBasedOnMultipleWebhooks(ml,Al,rd))}else{Rl=this.calculateIsTriggeredByGlobal(hasMatchingTriggers,rd);zl=this.renderedRuleFile[ml][Al].on?.includes(xA.TRIGGERS[this.webhookEvent])&&!rd}return{isTriggeredByGlobal:Rl,isTriggeredByAutomation:zl,skipOnGlobal:rd}}evaluateTrigger(ml,Al){const{isTriggeredByGlobal:Rl,isTriggeredByAutomation:zl,skipOnGlobal:rd}=this.getIsTriggeredBy(ml,Al);const yh=this.renderedRuleFile.on!==void 0||this.renderedRuleFile.triggers?.on!==void 0;const kh=!(0,S_.default)(this.renderedRuleFile[ml][Al].on);const Qh=!kh&&!yh;const cf=(zl||Rl||Qh)&&!rd;return{noWebhookTriggersAtAll:Qh,triggersResult:cf}}isNonTriggeringEvent(){const ml=[...Object.keys(this.webhookEvents),this.webhookEvent];return ml.every(xA.isANonTriggeringEvent)}isPassed(ml,Al,Rl,zl){if(zl){return true}const rd=Object.keys(this.webhookEvents);if(!Al&&rd.length&&rd.every(xA.isANonTriggeringEvent)){return false}return ml&&Rl}isAsyncFunctions(ml){let Al=false;ml.filter(ml=>TA[ml.action]).forEach(ml=>{const Rl=TA[ml.action];const zl=ml.args[Rl];if(zl?.includes(mA.BASE64_INTERNAL_PREFIX)){ml.args[Rl]=(0,mA.replaceInternalBase64WithDecoded)(zl);Al=true}});return Al}combineMetadataWithRulesResult(ml){if(!this.renderedRuleFile[ml]){return{}}const Al=new Set;Object.keys(this.renderedRuleFile[ml]).forEach(ml=>{const Rl=ml.replace(/[.*+?^${}()|[\]\\]/g,"\\$&");const zl=this.ruleFileRawContent.match(new RegExp(`\\s+${Rl}:[\\s\\S]*?if:[\\s\\S]*?(?=\\n\\s+[a-zA-Z0-9_-]+:|$)`));if(zl&&IA.test(zl[0])){Al.add(ml)}});return Object.keys(this.renderedRuleFile[ml]).reduce((Rl,zl)=>{const rd=this.renderedRuleFile[ml][zl].if.map(ml=>{if(!["boolean","number"].includes(typeof ml)&&!Al.has(zl)){this.warnings={...this.warnings,[tA.STATUS_CODES.SYNTAX_WARNING]:tA.WARNINGS.NON_BOOLEAN_CONDITIONAL_WARN(zl)}}return{passed:ml}});const yh=rd.map(({passed:ml})=>ml).every(ml=>typeof ml==="object"?!!Object.keys(ml||{}).length:!!ml);const{noWebhookTriggersAtAll:kh,triggersResult:Qh}=this.evaluateTrigger(ml,zl);const cf=this.isNonTriggeringEvent();const t_=!kh;const r_=t_||cf;let u_=!(this.context?.pr?.draft||cf);if(t_){u_=this.isPlayground||Qh}const C_=(0,DA.constructRunObject)(this.renderedRuleFile[ml][zl].run,this.payload.gitstreamWebhookEvents||[],r_,u_,this.isGsCommand,this.isDebug);const D_=this.isAsyncFunctions(C_);const S_=(0,AA.checkAutomationHasDisabledFilter)(this.renderedRuleFile[ml][zl],this.featureFlagData.disabledFilters);const P_=this.isPlayground?yh:this.isPassed(yh,r_,Qh,S_.is_disabled_automation);return{...Rl,[zl]:{if:rd,run:C_,passed:P_,isManagedByTriggers:r_,isTriggered:u_,asyncFunctions:D_,...S_.is_disabled_automation?S_:{}}}},{})}combineMetadataWithResult(){this.lastParserResult={[hA.DefaultParserAttributes.automations]:{...this.combineMetadataWithRulesResult(hA.DefaultParserAttributes.automations)}};return this.lastParserResult}addAdditionalDataToParserResult(){this.lastParserResult={...this.lastParserResult,[hA.DefaultParserAttributes.errors]:{...Object.keys(this.errors).length&&this.errors},[hA.DefaultParserAttributes.validatorErrors]:{...Object.keys(this.validatorErrors).length&&this.validatorErrors},[hA.DefaultParserAttributes.analytics]:{...Object.keys(oA.FiltersForAnalytics.filters).length&&oA.FiltersForAnalytics.filters},[hA.DefaultParserAttributes.warnings]:{...Object.keys(this.warnings).length&&this.warnings}};return this.lastParserResult}clearParserResults(){this.renderedRuleFile={};this.ruleFileRawContent="";this.lastParserResult={}}async handleExplainCodeExperts(ml,Al){for(const Rl of ml[Al].run){if(Rl.action===SA.EXPLAIN_CODE_EXPERTS){const ml={...this.context,...this.renderedRuleFile};const Al=(0,iA.convertArgsToString)(Rl.args);const zl=`{{ repo | explainCodeExperts(${Al}) }}`;const rd=await this.renderOneExpression(ml,zl);Rl.args.comment=rd}}}async handleAIActionError(ml,Al,Rl,zl,rd){const yh=(0,bA.getErrorMessage)(ml);const kh={message:yh,status:ml?.status||ml?.statusCode||ml?.response?.status};const Qh=kh.status===413||kh.status===422;const cf=Qh?"warn":"error";if(Qh){console.warn(`Warning in ${Rl} action:`,yh)}else{console.error(`Error in ${Rl} action:`,yh)}await(0,CA.prepareSendingLogsToDD)(cf,`${tA.ERRORS.ERROR_IN_AI_ACTION} in pr ${zl.owner}/${zl.repo}/${zl.pullRequestNumber}`,zl,{error:kh,rules:this.renderedRuleFile,ruleFile:this.ruleFileRawContent});if(Al.args){Al.args.error=yh;if(yh.includes("Uh oh! That's a big one")){Al.args.statusCode=413}else if(kh.status===413){const ml=(0,EA.estimateObjectSize)(rd);const Rl=(0,EA.convertEstimatedSizeToMB)(ml);Al.args.statusCode=413;Al.args.error=(0,EA.LARGE_PR_ERROR_MESSAGE)(Rl)}else if(eA.default.isAxiosError(ml)&&ml.response){const{status:Rl,data:zl}=ml.response;Al.args.statusCode=Rl;Al.args.errorCode=zl?.error_code}}}async handleCodeReview(ml,Al){const Rl=_A.AsyncFilters.AI_ReviewPR;const zl=ml[Al];for(const ml of zl.run){if(ml.action===SA.CODE_REVIEW&&ml.isActionTriggered&&zl.passed){if(!ml?.args){ml.args={}}if((0,yA.shouldBlockCodeReview)(this.payload)){ml.args.reviewWasBlocked=true}else{try{const{guidelines:Al,issues_limit:zl}=ml.args;const rd=(0,wA.createGitstreamAIPrContext)(this.context);const yh=await(0,EA.callToLinearbAI)({category:Rl,guidelines:Al,issues_limit:zl,operation:ml.action,gitstreamAIPrContext:rd});if(yh.statusCode===204){ml.args.statusCode=yh.statusCode;ml.args.error=yh.message}else{const{message:Al,code_suggestions:Rl}=yh;ml.args.review=Al;ml.args.code_suggestions=Rl;const zl=(0,sA.isLGTM)(Rl?.review_message);ml.outputs={is_LGTM:zl,code_suggestions:Rl}}}catch(Al){const Rl=(0,wA.createGitstreamAIPrContext)(this.context);await this.handleAIActionError(Al,ml,SA.CODE_REVIEW,this.payload,Rl)}}}}}async handleDescribeChanges(ml,Al){const Rl=_A.AsyncFilters.AI_DescribePR;const zl=ml[Al];for(const ml of zl.run){if(ml.action===SA.DESCRIBE_CHANGES&&ml.isActionTriggered&&zl.passed){if(!ml?.args){ml.args={}}try{const Al=(0,wA.createGitstreamAIPrContext)(this.context);const{template:zl,guidelines:rd}=ml.args;const yh=await(0,EA.callToLinearbAI)({category:Rl,operation:ml.action,template:zl,guidelines:rd,gitstreamAIPrContext:Al});if(yh.statusCode===204){ml.args.statusCode=yh.statusCode;ml.args.error=yh.message}else{ml.args.description=yh.message}}catch(Al){const Rl=(0,wA.createGitstreamAIPrContext)(this.context);await this.handleAIActionError(Al,ml,SA.DESCRIBE_CHANGES,this.payload,Rl)}}}}async renderAsyncFunctions(ml){const Al=ml.run.filter(ml=>TA[ml.action]);for(const ml of Al){const Al=TA[ml.action];const Rl=ml.args[Al];const zl=await this.renderOneExpression(this.lastContext,Rl);ml.args[Al]=zl}}async processAsyncFunctionsAfterEvaluation(){const ml=(0,D_.default)(this.lastParserResult);const Al={...ml.automations};const Rl=[];for(const ml of Object.keys(Al)){Rl.push(this.handleCodeReview(Al,ml));Rl.push(this.handleDescribeChanges(Al,ml))}await Promise.allSettled(Rl);for(const ml of Object.keys(Al)){const{asyncFunctions:Rl,passed:zl}=Al[ml];if(Rl&&zl){await this.renderAsyncFunctions(Al[ml]);const Rl=(0,AA.checkAutomationHasDisabledFilter)(Al[ml],this.featureFlagData.disabledFilters);if(Rl.is_disabled_automation){Al[ml]={...Al[ml],...Rl}}}await this.handleExplainCodeExperts(Al,ml);const rd=(0,AA.checkAutomationHasRateLimit)(Al[ml]);if(rd.is_rate_limit_reached){Al[ml]={...Al[ml],...rd}}delete Al[ml].asyncFunctions;if(IA.test(this.ruleFileRawContent)&&Al[ml].run&&Al[ml].passed){Al[ml].run.forEach(ml=>{this.populateActionOutputs(ml)})}}this.lastParserResult={...ml,automations:Al};return this.lastParserResult}validateCM(){const ml={[fA.Validators.FiltersValidator]:new r_.FiltersValidator(this.customFilters),[fA.Validators.ActionsValidator]:new r_.ActionsValidator,[fA.Validators.FileStructureValidator]:new r_.FileStructureValidator,[fA.Validators.SavedWordsValidator]:new r_.SavedWordsValidator,[fA.Validators.ContextVariableValidator]:new r_.ContextVariableValidator,[fA.Validators.TriggersValidator]:new r_.TriggersValidator};Object.keys(ml).forEach(Al=>{try{ml[Al].validate({yamlFile:this.ruleFileRawContent})}catch(ml){(0,aA.debug)({errorName:`${Al}: `,error:ml},this.isDebug);this.validatorErrors={...Object.keys(this.validatorErrors).length&&this.validatorErrors,[Al]:`${ml}`}}})}validateAutomationNames=ml=>{try{if(!Object.keys(ml).length){return}(new r_.AutomationNamesValidator).validate({yamlFile:ml})}catch(ml){(0,aA.debug)({errorName:tA.ERRORS.SYNTAX_ERROR,error:ml},this.isDebug);this.errors={...this.errors,[tA.STATUS_CODES.SYNTAX_ERROR]:(0,bA.getErrorMessage)(ml)}}};getGsInlineComment(){const{comments:ml}=this.lastContext.pr;const Al=ml.filter(ml=>ml.commenter!=="gitstream-cm").filter(ml=>ml.content.startsWith("/gs run")).find(ml=>!ml.content.includes("/gs_run_result"));return Al}async addGsInlineComment(ml,Al){const{name:Rl,owner:zl}=this.lastContext.repo;const rd=new Cg.Octokit({auth:this.payload.githubToken});await rd.issues.updateComment({owner:zl,repo:Rl,comment_id:ml.id,body:`${ml.content}\n\n/gs_run_result\n${Al}`})}async evaluateGsInline(){try{const{owner:ml}=this.lastContext.repo;if(!(0,vA.isPrivilegedOrg)(ml)){return}const Al=this.getGsInlineComment();if(Al){const{content:ml}=Al;const Rl=ml.replace("/gs run ","").replace(/`/g,"");console.log("going to evaluate inline filter",Rl);const zl=await this.renderOneExpression(this.lastContext,Rl);await this.addGsInlineComment(Al,zl)}}catch(ml){console.log(ml)}}backupOutputs(){const ml={};const Al=this.lastParserResult?.automations||{};Object.entries(Al).forEach(([Al,Rl])=>{if(Rl?.run&&Rl.passed){ml[Al]=Rl.run.map(ml=>({args:ml.args?{...ml.args}:null,outputs:ml.outputs?{...ml.outputs}:null}))}});return ml}removeOutputsFromResults(){const ml=this.lastParserResult?.automations||{};Object.values(ml).forEach(ml=>{if(ml?.run){ml.run.forEach(ml=>{if(ml.action!==SA.CODE_REVIEW){delete ml.outputs}})}})}extractActionOutputs(){const ml={};const Al=this.lastParserResult?.automations||{};Object.entries(Al).forEach(([Al,Rl])=>{if(!Rl?.run||!Array.isArray(Rl.run)){return}Rl.run.forEach(Rl=>{if(!Rl.outputs){return}if(!ml[Al]){ml[Al]={outputs:{}}}ml[Al].outputs={...ml[Al].outputs,...Rl.outputs}})});return ml}populateActionOutputs(ml){if(ml.outputs){return}if(ml.args){ml.outputs={...ml.args}}if(ml.outputs&&Object.keys(ml.outputs).length===0){delete ml.outputs}}async processActionOutputs(){if(!IA.test(this.ruleFileRawContent)){return}const ml=this.extractActionOutputs();if(Object.keys(ml).length===0){return}const Al=this.backupOutputs();this.lastContext={...this.lastContext,actions:ml};await this.render(this.lastContext,1,false);this.combineMetadataWithResult();if(this.lastParserResult?.automations){Object.entries(this.lastParserResult.automations).forEach(([ml,Rl])=>{if(Rl?.run&&Rl.passed){Rl.run.forEach((Rl,zl)=>{const rd=Al[ml]?.[zl];if(rd?.args&&(Rl.action===SA.CODE_REVIEW||Rl.action===SA.DESCRIBE_CHANGES||Rl.action===SA.EXPLAIN_CODE_EXPERTS)){Rl.args={...Rl.args,...rd.args}}this.populateActionOutputs(Rl);if(Rl.action===SA.CODE_REVIEW&&rd?.outputs?.is_LGTM!==void 0&&Rl.outputs){Rl.outputs.is_LGTM=rd.outputs.is_LGTM}})}})}this.removeOutputsFromResults()}async parseStreams(){this.validateCM();await this.render();this.validateAutomationNames(this.renderedRuleFile);this.combineMetadataWithResult();await this.processAsyncFunctionsAfterEvaluation();await this.processActionOutputs();if(this.shouldRunGSInline){await this.evaluateGsInline()}this.addAdditionalDataToParserResult();(0,uA.cleanupSandboxedPlugins)(this.externalPlugins);return this.lastParserResult}}},11132:(ml,Al,Rl)=>{"use strict";var zl=Object.defineProperty;var rd=Object.getOwnPropertyDescriptor;var yh=Object.getOwnPropertyNames;var kh=Object.prototype.hasOwnProperty;var __export=(ml,Al)=>{for(var Rl in Al)zl(ml,Rl,{get:Al[Rl],enumerable:true})};var __copyProps=(ml,Al,Rl,Qh)=>{if(Al&&typeof Al==="object"||typeof Al==="function"){for(let cf of yh(Al))if(!kh.call(ml,cf)&&cf!==Rl)zl(ml,cf,{get:()=>Al[cf],enumerable:!(Qh=rd(Al,cf))||Qh.enumerable})}return ml};var __toCommonJS=ml=>__copyProps(zl({},"__esModule",{value:true}),ml);var Qh={};__export(Qh,{isActionTriggeredByEvent:()=>isActionTriggeredByEvent});ml.exports=__toCommonJS(Qh);var cf=Rl(42681);const isActionTriggeredByEvent=(ml,Al,Rl=false,zl=true)=>{if(Rl){return zl}if(cf.ACTIONS_WITH_BUILT_IN_TRIGGERS.includes(ml)){return zl&&cf.SUPPORTED_ACTIONS_EVENTS.some(ml=>Al.includes(ml))}return zl};0&&0},42681:(ml,Al,Rl)=>{"use strict";var zl=Object.defineProperty;var rd=Object.getOwnPropertyDescriptor;var yh=Object.getOwnPropertyNames;var kh=Object.prototype.hasOwnProperty;var __export=(ml,Al)=>{for(var Rl in Al)zl(ml,Rl,{get:Al[Rl],enumerable:true})};var __copyProps=(ml,Al,Rl,Qh)=>{if(Al&&typeof Al==="object"||typeof Al==="function"){for(let cf of yh(Al))if(!kh.call(ml,cf)&&cf!==Rl)zl(ml,cf,{get:()=>Al[cf],enumerable:!(Qh=rd(Al,cf))||Qh.enumerable})}return ml};var __toCommonJS=ml=>__copyProps(zl({},"__esModule",{value:true}),ml);var Qh={};__export(Qh,{ACTIONS_WITH_BUILT_IN_TRIGGERS:()=>P_,GITSTREAM_WEBHOOK_EVENTS:()=>S_,PullRequestActions:()=>D_,SUPPORTED_ACTIONS_EVENTS:()=>Cg,TRIGGERS:()=>eA,isANonTriggeringEvent:()=>isANonTriggeringEvent});ml.exports=__toCommonJS(Qh);var cf=Rl(78963);var t_=Rl(46326);const{SUPPORTED_ACTIONS:r_}=cf.validatorsConstants;var u_=(ml=>{ml["created"]="created";ml["edited"]="edited";return ml})(u_||{});var C_=(ml=>{ml["submitted"]="submitted";return ml})(C_||{});var D_=(ml=>{ml["open"]="opened";ml["reopen"]="reopen";ml["closed"]="closed";ml["synchronize"]="synchronize";ml["assigned"]="assigned";ml["converted_to_draft"]="converted_to_draft";ml["labeled"]="labeled";ml["unlabeled"]="unlabeled";ml["ready_for_review"]="ready_for_review";ml["review_request_removed"]="review_request_removed";ml["review_requested"]="review_requested";ml["unassigned"]="unassigned";ml["edited"]="edited";ml["custom_merge"]="merged";return ml})(D_||{});const S_={PR_CREATED:"pr_created",PR_READY_FOR_REVIEW:"pr_ready_for_review",PR_UPDATED:"pr_updated",PR_CLOSED:"pr_closed",PR_REOPENED:"pr_reopened",PR_APPROVED:"pr_approved",PR_ASSIGNED:"pr_assigned",COMMIT:"commit",MERGE:"merge",COMMENT_ADDED:"comment_added",COMMENT_EDITED:"comment_edited",LABEL_ADDED:"label_added",LABEL_REMOVED:"label_removed"};const P_=[r_.ADD_CODE_COMMENT,r_.CODE_REVIEW,r_.DESCRIBE_CHANGES,r_.EXPLAIN_CODE_EXPERTS];const Cg=[S_.PR_CREATED,S_.COMMIT,S_.PR_READY_FOR_REVIEW];const eA={[`${t_.GITHUB_WEBHOOK_EVENTS.pull_request}_${"opened"}`]:S_.PR_CREATED,[`${t_.GITHUB_WEBHOOK_EVENTS.pull_request}_${"merged"}`]:S_.MERGE,[`${t_.GITHUB_WEBHOOK_EVENTS.pull_request}_${"synchronize"}`]:S_.COMMIT,[`${t_.GITHUB_WEBHOOK_EVENTS.issue_comment}_${"created"}`]:S_.COMMENT_ADDED,[`${t_.GITHUB_WEBHOOK_EVENTS.issue_comment}_${"edited"}`]:S_.COMMENT_EDITED,[`${t_.GITHUB_WEBHOOK_EVENTS.pull_request}_${"labeled"}`]:S_.LABEL_ADDED,[`${t_.GITHUB_WEBHOOK_EVENTS.pull_request}_${"unlabeled"}`]:S_.LABEL_REMOVED,[`${t_.GITHUB_WEBHOOK_EVENTS.pull_request}_${"ready_for_review"}`]:S_.PR_READY_FOR_REVIEW,[`${t_.GITHUB_WEBHOOK_EVENTS.pull_request}_${"closed"}`]:S_.PR_CLOSED,[`${t_.GITHUB_WEBHOOK_EVENTS.pull_request}_${"assigned"}`]:S_.PR_ASSIGNED,[`${t_.GITHUB_WEBHOOK_EVENTS.pull_request}_${"reopen"}`]:S_.PR_REOPENED,[`${t_.GITHUB_WEBHOOK_EVENTS.pull_request_review}_${"submitted"}`]:S_.PR_APPROVED};const tA=new Set([`${t_.GITHUB_WEBHOOK_EVENTS.pull_request}_${"merged"}`]);const isANonTriggeringEvent=ml=>tA.has(ml);0&&0},26184:(ml,Al,Rl)=>{"use strict";var zl=Object.defineProperty;var rd=Object.getOwnPropertyDescriptor;var yh=Object.getOwnPropertyNames;var kh=Object.prototype.hasOwnProperty;var __export=(ml,Al)=>{for(var Rl in Al)zl(ml,Rl,{get:Al[Rl],enumerable:true})};var __copyProps=(ml,Al,Rl,Qh)=>{if(Al&&typeof Al==="object"||typeof Al==="function"){for(let cf of yh(Al))if(!kh.call(ml,cf)&&cf!==Rl)zl(ml,cf,{get:()=>Al[cf],enumerable:!(Qh=rd(Al,cf))||Qh.enumerable})}return ml};var __toCommonJS=ml=>__copyProps(zl({},"__esModule",{value:true}),ml);var Qh={};__export(Qh,{DefaultParserAttributes:()=>r_,SUPPORTED_ACTIONS:()=>t_});ml.exports=__toCommonJS(Qh);var cf=Rl(78963);const{SUPPORTED_ACTIONS:t_}=cf.validatorsConstants;var r_=(ml=>{ml["cbLeft"]="_GITSTREAM_CB_LEFT_";ml["cbRight"]="_GITSTREAM_CB_RIGHT_";ml["automations"]="automations";ml["errors"]="errors";ml["analytics"]="analytics";ml["validatorErrors"]="validatorErrors";ml["warnings"]="warnings";return ml})(r_||{});0&&0},17078:ml=>{"use strict";var Al=Object.defineProperty;var Rl=Object.getOwnPropertyDescriptor;var zl=Object.getOwnPropertyNames;var rd=Object.prototype.hasOwnProperty;var __export=(ml,Rl)=>{for(var zl in Rl)Al(ml,zl,{get:Rl[zl],enumerable:true})};var __copyProps=(ml,yh,kh,Qh)=>{if(yh&&typeof yh==="object"||typeof yh==="function"){for(let cf of zl(yh))if(!rd.call(ml,cf)&&cf!==kh)Al(ml,cf,{get:()=>yh[cf],enumerable:!(Qh=Rl(yh,cf))||Qh.enumerable})}return ml};var __toCommonJS=ml=>__copyProps(Al({},"__esModule",{value:true}),ml);var yh={};__export(yh,{Validators:()=>kh});ml.exports=__toCommonJS(yh);var kh=(ml=>{ml["FiltersValidator"]="FiltersValidator";ml["ActionsValidator"]="ActionsValidator";ml["FileStructureValidator"]="FileStructureValidator";ml["SavedWordsValidator"]="SavedWordsValidator";ml["ContextVariableValidator"]="ContextVariableValidator";ml["TriggersValidator"]="TriggersValidator";return ml})(kh||{});0&&0},76713:ml=>{"use strict";var Al=Object.defineProperty;var Rl=Object.getOwnPropertyDescriptor;var zl=Object.getOwnPropertyNames;var rd=Object.prototype.hasOwnProperty;var __export=(ml,Rl)=>{for(var zl in Rl)Al(ml,zl,{get:Rl[zl],enumerable:true})};var __copyProps=(ml,yh,kh,Qh)=>{if(yh&&typeof yh==="object"||typeof yh==="function"){for(let cf of zl(yh))if(!rd.call(ml,cf)&&cf!==kh)Al(ml,cf,{get:()=>yh[cf],enumerable:!(Qh=Rl(yh,cf))||Qh.enumerable})}return ml};var __toCommonJS=ml=>__copyProps(Al({},"__esModule",{value:true}),ml);var yh={};__export(yh,{TierType:()=>kh});ml.exports=__toCommonJS(yh);var kh=(ml=>{ml["TRIAL"]="trial";ml["PAID"]="paid";ml["TEAM"]="team";ml["FREE"]="free";return ml})(kh||{});0&&0},84601:ml=>{"use strict";var Al=Object.defineProperty;var Rl=Object.getOwnPropertyDescriptor;var zl=Object.getOwnPropertyNames;var rd=Object.prototype.hasOwnProperty;var __copyProps=(ml,yh,kh,Qh)=>{if(yh&&typeof yh==="object"||typeof yh==="function"){for(let cf of zl(yh))if(!rd.call(ml,cf)&&cf!==kh)Al(ml,cf,{get:()=>yh[cf],enumerable:!(Qh=Rl(yh,cf))||Qh.enumerable})}return ml};var __toCommonJS=ml=>__copyProps(Al({},"__esModule",{value:true}),ml);var yh={};ml.exports=__toCommonJS(yh)},10643:(ml,Al,Rl)=>{"use strict";var zl=Object.defineProperty;var rd=Object.getOwnPropertyDescriptor;var yh=Object.getOwnPropertyNames;var kh=Object.prototype.hasOwnProperty;var __export=(ml,Al)=>{for(var Rl in Al)zl(ml,Rl,{get:Al[Rl],enumerable:true})};var __copyProps=(ml,Al,Rl,Qh)=>{if(Al&&typeof Al==="object"||typeof Al==="function"){for(let cf of yh(Al))if(!kh.call(ml,cf)&&cf!==Rl)zl(ml,cf,{get:()=>Al[cf],enumerable:!(Qh=rd(Al,cf))||Qh.enumerable})}return ml};var __toCommonJS=ml=>__copyProps(zl({},"__esModule",{value:true}),ml);var Qh={};__export(Qh,{default:()=>u_});ml.exports=__toCommonJS(Qh);var cf=Rl(16902);var t_=Rl(78963);const r_={JWT:{validateToken:cf.validateToken},ruleFiles:{safeLoad:t_.safeRulesYamlLoad}};var u_=r_},16902:(ml,Al,Rl)=>{"use strict";var zl=Object.create;var rd=Object.defineProperty;var yh=Object.getOwnPropertyDescriptor;var kh=Object.getOwnPropertyNames;var Qh=Object.getPrototypeOf;var cf=Object.prototype.hasOwnProperty;var __export=(ml,Al)=>{for(var Rl in Al)rd(ml,Rl,{get:Al[Rl],enumerable:true})};var __copyProps=(ml,Al,Rl,zl)=>{if(Al&&typeof Al==="object"||typeof Al==="function"){for(let Qh of kh(Al))if(!cf.call(ml,Qh)&&Qh!==Rl)rd(ml,Qh,{get:()=>Al[Qh],enumerable:!(zl=yh(Al,Qh))||zl.enumerable})}return ml};var __toESM=(ml,Al,Rl)=>(Rl=ml!=null?zl(Qh(ml)):{},__copyProps(Al||!ml||!ml.__esModule?rd(Rl,"default",{value:ml,enumerable:true}):Rl,ml));var __toCommonJS=ml=>__copyProps(rd({},"__esModule",{value:true}),ml);var t_={};__export(t_,{validateToken:()=>validateToken});ml.exports=__toCommonJS(t_);var r_=__toESM(Rl(69653));const u_="Bearer ";const validateToken=(ml,Al)=>{const Rl=ml.replace(u_,"");return r_.verify(Rl,Al)};0&&0},52279:(ml,Al,Rl)=>{"use strict";var zl=Object.create;var rd=Object.defineProperty;var yh=Object.getOwnPropertyDescriptor;var kh=Object.getOwnPropertyNames;var Qh=Object.getPrototypeOf;var cf=Object.prototype.hasOwnProperty;var __export=(ml,Al)=>{for(var Rl in Al)rd(ml,Rl,{get:Al[Rl],enumerable:true})};var __copyProps=(ml,Al,Rl,zl)=>{if(Al&&typeof Al==="object"||typeof Al==="function"){for(let Qh of kh(Al))if(!cf.call(ml,Qh)&&Qh!==Rl)rd(ml,Qh,{get:()=>Al[Qh],enumerable:!(zl=yh(Al,Qh))||zl.enumerable})}return ml};var __toESM=(ml,Al,Rl)=>(Rl=ml!=null?zl(Qh(ml)):{},__copyProps(Al||!ml||!ml.__esModule?rd(Rl,"default",{value:ml,enumerable:true}):Rl,ml));var __toCommonJS=ml=>__copyProps(rd({},"__esModule",{value:true}),ml);var t_={};__export(t_,{ContextManager:()=>tA,default:()=>rA});ml.exports=__toCommonJS(t_);var r_=Rl(79896);var u_=__toESM(Rl(16928));var C_=__toESM(Rl(92020));var D_=Rl(7426);var S_=Rl(62785);var P_=Rl(41002);var Cg=Rl(45273);var eA=Rl(95616);class ContextManagerSingleton{gitCommands=[];clientInputs={clientPayload:{}};parserResults;cmFiles={};workingDir="";isRunInJest=false;getCodeDir(){if((0,eA.getIsManagedGitstream)()){return u_.default.join((0,D_.getOverrideCloneRepoPath)(),"code")}return u_.default.join(process.cwd(),"code")}constructor(){this.isRunInJest=process.env.JEST_WORKER_ID!=null;this.workingDir=u_.default.join(this.getCodeDir(),"output");if(this.isRunInJest){this.clientInputs={clientPayload:{}};return}this.init();this.readCmFolder()}init(){if(this.isRunInJest){return}const ml=(0,D_.getClientPayload)();const Al=(0,S_.doubleParse)(ml);this.clientInputs={clientPayload:(0,S_.omitTokens)(Al),debugMode:D_.DEBUG_MODE,version:P_.version}}addGitCommand(ml,Al){const Rl=this.gitCommands.some(Al=>Al.command===ml);if(!Rl){this.gitCommands.push({command:ml,result:Al})}}addParserResults(ml){this.parserResults=ml}addExecutionTime(ml){this.clientInputs.executionTime=ml}addBlameByAuthor(ml){const Al={...ml};if(Object.keys(Al).length){Object.entries(ml).forEach(([ml,Rl])=>{Al[ml]=(0,C_.default)(Rl,"dsBlame")})}this.clientInputs.blameByAuthor=Al}saveOutputToFiles(){try{if(this.isRunInJest){return}this.workingDir=u_.default.join(this.getCodeDir(),"output");if(!(0,r_.existsSync)(this.workingDir)){(0,r_.mkdirSync)(this.workingDir,{recursive:true})}else{(0,r_.readdirSync)(this.workingDir).forEach(ml=>(0,r_.rmSync)(u_.default.join(this.workingDir,ml)))}this.clientInputs.timestamp=Date.now();if(D_.ENABLE_DEBUG_ARTIFACTS){this.saveFile("client_inputs.json",this.clientInputs);this.saveFile("git_commands.json",this.gitCommands);this.saveFile("parser_results.json",this.parserResults);this.saveFile("cm_files.json",this.cmFiles);const ml=(0,r_.readdirSync)(this.workingDir).length;console.log(`ContextManager saved ${ml} files to ${this.workingDir}`)}}catch(ml){this.handleError(ml)}finally{this.resetState()}}saveFile(ml,Al){try{const Rl=ml.endsWith(".json");const zl=u_.default.join(this.workingDir,ml);const rd=!(Al&&Al.length||Al&&Object.keys(Al).length);if(rd){return}if(Rl){(0,r_.writeFileSync)(zl,JSON.stringify(Al,null,2))}else{(0,r_.writeFileSync)(zl,Al)}}catch(ml){this.handleError(ml)}}readFile(ml){try{const Al=u_.default.join(this.workingDir,ml);if((0,r_.existsSync)(Al)){const ml=(0,r_.readFileSync)(Al,"utf8");if(ml){return JSON.parse(ml)}}}catch(ml){this.handleError(ml)}return null}readFilesInDirectory(ml,Al=[".git",".github"]){const Rl={};try{if(!(0,r_.existsSync)(ml)){return Rl}const readFilesRecursively=ml=>{const zl=(0,r_.readdirSync)(ml);zl.forEach(zl=>{const rd=u_.default.join(ml,zl);const yh=(0,r_.statSync)(rd);if(yh.isDirectory()){const ml=Al.includes(zl);if(!ml){readFilesRecursively(rd)}}else{const ml=(0,r_.readFileSync)(rd,"utf8");const Al=rd.replace(`${this.getCodeDir()}/`,"");Rl[Al]=ml}})};readFilesRecursively(ml)}catch(ml){this.handleError(ml)}return Rl}readCmFolder(){const ml=u_.default.join(this.getCodeDir(),Cg.REPO_FOLDER.CM);const Al=u_.default.join(this.getCodeDir(),Cg.REPO_FOLDER.DEFAULT,".cm");const Rl=this.readFilesInDirectory(ml);const zl=this.readFilesInDirectory(Al);this.cmFiles={...Rl,...zl}}handleError(ml){console.error(`An error occurred in ContextManager`,{error:ml})}resetState(){this.gitCommands=[];this.cmFiles={};this.parserResults=void 0;this.clientInputs={}}}const tA=new ContextManagerSingleton;var rA=tA;0&&0},6194:(ml,Al,Rl)=>{"use strict";var zl=Object.defineProperty;var rd=Object.getOwnPropertyDescriptor;var yh=Object.getOwnPropertyNames;var kh=Object.prototype.hasOwnProperty;var __export=(ml,Al)=>{for(var Rl in Al)zl(ml,Rl,{get:Al[Rl],enumerable:true})};var __copyProps=(ml,Al,Rl,Qh)=>{if(Al&&typeof Al==="object"||typeof Al==="function"){for(let cf of yh(Al))if(!kh.call(ml,cf)&&cf!==Rl)zl(ml,cf,{get:()=>Al[cf],enumerable:!(Qh=rd(Al,cf))||Qh.enumerable})}return ml};var __toCommonJS=ml=>__copyProps(zl({},"__esModule",{value:true}),ml);var Qh={};__export(Qh,{escapeObjectStringsValues:()=>escapeObjectStringsValues,redoArgEscaping:()=>redoArgEscaping,redoRunEscaping:()=>redoRunEscaping});ml.exports=__toCommonJS(Qh);var cf=Rl(52356);var t_=Rl(52960);const escapeObjectStringsValues=ml=>{if(!(0,cf.isObject)(ml)||!Object.keys(ml).length){return ml}return Object.keys(ml).reduce((Al,Rl)=>{const zl=ml[Rl];const rd=(0,cf.isString)(zl)?zl.replace(/\n/g,"\\n"):zl;return{...Al,[Rl]:rd}},{})};const redoArgEscaping=ml=>{if((0,cf.isString)(ml)){return ml.replace(/\\n/g,"\n")}return ml};const redoRunEscaping=ml=>{if(!ml){return ml}return ml.map(ml=>{if(!ml.args){return ml}const Al=Object.keys(ml.args).reduce((Al,Rl)=>{const zl=ml.args[Rl];return{...Al,[Rl]:zl&&t_.listify.includes(Rl)&&typeof zl==="string"?redoArgEscaping(zl).split(","):redoArgEscaping(ml.args[Rl])}},{});return{...ml,args:Al}})};0&&0},78850:(ml,Al,Rl)=>{"use strict";var zl=Object.create;var rd=Object.defineProperty;var yh=Object.getOwnPropertyDescriptor;var kh=Object.getOwnPropertyNames;var Qh=Object.getPrototypeOf;var cf=Object.prototype.hasOwnProperty;var __export=(ml,Al)=>{for(var Rl in Al)rd(ml,Rl,{get:Al[Rl],enumerable:true})};var __copyProps=(ml,Al,Rl,zl)=>{if(Al&&typeof Al==="object"||typeof Al==="function"){for(let Qh of kh(Al))if(!cf.call(ml,Qh)&&Qh!==Rl)rd(ml,Qh,{get:()=>Al[Qh],enumerable:!(zl=yh(Al,Qh))||zl.enumerable})}return ml};var __toESM=(ml,Al,Rl)=>(Rl=ml!=null?zl(Qh(ml)):{},__copyProps(Al||!ml||!ml.__esModule?rd(Rl,"default",{value:ml,enumerable:true}):Rl,ml));var __toCommonJS=ml=>__copyProps(rd({},"__esModule",{value:true}),ml);var t_={};__export(t_,{convertArgsToString:()=>convertArgsToString,format:()=>format,initializeWasm:()=>initializeWasm,jsFormatter:()=>jsFormatter,minify:()=>minify,pyFormatter:()=>pyFormatter,removeEmptyLines:()=>removeEmptyLines});ml.exports=__toCommonJS(t_);var r_=__toESM(Rl(34267));var u_=__toESM(Rl(21173));var C_=__toESM(Rl(82905));var D_=__toESM(Rl(7274));var S_=__toESM(Rl(19540));var P_=__toESM(Rl(7776));var Cg=__toESM(Rl(45548));var eA=__toESM(Rl(69482));const tA=[u_,C_,D_,S_,P_,Cg,eA];let rA=false;let nA=null;const initializeWasm=async()=>{if(rA){return}try{const ml=new Function("specifier","return import(specifier)");const Al=await ml("@wasm-fmt/ruff_fmt");if(typeof Al.format!=="function"){throw new Error("ruff_fmt module did not export format function")}nA=Al.format;rA=true}catch(ml){console.warn("Failed to initialize WASM, Python formatting disabled:",ml)}};const minify=(ml,Al)=>ml.replace(/\s+/g," ").replaceAll("'",'"').trim();const removeEmptyLines=ml=>ml.replace(/^\s*[\r\n]/gm,"");const jsFormatter=async(ml,Al)=>minify(await r_.format(ml,{semi:false,singleQuote:true,filepath:Al,parser:"babel",plugins:[u_,C_]}));const prettierFormat=async(ml,Al)=>minify(await r_.format(ml,{filepath:Al,plugins:tA}));const pyFormatter=(ml,Al)=>{if(!rA||!nA){console.warn("WASM not initialized yet, skipping Python formatting");return ml}try{const Rl=nA(ml,Al);return removeEmptyLines(Rl)}catch(ml){const Rl=ml instanceof Error?ml.message:String(ml);throw new Error(`Unable to format the "${Al}" with Ruff: ${Rl}`,{cause:ml})}};const format=async(ml,Al)=>{const Rl=Al.split(".").pop()??"";if(Rl==="py"){return pyFormatter(ml,Al)}try{return await prettierFormat(ml,Al)}catch{return minify(ml,Al)}};const convertArgsToString=ml=>Object.keys(ml).map(Al=>`${Al}=${ml[Al]}`);0&&0},24951:ml=>{"use strict";var Al=Object.defineProperty;var Rl=Object.getOwnPropertyDescriptor;var zl=Object.getOwnPropertyNames;var rd=Object.prototype.hasOwnProperty;var __export=(ml,Rl)=>{for(var zl in Rl)Al(ml,zl,{get:Rl[zl],enumerable:true})};var __copyProps=(ml,yh,kh,Qh)=>{if(yh&&typeof yh==="object"||typeof yh==="function"){for(let cf of zl(yh))if(!rd.call(ml,cf)&&cf!==kh)Al(ml,cf,{get:()=>yh[cf],enumerable:!(Qh=Rl(yh,cf))||Qh.enumerable})}return ml};var __toCommonJS=ml=>__copyProps(Al({},"__esModule",{value:true}),ml);var yh={};__export(yh,{ADDITIONAL_FORMATTING:()=>kh});ml.exports=__toCommonJS(yh);const kh={github:"",gitlab:" \n",default:""};0&&0},82752:ml=>{"use strict";var Al=Object.defineProperty;var Rl=Object.getOwnPropertyDescriptor;var zl=Object.getOwnPropertyNames;var rd=Object.prototype.hasOwnProperty;var __export=(ml,Rl)=>{for(var zl in Rl)Al(ml,zl,{get:Rl[zl],enumerable:true})};var __copyProps=(ml,yh,kh,Qh)=>{if(yh&&typeof yh==="object"||typeof yh==="function"){for(let cf of zl(yh))if(!rd.call(ml,cf)&&cf!==kh)Al(ml,cf,{get:()=>yh[cf],enumerable:!(Qh=Rl(yh,cf))||Qh.enumerable})}return ml};var __toCommonJS=ml=>__copyProps(Al({},"__esModule",{value:true}),ml);var yh={};__export(yh,{AI_CONSTS:()=>t_,isLGTM:()=>isLGTM});ml.exports=__toCommonJS(yh);const kh="💡 **Tip:** You can customize your AI Description using **Guidelines** [Learn how](https://docs.gitstream.cm/automation-actions/#describe-changes)";const Qh="💡 **Tip:** You can customize your AI Review using **Guidelines** [Learn how](https://docs.gitstream.cm/automation-actions/#code-review)";const cf="###### Generated by LinearB AI and added by gitStream. AI-generated content may contain inaccuracies. Please verify before using.";const t_=Object.freeze({REVIEW_TITLE:`### ✨ PR Review`,FOOTER:"_Generated by LinearB AI and added by gitStream._",DISCLAIMER:"AI-generated content may contain inaccuracies. Please verify before using. **[We'd love your feedback!](mailto:product@linearb.io)** 🚀",NEW_DISCLAIMER:"AI-generated content may contain inaccuracies. Please verify before using.",DESCRIPTION_DISCLAIMER:kh,REVIEW_DISCLAIMER:Qh,BITBUCKET_FOOTER:`${cf} [We'd love your feedback!](mailto:product@linearb.io) 🚀`,NEW_BITBUCKET_FOOTER:cf,AUTOMATION_ID:'{if(!ml){return false}const Al=ml.replace(//g,"").replace(//g,"").replace(/<\/sub>/g,"").replace(t_.REVIEW_TITLE,"").replace(t_.FOOTER,"").replace(t_.BITBUCKET_FOOTER,"").replace(t_.NEW_BITBUCKET_FOOTER,"").replace(t_.DISCLAIMER,"").replace(t_.DESCRIPTION_DISCLAIMER,"").replace(t_.REVIEW_DISCLAIMER,"").replace(t_.NEW_DISCLAIMER,"").replace(/_\*\*Agentic review\*\*_\n?/g,"").trim();return Al==="LGTM"};0&&0},77864:ml=>{"use strict";var Al=Object.defineProperty;var Rl=Object.getOwnPropertyDescriptor;var zl=Object.getOwnPropertyNames;var rd=Object.prototype.hasOwnProperty;var __export=(ml,Rl)=>{for(var zl in Rl)Al(ml,zl,{get:Rl[zl],enumerable:true})};var __copyProps=(ml,yh,kh,Qh)=>{if(yh&&typeof yh==="object"||typeof yh==="function"){for(let cf of zl(yh))if(!rd.call(ml,cf)&&cf!==kh)Al(ml,cf,{get:()=>yh[cf],enumerable:!(Qh=Rl(yh,cf))||Qh.enumerable})}return ml};var __toCommonJS=ml=>__copyProps(Al({},"__esModule",{value:true}),ml);var yh={};__export(yh,{createTokenAuth:()=>t_});ml.exports=__toCommonJS(yh);var kh=/^v1\./;var Qh=/^ghs_/;var cf=/^ghu_/;async function auth(ml){const Al=ml.split(/\./).length===3;const Rl=kh.test(ml)||Qh.test(ml);const zl=cf.test(ml);const rd=Al?"app":Rl?"installation":zl?"user-to-server":"oauth";return{type:"token",token:ml,tokenType:rd}}function withAuthorizationPrefix(ml){if(ml.split(/\./).length===3){return`bearer ${ml}`}return`token ${ml}`}async function hook(ml,Al,Rl,zl){const rd=Al.endpoint.merge(Rl,zl);rd.headers.authorization=withAuthorizationPrefix(ml);return Al(rd)}var t_=function createTokenAuth2(ml){if(!ml){throw new Error("[@octokit/auth-token] No token passed to createTokenAuth")}if(typeof ml!=="string"){throw new Error("[@octokit/auth-token] Token passed to createTokenAuth is not a string")}ml=ml.replace(/^(token|bearer) +/i,"");return Object.assign(auth.bind(null,ml),{hook:hook.bind(null,ml)})};0&&0},61897:(ml,Al,Rl)=>{"use strict";var zl=Object.defineProperty;var rd=Object.getOwnPropertyDescriptor;var yh=Object.getOwnPropertyNames;var kh=Object.prototype.hasOwnProperty;var __export=(ml,Al)=>{for(var Rl in Al)zl(ml,Rl,{get:Al[Rl],enumerable:true})};var __copyProps=(ml,Al,Rl,Qh)=>{if(Al&&typeof Al==="object"||typeof Al==="function"){for(let cf of yh(Al))if(!kh.call(ml,cf)&&cf!==Rl)zl(ml,cf,{get:()=>Al[cf],enumerable:!(Qh=rd(Al,cf))||Qh.enumerable})}return ml};var __toCommonJS=ml=>__copyProps(zl({},"__esModule",{value:true}),ml);var Qh={};__export(Qh,{Octokit:()=>eA});ml.exports=__toCommonJS(Qh);var cf=Rl(33843);var t_=Rl(52732);var r_=Rl(66255);var u_=Rl(70007);var C_=Rl(77864);var D_="5.2.1";var noop=()=>{};var S_=console.warn.bind(console);var P_=console.error.bind(console);var Cg=`octokit-core.js/${D_} ${(0,cf.getUserAgent)()}`;var eA=class{static{this.VERSION=D_}static defaults(ml){const Al=class extends(this){constructor(...Al){const Rl=Al[0]||{};if(typeof ml==="function"){super(ml(Rl));return}super(Object.assign({},ml,Rl,Rl.userAgent&&ml.userAgent?{userAgent:`${Rl.userAgent} ${ml.userAgent}`}:null))}};return Al}static{this.plugins=[]}static plugin(...ml){const Al=this.plugins;const Rl=class extends(this){static{this.plugins=Al.concat(ml.filter(ml=>!Al.includes(ml)))}};return Rl}constructor(ml={}){const Al=new t_.Collection;const Rl={baseUrl:r_.request.endpoint.DEFAULTS.baseUrl,headers:{},request:Object.assign({},ml.request,{hook:Al.bind(null,"request")}),mediaType:{previews:[],format:""}};Rl.headers["user-agent"]=ml.userAgent?`${ml.userAgent} ${Cg}`:Cg;if(ml.baseUrl){Rl.baseUrl=ml.baseUrl}if(ml.previews){Rl.mediaType.previews=ml.previews}if(ml.timeZone){Rl.headers["time-zone"]=ml.timeZone}this.request=r_.request.defaults(Rl);this.graphql=(0,u_.withCustomRequest)(this.request).defaults(Rl);this.log=Object.assign({debug:noop,info:noop,warn:S_,error:P_},ml.log);this.hook=Al;if(!ml.authStrategy){if(!ml.auth){this.auth=async()=>({type:"unauthenticated"})}else{const Rl=(0,C_.createTokenAuth)(ml.auth);Al.wrap("request",Rl.hook);this.auth=Rl}}else{const{authStrategy:Rl,...zl}=ml;const rd=Rl(Object.assign({request:this.request,log:this.log,octokit:this,octokitOptions:zl},ml.auth));Al.wrap("request",rd.hook);this.auth=rd}const zl=this.constructor;for(let Al=0;Al{"use strict";var zl=Object.defineProperty;var rd=Object.getOwnPropertyDescriptor;var yh=Object.getOwnPropertyNames;var kh=Object.prototype.hasOwnProperty;var __export=(ml,Al)=>{for(var Rl in Al)zl(ml,Rl,{get:Al[Rl],enumerable:true})};var __copyProps=(ml,Al,Rl,Qh)=>{if(Al&&typeof Al==="object"||typeof Al==="function"){for(let cf of yh(Al))if(!kh.call(ml,cf)&&cf!==Rl)zl(ml,cf,{get:()=>Al[cf],enumerable:!(Qh=rd(Al,cf))||Qh.enumerable})}return ml};var __toCommonJS=ml=>__copyProps(zl({},"__esModule",{value:true}),ml);var Qh={};__export(Qh,{endpoint:()=>D_});ml.exports=__toCommonJS(Qh);var cf=Rl(33843);var t_="9.0.6";var r_=`octokit-endpoint.js/${t_} ${(0,cf.getUserAgent)()}`;var u_={method:"GET",baseUrl:"https://api.github.com",headers:{accept:"application/vnd.github.v3+json","user-agent":r_},mediaType:{format:""}};function lowercaseKeys(ml){if(!ml){return{}}return Object.keys(ml).reduce((Al,Rl)=>{Al[Rl.toLowerCase()]=ml[Rl];return Al},{})}function isPlainObject(ml){if(typeof ml!=="object"||ml===null)return false;if(Object.prototype.toString.call(ml)!=="[object Object]")return false;const Al=Object.getPrototypeOf(ml);if(Al===null)return true;const Rl=Object.prototype.hasOwnProperty.call(Al,"constructor")&&Al.constructor;return typeof Rl==="function"&&Rl instanceof Rl&&Function.prototype.call(Rl)===Function.prototype.call(ml)}function mergeDeep(ml,Al){const Rl=Object.assign({},ml);Object.keys(Al).forEach(zl=>{if(isPlainObject(Al[zl])){if(!(zl in ml))Object.assign(Rl,{[zl]:Al[zl]});else Rl[zl]=mergeDeep(ml[zl],Al[zl])}else{Object.assign(Rl,{[zl]:Al[zl]})}});return Rl}function removeUndefinedProperties(ml){for(const Al in ml){if(ml[Al]===void 0){delete ml[Al]}}return ml}function merge(ml,Al,Rl){if(typeof Al==="string"){let[ml,zl]=Al.split(" ");Rl=Object.assign(zl?{method:ml,url:zl}:{url:ml},Rl)}else{Rl=Object.assign({},Al)}Rl.headers=lowercaseKeys(Rl.headers);removeUndefinedProperties(Rl);removeUndefinedProperties(Rl.headers);const zl=mergeDeep(ml||{},Rl);if(Rl.url==="/graphql"){if(ml&&ml.mediaType.previews?.length){zl.mediaType.previews=ml.mediaType.previews.filter(ml=>!zl.mediaType.previews.includes(ml)).concat(zl.mediaType.previews)}zl.mediaType.previews=(zl.mediaType.previews||[]).map(ml=>ml.replace(/-preview/,""))}return zl}function addQueryParameters(ml,Al){const Rl=/\?/.test(ml)?"&":"?";const zl=Object.keys(Al);if(zl.length===0){return ml}return ml+Rl+zl.map(ml=>{if(ml==="q"){return"q="+Al.q.split("+").map(encodeURIComponent).join("+")}return`${ml}=${encodeURIComponent(Al[ml])}`}).join("&")}var C_=/\{[^{}}]+\}/g;function removeNonChars(ml){return ml.replace(/(?:^\W+)|(?:(?ml.concat(Al),[])}function omit(ml,Al){const Rl={__proto__:null};for(const zl of Object.keys(ml)){if(Al.indexOf(zl)===-1){Rl[zl]=ml[zl]}}return Rl}function encodeReserved(ml){return ml.split(/(%[0-9A-Fa-f]{2})/g).map(function(ml){if(!/%[0-9A-Fa-f]/.test(ml)){ml=encodeURI(ml).replace(/%5B/g,"[").replace(/%5D/g,"]")}return ml}).join("")}function encodeUnreserved(ml){return encodeURIComponent(ml).replace(/[!'()*]/g,function(ml){return"%"+ml.charCodeAt(0).toString(16).toUpperCase()})}function encodeValue(ml,Al,Rl){Al=ml==="+"||ml==="#"?encodeReserved(Al):encodeUnreserved(Al);if(Rl){return encodeUnreserved(Rl)+"="+Al}else{return Al}}function isDefined(ml){return ml!==void 0&&ml!==null}function isKeyOperator(ml){return ml===";"||ml==="&"||ml==="?"}function getValues(ml,Al,Rl,zl){var rd=ml[Rl],yh=[];if(isDefined(rd)&&rd!==""){if(typeof rd==="string"||typeof rd==="number"||typeof rd==="boolean"){rd=rd.toString();if(zl&&zl!=="*"){rd=rd.substring(0,parseInt(zl,10))}yh.push(encodeValue(Al,rd,isKeyOperator(Al)?Rl:""))}else{if(zl==="*"){if(Array.isArray(rd)){rd.filter(isDefined).forEach(function(ml){yh.push(encodeValue(Al,ml,isKeyOperator(Al)?Rl:""))})}else{Object.keys(rd).forEach(function(ml){if(isDefined(rd[ml])){yh.push(encodeValue(Al,rd[ml],ml))}})}}else{const ml=[];if(Array.isArray(rd)){rd.filter(isDefined).forEach(function(Rl){ml.push(encodeValue(Al,Rl))})}else{Object.keys(rd).forEach(function(Rl){if(isDefined(rd[Rl])){ml.push(encodeUnreserved(Rl));ml.push(encodeValue(Al,rd[Rl].toString()))}})}if(isKeyOperator(Al)){yh.push(encodeUnreserved(Rl)+"="+ml.join(","))}else if(ml.length!==0){yh.push(ml.join(","))}}}}else{if(Al===";"){if(isDefined(rd)){yh.push(encodeUnreserved(Rl))}}else if(rd===""&&(Al==="&"||Al==="?")){yh.push(encodeUnreserved(Rl)+"=")}else if(rd===""){yh.push("")}}return yh}function parseUrl(ml){return{expand:expand.bind(null,ml)}}function expand(ml,Al){var Rl=["+","#",".","/",";","?","&"];ml=ml.replace(/\{([^\{\}]+)\}|([^\{\}]+)/g,function(ml,zl,rd){if(zl){let ml="";const rd=[];if(Rl.indexOf(zl.charAt(0))!==-1){ml=zl.charAt(0);zl=zl.substr(1)}zl.split(/,/g).forEach(function(Rl){var zl=/([^:\*]*)(?::(\d+)|(\*))?/.exec(Rl);rd.push(getValues(Al,ml,zl[1],zl[2]||zl[3]))});if(ml&&ml!=="+"){var yh=",";if(ml==="?"){yh="&"}else if(ml!=="#"){yh=ml}return(rd.length!==0?ml:"")+rd.join(yh)}else{return rd.join(",")}}else{return encodeReserved(rd)}});if(ml==="/"){return ml}else{return ml.replace(/\/$/,"")}}function parse(ml){let Al=ml.method.toUpperCase();let Rl=(ml.url||"/").replace(/:([a-z]\w+)/g,"{$1}");let zl=Object.assign({},ml.headers);let rd;let yh=omit(ml,["method","baseUrl","url","headers","request","mediaType"]);const kh=extractUrlVariableNames(Rl);Rl=parseUrl(Rl).expand(yh);if(!/^http/.test(Rl)){Rl=ml.baseUrl+Rl}const Qh=Object.keys(ml).filter(ml=>kh.includes(ml)).concat("baseUrl");const cf=omit(yh,Qh);const t_=/application\/octet-stream/i.test(zl.accept);if(!t_){if(ml.mediaType.format){zl.accept=zl.accept.split(/,/).map(Al=>Al.replace(/application\/vnd(\.\w+)(\.v3)?(\.\w+)?(\+json)?$/,`application/vnd$1$2.${ml.mediaType.format}`)).join(",")}if(Rl.endsWith("/graphql")){if(ml.mediaType.previews?.length){const Al=zl.accept.match(/(?{const Rl=ml.mediaType.format?`.${ml.mediaType.format}`:"+json";return`application/vnd.github.${Al}-preview${Rl}`}).join(",")}}}if(["GET","HEAD"].includes(Al)){Rl=addQueryParameters(Rl,cf)}else{if("data"in cf){rd=cf.data}else{if(Object.keys(cf).length){rd=cf}}}if(!zl["content-type"]&&typeof rd!=="undefined"){zl["content-type"]="application/json; charset=utf-8"}if(["PATCH","PUT"].includes(Al)&&typeof rd==="undefined"){rd=""}return Object.assign({method:Al,url:Rl,headers:zl},typeof rd!=="undefined"?{body:rd}:null,ml.request?{request:ml.request}:null)}function endpointWithDefaults(ml,Al,Rl){return parse(merge(ml,Al,Rl))}function withDefaults(ml,Al){const Rl=merge(ml,Al);const zl=endpointWithDefaults.bind(null,Rl);return Object.assign(zl,{DEFAULTS:Rl,defaults:withDefaults.bind(null,Rl),merge:merge.bind(null,Rl),parse:parse})}var D_=withDefaults(null,u_);0&&0},70007:(ml,Al,Rl)=>{"use strict";var zl=Object.defineProperty;var rd=Object.getOwnPropertyDescriptor;var yh=Object.getOwnPropertyNames;var kh=Object.prototype.hasOwnProperty;var __export=(ml,Al)=>{for(var Rl in Al)zl(ml,Rl,{get:Al[Rl],enumerable:true})};var __copyProps=(ml,Al,Rl,Qh)=>{if(Al&&typeof Al==="object"||typeof Al==="function"){for(let cf of yh(Al))if(!kh.call(ml,cf)&&cf!==Rl)zl(ml,cf,{get:()=>Al[cf],enumerable:!(Qh=rd(Al,cf))||Qh.enumerable})}return ml};var __toCommonJS=ml=>__copyProps(zl({},"__esModule",{value:true}),ml);var Qh={};__export(Qh,{GraphqlResponseError:()=>D_,graphql:()=>eA,withCustomRequest:()=>withCustomRequest});ml.exports=__toCommonJS(Qh);var cf=Rl(66255);var t_=Rl(33843);var r_="7.1.1";var u_=Rl(66255);var C_=Rl(66255);function _buildMessageForResponseErrors(ml){return`Request failed due to following response errors:\n`+ml.errors.map(ml=>` - ${ml.message}`).join("\n")}var D_=class extends Error{constructor(ml,Al,Rl){super(_buildMessageForResponseErrors(Rl));this.request=ml;this.headers=Al;this.response=Rl;this.name="GraphqlResponseError";this.errors=Rl.errors;this.data=Rl.data;if(Error.captureStackTrace){Error.captureStackTrace(this,this.constructor)}}};var S_=["method","baseUrl","url","headers","request","query","mediaType"];var P_=["query","method","url"];var Cg=/\/api\/v3\/?$/;function graphql(ml,Al,Rl){if(Rl){if(typeof Al==="string"&&"query"in Rl){return Promise.reject(new Error(`[@octokit/graphql] "query" cannot be used as variable name`))}for(const ml in Rl){if(!P_.includes(ml))continue;return Promise.reject(new Error(`[@octokit/graphql] "${ml}" cannot be used as variable name`))}}const zl=typeof Al==="string"?Object.assign({query:Al},Rl):Al;const rd=Object.keys(zl).reduce((ml,Al)=>{if(S_.includes(Al)){ml[Al]=zl[Al];return ml}if(!ml.variables){ml.variables={}}ml.variables[Al]=zl[Al];return ml},{});const yh=zl.baseUrl||ml.endpoint.DEFAULTS.baseUrl;if(Cg.test(yh)){rd.url=yh.replace(Cg,"/api/graphql")}return ml(rd).then(ml=>{if(ml.data.errors){const Al={};for(const Rl of Object.keys(ml.headers)){Al[Rl]=ml.headers[Rl]}throw new D_(rd,Al,ml.data)}return ml.data.data})}function withDefaults(ml,Al){const Rl=ml.defaults(Al);const newApi=(ml,Al)=>graphql(Rl,ml,Al);return Object.assign(newApi,{defaults:withDefaults.bind(null,Rl),endpoint:Rl.endpoint})}var eA=withDefaults(cf.request,{headers:{"user-agent":`octokit-graphql.js/${r_} ${(0,t_.getUserAgent)()}`},method:"POST",url:"/graphql"});function withCustomRequest(ml){return withDefaults(ml,{method:"POST",url:"/graphql"})}0&&0},38082:ml=>{"use strict";var Al=Object.defineProperty;var Rl=Object.getOwnPropertyDescriptor;var zl=Object.getOwnPropertyNames;var rd=Object.prototype.hasOwnProperty;var __export=(ml,Rl)=>{for(var zl in Rl)Al(ml,zl,{get:Rl[zl],enumerable:true})};var __copyProps=(ml,yh,kh,Qh)=>{if(yh&&typeof yh==="object"||typeof yh==="function"){for(let cf of zl(yh))if(!rd.call(ml,cf)&&cf!==kh)Al(ml,cf,{get:()=>yh[cf],enumerable:!(Qh=Rl(yh,cf))||Qh.enumerable})}return ml};var __toCommonJS=ml=>__copyProps(Al({},"__esModule",{value:true}),ml);var yh={};__export(yh,{composePaginateRest:()=>Qh,isPaginatingEndpoint:()=>isPaginatingEndpoint,paginateRest:()=>paginateRest,paginatingEndpoints:()=>cf});ml.exports=__toCommonJS(yh);var kh="11.4.4-cjs.2";function normalizePaginatedListResponse(ml){if(!ml.data){return{...ml,data:[]}}const Al="total_count"in ml.data&&!("url"in ml.data);if(!Al)return ml;const Rl=ml.data.incomplete_results;const zl=ml.data.repository_selection;const rd=ml.data.total_count;delete ml.data.incomplete_results;delete ml.data.repository_selection;delete ml.data.total_count;const yh=Object.keys(ml.data)[0];const kh=ml.data[yh];ml.data=kh;if(typeof Rl!=="undefined"){ml.data.incomplete_results=Rl}if(typeof zl!=="undefined"){ml.data.repository_selection=zl}ml.data.total_count=rd;return ml}function iterator(ml,Al,Rl){const zl=typeof Al==="function"?Al.endpoint(Rl):ml.request.endpoint(Al,Rl);const rd=typeof Al==="function"?Al:ml.request;const yh=zl.method;const kh=zl.headers;let Qh=zl.url;return{[Symbol.asyncIterator]:()=>({async next(){if(!Qh)return{done:true};try{const ml=await rd({method:yh,url:Qh,headers:kh});const Al=normalizePaginatedListResponse(ml);Qh=((Al.headers.link||"").match(/<([^<>]+)>;\s*rel="next"/)||[])[1];return{value:Al}}catch(ml){if(ml.status!==409)throw ml;Qh="";return{value:{status:200,headers:{},data:[]}}}}})}}function paginate(ml,Al,Rl,zl){if(typeof Rl==="function"){zl=Rl;Rl=void 0}return gather(ml,[],iterator(ml,Al,Rl)[Symbol.asyncIterator](),zl)}function gather(ml,Al,Rl,zl){return Rl.next().then(rd=>{if(rd.done){return Al}let yh=false;function done(){yh=true}Al=Al.concat(zl?zl(rd.value,done):rd.value.data);if(yh){return Al}return gather(ml,Al,Rl,zl)})}var Qh=Object.assign(paginate,{iterator:iterator});var cf=["GET /advisories","GET /app/hook/deliveries","GET /app/installation-requests","GET /app/installations","GET /assignments/{assignment_id}/accepted_assignments","GET /classrooms","GET /classrooms/{classroom_id}/assignments","GET /enterprises/{enterprise}/code-security/configurations","GET /enterprises/{enterprise}/code-security/configurations/{configuration_id}/repositories","GET /enterprises/{enterprise}/dependabot/alerts","GET /enterprises/{enterprise}/secret-scanning/alerts","GET /events","GET /gists","GET /gists/public","GET /gists/starred","GET /gists/{gist_id}/comments","GET /gists/{gist_id}/commits","GET /gists/{gist_id}/forks","GET /installation/repositories","GET /issues","GET /licenses","GET /marketplace_listing/plans","GET /marketplace_listing/plans/{plan_id}/accounts","GET /marketplace_listing/stubbed/plans","GET /marketplace_listing/stubbed/plans/{plan_id}/accounts","GET /networks/{owner}/{repo}/events","GET /notifications","GET /organizations","GET /orgs/{org}/actions/cache/usage-by-repository","GET /orgs/{org}/actions/permissions/repositories","GET /orgs/{org}/actions/runner-groups","GET /orgs/{org}/actions/runner-groups/{runner_group_id}/repositories","GET /orgs/{org}/actions/runner-groups/{runner_group_id}/runners","GET /orgs/{org}/actions/runners","GET /orgs/{org}/actions/secrets","GET /orgs/{org}/actions/secrets/{secret_name}/repositories","GET /orgs/{org}/actions/variables","GET /orgs/{org}/actions/variables/{name}/repositories","GET /orgs/{org}/attestations/{subject_digest}","GET /orgs/{org}/blocks","GET /orgs/{org}/code-scanning/alerts","GET /orgs/{org}/code-security/configurations","GET /orgs/{org}/code-security/configurations/{configuration_id}/repositories","GET /orgs/{org}/codespaces","GET /orgs/{org}/codespaces/secrets","GET /orgs/{org}/codespaces/secrets/{secret_name}/repositories","GET /orgs/{org}/copilot/billing/seats","GET /orgs/{org}/copilot/metrics","GET /orgs/{org}/copilot/usage","GET /orgs/{org}/dependabot/alerts","GET /orgs/{org}/dependabot/secrets","GET /orgs/{org}/dependabot/secrets/{secret_name}/repositories","GET /orgs/{org}/events","GET /orgs/{org}/failed_invitations","GET /orgs/{org}/hooks","GET /orgs/{org}/hooks/{hook_id}/deliveries","GET /orgs/{org}/insights/api/route-stats/{actor_type}/{actor_id}","GET /orgs/{org}/insights/api/subject-stats","GET /orgs/{org}/insights/api/user-stats/{user_id}","GET /orgs/{org}/installations","GET /orgs/{org}/invitations","GET /orgs/{org}/invitations/{invitation_id}/teams","GET /orgs/{org}/issues","GET /orgs/{org}/members","GET /orgs/{org}/members/{username}/codespaces","GET /orgs/{org}/migrations","GET /orgs/{org}/migrations/{migration_id}/repositories","GET /orgs/{org}/organization-roles/{role_id}/teams","GET /orgs/{org}/organization-roles/{role_id}/users","GET /orgs/{org}/outside_collaborators","GET /orgs/{org}/packages","GET /orgs/{org}/packages/{package_type}/{package_name}/versions","GET /orgs/{org}/personal-access-token-requests","GET /orgs/{org}/personal-access-token-requests/{pat_request_id}/repositories","GET /orgs/{org}/personal-access-tokens","GET /orgs/{org}/personal-access-tokens/{pat_id}/repositories","GET /orgs/{org}/private-registries","GET /orgs/{org}/projects","GET /orgs/{org}/properties/values","GET /orgs/{org}/public_members","GET /orgs/{org}/repos","GET /orgs/{org}/rulesets","GET /orgs/{org}/rulesets/rule-suites","GET /orgs/{org}/secret-scanning/alerts","GET /orgs/{org}/security-advisories","GET /orgs/{org}/team/{team_slug}/copilot/metrics","GET /orgs/{org}/team/{team_slug}/copilot/usage","GET /orgs/{org}/teams","GET /orgs/{org}/teams/{team_slug}/discussions","GET /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments","GET /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}/reactions","GET /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/reactions","GET /orgs/{org}/teams/{team_slug}/invitations","GET /orgs/{org}/teams/{team_slug}/members","GET /orgs/{org}/teams/{team_slug}/projects","GET /orgs/{org}/teams/{team_slug}/repos","GET /orgs/{org}/teams/{team_slug}/teams","GET /projects/columns/{column_id}/cards","GET /projects/{project_id}/collaborators","GET /projects/{project_id}/columns","GET /repos/{owner}/{repo}/actions/artifacts","GET /repos/{owner}/{repo}/actions/caches","GET /repos/{owner}/{repo}/actions/organization-secrets","GET /repos/{owner}/{repo}/actions/organization-variables","GET /repos/{owner}/{repo}/actions/runners","GET /repos/{owner}/{repo}/actions/runs","GET /repos/{owner}/{repo}/actions/runs/{run_id}/artifacts","GET /repos/{owner}/{repo}/actions/runs/{run_id}/attempts/{attempt_number}/jobs","GET /repos/{owner}/{repo}/actions/runs/{run_id}/jobs","GET /repos/{owner}/{repo}/actions/secrets","GET /repos/{owner}/{repo}/actions/variables","GET /repos/{owner}/{repo}/actions/workflows","GET /repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs","GET /repos/{owner}/{repo}/activity","GET /repos/{owner}/{repo}/assignees","GET /repos/{owner}/{repo}/attestations/{subject_digest}","GET /repos/{owner}/{repo}/branches","GET /repos/{owner}/{repo}/check-runs/{check_run_id}/annotations","GET /repos/{owner}/{repo}/check-suites/{check_suite_id}/check-runs","GET /repos/{owner}/{repo}/code-scanning/alerts","GET /repos/{owner}/{repo}/code-scanning/alerts/{alert_number}/instances","GET /repos/{owner}/{repo}/code-scanning/analyses","GET /repos/{owner}/{repo}/codespaces","GET /repos/{owner}/{repo}/codespaces/devcontainers","GET /repos/{owner}/{repo}/codespaces/secrets","GET /repos/{owner}/{repo}/collaborators","GET /repos/{owner}/{repo}/comments","GET /repos/{owner}/{repo}/comments/{comment_id}/reactions","GET /repos/{owner}/{repo}/commits","GET /repos/{owner}/{repo}/commits/{commit_sha}/comments","GET /repos/{owner}/{repo}/commits/{commit_sha}/pulls","GET /repos/{owner}/{repo}/commits/{ref}/check-runs","GET /repos/{owner}/{repo}/commits/{ref}/check-suites","GET /repos/{owner}/{repo}/commits/{ref}/status","GET /repos/{owner}/{repo}/commits/{ref}/statuses","GET /repos/{owner}/{repo}/contributors","GET /repos/{owner}/{repo}/dependabot/alerts","GET /repos/{owner}/{repo}/dependabot/secrets","GET /repos/{owner}/{repo}/deployments","GET /repos/{owner}/{repo}/deployments/{deployment_id}/statuses","GET /repos/{owner}/{repo}/environments","GET /repos/{owner}/{repo}/environments/{environment_name}/deployment-branch-policies","GET /repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules/apps","GET /repos/{owner}/{repo}/environments/{environment_name}/secrets","GET /repos/{owner}/{repo}/environments/{environment_name}/variables","GET /repos/{owner}/{repo}/events","GET /repos/{owner}/{repo}/forks","GET /repos/{owner}/{repo}/hooks","GET /repos/{owner}/{repo}/hooks/{hook_id}/deliveries","GET /repos/{owner}/{repo}/invitations","GET /repos/{owner}/{repo}/issues","GET /repos/{owner}/{repo}/issues/comments","GET /repos/{owner}/{repo}/issues/comments/{comment_id}/reactions","GET /repos/{owner}/{repo}/issues/events","GET /repos/{owner}/{repo}/issues/{issue_number}/comments","GET /repos/{owner}/{repo}/issues/{issue_number}/events","GET /repos/{owner}/{repo}/issues/{issue_number}/labels","GET /repos/{owner}/{repo}/issues/{issue_number}/reactions","GET /repos/{owner}/{repo}/issues/{issue_number}/sub_issues","GET /repos/{owner}/{repo}/issues/{issue_number}/timeline","GET /repos/{owner}/{repo}/keys","GET /repos/{owner}/{repo}/labels","GET /repos/{owner}/{repo}/milestones","GET /repos/{owner}/{repo}/milestones/{milestone_number}/labels","GET /repos/{owner}/{repo}/notifications","GET /repos/{owner}/{repo}/pages/builds","GET /repos/{owner}/{repo}/projects","GET /repos/{owner}/{repo}/pulls","GET /repos/{owner}/{repo}/pulls/comments","GET /repos/{owner}/{repo}/pulls/comments/{comment_id}/reactions","GET /repos/{owner}/{repo}/pulls/{pull_number}/comments","GET /repos/{owner}/{repo}/pulls/{pull_number}/commits","GET /repos/{owner}/{repo}/pulls/{pull_number}/files","GET /repos/{owner}/{repo}/pulls/{pull_number}/reviews","GET /repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}/comments","GET /repos/{owner}/{repo}/releases","GET /repos/{owner}/{repo}/releases/{release_id}/assets","GET /repos/{owner}/{repo}/releases/{release_id}/reactions","GET /repos/{owner}/{repo}/rules/branches/{branch}","GET /repos/{owner}/{repo}/rulesets","GET /repos/{owner}/{repo}/rulesets/rule-suites","GET /repos/{owner}/{repo}/secret-scanning/alerts","GET /repos/{owner}/{repo}/secret-scanning/alerts/{alert_number}/locations","GET /repos/{owner}/{repo}/security-advisories","GET /repos/{owner}/{repo}/stargazers","GET /repos/{owner}/{repo}/subscribers","GET /repos/{owner}/{repo}/tags","GET /repos/{owner}/{repo}/teams","GET /repos/{owner}/{repo}/topics","GET /repositories","GET /search/code","GET /search/commits","GET /search/issues","GET /search/labels","GET /search/repositories","GET /search/topics","GET /search/users","GET /teams/{team_id}/discussions","GET /teams/{team_id}/discussions/{discussion_number}/comments","GET /teams/{team_id}/discussions/{discussion_number}/comments/{comment_number}/reactions","GET /teams/{team_id}/discussions/{discussion_number}/reactions","GET /teams/{team_id}/invitations","GET /teams/{team_id}/members","GET /teams/{team_id}/projects","GET /teams/{team_id}/repos","GET /teams/{team_id}/teams","GET /user/blocks","GET /user/codespaces","GET /user/codespaces/secrets","GET /user/emails","GET /user/followers","GET /user/following","GET /user/gpg_keys","GET /user/installations","GET /user/installations/{installation_id}/repositories","GET /user/issues","GET /user/keys","GET /user/marketplace_purchases","GET /user/marketplace_purchases/stubbed","GET /user/memberships/orgs","GET /user/migrations","GET /user/migrations/{migration_id}/repositories","GET /user/orgs","GET /user/packages","GET /user/packages/{package_type}/{package_name}/versions","GET /user/public_emails","GET /user/repos","GET /user/repository_invitations","GET /user/social_accounts","GET /user/ssh_signing_keys","GET /user/starred","GET /user/subscriptions","GET /user/teams","GET /users","GET /users/{username}/attestations/{subject_digest}","GET /users/{username}/events","GET /users/{username}/events/orgs/{org}","GET /users/{username}/events/public","GET /users/{username}/followers","GET /users/{username}/following","GET /users/{username}/gists","GET /users/{username}/gpg_keys","GET /users/{username}/keys","GET /users/{username}/orgs","GET /users/{username}/packages","GET /users/{username}/projects","GET /users/{username}/received_events","GET /users/{username}/received_events/public","GET /users/{username}/repos","GET /users/{username}/social_accounts","GET /users/{username}/ssh_signing_keys","GET /users/{username}/starred","GET /users/{username}/subscriptions"];function isPaginatingEndpoint(ml){if(typeof ml==="string"){return cf.includes(ml)}else{return false}}function paginateRest(ml){return{paginate:Object.assign(paginate.bind(null,ml),{iterator:iterator.bind(null,ml)})}}paginateRest.VERSION=kh;0&&0},6966:ml=>{"use strict";var Al=Object.defineProperty;var Rl=Object.getOwnPropertyDescriptor;var zl=Object.getOwnPropertyNames;var rd=Object.prototype.hasOwnProperty;var __export=(ml,Rl)=>{for(var zl in Rl)Al(ml,zl,{get:Rl[zl],enumerable:true})};var __copyProps=(ml,yh,kh,Qh)=>{if(yh&&typeof yh==="object"||typeof yh==="function"){for(let cf of zl(yh))if(!rd.call(ml,cf)&&cf!==kh)Al(ml,cf,{get:()=>yh[cf],enumerable:!(Qh=Rl(yh,cf))||Qh.enumerable})}return ml};var __toCommonJS=ml=>__copyProps(Al({},"__esModule",{value:true}),ml);var yh={};__export(yh,{requestLog:()=>requestLog});ml.exports=__toCommonJS(yh);var kh="4.0.1";function requestLog(ml){ml.hook.wrap("request",(Al,Rl)=>{ml.log.debug("request",Rl);const zl=Date.now();const rd=ml.request.endpoint.parse(Rl);const yh=rd.url.replace(Rl.baseUrl,"");return Al(Rl).then(Al=>{ml.log.info(`${rd.method} ${yh} - ${Al.status} in ${Date.now()-zl}ms`);return Al}).catch(Al=>{ml.log.info(`${rd.method} ${yh} - ${Al.status} in ${Date.now()-zl}ms`);throw Al})})}requestLog.VERSION=kh;0&&0},84935:ml=>{"use strict";var Al=Object.defineProperty;var Rl=Object.getOwnPropertyDescriptor;var zl=Object.getOwnPropertyNames;var rd=Object.prototype.hasOwnProperty;var __export=(ml,Rl)=>{for(var zl in Rl)Al(ml,zl,{get:Rl[zl],enumerable:true})};var __copyProps=(ml,yh,kh,Qh)=>{if(yh&&typeof yh==="object"||typeof yh==="function"){for(let cf of zl(yh))if(!rd.call(ml,cf)&&cf!==kh)Al(ml,cf,{get:()=>yh[cf],enumerable:!(Qh=Rl(yh,cf))||Qh.enumerable})}return ml};var __toCommonJS=ml=>__copyProps(Al({},"__esModule",{value:true}),ml);var yh={};__export(yh,{legacyRestEndpointMethods:()=>legacyRestEndpointMethods,restEndpointMethods:()=>restEndpointMethods});ml.exports=__toCommonJS(yh);var kh="13.3.2-cjs.1";var Qh={actions:{addCustomLabelsToSelfHostedRunnerForOrg:["POST /orgs/{org}/actions/runners/{runner_id}/labels"],addCustomLabelsToSelfHostedRunnerForRepo:["POST /repos/{owner}/{repo}/actions/runners/{runner_id}/labels"],addRepoAccessToSelfHostedRunnerGroupInOrg:["PUT /orgs/{org}/actions/runner-groups/{runner_group_id}/repositories/{repository_id}"],addSelectedRepoToOrgSecret:["PUT /orgs/{org}/actions/secrets/{secret_name}/repositories/{repository_id}"],addSelectedRepoToOrgVariable:["PUT /orgs/{org}/actions/variables/{name}/repositories/{repository_id}"],approveWorkflowRun:["POST /repos/{owner}/{repo}/actions/runs/{run_id}/approve"],cancelWorkflowRun:["POST /repos/{owner}/{repo}/actions/runs/{run_id}/cancel"],createEnvironmentVariable:["POST /repos/{owner}/{repo}/environments/{environment_name}/variables"],createOrUpdateEnvironmentSecret:["PUT /repos/{owner}/{repo}/environments/{environment_name}/secrets/{secret_name}"],createOrUpdateOrgSecret:["PUT /orgs/{org}/actions/secrets/{secret_name}"],createOrUpdateRepoSecret:["PUT /repos/{owner}/{repo}/actions/secrets/{secret_name}"],createOrgVariable:["POST /orgs/{org}/actions/variables"],createRegistrationTokenForOrg:["POST /orgs/{org}/actions/runners/registration-token"],createRegistrationTokenForRepo:["POST /repos/{owner}/{repo}/actions/runners/registration-token"],createRemoveTokenForOrg:["POST /orgs/{org}/actions/runners/remove-token"],createRemoveTokenForRepo:["POST /repos/{owner}/{repo}/actions/runners/remove-token"],createRepoVariable:["POST /repos/{owner}/{repo}/actions/variables"],createWorkflowDispatch:["POST /repos/{owner}/{repo}/actions/workflows/{workflow_id}/dispatches"],deleteActionsCacheById:["DELETE /repos/{owner}/{repo}/actions/caches/{cache_id}"],deleteActionsCacheByKey:["DELETE /repos/{owner}/{repo}/actions/caches{?key,ref}"],deleteArtifact:["DELETE /repos/{owner}/{repo}/actions/artifacts/{artifact_id}"],deleteEnvironmentSecret:["DELETE /repos/{owner}/{repo}/environments/{environment_name}/secrets/{secret_name}"],deleteEnvironmentVariable:["DELETE /repos/{owner}/{repo}/environments/{environment_name}/variables/{name}"],deleteOrgSecret:["DELETE /orgs/{org}/actions/secrets/{secret_name}"],deleteOrgVariable:["DELETE /orgs/{org}/actions/variables/{name}"],deleteRepoSecret:["DELETE /repos/{owner}/{repo}/actions/secrets/{secret_name}"],deleteRepoVariable:["DELETE /repos/{owner}/{repo}/actions/variables/{name}"],deleteSelfHostedRunnerFromOrg:["DELETE /orgs/{org}/actions/runners/{runner_id}"],deleteSelfHostedRunnerFromRepo:["DELETE /repos/{owner}/{repo}/actions/runners/{runner_id}"],deleteWorkflowRun:["DELETE /repos/{owner}/{repo}/actions/runs/{run_id}"],deleteWorkflowRunLogs:["DELETE /repos/{owner}/{repo}/actions/runs/{run_id}/logs"],disableSelectedRepositoryGithubActionsOrganization:["DELETE /orgs/{org}/actions/permissions/repositories/{repository_id}"],disableWorkflow:["PUT /repos/{owner}/{repo}/actions/workflows/{workflow_id}/disable"],downloadArtifact:["GET /repos/{owner}/{repo}/actions/artifacts/{artifact_id}/{archive_format}"],downloadJobLogsForWorkflowRun:["GET /repos/{owner}/{repo}/actions/jobs/{job_id}/logs"],downloadWorkflowRunAttemptLogs:["GET /repos/{owner}/{repo}/actions/runs/{run_id}/attempts/{attempt_number}/logs"],downloadWorkflowRunLogs:["GET /repos/{owner}/{repo}/actions/runs/{run_id}/logs"],enableSelectedRepositoryGithubActionsOrganization:["PUT /orgs/{org}/actions/permissions/repositories/{repository_id}"],enableWorkflow:["PUT /repos/{owner}/{repo}/actions/workflows/{workflow_id}/enable"],forceCancelWorkflowRun:["POST /repos/{owner}/{repo}/actions/runs/{run_id}/force-cancel"],generateRunnerJitconfigForOrg:["POST /orgs/{org}/actions/runners/generate-jitconfig"],generateRunnerJitconfigForRepo:["POST /repos/{owner}/{repo}/actions/runners/generate-jitconfig"],getActionsCacheList:["GET /repos/{owner}/{repo}/actions/caches"],getActionsCacheUsage:["GET /repos/{owner}/{repo}/actions/cache/usage"],getActionsCacheUsageByRepoForOrg:["GET /orgs/{org}/actions/cache/usage-by-repository"],getActionsCacheUsageForOrg:["GET /orgs/{org}/actions/cache/usage"],getAllowedActionsOrganization:["GET /orgs/{org}/actions/permissions/selected-actions"],getAllowedActionsRepository:["GET /repos/{owner}/{repo}/actions/permissions/selected-actions"],getArtifact:["GET /repos/{owner}/{repo}/actions/artifacts/{artifact_id}"],getCustomOidcSubClaimForRepo:["GET /repos/{owner}/{repo}/actions/oidc/customization/sub"],getEnvironmentPublicKey:["GET /repos/{owner}/{repo}/environments/{environment_name}/secrets/public-key"],getEnvironmentSecret:["GET /repos/{owner}/{repo}/environments/{environment_name}/secrets/{secret_name}"],getEnvironmentVariable:["GET /repos/{owner}/{repo}/environments/{environment_name}/variables/{name}"],getGithubActionsDefaultWorkflowPermissionsOrganization:["GET /orgs/{org}/actions/permissions/workflow"],getGithubActionsDefaultWorkflowPermissionsRepository:["GET /repos/{owner}/{repo}/actions/permissions/workflow"],getGithubActionsPermissionsOrganization:["GET /orgs/{org}/actions/permissions"],getGithubActionsPermissionsRepository:["GET /repos/{owner}/{repo}/actions/permissions"],getJobForWorkflowRun:["GET /repos/{owner}/{repo}/actions/jobs/{job_id}"],getOrgPublicKey:["GET /orgs/{org}/actions/secrets/public-key"],getOrgSecret:["GET /orgs/{org}/actions/secrets/{secret_name}"],getOrgVariable:["GET /orgs/{org}/actions/variables/{name}"],getPendingDeploymentsForRun:["GET /repos/{owner}/{repo}/actions/runs/{run_id}/pending_deployments"],getRepoPermissions:["GET /repos/{owner}/{repo}/actions/permissions",{},{renamed:["actions","getGithubActionsPermissionsRepository"]}],getRepoPublicKey:["GET /repos/{owner}/{repo}/actions/secrets/public-key"],getRepoSecret:["GET /repos/{owner}/{repo}/actions/secrets/{secret_name}"],getRepoVariable:["GET /repos/{owner}/{repo}/actions/variables/{name}"],getReviewsForRun:["GET /repos/{owner}/{repo}/actions/runs/{run_id}/approvals"],getSelfHostedRunnerForOrg:["GET /orgs/{org}/actions/runners/{runner_id}"],getSelfHostedRunnerForRepo:["GET /repos/{owner}/{repo}/actions/runners/{runner_id}"],getWorkflow:["GET /repos/{owner}/{repo}/actions/workflows/{workflow_id}"],getWorkflowAccessToRepository:["GET /repos/{owner}/{repo}/actions/permissions/access"],getWorkflowRun:["GET /repos/{owner}/{repo}/actions/runs/{run_id}"],getWorkflowRunAttempt:["GET /repos/{owner}/{repo}/actions/runs/{run_id}/attempts/{attempt_number}"],getWorkflowRunUsage:["GET /repos/{owner}/{repo}/actions/runs/{run_id}/timing"],getWorkflowUsage:["GET /repos/{owner}/{repo}/actions/workflows/{workflow_id}/timing"],listArtifactsForRepo:["GET /repos/{owner}/{repo}/actions/artifacts"],listEnvironmentSecrets:["GET /repos/{owner}/{repo}/environments/{environment_name}/secrets"],listEnvironmentVariables:["GET /repos/{owner}/{repo}/environments/{environment_name}/variables"],listJobsForWorkflowRun:["GET /repos/{owner}/{repo}/actions/runs/{run_id}/jobs"],listJobsForWorkflowRunAttempt:["GET /repos/{owner}/{repo}/actions/runs/{run_id}/attempts/{attempt_number}/jobs"],listLabelsForSelfHostedRunnerForOrg:["GET /orgs/{org}/actions/runners/{runner_id}/labels"],listLabelsForSelfHostedRunnerForRepo:["GET /repos/{owner}/{repo}/actions/runners/{runner_id}/labels"],listOrgSecrets:["GET /orgs/{org}/actions/secrets"],listOrgVariables:["GET /orgs/{org}/actions/variables"],listRepoOrganizationSecrets:["GET /repos/{owner}/{repo}/actions/organization-secrets"],listRepoOrganizationVariables:["GET /repos/{owner}/{repo}/actions/organization-variables"],listRepoSecrets:["GET /repos/{owner}/{repo}/actions/secrets"],listRepoVariables:["GET /repos/{owner}/{repo}/actions/variables"],listRepoWorkflows:["GET /repos/{owner}/{repo}/actions/workflows"],listRunnerApplicationsForOrg:["GET /orgs/{org}/actions/runners/downloads"],listRunnerApplicationsForRepo:["GET /repos/{owner}/{repo}/actions/runners/downloads"],listSelectedReposForOrgSecret:["GET /orgs/{org}/actions/secrets/{secret_name}/repositories"],listSelectedReposForOrgVariable:["GET /orgs/{org}/actions/variables/{name}/repositories"],listSelectedRepositoriesEnabledGithubActionsOrganization:["GET /orgs/{org}/actions/permissions/repositories"],listSelfHostedRunnersForOrg:["GET /orgs/{org}/actions/runners"],listSelfHostedRunnersForRepo:["GET /repos/{owner}/{repo}/actions/runners"],listWorkflowRunArtifacts:["GET /repos/{owner}/{repo}/actions/runs/{run_id}/artifacts"],listWorkflowRuns:["GET /repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs"],listWorkflowRunsForRepo:["GET /repos/{owner}/{repo}/actions/runs"],reRunJobForWorkflowRun:["POST /repos/{owner}/{repo}/actions/jobs/{job_id}/rerun"],reRunWorkflow:["POST /repos/{owner}/{repo}/actions/runs/{run_id}/rerun"],reRunWorkflowFailedJobs:["POST /repos/{owner}/{repo}/actions/runs/{run_id}/rerun-failed-jobs"],removeAllCustomLabelsFromSelfHostedRunnerForOrg:["DELETE /orgs/{org}/actions/runners/{runner_id}/labels"],removeAllCustomLabelsFromSelfHostedRunnerForRepo:["DELETE /repos/{owner}/{repo}/actions/runners/{runner_id}/labels"],removeCustomLabelFromSelfHostedRunnerForOrg:["DELETE /orgs/{org}/actions/runners/{runner_id}/labels/{name}"],removeCustomLabelFromSelfHostedRunnerForRepo:["DELETE /repos/{owner}/{repo}/actions/runners/{runner_id}/labels/{name}"],removeSelectedRepoFromOrgSecret:["DELETE /orgs/{org}/actions/secrets/{secret_name}/repositories/{repository_id}"],removeSelectedRepoFromOrgVariable:["DELETE /orgs/{org}/actions/variables/{name}/repositories/{repository_id}"],reviewCustomGatesForRun:["POST /repos/{owner}/{repo}/actions/runs/{run_id}/deployment_protection_rule"],reviewPendingDeploymentsForRun:["POST /repos/{owner}/{repo}/actions/runs/{run_id}/pending_deployments"],setAllowedActionsOrganization:["PUT /orgs/{org}/actions/permissions/selected-actions"],setAllowedActionsRepository:["PUT /repos/{owner}/{repo}/actions/permissions/selected-actions"],setCustomLabelsForSelfHostedRunnerForOrg:["PUT /orgs/{org}/actions/runners/{runner_id}/labels"],setCustomLabelsForSelfHostedRunnerForRepo:["PUT /repos/{owner}/{repo}/actions/runners/{runner_id}/labels"],setCustomOidcSubClaimForRepo:["PUT /repos/{owner}/{repo}/actions/oidc/customization/sub"],setGithubActionsDefaultWorkflowPermissionsOrganization:["PUT /orgs/{org}/actions/permissions/workflow"],setGithubActionsDefaultWorkflowPermissionsRepository:["PUT /repos/{owner}/{repo}/actions/permissions/workflow"],setGithubActionsPermissionsOrganization:["PUT /orgs/{org}/actions/permissions"],setGithubActionsPermissionsRepository:["PUT /repos/{owner}/{repo}/actions/permissions"],setSelectedReposForOrgSecret:["PUT /orgs/{org}/actions/secrets/{secret_name}/repositories"],setSelectedReposForOrgVariable:["PUT /orgs/{org}/actions/variables/{name}/repositories"],setSelectedRepositoriesEnabledGithubActionsOrganization:["PUT /orgs/{org}/actions/permissions/repositories"],setWorkflowAccessToRepository:["PUT /repos/{owner}/{repo}/actions/permissions/access"],updateEnvironmentVariable:["PATCH /repos/{owner}/{repo}/environments/{environment_name}/variables/{name}"],updateOrgVariable:["PATCH /orgs/{org}/actions/variables/{name}"],updateRepoVariable:["PATCH /repos/{owner}/{repo}/actions/variables/{name}"]},activity:{checkRepoIsStarredByAuthenticatedUser:["GET /user/starred/{owner}/{repo}"],deleteRepoSubscription:["DELETE /repos/{owner}/{repo}/subscription"],deleteThreadSubscription:["DELETE /notifications/threads/{thread_id}/subscription"],getFeeds:["GET /feeds"],getRepoSubscription:["GET /repos/{owner}/{repo}/subscription"],getThread:["GET /notifications/threads/{thread_id}"],getThreadSubscriptionForAuthenticatedUser:["GET /notifications/threads/{thread_id}/subscription"],listEventsForAuthenticatedUser:["GET /users/{username}/events"],listNotificationsForAuthenticatedUser:["GET /notifications"],listOrgEventsForAuthenticatedUser:["GET /users/{username}/events/orgs/{org}"],listPublicEvents:["GET /events"],listPublicEventsForRepoNetwork:["GET /networks/{owner}/{repo}/events"],listPublicEventsForUser:["GET /users/{username}/events/public"],listPublicOrgEvents:["GET /orgs/{org}/events"],listReceivedEventsForUser:["GET /users/{username}/received_events"],listReceivedPublicEventsForUser:["GET /users/{username}/received_events/public"],listRepoEvents:["GET /repos/{owner}/{repo}/events"],listRepoNotificationsForAuthenticatedUser:["GET /repos/{owner}/{repo}/notifications"],listReposStarredByAuthenticatedUser:["GET /user/starred"],listReposStarredByUser:["GET /users/{username}/starred"],listReposWatchedByUser:["GET /users/{username}/subscriptions"],listStargazersForRepo:["GET /repos/{owner}/{repo}/stargazers"],listWatchedReposForAuthenticatedUser:["GET /user/subscriptions"],listWatchersForRepo:["GET /repos/{owner}/{repo}/subscribers"],markNotificationsAsRead:["PUT /notifications"],markRepoNotificationsAsRead:["PUT /repos/{owner}/{repo}/notifications"],markThreadAsDone:["DELETE /notifications/threads/{thread_id}"],markThreadAsRead:["PATCH /notifications/threads/{thread_id}"],setRepoSubscription:["PUT /repos/{owner}/{repo}/subscription"],setThreadSubscription:["PUT /notifications/threads/{thread_id}/subscription"],starRepoForAuthenticatedUser:["PUT /user/starred/{owner}/{repo}"],unstarRepoForAuthenticatedUser:["DELETE /user/starred/{owner}/{repo}"]},apps:{addRepoToInstallation:["PUT /user/installations/{installation_id}/repositories/{repository_id}",{},{renamed:["apps","addRepoToInstallationForAuthenticatedUser"]}],addRepoToInstallationForAuthenticatedUser:["PUT /user/installations/{installation_id}/repositories/{repository_id}"],checkToken:["POST /applications/{client_id}/token"],createFromManifest:["POST /app-manifests/{code}/conversions"],createInstallationAccessToken:["POST /app/installations/{installation_id}/access_tokens"],deleteAuthorization:["DELETE /applications/{client_id}/grant"],deleteInstallation:["DELETE /app/installations/{installation_id}"],deleteToken:["DELETE /applications/{client_id}/token"],getAuthenticated:["GET /app"],getBySlug:["GET /apps/{app_slug}"],getInstallation:["GET /app/installations/{installation_id}"],getOrgInstallation:["GET /orgs/{org}/installation"],getRepoInstallation:["GET /repos/{owner}/{repo}/installation"],getSubscriptionPlanForAccount:["GET /marketplace_listing/accounts/{account_id}"],getSubscriptionPlanForAccountStubbed:["GET /marketplace_listing/stubbed/accounts/{account_id}"],getUserInstallation:["GET /users/{username}/installation"],getWebhookConfigForApp:["GET /app/hook/config"],getWebhookDelivery:["GET /app/hook/deliveries/{delivery_id}"],listAccountsForPlan:["GET /marketplace_listing/plans/{plan_id}/accounts"],listAccountsForPlanStubbed:["GET /marketplace_listing/stubbed/plans/{plan_id}/accounts"],listInstallationReposForAuthenticatedUser:["GET /user/installations/{installation_id}/repositories"],listInstallationRequestsForAuthenticatedApp:["GET /app/installation-requests"],listInstallations:["GET /app/installations"],listInstallationsForAuthenticatedUser:["GET /user/installations"],listPlans:["GET /marketplace_listing/plans"],listPlansStubbed:["GET /marketplace_listing/stubbed/plans"],listReposAccessibleToInstallation:["GET /installation/repositories"],listSubscriptionsForAuthenticatedUser:["GET /user/marketplace_purchases"],listSubscriptionsForAuthenticatedUserStubbed:["GET /user/marketplace_purchases/stubbed"],listWebhookDeliveries:["GET /app/hook/deliveries"],redeliverWebhookDelivery:["POST /app/hook/deliveries/{delivery_id}/attempts"],removeRepoFromInstallation:["DELETE /user/installations/{installation_id}/repositories/{repository_id}",{},{renamed:["apps","removeRepoFromInstallationForAuthenticatedUser"]}],removeRepoFromInstallationForAuthenticatedUser:["DELETE /user/installations/{installation_id}/repositories/{repository_id}"],resetToken:["PATCH /applications/{client_id}/token"],revokeInstallationAccessToken:["DELETE /installation/token"],scopeToken:["POST /applications/{client_id}/token/scoped"],suspendInstallation:["PUT /app/installations/{installation_id}/suspended"],unsuspendInstallation:["DELETE /app/installations/{installation_id}/suspended"],updateWebhookConfigForApp:["PATCH /app/hook/config"]},billing:{getGithubActionsBillingOrg:["GET /orgs/{org}/settings/billing/actions"],getGithubActionsBillingUser:["GET /users/{username}/settings/billing/actions"],getGithubBillingUsageReportOrg:["GET /organizations/{org}/settings/billing/usage"],getGithubPackagesBillingOrg:["GET /orgs/{org}/settings/billing/packages"],getGithubPackagesBillingUser:["GET /users/{username}/settings/billing/packages"],getSharedStorageBillingOrg:["GET /orgs/{org}/settings/billing/shared-storage"],getSharedStorageBillingUser:["GET /users/{username}/settings/billing/shared-storage"]},checks:{create:["POST /repos/{owner}/{repo}/check-runs"],createSuite:["POST /repos/{owner}/{repo}/check-suites"],get:["GET /repos/{owner}/{repo}/check-runs/{check_run_id}"],getSuite:["GET /repos/{owner}/{repo}/check-suites/{check_suite_id}"],listAnnotations:["GET /repos/{owner}/{repo}/check-runs/{check_run_id}/annotations"],listForRef:["GET /repos/{owner}/{repo}/commits/{ref}/check-runs"],listForSuite:["GET /repos/{owner}/{repo}/check-suites/{check_suite_id}/check-runs"],listSuitesForRef:["GET /repos/{owner}/{repo}/commits/{ref}/check-suites"],rerequestRun:["POST /repos/{owner}/{repo}/check-runs/{check_run_id}/rerequest"],rerequestSuite:["POST /repos/{owner}/{repo}/check-suites/{check_suite_id}/rerequest"],setSuitesPreferences:["PATCH /repos/{owner}/{repo}/check-suites/preferences"],update:["PATCH /repos/{owner}/{repo}/check-runs/{check_run_id}"]},codeScanning:{commitAutofix:["POST /repos/{owner}/{repo}/code-scanning/alerts/{alert_number}/autofix/commits"],createAutofix:["POST /repos/{owner}/{repo}/code-scanning/alerts/{alert_number}/autofix"],createVariantAnalysis:["POST /repos/{owner}/{repo}/code-scanning/codeql/variant-analyses"],deleteAnalysis:["DELETE /repos/{owner}/{repo}/code-scanning/analyses/{analysis_id}{?confirm_delete}"],deleteCodeqlDatabase:["DELETE /repos/{owner}/{repo}/code-scanning/codeql/databases/{language}"],getAlert:["GET /repos/{owner}/{repo}/code-scanning/alerts/{alert_number}",{},{renamedParameters:{alert_id:"alert_number"}}],getAnalysis:["GET /repos/{owner}/{repo}/code-scanning/analyses/{analysis_id}"],getAutofix:["GET /repos/{owner}/{repo}/code-scanning/alerts/{alert_number}/autofix"],getCodeqlDatabase:["GET /repos/{owner}/{repo}/code-scanning/codeql/databases/{language}"],getDefaultSetup:["GET /repos/{owner}/{repo}/code-scanning/default-setup"],getSarif:["GET /repos/{owner}/{repo}/code-scanning/sarifs/{sarif_id}"],getVariantAnalysis:["GET /repos/{owner}/{repo}/code-scanning/codeql/variant-analyses/{codeql_variant_analysis_id}"],getVariantAnalysisRepoTask:["GET /repos/{owner}/{repo}/code-scanning/codeql/variant-analyses/{codeql_variant_analysis_id}/repos/{repo_owner}/{repo_name}"],listAlertInstances:["GET /repos/{owner}/{repo}/code-scanning/alerts/{alert_number}/instances"],listAlertsForOrg:["GET /orgs/{org}/code-scanning/alerts"],listAlertsForRepo:["GET /repos/{owner}/{repo}/code-scanning/alerts"],listAlertsInstances:["GET /repos/{owner}/{repo}/code-scanning/alerts/{alert_number}/instances",{},{renamed:["codeScanning","listAlertInstances"]}],listCodeqlDatabases:["GET /repos/{owner}/{repo}/code-scanning/codeql/databases"],listRecentAnalyses:["GET /repos/{owner}/{repo}/code-scanning/analyses"],updateAlert:["PATCH /repos/{owner}/{repo}/code-scanning/alerts/{alert_number}"],updateDefaultSetup:["PATCH /repos/{owner}/{repo}/code-scanning/default-setup"],uploadSarif:["POST /repos/{owner}/{repo}/code-scanning/sarifs"]},codeSecurity:{attachConfiguration:["POST /orgs/{org}/code-security/configurations/{configuration_id}/attach"],attachEnterpriseConfiguration:["POST /enterprises/{enterprise}/code-security/configurations/{configuration_id}/attach"],createConfiguration:["POST /orgs/{org}/code-security/configurations"],createConfigurationForEnterprise:["POST /enterprises/{enterprise}/code-security/configurations"],deleteConfiguration:["DELETE /orgs/{org}/code-security/configurations/{configuration_id}"],deleteConfigurationForEnterprise:["DELETE /enterprises/{enterprise}/code-security/configurations/{configuration_id}"],detachConfiguration:["DELETE /orgs/{org}/code-security/configurations/detach"],getConfiguration:["GET /orgs/{org}/code-security/configurations/{configuration_id}"],getConfigurationForRepository:["GET /repos/{owner}/{repo}/code-security-configuration"],getConfigurationsForEnterprise:["GET /enterprises/{enterprise}/code-security/configurations"],getConfigurationsForOrg:["GET /orgs/{org}/code-security/configurations"],getDefaultConfigurations:["GET /orgs/{org}/code-security/configurations/defaults"],getDefaultConfigurationsForEnterprise:["GET /enterprises/{enterprise}/code-security/configurations/defaults"],getRepositoriesForConfiguration:["GET /orgs/{org}/code-security/configurations/{configuration_id}/repositories"],getRepositoriesForEnterpriseConfiguration:["GET /enterprises/{enterprise}/code-security/configurations/{configuration_id}/repositories"],getSingleConfigurationForEnterprise:["GET /enterprises/{enterprise}/code-security/configurations/{configuration_id}"],setConfigurationAsDefault:["PUT /orgs/{org}/code-security/configurations/{configuration_id}/defaults"],setConfigurationAsDefaultForEnterprise:["PUT /enterprises/{enterprise}/code-security/configurations/{configuration_id}/defaults"],updateConfiguration:["PATCH /orgs/{org}/code-security/configurations/{configuration_id}"],updateEnterpriseConfiguration:["PATCH /enterprises/{enterprise}/code-security/configurations/{configuration_id}"]},codesOfConduct:{getAllCodesOfConduct:["GET /codes_of_conduct"],getConductCode:["GET /codes_of_conduct/{key}"]},codespaces:{addRepositoryForSecretForAuthenticatedUser:["PUT /user/codespaces/secrets/{secret_name}/repositories/{repository_id}"],addSelectedRepoToOrgSecret:["PUT /orgs/{org}/codespaces/secrets/{secret_name}/repositories/{repository_id}"],checkPermissionsForDevcontainer:["GET /repos/{owner}/{repo}/codespaces/permissions_check"],codespaceMachinesForAuthenticatedUser:["GET /user/codespaces/{codespace_name}/machines"],createForAuthenticatedUser:["POST /user/codespaces"],createOrUpdateOrgSecret:["PUT /orgs/{org}/codespaces/secrets/{secret_name}"],createOrUpdateRepoSecret:["PUT /repos/{owner}/{repo}/codespaces/secrets/{secret_name}"],createOrUpdateSecretForAuthenticatedUser:["PUT /user/codespaces/secrets/{secret_name}"],createWithPrForAuthenticatedUser:["POST /repos/{owner}/{repo}/pulls/{pull_number}/codespaces"],createWithRepoForAuthenticatedUser:["POST /repos/{owner}/{repo}/codespaces"],deleteForAuthenticatedUser:["DELETE /user/codespaces/{codespace_name}"],deleteFromOrganization:["DELETE /orgs/{org}/members/{username}/codespaces/{codespace_name}"],deleteOrgSecret:["DELETE /orgs/{org}/codespaces/secrets/{secret_name}"],deleteRepoSecret:["DELETE /repos/{owner}/{repo}/codespaces/secrets/{secret_name}"],deleteSecretForAuthenticatedUser:["DELETE /user/codespaces/secrets/{secret_name}"],exportForAuthenticatedUser:["POST /user/codespaces/{codespace_name}/exports"],getCodespacesForUserInOrg:["GET /orgs/{org}/members/{username}/codespaces"],getExportDetailsForAuthenticatedUser:["GET /user/codespaces/{codespace_name}/exports/{export_id}"],getForAuthenticatedUser:["GET /user/codespaces/{codespace_name}"],getOrgPublicKey:["GET /orgs/{org}/codespaces/secrets/public-key"],getOrgSecret:["GET /orgs/{org}/codespaces/secrets/{secret_name}"],getPublicKeyForAuthenticatedUser:["GET /user/codespaces/secrets/public-key"],getRepoPublicKey:["GET /repos/{owner}/{repo}/codespaces/secrets/public-key"],getRepoSecret:["GET /repos/{owner}/{repo}/codespaces/secrets/{secret_name}"],getSecretForAuthenticatedUser:["GET /user/codespaces/secrets/{secret_name}"],listDevcontainersInRepositoryForAuthenticatedUser:["GET /repos/{owner}/{repo}/codespaces/devcontainers"],listForAuthenticatedUser:["GET /user/codespaces"],listInOrganization:["GET /orgs/{org}/codespaces",{},{renamedParameters:{org_id:"org"}}],listInRepositoryForAuthenticatedUser:["GET /repos/{owner}/{repo}/codespaces"],listOrgSecrets:["GET /orgs/{org}/codespaces/secrets"],listRepoSecrets:["GET /repos/{owner}/{repo}/codespaces/secrets"],listRepositoriesForSecretForAuthenticatedUser:["GET /user/codespaces/secrets/{secret_name}/repositories"],listSecretsForAuthenticatedUser:["GET /user/codespaces/secrets"],listSelectedReposForOrgSecret:["GET /orgs/{org}/codespaces/secrets/{secret_name}/repositories"],preFlightWithRepoForAuthenticatedUser:["GET /repos/{owner}/{repo}/codespaces/new"],publishForAuthenticatedUser:["POST /user/codespaces/{codespace_name}/publish"],removeRepositoryForSecretForAuthenticatedUser:["DELETE /user/codespaces/secrets/{secret_name}/repositories/{repository_id}"],removeSelectedRepoFromOrgSecret:["DELETE /orgs/{org}/codespaces/secrets/{secret_name}/repositories/{repository_id}"],repoMachinesForAuthenticatedUser:["GET /repos/{owner}/{repo}/codespaces/machines"],setRepositoriesForSecretForAuthenticatedUser:["PUT /user/codespaces/secrets/{secret_name}/repositories"],setSelectedReposForOrgSecret:["PUT /orgs/{org}/codespaces/secrets/{secret_name}/repositories"],startForAuthenticatedUser:["POST /user/codespaces/{codespace_name}/start"],stopForAuthenticatedUser:["POST /user/codespaces/{codespace_name}/stop"],stopInOrganization:["POST /orgs/{org}/members/{username}/codespaces/{codespace_name}/stop"],updateForAuthenticatedUser:["PATCH /user/codespaces/{codespace_name}"]},copilot:{addCopilotSeatsForTeams:["POST /orgs/{org}/copilot/billing/selected_teams"],addCopilotSeatsForUsers:["POST /orgs/{org}/copilot/billing/selected_users"],cancelCopilotSeatAssignmentForTeams:["DELETE /orgs/{org}/copilot/billing/selected_teams"],cancelCopilotSeatAssignmentForUsers:["DELETE /orgs/{org}/copilot/billing/selected_users"],copilotMetricsForOrganization:["GET /orgs/{org}/copilot/metrics"],copilotMetricsForTeam:["GET /orgs/{org}/team/{team_slug}/copilot/metrics"],getCopilotOrganizationDetails:["GET /orgs/{org}/copilot/billing"],getCopilotSeatDetailsForUser:["GET /orgs/{org}/members/{username}/copilot"],listCopilotSeats:["GET /orgs/{org}/copilot/billing/seats"],usageMetricsForOrg:["GET /orgs/{org}/copilot/usage"],usageMetricsForTeam:["GET /orgs/{org}/team/{team_slug}/copilot/usage"]},dependabot:{addSelectedRepoToOrgSecret:["PUT /orgs/{org}/dependabot/secrets/{secret_name}/repositories/{repository_id}"],createOrUpdateOrgSecret:["PUT /orgs/{org}/dependabot/secrets/{secret_name}"],createOrUpdateRepoSecret:["PUT /repos/{owner}/{repo}/dependabot/secrets/{secret_name}"],deleteOrgSecret:["DELETE /orgs/{org}/dependabot/secrets/{secret_name}"],deleteRepoSecret:["DELETE /repos/{owner}/{repo}/dependabot/secrets/{secret_name}"],getAlert:["GET /repos/{owner}/{repo}/dependabot/alerts/{alert_number}"],getOrgPublicKey:["GET /orgs/{org}/dependabot/secrets/public-key"],getOrgSecret:["GET /orgs/{org}/dependabot/secrets/{secret_name}"],getRepoPublicKey:["GET /repos/{owner}/{repo}/dependabot/secrets/public-key"],getRepoSecret:["GET /repos/{owner}/{repo}/dependabot/secrets/{secret_name}"],listAlertsForEnterprise:["GET /enterprises/{enterprise}/dependabot/alerts"],listAlertsForOrg:["GET /orgs/{org}/dependabot/alerts"],listAlertsForRepo:["GET /repos/{owner}/{repo}/dependabot/alerts"],listOrgSecrets:["GET /orgs/{org}/dependabot/secrets"],listRepoSecrets:["GET /repos/{owner}/{repo}/dependabot/secrets"],listSelectedReposForOrgSecret:["GET /orgs/{org}/dependabot/secrets/{secret_name}/repositories"],removeSelectedRepoFromOrgSecret:["DELETE /orgs/{org}/dependabot/secrets/{secret_name}/repositories/{repository_id}"],setSelectedReposForOrgSecret:["PUT /orgs/{org}/dependabot/secrets/{secret_name}/repositories"],updateAlert:["PATCH /repos/{owner}/{repo}/dependabot/alerts/{alert_number}"]},dependencyGraph:{createRepositorySnapshot:["POST /repos/{owner}/{repo}/dependency-graph/snapshots"],diffRange:["GET /repos/{owner}/{repo}/dependency-graph/compare/{basehead}"],exportSbom:["GET /repos/{owner}/{repo}/dependency-graph/sbom"]},emojis:{get:["GET /emojis"]},gists:{checkIsStarred:["GET /gists/{gist_id}/star"],create:["POST /gists"],createComment:["POST /gists/{gist_id}/comments"],delete:["DELETE /gists/{gist_id}"],deleteComment:["DELETE /gists/{gist_id}/comments/{comment_id}"],fork:["POST /gists/{gist_id}/forks"],get:["GET /gists/{gist_id}"],getComment:["GET /gists/{gist_id}/comments/{comment_id}"],getRevision:["GET /gists/{gist_id}/{sha}"],list:["GET /gists"],listComments:["GET /gists/{gist_id}/comments"],listCommits:["GET /gists/{gist_id}/commits"],listForUser:["GET /users/{username}/gists"],listForks:["GET /gists/{gist_id}/forks"],listPublic:["GET /gists/public"],listStarred:["GET /gists/starred"],star:["PUT /gists/{gist_id}/star"],unstar:["DELETE /gists/{gist_id}/star"],update:["PATCH /gists/{gist_id}"],updateComment:["PATCH /gists/{gist_id}/comments/{comment_id}"]},git:{createBlob:["POST /repos/{owner}/{repo}/git/blobs"],createCommit:["POST /repos/{owner}/{repo}/git/commits"],createRef:["POST /repos/{owner}/{repo}/git/refs"],createTag:["POST /repos/{owner}/{repo}/git/tags"],createTree:["POST /repos/{owner}/{repo}/git/trees"],deleteRef:["DELETE /repos/{owner}/{repo}/git/refs/{ref}"],getBlob:["GET /repos/{owner}/{repo}/git/blobs/{file_sha}"],getCommit:["GET /repos/{owner}/{repo}/git/commits/{commit_sha}"],getRef:["GET /repos/{owner}/{repo}/git/ref/{ref}"],getTag:["GET /repos/{owner}/{repo}/git/tags/{tag_sha}"],getTree:["GET /repos/{owner}/{repo}/git/trees/{tree_sha}"],listMatchingRefs:["GET /repos/{owner}/{repo}/git/matching-refs/{ref}"],updateRef:["PATCH /repos/{owner}/{repo}/git/refs/{ref}"]},gitignore:{getAllTemplates:["GET /gitignore/templates"],getTemplate:["GET /gitignore/templates/{name}"]},interactions:{getRestrictionsForAuthenticatedUser:["GET /user/interaction-limits"],getRestrictionsForOrg:["GET /orgs/{org}/interaction-limits"],getRestrictionsForRepo:["GET /repos/{owner}/{repo}/interaction-limits"],getRestrictionsForYourPublicRepos:["GET /user/interaction-limits",{},{renamed:["interactions","getRestrictionsForAuthenticatedUser"]}],removeRestrictionsForAuthenticatedUser:["DELETE /user/interaction-limits"],removeRestrictionsForOrg:["DELETE /orgs/{org}/interaction-limits"],removeRestrictionsForRepo:["DELETE /repos/{owner}/{repo}/interaction-limits"],removeRestrictionsForYourPublicRepos:["DELETE /user/interaction-limits",{},{renamed:["interactions","removeRestrictionsForAuthenticatedUser"]}],setRestrictionsForAuthenticatedUser:["PUT /user/interaction-limits"],setRestrictionsForOrg:["PUT /orgs/{org}/interaction-limits"],setRestrictionsForRepo:["PUT /repos/{owner}/{repo}/interaction-limits"],setRestrictionsForYourPublicRepos:["PUT /user/interaction-limits",{},{renamed:["interactions","setRestrictionsForAuthenticatedUser"]}]},issues:{addAssignees:["POST /repos/{owner}/{repo}/issues/{issue_number}/assignees"],addLabels:["POST /repos/{owner}/{repo}/issues/{issue_number}/labels"],addSubIssue:["POST /repos/{owner}/{repo}/issues/{issue_number}/sub_issues"],checkUserCanBeAssigned:["GET /repos/{owner}/{repo}/assignees/{assignee}"],checkUserCanBeAssignedToIssue:["GET /repos/{owner}/{repo}/issues/{issue_number}/assignees/{assignee}"],create:["POST /repos/{owner}/{repo}/issues"],createComment:["POST /repos/{owner}/{repo}/issues/{issue_number}/comments"],createLabel:["POST /repos/{owner}/{repo}/labels"],createMilestone:["POST /repos/{owner}/{repo}/milestones"],deleteComment:["DELETE /repos/{owner}/{repo}/issues/comments/{comment_id}"],deleteLabel:["DELETE /repos/{owner}/{repo}/labels/{name}"],deleteMilestone:["DELETE /repos/{owner}/{repo}/milestones/{milestone_number}"],get:["GET /repos/{owner}/{repo}/issues/{issue_number}"],getComment:["GET /repos/{owner}/{repo}/issues/comments/{comment_id}"],getEvent:["GET /repos/{owner}/{repo}/issues/events/{event_id}"],getLabel:["GET /repos/{owner}/{repo}/labels/{name}"],getMilestone:["GET /repos/{owner}/{repo}/milestones/{milestone_number}"],list:["GET /issues"],listAssignees:["GET /repos/{owner}/{repo}/assignees"],listComments:["GET /repos/{owner}/{repo}/issues/{issue_number}/comments"],listCommentsForRepo:["GET /repos/{owner}/{repo}/issues/comments"],listEvents:["GET /repos/{owner}/{repo}/issues/{issue_number}/events"],listEventsForRepo:["GET /repos/{owner}/{repo}/issues/events"],listEventsForTimeline:["GET /repos/{owner}/{repo}/issues/{issue_number}/timeline"],listForAuthenticatedUser:["GET /user/issues"],listForOrg:["GET /orgs/{org}/issues"],listForRepo:["GET /repos/{owner}/{repo}/issues"],listLabelsForMilestone:["GET /repos/{owner}/{repo}/milestones/{milestone_number}/labels"],listLabelsForRepo:["GET /repos/{owner}/{repo}/labels"],listLabelsOnIssue:["GET /repos/{owner}/{repo}/issues/{issue_number}/labels"],listMilestones:["GET /repos/{owner}/{repo}/milestones"],listSubIssues:["GET /repos/{owner}/{repo}/issues/{issue_number}/sub_issues"],lock:["PUT /repos/{owner}/{repo}/issues/{issue_number}/lock"],removeAllLabels:["DELETE /repos/{owner}/{repo}/issues/{issue_number}/labels"],removeAssignees:["DELETE /repos/{owner}/{repo}/issues/{issue_number}/assignees"],removeLabel:["DELETE /repos/{owner}/{repo}/issues/{issue_number}/labels/{name}"],removeSubIssue:["DELETE /repos/{owner}/{repo}/issues/{issue_number}/sub_issue"],reprioritizeSubIssue:["PATCH /repos/{owner}/{repo}/issues/{issue_number}/sub_issues/priority"],setLabels:["PUT /repos/{owner}/{repo}/issues/{issue_number}/labels"],unlock:["DELETE /repos/{owner}/{repo}/issues/{issue_number}/lock"],update:["PATCH /repos/{owner}/{repo}/issues/{issue_number}"],updateComment:["PATCH /repos/{owner}/{repo}/issues/comments/{comment_id}"],updateLabel:["PATCH /repos/{owner}/{repo}/labels/{name}"],updateMilestone:["PATCH /repos/{owner}/{repo}/milestones/{milestone_number}"]},licenses:{get:["GET /licenses/{license}"],getAllCommonlyUsed:["GET /licenses"],getForRepo:["GET /repos/{owner}/{repo}/license"]},markdown:{render:["POST /markdown"],renderRaw:["POST /markdown/raw",{headers:{"content-type":"text/plain; charset=utf-8"}}]},meta:{get:["GET /meta"],getAllVersions:["GET /versions"],getOctocat:["GET /octocat"],getZen:["GET /zen"],root:["GET /"]},migrations:{deleteArchiveForAuthenticatedUser:["DELETE /user/migrations/{migration_id}/archive"],deleteArchiveForOrg:["DELETE /orgs/{org}/migrations/{migration_id}/archive"],downloadArchiveForOrg:["GET /orgs/{org}/migrations/{migration_id}/archive"],getArchiveForAuthenticatedUser:["GET /user/migrations/{migration_id}/archive"],getStatusForAuthenticatedUser:["GET /user/migrations/{migration_id}"],getStatusForOrg:["GET /orgs/{org}/migrations/{migration_id}"],listForAuthenticatedUser:["GET /user/migrations"],listForOrg:["GET /orgs/{org}/migrations"],listReposForAuthenticatedUser:["GET /user/migrations/{migration_id}/repositories"],listReposForOrg:["GET /orgs/{org}/migrations/{migration_id}/repositories"],listReposForUser:["GET /user/migrations/{migration_id}/repositories",{},{renamed:["migrations","listReposForAuthenticatedUser"]}],startForAuthenticatedUser:["POST /user/migrations"],startForOrg:["POST /orgs/{org}/migrations"],unlockRepoForAuthenticatedUser:["DELETE /user/migrations/{migration_id}/repos/{repo_name}/lock"],unlockRepoForOrg:["DELETE /orgs/{org}/migrations/{migration_id}/repos/{repo_name}/lock"]},oidc:{getOidcCustomSubTemplateForOrg:["GET /orgs/{org}/actions/oidc/customization/sub"],updateOidcCustomSubTemplateForOrg:["PUT /orgs/{org}/actions/oidc/customization/sub"]},orgs:{addSecurityManagerTeam:["PUT /orgs/{org}/security-managers/teams/{team_slug}",{},{deprecated:"octokit.rest.orgs.addSecurityManagerTeam() is deprecated, see https://docs.github.com/rest/orgs/security-managers#add-a-security-manager-team"}],assignTeamToOrgRole:["PUT /orgs/{org}/organization-roles/teams/{team_slug}/{role_id}"],assignUserToOrgRole:["PUT /orgs/{org}/organization-roles/users/{username}/{role_id}"],blockUser:["PUT /orgs/{org}/blocks/{username}"],cancelInvitation:["DELETE /orgs/{org}/invitations/{invitation_id}"],checkBlockedUser:["GET /orgs/{org}/blocks/{username}"],checkMembershipForUser:["GET /orgs/{org}/members/{username}"],checkPublicMembershipForUser:["GET /orgs/{org}/public_members/{username}"],convertMemberToOutsideCollaborator:["PUT /orgs/{org}/outside_collaborators/{username}"],createInvitation:["POST /orgs/{org}/invitations"],createOrUpdateCustomProperties:["PATCH /orgs/{org}/properties/schema"],createOrUpdateCustomPropertiesValuesForRepos:["PATCH /orgs/{org}/properties/values"],createOrUpdateCustomProperty:["PUT /orgs/{org}/properties/schema/{custom_property_name}"],createWebhook:["POST /orgs/{org}/hooks"],delete:["DELETE /orgs/{org}"],deleteWebhook:["DELETE /orgs/{org}/hooks/{hook_id}"],enableOrDisableSecurityProductOnAllOrgRepos:["POST /orgs/{org}/{security_product}/{enablement}",{},{deprecated:"octokit.rest.orgs.enableOrDisableSecurityProductOnAllOrgRepos() is deprecated, see https://docs.github.com/rest/orgs/orgs#enable-or-disable-a-security-feature-for-an-organization"}],get:["GET /orgs/{org}"],getAllCustomProperties:["GET /orgs/{org}/properties/schema"],getCustomProperty:["GET /orgs/{org}/properties/schema/{custom_property_name}"],getMembershipForAuthenticatedUser:["GET /user/memberships/orgs/{org}"],getMembershipForUser:["GET /orgs/{org}/memberships/{username}"],getOrgRole:["GET /orgs/{org}/organization-roles/{role_id}"],getWebhook:["GET /orgs/{org}/hooks/{hook_id}"],getWebhookConfigForOrg:["GET /orgs/{org}/hooks/{hook_id}/config"],getWebhookDelivery:["GET /orgs/{org}/hooks/{hook_id}/deliveries/{delivery_id}"],list:["GET /organizations"],listAppInstallations:["GET /orgs/{org}/installations"],listAttestations:["GET /orgs/{org}/attestations/{subject_digest}"],listBlockedUsers:["GET /orgs/{org}/blocks"],listCustomPropertiesValuesForRepos:["GET /orgs/{org}/properties/values"],listFailedInvitations:["GET /orgs/{org}/failed_invitations"],listForAuthenticatedUser:["GET /user/orgs"],listForUser:["GET /users/{username}/orgs"],listInvitationTeams:["GET /orgs/{org}/invitations/{invitation_id}/teams"],listMembers:["GET /orgs/{org}/members"],listMembershipsForAuthenticatedUser:["GET /user/memberships/orgs"],listOrgRoleTeams:["GET /orgs/{org}/organization-roles/{role_id}/teams"],listOrgRoleUsers:["GET /orgs/{org}/organization-roles/{role_id}/users"],listOrgRoles:["GET /orgs/{org}/organization-roles"],listOrganizationFineGrainedPermissions:["GET /orgs/{org}/organization-fine-grained-permissions"],listOutsideCollaborators:["GET /orgs/{org}/outside_collaborators"],listPatGrantRepositories:["GET /orgs/{org}/personal-access-tokens/{pat_id}/repositories"],listPatGrantRequestRepositories:["GET /orgs/{org}/personal-access-token-requests/{pat_request_id}/repositories"],listPatGrantRequests:["GET /orgs/{org}/personal-access-token-requests"],listPatGrants:["GET /orgs/{org}/personal-access-tokens"],listPendingInvitations:["GET /orgs/{org}/invitations"],listPublicMembers:["GET /orgs/{org}/public_members"],listSecurityManagerTeams:["GET /orgs/{org}/security-managers",{},{deprecated:"octokit.rest.orgs.listSecurityManagerTeams() is deprecated, see https://docs.github.com/rest/orgs/security-managers#list-security-manager-teams"}],listWebhookDeliveries:["GET /orgs/{org}/hooks/{hook_id}/deliveries"],listWebhooks:["GET /orgs/{org}/hooks"],pingWebhook:["POST /orgs/{org}/hooks/{hook_id}/pings"],redeliverWebhookDelivery:["POST /orgs/{org}/hooks/{hook_id}/deliveries/{delivery_id}/attempts"],removeCustomProperty:["DELETE /orgs/{org}/properties/schema/{custom_property_name}"],removeMember:["DELETE /orgs/{org}/members/{username}"],removeMembershipForUser:["DELETE /orgs/{org}/memberships/{username}"],removeOutsideCollaborator:["DELETE /orgs/{org}/outside_collaborators/{username}"],removePublicMembershipForAuthenticatedUser:["DELETE /orgs/{org}/public_members/{username}"],removeSecurityManagerTeam:["DELETE /orgs/{org}/security-managers/teams/{team_slug}",{},{deprecated:"octokit.rest.orgs.removeSecurityManagerTeam() is deprecated, see https://docs.github.com/rest/orgs/security-managers#remove-a-security-manager-team"}],reviewPatGrantRequest:["POST /orgs/{org}/personal-access-token-requests/{pat_request_id}"],reviewPatGrantRequestsInBulk:["POST /orgs/{org}/personal-access-token-requests"],revokeAllOrgRolesTeam:["DELETE /orgs/{org}/organization-roles/teams/{team_slug}"],revokeAllOrgRolesUser:["DELETE /orgs/{org}/organization-roles/users/{username}"],revokeOrgRoleTeam:["DELETE /orgs/{org}/organization-roles/teams/{team_slug}/{role_id}"],revokeOrgRoleUser:["DELETE /orgs/{org}/organization-roles/users/{username}/{role_id}"],setMembershipForUser:["PUT /orgs/{org}/memberships/{username}"],setPublicMembershipForAuthenticatedUser:["PUT /orgs/{org}/public_members/{username}"],unblockUser:["DELETE /orgs/{org}/blocks/{username}"],update:["PATCH /orgs/{org}"],updateMembershipForAuthenticatedUser:["PATCH /user/memberships/orgs/{org}"],updatePatAccess:["POST /orgs/{org}/personal-access-tokens/{pat_id}"],updatePatAccesses:["POST /orgs/{org}/personal-access-tokens"],updateWebhook:["PATCH /orgs/{org}/hooks/{hook_id}"],updateWebhookConfigForOrg:["PATCH /orgs/{org}/hooks/{hook_id}/config"]},packages:{deletePackageForAuthenticatedUser:["DELETE /user/packages/{package_type}/{package_name}"],deletePackageForOrg:["DELETE /orgs/{org}/packages/{package_type}/{package_name}"],deletePackageForUser:["DELETE /users/{username}/packages/{package_type}/{package_name}"],deletePackageVersionForAuthenticatedUser:["DELETE /user/packages/{package_type}/{package_name}/versions/{package_version_id}"],deletePackageVersionForOrg:["DELETE /orgs/{org}/packages/{package_type}/{package_name}/versions/{package_version_id}"],deletePackageVersionForUser:["DELETE /users/{username}/packages/{package_type}/{package_name}/versions/{package_version_id}"],getAllPackageVersionsForAPackageOwnedByAnOrg:["GET /orgs/{org}/packages/{package_type}/{package_name}/versions",{},{renamed:["packages","getAllPackageVersionsForPackageOwnedByOrg"]}],getAllPackageVersionsForAPackageOwnedByTheAuthenticatedUser:["GET /user/packages/{package_type}/{package_name}/versions",{},{renamed:["packages","getAllPackageVersionsForPackageOwnedByAuthenticatedUser"]}],getAllPackageVersionsForPackageOwnedByAuthenticatedUser:["GET /user/packages/{package_type}/{package_name}/versions"],getAllPackageVersionsForPackageOwnedByOrg:["GET /orgs/{org}/packages/{package_type}/{package_name}/versions"],getAllPackageVersionsForPackageOwnedByUser:["GET /users/{username}/packages/{package_type}/{package_name}/versions"],getPackageForAuthenticatedUser:["GET /user/packages/{package_type}/{package_name}"],getPackageForOrganization:["GET /orgs/{org}/packages/{package_type}/{package_name}"],getPackageForUser:["GET /users/{username}/packages/{package_type}/{package_name}"],getPackageVersionForAuthenticatedUser:["GET /user/packages/{package_type}/{package_name}/versions/{package_version_id}"],getPackageVersionForOrganization:["GET /orgs/{org}/packages/{package_type}/{package_name}/versions/{package_version_id}"],getPackageVersionForUser:["GET /users/{username}/packages/{package_type}/{package_name}/versions/{package_version_id}"],listDockerMigrationConflictingPackagesForAuthenticatedUser:["GET /user/docker/conflicts"],listDockerMigrationConflictingPackagesForOrganization:["GET /orgs/{org}/docker/conflicts"],listDockerMigrationConflictingPackagesForUser:["GET /users/{username}/docker/conflicts"],listPackagesForAuthenticatedUser:["GET /user/packages"],listPackagesForOrganization:["GET /orgs/{org}/packages"],listPackagesForUser:["GET /users/{username}/packages"],restorePackageForAuthenticatedUser:["POST /user/packages/{package_type}/{package_name}/restore{?token}"],restorePackageForOrg:["POST /orgs/{org}/packages/{package_type}/{package_name}/restore{?token}"],restorePackageForUser:["POST /users/{username}/packages/{package_type}/{package_name}/restore{?token}"],restorePackageVersionForAuthenticatedUser:["POST /user/packages/{package_type}/{package_name}/versions/{package_version_id}/restore"],restorePackageVersionForOrg:["POST /orgs/{org}/packages/{package_type}/{package_name}/versions/{package_version_id}/restore"],restorePackageVersionForUser:["POST /users/{username}/packages/{package_type}/{package_name}/versions/{package_version_id}/restore"]},privateRegistries:{createOrgPrivateRegistry:["POST /orgs/{org}/private-registries"],deleteOrgPrivateRegistry:["DELETE /orgs/{org}/private-registries/{secret_name}"],getOrgPrivateRegistry:["GET /orgs/{org}/private-registries/{secret_name}"],getOrgPublicKey:["GET /orgs/{org}/private-registries/public-key"],listOrgPrivateRegistries:["GET /orgs/{org}/private-registries"],updateOrgPrivateRegistry:["PATCH /orgs/{org}/private-registries/{secret_name}"]},projects:{addCollaborator:["PUT /projects/{project_id}/collaborators/{username}"],createCard:["POST /projects/columns/{column_id}/cards"],createColumn:["POST /projects/{project_id}/columns"],createForAuthenticatedUser:["POST /user/projects"],createForOrg:["POST /orgs/{org}/projects"],createForRepo:["POST /repos/{owner}/{repo}/projects"],delete:["DELETE /projects/{project_id}"],deleteCard:["DELETE /projects/columns/cards/{card_id}"],deleteColumn:["DELETE /projects/columns/{column_id}"],get:["GET /projects/{project_id}"],getCard:["GET /projects/columns/cards/{card_id}"],getColumn:["GET /projects/columns/{column_id}"],getPermissionForUser:["GET /projects/{project_id}/collaborators/{username}/permission"],listCards:["GET /projects/columns/{column_id}/cards"],listCollaborators:["GET /projects/{project_id}/collaborators"],listColumns:["GET /projects/{project_id}/columns"],listForOrg:["GET /orgs/{org}/projects"],listForRepo:["GET /repos/{owner}/{repo}/projects"],listForUser:["GET /users/{username}/projects"],moveCard:["POST /projects/columns/cards/{card_id}/moves"],moveColumn:["POST /projects/columns/{column_id}/moves"],removeCollaborator:["DELETE /projects/{project_id}/collaborators/{username}"],update:["PATCH /projects/{project_id}"],updateCard:["PATCH /projects/columns/cards/{card_id}"],updateColumn:["PATCH /projects/columns/{column_id}"]},pulls:{checkIfMerged:["GET /repos/{owner}/{repo}/pulls/{pull_number}/merge"],create:["POST /repos/{owner}/{repo}/pulls"],createReplyForReviewComment:["POST /repos/{owner}/{repo}/pulls/{pull_number}/comments/{comment_id}/replies"],createReview:["POST /repos/{owner}/{repo}/pulls/{pull_number}/reviews"],createReviewComment:["POST /repos/{owner}/{repo}/pulls/{pull_number}/comments"],deletePendingReview:["DELETE /repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}"],deleteReviewComment:["DELETE /repos/{owner}/{repo}/pulls/comments/{comment_id}"],dismissReview:["PUT /repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}/dismissals"],get:["GET /repos/{owner}/{repo}/pulls/{pull_number}"],getReview:["GET /repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}"],getReviewComment:["GET /repos/{owner}/{repo}/pulls/comments/{comment_id}"],list:["GET /repos/{owner}/{repo}/pulls"],listCommentsForReview:["GET /repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}/comments"],listCommits:["GET /repos/{owner}/{repo}/pulls/{pull_number}/commits"],listFiles:["GET /repos/{owner}/{repo}/pulls/{pull_number}/files"],listRequestedReviewers:["GET /repos/{owner}/{repo}/pulls/{pull_number}/requested_reviewers"],listReviewComments:["GET /repos/{owner}/{repo}/pulls/{pull_number}/comments"],listReviewCommentsForRepo:["GET /repos/{owner}/{repo}/pulls/comments"],listReviews:["GET /repos/{owner}/{repo}/pulls/{pull_number}/reviews"],merge:["PUT /repos/{owner}/{repo}/pulls/{pull_number}/merge"],removeRequestedReviewers:["DELETE /repos/{owner}/{repo}/pulls/{pull_number}/requested_reviewers"],requestReviewers:["POST /repos/{owner}/{repo}/pulls/{pull_number}/requested_reviewers"],submitReview:["POST /repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}/events"],update:["PATCH /repos/{owner}/{repo}/pulls/{pull_number}"],updateBranch:["PUT /repos/{owner}/{repo}/pulls/{pull_number}/update-branch"],updateReview:["PUT /repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}"],updateReviewComment:["PATCH /repos/{owner}/{repo}/pulls/comments/{comment_id}"]},rateLimit:{get:["GET /rate_limit"]},reactions:{createForCommitComment:["POST /repos/{owner}/{repo}/comments/{comment_id}/reactions"],createForIssue:["POST /repos/{owner}/{repo}/issues/{issue_number}/reactions"],createForIssueComment:["POST /repos/{owner}/{repo}/issues/comments/{comment_id}/reactions"],createForPullRequestReviewComment:["POST /repos/{owner}/{repo}/pulls/comments/{comment_id}/reactions"],createForRelease:["POST /repos/{owner}/{repo}/releases/{release_id}/reactions"],createForTeamDiscussionCommentInOrg:["POST /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}/reactions"],createForTeamDiscussionInOrg:["POST /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/reactions"],deleteForCommitComment:["DELETE /repos/{owner}/{repo}/comments/{comment_id}/reactions/{reaction_id}"],deleteForIssue:["DELETE /repos/{owner}/{repo}/issues/{issue_number}/reactions/{reaction_id}"],deleteForIssueComment:["DELETE /repos/{owner}/{repo}/issues/comments/{comment_id}/reactions/{reaction_id}"],deleteForPullRequestComment:["DELETE /repos/{owner}/{repo}/pulls/comments/{comment_id}/reactions/{reaction_id}"],deleteForRelease:["DELETE /repos/{owner}/{repo}/releases/{release_id}/reactions/{reaction_id}"],deleteForTeamDiscussion:["DELETE /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/reactions/{reaction_id}"],deleteForTeamDiscussionComment:["DELETE /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}/reactions/{reaction_id}"],listForCommitComment:["GET /repos/{owner}/{repo}/comments/{comment_id}/reactions"],listForIssue:["GET /repos/{owner}/{repo}/issues/{issue_number}/reactions"],listForIssueComment:["GET /repos/{owner}/{repo}/issues/comments/{comment_id}/reactions"],listForPullRequestReviewComment:["GET /repos/{owner}/{repo}/pulls/comments/{comment_id}/reactions"],listForRelease:["GET /repos/{owner}/{repo}/releases/{release_id}/reactions"],listForTeamDiscussionCommentInOrg:["GET /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}/reactions"],listForTeamDiscussionInOrg:["GET /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/reactions"]},repos:{acceptInvitation:["PATCH /user/repository_invitations/{invitation_id}",{},{renamed:["repos","acceptInvitationForAuthenticatedUser"]}],acceptInvitationForAuthenticatedUser:["PATCH /user/repository_invitations/{invitation_id}"],addAppAccessRestrictions:["POST /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/apps",{},{mapToData:"apps"}],addCollaborator:["PUT /repos/{owner}/{repo}/collaborators/{username}"],addStatusCheckContexts:["POST /repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks/contexts",{},{mapToData:"contexts"}],addTeamAccessRestrictions:["POST /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/teams",{},{mapToData:"teams"}],addUserAccessRestrictions:["POST /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/users",{},{mapToData:"users"}],cancelPagesDeployment:["POST /repos/{owner}/{repo}/pages/deployments/{pages_deployment_id}/cancel"],checkAutomatedSecurityFixes:["GET /repos/{owner}/{repo}/automated-security-fixes"],checkCollaborator:["GET /repos/{owner}/{repo}/collaborators/{username}"],checkPrivateVulnerabilityReporting:["GET /repos/{owner}/{repo}/private-vulnerability-reporting"],checkVulnerabilityAlerts:["GET /repos/{owner}/{repo}/vulnerability-alerts"],codeownersErrors:["GET /repos/{owner}/{repo}/codeowners/errors"],compareCommits:["GET /repos/{owner}/{repo}/compare/{base}...{head}"],compareCommitsWithBasehead:["GET /repos/{owner}/{repo}/compare/{basehead}"],createAttestation:["POST /repos/{owner}/{repo}/attestations"],createAutolink:["POST /repos/{owner}/{repo}/autolinks"],createCommitComment:["POST /repos/{owner}/{repo}/commits/{commit_sha}/comments"],createCommitSignatureProtection:["POST /repos/{owner}/{repo}/branches/{branch}/protection/required_signatures"],createCommitStatus:["POST /repos/{owner}/{repo}/statuses/{sha}"],createDeployKey:["POST /repos/{owner}/{repo}/keys"],createDeployment:["POST /repos/{owner}/{repo}/deployments"],createDeploymentBranchPolicy:["POST /repos/{owner}/{repo}/environments/{environment_name}/deployment-branch-policies"],createDeploymentProtectionRule:["POST /repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules"],createDeploymentStatus:["POST /repos/{owner}/{repo}/deployments/{deployment_id}/statuses"],createDispatchEvent:["POST /repos/{owner}/{repo}/dispatches"],createForAuthenticatedUser:["POST /user/repos"],createFork:["POST /repos/{owner}/{repo}/forks"],createInOrg:["POST /orgs/{org}/repos"],createOrUpdateCustomPropertiesValues:["PATCH /repos/{owner}/{repo}/properties/values"],createOrUpdateEnvironment:["PUT /repos/{owner}/{repo}/environments/{environment_name}"],createOrUpdateFileContents:["PUT /repos/{owner}/{repo}/contents/{path}"],createOrgRuleset:["POST /orgs/{org}/rulesets"],createPagesDeployment:["POST /repos/{owner}/{repo}/pages/deployments"],createPagesSite:["POST /repos/{owner}/{repo}/pages"],createRelease:["POST /repos/{owner}/{repo}/releases"],createRepoRuleset:["POST /repos/{owner}/{repo}/rulesets"],createUsingTemplate:["POST /repos/{template_owner}/{template_repo}/generate"],createWebhook:["POST /repos/{owner}/{repo}/hooks"],declineInvitation:["DELETE /user/repository_invitations/{invitation_id}",{},{renamed:["repos","declineInvitationForAuthenticatedUser"]}],declineInvitationForAuthenticatedUser:["DELETE /user/repository_invitations/{invitation_id}"],delete:["DELETE /repos/{owner}/{repo}"],deleteAccessRestrictions:["DELETE /repos/{owner}/{repo}/branches/{branch}/protection/restrictions"],deleteAdminBranchProtection:["DELETE /repos/{owner}/{repo}/branches/{branch}/protection/enforce_admins"],deleteAnEnvironment:["DELETE /repos/{owner}/{repo}/environments/{environment_name}"],deleteAutolink:["DELETE /repos/{owner}/{repo}/autolinks/{autolink_id}"],deleteBranchProtection:["DELETE /repos/{owner}/{repo}/branches/{branch}/protection"],deleteCommitComment:["DELETE /repos/{owner}/{repo}/comments/{comment_id}"],deleteCommitSignatureProtection:["DELETE /repos/{owner}/{repo}/branches/{branch}/protection/required_signatures"],deleteDeployKey:["DELETE /repos/{owner}/{repo}/keys/{key_id}"],deleteDeployment:["DELETE /repos/{owner}/{repo}/deployments/{deployment_id}"],deleteDeploymentBranchPolicy:["DELETE /repos/{owner}/{repo}/environments/{environment_name}/deployment-branch-policies/{branch_policy_id}"],deleteFile:["DELETE /repos/{owner}/{repo}/contents/{path}"],deleteInvitation:["DELETE /repos/{owner}/{repo}/invitations/{invitation_id}"],deleteOrgRuleset:["DELETE /orgs/{org}/rulesets/{ruleset_id}"],deletePagesSite:["DELETE /repos/{owner}/{repo}/pages"],deletePullRequestReviewProtection:["DELETE /repos/{owner}/{repo}/branches/{branch}/protection/required_pull_request_reviews"],deleteRelease:["DELETE /repos/{owner}/{repo}/releases/{release_id}"],deleteReleaseAsset:["DELETE /repos/{owner}/{repo}/releases/assets/{asset_id}"],deleteRepoRuleset:["DELETE /repos/{owner}/{repo}/rulesets/{ruleset_id}"],deleteWebhook:["DELETE /repos/{owner}/{repo}/hooks/{hook_id}"],disableAutomatedSecurityFixes:["DELETE /repos/{owner}/{repo}/automated-security-fixes"],disableDeploymentProtectionRule:["DELETE /repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules/{protection_rule_id}"],disablePrivateVulnerabilityReporting:["DELETE /repos/{owner}/{repo}/private-vulnerability-reporting"],disableVulnerabilityAlerts:["DELETE /repos/{owner}/{repo}/vulnerability-alerts"],downloadArchive:["GET /repos/{owner}/{repo}/zipball/{ref}",{},{renamed:["repos","downloadZipballArchive"]}],downloadTarballArchive:["GET /repos/{owner}/{repo}/tarball/{ref}"],downloadZipballArchive:["GET /repos/{owner}/{repo}/zipball/{ref}"],enableAutomatedSecurityFixes:["PUT /repos/{owner}/{repo}/automated-security-fixes"],enablePrivateVulnerabilityReporting:["PUT /repos/{owner}/{repo}/private-vulnerability-reporting"],enableVulnerabilityAlerts:["PUT /repos/{owner}/{repo}/vulnerability-alerts"],generateReleaseNotes:["POST /repos/{owner}/{repo}/releases/generate-notes"],get:["GET /repos/{owner}/{repo}"],getAccessRestrictions:["GET /repos/{owner}/{repo}/branches/{branch}/protection/restrictions"],getAdminBranchProtection:["GET /repos/{owner}/{repo}/branches/{branch}/protection/enforce_admins"],getAllDeploymentProtectionRules:["GET /repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules"],getAllEnvironments:["GET /repos/{owner}/{repo}/environments"],getAllStatusCheckContexts:["GET /repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks/contexts"],getAllTopics:["GET /repos/{owner}/{repo}/topics"],getAppsWithAccessToProtectedBranch:["GET /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/apps"],getAutolink:["GET /repos/{owner}/{repo}/autolinks/{autolink_id}"],getBranch:["GET /repos/{owner}/{repo}/branches/{branch}"],getBranchProtection:["GET /repos/{owner}/{repo}/branches/{branch}/protection"],getBranchRules:["GET /repos/{owner}/{repo}/rules/branches/{branch}"],getClones:["GET /repos/{owner}/{repo}/traffic/clones"],getCodeFrequencyStats:["GET /repos/{owner}/{repo}/stats/code_frequency"],getCollaboratorPermissionLevel:["GET /repos/{owner}/{repo}/collaborators/{username}/permission"],getCombinedStatusForRef:["GET /repos/{owner}/{repo}/commits/{ref}/status"],getCommit:["GET /repos/{owner}/{repo}/commits/{ref}"],getCommitActivityStats:["GET /repos/{owner}/{repo}/stats/commit_activity"],getCommitComment:["GET /repos/{owner}/{repo}/comments/{comment_id}"],getCommitSignatureProtection:["GET /repos/{owner}/{repo}/branches/{branch}/protection/required_signatures"],getCommunityProfileMetrics:["GET /repos/{owner}/{repo}/community/profile"],getContent:["GET /repos/{owner}/{repo}/contents/{path}"],getContributorsStats:["GET /repos/{owner}/{repo}/stats/contributors"],getCustomDeploymentProtectionRule:["GET /repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules/{protection_rule_id}"],getCustomPropertiesValues:["GET /repos/{owner}/{repo}/properties/values"],getDeployKey:["GET /repos/{owner}/{repo}/keys/{key_id}"],getDeployment:["GET /repos/{owner}/{repo}/deployments/{deployment_id}"],getDeploymentBranchPolicy:["GET /repos/{owner}/{repo}/environments/{environment_name}/deployment-branch-policies/{branch_policy_id}"],getDeploymentStatus:["GET /repos/{owner}/{repo}/deployments/{deployment_id}/statuses/{status_id}"],getEnvironment:["GET /repos/{owner}/{repo}/environments/{environment_name}"],getLatestPagesBuild:["GET /repos/{owner}/{repo}/pages/builds/latest"],getLatestRelease:["GET /repos/{owner}/{repo}/releases/latest"],getOrgRuleSuite:["GET /orgs/{org}/rulesets/rule-suites/{rule_suite_id}"],getOrgRuleSuites:["GET /orgs/{org}/rulesets/rule-suites"],getOrgRuleset:["GET /orgs/{org}/rulesets/{ruleset_id}"],getOrgRulesets:["GET /orgs/{org}/rulesets"],getPages:["GET /repos/{owner}/{repo}/pages"],getPagesBuild:["GET /repos/{owner}/{repo}/pages/builds/{build_id}"],getPagesDeployment:["GET /repos/{owner}/{repo}/pages/deployments/{pages_deployment_id}"],getPagesHealthCheck:["GET /repos/{owner}/{repo}/pages/health"],getParticipationStats:["GET /repos/{owner}/{repo}/stats/participation"],getPullRequestReviewProtection:["GET /repos/{owner}/{repo}/branches/{branch}/protection/required_pull_request_reviews"],getPunchCardStats:["GET /repos/{owner}/{repo}/stats/punch_card"],getReadme:["GET /repos/{owner}/{repo}/readme"],getReadmeInDirectory:["GET /repos/{owner}/{repo}/readme/{dir}"],getRelease:["GET /repos/{owner}/{repo}/releases/{release_id}"],getReleaseAsset:["GET /repos/{owner}/{repo}/releases/assets/{asset_id}"],getReleaseByTag:["GET /repos/{owner}/{repo}/releases/tags/{tag}"],getRepoRuleSuite:["GET /repos/{owner}/{repo}/rulesets/rule-suites/{rule_suite_id}"],getRepoRuleSuites:["GET /repos/{owner}/{repo}/rulesets/rule-suites"],getRepoRuleset:["GET /repos/{owner}/{repo}/rulesets/{ruleset_id}"],getRepoRulesets:["GET /repos/{owner}/{repo}/rulesets"],getStatusChecksProtection:["GET /repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks"],getTeamsWithAccessToProtectedBranch:["GET /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/teams"],getTopPaths:["GET /repos/{owner}/{repo}/traffic/popular/paths"],getTopReferrers:["GET /repos/{owner}/{repo}/traffic/popular/referrers"],getUsersWithAccessToProtectedBranch:["GET /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/users"],getViews:["GET /repos/{owner}/{repo}/traffic/views"],getWebhook:["GET /repos/{owner}/{repo}/hooks/{hook_id}"],getWebhookConfigForRepo:["GET /repos/{owner}/{repo}/hooks/{hook_id}/config"],getWebhookDelivery:["GET /repos/{owner}/{repo}/hooks/{hook_id}/deliveries/{delivery_id}"],listActivities:["GET /repos/{owner}/{repo}/activity"],listAttestations:["GET /repos/{owner}/{repo}/attestations/{subject_digest}"],listAutolinks:["GET /repos/{owner}/{repo}/autolinks"],listBranches:["GET /repos/{owner}/{repo}/branches"],listBranchesForHeadCommit:["GET /repos/{owner}/{repo}/commits/{commit_sha}/branches-where-head"],listCollaborators:["GET /repos/{owner}/{repo}/collaborators"],listCommentsForCommit:["GET /repos/{owner}/{repo}/commits/{commit_sha}/comments"],listCommitCommentsForRepo:["GET /repos/{owner}/{repo}/comments"],listCommitStatusesForRef:["GET /repos/{owner}/{repo}/commits/{ref}/statuses"],listCommits:["GET /repos/{owner}/{repo}/commits"],listContributors:["GET /repos/{owner}/{repo}/contributors"],listCustomDeploymentRuleIntegrations:["GET /repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules/apps"],listDeployKeys:["GET /repos/{owner}/{repo}/keys"],listDeploymentBranchPolicies:["GET /repos/{owner}/{repo}/environments/{environment_name}/deployment-branch-policies"],listDeploymentStatuses:["GET /repos/{owner}/{repo}/deployments/{deployment_id}/statuses"],listDeployments:["GET /repos/{owner}/{repo}/deployments"],listForAuthenticatedUser:["GET /user/repos"],listForOrg:["GET /orgs/{org}/repos"],listForUser:["GET /users/{username}/repos"],listForks:["GET /repos/{owner}/{repo}/forks"],listInvitations:["GET /repos/{owner}/{repo}/invitations"],listInvitationsForAuthenticatedUser:["GET /user/repository_invitations"],listLanguages:["GET /repos/{owner}/{repo}/languages"],listPagesBuilds:["GET /repos/{owner}/{repo}/pages/builds"],listPublic:["GET /repositories"],listPullRequestsAssociatedWithCommit:["GET /repos/{owner}/{repo}/commits/{commit_sha}/pulls"],listReleaseAssets:["GET /repos/{owner}/{repo}/releases/{release_id}/assets"],listReleases:["GET /repos/{owner}/{repo}/releases"],listTags:["GET /repos/{owner}/{repo}/tags"],listTeams:["GET /repos/{owner}/{repo}/teams"],listWebhookDeliveries:["GET /repos/{owner}/{repo}/hooks/{hook_id}/deliveries"],listWebhooks:["GET /repos/{owner}/{repo}/hooks"],merge:["POST /repos/{owner}/{repo}/merges"],mergeUpstream:["POST /repos/{owner}/{repo}/merge-upstream"],pingWebhook:["POST /repos/{owner}/{repo}/hooks/{hook_id}/pings"],redeliverWebhookDelivery:["POST /repos/{owner}/{repo}/hooks/{hook_id}/deliveries/{delivery_id}/attempts"],removeAppAccessRestrictions:["DELETE /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/apps",{},{mapToData:"apps"}],removeCollaborator:["DELETE /repos/{owner}/{repo}/collaborators/{username}"],removeStatusCheckContexts:["DELETE /repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks/contexts",{},{mapToData:"contexts"}],removeStatusCheckProtection:["DELETE /repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks"],removeTeamAccessRestrictions:["DELETE /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/teams",{},{mapToData:"teams"}],removeUserAccessRestrictions:["DELETE /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/users",{},{mapToData:"users"}],renameBranch:["POST /repos/{owner}/{repo}/branches/{branch}/rename"],replaceAllTopics:["PUT /repos/{owner}/{repo}/topics"],requestPagesBuild:["POST /repos/{owner}/{repo}/pages/builds"],setAdminBranchProtection:["POST /repos/{owner}/{repo}/branches/{branch}/protection/enforce_admins"],setAppAccessRestrictions:["PUT /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/apps",{},{mapToData:"apps"}],setStatusCheckContexts:["PUT /repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks/contexts",{},{mapToData:"contexts"}],setTeamAccessRestrictions:["PUT /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/teams",{},{mapToData:"teams"}],setUserAccessRestrictions:["PUT /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/users",{},{mapToData:"users"}],testPushWebhook:["POST /repos/{owner}/{repo}/hooks/{hook_id}/tests"],transfer:["POST /repos/{owner}/{repo}/transfer"],update:["PATCH /repos/{owner}/{repo}"],updateBranchProtection:["PUT /repos/{owner}/{repo}/branches/{branch}/protection"],updateCommitComment:["PATCH /repos/{owner}/{repo}/comments/{comment_id}"],updateDeploymentBranchPolicy:["PUT /repos/{owner}/{repo}/environments/{environment_name}/deployment-branch-policies/{branch_policy_id}"],updateInformationAboutPagesSite:["PUT /repos/{owner}/{repo}/pages"],updateInvitation:["PATCH /repos/{owner}/{repo}/invitations/{invitation_id}"],updateOrgRuleset:["PUT /orgs/{org}/rulesets/{ruleset_id}"],updatePullRequestReviewProtection:["PATCH /repos/{owner}/{repo}/branches/{branch}/protection/required_pull_request_reviews"],updateRelease:["PATCH /repos/{owner}/{repo}/releases/{release_id}"],updateReleaseAsset:["PATCH /repos/{owner}/{repo}/releases/assets/{asset_id}"],updateRepoRuleset:["PUT /repos/{owner}/{repo}/rulesets/{ruleset_id}"],updateStatusCheckPotection:["PATCH /repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks",{},{renamed:["repos","updateStatusCheckProtection"]}],updateStatusCheckProtection:["PATCH /repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks"],updateWebhook:["PATCH /repos/{owner}/{repo}/hooks/{hook_id}"],updateWebhookConfigForRepo:["PATCH /repos/{owner}/{repo}/hooks/{hook_id}/config"],uploadReleaseAsset:["POST /repos/{owner}/{repo}/releases/{release_id}/assets{?name,label}",{baseUrl:"https://uploads.github.com"}]},search:{code:["GET /search/code"],commits:["GET /search/commits"],issuesAndPullRequests:["GET /search/issues"],labels:["GET /search/labels"],repos:["GET /search/repositories"],topics:["GET /search/topics"],users:["GET /search/users"]},secretScanning:{createPushProtectionBypass:["POST /repos/{owner}/{repo}/secret-scanning/push-protection-bypasses"],getAlert:["GET /repos/{owner}/{repo}/secret-scanning/alerts/{alert_number}"],getScanHistory:["GET /repos/{owner}/{repo}/secret-scanning/scan-history"],listAlertsForEnterprise:["GET /enterprises/{enterprise}/secret-scanning/alerts"],listAlertsForOrg:["GET /orgs/{org}/secret-scanning/alerts"],listAlertsForRepo:["GET /repos/{owner}/{repo}/secret-scanning/alerts"],listLocationsForAlert:["GET /repos/{owner}/{repo}/secret-scanning/alerts/{alert_number}/locations"],updateAlert:["PATCH /repos/{owner}/{repo}/secret-scanning/alerts/{alert_number}"]},securityAdvisories:{createFork:["POST /repos/{owner}/{repo}/security-advisories/{ghsa_id}/forks"],createPrivateVulnerabilityReport:["POST /repos/{owner}/{repo}/security-advisories/reports"],createRepositoryAdvisory:["POST /repos/{owner}/{repo}/security-advisories"],createRepositoryAdvisoryCveRequest:["POST /repos/{owner}/{repo}/security-advisories/{ghsa_id}/cve"],getGlobalAdvisory:["GET /advisories/{ghsa_id}"],getRepositoryAdvisory:["GET /repos/{owner}/{repo}/security-advisories/{ghsa_id}"],listGlobalAdvisories:["GET /advisories"],listOrgRepositoryAdvisories:["GET /orgs/{org}/security-advisories"],listRepositoryAdvisories:["GET /repos/{owner}/{repo}/security-advisories"],updateRepositoryAdvisory:["PATCH /repos/{owner}/{repo}/security-advisories/{ghsa_id}"]},teams:{addOrUpdateMembershipForUserInOrg:["PUT /orgs/{org}/teams/{team_slug}/memberships/{username}"],addOrUpdateProjectPermissionsInOrg:["PUT /orgs/{org}/teams/{team_slug}/projects/{project_id}"],addOrUpdateRepoPermissionsInOrg:["PUT /orgs/{org}/teams/{team_slug}/repos/{owner}/{repo}"],checkPermissionsForProjectInOrg:["GET /orgs/{org}/teams/{team_slug}/projects/{project_id}"],checkPermissionsForRepoInOrg:["GET /orgs/{org}/teams/{team_slug}/repos/{owner}/{repo}"],create:["POST /orgs/{org}/teams"],createDiscussionCommentInOrg:["POST /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments"],createDiscussionInOrg:["POST /orgs/{org}/teams/{team_slug}/discussions"],deleteDiscussionCommentInOrg:["DELETE /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}"],deleteDiscussionInOrg:["DELETE /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}"],deleteInOrg:["DELETE /orgs/{org}/teams/{team_slug}"],getByName:["GET /orgs/{org}/teams/{team_slug}"],getDiscussionCommentInOrg:["GET /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}"],getDiscussionInOrg:["GET /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}"],getMembershipForUserInOrg:["GET /orgs/{org}/teams/{team_slug}/memberships/{username}"],list:["GET /orgs/{org}/teams"],listChildInOrg:["GET /orgs/{org}/teams/{team_slug}/teams"],listDiscussionCommentsInOrg:["GET /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments"],listDiscussionsInOrg:["GET /orgs/{org}/teams/{team_slug}/discussions"],listForAuthenticatedUser:["GET /user/teams"],listMembersInOrg:["GET /orgs/{org}/teams/{team_slug}/members"],listPendingInvitationsInOrg:["GET /orgs/{org}/teams/{team_slug}/invitations"],listProjectsInOrg:["GET /orgs/{org}/teams/{team_slug}/projects"],listReposInOrg:["GET /orgs/{org}/teams/{team_slug}/repos"],removeMembershipForUserInOrg:["DELETE /orgs/{org}/teams/{team_slug}/memberships/{username}"],removeProjectInOrg:["DELETE /orgs/{org}/teams/{team_slug}/projects/{project_id}"],removeRepoInOrg:["DELETE /orgs/{org}/teams/{team_slug}/repos/{owner}/{repo}"],updateDiscussionCommentInOrg:["PATCH /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}"],updateDiscussionInOrg:["PATCH /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}"],updateInOrg:["PATCH /orgs/{org}/teams/{team_slug}"]},users:{addEmailForAuthenticated:["POST /user/emails",{},{renamed:["users","addEmailForAuthenticatedUser"]}],addEmailForAuthenticatedUser:["POST /user/emails"],addSocialAccountForAuthenticatedUser:["POST /user/social_accounts"],block:["PUT /user/blocks/{username}"],checkBlocked:["GET /user/blocks/{username}"],checkFollowingForUser:["GET /users/{username}/following/{target_user}"],checkPersonIsFollowedByAuthenticated:["GET /user/following/{username}"],createGpgKeyForAuthenticated:["POST /user/gpg_keys",{},{renamed:["users","createGpgKeyForAuthenticatedUser"]}],createGpgKeyForAuthenticatedUser:["POST /user/gpg_keys"],createPublicSshKeyForAuthenticated:["POST /user/keys",{},{renamed:["users","createPublicSshKeyForAuthenticatedUser"]}],createPublicSshKeyForAuthenticatedUser:["POST /user/keys"],createSshSigningKeyForAuthenticatedUser:["POST /user/ssh_signing_keys"],deleteEmailForAuthenticated:["DELETE /user/emails",{},{renamed:["users","deleteEmailForAuthenticatedUser"]}],deleteEmailForAuthenticatedUser:["DELETE /user/emails"],deleteGpgKeyForAuthenticated:["DELETE /user/gpg_keys/{gpg_key_id}",{},{renamed:["users","deleteGpgKeyForAuthenticatedUser"]}],deleteGpgKeyForAuthenticatedUser:["DELETE /user/gpg_keys/{gpg_key_id}"],deletePublicSshKeyForAuthenticated:["DELETE /user/keys/{key_id}",{},{renamed:["users","deletePublicSshKeyForAuthenticatedUser"]}],deletePublicSshKeyForAuthenticatedUser:["DELETE /user/keys/{key_id}"],deleteSocialAccountForAuthenticatedUser:["DELETE /user/social_accounts"],deleteSshSigningKeyForAuthenticatedUser:["DELETE /user/ssh_signing_keys/{ssh_signing_key_id}"],follow:["PUT /user/following/{username}"],getAuthenticated:["GET /user"],getById:["GET /user/{account_id}"],getByUsername:["GET /users/{username}"],getContextForUser:["GET /users/{username}/hovercard"],getGpgKeyForAuthenticated:["GET /user/gpg_keys/{gpg_key_id}",{},{renamed:["users","getGpgKeyForAuthenticatedUser"]}],getGpgKeyForAuthenticatedUser:["GET /user/gpg_keys/{gpg_key_id}"],getPublicSshKeyForAuthenticated:["GET /user/keys/{key_id}",{},{renamed:["users","getPublicSshKeyForAuthenticatedUser"]}],getPublicSshKeyForAuthenticatedUser:["GET /user/keys/{key_id}"],getSshSigningKeyForAuthenticatedUser:["GET /user/ssh_signing_keys/{ssh_signing_key_id}"],list:["GET /users"],listAttestations:["GET /users/{username}/attestations/{subject_digest}"],listBlockedByAuthenticated:["GET /user/blocks",{},{renamed:["users","listBlockedByAuthenticatedUser"]}],listBlockedByAuthenticatedUser:["GET /user/blocks"],listEmailsForAuthenticated:["GET /user/emails",{},{renamed:["users","listEmailsForAuthenticatedUser"]}],listEmailsForAuthenticatedUser:["GET /user/emails"],listFollowedByAuthenticated:["GET /user/following",{},{renamed:["users","listFollowedByAuthenticatedUser"]}],listFollowedByAuthenticatedUser:["GET /user/following"],listFollowersForAuthenticatedUser:["GET /user/followers"],listFollowersForUser:["GET /users/{username}/followers"],listFollowingForUser:["GET /users/{username}/following"],listGpgKeysForAuthenticated:["GET /user/gpg_keys",{},{renamed:["users","listGpgKeysForAuthenticatedUser"]}],listGpgKeysForAuthenticatedUser:["GET /user/gpg_keys"],listGpgKeysForUser:["GET /users/{username}/gpg_keys"],listPublicEmailsForAuthenticated:["GET /user/public_emails",{},{renamed:["users","listPublicEmailsForAuthenticatedUser"]}],listPublicEmailsForAuthenticatedUser:["GET /user/public_emails"],listPublicKeysForUser:["GET /users/{username}/keys"],listPublicSshKeysForAuthenticated:["GET /user/keys",{},{renamed:["users","listPublicSshKeysForAuthenticatedUser"]}],listPublicSshKeysForAuthenticatedUser:["GET /user/keys"],listSocialAccountsForAuthenticatedUser:["GET /user/social_accounts"],listSocialAccountsForUser:["GET /users/{username}/social_accounts"],listSshSigningKeysForAuthenticatedUser:["GET /user/ssh_signing_keys"],listSshSigningKeysForUser:["GET /users/{username}/ssh_signing_keys"],setPrimaryEmailVisibilityForAuthenticated:["PATCH /user/email/visibility",{},{renamed:["users","setPrimaryEmailVisibilityForAuthenticatedUser"]}],setPrimaryEmailVisibilityForAuthenticatedUser:["PATCH /user/email/visibility"],unblock:["DELETE /user/blocks/{username}"],unfollow:["DELETE /user/following/{username}"],updateAuthenticated:["PATCH /user"]}};var cf=Qh;var t_=new Map;for(const[ml,Al]of Object.entries(cf)){for(const[Rl,zl]of Object.entries(Al)){const[Al,rd,yh]=zl;const[kh,Qh]=Al.split(/ /);const cf=Object.assign({method:kh,url:Qh},rd);if(!t_.has(ml)){t_.set(ml,new Map)}t_.get(ml).set(Rl,{scope:ml,methodName:Rl,endpointDefaults:cf,decorations:yh})}}var r_={has({scope:ml},Al){return t_.get(ml).has(Al)},getOwnPropertyDescriptor(ml,Al){return{value:this.get(ml,Al),configurable:true,writable:true,enumerable:true}},defineProperty(ml,Al,Rl){Object.defineProperty(ml.cache,Al,Rl);return true},deleteProperty(ml,Al){delete ml.cache[Al];return true},ownKeys({scope:ml}){return[...t_.get(ml).keys()]},set(ml,Al,Rl){return ml.cache[Al]=Rl},get({octokit:ml,scope:Al,cache:Rl},zl){if(Rl[zl]){return Rl[zl]}const rd=t_.get(Al).get(zl);if(!rd){return void 0}const{endpointDefaults:yh,decorations:kh}=rd;if(kh){Rl[zl]=decorate(ml,Al,zl,yh,kh)}else{Rl[zl]=ml.request.defaults(yh)}return Rl[zl]}};function endpointsToMethods(ml){const Al={};for(const Rl of t_.keys()){Al[Rl]=new Proxy({octokit:ml,scope:Rl,cache:{}},r_)}return Al}function decorate(ml,Al,Rl,zl,rd){const yh=ml.request.defaults(zl);function withDecorations(...zl){let kh=yh.endpoint.merge(...zl);if(rd.mapToData){kh=Object.assign({},kh,{data:kh[rd.mapToData],[rd.mapToData]:void 0});return yh(kh)}if(rd.renamed){const[zl,yh]=rd.renamed;ml.log.warn(`octokit.${Al}.${Rl}() has been renamed to octokit.${zl}.${yh}()`)}if(rd.deprecated){ml.log.warn(rd.deprecated)}if(rd.renamedParameters){const kh=yh.endpoint.merge(...zl);for(const[zl,yh]of Object.entries(rd.renamedParameters)){if(zl in kh){ml.log.warn(`"${zl}" parameter is deprecated for "octokit.${Al}.${Rl}()". Use "${yh}" instead`);if(!(yh in kh)){kh[yh]=kh[zl]}delete kh[zl]}}return yh(kh)}return yh(...zl)}return Object.assign(withDecorations,yh)}function restEndpointMethods(ml){const Al=endpointsToMethods(ml);return{rest:Al}}restEndpointMethods.VERSION=kh;function legacyRestEndpointMethods(ml){const Al=endpointsToMethods(ml);return{...Al,rest:Al}}legacyRestEndpointMethods.VERSION=kh;0&&0},93708:(ml,Al,Rl)=>{"use strict";var zl=Object.create;var rd=Object.defineProperty;var yh=Object.getOwnPropertyDescriptor;var kh=Object.getOwnPropertyNames;var Qh=Object.getPrototypeOf;var cf=Object.prototype.hasOwnProperty;var __export=(ml,Al)=>{for(var Rl in Al)rd(ml,Rl,{get:Al[Rl],enumerable:true})};var __copyProps=(ml,Al,Rl,zl)=>{if(Al&&typeof Al==="object"||typeof Al==="function"){for(let Qh of kh(Al))if(!cf.call(ml,Qh)&&Qh!==Rl)rd(ml,Qh,{get:()=>Al[Qh],enumerable:!(zl=yh(Al,Qh))||zl.enumerable})}return ml};var __toESM=(ml,Al,Rl)=>(Rl=ml!=null?zl(Qh(ml)):{},__copyProps(Al||!ml||!ml.__esModule?rd(Rl,"default",{value:ml,enumerable:true}):Rl,ml));var __toCommonJS=ml=>__copyProps(rd({},"__esModule",{value:true}),ml);var t_={};__export(t_,{RequestError:()=>S_});ml.exports=__toCommonJS(t_);var r_=Rl(14150);var u_=__toESM(Rl(55560));var C_=(0,u_.default)(ml=>console.warn(ml));var D_=(0,u_.default)(ml=>console.warn(ml));var S_=class extends Error{constructor(ml,Al,Rl){super(ml);if(Error.captureStackTrace){Error.captureStackTrace(this,this.constructor)}this.name="HttpError";this.status=Al;let zl;if("headers"in Rl&&typeof Rl.headers!=="undefined"){zl=Rl.headers}if("response"in Rl){this.response=Rl.response;zl=Rl.response.headers}const rd=Object.assign({},Rl.request);if(Rl.request.headers.authorization){rd.headers=Object.assign({},Rl.request.headers,{authorization:Rl.request.headers.authorization.replace(/(?{"use strict";var zl=Object.defineProperty;var rd=Object.getOwnPropertyDescriptor;var yh=Object.getOwnPropertyNames;var kh=Object.prototype.hasOwnProperty;var __export=(ml,Al)=>{for(var Rl in Al)zl(ml,Rl,{get:Al[Rl],enumerable:true})};var __copyProps=(ml,Al,Rl,Qh)=>{if(Al&&typeof Al==="object"||typeof Al==="function"){for(let cf of yh(Al))if(!kh.call(ml,cf)&&cf!==Rl)zl(ml,cf,{get:()=>Al[cf],enumerable:!(Qh=rd(Al,cf))||Qh.enumerable})}return ml};var __toCommonJS=ml=>__copyProps(zl({},"__esModule",{value:true}),ml);var Qh={};__export(Qh,{request:()=>C_});ml.exports=__toCommonJS(Qh);var cf=Rl(54471);var t_=Rl(33843);var r_="8.4.1";function isPlainObject(ml){if(typeof ml!=="object"||ml===null)return false;if(Object.prototype.toString.call(ml)!=="[object Object]")return false;const Al=Object.getPrototypeOf(ml);if(Al===null)return true;const Rl=Object.prototype.hasOwnProperty.call(Al,"constructor")&&Al.constructor;return typeof Rl==="function"&&Rl instanceof Rl&&Function.prototype.call(Rl)===Function.prototype.call(ml)}var u_=Rl(93708);function getBufferResponse(ml){return ml.arrayBuffer()}function fetchWrapper(ml){var Al,Rl,zl,rd;const yh=ml.request&&ml.request.log?ml.request.log:console;const kh=((Al=ml.request)==null?void 0:Al.parseSuccessResponseBody)!==false;if(isPlainObject(ml.body)||Array.isArray(ml.body)){ml.body=JSON.stringify(ml.body)}let Qh={};let cf;let t_;let{fetch:r_}=globalThis;if((Rl=ml.request)==null?void 0:Rl.fetch){r_=ml.request.fetch}if(!r_){throw new Error("fetch is not set. Please pass a fetch implementation as new Octokit({ request: { fetch }}). Learn more at https://github.com/octokit/octokit.js/#fetch-missing")}return r_(ml.url,{method:ml.method,body:ml.body,redirect:(zl=ml.request)==null?void 0:zl.redirect,headers:ml.headers,signal:(rd=ml.request)==null?void 0:rd.signal,...ml.body&&{duplex:"half"}}).then(async Al=>{t_=Al.url;cf=Al.status;for(const ml of Al.headers){Qh[ml[0]]=ml[1]}if("deprecation"in Qh){const Al=Qh.link&&Qh.link.match(/<([^<>]+)>; rel="deprecation"/);const Rl=Al&&Al.pop();yh.warn(`[@octokit/request] "${ml.method} ${ml.url}" is deprecated. It is scheduled to be removed on ${Qh.sunset}${Rl?`. See ${Rl}`:""}`)}if(cf===204||cf===205){return}if(ml.method==="HEAD"){if(cf<400){return}throw new u_.RequestError(Al.statusText,cf,{response:{url:t_,status:cf,headers:Qh,data:void 0},request:ml})}if(cf===304){throw new u_.RequestError("Not modified",cf,{response:{url:t_,status:cf,headers:Qh,data:await getResponseData(Al)},request:ml})}if(cf>=400){const Rl=await getResponseData(Al);const zl=new u_.RequestError(toErrorMessage(Rl),cf,{response:{url:t_,status:cf,headers:Qh,data:Rl},request:ml});throw zl}return kh?await getResponseData(Al):Al.body}).then(ml=>({status:cf,url:t_,headers:Qh,data:ml})).catch(Al=>{if(Al instanceof u_.RequestError)throw Al;else if(Al.name==="AbortError")throw Al;let Rl=Al.message;if(Al.name==="TypeError"&&"cause"in Al){if(Al.cause instanceof Error){Rl=Al.cause.message}else if(typeof Al.cause==="string"){Rl=Al.cause}}throw new u_.RequestError(Rl,500,{request:ml})})}async function getResponseData(ml){const Al=ml.headers.get("content-type");if(/application\/json/.test(Al)){return ml.json().catch(()=>ml.text()).catch(()=>"")}if(!Al||/^text\/|charset=utf-8$/.test(Al)){return ml.text()}return getBufferResponse(ml)}function toErrorMessage(ml){if(typeof ml==="string")return ml;let Al;if("documentation_url"in ml){Al=` - ${ml.documentation_url}`}else{Al=""}if("message"in ml){if(Array.isArray(ml.errors)){return`${ml.message}: ${ml.errors.map(JSON.stringify).join(", ")}${Al}`}return`${ml.message}${Al}`}return`Unknown error: ${JSON.stringify(ml)}`}function withDefaults(ml,Al){const Rl=ml.defaults(Al);const newApi=function(ml,Al){const zl=Rl.merge(ml,Al);if(!zl.request||!zl.request.hook){return fetchWrapper(Rl.parse(zl))}const request2=(ml,Al)=>fetchWrapper(Rl.parse(Rl.merge(ml,Al)));Object.assign(request2,{endpoint:Rl,defaults:withDefaults.bind(null,Rl)});return zl.request.hook(request2,zl)};return Object.assign(newApi,{endpoint:Rl,defaults:withDefaults.bind(null,Rl)})}var C_=withDefaults(cf.endpoint,{headers:{"user-agent":`octokit-request.js/${r_} ${(0,t_.getUserAgent)()}`}});0&&0},65772:(ml,Al,Rl)=>{"use strict";var zl=Object.defineProperty;var rd=Object.getOwnPropertyDescriptor;var yh=Object.getOwnPropertyNames;var kh=Object.prototype.hasOwnProperty;var __export=(ml,Al)=>{for(var Rl in Al)zl(ml,Rl,{get:Al[Rl],enumerable:true})};var __copyProps=(ml,Al,Rl,Qh)=>{if(Al&&typeof Al==="object"||typeof Al==="function"){for(let cf of yh(Al))if(!kh.call(ml,cf)&&cf!==Rl)zl(ml,cf,{get:()=>Al[cf],enumerable:!(Qh=rd(Al,cf))||Qh.enumerable})}return ml};var __toCommonJS=ml=>__copyProps(zl({},"__esModule",{value:true}),ml);var Qh={};__export(Qh,{Octokit:()=>D_});ml.exports=__toCommonJS(Qh);var cf=Rl(61897);var t_=Rl(6966);var r_=Rl(38082);var u_=Rl(84935);var C_="20.1.2";var D_=cf.Octokit.plugin(t_.requestLog,u_.legacyRestEndpointMethods,r_.paginateRest).defaults({userAgent:`octokit-rest.js/${C_}`});0&&0},17330:function(ml){(function(Al){"use strict";var executeSync=function(){var ml=Array.prototype.slice.call(arguments);if(typeof ml[0]==="function"){ml[0].apply(null,ml.splice(1))}};var executeAsync=function(ml){if(typeof setImmediate==="function"){setImmediate(ml)}else if(typeof process!=="undefined"&&process.nextTick){process.nextTick(ml)}else{setTimeout(ml,0)}};var makeIterator=function(ml){var makeCallback=function(Al){var fn=function(){if(ml.length){ml[Al].apply(null,arguments)}return fn.next()};fn.next=function(){return Alml.indexOf("(https.js:")!==-1||ml.indexOf("node:https:")!==-1)}function createAgent(ml,Al){return new createAgent.Agent(ml,Al)}(function(ml){class Agent extends rd.EventEmitter{constructor(ml,Al){super();let Rl=Al;if(typeof ml==="function"){this.callback=ml}else if(ml){Rl=ml}this.timeout=null;if(Rl&&typeof Rl.timeout==="number"){this.timeout=Rl.timeout}this.maxFreeSockets=1;this.maxSockets=1;this.maxTotalSockets=Infinity;this.sockets={};this.freeSockets={};this.requests={};this.options={}}get defaultPort(){if(typeof this.explicitDefaultPort==="number"){return this.explicitDefaultPort}return isSecureEndpoint()?443:80}set defaultPort(ml){this.explicitDefaultPort=ml}get protocol(){if(typeof this.explicitProtocol==="string"){return this.explicitProtocol}return isSecureEndpoint()?"https:":"http:"}set protocol(ml){this.explicitProtocol=ml}callback(ml,Al,Rl){throw new Error('"agent-base" has no default implementation, you must subclass and override `callback()`')}addRequest(ml,Al){const Rl=Object.assign({},Al);if(typeof Rl.secureEndpoint!=="boolean"){Rl.secureEndpoint=isSecureEndpoint()}if(Rl.host==null){Rl.host="localhost"}if(Rl.port==null){Rl.port=Rl.secureEndpoint?443:80}if(Rl.protocol==null){Rl.protocol=Rl.secureEndpoint?"https:":"http:"}if(Rl.host&&Rl.path){delete Rl.path}delete Rl.agent;delete Rl.hostname;delete Rl._defaultAgent;delete Rl.defaultPort;delete Rl.createConnection;ml._last=true;ml.shouldKeepAlive=false;let zl=false;let rd=null;const yh=Rl.timeout||this.timeout;const onerror=Al=>{if(ml._hadError)return;ml.emit("error",Al);ml._hadError=true};const ontimeout=()=>{rd=null;zl=true;const ml=new Error(`A "socket" was not created for HTTP request before ${yh}ms`);ml.code="ETIMEOUT";onerror(ml)};const callbackError=ml=>{if(zl)return;if(rd!==null){clearTimeout(rd);rd=null}onerror(ml)};const onsocket=Al=>{if(zl)return;if(rd!=null){clearTimeout(rd);rd=null}if(isAgent(Al)){Qh("Callback returned another Agent instance %o",Al.constructor.name);Al.addRequest(ml,Rl);return}if(Al){Al.once("free",()=>{this.freeSocket(Al,Rl)});ml.onSocket(Al);return}const yh=new Error(`no Duplex stream was returned to agent-base for \`${ml.method} ${ml.path}\``);onerror(yh)};if(typeof this.callback!=="function"){onerror(new Error("`callback` is not defined"));return}if(!this.promisifiedCallback){if(this.callback.length>=3){Qh("Converting legacy callback function to promise");this.promisifiedCallback=kh.default(this.callback)}else{this.promisifiedCallback=this.callback}}if(typeof yh==="number"&&yh>0){rd=setTimeout(ontimeout,yh)}if("port"in Rl&&typeof Rl.port!=="number"){Rl.port=Number(Rl.port)}try{Qh("Resolving socket for %o request: %o",Rl.protocol,`${ml.method} ${ml.path}`);Promise.resolve(this.promisifiedCallback(ml,Rl)).then(onsocket,callbackError)}catch(ml){Promise.reject(ml).catch(callbackError)}}freeSocket(ml,Al){Qh("Freeing socket %o %o",ml.constructor.name,Al);ml.destroy()}destroy(){Qh("Destroying agent %o",this.constructor.name)}}ml.Agent=Agent;ml.prototype=ml.Agent.prototype})(createAgent||(createAgent={}));ml.exports=createAgent},98067:(ml,Al)=>{"use strict";Object.defineProperty(Al,"__esModule",{value:true});function promisify(ml){return function(Al,Rl){return new Promise((zl,rd)=>{ml.call(this,Al,Rl,(ml,Al)=>{if(ml){rd(ml)}else{zl(Al)}})})}}Al["default"]=promisify},40336:(ml,Al,Rl)=>{"use strict";var zl=Rl(7151);var rd=[];ml.exports=asap;function asap(ml){var Al;if(rd.length){Al=rd.pop()}else{Al=new RawTask}Al.task=ml;Al.domain=process.domain;zl(Al)}function RawTask(){this.task=null;this.domain=null}RawTask.prototype.call=function(){if(this.domain){this.domain.enter()}var ml=true;try{this.task.call();ml=false;if(this.domain){this.domain.exit()}}finally{if(ml){zl.requestFlush()}this.task=null;this.domain=null;rd.push(this)}}},7151:(ml,Al,Rl)=>{"use strict";var zl;var rd=typeof setImmediate==="function";ml.exports=rawAsap;function rawAsap(ml){if(!yh.length){requestFlush();kh=true}yh[yh.length]=ml}var yh=[];var kh=false;var Qh=0;var cf=1024;function flush(){while(Qhcf){for(var Al=0,Rl=yh.length-Qh;Al{ml.exports={parallel:Rl(83857),serial:Rl(31054),serialOrdered:Rl(53961)}},24818:ml=>{ml.exports=abort;function abort(ml){Object.keys(ml.jobs).forEach(clean.bind(ml));ml.jobs={}}function clean(ml){if(typeof this.jobs[ml]=="function"){this.jobs[ml]()}}},78452:(ml,Al,Rl)=>{var zl=Rl(29200);ml.exports=async;function async(ml){var Al=false;zl(function(){Al=true});return function async_callback(Rl,rd){if(Al){ml(Rl,rd)}else{zl(function nextTick_callback(){ml(Rl,rd)})}}}},29200:ml=>{ml.exports=defer;function defer(ml){var Al=typeof setImmediate=="function"?setImmediate:typeof process=="object"&&typeof process.nextTick=="function"?process.nextTick:null;if(Al){Al(ml)}else{setTimeout(ml,0)}}},24902:(ml,Al,Rl)=>{var zl=Rl(78452),rd=Rl(24818);ml.exports=iterate;function iterate(ml,Al,Rl,zl){var yh=Rl["keyedList"]?Rl["keyedList"][Rl.index]:Rl.index;Rl.jobs[yh]=runJob(Al,yh,ml[yh],function(ml,Al){if(!(yh in Rl.jobs)){return}delete Rl.jobs[yh];if(ml){rd(Rl)}else{Rl.results[yh]=Al}zl(ml,Rl.results)})}function runJob(ml,Al,Rl,rd){var yh;if(ml.length==2){yh=ml(Rl,zl(rd))}else{yh=ml(Rl,Al,zl(rd))}return yh}},81721:ml=>{ml.exports=state;function state(ml,Al){var Rl=!Array.isArray(ml),zl={index:0,keyedList:Rl||Al?Object.keys(ml):null,jobs:{},results:Rl?{}:[],size:Rl?Object.keys(ml).length:ml.length};if(Al){zl.keyedList.sort(Rl?Al:function(Rl,zl){return Al(ml[Rl],ml[zl])})}return zl}},33351:(ml,Al,Rl)=>{var zl=Rl(24818),rd=Rl(78452);ml.exports=terminator;function terminator(ml){if(!Object.keys(this.jobs).length){return}this.index=this.size;zl(this);rd(ml)(null,this.results)}},83857:(ml,Al,Rl)=>{var zl=Rl(24902),rd=Rl(81721),yh=Rl(33351);ml.exports=parallel;function parallel(ml,Al,Rl){var kh=rd(ml);while(kh.index<(kh["keyedList"]||ml).length){zl(ml,Al,kh,function(ml,Al){if(ml){Rl(ml,Al);return}if(Object.keys(kh.jobs).length===0){Rl(null,kh.results);return}});kh.index++}return yh.bind(kh,Rl)}},31054:(ml,Al,Rl)=>{var zl=Rl(53961);ml.exports=serial;function serial(ml,Al,Rl){return zl(ml,Al,null,Rl)}},53961:(ml,Al,Rl)=>{var zl=Rl(24902),rd=Rl(81721),yh=Rl(33351);ml.exports=serialOrdered;ml.exports.ascending=ascending;ml.exports.descending=descending;function serialOrdered(ml,Al,Rl,kh){var Qh=rd(ml,Rl);zl(ml,Al,Qh,function iteratorHandler(Rl,rd){if(Rl){kh(Rl,rd);return}Qh.index++;if(Qh.index<(Qh["keyedList"]||ml).length){zl(ml,Al,Qh,iteratorHandler);return}kh(null,Qh.results)});return yh.bind(Qh,kh)}function ascending(ml,Al){return mlAl?1:0}function descending(ml,Al){return-1*ascending(ml,Al)}},52732:(ml,Al,Rl)=>{var zl=Rl(11063);var rd=Rl(22027);var yh=Rl(59934);var kh=Function.bind;var Qh=kh.bind(kh);function bindApi(ml,Al,Rl){var zl=Qh(yh,null).apply(null,Rl?[Al,Rl]:[Al]);ml.api={remove:zl};ml.remove=zl;["before","error","after","wrap"].forEach(function(zl){var yh=Rl?[Al,zl,Rl]:[Al,zl];ml[zl]=ml.api[zl]=Qh(rd,null).apply(null,yh)})}function HookSingular(){var ml="h";var Al={registry:{}};var Rl=zl.bind(null,Al,ml);bindApi(Rl,Al,ml);return Rl}function HookCollection(){var ml={registry:{}};var Al=zl.bind(null,ml);bindApi(Al,ml);return Al}var cf=false;function Hook(){if(!cf){console.warn('[before-after-hook]: "Hook()" repurposing warning, use "Hook.Collection()". Read more: https://git.io/upgrade-before-after-hook-to-1.4');cf=true}return HookCollection()}Hook.Singular=HookSingular.bind();Hook.Collection=HookCollection.bind();ml.exports=Hook;ml.exports.Hook=Hook;ml.exports.Singular=Hook.Singular;ml.exports.Collection=Hook.Collection},22027:ml=>{ml.exports=addHook;function addHook(ml,Al,Rl,zl){var rd=zl;if(!ml.registry[Rl]){ml.registry[Rl]=[]}if(Al==="before"){zl=function(ml,Al){return Promise.resolve().then(rd.bind(null,Al)).then(ml.bind(null,Al))}}if(Al==="after"){zl=function(ml,Al){var Rl;return Promise.resolve().then(ml.bind(null,Al)).then(function(ml){Rl=ml;return rd(Rl,Al)}).then(function(){return Rl})}}if(Al==="error"){zl=function(ml,Al){return Promise.resolve().then(ml.bind(null,Al)).catch(function(ml){return rd(ml,Al)})}}ml.registry[Rl].push({hook:zl,orig:rd})}},11063:ml=>{ml.exports=register;function register(ml,Al,Rl,zl){if(typeof Rl!=="function"){throw new Error("method for before hook must be a function")}if(!zl){zl={}}if(Array.isArray(Al)){return Al.reverse().reduce(function(Al,Rl){return register.bind(null,ml,Rl,Al,zl)},Rl)()}return Promise.resolve().then(function(){if(!ml.registry[Al]){return Rl(zl)}return ml.registry[Al].reduce(function(ml,Al){return Al.hook.bind(null,ml,zl)},Rl)()})}},59934:ml=>{ml.exports=removeHook;function removeHook(ml,Al,Rl){if(!ml.registry[Al]){return}var zl=ml.registry[Al].map(function(ml){return ml.orig}).indexOf(Rl);if(zl===-1){return}ml.registry[Al].splice(zl,1)}},39732:(ml,Al,Rl)=>{"use strict";var zl=Rl(20181).Buffer;var rd=Rl(20181).SlowBuffer;ml.exports=bufferEq;function bufferEq(ml,Al){if(!zl.isBuffer(ml)||!zl.isBuffer(Al)){return false}if(ml.length!==Al.length){return false}var Rl=0;for(var rd=0;rd{"use strict";var zl=Rl(37564);var rd=Rl(33945);var yh=Rl(88093);var kh=Rl(31330);ml.exports=kh||zl.call(yh,rd)},33945:ml=>{"use strict";ml.exports=Function.prototype.apply},88093:ml=>{"use strict";ml.exports=Function.prototype.call},88705:(ml,Al,Rl)=>{"use strict";var zl=Rl(37564);var rd=Rl(73314);var yh=Rl(88093);var kh=Rl(22639);ml.exports=function callBindBasic(ml){if(ml.length<1||typeof ml[0]!=="function"){throw new rd("a function is required")}return kh(zl,yh,ml)}},31330:ml=>{"use strict";ml.exports=typeof Reflect!=="undefined"&&Reflect&&Reflect.apply},23105:(ml,Al,Rl)=>{"use strict";var zl=Rl(60470);var rd=Rl(88705);var yh=rd([zl("%String.prototype.indexOf%")]);ml.exports=function callBoundIntrinsic(ml,Al){var Rl=zl(ml,!!Al);if(typeof Rl==="function"&&yh(ml,".prototype.")>-1){return rd([Rl])}return Rl}},35630:(ml,Al,Rl)=>{var zl=Rl(39023);var rd=Rl(2203).Stream;var yh=Rl(72710);ml.exports=CombinedStream;function CombinedStream(){this.writable=false;this.readable=true;this.dataSize=0;this.maxDataSize=2*1024*1024;this.pauseStreams=true;this._released=false;this._streams=[];this._currentStream=null;this._insideLoop=false;this._pendingNext=false}zl.inherits(CombinedStream,rd);CombinedStream.create=function(ml){var Al=new this;ml=ml||{};for(var Rl in ml){Al[Rl]=ml[Rl]}return Al};CombinedStream.isStreamLike=function(ml){return typeof ml!=="function"&&typeof ml!=="string"&&typeof ml!=="boolean"&&typeof ml!=="number"&&!Buffer.isBuffer(ml)};CombinedStream.prototype.append=function(ml){var Al=CombinedStream.isStreamLike(ml);if(Al){if(!(ml instanceof yh)){var Rl=yh.create(ml,{maxDataSize:Infinity,pauseStream:this.pauseStreams});ml.on("data",this._checkDataSize.bind(this));ml=Rl}this._handleErrors(ml);if(this.pauseStreams){ml.pause()}}this._streams.push(ml);return this};CombinedStream.prototype.pipe=function(ml,Al){rd.prototype.pipe.call(this,ml,Al);this.resume();return ml};CombinedStream.prototype._getNext=function(){this._currentStream=null;if(this._insideLoop){this._pendingNext=true;return}this._insideLoop=true;try{do{this._pendingNext=false;this._realGetNext()}while(this._pendingNext)}finally{this._insideLoop=false}};CombinedStream.prototype._realGetNext=function(){var ml=this._streams.shift();if(typeof ml=="undefined"){this.end();return}if(typeof ml!=="function"){this._pipeNext(ml);return}var Al=ml;Al(function(ml){var Al=CombinedStream.isStreamLike(ml);if(Al){ml.on("data",this._checkDataSize.bind(this));this._handleErrors(ml)}this._pipeNext(ml)}.bind(this))};CombinedStream.prototype._pipeNext=function(ml){this._currentStream=ml;var Al=CombinedStream.isStreamLike(ml);if(Al){ml.on("end",this._getNext.bind(this));ml.pipe(this,{end:false});return}var Rl=ml;this.write(Rl);this._getNext()};CombinedStream.prototype._handleErrors=function(ml){var Al=this;ml.on("error",function(ml){Al._emitError(ml)})};CombinedStream.prototype.write=function(ml){this.emit("data",ml)};CombinedStream.prototype.pause=function(){if(!this.pauseStreams){return}if(this.pauseStreams&&this._currentStream&&typeof this._currentStream.pause=="function")this._currentStream.pause();this.emit("pause")};CombinedStream.prototype.resume=function(){if(!this._released){this._released=true;this.writable=true;this._getNext()}if(this.pauseStreams&&this._currentStream&&typeof this._currentStream.resume=="function")this._currentStream.resume();this.emit("resume")};CombinedStream.prototype.end=function(){this._reset();this.emit("end")};CombinedStream.prototype.destroy=function(){this._reset();this.emit("close")};CombinedStream.prototype._reset=function(){this.writable=false;this._streams=[];this._currentStream=null};CombinedStream.prototype._checkDataSize=function(){this._updateDataSize();if(this.dataSize<=this.maxDataSize){return}var ml="DelayedStream#maxDataSize of "+this.maxDataSize+" bytes exceeded.";this._emitError(new Error(ml))};CombinedStream.prototype._updateDataSize=function(){this.dataSize=0;var ml=this;this._streams.forEach(function(Al){if(!Al.dataSize){return}ml.dataSize+=Al.dataSize});if(this._currentStream&&this._currentStream.dataSize){this.dataSize+=this._currentStream.dataSize}};CombinedStream.prototype._emitError=function(ml){this._reset();this.emit("error",ml)}},6110:(ml,Al,Rl)=>{Al.formatArgs=formatArgs;Al.save=save;Al.load=load;Al.useColors=useColors;Al.storage=localstorage();Al.destroy=(()=>{let ml=false;return()=>{if(!ml){ml=true;console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.")}}})();Al.colors=["#0000CC","#0000FF","#0033CC","#0033FF","#0066CC","#0066FF","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#3300CC","#3300FF","#3333CC","#3333FF","#3366CC","#3366FF","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#6600CC","#6600FF","#6633CC","#6633FF","#66CC00","#66CC33","#9900CC","#9900FF","#9933CC","#9933FF","#99CC00","#99CC33","#CC0000","#CC0033","#CC0066","#CC0099","#CC00CC","#CC00FF","#CC3300","#CC3333","#CC3366","#CC3399","#CC33CC","#CC33FF","#CC6600","#CC6633","#CC9900","#CC9933","#CCCC00","#CCCC33","#FF0000","#FF0033","#FF0066","#FF0099","#FF00CC","#FF00FF","#FF3300","#FF3333","#FF3366","#FF3399","#FF33CC","#FF33FF","#FF6600","#FF6633","#FF9900","#FF9933","#FFCC00","#FFCC33"];function useColors(){if(typeof window!=="undefined"&&window.process&&(window.process.type==="renderer"||window.process.__nwjs)){return true}if(typeof navigator!=="undefined"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/)){return false}let ml;return typeof document!=="undefined"&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||typeof window!=="undefined"&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||typeof navigator!=="undefined"&&navigator.userAgent&&(ml=navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/))&&parseInt(ml[1],10)>=31||typeof navigator!=="undefined"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/)}function formatArgs(Al){Al[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+Al[0]+(this.useColors?"%c ":" ")+"+"+ml.exports.humanize(this.diff);if(!this.useColors){return}const Rl="color: "+this.color;Al.splice(1,0,Rl,"color: inherit");let zl=0;let rd=0;Al[0].replace(/%[a-zA-Z%]/g,ml=>{if(ml==="%%"){return}zl++;if(ml==="%c"){rd=zl}});Al.splice(rd,0,Rl)}Al.log=console.debug||console.log||(()=>{});function save(ml){try{if(ml){Al.storage.setItem("debug",ml)}else{Al.storage.removeItem("debug")}}catch(ml){}}function load(){let ml;try{ml=Al.storage.getItem("debug")||Al.storage.getItem("DEBUG")}catch(ml){}if(!ml&&typeof process!=="undefined"&&"env"in process){ml=process.env.DEBUG}return ml}function localstorage(){try{return localStorage}catch(ml){}}ml.exports=Rl(40897)(Al);const{formatters:zl}=ml.exports;zl.j=function(ml){try{return JSON.stringify(ml)}catch(ml){return"[UnexpectedJSONParseError]: "+ml.message}}},40897:(ml,Al,Rl)=>{function setup(ml){createDebug.debug=createDebug;createDebug.default=createDebug;createDebug.coerce=coerce;createDebug.disable=disable;createDebug.enable=enable;createDebug.enabled=enabled;createDebug.humanize=Rl(70744);createDebug.destroy=destroy;Object.keys(ml).forEach(Al=>{createDebug[Al]=ml[Al]});createDebug.names=[];createDebug.skips=[];createDebug.formatters={};function selectColor(ml){let Al=0;for(let Rl=0;Rl{if(Al==="%%"){return"%"}yh++;const rd=createDebug.formatters[zl];if(typeof rd==="function"){const zl=ml[yh];Al=rd.call(Rl,zl);ml.splice(yh,1);yh--}return Al});createDebug.formatArgs.call(Rl,ml);const kh=Rl.log||createDebug.log;kh.apply(Rl,ml)}debug.namespace=ml;debug.useColors=createDebug.useColors();debug.color=createDebug.selectColor(ml);debug.extend=extend;debug.destroy=createDebug.destroy;Object.defineProperty(debug,"enabled",{enumerable:true,configurable:false,get:()=>{if(Rl!==null){return Rl}if(zl!==createDebug.namespaces){zl=createDebug.namespaces;rd=createDebug.enabled(ml)}return rd},set:ml=>{Rl=ml}});if(typeof createDebug.init==="function"){createDebug.init(debug)}return debug}function extend(ml,Al){const Rl=createDebug(this.namespace+(typeof Al==="undefined"?":":Al)+ml);Rl.log=this.log;return Rl}function enable(ml){createDebug.save(ml);createDebug.namespaces=ml;createDebug.names=[];createDebug.skips=[];const Al=(typeof ml==="string"?ml:"").trim().replace(/\s+/g,",").split(",").filter(Boolean);for(const ml of Al){if(ml[0]==="-"){createDebug.skips.push(ml.slice(1))}else{createDebug.names.push(ml)}}}function matchesTemplate(ml,Al){let Rl=0;let zl=0;let rd=-1;let yh=0;while(Rl"-"+ml)].join(",");createDebug.enable("");return ml}function enabled(ml){for(const Al of createDebug.skips){if(matchesTemplate(ml,Al)){return false}}for(const Al of createDebug.names){if(matchesTemplate(ml,Al)){return true}}return false}function coerce(ml){if(ml instanceof Error){return ml.stack||ml.message}return ml}function destroy(){console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.")}createDebug.enable(createDebug.load());return createDebug}ml.exports=setup},2830:(ml,Al,Rl)=>{if(typeof process==="undefined"||process.type==="renderer"||process.browser===true||process.__nwjs){ml.exports=Rl(6110)}else{ml.exports=Rl(95108)}},95108:(ml,Al,Rl)=>{const zl=Rl(52018);const rd=Rl(39023);Al.init=init;Al.log=log;Al.formatArgs=formatArgs;Al.save=save;Al.load=load;Al.useColors=useColors;Al.destroy=rd.deprecate(()=>{},"Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.");Al.colors=[6,2,3,4,5,1];try{const ml=Rl(21450);if(ml&&(ml.stderr||ml).level>=2){Al.colors=[20,21,26,27,32,33,38,39,40,41,42,43,44,45,56,57,62,63,68,69,74,75,76,77,78,79,80,81,92,93,98,99,112,113,128,129,134,135,148,149,160,161,162,163,164,165,166,167,168,169,170,171,172,173,178,179,184,185,196,197,198,199,200,201,202,203,204,205,206,207,208,209,214,215,220,221]}}catch(ml){}Al.inspectOpts=Object.keys(process.env).filter(ml=>/^debug_/i.test(ml)).reduce((ml,Al)=>{const Rl=Al.substring(6).toLowerCase().replace(/_([a-z])/g,(ml,Al)=>Al.toUpperCase());let zl=process.env[Al];if(/^(yes|on|true|enabled)$/i.test(zl)){zl=true}else if(/^(no|off|false|disabled)$/i.test(zl)){zl=false}else if(zl==="null"){zl=null}else{zl=Number(zl)}ml[Rl]=zl;return ml},{});function useColors(){return"colors"in Al.inspectOpts?Boolean(Al.inspectOpts.colors):zl.isatty(process.stderr.fd)}function formatArgs(Al){const{namespace:Rl,useColors:zl}=this;if(zl){const zl=this.color;const rd="[3"+(zl<8?zl:"8;5;"+zl);const yh=` ${rd};1m${Rl} `;Al[0]=yh+Al[0].split("\n").join("\n"+yh);Al.push(rd+"m+"+ml.exports.humanize(this.diff)+"")}else{Al[0]=getDate()+Rl+" "+Al[0]}}function getDate(){if(Al.inspectOpts.hideDate){return""}return(new Date).toISOString()+" "}function log(...ml){return process.stderr.write(rd.formatWithOptions(Al.inspectOpts,...ml)+"\n")}function save(ml){if(ml){process.env.DEBUG=ml}else{delete process.env.DEBUG}}function load(){return process.env.DEBUG}function init(ml){ml.inspectOpts={};const Rl=Object.keys(Al.inspectOpts);for(let zl=0;zlml.trim()).join(" ")};yh.O=function(ml){this.inspectOpts.colors=this.useColors;return rd.inspect(ml,this.inspectOpts)}},72710:(ml,Al,Rl)=>{var zl=Rl(2203).Stream;var rd=Rl(39023);ml.exports=DelayedStream;function DelayedStream(){this.source=null;this.dataSize=0;this.maxDataSize=1024*1024;this.pauseStream=true;this._maxDataSizeExceeded=false;this._released=false;this._bufferedEvents=[]}rd.inherits(DelayedStream,zl);DelayedStream.create=function(ml,Al){var Rl=new this;Al=Al||{};for(var zl in Al){Rl[zl]=Al[zl]}Rl.source=ml;var rd=ml.emit;ml.emit=function(){Rl._handleEmit(arguments);return rd.apply(ml,arguments)};ml.on("error",function(){});if(Rl.pauseStream){ml.pause()}return Rl};Object.defineProperty(DelayedStream.prototype,"readable",{configurable:true,enumerable:true,get:function(){return this.source.readable}});DelayedStream.prototype.setEncoding=function(){return this.source.setEncoding.apply(this.source,arguments)};DelayedStream.prototype.resume=function(){if(!this._released){this.release()}this.source.resume()};DelayedStream.prototype.pause=function(){this.source.pause()};DelayedStream.prototype.release=function(){this._released=true;this._bufferedEvents.forEach(function(ml){this.emit.apply(this,ml)}.bind(this));this._bufferedEvents=[]};DelayedStream.prototype.pipe=function(){var ml=zl.prototype.pipe.apply(this,arguments);this.resume();return ml};DelayedStream.prototype._handleEmit=function(ml){if(this._released){this.emit.apply(this,ml);return}if(ml[0]==="data"){this.dataSize+=ml[1].length;this._checkIfMaxDataSizeExceeded()}this._bufferedEvents.push(ml)};DelayedStream.prototype._checkIfMaxDataSizeExceeded=function(){if(this._maxDataSizeExceeded){return}if(this.dataSize<=this.maxDataSize){return}this._maxDataSizeExceeded=true;var ml="DelayedStream#maxDataSize of "+this.maxDataSize+" bytes exceeded.";this.emit("error",new Error(ml))}},14150:(ml,Al)=>{"use strict";Object.defineProperty(Al,"__esModule",{value:true});class Deprecation extends Error{constructor(ml){super(ml);if(Error.captureStackTrace){Error.captureStackTrace(this,this.constructor)}this.name="Deprecation"}}Al.Deprecation=Deprecation},26669:(ml,Al,Rl)=>{"use strict";var zl=Rl(88705);var rd=Rl(33170);var yh;try{yh=[].__proto__===Array.prototype}catch(ml){if(!ml||typeof ml!=="object"||!("code"in ml)||ml.code!=="ERR_PROTO_ACCESS"){throw ml}}var kh=!!yh&&rd&&rd(Object.prototype,"__proto__");var Qh=Object;var cf=Qh.getPrototypeOf;ml.exports=kh&&typeof kh.get==="function"?zl([kh.get]):typeof cf==="function"?function getDunder(ml){return cf(ml==null?ml:Qh(ml))}:false},325:(ml,Al,Rl)=>{"use strict";var zl=Rl(93058).Buffer;var rd=Rl(5028);var yh=128,kh=0,Qh=32,cf=16,t_=2,r_=cf|Qh|kh<<6,u_=t_|kh<<6;function base64Url(ml){return ml.replace(/=/g,"").replace(/\+/g,"-").replace(/\//g,"_")}function signatureAsBuffer(ml){if(zl.isBuffer(ml)){return ml}else if("string"===typeof ml){return zl.from(ml,"base64")}throw new TypeError("ECDSA signature must be a Base64 string or a Buffer")}function derToJose(ml,Al){ml=signatureAsBuffer(ml);var Rl=rd(Al);var kh=Rl+1;var Qh=ml.length;var cf=0;if(ml[cf++]!==r_){throw new Error('Could not find expected "seq"')}var t_=ml[cf++];if(t_===(yh|1)){t_=ml[cf++]}if(Qh-cf=yh;if(rd){--zl}return zl}function joseToDer(ml,Al){ml=signatureAsBuffer(ml);var Rl=rd(Al);var kh=ml.length;if(kh!==Rl*2){throw new TypeError('"'+Al+'" signatures must be "'+Rl*2+'" bytes, saw "'+kh+'"')}var Qh=countPadding(ml,0,Rl);var cf=countPadding(ml,Rl,ml.length);var t_=Rl-Qh;var C_=Rl-cf;var D_=1+1+t_+1+1+C_;var S_=D_{"use strict";function getParamSize(ml){var Al=(ml/8|0)+(ml%8===0?0:1);return Al}var Al={ES256:getParamSize(256),ES384:getParamSize(384),ES512:getParamSize(521)};function getParamBytesForAlg(ml){var Rl=Al[ml];if(Rl){return Rl}throw new Error('Unknown algorithm "'+ml+'"')}ml.exports=getParamBytesForAlg},79094:ml=>{"use strict";var Al=Object.defineProperty||false;if(Al){try{Al({},"a",{value:1})}catch(ml){Al=false}}ml.exports=Al},33056:ml=>{"use strict";ml.exports=EvalError},31620:ml=>{"use strict";ml.exports=Error},14585:ml=>{"use strict";ml.exports=RangeError},46905:ml=>{"use strict";ml.exports=ReferenceError},80105:ml=>{"use strict";ml.exports=SyntaxError},73314:ml=>{"use strict";ml.exports=TypeError},32578:ml=>{"use strict";ml.exports=URIError},95399:ml=>{"use strict";ml.exports=Object},88700:(ml,Al,Rl)=>{"use strict";var zl=Rl(60470);var rd=zl("%Object.defineProperty%",true);var yh=Rl(85479)();var kh=Rl(54076);var Qh=Rl(73314);var cf=yh?Symbol.toStringTag:null;ml.exports=function setToStringTag(ml,Al){var Rl=arguments.length>2&&!!arguments[2]&&arguments[2].force;var zl=arguments.length>2&&!!arguments[2]&&arguments[2].nonConfigurable;if(typeof Rl!=="undefined"&&typeof Rl!=="boolean"||typeof zl!=="undefined"&&typeof zl!=="boolean"){throw new Qh("if provided, the `overrideIfSet` and `nonConfigurable` options must be booleans")}if(cf&&(Rl||!kh(ml,cf))){if(rd){rd(ml,cf,{configurable:!zl,enumerable:false,value:Al,writable:false})}else{ml[cf]=Al}}}},34778:(ml,Al,Rl)=>{var zl;ml.exports=function(){if(!zl){try{zl=Rl(2830)("follow-redirects")}catch(ml){}if(typeof zl!=="function"){zl=function(){}}}zl.apply(null,arguments)}},1573:(ml,Al,Rl)=>{var zl=Rl(87016);var rd=zl.URL;var yh=Rl(58611);var kh=Rl(65692);var Qh=Rl(2203).Writable;var cf=Rl(42613);var t_=Rl(34778);(function detectUnsupportedEnvironment(){var ml=typeof process!=="undefined";var Al=typeof window!=="undefined"&&typeof document!=="undefined";var Rl=isFunction(Error.captureStackTrace);if(!ml&&(Al||!Rl)){console.warn("The follow-redirects package should be excluded from browser builds.")}})();var r_=false;try{cf(new rd(""))}catch(ml){r_=ml.code==="ERR_INVALID_URL"}var u_=["Authorization","Proxy-Authorization","Cookie"];var C_=["auth","host","hostname","href","path","pathname","port","protocol","query","search","hash"];var D_=["abort","aborted","connect","error","socket","timeout"];var S_=Object.create(null);D_.forEach(function(ml){S_[ml]=function(Al,Rl,zl){this._redirectable.emit(ml,Al,Rl,zl)}});var P_=createErrorType("ERR_INVALID_URL","Invalid URL",TypeError);var Cg=createErrorType("ERR_FR_REDIRECTION_FAILURE","Redirected request failed");var eA=createErrorType("ERR_FR_TOO_MANY_REDIRECTS","Maximum number of redirects exceeded",Cg);var tA=createErrorType("ERR_FR_MAX_BODY_LENGTH_EXCEEDED","Request body larger than maxBodyLength limit");var rA=createErrorType("ERR_STREAM_WRITE_AFTER_END","write after end");var nA=Qh.prototype.destroy||noop;function RedirectableRequest(ml,Al){Qh.call(this);this._sanitizeOptions(ml);this._options=ml;this._ended=false;this._ending=false;this._redirectCount=0;this._redirects=[];this._requestBodyLength=0;this._requestBodyBuffers=[];if(Al){this.on("response",Al)}var Rl=this;this._onNativeResponse=function(ml){try{Rl._processResponse(ml)}catch(ml){Rl.emit("error",ml instanceof Cg?ml:new Cg({cause:ml}))}};this._headerFilter=new RegExp("^(?:"+u_.concat(ml.sensitiveHeaders).map(escapeRegex).join("|")+")$","i");this._performRequest()}RedirectableRequest.prototype=Object.create(Qh.prototype);RedirectableRequest.prototype.abort=function(){destroyRequest(this._currentRequest);this._currentRequest.abort();this.emit("abort")};RedirectableRequest.prototype.destroy=function(ml){destroyRequest(this._currentRequest,ml);nA.call(this,ml);return this};RedirectableRequest.prototype.write=function(ml,Al,Rl){if(this._ending){throw new rA}if(!isString(ml)&&!isBuffer(ml)){throw new TypeError("data should be a string, Buffer or Uint8Array")}if(isFunction(Al)){Rl=Al;Al=null}if(ml.length===0){if(Rl){Rl()}return}if(this._requestBodyLength+ml.length<=this._options.maxBodyLength){this._requestBodyLength+=ml.length;this._requestBodyBuffers.push({data:ml,encoding:Al});this._currentRequest.write(ml,Al,Rl)}else{this.emit("error",new tA);this.abort()}};RedirectableRequest.prototype.end=function(ml,Al,Rl){if(isFunction(ml)){Rl=ml;ml=Al=null}else if(isFunction(Al)){Rl=Al;Al=null}if(!ml){this._ended=this._ending=true;this._currentRequest.end(null,null,Rl)}else{var zl=this;var rd=this._currentRequest;this.write(ml,Al,function(){zl._ended=true;rd.end(null,null,Rl)});this._ending=true}};RedirectableRequest.prototype.setHeader=function(ml,Al){this._options.headers[ml]=Al;this._currentRequest.setHeader(ml,Al)};RedirectableRequest.prototype.removeHeader=function(ml){delete this._options.headers[ml];this._currentRequest.removeHeader(ml)};RedirectableRequest.prototype.setTimeout=function(ml,Al){var Rl=this;function destroyOnTimeout(Al){Al.setTimeout(ml);Al.removeListener("timeout",Al.destroy);Al.addListener("timeout",Al.destroy)}function startTimer(Al){if(Rl._timeout){clearTimeout(Rl._timeout)}Rl._timeout=setTimeout(function(){Rl.emit("timeout");clearTimer()},ml);destroyOnTimeout(Al)}function clearTimer(){if(Rl._timeout){clearTimeout(Rl._timeout);Rl._timeout=null}Rl.removeListener("abort",clearTimer);Rl.removeListener("error",clearTimer);Rl.removeListener("response",clearTimer);Rl.removeListener("close",clearTimer);if(Al){Rl.removeListener("timeout",Al)}if(!Rl.socket){Rl._currentRequest.removeListener("socket",startTimer)}}if(Al){this.on("timeout",Al)}if(this.socket){startTimer(this.socket)}else{this._currentRequest.once("socket",startTimer)}this.on("socket",destroyOnTimeout);this.on("abort",clearTimer);this.on("error",clearTimer);this.on("response",clearTimer);this.on("close",clearTimer);return this};["flushHeaders","getHeader","setNoDelay","setSocketKeepAlive"].forEach(function(ml){RedirectableRequest.prototype[ml]=function(Al,Rl){return this._currentRequest[ml](Al,Rl)}});["aborted","connection","socket"].forEach(function(ml){Object.defineProperty(RedirectableRequest.prototype,ml,{get:function(){return this._currentRequest[ml]}})});RedirectableRequest.prototype._sanitizeOptions=function(ml){if(!ml.headers){ml.headers={}}if(!isArray(ml.sensitiveHeaders)){ml.sensitiveHeaders=[]}if(ml.host){if(!ml.hostname){ml.hostname=ml.host}delete ml.host}if(!ml.pathname&&ml.path){var Al=ml.path.indexOf("?");if(Al<0){ml.pathname=ml.path}else{ml.pathname=ml.path.substring(0,Al);ml.search=ml.path.substring(Al)}}};RedirectableRequest.prototype._performRequest=function(){var ml=this._options.protocol;var Al=this._options.nativeProtocols[ml];if(!Al){throw new TypeError("Unsupported protocol "+ml)}if(this._options.agents){var Rl=ml.slice(0,-1);this._options.agent=this._options.agents[Rl]}var rd=this._currentRequest=Al.request(this._options,this._onNativeResponse);rd._redirectable=this;for(var yh of D_){rd.on(yh,S_[yh])}this._currentUrl=/^\//.test(this._options.path)?zl.format(this._options):this._options.path;if(this._isRedirect){var kh=0;var Qh=this;var cf=this._requestBodyBuffers;(function writeNext(ml){if(rd===Qh._currentRequest){if(ml){Qh.emit("error",ml)}else if(kh=400){ml.responseUrl=this._currentUrl;ml.redirects=this._redirects;this.emit("response",ml);this._requestBodyBuffers=[];return}destroyRequest(this._currentRequest);ml.destroy();if(++this._redirectCount>this._options.maxRedirects){throw new eA}var rd;var yh=this._options.beforeRedirect;if(yh){rd=Object.assign({Host:ml.req.getHeader("host")},this._options.headers)}var kh=this._options.method;if((Al===301||Al===302)&&this._options.method==="POST"||Al===303&&!/^(?:GET|HEAD)$/.test(this._options.method)){this._options.method="GET";this._requestBodyBuffers=[];removeMatchingHeaders(/^content-/i,this._options.headers)}var Qh=removeMatchingHeaders(/^host$/i,this._options.headers);var cf=parseUrl(this._currentUrl);var r_=Qh||cf.host;var u_=/^\w+:/.test(Rl)?this._currentUrl:zl.format(Object.assign(cf,{host:r_}));var C_=resolveUrl(Rl,u_);t_("redirecting to",C_.href);this._isRedirect=true;spreadUrlObject(C_,this._options);if(C_.protocol!==cf.protocol&&C_.protocol!=="https:"||C_.host!==r_&&!isSubdomain(C_.host,r_)){removeMatchingHeaders(this._headerFilter,this._options.headers)}if(isFunction(yh)){var D_={headers:ml.headers,statusCode:Al};var S_={url:u_,method:kh,headers:rd};yh(this._options,D_,S_);this._sanitizeOptions(this._options)}this._performRequest()};function wrap(ml){var Al={maxRedirects:21,maxBodyLength:10*1024*1024};var Rl={};Object.keys(ml).forEach(function(zl){var rd=zl+":";var yh=Rl[rd]=ml[zl];var kh=Al[zl]=Object.create(yh);function request(ml,zl,yh){if(isURL(ml)){ml=spreadUrlObject(ml)}else if(isString(ml)){ml=spreadUrlObject(parseUrl(ml))}else{yh=zl;zl=validateUrl(ml);ml={protocol:rd}}if(isFunction(zl)){yh=zl;zl=null}zl=Object.assign({maxRedirects:Al.maxRedirects,maxBodyLength:Al.maxBodyLength},ml,zl);zl.nativeProtocols=Rl;if(!isString(zl.host)&&!isString(zl.hostname)){zl.hostname="::1"}cf.equal(zl.protocol,rd,"protocol mismatch");t_("options",zl);return new RedirectableRequest(zl,yh)}function get(ml,Al,Rl){var zl=kh.request(ml,Al,Rl);zl.end();return zl}Object.defineProperties(kh,{request:{value:request,configurable:true,enumerable:true,writable:true},get:{value:get,configurable:true,enumerable:true,writable:true}})});return Al}function noop(){}function parseUrl(ml){var Al;if(r_){Al=new rd(ml)}else{Al=validateUrl(zl.parse(ml));if(!isString(Al.protocol)){throw new P_({input:ml})}}return Al}function resolveUrl(ml,Al){return r_?new rd(ml,Al):parseUrl(zl.resolve(Al,ml))}function validateUrl(ml){if(/^\[/.test(ml.hostname)&&!/^\[[:0-9a-f]+\]$/i.test(ml.hostname)){throw new P_({input:ml.href||ml})}if(/^\[/.test(ml.host)&&!/^\[[:0-9a-f]+\](:\d+)?$/i.test(ml.host)){throw new P_({input:ml.href||ml})}return ml}function spreadUrlObject(ml,Al){var Rl=Al||{};for(var zl of C_){Rl[zl]=ml[zl]}if(Rl.hostname.startsWith("[")){Rl.hostname=Rl.hostname.slice(1,-1)}if(Rl.port!==""){Rl.port=Number(Rl.port)}Rl.path=Rl.search?Rl.pathname+Rl.search:Rl.pathname;return Rl}function removeMatchingHeaders(ml,Al){var Rl;for(var zl in Al){if(ml.test(zl)){Rl=Al[zl];delete Al[zl]}}return Rl===null||typeof Rl==="undefined"?undefined:String(Rl).trim()}function createErrorType(ml,Al,Rl){function CustomError(Rl){if(isFunction(Error.captureStackTrace)){Error.captureStackTrace(this,this.constructor)}Object.assign(this,Rl||{});this.code=ml;this.message=this.cause?Al+": "+this.cause.message:Al}CustomError.prototype=new(Rl||Error);Object.defineProperties(CustomError.prototype,{constructor:{value:CustomError,enumerable:false},name:{value:"Error ["+ml+"]",enumerable:false}});return CustomError}function destroyRequest(ml,Al){for(var Rl of D_){ml.removeListener(Rl,S_[Rl])}ml.on("error",noop);ml.destroy(Al)}function isSubdomain(ml,Al){cf(isString(ml)&&isString(Al));var Rl=ml.length-Al.length-1;return Rl>0&&ml[Rl]==="."&&ml.endsWith(Al)}function isArray(ml){return ml instanceof Array}function isString(ml){return typeof ml==="string"||ml instanceof String}function isFunction(ml){return typeof ml==="function"}function isBuffer(ml){return typeof ml==="object"&&"length"in ml}function isURL(ml){return rd&&ml instanceof rd}function escapeRegex(ml){return ml.replace(/[\]\\/()*+?.$]/g,"\\$&")}ml.exports=wrap({http:yh,https:kh});ml.exports.wrap=wrap},96454:(ml,Al,Rl)=>{"use strict";var zl=Rl(35630);var rd=Rl(39023);var yh=Rl(16928);var kh=Rl(58611);var Qh=Rl(65692);var cf=Rl(87016).parse;var t_=Rl(79896);var r_=Rl(2203).Stream;var u_=Rl(76982);var C_=Rl(14096);var D_=Rl(31324);var S_=Rl(88700);var P_=Rl(54076);var Cg=Rl(11835);function escapeHeaderParam(ml){return String(ml).replace(/\r/g,"%0D").replace(/\n/g,"%0A").replace(/"/g,"%22")}function FormData(ml){if(!(this instanceof FormData)){return new FormData(ml)}this._overheadLength=0;this._valueLength=0;this._valuesToMeasure=[];zl.call(this);ml=ml||{};for(var Al in ml){this[Al]=ml[Al]}}rd.inherits(FormData,zl);FormData.LINE_BREAK="\r\n";FormData.DEFAULT_CONTENT_TYPE="application/octet-stream";FormData.prototype.append=function(ml,Al,Rl){Rl=Rl||{};if(typeof Rl==="string"){Rl={filename:Rl}}var rd=zl.prototype.append.bind(this);if(typeof Al==="number"||Al==null){Al=String(Al)}if(Array.isArray(Al)){this._error(new Error("Arrays are not supported."));return}var yh=this._multiPartHeader(ml,Al,Rl);var kh=this._multiPartFooter();rd(yh);rd(Al);rd(kh);this._trackLength(yh,Al,Rl)};FormData.prototype._trackLength=function(ml,Al,Rl){var zl=0;if(Rl.knownLength!=null){zl+=Number(Rl.knownLength)}else if(Buffer.isBuffer(Al)){zl=Al.length}else if(typeof Al==="string"){zl=Buffer.byteLength(Al)}this._valueLength+=zl;this._overheadLength+=Buffer.byteLength(ml)+FormData.LINE_BREAK.length;if(!Al||!Al.path&&!(Al.readable&&P_(Al,"httpVersion"))&&!(Al instanceof r_)){return}if(!Rl.knownLength){this._valuesToMeasure.push(Al)}};FormData.prototype._lengthRetriever=function(ml,Al){if(P_(ml,"fd")){if(ml.end!=undefined&&ml.end!=Infinity&&ml.start!=undefined){Al(null,ml.end+1-(ml.start?ml.start:0))}else{t_.stat(ml.path,function(Rl,zl){if(Rl){Al(Rl);return}var rd=zl.size-(ml.start?ml.start:0);Al(null,rd)})}}else if(P_(ml,"httpVersion")){Al(null,Number(ml.headers["content-length"]))}else if(P_(ml,"httpModule")){ml.on("response",function(Rl){ml.pause();Al(null,Number(Rl.headers["content-length"]))});ml.resume()}else{Al("Unknown stream")}};FormData.prototype._multiPartHeader=function(ml,Al,Rl){if(typeof Rl.header==="string"){return Rl.header}var zl=this._getContentDisposition(Al,Rl);var rd=this._getContentType(Al,Rl);var yh="";var kh={"Content-Disposition":["form-data",'name="'+escapeHeaderParam(ml)+'"'].concat(zl||[]),"Content-Type":[].concat(rd||[])};if(typeof Rl.header==="object"){Cg(kh,Rl.header)}var Qh;for(var cf in kh){if(P_(kh,cf)){Qh=kh[cf];if(Qh==null){continue}if(!Array.isArray(Qh)){Qh=[Qh]}if(Qh.length){yh+=cf+": "+Qh.join("; ")+FormData.LINE_BREAK}}}return"--"+this.getBoundary()+FormData.LINE_BREAK+yh+FormData.LINE_BREAK};FormData.prototype._getContentDisposition=function(ml,Al){var Rl;if(typeof Al.filepath==="string"){Rl=yh.normalize(Al.filepath).replace(/\\/g,"/")}else if(Al.filename||ml&&(ml.name||ml.path)){Rl=yh.basename(Al.filename||ml&&(ml.name||ml.path))}else if(ml&&ml.readable&&P_(ml,"httpVersion")){Rl=yh.basename(ml.client._httpMessage.path||"")}if(Rl){return'filename="'+escapeHeaderParam(Rl)+'"'}};FormData.prototype._getContentType=function(ml,Al){var Rl=Al.contentType;if(!Rl&&ml&&ml.name){Rl=C_.lookup(ml.name)}if(!Rl&&ml&&ml.path){Rl=C_.lookup(ml.path)}if(!Rl&&ml&&ml.readable&&P_(ml,"httpVersion")){Rl=ml.headers["content-type"]}if(!Rl&&(Al.filepath||Al.filename)){Rl=C_.lookup(Al.filepath||Al.filename)}if(!Rl&&ml&&typeof ml==="object"){Rl=FormData.DEFAULT_CONTENT_TYPE}return Rl};FormData.prototype._multiPartFooter=function(){return function(ml){var Al=FormData.LINE_BREAK;var Rl=this._streams.length===0;if(Rl){Al+=this._lastBoundary()}ml(Al)}.bind(this)};FormData.prototype._lastBoundary=function(){return"--"+this.getBoundary()+"--"+FormData.LINE_BREAK};FormData.prototype.getHeaders=function(ml){var Al;var Rl={"content-type":"multipart/form-data; boundary="+this.getBoundary()};for(Al in ml){if(P_(ml,Al)){Rl[Al.toLowerCase()]=ml[Al]}}return Rl};FormData.prototype.setBoundary=function(ml){if(typeof ml!=="string"){throw new TypeError("FormData boundary must be a string")}this._boundary=ml};FormData.prototype.getBoundary=function(){if(!this._boundary){this._generateBoundary()}return this._boundary};FormData.prototype.getBuffer=function(){var ml=new Buffer.alloc(0);var Al=this.getBoundary();for(var Rl=0,zl=this._streams.length;Rl{"use strict";ml.exports=function(ml,Al){Object.keys(Al).forEach(function(Rl){ml[Rl]=ml[Rl]||Al[Rl]});return ml}},99808:ml=>{"use strict";var Al="Function.prototype.bind called on incompatible ";var Rl=Object.prototype.toString;var zl=Math.max;var rd="[object Function]";var yh=function concatty(ml,Al){var Rl=[];for(var zl=0;zl{"use strict";var zl=Rl(99808);ml.exports=Function.prototype.bind||zl},60470:(ml,Al,Rl)=>{"use strict";var zl;var rd=Rl(95399);var yh=Rl(31620);var kh=Rl(33056);var Qh=Rl(14585);var cf=Rl(46905);var t_=Rl(80105);var r_=Rl(73314);var u_=Rl(32578);var C_=Rl(55641);var D_=Rl(96171);var S_=Rl(57147);var P_=Rl(41017);var Cg=Rl(56947);var eA=Rl(42621);var tA=Rl(30156);var rA=Function;var getEvalledConstructor=function(ml){try{return rA('"use strict"; return ('+ml+").constructor;")()}catch(ml){}};var nA=Rl(33170);var iA=Rl(79094);var throwTypeError=function(){throw new r_};var sA=nA?function(){try{arguments.callee;return throwTypeError}catch(ml){try{return nA(arguments,"callee").get}catch(ml){return throwTypeError}}}():throwTypeError;var aA=Rl(23336)();var oA=Rl(81967);var lA=Rl(91311);var cA=Rl(48681);var uA=Rl(33945);var pA=Rl(88093);var dA={};var hA=typeof Uint8Array==="undefined"||!oA?zl:oA(Uint8Array);var fA={__proto__:null,"%AggregateError%":typeof AggregateError==="undefined"?zl:AggregateError,"%Array%":Array,"%ArrayBuffer%":typeof ArrayBuffer==="undefined"?zl:ArrayBuffer,"%ArrayIteratorPrototype%":aA&&oA?oA([][Symbol.iterator]()):zl,"%AsyncFromSyncIteratorPrototype%":zl,"%AsyncFunction%":dA,"%AsyncGenerator%":dA,"%AsyncGeneratorFunction%":dA,"%AsyncIteratorPrototype%":dA,"%Atomics%":typeof Atomics==="undefined"?zl:Atomics,"%BigInt%":typeof BigInt==="undefined"?zl:BigInt,"%BigInt64Array%":typeof BigInt64Array==="undefined"?zl:BigInt64Array,"%BigUint64Array%":typeof BigUint64Array==="undefined"?zl:BigUint64Array,"%Boolean%":Boolean,"%DataView%":typeof DataView==="undefined"?zl:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":yh,"%eval%":eval,"%EvalError%":kh,"%Float16Array%":typeof Float16Array==="undefined"?zl:Float16Array,"%Float32Array%":typeof Float32Array==="undefined"?zl:Float32Array,"%Float64Array%":typeof Float64Array==="undefined"?zl:Float64Array,"%FinalizationRegistry%":typeof FinalizationRegistry==="undefined"?zl:FinalizationRegistry,"%Function%":rA,"%GeneratorFunction%":dA,"%Int8Array%":typeof Int8Array==="undefined"?zl:Int8Array,"%Int16Array%":typeof Int16Array==="undefined"?zl:Int16Array,"%Int32Array%":typeof Int32Array==="undefined"?zl:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":aA&&oA?oA(oA([][Symbol.iterator]())):zl,"%JSON%":typeof JSON==="object"?JSON:zl,"%Map%":typeof Map==="undefined"?zl:Map,"%MapIteratorPrototype%":typeof Map==="undefined"||!aA||!oA?zl:oA((new Map)[Symbol.iterator]()),"%Math%":Math,"%Number%":Number,"%Object%":rd,"%Object.getOwnPropertyDescriptor%":nA,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":typeof Promise==="undefined"?zl:Promise,"%Proxy%":typeof Proxy==="undefined"?zl:Proxy,"%RangeError%":Qh,"%ReferenceError%":cf,"%Reflect%":typeof Reflect==="undefined"?zl:Reflect,"%RegExp%":RegExp,"%Set%":typeof Set==="undefined"?zl:Set,"%SetIteratorPrototype%":typeof Set==="undefined"||!aA||!oA?zl:oA((new Set)[Symbol.iterator]()),"%SharedArrayBuffer%":typeof SharedArrayBuffer==="undefined"?zl:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":aA&&oA?oA(""[Symbol.iterator]()):zl,"%Symbol%":aA?Symbol:zl,"%SyntaxError%":t_,"%ThrowTypeError%":sA,"%TypedArray%":hA,"%TypeError%":r_,"%Uint8Array%":typeof Uint8Array==="undefined"?zl:Uint8Array,"%Uint8ClampedArray%":typeof Uint8ClampedArray==="undefined"?zl:Uint8ClampedArray,"%Uint16Array%":typeof Uint16Array==="undefined"?zl:Uint16Array,"%Uint32Array%":typeof Uint32Array==="undefined"?zl:Uint32Array,"%URIError%":u_,"%WeakMap%":typeof WeakMap==="undefined"?zl:WeakMap,"%WeakRef%":typeof WeakRef==="undefined"?zl:WeakRef,"%WeakSet%":typeof WeakSet==="undefined"?zl:WeakSet,"%Function.prototype.call%":pA,"%Function.prototype.apply%":uA,"%Object.defineProperty%":iA,"%Object.getPrototypeOf%":lA,"%Math.abs%":C_,"%Math.floor%":D_,"%Math.max%":S_,"%Math.min%":P_,"%Math.pow%":Cg,"%Math.round%":eA,"%Math.sign%":tA,"%Reflect.getPrototypeOf%":cA};if(oA){try{null.error}catch(ml){var _A=oA(oA(ml));fA["%Error.prototype%"]=_A}}var mA=function doEval(ml){var Al;if(ml==="%AsyncFunction%"){Al=getEvalledConstructor("async function () {}")}else if(ml==="%GeneratorFunction%"){Al=getEvalledConstructor("function* () {}")}else if(ml==="%AsyncGeneratorFunction%"){Al=getEvalledConstructor("async function* () {}")}else if(ml==="%AsyncGenerator%"){var Rl=doEval("%AsyncGeneratorFunction%");if(Rl){Al=Rl.prototype}}else if(ml==="%AsyncIteratorPrototype%"){var zl=doEval("%AsyncGenerator%");if(zl&&oA){Al=oA(zl.prototype)}}fA[ml]=Al;return Al};var gA={__proto__:null,"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]};var AA=Rl(37564);var yA=Rl(54076);var bA=AA.call(pA,Array.prototype.concat);var vA=AA.call(uA,Array.prototype.splice);var EA=AA.call(pA,String.prototype.replace);var wA=AA.call(pA,String.prototype.slice);var CA=AA.call(pA,RegExp.prototype.exec);var xA=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g;var DA=/\\(\\)?/g;var SA=function stringToPath(ml){var Al=wA(ml,0,1);var Rl=wA(ml,-1);if(Al==="%"&&Rl!=="%"){throw new t_("invalid intrinsic syntax, expected closing `%`")}else if(Rl==="%"&&Al!=="%"){throw new t_("invalid intrinsic syntax, expected opening `%`")}var zl=[];EA(ml,xA,function(ml,Al,Rl,rd){zl[zl.length]=Rl?EA(rd,DA,"$1"):Al||ml});return zl};var kA=function getBaseIntrinsic(ml,Al){var Rl=ml;var zl;if(yA(gA,Rl)){zl=gA[Rl];Rl="%"+zl[0]+"%"}if(yA(fA,Rl)){var rd=fA[Rl];if(rd===dA){rd=mA(Rl)}if(typeof rd==="undefined"&&!Al){throw new r_("intrinsic "+ml+" exists, but is not available. Please file an issue!")}return{alias:zl,name:Rl,value:rd}}throw new t_("intrinsic "+ml+" does not exist!")};ml.exports=function GetIntrinsic(ml,Al){if(typeof ml!=="string"||ml.length===0){throw new r_("intrinsic name must be a non-empty string")}if(arguments.length>1&&typeof Al!=="boolean"){throw new r_('"allowMissing" argument must be a boolean')}if(CA(/^%?[^%]*%?$/,ml)===null){throw new t_("`%` may not be present anywhere but at the beginning and end of the intrinsic name")}var Rl=SA(ml);var rd=Rl.length>0?Rl[0]:"";var yh=kA("%"+rd+"%",Al);var kh=yh.name;var Qh=yh.value;var cf=false;var u_=yh.alias;if(u_){rd=u_[0];vA(Rl,bA([0,1],u_))}for(var C_=1,D_=true;C_=Rl.length){var eA=nA(Qh,S_);D_=!!eA;if(D_&&"get"in eA&&!("originalValue"in eA.get)){Qh=eA.get}else{Qh=Qh[S_]}}else{D_=yA(Qh,S_);Qh=Qh[S_]}if(D_&&!cf){fA[kh]=Qh}}}return Qh}},91311:(ml,Al,Rl)=>{"use strict";var zl=Rl(95399);ml.exports=zl.getPrototypeOf||null},48681:ml=>{"use strict";ml.exports=typeof Reflect!=="undefined"&&Reflect.getPrototypeOf||null},81967:(ml,Al,Rl)=>{"use strict";var zl=Rl(48681);var rd=Rl(91311);var yh=Rl(26669);ml.exports=zl?function getProto(ml){return zl(ml)}:rd?function getProto(ml){if(!ml||typeof ml!=="object"&&typeof ml!=="function"){throw new TypeError("getProto: not an object")}return rd(ml)}:yh?function getProto(ml){return yh(ml)}:null},1174:ml=>{"use strict";ml.exports=Object.getOwnPropertyDescriptor},33170:(ml,Al,Rl)=>{"use strict";var zl=Rl(1174);if(zl){try{zl([],"length")}catch(ml){zl=null}}ml.exports=zl},83813:ml=>{"use strict";ml.exports=(ml,Al=process.argv)=>{const Rl=ml.startsWith("-")?"":ml.length===1?"-":"--";const zl=Al.indexOf(Rl+ml);const rd=Al.indexOf("--");return zl!==-1&&(rd===-1||zl{"use strict";var zl=typeof Symbol!=="undefined"&&Symbol;var rd=Rl(61114);ml.exports=function hasNativeSymbols(){if(typeof zl!=="function"){return false}if(typeof Symbol!=="function"){return false}if(typeof zl("foo")!=="symbol"){return false}if(typeof Symbol("bar")!=="symbol"){return false}return rd()}},61114:ml=>{"use strict";ml.exports=function hasSymbols(){if(typeof Symbol!=="function"||typeof Object.getOwnPropertySymbols!=="function"){return false}if(typeof Symbol.iterator==="symbol"){return true}var ml={};var Al=Symbol("test");var Rl=Object(Al);if(typeof Al==="string"){return false}if(Object.prototype.toString.call(Al)!=="[object Symbol]"){return false}if(Object.prototype.toString.call(Rl)!=="[object Symbol]"){return false}var zl=42;ml[Al]=zl;for(var rd in ml){return false}if(typeof Object.keys==="function"&&Object.keys(ml).length!==0){return false}if(typeof Object.getOwnPropertyNames==="function"&&Object.getOwnPropertyNames(ml).length!==0){return false}var yh=Object.getOwnPropertySymbols(ml);if(yh.length!==1||yh[0]!==Al){return false}if(!Object.prototype.propertyIsEnumerable.call(ml,Al)){return false}if(typeof Object.getOwnPropertyDescriptor==="function"){var kh=Object.getOwnPropertyDescriptor(ml,Al);if(kh.value!==zl||kh.enumerable!==true){return false}}return true}},85479:(ml,Al,Rl)=>{"use strict";var zl=Rl(61114);ml.exports=function hasToStringTagShams(){return zl()&&!!Symbol.toStringTag}},54076:(ml,Al,Rl)=>{"use strict";var zl=Function.prototype.call;var rd=Object.prototype.hasOwnProperty;var yh=Rl(37564);ml.exports=yh.call(zl,rd)},96904:function(ml,Al,Rl){"use strict";var zl=this&&this.__awaiter||function(ml,Al,Rl,zl){function adopt(ml){return ml instanceof Rl?ml:new Rl(function(Al){Al(ml)})}return new(Rl||(Rl=Promise))(function(Rl,rd){function fulfilled(ml){try{step(zl.next(ml))}catch(ml){rd(ml)}}function rejected(ml){try{step(zl["throw"](ml))}catch(ml){rd(ml)}}function step(ml){ml.done?Rl(ml.value):adopt(ml.value).then(fulfilled,rejected)}step((zl=zl.apply(ml,Al||[])).next())})};var rd=this&&this.__importDefault||function(ml){return ml&&ml.__esModule?ml:{default:ml}};Object.defineProperty(Al,"__esModule",{value:true});const yh=rd(Rl(69278));const kh=rd(Rl(64756));const Qh=rd(Rl(87016));const cf=rd(Rl(42613));const t_=rd(Rl(2830));const r_=Rl(8207);const u_=rd(Rl(37943));const C_=t_.default("https-proxy-agent:agent");class HttpsProxyAgent extends r_.Agent{constructor(ml){let Al;if(typeof ml==="string"){Al=Qh.default.parse(ml)}else{Al=ml}if(!Al){throw new Error("an HTTP(S) proxy server `host` and `port` must be specified!")}C_("creating new HttpsProxyAgent instance: %o",Al);super(Al);const Rl=Object.assign({},Al);this.secureProxy=Al.secureProxy||isHTTPS(Rl.protocol);Rl.host=Rl.hostname||Rl.host;if(typeof Rl.port==="string"){Rl.port=parseInt(Rl.port,10)}if(!Rl.port&&Rl.host){Rl.port=this.secureProxy?443:80}if(this.secureProxy&&!("ALPNProtocols"in Rl)){Rl.ALPNProtocols=["http 1.1"]}if(Rl.host&&Rl.path){delete Rl.path;delete Rl.pathname}this.proxy=Rl}callback(ml,Al){return zl(this,void 0,void 0,function*(){const{proxy:Rl,secureProxy:zl}=this;let rd;if(zl){C_("Creating `tls.Socket`: %o",Rl);rd=kh.default.connect(Rl)}else{C_("Creating `net.Socket`: %o",Rl);rd=yh.default.connect(Rl)}const Qh=Object.assign({},Rl.headers);const t_=`${Al.host}:${Al.port}`;let r_=`CONNECT ${t_} HTTP/1.1\r\n`;if(Rl.auth){Qh["Proxy-Authorization"]=`Basic ${Buffer.from(Rl.auth).toString("base64")}`}let{host:D_,port:S_,secureEndpoint:P_}=Al;if(!isDefaultPort(S_,P_)){D_+=`:${S_}`}Qh.Host=D_;Qh.Connection="close";for(const ml of Object.keys(Qh)){r_+=`${ml}: ${Qh[ml]}\r\n`}const Cg=u_.default(rd);rd.write(`${r_}\r\n`);const{statusCode:eA,buffered:tA}=yield Cg;if(eA===200){ml.once("socket",resume);if(Al.secureEndpoint){C_("Upgrading socket connection to TLS");const ml=Al.servername||Al.host;return kh.default.connect(Object.assign(Object.assign({},omit(Al,"host","hostname","path","port")),{socket:rd,servername:ml}))}return rd}rd.destroy();const rA=new yh.default.Socket({writable:false});rA.readable=true;ml.once("socket",ml=>{C_("replaying proxy buffer for failed request");cf.default(ml.listenerCount("data")>0);ml.push(tA);ml.push(null)});return rA})}}Al["default"]=HttpsProxyAgent;function resume(ml){ml.resume()}function isDefaultPort(ml,Al){return Boolean(!Al&&ml===80||Al&&ml===443)}function isHTTPS(ml){return typeof ml==="string"?/^https:?$/i.test(ml):false}function omit(ml,...Al){const Rl={};let zl;for(zl in ml){if(!Al.includes(zl)){Rl[zl]=ml[zl]}}return Rl}},3669:function(ml,Al,Rl){"use strict";var zl=this&&this.__importDefault||function(ml){return ml&&ml.__esModule?ml:{default:ml}};const rd=zl(Rl(96904));function createHttpsProxyAgent(ml){return new rd.default(ml)}(function(ml){ml.HttpsProxyAgent=rd.default;ml.prototype=rd.default.prototype})(createHttpsProxyAgent||(createHttpsProxyAgent={}));ml.exports=createHttpsProxyAgent},37943:function(ml,Al,Rl){"use strict";var zl=this&&this.__importDefault||function(ml){return ml&&ml.__esModule?ml:{default:ml}};Object.defineProperty(Al,"__esModule",{value:true});const rd=zl(Rl(2830));const yh=rd.default("https-proxy-agent:parse-proxy-response");function parseProxyResponse(ml){return new Promise((Al,Rl)=>{let zl=0;const rd=[];function read(){const Al=ml.read();if(Al)ondata(Al);else ml.once("readable",read)}function cleanup(){ml.removeListener("end",onend);ml.removeListener("error",onerror);ml.removeListener("close",onclose);ml.removeListener("readable",read)}function onclose(ml){yh("onclose had error %o",ml)}function onend(){yh("onend")}function onerror(ml){cleanup();yh("onerror %o",ml);Rl(ml)}function ondata(ml){rd.push(ml);zl+=ml.length;const Rl=Buffer.concat(rd,zl);const kh=Rl.indexOf("\r\n\r\n");if(kh===-1){yh("have not received end of HTTP headers yet...");read();return}const Qh=Rl.toString("ascii",0,Rl.indexOf("\r\n"));const cf=+Qh.split(" ")[1];yh("got proxy server response: %o",Qh);Al({statusCode:cf,buffered:Rl})}ml.on("error",onerror);ml.on("close",onclose);ml.on("end",onend);read()})}Al["default"]=parseProxyResponse},74281:(ml,Al,Rl)=>{"use strict";const zl=Rl(91950);const rd=Rl(59980);function renamed(ml,Al){return function(){throw new Error("Function yaml."+ml+" is removed in js-yaml 4. "+"Use yaml."+Al+" instead, which is now safe by default.")}}ml.exports.Type=Rl(9557);ml.exports.Schema=Rl(62046);ml.exports.FAILSAFE_SCHEMA=Rl(69832);ml.exports.JSON_SCHEMA=Rl(58927);ml.exports.CORE_SCHEMA=Rl(55746);ml.exports.DEFAULT_SCHEMA=Rl(97336);ml.exports.load=zl.load;ml.exports.loadAll=zl.loadAll;ml.exports.dump=rd.dump;ml.exports.YAMLException=Rl(41248);ml.exports.types={binary:Rl(8149),float:Rl(57584),map:Rl(47316),null:Rl(4333),pairs:Rl(16267),set:Rl(78758),timestamp:Rl(28966),bool:Rl(67296),int:Rl(62271),merge:Rl(76854),omap:Rl(58649),seq:Rl(77161),str:Rl(53929)};ml.exports.safeLoad=renamed("safeLoad","load");ml.exports.safeLoadAll=renamed("safeLoadAll","loadAll");ml.exports.safeDump=renamed("safeDump","dump")},19816:ml=>{"use strict";function isNothing(ml){return typeof ml==="undefined"||ml===null}function isObject(ml){return typeof ml==="object"&&ml!==null}function toArray(ml){if(Array.isArray(ml))return ml;else if(isNothing(ml))return[];return[ml]}function extend(ml,Al){if(Al){const Rl=Object.keys(Al);for(let zl=0,rd=Rl.length;zl{"use strict";const zl=Rl(19816);const rd=Rl(41248);const yh=Rl(97336);const kh=Object.prototype.toString;const Qh=Object.prototype.hasOwnProperty;const cf=65279;const t_=9;const r_=10;const u_=13;const C_=32;const D_=33;const S_=34;const P_=35;const Cg=37;const eA=38;const tA=39;const rA=42;const nA=44;const iA=45;const sA=58;const aA=61;const oA=62;const lA=63;const cA=64;const uA=91;const pA=93;const dA=96;const hA=123;const fA=124;const _A=125;const mA={};mA[0]="\\0";mA[7]="\\a";mA[8]="\\b";mA[9]="\\t";mA[10]="\\n";mA[11]="\\v";mA[12]="\\f";mA[13]="\\r";mA[27]="\\e";mA[34]='\\"';mA[92]="\\\\";mA[133]="\\N";mA[160]="\\_";mA[8232]="\\L";mA[8233]="\\P";const gA=["y","Y","yes","Yes","YES","on","On","ON","n","N","no","No","NO","off","Off","OFF"];const AA=/^[-+]?[0-9_]+(?::[0-9_]+)+(?:\.[0-9_]*)?$/;function compileStyleMap(ml,Al){if(Al===null)return{};const Rl={};const zl=Object.keys(Al);for(let rd=0,yh=zl.length;rd=32&&ml<=126||ml>=161&&ml<=55295&&ml!==8232&&ml!==8233||ml>=57344&&ml<=65533&&ml!==cf||ml>=65536&&ml<=1114111}function isNsCharOrWhitespace(ml){return isPrintable(ml)&&ml!==cf&&ml!==u_&&ml!==r_}function isPlainSafe(ml,Al,Rl){const zl=isNsCharOrWhitespace(ml);const rd=zl&&!isWhitespace(ml);return(Rl?zl:zl&&ml!==nA&&ml!==uA&&ml!==pA&&ml!==hA&&ml!==_A)&&ml!==P_&&!(Al===sA&&!rd)||isNsCharOrWhitespace(Al)&&!isWhitespace(Al)&&ml===P_||Al===sA&&rd}function isPlainSafeFirst(ml){return isPrintable(ml)&&ml!==cf&&!isWhitespace(ml)&&ml!==iA&&ml!==lA&&ml!==sA&&ml!==nA&&ml!==uA&&ml!==pA&&ml!==hA&&ml!==_A&&ml!==P_&&ml!==eA&&ml!==rA&&ml!==D_&&ml!==fA&&ml!==aA&&ml!==oA&&ml!==tA&&ml!==S_&&ml!==Cg&&ml!==cA&&ml!==dA}function isPlainSafeLast(ml){return!isWhitespace(ml)&&ml!==sA}function codePointAt(ml,Al){const Rl=ml.charCodeAt(Al);let zl;if(Rl>=55296&&Rl<=56319&&Al+1=56320&&zl<=57343){return(Rl-55296)*1024+zl-56320+65536}}return Rl}function needIndentIndicator(ml){const Al=/^\n* /;return Al.test(ml)}const vA=1;const EA=2;const wA=3;const CA=4;const xA=5;function chooseScalarStyle(ml,Al,Rl,zl,rd,yh,kh,Qh){let cf;let t_=0;let u_=null;let C_=false;let D_=false;const S_=zl!==-1;let P_=-1;let Cg=isPlainSafeFirst(codePointAt(ml,0))&&isPlainSafeLast(codePointAt(ml,ml.length-1));if(Al||kh){for(cf=0;cf=65536?cf+=2:cf++){t_=codePointAt(ml,cf);if(!isPrintable(t_)){return xA}Cg=Cg&&isPlainSafe(t_,u_,Qh);u_=t_}}else{for(cf=0;cf=65536?cf+=2:cf++){t_=codePointAt(ml,cf);if(t_===r_){C_=true;if(S_){D_=D_||cf-P_-1>zl&&ml[P_+1]!==" ";P_=cf}}else if(!isPrintable(t_)){return xA}Cg=Cg&&isPlainSafe(t_,u_,Qh);u_=t_}D_=D_||S_&&(cf-P_-1>zl&&ml[P_+1]!==" ")}if(!C_&&!D_){if(Cg&&!kh&&!rd(ml)){return vA}return yh===bA?xA:EA}if(Rl>9&&needIndentIndicator(ml)){return xA}if(!kh){return D_?CA:wA}return yh===bA?xA:EA}function writeScalar(ml,Al,Rl,zl,yh){ml.dump=function(){if(Al.length===0){return ml.quotingType===bA?'""':"''"}if(!ml.noCompatMode){if(gA.indexOf(Al)!==-1||AA.test(Al)){return ml.quotingType===bA?'"'+Al+'"':"'"+Al+"'"}}const kh=ml.indent*Math.max(1,Rl);const Qh=ml.lineWidth===-1?-1:Math.max(Math.min(ml.lineWidth,40),ml.lineWidth-kh);const cf=zl||ml.flowLevel>-1&&Rl>=ml.flowLevel;function testAmbiguity(Al){return testImplicitResolving(ml,Al)}switch(chooseScalarStyle(Al,cf,ml.indent,Qh,testAmbiguity,ml.quotingType,ml.forceQuotes&&!zl,yh)){case vA:return Al;case EA:return"'"+Al.replace(/'/g,"''")+"'";case wA:return"|"+blockHeader(Al,ml.indent)+dropEndingNewline(indentString(Al,kh));case CA:return">"+blockHeader(Al,ml.indent)+dropEndingNewline(indentString(foldString(Al,Qh),kh));case xA:return'"'+escapeString(Al,Qh)+'"';default:throw new rd("impossible error: invalid scalar style")}}()}function blockHeader(ml,Al){const Rl=needIndentIndicator(ml)?String(Al):"";const zl=ml[ml.length-1]==="\n";const rd=zl&&(ml[ml.length-2]==="\n"||ml==="\n");const yh=rd?"+":zl?"":"-";return Rl+yh+"\n"}function dropEndingNewline(ml){return ml[ml.length-1]==="\n"?ml.slice(0,-1):ml}function foldString(ml,Al){const Rl=/(\n+)([^\n]*)/g;let zl=function(){let zl=ml.indexOf("\n");zl=zl!==-1?zl:ml.length;Rl.lastIndex=zl;return foldLine(ml.slice(0,zl),Al)}();let rd=ml[0]==="\n"||ml[0]===" ";let yh;let kh;while(kh=Rl.exec(ml)){const ml=kh[1];const Rl=kh[2];yh=Rl[0]===" ";zl+=ml+(!rd&&!yh&&Rl!==""?"\n":"")+foldLine(Rl,Al);rd=yh}return zl}function foldLine(ml,Al){if(ml===""||ml[0]===" ")return ml;const Rl=/ [^ ]/g;let zl;let rd=0;let yh;let kh=0;let Qh=0;let cf="";while(zl=Rl.exec(ml)){Qh=zl.index;if(Qh-rd>Al){yh=kh>rd?kh:Qh;cf+="\n"+ml.slice(rd,yh);rd=yh+1}kh=Qh}cf+="\n";if(ml.length-rd>Al&&kh>rd){cf+=ml.slice(rd,kh)+"\n"+ml.slice(kh+1)}else{cf+=ml.slice(rd)}return cf.slice(1)}function escapeString(ml){let Al="";let Rl=0;for(let zl=0;zl=65536?zl+=2:zl++){Rl=codePointAt(ml,zl);const rd=mA[Rl];if(!rd&&isPrintable(Rl)){Al+=ml[zl];if(Rl>=65536)Al+=ml[zl+1]}else{Al+=rd||encodeHex(Rl)}}return Al}function writeFlowSequence(ml,Al,Rl){let zl="";const rd=ml.tag;for(let rd=0,yh=Rl.length;rd1024)kh+="? ";kh+=ml.dump+(ml.condenseFlow?'"':"")+":"+(ml.condenseFlow?"":" ");if(!writeNode(ml,Al,cf,false,false)){continue}kh+=ml.dump;zl+=kh}ml.tag=rd;ml.dump="{"+zl+"}"}function writeBlockMapping(ml,Al,Rl,zl){let yh="";const kh=ml.tag;const Qh=Object.keys(Rl);if(ml.sortKeys===true){Qh.sort()}else if(typeof ml.sortKeys==="function"){Qh.sort(ml.sortKeys)}else if(ml.sortKeys){throw new rd("sortKeys must be a boolean or a function")}for(let rd=0,kh=Qh.length;rd1024;if(u_){if(ml.dump&&r_===ml.dump.charCodeAt(0)){kh+="?"}else{kh+="? "}}kh+=ml.dump;if(u_){kh+=generateNextLine(ml,Al)}if(!writeNode(ml,Al+1,t_,true,u_)){continue}if(ml.dump&&r_===ml.dump.charCodeAt(0)){kh+=":"}else{kh+=": "}kh+=ml.dump;yh+=kh}ml.tag=kh;ml.dump=yh||"{}"}function detectType(ml,Al,Rl){const zl=Rl?ml.explicitTypes:ml.implicitTypes;for(let yh=0,cf=zl.length;yh tag resolver accepts not "'+Rl+'" style')}ml.dump=zl}return true}}return false}function writeNode(ml,Al,Rl,zl,yh,Qh,cf){ml.tag=null;ml.dump=Rl;if(!detectType(ml,Rl,false)){detectType(ml,Rl,true)}const t_=kh.call(ml.dump);const r_=zl;if(zl){zl=ml.flowLevel<0||ml.flowLevel>Al}const u_=t_==="[object Object]"||t_==="[object Array]";let C_;let D_;if(u_){C_=ml.duplicates.indexOf(Rl);D_=C_!==-1}if(ml.tag!==null&&ml.tag!=="?"||D_||ml.indent!==2&&Al>0){yh=false}if(D_&&ml.usedDuplicates[C_]){ml.dump="*ref_"+C_}else{if(u_&&D_&&!ml.usedDuplicates[C_]){ml.usedDuplicates[C_]=true}if(t_==="[object Object]"){if(zl&&Object.keys(ml.dump).length!==0){writeBlockMapping(ml,Al,ml.dump,yh);if(D_){ml.dump="&ref_"+C_+ml.dump}}else{writeFlowMapping(ml,Al,ml.dump);if(D_){ml.dump="&ref_"+C_+" "+ml.dump}}}else if(t_==="[object Array]"){if(zl&&ml.dump.length!==0){if(ml.noArrayIndent&&!cf&&Al>0){writeBlockSequence(ml,Al-1,ml.dump,yh)}else{writeBlockSequence(ml,Al,ml.dump,yh)}if(D_){ml.dump="&ref_"+C_+ml.dump}}else{writeFlowSequence(ml,Al,ml.dump);if(D_){ml.dump="&ref_"+C_+" "+ml.dump}}}else if(t_==="[object String]"){if(ml.tag!=="?"){writeScalar(ml,ml.dump,Al,Qh,r_)}}else if(t_==="[object Undefined]"){return false}else{if(ml.skipInvalid)return false;throw new rd("unacceptable kind of an object to dump "+t_)}if(ml.tag!==null&&ml.tag!=="?"){let Al=encodeURI(ml.tag[0]==="!"?ml.tag.slice(1):ml.tag).replace(/!/g,"%21");if(ml.tag[0]==="!"){Al="!"+Al}else if(Al.slice(0,18)==="tag:yaml.org,2002:"){Al="!!"+Al.slice(18)}else{Al="!<"+Al+">"}ml.dump=Al+" "+ml.dump}}return true}function getDuplicateReferences(ml,Al){const Rl=[];const zl=[];inspectNode(ml,Rl,zl);const rd=zl.length;for(let ml=0;ml{"use strict";function formatError(ml,Al){let Rl="";const zl=ml.reason||"(unknown reason)";if(!ml.mark)return zl;if(ml.mark.name){Rl+='in "'+ml.mark.name+'" '}Rl+="("+(ml.mark.line+1)+":"+(ml.mark.column+1)+")";if(!Al&&ml.mark.snippet){Rl+="\n\n"+ml.mark.snippet}return zl+" "+Rl}function YAMLException(ml,Al){Error.call(this);this.name="YAMLException";this.reason=ml;this.mark=Al;this.message=formatError(this,false);if(Error.captureStackTrace){Error.captureStackTrace(this,this.constructor)}else{this.stack=(new Error).stack||""}}YAMLException.prototype=Object.create(Error.prototype);YAMLException.prototype.constructor=YAMLException;YAMLException.prototype.toString=function toString(ml){return this.name+": "+formatError(this,ml)};ml.exports=YAMLException},91950:(ml,Al,Rl)=>{"use strict";const zl=Rl(19816);const rd=Rl(41248);const yh=Rl(9440);const kh=Rl(97336);const Qh=Object.prototype.hasOwnProperty;const cf=1;const t_=2;const r_=3;const u_=4;const C_=1;const D_=2;const S_=3;const P_=/[\x00-\x08\x0B\x0C\x0E-\x1F\x7F-\x84\x86-\x9F\uFFFE\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/;const Cg=/[\x85\u2028\u2029]/;const eA=/[,\[\]{}]/;const tA=/^(?:!|!!|![0-9A-Za-z-]+!)$/;const rA=/^(?:!|[^,\[\]{}])(?:%[0-9a-f]{2}|[0-9a-z\-#;/?:@&=+$,_.!~*'()\[\]])*$/i;function _class(ml){return Object.prototype.toString.call(ml)}function isEol(ml){return ml===10||ml===13}function isWhiteSpace(ml){return ml===9||ml===32}function isWsOrEol(ml){return ml===9||ml===32||ml===10||ml===13}function isFlowIndicator(ml){return ml===44||ml===91||ml===93||ml===123||ml===125}function fromHexCode(ml){if(ml>=48&&ml<=57){return ml-48}const Al=ml|32;if(Al>=97&&Al<=102){return Al-97+10}return-1}function escapedHexLen(ml){if(ml===120){return 2}if(ml===117){return 4}if(ml===85){return 8}return 0}function fromDecimalCode(ml){if(ml>=48&&ml<=57){return ml-48}return-1}function simpleEscapeSequence(ml){switch(ml){case 48:return"\0";case 97:return"";case 98:return"\b";case 116:return"\t";case 9:return"\t";case 110:return"\n";case 118:return"\v";case 102:return"\f";case 114:return"\r";case 101:return"";case 32:return" ";case 34:return'"';case 47:return"/";case 92:return"\\";case 78:return"…";case 95:return" ";case 76:return"\u2028";case 80:return"\u2029";default:return""}}function charFromCodepoint(ml){if(ml<=65535){return String.fromCharCode(ml)}return String.fromCharCode((ml-65536>>10)+55296,(ml-65536&1023)+56320)}function setProperty(ml,Al,Rl){if(Al==="__proto__"){Object.defineProperty(ml,Al,{configurable:true,enumerable:true,writable:true,value:Rl})}else{ml[Al]=Rl}}const nA=new Array(256);const iA=new Array(256);for(let ml=0;ml<256;ml++){nA[ml]=simpleEscapeSequence(ml)?1:0;iA[ml]=simpleEscapeSequence(ml)}function State(ml,Al){this.input=ml;this.filename=Al["filename"]||null;this.schema=Al["schema"]||kh;this.onWarning=Al["onWarning"]||null;this.legacy=Al["legacy"]||false;this.json=Al["json"]||false;this.listener=Al["listener"]||null;this.maxDepth=typeof Al["maxDepth"]==="number"?Al["maxDepth"]:100;this.maxMergeSeqLength=typeof Al["maxMergeSeqLength"]==="number"?Al["maxMergeSeqLength"]:20;this.implicitTypes=this.schema.compiledImplicit;this.typeMap=this.schema.compiledTypeMap;this.length=ml.length;this.position=0;this.line=0;this.lineStart=0;this.lineIndent=0;this.depth=0;this.firstTabInLine=-1;this.documents=[];this.anchorMapTransactions=[]}function generateError(ml,Al){const Rl={name:ml.filename,buffer:ml.input.slice(0,-1),position:ml.position,line:ml.line,column:ml.position-ml.lineStart};Rl.snippet=yh(Rl);return new rd(Al,Rl)}function throwError(ml,Al){throw generateError(ml,Al)}function throwWarning(ml,Al){if(ml.onWarning){ml.onWarning.call(null,generateError(ml,Al))}}function storeAnchor(ml,Al,Rl){const zl=ml.anchorMapTransactions;if(zl.length!==0){const Rl=zl[zl.length-1];if(!Qh.call(Rl,Al)){Rl[Al]={existed:Qh.call(ml.anchorMap,Al),value:ml.anchorMap[Al]}}}ml.anchorMap[Al]=Rl}function beginAnchorTransaction(ml){ml.anchorMapTransactions.push(Object.create(null))}function commitAnchorTransaction(ml){const Al=ml.anchorMapTransactions.pop();const Rl=ml.anchorMapTransactions;if(Rl.length===0)return;const zl=Rl[Rl.length-1];const rd=Object.keys(Al);for(let ml=0,Rl=rd.length;ml=0;zl-=1){const rd=Al[Rl[zl]];if(rd.existed){ml.anchorMap[Rl[zl]]=rd.value}else{delete ml.anchorMap[Rl[zl]]}}}function snapshotState(ml){return{position:ml.position,line:ml.line,lineStart:ml.lineStart,lineIndent:ml.lineIndent,firstTabInLine:ml.firstTabInLine,tag:ml.tag,anchor:ml.anchor,kind:ml.kind,result:ml.result}}function restoreState(ml,Al){ml.position=Al.position;ml.line=Al.line;ml.lineStart=Al.lineStart;ml.lineIndent=Al.lineIndent;ml.firstTabInLine=Al.firstTabInLine;ml.tag=Al.tag;ml.anchor=Al.anchor;ml.kind=Al.kind;ml.result=Al.result}const sA={YAML:function handleYamlDirective(ml,Al,Rl){if(ml.version!==null){throwError(ml,"duplication of %YAML directive")}if(Rl.length!==1){throwError(ml,"YAML directive accepts exactly one argument")}const zl=/^([0-9]+)\.([0-9]+)$/.exec(Rl[0]);if(zl===null){throwError(ml,"ill-formed argument of the YAML directive")}const rd=parseInt(zl[1],10);const yh=parseInt(zl[2],10);if(rd!==1){throwError(ml,"unacceptable YAML version of the document")}ml.version=Rl[0];ml.checkLineBreaks=yh<2;if(yh!==1&&yh!==2){throwWarning(ml,"unsupported YAML version of the document")}},TAG:function handleTagDirective(ml,Al,Rl){let zl;if(Rl.length!==2){throwError(ml,"TAG directive accepts exactly two arguments")}const rd=Rl[0];zl=Rl[1];if(!tA.test(rd)){throwError(ml,"ill-formed tag handle (first argument) of the TAG directive")}if(Qh.call(ml.tagMap,rd)){throwError(ml,'there is a previously declared suffix for "'+rd+'" tag handle')}if(!rA.test(zl)){throwError(ml,"ill-formed tag prefix (second argument) of the TAG directive")}try{zl=decodeURIComponent(zl)}catch(Al){throwError(ml,"tag prefix is malformed: "+zl)}ml.tagMap[rd]=zl}};function captureSegment(ml,Al,Rl,zl){if(Al=32&&Rl<=1114111)){throwError(ml,"expected valid JSON character")}}}else if(P_.test(rd)){throwError(ml,"the stream contains non-printable characters")}ml.result+=rd}}function mergeMappings(ml,Al,Rl,rd){if(!zl.isObject(Rl)){throwError(ml,"cannot merge mappings; the provided source object is unacceptable")}const yh=Object.keys(Rl);for(let ml=0,zl=yh.length;mlml.maxMergeSeqLength){throwError(ml,"merge sequence length exceeded maxMergeSeqLength ("+ml.maxMergeSeqLength+")")}const zl=new Set;for(let rd=0,kh=yh.length;rd1){ml.result+=zl.repeat("\n",Al-1)}}function readPlainScalar(ml,Al,Rl){let zl;let rd;let yh;let kh;let Qh;let cf;const t_=ml.kind;const r_=ml.result;let u_=ml.input.charCodeAt(ml.position);if(isWsOrEol(u_)||isFlowIndicator(u_)||u_===35||u_===38||u_===42||u_===33||u_===124||u_===62||u_===39||u_===34||u_===37||u_===64||u_===96){return false}if(u_===63||u_===45){const Al=ml.input.charCodeAt(ml.position+1);if(isWsOrEol(Al)||Rl&&isFlowIndicator(Al)){return false}}ml.kind="scalar";ml.result="";zl=rd=ml.position;yh=false;while(u_!==0){if(u_===58){const Al=ml.input.charCodeAt(ml.position+1);if(isWsOrEol(Al)||Rl&&isFlowIndicator(Al)){break}}else if(u_===35){const Al=ml.input.charCodeAt(ml.position-1);if(isWsOrEol(Al)){break}}else if(ml.position===ml.lineStart&&testDocumentSeparator(ml)||Rl&&isFlowIndicator(u_)){break}else if(isEol(u_)){kh=ml.line;Qh=ml.lineStart;cf=ml.lineIndent;skipSeparationSpace(ml,false,-1);if(ml.lineIndent>=Al){yh=true;u_=ml.input.charCodeAt(ml.position);continue}else{ml.position=rd;ml.line=kh;ml.lineStart=Qh;ml.lineIndent=cf;break}}if(yh){captureSegment(ml,zl,rd,false);writeFoldedLines(ml,ml.line-kh);zl=rd=ml.position;yh=false}if(!isWhiteSpace(u_)){rd=ml.position+1}u_=ml.input.charCodeAt(++ml.position)}captureSegment(ml,zl,rd,false);if(ml.result){return true}ml.kind=t_;ml.result=r_;return false}function readSingleQuotedScalar(ml,Al){let Rl;let zl;let rd=ml.input.charCodeAt(ml.position);if(rd!==39){return false}ml.kind="scalar";ml.result="";ml.position++;Rl=zl=ml.position;while((rd=ml.input.charCodeAt(ml.position))!==0){if(rd===39){captureSegment(ml,Rl,ml.position,true);rd=ml.input.charCodeAt(++ml.position);if(rd===39){Rl=ml.position;ml.position++;zl=ml.position}else{return true}}else if(isEol(rd)){captureSegment(ml,Rl,zl,true);writeFoldedLines(ml,skipSeparationSpace(ml,false,Al));Rl=zl=ml.position}else if(ml.position===ml.lineStart&&testDocumentSeparator(ml)){throwError(ml,"unexpected end of the document within a single quoted scalar")}else{ml.position++;if(!isWhiteSpace(rd)){zl=ml.position}}}throwError(ml,"unexpected end of the stream within a single quoted scalar")}function readDoubleQuotedScalar(ml,Al){let Rl;let zl;let rd;let yh=ml.input.charCodeAt(ml.position);if(yh!==34){return false}ml.kind="scalar";ml.result="";ml.position++;Rl=zl=ml.position;while((yh=ml.input.charCodeAt(ml.position))!==0){if(yh===34){captureSegment(ml,Rl,ml.position,true);ml.position++;return true}else if(yh===92){captureSegment(ml,Rl,ml.position,true);yh=ml.input.charCodeAt(++ml.position);if(isEol(yh)){skipSeparationSpace(ml,false,Al)}else if(yh<256&&nA[yh]){ml.result+=iA[yh];ml.position++}else if((rd=escapedHexLen(yh))>0){let Al=rd;let Rl=0;for(;Al>0;Al--){yh=ml.input.charCodeAt(++ml.position);if((rd=fromHexCode(yh))>=0){Rl=(Rl<<4)+rd}else{throwError(ml,"expected hexadecimal character")}}ml.result+=charFromCodepoint(Rl);ml.position++}else{throwError(ml,"unknown escape sequence")}Rl=zl=ml.position}else if(isEol(yh)){captureSegment(ml,Rl,zl,true);writeFoldedLines(ml,skipSeparationSpace(ml,false,Al));Rl=zl=ml.position}else if(ml.position===ml.lineStart&&testDocumentSeparator(ml)){throwError(ml,"unexpected end of the document within a double quoted scalar")}else{ml.position++;if(!isWhiteSpace(yh)){zl=ml.position}}}throwError(ml,"unexpected end of the stream within a double quoted scalar")}function readFlowCollection(ml,Al){let Rl=true;let zl;let rd;let yh;const kh=ml.tag;let Qh;const t_=ml.anchor;let r_;let u_;let C_;let D_;const S_=Object.create(null);let P_;let Cg;let eA;let tA=ml.input.charCodeAt(ml.position);if(tA===91){r_=93;D_=false;Qh=[]}else if(tA===123){r_=125;D_=true;Qh={}}else{return false}if(ml.anchor!==null){storeAnchor(ml,ml.anchor,Qh)}tA=ml.input.charCodeAt(++ml.position);while(tA!==0){skipSeparationSpace(ml,true,Al);tA=ml.input.charCodeAt(ml.position);if(tA===r_){ml.position++;ml.tag=kh;ml.anchor=t_;ml.kind=D_?"mapping":"sequence";ml.result=Qh;return true}else if(!Rl){throwError(ml,"missed comma between flow collection entries")}else if(tA===44){throwError(ml,"expected the node content, but found ','")}Cg=P_=eA=null;u_=C_=false;if(tA===63){const Rl=ml.input.charCodeAt(ml.position+1);if(isWsOrEol(Rl)){u_=C_=true;ml.position++;skipSeparationSpace(ml,true,Al)}}zl=ml.line;rd=ml.lineStart;yh=ml.position;composeNode(ml,Al,cf,false,true);Cg=ml.tag;P_=ml.result;skipSeparationSpace(ml,true,Al);tA=ml.input.charCodeAt(ml.position);if((C_||ml.line===zl)&&tA===58){u_=true;tA=ml.input.charCodeAt(++ml.position);skipSeparationSpace(ml,true,Al);composeNode(ml,Al,cf,false,true);eA=ml.result}if(D_){storeMappingPair(ml,Qh,S_,Cg,P_,eA,zl,rd,yh)}else if(u_){Qh.push(storeMappingPair(ml,null,S_,Cg,P_,eA,zl,rd,yh))}else{Qh.push(P_)}skipSeparationSpace(ml,true,Al);tA=ml.input.charCodeAt(ml.position);if(tA===44){Rl=true;tA=ml.input.charCodeAt(++ml.position)}else{Rl=false}}throwError(ml,"unexpected end of the stream within a flow collection")}function readBlockScalar(ml,Al){let Rl;let rd=C_;let yh=false;let kh=false;let Qh=Al;let cf=0;let t_=false;let r_;let u_=ml.input.charCodeAt(ml.position);if(u_===124){Rl=false}else if(u_===62){Rl=true}else{return false}ml.kind="scalar";ml.result="";while(u_!==0){u_=ml.input.charCodeAt(++ml.position);if(u_===43||u_===45){if(C_===rd){rd=u_===43?S_:D_}else{throwError(ml,"repeat of a chomping mode identifier")}}else if((r_=fromDecimalCode(u_))>=0){if(r_===0){throwError(ml,"bad explicit indentation width of a block scalar; it cannot be less than one")}else if(!kh){Qh=Al+r_-1;kh=true}else{throwError(ml,"repeat of an indentation width identifier")}}else{break}}if(isWhiteSpace(u_)){do{u_=ml.input.charCodeAt(++ml.position)}while(isWhiteSpace(u_));if(u_===35){do{u_=ml.input.charCodeAt(++ml.position)}while(!isEol(u_)&&u_!==0)}}while(u_!==0){readLineBreak(ml);ml.lineIndent=0;u_=ml.input.charCodeAt(ml.position);while((!kh||ml.lineIndentQh){Qh=ml.lineIndent}if(isEol(u_)){cf++;continue}if(!kh&&Qh===0){throwError(ml,"missing indentation for block scalar")}if(ml.lineIndentAl)&&kh!==0){throwError(ml,"bad indentation of a sequence entry")}else if(ml.lineIndentAl){if(Cg){rd=ml.line;yh=ml.lineStart;kh=ml.position}if(composeNode(ml,Al,u_,true,zl)){if(Cg){S_=ml.result}else{P_=ml.result}}if(!Cg){storeMappingPair(ml,r_,C_,D_,S_,P_,rd,yh,kh);D_=S_=P_=null}skipSeparationSpace(ml,true,-1);tA=ml.input.charCodeAt(ml.position)}if((ml.line===nA||ml.lineIndent>Al)&&tA!==0){throwError(ml,"bad indentation of a mapping entry")}else if(ml.lineIndent=ml.maxDepth){throwError(ml,"nesting exceeded maxDepth ("+ml.maxDepth+")")}ml.depth+=1;if(ml.listener!==null){ml.listener("open",ml)}ml.tag=null;ml.anchor=null;ml.kind=null;ml.result=null;const rA=yh=kh=u_===Rl||r_===Rl;if(zl){if(skipSeparationSpace(ml,true,-1)){D_=true;if(ml.lineIndent>Al){C_=1}else if(ml.lineIndent===Al){C_=0}else if(ml.lineIndentAl){C_=1}else if(ml.lineIndent===Al){C_=0}else if(ml.lineIndent tag; it should be "scalar", not "'+ml.kind+'"')}for(let Al=0,Rl=ml.implicitTypes.length;Al")}if(ml.result!==null&&Cg.kind!==ml.kind){throwError(ml,"unacceptable node kind for !<"+ml.tag+'> tag; it should be "'+Cg.kind+'", not "'+ml.kind+'"')}if(!Cg.resolve(ml.result,ml.tag)){throwError(ml,"cannot resolve a node with !<"+ml.tag+"> explicit tag")}else{ml.result=Cg.construct(ml.result,ml.tag);if(ml.anchor!==null){storeAnchor(ml,ml.anchor,ml.result)}}}if(ml.listener!==null){ml.listener("close",ml)}ml.depth-=1;return ml.tag!==null||ml.anchor!==null||S_}function readDocument(ml){const Al=ml.position;let Rl=false;let zl;ml.version=null;ml.checkLineBreaks=ml.legacy;ml.tagMap=Object.create(null);ml.anchorMap=Object.create(null);while((zl=ml.input.charCodeAt(ml.position))!==0){skipSeparationSpace(ml,true,-1);zl=ml.input.charCodeAt(ml.position);if(ml.lineIndent>0||zl!==37){break}Rl=true;zl=ml.input.charCodeAt(++ml.position);let Al=ml.position;while(zl!==0&&!isWsOrEol(zl)){zl=ml.input.charCodeAt(++ml.position)}const rd=ml.input.slice(Al,ml.position);const yh=[];if(rd.length<1){throwError(ml,"directive name must not be less than one character in length")}while(zl!==0){while(isWhiteSpace(zl)){zl=ml.input.charCodeAt(++ml.position)}if(zl===35){do{zl=ml.input.charCodeAt(++ml.position)}while(zl!==0&&!isEol(zl));break}if(isEol(zl))break;Al=ml.position;while(zl!==0&&!isWsOrEol(zl)){zl=ml.input.charCodeAt(++ml.position)}yh.push(ml.input.slice(Al,ml.position))}if(zl!==0)readLineBreak(ml);if(Qh.call(sA,rd)){sA[rd](ml,rd,yh)}else{throwWarning(ml,'unknown document directive "'+rd+'"')}}skipSeparationSpace(ml,true,-1);if(ml.lineIndent===0&&ml.input.charCodeAt(ml.position)===45&&ml.input.charCodeAt(ml.position+1)===45&&ml.input.charCodeAt(ml.position+2)===45){ml.position+=3;skipSeparationSpace(ml,true,-1)}else if(Rl){throwError(ml,"directives end mark is expected")}composeNode(ml,ml.lineIndent-1,u_,false,true);skipSeparationSpace(ml,true,-1);if(ml.checkLineBreaks&&Cg.test(ml.input.slice(Al,ml.position))){throwWarning(ml,"non-ASCII line breaks are interpreted as content")}ml.documents.push(ml.result);if(ml.position===ml.lineStart&&testDocumentSeparator(ml)){if(ml.input.charCodeAt(ml.position)===46){ml.position+=3;skipSeparationSpace(ml,true,-1)}return}if(ml.position{"use strict";const zl=Rl(41248);const rd=Rl(9557);function compileList(ml,Al){const Rl=[];ml[Al].forEach(function(ml){let Al=Rl.length;Rl.forEach(function(Rl,zl){if(Rl.tag===ml.tag&&Rl.kind===ml.kind&&Rl.multi===ml.multi){Al=zl}});Rl[Al]=ml});return Rl}function compileMap(){const ml={scalar:{},sequence:{},mapping:{},fallback:{},multi:{scalar:[],sequence:[],mapping:[],fallback:[]}};function collectType(Al){if(Al.multi){ml.multi[Al.kind].push(Al);ml.multi["fallback"].push(Al)}else{ml[Al.kind][Al.tag]=ml["fallback"][Al.tag]=Al}}for(let ml=0,Al=arguments.length;ml{"use strict";ml.exports=Rl(58927)},97336:(ml,Al,Rl)=>{"use strict";ml.exports=Rl(55746).extend({implicit:[Rl(28966),Rl(76854)],explicit:[Rl(8149),Rl(58649),Rl(16267),Rl(78758)]})},69832:(ml,Al,Rl)=>{"use strict";const zl=Rl(62046);ml.exports=new zl({explicit:[Rl(53929),Rl(77161),Rl(47316)]})},58927:(ml,Al,Rl)=>{"use strict";ml.exports=Rl(69832).extend({implicit:[Rl(4333),Rl(67296),Rl(62271),Rl(57584)]})},9440:(ml,Al,Rl)=>{"use strict";const zl=Rl(19816);function getLine(ml,Al,Rl,zl,rd){let yh="";let kh="";const Qh=Math.floor(rd/2)-1;if(zl-Al>Qh){yh=" ... ";Al=zl-Qh+yh.length}if(Rl-zl>Qh){kh=" ...";Rl=zl+Qh-kh.length}return{str:yh+ml.slice(Al,Rl).replace(/\t/g,"→")+kh,pos:zl-Al+yh.length}}function padStart(ml,Al){return zl.repeat(" ",Al-ml.length)+ml}function makeSnippet(ml,Al){Al=Object.create(Al||null);if(!ml.buffer)return null;if(!Al.maxLength)Al.maxLength=79;if(typeof Al.indent!=="number")Al.indent=1;if(typeof Al.linesBefore!=="number")Al.linesBefore=3;if(typeof Al.linesAfter!=="number")Al.linesAfter=2;const Rl=/\r?\n|\r|\0/g;const rd=[0];const yh=[];let kh;let Qh=-1;while(kh=Rl.exec(ml.buffer)){yh.push(kh.index);rd.push(kh.index+kh[0].length);if(ml.position<=kh.index&&Qh<0){Qh=rd.length-2}}if(Qh<0)Qh=rd.length-1;let cf="";const t_=Math.min(ml.line+Al.linesAfter,yh.length).toString().length;const r_=Al.maxLength-(Al.indent+t_+3);for(let Rl=1;Rl<=Al.linesBefore;Rl++){if(Qh-Rl<0)break;const kh=getLine(ml.buffer,rd[Qh-Rl],yh[Qh-Rl],ml.position-(rd[Qh]-rd[Qh-Rl]),r_);cf=zl.repeat(" ",Al.indent)+padStart((ml.line-Rl+1).toString(),t_)+" | "+kh.str+"\n"+cf}const u_=getLine(ml.buffer,rd[Qh],yh[Qh],ml.position,r_);cf+=zl.repeat(" ",Al.indent)+padStart((ml.line+1).toString(),t_)+" | "+u_.str+"\n";cf+=zl.repeat("-",Al.indent+t_+3+u_.pos)+"^"+"\n";for(let Rl=1;Rl<=Al.linesAfter;Rl++){if(Qh+Rl>=yh.length)break;const kh=getLine(ml.buffer,rd[Qh+Rl],yh[Qh+Rl],ml.position-(rd[Qh]-rd[Qh+Rl]),r_);cf+=zl.repeat(" ",Al.indent)+padStart((ml.line+Rl+1).toString(),t_)+" | "+kh.str+"\n"}return cf.replace(/\n$/,"")}ml.exports=makeSnippet},9557:(ml,Al,Rl)=>{"use strict";const zl=Rl(41248);const rd=["kind","multi","resolve","construct","instanceOf","predicate","represent","representName","defaultStyle","styleAliases"];const yh=["scalar","sequence","mapping"];function compileStyleAliases(ml){const Al={};if(ml!==null){Object.keys(ml).forEach(function(Rl){ml[Rl].forEach(function(ml){Al[String(ml)]=Rl})})}return Al}function Type(ml,Al){Al=Al||{};Object.keys(Al).forEach(function(Al){if(rd.indexOf(Al)===-1){throw new zl('Unknown option "'+Al+'" is met in definition of "'+ml+'" YAML type.')}});this.options=Al;this.tag=ml;this.kind=Al["kind"]||null;this.resolve=Al["resolve"]||function(){return true};this.construct=Al["construct"]||function(ml){return ml};this.instanceOf=Al["instanceOf"]||null;this.predicate=Al["predicate"]||null;this.represent=Al["represent"]||null;this.representName=Al["representName"]||null;this.defaultStyle=Al["defaultStyle"]||null;this.multi=Al["multi"]||false;this.styleAliases=compileStyleAliases(Al["styleAliases"]||null);if(yh.indexOf(this.kind)===-1){throw new zl('Unknown kind "'+this.kind+'" is specified for "'+ml+'" YAML type.')}}ml.exports=Type},8149:(ml,Al,Rl)=>{"use strict";const zl=Rl(9557);const rd="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=\n\r";function resolveYamlBinary(ml){if(ml===null)return false;let Al=0;const Rl=ml.length;const zl=rd;for(let rd=0;rd64)continue;if(Rl<0)return false;Al+=6}return Al%8===0}function constructYamlBinary(ml){const Al=ml.replace(/[\r\n=]/g,"");const Rl=Al.length;const zl=rd;let yh=0;const kh=[];for(let ml=0;ml>16&255);kh.push(yh>>8&255);kh.push(yh&255)}yh=yh<<6|zl.indexOf(Al.charAt(ml))}const Qh=Rl%4*6;if(Qh===0){kh.push(yh>>16&255);kh.push(yh>>8&255);kh.push(yh&255)}else if(Qh===18){kh.push(yh>>10&255);kh.push(yh>>2&255)}else if(Qh===12){kh.push(yh>>4&255)}return new Uint8Array(kh)}function representYamlBinary(ml){let Al="";let Rl=0;const zl=ml.length;const yh=rd;for(let rd=0;rd>18&63];Al+=yh[Rl>>12&63];Al+=yh[Rl>>6&63];Al+=yh[Rl&63]}Rl=(Rl<<8)+ml[rd]}const kh=zl%3;if(kh===0){Al+=yh[Rl>>18&63];Al+=yh[Rl>>12&63];Al+=yh[Rl>>6&63];Al+=yh[Rl&63]}else if(kh===2){Al+=yh[Rl>>10&63];Al+=yh[Rl>>4&63];Al+=yh[Rl<<2&63];Al+=yh[64]}else if(kh===1){Al+=yh[Rl>>2&63];Al+=yh[Rl<<4&63];Al+=yh[64];Al+=yh[64]}return Al}function isBinary(ml){return Object.prototype.toString.call(ml)==="[object Uint8Array]"}ml.exports=new zl("tag:yaml.org,2002:binary",{kind:"scalar",resolve:resolveYamlBinary,construct:constructYamlBinary,predicate:isBinary,represent:representYamlBinary})},67296:(ml,Al,Rl)=>{"use strict";const zl=Rl(9557);function resolveYamlBoolean(ml){if(ml===null)return false;const Al=ml.length;return Al===4&&(ml==="true"||ml==="True"||ml==="TRUE")||Al===5&&(ml==="false"||ml==="False"||ml==="FALSE")}function constructYamlBoolean(ml){return ml==="true"||ml==="True"||ml==="TRUE"}function isBoolean(ml){return Object.prototype.toString.call(ml)==="[object Boolean]"}ml.exports=new zl("tag:yaml.org,2002:bool",{kind:"scalar",resolve:resolveYamlBoolean,construct:constructYamlBoolean,predicate:isBoolean,represent:{lowercase:function(ml){return ml?"true":"false"},uppercase:function(ml){return ml?"TRUE":"FALSE"},camelcase:function(ml){return ml?"True":"False"}},defaultStyle:"lowercase"})},57584:(ml,Al,Rl)=>{"use strict";const zl=Rl(19816);const rd=Rl(9557);const yh=new RegExp("^(?:[-+]?(?:[0-9]+)(?:\\.[0-9]*)?(?:[eE][-+]?[0-9]+)?"+"|\\.[0-9]+(?:[eE][-+]?[0-9]+)?"+"|[-+]?\\.(?:inf|Inf|INF)"+"|\\.(?:nan|NaN|NAN))$");const kh=new RegExp("^(?:"+"[-+]?\\.(?:inf|Inf|INF)"+"|\\.(?:nan|NaN|NAN))$");function resolveYamlFloat(ml){if(ml===null)return false;if(!yh.test(ml)){return false}if(Number.isFinite(parseFloat(ml,10))){return true}return kh.test(ml)}function constructYamlFloat(ml){let Al=ml.toLowerCase();const Rl=Al[0]==="-"?-1:1;if("+-".indexOf(Al[0])>=0){Al=Al.slice(1)}if(Al===".inf"){return Rl===1?Number.POSITIVE_INFINITY:Number.NEGATIVE_INFINITY}else if(Al===".nan"){return NaN}return Rl*parseFloat(Al,10)}const Qh=/^[-+]?[0-9]+e/;function representYamlFloat(ml,Al){if(isNaN(ml)){switch(Al){case"lowercase":return".nan";case"uppercase":return".NAN";case"camelcase":return".NaN"}}else if(Number.POSITIVE_INFINITY===ml){switch(Al){case"lowercase":return".inf";case"uppercase":return".INF";case"camelcase":return".Inf"}}else if(Number.NEGATIVE_INFINITY===ml){switch(Al){case"lowercase":return"-.inf";case"uppercase":return"-.INF";case"camelcase":return"-.Inf"}}else if(zl.isNegativeZero(ml)){return"-0.0"}const Rl=ml.toString(10);return Qh.test(Rl)?Rl.replace("e",".e"):Rl}function isFloat(ml){return Object.prototype.toString.call(ml)==="[object Number]"&&(ml%1!==0||zl.isNegativeZero(ml))}ml.exports=new rd("tag:yaml.org,2002:float",{kind:"scalar",resolve:resolveYamlFloat,construct:constructYamlFloat,predicate:isFloat,represent:representYamlFloat,defaultStyle:"lowercase"})},62271:(ml,Al,Rl)=>{"use strict";const zl=Rl(19816);const rd=Rl(9557);function isHexCode(ml){return ml>=48&&ml<=57||ml>=65&&ml<=70||ml>=97&&ml<=102}function isOctCode(ml){return ml>=48&&ml<=55}function isDecCode(ml){return ml>=48&&ml<=57}function resolveYamlInteger(ml){if(ml===null)return false;const Al=ml.length;let Rl=0;let zl=false;if(!Al)return false;let rd=ml[Rl];if(rd==="-"||rd==="+"){rd=ml[++Rl]}if(rd==="0"){if(Rl+1===Al)return true;rd=ml[++Rl];if(rd==="b"){Rl++;for(;Rl=0?"0b"+ml.toString(2):"-0b"+ml.toString(2).slice(1)},octal:function(ml){return ml>=0?"0o"+ml.toString(8):"-0o"+ml.toString(8).slice(1)},decimal:function(ml){return ml.toString(10)},hexadecimal:function(ml){return ml>=0?"0x"+ml.toString(16).toUpperCase():"-0x"+ml.toString(16).toUpperCase().slice(1)}},defaultStyle:"decimal",styleAliases:{binary:[2,"bin"],octal:[8,"oct"],decimal:[10,"dec"],hexadecimal:[16,"hex"]}})},47316:(ml,Al,Rl)=>{"use strict";const zl=Rl(9557);ml.exports=new zl("tag:yaml.org,2002:map",{kind:"mapping",construct:function(ml){return ml!==null?ml:{}}})},76854:(ml,Al,Rl)=>{"use strict";const zl=Rl(9557);function resolveYamlMerge(ml){return ml==="<<"||ml===null}ml.exports=new zl("tag:yaml.org,2002:merge",{kind:"scalar",resolve:resolveYamlMerge})},4333:(ml,Al,Rl)=>{"use strict";const zl=Rl(9557);function resolveYamlNull(ml){if(ml===null)return true;const Al=ml.length;return Al===1&&ml==="~"||Al===4&&(ml==="null"||ml==="Null"||ml==="NULL")}function constructYamlNull(){return null}function isNull(ml){return ml===null}ml.exports=new zl("tag:yaml.org,2002:null",{kind:"scalar",resolve:resolveYamlNull,construct:constructYamlNull,predicate:isNull,represent:{canonical:function(){return"~"},lowercase:function(){return"null"},uppercase:function(){return"NULL"},camelcase:function(){return"Null"},empty:function(){return""}},defaultStyle:"lowercase"})},58649:(ml,Al,Rl)=>{"use strict";const zl=Rl(9557);const rd=Object.prototype.hasOwnProperty;const yh=Object.prototype.toString;function resolveYamlOmap(ml){if(ml===null)return true;const Al=[];const Rl=ml;for(let ml=0,zl=Rl.length;ml{"use strict";const zl=Rl(9557);const rd=Object.prototype.toString;function resolveYamlPairs(ml){if(ml===null)return true;const Al=ml;const Rl=new Array(Al.length);for(let ml=0,zl=Al.length;ml{"use strict";const zl=Rl(9557);ml.exports=new zl("tag:yaml.org,2002:seq",{kind:"sequence",construct:function(ml){return ml!==null?ml:[]}})},78758:(ml,Al,Rl)=>{"use strict";const zl=Rl(9557);const rd=Object.prototype.hasOwnProperty;function resolveYamlSet(ml){if(ml===null)return true;const Al=ml;for(const ml in Al){if(rd.call(Al,ml)){if(Al[ml]!==null)return false}}return true}function constructYamlSet(ml){return ml!==null?ml:{}}ml.exports=new zl("tag:yaml.org,2002:set",{kind:"mapping",resolve:resolveYamlSet,construct:constructYamlSet})},53929:(ml,Al,Rl)=>{"use strict";const zl=Rl(9557);ml.exports=new zl("tag:yaml.org,2002:str",{kind:"scalar",construct:function(ml){return ml!==null?ml:""}})},28966:(ml,Al,Rl)=>{"use strict";const zl=Rl(9557);const rd=new RegExp("^([0-9][0-9][0-9][0-9])"+"-([0-9][0-9])"+"-([0-9][0-9])$");const yh=new RegExp("^([0-9][0-9][0-9][0-9])"+"-([0-9][0-9]?)"+"-([0-9][0-9]?)"+"(?:[Tt]|[ \\t]+)"+"([0-9][0-9]?)"+":([0-9][0-9])"+":([0-9][0-9])"+"(?:\\.([0-9]*))?"+"(?:[ \\t]*(Z|([-+])([0-9][0-9]?)"+"(?::([0-9][0-9]))?))?$");function resolveYamlTimestamp(ml){if(ml===null)return false;if(rd.exec(ml)!==null)return true;if(yh.exec(ml)!==null)return true;return false}function constructYamlTimestamp(ml){let Al=0;let Rl=null;let zl=rd.exec(ml);if(zl===null)zl=yh.exec(ml);if(zl===null)throw new Error("Date resolve error");const kh=+zl[1];const Qh=+zl[2]-1;const cf=+zl[3];if(!zl[4]){return new Date(Date.UTC(kh,Qh,cf))}const t_=+zl[4];const r_=+zl[5];const u_=+zl[6];if(zl[7]){Al=zl[7].slice(0,3);while(Al.length<3){Al+="0"}Al=+Al}if(zl[9]){const ml=+zl[10];const Al=+(zl[11]||0);Rl=(ml*60+Al)*6e4;if(zl[9]==="-")Rl=-Rl}const C_=new Date(Date.UTC(kh,Qh,cf,t_,r_,u_,Al));if(Rl)C_.setTime(C_.getTime()-Rl);return C_}function representYamlTimestamp(ml){return ml.toISOString()}ml.exports=new zl("tag:yaml.org,2002:timestamp",{kind:"scalar",resolve:resolveYamlTimestamp,construct:constructYamlTimestamp,instanceOf:Date,represent:representYamlTimestamp})},92047:(ml,Al,Rl)=>{var zl=Rl(33324);ml.exports=function(ml,Al){Al=Al||{};var Rl=zl.decode(ml,Al);if(!Rl){return null}var rd=Rl.payload;if(typeof rd==="string"){try{var yh=JSON.parse(rd);if(yh!==null&&typeof yh==="object"){rd=yh}}catch(ml){}}if(Al.complete===true){return{header:Rl.header,payload:rd,signature:Rl.signature}}return rd}},69653:(ml,Al,Rl)=>{ml.exports={decode:Rl(92047),verify:Rl(60772),sign:Rl(14912),JsonWebTokenError:Rl(26248),NotBeforeError:Rl(91269),TokenExpiredError:Rl(41241)}},26248:ml=>{var JsonWebTokenError=function(ml,Al){Error.call(this,ml);if(Error.captureStackTrace){Error.captureStackTrace(this,this.constructor)}this.name="JsonWebTokenError";this.message=ml;if(Al)this.inner=Al};JsonWebTokenError.prototype=Object.create(Error.prototype);JsonWebTokenError.prototype.constructor=JsonWebTokenError;ml.exports=JsonWebTokenError},91269:(ml,Al,Rl)=>{var zl=Rl(26248);var NotBeforeError=function(ml,Al){zl.call(this,ml);this.name="NotBeforeError";this.date=Al};NotBeforeError.prototype=Object.create(zl.prototype);NotBeforeError.prototype.constructor=NotBeforeError;ml.exports=NotBeforeError},41241:(ml,Al,Rl)=>{var zl=Rl(26248);var TokenExpiredError=function(ml,Al){zl.call(this,ml);this.name="TokenExpiredError";this.expiredAt=Al};TokenExpiredError.prototype=Object.create(zl.prototype);TokenExpiredError.prototype.constructor=TokenExpiredError;ml.exports=TokenExpiredError},51136:(ml,Al,Rl)=>{const zl=Rl(62088);ml.exports=zl.satisfies(process.version,">=15.7.0")},3948:(ml,Al,Rl)=>{var zl=Rl(62088);ml.exports=zl.satisfies(process.version,"^6.12.0 || >=8.0.0")},45318:(ml,Al,Rl)=>{const zl=Rl(62088);ml.exports=zl.satisfies(process.version,">=16.9.0")},96688:(ml,Al,Rl)=>{var zl=Rl(70744);ml.exports=function(ml,Al){var Rl=Al||Math.floor(Date.now()/1e3);if(typeof ml==="string"){var rd=zl(ml);if(typeof rd==="undefined"){return}return Math.floor(Rl+rd/1e3)}else if(typeof ml==="number"){return Rl+ml}else{return}}},91006:(ml,Al,Rl)=>{const zl=Rl(51136);const rd=Rl(45318);const yh={ec:["ES256","ES384","ES512"],rsa:["RS256","PS256","RS384","PS384","RS512","PS512"],"rsa-pss":["PS256","PS384","PS512"]};const kh={ES256:"prime256v1",ES384:"secp384r1",ES512:"secp521r1"};ml.exports=function(ml,Al){if(!ml||!Al)return;const Rl=Al.asymmetricKeyType;if(!Rl)return;const Qh=yh[Rl];if(!Qh){throw new Error(`Unknown key type "${Rl}".`)}if(!Qh.includes(ml)){throw new Error(`"alg" parameter for "${Rl}" key type must be one of: ${Qh.join(", ")}.`)}if(zl){switch(Rl){case"ec":const Rl=Al.asymmetricKeyDetails.namedCurve;const zl=kh[ml];if(Rl!==zl){throw new Error(`"alg" parameter "${ml}" requires curve "${zl}".`)}break;case"rsa-pss":if(rd){const Rl=parseInt(ml.slice(-3),10);const{hashAlgorithm:zl,mgf1HashAlgorithm:rd,saltLength:yh}=Al.asymmetricKeyDetails;if(zl!==`sha${Rl}`||rd!==zl){throw new Error(`Invalid key for this operation, its RSA-PSS parameters do not meet the requirements of "alg" ${ml}.`)}if(yh!==undefined&&yh>Rl>>3){throw new Error(`Invalid key for this operation, its RSA-PSS parameter saltLength does not meet the requirements of "alg" ${ml}.`)}}break}}}},14912:(ml,Al,Rl)=>{const zl=Rl(96688);const rd=Rl(3948);const yh=Rl(91006);const kh=Rl(33324);const Qh=Rl(46248);const cf=Rl(1999);const t_=Rl(39841);const r_=Rl(80116);const u_=Rl(29888);const C_=Rl(56172);const D_=Rl(82192);const{KeyObject:S_,createSecretKey:P_,createPrivateKey:Cg}=Rl(76982);const eA=["RS256","RS384","RS512","ES256","ES384","ES512","HS256","HS384","HS512","none"];if(rd){eA.splice(3,0,"PS256","PS384","PS512")}const tA={expiresIn:{isValid:function(ml){return t_(ml)||C_(ml)&&ml},message:'"expiresIn" should be a number of seconds or string representing a timespan'},notBefore:{isValid:function(ml){return t_(ml)||C_(ml)&&ml},message:'"notBefore" should be a number of seconds or string representing a timespan'},audience:{isValid:function(ml){return C_(ml)||Array.isArray(ml)},message:'"audience" must be a string or array'},algorithm:{isValid:Qh.bind(null,eA),message:'"algorithm" must be a valid string enum value'},header:{isValid:u_,message:'"header" must be an object'},encoding:{isValid:C_,message:'"encoding" must be a string'},issuer:{isValid:C_,message:'"issuer" must be a string'},subject:{isValid:C_,message:'"subject" must be a string'},jwtid:{isValid:C_,message:'"jwtid" must be a string'},noTimestamp:{isValid:cf,message:'"noTimestamp" must be a boolean'},keyid:{isValid:C_,message:'"keyid" must be a string'},mutatePayload:{isValid:cf,message:'"mutatePayload" must be a boolean'},allowInsecureKeySizes:{isValid:cf,message:'"allowInsecureKeySizes" must be a boolean'},allowInvalidAsymmetricKeyTypes:{isValid:cf,message:'"allowInvalidAsymmetricKeyTypes" must be a boolean'}};const rA={iat:{isValid:r_,message:'"iat" should be a number of seconds'},exp:{isValid:r_,message:'"exp" should be a number of seconds'},nbf:{isValid:r_,message:'"nbf" should be a number of seconds'}};function validate(ml,Al,Rl,zl){if(!u_(Rl)){throw new Error('Expected "'+zl+'" to be a plain object.')}Object.keys(Rl).forEach(function(rd){const yh=ml[rd];if(!yh){if(!Al){throw new Error('"'+rd+'" is not allowed in "'+zl+'"')}return}if(!yh.isValid(Rl[rd])){throw new Error(yh.message)}})}function validateOptions(ml){return validate(tA,false,ml,"options")}function validatePayload(ml){return validate(rA,true,ml,"payload")}const nA={audience:"aud",issuer:"iss",subject:"sub",jwtid:"jti"};const iA=["expiresIn","notBefore","noTimestamp","audience","issuer","subject","jwtid"];ml.exports=function(ml,Al,Rl,rd){if(typeof Rl==="function"){rd=Rl;Rl={}}else{Rl=Rl||{}}const Qh=typeof ml==="object"&&!Buffer.isBuffer(ml);const cf=Object.assign({alg:Rl.algorithm||"HS256",typ:Qh?"JWT":undefined,kid:Rl.keyid},Rl.header);function failure(ml){if(rd){return rd(ml)}throw ml}if(!Al&&Rl.algorithm!=="none"){return failure(new Error("secretOrPrivateKey must have a value"))}if(Al!=null&&!(Al instanceof S_)){try{Al=Cg(Al)}catch(ml){try{Al=P_(typeof Al==="string"?Buffer.from(Al):Al)}catch(ml){return failure(new Error("secretOrPrivateKey is not valid key material"))}}}if(cf.alg.startsWith("HS")&&Al.type!=="secret"){return failure(new Error(`secretOrPrivateKey must be a symmetric key when using ${cf.alg}`))}else if(/^(?:RS|PS|ES)/.test(cf.alg)){if(Al.type!=="private"){return failure(new Error(`secretOrPrivateKey must be an asymmetric key when using ${cf.alg}`))}if(!Rl.allowInsecureKeySizes&&!cf.alg.startsWith("ES")&&Al.asymmetricKeyDetails!==undefined&&Al.asymmetricKeyDetails.modulusLength<2048){return failure(new Error(`secretOrPrivateKey has a minimum key size of 2048 bits for ${cf.alg}`))}}if(typeof ml==="undefined"){return failure(new Error("payload is required"))}else if(Qh){try{validatePayload(ml)}catch(ml){return failure(ml)}if(!Rl.mutatePayload){ml=Object.assign({},ml)}}else{const Al=iA.filter(function(ml){return typeof Rl[ml]!=="undefined"});if(Al.length>0){return failure(new Error("invalid "+Al.join(",")+" option for "+typeof ml+" payload"))}}if(typeof ml.exp!=="undefined"&&typeof Rl.expiresIn!=="undefined"){return failure(new Error('Bad "options.expiresIn" option the payload already has an "exp" property.'))}if(typeof ml.nbf!=="undefined"&&typeof Rl.notBefore!=="undefined"){return failure(new Error('Bad "options.notBefore" option the payload already has an "nbf" property.'))}try{validateOptions(Rl)}catch(ml){return failure(ml)}if(!Rl.allowInvalidAsymmetricKeyTypes){try{yh(cf.alg,Al)}catch(ml){return failure(ml)}}const t_=ml.iat||Math.floor(Date.now()/1e3);if(Rl.noTimestamp){delete ml.iat}else if(Qh){ml.iat=t_}if(typeof Rl.notBefore!=="undefined"){try{ml.nbf=zl(Rl.notBefore,t_)}catch(ml){return failure(ml)}if(typeof ml.nbf==="undefined"){return failure(new Error('"notBefore" should be a number of seconds or string representing a timespan eg: "1d", "20h", 60'))}}if(typeof Rl.expiresIn!=="undefined"&&typeof ml==="object"){try{ml.exp=zl(Rl.expiresIn,t_)}catch(ml){return failure(ml)}if(typeof ml.exp==="undefined"){return failure(new Error('"expiresIn" should be a number of seconds or string representing a timespan eg: "1d", "20h", 60'))}}Object.keys(nA).forEach(function(Al){const zl=nA[Al];if(typeof Rl[Al]!=="undefined"){if(typeof ml[zl]!=="undefined"){return failure(new Error('Bad "options.'+Al+'" option. The payload already has an "'+zl+'" property.'))}ml[zl]=Rl[Al]}});const r_=Rl.encoding||"utf8";if(typeof rd==="function"){rd=rd&&D_(rd);kh.createSign({header:cf,privateKey:Al,payload:ml,encoding:r_}).once("error",rd).once("done",function(ml){if(!Rl.allowInsecureKeySizes&&/^(?:RS|PS)/.test(cf.alg)&&ml.length<256){return rd(new Error(`secretOrPrivateKey has a minimum key size of 2048 bits for ${cf.alg}`))}rd(null,ml)})}else{let zl=kh.sign({header:cf,payload:ml,secret:Al,encoding:r_});if(!Rl.allowInsecureKeySizes&&/^(?:RS|PS)/.test(cf.alg)&&zl.length<256){throw new Error(`secretOrPrivateKey has a minimum key size of 2048 bits for ${cf.alg}`)}return zl}}},60772:(ml,Al,Rl)=>{const zl=Rl(26248);const rd=Rl(91269);const yh=Rl(41241);const kh=Rl(92047);const Qh=Rl(96688);const cf=Rl(91006);const t_=Rl(3948);const r_=Rl(33324);const{KeyObject:u_,createSecretKey:C_,createPublicKey:D_}=Rl(76982);const S_=["RS256","RS384","RS512"];const P_=["ES256","ES384","ES512"];const Cg=["RS256","RS384","RS512"];const eA=["HS256","HS384","HS512"];if(t_){S_.splice(S_.length,0,"PS256","PS384","PS512");Cg.splice(Cg.length,0,"PS256","PS384","PS512")}ml.exports=function(ml,Al,Rl,t_){if(typeof Rl==="function"&&!t_){t_=Rl;Rl={}}if(!Rl){Rl={}}Rl=Object.assign({},Rl);let tA;if(t_){tA=t_}else{tA=function(ml,Al){if(ml)throw ml;return Al}}if(Rl.clockTimestamp&&typeof Rl.clockTimestamp!=="number"){return tA(new zl("clockTimestamp must be a number"))}if(Rl.nonce!==undefined&&(typeof Rl.nonce!=="string"||Rl.nonce.trim()==="")){return tA(new zl("nonce must be a non-empty string"))}if(Rl.allowInvalidAsymmetricKeyTypes!==undefined&&typeof Rl.allowInvalidAsymmetricKeyTypes!=="boolean"){return tA(new zl("allowInvalidAsymmetricKeyTypes must be a boolean"))}const rA=Rl.clockTimestamp||Math.floor(Date.now()/1e3);if(!ml){return tA(new zl("jwt must be provided"))}if(typeof ml!=="string"){return tA(new zl("jwt must be a string"))}const nA=ml.split(".");if(nA.length!==3){return tA(new zl("jwt malformed"))}let iA;try{iA=kh(ml,{complete:true})}catch(ml){return tA(ml)}if(!iA){return tA(new zl("invalid token"))}const sA=iA.header;let aA;if(typeof Al==="function"){if(!t_){return tA(new zl("verify must be called asynchronous if secret or public key is provided as a callback"))}aA=Al}else{aA=function(ml,Rl){return Rl(null,Al)}}return aA(sA,function(Al,kh){if(Al){return tA(new zl("error in secret or public key callback: "+Al.message))}const t_=nA[2].trim()!=="";if(!t_&&kh){return tA(new zl("jwt signature is required"))}if(t_&&!kh){return tA(new zl("secret or public key must be provided"))}if(!t_&&!Rl.algorithms){return tA(new zl('please specify "none" in "algorithms" to verify unsigned tokens'))}if(kh!=null&&!(kh instanceof u_)){try{kh=D_(kh)}catch(ml){try{kh=C_(typeof kh==="string"?Buffer.from(kh):kh)}catch(ml){return tA(new zl("secretOrPublicKey is not valid key material"))}}}if(!Rl.algorithms){if(kh.type==="secret"){Rl.algorithms=eA}else if(["rsa","rsa-pss"].includes(kh.asymmetricKeyType)){Rl.algorithms=Cg}else if(kh.asymmetricKeyType==="ec"){Rl.algorithms=P_}else{Rl.algorithms=S_}}if(Rl.algorithms.indexOf(iA.header.alg)===-1){return tA(new zl("invalid algorithm"))}if(sA.alg.startsWith("HS")&&kh.type!=="secret"){return tA(new zl(`secretOrPublicKey must be a symmetric key when using ${sA.alg}`))}else if(/^(?:RS|PS|ES)/.test(sA.alg)&&kh.type!=="public"){return tA(new zl(`secretOrPublicKey must be an asymmetric key when using ${sA.alg}`))}if(!Rl.allowInvalidAsymmetricKeyTypes){try{cf(sA.alg,kh)}catch(ml){return tA(ml)}}let aA;try{aA=r_.verify(ml,iA.header.alg,kh)}catch(ml){return tA(ml)}if(!aA){return tA(new zl("invalid signature"))}const oA=iA.payload;if(typeof oA.nbf!=="undefined"&&!Rl.ignoreNotBefore){if(typeof oA.nbf!=="number"){return tA(new zl("invalid nbf value"))}if(oA.nbf>rA+(Rl.clockTolerance||0)){return tA(new rd("jwt not active",new Date(oA.nbf*1e3)))}}if(typeof oA.exp!=="undefined"&&!Rl.ignoreExpiration){if(typeof oA.exp!=="number"){return tA(new zl("invalid exp value"))}if(rA>=oA.exp+(Rl.clockTolerance||0)){return tA(new yh("jwt expired",new Date(oA.exp*1e3)))}}if(Rl.audience){const ml=Array.isArray(Rl.audience)?Rl.audience:[Rl.audience];const Al=Array.isArray(oA.aud)?oA.aud:[oA.aud];const rd=Al.some(function(Al){return ml.some(function(ml){return ml instanceof RegExp?ml.test(Al):ml===Al})});if(!rd){return tA(new zl("jwt audience invalid. expected: "+ml.join(" or ")))}}if(Rl.issuer){const ml=typeof Rl.issuer==="string"&&oA.iss!==Rl.issuer||Array.isArray(Rl.issuer)&&Rl.issuer.indexOf(oA.iss)===-1;if(ml){return tA(new zl("jwt issuer invalid. expected: "+Rl.issuer))}}if(Rl.subject){if(oA.sub!==Rl.subject){return tA(new zl("jwt subject invalid. expected: "+Rl.subject))}}if(Rl.jwtid){if(oA.jti!==Rl.jwtid){return tA(new zl("jwt jwtid invalid. expected: "+Rl.jwtid))}}if(Rl.nonce){if(oA.nonce!==Rl.nonce){return tA(new zl("jwt nonce invalid. expected: "+Rl.nonce))}}if(Rl.maxAge){if(typeof oA.iat!=="number"){return tA(new zl("iat required when maxAge is specified"))}const ml=Qh(Rl.maxAge,oA.iat);if(typeof ml==="undefined"){return tA(new zl('"maxAge" should be a number of seconds or string representing a timespan eg: "1d", "20h", 60'))}if(rA>=ml+(Rl.clockTolerance||0)){return tA(new yh("maxAge exceeded",new Date(ml*1e3)))}}if(Rl.complete===true){const ml=iA.signature;return tA(null,{header:sA,payload:oA,signature:ml})}return tA(null,oA)})}},38622:(ml,Al,Rl)=>{var zl=Rl(93058).Buffer;var rd=Rl(76982);var yh=Rl(325);var kh=Rl(39023);var Qh='"%s" is not a valid algorithm.\n Supported algorithms are:\n "HS256", "HS384", "HS512", "RS256", "RS384", "RS512", "PS256", "PS384", "PS512", "ES256", "ES384", "ES512" and "none".';var cf="secret must be a string or buffer";var t_="key must be a string or a buffer";var r_="key must be a string, a buffer or an object";var u_=typeof rd.createPublicKey==="function";if(u_){t_+=" or a KeyObject";cf+="or a KeyObject"}function checkIsPublicKey(ml){if(zl.isBuffer(ml)){return}if(typeof ml==="string"){return}if(!u_){throw typeError(t_)}if(typeof ml!=="object"){throw typeError(t_)}if(typeof ml.type!=="string"){throw typeError(t_)}if(typeof ml.asymmetricKeyType!=="string"){throw typeError(t_)}if(typeof ml.export!=="function"){throw typeError(t_)}}function checkIsPrivateKey(ml){if(zl.isBuffer(ml)){return}if(typeof ml==="string"){return}if(typeof ml==="object"){return}throw typeError(r_)}function checkIsSecretKey(ml){if(zl.isBuffer(ml)){return}if(typeof ml==="string"){return ml}if(!u_){throw typeError(cf)}if(typeof ml!=="object"){throw typeError(cf)}if(ml.type!=="secret"){throw typeError(cf)}if(typeof ml.export!=="function"){throw typeError(cf)}}function fromBase64(ml){return ml.replace(/=/g,"").replace(/\+/g,"-").replace(/\//g,"_")}function toBase64(ml){ml=ml.toString();var Al=4-ml.length%4;if(Al!==4){for(var Rl=0;Rl{var zl=Rl(78600);var rd=Rl(4368);var yh=["HS256","HS384","HS512","RS256","RS384","RS512","PS256","PS384","PS512","ES256","ES384","ES512"];Al.ALGORITHMS=yh;Al.sign=zl.sign;Al.verify=rd.verify;Al.decode=rd.decode;Al.isValid=rd.isValid;Al.createSign=function createSign(ml){return new zl(ml)};Al.createVerify=function createVerify(ml){return new rd(ml)}},41831:(ml,Al,Rl)=>{var zl=Rl(93058).Buffer;var rd=Rl(2203);var yh=Rl(39023);function DataStream(ml){this.buffer=null;this.writable=true;this.readable=true;if(!ml){this.buffer=zl.alloc(0);return this}if(typeof ml.pipe==="function"){this.buffer=zl.alloc(0);ml.pipe(this);return this}if(ml.length||typeof ml==="object"){this.buffer=ml;this.writable=false;process.nextTick(function(){this.emit("end",ml);this.readable=false;this.emit("close")}.bind(this));return this}throw new TypeError("Unexpected data type ("+typeof ml+")")}yh.inherits(DataStream,rd);DataStream.prototype.write=function write(ml){this.buffer=zl.concat([this.buffer,zl.from(ml)]);this.emit("data",ml)};DataStream.prototype.end=function end(ml){if(ml)this.write(ml);this.emit("end",ml);this.emit("close");this.writable=false;this.readable=false};ml.exports=DataStream},78600:(ml,Al,Rl)=>{var zl=Rl(93058).Buffer;var rd=Rl(41831);var yh=Rl(38622);var kh=Rl(2203);var Qh=Rl(95126);var cf=Rl(39023);function base64url(ml,Al){return zl.from(ml,Al).toString("base64").replace(/=/g,"").replace(/\+/g,"-").replace(/\//g,"_")}function jwsSecuredInput(ml,Al,Rl){Rl=Rl||"utf8";var zl=base64url(Qh(ml),"binary");var rd=base64url(Qh(Al),Rl);return cf.format("%s.%s",zl,rd)}function jwsSign(ml){var Al=ml.header;var Rl=ml.payload;var zl=ml.secret||ml.privateKey;var rd=ml.encoding;var kh=yh(Al.alg);var Qh=jwsSecuredInput(Al,Rl,rd);var t_=kh.sign(Qh,zl);return cf.format("%s.%s",Qh,t_)}function SignStream(ml){var Al=ml.secret;Al=Al==null?ml.privateKey:Al;Al=Al==null?ml.key:Al;if(/^hs/i.test(ml.header.alg)===true&&Al==null){throw new TypeError("secret must be a string or buffer or a KeyObject")}var Rl=new rd(Al);this.readable=true;this.header=ml.header;this.encoding=ml.encoding;this.secret=this.privateKey=this.key=Rl;this.payload=new rd(ml.payload);this.secret.once("close",function(){if(!this.payload.writable&&this.readable)this.sign()}.bind(this));this.payload.once("close",function(){if(!this.secret.writable&&this.readable)this.sign()}.bind(this))}cf.inherits(SignStream,kh);SignStream.prototype.sign=function sign(){try{var ml=jwsSign({header:this.header,payload:this.payload.buffer,secret:this.secret.buffer,encoding:this.encoding});this.emit("done",ml);this.emit("data",ml);this.emit("end");this.readable=false;return ml}catch(ml){this.readable=false;this.emit("error",ml);this.emit("close")}};SignStream.sign=jwsSign;ml.exports=SignStream},95126:(ml,Al,Rl)=>{var zl=Rl(20181).Buffer;ml.exports=function toString(ml){if(typeof ml==="string")return ml;if(typeof ml==="number"||zl.isBuffer(ml))return ml.toString();return JSON.stringify(ml)}},4368:(ml,Al,Rl)=>{var zl=Rl(93058).Buffer;var rd=Rl(41831);var yh=Rl(38622);var kh=Rl(2203);var Qh=Rl(95126);var cf=Rl(39023);var t_=/^[a-zA-Z0-9\-_]+?\.[a-zA-Z0-9\-_]+?\.([a-zA-Z0-9\-_]+)?$/;function isObject(ml){return Object.prototype.toString.call(ml)==="[object Object]"}function safeJsonParse(ml){if(isObject(ml))return ml;try{return JSON.parse(ml)}catch(ml){return undefined}}function headerFromJWS(ml){var Al=ml.split(".",1)[0];return safeJsonParse(zl.from(Al,"base64").toString("binary"))}function securedInputFromJWS(ml){return ml.split(".",2).join(".")}function signatureFromJWS(ml){return ml.split(".")[2]}function payloadFromJWS(ml,Al){Al=Al||"utf8";var Rl=ml.split(".")[1];return zl.from(Rl,"base64").toString(Al)}function isValidJws(ml){return t_.test(ml)&&!!headerFromJWS(ml)}function jwsVerify(ml,Al,Rl){if(!Al){var zl=new Error("Missing algorithm parameter for jws.verify");zl.code="MISSING_ALGORITHM";throw zl}ml=Qh(ml);var rd=signatureFromJWS(ml);var kh=securedInputFromJWS(ml);var cf=yh(Al);return cf.verify(kh,rd,Rl)}function jwsDecode(ml,Al){Al=Al||{};ml=Qh(ml);if(!isValidJws(ml))return null;var Rl=headerFromJWS(ml);if(!Rl)return null;var zl=payloadFromJWS(ml);if(Rl.typ==="JWT"||Al.json)zl=JSON.parse(zl,Al.encoding);return{header:Rl,payload:zl,signature:signatureFromJWS(ml)}}function VerifyStream(ml){ml=ml||{};var Al=ml.secret;Al=Al==null?ml.publicKey:Al;Al=Al==null?ml.key:Al;if(/^hs/i.test(ml.algorithm)===true&&Al==null){throw new TypeError("secret must be a string or buffer or a KeyObject")}var Rl=new rd(Al);this.readable=true;this.algorithm=ml.algorithm;this.encoding=ml.encoding;this.secret=this.publicKey=this.key=Rl;this.signature=new rd(ml.signature);this.secret.once("close",function(){if(!this.signature.writable&&this.readable)this.verify()}.bind(this));this.signature.once("close",function(){if(!this.secret.writable&&this.readable)this.verify()}.bind(this))}cf.inherits(VerifyStream,kh);VerifyStream.prototype.verify=function verify(){try{var ml=jwsVerify(this.signature.buffer,this.algorithm,this.key.buffer);var Al=jwsDecode(this.signature.buffer,this.encoding);this.emit("done",ml,Al);this.emit("data",ml);this.emit("end");this.readable=false;return ml}catch(ml){this.readable=false;this.emit("error",ml);this.emit("close")}};VerifyStream.decode=jwsDecode;VerifyStream.isValid=isValidJws;VerifyStream.verify=jwsVerify;ml.exports=VerifyStream},46248:ml=>{var Al=1/0,Rl=9007199254740991,zl=17976931348623157e292,rd=0/0;var yh="[object Arguments]",kh="[object Function]",Qh="[object GeneratorFunction]",cf="[object String]",t_="[object Symbol]";var r_=/^\s+|\s+$/g;var u_=/^[-+]0x[0-9a-f]+$/i;var C_=/^0b[01]+$/i;var D_=/^0o[0-7]+$/i;var S_=/^(?:0|[1-9]\d*)$/;var P_=parseInt;function arrayMap(ml,Al){var Rl=-1,zl=ml?ml.length:0,rd=Array(zl);while(++Rl-1&&ml%1==0&&ml-1:!!rd&&baseIndexOf(ml,Al,Rl)>-1}function isArguments(ml){return isArrayLikeObject(ml)&&eA.call(ml,"callee")&&(!rA.call(ml,"callee")||tA.call(ml)==yh)}var sA=Array.isArray;function isArrayLike(ml){return ml!=null&&isLength(ml.length)&&!isFunction(ml)}function isArrayLikeObject(ml){return isObjectLike(ml)&&isArrayLike(ml)}function isFunction(ml){var Al=isObject(ml)?tA.call(ml):"";return Al==kh||Al==Qh}function isLength(ml){return typeof ml=="number"&&ml>-1&&ml%1==0&&ml<=Rl}function isObject(ml){var Al=typeof ml;return!!ml&&(Al=="object"||Al=="function")}function isObjectLike(ml){return!!ml&&typeof ml=="object"}function isString(ml){return typeof ml=="string"||!sA(ml)&&isObjectLike(ml)&&tA.call(ml)==cf}function isSymbol(ml){return typeof ml=="symbol"||isObjectLike(ml)&&tA.call(ml)==t_}function toFinite(ml){if(!ml){return ml===0?ml:0}ml=toNumber(ml);if(ml===Al||ml===-Al){var Rl=ml<0?-1:1;return Rl*zl}return ml===ml?ml:0}function toInteger(ml){var Al=toFinite(ml),Rl=Al%1;return Al===Al?Rl?Al-Rl:Al:0}function toNumber(ml){if(typeof ml=="number"){return ml}if(isSymbol(ml)){return rd}if(isObject(ml)){var Al=typeof ml.valueOf=="function"?ml.valueOf():ml;ml=isObject(Al)?Al+"":Al}if(typeof ml!="string"){return ml===0?ml:+ml}ml=ml.replace(r_,"");var Rl=C_.test(ml);return Rl||D_.test(ml)?P_(ml.slice(2),Rl?2:8):u_.test(ml)?rd:+ml}function keys(ml){return isArrayLike(ml)?arrayLikeKeys(ml):baseKeys(ml)}function values(ml){return ml?baseValues(ml,keys(ml)):[]}ml.exports=includes},1999:ml=>{var Al="[object Boolean]";var Rl=Object.prototype;var zl=Rl.toString;function isBoolean(ml){return ml===true||ml===false||isObjectLike(ml)&&zl.call(ml)==Al}function isObjectLike(ml){return!!ml&&typeof ml=="object"}ml.exports=isBoolean},39841:ml=>{var Al=1/0,Rl=17976931348623157e292,zl=0/0;var rd="[object Symbol]";var yh=/^\s+|\s+$/g;var kh=/^[-+]0x[0-9a-f]+$/i;var Qh=/^0b[01]+$/i;var cf=/^0o[0-7]+$/i;var t_=parseInt;var r_=Object.prototype;var u_=r_.toString;function isInteger(ml){return typeof ml=="number"&&ml==toInteger(ml)}function isObject(ml){var Al=typeof ml;return!!ml&&(Al=="object"||Al=="function")}function isObjectLike(ml){return!!ml&&typeof ml=="object"}function isSymbol(ml){return typeof ml=="symbol"||isObjectLike(ml)&&u_.call(ml)==rd}function toFinite(ml){if(!ml){return ml===0?ml:0}ml=toNumber(ml);if(ml===Al||ml===-Al){var zl=ml<0?-1:1;return zl*Rl}return ml===ml?ml:0}function toInteger(ml){var Al=toFinite(ml),Rl=Al%1;return Al===Al?Rl?Al-Rl:Al:0}function toNumber(ml){if(typeof ml=="number"){return ml}if(isSymbol(ml)){return zl}if(isObject(ml)){var Al=typeof ml.valueOf=="function"?ml.valueOf():ml;ml=isObject(Al)?Al+"":Al}if(typeof ml!="string"){return ml===0?ml:+ml}ml=ml.replace(yh,"");var Rl=Qh.test(ml);return Rl||cf.test(ml)?t_(ml.slice(2),Rl?2:8):kh.test(ml)?zl:+ml}ml.exports=isInteger},80116:ml=>{var Al="[object Number]";var Rl=Object.prototype;var zl=Rl.toString;function isObjectLike(ml){return!!ml&&typeof ml=="object"}function isNumber(ml){return typeof ml=="number"||isObjectLike(ml)&&zl.call(ml)==Al}ml.exports=isNumber},29888:ml=>{var Al="[object Object]";function isHostObject(ml){var Al=false;if(ml!=null&&typeof ml.toString!="function"){try{Al=!!(ml+"")}catch(ml){}}return Al}function overArg(ml,Al){return function(Rl){return ml(Al(Rl))}}var Rl=Function.prototype,zl=Object.prototype;var rd=Rl.toString;var yh=zl.hasOwnProperty;var kh=rd.call(Object);var Qh=zl.toString;var cf=overArg(Object.getPrototypeOf,Object);function isObjectLike(ml){return!!ml&&typeof ml=="object"}function isPlainObject(ml){if(!isObjectLike(ml)||Qh.call(ml)!=Al||isHostObject(ml)){return false}var Rl=cf(ml);if(Rl===null){return true}var zl=yh.call(Rl,"constructor")&&Rl.constructor;return typeof zl=="function"&&zl instanceof zl&&rd.call(zl)==kh}ml.exports=isPlainObject},56172:ml=>{var Al="[object String]";var Rl=Object.prototype;var zl=Rl.toString;var rd=Array.isArray;function isObjectLike(ml){return!!ml&&typeof ml=="object"}function isString(ml){return typeof ml=="string"||!rd(ml)&&isObjectLike(ml)&&zl.call(ml)==Al}ml.exports=isString},82192:ml=>{var Al="Expected a function";var Rl=1/0,zl=17976931348623157e292,rd=0/0;var yh="[object Symbol]";var kh=/^\s+|\s+$/g;var Qh=/^[-+]0x[0-9a-f]+$/i;var cf=/^0b[01]+$/i;var t_=/^0o[0-7]+$/i;var r_=parseInt;var u_=Object.prototype;var C_=u_.toString;function before(ml,Rl){var zl;if(typeof Rl!="function"){throw new TypeError(Al)}ml=toInteger(ml);return function(){if(--ml>0){zl=Rl.apply(this,arguments)}if(ml<=1){Rl=undefined}return zl}}function once(ml){return before(2,ml)}function isObject(ml){var Al=typeof ml;return!!ml&&(Al=="object"||Al=="function")}function isObjectLike(ml){return!!ml&&typeof ml=="object"}function isSymbol(ml){return typeof ml=="symbol"||isObjectLike(ml)&&C_.call(ml)==yh}function toFinite(ml){if(!ml){return ml===0?ml:0}ml=toNumber(ml);if(ml===Rl||ml===-Rl){var Al=ml<0?-1:1;return Al*zl}return ml===ml?ml:0}function toInteger(ml){var Al=toFinite(ml),Rl=Al%1;return Al===Al?Rl?Al-Rl:Al:0}function toNumber(ml){if(typeof ml=="number"){return ml}if(isSymbol(ml)){return rd}if(isObject(ml)){var Al=typeof ml.valueOf=="function"?ml.valueOf():ml;ml=isObject(Al)?Al+"":Al}if(typeof ml!="string"){return ml===0?ml:+ml}ml=ml.replace(kh,"");var Rl=cf.test(ml);return Rl||t_.test(ml)?r_(ml.slice(2),Rl?2:8):Qh.test(ml)?rd:+ml}ml.exports=once},47033:(ml,Al,Rl)=>{var zl=Rl(68573),rd=Rl(6748);var yh=zl(rd,"DataView");ml.exports=yh},66320:(ml,Al,Rl)=>{var zl=Rl(48051),rd=Rl(15431),yh=Rl(26934),kh=Rl(64306),Qh=Rl(17226);function Hash(ml){var Al=-1,Rl=ml==null?0:ml.length;this.clear();while(++Al{var zl=Rl(99791),rd=Rl(24555),yh=Rl(86634),kh=Rl(8430),Qh=Rl(36918);function ListCache(ml){var Al=-1,Rl=ml==null?0:ml.length;this.clear();while(++Al{var zl=Rl(68573),rd=Rl(6748);var yh=zl(rd,"Map");ml.exports=yh},79660:(ml,Al,Rl)=>{var zl=Rl(88487),rd=Rl(36275),yh=Rl(30130),kh=Rl(69254),Qh=Rl(59806);function MapCache(ml){var Al=-1,Rl=ml==null?0:ml.length;this.clear();while(++Al{var zl=Rl(68573),rd=Rl(6748);var yh=zl(rd,"Promise");ml.exports=yh},84986:(ml,Al,Rl)=>{var zl=Rl(68573),rd=Rl(6748);var yh=zl(rd,"Set");ml.exports=yh},23706:(ml,Al,Rl)=>{var zl=Rl(79660),rd=Rl(44671),yh=Rl(71884);function SetCache(ml){var Al=-1,Rl=ml==null?0:ml.length;this.__data__=new zl;while(++Al{var zl=Rl(68884),rd=Rl(91509),yh=Rl(23218),kh=Rl(46572),Qh=Rl(66216),cf=Rl(51976);function Stack(ml){var Al=this.__data__=new zl(ml);this.size=Al.size}Stack.prototype.clear=rd;Stack.prototype["delete"]=yh;Stack.prototype.get=kh;Stack.prototype.has=Qh;Stack.prototype.set=cf;ml.exports=Stack},38584:(ml,Al,Rl)=>{var zl=Rl(6748);var rd=zl.Symbol;ml.exports=rd},59525:(ml,Al,Rl)=>{var zl=Rl(6748);var rd=zl.Uint8Array;ml.exports=rd},97364:(ml,Al,Rl)=>{var zl=Rl(68573),rd=Rl(6748);var yh=zl(rd,"WeakMap");ml.exports=yh},59678:ml=>{function apply(ml,Al,Rl){switch(Rl.length){case 0:return ml.call(Al);case 1:return ml.call(Al,Rl[0]);case 2:return ml.call(Al,Rl[0],Rl[1]);case 3:return ml.call(Al,Rl[0],Rl[1],Rl[2])}return ml.apply(Al,Rl)}ml.exports=apply},19362:ml=>{function arrayEach(ml,Al){var Rl=-1,zl=ml==null?0:ml.length;while(++Rl{function arrayFilter(ml,Al){var Rl=-1,zl=ml==null?0:ml.length,rd=0,yh=[];while(++Rl{var zl=Rl(21299),rd=Rl(60541),yh=Rl(77192),kh=Rl(43739),Qh=Rl(37446),cf=Rl(35e3);var t_=Object.prototype;var r_=t_.hasOwnProperty;function arrayLikeKeys(ml,Al){var Rl=yh(ml),t_=!Rl&&rd(ml),u_=!Rl&&!t_&&kh(ml),C_=!Rl&&!t_&&!u_&&cf(ml),D_=Rl||t_||u_||C_,S_=D_?zl(ml.length,String):[],P_=S_.length;for(var Cg in ml){if((Al||r_.call(ml,Cg))&&!(D_&&(Cg=="length"||u_&&(Cg=="offset"||Cg=="parent")||C_&&(Cg=="buffer"||Cg=="byteLength"||Cg=="byteOffset")||Qh(Cg,P_)))){S_.push(Cg)}}return S_}ml.exports=arrayLikeKeys},56649:ml=>{function arrayMap(ml,Al){var Rl=-1,zl=ml==null?0:ml.length,rd=Array(zl);while(++Rl{function arrayPush(ml,Al){var Rl=-1,zl=Al.length,rd=ml.length;while(++Rl{function arraySome(ml,Al){var Rl=-1,zl=ml==null?0:ml.length;while(++Rl{var zl=Rl(63579),rd=Rl(75199);function assignMergeValue(ml,Al,Rl){if(Rl!==undefined&&!rd(ml[Al],Rl)||Rl===undefined&&!(Al in ml)){zl(ml,Al,Rl)}}ml.exports=assignMergeValue},99128:(ml,Al,Rl)=>{var zl=Rl(63579),rd=Rl(75199);var yh=Object.prototype;var kh=yh.hasOwnProperty;function assignValue(ml,Al,Rl){var yh=ml[Al];if(!(kh.call(ml,Al)&&rd(yh,Rl))||Rl===undefined&&!(Al in ml)){zl(ml,Al,Rl)}}ml.exports=assignValue},74024:(ml,Al,Rl)=>{var zl=Rl(75199);function assocIndexOf(ml,Al){var Rl=ml.length;while(Rl--){if(zl(ml[Rl][0],Al)){return Rl}}return-1}ml.exports=assocIndexOf},31684:(ml,Al,Rl)=>{var zl=Rl(69330),rd=Rl(26741);function baseAssign(ml,Al){return ml&&zl(Al,rd(Al),ml)}ml.exports=baseAssign},30731:(ml,Al,Rl)=>{var zl=Rl(69330),rd=Rl(19430);function baseAssignIn(ml,Al){return ml&&zl(Al,rd(Al),ml)}ml.exports=baseAssignIn},63579:(ml,Al,Rl)=>{var zl=Rl(83106);function baseAssignValue(ml,Al,Rl){if(Al=="__proto__"&&zl){zl(ml,Al,{configurable:true,enumerable:true,value:Rl,writable:true})}else{ml[Al]=Rl}}ml.exports=baseAssignValue},62504:(ml,Al,Rl)=>{var zl=Rl(73262),rd=Rl(19362),yh=Rl(99128),kh=Rl(31684),Qh=Rl(30731),cf=Rl(165),t_=Rl(77560),r_=Rl(97472),u_=Rl(61935),C_=Rl(78479),D_=Rl(17172),S_=Rl(44512),P_=Rl(43688),Cg=Rl(75906),eA=Rl(20866),tA=Rl(77192),rA=Rl(43739),nA=Rl(85995),iA=Rl(96482),sA=Rl(27077),aA=Rl(26741),oA=Rl(19430);var lA=1,cA=2,uA=4;var pA="[object Arguments]",dA="[object Array]",hA="[object Boolean]",fA="[object Date]",_A="[object Error]",mA="[object Function]",gA="[object GeneratorFunction]",AA="[object Map]",yA="[object Number]",bA="[object Object]",vA="[object RegExp]",EA="[object Set]",wA="[object String]",CA="[object Symbol]",xA="[object WeakMap]";var DA="[object ArrayBuffer]",SA="[object DataView]",kA="[object Float32Array]",TA="[object Float64Array]",IA="[object Int8Array]",BA="[object Int16Array]",FA="[object Int32Array]",PA="[object Uint8Array]",RA="[object Uint8ClampedArray]",NA="[object Uint16Array]",OA="[object Uint32Array]";var QA={};QA[pA]=QA[dA]=QA[DA]=QA[SA]=QA[hA]=QA[fA]=QA[kA]=QA[TA]=QA[IA]=QA[BA]=QA[FA]=QA[AA]=QA[yA]=QA[bA]=QA[vA]=QA[EA]=QA[wA]=QA[CA]=QA[PA]=QA[RA]=QA[NA]=QA[OA]=true;QA[_A]=QA[mA]=QA[xA]=false;function baseClone(ml,Al,Rl,dA,hA,fA){var _A,AA=Al&lA,yA=Al&cA,vA=Al&uA;if(Rl){_A=hA?Rl(ml,dA,hA,fA):Rl(ml)}if(_A!==undefined){return _A}if(!iA(ml)){return ml}var EA=tA(ml);if(EA){_A=P_(ml);if(!AA){return t_(ml,_A)}}else{var wA=S_(ml),CA=wA==mA||wA==gA;if(rA(ml)){return cf(ml,AA)}if(wA==bA||wA==pA||CA&&!hA){_A=yA||CA?{}:eA(ml);if(!AA){return yA?u_(ml,Qh(_A,ml)):r_(ml,kh(_A,ml))}}else{if(!QA[wA]){return hA?ml:{}}_A=Cg(ml,wA,AA)}}fA||(fA=new zl);var xA=fA.get(ml);if(xA){return xA}fA.set(ml,_A);if(sA(ml)){ml.forEach(function(zl){_A.add(baseClone(zl,Al,Rl,zl,ml,fA))})}else if(nA(ml)){ml.forEach(function(zl,rd){_A.set(rd,baseClone(zl,Al,Rl,rd,ml,fA))})}var DA=vA?yA?D_:C_:yA?oA:aA;var SA=EA?undefined:DA(ml);rd(SA||ml,function(zl,rd){if(SA){rd=zl;zl=ml[rd]}yh(_A,rd,baseClone(zl,Al,Rl,rd,ml,fA))});return _A}ml.exports=baseClone},33733:(ml,Al,Rl)=>{var zl=Rl(96482);var rd=Object.create;var yh=function(){function object(){}return function(ml){if(!zl(ml)){return{}}if(rd){return rd(ml)}object.prototype=ml;var Al=new object;object.prototype=undefined;return Al}}();ml.exports=yh},11616:(ml,Al,Rl)=>{var zl=Rl(16484),rd=Rl(40728);var yh=rd(zl);ml.exports=yh},39143:(ml,Al,Rl)=>{var zl=Rl(11616);function baseFilter(ml,Al){var Rl=[];zl(ml,function(ml,zl,rd){if(Al(ml,zl,rd)){Rl.push(ml)}});return Rl}ml.exports=baseFilter},63183:(ml,Al,Rl)=>{var zl=Rl(50827),rd=Rl(45088);function baseFlatten(ml,Al,Rl,yh,kh){var Qh=-1,cf=ml.length;Rl||(Rl=rd);kh||(kh=[]);while(++Qh0&&Rl(t_)){if(Al>1){baseFlatten(t_,Al-1,Rl,yh,kh)}else{zl(kh,t_)}}else if(!yh){kh[kh.length]=t_}}return kh}ml.exports=baseFlatten},26798:(ml,Al,Rl)=>{var zl=Rl(13142);var rd=zl();ml.exports=rd},16484:(ml,Al,Rl)=>{var zl=Rl(26798),rd=Rl(26741);function baseForOwn(ml,Al){return ml&&zl(ml,Al,rd)}ml.exports=baseForOwn},40877:(ml,Al,Rl)=>{var zl=Rl(77336),rd=Rl(95086);function baseGet(ml,Al){Al=zl(Al,ml);var Rl=0,yh=Al.length;while(ml!=null&&Rl{var zl=Rl(50827),rd=Rl(77192);function baseGetAllKeys(ml,Al,Rl){var yh=Al(ml);return rd(ml)?yh:zl(yh,Rl(ml))}ml.exports=baseGetAllKeys},29117:(ml,Al,Rl)=>{var zl=Rl(38584),rd=Rl(95292),yh=Rl(71723);var kh="[object Null]",Qh="[object Undefined]";var cf=zl?zl.toStringTag:undefined;function baseGetTag(ml){if(ml==null){return ml===undefined?Qh:kh}return cf&&cf in Object(ml)?rd(ml):yh(ml)}ml.exports=baseGetTag},6186:ml=>{function baseHasIn(ml,Al){return ml!=null&&Al in Object(ml)}ml.exports=baseHasIn},93605:(ml,Al,Rl)=>{var zl=Rl(29117),rd=Rl(51645);var yh="[object Arguments]";function baseIsArguments(ml){return rd(ml)&&zl(ml)==yh}ml.exports=baseIsArguments},95777:(ml,Al,Rl)=>{var zl=Rl(19275),rd=Rl(51645);function baseIsEqual(ml,Al,Rl,yh,kh){if(ml===Al){return true}if(ml==null||Al==null||!rd(ml)&&!rd(Al)){return ml!==ml&&Al!==Al}return zl(ml,Al,Rl,yh,baseIsEqual,kh)}ml.exports=baseIsEqual},19275:(ml,Al,Rl)=>{var zl=Rl(73262),rd=Rl(5248),yh=Rl(9895),kh=Rl(52500),Qh=Rl(44512),cf=Rl(77192),t_=Rl(43739),r_=Rl(35e3);var u_=1;var C_="[object Arguments]",D_="[object Array]",S_="[object Object]";var P_=Object.prototype;var Cg=P_.hasOwnProperty;function baseIsEqualDeep(ml,Al,Rl,P_,eA,tA){var rA=cf(ml),nA=cf(Al),iA=rA?D_:Qh(ml),sA=nA?D_:Qh(Al);iA=iA==C_?S_:iA;sA=sA==C_?S_:sA;var aA=iA==S_,oA=sA==S_,lA=iA==sA;if(lA&&t_(ml)){if(!t_(Al)){return false}rA=true;aA=false}if(lA&&!aA){tA||(tA=new zl);return rA||r_(ml)?rd(ml,Al,Rl,P_,eA,tA):yh(ml,Al,iA,Rl,P_,eA,tA)}if(!(Rl&u_)){var cA=aA&&Cg.call(ml,"__wrapped__"),uA=oA&&Cg.call(Al,"__wrapped__");if(cA||uA){var pA=cA?ml.value():ml,dA=uA?Al.value():Al;tA||(tA=new zl);return eA(pA,dA,Rl,P_,tA)}}if(!lA){return false}tA||(tA=new zl);return kh(ml,Al,Rl,P_,eA,tA)}ml.exports=baseIsEqualDeep},66051:(ml,Al,Rl)=>{var zl=Rl(44512),rd=Rl(51645);var yh="[object Map]";function baseIsMap(ml){return rd(ml)&&zl(ml)==yh}ml.exports=baseIsMap},67792:(ml,Al,Rl)=>{var zl=Rl(73262),rd=Rl(95777);var yh=1,kh=2;function baseIsMatch(ml,Al,Rl,Qh){var cf=Rl.length,t_=cf,r_=!Qh;if(ml==null){return!t_}ml=Object(ml);while(cf--){var u_=Rl[cf];if(r_&&u_[2]?u_[1]!==ml[u_[0]]:!(u_[0]in ml)){return false}}while(++cf{var zl=Rl(34329),rd=Rl(46613),yh=Rl(96482),kh=Rl(57192);var Qh=/[\\^$.*+?()[\]{}|]/g;var cf=/^\[object .+?Constructor\]$/;var t_=Function.prototype,r_=Object.prototype;var u_=t_.toString;var C_=r_.hasOwnProperty;var D_=RegExp("^"+u_.call(C_).replace(Qh,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function baseIsNative(ml){if(!yh(ml)||rd(ml)){return false}var Al=zl(ml)?D_:cf;return Al.test(kh(ml))}ml.exports=baseIsNative},85901:(ml,Al,Rl)=>{var zl=Rl(44512),rd=Rl(51645);var yh="[object Set]";function baseIsSet(ml){return rd(ml)&&zl(ml)==yh}ml.exports=baseIsSet},16880:(ml,Al,Rl)=>{var zl=Rl(29117),rd=Rl(56657),yh=Rl(51645);var kh="[object Arguments]",Qh="[object Array]",cf="[object Boolean]",t_="[object Date]",r_="[object Error]",u_="[object Function]",C_="[object Map]",D_="[object Number]",S_="[object Object]",P_="[object RegExp]",Cg="[object Set]",eA="[object String]",tA="[object WeakMap]";var rA="[object ArrayBuffer]",nA="[object DataView]",iA="[object Float32Array]",sA="[object Float64Array]",aA="[object Int8Array]",oA="[object Int16Array]",lA="[object Int32Array]",cA="[object Uint8Array]",uA="[object Uint8ClampedArray]",pA="[object Uint16Array]",dA="[object Uint32Array]";var hA={};hA[iA]=hA[sA]=hA[aA]=hA[oA]=hA[lA]=hA[cA]=hA[uA]=hA[pA]=hA[dA]=true;hA[kh]=hA[Qh]=hA[rA]=hA[cf]=hA[nA]=hA[t_]=hA[r_]=hA[u_]=hA[C_]=hA[D_]=hA[S_]=hA[P_]=hA[Cg]=hA[eA]=hA[tA]=false;function baseIsTypedArray(ml){return yh(ml)&&rd(ml.length)&&!!hA[zl(ml)]}ml.exports=baseIsTypedArray},47988:(ml,Al,Rl)=>{var zl=Rl(21244),rd=Rl(66481),yh=Rl(46851),kh=Rl(77192),Qh=Rl(11024);function baseIteratee(ml){if(typeof ml=="function"){return ml}if(ml==null){return yh}if(typeof ml=="object"){return kh(ml)?rd(ml[0],ml[1]):zl(ml)}return Qh(ml)}ml.exports=baseIteratee},31517:(ml,Al,Rl)=>{var zl=Rl(55944),rd=Rl(63787);var yh=Object.prototype;var kh=yh.hasOwnProperty;function baseKeys(ml){if(!zl(ml)){return rd(ml)}var Al=[];for(var Rl in Object(ml)){if(kh.call(ml,Rl)&&Rl!="constructor"){Al.push(Rl)}}return Al}ml.exports=baseKeys},82094:(ml,Al,Rl)=>{var zl=Rl(96482),rd=Rl(55944),yh=Rl(94008);var kh=Object.prototype;var Qh=kh.hasOwnProperty;function baseKeysIn(ml){if(!zl(ml)){return yh(ml)}var Al=rd(ml),Rl=[];for(var kh in ml){if(!(kh=="constructor"&&(Al||!Qh.call(ml,kh)))){Rl.push(kh)}}return Rl}ml.exports=baseKeysIn},44503:(ml,Al,Rl)=>{var zl=Rl(11616),rd=Rl(75119);function baseMap(ml,Al){var Rl=-1,yh=rd(ml)?Array(ml.length):[];zl(ml,function(ml,zl,rd){yh[++Rl]=Al(ml,zl,rd)});return yh}ml.exports=baseMap},21244:(ml,Al,Rl)=>{var zl=Rl(67792),rd=Rl(69081),yh=Rl(78218);function baseMatches(ml){var Al=rd(ml);if(Al.length==1&&Al[0][2]){return yh(Al[0][0],Al[0][1])}return function(Rl){return Rl===ml||zl(Rl,ml,Al)}}ml.exports=baseMatches},66481:(ml,Al,Rl)=>{var zl=Rl(95777),rd=Rl(40181),yh=Rl(66306),kh=Rl(20897),Qh=Rl(12757),cf=Rl(78218),t_=Rl(95086);var r_=1,u_=2;function baseMatchesProperty(ml,Al){if(kh(ml)&&Qh(Al)){return cf(t_(ml),Al)}return function(Rl){var kh=rd(Rl,ml);return kh===undefined&&kh===Al?yh(Rl,ml):zl(Al,kh,r_|u_)}}ml.exports=baseMatchesProperty},47313:(ml,Al,Rl)=>{var zl=Rl(73262),rd=Rl(12872),yh=Rl(26798),kh=Rl(20763),Qh=Rl(96482),cf=Rl(19430),t_=Rl(1589);function baseMerge(ml,Al,Rl,r_,u_){if(ml===Al){return}yh(Al,function(yh,cf){u_||(u_=new zl);if(Qh(yh)){kh(ml,Al,cf,Rl,baseMerge,r_,u_)}else{var C_=r_?r_(t_(ml,cf),yh,cf+"",ml,Al,u_):undefined;if(C_===undefined){C_=yh}rd(ml,cf,C_)}},cf)}ml.exports=baseMerge},20763:(ml,Al,Rl)=>{var zl=Rl(12872),rd=Rl(165),yh=Rl(60946),kh=Rl(77560),Qh=Rl(20866),cf=Rl(60541),t_=Rl(77192),r_=Rl(97100),u_=Rl(43739),C_=Rl(34329),D_=Rl(96482),S_=Rl(36542),P_=Rl(35e3),Cg=Rl(1589),eA=Rl(88485);function baseMergeDeep(ml,Al,Rl,tA,rA,nA,iA){var sA=Cg(ml,Rl),aA=Cg(Al,Rl),oA=iA.get(aA);if(oA){zl(ml,Rl,oA);return}var lA=nA?nA(sA,aA,Rl+"",ml,Al,iA):undefined;var cA=lA===undefined;if(cA){var uA=t_(aA),pA=!uA&&u_(aA),dA=!uA&&!pA&&P_(aA);lA=aA;if(uA||pA||dA){if(t_(sA)){lA=sA}else if(r_(sA)){lA=kh(sA)}else if(pA){cA=false;lA=rd(aA,true)}else if(dA){cA=false;lA=yh(aA,true)}else{lA=[]}}else if(S_(aA)||cf(aA)){lA=sA;if(cf(sA)){lA=eA(sA)}else if(!D_(sA)||C_(sA)){lA=Qh(aA)}}else{cA=false}}if(cA){iA.set(aA,lA);rA(lA,aA,tA,nA,iA);iA["delete"](aA)}zl(ml,Rl,lA)}ml.exports=baseMergeDeep},89196:(ml,Al,Rl)=>{var zl=Rl(56649),rd=Rl(40877),yh=Rl(47988),kh=Rl(44503),Qh=Rl(22388),cf=Rl(55506),t_=Rl(37073),r_=Rl(46851),u_=Rl(77192);function baseOrderBy(ml,Al,Rl){if(Al.length){Al=zl(Al,function(ml){if(u_(ml)){return function(Al){return rd(Al,ml.length===1?ml[0]:ml)}}return ml})}else{Al=[r_]}var C_=-1;Al=zl(Al,cf(yh));var D_=kh(ml,function(ml,Rl,rd){var yh=zl(Al,function(Al){return Al(ml)});return{criteria:yh,index:++C_,value:ml}});return Qh(D_,function(ml,Al){return t_(ml,Al,Rl)})}ml.exports=baseOrderBy},49996:(ml,Al,Rl)=>{var zl=Rl(72237),rd=Rl(66306);function basePick(ml,Al){return zl(ml,Al,function(Al,Rl){return rd(ml,Rl)})}ml.exports=basePick},72237:(ml,Al,Rl)=>{var zl=Rl(40877),rd=Rl(26057),yh=Rl(77336);function basePickBy(ml,Al,Rl){var kh=-1,Qh=Al.length,cf={};while(++kh{function baseProperty(ml){return function(Al){return Al==null?undefined:Al[ml]}}ml.exports=baseProperty},32310:(ml,Al,Rl)=>{var zl=Rl(40877);function basePropertyDeep(ml){return function(Al){return zl(Al,ml)}}ml.exports=basePropertyDeep},22035:(ml,Al,Rl)=>{var zl=Rl(46851),rd=Rl(20168),yh=Rl(59402);function baseRest(ml,Al){return yh(rd(ml,Al,zl),ml+"")}ml.exports=baseRest},26057:(ml,Al,Rl)=>{var zl=Rl(99128),rd=Rl(77336),yh=Rl(37446),kh=Rl(96482),Qh=Rl(95086);function baseSet(ml,Al,Rl,cf){if(!kh(ml)){return ml}Al=rd(Al,ml);var t_=-1,r_=Al.length,u_=r_-1,C_=ml;while(C_!=null&&++t_{var zl=Rl(85089),rd=Rl(83106),yh=Rl(46851);var kh=!rd?yh:function(ml,Al){return rd(ml,"toString",{configurable:true,enumerable:false,value:zl(Al),writable:true})};ml.exports=kh},37115:ml=>{function baseSlice(ml,Al,Rl){var zl=-1,rd=ml.length;if(Al<0){Al=-Al>rd?0:rd+Al}Rl=Rl>rd?rd:Rl;if(Rl<0){Rl+=rd}rd=Al>Rl?0:Rl-Al>>>0;Al>>>=0;var yh=Array(rd);while(++zl{function baseSortBy(ml,Al){var Rl=ml.length;ml.sort(Al);while(Rl--){ml[Rl]=ml[Rl].value}return ml}ml.exports=baseSortBy},96834:ml=>{function baseSum(ml,Al){var Rl,zl=-1,rd=ml.length;while(++zl{function baseTimes(ml,Al){var Rl=-1,zl=Array(ml);while(++Rl{var zl=Rl(38584),rd=Rl(56649),yh=Rl(77192),kh=Rl(70661);var Qh=1/0;var cf=zl?zl.prototype:undefined,t_=cf?cf.toString:undefined;function baseToString(ml){if(typeof ml=="string"){return ml}if(yh(ml)){return rd(ml,baseToString)+""}if(kh(ml)){return t_?t_.call(ml):""}var Al=ml+"";return Al=="0"&&1/ml==-Qh?"-0":Al}ml.exports=baseToString},14441:(ml,Al,Rl)=>{var zl=Rl(54395);var rd=/^\s+/;function baseTrim(ml){return ml?ml.slice(0,zl(ml)+1).replace(rd,""):ml}ml.exports=baseTrim},55506:ml=>{function baseUnary(ml){return function(Al){return ml(Al)}}ml.exports=baseUnary},86344:(ml,Al,Rl)=>{var zl=Rl(77336),rd=Rl(14781),yh=Rl(94240),kh=Rl(95086);var Qh=Object.prototype;var cf=Qh.hasOwnProperty;function baseUnset(ml,Al){Al=zl(Al,ml);var Rl=-1,Qh=Al.length;if(!Qh){return true}while(++Rl{function cacheHas(ml,Al){return ml.has(Al)}ml.exports=cacheHas},77336:(ml,Al,Rl)=>{var zl=Rl(77192),rd=Rl(20897),yh=Rl(72187),kh=Rl(87233);function castPath(ml,Al){if(zl(ml)){return ml}return rd(ml,Al)?[ml]:yh(kh(ml))}ml.exports=castPath},71336:(ml,Al,Rl)=>{var zl=Rl(59525);function cloneArrayBuffer(ml){var Al=new ml.constructor(ml.byteLength);new zl(Al).set(new zl(ml));return Al}ml.exports=cloneArrayBuffer},165:(ml,Al,Rl)=>{ml=Rl.nmd(ml);var zl=Rl(6748);var rd=true&&Al&&!Al.nodeType&&Al;var yh=rd&&"object"=="object"&&ml&&!ml.nodeType&&ml;var kh=yh&&yh.exports===rd;var Qh=kh?zl.Buffer:undefined,cf=Qh?Qh.allocUnsafe:undefined;function cloneBuffer(ml,Al){if(Al){return ml.slice()}var Rl=ml.length,zl=cf?cf(Rl):new ml.constructor(Rl);ml.copy(zl);return zl}ml.exports=cloneBuffer},20114:(ml,Al,Rl)=>{var zl=Rl(71336);function cloneDataView(ml,Al){var Rl=Al?zl(ml.buffer):ml.buffer;return new ml.constructor(Rl,ml.byteOffset,ml.byteLength)}ml.exports=cloneDataView},14798:ml=>{var Al=/\w*$/;function cloneRegExp(ml){var Rl=new ml.constructor(ml.source,Al.exec(ml));Rl.lastIndex=ml.lastIndex;return Rl}ml.exports=cloneRegExp},10539:(ml,Al,Rl)=>{var zl=Rl(38584);var rd=zl?zl.prototype:undefined,yh=rd?rd.valueOf:undefined;function cloneSymbol(ml){return yh?Object(yh.call(ml)):{}}ml.exports=cloneSymbol},60946:(ml,Al,Rl)=>{var zl=Rl(71336);function cloneTypedArray(ml,Al){var Rl=Al?zl(ml.buffer):ml.buffer;return new ml.constructor(Rl,ml.byteOffset,ml.length)}ml.exports=cloneTypedArray},63427:(ml,Al,Rl)=>{var zl=Rl(70661);function compareAscending(ml,Al){if(ml!==Al){var Rl=ml!==undefined,rd=ml===null,yh=ml===ml,kh=zl(ml);var Qh=Al!==undefined,cf=Al===null,t_=Al===Al,r_=zl(Al);if(!cf&&!r_&&!kh&&ml>Al||kh&&Qh&&t_&&!cf&&!r_||rd&&Qh&&t_||!Rl&&t_||!yh){return 1}if(!rd&&!kh&&!r_&&ml{var zl=Rl(63427);function compareMultiple(ml,Al,Rl){var rd=-1,yh=ml.criteria,kh=Al.criteria,Qh=yh.length,cf=Rl.length;while(++rd=cf){return t_}var r_=Rl[rd];return t_*(r_=="desc"?-1:1)}}return ml.index-Al.index}ml.exports=compareMultiple},77560:ml=>{function copyArray(ml,Al){var Rl=-1,zl=ml.length;Al||(Al=Array(zl));while(++Rl{var zl=Rl(99128),rd=Rl(63579);function copyObject(ml,Al,Rl,yh){var kh=!Rl;Rl||(Rl={});var Qh=-1,cf=Al.length;while(++Qh{var zl=Rl(69330),rd=Rl(65889);function copySymbols(ml,Al){return zl(ml,rd(ml),Al)}ml.exports=copySymbols},61935:(ml,Al,Rl)=>{var zl=Rl(69330),rd=Rl(99882);function copySymbolsIn(ml,Al){return zl(ml,rd(ml),Al)}ml.exports=copySymbolsIn},60252:(ml,Al,Rl)=>{var zl=Rl(6748);var rd=zl["__core-js_shared__"];ml.exports=rd},8070:(ml,Al,Rl)=>{var zl=Rl(22035),rd=Rl(3349);function createAssigner(ml){return zl(function(Al,Rl){var zl=-1,yh=Rl.length,kh=yh>1?Rl[yh-1]:undefined,Qh=yh>2?Rl[2]:undefined;kh=ml.length>3&&typeof kh=="function"?(yh--,kh):undefined;if(Qh&&rd(Rl[0],Rl[1],Qh)){kh=yh<3?undefined:kh;yh=1}Al=Object(Al);while(++zl{var zl=Rl(75119);function createBaseEach(ml,Al){return function(Rl,rd){if(Rl==null){return Rl}if(!zl(Rl)){return ml(Rl,rd)}var yh=Rl.length,kh=Al?yh:-1,Qh=Object(Rl);while(Al?kh--:++kh{function createBaseFor(ml){return function(Al,Rl,zl){var rd=-1,yh=Object(Al),kh=zl(Al),Qh=kh.length;while(Qh--){var cf=kh[ml?Qh:++rd];if(Rl(yh[cf],cf,yh)===false){break}}return Al}}ml.exports=createBaseFor},9429:(ml,Al,Rl)=>{var zl=Rl(36542);function customOmitClone(ml){return zl(ml)?undefined:ml}ml.exports=customOmitClone},83106:(ml,Al,Rl)=>{var zl=Rl(68573);var rd=function(){try{var ml=zl(Object,"defineProperty");ml({},"",{});return ml}catch(ml){}}();ml.exports=rd},5248:(ml,Al,Rl)=>{var zl=Rl(23706),rd=Rl(90935),yh=Rl(64486);var kh=1,Qh=2;function equalArrays(ml,Al,Rl,cf,t_,r_){var u_=Rl&kh,C_=ml.length,D_=Al.length;if(C_!=D_&&!(u_&&D_>C_)){return false}var S_=r_.get(ml);var P_=r_.get(Al);if(S_&&P_){return S_==Al&&P_==ml}var Cg=-1,eA=true,tA=Rl&Qh?new zl:undefined;r_.set(ml,Al);r_.set(Al,ml);while(++Cg{var zl=Rl(38584),rd=Rl(59525),yh=Rl(75199),kh=Rl(5248),Qh=Rl(43428),cf=Rl(11894);var t_=1,r_=2;var u_="[object Boolean]",C_="[object Date]",D_="[object Error]",S_="[object Map]",P_="[object Number]",Cg="[object RegExp]",eA="[object Set]",tA="[object String]",rA="[object Symbol]";var nA="[object ArrayBuffer]",iA="[object DataView]";var sA=zl?zl.prototype:undefined,aA=sA?sA.valueOf:undefined;function equalByTag(ml,Al,Rl,zl,sA,oA,lA){switch(Rl){case iA:if(ml.byteLength!=Al.byteLength||ml.byteOffset!=Al.byteOffset){return false}ml=ml.buffer;Al=Al.buffer;case nA:if(ml.byteLength!=Al.byteLength||!oA(new rd(ml),new rd(Al))){return false}return true;case u_:case C_:case P_:return yh(+ml,+Al);case D_:return ml.name==Al.name&&ml.message==Al.message;case Cg:case tA:return ml==Al+"";case S_:var cA=Qh;case eA:var uA=zl&t_;cA||(cA=cf);if(ml.size!=Al.size&&!uA){return false}var pA=lA.get(ml);if(pA){return pA==Al}zl|=r_;lA.set(ml,Al);var dA=kh(cA(ml),cA(Al),zl,sA,oA,lA);lA["delete"](ml);return dA;case rA:if(aA){return aA.call(ml)==aA.call(Al)}}return false}ml.exports=equalByTag},52500:(ml,Al,Rl)=>{var zl=Rl(78479);var rd=1;var yh=Object.prototype;var kh=yh.hasOwnProperty;function equalObjects(ml,Al,Rl,yh,Qh,cf){var t_=Rl&rd,r_=zl(ml),u_=r_.length,C_=zl(Al),D_=C_.length;if(u_!=D_&&!t_){return false}var S_=u_;while(S_--){var P_=r_[S_];if(!(t_?P_ in Al:kh.call(Al,P_))){return false}}var Cg=cf.get(ml);var eA=cf.get(Al);if(Cg&&eA){return Cg==Al&&eA==ml}var tA=true;cf.set(ml,Al);cf.set(Al,ml);var rA=t_;while(++S_{var zl=Rl(97047),rd=Rl(20168),yh=Rl(59402);function flatRest(ml){return yh(rd(ml,undefined,zl),ml+"")}ml.exports=flatRest},78997:ml=>{var Al=typeof global=="object"&&global&&global.Object===Object&&global;ml.exports=Al},78479:(ml,Al,Rl)=>{var zl=Rl(24586),rd=Rl(65889),yh=Rl(26741);function getAllKeys(ml){return zl(ml,yh,rd)}ml.exports=getAllKeys},17172:(ml,Al,Rl)=>{var zl=Rl(24586),rd=Rl(99882),yh=Rl(19430);function getAllKeysIn(ml){return zl(ml,yh,rd)}ml.exports=getAllKeysIn},1194:(ml,Al,Rl)=>{var zl=Rl(93245);function getMapData(ml,Al){var Rl=ml.__data__;return zl(Al)?Rl[typeof Al=="string"?"string":"hash"]:Rl.map}ml.exports=getMapData},69081:(ml,Al,Rl)=>{var zl=Rl(12757),rd=Rl(26741);function getMatchData(ml){var Al=rd(ml),Rl=Al.length;while(Rl--){var yh=Al[Rl],kh=ml[yh];Al[Rl]=[yh,kh,zl(kh)]}return Al}ml.exports=getMatchData},68573:(ml,Al,Rl)=>{var zl=Rl(92334),rd=Rl(8293);function getNative(ml,Al){var Rl=rd(ml,Al);return zl(Rl)?Rl:undefined}ml.exports=getNative},86194:(ml,Al,Rl)=>{var zl=Rl(61128);var rd=zl(Object.getPrototypeOf,Object);ml.exports=rd},95292:(ml,Al,Rl)=>{var zl=Rl(38584);var rd=Object.prototype;var yh=rd.hasOwnProperty;var kh=rd.toString;var Qh=zl?zl.toStringTag:undefined;function getRawTag(ml){var Al=yh.call(ml,Qh),Rl=ml[Qh];try{ml[Qh]=undefined;var zl=true}catch(ml){}var rd=kh.call(ml);if(zl){if(Al){ml[Qh]=Rl}else{delete ml[Qh]}}return rd}ml.exports=getRawTag},65889:(ml,Al,Rl)=>{var zl=Rl(78573),rd=Rl(43400);var yh=Object.prototype;var kh=yh.propertyIsEnumerable;var Qh=Object.getOwnPropertySymbols;var cf=!Qh?rd:function(ml){if(ml==null){return[]}ml=Object(ml);return zl(Qh(ml),function(Al){return kh.call(ml,Al)})};ml.exports=cf},99882:(ml,Al,Rl)=>{var zl=Rl(50827),rd=Rl(86194),yh=Rl(65889),kh=Rl(43400);var Qh=Object.getOwnPropertySymbols;var cf=!Qh?kh:function(ml){var Al=[];while(ml){zl(Al,yh(ml));ml=rd(ml)}return Al};ml.exports=cf},44512:(ml,Al,Rl)=>{var zl=Rl(47033),rd=Rl(98272),yh=Rl(4455),kh=Rl(84986),Qh=Rl(97364),cf=Rl(29117),t_=Rl(57192);var r_="[object Map]",u_="[object Object]",C_="[object Promise]",D_="[object Set]",S_="[object WeakMap]";var P_="[object DataView]";var Cg=t_(zl),eA=t_(rd),tA=t_(yh),rA=t_(kh),nA=t_(Qh);var iA=cf;if(zl&&iA(new zl(new ArrayBuffer(1)))!=P_||rd&&iA(new rd)!=r_||yh&&iA(yh.resolve())!=C_||kh&&iA(new kh)!=D_||Qh&&iA(new Qh)!=S_){iA=function(ml){var Al=cf(ml),Rl=Al==u_?ml.constructor:undefined,zl=Rl?t_(Rl):"";if(zl){switch(zl){case Cg:return P_;case eA:return r_;case tA:return C_;case rA:return D_;case nA:return S_}}return Al}}ml.exports=iA},8293:ml=>{function getValue(ml,Al){return ml==null?undefined:ml[Al]}ml.exports=getValue},48253:(ml,Al,Rl)=>{var zl=Rl(77336),rd=Rl(60541),yh=Rl(77192),kh=Rl(37446),Qh=Rl(56657),cf=Rl(95086);function hasPath(ml,Al,Rl){Al=zl(Al,ml);var t_=-1,r_=Al.length,u_=false;while(++t_{var zl=Rl(71563);function hashClear(){this.__data__=zl?zl(null):{};this.size=0}ml.exports=hashClear},15431:ml=>{function hashDelete(ml){var Al=this.has(ml)&&delete this.__data__[ml];this.size-=Al?1:0;return Al}ml.exports=hashDelete},26934:(ml,Al,Rl)=>{var zl=Rl(71563);var rd="__lodash_hash_undefined__";var yh=Object.prototype;var kh=yh.hasOwnProperty;function hashGet(ml){var Al=this.__data__;if(zl){var Rl=Al[ml];return Rl===rd?undefined:Rl}return kh.call(Al,ml)?Al[ml]:undefined}ml.exports=hashGet},64306:(ml,Al,Rl)=>{var zl=Rl(71563);var rd=Object.prototype;var yh=rd.hasOwnProperty;function hashHas(ml){var Al=this.__data__;return zl?Al[ml]!==undefined:yh.call(Al,ml)}ml.exports=hashHas},17226:(ml,Al,Rl)=>{var zl=Rl(71563);var rd="__lodash_hash_undefined__";function hashSet(ml,Al){var Rl=this.__data__;this.size+=this.has(ml)?0:1;Rl[ml]=zl&&Al===undefined?rd:Al;return this}ml.exports=hashSet},43688:ml=>{var Al=Object.prototype;var Rl=Al.hasOwnProperty;function initCloneArray(ml){var Al=ml.length,zl=new ml.constructor(Al);if(Al&&typeof ml[0]=="string"&&Rl.call(ml,"index")){zl.index=ml.index;zl.input=ml.input}return zl}ml.exports=initCloneArray},75906:(ml,Al,Rl)=>{var zl=Rl(71336),rd=Rl(20114),yh=Rl(14798),kh=Rl(10539),Qh=Rl(60946);var cf="[object Boolean]",t_="[object Date]",r_="[object Map]",u_="[object Number]",C_="[object RegExp]",D_="[object Set]",S_="[object String]",P_="[object Symbol]";var Cg="[object ArrayBuffer]",eA="[object DataView]",tA="[object Float32Array]",rA="[object Float64Array]",nA="[object Int8Array]",iA="[object Int16Array]",sA="[object Int32Array]",aA="[object Uint8Array]",oA="[object Uint8ClampedArray]",lA="[object Uint16Array]",cA="[object Uint32Array]";function initCloneByTag(ml,Al,Rl){var uA=ml.constructor;switch(Al){case Cg:return zl(ml);case cf:case t_:return new uA(+ml);case eA:return rd(ml,Rl);case tA:case rA:case nA:case iA:case sA:case aA:case oA:case lA:case cA:return Qh(ml,Rl);case r_:return new uA;case u_:case S_:return new uA(ml);case C_:return yh(ml);case D_:return new uA;case P_:return kh(ml)}}ml.exports=initCloneByTag},20866:(ml,Al,Rl)=>{var zl=Rl(33733),rd=Rl(86194),yh=Rl(55944);function initCloneObject(ml){return typeof ml.constructor=="function"&&!yh(ml)?zl(rd(ml)):{}}ml.exports=initCloneObject},45088:(ml,Al,Rl)=>{var zl=Rl(38584),rd=Rl(60541),yh=Rl(77192);var kh=zl?zl.isConcatSpreadable:undefined;function isFlattenable(ml){return yh(ml)||rd(ml)||!!(kh&&ml&&ml[kh])}ml.exports=isFlattenable},37446:ml=>{var Al=9007199254740991;var Rl=/^(?:0|[1-9]\d*)$/;function isIndex(ml,zl){var rd=typeof ml;zl=zl==null?Al:zl;return!!zl&&(rd=="number"||rd!="symbol"&&Rl.test(ml))&&(ml>-1&&ml%1==0&&ml{var zl=Rl(75199),rd=Rl(75119),yh=Rl(37446),kh=Rl(96482);function isIterateeCall(ml,Al,Rl){if(!kh(Rl)){return false}var Qh=typeof Al;if(Qh=="number"?rd(Rl)&&yh(Al,Rl.length):Qh=="string"&&Al in Rl){return zl(Rl[Al],ml)}return false}ml.exports=isIterateeCall},20897:(ml,Al,Rl)=>{var zl=Rl(77192),rd=Rl(70661);var yh=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,kh=/^\w*$/;function isKey(ml,Al){if(zl(ml)){return false}var Rl=typeof ml;if(Rl=="number"||Rl=="symbol"||Rl=="boolean"||ml==null||rd(ml)){return true}return kh.test(ml)||!yh.test(ml)||Al!=null&&ml in Object(Al)}ml.exports=isKey},93245:ml=>{function isKeyable(ml){var Al=typeof ml;return Al=="string"||Al=="number"||Al=="symbol"||Al=="boolean"?ml!=="__proto__":ml===null}ml.exports=isKeyable},46613:(ml,Al,Rl)=>{var zl=Rl(60252);var rd=function(){var ml=/[^.]+$/.exec(zl&&zl.keys&&zl.keys.IE_PROTO||"");return ml?"Symbol(src)_1."+ml:""}();function isMasked(ml){return!!rd&&rd in ml}ml.exports=isMasked},55944:ml=>{var Al=Object.prototype;function isPrototype(ml){var Rl=ml&&ml.constructor,zl=typeof Rl=="function"&&Rl.prototype||Al;return ml===zl}ml.exports=isPrototype},12757:(ml,Al,Rl)=>{var zl=Rl(96482);function isStrictComparable(ml){return ml===ml&&!zl(ml)}ml.exports=isStrictComparable},99791:ml=>{function listCacheClear(){this.__data__=[];this.size=0}ml.exports=listCacheClear},24555:(ml,Al,Rl)=>{var zl=Rl(74024);var rd=Array.prototype;var yh=rd.splice;function listCacheDelete(ml){var Al=this.__data__,Rl=zl(Al,ml);if(Rl<0){return false}var rd=Al.length-1;if(Rl==rd){Al.pop()}else{yh.call(Al,Rl,1)}--this.size;return true}ml.exports=listCacheDelete},86634:(ml,Al,Rl)=>{var zl=Rl(74024);function listCacheGet(ml){var Al=this.__data__,Rl=zl(Al,ml);return Rl<0?undefined:Al[Rl][1]}ml.exports=listCacheGet},8430:(ml,Al,Rl)=>{var zl=Rl(74024);function listCacheHas(ml){return zl(this.__data__,ml)>-1}ml.exports=listCacheHas},36918:(ml,Al,Rl)=>{var zl=Rl(74024);function listCacheSet(ml,Al){var Rl=this.__data__,rd=zl(Rl,ml);if(rd<0){++this.size;Rl.push([ml,Al])}else{Rl[rd][1]=Al}return this}ml.exports=listCacheSet},88487:(ml,Al,Rl)=>{var zl=Rl(66320),rd=Rl(68884),yh=Rl(98272);function mapCacheClear(){this.size=0;this.__data__={hash:new zl,map:new(yh||rd),string:new zl}}ml.exports=mapCacheClear},36275:(ml,Al,Rl)=>{var zl=Rl(1194);function mapCacheDelete(ml){var Al=zl(this,ml)["delete"](ml);this.size-=Al?1:0;return Al}ml.exports=mapCacheDelete},30130:(ml,Al,Rl)=>{var zl=Rl(1194);function mapCacheGet(ml){return zl(this,ml).get(ml)}ml.exports=mapCacheGet},69254:(ml,Al,Rl)=>{var zl=Rl(1194);function mapCacheHas(ml){return zl(this,ml).has(ml)}ml.exports=mapCacheHas},59806:(ml,Al,Rl)=>{var zl=Rl(1194);function mapCacheSet(ml,Al){var Rl=zl(this,ml),rd=Rl.size;Rl.set(ml,Al);this.size+=Rl.size==rd?0:1;return this}ml.exports=mapCacheSet},43428:ml=>{function mapToArray(ml){var Al=-1,Rl=Array(ml.size);ml.forEach(function(ml,zl){Rl[++Al]=[zl,ml]});return Rl}ml.exports=mapToArray},78218:ml=>{function matchesStrictComparable(ml,Al){return function(Rl){if(Rl==null){return false}return Rl[ml]===Al&&(Al!==undefined||ml in Object(Rl))}}ml.exports=matchesStrictComparable},41471:(ml,Al,Rl)=>{var zl=Rl(24769);var rd=500;function memoizeCapped(ml){var Al=zl(ml,function(ml){if(Rl.size===rd){Rl.clear()}return ml});var Rl=Al.cache;return Al}ml.exports=memoizeCapped},71563:(ml,Al,Rl)=>{var zl=Rl(68573);var rd=zl(Object,"create");ml.exports=rd},63787:(ml,Al,Rl)=>{var zl=Rl(61128);var rd=zl(Object.keys,Object);ml.exports=rd},94008:ml=>{function nativeKeysIn(ml){var Al=[];if(ml!=null){for(var Rl in Object(ml)){Al.push(Rl)}}return Al}ml.exports=nativeKeysIn},88724:(ml,Al,Rl)=>{ml=Rl.nmd(ml);var zl=Rl(78997);var rd=true&&Al&&!Al.nodeType&&Al;var yh=rd&&"object"=="object"&&ml&&!ml.nodeType&&ml;var kh=yh&&yh.exports===rd;var Qh=kh&&zl.process;var cf=function(){try{var ml=yh&&yh.require&&yh.require("util").types;if(ml){return ml}return Qh&&Qh.binding&&Qh.binding("util")}catch(ml){}}();ml.exports=cf},71723:ml=>{var Al=Object.prototype;var Rl=Al.toString;function objectToString(ml){return Rl.call(ml)}ml.exports=objectToString},61128:ml=>{function overArg(ml,Al){return function(Rl){return ml(Al(Rl))}}ml.exports=overArg},20168:(ml,Al,Rl)=>{var zl=Rl(59678);var rd=Math.max;function overRest(ml,Al,Rl){Al=rd(Al===undefined?ml.length-1:Al,0);return function(){var yh=arguments,kh=-1,Qh=rd(yh.length-Al,0),cf=Array(Qh);while(++kh{var zl=Rl(40877),rd=Rl(37115);function parent(ml,Al){return Al.length<2?ml:zl(ml,rd(Al,0,-1))}ml.exports=parent},6748:(ml,Al,Rl)=>{var zl=Rl(78997);var rd=typeof self=="object"&&self&&self.Object===Object&&self;var yh=zl||rd||Function("return this")();ml.exports=yh},1589:ml=>{function safeGet(ml,Al){if(Al==="constructor"&&typeof ml[Al]==="function"){return}if(Al=="__proto__"){return}return ml[Al]}ml.exports=safeGet},44671:ml=>{var Al="__lodash_hash_undefined__";function setCacheAdd(ml){this.__data__.set(ml,Al);return this}ml.exports=setCacheAdd},71884:ml=>{function setCacheHas(ml){return this.__data__.has(ml)}ml.exports=setCacheHas},11894:ml=>{function setToArray(ml){var Al=-1,Rl=Array(ml.size);ml.forEach(function(ml){Rl[++Al]=ml});return Rl}ml.exports=setToArray},59402:(ml,Al,Rl)=>{var zl=Rl(64953),rd=Rl(83286);var yh=rd(zl);ml.exports=yh},83286:ml=>{var Al=800,Rl=16;var zl=Date.now;function shortOut(ml){var rd=0,yh=0;return function(){var kh=zl(),Qh=Rl-(kh-yh);yh=kh;if(Qh>0){if(++rd>=Al){return arguments[0]}}else{rd=0}return ml.apply(undefined,arguments)}}ml.exports=shortOut},91509:(ml,Al,Rl)=>{var zl=Rl(68884);function stackClear(){this.__data__=new zl;this.size=0}ml.exports=stackClear},23218:ml=>{function stackDelete(ml){var Al=this.__data__,Rl=Al["delete"](ml);this.size=Al.size;return Rl}ml.exports=stackDelete},46572:ml=>{function stackGet(ml){return this.__data__.get(ml)}ml.exports=stackGet},66216:ml=>{function stackHas(ml){return this.__data__.has(ml)}ml.exports=stackHas},51976:(ml,Al,Rl)=>{var zl=Rl(68884),rd=Rl(98272),yh=Rl(79660);var kh=200;function stackSet(ml,Al){var Rl=this.__data__;if(Rl instanceof zl){var Qh=Rl.__data__;if(!rd||Qh.length{var zl=Rl(41471);var rd=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g;var yh=/\\(\\)?/g;var kh=zl(function(ml){var Al=[];if(ml.charCodeAt(0)===46){Al.push("")}ml.replace(rd,function(ml,Rl,zl,rd){Al.push(zl?rd.replace(yh,"$1"):Rl||ml)});return Al});ml.exports=kh},95086:(ml,Al,Rl)=>{var zl=Rl(70661);var rd=1/0;function toKey(ml){if(typeof ml=="string"||zl(ml)){return ml}var Al=ml+"";return Al=="0"&&1/ml==-rd?"-0":Al}ml.exports=toKey},57192:ml=>{var Al=Function.prototype;var Rl=Al.toString;function toSource(ml){if(ml!=null){try{return Rl.call(ml)}catch(ml){}try{return ml+""}catch(ml){}}return""}ml.exports=toSource},54395:ml=>{var Al=/\s/;function trimmedEndIndex(ml){var Rl=ml.length;while(Rl--&&Al.test(ml.charAt(Rl))){}return Rl}ml.exports=trimmedEndIndex},80542:(ml,Al,Rl)=>{var zl=Rl(62504);var rd=1,yh=4;function cloneDeep(ml){return zl(ml,rd|yh)}ml.exports=cloneDeep},85089:ml=>{function constant(ml){return function(){return ml}}ml.exports=constant},75199:ml=>{function eq(ml,Al){return ml===Al||ml!==ml&&Al!==Al}ml.exports=eq},19263:(ml,Al,Rl)=>{var zl=Rl(78573),rd=Rl(39143),yh=Rl(47988),kh=Rl(77192);function filter(ml,Al){var Rl=kh(ml)?zl:rd;return Rl(ml,yh(Al,3))}ml.exports=filter},97047:(ml,Al,Rl)=>{var zl=Rl(63183);function flatten(ml){var Al=ml==null?0:ml.length;return Al?zl(ml,1):[]}ml.exports=flatten},40181:(ml,Al,Rl)=>{var zl=Rl(40877);function get(ml,Al,Rl){var rd=ml==null?undefined:zl(ml,Al);return rd===undefined?Rl:rd}ml.exports=get},66306:(ml,Al,Rl)=>{var zl=Rl(6186),rd=Rl(48253);function hasIn(ml,Al){return ml!=null&&rd(ml,Al,zl)}ml.exports=hasIn},46851:ml=>{function identity(ml){return ml}ml.exports=identity},60541:(ml,Al,Rl)=>{var zl=Rl(93605),rd=Rl(51645);var yh=Object.prototype;var kh=yh.hasOwnProperty;var Qh=yh.propertyIsEnumerable;var cf=zl(function(){return arguments}())?zl:function(ml){return rd(ml)&&kh.call(ml,"callee")&&!Qh.call(ml,"callee")};ml.exports=cf},77192:ml=>{var Al=Array.isArray;ml.exports=Al},75119:(ml,Al,Rl)=>{var zl=Rl(34329),rd=Rl(56657);function isArrayLike(ml){return ml!=null&&rd(ml.length)&&!zl(ml)}ml.exports=isArrayLike},97100:(ml,Al,Rl)=>{var zl=Rl(75119),rd=Rl(51645);function isArrayLikeObject(ml){return rd(ml)&&zl(ml)}ml.exports=isArrayLikeObject},43739:(ml,Al,Rl)=>{ml=Rl.nmd(ml);var zl=Rl(6748),rd=Rl(92074);var yh=true&&Al&&!Al.nodeType&&Al;var kh=yh&&"object"=="object"&&ml&&!ml.nodeType&&ml;var Qh=kh&&kh.exports===yh;var cf=Qh?zl.Buffer:undefined;var t_=cf?cf.isBuffer:undefined;var r_=t_||rd;ml.exports=r_},34329:(ml,Al,Rl)=>{var zl=Rl(29117),rd=Rl(96482);var yh="[object AsyncFunction]",kh="[object Function]",Qh="[object GeneratorFunction]",cf="[object Proxy]";function isFunction(ml){if(!rd(ml)){return false}var Al=zl(ml);return Al==kh||Al==Qh||Al==yh||Al==cf}ml.exports=isFunction},56657:ml=>{var Al=9007199254740991;function isLength(ml){return typeof ml=="number"&&ml>-1&&ml%1==0&&ml<=Al}ml.exports=isLength},85995:(ml,Al,Rl)=>{var zl=Rl(66051),rd=Rl(55506),yh=Rl(88724);var kh=yh&&yh.isMap;var Qh=kh?rd(kh):zl;ml.exports=Qh},96482:ml=>{function isObject(ml){var Al=typeof ml;return ml!=null&&(Al=="object"||Al=="function")}ml.exports=isObject},51645:ml=>{function isObjectLike(ml){return ml!=null&&typeof ml=="object"}ml.exports=isObjectLike},36542:(ml,Al,Rl)=>{var zl=Rl(29117),rd=Rl(86194),yh=Rl(51645);var kh="[object Object]";var Qh=Function.prototype,cf=Object.prototype;var t_=Qh.toString;var r_=cf.hasOwnProperty;var u_=t_.call(Object);function isPlainObject(ml){if(!yh(ml)||zl(ml)!=kh){return false}var Al=rd(ml);if(Al===null){return true}var Rl=r_.call(Al,"constructor")&&Al.constructor;return typeof Rl=="function"&&Rl instanceof Rl&&t_.call(Rl)==u_}ml.exports=isPlainObject},27077:(ml,Al,Rl)=>{var zl=Rl(85901),rd=Rl(55506),yh=Rl(88724);var kh=yh&&yh.isSet;var Qh=kh?rd(kh):zl;ml.exports=Qh},70661:(ml,Al,Rl)=>{var zl=Rl(29117),rd=Rl(51645);var yh="[object Symbol]";function isSymbol(ml){return typeof ml=="symbol"||rd(ml)&&zl(ml)==yh}ml.exports=isSymbol},35e3:(ml,Al,Rl)=>{var zl=Rl(16880),rd=Rl(55506),yh=Rl(88724);var kh=yh&&yh.isTypedArray;var Qh=kh?rd(kh):zl;ml.exports=Qh},4257:ml=>{function isUndefined(ml){return ml===undefined}ml.exports=isUndefined},26741:(ml,Al,Rl)=>{var zl=Rl(62e3),rd=Rl(31517),yh=Rl(75119);function keys(ml){return yh(ml)?zl(ml):rd(ml)}ml.exports=keys},19430:(ml,Al,Rl)=>{var zl=Rl(62e3),rd=Rl(82094),yh=Rl(75119);function keysIn(ml){return yh(ml)?zl(ml,true):rd(ml)}ml.exports=keysIn},14781:ml=>{function last(ml){var Al=ml==null?0:ml.length;return Al?ml[Al-1]:undefined}ml.exports=last},52356:function(ml,Al,Rl){ml=Rl.nmd(ml); +*/},76852:La=>{"use strict";var hl=Object.defineProperty;var fl=Object.getOwnPropertyDescriptor;var yl=Object.getOwnPropertyNames;var Pl=Object.prototype.hasOwnProperty;var __export=(La,fl)=>{for(var yl in fl)hl(La,yl,{get:fl[yl],enumerable:true})};var __copyProps=(La,Ul,Gd,af)=>{if(Ul&&typeof Ul==="object"||typeof Ul==="function"){for(let n_ of yl(Ul))if(!Pl.call(La,n_)&&n_!==Gd)hl(La,n_,{get:()=>Ul[n_],enumerable:!(af=fl(Ul,n_))||af.enumerable})}return La};var __toCommonJS=La=>__copyProps(hl({},"__esModule",{value:true}),La);var Ul={};__export(Ul,{API_ENDPOINTS:()=>i_,BASE_URL:()=>n_,DEFAULT_TIMEOUT:()=>p_,ENV:()=>af,ENVS:()=>Gd,GITSTREAM_CORE_SERVICE_NAME:()=>w_,ORG_LEVEL_PLUGINS_PATH:()=>D_,REPO_LEVEL_PLUGINS_PATH:()=>I_});La.exports=__toCommonJS(Ul);const Gd={PROD:"prod",DEV:"dev",LOCAL:"local"};const af=Gd.PROD;const n_=af===Gd.PROD?"https://moontower.gitstream.cm":af===Gd.DEV?"https://moontower.gitstream-dev.cm":"http://localhost:3131";const i_={REVIEW_TIME:`${n_}/v1/pulls/review-time`,EXPERT_REVIEWER:`${n_}/gs/v1/data-service/expert-reviewer`};const p_=10*1e3;const w_="gitstream-core";const D_="plugins";const I_=".cm/plugins";0&&0},13169:La=>{"use strict";var hl=Object.defineProperty;var fl=Object.getOwnPropertyDescriptor;var yl=Object.getOwnPropertyNames;var Pl=Object.prototype.hasOwnProperty;var __export=(La,fl)=>{for(var yl in fl)hl(La,yl,{get:fl[yl],enumerable:true})};var __copyProps=(La,Ul,Gd,af)=>{if(Ul&&typeof Ul==="object"||typeof Ul==="function"){for(let n_ of yl(Ul))if(!Pl.call(La,n_)&&n_!==Gd)hl(La,n_,{get:()=>Ul[n_],enumerable:!(af=fl(Ul,n_))||af.enumerable})}return La};var __toCommonJS=La=>__copyProps(hl({},"__esModule",{value:true}),La);var Ul={};__export(Ul,{BRANCH_DELETED_MESSAGE:()=>i_,BRANCH_DELETED_RUN_SKIPPED:()=>n_,ERRORS:()=>af,STATUS_CODES:()=>w_,WARNINGS:()=>p_});La.exports=__toCommonJS(Ul);const Gd="gitstream-rules-parser";const af={SYNTAX_ERROR:"syntax error",RULE_FILE_NOT_FOUND:"Rule file not found",FAILED_TO_EXTRACT_ADMINS:"gitstream.cm file not found - failed to extract admins",SEND_RESULTS_TO_RESOLVER_FAILED:"Failed sending evaluated rules to the resolver.",SEND_RESULTS_TO_RESOLVER_SUCCEEDED:"Sending evaluated rules to the resolver succeeded",FAILED_TO_GET_CONTEXT:"Failed to get PR context.",FAILED_TO_GET_BLAME_CONTEXT:"Failed to get git blame context.",FAILED_TO_GET_ACTIVITY_CONTEXT:"Failed to get git activity context.",FAILED_PARSE_CM_FILE:"Failed while parsing CM file",MISSING_KEYWORD:"Missing `automations` keyword in *.cm",MALFORMED_EXPRESSION:"There are spaces between the currly braces { { and } }",FAILED_TO_PARSE_CM:"Failed to parse cm",FAILED_TO_GET_WATCHERS:"Failed to get watchers from rules files",GIT_COMMAND_FAILED:"Git command failed. reason:",INTERNAL_ERROR:"gitstream-rules-engine internal error",INVALID_CACHE:"Invalid cache",VALIDATOR_ERROR:"Validator error",FAILED_PARSE_RULES_PARSER_ERRORS:"Failed parse rules parser errors",FAILED_RENDER_STRING:`${Gd} - failed render string`,FAILED_YAML_LOAD:`${Gd} - failed yaml.load`,INVALID_CM:`${Gd} - invalid cm`,INVALID_CM_CONTEXT_VARIABLES:`${Gd} - ContextVariableValidator`,ERROR_IN_LINEARB_AI_FILTER:"Error in LinearB_AI filter",ERROR_IN_LINEARB_AI_DESCRIBE_PR_FILTER:"Error in AI_DescribePR filter",ERROR_IN_AI_ACTION:"Error in AI action",FAILED_TO_RUN_ONE_RULE_FILE:"Failed to run one rule file",FAILED_TO_LOAD_EXTERNAL_PLUGINS:"Failed to load external plugins",FAILED_TO_CREATE_COMMIT_STATUS:"Failed to create commit status"};const n_="run skipped";const i_=`PR branch was deleted — ${n_}`;const p_={NON_BOOLEAN_CONDITIONAL_WARN:La=>`Syntax warning: expected a boolean or a numeric value under \`if\` in ${La}`};const w_={FAILED_TO_GET_CONTEXT:40,FAILED_TO_GET_BLAME_CONTEXT:41,FAILED_TO_GET_ACTIVITY_CONTEXT:42,SEND_RESULTS_TO_RESOLVER_FAILED:50,SYNTAX_ERROR:60,MISSING_KEYWORD:61,UNSUPPORTED_ACTION:62,UNSUPPORTED_ARGUMENT:63,MALFORMED_EXPRESSION:64,MISSING_REQUIRED_FIELDS:65,FAILED_TO_PARSE_CM:66,BAD_REVISION:67,INTERNAL_ERROR:68,RULE_FILE_NOT_FOUND:70,FAILED_TO_GET_WATCHERS:71,INVALID_CACHE:72,FAILED_PARSE_RULES_PARSER_ERRORS:73,FAILED_RENDER_STRING:80,FAILED_YAML_LOAD:81,INVALID_CM:82,INVALID_CM_CONTEXT_VARIABLES:83,SYNTAX_WARNING:84,FAILED_TO_RUN_ONE_RULE_FILE:85,FAILED_TO_LOAD_EXTERNAL_PLUGINS:90};0&&0},39302:La=>{"use strict";var hl=Object.defineProperty;var fl=Object.getOwnPropertyDescriptor;var yl=Object.getOwnPropertyNames;var Pl=Object.prototype.hasOwnProperty;var __export=(La,fl)=>{for(var yl in fl)hl(La,yl,{get:fl[yl],enumerable:true})};var __copyProps=(La,Ul,Gd,af)=>{if(Ul&&typeof Ul==="object"||typeof Ul==="function"){for(let n_ of yl(Ul))if(!Pl.call(La,n_)&&n_!==Gd)hl(La,n_,{get:()=>Ul[n_],enumerable:!(af=fl(Ul,n_))||af.enumerable})}return La};var __toCommonJS=La=>__copyProps(hl({},"__esModule",{value:true}),La);var Ul={};__export(Ul,{GIT_PROVIDERS:()=>Gd});La.exports=__toCommonJS(Ul);const Gd={GITHUB:"github",GITLAB:"gitlab",BITBUCKET:"bitbucket"};0&&0},53091:(La,hl,fl)=>{"use strict";var yl=Object.create;var Pl=Object.defineProperty;var Ul=Object.getOwnPropertyDescriptor;var Gd=Object.getOwnPropertyNames;var af=Object.getPrototypeOf;var n_=Object.prototype.hasOwnProperty;var __export=(La,hl)=>{for(var fl in hl)Pl(La,fl,{get:hl[fl],enumerable:true})};var __copyProps=(La,hl,fl,yl)=>{if(hl&&typeof hl==="object"||typeof hl==="function"){for(let af of Gd(hl))if(!n_.call(La,af)&&af!==fl)Pl(La,af,{get:()=>hl[af],enumerable:!(yl=Ul(hl,af))||yl.enumerable})}return La};var __toESM=(La,hl,fl)=>(fl=La!=null?yl(af(La)):{},__copyProps(hl||!La||!La.__esModule?Pl(fl,"default",{value:La,enumerable:true}):fl,La));var __toCommonJS=La=>__copyProps(Pl({},"__esModule",{value:true}),La);var i_={};__export(i_,{AI_CONSTS:()=>tA.AI_CONSTS,BranchDeletedError:()=>iA.BranchDeletedError,CommitStatusApiParams:()=>aA.CommitStatusApiParams,CommonUtils:()=>D_.default,GITSTREAM_WEBHOOK_EVENTS:()=>pg.GITSTREAM_WEBHOOK_EVENTS,GIT_PROVIDERS:()=>_m.GIT_PROVIDERS,GitlabCommitStatus:()=>aA.GitlabCommitStatus,GitlabCommitStatusRequest:()=>aA.GitlabCommitStatusRequest,InlinePlugin:()=>sA.InlinePlugin,LinearbAIContext:()=>nA.LinearbAIContext,LinearbAIRequestData:()=>nA.LinearbAIRequestData,REPO_FOLDER:()=>N_.REPO_FOLDER,ResourceType:()=>rA.ResourceType,RuleParser:()=>p_.RuleParser,RulesEngine:()=>w_.RulesEngine,RuntimeOptions:()=>w_.RuntimeOptions,SandboxConfig:()=>sA.SandboxConfig,compressData:()=>eA.compressData,decompressData:()=>eA.decompressData,getClientPayload:()=>mg.getClientPayload,isGzip:()=>gg.isGzip,isLGTM:()=>tA.isLGTM,safeRulesYamlLoad:()=>I_.safeRulesYamlLoad});La.exports=__toCommonJS(i_);var p_=fl(38201);var w_=fl(77835);var D_=__toESM(fl(10643));var I_=fl(78963);var N_=fl(45273);var _m=fl(39302);var pg=fl(42681);var mg=fl(7426);var gg=fl(26925);var eA=fl(93017);var tA=fl(82752);var rA=fl(55231);var nA=fl(67171);var iA=fl(50125);var sA=fl(84601);var aA=fl(35250);0&&0},14947:(La,hl,fl)=>{"use strict";var yl=Object.defineProperty;var Pl=Object.getOwnPropertyDescriptor;var Ul=Object.getOwnPropertyNames;var Gd=Object.prototype.hasOwnProperty;var __export=(La,hl)=>{for(var fl in hl)yl(La,fl,{get:hl[fl],enumerable:true})};var __copyProps=(La,hl,fl,af)=>{if(hl&&typeof hl==="object"||typeof hl==="function"){for(let n_ of Ul(hl))if(!Gd.call(La,n_)&&n_!==fl)yl(La,n_,{get:()=>hl[n_],enumerable:!(af=Pl(hl,n_))||af.enumerable})}return La};var __toCommonJS=La=>__copyProps(yl({},"__esModule",{value:true}),La);var af={};__export(af,{getCodeExpert:()=>getCodeExpert,getExpertReviewer:()=>getExpertReviewer});La.exports=__toCommonJS(af);var n_=fl(7426);const buildPrFiles=(La,hl)=>{const fl=hl.reduce((hl,fl)=>{if(fl===n_.NOT_FOUND_FILE_PATH){return hl}return{...hl,[fl]:{...{blame:La.ds_blame?.[fl]||""},...{activity:La.ds_activity?.[fl]||""}}}},{});return Object.keys(fl).reduce((La,hl)=>{if(!Object.keys(fl[hl]).length){return La}return{...La,[hl]:fl[hl]}},{})};const getExpertReviewer=(La,hl,fl)=>{const{owner:yl,pullRequestNumber:Pl,branch:Ul,triggeredBy:Gd}=fl;const af={org:yl,repo:fl.repo,pullRequestNumber:Pl,branch:Ul,triggeredBy:Gd};const n_=buildPrFiles(La,hl);return{merge_dict:La.git_to_provider_user,pr_files:n_,context:af}};const buildPrFilesTemp=(La,hl,fl)=>{const yl=fl.reduce((fl,yl)=>{if(yl===n_.NOT_FOUND_FILE_PATH){return fl}return{...fl,[yl]:{...{blame:La?.[yl]||""},...{activity:hl?.[yl]||""}}}},{});return Object.keys(yl).reduce((La,hl)=>{if(!Object.keys(yl[hl]).length){return La}return{...La,[hl]:yl[hl]}},{})};const getCodeExpert=(La,hl,fl,yl,Pl)=>{const{owner:Ul,pullRequestNumber:Gd,branch:af,triggeredBy:n_}=Pl;const i_={org:Ul,repo:Pl.repo,pullRequestNumber:Gd,branch:af,triggeredBy:n_};const p_=buildPrFilesTemp(hl,fl,yl);return{merge_dict:La,pr_files:p_,context:i_}};0&&0},7426:(La,hl,fl)=>{"use strict";var yl=Object.defineProperty;var Pl=Object.getOwnPropertyDescriptor;var Ul=Object.getOwnPropertyNames;var Gd=Object.prototype.hasOwnProperty;var __export=(La,hl)=>{for(var fl in hl)yl(La,fl,{get:hl[fl],enumerable:true})};var __copyProps=(La,hl,fl,af)=>{if(hl&&typeof hl==="object"||typeof hl==="function"){for(let n_ of Ul(hl))if(!Gd.call(La,n_)&&n_!==fl)yl(La,n_,{get:()=>hl[n_],enumerable:!(af=Pl(hl,n_))||af.enumerable})}return La};var __toCommonJS=La=>__copyProps(yl({},"__esModule",{value:true}),La);var af={};__export(af,{BASE_REF:()=>N_,BITBUCKET_CONSTS:()=>oA,DEBUG_MODE:()=>gg,ENABLE_DEBUG_ARTIFACTS:()=>eA,GS_COMMAND_CM_PATH:()=>lA,HEAD_REF:()=>I_,IGNORE_PATTERNS_IN_DRY_RUN:()=>rA,IMMEDIATELY_EVALUATED_ACTIONS:()=>aA,LINEARB_METRICS_API_KEY:()=>w_,NOT_FOUND_FILE_PATH:()=>tA,ORG_LEVEL_REPO:()=>nA,WATCH_FILTERS:()=>sA,WATCH_PR_EVENTS:()=>iA,getClientPayload:()=>getClientPayload,getOverrideCloneRepoPath:()=>getOverrideCloneRepoPath,getRulesResolverToken:()=>getRulesResolverToken,getRulesResolverUrl:()=>getRulesResolverUrl,setClientPayload:()=>setClientPayload,setOverrideCloneRepoPath:()=>setOverrideCloneRepoPath,setRulesResolverToken:()=>setRulesResolverToken,setRulesResolverUrl:()=>setRulesResolverUrl});La.exports=__toCommonJS(af);var n_=fl(78963);var i_=fl(26925);var p_=fl(41002);const{LINEARB_METRICS_API_KEY:w_}=process.env||"";let D_=process.env.RULES_RESOLVER_URL??"";const setRulesResolverUrl=La=>{D_=La||process.env.RULES_RESOLVER_URL||""};const getRulesResolverUrl=La=>D_||La?.resolverUrl||"";const I_=(0,i_.removeApostropheEscaping)(process.env.HEAD_REF||"");const N_=(0,i_.removeApostropheEscaping)(process.env.BASE_REF||"");const resolveClientPayload=La=>{const hl=(0,i_.maybeDecompressClientPayload)(La);if(La&&La!=="{}"){console.log(`[gitstream-core ${p_.version}] client_payload mode=${hl!==null?"gzip":"plain"} rawLen=${La.length}`)}return hl!==null?hl:(0,i_.removeSingleQuotesEscaping)(La)};let _m=resolveClientPayload(process.env.CLIENT_PAYLOAD||"{}");const setClientPayload=La=>{_m=La?(0,i_.maybeDecompressClientPayload)(La)??La:resolveClientPayload(process.env.CLIENT_PAYLOAD||"{}")};const getClientPayload=()=>_m;let pg=process.env.RULES_RESOLVER_TOKEN??"";const setRulesResolverToken=La=>{pg=La||process.env.RULES_RESOLVER_TOKEN||""};const getRulesResolverToken=La=>pg||La?.resolverToken||"";let mg=process.env.CLONE_REPO_PATH??"";const setOverrideCloneRepoPath=La=>{mg=La||process.env.CLONE_REPO_PATH||""};const getOverrideCloneRepoPath=()=>mg;const gg=process.env.DEBUG_MODE==="true";const eA=process.env.ENABLE_DEBUG_ARTIFACTS==="true";const tA="/dev/null";const rA=[/.*.cm$/];const nA="cm";const iA={APPROVALS:"approvals",CHECKS:"checks",DRAFT:"draft",DESCRIPTION:"description",REVIEWERS:"reviewers",STATUS:"status",TITLE:"title",LABELS:"labels",COMMIT_STATUSES:"commit_statuses"};const sA={sonarParser:/\bpr\s*\|\s*sonarParser\b/g,extractSonarFindings:/\bpr\s*\|\s*extractSonarFindings\b/g};const aA=[n_.validatorsConstants.SUPPORTED_ACTIONS.HTTP_REQUEST,n_.validatorsConstants.SUPPORTED_ACTIONS.SEND_HTTP_REQUEST];const oA={COMMIT_STATUS:{FAILED:"FAILED",STOPPED:"STOPPED",SUCCESSFUL:"SUCCESSFUL"},API_URL:"https://api.bitbucket.org/2.0/"};const lA="gs";0&&0},56977:(La,hl,fl)=>{"use strict";var yl=Object.create;var Pl=Object.defineProperty;var Ul=Object.getOwnPropertyDescriptor;var Gd=Object.getOwnPropertyNames;var af=Object.getPrototypeOf;var n_=Object.prototype.hasOwnProperty;var __export=(La,hl)=>{for(var fl in hl)Pl(La,fl,{get:hl[fl],enumerable:true})};var __copyProps=(La,hl,fl,yl)=>{if(hl&&typeof hl==="object"||typeof hl==="function"){for(let af of Gd(hl))if(!n_.call(La,af)&&af!==fl)Pl(La,af,{get:()=>hl[af],enumerable:!(yl=Ul(hl,af))||yl.enumerable})}return La};var __toESM=(La,hl,fl)=>(fl=La!=null?yl(af(La)):{},__copyProps(hl||!La||!La.__esModule?Pl(fl,"default",{value:La,enumerable:true}):fl,La));var __toCommonJS=La=>__copyProps(Pl({},"__esModule",{value:true}),La);var i_={};__export(i_,{debug:()=>debug,prepareSendingLogsToDD:()=>prepareSendingLogsToDD});La.exports=__toCommonJS(i_);var p_=__toESM(fl(87269));var w_=fl(76852);var D_=fl(7426);var I_=fl(62785);const sendLogToDD=async(La,hl)=>{const fl=(0,D_.getClientPayload)();let yl=(0,I_.doubleParse)(fl);if(!Object.keys(yl).length){yl=hl}const{env:Pl,analytics_url:Ul,xRequestId:Gd}=yl;if(!Ul){console.warn("Skipping sendLogToDD because analytics_url is not set");return}const af={...La,env:Pl,xRequestId:Gd};try{await(0,p_.default)({method:"post",url:Ul,data:{...af,type:"onDatadogAnalyticSend"},headers:{"Content-type":"application/json","x-request-id":Gd},timeout:w_.DEFAULT_TIMEOUT})}catch(La){console.error(`Failed sending logs to datadog:`,{error:La,payload:hl,clientPayload:yl})}};const debug=La=>{if(D_.DEBUG_MODE){console.log(La)}};const prepareSendingLogsToDD=async(La,hl,fl,yl={},Pl=false)=>{if(D_.DEBUG_MODE||Pl){const Pl=(0,I_.omitTokens)(fl);const{owner:Ul,repo:Gd,pullRequestNumber:af,branch:n_,triggeredBy:i_}=fl;await sendLogToDD({level:La,message:hl,data:{...Object.keys(yl).length&&yl,org:Ul,repo:Gd,pullRequestNumber:af,branch:n_,triggeredBy:i_}},Pl)}};0&&0},82347:(La,hl,fl)=>{"use strict";var yl=Object.create;var Pl=Object.defineProperty;var Ul=Object.getOwnPropertyDescriptor;var Gd=Object.getOwnPropertyNames;var af=Object.getPrototypeOf;var n_=Object.prototype.hasOwnProperty;var __export=(La,hl)=>{for(var fl in hl)Pl(La,fl,{get:hl[fl],enumerable:true})};var __copyProps=(La,hl,fl,yl)=>{if(hl&&typeof hl==="object"||typeof hl==="function"){for(let af of Gd(hl))if(!n_.call(La,af)&&af!==fl)Pl(La,af,{get:()=>hl[af],enumerable:!(yl=Ul(hl,af))||yl.enumerable})}return La};var __toESM=(La,hl,fl)=>(fl=La!=null?yl(af(La)):{},__copyProps(hl||!La||!La.__esModule?Pl(fl,"default",{value:La,enumerable:true}):fl,La));var __toCommonJS=La=>__copyProps(Pl({},"__esModule",{value:true}),La);var i_={};__export(i_,{sendSegmentEvent:()=>sendSegmentEvent});La.exports=__toCommonJS(i_);var p_=__toESM(fl(87269));var w_=fl(76852);var D_=fl(56977);const I_="action_complete";const sendSegmentEvent=async(La,hl,fl,yl)=>{const{analytics_url:Pl,owner:Ul,repo:Gd,pullRequestNumber:af,trigger_id:n_}=La;const{provider:i_,pr_author:N_}=hl||{};if(!Pl){return}try{const{actionVersion:hl,version:D_}=fl;const _m=Object.entries(yl).map(([La,hl])=>{const fl={filter_name:La,is_custom:hl.isCustom};return fl});const pg={userId:`${i_}-${N_}`,event:I_,properties:{git_org_name:Ul,git_provider:i_,action_version:hl,pr:af,repo:Gd,trigger_id:n_,unique_org:`${i_}/${Ul}`,unique_repo:`${i_}/${Ul}/${Gd}`,unique_pr:`${i_}/${Ul}/${Gd}/${af}`,execution_filters:_m,organizationId:La?.organizationId||null,created_at:La?.prContext?.created_at,updated_at:La?.prContext?.updated_at,repo_url:La?.headHttpUrl,draft:La?.prContext?.draft,status:La?.prContext?.status,...D_&&{version:D_}}};await(0,p_.default)({method:"post",url:Pl,data:{...pg,type:"onCMFilterUse"},headers:{"Content-type":"application/json"},timeout:w_.DEFAULT_TIMEOUT})}catch(hl){if(hl instanceof Error){await(0,D_.prepareSendingLogsToDD)("warn",`Unable to call segment for pr ${Ul}/${Gd}/${af}`,La,{error:hl?.message},true)}}};0&&0},77835:(La,hl,fl)=>{"use strict";var yl=Object.defineProperty;var Pl=Object.getOwnPropertyDescriptor;var Ul=Object.getOwnPropertyNames;var Gd=Object.prototype.hasOwnProperty;var __export=(La,hl)=>{for(var fl in hl)yl(La,fl,{get:hl[fl],enumerable:true})};var __copyProps=(La,hl,fl,af)=>{if(hl&&typeof hl==="object"||typeof hl==="function"){for(let n_ of Ul(hl))if(!Gd.call(La,n_)&&n_!==fl)yl(La,n_,{get:()=>hl[n_],enumerable:!(af=Pl(hl,n_))||af.enumerable})}return La};var __toCommonJS=La=>__copyProps(yl({},"__esModule",{value:true}),La);var af={};__export(af,{RulesEngine:()=>RulesEngine});La.exports=__toCommonJS(af);var n_=fl(7426);var i_=fl(90407);var p_=fl(95616);var w_=fl(34476);const initializeRuntimeConfigurations=(La,hl)=>{(0,p_.setIsExecutePlayground)(La);(0,p_.setSandboxConfig)(null);(0,p_.setInlinePlugins)([]);if(La){(0,p_.setNewErrorManager)();(0,p_.setCustomEnv)(hl?.customEnv??null)}if(!hl){return}if(hl?.cloneRepoPath){(0,p_.setIsManagedGitstream)(true);(0,n_.setOverrideCloneRepoPath)(hl.cloneRepoPath);(0,p_.setNewErrorManager)()}if(hl?.sandboxPlugins){(0,p_.setSandboxConfig)(hl.sandboxPlugins)}if(hl?.inlinePlugins?.length){(0,p_.setInlinePlugins)(hl.inlinePlugins)}(0,n_.setClientPayload)(hl?.clientPayload||"")};const RulesEngine=(La=false,hl)=>{initializeRuntimeConfigurations(La,hl);return{run:i_.runCI,executeOneRuleFile:w_.executeOneRuleFile,executeCached:w_.executeCached,executeParser:w_.executeParser}};0&&0},80329:La=>{"use strict";var hl=Object.defineProperty;var fl=Object.getOwnPropertyDescriptor;var yl=Object.getOwnPropertyNames;var Pl=Object.prototype.hasOwnProperty;var __export=(La,fl)=>{for(var yl in fl)hl(La,yl,{get:fl[yl],enumerable:true})};var __copyProps=(La,Ul,Gd,af)=>{if(Ul&&typeof Ul==="object"||typeof Ul==="function"){for(let n_ of yl(Ul))if(!Pl.call(La,n_)&&n_!==Gd)hl(La,n_,{get:()=>Ul[n_],enumerable:!(af=fl(Ul,n_))||af.enumerable})}return La};var __toCommonJS=La=>__copyProps(hl({},"__esModule",{value:true}),La);var Ul={};__export(Ul,{RulesEngineErrorManager:()=>RulesEngineErrorManager});La.exports=__toCommonJS(Ul);class RulesEngineErrorManager{errors={};addError(La,hl){this.errors[La]=hl}getError(La){return this.errors[La]}getAllErrors(){return{...this.errors}}clearError(La){if(La){delete this.errors[La]}else{this.errors={}}}stringifyErrors(La={}){const hl={...this.getAllErrors(),...La};this.errors=hl;let fl="";Object.keys(hl).forEach(La=>{fl+=`${La}: ${hl[La]}\n`});return fl.trim()}}0&&0},84434:(La,hl,fl)=>{"use strict";var yl=Object.create;var Pl=Object.defineProperty;var Ul=Object.getOwnPropertyDescriptor;var Gd=Object.getOwnPropertyNames;var af=Object.getPrototypeOf;var n_=Object.prototype.hasOwnProperty;var __export=(La,hl)=>{for(var fl in hl)Pl(La,fl,{get:hl[fl],enumerable:true})};var __copyProps=(La,hl,fl,yl)=>{if(hl&&typeof hl==="object"||typeof hl==="function"){for(let af of Gd(hl))if(!n_.call(La,af)&&af!==fl)Pl(La,af,{get:()=>hl[af],enumerable:!(yl=Ul(hl,af))||yl.enumerable})}return La};var __toESM=(La,hl,fl)=>(fl=La!=null?yl(af(La)):{},__copyProps(hl||!La||!La.__esModule?Pl(fl,"default",{value:La,enumerable:true}):fl,La));var __toCommonJS=La=>__copyProps(Pl({},"__esModule",{value:true}),La);var i_={};__export(i_,{evaluateAction:()=>_m,evaluateImmediatly:()=>evaluateImmediatly,evaluateOne:()=>evaluateOne});La.exports=__toCommonJS(i_);var p_=fl(52356);var w_=fl(78963);var D_=__toESM(fl(22167));var I_=fl(7426);var N_=fl(88086);const _m={[w_.validatorsConstants.SUPPORTED_ACTIONS.HTTP_REQUEST]:D_.default,[w_.validatorsConstants.SUPPORTED_ACTIONS.SEND_HTTP_REQUEST]:D_.default};const evaluateOne=async(La,hl)=>{if(!I_.IMMEDIATELY_EVALUATED_ACTIONS.includes(La.action)){return La}const{action:fl,args:yl={}}=La;const Pl=_m[fl]||p_.noop;const Ul=await Pl(yl,hl,(0,N_.manageCheckUpdate)(hl.source));return{...La,conclusion:Ul}};const evaluateImmediatly=async(La={},hl={})=>{const fl={...La};for(const[La,yl]of Object.entries(fl)){if(yl.passed&&yl.isTriggered){fl[La].run=await Promise.all(yl.run.map(async La=>await evaluateOne(La,hl)))}}return fl};0&&0},22167:(La,hl,fl)=>{"use strict";var yl=Object.create;var Pl=Object.defineProperty;var Ul=Object.getOwnPropertyDescriptor;var Gd=Object.getOwnPropertyNames;var af=Object.getPrototypeOf;var n_=Object.prototype.hasOwnProperty;var __export=(La,hl)=>{for(var fl in hl)Pl(La,fl,{get:hl[fl],enumerable:true})};var __copyProps=(La,hl,fl,yl)=>{if(hl&&typeof hl==="object"||typeof hl==="function"){for(let af of Gd(hl))if(!n_.call(La,af)&&af!==fl)Pl(La,af,{get:()=>hl[af],enumerable:!(yl=Ul(hl,af))||yl.enumerable})}return La};var __toESM=(La,hl,fl)=>(fl=La!=null?yl(af(La)):{},__copyProps(hl||!La||!La.__esModule?Pl(fl,"default",{value:La,enumerable:true}):fl,La));var __toCommonJS=La=>__copyProps(Pl({},"__esModule",{value:true}),La);var i_={};__export(i_,{default:()=>D_});La.exports=__toCommonJS(i_);var p_=__toESM(fl(87269));var w_=fl(52356);const parseArg=La=>{try{const hl=JSON.parse(La);return hl}catch(hl){return La}};const httpRequest=async(La,hl,fl=w_.noop)=>{const{url:yl,method:Pl="GET",headers:Ul,user:Gd,body:af,timeout:n_}=La;const i_={auth:Gd};const D_={url:yl,method:Pl,...Ul&&{headers:parseArg(Ul)},...Gd&&i_,...af&&{data:parseArg(af)},...n_&&{timeout:n_}};try{await fl({...hl,status:"in_progress",checkName:"send-http-request@v1"});await(0,p_.default)(D_);await fl({...hl,checkName:"send-http-request@v1",status:"completed",conclusion:"success",output:{title:"success",summary:"success"}});return"success"}catch(La){console.log("Failed to trigger http",La);await fl({...hl,status:"completed",conclusion:"failure",checkName:"send-http-request@v1",output:{title:La.message,summary:La.message}});return"failure"}};var D_=httpRequest},23656:(La,hl,fl)=>{"use strict";var yl=Object.create;var Pl=Object.defineProperty;var Ul=Object.getOwnPropertyDescriptor;var Gd=Object.getOwnPropertyNames;var af=Object.getPrototypeOf;var n_=Object.prototype.hasOwnProperty;var __export=(La,hl)=>{for(var fl in hl)Pl(La,fl,{get:hl[fl],enumerable:true})};var __copyProps=(La,hl,fl,yl)=>{if(hl&&typeof hl==="object"||typeof hl==="function"){for(let af of Gd(hl))if(!n_.call(La,af)&&af!==fl)Pl(La,af,{get:()=>hl[af],enumerable:!(yl=Ul(hl,af))||yl.enumerable})}return La};var __toESM=(La,hl,fl)=>(fl=La!=null?yl(af(La)):{},__copyProps(hl||!La||!La.__esModule?Pl(fl,"default",{value:La,enumerable:true}):fl,La));var __toCommonJS=La=>__copyProps(Pl({},"__esModule",{value:true}),La);var i_={};__export(i_,{updateBitbucketCommitStatus:()=>updateBitbucketCommitStatus,updateCommitStatus:()=>updateCommitStatus});La.exports=__toCommonJS(i_);var p_=__toESM(fl(87269));var w_=fl(27983);var D_=fl(7426);const updateCommitStatus=async({oauthToken:La,commitStatus:hl,owner:fl,headSha:yl,pullRequestNumber:Pl,repo:Ul})=>{const Gd=`${fl}/${Ul}/${Pl}`;const af=`${D_.BITBUCKET_CONSTS.API_URL}repositories/${fl}/${Ul}/commit/${yl}/statuses/build`;const{state:n_}=hl;try{const fl=await p_.default.post(af,hl,{headers:{Authorization:`Bearer ${La}`,"Content-Type":"application/json"}});const{status:yl}=fl;if(yl===200||yl===201){return}const Pl=`Failed to update pipeline status to ${n_} for ${Gd} with status ${yl}`;console.error(Pl,fl);throw new Error(Pl)}catch(La){console.error(`Failed to update pipeline status to ${n_} for ${Gd}: ${La}`)}};const updateBitbucketCommitStatus=async(La,hl,fl)=>{const{bitbucketToken:yl,owner:Pl,repo:Ul,headSha:Gd,pullRequestNumber:af}=La;if(!yl||!Pl||!Ul||!Gd){console.warn("Cannot update commit status since required properties are missing.");return}const n_=process.env.RUN_ID;const i_={owner:Pl,state:hl,description:fl,buildNumber:n_};const p_=(0,w_.createCommitStatus)(i_);await updateCommitStatus({oauthToken:yl,commitStatus:p_,owner:Pl,headSha:Gd,pullRequestNumber:af||0,repo:Ul})};0&&0},27983:La=>{"use strict";var hl=Object.defineProperty;var fl=Object.getOwnPropertyDescriptor;var yl=Object.getOwnPropertyNames;var Pl=Object.prototype.hasOwnProperty;var __export=(La,fl)=>{for(var yl in fl)hl(La,yl,{get:fl[yl],enumerable:true})};var __copyProps=(La,Ul,Gd,af)=>{if(Ul&&typeof Ul==="object"||typeof Ul==="function"){for(let n_ of yl(Ul))if(!Pl.call(La,n_)&&n_!==Gd)hl(La,n_,{get:()=>Ul[n_],enumerable:!(af=fl(Ul,n_))||af.enumerable})}return La};var __toCommonJS=La=>__copyProps(hl({},"__esModule",{value:true}),La);var Ul={};__export(Ul,{createCommitStatus:()=>createCommitStatus});La.exports=__toCommonJS(Ul);const createCommitStatus=La=>{const{buildNumber:hl,state:fl,description:yl,owner:Pl}=La;const Ul=`https://bitbucket.org/${Pl}/cm/pipelines/results/${hl}`;return{type:"",key:"gitstream",state:fl,description:yl,url:Ul}};0&&0},8976:(La,hl,fl)=>{"use strict";var yl=Object.create;var Pl=Object.defineProperty;var Ul=Object.getOwnPropertyDescriptor;var Gd=Object.getOwnPropertyNames;var af=Object.getPrototypeOf;var n_=Object.prototype.hasOwnProperty;var __export=(La,hl)=>{for(var fl in hl)Pl(La,fl,{get:hl[fl],enumerable:true})};var __copyProps=(La,hl,fl,yl)=>{if(hl&&typeof hl==="object"||typeof hl==="function"){for(let af of Gd(hl))if(!n_.call(La,af)&&af!==fl)Pl(La,af,{get:()=>hl[af],enumerable:!(yl=Ul(hl,af))||yl.enumerable})}return La};var __toESM=(La,hl,fl)=>(fl=La!=null?yl(af(La)):{},__copyProps(hl||!La||!La.__esModule?Pl(fl,"default",{value:La,enumerable:true}):fl,La));var __toCommonJS=La=>__copyProps(Pl({},"__esModule",{value:true}),La);var i_={};__export(i_,{COMMIT_STATUS_NAME:()=>I_,createCommitStatus:()=>createCommitStatus,hasGitstreamCommitStatus:()=>hasGitstreamCommitStatus});La.exports=__toCommonJS(i_);var p_=__toESM(fl(87269));var w_=fl(13169);var D_=fl(56977);const I_="gitStream";const sanitizeCommitStatusDescription=La=>La.replace(/%0A/g,"\n").slice(0,255);const hasGitstreamCommitStatus=async({host:La,oauthToken:hl,projectId:fl,commitSha:yl})=>{try{const{data:Pl}=await p_.default.get(`${La}/api/v4/projects/${fl}/repository/commits/${yl}/statuses`,{params:{name:I_},headers:{Authorization:`Bearer ${hl}`}});return Array.isArray(Pl)&&Pl.length>0}catch(La){const hl=La instanceof Error?La.message:String(La);console.warn(`Failed to fetch commit status ${I_} for commit ${yl}: ${hl}`);return false}};const createCommitStatus=async({host:La,oauthToken:hl,projectId:fl,commitSha:yl,state:Pl,targetUrl:Ul,description:Gd,owner:af,repo:n_,mrId:i_})=>{const N_=`${af}/${n_}/${i_}`;try{const af={state:Pl,name:I_,description:sanitizeCommitStatusDescription(Gd||`GitStream ${Pl}`),...Ul&&{target_url:Ul}};await p_.default.post(`${La}/api/v4/projects/${fl}/statuses/${yl}`,af,{headers:{Authorization:`Bearer ${hl}`,"Content-Type":"application/json"}})}catch(La){const hl=La instanceof Error?La.message:String(La);console.error(`Failed to create commit status ${I_} for commit ${yl} in PR ${N_}:`,hl);await(0,D_.prepareSendingLogsToDD)("error",w_.ERRORS.FAILED_TO_CREATE_COMMIT_STATUS,{headHttpUrl:N_,headSha:yl,projectId:fl},{error:`Failed to create commit status ${I_}: ${hl}`},true)}};0&&0},94040:(La,hl,fl)=>{"use strict";var yl=Object.defineProperty;var Pl=Object.getOwnPropertyDescriptor;var Ul=Object.getOwnPropertyNames;var Gd=Object.prototype.hasOwnProperty;var __export=(La,hl)=>{for(var fl in hl)yl(La,fl,{get:hl[fl],enumerable:true})};var __copyProps=(La,hl,fl,af)=>{if(hl&&typeof hl==="object"||typeof hl==="function"){for(let n_ of Ul(hl))if(!Gd.call(La,n_)&&n_!==fl)yl(La,n_,{get:()=>hl[n_],enumerable:!(af=Pl(hl,n_))||af.enumerable})}return La};var __toCommonJS=La=>__copyProps(yl({},"__esModule",{value:true}),La);var af={};__export(af,{LABELS:()=>I_,createLabel:()=>createLabel});La.exports=__toCommonJS(af);var n_=fl(68672);var i_=fl(64630);const p_="#EFF1F2";const w_="Added by gitStream";const D_="Added by gitStream - information label";const I_={FAILED:{color:"#DD2A0F",name:"gitstream-failed"},SUCCESS:{color:"#0E8548",name:"gitstream-success"},CHECKING:{color:"#ECECEF",name:"gitstream-checking"},SYNTAX_WARNING:{color:"#FF875A",name:"gitstream-syntax-warning",description:D_}};const createLabel=async({host:La,oauthToken:hl,projectId:fl,name:yl,description:Pl=w_,color:Ul=p_})=>{const Gd=new i_.Gitlab({oauthToken:hl,host:La});const af=Ul.startsWith("#")?Ul:`#${Ul}`;try{await Gd.ProjectLabels.create(fl,yl,af,{description:Pl});return 200}catch(La){let hl;if(La instanceof n_.GitbeakerRequestError){hl=La.cause?.response?.status}if(hl===409){return 200}console.error("Error creating label:",La);return 500}};0&&0},73385:(La,hl,fl)=>{"use strict";var yl=Object.defineProperty;var Pl=Object.getOwnPropertyDescriptor;var Ul=Object.getOwnPropertyNames;var Gd=Object.prototype.hasOwnProperty;var __export=(La,hl)=>{for(var fl in hl)yl(La,fl,{get:hl[fl],enumerable:true})};var __copyProps=(La,hl,fl,af)=>{if(hl&&typeof hl==="object"||typeof hl==="function"){for(let n_ of Ul(hl))if(!Gd.call(La,n_)&&n_!==fl)yl(La,n_,{get:()=>hl[n_],enumerable:!(af=Pl(hl,n_))||af.enumerable})}return La};var __toCommonJS=La=>__copyProps(yl({},"__esModule",{value:true}),La);var af={};__export(af,{addLabelToMR:()=>addLabelToMR,removeLabelFromMR:()=>removeLabelFromMR});La.exports=__toCommonJS(af);var n_=fl(64630);var i_=fl(94040);const addLabelToMR=async({host:La,projectId:hl,mrId:fl,oauthToken:yl,name:Pl,color:Ul,description:Gd})=>{const af=new n_.Gitlab({oauthToken:yl,host:La});try{const n_=await(0,i_.createLabel)({host:La,projectId:hl,oauthToken:yl,name:Pl,color:Ul,description:Gd});if(n_!==200){return}await af.MergeRequests.edit(hl,fl,{addLabels:Pl})}catch(La){console.error("Error adding label to merge request:",La)}};const removeLabelFromMR=async({host:La,projectId:hl,mrId:fl,oauthToken:yl,name:Pl})=>{const Ul=new n_.Gitlab({oauthToken:yl,host:La});try{await Ul.MergeRequests.edit(hl,fl,{removeLabels:Pl})}catch(La){console.error("Error removing label from merge request:",La)}};0&&0},35250:La=>{"use strict";var hl=Object.defineProperty;var fl=Object.getOwnPropertyDescriptor;var yl=Object.getOwnPropertyNames;var Pl=Object.prototype.hasOwnProperty;var __export=(La,fl)=>{for(var yl in fl)hl(La,yl,{get:fl[yl],enumerable:true})};var __copyProps=(La,Ul,Gd,af)=>{if(Ul&&typeof Ul==="object"||typeof Ul==="function"){for(let n_ of yl(Ul))if(!Pl.call(La,n_)&&n_!==Gd)hl(La,n_,{get:()=>Ul[n_],enumerable:!(af=fl(Ul,n_))||af.enumerable})}return La};var __toCommonJS=La=>__copyProps(hl({},"__esModule",{value:true}),La);var Ul={};__export(Ul,{GitlabCommitStatus:()=>Gd});La.exports=__toCommonJS(Ul);var Gd=(La=>{La["running"]="running";La["success"]="success";La["failed"]="failed";La["canceled"]="canceled";return La})(Gd||{});0&&0},88086:(La,hl,fl)=>{"use strict";var yl=Object.defineProperty;var Pl=Object.getOwnPropertyDescriptor;var Ul=Object.getOwnPropertyNames;var Gd=Object.prototype.hasOwnProperty;var __export=(La,hl)=>{for(var fl in hl)yl(La,fl,{get:hl[fl],enumerable:true})};var __copyProps=(La,hl,fl,af)=>{if(hl&&typeof hl==="object"||typeof hl==="function"){for(let n_ of Ul(hl))if(!Gd.call(La,n_)&&n_!==fl)yl(La,n_,{get:()=>hl[n_],enumerable:!(af=Pl(hl,n_))||af.enumerable})}return La};var __toCommonJS=La=>__copyProps(yl({},"__esModule",{value:true}),La);var af={};__export(af,{attachAdditionalContextByProvider:()=>attachAdditionalContextByProvider,manageCheckUpdate:()=>manageCheckUpdate});La.exports=__toCommonJS(af);var n_=fl(65772);var i_=fl(52356);const attachAdditionalContextByProvider=(La,hl)=>{const fl={gitlab:La=>({performNonSoftCommands:false})};const yl=fl[La];const Pl=yl?yl(hl):null;return Pl||{}};const manageCheckUpdate=La=>{const hl={github:async(La={})=>{const{githubToken:hl,owner:fl,repo:yl,checkName:Pl,headSha:Ul,status:Gd,conclusion:af="success",output:i_}=La;const p_=new n_.Octokit({request:{fetch:fetch},auth:hl});const w_=await p_.checks.create({owner:fl,repo:yl,name:Pl,head_sha:Ul,status:Gd,...af&&{conclusion:af},...i_&&{output:i_}});return w_.data.id}};return hl[La]??i_.noop};0&&0},90407:(La,hl,fl)=>{"use strict";var yl=Object.create;var Pl=Object.defineProperty;var Ul=Object.getOwnPropertyDescriptor;var Gd=Object.getOwnPropertyNames;var af=Object.getPrototypeOf;var n_=Object.prototype.hasOwnProperty;var __export=(La,hl)=>{for(var fl in hl)Pl(La,fl,{get:hl[fl],enumerable:true})};var __copyProps=(La,hl,fl,yl)=>{if(hl&&typeof hl==="object"||typeof hl==="function"){for(let af of Gd(hl))if(!n_.call(La,af)&&af!==fl)Pl(La,af,{get:()=>hl[af],enumerable:!(yl=Ul(hl,af))||yl.enumerable})}return La};var __toESM=(La,hl,fl)=>(fl=La!=null?yl(af(La)):{},__copyProps(hl||!La||!La.__esModule?Pl(fl,"default",{value:La,enumerable:true}):fl,La));var __toCommonJS=La=>__copyProps(Pl({},"__esModule",{value:true}),La);var i_={};__export(i_,{runCI:()=>runCI});La.exports=__toCommonJS(i_);var p_=fl(41002);var w_=fl(76852);var D_=fl(13169);var I_=fl(39302);var N_=__toESM(fl(87269));var _m=fl(7426);var pg=fl(26925);var mg=fl(56977);var gg=fl(82347);var eA=fl(88086);var tA=fl(84434);var rA=fl(9597);var nA=fl(62785);var iA=fl(95616);var sA=fl(34476);var aA=fl(26012);var oA=fl(69057);var lA=fl(52279);const addCmPathToAutomations=(La,hl)=>Object.keys(La).reduce((fl,yl)=>{fl[`${hl}/${yl}`]={...La[yl],cmPath:hl};return fl},{});const runOneCmFile=async(La,hl,fl,yl)=>{const Pl=Object.keys(La)[0]||_m.GS_COMMAND_CM_PATH;const Ul=La[Pl]||"";const Gd=await(0,sA.executeOneRuleFile)({ruleFileContent:Ul,payload:hl,baseBranch:fl,refBranch:yl,ruleFile:Pl,cloneRepoPath:process.cwd()});const af={[Pl]:Gd.context};const n_=Gd.raw?.automations||{};const i_=addCmPathToAutomations(n_,Pl);const p_=Gd.raw?.analytics||{};const w_=Gd.raw?.warnings||{};const D_={[Pl]:Ul};return{rules:D_,admins:[],cmState:{cmChanged:false,isDryRun:false},contextPerFile:af,filtersUsage:p_,warnings:w_,watchers:{events:[],filters:[]},withEvaluatedAutomations:i_}};const runMultipleCmfiles=async(La,hl,fl,yl,Pl)=>{const{owner:Ul,repo:Gd,pullRequestNumber:af,headSha:n_,xRequestId:i_}=La;const p_=(0,aA.validateDefaultFolder)()&&yl;const w_=(0,aA.validateDefaultFolder)()&&Pl;console.log(`PR: ${Ul}/${Gd}/pull/${af}\ncommit: ${n_}\nxRequestId: ${i_}`);const D_=await(0,oA.fetchRunData)(La,fl,hl,p_,w_);console.log("Parsing cm files...");const I_=await(0,sA.parseMultipleRuleFiles)(D_.rules,hl,fl,La,D_.cmState.cmChanged);const N_=await(0,sA.getWatchers)(D_.rules,La);const _m=(0,iA.getIsManagedGitstream)();let pg=I_.automations;if(!_m||(0,nA.isPrivilegedOrg)(Ul)){pg=await(0,tA.evaluateImmediatly)(I_.automations,La)}return{rules:D_.rules,admins:D_.admins,cmState:D_.cmState,contextPerFile:I_.contextPerFile,filtersUsage:I_.filtersUsage,warnings:I_.warnings||{},watchers:N_,withEvaluatedAutomations:pg}};const cA=1e4;const loadReferencedPayload=async()=>{const La=(0,pg.parsePayloadReference)((0,_m.getClientPayload)());if(!La){return}const{data:hl}=await N_.default.get(La.payloadUrl,{headers:{Authorization:`Bearer ${La.resolverToken}`},timeout:cA});(0,_m.setClientPayload)(typeof hl==="string"?hl:JSON.stringify(hl));console.log(`[gitstream-core ${p_.version}] client_payload mode=reference resolved rawLen=${(0,_m.getClientPayload)().length}`)};const runCI=async La=>{await loadReferencedPayload();lA.ContextManager.init();const hl={actionVersion:"v1",version:p_.version,...La};const fl=(new Date).getTime();const yl=(0,_m.getClientPayload)();const Pl=(0,nA.doubleParse)(yl);const Ul=(_m.HEAD_REF||Pl?.headRef||"").trim();const Gd=(_m.BASE_REF||Pl?.baseRef||"").trim();try{const{repo:La,owner:yl,pullRequestNumber:af,source:n_,hasCmRepo:i_,hasCmOrg:p_,gsCommandCm:D_,preDefinedCm:N_}=Pl;const pg=N_||D_;const tA=Object.keys(pg||{}).length&&hl.actionVersion!=="v1"&&n_===I_.GIT_PROVIDERS.GITHUB?await runOneCmFile(pg,Pl,Gd,Ul):await runMultipleCmfiles(Pl,Gd,Ul,i_,p_);const{admins:rA,cmState:nA,filtersUsage:sA,warnings:lA,watchers:cA,withEvaluatedAutomations:uA}=tA;await(0,gg.sendSegmentEvent)(Pl,{provider:n_,pr_author:Pl?.prContext?.author},hl,sA);const pA={automations:uA,context:{watchPREvents:cA.events,watchFilters:cA.filters,...Pl,admins:rA,linearbMetricsApiKey:_m.LINEARB_METRICS_API_KEY,warnings:lA,dryRun:nA.isDryRun,onlyRulesFilesChanges:nA.cmChanged&&!nA.isDryRun,...(0,eA.attachAdditionalContextByProvider)(Pl.source,{baseBranch:Gd}),...hl,runId:process.env.RUN_ID}};const dA=(new Date).getTime();const hA=dA-fl;if((0,iA.getIsManagedGitstream)()){const La=(0,iA.getErrorManager)().stringifyErrors();if(La){console.error(La)}}console.log("Sending results to rules resolver...");await(0,aA.sendResultsToResolver)(pA,Pl);await(0,mg.prepareSendingLogsToDD)("info",`${w_.GITSTREAM_CORE_SERVICE_NAME} execution time for pr ${yl}/${La}/${af}`,Pl,{serviceName:w_.GITSTREAM_CORE_SERVICE_NAME,provider:n_,executionTime:hA},true);(0,oA.saveOutputToFiles)({withEvaluatedAutomations:uA,executionTime:hA})}catch(La){const{owner:hl,repo:fl,pullRequestNumber:yl}=Pl;console.error(D_.ERRORS.INTERNAL_ERROR,{error:La});await(0,mg.prepareSendingLogsToDD)("warn",`${D_.ERRORS.INTERNAL_ERROR} for pr ${hl}/${fl}/${yl}`,Pl,{error:La?.toString()});(0,oA.saveOutputToFiles)({});await(0,rA.handleValidationErrors)(La,D_.STATUS_CODES.INTERNAL_ERROR,Pl)}};0&&0},75400:(La,hl,fl)=>{"use strict";var yl=Object.defineProperty;var Pl=Object.getOwnPropertyDescriptor;var Ul=Object.getOwnPropertyNames;var Gd=Object.prototype.hasOwnProperty;var __export=(La,hl)=>{for(var fl in hl)yl(La,fl,{get:hl[fl],enumerable:true})};var __copyProps=(La,hl,fl,af)=>{if(hl&&typeof hl==="object"||typeof hl==="function"){for(let n_ of Ul(hl))if(!Gd.call(La,n_)&&n_!==fl)yl(La,n_,{get:()=>hl[n_],enumerable:!(af=Pl(hl,n_))||af.enumerable})}return La};var __toCommonJS=La=>__copyProps(yl({},"__esModule",{value:true}),La);var af={};__export(af,{LABEL_BY_OUTCOME:()=>_m,addAlertLabelToMR:()=>addAlertLabelToMR,defaultDescriptionForCommitStatus:()=>N_,extractSource:()=>extractSource,isGitstreamCommitStatusExists:()=>isGitstreamCommitStatusExists,reportGitStreamOutcome:()=>reportGitStreamOutcome,updateGitStreamCommitStatus:()=>updateGitStreamCommitStatus});La.exports=__toCommonJS(af);var n_=fl(7426);var i_=fl(8976);var p_=fl(94040);var w_=fl(73385);var D_=fl(35250);var I_=fl(62785);const N_={[D_.GitlabCommitStatus.running]:"GitStream is analyzing your changes...",[D_.GitlabCommitStatus.success]:"GitStream completed successfully",[D_.GitlabCommitStatus.failed]:"GitStream processing failed",[D_.GitlabCommitStatus.canceled]:"GitStream was canceled"};const _m={[D_.GitlabCommitStatus.failed]:p_.LABELS.FAILED,[D_.GitlabCommitStatus.success]:p_.LABELS.SUCCESS};const extractSource=La=>{const hl=(0,n_.getClientPayload)();const fl=(0,I_.doubleParse)(hl);const{source:yl}=La||fl||{};return yl};const updateGitStreamCommitStatus=async(La,hl,fl)=>{const{projectId:yl,gitlabToken:Pl,gitlabUri:Ul,headSha:Gd,headHttpUrl:af,owner:n_,repo:p_,pullRequestNumber:w_}=La;if(!yl||!Pl||!Ul||!Gd){console.error("Cannot update gitstream commit status since required properties are missing.",{projectId:!!yl,gitlabToken:!!Pl,gitlabUri:!!Ul,headSha:!!Gd});return}const D_=fl||N_[hl];await(0,i_.createCommitStatus)({host:Ul,oauthToken:Pl,projectId:yl,commitSha:Gd,state:hl,description:D_,owner:n_||"",repo:p_||"",mrId:w_||0,targetUrl:af,organizationId:La.featureFlagData?.organizationId||0})};const addAlertLabelToMR=async(La,hl=p_.LABELS.FAILED,fl=true)=>{const{projectId:yl,gitlabToken:Pl,pullRequestNumber:Ul,gitlabUri:Gd}=La;if(!yl||!Pl||!Ul||!Gd){console.error("Cannot update gitstream label to alert since required properties are missing.");return}if(fl){await(0,w_.removeLabelFromMR)({host:Gd,oauthToken:Pl,projectId:yl,mrId:Ul,name:p_.LABELS.CHECKING.name})}await(0,w_.addLabelToMR)({host:Gd,oauthToken:Pl,projectId:yl,mrId:Ul,name:hl.name,color:hl.color,description:hl.description})};const isGitstreamCommitStatusExists=async La=>{const{projectId:hl,gitlabToken:fl,gitlabUri:yl,headSha:Pl}=La;if(!hl||!fl||!yl||!Pl){return false}return(0,i_.hasGitstreamCommitStatus)({host:yl,oauthToken:fl,projectId:hl,commitSha:Pl})};const reportGitStreamOutcome=async(La,hl,fl)=>{if(await isGitstreamCommitStatusExists(La)){await updateGitStreamCommitStatus(La,hl,fl)}else{await addAlertLabelToMR(La,_m[hl])}};0&&0},63426:(La,hl,fl)=>{"use strict";var yl=Object.defineProperty;var Pl=Object.getOwnPropertyDescriptor;var Ul=Object.getOwnPropertyNames;var Gd=Object.prototype.hasOwnProperty;var __export=(La,hl)=>{for(var fl in hl)yl(La,fl,{get:hl[fl],enumerable:true})};var __copyProps=(La,hl,fl,af)=>{if(hl&&typeof hl==="object"||typeof hl==="function"){for(let n_ of Ul(hl))if(!Gd.call(La,n_)&&n_!==fl)yl(La,n_,{get:()=>hl[n_],enumerable:!(af=Pl(hl,n_))||af.enumerable})}return La};var __toCommonJS=La=>__copyProps(yl({},"__esModule",{value:true}),La);var af={};__export(af,{parseCMFile:()=>parseCMFile});La.exports=__toCommonJS(af);var n_=fl(56977);var i_=fl(9597);var p_=fl(78963);var w_=fl(13169);const parseCMFile=async(La,hl,fl)=>{try{const La=(0,p_.safeRulesYamlLoad)(hl);(0,n_.debug)(`cm parse result: ${JSON.stringify(La)}`);return La}catch(yl){const{owner:Pl,repo:Ul,pullRequestNumber:Gd}=La;await(0,n_.prepareSendingLogsToDD)("error",`${w_.ERRORS.FAILED_TO_PARSE_CM} in pr ${Pl}/${Ul}/${Gd}`,La,{error:yl?.message,rules:hl,ruleFile:fl},true);console.error(`Error in ${fl}:\n${yl.message}`);await(0,i_.handleValidationErrors)(yl,w_.STATUS_CODES.SYNTAX_ERROR,La,fl);return{}}};0&&0},83572:La=>{"use strict";var hl=Object.defineProperty;var fl=Object.getOwnPropertyDescriptor;var yl=Object.getOwnPropertyNames;var Pl=Object.prototype.hasOwnProperty;var __export=(La,fl)=>{for(var yl in fl)hl(La,yl,{get:fl[yl],enumerable:true})};var __copyProps=(La,Ul,Gd,af)=>{if(Ul&&typeof Ul==="object"||typeof Ul==="function"){for(let n_ of yl(Ul))if(!Pl.call(La,n_)&&n_!==Gd)hl(La,n_,{get:()=>Ul[n_],enumerable:!(af=fl(Ul,n_))||af.enumerable})}return La};var __toCommonJS=La=>__copyProps(hl({},"__esModule",{value:true}),La);var Ul={};__export(Ul,{BASE64_INTERNAL_PREFIX:()=>Gd,convertPRContextFromBase64:()=>convertPRContextFromBase64,convertRuleFileToStringSafe:()=>convertRuleFileToStringSafe,decodeBase64:()=>decodeBase64,fromBase64String:()=>fromBase64String,internalEncodeBase64:()=>internalEncodeBase64,replaceBranchUpstream:()=>replaceBranchUpstream,replaceInternalBase64WithDecoded:()=>replaceInternalBase64WithDecoded,toBase64String:()=>toBase64String});La.exports=__toCommonJS(Ul);const Gd="base64_";const af=new RegExp(`${Gd}([A-Za-z0-9+/=]+)`,"g");const fromBase64String=La=>Buffer.from(La,"base64").toString("utf-8");const toBase64String=La=>Buffer.from(La).toString("base64");const decodeBase64=La=>{if(La.match(/^base64:*/g)){const hl=La.split("base64:")[1];return fromBase64String(hl)}return La};const convertRuleFileToStringSafe=La=>{const hl={"pr.description":"pr.description | nl2br | dump | safe"};return Object.keys(hl).reduce((La,fl)=>La.replaceAll(fl,hl[fl]),La)};const internalEncodeBase64=La=>`${Gd}${toBase64String(La)}`;const replaceInternalBase64WithDecoded=La=>La.replace(af,(La,hl)=>fromBase64String(hl));const convertPRContextFromBase64=La=>({...La,checks:La.checks?.map(La=>({...La,name:fromBase64String(La.name)})),description:fromBase64String(La.description),comments:La.comments?.map(La=>({...La,content:fromBase64String(La.content)})),reviews:La.reviews?.map(La=>({...La,content:fromBase64String(La.content),conversations:La.conversations?.map(La=>({...La,content:fromBase64String(La.content)}))})),conversations:La.conversations?.map(La=>({...La,content:fromBase64String(La.content)}))});const replaceBranchUpstream=(La="")=>La.replace(/^upstream\//,"");0&&0},47141:(La,hl,fl)=>{"use strict";var yl=Object.create;var Pl=Object.defineProperty;var Ul=Object.getOwnPropertyDescriptor;var Gd=Object.getOwnPropertyNames;var af=Object.getPrototypeOf;var n_=Object.prototype.hasOwnProperty;var __export=(La,hl)=>{for(var fl in hl)Pl(La,fl,{get:hl[fl],enumerable:true})};var __copyProps=(La,hl,fl,yl)=>{if(hl&&typeof hl==="object"||typeof hl==="function"){for(let af of Gd(hl))if(!n_.call(La,af)&&af!==fl)Pl(La,af,{get:()=>hl[af],enumerable:!(yl=Ul(hl,af))||yl.enumerable})}return La};var __toESM=(La,hl,fl)=>(fl=La!=null?yl(af(La)):{},__copyProps(hl||!La||!La.__esModule?Pl(fl,"default",{value:La,enumerable:true}):fl,La));var __toCommonJS=La=>__copyProps(Pl({},"__esModule",{value:true}),La);var i_={};__export(i_,{contributersActivityContext:()=>contributersActivityContext,contributersStatContext:()=>contributersStatContext,getContext:()=>getContext});La.exports=__toCommonJS(i_);var p_=__toESM(fl(82673));var w_=fl(7426);var D_=fl(56977);var I_=fl(63426);var N_=fl(83572);var _m=fl(9597);var pg=fl(62840);var mg=fl(45273);var gg=fl(36010);var eA=fl(62460);var tA=fl(23552);var rA=fl(32638);var nA=fl(13169);var iA=__toESM(fl(52279));var sA=fl(95616);const filteredOutCMFilesFunc=({to:La})=>w_.IGNORE_PATTERNS_IN_DRY_RUN.every(hl=>!La.match(hl));const formatFilesToSourceFiles=(La,hl,fl)=>fl.map(({from:fl,to:yl,chunks:Pl})=>({original_file:fl===w_.NOT_FOUND_FILE_PATH?"":fl,new_file:yl,diff:Pl?.reduce((La,{changes:hl,content:fl})=>{const yl=hl?.map(({content:La})=>La).join("\n");return`${La}${fl}\n${yl}\n`},""),original_content:(0,pg.getContent)((0,pg.getCheckoutCommit)(hl,La),fl),new_content:(0,pg.getContent)(hl,yl)}));const extractMetadataFromFiles=La=>La.map(({to:La,from:hl,deletions:fl,additions:yl})=>({original_file:hl===w_.NOT_FOUND_FILE_PATH?"":hl,new_file:La,file:La!==w_.NOT_FOUND_FILE_PATH?La:hl,deletions:fl,additions:yl}));const getDiffSize=La=>La?.reduce((La,{additions:hl,deletions:fl})=>La+hl+fl,0)||0;const contributersStatContext=async(La,hl,fl)=>{try{const yl=(0,gg.blameByAuthor)(La.files,La.branch.base,fl);iA.default.addBlameByAuthor(yl);const{formattedBlame:Pl,dsBlame:Ul}=(0,eA.splitDsAndBlameObjects)(yl);const Gd=await(0,eA.formatDateToDays)((0,gg.getRepoFirstCommitDate)(La.branch.base),La,hl);const af=await(0,eA.formatDateToDays)((0,gg.commitsDateByAuthor)(La.branch.author,La.branch.base,fl)?.[0],La,hl);return{age:Gd,author_age:af,blame:Pl,ds_blame:Ul}}catch(La){const fl=La instanceof Error?La.message:String(La);console.error(`Error extracting blame: ${fl}`);await(0,D_.prepareSendingLogsToDD)("error",nA.ERRORS.FAILED_TO_GET_BLAME_CONTEXT,hl,{error:fl},true);(0,sA.getErrorManager)().addError(nA.STATUS_CODES.FAILED_TO_GET_BLAME_CONTEXT,`${nA.ERRORS.FAILED_TO_GET_BLAME_CONTEXT}: ${fl}`)}return{age:0,author_age:0,blame:{},ds_blame:{}}};const contributersActivityContext=async(La,hl,fl)=>{try{const fl=La.files.reduce((fl,yl)=>{if(yl===w_.NOT_FOUND_FILE_PATH){return fl}const{dsActivity:Pl,groupByWeek:Ul}=(0,gg.recentAuthorActivity)(La.branch.base,hl||mg.ACTIVITY_SINCE,yl);return{...fl,[yl]:{...Ul,dsActivity:Pl}}},{});const{formattedActivity:yl,dsActivity:Pl}=(0,eA.splitDsAndActivity)(fl);return{git_activity:yl,ds_activity:Pl}}catch(La){const hl=La instanceof Error?La.message:String(La);console.error(`Error extracting activity: ${hl}`);await(0,D_.prepareSendingLogsToDD)("error",nA.ERRORS.FAILED_TO_GET_ACTIVITY_CONTEXT,fl||{},{error:hl},true);(0,sA.getErrorManager)().addError(nA.STATUS_CODES.FAILED_TO_GET_ACTIVITY_CONTEXT,`${nA.ERRORS.FAILED_TO_GET_ACTIVITY_CONTEXT}: ${hl}`);return{git_activity:{},ds_activity:{}}}};const filterOutFiles=async(La,hl,fl,yl)=>{const{owner:Pl,repo:Ul,pullRequestNumber:Gd}=yl;let af=(0,p_.default)(La);if(hl){af=af?.filter(filteredOutCMFilesFunc)}if(!af?.length){await(0,D_.prepareSendingLogsToDD)("warn",`No files changed in rules-engine context for pr: ${Pl}/${Ul}/${Gd}`,yl,{diffCommand:fl},hl)}return af};const getTheRightGitAuthor=(La,hl,fl)=>{try{const yl=(0,tA.findGitAuthorsWithFallback)(La,hl,fl);if(yl.author){const La=`${yl.author?.split("<")[0].replace(/\s*$/,"")}\n`;const hl=`<${yl?.author?.split("<")[1]}`;return{gitName:La,gitEmail:hl,fullName:yl.author}}return yl}catch(La){(0,D_.debug)(`Failed getting the right author. Error: ${La}`);return{}}};const getContext=async(La,hl,fl,yl,Pl,Ul=false)=>{const{owner:Gd,repo:af,visibility:n_,mergeCommitSha:i_}=fl;try{const p_=await(0,I_.parseCMFile)(fl,yl,Pl);const w_=p_?.config?.git_history_since;const{diff:D_,diffCommand:_m}=(0,pg.getDiff)(La,hl,p_,i_);const mg=await filterOutFiles(D_,Ul,_m,fl);const gg=(0,pg.getCommitsNumberOnBranch)(La);const eA=(0,pg.getContributorsStatistics)(La);const{fullAuthorName:tA,authorName:nA,authorEmail:iA}=(0,pg.getAuthorName)(La,hl,i_);const sA={branch:{name:hl,base:La,author:tA,author_name:nA,author_email:iA,diff:{size:getDiffSize(mg),files_metadata:extractMetadataFromFiles(mg)},num_of_commits:gg,commits:{messages:(0,pg.getCommitMessages)(La,hl,i_)}},source:{diff:{files:formatFilesToSourceFiles(La,hl,mg)}},repo:{name:af,contributors:eA,owner:Gd,visibility:n_},files:mg.map(({to:La})=>La||"").filter(Boolean),pr:{...(0,N_.convertPRContextFromBase64)(fl.prContext),repo:af}};sA.pr={...sA.pr,conflicted_files_count:(0,pg.getPrConflicsCountPerFile)(sA.pr.target,sA.branch.name)};const aA=await(0,rA.matchContributors)(sA.pr.contributors,sA.repo.contributors,fl,p_);const oA=getTheRightGitAuthor(sA,aA,w_);if(Object.keys(oA).length){sA.branch.author=oA.fullName;sA.branch.author_name=oA.gitName;sA.branch.author_email=oA.gitEmail}const lA=await contributersStatContext(sA,fl,w_);const cA=await contributersActivityContext(sA,w_,fl);sA.repo={...sA.repo,provider:fl.source,git_to_provider_user:aA,git_history_since:w_,...lA,...cA,pr_author:sA.pr?.author,languages:sA.pr?.languages};return sA}catch(La){const yl=La instanceof Error?La.message:String(La);if((0,_m.isBranchDeletedError)(yl)){console.warn(`Branch '${hl}' was deleted — ${nA.BRANCH_DELETED_RUN_SKIPPED}`);await(0,D_.prepareSendingLogsToDD)("warn",`Branch '${hl}' deleted during execution`,fl,{error:yl,ruleFile:Pl,refBranch:hl},true);await(0,_m.handleBranchDeletedFromGitCommand)(La);return{}}console.error(`Failed to get PR context: ${yl}`);await(0,D_.prepareSendingLogsToDD)("error",nA.ERRORS.FAILED_TO_GET_CONTEXT,fl,{error:yl,ruleFile:Pl},true);await(0,_m.handleValidationErrors)(nA.ERRORS.FAILED_TO_GET_CONTEXT,nA.STATUS_CODES.FAILED_TO_GET_CONTEXT,fl,Pl);return{}}};0&&0},9597:(La,hl,fl)=>{"use strict";var yl=Object.create;var Pl=Object.defineProperty;var Ul=Object.getOwnPropertyDescriptor;var Gd=Object.getOwnPropertyNames;var af=Object.getPrototypeOf;var n_=Object.prototype.hasOwnProperty;var __export=(La,hl)=>{for(var fl in hl)Pl(La,fl,{get:hl[fl],enumerable:true})};var __copyProps=(La,hl,fl,yl)=>{if(hl&&typeof hl==="object"||typeof hl==="function"){for(let af of Gd(hl))if(!n_.call(La,af)&&af!==fl)Pl(La,af,{get:()=>hl[af],enumerable:!(yl=Ul(hl,af))||yl.enumerable})}return La};var __toESM=(La,hl,fl)=>(fl=La!=null?yl(af(La)):{},__copyProps(hl||!La||!La.__esModule?Pl(fl,"default",{value:La,enumerable:true}):fl,La));var __toCommonJS=La=>__copyProps(Pl({},"__esModule",{value:true}),La);var i_={};__export(i_,{getErrorMessage:()=>getErrorMessage,handleBranchDeletedFromGitCommand:()=>handleBranchDeletedFromGitCommand,handleValidationErrors:()=>handleValidationErrors,isBranchDeletedError:()=>isBranchDeletedError,normalizeErrorMessage:()=>normalizeErrorMessage});La.exports=__toCommonJS(i_);var p_=__toESM(fl(37484));var w_=fl(75400);var D_=fl(50125);var I_=fl(95616);var N_=fl(23656);var _m=fl(94040);var pg=fl(7426);var mg=fl(13169);var gg=fl(45273);var eA=fl(93017);const isBranchDeletedError=La=>{const hl=La?.message||La?.toString()||"";const fl=[gg.GIT_ERROR_TYPE.BAD_REVISION,gg.GIT_ERROR_TYPE.REMOTE_REF_NOT_FOUND,gg.GIT_ERROR_TYPE.UNKNOWN_REVISION];const yl=fl.some(La=>hl.toLowerCase().includes(La.toLowerCase()));return yl};const tA={github:(La,hl)=>{const fl={message:La,owner:hl?.owner,repo:hl?.repo,branch:hl?.branch,prNumber:hl?.pullRequestNumber,headSha:hl?.headSha};p_.setFailed(JSON.stringify(fl,null,2))},gitlab:async(La,hl)=>{await(0,w_.addAlertLabelToMR)(hl);const fl=La.replace(/%0A/g,"\n");console.error(fl)},bitbucket:async(La,hl)=>{console.error(La);await(0,N_.updateBitbucketCommitStatus)(hl,pg.BITBUCKET_CONSTS.COMMIT_STATUS.FAILED,La)},default:La=>console.error(La)};const rA={github:La=>{p_.warning(La)},gitlab:async(La,hl)=>{await(0,w_.addAlertLabelToMR)(hl,_m.LABELS.SUCCESS);console.warn(La)},bitbucket:async(La,hl)=>{await(0,N_.updateBitbucketCommitStatus)(hl,pg.BITBUCKET_CONSTS.COMMIT_STATUS.SUCCESSFUL,La)},default:La=>console.warn(La)};const handleBranchDeletedFromGitCommand=async La=>{const hl=La?.message||La?.toString()||"";const fl=mg.BRANCH_DELETED_MESSAGE;const yl=(0,I_.getIsExecutePlayground)();const Pl=(0,I_.getIsManagedGitstream)();console.warn(`${fl} Error: ${hl}`);if(yl||Pl){throw new D_.BranchDeletedError(fl)}const{payload:Ul}=(0,eA.getPayloadBaseContext)();const Gd=(0,w_.extractSource)(Ul);const af=rA[Gd]||rA.default;await af(fl,Ul);process.exit(0)};const normalizeErrorMessage=La=>{if(typeof La==="string"){return La}if(La instanceof Error&&La.message){return La.message}if(La===null||La===void 0){return"Unknown error"}try{return JSON.stringify(La)??String(La)}catch{return String(La)}};const handleValidationErrors=async(La,hl,fl={},yl="")=>{if(La instanceof D_.RulesEngineAggregateError){throw La}const Pl=normalizeErrorMessage(La);let Ul="";if(!(La instanceof D_.PluginsError)){Ul=yl?`Error in ${yl.trim()}:\n ${Pl}`:Pl}const Gd=(0,I_.getIsExecutePlayground)();const af=(0,I_.getIsManagedGitstream)();if(Gd||af){(0,I_.getErrorManager)().addError(hl,Ul||Pl);throw new D_.RulesEngineAggregateError((0,I_.getErrorManager)().getAllErrors())}const n_=(0,w_.extractSource)(fl);if(La instanceof D_.BranchDeletedError){const hl=La.message;console.warn(hl);const{payload:fl}=(0,eA.getPayloadBaseContext)();const yl=rA[n_]||rA.default;await yl(hl,fl);process.exit(0)}const i_=tA[n_]||tA.default;await i_(Ul,fl,yl);process.exit(hl)};const getErrorMessage=La=>{if(La&&typeof La.message==="string"){return La.message}return La?.toString()||"Unknown error"};0&&0},50125:La=>{"use strict";var hl=Object.defineProperty;var fl=Object.getOwnPropertyDescriptor;var yl=Object.getOwnPropertyNames;var Pl=Object.prototype.hasOwnProperty;var __export=(La,fl)=>{for(var yl in fl)hl(La,yl,{get:fl[yl],enumerable:true})};var __copyProps=(La,Ul,Gd,af)=>{if(Ul&&typeof Ul==="object"||typeof Ul==="function"){for(let n_ of yl(Ul))if(!Pl.call(La,n_)&&n_!==Gd)hl(La,n_,{get:()=>Ul[n_],enumerable:!(af=fl(Ul,n_))||af.enumerable})}return La};var __toCommonJS=La=>__copyProps(hl({},"__esModule",{value:true}),La);var Ul={};__export(Ul,{BranchDeletedError:()=>BranchDeletedError,PluginsError:()=>PluginsError,RulesEngineAggregateError:()=>RulesEngineAggregateError});La.exports=__toCommonJS(Ul);class PluginsError extends Error{reason;constructor(La,hl){super(hl);this.reason=La;Object.setPrototypeOf(this,PluginsError.prototype)}}class BranchDeletedError extends Error{constructor(La){super(La);this.name="BranchDeletedError";Object.setPrototypeOf(this,BranchDeletedError.prototype)}}class RulesEngineAggregateError extends Error{details;constructor(La){const hl=Object.values(La||{}).filter(Boolean).join("\n");super(hl);this.name="RulesEngineAggregateError";this.details=La;Object.setPrototypeOf(this,RulesEngineAggregateError.prototype)}}0&&0},62840:(La,hl,fl)=>{"use strict";var yl=Object.defineProperty;var Pl=Object.getOwnPropertyDescriptor;var Ul=Object.getOwnPropertyNames;var Gd=Object.prototype.hasOwnProperty;var __export=(La,hl)=>{for(var fl in hl)yl(La,fl,{get:hl[fl],enumerable:true})};var __copyProps=(La,hl,fl,af)=>{if(hl&&typeof hl==="object"||typeof hl==="function"){for(let n_ of Ul(hl))if(!Gd.call(La,n_)&&n_!==fl)yl(La,n_,{get:()=>hl[n_],enumerable:!(af=Pl(hl,n_))||af.enumerable})}return La};var __toCommonJS=La=>__copyProps(yl({},"__esModule",{value:true}),La);var af={};__export(af,{CWD:()=>iA,SOURCE_CODE_WORKING_DIRECTORY:()=>nA,addSafeDirectorySafely:()=>addSafeDirectorySafely,executeGitCommand:()=>executeGitCommand,getAuthorName:()=>getAuthorName,getCheckoutCommit:()=>getCheckoutCommit,getCommitMessages:()=>getCommitMessages,getCommitsNumberOnBranch:()=>getCommitsNumberOnBranch,getContent:()=>getContent,getContributorsStatistics:()=>getContributorsStatistics,getDiff:()=>getDiff,getOrgCMFilesBasedOnRepo:()=>getOrgCMFilesBasedOnRepo,getOrgCmFiles:()=>getOrgCmFiles,getPrConflicsCountPerFile:()=>getPrConflicsCountPerFile,getRuleFiles:()=>getRuleFiles,hasNonRuleFilesChanges:()=>hasNonRuleFilesChanges,isAutoMergeCommit:()=>isAutoMergeCommit,isCmChanged:()=>isCmChanged,readRemoteFile:()=>readRemoteFile});La.exports=__toCommonJS(af);var n_=fl(35317);var i_=fl(79896);var p_=fl(7426);var w_=fl(56977);var D_=fl(9597);var I_=fl(50125);var N_=fl(26925);var _m=fl(45273);var pg=fl(63426);var mg=fl(23418);var gg=fl(95616);var eA=fl(77388);var tA=fl(13169);var rA=fl(52279);const nA="./code";const iA={cwd:nA};const executeGitCommand=(La,hl=_m.REPO_FOLDER.DEFAULT,fl={cwd:nA})=>{(0,w_.debug)(`Execute: ${La}`);let yl=fl;try{const fl=(0,gg.getIsExecutePlayground)();if(fl){const La=(0,gg.getCloneRepoPath)();yl={...yl,cwd:La}}const Pl=(0,p_.getOverrideCloneRepoPath)();if(Pl){yl={...yl,cwd:Pl}}const Ul=`cd ${hl} && ${La}`;const Gd=(0,n_.execSync)(Ul,{...yl,maxBuffer:500*1024*1024,stdio:"pipe"}).toString();rA.ContextManager.addGitCommand(La,Gd);return Gd}catch(La){if((0,D_.isBranchDeletedError)(La)){throw new I_.BranchDeletedError(tA.BRANCH_DELETED_MESSAGE)}throw La}};const addSafeDirectorySafely=()=>{try{const La=executeGitCommand("git config --global --get-all safe.directory");if(La.includes("*")){return}}catch(La){}try{const La=(0,gg.getIsExecutePlayground)();const hl=(0,gg.getIsManagedGitstream)();if(La||hl){executeGitCommand(mg.ADD_SAFE_DIRECTORY_FOR_PLAYGROUND)}else{executeGitCommand(mg.ADD_SAFE_DIRECTORY)}}catch(La){console.warn("Failed to set safe.directory, continuing without it:",La)}};const getCheckoutCommit=(La,hl)=>{try{const fl=executeGitCommand((0,mg.CHECKOUT_COMMIT)({refBranch:La,baseBranch:hl}));return fl.trim()||hl}catch(La){return hl}};const getContent=(La,hl)=>{try{if(hl===p_.NOT_FOUND_FILE_PATH){return""}const fl=executeGitCommand((0,mg.FILE_CONTENT)({branch:La,file:hl}));return fl}catch(La){return""}};const getDiff=(La,hl,fl,yl="")=>{try{const Pl=fl?.config?.ignore_files?.map(La=>(0,N_.escapeFileName)(La,":(exclude)"))?.join(" ");const Ul=(0,mg.DIFF_WITH_IGNORE_FILES)({baseBranch:La,refBranch:hl,ignoreFiles:Pl||"",mergeCommitSha:yl});const Gd=executeGitCommand(Ul);return{diff:Gd,diffCommand:Ul}}catch(La){console.log(`error getting diff: ${La}`);return{diff:"",diffCommand:""}}};const readRemoteFile=(La,hl,fl=_m.REPO_FOLDER.DEFAULT)=>{const yl=(0,gg.getIsExecutePlayground)();const Pl=(0,gg.getIsManagedGitstream)();let Ul=nA;if(yl){Ul=iA.cwd}else if(Pl){Ul=(0,p_.getOverrideCloneRepoPath)()}const Gd=`${Ul}/${fl}/${La}`;try{if(fl===_m.REPO_FOLDER.DEFAULT){executeGitCommand((0,mg.GIT_SHOW)({branch:hl,file:La}))}return(0,i_.readFileSync)(Gd,"utf8")}catch(La){if(yl){console.error(`Error in reading file ${Gd}`,La)}return""}};const getCMFilesList=(La,hl)=>{executeGitCommand((0,mg.GIT_CHECKOUT)(La));const fl=hl?.toLowerCase()===p_.ORG_LEVEL_REPO?executeGitCommand((0,mg.LS_FILES)("*.cm")):executeGitCommand((0,mg.LS_FILES)(".cm/*.cm"));executeGitCommand((0,mg.GIT_CHECKOUT)("-"));return fl.split("\n").filter(Boolean)};const getOrgCMFilesBasedOnRepo=async(La,hl,fl)=>{const yl={orgRulesToInclude:[],orgRulesToExclude:[]};for(const Pl of Object.keys(La)){const Ul=await(0,pg.parseCMFile)(fl,La[Pl],Pl);const Gd=Ul?.config?.include_repositories||[];const af=Ul?.config?.ignore_repositories||[];try{if(Gd.length){const La=Gd.some(La=>{if((0,eA.internalRegex)(hl,La)){yl.orgRulesToInclude.push(Pl);return true}return false});if(!La){yl.orgRulesToExclude.push(Pl)}}af.forEach(La=>{if((0,eA.internalRegex)(hl,La)){yl.orgRulesToExclude.push(Pl)}})}catch(La){await(0,D_.handleValidationErrors)(La.message,tA.STATUS_CODES.SYNTAX_ERROR,fl,Pl)}}if(yl.orgRulesToExclude.length){const La=yl.orgRulesToExclude.sort((La,hl)=>La.localeCompare(hl)).join("\n\t");console.log(`Excluding "${hl}" repo from automations, because it found on the include_repositories/ignore_repositories list:\n\t${La}`)}return yl};const getOrgCmFiles=La=>{executeGitCommand((0,mg.GIT_CHECKOUT)(La),_m.REPO_FOLDER.CM);const hl=executeGitCommand((0,mg.LS_FILES)("*.cm"),_m.REPO_FOLDER.CM);executeGitCommand((0,mg.GIT_CHECKOUT)("-"),_m.REPO_FOLDER.CM);const fl=hl.split("\n").filter(Boolean);if(Object.keys(fl).length){return fl.reduce((hl,fl)=>({...hl,[fl]:readRemoteFile(fl,La,_m.REPO_FOLDER.CM)}),{})}return{}};const getRuleFiles=async(La,hl)=>{const fl=getCMFilesList(La,hl);if(Object.keys(fl).length>0){const hl=fl.reduce((hl,fl)=>({...hl,[fl]:readRemoteFile(fl,La)}),{});return hl}return{}};const getCommitsNumberOnBranch=La=>Number(executeGitCommand((0,mg.REV_LIST_COUNT)(La)).trim());const getContributorsStatistics=La=>{const hl=executeGitCommand((0,mg.SHORTLOG)(La));return hl.split("\n").reduce((La,hl)=>{const[fl,yl]=hl.trim().split("\t");return{...La,...yl&&{[yl]:parseInt(fl,10)}}},{})};const getAuthorName=(La,hl,fl)=>{try{const yl=executeGitCommand((0,mg.GIT_AUTHOR)({refBranch:hl,baseBranch:La,format:"%an",mergeCommitSha:fl}));const Pl=executeGitCommand((0,mg.GIT_AUTHOR)({refBranch:hl,baseBranch:La,format:"%ae",mergeCommitSha:fl}));const Ul=`${yl?.trim()} <${Pl?.trim()}>`;(0,w_.debug)({fullAuthorName:Ul,currBranch:executeGitCommand(mg.CURRENT_BRANCH)});return{fullAuthorName:Ul,authorName:yl,authorEmail:Pl}}catch(La){console.log(`error getting branch author name: ${La}`);return{}}};const isCmChanged=(La,hl,fl,yl)=>{if(fl?.toLowerCase()===p_.ORG_LEVEL_REPO){return Boolean(executeGitCommand((0,mg.DIFF)({baseBranch:hl,refBranch:La,file:"*.cm",mergeCommitSha:yl})))}return Boolean(executeGitCommand((0,mg.DIFF)({baseBranch:hl,refBranch:La,file:".cm/*.cm",mergeCommitSha:yl})))};const hasNonRuleFilesChanges=(La,hl,fl,yl)=>{if(fl?.toLowerCase()===p_.ORG_LEVEL_REPO){return Boolean(executeGitCommand((0,mg.DIFF)({baseBranch:hl,refBranch:La,file:":!*.cm",mergeCommitSha:yl})))}return Boolean(executeGitCommand((0,mg.DIFF)({baseBranch:hl,refBranch:La,file:":!.cm/*.cm",mergeCommitSha:yl})))};const getPrConflicsCountPerFile=(La,hl)=>{try{const fl=(0,N_.escapeShellCmd)(La);const yl=(0,N_.escapeShellCmd)(hl);const Pl=`git merge-base ${fl} ${yl}`;const Ul=executeGitCommand(Pl).trim();const Gd=`git merge-tree ${Ul} ${fl} ${yl} | grep 'changed in both'`;const af=executeGitCommand(Gd);return af?.split("\n").filter(Boolean).length||0}catch(La){(0,w_.debug)(`error getting pr conflicts: ${La}`);return 0}};const getCommitMessages=(La,hl,fl)=>{const yl=(0,N_.escapeShellCmd)(La);const Pl=(0,N_.escapeShellCmd)(hl);let Ul=`git log ${yl}..${Pl} --format=%B%x00`;if(fl){Ul=`git show -m ${fl} --format=%B%x00 --no-patch`}return executeGitCommand(Ul).split("\0").map(La=>La.trim()).filter(La=>La!=="")};const sA=/^Merge (remote-tracking )?branch /;const aA=/<<<<<<< |changed in both/;const hadMergeConflicts=(La,hl)=>{try{const fl=executeGitCommand((0,mg.MERGE_BASE)(La,hl)).trim();if(!fl){return true}const yl=executeGitCommand((0,mg.MERGE_TREE)({base:fl,a:La,b:hl}));return aA.test(yl)}catch(fl){console.warn(`Failed to probe merge conflicts for ${La}..${hl}:`,fl);return true}};const isAutoMergeCommit=La=>{try{const[hl,...fl]=executeGitCommand((0,mg.COMMIT_INFO)(La)).trim().split("\n");const yl=hl.split(/\s+/).filter(Boolean);if(yl.length!==2){return false}if(!sA.test(fl.join("\n"))){return false}return!hadMergeConflicts(yl[0],yl[1])}catch(hl){console.warn(`Failed to check auto-merge commit for ${La}:`,hl);return false}};0&&0},23418:(La,hl,fl)=>{"use strict";var yl=Object.defineProperty;var Pl=Object.getOwnPropertyDescriptor;var Ul=Object.getOwnPropertyNames;var Gd=Object.prototype.hasOwnProperty;var __export=(La,hl)=>{for(var fl in hl)yl(La,fl,{get:hl[fl],enumerable:true})};var __copyProps=(La,hl,fl,af)=>{if(hl&&typeof hl==="object"||typeof hl==="function"){for(let n_ of Ul(hl))if(!Gd.call(La,n_)&&n_!==fl)yl(La,n_,{get:()=>hl[n_],enumerable:!(af=Pl(hl,n_))||af.enumerable})}return La};var __toCommonJS=La=>__copyProps(yl({},"__esModule",{value:true}),La);var af={};__export(af,{ADD_SAFE_DIRECTORY:()=>w_,ADD_SAFE_DIRECTORY_FOR_PLAYGROUND:()=>D_,CHECKOUT_COMMIT:()=>CHECKOUT_COMMIT,COMMIT_INFO:()=>COMMIT_INFO,CURRENT_BRANCH:()=>p_,DIFF:()=>DIFF,DIFF_WITH_IGNORE_FILES:()=>DIFF_WITH_IGNORE_FILES,FILE_CONTENT:()=>FILE_CONTENT,GIT_AUTHOR:()=>GIT_AUTHOR,GIT_CHECKOUT:()=>GIT_CHECKOUT,GIT_LOG:()=>i_,GIT_SHOW:()=>GIT_SHOW,LS_FILES:()=>LS_FILES,MERGE_BASE:()=>MERGE_BASE,MERGE_TREE:()=>MERGE_TREE,REV_LIST_COUNT:()=>REV_LIST_COUNT,SHORTLOG:()=>SHORTLOG});La.exports=__toCommonJS(af);var n_=fl(26925);const CHECKOUT_COMMIT=({refBranch:La,baseBranch:hl})=>{const fl=(0,n_.escapeShellCmd)(hl);const yl=(0,n_.escapeShellCmd)(La);return`git rev-list --boundary ${yl}...${fl} | grep "^-" | cut -c2- | tail -1`};const FILE_CONTENT=({branch:La,file:hl})=>{const fl=(0,n_.escapeShellCmd)(La.trim());const yl=(0,n_.escapeFileName)(hl.trim());return`git show ${fl}:${yl}`};const DIFF_WITH_IGNORE_FILES=({baseBranch:La,refBranch:hl,ignoreFiles:fl,mergeCommitSha:yl})=>{const Pl=(0,n_.escapeShellCmd)(La);const Ul=(0,n_.escapeShellCmd)(hl);const Gd=fl||"";if(yl){return`git diff ${yl}^1...${yl} ${Gd}`}return`git diff ${Pl}...${Ul} ${Gd}`};const i_="git log";const p_="git branch --show-current";const w_="git config --global --add safe.directory '*'";const D_="git config --local --add safe.directory '*'";const GIT_SHOW=({branch:La,file:hl})=>{const fl=(0,n_.escapeShellCmd)(La.trim());const yl=(0,n_.escapeFileName)(hl.trim());return`git show ${fl}:${yl} > ${yl}`};const GIT_CHECKOUT=La=>{const hl=(0,n_.escapeShellCmd)(La);return`git checkout ${hl}`};const LS_FILES=La=>{const hl=(0,n_.escapeFileName)(La);return`git ls-files ${hl}`};const REV_LIST_COUNT=La=>{const hl=(0,n_.escapeShellCmd)(La);return`git rev-list --count HEAD ^${hl} --`};const SHORTLOG=La=>{const hl=(0,n_.escapeShellCmd)(La);return`git shortlog ${hl} -s -n -e --`};const GIT_AUTHOR=({refBranch:La,baseBranch:hl,format:fl,mergeCommitSha:yl})=>{const Pl=(0,n_.escapeShellCmd)(hl);const Ul=(0,n_.escapeShellCmd)(La);if(yl){return`git show -m ${yl} --format=${fl} | tail -1`}return`git log ${Pl}..${Ul} --format=${fl} | tail -1`};const DIFF=({baseBranch:La,refBranch:hl,file:fl,mergeCommitSha:yl})=>{const Pl=(0,n_.escapeShellCmd)(La);const Ul=(0,n_.escapeShellCmd)(hl);const Gd=(0,n_.escapeFileName)(fl);if(yl){return`git show -m --format= ${yl} -- ${Gd}`}return`git diff ${Pl}...${Ul} -- ${Gd}`};const COMMIT_INFO=La=>{const hl=(0,n_.escapeShellCmd)(La);return`git show --no-patch --format=%P%n%B ${hl}`};const MERGE_BASE=(La,hl)=>{const fl=(0,n_.escapeShellCmd)(La);const yl=(0,n_.escapeShellCmd)(hl);return`git merge-base ${fl} ${yl}`};const MERGE_TREE=({base:La,a:hl,b:fl})=>{const yl=(0,n_.escapeShellCmd)(La);const Pl=(0,n_.escapeShellCmd)(hl);const Ul=(0,n_.escapeShellCmd)(fl);return`git merge-tree ${yl} ${Pl} ${Ul}`};0&&0},26925:(La,hl,fl)=>{"use strict";var yl=Object.defineProperty;var Pl=Object.getOwnPropertyDescriptor;var Ul=Object.getOwnPropertyNames;var Gd=Object.prototype.hasOwnProperty;var __export=(La,hl)=>{for(var fl in hl)yl(La,fl,{get:hl[fl],enumerable:true})};var __copyProps=(La,hl,fl,af)=>{if(hl&&typeof hl==="object"||typeof hl==="function"){for(let n_ of Ul(hl))if(!Gd.call(La,n_)&&n_!==fl)yl(La,n_,{get:()=>hl[n_],enumerable:!(af=Pl(hl,n_))||af.enumerable})}return La};var __toCommonJS=La=>__copyProps(yl({},"__esModule",{value:true}),La);var af={};__export(af,{OVERSIZED_PAYLOAD_REFERENCE:()=>p_,escapeFileName:()=>escapeFileName,escapeShellCmd:()=>escapeShellCmd,isGzip:()=>isGzip,maybeDecompressClientPayload:()=>maybeDecompressClientPayload,parsePayloadReference:()=>parsePayloadReference,removeApostropheEscaping:()=>removeApostropheEscaping,removeSingleQuotesEscaping:()=>removeSingleQuotesEscaping});La.exports=__toCommonJS(af);var n_=fl(26591);var i_=fl(43106);const escapeShellCmd=(La="")=>(0,n_.quote)([La]);const isGzip=La=>La.length>=2&&La[0]===31&&La[1]===139;const maybeDecompressClientPayload=La=>{const hl=(La||"").trim();if(!hl){return null}const fl=Buffer.from(hl,"base64");if(!isGzip(fl)){return null}try{return(0,i_.gunzipSync)(fl).toString("utf8")}catch{return null}};const p_="oversized-payload-reference";const parsePayloadReference=La=>{if(!La||!La.includes(p_)){return null}try{const hl=JSON.parse(La);if(hl?.type===p_&&hl.payloadUrl&&hl.resolverToken){return{payloadUrl:hl.payloadUrl,resolverToken:hl.resolverToken}}}catch{}return null};const removeApostropheEscaping=La=>(La||"").replace(/\\'/g,"'");const removeSingleQuotesEscaping=La=>removeApostropheEscaping(La).replace(/\\`/g,"`");const escapeFileName=(La,hl)=>{if(!La&&!hl){return La}if(hl){return JSON.stringify(`${hl}${La}`)}return JSON.stringify(La)};0&&0},45273:La=>{"use strict";var hl=Object.defineProperty;var fl=Object.getOwnPropertyDescriptor;var yl=Object.getOwnPropertyNames;var Pl=Object.prototype.hasOwnProperty;var __export=(La,fl)=>{for(var yl in fl)hl(La,yl,{get:fl[yl],enumerable:true})};var __copyProps=(La,Ul,Gd,af)=>{if(Ul&&typeof Ul==="object"||typeof Ul==="function"){for(let n_ of yl(Ul))if(!Pl.call(La,n_)&&n_!==Gd)hl(La,n_,{get:()=>Ul[n_],enumerable:!(af=fl(Ul,n_))||af.enumerable})}return La};var __toCommonJS=La=>__copyProps(hl({},"__esModule",{value:true}),La);var Ul={};__export(Ul,{ACTIVITY_SINCE:()=>Gd,GIT_ERRORS:()=>af,GIT_ERROR_TYPE:()=>p_,GIT_INFO:()=>n_,MAIN_RULES_FILE:()=>w_,REPO_FOLDER:()=>i_});La.exports=__toCommonJS(Ul);const Gd="52 weeks ago";const af={GETTING_ALL_AUTHORS:"Failed getting all authors of file",GETTING_AUTHOR_LINES:"Failed getting author lines of file",GETTING_GIT_BLAME:"Failed getting git blame of file"};const n_={RAW_GIT_COMMANDS:"Raw git commands for file in pr",NO_DATA_FROM_GIT:"No data returned from git in pr"};const i_={DEFAULT:"repo",CM:"cm"};const p_={BAD_REVISION:"bad revision",REMOTE_REF_NOT_FOUND:"couldn't find remote ref",UNKNOWN_REVISION:"unknown revision"};const w_="gitstream.cm";0&&0},36010:(La,hl,fl)=>{"use strict";var yl=Object.create;var Pl=Object.defineProperty;var Ul=Object.getOwnPropertyDescriptor;var Gd=Object.getOwnPropertyNames;var af=Object.getPrototypeOf;var n_=Object.prototype.hasOwnProperty;var __export=(La,hl)=>{for(var fl in hl)Pl(La,fl,{get:hl[fl],enumerable:true})};var __copyProps=(La,hl,fl,yl)=>{if(hl&&typeof hl==="object"||typeof hl==="function"){for(let af of Gd(hl))if(!n_.call(La,af)&&af!==fl)Pl(La,af,{get:()=>hl[af],enumerable:!(yl=Ul(hl,af))||yl.enumerable})}return La};var __toESM=(La,hl,fl)=>(fl=La!=null?yl(af(La)):{},__copyProps(hl||!La||!La.__esModule?Pl(fl,"default",{value:La,enumerable:true}):fl,La));var __toCommonJS=La=>__copyProps(Pl({},"__esModule",{value:true}),La);var i_={};__export(i_,{blameByAuthor:()=>blameByAuthor,commitsDateByAuthor:()=>commitsDateByAuthor,countAuthosInRepo:()=>countAuthosInRepo,countFilesInRepo:()=>countFilesInRepo,getRepoFirstCommitDate:()=>getRepoFirstCommitDate,recentAuthorActivity:()=>recentAuthorActivity});La.exports=__toCommonJS(i_);var p_=__toESM(fl(93350));var w_=fl(62840);var D_=fl(23418);var I_=fl(62460);var N_=fl(47470);const _m=".git-blame-ignore-revs";const getIgnoreRevsFile=()=>{try{const La=(0,w_.executeGitCommand)((0,D_.LS_FILES)(_m));return La?.trim()?_m:void 0}catch{return void 0}};const commitsDateByAuthor=(La,hl,fl)=>(0,w_.executeGitCommand)((0,N_.COMMITS_DATE_BY_AUTHOR)({author:La,branch:hl,since:fl}))?.split("\n")?.filter(Boolean);const buildTempActivity=La=>{const hl=[];for(let fl=0;fl{const yl=(0,w_.executeGitCommand)((0,N_.GIT_ACTIVITY)({branch:La,since:hl,file:fl}));const Pl=yl?.split("\n")?.filter(Boolean);const Ul=buildTempActivity(Pl);return{dsActivity:yl,groupByWeek:(0,I_.groupByWeek)(Ul)}};const countAuthosInRepo=(La,hl)=>(0,w_.executeGitCommand)((0,N_.AUTHORS_COUNT)({branch:La,since:hl}))?.split("\n")?.filter(Boolean);const countFilesInRepo=()=>(0,w_.executeGitCommand)(N_.REPO_FILES_COUNT)?.trim();const getRepoFirstCommitDate=(La="develop")=>(0,w_.executeGitCommand)((0,N_.FIRST_COMMIT)({branch:La}))?.split("\n")?.[1];const blameByAuthor=(La,hl,fl)=>{const yl=getIgnoreRevsFile();return{...La.reduce((La,Pl)=>{const Ul=(0,I_.getAllAuthorsOfFile)(Pl,hl,fl,yl);const Gd=(0,I_.getGitBlameString)(Pl,hl,fl,yl);return{...La,...{[Pl]:Ul.reduce((La,fl)=>{const{authorLines:yl,allLinesCount:Ul}=(0,I_.calculateStatisticsForBlame)(Gd,fl,Pl,hl);return{...La,[fl]:(0,I_.calculateLinesPercentage)(yl,Ul),dsBlame:Gd.replaceAll("\nauthor-mail"," author-mail")}},{})}}},{})}};0&&0},47470:(La,hl,fl)=>{"use strict";var yl=Object.defineProperty;var Pl=Object.getOwnPropertyDescriptor;var Ul=Object.getOwnPropertyNames;var Gd=Object.prototype.hasOwnProperty;var __export=(La,hl)=>{for(var fl in hl)yl(La,fl,{get:hl[fl],enumerable:true})};var __copyProps=(La,hl,fl,af)=>{if(hl&&typeof hl==="object"||typeof hl==="function"){for(let n_ of Ul(hl))if(!Gd.call(La,n_)&&n_!==fl)yl(La,n_,{get:()=>hl[n_],enumerable:!(af=Pl(hl,n_))||af.enumerable})}return La};var __toCommonJS=La=>__copyProps(yl({},"__esModule",{value:true}),La);var af={};__export(af,{AUTHORS_COUNT:()=>AUTHORS_COUNT,COMMITER_PER_FILE:()=>COMMITER_PER_FILE,COMMITS_DATE_BY_AUTHOR:()=>COMMITS_DATE_BY_AUTHOR,FIRST_COMMIT:()=>FIRST_COMMIT,GIT_ACTIVITY:()=>GIT_ACTIVITY,GIT_BLAME:()=>GIT_BLAME,GIT_BLAME_AUTHORS_FORMAT:()=>i_,GIT_BLAME_STRING:()=>p_,GIT_LOG_PER_FILE:()=>GIT_LOG_PER_FILE,REPO_FILES_COUNT:()=>w_});La.exports=__toCommonJS(af);var n_=fl(26925);const GIT_BLAME=({branch:La,file:hl,since:fl,ignoreRevsFile:yl})=>{const Pl=(0,n_.escapeShellCmd)(La);const Ul=(0,n_.escapeFileName)(hl);const Gd=fl?` --since='${fl}'`:"";const af=yl?` --ignore-revs-file=${(0,n_.escapeFileName)(yl)}`:"";return`git blame${Gd}${af} ${Pl} --line-porcelain -- ${Ul}`};const GIT_LOG_PER_FILE=({file:La,since:hl})=>{const fl=(0,n_.escapeFileName)(La);const yl=hl?` --since='${hl}'`:"";return`git log${yl} -- ${fl}`};const i_="| grep '^author-mail\\|^author ' | sed '$!N;s/\\n/ /'";const p_="| sed -n '/^author /,/^author-mail /p'";const COMMITER_PER_FILE=({file:La})=>{const hl=(0,n_.escapeFileName)(La);return`git shortlog -s -n --all --no-merges ${hl}`};const COMMITS_DATE_BY_AUTHOR=({branch:La,author:hl,since:fl})=>{const yl=(0,n_.escapeShellCmd)(La);const Pl=(0,n_.escapeShellCmd)(hl);const Ul=fl?` --since='${fl}'`:"";return`git log${Ul} ${yl} --author=${Pl} --format='%as' -- | sort | uniq`};const GIT_ACTIVITY=({branch:La,file:hl,since:fl})=>{const yl=(0,n_.escapeShellCmd)(La);const Pl=(0,n_.escapeFileName)(hl);const Ul=`git log --no-merges ${yl} --since='${fl}' --pretty=tformat:'%an <%ae>,%ad' --numstat -- ${Pl}`;return Ul};const AUTHORS_COUNT=({branch:La,since:hl}={})=>{const fl=La?(0,n_.escapeShellCmd)(La):"";const yl=hl?` --since='${hl}'`:"";const Pl=La?` ${fl}`:"";return`git log${yl}${Pl} --format='%an <%ae>' -- | sort | uniq`};const w_="git ls-files | wc -l";const FIRST_COMMIT=({branch:La})=>{const hl=(0,n_.escapeShellCmd)(La);return`git rev-list --max-parents=0 ${hl} --format="%cs" --`};0&&0},62460:(La,hl,fl)=>{"use strict";var yl=Object.create;var Pl=Object.defineProperty;var Ul=Object.getOwnPropertyDescriptor;var Gd=Object.getOwnPropertyNames;var af=Object.getPrototypeOf;var n_=Object.prototype.hasOwnProperty;var __export=(La,hl)=>{for(var fl in hl)Pl(La,fl,{get:hl[fl],enumerable:true})};var __copyProps=(La,hl,fl,yl)=>{if(hl&&typeof hl==="object"||typeof hl==="function"){for(let af of Gd(hl))if(!n_.call(La,af)&&af!==fl)Pl(La,af,{get:()=>hl[af],enumerable:!(yl=Ul(hl,af))||yl.enumerable})}return La};var __toESM=(La,hl,fl)=>(fl=La!=null?yl(af(La)):{},__copyProps(hl||!La||!La.__esModule?Pl(fl,"default",{value:La,enumerable:true}):fl,La));var __toCommonJS=La=>__copyProps(Pl({},"__esModule",{value:true}),La);var i_={};__export(i_,{calculateLinesPercentage:()=>calculateLinesPercentage,calculateStatisticsForBlame:()=>calculateStatisticsForBlame,formatDateToDays:()=>formatDateToDays,getAllAuthorsOfFile:()=>getAllAuthorsOfFile,getGitBlameString:()=>getGitBlameString,groupByWeek:()=>groupByWeek,splitDsAndActivity:()=>splitDsAndActivity,splitDsAndBlameObjects:()=>splitDsAndBlameObjects});La.exports=__toCommonJS(i_);var p_=__toESM(fl(80542));var w_=fl(7426);var D_=fl(56977);var I_=fl(62840);var N_=fl(45273);var _m=fl(47470);const pg=[/could not open object/i,/invalid object name/i,/ignore-revs/i];const isIgnoreRevsFileError=La=>{const hl=La?.stderr?.toString()??"";const fl=La?.message??"";const yl=`${hl}\n${fl}`;return pg.some(La=>La.test(yl))};const getErrorDetail=La=>{const hl=La?.stderr?.toString()?.trim();return hl||La?.message||String(La)};const groupByWeek=La=>{const hl=La.reduce((La,hl,fl)=>{const yl=fl>0&&La.find(({git_user:La,week:fl})=>La===hl.git_user&&fl===hl.week);if(yl){yl.changes+=hl.changes;yl.week=hl.week}else{La.push({git_user:hl.git_user,week:hl.week,changes:hl.changes})}return La},[]);return hl.reduce((La,{git_user:hl,week:fl,changes:yl})=>{La[hl]=La[hl]||{};La[hl]={...La[hl],[`week_${fl}`]:yl};return{...La}},{})};const calculateLinesPercentage=(La,hl)=>La&&hl?La>=hl?100:La/hl*100:0;const formatDateToDays=async(La,hl,fl)=>{if(!La){const{owner:La,repo:yl,pullRequestNumber:Pl}=fl;(0,D_.debug)(`Couldn't find git dates for author: ${hl.branch.author}, base branch: ${hl.branch.base}, head branch: ${hl.branch.name}`);await(0,D_.prepareSendingLogsToDD)("info",`${N_.GIT_INFO.NO_DATA_FROM_GIT} ${La}/${yl}/${Pl}`,fl,{author:hl.branch.author,baseBranch:hl.branch.base,headBranch:hl.branch.name},w_.DEBUG_MODE);return 0}const yl=new Date;const Pl=new Date(La);const Ul=Pl.getTime()-yl.getTime();return Math.abs(Math.ceil(Ul/(1e3*60*60*24)))};const getAllAuthorsOfFile=(La,hl,fl,yl)=>{const parseAuthors=La=>[...Array.from(new Set(La?.replaceAll("author ","").replaceAll("author-mail ","").split("\n")))]?.filter(Boolean);const runBlame=Pl=>{const Ul=(0,_m.GIT_BLAME)({file:La,branch:hl,since:fl,ignoreRevsFile:Pl?yl:void 0});const Gd=Pl?`out=$(${Ul}) && printf '%s' "$out" ${_m.GIT_BLAME_AUTHORS_FORMAT}`:`${Ul} ${_m.GIT_BLAME_AUTHORS_FORMAT}`;return(0,I_.executeGitCommand)(Gd)};try{return parseAuthors(runBlame(Boolean(yl)))}catch(hl){if(yl&&isIgnoreRevsFileError(hl)){console.warn(`Invalid entries in .git-blame-ignore-revs; falling back to blame without --ignore-revs-file for ${La}. Details: ${getErrorDetail(hl)}`);try{return parseAuthors(runBlame(false))}catch(hl){console.log(`${N_.GIT_ERRORS.GETTING_ALL_AUTHORS} ${La}. ${hl}`);return[]}}console.log(`${N_.GIT_ERRORS.GETTING_ALL_AUTHORS} ${La}. ${hl}`);return[]}};const getAuthorLines=(La,hl,fl)=>{try{const fl=`author ${hl?.substring(0,hl.indexOf("<")-1)?.replace(/[.*+?^${}()|[\]\\]/g,"\\$&")}\\nauthor-mail ${hl?.substring(hl.indexOf("<"),hl.indexOf(">")+1).replace("+","\\+")}`;const yl=new RegExp(fl,"g");return(La.match(yl)||[]).length}catch(La){console.log(`${N_.GIT_ERRORS.GETTING_AUTHOR_LINES} ${fl}. ${La}`);return 0}};const getGitBlameString=(La,hl,fl,yl)=>{const runBlame=Pl=>{const Ul=(0,_m.GIT_BLAME)({branch:hl,file:La,since:fl,ignoreRevsFile:Pl?yl:void 0});const Gd=Pl?`out=$(${Ul}) && printf '%s' "$out" ${_m.GIT_BLAME_STRING}`:`${Ul} ${_m.GIT_BLAME_STRING}`;return(0,I_.executeGitCommand)(Gd)};try{return runBlame(Boolean(yl))}catch(hl){if(yl&&isIgnoreRevsFileError(hl)){console.warn(`Invalid entries in .git-blame-ignore-revs; falling back to blame without --ignore-revs-file for ${La}. Details: ${getErrorDetail(hl)}`);try{return runBlame(false)}catch(hl){console.log(`${N_.GIT_ERRORS.GETTING_GIT_BLAME} ${La}. ${hl}`);return"0"}}console.log(`${N_.GIT_ERRORS.GETTING_GIT_BLAME} ${La}. ${hl}`);return"0"}};const calculateStatisticsForBlame=(La,hl,fl,yl)=>{const Pl=getAuthorLines(La,hl,fl);const Ul=getCodeLinesCount(fl,yl);return{authorLines:Pl,allLinesCount:Ul}};const readRemoteFileAndSplit=(La,hl)=>(0,I_.readRemoteFile)(La,hl)?.split(/\r\n|\r|\n/);const isLastRowEmpty=(La,hl)=>{const fl=readRemoteFileAndSplit(La,hl);return fl?.[fl?.length-1]===""};const getCodeLinesCount=(La,hl)=>isLastRowEmpty(La,hl)?readRemoteFileAndSplit(La,hl)?.length-1:readRemoteFileAndSplit(La,hl)?.length;const splitDsAndBlameObjects=La=>{const hl=(0,p_.default)(La);const fl=Object.keys(hl).reduce((La,fl)=>({...La,[fl]:hl[fl].dsBlame}),{});Object.keys(hl).forEach(La=>{if(hl[La].dsBlame){delete hl[La].dsBlame}});return{formattedBlame:hl,dsBlame:fl}};const splitDsAndActivity=La=>{const hl=(0,p_.default)(La);const fl=Object.keys(hl).reduce((La,fl)=>({...La,[fl]:hl[fl].dsActivity}),{});Object.keys(hl).forEach(La=>{if(hl[La].dsActivity){delete hl[La].dsActivity}});return{formattedActivity:hl,dsActivity:fl}};0&&0},23552:(La,hl,fl)=>{"use strict";var yl=Object.defineProperty;var Pl=Object.getOwnPropertyDescriptor;var Ul=Object.getOwnPropertyNames;var Gd=Object.prototype.hasOwnProperty;var __export=(La,hl)=>{for(var fl in hl)yl(La,fl,{get:hl[fl],enumerable:true})};var __copyProps=(La,hl,fl,af)=>{if(hl&&typeof hl==="object"||typeof hl==="function"){for(let n_ of Ul(hl))if(!Gd.call(La,n_)&&n_!==fl)yl(La,n_,{get:()=>hl[n_],enumerable:!(af=Pl(hl,n_))||af.enumerable})}return La};var __toCommonJS=La=>__copyProps(yl({},"__esModule",{value:true}),La);var af={};__export(af,{findGitAuthorsWithFallback:()=>findGitAuthorsWithFallback});La.exports=__toCommonJS(af);var n_=fl(56977);var i_=fl(36010);const findGitAuthorsWithFallback=(La,hl,fl)=>{const yl=La.branch.author;let Pl={author:yl,prevResults:[]};try{if(!Object.keys(La.repo?.contributors||[]).includes(yl)){const yl=Object.keys(hl).filter(fl=>hl[fl]===La.pr?.author);yl.forEach(hl=>{const Ul=(0,i_.commitsDateByAuthor)(hl,La.branch.base,fl);if(Ul.length===1){Pl={author:hl,prevResults:Ul}}if(yl.length>1&&Pl.prevResults.length<=Ul.length){Pl={author:hl,prevResults:Ul}}})}}catch(La){(0,n_.debug)(`Failed getting the right author. Error: ${La}`)}return Pl};0&&0},41363:La=>{"use strict";var hl=Object.defineProperty;var fl=Object.getOwnPropertyDescriptor;var yl=Object.getOwnPropertyNames;var Pl=Object.prototype.hasOwnProperty;var __export=(La,fl)=>{for(var yl in fl)hl(La,yl,{get:fl[yl],enumerable:true})};var __copyProps=(La,Ul,Gd,af)=>{if(Ul&&typeof Ul==="object"||typeof Ul==="function"){for(let n_ of yl(Ul))if(!Pl.call(La,n_)&&n_!==Gd)hl(La,n_,{get:()=>Ul[n_],enumerable:!(af=fl(Ul,n_))||af.enumerable})}return La};var __toCommonJS=La=>__copyProps(hl({},"__esModule",{value:true}),La);var Ul={};__export(Ul,{contributorsMap:()=>n_,diffFilesWithoutCms:()=>p_,expectedContext:()=>w_,expectedDsActivity:()=>D_,gitToProviderUser:()=>af,payload:()=>Gd,repoContributors:()=>i_});La.exports=__toCommonJS(Ul);const Gd={repoPath:".github/workflows/gitstream.yml",gitstream_jwt_token:"",gitstreamGatesCheckId:26185706315,repo:"linenv",owner:"linear-b",branch:"linweb-auto-1718286804",installationId:37391659,pullRequestNumber:3840,headSha:"6d7dfa7a6076f06dbde1a802f08ee38e66d6a2f0",baseRef:"develop",baseSha:"develop",visibility:"private",triggeredBy:"linearbci",triggeredPREvent:"completed",source:"github",env:"prod",analytics_url:"https://z0ievfnzr5.execute-api.us-west-1.amazonaws.com/prod/analytics",analyticsHttpApiUrl:"https://api.amplitude.com/2/httpapi",segmentServiceUrl:"https://api.segment.io",prContext:{isFullyInstalled:true,title:"Linweb Release - 0.1.3196",approvals:["mark-linearb"],requested_changes:[],author:"linearbci",description:"IyMgTGlud2ViIFJlbGVhc2UgLSAwLjEuMzE5NgpBdXRvLWdlbmVyYXRlZCBQUiBmb3IgbGlud2ViIHRhZyAwLjEuMzE5NgoKU2VlIG1vcmUgZGV0YWlscyBhdCB0aGUgW3RhZ10oaHR0cHM6Ly9naXRodWIuY29tL2xpbmVhci1iL2xpbndlYi9yZWxlYXNlcy90YWcvMC4xLjMxOTYp",checks:[{name:"Sml0IFNlY3VyaXR5",status:"completed",conclusion:"success"},{name:"U2VjcmV0IERldGVjdGlvbg==",status:"completed",conclusion:"success"},{name:"U29uYXJDbG91ZCBDb2RlIEFuYWx5c2lz",status:"completed",conclusion:"success"},{name:"Z2l0U3RyZWFtLmNt",status:"completed",conclusion:"success"},{name:"YXV0by1tZXJnZS1sYWJlbC9hdXRvX21lcmdlX2xhYmVs",status:"completed",conclusion:"skipped"},{name:"T3JjYSBTZWN1cml0eSAtIEluZnJhc3RydWN0dXJlIGFzIENvZGU=",status:"completed",conclusion:"success"},{name:"T3JjYSBTZWN1cml0eSAtIFNlY3JldHM=",status:"completed",conclusion:"success"},{name:"T3JjYSBTZWN1cml0eSAtIFZ1bG5lcmFiaWxpdGllcw==",status:"completed",conclusion:"success"},{name:"RGVwbG95IHNlcnZpY2VzIHRvIFN0YWdpbmcgKDMuOCk=",status:"completed",conclusion:"success"},{name:"Q3lwcmVzcyBFMkUgb24gc3RhZ2luZw==",status:"completed",conclusion:"success"},{name:"U1VDQ0VTUw==",status:"completed",conclusion:"success"}],created_at:new Date("2024-06-13T13:53:26.000Z"),draft:false,mergeable:true,labels:["linweb","auto-merge"],reviewers:["orca-security-us","mark-linearb"],status:"open",updated_at:new Date("2024-06-13T13:55:31.000Z"),assignees:[],contributors:[{login:"vim-zz",name:"Ofer Affias"},{login:"MishaKav",name:"Misha Kav"},{login:"almog27",name:"Almog Ben David"},{login:"yishaibeeri",name:"Yishai Beeri"},{login:"orielz",name:"Oriel Zaken"},{login:"nat-gunner",name:"Kevin Fayle"},{login:"amitmohleji",name:"Amit Mohleji"},{login:"vscabral",name:"Val Cabral"},{login:"BenLloydPearson",name:"Ben Lloyd Pearson"},{login:"emchap",name:"Emily Chapman"},{login:"flomermer",name:"Tomer Flom"},{login:"omarcovitch",name:"Omri Marcovitch"},{login:"ShakedZrihen",name:"shaked zohar"},{login:"Fadikhayo1995",name:"Fadi Khayo"},{login:"orikrn",name:"Ori Keren"},{login:"linknfg182",name:"Dan Lines"},{login:"saharavishag",name:"Avishag Sahar"},{login:"linearbci",name:"LinearB Automation"},{login:"ariel-linearb",name:"Ariel Illouz"},{login:"yeelali14",name:"Yeela Lifshitz"},{login:"mavery-linb",name:"Mike Avery"},{login:"KerenLinearB",name:"Keren Shiloah"},{login:"lb-ronyeh",name:"Ron Yehuda"},{login:"YovelElad",name:"Yovel Elad"},{login:"Mike-pw",name:"Mike Noel"},{login:"stas-linearb",name:"Stas Onichak "},{login:"BetsyRogers",name:"Betsy Rogers"},{login:"Hadarbitan149",name:"hadar bitan"},{login:"negevyoav",name:"Yoav Negev"},{login:"RoyKulik",name:"Roy Kulik"},{login:"yoni-amikam",name:"Yoni Amikam"},{login:"urikochav",name:"Uri Kochavi"},{login:"ShaniBelisha",name:"Shani"},{login:"orenylinearb",name:"oren yosef"},{login:"GuyRahamim",name:null},{login:"Dudu-linb",name:"Dudu Yosef"},{login:"EladKohavi",name:"Elad Kohavi"},{login:"nivSwisa1",name:null},{login:"b-sims",name:"Brandon Sims"},{login:"rotemshynes",name:"Rotem Shynes"},{login:"mark-linearb",name:"Mark Bulgakov"},{login:"shaisorek",name:null},{login:"ZionSoferLinearB",name:"Zion Sofer"},{login:"imanuel-leibo",name:"Imanuel Leibovitch"},{login:"mosheia",name:"moshe azoulay"},{login:"PavelLinearB",name:"Pavel Vaks"},{login:"eidellav",name:"Lev Eidelman Nagar"},{login:"avielLB",name:"Aviel Even-Or"},{login:"mikolinearb",name:"Mikiyas Alehegn"},{login:"OferSmart",name:null},{login:"AndreDiFilippo",name:"Andre DiFilippo"},{login:"shuntsinger342",name:null},{login:"CeciliaLinearb",name:null},{login:"reshef-roy",name:"reshef-linearb"},{login:"yaelmlinearb",name:null},{login:"alonmischelLB",name:null}],paths:[{name:"auto-merge-label.cm"},{name:"close-non-tag-changes.cm"}],author_teams:["Developers"],author_is_org_member:true,comments:[{commenter:"sonarcloud",content:"IyMgWyFbUXVhbGl0eSBHYXRlIFBhc3NlZF0oaHR0cHM6Ly9zb25hcnNvdXJjZS5naXRodWIuaW8vc29uYXJjbG91ZC1naXRodWItc3RhdGljLXJlc291cmNlcy92Mi9jaGVja3MvUXVhbGl0eUdhdGVCYWRnZS9xZy1wYXNzZWQtMjBweC5wbmcgJ1F1YWxpdHkgR2F0ZSBQYXNzZWQnKV0oaHR0cHM6Ly9zb25hcmNsb3VkLmlvL2Rhc2hib2FyZD9pZD1saW5lYXItYl9saW5lbnYmcHVsbFJlcXVlc3Q9Mzg0MCkgKipRdWFsaXR5IEdhdGUgcGFzc2VkKiogIApJc3N1ZXMgIAohW10oaHR0cHM6Ly9zb25hcnNvdXJjZS5naXRodWIuaW8vc29uYXJjbG91ZC1naXRodWItc3RhdGljLXJlc291cmNlcy92Mi9jb21tb24vcGFzc2VkLTE2cHgucG5nICcnKSBbMCBOZXcgaXNzdWVzXShodHRwczovL3NvbmFyY2xvdWQuaW8vcHJvamVjdC9pc3N1ZXM/aWQ9bGluZWFyLWJfbGluZW52JnB1bGxSZXF1ZXN0PTM4NDAmcmVzb2x2ZWQ9ZmFsc2Umc2luY2VMZWFrUGVyaW9kPXRydWUpICAKIVtdKGh0dHBzOi8vc29uYXJzb3VyY2UuZ2l0aHViLmlvL3NvbmFyY2xvdWQtZ2l0aHViLXN0YXRpYy1yZXNvdXJjZXMvdjIvY29tbW9uL2FjY2VwdGVkLTE2cHgucG5nICcnKSBbMCBBY2NlcHRlZCBpc3N1ZXNdKGh0dHBzOi8vc29uYXJjbG91ZC5pby9wcm9qZWN0L2lzc3Vlcz9pZD1saW5lYXItYl9saW5lbnYmcHVsbFJlcXVlc3Q9Mzg0MCZyZXNvbHV0aW9ucz1XT05URklYKQoKTWVhc3VyZXMgIAohW10oaHR0cHM6Ly9zb25hcnNvdXJjZS5naXRodWIuaW8vc29uYXJjbG91ZC1naXRodWItc3RhdGljLXJlc291cmNlcy92Mi9jb21tb24vcGFzc2VkLTE2cHgucG5nICcnKSBbMCBTZWN1cml0eSBIb3RzcG90c10oaHR0cHM6Ly9zb25hcmNsb3VkLmlvL3Byb2plY3Qvc2VjdXJpdHlfaG90c3BvdHM/aWQ9bGluZWFyLWJfbGluZW52JnB1bGxSZXF1ZXN0PTM4NDAmcmVzb2x2ZWQ9ZmFsc2Umc2luY2VMZWFrUGVyaW9kPXRydWUpICAKIVtdKGh0dHBzOi8vc29uYXJzb3VyY2UuZ2l0aHViLmlvL3NvbmFyY2xvdWQtZ2l0aHViLXN0YXRpYy1yZXNvdXJjZXMvdjIvY29tbW9uL25vLWRhdGEtMTZweC5wbmcgJycpIE5vIGRhdGEgYWJvdXQgQ292ZXJhZ2UgIAohW10oaHR0cHM6Ly9zb25hcnNvdXJjZS5naXRodWIuaW8vc29uYXJjbG91ZC1naXRodWItc3RhdGljLXJlc291cmNlcy92Mi9jb21tb24vcGFzc2VkLTE2cHgucG5nICcnKSBbMC4wJSBEdXBsaWNhdGlvbiBvbiBOZXcgQ29kZV0oaHR0cHM6Ly9zb25hcmNsb3VkLmlvL2NvbXBvbmVudF9tZWFzdXJlcz9pZD1saW5lYXItYl9saW5lbnYmcHVsbFJlcXVlc3Q9Mzg0MCZtZXRyaWM9bmV3X2R1cGxpY2F0ZWRfbGluZXNfZGVuc2l0eSZ2aWV3PWxpc3QpICAKICAKW1NlZSBhbmFseXNpcyBkZXRhaWxzIG9uIFNvbmFyQ2xvdWRdKGh0dHBzOi8vc29uYXJjbG91ZC5pby9kYXNoYm9hcmQ/aWQ9bGluZWFyLWJfbGluZW52JnB1bGxSZXF1ZXN0PTM4NDApCgo=",created_at:"2024-06-16T13:53:17Z",id:"2165745472"},{commenter:"gitstream-cm",content:"VGhlIFBSIHdpbGwgYmUgYXV0b21hdGljYWxseSBtZXJnZWQgYnkgR2l0c3RyZWFtIGFmdGVyIGFsbCByZXF1aXJlbWVudHMgYXJlIGRvbmUuCgo8YXV0b21hdGlvbiBpZD0iYXV0by1tZXJnZS1sYWJlbC9hdXRvX21lcmdlX2xhYmVsIi8+",created_at:"2024-06-16T13:56:17Z",id:"2165750712"}],reviews:[{commenter:"orca-security-us",content:"IyMjIE9yY2EgU2VjdXJpdHkgU2NhbiBTdW1tYXJ5CnwgU3RhdHVzICB8IENoZWNrIHwgSXNzdWVzIGJ5IHByaW9yaXR5IHwgICB8CnwgLS0tLS0tLSB8IC0tLS0tIHwgLS0tLS0tLS0tLS0tLS0tLS0tIHwgLSB8CnwgPGltZyB3aWR0aD0iMTYiIGFsdD0iUGFzc2VkIiBzcmM9Imh0dHBzOi8vcmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbS9vcmNhc2VjdXJpdHkvb3JjYS1jbGkvbWFpbi9yZXNvdXJjZXMvaW1hZ2VzL3ByY29tbWVudC9zdGF0dXMvcGFzc2VkLnBuZyIgdGl0bGU9IlBhc3NlZCI+IFBhc3NlZCB8IEluZnJhc3RydWN0dXJlIGFzIENvZGUgfCA8aW1nIHdpZHRoPSIxMiIgYWx0PSJoaWdoIiBzcmM9Imh0dHBzOi8vcmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbS9vcmNhc2VjdXJpdHkvb3JjYS1jbGkvbWFpbi9yZXNvdXJjZXMvaW1hZ2VzL3ByY29tbWVudC9wcmlvcml0eS9oaWdoLnBuZyIgdGl0bGU9IkhpZ2giPiAwICZlbXNwOyA8aW1nIHdpZHRoPSIxMiIgYWx0PSJtZWRpdW0iIHNyYz0iaHR0cHM6Ly9yYXcuZ2l0aHVidXNlcmNvbnRlbnQuY29tL29yY2FzZWN1cml0eS9vcmNhLWNsaS9tYWluL3Jlc291cmNlcy9pbWFnZXMvcHJjb21tZW50L3ByaW9yaXR5L21lZGl1bS5wbmciIHRpdGxlPSJNZWRpdW0iPiAwICZlbXNwOyA8aW1nIHdpZHRoPSIxMiIgYWx0PSJsb3ciIHNyYz0iaHR0cHM6Ly9yYXcuZ2l0aHVidXNlcmNvbnRlbnQuY29tL29yY2FzZWN1cml0eS9vcmNhLWNsaS9tYWluL3Jlc291cmNlcy9pbWFnZXMvcHJjb21tZW50L3ByaW9yaXR5L2xvdy5wbmciIHRpdGxlPSJMb3ciPiAwICZlbXNwOyA8aW1nIHdpZHRoPSIxMiIgYWx0PSJpbmZvIiBzcmM9Imh0dHBzOi8vcmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbS9vcmNhc2VjdXJpdHkvb3JjYS1jbGkvbWFpbi9yZXNvdXJjZXMvaW1hZ2VzL3ByY29tbWVudC9wcmlvcml0eS9pbmZvLnBuZyIgdGl0bGU9IkluZm8iPiAwIHwgPGEgaHJlZj0iaHR0cHM6Ly9hcHAub3JjYXNlY3VyaXR5LmlvL3NoaWZ0LWxlZnQvaWFjL3NjYW4tbG9nLzUwMDkxMWIxLTU5M2YtNGMzNC1hOTU3LWRkODk2ZDBiYTM3NCIgdGFyZ2V0PSJfYmxhbmsiPlZpZXcgaW4gT3JjYTwvYT4gfAp8IDxpbWcgd2lkdGg9IjE2IiBhbHQ9IlBhc3NlZCIgc3JjPSJodHRwczovL3Jhdy5naXRodWJ1c2VyY29udGVudC5jb20vb3JjYXNlY3VyaXR5L29yY2EtY2xpL21haW4vcmVzb3VyY2VzL2ltYWdlcy9wcmNvbW1lbnQvc3RhdHVzL3Bhc3NlZC5wbmciIHRpdGxlPSJQYXNzZWQiPiBQYXNzZWQgfCBTZWNyZXRzIHwgPGltZyB3aWR0aD0iMTIiIGFsdD0iaGlnaCIgc3JjPSJodHRwczovL3Jhdy5naXRodWJ1c2VyY29udGVudC5jb20vb3JjYXNlY3VyaXR5L29yY2EtY2xpL21haW4vcmVzb3VyY2VzL2ltYWdlcy9wcmNvbW1lbnQvcHJpb3JpdHkvaGlnaC5wbmciIHRpdGxlPSJIaWdoIj4gMCAmZW1zcDsgPGltZyB3aWR0aD0iMTIiIGFsdD0ibWVkaXVtIiBzcmM9Imh0dHBzOi8vcmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbS9vcmNhc2VjdXJpdHkvb3JjYS1jbGkvbWFpbi9yZXNvdXJjZXMvaW1hZ2VzL3ByY29tbWVudC9wcmlvcml0eS9tZWRpdW0ucG5nIiB0aXRsZT0iTWVkaXVtIj4gMCAmZW1zcDsgPGltZyB3aWR0aD0iMTIiIGFsdD0ibG93IiBzcmM9Imh0dHBzOi8vcmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbS9vcmNhc2VjdXJpdHkvb3JjYS1jbGkvbWFpbi9yZXNvdXJjZXMvaW1hZ2VzL3ByY29tbWVudC9wcmlvcml0eS9sb3cucG5nIiB0aXRsZT0iTG93Ij4gMCAmZW1zcDsgPGltZyB3aWR0aD0iMTIiIGFsdD0iaW5mbyIgc3JjPSJodHRwczovL3Jhdy5naXRodWJ1c2VyY29udGVudC5jb20vb3JjYXNlY3VyaXR5L29yY2EtY2xpL21haW4vcmVzb3VyY2VzL2ltYWdlcy9wcmNvbW1lbnQvcHJpb3JpdHkvaW5mby5wbmciIHRpdGxlPSJJbmZvIj4gMCB8IDxhIGhyZWY9Imh0dHBzOi8vYXBwLm9yY2FzZWN1cml0eS5pby9zaGlmdC1sZWZ0L2ZpbGVfc3lzdGVtL3NjYW4tbG9nLzBlYzgyMTMzLTc2ZjYtNDk2Mi1hOTlmLWM0NTFkNTUzYWZjOCIgdGFyZ2V0PSJfYmxhbmsiPlZpZXcgaW4gT3JjYTwvYT4gfAp8IDxpbWcgd2lkdGg9IjE2IiBhbHQ9IlBhc3NlZCIgc3JjPSJodHRwczovL3Jhdy5naXRodWJ1c2VyY29udGVudC5jb20vb3JjYXNlY3VyaXR5L29yY2EtY2xpL21haW4vcmVzb3VyY2VzL2ltYWdlcy9wcmNvbW1lbnQvc3RhdHVzL3Bhc3NlZC5wbmciIHRpdGxlPSJQYXNzZWQiPiBQYXNzZWQgfCBWdWxuZXJhYmlsaXRpZXMgfCA8aW1nIHdpZHRoPSIxMiIgYWx0PSJoaWdoIiBzcmM9Imh0dHBzOi8vcmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbS9vcmNhc2VjdXJpdHkvb3JjYS1jbGkvbWFpbi9yZXNvdXJjZXMvaW1hZ2VzL3ByY29tbWVudC9wcmlvcml0eS9oaWdoLnBuZyIgdGl0bGU9IkhpZ2giPiAwICZlbXNwOyA8aW1nIHdpZHRoPSIxMiIgYWx0PSJtZWRpdW0iIHNyYz0iaHR0cHM6Ly9yYXcuZ2l0aHVidXNlcmNvbnRlbnQuY29tL29yY2FzZWN1cml0eS9vcmNhLWNsaS9tYWluL3Jlc291cmNlcy9pbWFnZXMvcHJjb21tZW50L3ByaW9yaXR5L21lZGl1bS5wbmciIHRpdGxlPSJNZWRpdW0iPiAwICZlbXNwOyA8aW1nIHdpZHRoPSIxMiIgYWx0PSJsb3ciIHNyYz0iaHR0cHM6Ly9yYXcuZ2l0aHVidXNlcmNvbnRlbnQuY29tL29yY2FzZWN1cml0eS9vcmNhLWNsaS9tYWluL3Jlc291cmNlcy9pbWFnZXMvcHJjb21tZW50L3ByaW9yaXR5L2xvdy5wbmciIHRpdGxlPSJMb3ciPiAwICZlbXNwOyA8aW1nIHdpZHRoPSIxMiIgYWx0PSJpbmZvIiBzcmM9Imh0dHBzOi8vcmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbS9vcmNhc2VjdXJpdHkvb3JjYS1jbGkvbWFpbi9yZXNvdXJjZXMvaW1hZ2VzL3ByY29tbWVudC9wcmlvcml0eS9pbmZvLnBuZyIgdGl0bGU9IkluZm8iPiAwIHwgPGEgaHJlZj0iaHR0cHM6Ly9hcHAub3JjYXNlY3VyaXR5LmlvL3NoaWZ0LWxlZnQvZmlsZV9zeXN0ZW0vc2Nhbi1sb2cvYjhmNDkzNDktNmFjMS00YjczLWE2MTYtZWE5NzQwNGMyNTU5IiB0YXJnZXQ9Il9ibGFuayI+VmlldyBpbiBPcmNhPC9hPiB8",state:"commented",conversations:[]},{commenter:"mark-linearb",content:"",state:"approved",conversations:[]}],conversations:[],unresolved_threads:0,number:3840,url:"https://github.com/linear-b/linenv/pull/3840",target:"develop",source:"linweb-auto-1718286804"},hasCmRepo:true,trigger_id:"3a4aca21-804c-4c8a-9ee6-b993387b8b57",headHttpUrl:"https://github.com/linear-b/linenv",webhookEventName:"check_run_completed",webhookEventNames:{check_run_completed:1},cmRepoId:611675896,cmRepo:"cm",cmRepoRef:"develop"};const af={"Fadi Khayo <33923689+Fadikhayo1995@users.noreply.github.com>":"Fadikhayo1995","Mark Bulgakov <109464254+mark-linearb@users.noreply.github.com>":"mark-linearb","Avishag Sahar <42721195+saharavishag@users.noreply.github.com>":"saharavishag","linearbci ":"linearbci","Omri Marcovitch ":"omarcovitch","flomermer ":"flomermer","Keren Shiloah <68225563+KerenLinearB@users.noreply.github.com>":"KerenLinearB","Yovel Elad ":"YovelElad","Niv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>":"nivSwisa1","nivSwisa1 ":"nivSwisa1","Oriel Zaken ":"orielz","Yovel Elad <79972883+YovelElad@users.noreply.github.com>":"YovelElad","Shani <102466679+ShaniBelisha@users.noreply.github.com>":"ShaniBelisha","ShaniBelisha ":"ShaniBelisha","Ron Yehuda <79041106+lb-ronyeh@users.noreply.github.com>":"lb-ronyeh","Niv Swisa <107345560+nivSwisa1@users.noreply.github.com>":"nivSwisa1","Lev Eidelman Nagar <131681607+eidellav@users.noreply.github.com>":"eidellav","ShakedZrihen ":"ShakedZrihen","Zion Sofer <113347885+ZionSoferLinearB@users.noreply.github.com>":"ZionSoferLinearB","Yoni Amikam <95563548+yoni-amikam@users.noreply.github.com>":"yoni-amikam","reshef-linearb <150923910+reshef-roy@users.noreply.github.com>":"reshef-roy","shaked zohar <30412727+ShakedZrihen@users.noreply.github.com>":"ShakedZrihen","Oriel Zaken ":"orielz","alonmischelLB ":"alonmischelLB","mark-linearb ":"mark-linearb","Elad Kohavi <106978846+EladKohavi@users.noreply.github.com>":"EladKohavi","Yishai Beeri ":"yishaibeeri","Yoav Negev <89904453+negevyoav@users.noreply.github.com>":"negevyoav","omarcovitch ":"omarcovitch","avielLB <131977939+avielLB@users.noreply.github.com>":"avielLB","Yeela Lifshitz <52451294+yeelali14@users.noreply.github.com>":"yeelali14","moshe azoulay <126490548+mosheia@users.noreply.github.com>":"mosheia","negevyoav ":"negevyoav","alonmischelLB <153432309+alonmischelLB@users.noreply.github.com>":"alonmischelLB","mosheia <126490548+mosheia@users.noreply.github.com>":"mosheia","Ariel Illouz ":"ariel-linearb","oren yosef ":"orenylinearb","Oren Yosef ":"orenylinearb","Stas Onichak ":"stas-linearb","Fadi Khayo ":"Fadikhayo1995","Tomer Flom ":"flomermer","omri marcovitch ":"omarcovitch","Almog Ben David ":"almog27","Lev Eidelman Nagar ":"eidellav","Avishag Sahar ":"saharavishag","Ron Yehuda <79041106+ronyeh-lb@users.noreply.github.com>":"lb-ronyeh","shaked zohar ":"ShakedZrihen","Aviel Even-Or ":"avielLB","Yoni Amikam ":"yoni-amikam","Yoav Negev ":"negevyoav","Yeela Lifshitz ":"yeelali14","omri marcovitch ":"omarcovitch","gitstream-cm[bot] <111687743+gitstream-cm[bot]@users.noreply.github.com>":"gitstream-cm[bot] <111687743+gitstream-cm[bot]@users.noreply.github.com>","Noam Hofshi ":"Noam Hofshi ","Ariel ":"Ariel ","“Keren ":"“Keren ","ronyeh-lb ":"ronyeh-lb ","Alexander Chernov <97388287+alexChernovLinearB@users.noreply.github.com>":"Alexander Chernov <97388287+alexChernovLinearB@users.noreply.github.com>","Roy ":"Roy ","Miki Michaeli ":"Miki Michaeli ","Roy Reshef ":"Roy Reshef ","Alon Galperin <105145534+alongalperin-lb@users.noreply.github.com>":"Alon Galperin <105145534+alongalperin-lb@users.noreply.github.com>","Zuki Sarusi <61375831+zuki-linB@users.noreply.github.com>":"Zuki Sarusi <61375831+zuki-linB@users.noreply.github.com>","Zuki Sarusi ":"Zuki Sarusi ","Alexander Chernov ":"Alexander Chernov ","Gabriel Cherniavsky <116227506+GabiC-LinearB@users.noreply.github.com>":"Gabriel Cherniavsky <116227506+GabiC-LinearB@users.noreply.github.com>","Almog Ben-David ":"Almog Ben-David ","Niv Swisa ":"Niv Swisa ","buggy ":"buggy ","emasuary ":"emasuary ","Eitan Masuary <37768057+emasuary@users.noreply.github.com>":"Eitan Masuary <37768057+emasuary@users.noreply.github.com>","reshef ":"reshef ","Moti Zamir ":"Moti Zamir ","Moti Zamir <63998921+zamboosh@users.noreply.github.com>":"Moti Zamir <63998921+zamboosh@users.noreply.github.com>","Administrator ":"Administrator ","Alon Galperin ":"Alon Galperin ","Yoni ":"Yoni ","oren.yosef ":"oren.yosef ","alongalperin ":"alongalperin ","aviah ":"aviah ","linearb-gabi <116227506+linearb-gabi@users.noreply.github.com>":"linearb-gabi <116227506+linearb-gabi@users.noreply.github.com>","ronyeh <79041106+ronyeh-lb@users.noreply.github.com>":"ronyeh <79041106+ronyeh-lb@users.noreply.github.com>","yoniamikam ":"yoniamikam ","Aviah Laor <80626047+aviah42@users.noreply.github.com>":"Aviah Laor <80626047+aviah42@users.noreply.github.com>","shirel_lugasi ":"shirel_lugasi ","zuki sarusi ":"zuki sarusi ","Alex Chernov ":"Alex Chernov ","Alon Galperin ":"Alon Galperin ","GabiC-LinearB <116227506+GabiC-LinearB@users.noreply.github.com>":"GabiC-LinearB <116227506+GabiC-LinearB@users.noreply.github.com>","Keren Finkelstein ":"Keren Finkelstein ","Miki Michaeli ":"Miki Michaeli ","alongalperin-lb <105145534+alongalperin-lb@users.noreply.github.com>":"alongalperin-lb <105145534+alongalperin-lb@users.noreply.github.com>","lev ":"lev ","ronyeh-lb <79041106+ronyeh-lb@users.noreply.github.com>":"ronyeh-lb <79041106+ronyeh-lb@users.noreply.github.com>","snyk-bot ":"snyk-bot ","yoavnegev ":"yoavnegev ","zamboosh <63998921+zamboosh@users.noreply.github.com>":"zamboosh <63998921+zamboosh@users.noreply.github.com>"};const n_={"Fadi Khayo <33923689+Fadikhayo1995@users.noreply.github.com>":"Fadikhayo1995","Mark Bulgakov <109464254+mark-linearb@users.noreply.github.com>":"mark-linearb","Avishag Sahar <42721195+saharavishag@users.noreply.github.com>":"saharavishag","linearbci ":"linearbci","Omri Marcovitch ":"omarcovitch","flomermer ":"flomermer","Keren Shiloah <68225563+KerenLinearB@users.noreply.github.com>":"KerenLinearB","Yovel Elad ":"YovelElad","Niv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>":"nivSwisa1","nivSwisa1 ":"nivSwisa1","Oriel Zaken ":"orielz","Yovel Elad <79972883+YovelElad@users.noreply.github.com>":"YovelElad","Shani <102466679+ShaniBelisha@users.noreply.github.com>":"ShaniBelisha","ShaniBelisha ":"ShaniBelisha","Ron Yehuda <79041106+lb-ronyeh@users.noreply.github.com>":"lb-ronyeh","Niv Swisa <107345560+nivSwisa1@users.noreply.github.com>":"nivSwisa1","Lev Eidelman Nagar <131681607+eidellav@users.noreply.github.com>":"eidellav","ShakedZrihen ":"ShakedZrihen","Zion Sofer <113347885+ZionSoferLinearB@users.noreply.github.com>":"ZionSoferLinearB","Yoni Amikam <95563548+yoni-amikam@users.noreply.github.com>":"yoni-amikam","reshef-linearb <150923910+reshef-roy@users.noreply.github.com>":"reshef-roy","shaked zohar <30412727+ShakedZrihen@users.noreply.github.com>":"ShakedZrihen","Oriel Zaken ":"orielz","alonmischelLB ":"alonmischelLB","mark-linearb ":"mark-linearb","Elad Kohavi <106978846+EladKohavi@users.noreply.github.com>":"EladKohavi","Yishai Beeri ":"yishaibeeri","Yoav Negev <89904453+negevyoav@users.noreply.github.com>":"negevyoav","omarcovitch ":"omarcovitch","avielLB <131977939+avielLB@users.noreply.github.com>":"avielLB","Yeela Lifshitz <52451294+yeelali14@users.noreply.github.com>":"yeelali14","moshe azoulay <126490548+mosheia@users.noreply.github.com>":"mosheia","negevyoav ":"negevyoav","alonmischelLB <153432309+alonmischelLB@users.noreply.github.com>":"alonmischelLB","mosheia <126490548+mosheia@users.noreply.github.com>":"mosheia","Ariel Illouz ":"ariel-linearb","oren yosef ":"orenylinearb","Oren Yosef ":"orenylinearb","Stas Onichak ":"stas-linearb","Fadi Khayo ":"Fadikhayo1995","Tomer Flom ":"flomermer","omri marcovitch ":"omarcovitch","Almog Ben David ":"almog27","Lev Eidelman Nagar ":"eidellav","Avishag Sahar ":"saharavishag","Ron Yehuda <79041106+ronyeh-lb@users.noreply.github.com>":"lb-ronyeh","shaked zohar ":"ShakedZrihen","Aviel Even-Or ":"avielLB","Yoni Amikam ":"yoni-amikam","Yoav Negev ":"negevyoav","Yeela Lifshitz ":"yeelali14","omri marcovitch ":"omarcovitch","gitstream-cm[bot] <111687743+gitstream-cm[bot]@users.noreply.github.com>":"gitstream-cm[bot] <111687743+gitstream-cm[bot]@users.noreply.github.com>","Noam Hofshi ":"Noam Hofshi ","Ariel ":"Ariel ","“Keren ":"“Keren ","ronyeh-lb ":"ronyeh-lb ","Alexander Chernov <97388287+alexChernovLinearB@users.noreply.github.com>":"Alexander Chernov <97388287+alexChernovLinearB@users.noreply.github.com>","Roy ":"Roy ","Miki Michaeli ":"Miki Michaeli ","Roy Reshef ":"Roy Reshef ","Alon Galperin <105145534+alongalperin-lb@users.noreply.github.com>":"Alon Galperin <105145534+alongalperin-lb@users.noreply.github.com>","Zuki Sarusi <61375831+zuki-linB@users.noreply.github.com>":"Zuki Sarusi <61375831+zuki-linB@users.noreply.github.com>","Zuki Sarusi ":"Zuki Sarusi ","Alexander Chernov ":"Alexander Chernov ","Gabriel Cherniavsky <116227506+GabiC-LinearB@users.noreply.github.com>":"Gabriel Cherniavsky <116227506+GabiC-LinearB@users.noreply.github.com>","Almog Ben-David ":"Almog Ben-David ","Niv Swisa ":"Niv Swisa ","buggy ":"buggy ","emasuary ":"emasuary ","Eitan Masuary <37768057+emasuary@users.noreply.github.com>":"Eitan Masuary <37768057+emasuary@users.noreply.github.com>","reshef ":"reshef ","Moti Zamir ":"Moti Zamir ","Moti Zamir <63998921+zamboosh@users.noreply.github.com>":"Moti Zamir <63998921+zamboosh@users.noreply.github.com>","Administrator ":"Administrator ","Alon Galperin ":"Alon Galperin ","Yoni ":"Yoni ","oren.yosef ":"oren.yosef ","alongalperin ":"alongalperin ","aviah ":"aviah ","linearb-gabi <116227506+linearb-gabi@users.noreply.github.com>":"linearb-gabi <116227506+linearb-gabi@users.noreply.github.com>","ronyeh <79041106+ronyeh-lb@users.noreply.github.com>":"ronyeh <79041106+ronyeh-lb@users.noreply.github.com>","yoniamikam ":"yoniamikam ","Aviah Laor <80626047+aviah42@users.noreply.github.com>":"Aviah Laor <80626047+aviah42@users.noreply.github.com>","shirel_lugasi ":"shirel_lugasi ","zuki sarusi ":"zuki sarusi ","Alex Chernov ":"Alex Chernov ","Alon Galperin ":"Alon Galperin ","GabiC-LinearB <116227506+GabiC-LinearB@users.noreply.github.com>":"GabiC-LinearB <116227506+GabiC-LinearB@users.noreply.github.com>","Keren Finkelstein ":"Keren Finkelstein ","Miki Michaeli ":"Miki Michaeli ","alongalperin-lb <105145534+alongalperin-lb@users.noreply.github.com>":"alongalperin-lb <105145534+alongalperin-lb@users.noreply.github.com>","lev ":"lev ","ronyeh-lb <79041106+ronyeh-lb@users.noreply.github.com>":"ronyeh-lb <79041106+ronyeh-lb@users.noreply.github.com>","snyk-bot ":"snyk-bot ","yoavnegev ":"yoavnegev ","zamboosh <63998921+zamboosh@users.noreply.github.com>":"zamboosh <63998921+zamboosh@users.noreply.github.com>"};const i_={"gitstream-cm[bot] <111687743+gitstream-cm[bot]@users.noreply.github.com>":745,"Fadi Khayo <33923689+Fadikhayo1995@users.noreply.github.com>":550,"Mark Bulgakov <109464254+mark-linearb@users.noreply.github.com>":524,"Ariel Illouz ":454,"oren yosef ":425,"Oren Yosef ":370,"Stas Onichak ":298,"Fadi Khayo ":245,"Avishag Sahar <42721195+saharavishag@users.noreply.github.com>":229,"linearbci ":224,"Noam Hofshi ":200,"Omri Marcovitch ":194,"flomermer ":178,"Ariel ":156,"Keren Shiloah <68225563+KerenLinearB@users.noreply.github.com>":155,"Tomer Flom ":151,"“Keren ":146,"omri marcovitch ":142,"ronyeh-lb ":128,"Yovel Elad ":124,"Niv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>":123,"Alexander Chernov <97388287+alexChernovLinearB@users.noreply.github.com>":120,"Roy ":117,"nivSwisa1 ":111,"Oriel Zaken ":107,"Miki Michaeli ":100,"Almog Ben David ":96,"Yovel Elad <79972883+YovelElad@users.noreply.github.com>":93,"Shani <102466679+ShaniBelisha@users.noreply.github.com>":90,"Roy Reshef ":88,"Alon Galperin <105145534+alongalperin-lb@users.noreply.github.com>":86,"ShaniBelisha ":85,"Lev Eidelman Nagar ":76,"Ron Yehuda <79041106+lb-ronyeh@users.noreply.github.com>":73,"Niv Swisa <107345560+nivSwisa1@users.noreply.github.com>":70,"Avishag Sahar ":64,"Zuki Sarusi <61375831+zuki-linB@users.noreply.github.com>":64,"Zuki Sarusi ":62,"Lev Eidelman Nagar <131681607+eidellav@users.noreply.github.com>":59,"Alexander Chernov ":57,"Ron Yehuda <79041106+ronyeh-lb@users.noreply.github.com>":56,"ShakedZrihen ":56,"Gabriel Cherniavsky <116227506+GabiC-LinearB@users.noreply.github.com>":49,"Almog Ben-David ":48,"shaked zohar ":47,"Zion Sofer <113347885+ZionSoferLinearB@users.noreply.github.com>":46,"Niv Swisa ":35,"buggy ":35,"emasuary ":35,"Eitan Masuary <37768057+emasuary@users.noreply.github.com>":33,"reshef ":21,"Yoni Amikam <95563548+yoni-amikam@users.noreply.github.com>":19,"reshef-linearb <150923910+reshef-roy@users.noreply.github.com>":17,"shaked zohar <30412727+ShakedZrihen@users.noreply.github.com>":17,"Oriel Zaken ":13,"Aviel Even-Or ":12,"Moti Zamir ":12,"Moti Zamir <63998921+zamboosh@users.noreply.github.com>":11,"alonmischelLB ":11,"Yoni Amikam ":10,"mark-linearb ":10,"Administrator ":9,"Alon Galperin ":7,"Elad Kohavi <106978846+EladKohavi@users.noreply.github.com>":7,"Yishai Beeri ":7,"Yoav Negev <89904453+negevyoav@users.noreply.github.com>":6,"omarcovitch ":6,"Yoav Negev ":5,"Yoni ":5,"oren.yosef ":5,"Yeela Lifshitz ":4,"alongalperin ":4,"avielLB <131977939+avielLB@users.noreply.github.com>":4,"aviah ":3,"linearb-gabi <116227506+linearb-gabi@users.noreply.github.com>":3,"omri marcovitch ":3,"ronyeh <79041106+ronyeh-lb@users.noreply.github.com>":3,"yoniamikam ":3,"Aviah Laor <80626047+aviah42@users.noreply.github.com>":2,"Yeela Lifshitz <52451294+yeelali14@users.noreply.github.com>":2,"moshe azoulay <126490548+mosheia@users.noreply.github.com>":2,"negevyoav ":2,"shirel_lugasi ":2,"zuki sarusi ":2,"Alex Chernov ":1,"Alon Galperin ":1,"GabiC-LinearB <116227506+GabiC-LinearB@users.noreply.github.com>":1,"Keren Finkelstein ":1,"Miki Michaeli ":1,"alongalperin-lb <105145534+alongalperin-lb@users.noreply.github.com>":1,"alonmischelLB <153432309+alonmischelLB@users.noreply.github.com>":1,"lev ":1,"mosheia <126490548+mosheia@users.noreply.github.com>":1,"ronyeh-lb <79041106+ronyeh-lb@users.noreply.github.com>":1,"snyk-bot ":1,"yoavnegev ":1,"zamboosh <63998921+zamboosh@users.noreply.github.com>":1};const p_=[{chunks:[{content:"@@ -1 +1 @@",changes:[{type:"del",del:true,ln:1,content:"-linweb: tags/0.1.3195"},{type:"add",add:true,ln:1,content:"+linweb: tags/0.1.3196"}],oldStart:1,oldLines:1,newStart:1,newLines:1}],deletions:1,additions:1,from:"changes/linweb.yml",to:"changes/linweb.yml",index:["b6806c41..18edfa34","100644"],newMode:"100644",oldMode:"100644"}];const w_={branch:{name:"linweb-auto-1718286804",base:"develop",author:"linearbci ",author_name:"linearbci\n",author_email:"",diff:{size:2,files_metadata:[{original_file:"changes/linweb.yml",new_file:"changes/linweb.yml",file:"changes/linweb.yml",deletions:1,additions:1}]},num_of_commits:1,commits:{messages:["Update linweb.yml with linweb branch info"]}},source:{diff:{files:[{original_file:"changes/linweb.yml",new_file:"changes/linweb.yml",diff:"@@ -1 +1 @@\n-linweb: tags/0.1.3195\n+linweb: tags/0.1.3196",original_content:"linweb: tags/0.1.3195\n",new_content:"linweb: tags/0.1.3196\n"}]}},repo:{name:"linenv",contributors:{"gitstream-cm[bot] <111687743+gitstream-cm[bot]@users.noreply.github.com>":745,"Fadi Khayo <33923689+Fadikhayo1995@users.noreply.github.com>":550,"Mark Bulgakov <109464254+mark-linearb@users.noreply.github.com>":524,"Ariel Illouz ":454,"oren yosef ":425,"Oren Yosef ":370,"Stas Onichak ":298,"Fadi Khayo ":245,"Avishag Sahar <42721195+saharavishag@users.noreply.github.com>":229,"linearbci ":224,"Noam Hofshi ":200,"Omri Marcovitch ":194,"flomermer ":178,"Ariel ":156,"Keren Shiloah <68225563+KerenLinearB@users.noreply.github.com>":155,"Tomer Flom ":151,"“Keren ":146,"omri marcovitch ":142,"ronyeh-lb ":128,"Yovel Elad ":124,"Niv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>":123,"Alexander Chernov <97388287+alexChernovLinearB@users.noreply.github.com>":120,"Roy ":117,"nivSwisa1 ":111,"Oriel Zaken ":107,"Miki Michaeli ":100,"Almog Ben David ":96,"Yovel Elad <79972883+YovelElad@users.noreply.github.com>":93,"Shani <102466679+ShaniBelisha@users.noreply.github.com>":90,"Roy Reshef ":88,"Alon Galperin <105145534+alongalperin-lb@users.noreply.github.com>":86,"ShaniBelisha ":85,"Lev Eidelman Nagar ":76,"Ron Yehuda <79041106+lb-ronyeh@users.noreply.github.com>":73,"Niv Swisa <107345560+nivSwisa1@users.noreply.github.com>":70,"Avishag Sahar ":64,"Zuki Sarusi <61375831+zuki-linB@users.noreply.github.com>":64,"Zuki Sarusi ":62,"Lev Eidelman Nagar <131681607+eidellav@users.noreply.github.com>":59,"Alexander Chernov ":57,"Ron Yehuda <79041106+ronyeh-lb@users.noreply.github.com>":56,"ShakedZrihen ":56,"Gabriel Cherniavsky <116227506+GabiC-LinearB@users.noreply.github.com>":49,"Almog Ben-David ":48,"shaked zohar ":47,"Zion Sofer <113347885+ZionSoferLinearB@users.noreply.github.com>":46,"Niv Swisa ":35,"buggy ":35,"emasuary ":35,"Eitan Masuary <37768057+emasuary@users.noreply.github.com>":33,"reshef ":21,"Yoni Amikam <95563548+yoni-amikam@users.noreply.github.com>":19,"reshef-linearb <150923910+reshef-roy@users.noreply.github.com>":17,"shaked zohar <30412727+ShakedZrihen@users.noreply.github.com>":17,"Oriel Zaken ":13,"Aviel Even-Or ":12,"Moti Zamir ":12,"Moti Zamir <63998921+zamboosh@users.noreply.github.com>":11,"alonmischelLB ":11,"Yoni Amikam ":10,"mark-linearb ":10,"Administrator ":9,"Alon Galperin ":7,"Elad Kohavi <106978846+EladKohavi@users.noreply.github.com>":7,"Yishai Beeri ":7,"Yoav Negev <89904453+negevyoav@users.noreply.github.com>":6,"omarcovitch ":6,"Yoav Negev ":5,"Yoni ":5,"oren.yosef ":5,"Yeela Lifshitz ":4,"alongalperin ":4,"avielLB <131977939+avielLB@users.noreply.github.com>":4,"aviah ":3,"linearb-gabi <116227506+linearb-gabi@users.noreply.github.com>":3,"omri marcovitch ":3,"ronyeh <79041106+ronyeh-lb@users.noreply.github.com>":3,"yoniamikam ":3,"Aviah Laor <80626047+aviah42@users.noreply.github.com>":2,"Yeela Lifshitz <52451294+yeelali14@users.noreply.github.com>":2,"moshe azoulay <126490548+mosheia@users.noreply.github.com>":2,"negevyoav ":2,"shirel_lugasi ":2,"zuki sarusi ":2,"Alex Chernov ":1,"Alon Galperin ":1,"GabiC-LinearB <116227506+GabiC-LinearB@users.noreply.github.com>":1,"Keren Finkelstein ":1,"Miki Michaeli ":1,"alongalperin-lb <105145534+alongalperin-lb@users.noreply.github.com>":1,"alonmischelLB <153432309+alonmischelLB@users.noreply.github.com>":1,"lev ":1,"mosheia <126490548+mosheia@users.noreply.github.com>":1,"ronyeh-lb <79041106+ronyeh-lb@users.noreply.github.com>":1,"snyk-bot ":1,"yoavnegev ":1,"zamboosh <63998921+zamboosh@users.noreply.github.com>":1},owner:"linear-b",visibility:"private",provider:"github",git_to_provider_user:{"Fadi Khayo <33923689+Fadikhayo1995@users.noreply.github.com>":"Fadikhayo1995","Mark Bulgakov <109464254+mark-linearb@users.noreply.github.com>":"mark-linearb","Avishag Sahar <42721195+saharavishag@users.noreply.github.com>":"saharavishag","linearbci ":"linearbci","Omri Marcovitch ":"omarcovitch","flomermer ":"flomermer","Keren Shiloah <68225563+KerenLinearB@users.noreply.github.com>":"KerenLinearB","Yovel Elad ":"YovelElad","Niv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>":"nivSwisa1","nivSwisa1 ":"nivSwisa1","Oriel Zaken ":"orielz","Yovel Elad <79972883+YovelElad@users.noreply.github.com>":"YovelElad","Shani <102466679+ShaniBelisha@users.noreply.github.com>":"ShaniBelisha","ShaniBelisha ":"ShaniBelisha","Ron Yehuda <79041106+lb-ronyeh@users.noreply.github.com>":"lb-ronyeh","Niv Swisa <107345560+nivSwisa1@users.noreply.github.com>":"nivSwisa1","Lev Eidelman Nagar <131681607+eidellav@users.noreply.github.com>":"eidellav","ShakedZrihen ":"ShakedZrihen","Zion Sofer <113347885+ZionSoferLinearB@users.noreply.github.com>":"ZionSoferLinearB","Yoni Amikam <95563548+yoni-amikam@users.noreply.github.com>":"yoni-amikam","reshef-linearb <150923910+reshef-roy@users.noreply.github.com>":"reshef-roy","shaked zohar <30412727+ShakedZrihen@users.noreply.github.com>":"ShakedZrihen","Oriel Zaken ":"orielz","alonmischelLB ":"alonmischelLB","mark-linearb ":"mark-linearb","Elad Kohavi <106978846+EladKohavi@users.noreply.github.com>":"EladKohavi","Yishai Beeri ":"yishaibeeri","Yoav Negev <89904453+negevyoav@users.noreply.github.com>":"negevyoav","omarcovitch ":"omarcovitch","avielLB <131977939+avielLB@users.noreply.github.com>":"avielLB","Yeela Lifshitz <52451294+yeelali14@users.noreply.github.com>":"yeelali14","moshe azoulay <126490548+mosheia@users.noreply.github.com>":"mosheia","negevyoav ":"negevyoav","alonmischelLB <153432309+alonmischelLB@users.noreply.github.com>":"alonmischelLB","mosheia <126490548+mosheia@users.noreply.github.com>":"mosheia","Ariel Illouz ":"ariel-linearb","oren yosef ":"orenylinearb","Oren Yosef ":"orenylinearb","Stas Onichak ":"stas-linearb","Fadi Khayo ":"Fadikhayo1995","Tomer Flom ":"flomermer","omri marcovitch ":"omarcovitch","Almog Ben David ":"almog27","Lev Eidelman Nagar ":"eidellav","Avishag Sahar ":"saharavishag","Ron Yehuda <79041106+ronyeh-lb@users.noreply.github.com>":"lb-ronyeh","shaked zohar ":"ShakedZrihen","Aviel Even-Or ":"avielLB","Yoni Amikam ":"yoni-amikam","Yoav Negev ":"negevyoav","Yeela Lifshitz ":"yeelali14","omri marcovitch ":"omarcovitch","gitstream-cm[bot] <111687743+gitstream-cm[bot]@users.noreply.github.com>":"gitstream-cm[bot] <111687743+gitstream-cm[bot]@users.noreply.github.com>","Noam Hofshi ":"Noam Hofshi ","Ariel ":"Ariel ","“Keren ":"“Keren ","ronyeh-lb ":"ronyeh-lb ","Alexander Chernov <97388287+alexChernovLinearB@users.noreply.github.com>":"Alexander Chernov <97388287+alexChernovLinearB@users.noreply.github.com>","Roy ":"Roy ","Miki Michaeli ":"Miki Michaeli ","Roy Reshef ":"Roy Reshef ","Alon Galperin <105145534+alongalperin-lb@users.noreply.github.com>":"Alon Galperin <105145534+alongalperin-lb@users.noreply.github.com>","Zuki Sarusi <61375831+zuki-linB@users.noreply.github.com>":"Zuki Sarusi <61375831+zuki-linB@users.noreply.github.com>","Zuki Sarusi ":"Zuki Sarusi ","Alexander Chernov ":"Alexander Chernov ","Gabriel Cherniavsky <116227506+GabiC-LinearB@users.noreply.github.com>":"Gabriel Cherniavsky <116227506+GabiC-LinearB@users.noreply.github.com>","Almog Ben-David ":"Almog Ben-David ","Niv Swisa ":"Niv Swisa ","buggy ":"buggy ","emasuary ":"emasuary ","Eitan Masuary <37768057+emasuary@users.noreply.github.com>":"Eitan Masuary <37768057+emasuary@users.noreply.github.com>","reshef ":"reshef ","Moti Zamir ":"Moti Zamir ","Moti Zamir <63998921+zamboosh@users.noreply.github.com>":"Moti Zamir <63998921+zamboosh@users.noreply.github.com>","Administrator ":"Administrator ","Alon Galperin ":"Alon Galperin ","Yoni ":"Yoni ","oren.yosef ":"oren.yosef ","alongalperin ":"alongalperin ","aviah ":"aviah ","linearb-gabi <116227506+linearb-gabi@users.noreply.github.com>":"linearb-gabi <116227506+linearb-gabi@users.noreply.github.com>","ronyeh <79041106+ronyeh-lb@users.noreply.github.com>":"ronyeh <79041106+ronyeh-lb@users.noreply.github.com>","yoniamikam ":"yoniamikam ","Aviah Laor <80626047+aviah42@users.noreply.github.com>":"Aviah Laor <80626047+aviah42@users.noreply.github.com>","shirel_lugasi ":"shirel_lugasi ","zuki sarusi ":"zuki sarusi ","Alex Chernov ":"Alex Chernov ","Alon Galperin ":"Alon Galperin ","GabiC-LinearB <116227506+GabiC-LinearB@users.noreply.github.com>":"GabiC-LinearB <116227506+GabiC-LinearB@users.noreply.github.com>","Keren Finkelstein ":"Keren Finkelstein ","Miki Michaeli ":"Miki Michaeli ","alongalperin-lb <105145534+alongalperin-lb@users.noreply.github.com>":"alongalperin-lb <105145534+alongalperin-lb@users.noreply.github.com>","lev ":"lev ","ronyeh-lb <79041106+ronyeh-lb@users.noreply.github.com>":"ronyeh-lb <79041106+ronyeh-lb@users.noreply.github.com>","snyk-bot ":"snyk-bot ","yoavnegev ":"yoavnegev ","zamboosh <63998921+zamboosh@users.noreply.github.com>":"zamboosh <63998921+zamboosh@users.noreply.github.com>"},age:1381,author_age:129,blame:{"changes/linweb.yml":{"linearbci ":100}},git_activity:{"changes/linweb.yml":{"linearbci ":{week_2857:419},"Niv Swisa ":{week_2857:10},"Elad Kohavi <106978846+EladKohavi@users.noreply.github.com>":{week_2857:2},"oren yosef ":{week_2857:16},"Lev Eidelman Nagar ":{week_2857:94},"Avishag Sahar ":{week_2857:22},"Yovel Elad ":{week_2857:144},"ShaniBelisha ":{week_2857:104},"Fadi Khayo ":{week_2857:86},"Oren Yosef ":{week_2857:11},"Almog Ben David ":{week_2857:2},"flomermer ":{week_2857:140},"“Keren ":{week_2857:176},"Almog Ben-David ":{week_2857:48},"omri marcovitch ":{week_2857:18},"Niv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>":{week_2857:69},"Oriel Zaken ":{week_2857:2},"Fadi Khayo <33923689+Fadikhayo1995@users.noreply.github.com>":{week_2857:6},"Zuki Sarusi ":{week_2857:78},"Oriel Zaken ":{week_2857:12},"ShakedZrihen ":{week_2857:59},"lev ":{week_2857:2},"Alon Galperin <105145534+alongalperin-lb@users.noreply.github.com>":{week_2857:20},"alongalperin ":{week_2857:4},"omri marcovitch ":{week_2857:6}}},pr_author:"linearbci",data_service:{expert_reviwer_request:{merge_dict:{"Fadi Khayo <33923689+Fadikhayo1995@users.noreply.github.com>":"Fadikhayo1995","Mark Bulgakov <109464254+mark-linearb@users.noreply.github.com>":"mark-linearb","Avishag Sahar <42721195+saharavishag@users.noreply.github.com>":"saharavishag","linearbci ":"linearbci","Omri Marcovitch ":"omarcovitch","flomermer ":"flomermer","Keren Shiloah <68225563+KerenLinearB@users.noreply.github.com>":"KerenLinearB","Yovel Elad ":"YovelElad","Niv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>":"nivSwisa1","nivSwisa1 ":"nivSwisa1","Oriel Zaken ":"orielz","Yovel Elad <79972883+YovelElad@users.noreply.github.com>":"YovelElad","Shani <102466679+ShaniBelisha@users.noreply.github.com>":"ShaniBelisha","ShaniBelisha ":"ShaniBelisha","Ron Yehuda <79041106+lb-ronyeh@users.noreply.github.com>":"lb-ronyeh","Niv Swisa <107345560+nivSwisa1@users.noreply.github.com>":"nivSwisa1","Lev Eidelman Nagar <131681607+eidellav@users.noreply.github.com>":"eidellav","ShakedZrihen ":"ShakedZrihen","Zion Sofer <113347885+ZionSoferLinearB@users.noreply.github.com>":"ZionSoferLinearB","Yoni Amikam <95563548+yoni-amikam@users.noreply.github.com>":"yoni-amikam","reshef-linearb <150923910+reshef-roy@users.noreply.github.com>":"reshef-roy","shaked zohar <30412727+ShakedZrihen@users.noreply.github.com>":"ShakedZrihen","Oriel Zaken ":"orielz","alonmischelLB ":"alonmischelLB","mark-linearb ":"mark-linearb","Elad Kohavi <106978846+EladKohavi@users.noreply.github.com>":"EladKohavi","Yishai Beeri ":"yishaibeeri","Yoav Negev <89904453+negevyoav@users.noreply.github.com>":"negevyoav","omarcovitch ":"omarcovitch","avielLB <131977939+avielLB@users.noreply.github.com>":"avielLB","Yeela Lifshitz <52451294+yeelali14@users.noreply.github.com>":"yeelali14","moshe azoulay <126490548+mosheia@users.noreply.github.com>":"mosheia","negevyoav ":"negevyoav","alonmischelLB <153432309+alonmischelLB@users.noreply.github.com>":"alonmischelLB","mosheia <126490548+mosheia@users.noreply.github.com>":"mosheia","Ariel Illouz ":"ariel-linearb","oren yosef ":"orenylinearb","Oren Yosef ":"orenylinearb","Stas Onichak ":"stas-linearb","Fadi Khayo ":"Fadikhayo1995","Tomer Flom ":"flomermer","omri marcovitch ":"omarcovitch","Almog Ben David ":"almog27","Lev Eidelman Nagar ":"eidellav","Avishag Sahar ":"saharavishag","Ron Yehuda <79041106+ronyeh-lb@users.noreply.github.com>":"lb-ronyeh","shaked zohar ":"ShakedZrihen","Aviel Even-Or ":"avielLB","Yoni Amikam ":"yoni-amikam","Yoav Negev ":"negevyoav","Yeela Lifshitz ":"yeelali14","omri marcovitch ":"omarcovitch","gitstream-cm[bot] <111687743+gitstream-cm[bot]@users.noreply.github.com>":"gitstream-cm[bot] <111687743+gitstream-cm[bot]@users.noreply.github.com>","Noam Hofshi ":"Noam Hofshi ","Ariel ":"Ariel ","“Keren ":"“Keren ","ronyeh-lb ":"ronyeh-lb ","Alexander Chernov <97388287+alexChernovLinearB@users.noreply.github.com>":"Alexander Chernov <97388287+alexChernovLinearB@users.noreply.github.com>","Roy ":"Roy ","Miki Michaeli ":"Miki Michaeli ","Roy Reshef ":"Roy Reshef ","Alon Galperin <105145534+alongalperin-lb@users.noreply.github.com>":"Alon Galperin <105145534+alongalperin-lb@users.noreply.github.com>","Zuki Sarusi <61375831+zuki-linB@users.noreply.github.com>":"Zuki Sarusi <61375831+zuki-linB@users.noreply.github.com>","Zuki Sarusi ":"Zuki Sarusi ","Alexander Chernov ":"Alexander Chernov ","Gabriel Cherniavsky <116227506+GabiC-LinearB@users.noreply.github.com>":"Gabriel Cherniavsky <116227506+GabiC-LinearB@users.noreply.github.com>","Almog Ben-David ":"Almog Ben-David ","Niv Swisa ":"Niv Swisa ","buggy ":"buggy ","emasuary ":"emasuary ","Eitan Masuary <37768057+emasuary@users.noreply.github.com>":"Eitan Masuary <37768057+emasuary@users.noreply.github.com>","reshef ":"reshef ","Moti Zamir ":"Moti Zamir ","Moti Zamir <63998921+zamboosh@users.noreply.github.com>":"Moti Zamir <63998921+zamboosh@users.noreply.github.com>","Administrator ":"Administrator ","Alon Galperin ":"Alon Galperin ","Yoni ":"Yoni ","oren.yosef ":"oren.yosef ","alongalperin ":"alongalperin ","aviah ":"aviah ","linearb-gabi <116227506+linearb-gabi@users.noreply.github.com>":"linearb-gabi <116227506+linearb-gabi@users.noreply.github.com>","ronyeh <79041106+ronyeh-lb@users.noreply.github.com>":"ronyeh <79041106+ronyeh-lb@users.noreply.github.com>","yoniamikam ":"yoniamikam ","Aviah Laor <80626047+aviah42@users.noreply.github.com>":"Aviah Laor <80626047+aviah42@users.noreply.github.com>","shirel_lugasi ":"shirel_lugasi ","zuki sarusi ":"zuki sarusi ","Alex Chernov ":"Alex Chernov ","Alon Galperin ":"Alon Galperin ","GabiC-LinearB <116227506+GabiC-LinearB@users.noreply.github.com>":"GabiC-LinearB <116227506+GabiC-LinearB@users.noreply.github.com>","Keren Finkelstein ":"Keren Finkelstein ","Miki Michaeli ":"Miki Michaeli ","alongalperin-lb <105145534+alongalperin-lb@users.noreply.github.com>":"alongalperin-lb <105145534+alongalperin-lb@users.noreply.github.com>","lev ":"lev ","ronyeh-lb <79041106+ronyeh-lb@users.noreply.github.com>":"ronyeh-lb <79041106+ronyeh-lb@users.noreply.github.com>","snyk-bot ":"snyk-bot ","yoavnegev ":"yoavnegev ","zamboosh <63998921+zamboosh@users.noreply.github.com>":"zamboosh <63998921+zamboosh@users.noreply.github.com>"},pr_files:{"changes/linweb.yml":{blame:"",activity:"linearbci ,Thu Jun 13 11:18:44 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Jun 13 10:57:35 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Jun 13 08:51:53 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Jun 6 12:14:15 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Jun 5 12:32:48 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Jun 5 10:12:42 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Tue Jun 4 13:12:08 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Tue Jun 4 11:40:35 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Jun 3 11:34:48 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Jun 3 09:55:56 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Jun 3 09:42:14 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Jun 3 08:37:46 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun Jun 2 11:13:05 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun Jun 2 10:53:49 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu May 30 12:01:30 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu May 30 11:10:08 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu May 30 09:29:15 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu May 30 05:59:52 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed May 29 14:50:56 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed May 29 12:04:00 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed May 29 07:13:59 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed May 29 06:08:58 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Tue May 28 13:54:39 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Tue May 28 07:27:29 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon May 27 14:47:37 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon May 27 12:37:13 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon May 27 08:31:23 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon May 27 08:02:22 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun May 26 14:46:04 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun May 26 11:58:21 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun May 26 09:26:15 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu May 23 10:55:13 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu May 23 08:31:05 2024 +0000\n\n1\t1\tchanges/linweb.yml\nNiv Swisa ,Thu May 23 08:41:56 2024 +0300\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed May 22 12:47:41 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed May 22 11:08:25 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed May 22 06:30:29 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Tue May 21 12:58:35 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Tue May 21 12:12:40 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Tue May 21 06:43:12 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon May 20 15:41:22 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon May 20 13:37:05 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon May 20 12:07:59 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon May 20 11:46:05 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon May 20 10:56:35 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon May 20 10:22:46 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon May 20 09:26:31 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun May 19 13:28:37 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun May 19 10:51:37 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu May 16 14:07:43 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu May 16 11:52:14 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu May 16 11:03:44 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu May 16 10:29:35 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu May 16 09:51:02 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu May 16 08:25:05 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon May 13 08:17:40 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun May 12 14:08:47 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun May 12 12:46:39 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun May 12 10:10:40 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun May 12 08:34:27 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu May 9 15:03:44 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu May 9 12:57:30 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu May 9 12:18:47 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed May 8 11:47:10 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed May 8 07:57:34 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Tue May 7 08:00:27 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon May 6 11:55:09 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun May 5 14:49:26 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun May 5 11:37:41 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun May 5 10:09:55 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu May 2 10:00:32 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed May 1 16:22:57 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed May 1 15:21:28 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed May 1 13:33:49 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed May 1 10:57:50 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed May 1 10:41:15 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Tue Apr 30 11:09:36 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Tue Apr 30 06:59:00 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Apr 25 14:49:22 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Apr 25 09:39:25 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Apr 24 14:39:47 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Apr 24 12:04:56 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Apr 24 07:33:28 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun Apr 21 13:53:48 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun Apr 21 10:50:31 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun Apr 21 07:52:31 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun Apr 21 06:45:12 2024 +0000\n\n1\t1\tchanges/linweb.yml\nElad Kohavi <106978846+EladKohavi@users.noreply.github.com>,Thu Apr 18 13:40:18 2024 +0300\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Apr 18 10:14:55 2024 +0000\n\n1\t1\tchanges/linweb.yml\noren yosef ,Thu Apr 18 12:51:43 2024 +0300\n\n1\t0\tchanges/linweb.yml\nlinearbci ,Thu Apr 18 09:44:20 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Apr 17 11:04:23 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Apr 17 09:05:12 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Tue Apr 16 10:54:38 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Apr 15 16:11:41 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Apr 15 15:01:19 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Apr 15 11:28:59 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Apr 15 06:16:52 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun Apr 14 15:11:09 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun Apr 14 13:58:05 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun Apr 14 10:50:10 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Apr 11 11:30:45 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Apr 11 09:08:11 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Apr 11 07:17:39 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Apr 11 05:51:39 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Apr 10 12:04:02 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Apr 10 11:19:48 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Apr 8 16:29:08 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Apr 8 12:53:07 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Apr 8 09:11:08 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Apr 8 08:49:37 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Apr 8 08:00:52 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun Apr 7 12:58:23 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun Apr 7 11:47:28 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun Apr 7 10:09:01 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun Apr 7 08:30:22 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun Apr 7 07:48:42 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Apr 4 13:10:08 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Apr 4 11:51:18 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Apr 4 07:14:10 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Apr 3 15:43:34 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Apr 3 14:49:05 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Apr 3 11:41:21 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Apr 3 11:15:39 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Apr 3 09:03:45 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Tue Apr 2 17:48:30 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Tue Apr 2 14:27:30 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Tue Apr 2 06:19:30 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Apr 1 13:38:31 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Apr 1 12:25:24 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Apr 1 12:08:07 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Apr 1 09:25:03 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Apr 1 07:35:19 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun Mar 31 12:04:27 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Mar 28 11:53:29 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Mar 28 11:21:54 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Mar 27 15:08:57 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Mar 27 13:59:59 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Mar 27 12:27:28 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Mar 27 08:22:30 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Tue Mar 26 15:24:14 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Tue Mar 26 12:51:15 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Mar 25 10:08:58 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Mar 25 09:03:29 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Mar 25 08:05:21 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun Mar 24 13:53:49 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Mar 21 13:06:29 2024 +0000\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Thu Mar 21 14:28:43 2024 +0200\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Mar 21 11:20:32 2024 +0000\n\n1\t1\tchanges/linweb.yml\nNiv Swisa ,Wed Mar 20 16:17:06 2024 +0200\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Mar 20 11:24:32 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Mar 20 07:30:59 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Tue Mar 19 13:40:58 2024 +0000\n\n1\t2\tchanges/linweb.yml\noren yosef ,Tue Mar 19 12:41:00 2024 +0200\n\n0\t1\tchanges/linweb.yml\noren yosef ,Tue Mar 19 12:23:19 2024 +0200\n\n2\t0\tchanges/linweb.yml\nlinearbci ,Tue Mar 19 09:54:19 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Tue Mar 19 08:35:26 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Mar 18 13:47:00 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Mar 18 07:11:13 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun Mar 17 14:58:22 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun Mar 17 11:11:44 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun Mar 17 09:41:18 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Mar 14 08:57:15 2024 +0000\n\n1\t1\tchanges/linweb.yml\nAvishag Sahar ,Thu Mar 14 08:43:52 2024 +0200\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Mar 13 13:58:52 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Mar 13 12:46:34 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Mar 13 06:29:17 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Tue Mar 12 14:38:54 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Tue Mar 12 13:54:15 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Tue Mar 12 10:34:21 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Mar 11 12:05:10 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Mar 11 09:58:04 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun Mar 10 14:08:35 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun Mar 10 10:25:24 2024 +0000\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Sun Mar 10 12:05:49 2024 +0200\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Mar 7 14:55:57 2024 +0000\n\n1\t1\tchanges/linweb.yml\nAvishag Sahar ,Thu Mar 7 15:16:41 2024 +0200\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Mar 7 11:59:47 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Mar 6 13:33:23 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Mar 6 11:38:37 2024 +0000\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Wed Mar 6 10:37:09 2024 +0200\n\n1\t1\tchanges/linweb.yml\nAvishag Sahar ,Wed Mar 6 09:03:59 2024 +0200\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Tue Mar 5 13:10:39 2024 +0000\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Tue Mar 5 10:57:43 2024 +0200\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Mar 4 14:35:37 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Mar 4 13:08:03 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Mar 4 12:25:06 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Mar 4 10:11:35 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun Mar 3 13:13:25 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Feb 29 11:01:21 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Feb 29 10:04:23 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Feb 29 09:33:25 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Feb 29 07:28:11 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Feb 28 14:58:29 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Feb 28 08:46:31 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Feb 26 15:14:56 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Feb 26 08:17:21 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun Feb 25 16:32:48 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun Feb 25 13:15:08 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Feb 22 12:23:41 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Feb 21 15:04:41 2024 +0000\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Wed Feb 21 16:43:25 2024 +0200\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Feb 19 15:08:24 2024 +0000\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Mon Feb 19 15:42:07 2024 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Mon Feb 19 14:45:35 2024 +0200\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Feb 19 06:38:18 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun Feb 18 14:46:55 2024 +0000\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Sun Feb 18 14:04:03 2024 +0200\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Sun Feb 18 12:41:13 2024 +0200\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Feb 15 13:42:00 2024 +0000\n\n1\t1\tchanges/linweb.yml\nNiv Swisa ,Thu Feb 15 12:09:05 2024 +0200\n\n1\t3\tchanges/linweb.yml\noren yosef ,Wed Feb 14 17:14:28 2024 +0200\n\n2\t0\tchanges/linweb.yml\nOren Yosef ,Wed Feb 14 17:04:07 2024 +0200\n\n0\t2\tchanges/linweb.yml\nlinearbci ,Wed Feb 14 14:15:16 2024 +0000\n\n1\t1\tchanges/linweb.yml\nOren Yosef ,Wed Feb 14 15:52:08 2024 +0200\n\n1\t0\tchanges/linweb.yml\nYovel Elad ,Wed Feb 14 14:51:17 2024 +0200\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Feb 14 08:00:27 2024 +0000\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Tue Feb 13 14:09:35 2024 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Tue Feb 13 13:24:39 2024 +0200\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Feb 12 12:10:07 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Feb 12 09:32:29 2024 +0000\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Mon Feb 12 11:06:39 2024 +0200\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Feb 12 07:57:57 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Feb 12 07:12:59 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun Feb 11 16:44:26 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun Feb 11 09:34:09 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Feb 8 13:57:25 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Feb 8 10:11:16 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Feb 8 07:37:20 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Feb 7 08:13:50 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Feb 7 07:53:12 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Feb 7 07:25:09 2024 +0000\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Tue Feb 6 16:32:39 2024 +0200\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Tue Feb 6 09:07:16 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Tue Feb 6 08:38:20 2024 +0000\n\n1\t1\tchanges/linweb.yml\nAlmog Ben David ,Mon Feb 5 15:36:15 2024 +0200\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Feb 5 13:33:51 2024 +0000\n\n1\t1\tchanges/linweb.yml\nflomermer ,Mon Feb 5 12:54:51 2024 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Feb 5 10:17:05 2024 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Mon Feb 5 09:41:15 2024 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Sun Feb 4 16:55:44 2024 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Sun Feb 4 15:20:42 2024 +0200\n\n1\t1\tchanges/linweb.yml\nAlmog Ben-David ,Sun Feb 4 13:23:42 2024 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Sun Feb 4 12:09:56 2024 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Thu Feb 1 17:20:50 2024 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Thu Feb 1 14:11:26 2024 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Wed Jan 31 15:32:27 2024 +0200\n\n1\t1\tchanges/linweb.yml\nNiv Swisa ,Wed Jan 31 14:27:34 2024 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Wed Jan 31 13:26:20 2024 +0200\n\n1\t1\tchanges/linweb.yml\nAlmog Ben-David ,Wed Jan 31 09:56:49 2024 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Tue Jan 30 11:03:54 2024 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Mon Jan 29 10:51:11 2024 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Mon Jan 29 10:27:53 2024 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Sun Jan 28 16:28:22 2024 +0200\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Sun Jan 28 09:56:57 2024 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Thu Jan 25 17:56:16 2024 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Thu Jan 25 15:32:25 2024 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Thu Jan 25 14:14:59 2024 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Thu Jan 25 13:22:30 2024 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Thu Jan 25 10:32:08 2024 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Thu Jan 25 08:53:10 2024 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Wed Jan 24 16:29:48 2024 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Wed Jan 24 15:59:17 2024 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Wed Jan 24 14:35:49 2024 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Tue Jan 23 16:37:35 2024 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Tue Jan 23 11:03:19 2024 +0200\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Tue Jan 23 10:37:34 2024 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Jan 22 12:56:29 2024 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Mon Jan 22 10:30:37 2024 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Jan 22 09:52:40 2024 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Sun Jan 21 18:18:01 2024 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Sun Jan 21 15:29:40 2024 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Sun Jan 21 14:18:14 2024 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Sun Jan 21 10:55:11 2024 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Thu Jan 18 17:27:04 2024 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Thu Jan 18 12:11:25 2024 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Wed Jan 17 19:14:24 2024 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Wed Jan 17 15:59:00 2024 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Tue Jan 16 18:36:03 2024 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Tue Jan 16 15:26:50 2024 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Tue Jan 16 14:19:22 2024 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Tue Jan 16 13:43:56 2024 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Tue Jan 16 11:33:26 2024 +0200\n\n1\t1\tchanges/linweb.yml\nomri marcovitch ,Mon Jan 15 19:07:36 2024 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Mon Jan 15 15:19:19 2024 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Mon Jan 15 14:25:29 2024 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Mon Jan 15 12:10:06 2024 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Jan 15 10:46:23 2024 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Mon Jan 15 10:22:52 2024 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Jan 15 09:51:24 2024 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Sun Jan 14 15:28:37 2024 +0200\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Sun Jan 14 10:22:58 2024 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Thu Jan 11 19:23:26 2024 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Thu Jan 11 15:46:48 2024 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Thu Jan 11 15:11:23 2024 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Thu Jan 11 13:23:44 2024 +0200\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Thu Jan 11 09:44:49 2024 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Wed Jan 10 11:45:01 2024 +0200\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Wed Jan 10 10:06:27 2024 +0200\n\n1\t1\tchanges/linweb.yml\nAlmog Ben-David ,Tue Jan 9 23:49:45 2024 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Tue Jan 9 16:54:00 2024 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Tue Jan 9 14:48:18 2024 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Tue Jan 9 14:01:20 2024 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Tue Jan 9 09:10:19 2024 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Jan 8 18:26:53 2024 +0200\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Mon Jan 8 16:16:42 2024 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Jan 8 14:18:32 2024 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Jan 8 11:34:55 2024 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Sun Jan 7 18:33:17 2024 +0200\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Sun Jan 7 11:50:26 2024 +0200\n\n1\t1\tchanges/linweb.yml\nAlmog Ben-David ,Thu Jan 4 16:16:56 2024 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Thu Jan 4 14:38:12 2024 +0200\n\n1\t1\tchanges/linweb.yml\nAlmog Ben-David ,Thu Jan 4 13:10:36 2024 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Thu Jan 4 12:09:29 2024 +0200\n\n1\t1\tchanges/linweb.yml\nAlmog Ben-David ,Wed Jan 3 17:02:12 2024 +0200\n\n1\t1\tchanges/linweb.yml\nAvishag Sahar ,Wed Jan 3 14:57:16 2024 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Wed Jan 3 11:23:54 2024 +0200\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Wed Jan 3 10:56:13 2024 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Tue Jan 2 18:14:49 2024 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Tue Jan 2 16:48:11 2024 +0200\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Mon Jan 1 13:46:30 2024 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Mon Jan 1 10:32:40 2024 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Sun Dec 31 16:41:25 2023 +0200\n\n1\t1\tchanges/linweb.yml\nAvishag Sahar ,Sun Dec 31 15:17:26 2023 +0200\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Sun Dec 31 13:14:09 2023 +0200\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Sun Dec 31 12:42:35 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Thu Dec 28 17:50:43 2023 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Thu Dec 28 14:01:30 2023 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Thu Dec 28 12:18:02 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Thu Dec 28 09:05:37 2023 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Wed Dec 27 19:50:30 2023 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Wed Dec 27 13:27:29 2023 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Tue Dec 26 16:01:47 2023 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Tue Dec 26 15:08:51 2023 +0200\n\n1\t1\tchanges/linweb.yml\nAlmog Ben-David ,Tue Dec 26 14:21:46 2023 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Tue Dec 26 13:03:38 2023 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Tue Dec 26 11:36:31 2023 +0200\n\n1\t1\tchanges/linweb.yml\nAvishag Sahar ,Mon Dec 25 15:46:49 2023 +0200\n\n1\t1\tchanges/linweb.yml\nAvishag Sahar ,Mon Dec 25 13:46:52 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Dec 25 10:08:33 2023 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Sun Dec 24 13:33:06 2023 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Sun Dec 24 11:07:11 2023 +0200\n\n1\t1\tchanges/linweb.yml\nAlmog Ben-David ,Sun Dec 24 10:39:13 2023 +0200\n\n1\t1\tchanges/linweb.yml\nOriel Zaken ,Thu Dec 21 20:04:15 2023 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Thu Dec 21 15:10:46 2023 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Thu Dec 21 14:33:28 2023 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Thu Dec 21 11:25:12 2023 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Thu Dec 21 11:09:39 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Wed Dec 20 16:29:28 2023 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Wed Dec 20 10:54:31 2023 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Tue Dec 19 16:36:36 2023 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Tue Dec 19 15:31:24 2023 +0200\n\n1\t1\tchanges/linweb.yml\nAvishag Sahar ,Tue Dec 19 14:23:57 2023 +0200\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Mon Dec 18 15:30:52 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Dec 18 12:03:38 2023 +0200\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Sun Dec 17 17:00:38 2023 +0200\n\n1\t1\tchanges/linweb.yml\nAvishag Sahar ,Thu Dec 14 17:05:47 2023 +0200\n\n1\t1\tchanges/linweb.yml\nAlmog Ben-David ,Thu Dec 14 15:02:18 2023 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Thu Dec 14 13:33:37 2023 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Thu Dec 14 11:14:01 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Thu Dec 14 10:35:03 2023 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Wed Dec 13 15:24:55 2023 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Wed Dec 13 14:08:31 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Wed Dec 13 10:20:37 2023 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Tue Dec 12 18:02:55 2023 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Tue Dec 12 17:34:30 2023 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Mon Dec 11 16:54:06 2023 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Mon Dec 11 11:19:51 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Dec 11 08:23:05 2023 +0200\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Sun Dec 10 16:39:32 2023 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Sun Dec 10 14:28:45 2023 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Sun Dec 10 12:55:46 2023 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Thu Dec 7 16:56:05 2023 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Thu Dec 7 15:56:41 2023 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Thu Dec 7 14:33:06 2023 +0200\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Thu Dec 7 11:06:02 2023 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Wed Dec 6 20:30:42 2023 +0200\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Wed Dec 6 18:55:10 2023 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Wed Dec 6 18:33:28 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Wed Dec 6 18:04:34 2023 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Wed Dec 6 14:57:52 2023 +0200\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Wed Dec 6 13:35:44 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Wed Dec 6 08:28:40 2023 +0200\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Tue Dec 5 17:40:06 2023 +0200\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Tue Dec 5 11:08:02 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Dec 4 19:19:41 2023 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Mon Dec 4 15:59:37 2023 +0200\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Mon Dec 4 13:57:10 2023 +0200\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Mon Dec 4 10:04:17 2023 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Mon Dec 4 09:22:47 2023 +0200\n\n1\t2\tchanges/linweb.yml\nLev Eidelman Nagar ,Sun Dec 3 15:58:36 2023 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Sun Dec 3 15:28:55 2023 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Sun Dec 3 14:11:39 2023 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Sun Dec 3 12:22:58 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Fri Dec 1 10:11:16 2023 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Thu Nov 30 17:33:54 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Thu Nov 30 16:29:49 2023 +0200\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Thu Nov 30 14:45:06 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Thu Nov 30 13:29:13 2023 +0200\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Thu Nov 30 13:03:14 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Thu Nov 30 07:41:15 2023 +0200\n\n1\t1\tchanges/linweb.yml\nFadi Khayo <33923689+Fadikhayo1995@users.noreply.github.com>,Wed Nov 29 14:45:54 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Wed Nov 29 14:23:08 2023 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Wed Nov 29 11:45:56 2023 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Wed Nov 29 11:15:04 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Wed Nov 29 09:30:41 2023 +0200\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Tue Nov 28 13:52:39 2023 +0200\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Tue Nov 28 12:19:41 2023 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Tue Nov 28 11:49:39 2023 +0200\n\n1\t1\tchanges/linweb.yml\nAlmog Ben-David ,Tue Nov 28 11:05:26 2023 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Mon Nov 27 19:34:33 2023 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Mon Nov 27 18:10:54 2023 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Mon Nov 27 16:57:46 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Nov 27 15:05:06 2023 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Mon Nov 27 12:31:38 2023 +0200\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Mon Nov 27 11:40:18 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Nov 27 10:20:50 2023 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Sun Nov 26 15:47:43 2023 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Sun Nov 26 12:58:44 2023 +0200\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Thu Nov 23 14:53:43 2023 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Wed Nov 22 17:31:46 2023 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Wed Nov 22 16:21:06 2023 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Wed Nov 22 11:17:01 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Wed Nov 22 09:57:49 2023 +0200\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Tue Nov 21 13:44:38 2023 +0200\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Tue Nov 21 11:58:43 2023 +0200\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Tue Nov 21 11:22:48 2023 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Mon Nov 20 17:01:08 2023 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Mon Nov 20 13:35:58 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Nov 20 11:36:21 2023 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Sun Nov 19 17:32:36 2023 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Sun Nov 19 15:11:16 2023 +0200\n\n1\t1\tchanges/linweb.yml\nOriel Zaken ,Sun Nov 19 10:32:06 2023 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Thu Nov 16 17:31:48 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Thu Nov 16 15:11:16 2023 +0200\n\n1\t1\tchanges/linweb.yml\nOriel Zaken ,Wed Nov 15 15:51:29 2023 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Wed Nov 15 14:34:18 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Wed Nov 15 12:20:48 2023 +0200\n\n1\t1\tchanges/linweb.yml\nOriel Zaken ,Wed Nov 15 10:37:08 2023 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Tue Nov 14 13:29:28 2023 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Mon Nov 13 15:57:17 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Nov 13 12:44:13 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Nov 13 09:56:31 2023 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Thu Nov 9 16:52:43 2023 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Thu Nov 9 15:41:58 2023 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Thu Nov 9 14:19:52 2023 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Thu Nov 9 13:35:53 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Wed Nov 8 16:26:48 2023 +0200\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Wed Nov 8 14:46:46 2023 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Wed Nov 8 12:10:20 2023 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Wed Nov 8 11:14:05 2023 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Tue Nov 7 14:35:41 2023 +0200\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Tue Nov 7 12:54:27 2023 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Mon Nov 6 18:46:22 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Nov 6 14:26:49 2023 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Sun Nov 5 20:43:44 2023 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Sun Nov 5 17:27:11 2023 +0200\n\n1\t1\tchanges/linweb.yml\nAlmog Ben-David ,Sun Nov 5 15:15:02 2023 +0200\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Sun Nov 5 13:41:59 2023 +0200\n\n1\t2\tchanges/linweb.yml\noren yosef ,Sun Nov 5 11:57:03 2023 +0200\n\n1\t0\tchanges/linweb.yml\nYovel Elad ,Sun Nov 5 11:21:20 2023 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Thu Nov 2 15:17:08 2023 +0200\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Thu Nov 2 13:20:23 2023 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Thu Nov 2 11:34:52 2023 +0200\n\n1\t1\tchanges/linweb.yml\nOriel Zaken ,Wed Nov 1 17:59:19 2023 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Wed Nov 1 14:55:02 2023 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Wed Nov 1 12:59:41 2023 +0200\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Wed Nov 1 11:45:00 2023 +0200\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Wed Nov 1 11:00:54 2023 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Tue Oct 31 18:01:04 2023 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Tue Oct 31 16:17:32 2023 +0200\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Tue Oct 31 14:46:48 2023 +0200\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Tue Oct 31 13:34:28 2023 +0200\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Tue Oct 31 10:44:32 2023 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Mon Oct 30 17:19:35 2023 +0200\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Mon Oct 30 13:31:31 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Oct 30 10:31:08 2023 +0200\n\n1\t1\tchanges/linweb.yml\nOriel Zaken ,Mon Oct 30 10:11:24 2023 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Sun Oct 29 17:53:48 2023 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Sun Oct 29 16:34:16 2023 +0200\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Thu Oct 26 16:38:35 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Thu Oct 26 15:37:49 2023 +0300\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Thu Oct 26 12:43:04 2023 +0300\n\n1\t1\tchanges/linweb.yml\nAlmog Ben-David ,Thu Oct 26 10:46:51 2023 +0300\n\n1\t1\tchanges/linweb.yml\nAlmog Ben-David ,Thu Oct 26 10:12:12 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Thu Oct 26 07:54:27 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Wed Oct 25 18:30:53 2023 +0300\n\n1\t1\tchanges/linweb.yml\nomri marcovitch ,Wed Oct 25 18:07:35 2023 +0300\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Wed Oct 25 14:53:58 2023 +0300\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Wed Oct 25 11:21:44 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Tue Oct 24 17:12:48 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Tue Oct 24 12:37:06 2023 +0300\n\n1\t1\tchanges/linweb.yml\nAlmog Ben-David ,Tue Oct 24 10:25:39 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Mon Oct 23 16:27:12 2023 +0300\n\n1\t3\tchanges/linweb.yml\noren yosef ,Mon Oct 23 15:31:16 2023 +0300\n\n1\t0\tchanges/linweb.yml\nOren Yosef ,Mon Oct 23 15:24:42 2023 +0300\n\n1\t0\tchanges/linweb.yml\nYovel Elad ,Mon Oct 23 15:02:00 2023 +0300\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Mon Oct 23 13:58:02 2023 +0300\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Mon Oct 23 11:20:49 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Oct 23 09:16:19 2023 +0300\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Sun Oct 22 18:15:29 2023 +0300\n\n1\t1\tchanges/linweb.yml\nAlmog Ben-David ,Sun Oct 22 17:37:06 2023 +0300\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Sun Oct 22 17:02:56 2023 +0300\n\n1\t1\tchanges/linweb.yml\nAlmog Ben-David ,Sun Oct 22 16:23:52 2023 +0300\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Thu Oct 19 12:54:51 2023 +0300\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Wed Oct 18 18:11:22 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Wed Oct 18 16:25:05 2023 +0300\n\n1\t1\tchanges/linweb.yml\nAlmog Ben-David ,Wed Oct 18 13:35:01 2023 +0300\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Tue Oct 17 18:20:46 2023 +0300\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Tue Oct 17 13:42:31 2023 +0300\n\n1\t1\tchanges/linweb.yml\nAlmog Ben-David ,Tue Oct 17 10:13:12 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Oct 16 13:18:54 2023 +0300\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Mon Oct 16 11:26:03 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Sun Oct 15 17:38:12 2023 +0300\n\n1\t1\tchanges/linweb.yml\noren yosef ,Sun Oct 15 13:00:01 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Sun Oct 15 12:46:54 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Sun Oct 15 11:31:49 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Thu Oct 12 10:42:16 2023 +0300\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Wed Oct 11 14:48:19 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Wed Oct 11 13:34:28 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Wed Oct 11 12:12:50 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Tue Oct 10 10:36:11 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Thu Oct 5 11:54:58 2023 +0300\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Wed Oct 4 13:50:39 2023 +0300\n\n1\t1\tchanges/linweb.yml\nAvishag Sahar ,Tue Oct 3 21:49:05 2023 +0300\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Tue Oct 3 16:59:50 2023 +0300\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Tue Oct 3 14:56:06 2023 +0300\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Tue Oct 3 09:37:20 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Mon Oct 2 17:25:49 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Mon Oct 2 15:01:04 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Sun Oct 1 18:49:47 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Sun Oct 1 14:54:14 2023 +0300\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Sun Oct 1 13:56:20 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Sun Oct 1 13:23:10 2023 +0300\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Sun Oct 1 10:38:49 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Thu Sep 28 19:02:34 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Thu Sep 28 18:18:20 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Thu Sep 28 15:11:57 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Thu Sep 28 13:01:01 2023 +0300\n\n1\t1\tchanges/linweb.yml\nAlmog Ben-David ,Thu Sep 28 12:01:07 2023 +0300\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Wed Sep 27 16:48:26 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Wed Sep 27 13:52:15 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Wed Sep 27 13:07:35 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Wed Sep 27 09:56:08 2023 +0300\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Tue Sep 26 17:25:34 2023 +0300\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Tue Sep 26 17:05:17 2023 +0300\n\n1\t1\tchanges/linweb.yml\nlev ,Tue Sep 26 16:05:03 2023 +0300\n\n1\t1\tchanges/linweb.yml\nAlmog Ben-David ,Tue Sep 26 14:58:45 2023 +0300\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Tue Sep 26 12:50:38 2023 +0300\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Tue Sep 26 10:57:23 2023 +0300\n\n1\t1\tchanges/linweb.yml\nAlmog Ben-David ,Thu Sep 21 18:43:20 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Thu Sep 21 16:33:44 2023 +0300\n\n1\t1\tchanges/linweb.yml\nAlmog Ben-David ,Thu Sep 21 15:16:18 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Thu Sep 21 13:14:31 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Thu Sep 21 12:34:02 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Thu Sep 21 11:20:33 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Wed Sep 20 20:53:13 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Wed Sep 20 18:10:50 2023 +0300\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Wed Sep 20 15:59:25 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Wed Sep 20 14:10:32 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Wed Sep 20 11:09:29 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Tue Sep 19 17:51:36 2023 +0300\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Tue Sep 19 14:40:17 2023 +0300\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Tue Sep 19 10:36:19 2023 +0300\n\n1\t1\tchanges/linweb.yml\nAlmog Ben-David ,Tue Sep 19 09:40:53 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Sep 18 14:18:40 2023 +0300\n\n1\t1\tchanges/linweb.yml\nAlmog Ben-David ,Sun Sep 17 22:10:51 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Thu Sep 14 10:11:44 2023 +0300\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Thu Sep 14 09:16:29 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Wed Sep 13 20:14:21 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Wed Sep 13 19:11:53 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Wed Sep 13 17:08:06 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Wed Sep 13 16:23:19 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Wed Sep 13 16:15:38 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Wed Sep 13 15:23:53 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Wed Sep 13 13:18:52 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Wed Sep 13 11:06:27 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Wed Sep 13 08:36:38 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Tue Sep 12 15:42:54 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Tue Sep 12 14:56:30 2023 +0300\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Tue Sep 12 11:23:34 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Tue Sep 12 09:44:35 2023 +0300\n\n1\t1\tchanges/linweb.yml\nOren Yosef ,Mon Sep 11 15:41:12 2023 +0300\n\n0\t1\tchanges/linweb.yml\nOren Yosef ,Mon Sep 11 13:54:14 2023 +0300\n\n1\t0\tchanges/linweb.yml\nflomermer ,Mon Sep 11 12:16:12 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Sep 11 09:12:01 2023 +0300\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Mon Sep 11 08:32:14 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Sun Sep 10 17:33:32 2023 +0300\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Sun Sep 10 17:13:49 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Sun Sep 10 16:11:05 2023 +0300\n\n1\t1\tchanges/linweb.yml\nAvishag Sahar ,Sun Sep 10 14:45:36 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Sun Sep 10 13:38:17 2023 +0300\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Sun Sep 10 09:16:17 2023 +0300\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Thu Sep 7 15:23:55 2023 +0300\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Thu Sep 7 09:54:28 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Wed Sep 6 20:30:04 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Wed Sep 6 18:34:23 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Wed Sep 6 15:47:56 2023 +0300\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Wed Sep 6 13:42:45 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Tue Sep 5 19:44:42 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Tue Sep 5 19:41:28 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Tue Sep 5 19:38:52 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Tue Sep 5 16:13:35 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Tue Sep 5 14:52:14 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Tue Sep 5 11:28:51 2023 +0300\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Tue Sep 5 09:48:20 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Mon Sep 4 16:30:34 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Mon Sep 4 11:30:17 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Sun Sep 3 11:48:25 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Thu Aug 31 15:43:53 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Thu Aug 31 10:32:23 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Wed Aug 30 18:55:31 2023 +0300\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Wed Aug 30 16:23:54 2023 +0300\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Wed Aug 30 15:00:30 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Wed Aug 30 13:53:34 2023 +0300\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Wed Aug 30 12:59:49 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Tue Aug 29 19:34:15 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Tue Aug 29 17:30:01 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Tue Aug 29 10:43:14 2023 +0300\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Mon Aug 28 17:49:30 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Aug 28 15:21:59 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Mon Aug 28 14:12:08 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Aug 28 12:07:17 2023 +0300\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Mon Aug 28 10:48:00 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Sun Aug 27 16:50:05 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Sun Aug 27 15:41:18 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Sun Aug 27 13:36:52 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Sun Aug 27 12:03:28 2023 +0300\n\n1\t1\tchanges/linweb.yml\nomri marcovitch ,Thu Aug 24 16:07:32 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Thu Aug 24 09:35:33 2023 +0300\n\n1\t1\tchanges/linweb.yml\nomri marcovitch ,Wed Aug 23 16:55:31 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Wed Aug 23 13:07:23 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Tue Aug 22 20:15:10 2023 +0300\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Tue Aug 22 16:57:22 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Tue Aug 22 16:18:41 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Mon Aug 21 15:59:19 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Sun Aug 20 14:52:36 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Sun Aug 20 12:36:01 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Sun Aug 20 12:14:44 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Sun Aug 20 11:30:43 2023 +0300\n\n1\t1\tchanges/linweb.yml\nomri marcovitch ,Thu Aug 17 15:22:36 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Wed Aug 16 18:19:35 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Wed Aug 16 14:08:31 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Tue Aug 15 15:14:32 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Tue Aug 15 12:20:58 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Mon Aug 14 18:21:31 2023 +0300\n\n1\t2\tchanges/linweb.yml\noren yosef ,Mon Aug 14 17:01:55 2023 +0300\n\n1\t0\tchanges/linweb.yml\n“Keren ,Mon Aug 14 15:53:14 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Mon Aug 14 14:35:26 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Mon Aug 14 11:25:41 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Sun Aug 13 18:23:41 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Sun Aug 13 16:54:24 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Sun Aug 13 14:38:12 2023 +0300\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Sun Aug 13 12:41:37 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Sun Aug 13 12:16:50 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Sun Aug 13 11:46:14 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Sun Aug 13 10:31:13 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Thu Aug 10 14:15:24 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Thu Aug 10 13:27:11 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Thu Aug 10 12:43:47 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Wed Aug 9 18:44:35 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Wed Aug 9 16:30:45 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Wed Aug 9 16:15:01 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Tue Aug 8 18:35:57 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Tue Aug 8 18:20:51 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Tue Aug 8 11:42:11 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Mon Aug 7 16:10:50 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Mon Aug 7 15:42:17 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Aug 7 11:59:48 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Aug 7 11:39:00 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Sun Aug 6 20:41:25 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Sun Aug 6 18:23:42 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Thu Aug 3 14:42:59 2023 +0300\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Thu Aug 3 14:31:35 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Thu Aug 3 12:42:04 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Thu Aug 3 12:18:24 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Thu Aug 3 12:02:46 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Thu Aug 3 08:21:40 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Wed Aug 2 14:54:37 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Wed Aug 2 13:38:54 2023 +0300\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Wed Aug 2 11:16:35 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Tue Aug 1 12:24:29 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Jul 31 18:08:55 2023 +0300\n\n1\t1\tchanges/linweb.yml\nFadi Khayo <33923689+Fadikhayo1995@users.noreply.github.com>,Mon Jul 31 13:14:53 2023 +0300\n\n1\t1\tchanges/linweb.yml\nFadi Khayo <33923689+Fadikhayo1995@users.noreply.github.com>,Mon Jul 31 13:07:21 2023 +0300\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Mon Jul 31 11:04:03 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Sun Jul 30 18:58:13 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Thu Jul 27 15:08:03 2023 +0300\n\n1\t1\tchanges/linweb.yml\nomri marcovitch ,Thu Jul 27 14:57:00 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Wed Jul 26 20:20:13 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Wed Jul 26 18:30:04 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Wed Jul 26 15:37:50 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Wed Jul 26 13:21:57 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Wed Jul 26 11:37:30 2023 +0300\n\n1\t1\tchanges/linweb.yml\nAlon Galperin <105145534+alongalperin-lb@users.noreply.github.com>,Tue Jul 25 16:18:30 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Tue Jul 25 13:08:34 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Tue Jul 25 11:01:06 2023 +0300\n\n1\t1\tchanges/linweb.yml\nAlon Galperin <105145534+alongalperin-lb@users.noreply.github.com>,Mon Jul 24 18:48:50 2023 +0300\n\n1\t1\tchanges/linweb.yml\nAlon Galperin <105145534+alongalperin-lb@users.noreply.github.com>,Mon Jul 24 16:13:44 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Sun Jul 23 19:30:01 2023 +0300\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Sun Jul 23 16:03:18 2023 +0300\n\n1\t1\tchanges/linweb.yml\nomri marcovitch ,Thu Jul 20 14:45:30 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Thu Jul 20 12:25:37 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Thu Jul 20 09:24:40 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Wed Jul 19 10:47:07 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Tue Jul 18 17:37:52 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Tue Jul 18 16:28:44 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Tue Jul 18 15:19:44 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Tue Jul 18 13:10:51 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Tue Jul 18 10:07:21 2023 +0300\n\n1\t1\tchanges/linweb.yml\nomri marcovitch ,Mon Jul 17 17:30:33 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Mon Jul 17 13:36:59 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Jul 17 11:39:39 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Sun Jul 16 17:11:16 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Sun Jul 16 16:25:17 2023 +0300\n\n1\t1\tchanges/linweb.yml\noren yosef ,Sun Jul 16 15:47:56 2023 +0300\n\n1\t1\tchanges/linweb.yml\nomri marcovitch ,Sun Jul 16 15:35:07 2023 +0300\n\n1\t1\tchanges/linweb.yml\nalongalperin ,Sun Jul 16 14:59:35 2023 +0300\n\n1\t1\tchanges/linweb.yml\nOriel Zaken ,Sun Jul 16 13:28:46 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Sun Jul 16 11:10:35 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Thu Jul 13 16:35:31 2023 +0300\n\n1\t2\tchanges/linweb.yml\nShakedZrihen ,Thu Jul 13 11:36:20 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Thu Jul 13 09:33:54 2023 +0300\n\n2\t1\tchanges/linweb.yml\nAlon Galperin <105145534+alongalperin-lb@users.noreply.github.com>,Thu Jul 13 08:49:32 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Wed Jul 12 13:54:04 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Tue Jul 11 12:03:21 2023 +0300\n\n1\t2\tchanges/linweb.yml\n“Keren ,Mon Jul 10 18:34:06 2023 +0300\n\n2\t1\tchanges/linweb.yml\nflomermer ,Mon Jul 10 14:01:50 2023 +0300\n\n1\t1\tchanges/linweb.yml\nAlon Galperin <105145534+alongalperin-lb@users.noreply.github.com>,Mon Jul 10 08:43:12 2023 +0300\n\n1\t1\tchanges/linweb.yml\nAlon Galperin <105145534+alongalperin-lb@users.noreply.github.com>,Sun Jul 9 12:29:32 2023 +0300\n\n1\t1\tchanges/linweb.yml\nAlon Galperin <105145534+alongalperin-lb@users.noreply.github.com>,Sun Jul 9 12:01:52 2023 +0300\n\n1\t1\tchanges/linweb.yml\nAlon Galperin <105145534+alongalperin-lb@users.noreply.github.com>,Sun Jul 9 10:49:36 2023 +0300\n\n1\t1\tchanges/linweb.yml\nOren Yosef ,Thu Jul 6 17:09:49 2023 +0300\n\n1\t0\tchanges/linweb.yml\noren yosef ,Thu Jul 6 16:51:37 2023 +0300\n\n0\t1\tchanges/linweb.yml\noren yosef ,Thu Jul 6 16:45:44 2023 +0300\n\n2\t0\tchanges/linweb.yml\nOren Yosef ,Thu Jul 6 16:42:55 2023 +0300\n\n0\t1\tchanges/linweb.yml\n“Keren ,Thu Jul 6 15:45:32 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Thu Jul 6 13:35:16 2023 +0300\n\n1\t2\tchanges/linweb.yml\n“Keren ,Thu Jul 6 08:45:06 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Wed Jul 5 18:19:59 2023 +0300\n\n2\t1\tchanges/linweb.yml\nflomermer ,Wed Jul 5 17:29:34 2023 +0300\n\n1\t1\tchanges/linweb.yml\nalongalperin ,Wed Jul 5 15:08:14 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Wed Jul 5 09:22:13 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Tue Jul 4 17:02:03 2023 +0300\n\n1\t1\tchanges/linweb.yml\nomri marcovitch ,Mon Jul 3 17:11:38 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Sun Jul 2 17:34:26 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Sun Jul 2 13:52:43 2023 +0300\n\n1\t1\tchanges/linweb.yml\nomri marcovitch ,Sun Jul 2 11:16:48 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Sun Jul 2 09:44:17 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Thu Jun 29 15:49:19 2023 +0300\n\n1\t1\tchanges/linweb.yml\nomri marcovitch ,Thu Jun 29 12:33:39 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Thu Jun 29 10:31:26 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Wed Jun 28 19:51:56 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Wed Jun 28 18:17:57 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Wed Jun 28 08:16:13 2023 +0300\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Tue Jun 27 13:20:45 2023 +0300\n\n1\t1\tchanges/linweb.yml\nAlon Galperin <105145534+alongalperin-lb@users.noreply.github.com>,Tue Jun 27 12:45:59 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Jun 26 15:39:33 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Jun 26 08:22:01 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Thu Jun 22 19:16:47 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Thu Jun 22 17:25:07 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Thu Jun 22 12:17:05 2023 +0300\n\n1\t1\tchanges/linweb.yml\nAlon Galperin <105145534+alongalperin-lb@users.noreply.github.com>,Wed Jun 21 18:29:20 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Wed Jun 21 17:16:50 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Wed Jun 21 15:26:49 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Tue Jun 20 15:54:07 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Tue Jun 20 10:17:37 2023 +0300\n\n1\t1\tchanges/linweb.yml\nOren Yosef ,Tue Jun 20 00:26:56 2023 +0300\n\n0\t1\tchanges/linweb.yml\nOren Yosef ,Tue Jun 20 00:08:04 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Jun 19 18:26:59 2023 +0300\n\n2\t1\tchanges/linweb.yml\nZuki Sarusi ,Mon Jun 19 16:08:58 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Mon Jun 19 14:49:02 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Jun 19 12:53:35 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Sun Jun 18 11:53:35 2023 +0300\n\n1\t1\tchanges/linweb.yml\n"}},context:{org:"linear-b",repo:"linenv",pullRequestNumber:3840,branch:"linweb-auto-1718286804",triggeredBy:"linearbci"}}}},files:["changes/linweb.yml"],pr:{isFullyInstalled:true,title:"Linweb Release - 0.1.3196",approvals:["mark-linearb"],requested_changes:[],author:"linearbci",description:"## Linweb Release - 0.1.3196\nAuto-generated PR for linweb tag 0.1.3196\n\nSee more details at the [tag](https://github.com/linear-b/linweb/releases/tag/0.1.3196)",checks:[{name:"Jit Security",status:"completed",conclusion:"success"},{name:"Secret Detection",status:"completed",conclusion:"success"},{name:"SonarCloud Code Analysis",status:"completed",conclusion:"success"},{name:"gitStream.cm",status:"completed",conclusion:"success"},{name:"auto-merge-label/auto_merge_label",status:"completed",conclusion:"skipped"},{name:"Orca Security - Infrastructure as Code",status:"completed",conclusion:"success"},{name:"Orca Security - Secrets",status:"completed",conclusion:"success"},{name:"Orca Security - Vulnerabilities",status:"completed",conclusion:"success"},{name:"Deploy services to Staging (3.8)",status:"completed",conclusion:"success"},{name:"Cypress E2E on staging",status:"completed",conclusion:"success"},{name:"SUCCESS",status:"completed",conclusion:"success"}],created_at:new Date("2024-06-13T13:53:26.000Z"),draft:false,mergeable:true,labels:["linweb","auto-merge"],reviewers:["orca-security-us","mark-linearb"],status:"open",updated_at:new Date("2024-06-13T13:55:31.000Z"),assignees:[],contributors:[{login:"vim-zz",name:"Ofer Affias"},{login:"MishaKav",name:"Misha Kav"},{login:"almog27",name:"Almog Ben David"},{login:"yishaibeeri",name:"Yishai Beeri"},{login:"orielz",name:"Oriel Zaken"},{login:"nat-gunner",name:"Kevin Fayle"},{login:"amitmohleji",name:"Amit Mohleji"},{login:"vscabral",name:"Val Cabral"},{login:"BenLloydPearson",name:"Ben Lloyd Pearson"},{login:"emchap",name:"Emily Chapman"},{login:"flomermer",name:"Tomer Flom"},{login:"omarcovitch",name:"Omri Marcovitch"},{login:"ShakedZrihen",name:"shaked zohar"},{login:"Fadikhayo1995",name:"Fadi Khayo"},{login:"orikrn",name:"Ori Keren"},{login:"linknfg182",name:"Dan Lines"},{login:"saharavishag",name:"Avishag Sahar"},{login:"linearbci",name:"LinearB Automation"},{login:"ariel-linearb",name:"Ariel Illouz"},{login:"yeelali14",name:"Yeela Lifshitz"},{login:"mavery-linb",name:"Mike Avery"},{login:"KerenLinearB",name:"Keren Shiloah"},{login:"lb-ronyeh",name:"Ron Yehuda"},{login:"YovelElad",name:"Yovel Elad"},{login:"Mike-pw",name:"Mike Noel"},{login:"stas-linearb",name:"Stas Onichak "},{login:"BetsyRogers",name:"Betsy Rogers"},{login:"Hadarbitan149",name:"hadar bitan"},{login:"negevyoav",name:"Yoav Negev"},{login:"RoyKulik",name:"Roy Kulik"},{login:"yoni-amikam",name:"Yoni Amikam"},{login:"urikochav",name:"Uri Kochavi"},{login:"ShaniBelisha",name:"Shani"},{login:"orenylinearb",name:"oren yosef"},{login:"GuyRahamim",name:null},{login:"Dudu-linb",name:"Dudu Yosef"},{login:"EladKohavi",name:"Elad Kohavi"},{login:"nivSwisa1",name:null},{login:"b-sims",name:"Brandon Sims"},{login:"rotemshynes",name:"Rotem Shynes"},{login:"mark-linearb",name:"Mark Bulgakov"},{login:"shaisorek",name:null},{login:"ZionSoferLinearB",name:"Zion Sofer"},{login:"imanuel-leibo",name:"Imanuel Leibovitch"},{login:"mosheia",name:"moshe azoulay"},{login:"PavelLinearB",name:"Pavel Vaks"},{login:"eidellav",name:"Lev Eidelman Nagar"},{login:"avielLB",name:"Aviel Even-Or"},{login:"mikolinearb",name:"Mikiyas Alehegn"},{login:"OferSmart",name:null},{login:"AndreDiFilippo",name:"Andre DiFilippo"},{login:"shuntsinger342",name:null},{login:"CeciliaLinearb",name:null},{login:"reshef-roy",name:"reshef-linearb"},{login:"yaelmlinearb",name:null},{login:"alonmischelLB",name:null}],paths:[{name:"auto-merge-label.cm"},{name:"close-non-tag-changes.cm"}],author_teams:["Developers"],author_is_org_member:true,comments:[{commenter:"sonarcloud",content:"## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https://sonarcloud.io/dashboard?id=linear-b_linenv&pullRequest=3840) **Quality Gate passed** \nIssues \n![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/passed-16px.png '') [0 New issues](https://sonarcloud.io/project/issues?id=linear-b_linenv&pullRequest=3840&resolved=false&sinceLeakPeriod=true) \n![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/accepted-16px.png '') [0 Accepted issues](https://sonarcloud.io/project/issues?id=linear-b_linenv&pullRequest=3840&resolutions=WONTFIX)\n\nMeasures \n![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/passed-16px.png '') [0 Security Hotspots](https://sonarcloud.io/project/security_hotspots?id=linear-b_linenv&pullRequest=3840&resolved=false&sinceLeakPeriod=true) \n![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/no-data-16px.png '') No data about Coverage \n![](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/common/passed-16px.png '') [0.0% Duplication on New Code](https://sonarcloud.io/component_measures?id=linear-b_linenv&pullRequest=3840&metric=new_duplicated_lines_density&view=list) \n \n[See analysis details on SonarCloud](https://sonarcloud.io/dashboard?id=linear-b_linenv&pullRequest=3840)\n\n",created_at:"2024-06-16T13:53:17Z",id:"2165745472"},{commenter:"gitstream-cm",content:'The PR will be automatically merged by Gitstream after all requirements are done.\n\n',created_at:"2024-06-16T13:56:17Z",id:"2165750712"}],reviews:[{commenter:"orca-security-us",content:'### Orca Security Scan Summary\n| Status | Check | Issues by priority | |\n| ------- | ----- | ------------------ | - |\n| Passed Passed | Infrastructure as Code | high 0   medium 0   low 0   info 0 | View in Orca |\n| Passed Passed | Secrets | high 0   medium 0   low 0   info 0 | View in Orca |\n| Passed Passed | Vulnerabilities | high 0   medium 0   low 0   info 0 | View in Orca |',state:"commented",conversations:[]},{commenter:"mark-linearb",content:"",state:"approved",conversations:[]}],conversations:[],unresolved_threads:0,number:3840,url:"https://github.com/linear-b/linenv/pull/3840",target:"develop",source:"linweb-auto-1718286804",repo:"linenv",conflicted_files_count:0}};const D_={"changes/linweb.yml":"linearbci ,Thu Jun 13 11:18:44 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Jun 13 10:57:35 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Jun 13 08:51:53 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Jun 6 12:14:15 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Jun 5 12:32:48 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Jun 5 10:12:42 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Tue Jun 4 13:12:08 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Tue Jun 4 11:40:35 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Jun 3 11:34:48 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Jun 3 09:55:56 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Jun 3 09:42:14 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Jun 3 08:37:46 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun Jun 2 11:13:05 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun Jun 2 10:53:49 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu May 30 12:01:30 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu May 30 11:10:08 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu May 30 09:29:15 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu May 30 05:59:52 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed May 29 14:50:56 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed May 29 12:04:00 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed May 29 07:13:59 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed May 29 06:08:58 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Tue May 28 13:54:39 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Tue May 28 07:27:29 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon May 27 14:47:37 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon May 27 12:37:13 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon May 27 08:31:23 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon May 27 08:02:22 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun May 26 14:46:04 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun May 26 11:58:21 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun May 26 09:26:15 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu May 23 10:55:13 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu May 23 08:31:05 2024 +0000\n\n1\t1\tchanges/linweb.yml\nNiv Swisa ,Thu May 23 08:41:56 2024 +0300\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed May 22 12:47:41 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed May 22 11:08:25 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed May 22 06:30:29 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Tue May 21 12:58:35 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Tue May 21 12:12:40 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Tue May 21 06:43:12 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon May 20 15:41:22 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon May 20 13:37:05 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon May 20 12:07:59 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon May 20 11:46:05 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon May 20 10:56:35 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon May 20 10:22:46 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon May 20 09:26:31 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun May 19 13:28:37 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun May 19 10:51:37 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu May 16 14:07:43 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu May 16 11:52:14 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu May 16 11:03:44 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu May 16 10:29:35 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu May 16 09:51:02 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu May 16 08:25:05 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon May 13 08:17:40 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun May 12 14:08:47 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun May 12 12:46:39 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun May 12 10:10:40 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun May 12 08:34:27 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu May 9 15:03:44 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu May 9 12:57:30 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu May 9 12:18:47 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed May 8 11:47:10 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed May 8 07:57:34 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Tue May 7 08:00:27 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon May 6 11:55:09 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun May 5 14:49:26 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun May 5 11:37:41 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun May 5 10:09:55 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu May 2 10:00:32 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed May 1 16:22:57 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed May 1 15:21:28 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed May 1 13:33:49 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed May 1 10:57:50 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed May 1 10:41:15 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Tue Apr 30 11:09:36 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Tue Apr 30 06:59:00 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Apr 25 14:49:22 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Apr 25 09:39:25 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Apr 24 14:39:47 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Apr 24 12:04:56 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Apr 24 07:33:28 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun Apr 21 13:53:48 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun Apr 21 10:50:31 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun Apr 21 07:52:31 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun Apr 21 06:45:12 2024 +0000\n\n1\t1\tchanges/linweb.yml\nElad Kohavi <106978846+EladKohavi@users.noreply.github.com>,Thu Apr 18 13:40:18 2024 +0300\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Apr 18 10:14:55 2024 +0000\n\n1\t1\tchanges/linweb.yml\noren yosef ,Thu Apr 18 12:51:43 2024 +0300\n\n1\t0\tchanges/linweb.yml\nlinearbci ,Thu Apr 18 09:44:20 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Apr 17 11:04:23 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Apr 17 09:05:12 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Tue Apr 16 10:54:38 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Apr 15 16:11:41 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Apr 15 15:01:19 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Apr 15 11:28:59 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Apr 15 06:16:52 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun Apr 14 15:11:09 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun Apr 14 13:58:05 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun Apr 14 10:50:10 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Apr 11 11:30:45 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Apr 11 09:08:11 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Apr 11 07:17:39 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Apr 11 05:51:39 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Apr 10 12:04:02 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Apr 10 11:19:48 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Apr 8 16:29:08 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Apr 8 12:53:07 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Apr 8 09:11:08 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Apr 8 08:49:37 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Apr 8 08:00:52 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun Apr 7 12:58:23 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun Apr 7 11:47:28 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun Apr 7 10:09:01 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun Apr 7 08:30:22 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun Apr 7 07:48:42 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Apr 4 13:10:08 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Apr 4 11:51:18 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Apr 4 07:14:10 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Apr 3 15:43:34 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Apr 3 14:49:05 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Apr 3 11:41:21 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Apr 3 11:15:39 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Apr 3 09:03:45 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Tue Apr 2 17:48:30 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Tue Apr 2 14:27:30 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Tue Apr 2 06:19:30 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Apr 1 13:38:31 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Apr 1 12:25:24 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Apr 1 12:08:07 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Apr 1 09:25:03 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Apr 1 07:35:19 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun Mar 31 12:04:27 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Mar 28 11:53:29 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Mar 28 11:21:54 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Mar 27 15:08:57 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Mar 27 13:59:59 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Mar 27 12:27:28 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Mar 27 08:22:30 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Tue Mar 26 15:24:14 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Tue Mar 26 12:51:15 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Mar 25 10:08:58 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Mar 25 09:03:29 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Mar 25 08:05:21 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun Mar 24 13:53:49 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Mar 21 13:06:29 2024 +0000\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Thu Mar 21 14:28:43 2024 +0200\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Mar 21 11:20:32 2024 +0000\n\n1\t1\tchanges/linweb.yml\nNiv Swisa ,Wed Mar 20 16:17:06 2024 +0200\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Mar 20 11:24:32 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Mar 20 07:30:59 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Tue Mar 19 13:40:58 2024 +0000\n\n1\t2\tchanges/linweb.yml\noren yosef ,Tue Mar 19 12:41:00 2024 +0200\n\n0\t1\tchanges/linweb.yml\noren yosef ,Tue Mar 19 12:23:19 2024 +0200\n\n2\t0\tchanges/linweb.yml\nlinearbci ,Tue Mar 19 09:54:19 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Tue Mar 19 08:35:26 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Mar 18 13:47:00 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Mar 18 07:11:13 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun Mar 17 14:58:22 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun Mar 17 11:11:44 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun Mar 17 09:41:18 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Mar 14 08:57:15 2024 +0000\n\n1\t1\tchanges/linweb.yml\nAvishag Sahar ,Thu Mar 14 08:43:52 2024 +0200\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Mar 13 13:58:52 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Mar 13 12:46:34 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Mar 13 06:29:17 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Tue Mar 12 14:38:54 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Tue Mar 12 13:54:15 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Tue Mar 12 10:34:21 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Mar 11 12:05:10 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Mar 11 09:58:04 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun Mar 10 14:08:35 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun Mar 10 10:25:24 2024 +0000\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Sun Mar 10 12:05:49 2024 +0200\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Mar 7 14:55:57 2024 +0000\n\n1\t1\tchanges/linweb.yml\nAvishag Sahar ,Thu Mar 7 15:16:41 2024 +0200\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Mar 7 11:59:47 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Mar 6 13:33:23 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Mar 6 11:38:37 2024 +0000\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Wed Mar 6 10:37:09 2024 +0200\n\n1\t1\tchanges/linweb.yml\nAvishag Sahar ,Wed Mar 6 09:03:59 2024 +0200\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Tue Mar 5 13:10:39 2024 +0000\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Tue Mar 5 10:57:43 2024 +0200\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Mar 4 14:35:37 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Mar 4 13:08:03 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Mar 4 12:25:06 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Mar 4 10:11:35 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun Mar 3 13:13:25 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Feb 29 11:01:21 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Feb 29 10:04:23 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Feb 29 09:33:25 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Feb 29 07:28:11 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Feb 28 14:58:29 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Feb 28 08:46:31 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Feb 26 15:14:56 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Feb 26 08:17:21 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun Feb 25 16:32:48 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun Feb 25 13:15:08 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Feb 22 12:23:41 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Feb 21 15:04:41 2024 +0000\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Wed Feb 21 16:43:25 2024 +0200\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Feb 19 15:08:24 2024 +0000\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Mon Feb 19 15:42:07 2024 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Mon Feb 19 14:45:35 2024 +0200\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Feb 19 06:38:18 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun Feb 18 14:46:55 2024 +0000\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Sun Feb 18 14:04:03 2024 +0200\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Sun Feb 18 12:41:13 2024 +0200\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Feb 15 13:42:00 2024 +0000\n\n1\t1\tchanges/linweb.yml\nNiv Swisa ,Thu Feb 15 12:09:05 2024 +0200\n\n1\t3\tchanges/linweb.yml\noren yosef ,Wed Feb 14 17:14:28 2024 +0200\n\n2\t0\tchanges/linweb.yml\nOren Yosef ,Wed Feb 14 17:04:07 2024 +0200\n\n0\t2\tchanges/linweb.yml\nlinearbci ,Wed Feb 14 14:15:16 2024 +0000\n\n1\t1\tchanges/linweb.yml\nOren Yosef ,Wed Feb 14 15:52:08 2024 +0200\n\n1\t0\tchanges/linweb.yml\nYovel Elad ,Wed Feb 14 14:51:17 2024 +0200\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Feb 14 08:00:27 2024 +0000\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Tue Feb 13 14:09:35 2024 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Tue Feb 13 13:24:39 2024 +0200\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Feb 12 12:10:07 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Feb 12 09:32:29 2024 +0000\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Mon Feb 12 11:06:39 2024 +0200\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Feb 12 07:57:57 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Feb 12 07:12:59 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun Feb 11 16:44:26 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Sun Feb 11 09:34:09 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Feb 8 13:57:25 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Feb 8 10:11:16 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Thu Feb 8 07:37:20 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Feb 7 08:13:50 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Feb 7 07:53:12 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Wed Feb 7 07:25:09 2024 +0000\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Tue Feb 6 16:32:39 2024 +0200\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Tue Feb 6 09:07:16 2024 +0000\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Tue Feb 6 08:38:20 2024 +0000\n\n1\t1\tchanges/linweb.yml\nAlmog Ben David ,Mon Feb 5 15:36:15 2024 +0200\n\n1\t1\tchanges/linweb.yml\nlinearbci ,Mon Feb 5 13:33:51 2024 +0000\n\n1\t1\tchanges/linweb.yml\nflomermer ,Mon Feb 5 12:54:51 2024 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Feb 5 10:17:05 2024 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Mon Feb 5 09:41:15 2024 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Sun Feb 4 16:55:44 2024 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Sun Feb 4 15:20:42 2024 +0200\n\n1\t1\tchanges/linweb.yml\nAlmog Ben-David ,Sun Feb 4 13:23:42 2024 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Sun Feb 4 12:09:56 2024 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Thu Feb 1 17:20:50 2024 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Thu Feb 1 14:11:26 2024 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Wed Jan 31 15:32:27 2024 +0200\n\n1\t1\tchanges/linweb.yml\nNiv Swisa ,Wed Jan 31 14:27:34 2024 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Wed Jan 31 13:26:20 2024 +0200\n\n1\t1\tchanges/linweb.yml\nAlmog Ben-David ,Wed Jan 31 09:56:49 2024 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Tue Jan 30 11:03:54 2024 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Mon Jan 29 10:51:11 2024 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Mon Jan 29 10:27:53 2024 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Sun Jan 28 16:28:22 2024 +0200\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Sun Jan 28 09:56:57 2024 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Thu Jan 25 17:56:16 2024 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Thu Jan 25 15:32:25 2024 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Thu Jan 25 14:14:59 2024 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Thu Jan 25 13:22:30 2024 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Thu Jan 25 10:32:08 2024 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Thu Jan 25 08:53:10 2024 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Wed Jan 24 16:29:48 2024 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Wed Jan 24 15:59:17 2024 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Wed Jan 24 14:35:49 2024 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Tue Jan 23 16:37:35 2024 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Tue Jan 23 11:03:19 2024 +0200\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Tue Jan 23 10:37:34 2024 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Jan 22 12:56:29 2024 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Mon Jan 22 10:30:37 2024 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Jan 22 09:52:40 2024 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Sun Jan 21 18:18:01 2024 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Sun Jan 21 15:29:40 2024 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Sun Jan 21 14:18:14 2024 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Sun Jan 21 10:55:11 2024 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Thu Jan 18 17:27:04 2024 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Thu Jan 18 12:11:25 2024 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Wed Jan 17 19:14:24 2024 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Wed Jan 17 15:59:00 2024 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Tue Jan 16 18:36:03 2024 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Tue Jan 16 15:26:50 2024 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Tue Jan 16 14:19:22 2024 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Tue Jan 16 13:43:56 2024 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Tue Jan 16 11:33:26 2024 +0200\n\n1\t1\tchanges/linweb.yml\nomri marcovitch ,Mon Jan 15 19:07:36 2024 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Mon Jan 15 15:19:19 2024 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Mon Jan 15 14:25:29 2024 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Mon Jan 15 12:10:06 2024 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Jan 15 10:46:23 2024 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Mon Jan 15 10:22:52 2024 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Jan 15 09:51:24 2024 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Sun Jan 14 15:28:37 2024 +0200\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Sun Jan 14 10:22:58 2024 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Thu Jan 11 19:23:26 2024 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Thu Jan 11 15:46:48 2024 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Thu Jan 11 15:11:23 2024 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Thu Jan 11 13:23:44 2024 +0200\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Thu Jan 11 09:44:49 2024 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Wed Jan 10 11:45:01 2024 +0200\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Wed Jan 10 10:06:27 2024 +0200\n\n1\t1\tchanges/linweb.yml\nAlmog Ben-David ,Tue Jan 9 23:49:45 2024 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Tue Jan 9 16:54:00 2024 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Tue Jan 9 14:48:18 2024 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Tue Jan 9 14:01:20 2024 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Tue Jan 9 09:10:19 2024 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Jan 8 18:26:53 2024 +0200\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Mon Jan 8 16:16:42 2024 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Jan 8 14:18:32 2024 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Jan 8 11:34:55 2024 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Sun Jan 7 18:33:17 2024 +0200\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Sun Jan 7 11:50:26 2024 +0200\n\n1\t1\tchanges/linweb.yml\nAlmog Ben-David ,Thu Jan 4 16:16:56 2024 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Thu Jan 4 14:38:12 2024 +0200\n\n1\t1\tchanges/linweb.yml\nAlmog Ben-David ,Thu Jan 4 13:10:36 2024 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Thu Jan 4 12:09:29 2024 +0200\n\n1\t1\tchanges/linweb.yml\nAlmog Ben-David ,Wed Jan 3 17:02:12 2024 +0200\n\n1\t1\tchanges/linweb.yml\nAvishag Sahar ,Wed Jan 3 14:57:16 2024 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Wed Jan 3 11:23:54 2024 +0200\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Wed Jan 3 10:56:13 2024 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Tue Jan 2 18:14:49 2024 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Tue Jan 2 16:48:11 2024 +0200\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Mon Jan 1 13:46:30 2024 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Mon Jan 1 10:32:40 2024 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Sun Dec 31 16:41:25 2023 +0200\n\n1\t1\tchanges/linweb.yml\nAvishag Sahar ,Sun Dec 31 15:17:26 2023 +0200\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Sun Dec 31 13:14:09 2023 +0200\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Sun Dec 31 12:42:35 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Thu Dec 28 17:50:43 2023 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Thu Dec 28 14:01:30 2023 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Thu Dec 28 12:18:02 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Thu Dec 28 09:05:37 2023 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Wed Dec 27 19:50:30 2023 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Wed Dec 27 13:27:29 2023 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Tue Dec 26 16:01:47 2023 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Tue Dec 26 15:08:51 2023 +0200\n\n1\t1\tchanges/linweb.yml\nAlmog Ben-David ,Tue Dec 26 14:21:46 2023 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Tue Dec 26 13:03:38 2023 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Tue Dec 26 11:36:31 2023 +0200\n\n1\t1\tchanges/linweb.yml\nAvishag Sahar ,Mon Dec 25 15:46:49 2023 +0200\n\n1\t1\tchanges/linweb.yml\nAvishag Sahar ,Mon Dec 25 13:46:52 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Dec 25 10:08:33 2023 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Sun Dec 24 13:33:06 2023 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Sun Dec 24 11:07:11 2023 +0200\n\n1\t1\tchanges/linweb.yml\nAlmog Ben-David ,Sun Dec 24 10:39:13 2023 +0200\n\n1\t1\tchanges/linweb.yml\nOriel Zaken ,Thu Dec 21 20:04:15 2023 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Thu Dec 21 15:10:46 2023 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Thu Dec 21 14:33:28 2023 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Thu Dec 21 11:25:12 2023 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Thu Dec 21 11:09:39 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Wed Dec 20 16:29:28 2023 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Wed Dec 20 10:54:31 2023 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Tue Dec 19 16:36:36 2023 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Tue Dec 19 15:31:24 2023 +0200\n\n1\t1\tchanges/linweb.yml\nAvishag Sahar ,Tue Dec 19 14:23:57 2023 +0200\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Mon Dec 18 15:30:52 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Dec 18 12:03:38 2023 +0200\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Sun Dec 17 17:00:38 2023 +0200\n\n1\t1\tchanges/linweb.yml\nAvishag Sahar ,Thu Dec 14 17:05:47 2023 +0200\n\n1\t1\tchanges/linweb.yml\nAlmog Ben-David ,Thu Dec 14 15:02:18 2023 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Thu Dec 14 13:33:37 2023 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Thu Dec 14 11:14:01 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Thu Dec 14 10:35:03 2023 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Wed Dec 13 15:24:55 2023 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Wed Dec 13 14:08:31 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Wed Dec 13 10:20:37 2023 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Tue Dec 12 18:02:55 2023 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Tue Dec 12 17:34:30 2023 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Mon Dec 11 16:54:06 2023 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Mon Dec 11 11:19:51 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Dec 11 08:23:05 2023 +0200\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Sun Dec 10 16:39:32 2023 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Sun Dec 10 14:28:45 2023 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Sun Dec 10 12:55:46 2023 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Thu Dec 7 16:56:05 2023 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Thu Dec 7 15:56:41 2023 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Thu Dec 7 14:33:06 2023 +0200\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Thu Dec 7 11:06:02 2023 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Wed Dec 6 20:30:42 2023 +0200\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Wed Dec 6 18:55:10 2023 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Wed Dec 6 18:33:28 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Wed Dec 6 18:04:34 2023 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Wed Dec 6 14:57:52 2023 +0200\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Wed Dec 6 13:35:44 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Wed Dec 6 08:28:40 2023 +0200\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Tue Dec 5 17:40:06 2023 +0200\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Tue Dec 5 11:08:02 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Dec 4 19:19:41 2023 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Mon Dec 4 15:59:37 2023 +0200\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Mon Dec 4 13:57:10 2023 +0200\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Mon Dec 4 10:04:17 2023 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Mon Dec 4 09:22:47 2023 +0200\n\n1\t2\tchanges/linweb.yml\nLev Eidelman Nagar ,Sun Dec 3 15:58:36 2023 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Sun Dec 3 15:28:55 2023 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Sun Dec 3 14:11:39 2023 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Sun Dec 3 12:22:58 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Fri Dec 1 10:11:16 2023 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Thu Nov 30 17:33:54 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Thu Nov 30 16:29:49 2023 +0200\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Thu Nov 30 14:45:06 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Thu Nov 30 13:29:13 2023 +0200\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Thu Nov 30 13:03:14 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Thu Nov 30 07:41:15 2023 +0200\n\n1\t1\tchanges/linweb.yml\nFadi Khayo <33923689+Fadikhayo1995@users.noreply.github.com>,Wed Nov 29 14:45:54 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Wed Nov 29 14:23:08 2023 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Wed Nov 29 11:45:56 2023 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Wed Nov 29 11:15:04 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Wed Nov 29 09:30:41 2023 +0200\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Tue Nov 28 13:52:39 2023 +0200\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Tue Nov 28 12:19:41 2023 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Tue Nov 28 11:49:39 2023 +0200\n\n1\t1\tchanges/linweb.yml\nAlmog Ben-David ,Tue Nov 28 11:05:26 2023 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Mon Nov 27 19:34:33 2023 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Mon Nov 27 18:10:54 2023 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Mon Nov 27 16:57:46 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Nov 27 15:05:06 2023 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Mon Nov 27 12:31:38 2023 +0200\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Mon Nov 27 11:40:18 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Nov 27 10:20:50 2023 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Sun Nov 26 15:47:43 2023 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Sun Nov 26 12:58:44 2023 +0200\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Thu Nov 23 14:53:43 2023 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Wed Nov 22 17:31:46 2023 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Wed Nov 22 16:21:06 2023 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Wed Nov 22 11:17:01 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Wed Nov 22 09:57:49 2023 +0200\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Tue Nov 21 13:44:38 2023 +0200\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Tue Nov 21 11:58:43 2023 +0200\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Tue Nov 21 11:22:48 2023 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Mon Nov 20 17:01:08 2023 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Mon Nov 20 13:35:58 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Nov 20 11:36:21 2023 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Sun Nov 19 17:32:36 2023 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Sun Nov 19 15:11:16 2023 +0200\n\n1\t1\tchanges/linweb.yml\nOriel Zaken ,Sun Nov 19 10:32:06 2023 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Thu Nov 16 17:31:48 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Thu Nov 16 15:11:16 2023 +0200\n\n1\t1\tchanges/linweb.yml\nOriel Zaken ,Wed Nov 15 15:51:29 2023 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Wed Nov 15 14:34:18 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Wed Nov 15 12:20:48 2023 +0200\n\n1\t1\tchanges/linweb.yml\nOriel Zaken ,Wed Nov 15 10:37:08 2023 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Tue Nov 14 13:29:28 2023 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Mon Nov 13 15:57:17 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Nov 13 12:44:13 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Nov 13 09:56:31 2023 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Thu Nov 9 16:52:43 2023 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Thu Nov 9 15:41:58 2023 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Thu Nov 9 14:19:52 2023 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Thu Nov 9 13:35:53 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Wed Nov 8 16:26:48 2023 +0200\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Wed Nov 8 14:46:46 2023 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Wed Nov 8 12:10:20 2023 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Wed Nov 8 11:14:05 2023 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Tue Nov 7 14:35:41 2023 +0200\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Tue Nov 7 12:54:27 2023 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Mon Nov 6 18:46:22 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Nov 6 14:26:49 2023 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Sun Nov 5 20:43:44 2023 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Sun Nov 5 17:27:11 2023 +0200\n\n1\t1\tchanges/linweb.yml\nAlmog Ben-David ,Sun Nov 5 15:15:02 2023 +0200\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Sun Nov 5 13:41:59 2023 +0200\n\n1\t2\tchanges/linweb.yml\noren yosef ,Sun Nov 5 11:57:03 2023 +0200\n\n1\t0\tchanges/linweb.yml\nYovel Elad ,Sun Nov 5 11:21:20 2023 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Thu Nov 2 15:17:08 2023 +0200\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Thu Nov 2 13:20:23 2023 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Thu Nov 2 11:34:52 2023 +0200\n\n1\t1\tchanges/linweb.yml\nOriel Zaken ,Wed Nov 1 17:59:19 2023 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Wed Nov 1 14:55:02 2023 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Wed Nov 1 12:59:41 2023 +0200\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Wed Nov 1 11:45:00 2023 +0200\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Wed Nov 1 11:00:54 2023 +0200\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Tue Oct 31 18:01:04 2023 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Tue Oct 31 16:17:32 2023 +0200\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Tue Oct 31 14:46:48 2023 +0200\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Tue Oct 31 13:34:28 2023 +0200\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Tue Oct 31 10:44:32 2023 +0200\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Mon Oct 30 17:19:35 2023 +0200\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Mon Oct 30 13:31:31 2023 +0200\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Oct 30 10:31:08 2023 +0200\n\n1\t1\tchanges/linweb.yml\nOriel Zaken ,Mon Oct 30 10:11:24 2023 +0200\n\n1\t1\tchanges/linweb.yml\nflomermer ,Sun Oct 29 17:53:48 2023 +0200\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Sun Oct 29 16:34:16 2023 +0200\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Thu Oct 26 16:38:35 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Thu Oct 26 15:37:49 2023 +0300\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Thu Oct 26 12:43:04 2023 +0300\n\n1\t1\tchanges/linweb.yml\nAlmog Ben-David ,Thu Oct 26 10:46:51 2023 +0300\n\n1\t1\tchanges/linweb.yml\nAlmog Ben-David ,Thu Oct 26 10:12:12 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Thu Oct 26 07:54:27 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Wed Oct 25 18:30:53 2023 +0300\n\n1\t1\tchanges/linweb.yml\nomri marcovitch ,Wed Oct 25 18:07:35 2023 +0300\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Wed Oct 25 14:53:58 2023 +0300\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Wed Oct 25 11:21:44 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Tue Oct 24 17:12:48 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Tue Oct 24 12:37:06 2023 +0300\n\n1\t1\tchanges/linweb.yml\nAlmog Ben-David ,Tue Oct 24 10:25:39 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Mon Oct 23 16:27:12 2023 +0300\n\n1\t3\tchanges/linweb.yml\noren yosef ,Mon Oct 23 15:31:16 2023 +0300\n\n1\t0\tchanges/linweb.yml\nOren Yosef ,Mon Oct 23 15:24:42 2023 +0300\n\n1\t0\tchanges/linweb.yml\nYovel Elad ,Mon Oct 23 15:02:00 2023 +0300\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Mon Oct 23 13:58:02 2023 +0300\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Mon Oct 23 11:20:49 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Oct 23 09:16:19 2023 +0300\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Sun Oct 22 18:15:29 2023 +0300\n\n1\t1\tchanges/linweb.yml\nAlmog Ben-David ,Sun Oct 22 17:37:06 2023 +0300\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Sun Oct 22 17:02:56 2023 +0300\n\n1\t1\tchanges/linweb.yml\nAlmog Ben-David ,Sun Oct 22 16:23:52 2023 +0300\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Thu Oct 19 12:54:51 2023 +0300\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Wed Oct 18 18:11:22 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Wed Oct 18 16:25:05 2023 +0300\n\n1\t1\tchanges/linweb.yml\nAlmog Ben-David ,Wed Oct 18 13:35:01 2023 +0300\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Tue Oct 17 18:20:46 2023 +0300\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Tue Oct 17 13:42:31 2023 +0300\n\n1\t1\tchanges/linweb.yml\nAlmog Ben-David ,Tue Oct 17 10:13:12 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Oct 16 13:18:54 2023 +0300\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Mon Oct 16 11:26:03 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Sun Oct 15 17:38:12 2023 +0300\n\n1\t1\tchanges/linweb.yml\noren yosef ,Sun Oct 15 13:00:01 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Sun Oct 15 12:46:54 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Sun Oct 15 11:31:49 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Thu Oct 12 10:42:16 2023 +0300\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Wed Oct 11 14:48:19 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Wed Oct 11 13:34:28 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Wed Oct 11 12:12:50 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Tue Oct 10 10:36:11 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Thu Oct 5 11:54:58 2023 +0300\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Wed Oct 4 13:50:39 2023 +0300\n\n1\t1\tchanges/linweb.yml\nAvishag Sahar ,Tue Oct 3 21:49:05 2023 +0300\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Tue Oct 3 16:59:50 2023 +0300\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Tue Oct 3 14:56:06 2023 +0300\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Tue Oct 3 09:37:20 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Mon Oct 2 17:25:49 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Mon Oct 2 15:01:04 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Sun Oct 1 18:49:47 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Sun Oct 1 14:54:14 2023 +0300\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Sun Oct 1 13:56:20 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Sun Oct 1 13:23:10 2023 +0300\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Sun Oct 1 10:38:49 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Thu Sep 28 19:02:34 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Thu Sep 28 18:18:20 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Thu Sep 28 15:11:57 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Thu Sep 28 13:01:01 2023 +0300\n\n1\t1\tchanges/linweb.yml\nAlmog Ben-David ,Thu Sep 28 12:01:07 2023 +0300\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Wed Sep 27 16:48:26 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Wed Sep 27 13:52:15 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Wed Sep 27 13:07:35 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Wed Sep 27 09:56:08 2023 +0300\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Tue Sep 26 17:25:34 2023 +0300\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Tue Sep 26 17:05:17 2023 +0300\n\n1\t1\tchanges/linweb.yml\nlev ,Tue Sep 26 16:05:03 2023 +0300\n\n1\t1\tchanges/linweb.yml\nAlmog Ben-David ,Tue Sep 26 14:58:45 2023 +0300\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Tue Sep 26 12:50:38 2023 +0300\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Tue Sep 26 10:57:23 2023 +0300\n\n1\t1\tchanges/linweb.yml\nAlmog Ben-David ,Thu Sep 21 18:43:20 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Thu Sep 21 16:33:44 2023 +0300\n\n1\t1\tchanges/linweb.yml\nAlmog Ben-David ,Thu Sep 21 15:16:18 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Thu Sep 21 13:14:31 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Thu Sep 21 12:34:02 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Thu Sep 21 11:20:33 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Wed Sep 20 20:53:13 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Wed Sep 20 18:10:50 2023 +0300\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Wed Sep 20 15:59:25 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Wed Sep 20 14:10:32 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Wed Sep 20 11:09:29 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Tue Sep 19 17:51:36 2023 +0300\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Tue Sep 19 14:40:17 2023 +0300\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Tue Sep 19 10:36:19 2023 +0300\n\n1\t1\tchanges/linweb.yml\nAlmog Ben-David ,Tue Sep 19 09:40:53 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Sep 18 14:18:40 2023 +0300\n\n1\t1\tchanges/linweb.yml\nAlmog Ben-David ,Sun Sep 17 22:10:51 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Thu Sep 14 10:11:44 2023 +0300\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Thu Sep 14 09:16:29 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Wed Sep 13 20:14:21 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Wed Sep 13 19:11:53 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Wed Sep 13 17:08:06 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Wed Sep 13 16:23:19 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Wed Sep 13 16:15:38 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Wed Sep 13 15:23:53 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Wed Sep 13 13:18:52 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Wed Sep 13 11:06:27 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Wed Sep 13 08:36:38 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Tue Sep 12 15:42:54 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Tue Sep 12 14:56:30 2023 +0300\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Tue Sep 12 11:23:34 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Tue Sep 12 09:44:35 2023 +0300\n\n1\t1\tchanges/linweb.yml\nOren Yosef ,Mon Sep 11 15:41:12 2023 +0300\n\n0\t1\tchanges/linweb.yml\nOren Yosef ,Mon Sep 11 13:54:14 2023 +0300\n\n1\t0\tchanges/linweb.yml\nflomermer ,Mon Sep 11 12:16:12 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Sep 11 09:12:01 2023 +0300\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Mon Sep 11 08:32:14 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Sun Sep 10 17:33:32 2023 +0300\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Sun Sep 10 17:13:49 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Sun Sep 10 16:11:05 2023 +0300\n\n1\t1\tchanges/linweb.yml\nAvishag Sahar ,Sun Sep 10 14:45:36 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Sun Sep 10 13:38:17 2023 +0300\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Sun Sep 10 09:16:17 2023 +0300\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Thu Sep 7 15:23:55 2023 +0300\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Thu Sep 7 09:54:28 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Wed Sep 6 20:30:04 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Wed Sep 6 18:34:23 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Wed Sep 6 15:47:56 2023 +0300\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Wed Sep 6 13:42:45 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Tue Sep 5 19:44:42 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Tue Sep 5 19:41:28 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Tue Sep 5 19:38:52 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Tue Sep 5 16:13:35 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Tue Sep 5 14:52:14 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Tue Sep 5 11:28:51 2023 +0300\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Tue Sep 5 09:48:20 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Mon Sep 4 16:30:34 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Mon Sep 4 11:30:17 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Sun Sep 3 11:48:25 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Thu Aug 31 15:43:53 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Thu Aug 31 10:32:23 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Wed Aug 30 18:55:31 2023 +0300\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Wed Aug 30 16:23:54 2023 +0300\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Wed Aug 30 15:00:30 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Wed Aug 30 13:53:34 2023 +0300\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Wed Aug 30 12:59:49 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Tue Aug 29 19:34:15 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Tue Aug 29 17:30:01 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Tue Aug 29 10:43:14 2023 +0300\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Mon Aug 28 17:49:30 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Aug 28 15:21:59 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Mon Aug 28 14:12:08 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Aug 28 12:07:17 2023 +0300\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Mon Aug 28 10:48:00 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Sun Aug 27 16:50:05 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Sun Aug 27 15:41:18 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Sun Aug 27 13:36:52 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Sun Aug 27 12:03:28 2023 +0300\n\n1\t1\tchanges/linweb.yml\nomri marcovitch ,Thu Aug 24 16:07:32 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Thu Aug 24 09:35:33 2023 +0300\n\n1\t1\tchanges/linweb.yml\nomri marcovitch ,Wed Aug 23 16:55:31 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Wed Aug 23 13:07:23 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Tue Aug 22 20:15:10 2023 +0300\n\n1\t1\tchanges/linweb.yml\nNiv Swisa LinearB <107345560+nivSwisa1@users.noreply.github.com>,Tue Aug 22 16:57:22 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Tue Aug 22 16:18:41 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Mon Aug 21 15:59:19 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Sun Aug 20 14:52:36 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Sun Aug 20 12:36:01 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Sun Aug 20 12:14:44 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Sun Aug 20 11:30:43 2023 +0300\n\n1\t1\tchanges/linweb.yml\nomri marcovitch ,Thu Aug 17 15:22:36 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Wed Aug 16 18:19:35 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Wed Aug 16 14:08:31 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Tue Aug 15 15:14:32 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Tue Aug 15 12:20:58 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Mon Aug 14 18:21:31 2023 +0300\n\n1\t2\tchanges/linweb.yml\noren yosef ,Mon Aug 14 17:01:55 2023 +0300\n\n1\t0\tchanges/linweb.yml\n“Keren ,Mon Aug 14 15:53:14 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Mon Aug 14 14:35:26 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Mon Aug 14 11:25:41 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Sun Aug 13 18:23:41 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Sun Aug 13 16:54:24 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Sun Aug 13 14:38:12 2023 +0300\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Sun Aug 13 12:41:37 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Sun Aug 13 12:16:50 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Sun Aug 13 11:46:14 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Sun Aug 13 10:31:13 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Thu Aug 10 14:15:24 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Thu Aug 10 13:27:11 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Thu Aug 10 12:43:47 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Wed Aug 9 18:44:35 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Wed Aug 9 16:30:45 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Wed Aug 9 16:15:01 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Tue Aug 8 18:35:57 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Tue Aug 8 18:20:51 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Tue Aug 8 11:42:11 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Mon Aug 7 16:10:50 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Mon Aug 7 15:42:17 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Aug 7 11:59:48 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Aug 7 11:39:00 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Sun Aug 6 20:41:25 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Sun Aug 6 18:23:42 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Thu Aug 3 14:42:59 2023 +0300\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Thu Aug 3 14:31:35 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Thu Aug 3 12:42:04 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Thu Aug 3 12:18:24 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Thu Aug 3 12:02:46 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Thu Aug 3 08:21:40 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Wed Aug 2 14:54:37 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Wed Aug 2 13:38:54 2023 +0300\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Wed Aug 2 11:16:35 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Tue Aug 1 12:24:29 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Jul 31 18:08:55 2023 +0300\n\n1\t1\tchanges/linweb.yml\nFadi Khayo <33923689+Fadikhayo1995@users.noreply.github.com>,Mon Jul 31 13:14:53 2023 +0300\n\n1\t1\tchanges/linweb.yml\nFadi Khayo <33923689+Fadikhayo1995@users.noreply.github.com>,Mon Jul 31 13:07:21 2023 +0300\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Mon Jul 31 11:04:03 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Sun Jul 30 18:58:13 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Thu Jul 27 15:08:03 2023 +0300\n\n1\t1\tchanges/linweb.yml\nomri marcovitch ,Thu Jul 27 14:57:00 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Wed Jul 26 20:20:13 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Wed Jul 26 18:30:04 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Wed Jul 26 15:37:50 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Wed Jul 26 13:21:57 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Wed Jul 26 11:37:30 2023 +0300\n\n1\t1\tchanges/linweb.yml\nAlon Galperin <105145534+alongalperin-lb@users.noreply.github.com>,Tue Jul 25 16:18:30 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Tue Jul 25 13:08:34 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Tue Jul 25 11:01:06 2023 +0300\n\n1\t1\tchanges/linweb.yml\nAlon Galperin <105145534+alongalperin-lb@users.noreply.github.com>,Mon Jul 24 18:48:50 2023 +0300\n\n1\t1\tchanges/linweb.yml\nAlon Galperin <105145534+alongalperin-lb@users.noreply.github.com>,Mon Jul 24 16:13:44 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Sun Jul 23 19:30:01 2023 +0300\n\n1\t1\tchanges/linweb.yml\nFadi Khayo ,Sun Jul 23 16:03:18 2023 +0300\n\n1\t1\tchanges/linweb.yml\nomri marcovitch ,Thu Jul 20 14:45:30 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Thu Jul 20 12:25:37 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Thu Jul 20 09:24:40 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Wed Jul 19 10:47:07 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Tue Jul 18 17:37:52 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Tue Jul 18 16:28:44 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Tue Jul 18 15:19:44 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Tue Jul 18 13:10:51 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Tue Jul 18 10:07:21 2023 +0300\n\n1\t1\tchanges/linweb.yml\nomri marcovitch ,Mon Jul 17 17:30:33 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Mon Jul 17 13:36:59 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Jul 17 11:39:39 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Sun Jul 16 17:11:16 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Sun Jul 16 16:25:17 2023 +0300\n\n1\t1\tchanges/linweb.yml\noren yosef ,Sun Jul 16 15:47:56 2023 +0300\n\n1\t1\tchanges/linweb.yml\nomri marcovitch ,Sun Jul 16 15:35:07 2023 +0300\n\n1\t1\tchanges/linweb.yml\nalongalperin ,Sun Jul 16 14:59:35 2023 +0300\n\n1\t1\tchanges/linweb.yml\nOriel Zaken ,Sun Jul 16 13:28:46 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Sun Jul 16 11:10:35 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Thu Jul 13 16:35:31 2023 +0300\n\n1\t2\tchanges/linweb.yml\nShakedZrihen ,Thu Jul 13 11:36:20 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Thu Jul 13 09:33:54 2023 +0300\n\n2\t1\tchanges/linweb.yml\nAlon Galperin <105145534+alongalperin-lb@users.noreply.github.com>,Thu Jul 13 08:49:32 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Wed Jul 12 13:54:04 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Tue Jul 11 12:03:21 2023 +0300\n\n1\t2\tchanges/linweb.yml\n“Keren ,Mon Jul 10 18:34:06 2023 +0300\n\n2\t1\tchanges/linweb.yml\nflomermer ,Mon Jul 10 14:01:50 2023 +0300\n\n1\t1\tchanges/linweb.yml\nAlon Galperin <105145534+alongalperin-lb@users.noreply.github.com>,Mon Jul 10 08:43:12 2023 +0300\n\n1\t1\tchanges/linweb.yml\nAlon Galperin <105145534+alongalperin-lb@users.noreply.github.com>,Sun Jul 9 12:29:32 2023 +0300\n\n1\t1\tchanges/linweb.yml\nAlon Galperin <105145534+alongalperin-lb@users.noreply.github.com>,Sun Jul 9 12:01:52 2023 +0300\n\n1\t1\tchanges/linweb.yml\nAlon Galperin <105145534+alongalperin-lb@users.noreply.github.com>,Sun Jul 9 10:49:36 2023 +0300\n\n1\t1\tchanges/linweb.yml\nOren Yosef ,Thu Jul 6 17:09:49 2023 +0300\n\n1\t0\tchanges/linweb.yml\noren yosef ,Thu Jul 6 16:51:37 2023 +0300\n\n0\t1\tchanges/linweb.yml\noren yosef ,Thu Jul 6 16:45:44 2023 +0300\n\n2\t0\tchanges/linweb.yml\nOren Yosef ,Thu Jul 6 16:42:55 2023 +0300\n\n0\t1\tchanges/linweb.yml\n“Keren ,Thu Jul 6 15:45:32 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Thu Jul 6 13:35:16 2023 +0300\n\n1\t2\tchanges/linweb.yml\n“Keren ,Thu Jul 6 08:45:06 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Wed Jul 5 18:19:59 2023 +0300\n\n2\t1\tchanges/linweb.yml\nflomermer ,Wed Jul 5 17:29:34 2023 +0300\n\n1\t1\tchanges/linweb.yml\nalongalperin ,Wed Jul 5 15:08:14 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Wed Jul 5 09:22:13 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Tue Jul 4 17:02:03 2023 +0300\n\n1\t1\tchanges/linweb.yml\nomri marcovitch ,Mon Jul 3 17:11:38 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Sun Jul 2 17:34:26 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Sun Jul 2 13:52:43 2023 +0300\n\n1\t1\tchanges/linweb.yml\nomri marcovitch ,Sun Jul 2 11:16:48 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShakedZrihen ,Sun Jul 2 09:44:17 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Thu Jun 29 15:49:19 2023 +0300\n\n1\t1\tchanges/linweb.yml\nomri marcovitch ,Thu Jun 29 12:33:39 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Thu Jun 29 10:31:26 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Wed Jun 28 19:51:56 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Wed Jun 28 18:17:57 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Wed Jun 28 08:16:13 2023 +0300\n\n1\t1\tchanges/linweb.yml\nLev Eidelman Nagar ,Tue Jun 27 13:20:45 2023 +0300\n\n1\t1\tchanges/linweb.yml\nAlon Galperin <105145534+alongalperin-lb@users.noreply.github.com>,Tue Jun 27 12:45:59 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Jun 26 15:39:33 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Jun 26 08:22:01 2023 +0300\n\n1\t1\tchanges/linweb.yml\nShaniBelisha ,Thu Jun 22 19:16:47 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Thu Jun 22 17:25:07 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Thu Jun 22 12:17:05 2023 +0300\n\n1\t1\tchanges/linweb.yml\nAlon Galperin <105145534+alongalperin-lb@users.noreply.github.com>,Wed Jun 21 18:29:20 2023 +0300\n\n1\t1\tchanges/linweb.yml\nYovel Elad ,Wed Jun 21 17:16:50 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Wed Jun 21 15:26:49 2023 +0300\n\n1\t1\tchanges/linweb.yml\nflomermer ,Tue Jun 20 15:54:07 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Tue Jun 20 10:17:37 2023 +0300\n\n1\t1\tchanges/linweb.yml\nOren Yosef ,Tue Jun 20 00:26:56 2023 +0300\n\n0\t1\tchanges/linweb.yml\nOren Yosef ,Tue Jun 20 00:08:04 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Jun 19 18:26:59 2023 +0300\n\n2\t1\tchanges/linweb.yml\nZuki Sarusi ,Mon Jun 19 16:08:58 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Mon Jun 19 14:49:02 2023 +0300\n\n1\t1\tchanges/linweb.yml\n“Keren ,Mon Jun 19 12:53:35 2023 +0300\n\n1\t1\tchanges/linweb.yml\nZuki Sarusi ,Sun Jun 18 11:53:35 2023 +0300\n\n1\t1\tchanges/linweb.yml\n"};0&&0},94469:(La,hl,fl)=>{"use strict";var yl=Object.create;var Pl=Object.defineProperty;var Ul=Object.getOwnPropertyDescriptor;var Gd=Object.getOwnPropertyNames;var af=Object.getPrototypeOf;var n_=Object.prototype.hasOwnProperty;var __export=(La,hl)=>{for(var fl in hl)Pl(La,fl,{get:hl[fl],enumerable:true})};var __copyProps=(La,hl,fl,yl)=>{if(hl&&typeof hl==="object"||typeof hl==="function"){for(let af of Gd(hl))if(!n_.call(La,af)&&af!==fl)Pl(La,af,{get:()=>hl[af],enumerable:!(yl=Ul(hl,af))||yl.enumerable})}return La};var __toESM=(La,hl,fl)=>(fl=La!=null?yl(af(La)):{},__copyProps(hl||!La||!La.__esModule?Pl(fl,"default",{value:La,enumerable:true}):fl,La));var __toCommonJS=La=>__copyProps(Pl({},"__esModule",{value:true}),La);var i_={};__export(i_,{cleanPrDescription:()=>cleanPrDescription,createGitstreamAIPrContext:()=>createGitstreamAIPrContext,extractCodeIssues:()=>extractCodeIssues,filterOutCmFiles:()=>filterOutCmFiles,getBranchContext:()=>getBranchContext,getPrContext:()=>getPrContext,getRepoContext:()=>getRepoContext});La.exports=__toCommonJS(i_);var p_=__toESM(fl(32191));var w_=__toESM(fl(69860));var D_=__toESM(fl(82673));var I_=fl(62840);var N_=fl(7426);var _m=fl(56977);var pg=fl(83572);var mg=fl(34414);var gg=fl(47141);var eA=fl(45273);var tA=fl(14947);var rA=fl(41363);var nA=fl(62785);var iA=fl(39302);var sA=fl(37541);var aA=fl(99406);const oA=["🔒 Security","🧹 Maintainability","🐞 Bug","🎯 Scope","🧾 Readability","🚀 Performance"];const getDiffSize=La=>(0,p_.default)(La,La=>La.additions+La.deletions)||0;const extractMetadataFromFiles=La=>La.map(({to:La,from:hl,deletions:fl,additions:yl})=>({original_file:hl===N_.NOT_FOUND_FILE_PATH?"":hl,new_file:La,file:La!==N_.NOT_FOUND_FILE_PATH?La:hl,deletions:fl,additions:yl}));const filteredOutCMFilesFunc=({to:La})=>La?N_.IGNORE_PATTERNS_IN_DRY_RUN.every(hl=>!La.match(hl)):true;const filterOutCmFiles=async(La,hl,fl,yl)=>{const{owner:Pl,repo:Ul,pullRequestNumber:Gd}=yl;let af=(0,D_.default)(La);if(hl){af=af?.filter(filteredOutCMFilesFunc)}if(!af?.length){await(0,_m.prepareSendingLogsToDD)("warn",`No files changed in rules-engine context for pr: ${Pl}/${Ul}/${Gd}`,yl,{diffCommand:fl},hl)}return af};const getBranchContext=async(La,hl,fl,yl,Pl,Ul,Gd)=>{const af=(0,I_.getCommitsNumberOnBranch)(La);const{fullAuthorName:n_,authorName:i_,authorEmail:p_}=(0,I_.getAuthorName)(La,hl,Gd);const w_=(0,mg.getTheRightGitAuthor)(yl,n_||"",Ul,Pl,La);return{name:hl,base:La,author:w_.fullName||n_,author_name:w_.gitName||i_,author_email:w_.gitEmail||p_,diff:{size:getDiffSize(fl),files_metadata:extractMetadataFromFiles(fl)},num_of_commits:af,commits:{messages:(0,I_.getCommitMessages)(La,hl,Gd)}}};const getPrContext=(La,hl)=>{const{repo:fl,prContext:yl}=La;const Pl={...(0,pg.convertPRContextFromBase64)(La.prContext),repo:fl,conflicted_files_count:(0,I_.getPrConflicsCountPerFile)(yl?.target||"",hl)};return Pl};const getRepoContext=async(La,hl,fl,yl,Pl)=>{const{owner:Ul,repo:Gd,visibility:af,source:n_}=La;const i_=await(0,gg.contributersStatContext)(Pl,La);const p_=await(0,gg.contributersActivityContext)(Pl,eA.ACTIVITY_SINCE,La);const w_=(0,tA.getCodeExpert)(rA.gitToProviderUser,i_.ds_blame,p_.ds_activity,Pl.files,La);const{ds_blame:D_,...I_}=i_;const{ds_activity:N_,..._m}=p_;const pg={name:Gd,contributors:fl,owner:Ul,visibility:af,provider:n_,git_to_provider_user:yl,...I_,..._m,pr_author:hl,data_service:{expert_reviwer_request:w_}};return pg};const cleanPrDescription=La=>{const hl=(0,N_.getClientPayload)();const fl=(0,nA.doubleParse)(hl);const yl=fl?.source||"github";const Pl=/\[!\[workerB\]\(https:\/\/img\.shields\.io\/endpoint\?url=.*?\)\]\(https?:\/\/.*?\/v2\/badge\/collaboration-page\?magicLinkId=.*?\)/g;const Ul=La.replace(Pl,"");const Gd={[iA.GIT_PROVIDERS.GITHUB]:/(?:\n|\r\n)?\s*([\s\S]*?)\s*(?:\n|\r\n)?/g,[iA.GIT_PROVIDERS.GITLAB]:/(?:\n|\r\n)?\s*([\s\S]*?)\s*(?:\n|\r\n)?/g,[iA.GIT_PROVIDERS.BITBUCKET]:/(?:\n|\r\n)?_Added by gitStream_\s*([\s\S]*?)\s*###### _Generated by LinearB AI and added by gitStream\. AI-generated content may contain inaccuracies\. Please verify before using\.(?:\s*\*\*\[We'd love your feedback!\]\(mailto:product@linearb\.io\)\*\* 🚀)?(?:\n💡 \*\*Tip:\*\* You can customize your AI Description using \*\*Guidelines\*\* \[Learn how\]\(https:\/\/docs\.gitstream\.cm\/automation-actions\/#describe-changes\))?_(?:\n|\r\n)?/g};const af=Gd[yl];if(!af){return Ul}return Ul.replace(af,"").trim()};const extractIssueFromBlock=(La,hl,fl,yl,Pl)=>{const Ul=La.match(hl);const Gd=La.match(fl);if(!Ul?.[1]||!Gd?.[1]){return null}const af=Ul[1].trim();const n_=Gd[1].trim();const i_=n_.match(yl);const p_=i_?parseInt(i_[1],10):0;const w_=i_?parseInt(i_[2],10):0;const[,D_]=La.match(Pl)||[];return{issue:af,start_line:p_,end_line:w_,issue_id:D_||""}};const extractCodeIssues=La=>{const hl=[];for(const fl of La){const La=fl?.content?.match(/
[\s\S]*?<\/details>/g);const yl=/\*\*Details:\*\*(.*?)\n/;const Pl=/\*\*File(?:\*\*:|:\*\*)\s*`(.*?)`/;const Ul=/\((\d+)-(\d+)\)$/;const Gd=//;const af=/> `issue_id:\s*([^`]+)`/;if(La){for(const fl of La){const La=extractIssueFromBlock(fl,yl,Pl,Ul,Gd);if(La){hl.push(La)}}}else{const La=fl.content.match(new RegExp(`(${oA.join("|")})`,"g"));if(La){const Gd=[];let n_=0;for(const hl of La){const La=fl.content.indexOf(hl,n_);if(La!==-1){const yl=fl.content.substring(La+hl.length);const Pl=yl.indexOf("---");const Ul=Pl!==-1?yl.substring(0,Pl).trim():yl.trim();Gd.push(Ul);n_=La+hl.length}}for(const La of Gd){const fl=extractIssueFromBlock(La,yl,Pl,Ul,af);if(fl){hl.push(fl)}}}}}return hl};const extractGitStreamReviews=(La=[],hl=[])=>{const fl="### ✨ PR Review";const yl=[];if(La.length){const hl=La.filter(La=>La.content.includes(fl));yl.push(...hl)}if(hl.length){const La=hl.filter(La=>La.content.includes(fl));yl.push(...La)}return extractCodeIssues(yl)};const extractFullGitStreamReviews=(La=[],hl=[])=>{const fl="### ✨ PR Review";const yl=[];if(La.length){const hl=La.filter(La=>La.content.includes(fl));yl.push(...hl)}if(hl.length){const La=hl.filter(La=>La.content.includes(fl));yl.push(...La)}return yl};const createGitstreamAIPrContext=La=>{const hl=(0,w_.default)(La.branch,["name","diff","commits"]);const fl=(0,N_.getClientPayload)();const yl=(0,nA.doubleParse)(fl);const{prContext:Pl}=yl;const Ul=(0,w_.default)(La.repo,["languages","provider"]);if(La.repo?.provider===iA.GIT_PROVIDERS.BITBUCKET){try{const La=(0,aA.listAllFiles)();Ul.languages=(0,sA.detectLanguagesFromRepository)(La)}catch(hl){console.warn(`Failed to detect languages for ${La.repo?.provider} repo`,hl)}}const Gd=La.pr||{};const af={...(0,w_.default)(Gd,["title","description","labels","comments","reviews"]),url:Gd.url||Pl?.url};af.description=cleanPrDescription(af.description||"");const n_=Gd.comments||[];const i_=Gd.reviews||[];const p_=extractGitStreamReviews(n_,i_);const D_=extractFullGitStreamReviews(n_,i_);af.previous_gitstream_reviews=D_;af.previous_reviews_issues=p_;af.comments=[];af.reviews=[];return{branch:hl,source:La.source,repo:Ul,files:La.files||[],pr:af}};0&&0},37541:(La,hl,fl)=>{"use strict";var yl=Object.create;var Pl=Object.defineProperty;var Ul=Object.getOwnPropertyDescriptor;var Gd=Object.getOwnPropertyNames;var af=Object.getPrototypeOf;var n_=Object.prototype.hasOwnProperty;var __export=(La,hl)=>{for(var fl in hl)Pl(La,fl,{get:hl[fl],enumerable:true})};var __copyProps=(La,hl,fl,yl)=>{if(hl&&typeof hl==="object"||typeof hl==="function"){for(let af of Gd(hl))if(!n_.call(La,af)&&af!==fl)Pl(La,af,{get:()=>hl[af],enumerable:!(yl=Ul(hl,af))||yl.enumerable})}return La};var __toESM=(La,hl,fl)=>(fl=La!=null?yl(af(La)):{},__copyProps(hl||!La||!La.__esModule?Pl(fl,"default",{value:La,enumerable:true}):fl,La));var __toCommonJS=La=>__copyProps(Pl({},"__esModule",{value:true}),La);var i_={};__export(i_,{detectLanguagesFromRepository:()=>detectLanguagesFromRepository});La.exports=__toCommonJS(i_);var p_=__toESM(fl(16928));var w_=__toESM(fl(38842));var D_=__toESM(fl(94604));var I_=__toESM(fl(32670));const N_={".js":"JavaScript",".jsx":"JavaScript",".mjs":"JavaScript",".cjs":"JavaScript",".ts":"TypeScript",".tsx":"TypeScript",".vue":"Vue",".py":"Python",".pyw":"Python",".pyx":"Python",".pyi":"Python",".java":"Java",".kt":"Kotlin",".kts":"Kotlin",".scala":"Scala",".groovy":"Groovy",".c":"C",".h":"C",".cpp":"C++",".cxx":"C++",".cc":"C++",".hpp":"C++",".hxx":"C++",".m":"Objective-C",".mm":"Objective-C++",".cs":"C#",".vb":"Visual Basic",".fs":"F#",".go":"Go",".rs":"Rust",".rb":"Ruby",".erb":"Ruby",".php":"PHP",".phtml":"PHP",".swift":"Swift",".sh":"Shell",".bash":"Shell",".zsh":"Shell",".fish":"Shell",".ps1":"PowerShell",".psm1":"PowerShell",".html":"HTML",".htm":"HTML",".xhtml":"HTML",".css":"CSS",".scss":"SCSS",".sass":"Sass",".less":"Less",".json":"JSON",".xml":"XML",".yaml":"YAML",".yml":"YAML",".toml":"TOML",".ini":"INI",".md":"Markdown",".rst":"reStructuredText",".tex":"TeX",".r":"R",".R":"R",".rmd":"R",".jl":"Julia",".lua":"Lua",".dart":"Dart",".elm":"Elm",".ex":"Elixir",".exs":"Elixir",".erl":"Erlang",".hrl":"Erlang",".clj":"Clojure",".cljs":"Clojure",".cljc":"Clojure",".ml":"OCaml",".mli":"OCaml",".nim":"Nim",".nims":"Nim",".zig":"Zig",".pl":"Perl",".pm":"Perl",".t":"Perl",".hs":"Haskell",".lhs":"Haskell",".v":"Verilog",".sv":"SystemVerilog",".vhd":"VHDL",".vhdl":"VHDL",".mat":"MATLAB",".sol":"Solidity"};const _m=["node_modules","vendor","bower_components","jspm_packages","dist","build","out","target","bin","obj",".idea",".vscode",".vs",".git",".svn",".hg",".cache",".pytest_cache","__pycache__",".mypy_cache","coverage",".nyc_output","htmlcov","_build","site",".docusaurus","packages",".yarn",".pnp"];const pg=[".exe",".dll",".so",".dylib",".a",".o",".jpg",".jpeg",".png",".gif",".bmp",".svg",".ico",".webp",".txt",".pdf",".doc",".docx",".xls",".xlsx",".ppt",".pptx",".zip",".tar",".gz",".bz2",".7z",".rar",".mp3",".mp4",".avi",".mov",".wav",".flac",".ttf",".otf",".woff",".woff2",".eot",".lock",".min.js",".min.css",".map",".snap"];function detectLanguagesFromRepository(La){const hl={};for(const fl of La){let La=false;for(const hl of _m){if(fl.includes(`/${hl}/`)||fl.includes(`/${hl}`)){La=true;break}}if(!La){const La=p_.extname(fl).toLowerCase();if(!pg.includes(La)){const yl=p_.basename(fl);if(yl!=="package-lock.json"&&yl!=="yarn.lock"&&yl!=="pnpm-lock.yaml"){const fl=N_[La];if(fl){hl[fl]=(hl[fl]||0)+1}}}}}const fl=(0,w_.default)(Object.values(hl));if(fl===0){return{}}const yl=[];for(const[La,Pl]of Object.entries(hl)){const hl=Pl/fl*100;if(hl>=1){yl.push([La,Math.round(hl*10)/10])}}const Pl=(0,D_.default)(yl,La=>-La[1]);const Ul=(0,I_.default)(Pl,10);const Gd={};for(const[La,hl]of Ul){Gd[La]=hl}return Gd}0&&0},32638:(La,hl,fl)=>{"use strict";var yl=Object.defineProperty;var Pl=Object.getOwnPropertyDescriptor;var Ul=Object.getOwnPropertyNames;var Gd=Object.prototype.hasOwnProperty;var __export=(La,hl)=>{for(var fl in hl)yl(La,fl,{get:hl[fl],enumerable:true})};var __copyProps=(La,hl,fl,af)=>{if(hl&&typeof hl==="object"||typeof hl==="function"){for(let n_ of Ul(hl))if(!Gd.call(La,n_)&&n_!==fl)yl(La,n_,{get:()=>hl[n_],enumerable:!(af=Pl(hl,n_))||af.enumerable})}return La};var __toCommonJS=La=>__copyProps(yl({},"__esModule",{value:true}),La);var af={};__export(af,{matchContributors:()=>matchContributors});La.exports=__toCommonJS(af);var n_=fl(56977);const matchByEmail=(La="",hl="",fl="")=>{if(!La||typeof La!=="string"){return null}let yl=La.includes("@")?La.split("@")[0]:La;yl=yl?.includes("+")?yl.split("+")[1]:yl;yl=yl.replace(/\./g,"");return yl.includes(fl)||yl.includes(hl)||hl?.includes(yl)||fl===yl};const matchByName=(La="",hl="")=>{if(!hl||!La||typeof La!=="string"||typeof hl!=="string"){return false}const fl=hl.trim().toLowerCase();const yl=La.trim().toLowerCase();return yl?.includes(fl)};const formatProviderContributors=La=>La.map(({login:La,name:hl})=>({login:La,name:hl})).filter(({login:La,name:hl})=>La||hl);const formatGitContributors=La=>Object.keys(La).map(hl=>{const fl=hl.split(" ");return{email:fl.pop(),login:fl.join(""),name:fl[0],lastName:fl[1],fullName:fl.join(" "),reversedName:(fl[1]||"")+fl[0],contributor:hl,contributions:La[hl]}});const getUserMappingFromConfig=async(La,hl)=>{try{const hl=La?.config?.user_mapping?.reduce((La,hl)=>{const fl=Object.keys(hl)[0];const yl=hl[fl]??fl;return{...La,[fl]:yl}},{})||{};return hl}catch(La){const{owner:fl,repo:yl,pullRequestNumber:Pl}=hl;await(0,n_.prepareSendingLogsToDD)("info",`Failed to parse user_mapping for pr ${fl}/${yl}/${Pl}`,hl,{error:La?.message},true);console.log("Failed to parse user_mapping: ",La);return{}}};const matchContributorsFromProviderData=async(La,hl,fl)=>{try{const fl=formatProviderContributors(La);const yl=formatGitContributors(hl);const Pl={};let Ul=[];yl.forEach(La=>{const hl=fl.find(({name:hl,login:fl})=>matchByEmail(La.email,fl,hl)||matchByName(La.login,fl));if(La.contributor&&hl){Pl[La.contributor]=hl.login}else{Ul.push(La)}});const Gd=[...Ul];Ul=[];Gd.forEach(La=>{const hl=fl.find(({name:hl})=>matchByName(La.fullName,hl)||matchByName(La.reversedName,hl));if(La.contributor&&hl){Pl[La.contributor]=hl.login}else{Ul.push(La)}});Ul.forEach(La=>{if(La.contributor){Pl[La.contributor]=La.contributor}});return Pl}catch(La){const{owner:hl,repo:yl,pullRequestNumber:Pl}=fl;await(0,n_.prepareSendingLogsToDD)("info",`Failed to match contributors for pr: ${hl}/${yl}/${Pl}`,fl,{error:La?.message},true);console.error("Failed to match contributors",La);return{}}};const mergeResults=(La,hl)=>Object.keys(hl).reduce((fl,yl)=>({...fl,[yl]:La[yl]??hl[yl]}),{});const matchContributors=async(La,hl,fl,yl)=>{const{owner:Pl,repo:Ul,pullRequestNumber:Gd}=fl;if(!La||!hl){console.error("matchContributors failed: not provided data");return{}}const af=await matchContributorsFromProviderData(La,hl,fl);const i_=await getUserMappingFromConfig(yl,fl);if(Object.keys(i_).length){await(0,n_.prepareSendingLogsToDD)("info",`got contributors from config for pr: ${Pl}/${Ul}/${Gd}`,fl,{userMappingFromConfig:i_},true);return mergeResults(i_,af)}return af};0&&0},34414:(La,hl,fl)=>{"use strict";var yl=Object.defineProperty;var Pl=Object.getOwnPropertyDescriptor;var Ul=Object.getOwnPropertyNames;var Gd=Object.prototype.hasOwnProperty;var __export=(La,hl)=>{for(var fl in hl)yl(La,fl,{get:hl[fl],enumerable:true})};var __copyProps=(La,hl,fl,af)=>{if(hl&&typeof hl==="object"||typeof hl==="function"){for(let n_ of Ul(hl))if(!Gd.call(La,n_)&&n_!==fl)yl(La,n_,{get:()=>hl[n_],enumerable:!(af=Pl(hl,n_))||af.enumerable})}return La};var __toCommonJS=La=>__copyProps(yl({},"__esModule",{value:true}),La);var af={};__export(af,{getTheRightGitAuthor:()=>getTheRightGitAuthor});La.exports=__toCommonJS(af);var n_=fl(56977);var i_=fl(36010);const getTheRightGitAuthor=(La,hl,fl,yl,Pl,Ul)=>{let Gd={author:hl,prevResults:[]};try{if(!Object.keys(La||[]).includes(hl)){const La=Object.keys(yl).filter(La=>{const hl=yl[La];return hl&&fl&&hl===fl});La.forEach(hl=>{const fl=(0,i_.commitsDateByAuthor)(hl,Pl,Ul);if(fl.length===1){Gd={author:hl,prevResults:fl}}else if(La.length>1&&Gd.prevResults.length<=fl.length){Gd={author:hl,prevResults:fl}}})}const af=`${Gd.author?.split("<")[0].replace(/\s*$/,"")}\n`;const n_=`<${Gd.author?.split("<")[1]}`;return{gitName:af,gitEmail:n_,fullName:Gd.author}}catch(La){(0,n_.debug)(`Failed getting the right author. Error: ${La}`);return Gd}};0&&0},62785:(La,hl,fl)=>{"use strict";var yl=Object.create;var Pl=Object.defineProperty;var Ul=Object.getOwnPropertyDescriptor;var Gd=Object.getOwnPropertyNames;var af=Object.getPrototypeOf;var n_=Object.prototype.hasOwnProperty;var __export=(La,hl)=>{for(var fl in hl)Pl(La,fl,{get:hl[fl],enumerable:true})};var __copyProps=(La,hl,fl,yl)=>{if(hl&&typeof hl==="object"||typeof hl==="function"){for(let af of Gd(hl))if(!n_.call(La,af)&&af!==fl)Pl(La,af,{get:()=>hl[af],enumerable:!(yl=Ul(hl,af))||yl.enumerable})}return La};var __toESM=(La,hl,fl)=>(fl=La!=null?yl(af(La)):{},__copyProps(hl||!La||!La.__esModule?Pl(fl,"default",{value:La,enumerable:true}):fl,La));var __toCommonJS=La=>__copyProps(Pl({},"__esModule",{value:true}),La);var i_={};__export(i_,{PRIVILEGED_ORGS:()=>w_,doubleParse:()=>doubleParse,isPrivilegedOrg:()=>isPrivilegedOrg,omitTokens:()=>omitTokens});La.exports=__toCommonJS(i_);var p_=__toESM(fl(92020));const w_=["linear-b","mishakav","yeela-org","yeelali14","eladkohavi"];const doubleParse=La=>{const hl=JSON.parse(La);if(typeof hl==="string"){return JSON.parse(hl)}return hl};const omitTokens=La=>{const hl=(0,p_.default)(La,["githubToken","gitlabToken","bitbucketToken","resolverToken"]);return hl};const isPrivilegedOrg=La=>{const hl=La?.toLowerCase()||"";return w_.some(La=>La.toLowerCase()===hl)};0&&0},95616:(La,hl,fl)=>{"use strict";var yl=Object.defineProperty;var Pl=Object.getOwnPropertyDescriptor;var Ul=Object.getOwnPropertyNames;var Gd=Object.prototype.hasOwnProperty;var __export=(La,hl)=>{for(var fl in hl)yl(La,fl,{get:hl[fl],enumerable:true})};var __copyProps=(La,hl,fl,af)=>{if(hl&&typeof hl==="object"||typeof hl==="function"){for(let n_ of Ul(hl))if(!Gd.call(La,n_)&&n_!==fl)yl(La,n_,{get:()=>hl[n_],enumerable:!(af=Pl(hl,n_))||af.enumerable})}return La};var __toCommonJS=La=>__copyProps(yl({},"__esModule",{value:true}),La);var af={};__export(af,{applyPlaygroundEnv:()=>applyPlaygroundEnv,getCloneRepoPath:()=>getCloneRepoPath,getCustomEnv:()=>getCustomEnv,getErrorManager:()=>getErrorManager,getInlinePlugins:()=>getInlinePlugins,getIsExecutePlayground:()=>getIsExecutePlayground,getIsManagedGitstream:()=>getIsManagedGitstream,getSandboxConfig:()=>getSandboxConfig,setCloneRepoPath:()=>setCloneRepoPath,setCustomEnv:()=>setCustomEnv,setInlinePlugins:()=>setInlinePlugins,setIsExecutePlayground:()=>setIsExecutePlayground,setIsManagedGitstream:()=>setIsManagedGitstream,setNewErrorManager:()=>setNewErrorManager,setSandboxConfig:()=>setSandboxConfig});La.exports=__toCommonJS(af);var n_=fl(80329);let i_=false;let p_="";let w_=false;let D_=new n_.RulesEngineErrorManager;let I_=null;let N_=[];let _m=null;const setCloneRepoPath=La=>{p_=La};const getCloneRepoPath=()=>p_;const setIsExecutePlayground=La=>{i_=La};const getIsExecutePlayground=()=>i_;const setIsManagedGitstream=La=>{w_=La};const getIsManagedGitstream=()=>w_;const setNewErrorManager=()=>{D_=new n_.RulesEngineErrorManager};const getErrorManager=()=>D_;const setSandboxConfig=La=>{I_=La};const getSandboxConfig=()=>I_;const setInlinePlugins=La=>{N_=La};const getInlinePlugins=()=>N_;const setCustomEnv=La=>{_m=La};const getCustomEnv=()=>_m;const applyPlaygroundEnv=La=>{if(!i_){return}La.env=_m||{}};0&&0},34476:(La,hl,fl)=>{"use strict";var yl=Object.create;var Pl=Object.defineProperty;var Ul=Object.getOwnPropertyDescriptor;var Gd=Object.getOwnPropertyNames;var af=Object.getPrototypeOf;var n_=Object.prototype.hasOwnProperty;var __export=(La,hl)=>{for(var fl in hl)Pl(La,fl,{get:hl[fl],enumerable:true})};var __copyProps=(La,hl,fl,yl)=>{if(hl&&typeof hl==="object"||typeof hl==="function"){for(let af of Gd(hl))if(!n_.call(La,af)&&af!==fl)Pl(La,af,{get:()=>hl[af],enumerable:!(yl=Ul(hl,af))||yl.enumerable})}return La};var __toESM=(La,hl,fl)=>(fl=La!=null?yl(af(La)):{},__copyProps(hl||!La||!La.__esModule?Pl(fl,"default",{value:La,enumerable:true}):fl,La));var __toCommonJS=La=>__copyProps(Pl({},"__esModule",{value:true}),La);var i_={};__export(i_,{executeCached:()=>executeCached,executeOneRuleFile:()=>executeOneRuleFile,executeParser:()=>executeParser,extractAdmins:()=>extractAdmins,getCMChanged:()=>getCMChanged,getRulesAndValidate:()=>getRulesAndValidate,getWatchers:()=>getWatchers,parseMultipleRuleFiles:()=>parseMultipleRuleFiles,parseRules:()=>parseRules,stringifyParserResults:()=>stringifyParserResults});La.exports=__toCommonJS(i_);var p_=__toESM(fl(16928));var w_=fl(41002);var D_=fl(13169);var I_=fl(38201);var N_=fl(14947);var _m=fl(78850);var pg=fl(7426);var mg=fl(56977);var gg=fl(63426);var eA=fl(83572);var tA=fl(47141);var rA=fl(9597);var nA=fl(50125);var iA=fl(62840);var sA=fl(23418);var aA=fl(45273);var oA=fl(95616);var lA=fl(8324);var cA=fl(18471);var uA=fl(42695);var pA=fl(76852);const handleWarnings=async(La,hl={})=>{await Promise.all(Object.keys(hl).map(fl=>{const yl=parseInt(fl,10);return(0,uA.handleWarning)(hl[fl],yl,La)}))};const parseRules=async(La,hl,fl,yl,Pl=false)=>{await(0,_m.initializeWasm)();const Ul=String(iA.CWD.cwd);try{await(0,lA.validateRuleFile)(La,yl,fl);const Gd=(0,oA.getIsExecutePlayground)();const af=(0,oA.getIsManagedGitstream)();const n_=af?(0,pg.getOverrideCloneRepoPath)():p_.default.join(process.cwd(),Ul);const i_=p_.default.resolve(n_,aA.REPO_FOLDER.DEFAULT,pA.REPO_LEVEL_PLUGINS_PATH);const w_=p_.default.resolve(n_,aA.REPO_FOLDER.CM,pA.ORG_LEVEL_PLUGINS_PATH);const D_=(0,oA.getSandboxConfig)();const N_=(0,oA.getInlinePlugins)();const _m=new I_.RuleParser(La,hl,pg.DEBUG_MODE,fl,i_,w_,Gd,Pl,D_??void 0,N_);const mg=await _m.parseStreams();return mg}catch(hl){const Pl=(0,rA.getErrorMessage)(hl);const{owner:Ul,repo:Gd,pullRequestNumber:af}=fl;console.error(`Failed to parse cm file`,{ruleFile:yl,error:Pl});await(0,mg.prepareSendingLogsToDD)("error",`${D_.ERRORS.FAILED_TO_PARSE_CM} in pr ${Ul}/${Gd}/${af}`,fl,{error:Pl,rules:La,ruleFile:yl});await(0,rA.handleValidationErrors)(hl,D_.STATUS_CODES.SYNTAX_ERROR,fl,yl);return{}}};const stringifyParserResults=La=>{try{if(!La){return""}const hl=Object.values(La.automations||{}).filter(({passed:La})=>La);const fl=hl.flatMap(({run:La})=>La.map(({action:La,args:hl})=>{const fl=Object.keys(hl||{}).filter(Boolean).map(La=>{let fl=hl[La];if(fl?.toString().match(/^base64:*/g)){fl=(0,eA.decodeBase64)(fl)}return`${La}: "${fl?fl.toString().replace("\n","\\n"):""}"`}).join(" and ");return`- ${La} ${fl}`}));return fl.join("\n")}catch(hl){console.log(`Failed to stringify parser results`,{error:hl,results:La});return"Failed to stringify parser results"}};const executeOneRuleFile=async({ruleFileContent:La,payload:hl,baseBranch:fl,refBranch:yl,ruleFile:Pl="playground.cm",cloneRepoPath:Ul})=>{let Gd={};try{(0,iA.addSafeDirectorySafely)();const{owner:af,repo:n_,branch:i_,pullRequestNumber:p_,triggeredBy:w_,mergeCommitSha:D_,prContext:I_,source:_m}=hl;iA.CWD.cwd=Ul;if((0,oA.getIsManagedGitstream)()){iA.CWD.cwd=(0,pg.getOverrideCloneRepoPath)()}(0,oA.setCloneRepoPath)(Ul);console.log(`start building context: ${I_?.url}. cdw: ${iA.CWD.cwd}`);(0,pg.setClientPayload)(JSON.stringify(hl));const mg=await(0,tA.getContext)(fl,yl,hl,La,Pl);if(!Object.keys(mg?.repo||{}).length){throw new Error(`failed to get context for: ${I_?.url}`)}const gg={owner:af,repo:n_,branch:i_,pullRequestNumber:p_,triggeredBy:w_||"playground",mergeCommitSha:D_};const rA=(0,N_.getExpertReviewer)(mg?.repo,mg.files,gg);Gd=(0,cA.removeDSObjects)(mg);Gd.repo={...Gd.repo,data_service:{expert_reviwer_request:rA},provider:_m};Gd.branch.name=(0,eA.replaceBranchUpstream)(Gd.branch.name);(0,oA.applyPlaygroundEnv)(Gd);const nA=(0,eA.convertRuleFileToStringSafe)(La);const sA=await parseRules(nA,Gd,hl,Pl);console.log(`successful parse rules for: ${I_?.url}, stringify results`,{results:JSON.stringify(sA)});await handleWarnings(hl,sA?.warnings);const aA=stringifyParserResults(sA);const lA=(0,cA.removeInternalFields)(Gd);if((0,oA.getIsManagedGitstream)()){const La=(0,oA.getErrorManager)().stringifyErrors();if(La){console.error(La)}}return{results:aA,context:lA,errors:(0,oA.getErrorManager)().stringifyErrors(sA?.errors||{}),raw:sA}}catch(La){if(La instanceof nA.RulesEngineAggregateError){throw La}const fl=(0,rA.getErrorMessage)(La);console.error(`Failed to execute one rule file: ${hl.prContext?.url}`,La);await(0,rA.handleValidationErrors)(D_.ERRORS.FAILED_TO_RUN_ONE_RULE_FILE,D_.STATUS_CODES.FAILED_TO_RUN_ONE_RULE_FILE,hl,Pl);const{resolverToken:yl,...Ul}=Gd;return{results:fl,context:Ul,errors:fl,raw:{payload:hl}}}};const executeCached=async La=>{const{ruleFileContent:hl,payload:fl,ruleFile:yl="playground.cm",cachedContext:Pl}=La;const Ul=(0,eA.convertRuleFileToStringSafe)(hl);const Gd=await parseRules(Ul,Pl,fl,yl);const af=stringifyParserResults(Gd);const{resolverToken:n_,...i_}=Pl;return{results:af,context:i_,errors:(0,oA.getErrorManager)().stringifyErrors(Gd?.errors||{}),raw:Gd}};const parseRulesParserErrors=async(La,hl,fl,yl)=>{const{owner:Pl,repo:Ul,pullRequestNumber:Gd}=yl;try{const af=La?.validatorErrors;const n_=La?.errors;if(Object.keys(af||{}).length){for(const La of Object.keys(af)){(0,mg.debug)(`${D_.ERRORS.VALIDATOR_ERROR} - ${La}: ${af[La]}`);await(0,mg.prepareSendingLogsToDD)("warn",`${D_.ERRORS.VALIDATOR_ERROR} - ${La} in pr ${Pl}/${Ul}/${Gd}`,yl,{error:`${af[La]}`,version:w_.version,ruleFile:hl,cmContent:fl},true)}}await handleWarnings(yl,La?.warnings);if(Object.keys(n_||{}).length){for(const La of Object.keys(n_)){(0,mg.debug)(`Error: ${n_[La]}`);await(0,rA.handleValidationErrors)(n_[La],La,yl,hl)}return true}return false}catch(La){const fl=(0,rA.getErrorMessage)(La);(0,mg.debug)(`Error in parseRulesParserErrors ${fl}`);await(0,mg.prepareSendingLogsToDD)("warn",`${D_.ERRORS.FAILED_PARSE_RULES_PARSER_ERRORS} in pr ${Pl}/${Ul}/${Gd}`,yl,{error:`${fl}`,ruleFile:hl},true);await(0,rA.handleValidationErrors)(`${D_.ERRORS.FAILED_PARSE_RULES_PARSER_ERRORS}: ${fl}`,D_.STATUS_CODES.FAILED_PARSE_RULES_PARSER_ERRORS,yl,hl);return true}};const parseMultipleRuleFiles=async(La,hl,fl,yl,Pl)=>{let Ul={};let Gd={};let af={};const{contextPerFile:n_}=await(0,cA.prepareGitContext)(La,hl,fl,yl,Pl);const i_=Object.keys(La);for(let hl=0;hl{const fl=Pl?.replace(".cm/","")?.replace(".cm","")||Pl;const Ul=!Pl?.includes(".cm/");return{...La,[`${fl}/${hl}`]:{...Gd.automations[hl],is_org_level:Ul,provider_repository_id:Ul?yl.cmRepoId:yl.providerRepoId,cmPath:Pl}}},Ul)}}catch(hl){const fl=(0,rA.getErrorMessage)(hl);(0,mg.debug)(`parseMultipleRuleFiles error: ${fl}`);const{owner:Pl,repo:Ul,pullRequestNumber:Gd}=yl;await(0,mg.prepareSendingLogsToDD)("error",`${D_.ERRORS.FAILED_TO_PARSE_CM} in pr ${Pl}/${Ul}/${Gd}`,yl,{error:fl,rules:La,ruleFile:ruleFile});await(0,rA.handleValidationErrors)(D_.ERRORS.FAILED_TO_PARSE_CM,D_.STATUS_CODES.FAILED_TO_PARSE_CM,yl,ruleFile)}}return{automations:Ul,contextPerFile:n_,filtersUsage:Gd?.analytics,warnings:af}};const extractAdmins=async(La,hl,fl,yl)=>{try{const{cmRepoRef:Pl,repo:Ul,cmOrgRef:Gd}=yl;const af=Gd||Pl||La;const n_=Ul?.toLowerCase()===pg.ORG_LEVEL_REPO?aA.MAIN_RULES_FILE:`.cm/${aA.MAIN_RULES_FILE}`;const i_=(0,iA.readRemoteFile)(n_,af);const p_=await(0,gg.parseCMFile)(yl,i_,n_);let w_=[];if(p_&&"config"in p_&&p_.config?.admin?.users){w_=p_.config.admin.users}const mergeOrgLevelAdmins=async(La,hl,fl)=>{const yl=(0,iA.readRemoteFile)(aA.MAIN_RULES_FILE,La,aA.REPO_FOLDER.CM);const Pl=await(0,gg.parseCMFile)(hl,yl,aA.MAIN_RULES_FILE);if(Pl&&"config"in Pl&&Pl.config?.admin?.users){return fl.concat(Pl.config.admin.users)}return fl};if(hl){w_=await mergeOrgLevelAdmins(Pl??"",yl,w_)}if(fl){w_=await mergeOrgLevelAdmins(Gd??"",yl,w_)}const D_=Array.from(new Set(w_));return D_}catch(La){const{owner:hl,repo:fl,pullRequestNumber:Pl}=yl;await(0,mg.prepareSendingLogsToDD)("warn",`${D_.ERRORS.FAILED_TO_EXTRACT_ADMINS} in pr ${hl}/${fl}/${Pl}`,yl,{error:La?.message},true);console.warn(D_.ERRORS.FAILED_TO_EXTRACT_ADMINS);return[]}};const getCMChanged=(La,hl,fl,yl)=>{const Pl=(0,iA.isCmChanged)(La,hl,fl,yl);const Ul=Pl&&(0,iA.hasNonRuleFilesChanges)(La,hl,fl,yl);return{cmChanged:Pl,isDryRun:Ul}};const getRules=async(La,hl,fl,yl,Pl,Ul=false)=>{try{let Gd=0;const{repo:af,cmRepoRef:n_,cmOrgRef:i_}=yl;let p_=await(0,iA.getRuleFiles)(La?hl:fl,af);Gd+=Object.keys(p_).length;const mergeOrgRules=async(La,hl,fl,yl)=>{if(hl&&fl?.toLowerCase()!==pg.ORG_LEVEL_REPO){const hl=(0,iA.getOrgCmFiles)(La);Gd+=Object.keys(hl).length;const Pl=await(0,iA.getOrgCMFilesBasedOnRepo)(hl,fl,yl);for(const La of Pl.orgRulesToExclude){delete hl[La]}p_={...hl,...p_}}};await mergeOrgRules(n_??"",Pl,af,yl);await mergeOrgRules(i_??"",Ul,af,yl);return{rules:p_,totalValidRuleFiles:Gd}}catch(La){(0,mg.debug)((0,rA.getErrorMessage)(La));return{}}};const getRulesAndValidate=async(La,hl,fl,yl,Pl,Ul)=>{const{rules:Gd,totalValidRuleFiles:af}=await getRules(La,hl,fl,yl,Pl,Ul);if(!af){await(0,mg.prepareSendingLogsToDD)("warn",D_.ERRORS.RULE_FILE_NOT_FOUND,yl,{error:D_.ERRORS.RULE_FILE_NOT_FOUND},true);await(0,rA.handleValidationErrors)(D_.ERRORS.RULE_FILE_NOT_FOUND,D_.STATUS_CODES.RULE_FILE_NOT_FOUND,yl)}return Gd};const getPREventsInRuleFile=(La,hl)=>Object.values(pg.WATCH_PR_EVENTS).reduce((fl,yl)=>{if(La[hl].includes(`pr.${yl}`)){return{...fl,[yl]:true}}return fl},{});const getFiltersInRuleFile=(La,hl)=>Object.keys(pg.WATCH_FILTERS).reduce((fl,yl)=>{if(pg.WATCH_FILTERS[yl].test(La[hl])){return{...fl,[yl]:true}}return fl},{});const getWatchers=async(La,hl)=>{try{const hl=Object.keys(La).reduce((hl,fl)=>{const yl=getPREventsInRuleFile(La,fl);const Pl=getFiltersInRuleFile(La,fl);return{events:{...hl?.events,...yl},filters:{...hl?.filters,...Pl}}},{});return hl}catch(La){const{owner:fl,repo:yl,pullRequestNumber:Pl}=hl;await(0,mg.prepareSendingLogsToDD)("warn",`${D_.ERRORS.FAILED_TO_GET_WATCHERS} in pr ${fl}/${yl}/${Pl}`,hl,{error:(0,rA.getErrorMessage)(La)},true);await(0,rA.handleValidationErrors)(D_.ERRORS.FAILED_TO_GET_WATCHERS,D_.STATUS_CODES.FAILED_TO_GET_WATCHERS,hl)}};const executeParser=async({context:La,ruleFileContent:hl,payload:fl})=>{const yl="playground.cm";La.branch.name=(0,eA.replaceBranchUpstream)(La.branch.name);(0,oA.applyPlaygroundEnv)(La);const Pl=(0,eA.convertRuleFileToStringSafe)(hl);const Ul=await parseRules(Pl,La,fl,yl);delete La.env;const Gd=stringifyParserResults(Ul);return{results:Gd,errors:(0,oA.getErrorManager)().stringifyErrors(Ul?.errors||{}),raw:Ul}};0&&0},8324:(La,hl,fl)=>{"use strict";var yl=Object.defineProperty;var Pl=Object.getOwnPropertyDescriptor;var Ul=Object.getOwnPropertyNames;var Gd=Object.prototype.hasOwnProperty;var __export=(La,hl)=>{for(var fl in hl)yl(La,fl,{get:hl[fl],enumerable:true})};var __copyProps=(La,hl,fl,af)=>{if(hl&&typeof hl==="object"||typeof hl==="function"){for(let n_ of Ul(hl))if(!Gd.call(La,n_)&&n_!==fl)yl(La,n_,{get:()=>hl[n_],enumerable:!(af=Pl(hl,n_))||af.enumerable})}return La};var __toCommonJS=La=>__copyProps(yl({},"__esModule",{value:true}),La);var af={};__export(af,{validateRuleFile:()=>validateRuleFile});La.exports=__toCommonJS(af);var n_=fl(78963);var i_=fl(9597);var p_=fl(13169);const w_=/^.*#.*$/gm;const D_=/^\s*\n/gm;const I_=/-.*action( )*:.*/gi;const N_=/-.*action.*: /gi;const _m="automations:";const pg=/{[\s]+{|}[\s]+}/gi;const validateKeyword=async(La,hl,fl)=>{if(!La.includes(_m)){await(0,i_.handleValidationErrors)(p_.ERRORS.MISSING_KEYWORD,p_.STATUS_CODES.MISSING_KEYWORD,fl,hl)}};const validateActions=async(La,hl,fl)=>{const yl=Object.values(n_.validatorsConstants.SUPPORTED_ACTIONS_BY_PROVIDER[fl.source??""]||n_.validatorsConstants.SUPPORTED_ACTIONS_BY_PROVIDER.default);const Pl=La.filter(La=>!yl.includes(La));if(Pl.length){await(0,i_.handleValidationErrors)(`The following actions are not supported: ${Pl.map(La=>`\`${La}\``).join(", ")} [Supported actions](https://docs.gitstream.cm/automation-actions/)`,p_.STATUS_CODES.UNSUPPORTED_ACTION,fl,hl)}};const validateExpressions=async(La,hl,fl)=>{if(La.match(pg)){await(0,i_.handleValidationErrors)(p_.ERRORS.MALFORMED_EXPRESSION,p_.STATUS_CODES.MALFORMED_EXPRESSION,fl,hl)}};const validateRequiredArgs=async(La,hl,fl)=>{La.forEach(async({action:La,args:yl})=>{const Pl=Object.keys(yl||{});const requiredArgsExists=La=>Pl.includes(La);const Ul=n_.validatorsConstants.REQUIRED_ARGUMENTS_BY_ACTIONS[La];if(!Ul){return}const Gd=Ul.all?!Ul.args.every(requiredArgsExists):!Ul.args.some(requiredArgsExists);if(Gd){await(0,i_.handleValidationErrors)(`Missing required args for action: \`${La}\`: [${Ul.args.filter(La=>!Pl.includes(La)).map(La=>`${La}`).join(", ")}]`,p_.STATUS_CODES.MISSING_REQUIRED_FIELDS,fl,hl)}})};const validateSupportedArgs=async(La,hl,fl)=>La.forEach(async({action:La,args:yl})=>{const Pl=Object.keys(yl||{}).filter(hl=>!n_.validatorsConstants.SUPPORTED_ARGUMENTS_BY_ACTION[La]?.includes(hl));if(Pl?.length){await(0,i_.handleValidationErrors)(`These arguments are not supported for \`${La}\`: [${Pl.map(La=>`${La}`).join(", ")}]`,p_.STATUS_CODES.UNSUPPORTED_ARGUMENT,fl,hl)}});const validateArgs=async(La,hl,fl)=>{try{const yl=(0,n_.safeRulesYamlLoad)(La);const Pl=Object.values(yl.automations).flatMap(({run:La})=>La);await validateSupportedArgs(Pl,hl,fl);await validateRequiredArgs(Pl,hl,fl)}catch(La){await(0,i_.handleValidationErrors)(La,p_.STATUS_CODES.SYNTAX_ERROR,fl,hl)}};const validateSavedWords=async(La,hl,fl)=>{try{(new n_.SavedWordsValidator).validate({yamlFile:La})}catch(La){await(0,i_.handleValidationErrors)(La,p_.STATUS_CODES.SYNTAX_ERROR,fl,hl)}};const validateAutomationNames=async(La,hl,fl)=>{try{(new n_.AutomationNamesValidator).validate({yamlFile:La})}catch(La){await(0,i_.handleValidationErrors)(La,p_.STATUS_CODES.SYNTAX_ERROR,fl,hl)}};const validateRuleFile=async(La,hl,fl)=>{const yl=La.replace(w_,"").replace(D_,"");await validateKeyword(yl,hl,fl);await validateExpressions(yl,hl,fl);const Pl=yl.match(I_)?.map(La=>La.replace(N_,"").trim())||[];await validateActions(Pl,hl,fl);await validateArgs(yl,hl,fl);await validateSavedWords(La,hl,fl);await validateAutomationNames(La,hl,fl)};0&&0},18471:(La,hl,fl)=>{"use strict";var yl=Object.defineProperty;var Pl=Object.getOwnPropertyDescriptor;var Ul=Object.getOwnPropertyNames;var Gd=Object.prototype.hasOwnProperty;var __export=(La,hl)=>{for(var fl in hl)yl(La,fl,{get:hl[fl],enumerable:true})};var __copyProps=(La,hl,fl,af)=>{if(hl&&typeof hl==="object"||typeof hl==="function"){for(let n_ of Ul(hl))if(!Gd.call(La,n_)&&n_!==fl)yl(La,n_,{get:()=>hl[n_],enumerable:!(af=Pl(hl,n_))||af.enumerable})}return La};var __toCommonJS=La=>__copyProps(yl({},"__esModule",{value:true}),La);var af={};__export(af,{prepareGitContext:()=>prepareGitContext,removeDSObjects:()=>removeDSObjects,removeInternalFields:()=>removeInternalFields});La.exports=__toCommonJS(af);var n_=fl(13169);var i_=fl(14947);var p_=fl(56977);var w_=fl(83572);var D_=fl(47141);var I_=fl(9597);const removeInternalFields=La=>{const{isFullyInstalled:hl,mergable:fl,languages:yl,...Pl}=La.pr;const{data_service:Ul,...Gd}=La.repo;const{env:af,resolverToken:n_,...i_}=La;return{...i_,pr:Pl,repo:Gd}};const removeDSObjects=La=>{const{ds_blame:hl,ds_activity:fl,...yl}=La.repo||{};return{...La,repo:yl}};const getContextForRule=async(La,hl,fl,yl,Pl,Ul=false)=>{const Gd=await(0,D_.getContext)(La,hl,fl,yl,Pl,Ul);const{repo:af,files:n_}=Gd;const p_=(0,i_.getExpertReviewer)(af,n_,fl);const I_=removeDSObjects(Gd);I_.repo={...I_.repo,data_service:{expert_reviwer_request:p_}};I_.env=process.env;I_.branch.name=(0,w_.replaceBranchUpstream)(I_.branch.name);return I_};const prepareGitContext=async(La,hl,fl,yl,Pl)=>{const Ul={};const Gd=Object.keys(La)?.[0];console.log("Calculating git context...");let af=await getContextForRule(hl,fl,yl,La[Gd],Gd,Pl);Ul[Gd]=af;for(const Gd of Object.keys(La)){try{const n_=La[Gd];if(n_.includes("ignore_files:")){af=await getContextForRule(hl,fl,yl,La[Gd],Gd,Pl)}af.env=process.env;af.branch.name=(0,w_.replaceBranchUpstream)(af.branch.name);Ul[Gd]=af}catch(hl){(0,p_.debug)(`prepareGitContext error: ${(0,I_.getErrorMessage)(hl)}`);const{owner:fl,repo:Pl,pullRequestNumber:Ul}=yl;await(0,p_.prepareSendingLogsToDD)("error",`${n_.ERRORS.FAILED_TO_GET_CONTEXT} in pr ${fl}/${Pl}/${Ul}`,yl,{error:(0,I_.getErrorMessage)(hl),rules:La,ruleFile:Gd});await(0,I_.handleValidationErrors)(n_.ERRORS.FAILED_TO_GET_CONTEXT,n_.STATUS_CODES.FAILED_TO_GET_CONTEXT,yl,Gd)}}return{contextPerFile:Ul}};0&&0},69057:(La,hl,fl)=>{"use strict";var yl=Object.create;var Pl=Object.defineProperty;var Ul=Object.getOwnPropertyDescriptor;var Gd=Object.getOwnPropertyNames;var af=Object.getPrototypeOf;var n_=Object.prototype.hasOwnProperty;var __export=(La,hl)=>{for(var fl in hl)Pl(La,fl,{get:hl[fl],enumerable:true})};var __copyProps=(La,hl,fl,yl)=>{if(hl&&typeof hl==="object"||typeof hl==="function"){for(let af of Gd(hl))if(!n_.call(La,af)&&af!==fl)Pl(La,af,{get:()=>hl[af],enumerable:!(yl=Ul(hl,af))||yl.enumerable})}return La};var __toESM=(La,hl,fl)=>(fl=La!=null?yl(af(La)):{},__copyProps(hl||!La||!La.__esModule?Pl(fl,"default",{value:La,enumerable:true}):fl,La));var __toCommonJS=La=>__copyProps(Pl({},"__esModule",{value:true}),La);var i_={};__export(i_,{fetchRunData:()=>fetchRunData,saveOutputToFiles:()=>saveOutputToFiles});La.exports=__toCommonJS(i_);var p_=__toESM(fl(52279));var w_=fl(26012);const saveOutputToFiles=({withEvaluatedAutomations:La,executionTime:hl})=>{p_.default.addParserResults(La);p_.default.addExecutionTime(hl);p_.default.saveOutputToFiles()};const fetchRunData=async(La,hl,fl,yl,Pl)=>{console.log("Loading run data...");const{rules:Ul,admins:Gd,cmState:af}=await(0,w_.loadRunData)(La,hl,fl,yl,Pl);return{rules:Ul,admins:Gd,cmState:af}};0&&0},26012:(La,hl,fl)=>{"use strict";var yl=Object.create;var Pl=Object.defineProperty;var Ul=Object.getOwnPropertyDescriptor;var Gd=Object.getOwnPropertyNames;var af=Object.getPrototypeOf;var n_=Object.prototype.hasOwnProperty;var __export=(La,hl)=>{for(var fl in hl)Pl(La,fl,{get:hl[fl],enumerable:true})};var __copyProps=(La,hl,fl,yl)=>{if(hl&&typeof hl==="object"||typeof hl==="function"){for(let af of Gd(hl))if(!n_.call(La,af)&&af!==fl)Pl(La,af,{get:()=>hl[af],enumerable:!(yl=Ul(hl,af))||yl.enumerable})}return La};var __toESM=(La,hl,fl)=>(fl=La!=null?yl(af(La)):{},__copyProps(hl||!La||!La.__esModule?Pl(fl,"default",{value:La,enumerable:true}):fl,La));var __toCommonJS=La=>__copyProps(Pl({},"__esModule",{value:true}),La);var i_={};__export(i_,{calculateRunData:()=>calculateRunData,loadRunData:()=>loadRunData,sendResultsToResolver:()=>sendResultsToResolver,validateDefaultFolder:()=>validateDefaultFolder});La.exports=__toCommonJS(i_);var p_=__toESM(fl(87269));var w_=fl(7426);var D_=fl(56977);var I_=fl(9597);var N_=fl(62840);var _m=fl(45273);var pg=fl(34476);var mg=fl(13169);var gg=fl(62785);const validateDefaultFolder=()=>{try{(0,N_.addSafeDirectorySafely)();return true}catch(La){_m.REPO_FOLDER.DEFAULT=".";return false}};const calculateRunData=async(La,hl,fl,yl,Pl)=>{(0,N_.addSafeDirectorySafely)();const{repo:Ul,mergeCommitSha:Gd}=La;const af=(0,pg.getCMChanged)(hl,fl,Ul,Gd);const n_=await(0,pg.getRulesAndValidate)(af.cmChanged,hl,fl,La,yl,Pl);const i_=await(0,pg.extractAdmins)(fl,yl,Pl,La);return{cmState:af,rules:n_,admins:i_,cache:{}}};const loadRunData=async(La,hl,fl,yl,Pl)=>{const{rules:Ul,admins:Gd,cmState:af,cache:n_}=await calculateRunData(La,hl,fl,yl,Pl);return{rules:Ul,admins:Gd,cmState:af,cache:n_}};const sendResultsToResolver=async(La,hl)=>{try{const fl=(0,w_.getRulesResolverUrl)(hl);const yl=(0,w_.getRulesResolverToken)(hl);const Pl={...La,context:(0,gg.omitTokens)(La.context)};await p_.default.post(fl,JSON.stringify(Pl),{headers:{"Content-Type":"application/json",Authorization:`Bearer ${yl}`,"x-request-id":hl?.xRequestId||""}});await(0,D_.prepareSendingLogsToDD)("info",mg.ERRORS.SEND_RESULTS_TO_RESOLVER_SUCCEEDED,hl);console.log({parserResults:JSON.stringify(La.automations)})}catch(fl){const yl=fl;await(0,D_.prepareSendingLogsToDD)("error",mg.ERRORS.SEND_RESULTS_TO_RESOLVER_FAILED,hl,{error:yl?.message,body:La});console.error(mg.ERRORS.SEND_RESULTS_TO_RESOLVER_FAILED,{error:yl.message});await(0,I_.handleValidationErrors)(yl?.message,mg.STATUS_CODES.SEND_RESULTS_TO_RESOLVER_FAILED,hl)}};0&&0},42695:(La,hl,fl)=>{"use strict";var yl=Object.create;var Pl=Object.defineProperty;var Ul=Object.getOwnPropertyDescriptor;var Gd=Object.getOwnPropertyNames;var af=Object.getPrototypeOf;var n_=Object.prototype.hasOwnProperty;var __export=(La,hl)=>{for(var fl in hl)Pl(La,fl,{get:hl[fl],enumerable:true})};var __copyProps=(La,hl,fl,yl)=>{if(hl&&typeof hl==="object"||typeof hl==="function"){for(let af of Gd(hl))if(!n_.call(La,af)&&af!==fl)Pl(La,af,{get:()=>hl[af],enumerable:!(yl=Ul(hl,af))||yl.enumerable})}return La};var __toESM=(La,hl,fl)=>(fl=La!=null?yl(af(La)):{},__copyProps(hl||!La||!La.__esModule?Pl(fl,"default",{value:La,enumerable:true}):fl,La));var __toCommonJS=La=>__copyProps(Pl({},"__esModule",{value:true}),La);var i_={};__export(i_,{handleWarning:()=>handleWarning});La.exports=__toCommonJS(i_);var p_=__toESM(fl(37484));var w_=fl(94040);var D_=fl(75400);var I_=fl(95616);const N_={github:La=>{p_.warning(La)},gitlab:async(La,hl)=>{await(0,D_.addAlertLabelToMR)(hl,w_.LABELS.SYNTAX_WARNING,false);console.warn(La)},default:La=>console.warn(La)};const handleWarning=async(La,hl,fl={})=>{if(!(0,I_.getIsExecutePlayground)()){const hl=(0,D_.extractSource)(fl);const yl=N_[hl]||N_.default;await yl(La,fl)}else{(0,I_.getErrorManager)().addError(hl,La)}};0&&0},52960:La=>{"use strict";var hl=Object.defineProperty;var fl=Object.getOwnPropertyDescriptor;var yl=Object.getOwnPropertyNames;var Pl=Object.prototype.hasOwnProperty;var __export=(La,fl)=>{for(var yl in fl)hl(La,yl,{get:fl[yl],enumerable:true})};var __copyProps=(La,Ul,Gd,af)=>{if(Ul&&typeof Ul==="object"||typeof Ul==="function"){for(let n_ of yl(Ul))if(!Pl.call(La,n_)&&n_!==Gd)hl(La,n_,{get:()=>Ul[n_],enumerable:!(af=fl(Ul,n_))||af.enumerable})}return La};var __toCommonJS=La=>__copyProps(hl({},"__esModule",{value:true}),La);var Ul={};__export(Ul,{argsDefinitionsByAction:()=>Gd,listify:()=>af});La.exports=__toCommonJS(Ul);const Gd={"add-comment@v1":{comment:{name:"comment",type:"string"}},"add-label@v1":{label:{name:"label",type:"string"}},"add-labels@v1":{labels:{name:"labels",type:"list"}},"add-reviewers@v1":{wait_for_all_checks:{name:"wait_for_all_checks",type:"boolean"},reviewers:{name:"reviewers",type:"list"},team_reviewers:{name:"team_reviewers",type:"list"}},"merge@v1":{wait_for_all_checks:{name:"wait_for_all_checks",type:"boolean"},rebase_on_merge:{name:"rebase_on_merge",type:"boolean"},squash_on_merge:{name:"squash_on_merge",type:"boolean"}},"require-reviewers@v1":{reviewers:{name:"reviewers",type:"list"}},"set-required-approvals@v1":{approvals:{name:"approvals",type:"number"}},"request-changes@v1":{comment:{name:"comment",type:"number"}},"update-description@v1":{description:{name:"description",type:"string"}}};const af=[Gd["add-reviewers@v1"].reviewers.name,Gd["require-reviewers@v1"].reviewers.name,Gd["add-reviewers@v1"].team_reviewers.name,Gd["add-labels@v1"].labels.name];0&&0},73888:La=>{"use strict";var hl=Object.defineProperty;var fl=Object.getOwnPropertyDescriptor;var yl=Object.getOwnPropertyNames;var Pl=Object.prototype.hasOwnProperty;var __export=(La,fl)=>{for(var yl in fl)hl(La,yl,{get:fl[yl],enumerable:true})};var __copyProps=(La,Ul,Gd,af)=>{if(Ul&&typeof Ul==="object"||typeof Ul==="function"){for(let n_ of yl(Ul))if(!Pl.call(La,n_)&&n_!==Gd)hl(La,n_,{get:()=>Ul[n_],enumerable:!(af=fl(Ul,n_))||af.enumerable})}return La};var __toCommonJS=La=>__copyProps(hl({},"__esModule",{value:true}),La);var Ul={};__export(Ul,{debug:()=>debug});La.exports=__toCommonJS(Ul);const debug=(La,hl)=>{if(hl){console.log(La)}};0&&0},55231:La=>{"use strict";var hl=Object.defineProperty;var fl=Object.getOwnPropertyDescriptor;var yl=Object.getOwnPropertyNames;var Pl=Object.prototype.hasOwnProperty;var __copyProps=(La,Ul,Gd,af)=>{if(Ul&&typeof Ul==="object"||typeof Ul==="function"){for(let n_ of yl(Ul))if(!Pl.call(La,n_)&&n_!==Gd)hl(La,n_,{get:()=>Ul[n_],enumerable:!(af=fl(Ul,n_))||af.enumerable})}return La};var __toCommonJS=La=>__copyProps(hl({},"__esModule",{value:true}),La);var Ul={};La.exports=__toCommonJS(Ul)},46326:La=>{"use strict";var hl=Object.defineProperty;var fl=Object.getOwnPropertyDescriptor;var yl=Object.getOwnPropertyNames;var Pl=Object.prototype.hasOwnProperty;var __export=(La,fl)=>{for(var yl in fl)hl(La,yl,{get:fl[yl],enumerable:true})};var __copyProps=(La,Ul,Gd,af)=>{if(Ul&&typeof Ul==="object"||typeof Ul==="function"){for(let n_ of yl(Ul))if(!Pl.call(La,n_)&&n_!==Gd)hl(La,n_,{get:()=>Ul[n_],enumerable:!(af=fl(Ul,n_))||af.enumerable})}return La};var __toCommonJS=La=>__copyProps(hl({},"__esModule",{value:true}),La);var Ul={};__export(Ul,{BITBUCKET_ARTIFICIAL_EVENTS:()=>p_,BITBUCKET_WEBHOOK_EVENTS:()=>i_,GITHUB_WEBHOOK_EVENTS:()=>Gd,GITLAB_ARTIFICIAL_EVENTS:()=>n_,GITLAB_WEBHOOK_EVENTS:()=>af});La.exports=__toCommonJS(Ul);const Gd={push:"push",issues:"issues",installation:"installation",installation_repositories:"installation_repositories",pull_request:"pull_request",pull_request_review:"pull_request_review",check_run:"check_run",pull_request_review_comment:"pull_request_review_comment",issue_comment:"issue_comment",pull_request_review_thread:"pull_request_review_thread",workflow_run:"workflow_run"};const af={MERGE_REQUEST_OPEN:"merge_request_open",MERGE_REQUEST_UPDATE:"merge_request_update",MERGE_REQUEST_REOPEN:"merge_request_reopen"};const n_={COMMIT_CREATED:"commit_created"};const i_={PULLREQUEST_APPROVED:"pullrequest:approved",PULLREQUEST_CREATED:"pullrequest:created",PULLREQUEST_FULFILLED:"pullrequest:fulfilled",PULLREQUEST_REJECTED:"pullrequest:rejected",PULLREQUEST_UNAPPROVED:"pullrequest:unapproved",PULLREQUEST_UPDATED:"pullrequest:updated"};const p_={COMMIT_CREATED:"commit:created"};0&&0},64661:(La,hl,fl)=>{"use strict";var yl=Object.create;var Pl=Object.defineProperty;var Ul=Object.getOwnPropertyDescriptor;var Gd=Object.getOwnPropertyNames;var af=Object.getPrototypeOf;var n_=Object.prototype.hasOwnProperty;var __export=(La,hl)=>{for(var fl in hl)Pl(La,fl,{get:hl[fl],enumerable:true})};var __copyProps=(La,hl,fl,yl)=>{if(hl&&typeof hl==="object"||typeof hl==="function"){for(let af of Gd(hl))if(!n_.call(La,af)&&af!==fl)Pl(La,af,{get:()=>hl[af],enumerable:!(yl=Ul(hl,af))||yl.enumerable})}return La};var __toESM=(La,hl,fl)=>(fl=La!=null?yl(af(La)):{},__copyProps(hl||!La||!La.__esModule?Pl(fl,"default",{value:La,enumerable:true}):fl,La));var __toCommonJS=La=>__copyProps(Pl({},"__esModule",{value:true}),La);var i_={};__export(i_,{filterExpertResult:()=>filterExpertResult,getAndFilterExpertReviewer:()=>getAndFilterExpertReviewer,getETR:()=>getETR,getExpertReviewer:()=>getExpertReviewer,parseExpertReviewerThreshold:()=>parseExpertReviewerThreshold});La.exports=__toCommonJS(i_);var p_=__toESM(fl(87269));var w_=fl(76852);const getETR=async La=>{try{const{data:{numericValue:hl}}=await p_.default.post(w_.API_ENDPOINTS.REVIEW_TIME,La,{headers:{"Content-type":"application/json"},timeout:w_.DEFAULT_TIMEOUT});return{numericValue:hl}}catch(La){console.warn("Failed to get ETR",La);return{numericValue:"N/A"}}};const getExpertReviewer=async La=>{try{if(La){const{data:hl}=await p_.default.post(w_.API_ENDPOINTS.EXPERT_REVIEWER,La,{headers:{"Content-type":"application/json"},timeout:w_.DEFAULT_TIMEOUT});return hl||{}}return{}}catch{return{}}};const filterExpertResult=(La,hl,fl,yl)=>{const Pl=Object.keys(La).reduce((Pl,Ul)=>{if(hl!==void 0?La[Ul][yl]>hl/100:La[Ul][yl]!La.includes("@")&&!La.includes("<>"))||[]};const parseExpertReviewerThreshold=La=>{const{gt:hl,lt:fl}=La;return hl||fl||.1};const getAndFilterExpertReviewer=async La=>{const hl=await getExpertReviewer(La.data_service?.expert_reviwer_request);if(!Object.keys(hl).length){return{data:{},dataWithoutIssuer:{},isIssuerFiltered:false}}let fl=false;const yl=Object.keys(hl).reduce((yl,Pl)=>{if(Pl===La.pr_author){fl=true;return yl}return{...yl,[Pl]:hl[Pl]}},{});return{data:hl,dataWithoutIssuer:yl,isIssuerFiltered:fl}};0&&0},11787:(La,hl,fl)=>{"use strict";var yl=Object.defineProperty;var Pl=Object.getOwnPropertyDescriptor;var Ul=Object.getOwnPropertyNames;var Gd=Object.prototype.hasOwnProperty;var __export=(La,hl)=>{for(var fl in hl)yl(La,fl,{get:hl[fl],enumerable:true})};var __copyProps=(La,hl,fl,af)=>{if(hl&&typeof hl==="object"||typeof hl==="function"){for(let n_ of Ul(hl))if(!Gd.call(La,n_)&&n_!==fl)yl(La,n_,{get:()=>hl[n_],enumerable:!(af=Pl(hl,n_))||af.enumerable})}return La};var __toCommonJS=La=>__copyProps(yl({},"__esModule",{value:true}),La);var af={};__export(af,{estimatedReviewTime:()=>estimatedReviewTime,mockAsyncFilter:()=>mockAsyncFilter,parseCodeExperts:()=>parseCodeExperts,parseExpertReviewer:()=>parseExpertReviewer,parseExplainCodeExpertHandler:()=>parseExplainCodeExpertHandler,parseExplainCodeExperts:()=>parseExplainCodeExperts,parseExplainExpertReviewer:()=>parseExplainExpertReviewer});La.exports=__toCommonJS(af);var n_=fl(39302);var i_=fl(64661);var p_=fl(77388);var w_=fl(61579);var D_=fl(72571);const I_="/dev/null";const getExpertsDetails=(La,hl,fl,yl)=>{const Pl=(0,D_.getExplainActivity)(La.explain?.activity,hl);const Ul=(0,D_.getExplainKnowledge)(La.explain?.blame,fl);return(0,D_.explainActivityAndBlameComment)(Array.from(new Set([...Object.keys(Pl),...Object.keys(Ul)])),Pl,Ul,hl,fl,yl.provider,yl?.git_history_since)};const estimatedReviewTime=async(La,hl)=>{(0,p_.handleAnalytics)(w_.AsyncFilters.estimatedReviewTime,[]);const fl=La.diff?.files_metadata.length;const{additionalLines:yl,deletedLines:Pl}=La.diff?.files_metadata.reduce((La,hl)=>{La.additionalLines+=hl.additions;La.deletedLines+=hl.deletions;return La},{additionalLines:0,deletedLines:0});const Ul=La.diff?.files_metadata.map(La=>({file_path:La.new_file!==I_?La.new_file:La.original_file,additions:La.additions,deletions:La.deletions}));const Gd={prMetadata:{commits:La.num_of_commits,files:fl,lines:yl+Pl},prFiles:Ul,prAdditionalLines:yl,prDeletedLines:Pl,baseBranch:La.base,request_source:"gitstream"};const{numericValue:af}=await(0,i_.getETR)(Gd);return hl(null,af)};const parseExpertReviewer=async(La,{gt:hl=0,lt:fl=0},yl)=>{try{(0,p_.handleAnalytics)(w_.AsyncFilters.expertReviewer,[{gt:hl,lt:fl}]);const{dataWithoutIssuer:Pl}=await(0,i_.getAndFilterExpertReviewer)(La);if(!Object.keys(Pl).length){return yl(null,[])}const Ul=(0,i_.filterExpertResult)(Pl,hl,fl,"reviewer_score").slice(0,2);return yl(null,Ul)}catch(La){console.log("error:",La);return yl(null,[])}};const parseExplainCodeExpertHandler=async(La,hl,fl)=>{try{const{gt:yl,lt:Pl,verbose:Ul=true}=hl;let Gd="";let af=p_.NO_VERBOSE_DOCS_LINK_COMMENT;const{data:w_,dataWithoutIssuer:I_,isIssuerFiltered:N_}=await(0,i_.getAndFilterExpertReviewer)(La);if(!Object.keys(w_).length||!Object.keys(I_).length){return fl(null,[])}const _m=(0,i_.filterExpertResult)(I_,yl,Pl,"reviewer_score").slice(0,2);const pg=(0,i_.filterExpertResult)(w_,yl,Pl,"avg_activity_score").slice(0,2);const mg=(0,i_.filterExpertResult)(w_,yl,Pl,"avg_blame_perc").slice(0,2);if(Ul){Gd=getExpertsDetails(w_,pg,mg,La);af=p_.DOCS_LINK_COMMENT}let gg="";const eA=N_&&!Object.keys(_m).length;const tA=!Object.keys(_m).length;const rA=La?.git_history_since;if(tA&&!eA){gg=(0,D_.getNoExpertFoundComment)(rA)}else{const fl=La.provider===n_.GIT_PROVIDERS.GITHUB?p_.GS_REVIEW_COMMAND_FOOTER:af;gg=`${(0,D_.explainExpertReviewerComment)(_m,pg,mg,(0,i_.parseExpertReviewerThreshold)(hl),La.provider,eA)} ${Gd} \n ${fl} \n`}const nA=`base64: ${Buffer.from(gg).toString("base64")}`;return fl(null,nA)}catch(La){console.log("error:",La);fl("")}};const parseCodeExperts=async(La,{gt:hl=0,lt:fl=0},yl)=>{(0,p_.handleAnalytics)(w_.AsyncFilters.codeExperts,[{gt:hl,lt:fl}]);await parseExpertReviewer(La,{gt:hl,lt:fl},yl)};const parseExplainExpertReviewer=async(La,hl,fl)=>{(0,p_.handleAnalytics)(w_.AsyncFilters.explainExpertReviewer,[hl]);await parseExplainCodeExpertHandler(La,hl,fl)};const parseExplainCodeExperts=async(La,hl,fl)=>{(0,p_.handleAnalytics)(w_.AsyncFilters.explainCodeExperts,[hl]);await parseExplainCodeExpertHandler(La,hl,fl)};const mockAsyncFilter=async(...La)=>{const hl=La.slice(0,-1);const fl=La[La.length-1];return fl(null,JSON.stringify(hl))};0&&0},1339:(La,hl,fl)=>{"use strict";var yl=Object.defineProperty;var Pl=Object.getOwnPropertyDescriptor;var Ul=Object.getOwnPropertyNames;var Gd=Object.prototype.hasOwnProperty;var __export=(La,hl)=>{for(var fl in hl)yl(La,fl,{get:hl[fl],enumerable:true})};var __copyProps=(La,hl,fl,af)=>{if(hl&&typeof hl==="object"||typeof hl==="function"){for(let n_ of Ul(hl))if(!Gd.call(La,n_)&&n_!==fl)yl(La,n_,{get:()=>hl[n_],enumerable:!(af=Pl(hl,n_))||af.enumerable})}return La};var __toCommonJS=La=>__copyProps(yl({},"__esModule",{value:true}),La);var af={};__export(af,{default:()=>i_});La.exports=__toCommonJS(af);var n_=fl(77388);const capture=(La,hl)=>{const{regex:fl}=hl;const yl=(0,n_.parseTermToValidString)(fl);const Pl=new RegExp(yl??"");const Ul=Pl.exec(La);if(Ul){return Ul[0]}return""};var i_=capture},34687:La=>{"use strict";var hl=Object.defineProperty;var fl=Object.getOwnPropertyDescriptor;var yl=Object.getOwnPropertyNames;var Pl=Object.prototype.hasOwnProperty;var __export=(La,fl)=>{for(var yl in fl)hl(La,yl,{get:fl[yl],enumerable:true})};var __copyProps=(La,Ul,Gd,af)=>{if(Ul&&typeof Ul==="object"||typeof Ul==="function"){for(let n_ of yl(Ul))if(!Pl.call(La,n_)&&n_!==Gd)hl(La,n_,{get:()=>Ul[n_],enumerable:!(af=fl(Ul,n_))||af.enumerable})}return La};var __toCommonJS=La=>__copyProps(hl({},"__esModule",{value:true}),La);var Ul={};__export(Ul,{parseCheckDependabot:()=>parseCheckDependabot});La.exports=__toCommonJS(Ul);const parseCheckDependabot=La=>{if(!La||La==='""'||La==="''"){return null}const hl=/(Bumps|Updates).*?from ([\d.-]+[A-Za-zαßβ]*) to ([\d.-]+[A-Za-zαßβ]*)/;const fl=hl.exec(La);if(fl&&fl.length===4){const[,,La,hl]=fl;const yl=hl&&hl.length>0&&hl[hl.length-1]==="."?hl.slice(0,-1):hl;return[yl,La]}return null};0&&0},98873:La=>{"use strict";var hl=Object.defineProperty;var fl=Object.getOwnPropertyDescriptor;var yl=Object.getOwnPropertyNames;var Pl=Object.prototype.hasOwnProperty;var __export=(La,fl)=>{for(var yl in fl)hl(La,yl,{get:fl[yl],enumerable:true})};var __copyProps=(La,Ul,Gd,af)=>{if(Ul&&typeof Ul==="object"||typeof Ul==="function"){for(let n_ of yl(Ul))if(!Pl.call(La,n_)&&n_!==Gd)hl(La,n_,{get:()=>Ul[n_],enumerable:!(af=fl(Ul,n_))||af.enumerable})}return La};var __toCommonJS=La=>__copyProps(hl({},"__esModule",{value:true}),La);var Ul={};__export(Ul,{parseCheckSemver:()=>parseCheckSemver});La.exports=__toCommonJS(Ul);const parseCheckSemver=(La,hl)=>{const fl=false;const yl=true;let Pl;let Ul;if(Array.isArray(La)&&hl===void 0){if(La.length!==2){return"error"}[Pl,Ul]=La}else if(typeof La==="string"&&typeof hl==="string"){if(!La&&!hl){return"equal"}if(!La||!hl){return"error"}Pl=La;Ul=hl}else{return"error"}let Gd=(Pl||"0").split(".");let af=(Ul||"0").split(".");const isValidPart=La=>/^\d+[A-Za-zαßβ]*$/.test(La);if(!Gd.every(isValidPart)||!af.every(isValidPart)){return"error"}if(yl){const La=Math.max(Gd.length,af.length);while(Gd.length0){if(La===0)return"major";if(La===1)return"minor";return"patch"}else if(Pl<0){return"downgrade"}}return"equal"};const normalizeNumeric=La=>{const hl=La.match(/^(\d+)([A-Za-zαßβ]*)$/);if(!hl){return La}const[,fl,yl]=hl;return fl.padStart(10,"0")+yl};const compareNumeric=(La,hl)=>{const fl=La.match(/^(\d+)([A-Za-zαßβ]*)$/);const yl=hl.match(/^(\d+)([A-Za-zαßβ]*)$/);if(!fl||!yl){return La.localeCompare(hl)}const[,Pl,Ul]=fl;const[,Gd,af]=yl;const n_=parseInt(Pl,10)-parseInt(Gd,10);if(n_!==0){return n_}return Ul.localeCompare(af)};0&&0},77388:La=>{"use strict";var hl=Object.defineProperty;var fl=Object.getOwnPropertyDescriptor;var yl=Object.getOwnPropertyNames;var Pl=Object.prototype.hasOwnProperty;var __export=(La,fl)=>{for(var yl in fl)hl(La,yl,{get:fl[yl],enumerable:true})};var __copyProps=(La,Ul,Gd,af)=>{if(Ul&&typeof Ul==="object"||typeof Ul==="function"){for(let n_ of yl(Ul))if(!Pl.call(La,n_)&&n_!==Gd)hl(La,n_,{get:()=>Ul[n_],enumerable:!(af=fl(Ul,n_))||af.enumerable})}return La};var __toCommonJS=La=>__copyProps(hl({},"__esModule",{value:true}),La);var Ul={};__export(Ul,{DOCS_LINK_COMMENT:()=>n_,FiltersForAnalytics:()=>FiltersForAnalytics,GS_REVIEW_COMMAND_FOOTER:()=>p_,MONTH:()=>w_,NO_VERBOSE_DOCS_LINK_COMMENT:()=>i_,PROVIDER_NAME:()=>af,formatInputToList:()=>formatInputToList,handleAnalytics:()=>handleAnalytics,internalEvery:()=>internalEvery,internalIncludes:()=>internalIncludes,internalRegex:()=>internalRegex,parseTermToValidString:()=>parseTermToValidString});La.exports=__toCommonJS(Ul);const internalIncludes=(La,hl)=>La?.includes(hl);const parseTermToValidString=La=>{if(typeof La==="string"&&La.startsWith("r/")){return La.substring(2).slice(0,-1).replace("\\/","/")}return La};const internalRegex=(La,hl,fl={})=>{const{multiline:yl=false,caseSensitive:Pl=true}=fl;const Ul=parseTermToValidString(hl);const Gd=[yl&&"m",!Pl&&"i"].filter(Boolean).join("");const af=new RegExp(Ul,Gd);return af.test(La)};const internalEvery=(La,hl,fl)=>{const yl=La?.map(La=>Boolean(La));return yl?.length?yl.every(La=>La===hl):fl};const formatInputToList=La=>{if(typeof La==="string"){if(La.includes(",")){return La.split(",")}return[La]}return La??[]};const Gd={GITHUB:"github",GITLAB:"gitlab",BITBUCKET:"bitbucket"};const af={[Gd.GITHUB]:"GitHub",[Gd.GITLAB]:"GitLab",[Gd.BITBUCKET]:"BitBucket"};const n_="\n \nTo learn more about /:\\ gitStream - [Visit our Docs](https://docs.gitstream.cm/) \n \n";const i_="\n \nFor more details, enable verbose mode. Learn more [here](https://docs.gitstream.cm/) \n \n";const p_="\n ✨ Comment `/gs review` for LinearB AI review. Learn how to automate it [here](https://docs.gitstream.cm/automations/integrations/LinearBAI/code-review/).";const w_={"01":"JAN","02":"FEB","03":"MAR","04":"APR","05":"MAY","06":"JUN","07":"JUL","08":"AUG","09":"SEP",10:"OCT",11:"NOV",12:"DEC"};class FiltersForAnalytics{static filters={}}const handleAnalytics=(La,hl,fl=false)=>{FiltersForAnalytics.filters={...FiltersForAnalytics.filters,[La]:{args:hl,isCustom:fl}}};0&&0},4637:La=>{"use strict";var hl=Object.defineProperty;var fl=Object.getOwnPropertyDescriptor;var yl=Object.getOwnPropertyNames;var Pl=Object.prototype.hasOwnProperty;var __export=(La,fl)=>{for(var yl in fl)hl(La,yl,{get:fl[yl],enumerable:true})};var __copyProps=(La,Ul,Gd,af)=>{if(Ul&&typeof Ul==="object"||typeof Ul==="function"){for(let n_ of yl(Ul))if(!Pl.call(La,n_)&&n_!==Gd)hl(La,n_,{get:()=>Ul[n_],enumerable:!(af=fl(Ul,n_))||af.enumerable})}return La};var __toCommonJS=La=>__copyProps(hl({},"__esModule",{value:true}),La);var Ul={};__export(Ul,{countTests:()=>countTests,extractChangesFromDiff:()=>extractChangesFromDiff});La.exports=__toCommonJS(Ul);const Gd=[".spec.",".test.","test_"];const af=["\\s*it\\(","\\s*test\\(","\\s*step\\(","\\s*def test_"];const n_=af.map(La=>new RegExp(La));const extractChangesFromDiff=La=>{const hl=La.split("\n");const fl=[];const yl=[];hl.forEach(La=>{if(La.startsWith("+")){const hl=La.slice(1).trim();fl.push(hl)}else if(La.startsWith("-")){const hl=La.slice(1).trim();yl.push(hl)}});return{additions:fl,deletions:yl}};const countTests=La=>{const hl=La.diff.files.filter(({original_file:La,new_file:hl})=>Gd.some(fl=>La.includes(fl)||hl.includes(fl)));return hl.reduce((La,hl)=>{const{diff:fl}=hl;const{additions:yl,deletions:Pl}=extractChangesFromDiff(fl);const Ul=yl.filter(La=>n_.some(hl=>hl.test(La)));const Gd=Pl.filter(La=>n_.some(hl=>hl.test(La)));const af=Gd.length;const i_=Ul.length;return La+i_-(af>i_?0:af)},0)};0&&0},61579:La=>{"use strict";var hl=Object.defineProperty;var fl=Object.getOwnPropertyDescriptor;var yl=Object.getOwnPropertyNames;var Pl=Object.prototype.hasOwnProperty;var __export=(La,fl)=>{for(var yl in fl)hl(La,yl,{get:fl[yl],enumerable:true})};var __copyProps=(La,Ul,Gd,af)=>{if(Ul&&typeof Ul==="object"||typeof Ul==="function"){for(let n_ of yl(Ul))if(!Pl.call(La,n_)&&n_!==Gd)hl(La,n_,{get:()=>Ul[n_],enumerable:!(af=fl(Ul,n_))||af.enumerable})}return La};var __toCommonJS=La=>__copyProps(hl({},"__esModule",{value:true}),La);var Ul={};__export(Ul,{AsyncFilters:()=>af,HighLevelFilters:()=>Gd,PREMIUM_FILTERS:()=>n_});La.exports=__toCommonJS(Ul);var Gd=(La=>{La["allImages"]="allImages";La["allTests"]="allTests";La["allDocs"]="allDocs";La["extensions"]="extensions";La["matchDiffLines"]="matchDiffLines";La["isFirstCommit"]="isFirstCommit";La["rankByGitBlame"]="rankByGitBlame";La["rankByGitActivity"]="rankByGitActivity";La["explainRankByGitBlame"]="explainRankByGitBlame";La["sonarParser"]="sonarParser";La["mapToEnum"]="mapToEnum";La["extractSonarFindings"]="extractSonarFindings";La["extractJitFindings"]="extractJitFindings";La["countTests"]="countTests";La["encode"]="encode";La["decode"]="decode";La["getTimestamp"]="getTimestamp";La["readFile"]="readFile";La["mockFilter"]="mockFilter";La["disabledFilter"]="disabledFilter";La["checkDependabot"]="checkDependabot";La["checkSemver"]="checkSemver";La["bool"]="bool";return La})(Gd||{});var af=(La=>{La["isFormattingChange"]="isFormattingChange";La["estimatedReviewTime"]="estimatedReviewTime";La["expertReviewer"]="expertReviewer";La["explainExpertReviewer"]="explainExpertReviewer";La["codeExperts"]="codeExperts";La["explainCodeExperts"]="explainCodeExperts";La["mockAsyncFilter"]="mockAsyncFilter";La["disabledAsyncFilter"]="disabledAsyncFilter";La["LinearB_AI"]="LinearB_AI";La["AI_DescribePR"]="AI_DescribePR";La["AI_ReviewPR"]="AI_ReviewPR";return La})(af||{});const n_=["LinearB_AI","AI_DescribePR"];0&&0},35618:(La,hl,fl)=>{"use strict";var yl=Object.defineProperty;var Pl=Object.getOwnPropertyDescriptor;var Ul=Object.getOwnPropertyNames;var Gd=Object.prototype.hasOwnProperty;var __export=(La,hl)=>{for(var fl in hl)yl(La,fl,{get:hl[fl],enumerable:true})};var __copyProps=(La,hl,fl,af)=>{if(hl&&typeof hl==="object"||typeof hl==="function"){for(let n_ of Ul(hl))if(!Gd.call(La,n_)&&n_!==fl)yl(La,n_,{get:()=>hl[n_],enumerable:!(af=Pl(hl,n_))||af.enumerable})}return La};var __toCommonJS=La=>__copyProps(yl({},"__esModule",{value:true}),La);var af={};__export(af,{getDisabledFilterFunction:()=>getDisabledFilterFunction,getPremiumFiltersAsFeatureFlags:()=>getPremiumFiltersAsFeatureFlags,getPreviousDisabledFilterAsync:()=>getPreviousDisabledFilterAsync,getPreviousDisabledFilterSync:()=>getPreviousDisabledFilterSync});La.exports=__toCommonJS(af);var n_=fl(61579);var i_=fl(87299);var p_=fl(76713);function getDisabledFilterFunction(La,hl,fl,yl,Pl){const Ul=!!yl;const Gd=fl.find(La=>La.name===hl&&!n_.PREMIUM_FILTERS.includes(hl));const af=n_.PREMIUM_FILTERS.includes(hl)&&Pl?.toLowerCase()===p_.TierType.FREE.toLowerCase();const i_=Boolean(Gd||af);let w_="";let D_=[...fl];if(i_){w_=Math.random().toString(36).slice(2,11);D_=D_.map(La=>La.name===hl?{...La,guid:w_}:La);const fl=Ul?La[n_.AsyncFilters.disabledAsyncFilter]:La[n_.HighLevelFilters.disabledFilter];return{isDisabledFilter:true,filterCallback:(...La)=>fl(...La,hl,w_),disabledFilters:D_}}return{isDisabledFilter:false,filterCallback:La[hl],disabledFilters:D_}}const checkSingleArgAsync=async La=>{if(typeof La==="string"&&La.includes(i_.DISABLED_FILTER_INDICATOR)){return La}if(La&&typeof La.then==="function"){try{const hl=await La;if(typeof hl==="string"&&hl.includes(i_.DISABLED_FILTER_INDICATOR)){return hl}if(hl!==null&&typeof hl==="object"&&JSON.stringify(hl).includes(i_.DISABLED_FILTER_INDICATOR)){return JSON.stringify(hl)}}catch{return""}}if(typeof La==="object"&&La!==null){const hl=JSON.stringify(La);if(hl.includes(i_.DISABLED_FILTER_INDICATOR)){return hl}}return""};const checkSingleArgSync=La=>{if(typeof La==="string"&&La.includes(i_.DISABLED_FILTER_INDICATOR)){return La}if(typeof La==="object"&&La!==null){const hl=JSON.stringify(La);if(hl.includes(i_.DISABLED_FILTER_INDICATOR)){return hl}}return""};const checkArgsDisabledFilterAsync=async La=>{const hl=await Promise.all(La.map(La=>checkSingleArgAsync(La)));const fl=hl.find(La=>La);if(fl){return fl}return""};const checkArgsDisabledFilterSync=La=>{const hl=La.map(La=>checkSingleArgSync(La));const fl=hl.find(La=>La);if(fl){return fl}return""};const getPreviousDisabledFilterSync=(La,hl,fl)=>{const yl=checkArgsDisabledFilterSync(La);if(yl){try{return hl[n_.HighLevelFilters.disabledFilter](...La,fl,yl)}catch(hl){console.error(`error executing filter: ${fl}(${JSON.stringify(La)}): ${hl?.message}`);return null}}return null};const getPreviousDisabledFilterAsync=async(La,hl,fl)=>{const yl=await checkArgsDisabledFilterAsync(La);if(yl){try{const Pl=await hl[n_.AsyncFilters.disabledAsyncFilter](...La,fl,yl);return Pl}catch(hl){console.error(`error while executing filter: ${fl}(${JSON.stringify(La)}): ${hl?.message}`);return null}}return null};const getPremiumFiltersAsFeatureFlags=()=>n_.PREMIUM_FILTERS.map(La=>({name:La,description:`This feature is available only with a paid LinearB license.\n\nTo unlock the **${La}** functionality, please upgrade your license by [contacting LinearB](https://linearb.io/book-a-demo).`,isPremium:true}));0&&0},87299:(La,hl,fl)=>{"use strict";var yl=Object.defineProperty;var Pl=Object.getOwnPropertyDescriptor;var Ul=Object.getOwnPropertyNames;var Gd=Object.prototype.hasOwnProperty;var __export=(La,hl)=>{for(var fl in hl)yl(La,fl,{get:hl[fl],enumerable:true})};var __copyProps=(La,hl,fl,af)=>{if(hl&&typeof hl==="object"||typeof hl==="function"){for(let n_ of Ul(hl))if(!Gd.call(La,n_)&&n_!==fl)yl(La,n_,{get:()=>hl[n_],enumerable:!(af=Pl(hl,n_))||af.enumerable})}return La};var __toCommonJS=La=>__copyProps(yl({},"__esModule",{value:true}),La);var af={};__export(af,{DISABLED_FILTER_INDICATOR:()=>i_,RATE_LIMIT_EXCEEDED:()=>p_,RATE_LIMIT_HEADERS:()=>w_,disabledAsyncFilter:()=>disabledAsyncFilter,disabledFilter:()=>disabledFilter,extractRateLimitHeaders:()=>extractRateLimitHeaders});La.exports=__toCommonJS(af);var n_=fl(61579);const i_="@DISABLED_FILTER@";const p_="@RATE_LIMIT_EXCEEDED@";const w_=["retry-after","x-ratelimit-limit","x-ratelimit-remaining","x-ratelimit-reset"];const extractRateLimitHeaders=La=>{if(!La||!Object.keys(La||{}).length){return w_.map(()=>0)}return w_.map(hl=>{const fl=La[hl]?.toString();if(fl?.includes(",")){const La=fl.split(",").map(La=>Number(La.trim())).filter(La=>!Number.isNaN(La));return La.length>0?Math.min(...La):0}return Number(fl||"0")})};const generateDisabledFilterString=La=>{const hl=La.find(La=>typeof La==="string"&&La.includes(i_));if(hl){return hl}const fl=La[La.length-1];const yl=`"${i_} ${fl}"`;return yl};const disabledFilter=(...La)=>{const hl=generateDisabledFilterString(La);return hl};const disabledAsyncFilter=async(...La)=>{const hl=generateDisabledFilterString(La);if(typeof La[2]==="function"||typeof La[1]==="function"){const fl=typeof La[2]==="function"?La[2]:La[1];try{return fl(null,hl)}catch(La){console.log("Error:",La);return fl(null,"")}}throw new Error(`Callback function is required on async filter ${n_.AsyncFilters.disabledAsyncFilter}`)};0&&0},72571:(La,hl,fl)=>{"use strict";var yl=Object.create;var Pl=Object.defineProperty;var Ul=Object.getOwnPropertyDescriptor;var Gd=Object.getOwnPropertyNames;var af=Object.getPrototypeOf;var n_=Object.prototype.hasOwnProperty;var __export=(La,hl)=>{for(var fl in hl)Pl(La,fl,{get:hl[fl],enumerable:true})};var __copyProps=(La,hl,fl,yl)=>{if(hl&&typeof hl==="object"||typeof hl==="function"){for(let af of Gd(hl))if(!n_.call(La,af)&&af!==fl)Pl(La,af,{get:()=>hl[af],enumerable:!(yl=Ul(hl,af))||yl.enumerable})}return La};var __toESM=(La,hl,fl)=>(fl=La!=null?yl(af(La)):{},__copyProps(hl||!La||!La.__esModule?Pl(fl,"default",{value:La,enumerable:true}):fl,La));var __toCommonJS=La=>__copyProps(Pl({},"__esModule",{value:true}),La);var i_={};__export(i_,{explainActivityAndBlameComment:()=>explainActivityAndBlameComment,explainExpertReviewerComment:()=>explainExpertReviewerComment,getExplainActivity:()=>getExplainActivity,getExplainKnowledge:()=>getExplainKnowledge,getNoExpertFoundComment:()=>getNoExpertFoundComment});La.exports=__toCommonJS(i_);var p_=__toESM(fl(93350));var w_=fl(77388);var D_=fl(25717);var I_=fl(24951);const explainExpertReviewerComment=(La,hl,fl,yl,Pl,Ul)=>{let Gd="🥷 **Code experts:";Gd+=La.length?` ${La.join(", ")}** \n \n`:` no user ${Ul?"but you":""} matched threshold ${yl}** \n \n`;if(hl.length){Gd+=`${hl.join(", ")} ${hl.length===1?"has":"have"} most 👩‍💻 **activity** in the files. \n${I_.ADDITIONAL_FORMATTING[Pl]||I_.ADDITIONAL_FORMATTING.default}`}if(fl.length){Gd+=`${fl.join(", ")} ${fl.length===1?"has":"have"} most 🧠 **knowledge** in the files. \n`}return Gd};const explainActivityByMonth=(La,hl,fl)=>{let yl="";const Pl=[];for(let La=0;La<6;La++){Pl.push(w_.MONTH[(0,p_.default)().subtract(La,"months").format("MM")])}Pl.forEach(Pl=>{const Ul=La[hl][fl[0]][Pl];const Gd=La[hl][fl[1]]?.[Pl];yl+=`| ${Pl} | ${Ul?`${Ul.additions} additions & ${Ul.deletions} deletions`:" "} |`;yl+=`${Gd?`${Gd.additions} additions & ${Gd.deletions} deletions |`:" "} \n`});return yl};const explainActivityTable=(La,hl,fl,yl)=>{if(!Object.keys(hl).length){return`\n\nNo activity${yl?` since ${yl}`:" in the last 6 months"}\n\n`}if(fl.length){let yl=`\n\nActivity based on git-commit: \n\n | | ${fl[0]?fl[0]:" "} | ${fl[1]?`${fl[1]}| \n | --- | --- | --- | \n `:" \n | --- | --- | \n"}`;yl+=explainActivityByMonth(hl,La,fl);return yl}return""};const explainKnowledgeSection=(La,hl,fl,yl)=>{let Pl="";const Ul=(0,D_.sortObject)(fl,hl[La]);Ul.forEach(fl=>{Pl+=hl[La][fl]?`${fl}: ${hl[La][fl]}% \n${I_.ADDITIONAL_FORMATTING[yl]||I_.ADDITIONAL_FORMATTING.default}`:""});return Pl};const explainActivityAndBlameComment=(La,hl,fl,yl,Pl,Ul,Gd)=>{try{let af="
\n See details\n";if(Gd){af+=`\n_Code experts calculated since ${Gd}_\n`}af+="\n";La.forEach(La=>{af+=`\n\`${La}\` \n ${explainActivityTable(La,hl,yl,Gd)} \n\nKnowledge based on git-blame: \n ${I_.ADDITIONAL_FORMATTING[Ul]||I_.ADDITIONAL_FORMATTING.default}${explainKnowledgeSection(La,fl,Pl,Ul)}`});af+="\n
\n \n";return af}catch(La){console.log("Error in creating explain code experts comment",La);return""}};const parseActivityByUserDataForExplain=(La,hl,fl)=>Object.keys(La[hl]).reduce((yl,Pl)=>{if(La[hl][Pl][fl]){const Ul=w_.MONTH[Pl.split("-")?.[1]];return{...yl,[Ul]:La[hl][Pl][fl]}}return yl},{});const parseActivityByUserForExplain=(La,hl,fl)=>fl.reduce((fl,yl)=>{const Pl=parseActivityByUserDataForExplain(La,hl,yl);return{...fl,[yl]:Pl}},{});const getExplainActivity=(La,hl)=>Object.keys(La||{}).reduce((fl,yl)=>{const Pl=parseActivityByUserForExplain(La,yl,hl);return{...fl,[yl]:Pl}},{});const getExplainKnowledge=(La,hl)=>Object.keys(La||{}).reduce((fl,yl)=>{const Pl=(0,D_.sortObject)(hl,La[yl]);const Ul=Pl.reduce((hl,fl)=>{if(La[yl][fl]){return{...hl,[fl]:Math.round(La[yl][fl]*100)}}return hl},{});return{...fl,[yl]:Ul}},{});const getNoExpertFoundComment=La=>`🥷 **Code experts:** No results found\n\nNo code experts were identified for the files in this pull request based on git blame analysis${La?` (since ${La})`:""}.\n\nThis may occur when:\n- Files are new or have limited commit history\n- Git authors aren't mapped to current team members\n- Analysis thresholds need adjustment\n\n**If you expected to see expert suggestions**, consider:\n- Reviewing your \`config.user_mapping\` [settings](https://docs.gitstream.cm/cm-file/#configuser_mapping)\n- Adjusting the \`gt\`/\`lt\` parameters in your [action](https://docs.gitstream.cm/filter-functions/#codeexperts)\n${La?`- The configured \`config.git_history_since\` date (${La}) excludes older history [config](https://docs.gitstream.cm/cm-file/#configgit_blame_since)\n`:""}\n- Verifying files have sufficient commit history\n\nTo learn more about /:\\gitStream - [Visit our Docs](https://docs.gitstream.cm)`;0&&0},67171:(La,hl,fl)=>{"use strict";var yl=Object.defineProperty;var Pl=Object.getOwnPropertyDescriptor;var Ul=Object.getOwnPropertyNames;var Gd=Object.prototype.hasOwnProperty;var __copyProps=(La,hl,fl,af)=>{if(hl&&typeof hl==="object"||typeof hl==="function"){for(let n_ of Ul(hl))if(!Gd.call(La,n_)&&n_!==fl)yl(La,n_,{get:()=>hl[n_],enumerable:!(af=Pl(hl,n_))||af.enumerable})}return La};var __toCommonJS=La=>__copyProps(yl({},"__esModule",{value:true}),La);var af={};La.exports=__toCommonJS(af);var n_=fl(78963);const{SUPPORTED_ACTIONS:i_}=n_.validatorsConstants},12687:La=>{"use strict";var hl=Object.defineProperty;var fl=Object.getOwnPropertyDescriptor;var yl=Object.getOwnPropertyNames;var Pl=Object.prototype.hasOwnProperty;var __export=(La,fl)=>{for(var yl in fl)hl(La,yl,{get:fl[yl],enumerable:true})};var __copyProps=(La,Ul,Gd,af)=>{if(Ul&&typeof Ul==="object"||typeof Ul==="function"){for(let n_ of yl(Ul))if(!Pl.call(La,n_)&&n_!==Gd)hl(La,n_,{get:()=>Ul[n_],enumerable:!(af=fl(Ul,n_))||af.enumerable})}return La};var __toCommonJS=La=>__copyProps(hl({},"__esModule",{value:true}),La);var Ul={};__export(Ul,{isGtLtArgsValid:()=>isGtLtArgsValid});La.exports=__toCommonJS(Ul);const isGtLtArgsValid=La=>{const{gt:hl,lt:fl}=La;return!!hl||!!fl};0&&0},29615:(La,hl,fl)=>{"use strict";var yl=Object.create;var Pl=Object.defineProperty;var Ul=Object.getOwnPropertyDescriptor;var Gd=Object.getOwnPropertyNames;var af=Object.getPrototypeOf;var n_=Object.prototype.hasOwnProperty;var __export=(La,hl)=>{for(var fl in hl)Pl(La,fl,{get:hl[fl],enumerable:true})};var __copyProps=(La,hl,fl,yl)=>{if(hl&&typeof hl==="object"||typeof hl==="function"){for(let af of Gd(hl))if(!n_.call(La,af)&&af!==fl)Pl(La,af,{get:()=>hl[af],enumerable:!(yl=Ul(hl,af))||yl.enumerable})}return La};var __toESM=(La,hl,fl)=>(fl=La!=null?yl(af(La)):{},__copyProps(hl||!La||!La.__esModule?Pl(fl,"default",{value:La,enumerable:true}):fl,La));var __toCommonJS=La=>__copyProps(Pl({},"__esModule",{value:true}),La);var i_={};__export(i_,{GENERAL_FILTERS_HANDLER:()=>N_,GeneralFilters:()=>I_});La.exports=__toCommonJS(i_);var p_=fl(52356);var w_=fl(77388);var D_=__toESM(fl(1339));const parseSome=La=>{(0,w_.handleAnalytics)("some",[]);const hl=(0,w_.formatInputToList)(La)?.map(La=>Boolean(La));return Boolean(hl?.length)&&hl.some(La=>La)};const parseEvery=La=>{(0,w_.handleAnalytics)("every",[]);return(0,w_.internalEvery)((0,w_.formatInputToList)(La),true,false)};const termRegexOrList=(La,hl,fl,yl,Pl)=>fl?(0,w_.internalIncludes)(hl?La[hl]:La,fl):yl?(0,w_.internalRegex)(hl?La[hl]:La,yl):Pl.some(fl=>(0,w_.internalIncludes)(hl?La[hl]:La,fl));const filterList=(La,hl,fl,yl,Pl,Ul)=>La.filter(La=>Ul?!termRegexOrList(La,hl,fl,yl,Pl):termRegexOrList(La,hl,fl,yl,Pl));const mapList=(La,hl,fl,yl,Pl,Ul)=>La.map(La=>Ul?!termRegexOrList(La,hl,fl,yl,Pl):termRegexOrList(La,hl,fl,yl,Pl));const calculateList=(La,hl,fl,yl=false)=>{const Pl=hl.attr||"";const{term:Ul,regex:Gd,list:af}=hl;const n_=(0,w_.formatInputToList)(La);if(!Ul&&!Gd&&!af){return[]}let i_=af;if(af){i_=(0,w_.formatInputToList)(af)}return fl==="filterList"?filterList(n_,Pl,Ul,Gd,i_,yl):mapList(n_,Pl,Ul,Gd,i_,yl)};const parseFilter=(La,hl)=>{(0,w_.handleAnalytics)("filter",[hl]);return calculateList(La,hl,"filterList")};const parseReject=(La,hl)=>{(0,w_.handleAnalytics)("reject",[hl]);return calculateList(La,hl,"filterList",true)};const parseMap=(La,{attr:hl})=>{(0,w_.handleAnalytics)("map",[{attr:hl}]);return(0,w_.formatInputToList)(La).map(La=>La[hl])};const parseIncludes=(La,hl)=>{(0,w_.handleAnalytics)("includes",[hl]);const{term:fl,regex:yl,list:Pl}=hl;if(!fl&&!yl&&!Pl){return false}let Ul=Pl;if(Pl){Ul=(0,w_.formatInputToList)(Pl)}return fl?(0,w_.internalIncludes)(La,fl):yl?(0,w_.internalRegex)(La,yl):Ul.some(hl=>La.includes(hl))};const parseMatch=(La,hl)=>{(0,w_.handleAnalytics)("match",[hl]);return calculateList(La,hl,"mapList")};const parseNope=La=>{(0,w_.handleAnalytics)("match",[]);return(0,w_.internalEvery)((0,w_.formatInputToList)(La),false,true)};const parseIntersection=(La,hl)=>{(0,w_.handleAnalytics)("intersection",[hl]);const{list:fl}=hl;const yl=(0,w_.formatInputToList)(La);const Pl=(0,w_.formatInputToList)(fl);if(!Pl.length){return[]}return(0,p_.intersection)(yl,Pl)};const parseDifference=(La,hl)=>{(0,w_.handleAnalytics)("difference",[hl]);const{list:fl}=hl;const yl=(0,w_.formatInputToList)(La);const Pl=(0,w_.formatInputToList)(fl);if(!Pl.length){return La}return(0,p_.difference)(yl,Pl)};var I_=(La=>{La["some"]="some";La["every"]="every";La["filter"]="filter";La["includes"]="includes";La["reject"]="reject";La["map"]="map";La["match"]="match";La["nope"]="nope";La["intersection"]="intersection";La["difference"]="difference";La["capture"]="capture";return La})(I_||{});const N_={["some"]:parseSome,["every"]:parseEvery,["filter"]:parseFilter,["reject"]:parseReject,["map"]:parseMap,["includes"]:parseIncludes,["match"]:parseMatch,["nope"]:parseNope,["intersection"]:parseIntersection,["difference"]:parseDifference,["capture"]:D_.default};0&&0},25717:(La,hl,fl)=>{"use strict";var yl=Object.defineProperty;var Pl=Object.getOwnPropertyDescriptor;var Ul=Object.getOwnPropertyNames;var Gd=Object.prototype.hasOwnProperty;var __export=(La,hl)=>{for(var fl in hl)yl(La,fl,{get:hl[fl],enumerable:true})};var __copyProps=(La,hl,fl,af)=>{if(hl&&typeof hl==="object"||typeof hl==="function"){for(let n_ of Ul(hl))if(!Gd.call(La,n_)&&n_!==fl)yl(La,n_,{get:()=>hl[n_],enumerable:!(af=Pl(hl,n_))||af.enumerable})}return La};var __toCommonJS=La=>__copyProps(yl({},"__esModule",{value:true}),La);var af={};__export(af,{calculateActivityPerFile:()=>calculateActivityPerFile,calculateFileSumPerAuthorActivity:()=>calculateFileSumPerAuthorActivity,convertAndSumContributors:()=>convertAndSumContributors,convertBlameContextToExplain:()=>convertBlameContextToExplain,convertContributorsAndBlame:()=>convertContributorsAndBlame,convertToProviderUser:()=>convertToProviderUser,explainBlameTemplate:()=>explainBlameTemplate,sortObject:()=>sortObject,sumAuthorMetrics:()=>sumAuthorMetrics,validateAndCompare:()=>validateAndCompare});La.exports=__toCommonJS(af);var n_=fl(24951);var i_=fl(77388);const calculateSumByAuthor=(La,hl)=>Object.values(La).reduce((La,fl)=>{const yl=fl[hl];const Pl=(yl??0)+(La[hl]??0);return{...La,...Pl&&{[hl]:Pl}}},{});const convertAndSumContributors=(La,hl)=>Object.keys(La).reduce((fl,yl)=>{let Pl=La[yl];if(fl[hl[yl]]){Pl=La[yl]+fl[hl[yl]]}const Ul=hl[yl]?.includes("@")||!hl[yl]?`${yl}\\*`:hl[yl];return{...fl,[Ul]:Pl}},{});const convertContributorsAndBlame=La=>{if(!La?.blame||!Object.keys(La.blame).length){return{blame:{}}}const hl=Object.keys(La.blame).reduce((hl,fl)=>({...hl,[fl]:convertAndSumContributors(La.blame[fl],La.git_to_provider_user)}),{});return{blame:hl}};const sumAuthorMetrics=(La,hl)=>{const fl=Object.keys(hl).length;return La.reduce((La,yl)=>{const Pl=calculateSumByAuthor(hl,yl);return{...La,...Pl[yl]&&{[yl]:Pl[yl]/fl}}},{})};const convertToProviderUser=(La,hl)=>Object.keys(hl).reduce((fl,yl)=>{if(La.git_to_provider_user[yl]){return{...fl,[La.git_to_provider_user[yl]]:hl[yl]||yl}}return fl},{});const calculateActivityPerFile=(La,hl)=>{if(!La||!Object.keys(La).length){return{}}return Object.keys(La).reduce((fl,yl)=>{const Pl=Object.values(La[yl]).reduce((La,fl)=>{hl.forEach(hl=>{const yl=fl[hl];if(yl){La[hl]=(La[hl]??0)+yl}});return{...La}},{});return{...fl,[yl]:Pl}},{})};const calculateFileSumPerAuthorActivity=(La,hl,fl)=>Object.keys(La).reduce((yl,Pl)=>{const Ul=Object.keys(La[Pl]).reduce((yl,Ul)=>{const Gd=[];hl.forEach(hl=>{if(fl[Pl][hl]&&La[Pl][Ul][hl]){Gd.push(La[Pl][Ul][hl]/fl[Pl][hl]*100)}});const af=Gd.reduce((La,hl)=>La+hl,0)/Gd.length;return{...yl,...Gd.length&&{[Ul]:parseInt(af?.toFixed(0))}}},{});return{...yl,[Pl]:Ul}},{});const sortObject=(La,hl)=>La.sort((La,fl)=>(hl[fl]??0)-(hl[La]??0));const compareThan=(La,hl,fl)=>{const yl=Object.keys(La).filter(yl=>hl!==void 0?La[yl]>hl:La[yl]{if(fl.includes("*")){return hl}return{...hl,...{[fl]:La[fl]}}},{})};const validateAndCompare=(La,hl,fl)=>Object.keys(La).length?compareThan(La,hl,fl):{};const convertBlameContextToExplain=La=>{const{blame:hl}=convertContributorsAndBlame(La);return Object.keys(hl).reduce((La,fl)=>{if(fl==="/dev/null"){return La}const yl=sortObject(Object.keys(hl[fl]),hl[fl]);const Pl=yl.reduce((La,yl)=>{if(!hl[fl][yl]){return La}const Pl=yl.replace(/\"“/g,"").replace("“","");let Ul=`${Math.floor(hl[fl][yl])?Math.floor(hl[fl][yl]):"<1"}%`;if(La[Pl]&&parseInt(La[Pl])>parseInt(Ul)){Ul=La[Pl]}return{...La,[Pl]:Ul}},{});return{...La,[fl]:Pl}},{})};const suggestedReviewersComment=(La,hl,fl,yl)=>{const Pl=La?` 👋 **Suggested reviewers: ${La}**\n \nThey contributed ${hl} of the lines on pre-existing files`:` 👋 **Suggested reviewers: no user ${yl?"but you":""} matched**\n \nNo ${fl?"other ":""}user contributed ${hl} of the lines on pre-existing files`;return Pl};const explainBlameTemplate=(La,hl,fl,yl,Pl)=>{const{gt:Ul,lt:Gd}=La;const af=Ul?`more than ${Ul}%`:`less than ${Gd}%`;const p_=Object.keys(fl).length;let w_=suggestedReviewersComment(hl,af,p_,Pl);w_+=p_?":\n":". \n ";w_+=Object.keys(fl).length?"
\n See details\n":"";w_+="\n";Object.keys(fl).forEach(La=>{if(Object.keys(fl[La]).length===0){return}w_+=`\n\`${La}\` \n${n_.ADDITIONAL_FORMATTING[yl]||n_.ADDITIONAL_FORMATTING.default}`;Object.keys(fl[La]).forEach(hl=>{w_+=`${hl}: ${fl[La][hl]} \n${n_.ADDITIONAL_FORMATTING[yl]||n_.ADDITIONAL_FORMATTING.default}`})});w_+="\n
\n";const D_=Object.values(fl).map(La=>Object.keys(La).some(La=>La.includes("*"))).some(La=>La);w_+=D_?` \nGit users that could not be automatically mapped are marked with \`*\`.\n${n_.ADDITIONAL_FORMATTING[yl]||n_.ADDITIONAL_FORMATTING.default}To map these users, refer to the instructions [here](https://docs.gitstream.cm/cm-file#config).\n \n`:"";w_+=i_.DOCS_LINK_COMMENT;return w_};0&&0},77316:(La,hl,fl)=>{"use strict";var yl=Object.create;var Pl=Object.defineProperty;var Ul=Object.getOwnPropertyDescriptor;var Gd=Object.getOwnPropertyNames;var af=Object.getPrototypeOf;var n_=Object.prototype.hasOwnProperty;var __export=(La,hl)=>{for(var fl in hl)Pl(La,fl,{get:hl[fl],enumerable:true})};var __copyProps=(La,hl,fl,yl)=>{if(hl&&typeof hl==="object"||typeof hl==="function"){for(let af of Gd(hl))if(!n_.call(La,af)&&af!==fl)Pl(La,af,{get:()=>hl[af],enumerable:!(yl=Ul(hl,af))||yl.enumerable})}return La};var __toESM=(La,hl,fl)=>(fl=La!=null?yl(af(La)):{},__copyProps(hl||!La||!La.__esModule?Pl(fl,"default",{value:La,enumerable:true}):fl,La));var __toCommonJS=La=>__copyProps(Pl({},"__esModule",{value:true}),La);var i_={};__export(i_,{ASYNC:()=>pA,FILTERS_EXTENSION_LIST:()=>cA,HIGH_LEVEL_FILTERS_HANDLER:()=>uA});La.exports=__toCommonJS(i_);var p_=__toESM(fl(40181));var w_=__toESM(fl(19263));var D_=fl(77388);var I_=fl(25717);var N_=fl(12687);var _m=fl(11787);var pg=fl(78850);var mg=__toESM(fl(1475));var gg=__toESM(fl(12623));var eA=fl(4637);var tA=__toESM(fl(2140));var rA=fl(61579);var nA=fl(93017);var iA=fl(87299);var sA=fl(21187);var aA=fl(34687);var oA=fl(98873);const parseExtractSonarFindings=La=>{(0,D_.handleAnalytics)(rA.HighLevelFilters.extractSonarFindings,[]);return(0,mg.default)(La)};const parserMapToEnum=(La,hl)=>{(0,D_.handleAnalytics)(rA.HighLevelFilters.mapToEnum,[La,hl]);const fl=hl?.enum;if(fl&&Object.keys(fl).length){return fl[La]}};const parseFilterAllTests=(La,hl)=>{const fl=new RegExp(`[^a-zA-Z0-9](${hl.join("|")})[^a-zA-Z0-9]`);return Boolean(La.length)&&La.map(La=>fl.test(La||"")).every(La=>La)};const parseFilterAllFilePath=(La,hl)=>Boolean(La.length)&&La.map(La=>hl.some(hl=>(La||"").includes(hl))).every(La=>La);const parseFilterAllExtensions=(La,hl)=>La.length?parseFilterAllFilePath(La.map(La=>La.split(".").pop()||""),hl):false;const getUniqueExtensions=La=>{(0,D_.handleAnalytics)(rA.HighLevelFilters.extensions,[]);return La.map(La=>La.split(".").pop()).filter((La,hl,fl)=>fl.indexOf(La)===hl)};const parseIsFormattingChange=async(La,hl)=>{try{(0,D_.handleAnalytics)(rA.AsyncFilters.isFormattingChange,[]);if(!La.length){return hl(null,false)}for(const{new_content:fl,original_content:yl,original_file:Pl,new_file:Ul}of La){const La=await(0,pg.format)(fl,Ul);const Gd=await(0,pg.format)(yl,Pl);if(La!==Gd){return hl(null,false)}}return hl(null,true)}catch(La){return hl(null,false)}};const parseMatchDiffLines=(La,hl)=>{(0,D_.handleAnalytics)(rA.HighLevelFilters.matchDiffLines,[hl]);const{regex:fl,ignoreWhiteSpaces:yl=false,caseSensitive:Pl=true}=hl;const Ul=new RegExp("^[+-]");const Gd=new RegExp("^[+-]\\s*$");return!fl?[]:La.map(({diff:La})=>La.split("\n").filter(La=>Ul.test(La)).filter(La=>yl?!Gd.test(La):true).map(La=>(0,D_.internalRegex)(La,fl,{caseSensitive:Pl}))).flat(1)};const parseIsFirstCommit=(La,hl)=>{(0,D_.handleAnalytics)(rA.HighLevelFilters.isFirstCommit,[{author:hl}]);return!(0,p_.default)(La,hl,null)};const parseRankByGitBlame=(La,hl)=>{(0,D_.handleAnalytics)(rA.HighLevelFilters.rankByGitBlame,[hl]);if(!(0,N_.isGtLtArgsValid)(hl)||!La?.blame){return[]}const{gt:fl,lt:yl}=hl;const{blame:Pl}=(0,I_.convertContributorsAndBlame)(La);const Ul=(0,I_.sumAuthorMetrics)(Object.values(La.git_to_provider_user),Pl);const Gd=(0,I_.validateAndCompare)(Ul,fl,yl);return Object.keys(Gd).length?[...Array.from(new Set(Object.keys(Gd)))]:[]};const parseRankByGitActivity=(La,hl)=>{(0,D_.handleAnalytics)(rA.HighLevelFilters.rankByGitActivity,[hl]);const{gt:fl,lt:yl,weeks:Pl}=hl;if(!fl&&!yl||!Pl||!La?.git_activity){return[]}const Ul=new Array(Pl+1).fill(0).map((La,hl)=>`week_${hl}`);const Gd=(0,I_.calculateActivityPerFile)(La.git_activity,Ul);const af=(0,I_.calculateFileSumPerAuthorActivity)(La.git_activity,Ul,Gd);const n_=(0,I_.sumAuthorMetrics)(Object.keys(La.contributors),af);const i_=(0,I_.convertAndSumContributors)(n_,La.git_to_provider_user);const p_=(0,I_.validateAndCompare)(i_,fl,yl);return Object.keys(p_).length?[...Array.from(new Set(Object.keys(p_)))]:[]};const parseExplainRankByGitBlame=(La,hl)=>{(0,D_.handleAnalytics)(rA.HighLevelFilters.explainRankByGitBlame,[hl]);if(!(0,N_.isGtLtArgsValid)(hl)){return{}}const fl=parseRankByGitBlame(La,hl);const yl=(0,w_.default)(fl,hl=>hl!==La.pr_author);const Pl=yl.join(", ");const Ul=!yl.length&&fl.length>0;const Gd=(0,I_.convertBlameContextToExplain)(La);return`base64: ${Buffer.from((0,I_.explainBlameTemplate)(hl,Pl,Gd,La.provider,Ul)).toString("base64")}`};const lA={[rA.HighLevelFilters.allDocs]:["requirements.txt"]};const cA={[rA.HighLevelFilters.allDocs]:["md","mkdown","txt","rst",".adoc"],[rA.HighLevelFilters.allImages]:["svg","png","gif"],[rA.HighLevelFilters.allTests]:["test","spec"]};const uA={[rA.HighLevelFilters.allDocs]:La=>{(0,D_.handleAnalytics)(rA.HighLevelFilters.allDocs,[]);return Boolean(La.length)&&La.every(La=>lA[rA.HighLevelFilters.allDocs].every(hl=>!(La.includes(`/${hl}`)||La===hl)))&&parseFilterAllExtensions(La,cA[rA.HighLevelFilters.allDocs])},[rA.HighLevelFilters.allImages]:La=>{(0,D_.handleAnalytics)(rA.HighLevelFilters.allImages,[]);return parseFilterAllExtensions(La,cA[rA.HighLevelFilters.allImages])},[rA.HighLevelFilters.allTests]:La=>{(0,D_.handleAnalytics)(rA.HighLevelFilters.allTests,[]);return parseFilterAllTests(La,cA[rA.HighLevelFilters.allTests])},[rA.HighLevelFilters.extensions]:getUniqueExtensions,[rA.HighLevelFilters.matchDiffLines]:parseMatchDiffLines,[rA.HighLevelFilters.isFirstCommit]:parseIsFirstCommit,[rA.HighLevelFilters.rankByGitBlame]:parseRankByGitBlame,[rA.HighLevelFilters.rankByGitActivity]:parseRankByGitActivity,[rA.HighLevelFilters.explainRankByGitBlame]:parseExplainRankByGitBlame,[rA.HighLevelFilters.sonarParser]:mg.default,[rA.HighLevelFilters.mapToEnum]:parserMapToEnum,[rA.HighLevelFilters.extractSonarFindings]:parseExtractSonarFindings,[rA.HighLevelFilters.countTests]:eA.countTests,[rA.HighLevelFilters.encode]:nA.encode,[rA.HighLevelFilters.decode]:nA.decode,[rA.HighLevelFilters.getTimestamp]:nA.getTimestamp,[rA.HighLevelFilters.readFile]:nA.readFile,[rA.HighLevelFilters.mockFilter]:nA.mockFilter,[rA.HighLevelFilters.disabledFilter]:iA.disabledFilter,[rA.HighLevelFilters.checkDependabot]:aA.parseCheckDependabot,[rA.HighLevelFilters.checkSemver]:oA.parseCheckSemver,[rA.HighLevelFilters.bool]:nA.bool,[rA.AsyncFilters.isFormattingChange]:parseIsFormattingChange,[rA.AsyncFilters.estimatedReviewTime]:_m.estimatedReviewTime,[rA.AsyncFilters.expertReviewer]:_m.parseExpertReviewer,[rA.AsyncFilters.explainExpertReviewer]:_m.parseExplainExpertReviewer,[rA.AsyncFilters.codeExperts]:_m.parseCodeExperts,[rA.AsyncFilters.explainCodeExperts]:_m.parseExplainCodeExperts,[rA.AsyncFilters.mockAsyncFilter]:_m.mockAsyncFilter,[rA.AsyncFilters.disabledAsyncFilter]:iA.disabledAsyncFilter,[rA.AsyncFilters.LinearB_AI]:sA.linearbAI,[rA.AsyncFilters.AI_DescribePR]:sA.aiDescribePR,...gg.default,...tA.default};const pA={[rA.AsyncFilters.isFormattingChange]:true,[rA.AsyncFilters.estimatedReviewTime]:true,[rA.AsyncFilters.expertReviewer]:true,[rA.AsyncFilters.explainExpertReviewer]:true,[rA.AsyncFilters.codeExperts]:true,[rA.AsyncFilters.explainCodeExperts]:true,[rA.AsyncFilters.mockAsyncFilter]:true,[rA.AsyncFilters.LinearB_AI]:true,[rA.AsyncFilters.AI_DescribePR]:true,allFormattingChange:true,getJiraTicketDetails:true};0&&0},2140:(La,hl,fl)=>{"use strict";var yl=Object.create;var Pl=Object.defineProperty;var Ul=Object.getOwnPropertyDescriptor;var Gd=Object.getOwnPropertyNames;var af=Object.getPrototypeOf;var n_=Object.prototype.hasOwnProperty;var __export=(La,hl)=>{for(var fl in hl)Pl(La,fl,{get:hl[fl],enumerable:true})};var __copyProps=(La,hl,fl,yl)=>{if(hl&&typeof hl==="object"||typeof hl==="function"){for(let af of Gd(hl))if(!n_.call(La,af)&&af!==fl)Pl(La,af,{get:()=>hl[af],enumerable:!(yl=Ul(hl,af))||yl.enumerable})}return La};var __toESM=(La,hl,fl)=>(fl=La!=null?yl(af(La)):{},__copyProps(hl||!La||!La.__esModule?Pl(fl,"default",{value:La,enumerable:true}):fl,La));var __toCommonJS=La=>__copyProps(Pl({},"__esModule",{value:true}),La);var i_={};__export(i_,{default:()=>w_});La.exports=__toCommonJS(i_);var p_=__toESM(fl(71066));var w_={getJiraTicketDetails:p_.default}},71066:(La,hl,fl)=>{"use strict";var yl=Object.create;var Pl=Object.defineProperty;var Ul=Object.getOwnPropertyDescriptor;var Gd=Object.getOwnPropertyNames;var af=Object.getPrototypeOf;var n_=Object.prototype.hasOwnProperty;var __export=(La,hl)=>{for(var fl in hl)Pl(La,fl,{get:hl[fl],enumerable:true})};var __copyProps=(La,hl,fl,yl)=>{if(hl&&typeof hl==="object"||typeof hl==="function"){for(let af of Gd(hl))if(!n_.call(La,af)&&af!==fl)Pl(La,af,{get:()=>hl[af],enumerable:!(yl=Ul(hl,af))||yl.enumerable})}return La};var __toESM=(La,hl,fl)=>(fl=La!=null?yl(af(La)):{},__copyProps(hl||!La||!La.__esModule?Pl(fl,"default",{value:La,enumerable:true}):fl,La));var __toCommonJS=La=>__copyProps(Pl({},"__esModule",{value:true}),La);var i_={};__export(i_,{default:()=>D_});La.exports=__toCommonJS(i_);var p_=__toESM(fl(87269));var w_=__toESM(fl(69860));const extractAdditionalFieldsValue=La=>{const hl={};Object.entries(La).forEach(([La,fl])=>{hl[La]=fl});return hl};const getJiraTicketDetails=async(La,hl,fl)=>{const{url:yl,username:Pl,apiToken:Ul,additionalFields:Gd}=hl;if(!yl||!Pl||!Ul||!La){return fl(null,JSON.stringify({}))}const af=`${Pl}:${Ul}`;const n_=`Basic ${Buffer.from(af).toString("base64")}`;const i_={Authorization:n_,Accept:"application/json"};try{const{data:hl}=await p_.default.get(`${yl}/rest/api/3/issue/${La}`,{headers:i_});const Pl=hl?.fields??{};const Ul=(0,w_.default)(Pl,Gd);const af={labels:Pl.labels??[],assignee:Pl.assignee?.displayName??"",status:Pl.name??"",url:hl?.self??"",priority:Pl.priority?.name??"",creator:Pl.creator?.displayName??"",issueType:Pl.issueType?.name??"",project:Pl.project?.name??"",summary:Pl.summary??"",...extractAdditionalFieldsValue(Ul)};return fl(null,JSON.stringify(af))}catch(La){console.log("error while running getJiraTicketDetails filter",La);return fl(null,JSON.stringify({}))}};var D_=getJiraTicketDetails},95998:(La,hl,fl)=>{"use strict";var yl=Object.create;var Pl=Object.defineProperty;var Ul=Object.getOwnPropertyDescriptor;var Gd=Object.getOwnPropertyNames;var af=Object.getPrototypeOf;var n_=Object.prototype.hasOwnProperty;var __export=(La,hl)=>{for(var fl in hl)Pl(La,fl,{get:hl[fl],enumerable:true})};var __copyProps=(La,hl,fl,yl)=>{if(hl&&typeof hl==="object"||typeof hl==="function"){for(let af of Gd(hl))if(!n_.call(La,af)&&af!==fl)Pl(La,af,{get:()=>hl[af],enumerable:!(yl=Ul(hl,af))||yl.enumerable})}return La};var __toESM=(La,hl,fl)=>(fl=La!=null?yl(af(La)):{},__copyProps(hl||!La||!La.__esModule?Pl(fl,"default",{value:La,enumerable:true}):fl,La));var __toCommonJS=La=>__copyProps(Pl({},"__esModule",{value:true}),La);var i_={};__export(i_,{extractJitCommentsFromPR:()=>extractJitCommentsFromPR,initEmptyJitObject:()=>initEmptyJitObject,parseJitReview:()=>parseJitReview,unifyReviews:()=>unifyReviews});La.exports=__toCommonJS(i_);var p_=__toESM(fl(99101));const w_="jit-ci";const parseJitReview=La=>{const hl=initEmptyJitObject();const{conversations:fl}=La;fl.forEach(La=>{const{content:fl}=La;const yl=fl.split("\n");const Pl=yl[0]?.split("**")[2]?.trim();const Ul=yl[2]?.split("**")[2]?.trim();const Gd=yl[4]?.split("**")[2]?.trim();const af=yl[6]?.split("**")[2]?.trim();const n_=yl[10]?.split("")[1]?.split("")[0]??"";const i_=n_.replace(//g,"").replace(/<\/b>/g,"");hl.vulnerabilities.push({security_control:Pl,type:Ul,description:Gd,severity:af,summary:i_});hl.metrics[af]=(hl.metrics[af]??0)+1});return hl};const unifyReviews=(La,hl)=>La.reduce((La,hl)=>{console.log({acc:La,review:hl});return{...La,vulnerabilities:[...La.vulnerabilities,...hl.vulnerabilities],metrics:(0,p_.default)(La.metrics,hl.metrics,(La,hl)=>(La||0)+(hl||0))}},{...hl});const extractJitCommentsFromPR=La=>La.reviews.filter(({commenter:La})=>La===w_);const initEmptyJitObject=()=>({vulnerabilities:[],metrics:{HIGH:null,MEDIUM:null,LOW:null,INFO:null}});0&&0},12623:(La,hl,fl)=>{"use strict";var yl=Object.defineProperty;var Pl=Object.getOwnPropertyDescriptor;var Ul=Object.getOwnPropertyNames;var Gd=Object.prototype.hasOwnProperty;var __export=(La,hl)=>{for(var fl in hl)yl(La,fl,{get:hl[fl],enumerable:true})};var __copyProps=(La,hl,fl,af)=>{if(hl&&typeof hl==="object"||typeof hl==="function"){for(let n_ of Ul(hl))if(!Gd.call(La,n_)&&n_!==fl)yl(La,n_,{get:()=>hl[n_],enumerable:!(af=Pl(hl,n_))||af.enumerable})}return La};var __toCommonJS=La=>__copyProps(yl({},"__esModule",{value:true}),La);var af={};__export(af,{default:()=>i_});La.exports=__toCommonJS(af);var n_=fl(45460);var i_={extractJitFindings:n_.parseJitComments}},45460:(La,hl,fl)=>{"use strict";var yl=Object.defineProperty;var Pl=Object.getOwnPropertyDescriptor;var Ul=Object.getOwnPropertyNames;var Gd=Object.prototype.hasOwnProperty;var __export=(La,hl)=>{for(var fl in hl)yl(La,fl,{get:hl[fl],enumerable:true})};var __copyProps=(La,hl,fl,af)=>{if(hl&&typeof hl==="object"||typeof hl==="function"){for(let n_ of Ul(hl))if(!Gd.call(La,n_)&&n_!==fl)yl(La,n_,{get:()=>hl[n_],enumerable:!(af=Pl(hl,n_))||af.enumerable})}return La};var __toCommonJS=La=>__copyProps(yl({},"__esModule",{value:true}),La);var af={};__export(af,{parseJitComments:()=>parseJitComments});La.exports=__toCommonJS(af);var n_=fl(52356);var i_=fl(77388);var p_=fl(95998);var w_=fl(61579);const parseJitComments=La=>{(0,i_.handleAnalytics)(w_.HighLevelFilters.extractJitFindings,[]);const hl=(0,p_.extractJitCommentsFromPR)(La);const fl=(0,p_.initEmptyJitObject)();if((0,n_.isEmpty)(hl)){return JSON.stringify(fl)}const yl=hl.map(p_.parseJitReview);return JSON.stringify((0,p_.unifyReviews)(yl,fl))};0&&0},1475:(La,hl,fl)=>{"use strict";var yl=Object.defineProperty;var Pl=Object.getOwnPropertyDescriptor;var Ul=Object.getOwnPropertyNames;var Gd=Object.prototype.hasOwnProperty;var __export=(La,hl)=>{for(var fl in hl)yl(La,fl,{get:hl[fl],enumerable:true})};var __copyProps=(La,hl,fl,af)=>{if(hl&&typeof hl==="object"||typeof hl==="function"){for(let n_ of Ul(hl))if(!Gd.call(La,n_)&&n_!==fl)yl(La,n_,{get:()=>hl[n_],enumerable:!(af=Pl(hl,n_))||af.enumerable})}return La};var __toCommonJS=La=>__copyProps(yl({},"__esModule",{value:true}),La);var af={};__export(af,{default:()=>i_});La.exports=__toCommonJS(af);var n_=fl(72908);var i_=n_.parseSonarParser},72908:(La,hl,fl)=>{"use strict";var yl=Object.defineProperty;var Pl=Object.getOwnPropertyDescriptor;var Ul=Object.getOwnPropertyNames;var Gd=Object.prototype.hasOwnProperty;var __export=(La,hl)=>{for(var fl in hl)yl(La,fl,{get:hl[fl],enumerable:true})};var __copyProps=(La,hl,fl,af)=>{if(hl&&typeof hl==="object"||typeof hl==="function"){for(let n_ of Ul(hl))if(!Gd.call(La,n_)&&n_!==fl)yl(La,n_,{get:()=>hl[n_],enumerable:!(af=Pl(hl,n_))||af.enumerable})}return La};var __toCommonJS=La=>__copyProps(yl({},"__esModule",{value:true}),La);var af={};__export(af,{parseSonarParser:()=>parseSonarParser});La.exports=__toCommonJS(af);var n_=fl(77388);var i_=fl(61579);const p_={bugs:/\[(.) Reliability Rating/,security_hotspots:/\[(\d+) Security Hotspots/,vulnerabilities:/\[(.) Security Rating/,code_smells:/\[(.) Maintainability Rating/,duplications:/(\d+(\.\d+)?%) Duplication on New Code/,coverage:/(\d+(\.\d+)?%) Coverage on New Code/};const getDefaultSonar=()=>({bugs:{count:null,rating:""},code_smells:{count:null,rating:""},vulnerabilities:{count:null,rating:""},security_hotspots:{count:null,rating:""},duplications:null,coverage:null});const parseSonarParser=La=>{try{(0,n_.handleAnalytics)(i_.HighLevelFilters.sonarParser,[]);const hl=["sonarcloud","sonarqubecloud"];const fl=La.comments.filter(La=>hl.includes(La.commenter));if(!fl.length){return JSON.stringify(getDefaultSonar())}const yl=Object.keys(p_).reduce((La,hl)=>{const yl=p_[hl];const Pl=fl[0].content.match(yl);if(hl.toString()==="duplications"||hl.toString()==="coverage"){const fl=Pl&&Pl[1]?parseFloat(Pl[1].replace("%","")):0;return{...La,[hl]:fl}}if(hl.toString()==="security_hotspots"){const fl=Pl&&Pl[1]?parseInt(Pl[1],10):0;return{...La,[hl]:{count:fl,rating:fl>0?"":"A"}}}return{...La,[hl]:{count:Pl?1:0,rating:Pl?Pl[1]:"A"}}},getDefaultSonar());return JSON.stringify(yl)}catch(La){console.error("Error parsing Sonar data:",La);return JSON.stringify(getDefaultSonar())}};0&&0},21187:(La,hl,fl)=>{"use strict";var yl=Object.create;var Pl=Object.defineProperty;var Ul=Object.getOwnPropertyDescriptor;var Gd=Object.getOwnPropertyNames;var af=Object.getPrototypeOf;var n_=Object.prototype.hasOwnProperty;var __export=(La,hl)=>{for(var fl in hl)Pl(La,fl,{get:hl[fl],enumerable:true})};var __copyProps=(La,hl,fl,yl)=>{if(hl&&typeof hl==="object"||typeof hl==="function"){for(let af of Gd(hl))if(!n_.call(La,af)&&af!==fl)Pl(La,af,{get:()=>hl[af],enumerable:!(yl=Ul(hl,af))||yl.enumerable})}return La};var __toESM=(La,hl,fl)=>(fl=La!=null?yl(af(La)):{},__copyProps(hl||!La||!La.__esModule?Pl(fl,"default",{value:La,enumerable:true}):fl,La));var __toCommonJS=La=>__copyProps(Pl({},"__esModule",{value:true}),La);var i_={};__export(i_,{LARGE_PR_ERROR_MESSAGE:()=>LARGE_PR_ERROR_MESSAGE,MAX_BODY_SIZE:()=>cA,SKIPPED_AUTO_MERGE_MESSAGE:()=>iA,aiDescribePR:()=>aiDescribePR,callToLinearbAI:()=>callToLinearbAI,convertEstimatedSizeToMB:()=>convertEstimatedSizeToMB,estimateObjectSize:()=>estimateObjectSize,linearbAI:()=>linearbAI,shouldExcludeFile:()=>shouldExcludeFile});La.exports=__toCommonJS(i_);var p_=__toESM(fl(87269));var w_=__toESM(fl(93350));var D_=__toESM(fl(80542));var I_=fl(7426);var N_=fl(77388);var _m=fl(61579);var pg=fl(87299);var mg=fl(95616);var gg=fl(93017);var eA=fl(99406);var tA=fl(56977);var rA=fl(13169);var nA=fl(62840);const iA="Skipped - branch update from base, no new code.";const LARGE_PR_ERROR_MESSAGE=La=>`Uh oh! That's a big one.\n\nThe files in this PR are too large for us to process, we gather the full context, including all file contents before and after the changes (not just the diffs), plus metadata.\n\nERROR: Request body size is ${La} MB, which exceeds the 5MB limit.`;const sA=["package-lock.json","yarn.lock","npm-shrinkwrap.json","Pipfile.lock","poetry.lock","conda-lock.yml","Gemfile.lock","composer.lock","packages.lock.json","project.assets.json","pom.xml","Cargo.lock","mix.lock","pubspec.lock","go.sum","stack.yaml.lock","vcpkg.json","conan.lock","ivy.xml","project.clj","Podfile.lock","Cartfile.resolved","flake.lock","pnpm-lock.yaml"];const aA=[".*\\.(ini|csv|xls|xlsx|xlr|doc|docx|txt|pps|ppt|pptx|dot|dotx|log|tar|rtf|dat|ipynb|po|profile|object|obj|dxf|twb|bcsymbolmap|tfstate|pdf|rbi|pem|crt|svg|png|jpeg|jpg|ttf|app|bin|bmp|bz2|class|db|dll|dylib|egg|eot|exe|gif|gitignore|glif|gradle|gz|ico|jar|lo|lock|mp3|mp4|nar|o|ogg|otf|p|pickle|pkl|pyc|pyd|pyo|rkt|so|ss|tgz|tsv|war|webm|woff|woff2|xz|zip|zst|snap|lockb)$",".*(yarn|gemfile|podfile|cargo|composer|pipfile|gopkg)\\.lock$",".*gradle\\.lockfile$",".*lock\\.sbt$",".*dist/.*\\.js",".*build/.*\\.js",".*public/assets/.*\\.js"];const oA=[...sA.map(La=>La.replace(".","\\.")),...aA];const lA=new RegExp(oA.join("|"));const cA=5*1024*1024;const uA={TOO_MANY_REQUESTS:429,NOT_ACCEPTABLE:406,BAD_GATEWAY:502,GATEWAY_TIMEOUT:504};const pA=["ECONNRESET","ECONNABORTED","ETIMEDOUT","EPIPE"];const dA=3e5;const shouldExcludeFile=La=>{const hl=lA.test(La.original_file)||lA.test(La.new_file);return hl};const validateLinearbAIRequest=(La,hl)=>{const{gitstreamAIPrContext:fl}=La;if(!fl?.source?.diff?.files?.length||!fl?.files?.length||!hl?.diff?.files?.length){const La={message:"Missing required arguments: source or files or no valid files after filtering",isAxiosError:true,response:{status:422}};throw La}};const estimateObjectSize=La=>{if(La===null||La===void 0)return 4;const hl=typeof La;if(hl==="number")return 8;if(hl==="boolean")return 4;if(hl==="string")return La.length*2;if(Array.isArray(La)){return 2+La.reduce((La,hl)=>La+estimateObjectSize(hl)+1,0)}if(hl==="object"){let hl=2;for(const fl in La){if(Object.prototype.hasOwnProperty.call(La,fl)){hl+=fl.length*2+3+estimateObjectSize(La[fl])+1}}return hl}return 8};const convertEstimatedSizeToMB=La=>(La/(1024*1024)).toFixed(2);const checkDataSize=La=>{const hl=estimateObjectSize(La);if(hl>cA){const La=convertEstimatedSizeToMB(hl);throw new Error(LARGE_PR_ERROR_MESSAGE(La))}};const callToLinearbAI=async La=>{const{operation:hl,gitstreamAIPrContext:fl,category:yl}=La;const Pl=(0,D_.default)(fl?.source);const{payload:Ul}=(0,gg.getPayloadBaseContext)();const{owner:Gd,repo:af,pullRequestNumber:n_,isAgenticReview:i_,headSha:N_}=Ul;if(N_&&(0,nA.isAutoMergeCommit)(N_)){console.log(`Skipping AI ${hl} for ${Gd}/${af}#${n_}: head commit looks like an auto-merge from base.`);return{message:iA,statusCode:204,cost:0}}if(Pl?.diff?.files){Pl.diff.files=Pl.diff.files.filter(La=>!shouldExcludeFile(La))}try{if(!i_){validateLinearbAIRequest(La,Pl)}if(yl===_m.AsyncFilters.AI_ReviewPR&&!i_){try{const La=await(0,eA.getRelevantFunctionsFiles)(fl);if(La?.diff?.files?.length){Pl.diff.files.push(...La.diff.files)}}catch(La){await(0,tA.prepareSendingLogsToDD)("warn",`Failed to getRelevantFunctionsFiles for: ${Gd}/${af}/${n_}`,Ul,{error:La?.message},true)}}const w_=(0,gg.getLinearbAIContext)(La,Pl);let D_=w_;try{const La=await(0,gg.compressData)(w_.prContext);D_={...w_,compressedPrContext:La,prContext:void 0}}catch(La){console.warn(`Zip compression failed, ${La}`);await(0,tA.prepareSendingLogsToDD)("warn",`Zip compression failed for: ${Gd}/${af}/${n_}`,Ul,{error:La?.message},true)}checkDataSize(D_);const N_=(0,I_.getRulesResolverUrl)(Ul);const pg=(0,I_.getRulesResolverToken)(Ul);const mg=N_.replace("gitstream/resolve","gitstream/linearb_ai").replace("rules/resolve","rules/linearb_ai");const rA={Authorization:`Bearer ${pg}`,"x-request-id":Ul?.xRequestId||""};let nA=0;const iA=D_.context?.isPlayground?1:2;const sA=5e3;console.log(`Calling LinearB AI request for ${hl}`);while(nA=iA){throw La}await(0,gg.sleep)(sA*nA)}else{throw La}}}throw new Error(`Failed to call ${hl} service after retries`)}catch(La){if(p_.default.isAxiosError(La)&&La.response){const{status:fl,headers:yl}=La.response;const Pl=(0,pg.extractRateLimitHeaders)(yl);if(fl===429){const La=(0,mg.getIsExecutePlayground)();const[yl,Ul]=Pl;const Gd=w_.default.duration(Number(yl),"seconds").humanize();const af=`Your request has exceeded the allowed rate limit of ${Ul} requests per hour to our AI service.\n- Please wait and try again in a approximately *${Gd}*\n- If you require higher limits, please contact LinearB support\n\nFor assistance, contact [LinearB Support](mailto:support@linearb.io)`;const n_=La?af:`${pg.RATE_LIMIT_EXCEEDED}${hl} ${Pl.join(",")}`;return{message:n_,statusCode:fl,cost:0}}throw La}throw La}};const linearbAI=async(La,hl,fl)=>{const{prompt:yl,role:Pl}=hl||{};if(!La||!yl){return fl(null,`Error in LinearB_AI filter: Missing required arguments`)}try{(0,N_.handleAnalytics)(_m.AsyncFilters.LinearB_AI,[hl]);const Ul=_m.AsyncFilters.LinearB_AI;const Gd=await callToLinearbAI({source:La,role:Pl,prompt:yl,operation:Ul});const{message:af,cost:n_}=Gd;(0,N_.handleAnalytics)(_m.AsyncFilters.LinearB_AI,[{...hl,cost:n_}]);return fl(null,af)}catch(La){console.error(rA.ERRORS.ERROR_IN_LINEARB_AI_FILTER,La);const{payload:hl}=(0,gg.getPayloadBaseContext)();const{owner:yl,repo:Pl,pullRequestNumber:Ul}=hl;await(0,tA.prepareSendingLogsToDD)("warn",`${rA.ERRORS.ERROR_IN_LINEARB_AI_FILTER} in pr ${yl}/${Pl}/${Ul}`,hl,{error:La?.message,payload:hl},true);return fl(null,`${rA.ERRORS.ERROR_IN_LINEARB_AI_FILTER}: ${La?.message}`)}};const aiDescribePR=async(La,hl)=>{try{(0,N_.handleAnalytics)(_m.AsyncFilters.AI_DescribePR,[]);const fl=_m.AsyncFilters.AI_DescribePR;const yl=await callToLinearbAI({source:La,category:fl,operation:fl});const{message:Pl,cost:Ul}=yl;(0,N_.handleAnalytics)(_m.AsyncFilters.AI_DescribePR,[{cost:Ul}]);return hl(null,Pl)}catch(La){console.error(rA.ERRORS.ERROR_IN_LINEARB_AI_DESCRIBE_PR_FILTER,La);const{payload:fl}=(0,gg.getPayloadBaseContext)();const{owner:yl,repo:Pl,pullRequestNumber:Ul}=fl;await(0,tA.prepareSendingLogsToDD)("warn",`${rA.ERRORS.ERROR_IN_LINEARB_AI_DESCRIBE_PR_FILTER} in pr ${yl}/${Pl}/${Ul}`,fl,{error:La?.message,payload:fl},true);return hl(null,`${rA.ERRORS.ERROR_IN_LINEARB_AI_DESCRIBE_PR_FILTER}: ${La?.message}`)}};0&&0},93017:(La,hl,fl)=>{"use strict";var yl=Object.defineProperty;var Pl=Object.getOwnPropertyDescriptor;var Ul=Object.getOwnPropertyNames;var Gd=Object.prototype.hasOwnProperty;var __export=(La,hl)=>{for(var fl in hl)yl(La,fl,{get:hl[fl],enumerable:true})};var __copyProps=(La,hl,fl,af)=>{if(hl&&typeof hl==="object"||typeof hl==="function"){for(let n_ of Ul(hl))if(!Gd.call(La,n_)&&n_!==fl)yl(La,n_,{get:()=>hl[n_],enumerable:!(af=Pl(hl,n_))||af.enumerable})}return La};var __toCommonJS=La=>__copyProps(yl({},"__esModule",{value:true}),La);var af={};__export(af,{bool:()=>bool,compressData:()=>compressData,decode:()=>decode,decompressData:()=>decompressData,encode:()=>encode,getLinearbAIContext:()=>getLinearbAIContext,getPayloadBaseContext:()=>getPayloadBaseContext,getTimestamp:()=>getTimestamp,getValidatedFilePath:()=>getValidatedFilePath,mockFilter:()=>mockFilter,readFile:()=>readFile,sleep:()=>sleep});La.exports=__toCommonJS(af);var n_=fl(79896);var i_=fl(16928);var p_=fl(43106);var w_=fl(39023);var D_=fl(62840);var I_=fl(45273);var N_=fl(7426);var _m=fl(62785);var pg=fl(95616);var mg=fl(41002);const encode=La=>`base64: ${Buffer.from(La).toString("base64")}`;const decode=(La="")=>Buffer.from(La.replace("base64: ",""),"base64").toString("utf-8");const getTimestamp=()=>{const La=(new Date).toISOString();return JSON.stringify(La)};const getValidatedFilePath=La=>{const hl=`${D_.CWD.cwd}`;const fl=(0,i_.join)(hl,I_.REPO_FOLDER.DEFAULT);const yl=(0,i_.join)(hl,I_.REPO_FOLDER.CM);const Pl=(0,i_.normalize)((0,i_.join)(fl,La));if(!Pl.startsWith(fl)&&!Pl.startsWith(yl)){console.error(`Invalid filePath: Must reside within '${fl}' or '${yl}'`);return null}if(!(0,n_.existsSync)(Pl)){console.log(`File does not exist at ${La}`);return null}return Pl};const readFile=(La,hl)=>{const{output:fl=""}=hl||{};const yl=getValidatedFilePath(La);if(!yl){return""}try{const La=(0,n_.readFileSync)(yl,"utf8");if(La&&fl?.toLowerCase()==="json"){const hl=JSON.parse(La);return JSON.stringify(hl)}return La?JSON.stringify(La):La}catch(hl){console.error(`Error reading file ${La}: ${hl?.message}`,hl)}return""};const mockFilter=(...La)=>{const hl=[];La.forEach((La,fl)=>{if(La===null){hl.push(`arg_${fl}: null`)}else if(La===void 0){hl.push(`arg_${fl}: undefined`)}else if(Array.isArray(La)){hl.push(`arg_${fl}: array(${La.length})`)}else if(typeof La==="object"){hl.push(`arg_${fl}: object(${Object.keys(La).length} keys)`)}else{hl.push(`arg_${fl}: ${typeof La}`)}});return JSON.stringify(hl.join(", "))};const bool=La=>{if(La===true){return true}if(typeof La==="string"){return La.trim().toLowerCase()==="true"}return false};const sleep=La=>new Promise(hl=>{setTimeout(hl,La)});const gg=(0,w_.promisify)(p_.gzip);const compressData=async La=>{const hl=JSON.stringify(La);const fl=await gg(Buffer.from(hl,"utf8"));return fl.toString("base64")};const eA=(0,w_.promisify)(p_.gunzip);const decompressData=async La=>{const hl=Buffer.from(La,"base64");const fl=await eA(hl);return JSON.parse(fl.toString("utf8"))};const getPayloadBaseContext=()=>{const La=(0,N_.getClientPayload)();const hl=(0,_m.doubleParse)(La);const fl=(0,pg.getIsExecutePlayground)();return{payload:hl,isPlayground:fl}};const getLinearbAIContext=(La,hl)=>{const{category:fl,prompt:yl,role:Pl,template:Ul,guidelines:Gd,issues_limit:af,gitstreamAIPrContext:n_}=La;const{payload:i_,isPlayground:p_}=getPayloadBaseContext();const{source:w_,organizationId:D_,sensorAuthId:I_,owner:_m,repo:gg,prContext:eA,pullRequestNumber:tA,installationId:rA,webhookEventName:nA,creator:iA,headHttpUrl:sA,headSha:aA,userId:oA}=i_;const{author:lA,url:cA}=eA||{};const uA={source:w_,organizationId:D_,sensorAuthId:I_,owner:_m,repo:gg,author:lA||iA||oA,pullRequestNumber:tA,installationId:rA,url:cA,headSha:aA,webhookEventName:nA,version:mg.version,isPlayground:p_,category:fl};const pA={context:uA,prompt:yl,category:fl,role:Pl,template:Ul,guidelines:Gd,issues_limit:af,repo_path:(0,N_.getOverrideCloneRepoPath)()||void 0,isManagedGitstream:(0,pg.getIsManagedGitstream)(),prContext:{...n_,source:hl,repo:{...n_?.repo,url:sA},...p_&&{pr:{...n_?.pr,previous_reviews_issues:[],previous_gitstream_reviews:[]}}}};return pA};0&&0},99406:(La,hl,fl)=>{"use strict";var yl=Object.create;var Pl=Object.defineProperty;var Ul=Object.getOwnPropertyDescriptor;var Gd=Object.getOwnPropertyNames;var af=Object.getPrototypeOf;var n_=Object.prototype.hasOwnProperty;var __export=(La,hl)=>{for(var fl in hl)Pl(La,fl,{get:hl[fl],enumerable:true})};var __copyProps=(La,hl,fl,yl)=>{if(hl&&typeof hl==="object"||typeof hl==="function"){for(let af of Gd(hl))if(!n_.call(La,af)&&af!==fl)Pl(La,af,{get:()=>hl[af],enumerable:!(yl=Ul(hl,af))||yl.enumerable})}return La};var __toESM=(La,hl,fl)=>(fl=La!=null?yl(af(La)):{},__copyProps(hl||!La||!La.__esModule?Pl(fl,"default",{value:La,enumerable:true}):fl,La));var __toCommonJS=La=>__copyProps(Pl({},"__esModule",{value:true}),La);var i_={};__export(i_,{EXT_TO_LANG:()=>nA,FUNCTION_DEF_REGEX:()=>rA,getRelevantFunctionsFiles:()=>getRelevantFunctionsFiles,listAllFiles:()=>listAllFiles});La.exports=__toCommonJS(i_);var p_=__toESM(fl(79896));var w_=__toESM(fl(16928));var D_=__toESM(fl(87269));var I_=fl(7426);var N_=fl(62840);var _m=fl(45273);var pg=fl(93017);var mg=fl(23418);var gg=fl(61579);var eA=fl(56977);const tA=w_.default.join(N_.SOURCE_CODE_WORKING_DIRECTORY,_m.REPO_FOLDER.DEFAULT);const rA={js:La=>new RegExp(`(export\\s+)?(async\\s+)?function\\s+\\b${La}\\b\\s*\\(|(export\\s+)?(async\\s+)?(const|let|var)\\s+\\b${La}\\b\\s*=\\s*(async\\s*)?\\(|(export\\s+)?(async\\s+)?\\b${La}\\b\\s*=\\s*\\(.*\\)\\s*=>`),ts:La=>new RegExp(`(export\\s+)?(async\\s+)?function\\s+\\b${La}\\b\\s*\\(|(export\\s+)?(async\\s+)?(const|let|var)\\s+\\b${La}\\b\\s*=\\s*(async\\s*)?\\(|(export\\s+)?(async\\s+)?\\b${La}\\b\\s*=\\s*\\(.*\\)\\s*=>`),py:La=>new RegExp(`def\\s+${La}\\s*\\(`),java:La=>new RegExp(`[\\w<>\\[\\]]+\\s+${La}\\s*\\(`),go:La=>new RegExp(`func\\s+${La}\\s*\\(`),rb:La=>new RegExp(`def\\s+${La}\\s*`),php:La=>new RegExp(`function\\s+${La}\\s*\\(`),cpp:La=>new RegExp(`[\\w:<>]+\\s+${La}\\s*\\(`),c:La=>new RegExp(`[\\w\\*]+\\s+${La}\\s*\\(`),cs:La=>{const hl=La.replace(/[.*+?^${}()|[\]\\]/g,"\\$&");return new RegExp(`(public|private|protected|internal|static|virtual|override|abstract|sealed|async|partial|readonly|extern|unsafe|volatile|const)\\s+(static|virtual|override|abstract|sealed|async|readonly|extern|unsafe|volatile|const\\s+)?[\\w<>\\[\\]]+\\s+\\b${hl}\\b\\s*[\\({]`)},swift:La=>new RegExp(`func\\s+${La}\\s*\\(`),kt:La=>new RegExp(`fun\\s+${La}\\s*\\(`)};const nA={".js":"js",".jsx":"js",".ts":"ts",".tsx":"ts",".py":"py",".java":"java",".go":"go",".rb":"rb",".php":"php",".cpp":"cpp",".cc":"cpp",".cxx":"cpp",".c":"c",".cs":"cs",".swift":"swift",".kt":"kt",".kts":"kt"};const listAllFiles=(La=".",hl=_m.REPO_FOLDER.DEFAULT)=>{let fl=[];try{const yl=(0,N_.executeGitCommand)((0,mg.LS_FILES)(La),hl);fl=yl.split("\n").filter(Boolean).map(hl=>w_.default.join(La,hl))}catch(La){}return fl};const getRelevantFunctionsFiles=async La=>{const hl={category:gg.AsyncFilters.AI_ReviewPR,gitstreamAIPrContext:La};const{context:fl}=(0,pg.getLinearbAIContext)(hl,La.source);const{payload:yl}=(0,pg.getPayloadBaseContext)();const Pl=(0,I_.getRulesResolverUrl)(yl);const Ul=(0,I_.getRulesResolverToken)(yl);const Gd=Pl.replace("gitstream/resolve","gitstream/relevant_files").replace("rules/resolve","rules/relevant_files");const af={Authorization:`Bearer ${Ul}`};let n_=[];try{const hl=await(0,pg.compressData)(La);const yl=await D_.default.post(Gd,{context:fl,compressedPrContext:hl},{headers:af});const Pl=yl.data?.files||{};n_=Pl.missing_functions;(0,eA.debug)(`relevant-files: Found ${n_?.length||0} missing functions: ${n_?.join(", ")}`)}catch(La){n_=[]}const i_=listAllFiles();const N_=new Map;const _m=new Map;const mg=i_.filter(La=>{const hl=w_.default.extname(La).toLowerCase();return nA[hl]});for(const La of mg){const hl=w_.default.extname(La).toLowerCase();const fl=nA[hl];if(fl){let hl="";try{const fl=w_.default.join(tA,La);hl=p_.default.readFileSync(fl,"utf8")}catch(La){}if(hl){const yl=new Map;for(const Pl of n_){const Ul=rA[fl](Pl);if(Ul){Ul.lastIndex=0;const fl=Ul.exec(hl);if(fl){if(!N_.has(Pl)){N_.set(Pl,[])}N_.get(Pl).push(La);const Ul=hl.lastIndexOf("\n",fl.index)+1;const Gd=hl.indexOf("\n",fl.index);let af=hl.substring(Ul,Gd===-1?hl.length:Gd);if(af.length>100){af=`${af.substring(0,100)}...`}yl.set(Pl,af)}}}if(yl.size>0){_m.set(La,yl)}}}}const iA=new Set;N_.forEach((La,hl)=>{if(La.length===1){iA.add(hl)}});const sA=new Map;_m.forEach((La,hl)=>{const fl={};let yl=false;La.forEach((La,hl)=>{if(iA.has(hl)){fl[hl]=La;yl=true}});if(yl){let La="";try{const fl=w_.default.join(tA,hl);La=p_.default.readFileSync(fl,"utf8")}catch(La){return}sA.set(hl,{original_file:hl,original_content:La,is_additional_context:true,matched_functions:fl})}});const aA=Array.from(sA.values());(0,eA.debug)(`relevant-files: Returning ${aA.length} files with matched functions`);return{diff:{files:aA}}};0&&0},41813:La=>{"use strict";var hl=Object.defineProperty;var fl=Object.getOwnPropertyDescriptor;var yl=Object.getOwnPropertyNames;var Pl=Object.prototype.hasOwnProperty;var __export=(La,fl)=>{for(var yl in fl)hl(La,yl,{get:fl[yl],enumerable:true})};var __copyProps=(La,Ul,Gd,af)=>{if(Ul&&typeof Ul==="object"||typeof Ul==="function"){for(let n_ of yl(Ul))if(!Pl.call(La,n_)&&n_!==Gd)hl(La,n_,{get:()=>Ul[n_],enumerable:!(af=fl(Ul,n_))||af.enumerable})}return La};var __toCommonJS=La=>__copyProps(hl({},"__esModule",{value:true}),La);var Ul={};__export(Ul,{CODE_REVIEW_LIMIT_FREE_TIER:()=>Gd,shouldBlockCodeReview:()=>shouldBlockCodeReview});La.exports=__toCommonJS(Ul);const Gd=3;const shouldBlockCodeReview=La=>{const hl=La?.restrictionsData?.codeReviewCount??0;const fl=La?.restrictionsData?.license?.restrict_ai||false;return fl&&hl>=Gd};0&&0},49311:(La,hl,fl)=>{"use strict";var yl=Object.defineProperty;var Pl=Object.getOwnPropertyDescriptor;var Ul=Object.getOwnPropertyNames;var Gd=Object.prototype.hasOwnProperty;var __export=(La,hl)=>{for(var fl in hl)yl(La,fl,{get:hl[fl],enumerable:true})};var __copyProps=(La,hl,fl,af)=>{if(hl&&typeof hl==="object"||typeof hl==="function"){for(let n_ of Ul(hl))if(!Gd.call(La,n_)&&n_!==fl)yl(La,n_,{get:()=>hl[n_],enumerable:!(af=Pl(hl,n_))||af.enumerable})}return La};var __toCommonJS=La=>__copyProps(yl({},"__esModule",{value:true}),La);var af={};__export(af,{checkAutomationHasDisabledFilter:()=>checkAutomationHasDisabledFilter,checkAutomationHasRateLimit:()=>checkAutomationHasRateLimit});La.exports=__toCommonJS(af);var n_=fl(87299);const checkAutomationHasDisabledFilter=(La,hl)=>{const fl=hl.find(hl=>{const fl=hl.guid||"no_guid";const yl=La.if.some(La=>{if(typeof La==="string"){return La.includes(fl)}return false});const Pl=La.run.some(La=>{if(La.args){return Object.values(La.args).some(La=>{if(typeof La==="string"){return La.includes(fl)}return false})}return false});return yl||Pl});if(fl){return{is_disabled_automation:true,disabled_automation_message:fl.description,disabled_name:fl.name}}return{is_disabled_automation:false,disabled_automation_message:"",disabled_name:""}};const checkAutomationHasRateLimit=La=>{let hl="";const fl=La.run.find(La=>{if(La.args){hl=Object.values(La.args).find(La=>typeof La==="string"&&La.includes(n_.RATE_LIMIT_EXCEEDED));if(hl){return true}}return false});if(fl){const La=hl.replace(n_.RATE_LIMIT_EXCEEDED,"").trim();const fl=La.split("\n").find(La=>/\w+\s+\d+,\d+,\d+,\d+/.test(La));if(fl){const[La,hl]=fl.trim().split(/\s+/);if(hl){const[fl,yl,Pl,Ul]=hl.split(",").map(Number);return{is_rate_limit_reached:true,rate_limit_args:{name:La,retryAfter:fl,limit:yl,remaining:Pl,reset:Ul}}}}}return{is_rate_limit_reached:false}};0&&0},67485:(La,hl,fl)=>{"use strict";var yl=Object.create;var Pl=Object.defineProperty;var Ul=Object.getOwnPropertyDescriptor;var Gd=Object.getOwnPropertyNames;var af=Object.getPrototypeOf;var n_=Object.prototype.hasOwnProperty;var __export=(La,hl)=>{for(var fl in hl)Pl(La,fl,{get:hl[fl],enumerable:true})};var __copyProps=(La,hl,fl,yl)=>{if(hl&&typeof hl==="object"||typeof hl==="function"){for(let af of Gd(hl))if(!n_.call(La,af)&&af!==fl)Pl(La,af,{get:()=>hl[af],enumerable:!(yl=Ul(hl,af))||yl.enumerable})}return La};var __toESM=(La,hl,fl)=>(fl=La!=null?yl(af(La)):{},__copyProps(hl||!La||!La.__esModule?Pl(fl,"default",{value:La,enumerable:true}):fl,La));var __toCommonJS=La=>__copyProps(Pl({},"__esModule",{value:true}),La);var i_={};__export(i_,{EXTERNAL_FILTERS_PATH:()=>iA,RULES_LEVELS:()=>sA,cleanupSandboxedPlugins:()=>cleanupSandboxedPlugins,loadExternalPlugins:()=>loadExternalPlugins,loadSandboxedPlugins:()=>loadSandboxedPlugins,withTryCatchFilter:()=>withTryCatchFilter});La.exports=__toCommonJS(i_);var p_=fl(79896);var w_=__toESM(fl(16928));var D_=fl(77388);var I_=fl(13169);var N_=fl(35618);var _m=fl(95616);var pg=fl(99406);var mg=fl(93017);var gg=fl(76852);var eA=fl(7426);var tA=fl(62785);var rA=fl(45273);var nA=fl(56977);const iA="filters";const sA={REPO:"repo",ORG:"org"};const aA=new RegExp(`${gg.REPO_LEVEL_PLUGINS_PATH.replace(/\./g,"\\.")}/${iA}/([^/]+)/index\\.js$`);const oA=new RegExp(`${gg.ORG_LEVEL_PLUGINS_PATH.replace(/\./g,"\\.")}/${iA}/([^/]+)/index\\.js$`);const handleFilterError=(La,hl,fl)=>{const yl=`executing filter error: ${La}(${JSON.stringify(hl)}): ${fl?.message}`;if((0,_m.getIsManagedGitstream)()){(0,_m.getErrorManager)().addError(I_.STATUS_CODES.SYNTAX_ERROR,yl);return new Error(yl)}else{console.error(yl);process.exit(I_.STATUS_CODES.SYNTAX_ERROR)}};const withTryCatchFilter=(La,hl,fl=false,yl=new Map,Pl={})=>{if(!fl){return(...fl)=>{const Pl=`${hl}_${JSON.stringify(fl)}`;if(yl.has(Pl)){const La=yl.get(Pl);return La}(0,D_.handleAnalytics)(hl,fl,true);try{const hl=La(...fl);yl.set(Pl,hl);return hl}catch(La){return handleFilterError(hl,fl,La)}}}return async(...fl)=>{const Ul=fl[fl.length-1];const Gd=await(0,N_.getPreviousDisabledFilterAsync)(fl,Pl,hl);if(Gd!==null){return Ul(null,Gd)}const af=`${hl}_${JSON.stringify(fl)}`;if(yl.has(af)){const La=yl.get(af);return Ul(null,La)}(0,D_.handleAnalytics)(hl,fl,true);fl[fl.length-1]=(La,hl)=>{yl.set(af,hl);return Ul(La,hl)};try{await La(...fl)}catch(La){const yl=handleFilterError(hl,fl,La);return Ul(yl,null)}}};const mockManagedGitstreamPlugins=()=>{const La={filters:{org:{},repo:{}}};const hl=(0,eA.getClientPayload)();const fl=(0,tA.doubleParse)(hl);const yl=(0,pg.listAllFiles)(".",rA.REPO_FOLDER.DEFAULT);yl.forEach(hl=>{const fl=hl.match(aA);if(fl){const hl=fl[1];La.filters.repo[hl]=mg.mockFilter}});if(fl.hasCmRepo){const hl=(0,pg.listAllFiles)(".",rA.REPO_FOLDER.CM);hl.forEach(hl=>{const fl=hl.match(oA);if(fl){const hl=fl[1];La.filters.org[hl]=mg.mockFilter}})}return La};const loadExternalPlugins=(La,hl,fl)=>{if((0,_m.getIsManagedGitstream)()&&!(0,tA.isPrivilegedOrg)(fl)){try{const La=mockManagedGitstreamPlugins();const hl=[...Object.keys(La.filters.org),...Object.keys(La.filters.repo)];(0,nA.debug)(`[IsManagedGitstream] External filters will be mocked: ${JSON.stringify(hl)}`);return La}catch(La){const hl=`${I_.ERRORS.FAILED_TO_LOAD_EXTERNAL_PLUGINS}: Failed to mock external plugins: ${La?.message}`;console.error(hl);throw new Error(hl)}}const yl={filters:{org:{},repo:{}}};[{externalPath:w_.default.join(La,iA),level:sA.REPO},{externalPath:w_.default.join(hl,iA),level:sA.ORG}].forEach(({externalPath:La,level:hl})=>{if(La&&(0,p_.existsSync)(La)){(0,p_.readdirSync)(La).forEach(fl=>{const Pl=w_.default.join(La,fl);if((0,p_.existsSync)(Pl)){try{const La=w_.default.join(Pl,"package.json");if(!(0,p_.existsSync)(La)){const hl=JSON.stringify({name:fl.toLowerCase(),version:"1.0.0"});(0,p_.writeFileSync)(La,hl)}yl.filters[hl][fl]=require(Pl)}catch(La){const hl=`${I_.ERRORS.FAILED_TO_LOAD_EXTERNAL_PLUGINS}: Failed to load external filter '${fl}' at path '${Pl}': ${La?.message}`;console.error(hl);throw new Error(hl)}}})}});(0,nA.debug)(`Loaded filters - repo: ${JSON.stringify(Object.keys(yl.filters.repo))}`);(0,nA.debug)(`Loaded filters - org: ${JSON.stringify(Object.keys(yl.filters.org))}`);return yl};const loadSandboxedPlugins=La=>{const hl={filters:{org:{},repo:{}},_cleanups:[]};let yl;try{yl=fl(2349).createSandboxedFilter}catch(La){console.error(`Failed to load sandboxedPluginLoader: ${La?.message}`);return hl}const Pl=w_.default.join(La.cloneRepoPath,rA.REPO_FOLDER.DEFAULT,gg.REPO_LEVEL_PLUGINS_PATH,iA);const Ul=w_.default.join(La.cloneRepoPath,rA.REPO_FOLDER.CM,gg.ORG_LEVEL_PLUGINS_PATH,iA);[{externalPath:Pl,level:sA.REPO},{externalPath:Ul,level:sA.ORG}].forEach(({externalPath:fl,level:Pl})=>{if(fl&&(0,p_.existsSync)(fl)){(0,p_.readdirSync)(fl).forEach(Ul=>{const Gd=w_.default.join(fl,Ul,"index.js");if((0,p_.existsSync)(Gd)){try{const fl=yl(Gd,Ul,La);hl.filters[Pl][Ul]=fl;hl._cleanups.push(fl.cleanup)}catch(La){const hl=`${I_.ERRORS.FAILED_TO_LOAD_EXTERNAL_PLUGINS}: Failed to load sandboxed filter '${Ul}': ${La?.message}`;console.error(hl);(0,_m.getErrorManager)().addError(I_.STATUS_CODES.SYNTAX_ERROR,hl)}}})}});console.log(`[Sandbox] Loaded sandboxed filters - repo: ${JSON.stringify(Object.keys(hl.filters.repo))}, org: ${JSON.stringify(Object.keys(hl.filters.org))}`);return hl};const cleanupSandboxedPlugins=La=>{if(La?._cleanups){for(const hl of La._cleanups){try{hl()}catch{}}La._cleanups=[]}};0&&0},2349:(La,hl,fl)=>{"use strict";var yl=Object.create;var Pl=Object.defineProperty;var Ul=Object.getOwnPropertyDescriptor;var Gd=Object.getOwnPropertyNames;var af=Object.getPrototypeOf;var n_=Object.prototype.hasOwnProperty;var __export=(La,hl)=>{for(var fl in hl)Pl(La,fl,{get:hl[fl],enumerable:true})};var __copyProps=(La,hl,fl,yl)=>{if(hl&&typeof hl==="object"||typeof hl==="function"){for(let af of Gd(hl))if(!n_.call(La,af)&&af!==fl)Pl(La,af,{get:()=>hl[af],enumerable:!(yl=Ul(hl,af))||yl.enumerable})}return La};var __toESM=(La,hl,fl)=>(fl=La!=null?yl(af(La)):{},__copyProps(hl||!La||!La.__esModule?Pl(fl,"default",{value:La,enumerable:true}):fl,La));var __toCommonJS=La=>__copyProps(Pl({},"__esModule",{value:true}),La);var i_={};__export(i_,{createSandboxedFilter:()=>createSandboxedFilter,createSandboxedFilterFromSource:()=>createSandboxedFilterFromSource,isBlockedIp:()=>isBlockedIp});La.exports=__toCommonJS(i_);var p_=fl(79896);var w_=fl(35317);var D_=__toESM(fl(16928));var I_=__toESM(fl(69278));var N_=__toESM(fl(23346));const isBlockedIp=La=>{if(I_.isIPv4(La)){const hl=La.split(".").map(Number);if(hl[0]===127){return true}if(hl[0]===10){return true}if(hl[0]===172&&hl[1]>=16&&hl[1]<=31){return true}if(hl[0]===192&&hl[1]===168){return true}if(hl[0]===169&&hl[1]===254){return true}if(hl.every(La=>La===0)){return true}}if(I_.isIPv6(La)){const hl=La.toLowerCase();if(hl==="::1"){return true}if(hl.startsWith("fe80:")){return true}if(hl.startsWith("fc")||hl.startsWith("fd")){return true}}return false};const validateHostname=La=>{if(I_.isIP(La)){if(isBlockedIp(La)){throw new Error(`Request to blocked IP address: ${La}`)}return}const hl=(0,w_.spawnSync)(process.execPath,["-e",`const dns = require('dns');\n dns.resolve4(${JSON.stringify(La)}, (err, addrs) => {\n process.stdout.write(JSON.stringify(err ? [] : addrs));\n });`],{timeout:5e3});if(!hl.stdout){return}let fl;try{fl=JSON.parse(hl.stdout.toString())}catch{return}for(const hl of fl){if(isBlockedIp(hl)){throw new Error(`Request to ${La} blocked: resolves to internal IP ${hl}`)}}};const hostHttpRequestSync=(La,hl,fl,yl)=>{const Pl=new URL(hl);validateHostname(Pl.hostname);const Ul=`\n const https = require('https');\n const http = require('http');\n const url = new URL(process.argv[1]);\n const headers = JSON.parse(process.argv[2]);\n const method = process.argv[3];\n const body = process.argv[4] || null;\n const lib = url.protocol === 'https:' ? https : http;\n const req = lib.request(url, { method, headers, timeout: 30000 }, (res) => {\n let data = '';\n res.on('data', chunk => data += chunk);\n res.on('end', () => {\n process.stdout.write(JSON.stringify({ status: res.statusCode, data }));\n });\n });\n req.on('error', (e) => {\n process.stdout.write(JSON.stringify({ error: e.message }));\n });\n if (body) req.write(body);\n req.end();\n `;const Gd=(0,w_.spawnSync)(process.execPath,["-e",Ul,hl,fl||"{}",La,yl||""],{timeout:35e3});if(Gd.error){throw new Error(`HTTP request failed: ${Gd.error.message}`)}if(Gd.stdout){const La=JSON.parse(Gd.stdout.toString());if(La.error){throw new Error(`HTTP request to ${Pl.hostname} failed: ${La.error}`)}return JSON.stringify(La)}throw new Error("HTTP request returned no response")};const hostReadFile=(La,hl)=>{const fl=D_.resolve(La);const yl=D_.resolve(hl);if(!fl.startsWith(yl+D_.sep)&&fl!==yl){throw new Error(`File access denied: path '${La}' is outside allowed directory`)}return(0,p_.readFileSync)(fl,"utf8")};const createBootstrapCode=()=>`\n // Stub process object with empty env\n const process = {\n env: {},\n argv: [],\n version: 'v20.0.0',\n platform: 'linux',\n cwd: function() { return '/'; },\n exit: function() { throw new Error('process.exit is not allowed'); },\n nextTick: function(fn) { fn(); },\n };\n\n // Create require function that blocks unauthorized modules\n const _allowedModules = {};\n function require(moduleName) {\n if (_allowedModules[moduleName]) {\n return _allowedModules[moduleName];\n }\n throw new Error('Module "' + moduleName + '" is not available in sandbox. Only approved modules can be used.');\n }\n\n // Stub global.process\n globalThis.process = process;\n globalThis.require = require;\n globalThis._allowedModules = _allowedModules;\n\n // Stub console\n globalThis.console = {\n log: function() {},\n error: function() {},\n warn: function() {},\n info: function() {},\n debug: function() {},\n };\n\n // Block dangerous constructors\n globalThis.Function = function() {\n throw new Error('Function constructor is not allowed in sandbox');\n };\n `;const injectAllowedModules=(La,hl)=>{const yl=La.global;yl.setSync("btoa",new N_.default.Callback(La=>btoa(La)));yl.setSync("atob",new N_.default.Callback(La=>atob(La)));for(const yl of hl.allowedModules){try{switch(yl){case"lodash":{const hl=fl(52356);const yl=["capitalize","camelCase","snakeCase","kebabCase","upperFirst","lowerFirst","trim","truncate","uniq","flatten","compact","sortBy","groupBy","countBy","map","filter","find","reduce","every","some","includes","get","set","has","pick","omit","merge","cloneDeep","isEmpty","isArray","isObject","isString","isNumber","keys","values","entries","chunk","difference","intersection","union","range","times","debounce","throttle"];const Pl=yl.map(La=>`lodash.${La} = function() { var args = Array.prototype.slice.call(arguments); return JSON.parse(_hostLodash('${La}', JSON.stringify(args))); };`).join("\n");La.global.setSync("_hostLodash",new N_.default.Callback((La,fl)=>{const yl=JSON.parse(fl);const Pl=hl[La](...yl);return JSON.stringify(Pl===void 0?null:Pl)}));La.evalSync(`\n (function() {\n var lodash = {};\n ${Pl}\n lodash._ = lodash;\n globalThis._allowedModules['lodash'] = lodash;\n globalThis._allowedModules['_'] = lodash;\n })();\n `,{timeout:5e3});break}case"moment":{const hl=fl(93350);La.global.setSync("_hostMoment",new N_.default.Callback((La,fl,yl)=>{const Pl=JSON.parse(La);const Ul=Pl===null?hl():hl(Pl);if(fl&&typeof Ul[fl]==="function"){const La=JSON.parse(yl||"[]");const hl=Ul[fl](...La);if(typeof hl==="object"&&hl!==null&&hl._isAMomentObject){return JSON.stringify({_isMoment:true,_iso:hl.toISOString()})}return JSON.stringify(hl)}return JSON.stringify({_isMoment:true,_iso:Ul.toISOString()})}));La.evalSync(`\n (function() {\n function MomentProxy(input) {\n this._input = input;\n }\n var methods = ['format', 'add', 'subtract', 'startOf', 'endOf', 'diff',\n 'isBefore', 'isAfter', 'isSame', 'isSameOrBefore', 'isSameOrAfter',\n 'isValid', 'toISOString', 'toJSON', 'toString', 'valueOf', 'unix',\n 'year', 'month', 'date', 'day', 'hour', 'minute', 'second',\n 'daysInMonth', 'fromNow', 'toNow', 'calendar'];\n methods.forEach(function(method) {\n MomentProxy.prototype[method] = function() {\n var args = Array.prototype.slice.call(arguments);\n var result = JSON.parse(_hostMoment(\n JSON.stringify(this._input),\n method,\n JSON.stringify(args)\n ));\n if (result && result._isMoment) {\n return new MomentProxy(result._iso);\n }\n return result;\n };\n });\n\n function momentFactory(input) {\n return new MomentProxy(input === undefined ? null : input);\n }\n momentFactory.utc = function(input) {\n return new MomentProxy(input === undefined ? null : input);\n };\n\n globalThis._allowedModules['moment'] = momentFactory;\n })();\n `,{timeout:5e3});break}case"@actions/core":{La.evalSync(`\n (function() {\n var core = {\n getInput: function() { return ''; },\n setOutput: function() {},\n setFailed: function() {},\n info: function() {},\n warning: function() {},\n error: function() {},\n debug: function() {},\n isDebug: function() { return false; },\n exportVariable: function() {},\n setSecret: function() {},\n };\n globalThis._allowedModules['@actions/core'] = core;\n })();\n `,{timeout:5e3});break}case"axios":{La.evalSync(`\n (function() {\n function makeRequest(method, urlOrConfig, dataOrConfig, config) {\n var url, headers = {}, body = null;\n\n if (typeof urlOrConfig === 'object' && urlOrConfig !== null && !Array.isArray(urlOrConfig)) {\n // axios({ url, method, data, headers })\n url = urlOrConfig.url;\n method = urlOrConfig.method || method;\n headers = urlOrConfig.headers || {};\n body = urlOrConfig.data ? JSON.stringify(urlOrConfig.data) : null;\n } else {\n url = urlOrConfig;\n var isBodyMethod = (method !== 'get' && method !== 'delete' && method !== 'head');\n if (isBodyMethod && dataOrConfig != null) {\n // post(url, data, config?) — second arg is request body\n body = JSON.stringify(dataOrConfig);\n if (config && config.headers) headers = config.headers;\n } else if (dataOrConfig && typeof dataOrConfig === 'object') {\n // get(url, config?) — second arg is config\n if (dataOrConfig.headers) headers = dataOrConfig.headers;\n }\n }\n\n var raw = _hostHttpRequest(method.toUpperCase(), url, JSON.stringify(headers), body);\n var response = JSON.parse(raw);\n return { status: response.status, data: response.data, headers: {} };\n }\n\n var axiosProxy = function(config) { return makeRequest('get', config); };\n axiosProxy.get = function(url, config) { return makeRequest('get', url, config); };\n axiosProxy.post = function(url, data, cfg) { return makeRequest('post', url, data, cfg); };\n axiosProxy.put = function(url, data, cfg) { return makeRequest('put', url, data, cfg); };\n axiosProxy.patch = function(url, data, cfg) { return makeRequest('patch', url, data, cfg); };\n axiosProxy.delete = function(url, config) { return makeRequest('delete', url, config); };\n axiosProxy.request = function(config) { return makeRequest(config.method || 'get', config); };\n\n globalThis._allowedModules['axios'] = axiosProxy;\n })();\n `,{timeout:5e3});break}case"@octokit/rest":{La.evalSync(`\n (function() {\n function Octokit() {\n throw new Error('@octokit/rest requires async filter pattern for API calls.');\n }\n globalThis._allowedModules['@octokit/rest'] = { Octokit: Octokit };\n })();\n `,{timeout:5e3});break}default:break}}catch(La){console.error(`Failed to inject module '${yl}' into sandbox: ${La.message}`)}}};const safeDispose=La=>{try{La.dispose()}catch{}};const createSandboxedFilterFromSource=(La,hl,fl,yl=false)=>{const Pl=new N_.default.Isolate({memoryLimit:fl.memoryLimitMb});let Ul;try{Ul=Pl.createContextSync()}catch(La){Pl.dispose();throw new Error(`Failed to create sandbox context for inline plugin '${hl}': ${La.message}`)}const Gd=Ul.global;Gd.setSync("global",Gd.derefInto());if(fl.cloneRepoPath){Gd.setSync("_hostReadFile",new N_.default.Callback(La=>hostReadFile(La,fl.cloneRepoPath)))}Gd.setSync("_hostHttpRequest",new N_.default.Callback(hostHttpRequestSync));const af=createBootstrapCode();try{Ul.evalSync(af,{timeout:5e3})}catch(La){Pl.dispose();throw new Error(`Failed to initialize sandbox for inline plugin '${hl}': ${La.message}`)}injectAllowedModules(Ul,fl);const n_=`\n (function() {\n var module = { exports: {} };\n var exports = module.exports;\n ${La}\n globalThis._pluginExports = module.exports;\n })();\n `;try{Ul.evalSync(n_,{timeout:fl.timeoutMs})}catch{Pl.dispose();return createParseErrorFilter(hl)}let i_=false;if(yl){try{i_=Ul.evalSync(`typeof globalThis._pluginExports === 'object' && globalThis._pluginExports.immediate === true`,{timeout:1e3})===true}catch{}}if(yl){return createAsyncSandboxedFilter(Pl,Ul,hl,fl,i_)}return createSyncSandboxedFilter(Pl,Ul,hl,fl)};const createSandboxedFilter=(La,hl,fl)=>{let yl;try{yl=(0,p_.readFileSync)(La,"utf8")}catch(La){throw new Error(`Failed to read plugin source for '${hl}': ${La.message}`)}const Pl=new N_.default.Isolate({memoryLimit:fl.memoryLimitMb});let Ul;try{Ul=Pl.createContextSync()}catch(La){Pl.dispose();throw new Error(`Failed to create sandbox context for '${hl}': ${La.message}`)}const Gd=Ul.global;Gd.setSync("global",Gd.derefInto());Gd.setSync("_hostReadFile",new N_.default.Callback(La=>hostReadFile(La,fl.cloneRepoPath)));Gd.setSync("_hostHttpRequest",new N_.default.Callback(hostHttpRequestSync));const af=createBootstrapCode();try{Ul.evalSync(af,{timeout:5e3})}catch(La){Pl.dispose();throw new Error(`Failed to initialize sandbox for '${hl}': ${La.message}`)}injectAllowedModules(Ul,fl);const n_=`\n (function() {\n var module = { exports: {} };\n var exports = module.exports;\n ${yl}\n globalThis._pluginExports = module.exports;\n })();\n `;try{Ul.evalSync(n_,{timeout:fl.timeoutMs})}catch{Pl.dispose();return createParseErrorFilter(hl)}let i_=false;let w_=false;try{i_=Ul.evalSync(`typeof globalThis._pluginExports === 'object' && globalThis._pluginExports.async === true`,{timeout:1e3})===true;if(i_){w_=Ul.evalSync(`globalThis._pluginExports.immediate === true`,{timeout:1e3})===true}}catch{}if(i_){return createAsyncSandboxedFilter(Pl,Ul,hl,fl,w_)}return createSyncSandboxedFilter(Pl,Ul,hl,fl)};const createSyncSandboxedFilter=(La,hl,fl,yl)=>{const filter=(...La)=>{console.log(`[Sandbox] Running filter '${fl}'`);try{const fl=JSON.stringify(La);const Pl=`\n (function() {\n var _fn = typeof globalThis._pluginExports === 'function'\n ? globalThis._pluginExports\n : globalThis._pluginExports.filter || globalThis._pluginExports;\n var _args = JSON.parse(${JSON.stringify(fl)});\n var _result = _fn.apply(null, _args);\n return JSON.stringify(_result === undefined ? null : _result);\n })();\n `;const Ul=hl.evalSync(Pl,{timeout:yl.timeoutMs});return JSON.parse(Ul)}catch(La){const hl=La;const yl=sanitizeErrorMessage(hl.message,fl);console.error(`Sandbox plugin '${fl}' error: ${hl.message}`);return new Error(yl)}};return{filter:filter,async:false,immediate:false,cleanup:()=>safeDispose(La)}};const createAsyncSandboxedFilter=(La,hl,fl,yl,Pl)=>{const filter=(...La)=>{console.log(`[Sandbox] Running async filter '${fl}'`);const Pl=La[La.length-1];const Ul=La.slice(0,-1);const execute=async()=>{try{const La=JSON.stringify(Ul);const Gd=new Promise((La,Pl)=>{const Ul=setTimeout(()=>{Pl(new Error(`Plugin '${fl}' timed out after ${yl.timeoutMs}ms`))},yl.timeoutMs);hl.global.setSync("_asyncCallback",new N_.default.Callback((hl,fl)=>{clearTimeout(Ul);if(hl){Pl(new Error(hl))}else{La(fl)}}))});const af=`\n (function() {\n var _filterObj = globalThis._pluginExports;\n var _fn = typeof _filterObj === 'object' ? _filterObj.filter : _filterObj;\n var _args = JSON.parse(${JSON.stringify(La)});\n _args.push(function(err, result) {\n var errStr = err ? (err.message || String(err)) : null;\n var resultStr = JSON.stringify(result === undefined ? null : result);\n globalThis._asyncCallback(errStr, resultStr);\n });\n _fn.apply(null, _args);\n })();\n `;hl.evalSync(af,{timeout:yl.timeoutMs});const n_=await Gd;const i_=JSON.parse(n_);Pl(null,i_)}catch(La){const hl=La;const yl=sanitizeErrorMessage(hl.message,fl);console.error(`Sandbox async plugin '${fl}' error: ${hl.message}`);Pl(null,new Error(yl))}};execute()};return{filter:filter,async:true,immediate:Pl,cleanup:()=>safeDispose(La)}};const createParseErrorFilter=La=>{const hl=`Plugin '${La}' failed to load: syntax error in plugin source`;return{filter:()=>new Error(hl),async:false,immediate:false,cleanup:()=>{}}};const sanitizeErrorMessage=(La,hl)=>{let fl=La.replace(/\/[^\s:]+\.(js|ts)/g,"");fl=fl.replace(/arn:aws:lambda:[^\s]+/g,"");fl=fl.replace(/\n\s+at .+/g,"");if(!fl.includes(hl)){fl=`Plugin '${hl}' failed: ${fl}`}return fl};0&&0},78458:(La,hl,fl)=>{"use strict";var yl=Object.defineProperty;var Pl=Object.getOwnPropertyDescriptor;var Ul=Object.getOwnPropertyNames;var Gd=Object.prototype.hasOwnProperty;var __export=(La,hl)=>{for(var fl in hl)yl(La,fl,{get:hl[fl],enumerable:true})};var __copyProps=(La,hl,fl,af)=>{if(hl&&typeof hl==="object"||typeof hl==="function"){for(let n_ of Ul(hl))if(!Gd.call(La,n_)&&n_!==fl)yl(La,n_,{get:()=>hl[n_],enumerable:!(af=Pl(hl,n_))||af.enumerable})}return La};var __toCommonJS=La=>__copyProps(yl({},"__esModule",{value:true}),La);var af={};__export(af,{isResourceExcluded:()=>isResourceExcluded});La.exports=__toCommonJS(af);var n_=fl(77388);const parseRegexString=La=>{if(!La?.startsWith("r/")){return null}const hl=(0,n_.parseTermToValidString)(La);const fl=new RegExp(hl);return fl};const isResourceExcluded=(La,hl,fl)=>{if(!La){return false}const matchPattern=hl=>{const fl=parseRegexString(hl);if(fl){return fl.test(La)}return La===hl};const{triggers:yl}=fl;if(!yl){return false}const Pl=yl.include?.[hl]??[];const Ul=yl.exclude?.[hl]??[];const Gd=Ul?.some(matchPattern);const af=Pl.length>0&&!Pl.some(matchPattern);if(Gd||af){return true}return false};0&&0},38201:(La,hl,fl)=>{"use strict";var yl=Object.create;var Pl=Object.defineProperty;var Ul=Object.getOwnPropertyDescriptor;var Gd=Object.getOwnPropertyNames;var af=Object.getPrototypeOf;var n_=Object.prototype.hasOwnProperty;var __export=(La,hl)=>{for(var fl in hl)Pl(La,fl,{get:hl[fl],enumerable:true})};var __copyProps=(La,hl,fl,yl)=>{if(hl&&typeof hl==="object"||typeof hl==="function"){for(let af of Gd(hl))if(!n_.call(La,af)&&af!==fl)Pl(La,af,{get:()=>hl[af],enumerable:!(yl=Ul(hl,af))||yl.enumerable})}return La};var __toESM=(La,hl,fl)=>(fl=La!=null?yl(af(La)):{},__copyProps(hl||!La||!La.__esModule?Pl(fl,"default",{value:La,enumerable:true}):fl,La));var __toCommonJS=La=>__copyProps(Pl({},"__esModule",{value:true}),La);var i_={};__export(i_,{RuleParser:()=>p_.default});La.exports=__toCommonJS(i_);var p_=__toESM(fl(75913));0&&0},26870:(La,hl,fl)=>{"use strict";var yl=Object.create;var Pl=Object.defineProperty;var Ul=Object.getOwnPropertyDescriptor;var Gd=Object.getOwnPropertyNames;var af=Object.getPrototypeOf;var n_=Object.prototype.hasOwnProperty;var __export=(La,hl)=>{for(var fl in hl)Pl(La,fl,{get:hl[fl],enumerable:true})};var __copyProps=(La,hl,fl,yl)=>{if(hl&&typeof hl==="object"||typeof hl==="function"){for(let af of Gd(hl))if(!n_.call(La,af)&&af!==fl)Pl(La,af,{get:()=>hl[af],enumerable:!(yl=Ul(hl,af))||yl.enumerable})}return La};var __toESM=(La,hl,fl)=>(fl=La!=null?yl(af(La)):{},__copyProps(hl||!La||!La.__esModule?Pl(fl,"default",{value:La,enumerable:true}):fl,La));var __toCommonJS=La=>__copyProps(Pl({},"__esModule",{value:true}),La);var i_={};__export(i_,{FILTER_HANDLERS:()=>tA,Filters:()=>eA});La.exports=__toCommonJS(i_);var p_=__toESM(fl(34267));var w_=__toESM(fl(21173));var D_=__toESM(fl(82905));var I_=__toESM(fl(7274));var N_=__toESM(fl(19540));var _m=__toESM(fl(7776));var pg=__toESM(fl(45548));var mg=__toESM(fl(69482));const gg=[w_,D_,I_,N_,_m,pg,mg];const parseFilterAllFilePath=(La,hl)=>La.length&&La.map(La=>hl.some(hl=>(La||"").includes(hl))).every(La=>La===true);const parseIsEveryExtension=(La,hl)=>parseFilterAllFilePath(La.map(La=>La.split(".").pop()||"").filter((La,hl,fl)=>fl.indexOf(La)===hl),hl);const parseIsEveryExtensionRegex=(La,hl)=>{const fl=new RegExp(hl);const yl=La.map(La=>La.split(".").pop()||"").filter((La,hl,fl)=>fl.indexOf(La)===hl);return yl.length>0&&yl.map(La=>fl.test(La)).every(La=>La)};const parseExtractExtensions=La=>La.length&&La.map(La=>La.split(".").pop()).filter((La,hl,fl)=>fl.indexOf(La)===hl);const parseIsStringIncludes=(La,hl)=>hl.some(hl=>La.includes(hl));const parseIsStringIncludesRegex=(La,hl)=>{const fl=new RegExp(hl);return fl.test(La)};const parseRegex=(La,hl)=>{const fl=new RegExp(hl);return La.length?La.map(La=>fl.test(La)).every(La=>La):false};const parseIsEveryInListRegex=(La,hl)=>{const fl=new RegExp(hl);return La.length?La.map(La=>fl.test(La)).every(La=>La):false};const parseIsEveryInList=(La,hl)=>La.length?La.filter(La=>hl.includes(La)).every(La=>La):false;const parseIsSomeInList=(La,hl)=>La.length?La.filter(La=>hl.includes(La)).some(La=>La):false;const parseIncludesRegex=(La,hl)=>{const fl=new RegExp(hl);return La.length?La.map(La=>fl.test(La)).some(La=>La):false};const parseIsSomeInListRegex=(La,hl)=>{const fl=new RegExp(hl);return La.length?La.map(La=>fl.test(La)).some(La=>La):false};const parseFilterRegex=(La,hl)=>{const fl=new RegExp(hl);return La.length?La.filter(La=>fl.test(La)):false};const parseFilterListRegex=(La,hl)=>{const fl=new RegExp(hl);return La.length?La.filter(La=>fl.test(La)):false};const parseFilterList=(La,hl)=>La.length?La.filter(La=>hl.includes(La)):false;const minify=La=>La.replace(/\s+/g," ").replaceAll("'",'"').trim();const allFormattingChange=async(La,hl)=>{try{for(const{new_content:fl,original_content:yl,original_file:Pl,new_file:Ul}of La){const La=minify(await p_.format(fl,{semi:false,singleQuote:true,filepath:Ul,plugins:gg}));const Gd=minify(await p_.format(yl,{semi:false,singleQuote:true,filepath:Pl,plugins:gg}));if(La!==Gd){return hl(null,false)}}return hl(null,true)}catch(La){return hl(null,false)}};const parseFilterFileDiffRegex=(La,hl)=>{const fl=new RegExp(hl,"m");return La.length?La.filter(({diff:La})=>fl.test(La)):false};const parseIsEveryLineInFileDiffRegex=(La,hl)=>{const fl=new RegExp(hl,"m");return La.length?La.map(({diff:La})=>fl.test(La)).every(La=>La):false};const parseIsSomeLineInFileDiffRegex=(La,hl)=>{const fl=new RegExp(hl,"m");return La.length?La.map(({diff:La})=>fl.test(La)).some(La=>La):false};const parseFilterAllExtensions=(La,hl)=>La.length?parseFilterAllFilePath(La.map(La=>La.split(".").pop()||""),hl):false;var eA=(La=>{La["allExtensions"]="allExtensions";La["includes"]="includes";La["allPassRegex"]="allPassRegex";La["allPathIncludes"]="allPathIncludes";La["filterRegex"]="filterRegex";La["includesRegex"]="includesRegex";La["true"]="true";La["allFormattingChange"]="allFormattingChange";La["filterList"]="filterList";La["filterListRegex"]="filterListRegex";La["isEveryInListRegex"]="isEveryInListRegex";La["isSomeInList"]="isSomeInList";La["isSomeInListRegex"]="isSomeInListRegex";La["isStringIncludes"]="isStringIncludes";La["isStringIncludesRegex"]="isStringIncludesRegex";La["isEveryInList"]="isEveryInList";La["extractExtensions"]="extractExtensions";La["isEveryExtension"]="isEveryExtension";La["isEveryExtensionRegex"]="isEveryExtensionRegex";La["filterFileDiffRegex"]="filterFileDiffRegex";La["isEveryLineInFileDiffRegex"]="isEveryLineInFileDiffRegex";La["isSomeLineInFileDiffRegex"]="isSomeLineInFileDiffRegex";return La})(eA||{});const tA={["filterList"]:parseFilterList,["filterListRegex"]:parseFilterListRegex,["isEveryInListRegex"]:parseIsEveryInListRegex,["isSomeInList"]:parseIsSomeInList,["isSomeInListRegex"]:parseIsSomeInListRegex,["isStringIncludes"]:parseIsStringIncludes,["isStringIncludesRegex"]:parseIsStringIncludesRegex,["isEveryInList"]:parseIsEveryInList,["extractExtensions"]:parseExtractExtensions,["isEveryExtension"]:parseIsEveryExtension,["isEveryExtensionRegex"]:parseIsEveryExtensionRegex,["true"]:()=>true,["filterFileDiffRegex"]:parseFilterFileDiffRegex,["isEveryLineInFileDiffRegex"]:parseIsEveryLineInFileDiffRegex,["isSomeLineInFileDiffRegex"]:parseIsSomeLineInFileDiffRegex,["allExtensions"]:parseFilterAllExtensions,["allPassRegex"]:parseRegex,["allPathIncludes"]:parseFilterAllFilePath,["filterRegex"]:parseFilterRegex,["includesRegex"]:parseIncludesRegex,["allFormattingChange"]:allFormattingChange};0&&0},51852:(La,hl,fl)=>{"use strict";var yl=Object.create;var Pl=Object.defineProperty;var Ul=Object.getOwnPropertyDescriptor;var Gd=Object.getOwnPropertyNames;var af=Object.getPrototypeOf;var n_=Object.prototype.hasOwnProperty;var __export=(La,hl)=>{for(var fl in hl)Pl(La,fl,{get:hl[fl],enumerable:true})};var __copyProps=(La,hl,fl,yl)=>{if(hl&&typeof hl==="object"||typeof hl==="function"){for(let af of Gd(hl))if(!n_.call(La,af)&&af!==fl)Pl(La,af,{get:()=>hl[af],enumerable:!(yl=Ul(hl,af))||yl.enumerable})}return La};var __toESM=(La,hl,fl)=>(fl=La!=null?yl(af(La)):{},__copyProps(hl||!La||!La.__esModule?Pl(fl,"default",{value:La,enumerable:true}):fl,La));var __toCommonJS=La=>__copyProps(Pl({},"__esModule",{value:true}),La);var i_={};__export(i_,{constructRunObject:()=>constructRunObject});La.exports=__toCommonJS(i_);var p_=__toESM(fl(52356));var w_=fl(6194);var D_=fl(52960);var I_=fl(73888);var N_=fl(11132);var _m=fl(42681);var pg=fl(95616);const constructRunObject=(La,hl,fl,yl,Pl=false,Ul=false)=>{const Gd=(0,pg.getIsExecutePlayground)();if(!La||La.length===0){return[]}return La.map(La=>{let af=p_.default.cloneDeep(La);try{if(_m.ACTIONS_WITH_BUILT_IN_TRIGGERS.includes(La.action)){const Ul=Gd||Pl||(0,N_.isActionTriggeredByEvent)(La.action,hl||[],fl,yl);af={...af,isActionTriggered:Ul}}if(La.args){const hl=Object.keys(La.args).reduce((hl,fl)=>{const yl=La.args[fl];return{...hl,[fl]:yl&&D_.listify.includes(fl)&&typeof yl==="string"?(0,w_.redoArgEscaping)(yl).split(","):(0,w_.redoArgEscaping)(La.args[fl])}},{});af={...af,args:hl}}}catch(La){(0,I_.debug)(`Error constructing run object: ${JSON.stringify(La)}`,Ul)}return af})};0&&0},75913:(La,hl,fl)=>{"use strict";var yl=Object.create;var Pl=Object.defineProperty;var Ul=Object.getOwnPropertyDescriptor;var Gd=Object.getOwnPropertyNames;var af=Object.getPrototypeOf;var n_=Object.prototype.hasOwnProperty;var __export=(La,hl)=>{for(var fl in hl)Pl(La,fl,{get:hl[fl],enumerable:true})};var __copyProps=(La,hl,fl,yl)=>{if(hl&&typeof hl==="object"||typeof hl==="function"){for(let af of Gd(hl))if(!n_.call(La,af)&&af!==fl)Pl(La,af,{get:()=>hl[af],enumerable:!(yl=Ul(hl,af))||yl.enumerable})}return La};var __toESM=(La,hl,fl)=>(fl=La!=null?yl(af(La)):{},__copyProps(hl||!La||!La.__esModule?Pl(fl,"default",{value:La,enumerable:true}):fl,La));var __toCommonJS=La=>__copyProps(Pl({},"__esModule",{value:true}),La);var i_={};__export(i_,{default:()=>RuleParser});La.exports=__toCommonJS(i_);var p_=fl(78963);var w_=__toESM(fl(74281));var D_=__toESM(fl(52356));var I_=__toESM(fl(80542));var N_=__toESM(fl(4257));var _m=__toESM(fl(18115));var pg=fl(65772);var mg=__toESM(fl(87269));var gg=fl(13169);var eA=fl(50125);var tA=fl(6194);var rA=fl(78850);var nA=fl(82752);var iA=fl(73888);var sA=fl(77388);var aA=fl(29615);var oA=fl(77316);var lA=fl(67485);var cA=fl(78458);var uA=fl(26870);var pA=fl(26184);var dA=fl(17078);var hA=fl(61579);var fA=fl(83572);var _A=fl(35618);var mA=fl(49311);var gA=fl(41813);var AA=fl(9597);var yA=fl(62785);var bA=fl(21187);var vA=fl(94469);var EA=fl(56977);var wA=fl(42681);var CA=fl(51852);const{SUPPORTED_ACTIONS:xA}=p_.validatorsConstants;const DA=/\{\{[\s\S]*?\}\}/g;const SA={[xA.ADD_COMMENT]:"comment",[xA.UPDATE_TITLE]:"title",[xA.UPDATE_DESCRIPTION]:"description",[xA.CUSTOM_ACTION]:"plugin"};const kA=/actions(?:\.[a-zA-Z0-9_-]+|\[['""][a-zA-Z0-9_-]+['"]\])\.outputs(?:\.[a-zA-Z0-9_-]+|\[['""][a-zA-Z0-9_-]+['"]\])/;class RuleParser{static MIN_RENDER_PASSES=3;static MAX_RENDER_PASSES=10;filtersMemo=new Map;asyncFilters=[hA.AsyncFilters.mockAsyncFilter,hA.AsyncFilters.LinearB_AI,hA.AsyncFilters.AI_DescribePR];customFilters=[hA.AsyncFilters.mockAsyncFilter,hA.AsyncFilters.LinearB_AI,hA.AsyncFilters.AI_DescribePR];env;renderedRuleFile={};context={};lastContext={};ruleFileRawContent;lastParserResult={};isDebug;errors={};warnings={};validatorErrors={};webhookEvent="";webhookEvents={};externalPlugins={filters:{org:{},repo:{}}};isGsCommand;isPlayground;featureFlagData={disabledFilters:[],licenseTier:"",organizationId:0};isDisabledFilter=false;shouldRunGSInline=false;payload;constructor(La,hl,yl,Pl,Ul="",Gd="",af=false,n_=false,i_,w_){this.isDebug=yl;this.payload=Pl;this.env=new _m.Environment(new _m.FileSystemLoader(__dirname),{autoescape:false});this.shouldRunGSInline=n_;this.webhookEvent=Pl.webhookEventName||"";this.webhookEvents=Pl.webhookEventNames||{};this.isGsCommand=Pl.isGsCommand||false;this.isPlayground=af;if(this.isPlayground&&i_?.enabled){this.externalPlugins=(0,lA.loadSandboxedPlugins)(i_)}else if(!this.isPlayground){this.externalPlugins=(0,lA.loadExternalPlugins)(Ul,Gd,Pl.owner)}if(this.isPlayground&&i_?.enabled&&w_?.length){let La;try{La=fl(2349).createSandboxedFilterFromSource}catch(La){console.error(`Failed to load sandboxedPluginLoader: ${La?.message}`)}for(const hl of w_){if(!La){break}try{const fl=La(hl.content,hl.fileName,i_,hl.isAsync??false);this.externalPlugins.filters.repo[hl.fileName]=fl;if(this.externalPlugins._cleanups){this.externalPlugins._cleanups.push(fl.cleanup)}}catch(La){console.error(`Failed to load inline plugin '${hl.fileName}': ${La?.message}`)}}}this.featureFlagData={...Pl.featureFlagData,disabledFilters:[...Pl.featureFlagData?.disabledFilters||[],...(0,_A.getPremiumFiltersAsFeatureFlags)()],licenseTier:Pl.featureFlagData?.licenseTier||"",organizationId:Pl.featureFlagData?.organizationId||0};const I_=[...Object.keys(this.externalPlugins.filters.org),...Object.keys(this.externalPlugins.filters.repo)];const N_=[...p_.validatorsConstants.JINJA_FILTERS,...Object.keys(p_.validatorsConstants.VALID_FILTERS)];const pg=D_.default.intersection(I_,N_);if(pg.length){throw new eA.PluginsError("Overrding native filters is not allowed",`Overrding native filters is not allowed, the user filter${pg.length>1?"s":""} ${pg.join(", ")} conflicts`)}const mg={...aA.GENERAL_FILTERS_HANDLER,...oA.HIGH_LEVEL_FILTERS_HANDLER,...uA.FILTER_HANDLERS};const gg={...this.externalPlugins.filters.org,...this.externalPlugins.filters.repo};Object.keys(mg).forEach(La=>{const hl=oA.ASYNC[La];const{isDisabledFilter:fl,filterCallback:yl,disabledFilters:Pl}=(0,_A.getDisabledFilterFunction)(mg,La,this.featureFlagData.disabledFilters,hl,this.featureFlagData.licenseTier);this.featureFlagData={...this.featureFlagData,disabledFilters:Pl};this.isDisabledFilter=fl;if(this.isDisabledFilter){const La={featureFlagData:this.featureFlagData,isAsync:hl,isCurrentDisable:this.isDisabledFilter};(0,iA.debug)(JSON.stringify(La),this.isDebug)}if(hl){this.env.addFilter(La,(0,lA.withTryCatchFilter)(yl,La,hl,this.filtersMemo,mg),hl)}else{this.env.addFilter(La,mg[La],hl)}});Object.keys(gg).forEach(La=>{const hl=gg[La]instanceof Function?La.toLowerCase().includes("async"):gg[La].async??false;const fl=gg[La]instanceof Function?false:gg[La].immediate??false;const yl=gg[La]instanceof Function?gg[La]:gg[La].filter;this.env.addFilter(La,(0,lA.withTryCatchFilter)(yl,La,hl,this.filtersMemo),hl);this.customFilters.push(La);if(hl&&!fl){this.asyncFilters.push(La)}});this.context=hl;this.lastContext=hl;this.ruleFileRawContent=La}async renderOneExpression(La,hl){try{const fl=await new Promise((fl,yl)=>{this.env.renderString(hl,La,(La,hl)=>La?yl(La):fl(hl))});return fl}catch(La){const hl=La?.message;(0,iA.debug)({errorName:gg.ERRORS.FAILED_RENDER_STRING,error:La},this.isDebug);this.errors={...this.errors,[gg.STATUS_CODES.FAILED_RENDER_STRING]:hl};return hl}}removeComments(La){return La.split("\n").filter(La=>{const hl=La.trim();return!hl.startsWith("#")||hl.startsWith("##")}).join("\n")}async render(La={...this.context,...this.renderedRuleFile},hl=RuleParser.MAX_RENDER_PASSES,fl=false){const yl=Math.min(hl,RuleParser.MAX_RENDER_PASSES);let Pl=0;let Ul="";let Gd=false;let af=La;const n_=this.removeComments(this.ruleFileRawContent);while(Plthis.asyncFilters.some(hl=>La.includes(hl)));fl.forEach(hl=>{La=La.replaceAll(hl,(0,fA.internalEncodeBase64)(hl))})}await new Promise((hl,fl)=>this.env.renderString(La,af,(La,yl)=>{if(La){(0,iA.debug)({error:gg.ERRORS.FAILED_RENDER_STRING,err:La},this.isDebug);this.errors={...this.errors,[gg.STATUS_CODES.FAILED_RENDER_STRING]:La.message};return fl(La)}const af=yl;if(Pl>=RuleParser.MIN_RENDER_PASSES-1&&af===Ul){Gd=true;if(this.isDebug){(0,iA.debug)({message:"Template rendering converged",iterations:Pl,method:"render()"},this.isDebug)}}if(!Gd){try{this.renderedRuleFile=w_.load(af);Ul=af}catch(La){(0,iA.debug)({errorName:gg.ERRORS.FAILED_YAML_LOAD,error:La},this.isDebug);this.errors={...this.errors,[gg.STATUS_CODES.FAILED_YAML_LOAD]:`${gg.ERRORS.FAILED_YAML_LOAD} - (${La?.message})`}}}return hl(this)}));if(!Gd){Pl+=1;af=(0,tA.escapeObjectStringsValues)({...this.context,...this.renderedRuleFile})}}this.lastContext=af}calculateIsTriggeredByGlobal(La,hl){if(hl){return false}const hasMatchingGlobalTriggers=La=>La(this.renderedRuleFile.on)||La(this.renderedRuleFile.triggers?.on);const fl=hasMatchingGlobalTriggers(La);return fl}calculateTriggersBasedOnMultipleWebhooks(La,hl,fl){const hasMatchingTriggers=La=>!!La&&La.some(La=>Object.keys(this.webhookEvents).some(hl=>wA.TRIGGERS[hl]===La));const yl=this.calculateIsTriggeredByGlobal(hasMatchingTriggers,fl);const Pl=this.renderedRuleFile[La][hl];let Ul;if(Pl?.on){Ul=Object.keys(this.webhookEvents).some(La=>Pl.on.includes(wA.TRIGGERS[La]));const La=Pl?.run?.some(La=>La?.args?.wait_for_all_checks===true);const hl=Object.keys(this.webhookEvents).includes("check_run_completed");if(La&&hl){Ul=true}}return{isTriggeredByGlobal:yl,isTriggeredByAutomation:Ul&&!fl}}shouldBeSkippedOnGlobalTrigger(){const La=this.renderedRuleFile.triggers;if(!La){return false}return(0,cA.isResourceExcluded)(this.context?.branch?.name??"","branch",this.renderedRuleFile)||(0,cA.isResourceExcluded)(this.context?.repo?.name??"","repository",this.renderedRuleFile)||(0,cA.isResourceExcluded)(this.payload?.triggeredBy??"","user",this.renderedRuleFile)}getIsTriggeredBy(La,hl){let fl;let yl;const hasMatchingTriggers=La=>!!La&&La.some(La=>wA.TRIGGERS[this.webhookEvent]===La);const Pl=this.shouldBeSkippedOnGlobalTrigger();if(Object.keys(this.webhookEvents).length){({isTriggeredByGlobal:fl,isTriggeredByAutomation:yl}=this.calculateTriggersBasedOnMultipleWebhooks(La,hl,Pl))}else{fl=this.calculateIsTriggeredByGlobal(hasMatchingTriggers,Pl);yl=this.renderedRuleFile[La][hl].on?.includes(wA.TRIGGERS[this.webhookEvent])&&!Pl}return{isTriggeredByGlobal:fl,isTriggeredByAutomation:yl,skipOnGlobal:Pl}}evaluateTrigger(La,hl){const{isTriggeredByGlobal:fl,isTriggeredByAutomation:yl,skipOnGlobal:Pl}=this.getIsTriggeredBy(La,hl);const Ul=this.renderedRuleFile.on!==void 0||this.renderedRuleFile.triggers?.on!==void 0;const Gd=!(0,N_.default)(this.renderedRuleFile[La][hl].on);const af=!Gd&&!Ul;const n_=(yl||fl||af)&&!Pl;return{noWebhookTriggersAtAll:af,triggersResult:n_}}isNonTriggeringEvent(){const La=[...Object.keys(this.webhookEvents),this.webhookEvent];return La.every(wA.isANonTriggeringEvent)}isPassed(La,hl,fl,yl){if(yl){return true}const Pl=Object.keys(this.webhookEvents);if(!hl&&Pl.length&&Pl.every(wA.isANonTriggeringEvent)){return false}return La&&fl}isAsyncFunctions(La){let hl=false;La.filter(La=>SA[La.action]).forEach(La=>{const fl=SA[La.action];const yl=La.args[fl];if(yl?.includes(fA.BASE64_INTERNAL_PREFIX)){La.args[fl]=(0,fA.replaceInternalBase64WithDecoded)(yl);hl=true}});return hl}combineMetadataWithRulesResult(La){if(!this.renderedRuleFile[La]){return{}}const hl=new Set;Object.keys(this.renderedRuleFile[La]).forEach(La=>{const fl=La.replace(/[.*+?^${}()|[\]\\]/g,"\\$&");const yl=this.ruleFileRawContent.match(new RegExp(`\\s+${fl}:[\\s\\S]*?if:[\\s\\S]*?(?=\\n\\s+[a-zA-Z0-9_-]+:|$)`));if(yl&&kA.test(yl[0])){hl.add(La)}});return Object.keys(this.renderedRuleFile[La]).reduce((fl,yl)=>{const Pl=this.renderedRuleFile[La][yl].if.map(La=>{if(!["boolean","number"].includes(typeof La)&&!hl.has(yl)){this.warnings={...this.warnings,[gg.STATUS_CODES.SYNTAX_WARNING]:gg.WARNINGS.NON_BOOLEAN_CONDITIONAL_WARN(yl)}}return{passed:La}});const Ul=Pl.map(({passed:La})=>La).every(La=>typeof La==="object"?!!Object.keys(La||{}).length:!!La);const{noWebhookTriggersAtAll:Gd,triggersResult:af}=this.evaluateTrigger(La,yl);const n_=this.isNonTriggeringEvent();const i_=!Gd;const p_=i_||n_;let w_=!(this.context?.pr?.draft||n_);if(i_){w_=this.isPlayground||af}const D_=(0,CA.constructRunObject)(this.renderedRuleFile[La][yl].run,this.payload.gitstreamWebhookEvents||[],p_,w_,this.isGsCommand,this.isDebug);const I_=this.isAsyncFunctions(D_);const N_=(0,mA.checkAutomationHasDisabledFilter)(this.renderedRuleFile[La][yl],this.featureFlagData.disabledFilters);const _m=this.isPlayground?Ul:this.isPassed(Ul,p_,af,N_.is_disabled_automation);return{...fl,[yl]:{if:Pl,run:D_,passed:_m,isManagedByTriggers:p_,isTriggered:w_,asyncFunctions:I_,...N_.is_disabled_automation?N_:{}}}},{})}combineMetadataWithResult(){this.lastParserResult={[pA.DefaultParserAttributes.automations]:{...this.combineMetadataWithRulesResult(pA.DefaultParserAttributes.automations)}};return this.lastParserResult}addAdditionalDataToParserResult(){this.lastParserResult={...this.lastParserResult,[pA.DefaultParserAttributes.errors]:{...Object.keys(this.errors).length&&this.errors},[pA.DefaultParserAttributes.validatorErrors]:{...Object.keys(this.validatorErrors).length&&this.validatorErrors},[pA.DefaultParserAttributes.analytics]:{...Object.keys(sA.FiltersForAnalytics.filters).length&&sA.FiltersForAnalytics.filters},[pA.DefaultParserAttributes.warnings]:{...Object.keys(this.warnings).length&&this.warnings}};return this.lastParserResult}clearParserResults(){this.renderedRuleFile={};this.ruleFileRawContent="";this.lastParserResult={}}async handleExplainCodeExperts(La,hl){for(const fl of La[hl].run){if(fl.action===xA.EXPLAIN_CODE_EXPERTS){const La={...this.context,...this.renderedRuleFile};const hl=(0,rA.convertArgsToString)(fl.args);const yl=`{{ repo | explainCodeExperts(${hl}) }}`;const Pl=await this.renderOneExpression(La,yl);fl.args.comment=Pl}}}async handleAIActionError(La,hl,fl,yl,Pl){const Ul=(0,AA.getErrorMessage)(La);const Gd={message:Ul,status:La?.status||La?.statusCode||La?.response?.status};const af=Gd.status===413||Gd.status===422;const n_=af?"warn":"error";if(af){console.warn(`Warning in ${fl} action:`,Ul)}else{console.error(`Error in ${fl} action:`,Ul)}await(0,EA.prepareSendingLogsToDD)(n_,`${gg.ERRORS.ERROR_IN_AI_ACTION} in pr ${yl.owner}/${yl.repo}/${yl.pullRequestNumber}`,yl,{error:Gd,rules:this.renderedRuleFile,ruleFile:this.ruleFileRawContent});if(hl.args){hl.args.error=Ul;if(Ul.includes("Uh oh! That's a big one")){hl.args.statusCode=413}else if(Gd.status===413){const La=(0,bA.estimateObjectSize)(Pl);const fl=(0,bA.convertEstimatedSizeToMB)(La);hl.args.statusCode=413;hl.args.error=(0,bA.LARGE_PR_ERROR_MESSAGE)(fl)}else if(mg.default.isAxiosError(La)&&La.response){const{status:fl,data:yl}=La.response;hl.args.statusCode=fl;hl.args.errorCode=yl?.error_code}}}async handleCodeReview(La,hl){const fl=hA.AsyncFilters.AI_ReviewPR;const yl=La[hl];for(const La of yl.run){if(La.action===xA.CODE_REVIEW&&La.isActionTriggered&&yl.passed){if(!La?.args){La.args={}}if((0,gA.shouldBlockCodeReview)(this.payload)){La.args.reviewWasBlocked=true}else{try{const{guidelines:hl,issues_limit:yl}=La.args;const Pl=(0,vA.createGitstreamAIPrContext)(this.context);const Ul=await(0,bA.callToLinearbAI)({category:fl,guidelines:hl,issues_limit:yl,operation:La.action,gitstreamAIPrContext:Pl});if(Ul.statusCode===204){La.args.statusCode=Ul.statusCode;La.args.error=Ul.message}else{const{message:hl,code_suggestions:fl}=Ul;La.args.review=hl;La.args.code_suggestions=fl;const yl=(0,nA.isLGTM)(fl?.review_message);La.outputs={is_LGTM:yl,code_suggestions:fl}}}catch(hl){const fl=(0,vA.createGitstreamAIPrContext)(this.context);await this.handleAIActionError(hl,La,xA.CODE_REVIEW,this.payload,fl)}}}}}async handleDescribeChanges(La,hl){const fl=hA.AsyncFilters.AI_DescribePR;const yl=La[hl];for(const La of yl.run){if(La.action===xA.DESCRIBE_CHANGES&&La.isActionTriggered&&yl.passed){if(!La?.args){La.args={}}try{const hl=(0,vA.createGitstreamAIPrContext)(this.context);const{template:yl,guidelines:Pl}=La.args;const Ul=await(0,bA.callToLinearbAI)({category:fl,operation:La.action,template:yl,guidelines:Pl,gitstreamAIPrContext:hl});if(Ul.statusCode===204){La.args.statusCode=Ul.statusCode;La.args.error=Ul.message}else{La.args.description=Ul.message}}catch(hl){const fl=(0,vA.createGitstreamAIPrContext)(this.context);await this.handleAIActionError(hl,La,xA.DESCRIBE_CHANGES,this.payload,fl)}}}}async renderAsyncFunctions(La){const hl=La.run.filter(La=>SA[La.action]);for(const La of hl){const hl=SA[La.action];const fl=La.args[hl];const yl=await this.renderOneExpression(this.lastContext,fl);La.args[hl]=yl}}async processAsyncFunctionsAfterEvaluation(){const La=(0,I_.default)(this.lastParserResult);const hl={...La.automations};const fl=[];for(const La of Object.keys(hl)){fl.push(this.handleCodeReview(hl,La));fl.push(this.handleDescribeChanges(hl,La))}await Promise.allSettled(fl);for(const La of Object.keys(hl)){const{asyncFunctions:fl,passed:yl}=hl[La];if(fl&&yl){await this.renderAsyncFunctions(hl[La]);const fl=(0,mA.checkAutomationHasDisabledFilter)(hl[La],this.featureFlagData.disabledFilters);if(fl.is_disabled_automation){hl[La]={...hl[La],...fl}}}await this.handleExplainCodeExperts(hl,La);const Pl=(0,mA.checkAutomationHasRateLimit)(hl[La]);if(Pl.is_rate_limit_reached){hl[La]={...hl[La],...Pl}}delete hl[La].asyncFunctions;if(kA.test(this.ruleFileRawContent)&&hl[La].run&&hl[La].passed){hl[La].run.forEach(La=>{this.populateActionOutputs(La)})}}this.lastParserResult={...La,automations:hl};return this.lastParserResult}validateCM(){const La={[dA.Validators.FiltersValidator]:new p_.FiltersValidator(this.customFilters),[dA.Validators.ActionsValidator]:new p_.ActionsValidator,[dA.Validators.FileStructureValidator]:new p_.FileStructureValidator,[dA.Validators.SavedWordsValidator]:new p_.SavedWordsValidator,[dA.Validators.ContextVariableValidator]:new p_.ContextVariableValidator,[dA.Validators.TriggersValidator]:new p_.TriggersValidator};Object.keys(La).forEach(hl=>{try{La[hl].validate({yamlFile:this.ruleFileRawContent})}catch(La){(0,iA.debug)({errorName:`${hl}: `,error:La},this.isDebug);this.validatorErrors={...Object.keys(this.validatorErrors).length&&this.validatorErrors,[hl]:`${La}`}}})}validateAutomationNames=La=>{try{if(!Object.keys(La).length){return}(new p_.AutomationNamesValidator).validate({yamlFile:La})}catch(La){(0,iA.debug)({errorName:gg.ERRORS.SYNTAX_ERROR,error:La},this.isDebug);this.errors={...this.errors,[gg.STATUS_CODES.SYNTAX_ERROR]:(0,AA.getErrorMessage)(La)}}};getGsInlineComment(){const{comments:La}=this.lastContext.pr;const hl=La.filter(La=>La.commenter!=="gitstream-cm").filter(La=>La.content.startsWith("/gs run")).find(La=>!La.content.includes("/gs_run_result"));return hl}async addGsInlineComment(La,hl){const{name:fl,owner:yl}=this.lastContext.repo;const Pl=new pg.Octokit({auth:this.payload.githubToken});await Pl.issues.updateComment({owner:yl,repo:fl,comment_id:La.id,body:`${La.content}\n\n/gs_run_result\n${hl}`})}async evaluateGsInline(){try{const{owner:La}=this.lastContext.repo;if(!(0,yA.isPrivilegedOrg)(La)){return}const hl=this.getGsInlineComment();if(hl){const{content:La}=hl;const fl=La.replace("/gs run ","").replace(/`/g,"");console.log("going to evaluate inline filter",fl);const yl=await this.renderOneExpression(this.lastContext,fl);await this.addGsInlineComment(hl,yl)}}catch(La){console.log(La)}}backupOutputs(){const La={};const hl=this.lastParserResult?.automations||{};Object.entries(hl).forEach(([hl,fl])=>{if(fl?.run&&fl.passed){La[hl]=fl.run.map(La=>({args:La.args?{...La.args}:null,outputs:La.outputs?{...La.outputs}:null}))}});return La}removeOutputsFromResults(){const La=this.lastParserResult?.automations||{};Object.values(La).forEach(La=>{if(La?.run){La.run.forEach(La=>{if(La.action!==xA.CODE_REVIEW){delete La.outputs}})}})}extractActionOutputs(){const La={};const hl=this.lastParserResult?.automations||{};Object.entries(hl).forEach(([hl,fl])=>{if(!fl?.run||!Array.isArray(fl.run)){return}fl.run.forEach(fl=>{if(!fl.outputs){return}if(!La[hl]){La[hl]={outputs:{}}}La[hl].outputs={...La[hl].outputs,...fl.outputs}})});return La}populateActionOutputs(La){if(La.outputs){return}if(La.args){La.outputs={...La.args}}if(La.outputs&&Object.keys(La.outputs).length===0){delete La.outputs}}async processActionOutputs(){if(!kA.test(this.ruleFileRawContent)){return}const La=this.extractActionOutputs();if(Object.keys(La).length===0){return}const hl=this.backupOutputs();this.lastContext={...this.lastContext,actions:La};await this.render(this.lastContext,1,false);this.combineMetadataWithResult();if(this.lastParserResult?.automations){Object.entries(this.lastParserResult.automations).forEach(([La,fl])=>{if(fl?.run&&fl.passed){fl.run.forEach((fl,yl)=>{const Pl=hl[La]?.[yl];if(Pl?.args&&(fl.action===xA.CODE_REVIEW||fl.action===xA.DESCRIBE_CHANGES||fl.action===xA.EXPLAIN_CODE_EXPERTS)){fl.args={...fl.args,...Pl.args}}this.populateActionOutputs(fl);if(fl.action===xA.CODE_REVIEW&&Pl?.outputs?.is_LGTM!==void 0&&fl.outputs){fl.outputs.is_LGTM=Pl.outputs.is_LGTM}})}})}this.removeOutputsFromResults()}async parseStreams(){this.validateCM();await this.render();this.validateAutomationNames(this.renderedRuleFile);this.combineMetadataWithResult();await this.processAsyncFunctionsAfterEvaluation();await this.processActionOutputs();if(this.shouldRunGSInline){await this.evaluateGsInline()}this.addAdditionalDataToParserResult();(0,lA.cleanupSandboxedPlugins)(this.externalPlugins);return this.lastParserResult}}},11132:(La,hl,fl)=>{"use strict";var yl=Object.defineProperty;var Pl=Object.getOwnPropertyDescriptor;var Ul=Object.getOwnPropertyNames;var Gd=Object.prototype.hasOwnProperty;var __export=(La,hl)=>{for(var fl in hl)yl(La,fl,{get:hl[fl],enumerable:true})};var __copyProps=(La,hl,fl,af)=>{if(hl&&typeof hl==="object"||typeof hl==="function"){for(let n_ of Ul(hl))if(!Gd.call(La,n_)&&n_!==fl)yl(La,n_,{get:()=>hl[n_],enumerable:!(af=Pl(hl,n_))||af.enumerable})}return La};var __toCommonJS=La=>__copyProps(yl({},"__esModule",{value:true}),La);var af={};__export(af,{isActionTriggeredByEvent:()=>isActionTriggeredByEvent});La.exports=__toCommonJS(af);var n_=fl(42681);const isActionTriggeredByEvent=(La,hl,fl=false,yl=true)=>{if(fl){return yl}if(n_.ACTIONS_WITH_BUILT_IN_TRIGGERS.includes(La)){return yl&&n_.SUPPORTED_ACTIONS_EVENTS.some(La=>hl.includes(La))}return yl};0&&0},42681:(La,hl,fl)=>{"use strict";var yl=Object.defineProperty;var Pl=Object.getOwnPropertyDescriptor;var Ul=Object.getOwnPropertyNames;var Gd=Object.prototype.hasOwnProperty;var __export=(La,hl)=>{for(var fl in hl)yl(La,fl,{get:hl[fl],enumerable:true})};var __copyProps=(La,hl,fl,af)=>{if(hl&&typeof hl==="object"||typeof hl==="function"){for(let n_ of Ul(hl))if(!Gd.call(La,n_)&&n_!==fl)yl(La,n_,{get:()=>hl[n_],enumerable:!(af=Pl(hl,n_))||af.enumerable})}return La};var __toCommonJS=La=>__copyProps(yl({},"__esModule",{value:true}),La);var af={};__export(af,{ACTIONS_WITH_BUILT_IN_TRIGGERS:()=>_m,GITSTREAM_WEBHOOK_EVENTS:()=>N_,PullRequestActions:()=>I_,SUPPORTED_ACTIONS_EVENTS:()=>pg,TRIGGERS:()=>mg,isANonTriggeringEvent:()=>isANonTriggeringEvent});La.exports=__toCommonJS(af);var n_=fl(78963);var i_=fl(46326);const{SUPPORTED_ACTIONS:p_}=n_.validatorsConstants;var w_=(La=>{La["created"]="created";La["edited"]="edited";return La})(w_||{});var D_=(La=>{La["submitted"]="submitted";return La})(D_||{});var I_=(La=>{La["open"]="opened";La["reopen"]="reopen";La["closed"]="closed";La["synchronize"]="synchronize";La["assigned"]="assigned";La["converted_to_draft"]="converted_to_draft";La["labeled"]="labeled";La["unlabeled"]="unlabeled";La["ready_for_review"]="ready_for_review";La["review_request_removed"]="review_request_removed";La["review_requested"]="review_requested";La["unassigned"]="unassigned";La["edited"]="edited";La["custom_merge"]="merged";return La})(I_||{});const N_={PR_CREATED:"pr_created",PR_READY_FOR_REVIEW:"pr_ready_for_review",PR_UPDATED:"pr_updated",PR_CLOSED:"pr_closed",PR_REOPENED:"pr_reopened",PR_APPROVED:"pr_approved",PR_ASSIGNED:"pr_assigned",COMMIT:"commit",MERGE:"merge",COMMENT_ADDED:"comment_added",COMMENT_EDITED:"comment_edited",LABEL_ADDED:"label_added",LABEL_REMOVED:"label_removed"};const _m=[p_.ADD_CODE_COMMENT,p_.CODE_REVIEW,p_.DESCRIBE_CHANGES,p_.EXPLAIN_CODE_EXPERTS];const pg=[N_.PR_CREATED,N_.COMMIT,N_.PR_READY_FOR_REVIEW];const mg={[`${i_.GITHUB_WEBHOOK_EVENTS.pull_request}_${"opened"}`]:N_.PR_CREATED,[`${i_.GITHUB_WEBHOOK_EVENTS.pull_request}_${"merged"}`]:N_.MERGE,[`${i_.GITHUB_WEBHOOK_EVENTS.pull_request}_${"synchronize"}`]:N_.COMMIT,[`${i_.GITHUB_WEBHOOK_EVENTS.issue_comment}_${"created"}`]:N_.COMMENT_ADDED,[`${i_.GITHUB_WEBHOOK_EVENTS.issue_comment}_${"edited"}`]:N_.COMMENT_EDITED,[`${i_.GITHUB_WEBHOOK_EVENTS.pull_request}_${"labeled"}`]:N_.LABEL_ADDED,[`${i_.GITHUB_WEBHOOK_EVENTS.pull_request}_${"unlabeled"}`]:N_.LABEL_REMOVED,[`${i_.GITHUB_WEBHOOK_EVENTS.pull_request}_${"ready_for_review"}`]:N_.PR_READY_FOR_REVIEW,[`${i_.GITHUB_WEBHOOK_EVENTS.pull_request}_${"closed"}`]:N_.PR_CLOSED,[`${i_.GITHUB_WEBHOOK_EVENTS.pull_request}_${"assigned"}`]:N_.PR_ASSIGNED,[`${i_.GITHUB_WEBHOOK_EVENTS.pull_request}_${"reopen"}`]:N_.PR_REOPENED,[`${i_.GITHUB_WEBHOOK_EVENTS.pull_request_review}_${"submitted"}`]:N_.PR_APPROVED};const gg=new Set([`${i_.GITHUB_WEBHOOK_EVENTS.pull_request}_${"merged"}`]);const isANonTriggeringEvent=La=>gg.has(La);0&&0},26184:(La,hl,fl)=>{"use strict";var yl=Object.defineProperty;var Pl=Object.getOwnPropertyDescriptor;var Ul=Object.getOwnPropertyNames;var Gd=Object.prototype.hasOwnProperty;var __export=(La,hl)=>{for(var fl in hl)yl(La,fl,{get:hl[fl],enumerable:true})};var __copyProps=(La,hl,fl,af)=>{if(hl&&typeof hl==="object"||typeof hl==="function"){for(let n_ of Ul(hl))if(!Gd.call(La,n_)&&n_!==fl)yl(La,n_,{get:()=>hl[n_],enumerable:!(af=Pl(hl,n_))||af.enumerable})}return La};var __toCommonJS=La=>__copyProps(yl({},"__esModule",{value:true}),La);var af={};__export(af,{DefaultParserAttributes:()=>p_,SUPPORTED_ACTIONS:()=>i_});La.exports=__toCommonJS(af);var n_=fl(78963);const{SUPPORTED_ACTIONS:i_}=n_.validatorsConstants;var p_=(La=>{La["cbLeft"]="_GITSTREAM_CB_LEFT_";La["cbRight"]="_GITSTREAM_CB_RIGHT_";La["automations"]="automations";La["errors"]="errors";La["analytics"]="analytics";La["validatorErrors"]="validatorErrors";La["warnings"]="warnings";return La})(p_||{});0&&0},17078:La=>{"use strict";var hl=Object.defineProperty;var fl=Object.getOwnPropertyDescriptor;var yl=Object.getOwnPropertyNames;var Pl=Object.prototype.hasOwnProperty;var __export=(La,fl)=>{for(var yl in fl)hl(La,yl,{get:fl[yl],enumerable:true})};var __copyProps=(La,Ul,Gd,af)=>{if(Ul&&typeof Ul==="object"||typeof Ul==="function"){for(let n_ of yl(Ul))if(!Pl.call(La,n_)&&n_!==Gd)hl(La,n_,{get:()=>Ul[n_],enumerable:!(af=fl(Ul,n_))||af.enumerable})}return La};var __toCommonJS=La=>__copyProps(hl({},"__esModule",{value:true}),La);var Ul={};__export(Ul,{Validators:()=>Gd});La.exports=__toCommonJS(Ul);var Gd=(La=>{La["FiltersValidator"]="FiltersValidator";La["ActionsValidator"]="ActionsValidator";La["FileStructureValidator"]="FileStructureValidator";La["SavedWordsValidator"]="SavedWordsValidator";La["ContextVariableValidator"]="ContextVariableValidator";La["TriggersValidator"]="TriggersValidator";return La})(Gd||{});0&&0},76713:La=>{"use strict";var hl=Object.defineProperty;var fl=Object.getOwnPropertyDescriptor;var yl=Object.getOwnPropertyNames;var Pl=Object.prototype.hasOwnProperty;var __export=(La,fl)=>{for(var yl in fl)hl(La,yl,{get:fl[yl],enumerable:true})};var __copyProps=(La,Ul,Gd,af)=>{if(Ul&&typeof Ul==="object"||typeof Ul==="function"){for(let n_ of yl(Ul))if(!Pl.call(La,n_)&&n_!==Gd)hl(La,n_,{get:()=>Ul[n_],enumerable:!(af=fl(Ul,n_))||af.enumerable})}return La};var __toCommonJS=La=>__copyProps(hl({},"__esModule",{value:true}),La);var Ul={};__export(Ul,{TierType:()=>Gd});La.exports=__toCommonJS(Ul);var Gd=(La=>{La["TRIAL"]="trial";La["PAID"]="paid";La["TEAM"]="team";La["FREE"]="free";return La})(Gd||{});0&&0},84601:La=>{"use strict";var hl=Object.defineProperty;var fl=Object.getOwnPropertyDescriptor;var yl=Object.getOwnPropertyNames;var Pl=Object.prototype.hasOwnProperty;var __copyProps=(La,Ul,Gd,af)=>{if(Ul&&typeof Ul==="object"||typeof Ul==="function"){for(let n_ of yl(Ul))if(!Pl.call(La,n_)&&n_!==Gd)hl(La,n_,{get:()=>Ul[n_],enumerable:!(af=fl(Ul,n_))||af.enumerable})}return La};var __toCommonJS=La=>__copyProps(hl({},"__esModule",{value:true}),La);var Ul={};La.exports=__toCommonJS(Ul)},10643:(La,hl,fl)=>{"use strict";var yl=Object.defineProperty;var Pl=Object.getOwnPropertyDescriptor;var Ul=Object.getOwnPropertyNames;var Gd=Object.prototype.hasOwnProperty;var __export=(La,hl)=>{for(var fl in hl)yl(La,fl,{get:hl[fl],enumerable:true})};var __copyProps=(La,hl,fl,af)=>{if(hl&&typeof hl==="object"||typeof hl==="function"){for(let n_ of Ul(hl))if(!Gd.call(La,n_)&&n_!==fl)yl(La,n_,{get:()=>hl[n_],enumerable:!(af=Pl(hl,n_))||af.enumerable})}return La};var __toCommonJS=La=>__copyProps(yl({},"__esModule",{value:true}),La);var af={};__export(af,{default:()=>w_});La.exports=__toCommonJS(af);var n_=fl(16902);var i_=fl(78963);const p_={JWT:{validateToken:n_.validateToken},ruleFiles:{safeLoad:i_.safeRulesYamlLoad}};var w_=p_},16902:(La,hl,fl)=>{"use strict";var yl=Object.create;var Pl=Object.defineProperty;var Ul=Object.getOwnPropertyDescriptor;var Gd=Object.getOwnPropertyNames;var af=Object.getPrototypeOf;var n_=Object.prototype.hasOwnProperty;var __export=(La,hl)=>{for(var fl in hl)Pl(La,fl,{get:hl[fl],enumerable:true})};var __copyProps=(La,hl,fl,yl)=>{if(hl&&typeof hl==="object"||typeof hl==="function"){for(let af of Gd(hl))if(!n_.call(La,af)&&af!==fl)Pl(La,af,{get:()=>hl[af],enumerable:!(yl=Ul(hl,af))||yl.enumerable})}return La};var __toESM=(La,hl,fl)=>(fl=La!=null?yl(af(La)):{},__copyProps(hl||!La||!La.__esModule?Pl(fl,"default",{value:La,enumerable:true}):fl,La));var __toCommonJS=La=>__copyProps(Pl({},"__esModule",{value:true}),La);var i_={};__export(i_,{validateToken:()=>validateToken});La.exports=__toCommonJS(i_);var p_=__toESM(fl(69653));const w_="Bearer ";const validateToken=(La,hl)=>{const fl=La.replace(w_,"");return p_.verify(fl,hl)};0&&0},52279:(La,hl,fl)=>{"use strict";var yl=Object.create;var Pl=Object.defineProperty;var Ul=Object.getOwnPropertyDescriptor;var Gd=Object.getOwnPropertyNames;var af=Object.getPrototypeOf;var n_=Object.prototype.hasOwnProperty;var __export=(La,hl)=>{for(var fl in hl)Pl(La,fl,{get:hl[fl],enumerable:true})};var __copyProps=(La,hl,fl,yl)=>{if(hl&&typeof hl==="object"||typeof hl==="function"){for(let af of Gd(hl))if(!n_.call(La,af)&&af!==fl)Pl(La,af,{get:()=>hl[af],enumerable:!(yl=Ul(hl,af))||yl.enumerable})}return La};var __toESM=(La,hl,fl)=>(fl=La!=null?yl(af(La)):{},__copyProps(hl||!La||!La.__esModule?Pl(fl,"default",{value:La,enumerable:true}):fl,La));var __toCommonJS=La=>__copyProps(Pl({},"__esModule",{value:true}),La);var i_={};__export(i_,{ContextManager:()=>gg,default:()=>eA});La.exports=__toCommonJS(i_);var p_=fl(79896);var w_=__toESM(fl(16928));var D_=__toESM(fl(92020));var I_=fl(7426);var N_=fl(62785);var _m=fl(41002);var pg=fl(45273);var mg=fl(95616);class ContextManagerSingleton{gitCommands=[];clientInputs={clientPayload:{}};parserResults;cmFiles={};workingDir="";isRunInJest=false;getCodeDir(){if((0,mg.getIsManagedGitstream)()){return w_.default.join((0,I_.getOverrideCloneRepoPath)(),"code")}return w_.default.join(process.cwd(),"code")}constructor(){this.isRunInJest=process.env.JEST_WORKER_ID!=null;this.workingDir=w_.default.join(this.getCodeDir(),"output");if(this.isRunInJest){this.clientInputs={clientPayload:{}};return}this.init();this.readCmFolder()}init(){if(this.isRunInJest){return}const La=(0,I_.getClientPayload)();const hl=(0,N_.doubleParse)(La);this.clientInputs={clientPayload:(0,N_.omitTokens)(hl),debugMode:I_.DEBUG_MODE,version:_m.version}}addGitCommand(La,hl){const fl=this.gitCommands.some(hl=>hl.command===La);if(!fl){this.gitCommands.push({command:La,result:hl})}}addParserResults(La){this.parserResults=La}addExecutionTime(La){this.clientInputs.executionTime=La}addBlameByAuthor(La){const hl={...La};if(Object.keys(hl).length){Object.entries(La).forEach(([La,fl])=>{hl[La]=(0,D_.default)(fl,"dsBlame")})}this.clientInputs.blameByAuthor=hl}saveOutputToFiles(){try{if(this.isRunInJest){return}this.workingDir=w_.default.join(this.getCodeDir(),"output");if(!(0,p_.existsSync)(this.workingDir)){(0,p_.mkdirSync)(this.workingDir,{recursive:true})}else{(0,p_.readdirSync)(this.workingDir).forEach(La=>(0,p_.rmSync)(w_.default.join(this.workingDir,La)))}this.clientInputs.timestamp=Date.now();if(I_.ENABLE_DEBUG_ARTIFACTS){this.saveFile("client_inputs.json",this.clientInputs);this.saveFile("git_commands.json",this.gitCommands);this.saveFile("parser_results.json",this.parserResults);this.saveFile("cm_files.json",this.cmFiles);const La=(0,p_.readdirSync)(this.workingDir).length;console.log(`ContextManager saved ${La} files to ${this.workingDir}`)}}catch(La){this.handleError(La)}finally{this.resetState()}}saveFile(La,hl){try{const fl=La.endsWith(".json");const yl=w_.default.join(this.workingDir,La);const Pl=!(hl&&hl.length||hl&&Object.keys(hl).length);if(Pl){return}if(fl){(0,p_.writeFileSync)(yl,JSON.stringify(hl,null,2))}else{(0,p_.writeFileSync)(yl,hl)}}catch(La){this.handleError(La)}}readFile(La){try{const hl=w_.default.join(this.workingDir,La);if((0,p_.existsSync)(hl)){const La=(0,p_.readFileSync)(hl,"utf8");if(La){return JSON.parse(La)}}}catch(La){this.handleError(La)}return null}readFilesInDirectory(La,hl=[".git",".github"]){const fl={};try{if(!(0,p_.existsSync)(La)){return fl}const readFilesRecursively=La=>{const yl=(0,p_.readdirSync)(La);yl.forEach(yl=>{const Pl=w_.default.join(La,yl);const Ul=(0,p_.statSync)(Pl);if(Ul.isDirectory()){const La=hl.includes(yl);if(!La){readFilesRecursively(Pl)}}else{const La=(0,p_.readFileSync)(Pl,"utf8");const hl=Pl.replace(`${this.getCodeDir()}/`,"");fl[hl]=La}})};readFilesRecursively(La)}catch(La){this.handleError(La)}return fl}readCmFolder(){const La=w_.default.join(this.getCodeDir(),pg.REPO_FOLDER.CM);const hl=w_.default.join(this.getCodeDir(),pg.REPO_FOLDER.DEFAULT,".cm");const fl=this.readFilesInDirectory(La);const yl=this.readFilesInDirectory(hl);this.cmFiles={...fl,...yl}}handleError(La){console.error(`An error occurred in ContextManager`,{error:La})}resetState(){this.gitCommands=[];this.cmFiles={};this.parserResults=void 0;this.clientInputs={}}}const gg=new ContextManagerSingleton;var eA=gg;0&&0},6194:(La,hl,fl)=>{"use strict";var yl=Object.defineProperty;var Pl=Object.getOwnPropertyDescriptor;var Ul=Object.getOwnPropertyNames;var Gd=Object.prototype.hasOwnProperty;var __export=(La,hl)=>{for(var fl in hl)yl(La,fl,{get:hl[fl],enumerable:true})};var __copyProps=(La,hl,fl,af)=>{if(hl&&typeof hl==="object"||typeof hl==="function"){for(let n_ of Ul(hl))if(!Gd.call(La,n_)&&n_!==fl)yl(La,n_,{get:()=>hl[n_],enumerable:!(af=Pl(hl,n_))||af.enumerable})}return La};var __toCommonJS=La=>__copyProps(yl({},"__esModule",{value:true}),La);var af={};__export(af,{escapeObjectStringsValues:()=>escapeObjectStringsValues,redoArgEscaping:()=>redoArgEscaping,redoRunEscaping:()=>redoRunEscaping});La.exports=__toCommonJS(af);var n_=fl(52356);var i_=fl(52960);const escapeObjectStringsValues=La=>{if(!(0,n_.isObject)(La)||!Object.keys(La).length){return La}return Object.keys(La).reduce((hl,fl)=>{const yl=La[fl];const Pl=(0,n_.isString)(yl)?yl.replace(/\n/g,"\\n"):yl;return{...hl,[fl]:Pl}},{})};const redoArgEscaping=La=>{if((0,n_.isString)(La)){return La.replace(/\\n/g,"\n")}return La};const redoRunEscaping=La=>{if(!La){return La}return La.map(La=>{if(!La.args){return La}const hl=Object.keys(La.args).reduce((hl,fl)=>{const yl=La.args[fl];return{...hl,[fl]:yl&&i_.listify.includes(fl)&&typeof yl==="string"?redoArgEscaping(yl).split(","):redoArgEscaping(La.args[fl])}},{});return{...La,args:hl}})};0&&0},78850:(La,hl,fl)=>{"use strict";var yl=Object.create;var Pl=Object.defineProperty;var Ul=Object.getOwnPropertyDescriptor;var Gd=Object.getOwnPropertyNames;var af=Object.getPrototypeOf;var n_=Object.prototype.hasOwnProperty;var __export=(La,hl)=>{for(var fl in hl)Pl(La,fl,{get:hl[fl],enumerable:true})};var __copyProps=(La,hl,fl,yl)=>{if(hl&&typeof hl==="object"||typeof hl==="function"){for(let af of Gd(hl))if(!n_.call(La,af)&&af!==fl)Pl(La,af,{get:()=>hl[af],enumerable:!(yl=Ul(hl,af))||yl.enumerable})}return La};var __toESM=(La,hl,fl)=>(fl=La!=null?yl(af(La)):{},__copyProps(hl||!La||!La.__esModule?Pl(fl,"default",{value:La,enumerable:true}):fl,La));var __toCommonJS=La=>__copyProps(Pl({},"__esModule",{value:true}),La);var i_={};__export(i_,{convertArgsToString:()=>convertArgsToString,format:()=>format,initializeWasm:()=>initializeWasm,jsFormatter:()=>jsFormatter,minify:()=>minify,pyFormatter:()=>pyFormatter,removeEmptyLines:()=>removeEmptyLines});La.exports=__toCommonJS(i_);var p_=__toESM(fl(34267));var w_=__toESM(fl(21173));var D_=__toESM(fl(82905));var I_=__toESM(fl(7274));var N_=__toESM(fl(19540));var _m=__toESM(fl(7776));var pg=__toESM(fl(45548));var mg=__toESM(fl(69482));const gg=[w_,D_,I_,N_,_m,pg,mg];let eA=false;let tA=null;const initializeWasm=async()=>{if(eA){return}try{const La=new Function("specifier","return import(specifier)");const hl=await La("@wasm-fmt/ruff_fmt");if(typeof hl.format!=="function"){throw new Error("ruff_fmt module did not export format function")}tA=hl.format;eA=true}catch(La){console.warn("Failed to initialize WASM, Python formatting disabled:",La)}};const minify=(La,hl)=>La.replace(/\s+/g," ").replaceAll("'",'"').trim();const removeEmptyLines=La=>La.replace(/^\s*[\r\n]/gm,"");const jsFormatter=async(La,hl)=>minify(await p_.format(La,{semi:false,singleQuote:true,filepath:hl,parser:"babel",plugins:[w_,D_]}));const prettierFormat=async(La,hl)=>minify(await p_.format(La,{filepath:hl,plugins:gg}));const pyFormatter=(La,hl)=>{if(!eA||!tA){console.warn("WASM not initialized yet, skipping Python formatting");return La}try{const fl=tA(La,hl);return removeEmptyLines(fl)}catch(La){const fl=La instanceof Error?La.message:String(La);throw new Error(`Unable to format the "${hl}" with Ruff: ${fl}`,{cause:La})}};const format=async(La,hl)=>{const fl=hl.split(".").pop()??"";if(fl==="py"){return pyFormatter(La,hl)}try{return await prettierFormat(La,hl)}catch{return minify(La,hl)}};const convertArgsToString=La=>Object.keys(La).map(hl=>`${hl}=${La[hl]}`);0&&0},24951:La=>{"use strict";var hl=Object.defineProperty;var fl=Object.getOwnPropertyDescriptor;var yl=Object.getOwnPropertyNames;var Pl=Object.prototype.hasOwnProperty;var __export=(La,fl)=>{for(var yl in fl)hl(La,yl,{get:fl[yl],enumerable:true})};var __copyProps=(La,Ul,Gd,af)=>{if(Ul&&typeof Ul==="object"||typeof Ul==="function"){for(let n_ of yl(Ul))if(!Pl.call(La,n_)&&n_!==Gd)hl(La,n_,{get:()=>Ul[n_],enumerable:!(af=fl(Ul,n_))||af.enumerable})}return La};var __toCommonJS=La=>__copyProps(hl({},"__esModule",{value:true}),La);var Ul={};__export(Ul,{ADDITIONAL_FORMATTING:()=>Gd});La.exports=__toCommonJS(Ul);const Gd={github:"",gitlab:" \n",default:""};0&&0},82752:La=>{"use strict";var hl=Object.defineProperty;var fl=Object.getOwnPropertyDescriptor;var yl=Object.getOwnPropertyNames;var Pl=Object.prototype.hasOwnProperty;var __export=(La,fl)=>{for(var yl in fl)hl(La,yl,{get:fl[yl],enumerable:true})};var __copyProps=(La,Ul,Gd,af)=>{if(Ul&&typeof Ul==="object"||typeof Ul==="function"){for(let n_ of yl(Ul))if(!Pl.call(La,n_)&&n_!==Gd)hl(La,n_,{get:()=>Ul[n_],enumerable:!(af=fl(Ul,n_))||af.enumerable})}return La};var __toCommonJS=La=>__copyProps(hl({},"__esModule",{value:true}),La);var Ul={};__export(Ul,{AI_CONSTS:()=>i_,isLGTM:()=>isLGTM});La.exports=__toCommonJS(Ul);const Gd="💡 **Tip:** You can customize your AI Description using **Guidelines** [Learn how](https://docs.gitstream.cm/automation-actions/#describe-changes)";const af="💡 **Tip:** You can customize your AI Review using **Guidelines** [Learn how](https://docs.gitstream.cm/automation-actions/#code-review)";const n_="###### Generated by LinearB AI and added by gitStream. AI-generated content may contain inaccuracies. Please verify before using.";const i_=Object.freeze({REVIEW_TITLE:`### ✨ PR Review`,FOOTER:"_Generated by LinearB AI and added by gitStream._",DISCLAIMER:"AI-generated content may contain inaccuracies. Please verify before using. **[We'd love your feedback!](mailto:product@linearb.io)** 🚀",NEW_DISCLAIMER:"AI-generated content may contain inaccuracies. Please verify before using.",DESCRIPTION_DISCLAIMER:Gd,REVIEW_DISCLAIMER:af,BITBUCKET_FOOTER:`${n_} [We'd love your feedback!](mailto:product@linearb.io) 🚀`,NEW_BITBUCKET_FOOTER:n_,AUTOMATION_ID:'{if(!La){return false}const hl=La.replace(//g,"").replace(//g,"").replace(/<\/sub>/g,"").replace(i_.REVIEW_TITLE,"").replace(i_.FOOTER,"").replace(i_.BITBUCKET_FOOTER,"").replace(i_.NEW_BITBUCKET_FOOTER,"").replace(i_.DISCLAIMER,"").replace(i_.DESCRIPTION_DISCLAIMER,"").replace(i_.REVIEW_DISCLAIMER,"").replace(i_.NEW_DISCLAIMER,"").replace(/_\*\*Agentic review\*\*_\n?/g,"").trim();return hl==="LGTM"};0&&0},77864:La=>{"use strict";var hl=Object.defineProperty;var fl=Object.getOwnPropertyDescriptor;var yl=Object.getOwnPropertyNames;var Pl=Object.prototype.hasOwnProperty;var __export=(La,fl)=>{for(var yl in fl)hl(La,yl,{get:fl[yl],enumerable:true})};var __copyProps=(La,Ul,Gd,af)=>{if(Ul&&typeof Ul==="object"||typeof Ul==="function"){for(let n_ of yl(Ul))if(!Pl.call(La,n_)&&n_!==Gd)hl(La,n_,{get:()=>Ul[n_],enumerable:!(af=fl(Ul,n_))||af.enumerable})}return La};var __toCommonJS=La=>__copyProps(hl({},"__esModule",{value:true}),La);var Ul={};__export(Ul,{createTokenAuth:()=>i_});La.exports=__toCommonJS(Ul);var Gd=/^v1\./;var af=/^ghs_/;var n_=/^ghu_/;async function auth(La){const hl=La.split(/\./).length===3;const fl=Gd.test(La)||af.test(La);const yl=n_.test(La);const Pl=hl?"app":fl?"installation":yl?"user-to-server":"oauth";return{type:"token",token:La,tokenType:Pl}}function withAuthorizationPrefix(La){if(La.split(/\./).length===3){return`bearer ${La}`}return`token ${La}`}async function hook(La,hl,fl,yl){const Pl=hl.endpoint.merge(fl,yl);Pl.headers.authorization=withAuthorizationPrefix(La);return hl(Pl)}var i_=function createTokenAuth2(La){if(!La){throw new Error("[@octokit/auth-token] No token passed to createTokenAuth")}if(typeof La!=="string"){throw new Error("[@octokit/auth-token] Token passed to createTokenAuth is not a string")}La=La.replace(/^(token|bearer) +/i,"");return Object.assign(auth.bind(null,La),{hook:hook.bind(null,La)})};0&&0},61897:(La,hl,fl)=>{"use strict";var yl=Object.defineProperty;var Pl=Object.getOwnPropertyDescriptor;var Ul=Object.getOwnPropertyNames;var Gd=Object.prototype.hasOwnProperty;var __export=(La,hl)=>{for(var fl in hl)yl(La,fl,{get:hl[fl],enumerable:true})};var __copyProps=(La,hl,fl,af)=>{if(hl&&typeof hl==="object"||typeof hl==="function"){for(let n_ of Ul(hl))if(!Gd.call(La,n_)&&n_!==fl)yl(La,n_,{get:()=>hl[n_],enumerable:!(af=Pl(hl,n_))||af.enumerable})}return La};var __toCommonJS=La=>__copyProps(yl({},"__esModule",{value:true}),La);var af={};__export(af,{Octokit:()=>mg});La.exports=__toCommonJS(af);var n_=fl(33843);var i_=fl(52732);var p_=fl(66255);var w_=fl(70007);var D_=fl(77864);var I_="5.2.1";var noop=()=>{};var N_=console.warn.bind(console);var _m=console.error.bind(console);var pg=`octokit-core.js/${I_} ${(0,n_.getUserAgent)()}`;var mg=class{static{this.VERSION=I_}static defaults(La){const hl=class extends(this){constructor(...hl){const fl=hl[0]||{};if(typeof La==="function"){super(La(fl));return}super(Object.assign({},La,fl,fl.userAgent&&La.userAgent?{userAgent:`${fl.userAgent} ${La.userAgent}`}:null))}};return hl}static{this.plugins=[]}static plugin(...La){const hl=this.plugins;const fl=class extends(this){static{this.plugins=hl.concat(La.filter(La=>!hl.includes(La)))}};return fl}constructor(La={}){const hl=new i_.Collection;const fl={baseUrl:p_.request.endpoint.DEFAULTS.baseUrl,headers:{},request:Object.assign({},La.request,{hook:hl.bind(null,"request")}),mediaType:{previews:[],format:""}};fl.headers["user-agent"]=La.userAgent?`${La.userAgent} ${pg}`:pg;if(La.baseUrl){fl.baseUrl=La.baseUrl}if(La.previews){fl.mediaType.previews=La.previews}if(La.timeZone){fl.headers["time-zone"]=La.timeZone}this.request=p_.request.defaults(fl);this.graphql=(0,w_.withCustomRequest)(this.request).defaults(fl);this.log=Object.assign({debug:noop,info:noop,warn:N_,error:_m},La.log);this.hook=hl;if(!La.authStrategy){if(!La.auth){this.auth=async()=>({type:"unauthenticated"})}else{const fl=(0,D_.createTokenAuth)(La.auth);hl.wrap("request",fl.hook);this.auth=fl}}else{const{authStrategy:fl,...yl}=La;const Pl=fl(Object.assign({request:this.request,log:this.log,octokit:this,octokitOptions:yl},La.auth));hl.wrap("request",Pl.hook);this.auth=Pl}const yl=this.constructor;for(let hl=0;hl{"use strict";var yl=Object.defineProperty;var Pl=Object.getOwnPropertyDescriptor;var Ul=Object.getOwnPropertyNames;var Gd=Object.prototype.hasOwnProperty;var __export=(La,hl)=>{for(var fl in hl)yl(La,fl,{get:hl[fl],enumerable:true})};var __copyProps=(La,hl,fl,af)=>{if(hl&&typeof hl==="object"||typeof hl==="function"){for(let n_ of Ul(hl))if(!Gd.call(La,n_)&&n_!==fl)yl(La,n_,{get:()=>hl[n_],enumerable:!(af=Pl(hl,n_))||af.enumerable})}return La};var __toCommonJS=La=>__copyProps(yl({},"__esModule",{value:true}),La);var af={};__export(af,{endpoint:()=>I_});La.exports=__toCommonJS(af);var n_=fl(33843);var i_="9.0.6";var p_=`octokit-endpoint.js/${i_} ${(0,n_.getUserAgent)()}`;var w_={method:"GET",baseUrl:"https://api.github.com",headers:{accept:"application/vnd.github.v3+json","user-agent":p_},mediaType:{format:""}};function lowercaseKeys(La){if(!La){return{}}return Object.keys(La).reduce((hl,fl)=>{hl[fl.toLowerCase()]=La[fl];return hl},{})}function isPlainObject(La){if(typeof La!=="object"||La===null)return false;if(Object.prototype.toString.call(La)!=="[object Object]")return false;const hl=Object.getPrototypeOf(La);if(hl===null)return true;const fl=Object.prototype.hasOwnProperty.call(hl,"constructor")&&hl.constructor;return typeof fl==="function"&&fl instanceof fl&&Function.prototype.call(fl)===Function.prototype.call(La)}function mergeDeep(La,hl){const fl=Object.assign({},La);Object.keys(hl).forEach(yl=>{if(isPlainObject(hl[yl])){if(!(yl in La))Object.assign(fl,{[yl]:hl[yl]});else fl[yl]=mergeDeep(La[yl],hl[yl])}else{Object.assign(fl,{[yl]:hl[yl]})}});return fl}function removeUndefinedProperties(La){for(const hl in La){if(La[hl]===void 0){delete La[hl]}}return La}function merge(La,hl,fl){if(typeof hl==="string"){let[La,yl]=hl.split(" ");fl=Object.assign(yl?{method:La,url:yl}:{url:La},fl)}else{fl=Object.assign({},hl)}fl.headers=lowercaseKeys(fl.headers);removeUndefinedProperties(fl);removeUndefinedProperties(fl.headers);const yl=mergeDeep(La||{},fl);if(fl.url==="/graphql"){if(La&&La.mediaType.previews?.length){yl.mediaType.previews=La.mediaType.previews.filter(La=>!yl.mediaType.previews.includes(La)).concat(yl.mediaType.previews)}yl.mediaType.previews=(yl.mediaType.previews||[]).map(La=>La.replace(/-preview/,""))}return yl}function addQueryParameters(La,hl){const fl=/\?/.test(La)?"&":"?";const yl=Object.keys(hl);if(yl.length===0){return La}return La+fl+yl.map(La=>{if(La==="q"){return"q="+hl.q.split("+").map(encodeURIComponent).join("+")}return`${La}=${encodeURIComponent(hl[La])}`}).join("&")}var D_=/\{[^{}}]+\}/g;function removeNonChars(La){return La.replace(/(?:^\W+)|(?:(?La.concat(hl),[])}function omit(La,hl){const fl={__proto__:null};for(const yl of Object.keys(La)){if(hl.indexOf(yl)===-1){fl[yl]=La[yl]}}return fl}function encodeReserved(La){return La.split(/(%[0-9A-Fa-f]{2})/g).map(function(La){if(!/%[0-9A-Fa-f]/.test(La)){La=encodeURI(La).replace(/%5B/g,"[").replace(/%5D/g,"]")}return La}).join("")}function encodeUnreserved(La){return encodeURIComponent(La).replace(/[!'()*]/g,function(La){return"%"+La.charCodeAt(0).toString(16).toUpperCase()})}function encodeValue(La,hl,fl){hl=La==="+"||La==="#"?encodeReserved(hl):encodeUnreserved(hl);if(fl){return encodeUnreserved(fl)+"="+hl}else{return hl}}function isDefined(La){return La!==void 0&&La!==null}function isKeyOperator(La){return La===";"||La==="&"||La==="?"}function getValues(La,hl,fl,yl){var Pl=La[fl],Ul=[];if(isDefined(Pl)&&Pl!==""){if(typeof Pl==="string"||typeof Pl==="number"||typeof Pl==="boolean"){Pl=Pl.toString();if(yl&&yl!=="*"){Pl=Pl.substring(0,parseInt(yl,10))}Ul.push(encodeValue(hl,Pl,isKeyOperator(hl)?fl:""))}else{if(yl==="*"){if(Array.isArray(Pl)){Pl.filter(isDefined).forEach(function(La){Ul.push(encodeValue(hl,La,isKeyOperator(hl)?fl:""))})}else{Object.keys(Pl).forEach(function(La){if(isDefined(Pl[La])){Ul.push(encodeValue(hl,Pl[La],La))}})}}else{const La=[];if(Array.isArray(Pl)){Pl.filter(isDefined).forEach(function(fl){La.push(encodeValue(hl,fl))})}else{Object.keys(Pl).forEach(function(fl){if(isDefined(Pl[fl])){La.push(encodeUnreserved(fl));La.push(encodeValue(hl,Pl[fl].toString()))}})}if(isKeyOperator(hl)){Ul.push(encodeUnreserved(fl)+"="+La.join(","))}else if(La.length!==0){Ul.push(La.join(","))}}}}else{if(hl===";"){if(isDefined(Pl)){Ul.push(encodeUnreserved(fl))}}else if(Pl===""&&(hl==="&"||hl==="?")){Ul.push(encodeUnreserved(fl)+"=")}else if(Pl===""){Ul.push("")}}return Ul}function parseUrl(La){return{expand:expand.bind(null,La)}}function expand(La,hl){var fl=["+","#",".","/",";","?","&"];La=La.replace(/\{([^\{\}]+)\}|([^\{\}]+)/g,function(La,yl,Pl){if(yl){let La="";const Pl=[];if(fl.indexOf(yl.charAt(0))!==-1){La=yl.charAt(0);yl=yl.substr(1)}yl.split(/,/g).forEach(function(fl){var yl=/([^:\*]*)(?::(\d+)|(\*))?/.exec(fl);Pl.push(getValues(hl,La,yl[1],yl[2]||yl[3]))});if(La&&La!=="+"){var Ul=",";if(La==="?"){Ul="&"}else if(La!=="#"){Ul=La}return(Pl.length!==0?La:"")+Pl.join(Ul)}else{return Pl.join(",")}}else{return encodeReserved(Pl)}});if(La==="/"){return La}else{return La.replace(/\/$/,"")}}function parse(La){let hl=La.method.toUpperCase();let fl=(La.url||"/").replace(/:([a-z]\w+)/g,"{$1}");let yl=Object.assign({},La.headers);let Pl;let Ul=omit(La,["method","baseUrl","url","headers","request","mediaType"]);const Gd=extractUrlVariableNames(fl);fl=parseUrl(fl).expand(Ul);if(!/^http/.test(fl)){fl=La.baseUrl+fl}const af=Object.keys(La).filter(La=>Gd.includes(La)).concat("baseUrl");const n_=omit(Ul,af);const i_=/application\/octet-stream/i.test(yl.accept);if(!i_){if(La.mediaType.format){yl.accept=yl.accept.split(/,/).map(hl=>hl.replace(/application\/vnd(\.\w+)(\.v3)?(\.\w+)?(\+json)?$/,`application/vnd$1$2.${La.mediaType.format}`)).join(",")}if(fl.endsWith("/graphql")){if(La.mediaType.previews?.length){const hl=yl.accept.match(/(?{const fl=La.mediaType.format?`.${La.mediaType.format}`:"+json";return`application/vnd.github.${hl}-preview${fl}`}).join(",")}}}if(["GET","HEAD"].includes(hl)){fl=addQueryParameters(fl,n_)}else{if("data"in n_){Pl=n_.data}else{if(Object.keys(n_).length){Pl=n_}}}if(!yl["content-type"]&&typeof Pl!=="undefined"){yl["content-type"]="application/json; charset=utf-8"}if(["PATCH","PUT"].includes(hl)&&typeof Pl==="undefined"){Pl=""}return Object.assign({method:hl,url:fl,headers:yl},typeof Pl!=="undefined"?{body:Pl}:null,La.request?{request:La.request}:null)}function endpointWithDefaults(La,hl,fl){return parse(merge(La,hl,fl))}function withDefaults(La,hl){const fl=merge(La,hl);const yl=endpointWithDefaults.bind(null,fl);return Object.assign(yl,{DEFAULTS:fl,defaults:withDefaults.bind(null,fl),merge:merge.bind(null,fl),parse:parse})}var I_=withDefaults(null,w_);0&&0},70007:(La,hl,fl)=>{"use strict";var yl=Object.defineProperty;var Pl=Object.getOwnPropertyDescriptor;var Ul=Object.getOwnPropertyNames;var Gd=Object.prototype.hasOwnProperty;var __export=(La,hl)=>{for(var fl in hl)yl(La,fl,{get:hl[fl],enumerable:true})};var __copyProps=(La,hl,fl,af)=>{if(hl&&typeof hl==="object"||typeof hl==="function"){for(let n_ of Ul(hl))if(!Gd.call(La,n_)&&n_!==fl)yl(La,n_,{get:()=>hl[n_],enumerable:!(af=Pl(hl,n_))||af.enumerable})}return La};var __toCommonJS=La=>__copyProps(yl({},"__esModule",{value:true}),La);var af={};__export(af,{GraphqlResponseError:()=>I_,graphql:()=>mg,withCustomRequest:()=>withCustomRequest});La.exports=__toCommonJS(af);var n_=fl(66255);var i_=fl(33843);var p_="7.1.1";var w_=fl(66255);var D_=fl(66255);function _buildMessageForResponseErrors(La){return`Request failed due to following response errors:\n`+La.errors.map(La=>` - ${La.message}`).join("\n")}var I_=class extends Error{constructor(La,hl,fl){super(_buildMessageForResponseErrors(fl));this.request=La;this.headers=hl;this.response=fl;this.name="GraphqlResponseError";this.errors=fl.errors;this.data=fl.data;if(Error.captureStackTrace){Error.captureStackTrace(this,this.constructor)}}};var N_=["method","baseUrl","url","headers","request","query","mediaType"];var _m=["query","method","url"];var pg=/\/api\/v3\/?$/;function graphql(La,hl,fl){if(fl){if(typeof hl==="string"&&"query"in fl){return Promise.reject(new Error(`[@octokit/graphql] "query" cannot be used as variable name`))}for(const La in fl){if(!_m.includes(La))continue;return Promise.reject(new Error(`[@octokit/graphql] "${La}" cannot be used as variable name`))}}const yl=typeof hl==="string"?Object.assign({query:hl},fl):hl;const Pl=Object.keys(yl).reduce((La,hl)=>{if(N_.includes(hl)){La[hl]=yl[hl];return La}if(!La.variables){La.variables={}}La.variables[hl]=yl[hl];return La},{});const Ul=yl.baseUrl||La.endpoint.DEFAULTS.baseUrl;if(pg.test(Ul)){Pl.url=Ul.replace(pg,"/api/graphql")}return La(Pl).then(La=>{if(La.data.errors){const hl={};for(const fl of Object.keys(La.headers)){hl[fl]=La.headers[fl]}throw new I_(Pl,hl,La.data)}return La.data.data})}function withDefaults(La,hl){const fl=La.defaults(hl);const newApi=(La,hl)=>graphql(fl,La,hl);return Object.assign(newApi,{defaults:withDefaults.bind(null,fl),endpoint:fl.endpoint})}var mg=withDefaults(n_.request,{headers:{"user-agent":`octokit-graphql.js/${p_} ${(0,i_.getUserAgent)()}`},method:"POST",url:"/graphql"});function withCustomRequest(La){return withDefaults(La,{method:"POST",url:"/graphql"})}0&&0},38082:La=>{"use strict";var hl=Object.defineProperty;var fl=Object.getOwnPropertyDescriptor;var yl=Object.getOwnPropertyNames;var Pl=Object.prototype.hasOwnProperty;var __export=(La,fl)=>{for(var yl in fl)hl(La,yl,{get:fl[yl],enumerable:true})};var __copyProps=(La,Ul,Gd,af)=>{if(Ul&&typeof Ul==="object"||typeof Ul==="function"){for(let n_ of yl(Ul))if(!Pl.call(La,n_)&&n_!==Gd)hl(La,n_,{get:()=>Ul[n_],enumerable:!(af=fl(Ul,n_))||af.enumerable})}return La};var __toCommonJS=La=>__copyProps(hl({},"__esModule",{value:true}),La);var Ul={};__export(Ul,{composePaginateRest:()=>af,isPaginatingEndpoint:()=>isPaginatingEndpoint,paginateRest:()=>paginateRest,paginatingEndpoints:()=>n_});La.exports=__toCommonJS(Ul);var Gd="11.4.4-cjs.2";function normalizePaginatedListResponse(La){if(!La.data){return{...La,data:[]}}const hl="total_count"in La.data&&!("url"in La.data);if(!hl)return La;const fl=La.data.incomplete_results;const yl=La.data.repository_selection;const Pl=La.data.total_count;delete La.data.incomplete_results;delete La.data.repository_selection;delete La.data.total_count;const Ul=Object.keys(La.data)[0];const Gd=La.data[Ul];La.data=Gd;if(typeof fl!=="undefined"){La.data.incomplete_results=fl}if(typeof yl!=="undefined"){La.data.repository_selection=yl}La.data.total_count=Pl;return La}function iterator(La,hl,fl){const yl=typeof hl==="function"?hl.endpoint(fl):La.request.endpoint(hl,fl);const Pl=typeof hl==="function"?hl:La.request;const Ul=yl.method;const Gd=yl.headers;let af=yl.url;return{[Symbol.asyncIterator]:()=>({async next(){if(!af)return{done:true};try{const La=await Pl({method:Ul,url:af,headers:Gd});const hl=normalizePaginatedListResponse(La);af=((hl.headers.link||"").match(/<([^<>]+)>;\s*rel="next"/)||[])[1];return{value:hl}}catch(La){if(La.status!==409)throw La;af="";return{value:{status:200,headers:{},data:[]}}}}})}}function paginate(La,hl,fl,yl){if(typeof fl==="function"){yl=fl;fl=void 0}return gather(La,[],iterator(La,hl,fl)[Symbol.asyncIterator](),yl)}function gather(La,hl,fl,yl){return fl.next().then(Pl=>{if(Pl.done){return hl}let Ul=false;function done(){Ul=true}hl=hl.concat(yl?yl(Pl.value,done):Pl.value.data);if(Ul){return hl}return gather(La,hl,fl,yl)})}var af=Object.assign(paginate,{iterator:iterator});var n_=["GET /advisories","GET /app/hook/deliveries","GET /app/installation-requests","GET /app/installations","GET /assignments/{assignment_id}/accepted_assignments","GET /classrooms","GET /classrooms/{classroom_id}/assignments","GET /enterprises/{enterprise}/code-security/configurations","GET /enterprises/{enterprise}/code-security/configurations/{configuration_id}/repositories","GET /enterprises/{enterprise}/dependabot/alerts","GET /enterprises/{enterprise}/secret-scanning/alerts","GET /events","GET /gists","GET /gists/public","GET /gists/starred","GET /gists/{gist_id}/comments","GET /gists/{gist_id}/commits","GET /gists/{gist_id}/forks","GET /installation/repositories","GET /issues","GET /licenses","GET /marketplace_listing/plans","GET /marketplace_listing/plans/{plan_id}/accounts","GET /marketplace_listing/stubbed/plans","GET /marketplace_listing/stubbed/plans/{plan_id}/accounts","GET /networks/{owner}/{repo}/events","GET /notifications","GET /organizations","GET /orgs/{org}/actions/cache/usage-by-repository","GET /orgs/{org}/actions/permissions/repositories","GET /orgs/{org}/actions/runner-groups","GET /orgs/{org}/actions/runner-groups/{runner_group_id}/repositories","GET /orgs/{org}/actions/runner-groups/{runner_group_id}/runners","GET /orgs/{org}/actions/runners","GET /orgs/{org}/actions/secrets","GET /orgs/{org}/actions/secrets/{secret_name}/repositories","GET /orgs/{org}/actions/variables","GET /orgs/{org}/actions/variables/{name}/repositories","GET /orgs/{org}/attestations/{subject_digest}","GET /orgs/{org}/blocks","GET /orgs/{org}/code-scanning/alerts","GET /orgs/{org}/code-security/configurations","GET /orgs/{org}/code-security/configurations/{configuration_id}/repositories","GET /orgs/{org}/codespaces","GET /orgs/{org}/codespaces/secrets","GET /orgs/{org}/codespaces/secrets/{secret_name}/repositories","GET /orgs/{org}/copilot/billing/seats","GET /orgs/{org}/copilot/metrics","GET /orgs/{org}/copilot/usage","GET /orgs/{org}/dependabot/alerts","GET /orgs/{org}/dependabot/secrets","GET /orgs/{org}/dependabot/secrets/{secret_name}/repositories","GET /orgs/{org}/events","GET /orgs/{org}/failed_invitations","GET /orgs/{org}/hooks","GET /orgs/{org}/hooks/{hook_id}/deliveries","GET /orgs/{org}/insights/api/route-stats/{actor_type}/{actor_id}","GET /orgs/{org}/insights/api/subject-stats","GET /orgs/{org}/insights/api/user-stats/{user_id}","GET /orgs/{org}/installations","GET /orgs/{org}/invitations","GET /orgs/{org}/invitations/{invitation_id}/teams","GET /orgs/{org}/issues","GET /orgs/{org}/members","GET /orgs/{org}/members/{username}/codespaces","GET /orgs/{org}/migrations","GET /orgs/{org}/migrations/{migration_id}/repositories","GET /orgs/{org}/organization-roles/{role_id}/teams","GET /orgs/{org}/organization-roles/{role_id}/users","GET /orgs/{org}/outside_collaborators","GET /orgs/{org}/packages","GET /orgs/{org}/packages/{package_type}/{package_name}/versions","GET /orgs/{org}/personal-access-token-requests","GET /orgs/{org}/personal-access-token-requests/{pat_request_id}/repositories","GET /orgs/{org}/personal-access-tokens","GET /orgs/{org}/personal-access-tokens/{pat_id}/repositories","GET /orgs/{org}/private-registries","GET /orgs/{org}/projects","GET /orgs/{org}/properties/values","GET /orgs/{org}/public_members","GET /orgs/{org}/repos","GET /orgs/{org}/rulesets","GET /orgs/{org}/rulesets/rule-suites","GET /orgs/{org}/secret-scanning/alerts","GET /orgs/{org}/security-advisories","GET /orgs/{org}/team/{team_slug}/copilot/metrics","GET /orgs/{org}/team/{team_slug}/copilot/usage","GET /orgs/{org}/teams","GET /orgs/{org}/teams/{team_slug}/discussions","GET /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments","GET /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}/reactions","GET /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/reactions","GET /orgs/{org}/teams/{team_slug}/invitations","GET /orgs/{org}/teams/{team_slug}/members","GET /orgs/{org}/teams/{team_slug}/projects","GET /orgs/{org}/teams/{team_slug}/repos","GET /orgs/{org}/teams/{team_slug}/teams","GET /projects/columns/{column_id}/cards","GET /projects/{project_id}/collaborators","GET /projects/{project_id}/columns","GET /repos/{owner}/{repo}/actions/artifacts","GET /repos/{owner}/{repo}/actions/caches","GET /repos/{owner}/{repo}/actions/organization-secrets","GET /repos/{owner}/{repo}/actions/organization-variables","GET /repos/{owner}/{repo}/actions/runners","GET /repos/{owner}/{repo}/actions/runs","GET /repos/{owner}/{repo}/actions/runs/{run_id}/artifacts","GET /repos/{owner}/{repo}/actions/runs/{run_id}/attempts/{attempt_number}/jobs","GET /repos/{owner}/{repo}/actions/runs/{run_id}/jobs","GET /repos/{owner}/{repo}/actions/secrets","GET /repos/{owner}/{repo}/actions/variables","GET /repos/{owner}/{repo}/actions/workflows","GET /repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs","GET /repos/{owner}/{repo}/activity","GET /repos/{owner}/{repo}/assignees","GET /repos/{owner}/{repo}/attestations/{subject_digest}","GET /repos/{owner}/{repo}/branches","GET /repos/{owner}/{repo}/check-runs/{check_run_id}/annotations","GET /repos/{owner}/{repo}/check-suites/{check_suite_id}/check-runs","GET /repos/{owner}/{repo}/code-scanning/alerts","GET /repos/{owner}/{repo}/code-scanning/alerts/{alert_number}/instances","GET /repos/{owner}/{repo}/code-scanning/analyses","GET /repos/{owner}/{repo}/codespaces","GET /repos/{owner}/{repo}/codespaces/devcontainers","GET /repos/{owner}/{repo}/codespaces/secrets","GET /repos/{owner}/{repo}/collaborators","GET /repos/{owner}/{repo}/comments","GET /repos/{owner}/{repo}/comments/{comment_id}/reactions","GET /repos/{owner}/{repo}/commits","GET /repos/{owner}/{repo}/commits/{commit_sha}/comments","GET /repos/{owner}/{repo}/commits/{commit_sha}/pulls","GET /repos/{owner}/{repo}/commits/{ref}/check-runs","GET /repos/{owner}/{repo}/commits/{ref}/check-suites","GET /repos/{owner}/{repo}/commits/{ref}/status","GET /repos/{owner}/{repo}/commits/{ref}/statuses","GET /repos/{owner}/{repo}/contributors","GET /repos/{owner}/{repo}/dependabot/alerts","GET /repos/{owner}/{repo}/dependabot/secrets","GET /repos/{owner}/{repo}/deployments","GET /repos/{owner}/{repo}/deployments/{deployment_id}/statuses","GET /repos/{owner}/{repo}/environments","GET /repos/{owner}/{repo}/environments/{environment_name}/deployment-branch-policies","GET /repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules/apps","GET /repos/{owner}/{repo}/environments/{environment_name}/secrets","GET /repos/{owner}/{repo}/environments/{environment_name}/variables","GET /repos/{owner}/{repo}/events","GET /repos/{owner}/{repo}/forks","GET /repos/{owner}/{repo}/hooks","GET /repos/{owner}/{repo}/hooks/{hook_id}/deliveries","GET /repos/{owner}/{repo}/invitations","GET /repos/{owner}/{repo}/issues","GET /repos/{owner}/{repo}/issues/comments","GET /repos/{owner}/{repo}/issues/comments/{comment_id}/reactions","GET /repos/{owner}/{repo}/issues/events","GET /repos/{owner}/{repo}/issues/{issue_number}/comments","GET /repos/{owner}/{repo}/issues/{issue_number}/events","GET /repos/{owner}/{repo}/issues/{issue_number}/labels","GET /repos/{owner}/{repo}/issues/{issue_number}/reactions","GET /repos/{owner}/{repo}/issues/{issue_number}/sub_issues","GET /repos/{owner}/{repo}/issues/{issue_number}/timeline","GET /repos/{owner}/{repo}/keys","GET /repos/{owner}/{repo}/labels","GET /repos/{owner}/{repo}/milestones","GET /repos/{owner}/{repo}/milestones/{milestone_number}/labels","GET /repos/{owner}/{repo}/notifications","GET /repos/{owner}/{repo}/pages/builds","GET /repos/{owner}/{repo}/projects","GET /repos/{owner}/{repo}/pulls","GET /repos/{owner}/{repo}/pulls/comments","GET /repos/{owner}/{repo}/pulls/comments/{comment_id}/reactions","GET /repos/{owner}/{repo}/pulls/{pull_number}/comments","GET /repos/{owner}/{repo}/pulls/{pull_number}/commits","GET /repos/{owner}/{repo}/pulls/{pull_number}/files","GET /repos/{owner}/{repo}/pulls/{pull_number}/reviews","GET /repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}/comments","GET /repos/{owner}/{repo}/releases","GET /repos/{owner}/{repo}/releases/{release_id}/assets","GET /repos/{owner}/{repo}/releases/{release_id}/reactions","GET /repos/{owner}/{repo}/rules/branches/{branch}","GET /repos/{owner}/{repo}/rulesets","GET /repos/{owner}/{repo}/rulesets/rule-suites","GET /repos/{owner}/{repo}/secret-scanning/alerts","GET /repos/{owner}/{repo}/secret-scanning/alerts/{alert_number}/locations","GET /repos/{owner}/{repo}/security-advisories","GET /repos/{owner}/{repo}/stargazers","GET /repos/{owner}/{repo}/subscribers","GET /repos/{owner}/{repo}/tags","GET /repos/{owner}/{repo}/teams","GET /repos/{owner}/{repo}/topics","GET /repositories","GET /search/code","GET /search/commits","GET /search/issues","GET /search/labels","GET /search/repositories","GET /search/topics","GET /search/users","GET /teams/{team_id}/discussions","GET /teams/{team_id}/discussions/{discussion_number}/comments","GET /teams/{team_id}/discussions/{discussion_number}/comments/{comment_number}/reactions","GET /teams/{team_id}/discussions/{discussion_number}/reactions","GET /teams/{team_id}/invitations","GET /teams/{team_id}/members","GET /teams/{team_id}/projects","GET /teams/{team_id}/repos","GET /teams/{team_id}/teams","GET /user/blocks","GET /user/codespaces","GET /user/codespaces/secrets","GET /user/emails","GET /user/followers","GET /user/following","GET /user/gpg_keys","GET /user/installations","GET /user/installations/{installation_id}/repositories","GET /user/issues","GET /user/keys","GET /user/marketplace_purchases","GET /user/marketplace_purchases/stubbed","GET /user/memberships/orgs","GET /user/migrations","GET /user/migrations/{migration_id}/repositories","GET /user/orgs","GET /user/packages","GET /user/packages/{package_type}/{package_name}/versions","GET /user/public_emails","GET /user/repos","GET /user/repository_invitations","GET /user/social_accounts","GET /user/ssh_signing_keys","GET /user/starred","GET /user/subscriptions","GET /user/teams","GET /users","GET /users/{username}/attestations/{subject_digest}","GET /users/{username}/events","GET /users/{username}/events/orgs/{org}","GET /users/{username}/events/public","GET /users/{username}/followers","GET /users/{username}/following","GET /users/{username}/gists","GET /users/{username}/gpg_keys","GET /users/{username}/keys","GET /users/{username}/orgs","GET /users/{username}/packages","GET /users/{username}/projects","GET /users/{username}/received_events","GET /users/{username}/received_events/public","GET /users/{username}/repos","GET /users/{username}/social_accounts","GET /users/{username}/ssh_signing_keys","GET /users/{username}/starred","GET /users/{username}/subscriptions"];function isPaginatingEndpoint(La){if(typeof La==="string"){return n_.includes(La)}else{return false}}function paginateRest(La){return{paginate:Object.assign(paginate.bind(null,La),{iterator:iterator.bind(null,La)})}}paginateRest.VERSION=Gd;0&&0},6966:La=>{"use strict";var hl=Object.defineProperty;var fl=Object.getOwnPropertyDescriptor;var yl=Object.getOwnPropertyNames;var Pl=Object.prototype.hasOwnProperty;var __export=(La,fl)=>{for(var yl in fl)hl(La,yl,{get:fl[yl],enumerable:true})};var __copyProps=(La,Ul,Gd,af)=>{if(Ul&&typeof Ul==="object"||typeof Ul==="function"){for(let n_ of yl(Ul))if(!Pl.call(La,n_)&&n_!==Gd)hl(La,n_,{get:()=>Ul[n_],enumerable:!(af=fl(Ul,n_))||af.enumerable})}return La};var __toCommonJS=La=>__copyProps(hl({},"__esModule",{value:true}),La);var Ul={};__export(Ul,{requestLog:()=>requestLog});La.exports=__toCommonJS(Ul);var Gd="4.0.1";function requestLog(La){La.hook.wrap("request",(hl,fl)=>{La.log.debug("request",fl);const yl=Date.now();const Pl=La.request.endpoint.parse(fl);const Ul=Pl.url.replace(fl.baseUrl,"");return hl(fl).then(hl=>{La.log.info(`${Pl.method} ${Ul} - ${hl.status} in ${Date.now()-yl}ms`);return hl}).catch(hl=>{La.log.info(`${Pl.method} ${Ul} - ${hl.status} in ${Date.now()-yl}ms`);throw hl})})}requestLog.VERSION=Gd;0&&0},84935:La=>{"use strict";var hl=Object.defineProperty;var fl=Object.getOwnPropertyDescriptor;var yl=Object.getOwnPropertyNames;var Pl=Object.prototype.hasOwnProperty;var __export=(La,fl)=>{for(var yl in fl)hl(La,yl,{get:fl[yl],enumerable:true})};var __copyProps=(La,Ul,Gd,af)=>{if(Ul&&typeof Ul==="object"||typeof Ul==="function"){for(let n_ of yl(Ul))if(!Pl.call(La,n_)&&n_!==Gd)hl(La,n_,{get:()=>Ul[n_],enumerable:!(af=fl(Ul,n_))||af.enumerable})}return La};var __toCommonJS=La=>__copyProps(hl({},"__esModule",{value:true}),La);var Ul={};__export(Ul,{legacyRestEndpointMethods:()=>legacyRestEndpointMethods,restEndpointMethods:()=>restEndpointMethods});La.exports=__toCommonJS(Ul);var Gd="13.3.2-cjs.1";var af={actions:{addCustomLabelsToSelfHostedRunnerForOrg:["POST /orgs/{org}/actions/runners/{runner_id}/labels"],addCustomLabelsToSelfHostedRunnerForRepo:["POST /repos/{owner}/{repo}/actions/runners/{runner_id}/labels"],addRepoAccessToSelfHostedRunnerGroupInOrg:["PUT /orgs/{org}/actions/runner-groups/{runner_group_id}/repositories/{repository_id}"],addSelectedRepoToOrgSecret:["PUT /orgs/{org}/actions/secrets/{secret_name}/repositories/{repository_id}"],addSelectedRepoToOrgVariable:["PUT /orgs/{org}/actions/variables/{name}/repositories/{repository_id}"],approveWorkflowRun:["POST /repos/{owner}/{repo}/actions/runs/{run_id}/approve"],cancelWorkflowRun:["POST /repos/{owner}/{repo}/actions/runs/{run_id}/cancel"],createEnvironmentVariable:["POST /repos/{owner}/{repo}/environments/{environment_name}/variables"],createOrUpdateEnvironmentSecret:["PUT /repos/{owner}/{repo}/environments/{environment_name}/secrets/{secret_name}"],createOrUpdateOrgSecret:["PUT /orgs/{org}/actions/secrets/{secret_name}"],createOrUpdateRepoSecret:["PUT /repos/{owner}/{repo}/actions/secrets/{secret_name}"],createOrgVariable:["POST /orgs/{org}/actions/variables"],createRegistrationTokenForOrg:["POST /orgs/{org}/actions/runners/registration-token"],createRegistrationTokenForRepo:["POST /repos/{owner}/{repo}/actions/runners/registration-token"],createRemoveTokenForOrg:["POST /orgs/{org}/actions/runners/remove-token"],createRemoveTokenForRepo:["POST /repos/{owner}/{repo}/actions/runners/remove-token"],createRepoVariable:["POST /repos/{owner}/{repo}/actions/variables"],createWorkflowDispatch:["POST /repos/{owner}/{repo}/actions/workflows/{workflow_id}/dispatches"],deleteActionsCacheById:["DELETE /repos/{owner}/{repo}/actions/caches/{cache_id}"],deleteActionsCacheByKey:["DELETE /repos/{owner}/{repo}/actions/caches{?key,ref}"],deleteArtifact:["DELETE /repos/{owner}/{repo}/actions/artifacts/{artifact_id}"],deleteEnvironmentSecret:["DELETE /repos/{owner}/{repo}/environments/{environment_name}/secrets/{secret_name}"],deleteEnvironmentVariable:["DELETE /repos/{owner}/{repo}/environments/{environment_name}/variables/{name}"],deleteOrgSecret:["DELETE /orgs/{org}/actions/secrets/{secret_name}"],deleteOrgVariable:["DELETE /orgs/{org}/actions/variables/{name}"],deleteRepoSecret:["DELETE /repos/{owner}/{repo}/actions/secrets/{secret_name}"],deleteRepoVariable:["DELETE /repos/{owner}/{repo}/actions/variables/{name}"],deleteSelfHostedRunnerFromOrg:["DELETE /orgs/{org}/actions/runners/{runner_id}"],deleteSelfHostedRunnerFromRepo:["DELETE /repos/{owner}/{repo}/actions/runners/{runner_id}"],deleteWorkflowRun:["DELETE /repos/{owner}/{repo}/actions/runs/{run_id}"],deleteWorkflowRunLogs:["DELETE /repos/{owner}/{repo}/actions/runs/{run_id}/logs"],disableSelectedRepositoryGithubActionsOrganization:["DELETE /orgs/{org}/actions/permissions/repositories/{repository_id}"],disableWorkflow:["PUT /repos/{owner}/{repo}/actions/workflows/{workflow_id}/disable"],downloadArtifact:["GET /repos/{owner}/{repo}/actions/artifacts/{artifact_id}/{archive_format}"],downloadJobLogsForWorkflowRun:["GET /repos/{owner}/{repo}/actions/jobs/{job_id}/logs"],downloadWorkflowRunAttemptLogs:["GET /repos/{owner}/{repo}/actions/runs/{run_id}/attempts/{attempt_number}/logs"],downloadWorkflowRunLogs:["GET /repos/{owner}/{repo}/actions/runs/{run_id}/logs"],enableSelectedRepositoryGithubActionsOrganization:["PUT /orgs/{org}/actions/permissions/repositories/{repository_id}"],enableWorkflow:["PUT /repos/{owner}/{repo}/actions/workflows/{workflow_id}/enable"],forceCancelWorkflowRun:["POST /repos/{owner}/{repo}/actions/runs/{run_id}/force-cancel"],generateRunnerJitconfigForOrg:["POST /orgs/{org}/actions/runners/generate-jitconfig"],generateRunnerJitconfigForRepo:["POST /repos/{owner}/{repo}/actions/runners/generate-jitconfig"],getActionsCacheList:["GET /repos/{owner}/{repo}/actions/caches"],getActionsCacheUsage:["GET /repos/{owner}/{repo}/actions/cache/usage"],getActionsCacheUsageByRepoForOrg:["GET /orgs/{org}/actions/cache/usage-by-repository"],getActionsCacheUsageForOrg:["GET /orgs/{org}/actions/cache/usage"],getAllowedActionsOrganization:["GET /orgs/{org}/actions/permissions/selected-actions"],getAllowedActionsRepository:["GET /repos/{owner}/{repo}/actions/permissions/selected-actions"],getArtifact:["GET /repos/{owner}/{repo}/actions/artifacts/{artifact_id}"],getCustomOidcSubClaimForRepo:["GET /repos/{owner}/{repo}/actions/oidc/customization/sub"],getEnvironmentPublicKey:["GET /repos/{owner}/{repo}/environments/{environment_name}/secrets/public-key"],getEnvironmentSecret:["GET /repos/{owner}/{repo}/environments/{environment_name}/secrets/{secret_name}"],getEnvironmentVariable:["GET /repos/{owner}/{repo}/environments/{environment_name}/variables/{name}"],getGithubActionsDefaultWorkflowPermissionsOrganization:["GET /orgs/{org}/actions/permissions/workflow"],getGithubActionsDefaultWorkflowPermissionsRepository:["GET /repos/{owner}/{repo}/actions/permissions/workflow"],getGithubActionsPermissionsOrganization:["GET /orgs/{org}/actions/permissions"],getGithubActionsPermissionsRepository:["GET /repos/{owner}/{repo}/actions/permissions"],getJobForWorkflowRun:["GET /repos/{owner}/{repo}/actions/jobs/{job_id}"],getOrgPublicKey:["GET /orgs/{org}/actions/secrets/public-key"],getOrgSecret:["GET /orgs/{org}/actions/secrets/{secret_name}"],getOrgVariable:["GET /orgs/{org}/actions/variables/{name}"],getPendingDeploymentsForRun:["GET /repos/{owner}/{repo}/actions/runs/{run_id}/pending_deployments"],getRepoPermissions:["GET /repos/{owner}/{repo}/actions/permissions",{},{renamed:["actions","getGithubActionsPermissionsRepository"]}],getRepoPublicKey:["GET /repos/{owner}/{repo}/actions/secrets/public-key"],getRepoSecret:["GET /repos/{owner}/{repo}/actions/secrets/{secret_name}"],getRepoVariable:["GET /repos/{owner}/{repo}/actions/variables/{name}"],getReviewsForRun:["GET /repos/{owner}/{repo}/actions/runs/{run_id}/approvals"],getSelfHostedRunnerForOrg:["GET /orgs/{org}/actions/runners/{runner_id}"],getSelfHostedRunnerForRepo:["GET /repos/{owner}/{repo}/actions/runners/{runner_id}"],getWorkflow:["GET /repos/{owner}/{repo}/actions/workflows/{workflow_id}"],getWorkflowAccessToRepository:["GET /repos/{owner}/{repo}/actions/permissions/access"],getWorkflowRun:["GET /repos/{owner}/{repo}/actions/runs/{run_id}"],getWorkflowRunAttempt:["GET /repos/{owner}/{repo}/actions/runs/{run_id}/attempts/{attempt_number}"],getWorkflowRunUsage:["GET /repos/{owner}/{repo}/actions/runs/{run_id}/timing"],getWorkflowUsage:["GET /repos/{owner}/{repo}/actions/workflows/{workflow_id}/timing"],listArtifactsForRepo:["GET /repos/{owner}/{repo}/actions/artifacts"],listEnvironmentSecrets:["GET /repos/{owner}/{repo}/environments/{environment_name}/secrets"],listEnvironmentVariables:["GET /repos/{owner}/{repo}/environments/{environment_name}/variables"],listJobsForWorkflowRun:["GET /repos/{owner}/{repo}/actions/runs/{run_id}/jobs"],listJobsForWorkflowRunAttempt:["GET /repos/{owner}/{repo}/actions/runs/{run_id}/attempts/{attempt_number}/jobs"],listLabelsForSelfHostedRunnerForOrg:["GET /orgs/{org}/actions/runners/{runner_id}/labels"],listLabelsForSelfHostedRunnerForRepo:["GET /repos/{owner}/{repo}/actions/runners/{runner_id}/labels"],listOrgSecrets:["GET /orgs/{org}/actions/secrets"],listOrgVariables:["GET /orgs/{org}/actions/variables"],listRepoOrganizationSecrets:["GET /repos/{owner}/{repo}/actions/organization-secrets"],listRepoOrganizationVariables:["GET /repos/{owner}/{repo}/actions/organization-variables"],listRepoSecrets:["GET /repos/{owner}/{repo}/actions/secrets"],listRepoVariables:["GET /repos/{owner}/{repo}/actions/variables"],listRepoWorkflows:["GET /repos/{owner}/{repo}/actions/workflows"],listRunnerApplicationsForOrg:["GET /orgs/{org}/actions/runners/downloads"],listRunnerApplicationsForRepo:["GET /repos/{owner}/{repo}/actions/runners/downloads"],listSelectedReposForOrgSecret:["GET /orgs/{org}/actions/secrets/{secret_name}/repositories"],listSelectedReposForOrgVariable:["GET /orgs/{org}/actions/variables/{name}/repositories"],listSelectedRepositoriesEnabledGithubActionsOrganization:["GET /orgs/{org}/actions/permissions/repositories"],listSelfHostedRunnersForOrg:["GET /orgs/{org}/actions/runners"],listSelfHostedRunnersForRepo:["GET /repos/{owner}/{repo}/actions/runners"],listWorkflowRunArtifacts:["GET /repos/{owner}/{repo}/actions/runs/{run_id}/artifacts"],listWorkflowRuns:["GET /repos/{owner}/{repo}/actions/workflows/{workflow_id}/runs"],listWorkflowRunsForRepo:["GET /repos/{owner}/{repo}/actions/runs"],reRunJobForWorkflowRun:["POST /repos/{owner}/{repo}/actions/jobs/{job_id}/rerun"],reRunWorkflow:["POST /repos/{owner}/{repo}/actions/runs/{run_id}/rerun"],reRunWorkflowFailedJobs:["POST /repos/{owner}/{repo}/actions/runs/{run_id}/rerun-failed-jobs"],removeAllCustomLabelsFromSelfHostedRunnerForOrg:["DELETE /orgs/{org}/actions/runners/{runner_id}/labels"],removeAllCustomLabelsFromSelfHostedRunnerForRepo:["DELETE /repos/{owner}/{repo}/actions/runners/{runner_id}/labels"],removeCustomLabelFromSelfHostedRunnerForOrg:["DELETE /orgs/{org}/actions/runners/{runner_id}/labels/{name}"],removeCustomLabelFromSelfHostedRunnerForRepo:["DELETE /repos/{owner}/{repo}/actions/runners/{runner_id}/labels/{name}"],removeSelectedRepoFromOrgSecret:["DELETE /orgs/{org}/actions/secrets/{secret_name}/repositories/{repository_id}"],removeSelectedRepoFromOrgVariable:["DELETE /orgs/{org}/actions/variables/{name}/repositories/{repository_id}"],reviewCustomGatesForRun:["POST /repos/{owner}/{repo}/actions/runs/{run_id}/deployment_protection_rule"],reviewPendingDeploymentsForRun:["POST /repos/{owner}/{repo}/actions/runs/{run_id}/pending_deployments"],setAllowedActionsOrganization:["PUT /orgs/{org}/actions/permissions/selected-actions"],setAllowedActionsRepository:["PUT /repos/{owner}/{repo}/actions/permissions/selected-actions"],setCustomLabelsForSelfHostedRunnerForOrg:["PUT /orgs/{org}/actions/runners/{runner_id}/labels"],setCustomLabelsForSelfHostedRunnerForRepo:["PUT /repos/{owner}/{repo}/actions/runners/{runner_id}/labels"],setCustomOidcSubClaimForRepo:["PUT /repos/{owner}/{repo}/actions/oidc/customization/sub"],setGithubActionsDefaultWorkflowPermissionsOrganization:["PUT /orgs/{org}/actions/permissions/workflow"],setGithubActionsDefaultWorkflowPermissionsRepository:["PUT /repos/{owner}/{repo}/actions/permissions/workflow"],setGithubActionsPermissionsOrganization:["PUT /orgs/{org}/actions/permissions"],setGithubActionsPermissionsRepository:["PUT /repos/{owner}/{repo}/actions/permissions"],setSelectedReposForOrgSecret:["PUT /orgs/{org}/actions/secrets/{secret_name}/repositories"],setSelectedReposForOrgVariable:["PUT /orgs/{org}/actions/variables/{name}/repositories"],setSelectedRepositoriesEnabledGithubActionsOrganization:["PUT /orgs/{org}/actions/permissions/repositories"],setWorkflowAccessToRepository:["PUT /repos/{owner}/{repo}/actions/permissions/access"],updateEnvironmentVariable:["PATCH /repos/{owner}/{repo}/environments/{environment_name}/variables/{name}"],updateOrgVariable:["PATCH /orgs/{org}/actions/variables/{name}"],updateRepoVariable:["PATCH /repos/{owner}/{repo}/actions/variables/{name}"]},activity:{checkRepoIsStarredByAuthenticatedUser:["GET /user/starred/{owner}/{repo}"],deleteRepoSubscription:["DELETE /repos/{owner}/{repo}/subscription"],deleteThreadSubscription:["DELETE /notifications/threads/{thread_id}/subscription"],getFeeds:["GET /feeds"],getRepoSubscription:["GET /repos/{owner}/{repo}/subscription"],getThread:["GET /notifications/threads/{thread_id}"],getThreadSubscriptionForAuthenticatedUser:["GET /notifications/threads/{thread_id}/subscription"],listEventsForAuthenticatedUser:["GET /users/{username}/events"],listNotificationsForAuthenticatedUser:["GET /notifications"],listOrgEventsForAuthenticatedUser:["GET /users/{username}/events/orgs/{org}"],listPublicEvents:["GET /events"],listPublicEventsForRepoNetwork:["GET /networks/{owner}/{repo}/events"],listPublicEventsForUser:["GET /users/{username}/events/public"],listPublicOrgEvents:["GET /orgs/{org}/events"],listReceivedEventsForUser:["GET /users/{username}/received_events"],listReceivedPublicEventsForUser:["GET /users/{username}/received_events/public"],listRepoEvents:["GET /repos/{owner}/{repo}/events"],listRepoNotificationsForAuthenticatedUser:["GET /repos/{owner}/{repo}/notifications"],listReposStarredByAuthenticatedUser:["GET /user/starred"],listReposStarredByUser:["GET /users/{username}/starred"],listReposWatchedByUser:["GET /users/{username}/subscriptions"],listStargazersForRepo:["GET /repos/{owner}/{repo}/stargazers"],listWatchedReposForAuthenticatedUser:["GET /user/subscriptions"],listWatchersForRepo:["GET /repos/{owner}/{repo}/subscribers"],markNotificationsAsRead:["PUT /notifications"],markRepoNotificationsAsRead:["PUT /repos/{owner}/{repo}/notifications"],markThreadAsDone:["DELETE /notifications/threads/{thread_id}"],markThreadAsRead:["PATCH /notifications/threads/{thread_id}"],setRepoSubscription:["PUT /repos/{owner}/{repo}/subscription"],setThreadSubscription:["PUT /notifications/threads/{thread_id}/subscription"],starRepoForAuthenticatedUser:["PUT /user/starred/{owner}/{repo}"],unstarRepoForAuthenticatedUser:["DELETE /user/starred/{owner}/{repo}"]},apps:{addRepoToInstallation:["PUT /user/installations/{installation_id}/repositories/{repository_id}",{},{renamed:["apps","addRepoToInstallationForAuthenticatedUser"]}],addRepoToInstallationForAuthenticatedUser:["PUT /user/installations/{installation_id}/repositories/{repository_id}"],checkToken:["POST /applications/{client_id}/token"],createFromManifest:["POST /app-manifests/{code}/conversions"],createInstallationAccessToken:["POST /app/installations/{installation_id}/access_tokens"],deleteAuthorization:["DELETE /applications/{client_id}/grant"],deleteInstallation:["DELETE /app/installations/{installation_id}"],deleteToken:["DELETE /applications/{client_id}/token"],getAuthenticated:["GET /app"],getBySlug:["GET /apps/{app_slug}"],getInstallation:["GET /app/installations/{installation_id}"],getOrgInstallation:["GET /orgs/{org}/installation"],getRepoInstallation:["GET /repos/{owner}/{repo}/installation"],getSubscriptionPlanForAccount:["GET /marketplace_listing/accounts/{account_id}"],getSubscriptionPlanForAccountStubbed:["GET /marketplace_listing/stubbed/accounts/{account_id}"],getUserInstallation:["GET /users/{username}/installation"],getWebhookConfigForApp:["GET /app/hook/config"],getWebhookDelivery:["GET /app/hook/deliveries/{delivery_id}"],listAccountsForPlan:["GET /marketplace_listing/plans/{plan_id}/accounts"],listAccountsForPlanStubbed:["GET /marketplace_listing/stubbed/plans/{plan_id}/accounts"],listInstallationReposForAuthenticatedUser:["GET /user/installations/{installation_id}/repositories"],listInstallationRequestsForAuthenticatedApp:["GET /app/installation-requests"],listInstallations:["GET /app/installations"],listInstallationsForAuthenticatedUser:["GET /user/installations"],listPlans:["GET /marketplace_listing/plans"],listPlansStubbed:["GET /marketplace_listing/stubbed/plans"],listReposAccessibleToInstallation:["GET /installation/repositories"],listSubscriptionsForAuthenticatedUser:["GET /user/marketplace_purchases"],listSubscriptionsForAuthenticatedUserStubbed:["GET /user/marketplace_purchases/stubbed"],listWebhookDeliveries:["GET /app/hook/deliveries"],redeliverWebhookDelivery:["POST /app/hook/deliveries/{delivery_id}/attempts"],removeRepoFromInstallation:["DELETE /user/installations/{installation_id}/repositories/{repository_id}",{},{renamed:["apps","removeRepoFromInstallationForAuthenticatedUser"]}],removeRepoFromInstallationForAuthenticatedUser:["DELETE /user/installations/{installation_id}/repositories/{repository_id}"],resetToken:["PATCH /applications/{client_id}/token"],revokeInstallationAccessToken:["DELETE /installation/token"],scopeToken:["POST /applications/{client_id}/token/scoped"],suspendInstallation:["PUT /app/installations/{installation_id}/suspended"],unsuspendInstallation:["DELETE /app/installations/{installation_id}/suspended"],updateWebhookConfigForApp:["PATCH /app/hook/config"]},billing:{getGithubActionsBillingOrg:["GET /orgs/{org}/settings/billing/actions"],getGithubActionsBillingUser:["GET /users/{username}/settings/billing/actions"],getGithubBillingUsageReportOrg:["GET /organizations/{org}/settings/billing/usage"],getGithubPackagesBillingOrg:["GET /orgs/{org}/settings/billing/packages"],getGithubPackagesBillingUser:["GET /users/{username}/settings/billing/packages"],getSharedStorageBillingOrg:["GET /orgs/{org}/settings/billing/shared-storage"],getSharedStorageBillingUser:["GET /users/{username}/settings/billing/shared-storage"]},checks:{create:["POST /repos/{owner}/{repo}/check-runs"],createSuite:["POST /repos/{owner}/{repo}/check-suites"],get:["GET /repos/{owner}/{repo}/check-runs/{check_run_id}"],getSuite:["GET /repos/{owner}/{repo}/check-suites/{check_suite_id}"],listAnnotations:["GET /repos/{owner}/{repo}/check-runs/{check_run_id}/annotations"],listForRef:["GET /repos/{owner}/{repo}/commits/{ref}/check-runs"],listForSuite:["GET /repos/{owner}/{repo}/check-suites/{check_suite_id}/check-runs"],listSuitesForRef:["GET /repos/{owner}/{repo}/commits/{ref}/check-suites"],rerequestRun:["POST /repos/{owner}/{repo}/check-runs/{check_run_id}/rerequest"],rerequestSuite:["POST /repos/{owner}/{repo}/check-suites/{check_suite_id}/rerequest"],setSuitesPreferences:["PATCH /repos/{owner}/{repo}/check-suites/preferences"],update:["PATCH /repos/{owner}/{repo}/check-runs/{check_run_id}"]},codeScanning:{commitAutofix:["POST /repos/{owner}/{repo}/code-scanning/alerts/{alert_number}/autofix/commits"],createAutofix:["POST /repos/{owner}/{repo}/code-scanning/alerts/{alert_number}/autofix"],createVariantAnalysis:["POST /repos/{owner}/{repo}/code-scanning/codeql/variant-analyses"],deleteAnalysis:["DELETE /repos/{owner}/{repo}/code-scanning/analyses/{analysis_id}{?confirm_delete}"],deleteCodeqlDatabase:["DELETE /repos/{owner}/{repo}/code-scanning/codeql/databases/{language}"],getAlert:["GET /repos/{owner}/{repo}/code-scanning/alerts/{alert_number}",{},{renamedParameters:{alert_id:"alert_number"}}],getAnalysis:["GET /repos/{owner}/{repo}/code-scanning/analyses/{analysis_id}"],getAutofix:["GET /repos/{owner}/{repo}/code-scanning/alerts/{alert_number}/autofix"],getCodeqlDatabase:["GET /repos/{owner}/{repo}/code-scanning/codeql/databases/{language}"],getDefaultSetup:["GET /repos/{owner}/{repo}/code-scanning/default-setup"],getSarif:["GET /repos/{owner}/{repo}/code-scanning/sarifs/{sarif_id}"],getVariantAnalysis:["GET /repos/{owner}/{repo}/code-scanning/codeql/variant-analyses/{codeql_variant_analysis_id}"],getVariantAnalysisRepoTask:["GET /repos/{owner}/{repo}/code-scanning/codeql/variant-analyses/{codeql_variant_analysis_id}/repos/{repo_owner}/{repo_name}"],listAlertInstances:["GET /repos/{owner}/{repo}/code-scanning/alerts/{alert_number}/instances"],listAlertsForOrg:["GET /orgs/{org}/code-scanning/alerts"],listAlertsForRepo:["GET /repos/{owner}/{repo}/code-scanning/alerts"],listAlertsInstances:["GET /repos/{owner}/{repo}/code-scanning/alerts/{alert_number}/instances",{},{renamed:["codeScanning","listAlertInstances"]}],listCodeqlDatabases:["GET /repos/{owner}/{repo}/code-scanning/codeql/databases"],listRecentAnalyses:["GET /repos/{owner}/{repo}/code-scanning/analyses"],updateAlert:["PATCH /repos/{owner}/{repo}/code-scanning/alerts/{alert_number}"],updateDefaultSetup:["PATCH /repos/{owner}/{repo}/code-scanning/default-setup"],uploadSarif:["POST /repos/{owner}/{repo}/code-scanning/sarifs"]},codeSecurity:{attachConfiguration:["POST /orgs/{org}/code-security/configurations/{configuration_id}/attach"],attachEnterpriseConfiguration:["POST /enterprises/{enterprise}/code-security/configurations/{configuration_id}/attach"],createConfiguration:["POST /orgs/{org}/code-security/configurations"],createConfigurationForEnterprise:["POST /enterprises/{enterprise}/code-security/configurations"],deleteConfiguration:["DELETE /orgs/{org}/code-security/configurations/{configuration_id}"],deleteConfigurationForEnterprise:["DELETE /enterprises/{enterprise}/code-security/configurations/{configuration_id}"],detachConfiguration:["DELETE /orgs/{org}/code-security/configurations/detach"],getConfiguration:["GET /orgs/{org}/code-security/configurations/{configuration_id}"],getConfigurationForRepository:["GET /repos/{owner}/{repo}/code-security-configuration"],getConfigurationsForEnterprise:["GET /enterprises/{enterprise}/code-security/configurations"],getConfigurationsForOrg:["GET /orgs/{org}/code-security/configurations"],getDefaultConfigurations:["GET /orgs/{org}/code-security/configurations/defaults"],getDefaultConfigurationsForEnterprise:["GET /enterprises/{enterprise}/code-security/configurations/defaults"],getRepositoriesForConfiguration:["GET /orgs/{org}/code-security/configurations/{configuration_id}/repositories"],getRepositoriesForEnterpriseConfiguration:["GET /enterprises/{enterprise}/code-security/configurations/{configuration_id}/repositories"],getSingleConfigurationForEnterprise:["GET /enterprises/{enterprise}/code-security/configurations/{configuration_id}"],setConfigurationAsDefault:["PUT /orgs/{org}/code-security/configurations/{configuration_id}/defaults"],setConfigurationAsDefaultForEnterprise:["PUT /enterprises/{enterprise}/code-security/configurations/{configuration_id}/defaults"],updateConfiguration:["PATCH /orgs/{org}/code-security/configurations/{configuration_id}"],updateEnterpriseConfiguration:["PATCH /enterprises/{enterprise}/code-security/configurations/{configuration_id}"]},codesOfConduct:{getAllCodesOfConduct:["GET /codes_of_conduct"],getConductCode:["GET /codes_of_conduct/{key}"]},codespaces:{addRepositoryForSecretForAuthenticatedUser:["PUT /user/codespaces/secrets/{secret_name}/repositories/{repository_id}"],addSelectedRepoToOrgSecret:["PUT /orgs/{org}/codespaces/secrets/{secret_name}/repositories/{repository_id}"],checkPermissionsForDevcontainer:["GET /repos/{owner}/{repo}/codespaces/permissions_check"],codespaceMachinesForAuthenticatedUser:["GET /user/codespaces/{codespace_name}/machines"],createForAuthenticatedUser:["POST /user/codespaces"],createOrUpdateOrgSecret:["PUT /orgs/{org}/codespaces/secrets/{secret_name}"],createOrUpdateRepoSecret:["PUT /repos/{owner}/{repo}/codespaces/secrets/{secret_name}"],createOrUpdateSecretForAuthenticatedUser:["PUT /user/codespaces/secrets/{secret_name}"],createWithPrForAuthenticatedUser:["POST /repos/{owner}/{repo}/pulls/{pull_number}/codespaces"],createWithRepoForAuthenticatedUser:["POST /repos/{owner}/{repo}/codespaces"],deleteForAuthenticatedUser:["DELETE /user/codespaces/{codespace_name}"],deleteFromOrganization:["DELETE /orgs/{org}/members/{username}/codespaces/{codespace_name}"],deleteOrgSecret:["DELETE /orgs/{org}/codespaces/secrets/{secret_name}"],deleteRepoSecret:["DELETE /repos/{owner}/{repo}/codespaces/secrets/{secret_name}"],deleteSecretForAuthenticatedUser:["DELETE /user/codespaces/secrets/{secret_name}"],exportForAuthenticatedUser:["POST /user/codespaces/{codespace_name}/exports"],getCodespacesForUserInOrg:["GET /orgs/{org}/members/{username}/codespaces"],getExportDetailsForAuthenticatedUser:["GET /user/codespaces/{codespace_name}/exports/{export_id}"],getForAuthenticatedUser:["GET /user/codespaces/{codespace_name}"],getOrgPublicKey:["GET /orgs/{org}/codespaces/secrets/public-key"],getOrgSecret:["GET /orgs/{org}/codespaces/secrets/{secret_name}"],getPublicKeyForAuthenticatedUser:["GET /user/codespaces/secrets/public-key"],getRepoPublicKey:["GET /repos/{owner}/{repo}/codespaces/secrets/public-key"],getRepoSecret:["GET /repos/{owner}/{repo}/codespaces/secrets/{secret_name}"],getSecretForAuthenticatedUser:["GET /user/codespaces/secrets/{secret_name}"],listDevcontainersInRepositoryForAuthenticatedUser:["GET /repos/{owner}/{repo}/codespaces/devcontainers"],listForAuthenticatedUser:["GET /user/codespaces"],listInOrganization:["GET /orgs/{org}/codespaces",{},{renamedParameters:{org_id:"org"}}],listInRepositoryForAuthenticatedUser:["GET /repos/{owner}/{repo}/codespaces"],listOrgSecrets:["GET /orgs/{org}/codespaces/secrets"],listRepoSecrets:["GET /repos/{owner}/{repo}/codespaces/secrets"],listRepositoriesForSecretForAuthenticatedUser:["GET /user/codespaces/secrets/{secret_name}/repositories"],listSecretsForAuthenticatedUser:["GET /user/codespaces/secrets"],listSelectedReposForOrgSecret:["GET /orgs/{org}/codespaces/secrets/{secret_name}/repositories"],preFlightWithRepoForAuthenticatedUser:["GET /repos/{owner}/{repo}/codespaces/new"],publishForAuthenticatedUser:["POST /user/codespaces/{codespace_name}/publish"],removeRepositoryForSecretForAuthenticatedUser:["DELETE /user/codespaces/secrets/{secret_name}/repositories/{repository_id}"],removeSelectedRepoFromOrgSecret:["DELETE /orgs/{org}/codespaces/secrets/{secret_name}/repositories/{repository_id}"],repoMachinesForAuthenticatedUser:["GET /repos/{owner}/{repo}/codespaces/machines"],setRepositoriesForSecretForAuthenticatedUser:["PUT /user/codespaces/secrets/{secret_name}/repositories"],setSelectedReposForOrgSecret:["PUT /orgs/{org}/codespaces/secrets/{secret_name}/repositories"],startForAuthenticatedUser:["POST /user/codespaces/{codespace_name}/start"],stopForAuthenticatedUser:["POST /user/codespaces/{codespace_name}/stop"],stopInOrganization:["POST /orgs/{org}/members/{username}/codespaces/{codespace_name}/stop"],updateForAuthenticatedUser:["PATCH /user/codespaces/{codespace_name}"]},copilot:{addCopilotSeatsForTeams:["POST /orgs/{org}/copilot/billing/selected_teams"],addCopilotSeatsForUsers:["POST /orgs/{org}/copilot/billing/selected_users"],cancelCopilotSeatAssignmentForTeams:["DELETE /orgs/{org}/copilot/billing/selected_teams"],cancelCopilotSeatAssignmentForUsers:["DELETE /orgs/{org}/copilot/billing/selected_users"],copilotMetricsForOrganization:["GET /orgs/{org}/copilot/metrics"],copilotMetricsForTeam:["GET /orgs/{org}/team/{team_slug}/copilot/metrics"],getCopilotOrganizationDetails:["GET /orgs/{org}/copilot/billing"],getCopilotSeatDetailsForUser:["GET /orgs/{org}/members/{username}/copilot"],listCopilotSeats:["GET /orgs/{org}/copilot/billing/seats"],usageMetricsForOrg:["GET /orgs/{org}/copilot/usage"],usageMetricsForTeam:["GET /orgs/{org}/team/{team_slug}/copilot/usage"]},dependabot:{addSelectedRepoToOrgSecret:["PUT /orgs/{org}/dependabot/secrets/{secret_name}/repositories/{repository_id}"],createOrUpdateOrgSecret:["PUT /orgs/{org}/dependabot/secrets/{secret_name}"],createOrUpdateRepoSecret:["PUT /repos/{owner}/{repo}/dependabot/secrets/{secret_name}"],deleteOrgSecret:["DELETE /orgs/{org}/dependabot/secrets/{secret_name}"],deleteRepoSecret:["DELETE /repos/{owner}/{repo}/dependabot/secrets/{secret_name}"],getAlert:["GET /repos/{owner}/{repo}/dependabot/alerts/{alert_number}"],getOrgPublicKey:["GET /orgs/{org}/dependabot/secrets/public-key"],getOrgSecret:["GET /orgs/{org}/dependabot/secrets/{secret_name}"],getRepoPublicKey:["GET /repos/{owner}/{repo}/dependabot/secrets/public-key"],getRepoSecret:["GET /repos/{owner}/{repo}/dependabot/secrets/{secret_name}"],listAlertsForEnterprise:["GET /enterprises/{enterprise}/dependabot/alerts"],listAlertsForOrg:["GET /orgs/{org}/dependabot/alerts"],listAlertsForRepo:["GET /repos/{owner}/{repo}/dependabot/alerts"],listOrgSecrets:["GET /orgs/{org}/dependabot/secrets"],listRepoSecrets:["GET /repos/{owner}/{repo}/dependabot/secrets"],listSelectedReposForOrgSecret:["GET /orgs/{org}/dependabot/secrets/{secret_name}/repositories"],removeSelectedRepoFromOrgSecret:["DELETE /orgs/{org}/dependabot/secrets/{secret_name}/repositories/{repository_id}"],setSelectedReposForOrgSecret:["PUT /orgs/{org}/dependabot/secrets/{secret_name}/repositories"],updateAlert:["PATCH /repos/{owner}/{repo}/dependabot/alerts/{alert_number}"]},dependencyGraph:{createRepositorySnapshot:["POST /repos/{owner}/{repo}/dependency-graph/snapshots"],diffRange:["GET /repos/{owner}/{repo}/dependency-graph/compare/{basehead}"],exportSbom:["GET /repos/{owner}/{repo}/dependency-graph/sbom"]},emojis:{get:["GET /emojis"]},gists:{checkIsStarred:["GET /gists/{gist_id}/star"],create:["POST /gists"],createComment:["POST /gists/{gist_id}/comments"],delete:["DELETE /gists/{gist_id}"],deleteComment:["DELETE /gists/{gist_id}/comments/{comment_id}"],fork:["POST /gists/{gist_id}/forks"],get:["GET /gists/{gist_id}"],getComment:["GET /gists/{gist_id}/comments/{comment_id}"],getRevision:["GET /gists/{gist_id}/{sha}"],list:["GET /gists"],listComments:["GET /gists/{gist_id}/comments"],listCommits:["GET /gists/{gist_id}/commits"],listForUser:["GET /users/{username}/gists"],listForks:["GET /gists/{gist_id}/forks"],listPublic:["GET /gists/public"],listStarred:["GET /gists/starred"],star:["PUT /gists/{gist_id}/star"],unstar:["DELETE /gists/{gist_id}/star"],update:["PATCH /gists/{gist_id}"],updateComment:["PATCH /gists/{gist_id}/comments/{comment_id}"]},git:{createBlob:["POST /repos/{owner}/{repo}/git/blobs"],createCommit:["POST /repos/{owner}/{repo}/git/commits"],createRef:["POST /repos/{owner}/{repo}/git/refs"],createTag:["POST /repos/{owner}/{repo}/git/tags"],createTree:["POST /repos/{owner}/{repo}/git/trees"],deleteRef:["DELETE /repos/{owner}/{repo}/git/refs/{ref}"],getBlob:["GET /repos/{owner}/{repo}/git/blobs/{file_sha}"],getCommit:["GET /repos/{owner}/{repo}/git/commits/{commit_sha}"],getRef:["GET /repos/{owner}/{repo}/git/ref/{ref}"],getTag:["GET /repos/{owner}/{repo}/git/tags/{tag_sha}"],getTree:["GET /repos/{owner}/{repo}/git/trees/{tree_sha}"],listMatchingRefs:["GET /repos/{owner}/{repo}/git/matching-refs/{ref}"],updateRef:["PATCH /repos/{owner}/{repo}/git/refs/{ref}"]},gitignore:{getAllTemplates:["GET /gitignore/templates"],getTemplate:["GET /gitignore/templates/{name}"]},interactions:{getRestrictionsForAuthenticatedUser:["GET /user/interaction-limits"],getRestrictionsForOrg:["GET /orgs/{org}/interaction-limits"],getRestrictionsForRepo:["GET /repos/{owner}/{repo}/interaction-limits"],getRestrictionsForYourPublicRepos:["GET /user/interaction-limits",{},{renamed:["interactions","getRestrictionsForAuthenticatedUser"]}],removeRestrictionsForAuthenticatedUser:["DELETE /user/interaction-limits"],removeRestrictionsForOrg:["DELETE /orgs/{org}/interaction-limits"],removeRestrictionsForRepo:["DELETE /repos/{owner}/{repo}/interaction-limits"],removeRestrictionsForYourPublicRepos:["DELETE /user/interaction-limits",{},{renamed:["interactions","removeRestrictionsForAuthenticatedUser"]}],setRestrictionsForAuthenticatedUser:["PUT /user/interaction-limits"],setRestrictionsForOrg:["PUT /orgs/{org}/interaction-limits"],setRestrictionsForRepo:["PUT /repos/{owner}/{repo}/interaction-limits"],setRestrictionsForYourPublicRepos:["PUT /user/interaction-limits",{},{renamed:["interactions","setRestrictionsForAuthenticatedUser"]}]},issues:{addAssignees:["POST /repos/{owner}/{repo}/issues/{issue_number}/assignees"],addLabels:["POST /repos/{owner}/{repo}/issues/{issue_number}/labels"],addSubIssue:["POST /repos/{owner}/{repo}/issues/{issue_number}/sub_issues"],checkUserCanBeAssigned:["GET /repos/{owner}/{repo}/assignees/{assignee}"],checkUserCanBeAssignedToIssue:["GET /repos/{owner}/{repo}/issues/{issue_number}/assignees/{assignee}"],create:["POST /repos/{owner}/{repo}/issues"],createComment:["POST /repos/{owner}/{repo}/issues/{issue_number}/comments"],createLabel:["POST /repos/{owner}/{repo}/labels"],createMilestone:["POST /repos/{owner}/{repo}/milestones"],deleteComment:["DELETE /repos/{owner}/{repo}/issues/comments/{comment_id}"],deleteLabel:["DELETE /repos/{owner}/{repo}/labels/{name}"],deleteMilestone:["DELETE /repos/{owner}/{repo}/milestones/{milestone_number}"],get:["GET /repos/{owner}/{repo}/issues/{issue_number}"],getComment:["GET /repos/{owner}/{repo}/issues/comments/{comment_id}"],getEvent:["GET /repos/{owner}/{repo}/issues/events/{event_id}"],getLabel:["GET /repos/{owner}/{repo}/labels/{name}"],getMilestone:["GET /repos/{owner}/{repo}/milestones/{milestone_number}"],list:["GET /issues"],listAssignees:["GET /repos/{owner}/{repo}/assignees"],listComments:["GET /repos/{owner}/{repo}/issues/{issue_number}/comments"],listCommentsForRepo:["GET /repos/{owner}/{repo}/issues/comments"],listEvents:["GET /repos/{owner}/{repo}/issues/{issue_number}/events"],listEventsForRepo:["GET /repos/{owner}/{repo}/issues/events"],listEventsForTimeline:["GET /repos/{owner}/{repo}/issues/{issue_number}/timeline"],listForAuthenticatedUser:["GET /user/issues"],listForOrg:["GET /orgs/{org}/issues"],listForRepo:["GET /repos/{owner}/{repo}/issues"],listLabelsForMilestone:["GET /repos/{owner}/{repo}/milestones/{milestone_number}/labels"],listLabelsForRepo:["GET /repos/{owner}/{repo}/labels"],listLabelsOnIssue:["GET /repos/{owner}/{repo}/issues/{issue_number}/labels"],listMilestones:["GET /repos/{owner}/{repo}/milestones"],listSubIssues:["GET /repos/{owner}/{repo}/issues/{issue_number}/sub_issues"],lock:["PUT /repos/{owner}/{repo}/issues/{issue_number}/lock"],removeAllLabels:["DELETE /repos/{owner}/{repo}/issues/{issue_number}/labels"],removeAssignees:["DELETE /repos/{owner}/{repo}/issues/{issue_number}/assignees"],removeLabel:["DELETE /repos/{owner}/{repo}/issues/{issue_number}/labels/{name}"],removeSubIssue:["DELETE /repos/{owner}/{repo}/issues/{issue_number}/sub_issue"],reprioritizeSubIssue:["PATCH /repos/{owner}/{repo}/issues/{issue_number}/sub_issues/priority"],setLabels:["PUT /repos/{owner}/{repo}/issues/{issue_number}/labels"],unlock:["DELETE /repos/{owner}/{repo}/issues/{issue_number}/lock"],update:["PATCH /repos/{owner}/{repo}/issues/{issue_number}"],updateComment:["PATCH /repos/{owner}/{repo}/issues/comments/{comment_id}"],updateLabel:["PATCH /repos/{owner}/{repo}/labels/{name}"],updateMilestone:["PATCH /repos/{owner}/{repo}/milestones/{milestone_number}"]},licenses:{get:["GET /licenses/{license}"],getAllCommonlyUsed:["GET /licenses"],getForRepo:["GET /repos/{owner}/{repo}/license"]},markdown:{render:["POST /markdown"],renderRaw:["POST /markdown/raw",{headers:{"content-type":"text/plain; charset=utf-8"}}]},meta:{get:["GET /meta"],getAllVersions:["GET /versions"],getOctocat:["GET /octocat"],getZen:["GET /zen"],root:["GET /"]},migrations:{deleteArchiveForAuthenticatedUser:["DELETE /user/migrations/{migration_id}/archive"],deleteArchiveForOrg:["DELETE /orgs/{org}/migrations/{migration_id}/archive"],downloadArchiveForOrg:["GET /orgs/{org}/migrations/{migration_id}/archive"],getArchiveForAuthenticatedUser:["GET /user/migrations/{migration_id}/archive"],getStatusForAuthenticatedUser:["GET /user/migrations/{migration_id}"],getStatusForOrg:["GET /orgs/{org}/migrations/{migration_id}"],listForAuthenticatedUser:["GET /user/migrations"],listForOrg:["GET /orgs/{org}/migrations"],listReposForAuthenticatedUser:["GET /user/migrations/{migration_id}/repositories"],listReposForOrg:["GET /orgs/{org}/migrations/{migration_id}/repositories"],listReposForUser:["GET /user/migrations/{migration_id}/repositories",{},{renamed:["migrations","listReposForAuthenticatedUser"]}],startForAuthenticatedUser:["POST /user/migrations"],startForOrg:["POST /orgs/{org}/migrations"],unlockRepoForAuthenticatedUser:["DELETE /user/migrations/{migration_id}/repos/{repo_name}/lock"],unlockRepoForOrg:["DELETE /orgs/{org}/migrations/{migration_id}/repos/{repo_name}/lock"]},oidc:{getOidcCustomSubTemplateForOrg:["GET /orgs/{org}/actions/oidc/customization/sub"],updateOidcCustomSubTemplateForOrg:["PUT /orgs/{org}/actions/oidc/customization/sub"]},orgs:{addSecurityManagerTeam:["PUT /orgs/{org}/security-managers/teams/{team_slug}",{},{deprecated:"octokit.rest.orgs.addSecurityManagerTeam() is deprecated, see https://docs.github.com/rest/orgs/security-managers#add-a-security-manager-team"}],assignTeamToOrgRole:["PUT /orgs/{org}/organization-roles/teams/{team_slug}/{role_id}"],assignUserToOrgRole:["PUT /orgs/{org}/organization-roles/users/{username}/{role_id}"],blockUser:["PUT /orgs/{org}/blocks/{username}"],cancelInvitation:["DELETE /orgs/{org}/invitations/{invitation_id}"],checkBlockedUser:["GET /orgs/{org}/blocks/{username}"],checkMembershipForUser:["GET /orgs/{org}/members/{username}"],checkPublicMembershipForUser:["GET /orgs/{org}/public_members/{username}"],convertMemberToOutsideCollaborator:["PUT /orgs/{org}/outside_collaborators/{username}"],createInvitation:["POST /orgs/{org}/invitations"],createOrUpdateCustomProperties:["PATCH /orgs/{org}/properties/schema"],createOrUpdateCustomPropertiesValuesForRepos:["PATCH /orgs/{org}/properties/values"],createOrUpdateCustomProperty:["PUT /orgs/{org}/properties/schema/{custom_property_name}"],createWebhook:["POST /orgs/{org}/hooks"],delete:["DELETE /orgs/{org}"],deleteWebhook:["DELETE /orgs/{org}/hooks/{hook_id}"],enableOrDisableSecurityProductOnAllOrgRepos:["POST /orgs/{org}/{security_product}/{enablement}",{},{deprecated:"octokit.rest.orgs.enableOrDisableSecurityProductOnAllOrgRepos() is deprecated, see https://docs.github.com/rest/orgs/orgs#enable-or-disable-a-security-feature-for-an-organization"}],get:["GET /orgs/{org}"],getAllCustomProperties:["GET /orgs/{org}/properties/schema"],getCustomProperty:["GET /orgs/{org}/properties/schema/{custom_property_name}"],getMembershipForAuthenticatedUser:["GET /user/memberships/orgs/{org}"],getMembershipForUser:["GET /orgs/{org}/memberships/{username}"],getOrgRole:["GET /orgs/{org}/organization-roles/{role_id}"],getWebhook:["GET /orgs/{org}/hooks/{hook_id}"],getWebhookConfigForOrg:["GET /orgs/{org}/hooks/{hook_id}/config"],getWebhookDelivery:["GET /orgs/{org}/hooks/{hook_id}/deliveries/{delivery_id}"],list:["GET /organizations"],listAppInstallations:["GET /orgs/{org}/installations"],listAttestations:["GET /orgs/{org}/attestations/{subject_digest}"],listBlockedUsers:["GET /orgs/{org}/blocks"],listCustomPropertiesValuesForRepos:["GET /orgs/{org}/properties/values"],listFailedInvitations:["GET /orgs/{org}/failed_invitations"],listForAuthenticatedUser:["GET /user/orgs"],listForUser:["GET /users/{username}/orgs"],listInvitationTeams:["GET /orgs/{org}/invitations/{invitation_id}/teams"],listMembers:["GET /orgs/{org}/members"],listMembershipsForAuthenticatedUser:["GET /user/memberships/orgs"],listOrgRoleTeams:["GET /orgs/{org}/organization-roles/{role_id}/teams"],listOrgRoleUsers:["GET /orgs/{org}/organization-roles/{role_id}/users"],listOrgRoles:["GET /orgs/{org}/organization-roles"],listOrganizationFineGrainedPermissions:["GET /orgs/{org}/organization-fine-grained-permissions"],listOutsideCollaborators:["GET /orgs/{org}/outside_collaborators"],listPatGrantRepositories:["GET /orgs/{org}/personal-access-tokens/{pat_id}/repositories"],listPatGrantRequestRepositories:["GET /orgs/{org}/personal-access-token-requests/{pat_request_id}/repositories"],listPatGrantRequests:["GET /orgs/{org}/personal-access-token-requests"],listPatGrants:["GET /orgs/{org}/personal-access-tokens"],listPendingInvitations:["GET /orgs/{org}/invitations"],listPublicMembers:["GET /orgs/{org}/public_members"],listSecurityManagerTeams:["GET /orgs/{org}/security-managers",{},{deprecated:"octokit.rest.orgs.listSecurityManagerTeams() is deprecated, see https://docs.github.com/rest/orgs/security-managers#list-security-manager-teams"}],listWebhookDeliveries:["GET /orgs/{org}/hooks/{hook_id}/deliveries"],listWebhooks:["GET /orgs/{org}/hooks"],pingWebhook:["POST /orgs/{org}/hooks/{hook_id}/pings"],redeliverWebhookDelivery:["POST /orgs/{org}/hooks/{hook_id}/deliveries/{delivery_id}/attempts"],removeCustomProperty:["DELETE /orgs/{org}/properties/schema/{custom_property_name}"],removeMember:["DELETE /orgs/{org}/members/{username}"],removeMembershipForUser:["DELETE /orgs/{org}/memberships/{username}"],removeOutsideCollaborator:["DELETE /orgs/{org}/outside_collaborators/{username}"],removePublicMembershipForAuthenticatedUser:["DELETE /orgs/{org}/public_members/{username}"],removeSecurityManagerTeam:["DELETE /orgs/{org}/security-managers/teams/{team_slug}",{},{deprecated:"octokit.rest.orgs.removeSecurityManagerTeam() is deprecated, see https://docs.github.com/rest/orgs/security-managers#remove-a-security-manager-team"}],reviewPatGrantRequest:["POST /orgs/{org}/personal-access-token-requests/{pat_request_id}"],reviewPatGrantRequestsInBulk:["POST /orgs/{org}/personal-access-token-requests"],revokeAllOrgRolesTeam:["DELETE /orgs/{org}/organization-roles/teams/{team_slug}"],revokeAllOrgRolesUser:["DELETE /orgs/{org}/organization-roles/users/{username}"],revokeOrgRoleTeam:["DELETE /orgs/{org}/organization-roles/teams/{team_slug}/{role_id}"],revokeOrgRoleUser:["DELETE /orgs/{org}/organization-roles/users/{username}/{role_id}"],setMembershipForUser:["PUT /orgs/{org}/memberships/{username}"],setPublicMembershipForAuthenticatedUser:["PUT /orgs/{org}/public_members/{username}"],unblockUser:["DELETE /orgs/{org}/blocks/{username}"],update:["PATCH /orgs/{org}"],updateMembershipForAuthenticatedUser:["PATCH /user/memberships/orgs/{org}"],updatePatAccess:["POST /orgs/{org}/personal-access-tokens/{pat_id}"],updatePatAccesses:["POST /orgs/{org}/personal-access-tokens"],updateWebhook:["PATCH /orgs/{org}/hooks/{hook_id}"],updateWebhookConfigForOrg:["PATCH /orgs/{org}/hooks/{hook_id}/config"]},packages:{deletePackageForAuthenticatedUser:["DELETE /user/packages/{package_type}/{package_name}"],deletePackageForOrg:["DELETE /orgs/{org}/packages/{package_type}/{package_name}"],deletePackageForUser:["DELETE /users/{username}/packages/{package_type}/{package_name}"],deletePackageVersionForAuthenticatedUser:["DELETE /user/packages/{package_type}/{package_name}/versions/{package_version_id}"],deletePackageVersionForOrg:["DELETE /orgs/{org}/packages/{package_type}/{package_name}/versions/{package_version_id}"],deletePackageVersionForUser:["DELETE /users/{username}/packages/{package_type}/{package_name}/versions/{package_version_id}"],getAllPackageVersionsForAPackageOwnedByAnOrg:["GET /orgs/{org}/packages/{package_type}/{package_name}/versions",{},{renamed:["packages","getAllPackageVersionsForPackageOwnedByOrg"]}],getAllPackageVersionsForAPackageOwnedByTheAuthenticatedUser:["GET /user/packages/{package_type}/{package_name}/versions",{},{renamed:["packages","getAllPackageVersionsForPackageOwnedByAuthenticatedUser"]}],getAllPackageVersionsForPackageOwnedByAuthenticatedUser:["GET /user/packages/{package_type}/{package_name}/versions"],getAllPackageVersionsForPackageOwnedByOrg:["GET /orgs/{org}/packages/{package_type}/{package_name}/versions"],getAllPackageVersionsForPackageOwnedByUser:["GET /users/{username}/packages/{package_type}/{package_name}/versions"],getPackageForAuthenticatedUser:["GET /user/packages/{package_type}/{package_name}"],getPackageForOrganization:["GET /orgs/{org}/packages/{package_type}/{package_name}"],getPackageForUser:["GET /users/{username}/packages/{package_type}/{package_name}"],getPackageVersionForAuthenticatedUser:["GET /user/packages/{package_type}/{package_name}/versions/{package_version_id}"],getPackageVersionForOrganization:["GET /orgs/{org}/packages/{package_type}/{package_name}/versions/{package_version_id}"],getPackageVersionForUser:["GET /users/{username}/packages/{package_type}/{package_name}/versions/{package_version_id}"],listDockerMigrationConflictingPackagesForAuthenticatedUser:["GET /user/docker/conflicts"],listDockerMigrationConflictingPackagesForOrganization:["GET /orgs/{org}/docker/conflicts"],listDockerMigrationConflictingPackagesForUser:["GET /users/{username}/docker/conflicts"],listPackagesForAuthenticatedUser:["GET /user/packages"],listPackagesForOrganization:["GET /orgs/{org}/packages"],listPackagesForUser:["GET /users/{username}/packages"],restorePackageForAuthenticatedUser:["POST /user/packages/{package_type}/{package_name}/restore{?token}"],restorePackageForOrg:["POST /orgs/{org}/packages/{package_type}/{package_name}/restore{?token}"],restorePackageForUser:["POST /users/{username}/packages/{package_type}/{package_name}/restore{?token}"],restorePackageVersionForAuthenticatedUser:["POST /user/packages/{package_type}/{package_name}/versions/{package_version_id}/restore"],restorePackageVersionForOrg:["POST /orgs/{org}/packages/{package_type}/{package_name}/versions/{package_version_id}/restore"],restorePackageVersionForUser:["POST /users/{username}/packages/{package_type}/{package_name}/versions/{package_version_id}/restore"]},privateRegistries:{createOrgPrivateRegistry:["POST /orgs/{org}/private-registries"],deleteOrgPrivateRegistry:["DELETE /orgs/{org}/private-registries/{secret_name}"],getOrgPrivateRegistry:["GET /orgs/{org}/private-registries/{secret_name}"],getOrgPublicKey:["GET /orgs/{org}/private-registries/public-key"],listOrgPrivateRegistries:["GET /orgs/{org}/private-registries"],updateOrgPrivateRegistry:["PATCH /orgs/{org}/private-registries/{secret_name}"]},projects:{addCollaborator:["PUT /projects/{project_id}/collaborators/{username}"],createCard:["POST /projects/columns/{column_id}/cards"],createColumn:["POST /projects/{project_id}/columns"],createForAuthenticatedUser:["POST /user/projects"],createForOrg:["POST /orgs/{org}/projects"],createForRepo:["POST /repos/{owner}/{repo}/projects"],delete:["DELETE /projects/{project_id}"],deleteCard:["DELETE /projects/columns/cards/{card_id}"],deleteColumn:["DELETE /projects/columns/{column_id}"],get:["GET /projects/{project_id}"],getCard:["GET /projects/columns/cards/{card_id}"],getColumn:["GET /projects/columns/{column_id}"],getPermissionForUser:["GET /projects/{project_id}/collaborators/{username}/permission"],listCards:["GET /projects/columns/{column_id}/cards"],listCollaborators:["GET /projects/{project_id}/collaborators"],listColumns:["GET /projects/{project_id}/columns"],listForOrg:["GET /orgs/{org}/projects"],listForRepo:["GET /repos/{owner}/{repo}/projects"],listForUser:["GET /users/{username}/projects"],moveCard:["POST /projects/columns/cards/{card_id}/moves"],moveColumn:["POST /projects/columns/{column_id}/moves"],removeCollaborator:["DELETE /projects/{project_id}/collaborators/{username}"],update:["PATCH /projects/{project_id}"],updateCard:["PATCH /projects/columns/cards/{card_id}"],updateColumn:["PATCH /projects/columns/{column_id}"]},pulls:{checkIfMerged:["GET /repos/{owner}/{repo}/pulls/{pull_number}/merge"],create:["POST /repos/{owner}/{repo}/pulls"],createReplyForReviewComment:["POST /repos/{owner}/{repo}/pulls/{pull_number}/comments/{comment_id}/replies"],createReview:["POST /repos/{owner}/{repo}/pulls/{pull_number}/reviews"],createReviewComment:["POST /repos/{owner}/{repo}/pulls/{pull_number}/comments"],deletePendingReview:["DELETE /repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}"],deleteReviewComment:["DELETE /repos/{owner}/{repo}/pulls/comments/{comment_id}"],dismissReview:["PUT /repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}/dismissals"],get:["GET /repos/{owner}/{repo}/pulls/{pull_number}"],getReview:["GET /repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}"],getReviewComment:["GET /repos/{owner}/{repo}/pulls/comments/{comment_id}"],list:["GET /repos/{owner}/{repo}/pulls"],listCommentsForReview:["GET /repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}/comments"],listCommits:["GET /repos/{owner}/{repo}/pulls/{pull_number}/commits"],listFiles:["GET /repos/{owner}/{repo}/pulls/{pull_number}/files"],listRequestedReviewers:["GET /repos/{owner}/{repo}/pulls/{pull_number}/requested_reviewers"],listReviewComments:["GET /repos/{owner}/{repo}/pulls/{pull_number}/comments"],listReviewCommentsForRepo:["GET /repos/{owner}/{repo}/pulls/comments"],listReviews:["GET /repos/{owner}/{repo}/pulls/{pull_number}/reviews"],merge:["PUT /repos/{owner}/{repo}/pulls/{pull_number}/merge"],removeRequestedReviewers:["DELETE /repos/{owner}/{repo}/pulls/{pull_number}/requested_reviewers"],requestReviewers:["POST /repos/{owner}/{repo}/pulls/{pull_number}/requested_reviewers"],submitReview:["POST /repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}/events"],update:["PATCH /repos/{owner}/{repo}/pulls/{pull_number}"],updateBranch:["PUT /repos/{owner}/{repo}/pulls/{pull_number}/update-branch"],updateReview:["PUT /repos/{owner}/{repo}/pulls/{pull_number}/reviews/{review_id}"],updateReviewComment:["PATCH /repos/{owner}/{repo}/pulls/comments/{comment_id}"]},rateLimit:{get:["GET /rate_limit"]},reactions:{createForCommitComment:["POST /repos/{owner}/{repo}/comments/{comment_id}/reactions"],createForIssue:["POST /repos/{owner}/{repo}/issues/{issue_number}/reactions"],createForIssueComment:["POST /repos/{owner}/{repo}/issues/comments/{comment_id}/reactions"],createForPullRequestReviewComment:["POST /repos/{owner}/{repo}/pulls/comments/{comment_id}/reactions"],createForRelease:["POST /repos/{owner}/{repo}/releases/{release_id}/reactions"],createForTeamDiscussionCommentInOrg:["POST /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}/reactions"],createForTeamDiscussionInOrg:["POST /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/reactions"],deleteForCommitComment:["DELETE /repos/{owner}/{repo}/comments/{comment_id}/reactions/{reaction_id}"],deleteForIssue:["DELETE /repos/{owner}/{repo}/issues/{issue_number}/reactions/{reaction_id}"],deleteForIssueComment:["DELETE /repos/{owner}/{repo}/issues/comments/{comment_id}/reactions/{reaction_id}"],deleteForPullRequestComment:["DELETE /repos/{owner}/{repo}/pulls/comments/{comment_id}/reactions/{reaction_id}"],deleteForRelease:["DELETE /repos/{owner}/{repo}/releases/{release_id}/reactions/{reaction_id}"],deleteForTeamDiscussion:["DELETE /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/reactions/{reaction_id}"],deleteForTeamDiscussionComment:["DELETE /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}/reactions/{reaction_id}"],listForCommitComment:["GET /repos/{owner}/{repo}/comments/{comment_id}/reactions"],listForIssue:["GET /repos/{owner}/{repo}/issues/{issue_number}/reactions"],listForIssueComment:["GET /repos/{owner}/{repo}/issues/comments/{comment_id}/reactions"],listForPullRequestReviewComment:["GET /repos/{owner}/{repo}/pulls/comments/{comment_id}/reactions"],listForRelease:["GET /repos/{owner}/{repo}/releases/{release_id}/reactions"],listForTeamDiscussionCommentInOrg:["GET /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}/reactions"],listForTeamDiscussionInOrg:["GET /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/reactions"]},repos:{acceptInvitation:["PATCH /user/repository_invitations/{invitation_id}",{},{renamed:["repos","acceptInvitationForAuthenticatedUser"]}],acceptInvitationForAuthenticatedUser:["PATCH /user/repository_invitations/{invitation_id}"],addAppAccessRestrictions:["POST /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/apps",{},{mapToData:"apps"}],addCollaborator:["PUT /repos/{owner}/{repo}/collaborators/{username}"],addStatusCheckContexts:["POST /repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks/contexts",{},{mapToData:"contexts"}],addTeamAccessRestrictions:["POST /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/teams",{},{mapToData:"teams"}],addUserAccessRestrictions:["POST /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/users",{},{mapToData:"users"}],cancelPagesDeployment:["POST /repos/{owner}/{repo}/pages/deployments/{pages_deployment_id}/cancel"],checkAutomatedSecurityFixes:["GET /repos/{owner}/{repo}/automated-security-fixes"],checkCollaborator:["GET /repos/{owner}/{repo}/collaborators/{username}"],checkPrivateVulnerabilityReporting:["GET /repos/{owner}/{repo}/private-vulnerability-reporting"],checkVulnerabilityAlerts:["GET /repos/{owner}/{repo}/vulnerability-alerts"],codeownersErrors:["GET /repos/{owner}/{repo}/codeowners/errors"],compareCommits:["GET /repos/{owner}/{repo}/compare/{base}...{head}"],compareCommitsWithBasehead:["GET /repos/{owner}/{repo}/compare/{basehead}"],createAttestation:["POST /repos/{owner}/{repo}/attestations"],createAutolink:["POST /repos/{owner}/{repo}/autolinks"],createCommitComment:["POST /repos/{owner}/{repo}/commits/{commit_sha}/comments"],createCommitSignatureProtection:["POST /repos/{owner}/{repo}/branches/{branch}/protection/required_signatures"],createCommitStatus:["POST /repos/{owner}/{repo}/statuses/{sha}"],createDeployKey:["POST /repos/{owner}/{repo}/keys"],createDeployment:["POST /repos/{owner}/{repo}/deployments"],createDeploymentBranchPolicy:["POST /repos/{owner}/{repo}/environments/{environment_name}/deployment-branch-policies"],createDeploymentProtectionRule:["POST /repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules"],createDeploymentStatus:["POST /repos/{owner}/{repo}/deployments/{deployment_id}/statuses"],createDispatchEvent:["POST /repos/{owner}/{repo}/dispatches"],createForAuthenticatedUser:["POST /user/repos"],createFork:["POST /repos/{owner}/{repo}/forks"],createInOrg:["POST /orgs/{org}/repos"],createOrUpdateCustomPropertiesValues:["PATCH /repos/{owner}/{repo}/properties/values"],createOrUpdateEnvironment:["PUT /repos/{owner}/{repo}/environments/{environment_name}"],createOrUpdateFileContents:["PUT /repos/{owner}/{repo}/contents/{path}"],createOrgRuleset:["POST /orgs/{org}/rulesets"],createPagesDeployment:["POST /repos/{owner}/{repo}/pages/deployments"],createPagesSite:["POST /repos/{owner}/{repo}/pages"],createRelease:["POST /repos/{owner}/{repo}/releases"],createRepoRuleset:["POST /repos/{owner}/{repo}/rulesets"],createUsingTemplate:["POST /repos/{template_owner}/{template_repo}/generate"],createWebhook:["POST /repos/{owner}/{repo}/hooks"],declineInvitation:["DELETE /user/repository_invitations/{invitation_id}",{},{renamed:["repos","declineInvitationForAuthenticatedUser"]}],declineInvitationForAuthenticatedUser:["DELETE /user/repository_invitations/{invitation_id}"],delete:["DELETE /repos/{owner}/{repo}"],deleteAccessRestrictions:["DELETE /repos/{owner}/{repo}/branches/{branch}/protection/restrictions"],deleteAdminBranchProtection:["DELETE /repos/{owner}/{repo}/branches/{branch}/protection/enforce_admins"],deleteAnEnvironment:["DELETE /repos/{owner}/{repo}/environments/{environment_name}"],deleteAutolink:["DELETE /repos/{owner}/{repo}/autolinks/{autolink_id}"],deleteBranchProtection:["DELETE /repos/{owner}/{repo}/branches/{branch}/protection"],deleteCommitComment:["DELETE /repos/{owner}/{repo}/comments/{comment_id}"],deleteCommitSignatureProtection:["DELETE /repos/{owner}/{repo}/branches/{branch}/protection/required_signatures"],deleteDeployKey:["DELETE /repos/{owner}/{repo}/keys/{key_id}"],deleteDeployment:["DELETE /repos/{owner}/{repo}/deployments/{deployment_id}"],deleteDeploymentBranchPolicy:["DELETE /repos/{owner}/{repo}/environments/{environment_name}/deployment-branch-policies/{branch_policy_id}"],deleteFile:["DELETE /repos/{owner}/{repo}/contents/{path}"],deleteInvitation:["DELETE /repos/{owner}/{repo}/invitations/{invitation_id}"],deleteOrgRuleset:["DELETE /orgs/{org}/rulesets/{ruleset_id}"],deletePagesSite:["DELETE /repos/{owner}/{repo}/pages"],deletePullRequestReviewProtection:["DELETE /repos/{owner}/{repo}/branches/{branch}/protection/required_pull_request_reviews"],deleteRelease:["DELETE /repos/{owner}/{repo}/releases/{release_id}"],deleteReleaseAsset:["DELETE /repos/{owner}/{repo}/releases/assets/{asset_id}"],deleteRepoRuleset:["DELETE /repos/{owner}/{repo}/rulesets/{ruleset_id}"],deleteWebhook:["DELETE /repos/{owner}/{repo}/hooks/{hook_id}"],disableAutomatedSecurityFixes:["DELETE /repos/{owner}/{repo}/automated-security-fixes"],disableDeploymentProtectionRule:["DELETE /repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules/{protection_rule_id}"],disablePrivateVulnerabilityReporting:["DELETE /repos/{owner}/{repo}/private-vulnerability-reporting"],disableVulnerabilityAlerts:["DELETE /repos/{owner}/{repo}/vulnerability-alerts"],downloadArchive:["GET /repos/{owner}/{repo}/zipball/{ref}",{},{renamed:["repos","downloadZipballArchive"]}],downloadTarballArchive:["GET /repos/{owner}/{repo}/tarball/{ref}"],downloadZipballArchive:["GET /repos/{owner}/{repo}/zipball/{ref}"],enableAutomatedSecurityFixes:["PUT /repos/{owner}/{repo}/automated-security-fixes"],enablePrivateVulnerabilityReporting:["PUT /repos/{owner}/{repo}/private-vulnerability-reporting"],enableVulnerabilityAlerts:["PUT /repos/{owner}/{repo}/vulnerability-alerts"],generateReleaseNotes:["POST /repos/{owner}/{repo}/releases/generate-notes"],get:["GET /repos/{owner}/{repo}"],getAccessRestrictions:["GET /repos/{owner}/{repo}/branches/{branch}/protection/restrictions"],getAdminBranchProtection:["GET /repos/{owner}/{repo}/branches/{branch}/protection/enforce_admins"],getAllDeploymentProtectionRules:["GET /repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules"],getAllEnvironments:["GET /repos/{owner}/{repo}/environments"],getAllStatusCheckContexts:["GET /repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks/contexts"],getAllTopics:["GET /repos/{owner}/{repo}/topics"],getAppsWithAccessToProtectedBranch:["GET /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/apps"],getAutolink:["GET /repos/{owner}/{repo}/autolinks/{autolink_id}"],getBranch:["GET /repos/{owner}/{repo}/branches/{branch}"],getBranchProtection:["GET /repos/{owner}/{repo}/branches/{branch}/protection"],getBranchRules:["GET /repos/{owner}/{repo}/rules/branches/{branch}"],getClones:["GET /repos/{owner}/{repo}/traffic/clones"],getCodeFrequencyStats:["GET /repos/{owner}/{repo}/stats/code_frequency"],getCollaboratorPermissionLevel:["GET /repos/{owner}/{repo}/collaborators/{username}/permission"],getCombinedStatusForRef:["GET /repos/{owner}/{repo}/commits/{ref}/status"],getCommit:["GET /repos/{owner}/{repo}/commits/{ref}"],getCommitActivityStats:["GET /repos/{owner}/{repo}/stats/commit_activity"],getCommitComment:["GET /repos/{owner}/{repo}/comments/{comment_id}"],getCommitSignatureProtection:["GET /repos/{owner}/{repo}/branches/{branch}/protection/required_signatures"],getCommunityProfileMetrics:["GET /repos/{owner}/{repo}/community/profile"],getContent:["GET /repos/{owner}/{repo}/contents/{path}"],getContributorsStats:["GET /repos/{owner}/{repo}/stats/contributors"],getCustomDeploymentProtectionRule:["GET /repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules/{protection_rule_id}"],getCustomPropertiesValues:["GET /repos/{owner}/{repo}/properties/values"],getDeployKey:["GET /repos/{owner}/{repo}/keys/{key_id}"],getDeployment:["GET /repos/{owner}/{repo}/deployments/{deployment_id}"],getDeploymentBranchPolicy:["GET /repos/{owner}/{repo}/environments/{environment_name}/deployment-branch-policies/{branch_policy_id}"],getDeploymentStatus:["GET /repos/{owner}/{repo}/deployments/{deployment_id}/statuses/{status_id}"],getEnvironment:["GET /repos/{owner}/{repo}/environments/{environment_name}"],getLatestPagesBuild:["GET /repos/{owner}/{repo}/pages/builds/latest"],getLatestRelease:["GET /repos/{owner}/{repo}/releases/latest"],getOrgRuleSuite:["GET /orgs/{org}/rulesets/rule-suites/{rule_suite_id}"],getOrgRuleSuites:["GET /orgs/{org}/rulesets/rule-suites"],getOrgRuleset:["GET /orgs/{org}/rulesets/{ruleset_id}"],getOrgRulesets:["GET /orgs/{org}/rulesets"],getPages:["GET /repos/{owner}/{repo}/pages"],getPagesBuild:["GET /repos/{owner}/{repo}/pages/builds/{build_id}"],getPagesDeployment:["GET /repos/{owner}/{repo}/pages/deployments/{pages_deployment_id}"],getPagesHealthCheck:["GET /repos/{owner}/{repo}/pages/health"],getParticipationStats:["GET /repos/{owner}/{repo}/stats/participation"],getPullRequestReviewProtection:["GET /repos/{owner}/{repo}/branches/{branch}/protection/required_pull_request_reviews"],getPunchCardStats:["GET /repos/{owner}/{repo}/stats/punch_card"],getReadme:["GET /repos/{owner}/{repo}/readme"],getReadmeInDirectory:["GET /repos/{owner}/{repo}/readme/{dir}"],getRelease:["GET /repos/{owner}/{repo}/releases/{release_id}"],getReleaseAsset:["GET /repos/{owner}/{repo}/releases/assets/{asset_id}"],getReleaseByTag:["GET /repos/{owner}/{repo}/releases/tags/{tag}"],getRepoRuleSuite:["GET /repos/{owner}/{repo}/rulesets/rule-suites/{rule_suite_id}"],getRepoRuleSuites:["GET /repos/{owner}/{repo}/rulesets/rule-suites"],getRepoRuleset:["GET /repos/{owner}/{repo}/rulesets/{ruleset_id}"],getRepoRulesets:["GET /repos/{owner}/{repo}/rulesets"],getStatusChecksProtection:["GET /repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks"],getTeamsWithAccessToProtectedBranch:["GET /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/teams"],getTopPaths:["GET /repos/{owner}/{repo}/traffic/popular/paths"],getTopReferrers:["GET /repos/{owner}/{repo}/traffic/popular/referrers"],getUsersWithAccessToProtectedBranch:["GET /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/users"],getViews:["GET /repos/{owner}/{repo}/traffic/views"],getWebhook:["GET /repos/{owner}/{repo}/hooks/{hook_id}"],getWebhookConfigForRepo:["GET /repos/{owner}/{repo}/hooks/{hook_id}/config"],getWebhookDelivery:["GET /repos/{owner}/{repo}/hooks/{hook_id}/deliveries/{delivery_id}"],listActivities:["GET /repos/{owner}/{repo}/activity"],listAttestations:["GET /repos/{owner}/{repo}/attestations/{subject_digest}"],listAutolinks:["GET /repos/{owner}/{repo}/autolinks"],listBranches:["GET /repos/{owner}/{repo}/branches"],listBranchesForHeadCommit:["GET /repos/{owner}/{repo}/commits/{commit_sha}/branches-where-head"],listCollaborators:["GET /repos/{owner}/{repo}/collaborators"],listCommentsForCommit:["GET /repos/{owner}/{repo}/commits/{commit_sha}/comments"],listCommitCommentsForRepo:["GET /repos/{owner}/{repo}/comments"],listCommitStatusesForRef:["GET /repos/{owner}/{repo}/commits/{ref}/statuses"],listCommits:["GET /repos/{owner}/{repo}/commits"],listContributors:["GET /repos/{owner}/{repo}/contributors"],listCustomDeploymentRuleIntegrations:["GET /repos/{owner}/{repo}/environments/{environment_name}/deployment_protection_rules/apps"],listDeployKeys:["GET /repos/{owner}/{repo}/keys"],listDeploymentBranchPolicies:["GET /repos/{owner}/{repo}/environments/{environment_name}/deployment-branch-policies"],listDeploymentStatuses:["GET /repos/{owner}/{repo}/deployments/{deployment_id}/statuses"],listDeployments:["GET /repos/{owner}/{repo}/deployments"],listForAuthenticatedUser:["GET /user/repos"],listForOrg:["GET /orgs/{org}/repos"],listForUser:["GET /users/{username}/repos"],listForks:["GET /repos/{owner}/{repo}/forks"],listInvitations:["GET /repos/{owner}/{repo}/invitations"],listInvitationsForAuthenticatedUser:["GET /user/repository_invitations"],listLanguages:["GET /repos/{owner}/{repo}/languages"],listPagesBuilds:["GET /repos/{owner}/{repo}/pages/builds"],listPublic:["GET /repositories"],listPullRequestsAssociatedWithCommit:["GET /repos/{owner}/{repo}/commits/{commit_sha}/pulls"],listReleaseAssets:["GET /repos/{owner}/{repo}/releases/{release_id}/assets"],listReleases:["GET /repos/{owner}/{repo}/releases"],listTags:["GET /repos/{owner}/{repo}/tags"],listTeams:["GET /repos/{owner}/{repo}/teams"],listWebhookDeliveries:["GET /repos/{owner}/{repo}/hooks/{hook_id}/deliveries"],listWebhooks:["GET /repos/{owner}/{repo}/hooks"],merge:["POST /repos/{owner}/{repo}/merges"],mergeUpstream:["POST /repos/{owner}/{repo}/merge-upstream"],pingWebhook:["POST /repos/{owner}/{repo}/hooks/{hook_id}/pings"],redeliverWebhookDelivery:["POST /repos/{owner}/{repo}/hooks/{hook_id}/deliveries/{delivery_id}/attempts"],removeAppAccessRestrictions:["DELETE /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/apps",{},{mapToData:"apps"}],removeCollaborator:["DELETE /repos/{owner}/{repo}/collaborators/{username}"],removeStatusCheckContexts:["DELETE /repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks/contexts",{},{mapToData:"contexts"}],removeStatusCheckProtection:["DELETE /repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks"],removeTeamAccessRestrictions:["DELETE /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/teams",{},{mapToData:"teams"}],removeUserAccessRestrictions:["DELETE /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/users",{},{mapToData:"users"}],renameBranch:["POST /repos/{owner}/{repo}/branches/{branch}/rename"],replaceAllTopics:["PUT /repos/{owner}/{repo}/topics"],requestPagesBuild:["POST /repos/{owner}/{repo}/pages/builds"],setAdminBranchProtection:["POST /repos/{owner}/{repo}/branches/{branch}/protection/enforce_admins"],setAppAccessRestrictions:["PUT /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/apps",{},{mapToData:"apps"}],setStatusCheckContexts:["PUT /repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks/contexts",{},{mapToData:"contexts"}],setTeamAccessRestrictions:["PUT /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/teams",{},{mapToData:"teams"}],setUserAccessRestrictions:["PUT /repos/{owner}/{repo}/branches/{branch}/protection/restrictions/users",{},{mapToData:"users"}],testPushWebhook:["POST /repos/{owner}/{repo}/hooks/{hook_id}/tests"],transfer:["POST /repos/{owner}/{repo}/transfer"],update:["PATCH /repos/{owner}/{repo}"],updateBranchProtection:["PUT /repos/{owner}/{repo}/branches/{branch}/protection"],updateCommitComment:["PATCH /repos/{owner}/{repo}/comments/{comment_id}"],updateDeploymentBranchPolicy:["PUT /repos/{owner}/{repo}/environments/{environment_name}/deployment-branch-policies/{branch_policy_id}"],updateInformationAboutPagesSite:["PUT /repos/{owner}/{repo}/pages"],updateInvitation:["PATCH /repos/{owner}/{repo}/invitations/{invitation_id}"],updateOrgRuleset:["PUT /orgs/{org}/rulesets/{ruleset_id}"],updatePullRequestReviewProtection:["PATCH /repos/{owner}/{repo}/branches/{branch}/protection/required_pull_request_reviews"],updateRelease:["PATCH /repos/{owner}/{repo}/releases/{release_id}"],updateReleaseAsset:["PATCH /repos/{owner}/{repo}/releases/assets/{asset_id}"],updateRepoRuleset:["PUT /repos/{owner}/{repo}/rulesets/{ruleset_id}"],updateStatusCheckPotection:["PATCH /repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks",{},{renamed:["repos","updateStatusCheckProtection"]}],updateStatusCheckProtection:["PATCH /repos/{owner}/{repo}/branches/{branch}/protection/required_status_checks"],updateWebhook:["PATCH /repos/{owner}/{repo}/hooks/{hook_id}"],updateWebhookConfigForRepo:["PATCH /repos/{owner}/{repo}/hooks/{hook_id}/config"],uploadReleaseAsset:["POST /repos/{owner}/{repo}/releases/{release_id}/assets{?name,label}",{baseUrl:"https://uploads.github.com"}]},search:{code:["GET /search/code"],commits:["GET /search/commits"],issuesAndPullRequests:["GET /search/issues"],labels:["GET /search/labels"],repos:["GET /search/repositories"],topics:["GET /search/topics"],users:["GET /search/users"]},secretScanning:{createPushProtectionBypass:["POST /repos/{owner}/{repo}/secret-scanning/push-protection-bypasses"],getAlert:["GET /repos/{owner}/{repo}/secret-scanning/alerts/{alert_number}"],getScanHistory:["GET /repos/{owner}/{repo}/secret-scanning/scan-history"],listAlertsForEnterprise:["GET /enterprises/{enterprise}/secret-scanning/alerts"],listAlertsForOrg:["GET /orgs/{org}/secret-scanning/alerts"],listAlertsForRepo:["GET /repos/{owner}/{repo}/secret-scanning/alerts"],listLocationsForAlert:["GET /repos/{owner}/{repo}/secret-scanning/alerts/{alert_number}/locations"],updateAlert:["PATCH /repos/{owner}/{repo}/secret-scanning/alerts/{alert_number}"]},securityAdvisories:{createFork:["POST /repos/{owner}/{repo}/security-advisories/{ghsa_id}/forks"],createPrivateVulnerabilityReport:["POST /repos/{owner}/{repo}/security-advisories/reports"],createRepositoryAdvisory:["POST /repos/{owner}/{repo}/security-advisories"],createRepositoryAdvisoryCveRequest:["POST /repos/{owner}/{repo}/security-advisories/{ghsa_id}/cve"],getGlobalAdvisory:["GET /advisories/{ghsa_id}"],getRepositoryAdvisory:["GET /repos/{owner}/{repo}/security-advisories/{ghsa_id}"],listGlobalAdvisories:["GET /advisories"],listOrgRepositoryAdvisories:["GET /orgs/{org}/security-advisories"],listRepositoryAdvisories:["GET /repos/{owner}/{repo}/security-advisories"],updateRepositoryAdvisory:["PATCH /repos/{owner}/{repo}/security-advisories/{ghsa_id}"]},teams:{addOrUpdateMembershipForUserInOrg:["PUT /orgs/{org}/teams/{team_slug}/memberships/{username}"],addOrUpdateProjectPermissionsInOrg:["PUT /orgs/{org}/teams/{team_slug}/projects/{project_id}"],addOrUpdateRepoPermissionsInOrg:["PUT /orgs/{org}/teams/{team_slug}/repos/{owner}/{repo}"],checkPermissionsForProjectInOrg:["GET /orgs/{org}/teams/{team_slug}/projects/{project_id}"],checkPermissionsForRepoInOrg:["GET /orgs/{org}/teams/{team_slug}/repos/{owner}/{repo}"],create:["POST /orgs/{org}/teams"],createDiscussionCommentInOrg:["POST /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments"],createDiscussionInOrg:["POST /orgs/{org}/teams/{team_slug}/discussions"],deleteDiscussionCommentInOrg:["DELETE /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}"],deleteDiscussionInOrg:["DELETE /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}"],deleteInOrg:["DELETE /orgs/{org}/teams/{team_slug}"],getByName:["GET /orgs/{org}/teams/{team_slug}"],getDiscussionCommentInOrg:["GET /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}"],getDiscussionInOrg:["GET /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}"],getMembershipForUserInOrg:["GET /orgs/{org}/teams/{team_slug}/memberships/{username}"],list:["GET /orgs/{org}/teams"],listChildInOrg:["GET /orgs/{org}/teams/{team_slug}/teams"],listDiscussionCommentsInOrg:["GET /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments"],listDiscussionsInOrg:["GET /orgs/{org}/teams/{team_slug}/discussions"],listForAuthenticatedUser:["GET /user/teams"],listMembersInOrg:["GET /orgs/{org}/teams/{team_slug}/members"],listPendingInvitationsInOrg:["GET /orgs/{org}/teams/{team_slug}/invitations"],listProjectsInOrg:["GET /orgs/{org}/teams/{team_slug}/projects"],listReposInOrg:["GET /orgs/{org}/teams/{team_slug}/repos"],removeMembershipForUserInOrg:["DELETE /orgs/{org}/teams/{team_slug}/memberships/{username}"],removeProjectInOrg:["DELETE /orgs/{org}/teams/{team_slug}/projects/{project_id}"],removeRepoInOrg:["DELETE /orgs/{org}/teams/{team_slug}/repos/{owner}/{repo}"],updateDiscussionCommentInOrg:["PATCH /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}/comments/{comment_number}"],updateDiscussionInOrg:["PATCH /orgs/{org}/teams/{team_slug}/discussions/{discussion_number}"],updateInOrg:["PATCH /orgs/{org}/teams/{team_slug}"]},users:{addEmailForAuthenticated:["POST /user/emails",{},{renamed:["users","addEmailForAuthenticatedUser"]}],addEmailForAuthenticatedUser:["POST /user/emails"],addSocialAccountForAuthenticatedUser:["POST /user/social_accounts"],block:["PUT /user/blocks/{username}"],checkBlocked:["GET /user/blocks/{username}"],checkFollowingForUser:["GET /users/{username}/following/{target_user}"],checkPersonIsFollowedByAuthenticated:["GET /user/following/{username}"],createGpgKeyForAuthenticated:["POST /user/gpg_keys",{},{renamed:["users","createGpgKeyForAuthenticatedUser"]}],createGpgKeyForAuthenticatedUser:["POST /user/gpg_keys"],createPublicSshKeyForAuthenticated:["POST /user/keys",{},{renamed:["users","createPublicSshKeyForAuthenticatedUser"]}],createPublicSshKeyForAuthenticatedUser:["POST /user/keys"],createSshSigningKeyForAuthenticatedUser:["POST /user/ssh_signing_keys"],deleteEmailForAuthenticated:["DELETE /user/emails",{},{renamed:["users","deleteEmailForAuthenticatedUser"]}],deleteEmailForAuthenticatedUser:["DELETE /user/emails"],deleteGpgKeyForAuthenticated:["DELETE /user/gpg_keys/{gpg_key_id}",{},{renamed:["users","deleteGpgKeyForAuthenticatedUser"]}],deleteGpgKeyForAuthenticatedUser:["DELETE /user/gpg_keys/{gpg_key_id}"],deletePublicSshKeyForAuthenticated:["DELETE /user/keys/{key_id}",{},{renamed:["users","deletePublicSshKeyForAuthenticatedUser"]}],deletePublicSshKeyForAuthenticatedUser:["DELETE /user/keys/{key_id}"],deleteSocialAccountForAuthenticatedUser:["DELETE /user/social_accounts"],deleteSshSigningKeyForAuthenticatedUser:["DELETE /user/ssh_signing_keys/{ssh_signing_key_id}"],follow:["PUT /user/following/{username}"],getAuthenticated:["GET /user"],getById:["GET /user/{account_id}"],getByUsername:["GET /users/{username}"],getContextForUser:["GET /users/{username}/hovercard"],getGpgKeyForAuthenticated:["GET /user/gpg_keys/{gpg_key_id}",{},{renamed:["users","getGpgKeyForAuthenticatedUser"]}],getGpgKeyForAuthenticatedUser:["GET /user/gpg_keys/{gpg_key_id}"],getPublicSshKeyForAuthenticated:["GET /user/keys/{key_id}",{},{renamed:["users","getPublicSshKeyForAuthenticatedUser"]}],getPublicSshKeyForAuthenticatedUser:["GET /user/keys/{key_id}"],getSshSigningKeyForAuthenticatedUser:["GET /user/ssh_signing_keys/{ssh_signing_key_id}"],list:["GET /users"],listAttestations:["GET /users/{username}/attestations/{subject_digest}"],listBlockedByAuthenticated:["GET /user/blocks",{},{renamed:["users","listBlockedByAuthenticatedUser"]}],listBlockedByAuthenticatedUser:["GET /user/blocks"],listEmailsForAuthenticated:["GET /user/emails",{},{renamed:["users","listEmailsForAuthenticatedUser"]}],listEmailsForAuthenticatedUser:["GET /user/emails"],listFollowedByAuthenticated:["GET /user/following",{},{renamed:["users","listFollowedByAuthenticatedUser"]}],listFollowedByAuthenticatedUser:["GET /user/following"],listFollowersForAuthenticatedUser:["GET /user/followers"],listFollowersForUser:["GET /users/{username}/followers"],listFollowingForUser:["GET /users/{username}/following"],listGpgKeysForAuthenticated:["GET /user/gpg_keys",{},{renamed:["users","listGpgKeysForAuthenticatedUser"]}],listGpgKeysForAuthenticatedUser:["GET /user/gpg_keys"],listGpgKeysForUser:["GET /users/{username}/gpg_keys"],listPublicEmailsForAuthenticated:["GET /user/public_emails",{},{renamed:["users","listPublicEmailsForAuthenticatedUser"]}],listPublicEmailsForAuthenticatedUser:["GET /user/public_emails"],listPublicKeysForUser:["GET /users/{username}/keys"],listPublicSshKeysForAuthenticated:["GET /user/keys",{},{renamed:["users","listPublicSshKeysForAuthenticatedUser"]}],listPublicSshKeysForAuthenticatedUser:["GET /user/keys"],listSocialAccountsForAuthenticatedUser:["GET /user/social_accounts"],listSocialAccountsForUser:["GET /users/{username}/social_accounts"],listSshSigningKeysForAuthenticatedUser:["GET /user/ssh_signing_keys"],listSshSigningKeysForUser:["GET /users/{username}/ssh_signing_keys"],setPrimaryEmailVisibilityForAuthenticated:["PATCH /user/email/visibility",{},{renamed:["users","setPrimaryEmailVisibilityForAuthenticatedUser"]}],setPrimaryEmailVisibilityForAuthenticatedUser:["PATCH /user/email/visibility"],unblock:["DELETE /user/blocks/{username}"],unfollow:["DELETE /user/following/{username}"],updateAuthenticated:["PATCH /user"]}};var n_=af;var i_=new Map;for(const[La,hl]of Object.entries(n_)){for(const[fl,yl]of Object.entries(hl)){const[hl,Pl,Ul]=yl;const[Gd,af]=hl.split(/ /);const n_=Object.assign({method:Gd,url:af},Pl);if(!i_.has(La)){i_.set(La,new Map)}i_.get(La).set(fl,{scope:La,methodName:fl,endpointDefaults:n_,decorations:Ul})}}var p_={has({scope:La},hl){return i_.get(La).has(hl)},getOwnPropertyDescriptor(La,hl){return{value:this.get(La,hl),configurable:true,writable:true,enumerable:true}},defineProperty(La,hl,fl){Object.defineProperty(La.cache,hl,fl);return true},deleteProperty(La,hl){delete La.cache[hl];return true},ownKeys({scope:La}){return[...i_.get(La).keys()]},set(La,hl,fl){return La.cache[hl]=fl},get({octokit:La,scope:hl,cache:fl},yl){if(fl[yl]){return fl[yl]}const Pl=i_.get(hl).get(yl);if(!Pl){return void 0}const{endpointDefaults:Ul,decorations:Gd}=Pl;if(Gd){fl[yl]=decorate(La,hl,yl,Ul,Gd)}else{fl[yl]=La.request.defaults(Ul)}return fl[yl]}};function endpointsToMethods(La){const hl={};for(const fl of i_.keys()){hl[fl]=new Proxy({octokit:La,scope:fl,cache:{}},p_)}return hl}function decorate(La,hl,fl,yl,Pl){const Ul=La.request.defaults(yl);function withDecorations(...yl){let Gd=Ul.endpoint.merge(...yl);if(Pl.mapToData){Gd=Object.assign({},Gd,{data:Gd[Pl.mapToData],[Pl.mapToData]:void 0});return Ul(Gd)}if(Pl.renamed){const[yl,Ul]=Pl.renamed;La.log.warn(`octokit.${hl}.${fl}() has been renamed to octokit.${yl}.${Ul}()`)}if(Pl.deprecated){La.log.warn(Pl.deprecated)}if(Pl.renamedParameters){const Gd=Ul.endpoint.merge(...yl);for(const[yl,Ul]of Object.entries(Pl.renamedParameters)){if(yl in Gd){La.log.warn(`"${yl}" parameter is deprecated for "octokit.${hl}.${fl}()". Use "${Ul}" instead`);if(!(Ul in Gd)){Gd[Ul]=Gd[yl]}delete Gd[yl]}}return Ul(Gd)}return Ul(...yl)}return Object.assign(withDecorations,Ul)}function restEndpointMethods(La){const hl=endpointsToMethods(La);return{rest:hl}}restEndpointMethods.VERSION=Gd;function legacyRestEndpointMethods(La){const hl=endpointsToMethods(La);return{...hl,rest:hl}}legacyRestEndpointMethods.VERSION=Gd;0&&0},93708:(La,hl,fl)=>{"use strict";var yl=Object.create;var Pl=Object.defineProperty;var Ul=Object.getOwnPropertyDescriptor;var Gd=Object.getOwnPropertyNames;var af=Object.getPrototypeOf;var n_=Object.prototype.hasOwnProperty;var __export=(La,hl)=>{for(var fl in hl)Pl(La,fl,{get:hl[fl],enumerable:true})};var __copyProps=(La,hl,fl,yl)=>{if(hl&&typeof hl==="object"||typeof hl==="function"){for(let af of Gd(hl))if(!n_.call(La,af)&&af!==fl)Pl(La,af,{get:()=>hl[af],enumerable:!(yl=Ul(hl,af))||yl.enumerable})}return La};var __toESM=(La,hl,fl)=>(fl=La!=null?yl(af(La)):{},__copyProps(hl||!La||!La.__esModule?Pl(fl,"default",{value:La,enumerable:true}):fl,La));var __toCommonJS=La=>__copyProps(Pl({},"__esModule",{value:true}),La);var i_={};__export(i_,{RequestError:()=>N_});La.exports=__toCommonJS(i_);var p_=fl(14150);var w_=__toESM(fl(55560));var D_=(0,w_.default)(La=>console.warn(La));var I_=(0,w_.default)(La=>console.warn(La));var N_=class extends Error{constructor(La,hl,fl){super(La);if(Error.captureStackTrace){Error.captureStackTrace(this,this.constructor)}this.name="HttpError";this.status=hl;let yl;if("headers"in fl&&typeof fl.headers!=="undefined"){yl=fl.headers}if("response"in fl){this.response=fl.response;yl=fl.response.headers}const Pl=Object.assign({},fl.request);if(fl.request.headers.authorization){Pl.headers=Object.assign({},fl.request.headers,{authorization:fl.request.headers.authorization.replace(/(?{"use strict";var yl=Object.defineProperty;var Pl=Object.getOwnPropertyDescriptor;var Ul=Object.getOwnPropertyNames;var Gd=Object.prototype.hasOwnProperty;var __export=(La,hl)=>{for(var fl in hl)yl(La,fl,{get:hl[fl],enumerable:true})};var __copyProps=(La,hl,fl,af)=>{if(hl&&typeof hl==="object"||typeof hl==="function"){for(let n_ of Ul(hl))if(!Gd.call(La,n_)&&n_!==fl)yl(La,n_,{get:()=>hl[n_],enumerable:!(af=Pl(hl,n_))||af.enumerable})}return La};var __toCommonJS=La=>__copyProps(yl({},"__esModule",{value:true}),La);var af={};__export(af,{request:()=>D_});La.exports=__toCommonJS(af);var n_=fl(54471);var i_=fl(33843);var p_="8.4.1";function isPlainObject(La){if(typeof La!=="object"||La===null)return false;if(Object.prototype.toString.call(La)!=="[object Object]")return false;const hl=Object.getPrototypeOf(La);if(hl===null)return true;const fl=Object.prototype.hasOwnProperty.call(hl,"constructor")&&hl.constructor;return typeof fl==="function"&&fl instanceof fl&&Function.prototype.call(fl)===Function.prototype.call(La)}var w_=fl(93708);function getBufferResponse(La){return La.arrayBuffer()}function fetchWrapper(La){var hl,fl,yl,Pl;const Ul=La.request&&La.request.log?La.request.log:console;const Gd=((hl=La.request)==null?void 0:hl.parseSuccessResponseBody)!==false;if(isPlainObject(La.body)||Array.isArray(La.body)){La.body=JSON.stringify(La.body)}let af={};let n_;let i_;let{fetch:p_}=globalThis;if((fl=La.request)==null?void 0:fl.fetch){p_=La.request.fetch}if(!p_){throw new Error("fetch is not set. Please pass a fetch implementation as new Octokit({ request: { fetch }}). Learn more at https://github.com/octokit/octokit.js/#fetch-missing")}return p_(La.url,{method:La.method,body:La.body,redirect:(yl=La.request)==null?void 0:yl.redirect,headers:La.headers,signal:(Pl=La.request)==null?void 0:Pl.signal,...La.body&&{duplex:"half"}}).then(async hl=>{i_=hl.url;n_=hl.status;for(const La of hl.headers){af[La[0]]=La[1]}if("deprecation"in af){const hl=af.link&&af.link.match(/<([^<>]+)>; rel="deprecation"/);const fl=hl&&hl.pop();Ul.warn(`[@octokit/request] "${La.method} ${La.url}" is deprecated. It is scheduled to be removed on ${af.sunset}${fl?`. See ${fl}`:""}`)}if(n_===204||n_===205){return}if(La.method==="HEAD"){if(n_<400){return}throw new w_.RequestError(hl.statusText,n_,{response:{url:i_,status:n_,headers:af,data:void 0},request:La})}if(n_===304){throw new w_.RequestError("Not modified",n_,{response:{url:i_,status:n_,headers:af,data:await getResponseData(hl)},request:La})}if(n_>=400){const fl=await getResponseData(hl);const yl=new w_.RequestError(toErrorMessage(fl),n_,{response:{url:i_,status:n_,headers:af,data:fl},request:La});throw yl}return Gd?await getResponseData(hl):hl.body}).then(La=>({status:n_,url:i_,headers:af,data:La})).catch(hl=>{if(hl instanceof w_.RequestError)throw hl;else if(hl.name==="AbortError")throw hl;let fl=hl.message;if(hl.name==="TypeError"&&"cause"in hl){if(hl.cause instanceof Error){fl=hl.cause.message}else if(typeof hl.cause==="string"){fl=hl.cause}}throw new w_.RequestError(fl,500,{request:La})})}async function getResponseData(La){const hl=La.headers.get("content-type");if(/application\/json/.test(hl)){return La.json().catch(()=>La.text()).catch(()=>"")}if(!hl||/^text\/|charset=utf-8$/.test(hl)){return La.text()}return getBufferResponse(La)}function toErrorMessage(La){if(typeof La==="string")return La;let hl;if("documentation_url"in La){hl=` - ${La.documentation_url}`}else{hl=""}if("message"in La){if(Array.isArray(La.errors)){return`${La.message}: ${La.errors.map(JSON.stringify).join(", ")}${hl}`}return`${La.message}${hl}`}return`Unknown error: ${JSON.stringify(La)}`}function withDefaults(La,hl){const fl=La.defaults(hl);const newApi=function(La,hl){const yl=fl.merge(La,hl);if(!yl.request||!yl.request.hook){return fetchWrapper(fl.parse(yl))}const request2=(La,hl)=>fetchWrapper(fl.parse(fl.merge(La,hl)));Object.assign(request2,{endpoint:fl,defaults:withDefaults.bind(null,fl)});return yl.request.hook(request2,yl)};return Object.assign(newApi,{endpoint:fl,defaults:withDefaults.bind(null,fl)})}var D_=withDefaults(n_.endpoint,{headers:{"user-agent":`octokit-request.js/${p_} ${(0,i_.getUserAgent)()}`}});0&&0},65772:(La,hl,fl)=>{"use strict";var yl=Object.defineProperty;var Pl=Object.getOwnPropertyDescriptor;var Ul=Object.getOwnPropertyNames;var Gd=Object.prototype.hasOwnProperty;var __export=(La,hl)=>{for(var fl in hl)yl(La,fl,{get:hl[fl],enumerable:true})};var __copyProps=(La,hl,fl,af)=>{if(hl&&typeof hl==="object"||typeof hl==="function"){for(let n_ of Ul(hl))if(!Gd.call(La,n_)&&n_!==fl)yl(La,n_,{get:()=>hl[n_],enumerable:!(af=Pl(hl,n_))||af.enumerable})}return La};var __toCommonJS=La=>__copyProps(yl({},"__esModule",{value:true}),La);var af={};__export(af,{Octokit:()=>I_});La.exports=__toCommonJS(af);var n_=fl(61897);var i_=fl(6966);var p_=fl(38082);var w_=fl(84935);var D_="20.1.2";var I_=n_.Octokit.plugin(i_.requestLog,w_.legacyRestEndpointMethods,p_.paginateRest).defaults({userAgent:`octokit-rest.js/${D_}`});0&&0},17330:function(La){(function(hl){"use strict";var executeSync=function(){var La=Array.prototype.slice.call(arguments);if(typeof La[0]==="function"){La[0].apply(null,La.splice(1))}};var executeAsync=function(La){if(typeof setImmediate==="function"){setImmediate(La)}else if(typeof process!=="undefined"&&process.nextTick){process.nextTick(La)}else{setTimeout(La,0)}};var makeIterator=function(La){var makeCallback=function(hl){var fn=function(){if(La.length){La[hl].apply(null,arguments)}return fn.next()};fn.next=function(){return hlLa.indexOf("(https.js:")!==-1||La.indexOf("node:https:")!==-1)}function createAgent(La,hl){return new createAgent.Agent(La,hl)}(function(La){class Agent extends Pl.EventEmitter{constructor(La,hl){super();let fl=hl;if(typeof La==="function"){this.callback=La}else if(La){fl=La}this.timeout=null;if(fl&&typeof fl.timeout==="number"){this.timeout=fl.timeout}this.maxFreeSockets=1;this.maxSockets=1;this.maxTotalSockets=Infinity;this.sockets={};this.freeSockets={};this.requests={};this.options={}}get defaultPort(){if(typeof this.explicitDefaultPort==="number"){return this.explicitDefaultPort}return isSecureEndpoint()?443:80}set defaultPort(La){this.explicitDefaultPort=La}get protocol(){if(typeof this.explicitProtocol==="string"){return this.explicitProtocol}return isSecureEndpoint()?"https:":"http:"}set protocol(La){this.explicitProtocol=La}callback(La,hl,fl){throw new Error('"agent-base" has no default implementation, you must subclass and override `callback()`')}addRequest(La,hl){const fl=Object.assign({},hl);if(typeof fl.secureEndpoint!=="boolean"){fl.secureEndpoint=isSecureEndpoint()}if(fl.host==null){fl.host="localhost"}if(fl.port==null){fl.port=fl.secureEndpoint?443:80}if(fl.protocol==null){fl.protocol=fl.secureEndpoint?"https:":"http:"}if(fl.host&&fl.path){delete fl.path}delete fl.agent;delete fl.hostname;delete fl._defaultAgent;delete fl.defaultPort;delete fl.createConnection;La._last=true;La.shouldKeepAlive=false;let yl=false;let Pl=null;const Ul=fl.timeout||this.timeout;const onerror=hl=>{if(La._hadError)return;La.emit("error",hl);La._hadError=true};const ontimeout=()=>{Pl=null;yl=true;const La=new Error(`A "socket" was not created for HTTP request before ${Ul}ms`);La.code="ETIMEOUT";onerror(La)};const callbackError=La=>{if(yl)return;if(Pl!==null){clearTimeout(Pl);Pl=null}onerror(La)};const onsocket=hl=>{if(yl)return;if(Pl!=null){clearTimeout(Pl);Pl=null}if(isAgent(hl)){af("Callback returned another Agent instance %o",hl.constructor.name);hl.addRequest(La,fl);return}if(hl){hl.once("free",()=>{this.freeSocket(hl,fl)});La.onSocket(hl);return}const Ul=new Error(`no Duplex stream was returned to agent-base for \`${La.method} ${La.path}\``);onerror(Ul)};if(typeof this.callback!=="function"){onerror(new Error("`callback` is not defined"));return}if(!this.promisifiedCallback){if(this.callback.length>=3){af("Converting legacy callback function to promise");this.promisifiedCallback=Gd.default(this.callback)}else{this.promisifiedCallback=this.callback}}if(typeof Ul==="number"&&Ul>0){Pl=setTimeout(ontimeout,Ul)}if("port"in fl&&typeof fl.port!=="number"){fl.port=Number(fl.port)}try{af("Resolving socket for %o request: %o",fl.protocol,`${La.method} ${La.path}`);Promise.resolve(this.promisifiedCallback(La,fl)).then(onsocket,callbackError)}catch(La){Promise.reject(La).catch(callbackError)}}freeSocket(La,hl){af("Freeing socket %o %o",La.constructor.name,hl);La.destroy()}destroy(){af("Destroying agent %o",this.constructor.name)}}La.Agent=Agent;La.prototype=La.Agent.prototype})(createAgent||(createAgent={}));La.exports=createAgent},98067:(La,hl)=>{"use strict";Object.defineProperty(hl,"__esModule",{value:true});function promisify(La){return function(hl,fl){return new Promise((yl,Pl)=>{La.call(this,hl,fl,(La,hl)=>{if(La){Pl(La)}else{yl(hl)}})})}}hl["default"]=promisify},40336:(La,hl,fl)=>{"use strict";var yl=fl(7151);var Pl=[];La.exports=asap;function asap(La){var hl;if(Pl.length){hl=Pl.pop()}else{hl=new RawTask}hl.task=La;hl.domain=process.domain;yl(hl)}function RawTask(){this.task=null;this.domain=null}RawTask.prototype.call=function(){if(this.domain){this.domain.enter()}var La=true;try{this.task.call();La=false;if(this.domain){this.domain.exit()}}finally{if(La){yl.requestFlush()}this.task=null;this.domain=null;Pl.push(this)}}},7151:(La,hl,fl)=>{"use strict";var yl;var Pl=typeof setImmediate==="function";La.exports=rawAsap;function rawAsap(La){if(!Ul.length){requestFlush();Gd=true}Ul[Ul.length]=La}var Ul=[];var Gd=false;var af=0;var n_=1024;function flush(){while(afn_){for(var hl=0,fl=Ul.length-af;hl{La.exports={parallel:fl(83857),serial:fl(31054),serialOrdered:fl(53961)}},24818:La=>{La.exports=abort;function abort(La){Object.keys(La.jobs).forEach(clean.bind(La));La.jobs={}}function clean(La){if(typeof this.jobs[La]=="function"){this.jobs[La]()}}},78452:(La,hl,fl)=>{var yl=fl(29200);La.exports=async;function async(La){var hl=false;yl(function(){hl=true});return function async_callback(fl,Pl){if(hl){La(fl,Pl)}else{yl(function nextTick_callback(){La(fl,Pl)})}}}},29200:La=>{La.exports=defer;function defer(La){var hl=typeof setImmediate=="function"?setImmediate:typeof process=="object"&&typeof process.nextTick=="function"?process.nextTick:null;if(hl){hl(La)}else{setTimeout(La,0)}}},24902:(La,hl,fl)=>{var yl=fl(78452),Pl=fl(24818);La.exports=iterate;function iterate(La,hl,fl,yl){var Ul=fl["keyedList"]?fl["keyedList"][fl.index]:fl.index;fl.jobs[Ul]=runJob(hl,Ul,La[Ul],function(La,hl){if(!(Ul in fl.jobs)){return}delete fl.jobs[Ul];if(La){Pl(fl)}else{fl.results[Ul]=hl}yl(La,fl.results)})}function runJob(La,hl,fl,Pl){var Ul;if(La.length==2){Ul=La(fl,yl(Pl))}else{Ul=La(fl,hl,yl(Pl))}return Ul}},81721:La=>{La.exports=state;function state(La,hl){var fl=!Array.isArray(La),yl={index:0,keyedList:fl||hl?Object.keys(La):null,jobs:{},results:fl?{}:[],size:fl?Object.keys(La).length:La.length};if(hl){yl.keyedList.sort(fl?hl:function(fl,yl){return hl(La[fl],La[yl])})}return yl}},33351:(La,hl,fl)=>{var yl=fl(24818),Pl=fl(78452);La.exports=terminator;function terminator(La){if(!Object.keys(this.jobs).length){return}this.index=this.size;yl(this);Pl(La)(null,this.results)}},83857:(La,hl,fl)=>{var yl=fl(24902),Pl=fl(81721),Ul=fl(33351);La.exports=parallel;function parallel(La,hl,fl){var Gd=Pl(La);while(Gd.index<(Gd["keyedList"]||La).length){yl(La,hl,Gd,function(La,hl){if(La){fl(La,hl);return}if(Object.keys(Gd.jobs).length===0){fl(null,Gd.results);return}});Gd.index++}return Ul.bind(Gd,fl)}},31054:(La,hl,fl)=>{var yl=fl(53961);La.exports=serial;function serial(La,hl,fl){return yl(La,hl,null,fl)}},53961:(La,hl,fl)=>{var yl=fl(24902),Pl=fl(81721),Ul=fl(33351);La.exports=serialOrdered;La.exports.ascending=ascending;La.exports.descending=descending;function serialOrdered(La,hl,fl,Gd){var af=Pl(La,fl);yl(La,hl,af,function iteratorHandler(fl,Pl){if(fl){Gd(fl,Pl);return}af.index++;if(af.index<(af["keyedList"]||La).length){yl(La,hl,af,iteratorHandler);return}Gd(null,af.results)});return Ul.bind(af,Gd)}function ascending(La,hl){return Lahl?1:0}function descending(La,hl){return-1*ascending(La,hl)}},52732:(La,hl,fl)=>{var yl=fl(11063);var Pl=fl(22027);var Ul=fl(59934);var Gd=Function.bind;var af=Gd.bind(Gd);function bindApi(La,hl,fl){var yl=af(Ul,null).apply(null,fl?[hl,fl]:[hl]);La.api={remove:yl};La.remove=yl;["before","error","after","wrap"].forEach(function(yl){var Ul=fl?[hl,yl,fl]:[hl,yl];La[yl]=La.api[yl]=af(Pl,null).apply(null,Ul)})}function HookSingular(){var La="h";var hl={registry:{}};var fl=yl.bind(null,hl,La);bindApi(fl,hl,La);return fl}function HookCollection(){var La={registry:{}};var hl=yl.bind(null,La);bindApi(hl,La);return hl}var n_=false;function Hook(){if(!n_){console.warn('[before-after-hook]: "Hook()" repurposing warning, use "Hook.Collection()". Read more: https://git.io/upgrade-before-after-hook-to-1.4');n_=true}return HookCollection()}Hook.Singular=HookSingular.bind();Hook.Collection=HookCollection.bind();La.exports=Hook;La.exports.Hook=Hook;La.exports.Singular=Hook.Singular;La.exports.Collection=Hook.Collection},22027:La=>{La.exports=addHook;function addHook(La,hl,fl,yl){var Pl=yl;if(!La.registry[fl]){La.registry[fl]=[]}if(hl==="before"){yl=function(La,hl){return Promise.resolve().then(Pl.bind(null,hl)).then(La.bind(null,hl))}}if(hl==="after"){yl=function(La,hl){var fl;return Promise.resolve().then(La.bind(null,hl)).then(function(La){fl=La;return Pl(fl,hl)}).then(function(){return fl})}}if(hl==="error"){yl=function(La,hl){return Promise.resolve().then(La.bind(null,hl)).catch(function(La){return Pl(La,hl)})}}La.registry[fl].push({hook:yl,orig:Pl})}},11063:La=>{La.exports=register;function register(La,hl,fl,yl){if(typeof fl!=="function"){throw new Error("method for before hook must be a function")}if(!yl){yl={}}if(Array.isArray(hl)){return hl.reverse().reduce(function(hl,fl){return register.bind(null,La,fl,hl,yl)},fl)()}return Promise.resolve().then(function(){if(!La.registry[hl]){return fl(yl)}return La.registry[hl].reduce(function(La,hl){return hl.hook.bind(null,La,yl)},fl)()})}},59934:La=>{La.exports=removeHook;function removeHook(La,hl,fl){if(!La.registry[hl]){return}var yl=La.registry[hl].map(function(La){return La.orig}).indexOf(fl);if(yl===-1){return}La.registry[hl].splice(yl,1)}},39732:(La,hl,fl)=>{"use strict";var yl=fl(20181).Buffer;var Pl=fl(20181).SlowBuffer;La.exports=bufferEq;function bufferEq(La,hl){if(!yl.isBuffer(La)||!yl.isBuffer(hl)){return false}if(La.length!==hl.length){return false}var fl=0;for(var Pl=0;Pl{"use strict";var yl=fl(37564);var Pl=fl(33945);var Ul=fl(88093);var Gd=fl(31330);La.exports=Gd||yl.call(Ul,Pl)},33945:La=>{"use strict";La.exports=Function.prototype.apply},88093:La=>{"use strict";La.exports=Function.prototype.call},88705:(La,hl,fl)=>{"use strict";var yl=fl(37564);var Pl=fl(73314);var Ul=fl(88093);var Gd=fl(22639);La.exports=function callBindBasic(La){if(La.length<1||typeof La[0]!=="function"){throw new Pl("a function is required")}return Gd(yl,Ul,La)}},31330:La=>{"use strict";La.exports=typeof Reflect!=="undefined"&&Reflect&&Reflect.apply},23105:(La,hl,fl)=>{"use strict";var yl=fl(60470);var Pl=fl(88705);var Ul=Pl([yl("%String.prototype.indexOf%")]);La.exports=function callBoundIntrinsic(La,hl){var fl=yl(La,!!hl);if(typeof fl==="function"&&Ul(La,".prototype.")>-1){return Pl([fl])}return fl}},35630:(La,hl,fl)=>{var yl=fl(39023);var Pl=fl(2203).Stream;var Ul=fl(72710);La.exports=CombinedStream;function CombinedStream(){this.writable=false;this.readable=true;this.dataSize=0;this.maxDataSize=2*1024*1024;this.pauseStreams=true;this._released=false;this._streams=[];this._currentStream=null;this._insideLoop=false;this._pendingNext=false}yl.inherits(CombinedStream,Pl);CombinedStream.create=function(La){var hl=new this;La=La||{};for(var fl in La){hl[fl]=La[fl]}return hl};CombinedStream.isStreamLike=function(La){return typeof La!=="function"&&typeof La!=="string"&&typeof La!=="boolean"&&typeof La!=="number"&&!Buffer.isBuffer(La)};CombinedStream.prototype.append=function(La){var hl=CombinedStream.isStreamLike(La);if(hl){if(!(La instanceof Ul)){var fl=Ul.create(La,{maxDataSize:Infinity,pauseStream:this.pauseStreams});La.on("data",this._checkDataSize.bind(this));La=fl}this._handleErrors(La);if(this.pauseStreams){La.pause()}}this._streams.push(La);return this};CombinedStream.prototype.pipe=function(La,hl){Pl.prototype.pipe.call(this,La,hl);this.resume();return La};CombinedStream.prototype._getNext=function(){this._currentStream=null;if(this._insideLoop){this._pendingNext=true;return}this._insideLoop=true;try{do{this._pendingNext=false;this._realGetNext()}while(this._pendingNext)}finally{this._insideLoop=false}};CombinedStream.prototype._realGetNext=function(){var La=this._streams.shift();if(typeof La=="undefined"){this.end();return}if(typeof La!=="function"){this._pipeNext(La);return}var hl=La;hl(function(La){var hl=CombinedStream.isStreamLike(La);if(hl){La.on("data",this._checkDataSize.bind(this));this._handleErrors(La)}this._pipeNext(La)}.bind(this))};CombinedStream.prototype._pipeNext=function(La){this._currentStream=La;var hl=CombinedStream.isStreamLike(La);if(hl){La.on("end",this._getNext.bind(this));La.pipe(this,{end:false});return}var fl=La;this.write(fl);this._getNext()};CombinedStream.prototype._handleErrors=function(La){var hl=this;La.on("error",function(La){hl._emitError(La)})};CombinedStream.prototype.write=function(La){this.emit("data",La)};CombinedStream.prototype.pause=function(){if(!this.pauseStreams){return}if(this.pauseStreams&&this._currentStream&&typeof this._currentStream.pause=="function")this._currentStream.pause();this.emit("pause")};CombinedStream.prototype.resume=function(){if(!this._released){this._released=true;this.writable=true;this._getNext()}if(this.pauseStreams&&this._currentStream&&typeof this._currentStream.resume=="function")this._currentStream.resume();this.emit("resume")};CombinedStream.prototype.end=function(){this._reset();this.emit("end")};CombinedStream.prototype.destroy=function(){this._reset();this.emit("close")};CombinedStream.prototype._reset=function(){this.writable=false;this._streams=[];this._currentStream=null};CombinedStream.prototype._checkDataSize=function(){this._updateDataSize();if(this.dataSize<=this.maxDataSize){return}var La="DelayedStream#maxDataSize of "+this.maxDataSize+" bytes exceeded.";this._emitError(new Error(La))};CombinedStream.prototype._updateDataSize=function(){this.dataSize=0;var La=this;this._streams.forEach(function(hl){if(!hl.dataSize){return}La.dataSize+=hl.dataSize});if(this._currentStream&&this._currentStream.dataSize){this.dataSize+=this._currentStream.dataSize}};CombinedStream.prototype._emitError=function(La){this._reset();this.emit("error",La)}},6110:(La,hl,fl)=>{hl.formatArgs=formatArgs;hl.save=save;hl.load=load;hl.useColors=useColors;hl.storage=localstorage();hl.destroy=(()=>{let La=false;return()=>{if(!La){La=true;console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.")}}})();hl.colors=["#0000CC","#0000FF","#0033CC","#0033FF","#0066CC","#0066FF","#0099CC","#0099FF","#00CC00","#00CC33","#00CC66","#00CC99","#00CCCC","#00CCFF","#3300CC","#3300FF","#3333CC","#3333FF","#3366CC","#3366FF","#3399CC","#3399FF","#33CC00","#33CC33","#33CC66","#33CC99","#33CCCC","#33CCFF","#6600CC","#6600FF","#6633CC","#6633FF","#66CC00","#66CC33","#9900CC","#9900FF","#9933CC","#9933FF","#99CC00","#99CC33","#CC0000","#CC0033","#CC0066","#CC0099","#CC00CC","#CC00FF","#CC3300","#CC3333","#CC3366","#CC3399","#CC33CC","#CC33FF","#CC6600","#CC6633","#CC9900","#CC9933","#CCCC00","#CCCC33","#FF0000","#FF0033","#FF0066","#FF0099","#FF00CC","#FF00FF","#FF3300","#FF3333","#FF3366","#FF3399","#FF33CC","#FF33FF","#FF6600","#FF6633","#FF9900","#FF9933","#FFCC00","#FFCC33"];function useColors(){if(typeof window!=="undefined"&&window.process&&(window.process.type==="renderer"||window.process.__nwjs)){return true}if(typeof navigator!=="undefined"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/(edge|trident)\/(\d+)/)){return false}let La;return typeof document!=="undefined"&&document.documentElement&&document.documentElement.style&&document.documentElement.style.WebkitAppearance||typeof window!=="undefined"&&window.console&&(window.console.firebug||window.console.exception&&window.console.table)||typeof navigator!=="undefined"&&navigator.userAgent&&(La=navigator.userAgent.toLowerCase().match(/firefox\/(\d+)/))&&parseInt(La[1],10)>=31||typeof navigator!=="undefined"&&navigator.userAgent&&navigator.userAgent.toLowerCase().match(/applewebkit\/(\d+)/)}function formatArgs(hl){hl[0]=(this.useColors?"%c":"")+this.namespace+(this.useColors?" %c":" ")+hl[0]+(this.useColors?"%c ":" ")+"+"+La.exports.humanize(this.diff);if(!this.useColors){return}const fl="color: "+this.color;hl.splice(1,0,fl,"color: inherit");let yl=0;let Pl=0;hl[0].replace(/%[a-zA-Z%]/g,La=>{if(La==="%%"){return}yl++;if(La==="%c"){Pl=yl}});hl.splice(Pl,0,fl)}hl.log=console.debug||console.log||(()=>{});function save(La){try{if(La){hl.storage.setItem("debug",La)}else{hl.storage.removeItem("debug")}}catch(La){}}function load(){let La;try{La=hl.storage.getItem("debug")||hl.storage.getItem("DEBUG")}catch(La){}if(!La&&typeof process!=="undefined"&&"env"in process){La=process.env.DEBUG}return La}function localstorage(){try{return localStorage}catch(La){}}La.exports=fl(40897)(hl);const{formatters:yl}=La.exports;yl.j=function(La){try{return JSON.stringify(La)}catch(La){return"[UnexpectedJSONParseError]: "+La.message}}},40897:(La,hl,fl)=>{function setup(La){createDebug.debug=createDebug;createDebug.default=createDebug;createDebug.coerce=coerce;createDebug.disable=disable;createDebug.enable=enable;createDebug.enabled=enabled;createDebug.humanize=fl(70744);createDebug.destroy=destroy;Object.keys(La).forEach(hl=>{createDebug[hl]=La[hl]});createDebug.names=[];createDebug.skips=[];createDebug.formatters={};function selectColor(La){let hl=0;for(let fl=0;fl{if(hl==="%%"){return"%"}Ul++;const Pl=createDebug.formatters[yl];if(typeof Pl==="function"){const yl=La[Ul];hl=Pl.call(fl,yl);La.splice(Ul,1);Ul--}return hl});createDebug.formatArgs.call(fl,La);const Gd=fl.log||createDebug.log;Gd.apply(fl,La)}debug.namespace=La;debug.useColors=createDebug.useColors();debug.color=createDebug.selectColor(La);debug.extend=extend;debug.destroy=createDebug.destroy;Object.defineProperty(debug,"enabled",{enumerable:true,configurable:false,get:()=>{if(fl!==null){return fl}if(yl!==createDebug.namespaces){yl=createDebug.namespaces;Pl=createDebug.enabled(La)}return Pl},set:La=>{fl=La}});if(typeof createDebug.init==="function"){createDebug.init(debug)}return debug}function extend(La,hl){const fl=createDebug(this.namespace+(typeof hl==="undefined"?":":hl)+La);fl.log=this.log;return fl}function enable(La){createDebug.save(La);createDebug.namespaces=La;createDebug.names=[];createDebug.skips=[];const hl=(typeof La==="string"?La:"").trim().replace(/\s+/g,",").split(",").filter(Boolean);for(const La of hl){if(La[0]==="-"){createDebug.skips.push(La.slice(1))}else{createDebug.names.push(La)}}}function matchesTemplate(La,hl){let fl=0;let yl=0;let Pl=-1;let Ul=0;while(fl"-"+La)].join(",");createDebug.enable("");return La}function enabled(La){for(const hl of createDebug.skips){if(matchesTemplate(La,hl)){return false}}for(const hl of createDebug.names){if(matchesTemplate(La,hl)){return true}}return false}function coerce(La){if(La instanceof Error){return La.stack||La.message}return La}function destroy(){console.warn("Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.")}createDebug.enable(createDebug.load());return createDebug}La.exports=setup},2830:(La,hl,fl)=>{if(typeof process==="undefined"||process.type==="renderer"||process.browser===true||process.__nwjs){La.exports=fl(6110)}else{La.exports=fl(95108)}},95108:(La,hl,fl)=>{const yl=fl(52018);const Pl=fl(39023);hl.init=init;hl.log=log;hl.formatArgs=formatArgs;hl.save=save;hl.load=load;hl.useColors=useColors;hl.destroy=Pl.deprecate(()=>{},"Instance method `debug.destroy()` is deprecated and no longer does anything. It will be removed in the next major version of `debug`.");hl.colors=[6,2,3,4,5,1];try{const La=fl(21450);if(La&&(La.stderr||La).level>=2){hl.colors=[20,21,26,27,32,33,38,39,40,41,42,43,44,45,56,57,62,63,68,69,74,75,76,77,78,79,80,81,92,93,98,99,112,113,128,129,134,135,148,149,160,161,162,163,164,165,166,167,168,169,170,171,172,173,178,179,184,185,196,197,198,199,200,201,202,203,204,205,206,207,208,209,214,215,220,221]}}catch(La){}hl.inspectOpts=Object.keys(process.env).filter(La=>/^debug_/i.test(La)).reduce((La,hl)=>{const fl=hl.substring(6).toLowerCase().replace(/_([a-z])/g,(La,hl)=>hl.toUpperCase());let yl=process.env[hl];if(/^(yes|on|true|enabled)$/i.test(yl)){yl=true}else if(/^(no|off|false|disabled)$/i.test(yl)){yl=false}else if(yl==="null"){yl=null}else{yl=Number(yl)}La[fl]=yl;return La},{});function useColors(){return"colors"in hl.inspectOpts?Boolean(hl.inspectOpts.colors):yl.isatty(process.stderr.fd)}function formatArgs(hl){const{namespace:fl,useColors:yl}=this;if(yl){const yl=this.color;const Pl="[3"+(yl<8?yl:"8;5;"+yl);const Ul=` ${Pl};1m${fl} `;hl[0]=Ul+hl[0].split("\n").join("\n"+Ul);hl.push(Pl+"m+"+La.exports.humanize(this.diff)+"")}else{hl[0]=getDate()+fl+" "+hl[0]}}function getDate(){if(hl.inspectOpts.hideDate){return""}return(new Date).toISOString()+" "}function log(...La){return process.stderr.write(Pl.formatWithOptions(hl.inspectOpts,...La)+"\n")}function save(La){if(La){process.env.DEBUG=La}else{delete process.env.DEBUG}}function load(){return process.env.DEBUG}function init(La){La.inspectOpts={};const fl=Object.keys(hl.inspectOpts);for(let yl=0;ylLa.trim()).join(" ")};Ul.O=function(La){this.inspectOpts.colors=this.useColors;return Pl.inspect(La,this.inspectOpts)}},72710:(La,hl,fl)=>{var yl=fl(2203).Stream;var Pl=fl(39023);La.exports=DelayedStream;function DelayedStream(){this.source=null;this.dataSize=0;this.maxDataSize=1024*1024;this.pauseStream=true;this._maxDataSizeExceeded=false;this._released=false;this._bufferedEvents=[]}Pl.inherits(DelayedStream,yl);DelayedStream.create=function(La,hl){var fl=new this;hl=hl||{};for(var yl in hl){fl[yl]=hl[yl]}fl.source=La;var Pl=La.emit;La.emit=function(){fl._handleEmit(arguments);return Pl.apply(La,arguments)};La.on("error",function(){});if(fl.pauseStream){La.pause()}return fl};Object.defineProperty(DelayedStream.prototype,"readable",{configurable:true,enumerable:true,get:function(){return this.source.readable}});DelayedStream.prototype.setEncoding=function(){return this.source.setEncoding.apply(this.source,arguments)};DelayedStream.prototype.resume=function(){if(!this._released){this.release()}this.source.resume()};DelayedStream.prototype.pause=function(){this.source.pause()};DelayedStream.prototype.release=function(){this._released=true;this._bufferedEvents.forEach(function(La){this.emit.apply(this,La)}.bind(this));this._bufferedEvents=[]};DelayedStream.prototype.pipe=function(){var La=yl.prototype.pipe.apply(this,arguments);this.resume();return La};DelayedStream.prototype._handleEmit=function(La){if(this._released){this.emit.apply(this,La);return}if(La[0]==="data"){this.dataSize+=La[1].length;this._checkIfMaxDataSizeExceeded()}this._bufferedEvents.push(La)};DelayedStream.prototype._checkIfMaxDataSizeExceeded=function(){if(this._maxDataSizeExceeded){return}if(this.dataSize<=this.maxDataSize){return}this._maxDataSizeExceeded=true;var La="DelayedStream#maxDataSize of "+this.maxDataSize+" bytes exceeded.";this.emit("error",new Error(La))}},14150:(La,hl)=>{"use strict";Object.defineProperty(hl,"__esModule",{value:true});class Deprecation extends Error{constructor(La){super(La);if(Error.captureStackTrace){Error.captureStackTrace(this,this.constructor)}this.name="Deprecation"}}hl.Deprecation=Deprecation},26669:(La,hl,fl)=>{"use strict";var yl=fl(88705);var Pl=fl(33170);var Ul;try{Ul=[].__proto__===Array.prototype}catch(La){if(!La||typeof La!=="object"||!("code"in La)||La.code!=="ERR_PROTO_ACCESS"){throw La}}var Gd=!!Ul&&Pl&&Pl(Object.prototype,"__proto__");var af=Object;var n_=af.getPrototypeOf;La.exports=Gd&&typeof Gd.get==="function"?yl([Gd.get]):typeof n_==="function"?function getDunder(La){return n_(La==null?La:af(La))}:false},325:(La,hl,fl)=>{"use strict";var yl=fl(93058).Buffer;var Pl=fl(5028);var Ul=128,Gd=0,af=32,n_=16,i_=2,p_=n_|af|Gd<<6,w_=i_|Gd<<6;function base64Url(La){return La.replace(/=/g,"").replace(/\+/g,"-").replace(/\//g,"_")}function signatureAsBuffer(La){if(yl.isBuffer(La)){return La}else if("string"===typeof La){return yl.from(La,"base64")}throw new TypeError("ECDSA signature must be a Base64 string or a Buffer")}function derToJose(La,hl){La=signatureAsBuffer(La);var fl=Pl(hl);var Gd=fl+1;var af=La.length;var n_=0;if(La[n_++]!==p_){throw new Error('Could not find expected "seq"')}var i_=La[n_++];if(i_===(Ul|1)){i_=La[n_++]}if(af-n_=Ul;if(Pl){--yl}return yl}function joseToDer(La,hl){La=signatureAsBuffer(La);var fl=Pl(hl);var Gd=La.length;if(Gd!==fl*2){throw new TypeError('"'+hl+'" signatures must be "'+fl*2+'" bytes, saw "'+Gd+'"')}var af=countPadding(La,0,fl);var n_=countPadding(La,fl,La.length);var i_=fl-af;var D_=fl-n_;var I_=1+1+i_+1+1+D_;var N_=I_{"use strict";function getParamSize(La){var hl=(La/8|0)+(La%8===0?0:1);return hl}var hl={ES256:getParamSize(256),ES384:getParamSize(384),ES512:getParamSize(521)};function getParamBytesForAlg(La){var fl=hl[La];if(fl){return fl}throw new Error('Unknown algorithm "'+La+'"')}La.exports=getParamBytesForAlg},79094:La=>{"use strict";var hl=Object.defineProperty||false;if(hl){try{hl({},"a",{value:1})}catch(La){hl=false}}La.exports=hl},33056:La=>{"use strict";La.exports=EvalError},31620:La=>{"use strict";La.exports=Error},14585:La=>{"use strict";La.exports=RangeError},46905:La=>{"use strict";La.exports=ReferenceError},80105:La=>{"use strict";La.exports=SyntaxError},73314:La=>{"use strict";La.exports=TypeError},32578:La=>{"use strict";La.exports=URIError},95399:La=>{"use strict";La.exports=Object},88700:(La,hl,fl)=>{"use strict";var yl=fl(60470);var Pl=yl("%Object.defineProperty%",true);var Ul=fl(85479)();var Gd=fl(54076);var af=fl(73314);var n_=Ul?Symbol.toStringTag:null;La.exports=function setToStringTag(La,hl){var fl=arguments.length>2&&!!arguments[2]&&arguments[2].force;var yl=arguments.length>2&&!!arguments[2]&&arguments[2].nonConfigurable;if(typeof fl!=="undefined"&&typeof fl!=="boolean"||typeof yl!=="undefined"&&typeof yl!=="boolean"){throw new af("if provided, the `overrideIfSet` and `nonConfigurable` options must be booleans")}if(n_&&(fl||!Gd(La,n_))){if(Pl){Pl(La,n_,{configurable:!yl,enumerable:false,value:hl,writable:false})}else{La[n_]=hl}}}},34778:(La,hl,fl)=>{var yl;La.exports=function(){if(!yl){try{yl=fl(2830)("follow-redirects")}catch(La){}if(typeof yl!=="function"){yl=function(){}}}yl.apply(null,arguments)}},1573:(La,hl,fl)=>{var yl=fl(87016);var Pl=yl.URL;var Ul=fl(58611);var Gd=fl(65692);var af=fl(2203).Writable;var n_=fl(42613);var i_=fl(34778);(function detectUnsupportedEnvironment(){var La=typeof process!=="undefined";var hl=typeof window!=="undefined"&&typeof document!=="undefined";var fl=isFunction(Error.captureStackTrace);if(!La&&(hl||!fl)){console.warn("The follow-redirects package should be excluded from browser builds.")}})();var p_=false;try{n_(new Pl(""))}catch(La){p_=La.code==="ERR_INVALID_URL"}var w_=["Authorization","Proxy-Authorization","Cookie"];var D_=["auth","host","hostname","href","path","pathname","port","protocol","query","search","hash"];var I_=["abort","aborted","connect","error","socket","timeout"];var N_=Object.create(null);I_.forEach(function(La){N_[La]=function(hl,fl,yl){this._redirectable.emit(La,hl,fl,yl)}});var _m=createErrorType("ERR_INVALID_URL","Invalid URL",TypeError);var pg=createErrorType("ERR_FR_REDIRECTION_FAILURE","Redirected request failed");var mg=createErrorType("ERR_FR_TOO_MANY_REDIRECTS","Maximum number of redirects exceeded",pg);var gg=createErrorType("ERR_FR_MAX_BODY_LENGTH_EXCEEDED","Request body larger than maxBodyLength limit");var eA=createErrorType("ERR_STREAM_WRITE_AFTER_END","write after end");var tA=af.prototype.destroy||noop;function RedirectableRequest(La,hl){af.call(this);this._sanitizeOptions(La);this._options=La;this._ended=false;this._ending=false;this._redirectCount=0;this._redirects=[];this._requestBodyLength=0;this._requestBodyBuffers=[];if(hl){this.on("response",hl)}var fl=this;this._onNativeResponse=function(La){try{fl._processResponse(La)}catch(La){fl.emit("error",La instanceof pg?La:new pg({cause:La}))}};this._headerFilter=new RegExp("^(?:"+w_.concat(La.sensitiveHeaders).map(escapeRegex).join("|")+")$","i");this._performRequest()}RedirectableRequest.prototype=Object.create(af.prototype);RedirectableRequest.prototype.abort=function(){destroyRequest(this._currentRequest);this._currentRequest.abort();this.emit("abort")};RedirectableRequest.prototype.destroy=function(La){destroyRequest(this._currentRequest,La);tA.call(this,La);return this};RedirectableRequest.prototype.write=function(La,hl,fl){if(this._ending){throw new eA}if(!isString(La)&&!isBuffer(La)){throw new TypeError("data should be a string, Buffer or Uint8Array")}if(isFunction(hl)){fl=hl;hl=null}if(La.length===0){if(fl){fl()}return}if(this._requestBodyLength+La.length<=this._options.maxBodyLength){this._requestBodyLength+=La.length;this._requestBodyBuffers.push({data:La,encoding:hl});this._currentRequest.write(La,hl,fl)}else{this.emit("error",new gg);this.abort()}};RedirectableRequest.prototype.end=function(La,hl,fl){if(isFunction(La)){fl=La;La=hl=null}else if(isFunction(hl)){fl=hl;hl=null}if(!La){this._ended=this._ending=true;this._currentRequest.end(null,null,fl)}else{var yl=this;var Pl=this._currentRequest;this.write(La,hl,function(){yl._ended=true;Pl.end(null,null,fl)});this._ending=true}};RedirectableRequest.prototype.setHeader=function(La,hl){this._options.headers[La]=hl;this._currentRequest.setHeader(La,hl)};RedirectableRequest.prototype.removeHeader=function(La){delete this._options.headers[La];this._currentRequest.removeHeader(La)};RedirectableRequest.prototype.setTimeout=function(La,hl){var fl=this;function destroyOnTimeout(hl){hl.setTimeout(La);hl.removeListener("timeout",hl.destroy);hl.addListener("timeout",hl.destroy)}function startTimer(hl){if(fl._timeout){clearTimeout(fl._timeout)}fl._timeout=setTimeout(function(){fl.emit("timeout");clearTimer()},La);destroyOnTimeout(hl)}function clearTimer(){if(fl._timeout){clearTimeout(fl._timeout);fl._timeout=null}fl.removeListener("abort",clearTimer);fl.removeListener("error",clearTimer);fl.removeListener("response",clearTimer);fl.removeListener("close",clearTimer);if(hl){fl.removeListener("timeout",hl)}if(!fl.socket){fl._currentRequest.removeListener("socket",startTimer)}}if(hl){this.on("timeout",hl)}if(this.socket){startTimer(this.socket)}else{this._currentRequest.once("socket",startTimer)}this.on("socket",destroyOnTimeout);this.on("abort",clearTimer);this.on("error",clearTimer);this.on("response",clearTimer);this.on("close",clearTimer);return this};["flushHeaders","getHeader","setNoDelay","setSocketKeepAlive"].forEach(function(La){RedirectableRequest.prototype[La]=function(hl,fl){return this._currentRequest[La](hl,fl)}});["aborted","connection","socket"].forEach(function(La){Object.defineProperty(RedirectableRequest.prototype,La,{get:function(){return this._currentRequest[La]}})});RedirectableRequest.prototype._sanitizeOptions=function(La){if(!La.headers){La.headers={}}if(!isArray(La.sensitiveHeaders)){La.sensitiveHeaders=[]}if(La.host){if(!La.hostname){La.hostname=La.host}delete La.host}if(!La.pathname&&La.path){var hl=La.path.indexOf("?");if(hl<0){La.pathname=La.path}else{La.pathname=La.path.substring(0,hl);La.search=La.path.substring(hl)}}};RedirectableRequest.prototype._performRequest=function(){var La=this._options.protocol;var hl=this._options.nativeProtocols[La];if(!hl){throw new TypeError("Unsupported protocol "+La)}if(this._options.agents){var fl=La.slice(0,-1);this._options.agent=this._options.agents[fl]}var Pl=this._currentRequest=hl.request(this._options,this._onNativeResponse);Pl._redirectable=this;for(var Ul of I_){Pl.on(Ul,N_[Ul])}this._currentUrl=/^\//.test(this._options.path)?yl.format(this._options):this._options.path;if(this._isRedirect){var Gd=0;var af=this;var n_=this._requestBodyBuffers;(function writeNext(La){if(Pl===af._currentRequest){if(La){af.emit("error",La)}else if(Gd=400){La.responseUrl=this._currentUrl;La.redirects=this._redirects;this.emit("response",La);this._requestBodyBuffers=[];return}destroyRequest(this._currentRequest);La.destroy();if(++this._redirectCount>this._options.maxRedirects){throw new mg}var Pl;var Ul=this._options.beforeRedirect;if(Ul){Pl=Object.assign({Host:La.req.getHeader("host")},this._options.headers)}var Gd=this._options.method;if((hl===301||hl===302)&&this._options.method==="POST"||hl===303&&!/^(?:GET|HEAD)$/.test(this._options.method)){this._options.method="GET";this._requestBodyBuffers=[];removeMatchingHeaders(/^content-/i,this._options.headers)}var af=removeMatchingHeaders(/^host$/i,this._options.headers);var n_=parseUrl(this._currentUrl);var p_=af||n_.host;var w_=/^\w+:/.test(fl)?this._currentUrl:yl.format(Object.assign(n_,{host:p_}));var D_=resolveUrl(fl,w_);i_("redirecting to",D_.href);this._isRedirect=true;spreadUrlObject(D_,this._options);if(D_.protocol!==n_.protocol&&D_.protocol!=="https:"||D_.host!==p_&&!isSubdomain(D_.host,p_)){removeMatchingHeaders(this._headerFilter,this._options.headers)}if(isFunction(Ul)){var I_={headers:La.headers,statusCode:hl};var N_={url:w_,method:Gd,headers:Pl};Ul(this._options,I_,N_);this._sanitizeOptions(this._options)}this._performRequest()};function wrap(La){var hl={maxRedirects:21,maxBodyLength:10*1024*1024};var fl={};Object.keys(La).forEach(function(yl){var Pl=yl+":";var Ul=fl[Pl]=La[yl];var Gd=hl[yl]=Object.create(Ul);function request(La,yl,Ul){if(isURL(La)){La=spreadUrlObject(La)}else if(isString(La)){La=spreadUrlObject(parseUrl(La))}else{Ul=yl;yl=validateUrl(La);La={protocol:Pl}}if(isFunction(yl)){Ul=yl;yl=null}yl=Object.assign({maxRedirects:hl.maxRedirects,maxBodyLength:hl.maxBodyLength},La,yl);yl.nativeProtocols=fl;if(!isString(yl.host)&&!isString(yl.hostname)){yl.hostname="::1"}n_.equal(yl.protocol,Pl,"protocol mismatch");i_("options",yl);return new RedirectableRequest(yl,Ul)}function get(La,hl,fl){var yl=Gd.request(La,hl,fl);yl.end();return yl}Object.defineProperties(Gd,{request:{value:request,configurable:true,enumerable:true,writable:true},get:{value:get,configurable:true,enumerable:true,writable:true}})});return hl}function noop(){}function parseUrl(La){var hl;if(p_){hl=new Pl(La)}else{hl=validateUrl(yl.parse(La));if(!isString(hl.protocol)){throw new _m({input:La})}}return hl}function resolveUrl(La,hl){return p_?new Pl(La,hl):parseUrl(yl.resolve(hl,La))}function validateUrl(La){if(/^\[/.test(La.hostname)&&!/^\[[:0-9a-f]+\]$/i.test(La.hostname)){throw new _m({input:La.href||La})}if(/^\[/.test(La.host)&&!/^\[[:0-9a-f]+\](:\d+)?$/i.test(La.host)){throw new _m({input:La.href||La})}return La}function spreadUrlObject(La,hl){var fl=hl||{};for(var yl of D_){fl[yl]=La[yl]}if(fl.hostname.startsWith("[")){fl.hostname=fl.hostname.slice(1,-1)}if(fl.port!==""){fl.port=Number(fl.port)}fl.path=fl.search?fl.pathname+fl.search:fl.pathname;return fl}function removeMatchingHeaders(La,hl){var fl;for(var yl in hl){if(La.test(yl)){fl=hl[yl];delete hl[yl]}}return fl===null||typeof fl==="undefined"?undefined:String(fl).trim()}function createErrorType(La,hl,fl){function CustomError(fl){if(isFunction(Error.captureStackTrace)){Error.captureStackTrace(this,this.constructor)}Object.assign(this,fl||{});this.code=La;this.message=this.cause?hl+": "+this.cause.message:hl}CustomError.prototype=new(fl||Error);Object.defineProperties(CustomError.prototype,{constructor:{value:CustomError,enumerable:false},name:{value:"Error ["+La+"]",enumerable:false}});return CustomError}function destroyRequest(La,hl){for(var fl of I_){La.removeListener(fl,N_[fl])}La.on("error",noop);La.destroy(hl)}function isSubdomain(La,hl){n_(isString(La)&&isString(hl));var fl=La.length-hl.length-1;return fl>0&&La[fl]==="."&&La.endsWith(hl)}function isArray(La){return La instanceof Array}function isString(La){return typeof La==="string"||La instanceof String}function isFunction(La){return typeof La==="function"}function isBuffer(La){return typeof La==="object"&&"length"in La}function isURL(La){return Pl&&La instanceof Pl}function escapeRegex(La){return La.replace(/[\]\\/()*+?.$]/g,"\\$&")}La.exports=wrap({http:Ul,https:Gd});La.exports.wrap=wrap},96454:(La,hl,fl)=>{"use strict";var yl=fl(35630);var Pl=fl(39023);var Ul=fl(16928);var Gd=fl(58611);var af=fl(65692);var n_=fl(87016).parse;var i_=fl(79896);var p_=fl(2203).Stream;var w_=fl(76982);var D_=fl(14096);var I_=fl(31324);var N_=fl(88700);var _m=fl(54076);var pg=fl(11835);function escapeHeaderParam(La){return String(La).replace(/\r/g,"%0D").replace(/\n/g,"%0A").replace(/"/g,"%22")}function FormData(La){if(!(this instanceof FormData)){return new FormData(La)}this._overheadLength=0;this._valueLength=0;this._valuesToMeasure=[];yl.call(this);La=La||{};for(var hl in La){this[hl]=La[hl]}}Pl.inherits(FormData,yl);FormData.LINE_BREAK="\r\n";FormData.DEFAULT_CONTENT_TYPE="application/octet-stream";FormData.prototype.append=function(La,hl,fl){fl=fl||{};if(typeof fl==="string"){fl={filename:fl}}var Pl=yl.prototype.append.bind(this);if(typeof hl==="number"||hl==null){hl=String(hl)}if(Array.isArray(hl)){this._error(new Error("Arrays are not supported."));return}var Ul=this._multiPartHeader(La,hl,fl);var Gd=this._multiPartFooter();Pl(Ul);Pl(hl);Pl(Gd);this._trackLength(Ul,hl,fl)};FormData.prototype._trackLength=function(La,hl,fl){var yl=0;if(fl.knownLength!=null){yl+=Number(fl.knownLength)}else if(Buffer.isBuffer(hl)){yl=hl.length}else if(typeof hl==="string"){yl=Buffer.byteLength(hl)}this._valueLength+=yl;this._overheadLength+=Buffer.byteLength(La)+FormData.LINE_BREAK.length;if(!hl||!hl.path&&!(hl.readable&&_m(hl,"httpVersion"))&&!(hl instanceof p_)){return}if(!fl.knownLength){this._valuesToMeasure.push(hl)}};FormData.prototype._lengthRetriever=function(La,hl){if(_m(La,"fd")){if(La.end!=undefined&&La.end!=Infinity&&La.start!=undefined){hl(null,La.end+1-(La.start?La.start:0))}else{i_.stat(La.path,function(fl,yl){if(fl){hl(fl);return}var Pl=yl.size-(La.start?La.start:0);hl(null,Pl)})}}else if(_m(La,"httpVersion")){hl(null,Number(La.headers["content-length"]))}else if(_m(La,"httpModule")){La.on("response",function(fl){La.pause();hl(null,Number(fl.headers["content-length"]))});La.resume()}else{hl("Unknown stream")}};FormData.prototype._multiPartHeader=function(La,hl,fl){if(typeof fl.header==="string"){return fl.header}var yl=this._getContentDisposition(hl,fl);var Pl=this._getContentType(hl,fl);var Ul="";var Gd={"Content-Disposition":["form-data",'name="'+escapeHeaderParam(La)+'"'].concat(yl||[]),"Content-Type":[].concat(Pl||[])};if(typeof fl.header==="object"){pg(Gd,fl.header)}var af;for(var n_ in Gd){if(_m(Gd,n_)){af=Gd[n_];if(af==null){continue}if(!Array.isArray(af)){af=[af]}if(af.length){Ul+=n_+": "+af.join("; ")+FormData.LINE_BREAK}}}return"--"+this.getBoundary()+FormData.LINE_BREAK+Ul+FormData.LINE_BREAK};FormData.prototype._getContentDisposition=function(La,hl){var fl;if(typeof hl.filepath==="string"){fl=Ul.normalize(hl.filepath).replace(/\\/g,"/")}else if(hl.filename||La&&(La.name||La.path)){fl=Ul.basename(hl.filename||La&&(La.name||La.path))}else if(La&&La.readable&&_m(La,"httpVersion")){fl=Ul.basename(La.client._httpMessage.path||"")}if(fl){return'filename="'+escapeHeaderParam(fl)+'"'}};FormData.prototype._getContentType=function(La,hl){var fl=hl.contentType;if(!fl&&La&&La.name){fl=D_.lookup(La.name)}if(!fl&&La&&La.path){fl=D_.lookup(La.path)}if(!fl&&La&&La.readable&&_m(La,"httpVersion")){fl=La.headers["content-type"]}if(!fl&&(hl.filepath||hl.filename)){fl=D_.lookup(hl.filepath||hl.filename)}if(!fl&&La&&typeof La==="object"){fl=FormData.DEFAULT_CONTENT_TYPE}return fl};FormData.prototype._multiPartFooter=function(){return function(La){var hl=FormData.LINE_BREAK;var fl=this._streams.length===0;if(fl){hl+=this._lastBoundary()}La(hl)}.bind(this)};FormData.prototype._lastBoundary=function(){return"--"+this.getBoundary()+"--"+FormData.LINE_BREAK};FormData.prototype.getHeaders=function(La){var hl;var fl={"content-type":"multipart/form-data; boundary="+this.getBoundary()};for(hl in La){if(_m(La,hl)){fl[hl.toLowerCase()]=La[hl]}}return fl};FormData.prototype.setBoundary=function(La){if(typeof La!=="string"){throw new TypeError("FormData boundary must be a string")}this._boundary=La};FormData.prototype.getBoundary=function(){if(!this._boundary){this._generateBoundary()}return this._boundary};FormData.prototype.getBuffer=function(){var La=new Buffer.alloc(0);var hl=this.getBoundary();for(var fl=0,yl=this._streams.length;fl{"use strict";La.exports=function(La,hl){Object.keys(hl).forEach(function(fl){La[fl]=La[fl]||hl[fl]});return La}},99808:La=>{"use strict";var hl="Function.prototype.bind called on incompatible ";var fl=Object.prototype.toString;var yl=Math.max;var Pl="[object Function]";var Ul=function concatty(La,hl){var fl=[];for(var yl=0;yl{"use strict";var yl=fl(99808);La.exports=Function.prototype.bind||yl},60470:(La,hl,fl)=>{"use strict";var yl;var Pl=fl(95399);var Ul=fl(31620);var Gd=fl(33056);var af=fl(14585);var n_=fl(46905);var i_=fl(80105);var p_=fl(73314);var w_=fl(32578);var D_=fl(55641);var I_=fl(96171);var N_=fl(57147);var _m=fl(41017);var pg=fl(56947);var mg=fl(42621);var gg=fl(30156);var eA=Function;var getEvalledConstructor=function(La){try{return eA('"use strict"; return ('+La+").constructor;")()}catch(La){}};var tA=fl(33170);var rA=fl(79094);var throwTypeError=function(){throw new p_};var nA=tA?function(){try{arguments.callee;return throwTypeError}catch(La){try{return tA(arguments,"callee").get}catch(La){return throwTypeError}}}():throwTypeError;var iA=fl(23336)();var sA=fl(81967);var aA=fl(91311);var oA=fl(48681);var lA=fl(33945);var cA=fl(88093);var uA={};var pA=typeof Uint8Array==="undefined"||!sA?yl:sA(Uint8Array);var dA={__proto__:null,"%AggregateError%":typeof AggregateError==="undefined"?yl:AggregateError,"%Array%":Array,"%ArrayBuffer%":typeof ArrayBuffer==="undefined"?yl:ArrayBuffer,"%ArrayIteratorPrototype%":iA&&sA?sA([][Symbol.iterator]()):yl,"%AsyncFromSyncIteratorPrototype%":yl,"%AsyncFunction%":uA,"%AsyncGenerator%":uA,"%AsyncGeneratorFunction%":uA,"%AsyncIteratorPrototype%":uA,"%Atomics%":typeof Atomics==="undefined"?yl:Atomics,"%BigInt%":typeof BigInt==="undefined"?yl:BigInt,"%BigInt64Array%":typeof BigInt64Array==="undefined"?yl:BigInt64Array,"%BigUint64Array%":typeof BigUint64Array==="undefined"?yl:BigUint64Array,"%Boolean%":Boolean,"%DataView%":typeof DataView==="undefined"?yl:DataView,"%Date%":Date,"%decodeURI%":decodeURI,"%decodeURIComponent%":decodeURIComponent,"%encodeURI%":encodeURI,"%encodeURIComponent%":encodeURIComponent,"%Error%":Ul,"%eval%":eval,"%EvalError%":Gd,"%Float16Array%":typeof Float16Array==="undefined"?yl:Float16Array,"%Float32Array%":typeof Float32Array==="undefined"?yl:Float32Array,"%Float64Array%":typeof Float64Array==="undefined"?yl:Float64Array,"%FinalizationRegistry%":typeof FinalizationRegistry==="undefined"?yl:FinalizationRegistry,"%Function%":eA,"%GeneratorFunction%":uA,"%Int8Array%":typeof Int8Array==="undefined"?yl:Int8Array,"%Int16Array%":typeof Int16Array==="undefined"?yl:Int16Array,"%Int32Array%":typeof Int32Array==="undefined"?yl:Int32Array,"%isFinite%":isFinite,"%isNaN%":isNaN,"%IteratorPrototype%":iA&&sA?sA(sA([][Symbol.iterator]())):yl,"%JSON%":typeof JSON==="object"?JSON:yl,"%Map%":typeof Map==="undefined"?yl:Map,"%MapIteratorPrototype%":typeof Map==="undefined"||!iA||!sA?yl:sA((new Map)[Symbol.iterator]()),"%Math%":Math,"%Number%":Number,"%Object%":Pl,"%Object.getOwnPropertyDescriptor%":tA,"%parseFloat%":parseFloat,"%parseInt%":parseInt,"%Promise%":typeof Promise==="undefined"?yl:Promise,"%Proxy%":typeof Proxy==="undefined"?yl:Proxy,"%RangeError%":af,"%ReferenceError%":n_,"%Reflect%":typeof Reflect==="undefined"?yl:Reflect,"%RegExp%":RegExp,"%Set%":typeof Set==="undefined"?yl:Set,"%SetIteratorPrototype%":typeof Set==="undefined"||!iA||!sA?yl:sA((new Set)[Symbol.iterator]()),"%SharedArrayBuffer%":typeof SharedArrayBuffer==="undefined"?yl:SharedArrayBuffer,"%String%":String,"%StringIteratorPrototype%":iA&&sA?sA(""[Symbol.iterator]()):yl,"%Symbol%":iA?Symbol:yl,"%SyntaxError%":i_,"%ThrowTypeError%":nA,"%TypedArray%":pA,"%TypeError%":p_,"%Uint8Array%":typeof Uint8Array==="undefined"?yl:Uint8Array,"%Uint8ClampedArray%":typeof Uint8ClampedArray==="undefined"?yl:Uint8ClampedArray,"%Uint16Array%":typeof Uint16Array==="undefined"?yl:Uint16Array,"%Uint32Array%":typeof Uint32Array==="undefined"?yl:Uint32Array,"%URIError%":w_,"%WeakMap%":typeof WeakMap==="undefined"?yl:WeakMap,"%WeakRef%":typeof WeakRef==="undefined"?yl:WeakRef,"%WeakSet%":typeof WeakSet==="undefined"?yl:WeakSet,"%Function.prototype.call%":cA,"%Function.prototype.apply%":lA,"%Object.defineProperty%":rA,"%Object.getPrototypeOf%":aA,"%Math.abs%":D_,"%Math.floor%":I_,"%Math.max%":N_,"%Math.min%":_m,"%Math.pow%":pg,"%Math.round%":mg,"%Math.sign%":gg,"%Reflect.getPrototypeOf%":oA};if(sA){try{null.error}catch(La){var hA=sA(sA(La));dA["%Error.prototype%"]=hA}}var fA=function doEval(La){var hl;if(La==="%AsyncFunction%"){hl=getEvalledConstructor("async function () {}")}else if(La==="%GeneratorFunction%"){hl=getEvalledConstructor("function* () {}")}else if(La==="%AsyncGeneratorFunction%"){hl=getEvalledConstructor("async function* () {}")}else if(La==="%AsyncGenerator%"){var fl=doEval("%AsyncGeneratorFunction%");if(fl){hl=fl.prototype}}else if(La==="%AsyncIteratorPrototype%"){var yl=doEval("%AsyncGenerator%");if(yl&&sA){hl=sA(yl.prototype)}}dA[La]=hl;return hl};var _A={__proto__:null,"%ArrayBufferPrototype%":["ArrayBuffer","prototype"],"%ArrayPrototype%":["Array","prototype"],"%ArrayProto_entries%":["Array","prototype","entries"],"%ArrayProto_forEach%":["Array","prototype","forEach"],"%ArrayProto_keys%":["Array","prototype","keys"],"%ArrayProto_values%":["Array","prototype","values"],"%AsyncFunctionPrototype%":["AsyncFunction","prototype"],"%AsyncGenerator%":["AsyncGeneratorFunction","prototype"],"%AsyncGeneratorPrototype%":["AsyncGeneratorFunction","prototype","prototype"],"%BooleanPrototype%":["Boolean","prototype"],"%DataViewPrototype%":["DataView","prototype"],"%DatePrototype%":["Date","prototype"],"%ErrorPrototype%":["Error","prototype"],"%EvalErrorPrototype%":["EvalError","prototype"],"%Float32ArrayPrototype%":["Float32Array","prototype"],"%Float64ArrayPrototype%":["Float64Array","prototype"],"%FunctionPrototype%":["Function","prototype"],"%Generator%":["GeneratorFunction","prototype"],"%GeneratorPrototype%":["GeneratorFunction","prototype","prototype"],"%Int8ArrayPrototype%":["Int8Array","prototype"],"%Int16ArrayPrototype%":["Int16Array","prototype"],"%Int32ArrayPrototype%":["Int32Array","prototype"],"%JSONParse%":["JSON","parse"],"%JSONStringify%":["JSON","stringify"],"%MapPrototype%":["Map","prototype"],"%NumberPrototype%":["Number","prototype"],"%ObjectPrototype%":["Object","prototype"],"%ObjProto_toString%":["Object","prototype","toString"],"%ObjProto_valueOf%":["Object","prototype","valueOf"],"%PromisePrototype%":["Promise","prototype"],"%PromiseProto_then%":["Promise","prototype","then"],"%Promise_all%":["Promise","all"],"%Promise_reject%":["Promise","reject"],"%Promise_resolve%":["Promise","resolve"],"%RangeErrorPrototype%":["RangeError","prototype"],"%ReferenceErrorPrototype%":["ReferenceError","prototype"],"%RegExpPrototype%":["RegExp","prototype"],"%SetPrototype%":["Set","prototype"],"%SharedArrayBufferPrototype%":["SharedArrayBuffer","prototype"],"%StringPrototype%":["String","prototype"],"%SymbolPrototype%":["Symbol","prototype"],"%SyntaxErrorPrototype%":["SyntaxError","prototype"],"%TypedArrayPrototype%":["TypedArray","prototype"],"%TypeErrorPrototype%":["TypeError","prototype"],"%Uint8ArrayPrototype%":["Uint8Array","prototype"],"%Uint8ClampedArrayPrototype%":["Uint8ClampedArray","prototype"],"%Uint16ArrayPrototype%":["Uint16Array","prototype"],"%Uint32ArrayPrototype%":["Uint32Array","prototype"],"%URIErrorPrototype%":["URIError","prototype"],"%WeakMapPrototype%":["WeakMap","prototype"],"%WeakSetPrototype%":["WeakSet","prototype"]};var mA=fl(37564);var gA=fl(54076);var AA=mA.call(cA,Array.prototype.concat);var yA=mA.call(lA,Array.prototype.splice);var bA=mA.call(cA,String.prototype.replace);var vA=mA.call(cA,String.prototype.slice);var EA=mA.call(cA,RegExp.prototype.exec);var wA=/[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g;var CA=/\\(\\)?/g;var xA=function stringToPath(La){var hl=vA(La,0,1);var fl=vA(La,-1);if(hl==="%"&&fl!=="%"){throw new i_("invalid intrinsic syntax, expected closing `%`")}else if(fl==="%"&&hl!=="%"){throw new i_("invalid intrinsic syntax, expected opening `%`")}var yl=[];bA(La,wA,function(La,hl,fl,Pl){yl[yl.length]=fl?bA(Pl,CA,"$1"):hl||La});return yl};var DA=function getBaseIntrinsic(La,hl){var fl=La;var yl;if(gA(_A,fl)){yl=_A[fl];fl="%"+yl[0]+"%"}if(gA(dA,fl)){var Pl=dA[fl];if(Pl===uA){Pl=fA(fl)}if(typeof Pl==="undefined"&&!hl){throw new p_("intrinsic "+La+" exists, but is not available. Please file an issue!")}return{alias:yl,name:fl,value:Pl}}throw new i_("intrinsic "+La+" does not exist!")};La.exports=function GetIntrinsic(La,hl){if(typeof La!=="string"||La.length===0){throw new p_("intrinsic name must be a non-empty string")}if(arguments.length>1&&typeof hl!=="boolean"){throw new p_('"allowMissing" argument must be a boolean')}if(EA(/^%?[^%]*%?$/,La)===null){throw new i_("`%` may not be present anywhere but at the beginning and end of the intrinsic name")}var fl=xA(La);var Pl=fl.length>0?fl[0]:"";var Ul=DA("%"+Pl+"%",hl);var Gd=Ul.name;var af=Ul.value;var n_=false;var w_=Ul.alias;if(w_){Pl=w_[0];yA(fl,AA([0,1],w_))}for(var D_=1,I_=true;D_=fl.length){var mg=tA(af,N_);I_=!!mg;if(I_&&"get"in mg&&!("originalValue"in mg.get)){af=mg.get}else{af=af[N_]}}else{I_=gA(af,N_);af=af[N_]}if(I_&&!n_){dA[Gd]=af}}}return af}},91311:(La,hl,fl)=>{"use strict";var yl=fl(95399);La.exports=yl.getPrototypeOf||null},48681:La=>{"use strict";La.exports=typeof Reflect!=="undefined"&&Reflect.getPrototypeOf||null},81967:(La,hl,fl)=>{"use strict";var yl=fl(48681);var Pl=fl(91311);var Ul=fl(26669);La.exports=yl?function getProto(La){return yl(La)}:Pl?function getProto(La){if(!La||typeof La!=="object"&&typeof La!=="function"){throw new TypeError("getProto: not an object")}return Pl(La)}:Ul?function getProto(La){return Ul(La)}:null},1174:La=>{"use strict";La.exports=Object.getOwnPropertyDescriptor},33170:(La,hl,fl)=>{"use strict";var yl=fl(1174);if(yl){try{yl([],"length")}catch(La){yl=null}}La.exports=yl},83813:La=>{"use strict";La.exports=(La,hl=process.argv)=>{const fl=La.startsWith("-")?"":La.length===1?"-":"--";const yl=hl.indexOf(fl+La);const Pl=hl.indexOf("--");return yl!==-1&&(Pl===-1||yl{"use strict";var yl=typeof Symbol!=="undefined"&&Symbol;var Pl=fl(61114);La.exports=function hasNativeSymbols(){if(typeof yl!=="function"){return false}if(typeof Symbol!=="function"){return false}if(typeof yl("foo")!=="symbol"){return false}if(typeof Symbol("bar")!=="symbol"){return false}return Pl()}},61114:La=>{"use strict";La.exports=function hasSymbols(){if(typeof Symbol!=="function"||typeof Object.getOwnPropertySymbols!=="function"){return false}if(typeof Symbol.iterator==="symbol"){return true}var La={};var hl=Symbol("test");var fl=Object(hl);if(typeof hl==="string"){return false}if(Object.prototype.toString.call(hl)!=="[object Symbol]"){return false}if(Object.prototype.toString.call(fl)!=="[object Symbol]"){return false}var yl=42;La[hl]=yl;for(var Pl in La){return false}if(typeof Object.keys==="function"&&Object.keys(La).length!==0){return false}if(typeof Object.getOwnPropertyNames==="function"&&Object.getOwnPropertyNames(La).length!==0){return false}var Ul=Object.getOwnPropertySymbols(La);if(Ul.length!==1||Ul[0]!==hl){return false}if(!Object.prototype.propertyIsEnumerable.call(La,hl)){return false}if(typeof Object.getOwnPropertyDescriptor==="function"){var Gd=Object.getOwnPropertyDescriptor(La,hl);if(Gd.value!==yl||Gd.enumerable!==true){return false}}return true}},85479:(La,hl,fl)=>{"use strict";var yl=fl(61114);La.exports=function hasToStringTagShams(){return yl()&&!!Symbol.toStringTag}},54076:(La,hl,fl)=>{"use strict";var yl=Function.prototype.call;var Pl=Object.prototype.hasOwnProperty;var Ul=fl(37564);La.exports=Ul.call(yl,Pl)},96904:function(La,hl,fl){"use strict";var yl=this&&this.__awaiter||function(La,hl,fl,yl){function adopt(La){return La instanceof fl?La:new fl(function(hl){hl(La)})}return new(fl||(fl=Promise))(function(fl,Pl){function fulfilled(La){try{step(yl.next(La))}catch(La){Pl(La)}}function rejected(La){try{step(yl["throw"](La))}catch(La){Pl(La)}}function step(La){La.done?fl(La.value):adopt(La.value).then(fulfilled,rejected)}step((yl=yl.apply(La,hl||[])).next())})};var Pl=this&&this.__importDefault||function(La){return La&&La.__esModule?La:{default:La}};Object.defineProperty(hl,"__esModule",{value:true});const Ul=Pl(fl(69278));const Gd=Pl(fl(64756));const af=Pl(fl(87016));const n_=Pl(fl(42613));const i_=Pl(fl(2830));const p_=fl(8207);const w_=Pl(fl(37943));const D_=i_.default("https-proxy-agent:agent");class HttpsProxyAgent extends p_.Agent{constructor(La){let hl;if(typeof La==="string"){hl=af.default.parse(La)}else{hl=La}if(!hl){throw new Error("an HTTP(S) proxy server `host` and `port` must be specified!")}D_("creating new HttpsProxyAgent instance: %o",hl);super(hl);const fl=Object.assign({},hl);this.secureProxy=hl.secureProxy||isHTTPS(fl.protocol);fl.host=fl.hostname||fl.host;if(typeof fl.port==="string"){fl.port=parseInt(fl.port,10)}if(!fl.port&&fl.host){fl.port=this.secureProxy?443:80}if(this.secureProxy&&!("ALPNProtocols"in fl)){fl.ALPNProtocols=["http 1.1"]}if(fl.host&&fl.path){delete fl.path;delete fl.pathname}this.proxy=fl}callback(La,hl){return yl(this,void 0,void 0,function*(){const{proxy:fl,secureProxy:yl}=this;let Pl;if(yl){D_("Creating `tls.Socket`: %o",fl);Pl=Gd.default.connect(fl)}else{D_("Creating `net.Socket`: %o",fl);Pl=Ul.default.connect(fl)}const af=Object.assign({},fl.headers);const i_=`${hl.host}:${hl.port}`;let p_=`CONNECT ${i_} HTTP/1.1\r\n`;if(fl.auth){af["Proxy-Authorization"]=`Basic ${Buffer.from(fl.auth).toString("base64")}`}let{host:I_,port:N_,secureEndpoint:_m}=hl;if(!isDefaultPort(N_,_m)){I_+=`:${N_}`}af.Host=I_;af.Connection="close";for(const La of Object.keys(af)){p_+=`${La}: ${af[La]}\r\n`}const pg=w_.default(Pl);Pl.write(`${p_}\r\n`);const{statusCode:mg,buffered:gg}=yield pg;if(mg===200){La.once("socket",resume);if(hl.secureEndpoint){D_("Upgrading socket connection to TLS");const La=hl.servername||hl.host;return Gd.default.connect(Object.assign(Object.assign({},omit(hl,"host","hostname","path","port")),{socket:Pl,servername:La}))}return Pl}Pl.destroy();const eA=new Ul.default.Socket({writable:false});eA.readable=true;La.once("socket",La=>{D_("replaying proxy buffer for failed request");n_.default(La.listenerCount("data")>0);La.push(gg);La.push(null)});return eA})}}hl["default"]=HttpsProxyAgent;function resume(La){La.resume()}function isDefaultPort(La,hl){return Boolean(!hl&&La===80||hl&&La===443)}function isHTTPS(La){return typeof La==="string"?/^https:?$/i.test(La):false}function omit(La,...hl){const fl={};let yl;for(yl in La){if(!hl.includes(yl)){fl[yl]=La[yl]}}return fl}},3669:function(La,hl,fl){"use strict";var yl=this&&this.__importDefault||function(La){return La&&La.__esModule?La:{default:La}};const Pl=yl(fl(96904));function createHttpsProxyAgent(La){return new Pl.default(La)}(function(La){La.HttpsProxyAgent=Pl.default;La.prototype=Pl.default.prototype})(createHttpsProxyAgent||(createHttpsProxyAgent={}));La.exports=createHttpsProxyAgent},37943:function(La,hl,fl){"use strict";var yl=this&&this.__importDefault||function(La){return La&&La.__esModule?La:{default:La}};Object.defineProperty(hl,"__esModule",{value:true});const Pl=yl(fl(2830));const Ul=Pl.default("https-proxy-agent:parse-proxy-response");function parseProxyResponse(La){return new Promise((hl,fl)=>{let yl=0;const Pl=[];function read(){const hl=La.read();if(hl)ondata(hl);else La.once("readable",read)}function cleanup(){La.removeListener("end",onend);La.removeListener("error",onerror);La.removeListener("close",onclose);La.removeListener("readable",read)}function onclose(La){Ul("onclose had error %o",La)}function onend(){Ul("onend")}function onerror(La){cleanup();Ul("onerror %o",La);fl(La)}function ondata(La){Pl.push(La);yl+=La.length;const fl=Buffer.concat(Pl,yl);const Gd=fl.indexOf("\r\n\r\n");if(Gd===-1){Ul("have not received end of HTTP headers yet...");read();return}const af=fl.toString("ascii",0,fl.indexOf("\r\n"));const n_=+af.split(" ")[1];Ul("got proxy server response: %o",af);hl({statusCode:n_,buffered:fl})}La.on("error",onerror);La.on("close",onclose);La.on("end",onend);read()})}hl["default"]=parseProxyResponse},74281:(La,hl,fl)=>{"use strict";const yl=fl(91950);const Pl=fl(59980);function renamed(La,hl){return function(){throw new Error("Function yaml."+La+" is removed in js-yaml 4. "+"Use yaml."+hl+" instead, which is now safe by default.")}}La.exports.Type=fl(9557);La.exports.Schema=fl(62046);La.exports.FAILSAFE_SCHEMA=fl(69832);La.exports.JSON_SCHEMA=fl(58927);La.exports.CORE_SCHEMA=fl(55746);La.exports.DEFAULT_SCHEMA=fl(97336);La.exports.load=yl.load;La.exports.loadAll=yl.loadAll;La.exports.dump=Pl.dump;La.exports.YAMLException=fl(41248);La.exports.types={binary:fl(8149),float:fl(57584),map:fl(47316),null:fl(4333),pairs:fl(16267),set:fl(78758),timestamp:fl(28966),bool:fl(67296),int:fl(62271),merge:fl(76854),omap:fl(58649),seq:fl(77161),str:fl(53929)};La.exports.safeLoad=renamed("safeLoad","load");La.exports.safeLoadAll=renamed("safeLoadAll","loadAll");La.exports.safeDump=renamed("safeDump","dump")},19816:La=>{"use strict";function isNothing(La){return typeof La==="undefined"||La===null}function isObject(La){return typeof La==="object"&&La!==null}function toArray(La){if(Array.isArray(La))return La;else if(isNothing(La))return[];return[La]}function extend(La,hl){if(hl){const fl=Object.keys(hl);for(let yl=0,Pl=fl.length;yl{"use strict";const yl=fl(19816);const Pl=fl(41248);const Ul=fl(97336);const Gd=Object.prototype.toString;const af=Object.prototype.hasOwnProperty;const n_=65279;const i_=9;const p_=10;const w_=13;const D_=32;const I_=33;const N_=34;const _m=35;const pg=37;const mg=38;const gg=39;const eA=42;const tA=44;const rA=45;const nA=58;const iA=61;const sA=62;const aA=63;const oA=64;const lA=91;const cA=93;const uA=96;const pA=123;const dA=124;const hA=125;const fA={};fA[0]="\\0";fA[7]="\\a";fA[8]="\\b";fA[9]="\\t";fA[10]="\\n";fA[11]="\\v";fA[12]="\\f";fA[13]="\\r";fA[27]="\\e";fA[34]='\\"';fA[92]="\\\\";fA[133]="\\N";fA[160]="\\_";fA[8232]="\\L";fA[8233]="\\P";const _A=["y","Y","yes","Yes","YES","on","On","ON","n","N","no","No","NO","off","Off","OFF"];const mA=/^[-+]?[0-9_]+(?::[0-9_]+)+(?:\.[0-9_]*)?$/;function compileStyleMap(La,hl){if(hl===null)return{};const fl={};const yl=Object.keys(hl);for(let Pl=0,Ul=yl.length;Pl=32&&La<=126||La>=161&&La<=55295&&La!==8232&&La!==8233||La>=57344&&La<=65533&&La!==n_||La>=65536&&La<=1114111}function isNsCharOrWhitespace(La){return isPrintable(La)&&La!==n_&&La!==w_&&La!==p_}function isPlainSafe(La,hl,fl){const yl=isNsCharOrWhitespace(La);const Pl=yl&&!isWhitespace(La);return(fl?yl:yl&&La!==tA&&La!==lA&&La!==cA&&La!==pA&&La!==hA)&&La!==_m&&!(hl===nA&&!Pl)||isNsCharOrWhitespace(hl)&&!isWhitespace(hl)&&La===_m||hl===nA&&Pl}function isPlainSafeFirst(La){return isPrintable(La)&&La!==n_&&!isWhitespace(La)&&La!==rA&&La!==aA&&La!==nA&&La!==tA&&La!==lA&&La!==cA&&La!==pA&&La!==hA&&La!==_m&&La!==mg&&La!==eA&&La!==I_&&La!==dA&&La!==iA&&La!==sA&&La!==gg&&La!==N_&&La!==pg&&La!==oA&&La!==uA}function isPlainSafeLast(La){return!isWhitespace(La)&&La!==nA}function codePointAt(La,hl){const fl=La.charCodeAt(hl);let yl;if(fl>=55296&&fl<=56319&&hl+1=56320&&yl<=57343){return(fl-55296)*1024+yl-56320+65536}}return fl}function needIndentIndicator(La){const hl=/^\n* /;return hl.test(La)}const yA=1;const bA=2;const vA=3;const EA=4;const wA=5;function chooseScalarStyle(La,hl,fl,yl,Pl,Ul,Gd,af){let n_;let i_=0;let w_=null;let D_=false;let I_=false;const N_=yl!==-1;let _m=-1;let pg=isPlainSafeFirst(codePointAt(La,0))&&isPlainSafeLast(codePointAt(La,La.length-1));if(hl||Gd){for(n_=0;n_=65536?n_+=2:n_++){i_=codePointAt(La,n_);if(!isPrintable(i_)){return wA}pg=pg&&isPlainSafe(i_,w_,af);w_=i_}}else{for(n_=0;n_=65536?n_+=2:n_++){i_=codePointAt(La,n_);if(i_===p_){D_=true;if(N_){I_=I_||n_-_m-1>yl&&La[_m+1]!==" ";_m=n_}}else if(!isPrintable(i_)){return wA}pg=pg&&isPlainSafe(i_,w_,af);w_=i_}I_=I_||N_&&(n_-_m-1>yl&&La[_m+1]!==" ")}if(!D_&&!I_){if(pg&&!Gd&&!Pl(La)){return yA}return Ul===AA?wA:bA}if(fl>9&&needIndentIndicator(La)){return wA}if(!Gd){return I_?EA:vA}return Ul===AA?wA:bA}function writeScalar(La,hl,fl,yl,Ul){La.dump=function(){if(hl.length===0){return La.quotingType===AA?'""':"''"}if(!La.noCompatMode){if(_A.indexOf(hl)!==-1||mA.test(hl)){return La.quotingType===AA?'"'+hl+'"':"'"+hl+"'"}}const Gd=La.indent*Math.max(1,fl);const af=La.lineWidth===-1?-1:Math.max(Math.min(La.lineWidth,40),La.lineWidth-Gd);const n_=yl||La.flowLevel>-1&&fl>=La.flowLevel;function testAmbiguity(hl){return testImplicitResolving(La,hl)}switch(chooseScalarStyle(hl,n_,La.indent,af,testAmbiguity,La.quotingType,La.forceQuotes&&!yl,Ul)){case yA:return hl;case bA:return"'"+hl.replace(/'/g,"''")+"'";case vA:return"|"+blockHeader(hl,La.indent)+dropEndingNewline(indentString(hl,Gd));case EA:return">"+blockHeader(hl,La.indent)+dropEndingNewline(indentString(foldString(hl,af),Gd));case wA:return'"'+escapeString(hl,af)+'"';default:throw new Pl("impossible error: invalid scalar style")}}()}function blockHeader(La,hl){const fl=needIndentIndicator(La)?String(hl):"";const yl=La[La.length-1]==="\n";const Pl=yl&&(La[La.length-2]==="\n"||La==="\n");const Ul=Pl?"+":yl?"":"-";return fl+Ul+"\n"}function dropEndingNewline(La){return La[La.length-1]==="\n"?La.slice(0,-1):La}function foldString(La,hl){const fl=/(\n+)([^\n]*)/g;let yl=function(){let yl=La.indexOf("\n");yl=yl!==-1?yl:La.length;fl.lastIndex=yl;return foldLine(La.slice(0,yl),hl)}();let Pl=La[0]==="\n"||La[0]===" ";let Ul;let Gd;while(Gd=fl.exec(La)){const La=Gd[1];const fl=Gd[2];Ul=fl[0]===" ";yl+=La+(!Pl&&!Ul&&fl!==""?"\n":"")+foldLine(fl,hl);Pl=Ul}return yl}function foldLine(La,hl){if(La===""||La[0]===" ")return La;const fl=/ [^ ]/g;let yl;let Pl=0;let Ul;let Gd=0;let af=0;let n_="";while(yl=fl.exec(La)){af=yl.index;if(af-Pl>hl){Ul=Gd>Pl?Gd:af;n_+="\n"+La.slice(Pl,Ul);Pl=Ul+1}Gd=af}n_+="\n";if(La.length-Pl>hl&&Gd>Pl){n_+=La.slice(Pl,Gd)+"\n"+La.slice(Gd+1)}else{n_+=La.slice(Pl)}return n_.slice(1)}function escapeString(La){let hl="";let fl=0;for(let yl=0;yl=65536?yl+=2:yl++){fl=codePointAt(La,yl);const Pl=fA[fl];if(!Pl&&isPrintable(fl)){hl+=La[yl];if(fl>=65536)hl+=La[yl+1]}else{hl+=Pl||encodeHex(fl)}}return hl}function writeFlowSequence(La,hl,fl){let yl="";const Pl=La.tag;for(let Pl=0,Ul=fl.length;Pl1024)Gd+="? ";Gd+=La.dump+(La.condenseFlow?'"':"")+":"+(La.condenseFlow?"":" ");if(!writeNode(La,hl,n_,false,false)){continue}Gd+=La.dump;yl+=Gd}La.tag=Pl;La.dump="{"+yl+"}"}function writeBlockMapping(La,hl,fl,yl){let Ul="";const Gd=La.tag;const af=Object.keys(fl);if(La.sortKeys===true){af.sort()}else if(typeof La.sortKeys==="function"){af.sort(La.sortKeys)}else if(La.sortKeys){throw new Pl("sortKeys must be a boolean or a function")}for(let Pl=0,Gd=af.length;Pl1024;if(w_){if(La.dump&&p_===La.dump.charCodeAt(0)){Gd+="?"}else{Gd+="? "}}Gd+=La.dump;if(w_){Gd+=generateNextLine(La,hl)}if(!writeNode(La,hl+1,i_,true,w_)){continue}if(La.dump&&p_===La.dump.charCodeAt(0)){Gd+=":"}else{Gd+=": "}Gd+=La.dump;Ul+=Gd}La.tag=Gd;La.dump=Ul||"{}"}function detectType(La,hl,fl){const yl=fl?La.explicitTypes:La.implicitTypes;for(let Ul=0,n_=yl.length;Ul tag resolver accepts not "'+fl+'" style')}La.dump=yl}return true}}return false}function writeNode(La,hl,fl,yl,Ul,af,n_){La.tag=null;La.dump=fl;if(!detectType(La,fl,false)){detectType(La,fl,true)}const i_=Gd.call(La.dump);const p_=yl;if(yl){yl=La.flowLevel<0||La.flowLevel>hl}const w_=i_==="[object Object]"||i_==="[object Array]";let D_;let I_;if(w_){D_=La.duplicates.indexOf(fl);I_=D_!==-1}if(La.tag!==null&&La.tag!=="?"||I_||La.indent!==2&&hl>0){Ul=false}if(I_&&La.usedDuplicates[D_]){La.dump="*ref_"+D_}else{if(w_&&I_&&!La.usedDuplicates[D_]){La.usedDuplicates[D_]=true}if(i_==="[object Object]"){if(yl&&Object.keys(La.dump).length!==0){writeBlockMapping(La,hl,La.dump,Ul);if(I_){La.dump="&ref_"+D_+La.dump}}else{writeFlowMapping(La,hl,La.dump);if(I_){La.dump="&ref_"+D_+" "+La.dump}}}else if(i_==="[object Array]"){if(yl&&La.dump.length!==0){if(La.noArrayIndent&&!n_&&hl>0){writeBlockSequence(La,hl-1,La.dump,Ul)}else{writeBlockSequence(La,hl,La.dump,Ul)}if(I_){La.dump="&ref_"+D_+La.dump}}else{writeFlowSequence(La,hl,La.dump);if(I_){La.dump="&ref_"+D_+" "+La.dump}}}else if(i_==="[object String]"){if(La.tag!=="?"){writeScalar(La,La.dump,hl,af,p_)}}else if(i_==="[object Undefined]"){return false}else{if(La.skipInvalid)return false;throw new Pl("unacceptable kind of an object to dump "+i_)}if(La.tag!==null&&La.tag!=="?"){let hl=encodeURI(La.tag[0]==="!"?La.tag.slice(1):La.tag).replace(/!/g,"%21");if(La.tag[0]==="!"){hl="!"+hl}else if(hl.slice(0,18)==="tag:yaml.org,2002:"){hl="!!"+hl.slice(18)}else{hl="!<"+hl+">"}La.dump=hl+" "+La.dump}}return true}function getDuplicateReferences(La,hl){const fl=[];const yl=[];inspectNode(La,fl,yl);const Pl=yl.length;for(let La=0;La{"use strict";function formatError(La,hl){let fl="";const yl=La.reason||"(unknown reason)";if(!La.mark)return yl;if(La.mark.name){fl+='in "'+La.mark.name+'" '}fl+="("+(La.mark.line+1)+":"+(La.mark.column+1)+")";if(!hl&&La.mark.snippet){fl+="\n\n"+La.mark.snippet}return yl+" "+fl}function YAMLException(La,hl){Error.call(this);this.name="YAMLException";this.reason=La;this.mark=hl;this.message=formatError(this,false);if(Error.captureStackTrace){Error.captureStackTrace(this,this.constructor)}else{this.stack=(new Error).stack||""}}YAMLException.prototype=Object.create(Error.prototype);YAMLException.prototype.constructor=YAMLException;YAMLException.prototype.toString=function toString(La){return this.name+": "+formatError(this,La)};La.exports=YAMLException},91950:(La,hl,fl)=>{"use strict";const yl=fl(19816);const Pl=fl(41248);const Ul=fl(9440);const Gd=fl(97336);const af=Object.prototype.hasOwnProperty;const n_=1;const i_=2;const p_=3;const w_=4;const D_=1;const I_=2;const N_=3;const _m=/[\x00-\x08\x0B\x0C\x0E-\x1F\x7F-\x84\x86-\x9F\uFFFE\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]/;const pg=/[\x85\u2028\u2029]/;const mg=/[,\[\]{}]/;const gg=/^(?:!|!!|![0-9A-Za-z-]+!)$/;const eA=/^(?:!|[^,\[\]{}])(?:%[0-9a-f]{2}|[0-9a-z\-#;/?:@&=+$,_.!~*'()\[\]])*$/i;function _class(La){return Object.prototype.toString.call(La)}function isEol(La){return La===10||La===13}function isWhiteSpace(La){return La===9||La===32}function isWsOrEol(La){return La===9||La===32||La===10||La===13}function isFlowIndicator(La){return La===44||La===91||La===93||La===123||La===125}function fromHexCode(La){if(La>=48&&La<=57){return La-48}const hl=La|32;if(hl>=97&&hl<=102){return hl-97+10}return-1}function escapedHexLen(La){if(La===120){return 2}if(La===117){return 4}if(La===85){return 8}return 0}function fromDecimalCode(La){if(La>=48&&La<=57){return La-48}return-1}function simpleEscapeSequence(La){switch(La){case 48:return"\0";case 97:return"";case 98:return"\b";case 116:return"\t";case 9:return"\t";case 110:return"\n";case 118:return"\v";case 102:return"\f";case 114:return"\r";case 101:return"";case 32:return" ";case 34:return'"';case 47:return"/";case 92:return"\\";case 78:return"…";case 95:return" ";case 76:return"\u2028";case 80:return"\u2029";default:return""}}function charFromCodepoint(La){if(La<=65535){return String.fromCharCode(La)}return String.fromCharCode((La-65536>>10)+55296,(La-65536&1023)+56320)}function setProperty(La,hl,fl){if(hl==="__proto__"){Object.defineProperty(La,hl,{configurable:true,enumerable:true,writable:true,value:fl})}else{La[hl]=fl}}const tA=new Array(256);const rA=new Array(256);for(let La=0;La<256;La++){tA[La]=simpleEscapeSequence(La)?1:0;rA[La]=simpleEscapeSequence(La)}function State(La,hl){this.input=La;this.filename=hl["filename"]||null;this.schema=hl["schema"]||Gd;this.onWarning=hl["onWarning"]||null;this.legacy=hl["legacy"]||false;this.json=hl["json"]||false;this.listener=hl["listener"]||null;this.maxDepth=typeof hl["maxDepth"]==="number"?hl["maxDepth"]:100;this.maxTotalMergeKeys=typeof hl["maxTotalMergeKeys"]==="number"?hl["maxTotalMergeKeys"]:1e4;this.implicitTypes=this.schema.compiledImplicit;this.typeMap=this.schema.compiledTypeMap;this.length=La.length;this.position=0;this.line=0;this.lineStart=0;this.lineIndent=0;this.depth=0;this.totalMergeKeys=0;this.firstTabInLine=-1;this.documents=[];this.anchorMapTransactions=[]}function generateError(La,hl){const fl={name:La.filename,buffer:La.input.slice(0,-1),position:La.position,line:La.line,column:La.position-La.lineStart};fl.snippet=Ul(fl);return new Pl(hl,fl)}function throwError(La,hl){throw generateError(La,hl)}function throwWarning(La,hl){if(La.onWarning){La.onWarning.call(null,generateError(La,hl))}}function storeAnchor(La,hl,fl){const yl=La.anchorMapTransactions;if(yl.length!==0){const fl=yl[yl.length-1];if(!af.call(fl,hl)){fl[hl]={existed:af.call(La.anchorMap,hl),value:La.anchorMap[hl]}}}La.anchorMap[hl]=fl}function beginAnchorTransaction(La){La.anchorMapTransactions.push(Object.create(null))}function commitAnchorTransaction(La){const hl=La.anchorMapTransactions.pop();const fl=La.anchorMapTransactions;if(fl.length===0)return;const yl=fl[fl.length-1];const Pl=Object.keys(hl);for(let La=0,fl=Pl.length;La=0;yl-=1){const Pl=hl[fl[yl]];if(Pl.existed){La.anchorMap[fl[yl]]=Pl.value}else{delete La.anchorMap[fl[yl]]}}}function snapshotState(La){return{position:La.position,line:La.line,lineStart:La.lineStart,lineIndent:La.lineIndent,firstTabInLine:La.firstTabInLine,tag:La.tag,anchor:La.anchor,kind:La.kind,result:La.result}}function restoreState(La,hl){La.position=hl.position;La.line=hl.line;La.lineStart=hl.lineStart;La.lineIndent=hl.lineIndent;La.firstTabInLine=hl.firstTabInLine;La.tag=hl.tag;La.anchor=hl.anchor;La.kind=hl.kind;La.result=hl.result}const nA={YAML:function handleYamlDirective(La,hl,fl){if(La.version!==null){throwError(La,"duplication of %YAML directive")}if(fl.length!==1){throwError(La,"YAML directive accepts exactly one argument")}const yl=/^([0-9]+)\.([0-9]+)$/.exec(fl[0]);if(yl===null){throwError(La,"ill-formed argument of the YAML directive")}const Pl=parseInt(yl[1],10);const Ul=parseInt(yl[2],10);if(Pl!==1){throwError(La,"unacceptable YAML version of the document")}La.version=fl[0];La.checkLineBreaks=Ul<2;if(Ul!==1&&Ul!==2){throwWarning(La,"unsupported YAML version of the document")}},TAG:function handleTagDirective(La,hl,fl){let yl;if(fl.length!==2){throwError(La,"TAG directive accepts exactly two arguments")}const Pl=fl[0];yl=fl[1];if(!gg.test(Pl)){throwError(La,"ill-formed tag handle (first argument) of the TAG directive")}if(af.call(La.tagMap,Pl)){throwError(La,'there is a previously declared suffix for "'+Pl+'" tag handle')}if(!eA.test(yl)){throwError(La,"ill-formed tag prefix (second argument) of the TAG directive")}try{yl=decodeURIComponent(yl)}catch(hl){throwError(La,"tag prefix is malformed: "+yl)}La.tagMap[Pl]=yl}};function captureSegment(La,hl,fl,yl){if(hl=32&&fl<=1114111)){throwError(La,"expected valid JSON character")}}}else if(_m.test(Pl)){throwError(La,"the stream contains non-printable characters")}La.result+=Pl}}function mergeMappings(La,hl,fl,Pl){if(!yl.isObject(fl)){throwError(La,"cannot merge mappings; the provided source object is unacceptable")}const Ul=Object.keys(fl);for(let yl=0,Gd=Ul.length;ylLa.maxTotalMergeKeys){throwError(La,"merge keys exceeded maxTotalMergeKeys ("+La.maxTotalMergeKeys+")")}if(!af.call(hl,Gd)){setProperty(hl,Gd,fl[Gd]);Pl[Gd]=true}}}function storeMappingPair(La,hl,fl,yl,Pl,Ul,Gd,n_,i_){if(Array.isArray(Pl)){Pl=Array.prototype.slice.call(Pl);for(let hl=0,fl=Pl.length;hl1){La.result+=yl.repeat("\n",hl-1)}}function readPlainScalar(La,hl,fl){let yl;let Pl;let Ul;let Gd;let af;let n_;const i_=La.kind;const p_=La.result;let w_=La.input.charCodeAt(La.position);if(isWsOrEol(w_)||isFlowIndicator(w_)||w_===35||w_===38||w_===42||w_===33||w_===124||w_===62||w_===39||w_===34||w_===37||w_===64||w_===96){return false}if(w_===63||w_===45){const hl=La.input.charCodeAt(La.position+1);if(isWsOrEol(hl)||fl&&isFlowIndicator(hl)){return false}}La.kind="scalar";La.result="";yl=Pl=La.position;Ul=false;while(w_!==0){if(w_===58){const hl=La.input.charCodeAt(La.position+1);if(isWsOrEol(hl)||fl&&isFlowIndicator(hl)){break}}else if(w_===35){const hl=La.input.charCodeAt(La.position-1);if(isWsOrEol(hl)){break}}else if(La.position===La.lineStart&&testDocumentSeparator(La)||fl&&isFlowIndicator(w_)){break}else if(isEol(w_)){Gd=La.line;af=La.lineStart;n_=La.lineIndent;skipSeparationSpace(La,false,-1);if(La.lineIndent>=hl){Ul=true;w_=La.input.charCodeAt(La.position);continue}else{La.position=Pl;La.line=Gd;La.lineStart=af;La.lineIndent=n_;break}}if(Ul){captureSegment(La,yl,Pl,false);writeFoldedLines(La,La.line-Gd);yl=Pl=La.position;Ul=false}if(!isWhiteSpace(w_)){Pl=La.position+1}w_=La.input.charCodeAt(++La.position)}captureSegment(La,yl,Pl,false);if(La.result){return true}La.kind=i_;La.result=p_;return false}function readSingleQuotedScalar(La,hl){let fl;let yl;let Pl=La.input.charCodeAt(La.position);if(Pl!==39){return false}La.kind="scalar";La.result="";La.position++;fl=yl=La.position;while((Pl=La.input.charCodeAt(La.position))!==0){if(Pl===39){captureSegment(La,fl,La.position,true);Pl=La.input.charCodeAt(++La.position);if(Pl===39){fl=La.position;La.position++;yl=La.position}else{return true}}else if(isEol(Pl)){captureSegment(La,fl,yl,true);writeFoldedLines(La,skipSeparationSpace(La,false,hl));fl=yl=La.position}else if(La.position===La.lineStart&&testDocumentSeparator(La)){throwError(La,"unexpected end of the document within a single quoted scalar")}else{La.position++;if(!isWhiteSpace(Pl)){yl=La.position}}}throwError(La,"unexpected end of the stream within a single quoted scalar")}function readDoubleQuotedScalar(La,hl){let fl;let yl;let Pl;let Ul=La.input.charCodeAt(La.position);if(Ul!==34){return false}La.kind="scalar";La.result="";La.position++;fl=yl=La.position;while((Ul=La.input.charCodeAt(La.position))!==0){if(Ul===34){captureSegment(La,fl,La.position,true);La.position++;return true}else if(Ul===92){captureSegment(La,fl,La.position,true);Ul=La.input.charCodeAt(++La.position);if(isEol(Ul)){skipSeparationSpace(La,false,hl)}else if(Ul<256&&tA[Ul]){La.result+=rA[Ul];La.position++}else if((Pl=escapedHexLen(Ul))>0){let hl=Pl;let fl=0;for(;hl>0;hl--){Ul=La.input.charCodeAt(++La.position);if((Pl=fromHexCode(Ul))>=0){fl=(fl<<4)+Pl}else{throwError(La,"expected hexadecimal character")}}La.result+=charFromCodepoint(fl);La.position++}else{throwError(La,"unknown escape sequence")}fl=yl=La.position}else if(isEol(Ul)){captureSegment(La,fl,yl,true);writeFoldedLines(La,skipSeparationSpace(La,false,hl));fl=yl=La.position}else if(La.position===La.lineStart&&testDocumentSeparator(La)){throwError(La,"unexpected end of the document within a double quoted scalar")}else{La.position++;if(!isWhiteSpace(Ul)){yl=La.position}}}throwError(La,"unexpected end of the stream within a double quoted scalar")}function readFlowCollection(La,hl){let fl=true;let yl;let Pl;let Ul;const Gd=La.tag;let af;const i_=La.anchor;let p_;let w_;let D_;let I_;const N_=Object.create(null);let _m;let pg;let mg;let gg=La.input.charCodeAt(La.position);if(gg===91){p_=93;I_=false;af=[]}else if(gg===123){p_=125;I_=true;af={}}else{return false}if(La.anchor!==null){storeAnchor(La,La.anchor,af)}gg=La.input.charCodeAt(++La.position);while(gg!==0){skipSeparationSpace(La,true,hl);gg=La.input.charCodeAt(La.position);if(gg===p_){La.position++;La.tag=Gd;La.anchor=i_;La.kind=I_?"mapping":"sequence";La.result=af;return true}else if(!fl){throwError(La,"missed comma between flow collection entries")}else if(gg===44){throwError(La,"expected the node content, but found ','")}pg=_m=mg=null;w_=D_=false;if(gg===63){const fl=La.input.charCodeAt(La.position+1);if(isWsOrEol(fl)){w_=D_=true;La.position++;skipSeparationSpace(La,true,hl)}}yl=La.line;Pl=La.lineStart;Ul=La.position;composeNode(La,hl,n_,false,true);pg=La.tag;_m=La.result;skipSeparationSpace(La,true,hl);gg=La.input.charCodeAt(La.position);if((D_||La.line===yl)&&gg===58){w_=true;gg=La.input.charCodeAt(++La.position);skipSeparationSpace(La,true,hl);composeNode(La,hl,n_,false,true);mg=La.result}if(I_){storeMappingPair(La,af,N_,pg,_m,mg,yl,Pl,Ul)}else if(w_){af.push(storeMappingPair(La,null,N_,pg,_m,mg,yl,Pl,Ul))}else{af.push(_m)}skipSeparationSpace(La,true,hl);gg=La.input.charCodeAt(La.position);if(gg===44){fl=true;gg=La.input.charCodeAt(++La.position)}else{fl=false}}throwError(La,"unexpected end of the stream within a flow collection")}function readBlockScalar(La,hl){let fl;let Pl=D_;let Ul=false;let Gd=false;let af=hl;let n_=0;let i_=false;let p_;let w_=La.input.charCodeAt(La.position);if(w_===124){fl=false}else if(w_===62){fl=true}else{return false}La.kind="scalar";La.result="";while(w_!==0){w_=La.input.charCodeAt(++La.position);if(w_===43||w_===45){if(D_===Pl){Pl=w_===43?N_:I_}else{throwError(La,"repeat of a chomping mode identifier")}}else if((p_=fromDecimalCode(w_))>=0){if(p_===0){throwError(La,"bad explicit indentation width of a block scalar; it cannot be less than one")}else if(!Gd){af=hl+p_-1;Gd=true}else{throwError(La,"repeat of an indentation width identifier")}}else{break}}if(isWhiteSpace(w_)){do{w_=La.input.charCodeAt(++La.position)}while(isWhiteSpace(w_));if(w_===35){do{w_=La.input.charCodeAt(++La.position)}while(!isEol(w_)&&w_!==0)}}while(w_!==0){readLineBreak(La);La.lineIndent=0;w_=La.input.charCodeAt(La.position);while((!Gd||La.lineIndentaf){af=La.lineIndent}if(isEol(w_)){n_++;continue}if(!Gd&&af===0){throwError(La,"missing indentation for block scalar")}if(La.lineIndenthl)&&Gd!==0){throwError(La,"bad indentation of a sequence entry")}else if(La.lineIndenthl){if(pg){Pl=La.line;Ul=La.lineStart;Gd=La.position}if(composeNode(La,hl,w_,true,yl)){if(pg){N_=La.result}else{_m=La.result}}if(!pg){storeMappingPair(La,p_,D_,I_,N_,_m,Pl,Ul,Gd);I_=N_=_m=null}skipSeparationSpace(La,true,-1);gg=La.input.charCodeAt(La.position)}if((La.line===tA||La.lineIndent>hl)&&gg!==0){throwError(La,"bad indentation of a mapping entry")}else if(La.lineIndent=La.maxDepth){throwError(La,"nesting exceeded maxDepth ("+La.maxDepth+")")}La.depth+=1;if(La.listener!==null){La.listener("open",La)}La.tag=null;La.anchor=null;La.kind=null;La.result=null;const eA=Ul=Gd=w_===fl||p_===fl;if(yl){if(skipSeparationSpace(La,true,-1)){I_=true;if(La.lineIndent>hl){D_=1}else if(La.lineIndent===hl){D_=0}else if(La.lineIndenthl){D_=1}else if(La.lineIndent===hl){D_=0}else if(La.lineIndent tag; it should be "scalar", not "'+La.kind+'"')}for(let hl=0,fl=La.implicitTypes.length;hl")}if(La.result!==null&&pg.kind!==La.kind){throwError(La,"unacceptable node kind for !<"+La.tag+'> tag; it should be "'+pg.kind+'", not "'+La.kind+'"')}if(!pg.resolve(La.result,La.tag)){throwError(La,"cannot resolve a node with !<"+La.tag+"> explicit tag")}else{La.result=pg.construct(La.result,La.tag);if(La.anchor!==null){storeAnchor(La,La.anchor,La.result)}}}if(La.listener!==null){La.listener("close",La)}La.depth-=1;return La.tag!==null||La.anchor!==null||N_}function readDocument(La){const hl=La.position;let fl=false;let yl;La.version=null;La.checkLineBreaks=La.legacy;La.tagMap=Object.create(null);La.anchorMap=Object.create(null);while((yl=La.input.charCodeAt(La.position))!==0){skipSeparationSpace(La,true,-1);yl=La.input.charCodeAt(La.position);if(La.lineIndent>0||yl!==37){break}fl=true;yl=La.input.charCodeAt(++La.position);let hl=La.position;while(yl!==0&&!isWsOrEol(yl)){yl=La.input.charCodeAt(++La.position)}const Pl=La.input.slice(hl,La.position);const Ul=[];if(Pl.length<1){throwError(La,"directive name must not be less than one character in length")}while(yl!==0){while(isWhiteSpace(yl)){yl=La.input.charCodeAt(++La.position)}if(yl===35){do{yl=La.input.charCodeAt(++La.position)}while(yl!==0&&!isEol(yl));break}if(isEol(yl))break;hl=La.position;while(yl!==0&&!isWsOrEol(yl)){yl=La.input.charCodeAt(++La.position)}Ul.push(La.input.slice(hl,La.position))}if(yl!==0)readLineBreak(La);if(af.call(nA,Pl)){nA[Pl](La,Pl,Ul)}else{throwWarning(La,'unknown document directive "'+Pl+'"')}}skipSeparationSpace(La,true,-1);if(La.lineIndent===0&&La.input.charCodeAt(La.position)===45&&La.input.charCodeAt(La.position+1)===45&&La.input.charCodeAt(La.position+2)===45){La.position+=3;skipSeparationSpace(La,true,-1)}else if(fl){throwError(La,"directives end mark is expected")}composeNode(La,La.lineIndent-1,w_,false,true);skipSeparationSpace(La,true,-1);if(La.checkLineBreaks&&pg.test(La.input.slice(hl,La.position))){throwWarning(La,"non-ASCII line breaks are interpreted as content")}La.documents.push(La.result);if(La.position===La.lineStart&&testDocumentSeparator(La)){if(La.input.charCodeAt(La.position)===46){La.position+=3;skipSeparationSpace(La,true,-1)}return}if(La.position{"use strict";const yl=fl(41248);const Pl=fl(9557);function compileList(La,hl){const fl=[];La[hl].forEach(function(La){let hl=fl.length;fl.forEach(function(fl,yl){if(fl.tag===La.tag&&fl.kind===La.kind&&fl.multi===La.multi){hl=yl}});fl[hl]=La});return fl}function compileMap(){const La={scalar:{},sequence:{},mapping:{},fallback:{},multi:{scalar:[],sequence:[],mapping:[],fallback:[]}};function collectType(hl){if(hl.multi){La.multi[hl.kind].push(hl);La.multi["fallback"].push(hl)}else{La[hl.kind][hl.tag]=La["fallback"][hl.tag]=hl}}for(let La=0,hl=arguments.length;La{"use strict";La.exports=fl(58927)},97336:(La,hl,fl)=>{"use strict";La.exports=fl(55746).extend({implicit:[fl(28966),fl(76854)],explicit:[fl(8149),fl(58649),fl(16267),fl(78758)]})},69832:(La,hl,fl)=>{"use strict";const yl=fl(62046);La.exports=new yl({explicit:[fl(53929),fl(77161),fl(47316)]})},58927:(La,hl,fl)=>{"use strict";La.exports=fl(69832).extend({implicit:[fl(4333),fl(67296),fl(62271),fl(57584)]})},9440:(La,hl,fl)=>{"use strict";const yl=fl(19816);function getLine(La,hl,fl,yl,Pl){let Ul="";let Gd="";const af=Math.floor(Pl/2)-1;if(yl-hl>af){Ul=" ... ";hl=yl-af+Ul.length}if(fl-yl>af){Gd=" ...";fl=yl+af-Gd.length}return{str:Ul+La.slice(hl,fl).replace(/\t/g,"→")+Gd,pos:yl-hl+Ul.length}}function padStart(La,hl){return yl.repeat(" ",hl-La.length)+La}function makeSnippet(La,hl){hl=Object.create(hl||null);if(!La.buffer)return null;if(!hl.maxLength)hl.maxLength=79;if(typeof hl.indent!=="number")hl.indent=1;if(typeof hl.linesBefore!=="number")hl.linesBefore=3;if(typeof hl.linesAfter!=="number")hl.linesAfter=2;const fl=/\r?\n|\r|\0/g;const Pl=[0];const Ul=[];let Gd;let af=-1;while(Gd=fl.exec(La.buffer)){Ul.push(Gd.index);Pl.push(Gd.index+Gd[0].length);if(La.position<=Gd.index&&af<0){af=Pl.length-2}}if(af<0)af=Pl.length-1;let n_="";const i_=Math.min(La.line+hl.linesAfter,Ul.length).toString().length;const p_=hl.maxLength-(hl.indent+i_+3);for(let fl=1;fl<=hl.linesBefore;fl++){if(af-fl<0)break;const Gd=getLine(La.buffer,Pl[af-fl],Ul[af-fl],La.position-(Pl[af]-Pl[af-fl]),p_);n_=yl.repeat(" ",hl.indent)+padStart((La.line-fl+1).toString(),i_)+" | "+Gd.str+"\n"+n_}const w_=getLine(La.buffer,Pl[af],Ul[af],La.position,p_);n_+=yl.repeat(" ",hl.indent)+padStart((La.line+1).toString(),i_)+" | "+w_.str+"\n";n_+=yl.repeat("-",hl.indent+i_+3+w_.pos)+"^"+"\n";for(let fl=1;fl<=hl.linesAfter;fl++){if(af+fl>=Ul.length)break;const Gd=getLine(La.buffer,Pl[af+fl],Ul[af+fl],La.position-(Pl[af]-Pl[af+fl]),p_);n_+=yl.repeat(" ",hl.indent)+padStart((La.line+fl+1).toString(),i_)+" | "+Gd.str+"\n"}return n_.replace(/\n$/,"")}La.exports=makeSnippet},9557:(La,hl,fl)=>{"use strict";const yl=fl(41248);const Pl=["kind","multi","resolve","construct","instanceOf","predicate","represent","representName","defaultStyle","styleAliases"];const Ul=["scalar","sequence","mapping"];function compileStyleAliases(La){const hl={};if(La!==null){Object.keys(La).forEach(function(fl){La[fl].forEach(function(La){hl[String(La)]=fl})})}return hl}function Type(La,hl){hl=hl||{};Object.keys(hl).forEach(function(hl){if(Pl.indexOf(hl)===-1){throw new yl('Unknown option "'+hl+'" is met in definition of "'+La+'" YAML type.')}});this.options=hl;this.tag=La;this.kind=hl["kind"]||null;this.resolve=hl["resolve"]||function(){return true};this.construct=hl["construct"]||function(La){return La};this.instanceOf=hl["instanceOf"]||null;this.predicate=hl["predicate"]||null;this.represent=hl["represent"]||null;this.representName=hl["representName"]||null;this.defaultStyle=hl["defaultStyle"]||null;this.multi=hl["multi"]||false;this.styleAliases=compileStyleAliases(hl["styleAliases"]||null);if(Ul.indexOf(this.kind)===-1){throw new yl('Unknown kind "'+this.kind+'" is specified for "'+La+'" YAML type.')}}La.exports=Type},8149:(La,hl,fl)=>{"use strict";const yl=fl(9557);const Pl="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=\n\r";function resolveYamlBinary(La){if(La===null)return false;let hl=0;const fl=La.length;const yl=Pl;for(let Pl=0;Pl64)continue;if(fl<0)return false;hl+=6}return hl%8===0}function constructYamlBinary(La){const hl=La.replace(/[\r\n=]/g,"");const fl=hl.length;const yl=Pl;let Ul=0;const Gd=[];for(let La=0;La>16&255);Gd.push(Ul>>8&255);Gd.push(Ul&255)}Ul=Ul<<6|yl.indexOf(hl.charAt(La))}const af=fl%4*6;if(af===0){Gd.push(Ul>>16&255);Gd.push(Ul>>8&255);Gd.push(Ul&255)}else if(af===18){Gd.push(Ul>>10&255);Gd.push(Ul>>2&255)}else if(af===12){Gd.push(Ul>>4&255)}return new Uint8Array(Gd)}function representYamlBinary(La){let hl="";let fl=0;const yl=La.length;const Ul=Pl;for(let Pl=0;Pl>18&63];hl+=Ul[fl>>12&63];hl+=Ul[fl>>6&63];hl+=Ul[fl&63]}fl=(fl<<8)+La[Pl]}const Gd=yl%3;if(Gd===0){hl+=Ul[fl>>18&63];hl+=Ul[fl>>12&63];hl+=Ul[fl>>6&63];hl+=Ul[fl&63]}else if(Gd===2){hl+=Ul[fl>>10&63];hl+=Ul[fl>>4&63];hl+=Ul[fl<<2&63];hl+=Ul[64]}else if(Gd===1){hl+=Ul[fl>>2&63];hl+=Ul[fl<<4&63];hl+=Ul[64];hl+=Ul[64]}return hl}function isBinary(La){return Object.prototype.toString.call(La)==="[object Uint8Array]"}La.exports=new yl("tag:yaml.org,2002:binary",{kind:"scalar",resolve:resolveYamlBinary,construct:constructYamlBinary,predicate:isBinary,represent:representYamlBinary})},67296:(La,hl,fl)=>{"use strict";const yl=fl(9557);function resolveYamlBoolean(La){if(La===null)return false;const hl=La.length;return hl===4&&(La==="true"||La==="True"||La==="TRUE")||hl===5&&(La==="false"||La==="False"||La==="FALSE")}function constructYamlBoolean(La){return La==="true"||La==="True"||La==="TRUE"}function isBoolean(La){return Object.prototype.toString.call(La)==="[object Boolean]"}La.exports=new yl("tag:yaml.org,2002:bool",{kind:"scalar",resolve:resolveYamlBoolean,construct:constructYamlBoolean,predicate:isBoolean,represent:{lowercase:function(La){return La?"true":"false"},uppercase:function(La){return La?"TRUE":"FALSE"},camelcase:function(La){return La?"True":"False"}},defaultStyle:"lowercase"})},57584:(La,hl,fl)=>{"use strict";const yl=fl(19816);const Pl=fl(9557);const Ul=new RegExp("^(?:[-+]?(?:[0-9]+)(?:\\.[0-9]*)?(?:[eE][-+]?[0-9]+)?"+"|\\.[0-9]+(?:[eE][-+]?[0-9]+)?"+"|[-+]?\\.(?:inf|Inf|INF)"+"|\\.(?:nan|NaN|NAN))$");const Gd=new RegExp("^(?:"+"[-+]?\\.(?:inf|Inf|INF)"+"|\\.(?:nan|NaN|NAN))$");function resolveYamlFloat(La){if(La===null)return false;if(!Ul.test(La)){return false}if(isFinite(parseFloat(La,10))){return true}return Gd.test(La)}function constructYamlFloat(La){let hl=La.toLowerCase();const fl=hl[0]==="-"?-1:1;if("+-".indexOf(hl[0])>=0){hl=hl.slice(1)}if(hl===".inf"){return fl===1?Number.POSITIVE_INFINITY:Number.NEGATIVE_INFINITY}else if(hl===".nan"){return NaN}return fl*parseFloat(hl,10)}const af=/^[-+]?[0-9]+e/;function representYamlFloat(La,hl){if(isNaN(La)){switch(hl){case"lowercase":return".nan";case"uppercase":return".NAN";case"camelcase":return".NaN"}}else if(Number.POSITIVE_INFINITY===La){switch(hl){case"lowercase":return".inf";case"uppercase":return".INF";case"camelcase":return".Inf"}}else if(Number.NEGATIVE_INFINITY===La){switch(hl){case"lowercase":return"-.inf";case"uppercase":return"-.INF";case"camelcase":return"-.Inf"}}else if(yl.isNegativeZero(La)){return"-0.0"}const fl=La.toString(10);return af.test(fl)?fl.replace("e",".e"):fl}function isFloat(La){return Object.prototype.toString.call(La)==="[object Number]"&&(La%1!==0||yl.isNegativeZero(La))}La.exports=new Pl("tag:yaml.org,2002:float",{kind:"scalar",resolve:resolveYamlFloat,construct:constructYamlFloat,predicate:isFloat,represent:representYamlFloat,defaultStyle:"lowercase"})},62271:(La,hl,fl)=>{"use strict";const yl=fl(19816);const Pl=fl(9557);function isHexCode(La){return La>=48&&La<=57||La>=65&&La<=70||La>=97&&La<=102}function isOctCode(La){return La>=48&&La<=55}function isDecCode(La){return La>=48&&La<=57}function resolveYamlInteger(La){if(La===null)return false;const hl=La.length;let fl=0;let yl=false;if(!hl)return false;let Pl=La[fl];if(Pl==="-"||Pl==="+"){Pl=La[++fl]}if(Pl==="0"){if(fl+1===hl)return true;Pl=La[++fl];if(Pl==="b"){fl++;for(;fl=0?"0b"+La.toString(2):"-0b"+La.toString(2).slice(1)},octal:function(La){return La>=0?"0o"+La.toString(8):"-0o"+La.toString(8).slice(1)},decimal:function(La){return La.toString(10)},hexadecimal:function(La){return La>=0?"0x"+La.toString(16).toUpperCase():"-0x"+La.toString(16).toUpperCase().slice(1)}},defaultStyle:"decimal",styleAliases:{binary:[2,"bin"],octal:[8,"oct"],decimal:[10,"dec"],hexadecimal:[16,"hex"]}})},47316:(La,hl,fl)=>{"use strict";const yl=fl(9557);La.exports=new yl("tag:yaml.org,2002:map",{kind:"mapping",construct:function(La){return La!==null?La:{}}})},76854:(La,hl,fl)=>{"use strict";const yl=fl(9557);function resolveYamlMerge(La){return La==="<<"||La===null}La.exports=new yl("tag:yaml.org,2002:merge",{kind:"scalar",resolve:resolveYamlMerge})},4333:(La,hl,fl)=>{"use strict";const yl=fl(9557);function resolveYamlNull(La){if(La===null)return true;const hl=La.length;return hl===1&&La==="~"||hl===4&&(La==="null"||La==="Null"||La==="NULL")}function constructYamlNull(){return null}function isNull(La){return La===null}La.exports=new yl("tag:yaml.org,2002:null",{kind:"scalar",resolve:resolveYamlNull,construct:constructYamlNull,predicate:isNull,represent:{canonical:function(){return"~"},lowercase:function(){return"null"},uppercase:function(){return"NULL"},camelcase:function(){return"Null"},empty:function(){return""}},defaultStyle:"lowercase"})},58649:(La,hl,fl)=>{"use strict";const yl=fl(9557);const Pl=Object.prototype.hasOwnProperty;const Ul=Object.prototype.toString;function resolveYamlOmap(La){if(La===null)return true;const hl=[];const fl=La;for(let La=0,yl=fl.length;La{"use strict";const yl=fl(9557);const Pl=Object.prototype.toString;function resolveYamlPairs(La){if(La===null)return true;const hl=La;const fl=new Array(hl.length);for(let La=0,yl=hl.length;La{"use strict";const yl=fl(9557);La.exports=new yl("tag:yaml.org,2002:seq",{kind:"sequence",construct:function(La){return La!==null?La:[]}})},78758:(La,hl,fl)=>{"use strict";const yl=fl(9557);const Pl=Object.prototype.hasOwnProperty;function resolveYamlSet(La){if(La===null)return true;const hl=La;for(const La in hl){if(Pl.call(hl,La)){if(hl[La]!==null)return false}}return true}function constructYamlSet(La){return La!==null?La:{}}La.exports=new yl("tag:yaml.org,2002:set",{kind:"mapping",resolve:resolveYamlSet,construct:constructYamlSet})},53929:(La,hl,fl)=>{"use strict";const yl=fl(9557);La.exports=new yl("tag:yaml.org,2002:str",{kind:"scalar",construct:function(La){return La!==null?La:""}})},28966:(La,hl,fl)=>{"use strict";const yl=fl(9557);const Pl=new RegExp("^([0-9][0-9][0-9][0-9])"+"-([0-9][0-9])"+"-([0-9][0-9])$");const Ul=new RegExp("^([0-9][0-9][0-9][0-9])"+"-([0-9][0-9]?)"+"-([0-9][0-9]?)"+"(?:[Tt]|[ \\t]+)"+"([0-9][0-9]?)"+":([0-9][0-9])"+":([0-9][0-9])"+"(?:\\.([0-9]*))?"+"(?:[ \\t]*(Z|([-+])([0-9][0-9]?)"+"(?::([0-9][0-9]))?))?$");function resolveYamlTimestamp(La){if(La===null)return false;if(Pl.exec(La)!==null)return true;if(Ul.exec(La)!==null)return true;return false}function constructYamlTimestamp(La){let hl=0;let fl=null;let yl=Pl.exec(La);if(yl===null)yl=Ul.exec(La);if(yl===null)throw new Error("Date resolve error");const Gd=+yl[1];const af=+yl[2]-1;const n_=+yl[3];if(!yl[4]){return new Date(Date.UTC(Gd,af,n_))}const i_=+yl[4];const p_=+yl[5];const w_=+yl[6];if(yl[7]){hl=yl[7].slice(0,3);while(hl.length<3){hl+="0"}hl=+hl}if(yl[9]){const La=+yl[10];const hl=+(yl[11]||0);fl=(La*60+hl)*6e4;if(yl[9]==="-")fl=-fl}const D_=new Date(Date.UTC(Gd,af,n_,i_,p_,w_,hl));if(fl)D_.setTime(D_.getTime()-fl);return D_}function representYamlTimestamp(La){return La.toISOString()}La.exports=new yl("tag:yaml.org,2002:timestamp",{kind:"scalar",resolve:resolveYamlTimestamp,construct:constructYamlTimestamp,instanceOf:Date,represent:representYamlTimestamp})},92047:(La,hl,fl)=>{var yl=fl(33324);La.exports=function(La,hl){hl=hl||{};var fl=yl.decode(La,hl);if(!fl){return null}var Pl=fl.payload;if(typeof Pl==="string"){try{var Ul=JSON.parse(Pl);if(Ul!==null&&typeof Ul==="object"){Pl=Ul}}catch(La){}}if(hl.complete===true){return{header:fl.header,payload:Pl,signature:fl.signature}}return Pl}},69653:(La,hl,fl)=>{La.exports={decode:fl(92047),verify:fl(60772),sign:fl(14912),JsonWebTokenError:fl(26248),NotBeforeError:fl(91269),TokenExpiredError:fl(41241)}},26248:La=>{var JsonWebTokenError=function(La,hl){Error.call(this,La);if(Error.captureStackTrace){Error.captureStackTrace(this,this.constructor)}this.name="JsonWebTokenError";this.message=La;if(hl)this.inner=hl};JsonWebTokenError.prototype=Object.create(Error.prototype);JsonWebTokenError.prototype.constructor=JsonWebTokenError;La.exports=JsonWebTokenError},91269:(La,hl,fl)=>{var yl=fl(26248);var NotBeforeError=function(La,hl){yl.call(this,La);this.name="NotBeforeError";this.date=hl};NotBeforeError.prototype=Object.create(yl.prototype);NotBeforeError.prototype.constructor=NotBeforeError;La.exports=NotBeforeError},41241:(La,hl,fl)=>{var yl=fl(26248);var TokenExpiredError=function(La,hl){yl.call(this,La);this.name="TokenExpiredError";this.expiredAt=hl};TokenExpiredError.prototype=Object.create(yl.prototype);TokenExpiredError.prototype.constructor=TokenExpiredError;La.exports=TokenExpiredError},51136:(La,hl,fl)=>{const yl=fl(62088);La.exports=yl.satisfies(process.version,">=15.7.0")},3948:(La,hl,fl)=>{var yl=fl(62088);La.exports=yl.satisfies(process.version,"^6.12.0 || >=8.0.0")},45318:(La,hl,fl)=>{const yl=fl(62088);La.exports=yl.satisfies(process.version,">=16.9.0")},96688:(La,hl,fl)=>{var yl=fl(70744);La.exports=function(La,hl){var fl=hl||Math.floor(Date.now()/1e3);if(typeof La==="string"){var Pl=yl(La);if(typeof Pl==="undefined"){return}return Math.floor(fl+Pl/1e3)}else if(typeof La==="number"){return fl+La}else{return}}},91006:(La,hl,fl)=>{const yl=fl(51136);const Pl=fl(45318);const Ul={ec:["ES256","ES384","ES512"],rsa:["RS256","PS256","RS384","PS384","RS512","PS512"],"rsa-pss":["PS256","PS384","PS512"]};const Gd={ES256:"prime256v1",ES384:"secp384r1",ES512:"secp521r1"};La.exports=function(La,hl){if(!La||!hl)return;const fl=hl.asymmetricKeyType;if(!fl)return;const af=Ul[fl];if(!af){throw new Error(`Unknown key type "${fl}".`)}if(!af.includes(La)){throw new Error(`"alg" parameter for "${fl}" key type must be one of: ${af.join(", ")}.`)}if(yl){switch(fl){case"ec":const fl=hl.asymmetricKeyDetails.namedCurve;const yl=Gd[La];if(fl!==yl){throw new Error(`"alg" parameter "${La}" requires curve "${yl}".`)}break;case"rsa-pss":if(Pl){const fl=parseInt(La.slice(-3),10);const{hashAlgorithm:yl,mgf1HashAlgorithm:Pl,saltLength:Ul}=hl.asymmetricKeyDetails;if(yl!==`sha${fl}`||Pl!==yl){throw new Error(`Invalid key for this operation, its RSA-PSS parameters do not meet the requirements of "alg" ${La}.`)}if(Ul!==undefined&&Ul>fl>>3){throw new Error(`Invalid key for this operation, its RSA-PSS parameter saltLength does not meet the requirements of "alg" ${La}.`)}}break}}}},14912:(La,hl,fl)=>{const yl=fl(96688);const Pl=fl(3948);const Ul=fl(91006);const Gd=fl(33324);const af=fl(46248);const n_=fl(1999);const i_=fl(39841);const p_=fl(80116);const w_=fl(29888);const D_=fl(56172);const I_=fl(82192);const{KeyObject:N_,createSecretKey:_m,createPrivateKey:pg}=fl(76982);const mg=["RS256","RS384","RS512","ES256","ES384","ES512","HS256","HS384","HS512","none"];if(Pl){mg.splice(3,0,"PS256","PS384","PS512")}const gg={expiresIn:{isValid:function(La){return i_(La)||D_(La)&&La},message:'"expiresIn" should be a number of seconds or string representing a timespan'},notBefore:{isValid:function(La){return i_(La)||D_(La)&&La},message:'"notBefore" should be a number of seconds or string representing a timespan'},audience:{isValid:function(La){return D_(La)||Array.isArray(La)},message:'"audience" must be a string or array'},algorithm:{isValid:af.bind(null,mg),message:'"algorithm" must be a valid string enum value'},header:{isValid:w_,message:'"header" must be an object'},encoding:{isValid:D_,message:'"encoding" must be a string'},issuer:{isValid:D_,message:'"issuer" must be a string'},subject:{isValid:D_,message:'"subject" must be a string'},jwtid:{isValid:D_,message:'"jwtid" must be a string'},noTimestamp:{isValid:n_,message:'"noTimestamp" must be a boolean'},keyid:{isValid:D_,message:'"keyid" must be a string'},mutatePayload:{isValid:n_,message:'"mutatePayload" must be a boolean'},allowInsecureKeySizes:{isValid:n_,message:'"allowInsecureKeySizes" must be a boolean'},allowInvalidAsymmetricKeyTypes:{isValid:n_,message:'"allowInvalidAsymmetricKeyTypes" must be a boolean'}};const eA={iat:{isValid:p_,message:'"iat" should be a number of seconds'},exp:{isValid:p_,message:'"exp" should be a number of seconds'},nbf:{isValid:p_,message:'"nbf" should be a number of seconds'}};function validate(La,hl,fl,yl){if(!w_(fl)){throw new Error('Expected "'+yl+'" to be a plain object.')}Object.keys(fl).forEach(function(Pl){const Ul=La[Pl];if(!Ul){if(!hl){throw new Error('"'+Pl+'" is not allowed in "'+yl+'"')}return}if(!Ul.isValid(fl[Pl])){throw new Error(Ul.message)}})}function validateOptions(La){return validate(gg,false,La,"options")}function validatePayload(La){return validate(eA,true,La,"payload")}const tA={audience:"aud",issuer:"iss",subject:"sub",jwtid:"jti"};const rA=["expiresIn","notBefore","noTimestamp","audience","issuer","subject","jwtid"];La.exports=function(La,hl,fl,Pl){if(typeof fl==="function"){Pl=fl;fl={}}else{fl=fl||{}}const af=typeof La==="object"&&!Buffer.isBuffer(La);const n_=Object.assign({alg:fl.algorithm||"HS256",typ:af?"JWT":undefined,kid:fl.keyid},fl.header);function failure(La){if(Pl){return Pl(La)}throw La}if(!hl&&fl.algorithm!=="none"){return failure(new Error("secretOrPrivateKey must have a value"))}if(hl!=null&&!(hl instanceof N_)){try{hl=pg(hl)}catch(La){try{hl=_m(typeof hl==="string"?Buffer.from(hl):hl)}catch(La){return failure(new Error("secretOrPrivateKey is not valid key material"))}}}if(n_.alg.startsWith("HS")&&hl.type!=="secret"){return failure(new Error(`secretOrPrivateKey must be a symmetric key when using ${n_.alg}`))}else if(/^(?:RS|PS|ES)/.test(n_.alg)){if(hl.type!=="private"){return failure(new Error(`secretOrPrivateKey must be an asymmetric key when using ${n_.alg}`))}if(!fl.allowInsecureKeySizes&&!n_.alg.startsWith("ES")&&hl.asymmetricKeyDetails!==undefined&&hl.asymmetricKeyDetails.modulusLength<2048){return failure(new Error(`secretOrPrivateKey has a minimum key size of 2048 bits for ${n_.alg}`))}}if(typeof La==="undefined"){return failure(new Error("payload is required"))}else if(af){try{validatePayload(La)}catch(La){return failure(La)}if(!fl.mutatePayload){La=Object.assign({},La)}}else{const hl=rA.filter(function(La){return typeof fl[La]!=="undefined"});if(hl.length>0){return failure(new Error("invalid "+hl.join(",")+" option for "+typeof La+" payload"))}}if(typeof La.exp!=="undefined"&&typeof fl.expiresIn!=="undefined"){return failure(new Error('Bad "options.expiresIn" option the payload already has an "exp" property.'))}if(typeof La.nbf!=="undefined"&&typeof fl.notBefore!=="undefined"){return failure(new Error('Bad "options.notBefore" option the payload already has an "nbf" property.'))}try{validateOptions(fl)}catch(La){return failure(La)}if(!fl.allowInvalidAsymmetricKeyTypes){try{Ul(n_.alg,hl)}catch(La){return failure(La)}}const i_=La.iat||Math.floor(Date.now()/1e3);if(fl.noTimestamp){delete La.iat}else if(af){La.iat=i_}if(typeof fl.notBefore!=="undefined"){try{La.nbf=yl(fl.notBefore,i_)}catch(La){return failure(La)}if(typeof La.nbf==="undefined"){return failure(new Error('"notBefore" should be a number of seconds or string representing a timespan eg: "1d", "20h", 60'))}}if(typeof fl.expiresIn!=="undefined"&&typeof La==="object"){try{La.exp=yl(fl.expiresIn,i_)}catch(La){return failure(La)}if(typeof La.exp==="undefined"){return failure(new Error('"expiresIn" should be a number of seconds or string representing a timespan eg: "1d", "20h", 60'))}}Object.keys(tA).forEach(function(hl){const yl=tA[hl];if(typeof fl[hl]!=="undefined"){if(typeof La[yl]!=="undefined"){return failure(new Error('Bad "options.'+hl+'" option. The payload already has an "'+yl+'" property.'))}La[yl]=fl[hl]}});const p_=fl.encoding||"utf8";if(typeof Pl==="function"){Pl=Pl&&I_(Pl);Gd.createSign({header:n_,privateKey:hl,payload:La,encoding:p_}).once("error",Pl).once("done",function(La){if(!fl.allowInsecureKeySizes&&/^(?:RS|PS)/.test(n_.alg)&&La.length<256){return Pl(new Error(`secretOrPrivateKey has a minimum key size of 2048 bits for ${n_.alg}`))}Pl(null,La)})}else{let yl=Gd.sign({header:n_,payload:La,secret:hl,encoding:p_});if(!fl.allowInsecureKeySizes&&/^(?:RS|PS)/.test(n_.alg)&&yl.length<256){throw new Error(`secretOrPrivateKey has a minimum key size of 2048 bits for ${n_.alg}`)}return yl}}},60772:(La,hl,fl)=>{const yl=fl(26248);const Pl=fl(91269);const Ul=fl(41241);const Gd=fl(92047);const af=fl(96688);const n_=fl(91006);const i_=fl(3948);const p_=fl(33324);const{KeyObject:w_,createSecretKey:D_,createPublicKey:I_}=fl(76982);const N_=["RS256","RS384","RS512"];const _m=["ES256","ES384","ES512"];const pg=["RS256","RS384","RS512"];const mg=["HS256","HS384","HS512"];if(i_){N_.splice(N_.length,0,"PS256","PS384","PS512");pg.splice(pg.length,0,"PS256","PS384","PS512")}La.exports=function(La,hl,fl,i_){if(typeof fl==="function"&&!i_){i_=fl;fl={}}if(!fl){fl={}}fl=Object.assign({},fl);let gg;if(i_){gg=i_}else{gg=function(La,hl){if(La)throw La;return hl}}if(fl.clockTimestamp&&typeof fl.clockTimestamp!=="number"){return gg(new yl("clockTimestamp must be a number"))}if(fl.nonce!==undefined&&(typeof fl.nonce!=="string"||fl.nonce.trim()==="")){return gg(new yl("nonce must be a non-empty string"))}if(fl.allowInvalidAsymmetricKeyTypes!==undefined&&typeof fl.allowInvalidAsymmetricKeyTypes!=="boolean"){return gg(new yl("allowInvalidAsymmetricKeyTypes must be a boolean"))}const eA=fl.clockTimestamp||Math.floor(Date.now()/1e3);if(!La){return gg(new yl("jwt must be provided"))}if(typeof La!=="string"){return gg(new yl("jwt must be a string"))}const tA=La.split(".");if(tA.length!==3){return gg(new yl("jwt malformed"))}let rA;try{rA=Gd(La,{complete:true})}catch(La){return gg(La)}if(!rA){return gg(new yl("invalid token"))}const nA=rA.header;let iA;if(typeof hl==="function"){if(!i_){return gg(new yl("verify must be called asynchronous if secret or public key is provided as a callback"))}iA=hl}else{iA=function(La,fl){return fl(null,hl)}}return iA(nA,function(hl,Gd){if(hl){return gg(new yl("error in secret or public key callback: "+hl.message))}const i_=tA[2].trim()!=="";if(!i_&&Gd){return gg(new yl("jwt signature is required"))}if(i_&&!Gd){return gg(new yl("secret or public key must be provided"))}if(!i_&&!fl.algorithms){return gg(new yl('please specify "none" in "algorithms" to verify unsigned tokens'))}if(Gd!=null&&!(Gd instanceof w_)){try{Gd=I_(Gd)}catch(La){try{Gd=D_(typeof Gd==="string"?Buffer.from(Gd):Gd)}catch(La){return gg(new yl("secretOrPublicKey is not valid key material"))}}}if(!fl.algorithms){if(Gd.type==="secret"){fl.algorithms=mg}else if(["rsa","rsa-pss"].includes(Gd.asymmetricKeyType)){fl.algorithms=pg}else if(Gd.asymmetricKeyType==="ec"){fl.algorithms=_m}else{fl.algorithms=N_}}if(fl.algorithms.indexOf(rA.header.alg)===-1){return gg(new yl("invalid algorithm"))}if(nA.alg.startsWith("HS")&&Gd.type!=="secret"){return gg(new yl(`secretOrPublicKey must be a symmetric key when using ${nA.alg}`))}else if(/^(?:RS|PS|ES)/.test(nA.alg)&&Gd.type!=="public"){return gg(new yl(`secretOrPublicKey must be an asymmetric key when using ${nA.alg}`))}if(!fl.allowInvalidAsymmetricKeyTypes){try{n_(nA.alg,Gd)}catch(La){return gg(La)}}let iA;try{iA=p_.verify(La,rA.header.alg,Gd)}catch(La){return gg(La)}if(!iA){return gg(new yl("invalid signature"))}const sA=rA.payload;if(typeof sA.nbf!=="undefined"&&!fl.ignoreNotBefore){if(typeof sA.nbf!=="number"){return gg(new yl("invalid nbf value"))}if(sA.nbf>eA+(fl.clockTolerance||0)){return gg(new Pl("jwt not active",new Date(sA.nbf*1e3)))}}if(typeof sA.exp!=="undefined"&&!fl.ignoreExpiration){if(typeof sA.exp!=="number"){return gg(new yl("invalid exp value"))}if(eA>=sA.exp+(fl.clockTolerance||0)){return gg(new Ul("jwt expired",new Date(sA.exp*1e3)))}}if(fl.audience){const La=Array.isArray(fl.audience)?fl.audience:[fl.audience];const hl=Array.isArray(sA.aud)?sA.aud:[sA.aud];const Pl=hl.some(function(hl){return La.some(function(La){return La instanceof RegExp?La.test(hl):La===hl})});if(!Pl){return gg(new yl("jwt audience invalid. expected: "+La.join(" or ")))}}if(fl.issuer){const La=typeof fl.issuer==="string"&&sA.iss!==fl.issuer||Array.isArray(fl.issuer)&&fl.issuer.indexOf(sA.iss)===-1;if(La){return gg(new yl("jwt issuer invalid. expected: "+fl.issuer))}}if(fl.subject){if(sA.sub!==fl.subject){return gg(new yl("jwt subject invalid. expected: "+fl.subject))}}if(fl.jwtid){if(sA.jti!==fl.jwtid){return gg(new yl("jwt jwtid invalid. expected: "+fl.jwtid))}}if(fl.nonce){if(sA.nonce!==fl.nonce){return gg(new yl("jwt nonce invalid. expected: "+fl.nonce))}}if(fl.maxAge){if(typeof sA.iat!=="number"){return gg(new yl("iat required when maxAge is specified"))}const La=af(fl.maxAge,sA.iat);if(typeof La==="undefined"){return gg(new yl('"maxAge" should be a number of seconds or string representing a timespan eg: "1d", "20h", 60'))}if(eA>=La+(fl.clockTolerance||0)){return gg(new Ul("maxAge exceeded",new Date(La*1e3)))}}if(fl.complete===true){const La=rA.signature;return gg(null,{header:nA,payload:sA,signature:La})}return gg(null,sA)})}},38622:(La,hl,fl)=>{var yl=fl(93058).Buffer;var Pl=fl(76982);var Ul=fl(325);var Gd=fl(39023);var af='"%s" is not a valid algorithm.\n Supported algorithms are:\n "HS256", "HS384", "HS512", "RS256", "RS384", "RS512", "PS256", "PS384", "PS512", "ES256", "ES384", "ES512" and "none".';var n_="secret must be a string or buffer";var i_="key must be a string or a buffer";var p_="key must be a string, a buffer or an object";var w_=typeof Pl.createPublicKey==="function";if(w_){i_+=" or a KeyObject";n_+="or a KeyObject"}function checkIsPublicKey(La){if(yl.isBuffer(La)){return}if(typeof La==="string"){return}if(!w_){throw typeError(i_)}if(typeof La!=="object"){throw typeError(i_)}if(typeof La.type!=="string"){throw typeError(i_)}if(typeof La.asymmetricKeyType!=="string"){throw typeError(i_)}if(typeof La.export!=="function"){throw typeError(i_)}}function checkIsPrivateKey(La){if(yl.isBuffer(La)){return}if(typeof La==="string"){return}if(typeof La==="object"){return}throw typeError(p_)}function checkIsSecretKey(La){if(yl.isBuffer(La)){return}if(typeof La==="string"){return La}if(!w_){throw typeError(n_)}if(typeof La!=="object"){throw typeError(n_)}if(La.type!=="secret"){throw typeError(n_)}if(typeof La.export!=="function"){throw typeError(n_)}}function fromBase64(La){return La.replace(/=/g,"").replace(/\+/g,"-").replace(/\//g,"_")}function toBase64(La){La=La.toString();var hl=4-La.length%4;if(hl!==4){for(var fl=0;fl{var yl=fl(78600);var Pl=fl(4368);var Ul=["HS256","HS384","HS512","RS256","RS384","RS512","PS256","PS384","PS512","ES256","ES384","ES512"];hl.ALGORITHMS=Ul;hl.sign=yl.sign;hl.verify=Pl.verify;hl.decode=Pl.decode;hl.isValid=Pl.isValid;hl.createSign=function createSign(La){return new yl(La)};hl.createVerify=function createVerify(La){return new Pl(La)}},41831:(La,hl,fl)=>{var yl=fl(93058).Buffer;var Pl=fl(2203);var Ul=fl(39023);function DataStream(La){this.buffer=null;this.writable=true;this.readable=true;if(!La){this.buffer=yl.alloc(0);return this}if(typeof La.pipe==="function"){this.buffer=yl.alloc(0);La.pipe(this);return this}if(La.length||typeof La==="object"){this.buffer=La;this.writable=false;process.nextTick(function(){this.emit("end",La);this.readable=false;this.emit("close")}.bind(this));return this}throw new TypeError("Unexpected data type ("+typeof La+")")}Ul.inherits(DataStream,Pl);DataStream.prototype.write=function write(La){this.buffer=yl.concat([this.buffer,yl.from(La)]);this.emit("data",La)};DataStream.prototype.end=function end(La){if(La)this.write(La);this.emit("end",La);this.emit("close");this.writable=false;this.readable=false};La.exports=DataStream},78600:(La,hl,fl)=>{var yl=fl(93058).Buffer;var Pl=fl(41831);var Ul=fl(38622);var Gd=fl(2203);var af=fl(95126);var n_=fl(39023);function base64url(La,hl){return yl.from(La,hl).toString("base64").replace(/=/g,"").replace(/\+/g,"-").replace(/\//g,"_")}function jwsSecuredInput(La,hl,fl){fl=fl||"utf8";var yl=base64url(af(La),"binary");var Pl=base64url(af(hl),fl);return n_.format("%s.%s",yl,Pl)}function jwsSign(La){var hl=La.header;var fl=La.payload;var yl=La.secret||La.privateKey;var Pl=La.encoding;var Gd=Ul(hl.alg);var af=jwsSecuredInput(hl,fl,Pl);var i_=Gd.sign(af,yl);return n_.format("%s.%s",af,i_)}function SignStream(La){var hl=La.secret;hl=hl==null?La.privateKey:hl;hl=hl==null?La.key:hl;if(/^hs/i.test(La.header.alg)===true&&hl==null){throw new TypeError("secret must be a string or buffer or a KeyObject")}var fl=new Pl(hl);this.readable=true;this.header=La.header;this.encoding=La.encoding;this.secret=this.privateKey=this.key=fl;this.payload=new Pl(La.payload);this.secret.once("close",function(){if(!this.payload.writable&&this.readable)this.sign()}.bind(this));this.payload.once("close",function(){if(!this.secret.writable&&this.readable)this.sign()}.bind(this))}n_.inherits(SignStream,Gd);SignStream.prototype.sign=function sign(){try{var La=jwsSign({header:this.header,payload:this.payload.buffer,secret:this.secret.buffer,encoding:this.encoding});this.emit("done",La);this.emit("data",La);this.emit("end");this.readable=false;return La}catch(La){this.readable=false;this.emit("error",La);this.emit("close")}};SignStream.sign=jwsSign;La.exports=SignStream},95126:(La,hl,fl)=>{var yl=fl(20181).Buffer;La.exports=function toString(La){if(typeof La==="string")return La;if(typeof La==="number"||yl.isBuffer(La))return La.toString();return JSON.stringify(La)}},4368:(La,hl,fl)=>{var yl=fl(93058).Buffer;var Pl=fl(41831);var Ul=fl(38622);var Gd=fl(2203);var af=fl(95126);var n_=fl(39023);var i_=/^[a-zA-Z0-9\-_]+?\.[a-zA-Z0-9\-_]+?\.([a-zA-Z0-9\-_]+)?$/;function isObject(La){return Object.prototype.toString.call(La)==="[object Object]"}function safeJsonParse(La){if(isObject(La))return La;try{return JSON.parse(La)}catch(La){return undefined}}function headerFromJWS(La){var hl=La.split(".",1)[0];return safeJsonParse(yl.from(hl,"base64").toString("binary"))}function securedInputFromJWS(La){return La.split(".",2).join(".")}function signatureFromJWS(La){return La.split(".")[2]}function payloadFromJWS(La,hl){hl=hl||"utf8";var fl=La.split(".")[1];return yl.from(fl,"base64").toString(hl)}function isValidJws(La){return i_.test(La)&&!!headerFromJWS(La)}function jwsVerify(La,hl,fl){if(!hl){var yl=new Error("Missing algorithm parameter for jws.verify");yl.code="MISSING_ALGORITHM";throw yl}La=af(La);var Pl=signatureFromJWS(La);var Gd=securedInputFromJWS(La);var n_=Ul(hl);return n_.verify(Gd,Pl,fl)}function jwsDecode(La,hl){hl=hl||{};La=af(La);if(!isValidJws(La))return null;var fl=headerFromJWS(La);if(!fl)return null;var yl=payloadFromJWS(La);if(fl.typ==="JWT"||hl.json)yl=JSON.parse(yl,hl.encoding);return{header:fl,payload:yl,signature:signatureFromJWS(La)}}function VerifyStream(La){La=La||{};var hl=La.secret;hl=hl==null?La.publicKey:hl;hl=hl==null?La.key:hl;if(/^hs/i.test(La.algorithm)===true&&hl==null){throw new TypeError("secret must be a string or buffer or a KeyObject")}var fl=new Pl(hl);this.readable=true;this.algorithm=La.algorithm;this.encoding=La.encoding;this.secret=this.publicKey=this.key=fl;this.signature=new Pl(La.signature);this.secret.once("close",function(){if(!this.signature.writable&&this.readable)this.verify()}.bind(this));this.signature.once("close",function(){if(!this.secret.writable&&this.readable)this.verify()}.bind(this))}n_.inherits(VerifyStream,Gd);VerifyStream.prototype.verify=function verify(){try{var La=jwsVerify(this.signature.buffer,this.algorithm,this.key.buffer);var hl=jwsDecode(this.signature.buffer,this.encoding);this.emit("done",La,hl);this.emit("data",La);this.emit("end");this.readable=false;return La}catch(La){this.readable=false;this.emit("error",La);this.emit("close")}};VerifyStream.decode=jwsDecode;VerifyStream.isValid=isValidJws;VerifyStream.verify=jwsVerify;La.exports=VerifyStream},46248:La=>{var hl=1/0,fl=9007199254740991,yl=17976931348623157e292,Pl=0/0;var Ul="[object Arguments]",Gd="[object Function]",af="[object GeneratorFunction]",n_="[object String]",i_="[object Symbol]";var p_=/^\s+|\s+$/g;var w_=/^[-+]0x[0-9a-f]+$/i;var D_=/^0b[01]+$/i;var I_=/^0o[0-7]+$/i;var N_=/^(?:0|[1-9]\d*)$/;var _m=parseInt;function arrayMap(La,hl){var fl=-1,yl=La?La.length:0,Pl=Array(yl);while(++fl-1&&La%1==0&&La-1:!!Pl&&baseIndexOf(La,hl,fl)>-1}function isArguments(La){return isArrayLikeObject(La)&&mg.call(La,"callee")&&(!eA.call(La,"callee")||gg.call(La)==Ul)}var nA=Array.isArray;function isArrayLike(La){return La!=null&&isLength(La.length)&&!isFunction(La)}function isArrayLikeObject(La){return isObjectLike(La)&&isArrayLike(La)}function isFunction(La){var hl=isObject(La)?gg.call(La):"";return hl==Gd||hl==af}function isLength(La){return typeof La=="number"&&La>-1&&La%1==0&&La<=fl}function isObject(La){var hl=typeof La;return!!La&&(hl=="object"||hl=="function")}function isObjectLike(La){return!!La&&typeof La=="object"}function isString(La){return typeof La=="string"||!nA(La)&&isObjectLike(La)&&gg.call(La)==n_}function isSymbol(La){return typeof La=="symbol"||isObjectLike(La)&&gg.call(La)==i_}function toFinite(La){if(!La){return La===0?La:0}La=toNumber(La);if(La===hl||La===-hl){var fl=La<0?-1:1;return fl*yl}return La===La?La:0}function toInteger(La){var hl=toFinite(La),fl=hl%1;return hl===hl?fl?hl-fl:hl:0}function toNumber(La){if(typeof La=="number"){return La}if(isSymbol(La)){return Pl}if(isObject(La)){var hl=typeof La.valueOf=="function"?La.valueOf():La;La=isObject(hl)?hl+"":hl}if(typeof La!="string"){return La===0?La:+La}La=La.replace(p_,"");var fl=D_.test(La);return fl||I_.test(La)?_m(La.slice(2),fl?2:8):w_.test(La)?Pl:+La}function keys(La){return isArrayLike(La)?arrayLikeKeys(La):baseKeys(La)}function values(La){return La?baseValues(La,keys(La)):[]}La.exports=includes},1999:La=>{var hl="[object Boolean]";var fl=Object.prototype;var yl=fl.toString;function isBoolean(La){return La===true||La===false||isObjectLike(La)&&yl.call(La)==hl}function isObjectLike(La){return!!La&&typeof La=="object"}La.exports=isBoolean},39841:La=>{var hl=1/0,fl=17976931348623157e292,yl=0/0;var Pl="[object Symbol]";var Ul=/^\s+|\s+$/g;var Gd=/^[-+]0x[0-9a-f]+$/i;var af=/^0b[01]+$/i;var n_=/^0o[0-7]+$/i;var i_=parseInt;var p_=Object.prototype;var w_=p_.toString;function isInteger(La){return typeof La=="number"&&La==toInteger(La)}function isObject(La){var hl=typeof La;return!!La&&(hl=="object"||hl=="function")}function isObjectLike(La){return!!La&&typeof La=="object"}function isSymbol(La){return typeof La=="symbol"||isObjectLike(La)&&w_.call(La)==Pl}function toFinite(La){if(!La){return La===0?La:0}La=toNumber(La);if(La===hl||La===-hl){var yl=La<0?-1:1;return yl*fl}return La===La?La:0}function toInteger(La){var hl=toFinite(La),fl=hl%1;return hl===hl?fl?hl-fl:hl:0}function toNumber(La){if(typeof La=="number"){return La}if(isSymbol(La)){return yl}if(isObject(La)){var hl=typeof La.valueOf=="function"?La.valueOf():La;La=isObject(hl)?hl+"":hl}if(typeof La!="string"){return La===0?La:+La}La=La.replace(Ul,"");var fl=af.test(La);return fl||n_.test(La)?i_(La.slice(2),fl?2:8):Gd.test(La)?yl:+La}La.exports=isInteger},80116:La=>{var hl="[object Number]";var fl=Object.prototype;var yl=fl.toString;function isObjectLike(La){return!!La&&typeof La=="object"}function isNumber(La){return typeof La=="number"||isObjectLike(La)&&yl.call(La)==hl}La.exports=isNumber},29888:La=>{var hl="[object Object]";function isHostObject(La){var hl=false;if(La!=null&&typeof La.toString!="function"){try{hl=!!(La+"")}catch(La){}}return hl}function overArg(La,hl){return function(fl){return La(hl(fl))}}var fl=Function.prototype,yl=Object.prototype;var Pl=fl.toString;var Ul=yl.hasOwnProperty;var Gd=Pl.call(Object);var af=yl.toString;var n_=overArg(Object.getPrototypeOf,Object);function isObjectLike(La){return!!La&&typeof La=="object"}function isPlainObject(La){if(!isObjectLike(La)||af.call(La)!=hl||isHostObject(La)){return false}var fl=n_(La);if(fl===null){return true}var yl=Ul.call(fl,"constructor")&&fl.constructor;return typeof yl=="function"&&yl instanceof yl&&Pl.call(yl)==Gd}La.exports=isPlainObject},56172:La=>{var hl="[object String]";var fl=Object.prototype;var yl=fl.toString;var Pl=Array.isArray;function isObjectLike(La){return!!La&&typeof La=="object"}function isString(La){return typeof La=="string"||!Pl(La)&&isObjectLike(La)&&yl.call(La)==hl}La.exports=isString},82192:La=>{var hl="Expected a function";var fl=1/0,yl=17976931348623157e292,Pl=0/0;var Ul="[object Symbol]";var Gd=/^\s+|\s+$/g;var af=/^[-+]0x[0-9a-f]+$/i;var n_=/^0b[01]+$/i;var i_=/^0o[0-7]+$/i;var p_=parseInt;var w_=Object.prototype;var D_=w_.toString;function before(La,fl){var yl;if(typeof fl!="function"){throw new TypeError(hl)}La=toInteger(La);return function(){if(--La>0){yl=fl.apply(this,arguments)}if(La<=1){fl=undefined}return yl}}function once(La){return before(2,La)}function isObject(La){var hl=typeof La;return!!La&&(hl=="object"||hl=="function")}function isObjectLike(La){return!!La&&typeof La=="object"}function isSymbol(La){return typeof La=="symbol"||isObjectLike(La)&&D_.call(La)==Ul}function toFinite(La){if(!La){return La===0?La:0}La=toNumber(La);if(La===fl||La===-fl){var hl=La<0?-1:1;return hl*yl}return La===La?La:0}function toInteger(La){var hl=toFinite(La),fl=hl%1;return hl===hl?fl?hl-fl:hl:0}function toNumber(La){if(typeof La=="number"){return La}if(isSymbol(La)){return Pl}if(isObject(La)){var hl=typeof La.valueOf=="function"?La.valueOf():La;La=isObject(hl)?hl+"":hl}if(typeof La!="string"){return La===0?La:+La}La=La.replace(Gd,"");var fl=n_.test(La);return fl||i_.test(La)?p_(La.slice(2),fl?2:8):af.test(La)?Pl:+La}La.exports=once},47033:(La,hl,fl)=>{var yl=fl(68573),Pl=fl(6748);var Ul=yl(Pl,"DataView");La.exports=Ul},66320:(La,hl,fl)=>{var yl=fl(48051),Pl=fl(15431),Ul=fl(26934),Gd=fl(64306),af=fl(17226);function Hash(La){var hl=-1,fl=La==null?0:La.length;this.clear();while(++hl{var yl=fl(99791),Pl=fl(24555),Ul=fl(86634),Gd=fl(8430),af=fl(36918);function ListCache(La){var hl=-1,fl=La==null?0:La.length;this.clear();while(++hl{var yl=fl(68573),Pl=fl(6748);var Ul=yl(Pl,"Map");La.exports=Ul},79660:(La,hl,fl)=>{var yl=fl(88487),Pl=fl(36275),Ul=fl(30130),Gd=fl(69254),af=fl(59806);function MapCache(La){var hl=-1,fl=La==null?0:La.length;this.clear();while(++hl{var yl=fl(68573),Pl=fl(6748);var Ul=yl(Pl,"Promise");La.exports=Ul},84986:(La,hl,fl)=>{var yl=fl(68573),Pl=fl(6748);var Ul=yl(Pl,"Set");La.exports=Ul},23706:(La,hl,fl)=>{var yl=fl(79660),Pl=fl(44671),Ul=fl(71884);function SetCache(La){var hl=-1,fl=La==null?0:La.length;this.__data__=new yl;while(++hl{var yl=fl(68884),Pl=fl(91509),Ul=fl(23218),Gd=fl(46572),af=fl(66216),n_=fl(51976);function Stack(La){var hl=this.__data__=new yl(La);this.size=hl.size}Stack.prototype.clear=Pl;Stack.prototype["delete"]=Ul;Stack.prototype.get=Gd;Stack.prototype.has=af;Stack.prototype.set=n_;La.exports=Stack},38584:(La,hl,fl)=>{var yl=fl(6748);var Pl=yl.Symbol;La.exports=Pl},59525:(La,hl,fl)=>{var yl=fl(6748);var Pl=yl.Uint8Array;La.exports=Pl},97364:(La,hl,fl)=>{var yl=fl(68573),Pl=fl(6748);var Ul=yl(Pl,"WeakMap");La.exports=Ul},59678:La=>{function apply(La,hl,fl){switch(fl.length){case 0:return La.call(hl);case 1:return La.call(hl,fl[0]);case 2:return La.call(hl,fl[0],fl[1]);case 3:return La.call(hl,fl[0],fl[1],fl[2])}return La.apply(hl,fl)}La.exports=apply},19362:La=>{function arrayEach(La,hl){var fl=-1,yl=La==null?0:La.length;while(++fl{function arrayFilter(La,hl){var fl=-1,yl=La==null?0:La.length,Pl=0,Ul=[];while(++fl{var yl=fl(21299),Pl=fl(60541),Ul=fl(77192),Gd=fl(43739),af=fl(37446),n_=fl(35e3);var i_=Object.prototype;var p_=i_.hasOwnProperty;function arrayLikeKeys(La,hl){var fl=Ul(La),i_=!fl&&Pl(La),w_=!fl&&!i_&&Gd(La),D_=!fl&&!i_&&!w_&&n_(La),I_=fl||i_||w_||D_,N_=I_?yl(La.length,String):[],_m=N_.length;for(var pg in La){if((hl||p_.call(La,pg))&&!(I_&&(pg=="length"||w_&&(pg=="offset"||pg=="parent")||D_&&(pg=="buffer"||pg=="byteLength"||pg=="byteOffset")||af(pg,_m)))){N_.push(pg)}}return N_}La.exports=arrayLikeKeys},56649:La=>{function arrayMap(La,hl){var fl=-1,yl=La==null?0:La.length,Pl=Array(yl);while(++fl{function arrayPush(La,hl){var fl=-1,yl=hl.length,Pl=La.length;while(++fl{function arraySome(La,hl){var fl=-1,yl=La==null?0:La.length;while(++fl{var yl=fl(63579),Pl=fl(75199);function assignMergeValue(La,hl,fl){if(fl!==undefined&&!Pl(La[hl],fl)||fl===undefined&&!(hl in La)){yl(La,hl,fl)}}La.exports=assignMergeValue},99128:(La,hl,fl)=>{var yl=fl(63579),Pl=fl(75199);var Ul=Object.prototype;var Gd=Ul.hasOwnProperty;function assignValue(La,hl,fl){var Ul=La[hl];if(!(Gd.call(La,hl)&&Pl(Ul,fl))||fl===undefined&&!(hl in La)){yl(La,hl,fl)}}La.exports=assignValue},74024:(La,hl,fl)=>{var yl=fl(75199);function assocIndexOf(La,hl){var fl=La.length;while(fl--){if(yl(La[fl][0],hl)){return fl}}return-1}La.exports=assocIndexOf},31684:(La,hl,fl)=>{var yl=fl(69330),Pl=fl(26741);function baseAssign(La,hl){return La&&yl(hl,Pl(hl),La)}La.exports=baseAssign},30731:(La,hl,fl)=>{var yl=fl(69330),Pl=fl(19430);function baseAssignIn(La,hl){return La&&yl(hl,Pl(hl),La)}La.exports=baseAssignIn},63579:(La,hl,fl)=>{var yl=fl(83106);function baseAssignValue(La,hl,fl){if(hl=="__proto__"&&yl){yl(La,hl,{configurable:true,enumerable:true,value:fl,writable:true})}else{La[hl]=fl}}La.exports=baseAssignValue},62504:(La,hl,fl)=>{var yl=fl(73262),Pl=fl(19362),Ul=fl(99128),Gd=fl(31684),af=fl(30731),n_=fl(165),i_=fl(77560),p_=fl(97472),w_=fl(61935),D_=fl(78479),I_=fl(17172),N_=fl(44512),_m=fl(43688),pg=fl(75906),mg=fl(20866),gg=fl(77192),eA=fl(43739),tA=fl(85995),rA=fl(96482),nA=fl(27077),iA=fl(26741),sA=fl(19430);var aA=1,oA=2,lA=4;var cA="[object Arguments]",uA="[object Array]",pA="[object Boolean]",dA="[object Date]",hA="[object Error]",fA="[object Function]",_A="[object GeneratorFunction]",mA="[object Map]",gA="[object Number]",AA="[object Object]",yA="[object RegExp]",bA="[object Set]",vA="[object String]",EA="[object Symbol]",wA="[object WeakMap]";var CA="[object ArrayBuffer]",xA="[object DataView]",DA="[object Float32Array]",SA="[object Float64Array]",kA="[object Int8Array]",TA="[object Int16Array]",IA="[object Int32Array]",BA="[object Uint8Array]",FA="[object Uint8ClampedArray]",PA="[object Uint16Array]",RA="[object Uint32Array]";var NA={};NA[cA]=NA[uA]=NA[CA]=NA[xA]=NA[pA]=NA[dA]=NA[DA]=NA[SA]=NA[kA]=NA[TA]=NA[IA]=NA[mA]=NA[gA]=NA[AA]=NA[yA]=NA[bA]=NA[vA]=NA[EA]=NA[BA]=NA[FA]=NA[PA]=NA[RA]=true;NA[hA]=NA[fA]=NA[wA]=false;function baseClone(La,hl,fl,uA,pA,dA){var hA,mA=hl&aA,gA=hl&oA,yA=hl&lA;if(fl){hA=pA?fl(La,uA,pA,dA):fl(La)}if(hA!==undefined){return hA}if(!rA(La)){return La}var bA=gg(La);if(bA){hA=_m(La);if(!mA){return i_(La,hA)}}else{var vA=N_(La),EA=vA==fA||vA==_A;if(eA(La)){return n_(La,mA)}if(vA==AA||vA==cA||EA&&!pA){hA=gA||EA?{}:mg(La);if(!mA){return gA?w_(La,af(hA,La)):p_(La,Gd(hA,La))}}else{if(!NA[vA]){return pA?La:{}}hA=pg(La,vA,mA)}}dA||(dA=new yl);var wA=dA.get(La);if(wA){return wA}dA.set(La,hA);if(nA(La)){La.forEach(function(yl){hA.add(baseClone(yl,hl,fl,yl,La,dA))})}else if(tA(La)){La.forEach(function(yl,Pl){hA.set(Pl,baseClone(yl,hl,fl,Pl,La,dA))})}var CA=yA?gA?I_:D_:gA?sA:iA;var xA=bA?undefined:CA(La);Pl(xA||La,function(yl,Pl){if(xA){Pl=yl;yl=La[Pl]}Ul(hA,Pl,baseClone(yl,hl,fl,Pl,La,dA))});return hA}La.exports=baseClone},33733:(La,hl,fl)=>{var yl=fl(96482);var Pl=Object.create;var Ul=function(){function object(){}return function(La){if(!yl(La)){return{}}if(Pl){return Pl(La)}object.prototype=La;var hl=new object;object.prototype=undefined;return hl}}();La.exports=Ul},11616:(La,hl,fl)=>{var yl=fl(16484),Pl=fl(40728);var Ul=Pl(yl);La.exports=Ul},39143:(La,hl,fl)=>{var yl=fl(11616);function baseFilter(La,hl){var fl=[];yl(La,function(La,yl,Pl){if(hl(La,yl,Pl)){fl.push(La)}});return fl}La.exports=baseFilter},63183:(La,hl,fl)=>{var yl=fl(50827),Pl=fl(45088);function baseFlatten(La,hl,fl,Ul,Gd){var af=-1,n_=La.length;fl||(fl=Pl);Gd||(Gd=[]);while(++af0&&fl(i_)){if(hl>1){baseFlatten(i_,hl-1,fl,Ul,Gd)}else{yl(Gd,i_)}}else if(!Ul){Gd[Gd.length]=i_}}return Gd}La.exports=baseFlatten},26798:(La,hl,fl)=>{var yl=fl(13142);var Pl=yl();La.exports=Pl},16484:(La,hl,fl)=>{var yl=fl(26798),Pl=fl(26741);function baseForOwn(La,hl){return La&&yl(La,hl,Pl)}La.exports=baseForOwn},40877:(La,hl,fl)=>{var yl=fl(77336),Pl=fl(95086);function baseGet(La,hl){hl=yl(hl,La);var fl=0,Ul=hl.length;while(La!=null&&fl{var yl=fl(50827),Pl=fl(77192);function baseGetAllKeys(La,hl,fl){var Ul=hl(La);return Pl(La)?Ul:yl(Ul,fl(La))}La.exports=baseGetAllKeys},29117:(La,hl,fl)=>{var yl=fl(38584),Pl=fl(95292),Ul=fl(71723);var Gd="[object Null]",af="[object Undefined]";var n_=yl?yl.toStringTag:undefined;function baseGetTag(La){if(La==null){return La===undefined?af:Gd}return n_&&n_ in Object(La)?Pl(La):Ul(La)}La.exports=baseGetTag},6186:La=>{function baseHasIn(La,hl){return La!=null&&hl in Object(La)}La.exports=baseHasIn},93605:(La,hl,fl)=>{var yl=fl(29117),Pl=fl(51645);var Ul="[object Arguments]";function baseIsArguments(La){return Pl(La)&&yl(La)==Ul}La.exports=baseIsArguments},95777:(La,hl,fl)=>{var yl=fl(19275),Pl=fl(51645);function baseIsEqual(La,hl,fl,Ul,Gd){if(La===hl){return true}if(La==null||hl==null||!Pl(La)&&!Pl(hl)){return La!==La&&hl!==hl}return yl(La,hl,fl,Ul,baseIsEqual,Gd)}La.exports=baseIsEqual},19275:(La,hl,fl)=>{var yl=fl(73262),Pl=fl(5248),Ul=fl(9895),Gd=fl(52500),af=fl(44512),n_=fl(77192),i_=fl(43739),p_=fl(35e3);var w_=1;var D_="[object Arguments]",I_="[object Array]",N_="[object Object]";var _m=Object.prototype;var pg=_m.hasOwnProperty;function baseIsEqualDeep(La,hl,fl,_m,mg,gg){var eA=n_(La),tA=n_(hl),rA=eA?I_:af(La),nA=tA?I_:af(hl);rA=rA==D_?N_:rA;nA=nA==D_?N_:nA;var iA=rA==N_,sA=nA==N_,aA=rA==nA;if(aA&&i_(La)){if(!i_(hl)){return false}eA=true;iA=false}if(aA&&!iA){gg||(gg=new yl);return eA||p_(La)?Pl(La,hl,fl,_m,mg,gg):Ul(La,hl,rA,fl,_m,mg,gg)}if(!(fl&w_)){var oA=iA&&pg.call(La,"__wrapped__"),lA=sA&&pg.call(hl,"__wrapped__");if(oA||lA){var cA=oA?La.value():La,uA=lA?hl.value():hl;gg||(gg=new yl);return mg(cA,uA,fl,_m,gg)}}if(!aA){return false}gg||(gg=new yl);return Gd(La,hl,fl,_m,mg,gg)}La.exports=baseIsEqualDeep},66051:(La,hl,fl)=>{var yl=fl(44512),Pl=fl(51645);var Ul="[object Map]";function baseIsMap(La){return Pl(La)&&yl(La)==Ul}La.exports=baseIsMap},67792:(La,hl,fl)=>{var yl=fl(73262),Pl=fl(95777);var Ul=1,Gd=2;function baseIsMatch(La,hl,fl,af){var n_=fl.length,i_=n_,p_=!af;if(La==null){return!i_}La=Object(La);while(n_--){var w_=fl[n_];if(p_&&w_[2]?w_[1]!==La[w_[0]]:!(w_[0]in La)){return false}}while(++n_{var yl=fl(34329),Pl=fl(46613),Ul=fl(96482),Gd=fl(57192);var af=/[\\^$.*+?()[\]{}|]/g;var n_=/^\[object .+?Constructor\]$/;var i_=Function.prototype,p_=Object.prototype;var w_=i_.toString;var D_=p_.hasOwnProperty;var I_=RegExp("^"+w_.call(D_).replace(af,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function baseIsNative(La){if(!Ul(La)||Pl(La)){return false}var hl=yl(La)?I_:n_;return hl.test(Gd(La))}La.exports=baseIsNative},85901:(La,hl,fl)=>{var yl=fl(44512),Pl=fl(51645);var Ul="[object Set]";function baseIsSet(La){return Pl(La)&&yl(La)==Ul}La.exports=baseIsSet},16880:(La,hl,fl)=>{var yl=fl(29117),Pl=fl(56657),Ul=fl(51645);var Gd="[object Arguments]",af="[object Array]",n_="[object Boolean]",i_="[object Date]",p_="[object Error]",w_="[object Function]",D_="[object Map]",I_="[object Number]",N_="[object Object]",_m="[object RegExp]",pg="[object Set]",mg="[object String]",gg="[object WeakMap]";var eA="[object ArrayBuffer]",tA="[object DataView]",rA="[object Float32Array]",nA="[object Float64Array]",iA="[object Int8Array]",sA="[object Int16Array]",aA="[object Int32Array]",oA="[object Uint8Array]",lA="[object Uint8ClampedArray]",cA="[object Uint16Array]",uA="[object Uint32Array]";var pA={};pA[rA]=pA[nA]=pA[iA]=pA[sA]=pA[aA]=pA[oA]=pA[lA]=pA[cA]=pA[uA]=true;pA[Gd]=pA[af]=pA[eA]=pA[n_]=pA[tA]=pA[i_]=pA[p_]=pA[w_]=pA[D_]=pA[I_]=pA[N_]=pA[_m]=pA[pg]=pA[mg]=pA[gg]=false;function baseIsTypedArray(La){return Ul(La)&&Pl(La.length)&&!!pA[yl(La)]}La.exports=baseIsTypedArray},47988:(La,hl,fl)=>{var yl=fl(21244),Pl=fl(66481),Ul=fl(46851),Gd=fl(77192),af=fl(11024);function baseIteratee(La){if(typeof La=="function"){return La}if(La==null){return Ul}if(typeof La=="object"){return Gd(La)?Pl(La[0],La[1]):yl(La)}return af(La)}La.exports=baseIteratee},31517:(La,hl,fl)=>{var yl=fl(55944),Pl=fl(63787);var Ul=Object.prototype;var Gd=Ul.hasOwnProperty;function baseKeys(La){if(!yl(La)){return Pl(La)}var hl=[];for(var fl in Object(La)){if(Gd.call(La,fl)&&fl!="constructor"){hl.push(fl)}}return hl}La.exports=baseKeys},82094:(La,hl,fl)=>{var yl=fl(96482),Pl=fl(55944),Ul=fl(94008);var Gd=Object.prototype;var af=Gd.hasOwnProperty;function baseKeysIn(La){if(!yl(La)){return Ul(La)}var hl=Pl(La),fl=[];for(var Gd in La){if(!(Gd=="constructor"&&(hl||!af.call(La,Gd)))){fl.push(Gd)}}return fl}La.exports=baseKeysIn},44503:(La,hl,fl)=>{var yl=fl(11616),Pl=fl(75119);function baseMap(La,hl){var fl=-1,Ul=Pl(La)?Array(La.length):[];yl(La,function(La,yl,Pl){Ul[++fl]=hl(La,yl,Pl)});return Ul}La.exports=baseMap},21244:(La,hl,fl)=>{var yl=fl(67792),Pl=fl(69081),Ul=fl(78218);function baseMatches(La){var hl=Pl(La);if(hl.length==1&&hl[0][2]){return Ul(hl[0][0],hl[0][1])}return function(fl){return fl===La||yl(fl,La,hl)}}La.exports=baseMatches},66481:(La,hl,fl)=>{var yl=fl(95777),Pl=fl(40181),Ul=fl(66306),Gd=fl(20897),af=fl(12757),n_=fl(78218),i_=fl(95086);var p_=1,w_=2;function baseMatchesProperty(La,hl){if(Gd(La)&&af(hl)){return n_(i_(La),hl)}return function(fl){var Gd=Pl(fl,La);return Gd===undefined&&Gd===hl?Ul(fl,La):yl(hl,Gd,p_|w_)}}La.exports=baseMatchesProperty},47313:(La,hl,fl)=>{var yl=fl(73262),Pl=fl(12872),Ul=fl(26798),Gd=fl(20763),af=fl(96482),n_=fl(19430),i_=fl(1589);function baseMerge(La,hl,fl,p_,w_){if(La===hl){return}Ul(hl,function(Ul,n_){w_||(w_=new yl);if(af(Ul)){Gd(La,hl,n_,fl,baseMerge,p_,w_)}else{var D_=p_?p_(i_(La,n_),Ul,n_+"",La,hl,w_):undefined;if(D_===undefined){D_=Ul}Pl(La,n_,D_)}},n_)}La.exports=baseMerge},20763:(La,hl,fl)=>{var yl=fl(12872),Pl=fl(165),Ul=fl(60946),Gd=fl(77560),af=fl(20866),n_=fl(60541),i_=fl(77192),p_=fl(97100),w_=fl(43739),D_=fl(34329),I_=fl(96482),N_=fl(36542),_m=fl(35e3),pg=fl(1589),mg=fl(88485);function baseMergeDeep(La,hl,fl,gg,eA,tA,rA){var nA=pg(La,fl),iA=pg(hl,fl),sA=rA.get(iA);if(sA){yl(La,fl,sA);return}var aA=tA?tA(nA,iA,fl+"",La,hl,rA):undefined;var oA=aA===undefined;if(oA){var lA=i_(iA),cA=!lA&&w_(iA),uA=!lA&&!cA&&_m(iA);aA=iA;if(lA||cA||uA){if(i_(nA)){aA=nA}else if(p_(nA)){aA=Gd(nA)}else if(cA){oA=false;aA=Pl(iA,true)}else if(uA){oA=false;aA=Ul(iA,true)}else{aA=[]}}else if(N_(iA)||n_(iA)){aA=nA;if(n_(nA)){aA=mg(nA)}else if(!I_(nA)||D_(nA)){aA=af(iA)}}else{oA=false}}if(oA){rA.set(iA,aA);eA(aA,iA,gg,tA,rA);rA["delete"](iA)}yl(La,fl,aA)}La.exports=baseMergeDeep},89196:(La,hl,fl)=>{var yl=fl(56649),Pl=fl(40877),Ul=fl(47988),Gd=fl(44503),af=fl(22388),n_=fl(55506),i_=fl(37073),p_=fl(46851),w_=fl(77192);function baseOrderBy(La,hl,fl){if(hl.length){hl=yl(hl,function(La){if(w_(La)){return function(hl){return Pl(hl,La.length===1?La[0]:La)}}return La})}else{hl=[p_]}var D_=-1;hl=yl(hl,n_(Ul));var I_=Gd(La,function(La,fl,Pl){var Ul=yl(hl,function(hl){return hl(La)});return{criteria:Ul,index:++D_,value:La}});return af(I_,function(La,hl){return i_(La,hl,fl)})}La.exports=baseOrderBy},49996:(La,hl,fl)=>{var yl=fl(72237),Pl=fl(66306);function basePick(La,hl){return yl(La,hl,function(hl,fl){return Pl(La,fl)})}La.exports=basePick},72237:(La,hl,fl)=>{var yl=fl(40877),Pl=fl(26057),Ul=fl(77336);function basePickBy(La,hl,fl){var Gd=-1,af=hl.length,n_={};while(++Gd{function baseProperty(La){return function(hl){return hl==null?undefined:hl[La]}}La.exports=baseProperty},32310:(La,hl,fl)=>{var yl=fl(40877);function basePropertyDeep(La){return function(hl){return yl(hl,La)}}La.exports=basePropertyDeep},22035:(La,hl,fl)=>{var yl=fl(46851),Pl=fl(20168),Ul=fl(59402);function baseRest(La,hl){return Ul(Pl(La,hl,yl),La+"")}La.exports=baseRest},26057:(La,hl,fl)=>{var yl=fl(99128),Pl=fl(77336),Ul=fl(37446),Gd=fl(96482),af=fl(95086);function baseSet(La,hl,fl,n_){if(!Gd(La)){return La}hl=Pl(hl,La);var i_=-1,p_=hl.length,w_=p_-1,D_=La;while(D_!=null&&++i_{var yl=fl(85089),Pl=fl(83106),Ul=fl(46851);var Gd=!Pl?Ul:function(La,hl){return Pl(La,"toString",{configurable:true,enumerable:false,value:yl(hl),writable:true})};La.exports=Gd},37115:La=>{function baseSlice(La,hl,fl){var yl=-1,Pl=La.length;if(hl<0){hl=-hl>Pl?0:Pl+hl}fl=fl>Pl?Pl:fl;if(fl<0){fl+=Pl}Pl=hl>fl?0:fl-hl>>>0;hl>>>=0;var Ul=Array(Pl);while(++yl{function baseSortBy(La,hl){var fl=La.length;La.sort(hl);while(fl--){La[fl]=La[fl].value}return La}La.exports=baseSortBy},96834:La=>{function baseSum(La,hl){var fl,yl=-1,Pl=La.length;while(++yl{function baseTimes(La,hl){var fl=-1,yl=Array(La);while(++fl{var yl=fl(38584),Pl=fl(56649),Ul=fl(77192),Gd=fl(70661);var af=1/0;var n_=yl?yl.prototype:undefined,i_=n_?n_.toString:undefined;function baseToString(La){if(typeof La=="string"){return La}if(Ul(La)){return Pl(La,baseToString)+""}if(Gd(La)){return i_?i_.call(La):""}var hl=La+"";return hl=="0"&&1/La==-af?"-0":hl}La.exports=baseToString},14441:(La,hl,fl)=>{var yl=fl(54395);var Pl=/^\s+/;function baseTrim(La){return La?La.slice(0,yl(La)+1).replace(Pl,""):La}La.exports=baseTrim},55506:La=>{function baseUnary(La){return function(hl){return La(hl)}}La.exports=baseUnary},86344:(La,hl,fl)=>{var yl=fl(77336),Pl=fl(14781),Ul=fl(94240),Gd=fl(95086);var af=Object.prototype;var n_=af.hasOwnProperty;function baseUnset(La,hl){hl=yl(hl,La);var fl=-1,af=hl.length;if(!af){return true}while(++fl{function cacheHas(La,hl){return La.has(hl)}La.exports=cacheHas},77336:(La,hl,fl)=>{var yl=fl(77192),Pl=fl(20897),Ul=fl(72187),Gd=fl(87233);function castPath(La,hl){if(yl(La)){return La}return Pl(La,hl)?[La]:Ul(Gd(La))}La.exports=castPath},71336:(La,hl,fl)=>{var yl=fl(59525);function cloneArrayBuffer(La){var hl=new La.constructor(La.byteLength);new yl(hl).set(new yl(La));return hl}La.exports=cloneArrayBuffer},165:(La,hl,fl)=>{La=fl.nmd(La);var yl=fl(6748);var Pl=true&&hl&&!hl.nodeType&&hl;var Ul=Pl&&"object"=="object"&&La&&!La.nodeType&&La;var Gd=Ul&&Ul.exports===Pl;var af=Gd?yl.Buffer:undefined,n_=af?af.allocUnsafe:undefined;function cloneBuffer(La,hl){if(hl){return La.slice()}var fl=La.length,yl=n_?n_(fl):new La.constructor(fl);La.copy(yl);return yl}La.exports=cloneBuffer},20114:(La,hl,fl)=>{var yl=fl(71336);function cloneDataView(La,hl){var fl=hl?yl(La.buffer):La.buffer;return new La.constructor(fl,La.byteOffset,La.byteLength)}La.exports=cloneDataView},14798:La=>{var hl=/\w*$/;function cloneRegExp(La){var fl=new La.constructor(La.source,hl.exec(La));fl.lastIndex=La.lastIndex;return fl}La.exports=cloneRegExp},10539:(La,hl,fl)=>{var yl=fl(38584);var Pl=yl?yl.prototype:undefined,Ul=Pl?Pl.valueOf:undefined;function cloneSymbol(La){return Ul?Object(Ul.call(La)):{}}La.exports=cloneSymbol},60946:(La,hl,fl)=>{var yl=fl(71336);function cloneTypedArray(La,hl){var fl=hl?yl(La.buffer):La.buffer;return new La.constructor(fl,La.byteOffset,La.length)}La.exports=cloneTypedArray},63427:(La,hl,fl)=>{var yl=fl(70661);function compareAscending(La,hl){if(La!==hl){var fl=La!==undefined,Pl=La===null,Ul=La===La,Gd=yl(La);var af=hl!==undefined,n_=hl===null,i_=hl===hl,p_=yl(hl);if(!n_&&!p_&&!Gd&&La>hl||Gd&&af&&i_&&!n_&&!p_||Pl&&af&&i_||!fl&&i_||!Ul){return 1}if(!Pl&&!Gd&&!p_&&La{var yl=fl(63427);function compareMultiple(La,hl,fl){var Pl=-1,Ul=La.criteria,Gd=hl.criteria,af=Ul.length,n_=fl.length;while(++Pl=n_){return i_}var p_=fl[Pl];return i_*(p_=="desc"?-1:1)}}return La.index-hl.index}La.exports=compareMultiple},77560:La=>{function copyArray(La,hl){var fl=-1,yl=La.length;hl||(hl=Array(yl));while(++fl{var yl=fl(99128),Pl=fl(63579);function copyObject(La,hl,fl,Ul){var Gd=!fl;fl||(fl={});var af=-1,n_=hl.length;while(++af{var yl=fl(69330),Pl=fl(65889);function copySymbols(La,hl){return yl(La,Pl(La),hl)}La.exports=copySymbols},61935:(La,hl,fl)=>{var yl=fl(69330),Pl=fl(99882);function copySymbolsIn(La,hl){return yl(La,Pl(La),hl)}La.exports=copySymbolsIn},60252:(La,hl,fl)=>{var yl=fl(6748);var Pl=yl["__core-js_shared__"];La.exports=Pl},8070:(La,hl,fl)=>{var yl=fl(22035),Pl=fl(3349);function createAssigner(La){return yl(function(hl,fl){var yl=-1,Ul=fl.length,Gd=Ul>1?fl[Ul-1]:undefined,af=Ul>2?fl[2]:undefined;Gd=La.length>3&&typeof Gd=="function"?(Ul--,Gd):undefined;if(af&&Pl(fl[0],fl[1],af)){Gd=Ul<3?undefined:Gd;Ul=1}hl=Object(hl);while(++yl{var yl=fl(75119);function createBaseEach(La,hl){return function(fl,Pl){if(fl==null){return fl}if(!yl(fl)){return La(fl,Pl)}var Ul=fl.length,Gd=hl?Ul:-1,af=Object(fl);while(hl?Gd--:++Gd{function createBaseFor(La){return function(hl,fl,yl){var Pl=-1,Ul=Object(hl),Gd=yl(hl),af=Gd.length;while(af--){var n_=Gd[La?af:++Pl];if(fl(Ul[n_],n_,Ul)===false){break}}return hl}}La.exports=createBaseFor},9429:(La,hl,fl)=>{var yl=fl(36542);function customOmitClone(La){return yl(La)?undefined:La}La.exports=customOmitClone},83106:(La,hl,fl)=>{var yl=fl(68573);var Pl=function(){try{var La=yl(Object,"defineProperty");La({},"",{});return La}catch(La){}}();La.exports=Pl},5248:(La,hl,fl)=>{var yl=fl(23706),Pl=fl(90935),Ul=fl(64486);var Gd=1,af=2;function equalArrays(La,hl,fl,n_,i_,p_){var w_=fl&Gd,D_=La.length,I_=hl.length;if(D_!=I_&&!(w_&&I_>D_)){return false}var N_=p_.get(La);var _m=p_.get(hl);if(N_&&_m){return N_==hl&&_m==La}var pg=-1,mg=true,gg=fl&af?new yl:undefined;p_.set(La,hl);p_.set(hl,La);while(++pg{var yl=fl(38584),Pl=fl(59525),Ul=fl(75199),Gd=fl(5248),af=fl(43428),n_=fl(11894);var i_=1,p_=2;var w_="[object Boolean]",D_="[object Date]",I_="[object Error]",N_="[object Map]",_m="[object Number]",pg="[object RegExp]",mg="[object Set]",gg="[object String]",eA="[object Symbol]";var tA="[object ArrayBuffer]",rA="[object DataView]";var nA=yl?yl.prototype:undefined,iA=nA?nA.valueOf:undefined;function equalByTag(La,hl,fl,yl,nA,sA,aA){switch(fl){case rA:if(La.byteLength!=hl.byteLength||La.byteOffset!=hl.byteOffset){return false}La=La.buffer;hl=hl.buffer;case tA:if(La.byteLength!=hl.byteLength||!sA(new Pl(La),new Pl(hl))){return false}return true;case w_:case D_:case _m:return Ul(+La,+hl);case I_:return La.name==hl.name&&La.message==hl.message;case pg:case gg:return La==hl+"";case N_:var oA=af;case mg:var lA=yl&i_;oA||(oA=n_);if(La.size!=hl.size&&!lA){return false}var cA=aA.get(La);if(cA){return cA==hl}yl|=p_;aA.set(La,hl);var uA=Gd(oA(La),oA(hl),yl,nA,sA,aA);aA["delete"](La);return uA;case eA:if(iA){return iA.call(La)==iA.call(hl)}}return false}La.exports=equalByTag},52500:(La,hl,fl)=>{var yl=fl(78479);var Pl=1;var Ul=Object.prototype;var Gd=Ul.hasOwnProperty;function equalObjects(La,hl,fl,Ul,af,n_){var i_=fl&Pl,p_=yl(La),w_=p_.length,D_=yl(hl),I_=D_.length;if(w_!=I_&&!i_){return false}var N_=w_;while(N_--){var _m=p_[N_];if(!(i_?_m in hl:Gd.call(hl,_m))){return false}}var pg=n_.get(La);var mg=n_.get(hl);if(pg&&mg){return pg==hl&&mg==La}var gg=true;n_.set(La,hl);n_.set(hl,La);var eA=i_;while(++N_{var yl=fl(97047),Pl=fl(20168),Ul=fl(59402);function flatRest(La){return Ul(Pl(La,undefined,yl),La+"")}La.exports=flatRest},78997:La=>{var hl=typeof global=="object"&&global&&global.Object===Object&&global;La.exports=hl},78479:(La,hl,fl)=>{var yl=fl(24586),Pl=fl(65889),Ul=fl(26741);function getAllKeys(La){return yl(La,Ul,Pl)}La.exports=getAllKeys},17172:(La,hl,fl)=>{var yl=fl(24586),Pl=fl(99882),Ul=fl(19430);function getAllKeysIn(La){return yl(La,Ul,Pl)}La.exports=getAllKeysIn},1194:(La,hl,fl)=>{var yl=fl(93245);function getMapData(La,hl){var fl=La.__data__;return yl(hl)?fl[typeof hl=="string"?"string":"hash"]:fl.map}La.exports=getMapData},69081:(La,hl,fl)=>{var yl=fl(12757),Pl=fl(26741);function getMatchData(La){var hl=Pl(La),fl=hl.length;while(fl--){var Ul=hl[fl],Gd=La[Ul];hl[fl]=[Ul,Gd,yl(Gd)]}return hl}La.exports=getMatchData},68573:(La,hl,fl)=>{var yl=fl(92334),Pl=fl(8293);function getNative(La,hl){var fl=Pl(La,hl);return yl(fl)?fl:undefined}La.exports=getNative},86194:(La,hl,fl)=>{var yl=fl(61128);var Pl=yl(Object.getPrototypeOf,Object);La.exports=Pl},95292:(La,hl,fl)=>{var yl=fl(38584);var Pl=Object.prototype;var Ul=Pl.hasOwnProperty;var Gd=Pl.toString;var af=yl?yl.toStringTag:undefined;function getRawTag(La){var hl=Ul.call(La,af),fl=La[af];try{La[af]=undefined;var yl=true}catch(La){}var Pl=Gd.call(La);if(yl){if(hl){La[af]=fl}else{delete La[af]}}return Pl}La.exports=getRawTag},65889:(La,hl,fl)=>{var yl=fl(78573),Pl=fl(43400);var Ul=Object.prototype;var Gd=Ul.propertyIsEnumerable;var af=Object.getOwnPropertySymbols;var n_=!af?Pl:function(La){if(La==null){return[]}La=Object(La);return yl(af(La),function(hl){return Gd.call(La,hl)})};La.exports=n_},99882:(La,hl,fl)=>{var yl=fl(50827),Pl=fl(86194),Ul=fl(65889),Gd=fl(43400);var af=Object.getOwnPropertySymbols;var n_=!af?Gd:function(La){var hl=[];while(La){yl(hl,Ul(La));La=Pl(La)}return hl};La.exports=n_},44512:(La,hl,fl)=>{var yl=fl(47033),Pl=fl(98272),Ul=fl(4455),Gd=fl(84986),af=fl(97364),n_=fl(29117),i_=fl(57192);var p_="[object Map]",w_="[object Object]",D_="[object Promise]",I_="[object Set]",N_="[object WeakMap]";var _m="[object DataView]";var pg=i_(yl),mg=i_(Pl),gg=i_(Ul),eA=i_(Gd),tA=i_(af);var rA=n_;if(yl&&rA(new yl(new ArrayBuffer(1)))!=_m||Pl&&rA(new Pl)!=p_||Ul&&rA(Ul.resolve())!=D_||Gd&&rA(new Gd)!=I_||af&&rA(new af)!=N_){rA=function(La){var hl=n_(La),fl=hl==w_?La.constructor:undefined,yl=fl?i_(fl):"";if(yl){switch(yl){case pg:return _m;case mg:return p_;case gg:return D_;case eA:return I_;case tA:return N_}}return hl}}La.exports=rA},8293:La=>{function getValue(La,hl){return La==null?undefined:La[hl]}La.exports=getValue},48253:(La,hl,fl)=>{var yl=fl(77336),Pl=fl(60541),Ul=fl(77192),Gd=fl(37446),af=fl(56657),n_=fl(95086);function hasPath(La,hl,fl){hl=yl(hl,La);var i_=-1,p_=hl.length,w_=false;while(++i_{var yl=fl(71563);function hashClear(){this.__data__=yl?yl(null):{};this.size=0}La.exports=hashClear},15431:La=>{function hashDelete(La){var hl=this.has(La)&&delete this.__data__[La];this.size-=hl?1:0;return hl}La.exports=hashDelete},26934:(La,hl,fl)=>{var yl=fl(71563);var Pl="__lodash_hash_undefined__";var Ul=Object.prototype;var Gd=Ul.hasOwnProperty;function hashGet(La){var hl=this.__data__;if(yl){var fl=hl[La];return fl===Pl?undefined:fl}return Gd.call(hl,La)?hl[La]:undefined}La.exports=hashGet},64306:(La,hl,fl)=>{var yl=fl(71563);var Pl=Object.prototype;var Ul=Pl.hasOwnProperty;function hashHas(La){var hl=this.__data__;return yl?hl[La]!==undefined:Ul.call(hl,La)}La.exports=hashHas},17226:(La,hl,fl)=>{var yl=fl(71563);var Pl="__lodash_hash_undefined__";function hashSet(La,hl){var fl=this.__data__;this.size+=this.has(La)?0:1;fl[La]=yl&&hl===undefined?Pl:hl;return this}La.exports=hashSet},43688:La=>{var hl=Object.prototype;var fl=hl.hasOwnProperty;function initCloneArray(La){var hl=La.length,yl=new La.constructor(hl);if(hl&&typeof La[0]=="string"&&fl.call(La,"index")){yl.index=La.index;yl.input=La.input}return yl}La.exports=initCloneArray},75906:(La,hl,fl)=>{var yl=fl(71336),Pl=fl(20114),Ul=fl(14798),Gd=fl(10539),af=fl(60946);var n_="[object Boolean]",i_="[object Date]",p_="[object Map]",w_="[object Number]",D_="[object RegExp]",I_="[object Set]",N_="[object String]",_m="[object Symbol]";var pg="[object ArrayBuffer]",mg="[object DataView]",gg="[object Float32Array]",eA="[object Float64Array]",tA="[object Int8Array]",rA="[object Int16Array]",nA="[object Int32Array]",iA="[object Uint8Array]",sA="[object Uint8ClampedArray]",aA="[object Uint16Array]",oA="[object Uint32Array]";function initCloneByTag(La,hl,fl){var lA=La.constructor;switch(hl){case pg:return yl(La);case n_:case i_:return new lA(+La);case mg:return Pl(La,fl);case gg:case eA:case tA:case rA:case nA:case iA:case sA:case aA:case oA:return af(La,fl);case p_:return new lA;case w_:case N_:return new lA(La);case D_:return Ul(La);case I_:return new lA;case _m:return Gd(La)}}La.exports=initCloneByTag},20866:(La,hl,fl)=>{var yl=fl(33733),Pl=fl(86194),Ul=fl(55944);function initCloneObject(La){return typeof La.constructor=="function"&&!Ul(La)?yl(Pl(La)):{}}La.exports=initCloneObject},45088:(La,hl,fl)=>{var yl=fl(38584),Pl=fl(60541),Ul=fl(77192);var Gd=yl?yl.isConcatSpreadable:undefined;function isFlattenable(La){return Ul(La)||Pl(La)||!!(Gd&&La&&La[Gd])}La.exports=isFlattenable},37446:La=>{var hl=9007199254740991;var fl=/^(?:0|[1-9]\d*)$/;function isIndex(La,yl){var Pl=typeof La;yl=yl==null?hl:yl;return!!yl&&(Pl=="number"||Pl!="symbol"&&fl.test(La))&&(La>-1&&La%1==0&&La{var yl=fl(75199),Pl=fl(75119),Ul=fl(37446),Gd=fl(96482);function isIterateeCall(La,hl,fl){if(!Gd(fl)){return false}var af=typeof hl;if(af=="number"?Pl(fl)&&Ul(hl,fl.length):af=="string"&&hl in fl){return yl(fl[hl],La)}return false}La.exports=isIterateeCall},20897:(La,hl,fl)=>{var yl=fl(77192),Pl=fl(70661);var Ul=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Gd=/^\w*$/;function isKey(La,hl){if(yl(La)){return false}var fl=typeof La;if(fl=="number"||fl=="symbol"||fl=="boolean"||La==null||Pl(La)){return true}return Gd.test(La)||!Ul.test(La)||hl!=null&&La in Object(hl)}La.exports=isKey},93245:La=>{function isKeyable(La){var hl=typeof La;return hl=="string"||hl=="number"||hl=="symbol"||hl=="boolean"?La!=="__proto__":La===null}La.exports=isKeyable},46613:(La,hl,fl)=>{var yl=fl(60252);var Pl=function(){var La=/[^.]+$/.exec(yl&&yl.keys&&yl.keys.IE_PROTO||"");return La?"Symbol(src)_1."+La:""}();function isMasked(La){return!!Pl&&Pl in La}La.exports=isMasked},55944:La=>{var hl=Object.prototype;function isPrototype(La){var fl=La&&La.constructor,yl=typeof fl=="function"&&fl.prototype||hl;return La===yl}La.exports=isPrototype},12757:(La,hl,fl)=>{var yl=fl(96482);function isStrictComparable(La){return La===La&&!yl(La)}La.exports=isStrictComparable},99791:La=>{function listCacheClear(){this.__data__=[];this.size=0}La.exports=listCacheClear},24555:(La,hl,fl)=>{var yl=fl(74024);var Pl=Array.prototype;var Ul=Pl.splice;function listCacheDelete(La){var hl=this.__data__,fl=yl(hl,La);if(fl<0){return false}var Pl=hl.length-1;if(fl==Pl){hl.pop()}else{Ul.call(hl,fl,1)}--this.size;return true}La.exports=listCacheDelete},86634:(La,hl,fl)=>{var yl=fl(74024);function listCacheGet(La){var hl=this.__data__,fl=yl(hl,La);return fl<0?undefined:hl[fl][1]}La.exports=listCacheGet},8430:(La,hl,fl)=>{var yl=fl(74024);function listCacheHas(La){return yl(this.__data__,La)>-1}La.exports=listCacheHas},36918:(La,hl,fl)=>{var yl=fl(74024);function listCacheSet(La,hl){var fl=this.__data__,Pl=yl(fl,La);if(Pl<0){++this.size;fl.push([La,hl])}else{fl[Pl][1]=hl}return this}La.exports=listCacheSet},88487:(La,hl,fl)=>{var yl=fl(66320),Pl=fl(68884),Ul=fl(98272);function mapCacheClear(){this.size=0;this.__data__={hash:new yl,map:new(Ul||Pl),string:new yl}}La.exports=mapCacheClear},36275:(La,hl,fl)=>{var yl=fl(1194);function mapCacheDelete(La){var hl=yl(this,La)["delete"](La);this.size-=hl?1:0;return hl}La.exports=mapCacheDelete},30130:(La,hl,fl)=>{var yl=fl(1194);function mapCacheGet(La){return yl(this,La).get(La)}La.exports=mapCacheGet},69254:(La,hl,fl)=>{var yl=fl(1194);function mapCacheHas(La){return yl(this,La).has(La)}La.exports=mapCacheHas},59806:(La,hl,fl)=>{var yl=fl(1194);function mapCacheSet(La,hl){var fl=yl(this,La),Pl=fl.size;fl.set(La,hl);this.size+=fl.size==Pl?0:1;return this}La.exports=mapCacheSet},43428:La=>{function mapToArray(La){var hl=-1,fl=Array(La.size);La.forEach(function(La,yl){fl[++hl]=[yl,La]});return fl}La.exports=mapToArray},78218:La=>{function matchesStrictComparable(La,hl){return function(fl){if(fl==null){return false}return fl[La]===hl&&(hl!==undefined||La in Object(fl))}}La.exports=matchesStrictComparable},41471:(La,hl,fl)=>{var yl=fl(24769);var Pl=500;function memoizeCapped(La){var hl=yl(La,function(La){if(fl.size===Pl){fl.clear()}return La});var fl=hl.cache;return hl}La.exports=memoizeCapped},71563:(La,hl,fl)=>{var yl=fl(68573);var Pl=yl(Object,"create");La.exports=Pl},63787:(La,hl,fl)=>{var yl=fl(61128);var Pl=yl(Object.keys,Object);La.exports=Pl},94008:La=>{function nativeKeysIn(La){var hl=[];if(La!=null){for(var fl in Object(La)){hl.push(fl)}}return hl}La.exports=nativeKeysIn},88724:(La,hl,fl)=>{La=fl.nmd(La);var yl=fl(78997);var Pl=true&&hl&&!hl.nodeType&&hl;var Ul=Pl&&"object"=="object"&&La&&!La.nodeType&&La;var Gd=Ul&&Ul.exports===Pl;var af=Gd&&yl.process;var n_=function(){try{var La=Ul&&Ul.require&&Ul.require("util").types;if(La){return La}return af&&af.binding&&af.binding("util")}catch(La){}}();La.exports=n_},71723:La=>{var hl=Object.prototype;var fl=hl.toString;function objectToString(La){return fl.call(La)}La.exports=objectToString},61128:La=>{function overArg(La,hl){return function(fl){return La(hl(fl))}}La.exports=overArg},20168:(La,hl,fl)=>{var yl=fl(59678);var Pl=Math.max;function overRest(La,hl,fl){hl=Pl(hl===undefined?La.length-1:hl,0);return function(){var Ul=arguments,Gd=-1,af=Pl(Ul.length-hl,0),n_=Array(af);while(++Gd{var yl=fl(40877),Pl=fl(37115);function parent(La,hl){return hl.length<2?La:yl(La,Pl(hl,0,-1))}La.exports=parent},6748:(La,hl,fl)=>{var yl=fl(78997);var Pl=typeof self=="object"&&self&&self.Object===Object&&self;var Ul=yl||Pl||Function("return this")();La.exports=Ul},1589:La=>{function safeGet(La,hl){if(hl==="constructor"&&typeof La[hl]==="function"){return}if(hl=="__proto__"){return}return La[hl]}La.exports=safeGet},44671:La=>{var hl="__lodash_hash_undefined__";function setCacheAdd(La){this.__data__.set(La,hl);return this}La.exports=setCacheAdd},71884:La=>{function setCacheHas(La){return this.__data__.has(La)}La.exports=setCacheHas},11894:La=>{function setToArray(La){var hl=-1,fl=Array(La.size);La.forEach(function(La){fl[++hl]=La});return fl}La.exports=setToArray},59402:(La,hl,fl)=>{var yl=fl(64953),Pl=fl(83286);var Ul=Pl(yl);La.exports=Ul},83286:La=>{var hl=800,fl=16;var yl=Date.now;function shortOut(La){var Pl=0,Ul=0;return function(){var Gd=yl(),af=fl-(Gd-Ul);Ul=Gd;if(af>0){if(++Pl>=hl){return arguments[0]}}else{Pl=0}return La.apply(undefined,arguments)}}La.exports=shortOut},91509:(La,hl,fl)=>{var yl=fl(68884);function stackClear(){this.__data__=new yl;this.size=0}La.exports=stackClear},23218:La=>{function stackDelete(La){var hl=this.__data__,fl=hl["delete"](La);this.size=hl.size;return fl}La.exports=stackDelete},46572:La=>{function stackGet(La){return this.__data__.get(La)}La.exports=stackGet},66216:La=>{function stackHas(La){return this.__data__.has(La)}La.exports=stackHas},51976:(La,hl,fl)=>{var yl=fl(68884),Pl=fl(98272),Ul=fl(79660);var Gd=200;function stackSet(La,hl){var fl=this.__data__;if(fl instanceof yl){var af=fl.__data__;if(!Pl||af.length{var yl=fl(41471);var Pl=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g;var Ul=/\\(\\)?/g;var Gd=yl(function(La){var hl=[];if(La.charCodeAt(0)===46){hl.push("")}La.replace(Pl,function(La,fl,yl,Pl){hl.push(yl?Pl.replace(Ul,"$1"):fl||La)});return hl});La.exports=Gd},95086:(La,hl,fl)=>{var yl=fl(70661);var Pl=1/0;function toKey(La){if(typeof La=="string"||yl(La)){return La}var hl=La+"";return hl=="0"&&1/La==-Pl?"-0":hl}La.exports=toKey},57192:La=>{var hl=Function.prototype;var fl=hl.toString;function toSource(La){if(La!=null){try{return fl.call(La)}catch(La){}try{return La+""}catch(La){}}return""}La.exports=toSource},54395:La=>{var hl=/\s/;function trimmedEndIndex(La){var fl=La.length;while(fl--&&hl.test(La.charAt(fl))){}return fl}La.exports=trimmedEndIndex},80542:(La,hl,fl)=>{var yl=fl(62504);var Pl=1,Ul=4;function cloneDeep(La){return yl(La,Pl|Ul)}La.exports=cloneDeep},85089:La=>{function constant(La){return function(){return La}}La.exports=constant},75199:La=>{function eq(La,hl){return La===hl||La!==La&&hl!==hl}La.exports=eq},19263:(La,hl,fl)=>{var yl=fl(78573),Pl=fl(39143),Ul=fl(47988),Gd=fl(77192);function filter(La,hl){var fl=Gd(La)?yl:Pl;return fl(La,Ul(hl,3))}La.exports=filter},97047:(La,hl,fl)=>{var yl=fl(63183);function flatten(La){var hl=La==null?0:La.length;return hl?yl(La,1):[]}La.exports=flatten},40181:(La,hl,fl)=>{var yl=fl(40877);function get(La,hl,fl){var Pl=La==null?undefined:yl(La,hl);return Pl===undefined?fl:Pl}La.exports=get},66306:(La,hl,fl)=>{var yl=fl(6186),Pl=fl(48253);function hasIn(La,hl){return La!=null&&Pl(La,hl,yl)}La.exports=hasIn},46851:La=>{function identity(La){return La}La.exports=identity},60541:(La,hl,fl)=>{var yl=fl(93605),Pl=fl(51645);var Ul=Object.prototype;var Gd=Ul.hasOwnProperty;var af=Ul.propertyIsEnumerable;var n_=yl(function(){return arguments}())?yl:function(La){return Pl(La)&&Gd.call(La,"callee")&&!af.call(La,"callee")};La.exports=n_},77192:La=>{var hl=Array.isArray;La.exports=hl},75119:(La,hl,fl)=>{var yl=fl(34329),Pl=fl(56657);function isArrayLike(La){return La!=null&&Pl(La.length)&&!yl(La)}La.exports=isArrayLike},97100:(La,hl,fl)=>{var yl=fl(75119),Pl=fl(51645);function isArrayLikeObject(La){return Pl(La)&&yl(La)}La.exports=isArrayLikeObject},43739:(La,hl,fl)=>{La=fl.nmd(La);var yl=fl(6748),Pl=fl(92074);var Ul=true&&hl&&!hl.nodeType&&hl;var Gd=Ul&&"object"=="object"&&La&&!La.nodeType&&La;var af=Gd&&Gd.exports===Ul;var n_=af?yl.Buffer:undefined;var i_=n_?n_.isBuffer:undefined;var p_=i_||Pl;La.exports=p_},34329:(La,hl,fl)=>{var yl=fl(29117),Pl=fl(96482);var Ul="[object AsyncFunction]",Gd="[object Function]",af="[object GeneratorFunction]",n_="[object Proxy]";function isFunction(La){if(!Pl(La)){return false}var hl=yl(La);return hl==Gd||hl==af||hl==Ul||hl==n_}La.exports=isFunction},56657:La=>{var hl=9007199254740991;function isLength(La){return typeof La=="number"&&La>-1&&La%1==0&&La<=hl}La.exports=isLength},85995:(La,hl,fl)=>{var yl=fl(66051),Pl=fl(55506),Ul=fl(88724);var Gd=Ul&&Ul.isMap;var af=Gd?Pl(Gd):yl;La.exports=af},96482:La=>{function isObject(La){var hl=typeof La;return La!=null&&(hl=="object"||hl=="function")}La.exports=isObject},51645:La=>{function isObjectLike(La){return La!=null&&typeof La=="object"}La.exports=isObjectLike},36542:(La,hl,fl)=>{var yl=fl(29117),Pl=fl(86194),Ul=fl(51645);var Gd="[object Object]";var af=Function.prototype,n_=Object.prototype;var i_=af.toString;var p_=n_.hasOwnProperty;var w_=i_.call(Object);function isPlainObject(La){if(!Ul(La)||yl(La)!=Gd){return false}var hl=Pl(La);if(hl===null){return true}var fl=p_.call(hl,"constructor")&&hl.constructor;return typeof fl=="function"&&fl instanceof fl&&i_.call(fl)==w_}La.exports=isPlainObject},27077:(La,hl,fl)=>{var yl=fl(85901),Pl=fl(55506),Ul=fl(88724);var Gd=Ul&&Ul.isSet;var af=Gd?Pl(Gd):yl;La.exports=af},70661:(La,hl,fl)=>{var yl=fl(29117),Pl=fl(51645);var Ul="[object Symbol]";function isSymbol(La){return typeof La=="symbol"||Pl(La)&&yl(La)==Ul}La.exports=isSymbol},35e3:(La,hl,fl)=>{var yl=fl(16880),Pl=fl(55506),Ul=fl(88724);var Gd=Ul&&Ul.isTypedArray;var af=Gd?Pl(Gd):yl;La.exports=af},4257:La=>{function isUndefined(La){return La===undefined}La.exports=isUndefined},26741:(La,hl,fl)=>{var yl=fl(62e3),Pl=fl(31517),Ul=fl(75119);function keys(La){return Ul(La)?yl(La):Pl(La)}La.exports=keys},19430:(La,hl,fl)=>{var yl=fl(62e3),Pl=fl(82094),Ul=fl(75119);function keysIn(La){return Ul(La)?yl(La,true):Pl(La)}La.exports=keysIn},14781:La=>{function last(La){var hl=La==null?0:La.length;return hl?La[hl-1]:undefined}La.exports=last},52356:function(La,hl,fl){La=fl.nmd(La); /** * @license * Lodash @@ -11,30 +11,30 @@ uri-js/dist/es5/uri.all.js: * Released under MIT license * Based on Underscore.js 1.8.3 * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors - */(function(){var Rl;var zl="4.18.1";var rd=200;var yh="Unsupported core-js use. Try https://npms.io/search?q=ponyfill.",kh="Expected a function",Qh="Invalid `variable` option passed into `_.template`",cf="Invalid `imports` option passed into `_.template`";var t_="__lodash_hash_undefined__";var r_=500;var u_="__lodash_placeholder__";var C_=1,D_=2,S_=4;var P_=1,Cg=2;var eA=1,tA=2,rA=4,nA=8,iA=16,sA=32,aA=64,oA=128,lA=256,cA=512;var uA=30,pA="...";var dA=800,hA=16;var fA=1,_A=2,mA=3;var gA=1/0,AA=9007199254740991,yA=17976931348623157e292,bA=0/0;var vA=4294967295,EA=vA-1,wA=vA>>>1;var CA=[["ary",oA],["bind",eA],["bindKey",tA],["curry",nA],["curryRight",iA],["flip",cA],["partial",sA],["partialRight",aA],["rearg",lA]];var xA="[object Arguments]",DA="[object Array]",SA="[object AsyncFunction]",kA="[object Boolean]",TA="[object Date]",IA="[object DOMException]",BA="[object Error]",FA="[object Function]",PA="[object GeneratorFunction]",RA="[object Map]",NA="[object Number]",OA="[object Null]",QA="[object Object]",LA="[object Promise]",MA="[object Proxy]",jA="[object RegExp]",UA="[object Set]",GA="[object String]",qA="[object Symbol]",$A="[object Undefined]",JA="[object WeakMap]",HA="[object WeakSet]";var VA="[object ArrayBuffer]",WA="[object DataView]",zA="[object Float32Array]",YA="[object Float64Array]",KA="[object Int8Array]",XA="[object Int16Array]",ZA="[object Int32Array]",dy="[object Uint8Array]",my="[object Uint8ClampedArray]",vy="[object Uint16Array]",xy="[object Uint32Array]";var Ty=/\b__p \+= '';/g,Qy=/\b(__p \+=) '' \+/g,Ky=/(__e\(.*?\)|\b__t\)) \+\n'';/g;var Qb=/&(?:amp|lt|gt|quot|#39);/g,Lb=/[&<>"']/g,Mb=RegExp(Qb.source),jb=RegExp(Lb.source);var Gb=/<%-([\s\S]+?)%>/g,Vb=/<%([\s\S]+?)%>/g,Yb=/<%=([\s\S]+?)%>/g;var Fv=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Xv=/^\w*$/,tE=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g;var rE=/[\\^$.*+?()[\]{}|]/g,iE=RegExp(rE.source);var sE=/^\s+/;var pE=/\s/;var dE=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,gE=/\{\n\/\* \[wrapped with (.+)\] \*/,bE=/,? & /;var vE=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g;var wE=/[()=,{}\[\]\/\s]/;var CE=/\\(\\)?/g;var BE=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g;var NE=/\w*$/;var jE=/^[-+]0x[0-9a-f]+$/i;var GE=/^0b[01]+$/i;var WE=/^\[object .+?Constructor\]$/;var YE=/^0o[0-7]+$/i;var ow=/^(?:0|[1-9]\d*)$/;var lw=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g;var cw=/($^)/;var pw=/['\n\r\u2028\u2029\\]/g;var dw="\\ud800-\\udfff",hw="\\u0300-\\u036f",fw="\\ufe20-\\ufe2f",_w="\\u20d0-\\u20ff",mw=hw+fw+_w,gw="\\u2700-\\u27bf",Aw="a-z\\xdf-\\xf6\\xf8-\\xff",yw="\\xac\\xb1\\xd7\\xf7",bw="\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf",vw="\\u2000-\\u206f",Ew=" \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",ww="A-Z\\xc0-\\xd6\\xd8-\\xde",Cw="\\ufe0e\\ufe0f",xw=yw+bw+vw+Ew;var Dw="['’]",Sw="["+dw+"]",kw="["+xw+"]",Tw="["+mw+"]",Iw="\\d+",Bw="["+gw+"]",Fw="["+Aw+"]",Pw="[^"+dw+xw+Iw+gw+Aw+ww+"]",Rw="\\ud83c[\\udffb-\\udfff]",Nw="(?:"+Tw+"|"+Rw+")",Ow="[^"+dw+"]",Qw="(?:\\ud83c[\\udde6-\\uddff]){2}",Lw="[\\ud800-\\udbff][\\udc00-\\udfff]",Mw="["+ww+"]",jw="\\u200d";var Uw="(?:"+Fw+"|"+Pw+")",Gw="(?:"+Mw+"|"+Pw+")",qw="(?:"+Dw+"(?:d|ll|m|re|s|t|ve))?",$w="(?:"+Dw+"(?:D|LL|M|RE|S|T|VE))?",Jw=Nw+"?",Hw="["+Cw+"]?",Vw="(?:"+jw+"(?:"+[Ow,Qw,Lw].join("|")+")"+Hw+Jw+")*",Ww="\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",zw="\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])",Yw=Hw+Jw+Vw,Kw="(?:"+[Bw,Qw,Lw].join("|")+")"+Yw,Xw="(?:"+[Ow+Tw+"?",Tw,Qw,Lw,Sw].join("|")+")";var Zw=RegExp(Dw,"g");var eC=RegExp(Tw,"g");var tC=RegExp(Rw+"(?="+Rw+")|"+Xw+Yw,"g");var rC=RegExp([Mw+"?"+Fw+"+"+qw+"(?="+[kw,Mw,"$"].join("|")+")",Gw+"+"+$w+"(?="+[kw,Mw+Uw,"$"].join("|")+")",Mw+"?"+Uw+"+"+qw,Mw+"+"+$w,zw,Ww,Iw,Kw].join("|"),"g");var nC=RegExp("["+jw+dw+mw+Cw+"]");var iC=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/;var sC=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"];var aC=-1;var oC={};oC[zA]=oC[YA]=oC[KA]=oC[XA]=oC[ZA]=oC[dy]=oC[my]=oC[vy]=oC[xy]=true;oC[xA]=oC[DA]=oC[VA]=oC[kA]=oC[WA]=oC[TA]=oC[BA]=oC[FA]=oC[RA]=oC[NA]=oC[QA]=oC[jA]=oC[UA]=oC[GA]=oC[JA]=false;var lC={};lC[xA]=lC[DA]=lC[VA]=lC[WA]=lC[kA]=lC[TA]=lC[zA]=lC[YA]=lC[KA]=lC[XA]=lC[ZA]=lC[RA]=lC[NA]=lC[QA]=lC[jA]=lC[UA]=lC[GA]=lC[qA]=lC[dy]=lC[my]=lC[vy]=lC[xy]=true;lC[BA]=lC[FA]=lC[JA]=false;var cC={"À":"A","Á":"A","Â":"A","Ã":"A","Ä":"A","Å":"A","à":"a","á":"a","â":"a","ã":"a","ä":"a","å":"a","Ç":"C","ç":"c","Ð":"D","ð":"d","È":"E","É":"E","Ê":"E","Ë":"E","è":"e","é":"e","ê":"e","ë":"e","Ì":"I","Í":"I","Î":"I","Ï":"I","ì":"i","í":"i","î":"i","ï":"i","Ñ":"N","ñ":"n","Ò":"O","Ó":"O","Ô":"O","Õ":"O","Ö":"O","Ø":"O","ò":"o","ó":"o","ô":"o","õ":"o","ö":"o","ø":"o","Ù":"U","Ú":"U","Û":"U","Ü":"U","ù":"u","ú":"u","û":"u","ü":"u","Ý":"Y","ý":"y","ÿ":"y","Æ":"Ae","æ":"ae","Þ":"Th","þ":"th","ß":"ss","Ā":"A","Ă":"A","Ą":"A","ā":"a","ă":"a","ą":"a","Ć":"C","Ĉ":"C","Ċ":"C","Č":"C","ć":"c","ĉ":"c","ċ":"c","č":"c","Ď":"D","Đ":"D","ď":"d","đ":"d","Ē":"E","Ĕ":"E","Ė":"E","Ę":"E","Ě":"E","ē":"e","ĕ":"e","ė":"e","ę":"e","ě":"e","Ĝ":"G","Ğ":"G","Ġ":"G","Ģ":"G","ĝ":"g","ğ":"g","ġ":"g","ģ":"g","Ĥ":"H","Ħ":"H","ĥ":"h","ħ":"h","Ĩ":"I","Ī":"I","Ĭ":"I","Į":"I","İ":"I","ĩ":"i","ī":"i","ĭ":"i","į":"i","ı":"i","Ĵ":"J","ĵ":"j","Ķ":"K","ķ":"k","ĸ":"k","Ĺ":"L","Ļ":"L","Ľ":"L","Ŀ":"L","Ł":"L","ĺ":"l","ļ":"l","ľ":"l","ŀ":"l","ł":"l","Ń":"N","Ņ":"N","Ň":"N","Ŋ":"N","ń":"n","ņ":"n","ň":"n","ŋ":"n","Ō":"O","Ŏ":"O","Ő":"O","ō":"o","ŏ":"o","ő":"o","Ŕ":"R","Ŗ":"R","Ř":"R","ŕ":"r","ŗ":"r","ř":"r","Ś":"S","Ŝ":"S","Ş":"S","Š":"S","ś":"s","ŝ":"s","ş":"s","š":"s","Ţ":"T","Ť":"T","Ŧ":"T","ţ":"t","ť":"t","ŧ":"t","Ũ":"U","Ū":"U","Ŭ":"U","Ů":"U","Ű":"U","Ų":"U","ũ":"u","ū":"u","ŭ":"u","ů":"u","ű":"u","ų":"u","Ŵ":"W","ŵ":"w","Ŷ":"Y","ŷ":"y","Ÿ":"Y","Ź":"Z","Ż":"Z","Ž":"Z","ź":"z","ż":"z","ž":"z","IJ":"IJ","ij":"ij","Œ":"Oe","œ":"oe","ʼn":"'n","ſ":"s"};var uC={"&":"&","<":"<",">":">",'"':""","'":"'"};var pC={"&":"&","<":"<",">":">",""":'"',"'":"'"};var dC={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"};var hC=parseFloat,fC=parseInt;var _C=typeof global=="object"&&global&&global.Object===Object&&global;var mC=typeof self=="object"&&self&&self.Object===Object&&self;var gC=_C||mC||Function("return this")();var AC=true&&Al&&!Al.nodeType&&Al;var yC=AC&&"object"=="object"&&ml&&!ml.nodeType&&ml;var bC=yC&&yC.exports===AC;var vC=bC&&_C.process;var EC=function(){try{var ml=yC&&yC.require&&yC.require("util").types;if(ml){return ml}return vC&&vC.binding&&vC.binding("util")}catch(ml){}}();var wC=EC&&EC.isArrayBuffer,CC=EC&&EC.isDate,xC=EC&&EC.isMap,DC=EC&&EC.isRegExp,SC=EC&&EC.isSet,kC=EC&&EC.isTypedArray;function apply(ml,Al,Rl){switch(Rl.length){case 0:return ml.call(Al);case 1:return ml.call(Al,Rl[0]);case 2:return ml.call(Al,Rl[0],Rl[1]);case 3:return ml.call(Al,Rl[0],Rl[1],Rl[2])}return ml.apply(Al,Rl)}function arrayAggregator(ml,Al,Rl,zl){var rd=-1,yh=ml==null?0:ml.length;while(++rd-1}function arrayIncludesWith(ml,Al,Rl){var zl=-1,rd=ml==null?0:ml.length;while(++zl-1){}return Rl}function charsEndIndex(ml,Al){var Rl=ml.length;while(Rl--&&baseIndexOf(Al,ml[Rl],0)>-1){}return Rl}function countHolders(ml,Al){var Rl=ml.length,zl=0;while(Rl--){if(ml[Rl]===Al){++zl}}return zl}var IC=basePropertyOf(cC);var BC=basePropertyOf(uC);function escapeStringChar(ml){return"\\"+dC[ml]}function getValue(ml,Al){return ml==null?Rl:ml[Al]}function hasUnicode(ml){return nC.test(ml)}function hasUnicodeWord(ml){return iC.test(ml)}function iteratorToArray(ml){var Al,Rl=[];while(!(Al=ml.next()).done){Rl.push(Al.value)}return Rl}function mapToArray(ml){var Al=-1,Rl=Array(ml.size);ml.forEach(function(ml,zl){Rl[++Al]=[zl,ml]});return Rl}function overArg(ml,Al){return function(Rl){return ml(Al(Rl))}}function replaceHolders(ml,Al){var Rl=-1,zl=ml.length,rd=0,yh=[];while(++Rl-1}function listCacheSet(ml,Al){var Rl=this.__data__,zl=assocIndexOf(Rl,ml);if(zl<0){++this.size;Rl.push([ml,Al])}else{Rl[zl][1]=Al}return this}ListCache.prototype.clear=listCacheClear;ListCache.prototype["delete"]=listCacheDelete;ListCache.prototype.get=listCacheGet;ListCache.prototype.has=listCacheHas;ListCache.prototype.set=listCacheSet;function MapCache(ml){var Al=-1,Rl=ml==null?0:ml.length;this.clear();while(++Al=Al?ml:Al}}return ml}function baseClone(ml,Al,zl,rd,yh,kh){var Qh,cf=Al&C_,t_=Al&D_,r_=Al&S_;if(zl){Qh=yh?zl(ml,rd,yh,kh):zl(ml)}if(Qh!==Rl){return Qh}if(!isObject(ml)){return ml}var u_=sS(ml);if(u_){Qh=initCloneArray(ml);if(!cf){return copyArray(ml,Qh)}}else{var P_=ZC(ml),Cg=P_==FA||P_==PA;if(oS(ml)){return cloneBuffer(ml,cf)}if(P_==QA||P_==xA||Cg&&!yh){Qh=t_||Cg?{}:initCloneObject(ml);if(!cf){return t_?copySymbolsIn(ml,baseAssignIn(Qh,ml)):copySymbols(ml,baseAssign(Qh,ml))}}else{if(!lC[P_]){return yh?ml:{}}Qh=initCloneByTag(ml,P_,cf)}}kh||(kh=new Stack);var eA=kh.get(ml);if(eA){return eA}kh.set(ml,Qh);if(pS(ml)){ml.forEach(function(Rl){Qh.add(baseClone(Rl,Al,zl,Rl,ml,kh))})}else if(cS(ml)){ml.forEach(function(Rl,rd){Qh.set(rd,baseClone(Rl,Al,zl,rd,ml,kh))})}var tA=r_?t_?getAllKeysIn:getAllKeys:t_?keysIn:keys;var rA=u_?Rl:tA(ml);arrayEach(rA||ml,function(Rl,rd){if(rA){rd=Rl;Rl=ml[rd]}assignValue(Qh,rd,baseClone(Rl,Al,zl,rd,ml,kh))});return Qh}function baseConforms(ml){var Al=keys(ml);return function(Rl){return baseConformsTo(Rl,ml,Al)}}function baseConformsTo(ml,Al,zl){var rd=zl.length;if(ml==null){return!rd}ml=fw(ml);while(rd--){var yh=zl[rd],kh=Al[yh],Qh=ml[yh];if(Qh===Rl&&!(yh in ml)||!kh(Qh)){return false}}return true}function baseDelay(ml,Al,zl){if(typeof ml!="function"){throw new gw(kh)}return sx(function(){ml.apply(Rl,zl)},Al)}function baseDifference(ml,Al,Rl,zl){var yh=-1,kh=arrayIncludes,Qh=true,cf=ml.length,t_=[],r_=Al.length;if(!cf){return t_}if(Rl){Al=arrayMap(Al,baseUnary(Rl))}if(zl){kh=arrayIncludesWith;Qh=false}else if(Al.length>=rd){kh=cacheHas;Qh=false;Al=new SetCache(Al)}e:while(++yhyh?0:yh+zl}rd=rd===Rl||rd>yh?yh:toInteger(rd);if(rd<0){rd+=yh}rd=zl>rd?0:toLength(rd);while(zl0&&Rl(Qh)){if(Al>1){baseFlatten(Qh,Al-1,Rl,zl,rd)}else{arrayPush(rd,Qh)}}else if(!zl){rd[rd.length]=Qh}}return rd}var qC=createBaseFor();var $C=createBaseFor(true);function baseForOwn(ml,Al){return ml&&qC(ml,Al,keys)}function baseForOwnRight(ml,Al){return ml&&$C(ml,Al,keys)}function baseFunctions(ml,Al){return arrayFilter(Al,function(Al){return isFunction(ml[Al])})}function baseGet(ml,Al){Al=castPath(Al,ml);var zl=0,rd=Al.length;while(ml!=null&&zlAl}function baseHas(ml,Al){return ml!=null&&ww.call(ml,Al)}function baseHasIn(ml,Al){return ml!=null&&Al in fw(ml)}function baseInRange(ml,Al,Rl){return ml>=tC(Al,Rl)&&ml=120&&C_.length>=120)?new SetCache(cf&&C_):Rl}C_=ml[0];var D_=-1,S_=t_[0];e:while(++D_-1){if(Qh!==ml){Qw.call(Qh,cf,1)}Qw.call(ml,cf,1)}}return ml}function basePullAt(ml,Al){var Rl=ml?Al.length:0,zl=Rl-1;while(Rl--){var rd=Al[Rl];if(Rl==zl||rd!==yh){var yh=rd;if(isIndex(rd)){Qw.call(ml,rd,1)}else{baseUnset(ml,rd)}}}return ml}function baseRandom(ml,Al){return ml+Hw(iC()*(Al-ml+1))}function baseRange(ml,Rl,zl,rd){var yh=-1,kh=Xw(Jw((Rl-ml)/(zl||1)),0),Qh=Al(kh);while(kh--){Qh[rd?kh:++yh]=ml;ml+=zl}return Qh}function baseRepeat(ml,Al){var Rl="";if(!ml||Al<1||Al>AA){return Rl}do{if(Al%2){Rl+=ml}Al=Hw(Al/2);if(Al){ml+=ml}}while(Al);return Rl}function baseRest(ml,Al){return ox(overRest(ml,Al,identity),ml+"")}function baseSample(ml){return arraySample(values(ml))}function baseSampleSize(ml,Al){var Rl=values(ml);return shuffleSelf(Rl,baseClamp(Al,0,Rl.length))}function baseSet(ml,Al,zl,rd){if(!isObject(ml)){return ml}Al=castPath(Al,ml);var yh=-1,kh=Al.length,Qh=kh-1,cf=ml;while(cf!=null&&++yhyh?0:yh+Rl}zl=zl>yh?yh:zl;if(zl<0){zl+=yh}yh=Rl>zl?0:zl-Rl>>>0;Rl>>>=0;var kh=Al(yh);while(++rd>>1,kh=ml[yh];if(kh!==null&&!isSymbol(kh)&&(Rl?kh<=Al:kh=rd){var r_=Al?null:zC(ml);if(r_){return setToArray(r_)}Qh=false;yh=cacheHas;t_=new SetCache}else{t_=Al?[]:cf}e:while(++zl=rd?ml:baseSlice(ml,Al,zl)}var WC=Gw||function(ml){return gC.clearTimeout(ml)};function cloneBuffer(ml,Al){if(Al){return ml.slice()}var Rl=ml.length,zl=Pw?Pw(Rl):new ml.constructor(Rl);ml.copy(zl);return zl}function cloneArrayBuffer(ml){var Al=new ml.constructor(ml.byteLength);new Fw(Al).set(new Fw(ml));return Al}function cloneDataView(ml,Al){var Rl=Al?cloneArrayBuffer(ml.buffer):ml.buffer;return new ml.constructor(Rl,ml.byteOffset,ml.byteLength)}function cloneRegExp(ml){var Al=new ml.constructor(ml.source,NE.exec(ml));Al.lastIndex=ml.lastIndex;return Al}function cloneSymbol(ml){return LC?fw(LC.call(ml)):{}}function cloneTypedArray(ml,Al){var Rl=Al?cloneArrayBuffer(ml.buffer):ml.buffer;return new ml.constructor(Rl,ml.byteOffset,ml.length)}function compareAscending(ml,Al){if(ml!==Al){var zl=ml!==Rl,rd=ml===null,yh=ml===ml,kh=isSymbol(ml);var Qh=Al!==Rl,cf=Al===null,t_=Al===Al,r_=isSymbol(Al);if(!cf&&!r_&&!kh&&ml>Al||kh&&Qh&&t_&&!cf&&!r_||rd&&Qh&&t_||!zl&&t_||!yh){return 1}if(!rd&&!kh&&!r_&&ml=Qh){return cf}var t_=Rl[zl];return cf*(t_=="desc"?-1:1)}}return ml.index-Al.index}function composeArgs(ml,Rl,zl,rd){var yh=-1,kh=ml.length,Qh=zl.length,cf=-1,t_=Rl.length,r_=Xw(kh-Qh,0),u_=Al(t_+r_),C_=!rd;while(++cf1?zl[yh-1]:Rl,Qh=yh>2?zl[2]:Rl;kh=ml.length>3&&typeof kh=="function"?(yh--,kh):Rl;if(Qh&&isIterateeCall(zl[0],zl[1],Qh)){kh=yh<3?Rl:kh;yh=1}Al=fw(Al);while(++rd-1?yh[kh?Al[Qh]:Qh]:Rl}}function createFlow(ml){return flatRest(function(Al){var zl=Al.length,rd=zl,yh=LodashWrapper.prototype.thru;if(ml){Al.reverse()}while(rd--){var Qh=Al[rd];if(typeof Qh!="function"){throw new gw(kh)}if(yh&&!cf&&getFuncName(Qh)=="wrapper"){var cf=new LodashWrapper([],true)}}rd=cf?rd:zl;while(++rd1){eA.reverse()}if(C_&&r_cf)){return false}var r_=kh.get(ml);var u_=kh.get(Al);if(r_&&u_){return r_==Al&&u_==ml}var C_=-1,D_=true,S_=zl&Cg?new SetCache:Rl;kh.set(ml,Al);kh.set(Al,ml);while(++C_1?"& ":"")+Al[zl];Al=Al.join(Rl>2?", ":" ");return ml.replace(dE,"{\n/* [wrapped with "+Al+"] */\n")}function isFlattenable(ml){return sS(ml)||iS(ml)||!!(Lw&&ml&&ml[Lw])}function isIndex(ml,Al){var Rl=typeof ml;Al=Al==null?AA:Al;return!!Al&&(Rl=="number"||Rl!="symbol"&&ow.test(ml))&&(ml>-1&&ml%1==0&&ml0){if(++Al>=dA){return arguments[0]}}else{Al=0}return ml.apply(Rl,arguments)}}function shuffleSelf(ml,Al){var zl=-1,rd=ml.length,yh=rd-1;Al=Al===Rl?rd:Al;while(++zl1?ml[Al-1]:Rl;zl=typeof zl=="function"?(ml.pop(),zl):Rl;return unzipWith(ml,zl)});function chain(ml){var Al=lodash(ml);Al.__chain__=true;return Al}function tap(ml,Al){Al(ml);return ml}function thru(ml,Al){return Al(ml)}var Nx=flatRest(function(ml){var Al=ml.length,zl=Al?ml[0]:0,rd=this.__wrapped__,interceptor=function(Al){return baseAt(Al,ml)};if(Al>1||this.__actions__.length||!(rd instanceof LazyWrapper)||!isIndex(zl)){return this.thru(interceptor)}rd=rd.slice(zl,+zl+(Al?1:0));rd.__actions__.push({func:thru,args:[interceptor],thisArg:Rl});return new LodashWrapper(rd,this.__chain__).thru(function(ml){if(Al&&!ml.length){ml.push(Rl)}return ml})});function wrapperChain(){return chain(this)}function wrapperCommit(){return new LodashWrapper(this.value(),this.__chain__)}function wrapperNext(){if(this.__values__===Rl){this.__values__=toArray(this.value())}var ml=this.__index__>=this.__values__.length,Al=ml?Rl:this.__values__[this.__index__++];return{done:ml,value:Al}}function wrapperToIterator(){return this}function wrapperPlant(ml){var Al,zl=this;while(zl instanceof baseLodash){var rd=wrapperClone(zl);rd.__index__=0;rd.__values__=Rl;if(Al){yh.__wrapped__=rd}else{Al=rd}var yh=rd;zl=zl.__wrapped__}yh.__wrapped__=ml;return Al}function wrapperReverse(){var ml=this.__wrapped__;if(ml instanceof LazyWrapper){var Al=ml;if(this.__actions__.length){Al=new LazyWrapper(this)}Al=Al.reverse();Al.__actions__.push({func:thru,args:[reverse],thisArg:Rl});return new LodashWrapper(Al,this.__chain__)}return this.thru(reverse)}function wrapperValue(){return baseWrapperValue(this.__wrapped__,this.__actions__)}var Qx=createAggregator(function(ml,Al,Rl){if(ww.call(ml,Rl)){++ml[Rl]}else{baseAssignValue(ml,Rl,1)}});function every(ml,Al,zl){var rd=sS(ml)?arrayEvery:baseEvery;if(zl&&isIterateeCall(ml,Al,zl)){Al=Rl}return rd(ml,getIteratee(Al,3))}function filter(ml,Al){var Rl=sS(ml)?arrayFilter:baseFilter;return Rl(ml,getIteratee(Al,3))}var Mx=createFind(findIndex);var qx=createFind(findLastIndex);function flatMap(ml,Al){return baseFlatten(map(ml,Al),1)}function flatMapDeep(ml,Al){return baseFlatten(map(ml,Al),gA)}function flatMapDepth(ml,Al,zl){zl=zl===Rl?1:toInteger(zl);return baseFlatten(map(ml,Al),zl)}function forEach(ml,Al){var Rl=sS(ml)?arrayEach:UC;return Rl(ml,getIteratee(Al,3))}function forEachRight(ml,Al){var Rl=sS(ml)?arrayEachRight:GC;return Rl(ml,getIteratee(Al,3))}var Jx=createAggregator(function(ml,Al,Rl){if(ww.call(ml,Rl)){ml[Rl].push(Al)}else{baseAssignValue(ml,Rl,[Al])}});function includes(ml,Al,Rl,zl){ml=isArrayLike(ml)?ml:values(ml);Rl=Rl&&!zl?toInteger(Rl):0;var rd=ml.length;if(Rl<0){Rl=Xw(rd+Rl,0)}return isString(ml)?Rl<=rd&&ml.indexOf(Al,Rl)>-1:!!rd&&baseIndexOf(ml,Al,Rl)>-1}var Wx=baseRest(function(ml,Rl,zl){var rd=-1,yh=typeof Rl=="function",kh=isArrayLike(ml)?Al(ml.length):[];UC(ml,function(ml){kh[++rd]=yh?apply(Rl,ml,zl):baseInvoke(ml,Rl,zl)});return kh});var Yx=createAggregator(function(ml,Al,Rl){baseAssignValue(ml,Rl,Al)});function map(ml,Al){var Rl=sS(ml)?arrayMap:baseMap;return Rl(ml,getIteratee(Al,3))}function orderBy(ml,Al,zl,rd){if(ml==null){return[]}if(!sS(Al)){Al=Al==null?[]:[Al]}zl=rd?Rl:zl;if(!sS(zl)){zl=zl==null?[]:[zl]}return baseOrderBy(ml,Al,zl)}var Kx=createAggregator(function(ml,Al,Rl){ml[Rl?0:1].push(Al)},function(){return[[],[]]});function reduce(ml,Al,Rl){var zl=sS(ml)?arrayReduce:baseReduce,rd=arguments.length<3;return zl(ml,getIteratee(Al,4),Rl,rd,UC)}function reduceRight(ml,Al,Rl){var zl=sS(ml)?arrayReduceRight:baseReduce,rd=arguments.length<3;return zl(ml,getIteratee(Al,4),Rl,rd,GC)}function reject(ml,Al){var Rl=sS(ml)?arrayFilter:baseFilter;return Rl(ml,negate(getIteratee(Al,3)))}function sample(ml){var Al=sS(ml)?arraySample:baseSample;return Al(ml)}function sampleSize(ml,Al,zl){if(zl?isIterateeCall(ml,Al,zl):Al===Rl){Al=1}else{Al=toInteger(Al)}var rd=sS(ml)?arraySampleSize:baseSampleSize;return rd(ml,Al)}function shuffle(ml){var Al=sS(ml)?arrayShuffle:baseShuffle;return Al(ml)}function size(ml){if(ml==null){return 0}if(isArrayLike(ml)){return isString(ml)?stringSize(ml):ml.length}var Al=ZC(ml);if(Al==RA||Al==UA){return ml.size}return baseKeys(ml).length}function some(ml,Al,zl){var rd=sS(ml)?arraySome:baseSome;if(zl&&isIterateeCall(ml,Al,zl)){Al=Rl}return rd(ml,getIteratee(Al,3))}var Xx=baseRest(function(ml,Al){if(ml==null){return[]}var Rl=Al.length;if(Rl>1&&isIterateeCall(ml,Al[0],Al[1])){Al=[]}else if(Rl>2&&isIterateeCall(Al[0],Al[1],Al[2])){Al=[Al[0]]}return baseOrderBy(ml,baseFlatten(Al,1),[])});var eD=qw||function(){return gC.Date.now()};function after(ml,Al){if(typeof Al!="function"){throw new gw(kh)}ml=toInteger(ml);return function(){if(--ml<1){return Al.apply(this,arguments)}}}function ary(ml,Al,zl){Al=zl?Rl:Al;Al=ml&&Al==null?ml.length:Al;return createWrap(ml,oA,Rl,Rl,Rl,Rl,Al)}function before(ml,Al){var zl;if(typeof Al!="function"){throw new gw(kh)}ml=toInteger(ml);return function(){if(--ml>0){zl=Al.apply(this,arguments)}if(ml<=1){Al=Rl}return zl}}var sD=baseRest(function(ml,Al,Rl){var zl=eA;if(Rl.length){var rd=replaceHolders(Rl,getHolder(sD));zl|=sA}return createWrap(ml,zl,Al,Rl,rd)});var uD=baseRest(function(ml,Al,Rl){var zl=eA|tA;if(Rl.length){var rd=replaceHolders(Rl,getHolder(uD));zl|=sA}return createWrap(Al,zl,ml,Rl,rd)});function curry(ml,Al,zl){Al=zl?Rl:Al;var rd=createWrap(ml,nA,Rl,Rl,Rl,Rl,Rl,Al);rd.placeholder=curry.placeholder;return rd}function curryRight(ml,Al,zl){Al=zl?Rl:Al;var rd=createWrap(ml,iA,Rl,Rl,Rl,Rl,Rl,Al);rd.placeholder=curryRight.placeholder;return rd}function debounce(ml,Al,zl){var rd,yh,Qh,cf,t_,r_,u_=0,C_=false,D_=false,S_=true;if(typeof ml!="function"){throw new gw(kh)}Al=toNumber(Al)||0;if(isObject(zl)){C_=!!zl.leading;D_="maxWait"in zl;Qh=D_?Xw(toNumber(zl.maxWait)||0,Al):Qh;S_="trailing"in zl?!!zl.trailing:S_}function invokeFunc(Al){var zl=rd,kh=yh;rd=yh=Rl;u_=Al;cf=ml.apply(kh,zl);return cf}function leadingEdge(ml){u_=ml;t_=sx(timerExpired,Al);return C_?invokeFunc(ml):cf}function remainingWait(ml){var Rl=ml-r_,zl=ml-u_,rd=Al-Rl;return D_?tC(rd,Qh-zl):rd}function shouldInvoke(ml){var zl=ml-r_,rd=ml-u_;return r_===Rl||zl>=Al||zl<0||D_&&rd>=Qh}function timerExpired(){var ml=eD();if(shouldInvoke(ml)){return trailingEdge(ml)}t_=sx(timerExpired,remainingWait(ml))}function trailingEdge(ml){t_=Rl;if(S_&&rd){return invokeFunc(ml)}rd=yh=Rl;return cf}function cancel(){if(t_!==Rl){WC(t_)}u_=0;rd=r_=yh=t_=Rl}function flush(){return t_===Rl?cf:trailingEdge(eD())}function debounced(){var ml=eD(),zl=shouldInvoke(ml);rd=arguments;yh=this;r_=ml;if(zl){if(t_===Rl){return leadingEdge(r_)}if(D_){WC(t_);t_=sx(timerExpired,Al);return invokeFunc(r_)}}if(t_===Rl){t_=sx(timerExpired,Al)}return cf}debounced.cancel=cancel;debounced.flush=flush;return debounced}var FD=baseRest(function(ml,Al){return baseDelay(ml,1,Al)});var PD=baseRest(function(ml,Al,Rl){return baseDelay(ml,toNumber(Al)||0,Rl)});function flip(ml){return createWrap(ml,cA)}function memoize(ml,Al){if(typeof ml!="function"||Al!=null&&typeof Al!="function"){throw new gw(kh)}var memoized=function(){var Rl=arguments,zl=Al?Al.apply(this,Rl):Rl[0],rd=memoized.cache;if(rd.has(zl)){return rd.get(zl)}var yh=ml.apply(this,Rl);memoized.cache=rd.set(zl,yh)||rd;return yh};memoized.cache=new(memoize.Cache||MapCache);return memoized}memoize.Cache=MapCache;function negate(ml){if(typeof ml!="function"){throw new gw(kh)}return function(){var Al=arguments;switch(Al.length){case 0:return!ml.call(this);case 1:return!ml.call(this,Al[0]);case 2:return!ml.call(this,Al[0],Al[1]);case 3:return!ml.call(this,Al[0],Al[1],Al[2])}return!ml.apply(this,Al)}}function once(ml){return before(2,ml)}var LD=VC(function(ml,Al){Al=Al.length==1&&sS(Al[0])?arrayMap(Al[0],baseUnary(getIteratee())):arrayMap(baseFlatten(Al,1),baseUnary(getIteratee()));var Rl=Al.length;return baseRest(function(zl){var rd=-1,yh=tC(zl.length,Rl);while(++rd=Al});var iS=baseIsArguments(function(){return arguments}())?baseIsArguments:function(ml){return isObjectLike(ml)&&ww.call(ml,"callee")&&!Ow.call(ml,"callee")};var sS=Al.isArray;var aS=wC?baseUnary(wC):baseIsArrayBuffer;function isArrayLike(ml){return ml!=null&&isLength(ml.length)&&!isFunction(ml)}function isArrayLikeObject(ml){return isObjectLike(ml)&&isArrayLike(ml)}function isBoolean(ml){return ml===true||ml===false||isObjectLike(ml)&&baseGetTag(ml)==kA}var oS=Ww||stubFalse;var lS=CC?baseUnary(CC):baseIsDate;function isElement(ml){return isObjectLike(ml)&&ml.nodeType===1&&!isPlainObject(ml)}function isEmpty(ml){if(ml==null){return true}if(isArrayLike(ml)&&(sS(ml)||typeof ml=="string"||typeof ml.splice=="function"||oS(ml)||dS(ml)||iS(ml))){return!ml.length}var Al=ZC(ml);if(Al==RA||Al==UA){return!ml.size}if(isPrototype(ml)){return!baseKeys(ml).length}for(var Rl in ml){if(ww.call(ml,Rl)){return false}}return true}function isEqual(ml,Al){return baseIsEqual(ml,Al)}function isEqualWith(ml,Al,zl){zl=typeof zl=="function"?zl:Rl;var rd=zl?zl(ml,Al):Rl;return rd===Rl?baseIsEqual(ml,Al,Rl,zl):!!rd}function isError(ml){if(!isObjectLike(ml)){return false}var Al=baseGetTag(ml);return Al==BA||Al==IA||typeof ml.message=="string"&&typeof ml.name=="string"&&!isPlainObject(ml)}function isFinite(ml){return typeof ml=="number"&&zw(ml)}function isFunction(ml){if(!isObject(ml)){return false}var Al=baseGetTag(ml);return Al==FA||Al==PA||Al==SA||Al==MA}function isInteger(ml){return typeof ml=="number"&&ml==toInteger(ml)}function isLength(ml){return typeof ml=="number"&&ml>-1&&ml%1==0&&ml<=AA}function isObject(ml){var Al=typeof ml;return ml!=null&&(Al=="object"||Al=="function")}function isObjectLike(ml){return ml!=null&&typeof ml=="object"}var cS=xC?baseUnary(xC):baseIsMap;function isMatch(ml,Al){return ml===Al||baseIsMatch(ml,Al,getMatchData(Al))}function isMatchWith(ml,Al,zl){zl=typeof zl=="function"?zl:Rl;return baseIsMatch(ml,Al,getMatchData(Al),zl)}function isNaN(ml){return isNumber(ml)&&ml!=+ml}function isNative(ml){if(rx(ml)){throw new vE(yh)}return baseIsNative(ml)}function isNull(ml){return ml===null}function isNil(ml){return ml==null}function isNumber(ml){return typeof ml=="number"||isObjectLike(ml)&&baseGetTag(ml)==NA}function isPlainObject(ml){if(!isObjectLike(ml)||baseGetTag(ml)!=QA){return false}var Al=Rw(ml);if(Al===null){return true}var Rl=ww.call(Al,"constructor")&&Al.constructor;return typeof Rl=="function"&&Rl instanceof Rl&&Ew.call(Rl)==Sw}var uS=DC?baseUnary(DC):baseIsRegExp;function isSafeInteger(ml){return isInteger(ml)&&ml>=-AA&&ml<=AA}var pS=SC?baseUnary(SC):baseIsSet;function isString(ml){return typeof ml=="string"||!sS(ml)&&isObjectLike(ml)&&baseGetTag(ml)==GA}function isSymbol(ml){return typeof ml=="symbol"||isObjectLike(ml)&&baseGetTag(ml)==qA}var dS=kC?baseUnary(kC):baseIsTypedArray;function isUndefined(ml){return ml===Rl}function isWeakMap(ml){return isObjectLike(ml)&&ZC(ml)==JA}function isWeakSet(ml){return isObjectLike(ml)&&baseGetTag(ml)==HA}var hS=createRelationalOperation(baseLt);var fS=createRelationalOperation(function(ml,Al){return ml<=Al});function toArray(ml){if(!ml){return[]}if(isArrayLike(ml)){return isString(ml)?stringToArray(ml):copyArray(ml)}if(Mw&&ml[Mw]){return iteratorToArray(ml[Mw]())}var Al=ZC(ml),Rl=Al==RA?mapToArray:Al==UA?setToArray:values;return Rl(ml)}function toFinite(ml){if(!ml){return ml===0?ml:0}ml=toNumber(ml);if(ml===gA||ml===-gA){var Al=ml<0?-1:1;return Al*yA}return ml===ml?ml:0}function toInteger(ml){var Al=toFinite(ml),Rl=Al%1;return Al===Al?Rl?Al-Rl:Al:0}function toLength(ml){return ml?baseClamp(toInteger(ml),0,vA):0}function toNumber(ml){if(typeof ml=="number"){return ml}if(isSymbol(ml)){return bA}if(isObject(ml)){var Al=typeof ml.valueOf=="function"?ml.valueOf():ml;ml=isObject(Al)?Al+"":Al}if(typeof ml!="string"){return ml===0?ml:+ml}ml=baseTrim(ml);var Rl=GE.test(ml);return Rl||YE.test(ml)?fC(ml.slice(2),Rl?2:8):jE.test(ml)?bA:+ml}function toPlainObject(ml){return copyObject(ml,keysIn(ml))}function toSafeInteger(ml){return ml?baseClamp(toInteger(ml),-AA,AA):ml===0?ml:0}function toString(ml){return ml==null?"":baseToString(ml)}var _S=createAssigner(function(ml,Al){if(isPrototype(Al)||isArrayLike(Al)){copyObject(Al,keys(Al),ml);return}for(var Rl in Al){if(ww.call(Al,Rl)){assignValue(ml,Rl,Al[Rl])}}});var mS=createAssigner(function(ml,Al){copyObject(Al,keysIn(Al),ml)});var gS=createAssigner(function(ml,Al,Rl,zl){copyObject(Al,keysIn(Al),ml,zl)});var AS=createAssigner(function(ml,Al,Rl,zl){copyObject(Al,keys(Al),ml,zl)});var yS=flatRest(baseAt);function create(ml,Al){var Rl=jC(ml);return Al==null?Rl:baseAssign(Rl,Al)}var bS=baseRest(function(ml,Al){ml=fw(ml);var zl=-1;var rd=Al.length;var yh=rd>2?Al[2]:Rl;if(yh&&isIterateeCall(Al[0],Al[1],yh)){rd=1}while(++zl1);return Al});copyObject(ml,getAllKeysIn(ml),Rl);if(zl){Rl=baseClone(Rl,C_|D_|S_,customOmitClone)}var rd=Al.length;while(rd--){baseUnset(Rl,Al[rd])}return Rl});function omitBy(ml,Al){return pickBy(ml,negate(getIteratee(Al)))}var kS=flatRest(function(ml,Al){return ml==null?{}:basePick(ml,Al)});function pickBy(ml,Al){if(ml==null){return{}}var Rl=arrayMap(getAllKeysIn(ml),function(ml){return[ml]});Al=getIteratee(Al);return basePickBy(ml,Rl,function(ml,Rl){return Al(ml,Rl[0])})}function result(ml,Al,zl){Al=castPath(Al,ml);var rd=-1,yh=Al.length;if(!yh){yh=1;ml=Rl}while(++rdAl){var rd=ml;ml=Al;Al=rd}if(zl||ml%1||Al%1){var yh=iC();return tC(ml+yh*(Al-ml+hC("1e-"+((yh+"").length-1))),Al)}return baseRandom(ml,Al)}var BS=createCompounder(function(ml,Al,Rl){Al=Al.toLowerCase();return ml+(Rl?capitalize(Al):Al)});function capitalize(ml){return LS(toString(ml).toLowerCase())}function deburr(ml){ml=toString(ml);return ml&&ml.replace(lw,IC).replace(eC,"")}function endsWith(ml,Al,zl){ml=toString(ml);Al=baseToString(Al);var rd=ml.length;zl=zl===Rl?rd:baseClamp(toInteger(zl),0,rd);var yh=zl;zl-=Al.length;return zl>=0&&ml.slice(zl,yh)==Al}function escape(ml){ml=toString(ml);return ml&&jb.test(ml)?ml.replace(Lb,BC):ml}function escapeRegExp(ml){ml=toString(ml);return ml&&iE.test(ml)?ml.replace(rE,"\\$&"):ml}var FS=createCompounder(function(ml,Al,Rl){return ml+(Rl?"-":"")+Al.toLowerCase()});var PS=createCompounder(function(ml,Al,Rl){return ml+(Rl?" ":"")+Al.toLowerCase()});var RS=createCaseFirst("toLowerCase");function pad(ml,Al,Rl){ml=toString(ml);Al=toInteger(Al);var zl=Al?stringSize(ml):0;if(!Al||zl>=Al){return ml}var rd=(Al-zl)/2;return createPadding(Hw(rd),Rl)+ml+createPadding(Jw(rd),Rl)}function padEnd(ml,Al,Rl){ml=toString(ml);Al=toInteger(Al);var zl=Al?stringSize(ml):0;return Al&&zl>>0;if(!zl){return[]}ml=toString(ml);if(ml&&(typeof Al=="string"||Al!=null&&!uS(Al))){Al=baseToString(Al);if(!Al&&hasUnicode(ml)){return castSlice(stringToArray(ml),0,zl)}}return ml.split(Al,zl)}var OS=createCompounder(function(ml,Al,Rl){return ml+(Rl?" ":"")+LS(Al)});function startsWith(ml,Al,Rl){ml=toString(ml);Rl=Rl==null?0:baseClamp(toInteger(Rl),0,ml.length);Al=baseToString(Al);return ml.slice(Rl,Rl+Al.length)==Al}function template(ml,Al,zl){var rd=lodash.templateSettings;if(zl&&isIterateeCall(ml,Al,zl)){Al=Rl}ml=toString(ml);Al=AS({},Al,rd,customDefaultsAssignIn);var yh=AS({},Al.imports,rd.imports,customDefaultsAssignIn),kh=keys(yh),t_=baseValues(yh,kh);arrayEach(kh,function(ml){if(wE.test(ml)){throw new vE(cf)}});var r_,u_,C_=0,D_=Al.interpolate||cw,S_="__p += '";var P_=_w((Al.escape||cw).source+"|"+D_.source+"|"+(D_===Yb?BE:cw).source+"|"+(Al.evaluate||cw).source+"|$","g");var Cg="//# sourceURL="+(ww.call(Al,"sourceURL")?(Al.sourceURL+"").replace(/\s/g," "):"lodash.templateSources["+ ++aC+"]")+"\n";ml.replace(P_,function(Al,Rl,zl,rd,yh,kh){zl||(zl=rd);S_+=ml.slice(C_,kh).replace(pw,escapeStringChar);if(Rl){r_=true;S_+="' +\n__e("+Rl+") +\n'"}if(yh){u_=true;S_+="';\n"+yh+";\n__p += '"}if(zl){S_+="' +\n((__t = ("+zl+")) == null ? '' : __t) +\n'"}C_=kh+Al.length;return Al});S_+="';\n";var eA=ww.call(Al,"variable")&&Al.variable;if(!eA){S_="with (obj) {\n"+S_+"\n}\n"}else if(wE.test(eA)){throw new vE(Qh)}S_=(u_?S_.replace(Ty,""):S_).replace(Qy,"$1").replace(Ky,"$1;");S_="function("+(eA||"obj")+") {\n"+(eA?"":"obj || (obj = {});\n")+"var __t, __p = ''"+(r_?", __e = _.escape":"")+(u_?", __j = Array.prototype.join;\n"+"function print() { __p += __j.call(arguments, '') }\n":";\n")+S_+"return __p\n}";var tA=MS(function(){return dw(kh,Cg+"return "+S_).apply(Rl,t_)});tA.source=S_;if(isError(tA)){throw tA}return tA}function toLower(ml){return toString(ml).toLowerCase()}function toUpper(ml){return toString(ml).toUpperCase()}function trim(ml,Al,zl){ml=toString(ml);if(ml&&(zl||Al===Rl)){return baseTrim(ml)}if(!ml||!(Al=baseToString(Al))){return ml}var rd=stringToArray(ml),yh=stringToArray(Al),kh=charsStartIndex(rd,yh),Qh=charsEndIndex(rd,yh)+1;return castSlice(rd,kh,Qh).join("")}function trimEnd(ml,Al,zl){ml=toString(ml);if(ml&&(zl||Al===Rl)){return ml.slice(0,trimmedEndIndex(ml)+1)}if(!ml||!(Al=baseToString(Al))){return ml}var rd=stringToArray(ml),yh=charsEndIndex(rd,stringToArray(Al))+1;return castSlice(rd,0,yh).join("")}function trimStart(ml,Al,zl){ml=toString(ml);if(ml&&(zl||Al===Rl)){return ml.replace(sE,"")}if(!ml||!(Al=baseToString(Al))){return ml}var rd=stringToArray(ml),yh=charsStartIndex(rd,stringToArray(Al));return castSlice(rd,yh).join("")}function truncate(ml,Al){var zl=uA,rd=pA;if(isObject(Al)){var yh="separator"in Al?Al.separator:yh;zl="length"in Al?toInteger(Al.length):zl;rd="omission"in Al?baseToString(Al.omission):rd}ml=toString(ml);var kh=ml.length;if(hasUnicode(ml)){var Qh=stringToArray(ml);kh=Qh.length}if(zl>=kh){return ml}var cf=zl-stringSize(rd);if(cf<1){return rd}var t_=Qh?castSlice(Qh,0,cf).join(""):ml.slice(0,cf);if(yh===Rl){return t_+rd}if(Qh){cf+=t_.length-cf}if(uS(yh)){if(ml.slice(cf).search(yh)){var r_,u_=t_;if(!yh.global){yh=_w(yh.source,toString(NE.exec(yh))+"g")}yh.lastIndex=0;while(r_=yh.exec(u_)){var C_=r_.index}t_=t_.slice(0,C_===Rl?cf:C_)}}else if(ml.indexOf(baseToString(yh),cf)!=cf){var D_=t_.lastIndexOf(yh);if(D_>-1){t_=t_.slice(0,D_)}}return t_+rd}function unescape(ml){ml=toString(ml);return ml&&Mb.test(ml)?ml.replace(Qb,FC):ml}var QS=createCompounder(function(ml,Al,Rl){return ml+(Rl?" ":"")+Al.toUpperCase()});var LS=createCaseFirst("toUpperCase");function words(ml,Al,zl){ml=toString(ml);Al=zl?Rl:Al;if(Al===Rl){return hasUnicodeWord(ml)?unicodeWords(ml):asciiWords(ml)}return ml.match(Al)||[]}var MS=baseRest(function(ml,Al){try{return apply(ml,Rl,Al)}catch(ml){return isError(ml)?ml:new vE(ml)}});var jS=flatRest(function(ml,Al){arrayEach(Al,function(Al){Al=toKey(Al);baseAssignValue(ml,Al,sD(ml[Al],ml))});return ml});function cond(ml){var Al=ml==null?0:ml.length,Rl=getIteratee();ml=!Al?[]:arrayMap(ml,function(ml){if(typeof ml[1]!="function"){throw new gw(kh)}return[Rl(ml[0]),ml[1]]});return baseRest(function(Rl){var zl=-1;while(++zlAA){return[]}var Rl=vA,zl=tC(ml,vA);Al=getIteratee(Al);ml-=vA;var rd=baseTimes(zl,Al);while(++Rl0||Al<0)){return new LazyWrapper(zl)}if(ml<0){zl=zl.takeRight(-ml)}else if(ml){zl=zl.drop(ml)}if(Al!==Rl){Al=toInteger(Al);zl=Al<0?zl.dropRight(-Al):zl.take(Al-ml)}return zl};LazyWrapper.prototype.takeRightWhile=function(ml){return this.reverse().takeWhile(ml).reverse()};LazyWrapper.prototype.toArray=function(){return this.take(vA)};baseForOwn(LazyWrapper.prototype,function(ml,Al){var zl=/^(?:filter|find|map|reject)|While$/.test(Al),rd=/^(?:head|last)$/.test(Al),yh=lodash[rd?"take"+(Al=="last"?"Right":""):Al],kh=rd||/^find/.test(Al);if(!yh){return}lodash.prototype[Al]=function(){var Al=this.__wrapped__,Qh=rd?[1]:arguments,cf=Al instanceof LazyWrapper,t_=Qh[0],r_=cf||sS(Al);var interceptor=function(ml){var Al=yh.apply(lodash,arrayPush([ml],Qh));return rd&&u_?Al[0]:Al};if(r_&&zl&&typeof t_=="function"&&t_.length!=1){cf=r_=false}var u_=this.__chain__,C_=!!this.__actions__.length,D_=kh&&!u_,S_=cf&&!C_;if(!kh&&r_){Al=S_?Al:new LazyWrapper(this);var P_=ml.apply(Al,Qh);P_.__actions__.push({func:thru,args:[interceptor],thisArg:Rl});return new LodashWrapper(P_,u_)}if(D_&&S_){return ml.apply(this,Qh)}P_=this.thru(interceptor);return D_?rd?P_.value()[0]:P_.value():P_}});arrayEach(["pop","push","shift","sort","splice","unshift"],function(ml){var Al=Aw[ml],Rl=/^(?:push|sort|unshift)$/.test(ml)?"tap":"thru",zl=/^(?:pop|shift)$/.test(ml);lodash.prototype[ml]=function(){var ml=arguments;if(zl&&!this.__chain__){var rd=this.value();return Al.apply(sS(rd)?rd:[],ml)}return this[Rl](function(Rl){return Al.apply(sS(Rl)?Rl:[],ml)})}});baseForOwn(LazyWrapper.prototype,function(ml,Al){var Rl=lodash[Al];if(Rl){var zl=Rl.name+"";if(!ww.call(vC,zl)){vC[zl]=[]}vC[zl].push({name:Al,func:Rl})}});vC[createHybrid(Rl,tA).name]=[{name:"wrapper",func:Rl}];LazyWrapper.prototype.clone=lazyClone;LazyWrapper.prototype.reverse=lazyReverse;LazyWrapper.prototype.value=lazyValue;lodash.prototype.at=Nx;lodash.prototype.chain=wrapperChain;lodash.prototype.commit=wrapperCommit;lodash.prototype.next=wrapperNext;lodash.prototype.plant=wrapperPlant;lodash.prototype.reverse=wrapperReverse;lodash.prototype.toJSON=lodash.prototype.valueOf=lodash.prototype.value=wrapperValue;lodash.prototype.first=lodash.prototype.head;if(Mw){lodash.prototype[Mw]=wrapperToIterator}return lodash};var RC=PC();if(typeof define=="function"&&typeof define.amd=="object"&&define.amd){gC._=RC;define(function(){return RC})}else if(yC){(yC.exports=RC)._=RC;AC._=RC}else{gC._=RC}}).call(this)},24769:(ml,Al,Rl)=>{var zl=Rl(79660);var rd="Expected a function";function memoize(ml,Al){if(typeof ml!="function"||Al!=null&&typeof Al!="function"){throw new TypeError(rd)}var memoized=function(){var Rl=arguments,zl=Al?Al.apply(this,Rl):Rl[0],rd=memoized.cache;if(rd.has(zl)){return rd.get(zl)}var yh=ml.apply(this,Rl);memoized.cache=rd.set(zl,yh)||rd;return yh};memoized.cache=new(memoize.Cache||zl);return memoized}memoize.Cache=zl;ml.exports=memoize},99101:(ml,Al,Rl)=>{var zl=Rl(47313),rd=Rl(8070);var yh=rd(function(ml,Al,Rl,rd){zl(ml,Al,Rl,rd)});ml.exports=yh},92020:(ml,Al,Rl)=>{var zl=Rl(56649),rd=Rl(62504),yh=Rl(86344),kh=Rl(77336),Qh=Rl(69330),cf=Rl(9429),t_=Rl(8389),r_=Rl(17172);var u_=1,C_=2,D_=4;var S_=t_(function(ml,Al){var Rl={};if(ml==null){return Rl}var t_=false;Al=zl(Al,function(Al){Al=kh(Al,ml);t_||(t_=Al.length>1);return Al});Qh(ml,r_(ml),Rl);if(t_){Rl=rd(Rl,u_|C_|D_,cf)}var S_=Al.length;while(S_--){yh(Rl,Al[S_])}return Rl});ml.exports=S_},69860:(ml,Al,Rl)=>{var zl=Rl(49996),rd=Rl(8389);var yh=rd(function(ml,Al){return ml==null?{}:zl(ml,Al)});ml.exports=yh},11024:(ml,Al,Rl)=>{var zl=Rl(66136),rd=Rl(32310),yh=Rl(20897),kh=Rl(95086);function property(ml){return yh(ml)?zl(kh(ml)):rd(ml)}ml.exports=property},94604:(ml,Al,Rl)=>{var zl=Rl(63183),rd=Rl(89196),yh=Rl(22035),kh=Rl(3349);var Qh=yh(function(ml,Al){if(ml==null){return[]}var Rl=Al.length;if(Rl>1&&kh(ml,Al[0],Al[1])){Al=[]}else if(Rl>2&&kh(Al[0],Al[1],Al[2])){Al=[Al[0]]}return rd(ml,zl(Al,1),[])});ml.exports=Qh},43400:ml=>{function stubArray(){return[]}ml.exports=stubArray},92074:ml=>{function stubFalse(){return false}ml.exports=stubFalse},38842:(ml,Al,Rl)=>{var zl=Rl(96834),rd=Rl(46851);function sum(ml){return ml&&ml.length?zl(ml,rd):0}ml.exports=sum},32191:(ml,Al,Rl)=>{var zl=Rl(47988),rd=Rl(96834);function sumBy(ml,Al){return ml&&ml.length?rd(ml,zl(Al,2)):0}ml.exports=sumBy},32670:(ml,Al,Rl)=>{var zl=Rl(37115),rd=Rl(66960);function take(ml,Al,Rl){if(!(ml&&ml.length)){return[]}Al=Rl||Al===undefined?1:rd(Al);return zl(ml,0,Al<0?0:Al)}ml.exports=take},19731:(ml,Al,Rl)=>{var zl=Rl(17245);var rd=1/0,yh=17976931348623157e292;function toFinite(ml){if(!ml){return ml===0?ml:0}ml=zl(ml);if(ml===rd||ml===-rd){var Al=ml<0?-1:1;return Al*yh}return ml===ml?ml:0}ml.exports=toFinite},66960:(ml,Al,Rl)=>{var zl=Rl(19731);function toInteger(ml){var Al=zl(ml),Rl=Al%1;return Al===Al?Rl?Al-Rl:Al:0}ml.exports=toInteger},17245:(ml,Al,Rl)=>{var zl=Rl(14441),rd=Rl(96482),yh=Rl(70661);var kh=0/0;var Qh=/^[-+]0x[0-9a-f]+$/i;var cf=/^0b[01]+$/i;var t_=/^0o[0-7]+$/i;var r_=parseInt;function toNumber(ml){if(typeof ml=="number"){return ml}if(yh(ml)){return kh}if(rd(ml)){var Al=typeof ml.valueOf=="function"?ml.valueOf():ml;ml=rd(Al)?Al+"":Al}if(typeof ml!="string"){return ml===0?ml:+ml}ml=zl(ml);var Rl=cf.test(ml);return Rl||t_.test(ml)?r_(ml.slice(2),Rl?2:8):Qh.test(ml)?kh:+ml}ml.exports=toNumber},88485:(ml,Al,Rl)=>{var zl=Rl(69330),rd=Rl(19430);function toPlainObject(ml){return zl(ml,rd(ml))}ml.exports=toPlainObject},87233:(ml,Al,Rl)=>{var zl=Rl(17625);function toString(ml){return ml==null?"":zl(ml)}ml.exports=toString},55641:ml=>{"use strict";ml.exports=Math.abs},96171:ml=>{"use strict";ml.exports=Math.floor},77044:ml=>{"use strict";ml.exports=Number.isNaN||function isNaN(ml){return ml!==ml}},57147:ml=>{"use strict";ml.exports=Math.max},41017:ml=>{"use strict";ml.exports=Math.min},56947:ml=>{"use strict";ml.exports=Math.pow},42621:ml=>{"use strict";ml.exports=Math.round},30156:(ml,Al,Rl)=>{"use strict";var zl=Rl(77044);ml.exports=function sign(ml){if(zl(ml)||ml===0){return ml}return ml<0?-1:+1}},99829:(ml,Al,Rl)=>{ + */(function(){var fl;var yl="4.18.1";var Pl=200;var Ul="Unsupported core-js use. Try https://npms.io/search?q=ponyfill.",Gd="Expected a function",af="Invalid `variable` option passed into `_.template`",n_="Invalid `imports` option passed into `_.template`";var i_="__lodash_hash_undefined__";var p_=500;var w_="__lodash_placeholder__";var D_=1,I_=2,N_=4;var _m=1,pg=2;var mg=1,gg=2,eA=4,tA=8,rA=16,nA=32,iA=64,sA=128,aA=256,oA=512;var lA=30,cA="...";var uA=800,pA=16;var dA=1,hA=2,fA=3;var _A=1/0,mA=9007199254740991,gA=17976931348623157e292,AA=0/0;var yA=4294967295,bA=yA-1,vA=yA>>>1;var EA=[["ary",sA],["bind",mg],["bindKey",gg],["curry",tA],["curryRight",rA],["flip",oA],["partial",nA],["partialRight",iA],["rearg",aA]];var wA="[object Arguments]",CA="[object Array]",xA="[object AsyncFunction]",DA="[object Boolean]",SA="[object Date]",kA="[object DOMException]",TA="[object Error]",IA="[object Function]",BA="[object GeneratorFunction]",FA="[object Map]",PA="[object Number]",RA="[object Null]",NA="[object Object]",OA="[object Promise]",QA="[object Proxy]",LA="[object RegExp]",MA="[object Set]",jA="[object String]",UA="[object Symbol]",GA="[object Undefined]",qA="[object WeakMap]",$A="[object WeakSet]";var JA="[object ArrayBuffer]",HA="[object DataView]",VA="[object Float32Array]",WA="[object Float64Array]",zA="[object Int8Array]",YA="[object Int16Array]",KA="[object Int32Array]",XA="[object Uint8Array]",ZA="[object Uint8ClampedArray]",hy="[object Uint16Array]",gy="[object Uint32Array]";var yy=/\b__p \+= '';/g,wy=/\b(__p \+=) '' \+/g,Sy=/(__e\(.*?\)|\b__t\)) \+\n'';/g;var Ty=/&(?:amp|lt|gt|quot|#39);/g,Zy=/[&<>"']/g,kb=RegExp(Ty.source),Rb=RegExp(Zy.source);var Nb=/<%-([\s\S]+?)%>/g,Ob=/<%([\s\S]+?)%>/g,jb=/<%=([\s\S]+?)%>/g;var Gb=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Hb=/^\w*$/,Xb=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g;var Zb=/[\\^$.*+?()[\]{}|]/g,Qv=RegExp(Zb.source);var Vv=/^\s+/;var tE=/\s/;var aE=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,lE=/\{\n\/\* \[wrapped with (.+)\] \*/,hE=/,? & /;var mE=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g;var bE=/[()=,{}\[\]\/\s]/;var wE=/\\(\\)?/g;var xE=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g;var TE=/\w*$/;var IE=/^[-+]0x[0-9a-f]+$/i;var FE=/^0b[01]+$/i;var PE=/^\[object .+?Constructor\]$/;var GE=/^0o[0-7]+$/i;var HE=/^(?:0|[1-9]\d*)$/;var VE=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g;var WE=/($^)/;var sw=/['\n\r\u2028\u2029\\]/g;var aw="\\ud800-\\udfff",ow="\\u0300-\\u036f",lw="\\ufe20-\\ufe2f",cw="\\u20d0-\\u20ff",pw=ow+lw+cw,dw="\\u2700-\\u27bf",hw="a-z\\xdf-\\xf6\\xf8-\\xff",fw="\\xac\\xb1\\xd7\\xf7",_w="\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf",mw="\\u2000-\\u206f",gw=" \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",Aw="A-Z\\xc0-\\xd6\\xd8-\\xde",yw="\\ufe0e\\ufe0f",bw=fw+_w+mw+gw;var vw="['’]",Ew="["+aw+"]",ww="["+bw+"]",Cw="["+pw+"]",xw="\\d+",Dw="["+dw+"]",Sw="["+hw+"]",kw="[^"+aw+bw+xw+dw+hw+Aw+"]",Tw="\\ud83c[\\udffb-\\udfff]",Iw="(?:"+Cw+"|"+Tw+")",Bw="[^"+aw+"]",Fw="(?:\\ud83c[\\udde6-\\uddff]){2}",Pw="[\\ud800-\\udbff][\\udc00-\\udfff]",Rw="["+Aw+"]",Nw="\\u200d";var Ow="(?:"+Sw+"|"+kw+")",Qw="(?:"+Rw+"|"+kw+")",Lw="(?:"+vw+"(?:d|ll|m|re|s|t|ve))?",Mw="(?:"+vw+"(?:D|LL|M|RE|S|T|VE))?",jw=Iw+"?",Uw="["+yw+"]?",Gw="(?:"+Nw+"(?:"+[Bw,Fw,Pw].join("|")+")"+Uw+jw+")*",qw="\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",$w="\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])",Jw=Uw+jw+Gw,Hw="(?:"+[Dw,Fw,Pw].join("|")+")"+Jw,Vw="(?:"+[Bw+Cw+"?",Cw,Fw,Pw,Ew].join("|")+")";var Ww=RegExp(vw,"g");var zw=RegExp(Cw,"g");var Yw=RegExp(Tw+"(?="+Tw+")|"+Vw+Jw,"g");var Kw=RegExp([Rw+"?"+Sw+"+"+Lw+"(?="+[ww,Rw,"$"].join("|")+")",Qw+"+"+Mw+"(?="+[ww,Rw+Ow,"$"].join("|")+")",Rw+"?"+Ow+"+"+Lw,Rw+"+"+Mw,$w,qw,xw,Hw].join("|"),"g");var Xw=RegExp("["+Nw+aw+pw+yw+"]");var Zw=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/;var eC=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"];var tC=-1;var rC={};rC[VA]=rC[WA]=rC[zA]=rC[YA]=rC[KA]=rC[XA]=rC[ZA]=rC[hy]=rC[gy]=true;rC[wA]=rC[CA]=rC[JA]=rC[DA]=rC[HA]=rC[SA]=rC[TA]=rC[IA]=rC[FA]=rC[PA]=rC[NA]=rC[LA]=rC[MA]=rC[jA]=rC[qA]=false;var nC={};nC[wA]=nC[CA]=nC[JA]=nC[HA]=nC[DA]=nC[SA]=nC[VA]=nC[WA]=nC[zA]=nC[YA]=nC[KA]=nC[FA]=nC[PA]=nC[NA]=nC[LA]=nC[MA]=nC[jA]=nC[UA]=nC[XA]=nC[ZA]=nC[hy]=nC[gy]=true;nC[TA]=nC[IA]=nC[qA]=false;var iC={"À":"A","Á":"A","Â":"A","Ã":"A","Ä":"A","Å":"A","à":"a","á":"a","â":"a","ã":"a","ä":"a","å":"a","Ç":"C","ç":"c","Ð":"D","ð":"d","È":"E","É":"E","Ê":"E","Ë":"E","è":"e","é":"e","ê":"e","ë":"e","Ì":"I","Í":"I","Î":"I","Ï":"I","ì":"i","í":"i","î":"i","ï":"i","Ñ":"N","ñ":"n","Ò":"O","Ó":"O","Ô":"O","Õ":"O","Ö":"O","Ø":"O","ò":"o","ó":"o","ô":"o","õ":"o","ö":"o","ø":"o","Ù":"U","Ú":"U","Û":"U","Ü":"U","ù":"u","ú":"u","û":"u","ü":"u","Ý":"Y","ý":"y","ÿ":"y","Æ":"Ae","æ":"ae","Þ":"Th","þ":"th","ß":"ss","Ā":"A","Ă":"A","Ą":"A","ā":"a","ă":"a","ą":"a","Ć":"C","Ĉ":"C","Ċ":"C","Č":"C","ć":"c","ĉ":"c","ċ":"c","č":"c","Ď":"D","Đ":"D","ď":"d","đ":"d","Ē":"E","Ĕ":"E","Ė":"E","Ę":"E","Ě":"E","ē":"e","ĕ":"e","ė":"e","ę":"e","ě":"e","Ĝ":"G","Ğ":"G","Ġ":"G","Ģ":"G","ĝ":"g","ğ":"g","ġ":"g","ģ":"g","Ĥ":"H","Ħ":"H","ĥ":"h","ħ":"h","Ĩ":"I","Ī":"I","Ĭ":"I","Į":"I","İ":"I","ĩ":"i","ī":"i","ĭ":"i","į":"i","ı":"i","Ĵ":"J","ĵ":"j","Ķ":"K","ķ":"k","ĸ":"k","Ĺ":"L","Ļ":"L","Ľ":"L","Ŀ":"L","Ł":"L","ĺ":"l","ļ":"l","ľ":"l","ŀ":"l","ł":"l","Ń":"N","Ņ":"N","Ň":"N","Ŋ":"N","ń":"n","ņ":"n","ň":"n","ŋ":"n","Ō":"O","Ŏ":"O","Ő":"O","ō":"o","ŏ":"o","ő":"o","Ŕ":"R","Ŗ":"R","Ř":"R","ŕ":"r","ŗ":"r","ř":"r","Ś":"S","Ŝ":"S","Ş":"S","Š":"S","ś":"s","ŝ":"s","ş":"s","š":"s","Ţ":"T","Ť":"T","Ŧ":"T","ţ":"t","ť":"t","ŧ":"t","Ũ":"U","Ū":"U","Ŭ":"U","Ů":"U","Ű":"U","Ų":"U","ũ":"u","ū":"u","ŭ":"u","ů":"u","ű":"u","ų":"u","Ŵ":"W","ŵ":"w","Ŷ":"Y","ŷ":"y","Ÿ":"Y","Ź":"Z","Ż":"Z","Ž":"Z","ź":"z","ż":"z","ž":"z","IJ":"IJ","ij":"ij","Œ":"Oe","œ":"oe","ʼn":"'n","ſ":"s"};var sC={"&":"&","<":"<",">":">",'"':""","'":"'"};var aC={"&":"&","<":"<",">":">",""":'"',"'":"'"};var oC={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"};var lC=parseFloat,cC=parseInt;var uC=typeof global=="object"&&global&&global.Object===Object&&global;var pC=typeof self=="object"&&self&&self.Object===Object&&self;var dC=uC||pC||Function("return this")();var hC=true&&hl&&!hl.nodeType&&hl;var fC=hC&&"object"=="object"&&La&&!La.nodeType&&La;var _C=fC&&fC.exports===hC;var mC=_C&&uC.process;var gC=function(){try{var La=fC&&fC.require&&fC.require("util").types;if(La){return La}return mC&&mC.binding&&mC.binding("util")}catch(La){}}();var AC=gC&&gC.isArrayBuffer,yC=gC&&gC.isDate,bC=gC&&gC.isMap,vC=gC&&gC.isRegExp,EC=gC&&gC.isSet,wC=gC&&gC.isTypedArray;function apply(La,hl,fl){switch(fl.length){case 0:return La.call(hl);case 1:return La.call(hl,fl[0]);case 2:return La.call(hl,fl[0],fl[1]);case 3:return La.call(hl,fl[0],fl[1],fl[2])}return La.apply(hl,fl)}function arrayAggregator(La,hl,fl,yl){var Pl=-1,Ul=La==null?0:La.length;while(++Pl-1}function arrayIncludesWith(La,hl,fl){var yl=-1,Pl=La==null?0:La.length;while(++yl-1){}return fl}function charsEndIndex(La,hl){var fl=La.length;while(fl--&&baseIndexOf(hl,La[fl],0)>-1){}return fl}function countHolders(La,hl){var fl=La.length,yl=0;while(fl--){if(La[fl]===hl){++yl}}return yl}var xC=basePropertyOf(iC);var DC=basePropertyOf(sC);function escapeStringChar(La){return"\\"+oC[La]}function getValue(La,hl){return La==null?fl:La[hl]}function hasUnicode(La){return Xw.test(La)}function hasUnicodeWord(La){return Zw.test(La)}function iteratorToArray(La){var hl,fl=[];while(!(hl=La.next()).done){fl.push(hl.value)}return fl}function mapToArray(La){var hl=-1,fl=Array(La.size);La.forEach(function(La,yl){fl[++hl]=[yl,La]});return fl}function overArg(La,hl){return function(fl){return La(hl(fl))}}function replaceHolders(La,hl){var fl=-1,yl=La.length,Pl=0,Ul=[];while(++fl-1}function listCacheSet(La,hl){var fl=this.__data__,yl=assocIndexOf(fl,La);if(yl<0){++this.size;fl.push([La,hl])}else{fl[yl][1]=hl}return this}ListCache.prototype.clear=listCacheClear;ListCache.prototype["delete"]=listCacheDelete;ListCache.prototype.get=listCacheGet;ListCache.prototype.has=listCacheHas;ListCache.prototype.set=listCacheSet;function MapCache(La){var hl=-1,fl=La==null?0:La.length;this.clear();while(++hl=hl?La:hl}}return La}function baseClone(La,hl,yl,Pl,Ul,Gd){var af,n_=hl&D_,i_=hl&I_,p_=hl&N_;if(yl){af=Ul?yl(La,Pl,Ul,Gd):yl(La)}if(af!==fl){return af}if(!isObject(La)){return La}var w_=rS(La);if(w_){af=initCloneArray(La);if(!n_){return copyArray(La,af)}}else{var _m=WC(La),pg=_m==IA||_m==BA;if(iS(La)){return cloneBuffer(La,n_)}if(_m==NA||_m==wA||pg&&!Ul){af=i_||pg?{}:initCloneObject(La);if(!n_){return i_?copySymbolsIn(La,baseAssignIn(af,La)):copySymbols(La,baseAssign(af,La))}}else{if(!nC[_m]){return Ul?La:{}}af=initCloneByTag(La,_m,n_)}}Gd||(Gd=new Stack);var mg=Gd.get(La);if(mg){return mg}Gd.set(La,af);if(lS(La)){La.forEach(function(fl){af.add(baseClone(fl,hl,yl,fl,La,Gd))})}else if(aS(La)){La.forEach(function(fl,Pl){af.set(Pl,baseClone(fl,hl,yl,Pl,La,Gd))})}var gg=p_?i_?getAllKeysIn:getAllKeys:i_?keysIn:keys;var eA=w_?fl:gg(La);arrayEach(eA||La,function(fl,Pl){if(eA){Pl=fl;fl=La[Pl]}assignValue(af,Pl,baseClone(fl,hl,yl,Pl,La,Gd))});return af}function baseConforms(La){var hl=keys(La);return function(fl){return baseConformsTo(fl,La,hl)}}function baseConformsTo(La,hl,yl){var Pl=yl.length;if(La==null){return!Pl}La=lw(La);while(Pl--){var Ul=yl[Pl],Gd=hl[Ul],af=La[Ul];if(af===fl&&!(Ul in La)||!Gd(af)){return false}}return true}function baseDelay(La,hl,yl){if(typeof La!="function"){throw new dw(Gd)}return KC(function(){La.apply(fl,yl)},hl)}function baseDifference(La,hl,fl,yl){var Ul=-1,Gd=arrayIncludes,af=true,n_=La.length,i_=[],p_=hl.length;if(!n_){return i_}if(fl){hl=arrayMap(hl,baseUnary(fl))}if(yl){Gd=arrayIncludesWith;af=false}else if(hl.length>=Pl){Gd=cacheHas;af=false;hl=new SetCache(hl)}e:while(++UlUl?0:Ul+yl}Pl=Pl===fl||Pl>Ul?Ul:toInteger(Pl);if(Pl<0){Pl+=Ul}Pl=yl>Pl?0:toLength(Pl);while(yl0&&fl(af)){if(hl>1){baseFlatten(af,hl-1,fl,yl,Pl)}else{arrayPush(Pl,af)}}else if(!yl){Pl[Pl.length]=af}}return Pl}var LC=createBaseFor();var MC=createBaseFor(true);function baseForOwn(La,hl){return La&&LC(La,hl,keys)}function baseForOwnRight(La,hl){return La&&MC(La,hl,keys)}function baseFunctions(La,hl){return arrayFilter(hl,function(hl){return isFunction(La[hl])})}function baseGet(La,hl){hl=castPath(hl,La);var yl=0,Pl=hl.length;while(La!=null&&ylhl}function baseHas(La,hl){return La!=null&&Aw.call(La,hl)}function baseHasIn(La,hl){return La!=null&&hl in lw(La)}function baseInRange(La,hl,fl){return La>=Yw(hl,fl)&&La=120&&D_.length>=120)?new SetCache(n_&&D_):fl}D_=La[0];var I_=-1,N_=i_[0];e:while(++I_-1){if(af!==La){Fw.call(af,n_,1)}Fw.call(La,n_,1)}}return La}function basePullAt(La,hl){var fl=La?hl.length:0,yl=fl-1;while(fl--){var Pl=hl[fl];if(fl==yl||Pl!==Ul){var Ul=Pl;if(isIndex(Pl)){Fw.call(La,Pl,1)}else{baseUnset(La,Pl)}}}return La}function baseRandom(La,hl){return La+Uw(Zw()*(hl-La+1))}function baseRange(La,fl,yl,Pl){var Ul=-1,Gd=Vw(jw((fl-La)/(yl||1)),0),af=hl(Gd);while(Gd--){af[Pl?Gd:++Ul]=La;La+=yl}return af}function baseRepeat(La,hl){var fl="";if(!La||hl<1||hl>mA){return fl}do{if(hl%2){fl+=La}hl=Uw(hl/2);if(hl){La+=La}}while(hl);return fl}function baseRest(La,hl){return XC(overRest(La,hl,identity),La+"")}function baseSample(La){return arraySample(values(La))}function baseSampleSize(La,hl){var fl=values(La);return shuffleSelf(fl,baseClamp(hl,0,fl.length))}function baseSet(La,hl,yl,Pl){if(!isObject(La)){return La}hl=castPath(hl,La);var Ul=-1,Gd=hl.length,af=Gd-1,n_=La;while(n_!=null&&++UlUl?0:Ul+fl}yl=yl>Ul?Ul:yl;if(yl<0){yl+=Ul}Ul=fl>yl?0:yl-fl>>>0;fl>>>=0;var Gd=hl(Ul);while(++Pl>>1,Gd=La[Ul];if(Gd!==null&&!isSymbol(Gd)&&(fl?Gd<=hl:Gd=Pl){var p_=hl?null:$C(La);if(p_){return setToArray(p_)}af=false;Ul=cacheHas;i_=new SetCache}else{i_=hl?[]:n_}e:while(++yl=Pl?La:baseSlice(La,hl,yl)}var qC=Qw||function(La){return dC.clearTimeout(La)};function cloneBuffer(La,hl){if(hl){return La.slice()}var fl=La.length,yl=kw?kw(fl):new La.constructor(fl);La.copy(yl);return yl}function cloneArrayBuffer(La){var hl=new La.constructor(La.byteLength);new Sw(hl).set(new Sw(La));return hl}function cloneDataView(La,hl){var fl=hl?cloneArrayBuffer(La.buffer):La.buffer;return new La.constructor(fl,La.byteOffset,La.byteLength)}function cloneRegExp(La){var hl=new La.constructor(La.source,TE.exec(La));hl.lastIndex=La.lastIndex;return hl}function cloneSymbol(La){return PC?lw(PC.call(La)):{}}function cloneTypedArray(La,hl){var fl=hl?cloneArrayBuffer(La.buffer):La.buffer;return new La.constructor(fl,La.byteOffset,La.length)}function compareAscending(La,hl){if(La!==hl){var yl=La!==fl,Pl=La===null,Ul=La===La,Gd=isSymbol(La);var af=hl!==fl,n_=hl===null,i_=hl===hl,p_=isSymbol(hl);if(!n_&&!p_&&!Gd&&La>hl||Gd&&af&&i_&&!n_&&!p_||Pl&&af&&i_||!yl&&i_||!Ul){return 1}if(!Pl&&!Gd&&!p_&&La=af){return n_}var i_=fl[yl];return n_*(i_=="desc"?-1:1)}}return La.index-hl.index}function composeArgs(La,fl,yl,Pl){var Ul=-1,Gd=La.length,af=yl.length,n_=-1,i_=fl.length,p_=Vw(Gd-af,0),w_=hl(i_+p_),D_=!Pl;while(++n_1?yl[Ul-1]:fl,af=Ul>2?yl[2]:fl;Gd=La.length>3&&typeof Gd=="function"?(Ul--,Gd):fl;if(af&&isIterateeCall(yl[0],yl[1],af)){Gd=Ul<3?fl:Gd;Ul=1}hl=lw(hl);while(++Pl-1?Ul[Gd?hl[af]:af]:fl}}function createFlow(La){return flatRest(function(hl){var yl=hl.length,Pl=yl,Ul=LodashWrapper.prototype.thru;if(La){hl.reverse()}while(Pl--){var af=hl[Pl];if(typeof af!="function"){throw new dw(Gd)}if(Ul&&!n_&&getFuncName(af)=="wrapper"){var n_=new LodashWrapper([],true)}}Pl=n_?Pl:yl;while(++Pl1){mg.reverse()}if(D_&&p_n_)){return false}var p_=Gd.get(La);var w_=Gd.get(hl);if(p_&&w_){return p_==hl&&w_==La}var D_=-1,I_=true,N_=yl&pg?new SetCache:fl;Gd.set(La,hl);Gd.set(hl,La);while(++D_1?"& ":"")+hl[yl];hl=hl.join(fl>2?", ":" ");return La.replace(aE,"{\n/* [wrapped with "+hl+"] */\n")}function isFlattenable(La){return rS(La)||tS(La)||!!(Pw&&La&&La[Pw])}function isIndex(La,hl){var fl=typeof La;hl=hl==null?mA:hl;return!!hl&&(fl=="number"||fl!="symbol"&&HE.test(La))&&(La>-1&&La%1==0&&La0){if(++hl>=uA){return arguments[0]}}else{hl=0}return La.apply(fl,arguments)}}function shuffleSelf(La,hl){var yl=-1,Pl=La.length,Ul=Pl-1;hl=hl===fl?Pl:hl;while(++yl1?La[hl-1]:fl;yl=typeof yl=="function"?(La.pop(),yl):fl;return unzipWith(La,yl)});function chain(La){var hl=lodash(La);hl.__chain__=true;return hl}function tap(La,hl){hl(La);return La}function thru(La,hl){return hl(La)}var xx=flatRest(function(La){var hl=La.length,yl=hl?La[0]:0,Pl=this.__wrapped__,interceptor=function(hl){return baseAt(hl,La)};if(hl>1||this.__actions__.length||!(Pl instanceof LazyWrapper)||!isIndex(yl)){return this.thru(interceptor)}Pl=Pl.slice(yl,+yl+(hl?1:0));Pl.__actions__.push({func:thru,args:[interceptor],thisArg:fl});return new LodashWrapper(Pl,this.__chain__).thru(function(La){if(hl&&!La.length){La.push(fl)}return La})});function wrapperChain(){return chain(this)}function wrapperCommit(){return new LodashWrapper(this.value(),this.__chain__)}function wrapperNext(){if(this.__values__===fl){this.__values__=toArray(this.value())}var La=this.__index__>=this.__values__.length,hl=La?fl:this.__values__[this.__index__++];return{done:La,value:hl}}function wrapperToIterator(){return this}function wrapperPlant(La){var hl,yl=this;while(yl instanceof baseLodash){var Pl=wrapperClone(yl);Pl.__index__=0;Pl.__values__=fl;if(hl){Ul.__wrapped__=Pl}else{hl=Pl}var Ul=Pl;yl=yl.__wrapped__}Ul.__wrapped__=La;return hl}function wrapperReverse(){var La=this.__wrapped__;if(La instanceof LazyWrapper){var hl=La;if(this.__actions__.length){hl=new LazyWrapper(this)}hl=hl.reverse();hl.__actions__.push({func:thru,args:[reverse],thisArg:fl});return new LodashWrapper(hl,this.__chain__)}return this.thru(reverse)}function wrapperValue(){return baseWrapperValue(this.__wrapped__,this.__actions__)}var Dx=createAggregator(function(La,hl,fl){if(Aw.call(La,fl)){++La[fl]}else{baseAssignValue(La,fl,1)}});function every(La,hl,yl){var Pl=rS(La)?arrayEvery:baseEvery;if(yl&&isIterateeCall(La,hl,yl)){hl=fl}return Pl(La,getIteratee(hl,3))}function filter(La,hl){var fl=rS(La)?arrayFilter:baseFilter;return fl(La,getIteratee(hl,3))}var Sx=createFind(findIndex);var kx=createFind(findLastIndex);function flatMap(La,hl){return baseFlatten(map(La,hl),1)}function flatMapDeep(La,hl){return baseFlatten(map(La,hl),_A)}function flatMapDepth(La,hl,yl){yl=yl===fl?1:toInteger(yl);return baseFlatten(map(La,hl),yl)}function forEach(La,hl){var fl=rS(La)?arrayEach:OC;return fl(La,getIteratee(hl,3))}function forEachRight(La,hl){var fl=rS(La)?arrayEachRight:QC;return fl(La,getIteratee(hl,3))}var Fx=createAggregator(function(La,hl,fl){if(Aw.call(La,fl)){La[fl].push(hl)}else{baseAssignValue(La,fl,[hl])}});function includes(La,hl,fl,yl){La=isArrayLike(La)?La:values(La);fl=fl&&!yl?toInteger(fl):0;var Pl=La.length;if(fl<0){fl=Vw(Pl+fl,0)}return isString(La)?fl<=Pl&&La.indexOf(hl,fl)>-1:!!Pl&&baseIndexOf(La,hl,fl)>-1}var Px=baseRest(function(La,fl,yl){var Pl=-1,Ul=typeof fl=="function",Gd=isArrayLike(La)?hl(La.length):[];OC(La,function(La){Gd[++Pl]=Ul?apply(fl,La,yl):baseInvoke(La,fl,yl)});return Gd});var Ox=createAggregator(function(La,hl,fl){baseAssignValue(La,fl,hl)});function map(La,hl){var fl=rS(La)?arrayMap:baseMap;return fl(La,getIteratee(hl,3))}function orderBy(La,hl,yl,Pl){if(La==null){return[]}if(!rS(hl)){hl=hl==null?[]:[hl]}yl=Pl?fl:yl;if(!rS(yl)){yl=yl==null?[]:[yl]}return baseOrderBy(La,hl,yl)}var jx=createAggregator(function(La,hl,fl){La[fl?0:1].push(hl)},function(){return[[],[]]});function reduce(La,hl,fl){var yl=rS(La)?arrayReduce:baseReduce,Pl=arguments.length<3;return yl(La,getIteratee(hl,4),fl,Pl,OC)}function reduceRight(La,hl,fl){var yl=rS(La)?arrayReduceRight:baseReduce,Pl=arguments.length<3;return yl(La,getIteratee(hl,4),fl,Pl,QC)}function reject(La,hl){var fl=rS(La)?arrayFilter:baseFilter;return fl(La,negate(getIteratee(hl,3)))}function sample(La){var hl=rS(La)?arraySample:baseSample;return hl(La)}function sampleSize(La,hl,yl){if(yl?isIterateeCall(La,hl,yl):hl===fl){hl=1}else{hl=toInteger(hl)}var Pl=rS(La)?arraySampleSize:baseSampleSize;return Pl(La,hl)}function shuffle(La){var hl=rS(La)?arrayShuffle:baseShuffle;return hl(La)}function size(La){if(La==null){return 0}if(isArrayLike(La)){return isString(La)?stringSize(La):La.length}var hl=WC(La);if(hl==FA||hl==MA){return La.size}return baseKeys(La).length}function some(La,hl,yl){var Pl=rS(La)?arraySome:baseSome;if(yl&&isIterateeCall(La,hl,yl)){hl=fl}return Pl(La,getIteratee(hl,3))}var Gx=baseRest(function(La,hl){if(La==null){return[]}var fl=hl.length;if(fl>1&&isIterateeCall(La,hl[0],hl[1])){hl=[]}else if(fl>2&&isIterateeCall(hl[0],hl[1],hl[2])){hl=[hl[0]]}return baseOrderBy(La,baseFlatten(hl,1),[])});var $x=Lw||function(){return dC.Date.now()};function after(La,hl){if(typeof hl!="function"){throw new dw(Gd)}La=toInteger(La);return function(){if(--La<1){return hl.apply(this,arguments)}}}function ary(La,hl,yl){hl=yl?fl:hl;hl=La&&hl==null?La.length:hl;return createWrap(La,sA,fl,fl,fl,fl,hl)}function before(La,hl){var yl;if(typeof hl!="function"){throw new dw(Gd)}La=toInteger(La);return function(){if(--La>0){yl=hl.apply(this,arguments)}if(La<=1){hl=fl}return yl}}var Vx=baseRest(function(La,hl,fl){var yl=mg;if(fl.length){var Pl=replaceHolders(fl,getHolder(Vx));yl|=nA}return createWrap(La,yl,hl,fl,Pl)});var Yx=baseRest(function(La,hl,fl){var yl=mg|gg;if(fl.length){var Pl=replaceHolders(fl,getHolder(Yx));yl|=nA}return createWrap(hl,yl,La,fl,Pl)});function curry(La,hl,yl){hl=yl?fl:hl;var Pl=createWrap(La,tA,fl,fl,fl,fl,fl,hl);Pl.placeholder=curry.placeholder;return Pl}function curryRight(La,hl,yl){hl=yl?fl:hl;var Pl=createWrap(La,rA,fl,fl,fl,fl,fl,hl);Pl.placeholder=curryRight.placeholder;return Pl}function debounce(La,hl,yl){var Pl,Ul,af,n_,i_,p_,w_=0,D_=false,I_=false,N_=true;if(typeof La!="function"){throw new dw(Gd)}hl=toNumber(hl)||0;if(isObject(yl)){D_=!!yl.leading;I_="maxWait"in yl;af=I_?Vw(toNumber(yl.maxWait)||0,hl):af;N_="trailing"in yl?!!yl.trailing:N_}function invokeFunc(hl){var yl=Pl,Gd=Ul;Pl=Ul=fl;w_=hl;n_=La.apply(Gd,yl);return n_}function leadingEdge(La){w_=La;i_=KC(timerExpired,hl);return D_?invokeFunc(La):n_}function remainingWait(La){var fl=La-p_,yl=La-w_,Pl=hl-fl;return I_?Yw(Pl,af-yl):Pl}function shouldInvoke(La){var yl=La-p_,Pl=La-w_;return p_===fl||yl>=hl||yl<0||I_&&Pl>=af}function timerExpired(){var La=$x();if(shouldInvoke(La)){return trailingEdge(La)}i_=KC(timerExpired,remainingWait(La))}function trailingEdge(La){i_=fl;if(N_&&Pl){return invokeFunc(La)}Pl=Ul=fl;return n_}function cancel(){if(i_!==fl){qC(i_)}w_=0;Pl=p_=Ul=i_=fl}function flush(){return i_===fl?n_:trailingEdge($x())}function debounced(){var La=$x(),yl=shouldInvoke(La);Pl=arguments;Ul=this;p_=La;if(yl){if(i_===fl){return leadingEdge(p_)}if(I_){qC(i_);i_=KC(timerExpired,hl);return invokeFunc(p_)}}if(i_===fl){i_=KC(timerExpired,hl)}return n_}debounced.cancel=cancel;debounced.flush=flush;return debounced}var Kx=baseRest(function(La,hl){return baseDelay(La,1,hl)});var Zx=baseRest(function(La,hl,fl){return baseDelay(La,toNumber(hl)||0,fl)});function flip(La){return createWrap(La,oA)}function memoize(La,hl){if(typeof La!="function"||hl!=null&&typeof hl!="function"){throw new dw(Gd)}var memoized=function(){var fl=arguments,yl=hl?hl.apply(this,fl):fl[0],Pl=memoized.cache;if(Pl.has(yl)){return Pl.get(yl)}var Ul=La.apply(this,fl);memoized.cache=Pl.set(yl,Ul)||Pl;return Ul};memoized.cache=new(memoize.Cache||MapCache);return memoized}memoize.Cache=MapCache;function negate(La){if(typeof La!="function"){throw new dw(Gd)}return function(){var hl=arguments;switch(hl.length){case 0:return!La.call(this);case 1:return!La.call(this,hl[0]);case 2:return!La.call(this,hl[0],hl[1]);case 3:return!La.call(this,hl[0],hl[1],hl[2])}return!La.apply(this,hl)}}function once(La){return before(2,La)}var aD=GC(function(La,hl){hl=hl.length==1&&rS(hl[0])?arrayMap(hl[0],baseUnary(getIteratee())):arrayMap(baseFlatten(hl,1),baseUnary(getIteratee()));var fl=hl.length;return baseRest(function(yl){var Pl=-1,Ul=Yw(yl.length,fl);while(++Pl=hl});var tS=baseIsArguments(function(){return arguments}())?baseIsArguments:function(La){return isObjectLike(La)&&Aw.call(La,"callee")&&!Bw.call(La,"callee")};var rS=hl.isArray;var nS=AC?baseUnary(AC):baseIsArrayBuffer;function isArrayLike(La){return La!=null&&isLength(La.length)&&!isFunction(La)}function isArrayLikeObject(La){return isObjectLike(La)&&isArrayLike(La)}function isBoolean(La){return La===true||La===false||isObjectLike(La)&&baseGetTag(La)==DA}var iS=qw||stubFalse;var sS=yC?baseUnary(yC):baseIsDate;function isElement(La){return isObjectLike(La)&&La.nodeType===1&&!isPlainObject(La)}function isEmpty(La){if(La==null){return true}if(isArrayLike(La)&&(rS(La)||typeof La=="string"||typeof La.splice=="function"||iS(La)||cS(La)||tS(La))){return!La.length}var hl=WC(La);if(hl==FA||hl==MA){return!La.size}if(isPrototype(La)){return!baseKeys(La).length}for(var fl in La){if(Aw.call(La,fl)){return false}}return true}function isEqual(La,hl){return baseIsEqual(La,hl)}function isEqualWith(La,hl,yl){yl=typeof yl=="function"?yl:fl;var Pl=yl?yl(La,hl):fl;return Pl===fl?baseIsEqual(La,hl,fl,yl):!!Pl}function isError(La){if(!isObjectLike(La)){return false}var hl=baseGetTag(La);return hl==TA||hl==kA||typeof La.message=="string"&&typeof La.name=="string"&&!isPlainObject(La)}function isFinite(La){return typeof La=="number"&&$w(La)}function isFunction(La){if(!isObject(La)){return false}var hl=baseGetTag(La);return hl==IA||hl==BA||hl==xA||hl==QA}function isInteger(La){return typeof La=="number"&&La==toInteger(La)}function isLength(La){return typeof La=="number"&&La>-1&&La%1==0&&La<=mA}function isObject(La){var hl=typeof La;return La!=null&&(hl=="object"||hl=="function")}function isObjectLike(La){return La!=null&&typeof La=="object"}var aS=bC?baseUnary(bC):baseIsMap;function isMatch(La,hl){return La===hl||baseIsMatch(La,hl,getMatchData(hl))}function isMatchWith(La,hl,yl){yl=typeof yl=="function"?yl:fl;return baseIsMatch(La,hl,getMatchData(hl),yl)}function isNaN(La){return isNumber(La)&&La!=+La}function isNative(La){if(zC(La)){throw new mE(Ul)}return baseIsNative(La)}function isNull(La){return La===null}function isNil(La){return La==null}function isNumber(La){return typeof La=="number"||isObjectLike(La)&&baseGetTag(La)==PA}function isPlainObject(La){if(!isObjectLike(La)||baseGetTag(La)!=NA){return false}var hl=Tw(La);if(hl===null){return true}var fl=Aw.call(hl,"constructor")&&hl.constructor;return typeof fl=="function"&&fl instanceof fl&&gw.call(fl)==Ew}var oS=vC?baseUnary(vC):baseIsRegExp;function isSafeInteger(La){return isInteger(La)&&La>=-mA&&La<=mA}var lS=EC?baseUnary(EC):baseIsSet;function isString(La){return typeof La=="string"||!rS(La)&&isObjectLike(La)&&baseGetTag(La)==jA}function isSymbol(La){return typeof La=="symbol"||isObjectLike(La)&&baseGetTag(La)==UA}var cS=wC?baseUnary(wC):baseIsTypedArray;function isUndefined(La){return La===fl}function isWeakMap(La){return isObjectLike(La)&&WC(La)==qA}function isWeakSet(La){return isObjectLike(La)&&baseGetTag(La)==$A}var uS=createRelationalOperation(baseLt);var pS=createRelationalOperation(function(La,hl){return La<=hl});function toArray(La){if(!La){return[]}if(isArrayLike(La)){return isString(La)?stringToArray(La):copyArray(La)}if(Rw&&La[Rw]){return iteratorToArray(La[Rw]())}var hl=WC(La),fl=hl==FA?mapToArray:hl==MA?setToArray:values;return fl(La)}function toFinite(La){if(!La){return La===0?La:0}La=toNumber(La);if(La===_A||La===-_A){var hl=La<0?-1:1;return hl*gA}return La===La?La:0}function toInteger(La){var hl=toFinite(La),fl=hl%1;return hl===hl?fl?hl-fl:hl:0}function toLength(La){return La?baseClamp(toInteger(La),0,yA):0}function toNumber(La){if(typeof La=="number"){return La}if(isSymbol(La)){return AA}if(isObject(La)){var hl=typeof La.valueOf=="function"?La.valueOf():La;La=isObject(hl)?hl+"":hl}if(typeof La!="string"){return La===0?La:+La}La=baseTrim(La);var fl=FE.test(La);return fl||GE.test(La)?cC(La.slice(2),fl?2:8):IE.test(La)?AA:+La}function toPlainObject(La){return copyObject(La,keysIn(La))}function toSafeInteger(La){return La?baseClamp(toInteger(La),-mA,mA):La===0?La:0}function toString(La){return La==null?"":baseToString(La)}var dS=createAssigner(function(La,hl){if(isPrototype(hl)||isArrayLike(hl)){copyObject(hl,keys(hl),La);return}for(var fl in hl){if(Aw.call(hl,fl)){assignValue(La,fl,hl[fl])}}});var hS=createAssigner(function(La,hl){copyObject(hl,keysIn(hl),La)});var fS=createAssigner(function(La,hl,fl,yl){copyObject(hl,keysIn(hl),La,yl)});var _S=createAssigner(function(La,hl,fl,yl){copyObject(hl,keys(hl),La,yl)});var mS=flatRest(baseAt);function create(La,hl){var fl=NC(La);return hl==null?fl:baseAssign(fl,hl)}var gS=baseRest(function(La,hl){La=lw(La);var yl=-1;var Pl=hl.length;var Ul=Pl>2?hl[2]:fl;if(Ul&&isIterateeCall(hl[0],hl[1],Ul)){Pl=1}while(++yl1);return hl});copyObject(La,getAllKeysIn(La),fl);if(yl){fl=baseClone(fl,D_|I_|N_,customOmitClone)}var Pl=hl.length;while(Pl--){baseUnset(fl,hl[Pl])}return fl});function omitBy(La,hl){return pickBy(La,negate(getIteratee(hl)))}var xS=flatRest(function(La,hl){return La==null?{}:basePick(La,hl)});function pickBy(La,hl){if(La==null){return{}}var fl=arrayMap(getAllKeysIn(La),function(La){return[La]});hl=getIteratee(hl);return basePickBy(La,fl,function(La,fl){return hl(La,fl[0])})}function result(La,hl,yl){hl=castPath(hl,La);var Pl=-1,Ul=hl.length;if(!Ul){Ul=1;La=fl}while(++Plhl){var Pl=La;La=hl;hl=Pl}if(yl||La%1||hl%1){var Ul=Zw();return Yw(La+Ul*(hl-La+lC("1e-"+((Ul+"").length-1))),hl)}return baseRandom(La,hl)}var kS=createCompounder(function(La,hl,fl){hl=hl.toLowerCase();return La+(fl?capitalize(hl):hl)});function capitalize(La){return NS(toString(La).toLowerCase())}function deburr(La){La=toString(La);return La&&La.replace(VE,xC).replace(zw,"")}function endsWith(La,hl,yl){La=toString(La);hl=baseToString(hl);var Pl=La.length;yl=yl===fl?Pl:baseClamp(toInteger(yl),0,Pl);var Ul=yl;yl-=hl.length;return yl>=0&&La.slice(yl,Ul)==hl}function escape(La){La=toString(La);return La&&Rb.test(La)?La.replace(Zy,DC):La}function escapeRegExp(La){La=toString(La);return La&&Qv.test(La)?La.replace(Zb,"\\$&"):La}var TS=createCompounder(function(La,hl,fl){return La+(fl?"-":"")+hl.toLowerCase()});var IS=createCompounder(function(La,hl,fl){return La+(fl?" ":"")+hl.toLowerCase()});var BS=createCaseFirst("toLowerCase");function pad(La,hl,fl){La=toString(La);hl=toInteger(hl);var yl=hl?stringSize(La):0;if(!hl||yl>=hl){return La}var Pl=(hl-yl)/2;return createPadding(Uw(Pl),fl)+La+createPadding(jw(Pl),fl)}function padEnd(La,hl,fl){La=toString(La);hl=toInteger(hl);var yl=hl?stringSize(La):0;return hl&&yl>>0;if(!yl){return[]}La=toString(La);if(La&&(typeof hl=="string"||hl!=null&&!oS(hl))){hl=baseToString(hl);if(!hl&&hasUnicode(La)){return castSlice(stringToArray(La),0,yl)}}return La.split(hl,yl)}var PS=createCompounder(function(La,hl,fl){return La+(fl?" ":"")+NS(hl)});function startsWith(La,hl,fl){La=toString(La);fl=fl==null?0:baseClamp(toInteger(fl),0,La.length);hl=baseToString(hl);return La.slice(fl,fl+hl.length)==hl}function template(La,hl,yl){var Pl=lodash.templateSettings;if(yl&&isIterateeCall(La,hl,yl)){hl=fl}La=toString(La);hl=_S({},hl,Pl,customDefaultsAssignIn);var Ul=_S({},hl.imports,Pl.imports,customDefaultsAssignIn),Gd=keys(Ul),i_=baseValues(Ul,Gd);arrayEach(Gd,function(La){if(bE.test(La)){throw new mE(n_)}});var p_,w_,D_=0,I_=hl.interpolate||WE,N_="__p += '";var _m=cw((hl.escape||WE).source+"|"+I_.source+"|"+(I_===jb?xE:WE).source+"|"+(hl.evaluate||WE).source+"|$","g");var pg="//# sourceURL="+(Aw.call(hl,"sourceURL")?(hl.sourceURL+"").replace(/\s/g," "):"lodash.templateSources["+ ++tC+"]")+"\n";La.replace(_m,function(hl,fl,yl,Pl,Ul,Gd){yl||(yl=Pl);N_+=La.slice(D_,Gd).replace(sw,escapeStringChar);if(fl){p_=true;N_+="' +\n__e("+fl+") +\n'"}if(Ul){w_=true;N_+="';\n"+Ul+";\n__p += '"}if(yl){N_+="' +\n((__t = ("+yl+")) == null ? '' : __t) +\n'"}D_=Gd+hl.length;return hl});N_+="';\n";var mg=Aw.call(hl,"variable")&&hl.variable;if(!mg){N_="with (obj) {\n"+N_+"\n}\n"}else if(bE.test(mg)){throw new mE(af)}N_=(w_?N_.replace(yy,""):N_).replace(wy,"$1").replace(Sy,"$1;");N_="function("+(mg||"obj")+") {\n"+(mg?"":"obj || (obj = {});\n")+"var __t, __p = ''"+(p_?", __e = _.escape":"")+(w_?", __j = Array.prototype.join;\n"+"function print() { __p += __j.call(arguments, '') }\n":";\n")+N_+"return __p\n}";var gg=OS(function(){return aw(Gd,pg+"return "+N_).apply(fl,i_)});gg.source=N_;if(isError(gg)){throw gg}return gg}function toLower(La){return toString(La).toLowerCase()}function toUpper(La){return toString(La).toUpperCase()}function trim(La,hl,yl){La=toString(La);if(La&&(yl||hl===fl)){return baseTrim(La)}if(!La||!(hl=baseToString(hl))){return La}var Pl=stringToArray(La),Ul=stringToArray(hl),Gd=charsStartIndex(Pl,Ul),af=charsEndIndex(Pl,Ul)+1;return castSlice(Pl,Gd,af).join("")}function trimEnd(La,hl,yl){La=toString(La);if(La&&(yl||hl===fl)){return La.slice(0,trimmedEndIndex(La)+1)}if(!La||!(hl=baseToString(hl))){return La}var Pl=stringToArray(La),Ul=charsEndIndex(Pl,stringToArray(hl))+1;return castSlice(Pl,0,Ul).join("")}function trimStart(La,hl,yl){La=toString(La);if(La&&(yl||hl===fl)){return La.replace(Vv,"")}if(!La||!(hl=baseToString(hl))){return La}var Pl=stringToArray(La),Ul=charsStartIndex(Pl,stringToArray(hl));return castSlice(Pl,Ul).join("")}function truncate(La,hl){var yl=lA,Pl=cA;if(isObject(hl)){var Ul="separator"in hl?hl.separator:Ul;yl="length"in hl?toInteger(hl.length):yl;Pl="omission"in hl?baseToString(hl.omission):Pl}La=toString(La);var Gd=La.length;if(hasUnicode(La)){var af=stringToArray(La);Gd=af.length}if(yl>=Gd){return La}var n_=yl-stringSize(Pl);if(n_<1){return Pl}var i_=af?castSlice(af,0,n_).join(""):La.slice(0,n_);if(Ul===fl){return i_+Pl}if(af){n_+=i_.length-n_}if(oS(Ul)){if(La.slice(n_).search(Ul)){var p_,w_=i_;if(!Ul.global){Ul=cw(Ul.source,toString(TE.exec(Ul))+"g")}Ul.lastIndex=0;while(p_=Ul.exec(w_)){var D_=p_.index}i_=i_.slice(0,D_===fl?n_:D_)}}else if(La.indexOf(baseToString(Ul),n_)!=n_){var I_=i_.lastIndexOf(Ul);if(I_>-1){i_=i_.slice(0,I_)}}return i_+Pl}function unescape(La){La=toString(La);return La&&kb.test(La)?La.replace(Ty,SC):La}var RS=createCompounder(function(La,hl,fl){return La+(fl?" ":"")+hl.toUpperCase()});var NS=createCaseFirst("toUpperCase");function words(La,hl,yl){La=toString(La);hl=yl?fl:hl;if(hl===fl){return hasUnicodeWord(La)?unicodeWords(La):asciiWords(La)}return La.match(hl)||[]}var OS=baseRest(function(La,hl){try{return apply(La,fl,hl)}catch(La){return isError(La)?La:new mE(La)}});var QS=flatRest(function(La,hl){arrayEach(hl,function(hl){hl=toKey(hl);baseAssignValue(La,hl,Vx(La[hl],La))});return La});function cond(La){var hl=La==null?0:La.length,fl=getIteratee();La=!hl?[]:arrayMap(La,function(La){if(typeof La[1]!="function"){throw new dw(Gd)}return[fl(La[0]),La[1]]});return baseRest(function(fl){var yl=-1;while(++ylmA){return[]}var fl=yA,yl=Yw(La,yA);hl=getIteratee(hl);La-=yA;var Pl=baseTimes(yl,hl);while(++fl0||hl<0)){return new LazyWrapper(yl)}if(La<0){yl=yl.takeRight(-La)}else if(La){yl=yl.drop(La)}if(hl!==fl){hl=toInteger(hl);yl=hl<0?yl.dropRight(-hl):yl.take(hl-La)}return yl};LazyWrapper.prototype.takeRightWhile=function(La){return this.reverse().takeWhile(La).reverse()};LazyWrapper.prototype.toArray=function(){return this.take(yA)};baseForOwn(LazyWrapper.prototype,function(La,hl){var yl=/^(?:filter|find|map|reject)|While$/.test(hl),Pl=/^(?:head|last)$/.test(hl),Ul=lodash[Pl?"take"+(hl=="last"?"Right":""):hl],Gd=Pl||/^find/.test(hl);if(!Ul){return}lodash.prototype[hl]=function(){var hl=this.__wrapped__,af=Pl?[1]:arguments,n_=hl instanceof LazyWrapper,i_=af[0],p_=n_||rS(hl);var interceptor=function(La){var hl=Ul.apply(lodash,arrayPush([La],af));return Pl&&w_?hl[0]:hl};if(p_&&yl&&typeof i_=="function"&&i_.length!=1){n_=p_=false}var w_=this.__chain__,D_=!!this.__actions__.length,I_=Gd&&!w_,N_=n_&&!D_;if(!Gd&&p_){hl=N_?hl:new LazyWrapper(this);var _m=La.apply(hl,af);_m.__actions__.push({func:thru,args:[interceptor],thisArg:fl});return new LodashWrapper(_m,w_)}if(I_&&N_){return La.apply(this,af)}_m=this.thru(interceptor);return I_?Pl?_m.value()[0]:_m.value():_m}});arrayEach(["pop","push","shift","sort","splice","unshift"],function(La){var hl=hw[La],fl=/^(?:push|sort|unshift)$/.test(La)?"tap":"thru",yl=/^(?:pop|shift)$/.test(La);lodash.prototype[La]=function(){var La=arguments;if(yl&&!this.__chain__){var Pl=this.value();return hl.apply(rS(Pl)?Pl:[],La)}return this[fl](function(fl){return hl.apply(rS(fl)?fl:[],La)})}});baseForOwn(LazyWrapper.prototype,function(La,hl){var fl=lodash[hl];if(fl){var yl=fl.name+"";if(!Aw.call(mC,yl)){mC[yl]=[]}mC[yl].push({name:hl,func:fl})}});mC[createHybrid(fl,gg).name]=[{name:"wrapper",func:fl}];LazyWrapper.prototype.clone=lazyClone;LazyWrapper.prototype.reverse=lazyReverse;LazyWrapper.prototype.value=lazyValue;lodash.prototype.at=xx;lodash.prototype.chain=wrapperChain;lodash.prototype.commit=wrapperCommit;lodash.prototype.next=wrapperNext;lodash.prototype.plant=wrapperPlant;lodash.prototype.reverse=wrapperReverse;lodash.prototype.toJSON=lodash.prototype.valueOf=lodash.prototype.value=wrapperValue;lodash.prototype.first=lodash.prototype.head;if(Rw){lodash.prototype[Rw]=wrapperToIterator}return lodash};var TC=kC();if(typeof define=="function"&&typeof define.amd=="object"&&define.amd){dC._=TC;define(function(){return TC})}else if(fC){(fC.exports=TC)._=TC;hC._=TC}else{dC._=TC}}).call(this)},24769:(La,hl,fl)=>{var yl=fl(79660);var Pl="Expected a function";function memoize(La,hl){if(typeof La!="function"||hl!=null&&typeof hl!="function"){throw new TypeError(Pl)}var memoized=function(){var fl=arguments,yl=hl?hl.apply(this,fl):fl[0],Pl=memoized.cache;if(Pl.has(yl)){return Pl.get(yl)}var Ul=La.apply(this,fl);memoized.cache=Pl.set(yl,Ul)||Pl;return Ul};memoized.cache=new(memoize.Cache||yl);return memoized}memoize.Cache=yl;La.exports=memoize},99101:(La,hl,fl)=>{var yl=fl(47313),Pl=fl(8070);var Ul=Pl(function(La,hl,fl,Pl){yl(La,hl,fl,Pl)});La.exports=Ul},92020:(La,hl,fl)=>{var yl=fl(56649),Pl=fl(62504),Ul=fl(86344),Gd=fl(77336),af=fl(69330),n_=fl(9429),i_=fl(8389),p_=fl(17172);var w_=1,D_=2,I_=4;var N_=i_(function(La,hl){var fl={};if(La==null){return fl}var i_=false;hl=yl(hl,function(hl){hl=Gd(hl,La);i_||(i_=hl.length>1);return hl});af(La,p_(La),fl);if(i_){fl=Pl(fl,w_|D_|I_,n_)}var N_=hl.length;while(N_--){Ul(fl,hl[N_])}return fl});La.exports=N_},69860:(La,hl,fl)=>{var yl=fl(49996),Pl=fl(8389);var Ul=Pl(function(La,hl){return La==null?{}:yl(La,hl)});La.exports=Ul},11024:(La,hl,fl)=>{var yl=fl(66136),Pl=fl(32310),Ul=fl(20897),Gd=fl(95086);function property(La){return Ul(La)?yl(Gd(La)):Pl(La)}La.exports=property},94604:(La,hl,fl)=>{var yl=fl(63183),Pl=fl(89196),Ul=fl(22035),Gd=fl(3349);var af=Ul(function(La,hl){if(La==null){return[]}var fl=hl.length;if(fl>1&&Gd(La,hl[0],hl[1])){hl=[]}else if(fl>2&&Gd(hl[0],hl[1],hl[2])){hl=[hl[0]]}return Pl(La,yl(hl,1),[])});La.exports=af},43400:La=>{function stubArray(){return[]}La.exports=stubArray},92074:La=>{function stubFalse(){return false}La.exports=stubFalse},38842:(La,hl,fl)=>{var yl=fl(96834),Pl=fl(46851);function sum(La){return La&&La.length?yl(La,Pl):0}La.exports=sum},32191:(La,hl,fl)=>{var yl=fl(47988),Pl=fl(96834);function sumBy(La,hl){return La&&La.length?Pl(La,yl(hl,2)):0}La.exports=sumBy},32670:(La,hl,fl)=>{var yl=fl(37115),Pl=fl(66960);function take(La,hl,fl){if(!(La&&La.length)){return[]}hl=fl||hl===undefined?1:Pl(hl);return yl(La,0,hl<0?0:hl)}La.exports=take},19731:(La,hl,fl)=>{var yl=fl(17245);var Pl=1/0,Ul=17976931348623157e292;function toFinite(La){if(!La){return La===0?La:0}La=yl(La);if(La===Pl||La===-Pl){var hl=La<0?-1:1;return hl*Ul}return La===La?La:0}La.exports=toFinite},66960:(La,hl,fl)=>{var yl=fl(19731);function toInteger(La){var hl=yl(La),fl=hl%1;return hl===hl?fl?hl-fl:hl:0}La.exports=toInteger},17245:(La,hl,fl)=>{var yl=fl(14441),Pl=fl(96482),Ul=fl(70661);var Gd=0/0;var af=/^[-+]0x[0-9a-f]+$/i;var n_=/^0b[01]+$/i;var i_=/^0o[0-7]+$/i;var p_=parseInt;function toNumber(La){if(typeof La=="number"){return La}if(Ul(La)){return Gd}if(Pl(La)){var hl=typeof La.valueOf=="function"?La.valueOf():La;La=Pl(hl)?hl+"":hl}if(typeof La!="string"){return La===0?La:+La}La=yl(La);var fl=n_.test(La);return fl||i_.test(La)?p_(La.slice(2),fl?2:8):af.test(La)?Gd:+La}La.exports=toNumber},88485:(La,hl,fl)=>{var yl=fl(69330),Pl=fl(19430);function toPlainObject(La){return yl(La,Pl(La))}La.exports=toPlainObject},87233:(La,hl,fl)=>{var yl=fl(17625);function toString(La){return La==null?"":yl(La)}La.exports=toString},55641:La=>{"use strict";La.exports=Math.abs},96171:La=>{"use strict";La.exports=Math.floor},77044:La=>{"use strict";La.exports=Number.isNaN||function isNaN(La){return La!==La}},57147:La=>{"use strict";La.exports=Math.max},41017:La=>{"use strict";La.exports=Math.min},56947:La=>{"use strict";La.exports=Math.pow},42621:La=>{"use strict";La.exports=Math.round},30156:(La,hl,fl)=>{"use strict";var yl=fl(77044);La.exports=function sign(La){if(yl(La)||La===0){return La}return La<0?-1:+1}},99829:(La,hl,fl)=>{ /*! * mime-db * Copyright(c) 2014 Jonathan Ong * Copyright(c) 2015-2022 Douglas Christopher Wilson * MIT Licensed */ -ml.exports=Rl(81813)},14096:(ml,Al,Rl)=>{"use strict"; +La.exports=fl(81813)},14096:(La,hl,fl)=>{"use strict"; /*! * mime-types * Copyright(c) 2014 Jonathan Ong * Copyright(c) 2015 Douglas Christopher Wilson * MIT Licensed - */var zl=Rl(99829);var rd=Rl(16928).extname;var yh=/^\s*([^;\s]*)(?:;|\s|$)/;var kh=/^text\//i;Al.charset=charset;Al.charsets={lookup:charset};Al.contentType=contentType;Al.extension=extension;Al.extensions=Object.create(null);Al.lookup=lookup;Al.types=Object.create(null);populateMaps(Al.extensions,Al.types);function charset(ml){if(!ml||typeof ml!=="string"){return false}var Al=yh.exec(ml);var Rl=Al&&zl[Al[1].toLowerCase()];if(Rl&&Rl.charset){return Rl.charset}if(Al&&kh.test(Al[1])){return"UTF-8"}return false}function contentType(ml){if(!ml||typeof ml!=="string"){return false}var Rl=ml.indexOf("/")===-1?Al.lookup(ml):ml;if(!Rl){return false}if(Rl.indexOf("charset")===-1){var zl=Al.charset(Rl);if(zl)Rl+="; charset="+zl.toLowerCase()}return Rl}function extension(ml){if(!ml||typeof ml!=="string"){return false}var Rl=yh.exec(ml);var zl=Rl&&Al.extensions[Rl[1].toLowerCase()];if(!zl||!zl.length){return false}return zl[0]}function lookup(ml){if(!ml||typeof ml!=="string"){return false}var Rl=rd("x."+ml).toLowerCase().substr(1);if(!Rl){return false}return Al.types[Rl]||false}function populateMaps(ml,Al){var Rl=["nginx","apache",undefined,"iana"];Object.keys(zl).forEach(function forEachMimeType(rd){var yh=zl[rd];var kh=yh.extensions;if(!kh||!kh.length){return}ml[rd]=kh;for(var Qh=0;Qhr_||t_===r_&&Al[cf].substr(0,12)==="application/")){continue}}Al[cf]=rd}})}},93350:function(ml,Al,Rl){ml=Rl.nmd(ml); + */var yl=fl(99829);var Pl=fl(16928).extname;var Ul=/^\s*([^;\s]*)(?:;|\s|$)/;var Gd=/^text\//i;hl.charset=charset;hl.charsets={lookup:charset};hl.contentType=contentType;hl.extension=extension;hl.extensions=Object.create(null);hl.lookup=lookup;hl.types=Object.create(null);populateMaps(hl.extensions,hl.types);function charset(La){if(!La||typeof La!=="string"){return false}var hl=Ul.exec(La);var fl=hl&&yl[hl[1].toLowerCase()];if(fl&&fl.charset){return fl.charset}if(hl&&Gd.test(hl[1])){return"UTF-8"}return false}function contentType(La){if(!La||typeof La!=="string"){return false}var fl=La.indexOf("/")===-1?hl.lookup(La):La;if(!fl){return false}if(fl.indexOf("charset")===-1){var yl=hl.charset(fl);if(yl)fl+="; charset="+yl.toLowerCase()}return fl}function extension(La){if(!La||typeof La!=="string"){return false}var fl=Ul.exec(La);var yl=fl&&hl.extensions[fl[1].toLowerCase()];if(!yl||!yl.length){return false}return yl[0]}function lookup(La){if(!La||typeof La!=="string"){return false}var fl=Pl("x."+La).toLowerCase().substr(1);if(!fl){return false}return hl.types[fl]||false}function populateMaps(La,hl){var fl=["nginx","apache",undefined,"iana"];Object.keys(yl).forEach(function forEachMimeType(Pl){var Ul=yl[Pl];var Gd=Ul.extensions;if(!Gd||!Gd.length){return}La[Pl]=Gd;for(var af=0;afp_||i_===p_&&hl[n_].substr(0,12)==="application/")){continue}}hl[n_]=Pl}})}},93350:function(La,hl,fl){La=fl.nmd(La); //! moment.js //! version : 2.30.1 //! authors : Tim Wood, Iskren Chernev, Moment.js contributors //! license : MIT //! momentjs.com -(function(Al,Rl){true?ml.exports=Rl():0})(this,function(){"use strict";var Al;function hooks(){return Al.apply(null,arguments)}function setHookCallback(ml){Al=ml}function isArray(ml){return ml instanceof Array||Object.prototype.toString.call(ml)==="[object Array]"}function isObject(ml){return ml!=null&&Object.prototype.toString.call(ml)==="[object Object]"}function hasOwnProp(ml,Al){return Object.prototype.hasOwnProperty.call(ml,Al)}function isObjectEmpty(ml){if(Object.getOwnPropertyNames){return Object.getOwnPropertyNames(ml).length===0}else{var Al;for(Al in ml){if(hasOwnProp(ml,Al)){return false}}return true}}function isUndefined(ml){return ml===void 0}function isNumber(ml){return typeof ml==="number"||Object.prototype.toString.call(ml)==="[object Number]"}function isDate(ml){return ml instanceof Date||Object.prototype.toString.call(ml)==="[object Date]"}function map(ml,Al){var Rl=[],zl,rd=ml.length;for(zl=0;zl>>0,zl;for(zl=0;zl0){for(Rl=0;Rl=0;return(yh?Rl?"+":"":"-")+Math.pow(10,Math.max(0,rd)).toString().substr(1)+zl}var cf=/(\[[^\[]*\])|(\\)?([Hh]mm(ss)?|Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|Qo?|N{1,5}|YYYYYY|YYYYY|YYYY|YY|y{2,4}|yo?|gg(ggg?)?|GG(GGG?)?|e|E|a|A|hh?|HH?|kk?|mm?|ss?|S{1,9}|x|X|zz?|ZZ?|.)/g,t_=/(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g,r_={},u_={};function addFormatToken(ml,Al,Rl,zl){var rd=zl;if(typeof zl==="string"){rd=function(){return this[zl]()}}if(ml){u_[ml]=rd}if(Al){u_[Al[0]]=function(){return zeroFill(rd.apply(this,arguments),Al[1],Al[2])}}if(Rl){u_[Rl]=function(){return this.localeData().ordinal(rd.apply(this,arguments),ml)}}}function removeFormattingTokens(ml){if(ml.match(/\[[\s\S]/)){return ml.replace(/^\[|\]$/g,"")}return ml.replace(/\\/g,"")}function makeFormatFunction(ml){var Al=ml.match(cf),Rl,zl;for(Rl=0,zl=Al.length;Rl=0&&t_.test(ml)){ml=ml.replace(t_,replaceLongDateFormatTokens);t_.lastIndex=0;Rl-=1}return ml}var C_={LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"};function longDateFormat(ml){var Al=this._longDateFormat[ml],Rl=this._longDateFormat[ml.toUpperCase()];if(Al||!Rl){return Al}this._longDateFormat[ml]=Rl.match(cf).map(function(ml){if(ml==="MMMM"||ml==="MM"||ml==="DD"||ml==="dddd"){return ml.slice(1)}return ml}).join("");return this._longDateFormat[ml]}var D_="Invalid date";function invalidDate(){return this._invalidDate}var S_="%d",P_=/\d{1,2}/;function ordinal(ml){return this._ordinal.replace("%d",ml)}var Cg={future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",w:"a week",ww:"%d weeks",M:"a month",MM:"%d months",y:"a year",yy:"%d years"};function relativeTime(ml,Al,Rl,zl){var rd=this._relativeTime[Rl];return isFunction(rd)?rd(ml,Al,Rl,zl):rd.replace(/%d/i,ml)}function pastFuture(ml,Al){var Rl=this._relativeTime[ml>0?"future":"past"];return isFunction(Rl)?Rl(Al):Rl.replace(/%s/i,Al)}var eA={D:"date",dates:"date",date:"date",d:"day",days:"day",day:"day",e:"weekday",weekdays:"weekday",weekday:"weekday",E:"isoWeekday",isoweekdays:"isoWeekday",isoweekday:"isoWeekday",DDD:"dayOfYear",dayofyears:"dayOfYear",dayofyear:"dayOfYear",h:"hour",hours:"hour",hour:"hour",ms:"millisecond",milliseconds:"millisecond",millisecond:"millisecond",m:"minute",minutes:"minute",minute:"minute",M:"month",months:"month",month:"month",Q:"quarter",quarters:"quarter",quarter:"quarter",s:"second",seconds:"second",second:"second",gg:"weekYear",weekyears:"weekYear",weekyear:"weekYear",GG:"isoWeekYear",isoweekyears:"isoWeekYear",isoweekyear:"isoWeekYear",w:"week",weeks:"week",week:"week",W:"isoWeek",isoweeks:"isoWeek",isoweek:"isoWeek",y:"year",years:"year",year:"year"};function normalizeUnits(ml){return typeof ml==="string"?eA[ml]||eA[ml.toLowerCase()]:undefined}function normalizeObjectUnits(ml){var Al={},Rl,zl;for(zl in ml){if(hasOwnProp(ml,zl)){Rl=normalizeUnits(zl);if(Rl){Al[Rl]=ml[zl]}}}return Al}var tA={date:9,day:11,weekday:11,isoWeekday:11,dayOfYear:4,hour:13,millisecond:16,minute:14,month:8,quarter:7,second:15,weekYear:1,isoWeekYear:1,week:5,isoWeek:5,year:1};function getPrioritizedUnits(ml){var Al=[],Rl;for(Rl in ml){if(hasOwnProp(ml,Rl)){Al.push({unit:Rl,priority:tA[Rl]})}}Al.sort(function(ml,Al){return ml.priority-Al.priority});return Al}var rA=/\d/,nA=/\d\d/,iA=/\d{3}/,sA=/\d{4}/,aA=/[+-]?\d{6}/,oA=/\d\d?/,lA=/\d\d\d\d?/,cA=/\d\d\d\d\d\d?/,uA=/\d{1,3}/,pA=/\d{1,4}/,dA=/[+-]?\d{1,6}/,hA=/\d+/,fA=/[+-]?\d+/,_A=/Z|[+-]\d\d:?\d\d/gi,mA=/Z|[+-]\d\d(?::?\d\d)?/gi,gA=/[+-]?\d+(\.\d{1,3})?/,AA=/[0-9]{0,256}['a-z\u00A0-\u05FF\u0700-\uD7FF\uF900-\uFDCF\uFDF0-\uFF07\uFF10-\uFFEF]{1,256}|[\u0600-\u06FF\/]{1,256}(\s*?[\u0600-\u06FF]{1,256}){1,2}/i,yA=/^[1-9]\d?/,bA=/^([1-9]\d|\d)/,vA;vA={};function addRegexToken(ml,Al,Rl){vA[ml]=isFunction(Al)?Al:function(ml,zl){return ml&&Rl?Rl:Al}}function getParseRegexForToken(ml,Al){if(!hasOwnProp(vA,ml)){return new RegExp(unescapeFormat(ml))}return vA[ml](Al._strict,Al._locale)}function unescapeFormat(ml){return regexEscape(ml.replace("\\","").replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g,function(ml,Al,Rl,zl,rd){return Al||Rl||zl||rd}))}function regexEscape(ml){return ml.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&")}function absFloor(ml){if(ml<0){return Math.ceil(ml)||0}else{return Math.floor(ml)}}function toInt(ml){var Al=+ml,Rl=0;if(Al!==0&&isFinite(Al)){Rl=absFloor(Al)}return Rl}var EA={};function addParseToken(ml,Al){var Rl,zl=Al,rd;if(typeof ml==="string"){ml=[ml]}if(isNumber(Al)){zl=function(ml,Rl){Rl[Al]=toInt(ml)}}rd=ml.length;for(Rl=0;Rl68?1900:2e3)};var FA=makeGetSet("FullYear",true);function getIsLeapYear(){return isLeapYear(this.year())}function makeGetSet(ml,Al){return function(Rl){if(Rl!=null){set$1(this,ml,Rl);hooks.updateOffset(this,Al);return this}else{return get(this,ml)}}}function get(ml,Al){if(!ml.isValid()){return NaN}var Rl=ml._d,zl=ml._isUTC;switch(Al){case"Milliseconds":return zl?Rl.getUTCMilliseconds():Rl.getMilliseconds();case"Seconds":return zl?Rl.getUTCSeconds():Rl.getSeconds();case"Minutes":return zl?Rl.getUTCMinutes():Rl.getMinutes();case"Hours":return zl?Rl.getUTCHours():Rl.getHours();case"Date":return zl?Rl.getUTCDate():Rl.getDate();case"Day":return zl?Rl.getUTCDay():Rl.getDay();case"Month":return zl?Rl.getUTCMonth():Rl.getMonth();case"FullYear":return zl?Rl.getUTCFullYear():Rl.getFullYear();default:return NaN}}function set$1(ml,Al,Rl){var zl,rd,yh,kh,Qh;if(!ml.isValid()||isNaN(Rl)){return}zl=ml._d;rd=ml._isUTC;switch(Al){case"Milliseconds":return void(rd?zl.setUTCMilliseconds(Rl):zl.setMilliseconds(Rl));case"Seconds":return void(rd?zl.setUTCSeconds(Rl):zl.setSeconds(Rl));case"Minutes":return void(rd?zl.setUTCMinutes(Rl):zl.setMinutes(Rl));case"Hours":return void(rd?zl.setUTCHours(Rl):zl.setHours(Rl));case"Date":return void(rd?zl.setUTCDate(Rl):zl.setDate(Rl));case"FullYear":break;default:return}yh=Rl;kh=ml.month();Qh=ml.date();Qh=Qh===29&&kh===1&&!isLeapYear(yh)?28:Qh;void(rd?zl.setUTCFullYear(yh,kh,Qh):zl.setFullYear(yh,kh,Qh))}function stringGet(ml){ml=normalizeUnits(ml);if(isFunction(this[ml])){return this[ml]()}return this}function stringSet(ml,Al){if(typeof ml==="object"){ml=normalizeObjectUnits(ml);var Rl=getPrioritizedUnits(ml),zl,rd=Rl.length;for(zl=0;zl=0){Qh=new Date(ml+400,Al,Rl,zl,rd,yh,kh);if(isFinite(Qh.getFullYear())){Qh.setFullYear(ml)}}else{Qh=new Date(ml,Al,Rl,zl,rd,yh,kh)}return Qh}function createUTCDate(ml){var Al,Rl;if(ml<100&&ml>=0){Rl=Array.prototype.slice.call(arguments);Rl[0]=ml+400;Al=new Date(Date.UTC.apply(null,Rl));if(isFinite(Al.getUTCFullYear())){Al.setUTCFullYear(ml)}}else{Al=new Date(Date.UTC.apply(null,arguments))}return Al}function firstWeekOffset(ml,Al,Rl){var zl=7+Al-Rl,rd=(7+createUTCDate(ml,0,zl).getUTCDay()-Al)%7;return-rd+zl-1}function dayOfYearFromWeeks(ml,Al,Rl,zl,rd){var yh=(7+Rl-zl)%7,kh=firstWeekOffset(ml,zl,rd),Qh=1+7*(Al-1)+yh+kh,cf,t_;if(Qh<=0){cf=ml-1;t_=daysInYear(cf)+Qh}else if(Qh>daysInYear(ml)){cf=ml+1;t_=Qh-daysInYear(ml)}else{cf=ml;t_=Qh}return{year:cf,dayOfYear:t_}}function weekOfYear(ml,Al,Rl){var zl=firstWeekOffset(ml.year(),Al,Rl),rd=Math.floor((ml.dayOfYear()-zl-1)/7)+1,yh,kh;if(rd<1){kh=ml.year()-1;yh=rd+weeksInYear(kh,Al,Rl)}else if(rd>weeksInYear(ml.year(),Al,Rl)){yh=rd-weeksInYear(ml.year(),Al,Rl);kh=ml.year()+1}else{kh=ml.year();yh=rd}return{week:yh,year:kh}}function weeksInYear(ml,Al,Rl){var zl=firstWeekOffset(ml,Al,Rl),rd=firstWeekOffset(ml+1,Al,Rl);return(daysInYear(ml)-zl+rd)/7}addFormatToken("w",["ww",2],"wo","week");addFormatToken("W",["WW",2],"Wo","isoWeek");addRegexToken("w",oA,yA);addRegexToken("ww",oA,nA);addRegexToken("W",oA,yA);addRegexToken("WW",oA,nA);addWeekParseToken(["w","ww","W","WW"],function(ml,Al,Rl,zl){Al[zl.substr(0,1)]=toInt(ml)});function localeWeek(ml){return weekOfYear(ml,this._week.dow,this._week.doy).week}var MA={dow:0,doy:6};function localeFirstDayOfWeek(){return this._week.dow}function localeFirstDayOfYear(){return this._week.doy}function getSetWeek(ml){var Al=this.localeData().week(this);return ml==null?Al:this.add((ml-Al)*7,"d")}function getSetISOWeek(ml){var Al=weekOfYear(this,1,4).week;return ml==null?Al:this.add((ml-Al)*7,"d")}addFormatToken("d",0,"do","day");addFormatToken("dd",0,0,function(ml){return this.localeData().weekdaysMin(this,ml)});addFormatToken("ddd",0,0,function(ml){return this.localeData().weekdaysShort(this,ml)});addFormatToken("dddd",0,0,function(ml){return this.localeData().weekdays(this,ml)});addFormatToken("e",0,0,"weekday");addFormatToken("E",0,0,"isoWeekday");addRegexToken("d",oA);addRegexToken("e",oA);addRegexToken("E",oA);addRegexToken("dd",function(ml,Al){return Al.weekdaysMinRegex(ml)});addRegexToken("ddd",function(ml,Al){return Al.weekdaysShortRegex(ml)});addRegexToken("dddd",function(ml,Al){return Al.weekdaysRegex(ml)});addWeekParseToken(["dd","ddd","dddd"],function(ml,Al,Rl,zl){var rd=Rl._locale.weekdaysParse(ml,zl,Rl._strict);if(rd!=null){Al.d=rd}else{getParsingFlags(Rl).invalidWeekday=ml}});addWeekParseToken(["d","e","E"],function(ml,Al,Rl,zl){Al[zl]=toInt(ml)});function parseWeekday(ml,Al){if(typeof ml!=="string"){return ml}if(!isNaN(ml)){return parseInt(ml,10)}ml=Al.weekdaysParse(ml);if(typeof ml==="number"){return ml}return null}function parseIsoWeekday(ml,Al){if(typeof ml==="string"){return Al.weekdaysParse(ml)%7||7}return isNaN(ml)?null:ml}function shiftWeekdays(ml,Al){return ml.slice(Al,7).concat(ml.slice(0,Al))}var jA="Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),UA="Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),GA="Su_Mo_Tu_We_Th_Fr_Sa".split("_"),qA=AA,$A=AA,JA=AA;function localeWeekdays(ml,Al){var Rl=isArray(this._weekdays)?this._weekdays:this._weekdays[ml&&ml!==true&&this._weekdays.isFormat.test(Al)?"format":"standalone"];return ml===true?shiftWeekdays(Rl,this._week.dow):ml?Rl[ml.day()]:Rl}function localeWeekdaysShort(ml){return ml===true?shiftWeekdays(this._weekdaysShort,this._week.dow):ml?this._weekdaysShort[ml.day()]:this._weekdaysShort}function localeWeekdaysMin(ml){return ml===true?shiftWeekdays(this._weekdaysMin,this._week.dow):ml?this._weekdaysMin[ml.day()]:this._weekdaysMin}function handleStrictParse$1(ml,Al,Rl){var zl,rd,yh,kh=ml.toLocaleLowerCase();if(!this._weekdaysParse){this._weekdaysParse=[];this._shortWeekdaysParse=[];this._minWeekdaysParse=[];for(zl=0;zl<7;++zl){yh=createUTC([2e3,1]).day(zl);this._minWeekdaysParse[zl]=this.weekdaysMin(yh,"").toLocaleLowerCase();this._shortWeekdaysParse[zl]=this.weekdaysShort(yh,"").toLocaleLowerCase();this._weekdaysParse[zl]=this.weekdays(yh,"").toLocaleLowerCase()}}if(Rl){if(Al==="dddd"){rd=PA.call(this._weekdaysParse,kh);return rd!==-1?rd:null}else if(Al==="ddd"){rd=PA.call(this._shortWeekdaysParse,kh);return rd!==-1?rd:null}else{rd=PA.call(this._minWeekdaysParse,kh);return rd!==-1?rd:null}}else{if(Al==="dddd"){rd=PA.call(this._weekdaysParse,kh);if(rd!==-1){return rd}rd=PA.call(this._shortWeekdaysParse,kh);if(rd!==-1){return rd}rd=PA.call(this._minWeekdaysParse,kh);return rd!==-1?rd:null}else if(Al==="ddd"){rd=PA.call(this._shortWeekdaysParse,kh);if(rd!==-1){return rd}rd=PA.call(this._weekdaysParse,kh);if(rd!==-1){return rd}rd=PA.call(this._minWeekdaysParse,kh);return rd!==-1?rd:null}else{rd=PA.call(this._minWeekdaysParse,kh);if(rd!==-1){return rd}rd=PA.call(this._weekdaysParse,kh);if(rd!==-1){return rd}rd=PA.call(this._shortWeekdaysParse,kh);return rd!==-1?rd:null}}}function localeWeekdaysParse(ml,Al,Rl){var zl,rd,yh;if(this._weekdaysParseExact){return handleStrictParse$1.call(this,ml,Al,Rl)}if(!this._weekdaysParse){this._weekdaysParse=[];this._minWeekdaysParse=[];this._shortWeekdaysParse=[];this._fullWeekdaysParse=[]}for(zl=0;zl<7;zl++){rd=createUTC([2e3,1]).day(zl);if(Rl&&!this._fullWeekdaysParse[zl]){this._fullWeekdaysParse[zl]=new RegExp("^"+this.weekdays(rd,"").replace(".","\\.?")+"$","i");this._shortWeekdaysParse[zl]=new RegExp("^"+this.weekdaysShort(rd,"").replace(".","\\.?")+"$","i");this._minWeekdaysParse[zl]=new RegExp("^"+this.weekdaysMin(rd,"").replace(".","\\.?")+"$","i")}if(!this._weekdaysParse[zl]){yh="^"+this.weekdays(rd,"")+"|^"+this.weekdaysShort(rd,"")+"|^"+this.weekdaysMin(rd,"");this._weekdaysParse[zl]=new RegExp(yh.replace(".",""),"i")}if(Rl&&Al==="dddd"&&this._fullWeekdaysParse[zl].test(ml)){return zl}else if(Rl&&Al==="ddd"&&this._shortWeekdaysParse[zl].test(ml)){return zl}else if(Rl&&Al==="dd"&&this._minWeekdaysParse[zl].test(ml)){return zl}else if(!Rl&&this._weekdaysParse[zl].test(ml)){return zl}}}function getSetDayOfWeek(ml){if(!this.isValid()){return ml!=null?this:NaN}var Al=get(this,"Day");if(ml!=null){ml=parseWeekday(ml,this.localeData());return this.add(ml-Al,"d")}else{return Al}}function getSetLocaleDayOfWeek(ml){if(!this.isValid()){return ml!=null?this:NaN}var Al=(this.day()+7-this.localeData()._week.dow)%7;return ml==null?Al:this.add(ml-Al,"d")}function getSetISODayOfWeek(ml){if(!this.isValid()){return ml!=null?this:NaN}if(ml!=null){var Al=parseIsoWeekday(ml,this.localeData());return this.day(this.day()%7?Al:Al-7)}else{return this.day()||7}}function weekdaysRegex(ml){if(this._weekdaysParseExact){if(!hasOwnProp(this,"_weekdaysRegex")){computeWeekdaysParse.call(this)}if(ml){return this._weekdaysStrictRegex}else{return this._weekdaysRegex}}else{if(!hasOwnProp(this,"_weekdaysRegex")){this._weekdaysRegex=qA}return this._weekdaysStrictRegex&&ml?this._weekdaysStrictRegex:this._weekdaysRegex}}function weekdaysShortRegex(ml){if(this._weekdaysParseExact){if(!hasOwnProp(this,"_weekdaysRegex")){computeWeekdaysParse.call(this)}if(ml){return this._weekdaysShortStrictRegex}else{return this._weekdaysShortRegex}}else{if(!hasOwnProp(this,"_weekdaysShortRegex")){this._weekdaysShortRegex=$A}return this._weekdaysShortStrictRegex&&ml?this._weekdaysShortStrictRegex:this._weekdaysShortRegex}}function weekdaysMinRegex(ml){if(this._weekdaysParseExact){if(!hasOwnProp(this,"_weekdaysRegex")){computeWeekdaysParse.call(this)}if(ml){return this._weekdaysMinStrictRegex}else{return this._weekdaysMinRegex}}else{if(!hasOwnProp(this,"_weekdaysMinRegex")){this._weekdaysMinRegex=JA}return this._weekdaysMinStrictRegex&&ml?this._weekdaysMinStrictRegex:this._weekdaysMinRegex}}function computeWeekdaysParse(){function cmpLenRev(ml,Al){return Al.length-ml.length}var ml=[],Al=[],Rl=[],zl=[],rd,yh,kh,Qh,cf;for(rd=0;rd<7;rd++){yh=createUTC([2e3,1]).day(rd);kh=regexEscape(this.weekdaysMin(yh,""));Qh=regexEscape(this.weekdaysShort(yh,""));cf=regexEscape(this.weekdays(yh,""));ml.push(kh);Al.push(Qh);Rl.push(cf);zl.push(kh);zl.push(Qh);zl.push(cf)}ml.sort(cmpLenRev);Al.sort(cmpLenRev);Rl.sort(cmpLenRev);zl.sort(cmpLenRev);this._weekdaysRegex=new RegExp("^("+zl.join("|")+")","i");this._weekdaysShortRegex=this._weekdaysRegex;this._weekdaysMinRegex=this._weekdaysRegex;this._weekdaysStrictRegex=new RegExp("^("+Rl.join("|")+")","i");this._weekdaysShortStrictRegex=new RegExp("^("+Al.join("|")+")","i");this._weekdaysMinStrictRegex=new RegExp("^("+ml.join("|")+")","i")}function hFormat(){return this.hours()%12||12}function kFormat(){return this.hours()||24}addFormatToken("H",["HH",2],0,"hour");addFormatToken("h",["hh",2],0,hFormat);addFormatToken("k",["kk",2],0,kFormat);addFormatToken("hmm",0,0,function(){return""+hFormat.apply(this)+zeroFill(this.minutes(),2)});addFormatToken("hmmss",0,0,function(){return""+hFormat.apply(this)+zeroFill(this.minutes(),2)+zeroFill(this.seconds(),2)});addFormatToken("Hmm",0,0,function(){return""+this.hours()+zeroFill(this.minutes(),2)});addFormatToken("Hmmss",0,0,function(){return""+this.hours()+zeroFill(this.minutes(),2)+zeroFill(this.seconds(),2)});function meridiem(ml,Al){addFormatToken(ml,0,0,function(){return this.localeData().meridiem(this.hours(),this.minutes(),Al)})}meridiem("a",true);meridiem("A",false);function matchMeridiem(ml,Al){return Al._meridiemParse}addRegexToken("a",matchMeridiem);addRegexToken("A",matchMeridiem);addRegexToken("H",oA,bA);addRegexToken("h",oA,yA);addRegexToken("k",oA,yA);addRegexToken("HH",oA,nA);addRegexToken("hh",oA,nA);addRegexToken("kk",oA,nA);addRegexToken("hmm",lA);addRegexToken("hmmss",cA);addRegexToken("Hmm",lA);addRegexToken("Hmmss",cA);addParseToken(["H","HH"],DA);addParseToken(["k","kk"],function(ml,Al,Rl){var zl=toInt(ml);Al[DA]=zl===24?0:zl});addParseToken(["a","A"],function(ml,Al,Rl){Rl._isPm=Rl._locale.isPM(ml);Rl._meridiem=ml});addParseToken(["h","hh"],function(ml,Al,Rl){Al[DA]=toInt(ml);getParsingFlags(Rl).bigHour=true});addParseToken("hmm",function(ml,Al,Rl){var zl=ml.length-2;Al[DA]=toInt(ml.substr(0,zl));Al[SA]=toInt(ml.substr(zl));getParsingFlags(Rl).bigHour=true});addParseToken("hmmss",function(ml,Al,Rl){var zl=ml.length-4,rd=ml.length-2;Al[DA]=toInt(ml.substr(0,zl));Al[SA]=toInt(ml.substr(zl,2));Al[kA]=toInt(ml.substr(rd));getParsingFlags(Rl).bigHour=true});addParseToken("Hmm",function(ml,Al,Rl){var zl=ml.length-2;Al[DA]=toInt(ml.substr(0,zl));Al[SA]=toInt(ml.substr(zl))});addParseToken("Hmmss",function(ml,Al,Rl){var zl=ml.length-4,rd=ml.length-2;Al[DA]=toInt(ml.substr(0,zl));Al[SA]=toInt(ml.substr(zl,2));Al[kA]=toInt(ml.substr(rd))});function localeIsPM(ml){return(ml+"").toLowerCase().charAt(0)==="p"}var HA=/[ap]\.?m?\.?/i,VA=makeGetSet("Hours",true);function localeMeridiem(ml,Al,Rl){if(ml>11){return Rl?"pm":"PM"}else{return Rl?"am":"AM"}}var WA={calendar:Qh,longDateFormat:C_,invalidDate:D_,ordinal:S_,dayOfMonthOrdinalParse:P_,relativeTime:Cg,months:RA,monthsShort:NA,week:MA,weekdays:jA,weekdaysMin:GA,weekdaysShort:UA,meridiemParse:HA};var zA={},YA={},KA;function commonPrefix(ml,Al){var Rl,zl=Math.min(ml.length,Al.length);for(Rl=0;Rl0){rd=loadLocale(yh.slice(0,Rl).join("-"));if(rd){return rd}if(zl&&zl.length>=Rl&&commonPrefix(yh,zl)>=Rl-1){break}Rl--}Al++}return KA}function isLocaleNameSane(ml){return!!(ml&&ml.match("^[^/\\\\]*$"))}function loadLocale(Al){var Rl=null,zl;if(zA[Al]===undefined&&"object"!=="undefined"&&ml&&ml.exports&&isLocaleNameSane(Al)){try{Rl=KA._abbr;zl=require;zl("./locale/"+Al);getSetGlobalLocale(Rl)}catch(ml){zA[Al]=null}}return zA[Al]}function getSetGlobalLocale(ml,Al){var Rl;if(ml){if(isUndefined(Al)){Rl=getLocale(ml)}else{Rl=defineLocale(ml,Al)}if(Rl){KA=Rl}else{if(typeof console!=="undefined"&&console.warn){console.warn("Locale "+ml+" not found. Did you forget to load it?")}}}return KA._abbr}function defineLocale(ml,Al){if(Al!==null){var Rl,zl=WA;Al.abbr=ml;if(zA[ml]!=null){deprecateSimple("defineLocaleOverride","use moment.updateLocale(localeName, config) to change "+"an existing locale. moment.defineLocale(localeName, "+"config) should only be used for creating a new locale "+"See http://momentjs.com/guides/#/warnings/define-locale/ for more info.");zl=zA[ml]._config}else if(Al.parentLocale!=null){if(zA[Al.parentLocale]!=null){zl=zA[Al.parentLocale]._config}else{Rl=loadLocale(Al.parentLocale);if(Rl!=null){zl=Rl._config}else{if(!YA[Al.parentLocale]){YA[Al.parentLocale]=[]}YA[Al.parentLocale].push({name:ml,config:Al});return null}}}zA[ml]=new Locale(mergeConfigs(zl,Al));if(YA[ml]){YA[ml].forEach(function(ml){defineLocale(ml.name,ml.config)})}getSetGlobalLocale(ml);return zA[ml]}else{delete zA[ml];return null}}function updateLocale(ml,Al){if(Al!=null){var Rl,zl,rd=WA;if(zA[ml]!=null&&zA[ml].parentLocale!=null){zA[ml].set(mergeConfigs(zA[ml]._config,Al))}else{zl=loadLocale(ml);if(zl!=null){rd=zl._config}Al=mergeConfigs(rd,Al);if(zl==null){Al.abbr=ml}Rl=new Locale(Al);Rl.parentLocale=zA[ml];zA[ml]=Rl}getSetGlobalLocale(ml)}else{if(zA[ml]!=null){if(zA[ml].parentLocale!=null){zA[ml]=zA[ml].parentLocale;if(ml===getSetGlobalLocale()){getSetGlobalLocale(ml)}}else if(zA[ml]!=null){delete zA[ml]}}}return zA[ml]}function getLocale(ml){var Al;if(ml&&ml._locale&&ml._locale._abbr){ml=ml._locale._abbr}if(!ml){return KA}if(!isArray(ml)){Al=loadLocale(ml);if(Al){return Al}ml=[ml]}return chooseLocale(ml)}function listLocales(){return kh(zA)}function checkOverflow(ml){var Al,Rl=ml._a;if(Rl&&getParsingFlags(ml).overflow===-2){Al=Rl[CA]<0||Rl[CA]>11?CA:Rl[xA]<1||Rl[xA]>daysInMonth(Rl[wA],Rl[CA])?xA:Rl[DA]<0||Rl[DA]>24||Rl[DA]===24&&(Rl[SA]!==0||Rl[kA]!==0||Rl[TA]!==0)?DA:Rl[SA]<0||Rl[SA]>59?SA:Rl[kA]<0||Rl[kA]>59?kA:Rl[TA]<0||Rl[TA]>999?TA:-1;if(getParsingFlags(ml)._overflowDayOfYear&&(AlxA)){Al=xA}if(getParsingFlags(ml)._overflowWeeks&&Al===-1){Al=IA}if(getParsingFlags(ml)._overflowWeekday&&Al===-1){Al=BA}getParsingFlags(ml).overflow=Al}return ml}var XA=/^\s*((?:[+-]\d{6}|\d{4})-(?:\d\d-\d\d|W\d\d-\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?::\d\d(?::\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/,ZA=/^\s*((?:[+-]\d{6}|\d{4})(?:\d\d\d\d|W\d\d\d|W\d\d|\d\d\d|\d\d|))(?:(T| )(\d\d(?:\d\d(?:\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/,dy=/Z|[+-]\d\d(?::?\d\d)?/,my=[["YYYYYY-MM-DD",/[+-]\d{6}-\d\d-\d\d/],["YYYY-MM-DD",/\d{4}-\d\d-\d\d/],["GGGG-[W]WW-E",/\d{4}-W\d\d-\d/],["GGGG-[W]WW",/\d{4}-W\d\d/,false],["YYYY-DDD",/\d{4}-\d{3}/],["YYYY-MM",/\d{4}-\d\d/,false],["YYYYYYMMDD",/[+-]\d{10}/],["YYYYMMDD",/\d{8}/],["GGGG[W]WWE",/\d{4}W\d{3}/],["GGGG[W]WW",/\d{4}W\d{2}/,false],["YYYYDDD",/\d{7}/],["YYYYMM",/\d{6}/,false],["YYYY",/\d{4}/,false]],vy=[["HH:mm:ss.SSSS",/\d\d:\d\d:\d\d\.\d+/],["HH:mm:ss,SSSS",/\d\d:\d\d:\d\d,\d+/],["HH:mm:ss",/\d\d:\d\d:\d\d/],["HH:mm",/\d\d:\d\d/],["HHmmss.SSSS",/\d\d\d\d\d\d\.\d+/],["HHmmss,SSSS",/\d\d\d\d\d\d,\d+/],["HHmmss",/\d\d\d\d\d\d/],["HHmm",/\d\d\d\d/],["HH",/\d\d/]],xy=/^\/?Date\((-?\d+)/i,Ty=/^(?:(Mon|Tue|Wed|Thu|Fri|Sat|Sun),?\s)?(\d{1,2})\s(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\s(\d{2,4})\s(\d\d):(\d\d)(?::(\d\d))?\s(?:(UT|GMT|[ECMP][SD]T)|([Zz])|([+-]\d{4}))$/,Qy={UT:0,GMT:0,EDT:-4*60,EST:-5*60,CDT:-5*60,CST:-6*60,MDT:-6*60,MST:-7*60,PDT:-7*60,PST:-8*60};function configFromISO(ml){var Al,Rl,zl=ml._i,rd=XA.exec(zl)||ZA.exec(zl),yh,kh,Qh,cf,t_=my.length,r_=vy.length;if(rd){getParsingFlags(ml).iso=true;for(Al=0,Rl=t_;AldaysInYear(kh)||ml._dayOfYear===0){getParsingFlags(ml)._overflowDayOfYear=true}Rl=createUTCDate(kh,0,ml._dayOfYear);ml._a[CA]=Rl.getUTCMonth();ml._a[xA]=Rl.getUTCDate()}for(Al=0;Al<3&&ml._a[Al]==null;++Al){ml._a[Al]=zl[Al]=rd[Al]}for(;Al<7;Al++){ml._a[Al]=zl[Al]=ml._a[Al]==null?Al===2?1:0:ml._a[Al]}if(ml._a[DA]===24&&ml._a[SA]===0&&ml._a[kA]===0&&ml._a[TA]===0){ml._nextDay=true;ml._a[DA]=0}ml._d=(ml._useUTC?createUTCDate:createDate).apply(null,zl);yh=ml._useUTC?ml._d.getUTCDay():ml._d.getDay();if(ml._tzm!=null){ml._d.setUTCMinutes(ml._d.getUTCMinutes()-ml._tzm)}if(ml._nextDay){ml._a[DA]=24}if(ml._w&&typeof ml._w.d!=="undefined"&&ml._w.d!==yh){getParsingFlags(ml).weekdayMismatch=true}}function dayOfYearFromWeekInfo(ml){var Al,Rl,zl,rd,yh,kh,Qh,cf,t_;Al=ml._w;if(Al.GG!=null||Al.W!=null||Al.E!=null){yh=1;kh=4;Rl=defaults(Al.GG,ml._a[wA],weekOfYear(createLocal(),1,4).year);zl=defaults(Al.W,1);rd=defaults(Al.E,1);if(rd<1||rd>7){cf=true}}else{yh=ml._locale._week.dow;kh=ml._locale._week.doy;t_=weekOfYear(createLocal(),yh,kh);Rl=defaults(Al.gg,ml._a[wA],t_.year);zl=defaults(Al.w,t_.week);if(Al.d!=null){rd=Al.d;if(rd<0||rd>6){cf=true}}else if(Al.e!=null){rd=Al.e+yh;if(Al.e<0||Al.e>6){cf=true}}else{rd=yh}}if(zl<1||zl>weeksInYear(Rl,yh,kh)){getParsingFlags(ml)._overflowWeeks=true}else if(cf!=null){getParsingFlags(ml)._overflowWeekday=true}else{Qh=dayOfYearFromWeeks(Rl,zl,rd,yh,kh);ml._a[wA]=Qh.year;ml._dayOfYear=Qh.dayOfYear}}hooks.ISO_8601=function(){};hooks.RFC_2822=function(){};function configFromStringAndFormat(ml){if(ml._f===hooks.ISO_8601){configFromISO(ml);return}if(ml._f===hooks.RFC_2822){configFromRFC2822(ml);return}ml._a=[];getParsingFlags(ml).empty=true;var Al=""+ml._i,Rl,zl,rd,yh,kh,Qh=Al.length,t_=0,r_,C_;rd=expandFormat(ml._f,ml._locale).match(cf)||[];C_=rd.length;for(Rl=0;Rl0){getParsingFlags(ml).unusedInput.push(kh)}Al=Al.slice(Al.indexOf(zl)+zl.length);t_+=zl.length}if(u_[yh]){if(zl){getParsingFlags(ml).empty=false}else{getParsingFlags(ml).unusedTokens.push(yh)}addTimeToArrayFromToken(yh,zl,ml)}else if(ml._strict&&!zl){getParsingFlags(ml).unusedTokens.push(yh)}}getParsingFlags(ml).charsLeftOver=Qh-t_;if(Al.length>0){getParsingFlags(ml).unusedInput.push(Al)}if(ml._a[DA]<=12&&getParsingFlags(ml).bigHour===true&&ml._a[DA]>0){getParsingFlags(ml).bigHour=undefined}getParsingFlags(ml).parsedDateParts=ml._a.slice(0);getParsingFlags(ml).meridiem=ml._meridiem;ml._a[DA]=meridiemFixWrap(ml._locale,ml._a[DA],ml._meridiem);r_=getParsingFlags(ml).era;if(r_!==null){ml._a[wA]=ml._locale.erasConvertYear(r_,ml._a[wA])}configFromArray(ml);checkOverflow(ml)}function meridiemFixWrap(ml,Al,Rl){var zl;if(Rl==null){return Al}if(ml.meridiemHour!=null){return ml.meridiemHour(Al,Rl)}else if(ml.isPM!=null){zl=ml.isPM(Rl);if(zl&&Al<12){Al+=12}if(!zl&&Al===12){Al=0}return Al}else{return Al}}function configFromStringAndArray(ml){var Al,Rl,zl,rd,yh,kh,Qh=false,cf=ml._f.length;if(cf===0){getParsingFlags(ml).invalidFormat=true;ml._d=new Date(NaN);return}for(rd=0;rdthis?this:ml}else{return createInvalid()}});function pickBy(ml,Al){var Rl,zl;if(Al.length===1&&isArray(Al[0])){Al=Al[0]}if(!Al.length){return createLocal()}Rl=Al[0];for(zl=1;zlthis.clone().month(0).utcOffset()||this.utcOffset()>this.clone().month(5).utcOffset()}function isDaylightSavingTimeShifted(){if(!isUndefined(this._isDSTShifted)){return this._isDSTShifted}var ml={},Al;copyConfig(ml,this);ml=prepareConfig(ml);if(ml._a){Al=ml._isUTC?createUTC(ml._a):createLocal(ml._a);this._isDSTShifted=this.isValid()&&compareArrays(ml._a,Al.toArray())>0}else{this._isDSTShifted=false}return this._isDSTShifted}function isLocal(){return this.isValid()?!this._isUTC:false}function isUtcOffset(){return this.isValid()?this._isUTC:false}function isUtc(){return this.isValid()?this._isUTC&&this._offset===0:false}var jb=/^(-|\+)?(?:(\d*)[. ])?(\d+):(\d+)(?::(\d+)(\.\d*)?)?$/,Gb=/^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/;function createDuration(ml,Al){var Rl=ml,zl=null,rd,yh,kh;if(isDuration(ml)){Rl={ms:ml._milliseconds,d:ml._days,M:ml._months}}else if(isNumber(ml)||!isNaN(+ml)){Rl={};if(Al){Rl[Al]=+ml}else{Rl.milliseconds=+ml}}else if(zl=jb.exec(ml)){rd=zl[1]==="-"?-1:1;Rl={y:0,d:toInt(zl[xA])*rd,h:toInt(zl[DA])*rd,m:toInt(zl[SA])*rd,s:toInt(zl[kA])*rd,ms:toInt(absRound(zl[TA]*1e3))*rd}}else if(zl=Gb.exec(ml)){rd=zl[1]==="-"?-1:1;Rl={y:parseIso(zl[2],rd),M:parseIso(zl[3],rd),w:parseIso(zl[4],rd),d:parseIso(zl[5],rd),h:parseIso(zl[6],rd),m:parseIso(zl[7],rd),s:parseIso(zl[8],rd)}}else if(Rl==null){Rl={}}else if(typeof Rl==="object"&&("from"in Rl||"to"in Rl)){kh=momentsDifference(createLocal(Rl.from),createLocal(Rl.to));Rl={};Rl.ms=kh.milliseconds;Rl.M=kh.months}yh=new Duration(Rl);if(isDuration(ml)&&hasOwnProp(ml,"_locale")){yh._locale=ml._locale}if(isDuration(ml)&&hasOwnProp(ml,"_isValid")){yh._isValid=ml._isValid}return yh}createDuration.fn=Duration.prototype;createDuration.invalid=createInvalid$1;function parseIso(ml,Al){var Rl=ml&&parseFloat(ml.replace(",","."));return(isNaN(Rl)?0:Rl)*Al}function positiveMomentsDifference(ml,Al){var Rl={};Rl.months=Al.month()-ml.month()+(Al.year()-ml.year())*12;if(ml.clone().add(Rl.months,"M").isAfter(Al)){--Rl.months}Rl.milliseconds=+Al-+ml.clone().add(Rl.months,"M");return Rl}function momentsDifference(ml,Al){var Rl;if(!(ml.isValid()&&Al.isValid())){return{milliseconds:0,months:0}}Al=cloneWithOffset(Al,ml);if(ml.isBefore(Al)){Rl=positiveMomentsDifference(ml,Al)}else{Rl=positiveMomentsDifference(Al,ml);Rl.milliseconds=-Rl.milliseconds;Rl.months=-Rl.months}return Rl}function createAdder(ml,Al){return function(Rl,zl){var rd,yh;if(zl!==null&&!isNaN(+zl)){deprecateSimple(Al,"moment()."+Al+"(period, number) is deprecated. Please use moment()."+Al+"(number, period). "+"See http://momentjs.com/guides/#/warnings/add-inverted-param/ for more info.");yh=Rl;Rl=zl;zl=yh}rd=createDuration(Rl,zl);addSubtract(this,rd,ml);return this}}function addSubtract(ml,Al,Rl,zl){var rd=Al._milliseconds,yh=absRound(Al._days),kh=absRound(Al._months);if(!ml.isValid()){return}zl=zl==null?true:zl;if(kh){setMonth(ml,get(ml,"Month")+kh*Rl)}if(yh){set$1(ml,"Date",get(ml,"Date")+yh*Rl)}if(rd){ml._d.setTime(ml._d.valueOf()+rd*Rl)}if(zl){hooks.updateOffset(ml,yh||kh)}}var Vb=createAdder(1,"add"),Yb=createAdder(-1,"subtract");function isString(ml){return typeof ml==="string"||ml instanceof String}function isMomentInput(ml){return isMoment(ml)||isDate(ml)||isString(ml)||isNumber(ml)||isNumberOrStringArray(ml)||isMomentInputObject(ml)||ml===null||ml===undefined}function isMomentInputObject(ml){var Al=isObject(ml)&&!isObjectEmpty(ml),Rl=false,zl=["years","year","y","months","month","M","days","day","d","dates","date","D","hours","hour","h","minutes","minute","m","seconds","second","s","milliseconds","millisecond","ms"],rd,yh,kh=zl.length;for(rd=0;rdRl.valueOf()}else{return Rl.valueOf()9999){return formatMoment(Rl,Al?"YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYYYY-MM-DD[T]HH:mm:ss.SSSZ")}if(isFunction(Date.prototype.toISOString)){if(Al){return this.toDate().toISOString()}else{return new Date(this.valueOf()+this.utcOffset()*60*1e3).toISOString().replace("Z",formatMoment(Rl,"Z"))}}return formatMoment(Rl,Al?"YYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYY-MM-DD[T]HH:mm:ss.SSSZ")}function inspect(){if(!this.isValid()){return"moment.invalid(/* "+this._i+" */)"}var ml="moment",Al="",Rl,zl,rd,yh;if(!this.isLocal()){ml=this.utcOffset()===0?"moment.utc":"moment.parseZone";Al="Z"}Rl="["+ml+'("]';zl=0<=this.year()&&this.year()<=9999?"YYYY":"YYYYYY";rd="-MM-DD[T]HH:mm:ss.SSS";yh=Al+'[")]';return this.format(Rl+zl+rd+yh)}function format(ml){if(!ml){ml=this.isUtc()?hooks.defaultFormatUtc:hooks.defaultFormat}var Al=formatMoment(this,ml);return this.localeData().postformat(Al)}function from(ml,Al){if(this.isValid()&&(isMoment(ml)&&ml.isValid()||createLocal(ml).isValid())){return createDuration({to:this,from:ml}).locale(this.locale()).humanize(!Al)}else{return this.localeData().invalidDate()}}function fromNow(ml){return this.from(createLocal(),ml)}function to(ml,Al){if(this.isValid()&&(isMoment(ml)&&ml.isValid()||createLocal(ml).isValid())){return createDuration({from:this,to:ml}).locale(this.locale()).humanize(!Al)}else{return this.localeData().invalidDate()}}function toNow(ml){return this.to(createLocal(),ml)}function locale(ml){var Al;if(ml===undefined){return this._locale._abbr}else{Al=getLocale(ml);if(Al!=null){this._locale=Al}return this}}var Fv=deprecate("moment().lang() is deprecated. Instead, use moment().localeData() to get the language configuration. Use moment().locale() to change languages.",function(ml){if(ml===undefined){return this.localeData()}else{return this.locale(ml)}});function localeData(){return this._locale}var Xv=1e3,tE=60*Xv,rE=60*tE,iE=(365*400+97)*24*rE;function mod$1(ml,Al){return(ml%Al+Al)%Al}function localStartOfDate(ml,Al,Rl){if(ml<100&&ml>=0){return new Date(ml+400,Al,Rl)-iE}else{return new Date(ml,Al,Rl).valueOf()}}function utcStartOfDate(ml,Al,Rl){if(ml<100&&ml>=0){return Date.UTC(ml+400,Al,Rl)-iE}else{return Date.UTC(ml,Al,Rl)}}function startOf(ml){var Al,Rl;ml=normalizeUnits(ml);if(ml===undefined||ml==="millisecond"||!this.isValid()){return this}Rl=this._isUTC?utcStartOfDate:localStartOfDate;switch(ml){case"year":Al=Rl(this.year(),0,1);break;case"quarter":Al=Rl(this.year(),this.month()-this.month()%3,1);break;case"month":Al=Rl(this.year(),this.month(),1);break;case"week":Al=Rl(this.year(),this.month(),this.date()-this.weekday());break;case"isoWeek":Al=Rl(this.year(),this.month(),this.date()-(this.isoWeekday()-1));break;case"day":case"date":Al=Rl(this.year(),this.month(),this.date());break;case"hour":Al=this._d.valueOf();Al-=mod$1(Al+(this._isUTC?0:this.utcOffset()*tE),rE);break;case"minute":Al=this._d.valueOf();Al-=mod$1(Al,tE);break;case"second":Al=this._d.valueOf();Al-=mod$1(Al,Xv);break}this._d.setTime(Al);hooks.updateOffset(this,true);return this}function endOf(ml){var Al,Rl;ml=normalizeUnits(ml);if(ml===undefined||ml==="millisecond"||!this.isValid()){return this}Rl=this._isUTC?utcStartOfDate:localStartOfDate;switch(ml){case"year":Al=Rl(this.year()+1,0,1)-1;break;case"quarter":Al=Rl(this.year(),this.month()-this.month()%3+3,1)-1;break;case"month":Al=Rl(this.year(),this.month()+1,1)-1;break;case"week":Al=Rl(this.year(),this.month(),this.date()-this.weekday()+7)-1;break;case"isoWeek":Al=Rl(this.year(),this.month(),this.date()-(this.isoWeekday()-1)+7)-1;break;case"day":case"date":Al=Rl(this.year(),this.month(),this.date()+1)-1;break;case"hour":Al=this._d.valueOf();Al+=rE-mod$1(Al+(this._isUTC?0:this.utcOffset()*tE),rE)-1;break;case"minute":Al=this._d.valueOf();Al+=tE-mod$1(Al,tE)-1;break;case"second":Al=this._d.valueOf();Al+=Xv-mod$1(Al,Xv)-1;break}this._d.setTime(Al);hooks.updateOffset(this,true);return this}function valueOf(){return this._d.valueOf()-(this._offset||0)*6e4}function unix(){return Math.floor(this.valueOf()/1e3)}function toDate(){return new Date(this.valueOf())}function toArray(){var ml=this;return[ml.year(),ml.month(),ml.date(),ml.hour(),ml.minute(),ml.second(),ml.millisecond()]}function toObject(){var ml=this;return{years:ml.year(),months:ml.month(),date:ml.date(),hours:ml.hours(),minutes:ml.minutes(),seconds:ml.seconds(),milliseconds:ml.milliseconds()}}function toJSON(){return this.isValid()?this.toISOString():null}function isValid$2(){return isValid(this)}function parsingFlags(){return extend({},getParsingFlags(this))}function invalidAt(){return getParsingFlags(this).overflow}function creationData(){return{input:this._i,format:this._f,locale:this._locale,isUTC:this._isUTC,strict:this._strict}}addFormatToken("N",0,0,"eraAbbr");addFormatToken("NN",0,0,"eraAbbr");addFormatToken("NNN",0,0,"eraAbbr");addFormatToken("NNNN",0,0,"eraName");addFormatToken("NNNNN",0,0,"eraNarrow");addFormatToken("y",["y",1],"yo","eraYear");addFormatToken("y",["yy",2],0,"eraYear");addFormatToken("y",["yyy",3],0,"eraYear");addFormatToken("y",["yyyy",4],0,"eraYear");addRegexToken("N",matchEraAbbr);addRegexToken("NN",matchEraAbbr);addRegexToken("NNN",matchEraAbbr);addRegexToken("NNNN",matchEraName);addRegexToken("NNNNN",matchEraNarrow);addParseToken(["N","NN","NNN","NNNN","NNNNN"],function(ml,Al,Rl,zl){var rd=Rl._locale.erasParse(ml,zl,Rl._strict);if(rd){getParsingFlags(Rl).era=rd}else{getParsingFlags(Rl).invalidEra=ml}});addRegexToken("y",hA);addRegexToken("yy",hA);addRegexToken("yyy",hA);addRegexToken("yyyy",hA);addRegexToken("yo",matchEraYearOrdinal);addParseToken(["y","yy","yyy","yyyy"],wA);addParseToken(["yo"],function(ml,Al,Rl,zl){var rd;if(Rl._locale._eraYearOrdinalRegex){rd=ml.match(Rl._locale._eraYearOrdinalRegex)}if(Rl._locale.eraYearOrdinalParse){Al[wA]=Rl._locale.eraYearOrdinalParse(ml,rd)}else{Al[wA]=parseInt(ml,10)}});function localeEras(ml,Al){var Rl,zl,rd,yh=this._eras||getLocale("en")._eras;for(Rl=0,zl=yh.length;Rl=0){return yh[zl]}}}function localeErasConvertYear(ml,Al){var Rl=ml.since<=ml.until?+1:-1;if(Al===undefined){return hooks(ml.since).year()}else{return hooks(ml.since).year()+(Al-ml.offset)*Rl}}function getEraName(){var ml,Al,Rl,zl=this.localeData().eras();for(ml=0,Al=zl.length;mlyh){Al=yh}return setWeekAll.call(this,ml,Al,Rl,zl,rd)}}function setWeekAll(ml,Al,Rl,zl,rd){var yh=dayOfYearFromWeeks(ml,Al,Rl,zl,rd),kh=createUTCDate(yh.year,0,yh.dayOfYear);this.year(kh.getUTCFullYear());this.month(kh.getUTCMonth());this.date(kh.getUTCDate());return this}addFormatToken("Q",0,"Qo","quarter");addRegexToken("Q",rA);addParseToken("Q",function(ml,Al){Al[CA]=(toInt(ml)-1)*3});function getSetQuarter(ml){return ml==null?Math.ceil((this.month()+1)/3):this.month((ml-1)*3+this.month()%3)}addFormatToken("D",["DD",2],"Do","date");addRegexToken("D",oA,yA);addRegexToken("DD",oA,nA);addRegexToken("Do",function(ml,Al){return ml?Al._dayOfMonthOrdinalParse||Al._ordinalParse:Al._dayOfMonthOrdinalParseLenient});addParseToken(["D","DD"],xA);addParseToken("Do",function(ml,Al){Al[xA]=toInt(ml.match(oA)[0])});var sE=makeGetSet("Date",true);addFormatToken("DDD",["DDDD",3],"DDDo","dayOfYear");addRegexToken("DDD",uA);addRegexToken("DDDD",iA);addParseToken(["DDD","DDDD"],function(ml,Al,Rl){Rl._dayOfYear=toInt(ml)});function getSetDayOfYear(ml){var Al=Math.round((this.clone().startOf("day")-this.clone().startOf("year"))/864e5)+1;return ml==null?Al:this.add(ml-Al,"d")}addFormatToken("m",["mm",2],0,"minute");addRegexToken("m",oA,bA);addRegexToken("mm",oA,nA);addParseToken(["m","mm"],SA);var pE=makeGetSet("Minutes",false);addFormatToken("s",["ss",2],0,"second");addRegexToken("s",oA,bA);addRegexToken("ss",oA,nA);addParseToken(["s","ss"],kA);var dE=makeGetSet("Seconds",false);addFormatToken("S",0,0,function(){return~~(this.millisecond()/100)});addFormatToken(0,["SS",2],0,function(){return~~(this.millisecond()/10)});addFormatToken(0,["SSS",3],0,"millisecond");addFormatToken(0,["SSSS",4],0,function(){return this.millisecond()*10});addFormatToken(0,["SSSSS",5],0,function(){return this.millisecond()*100});addFormatToken(0,["SSSSSS",6],0,function(){return this.millisecond()*1e3});addFormatToken(0,["SSSSSSS",7],0,function(){return this.millisecond()*1e4});addFormatToken(0,["SSSSSSSS",8],0,function(){return this.millisecond()*1e5});addFormatToken(0,["SSSSSSSSS",9],0,function(){return this.millisecond()*1e6});addRegexToken("S",uA,rA);addRegexToken("SS",uA,nA);addRegexToken("SSS",uA,iA);var gE,bE;for(gE="SSSS";gE.length<=9;gE+="S"){addRegexToken(gE,hA)}function parseMs(ml,Al){Al[TA]=toInt(("0."+ml)*1e3)}for(gE="S";gE.length<=9;gE+="S"){addParseToken(gE,parseMs)}bE=makeGetSet("Milliseconds",false);addFormatToken("z",0,0,"zoneAbbr");addFormatToken("zz",0,0,"zoneName");function getZoneAbbr(){return this._isUTC?"UTC":""}function getZoneName(){return this._isUTC?"Coordinated Universal Time":""}var vE=Moment.prototype;vE.add=Vb;vE.calendar=calendar$1;vE.clone=clone;vE.diff=diff;vE.endOf=endOf;vE.format=format;vE.from=from;vE.fromNow=fromNow;vE.to=to;vE.toNow=toNow;vE.get=stringGet;vE.invalidAt=invalidAt;vE.isAfter=isAfter;vE.isBefore=isBefore;vE.isBetween=isBetween;vE.isSame=isSame;vE.isSameOrAfter=isSameOrAfter;vE.isSameOrBefore=isSameOrBefore;vE.isValid=isValid$2;vE.lang=Fv;vE.locale=locale;vE.localeData=localeData;vE.max=Qb;vE.min=Ky;vE.parsingFlags=parsingFlags;vE.set=stringSet;vE.startOf=startOf;vE.subtract=Yb;vE.toArray=toArray;vE.toObject=toObject;vE.toDate=toDate;vE.toISOString=toISOString;vE.inspect=inspect;if(typeof Symbol!=="undefined"&&Symbol.for!=null){vE[Symbol.for("nodejs.util.inspect.custom")]=function(){return"Moment<"+this.format()+">"}}vE.toJSON=toJSON;vE.toString=toString;vE.unix=unix;vE.valueOf=valueOf;vE.creationData=creationData;vE.eraName=getEraName;vE.eraNarrow=getEraNarrow;vE.eraAbbr=getEraAbbr;vE.eraYear=getEraYear;vE.year=FA;vE.isLeapYear=getIsLeapYear;vE.weekYear=getSetWeekYear;vE.isoWeekYear=getSetISOWeekYear;vE.quarter=vE.quarters=getSetQuarter;vE.month=getSetMonth;vE.daysInMonth=getDaysInMonth;vE.week=vE.weeks=getSetWeek;vE.isoWeek=vE.isoWeeks=getSetISOWeek;vE.weeksInYear=getWeeksInYear;vE.weeksInWeekYear=getWeeksInWeekYear;vE.isoWeeksInYear=getISOWeeksInYear;vE.isoWeeksInISOWeekYear=getISOWeeksInISOWeekYear;vE.date=sE;vE.day=vE.days=getSetDayOfWeek;vE.weekday=getSetLocaleDayOfWeek;vE.isoWeekday=getSetISODayOfWeek;vE.dayOfYear=getSetDayOfYear;vE.hour=vE.hours=VA;vE.minute=vE.minutes=pE;vE.second=vE.seconds=dE;vE.millisecond=vE.milliseconds=bE;vE.utcOffset=getSetOffset;vE.utc=setOffsetToUTC;vE.local=setOffsetToLocal;vE.parseZone=setOffsetToParsedOffset;vE.hasAlignedHourOffset=hasAlignedHourOffset;vE.isDST=isDaylightSavingTime;vE.isLocal=isLocal;vE.isUtcOffset=isUtcOffset;vE.isUtc=isUtc;vE.isUTC=isUtc;vE.zoneAbbr=getZoneAbbr;vE.zoneName=getZoneName;vE.dates=deprecate("dates accessor is deprecated. Use date instead.",sE);vE.months=deprecate("months accessor is deprecated. Use month instead",getSetMonth);vE.years=deprecate("years accessor is deprecated. Use year instead",FA);vE.zone=deprecate("moment().zone is deprecated, use moment().utcOffset instead. http://momentjs.com/guides/#/warnings/zone/",getSetZone);vE.isDSTShifted=deprecate("isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information",isDaylightSavingTimeShifted);function createUnix(ml){return createLocal(ml*1e3)}function createInZone(){return createLocal.apply(null,arguments).parseZone()}function preParsePostFormat(ml){return ml}var wE=Locale.prototype;wE.calendar=calendar;wE.longDateFormat=longDateFormat;wE.invalidDate=invalidDate;wE.ordinal=ordinal;wE.preparse=preParsePostFormat;wE.postformat=preParsePostFormat;wE.relativeTime=relativeTime;wE.pastFuture=pastFuture;wE.set=set;wE.eras=localeEras;wE.erasParse=localeErasParse;wE.erasConvertYear=localeErasConvertYear;wE.erasAbbrRegex=erasAbbrRegex;wE.erasNameRegex=erasNameRegex;wE.erasNarrowRegex=erasNarrowRegex;wE.months=localeMonths;wE.monthsShort=localeMonthsShort;wE.monthsParse=localeMonthsParse;wE.monthsRegex=monthsRegex;wE.monthsShortRegex=monthsShortRegex;wE.week=localeWeek;wE.firstDayOfYear=localeFirstDayOfYear;wE.firstDayOfWeek=localeFirstDayOfWeek;wE.weekdays=localeWeekdays;wE.weekdaysMin=localeWeekdaysMin;wE.weekdaysShort=localeWeekdaysShort;wE.weekdaysParse=localeWeekdaysParse;wE.weekdaysRegex=weekdaysRegex;wE.weekdaysShortRegex=weekdaysShortRegex;wE.weekdaysMinRegex=weekdaysMinRegex;wE.isPM=localeIsPM;wE.meridiem=localeMeridiem;function get$1(ml,Al,Rl,zl){var rd=getLocale(),yh=createUTC().set(zl,Al);return rd[Rl](yh,ml)}function listMonthsImpl(ml,Al,Rl){if(isNumber(ml)){Al=ml;ml=undefined}ml=ml||"";if(Al!=null){return get$1(ml,Al,Rl,"month")}var zl,rd=[];for(zl=0;zl<12;zl++){rd[zl]=get$1(ml,zl,Rl,"month")}return rd}function listWeekdaysImpl(ml,Al,Rl,zl){if(typeof ml==="boolean"){if(isNumber(Al)){Rl=Al;Al=undefined}Al=Al||""}else{Al=ml;Rl=Al;ml=false;if(isNumber(Al)){Rl=Al;Al=undefined}Al=Al||""}var rd=getLocale(),yh=ml?rd._week.dow:0,kh,Qh=[];if(Rl!=null){return get$1(Al,(Rl+yh)%7,zl,"day")}for(kh=0;kh<7;kh++){Qh[kh]=get$1(Al,(kh+yh)%7,zl,"day")}return Qh}function listMonths(ml,Al){return listMonthsImpl(ml,Al,"months")}function listMonthsShort(ml,Al){return listMonthsImpl(ml,Al,"monthsShort")}function listWeekdays(ml,Al,Rl){return listWeekdaysImpl(ml,Al,Rl,"weekdays")}function listWeekdaysShort(ml,Al,Rl){return listWeekdaysImpl(ml,Al,Rl,"weekdaysShort")}function listWeekdaysMin(ml,Al,Rl){return listWeekdaysImpl(ml,Al,Rl,"weekdaysMin")}getSetGlobalLocale("en",{eras:[{since:"0001-01-01",until:+Infinity,offset:1,name:"Anno Domini",narrow:"AD",abbr:"AD"},{since:"0000-12-31",until:-Infinity,offset:1,name:"Before Christ",narrow:"BC",abbr:"BC"}],dayOfMonthOrdinalParse:/\d{1,2}(th|st|nd|rd)/,ordinal:function(ml){var Al=ml%10,Rl=toInt(ml%100/10)===1?"th":Al===1?"st":Al===2?"nd":Al===3?"rd":"th";return ml+Rl}});hooks.lang=deprecate("moment.lang is deprecated. Use moment.locale instead.",getSetGlobalLocale);hooks.langData=deprecate("moment.langData is deprecated. Use moment.localeData instead.",getLocale);var CE=Math.abs;function abs(){var ml=this._data;this._milliseconds=CE(this._milliseconds);this._days=CE(this._days);this._months=CE(this._months);ml.milliseconds=CE(ml.milliseconds);ml.seconds=CE(ml.seconds);ml.minutes=CE(ml.minutes);ml.hours=CE(ml.hours);ml.months=CE(ml.months);ml.years=CE(ml.years);return this}function addSubtract$1(ml,Al,Rl,zl){var rd=createDuration(Al,Rl);ml._milliseconds+=zl*rd._milliseconds;ml._days+=zl*rd._days;ml._months+=zl*rd._months;return ml._bubble()}function add$1(ml,Al){return addSubtract$1(this,ml,Al,1)}function subtract$1(ml,Al){return addSubtract$1(this,ml,Al,-1)}function absCeil(ml){if(ml<0){return Math.floor(ml)}else{return Math.ceil(ml)}}function bubble(){var ml=this._milliseconds,Al=this._days,Rl=this._months,zl=this._data,rd,yh,kh,Qh,cf;if(!(ml>=0&&Al>=0&&Rl>=0||ml<=0&&Al<=0&&Rl<=0)){ml+=absCeil(monthsToDays(Rl)+Al)*864e5;Al=0;Rl=0}zl.milliseconds=ml%1e3;rd=absFloor(ml/1e3);zl.seconds=rd%60;yh=absFloor(rd/60);zl.minutes=yh%60;kh=absFloor(yh/60);zl.hours=kh%24;Al+=absFloor(kh/24);cf=absFloor(daysToMonths(Al));Rl+=cf;Al-=absCeil(monthsToDays(cf));Qh=absFloor(Rl/12);Rl%=12;zl.days=Al;zl.months=Rl;zl.years=Qh;return this}function daysToMonths(ml){return ml*4800/146097}function monthsToDays(ml){return ml*146097/4800}function as(ml){if(!this.isValid()){return NaN}var Al,Rl,zl=this._milliseconds;ml=normalizeUnits(ml);if(ml==="month"||ml==="quarter"||ml==="year"){Al=this._days+zl/864e5;Rl=this._months+daysToMonths(Al);switch(ml){case"month":return Rl;case"quarter":return Rl/3;case"year":return Rl/12}}else{Al=this._days+Math.round(monthsToDays(this._months));switch(ml){case"week":return Al/7+zl/6048e5;case"day":return Al+zl/864e5;case"hour":return Al*24+zl/36e5;case"minute":return Al*1440+zl/6e4;case"second":return Al*86400+zl/1e3;case"millisecond":return Math.floor(Al*864e5)+zl;default:throw new Error("Unknown unit "+ml)}}}function makeAs(ml){return function(){return this.as(ml)}}var BE=makeAs("ms"),NE=makeAs("s"),jE=makeAs("m"),GE=makeAs("h"),WE=makeAs("d"),YE=makeAs("w"),ow=makeAs("M"),lw=makeAs("Q"),cw=makeAs("y"),pw=BE;function clone$1(){return createDuration(this)}function get$2(ml){ml=normalizeUnits(ml);return this.isValid()?this[ml+"s"]():NaN}function makeGetter(ml){return function(){return this.isValid()?this._data[ml]:NaN}}var dw=makeGetter("milliseconds"),hw=makeGetter("seconds"),fw=makeGetter("minutes"),_w=makeGetter("hours"),mw=makeGetter("days"),gw=makeGetter("months"),Aw=makeGetter("years");function weeks(){return absFloor(this.days()/7)}var yw=Math.round,bw={ss:44,s:45,m:45,h:22,d:26,w:null,M:11};function substituteTimeAgo(ml,Al,Rl,zl,rd){return rd.relativeTime(Al||1,!!Rl,ml,zl)}function relativeTime$1(ml,Al,Rl,zl){var rd=createDuration(ml).abs(),yh=yw(rd.as("s")),kh=yw(rd.as("m")),Qh=yw(rd.as("h")),cf=yw(rd.as("d")),t_=yw(rd.as("M")),r_=yw(rd.as("w")),u_=yw(rd.as("y")),C_=yh<=Rl.ss&&["s",yh]||yh0;C_[4]=zl;return substituteTimeAgo.apply(null,C_)}function getSetRelativeTimeRounding(ml){if(ml===undefined){return yw}if(typeof ml==="function"){yw=ml;return true}return false}function getSetRelativeTimeThreshold(ml,Al){if(bw[ml]===undefined){return false}if(Al===undefined){return bw[ml]}bw[ml]=Al;if(ml==="s"){bw.ss=Al-1}return true}function humanize(ml,Al){if(!this.isValid()){return this.localeData().invalidDate()}var Rl=false,zl=bw,rd,yh;if(typeof ml==="object"){Al=ml;ml=false}if(typeof ml==="boolean"){Rl=ml}if(typeof Al==="object"){zl=Object.assign({},bw,Al);if(Al.s!=null&&Al.ss==null){zl.ss=Al.s-1}}rd=this.localeData();yh=relativeTime$1(this,!Rl,zl,rd);if(Rl){yh=rd.pastFuture(+this,yh)}return rd.postformat(yh)}var vw=Math.abs;function sign(ml){return(ml>0)-(ml<0)||+ml}function toISOString$1(){if(!this.isValid()){return this.localeData().invalidDate()}var ml=vw(this._milliseconds)/1e3,Al=vw(this._days),Rl=vw(this._months),zl,rd,yh,kh,Qh=this.asSeconds(),cf,t_,r_,u_;if(!Qh){return"P0D"}zl=absFloor(ml/60);rd=absFloor(zl/60);ml%=60;zl%=60;yh=absFloor(Rl/12);Rl%=12;kh=ml?ml.toFixed(3).replace(/\.?0+$/,""):"";cf=Qh<0?"-":"";t_=sign(this._months)!==sign(Qh)?"-":"";r_=sign(this._days)!==sign(Qh)?"-":"";u_=sign(this._milliseconds)!==sign(Qh)?"-":"";return cf+"P"+(yh?t_+yh+"Y":"")+(Rl?t_+Rl+"M":"")+(Al?r_+Al+"D":"")+(rd||zl||ml?"T":"")+(rd?u_+rd+"H":"")+(zl?u_+zl+"M":"")+(ml?u_+kh+"S":"")}var Ew=Duration.prototype;Ew.isValid=isValid$1;Ew.abs=abs;Ew.add=add$1;Ew.subtract=subtract$1;Ew.as=as;Ew.asMilliseconds=BE;Ew.asSeconds=NE;Ew.asMinutes=jE;Ew.asHours=GE;Ew.asDays=WE;Ew.asWeeks=YE;Ew.asMonths=ow;Ew.asQuarters=lw;Ew.asYears=cw;Ew.valueOf=pw;Ew._bubble=bubble;Ew.clone=clone$1;Ew.get=get$2;Ew.milliseconds=dw;Ew.seconds=hw;Ew.minutes=fw;Ew.hours=_w;Ew.days=mw;Ew.weeks=weeks;Ew.months=gw;Ew.years=Aw;Ew.humanize=humanize;Ew.toISOString=toISOString$1;Ew.toString=toISOString$1;Ew.toJSON=toISOString$1;Ew.locale=locale;Ew.localeData=localeData;Ew.toIsoString=deprecate("toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)",toISOString$1);Ew.lang=Fv;addFormatToken("X",0,0,"unix");addFormatToken("x",0,0,"valueOf");addRegexToken("x",fA);addRegexToken("X",gA);addParseToken("X",function(ml,Al,Rl){Rl._d=new Date(parseFloat(ml)*1e3)});addParseToken("x",function(ml,Al,Rl){Rl._d=new Date(toInt(ml))}); +(function(hl,fl){true?La.exports=fl():0})(this,function(){"use strict";var hl;function hooks(){return hl.apply(null,arguments)}function setHookCallback(La){hl=La}function isArray(La){return La instanceof Array||Object.prototype.toString.call(La)==="[object Array]"}function isObject(La){return La!=null&&Object.prototype.toString.call(La)==="[object Object]"}function hasOwnProp(La,hl){return Object.prototype.hasOwnProperty.call(La,hl)}function isObjectEmpty(La){if(Object.getOwnPropertyNames){return Object.getOwnPropertyNames(La).length===0}else{var hl;for(hl in La){if(hasOwnProp(La,hl)){return false}}return true}}function isUndefined(La){return La===void 0}function isNumber(La){return typeof La==="number"||Object.prototype.toString.call(La)==="[object Number]"}function isDate(La){return La instanceof Date||Object.prototype.toString.call(La)==="[object Date]"}function map(La,hl){var fl=[],yl,Pl=La.length;for(yl=0;yl>>0,yl;for(yl=0;yl0){for(fl=0;fl=0;return(Ul?fl?"+":"":"-")+Math.pow(10,Math.max(0,Pl)).toString().substr(1)+yl}var n_=/(\[[^\[]*\])|(\\)?([Hh]mm(ss)?|Mo|MM?M?M?|Do|DDDo|DD?D?D?|ddd?d?|do?|w[o|w]?|W[o|W]?|Qo?|N{1,5}|YYYYYY|YYYYY|YYYY|YY|y{2,4}|yo?|gg(ggg?)?|GG(GGG?)?|e|E|a|A|hh?|HH?|kk?|mm?|ss?|S{1,9}|x|X|zz?|ZZ?|.)/g,i_=/(\[[^\[]*\])|(\\)?(LTS|LT|LL?L?L?|l{1,4})/g,p_={},w_={};function addFormatToken(La,hl,fl,yl){var Pl=yl;if(typeof yl==="string"){Pl=function(){return this[yl]()}}if(La){w_[La]=Pl}if(hl){w_[hl[0]]=function(){return zeroFill(Pl.apply(this,arguments),hl[1],hl[2])}}if(fl){w_[fl]=function(){return this.localeData().ordinal(Pl.apply(this,arguments),La)}}}function removeFormattingTokens(La){if(La.match(/\[[\s\S]/)){return La.replace(/^\[|\]$/g,"")}return La.replace(/\\/g,"")}function makeFormatFunction(La){var hl=La.match(n_),fl,yl;for(fl=0,yl=hl.length;fl=0&&i_.test(La)){La=La.replace(i_,replaceLongDateFormatTokens);i_.lastIndex=0;fl-=1}return La}var D_={LTS:"h:mm:ss A",LT:"h:mm A",L:"MM/DD/YYYY",LL:"MMMM D, YYYY",LLL:"MMMM D, YYYY h:mm A",LLLL:"dddd, MMMM D, YYYY h:mm A"};function longDateFormat(La){var hl=this._longDateFormat[La],fl=this._longDateFormat[La.toUpperCase()];if(hl||!fl){return hl}this._longDateFormat[La]=fl.match(n_).map(function(La){if(La==="MMMM"||La==="MM"||La==="DD"||La==="dddd"){return La.slice(1)}return La}).join("");return this._longDateFormat[La]}var I_="Invalid date";function invalidDate(){return this._invalidDate}var N_="%d",_m=/\d{1,2}/;function ordinal(La){return this._ordinal.replace("%d",La)}var pg={future:"in %s",past:"%s ago",s:"a few seconds",ss:"%d seconds",m:"a minute",mm:"%d minutes",h:"an hour",hh:"%d hours",d:"a day",dd:"%d days",w:"a week",ww:"%d weeks",M:"a month",MM:"%d months",y:"a year",yy:"%d years"};function relativeTime(La,hl,fl,yl){var Pl=this._relativeTime[fl];return isFunction(Pl)?Pl(La,hl,fl,yl):Pl.replace(/%d/i,La)}function pastFuture(La,hl){var fl=this._relativeTime[La>0?"future":"past"];return isFunction(fl)?fl(hl):fl.replace(/%s/i,hl)}var mg={D:"date",dates:"date",date:"date",d:"day",days:"day",day:"day",e:"weekday",weekdays:"weekday",weekday:"weekday",E:"isoWeekday",isoweekdays:"isoWeekday",isoweekday:"isoWeekday",DDD:"dayOfYear",dayofyears:"dayOfYear",dayofyear:"dayOfYear",h:"hour",hours:"hour",hour:"hour",ms:"millisecond",milliseconds:"millisecond",millisecond:"millisecond",m:"minute",minutes:"minute",minute:"minute",M:"month",months:"month",month:"month",Q:"quarter",quarters:"quarter",quarter:"quarter",s:"second",seconds:"second",second:"second",gg:"weekYear",weekyears:"weekYear",weekyear:"weekYear",GG:"isoWeekYear",isoweekyears:"isoWeekYear",isoweekyear:"isoWeekYear",w:"week",weeks:"week",week:"week",W:"isoWeek",isoweeks:"isoWeek",isoweek:"isoWeek",y:"year",years:"year",year:"year"};function normalizeUnits(La){return typeof La==="string"?mg[La]||mg[La.toLowerCase()]:undefined}function normalizeObjectUnits(La){var hl={},fl,yl;for(yl in La){if(hasOwnProp(La,yl)){fl=normalizeUnits(yl);if(fl){hl[fl]=La[yl]}}}return hl}var gg={date:9,day:11,weekday:11,isoWeekday:11,dayOfYear:4,hour:13,millisecond:16,minute:14,month:8,quarter:7,second:15,weekYear:1,isoWeekYear:1,week:5,isoWeek:5,year:1};function getPrioritizedUnits(La){var hl=[],fl;for(fl in La){if(hasOwnProp(La,fl)){hl.push({unit:fl,priority:gg[fl]})}}hl.sort(function(La,hl){return La.priority-hl.priority});return hl}var eA=/\d/,tA=/\d\d/,rA=/\d{3}/,nA=/\d{4}/,iA=/[+-]?\d{6}/,sA=/\d\d?/,aA=/\d\d\d\d?/,oA=/\d\d\d\d\d\d?/,lA=/\d{1,3}/,cA=/\d{1,4}/,uA=/[+-]?\d{1,6}/,pA=/\d+/,dA=/[+-]?\d+/,hA=/Z|[+-]\d\d:?\d\d/gi,fA=/Z|[+-]\d\d(?::?\d\d)?/gi,_A=/[+-]?\d+(\.\d{1,3})?/,mA=/[0-9]{0,256}['a-z\u00A0-\u05FF\u0700-\uD7FF\uF900-\uFDCF\uFDF0-\uFF07\uFF10-\uFFEF]{1,256}|[\u0600-\u06FF\/]{1,256}(\s*?[\u0600-\u06FF]{1,256}){1,2}/i,gA=/^[1-9]\d?/,AA=/^([1-9]\d|\d)/,yA;yA={};function addRegexToken(La,hl,fl){yA[La]=isFunction(hl)?hl:function(La,yl){return La&&fl?fl:hl}}function getParseRegexForToken(La,hl){if(!hasOwnProp(yA,La)){return new RegExp(unescapeFormat(La))}return yA[La](hl._strict,hl._locale)}function unescapeFormat(La){return regexEscape(La.replace("\\","").replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g,function(La,hl,fl,yl,Pl){return hl||fl||yl||Pl}))}function regexEscape(La){return La.replace(/[-\/\\^$*+?.()|[\]{}]/g,"\\$&")}function absFloor(La){if(La<0){return Math.ceil(La)||0}else{return Math.floor(La)}}function toInt(La){var hl=+La,fl=0;if(hl!==0&&isFinite(hl)){fl=absFloor(hl)}return fl}var bA={};function addParseToken(La,hl){var fl,yl=hl,Pl;if(typeof La==="string"){La=[La]}if(isNumber(hl)){yl=function(La,fl){fl[hl]=toInt(La)}}Pl=La.length;for(fl=0;fl68?1900:2e3)};var IA=makeGetSet("FullYear",true);function getIsLeapYear(){return isLeapYear(this.year())}function makeGetSet(La,hl){return function(fl){if(fl!=null){set$1(this,La,fl);hooks.updateOffset(this,hl);return this}else{return get(this,La)}}}function get(La,hl){if(!La.isValid()){return NaN}var fl=La._d,yl=La._isUTC;switch(hl){case"Milliseconds":return yl?fl.getUTCMilliseconds():fl.getMilliseconds();case"Seconds":return yl?fl.getUTCSeconds():fl.getSeconds();case"Minutes":return yl?fl.getUTCMinutes():fl.getMinutes();case"Hours":return yl?fl.getUTCHours():fl.getHours();case"Date":return yl?fl.getUTCDate():fl.getDate();case"Day":return yl?fl.getUTCDay():fl.getDay();case"Month":return yl?fl.getUTCMonth():fl.getMonth();case"FullYear":return yl?fl.getUTCFullYear():fl.getFullYear();default:return NaN}}function set$1(La,hl,fl){var yl,Pl,Ul,Gd,af;if(!La.isValid()||isNaN(fl)){return}yl=La._d;Pl=La._isUTC;switch(hl){case"Milliseconds":return void(Pl?yl.setUTCMilliseconds(fl):yl.setMilliseconds(fl));case"Seconds":return void(Pl?yl.setUTCSeconds(fl):yl.setSeconds(fl));case"Minutes":return void(Pl?yl.setUTCMinutes(fl):yl.setMinutes(fl));case"Hours":return void(Pl?yl.setUTCHours(fl):yl.setHours(fl));case"Date":return void(Pl?yl.setUTCDate(fl):yl.setDate(fl));case"FullYear":break;default:return}Ul=fl;Gd=La.month();af=La.date();af=af===29&&Gd===1&&!isLeapYear(Ul)?28:af;void(Pl?yl.setUTCFullYear(Ul,Gd,af):yl.setFullYear(Ul,Gd,af))}function stringGet(La){La=normalizeUnits(La);if(isFunction(this[La])){return this[La]()}return this}function stringSet(La,hl){if(typeof La==="object"){La=normalizeObjectUnits(La);var fl=getPrioritizedUnits(La),yl,Pl=fl.length;for(yl=0;yl=0){af=new Date(La+400,hl,fl,yl,Pl,Ul,Gd);if(isFinite(af.getFullYear())){af.setFullYear(La)}}else{af=new Date(La,hl,fl,yl,Pl,Ul,Gd)}return af}function createUTCDate(La){var hl,fl;if(La<100&&La>=0){fl=Array.prototype.slice.call(arguments);fl[0]=La+400;hl=new Date(Date.UTC.apply(null,fl));if(isFinite(hl.getUTCFullYear())){hl.setUTCFullYear(La)}}else{hl=new Date(Date.UTC.apply(null,arguments))}return hl}function firstWeekOffset(La,hl,fl){var yl=7+hl-fl,Pl=(7+createUTCDate(La,0,yl).getUTCDay()-hl)%7;return-Pl+yl-1}function dayOfYearFromWeeks(La,hl,fl,yl,Pl){var Ul=(7+fl-yl)%7,Gd=firstWeekOffset(La,yl,Pl),af=1+7*(hl-1)+Ul+Gd,n_,i_;if(af<=0){n_=La-1;i_=daysInYear(n_)+af}else if(af>daysInYear(La)){n_=La+1;i_=af-daysInYear(La)}else{n_=La;i_=af}return{year:n_,dayOfYear:i_}}function weekOfYear(La,hl,fl){var yl=firstWeekOffset(La.year(),hl,fl),Pl=Math.floor((La.dayOfYear()-yl-1)/7)+1,Ul,Gd;if(Pl<1){Gd=La.year()-1;Ul=Pl+weeksInYear(Gd,hl,fl)}else if(Pl>weeksInYear(La.year(),hl,fl)){Ul=Pl-weeksInYear(La.year(),hl,fl);Gd=La.year()+1}else{Gd=La.year();Ul=Pl}return{week:Ul,year:Gd}}function weeksInYear(La,hl,fl){var yl=firstWeekOffset(La,hl,fl),Pl=firstWeekOffset(La+1,hl,fl);return(daysInYear(La)-yl+Pl)/7}addFormatToken("w",["ww",2],"wo","week");addFormatToken("W",["WW",2],"Wo","isoWeek");addRegexToken("w",sA,gA);addRegexToken("ww",sA,tA);addRegexToken("W",sA,gA);addRegexToken("WW",sA,tA);addWeekParseToken(["w","ww","W","WW"],function(La,hl,fl,yl){hl[yl.substr(0,1)]=toInt(La)});function localeWeek(La){return weekOfYear(La,this._week.dow,this._week.doy).week}var QA={dow:0,doy:6};function localeFirstDayOfWeek(){return this._week.dow}function localeFirstDayOfYear(){return this._week.doy}function getSetWeek(La){var hl=this.localeData().week(this);return La==null?hl:this.add((La-hl)*7,"d")}function getSetISOWeek(La){var hl=weekOfYear(this,1,4).week;return La==null?hl:this.add((La-hl)*7,"d")}addFormatToken("d",0,"do","day");addFormatToken("dd",0,0,function(La){return this.localeData().weekdaysMin(this,La)});addFormatToken("ddd",0,0,function(La){return this.localeData().weekdaysShort(this,La)});addFormatToken("dddd",0,0,function(La){return this.localeData().weekdays(this,La)});addFormatToken("e",0,0,"weekday");addFormatToken("E",0,0,"isoWeekday");addRegexToken("d",sA);addRegexToken("e",sA);addRegexToken("E",sA);addRegexToken("dd",function(La,hl){return hl.weekdaysMinRegex(La)});addRegexToken("ddd",function(La,hl){return hl.weekdaysShortRegex(La)});addRegexToken("dddd",function(La,hl){return hl.weekdaysRegex(La)});addWeekParseToken(["dd","ddd","dddd"],function(La,hl,fl,yl){var Pl=fl._locale.weekdaysParse(La,yl,fl._strict);if(Pl!=null){hl.d=Pl}else{getParsingFlags(fl).invalidWeekday=La}});addWeekParseToken(["d","e","E"],function(La,hl,fl,yl){hl[yl]=toInt(La)});function parseWeekday(La,hl){if(typeof La!=="string"){return La}if(!isNaN(La)){return parseInt(La,10)}La=hl.weekdaysParse(La);if(typeof La==="number"){return La}return null}function parseIsoWeekday(La,hl){if(typeof La==="string"){return hl.weekdaysParse(La)%7||7}return isNaN(La)?null:La}function shiftWeekdays(La,hl){return La.slice(hl,7).concat(La.slice(0,hl))}var LA="Sunday_Monday_Tuesday_Wednesday_Thursday_Friday_Saturday".split("_"),MA="Sun_Mon_Tue_Wed_Thu_Fri_Sat".split("_"),jA="Su_Mo_Tu_We_Th_Fr_Sa".split("_"),UA=mA,GA=mA,qA=mA;function localeWeekdays(La,hl){var fl=isArray(this._weekdays)?this._weekdays:this._weekdays[La&&La!==true&&this._weekdays.isFormat.test(hl)?"format":"standalone"];return La===true?shiftWeekdays(fl,this._week.dow):La?fl[La.day()]:fl}function localeWeekdaysShort(La){return La===true?shiftWeekdays(this._weekdaysShort,this._week.dow):La?this._weekdaysShort[La.day()]:this._weekdaysShort}function localeWeekdaysMin(La){return La===true?shiftWeekdays(this._weekdaysMin,this._week.dow):La?this._weekdaysMin[La.day()]:this._weekdaysMin}function handleStrictParse$1(La,hl,fl){var yl,Pl,Ul,Gd=La.toLocaleLowerCase();if(!this._weekdaysParse){this._weekdaysParse=[];this._shortWeekdaysParse=[];this._minWeekdaysParse=[];for(yl=0;yl<7;++yl){Ul=createUTC([2e3,1]).day(yl);this._minWeekdaysParse[yl]=this.weekdaysMin(Ul,"").toLocaleLowerCase();this._shortWeekdaysParse[yl]=this.weekdaysShort(Ul,"").toLocaleLowerCase();this._weekdaysParse[yl]=this.weekdays(Ul,"").toLocaleLowerCase()}}if(fl){if(hl==="dddd"){Pl=BA.call(this._weekdaysParse,Gd);return Pl!==-1?Pl:null}else if(hl==="ddd"){Pl=BA.call(this._shortWeekdaysParse,Gd);return Pl!==-1?Pl:null}else{Pl=BA.call(this._minWeekdaysParse,Gd);return Pl!==-1?Pl:null}}else{if(hl==="dddd"){Pl=BA.call(this._weekdaysParse,Gd);if(Pl!==-1){return Pl}Pl=BA.call(this._shortWeekdaysParse,Gd);if(Pl!==-1){return Pl}Pl=BA.call(this._minWeekdaysParse,Gd);return Pl!==-1?Pl:null}else if(hl==="ddd"){Pl=BA.call(this._shortWeekdaysParse,Gd);if(Pl!==-1){return Pl}Pl=BA.call(this._weekdaysParse,Gd);if(Pl!==-1){return Pl}Pl=BA.call(this._minWeekdaysParse,Gd);return Pl!==-1?Pl:null}else{Pl=BA.call(this._minWeekdaysParse,Gd);if(Pl!==-1){return Pl}Pl=BA.call(this._weekdaysParse,Gd);if(Pl!==-1){return Pl}Pl=BA.call(this._shortWeekdaysParse,Gd);return Pl!==-1?Pl:null}}}function localeWeekdaysParse(La,hl,fl){var yl,Pl,Ul;if(this._weekdaysParseExact){return handleStrictParse$1.call(this,La,hl,fl)}if(!this._weekdaysParse){this._weekdaysParse=[];this._minWeekdaysParse=[];this._shortWeekdaysParse=[];this._fullWeekdaysParse=[]}for(yl=0;yl<7;yl++){Pl=createUTC([2e3,1]).day(yl);if(fl&&!this._fullWeekdaysParse[yl]){this._fullWeekdaysParse[yl]=new RegExp("^"+this.weekdays(Pl,"").replace(".","\\.?")+"$","i");this._shortWeekdaysParse[yl]=new RegExp("^"+this.weekdaysShort(Pl,"").replace(".","\\.?")+"$","i");this._minWeekdaysParse[yl]=new RegExp("^"+this.weekdaysMin(Pl,"").replace(".","\\.?")+"$","i")}if(!this._weekdaysParse[yl]){Ul="^"+this.weekdays(Pl,"")+"|^"+this.weekdaysShort(Pl,"")+"|^"+this.weekdaysMin(Pl,"");this._weekdaysParse[yl]=new RegExp(Ul.replace(".",""),"i")}if(fl&&hl==="dddd"&&this._fullWeekdaysParse[yl].test(La)){return yl}else if(fl&&hl==="ddd"&&this._shortWeekdaysParse[yl].test(La)){return yl}else if(fl&&hl==="dd"&&this._minWeekdaysParse[yl].test(La)){return yl}else if(!fl&&this._weekdaysParse[yl].test(La)){return yl}}}function getSetDayOfWeek(La){if(!this.isValid()){return La!=null?this:NaN}var hl=get(this,"Day");if(La!=null){La=parseWeekday(La,this.localeData());return this.add(La-hl,"d")}else{return hl}}function getSetLocaleDayOfWeek(La){if(!this.isValid()){return La!=null?this:NaN}var hl=(this.day()+7-this.localeData()._week.dow)%7;return La==null?hl:this.add(La-hl,"d")}function getSetISODayOfWeek(La){if(!this.isValid()){return La!=null?this:NaN}if(La!=null){var hl=parseIsoWeekday(La,this.localeData());return this.day(this.day()%7?hl:hl-7)}else{return this.day()||7}}function weekdaysRegex(La){if(this._weekdaysParseExact){if(!hasOwnProp(this,"_weekdaysRegex")){computeWeekdaysParse.call(this)}if(La){return this._weekdaysStrictRegex}else{return this._weekdaysRegex}}else{if(!hasOwnProp(this,"_weekdaysRegex")){this._weekdaysRegex=UA}return this._weekdaysStrictRegex&&La?this._weekdaysStrictRegex:this._weekdaysRegex}}function weekdaysShortRegex(La){if(this._weekdaysParseExact){if(!hasOwnProp(this,"_weekdaysRegex")){computeWeekdaysParse.call(this)}if(La){return this._weekdaysShortStrictRegex}else{return this._weekdaysShortRegex}}else{if(!hasOwnProp(this,"_weekdaysShortRegex")){this._weekdaysShortRegex=GA}return this._weekdaysShortStrictRegex&&La?this._weekdaysShortStrictRegex:this._weekdaysShortRegex}}function weekdaysMinRegex(La){if(this._weekdaysParseExact){if(!hasOwnProp(this,"_weekdaysRegex")){computeWeekdaysParse.call(this)}if(La){return this._weekdaysMinStrictRegex}else{return this._weekdaysMinRegex}}else{if(!hasOwnProp(this,"_weekdaysMinRegex")){this._weekdaysMinRegex=qA}return this._weekdaysMinStrictRegex&&La?this._weekdaysMinStrictRegex:this._weekdaysMinRegex}}function computeWeekdaysParse(){function cmpLenRev(La,hl){return hl.length-La.length}var La=[],hl=[],fl=[],yl=[],Pl,Ul,Gd,af,n_;for(Pl=0;Pl<7;Pl++){Ul=createUTC([2e3,1]).day(Pl);Gd=regexEscape(this.weekdaysMin(Ul,""));af=regexEscape(this.weekdaysShort(Ul,""));n_=regexEscape(this.weekdays(Ul,""));La.push(Gd);hl.push(af);fl.push(n_);yl.push(Gd);yl.push(af);yl.push(n_)}La.sort(cmpLenRev);hl.sort(cmpLenRev);fl.sort(cmpLenRev);yl.sort(cmpLenRev);this._weekdaysRegex=new RegExp("^("+yl.join("|")+")","i");this._weekdaysShortRegex=this._weekdaysRegex;this._weekdaysMinRegex=this._weekdaysRegex;this._weekdaysStrictRegex=new RegExp("^("+fl.join("|")+")","i");this._weekdaysShortStrictRegex=new RegExp("^("+hl.join("|")+")","i");this._weekdaysMinStrictRegex=new RegExp("^("+La.join("|")+")","i")}function hFormat(){return this.hours()%12||12}function kFormat(){return this.hours()||24}addFormatToken("H",["HH",2],0,"hour");addFormatToken("h",["hh",2],0,hFormat);addFormatToken("k",["kk",2],0,kFormat);addFormatToken("hmm",0,0,function(){return""+hFormat.apply(this)+zeroFill(this.minutes(),2)});addFormatToken("hmmss",0,0,function(){return""+hFormat.apply(this)+zeroFill(this.minutes(),2)+zeroFill(this.seconds(),2)});addFormatToken("Hmm",0,0,function(){return""+this.hours()+zeroFill(this.minutes(),2)});addFormatToken("Hmmss",0,0,function(){return""+this.hours()+zeroFill(this.minutes(),2)+zeroFill(this.seconds(),2)});function meridiem(La,hl){addFormatToken(La,0,0,function(){return this.localeData().meridiem(this.hours(),this.minutes(),hl)})}meridiem("a",true);meridiem("A",false);function matchMeridiem(La,hl){return hl._meridiemParse}addRegexToken("a",matchMeridiem);addRegexToken("A",matchMeridiem);addRegexToken("H",sA,AA);addRegexToken("h",sA,gA);addRegexToken("k",sA,gA);addRegexToken("HH",sA,tA);addRegexToken("hh",sA,tA);addRegexToken("kk",sA,tA);addRegexToken("hmm",aA);addRegexToken("hmmss",oA);addRegexToken("Hmm",aA);addRegexToken("Hmmss",oA);addParseToken(["H","HH"],CA);addParseToken(["k","kk"],function(La,hl,fl){var yl=toInt(La);hl[CA]=yl===24?0:yl});addParseToken(["a","A"],function(La,hl,fl){fl._isPm=fl._locale.isPM(La);fl._meridiem=La});addParseToken(["h","hh"],function(La,hl,fl){hl[CA]=toInt(La);getParsingFlags(fl).bigHour=true});addParseToken("hmm",function(La,hl,fl){var yl=La.length-2;hl[CA]=toInt(La.substr(0,yl));hl[xA]=toInt(La.substr(yl));getParsingFlags(fl).bigHour=true});addParseToken("hmmss",function(La,hl,fl){var yl=La.length-4,Pl=La.length-2;hl[CA]=toInt(La.substr(0,yl));hl[xA]=toInt(La.substr(yl,2));hl[DA]=toInt(La.substr(Pl));getParsingFlags(fl).bigHour=true});addParseToken("Hmm",function(La,hl,fl){var yl=La.length-2;hl[CA]=toInt(La.substr(0,yl));hl[xA]=toInt(La.substr(yl))});addParseToken("Hmmss",function(La,hl,fl){var yl=La.length-4,Pl=La.length-2;hl[CA]=toInt(La.substr(0,yl));hl[xA]=toInt(La.substr(yl,2));hl[DA]=toInt(La.substr(Pl))});function localeIsPM(La){return(La+"").toLowerCase().charAt(0)==="p"}var $A=/[ap]\.?m?\.?/i,JA=makeGetSet("Hours",true);function localeMeridiem(La,hl,fl){if(La>11){return fl?"pm":"PM"}else{return fl?"am":"AM"}}var HA={calendar:af,longDateFormat:D_,invalidDate:I_,ordinal:N_,dayOfMonthOrdinalParse:_m,relativeTime:pg,months:FA,monthsShort:PA,week:QA,weekdays:LA,weekdaysMin:jA,weekdaysShort:MA,meridiemParse:$A};var VA={},WA={},zA;function commonPrefix(La,hl){var fl,yl=Math.min(La.length,hl.length);for(fl=0;fl0){Pl=loadLocale(Ul.slice(0,fl).join("-"));if(Pl){return Pl}if(yl&&yl.length>=fl&&commonPrefix(Ul,yl)>=fl-1){break}fl--}hl++}return zA}function isLocaleNameSane(La){return!!(La&&La.match("^[^/\\\\]*$"))}function loadLocale(hl){var fl=null,yl;if(VA[hl]===undefined&&"object"!=="undefined"&&La&&La.exports&&isLocaleNameSane(hl)){try{fl=zA._abbr;yl=require;yl("./locale/"+hl);getSetGlobalLocale(fl)}catch(La){VA[hl]=null}}return VA[hl]}function getSetGlobalLocale(La,hl){var fl;if(La){if(isUndefined(hl)){fl=getLocale(La)}else{fl=defineLocale(La,hl)}if(fl){zA=fl}else{if(typeof console!=="undefined"&&console.warn){console.warn("Locale "+La+" not found. Did you forget to load it?")}}}return zA._abbr}function defineLocale(La,hl){if(hl!==null){var fl,yl=HA;hl.abbr=La;if(VA[La]!=null){deprecateSimple("defineLocaleOverride","use moment.updateLocale(localeName, config) to change "+"an existing locale. moment.defineLocale(localeName, "+"config) should only be used for creating a new locale "+"See http://momentjs.com/guides/#/warnings/define-locale/ for more info.");yl=VA[La]._config}else if(hl.parentLocale!=null){if(VA[hl.parentLocale]!=null){yl=VA[hl.parentLocale]._config}else{fl=loadLocale(hl.parentLocale);if(fl!=null){yl=fl._config}else{if(!WA[hl.parentLocale]){WA[hl.parentLocale]=[]}WA[hl.parentLocale].push({name:La,config:hl});return null}}}VA[La]=new Locale(mergeConfigs(yl,hl));if(WA[La]){WA[La].forEach(function(La){defineLocale(La.name,La.config)})}getSetGlobalLocale(La);return VA[La]}else{delete VA[La];return null}}function updateLocale(La,hl){if(hl!=null){var fl,yl,Pl=HA;if(VA[La]!=null&&VA[La].parentLocale!=null){VA[La].set(mergeConfigs(VA[La]._config,hl))}else{yl=loadLocale(La);if(yl!=null){Pl=yl._config}hl=mergeConfigs(Pl,hl);if(yl==null){hl.abbr=La}fl=new Locale(hl);fl.parentLocale=VA[La];VA[La]=fl}getSetGlobalLocale(La)}else{if(VA[La]!=null){if(VA[La].parentLocale!=null){VA[La]=VA[La].parentLocale;if(La===getSetGlobalLocale()){getSetGlobalLocale(La)}}else if(VA[La]!=null){delete VA[La]}}}return VA[La]}function getLocale(La){var hl;if(La&&La._locale&&La._locale._abbr){La=La._locale._abbr}if(!La){return zA}if(!isArray(La)){hl=loadLocale(La);if(hl){return hl}La=[La]}return chooseLocale(La)}function listLocales(){return Gd(VA)}function checkOverflow(La){var hl,fl=La._a;if(fl&&getParsingFlags(La).overflow===-2){hl=fl[EA]<0||fl[EA]>11?EA:fl[wA]<1||fl[wA]>daysInMonth(fl[vA],fl[EA])?wA:fl[CA]<0||fl[CA]>24||fl[CA]===24&&(fl[xA]!==0||fl[DA]!==0||fl[SA]!==0)?CA:fl[xA]<0||fl[xA]>59?xA:fl[DA]<0||fl[DA]>59?DA:fl[SA]<0||fl[SA]>999?SA:-1;if(getParsingFlags(La)._overflowDayOfYear&&(hlwA)){hl=wA}if(getParsingFlags(La)._overflowWeeks&&hl===-1){hl=kA}if(getParsingFlags(La)._overflowWeekday&&hl===-1){hl=TA}getParsingFlags(La).overflow=hl}return La}var YA=/^\s*((?:[+-]\d{6}|\d{4})-(?:\d\d-\d\d|W\d\d-\d|W\d\d|\d\d\d|\d\d))(?:(T| )(\d\d(?::\d\d(?::\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/,KA=/^\s*((?:[+-]\d{6}|\d{4})(?:\d\d\d\d|W\d\d\d|W\d\d|\d\d\d|\d\d|))(?:(T| )(\d\d(?:\d\d(?:\d\d(?:[.,]\d+)?)?)?)([+-]\d\d(?::?\d\d)?|\s*Z)?)?$/,XA=/Z|[+-]\d\d(?::?\d\d)?/,ZA=[["YYYYYY-MM-DD",/[+-]\d{6}-\d\d-\d\d/],["YYYY-MM-DD",/\d{4}-\d\d-\d\d/],["GGGG-[W]WW-E",/\d{4}-W\d\d-\d/],["GGGG-[W]WW",/\d{4}-W\d\d/,false],["YYYY-DDD",/\d{4}-\d{3}/],["YYYY-MM",/\d{4}-\d\d/,false],["YYYYYYMMDD",/[+-]\d{10}/],["YYYYMMDD",/\d{8}/],["GGGG[W]WWE",/\d{4}W\d{3}/],["GGGG[W]WW",/\d{4}W\d{2}/,false],["YYYYDDD",/\d{7}/],["YYYYMM",/\d{6}/,false],["YYYY",/\d{4}/,false]],hy=[["HH:mm:ss.SSSS",/\d\d:\d\d:\d\d\.\d+/],["HH:mm:ss,SSSS",/\d\d:\d\d:\d\d,\d+/],["HH:mm:ss",/\d\d:\d\d:\d\d/],["HH:mm",/\d\d:\d\d/],["HHmmss.SSSS",/\d\d\d\d\d\d\.\d+/],["HHmmss,SSSS",/\d\d\d\d\d\d,\d+/],["HHmmss",/\d\d\d\d\d\d/],["HHmm",/\d\d\d\d/],["HH",/\d\d/]],gy=/^\/?Date\((-?\d+)/i,yy=/^(?:(Mon|Tue|Wed|Thu|Fri|Sat|Sun),?\s)?(\d{1,2})\s(Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec)\s(\d{2,4})\s(\d\d):(\d\d)(?::(\d\d))?\s(?:(UT|GMT|[ECMP][SD]T)|([Zz])|([+-]\d{4}))$/,wy={UT:0,GMT:0,EDT:-4*60,EST:-5*60,CDT:-5*60,CST:-6*60,MDT:-6*60,MST:-7*60,PDT:-7*60,PST:-8*60};function configFromISO(La){var hl,fl,yl=La._i,Pl=YA.exec(yl)||KA.exec(yl),Ul,Gd,af,n_,i_=ZA.length,p_=hy.length;if(Pl){getParsingFlags(La).iso=true;for(hl=0,fl=i_;hldaysInYear(Gd)||La._dayOfYear===0){getParsingFlags(La)._overflowDayOfYear=true}fl=createUTCDate(Gd,0,La._dayOfYear);La._a[EA]=fl.getUTCMonth();La._a[wA]=fl.getUTCDate()}for(hl=0;hl<3&&La._a[hl]==null;++hl){La._a[hl]=yl[hl]=Pl[hl]}for(;hl<7;hl++){La._a[hl]=yl[hl]=La._a[hl]==null?hl===2?1:0:La._a[hl]}if(La._a[CA]===24&&La._a[xA]===0&&La._a[DA]===0&&La._a[SA]===0){La._nextDay=true;La._a[CA]=0}La._d=(La._useUTC?createUTCDate:createDate).apply(null,yl);Ul=La._useUTC?La._d.getUTCDay():La._d.getDay();if(La._tzm!=null){La._d.setUTCMinutes(La._d.getUTCMinutes()-La._tzm)}if(La._nextDay){La._a[CA]=24}if(La._w&&typeof La._w.d!=="undefined"&&La._w.d!==Ul){getParsingFlags(La).weekdayMismatch=true}}function dayOfYearFromWeekInfo(La){var hl,fl,yl,Pl,Ul,Gd,af,n_,i_;hl=La._w;if(hl.GG!=null||hl.W!=null||hl.E!=null){Ul=1;Gd=4;fl=defaults(hl.GG,La._a[vA],weekOfYear(createLocal(),1,4).year);yl=defaults(hl.W,1);Pl=defaults(hl.E,1);if(Pl<1||Pl>7){n_=true}}else{Ul=La._locale._week.dow;Gd=La._locale._week.doy;i_=weekOfYear(createLocal(),Ul,Gd);fl=defaults(hl.gg,La._a[vA],i_.year);yl=defaults(hl.w,i_.week);if(hl.d!=null){Pl=hl.d;if(Pl<0||Pl>6){n_=true}}else if(hl.e!=null){Pl=hl.e+Ul;if(hl.e<0||hl.e>6){n_=true}}else{Pl=Ul}}if(yl<1||yl>weeksInYear(fl,Ul,Gd)){getParsingFlags(La)._overflowWeeks=true}else if(n_!=null){getParsingFlags(La)._overflowWeekday=true}else{af=dayOfYearFromWeeks(fl,yl,Pl,Ul,Gd);La._a[vA]=af.year;La._dayOfYear=af.dayOfYear}}hooks.ISO_8601=function(){};hooks.RFC_2822=function(){};function configFromStringAndFormat(La){if(La._f===hooks.ISO_8601){configFromISO(La);return}if(La._f===hooks.RFC_2822){configFromRFC2822(La);return}La._a=[];getParsingFlags(La).empty=true;var hl=""+La._i,fl,yl,Pl,Ul,Gd,af=hl.length,i_=0,p_,D_;Pl=expandFormat(La._f,La._locale).match(n_)||[];D_=Pl.length;for(fl=0;fl0){getParsingFlags(La).unusedInput.push(Gd)}hl=hl.slice(hl.indexOf(yl)+yl.length);i_+=yl.length}if(w_[Ul]){if(yl){getParsingFlags(La).empty=false}else{getParsingFlags(La).unusedTokens.push(Ul)}addTimeToArrayFromToken(Ul,yl,La)}else if(La._strict&&!yl){getParsingFlags(La).unusedTokens.push(Ul)}}getParsingFlags(La).charsLeftOver=af-i_;if(hl.length>0){getParsingFlags(La).unusedInput.push(hl)}if(La._a[CA]<=12&&getParsingFlags(La).bigHour===true&&La._a[CA]>0){getParsingFlags(La).bigHour=undefined}getParsingFlags(La).parsedDateParts=La._a.slice(0);getParsingFlags(La).meridiem=La._meridiem;La._a[CA]=meridiemFixWrap(La._locale,La._a[CA],La._meridiem);p_=getParsingFlags(La).era;if(p_!==null){La._a[vA]=La._locale.erasConvertYear(p_,La._a[vA])}configFromArray(La);checkOverflow(La)}function meridiemFixWrap(La,hl,fl){var yl;if(fl==null){return hl}if(La.meridiemHour!=null){return La.meridiemHour(hl,fl)}else if(La.isPM!=null){yl=La.isPM(fl);if(yl&&hl<12){hl+=12}if(!yl&&hl===12){hl=0}return hl}else{return hl}}function configFromStringAndArray(La){var hl,fl,yl,Pl,Ul,Gd,af=false,n_=La._f.length;if(n_===0){getParsingFlags(La).invalidFormat=true;La._d=new Date(NaN);return}for(Pl=0;Plthis?this:La}else{return createInvalid()}});function pickBy(La,hl){var fl,yl;if(hl.length===1&&isArray(hl[0])){hl=hl[0]}if(!hl.length){return createLocal()}fl=hl[0];for(yl=1;ylthis.clone().month(0).utcOffset()||this.utcOffset()>this.clone().month(5).utcOffset()}function isDaylightSavingTimeShifted(){if(!isUndefined(this._isDSTShifted)){return this._isDSTShifted}var La={},hl;copyConfig(La,this);La=prepareConfig(La);if(La._a){hl=La._isUTC?createUTC(La._a):createLocal(La._a);this._isDSTShifted=this.isValid()&&compareArrays(La._a,hl.toArray())>0}else{this._isDSTShifted=false}return this._isDSTShifted}function isLocal(){return this.isValid()?!this._isUTC:false}function isUtcOffset(){return this.isValid()?this._isUTC:false}function isUtc(){return this.isValid()?this._isUTC&&this._offset===0:false}var Rb=/^(-|\+)?(?:(\d*)[. ])?(\d+):(\d+)(?::(\d+)(\.\d*)?)?$/,Nb=/^(-|\+)?P(?:([-+]?[0-9,.]*)Y)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)W)?(?:([-+]?[0-9,.]*)D)?(?:T(?:([-+]?[0-9,.]*)H)?(?:([-+]?[0-9,.]*)M)?(?:([-+]?[0-9,.]*)S)?)?$/;function createDuration(La,hl){var fl=La,yl=null,Pl,Ul,Gd;if(isDuration(La)){fl={ms:La._milliseconds,d:La._days,M:La._months}}else if(isNumber(La)||!isNaN(+La)){fl={};if(hl){fl[hl]=+La}else{fl.milliseconds=+La}}else if(yl=Rb.exec(La)){Pl=yl[1]==="-"?-1:1;fl={y:0,d:toInt(yl[wA])*Pl,h:toInt(yl[CA])*Pl,m:toInt(yl[xA])*Pl,s:toInt(yl[DA])*Pl,ms:toInt(absRound(yl[SA]*1e3))*Pl}}else if(yl=Nb.exec(La)){Pl=yl[1]==="-"?-1:1;fl={y:parseIso(yl[2],Pl),M:parseIso(yl[3],Pl),w:parseIso(yl[4],Pl),d:parseIso(yl[5],Pl),h:parseIso(yl[6],Pl),m:parseIso(yl[7],Pl),s:parseIso(yl[8],Pl)}}else if(fl==null){fl={}}else if(typeof fl==="object"&&("from"in fl||"to"in fl)){Gd=momentsDifference(createLocal(fl.from),createLocal(fl.to));fl={};fl.ms=Gd.milliseconds;fl.M=Gd.months}Ul=new Duration(fl);if(isDuration(La)&&hasOwnProp(La,"_locale")){Ul._locale=La._locale}if(isDuration(La)&&hasOwnProp(La,"_isValid")){Ul._isValid=La._isValid}return Ul}createDuration.fn=Duration.prototype;createDuration.invalid=createInvalid$1;function parseIso(La,hl){var fl=La&&parseFloat(La.replace(",","."));return(isNaN(fl)?0:fl)*hl}function positiveMomentsDifference(La,hl){var fl={};fl.months=hl.month()-La.month()+(hl.year()-La.year())*12;if(La.clone().add(fl.months,"M").isAfter(hl)){--fl.months}fl.milliseconds=+hl-+La.clone().add(fl.months,"M");return fl}function momentsDifference(La,hl){var fl;if(!(La.isValid()&&hl.isValid())){return{milliseconds:0,months:0}}hl=cloneWithOffset(hl,La);if(La.isBefore(hl)){fl=positiveMomentsDifference(La,hl)}else{fl=positiveMomentsDifference(hl,La);fl.milliseconds=-fl.milliseconds;fl.months=-fl.months}return fl}function createAdder(La,hl){return function(fl,yl){var Pl,Ul;if(yl!==null&&!isNaN(+yl)){deprecateSimple(hl,"moment()."+hl+"(period, number) is deprecated. Please use moment()."+hl+"(number, period). "+"See http://momentjs.com/guides/#/warnings/add-inverted-param/ for more info.");Ul=fl;fl=yl;yl=Ul}Pl=createDuration(fl,yl);addSubtract(this,Pl,La);return this}}function addSubtract(La,hl,fl,yl){var Pl=hl._milliseconds,Ul=absRound(hl._days),Gd=absRound(hl._months);if(!La.isValid()){return}yl=yl==null?true:yl;if(Gd){setMonth(La,get(La,"Month")+Gd*fl)}if(Ul){set$1(La,"Date",get(La,"Date")+Ul*fl)}if(Pl){La._d.setTime(La._d.valueOf()+Pl*fl)}if(yl){hooks.updateOffset(La,Ul||Gd)}}var Ob=createAdder(1,"add"),jb=createAdder(-1,"subtract");function isString(La){return typeof La==="string"||La instanceof String}function isMomentInput(La){return isMoment(La)||isDate(La)||isString(La)||isNumber(La)||isNumberOrStringArray(La)||isMomentInputObject(La)||La===null||La===undefined}function isMomentInputObject(La){var hl=isObject(La)&&!isObjectEmpty(La),fl=false,yl=["years","year","y","months","month","M","days","day","d","dates","date","D","hours","hour","h","minutes","minute","m","seconds","second","s","milliseconds","millisecond","ms"],Pl,Ul,Gd=yl.length;for(Pl=0;Plfl.valueOf()}else{return fl.valueOf()9999){return formatMoment(fl,hl?"YYYYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYYYY-MM-DD[T]HH:mm:ss.SSSZ")}if(isFunction(Date.prototype.toISOString)){if(hl){return this.toDate().toISOString()}else{return new Date(this.valueOf()+this.utcOffset()*60*1e3).toISOString().replace("Z",formatMoment(fl,"Z"))}}return formatMoment(fl,hl?"YYYY-MM-DD[T]HH:mm:ss.SSS[Z]":"YYYY-MM-DD[T]HH:mm:ss.SSSZ")}function inspect(){if(!this.isValid()){return"moment.invalid(/* "+this._i+" */)"}var La="moment",hl="",fl,yl,Pl,Ul;if(!this.isLocal()){La=this.utcOffset()===0?"moment.utc":"moment.parseZone";hl="Z"}fl="["+La+'("]';yl=0<=this.year()&&this.year()<=9999?"YYYY":"YYYYYY";Pl="-MM-DD[T]HH:mm:ss.SSS";Ul=hl+'[")]';return this.format(fl+yl+Pl+Ul)}function format(La){if(!La){La=this.isUtc()?hooks.defaultFormatUtc:hooks.defaultFormat}var hl=formatMoment(this,La);return this.localeData().postformat(hl)}function from(La,hl){if(this.isValid()&&(isMoment(La)&&La.isValid()||createLocal(La).isValid())){return createDuration({to:this,from:La}).locale(this.locale()).humanize(!hl)}else{return this.localeData().invalidDate()}}function fromNow(La){return this.from(createLocal(),La)}function to(La,hl){if(this.isValid()&&(isMoment(La)&&La.isValid()||createLocal(La).isValid())){return createDuration({from:this,to:La}).locale(this.locale()).humanize(!hl)}else{return this.localeData().invalidDate()}}function toNow(La){return this.to(createLocal(),La)}function locale(La){var hl;if(La===undefined){return this._locale._abbr}else{hl=getLocale(La);if(hl!=null){this._locale=hl}return this}}var Gb=deprecate("moment().lang() is deprecated. Instead, use moment().localeData() to get the language configuration. Use moment().locale() to change languages.",function(La){if(La===undefined){return this.localeData()}else{return this.locale(La)}});function localeData(){return this._locale}var Hb=1e3,Xb=60*Hb,Zb=60*Xb,Qv=(365*400+97)*24*Zb;function mod$1(La,hl){return(La%hl+hl)%hl}function localStartOfDate(La,hl,fl){if(La<100&&La>=0){return new Date(La+400,hl,fl)-Qv}else{return new Date(La,hl,fl).valueOf()}}function utcStartOfDate(La,hl,fl){if(La<100&&La>=0){return Date.UTC(La+400,hl,fl)-Qv}else{return Date.UTC(La,hl,fl)}}function startOf(La){var hl,fl;La=normalizeUnits(La);if(La===undefined||La==="millisecond"||!this.isValid()){return this}fl=this._isUTC?utcStartOfDate:localStartOfDate;switch(La){case"year":hl=fl(this.year(),0,1);break;case"quarter":hl=fl(this.year(),this.month()-this.month()%3,1);break;case"month":hl=fl(this.year(),this.month(),1);break;case"week":hl=fl(this.year(),this.month(),this.date()-this.weekday());break;case"isoWeek":hl=fl(this.year(),this.month(),this.date()-(this.isoWeekday()-1));break;case"day":case"date":hl=fl(this.year(),this.month(),this.date());break;case"hour":hl=this._d.valueOf();hl-=mod$1(hl+(this._isUTC?0:this.utcOffset()*Xb),Zb);break;case"minute":hl=this._d.valueOf();hl-=mod$1(hl,Xb);break;case"second":hl=this._d.valueOf();hl-=mod$1(hl,Hb);break}this._d.setTime(hl);hooks.updateOffset(this,true);return this}function endOf(La){var hl,fl;La=normalizeUnits(La);if(La===undefined||La==="millisecond"||!this.isValid()){return this}fl=this._isUTC?utcStartOfDate:localStartOfDate;switch(La){case"year":hl=fl(this.year()+1,0,1)-1;break;case"quarter":hl=fl(this.year(),this.month()-this.month()%3+3,1)-1;break;case"month":hl=fl(this.year(),this.month()+1,1)-1;break;case"week":hl=fl(this.year(),this.month(),this.date()-this.weekday()+7)-1;break;case"isoWeek":hl=fl(this.year(),this.month(),this.date()-(this.isoWeekday()-1)+7)-1;break;case"day":case"date":hl=fl(this.year(),this.month(),this.date()+1)-1;break;case"hour":hl=this._d.valueOf();hl+=Zb-mod$1(hl+(this._isUTC?0:this.utcOffset()*Xb),Zb)-1;break;case"minute":hl=this._d.valueOf();hl+=Xb-mod$1(hl,Xb)-1;break;case"second":hl=this._d.valueOf();hl+=Hb-mod$1(hl,Hb)-1;break}this._d.setTime(hl);hooks.updateOffset(this,true);return this}function valueOf(){return this._d.valueOf()-(this._offset||0)*6e4}function unix(){return Math.floor(this.valueOf()/1e3)}function toDate(){return new Date(this.valueOf())}function toArray(){var La=this;return[La.year(),La.month(),La.date(),La.hour(),La.minute(),La.second(),La.millisecond()]}function toObject(){var La=this;return{years:La.year(),months:La.month(),date:La.date(),hours:La.hours(),minutes:La.minutes(),seconds:La.seconds(),milliseconds:La.milliseconds()}}function toJSON(){return this.isValid()?this.toISOString():null}function isValid$2(){return isValid(this)}function parsingFlags(){return extend({},getParsingFlags(this))}function invalidAt(){return getParsingFlags(this).overflow}function creationData(){return{input:this._i,format:this._f,locale:this._locale,isUTC:this._isUTC,strict:this._strict}}addFormatToken("N",0,0,"eraAbbr");addFormatToken("NN",0,0,"eraAbbr");addFormatToken("NNN",0,0,"eraAbbr");addFormatToken("NNNN",0,0,"eraName");addFormatToken("NNNNN",0,0,"eraNarrow");addFormatToken("y",["y",1],"yo","eraYear");addFormatToken("y",["yy",2],0,"eraYear");addFormatToken("y",["yyy",3],0,"eraYear");addFormatToken("y",["yyyy",4],0,"eraYear");addRegexToken("N",matchEraAbbr);addRegexToken("NN",matchEraAbbr);addRegexToken("NNN",matchEraAbbr);addRegexToken("NNNN",matchEraName);addRegexToken("NNNNN",matchEraNarrow);addParseToken(["N","NN","NNN","NNNN","NNNNN"],function(La,hl,fl,yl){var Pl=fl._locale.erasParse(La,yl,fl._strict);if(Pl){getParsingFlags(fl).era=Pl}else{getParsingFlags(fl).invalidEra=La}});addRegexToken("y",pA);addRegexToken("yy",pA);addRegexToken("yyy",pA);addRegexToken("yyyy",pA);addRegexToken("yo",matchEraYearOrdinal);addParseToken(["y","yy","yyy","yyyy"],vA);addParseToken(["yo"],function(La,hl,fl,yl){var Pl;if(fl._locale._eraYearOrdinalRegex){Pl=La.match(fl._locale._eraYearOrdinalRegex)}if(fl._locale.eraYearOrdinalParse){hl[vA]=fl._locale.eraYearOrdinalParse(La,Pl)}else{hl[vA]=parseInt(La,10)}});function localeEras(La,hl){var fl,yl,Pl,Ul=this._eras||getLocale("en")._eras;for(fl=0,yl=Ul.length;fl=0){return Ul[yl]}}}function localeErasConvertYear(La,hl){var fl=La.since<=La.until?+1:-1;if(hl===undefined){return hooks(La.since).year()}else{return hooks(La.since).year()+(hl-La.offset)*fl}}function getEraName(){var La,hl,fl,yl=this.localeData().eras();for(La=0,hl=yl.length;LaUl){hl=Ul}return setWeekAll.call(this,La,hl,fl,yl,Pl)}}function setWeekAll(La,hl,fl,yl,Pl){var Ul=dayOfYearFromWeeks(La,hl,fl,yl,Pl),Gd=createUTCDate(Ul.year,0,Ul.dayOfYear);this.year(Gd.getUTCFullYear());this.month(Gd.getUTCMonth());this.date(Gd.getUTCDate());return this}addFormatToken("Q",0,"Qo","quarter");addRegexToken("Q",eA);addParseToken("Q",function(La,hl){hl[EA]=(toInt(La)-1)*3});function getSetQuarter(La){return La==null?Math.ceil((this.month()+1)/3):this.month((La-1)*3+this.month()%3)}addFormatToken("D",["DD",2],"Do","date");addRegexToken("D",sA,gA);addRegexToken("DD",sA,tA);addRegexToken("Do",function(La,hl){return La?hl._dayOfMonthOrdinalParse||hl._ordinalParse:hl._dayOfMonthOrdinalParseLenient});addParseToken(["D","DD"],wA);addParseToken("Do",function(La,hl){hl[wA]=toInt(La.match(sA)[0])});var Vv=makeGetSet("Date",true);addFormatToken("DDD",["DDDD",3],"DDDo","dayOfYear");addRegexToken("DDD",lA);addRegexToken("DDDD",rA);addParseToken(["DDD","DDDD"],function(La,hl,fl){fl._dayOfYear=toInt(La)});function getSetDayOfYear(La){var hl=Math.round((this.clone().startOf("day")-this.clone().startOf("year"))/864e5)+1;return La==null?hl:this.add(La-hl,"d")}addFormatToken("m",["mm",2],0,"minute");addRegexToken("m",sA,AA);addRegexToken("mm",sA,tA);addParseToken(["m","mm"],xA);var tE=makeGetSet("Minutes",false);addFormatToken("s",["ss",2],0,"second");addRegexToken("s",sA,AA);addRegexToken("ss",sA,tA);addParseToken(["s","ss"],DA);var aE=makeGetSet("Seconds",false);addFormatToken("S",0,0,function(){return~~(this.millisecond()/100)});addFormatToken(0,["SS",2],0,function(){return~~(this.millisecond()/10)});addFormatToken(0,["SSS",3],0,"millisecond");addFormatToken(0,["SSSS",4],0,function(){return this.millisecond()*10});addFormatToken(0,["SSSSS",5],0,function(){return this.millisecond()*100});addFormatToken(0,["SSSSSS",6],0,function(){return this.millisecond()*1e3});addFormatToken(0,["SSSSSSS",7],0,function(){return this.millisecond()*1e4});addFormatToken(0,["SSSSSSSS",8],0,function(){return this.millisecond()*1e5});addFormatToken(0,["SSSSSSSSS",9],0,function(){return this.millisecond()*1e6});addRegexToken("S",lA,eA);addRegexToken("SS",lA,tA);addRegexToken("SSS",lA,rA);var lE,hE;for(lE="SSSS";lE.length<=9;lE+="S"){addRegexToken(lE,pA)}function parseMs(La,hl){hl[SA]=toInt(("0."+La)*1e3)}for(lE="S";lE.length<=9;lE+="S"){addParseToken(lE,parseMs)}hE=makeGetSet("Milliseconds",false);addFormatToken("z",0,0,"zoneAbbr");addFormatToken("zz",0,0,"zoneName");function getZoneAbbr(){return this._isUTC?"UTC":""}function getZoneName(){return this._isUTC?"Coordinated Universal Time":""}var mE=Moment.prototype;mE.add=Ob;mE.calendar=calendar$1;mE.clone=clone;mE.diff=diff;mE.endOf=endOf;mE.format=format;mE.from=from;mE.fromNow=fromNow;mE.to=to;mE.toNow=toNow;mE.get=stringGet;mE.invalidAt=invalidAt;mE.isAfter=isAfter;mE.isBefore=isBefore;mE.isBetween=isBetween;mE.isSame=isSame;mE.isSameOrAfter=isSameOrAfter;mE.isSameOrBefore=isSameOrBefore;mE.isValid=isValid$2;mE.lang=Gb;mE.locale=locale;mE.localeData=localeData;mE.max=Ty;mE.min=Sy;mE.parsingFlags=parsingFlags;mE.set=stringSet;mE.startOf=startOf;mE.subtract=jb;mE.toArray=toArray;mE.toObject=toObject;mE.toDate=toDate;mE.toISOString=toISOString;mE.inspect=inspect;if(typeof Symbol!=="undefined"&&Symbol.for!=null){mE[Symbol.for("nodejs.util.inspect.custom")]=function(){return"Moment<"+this.format()+">"}}mE.toJSON=toJSON;mE.toString=toString;mE.unix=unix;mE.valueOf=valueOf;mE.creationData=creationData;mE.eraName=getEraName;mE.eraNarrow=getEraNarrow;mE.eraAbbr=getEraAbbr;mE.eraYear=getEraYear;mE.year=IA;mE.isLeapYear=getIsLeapYear;mE.weekYear=getSetWeekYear;mE.isoWeekYear=getSetISOWeekYear;mE.quarter=mE.quarters=getSetQuarter;mE.month=getSetMonth;mE.daysInMonth=getDaysInMonth;mE.week=mE.weeks=getSetWeek;mE.isoWeek=mE.isoWeeks=getSetISOWeek;mE.weeksInYear=getWeeksInYear;mE.weeksInWeekYear=getWeeksInWeekYear;mE.isoWeeksInYear=getISOWeeksInYear;mE.isoWeeksInISOWeekYear=getISOWeeksInISOWeekYear;mE.date=Vv;mE.day=mE.days=getSetDayOfWeek;mE.weekday=getSetLocaleDayOfWeek;mE.isoWeekday=getSetISODayOfWeek;mE.dayOfYear=getSetDayOfYear;mE.hour=mE.hours=JA;mE.minute=mE.minutes=tE;mE.second=mE.seconds=aE;mE.millisecond=mE.milliseconds=hE;mE.utcOffset=getSetOffset;mE.utc=setOffsetToUTC;mE.local=setOffsetToLocal;mE.parseZone=setOffsetToParsedOffset;mE.hasAlignedHourOffset=hasAlignedHourOffset;mE.isDST=isDaylightSavingTime;mE.isLocal=isLocal;mE.isUtcOffset=isUtcOffset;mE.isUtc=isUtc;mE.isUTC=isUtc;mE.zoneAbbr=getZoneAbbr;mE.zoneName=getZoneName;mE.dates=deprecate("dates accessor is deprecated. Use date instead.",Vv);mE.months=deprecate("months accessor is deprecated. Use month instead",getSetMonth);mE.years=deprecate("years accessor is deprecated. Use year instead",IA);mE.zone=deprecate("moment().zone is deprecated, use moment().utcOffset instead. http://momentjs.com/guides/#/warnings/zone/",getSetZone);mE.isDSTShifted=deprecate("isDSTShifted is deprecated. See http://momentjs.com/guides/#/warnings/dst-shifted/ for more information",isDaylightSavingTimeShifted);function createUnix(La){return createLocal(La*1e3)}function createInZone(){return createLocal.apply(null,arguments).parseZone()}function preParsePostFormat(La){return La}var bE=Locale.prototype;bE.calendar=calendar;bE.longDateFormat=longDateFormat;bE.invalidDate=invalidDate;bE.ordinal=ordinal;bE.preparse=preParsePostFormat;bE.postformat=preParsePostFormat;bE.relativeTime=relativeTime;bE.pastFuture=pastFuture;bE.set=set;bE.eras=localeEras;bE.erasParse=localeErasParse;bE.erasConvertYear=localeErasConvertYear;bE.erasAbbrRegex=erasAbbrRegex;bE.erasNameRegex=erasNameRegex;bE.erasNarrowRegex=erasNarrowRegex;bE.months=localeMonths;bE.monthsShort=localeMonthsShort;bE.monthsParse=localeMonthsParse;bE.monthsRegex=monthsRegex;bE.monthsShortRegex=monthsShortRegex;bE.week=localeWeek;bE.firstDayOfYear=localeFirstDayOfYear;bE.firstDayOfWeek=localeFirstDayOfWeek;bE.weekdays=localeWeekdays;bE.weekdaysMin=localeWeekdaysMin;bE.weekdaysShort=localeWeekdaysShort;bE.weekdaysParse=localeWeekdaysParse;bE.weekdaysRegex=weekdaysRegex;bE.weekdaysShortRegex=weekdaysShortRegex;bE.weekdaysMinRegex=weekdaysMinRegex;bE.isPM=localeIsPM;bE.meridiem=localeMeridiem;function get$1(La,hl,fl,yl){var Pl=getLocale(),Ul=createUTC().set(yl,hl);return Pl[fl](Ul,La)}function listMonthsImpl(La,hl,fl){if(isNumber(La)){hl=La;La=undefined}La=La||"";if(hl!=null){return get$1(La,hl,fl,"month")}var yl,Pl=[];for(yl=0;yl<12;yl++){Pl[yl]=get$1(La,yl,fl,"month")}return Pl}function listWeekdaysImpl(La,hl,fl,yl){if(typeof La==="boolean"){if(isNumber(hl)){fl=hl;hl=undefined}hl=hl||""}else{hl=La;fl=hl;La=false;if(isNumber(hl)){fl=hl;hl=undefined}hl=hl||""}var Pl=getLocale(),Ul=La?Pl._week.dow:0,Gd,af=[];if(fl!=null){return get$1(hl,(fl+Ul)%7,yl,"day")}for(Gd=0;Gd<7;Gd++){af[Gd]=get$1(hl,(Gd+Ul)%7,yl,"day")}return af}function listMonths(La,hl){return listMonthsImpl(La,hl,"months")}function listMonthsShort(La,hl){return listMonthsImpl(La,hl,"monthsShort")}function listWeekdays(La,hl,fl){return listWeekdaysImpl(La,hl,fl,"weekdays")}function listWeekdaysShort(La,hl,fl){return listWeekdaysImpl(La,hl,fl,"weekdaysShort")}function listWeekdaysMin(La,hl,fl){return listWeekdaysImpl(La,hl,fl,"weekdaysMin")}getSetGlobalLocale("en",{eras:[{since:"0001-01-01",until:+Infinity,offset:1,name:"Anno Domini",narrow:"AD",abbr:"AD"},{since:"0000-12-31",until:-Infinity,offset:1,name:"Before Christ",narrow:"BC",abbr:"BC"}],dayOfMonthOrdinalParse:/\d{1,2}(th|st|nd|rd)/,ordinal:function(La){var hl=La%10,fl=toInt(La%100/10)===1?"th":hl===1?"st":hl===2?"nd":hl===3?"rd":"th";return La+fl}});hooks.lang=deprecate("moment.lang is deprecated. Use moment.locale instead.",getSetGlobalLocale);hooks.langData=deprecate("moment.langData is deprecated. Use moment.localeData instead.",getLocale);var wE=Math.abs;function abs(){var La=this._data;this._milliseconds=wE(this._milliseconds);this._days=wE(this._days);this._months=wE(this._months);La.milliseconds=wE(La.milliseconds);La.seconds=wE(La.seconds);La.minutes=wE(La.minutes);La.hours=wE(La.hours);La.months=wE(La.months);La.years=wE(La.years);return this}function addSubtract$1(La,hl,fl,yl){var Pl=createDuration(hl,fl);La._milliseconds+=yl*Pl._milliseconds;La._days+=yl*Pl._days;La._months+=yl*Pl._months;return La._bubble()}function add$1(La,hl){return addSubtract$1(this,La,hl,1)}function subtract$1(La,hl){return addSubtract$1(this,La,hl,-1)}function absCeil(La){if(La<0){return Math.floor(La)}else{return Math.ceil(La)}}function bubble(){var La=this._milliseconds,hl=this._days,fl=this._months,yl=this._data,Pl,Ul,Gd,af,n_;if(!(La>=0&&hl>=0&&fl>=0||La<=0&&hl<=0&&fl<=0)){La+=absCeil(monthsToDays(fl)+hl)*864e5;hl=0;fl=0}yl.milliseconds=La%1e3;Pl=absFloor(La/1e3);yl.seconds=Pl%60;Ul=absFloor(Pl/60);yl.minutes=Ul%60;Gd=absFloor(Ul/60);yl.hours=Gd%24;hl+=absFloor(Gd/24);n_=absFloor(daysToMonths(hl));fl+=n_;hl-=absCeil(monthsToDays(n_));af=absFloor(fl/12);fl%=12;yl.days=hl;yl.months=fl;yl.years=af;return this}function daysToMonths(La){return La*4800/146097}function monthsToDays(La){return La*146097/4800}function as(La){if(!this.isValid()){return NaN}var hl,fl,yl=this._milliseconds;La=normalizeUnits(La);if(La==="month"||La==="quarter"||La==="year"){hl=this._days+yl/864e5;fl=this._months+daysToMonths(hl);switch(La){case"month":return fl;case"quarter":return fl/3;case"year":return fl/12}}else{hl=this._days+Math.round(monthsToDays(this._months));switch(La){case"week":return hl/7+yl/6048e5;case"day":return hl+yl/864e5;case"hour":return hl*24+yl/36e5;case"minute":return hl*1440+yl/6e4;case"second":return hl*86400+yl/1e3;case"millisecond":return Math.floor(hl*864e5)+yl;default:throw new Error("Unknown unit "+La)}}}function makeAs(La){return function(){return this.as(La)}}var xE=makeAs("ms"),TE=makeAs("s"),IE=makeAs("m"),FE=makeAs("h"),PE=makeAs("d"),GE=makeAs("w"),HE=makeAs("M"),VE=makeAs("Q"),WE=makeAs("y"),sw=xE;function clone$1(){return createDuration(this)}function get$2(La){La=normalizeUnits(La);return this.isValid()?this[La+"s"]():NaN}function makeGetter(La){return function(){return this.isValid()?this._data[La]:NaN}}var aw=makeGetter("milliseconds"),ow=makeGetter("seconds"),lw=makeGetter("minutes"),cw=makeGetter("hours"),pw=makeGetter("days"),dw=makeGetter("months"),hw=makeGetter("years");function weeks(){return absFloor(this.days()/7)}var fw=Math.round,_w={ss:44,s:45,m:45,h:22,d:26,w:null,M:11};function substituteTimeAgo(La,hl,fl,yl,Pl){return Pl.relativeTime(hl||1,!!fl,La,yl)}function relativeTime$1(La,hl,fl,yl){var Pl=createDuration(La).abs(),Ul=fw(Pl.as("s")),Gd=fw(Pl.as("m")),af=fw(Pl.as("h")),n_=fw(Pl.as("d")),i_=fw(Pl.as("M")),p_=fw(Pl.as("w")),w_=fw(Pl.as("y")),D_=Ul<=fl.ss&&["s",Ul]||Ul0;D_[4]=yl;return substituteTimeAgo.apply(null,D_)}function getSetRelativeTimeRounding(La){if(La===undefined){return fw}if(typeof La==="function"){fw=La;return true}return false}function getSetRelativeTimeThreshold(La,hl){if(_w[La]===undefined){return false}if(hl===undefined){return _w[La]}_w[La]=hl;if(La==="s"){_w.ss=hl-1}return true}function humanize(La,hl){if(!this.isValid()){return this.localeData().invalidDate()}var fl=false,yl=_w,Pl,Ul;if(typeof La==="object"){hl=La;La=false}if(typeof La==="boolean"){fl=La}if(typeof hl==="object"){yl=Object.assign({},_w,hl);if(hl.s!=null&&hl.ss==null){yl.ss=hl.s-1}}Pl=this.localeData();Ul=relativeTime$1(this,!fl,yl,Pl);if(fl){Ul=Pl.pastFuture(+this,Ul)}return Pl.postformat(Ul)}var mw=Math.abs;function sign(La){return(La>0)-(La<0)||+La}function toISOString$1(){if(!this.isValid()){return this.localeData().invalidDate()}var La=mw(this._milliseconds)/1e3,hl=mw(this._days),fl=mw(this._months),yl,Pl,Ul,Gd,af=this.asSeconds(),n_,i_,p_,w_;if(!af){return"P0D"}yl=absFloor(La/60);Pl=absFloor(yl/60);La%=60;yl%=60;Ul=absFloor(fl/12);fl%=12;Gd=La?La.toFixed(3).replace(/\.?0+$/,""):"";n_=af<0?"-":"";i_=sign(this._months)!==sign(af)?"-":"";p_=sign(this._days)!==sign(af)?"-":"";w_=sign(this._milliseconds)!==sign(af)?"-":"";return n_+"P"+(Ul?i_+Ul+"Y":"")+(fl?i_+fl+"M":"")+(hl?p_+hl+"D":"")+(Pl||yl||La?"T":"")+(Pl?w_+Pl+"H":"")+(yl?w_+yl+"M":"")+(La?w_+Gd+"S":"")}var gw=Duration.prototype;gw.isValid=isValid$1;gw.abs=abs;gw.add=add$1;gw.subtract=subtract$1;gw.as=as;gw.asMilliseconds=xE;gw.asSeconds=TE;gw.asMinutes=IE;gw.asHours=FE;gw.asDays=PE;gw.asWeeks=GE;gw.asMonths=HE;gw.asQuarters=VE;gw.asYears=WE;gw.valueOf=sw;gw._bubble=bubble;gw.clone=clone$1;gw.get=get$2;gw.milliseconds=aw;gw.seconds=ow;gw.minutes=lw;gw.hours=cw;gw.days=pw;gw.weeks=weeks;gw.months=dw;gw.years=hw;gw.humanize=humanize;gw.toISOString=toISOString$1;gw.toString=toISOString$1;gw.toJSON=toISOString$1;gw.locale=locale;gw.localeData=localeData;gw.toIsoString=deprecate("toIsoString() is deprecated. Please use toISOString() instead (notice the capitals)",toISOString$1);gw.lang=Gb;addFormatToken("X",0,0,"unix");addFormatToken("x",0,0,"valueOf");addRegexToken("x",dA);addRegexToken("X",_A);addParseToken("X",function(La,hl,fl){fl._d=new Date(parseFloat(La)*1e3)});addParseToken("x",function(La,hl,fl){fl._d=new Date(toInt(La))}); //! moment.js -hooks.version="2.30.1";setHookCallback(createLocal);hooks.fn=vE;hooks.min=min;hooks.max=max;hooks.now=now;hooks.utc=createUTC;hooks.unix=createUnix;hooks.months=listMonths;hooks.isDate=isDate;hooks.locale=getSetGlobalLocale;hooks.invalid=createInvalid;hooks.duration=createDuration;hooks.isMoment=isMoment;hooks.weekdays=listWeekdays;hooks.parseZone=createInZone;hooks.localeData=getLocale;hooks.isDuration=isDuration;hooks.monthsShort=listMonthsShort;hooks.weekdaysMin=listWeekdaysMin;hooks.defineLocale=defineLocale;hooks.updateLocale=updateLocale;hooks.locales=listLocales;hooks.weekdaysShort=listWeekdaysShort;hooks.normalizeUnits=normalizeUnits;hooks.relativeTimeRounding=getSetRelativeTimeRounding;hooks.relativeTimeThreshold=getSetRelativeTimeThreshold;hooks.calendarFormat=getCalendarFormat;hooks.prototype=vE;hooks.HTML5_FMT={DATETIME_LOCAL:"YYYY-MM-DDTHH:mm",DATETIME_LOCAL_SECONDS:"YYYY-MM-DDTHH:mm:ss",DATETIME_LOCAL_MS:"YYYY-MM-DDTHH:mm:ss.SSS",DATE:"YYYY-MM-DD",TIME:"HH:mm",TIME_SECONDS:"HH:mm:ss",TIME_MS:"HH:mm:ss.SSS",WEEK:"GGGG-[W]WW",MONTH:"YYYY-MM"};return hooks})},70744:ml=>{var Al=1e3;var Rl=Al*60;var zl=Rl*60;var rd=zl*24;var yh=rd*7;var kh=rd*365.25;ml.exports=function(ml,Al){Al=Al||{};var Rl=typeof ml;if(Rl==="string"&&ml.length>0){return parse(ml)}else if(Rl==="number"&&isFinite(ml)){return Al.long?fmtLong(ml):fmtShort(ml)}throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(ml))};function parse(ml){ml=String(ml);if(ml.length>100){return}var Qh=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(ml);if(!Qh){return}var cf=parseFloat(Qh[1]);var t_=(Qh[2]||"ms").toLowerCase();switch(t_){case"years":case"year":case"yrs":case"yr":case"y":return cf*kh;case"weeks":case"week":case"w":return cf*yh;case"days":case"day":case"d":return cf*rd;case"hours":case"hour":case"hrs":case"hr":case"h":return cf*zl;case"minutes":case"minute":case"mins":case"min":case"m":return cf*Rl;case"seconds":case"second":case"secs":case"sec":case"s":return cf*Al;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return cf;default:return undefined}}function fmtShort(ml){var yh=Math.abs(ml);if(yh>=rd){return Math.round(ml/rd)+"d"}if(yh>=zl){return Math.round(ml/zl)+"h"}if(yh>=Rl){return Math.round(ml/Rl)+"m"}if(yh>=Al){return Math.round(ml/Al)+"s"}return ml+"ms"}function fmtLong(ml){var yh=Math.abs(ml);if(yh>=rd){return plural(ml,yh,rd,"day")}if(yh>=zl){return plural(ml,yh,zl,"hour")}if(yh>=Rl){return plural(ml,yh,Rl,"minute")}if(yh>=Al){return plural(ml,yh,Al,"second")}return ml+" ms"}function plural(ml,Al,Rl,zl){var rd=Al>=Rl*1.5;return Math.round(ml/Rl)+" "+zl+(rd?"s":"")}},18115:(ml,Al,Rl)=>{"use strict";var zl=Rl(97853);var rd=Rl(14499),yh=rd.Environment,kh=rd.Template;var Qh=Rl(43391);var cf=Rl(2650);var t_=Rl(84586);var r_=Rl(8993);var u_=Rl(715);var C_=Rl(38852);var D_=Rl(69846);var S_=Rl(16151);var P_=Rl(50085);var Cg;function configure(ml,Al){Al=Al||{};if(zl.isObject(ml)){Al=ml;ml=null}var Rl;if(cf.FileSystemLoader){Rl=new cf.FileSystemLoader(ml,{watch:Al.watch,noCache:Al.noCache})}else if(cf.WebLoader){Rl=new cf.WebLoader(ml,{useCache:Al.web&&Al.web.useCache,async:Al.web&&Al.web.async})}Cg=new yh(Rl,Al);if(Al&&Al.express){Cg.express(Al.express)}return Cg}ml.exports={Environment:yh,Template:kh,Loader:Qh,FileSystemLoader:cf.FileSystemLoader,NodeResolveLoader:cf.NodeResolveLoader,PrecompiledLoader:cf.PrecompiledLoader,WebLoader:cf.WebLoader,compiler:r_,parser:u_,lexer:C_,runtime:D_,lib:zl,nodes:S_,installJinjaCompat:P_,configure:configure,reset:function reset(){Cg=undefined},compile:function compile(ml,Al,Rl,zl){if(!Cg){configure()}return new kh(ml,Al,Rl,zl)},render:function render(ml,Al,Rl){if(!Cg){configure()}return Cg.render(ml,Al,Rl)},renderString:function renderString(ml,Al,Rl){if(!Cg){configure()}return Cg.renderString(ml,Al,Rl)},precompile:t_?t_.precompile:undefined,precompileString:t_?t_.precompileString:undefined}},8993:(ml,Al,Rl)=>{"use strict";function _inheritsLoose(ml,Al){ml.prototype=Object.create(Al.prototype);ml.prototype.constructor=ml;_setPrototypeOf(ml,Al)}function _setPrototypeOf(ml,Al){_setPrototypeOf=Object.setPrototypeOf?Object.setPrototypeOf.bind():function _setPrototypeOf(ml,Al){ml.__proto__=Al;return ml};return _setPrototypeOf(ml,Al)}var zl=Rl(715);var rd=Rl(76297);var yh=Rl(16151);var kh=Rl(97853),Qh=kh.TemplateError;var cf=Rl(69846),t_=cf.Frame;var r_=Rl(79695),u_=r_.Obj;var C_={"==":"==","===":"===","!=":"!=","!==":"!==","<":"<",">":">","<=":"<=",">=":">="};var D_=function(ml){_inheritsLoose(Compiler,ml);function Compiler(){return ml.apply(this,arguments)||this}var Al=Compiler.prototype;Al.init=function init(ml,Al){this.templateName=ml;this.codebuf=[];this.lastId=0;this.buffer=null;this.bufferStack=[];this._scopeClosers="";this.inBlock=false;this.throwOnUndefined=Al};Al.fail=function fail(ml,Al,Rl){if(Al!==undefined){Al+=1}if(Rl!==undefined){Rl+=1}throw new Qh(ml,Al,Rl)};Al._pushBuffer=function _pushBuffer(){var ml=this._tmpid();this.bufferStack.push(this.buffer);this.buffer=ml;this._emit("var "+this.buffer+' = "";');return ml};Al._popBuffer=function _popBuffer(){this.buffer=this.bufferStack.pop()};Al._emit=function _emit(ml){this.codebuf.push(ml)};Al._emitLine=function _emitLine(ml){this._emit(ml+"\n")};Al._emitLines=function _emitLines(){var ml=this;for(var Al=arguments.length,Rl=new Array(Al),zl=0;zl0){rd._emit(",")}rd.compile(ml,Al)});if(zl){this._emit(zl)}};Al._compileExpression=function _compileExpression(ml,Al){this.assertType(ml,yh.Literal,yh.Symbol,yh.Group,yh.Array,yh.Dict,yh.FunCall,yh.Caller,yh.Filter,yh.LookupVal,yh.Compare,yh.InlineIf,yh.In,yh.Is,yh.And,yh.Or,yh.Not,yh.Add,yh.Concat,yh.Sub,yh.Mul,yh.Div,yh.FloorDiv,yh.Mod,yh.Pow,yh.Neg,yh.Pos,yh.Compare,yh.NodeList);this.compile(ml,Al)};Al.assertType=function assertType(ml){for(var Al=arguments.length,Rl=new Array(Al>1?Al-1:0),zl=1;zl0){zl._emit(",")}if(ml){zl._emitLine("function(cb) {");zl._emitLine("if(!cb) { cb = function(err) { if(err) { throw err; }}}");var rd=zl._pushBuffer();zl._withScopedSyntax(function(){zl.compile(ml,Al);zl._emitLine("cb(null, "+rd+");")});zl._popBuffer();zl._emitLine("return "+rd+";");zl._emitLine("}")}else{zl._emit("null")}})}if(Rl){var cf=this._tmpid();this._emitLine(", "+this._makeCallback(cf));this._emitLine(this.buffer+" += runtime.suppressValue("+cf+", "+Qh+" && env.opts.autoescape);");this._addScopeLevel()}else{this._emit(")");this._emit(", "+Qh+" && env.opts.autoescape);\n")}};Al.compileCallExtensionAsync=function compileCallExtensionAsync(ml,Al){this.compileCallExtension(ml,Al,true)};Al.compileNodeList=function compileNodeList(ml,Al){this._compileChildren(ml,Al)};Al.compileLiteral=function compileLiteral(ml){if(typeof ml.value==="string"){var Al=ml.value.replace(/\\/g,"\\\\");Al=Al.replace(/"/g,'\\"');Al=Al.replace(/\n/g,"\\n");Al=Al.replace(/\r/g,"\\r");Al=Al.replace(/\t/g,"\\t");Al=Al.replace(/\u2028/g,"\\u2028");this._emit('"'+Al+'"')}else if(ml.value===null){this._emit("null")}else{this._emit(ml.value.toString())}};Al.compileSymbol=function compileSymbol(ml,Al){var Rl=ml.value;var zl=Al.lookup(Rl);if(zl){this._emit(zl)}else{this._emit("runtime.contextOrFrameLookup("+'context, frame, "'+Rl+'")')}};Al.compileGroup=function compileGroup(ml,Al){this._compileAggregate(ml,Al,"(",")")};Al.compileArray=function compileArray(ml,Al){this._compileAggregate(ml,Al,"[","]")};Al.compileDict=function compileDict(ml,Al){this._compileAggregate(ml,Al,"{","}")};Al.compilePair=function compilePair(ml,Al){var Rl=ml.key;var zl=ml.value;if(Rl instanceof yh.Symbol){Rl=new yh.Literal(Rl.lineno,Rl.colno,Rl.value)}else if(!(Rl instanceof yh.Literal&&typeof Rl.value==="string")){this.fail("compilePair: Dict keys must be strings or names",Rl.lineno,Rl.colno)}this.compile(Rl,Al);this._emit(": ");this._compileExpression(zl,Al)};Al.compileInlineIf=function compileInlineIf(ml,Al){this._emit("(");this.compile(ml.cond,Al);this._emit("?");this.compile(ml.body,Al);this._emit(":");if(ml.else_!==null){this.compile(ml.else_,Al)}else{this._emit('""')}this._emit(")")};Al.compileIn=function compileIn(ml,Al){this._emit("runtime.inOperator(");this.compile(ml.left,Al);this._emit(",");this.compile(ml.right,Al);this._emit(")")};Al.compileIs=function compileIs(ml,Al){var Rl=ml.right.name?ml.right.name.value:ml.right.value;this._emit('env.getTest("'+Rl+'").call(context, ');this.compile(ml.left,Al);if(ml.right.args){this._emit(",");this.compile(ml.right.args,Al)}this._emit(") === true")};Al._binOpEmitter=function _binOpEmitter(ml,Al,Rl){this.compile(ml.left,Al);this._emit(Rl);this.compile(ml.right,Al)};Al.compileOr=function compileOr(ml,Al){return this._binOpEmitter(ml,Al," || ")};Al.compileAnd=function compileAnd(ml,Al){return this._binOpEmitter(ml,Al," && ")};Al.compileAdd=function compileAdd(ml,Al){return this._binOpEmitter(ml,Al," + ")};Al.compileConcat=function compileConcat(ml,Al){return this._binOpEmitter(ml,Al,' + "" + ')};Al.compileSub=function compileSub(ml,Al){return this._binOpEmitter(ml,Al," - ")};Al.compileMul=function compileMul(ml,Al){return this._binOpEmitter(ml,Al," * ")};Al.compileDiv=function compileDiv(ml,Al){return this._binOpEmitter(ml,Al," / ")};Al.compileMod=function compileMod(ml,Al){return this._binOpEmitter(ml,Al," % ")};Al.compileNot=function compileNot(ml,Al){this._emit("!");this.compile(ml.target,Al)};Al.compileFloorDiv=function compileFloorDiv(ml,Al){this._emit("Math.floor(");this.compile(ml.left,Al);this._emit(" / ");this.compile(ml.right,Al);this._emit(")")};Al.compilePow=function compilePow(ml,Al){this._emit("Math.pow(");this.compile(ml.left,Al);this._emit(", ");this.compile(ml.right,Al);this._emit(")")};Al.compileNeg=function compileNeg(ml,Al){this._emit("-");this.compile(ml.target,Al)};Al.compilePos=function compilePos(ml,Al){this._emit("+");this.compile(ml.target,Al)};Al.compileCompare=function compileCompare(ml,Al){var Rl=this;this.compile(ml.expr,Al);ml.ops.forEach(function(ml){Rl._emit(" "+C_[ml.type]+" ");Rl.compile(ml.expr,Al)})};Al.compileLookupVal=function compileLookupVal(ml,Al){this._emit("runtime.memberLookup((");this._compileExpression(ml.target,Al);this._emit("),");this._compileExpression(ml.val,Al);this._emit(")")};Al._getNodeName=function _getNodeName(ml){switch(ml.typename){case"Symbol":return ml.value;case"FunCall":return"the return value of ("+this._getNodeName(ml.name)+")";case"LookupVal":return this._getNodeName(ml.target)+'["'+this._getNodeName(ml.val)+'"]';case"Literal":return ml.value.toString();default:return"--expression--"}};Al.compileFunCall=function compileFunCall(ml,Al){this._emit("(lineno = "+ml.lineno+", colno = "+ml.colno+", ");this._emit("runtime.callWrap(");this._compileExpression(ml.name,Al);this._emit(', "'+this._getNodeName(ml.name).replace(/"/g,'\\"')+'", context, ');this._compileAggregate(ml.args,Al,"[","])");this._emit(")")};Al.compileFilter=function compileFilter(ml,Al){var Rl=ml.name;this.assertType(Rl,yh.Symbol);this._emit('env.getFilter("'+Rl.value+'").call(context, ');this._compileAggregate(ml.args,Al);this._emit(")")};Al.compileFilterAsync=function compileFilterAsync(ml,Al){var Rl=ml.name;var zl=ml.symbol.value;this.assertType(Rl,yh.Symbol);Al.set(zl,zl);this._emit('env.getFilter("'+Rl.value+'").call(context, ');this._compileAggregate(ml.args,Al);this._emitLine(", "+this._makeCallback(zl));this._addScopeLevel()};Al.compileKeywordArgs=function compileKeywordArgs(ml,Al){this._emit("runtime.makeKeywordArgs(");this.compileDict(ml,Al);this._emit(")")};Al.compileSet=function compileSet(ml,Al){var Rl=this;var zl=[];ml.targets.forEach(function(ml){var rd=ml.value;var yh=Al.lookup(rd);if(yh===null||yh===undefined){yh=Rl._tmpid();Rl._emitLine("var "+yh+";")}zl.push(yh)});if(ml.value){this._emit(zl.join(" = ")+" = ");this._compileExpression(ml.value,Al);this._emitLine(";")}else{this._emit(zl.join(" = ")+" = ");this.compile(ml.body,Al);this._emitLine(";")}ml.targets.forEach(function(ml,Al){var rd=zl[Al];var yh=ml.value;Rl._emitLine('frame.set("'+yh+'", '+rd+", true);");Rl._emitLine("if(frame.topLevel) {");Rl._emitLine('context.setVariable("'+yh+'", '+rd+");");Rl._emitLine("}");if(yh.charAt(0)!=="_"){Rl._emitLine("if(frame.topLevel) {");Rl._emitLine('context.addExport("'+yh+'", '+rd+");");Rl._emitLine("}")}})};Al.compileSwitch=function compileSwitch(ml,Al){var Rl=this;this._emit("switch (");this.compile(ml.expr,Al);this._emit(") {");ml.cases.forEach(function(ml,zl){Rl._emit("case ");Rl.compile(ml.cond,Al);Rl._emit(": ");Rl.compile(ml.body,Al);if(ml.body.children.length){Rl._emitLine("break;")}});if(ml.default){this._emit("default:");this.compile(ml.default,Al)}this._emit("}")};Al.compileIf=function compileIf(ml,Al,Rl){var zl=this;this._emit("if(");this._compileExpression(ml.cond,Al);this._emitLine(") {");this._withScopedSyntax(function(){zl.compile(ml.body,Al);if(Rl){zl._emit("cb()")}});if(ml.else_){this._emitLine("}\nelse {");this._withScopedSyntax(function(){zl.compile(ml.else_,Al);if(Rl){zl._emit("cb()")}})}else if(Rl){this._emitLine("}\nelse {");this._emit("cb()")}this._emitLine("}")};Al.compileIfAsync=function compileIfAsync(ml,Al){this._emit("(function(cb) {");this.compileIf(ml,Al,true);this._emit("})("+this._makeCallback());this._addScopeLevel()};Al._emitLoopBindings=function _emitLoopBindings(ml,Al,Rl,zl){var rd=this;var yh=[{name:"index",val:Rl+" + 1"},{name:"index0",val:Rl},{name:"revindex",val:zl+" - "+Rl},{name:"revindex0",val:zl+" - "+Rl+" - 1"},{name:"first",val:Rl+" === 0"},{name:"last",val:Rl+" === "+zl+" - 1"},{name:"length",val:zl}];yh.forEach(function(ml){rd._emitLine('frame.set("loop.'+ml.name+'", '+ml.val+");")})};Al.compileFor=function compileFor(ml,Al){var Rl=this;var zl=this._tmpid();var rd=this._tmpid();var kh=this._tmpid();Al=Al.push();this._emitLine("frame = frame.push();");this._emit("var "+kh+" = ");this._compileExpression(ml.arr,Al);this._emitLine(";");this._emit("if("+kh+") {");this._emitLine(kh+" = runtime.fromIterator("+kh+");");if(ml.name instanceof yh.Array){this._emitLine("var "+zl+";");this._emitLine("if(runtime.isArray("+kh+")) {");this._emitLine("var "+rd+" = "+kh+".length;");this._emitLine("for("+zl+"=0; "+zl+" < "+kh+".length; "+zl+"++) {");ml.name.children.forEach(function(rd,yh){var Qh=Rl._tmpid();Rl._emitLine("var "+Qh+" = "+kh+"["+zl+"]["+yh+"];");Rl._emitLine('frame.set("'+rd+'", '+kh+"["+zl+"]["+yh+"]);");Al.set(ml.name.children[yh].value,Qh)});this._emitLoopBindings(ml,kh,zl,rd);this._withScopedSyntax(function(){Rl.compile(ml.body,Al)});this._emitLine("}");this._emitLine("} else {");var Qh=ml.name.children,cf=Qh[0],t_=Qh[1];var r_=this._tmpid();var u_=this._tmpid();Al.set(cf.value,r_);Al.set(t_.value,u_);this._emitLine(zl+" = -1;");this._emitLine("var "+rd+" = runtime.keys("+kh+").length;");this._emitLine("for(var "+r_+" in "+kh+") {");this._emitLine(zl+"++;");this._emitLine("var "+u_+" = "+kh+"["+r_+"];");this._emitLine('frame.set("'+cf.value+'", '+r_+");");this._emitLine('frame.set("'+t_.value+'", '+u_+");");this._emitLoopBindings(ml,kh,zl,rd);this._withScopedSyntax(function(){Rl.compile(ml.body,Al)});this._emitLine("}");this._emitLine("}")}else{var C_=this._tmpid();Al.set(ml.name.value,C_);this._emitLine("var "+rd+" = "+kh+".length;");this._emitLine("for(var "+zl+"=0; "+zl+" < "+kh+".length; "+zl+"++) {");this._emitLine("var "+C_+" = "+kh+"["+zl+"];");this._emitLine('frame.set("'+ml.name.value+'", '+C_+");");this._emitLoopBindings(ml,kh,zl,rd);this._withScopedSyntax(function(){Rl.compile(ml.body,Al)});this._emitLine("}")}this._emitLine("}");if(ml.else_){this._emitLine("if (!"+rd+") {");this.compile(ml.else_,Al);this._emitLine("}")}this._emitLine("frame = frame.pop();")};Al._compileAsyncLoop=function _compileAsyncLoop(ml,Al,Rl){var zl=this;var rd=this._tmpid();var kh=this._tmpid();var Qh=this._tmpid();var cf=Rl?"asyncAll":"asyncEach";Al=Al.push();this._emitLine("frame = frame.push();");this._emit("var "+Qh+" = runtime.fromIterator(");this._compileExpression(ml.arr,Al);this._emitLine(");");if(ml.name instanceof yh.Array){var t_=ml.name.children.length;this._emit("runtime."+cf+"("+Qh+", "+t_+", function(");ml.name.children.forEach(function(ml){zl._emit(ml.value+",")});this._emit(rd+","+kh+",next) {");ml.name.children.forEach(function(ml){var Rl=ml.value;Al.set(Rl,Rl);zl._emitLine('frame.set("'+Rl+'", '+Rl+");")})}else{var r_=ml.name.value;this._emitLine("runtime."+cf+"("+Qh+", 1, function("+r_+", "+rd+", "+kh+",next) {");this._emitLine('frame.set("'+r_+'", '+r_+");");Al.set(r_,r_)}this._emitLoopBindings(ml,Qh,rd,kh);this._withScopedSyntax(function(){var yh;if(Rl){yh=zl._pushBuffer()}zl.compile(ml.body,Al);zl._emitLine("next("+rd+(yh?","+yh:"")+");");if(Rl){zl._popBuffer()}});var u_=this._tmpid();this._emitLine("}, "+this._makeCallback(u_));this._addScopeLevel();if(Rl){this._emitLine(this.buffer+" += "+u_+";")}if(ml.else_){this._emitLine("if (!"+Qh+".length) {");this.compile(ml.else_,Al);this._emitLine("}")}this._emitLine("frame = frame.pop();")};Al.compileAsyncEach=function compileAsyncEach(ml,Al){this._compileAsyncLoop(ml,Al)};Al.compileAsyncAll=function compileAsyncAll(ml,Al){this._compileAsyncLoop(ml,Al,true)};Al._compileMacro=function _compileMacro(ml,Al){var Rl=this;var zl=[];var rd=null;var kh="macro_"+this._tmpid();var Qh=Al!==undefined;ml.args.children.forEach(function(Al,kh){if(kh===ml.args.children.length-1&&Al instanceof yh.Dict){rd=Al}else{Rl.assertType(Al,yh.Symbol);zl.push(Al)}});var cf=[].concat(zl.map(function(ml){return"l_"+ml.value}),["kwargs"]);var r_=zl.map(function(ml){return'"'+ml.value+'"'});var u_=(rd&&rd.children||[]).map(function(ml){return'"'+ml.key.value+'"'});var C_;if(Qh){C_=Al.push(true)}else{C_=new t_}this._emitLines("var "+kh+" = runtime.makeMacro(","["+r_.join(", ")+"], ","["+u_.join(", ")+"], ","function ("+cf.join(", ")+") {","var callerFrame = frame;","frame = "+(Qh?"frame.push(true);":"new runtime.Frame();"),"kwargs = kwargs || {};",'if (Object.prototype.hasOwnProperty.call(kwargs, "caller")) {','frame.set("caller", kwargs.caller); }');zl.forEach(function(ml){Rl._emitLine('frame.set("'+ml.value+'", l_'+ml.value+");");C_.set(ml.value,"l_"+ml.value)});if(rd){rd.children.forEach(function(ml){var Al=ml.key.value;Rl._emit('frame.set("'+Al+'", ');Rl._emit('Object.prototype.hasOwnProperty.call(kwargs, "'+Al+'")');Rl._emit(' ? kwargs["'+Al+'"] : ');Rl._compileExpression(ml.value,C_);Rl._emit(");")})}var D_=this._pushBuffer();this._withScopedSyntax(function(){Rl.compile(ml.body,C_)});this._emitLine("frame = "+(Qh?"frame.pop();":"callerFrame;"));this._emitLine("return new runtime.SafeString("+D_+");");this._emitLine("});");this._popBuffer();return kh};Al.compileMacro=function compileMacro(ml,Al){var Rl=this._compileMacro(ml);var zl=ml.name.value;Al.set(zl,Rl);if(Al.parent){this._emitLine('frame.set("'+zl+'", '+Rl+");")}else{if(ml.name.value.charAt(0)!=="_"){this._emitLine('context.addExport("'+zl+'");')}this._emitLine('context.setVariable("'+zl+'", '+Rl+");")}};Al.compileCaller=function compileCaller(ml,Al){this._emit("(function (){");var Rl=this._compileMacro(ml,Al);this._emit("return "+Rl+";})()")};Al._compileGetTemplate=function _compileGetTemplate(ml,Al,Rl,zl){var rd=this._tmpid();var yh=this._templateName();var kh=this._makeCallback(rd);var Qh=Rl?"true":"false";var cf=zl?"true":"false";this._emit("env.getTemplate(");this._compileExpression(ml.template,Al);this._emitLine(", "+Qh+", "+yh+", "+cf+", "+kh);return rd};Al.compileImport=function compileImport(ml,Al){var Rl=ml.target.value;var zl=this._compileGetTemplate(ml,Al,false,false);this._addScopeLevel();this._emitLine(zl+".getExported("+(ml.withContext?"context.getVariables(), frame, ":"")+this._makeCallback(zl));this._addScopeLevel();Al.set(Rl,zl);if(Al.parent){this._emitLine('frame.set("'+Rl+'", '+zl+");")}else{this._emitLine('context.setVariable("'+Rl+'", '+zl+");")}};Al.compileFromImport=function compileFromImport(ml,Al){var Rl=this;var zl=this._compileGetTemplate(ml,Al,false,false);this._addScopeLevel();this._emitLine(zl+".getExported("+(ml.withContext?"context.getVariables(), frame, ":"")+this._makeCallback(zl));this._addScopeLevel();ml.names.children.forEach(function(ml){var rd;var kh;var Qh=Rl._tmpid();if(ml instanceof yh.Pair){rd=ml.key.value;kh=ml.value.value}else{rd=ml.value;kh=rd}Rl._emitLine("if(Object.prototype.hasOwnProperty.call("+zl+', "'+rd+'")) {');Rl._emitLine("var "+Qh+" = "+zl+"."+rd+";");Rl._emitLine("} else {");Rl._emitLine("cb(new Error(\"cannot import '"+rd+"'\")); return;");Rl._emitLine("}");Al.set(kh,Qh);if(Al.parent){Rl._emitLine('frame.set("'+kh+'", '+Qh+");")}else{Rl._emitLine('context.setVariable("'+kh+'", '+Qh+");")}})};Al.compileBlock=function compileBlock(ml){var Al=this._tmpid();if(!this.inBlock){this._emit('(parentTemplate ? function(e, c, f, r, cb) { cb(""); } : ')}this._emit('context.getBlock("'+ml.name.value+'")');if(!this.inBlock){this._emit(")")}this._emitLine("(env, context, frame, runtime, "+this._makeCallback(Al));this._emitLine(this.buffer+" += "+Al+";");this._addScopeLevel()};Al.compileSuper=function compileSuper(ml,Al){var Rl=ml.blockName.value;var zl=ml.symbol.value;var rd=this._makeCallback(zl);this._emitLine('context.getSuper(env, "'+Rl+'", b_'+Rl+", frame, runtime, "+rd);this._emitLine(zl+" = runtime.markSafe("+zl+");");this._addScopeLevel();Al.set(zl,zl)};Al.compileExtends=function compileExtends(ml,Al){var Rl=this._tmpid();var zl=this._compileGetTemplate(ml,Al,true,false);this._emitLine("parentTemplate = "+zl);this._emitLine("for(var "+Rl+" in parentTemplate.blocks) {");this._emitLine("context.addBlock("+Rl+", parentTemplate.blocks["+Rl+"]);");this._emitLine("}");this._addScopeLevel()};Al.compileInclude=function compileInclude(ml,Al){this._emitLine("var tasks = [];");this._emitLine("tasks.push(");this._emitLine("function(callback) {");var Rl=this._compileGetTemplate(ml,Al,false,ml.ignoreMissing);this._emitLine("callback(null,"+Rl+");});");this._emitLine("});");var zl=this._tmpid();this._emitLine("tasks.push(");this._emitLine("function(template, callback){");this._emitLine("template.render(context.getVariables(), frame, "+this._makeCallback(zl));this._emitLine("callback(null,"+zl+");});");this._emitLine("});");this._emitLine("tasks.push(");this._emitLine("function(result, callback){");this._emitLine(this.buffer+" += result;");this._emitLine("callback(null);");this._emitLine("});");this._emitLine("env.waterfall(tasks, function(){");this._addScopeLevel()};Al.compileTemplateData=function compileTemplateData(ml,Al){this.compileLiteral(ml,Al)};Al.compileCapture=function compileCapture(ml,Al){var Rl=this;var zl=this.buffer;this.buffer="output";this._emitLine("(function() {");this._emitLine('var output = "";');this._withScopedSyntax(function(){Rl.compile(ml.body,Al)});this._emitLine("return output;");this._emitLine("})()");this.buffer=zl};Al.compileOutput=function compileOutput(ml,Al){var Rl=this;var zl=ml.children;zl.forEach(function(zl){if(zl instanceof yh.TemplateData){if(zl.value){Rl._emit(Rl.buffer+" += ");Rl.compileLiteral(zl,Al);Rl._emitLine(";")}}else{Rl._emit(Rl.buffer+" += runtime.suppressValue(");if(Rl.throwOnUndefined){Rl._emit("runtime.ensureDefined(")}Rl.compile(zl,Al);if(Rl.throwOnUndefined){Rl._emit(","+ml.lineno+","+ml.colno+")")}Rl._emit(", env.opts.autoescape);\n")}})};Al.compileRoot=function compileRoot(ml,Al){var Rl=this;if(Al){this.fail("compileRoot: root node can't have frame")}Al=new t_;this._emitFuncBegin(ml,"root");this._emitLine("var parentTemplate = null;");this._compileChildren(ml,Al);this._emitLine("if(parentTemplate) {");this._emitLine("parentTemplate.rootRenderFunc(env, context, frame, runtime, cb);");this._emitLine("} else {");this._emitLine("cb(null, "+this.buffer+");");this._emitLine("}");this._emitFuncEnd(true);this.inBlock=true;var zl=[];var rd=ml.findAll(yh.Block);rd.forEach(function(ml,Al){var rd=ml.name.value;if(zl.indexOf(rd)!==-1){throw new Error('Block "'+rd+'" defined more than once.')}zl.push(rd);Rl._emitFuncBegin(ml,"b_"+rd);var yh=new t_;Rl._emitLine("var frame = frame.push(true);");Rl.compile(ml.body,yh);Rl._emitFuncEnd()});this._emitLine("return {");rd.forEach(function(ml,Al){var zl="b_"+ml.name.value;Rl._emitLine(zl+": "+zl+",")});this._emitLine("root: root\n};")};Al.compile=function compile(ml,Al){var Rl=this["compile"+ml.typename];if(Rl){Rl.call(this,ml,Al)}else{this.fail("compile: Cannot compile node: "+ml.typename,ml.lineno,ml.colno)}};Al.getCode=function getCode(){return this.codebuf.join("")};return Compiler}(u_);ml.exports={compile:function compile(ml,Al,Rl,yh,kh){if(kh===void 0){kh={}}var Qh=new D_(yh,kh.throwOnUndefined);var cf=(Rl||[]).map(function(ml){return ml.preprocess}).filter(function(ml){return!!ml});var t_=cf.reduce(function(ml,Al){return Al(ml)},ml);Qh.compile(rd.transform(zl.parse(t_,Rl,kh),Al,yh));return Qh.getCode()},Compiler:D_}},14499:(ml,Al,Rl)=>{"use strict";function _inheritsLoose(ml,Al){ml.prototype=Object.create(Al.prototype);ml.prototype.constructor=ml;_setPrototypeOf(ml,Al)}function _setPrototypeOf(ml,Al){_setPrototypeOf=Object.setPrototypeOf?Object.setPrototypeOf.bind():function _setPrototypeOf(ml,Al){ml.__proto__=Al;return ml};return _setPrototypeOf(ml,Al)}var zl=Rl(40336);var rd=Rl(17330);var yh=Rl(97853);var kh=Rl(8993);var Qh=Rl(99317);var cf=Rl(2650),t_=cf.FileSystemLoader,r_=cf.WebLoader,u_=cf.PrecompiledLoader;var C_=Rl(64259);var D_=Rl(20290);var S_=Rl(79695),P_=S_.Obj,Cg=S_.EmitterObj;var eA=Rl(69846);var tA=eA.handleError,rA=eA.Frame;var nA=Rl(69376);function callbackAsap(ml,Al,Rl){zl(function(){ml(Al,Rl)})}var iA={type:"code",obj:{root:function root(ml,Al,Rl,zl,rd){try{rd(null,"")}catch(ml){rd(tA(ml,null,null))}}}};var sA=function(ml){_inheritsLoose(Environment,ml);function Environment(){return ml.apply(this,arguments)||this}var Al=Environment.prototype;Al.init=function init(ml,Al){var Rl=this;Al=this.opts=Al||{};this.opts.dev=!!Al.dev;this.opts.autoescape=Al.autoescape!=null?Al.autoescape:true;this.opts.throwOnUndefined=!!Al.throwOnUndefined;this.opts.trimBlocks=!!Al.trimBlocks;this.opts.lstripBlocks=!!Al.lstripBlocks;this.loaders=[];if(!ml){if(t_){this.loaders=[new t_("views")]}else if(r_){this.loaders=[new r_("/views")]}}else{this.loaders=yh.isArray(ml)?ml:[ml]}if(typeof window!=="undefined"&&window.nunjucksPrecompiled){this.loaders.unshift(new u_(window.nunjucksPrecompiled))}this._initLoaders();this.globals=D_();this.filters={};this.tests={};this.asyncFilters=[];this.extensions={};this.extensionsList=[];yh._entries(Qh).forEach(function(ml){var Al=ml[0],zl=ml[1];return Rl.addFilter(Al,zl)});yh._entries(C_).forEach(function(ml){var Al=ml[0],zl=ml[1];return Rl.addTest(Al,zl)})};Al._initLoaders=function _initLoaders(){var ml=this;this.loaders.forEach(function(Al){Al.cache={};if(typeof Al.on==="function"){Al.on("update",function(Rl,zl){Al.cache[Rl]=null;ml.emit("update",Rl,zl,Al)});Al.on("load",function(Rl,zl){ml.emit("load",Rl,zl,Al)})}})};Al.invalidateCache=function invalidateCache(){this.loaders.forEach(function(ml){ml.cache={}})};Al.addExtension=function addExtension(ml,Al){Al.__name=ml;this.extensions[ml]=Al;this.extensionsList.push(Al);return this};Al.removeExtension=function removeExtension(ml){var Al=this.getExtension(ml);if(!Al){return}this.extensionsList=yh.without(this.extensionsList,Al);delete this.extensions[ml]};Al.getExtension=function getExtension(ml){return this.extensions[ml]};Al.hasExtension=function hasExtension(ml){return!!this.extensions[ml]};Al.addGlobal=function addGlobal(ml,Al){this.globals[ml]=Al;return this};Al.getGlobal=function getGlobal(ml){if(typeof this.globals[ml]==="undefined"){throw new Error("global not found: "+ml)}return this.globals[ml]};Al.addFilter=function addFilter(ml,Al,Rl){var zl=Al;if(Rl){this.asyncFilters.push(ml)}this.filters[ml]=zl;return this};Al.getFilter=function getFilter(ml){if(!this.filters[ml]){throw new Error("filter not found: "+ml)}return this.filters[ml]};Al.addTest=function addTest(ml,Al){this.tests[ml]=Al;return this};Al.getTest=function getTest(ml){if(!this.tests[ml]){throw new Error("test not found: "+ml)}return this.tests[ml]};Al.resolveTemplate=function resolveTemplate(ml,Al,Rl){var zl=ml.isRelative&&Al?ml.isRelative(Rl):false;return zl&&ml.resolve?ml.resolve(Al,Rl):Rl};Al.getTemplate=function getTemplate(ml,Al,Rl,zl,rd){var kh=this;var Qh=this;var cf=null;if(ml&&ml.raw){ml=ml.raw}if(yh.isFunction(Rl)){rd=Rl;Rl=null;Al=Al||false}if(yh.isFunction(Al)){rd=Al;Al=false}if(ml instanceof oA){cf=ml}else if(typeof ml!=="string"){throw new Error("template names must be a string: "+ml)}else{for(var t_=0;t_{"use strict";var zl=Rl(16928);ml.exports=function express(ml,Al){function NunjucksView(ml,Al){this.name=ml;this.path=ml;this.defaultEngine=Al.defaultEngine;this.ext=zl.extname(ml);if(!this.ext&&!this.defaultEngine){throw new Error("No default engine was specified and no extension was provided.")}if(!this.ext){this.name+=this.ext=(this.defaultEngine[0]!=="."?".":"")+this.defaultEngine}}NunjucksView.prototype.render=function render(Al,Rl){ml.render(this.name,Al,Rl)};Al.set("view",NunjucksView);Al.set("nunjucksEnv",ml);return ml}},99317:(ml,Al,Rl)=>{"use strict";var zl=Rl(97853);var rd=Rl(69846);var yh=ml.exports={};function normalize(ml,Al){if(ml===null||ml===undefined||ml===false){return Al}return ml}yh.abs=Math.abs;function isNaN(ml){return ml!==ml}function batch(ml,Al,Rl){var zl;var rd=[];var yh=[];for(zl=0;zl=Al){return ml}var Rl=Al-ml.length;var yh=zl.repeat(" ",Rl/2-Rl%2);var kh=zl.repeat(" ",Rl/2);return rd.copySafeness(ml,yh+ml+kh)}yh.center=center;function default_(ml,Al,Rl){if(Rl){return ml||Al}else{return ml!==undefined?ml:Al}}yh["default"]=default_;function dictsort(ml,Al,Rl){if(!zl.isObject(ml)){throw new zl.TemplateError("dictsort filter: val must be an object")}var rd=[];for(var yh in ml){rd.push([yh,ml[yh]])}var kh;if(Rl===undefined||Rl==="key"){kh=0}else if(Rl==="value"){kh=1}else{throw new zl.TemplateError("dictsort filter: You can only sort by either key or value")}rd.sort(function(ml,Rl){var rd=ml[kh];var yh=Rl[kh];if(!Al){if(zl.isString(rd)){rd=rd.toUpperCase()}if(zl.isString(yh)){yh=yh.toUpperCase()}}return rd>yh?1:rd===yh?0:-1});return rd}yh.dictsort=dictsort;function dump(ml,Al){return JSON.stringify(ml,null,Al)}yh.dump=dump;function escape(ml){if(ml instanceof rd.SafeString){return ml}ml=ml===null||ml===undefined?"":ml;return rd.markSafe(zl.escape(ml.toString()))}yh.escape=escape;function safe(ml){if(ml instanceof rd.SafeString){return ml}ml=ml===null||ml===undefined?"":ml;return rd.markSafe(ml.toString())}yh.safe=safe;function first(ml){return ml[0]}yh.first=first;function forceescape(ml){ml=ml===null||ml===undefined?"":ml;return rd.markSafe(zl.escape(ml.toString()))}yh.forceescape=forceescape;function groupby(ml,Al){return zl.groupBy(ml,Al,this.env.opts.throwOnUndefined)}yh.groupby=groupby;function indent(ml,Al,Rl){ml=normalize(ml,"");if(ml===""){return""}Al=Al||4;var yh=ml.split("\n");var kh=zl.repeat(" ",Al);var Qh=yh.map(function(ml,Al){return Al===0&&!Rl?ml:""+kh+ml}).join("\n");return rd.copySafeness(ml,Qh)}yh.indent=indent;function join(ml,Al,Rl){Al=Al||"";if(Rl){ml=zl.map(ml,function(ml){return ml[Rl]})}return ml.join(Al)}yh.join=join;function last(ml){return ml[ml.length-1]}yh.last=last;function lengthFilter(ml){var Al=normalize(ml,"");if(Al!==undefined){if(typeof Map==="function"&&Al instanceof Map||typeof Set==="function"&&Al instanceof Set){return Al.size}if(zl.isObject(Al)&&!(Al instanceof rd.SafeString)){return zl.keys(Al).length}return Al.length}return 0}yh.length=lengthFilter;function list(ml){if(zl.isString(ml)){return ml.split("")}else if(zl.isObject(ml)){return zl._entries(ml||{}).map(function(ml){var Al=ml[0],Rl=ml[1];return{key:Al,value:Rl}})}else if(zl.isArray(ml)){return ml}else{throw new zl.TemplateError("list filter: type not iterable")}}yh.list=list;function lower(ml){ml=normalize(ml,"");return ml.toLowerCase()}yh.lower=lower;function nl2br(ml){if(ml===null||ml===undefined){return""}return rd.copySafeness(ml,ml.replace(/\r\n|\n/g,"
\n"))}yh.nl2br=nl2br;function random(ml){return ml[Math.floor(Math.random()*ml.length)]}yh.random=random;function getSelectOrReject(ml){function filter(Al,Rl,rd){if(Rl===void 0){Rl="truthy"}var yh=this;var kh=yh.env.getTest(Rl);return zl.toArray(Al).filter(function examineTestResult(Al){return kh.call(yh,Al,rd)===ml})}return filter}yh.reject=getSelectOrReject(false);function rejectattr(ml,Al){return ml.filter(function(ml){return!ml[Al]})}yh.rejectattr=rejectattr;yh.select=getSelectOrReject(true);function selectattr(ml,Al){return ml.filter(function(ml){return!!ml[Al]})}yh.selectattr=selectattr;function replace(ml,Al,Rl,zl){var yh=ml;if(Al instanceof RegExp){return ml.replace(Al,Rl)}if(typeof zl==="undefined"){zl=-1}var kh="";if(typeof Al==="number"){Al=""+Al}else if(typeof Al!=="string"){return ml}if(typeof ml==="number"){ml=""+ml}if(typeof ml!=="string"&&!(ml instanceof rd.SafeString)){return ml}if(Al===""){kh=Rl+ml.split("").join(Rl)+Rl;return rd.copySafeness(ml,kh)}var Qh=ml.indexOf(Al);if(zl===0||Qh===-1){return ml}var cf=0;var t_=0;while(Qh>-1&&(zl===-1||t_=rd){r_.push(Rl)}yh.push(r_)}return yh}yh.slice=slice;function sum(ml,Al,Rl){if(Rl===void 0){Rl=0}if(Al){ml=zl.map(ml,function(ml){return ml[Al]})}return Rl+ml.reduce(function(ml,Al){return ml+Al},0)}yh.sum=sum;yh.sort=rd.makeMacro(["value","reverse","case_sensitive","attribute"],[],function sortFilter(ml,Al,Rl,rd){var yh=this;var kh=zl.map(ml,function(ml){return ml});var Qh=zl.getAttrGetter(rd);kh.sort(function(ml,kh){var cf=rd?Qh(ml):ml;var t_=rd?Qh(kh):kh;if(yh.env.opts.throwOnUndefined&&rd&&(cf===undefined||t_===undefined)){throw new TypeError('sort: attribute "'+rd+'" resolved to undefined')}if(!Rl&&zl.isString(cf)&&zl.isString(t_)){cf=cf.toLowerCase();t_=t_.toLowerCase()}if(cft_){return Al?-1:1}else{return 0}});return kh});function string(ml){return rd.copySafeness(ml,ml)}yh.string=string;function striptags(ml,Al){ml=normalize(ml,"");var Rl=/<\/?([a-z][a-z0-9]*)\b[^>]*>|/gi;var zl=trim(ml.replace(Rl,""));var yh="";if(Al){yh=zl.replace(/^ +| +$/gm,"").replace(/ +/g," ").replace(/(\r\n)/g,"\n").replace(/\n\n\n+/g,"\n\n")}else{yh=zl.replace(/\s+/gi," ")}return rd.copySafeness(ml,yh)}yh.striptags=striptags;function title(ml){ml=normalize(ml,"");var Al=ml.split(" ").map(function(ml){return capitalize(ml)});return rd.copySafeness(ml,Al.join(" "))}yh.title=title;function trim(ml){return rd.copySafeness(ml,ml.replace(/^\s*|\s*$/g,""))}yh.trim=trim;function truncate(ml,Al,Rl,zl){var yh=ml;ml=normalize(ml,"");Al=Al||255;if(ml.length<=Al){return ml}if(Rl){ml=ml.substring(0,Al)}else{var kh=ml.lastIndexOf(" ",Al);if(kh===-1){kh=Al}ml=ml.substring(0,kh)}ml+=zl!==undefined&&zl!==null?zl:"...";return rd.copySafeness(yh,ml)}yh.truncate=truncate;function upper(ml){ml=normalize(ml,"");return ml.toUpperCase()}yh.upper=upper;function urlencode(ml){var Al=encodeURIComponent;if(zl.isString(ml)){return Al(ml)}else{var Rl=zl.isArray(ml)?ml:zl._entries(ml);return Rl.map(function(ml){var Rl=ml[0],zl=ml[1];return Al(Rl)+"="+Al(zl)}).join("&")}}yh.urlencode=urlencode;var kh=/^(?:\(|<|<)?(.*?)(?:\.|,|\)|\n|>)?$/;var Qh=/^[\w.!#$%&'*+\-\/=?\^`{|}~]+@[a-z\d\-]+(\.[a-z\d\-]+)+$/i;var cf=/^https?:\/\/.*$/;var t_=/^www\./;var r_=/\.(?:org|net|com)(?:\:|\/|$)/;function urlize(ml,Al,Rl){if(isNaN(Al)){Al=Infinity}var zl=Rl===true?' rel="nofollow"':"";var rd=ml.split(/(\s+)/).filter(function(ml){return ml&&ml.length}).map(function(ml){var Rl=ml.match(kh);var rd=Rl?Rl[1]:ml;var yh=rd.substr(0,Al);if(cf.test(rd)){return'"+yh+""}if(t_.test(rd)){return'"+yh+""}if(Qh.test(rd)){return''+rd+""}if(r_.test(rd)){return'"+yh+""}return ml});return rd.join("")}yh.urlize=urlize;function wordcount(ml){ml=normalize(ml,"");var Al=ml?ml.match(/\w+/g):null;return Al?Al.length:null}yh.wordcount=wordcount;function float(ml,Al){var Rl=parseFloat(ml);return isNaN(Rl)?Al:Rl}yh.float=float;var u_=rd.makeMacro(["value","default","base"],[],function doInt(ml,Al,Rl){if(Rl===void 0){Rl=10}var zl=parseInt(ml,Rl);return isNaN(zl)?Al:zl});yh.int=u_;yh.d=yh.default;yh.e=yh.escape},20290:ml=>{"use strict";function _cycler(ml){var Al=-1;return{current:null,reset:function reset(){Al=-1;this.current=null},next:function next(){Al++;if(Al>=ml.length){Al=0}this.current=ml[Al];return this.current}}}function _joiner(ml){ml=ml||",";var Al=true;return function(){var Rl=Al?"":ml;Al=false;return Rl}}function globals(){return{range:function range(ml,Al,Rl){if(typeof Al==="undefined"){Al=ml;ml=0;Rl=1}else if(!Rl){Rl=1}var zl=[];if(Rl>0){for(var rd=ml;rdAl;yh+=Rl){zl.push(yh)}}return zl},cycler:function cycler(){return _cycler(Array.prototype.slice.call(arguments))},joiner:function joiner(ml){return _joiner(ml)}}}ml.exports=globals},50085:ml=>{"use strict";function installCompat(){"use strict";var ml=this.runtime;var Al=this.lib;var Rl=this.compiler.Compiler;var zl=this.parser.Parser;var rd=this.nodes;var yh=this.lexer;var kh=ml.contextOrFrameLookup;var Qh=ml.memberLookup;var cf;var t_;if(Rl){cf=Rl.prototype.assertType}if(zl){t_=zl.prototype.parseAggregate}function uninstall(){ml.contextOrFrameLookup=kh;ml.memberLookup=Qh;if(Rl){Rl.prototype.assertType=cf}if(zl){zl.prototype.parseAggregate=t_}}ml.contextOrFrameLookup=function contextOrFrameLookup(ml,Al,Rl){var zl=kh.apply(this,arguments);if(zl!==undefined){return zl}switch(Rl){case"True":return true;case"False":return false;case"None":return null;default:return undefined}};function getTokensState(ml){return{index:ml.index,lineno:ml.lineno,colno:ml.colno}}if(process.env.BUILD_TYPE!=="SLIM"&&rd&&Rl&&zl){var r_=rd.Node.extend("Slice",{fields:["start","stop","step"],init:function init(ml,Al,Rl,zl,yh){Rl=Rl||new rd.Literal(ml,Al,null);zl=zl||new rd.Literal(ml,Al,null);yh=yh||new rd.Literal(ml,Al,1);this.parent(ml,Al,Rl,zl,yh)}});Rl.prototype.assertType=function assertType(ml){if(ml instanceof r_){return}cf.apply(this,arguments)};Rl.prototype.compileSlice=function compileSlice(ml,Al){this._emit("(");this._compileExpression(ml.start,Al);this._emit("),(");this._compileExpression(ml.stop,Al);this._emit("),(");this._compileExpression(ml.step,Al);this._emit(")")};zl.prototype.parseAggregate=function parseAggregate(){var ml=this;var Rl=getTokensState(this.tokens);Rl.colno--;Rl.index--;try{return t_.apply(this)}catch(t_){var zl=getTokensState(this.tokens);var kh=function rethrow(){Al._assign(ml.tokens,zl);return t_};Al._assign(this.tokens,Rl);this.peeked=false;var Qh=this.peekToken();if(Qh.type!==yh.TOKEN_LEFT_BRACKET){throw kh()}else{this.nextToken()}var cf=new r_(Qh.lineno,Qh.colno);var u_=false;for(var C_=0;C_<=cf.fields.length;C_++){if(this.skip(yh.TOKEN_RIGHT_BRACKET)){break}if(C_===cf.fields.length){if(u_){this.fail("parseSlice: too many slice components",Qh.lineno,Qh.colno)}else{break}}if(this.skip(yh.TOKEN_COLON)){u_=true}else{var D_=cf.fields[C_];cf[D_]=this.parseExpression();u_=this.skip(yh.TOKEN_COLON)||u_}}if(!u_){throw kh()}return new rd.Array(Qh.lineno,Qh.colno,[cf])}}}function sliceLookup(Al,Rl,zl,rd){Al=Al||[];if(Rl===null){Rl=rd<0?Al.length-1:0}if(zl===null){zl=rd<0?-1:Al.length}else if(zl<0){zl+=Al.length}if(Rl<0){Rl+=Al.length}var yh=[];for(var kh=Rl;;kh+=rd){if(kh<0||kh>Al.length){break}if(rd>0&&kh>=zl){break}if(rd<0&&kh<=zl){break}yh.push(ml.memberLookup(Al,kh))}return yh}function hasOwnProp(ml,Al){return Object.prototype.hasOwnProperty.call(ml,Al)}var u_={pop:function pop(ml){if(ml===undefined){return this.pop()}if(ml>=this.length||ml<0){throw new Error("KeyError")}return this.splice(ml,1)},append:function append(ml){return this.push(ml)},remove:function remove(ml){for(var Al=0;Al{"use strict";var zl=Rl(97853);var rd=" \n\t\r ";var yh="()[]{}%*-+~/#,:|.<>=!";var kh="0123456789";var Qh="{%";var cf="%}";var t_="{{";var r_="}}";var u_="{#";var C_="#}";var D_="string";var S_="whitespace";var P_="data";var Cg="block-start";var eA="block-end";var tA="variable-start";var rA="variable-end";var nA="comment";var iA="left-paren";var sA="right-paren";var aA="left-bracket";var oA="right-bracket";var lA="left-curly";var cA="right-curly";var uA="operator";var pA="comma";var dA="colon";var hA="tilde";var fA="pipe";var _A="int";var mA="float";var gA="boolean";var AA="none";var yA="symbol";var bA="special";var vA="regex";function token(ml,Al,Rl,zl){return{type:ml,value:Al,lineno:Rl,colno:zl}}var EA=function(){function Tokenizer(ml,Al){this.str=ml;this.index=0;this.len=ml.length;this.lineno=0;this.colno=0;this.in_code=false;Al=Al||{};var Rl=Al.tags||{};this.tags={BLOCK_START:Rl.blockStart||Qh,BLOCK_END:Rl.blockEnd||cf,VARIABLE_START:Rl.variableStart||t_,VARIABLE_END:Rl.variableEnd||r_,COMMENT_START:Rl.commentStart||u_,COMMENT_END:Rl.commentEnd||C_};this.trimBlocks=!!Al.trimBlocks;this.lstripBlocks=!!Al.lstripBlocks}var ml=Tokenizer.prototype;ml.nextToken=function nextToken(){var ml=this.lineno;var Al=this.colno;var Rl;if(this.in_code){var Qh=this.current();if(this.isFinished()){return null}else if(Qh==='"'||Qh==="'"){return token(D_,this._parseString(Qh),ml,Al)}else if(Rl=this._extract(rd)){return token(S_,Rl,ml,Al)}else if((Rl=this._extractString(this.tags.BLOCK_END))||(Rl=this._extractString("-"+this.tags.BLOCK_END))){this.in_code=false;if(this.trimBlocks){Qh=this.current();if(Qh==="\n"){this.forward()}else if(Qh==="\r"){this.forward();Qh=this.current();if(Qh==="\n"){this.forward()}else{this.back()}}}return token(eA,Rl,ml,Al)}else if((Rl=this._extractString(this.tags.VARIABLE_END))||(Rl=this._extractString("-"+this.tags.VARIABLE_END))){this.in_code=false;return token(rA,Rl,ml,Al)}else if(Qh==="r"&&this.str.charAt(this.index+1)==="/"){this.forwardN(2);var cf="";while(!this.isFinished()){if(this.current()==="/"&&this.previous()!=="\\"){this.forward();break}else{cf+=this.current();this.forward()}}var t_=["g","i","m","y"];var r_="";while(!this.isFinished()){var u_=t_.indexOf(this.current())!==-1;if(u_){r_+=this.current();this.forward()}else{break}}return token(vA,{body:cf,flags:r_},ml,Al)}else if(yh.indexOf(Qh)!==-1){this.forward();var C_=["==","===","!=","!==","<=",">=","//","**"];var bA=Qh+this.current();var EA;if(zl.indexOf(C_,bA)!==-1){this.forward();Qh=bA;if(zl.indexOf(C_,bA+this.current())!==-1){Qh=bA+this.current();this.forward()}}switch(Qh){case"(":EA=iA;break;case")":EA=sA;break;case"[":EA=aA;break;case"]":EA=oA;break;case"{":EA=lA;break;case"}":EA=cA;break;case",":EA=pA;break;case":":EA=dA;break;case"~":EA=hA;break;case"|":EA=fA;break;default:EA=uA}return token(EA,Qh,ml,Al)}else{Rl=this._extractUntil(rd+yh);if(Rl.match(/^[-+]?[0-9]+$/)){if(this.current()==="."){this.forward();var wA=this._extract(kh);return token(mA,Rl+"."+wA,ml,Al)}else{return token(_A,Rl,ml,Al)}}else if(Rl.match(/^(true|false)$/)){return token(gA,Rl,ml,Al)}else if(Rl==="none"){return token(AA,Rl,ml,Al)}else if(Rl==="null"){return token(AA,Rl,ml,Al)}else if(Rl){return token(yA,Rl,ml,Al)}else{throw new Error("Unexpected value while parsing: "+Rl)}}}else{var CA=this.tags.BLOCK_START.charAt(0)+this.tags.VARIABLE_START.charAt(0)+this.tags.COMMENT_START.charAt(0)+this.tags.COMMENT_END.charAt(0);if(this.isFinished()){return null}else if((Rl=this._extractString(this.tags.BLOCK_START+"-"))||(Rl=this._extractString(this.tags.BLOCK_START))){this.in_code=true;return token(Cg,Rl,ml,Al)}else if((Rl=this._extractString(this.tags.VARIABLE_START+"-"))||(Rl=this._extractString(this.tags.VARIABLE_START))){this.in_code=true;return token(tA,Rl,ml,Al)}else{Rl="";var xA;var DA=false;if(this._matches(this.tags.COMMENT_START)){DA=true;Rl=this._extractString(this.tags.COMMENT_START)}while((xA=this._extractUntil(CA))!==null){Rl+=xA;if((this._matches(this.tags.BLOCK_START)||this._matches(this.tags.VARIABLE_START)||this._matches(this.tags.COMMENT_START))&&!DA){if(this.lstripBlocks&&this._matches(this.tags.BLOCK_START)&&this.colno>0&&this.colno<=Rl.length){var SA=Rl.slice(-this.colno);if(/^\s+$/.test(SA)){Rl=Rl.slice(0,-this.colno);if(!Rl.length){return this.nextToken()}}}break}else if(this._matches(this.tags.COMMENT_END)){if(!DA){throw new Error("unexpected end of comment")}Rl+=this._extractString(this.tags.COMMENT_END);break}else{Rl+=this.current();this.forward()}}if(xA===null&&DA){throw new Error("expected end of comment, got end of file")}return token(DA?nA:P_,Rl,ml,Al)}}};ml._parseString=function _parseString(ml){this.forward();var Al="";while(!this.isFinished()&&this.current()!==ml){var Rl=this.current();if(Rl==="\\"){this.forward();switch(this.current()){case"n":Al+="\n";break;case"t":Al+="\t";break;case"r":Al+="\r";break;default:Al+=this.current()}this.forward()}else{Al+=Rl;this.forward()}}this.forward();return Al};ml._matches=function _matches(ml){if(this.index+ml.length>this.len){return null}var Al=this.str.slice(this.index,this.index+ml.length);return Al===ml};ml._extractString=function _extractString(ml){if(this._matches(ml)){this.forwardN(ml.length);return ml}return null};ml._extractUntil=function _extractUntil(ml){return this._extractMatching(true,ml||"")};ml._extract=function _extract(ml){return this._extractMatching(false,ml)};ml._extractMatching=function _extractMatching(ml,Al){if(this.isFinished()){return null}var Rl=Al.indexOf(this.current());if(ml&&Rl===-1||!ml&&Rl!==-1){var zl=this.current();this.forward();var rd=Al.indexOf(this.current());while((ml&&rd===-1||!ml&&rd!==-1)&&!this.isFinished()){zl+=this.current();this.forward();rd=Al.indexOf(this.current())}return zl}return""};ml._extractRegex=function _extractRegex(ml){var Al=this.currentStr().match(ml);if(!Al){return null}this.forwardN(Al[0].length);return Al};ml.isFinished=function isFinished(){return this.index>=this.len};ml.forwardN=function forwardN(ml){for(var Al=0;Al{"use strict";var Al=Array.prototype;var Rl=Object.prototype;var zl={"&":"&",'"':""","'":"'","<":"<",">":">","\\":"\"};var rd=/[&"'<>\\]/g;var yh=ml.exports={};function hasOwnProp(ml,Al){return Rl.hasOwnProperty.call(ml,Al)}yh.hasOwnProp=hasOwnProp;function lookupEscape(ml){return zl[ml]}function _prettifyError(ml,Al,Rl){if(!Rl.Update){Rl=new yh.TemplateError(Rl)}Rl.Update(ml);if(!Al){var zl=Rl;Rl=new Error(zl.message);Rl.name=zl.name}return Rl}yh._prettifyError=_prettifyError;function TemplateError(ml,Al,Rl){var zl;var rd;if(ml instanceof Error){rd=ml;ml=rd.name+": "+rd.message}if(Object.setPrototypeOf){zl=new Error(ml);Object.setPrototypeOf(zl,TemplateError.prototype)}else{zl=this;Object.defineProperty(zl,"message",{enumerable:false,writable:true,value:ml})}Object.defineProperty(zl,"name",{value:"Template render error"});if(Error.captureStackTrace){Error.captureStackTrace(zl,this.constructor)}var yh;if(rd){var kh=Object.getOwnPropertyDescriptor(rd,"stack");yh=kh&&(kh.get||function(){return kh.value});if(!yh){yh=function getStack(){return rd.stack}}}else{var Qh=new Error(ml).stack;yh=function getStack(){return Qh}}Object.defineProperty(zl,"stack",{get:function get(){return yh.call(zl)}});Object.defineProperty(zl,"cause",{value:rd});zl.lineno=Al;zl.colno=Rl;zl.firstUpdate=true;zl.Update=function Update(ml){var Al="("+(ml||"unknown path")+")";if(this.firstUpdate){if(this.lineno&&this.colno){Al+=" [Line "+this.lineno+", Column "+this.colno+"]"}else if(this.lineno){Al+=" [Line "+this.lineno+"]"}}Al+="\n ";if(this.firstUpdate){Al+=" "}this.message=Al+(this.message||"");this.firstUpdate=false;return this};return zl}if(Object.setPrototypeOf){Object.setPrototypeOf(TemplateError.prototype,Error.prototype)}else{TemplateError.prototype=Object.create(Error.prototype,{constructor:{value:TemplateError}})}yh.TemplateError=TemplateError;function escape(ml){return ml.replace(rd,lookupEscape)}yh.escape=escape;function isFunction(ml){return Rl.toString.call(ml)==="[object Function]"}yh.isFunction=isFunction;function isArray(ml){return Rl.toString.call(ml)==="[object Array]"}yh.isArray=isArray;function isString(ml){return Rl.toString.call(ml)==="[object String]"}yh.isString=isString;function isObject(ml){return Rl.toString.call(ml)==="[object Object]"}yh.isObject=isObject;function _prepareAttributeParts(ml){if(!ml){return[]}if(typeof ml==="string"){return ml.split(".")}return[ml]}function getAttrGetter(ml){var Al=_prepareAttributeParts(ml);return function attrGetter(ml){var Rl=ml;for(var zl=0;zl{"use strict";function _inheritsLoose(ml,Al){ml.prototype=Object.create(Al.prototype);ml.prototype.constructor=ml;_setPrototypeOf(ml,Al)}function _setPrototypeOf(ml,Al){_setPrototypeOf=Object.setPrototypeOf?Object.setPrototypeOf.bind():function _setPrototypeOf(ml,Al){ml.__proto__=Al;return ml};return _setPrototypeOf(ml,Al)}var zl=Rl(16928);var rd=Rl(79695),yh=rd.EmitterObj;ml.exports=function(ml){_inheritsLoose(Loader,ml);function Loader(){return ml.apply(this,arguments)||this}var Al=Loader.prototype;Al.resolve=function resolve(ml,Al){return zl.resolve(zl.dirname(ml),Al)};Al.isRelative=function isRelative(ml){return ml.indexOf("./")===0||ml.indexOf("../")===0};return Loader}(yh)},2650:(ml,Al,Rl)=>{"use strict";ml.exports=Rl(76973)},76973:(ml,Al,Rl)=>{"use strict";function _inheritsLoose(ml,Al){ml.prototype=Object.create(Al.prototype);ml.prototype.constructor=ml;_setPrototypeOf(ml,Al)}function _setPrototypeOf(ml,Al){_setPrototypeOf=Object.setPrototypeOf?Object.setPrototypeOf.bind():function _setPrototypeOf(ml,Al){ml.__proto__=Al;return ml};return _setPrototypeOf(ml,Al)}var zl=Rl(79896);var rd=Rl(16928);var yh=Rl(43391);var kh=Rl(97402),Qh=kh.PrecompiledLoader;var cf;var t_=function(ml){_inheritsLoose(FileSystemLoader,ml);function FileSystemLoader(Al,yh){var kh;kh=ml.call(this)||this;if(typeof yh==="boolean"){console.log("[nunjucks] Warning: you passed a boolean as the second "+"argument to FileSystemLoader, but it now takes an options "+"object. See http://mozilla.github.io/nunjucks/api.html#filesystemloader")}yh=yh||{};kh.pathsToNames={};kh.noCache=!!yh.noCache;if(Al){Al=Array.isArray(Al)?Al:[Al];kh.searchPaths=Al.map(rd.normalize)}else{kh.searchPaths=["."]}if(yh.watch){try{cf=Rl(568)}catch(ml){throw new Error("watch requires chokidar to be installed")}var Qh=kh.searchPaths.filter(zl.existsSync);var t_=cf.watch(Qh);t_.on("all",function(ml,Al){Al=rd.resolve(Al);if(ml==="change"&&Al in kh.pathsToNames){kh.emit("update",kh.pathsToNames[Al],Al)}});t_.on("error",function(ml){console.log("Watcher error: "+ml)})}return kh}var Al=FileSystemLoader.prototype;Al.getSource=function getSource(ml){var Al=null;var Rl=this.searchPaths;for(var yh=0;yh{"use strict";function _defineProperties(ml,Al){for(var Rl=0;Rl2?rd-2:0),kh=2;kh0||!Rl)){process.stdout.write(" ".repeat(Al))}var yh=rd===zl.length-1?"":"\n";process.stdout.write(""+ml+yh)})}function printNodes(ml,Al){Al=Al||0;print(ml.typename+": ",Al);if(ml instanceof Qh){print("\n");ml.children.forEach(function(ml){printNodes(ml,Al+2)})}else if(ml instanceof qA){print(ml.extName+"."+ml.prop+"\n");if(ml.args){printNodes(ml.args,Al+2)}if(ml.contentArgs){ml.contentArgs.forEach(function(ml){printNodes(ml,Al+2)})}}else{var Rl=[];var zl=null;ml.iterFields(function(ml,Al){if(ml instanceof yh){Rl.push([Al,ml])}else{zl=zl||{};zl[Al]=ml}});if(zl){print(JSON.stringify(zl,null,2)+"\n",null,true)}else{print("\n")}Rl.forEach(function(ml){var Rl=ml[0],zl=ml[1];print("["+Rl+"] =>",Al+2);printNodes(zl,Al+4)})}}ml.exports={Node:yh,Root:cf,NodeList:Qh,Value:kh,Literal:t_,Symbol:r_,Group:u_,Array:C_,Pair:D_,Dict:S_,Output:vA,Capture:EA,TemplateData:wA,If:Cg,IfAsync:eA,InlineIf:tA,For:rA,AsyncEach:nA,AsyncAll:iA,Macro:sA,Caller:aA,Import:oA,FromImport:lA,FunCall:cA,Filter:uA,FilterAsync:pA,KeywordArgs:dA,Block:hA,Super:fA,Extends:mA,Include:gA,Set:AA,Switch:yA,Case:bA,LookupVal:P_,BinOp:xA,In:DA,Is:SA,Or:kA,And:TA,Not:IA,Add:BA,Concat:FA,Sub:PA,Mul:RA,Div:NA,FloorDiv:OA,Mod:QA,Pow:LA,Neg:MA,Pos:jA,Compare:UA,CompareOperand:GA,CallExtension:qA,CallExtensionAsync:$A,printNodes:printNodes}},79695:(ml,Al,Rl)=>{"use strict";function _defineProperties(ml,Al){for(var Rl=0;Rl{"use strict";function _inheritsLoose(ml,Al){ml.prototype=Object.create(Al.prototype);ml.prototype.constructor=ml;_setPrototypeOf(ml,Al)}function _setPrototypeOf(ml,Al){_setPrototypeOf=Object.setPrototypeOf?Object.setPrototypeOf.bind():function _setPrototypeOf(ml,Al){ml.__proto__=Al;return ml};return _setPrototypeOf(ml,Al)}var zl=Rl(38852);var rd=Rl(16151);var yh=Rl(79695).Obj;var kh=Rl(97853);var Qh=function(ml){_inheritsLoose(Parser,ml);function Parser(){return ml.apply(this,arguments)||this}var Al=Parser.prototype;Al.init=function init(ml){this.tokens=ml;this.peeked=null;this.breakOnBlocks=null;this.dropLeadingWhitespace=false;this.extensions=[]};Al.nextToken=function nextToken(ml){var Al;if(this.peeked){if(!ml&&this.peeked.type===zl.TOKEN_WHITESPACE){this.peeked=null}else{Al=this.peeked;this.peeked=null;return Al}}Al=this.tokens.nextToken();if(!ml){while(Al&&Al.type===zl.TOKEN_WHITESPACE){Al=this.tokens.nextToken()}}return Al};Al.peekToken=function peekToken(){this.peeked=this.peeked||this.nextToken();return this.peeked};Al.pushToken=function pushToken(ml){if(this.peeked){throw new Error("pushToken: can only push one token on between reads")}this.peeked=ml};Al.error=function error(ml,Al,Rl){if(Al===undefined||Rl===undefined){var zl=this.peekToken()||{};Al=zl.lineno;Rl=zl.colno}if(Al!==undefined){Al+=1}if(Rl!==undefined){Rl+=1}return new kh.TemplateError(ml,Al,Rl)};Al.fail=function fail(ml,Al,Rl){throw this.error(ml,Al,Rl)};Al.skip=function skip(ml){var Al=this.nextToken();if(!Al||Al.type!==ml){this.pushToken(Al);return false}return true};Al.expect=function expect(ml){var Al=this.nextToken();if(Al.type!==ml){this.fail("expected "+ml+", got "+Al.type,Al.lineno,Al.colno)}return Al};Al.skipValue=function skipValue(ml,Al){var Rl=this.nextToken();if(!Rl||Rl.type!==ml||Rl.value!==Al){this.pushToken(Rl);return false}return true};Al.skipSymbol=function skipSymbol(ml){return this.skipValue(zl.TOKEN_SYMBOL,ml)};Al.advanceAfterBlockEnd=function advanceAfterBlockEnd(ml){var Al;if(!ml){Al=this.peekToken();if(!Al){this.fail("unexpected end of file")}if(Al.type!==zl.TOKEN_SYMBOL){this.fail("advanceAfterBlockEnd: expected symbol token or "+"explicit name to be passed")}ml=this.nextToken().value}Al=this.nextToken();if(Al&&Al.type===zl.TOKEN_BLOCK_END){if(Al.value.charAt(0)==="-"){this.dropLeadingWhitespace=true}}else{this.fail("expected block end in "+ml+" statement")}return Al};Al.advanceAfterVariableEnd=function advanceAfterVariableEnd(){var ml=this.nextToken();if(ml&&ml.type===zl.TOKEN_VARIABLE_END){this.dropLeadingWhitespace=ml.value.charAt(ml.value.length-this.tokens.tags.VARIABLE_END.length-1)==="-"}else{this.pushToken(ml);this.fail("expected variable end")}};Al.parseFor=function parseFor(){var ml=this.peekToken();var Al;var Rl;if(this.skipSymbol("for")){Al=new rd.For(ml.lineno,ml.colno);Rl="endfor"}else if(this.skipSymbol("asyncEach")){Al=new rd.AsyncEach(ml.lineno,ml.colno);Rl="endeach"}else if(this.skipSymbol("asyncAll")){Al=new rd.AsyncAll(ml.lineno,ml.colno);Rl="endall"}else{this.fail("parseFor: expected for{Async}",ml.lineno,ml.colno)}Al.name=this.parsePrimary();if(!(Al.name instanceof rd.Symbol)){this.fail("parseFor: variable name expected for loop")}var yh=this.peekToken().type;if(yh===zl.TOKEN_COMMA){var kh=Al.name;Al.name=new rd.Array(kh.lineno,kh.colno);Al.name.addChild(kh);while(this.skip(zl.TOKEN_COMMA)){var Qh=this.parsePrimary();Al.name.addChild(Qh)}}if(!this.skipSymbol("in")){this.fail('parseFor: expected "in" keyword for loop',ml.lineno,ml.colno)}Al.arr=this.parseExpression();this.advanceAfterBlockEnd(ml.value);Al.body=this.parseUntilBlocks(Rl,"else");if(this.skipSymbol("else")){this.advanceAfterBlockEnd("else");Al.else_=this.parseUntilBlocks(Rl)}this.advanceAfterBlockEnd();return Al};Al.parseMacro=function parseMacro(){var ml=this.peekToken();if(!this.skipSymbol("macro")){this.fail("expected macro")}var Al=this.parsePrimary(true);var Rl=this.parseSignature();var zl=new rd.Macro(ml.lineno,ml.colno,Al,Rl);this.advanceAfterBlockEnd(ml.value);zl.body=this.parseUntilBlocks("endmacro");this.advanceAfterBlockEnd();return zl};Al.parseCall=function parseCall(){var ml=this.peekToken();if(!this.skipSymbol("call")){this.fail("expected call")}var Al=this.parseSignature(true)||new rd.NodeList;var Rl=this.parsePrimary();this.advanceAfterBlockEnd(ml.value);var zl=this.parseUntilBlocks("endcall");this.advanceAfterBlockEnd();var yh=new rd.Symbol(ml.lineno,ml.colno,"caller");var kh=new rd.Caller(ml.lineno,ml.colno,yh,Al,zl);var Qh=Rl.args.children;if(!(Qh[Qh.length-1]instanceof rd.KeywordArgs)){Qh.push(new rd.KeywordArgs)}var cf=Qh[Qh.length-1];cf.addChild(new rd.Pair(ml.lineno,ml.colno,yh,kh));return new rd.Output(ml.lineno,ml.colno,[Rl])};Al.parseWithContext=function parseWithContext(){var ml=this.peekToken();var Al=null;if(this.skipSymbol("with")){Al=true}else if(this.skipSymbol("without")){Al=false}if(Al!==null){if(!this.skipSymbol("context")){this.fail("parseFrom: expected context after with/without",ml.lineno,ml.colno)}}return Al};Al.parseImport=function parseImport(){var ml=this.peekToken();if(!this.skipSymbol("import")){this.fail("parseImport: expected import",ml.lineno,ml.colno)}var Al=this.parseExpression();if(!this.skipSymbol("as")){this.fail('parseImport: expected "as" keyword',ml.lineno,ml.colno)}var Rl=this.parseExpression();var zl=this.parseWithContext();var yh=new rd.Import(ml.lineno,ml.colno,Al,Rl,zl);this.advanceAfterBlockEnd(ml.value);return yh};Al.parseFrom=function parseFrom(){var ml=this.peekToken();if(!this.skipSymbol("from")){this.fail("parseFrom: expected from")}var Al=this.parseExpression();if(!this.skipSymbol("import")){this.fail("parseFrom: expected import",ml.lineno,ml.colno)}var Rl=new rd.NodeList;var yh;while(1){var kh=this.peekToken();if(kh.type===zl.TOKEN_BLOCK_END){if(!Rl.children.length){this.fail("parseFrom: Expected at least one import name",ml.lineno,ml.colno)}if(kh.value.charAt(0)==="-"){this.dropLeadingWhitespace=true}this.nextToken();break}if(Rl.children.length>0&&!this.skip(zl.TOKEN_COMMA)){this.fail("parseFrom: expected comma",ml.lineno,ml.colno)}var Qh=this.parsePrimary();if(Qh.value.charAt(0)==="_"){this.fail("parseFrom: names starting with an underscore cannot be imported",Qh.lineno,Qh.colno)}if(this.skipSymbol("as")){var cf=this.parsePrimary();Rl.addChild(new rd.Pair(Qh.lineno,Qh.colno,Qh,cf))}else{Rl.addChild(Qh)}yh=this.parseWithContext()}return new rd.FromImport(ml.lineno,ml.colno,Al,Rl,yh)};Al.parseBlock=function parseBlock(){var ml=this.peekToken();if(!this.skipSymbol("block")){this.fail("parseBlock: expected block",ml.lineno,ml.colno)}var Al=new rd.Block(ml.lineno,ml.colno);Al.name=this.parsePrimary();if(!(Al.name instanceof rd.Symbol)){this.fail("parseBlock: variable name expected",ml.lineno,ml.colno)}this.advanceAfterBlockEnd(ml.value);Al.body=this.parseUntilBlocks("endblock");this.skipSymbol("endblock");this.skipSymbol(Al.name.value);var Rl=this.peekToken();if(!Rl){this.fail("parseBlock: expected endblock, got end of file")}this.advanceAfterBlockEnd(Rl.value);return Al};Al.parseExtends=function parseExtends(){var ml="extends";var Al=this.peekToken();if(!this.skipSymbol(ml)){this.fail("parseTemplateRef: expected "+ml)}var Rl=new rd.Extends(Al.lineno,Al.colno);Rl.template=this.parseExpression();this.advanceAfterBlockEnd(Al.value);return Rl};Al.parseInclude=function parseInclude(){var ml="include";var Al=this.peekToken();if(!this.skipSymbol(ml)){this.fail("parseInclude: expected "+ml)}var Rl=new rd.Include(Al.lineno,Al.colno);Rl.template=this.parseExpression();if(this.skipSymbol("ignore")&&this.skipSymbol("missing")){Rl.ignoreMissing=true}this.advanceAfterBlockEnd(Al.value);return Rl};Al.parseIf=function parseIf(){var ml=this.peekToken();var Al;if(this.skipSymbol("if")||this.skipSymbol("elif")||this.skipSymbol("elseif")){Al=new rd.If(ml.lineno,ml.colno)}else if(this.skipSymbol("ifAsync")){Al=new rd.IfAsync(ml.lineno,ml.colno)}else{this.fail("parseIf: expected if, elif, or elseif",ml.lineno,ml.colno)}Al.cond=this.parseExpression();this.advanceAfterBlockEnd(ml.value);Al.body=this.parseUntilBlocks("elif","elseif","else","endif");var Rl=this.peekToken();switch(Rl&&Rl.value){case"elseif":case"elif":Al.else_=this.parseIf();break;case"else":this.advanceAfterBlockEnd();Al.else_=this.parseUntilBlocks("endif");this.advanceAfterBlockEnd();break;case"endif":Al.else_=null;this.advanceAfterBlockEnd();break;default:this.fail("parseIf: expected elif, else, or endif, got end of file")}return Al};Al.parseSet=function parseSet(){var ml=this.peekToken();if(!this.skipSymbol("set")){this.fail("parseSet: expected set",ml.lineno,ml.colno)}var Al=new rd.Set(ml.lineno,ml.colno,[]);var Rl;while(Rl=this.parsePrimary()){Al.targets.push(Rl);if(!this.skip(zl.TOKEN_COMMA)){break}}if(!this.skipValue(zl.TOKEN_OPERATOR,"=")){if(!this.skip(zl.TOKEN_BLOCK_END)){this.fail("parseSet: expected = or block end in set tag",ml.lineno,ml.colno)}else{Al.body=new rd.Capture(ml.lineno,ml.colno,this.parseUntilBlocks("endset"));Al.value=null;this.advanceAfterBlockEnd()}}else{Al.value=this.parseExpression();this.advanceAfterBlockEnd(ml.value)}return Al};Al.parseSwitch=function parseSwitch(){var ml="switch";var Al="endswitch";var Rl="case";var zl="default";var yh=this.peekToken();if(!this.skipSymbol(ml)&&!this.skipSymbol(Rl)&&!this.skipSymbol(zl)){this.fail('parseSwitch: expected "switch," "case" or "default"',yh.lineno,yh.colno)}var kh=this.parseExpression();this.advanceAfterBlockEnd(ml);this.parseUntilBlocks(Rl,zl,Al);var Qh=this.peekToken();var cf=[];var t_;do{this.skipSymbol(Rl);var r_=this.parseExpression();this.advanceAfterBlockEnd(ml);var u_=this.parseUntilBlocks(Rl,zl,Al);cf.push(new rd.Case(Qh.line,Qh.col,r_,u_));Qh=this.peekToken()}while(Qh&&Qh.value===Rl);switch(Qh.value){case zl:this.advanceAfterBlockEnd();t_=this.parseUntilBlocks(Al);this.advanceAfterBlockEnd();break;case Al:this.advanceAfterBlockEnd();break;default:this.fail('parseSwitch: expected "case," "default" or "endswitch," got EOF.')}return new rd.Switch(yh.lineno,yh.colno,kh,cf,t_)};Al.parseStatement=function parseStatement(){var ml=this.peekToken();var Al;if(ml.type!==zl.TOKEN_SYMBOL){this.fail("tag name expected",ml.lineno,ml.colno)}if(this.breakOnBlocks&&kh.indexOf(this.breakOnBlocks,ml.value)!==-1){return null}switch(ml.value){case"raw":return this.parseRaw();case"verbatim":return this.parseRaw("verbatim");case"if":case"ifAsync":return this.parseIf();case"for":case"asyncEach":case"asyncAll":return this.parseFor();case"block":return this.parseBlock();case"extends":return this.parseExtends();case"include":return this.parseInclude();case"set":return this.parseSet();case"macro":return this.parseMacro();case"call":return this.parseCall();case"import":return this.parseImport();case"from":return this.parseFrom();case"filter":return this.parseFilterStatement();case"switch":return this.parseSwitch();default:if(this.extensions.length){for(var Rl=0;Rl0){var cf=kh[0];var t_=kh[1];var r_=kh[2];if(r_===ml){zl+=1}else if(r_===Al){zl-=1}if(zl===0){yh+=t_;this.tokens.backN(cf.length-t_.length)}else{yh+=cf}}return new rd.Output(Qh.lineno,Qh.colno,[new rd.TemplateData(Qh.lineno,Qh.colno,yh)])};Al.parsePostfix=function parsePostfix(ml){var Al;var Rl=this.peekToken();while(Rl){if(Rl.type===zl.TOKEN_LEFT_PAREN){ml=new rd.FunCall(Rl.lineno,Rl.colno,ml,this.parseSignature())}else if(Rl.type===zl.TOKEN_LEFT_BRACKET){Al=this.parseAggregate();if(Al.children.length>1){this.fail("invalid index")}ml=new rd.LookupVal(Rl.lineno,Rl.colno,ml,Al.children[0])}else if(Rl.type===zl.TOKEN_OPERATOR&&Rl.value==="."){this.nextToken();var yh=this.nextToken();if(yh.type!==zl.TOKEN_SYMBOL){this.fail("expected name as lookup value, got "+yh.value,yh.lineno,yh.colno)}Al=new rd.Literal(yh.lineno,yh.colno,yh.value);ml=new rd.LookupVal(Rl.lineno,Rl.colno,ml,Al)}else{break}Rl=this.peekToken()}return ml};Al.parseExpression=function parseExpression(){var ml=this.parseInlineIf();return ml};Al.parseInlineIf=function parseInlineIf(){var ml=this.parseOr();if(this.skipSymbol("if")){var Al=this.parseOr();var Rl=ml;ml=new rd.InlineIf(ml.lineno,ml.colno);ml.body=Rl;ml.cond=Al;if(this.skipSymbol("else")){ml.else_=this.parseOr()}else{ml.else_=null}}return ml};Al.parseOr=function parseOr(){var ml=this.parseAnd();while(this.skipSymbol("or")){var Al=this.parseAnd();ml=new rd.Or(ml.lineno,ml.colno,ml,Al)}return ml};Al.parseAnd=function parseAnd(){var ml=this.parseNot();while(this.skipSymbol("and")){var Al=this.parseNot();ml=new rd.And(ml.lineno,ml.colno,ml,Al)}return ml};Al.parseNot=function parseNot(){var ml=this.peekToken();if(this.skipSymbol("not")){return new rd.Not(ml.lineno,ml.colno,this.parseNot())}return this.parseIn()};Al.parseIn=function parseIn(){var ml=this.parseIs();while(1){var Al=this.nextToken();if(!Al){break}var Rl=Al.type===zl.TOKEN_SYMBOL&&Al.value==="not";if(!Rl){this.pushToken(Al)}if(this.skipSymbol("in")){var yh=this.parseIs();ml=new rd.In(ml.lineno,ml.colno,ml,yh);if(Rl){ml=new rd.Not(ml.lineno,ml.colno,ml)}}else{if(Rl){this.pushToken(Al)}break}}return ml};Al.parseIs=function parseIs(){var ml=this.parseCompare();if(this.skipSymbol("is")){var Al=this.skipSymbol("not");var Rl=this.parseCompare();ml=new rd.Is(ml.lineno,ml.colno,ml,Rl);if(Al){ml=new rd.Not(ml.lineno,ml.colno,ml)}}return ml};Al.parseCompare=function parseCompare(){var ml=["==","===","!=","!==","<",">","<=",">="];var Al=this.parseConcat();var Rl=[];while(1){var zl=this.nextToken();if(!zl){break}else if(ml.indexOf(zl.value)!==-1){Rl.push(new rd.CompareOperand(zl.lineno,zl.colno,this.parseConcat(),zl.value))}else{this.pushToken(zl);break}}if(Rl.length){return new rd.Compare(Rl[0].lineno,Rl[0].colno,Al,Rl)}else{return Al}};Al.parseConcat=function parseConcat(){var ml=this.parseAdd();while(this.skipValue(zl.TOKEN_TILDE,"~")){var Al=this.parseAdd();ml=new rd.Concat(ml.lineno,ml.colno,ml,Al)}return ml};Al.parseAdd=function parseAdd(){var ml=this.parseSub();while(this.skipValue(zl.TOKEN_OPERATOR,"+")){var Al=this.parseSub();ml=new rd.Add(ml.lineno,ml.colno,ml,Al)}return ml};Al.parseSub=function parseSub(){var ml=this.parseMul();while(this.skipValue(zl.TOKEN_OPERATOR,"-")){var Al=this.parseMul();ml=new rd.Sub(ml.lineno,ml.colno,ml,Al)}return ml};Al.parseMul=function parseMul(){var ml=this.parseDiv();while(this.skipValue(zl.TOKEN_OPERATOR,"*")){var Al=this.parseDiv();ml=new rd.Mul(ml.lineno,ml.colno,ml,Al)}return ml};Al.parseDiv=function parseDiv(){var ml=this.parseFloorDiv();while(this.skipValue(zl.TOKEN_OPERATOR,"/")){var Al=this.parseFloorDiv();ml=new rd.Div(ml.lineno,ml.colno,ml,Al)}return ml};Al.parseFloorDiv=function parseFloorDiv(){var ml=this.parseMod();while(this.skipValue(zl.TOKEN_OPERATOR,"//")){var Al=this.parseMod();ml=new rd.FloorDiv(ml.lineno,ml.colno,ml,Al)}return ml};Al.parseMod=function parseMod(){var ml=this.parsePow();while(this.skipValue(zl.TOKEN_OPERATOR,"%")){var Al=this.parsePow();ml=new rd.Mod(ml.lineno,ml.colno,ml,Al)}return ml};Al.parsePow=function parsePow(){var ml=this.parseUnary();while(this.skipValue(zl.TOKEN_OPERATOR,"**")){var Al=this.parseUnary();ml=new rd.Pow(ml.lineno,ml.colno,ml,Al)}return ml};Al.parseUnary=function parseUnary(ml){var Al=this.peekToken();var Rl;if(this.skipValue(zl.TOKEN_OPERATOR,"-")){Rl=new rd.Neg(Al.lineno,Al.colno,this.parseUnary(true))}else if(this.skipValue(zl.TOKEN_OPERATOR,"+")){Rl=new rd.Pos(Al.lineno,Al.colno,this.parseUnary(true))}else{Rl=this.parsePrimary()}if(!ml){Rl=this.parseFilter(Rl)}return Rl};Al.parsePrimary=function parsePrimary(ml){var Al=this.nextToken();var Rl;var yh=null;if(!Al){this.fail("expected expression, got end of file")}else if(Al.type===zl.TOKEN_STRING){Rl=Al.value}else if(Al.type===zl.TOKEN_INT){Rl=parseInt(Al.value,10)}else if(Al.type===zl.TOKEN_FLOAT){Rl=parseFloat(Al.value)}else if(Al.type===zl.TOKEN_BOOLEAN){if(Al.value==="true"){Rl=true}else if(Al.value==="false"){Rl=false}else{this.fail("invalid boolean: "+Al.value,Al.lineno,Al.colno)}}else if(Al.type===zl.TOKEN_NONE){Rl=null}else if(Al.type===zl.TOKEN_REGEX){Rl=new RegExp(Al.value.body,Al.value.flags)}if(Rl!==undefined){yh=new rd.Literal(Al.lineno,Al.colno,Rl)}else if(Al.type===zl.TOKEN_SYMBOL){yh=new rd.Symbol(Al.lineno,Al.colno,Al.value)}else{this.pushToken(Al);yh=this.parseAggregate()}if(!ml){yh=this.parsePostfix(yh)}if(yh){return yh}else{throw this.error("unexpected token: "+Al.value,Al.lineno,Al.colno)}};Al.parseFilterName=function parseFilterName(){var ml=this.expect(zl.TOKEN_SYMBOL);var Al=ml.value;while(this.skipValue(zl.TOKEN_OPERATOR,".")){Al+="."+this.expect(zl.TOKEN_SYMBOL).value}return new rd.Symbol(ml.lineno,ml.colno,Al)};Al.parseFilterArgs=function parseFilterArgs(ml){if(this.peekToken().type===zl.TOKEN_LEFT_PAREN){var Al=this.parsePostfix(ml);return Al.args.children}return[]};Al.parseFilter=function parseFilter(ml){while(this.skip(zl.TOKEN_PIPE)){var Al=this.parseFilterName();ml=new rd.Filter(Al.lineno,Al.colno,Al,new rd.NodeList(Al.lineno,Al.colno,[ml].concat(this.parseFilterArgs(ml))))}return ml};Al.parseFilterStatement=function parseFilterStatement(){var ml=this.peekToken();if(!this.skipSymbol("filter")){this.fail("parseFilterStatement: expected filter")}var Al=this.parseFilterName();var Rl=this.parseFilterArgs(Al);this.advanceAfterBlockEnd(ml.value);var zl=new rd.Capture(Al.lineno,Al.colno,this.parseUntilBlocks("endfilter"));this.advanceAfterBlockEnd();var yh=new rd.Filter(Al.lineno,Al.colno,Al,new rd.NodeList(Al.lineno,Al.colno,[zl].concat(Rl)));return new rd.Output(Al.lineno,Al.colno,[yh])};Al.parseAggregate=function parseAggregate(){var ml=this.nextToken();var Al;switch(ml.type){case zl.TOKEN_LEFT_PAREN:Al=new rd.Group(ml.lineno,ml.colno);break;case zl.TOKEN_LEFT_BRACKET:Al=new rd.Array(ml.lineno,ml.colno);break;case zl.TOKEN_LEFT_CURLY:Al=new rd.Dict(ml.lineno,ml.colno);break;default:return null}while(1){var Rl=this.peekToken().type;if(Rl===zl.TOKEN_RIGHT_PAREN||Rl===zl.TOKEN_RIGHT_BRACKET||Rl===zl.TOKEN_RIGHT_CURLY){this.nextToken();break}if(Al.children.length>0){if(!this.skip(zl.TOKEN_COMMA)){this.fail("parseAggregate: expected comma after expression",ml.lineno,ml.colno)}}if(Al instanceof rd.Dict){var yh=this.parsePrimary();if(!this.skip(zl.TOKEN_COLON)){this.fail("parseAggregate: expected colon after dict key",ml.lineno,ml.colno)}var kh=this.parseExpression();Al.addChild(new rd.Pair(yh.lineno,yh.colno,yh,kh))}else{var Qh=this.parseExpression();Al.addChild(Qh)}}return Al};Al.parseSignature=function parseSignature(ml,Al){var Rl=this.peekToken();if(!Al&&Rl.type!==zl.TOKEN_LEFT_PAREN){if(ml){return null}else{this.fail("expected arguments",Rl.lineno,Rl.colno)}}if(Rl.type===zl.TOKEN_LEFT_PAREN){Rl=this.nextToken()}var yh=new rd.NodeList(Rl.lineno,Rl.colno);var kh=new rd.KeywordArgs(Rl.lineno,Rl.colno);var Qh=false;while(1){Rl=this.peekToken();if(!Al&&Rl.type===zl.TOKEN_RIGHT_PAREN){this.nextToken();break}else if(Al&&Rl.type===zl.TOKEN_BLOCK_END){break}if(Qh&&!this.skip(zl.TOKEN_COMMA)){this.fail("parseSignature: expected comma after expression",Rl.lineno,Rl.colno)}else{var cf=this.parseExpression();if(this.skipValue(zl.TOKEN_OPERATOR,"=")){kh.addChild(new rd.Pair(cf.lineno,cf.colno,cf,this.parseExpression()))}else{yh.addChild(cf)}}Qh=true}if(kh.children.length){yh.addChild(kh)}return yh};Al.parseUntilBlocks=function parseUntilBlocks(){var ml=this.breakOnBlocks;for(var Al=arguments.length,Rl=new Array(Al),zl=0;zl{"use strict";function precompileGlobal(ml,Al){var Rl="";Al=Al||{};for(var zl=0;zl{"use strict";var zl=Rl(79896);var rd=Rl(16928);var yh=Rl(97853),kh=yh._prettifyError;var Qh=Rl(8993);var cf=Rl(14499),t_=cf.Environment;var r_=Rl(92544);function match(ml,Al){if(!Array.isArray(Al)){return false}return Al.some(function(Al){return ml.match(Al)})}function precompileString(ml,Al){Al=Al||{};Al.isString=true;var Rl=Al.env||new t_([]);var zl=Al.wrapper||r_;if(!Al.name){throw new Error('the "name" option is required when compiling a string')}return zl([_precompile(ml,Al.name,Rl)],Al)}function precompile(ml,Al){Al=Al||{};var Rl=Al.env||new t_([]);var yh=Al.wrapper||r_;if(Al.isString){return precompileString(ml,Al)}var kh=zl.existsSync(ml)&&zl.statSync(ml);var Qh=[];var cf=[];function addTemplates(Rl){zl.readdirSync(Rl).forEach(function(yh){var kh=rd.join(Rl,yh);var Qh=kh.substr(rd.join(ml,"/").length);var t_=zl.statSync(kh);if(t_&&t_.isDirectory()){Qh+="/";if(!match(Qh,Al.exclude)){addTemplates(kh)}}else if(match(Qh,Al.include)){cf.push(kh)}})}if(kh.isFile()){Qh.push(_precompile(zl.readFileSync(ml,"utf-8"),Al.name||ml,Rl))}else if(kh.isDirectory()){addTemplates(ml);for(var u_=0;u_{"use strict";function _inheritsLoose(ml,Al){ml.prototype=Object.create(Al.prototype);ml.prototype.constructor=ml;_setPrototypeOf(ml,Al)}function _setPrototypeOf(ml,Al){_setPrototypeOf=Object.setPrototypeOf?Object.setPrototypeOf.bind():function _setPrototypeOf(ml,Al){ml.__proto__=Al;return ml};return _setPrototypeOf(ml,Al)}var zl=Rl(43391);var rd=function(ml){_inheritsLoose(PrecompiledLoader,ml);function PrecompiledLoader(Al){var Rl;Rl=ml.call(this)||this;Rl.precompiled=Al||{};return Rl}var Al=PrecompiledLoader.prototype;Al.getSource=function getSource(ml){if(this.precompiled[ml]){return{src:{type:"code",obj:this.precompiled[ml]},path:ml}}return null};return PrecompiledLoader}(zl);ml.exports={PrecompiledLoader:rd}},69846:(ml,Al,Rl)=>{"use strict";var zl=Rl(97853);var rd=Array.from;var yh=typeof Symbol==="function"&&Symbol.iterator&&typeof rd==="function";var kh=function(){function Frame(ml,Al){this.variables=Object.create(null);this.parent=ml;this.topLevel=false;this.isolateWrites=Al}var ml=Frame.prototype;ml.set=function set(ml,Al,Rl){var zl=ml.split(".");var rd=this.variables;var yh=this;if(Rl){if(yh=this.resolve(zl[0],true)){yh.set(ml,Al);return}}for(var kh=0;khml.length){Qh=rd.slice(0,ml.length);rd.slice(Qh.length,kh).forEach(function(ml,Rl){if(Rl{"use strict";var zl=Rl(69846).SafeString;function callable(ml){return typeof ml==="function"}Al.callable=callable;function defined(ml){return ml!==undefined}Al.defined=defined;function divisibleby(ml,Al){return ml%Al===0}Al.divisibleby=divisibleby;function escaped(ml){return ml instanceof zl}Al.escaped=escaped;function equalto(ml,Al){return ml===Al}Al.equalto=equalto;Al.eq=Al.equalto;Al.sameas=Al.equalto;function even(ml){return ml%2===0}Al.even=even;function falsy(ml){return!ml}Al.falsy=falsy;function ge(ml,Al){return ml>=Al}Al.ge=ge;function greaterthan(ml,Al){return ml>Al}Al.greaterthan=greaterthan;Al.gt=Al.greaterthan;function le(ml,Al){return ml<=Al}Al.le=le;function lessthan(ml,Al){return ml{"use strict";var zl=Rl(16151);var rd=Rl(97853);var yh=0;function gensym(){return"hole_"+yh++}function mapCOW(ml,Al){var Rl=null;for(var zl=0;zl{var zl=typeof Map==="function"&&Map.prototype;var rd=Object.getOwnPropertyDescriptor&&zl?Object.getOwnPropertyDescriptor(Map.prototype,"size"):null;var yh=zl&&rd&&typeof rd.get==="function"?rd.get:null;var kh=zl&&Map.prototype.forEach;var Qh=typeof Set==="function"&&Set.prototype;var cf=Object.getOwnPropertyDescriptor&&Qh?Object.getOwnPropertyDescriptor(Set.prototype,"size"):null;var t_=Qh&&cf&&typeof cf.get==="function"?cf.get:null;var r_=Qh&&Set.prototype.forEach;var u_=typeof WeakMap==="function"&&WeakMap.prototype;var C_=u_?WeakMap.prototype.has:null;var D_=typeof WeakSet==="function"&&WeakSet.prototype;var S_=D_?WeakSet.prototype.has:null;var P_=typeof WeakRef==="function"&&WeakRef.prototype;var Cg=P_?WeakRef.prototype.deref:null;var eA=Boolean.prototype.valueOf;var tA=Object.prototype.toString;var rA=Function.prototype.toString;var nA=String.prototype.match;var iA=String.prototype.slice;var sA=String.prototype.replace;var aA=String.prototype.toUpperCase;var oA=String.prototype.toLowerCase;var lA=RegExp.prototype.test;var cA=Array.prototype.concat;var uA=Array.prototype.join;var pA=Array.prototype.slice;var dA=Math.floor;var hA=typeof BigInt==="function"?BigInt.prototype.valueOf:null;var fA=Object.getOwnPropertySymbols;var _A=typeof Symbol==="function"&&typeof Symbol.iterator==="symbol"?Symbol.prototype.toString:null;var mA=typeof Symbol==="function"&&typeof Symbol.iterator==="object";var gA=typeof Symbol==="function"&&Symbol.toStringTag&&(typeof Symbol.toStringTag===mA?"object":"symbol")?Symbol.toStringTag:null;var AA=Object.prototype.propertyIsEnumerable;var yA=(typeof Reflect==="function"?Reflect.getPrototypeOf:Object.getPrototypeOf)||([].__proto__===Array.prototype?function(ml){return ml.__proto__}:null);function addNumericSeparator(ml,Al){if(ml===Infinity||ml===-Infinity||ml!==ml||ml&&ml>-1e3&&ml<1e3||lA.call(/e/,Al)){return Al}var Rl=/[0-9](?=(?:[0-9]{3})+(?![0-9]))/g;if(typeof ml==="number"){var zl=ml<0?-dA(-ml):dA(ml);if(zl!==ml){var rd=String(zl);var yh=iA.call(Al,rd.length+1);return sA.call(rd,Rl,"$&_")+"."+sA.call(sA.call(yh,/([0-9]{3})/g,"$&_"),/_$/,"")}}return sA.call(Al,Rl,"$&_")}var bA=Rl(58502);var vA=bA.custom;var EA=isSymbol(vA)?vA:null;var wA={__proto__:null,double:'"',single:"'"};var CA={__proto__:null,double:/(["\\])/g,single:/(['\\])/g};ml.exports=function inspect_(ml,Al,Rl,zl){var rd=Al||{};if(has(rd,"quoteStyle")&&!has(wA,rd.quoteStyle)){throw new TypeError('option "quoteStyle" must be "single" or "double"')}if(has(rd,"maxStringLength")&&(typeof rd.maxStringLength==="number"?rd.maxStringLength<0&&rd.maxStringLength!==Infinity:rd.maxStringLength!==null)){throw new TypeError('option "maxStringLength", if provided, must be a positive integer, Infinity, or `null`')}var Qh=has(rd,"customInspect")?rd.customInspect:true;if(typeof Qh!=="boolean"&&Qh!=="symbol"){throw new TypeError("option \"customInspect\", if provided, must be `true`, `false`, or `'symbol'`")}if(has(rd,"indent")&&rd.indent!==null&&rd.indent!=="\t"&&!(parseInt(rd.indent,10)===rd.indent&&rd.indent>0)){throw new TypeError('option "indent" must be "\\t", an integer > 0, or `null`')}if(has(rd,"numericSeparator")&&typeof rd.numericSeparator!=="boolean"){throw new TypeError('option "numericSeparator", if provided, must be `true` or `false`')}var cf=rd.numericSeparator;if(typeof ml==="undefined"){return"undefined"}if(ml===null){return"null"}if(typeof ml==="boolean"){return ml?"true":"false"}if(typeof ml==="string"){return inspectString(ml,rd)}if(typeof ml==="number"){if(ml===0){return Infinity/ml>0?"0":"-0"}var u_=String(ml);return cf?addNumericSeparator(ml,u_):u_}if(typeof ml==="bigint"){var C_=String(ml)+"n";return cf?addNumericSeparator(ml,C_):C_}var D_=typeof rd.depth==="undefined"?5:rd.depth;if(typeof Rl==="undefined"){Rl=0}if(Rl>=D_&&D_>0&&typeof ml==="object"){return isArray(ml)?"[Array]":"[Object]"}var S_=getIndent(rd,Rl);if(typeof zl==="undefined"){zl=[]}else if(indexOf(zl,ml)>=0){return"[Circular]"}function inspect(ml,Al,yh){if(Al){zl=pA.call(zl);zl.push(Al)}if(yh){var kh={depth:rd.depth};if(has(rd,"quoteStyle")){kh.quoteStyle=rd.quoteStyle}return inspect_(ml,kh,Rl+1,zl)}return inspect_(ml,rd,Rl+1,zl)}if(typeof ml==="function"&&!isRegExp(ml)){var P_=nameOf(ml);var Cg=arrObjKeys(ml,inspect);return"[Function"+(P_?": "+P_:" (anonymous)")+"]"+(Cg.length>0?" { "+uA.call(Cg,", ")+" }":"")}if(isSymbol(ml)){var tA=mA?sA.call(String(ml),/^(Symbol\(.*\))_[^)]*$/,"$1"):_A.call(ml);return typeof ml==="object"&&!mA?markBoxed(tA):tA}if(isElement(ml)){var rA="<"+oA.call(String(ml.nodeName));var nA=ml.attributes||[];for(var aA=0;aA";return rA}if(isArray(ml)){if(ml.length===0){return"[]"}var lA=arrObjKeys(ml,inspect);if(S_&&!singleLineValues(lA)){return"["+indentedJoin(lA,S_)+"]"}return"[ "+uA.call(lA,", ")+" ]"}if(isError(ml)){var dA=arrObjKeys(ml,inspect);if(!("cause"in Error.prototype)&&"cause"in ml&&!AA.call(ml,"cause")){return"{ ["+String(ml)+"] "+uA.call(cA.call("[cause]: "+inspect(ml.cause),dA),", ")+" }"}if(dA.length===0){return"["+String(ml)+"]"}return"{ ["+String(ml)+"] "+uA.call(dA,", ")+" }"}if(typeof ml==="object"&&Qh){if(EA&&typeof ml[EA]==="function"&&bA){return bA(ml,{depth:D_-Rl})}else if(Qh!=="symbol"&&typeof ml.inspect==="function"){return ml.inspect()}}if(isMap(ml)){var fA=[];if(kh){kh.call(ml,function(Al,Rl){fA.push(inspect(Rl,ml,true)+" => "+inspect(Al,ml))})}return collectionOf("Map",yh.call(ml),fA,S_)}if(isSet(ml)){var vA=[];if(r_){r_.call(ml,function(Al){vA.push(inspect(Al,ml))})}return collectionOf("Set",t_.call(ml),vA,S_)}if(isWeakMap(ml)){return weakCollectionOf("WeakMap")}if(isWeakSet(ml)){return weakCollectionOf("WeakSet")}if(isWeakRef(ml)){return weakCollectionOf("WeakRef")}if(isNumber(ml)){return markBoxed(inspect(Number(ml)))}if(isBigInt(ml)){return markBoxed(inspect(hA.call(ml)))}if(isBoolean(ml)){return markBoxed(eA.call(ml))}if(isString(ml)){return markBoxed(inspect(String(ml)))}if(typeof window!=="undefined"&&ml===window){return"{ [object Window] }"}if(typeof globalThis!=="undefined"&&ml===globalThis||typeof global!=="undefined"&&ml===global){return"{ [object globalThis] }"}if(!isDate(ml)&&!isRegExp(ml)){var CA=arrObjKeys(ml,inspect);var xA=yA?yA(ml)===Object.prototype:ml instanceof Object||ml.constructor===Object;var DA=ml instanceof Object?"":"null prototype";var SA=!xA&&gA&&Object(ml)===ml&&gA in ml?iA.call(toStr(ml),8,-1):DA?"Object":"";var kA=xA||typeof ml.constructor!=="function"?"":ml.constructor.name?ml.constructor.name+" ":"";var TA=kA+(SA||DA?"["+uA.call(cA.call([],SA||[],DA||[]),": ")+"] ":"");if(CA.length===0){return TA+"{}"}if(S_){return TA+"{"+indentedJoin(CA,S_)+"}"}return TA+"{ "+uA.call(CA,", ")+" }"}return String(ml)};function wrapQuotes(ml,Al,Rl){var zl=Rl.quoteStyle||Al;var rd=wA[zl];return rd+ml+rd}function quote(ml){return sA.call(String(ml),/"/g,""")}function canTrustToString(ml){return!gA||!(typeof ml==="object"&&(gA in ml||typeof ml[gA]!=="undefined"))}function isArray(ml){return toStr(ml)==="[object Array]"&&canTrustToString(ml)}function isDate(ml){return toStr(ml)==="[object Date]"&&canTrustToString(ml)}function isRegExp(ml){return toStr(ml)==="[object RegExp]"&&canTrustToString(ml)}function isError(ml){return toStr(ml)==="[object Error]"&&canTrustToString(ml)}function isString(ml){return toStr(ml)==="[object String]"&&canTrustToString(ml)}function isNumber(ml){return toStr(ml)==="[object Number]"&&canTrustToString(ml)}function isBoolean(ml){return toStr(ml)==="[object Boolean]"&&canTrustToString(ml)}function isSymbol(ml){if(mA){return ml&&typeof ml==="object"&&ml instanceof Symbol}if(typeof ml==="symbol"){return true}if(!ml||typeof ml!=="object"||!_A){return false}try{_A.call(ml);return true}catch(ml){}return false}function isBigInt(ml){if(!ml||typeof ml!=="object"||!hA){return false}try{hA.call(ml);return true}catch(ml){}return false}var xA=Object.prototype.hasOwnProperty||function(ml){return ml in this};function has(ml,Al){return xA.call(ml,Al)}function toStr(ml){return tA.call(ml)}function nameOf(ml){if(ml.name){return ml.name}var Al=nA.call(rA.call(ml),/^function\s*([\w$]+)/);if(Al){return Al[1]}return null}function indexOf(ml,Al){if(ml.indexOf){return ml.indexOf(Al)}for(var Rl=0,zl=ml.length;RlAl.maxStringLength){var Rl=ml.length-Al.maxStringLength;var zl="... "+Rl+" more character"+(Rl>1?"s":"");return inspectString(iA.call(ml,0,Al.maxStringLength),Al)+zl}var rd=CA[Al.quoteStyle||"single"];rd.lastIndex=0;var yh=sA.call(sA.call(ml,rd,"\\$1"),/[\x00-\x1f]/g,lowbyte);return wrapQuotes(yh,"single",Al)}function lowbyte(ml){var Al=ml.charCodeAt(0);var Rl={8:"b",9:"t",10:"n",12:"f",13:"r"}[Al];if(Rl){return"\\"+Rl}return"\\x"+(Al<16?"0":"")+aA.call(Al.toString(16))}function markBoxed(ml){return"Object("+ml+")"}function weakCollectionOf(ml){return ml+" { ? }"}function collectionOf(ml,Al,Rl,zl){var rd=zl?indentedJoin(Rl,zl):uA.call(Rl,", ");return ml+" ("+Al+") {"+rd+"}"}function singleLineValues(ml){for(var Al=0;Al=0){return false}}return true}function getIndent(ml,Al){var Rl;if(ml.indent==="\t"){Rl="\t"}else if(typeof ml.indent==="number"&&ml.indent>0){Rl=uA.call(Array(ml.indent+1)," ")}else{return null}return{base:Rl,prev:uA.call(Array(Al+1),Rl)}}function indentedJoin(ml,Al){if(ml.length===0){return""}var Rl="\n"+Al.prev+Al.base;return Rl+uA.call(ml,","+Rl)+"\n"+Al.prev}function arrObjKeys(ml,Al){var Rl=isArray(ml);var zl=[];if(Rl){zl.length=ml.length;for(var rd=0;rd{ml.exports=Rl(39023).inspect},55560:(ml,Al,Rl)=>{var zl=Rl(58264);ml.exports=zl(once);ml.exports.strict=zl(onceStrict);once.proto=once(function(){Object.defineProperty(Function.prototype,"once",{value:function(){return once(this)},configurable:true});Object.defineProperty(Function.prototype,"onceStrict",{value:function(){return onceStrict(this)},configurable:true})});function once(ml){var f=function(){if(f.called)return f.value;f.called=true;return f.value=ml.apply(this,arguments)};f.called=false;return f}function onceStrict(ml){var f=function(){if(f.called)throw new Error(f.onceError);f.called=true;return f.value=ml.apply(this,arguments)};var Al=ml.name||"Function wrapped with `once`";f.onceError=Al+" shouldn't be called more than once";f.called=false;return f}},82673:ml=>{ml.exports=ml=>{if(!ml)return[];if(typeof ml!="string"||ml.match(/^\s+$/))return[];const Al=ml.split(`\n`);if(Al.length===0)return[];const Rl=[];let zl=null,rd=null,yh=0,kh=0,Qh=null;const g=ml=>{rd?.changes.push({type:"normal",normal:!0,ln1:yh++,ln2:kh++,content:ml}),Qh.oldLines--,Qh.newLines--},p=ml=>{const[Al,rd]=parseFiles(ml)??[];zl={chunks:[],deletions:0,additions:0,from:Al,to:rd},Rl.push(zl)},i=()=>{(!zl||zl.chunks.length)&&p()},$=(ml,Al)=>{i(),zl.new=!0,zl.newMode=Al[1],zl.from="/dev/null"},N=(ml,Al)=>{i(),zl.deleted=!0,zl.oldMode=Al[1],zl.to="/dev/null"},x=(ml,Al)=>{i(),zl.oldMode=Al[1]},F=(ml,Al)=>{i(),zl.newMode=Al[1]},S=(ml,Al)=>{i(),zl.index=ml.split(" ").slice(1),Al[1]&&(zl.oldMode=zl.newMode=Al[1].trim())},k=ml=>{i(),zl.from=parseOldOrNewFile(ml)},y=ml=>{i(),zl.to=parseOldOrNewFile(ml)},f=ml=>+(ml||1),M=(ml,Al)=>{zl||p(ml);const[Rl,cf,t_,r_]=Al.slice(1);yh=+Rl,kh=+t_,rd={content:ml,changes:[],oldStart:+Rl,oldLines:f(cf),newStart:+t_,newLines:f(r_)},Qh={oldLines:f(cf),newLines:f(r_)},zl.chunks.push(rd)},R=ml=>{rd&&(rd.changes.push({type:"del",del:!0,ln:yh++,content:ml}),zl.deletions++,Qh.oldLines--)},b=ml=>{rd&&(rd.changes.push({type:"add",add:!0,ln:kh++,content:ml}),zl.additions++,Qh.newLines--)},h=ml=>{if(!rd)return;const[Al]=rd.changes.slice(-1);rd.changes.push({type:Al.type,[Al.type]:!0,ln1:Al.ln1,ln2:Al.ln2,ln:Al.ln,content:ml})},cf=[[/^diff\s/,p],[/^new file mode (\d+)$/,$],[/^deleted file mode (\d+)$/,N],[/^old mode (\d+)$/,x],[/^new mode (\d+)$/,F],[/^index\s[\da-zA-Z]+\.\.[\da-zA-Z]+(\s(\d+))?$/,S],[/^---\s/,k],[/^\+\+\+\s/,y],[/^@@\s+-(\d+),?(\d+)?\s+\+(\d+),?(\d+)?\s@@/,M],[/^\\ No newline at end of file$/,h]],t_=[[/^\\ No newline at end of file$/,h],[/^-/,R],[/^\+/,b],[/^\s*/,g]],C=ml=>{for(const[Al,Rl]of t_){const zl=ml.match(Al);if(zl){Rl(ml,zl);break}}Qh.oldLines===0&&Qh.newLines===0&&(Qh=null)},H=ml=>{for(const[Al,Rl]of cf){const zl=ml.match(Al);if(zl){Rl(ml,zl);break}}},O=ml=>{Qh?C(ml):H(ml)};for(const ml of Al)O(ml);return Rl};const Al=/(a|i|w|c|o|1|2)\/.*(?=["']? ["']?(b|i|w|c|o|1|2)\/)|(b|i|w|c|o|1|2)\/.*$/g,Rl=/^(a|b|i|w|c|o|1|2)\//,parseFiles=ml=>ml?.match(Al)?.map(ml=>ml.replace(Rl,"").replace(/("|')$/,"")),zl=/^\\?['"]|\\?['"]$/g,parseOldOrNewFile=ml=>{let Al=leftTrimChars(ml,"-+").trim();return Al=removeTimeStamp(Al),Al.replace(zl,"").replace(Rl,"")},leftTrimChars=(ml,Al)=>{if(ml=makeString(ml),!Al&&String.prototype.trimLeft)return ml.trimLeft();const Rl=formTrimmingString(Al);return ml.replace(new RegExp(`^${Rl}+`),"")},rd=/\t.*|\d{4}-\d\d-\d\d\s\d\d:\d\d:\d\d(.\d+)?\s(\+|-)\d\d\d\d/,removeTimeStamp=ml=>{const Al=rd.exec(ml);return Al&&(ml=ml.substring(0,Al.index).trim()),ml},formTrimmingString=ml=>ml==null?"\\s":ml instanceof RegExp?ml.source:`[${makeString(ml).replace(/([.*+?^=!:${}()|[\]/\\])/g,"\\$1")}]`,makeString=ml=>`${ml??""}`},43379:(ml,Al,Rl)=>{"use strict";ml.exports=Rl(73505)},30742:ml=>{"use strict";const Al="\\\\/";const Rl=`[^${Al}]`;const zl="\\.";const rd="\\+";const yh="\\?";const kh="\\/";const Qh="(?=.)";const cf="[^/]";const t_=`(?:${kh}|$)`;const r_=`(?:^|${kh})`;const u_=`${zl}{1,2}${t_}`;const C_=`(?!${zl})`;const D_=`(?!${r_}${u_})`;const S_=`(?!${zl}{0,1}${t_})`;const P_=`(?!${u_})`;const Cg=`[^.${kh}]`;const eA=`${cf}*?`;const tA="/";const rA={DOT_LITERAL:zl,PLUS_LITERAL:rd,QMARK_LITERAL:yh,SLASH_LITERAL:kh,ONE_CHAR:Qh,QMARK:cf,END_ANCHOR:t_,DOTS_SLASH:u_,NO_DOT:C_,NO_DOTS:D_,NO_DOT_SLASH:S_,NO_DOTS_SLASH:P_,QMARK_NO_DOT:Cg,STAR:eA,START_ANCHOR:r_,SEP:tA};const nA={...rA,SLASH_LITERAL:`[${Al}]`,QMARK:Rl,STAR:`${Rl}*?`,DOTS_SLASH:`${zl}{1,2}(?:[${Al}]|$)`,NO_DOT:`(?!${zl})`,NO_DOTS:`(?!(?:^|[${Al}])${zl}{1,2}(?:[${Al}]|$))`,NO_DOT_SLASH:`(?!${zl}{0,1}(?:[${Al}]|$))`,NO_DOTS_SLASH:`(?!${zl}{1,2}(?:[${Al}]|$))`,QMARK_NO_DOT:`[^.${Al}]`,START_ANCHOR:`(?:^|[${Al}])`,END_ANCHOR:`(?:[${Al}]|$)`,SEP:"\\"};const iA={alnum:"a-zA-Z0-9",alpha:"a-zA-Z",ascii:"\\x00-\\x7F",blank:" \\t",cntrl:"\\x00-\\x1F\\x7F",digit:"0-9",graph:"\\x21-\\x7E",lower:"a-z",print:"\\x20-\\x7E ",punct:"\\-!\"#$%&'()\\*+,./:;<=>?@[\\]^_`{|}~",space:" \\t\\r\\n\\v\\f",upper:"A-Z",word:"A-Za-z0-9_",xdigit:"A-Fa-f0-9"};ml.exports={MAX_LENGTH:1024*64,POSIX_REGEX_SOURCE:iA,REGEX_BACKSLASH:/\\(?![*+?^${}(|)[\]])/g,REGEX_NON_SPECIAL_CHARS:/^[^@![\].,$*+?^{}()|\\/]+/,REGEX_SPECIAL_CHARS:/[-*+?.^${}(|)[\]]/,REGEX_SPECIAL_CHARS_BACKREF:/(\\?)((\W)(\3*))/g,REGEX_SPECIAL_CHARS_GLOBAL:/([-*+?.^${}(|)[\]])/g,REGEX_REMOVE_BACKSLASH:/(?:\[.*?[^\\]\]|\\(?=.))/g,REPLACEMENTS:{"***":"*","**/**":"**","**/**/**":"**"},CHAR_0:48,CHAR_9:57,CHAR_UPPERCASE_A:65,CHAR_LOWERCASE_A:97,CHAR_UPPERCASE_Z:90,CHAR_LOWERCASE_Z:122,CHAR_LEFT_PARENTHESES:40,CHAR_RIGHT_PARENTHESES:41,CHAR_ASTERISK:42,CHAR_AMPERSAND:38,CHAR_AT:64,CHAR_BACKWARD_SLASH:92,CHAR_CARRIAGE_RETURN:13,CHAR_CIRCUMFLEX_ACCENT:94,CHAR_COLON:58,CHAR_COMMA:44,CHAR_DOT:46,CHAR_DOUBLE_QUOTE:34,CHAR_EQUAL:61,CHAR_EXCLAMATION_MARK:33,CHAR_FORM_FEED:12,CHAR_FORWARD_SLASH:47,CHAR_GRAVE_ACCENT:96,CHAR_HASH:35,CHAR_HYPHEN_MINUS:45,CHAR_LEFT_ANGLE_BRACKET:60,CHAR_LEFT_CURLY_BRACE:123,CHAR_LEFT_SQUARE_BRACKET:91,CHAR_LINE_FEED:10,CHAR_NO_BREAK_SPACE:160,CHAR_PERCENT:37,CHAR_PLUS:43,CHAR_QUESTION_MARK:63,CHAR_RIGHT_ANGLE_BRACKET:62,CHAR_RIGHT_CURLY_BRACE:125,CHAR_RIGHT_SQUARE_BRACKET:93,CHAR_SEMICOLON:59,CHAR_SINGLE_QUOTE:39,CHAR_SPACE:32,CHAR_TAB:9,CHAR_UNDERSCORE:95,CHAR_VERTICAL_LINE:124,CHAR_ZERO_WIDTH_NOBREAK_SPACE:65279,extglobChars(ml){return{"!":{type:"negate",open:"(?:(?!(?:",close:`))${ml.STAR})`},"?":{type:"qmark",open:"(?:",close:")?"},"+":{type:"plus",open:"(?:",close:")+"},"*":{type:"star",open:"(?:",close:")*"},"@":{type:"at",open:"(?:",close:")"}}},globChars(ml){return ml===true?nA:rA}}},31276:(ml,Al,Rl)=>{"use strict";const zl=Rl(30742);const rd=Rl(32430);const{MAX_LENGTH:yh,POSIX_REGEX_SOURCE:kh,REGEX_NON_SPECIAL_CHARS:Qh,REGEX_SPECIAL_CHARS_BACKREF:cf,REPLACEMENTS:t_}=zl;const expandRange=(ml,Al)=>{if(typeof Al.expandRange==="function"){return Al.expandRange(...ml,Al)}ml.sort();const Rl=`[${ml.join("-")}]`;try{new RegExp(Rl)}catch(Al){return ml.map(ml=>rd.escapeRegex(ml)).join("..")}return Rl};const syntaxError=(ml,Al)=>`Missing ${ml}: "${Al}" - use "\\\\${Al}" to match literal characters`;const parse=(ml,Al)=>{if(typeof ml!=="string"){throw new TypeError("Expected a string")}ml=t_[ml]||ml;const Rl={...Al};const r_=typeof Rl.maxLength==="number"?Math.min(yh,Rl.maxLength):yh;let u_=ml.length;if(u_>r_){throw new SyntaxError(`Input length: ${u_}, exceeds maximum allowed length: ${r_}`)}const C_={type:"bos",value:"",output:Rl.prepend||""};const D_=[C_];const S_=Rl.capture?"":"?:";const P_=zl.globChars(Rl.windows);const Cg=zl.extglobChars(P_);const{DOT_LITERAL:eA,PLUS_LITERAL:tA,SLASH_LITERAL:rA,ONE_CHAR:nA,DOTS_SLASH:iA,NO_DOT:sA,NO_DOT_SLASH:aA,NO_DOTS_SLASH:oA,QMARK:lA,QMARK_NO_DOT:cA,STAR:uA,START_ANCHOR:pA}=P_;const globstar=ml=>`(${S_}(?:(?!${pA}${ml.dot?iA:eA}).)*?)`;const dA=Rl.dot?"":sA;const hA=Rl.dot?lA:cA;let fA=Rl.bash===true?globstar(Rl):uA;if(Rl.capture){fA=`(${fA})`}if(typeof Rl.noext==="boolean"){Rl.noextglob=Rl.noext}const _A={input:ml,index:-1,start:0,dot:Rl.dot===true,consumed:"",output:"",prefix:"",backtrack:false,negated:false,brackets:0,braces:0,parens:0,quotes:0,globstar:false,tokens:D_};ml=rd.removePrefix(ml,_A);u_=ml.length;const mA=[];const gA=[];const AA=[];let yA=C_;let bA;const eos=()=>_A.index===u_-1;const vA=_A.peek=(Al=1)=>ml[_A.index+Al];const EA=_A.advance=()=>ml[++_A.index];const remaining=()=>ml.slice(_A.index+1);const consume=(ml="",Al=0)=>{_A.consumed+=ml;_A.index+=Al};const append=ml=>{_A.output+=ml.output!=null?ml.output:ml.value;consume(ml.value)};const negate=()=>{let ml=1;while(vA()==="!"&&(vA(2)!=="("||vA(3)==="?")){EA();_A.start++;ml++}if(ml%2===0){return false}_A.negated=true;_A.start++;return true};const increment=ml=>{_A[ml]++;AA.push(ml)};const decrement=ml=>{_A[ml]--;AA.pop()};const push=ml=>{if(yA.type==="globstar"){const Al=_A.braces>0&&(ml.type==="comma"||ml.type==="brace");const Rl=ml.extglob===true||mA.length&&(ml.type==="pipe"||ml.type==="paren");if(ml.type!=="slash"&&ml.type!=="paren"&&!Al&&!Rl){_A.output=_A.output.slice(0,-yA.output.length);yA.type="star";yA.value="*";yA.output=fA;_A.output+=yA.output}}if(mA.length&&ml.type!=="paren"&&!Cg[ml.value]){mA[mA.length-1].inner+=ml.value}if(ml.value||ml.output)append(ml);if(yA&&yA.type==="text"&&ml.type==="text"){yA.value+=ml.value;yA.output=(yA.output||"")+ml.value;return}ml.prev=yA;D_.push(ml);yA=ml};const extglobOpen=(ml,Al)=>{const zl={...Cg[Al],conditions:1,inner:""};zl.prev=yA;zl.parens=_A.parens;zl.output=_A.output;const rd=(Rl.capture?"(":"")+zl.open;increment("parens");push({type:ml,value:Al,output:_A.output?"":nA});push({type:"paren",extglob:true,value:EA(),output:rd});mA.push(zl)};const extglobClose=ml=>{let Al=ml.close+(Rl.capture?")":"");if(ml.type==="negate"){let zl=fA;if(ml.inner&&ml.inner.length>1&&ml.inner.includes("/")){zl=globstar(Rl)}if(zl!==fA||eos()||/^\)+$/.test(remaining())){Al=ml.close=`)$))${zl}`}if(ml.prev.type==="bos"&&eos()){_A.negatedExtglob=true}}push({type:"paren",extglob:true,value:bA,output:Al});decrement("parens")};if(Rl.fastpaths!==false&&!/(^[*!]|[/()[\]{}"])/.test(ml)){let zl=false;let yh=ml.replace(cf,(ml,Al,Rl,rd,yh,kh)=>{if(rd==="\\"){zl=true;return ml}if(rd==="?"){if(Al){return Al+rd+(yh?lA.repeat(yh.length):"")}if(kh===0){return hA+(yh?lA.repeat(yh.length):"")}return lA.repeat(Rl.length)}if(rd==="."){return eA.repeat(Rl.length)}if(rd==="*"){if(Al){return Al+rd+(yh?fA:"")}return fA}return Al?ml:`\\${ml}`});if(zl===true){if(Rl.unescape===true){yh=yh.replace(/\\/g,"")}else{yh=yh.replace(/\\+/g,ml=>ml.length%2===0?"\\\\":ml?"\\":"")}}if(yh===ml&&Rl.contains===true){_A.output=ml;return _A}_A.output=rd.wrapOutput(yh,_A,Al);return _A}while(!eos()){bA=EA();if(bA==="\0"){continue}if(bA==="\\"){const ml=vA();if(ml==="/"&&Rl.bash!==true){continue}if(ml==="."||ml===";"){continue}if(!ml){bA+="\\";push({type:"text",value:bA});continue}const Al=/^\\+/.exec(remaining());let zl=0;if(Al&&Al[0].length>2){zl=Al[0].length;_A.index+=zl;if(zl%2!==0){bA+="\\"}}if(Rl.unescape===true){bA=EA()||""}else{bA+=EA()||""}if(_A.brackets===0){push({type:"text",value:bA});continue}}if(_A.brackets>0&&(bA!=="]"||yA.value==="["||yA.value==="[^")){if(Rl.posix!==false&&bA===":"){const ml=yA.value.slice(1);if(ml.includes("[")){yA.posix=true;if(ml.includes(":")){const ml=yA.value.lastIndexOf("[");const Al=yA.value.slice(0,ml);const Rl=yA.value.slice(ml+2);const zl=kh[Rl];if(zl){yA.value=Al+zl;_A.backtrack=true;EA();if(!C_.output&&D_.indexOf(yA)===1){C_.output=nA}continue}}}}if(bA==="["&&vA()!==":"||bA==="-"&&vA()==="]"){bA=`\\${bA}`}if(bA==="]"&&(yA.value==="["||yA.value==="[^")){bA=`\\${bA}`}if(Rl.posix===true&&bA==="!"&&yA.value==="["){bA="^"}yA.value+=bA;append({value:bA});continue}if(_A.quotes===1&&bA!=='"'){bA=rd.escapeRegex(bA);yA.value+=bA;append({value:bA});continue}if(bA==='"'){_A.quotes=_A.quotes===1?0:1;if(Rl.keepQuotes===true){push({type:"text",value:bA})}continue}if(bA==="("){increment("parens");push({type:"paren",value:bA});continue}if(bA===")"){if(_A.parens===0&&Rl.strictBrackets===true){throw new SyntaxError(syntaxError("opening","("))}const ml=mA[mA.length-1];if(ml&&_A.parens===ml.parens+1){extglobClose(mA.pop());continue}push({type:"paren",value:bA,output:_A.parens?")":"\\)"});decrement("parens");continue}if(bA==="["){if(Rl.nobracket===true||!remaining().includes("]")){if(Rl.nobracket!==true&&Rl.strictBrackets===true){throw new SyntaxError(syntaxError("closing","]"))}bA=`\\${bA}`}else{increment("brackets")}push({type:"bracket",value:bA});continue}if(bA==="]"){if(Rl.nobracket===true||yA&&yA.type==="bracket"&&yA.value.length===1){push({type:"text",value:bA,output:`\\${bA}`});continue}if(_A.brackets===0){if(Rl.strictBrackets===true){throw new SyntaxError(syntaxError("opening","["))}push({type:"text",value:bA,output:`\\${bA}`});continue}decrement("brackets");const ml=yA.value.slice(1);if(yA.posix!==true&&ml[0]==="^"&&!ml.includes("/")){bA=`/${bA}`}yA.value+=bA;append({value:bA});if(Rl.literalBrackets===false||rd.hasRegexChars(ml)){continue}const Al=rd.escapeRegex(yA.value);_A.output=_A.output.slice(0,-yA.value.length);if(Rl.literalBrackets===true){_A.output+=Al;yA.value=Al;continue}yA.value=`(${S_}${Al}|${yA.value})`;_A.output+=yA.value;continue}if(bA==="{"&&Rl.nobrace!==true){increment("braces");const ml={type:"brace",value:bA,output:"(",outputIndex:_A.output.length,tokensIndex:_A.tokens.length};gA.push(ml);push(ml);continue}if(bA==="}"){const ml=gA[gA.length-1];if(Rl.nobrace===true||!ml){push({type:"text",value:bA,output:bA});continue}let Al=")";if(ml.dots===true){const ml=D_.slice();const zl=[];for(let Al=ml.length-1;Al>=0;Al--){D_.pop();if(ml[Al].type==="brace"){break}if(ml[Al].type!=="dots"){zl.unshift(ml[Al].value)}}Al=expandRange(zl,Rl);_A.backtrack=true}if(ml.comma!==true&&ml.dots!==true){const Rl=_A.output.slice(0,ml.outputIndex);const zl=_A.tokens.slice(ml.tokensIndex);ml.value=ml.output="\\{";bA=Al="\\}";_A.output=Rl;for(const ml of zl){_A.output+=ml.output||ml.value}}push({type:"brace",value:bA,output:Al});decrement("braces");gA.pop();continue}if(bA==="|"){if(mA.length>0){mA[mA.length-1].conditions++}push({type:"text",value:bA});continue}if(bA===","){let ml=bA;const Al=gA[gA.length-1];if(Al&&AA[AA.length-1]==="braces"){Al.comma=true;ml="|"}push({type:"comma",value:bA,output:ml});continue}if(bA==="/"){if(yA.type==="dot"&&_A.index===_A.start+1){_A.start=_A.index+1;_A.consumed="";_A.output="";D_.pop();yA=C_;continue}push({type:"slash",value:bA,output:rA});continue}if(bA==="."){if(_A.braces>0&&yA.type==="dot"){if(yA.value===".")yA.output=eA;const ml=gA[gA.length-1];yA.type="dots";yA.output+=bA;yA.value+=bA;ml.dots=true;continue}if(_A.braces+_A.parens===0&&yA.type!=="bos"&&yA.type!=="slash"){push({type:"text",value:bA,output:eA});continue}push({type:"dot",value:bA,output:eA});continue}if(bA==="?"){const ml=yA&&yA.value==="(";if(!ml&&Rl.noextglob!==true&&vA()==="("&&vA(2)!=="?"){extglobOpen("qmark",bA);continue}if(yA&&yA.type==="paren"){const ml=vA();let Al=bA;if(ml==="<"&&!rd.supportsLookbehinds()){throw new Error("Node.js v10 or higher is required for regex lookbehinds")}if(yA.value==="("&&!/[!=<:]/.test(ml)||ml==="<"&&!/<([!=]|\w+>)/.test(remaining())){Al=`\\${bA}`}push({type:"text",value:bA,output:Al});continue}if(Rl.dot!==true&&(yA.type==="slash"||yA.type==="bos")){push({type:"qmark",value:bA,output:cA});continue}push({type:"qmark",value:bA,output:lA});continue}if(bA==="!"){if(Rl.noextglob!==true&&vA()==="("){if(vA(2)!=="?"||!/[!=<:]/.test(vA(3))){extglobOpen("negate",bA);continue}}if(Rl.nonegate!==true&&_A.index===0){negate();continue}}if(bA==="+"){if(Rl.noextglob!==true&&vA()==="("&&vA(2)!=="?"){extglobOpen("plus",bA);continue}if(yA&&yA.value==="("||Rl.regex===false){push({type:"plus",value:bA,output:tA});continue}if(yA&&(yA.type==="bracket"||yA.type==="paren"||yA.type==="brace")||_A.parens>0){push({type:"plus",value:bA});continue}push({type:"plus",value:tA});continue}if(bA==="@"){if(Rl.noextglob!==true&&vA()==="("&&vA(2)!=="?"){push({type:"at",extglob:true,value:bA,output:""});continue}push({type:"text",value:bA});continue}if(bA!=="*"){if(bA==="$"||bA==="^"){bA=`\\${bA}`}const ml=Qh.exec(remaining());if(ml){bA+=ml[0];_A.index+=ml[0].length}push({type:"text",value:bA});continue}if(yA&&(yA.type==="globstar"||yA.star===true)){yA.type="star";yA.star=true;yA.value+=bA;yA.output=fA;_A.backtrack=true;_A.globstar=true;consume(bA);continue}let Al=remaining();if(Rl.noextglob!==true&&/^\([^?]/.test(Al)){extglobOpen("star",bA);continue}if(yA.type==="star"){if(Rl.noglobstar===true){consume(bA);continue}const zl=yA.prev;const rd=zl.prev;const yh=zl.type==="slash"||zl.type==="bos";const kh=rd&&(rd.type==="star"||rd.type==="globstar");if(Rl.bash===true&&(!yh||Al[0]&&Al[0]!=="/")){push({type:"star",value:bA,output:""});continue}const Qh=_A.braces>0&&(zl.type==="comma"||zl.type==="brace");const cf=mA.length&&(zl.type==="pipe"||zl.type==="paren");if(!yh&&zl.type!=="paren"&&!Qh&&!cf){push({type:"star",value:bA,output:""});continue}while(Al.slice(0,3)==="/**"){const Rl=ml[_A.index+4];if(Rl&&Rl!=="/"){break}Al=Al.slice(3);consume("/**",3)}if(zl.type==="bos"&&eos()){yA.type="globstar";yA.value+=bA;yA.output=globstar(Rl);_A.output=yA.output;_A.globstar=true;consume(bA);continue}if(zl.type==="slash"&&zl.prev.type!=="bos"&&!kh&&eos()){_A.output=_A.output.slice(0,-(zl.output+yA.output).length);zl.output=`(?:${zl.output}`;yA.type="globstar";yA.output=globstar(Rl)+(Rl.strictSlashes?")":"|$)");yA.value+=bA;_A.globstar=true;_A.output+=zl.output+yA.output;consume(bA);continue}if(zl.type==="slash"&&zl.prev.type!=="bos"&&Al[0]==="/"){const ml=Al[1]!==void 0?"|$":"";_A.output=_A.output.slice(0,-(zl.output+yA.output).length);zl.output=`(?:${zl.output}`;yA.type="globstar";yA.output=`${globstar(Rl)}${rA}|${rA}${ml})`;yA.value+=bA;_A.output+=zl.output+yA.output;_A.globstar=true;consume(bA+EA());push({type:"slash",value:"/",output:""});continue}if(zl.type==="bos"&&Al[0]==="/"){yA.type="globstar";yA.value+=bA;yA.output=`(?:^|${rA}|${globstar(Rl)}${rA})`;_A.output=yA.output;_A.globstar=true;consume(bA+EA());push({type:"slash",value:"/",output:""});continue}_A.output=_A.output.slice(0,-yA.output.length);yA.type="globstar";yA.output=globstar(Rl);yA.value+=bA;_A.output+=yA.output;_A.globstar=true;consume(bA);continue}const zl={type:"star",value:bA,output:fA};if(Rl.bash===true){zl.output=".*?";if(yA.type==="bos"||yA.type==="slash"){zl.output=dA+zl.output}push(zl);continue}if(yA&&(yA.type==="bracket"||yA.type==="paren")&&Rl.regex===true){zl.output=bA;push(zl);continue}if(_A.index===_A.start||yA.type==="slash"||yA.type==="dot"){if(yA.type==="dot"){_A.output+=aA;yA.output+=aA}else if(Rl.dot===true){_A.output+=oA;yA.output+=oA}else{_A.output+=dA;yA.output+=dA}if(vA()!=="*"){_A.output+=nA;yA.output+=nA}}push(zl)}while(_A.brackets>0){if(Rl.strictBrackets===true)throw new SyntaxError(syntaxError("closing","]"));_A.output=rd.escapeLast(_A.output,"[");decrement("brackets")}while(_A.parens>0){if(Rl.strictBrackets===true)throw new SyntaxError(syntaxError("closing",")"));_A.output=rd.escapeLast(_A.output,"(");decrement("parens")}while(_A.braces>0){if(Rl.strictBrackets===true)throw new SyntaxError(syntaxError("closing","}"));_A.output=rd.escapeLast(_A.output,"{");decrement("braces")}if(Rl.strictSlashes!==true&&(yA.type==="star"||yA.type==="bracket")){push({type:"maybe_slash",value:"",output:`${rA}?`})}if(_A.backtrack===true){_A.output="";for(const ml of _A.tokens){_A.output+=ml.output!=null?ml.output:ml.value;if(ml.suffix){_A.output+=ml.suffix}}}return _A};parse.fastpaths=(ml,Al)=>{const Rl={...Al};const kh=typeof Rl.maxLength==="number"?Math.min(yh,Rl.maxLength):yh;const Qh=ml.length;if(Qh>kh){throw new SyntaxError(`Input length: ${Qh}, exceeds maximum allowed length: ${kh}`)}ml=t_[ml]||ml;const{DOT_LITERAL:cf,SLASH_LITERAL:r_,ONE_CHAR:u_,DOTS_SLASH:C_,NO_DOT:D_,NO_DOTS:S_,NO_DOTS_SLASH:P_,STAR:Cg,START_ANCHOR:eA}=zl.globChars(Rl.windows);const tA=Rl.dot?S_:D_;const rA=Rl.dot?P_:D_;const nA=Rl.capture?"":"?:";const iA={negated:false,prefix:""};let sA=Rl.bash===true?".*?":Cg;if(Rl.capture){sA=`(${sA})`}const globstar=ml=>{if(ml.noglobstar===true)return sA;return`(${nA}(?:(?!${eA}${ml.dot?C_:cf}).)*?)`};const create=ml=>{switch(ml){case"*":return`${tA}${u_}${sA}`;case".*":return`${cf}${u_}${sA}`;case"*.*":return`${tA}${sA}${cf}${u_}${sA}`;case"*/*":return`${tA}${sA}${r_}${u_}${rA}${sA}`;case"**":return tA+globstar(Rl);case"**/*":return`(?:${tA}${globstar(Rl)}${r_})?${rA}${u_}${sA}`;case"**/*.*":return`(?:${tA}${globstar(Rl)}${r_})?${rA}${sA}${cf}${u_}${sA}`;case"**/.*":return`(?:${tA}${globstar(Rl)}${r_})?${cf}${u_}${sA}`;default:{const Al=/^(.*?)\.(\w+)$/.exec(ml);if(!Al)return;const Rl=create(Al[1]);if(!Rl)return;return Rl+cf+Al[2]}}};const aA=rd.removePrefix(ml,iA);let oA=create(aA);if(oA&&Rl.strictSlashes!==true){oA+=`${r_}?`}return oA};ml.exports=parse},73505:(ml,Al,Rl)=>{"use strict";const zl=Rl(19818);const rd=Rl(31276);const yh=Rl(32430);const kh=Rl(30742);const isObject=ml=>ml&&typeof ml==="object"&&!Array.isArray(ml);const picomatch=(ml,Al,Rl=false)=>{if(Array.isArray(ml)){const zl=ml.map(ml=>picomatch(ml,Al,Rl));const arrayMatcher=ml=>{for(const Al of zl){const Rl=Al(ml);if(Rl)return Rl}return false};return arrayMatcher}const zl=isObject(ml)&&ml.tokens&&ml.input;if(ml===""||typeof ml!=="string"&&!zl){throw new TypeError("Expected pattern to be a non-empty string")}const rd=Al||{};const yh=rd.windows;const kh=zl?picomatch.compileRe(ml,Al):picomatch.makeRe(ml,Al,false,true);const Qh=kh.state;delete kh.state;let isIgnored=()=>false;if(rd.ignore){const ml={...Al,ignore:null,onMatch:null,onResult:null};isIgnored=picomatch(rd.ignore,ml,Rl)}const matcher=(Rl,zl=false)=>{const{isMatch:cf,match:t_,output:r_}=picomatch.test(Rl,kh,Al,{glob:ml,posix:yh});const u_={glob:ml,state:Qh,regex:kh,posix:yh,input:Rl,output:r_,match:t_,isMatch:cf};if(typeof rd.onResult==="function"){rd.onResult(u_)}if(cf===false){u_.isMatch=false;return zl?u_:false}if(isIgnored(Rl)){if(typeof rd.onIgnore==="function"){rd.onIgnore(u_)}u_.isMatch=false;return zl?u_:false}if(typeof rd.onMatch==="function"){rd.onMatch(u_)}return zl?u_:true};if(Rl){matcher.state=Qh}return matcher};picomatch.test=(ml,Al,Rl,{glob:zl,posix:rd}={})=>{if(typeof ml!=="string"){throw new TypeError("Expected input to be a string")}if(ml===""){return{isMatch:false,output:""}}const kh=Rl||{};const Qh=kh.format||(rd?yh.toPosixSlashes:null);let cf=ml===zl;let t_=cf&&Qh?Qh(ml):ml;if(cf===false){t_=Qh?Qh(ml):ml;cf=t_===zl}if(cf===false||kh.capture===true){if(kh.matchBase===true||kh.basename===true){cf=picomatch.matchBase(ml,Al,Rl,rd)}else{cf=Al.exec(t_)}}return{isMatch:Boolean(cf),match:cf,output:t_}};picomatch.matchBase=(ml,Al,Rl)=>{const zl=Al instanceof RegExp?Al:picomatch.makeRe(Al,Rl);return zl.test(yh.basename(ml))};picomatch.isMatch=(ml,Al,Rl)=>picomatch(Al,Rl)(ml);picomatch.parse=(ml,Al)=>{if(Array.isArray(ml))return ml.map(ml=>picomatch.parse(ml,Al));return rd(ml,{...Al,fastpaths:false})};picomatch.scan=(ml,Al)=>zl(ml,Al);picomatch.compileRe=(ml,Al,Rl=false,zl=false)=>{if(Rl===true){return ml.output}const rd=Al||{};const yh=rd.contains?"":"^";const kh=rd.contains?"":"$";let Qh=`${yh}(?:${ml.output})${kh}`;if(ml&&ml.negated===true){Qh=`^(?!${Qh}).*$`}const cf=picomatch.toRegex(Qh,Al);if(zl===true){cf.state=ml}return cf};picomatch.makeRe=(ml,Al,Rl=false,zl=false)=>{if(!ml||typeof ml!=="string"){throw new TypeError("Expected a non-empty string")}const yh=Al||{};let kh={negated:false,fastpaths:true};let Qh="";let cf;if(ml.startsWith("./")){ml=ml.slice(2);Qh=kh.prefix="./"}if(yh.fastpaths!==false&&(ml[0]==="."||ml[0]==="*")){cf=rd.fastpaths(ml,Al)}if(cf===undefined){kh=rd(ml,Al);kh.prefix=Qh+(kh.prefix||"")}else{kh.output=cf}return picomatch.compileRe(kh,Al,Rl,zl)};picomatch.toRegex=(ml,Al)=>{try{const Rl=Al||{};return new RegExp(ml,Rl.flags||(Rl.nocase?"i":""))}catch(ml){if(Al&&Al.debug===true)throw ml;return/$^/}};picomatch.constants=kh;ml.exports=picomatch},19818:(ml,Al,Rl)=>{"use strict";const zl=Rl(32430);const{CHAR_ASTERISK:rd,CHAR_AT:yh,CHAR_BACKWARD_SLASH:kh,CHAR_COMMA:Qh,CHAR_DOT:cf,CHAR_EXCLAMATION_MARK:t_,CHAR_FORWARD_SLASH:r_,CHAR_LEFT_CURLY_BRACE:u_,CHAR_LEFT_PARENTHESES:C_,CHAR_LEFT_SQUARE_BRACKET:D_,CHAR_PLUS:S_,CHAR_QUESTION_MARK:P_,CHAR_RIGHT_CURLY_BRACE:Cg,CHAR_RIGHT_PARENTHESES:eA,CHAR_RIGHT_SQUARE_BRACKET:tA}=Rl(30742);const isPathSeparator=ml=>ml===r_||ml===kh;const depth=ml=>{if(ml.isPrefix!==true){ml.depth=ml.isGlobstar?Infinity:1}};const scan=(ml,Al)=>{const Rl=Al||{};const rA=ml.length-1;const nA=Rl.parts===true||Rl.scanToEnd===true;const iA=[];const sA=[];const aA=[];let oA=ml;let lA=-1;let cA=0;let uA=0;let pA=false;let dA=false;let hA=false;let fA=false;let _A=false;let mA=false;let gA=false;let AA=false;let yA=false;let bA=0;let vA;let EA;let wA={value:"",depth:0,isGlob:false};const eos=()=>lA>=rA;const peek=()=>oA.charCodeAt(lA+1);const advance=()=>{vA=EA;return oA.charCodeAt(++lA)};while(lA0){xA=oA.slice(0,cA);oA=oA.slice(cA);uA-=cA}if(CA&&hA===true&&uA>0){CA=oA.slice(0,uA);DA=oA.slice(uA)}else if(hA===true){CA="";DA=oA}else{CA=oA}if(CA&&CA!==""&&CA!=="/"&&CA!==oA){if(isPathSeparator(CA.charCodeAt(CA.length-1))){CA=CA.slice(0,-1)}}if(Rl.unescape===true){if(DA)DA=zl.removeBackslashes(DA);if(CA&&gA===true){CA=zl.removeBackslashes(CA)}}const SA={prefix:xA,input:ml,start:cA,base:CA,glob:DA,isBrace:pA,isBracket:dA,isGlob:hA,isExtglob:fA,isGlobstar:_A,negated:AA};if(Rl.tokens===true){SA.maxDepth=0;if(!isPathSeparator(EA)){sA.push(wA)}SA.tokens=sA}if(Rl.parts===true||Rl.tokens===true){let Al;for(let zl=0;zl{"use strict";const{REGEX_BACKSLASH:zl,REGEX_REMOVE_BACKSLASH:rd,REGEX_SPECIAL_CHARS:yh,REGEX_SPECIAL_CHARS_GLOBAL:kh}=Rl(30742);Al.isObject=ml=>ml!==null&&typeof ml==="object"&&!Array.isArray(ml);Al.hasRegexChars=ml=>yh.test(ml);Al.isRegexChar=ml=>ml.length===1&&Al.hasRegexChars(ml);Al.escapeRegex=ml=>ml.replace(kh,"\\$1");Al.toPosixSlashes=ml=>ml.replace(zl,"/");Al.removeBackslashes=ml=>ml.replace(rd,ml=>ml==="\\"?"":ml);Al.supportsLookbehinds=()=>{const ml=process.version.slice(1).split(".").map(Number);if(ml.length===3&&ml[0]>=9||ml[0]===8&&ml[1]>=10){return true}return false};Al.escapeLast=(ml,Rl,zl)=>{const rd=ml.lastIndexOf(Rl,zl);if(rd===-1)return ml;if(ml[rd-1]==="\\")return Al.escapeLast(ml,Rl,rd-1);return`${ml.slice(0,rd)}\\${ml.slice(rd)}`};Al.removePrefix=(ml,Al={})=>{let Rl=ml;if(Rl.startsWith("./")){Rl=Rl.slice(2);Al.prefix="./"}return Rl};Al.wrapOutput=(ml,Al={},Rl={})=>{const zl=Rl.contains?"":"^";const rd=Rl.contains?"":"$";let yh=`${zl}(?:${ml})${rd}`;if(Al.negated===true){yh=`(?:^(?!${yh}).*$)`}return yh};Al.basename=(ml,{windows:Al}={})=>{if(Al){return ml.replace(/[\\/]$/,"").replace(/.*[\\/]/,"")}else{return ml.replace(/\/$/,"").replace(/.*\//,"")}}},86032:ml=>{"use strict";var Al=String.prototype.replace;var Rl=/%20/g;var zl={RFC1738:"RFC1738",RFC3986:"RFC3986"};ml.exports={default:zl.RFC3986,formatters:{RFC1738:function(ml){return Al.call(ml,Rl,"+")},RFC3986:function(ml){return String(ml)}},RFC1738:zl.RFC1738,RFC3986:zl.RFC3986}},40240:(ml,Al,Rl)=>{"use strict";var zl=Rl(71293);var rd=Rl(79091);var yh=Rl(86032);ml.exports={formats:yh,parse:rd,stringify:zl}},79091:(ml,Al,Rl)=>{"use strict";var zl=Rl(25225);var rd=Object.prototype.hasOwnProperty;var yh=Array.isArray;var kh={allowDots:false,allowEmptyArrays:false,allowPrototypes:false,allowSparse:false,arrayLimit:20,charset:"utf-8",charsetSentinel:false,comma:false,decodeDotInKeys:false,decoder:zl.decode,delimiter:"&",depth:5,duplicates:"combine",ignoreQueryPrefix:false,interpretNumericEntities:false,parameterLimit:1e3,parseArrays:true,plainObjects:false,strictDepth:false,strictMerge:true,strictNullHandling:false,throwOnLimitExceeded:false};var interpretNumericEntities=function(ml){return ml.replace(/&#(\d+);/g,function(ml,Al){return String.fromCharCode(parseInt(Al,10))})};var parseArrayValue=function(ml,Al,Rl){if(ml&&typeof ml==="string"&&Al.comma&&ml.indexOf(",")>-1){return ml.split(",")}if(Al.throwOnLimitExceeded&&Rl>=Al.arrayLimit){throw new RangeError("Array limit exceeded. Only "+Al.arrayLimit+" element"+(Al.arrayLimit===1?"":"s")+" allowed in an array.")}return ml};var Qh="utf8=%26%2310003%3B";var cf="utf8=%E2%9C%93";var t_=function parseQueryStringValues(ml,Al){var Rl={__proto__:null};var t_=Al.ignoreQueryPrefix?ml.replace(/^\?/,""):ml;t_=t_.replace(/%5B/gi,"[").replace(/%5D/gi,"]");var r_=Al.parameterLimit===Infinity?void undefined:Al.parameterLimit;var u_=t_.split(Al.delimiter,Al.throwOnLimitExceeded&&typeof r_!=="undefined"?r_+1:r_);if(Al.throwOnLimitExceeded&&typeof r_!=="undefined"&&u_.length>r_){throw new RangeError("Parameter limit exceeded. Only "+r_+" parameter"+(r_===1?"":"s")+" allowed.")}var C_=-1;var D_;var S_=Al.charset;if(Al.charsetSentinel){for(D_=0;D_-1){rA=yh(rA)?[rA]:rA}if(Al.comma&&yh(rA)&&rA.length>Al.arrayLimit){if(Al.throwOnLimitExceeded){throw new RangeError("Array limit exceeded. Only "+Al.arrayLimit+" element"+(Al.arrayLimit===1?"":"s")+" allowed in an array.")}rA=zl.combine([],rA,Al.arrayLimit,Al.plainObjects)}if(tA!==null){var nA=rd.call(Rl,tA);if(nA&&(Al.duplicates==="combine"||P_.indexOf("[]=")>-1)){Rl[tA]=zl.combine(Rl[tA],rA,Al.arrayLimit,Al.plainObjects)}else if(!nA||Al.duplicates==="last"){Rl[tA]=rA}}}return Rl};var parseObject=function(ml,Al,Rl,rd){var yh=0;if(ml.length>0&&ml[ml.length-1]==="[]"){var kh=ml.slice(0,-1).join("");yh=Array.isArray(Al)&&Al[kh]?Al[kh].length:0}var Qh=rd?Al:parseArrayValue(Al,Rl,yh);for(var cf=ml.length-1;cf>=0;--cf){var t_;var r_=ml[cf];if(r_==="[]"&&Rl.parseArrays){if(zl.isOverflow(Qh)){t_=Qh}else{t_=Rl.allowEmptyArrays&&(Qh===""||Rl.strictNullHandling&&Qh===null)?[]:zl.combine([],Qh,Rl.arrayLimit,Rl.plainObjects)}}else{t_=Rl.plainObjects?{__proto__:null}:{};var u_=r_.charAt(0)==="["&&r_.charAt(r_.length-1)==="]"?r_.slice(1,-1):r_;var C_=Rl.decodeDotInKeys?u_.replace(/%2E/g,"."):u_;var D_=parseInt(C_,10);var S_=!isNaN(D_)&&r_!==C_&&String(D_)===C_&&D_>=0&&Rl.parseArrays;if(!Rl.parseArrays&&C_===""){t_={0:Qh}}else if(S_&&D_=0?Rl.slice(0,yh):Rl;if(kh){if(!Al.plainObjects&&rd.call(Object.prototype,kh)){if(!Al.allowPrototypes){return}}zl[zl.length]=kh}var Qh=Rl.length;var cf=yh;var t_=0;while(cf>=0&&t_=0){if(Al.strictDepth===true){throw new RangeError("Input depth exceeded depth option of "+Al.depth+" and strictDepth is true")}zl[zl.length]="["+Rl.slice(cf)+"]"}return zl};var u_=function parseQueryStringKeys(ml,Al,Rl,zl){if(!ml){return}var rd=r_(ml,Rl);if(!rd){return}return parseObject(rd,Al,Rl,zl)};var C_=function normalizeParseOptions(ml){if(!ml){return kh}if(typeof ml.allowEmptyArrays!=="undefined"&&typeof ml.allowEmptyArrays!=="boolean"){throw new TypeError("`allowEmptyArrays` option can only be `true` or `false`, when provided")}if(typeof ml.decodeDotInKeys!=="undefined"&&typeof ml.decodeDotInKeys!=="boolean"){throw new TypeError("`decodeDotInKeys` option can only be `true` or `false`, when provided")}if(ml.decoder!==null&&typeof ml.decoder!=="undefined"&&typeof ml.decoder!=="function"){throw new TypeError("Decoder has to be a function.")}if(typeof ml.charset!=="undefined"&&ml.charset!=="utf-8"&&ml.charset!=="iso-8859-1"){throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined")}if(typeof ml.throwOnLimitExceeded!=="undefined"&&typeof ml.throwOnLimitExceeded!=="boolean"){throw new TypeError("`throwOnLimitExceeded` option must be a boolean")}var Al=typeof ml.charset==="undefined"?kh.charset:ml.charset;var Rl=typeof ml.duplicates==="undefined"?kh.duplicates:ml.duplicates;if(Rl!=="combine"&&Rl!=="first"&&Rl!=="last"){throw new TypeError("The duplicates option must be either combine, first, or last")}var rd=typeof ml.allowDots==="undefined"?ml.decodeDotInKeys===true?true:kh.allowDots:!!ml.allowDots;return{allowDots:rd,allowEmptyArrays:typeof ml.allowEmptyArrays==="boolean"?!!ml.allowEmptyArrays:kh.allowEmptyArrays,allowPrototypes:typeof ml.allowPrototypes==="boolean"?ml.allowPrototypes:kh.allowPrototypes,allowSparse:typeof ml.allowSparse==="boolean"?ml.allowSparse:kh.allowSparse,arrayLimit:typeof ml.arrayLimit==="number"?ml.arrayLimit:kh.arrayLimit,charset:Al,charsetSentinel:typeof ml.charsetSentinel==="boolean"?ml.charsetSentinel:kh.charsetSentinel,comma:typeof ml.comma==="boolean"?ml.comma:kh.comma,decodeDotInKeys:typeof ml.decodeDotInKeys==="boolean"?ml.decodeDotInKeys:kh.decodeDotInKeys,decoder:typeof ml.decoder==="function"?ml.decoder:kh.decoder,delimiter:typeof ml.delimiter==="string"||zl.isRegExp(ml.delimiter)?ml.delimiter:kh.delimiter,depth:typeof ml.depth==="number"||ml.depth===false?+ml.depth:kh.depth,duplicates:Rl,ignoreQueryPrefix:ml.ignoreQueryPrefix===true,interpretNumericEntities:typeof ml.interpretNumericEntities==="boolean"?ml.interpretNumericEntities:kh.interpretNumericEntities,parameterLimit:typeof ml.parameterLimit==="number"?ml.parameterLimit:kh.parameterLimit,parseArrays:ml.parseArrays!==false,plainObjects:typeof ml.plainObjects==="boolean"?ml.plainObjects:kh.plainObjects,strictDepth:typeof ml.strictDepth==="boolean"?!!ml.strictDepth:kh.strictDepth,strictMerge:typeof ml.strictMerge==="boolean"?!!ml.strictMerge:kh.strictMerge,strictNullHandling:typeof ml.strictNullHandling==="boolean"?ml.strictNullHandling:kh.strictNullHandling,throwOnLimitExceeded:typeof ml.throwOnLimitExceeded==="boolean"?ml.throwOnLimitExceeded:false}};ml.exports=function(ml,Al){var Rl=C_(Al);if(ml===""||ml===null||typeof ml==="undefined"){return Rl.plainObjects?{__proto__:null}:{}}var rd=typeof ml==="string"?t_(ml,Rl):ml;var yh=Rl.plainObjects?{__proto__:null}:{};var kh=Object.keys(rd);for(var Qh=0;Qh{"use strict";var zl=Rl(94753);var rd=Rl(25225);var yh=Rl(86032);var kh=Object.prototype.hasOwnProperty;var Qh={brackets:function brackets(ml){return ml+"[]"},comma:"comma",indices:function indices(ml,Al){return ml+"["+Al+"]"},repeat:function repeat(ml){return ml}};var cf=Array.isArray;var t_=Array.prototype.push;var pushToArray=function(ml,Al){t_.apply(ml,cf(Al)?Al:[Al])};var r_=Date.prototype.toISOString;var u_=yh["default"];var C_={addQueryPrefix:false,allowDots:false,allowEmptyArrays:false,arrayFormat:"indices",charset:"utf-8",charsetSentinel:false,commaRoundTrip:false,delimiter:"&",encode:true,encodeDotInKeys:false,encoder:rd.encode,encodeValuesOnly:false,filter:void undefined,format:u_,formatter:yh.formatters[u_],indices:false,serializeDate:function serializeDate(ml){return r_.call(ml)},skipNulls:false,strictNullHandling:false};var D_=function isNonNullishPrimitive(ml){return typeof ml==="string"||typeof ml==="number"||typeof ml==="boolean"||typeof ml==="symbol"||typeof ml==="bigint"};var S_={};var P_=function stringify(ml,Al,Rl,yh,kh,Qh,t_,r_,u_,P_,Cg,eA,tA,rA,nA,iA,sA,aA){var oA=ml;var lA=aA;var cA=0;var uA=false;while((lA=lA.get(S_))!==void undefined&&!uA){var pA=lA.get(ml);cA+=1;if(typeof pA!=="undefined"){if(pA===cA){throw new RangeError("Cyclic object value")}else{uA=true}}if(typeof lA.get(S_)==="undefined"){cA=0}}if(typeof P_==="function"){oA=P_(Al,oA)}else if(oA instanceof Date){oA=tA(oA)}else if(Rl==="comma"&&cf(oA)){oA=rd.maybeMap(oA,function(ml){if(ml instanceof Date){return tA(ml)}return ml})}if(oA===null){if(Qh){return nA(u_&&!iA?u_(Al,C_.encoder,sA,"key",rA):Al)}oA=""}if(D_(oA)||rd.isBuffer(oA)){if(u_){var dA=iA?Al:u_(Al,C_.encoder,sA,"key",rA);return[nA(dA)+"="+nA(u_(oA,C_.encoder,sA,"value",rA))]}return[nA(Al)+"="+nA(String(oA))]}var hA=[];if(typeof oA==="undefined"){return hA}var fA;if(Rl==="comma"&&cf(oA)){if(iA&&u_){oA=rd.maybeMap(oA,function(ml){return ml==null?ml:u_(ml)})}fA=[{value:oA.length>0?oA.join(",")||null:void undefined}]}else if(cf(P_)){fA=P_}else{var _A=Object.keys(oA);fA=Cg?_A.sort(Cg):_A}var mA=r_?String(Al).replace(/\./g,"%2E"):String(Al);var gA=yh&&cf(oA)&&oA.length===1?mA+"[]":mA;if(kh&&cf(oA)&&oA.length===0){return gA+"[]"}for(var AA=0;AA0?rA+tA:""}},25225:(ml,Al,Rl)=>{"use strict";var zl=Rl(86032);var rd=Rl(94753);var yh=Object.prototype.hasOwnProperty;var kh=Array.isArray;var Qh=rd();var cf=function markOverflow(ml,Al){Qh.set(ml,Al);return ml};var t_=function isOverflow(ml){return Qh.has(ml)};var r_=function getMaxIndex(ml){return Qh.get(ml)};var u_=function setMaxIndex(ml,Al){Qh.set(ml,Al)};var C_=function(){var ml=[];for(var Al=0;Al<256;++Al){ml[ml.length]="%"+((Al<16?"0":"")+Al.toString(16)).toUpperCase()}return ml}();var D_=function compactQueue(ml){while(ml.length>1){var Al=ml.pop();var Rl=Al.obj[Al.prop];if(kh(Rl)){var zl=[];for(var rd=0;rdRl.arrayLimit){return cf(S_(ml.concat(Al),Rl),zl)}ml[zl]=Al}else if(ml&&typeof ml==="object"){if(t_(ml)){var rd=r_(ml)+1;ml[rd]=Al;u_(ml,rd)}else if(Rl&&Rl.strictMerge){return[ml,Al]}else if(Rl&&(Rl.plainObjects||Rl.allowPrototypes)||!yh.call(Object.prototype,Al)){ml[Al]=true}}else{return[ml,Al]}return ml}if(!ml||typeof ml!=="object"){if(t_(Al)){var Qh=Object.keys(Al);var C_=Rl&&Rl.plainObjects?{__proto__:null,0:ml}:{0:ml};for(var D_=0;D_Rl.arrayLimit){return cf(S_(Cg,Rl),Cg.length-1)}return Cg}var eA=ml;if(kh(ml)&&!kh(Al)){eA=S_(ml,Rl)}if(kh(ml)&&kh(Al)){Al.forEach(function(Al,zl){if(yh.call(ml,zl)){var rd=ml[zl];if(rd&&typeof rd==="object"&&Al&&typeof Al==="object"){ml[zl]=merge(rd,Al,Rl)}else{ml[ml.length]=Al}}else{ml[zl]=Al}});return ml}return Object.keys(Al).reduce(function(ml,zl){var rd=Al[zl];if(yh.call(ml,zl)){ml[zl]=merge(ml[zl],rd,Rl)}else{ml[zl]=rd}if(t_(Al)&&!t_(ml)){cf(ml,r_(Al))}if(t_(ml)){var kh=parseInt(zl,10);if(String(kh)===zl&&kh>=0&&kh>r_(ml)){u_(ml,kh)}}return ml},eA)};var Cg=function assignSingleSource(ml,Al){return Object.keys(Al).reduce(function(ml,Rl){ml[Rl]=Al[Rl];return ml},ml)};var decode=function(ml,Al,Rl){var zl=ml.replace(/\+/g," ");if(Rl==="iso-8859-1"){return zl.replace(/%[0-9a-f]{2}/gi,unescape)}try{return decodeURIComponent(zl)}catch(ml){return zl}};var eA=1024;var tA=function encode(ml,Al,Rl,rd,yh){if(ml.length===0){return ml}var kh=ml;if(typeof ml==="symbol"){kh=Symbol.prototype.toString.call(ml)}else if(typeof ml!=="string"){kh=String(ml)}if(Rl==="iso-8859-1"){return escape(kh).replace(/%u[0-9a-f]{4}/gi,function(ml){return"%26%23"+parseInt(ml.slice(2),16)+"%3B"})}var Qh="";for(var cf=0;cf=eA?kh.slice(cf,cf+eA):kh;var r_=[];for(var u_=0;u_=48&&D_<=57||D_>=65&&D_<=90||D_>=97&&D_<=122||yh===zl.RFC1738&&(D_===40||D_===41)){r_[r_.length]=t_.charAt(u_);continue}if(D_<128){r_[r_.length]=C_[D_];continue}if(D_<2048){r_[r_.length]=C_[192|D_>>6]+C_[128|D_&63];continue}if(D_<55296||D_>=57344){r_[r_.length]=C_[224|D_>>12]+C_[128|D_>>6&63]+C_[128|D_&63];continue}u_+=1;D_=65536+((D_&1023)<<10|t_.charCodeAt(u_)&1023);r_[r_.length]=C_[240|D_>>18]+C_[128|D_>>12&63]+C_[128|D_>>6&63]+C_[128|D_&63]}Qh+=r_.join("")}return Qh};var rA=function compact(ml){var Al=[{obj:{o:ml},prop:"o"}];var Rl=[];for(var zl=0;zlRl){return cf(S_(yh,{plainObjects:zl}),yh.length-1)}return yh};var aA=function maybeMap(ml,Al){if(kh(ml)){var Rl=[];for(var zl=0;zl{const zl=Rl(54336);const rd=Rl(28439);const yh=Rl(67793);const kh=Rl(3740);const{RateLimiterClusterMaster:Qh,RateLimiterClusterMasterPM2:cf,RateLimiterCluster:t_}=Rl(10565);const r_=Rl(24544);const u_=Rl(73250);const C_=Rl(87383);const D_=Rl(24016);const S_=Rl(10244);const P_=Rl(52860);const Cg=Rl(85860);const eA=Rl(80449);const tA=Rl(82309);const rA=Rl(16323);const nA=Rl(50673);const iA=Rl(75347);const sA=Rl(32193);const aA=Rl(53756);const oA=Rl(73283);const lA=Rl(36481);const cA=Rl(15299);const uA=Rl(27948);const pA=Rl(43184);ml.exports={RateLimiterRedis:zl,RateLimiterMongo:rd,RateLimiterMySQL:yh,RateLimiterPostgres:kh,RateLimiterMemory:r_,RateLimiterMemcache:u_,RateLimiterClusterMaster:Qh,RateLimiterClusterMasterPM2:cf,RateLimiterCluster:t_,RLWrapperBlackAndWhite:C_,RLWrapperTimeouts:D_,RateLimiterUnion:S_,RateLimiterQueue:P_,BurstyRateLimiter:Cg,RateLimiterRes:eA,RateLimiterDynamo:tA,RateLimiterPrisma:rA,RateLimiterValkey:sA,RateLimiterValkeyGlide:aA,RateLimiterSQLite:oA,RateLimiterEtcd:lA,RateLimiterDrizzle:nA,RateLimiterDrizzleNonAtomic:iA,RateLimiterEtcdNonAtomic:cA,RateLimiterQueueError:uA,RateLimiterEtcdTransactionFailedError:pA}},85860:(ml,Al,Rl)=>{const zl=Rl(80449);ml.exports=class BurstyRateLimiter{constructor(ml,Al){this._rateLimiter=ml;this._burstLimiter=Al}_combineRes(ml,Al){if(!ml){return null}return new zl(ml.remainingPoints,Math.min(ml.msBeforeNext,Al?Al.msBeforeNext:0),ml.consumedPoints,ml.isFirstInDuration)}consume(ml,Al=1,Rl={}){return this._rateLimiter.consume(ml,Al,Rl).catch(rd=>{if(rd instanceof zl){return this._burstLimiter.consume(ml,Al,Rl).then(ml=>Promise.resolve(this._combineRes(rd,ml))).catch(ml=>{if(ml instanceof zl){return Promise.reject(this._combineRes(rd,ml))}else{return Promise.reject(ml)}})}else{return Promise.reject(rd)}})}get(ml){return Promise.all([this._rateLimiter.get(ml),this._burstLimiter.get(ml)]).then(([ml,Al])=>this._combineRes(ml,Al))}get points(){return this._rateLimiter.points}}},87383:(ml,Al,Rl)=>{const zl=Rl(80449);ml.exports=class RLWrapperBlackAndWhite{constructor(ml={}){this.limiter=ml.limiter;this.blackList=ml.blackList;this.whiteList=ml.whiteList;this.isBlackListed=ml.isBlackListed;this.isWhiteListed=ml.isWhiteListed;this.runActionAnyway=ml.runActionAnyway}get limiter(){return this._limiter}set limiter(ml){if(typeof ml==="undefined"){throw new Error("limiter is not set")}this._limiter=ml}get runActionAnyway(){return this._runActionAnyway}set runActionAnyway(ml){this._runActionAnyway=typeof ml==="undefined"?false:ml}get blackList(){return this._blackList}set blackList(ml){this._blackList=Array.isArray(ml)?ml:[]}get isBlackListed(){return this._isBlackListed}set isBlackListed(ml){if(typeof ml==="undefined"){ml=()=>false}if(typeof ml!=="function"){throw new Error("isBlackListed must be function")}this._isBlackListed=ml}get whiteList(){return this._whiteList}set whiteList(ml){this._whiteList=Array.isArray(ml)?ml:[]}get isWhiteListed(){return this._isWhiteListed}set isWhiteListed(ml){if(typeof ml==="undefined"){ml=()=>false}if(typeof ml!=="function"){throw new Error("isWhiteListed must be function")}this._isWhiteListed=ml}isBlackListedSomewhere(ml){return this.blackList.indexOf(ml)>=0||this.isBlackListed(ml)}isWhiteListedSomewhere(ml){return this.whiteList.indexOf(ml)>=0||this.isWhiteListed(ml)}getBlackRes(){return new zl(0,Number.MAX_SAFE_INTEGER,0,false)}getWhiteRes(){return new zl(Number.MAX_SAFE_INTEGER,0,0,false)}rejectBlack(){return Promise.reject(this.getBlackRes())}resolveBlack(){return Promise.resolve(this.getBlackRes())}resolveWhite(){return Promise.resolve(this.getWhiteRes())}consume(ml,Al=1){let Rl;if(this.isWhiteListedSomewhere(ml)){Rl=this.resolveWhite()}else if(this.isBlackListedSomewhere(ml)){Rl=this.rejectBlack()}if(typeof Rl==="undefined"){return this.limiter.consume(ml,Al)}if(this.runActionAnyway){this.limiter.consume(ml,Al).catch(()=>{})}return Rl}block(ml,Al){let Rl;if(this.isWhiteListedSomewhere(ml)){Rl=this.resolveWhite()}else if(this.isBlackListedSomewhere(ml)){Rl=this.resolveBlack()}if(typeof Rl==="undefined"){return this.limiter.block(ml,Al)}if(this.runActionAnyway){this.limiter.block(ml,Al).catch(()=>{})}return Rl}penalty(ml,Al){let Rl;if(this.isWhiteListedSomewhere(ml)){Rl=this.resolveWhite()}else if(this.isBlackListedSomewhere(ml)){Rl=this.resolveBlack()}if(typeof Rl==="undefined"){return this.limiter.penalty(ml,Al)}if(this.runActionAnyway){this.limiter.penalty(ml,Al).catch(()=>{})}return Rl}reward(ml,Al){let Rl;if(this.isWhiteListedSomewhere(ml)){Rl=this.resolveWhite()}else if(this.isBlackListedSomewhere(ml)){Rl=this.resolveBlack()}if(typeof Rl==="undefined"){return this.limiter.reward(ml,Al)}if(this.runActionAnyway){this.limiter.reward(ml,Al).catch(()=>{})}return Rl}get(ml){let Al;if(this.isWhiteListedSomewhere(ml)){Al=this.resolveWhite()}else if(this.isBlackListedSomewhere(ml)){Al=this.resolveBlack()}if(typeof Al==="undefined"||this.runActionAnyway){return this.limiter.get(ml)}return Al}delete(ml){return this.limiter.delete(ml)}}},24016:(ml,Al,Rl)=>{const zl=Rl(88569);const rd=Rl(33847);ml.exports=class RLWrapperTimeouts extends rd{constructor(ml={}){super(ml);this.limiter=ml.limiter;this.timeoutMs=ml.timeoutMs||0}get limiter(){return this._limiter}set limiter(ml){if(!(ml instanceof zl)){throw new TypeError("limiter must be an instance of RateLimiterAbstract")}this._limiter=ml;if(!this.insuranceLimiter&&ml instanceof rd){this.insuranceLimiter=ml.insuranceLimiter}}get timeoutMs(){return this._timeoutMs}set timeoutMs(ml){if(typeof ml!=="number"||ml<0){throw new TypeError("timeoutMs must be a non-negative number")}this._timeoutMs=ml}_run(ml,Al){return new Promise(async(Rl,zl)=>{const rd=setTimeout(()=>zl(new Error("Operation timed out")),this.timeoutMs);await this.limiter[ml](...Al).then(ml=>{clearTimeout(rd);Rl(ml)}).catch(ml=>{clearTimeout(rd);zl(ml)})})}_consume(ml,Al=1,Rl={}){return this._run("consume",[ml,Al,Rl])}_penalty(ml,Al=1,Rl={}){return this._run("penalty",[ml,Al,Rl])}_reward(ml,Al=1,Rl={}){return this._run("reward",[ml,Al,Rl])}_get(ml,Al={}){return this._run("get",[ml,Al])}_set(ml,Al,Rl,zl={}){return this._run("set",[ml,Al,Rl,zl])}_block(ml,Al,Rl={}){return this._run("block",[ml,Al,Rl])}_delete(ml,Al={}){return this._run("delete",[ml,Al])}}},88569:ml=>{ml.exports=class RateLimiterAbstract{constructor(ml={}){this.points=ml.points;this.duration=ml.duration;this.blockDuration=ml.blockDuration;this.execEvenly=ml.execEvenly;this.execEvenlyMinDelayMs=ml.execEvenlyMinDelayMs;this.keyPrefix=ml.keyPrefix}get points(){return this._points}set points(ml){this._points=ml>=0?ml:4}get duration(){return this._duration}set duration(ml){this._duration=typeof ml==="undefined"?1:ml}get msDuration(){return this.duration*1e3}get blockDuration(){return this._blockDuration}set blockDuration(ml){this._blockDuration=typeof ml==="undefined"?0:ml}get msBlockDuration(){return this.blockDuration*1e3}get execEvenly(){return this._execEvenly}set execEvenly(ml){this._execEvenly=typeof ml==="undefined"?false:Boolean(ml)}get execEvenlyMinDelayMs(){return this._execEvenlyMinDelayMs}set execEvenlyMinDelayMs(ml){this._execEvenlyMinDelayMs=typeof ml==="undefined"?Math.ceil(this.msDuration/this.points):ml}get keyPrefix(){return this._keyPrefix}set keyPrefix(ml){if(typeof ml==="undefined"){ml="rlflx"}if(typeof ml!=="string"){throw new Error("keyPrefix must be string")}this._keyPrefix=ml}_getKeySecDuration(ml={}){return ml&&ml.customDuration>=0?ml.customDuration:this.duration}getKey(ml){return this.keyPrefix.length>0?`${this.keyPrefix}:${ml}`:ml}parseKey(ml){return ml.substring(this.keyPrefix.length)}consume(){throw new Error("You have to implement the method 'consume'!")}penalty(){throw new Error("You have to implement the method 'penalty'!")}reward(){throw new Error("You have to implement the method 'reward'!")}get(){throw new Error("You have to implement the method 'get'!")}set(){throw new Error("You have to implement the method 'set'!")}block(){throw new Error("You have to implement the method 'block'!")}delete(){throw new Error("You have to implement the method 'delete'!")}}},10565:(ml,Al,Rl)=>{const zl=Rl(29907);const rd=Rl(76982);const yh=Rl(88569);const kh=Rl(24544);const Qh=Rl(80449);const cf="rate_limiter_flexible";let t_=null;const masterSendToWorker=function(ml,Al,Rl,zl){let rd;if(zl===null||zl===true||zl===false){rd=zl}else{rd={remainingPoints:zl.remainingPoints,msBeforeNext:zl.msBeforeNext,consumedPoints:zl.consumedPoints,isFirstInDuration:zl.isFirstInDuration}}ml.send({channel:cf,keyPrefix:Al.keyPrefix,promiseId:Al.promiseId,type:Rl,data:rd})};const workerWaitInit=function(ml){setTimeout(()=>{if(this._initiated){process.send(ml)}else if(typeof this._promises[ml.promiseId]!=="undefined"){workerWaitInit.call(this,ml)}},30)};const workerSendToMaster=function(ml,Al,Rl,zl,rd){const yh={channel:cf,keyPrefix:this.keyPrefix,func:ml,promiseId:Al,data:{key:Rl,arg:zl,opts:rd}};if(!this._initiated){workerWaitInit.call(this,yh)}else{process.send(yh)}};const masterProcessMsg=function(ml,Al){if(!Al||Al.channel!==cf||typeof this._rateLimiters[Al.keyPrefix]==="undefined"){return false}let Rl;switch(Al.func){case"consume":Rl=this._rateLimiters[Al.keyPrefix].consume(Al.data.key,Al.data.arg,Al.data.opts);break;case"penalty":Rl=this._rateLimiters[Al.keyPrefix].penalty(Al.data.key,Al.data.arg,Al.data.opts);break;case"reward":Rl=this._rateLimiters[Al.keyPrefix].reward(Al.data.key,Al.data.arg,Al.data.opts);break;case"block":Rl=this._rateLimiters[Al.keyPrefix].block(Al.data.key,Al.data.arg,Al.data.opts);break;case"get":Rl=this._rateLimiters[Al.keyPrefix].get(Al.data.key,Al.data.opts);break;case"delete":Rl=this._rateLimiters[Al.keyPrefix].delete(Al.data.key,Al.data.opts);break;default:return false}if(Rl){Rl.then(Rl=>{masterSendToWorker(ml,Al,"resolve",Rl)}).catch(Rl=>{masterSendToWorker(ml,Al,"reject",Rl)})}};const workerProcessMsg=function(ml){if(!ml||ml.channel!==cf||ml.keyPrefix!==this.keyPrefix){return false}if(this._promises[ml.promiseId]){clearTimeout(this._promises[ml.promiseId].timeoutId);let Al;if(ml.data===null||ml.data===true||ml.data===false){Al=ml.data}else{Al=new Qh(ml.data.remainingPoints,ml.data.msBeforeNext,ml.data.consumedPoints,ml.data.isFirstInDuration)}switch(ml.type){case"resolve":this._promises[ml.promiseId].resolve(Al);break;case"reject":this._promises[ml.promiseId].reject(Al);break;default:throw new Error(`RateLimiterCluster: no such message type '${ml.type}'`)}delete this._promises[ml.promiseId]}};const getOpts=function(){return{points:this.points,duration:this.duration,blockDuration:this.blockDuration,execEvenly:this.execEvenly,execEvenlyMinDelayMs:this.execEvenlyMinDelayMs,keyPrefix:this.keyPrefix}};const savePromise=function(ml,Al){const Rl=process.hrtime();let zl=Rl[0].toString()+Rl[1].toString();if(typeof this._promises[zl]!=="undefined"){zl+=rd.randomBytes(12).toString("base64")}this._promises[zl]={resolve:ml,reject:Al,timeoutId:setTimeout(()=>{delete this._promises[zl];Al(new Error("RateLimiterCluster timeout: no answer from master in time"))},this.timeoutMs)};return zl};class RateLimiterClusterMaster{constructor(){if(t_){return t_}this._rateLimiters={};zl.setMaxListeners(0);zl.on("message",(ml,Al)=>{if(Al&&Al.channel===cf&&Al.type==="init"){if(typeof this._rateLimiters[Al.opts.keyPrefix]==="undefined"){this._rateLimiters[Al.opts.keyPrefix]=new kh(Al.opts)}ml.send({channel:cf,type:"init",keyPrefix:Al.opts.keyPrefix})}else{masterProcessMsg.call(this,ml,Al)}});t_=this}}class RateLimiterClusterMasterPM2{constructor(ml){if(t_){return t_}this._rateLimiters={};ml.launchBus((Al,Rl)=>{Rl.on("process:msg",Al=>{const Rl=Al.raw;if(Rl&&Rl.channel===cf&&Rl.type==="init"){if(typeof this._rateLimiters[Rl.opts.keyPrefix]==="undefined"){this._rateLimiters[Rl.opts.keyPrefix]=new kh(Rl.opts)}ml.sendDataToProcessId(Al.process.pm_id,{data:{},topic:cf,channel:cf,type:"init",keyPrefix:Rl.opts.keyPrefix},(ml,Al)=>{if(ml){console.log(ml,Al)}})}else{const zl={send:Rl=>{const zl=Rl;zl.topic=cf;if(typeof zl.data==="undefined"){zl.data={}}ml.sendDataToProcessId(Al.process.pm_id,zl,(ml,Al)=>{if(ml){console.log(ml,Al)}})}};masterProcessMsg.call(this,zl,Rl)}})});t_=this}}class RateLimiterClusterWorker extends yh{get timeoutMs(){return this._timeoutMs}set timeoutMs(ml){this._timeoutMs=typeof ml==="undefined"?5e3:Math.abs(parseInt(ml))}constructor(ml={}){super(ml);process.setMaxListeners(0);this.timeoutMs=ml.timeoutMs;this._initiated=false;process.on("message",ml=>{if(ml&&ml.channel===cf&&ml.type==="init"&&ml.keyPrefix===this.keyPrefix){this._initiated=true}else{workerProcessMsg.call(this,ml)}});process.send({channel:cf,type:"init",opts:getOpts.call(this)});this._promises={}}consume(ml,Al=1,Rl={}){return new Promise((zl,rd)=>{const yh=savePromise.call(this,zl,rd);workerSendToMaster.call(this,"consume",yh,ml,Al,Rl)})}penalty(ml,Al=1,Rl={}){return new Promise((zl,rd)=>{const yh=savePromise.call(this,zl,rd);workerSendToMaster.call(this,"penalty",yh,ml,Al,Rl)})}reward(ml,Al=1,Rl={}){return new Promise((zl,rd)=>{const yh=savePromise.call(this,zl,rd);workerSendToMaster.call(this,"reward",yh,ml,Al,Rl)})}block(ml,Al,Rl={}){return new Promise((zl,rd)=>{const yh=savePromise.call(this,zl,rd);workerSendToMaster.call(this,"block",yh,ml,Al,Rl)})}get(ml,Al={}){return new Promise((Rl,zl)=>{const rd=savePromise.call(this,Rl,zl);workerSendToMaster.call(this,"get",rd,ml,Al)})}delete(ml,Al={}){return new Promise((Rl,zl)=>{const rd=savePromise.call(this,Rl,zl);workerSendToMaster.call(this,"delete",rd,ml,Al)})}}ml.exports={RateLimiterClusterMaster:RateLimiterClusterMaster,RateLimiterClusterMasterPM2:RateLimiterClusterMasterPM2,RateLimiterCluster:RateLimiterClusterWorker}},50673:(ml,Al,Rl)=>{let zl=null;const rd=3e5;const yh=36e5;class RateLimiterDrizzleError extends Error{constructor(ml){super(ml);this.name="RateLimiterDrizzleError"}}async function getDrizzleOperators(){if(zl)return zl;try{function getPackageName(){return["drizzle","orm"].join("-")}const ml=await Rl(65407)(`${getPackageName()}`);const{and:Al,or:rd,gt:yh,lt:kh,eq:Qh,isNull:cf,sql:t_}=ml.default||ml;zl={and:Al,or:rd,gt:yh,lt:kh,eq:Qh,isNull:cf,sql:t_};return zl}catch(r_){throw new RateLimiterDrizzleError("drizzle-orm is not installed. Please install drizzle-orm to use RateLimiterDrizzle.")}}const kh=Rl(65140);const Qh=Rl(80449);class RateLimiterDrizzle extends kh{constructor(ml){super(ml);if(!ml?.schema){throw new RateLimiterDrizzleError("Drizzle schema is required")}if(!ml?.storeClient){throw new RateLimiterDrizzleError("Drizzle client is required")}this.schema=ml.schema;this.drizzleClient=ml.storeClient;this.clearExpiredByTimeout=ml.clearExpiredByTimeout??true;if(this.clearExpiredByTimeout){this._clearExpiredHourAgo()}}_getRateLimiterRes(ml,Al,Rl){const zl=new Qh;let rd=Rl;zl.isFirstInDuration=rd.points===Al;zl.consumedPoints=rd.points;zl.remainingPoints=Math.max(this.points-zl.consumedPoints,0);zl.msBeforeNext=rd.expire!==null?Math.max(new Date(rd.expire).getTime()-Date.now(),0):-1;return zl}async _upsert(ml,Al,Rl,zl=false){if(!this.drizzleClient){return Promise.reject(new RateLimiterDrizzleError("Drizzle client is not established"))}const{eq:rd,sql:yh}=await getDrizzleOperators();const kh=new Date;const Qh=Rl>0?new Date(kh.getTime()+Rl):null;const cf=await this.drizzleClient.transaction(async Rl=>{const[cf]=await Rl.select().from(this.schema).where(rd(this.schema.key,ml)).limit(1);const t_=zl||!cf?.expire||cf?.expire<=kh||Qh===null;const[r_]=await Rl.insert(this.schema).values({key:ml,points:Al,expire:Qh}).onConflictDoUpdate({target:this.schema.key,set:{points:!t_?yh`${this.schema.points} + ${Al}`:Al,...t_&&{expire:Qh}}}).returning();return r_});return cf}async _get(ml){if(!this.drizzleClient){return Promise.reject(new RateLimiterDrizzleError("Drizzle client is not established"))}const{and:Al,or:Rl,gt:zl,eq:rd,isNull:yh}=await getDrizzleOperators();const[kh]=await this.drizzleClient.select().from(this.schema).where(Al(rd(this.schema.key,ml),Rl(zl(this.schema.expire,new Date),yh(this.schema.expire)))).limit(1);return kh||null}async _delete(ml){if(!this.drizzleClient){return Promise.reject(new RateLimiterDrizzleError("Drizzle client is not established"))}const{eq:Al}=await getDrizzleOperators();const[Rl]=await this.drizzleClient.delete(this.schema).where(Al(this.schema.key,ml)).returning({key:this.schema.key});return!!Rl?.key}_clearExpiredHourAgo(){if(this._clearExpiredTimeoutId){clearTimeout(this._clearExpiredTimeoutId)}this._clearExpiredTimeoutId=setTimeout(async()=>{try{const{lt:ml}=await getDrizzleOperators();await this.drizzleClient.delete(this.schema).where(ml(this.schema.expire,new Date(Date.now()-yh)))}catch(ml){console.warn("Failed to clear expired records:",ml)}this._clearExpiredHourAgo()},rd);this._clearExpiredTimeoutId.unref()}}ml.exports=RateLimiterDrizzle},75347:(ml,Al,Rl)=>{let zl=null;const rd=3e5;const yh=36e5;class RateLimiterDrizzleError extends Error{constructor(ml){super(ml);this.name="RateLimiterDrizzleError"}}async function getDrizzleOperators(){if(zl)return zl;try{function getPackageName(){return["drizzle","orm"].join("-")}const ml=await Rl(65407)(`${getPackageName()}`);const{and:Al,or:rd,gt:yh,lt:kh,eq:Qh,isNull:cf,sql:t_}=ml.default||ml;zl={and:Al,or:rd,gt:yh,lt:kh,eq:Qh,isNull:cf,sql:t_};return zl}catch(r_){throw new RateLimiterDrizzleError("drizzle-orm is not installed. Please install drizzle-orm to use RateLimiterDrizzleNonAtomic.")}}const kh=Rl(65140);const Qh=Rl(80449);class RateLimiterDrizzleNonAtomic extends kh{constructor(ml){super(ml);if(!ml?.schema){throw new RateLimiterDrizzleError("Drizzle schema is required")}if(!ml?.storeClient){throw new RateLimiterDrizzleError("Drizzle client is required")}this.schema=ml.schema;this.drizzleClient=ml.storeClient;this.clearExpiredByTimeout=ml.clearExpiredByTimeout??true;if(this.clearExpiredByTimeout){this._clearExpiredHourAgo()}}_getRateLimiterRes(ml,Al,Rl){const zl=new Qh;let rd=Rl;zl.isFirstInDuration=rd.points===Al;zl.consumedPoints=rd.points;zl.remainingPoints=Math.max(this.points-zl.consumedPoints,0);zl.msBeforeNext=rd.expire!==null?Math.max(new Date(rd.expire).getTime()-Date.now(),0):-1;return zl}async _upsert(ml,Al,Rl,zl=false){if(!this.drizzleClient){return Promise.reject(new RateLimiterDrizzleError("Drizzle client is not established"))}const{eq:rd}=await getDrizzleOperators();const yh=new Date;const kh=Rl>0?new Date(yh.getTime()+Rl):null;const[Qh]=await this.drizzleClient.select().from(this.schema).where(rd(this.schema.key,ml)).limit(1);const cf=zl||!Qh||!Qh.expire||Qh.expire<=yh||kh===null;let t_;if(Qh&&!cf){t_=Qh.points+Al}else{t_=Al}const[r_]=await this.drizzleClient.insert(this.schema).values({key:ml,points:t_,expire:kh}).onConflictDoUpdate({target:this.schema.key,set:{points:t_,...cf&&{expire:kh}}}).returning();return r_}async _get(ml){if(!this.drizzleClient){return Promise.reject(new RateLimiterDrizzleError("Drizzle client is not established"))}const{and:Al,or:Rl,gt:zl,eq:rd,isNull:yh}=await getDrizzleOperators();const[kh]=await this.drizzleClient.select().from(this.schema).where(Al(rd(this.schema.key,ml),Rl(zl(this.schema.expire,new Date),yh(this.schema.expire)))).limit(1);return kh||null}async _delete(ml){if(!this.drizzleClient){return Promise.reject(new RateLimiterDrizzleError("Drizzle client is not established"))}const{eq:Al}=await getDrizzleOperators();const[Rl]=await this.drizzleClient.delete(this.schema).where(Al(this.schema.key,ml)).returning({key:this.schema.key});return!!(Rl&&Rl.key)}_clearExpiredHourAgo(){if(this._clearExpiredTimeoutId){clearTimeout(this._clearExpiredTimeoutId)}this._clearExpiredTimeoutId=setTimeout(async()=>{try{const{lt:ml}=await getDrizzleOperators();await this.drizzleClient.delete(this.schema).where(ml(this.schema.expire,new Date(Date.now()-yh)))}catch(ml){console.warn("Failed to clear expired records:",ml)}this._clearExpiredHourAgo()},rd);this._clearExpiredTimeoutId.unref()}}ml.exports=RateLimiterDrizzleNonAtomic},82309:(ml,Al,Rl)=>{const zl=Rl(80449);const rd=Rl(65140);class DynamoItem{constructor(ml,Al,Rl){this.key=ml;this.points=Al;this.expire=Rl}}const yh=25;const kh=25;class RateLimiterDynamo extends rd{constructor(ml,Al=null){super(ml);this.client=ml.storeClient;this.tableName=ml.tableName;this.tableCreated=ml.tableCreated;this.ttlManuallySet=ml.ttlSet;if(!this.tableCreated){this._createTable(ml.dynamoTableOpts).then(ml=>{this.tableCreated=true;this._setTTL().finally(()=>{if(typeof Al==="function"){Al()}})}).catch(ml=>{if(typeof Al==="function"){Al(ml)}else{throw ml}})}else{this._setTTL().finally(()=>{if(typeof Al==="function"){Al()}})}}get tableName(){return this._tableName}set tableName(ml){this._tableName=typeof ml==="undefined"?"node-rate-limiter-flexible":ml}get tableCreated(){return this._tableCreated}set tableCreated(ml){this._tableCreated=typeof ml==="undefined"?false:!!ml}async _createTable(ml){const Al={TableName:this.tableName,AttributeDefinitions:[{AttributeName:"key",AttributeType:"S"}],KeySchema:[{AttributeName:"key",KeyType:"HASH"}],ProvisionedThroughput:{ReadCapacityUnits:ml&&ml.readCapacityUnits?ml.readCapacityUnits:yh,WriteCapacityUnits:ml&&ml.writeCapacityUnits?ml.writeCapacityUnits:kh}};try{const ml=await this.client.createTable(Al);return ml}catch(ml){if(ml.__type&&ml.__type.includes("ResourceInUseException")){return null}else{throw ml}}}async _get(ml){if(!this.tableCreated){throw new Error("Table is not created yet")}const Al={TableName:this.tableName,Key:{key:{S:ml}}};const Rl=await this.client.getItem(Al);if(Rl.Item){return new DynamoItem(Rl.Item.key.S,Number(Rl.Item.points.N),Number(Rl.Item.expire.N))}else{return null}}async _delete(ml){if(!this.tableCreated){throw new Error("Table is not created yet")}const Al={TableName:this.tableName,Key:{key:{S:ml}},ConditionExpression:"attribute_exists(#k)",ExpressionAttributeNames:{"#k":"key"}};try{const ml=await this._client.deleteItem(Al);return ml.$metadata.httpStatusCode===200}catch(ml){if(ml.__type&&ml.__type.includes("ConditionalCheckFailedException")){return false}else{throw ml}}}async _upsert(ml,Al,Rl,zl=false,rd={}){if(!this.tableCreated){throw new Error("Table is not created yet")}const yh=Date.now();const kh=yh/1e3;const Qh=Rl>0?(yh+Rl)/1e3:-1;if(zl){return await this._baseUpsert({TableName:this.tableName,Key:{key:{S:ml}},UpdateExpression:"SET points = :points, expire = :expire",ExpressionAttributeValues:{":points":{N:Al.toString()},":expire":{N:Qh.toString()}},ReturnValues:"ALL_NEW"})}try{return await this._baseUpsert({TableName:this.tableName,Key:{key:{S:ml}},UpdateExpression:"SET points = :new_points, expire = :new_expire",ExpressionAttributeValues:{":new_points":{N:Al.toString()},":new_expire":{N:Qh.toString()},":where_expire":{N:kh.toString()}},ConditionExpression:"expire <= :where_expire OR attribute_not_exists(points)",ReturnValues:"ALL_NEW"})}catch(Rl){return await this._baseUpsert({TableName:this.tableName,Key:{key:{S:ml}},UpdateExpression:"SET points = points + :new_points",ExpressionAttributeValues:{":new_points":{N:Al.toString()},":where_expire":{N:kh.toString()}},ConditionExpression:"expire > :where_expire",ReturnValues:"ALL_NEW"})}}async _baseUpsert(ml){if(!this.tableCreated){throw new Error("Table is not created yet")}try{const Al=await this.client.updateItem(ml);return new DynamoItem(Al.Attributes.key.S,Number(Al.Attributes.points.N),Number(Al.Attributes.expire.N))}catch(ml){throw ml}}async _setTTL(){if(!this.tableCreated){throw new Error("Table is not created yet")}try{const ml=await this._isTTLSet();if(ml){return}const Al={TableName:this.tableName,TimeToLiveSpecification:{AttributeName:"expire",Enabled:true}};const Rl=await this.client.updateTimeToLive(Al);return Rl}catch(ml){throw ml}}async _isTTLSet(){if(!this.tableCreated){throw new Error("Table is not created yet")}if(this.ttlManuallySet){return true}try{const ml=await this.client.describeTimeToLive({TableName:this.tableName});return ml.$metadata.httpStatusCode==200&&ml.TimeToLiveDescription.TimeToLiveStatus==="ENABLED"&&ml.TimeToLiveDescription.AttributeName==="expire"}catch(ml){throw ml}}_getRateLimiterRes(ml,Al,Rl){const rd=new zl;rd.isFirstInDuration=Al===Rl.points;rd.consumedPoints=rd.isFirstInDuration?Al:Rl.points;rd.remainingPoints=Math.max(this.points-rd.consumedPoints,0);rd.msBeforeNext=Rl.expire!=-1?Math.max(Rl.expire*1e3-Date.now(),0):-1;return rd}}ml.exports=RateLimiterDynamo},36481:(ml,Al,Rl)=>{const zl=Rl(43184);const rd=Rl(15299);const yh=5;class RateLimiterEtcd extends rd{async _upsert(ml,Al,Rl,rd=false){const kh=Rl>0?Date.now()+Rl:null;let Qh={points:Al,expire:kh};let cf;if(rd){await this.client.put(ml).value(JSON.stringify(Qh))}else{const Rl=await this.client.if(ml,"Version","===","0").then(this.client.put(ml).value(JSON.stringify(Qh))).commit().then(ml=>!!ml.succeeded);if(!Rl){let Rl=false;for(let zl=0;zl!!ml.succeeded);if(Rl){break}}if(!Rl){throw new zl("Could not set new value in a transaction.")}}}return Qh}}ml.exports=RateLimiterEtcd},15299:(ml,Al,Rl)=>{const zl=Rl(65140);const rd=Rl(80449);const yh=Rl(72922);class RateLimiterEtcdNonAtomic extends zl{constructor(ml){super(ml);if(!ml.storeClient){throw new yh('You need to set the option "storeClient" to an instance of class "Etcd3".')}this.client=ml.storeClient}_getRateLimiterRes(ml,Al,Rl){const zl=new rd;zl.isFirstInDuration=Al===Rl.points;zl.consumedPoints=zl.isFirstInDuration?Al:Rl.points;zl.remainingPoints=Math.max(this.points-zl.consumedPoints,0);zl.msBeforeNext=Rl.expire?Math.max(Rl.expire-Date.now(),0):-1;return zl}async _upsert(ml,Al,Rl,zl=false){const rd=Rl>0?Date.now()+Rl:null;let yh={points:Al,expire:rd};if(zl){await this.client.put(ml).value(JSON.stringify(yh))}else{const Rl=await this._get(ml);yh={points:(Rl!==null?Rl.points:0)+Al,expire:rd};await this.client.put(ml).value(JSON.stringify(yh))}return yh}async _get(ml){return this.client.get(ml).string().then(ml=>ml!==null?JSON.parse(ml):null)}async _delete(ml){return this.client.delete().key(ml).then(ml=>ml.deleted==="1")}}ml.exports=RateLimiterEtcdNonAtomic},33847:(ml,Al,Rl)=>{const zl=Rl(88569);const rd=Rl(80449);ml.exports=class RateLimiterInsuredAbstract extends zl{constructor(ml={}){super(ml);this.insuranceLimiter=ml.insuranceLimiter}get insuranceLimiter(){return this._insuranceLimiter}set insuranceLimiter(ml){if(typeof ml!=="undefined"&&!(ml instanceof zl)){throw new Error("insuranceLimiter must be instance of RateLimiterAbstract")}this._insuranceLimiter=ml;if(this._insuranceLimiter){this._insuranceLimiter.blockDuration=this.blockDuration;this._insuranceLimiter.execEvenly=this.execEvenly}}_handleError(ml,Al,Rl,yh,kh){if(ml instanceof rd){yh(ml)}else if(!(this.insuranceLimiter instanceof zl)){yh(ml)}else{this.insuranceLimiter[Al](...kh).then(ml=>{Rl(ml)}).catch(ml=>{yh(ml)})}}_operation(ml,Al){const Rl=this[ml](...Al);return new Promise((zl,rd)=>Rl.then(ml=>{zl(ml)}).catch(Rl=>{if(ml.startsWith("_")){ml=ml.slice(1)}this._handleError(Rl,ml,zl,rd,Al)}))}consume(ml,Al=1,Rl={}){return this._operation("_consume",[ml,Al,Rl])}penalty(ml,Al=1,Rl={}){return this._operation("_penalty",[ml,Al,Rl])}reward(ml,Al=1,Rl={}){return this._operation("_reward",[ml,Al,Rl])}get(ml,Al={}){return this._operation("_get",[ml,Al])}set(ml,Al,Rl,zl={}){return this._operation("_set",[ml,Al,Rl,zl])}block(ml,Al,Rl={}){return this._operation("_block",[ml,Al,Rl])}delete(ml,Al={}){return this._operation("_delete",[ml,Al])}_consume(){throw new Error("You have to implement the method '_consume'!")}_penalty(){throw new Error("You have to implement the method '_penalty'!")}_reward(){throw new Error("You have to implement the method '_reward'!")}_get(){throw new Error("You have to implement the method '_get'!")}_set(){throw new Error("You have to implement the method '_set'!")}_block(){throw new Error("You have to implement the method '_block'!")}_delete(){throw new Error("You have to implement the method '_delete'!")}}},73250:(ml,Al,Rl)=>{const zl=Rl(65140);const rd=Rl(80449);class RateLimiterMemcache extends zl{constructor(ml){super(ml);this.client=ml.storeClient}_getRateLimiterRes(ml,Al,Rl){const zl=new rd;zl.consumedPoints=parseInt(Rl.consumedPoints);zl.isFirstInDuration=Rl.consumedPoints===Al;zl.remainingPoints=Math.max(this.points-zl.consumedPoints,0);zl.msBeforeNext=Rl.msBeforeNext;return zl}_upsert(ml,Al,Rl,zl=false,rd={}){return new Promise((yh,kh)=>{const Qh=Date.now();const cf=Math.floor(Rl/1e3);if(zl){this.client.set(ml,Al,cf,Rl=>{if(!Rl){this.client.set(`${ml}_expire`,cf>0?Qh+cf*1e3:-1,cf,()=>{const ml={consumedPoints:Al,msBeforeNext:cf>0?cf*1e3:-1};yh(ml)})}else{kh(Rl)}})}else{this.client.incr(ml,Al,(t_,r_)=>{if(t_||r_===false){this.client.add(ml,Al,cf,(t_,r_)=>{if(t_||!r_){if(typeof rd.attemptNumber==="undefined"||rd.attemptNumber<3){const Qh=Object.assign({},rd);Qh.attemptNumber=Qh.attemptNumber?Qh.attemptNumber+1:1;this._upsert(ml,Al,Rl,zl,Qh).then(ml=>yh(ml)).catch(ml=>kh(ml))}else{kh(new Error("Can not add key"))}}else{this.client.add(`${ml}_expire`,cf>0?Qh+cf*1e3:-1,cf,()=>{const ml={consumedPoints:Al,msBeforeNext:cf>0?cf*1e3:-1};yh(ml)})}})}else{this.client.get(`${ml}_expire`,(ml,Al)=>{if(ml){kh(ml)}else{const ml=Al===false?0:Al;const Rl={consumedPoints:r_,msBeforeNext:ml>=0?Math.max(ml-Qh,0):-1};yh(Rl)}})}})}})}_get(ml){return new Promise((Al,Rl)=>{const zl=Date.now();this.client.get(ml,(rd,yh)=>{if(!yh){Al(null)}else{this.client.get(`${ml}_expire`,(ml,rd)=>{if(ml){Rl(ml)}else{const ml=rd===false?0:rd;const Rl={consumedPoints:yh,msBeforeNext:ml>=0?Math.max(ml-zl,0):-1};Al(Rl)}})}})})}_delete(ml){return new Promise((Al,Rl)=>{this.client.del(ml,(zl,rd)=>{if(zl){Rl(zl)}else if(rd===false){Al(rd)}else{this.client.del(`${ml}_expire`,ml=>{if(ml){Rl(ml)}else{Al(rd)}})}})})}}ml.exports=RateLimiterMemcache},24544:(ml,Al,Rl)=>{const zl=Rl(88569);const rd=Rl(81534);const yh=Rl(80449);class RateLimiterMemory extends zl{constructor(ml={}){super(ml);this._memoryStorage=new rd}consume(ml,Al=1,Rl={}){return new Promise((zl,rd)=>{const yh=this.getKey(ml);const kh=this._getKeySecDuration(Rl);let Qh=this._memoryStorage.incrby(yh,Al,kh);Qh.remainingPoints=Math.max(this.points-Qh.consumedPoints,0);if(Qh.consumedPoints>this.points){if(this.blockDuration>0&&Qh.consumedPoints<=this.points+Al){Qh=this._memoryStorage.set(yh,Qh.consumedPoints,this.blockDuration)}rd(Qh)}else if(this.execEvenly&&Qh.msBeforeNext>0&&!Qh.isFirstInDuration){let ml=Math.ceil(Qh.msBeforeNext/(Qh.remainingPoints+2));if(ml{const rd=this._getKeySecDuration(Rl);const yh=this._memoryStorage.incrby(zl,Al,rd);yh.remainingPoints=Math.max(this.points-yh.consumedPoints,0);ml(yh)})}reward(ml,Al=1,Rl={}){const zl=this.getKey(ml);return new Promise(ml=>{const rd=this._getKeySecDuration(Rl);const yh=this._memoryStorage.incrby(zl,-Al,rd);yh.remainingPoints=Math.max(this.points-yh.consumedPoints,0);ml(yh)})}block(ml,Al){const Rl=Al*1e3;const zl=this.points+1;this._memoryStorage.set(this.getKey(ml),zl,Al);return Promise.resolve(new yh(0,Rl===0?-1:Rl,zl))}set(ml,Al,Rl){const zl=(Rl>=0?Rl:this.duration)*1e3;this._memoryStorage.set(this.getKey(ml),Al,Rl);return Promise.resolve(new yh(0,zl===0?-1:zl,Al))}get(ml){const Al=this._memoryStorage.get(this.getKey(ml));if(Al!==null){Al.remainingPoints=Math.max(this.points-Al.consumedPoints,0)}return Promise.resolve(Al)}delete(ml){return Promise.resolve(this._memoryStorage.delete(this.getKey(ml)))}}ml.exports=RateLimiterMemory},28439:(ml,Al,Rl)=>{const zl=Rl(65140);const rd=Rl(80449);function getDriverVersion(ml){try{const Al=ml.client?ml.client:ml;let Rl=[0,0,0];if(typeof Al.topology==="undefined"){const{version:ml}=Al.options.metadata.driver;Rl=ml.split("|",1)[0].split(".").map(ml=>parseInt(ml))}else{const{version:ml}=Al.topology.s.options.metadata.driver;Rl=ml.split(".").map(ml=>parseInt(ml))}return{major:Rl[0],feature:Rl[1],patch:Rl[2]}}catch(ml){return{major:0,feature:0,patch:0}}}class RateLimiterMongo extends zl{constructor(ml){super(ml);this.dbName=ml.dbName;this.tableName=ml.tableName;this.indexKeyPrefix=ml.indexKeyPrefix;this.disableIndexesCreation=ml.disableIndexesCreation;if(ml.mongo){this.client=ml.mongo}else{this.client=ml.storeClient}if(typeof this.client.then==="function"){this.client.then(ml=>{this.client=ml;this._initCollection();this._driverVersion=getDriverVersion(this.client)})}else{this._initCollection();this._driverVersion=getDriverVersion(this.client)}}get dbName(){return this._dbName}set dbName(ml){this._dbName=typeof ml==="undefined"?RateLimiterMongo.getDbName():ml}static getDbName(){return"node-rate-limiter-flexible"}get tableName(){return this._tableName}set tableName(ml){this._tableName=typeof ml==="undefined"?this.keyPrefix:ml}get client(){return this._client}set client(ml){if(typeof ml==="undefined"){throw new Error("mongo is not set")}this._client=ml}get indexKeyPrefix(){return this._indexKeyPrefix}set indexKeyPrefix(ml){this._indexKeyPrefix=ml||{}}get disableIndexesCreation(){return this._disableIndexesCreation}set disableIndexesCreation(ml){this._disableIndexesCreation=!!ml}async createIndexes(){const ml=typeof this.client.db==="function"?this.client.db(this.dbName):this.client;const Al=ml.collection(this.tableName);await Al.createIndex({expire:-1},{expireAfterSeconds:0});await Al.createIndex(Object.assign({},this.indexKeyPrefix,{key:1}),{unique:true})}_initCollection(){const ml=typeof this.client.db==="function"?this.client.db(this.dbName):this.client;const Al=ml.collection(this.tableName);if(!this.disableIndexesCreation){this.createIndexes().catch(ml=>{console.error(`Cannot create indexes for mongo collection ${this.tableName}`,ml)})}this._collection=Al}_getRateLimiterRes(ml,Al,Rl){const zl=new rd;let yh;if(typeof Rl.value==="undefined"){yh=Rl}else{yh=Rl.value}zl.isFirstInDuration=yh.points===Al;zl.consumedPoints=yh.points;zl.remainingPoints=Math.max(this.points-zl.consumedPoints,0);zl.msBeforeNext=yh.expire!==null?Math.max(new Date(yh.expire).getTime()-Date.now(),0):-1;return zl}_upsert(ml,Al,Rl,zl=false,rd={}){if(!this._collection){return Promise.reject(Error("Mongo connection is not established"))}const yh=rd.attrs||{};let kh;let Qh;if(zl){kh={key:ml};kh=Object.assign(kh,yh);Qh={$set:{key:ml,points:Al,expire:Rl>0?new Date(Date.now()+Rl):null}};Qh.$set=Object.assign(Qh.$set,yh)}else{kh={$or:[{expire:{$gt:new Date}},{expire:{$eq:null}}],key:ml};kh=Object.assign(kh,yh);Qh={$setOnInsert:{key:ml,expire:Rl>0?new Date(Date.now()+Rl):null},$inc:{points:Al}};Qh.$setOnInsert=Object.assign(Qh.$setOnInsert,yh)}const cf={upsert:true};if(this._driverVersion.major>=4||(this._driverVersion.major===3&&this._driverVersion.feature>=7||this._driverVersion.feature>=6&&this._driverVersion.patch>=7)){cf.returnDocument="after"}else{cf.returnOriginal=false}return new Promise((rd,t_)=>{this._collection.findOneAndUpdate(kh,Qh,cf).then(ml=>{rd(ml)}).catch(kh=>{if(kh&&kh.code===11e3){const kh=Object.assign({$or:[{expire:{$lte:new Date}},{expire:{$eq:null}}],key:ml},yh);const Qh={$set:Object.assign({key:ml,points:Al,expire:Rl>0?new Date(Date.now()+Rl):null},yh)};this._collection.findOneAndUpdate(kh,Qh,cf).then(ml=>{rd(ml)}).catch(yh=>{if(yh&&yh.code===11e3){this._upsert(ml,Al,Rl,zl).then(ml=>rd(ml)).catch(ml=>t_(ml))}else{t_(yh)}})}else{t_(kh)}})})}_get(ml,Al={}){if(!this._collection){return Promise.reject(Error("Mongo connection is not established"))}const Rl=Al.attrs||{};const zl=Object.assign({key:ml,$or:[{expire:{$gt:new Date}},{expire:{$eq:null}}]},Rl);return this._collection.findOne(zl)}_delete(ml,Al={}){if(!this._collection){return Promise.reject(Error("Mongo connection is not established"))}const Rl=Al.attrs||{};const zl=Object.assign({key:ml},Rl);return this._collection.deleteOne(zl).then(ml=>ml.deletedCount>0)}}ml.exports=RateLimiterMongo},67793:(ml,Al,Rl)=>{const zl=Rl(65140);const rd=Rl(80449);class RateLimiterMySQL extends zl{constructor(ml,Al=null){super(ml);this.client=ml.storeClient;this.clientType=ml.storeType;this.dbName=ml.dbName;this.tableName=ml.tableName;this.clearExpiredByTimeout=ml.clearExpiredByTimeout;this.tableCreated=ml.tableCreated;if(!this.tableCreated){this._createDbAndTable().then(()=>{this.tableCreated=true;if(this.clearExpiredByTimeout){this._clearExpiredHourAgo()}if(typeof Al==="function"){Al()}}).catch(ml=>{if(typeof Al==="function"){Al(ml)}else{throw ml}})}else{if(this.clearExpiredByTimeout){this._clearExpiredHourAgo()}if(typeof Al==="function"){Al()}}}clearExpired(ml){return new Promise(Al=>{this._getConnection().then(Rl=>{Rl.query(`DELETE FROM ??.?? WHERE expire < ?`,[this.dbName,this.tableName,ml],()=>{this._releaseConnection(Rl);Al()})}).catch(()=>{Al()})})}_clearExpiredHourAgo(){if(this._clearExpiredTimeoutId){clearTimeout(this._clearExpiredTimeoutId)}this._clearExpiredTimeoutId=setTimeout(()=>{this.clearExpired(Date.now()-36e5).then(()=>{this._clearExpiredHourAgo()})},3e5);this._clearExpiredTimeoutId.unref()}_getConnection(){switch(this.clientType){case"pool":return new Promise((ml,Al)=>{this.client.getConnection((Rl,zl)=>{if(Rl){return Al(Rl)}ml(zl)})});case"sequelize":return this.client.connectionManager.getConnection();case"knex":return this.client.client.acquireConnection();default:return Promise.resolve(this.client)}}_releaseConnection(ml){switch(this.clientType){case"pool":return ml.release();case"sequelize":return this.client.connectionManager.releaseConnection(ml);case"knex":return this.client.client.releaseConnection(ml);default:return true}}_createDbAndTable(){return new Promise((ml,Al)=>{this._getConnection().then(Rl=>{Rl.query(`CREATE DATABASE IF NOT EXISTS \`${this.dbName}\`;`,zl=>{if(zl){this._releaseConnection(Rl);return Al(zl)}Rl.query(this._getCreateTableStmt(),zl=>{if(zl){this._releaseConnection(Rl);return Al(zl)}this._releaseConnection(Rl);ml()})})}).catch(ml=>{Al(ml)})})}_getCreateTableStmt(){return`CREATE TABLE IF NOT EXISTS \`${this.dbName}\`.\`${this.tableName}\` (`+"`key` VARCHAR(255) CHARACTER SET utf8 NOT NULL,"+"`points` INT(9) NOT NULL default 0,"+"`expire` BIGINT UNSIGNED,"+"PRIMARY KEY (`key`)"+") ENGINE = INNODB;"}get clientType(){return this._clientType}set clientType(ml){if(typeof ml==="undefined"){if(this.client.constructor.name==="Connection"){ml="connection"}else if(this.client.constructor.name==="Pool"){ml="pool"}else if(this.client.constructor.name==="Sequelize"){ml="sequelize"}else{throw new Error("storeType is not defined")}}this._clientType=ml.toLowerCase()}get dbName(){return this._dbName}set dbName(ml){this._dbName=typeof ml==="undefined"?"rtlmtrflx":ml}get tableName(){return this._tableName}set tableName(ml){this._tableName=typeof ml==="undefined"?this.keyPrefix:ml}get tableCreated(){return this._tableCreated}set tableCreated(ml){this._tableCreated=typeof ml==="undefined"?false:!!ml}get clearExpiredByTimeout(){return this._clearExpiredByTimeout}set clearExpiredByTimeout(ml){this._clearExpiredByTimeout=typeof ml==="undefined"?true:Boolean(ml)}_getRateLimiterRes(ml,Al,Rl){const zl=new rd;const[yh]=Rl;zl.isFirstInDuration=Al===yh.points;zl.consumedPoints=zl.isFirstInDuration?Al:yh.points;zl.remainingPoints=Math.max(this.points-zl.consumedPoints,0);zl.msBeforeNext=yh.expire?Math.max(yh.expire-Date.now(),0):-1;return zl}_upsertTransaction(ml,Al,Rl,zl,rd){return new Promise((yh,kh)=>{ml.query("BEGIN",Qh=>{if(Qh){ml.rollback();return kh(Qh)}const cf=Date.now();const t_=zl>0?cf+zl:null;let r_;let u_;if(rd){r_=`INSERT INTO ??.?? VALUES (?, ?, ?)\n ON DUPLICATE KEY UPDATE \n points = ?, \n expire = ?;`;u_=[this.dbName,this.tableName,Al,Rl,t_,Rl,t_]}else{r_=`INSERT INTO ??.?? VALUES (?, ?, ?)\n ON DUPLICATE KEY UPDATE \n points = IF(expire <= ?, ?, points + (?)), \n expire = IF(expire <= ?, ?, expire);`;u_=[this.dbName,this.tableName,Al,Rl,t_,cf,Rl,Rl,cf,t_]}ml.query(r_,u_,Rl=>{if(Rl){ml.rollback();return kh(Rl)}ml.query("SELECT points, expire FROM ??.?? WHERE `key` = ?;",[this.dbName,this.tableName,Al],(Al,Rl)=>{if(Al){ml.rollback();return kh(Al)}ml.query("COMMIT",Al=>{if(Al){ml.rollback();return kh(Al)}yh(Rl)})})})})})}_upsert(ml,Al,Rl,zl=false){if(!this.tableCreated){return Promise.reject(Error("Table is not created yet"))}return new Promise((rd,yh)=>{this._getConnection().then(kh=>{this._upsertTransaction(kh,ml,Al,Rl,zl).then(ml=>{rd(ml);this._releaseConnection(kh)}).catch(ml=>{yh(ml);this._releaseConnection(kh)})}).catch(ml=>{yh(ml)})})}_get(ml){if(!this.tableCreated){return Promise.reject(Error("Table is not created yet"))}return new Promise((Al,Rl)=>{this._getConnection().then(zl=>{zl.query("SELECT points, expire FROM ??.?? WHERE `key` = ? AND (`expire` > ? OR `expire` IS NULL)",[this.dbName,this.tableName,ml,Date.now()],(ml,rd)=>{if(ml){Rl(ml)}else if(rd.length===0){Al(null)}else{Al(rd)}this._releaseConnection(zl)})}).catch(ml=>{Rl(ml)})})}_delete(ml){if(!this.tableCreated){return Promise.reject(Error("Table is not created yet"))}return new Promise((Al,Rl)=>{this._getConnection().then(zl=>{zl.query("DELETE FROM ??.?? WHERE `key` = ?",[this.dbName,this.tableName,ml],(ml,rd)=>{if(ml){Rl(ml)}else{Al(rd.affectedRows>0)}this._releaseConnection(zl)})}).catch(ml=>{Rl(ml)})})}}ml.exports=RateLimiterMySQL},3740:(ml,Al,Rl)=>{const zl=Rl(65140);const rd=Rl(80449);class RateLimiterPostgres extends zl{constructor(ml,Al=null){super(ml);this.client=ml.storeClient;this.clientType=ml.storeType;this.tableName=ml.tableName;this.schemaName=ml.schemaName;this.clearExpiredByTimeout=ml.clearExpiredByTimeout;this.tableCreated=ml.tableCreated;if(!this.tableCreated){this._createTable().then(()=>{this.tableCreated=true;if(this.clearExpiredByTimeout){this._clearExpiredHourAgo()}if(typeof Al==="function"){Al()}}).catch(ml=>{if(typeof Al==="function"){Al(ml)}else{throw ml}})}else{if(this.clearExpiredByTimeout){this._clearExpiredHourAgo()}if(typeof Al==="function"){Al()}}}_getTableIdentifier(){return this.schemaName?`"${this.schemaName}"."${this.tableName}"`:`"${this.tableName}"`}clearExpired(ml){return new Promise(Al=>{const Rl={name:"rlflx-clear-expired",text:`DELETE FROM ${this._getTableIdentifier()} WHERE expire < $1`,values:[ml]};this._query(Rl).then(()=>{Al()}).catch(()=>{Al()})})}_clearExpiredHourAgo(){if(this._clearExpiredTimeoutId){clearTimeout(this._clearExpiredTimeoutId)}this._clearExpiredTimeoutId=setTimeout(()=>{this.clearExpired(Date.now()-36e5).then(()=>{this._clearExpiredHourAgo()})},3e5);this._clearExpiredTimeoutId.unref()}_getConnection(){switch(this.clientType){case"pool":return Promise.resolve(this.client);case"sequelize":return this.client.connectionManager.getConnection();case"knex":return this.client.client.acquireConnection();case"typeorm":return Promise.resolve(this.client.driver.master);default:return Promise.resolve(this.client)}}_releaseConnection(ml){switch(this.clientType){case"pool":return true;case"sequelize":return this.client.connectionManager.releaseConnection(ml);case"knex":return this.client.client.releaseConnection(ml);case"typeorm":return true;default:return true}}_createTable(){return new Promise((ml,Al)=>{this._query({text:this._getCreateTableStmt()}).then(()=>{ml()}).catch(Rl=>{if(Rl.code==="23505"){ml()}else{Al(Rl)}})})}_getCreateTableStmt(){return`CREATE TABLE IF NOT EXISTS ${this._getTableIdentifier()} (\n key varchar(255) PRIMARY KEY,\n points integer NOT NULL DEFAULT 0,\n expire bigint\n );`}get clientType(){return this._clientType}set clientType(ml){const Al=this.client.constructor.name;if(typeof ml==="undefined"){if(Al==="Client"){ml="client"}else if(Al==="Pool"||Al==="BoundPool"){ml="pool"}else if(Al==="Sequelize"){ml="sequelize"}else{throw new Error("storeType is not defined")}}this._clientType=ml.toLowerCase()}get tableName(){return this._tableName}set tableName(ml){this._tableName=typeof ml==="undefined"?this.keyPrefix:ml}get schemaName(){return this._schemaName}set schemaName(ml){this._schemaName=ml}get tableCreated(){return this._tableCreated}set tableCreated(ml){this._tableCreated=typeof ml==="undefined"?false:!!ml}get clearExpiredByTimeout(){return this._clearExpiredByTimeout}set clearExpiredByTimeout(ml){this._clearExpiredByTimeout=typeof ml==="undefined"?true:Boolean(ml)}_getRateLimiterRes(ml,Al,Rl){const zl=new rd;const yh=Rl.rows[0];zl.isFirstInDuration=Al===yh.points;zl.consumedPoints=zl.isFirstInDuration?Al:yh.points;zl.remainingPoints=Math.max(this.points-zl.consumedPoints,0);zl.msBeforeNext=yh.expire?Math.max(yh.expire-Date.now(),0):-1;return zl}_query(ml){const Al=this.tableName.toLowerCase();const Rl={name:`${Al}:${ml.name}`,text:ml.text,values:ml.values};return new Promise((ml,Al)=>{this._getConnection().then(zl=>{zl.query(Rl).then(Al=>{ml(Al);this._releaseConnection(zl)}).catch(ml=>{Al(ml);this._releaseConnection(zl)})}).catch(ml=>{Al(ml)})})}_upsert(ml,Al,Rl,zl=false){if(!this.tableCreated){return Promise.reject(Error("Table is not created yet"))}const rd=Rl>0?Date.now()+Rl:null;const yh=zl?" $3 ":` CASE\n WHEN ${this._getTableIdentifier()}.expire <= $4 THEN $3\n ELSE ${this._getTableIdentifier()}.expire\n END `;return this._query({name:zl?"rlflx-upsert-force":"rlflx-upsert",text:`\n INSERT INTO ${this._getTableIdentifier()} VALUES ($1, $2, $3)\n ON CONFLICT(key) DO UPDATE SET\n points = CASE\n WHEN (${this._getTableIdentifier()}.expire <= $4 OR 1=${zl?1:0}) THEN $2\n ELSE ${this._getTableIdentifier()}.points + ($2)\n END,\n expire = ${yh}\n RETURNING points, expire;`,values:[ml,Al,rd,Date.now()]})}_get(ml){if(!this.tableCreated){return Promise.reject(Error("Table is not created yet"))}return new Promise((Al,Rl)=>{this._query({name:"rlflx-get",text:`\n SELECT points, expire FROM ${this._getTableIdentifier()} WHERE key = $1 AND (expire > $2 OR expire IS NULL);`,values:[ml,Date.now()]}).then(ml=>{if(ml.rowCount===0){ml=null}Al(ml)}).catch(ml=>{Rl(ml)})})}_delete(ml){if(!this.tableCreated){return Promise.reject(Error("Table is not created yet"))}return this._query({name:"rlflx-delete",text:`DELETE FROM ${this._getTableIdentifier()} WHERE key = $1`,values:[ml]}).then(ml=>ml.rowCount>0)}}ml.exports=RateLimiterPostgres},16323:(ml,Al,Rl)=>{const zl=Rl(65140);const rd=Rl(80449);class RateLimiterPrisma extends zl{constructor(ml){super(ml);this.modelName=ml.tableName||"RateLimiterFlexible";this.prismaClient=ml.storeClient;this.clearExpiredByTimeout=ml.clearExpiredByTimeout||true;if(!this.prismaClient){throw new Error("Prisma client is not provided")}if(this.clearExpiredByTimeout){this._clearExpiredHourAgo()}}_getRateLimiterRes(ml,Al,Rl){const zl=new rd;let yh=Rl;zl.isFirstInDuration=yh.points===Al;zl.consumedPoints=yh.points;zl.remainingPoints=Math.max(this.points-zl.consumedPoints,0);zl.msBeforeNext=yh.expire!==null?Math.max(new Date(yh.expire).getTime()-Date.now(),0):-1;return zl}_upsert(ml,Al,Rl,zl=false){if(!this.prismaClient){return Promise.reject(new Error("Prisma client is not established"))}const rd=new Date;const yh=Rl>0?new Date(rd.getTime()+Rl):null;return this.prismaClient.$transaction(async Rl=>{const kh=await Rl[this.modelName].findFirst({where:{key:ml}});if(kh){const Qh=zl||!kh.expire||kh.expire<=rd||yh===null;return Rl[this.modelName].update({where:{key:ml},data:{points:!Qh?kh.points+Al:Al,...Qh&&{expire:yh}}})}else{return Rl[this.modelName].create({data:{key:ml,points:Al,expire:yh}})}})}_get(ml){if(!this.prismaClient){return Promise.reject(new Error("Prisma client is not established"))}return this.prismaClient[this.modelName].findFirst({where:{AND:[{key:ml},{OR:[{expire:{gt:new Date}},{expire:null}]}]}})}_delete(ml){if(!this.prismaClient){return Promise.reject(new Error("Prisma client is not established"))}return this.prismaClient[this.modelName].deleteMany({where:{key:ml}}).then(ml=>ml.count>0)}_clearExpiredHourAgo(){if(this._clearExpiredTimeoutId){clearTimeout(this._clearExpiredTimeoutId)}this._clearExpiredTimeoutId=setTimeout(async()=>{await this.prismaClient[this.modelName].deleteMany({where:{expire:{lt:new Date(Date.now()-36e5)}}});this._clearExpiredHourAgo()},3e5);this._clearExpiredTimeoutId.unref()}}ml.exports=RateLimiterPrisma},52860:(ml,Al,Rl)=>{const zl=Rl(27948);const rd=4294967295;const yh="limiter";ml.exports=class RateLimiterQueue{constructor(ml,Al={maxQueueSize:rd}){this._queueLimiters={KEY_DEFAULT:new RateLimiterQueueInternal(ml,Al)};this._limiterFlexible=ml;this._maxQueueSize=Al.maxQueueSize}getTokensRemaining(ml=yh){if(this._queueLimiters[ml]){return this._queueLimiters[ml].getTokensRemaining()}else{return Promise.resolve(this._limiterFlexible.points)}}removeTokens(ml,Al=yh){if(!this._queueLimiters[Al]){this._queueLimiters[Al]=new RateLimiterQueueInternal(this._limiterFlexible,{key:Al,maxQueueSize:this._maxQueueSize})}return this._queueLimiters[Al].removeTokens(ml)}};class RateLimiterQueueInternal{constructor(ml,Al={maxQueueSize:rd,key:yh}){this._key=Al.key;this._waitTimeout=null;this._queue=[];this._limiterFlexible=ml;this._maxQueueSize=Al.maxQueueSize}getTokensRemaining(){return this._limiterFlexible.get(this._key).then(ml=>ml!==null?ml.remainingPoints:this._limiterFlexible.points)}removeTokens(ml){const Al=this;return new Promise((Rl,rd)=>{if(ml>Al._limiterFlexible.points){rd(new zl(`Requested tokens ${ml} exceeds maximum ${Al._limiterFlexible.points} tokens per interval`));return}if(Al._queue.length>0){Al._queueRequest.call(Al,Rl,rd,ml)}else{Al._limiterFlexible.consume(Al._key,ml).then(ml=>{Rl(ml.remainingPoints)}).catch(zl=>{if(zl instanceof Error){rd(zl)}else{Al._queueRequest.call(Al,Rl,rd,ml);if(Al._waitTimeout===null){Al._waitTimeout=setTimeout(Al._processFIFO.bind(Al),zl.msBeforeNext)}}})}})}_queueRequest(ml,Al,Rl){const rd=this;if(rd._queue.length{Al.resolve(Rl.remainingPoints);ml._processFIFO.call(ml)}).catch(Rl=>{if(Rl instanceof Error){Al.reject(Rl);ml._processFIFO.call(ml)}else{ml._queue.unshift(Al);if(ml._waitTimeout===null){ml._waitTimeout=setTimeout(ml._processFIFO.bind(ml),Rl.msBeforeNext)}}})}}},54336:(ml,Al,Rl)=>{const zl=Rl(65140);const rd=Rl(80449);const yh=`redis.call('set', KEYS[1], 0, 'EX', ARGV[2], 'NX') local consumed = redis.call('incrby', KEYS[1], ARGV[1]) local ttl = redis.call('pttl', KEYS[1]) if ttl == -1 then redis.call('expire', KEYS[1], ARGV[2]) ttl = 1000 * ARGV[2] end return {consumed, ttl} `;class RateLimiterRedis extends zl{constructor(ml){super(ml);this.client=ml.storeClient;this._rejectIfRedisNotReady=!!ml.rejectIfRedisNotReady;this._incrTtlLuaScript=ml.customIncrTtlLuaScript||yh;this.useRedisPackage=ml.useRedisPackage||this.client.constructor.name==="Commander"||false;this.useRedis3AndLowerPackage=ml.useRedis3AndLowerPackage;if(typeof this.client.defineCommand==="function"){this.client.defineCommand("rlflxIncr",{numberOfKeys:1,lua:this._incrTtlLuaScript})}}_isRedisReady(ml,Al){if(!this._rejectIfRedisNotReady){return true}if(this.client.status){return this.client.status==="ready"}if(typeof this.client.isReady==="function"){return this.client.isReady()}if(typeof this.client.isReady==="boolean"){return this.client.isReady===true}if(this.client._slots&&typeof this.client._slots.getClient==="function"){if(typeof this.client.isOpen==="boolean"&&this.client.isOpen!==true){return false}try{const Rl=this.client._slots.getClient(ml,Al);return Rl&&Rl.isReady===true}catch(ml){return false}}return true}_getRateLimiterRes(ml,Al,Rl){let[zl,yh]=Rl;if(Array.isArray(zl)){[,zl]=zl;[,yh]=yh}const kh=new rd;kh.consumedPoints=parseInt(zl);kh.isFirstInDuration=kh.consumedPoints===Al;kh.remainingPoints=Math.max(this.points-kh.consumedPoints,0);kh.msBeforeNext=yh;return kh}async _upsert(ml,Al,Rl,zl=false){if(typeof Al=="string"){if(!RegExp("^[1-9][0-9]*$").test(Al)){throw new Error("Consuming string different than integer values is not supported by this package")}}else if(!Number.isInteger(Al)){throw new Error("Consuming decimal number of points is not supported by this package")}if(!this._isRedisReady(ml,false)){throw new Error("Redis connection is not ready")}const rd=Math.floor(Rl/1e3);const yh=this.client.multi();if(zl){if(rd>0){if(!this.useRedisPackage&&!this.useRedis3AndLowerPackage){yh.set(ml,Al,"EX",rd)}else{yh.set(ml,Al,{EX:rd})}}else{yh.set(ml,Al)}if(!this.useRedisPackage&&!this.useRedis3AndLowerPackage){return yh.pttl(ml).exec(true)}return yh.pTTL(ml).exec(true)}if(rd>0){if(!this.useRedisPackage&&!this.useRedis3AndLowerPackage){return this.client.rlflxIncr([ml].concat([String(Al),String(rd),String(this.points),String(this.duration)]))}if(this.useRedis3AndLowerPackage){return new Promise((Rl,zl)=>{const incrCallback=function(ml,Al){if(ml){return zl(ml)}return Rl(Al)};if(typeof this.client.rlflxIncr==="function"){this.client.rlflxIncr(ml,Al,rd,this.points,this.duration,incrCallback)}else{this.client.eval(this._incrTtlLuaScript,1,ml,Al,rd,this.points,this.duration,incrCallback)}})}else{return this.client.eval(this._incrTtlLuaScript,{keys:[ml],arguments:[String(Al),String(rd),String(this.points),String(this.duration)]})}}else{if(!this.useRedisPackage&&!this.useRedis3AndLowerPackage){return yh.incrby(ml,Al).pttl(ml).exec(true)}return yh.incrBy(ml,Al).pTTL(ml).exec(true)}}async _get(ml){if(!this._isRedisReady(ml,true)){throw new Error("Redis connection is not ready")}if(!this.useRedisPackage&&!this.useRedis3AndLowerPackage){return this.client.multi().get(ml).pttl(ml).exec().then(ml=>{const[[,Al]]=ml;if(Al===null)return null;return ml})}return this.client.multi().get(ml).pTTL(ml).exec(true).then(ml=>{const[Al]=ml;if(Al===null)return null;return ml})}_delete(ml){return this.client.del(ml).then(ml=>ml>0)}}ml.exports=RateLimiterRedis},80449:ml=>{ml.exports=class RateLimiterRes{constructor(ml,Al,Rl,zl){this.remainingPoints=typeof ml==="undefined"?0:ml;this.msBeforeNext=typeof Al==="undefined"?0:Al;this.consumedPoints=typeof Rl==="undefined"?0:Rl;this.isFirstInDuration=typeof zl==="undefined"?false:zl}get msBeforeNext(){return this._msBeforeNext}set msBeforeNext(ml){this._msBeforeNext=ml;return this}get remainingPoints(){return this._remainingPoints}set remainingPoints(ml){this._remainingPoints=ml;return this}get consumedPoints(){return this._consumedPoints}set consumedPoints(ml){this._consumedPoints=ml;return this}get isFirstInDuration(){return this._isFirstInDuration}set isFirstInDuration(ml){this._isFirstInDuration=Boolean(ml)}_getDecoratedProperties(){return{remainingPoints:this.remainingPoints,msBeforeNext:this.msBeforeNext,consumedPoints:this.consumedPoints,isFirstInDuration:this.isFirstInDuration}}[Symbol.for("nodejs.util.inspect.custom")](){return this._getDecoratedProperties()}toString(){return JSON.stringify(this._getDecoratedProperties())}toJSON(){return this._getDecoratedProperties()}}},73283:(ml,Al,Rl)=>{const zl=Rl(65140);const rd=Rl(80449);class RateLimiterSQLite extends zl{_internalStoreType=null;constructor(ml,Al=null){super(ml);this.client=ml.storeClient;this.storeType=ml.storeType||"sqlite3";this.tableName=ml.tableName;this.tableCreated=ml.tableCreated||false;this.clearExpiredByTimeout=ml.clearExpiredByTimeout;this._validateStoreTypes(Al);this._validateStoreClient(Al);this._setInternalStoreType(Al);this._validateTableName(Al);if(!this.tableCreated){this._createDbAndTable().then(()=>{this.tableCreated=true;if(this.clearExpiredByTimeout)this._clearExpiredHourAgo();if(typeof Al==="function")Al()}).catch(ml=>{if(typeof Al==="function")Al(ml);else throw ml})}else{if(this.clearExpiredByTimeout)this._clearExpiredHourAgo();if(typeof Al==="function")Al()}}_validateStoreTypes(ml){const Al=["sqlite3","better-sqlite3","knex"];if(!Al.includes(this.storeType)){const Rl=new Error(`storeType must be one of: ${Al.join(", ")}`);if(typeof ml==="function")return ml(Rl);throw Rl}}_validateStoreClient(ml){if(this.storeType==="sqlite3"){if(typeof this.client.run!=="function"){const Al=new Error("storeClient must be an instance of sqlite3.Database when storeType is 'sqlite3' or no storeType was provided");if(typeof ml==="function")return ml(Al);throw Al}}else if(this.storeType==="better-sqlite3"){if(typeof this.client.prepare!=="function"||typeof this.client.run!=="undefined"){const Al=new Error("storeClient must be an instance of better-sqlite3.Database when storeType is 'better-sqlite3'");if(typeof ml==="function")return ml(Al);throw Al}}else if(this.storeType==="knex"){if(typeof this.client.raw!=="function"){const Al=new Error("storeClient must be an instance of Knex when storeType is 'knex'");if(typeof ml==="function")return ml(Al);throw Al}}}_setInternalStoreType(ml){if(this.storeType==="knex"){const Al=this.client.client.config.client;if(Al==="sqlite3"){this._internalStoreType="sqlite3"}else if(Al==="better-sqlite3"){this._internalStoreType="better-sqlite3"}else{const Al=new Error("Knex must be configured with 'sqlite3' or 'better-sqlite3' for RateLimiterSQLite");if(typeof ml==="function")return ml(Al);throw Al}}else{this._internalStoreType=this.storeType}}_validateTableName(ml){if(!/^[A-Za-z0-9_]*$/.test(this.tableName)){const Al=new Error("Table name must contain only letters and numbers");if(typeof ml==="function")return ml(Al);throw Al}}async _getConnection(){if(this.storeType==="knex"){return this.client.client.acquireConnection()}return this.client}_releaseConnection(ml){if(this.storeType==="knex"){this.client.client.releaseConnection(ml)}}async _createDbAndTable(){const ml=await this._getConnection();try{switch(this._internalStoreType){case"sqlite3":await new Promise((Al,Rl)=>{ml.run(this._getCreateTableSQL(),ml=>ml?Rl(ml):Al())});break;case"better-sqlite3":ml.prepare(this._getCreateTableSQL()).run();break;default:throw new Error("Unsupported internalStoreType")}}finally{this._releaseConnection(ml)}}_getCreateTableSQL(){return`CREATE TABLE IF NOT EXISTS ${this.tableName} (\n key TEXT PRIMARY KEY,\n points INTEGER NOT NULL DEFAULT 0,\n expire INTEGER\n )`}_clearExpiredHourAgo(){if(this._clearExpiredTimeoutId)clearTimeout(this._clearExpiredTimeoutId);this._clearExpiredTimeoutId=setTimeout(()=>{this.clearExpired(Date.now()-36e5).then(()=>this._clearExpiredHourAgo())},3e5);this._clearExpiredTimeoutId.unref()}async clearExpired(ml){const Al=`DELETE FROM ${this.tableName} WHERE expire < ?`;const Rl=await this._getConnection();try{switch(this._internalStoreType){case"sqlite3":await new Promise((zl,rd)=>{Rl.run(Al,[ml],ml=>ml?rd(ml):zl())});break;case"better-sqlite3":Rl.prepare(Al).run(ml);break;default:throw new Error("Unsupported internalStoreType")}}finally{this._releaseConnection(Rl)}}_getRateLimiterRes(ml,Al,Rl){const zl=new rd;zl.isFirstInDuration=Al===Rl.points;zl.consumedPoints=zl.isFirstInDuration?Al:Rl.points;zl.remainingPoints=Math.max(this.points-zl.consumedPoints,0);zl.msBeforeNext=Rl.expire?Math.max(Rl.expire-Date.now(),0):-1;return zl}async _upsertTransactionSQLite3(ml,Al,Rl){return await new Promise((zl,rd)=>{ml.serialize(()=>{ml.run("SAVEPOINT rate_limiter_trx;",yh=>{if(yh)return rd(yh);ml.get(Al,Rl,(Al,Rl)=>{if(Al){ml.run("ROLLBACK TO SAVEPOINT rate_limiter_trx;",()=>rd(Al));return}ml.run("RELEASE SAVEPOINT rate_limiter_trx;",()=>zl(Rl))})})})})}async _upsertTransactionBetterSQLite3(ml,Al,Rl){return ml.transaction(()=>ml.prepare(Al).get(...Rl))()}async _upsertTransaction(ml,Al,Rl,zl){const rd=Date.now();const yh=Rl>0?rd+Rl:null;const kh=zl?`INSERT OR REPLACE INTO ${this.tableName} (key, points, expire) VALUES (?, ?, ?) RETURNING points, expire`:`INSERT INTO ${this.tableName} (key, points, expire)\n VALUES (?, ?, ?)\n ON CONFLICT(key) DO UPDATE SET\n points = CASE WHEN expire IS NULL OR expire > ? THEN points + excluded.points ELSE excluded.points END,\n expire = CASE WHEN expire IS NULL OR expire > ? THEN expire ELSE excluded.expire END\n RETURNING points, expire`;const Qh=zl?[ml,Al,yh]:[ml,Al,yh,rd,rd];const cf=await this._getConnection();try{switch(this._internalStoreType){case"sqlite3":return this._upsertTransactionSQLite3(cf,kh,Qh);case"better-sqlite3":return this._upsertTransactionBetterSQLite3(cf,kh,Qh);default:throw new Error("Unsupported internalStoreType")}}finally{this._releaseConnection(cf)}}_upsert(ml,Al,Rl,zl=false){if(!this.tableCreated){return Promise.reject(new Error("Table is not created yet"))}return this._upsertTransaction(ml,Al,Rl,zl)}async _get(ml){const Al=`SELECT points, expire FROM ${this.tableName} WHERE key = ? AND (expire > ? OR expire IS NULL)`;const Rl=Date.now();const zl=await this._getConnection();try{switch(this._internalStoreType){case"sqlite3":return await new Promise((rd,yh)=>{zl.get(Al,[ml,Rl],(ml,Al)=>ml?yh(ml):rd(Al||null))});case"better-sqlite3":return zl.prepare(Al).get(ml,Rl)||null;default:throw new Error("Unsupported internalStoreType")}}finally{this._releaseConnection(zl)}}async _delete(ml){if(!this.tableCreated){return Promise.reject(new Error("Table is not created yet"))}const Al=`DELETE FROM ${this.tableName} WHERE key = ?`;const Rl=await this._getConnection();try{switch(this._internalStoreType){case"sqlite3":return await new Promise((zl,rd)=>{Rl.run(Al,[ml],function(ml){if(ml)rd(ml);else zl(this.changes>0)})});case"better-sqlite3":const zl=Rl.prepare(Al).run(ml);return zl.changes>0;default:throw new Error("Unsupported internalStoreType")}}finally{this._releaseConnection(Rl)}}}ml.exports=RateLimiterSQLite},65140:(ml,Al,Rl)=>{const zl=Rl(88569);const rd=Rl(38830);const yh=Rl(80449);const kh=Rl(33847);ml.exports=class RateLimiterStoreAbstract extends kh{constructor(ml={}){super(ml);this.inMemoryBlockOnConsumed=ml.inMemoryBlockOnConsumed;this.inMemoryBlockDuration=ml.inMemoryBlockDuration;this._inMemoryBlockedKeys=new rd}get client(){return this._client}set client(ml){if(typeof ml==="undefined"){throw new Error("storeClient is not set")}this._client=ml}_afterConsume(ml,Al,Rl,zl,rd,yh={}){const kh=this._getRateLimiterRes(Rl,zl,rd);if(this.inMemoryBlockOnConsumed>0&&!(this.inMemoryBlockDuration>0)&&kh.consumedPoints>=this.inMemoryBlockOnConsumed){this._inMemoryBlockedKeys.addMs(Rl,kh.msBeforeNext);if(kh.consumedPoints>this.points){return Al(kh)}else{return ml(kh)}}else if(kh.consumedPoints>this.points){let ml=Promise.resolve();if(this.blockDuration>0&&kh.consumedPoints<=this.points+zl){kh.msBeforeNext=this.msBlockDuration;ml=this._block(Rl,kh.consumedPoints,this.msBlockDuration,yh)}if(this.inMemoryBlockOnConsumed>0&&kh.consumedPoints>=this.inMemoryBlockOnConsumed){this._inMemoryBlockedKeys.add(Rl,this.inMemoryBlockDuration);kh.msBeforeNext=this.msInMemoryBlockDuration}ml.then(()=>{Al(kh)}).catch(ml=>{Al(ml)})}else if(this.execEvenly&&kh.msBeforeNext>0&&!kh.isFirstInDuration){let Al=Math.ceil(kh.msBeforeNext/(kh.remainingPoints+2));if(Al0){return this._inMemoryBlockedKeys.msBeforeExpire(ml)}return 0}get inMemoryBlockOnConsumed(){return this._inMemoryBlockOnConsumed}set inMemoryBlockOnConsumed(ml){this._inMemoryBlockOnConsumed=ml?parseInt(ml):0;if(this.inMemoryBlockOnConsumed>0&&this.points>this.inMemoryBlockOnConsumed){throw new Error('inMemoryBlockOnConsumed option must be greater or equal "points" option')}}get inMemoryBlockDuration(){return this._inMemoryBlockDuration}set inMemoryBlockDuration(ml){this._inMemoryBlockDuration=ml?parseInt(ml):0;if(this.inMemoryBlockDuration>0&&this.inMemoryBlockOnConsumed===0){throw new Error("inMemoryBlockOnConsumed option must be set up")}}get msInMemoryBlockDuration(){return this._inMemoryBlockDuration*1e3}block(ml,Al,Rl={}){const zl=Al*1e3;return this._block(this.getKey(ml),this.points+1,zl,Rl)}set(ml,Al,Rl,zl={}){const rd=(Rl>=0?Rl:this.duration)*1e3;return this._block(this.getKey(ml),Al,rd,zl)}_consume(ml,Al=1,Rl={}){return new Promise((zl,rd)=>{const kh=this.getKey(ml);const Qh=this.getInMemoryBlockMsBeforeExpire(kh);if(Qh>0){return rd(new yh(0,Qh))}this._upsert(kh,Al,this._getKeySecDuration(Rl)*1e3,false,Rl).then(ml=>{this._afterConsume(zl,rd,kh,Al,ml)}).catch(ml=>rd(ml))})}_penalty(ml,Al=1,Rl={}){const zl=this.getKey(ml);return new Promise((ml,rd)=>{this._upsert(zl,Al,this._getKeySecDuration(Rl)*1e3,false,Rl).then(Rl=>{ml(this._getRateLimiterRes(zl,Al,Rl))}).catch(ml=>rd(ml))})}_reward(ml,Al=1,Rl={}){const zl=this.getKey(ml);return new Promise((ml,rd)=>{this._upsert(zl,-Al,this._getKeySecDuration(Rl)*1e3,false,Rl).then(Rl=>{ml(this._getRateLimiterRes(zl,-Al,Rl))}).catch(ml=>rd(ml))})}get(ml,Al={}){const Rl=this.getKey(ml);return new Promise((zl,rd)=>{this._get(Rl,Al).then(ml=>{if(ml===null||typeof ml==="undefined"){zl(null)}else{zl(this._getRateLimiterRes(Rl,0,ml))}}).catch(Rl=>{this._handleError(Rl,"get",zl,rd,[ml,Al])})})}delete(ml,Al={}){const Rl=this.getKey(ml);return new Promise((zl,rd)=>{this._delete(Rl,Al).then(ml=>{this._inMemoryBlockedKeys.delete(Rl);zl(ml)}).catch(Rl=>{this._handleError(Rl,"delete",zl,rd,[ml,Al])})})}deleteInMemoryBlockedAll(){this._inMemoryBlockedKeys.delete()}_getRateLimiterRes(ml,Al,Rl){throw new Error("You have to implement the method '_getRateLimiterRes'!")}_block(ml,Al,Rl,zl={}){return new Promise((rd,kh)=>{this._upsert(ml,Al,Rl,true,zl).then(()=>{rd(new yh(0,Rl>0?Rl:-1,Al))}).catch(Al=>{this._handleError(Al,"block",rd,kh,[this.parseKey(ml),Rl/1e3,zl])})})}_get(ml,Al={}){throw new Error("You have to implement the method '_get'!")}_delete(ml,Al={}){throw new Error("You have to implement the method '_delete'!")}_upsert(ml,Al,Rl,zl=false,rd={}){throw new Error("You have to implement the method '_upsert'!")}}},10244:(ml,Al,Rl)=>{const zl=Rl(88569);ml.exports=class RateLimiterUnion{constructor(...ml){if(ml.length<1){throw new Error("RateLimiterUnion: at least one limiter have to be passed")}ml.forEach(ml=>{if(!(ml instanceof zl)){throw new Error("RateLimiterUnion: all limiters have to be instance of RateLimiterAbstract")}});this._limiters=ml}consume(ml,Al=1){return new Promise((Rl,zl)=>{const rd=[];this._limiters.forEach(Rl=>{rd.push(Rl.consume(ml,Al).catch(ml=>({rejected:true,rej:ml})))});Promise.all(rd).then(ml=>{const Al={};let rd=false;ml.forEach(ml=>{if(ml.rejected===true){rd=true}});for(let Rl=0;Rl{const zl=Rl(65140);const rd=Rl(80449);const yh=`\nserver.call('set', KEYS[1], 0, 'EX', ARGV[2], 'NX')\nlocal consumed = server.call('incrby', KEYS[1], ARGV[1])\nlocal ttl = server.call('pttl', KEYS[1])\nreturn {consumed, ttl}\n`;class RateLimiterValkey extends zl{constructor(ml){super(ml);this.client=ml.storeClient;this._rejectIfValkeyNotReady=!!ml.rejectIfValkeyNotReady;this._incrTtlLuaScript=ml.customIncrTtlLuaScript||yh;this.client.defineCommand("rlflxIncr",{numberOfKeys:1,lua:this._incrTtlLuaScript})}_isValkeyReady(){if(!this._rejectIfValkeyNotReady){return true}return this.client.status==="ready"}_getRateLimiterRes(ml,Al,Rl){let zl;let yh;if(Array.isArray(Rl[0])){[[,zl],[,yh]]=Rl}else{[zl,yh]=Rl}const kh=new rd;kh.consumedPoints=+zl;kh.isFirstInDuration=kh.consumedPoints===Al;kh.remainingPoints=Math.max(this.points-kh.consumedPoints,0);kh.msBeforeNext=yh;return kh}_upsert(ml,Al,Rl,zl=false){if(!this._isValkeyReady()){throw new Error("Valkey connection is not ready")}const rd=Math.floor(Rl/1e3);if(zl){const Rl=this.client.multi();if(rd>0){Rl.set(ml,Al,"EX",rd)}else{Rl.set(ml,Al)}return Rl.pttl(ml).exec()}if(rd>0){return this.client.rlflxIncr([ml,String(Al),String(rd),String(this.points),String(this.duration)])}return this.client.multi().incrby(ml,Al).pttl(ml).exec()}_get(ml){if(!this._isValkeyReady()){throw new Error("Valkey connection is not ready")}return this.client.multi().get(ml).pttl(ml).exec().then(ml=>{const[[,Al]]=ml;if(Al===null)return null;return ml})}_delete(ml){return this.client.del(ml).then(ml=>ml>0)}}ml.exports=RateLimiterValkey},53756:(ml,Al,Rl)=>{const zl=Rl(65140);const rd=Rl(80449);const yh="ratelimiterflexible";const kh=`local key = KEYS[1]\nlocal pointsToConsume = tonumber(ARGV[1])\nif tonumber(ARGV[2]) > 0 then\n server.call('set', key, "0", 'EX', ARGV[2], 'NX')\n local consumed = server.call('incrby', key, pointsToConsume)\n local pttl = server.call('pttl', key)\n return {consumed, pttl}\nend\nlocal consumed = server.call('incrby', key, pointsToConsume)\nlocal pttl = server.call('pttl', key)\nreturn {consumed, pttl}`;const Qh=`local key = KEYS[1]\nlocal value = server.call('get', key)\nif value == nil then\n return value\nend\nlocal pttl = server.call('pttl', key)\nreturn {tonumber(value), pttl}`;class RateLimiterValkeyGlide extends zl{constructor(ml){super(ml);this.client=ml.storeClient;this._scriptLoaded=false;this._getScriptLoaded=false;this._rejectIfValkeyNotReady=!!ml.rejectIfValkeyNotReady;this._luaScript=ml.customFunction||kh;this._libraryName=ml.customFunctionLibName||yh}async _loadScripts(){if(this._scriptLoaded&&this._getScriptLoaded){return true}if(!this.client){throw new Error("Valkey client is not set")}const ml=[];if(!this._scriptLoaded){const Al=Buffer.from(`#!lua name=${this._libraryName}\n local function consume(KEYS, ARGV)\n ${this._luaScript.trim()}\n end\n server.register_function('consume', consume)`);ml.push(this.client.functionLoad(Al,{replace:true}))}else ml.push(Promise.resolve(this._libraryName));if(!this._getScriptLoaded){const Al=Buffer.from(`#!lua name=ratelimiter_get\n local function getValue(KEYS, ARGV)\n ${Qh.trim()}\n end\n server.register_function('getValue', getValue)`);ml.push(this.client.functionLoad(Al,{replace:true}))}else ml.push(Promise.resolve("ratelimiter_get"));const Al=await Promise.all(ml);this._scriptLoaded=Al[0]===this._libraryName;this._getScriptLoaded=Al[1]==="ratelimiter_get";if(!this._scriptLoaded||!this._getScriptLoaded){throw new Error("Valkey connection is not ready, scripts not loaded")}return true}async _upsert(ml,Al,Rl,zl=false,rd={}){await this._loadScripts();const yh=Math.floor(Rl/1e3);if(zl){if(yh>0){await this.client.set(ml,String(Al),{expiry:{type:"EX",count:yh}});return[Al,yh*1e3]}await this.client.set(ml,String(Al));return[Al,-1]}const kh=await this.client.fcall("consume",[ml],[String(Al),String(yh)]);return kh}async _get(ml,Al={}){await this._loadScripts();const Rl=await this.client.fcall("getValue",[ml],[]);return Rl.length>0?Rl:null}async _delete(ml,Al={}){const Rl=await this.client.del([ml]);return Rl>0}_getRateLimiterRes(ml,Al,Rl){if(Rl===null){return null}const zl=new rd;const[yh,kh]=Rl;const Qh=Number(yh);zl.isFirstInDuration=Qh===Al;zl.consumedPoints=Qh;zl.remainingPoints=Math.max(this.points-zl.consumedPoints,0);zl.msBeforeNext=kh;return zl}async close(){if(this._scriptLoaded){await this.client.functionDelete(this._libraryName);this._scriptLoaded=false}if(this._getScriptLoaded){await this.client.functionDelete("ratelimiter_get");this._getScriptLoaded=false}if(this.insuranceLimiter){try{await this.insuranceLimiter.close()}catch(ml){}}this.client=null;this._scriptLoaded=false;this._getScriptLoaded=false;this._rejectIfValkeyNotReady=false;this._luaScript=null;this._libraryName=null;this.insuranceLimiter=null}}ml.exports=RateLimiterValkeyGlide},85202:ml=>{ml.exports=class BlockedKeys{constructor(){this._keys={};this._addedKeysAmount=0}collectExpired(){const ml=Date.now();Object.keys(this._keys).forEach(Al=>{if(this._keys[Al]<=ml){delete this._keys[Al]}});this._addedKeysAmount=Object.keys(this._keys).length}add(ml,Al){this.addMs(ml,Al*1e3)}addMs(ml,Al){this._keys[ml]=Date.now()+Al;this._addedKeysAmount++;if(this._addedKeysAmount>999){this.collectExpired()}}msBeforeExpire(ml){const Al=this._keys[ml];if(Al&&Al>=Date.now()){this.collectExpired();const ml=Date.now();return Al>=ml?Al-ml:0}return 0}delete(ml){if(ml){delete this._keys[ml]}else{Object.keys(this._keys).forEach(ml=>{delete this._keys[ml]})}}}},38830:(ml,Al,Rl)=>{const zl=Rl(85202);ml.exports=zl},81534:(ml,Al,Rl)=>{const zl=Rl(60749);const rd=Rl(80449);ml.exports=class MemoryStorage{constructor(){this._storage={}}incrby(ml,Al,Rl){if(this._storage[ml]){const zl=this._storage[ml].expiresAt?this._storage[ml].expiresAt.getTime()-(new Date).getTime():-1;if(!this._storage[ml].expiresAt||zl>0){this._storage[ml].value=this._storage[ml].value+Al;return new rd(0,zl,this._storage[ml].value,false)}return this.set(ml,Al,Rl)}return this.set(ml,Al,Rl)}set(ml,Al,Rl){const yh=Rl*1e3;if(this._storage[ml]&&this._storage[ml].timeoutId){clearTimeout(this._storage[ml].timeoutId)}this._storage[ml]=new zl(Al,yh>0?new Date(Date.now()+yh):null);if(yh>0){this._storage[ml].timeoutId=setTimeout(()=>{delete this._storage[ml]},yh);if(this._storage[ml].timeoutId.unref){this._storage[ml].timeoutId.unref()}}return new rd(0,yh===0?-1:yh,this._storage[ml].value,true)}get(ml){if(this._storage[ml]){const Al=this._storage[ml].expiresAt?this._storage[ml].expiresAt.getTime()-(new Date).getTime():-1;return new rd(0,Al,this._storage[ml].value,false)}return null}delete(ml){if(this._storage[ml]){if(this._storage[ml].timeoutId){clearTimeout(this._storage[ml].timeoutId)}delete this._storage[ml];return true}return false}}},60749:ml=>{ml.exports=class Record{constructor(ml,Al,Rl=null){this.value=ml;this.expiresAt=Al;this.timeoutId=Rl}get value(){return this._value}set value(ml){this._value=parseInt(ml)}get expiresAt(){return this._expiresAt}set expiresAt(ml){if(!(ml instanceof Date)&&Number.isInteger(ml)){ml=new Date(ml)}this._expiresAt=ml}get timeoutId(){return this._timeoutId}set timeoutId(ml){this._timeoutId=ml}}},43184:ml=>{ml.exports=class RateLimiterEtcdTransactionFailedError extends Error{constructor(ml){super();if(Error.captureStackTrace){Error.captureStackTrace(this,this.constructor)}this.name="RateLimiterEtcdTransactionFailedError";this.message=ml}}},27948:ml=>{ml.exports=class RateLimiterQueueError extends Error{constructor(ml,Al){super();if(Error.captureStackTrace){Error.captureStackTrace(this,this.constructor)}this.name="CustomError";this.message=ml;if(Al){this.extra=Al}}}},72922:ml=>{ml.exports=class RateLimiterSetupError extends Error{constructor(ml){super();if(Error.captureStackTrace){Error.captureStackTrace(this,this.constructor)}this.name="RateLimiterSetupError";this.message=ml}}},93058:(ml,Al,Rl)=>{ +hooks.version="2.30.1";setHookCallback(createLocal);hooks.fn=mE;hooks.min=min;hooks.max=max;hooks.now=now;hooks.utc=createUTC;hooks.unix=createUnix;hooks.months=listMonths;hooks.isDate=isDate;hooks.locale=getSetGlobalLocale;hooks.invalid=createInvalid;hooks.duration=createDuration;hooks.isMoment=isMoment;hooks.weekdays=listWeekdays;hooks.parseZone=createInZone;hooks.localeData=getLocale;hooks.isDuration=isDuration;hooks.monthsShort=listMonthsShort;hooks.weekdaysMin=listWeekdaysMin;hooks.defineLocale=defineLocale;hooks.updateLocale=updateLocale;hooks.locales=listLocales;hooks.weekdaysShort=listWeekdaysShort;hooks.normalizeUnits=normalizeUnits;hooks.relativeTimeRounding=getSetRelativeTimeRounding;hooks.relativeTimeThreshold=getSetRelativeTimeThreshold;hooks.calendarFormat=getCalendarFormat;hooks.prototype=mE;hooks.HTML5_FMT={DATETIME_LOCAL:"YYYY-MM-DDTHH:mm",DATETIME_LOCAL_SECONDS:"YYYY-MM-DDTHH:mm:ss",DATETIME_LOCAL_MS:"YYYY-MM-DDTHH:mm:ss.SSS",DATE:"YYYY-MM-DD",TIME:"HH:mm",TIME_SECONDS:"HH:mm:ss",TIME_MS:"HH:mm:ss.SSS",WEEK:"GGGG-[W]WW",MONTH:"YYYY-MM"};return hooks})},70744:La=>{var hl=1e3;var fl=hl*60;var yl=fl*60;var Pl=yl*24;var Ul=Pl*7;var Gd=Pl*365.25;La.exports=function(La,hl){hl=hl||{};var fl=typeof La;if(fl==="string"&&La.length>0){return parse(La)}else if(fl==="number"&&isFinite(La)){return hl.long?fmtLong(La):fmtShort(La)}throw new Error("val is not a non-empty string or a valid number. val="+JSON.stringify(La))};function parse(La){La=String(La);if(La.length>100){return}var af=/^(-?(?:\d+)?\.?\d+) *(milliseconds?|msecs?|ms|seconds?|secs?|s|minutes?|mins?|m|hours?|hrs?|h|days?|d|weeks?|w|years?|yrs?|y)?$/i.exec(La);if(!af){return}var n_=parseFloat(af[1]);var i_=(af[2]||"ms").toLowerCase();switch(i_){case"years":case"year":case"yrs":case"yr":case"y":return n_*Gd;case"weeks":case"week":case"w":return n_*Ul;case"days":case"day":case"d":return n_*Pl;case"hours":case"hour":case"hrs":case"hr":case"h":return n_*yl;case"minutes":case"minute":case"mins":case"min":case"m":return n_*fl;case"seconds":case"second":case"secs":case"sec":case"s":return n_*hl;case"milliseconds":case"millisecond":case"msecs":case"msec":case"ms":return n_;default:return undefined}}function fmtShort(La){var Ul=Math.abs(La);if(Ul>=Pl){return Math.round(La/Pl)+"d"}if(Ul>=yl){return Math.round(La/yl)+"h"}if(Ul>=fl){return Math.round(La/fl)+"m"}if(Ul>=hl){return Math.round(La/hl)+"s"}return La+"ms"}function fmtLong(La){var Ul=Math.abs(La);if(Ul>=Pl){return plural(La,Ul,Pl,"day")}if(Ul>=yl){return plural(La,Ul,yl,"hour")}if(Ul>=fl){return plural(La,Ul,fl,"minute")}if(Ul>=hl){return plural(La,Ul,hl,"second")}return La+" ms"}function plural(La,hl,fl,yl){var Pl=hl>=fl*1.5;return Math.round(La/fl)+" "+yl+(Pl?"s":"")}},18115:(La,hl,fl)=>{"use strict";var yl=fl(97853);var Pl=fl(14499),Ul=Pl.Environment,Gd=Pl.Template;var af=fl(43391);var n_=fl(2650);var i_=fl(84586);var p_=fl(8993);var w_=fl(715);var D_=fl(38852);var I_=fl(69846);var N_=fl(16151);var _m=fl(50085);var pg;function configure(La,hl){hl=hl||{};if(yl.isObject(La)){hl=La;La=null}var fl;if(n_.FileSystemLoader){fl=new n_.FileSystemLoader(La,{watch:hl.watch,noCache:hl.noCache})}else if(n_.WebLoader){fl=new n_.WebLoader(La,{useCache:hl.web&&hl.web.useCache,async:hl.web&&hl.web.async})}pg=new Ul(fl,hl);if(hl&&hl.express){pg.express(hl.express)}return pg}La.exports={Environment:Ul,Template:Gd,Loader:af,FileSystemLoader:n_.FileSystemLoader,NodeResolveLoader:n_.NodeResolveLoader,PrecompiledLoader:n_.PrecompiledLoader,WebLoader:n_.WebLoader,compiler:p_,parser:w_,lexer:D_,runtime:I_,lib:yl,nodes:N_,installJinjaCompat:_m,configure:configure,reset:function reset(){pg=undefined},compile:function compile(La,hl,fl,yl){if(!pg){configure()}return new Gd(La,hl,fl,yl)},render:function render(La,hl,fl){if(!pg){configure()}return pg.render(La,hl,fl)},renderString:function renderString(La,hl,fl){if(!pg){configure()}return pg.renderString(La,hl,fl)},precompile:i_?i_.precompile:undefined,precompileString:i_?i_.precompileString:undefined}},8993:(La,hl,fl)=>{"use strict";function _inheritsLoose(La,hl){La.prototype=Object.create(hl.prototype);La.prototype.constructor=La;_setPrototypeOf(La,hl)}function _setPrototypeOf(La,hl){_setPrototypeOf=Object.setPrototypeOf?Object.setPrototypeOf.bind():function _setPrototypeOf(La,hl){La.__proto__=hl;return La};return _setPrototypeOf(La,hl)}var yl=fl(715);var Pl=fl(76297);var Ul=fl(16151);var Gd=fl(97853),af=Gd.TemplateError;var n_=fl(69846),i_=n_.Frame;var p_=fl(79695),w_=p_.Obj;var D_={"==":"==","===":"===","!=":"!=","!==":"!==","<":"<",">":">","<=":"<=",">=":">="};var I_=function(La){_inheritsLoose(Compiler,La);function Compiler(){return La.apply(this,arguments)||this}var hl=Compiler.prototype;hl.init=function init(La,hl){this.templateName=La;this.codebuf=[];this.lastId=0;this.buffer=null;this.bufferStack=[];this._scopeClosers="";this.inBlock=false;this.throwOnUndefined=hl};hl.fail=function fail(La,hl,fl){if(hl!==undefined){hl+=1}if(fl!==undefined){fl+=1}throw new af(La,hl,fl)};hl._pushBuffer=function _pushBuffer(){var La=this._tmpid();this.bufferStack.push(this.buffer);this.buffer=La;this._emit("var "+this.buffer+' = "";');return La};hl._popBuffer=function _popBuffer(){this.buffer=this.bufferStack.pop()};hl._emit=function _emit(La){this.codebuf.push(La)};hl._emitLine=function _emitLine(La){this._emit(La+"\n")};hl._emitLines=function _emitLines(){var La=this;for(var hl=arguments.length,fl=new Array(hl),yl=0;yl0){Pl._emit(",")}Pl.compile(La,hl)});if(yl){this._emit(yl)}};hl._compileExpression=function _compileExpression(La,hl){this.assertType(La,Ul.Literal,Ul.Symbol,Ul.Group,Ul.Array,Ul.Dict,Ul.FunCall,Ul.Caller,Ul.Filter,Ul.LookupVal,Ul.Compare,Ul.InlineIf,Ul.In,Ul.Is,Ul.And,Ul.Or,Ul.Not,Ul.Add,Ul.Concat,Ul.Sub,Ul.Mul,Ul.Div,Ul.FloorDiv,Ul.Mod,Ul.Pow,Ul.Neg,Ul.Pos,Ul.Compare,Ul.NodeList);this.compile(La,hl)};hl.assertType=function assertType(La){for(var hl=arguments.length,fl=new Array(hl>1?hl-1:0),yl=1;yl0){yl._emit(",")}if(La){yl._emitLine("function(cb) {");yl._emitLine("if(!cb) { cb = function(err) { if(err) { throw err; }}}");var Pl=yl._pushBuffer();yl._withScopedSyntax(function(){yl.compile(La,hl);yl._emitLine("cb(null, "+Pl+");")});yl._popBuffer();yl._emitLine("return "+Pl+";");yl._emitLine("}")}else{yl._emit("null")}})}if(fl){var n_=this._tmpid();this._emitLine(", "+this._makeCallback(n_));this._emitLine(this.buffer+" += runtime.suppressValue("+n_+", "+af+" && env.opts.autoescape);");this._addScopeLevel()}else{this._emit(")");this._emit(", "+af+" && env.opts.autoescape);\n")}};hl.compileCallExtensionAsync=function compileCallExtensionAsync(La,hl){this.compileCallExtension(La,hl,true)};hl.compileNodeList=function compileNodeList(La,hl){this._compileChildren(La,hl)};hl.compileLiteral=function compileLiteral(La){if(typeof La.value==="string"){var hl=La.value.replace(/\\/g,"\\\\");hl=hl.replace(/"/g,'\\"');hl=hl.replace(/\n/g,"\\n");hl=hl.replace(/\r/g,"\\r");hl=hl.replace(/\t/g,"\\t");hl=hl.replace(/\u2028/g,"\\u2028");this._emit('"'+hl+'"')}else if(La.value===null){this._emit("null")}else{this._emit(La.value.toString())}};hl.compileSymbol=function compileSymbol(La,hl){var fl=La.value;var yl=hl.lookup(fl);if(yl){this._emit(yl)}else{this._emit("runtime.contextOrFrameLookup("+'context, frame, "'+fl+'")')}};hl.compileGroup=function compileGroup(La,hl){this._compileAggregate(La,hl,"(",")")};hl.compileArray=function compileArray(La,hl){this._compileAggregate(La,hl,"[","]")};hl.compileDict=function compileDict(La,hl){this._compileAggregate(La,hl,"{","}")};hl.compilePair=function compilePair(La,hl){var fl=La.key;var yl=La.value;if(fl instanceof Ul.Symbol){fl=new Ul.Literal(fl.lineno,fl.colno,fl.value)}else if(!(fl instanceof Ul.Literal&&typeof fl.value==="string")){this.fail("compilePair: Dict keys must be strings or names",fl.lineno,fl.colno)}this.compile(fl,hl);this._emit(": ");this._compileExpression(yl,hl)};hl.compileInlineIf=function compileInlineIf(La,hl){this._emit("(");this.compile(La.cond,hl);this._emit("?");this.compile(La.body,hl);this._emit(":");if(La.else_!==null){this.compile(La.else_,hl)}else{this._emit('""')}this._emit(")")};hl.compileIn=function compileIn(La,hl){this._emit("runtime.inOperator(");this.compile(La.left,hl);this._emit(",");this.compile(La.right,hl);this._emit(")")};hl.compileIs=function compileIs(La,hl){var fl=La.right.name?La.right.name.value:La.right.value;this._emit('env.getTest("'+fl+'").call(context, ');this.compile(La.left,hl);if(La.right.args){this._emit(",");this.compile(La.right.args,hl)}this._emit(") === true")};hl._binOpEmitter=function _binOpEmitter(La,hl,fl){this.compile(La.left,hl);this._emit(fl);this.compile(La.right,hl)};hl.compileOr=function compileOr(La,hl){return this._binOpEmitter(La,hl," || ")};hl.compileAnd=function compileAnd(La,hl){return this._binOpEmitter(La,hl," && ")};hl.compileAdd=function compileAdd(La,hl){return this._binOpEmitter(La,hl," + ")};hl.compileConcat=function compileConcat(La,hl){return this._binOpEmitter(La,hl,' + "" + ')};hl.compileSub=function compileSub(La,hl){return this._binOpEmitter(La,hl," - ")};hl.compileMul=function compileMul(La,hl){return this._binOpEmitter(La,hl," * ")};hl.compileDiv=function compileDiv(La,hl){return this._binOpEmitter(La,hl," / ")};hl.compileMod=function compileMod(La,hl){return this._binOpEmitter(La,hl," % ")};hl.compileNot=function compileNot(La,hl){this._emit("!");this.compile(La.target,hl)};hl.compileFloorDiv=function compileFloorDiv(La,hl){this._emit("Math.floor(");this.compile(La.left,hl);this._emit(" / ");this.compile(La.right,hl);this._emit(")")};hl.compilePow=function compilePow(La,hl){this._emit("Math.pow(");this.compile(La.left,hl);this._emit(", ");this.compile(La.right,hl);this._emit(")")};hl.compileNeg=function compileNeg(La,hl){this._emit("-");this.compile(La.target,hl)};hl.compilePos=function compilePos(La,hl){this._emit("+");this.compile(La.target,hl)};hl.compileCompare=function compileCompare(La,hl){var fl=this;this.compile(La.expr,hl);La.ops.forEach(function(La){fl._emit(" "+D_[La.type]+" ");fl.compile(La.expr,hl)})};hl.compileLookupVal=function compileLookupVal(La,hl){this._emit("runtime.memberLookup((");this._compileExpression(La.target,hl);this._emit("),");this._compileExpression(La.val,hl);this._emit(")")};hl._getNodeName=function _getNodeName(La){switch(La.typename){case"Symbol":return La.value;case"FunCall":return"the return value of ("+this._getNodeName(La.name)+")";case"LookupVal":return this._getNodeName(La.target)+'["'+this._getNodeName(La.val)+'"]';case"Literal":return La.value.toString();default:return"--expression--"}};hl.compileFunCall=function compileFunCall(La,hl){this._emit("(lineno = "+La.lineno+", colno = "+La.colno+", ");this._emit("runtime.callWrap(");this._compileExpression(La.name,hl);this._emit(', "'+this._getNodeName(La.name).replace(/"/g,'\\"')+'", context, ');this._compileAggregate(La.args,hl,"[","])");this._emit(")")};hl.compileFilter=function compileFilter(La,hl){var fl=La.name;this.assertType(fl,Ul.Symbol);this._emit('env.getFilter("'+fl.value+'").call(context, ');this._compileAggregate(La.args,hl);this._emit(")")};hl.compileFilterAsync=function compileFilterAsync(La,hl){var fl=La.name;var yl=La.symbol.value;this.assertType(fl,Ul.Symbol);hl.set(yl,yl);this._emit('env.getFilter("'+fl.value+'").call(context, ');this._compileAggregate(La.args,hl);this._emitLine(", "+this._makeCallback(yl));this._addScopeLevel()};hl.compileKeywordArgs=function compileKeywordArgs(La,hl){this._emit("runtime.makeKeywordArgs(");this.compileDict(La,hl);this._emit(")")};hl.compileSet=function compileSet(La,hl){var fl=this;var yl=[];La.targets.forEach(function(La){var Pl=La.value;var Ul=hl.lookup(Pl);if(Ul===null||Ul===undefined){Ul=fl._tmpid();fl._emitLine("var "+Ul+";")}yl.push(Ul)});if(La.value){this._emit(yl.join(" = ")+" = ");this._compileExpression(La.value,hl);this._emitLine(";")}else{this._emit(yl.join(" = ")+" = ");this.compile(La.body,hl);this._emitLine(";")}La.targets.forEach(function(La,hl){var Pl=yl[hl];var Ul=La.value;fl._emitLine('frame.set("'+Ul+'", '+Pl+", true);");fl._emitLine("if(frame.topLevel) {");fl._emitLine('context.setVariable("'+Ul+'", '+Pl+");");fl._emitLine("}");if(Ul.charAt(0)!=="_"){fl._emitLine("if(frame.topLevel) {");fl._emitLine('context.addExport("'+Ul+'", '+Pl+");");fl._emitLine("}")}})};hl.compileSwitch=function compileSwitch(La,hl){var fl=this;this._emit("switch (");this.compile(La.expr,hl);this._emit(") {");La.cases.forEach(function(La,yl){fl._emit("case ");fl.compile(La.cond,hl);fl._emit(": ");fl.compile(La.body,hl);if(La.body.children.length){fl._emitLine("break;")}});if(La.default){this._emit("default:");this.compile(La.default,hl)}this._emit("}")};hl.compileIf=function compileIf(La,hl,fl){var yl=this;this._emit("if(");this._compileExpression(La.cond,hl);this._emitLine(") {");this._withScopedSyntax(function(){yl.compile(La.body,hl);if(fl){yl._emit("cb()")}});if(La.else_){this._emitLine("}\nelse {");this._withScopedSyntax(function(){yl.compile(La.else_,hl);if(fl){yl._emit("cb()")}})}else if(fl){this._emitLine("}\nelse {");this._emit("cb()")}this._emitLine("}")};hl.compileIfAsync=function compileIfAsync(La,hl){this._emit("(function(cb) {");this.compileIf(La,hl,true);this._emit("})("+this._makeCallback());this._addScopeLevel()};hl._emitLoopBindings=function _emitLoopBindings(La,hl,fl,yl){var Pl=this;var Ul=[{name:"index",val:fl+" + 1"},{name:"index0",val:fl},{name:"revindex",val:yl+" - "+fl},{name:"revindex0",val:yl+" - "+fl+" - 1"},{name:"first",val:fl+" === 0"},{name:"last",val:fl+" === "+yl+" - 1"},{name:"length",val:yl}];Ul.forEach(function(La){Pl._emitLine('frame.set("loop.'+La.name+'", '+La.val+");")})};hl.compileFor=function compileFor(La,hl){var fl=this;var yl=this._tmpid();var Pl=this._tmpid();var Gd=this._tmpid();hl=hl.push();this._emitLine("frame = frame.push();");this._emit("var "+Gd+" = ");this._compileExpression(La.arr,hl);this._emitLine(";");this._emit("if("+Gd+") {");this._emitLine(Gd+" = runtime.fromIterator("+Gd+");");if(La.name instanceof Ul.Array){this._emitLine("var "+yl+";");this._emitLine("if(runtime.isArray("+Gd+")) {");this._emitLine("var "+Pl+" = "+Gd+".length;");this._emitLine("for("+yl+"=0; "+yl+" < "+Gd+".length; "+yl+"++) {");La.name.children.forEach(function(Pl,Ul){var af=fl._tmpid();fl._emitLine("var "+af+" = "+Gd+"["+yl+"]["+Ul+"];");fl._emitLine('frame.set("'+Pl+'", '+Gd+"["+yl+"]["+Ul+"]);");hl.set(La.name.children[Ul].value,af)});this._emitLoopBindings(La,Gd,yl,Pl);this._withScopedSyntax(function(){fl.compile(La.body,hl)});this._emitLine("}");this._emitLine("} else {");var af=La.name.children,n_=af[0],i_=af[1];var p_=this._tmpid();var w_=this._tmpid();hl.set(n_.value,p_);hl.set(i_.value,w_);this._emitLine(yl+" = -1;");this._emitLine("var "+Pl+" = runtime.keys("+Gd+").length;");this._emitLine("for(var "+p_+" in "+Gd+") {");this._emitLine(yl+"++;");this._emitLine("var "+w_+" = "+Gd+"["+p_+"];");this._emitLine('frame.set("'+n_.value+'", '+p_+");");this._emitLine('frame.set("'+i_.value+'", '+w_+");");this._emitLoopBindings(La,Gd,yl,Pl);this._withScopedSyntax(function(){fl.compile(La.body,hl)});this._emitLine("}");this._emitLine("}")}else{var D_=this._tmpid();hl.set(La.name.value,D_);this._emitLine("var "+Pl+" = "+Gd+".length;");this._emitLine("for(var "+yl+"=0; "+yl+" < "+Gd+".length; "+yl+"++) {");this._emitLine("var "+D_+" = "+Gd+"["+yl+"];");this._emitLine('frame.set("'+La.name.value+'", '+D_+");");this._emitLoopBindings(La,Gd,yl,Pl);this._withScopedSyntax(function(){fl.compile(La.body,hl)});this._emitLine("}")}this._emitLine("}");if(La.else_){this._emitLine("if (!"+Pl+") {");this.compile(La.else_,hl);this._emitLine("}")}this._emitLine("frame = frame.pop();")};hl._compileAsyncLoop=function _compileAsyncLoop(La,hl,fl){var yl=this;var Pl=this._tmpid();var Gd=this._tmpid();var af=this._tmpid();var n_=fl?"asyncAll":"asyncEach";hl=hl.push();this._emitLine("frame = frame.push();");this._emit("var "+af+" = runtime.fromIterator(");this._compileExpression(La.arr,hl);this._emitLine(");");if(La.name instanceof Ul.Array){var i_=La.name.children.length;this._emit("runtime."+n_+"("+af+", "+i_+", function(");La.name.children.forEach(function(La){yl._emit(La.value+",")});this._emit(Pl+","+Gd+",next) {");La.name.children.forEach(function(La){var fl=La.value;hl.set(fl,fl);yl._emitLine('frame.set("'+fl+'", '+fl+");")})}else{var p_=La.name.value;this._emitLine("runtime."+n_+"("+af+", 1, function("+p_+", "+Pl+", "+Gd+",next) {");this._emitLine('frame.set("'+p_+'", '+p_+");");hl.set(p_,p_)}this._emitLoopBindings(La,af,Pl,Gd);this._withScopedSyntax(function(){var Ul;if(fl){Ul=yl._pushBuffer()}yl.compile(La.body,hl);yl._emitLine("next("+Pl+(Ul?","+Ul:"")+");");if(fl){yl._popBuffer()}});var w_=this._tmpid();this._emitLine("}, "+this._makeCallback(w_));this._addScopeLevel();if(fl){this._emitLine(this.buffer+" += "+w_+";")}if(La.else_){this._emitLine("if (!"+af+".length) {");this.compile(La.else_,hl);this._emitLine("}")}this._emitLine("frame = frame.pop();")};hl.compileAsyncEach=function compileAsyncEach(La,hl){this._compileAsyncLoop(La,hl)};hl.compileAsyncAll=function compileAsyncAll(La,hl){this._compileAsyncLoop(La,hl,true)};hl._compileMacro=function _compileMacro(La,hl){var fl=this;var yl=[];var Pl=null;var Gd="macro_"+this._tmpid();var af=hl!==undefined;La.args.children.forEach(function(hl,Gd){if(Gd===La.args.children.length-1&&hl instanceof Ul.Dict){Pl=hl}else{fl.assertType(hl,Ul.Symbol);yl.push(hl)}});var n_=[].concat(yl.map(function(La){return"l_"+La.value}),["kwargs"]);var p_=yl.map(function(La){return'"'+La.value+'"'});var w_=(Pl&&Pl.children||[]).map(function(La){return'"'+La.key.value+'"'});var D_;if(af){D_=hl.push(true)}else{D_=new i_}this._emitLines("var "+Gd+" = runtime.makeMacro(","["+p_.join(", ")+"], ","["+w_.join(", ")+"], ","function ("+n_.join(", ")+") {","var callerFrame = frame;","frame = "+(af?"frame.push(true);":"new runtime.Frame();"),"kwargs = kwargs || {};",'if (Object.prototype.hasOwnProperty.call(kwargs, "caller")) {','frame.set("caller", kwargs.caller); }');yl.forEach(function(La){fl._emitLine('frame.set("'+La.value+'", l_'+La.value+");");D_.set(La.value,"l_"+La.value)});if(Pl){Pl.children.forEach(function(La){var hl=La.key.value;fl._emit('frame.set("'+hl+'", ');fl._emit('Object.prototype.hasOwnProperty.call(kwargs, "'+hl+'")');fl._emit(' ? kwargs["'+hl+'"] : ');fl._compileExpression(La.value,D_);fl._emit(");")})}var I_=this._pushBuffer();this._withScopedSyntax(function(){fl.compile(La.body,D_)});this._emitLine("frame = "+(af?"frame.pop();":"callerFrame;"));this._emitLine("return new runtime.SafeString("+I_+");");this._emitLine("});");this._popBuffer();return Gd};hl.compileMacro=function compileMacro(La,hl){var fl=this._compileMacro(La);var yl=La.name.value;hl.set(yl,fl);if(hl.parent){this._emitLine('frame.set("'+yl+'", '+fl+");")}else{if(La.name.value.charAt(0)!=="_"){this._emitLine('context.addExport("'+yl+'");')}this._emitLine('context.setVariable("'+yl+'", '+fl+");")}};hl.compileCaller=function compileCaller(La,hl){this._emit("(function (){");var fl=this._compileMacro(La,hl);this._emit("return "+fl+";})()")};hl._compileGetTemplate=function _compileGetTemplate(La,hl,fl,yl){var Pl=this._tmpid();var Ul=this._templateName();var Gd=this._makeCallback(Pl);var af=fl?"true":"false";var n_=yl?"true":"false";this._emit("env.getTemplate(");this._compileExpression(La.template,hl);this._emitLine(", "+af+", "+Ul+", "+n_+", "+Gd);return Pl};hl.compileImport=function compileImport(La,hl){var fl=La.target.value;var yl=this._compileGetTemplate(La,hl,false,false);this._addScopeLevel();this._emitLine(yl+".getExported("+(La.withContext?"context.getVariables(), frame, ":"")+this._makeCallback(yl));this._addScopeLevel();hl.set(fl,yl);if(hl.parent){this._emitLine('frame.set("'+fl+'", '+yl+");")}else{this._emitLine('context.setVariable("'+fl+'", '+yl+");")}};hl.compileFromImport=function compileFromImport(La,hl){var fl=this;var yl=this._compileGetTemplate(La,hl,false,false);this._addScopeLevel();this._emitLine(yl+".getExported("+(La.withContext?"context.getVariables(), frame, ":"")+this._makeCallback(yl));this._addScopeLevel();La.names.children.forEach(function(La){var Pl;var Gd;var af=fl._tmpid();if(La instanceof Ul.Pair){Pl=La.key.value;Gd=La.value.value}else{Pl=La.value;Gd=Pl}fl._emitLine("if(Object.prototype.hasOwnProperty.call("+yl+', "'+Pl+'")) {');fl._emitLine("var "+af+" = "+yl+"."+Pl+";");fl._emitLine("} else {");fl._emitLine("cb(new Error(\"cannot import '"+Pl+"'\")); return;");fl._emitLine("}");hl.set(Gd,af);if(hl.parent){fl._emitLine('frame.set("'+Gd+'", '+af+");")}else{fl._emitLine('context.setVariable("'+Gd+'", '+af+");")}})};hl.compileBlock=function compileBlock(La){var hl=this._tmpid();if(!this.inBlock){this._emit('(parentTemplate ? function(e, c, f, r, cb) { cb(""); } : ')}this._emit('context.getBlock("'+La.name.value+'")');if(!this.inBlock){this._emit(")")}this._emitLine("(env, context, frame, runtime, "+this._makeCallback(hl));this._emitLine(this.buffer+" += "+hl+";");this._addScopeLevel()};hl.compileSuper=function compileSuper(La,hl){var fl=La.blockName.value;var yl=La.symbol.value;var Pl=this._makeCallback(yl);this._emitLine('context.getSuper(env, "'+fl+'", b_'+fl+", frame, runtime, "+Pl);this._emitLine(yl+" = runtime.markSafe("+yl+");");this._addScopeLevel();hl.set(yl,yl)};hl.compileExtends=function compileExtends(La,hl){var fl=this._tmpid();var yl=this._compileGetTemplate(La,hl,true,false);this._emitLine("parentTemplate = "+yl);this._emitLine("for(var "+fl+" in parentTemplate.blocks) {");this._emitLine("context.addBlock("+fl+", parentTemplate.blocks["+fl+"]);");this._emitLine("}");this._addScopeLevel()};hl.compileInclude=function compileInclude(La,hl){this._emitLine("var tasks = [];");this._emitLine("tasks.push(");this._emitLine("function(callback) {");var fl=this._compileGetTemplate(La,hl,false,La.ignoreMissing);this._emitLine("callback(null,"+fl+");});");this._emitLine("});");var yl=this._tmpid();this._emitLine("tasks.push(");this._emitLine("function(template, callback){");this._emitLine("template.render(context.getVariables(), frame, "+this._makeCallback(yl));this._emitLine("callback(null,"+yl+");});");this._emitLine("});");this._emitLine("tasks.push(");this._emitLine("function(result, callback){");this._emitLine(this.buffer+" += result;");this._emitLine("callback(null);");this._emitLine("});");this._emitLine("env.waterfall(tasks, function(){");this._addScopeLevel()};hl.compileTemplateData=function compileTemplateData(La,hl){this.compileLiteral(La,hl)};hl.compileCapture=function compileCapture(La,hl){var fl=this;var yl=this.buffer;this.buffer="output";this._emitLine("(function() {");this._emitLine('var output = "";');this._withScopedSyntax(function(){fl.compile(La.body,hl)});this._emitLine("return output;");this._emitLine("})()");this.buffer=yl};hl.compileOutput=function compileOutput(La,hl){var fl=this;var yl=La.children;yl.forEach(function(yl){if(yl instanceof Ul.TemplateData){if(yl.value){fl._emit(fl.buffer+" += ");fl.compileLiteral(yl,hl);fl._emitLine(";")}}else{fl._emit(fl.buffer+" += runtime.suppressValue(");if(fl.throwOnUndefined){fl._emit("runtime.ensureDefined(")}fl.compile(yl,hl);if(fl.throwOnUndefined){fl._emit(","+La.lineno+","+La.colno+")")}fl._emit(", env.opts.autoescape);\n")}})};hl.compileRoot=function compileRoot(La,hl){var fl=this;if(hl){this.fail("compileRoot: root node can't have frame")}hl=new i_;this._emitFuncBegin(La,"root");this._emitLine("var parentTemplate = null;");this._compileChildren(La,hl);this._emitLine("if(parentTemplate) {");this._emitLine("parentTemplate.rootRenderFunc(env, context, frame, runtime, cb);");this._emitLine("} else {");this._emitLine("cb(null, "+this.buffer+");");this._emitLine("}");this._emitFuncEnd(true);this.inBlock=true;var yl=[];var Pl=La.findAll(Ul.Block);Pl.forEach(function(La,hl){var Pl=La.name.value;if(yl.indexOf(Pl)!==-1){throw new Error('Block "'+Pl+'" defined more than once.')}yl.push(Pl);fl._emitFuncBegin(La,"b_"+Pl);var Ul=new i_;fl._emitLine("var frame = frame.push(true);");fl.compile(La.body,Ul);fl._emitFuncEnd()});this._emitLine("return {");Pl.forEach(function(La,hl){var yl="b_"+La.name.value;fl._emitLine(yl+": "+yl+",")});this._emitLine("root: root\n};")};hl.compile=function compile(La,hl){var fl=this["compile"+La.typename];if(fl){fl.call(this,La,hl)}else{this.fail("compile: Cannot compile node: "+La.typename,La.lineno,La.colno)}};hl.getCode=function getCode(){return this.codebuf.join("")};return Compiler}(w_);La.exports={compile:function compile(La,hl,fl,Ul,Gd){if(Gd===void 0){Gd={}}var af=new I_(Ul,Gd.throwOnUndefined);var n_=(fl||[]).map(function(La){return La.preprocess}).filter(function(La){return!!La});var i_=n_.reduce(function(La,hl){return hl(La)},La);af.compile(Pl.transform(yl.parse(i_,fl,Gd),hl,Ul));return af.getCode()},Compiler:I_}},14499:(La,hl,fl)=>{"use strict";function _inheritsLoose(La,hl){La.prototype=Object.create(hl.prototype);La.prototype.constructor=La;_setPrototypeOf(La,hl)}function _setPrototypeOf(La,hl){_setPrototypeOf=Object.setPrototypeOf?Object.setPrototypeOf.bind():function _setPrototypeOf(La,hl){La.__proto__=hl;return La};return _setPrototypeOf(La,hl)}var yl=fl(40336);var Pl=fl(17330);var Ul=fl(97853);var Gd=fl(8993);var af=fl(99317);var n_=fl(2650),i_=n_.FileSystemLoader,p_=n_.WebLoader,w_=n_.PrecompiledLoader;var D_=fl(64259);var I_=fl(20290);var N_=fl(79695),_m=N_.Obj,pg=N_.EmitterObj;var mg=fl(69846);var gg=mg.handleError,eA=mg.Frame;var tA=fl(69376);function callbackAsap(La,hl,fl){yl(function(){La(hl,fl)})}var rA={type:"code",obj:{root:function root(La,hl,fl,yl,Pl){try{Pl(null,"")}catch(La){Pl(gg(La,null,null))}}}};var nA=function(La){_inheritsLoose(Environment,La);function Environment(){return La.apply(this,arguments)||this}var hl=Environment.prototype;hl.init=function init(La,hl){var fl=this;hl=this.opts=hl||{};this.opts.dev=!!hl.dev;this.opts.autoescape=hl.autoescape!=null?hl.autoescape:true;this.opts.throwOnUndefined=!!hl.throwOnUndefined;this.opts.trimBlocks=!!hl.trimBlocks;this.opts.lstripBlocks=!!hl.lstripBlocks;this.loaders=[];if(!La){if(i_){this.loaders=[new i_("views")]}else if(p_){this.loaders=[new p_("/views")]}}else{this.loaders=Ul.isArray(La)?La:[La]}if(typeof window!=="undefined"&&window.nunjucksPrecompiled){this.loaders.unshift(new w_(window.nunjucksPrecompiled))}this._initLoaders();this.globals=I_();this.filters={};this.tests={};this.asyncFilters=[];this.extensions={};this.extensionsList=[];Ul._entries(af).forEach(function(La){var hl=La[0],yl=La[1];return fl.addFilter(hl,yl)});Ul._entries(D_).forEach(function(La){var hl=La[0],yl=La[1];return fl.addTest(hl,yl)})};hl._initLoaders=function _initLoaders(){var La=this;this.loaders.forEach(function(hl){hl.cache={};if(typeof hl.on==="function"){hl.on("update",function(fl,yl){hl.cache[fl]=null;La.emit("update",fl,yl,hl)});hl.on("load",function(fl,yl){La.emit("load",fl,yl,hl)})}})};hl.invalidateCache=function invalidateCache(){this.loaders.forEach(function(La){La.cache={}})};hl.addExtension=function addExtension(La,hl){hl.__name=La;this.extensions[La]=hl;this.extensionsList.push(hl);return this};hl.removeExtension=function removeExtension(La){var hl=this.getExtension(La);if(!hl){return}this.extensionsList=Ul.without(this.extensionsList,hl);delete this.extensions[La]};hl.getExtension=function getExtension(La){return this.extensions[La]};hl.hasExtension=function hasExtension(La){return!!this.extensions[La]};hl.addGlobal=function addGlobal(La,hl){this.globals[La]=hl;return this};hl.getGlobal=function getGlobal(La){if(typeof this.globals[La]==="undefined"){throw new Error("global not found: "+La)}return this.globals[La]};hl.addFilter=function addFilter(La,hl,fl){var yl=hl;if(fl){this.asyncFilters.push(La)}this.filters[La]=yl;return this};hl.getFilter=function getFilter(La){if(!this.filters[La]){throw new Error("filter not found: "+La)}return this.filters[La]};hl.addTest=function addTest(La,hl){this.tests[La]=hl;return this};hl.getTest=function getTest(La){if(!this.tests[La]){throw new Error("test not found: "+La)}return this.tests[La]};hl.resolveTemplate=function resolveTemplate(La,hl,fl){var yl=La.isRelative&&hl?La.isRelative(fl):false;return yl&&La.resolve?La.resolve(hl,fl):fl};hl.getTemplate=function getTemplate(La,hl,fl,yl,Pl){var Gd=this;var af=this;var n_=null;if(La&&La.raw){La=La.raw}if(Ul.isFunction(fl)){Pl=fl;fl=null;hl=hl||false}if(Ul.isFunction(hl)){Pl=hl;hl=false}if(La instanceof sA){n_=La}else if(typeof La!=="string"){throw new Error("template names must be a string: "+La)}else{for(var i_=0;i_{"use strict";var yl=fl(16928);La.exports=function express(La,hl){function NunjucksView(La,hl){this.name=La;this.path=La;this.defaultEngine=hl.defaultEngine;this.ext=yl.extname(La);if(!this.ext&&!this.defaultEngine){throw new Error("No default engine was specified and no extension was provided.")}if(!this.ext){this.name+=this.ext=(this.defaultEngine[0]!=="."?".":"")+this.defaultEngine}}NunjucksView.prototype.render=function render(hl,fl){La.render(this.name,hl,fl)};hl.set("view",NunjucksView);hl.set("nunjucksEnv",La);return La}},99317:(La,hl,fl)=>{"use strict";var yl=fl(97853);var Pl=fl(69846);var Ul=La.exports={};function normalize(La,hl){if(La===null||La===undefined||La===false){return hl}return La}Ul.abs=Math.abs;function isNaN(La){return La!==La}function batch(La,hl,fl){var yl;var Pl=[];var Ul=[];for(yl=0;yl=hl){return La}var fl=hl-La.length;var Ul=yl.repeat(" ",fl/2-fl%2);var Gd=yl.repeat(" ",fl/2);return Pl.copySafeness(La,Ul+La+Gd)}Ul.center=center;function default_(La,hl,fl){if(fl){return La||hl}else{return La!==undefined?La:hl}}Ul["default"]=default_;function dictsort(La,hl,fl){if(!yl.isObject(La)){throw new yl.TemplateError("dictsort filter: val must be an object")}var Pl=[];for(var Ul in La){Pl.push([Ul,La[Ul]])}var Gd;if(fl===undefined||fl==="key"){Gd=0}else if(fl==="value"){Gd=1}else{throw new yl.TemplateError("dictsort filter: You can only sort by either key or value")}Pl.sort(function(La,fl){var Pl=La[Gd];var Ul=fl[Gd];if(!hl){if(yl.isString(Pl)){Pl=Pl.toUpperCase()}if(yl.isString(Ul)){Ul=Ul.toUpperCase()}}return Pl>Ul?1:Pl===Ul?0:-1});return Pl}Ul.dictsort=dictsort;function dump(La,hl){return JSON.stringify(La,null,hl)}Ul.dump=dump;function escape(La){if(La instanceof Pl.SafeString){return La}La=La===null||La===undefined?"":La;return Pl.markSafe(yl.escape(La.toString()))}Ul.escape=escape;function safe(La){if(La instanceof Pl.SafeString){return La}La=La===null||La===undefined?"":La;return Pl.markSafe(La.toString())}Ul.safe=safe;function first(La){return La[0]}Ul.first=first;function forceescape(La){La=La===null||La===undefined?"":La;return Pl.markSafe(yl.escape(La.toString()))}Ul.forceescape=forceescape;function groupby(La,hl){return yl.groupBy(La,hl,this.env.opts.throwOnUndefined)}Ul.groupby=groupby;function indent(La,hl,fl){La=normalize(La,"");if(La===""){return""}hl=hl||4;var Ul=La.split("\n");var Gd=yl.repeat(" ",hl);var af=Ul.map(function(La,hl){return hl===0&&!fl?La:""+Gd+La}).join("\n");return Pl.copySafeness(La,af)}Ul.indent=indent;function join(La,hl,fl){hl=hl||"";if(fl){La=yl.map(La,function(La){return La[fl]})}return La.join(hl)}Ul.join=join;function last(La){return La[La.length-1]}Ul.last=last;function lengthFilter(La){var hl=normalize(La,"");if(hl!==undefined){if(typeof Map==="function"&&hl instanceof Map||typeof Set==="function"&&hl instanceof Set){return hl.size}if(yl.isObject(hl)&&!(hl instanceof Pl.SafeString)){return yl.keys(hl).length}return hl.length}return 0}Ul.length=lengthFilter;function list(La){if(yl.isString(La)){return La.split("")}else if(yl.isObject(La)){return yl._entries(La||{}).map(function(La){var hl=La[0],fl=La[1];return{key:hl,value:fl}})}else if(yl.isArray(La)){return La}else{throw new yl.TemplateError("list filter: type not iterable")}}Ul.list=list;function lower(La){La=normalize(La,"");return La.toLowerCase()}Ul.lower=lower;function nl2br(La){if(La===null||La===undefined){return""}return Pl.copySafeness(La,La.replace(/\r\n|\n/g,"
\n"))}Ul.nl2br=nl2br;function random(La){return La[Math.floor(Math.random()*La.length)]}Ul.random=random;function getSelectOrReject(La){function filter(hl,fl,Pl){if(fl===void 0){fl="truthy"}var Ul=this;var Gd=Ul.env.getTest(fl);return yl.toArray(hl).filter(function examineTestResult(hl){return Gd.call(Ul,hl,Pl)===La})}return filter}Ul.reject=getSelectOrReject(false);function rejectattr(La,hl){return La.filter(function(La){return!La[hl]})}Ul.rejectattr=rejectattr;Ul.select=getSelectOrReject(true);function selectattr(La,hl){return La.filter(function(La){return!!La[hl]})}Ul.selectattr=selectattr;function replace(La,hl,fl,yl){var Ul=La;if(hl instanceof RegExp){return La.replace(hl,fl)}if(typeof yl==="undefined"){yl=-1}var Gd="";if(typeof hl==="number"){hl=""+hl}else if(typeof hl!=="string"){return La}if(typeof La==="number"){La=""+La}if(typeof La!=="string"&&!(La instanceof Pl.SafeString)){return La}if(hl===""){Gd=fl+La.split("").join(fl)+fl;return Pl.copySafeness(La,Gd)}var af=La.indexOf(hl);if(yl===0||af===-1){return La}var n_=0;var i_=0;while(af>-1&&(yl===-1||i_=Pl){p_.push(fl)}Ul.push(p_)}return Ul}Ul.slice=slice;function sum(La,hl,fl){if(fl===void 0){fl=0}if(hl){La=yl.map(La,function(La){return La[hl]})}return fl+La.reduce(function(La,hl){return La+hl},0)}Ul.sum=sum;Ul.sort=Pl.makeMacro(["value","reverse","case_sensitive","attribute"],[],function sortFilter(La,hl,fl,Pl){var Ul=this;var Gd=yl.map(La,function(La){return La});var af=yl.getAttrGetter(Pl);Gd.sort(function(La,Gd){var n_=Pl?af(La):La;var i_=Pl?af(Gd):Gd;if(Ul.env.opts.throwOnUndefined&&Pl&&(n_===undefined||i_===undefined)){throw new TypeError('sort: attribute "'+Pl+'" resolved to undefined')}if(!fl&&yl.isString(n_)&&yl.isString(i_)){n_=n_.toLowerCase();i_=i_.toLowerCase()}if(n_i_){return hl?-1:1}else{return 0}});return Gd});function string(La){return Pl.copySafeness(La,La)}Ul.string=string;function striptags(La,hl){La=normalize(La,"");var fl=/<\/?([a-z][a-z0-9]*)\b[^>]*>|/gi;var yl=trim(La.replace(fl,""));var Ul="";if(hl){Ul=yl.replace(/^ +| +$/gm,"").replace(/ +/g," ").replace(/(\r\n)/g,"\n").replace(/\n\n\n+/g,"\n\n")}else{Ul=yl.replace(/\s+/gi," ")}return Pl.copySafeness(La,Ul)}Ul.striptags=striptags;function title(La){La=normalize(La,"");var hl=La.split(" ").map(function(La){return capitalize(La)});return Pl.copySafeness(La,hl.join(" "))}Ul.title=title;function trim(La){return Pl.copySafeness(La,La.replace(/^\s*|\s*$/g,""))}Ul.trim=trim;function truncate(La,hl,fl,yl){var Ul=La;La=normalize(La,"");hl=hl||255;if(La.length<=hl){return La}if(fl){La=La.substring(0,hl)}else{var Gd=La.lastIndexOf(" ",hl);if(Gd===-1){Gd=hl}La=La.substring(0,Gd)}La+=yl!==undefined&&yl!==null?yl:"...";return Pl.copySafeness(Ul,La)}Ul.truncate=truncate;function upper(La){La=normalize(La,"");return La.toUpperCase()}Ul.upper=upper;function urlencode(La){var hl=encodeURIComponent;if(yl.isString(La)){return hl(La)}else{var fl=yl.isArray(La)?La:yl._entries(La);return fl.map(function(La){var fl=La[0],yl=La[1];return hl(fl)+"="+hl(yl)}).join("&")}}Ul.urlencode=urlencode;var Gd=/^(?:\(|<|<)?(.*?)(?:\.|,|\)|\n|>)?$/;var af=/^[\w.!#$%&'*+\-\/=?\^`{|}~]+@[a-z\d\-]+(\.[a-z\d\-]+)+$/i;var n_=/^https?:\/\/.*$/;var i_=/^www\./;var p_=/\.(?:org|net|com)(?:\:|\/|$)/;function urlize(La,hl,fl){if(isNaN(hl)){hl=Infinity}var yl=fl===true?' rel="nofollow"':"";var Pl=La.split(/(\s+)/).filter(function(La){return La&&La.length}).map(function(La){var fl=La.match(Gd);var Pl=fl?fl[1]:La;var Ul=Pl.substr(0,hl);if(n_.test(Pl)){return'"+Ul+""}if(i_.test(Pl)){return'"+Ul+""}if(af.test(Pl)){return''+Pl+""}if(p_.test(Pl)){return'"+Ul+""}return La});return Pl.join("")}Ul.urlize=urlize;function wordcount(La){La=normalize(La,"");var hl=La?La.match(/\w+/g):null;return hl?hl.length:null}Ul.wordcount=wordcount;function float(La,hl){var fl=parseFloat(La);return isNaN(fl)?hl:fl}Ul.float=float;var w_=Pl.makeMacro(["value","default","base"],[],function doInt(La,hl,fl){if(fl===void 0){fl=10}var yl=parseInt(La,fl);return isNaN(yl)?hl:yl});Ul.int=w_;Ul.d=Ul.default;Ul.e=Ul.escape},20290:La=>{"use strict";function _cycler(La){var hl=-1;return{current:null,reset:function reset(){hl=-1;this.current=null},next:function next(){hl++;if(hl>=La.length){hl=0}this.current=La[hl];return this.current}}}function _joiner(La){La=La||",";var hl=true;return function(){var fl=hl?"":La;hl=false;return fl}}function globals(){return{range:function range(La,hl,fl){if(typeof hl==="undefined"){hl=La;La=0;fl=1}else if(!fl){fl=1}var yl=[];if(fl>0){for(var Pl=La;Plhl;Ul+=fl){yl.push(Ul)}}return yl},cycler:function cycler(){return _cycler(Array.prototype.slice.call(arguments))},joiner:function joiner(La){return _joiner(La)}}}La.exports=globals},50085:La=>{"use strict";function installCompat(){"use strict";var La=this.runtime;var hl=this.lib;var fl=this.compiler.Compiler;var yl=this.parser.Parser;var Pl=this.nodes;var Ul=this.lexer;var Gd=La.contextOrFrameLookup;var af=La.memberLookup;var n_;var i_;if(fl){n_=fl.prototype.assertType}if(yl){i_=yl.prototype.parseAggregate}function uninstall(){La.contextOrFrameLookup=Gd;La.memberLookup=af;if(fl){fl.prototype.assertType=n_}if(yl){yl.prototype.parseAggregate=i_}}La.contextOrFrameLookup=function contextOrFrameLookup(La,hl,fl){var yl=Gd.apply(this,arguments);if(yl!==undefined){return yl}switch(fl){case"True":return true;case"False":return false;case"None":return null;default:return undefined}};function getTokensState(La){return{index:La.index,lineno:La.lineno,colno:La.colno}}if(process.env.BUILD_TYPE!=="SLIM"&&Pl&&fl&&yl){var p_=Pl.Node.extend("Slice",{fields:["start","stop","step"],init:function init(La,hl,fl,yl,Ul){fl=fl||new Pl.Literal(La,hl,null);yl=yl||new Pl.Literal(La,hl,null);Ul=Ul||new Pl.Literal(La,hl,1);this.parent(La,hl,fl,yl,Ul)}});fl.prototype.assertType=function assertType(La){if(La instanceof p_){return}n_.apply(this,arguments)};fl.prototype.compileSlice=function compileSlice(La,hl){this._emit("(");this._compileExpression(La.start,hl);this._emit("),(");this._compileExpression(La.stop,hl);this._emit("),(");this._compileExpression(La.step,hl);this._emit(")")};yl.prototype.parseAggregate=function parseAggregate(){var La=this;var fl=getTokensState(this.tokens);fl.colno--;fl.index--;try{return i_.apply(this)}catch(i_){var yl=getTokensState(this.tokens);var Gd=function rethrow(){hl._assign(La.tokens,yl);return i_};hl._assign(this.tokens,fl);this.peeked=false;var af=this.peekToken();if(af.type!==Ul.TOKEN_LEFT_BRACKET){throw Gd()}else{this.nextToken()}var n_=new p_(af.lineno,af.colno);var w_=false;for(var D_=0;D_<=n_.fields.length;D_++){if(this.skip(Ul.TOKEN_RIGHT_BRACKET)){break}if(D_===n_.fields.length){if(w_){this.fail("parseSlice: too many slice components",af.lineno,af.colno)}else{break}}if(this.skip(Ul.TOKEN_COLON)){w_=true}else{var I_=n_.fields[D_];n_[I_]=this.parseExpression();w_=this.skip(Ul.TOKEN_COLON)||w_}}if(!w_){throw Gd()}return new Pl.Array(af.lineno,af.colno,[n_])}}}function sliceLookup(hl,fl,yl,Pl){hl=hl||[];if(fl===null){fl=Pl<0?hl.length-1:0}if(yl===null){yl=Pl<0?-1:hl.length}else if(yl<0){yl+=hl.length}if(fl<0){fl+=hl.length}var Ul=[];for(var Gd=fl;;Gd+=Pl){if(Gd<0||Gd>hl.length){break}if(Pl>0&&Gd>=yl){break}if(Pl<0&&Gd<=yl){break}Ul.push(La.memberLookup(hl,Gd))}return Ul}function hasOwnProp(La,hl){return Object.prototype.hasOwnProperty.call(La,hl)}var w_={pop:function pop(La){if(La===undefined){return this.pop()}if(La>=this.length||La<0){throw new Error("KeyError")}return this.splice(La,1)},append:function append(La){return this.push(La)},remove:function remove(La){for(var hl=0;hl{"use strict";var yl=fl(97853);var Pl=" \n\t\r ";var Ul="()[]{}%*-+~/#,:|.<>=!";var Gd="0123456789";var af="{%";var n_="%}";var i_="{{";var p_="}}";var w_="{#";var D_="#}";var I_="string";var N_="whitespace";var _m="data";var pg="block-start";var mg="block-end";var gg="variable-start";var eA="variable-end";var tA="comment";var rA="left-paren";var nA="right-paren";var iA="left-bracket";var sA="right-bracket";var aA="left-curly";var oA="right-curly";var lA="operator";var cA="comma";var uA="colon";var pA="tilde";var dA="pipe";var hA="int";var fA="float";var _A="boolean";var mA="none";var gA="symbol";var AA="special";var yA="regex";function token(La,hl,fl,yl){return{type:La,value:hl,lineno:fl,colno:yl}}var bA=function(){function Tokenizer(La,hl){this.str=La;this.index=0;this.len=La.length;this.lineno=0;this.colno=0;this.in_code=false;hl=hl||{};var fl=hl.tags||{};this.tags={BLOCK_START:fl.blockStart||af,BLOCK_END:fl.blockEnd||n_,VARIABLE_START:fl.variableStart||i_,VARIABLE_END:fl.variableEnd||p_,COMMENT_START:fl.commentStart||w_,COMMENT_END:fl.commentEnd||D_};this.trimBlocks=!!hl.trimBlocks;this.lstripBlocks=!!hl.lstripBlocks}var La=Tokenizer.prototype;La.nextToken=function nextToken(){var La=this.lineno;var hl=this.colno;var fl;if(this.in_code){var af=this.current();if(this.isFinished()){return null}else if(af==='"'||af==="'"){return token(I_,this._parseString(af),La,hl)}else if(fl=this._extract(Pl)){return token(N_,fl,La,hl)}else if((fl=this._extractString(this.tags.BLOCK_END))||(fl=this._extractString("-"+this.tags.BLOCK_END))){this.in_code=false;if(this.trimBlocks){af=this.current();if(af==="\n"){this.forward()}else if(af==="\r"){this.forward();af=this.current();if(af==="\n"){this.forward()}else{this.back()}}}return token(mg,fl,La,hl)}else if((fl=this._extractString(this.tags.VARIABLE_END))||(fl=this._extractString("-"+this.tags.VARIABLE_END))){this.in_code=false;return token(eA,fl,La,hl)}else if(af==="r"&&this.str.charAt(this.index+1)==="/"){this.forwardN(2);var n_="";while(!this.isFinished()){if(this.current()==="/"&&this.previous()!=="\\"){this.forward();break}else{n_+=this.current();this.forward()}}var i_=["g","i","m","y"];var p_="";while(!this.isFinished()){var w_=i_.indexOf(this.current())!==-1;if(w_){p_+=this.current();this.forward()}else{break}}return token(yA,{body:n_,flags:p_},La,hl)}else if(Ul.indexOf(af)!==-1){this.forward();var D_=["==","===","!=","!==","<=",">=","//","**"];var AA=af+this.current();var bA;if(yl.indexOf(D_,AA)!==-1){this.forward();af=AA;if(yl.indexOf(D_,AA+this.current())!==-1){af=AA+this.current();this.forward()}}switch(af){case"(":bA=rA;break;case")":bA=nA;break;case"[":bA=iA;break;case"]":bA=sA;break;case"{":bA=aA;break;case"}":bA=oA;break;case",":bA=cA;break;case":":bA=uA;break;case"~":bA=pA;break;case"|":bA=dA;break;default:bA=lA}return token(bA,af,La,hl)}else{fl=this._extractUntil(Pl+Ul);if(fl.match(/^[-+]?[0-9]+$/)){if(this.current()==="."){this.forward();var vA=this._extract(Gd);return token(fA,fl+"."+vA,La,hl)}else{return token(hA,fl,La,hl)}}else if(fl.match(/^(true|false)$/)){return token(_A,fl,La,hl)}else if(fl==="none"){return token(mA,fl,La,hl)}else if(fl==="null"){return token(mA,fl,La,hl)}else if(fl){return token(gA,fl,La,hl)}else{throw new Error("Unexpected value while parsing: "+fl)}}}else{var EA=this.tags.BLOCK_START.charAt(0)+this.tags.VARIABLE_START.charAt(0)+this.tags.COMMENT_START.charAt(0)+this.tags.COMMENT_END.charAt(0);if(this.isFinished()){return null}else if((fl=this._extractString(this.tags.BLOCK_START+"-"))||(fl=this._extractString(this.tags.BLOCK_START))){this.in_code=true;return token(pg,fl,La,hl)}else if((fl=this._extractString(this.tags.VARIABLE_START+"-"))||(fl=this._extractString(this.tags.VARIABLE_START))){this.in_code=true;return token(gg,fl,La,hl)}else{fl="";var wA;var CA=false;if(this._matches(this.tags.COMMENT_START)){CA=true;fl=this._extractString(this.tags.COMMENT_START)}while((wA=this._extractUntil(EA))!==null){fl+=wA;if((this._matches(this.tags.BLOCK_START)||this._matches(this.tags.VARIABLE_START)||this._matches(this.tags.COMMENT_START))&&!CA){if(this.lstripBlocks&&this._matches(this.tags.BLOCK_START)&&this.colno>0&&this.colno<=fl.length){var xA=fl.slice(-this.colno);if(/^\s+$/.test(xA)){fl=fl.slice(0,-this.colno);if(!fl.length){return this.nextToken()}}}break}else if(this._matches(this.tags.COMMENT_END)){if(!CA){throw new Error("unexpected end of comment")}fl+=this._extractString(this.tags.COMMENT_END);break}else{fl+=this.current();this.forward()}}if(wA===null&&CA){throw new Error("expected end of comment, got end of file")}return token(CA?tA:_m,fl,La,hl)}}};La._parseString=function _parseString(La){this.forward();var hl="";while(!this.isFinished()&&this.current()!==La){var fl=this.current();if(fl==="\\"){this.forward();switch(this.current()){case"n":hl+="\n";break;case"t":hl+="\t";break;case"r":hl+="\r";break;default:hl+=this.current()}this.forward()}else{hl+=fl;this.forward()}}this.forward();return hl};La._matches=function _matches(La){if(this.index+La.length>this.len){return null}var hl=this.str.slice(this.index,this.index+La.length);return hl===La};La._extractString=function _extractString(La){if(this._matches(La)){this.forwardN(La.length);return La}return null};La._extractUntil=function _extractUntil(La){return this._extractMatching(true,La||"")};La._extract=function _extract(La){return this._extractMatching(false,La)};La._extractMatching=function _extractMatching(La,hl){if(this.isFinished()){return null}var fl=hl.indexOf(this.current());if(La&&fl===-1||!La&&fl!==-1){var yl=this.current();this.forward();var Pl=hl.indexOf(this.current());while((La&&Pl===-1||!La&&Pl!==-1)&&!this.isFinished()){yl+=this.current();this.forward();Pl=hl.indexOf(this.current())}return yl}return""};La._extractRegex=function _extractRegex(La){var hl=this.currentStr().match(La);if(!hl){return null}this.forwardN(hl[0].length);return hl};La.isFinished=function isFinished(){return this.index>=this.len};La.forwardN=function forwardN(La){for(var hl=0;hl{"use strict";var hl=Array.prototype;var fl=Object.prototype;var yl={"&":"&",'"':""","'":"'","<":"<",">":">","\\":"\"};var Pl=/[&"'<>\\]/g;var Ul=La.exports={};function hasOwnProp(La,hl){return fl.hasOwnProperty.call(La,hl)}Ul.hasOwnProp=hasOwnProp;function lookupEscape(La){return yl[La]}function _prettifyError(La,hl,fl){if(!fl.Update){fl=new Ul.TemplateError(fl)}fl.Update(La);if(!hl){var yl=fl;fl=new Error(yl.message);fl.name=yl.name}return fl}Ul._prettifyError=_prettifyError;function TemplateError(La,hl,fl){var yl;var Pl;if(La instanceof Error){Pl=La;La=Pl.name+": "+Pl.message}if(Object.setPrototypeOf){yl=new Error(La);Object.setPrototypeOf(yl,TemplateError.prototype)}else{yl=this;Object.defineProperty(yl,"message",{enumerable:false,writable:true,value:La})}Object.defineProperty(yl,"name",{value:"Template render error"});if(Error.captureStackTrace){Error.captureStackTrace(yl,this.constructor)}var Ul;if(Pl){var Gd=Object.getOwnPropertyDescriptor(Pl,"stack");Ul=Gd&&(Gd.get||function(){return Gd.value});if(!Ul){Ul=function getStack(){return Pl.stack}}}else{var af=new Error(La).stack;Ul=function getStack(){return af}}Object.defineProperty(yl,"stack",{get:function get(){return Ul.call(yl)}});Object.defineProperty(yl,"cause",{value:Pl});yl.lineno=hl;yl.colno=fl;yl.firstUpdate=true;yl.Update=function Update(La){var hl="("+(La||"unknown path")+")";if(this.firstUpdate){if(this.lineno&&this.colno){hl+=" [Line "+this.lineno+", Column "+this.colno+"]"}else if(this.lineno){hl+=" [Line "+this.lineno+"]"}}hl+="\n ";if(this.firstUpdate){hl+=" "}this.message=hl+(this.message||"");this.firstUpdate=false;return this};return yl}if(Object.setPrototypeOf){Object.setPrototypeOf(TemplateError.prototype,Error.prototype)}else{TemplateError.prototype=Object.create(Error.prototype,{constructor:{value:TemplateError}})}Ul.TemplateError=TemplateError;function escape(La){return La.replace(Pl,lookupEscape)}Ul.escape=escape;function isFunction(La){return fl.toString.call(La)==="[object Function]"}Ul.isFunction=isFunction;function isArray(La){return fl.toString.call(La)==="[object Array]"}Ul.isArray=isArray;function isString(La){return fl.toString.call(La)==="[object String]"}Ul.isString=isString;function isObject(La){return fl.toString.call(La)==="[object Object]"}Ul.isObject=isObject;function _prepareAttributeParts(La){if(!La){return[]}if(typeof La==="string"){return La.split(".")}return[La]}function getAttrGetter(La){var hl=_prepareAttributeParts(La);return function attrGetter(La){var fl=La;for(var yl=0;yl{"use strict";function _inheritsLoose(La,hl){La.prototype=Object.create(hl.prototype);La.prototype.constructor=La;_setPrototypeOf(La,hl)}function _setPrototypeOf(La,hl){_setPrototypeOf=Object.setPrototypeOf?Object.setPrototypeOf.bind():function _setPrototypeOf(La,hl){La.__proto__=hl;return La};return _setPrototypeOf(La,hl)}var yl=fl(16928);var Pl=fl(79695),Ul=Pl.EmitterObj;La.exports=function(La){_inheritsLoose(Loader,La);function Loader(){return La.apply(this,arguments)||this}var hl=Loader.prototype;hl.resolve=function resolve(La,hl){return yl.resolve(yl.dirname(La),hl)};hl.isRelative=function isRelative(La){return La.indexOf("./")===0||La.indexOf("../")===0};return Loader}(Ul)},2650:(La,hl,fl)=>{"use strict";La.exports=fl(76973)},76973:(La,hl,fl)=>{"use strict";function _inheritsLoose(La,hl){La.prototype=Object.create(hl.prototype);La.prototype.constructor=La;_setPrototypeOf(La,hl)}function _setPrototypeOf(La,hl){_setPrototypeOf=Object.setPrototypeOf?Object.setPrototypeOf.bind():function _setPrototypeOf(La,hl){La.__proto__=hl;return La};return _setPrototypeOf(La,hl)}var yl=fl(79896);var Pl=fl(16928);var Ul=fl(43391);var Gd=fl(97402),af=Gd.PrecompiledLoader;var n_;var i_=function(La){_inheritsLoose(FileSystemLoader,La);function FileSystemLoader(hl,Ul){var Gd;Gd=La.call(this)||this;if(typeof Ul==="boolean"){console.log("[nunjucks] Warning: you passed a boolean as the second "+"argument to FileSystemLoader, but it now takes an options "+"object. See http://mozilla.github.io/nunjucks/api.html#filesystemloader")}Ul=Ul||{};Gd.pathsToNames={};Gd.noCache=!!Ul.noCache;if(hl){hl=Array.isArray(hl)?hl:[hl];Gd.searchPaths=hl.map(Pl.normalize)}else{Gd.searchPaths=["."]}if(Ul.watch){try{n_=fl(568)}catch(La){throw new Error("watch requires chokidar to be installed")}var af=Gd.searchPaths.filter(yl.existsSync);var i_=n_.watch(af);i_.on("all",function(La,hl){hl=Pl.resolve(hl);if(La==="change"&&hl in Gd.pathsToNames){Gd.emit("update",Gd.pathsToNames[hl],hl)}});i_.on("error",function(La){console.log("Watcher error: "+La)})}return Gd}var hl=FileSystemLoader.prototype;hl.getSource=function getSource(La){var hl=null;var fl=this.searchPaths;for(var Ul=0;Ul{"use strict";function _defineProperties(La,hl){for(var fl=0;fl2?Pl-2:0),Gd=2;Gd0||!fl)){process.stdout.write(" ".repeat(hl))}var Ul=Pl===yl.length-1?"":"\n";process.stdout.write(""+La+Ul)})}function printNodes(La,hl){hl=hl||0;print(La.typename+": ",hl);if(La instanceof af){print("\n");La.children.forEach(function(La){printNodes(La,hl+2)})}else if(La instanceof UA){print(La.extName+"."+La.prop+"\n");if(La.args){printNodes(La.args,hl+2)}if(La.contentArgs){La.contentArgs.forEach(function(La){printNodes(La,hl+2)})}}else{var fl=[];var yl=null;La.iterFields(function(La,hl){if(La instanceof Ul){fl.push([hl,La])}else{yl=yl||{};yl[hl]=La}});if(yl){print(JSON.stringify(yl,null,2)+"\n",null,true)}else{print("\n")}fl.forEach(function(La){var fl=La[0],yl=La[1];print("["+fl+"] =>",hl+2);printNodes(yl,hl+4)})}}La.exports={Node:Ul,Root:n_,NodeList:af,Value:Gd,Literal:i_,Symbol:p_,Group:w_,Array:D_,Pair:I_,Dict:N_,Output:yA,Capture:bA,TemplateData:vA,If:pg,IfAsync:mg,InlineIf:gg,For:eA,AsyncEach:tA,AsyncAll:rA,Macro:nA,Caller:iA,Import:sA,FromImport:aA,FunCall:oA,Filter:lA,FilterAsync:cA,KeywordArgs:uA,Block:pA,Super:dA,Extends:fA,Include:_A,Set:mA,Switch:gA,Case:AA,LookupVal:_m,BinOp:wA,In:CA,Is:xA,Or:DA,And:SA,Not:kA,Add:TA,Concat:IA,Sub:BA,Mul:FA,Div:PA,FloorDiv:RA,Mod:NA,Pow:OA,Neg:QA,Pos:LA,Compare:MA,CompareOperand:jA,CallExtension:UA,CallExtensionAsync:GA,printNodes:printNodes}},79695:(La,hl,fl)=>{"use strict";function _defineProperties(La,hl){for(var fl=0;fl{"use strict";function _inheritsLoose(La,hl){La.prototype=Object.create(hl.prototype);La.prototype.constructor=La;_setPrototypeOf(La,hl)}function _setPrototypeOf(La,hl){_setPrototypeOf=Object.setPrototypeOf?Object.setPrototypeOf.bind():function _setPrototypeOf(La,hl){La.__proto__=hl;return La};return _setPrototypeOf(La,hl)}var yl=fl(38852);var Pl=fl(16151);var Ul=fl(79695).Obj;var Gd=fl(97853);var af=function(La){_inheritsLoose(Parser,La);function Parser(){return La.apply(this,arguments)||this}var hl=Parser.prototype;hl.init=function init(La){this.tokens=La;this.peeked=null;this.breakOnBlocks=null;this.dropLeadingWhitespace=false;this.extensions=[]};hl.nextToken=function nextToken(La){var hl;if(this.peeked){if(!La&&this.peeked.type===yl.TOKEN_WHITESPACE){this.peeked=null}else{hl=this.peeked;this.peeked=null;return hl}}hl=this.tokens.nextToken();if(!La){while(hl&&hl.type===yl.TOKEN_WHITESPACE){hl=this.tokens.nextToken()}}return hl};hl.peekToken=function peekToken(){this.peeked=this.peeked||this.nextToken();return this.peeked};hl.pushToken=function pushToken(La){if(this.peeked){throw new Error("pushToken: can only push one token on between reads")}this.peeked=La};hl.error=function error(La,hl,fl){if(hl===undefined||fl===undefined){var yl=this.peekToken()||{};hl=yl.lineno;fl=yl.colno}if(hl!==undefined){hl+=1}if(fl!==undefined){fl+=1}return new Gd.TemplateError(La,hl,fl)};hl.fail=function fail(La,hl,fl){throw this.error(La,hl,fl)};hl.skip=function skip(La){var hl=this.nextToken();if(!hl||hl.type!==La){this.pushToken(hl);return false}return true};hl.expect=function expect(La){var hl=this.nextToken();if(hl.type!==La){this.fail("expected "+La+", got "+hl.type,hl.lineno,hl.colno)}return hl};hl.skipValue=function skipValue(La,hl){var fl=this.nextToken();if(!fl||fl.type!==La||fl.value!==hl){this.pushToken(fl);return false}return true};hl.skipSymbol=function skipSymbol(La){return this.skipValue(yl.TOKEN_SYMBOL,La)};hl.advanceAfterBlockEnd=function advanceAfterBlockEnd(La){var hl;if(!La){hl=this.peekToken();if(!hl){this.fail("unexpected end of file")}if(hl.type!==yl.TOKEN_SYMBOL){this.fail("advanceAfterBlockEnd: expected symbol token or "+"explicit name to be passed")}La=this.nextToken().value}hl=this.nextToken();if(hl&&hl.type===yl.TOKEN_BLOCK_END){if(hl.value.charAt(0)==="-"){this.dropLeadingWhitespace=true}}else{this.fail("expected block end in "+La+" statement")}return hl};hl.advanceAfterVariableEnd=function advanceAfterVariableEnd(){var La=this.nextToken();if(La&&La.type===yl.TOKEN_VARIABLE_END){this.dropLeadingWhitespace=La.value.charAt(La.value.length-this.tokens.tags.VARIABLE_END.length-1)==="-"}else{this.pushToken(La);this.fail("expected variable end")}};hl.parseFor=function parseFor(){var La=this.peekToken();var hl;var fl;if(this.skipSymbol("for")){hl=new Pl.For(La.lineno,La.colno);fl="endfor"}else if(this.skipSymbol("asyncEach")){hl=new Pl.AsyncEach(La.lineno,La.colno);fl="endeach"}else if(this.skipSymbol("asyncAll")){hl=new Pl.AsyncAll(La.lineno,La.colno);fl="endall"}else{this.fail("parseFor: expected for{Async}",La.lineno,La.colno)}hl.name=this.parsePrimary();if(!(hl.name instanceof Pl.Symbol)){this.fail("parseFor: variable name expected for loop")}var Ul=this.peekToken().type;if(Ul===yl.TOKEN_COMMA){var Gd=hl.name;hl.name=new Pl.Array(Gd.lineno,Gd.colno);hl.name.addChild(Gd);while(this.skip(yl.TOKEN_COMMA)){var af=this.parsePrimary();hl.name.addChild(af)}}if(!this.skipSymbol("in")){this.fail('parseFor: expected "in" keyword for loop',La.lineno,La.colno)}hl.arr=this.parseExpression();this.advanceAfterBlockEnd(La.value);hl.body=this.parseUntilBlocks(fl,"else");if(this.skipSymbol("else")){this.advanceAfterBlockEnd("else");hl.else_=this.parseUntilBlocks(fl)}this.advanceAfterBlockEnd();return hl};hl.parseMacro=function parseMacro(){var La=this.peekToken();if(!this.skipSymbol("macro")){this.fail("expected macro")}var hl=this.parsePrimary(true);var fl=this.parseSignature();var yl=new Pl.Macro(La.lineno,La.colno,hl,fl);this.advanceAfterBlockEnd(La.value);yl.body=this.parseUntilBlocks("endmacro");this.advanceAfterBlockEnd();return yl};hl.parseCall=function parseCall(){var La=this.peekToken();if(!this.skipSymbol("call")){this.fail("expected call")}var hl=this.parseSignature(true)||new Pl.NodeList;var fl=this.parsePrimary();this.advanceAfterBlockEnd(La.value);var yl=this.parseUntilBlocks("endcall");this.advanceAfterBlockEnd();var Ul=new Pl.Symbol(La.lineno,La.colno,"caller");var Gd=new Pl.Caller(La.lineno,La.colno,Ul,hl,yl);var af=fl.args.children;if(!(af[af.length-1]instanceof Pl.KeywordArgs)){af.push(new Pl.KeywordArgs)}var n_=af[af.length-1];n_.addChild(new Pl.Pair(La.lineno,La.colno,Ul,Gd));return new Pl.Output(La.lineno,La.colno,[fl])};hl.parseWithContext=function parseWithContext(){var La=this.peekToken();var hl=null;if(this.skipSymbol("with")){hl=true}else if(this.skipSymbol("without")){hl=false}if(hl!==null){if(!this.skipSymbol("context")){this.fail("parseFrom: expected context after with/without",La.lineno,La.colno)}}return hl};hl.parseImport=function parseImport(){var La=this.peekToken();if(!this.skipSymbol("import")){this.fail("parseImport: expected import",La.lineno,La.colno)}var hl=this.parseExpression();if(!this.skipSymbol("as")){this.fail('parseImport: expected "as" keyword',La.lineno,La.colno)}var fl=this.parseExpression();var yl=this.parseWithContext();var Ul=new Pl.Import(La.lineno,La.colno,hl,fl,yl);this.advanceAfterBlockEnd(La.value);return Ul};hl.parseFrom=function parseFrom(){var La=this.peekToken();if(!this.skipSymbol("from")){this.fail("parseFrom: expected from")}var hl=this.parseExpression();if(!this.skipSymbol("import")){this.fail("parseFrom: expected import",La.lineno,La.colno)}var fl=new Pl.NodeList;var Ul;while(1){var Gd=this.peekToken();if(Gd.type===yl.TOKEN_BLOCK_END){if(!fl.children.length){this.fail("parseFrom: Expected at least one import name",La.lineno,La.colno)}if(Gd.value.charAt(0)==="-"){this.dropLeadingWhitespace=true}this.nextToken();break}if(fl.children.length>0&&!this.skip(yl.TOKEN_COMMA)){this.fail("parseFrom: expected comma",La.lineno,La.colno)}var af=this.parsePrimary();if(af.value.charAt(0)==="_"){this.fail("parseFrom: names starting with an underscore cannot be imported",af.lineno,af.colno)}if(this.skipSymbol("as")){var n_=this.parsePrimary();fl.addChild(new Pl.Pair(af.lineno,af.colno,af,n_))}else{fl.addChild(af)}Ul=this.parseWithContext()}return new Pl.FromImport(La.lineno,La.colno,hl,fl,Ul)};hl.parseBlock=function parseBlock(){var La=this.peekToken();if(!this.skipSymbol("block")){this.fail("parseBlock: expected block",La.lineno,La.colno)}var hl=new Pl.Block(La.lineno,La.colno);hl.name=this.parsePrimary();if(!(hl.name instanceof Pl.Symbol)){this.fail("parseBlock: variable name expected",La.lineno,La.colno)}this.advanceAfterBlockEnd(La.value);hl.body=this.parseUntilBlocks("endblock");this.skipSymbol("endblock");this.skipSymbol(hl.name.value);var fl=this.peekToken();if(!fl){this.fail("parseBlock: expected endblock, got end of file")}this.advanceAfterBlockEnd(fl.value);return hl};hl.parseExtends=function parseExtends(){var La="extends";var hl=this.peekToken();if(!this.skipSymbol(La)){this.fail("parseTemplateRef: expected "+La)}var fl=new Pl.Extends(hl.lineno,hl.colno);fl.template=this.parseExpression();this.advanceAfterBlockEnd(hl.value);return fl};hl.parseInclude=function parseInclude(){var La="include";var hl=this.peekToken();if(!this.skipSymbol(La)){this.fail("parseInclude: expected "+La)}var fl=new Pl.Include(hl.lineno,hl.colno);fl.template=this.parseExpression();if(this.skipSymbol("ignore")&&this.skipSymbol("missing")){fl.ignoreMissing=true}this.advanceAfterBlockEnd(hl.value);return fl};hl.parseIf=function parseIf(){var La=this.peekToken();var hl;if(this.skipSymbol("if")||this.skipSymbol("elif")||this.skipSymbol("elseif")){hl=new Pl.If(La.lineno,La.colno)}else if(this.skipSymbol("ifAsync")){hl=new Pl.IfAsync(La.lineno,La.colno)}else{this.fail("parseIf: expected if, elif, or elseif",La.lineno,La.colno)}hl.cond=this.parseExpression();this.advanceAfterBlockEnd(La.value);hl.body=this.parseUntilBlocks("elif","elseif","else","endif");var fl=this.peekToken();switch(fl&&fl.value){case"elseif":case"elif":hl.else_=this.parseIf();break;case"else":this.advanceAfterBlockEnd();hl.else_=this.parseUntilBlocks("endif");this.advanceAfterBlockEnd();break;case"endif":hl.else_=null;this.advanceAfterBlockEnd();break;default:this.fail("parseIf: expected elif, else, or endif, got end of file")}return hl};hl.parseSet=function parseSet(){var La=this.peekToken();if(!this.skipSymbol("set")){this.fail("parseSet: expected set",La.lineno,La.colno)}var hl=new Pl.Set(La.lineno,La.colno,[]);var fl;while(fl=this.parsePrimary()){hl.targets.push(fl);if(!this.skip(yl.TOKEN_COMMA)){break}}if(!this.skipValue(yl.TOKEN_OPERATOR,"=")){if(!this.skip(yl.TOKEN_BLOCK_END)){this.fail("parseSet: expected = or block end in set tag",La.lineno,La.colno)}else{hl.body=new Pl.Capture(La.lineno,La.colno,this.parseUntilBlocks("endset"));hl.value=null;this.advanceAfterBlockEnd()}}else{hl.value=this.parseExpression();this.advanceAfterBlockEnd(La.value)}return hl};hl.parseSwitch=function parseSwitch(){var La="switch";var hl="endswitch";var fl="case";var yl="default";var Ul=this.peekToken();if(!this.skipSymbol(La)&&!this.skipSymbol(fl)&&!this.skipSymbol(yl)){this.fail('parseSwitch: expected "switch," "case" or "default"',Ul.lineno,Ul.colno)}var Gd=this.parseExpression();this.advanceAfterBlockEnd(La);this.parseUntilBlocks(fl,yl,hl);var af=this.peekToken();var n_=[];var i_;do{this.skipSymbol(fl);var p_=this.parseExpression();this.advanceAfterBlockEnd(La);var w_=this.parseUntilBlocks(fl,yl,hl);n_.push(new Pl.Case(af.line,af.col,p_,w_));af=this.peekToken()}while(af&&af.value===fl);switch(af.value){case yl:this.advanceAfterBlockEnd();i_=this.parseUntilBlocks(hl);this.advanceAfterBlockEnd();break;case hl:this.advanceAfterBlockEnd();break;default:this.fail('parseSwitch: expected "case," "default" or "endswitch," got EOF.')}return new Pl.Switch(Ul.lineno,Ul.colno,Gd,n_,i_)};hl.parseStatement=function parseStatement(){var La=this.peekToken();var hl;if(La.type!==yl.TOKEN_SYMBOL){this.fail("tag name expected",La.lineno,La.colno)}if(this.breakOnBlocks&&Gd.indexOf(this.breakOnBlocks,La.value)!==-1){return null}switch(La.value){case"raw":return this.parseRaw();case"verbatim":return this.parseRaw("verbatim");case"if":case"ifAsync":return this.parseIf();case"for":case"asyncEach":case"asyncAll":return this.parseFor();case"block":return this.parseBlock();case"extends":return this.parseExtends();case"include":return this.parseInclude();case"set":return this.parseSet();case"macro":return this.parseMacro();case"call":return this.parseCall();case"import":return this.parseImport();case"from":return this.parseFrom();case"filter":return this.parseFilterStatement();case"switch":return this.parseSwitch();default:if(this.extensions.length){for(var fl=0;fl0){var n_=Gd[0];var i_=Gd[1];var p_=Gd[2];if(p_===La){yl+=1}else if(p_===hl){yl-=1}if(yl===0){Ul+=i_;this.tokens.backN(n_.length-i_.length)}else{Ul+=n_}}return new Pl.Output(af.lineno,af.colno,[new Pl.TemplateData(af.lineno,af.colno,Ul)])};hl.parsePostfix=function parsePostfix(La){var hl;var fl=this.peekToken();while(fl){if(fl.type===yl.TOKEN_LEFT_PAREN){La=new Pl.FunCall(fl.lineno,fl.colno,La,this.parseSignature())}else if(fl.type===yl.TOKEN_LEFT_BRACKET){hl=this.parseAggregate();if(hl.children.length>1){this.fail("invalid index")}La=new Pl.LookupVal(fl.lineno,fl.colno,La,hl.children[0])}else if(fl.type===yl.TOKEN_OPERATOR&&fl.value==="."){this.nextToken();var Ul=this.nextToken();if(Ul.type!==yl.TOKEN_SYMBOL){this.fail("expected name as lookup value, got "+Ul.value,Ul.lineno,Ul.colno)}hl=new Pl.Literal(Ul.lineno,Ul.colno,Ul.value);La=new Pl.LookupVal(fl.lineno,fl.colno,La,hl)}else{break}fl=this.peekToken()}return La};hl.parseExpression=function parseExpression(){var La=this.parseInlineIf();return La};hl.parseInlineIf=function parseInlineIf(){var La=this.parseOr();if(this.skipSymbol("if")){var hl=this.parseOr();var fl=La;La=new Pl.InlineIf(La.lineno,La.colno);La.body=fl;La.cond=hl;if(this.skipSymbol("else")){La.else_=this.parseOr()}else{La.else_=null}}return La};hl.parseOr=function parseOr(){var La=this.parseAnd();while(this.skipSymbol("or")){var hl=this.parseAnd();La=new Pl.Or(La.lineno,La.colno,La,hl)}return La};hl.parseAnd=function parseAnd(){var La=this.parseNot();while(this.skipSymbol("and")){var hl=this.parseNot();La=new Pl.And(La.lineno,La.colno,La,hl)}return La};hl.parseNot=function parseNot(){var La=this.peekToken();if(this.skipSymbol("not")){return new Pl.Not(La.lineno,La.colno,this.parseNot())}return this.parseIn()};hl.parseIn=function parseIn(){var La=this.parseIs();while(1){var hl=this.nextToken();if(!hl){break}var fl=hl.type===yl.TOKEN_SYMBOL&&hl.value==="not";if(!fl){this.pushToken(hl)}if(this.skipSymbol("in")){var Ul=this.parseIs();La=new Pl.In(La.lineno,La.colno,La,Ul);if(fl){La=new Pl.Not(La.lineno,La.colno,La)}}else{if(fl){this.pushToken(hl)}break}}return La};hl.parseIs=function parseIs(){var La=this.parseCompare();if(this.skipSymbol("is")){var hl=this.skipSymbol("not");var fl=this.parseCompare();La=new Pl.Is(La.lineno,La.colno,La,fl);if(hl){La=new Pl.Not(La.lineno,La.colno,La)}}return La};hl.parseCompare=function parseCompare(){var La=["==","===","!=","!==","<",">","<=",">="];var hl=this.parseConcat();var fl=[];while(1){var yl=this.nextToken();if(!yl){break}else if(La.indexOf(yl.value)!==-1){fl.push(new Pl.CompareOperand(yl.lineno,yl.colno,this.parseConcat(),yl.value))}else{this.pushToken(yl);break}}if(fl.length){return new Pl.Compare(fl[0].lineno,fl[0].colno,hl,fl)}else{return hl}};hl.parseConcat=function parseConcat(){var La=this.parseAdd();while(this.skipValue(yl.TOKEN_TILDE,"~")){var hl=this.parseAdd();La=new Pl.Concat(La.lineno,La.colno,La,hl)}return La};hl.parseAdd=function parseAdd(){var La=this.parseSub();while(this.skipValue(yl.TOKEN_OPERATOR,"+")){var hl=this.parseSub();La=new Pl.Add(La.lineno,La.colno,La,hl)}return La};hl.parseSub=function parseSub(){var La=this.parseMul();while(this.skipValue(yl.TOKEN_OPERATOR,"-")){var hl=this.parseMul();La=new Pl.Sub(La.lineno,La.colno,La,hl)}return La};hl.parseMul=function parseMul(){var La=this.parseDiv();while(this.skipValue(yl.TOKEN_OPERATOR,"*")){var hl=this.parseDiv();La=new Pl.Mul(La.lineno,La.colno,La,hl)}return La};hl.parseDiv=function parseDiv(){var La=this.parseFloorDiv();while(this.skipValue(yl.TOKEN_OPERATOR,"/")){var hl=this.parseFloorDiv();La=new Pl.Div(La.lineno,La.colno,La,hl)}return La};hl.parseFloorDiv=function parseFloorDiv(){var La=this.parseMod();while(this.skipValue(yl.TOKEN_OPERATOR,"//")){var hl=this.parseMod();La=new Pl.FloorDiv(La.lineno,La.colno,La,hl)}return La};hl.parseMod=function parseMod(){var La=this.parsePow();while(this.skipValue(yl.TOKEN_OPERATOR,"%")){var hl=this.parsePow();La=new Pl.Mod(La.lineno,La.colno,La,hl)}return La};hl.parsePow=function parsePow(){var La=this.parseUnary();while(this.skipValue(yl.TOKEN_OPERATOR,"**")){var hl=this.parseUnary();La=new Pl.Pow(La.lineno,La.colno,La,hl)}return La};hl.parseUnary=function parseUnary(La){var hl=this.peekToken();var fl;if(this.skipValue(yl.TOKEN_OPERATOR,"-")){fl=new Pl.Neg(hl.lineno,hl.colno,this.parseUnary(true))}else if(this.skipValue(yl.TOKEN_OPERATOR,"+")){fl=new Pl.Pos(hl.lineno,hl.colno,this.parseUnary(true))}else{fl=this.parsePrimary()}if(!La){fl=this.parseFilter(fl)}return fl};hl.parsePrimary=function parsePrimary(La){var hl=this.nextToken();var fl;var Ul=null;if(!hl){this.fail("expected expression, got end of file")}else if(hl.type===yl.TOKEN_STRING){fl=hl.value}else if(hl.type===yl.TOKEN_INT){fl=parseInt(hl.value,10)}else if(hl.type===yl.TOKEN_FLOAT){fl=parseFloat(hl.value)}else if(hl.type===yl.TOKEN_BOOLEAN){if(hl.value==="true"){fl=true}else if(hl.value==="false"){fl=false}else{this.fail("invalid boolean: "+hl.value,hl.lineno,hl.colno)}}else if(hl.type===yl.TOKEN_NONE){fl=null}else if(hl.type===yl.TOKEN_REGEX){fl=new RegExp(hl.value.body,hl.value.flags)}if(fl!==undefined){Ul=new Pl.Literal(hl.lineno,hl.colno,fl)}else if(hl.type===yl.TOKEN_SYMBOL){Ul=new Pl.Symbol(hl.lineno,hl.colno,hl.value)}else{this.pushToken(hl);Ul=this.parseAggregate()}if(!La){Ul=this.parsePostfix(Ul)}if(Ul){return Ul}else{throw this.error("unexpected token: "+hl.value,hl.lineno,hl.colno)}};hl.parseFilterName=function parseFilterName(){var La=this.expect(yl.TOKEN_SYMBOL);var hl=La.value;while(this.skipValue(yl.TOKEN_OPERATOR,".")){hl+="."+this.expect(yl.TOKEN_SYMBOL).value}return new Pl.Symbol(La.lineno,La.colno,hl)};hl.parseFilterArgs=function parseFilterArgs(La){if(this.peekToken().type===yl.TOKEN_LEFT_PAREN){var hl=this.parsePostfix(La);return hl.args.children}return[]};hl.parseFilter=function parseFilter(La){while(this.skip(yl.TOKEN_PIPE)){var hl=this.parseFilterName();La=new Pl.Filter(hl.lineno,hl.colno,hl,new Pl.NodeList(hl.lineno,hl.colno,[La].concat(this.parseFilterArgs(La))))}return La};hl.parseFilterStatement=function parseFilterStatement(){var La=this.peekToken();if(!this.skipSymbol("filter")){this.fail("parseFilterStatement: expected filter")}var hl=this.parseFilterName();var fl=this.parseFilterArgs(hl);this.advanceAfterBlockEnd(La.value);var yl=new Pl.Capture(hl.lineno,hl.colno,this.parseUntilBlocks("endfilter"));this.advanceAfterBlockEnd();var Ul=new Pl.Filter(hl.lineno,hl.colno,hl,new Pl.NodeList(hl.lineno,hl.colno,[yl].concat(fl)));return new Pl.Output(hl.lineno,hl.colno,[Ul])};hl.parseAggregate=function parseAggregate(){var La=this.nextToken();var hl;switch(La.type){case yl.TOKEN_LEFT_PAREN:hl=new Pl.Group(La.lineno,La.colno);break;case yl.TOKEN_LEFT_BRACKET:hl=new Pl.Array(La.lineno,La.colno);break;case yl.TOKEN_LEFT_CURLY:hl=new Pl.Dict(La.lineno,La.colno);break;default:return null}while(1){var fl=this.peekToken().type;if(fl===yl.TOKEN_RIGHT_PAREN||fl===yl.TOKEN_RIGHT_BRACKET||fl===yl.TOKEN_RIGHT_CURLY){this.nextToken();break}if(hl.children.length>0){if(!this.skip(yl.TOKEN_COMMA)){this.fail("parseAggregate: expected comma after expression",La.lineno,La.colno)}}if(hl instanceof Pl.Dict){var Ul=this.parsePrimary();if(!this.skip(yl.TOKEN_COLON)){this.fail("parseAggregate: expected colon after dict key",La.lineno,La.colno)}var Gd=this.parseExpression();hl.addChild(new Pl.Pair(Ul.lineno,Ul.colno,Ul,Gd))}else{var af=this.parseExpression();hl.addChild(af)}}return hl};hl.parseSignature=function parseSignature(La,hl){var fl=this.peekToken();if(!hl&&fl.type!==yl.TOKEN_LEFT_PAREN){if(La){return null}else{this.fail("expected arguments",fl.lineno,fl.colno)}}if(fl.type===yl.TOKEN_LEFT_PAREN){fl=this.nextToken()}var Ul=new Pl.NodeList(fl.lineno,fl.colno);var Gd=new Pl.KeywordArgs(fl.lineno,fl.colno);var af=false;while(1){fl=this.peekToken();if(!hl&&fl.type===yl.TOKEN_RIGHT_PAREN){this.nextToken();break}else if(hl&&fl.type===yl.TOKEN_BLOCK_END){break}if(af&&!this.skip(yl.TOKEN_COMMA)){this.fail("parseSignature: expected comma after expression",fl.lineno,fl.colno)}else{var n_=this.parseExpression();if(this.skipValue(yl.TOKEN_OPERATOR,"=")){Gd.addChild(new Pl.Pair(n_.lineno,n_.colno,n_,this.parseExpression()))}else{Ul.addChild(n_)}}af=true}if(Gd.children.length){Ul.addChild(Gd)}return Ul};hl.parseUntilBlocks=function parseUntilBlocks(){var La=this.breakOnBlocks;for(var hl=arguments.length,fl=new Array(hl),yl=0;yl{"use strict";function precompileGlobal(La,hl){var fl="";hl=hl||{};for(var yl=0;yl{"use strict";var yl=fl(79896);var Pl=fl(16928);var Ul=fl(97853),Gd=Ul._prettifyError;var af=fl(8993);var n_=fl(14499),i_=n_.Environment;var p_=fl(92544);function match(La,hl){if(!Array.isArray(hl)){return false}return hl.some(function(hl){return La.match(hl)})}function precompileString(La,hl){hl=hl||{};hl.isString=true;var fl=hl.env||new i_([]);var yl=hl.wrapper||p_;if(!hl.name){throw new Error('the "name" option is required when compiling a string')}return yl([_precompile(La,hl.name,fl)],hl)}function precompile(La,hl){hl=hl||{};var fl=hl.env||new i_([]);var Ul=hl.wrapper||p_;if(hl.isString){return precompileString(La,hl)}var Gd=yl.existsSync(La)&&yl.statSync(La);var af=[];var n_=[];function addTemplates(fl){yl.readdirSync(fl).forEach(function(Ul){var Gd=Pl.join(fl,Ul);var af=Gd.substr(Pl.join(La,"/").length);var i_=yl.statSync(Gd);if(i_&&i_.isDirectory()){af+="/";if(!match(af,hl.exclude)){addTemplates(Gd)}}else if(match(af,hl.include)){n_.push(Gd)}})}if(Gd.isFile()){af.push(_precompile(yl.readFileSync(La,"utf-8"),hl.name||La,fl))}else if(Gd.isDirectory()){addTemplates(La);for(var w_=0;w_{"use strict";function _inheritsLoose(La,hl){La.prototype=Object.create(hl.prototype);La.prototype.constructor=La;_setPrototypeOf(La,hl)}function _setPrototypeOf(La,hl){_setPrototypeOf=Object.setPrototypeOf?Object.setPrototypeOf.bind():function _setPrototypeOf(La,hl){La.__proto__=hl;return La};return _setPrototypeOf(La,hl)}var yl=fl(43391);var Pl=function(La){_inheritsLoose(PrecompiledLoader,La);function PrecompiledLoader(hl){var fl;fl=La.call(this)||this;fl.precompiled=hl||{};return fl}var hl=PrecompiledLoader.prototype;hl.getSource=function getSource(La){if(this.precompiled[La]){return{src:{type:"code",obj:this.precompiled[La]},path:La}}return null};return PrecompiledLoader}(yl);La.exports={PrecompiledLoader:Pl}},69846:(La,hl,fl)=>{"use strict";var yl=fl(97853);var Pl=Array.from;var Ul=typeof Symbol==="function"&&Symbol.iterator&&typeof Pl==="function";var Gd=function(){function Frame(La,hl){this.variables=Object.create(null);this.parent=La;this.topLevel=false;this.isolateWrites=hl}var La=Frame.prototype;La.set=function set(La,hl,fl){var yl=La.split(".");var Pl=this.variables;var Ul=this;if(fl){if(Ul=this.resolve(yl[0],true)){Ul.set(La,hl);return}}for(var Gd=0;GdLa.length){af=Pl.slice(0,La.length);Pl.slice(af.length,Gd).forEach(function(La,fl){if(fl{"use strict";var yl=fl(69846).SafeString;function callable(La){return typeof La==="function"}hl.callable=callable;function defined(La){return La!==undefined}hl.defined=defined;function divisibleby(La,hl){return La%hl===0}hl.divisibleby=divisibleby;function escaped(La){return La instanceof yl}hl.escaped=escaped;function equalto(La,hl){return La===hl}hl.equalto=equalto;hl.eq=hl.equalto;hl.sameas=hl.equalto;function even(La){return La%2===0}hl.even=even;function falsy(La){return!La}hl.falsy=falsy;function ge(La,hl){return La>=hl}hl.ge=ge;function greaterthan(La,hl){return La>hl}hl.greaterthan=greaterthan;hl.gt=hl.greaterthan;function le(La,hl){return La<=hl}hl.le=le;function lessthan(La,hl){return La{"use strict";var yl=fl(16151);var Pl=fl(97853);var Ul=0;function gensym(){return"hole_"+Ul++}function mapCOW(La,hl){var fl=null;for(var yl=0;yl{var yl=typeof Map==="function"&&Map.prototype;var Pl=Object.getOwnPropertyDescriptor&&yl?Object.getOwnPropertyDescriptor(Map.prototype,"size"):null;var Ul=yl&&Pl&&typeof Pl.get==="function"?Pl.get:null;var Gd=yl&&Map.prototype.forEach;var af=typeof Set==="function"&&Set.prototype;var n_=Object.getOwnPropertyDescriptor&&af?Object.getOwnPropertyDescriptor(Set.prototype,"size"):null;var i_=af&&n_&&typeof n_.get==="function"?n_.get:null;var p_=af&&Set.prototype.forEach;var w_=typeof WeakMap==="function"&&WeakMap.prototype;var D_=w_?WeakMap.prototype.has:null;var I_=typeof WeakSet==="function"&&WeakSet.prototype;var N_=I_?WeakSet.prototype.has:null;var _m=typeof WeakRef==="function"&&WeakRef.prototype;var pg=_m?WeakRef.prototype.deref:null;var mg=Boolean.prototype.valueOf;var gg=Object.prototype.toString;var eA=Function.prototype.toString;var tA=String.prototype.match;var rA=String.prototype.slice;var nA=String.prototype.replace;var iA=String.prototype.toUpperCase;var sA=String.prototype.toLowerCase;var aA=RegExp.prototype.test;var oA=Array.prototype.concat;var lA=Array.prototype.join;var cA=Array.prototype.slice;var uA=Math.floor;var pA=typeof BigInt==="function"?BigInt.prototype.valueOf:null;var dA=Object.getOwnPropertySymbols;var hA=typeof Symbol==="function"&&typeof Symbol.iterator==="symbol"?Symbol.prototype.toString:null;var fA=typeof Symbol==="function"&&typeof Symbol.iterator==="object";var _A=typeof Symbol==="function"&&Symbol.toStringTag&&(typeof Symbol.toStringTag===fA?"object":"symbol")?Symbol.toStringTag:null;var mA=Object.prototype.propertyIsEnumerable;var gA=(typeof Reflect==="function"?Reflect.getPrototypeOf:Object.getPrototypeOf)||([].__proto__===Array.prototype?function(La){return La.__proto__}:null);function addNumericSeparator(La,hl){if(La===Infinity||La===-Infinity||La!==La||La&&La>-1e3&&La<1e3||aA.call(/e/,hl)){return hl}var fl=/[0-9](?=(?:[0-9]{3})+(?![0-9]))/g;if(typeof La==="number"){var yl=La<0?-uA(-La):uA(La);if(yl!==La){var Pl=String(yl);var Ul=rA.call(hl,Pl.length+1);return nA.call(Pl,fl,"$&_")+"."+nA.call(nA.call(Ul,/([0-9]{3})/g,"$&_"),/_$/,"")}}return nA.call(hl,fl,"$&_")}var AA=fl(58502);var yA=AA.custom;var bA=isSymbol(yA)?yA:null;var vA={__proto__:null,double:'"',single:"'"};var EA={__proto__:null,double:/(["\\])/g,single:/(['\\])/g};La.exports=function inspect_(La,hl,fl,yl){var Pl=hl||{};if(has(Pl,"quoteStyle")&&!has(vA,Pl.quoteStyle)){throw new TypeError('option "quoteStyle" must be "single" or "double"')}if(has(Pl,"maxStringLength")&&(typeof Pl.maxStringLength==="number"?Pl.maxStringLength<0&&Pl.maxStringLength!==Infinity:Pl.maxStringLength!==null)){throw new TypeError('option "maxStringLength", if provided, must be a positive integer, Infinity, or `null`')}var af=has(Pl,"customInspect")?Pl.customInspect:true;if(typeof af!=="boolean"&&af!=="symbol"){throw new TypeError("option \"customInspect\", if provided, must be `true`, `false`, or `'symbol'`")}if(has(Pl,"indent")&&Pl.indent!==null&&Pl.indent!=="\t"&&!(parseInt(Pl.indent,10)===Pl.indent&&Pl.indent>0)){throw new TypeError('option "indent" must be "\\t", an integer > 0, or `null`')}if(has(Pl,"numericSeparator")&&typeof Pl.numericSeparator!=="boolean"){throw new TypeError('option "numericSeparator", if provided, must be `true` or `false`')}var n_=Pl.numericSeparator;if(typeof La==="undefined"){return"undefined"}if(La===null){return"null"}if(typeof La==="boolean"){return La?"true":"false"}if(typeof La==="string"){return inspectString(La,Pl)}if(typeof La==="number"){if(La===0){return Infinity/La>0?"0":"-0"}var w_=String(La);return n_?addNumericSeparator(La,w_):w_}if(typeof La==="bigint"){var D_=String(La)+"n";return n_?addNumericSeparator(La,D_):D_}var I_=typeof Pl.depth==="undefined"?5:Pl.depth;if(typeof fl==="undefined"){fl=0}if(fl>=I_&&I_>0&&typeof La==="object"){return isArray(La)?"[Array]":"[Object]"}var N_=getIndent(Pl,fl);if(typeof yl==="undefined"){yl=[]}else if(indexOf(yl,La)>=0){return"[Circular]"}function inspect(La,hl,Ul){if(hl){yl=cA.call(yl);yl.push(hl)}if(Ul){var Gd={depth:Pl.depth};if(has(Pl,"quoteStyle")){Gd.quoteStyle=Pl.quoteStyle}return inspect_(La,Gd,fl+1,yl)}return inspect_(La,Pl,fl+1,yl)}if(typeof La==="function"&&!isRegExp(La)){var _m=nameOf(La);var pg=arrObjKeys(La,inspect);return"[Function"+(_m?": "+_m:" (anonymous)")+"]"+(pg.length>0?" { "+lA.call(pg,", ")+" }":"")}if(isSymbol(La)){var gg=fA?nA.call(String(La),/^(Symbol\(.*\))_[^)]*$/,"$1"):hA.call(La);return typeof La==="object"&&!fA?markBoxed(gg):gg}if(isElement(La)){var eA="<"+sA.call(String(La.nodeName));var tA=La.attributes||[];for(var iA=0;iA";return eA}if(isArray(La)){if(La.length===0){return"[]"}var aA=arrObjKeys(La,inspect);if(N_&&!singleLineValues(aA)){return"["+indentedJoin(aA,N_)+"]"}return"[ "+lA.call(aA,", ")+" ]"}if(isError(La)){var uA=arrObjKeys(La,inspect);if(!("cause"in Error.prototype)&&"cause"in La&&!mA.call(La,"cause")){return"{ ["+String(La)+"] "+lA.call(oA.call("[cause]: "+inspect(La.cause),uA),", ")+" }"}if(uA.length===0){return"["+String(La)+"]"}return"{ ["+String(La)+"] "+lA.call(uA,", ")+" }"}if(typeof La==="object"&&af){if(bA&&typeof La[bA]==="function"&&AA){return AA(La,{depth:I_-fl})}else if(af!=="symbol"&&typeof La.inspect==="function"){return La.inspect()}}if(isMap(La)){var dA=[];if(Gd){Gd.call(La,function(hl,fl){dA.push(inspect(fl,La,true)+" => "+inspect(hl,La))})}return collectionOf("Map",Ul.call(La),dA,N_)}if(isSet(La)){var yA=[];if(p_){p_.call(La,function(hl){yA.push(inspect(hl,La))})}return collectionOf("Set",i_.call(La),yA,N_)}if(isWeakMap(La)){return weakCollectionOf("WeakMap")}if(isWeakSet(La)){return weakCollectionOf("WeakSet")}if(isWeakRef(La)){return weakCollectionOf("WeakRef")}if(isNumber(La)){return markBoxed(inspect(Number(La)))}if(isBigInt(La)){return markBoxed(inspect(pA.call(La)))}if(isBoolean(La)){return markBoxed(mg.call(La))}if(isString(La)){return markBoxed(inspect(String(La)))}if(typeof window!=="undefined"&&La===window){return"{ [object Window] }"}if(typeof globalThis!=="undefined"&&La===globalThis||typeof global!=="undefined"&&La===global){return"{ [object globalThis] }"}if(!isDate(La)&&!isRegExp(La)){var EA=arrObjKeys(La,inspect);var wA=gA?gA(La)===Object.prototype:La instanceof Object||La.constructor===Object;var CA=La instanceof Object?"":"null prototype";var xA=!wA&&_A&&Object(La)===La&&_A in La?rA.call(toStr(La),8,-1):CA?"Object":"";var DA=wA||typeof La.constructor!=="function"?"":La.constructor.name?La.constructor.name+" ":"";var SA=DA+(xA||CA?"["+lA.call(oA.call([],xA||[],CA||[]),": ")+"] ":"");if(EA.length===0){return SA+"{}"}if(N_){return SA+"{"+indentedJoin(EA,N_)+"}"}return SA+"{ "+lA.call(EA,", ")+" }"}return String(La)};function wrapQuotes(La,hl,fl){var yl=fl.quoteStyle||hl;var Pl=vA[yl];return Pl+La+Pl}function quote(La){return nA.call(String(La),/"/g,""")}function canTrustToString(La){return!_A||!(typeof La==="object"&&(_A in La||typeof La[_A]!=="undefined"))}function isArray(La){return toStr(La)==="[object Array]"&&canTrustToString(La)}function isDate(La){return toStr(La)==="[object Date]"&&canTrustToString(La)}function isRegExp(La){return toStr(La)==="[object RegExp]"&&canTrustToString(La)}function isError(La){return toStr(La)==="[object Error]"&&canTrustToString(La)}function isString(La){return toStr(La)==="[object String]"&&canTrustToString(La)}function isNumber(La){return toStr(La)==="[object Number]"&&canTrustToString(La)}function isBoolean(La){return toStr(La)==="[object Boolean]"&&canTrustToString(La)}function isSymbol(La){if(fA){return La&&typeof La==="object"&&La instanceof Symbol}if(typeof La==="symbol"){return true}if(!La||typeof La!=="object"||!hA){return false}try{hA.call(La);return true}catch(La){}return false}function isBigInt(La){if(!La||typeof La!=="object"||!pA){return false}try{pA.call(La);return true}catch(La){}return false}var wA=Object.prototype.hasOwnProperty||function(La){return La in this};function has(La,hl){return wA.call(La,hl)}function toStr(La){return gg.call(La)}function nameOf(La){if(La.name){return La.name}var hl=tA.call(eA.call(La),/^function\s*([\w$]+)/);if(hl){return hl[1]}return null}function indexOf(La,hl){if(La.indexOf){return La.indexOf(hl)}for(var fl=0,yl=La.length;flhl.maxStringLength){var fl=La.length-hl.maxStringLength;var yl="... "+fl+" more character"+(fl>1?"s":"");return inspectString(rA.call(La,0,hl.maxStringLength),hl)+yl}var Pl=EA[hl.quoteStyle||"single"];Pl.lastIndex=0;var Ul=nA.call(nA.call(La,Pl,"\\$1"),/[\x00-\x1f]/g,lowbyte);return wrapQuotes(Ul,"single",hl)}function lowbyte(La){var hl=La.charCodeAt(0);var fl={8:"b",9:"t",10:"n",12:"f",13:"r"}[hl];if(fl){return"\\"+fl}return"\\x"+(hl<16?"0":"")+iA.call(hl.toString(16))}function markBoxed(La){return"Object("+La+")"}function weakCollectionOf(La){return La+" { ? }"}function collectionOf(La,hl,fl,yl){var Pl=yl?indentedJoin(fl,yl):lA.call(fl,", ");return La+" ("+hl+") {"+Pl+"}"}function singleLineValues(La){for(var hl=0;hl=0){return false}}return true}function getIndent(La,hl){var fl;if(La.indent==="\t"){fl="\t"}else if(typeof La.indent==="number"&&La.indent>0){fl=lA.call(Array(La.indent+1)," ")}else{return null}return{base:fl,prev:lA.call(Array(hl+1),fl)}}function indentedJoin(La,hl){if(La.length===0){return""}var fl="\n"+hl.prev+hl.base;return fl+lA.call(La,","+fl)+"\n"+hl.prev}function arrObjKeys(La,hl){var fl=isArray(La);var yl=[];if(fl){yl.length=La.length;for(var Pl=0;Pl{La.exports=fl(39023).inspect},55560:(La,hl,fl)=>{var yl=fl(58264);La.exports=yl(once);La.exports.strict=yl(onceStrict);once.proto=once(function(){Object.defineProperty(Function.prototype,"once",{value:function(){return once(this)},configurable:true});Object.defineProperty(Function.prototype,"onceStrict",{value:function(){return onceStrict(this)},configurable:true})});function once(La){var f=function(){if(f.called)return f.value;f.called=true;return f.value=La.apply(this,arguments)};f.called=false;return f}function onceStrict(La){var f=function(){if(f.called)throw new Error(f.onceError);f.called=true;return f.value=La.apply(this,arguments)};var hl=La.name||"Function wrapped with `once`";f.onceError=hl+" shouldn't be called more than once";f.called=false;return f}},82673:La=>{La.exports=La=>{if(!La)return[];if(typeof La!="string"||La.match(/^\s+$/))return[];const hl=La.split(`\n`);if(hl.length===0)return[];const fl=[];let yl=null,Pl=null,Ul=0,Gd=0,af=null;const g=La=>{Pl?.changes.push({type:"normal",normal:!0,ln1:Ul++,ln2:Gd++,content:La}),af.oldLines--,af.newLines--},p=La=>{const[hl,Pl]=parseFiles(La)??[];yl={chunks:[],deletions:0,additions:0,from:hl,to:Pl},fl.push(yl)},i=()=>{(!yl||yl.chunks.length)&&p()},$=(La,hl)=>{i(),yl.new=!0,yl.newMode=hl[1],yl.from="/dev/null"},N=(La,hl)=>{i(),yl.deleted=!0,yl.oldMode=hl[1],yl.to="/dev/null"},x=(La,hl)=>{i(),yl.oldMode=hl[1]},F=(La,hl)=>{i(),yl.newMode=hl[1]},S=(La,hl)=>{i(),yl.index=La.split(" ").slice(1),hl[1]&&(yl.oldMode=yl.newMode=hl[1].trim())},k=La=>{i(),yl.from=parseOldOrNewFile(La)},y=La=>{i(),yl.to=parseOldOrNewFile(La)},f=La=>+(La||1),M=(La,hl)=>{yl||p(La);const[fl,n_,i_,p_]=hl.slice(1);Ul=+fl,Gd=+i_,Pl={content:La,changes:[],oldStart:+fl,oldLines:f(n_),newStart:+i_,newLines:f(p_)},af={oldLines:f(n_),newLines:f(p_)},yl.chunks.push(Pl)},R=La=>{Pl&&(Pl.changes.push({type:"del",del:!0,ln:Ul++,content:La}),yl.deletions++,af.oldLines--)},b=La=>{Pl&&(Pl.changes.push({type:"add",add:!0,ln:Gd++,content:La}),yl.additions++,af.newLines--)},h=La=>{if(!Pl)return;const[hl]=Pl.changes.slice(-1);Pl.changes.push({type:hl.type,[hl.type]:!0,ln1:hl.ln1,ln2:hl.ln2,ln:hl.ln,content:La})},n_=[[/^diff\s/,p],[/^new file mode (\d+)$/,$],[/^deleted file mode (\d+)$/,N],[/^old mode (\d+)$/,x],[/^new mode (\d+)$/,F],[/^index\s[\da-zA-Z]+\.\.[\da-zA-Z]+(\s(\d+))?$/,S],[/^---\s/,k],[/^\+\+\+\s/,y],[/^@@\s+-(\d+),?(\d+)?\s+\+(\d+),?(\d+)?\s@@/,M],[/^\\ No newline at end of file$/,h]],i_=[[/^\\ No newline at end of file$/,h],[/^-/,R],[/^\+/,b],[/^\s*/,g]],C=La=>{for(const[hl,fl]of i_){const yl=La.match(hl);if(yl){fl(La,yl);break}}af.oldLines===0&&af.newLines===0&&(af=null)},H=La=>{for(const[hl,fl]of n_){const yl=La.match(hl);if(yl){fl(La,yl);break}}},O=La=>{af?C(La):H(La)};for(const La of hl)O(La);return fl};const hl=/(a|i|w|c|o|1|2)\/.*(?=["']? ["']?(b|i|w|c|o|1|2)\/)|(b|i|w|c|o|1|2)\/.*$/g,fl=/^(a|b|i|w|c|o|1|2)\//,parseFiles=La=>La?.match(hl)?.map(La=>La.replace(fl,"").replace(/("|')$/,"")),yl=/^\\?['"]|\\?['"]$/g,parseOldOrNewFile=La=>{let hl=leftTrimChars(La,"-+").trim();return hl=removeTimeStamp(hl),hl.replace(yl,"").replace(fl,"")},leftTrimChars=(La,hl)=>{if(La=makeString(La),!hl&&String.prototype.trimLeft)return La.trimLeft();const fl=formTrimmingString(hl);return La.replace(new RegExp(`^${fl}+`),"")},Pl=/\t.*|\d{4}-\d\d-\d\d\s\d\d:\d\d:\d\d(.\d+)?\s(\+|-)\d\d\d\d/,removeTimeStamp=La=>{const hl=Pl.exec(La);return hl&&(La=La.substring(0,hl.index).trim()),La},formTrimmingString=La=>La==null?"\\s":La instanceof RegExp?La.source:`[${makeString(La).replace(/([.*+?^=!:${}()|[\]/\\])/g,"\\$1")}]`,makeString=La=>`${La??""}`},43379:(La,hl,fl)=>{"use strict";La.exports=fl(73505)},30742:La=>{"use strict";const hl="\\\\/";const fl=`[^${hl}]`;const yl="\\.";const Pl="\\+";const Ul="\\?";const Gd="\\/";const af="(?=.)";const n_="[^/]";const i_=`(?:${Gd}|$)`;const p_=`(?:^|${Gd})`;const w_=`${yl}{1,2}${i_}`;const D_=`(?!${yl})`;const I_=`(?!${p_}${w_})`;const N_=`(?!${yl}{0,1}${i_})`;const _m=`(?!${w_})`;const pg=`[^.${Gd}]`;const mg=`${n_}*?`;const gg="/";const eA={DOT_LITERAL:yl,PLUS_LITERAL:Pl,QMARK_LITERAL:Ul,SLASH_LITERAL:Gd,ONE_CHAR:af,QMARK:n_,END_ANCHOR:i_,DOTS_SLASH:w_,NO_DOT:D_,NO_DOTS:I_,NO_DOT_SLASH:N_,NO_DOTS_SLASH:_m,QMARK_NO_DOT:pg,STAR:mg,START_ANCHOR:p_,SEP:gg};const tA={...eA,SLASH_LITERAL:`[${hl}]`,QMARK:fl,STAR:`${fl}*?`,DOTS_SLASH:`${yl}{1,2}(?:[${hl}]|$)`,NO_DOT:`(?!${yl})`,NO_DOTS:`(?!(?:^|[${hl}])${yl}{1,2}(?:[${hl}]|$))`,NO_DOT_SLASH:`(?!${yl}{0,1}(?:[${hl}]|$))`,NO_DOTS_SLASH:`(?!${yl}{1,2}(?:[${hl}]|$))`,QMARK_NO_DOT:`[^.${hl}]`,START_ANCHOR:`(?:^|[${hl}])`,END_ANCHOR:`(?:[${hl}]|$)`,SEP:"\\"};const rA={alnum:"a-zA-Z0-9",alpha:"a-zA-Z",ascii:"\\x00-\\x7F",blank:" \\t",cntrl:"\\x00-\\x1F\\x7F",digit:"0-9",graph:"\\x21-\\x7E",lower:"a-z",print:"\\x20-\\x7E ",punct:"\\-!\"#$%&'()\\*+,./:;<=>?@[\\]^_`{|}~",space:" \\t\\r\\n\\v\\f",upper:"A-Z",word:"A-Za-z0-9_",xdigit:"A-Fa-f0-9"};La.exports={MAX_LENGTH:1024*64,POSIX_REGEX_SOURCE:rA,REGEX_BACKSLASH:/\\(?![*+?^${}(|)[\]])/g,REGEX_NON_SPECIAL_CHARS:/^[^@![\].,$*+?^{}()|\\/]+/,REGEX_SPECIAL_CHARS:/[-*+?.^${}(|)[\]]/,REGEX_SPECIAL_CHARS_BACKREF:/(\\?)((\W)(\3*))/g,REGEX_SPECIAL_CHARS_GLOBAL:/([-*+?.^${}(|)[\]])/g,REGEX_REMOVE_BACKSLASH:/(?:\[.*?[^\\]\]|\\(?=.))/g,REPLACEMENTS:{"***":"*","**/**":"**","**/**/**":"**"},CHAR_0:48,CHAR_9:57,CHAR_UPPERCASE_A:65,CHAR_LOWERCASE_A:97,CHAR_UPPERCASE_Z:90,CHAR_LOWERCASE_Z:122,CHAR_LEFT_PARENTHESES:40,CHAR_RIGHT_PARENTHESES:41,CHAR_ASTERISK:42,CHAR_AMPERSAND:38,CHAR_AT:64,CHAR_BACKWARD_SLASH:92,CHAR_CARRIAGE_RETURN:13,CHAR_CIRCUMFLEX_ACCENT:94,CHAR_COLON:58,CHAR_COMMA:44,CHAR_DOT:46,CHAR_DOUBLE_QUOTE:34,CHAR_EQUAL:61,CHAR_EXCLAMATION_MARK:33,CHAR_FORM_FEED:12,CHAR_FORWARD_SLASH:47,CHAR_GRAVE_ACCENT:96,CHAR_HASH:35,CHAR_HYPHEN_MINUS:45,CHAR_LEFT_ANGLE_BRACKET:60,CHAR_LEFT_CURLY_BRACE:123,CHAR_LEFT_SQUARE_BRACKET:91,CHAR_LINE_FEED:10,CHAR_NO_BREAK_SPACE:160,CHAR_PERCENT:37,CHAR_PLUS:43,CHAR_QUESTION_MARK:63,CHAR_RIGHT_ANGLE_BRACKET:62,CHAR_RIGHT_CURLY_BRACE:125,CHAR_RIGHT_SQUARE_BRACKET:93,CHAR_SEMICOLON:59,CHAR_SINGLE_QUOTE:39,CHAR_SPACE:32,CHAR_TAB:9,CHAR_UNDERSCORE:95,CHAR_VERTICAL_LINE:124,CHAR_ZERO_WIDTH_NOBREAK_SPACE:65279,extglobChars(La){return{"!":{type:"negate",open:"(?:(?!(?:",close:`))${La.STAR})`},"?":{type:"qmark",open:"(?:",close:")?"},"+":{type:"plus",open:"(?:",close:")+"},"*":{type:"star",open:"(?:",close:")*"},"@":{type:"at",open:"(?:",close:")"}}},globChars(La){return La===true?tA:eA}}},31276:(La,hl,fl)=>{"use strict";const yl=fl(30742);const Pl=fl(32430);const{MAX_LENGTH:Ul,POSIX_REGEX_SOURCE:Gd,REGEX_NON_SPECIAL_CHARS:af,REGEX_SPECIAL_CHARS_BACKREF:n_,REPLACEMENTS:i_}=yl;const expandRange=(La,hl)=>{if(typeof hl.expandRange==="function"){return hl.expandRange(...La,hl)}La.sort();const fl=`[${La.join("-")}]`;try{new RegExp(fl)}catch(hl){return La.map(La=>Pl.escapeRegex(La)).join("..")}return fl};const syntaxError=(La,hl)=>`Missing ${La}: "${hl}" - use "\\\\${hl}" to match literal characters`;const parse=(La,hl)=>{if(typeof La!=="string"){throw new TypeError("Expected a string")}La=i_[La]||La;const fl={...hl};const p_=typeof fl.maxLength==="number"?Math.min(Ul,fl.maxLength):Ul;let w_=La.length;if(w_>p_){throw new SyntaxError(`Input length: ${w_}, exceeds maximum allowed length: ${p_}`)}const D_={type:"bos",value:"",output:fl.prepend||""};const I_=[D_];const N_=fl.capture?"":"?:";const _m=yl.globChars(fl.windows);const pg=yl.extglobChars(_m);const{DOT_LITERAL:mg,PLUS_LITERAL:gg,SLASH_LITERAL:eA,ONE_CHAR:tA,DOTS_SLASH:rA,NO_DOT:nA,NO_DOT_SLASH:iA,NO_DOTS_SLASH:sA,QMARK:aA,QMARK_NO_DOT:oA,STAR:lA,START_ANCHOR:cA}=_m;const globstar=La=>`(${N_}(?:(?!${cA}${La.dot?rA:mg}).)*?)`;const uA=fl.dot?"":nA;const pA=fl.dot?aA:oA;let dA=fl.bash===true?globstar(fl):lA;if(fl.capture){dA=`(${dA})`}if(typeof fl.noext==="boolean"){fl.noextglob=fl.noext}const hA={input:La,index:-1,start:0,dot:fl.dot===true,consumed:"",output:"",prefix:"",backtrack:false,negated:false,brackets:0,braces:0,parens:0,quotes:0,globstar:false,tokens:I_};La=Pl.removePrefix(La,hA);w_=La.length;const fA=[];const _A=[];const mA=[];let gA=D_;let AA;const eos=()=>hA.index===w_-1;const yA=hA.peek=(hl=1)=>La[hA.index+hl];const bA=hA.advance=()=>La[++hA.index];const remaining=()=>La.slice(hA.index+1);const consume=(La="",hl=0)=>{hA.consumed+=La;hA.index+=hl};const append=La=>{hA.output+=La.output!=null?La.output:La.value;consume(La.value)};const negate=()=>{let La=1;while(yA()==="!"&&(yA(2)!=="("||yA(3)==="?")){bA();hA.start++;La++}if(La%2===0){return false}hA.negated=true;hA.start++;return true};const increment=La=>{hA[La]++;mA.push(La)};const decrement=La=>{hA[La]--;mA.pop()};const push=La=>{if(gA.type==="globstar"){const hl=hA.braces>0&&(La.type==="comma"||La.type==="brace");const fl=La.extglob===true||fA.length&&(La.type==="pipe"||La.type==="paren");if(La.type!=="slash"&&La.type!=="paren"&&!hl&&!fl){hA.output=hA.output.slice(0,-gA.output.length);gA.type="star";gA.value="*";gA.output=dA;hA.output+=gA.output}}if(fA.length&&La.type!=="paren"&&!pg[La.value]){fA[fA.length-1].inner+=La.value}if(La.value||La.output)append(La);if(gA&&gA.type==="text"&&La.type==="text"){gA.value+=La.value;gA.output=(gA.output||"")+La.value;return}La.prev=gA;I_.push(La);gA=La};const extglobOpen=(La,hl)=>{const yl={...pg[hl],conditions:1,inner:""};yl.prev=gA;yl.parens=hA.parens;yl.output=hA.output;const Pl=(fl.capture?"(":"")+yl.open;increment("parens");push({type:La,value:hl,output:hA.output?"":tA});push({type:"paren",extglob:true,value:bA(),output:Pl});fA.push(yl)};const extglobClose=La=>{let hl=La.close+(fl.capture?")":"");if(La.type==="negate"){let yl=dA;if(La.inner&&La.inner.length>1&&La.inner.includes("/")){yl=globstar(fl)}if(yl!==dA||eos()||/^\)+$/.test(remaining())){hl=La.close=`)$))${yl}`}if(La.prev.type==="bos"&&eos()){hA.negatedExtglob=true}}push({type:"paren",extglob:true,value:AA,output:hl});decrement("parens")};if(fl.fastpaths!==false&&!/(^[*!]|[/()[\]{}"])/.test(La)){let yl=false;let Ul=La.replace(n_,(La,hl,fl,Pl,Ul,Gd)=>{if(Pl==="\\"){yl=true;return La}if(Pl==="?"){if(hl){return hl+Pl+(Ul?aA.repeat(Ul.length):"")}if(Gd===0){return pA+(Ul?aA.repeat(Ul.length):"")}return aA.repeat(fl.length)}if(Pl==="."){return mg.repeat(fl.length)}if(Pl==="*"){if(hl){return hl+Pl+(Ul?dA:"")}return dA}return hl?La:`\\${La}`});if(yl===true){if(fl.unescape===true){Ul=Ul.replace(/\\/g,"")}else{Ul=Ul.replace(/\\+/g,La=>La.length%2===0?"\\\\":La?"\\":"")}}if(Ul===La&&fl.contains===true){hA.output=La;return hA}hA.output=Pl.wrapOutput(Ul,hA,hl);return hA}while(!eos()){AA=bA();if(AA==="\0"){continue}if(AA==="\\"){const La=yA();if(La==="/"&&fl.bash!==true){continue}if(La==="."||La===";"){continue}if(!La){AA+="\\";push({type:"text",value:AA});continue}const hl=/^\\+/.exec(remaining());let yl=0;if(hl&&hl[0].length>2){yl=hl[0].length;hA.index+=yl;if(yl%2!==0){AA+="\\"}}if(fl.unescape===true){AA=bA()||""}else{AA+=bA()||""}if(hA.brackets===0){push({type:"text",value:AA});continue}}if(hA.brackets>0&&(AA!=="]"||gA.value==="["||gA.value==="[^")){if(fl.posix!==false&&AA===":"){const La=gA.value.slice(1);if(La.includes("[")){gA.posix=true;if(La.includes(":")){const La=gA.value.lastIndexOf("[");const hl=gA.value.slice(0,La);const fl=gA.value.slice(La+2);const yl=Gd[fl];if(yl){gA.value=hl+yl;hA.backtrack=true;bA();if(!D_.output&&I_.indexOf(gA)===1){D_.output=tA}continue}}}}if(AA==="["&&yA()!==":"||AA==="-"&&yA()==="]"){AA=`\\${AA}`}if(AA==="]"&&(gA.value==="["||gA.value==="[^")){AA=`\\${AA}`}if(fl.posix===true&&AA==="!"&&gA.value==="["){AA="^"}gA.value+=AA;append({value:AA});continue}if(hA.quotes===1&&AA!=='"'){AA=Pl.escapeRegex(AA);gA.value+=AA;append({value:AA});continue}if(AA==='"'){hA.quotes=hA.quotes===1?0:1;if(fl.keepQuotes===true){push({type:"text",value:AA})}continue}if(AA==="("){increment("parens");push({type:"paren",value:AA});continue}if(AA===")"){if(hA.parens===0&&fl.strictBrackets===true){throw new SyntaxError(syntaxError("opening","("))}const La=fA[fA.length-1];if(La&&hA.parens===La.parens+1){extglobClose(fA.pop());continue}push({type:"paren",value:AA,output:hA.parens?")":"\\)"});decrement("parens");continue}if(AA==="["){if(fl.nobracket===true||!remaining().includes("]")){if(fl.nobracket!==true&&fl.strictBrackets===true){throw new SyntaxError(syntaxError("closing","]"))}AA=`\\${AA}`}else{increment("brackets")}push({type:"bracket",value:AA});continue}if(AA==="]"){if(fl.nobracket===true||gA&&gA.type==="bracket"&&gA.value.length===1){push({type:"text",value:AA,output:`\\${AA}`});continue}if(hA.brackets===0){if(fl.strictBrackets===true){throw new SyntaxError(syntaxError("opening","["))}push({type:"text",value:AA,output:`\\${AA}`});continue}decrement("brackets");const La=gA.value.slice(1);if(gA.posix!==true&&La[0]==="^"&&!La.includes("/")){AA=`/${AA}`}gA.value+=AA;append({value:AA});if(fl.literalBrackets===false||Pl.hasRegexChars(La)){continue}const hl=Pl.escapeRegex(gA.value);hA.output=hA.output.slice(0,-gA.value.length);if(fl.literalBrackets===true){hA.output+=hl;gA.value=hl;continue}gA.value=`(${N_}${hl}|${gA.value})`;hA.output+=gA.value;continue}if(AA==="{"&&fl.nobrace!==true){increment("braces");const La={type:"brace",value:AA,output:"(",outputIndex:hA.output.length,tokensIndex:hA.tokens.length};_A.push(La);push(La);continue}if(AA==="}"){const La=_A[_A.length-1];if(fl.nobrace===true||!La){push({type:"text",value:AA,output:AA});continue}let hl=")";if(La.dots===true){const La=I_.slice();const yl=[];for(let hl=La.length-1;hl>=0;hl--){I_.pop();if(La[hl].type==="brace"){break}if(La[hl].type!=="dots"){yl.unshift(La[hl].value)}}hl=expandRange(yl,fl);hA.backtrack=true}if(La.comma!==true&&La.dots!==true){const fl=hA.output.slice(0,La.outputIndex);const yl=hA.tokens.slice(La.tokensIndex);La.value=La.output="\\{";AA=hl="\\}";hA.output=fl;for(const La of yl){hA.output+=La.output||La.value}}push({type:"brace",value:AA,output:hl});decrement("braces");_A.pop();continue}if(AA==="|"){if(fA.length>0){fA[fA.length-1].conditions++}push({type:"text",value:AA});continue}if(AA===","){let La=AA;const hl=_A[_A.length-1];if(hl&&mA[mA.length-1]==="braces"){hl.comma=true;La="|"}push({type:"comma",value:AA,output:La});continue}if(AA==="/"){if(gA.type==="dot"&&hA.index===hA.start+1){hA.start=hA.index+1;hA.consumed="";hA.output="";I_.pop();gA=D_;continue}push({type:"slash",value:AA,output:eA});continue}if(AA==="."){if(hA.braces>0&&gA.type==="dot"){if(gA.value===".")gA.output=mg;const La=_A[_A.length-1];gA.type="dots";gA.output+=AA;gA.value+=AA;La.dots=true;continue}if(hA.braces+hA.parens===0&&gA.type!=="bos"&&gA.type!=="slash"){push({type:"text",value:AA,output:mg});continue}push({type:"dot",value:AA,output:mg});continue}if(AA==="?"){const La=gA&&gA.value==="(";if(!La&&fl.noextglob!==true&&yA()==="("&&yA(2)!=="?"){extglobOpen("qmark",AA);continue}if(gA&&gA.type==="paren"){const La=yA();let hl=AA;if(La==="<"&&!Pl.supportsLookbehinds()){throw new Error("Node.js v10 or higher is required for regex lookbehinds")}if(gA.value==="("&&!/[!=<:]/.test(La)||La==="<"&&!/<([!=]|\w+>)/.test(remaining())){hl=`\\${AA}`}push({type:"text",value:AA,output:hl});continue}if(fl.dot!==true&&(gA.type==="slash"||gA.type==="bos")){push({type:"qmark",value:AA,output:oA});continue}push({type:"qmark",value:AA,output:aA});continue}if(AA==="!"){if(fl.noextglob!==true&&yA()==="("){if(yA(2)!=="?"||!/[!=<:]/.test(yA(3))){extglobOpen("negate",AA);continue}}if(fl.nonegate!==true&&hA.index===0){negate();continue}}if(AA==="+"){if(fl.noextglob!==true&&yA()==="("&&yA(2)!=="?"){extglobOpen("plus",AA);continue}if(gA&&gA.value==="("||fl.regex===false){push({type:"plus",value:AA,output:gg});continue}if(gA&&(gA.type==="bracket"||gA.type==="paren"||gA.type==="brace")||hA.parens>0){push({type:"plus",value:AA});continue}push({type:"plus",value:gg});continue}if(AA==="@"){if(fl.noextglob!==true&&yA()==="("&&yA(2)!=="?"){push({type:"at",extglob:true,value:AA,output:""});continue}push({type:"text",value:AA});continue}if(AA!=="*"){if(AA==="$"||AA==="^"){AA=`\\${AA}`}const La=af.exec(remaining());if(La){AA+=La[0];hA.index+=La[0].length}push({type:"text",value:AA});continue}if(gA&&(gA.type==="globstar"||gA.star===true)){gA.type="star";gA.star=true;gA.value+=AA;gA.output=dA;hA.backtrack=true;hA.globstar=true;consume(AA);continue}let hl=remaining();if(fl.noextglob!==true&&/^\([^?]/.test(hl)){extglobOpen("star",AA);continue}if(gA.type==="star"){if(fl.noglobstar===true){consume(AA);continue}const yl=gA.prev;const Pl=yl.prev;const Ul=yl.type==="slash"||yl.type==="bos";const Gd=Pl&&(Pl.type==="star"||Pl.type==="globstar");if(fl.bash===true&&(!Ul||hl[0]&&hl[0]!=="/")){push({type:"star",value:AA,output:""});continue}const af=hA.braces>0&&(yl.type==="comma"||yl.type==="brace");const n_=fA.length&&(yl.type==="pipe"||yl.type==="paren");if(!Ul&&yl.type!=="paren"&&!af&&!n_){push({type:"star",value:AA,output:""});continue}while(hl.slice(0,3)==="/**"){const fl=La[hA.index+4];if(fl&&fl!=="/"){break}hl=hl.slice(3);consume("/**",3)}if(yl.type==="bos"&&eos()){gA.type="globstar";gA.value+=AA;gA.output=globstar(fl);hA.output=gA.output;hA.globstar=true;consume(AA);continue}if(yl.type==="slash"&&yl.prev.type!=="bos"&&!Gd&&eos()){hA.output=hA.output.slice(0,-(yl.output+gA.output).length);yl.output=`(?:${yl.output}`;gA.type="globstar";gA.output=globstar(fl)+(fl.strictSlashes?")":"|$)");gA.value+=AA;hA.globstar=true;hA.output+=yl.output+gA.output;consume(AA);continue}if(yl.type==="slash"&&yl.prev.type!=="bos"&&hl[0]==="/"){const La=hl[1]!==void 0?"|$":"";hA.output=hA.output.slice(0,-(yl.output+gA.output).length);yl.output=`(?:${yl.output}`;gA.type="globstar";gA.output=`${globstar(fl)}${eA}|${eA}${La})`;gA.value+=AA;hA.output+=yl.output+gA.output;hA.globstar=true;consume(AA+bA());push({type:"slash",value:"/",output:""});continue}if(yl.type==="bos"&&hl[0]==="/"){gA.type="globstar";gA.value+=AA;gA.output=`(?:^|${eA}|${globstar(fl)}${eA})`;hA.output=gA.output;hA.globstar=true;consume(AA+bA());push({type:"slash",value:"/",output:""});continue}hA.output=hA.output.slice(0,-gA.output.length);gA.type="globstar";gA.output=globstar(fl);gA.value+=AA;hA.output+=gA.output;hA.globstar=true;consume(AA);continue}const yl={type:"star",value:AA,output:dA};if(fl.bash===true){yl.output=".*?";if(gA.type==="bos"||gA.type==="slash"){yl.output=uA+yl.output}push(yl);continue}if(gA&&(gA.type==="bracket"||gA.type==="paren")&&fl.regex===true){yl.output=AA;push(yl);continue}if(hA.index===hA.start||gA.type==="slash"||gA.type==="dot"){if(gA.type==="dot"){hA.output+=iA;gA.output+=iA}else if(fl.dot===true){hA.output+=sA;gA.output+=sA}else{hA.output+=uA;gA.output+=uA}if(yA()!=="*"){hA.output+=tA;gA.output+=tA}}push(yl)}while(hA.brackets>0){if(fl.strictBrackets===true)throw new SyntaxError(syntaxError("closing","]"));hA.output=Pl.escapeLast(hA.output,"[");decrement("brackets")}while(hA.parens>0){if(fl.strictBrackets===true)throw new SyntaxError(syntaxError("closing",")"));hA.output=Pl.escapeLast(hA.output,"(");decrement("parens")}while(hA.braces>0){if(fl.strictBrackets===true)throw new SyntaxError(syntaxError("closing","}"));hA.output=Pl.escapeLast(hA.output,"{");decrement("braces")}if(fl.strictSlashes!==true&&(gA.type==="star"||gA.type==="bracket")){push({type:"maybe_slash",value:"",output:`${eA}?`})}if(hA.backtrack===true){hA.output="";for(const La of hA.tokens){hA.output+=La.output!=null?La.output:La.value;if(La.suffix){hA.output+=La.suffix}}}return hA};parse.fastpaths=(La,hl)=>{const fl={...hl};const Gd=typeof fl.maxLength==="number"?Math.min(Ul,fl.maxLength):Ul;const af=La.length;if(af>Gd){throw new SyntaxError(`Input length: ${af}, exceeds maximum allowed length: ${Gd}`)}La=i_[La]||La;const{DOT_LITERAL:n_,SLASH_LITERAL:p_,ONE_CHAR:w_,DOTS_SLASH:D_,NO_DOT:I_,NO_DOTS:N_,NO_DOTS_SLASH:_m,STAR:pg,START_ANCHOR:mg}=yl.globChars(fl.windows);const gg=fl.dot?N_:I_;const eA=fl.dot?_m:I_;const tA=fl.capture?"":"?:";const rA={negated:false,prefix:""};let nA=fl.bash===true?".*?":pg;if(fl.capture){nA=`(${nA})`}const globstar=La=>{if(La.noglobstar===true)return nA;return`(${tA}(?:(?!${mg}${La.dot?D_:n_}).)*?)`};const create=La=>{switch(La){case"*":return`${gg}${w_}${nA}`;case".*":return`${n_}${w_}${nA}`;case"*.*":return`${gg}${nA}${n_}${w_}${nA}`;case"*/*":return`${gg}${nA}${p_}${w_}${eA}${nA}`;case"**":return gg+globstar(fl);case"**/*":return`(?:${gg}${globstar(fl)}${p_})?${eA}${w_}${nA}`;case"**/*.*":return`(?:${gg}${globstar(fl)}${p_})?${eA}${nA}${n_}${w_}${nA}`;case"**/.*":return`(?:${gg}${globstar(fl)}${p_})?${n_}${w_}${nA}`;default:{const hl=/^(.*?)\.(\w+)$/.exec(La);if(!hl)return;const fl=create(hl[1]);if(!fl)return;return fl+n_+hl[2]}}};const iA=Pl.removePrefix(La,rA);let sA=create(iA);if(sA&&fl.strictSlashes!==true){sA+=`${p_}?`}return sA};La.exports=parse},73505:(La,hl,fl)=>{"use strict";const yl=fl(19818);const Pl=fl(31276);const Ul=fl(32430);const Gd=fl(30742);const isObject=La=>La&&typeof La==="object"&&!Array.isArray(La);const picomatch=(La,hl,fl=false)=>{if(Array.isArray(La)){const yl=La.map(La=>picomatch(La,hl,fl));const arrayMatcher=La=>{for(const hl of yl){const fl=hl(La);if(fl)return fl}return false};return arrayMatcher}const yl=isObject(La)&&La.tokens&&La.input;if(La===""||typeof La!=="string"&&!yl){throw new TypeError("Expected pattern to be a non-empty string")}const Pl=hl||{};const Ul=Pl.windows;const Gd=yl?picomatch.compileRe(La,hl):picomatch.makeRe(La,hl,false,true);const af=Gd.state;delete Gd.state;let isIgnored=()=>false;if(Pl.ignore){const La={...hl,ignore:null,onMatch:null,onResult:null};isIgnored=picomatch(Pl.ignore,La,fl)}const matcher=(fl,yl=false)=>{const{isMatch:n_,match:i_,output:p_}=picomatch.test(fl,Gd,hl,{glob:La,posix:Ul});const w_={glob:La,state:af,regex:Gd,posix:Ul,input:fl,output:p_,match:i_,isMatch:n_};if(typeof Pl.onResult==="function"){Pl.onResult(w_)}if(n_===false){w_.isMatch=false;return yl?w_:false}if(isIgnored(fl)){if(typeof Pl.onIgnore==="function"){Pl.onIgnore(w_)}w_.isMatch=false;return yl?w_:false}if(typeof Pl.onMatch==="function"){Pl.onMatch(w_)}return yl?w_:true};if(fl){matcher.state=af}return matcher};picomatch.test=(La,hl,fl,{glob:yl,posix:Pl}={})=>{if(typeof La!=="string"){throw new TypeError("Expected input to be a string")}if(La===""){return{isMatch:false,output:""}}const Gd=fl||{};const af=Gd.format||(Pl?Ul.toPosixSlashes:null);let n_=La===yl;let i_=n_&&af?af(La):La;if(n_===false){i_=af?af(La):La;n_=i_===yl}if(n_===false||Gd.capture===true){if(Gd.matchBase===true||Gd.basename===true){n_=picomatch.matchBase(La,hl,fl,Pl)}else{n_=hl.exec(i_)}}return{isMatch:Boolean(n_),match:n_,output:i_}};picomatch.matchBase=(La,hl,fl)=>{const yl=hl instanceof RegExp?hl:picomatch.makeRe(hl,fl);return yl.test(Ul.basename(La))};picomatch.isMatch=(La,hl,fl)=>picomatch(hl,fl)(La);picomatch.parse=(La,hl)=>{if(Array.isArray(La))return La.map(La=>picomatch.parse(La,hl));return Pl(La,{...hl,fastpaths:false})};picomatch.scan=(La,hl)=>yl(La,hl);picomatch.compileRe=(La,hl,fl=false,yl=false)=>{if(fl===true){return La.output}const Pl=hl||{};const Ul=Pl.contains?"":"^";const Gd=Pl.contains?"":"$";let af=`${Ul}(?:${La.output})${Gd}`;if(La&&La.negated===true){af=`^(?!${af}).*$`}const n_=picomatch.toRegex(af,hl);if(yl===true){n_.state=La}return n_};picomatch.makeRe=(La,hl,fl=false,yl=false)=>{if(!La||typeof La!=="string"){throw new TypeError("Expected a non-empty string")}const Ul=hl||{};let Gd={negated:false,fastpaths:true};let af="";let n_;if(La.startsWith("./")){La=La.slice(2);af=Gd.prefix="./"}if(Ul.fastpaths!==false&&(La[0]==="."||La[0]==="*")){n_=Pl.fastpaths(La,hl)}if(n_===undefined){Gd=Pl(La,hl);Gd.prefix=af+(Gd.prefix||"")}else{Gd.output=n_}return picomatch.compileRe(Gd,hl,fl,yl)};picomatch.toRegex=(La,hl)=>{try{const fl=hl||{};return new RegExp(La,fl.flags||(fl.nocase?"i":""))}catch(La){if(hl&&hl.debug===true)throw La;return/$^/}};picomatch.constants=Gd;La.exports=picomatch},19818:(La,hl,fl)=>{"use strict";const yl=fl(32430);const{CHAR_ASTERISK:Pl,CHAR_AT:Ul,CHAR_BACKWARD_SLASH:Gd,CHAR_COMMA:af,CHAR_DOT:n_,CHAR_EXCLAMATION_MARK:i_,CHAR_FORWARD_SLASH:p_,CHAR_LEFT_CURLY_BRACE:w_,CHAR_LEFT_PARENTHESES:D_,CHAR_LEFT_SQUARE_BRACKET:I_,CHAR_PLUS:N_,CHAR_QUESTION_MARK:_m,CHAR_RIGHT_CURLY_BRACE:pg,CHAR_RIGHT_PARENTHESES:mg,CHAR_RIGHT_SQUARE_BRACKET:gg}=fl(30742);const isPathSeparator=La=>La===p_||La===Gd;const depth=La=>{if(La.isPrefix!==true){La.depth=La.isGlobstar?Infinity:1}};const scan=(La,hl)=>{const fl=hl||{};const eA=La.length-1;const tA=fl.parts===true||fl.scanToEnd===true;const rA=[];const nA=[];const iA=[];let sA=La;let aA=-1;let oA=0;let lA=0;let cA=false;let uA=false;let pA=false;let dA=false;let hA=false;let fA=false;let _A=false;let mA=false;let gA=false;let AA=0;let yA;let bA;let vA={value:"",depth:0,isGlob:false};const eos=()=>aA>=eA;const peek=()=>sA.charCodeAt(aA+1);const advance=()=>{yA=bA;return sA.charCodeAt(++aA)};while(aA0){wA=sA.slice(0,oA);sA=sA.slice(oA);lA-=oA}if(EA&&pA===true&&lA>0){EA=sA.slice(0,lA);CA=sA.slice(lA)}else if(pA===true){EA="";CA=sA}else{EA=sA}if(EA&&EA!==""&&EA!=="/"&&EA!==sA){if(isPathSeparator(EA.charCodeAt(EA.length-1))){EA=EA.slice(0,-1)}}if(fl.unescape===true){if(CA)CA=yl.removeBackslashes(CA);if(EA&&_A===true){EA=yl.removeBackslashes(EA)}}const xA={prefix:wA,input:La,start:oA,base:EA,glob:CA,isBrace:cA,isBracket:uA,isGlob:pA,isExtglob:dA,isGlobstar:hA,negated:mA};if(fl.tokens===true){xA.maxDepth=0;if(!isPathSeparator(bA)){nA.push(vA)}xA.tokens=nA}if(fl.parts===true||fl.tokens===true){let hl;for(let yl=0;yl{"use strict";const{REGEX_BACKSLASH:yl,REGEX_REMOVE_BACKSLASH:Pl,REGEX_SPECIAL_CHARS:Ul,REGEX_SPECIAL_CHARS_GLOBAL:Gd}=fl(30742);hl.isObject=La=>La!==null&&typeof La==="object"&&!Array.isArray(La);hl.hasRegexChars=La=>Ul.test(La);hl.isRegexChar=La=>La.length===1&&hl.hasRegexChars(La);hl.escapeRegex=La=>La.replace(Gd,"\\$1");hl.toPosixSlashes=La=>La.replace(yl,"/");hl.removeBackslashes=La=>La.replace(Pl,La=>La==="\\"?"":La);hl.supportsLookbehinds=()=>{const La=process.version.slice(1).split(".").map(Number);if(La.length===3&&La[0]>=9||La[0]===8&&La[1]>=10){return true}return false};hl.escapeLast=(La,fl,yl)=>{const Pl=La.lastIndexOf(fl,yl);if(Pl===-1)return La;if(La[Pl-1]==="\\")return hl.escapeLast(La,fl,Pl-1);return`${La.slice(0,Pl)}\\${La.slice(Pl)}`};hl.removePrefix=(La,hl={})=>{let fl=La;if(fl.startsWith("./")){fl=fl.slice(2);hl.prefix="./"}return fl};hl.wrapOutput=(La,hl={},fl={})=>{const yl=fl.contains?"":"^";const Pl=fl.contains?"":"$";let Ul=`${yl}(?:${La})${Pl}`;if(hl.negated===true){Ul=`(?:^(?!${Ul}).*$)`}return Ul};hl.basename=(La,{windows:hl}={})=>{if(hl){return La.replace(/[\\/]$/,"").replace(/.*[\\/]/,"")}else{return La.replace(/\/$/,"").replace(/.*\//,"")}}},86032:La=>{"use strict";var hl=String.prototype.replace;var fl=/%20/g;var yl={RFC1738:"RFC1738",RFC3986:"RFC3986"};La.exports={default:yl.RFC3986,formatters:{RFC1738:function(La){return hl.call(La,fl,"+")},RFC3986:function(La){return String(La)}},RFC1738:yl.RFC1738,RFC3986:yl.RFC3986}},40240:(La,hl,fl)=>{"use strict";var yl=fl(71293);var Pl=fl(79091);var Ul=fl(86032);La.exports={formats:Ul,parse:Pl,stringify:yl}},79091:(La,hl,fl)=>{"use strict";var yl=fl(25225);var Pl=Object.prototype.hasOwnProperty;var Ul=Array.isArray;var Gd={allowDots:false,allowEmptyArrays:false,allowPrototypes:false,allowSparse:false,arrayLimit:20,charset:"utf-8",charsetSentinel:false,comma:false,decodeDotInKeys:false,decoder:yl.decode,delimiter:"&",depth:5,duplicates:"combine",ignoreQueryPrefix:false,interpretNumericEntities:false,parameterLimit:1e3,parseArrays:true,plainObjects:false,strictDepth:false,strictMerge:true,strictNullHandling:false,throwOnLimitExceeded:false};var interpretNumericEntities=function(La){return La.replace(/&#(\d+);/g,function(La,hl){return String.fromCharCode(parseInt(hl,10))})};var parseArrayValue=function(La,hl,fl){if(La&&typeof La==="string"&&hl.comma&&La.indexOf(",")>-1){return La.split(",")}if(hl.throwOnLimitExceeded&&fl>=hl.arrayLimit){throw new RangeError("Array limit exceeded. Only "+hl.arrayLimit+" element"+(hl.arrayLimit===1?"":"s")+" allowed in an array.")}return La};var af="utf8=%26%2310003%3B";var n_="utf8=%E2%9C%93";var i_=function parseQueryStringValues(La,hl){var fl={__proto__:null};var i_=hl.ignoreQueryPrefix?La.replace(/^\?/,""):La;i_=i_.replace(/%5B/gi,"[").replace(/%5D/gi,"]");var p_=hl.parameterLimit===Infinity?void undefined:hl.parameterLimit;var w_=i_.split(hl.delimiter,hl.throwOnLimitExceeded&&typeof p_!=="undefined"?p_+1:p_);if(hl.throwOnLimitExceeded&&typeof p_!=="undefined"&&w_.length>p_){throw new RangeError("Parameter limit exceeded. Only "+p_+" parameter"+(p_===1?"":"s")+" allowed.")}var D_=-1;var I_;var N_=hl.charset;if(hl.charsetSentinel){for(I_=0;I_-1){eA=Ul(eA)?[eA]:eA}if(hl.comma&&Ul(eA)&&eA.length>hl.arrayLimit){if(hl.throwOnLimitExceeded){throw new RangeError("Array limit exceeded. Only "+hl.arrayLimit+" element"+(hl.arrayLimit===1?"":"s")+" allowed in an array.")}eA=yl.combine([],eA,hl.arrayLimit,hl.plainObjects)}if(gg!==null){var tA=Pl.call(fl,gg);if(tA&&(hl.duplicates==="combine"||_m.indexOf("[]=")>-1)){fl[gg]=yl.combine(fl[gg],eA,hl.arrayLimit,hl.plainObjects)}else if(!tA||hl.duplicates==="last"){fl[gg]=eA}}}return fl};var parseObject=function(La,hl,fl,Pl){var Ul=0;if(La.length>0&&La[La.length-1]==="[]"){var Gd=La.slice(0,-1).join("");Ul=Array.isArray(hl)&&hl[Gd]?hl[Gd].length:0}var af=Pl?hl:parseArrayValue(hl,fl,Ul);for(var n_=La.length-1;n_>=0;--n_){var i_;var p_=La[n_];if(p_==="[]"&&fl.parseArrays){if(yl.isOverflow(af)){i_=af}else{i_=fl.allowEmptyArrays&&(af===""||fl.strictNullHandling&&af===null)?[]:yl.combine([],af,fl.arrayLimit,fl.plainObjects)}}else{i_=fl.plainObjects?{__proto__:null}:{};var w_=p_.charAt(0)==="["&&p_.charAt(p_.length-1)==="]"?p_.slice(1,-1):p_;var D_=fl.decodeDotInKeys?w_.replace(/%2E/g,"."):w_;var I_=parseInt(D_,10);var N_=!isNaN(I_)&&p_!==D_&&String(I_)===D_&&I_>=0&&fl.parseArrays;if(!fl.parseArrays&&D_===""){i_={0:af}}else if(N_&&I_=0?fl.slice(0,Ul):fl;if(Gd){if(!hl.plainObjects&&Pl.call(Object.prototype,Gd)){if(!hl.allowPrototypes){return}}yl[yl.length]=Gd}var af=fl.length;var n_=Ul;var i_=0;while(n_>=0&&i_=0){if(hl.strictDepth===true){throw new RangeError("Input depth exceeded depth option of "+hl.depth+" and strictDepth is true")}yl[yl.length]="["+fl.slice(n_)+"]"}return yl};var w_=function parseQueryStringKeys(La,hl,fl,yl){if(!La){return}var Pl=p_(La,fl);if(!Pl){return}return parseObject(Pl,hl,fl,yl)};var D_=function normalizeParseOptions(La){if(!La){return Gd}if(typeof La.allowEmptyArrays!=="undefined"&&typeof La.allowEmptyArrays!=="boolean"){throw new TypeError("`allowEmptyArrays` option can only be `true` or `false`, when provided")}if(typeof La.decodeDotInKeys!=="undefined"&&typeof La.decodeDotInKeys!=="boolean"){throw new TypeError("`decodeDotInKeys` option can only be `true` or `false`, when provided")}if(La.decoder!==null&&typeof La.decoder!=="undefined"&&typeof La.decoder!=="function"){throw new TypeError("Decoder has to be a function.")}if(typeof La.charset!=="undefined"&&La.charset!=="utf-8"&&La.charset!=="iso-8859-1"){throw new TypeError("The charset option must be either utf-8, iso-8859-1, or undefined")}if(typeof La.throwOnLimitExceeded!=="undefined"&&typeof La.throwOnLimitExceeded!=="boolean"){throw new TypeError("`throwOnLimitExceeded` option must be a boolean")}var hl=typeof La.charset==="undefined"?Gd.charset:La.charset;var fl=typeof La.duplicates==="undefined"?Gd.duplicates:La.duplicates;if(fl!=="combine"&&fl!=="first"&&fl!=="last"){throw new TypeError("The duplicates option must be either combine, first, or last")}var Pl=typeof La.allowDots==="undefined"?La.decodeDotInKeys===true?true:Gd.allowDots:!!La.allowDots;return{allowDots:Pl,allowEmptyArrays:typeof La.allowEmptyArrays==="boolean"?!!La.allowEmptyArrays:Gd.allowEmptyArrays,allowPrototypes:typeof La.allowPrototypes==="boolean"?La.allowPrototypes:Gd.allowPrototypes,allowSparse:typeof La.allowSparse==="boolean"?La.allowSparse:Gd.allowSparse,arrayLimit:typeof La.arrayLimit==="number"?La.arrayLimit:Gd.arrayLimit,charset:hl,charsetSentinel:typeof La.charsetSentinel==="boolean"?La.charsetSentinel:Gd.charsetSentinel,comma:typeof La.comma==="boolean"?La.comma:Gd.comma,decodeDotInKeys:typeof La.decodeDotInKeys==="boolean"?La.decodeDotInKeys:Gd.decodeDotInKeys,decoder:typeof La.decoder==="function"?La.decoder:Gd.decoder,delimiter:typeof La.delimiter==="string"||yl.isRegExp(La.delimiter)?La.delimiter:Gd.delimiter,depth:typeof La.depth==="number"||La.depth===false?+La.depth:Gd.depth,duplicates:fl,ignoreQueryPrefix:La.ignoreQueryPrefix===true,interpretNumericEntities:typeof La.interpretNumericEntities==="boolean"?La.interpretNumericEntities:Gd.interpretNumericEntities,parameterLimit:typeof La.parameterLimit==="number"?La.parameterLimit:Gd.parameterLimit,parseArrays:La.parseArrays!==false,plainObjects:typeof La.plainObjects==="boolean"?La.plainObjects:Gd.plainObjects,strictDepth:typeof La.strictDepth==="boolean"?!!La.strictDepth:Gd.strictDepth,strictMerge:typeof La.strictMerge==="boolean"?!!La.strictMerge:Gd.strictMerge,strictNullHandling:typeof La.strictNullHandling==="boolean"?La.strictNullHandling:Gd.strictNullHandling,throwOnLimitExceeded:typeof La.throwOnLimitExceeded==="boolean"?La.throwOnLimitExceeded:false}};La.exports=function(La,hl){var fl=D_(hl);if(La===""||La===null||typeof La==="undefined"){return fl.plainObjects?{__proto__:null}:{}}var Pl=typeof La==="string"?i_(La,fl):La;var Ul=fl.plainObjects?{__proto__:null}:{};var Gd=Object.keys(Pl);for(var af=0;af{"use strict";var yl=fl(94753);var Pl=fl(25225);var Ul=fl(86032);var Gd=Object.prototype.hasOwnProperty;var af={brackets:function brackets(La){return La+"[]"},comma:"comma",indices:function indices(La,hl){return La+"["+hl+"]"},repeat:function repeat(La){return La}};var n_=Array.isArray;var i_=Array.prototype.push;var pushToArray=function(La,hl){i_.apply(La,n_(hl)?hl:[hl])};var p_=Date.prototype.toISOString;var w_=Ul["default"];var D_={addQueryPrefix:false,allowDots:false,allowEmptyArrays:false,arrayFormat:"indices",charset:"utf-8",charsetSentinel:false,commaRoundTrip:false,delimiter:"&",encode:true,encodeDotInKeys:false,encoder:Pl.encode,encodeValuesOnly:false,filter:void undefined,format:w_,formatter:Ul.formatters[w_],indices:false,serializeDate:function serializeDate(La){return p_.call(La)},skipNulls:false,strictNullHandling:false};var I_=function isNonNullishPrimitive(La){return typeof La==="string"||typeof La==="number"||typeof La==="boolean"||typeof La==="symbol"||typeof La==="bigint"};var N_={};var _m=function stringify(La,hl,fl,Ul,Gd,af,i_,p_,w_,_m,pg,mg,gg,eA,tA,rA,nA,iA){var sA=La;var aA=iA;var oA=0;var lA=false;while((aA=aA.get(N_))!==void undefined&&!lA){var cA=aA.get(La);oA+=1;if(typeof cA!=="undefined"){if(cA===oA){throw new RangeError("Cyclic object value")}else{lA=true}}if(typeof aA.get(N_)==="undefined"){oA=0}}if(typeof _m==="function"){sA=_m(hl,sA)}else if(sA instanceof Date){sA=gg(sA)}else if(fl==="comma"&&n_(sA)){sA=Pl.maybeMap(sA,function(La){if(La instanceof Date){return gg(La)}return La})}if(sA===null){if(af){return tA(w_&&!rA?w_(hl,D_.encoder,nA,"key",eA):hl)}sA=""}if(I_(sA)||Pl.isBuffer(sA)){if(w_){var uA=rA?hl:w_(hl,D_.encoder,nA,"key",eA);return[tA(uA)+"="+tA(w_(sA,D_.encoder,nA,"value",eA))]}return[tA(hl)+"="+tA(String(sA))]}var pA=[];if(typeof sA==="undefined"){return pA}var dA;if(fl==="comma"&&n_(sA)){if(rA&&w_){sA=Pl.maybeMap(sA,function(La){return La==null?La:w_(La)})}dA=[{value:sA.length>0?sA.join(",")||null:void undefined}]}else if(n_(_m)){dA=_m}else{var hA=Object.keys(sA);dA=pg?hA.sort(pg):hA}var fA=p_?String(hl).replace(/\./g,"%2E"):String(hl);var _A=Ul&&n_(sA)&&sA.length===1?fA+"[]":fA;if(Gd&&n_(sA)&&sA.length===0){return _A+"[]"}for(var mA=0;mA0?eA+gg:""}},25225:(La,hl,fl)=>{"use strict";var yl=fl(86032);var Pl=fl(94753);var Ul=Object.prototype.hasOwnProperty;var Gd=Array.isArray;var af=Pl();var n_=function markOverflow(La,hl){af.set(La,hl);return La};var i_=function isOverflow(La){return af.has(La)};var p_=function getMaxIndex(La){return af.get(La)};var w_=function setMaxIndex(La,hl){af.set(La,hl)};var D_=function(){var La=[];for(var hl=0;hl<256;++hl){La[La.length]="%"+((hl<16?"0":"")+hl.toString(16)).toUpperCase()}return La}();var I_=function compactQueue(La){while(La.length>1){var hl=La.pop();var fl=hl.obj[hl.prop];if(Gd(fl)){var yl=[];for(var Pl=0;Plfl.arrayLimit){return n_(N_(La.concat(hl),fl),yl)}La[yl]=hl}else if(La&&typeof La==="object"){if(i_(La)){var Pl=p_(La)+1;La[Pl]=hl;w_(La,Pl)}else if(fl&&fl.strictMerge){return[La,hl]}else if(fl&&(fl.plainObjects||fl.allowPrototypes)||!Ul.call(Object.prototype,hl)){La[hl]=true}}else{return[La,hl]}return La}if(!La||typeof La!=="object"){if(i_(hl)){var af=Object.keys(hl);var D_=fl&&fl.plainObjects?{__proto__:null,0:La}:{0:La};for(var I_=0;I_fl.arrayLimit){return n_(N_(pg,fl),pg.length-1)}return pg}var mg=La;if(Gd(La)&&!Gd(hl)){mg=N_(La,fl)}if(Gd(La)&&Gd(hl)){hl.forEach(function(hl,yl){if(Ul.call(La,yl)){var Pl=La[yl];if(Pl&&typeof Pl==="object"&&hl&&typeof hl==="object"){La[yl]=merge(Pl,hl,fl)}else{La[La.length]=hl}}else{La[yl]=hl}});return La}return Object.keys(hl).reduce(function(La,yl){var Pl=hl[yl];if(Ul.call(La,yl)){La[yl]=merge(La[yl],Pl,fl)}else{La[yl]=Pl}if(i_(hl)&&!i_(La)){n_(La,p_(hl))}if(i_(La)){var Gd=parseInt(yl,10);if(String(Gd)===yl&&Gd>=0&&Gd>p_(La)){w_(La,Gd)}}return La},mg)};var pg=function assignSingleSource(La,hl){return Object.keys(hl).reduce(function(La,fl){La[fl]=hl[fl];return La},La)};var decode=function(La,hl,fl){var yl=La.replace(/\+/g," ");if(fl==="iso-8859-1"){return yl.replace(/%[0-9a-f]{2}/gi,unescape)}try{return decodeURIComponent(yl)}catch(La){return yl}};var mg=1024;var gg=function encode(La,hl,fl,Pl,Ul){if(La.length===0){return La}var Gd=La;if(typeof La==="symbol"){Gd=Symbol.prototype.toString.call(La)}else if(typeof La!=="string"){Gd=String(La)}if(fl==="iso-8859-1"){return escape(Gd).replace(/%u[0-9a-f]{4}/gi,function(La){return"%26%23"+parseInt(La.slice(2),16)+"%3B"})}var af="";for(var n_=0;n_=mg?Gd.slice(n_,n_+mg):Gd;var p_=[];for(var w_=0;w_=48&&I_<=57||I_>=65&&I_<=90||I_>=97&&I_<=122||Ul===yl.RFC1738&&(I_===40||I_===41)){p_[p_.length]=i_.charAt(w_);continue}if(I_<128){p_[p_.length]=D_[I_];continue}if(I_<2048){p_[p_.length]=D_[192|I_>>6]+D_[128|I_&63];continue}if(I_<55296||I_>=57344){p_[p_.length]=D_[224|I_>>12]+D_[128|I_>>6&63]+D_[128|I_&63];continue}w_+=1;I_=65536+((I_&1023)<<10|i_.charCodeAt(w_)&1023);p_[p_.length]=D_[240|I_>>18]+D_[128|I_>>12&63]+D_[128|I_>>6&63]+D_[128|I_&63]}af+=p_.join("")}return af};var eA=function compact(La){var hl=[{obj:{o:La},prop:"o"}];var fl=[];for(var yl=0;ylfl){return n_(N_(Ul,{plainObjects:yl}),Ul.length-1)}return Ul};var iA=function maybeMap(La,hl){if(Gd(La)){var fl=[];for(var yl=0;yl{const yl=fl(54336);const Pl=fl(28439);const Ul=fl(67793);const Gd=fl(3740);const{RateLimiterClusterMaster:af,RateLimiterClusterMasterPM2:n_,RateLimiterCluster:i_}=fl(10565);const p_=fl(24544);const w_=fl(73250);const D_=fl(87383);const I_=fl(24016);const N_=fl(10244);const _m=fl(52860);const pg=fl(85860);const mg=fl(80449);const gg=fl(82309);const eA=fl(16323);const tA=fl(50673);const rA=fl(75347);const nA=fl(32193);const iA=fl(53756);const sA=fl(73283);const aA=fl(36481);const oA=fl(15299);const lA=fl(27948);const cA=fl(43184);La.exports={RateLimiterRedis:yl,RateLimiterMongo:Pl,RateLimiterMySQL:Ul,RateLimiterPostgres:Gd,RateLimiterMemory:p_,RateLimiterMemcache:w_,RateLimiterClusterMaster:af,RateLimiterClusterMasterPM2:n_,RateLimiterCluster:i_,RLWrapperBlackAndWhite:D_,RLWrapperTimeouts:I_,RateLimiterUnion:N_,RateLimiterQueue:_m,BurstyRateLimiter:pg,RateLimiterRes:mg,RateLimiterDynamo:gg,RateLimiterPrisma:eA,RateLimiterValkey:nA,RateLimiterValkeyGlide:iA,RateLimiterSQLite:sA,RateLimiterEtcd:aA,RateLimiterDrizzle:tA,RateLimiterDrizzleNonAtomic:rA,RateLimiterEtcdNonAtomic:oA,RateLimiterQueueError:lA,RateLimiterEtcdTransactionFailedError:cA}},85860:(La,hl,fl)=>{const yl=fl(80449);La.exports=class BurstyRateLimiter{constructor(La,hl){this._rateLimiter=La;this._burstLimiter=hl}_combineRes(La,hl){if(!La){return null}return new yl(La.remainingPoints,Math.min(La.msBeforeNext,hl?hl.msBeforeNext:0),La.consumedPoints,La.isFirstInDuration)}consume(La,hl=1,fl={}){return this._rateLimiter.consume(La,hl,fl).catch(Pl=>{if(Pl instanceof yl){return this._burstLimiter.consume(La,hl,fl).then(La=>Promise.resolve(this._combineRes(Pl,La))).catch(La=>{if(La instanceof yl){return Promise.reject(this._combineRes(Pl,La))}else{return Promise.reject(La)}})}else{return Promise.reject(Pl)}})}get(La){return Promise.all([this._rateLimiter.get(La),this._burstLimiter.get(La)]).then(([La,hl])=>this._combineRes(La,hl))}get points(){return this._rateLimiter.points}}},87383:(La,hl,fl)=>{const yl=fl(80449);La.exports=class RLWrapperBlackAndWhite{constructor(La={}){this.limiter=La.limiter;this.blackList=La.blackList;this.whiteList=La.whiteList;this.isBlackListed=La.isBlackListed;this.isWhiteListed=La.isWhiteListed;this.runActionAnyway=La.runActionAnyway}get limiter(){return this._limiter}set limiter(La){if(typeof La==="undefined"){throw new Error("limiter is not set")}this._limiter=La}get runActionAnyway(){return this._runActionAnyway}set runActionAnyway(La){this._runActionAnyway=typeof La==="undefined"?false:La}get blackList(){return this._blackList}set blackList(La){this._blackList=Array.isArray(La)?La:[]}get isBlackListed(){return this._isBlackListed}set isBlackListed(La){if(typeof La==="undefined"){La=()=>false}if(typeof La!=="function"){throw new Error("isBlackListed must be function")}this._isBlackListed=La}get whiteList(){return this._whiteList}set whiteList(La){this._whiteList=Array.isArray(La)?La:[]}get isWhiteListed(){return this._isWhiteListed}set isWhiteListed(La){if(typeof La==="undefined"){La=()=>false}if(typeof La!=="function"){throw new Error("isWhiteListed must be function")}this._isWhiteListed=La}isBlackListedSomewhere(La){return this.blackList.indexOf(La)>=0||this.isBlackListed(La)}isWhiteListedSomewhere(La){return this.whiteList.indexOf(La)>=0||this.isWhiteListed(La)}getBlackRes(){return new yl(0,Number.MAX_SAFE_INTEGER,0,false)}getWhiteRes(){return new yl(Number.MAX_SAFE_INTEGER,0,0,false)}rejectBlack(){return Promise.reject(this.getBlackRes())}resolveBlack(){return Promise.resolve(this.getBlackRes())}resolveWhite(){return Promise.resolve(this.getWhiteRes())}consume(La,hl=1){let fl;if(this.isWhiteListedSomewhere(La)){fl=this.resolveWhite()}else if(this.isBlackListedSomewhere(La)){fl=this.rejectBlack()}if(typeof fl==="undefined"){return this.limiter.consume(La,hl)}if(this.runActionAnyway){this.limiter.consume(La,hl).catch(()=>{})}return fl}block(La,hl){let fl;if(this.isWhiteListedSomewhere(La)){fl=this.resolveWhite()}else if(this.isBlackListedSomewhere(La)){fl=this.resolveBlack()}if(typeof fl==="undefined"){return this.limiter.block(La,hl)}if(this.runActionAnyway){this.limiter.block(La,hl).catch(()=>{})}return fl}penalty(La,hl){let fl;if(this.isWhiteListedSomewhere(La)){fl=this.resolveWhite()}else if(this.isBlackListedSomewhere(La)){fl=this.resolveBlack()}if(typeof fl==="undefined"){return this.limiter.penalty(La,hl)}if(this.runActionAnyway){this.limiter.penalty(La,hl).catch(()=>{})}return fl}reward(La,hl){let fl;if(this.isWhiteListedSomewhere(La)){fl=this.resolveWhite()}else if(this.isBlackListedSomewhere(La)){fl=this.resolveBlack()}if(typeof fl==="undefined"){return this.limiter.reward(La,hl)}if(this.runActionAnyway){this.limiter.reward(La,hl).catch(()=>{})}return fl}get(La){let hl;if(this.isWhiteListedSomewhere(La)){hl=this.resolveWhite()}else if(this.isBlackListedSomewhere(La)){hl=this.resolveBlack()}if(typeof hl==="undefined"||this.runActionAnyway){return this.limiter.get(La)}return hl}delete(La){return this.limiter.delete(La)}}},24016:(La,hl,fl)=>{const yl=fl(88569);const Pl=fl(33847);La.exports=class RLWrapperTimeouts extends Pl{constructor(La={}){super(La);this.limiter=La.limiter;this.timeoutMs=La.timeoutMs||0}get limiter(){return this._limiter}set limiter(La){if(!(La instanceof yl)){throw new TypeError("limiter must be an instance of RateLimiterAbstract")}this._limiter=La;if(!this.insuranceLimiter&&La instanceof Pl){this.insuranceLimiter=La.insuranceLimiter}}get timeoutMs(){return this._timeoutMs}set timeoutMs(La){if(typeof La!=="number"||La<0){throw new TypeError("timeoutMs must be a non-negative number")}this._timeoutMs=La}_run(La,hl){return new Promise(async(fl,yl)=>{const Pl=setTimeout(()=>yl(new Error("Operation timed out")),this.timeoutMs);await this.limiter[La](...hl).then(La=>{clearTimeout(Pl);fl(La)}).catch(La=>{clearTimeout(Pl);yl(La)})})}_consume(La,hl=1,fl={}){return this._run("consume",[La,hl,fl])}_penalty(La,hl=1,fl={}){return this._run("penalty",[La,hl,fl])}_reward(La,hl=1,fl={}){return this._run("reward",[La,hl,fl])}_get(La,hl={}){return this._run("get",[La,hl])}_set(La,hl,fl,yl={}){return this._run("set",[La,hl,fl,yl])}_block(La,hl,fl={}){return this._run("block",[La,hl,fl])}_delete(La,hl={}){return this._run("delete",[La,hl])}}},88569:La=>{La.exports=class RateLimiterAbstract{constructor(La={}){this.points=La.points;this.duration=La.duration;this.blockDuration=La.blockDuration;this.execEvenly=La.execEvenly;this.execEvenlyMinDelayMs=La.execEvenlyMinDelayMs;this.keyPrefix=La.keyPrefix}get points(){return this._points}set points(La){this._points=La>=0?La:4}get duration(){return this._duration}set duration(La){this._duration=typeof La==="undefined"?1:La}get msDuration(){return this.duration*1e3}get blockDuration(){return this._blockDuration}set blockDuration(La){this._blockDuration=typeof La==="undefined"?0:La}get msBlockDuration(){return this.blockDuration*1e3}get execEvenly(){return this._execEvenly}set execEvenly(La){this._execEvenly=typeof La==="undefined"?false:Boolean(La)}get execEvenlyMinDelayMs(){return this._execEvenlyMinDelayMs}set execEvenlyMinDelayMs(La){this._execEvenlyMinDelayMs=typeof La==="undefined"?Math.ceil(this.msDuration/this.points):La}get keyPrefix(){return this._keyPrefix}set keyPrefix(La){if(typeof La==="undefined"){La="rlflx"}if(typeof La!=="string"){throw new Error("keyPrefix must be string")}this._keyPrefix=La}_getKeySecDuration(La={}){return La&&La.customDuration>=0?La.customDuration:this.duration}getKey(La){return this.keyPrefix.length>0?`${this.keyPrefix}:${La}`:La}parseKey(La){return La.substring(this.keyPrefix.length)}consume(){throw new Error("You have to implement the method 'consume'!")}penalty(){throw new Error("You have to implement the method 'penalty'!")}reward(){throw new Error("You have to implement the method 'reward'!")}get(){throw new Error("You have to implement the method 'get'!")}set(){throw new Error("You have to implement the method 'set'!")}block(){throw new Error("You have to implement the method 'block'!")}delete(){throw new Error("You have to implement the method 'delete'!")}}},10565:(La,hl,fl)=>{const yl=fl(29907);const Pl=fl(76982);const Ul=fl(88569);const Gd=fl(24544);const af=fl(80449);const n_="rate_limiter_flexible";let i_=null;const masterSendToWorker=function(La,hl,fl,yl){let Pl;if(yl===null||yl===true||yl===false){Pl=yl}else{Pl={remainingPoints:yl.remainingPoints,msBeforeNext:yl.msBeforeNext,consumedPoints:yl.consumedPoints,isFirstInDuration:yl.isFirstInDuration}}La.send({channel:n_,keyPrefix:hl.keyPrefix,promiseId:hl.promiseId,type:fl,data:Pl})};const workerWaitInit=function(La){setTimeout(()=>{if(this._initiated){process.send(La)}else if(typeof this._promises[La.promiseId]!=="undefined"){workerWaitInit.call(this,La)}},30)};const workerSendToMaster=function(La,hl,fl,yl,Pl){const Ul={channel:n_,keyPrefix:this.keyPrefix,func:La,promiseId:hl,data:{key:fl,arg:yl,opts:Pl}};if(!this._initiated){workerWaitInit.call(this,Ul)}else{process.send(Ul)}};const masterProcessMsg=function(La,hl){if(!hl||hl.channel!==n_||typeof this._rateLimiters[hl.keyPrefix]==="undefined"){return false}let fl;switch(hl.func){case"consume":fl=this._rateLimiters[hl.keyPrefix].consume(hl.data.key,hl.data.arg,hl.data.opts);break;case"penalty":fl=this._rateLimiters[hl.keyPrefix].penalty(hl.data.key,hl.data.arg,hl.data.opts);break;case"reward":fl=this._rateLimiters[hl.keyPrefix].reward(hl.data.key,hl.data.arg,hl.data.opts);break;case"block":fl=this._rateLimiters[hl.keyPrefix].block(hl.data.key,hl.data.arg,hl.data.opts);break;case"get":fl=this._rateLimiters[hl.keyPrefix].get(hl.data.key,hl.data.opts);break;case"delete":fl=this._rateLimiters[hl.keyPrefix].delete(hl.data.key,hl.data.opts);break;default:return false}if(fl){fl.then(fl=>{masterSendToWorker(La,hl,"resolve",fl)}).catch(fl=>{masterSendToWorker(La,hl,"reject",fl)})}};const workerProcessMsg=function(La){if(!La||La.channel!==n_||La.keyPrefix!==this.keyPrefix){return false}if(this._promises[La.promiseId]){clearTimeout(this._promises[La.promiseId].timeoutId);let hl;if(La.data===null||La.data===true||La.data===false){hl=La.data}else{hl=new af(La.data.remainingPoints,La.data.msBeforeNext,La.data.consumedPoints,La.data.isFirstInDuration)}switch(La.type){case"resolve":this._promises[La.promiseId].resolve(hl);break;case"reject":this._promises[La.promiseId].reject(hl);break;default:throw new Error(`RateLimiterCluster: no such message type '${La.type}'`)}delete this._promises[La.promiseId]}};const getOpts=function(){return{points:this.points,duration:this.duration,blockDuration:this.blockDuration,execEvenly:this.execEvenly,execEvenlyMinDelayMs:this.execEvenlyMinDelayMs,keyPrefix:this.keyPrefix}};const savePromise=function(La,hl){const fl=process.hrtime();let yl=fl[0].toString()+fl[1].toString();if(typeof this._promises[yl]!=="undefined"){yl+=Pl.randomBytes(12).toString("base64")}this._promises[yl]={resolve:La,reject:hl,timeoutId:setTimeout(()=>{delete this._promises[yl];hl(new Error("RateLimiterCluster timeout: no answer from master in time"))},this.timeoutMs)};return yl};class RateLimiterClusterMaster{constructor(){if(i_){return i_}this._rateLimiters={};yl.setMaxListeners(0);yl.on("message",(La,hl)=>{if(hl&&hl.channel===n_&&hl.type==="init"){if(typeof this._rateLimiters[hl.opts.keyPrefix]==="undefined"){this._rateLimiters[hl.opts.keyPrefix]=new Gd(hl.opts)}La.send({channel:n_,type:"init",keyPrefix:hl.opts.keyPrefix})}else{masterProcessMsg.call(this,La,hl)}});i_=this}}class RateLimiterClusterMasterPM2{constructor(La){if(i_){return i_}this._rateLimiters={};La.launchBus((hl,fl)=>{fl.on("process:msg",hl=>{const fl=hl.raw;if(fl&&fl.channel===n_&&fl.type==="init"){if(typeof this._rateLimiters[fl.opts.keyPrefix]==="undefined"){this._rateLimiters[fl.opts.keyPrefix]=new Gd(fl.opts)}La.sendDataToProcessId(hl.process.pm_id,{data:{},topic:n_,channel:n_,type:"init",keyPrefix:fl.opts.keyPrefix},(La,hl)=>{if(La){console.log(La,hl)}})}else{const yl={send:fl=>{const yl=fl;yl.topic=n_;if(typeof yl.data==="undefined"){yl.data={}}La.sendDataToProcessId(hl.process.pm_id,yl,(La,hl)=>{if(La){console.log(La,hl)}})}};masterProcessMsg.call(this,yl,fl)}})});i_=this}}class RateLimiterClusterWorker extends Ul{get timeoutMs(){return this._timeoutMs}set timeoutMs(La){this._timeoutMs=typeof La==="undefined"?5e3:Math.abs(parseInt(La))}constructor(La={}){super(La);process.setMaxListeners(0);this.timeoutMs=La.timeoutMs;this._initiated=false;process.on("message",La=>{if(La&&La.channel===n_&&La.type==="init"&&La.keyPrefix===this.keyPrefix){this._initiated=true}else{workerProcessMsg.call(this,La)}});process.send({channel:n_,type:"init",opts:getOpts.call(this)});this._promises={}}consume(La,hl=1,fl={}){return new Promise((yl,Pl)=>{const Ul=savePromise.call(this,yl,Pl);workerSendToMaster.call(this,"consume",Ul,La,hl,fl)})}penalty(La,hl=1,fl={}){return new Promise((yl,Pl)=>{const Ul=savePromise.call(this,yl,Pl);workerSendToMaster.call(this,"penalty",Ul,La,hl,fl)})}reward(La,hl=1,fl={}){return new Promise((yl,Pl)=>{const Ul=savePromise.call(this,yl,Pl);workerSendToMaster.call(this,"reward",Ul,La,hl,fl)})}block(La,hl,fl={}){return new Promise((yl,Pl)=>{const Ul=savePromise.call(this,yl,Pl);workerSendToMaster.call(this,"block",Ul,La,hl,fl)})}get(La,hl={}){return new Promise((fl,yl)=>{const Pl=savePromise.call(this,fl,yl);workerSendToMaster.call(this,"get",Pl,La,hl)})}delete(La,hl={}){return new Promise((fl,yl)=>{const Pl=savePromise.call(this,fl,yl);workerSendToMaster.call(this,"delete",Pl,La,hl)})}}La.exports={RateLimiterClusterMaster:RateLimiterClusterMaster,RateLimiterClusterMasterPM2:RateLimiterClusterMasterPM2,RateLimiterCluster:RateLimiterClusterWorker}},50673:(La,hl,fl)=>{let yl=null;const Pl=3e5;const Ul=36e5;class RateLimiterDrizzleError extends Error{constructor(La){super(La);this.name="RateLimiterDrizzleError"}}async function getDrizzleOperators(){if(yl)return yl;try{function getPackageName(){return["drizzle","orm"].join("-")}const La=await fl(65407)(`${getPackageName()}`);const{and:hl,or:Pl,gt:Ul,lt:Gd,eq:af,isNull:n_,sql:i_}=La.default||La;yl={and:hl,or:Pl,gt:Ul,lt:Gd,eq:af,isNull:n_,sql:i_};return yl}catch(p_){throw new RateLimiterDrizzleError("drizzle-orm is not installed. Please install drizzle-orm to use RateLimiterDrizzle.")}}const Gd=fl(65140);const af=fl(80449);class RateLimiterDrizzle extends Gd{constructor(La){super(La);if(!La?.schema){throw new RateLimiterDrizzleError("Drizzle schema is required")}if(!La?.storeClient){throw new RateLimiterDrizzleError("Drizzle client is required")}this.schema=La.schema;this.drizzleClient=La.storeClient;this.clearExpiredByTimeout=La.clearExpiredByTimeout??true;if(this.clearExpiredByTimeout){this._clearExpiredHourAgo()}}_getRateLimiterRes(La,hl,fl){const yl=new af;let Pl=fl;yl.isFirstInDuration=Pl.points===hl;yl.consumedPoints=Pl.points;yl.remainingPoints=Math.max(this.points-yl.consumedPoints,0);yl.msBeforeNext=Pl.expire!==null?Math.max(new Date(Pl.expire).getTime()-Date.now(),0):-1;return yl}async _upsert(La,hl,fl,yl=false){if(!this.drizzleClient){return Promise.reject(new RateLimiterDrizzleError("Drizzle client is not established"))}const{eq:Pl,sql:Ul}=await getDrizzleOperators();const Gd=new Date;const af=fl>0?new Date(Gd.getTime()+fl):null;const n_=await this.drizzleClient.transaction(async fl=>{const[n_]=await fl.select().from(this.schema).where(Pl(this.schema.key,La)).limit(1);const i_=yl||!n_?.expire||n_?.expire<=Gd||af===null;const[p_]=await fl.insert(this.schema).values({key:La,points:hl,expire:af}).onConflictDoUpdate({target:this.schema.key,set:{points:!i_?Ul`${this.schema.points} + ${hl}`:hl,...i_&&{expire:af}}}).returning();return p_});return n_}async _get(La){if(!this.drizzleClient){return Promise.reject(new RateLimiterDrizzleError("Drizzle client is not established"))}const{and:hl,or:fl,gt:yl,eq:Pl,isNull:Ul}=await getDrizzleOperators();const[Gd]=await this.drizzleClient.select().from(this.schema).where(hl(Pl(this.schema.key,La),fl(yl(this.schema.expire,new Date),Ul(this.schema.expire)))).limit(1);return Gd||null}async _delete(La){if(!this.drizzleClient){return Promise.reject(new RateLimiterDrizzleError("Drizzle client is not established"))}const{eq:hl}=await getDrizzleOperators();const[fl]=await this.drizzleClient.delete(this.schema).where(hl(this.schema.key,La)).returning({key:this.schema.key});return!!fl?.key}_clearExpiredHourAgo(){if(this._clearExpiredTimeoutId){clearTimeout(this._clearExpiredTimeoutId)}this._clearExpiredTimeoutId=setTimeout(async()=>{try{const{lt:La}=await getDrizzleOperators();await this.drizzleClient.delete(this.schema).where(La(this.schema.expire,new Date(Date.now()-Ul)))}catch(La){console.warn("Failed to clear expired records:",La)}this._clearExpiredHourAgo()},Pl);this._clearExpiredTimeoutId.unref()}}La.exports=RateLimiterDrizzle},75347:(La,hl,fl)=>{let yl=null;const Pl=3e5;const Ul=36e5;class RateLimiterDrizzleError extends Error{constructor(La){super(La);this.name="RateLimiterDrizzleError"}}async function getDrizzleOperators(){if(yl)return yl;try{function getPackageName(){return["drizzle","orm"].join("-")}const La=await fl(65407)(`${getPackageName()}`);const{and:hl,or:Pl,gt:Ul,lt:Gd,eq:af,isNull:n_,sql:i_}=La.default||La;yl={and:hl,or:Pl,gt:Ul,lt:Gd,eq:af,isNull:n_,sql:i_};return yl}catch(p_){throw new RateLimiterDrizzleError("drizzle-orm is not installed. Please install drizzle-orm to use RateLimiterDrizzleNonAtomic.")}}const Gd=fl(65140);const af=fl(80449);class RateLimiterDrizzleNonAtomic extends Gd{constructor(La){super(La);if(!La?.schema){throw new RateLimiterDrizzleError("Drizzle schema is required")}if(!La?.storeClient){throw new RateLimiterDrizzleError("Drizzle client is required")}this.schema=La.schema;this.drizzleClient=La.storeClient;this.clearExpiredByTimeout=La.clearExpiredByTimeout??true;if(this.clearExpiredByTimeout){this._clearExpiredHourAgo()}}_getRateLimiterRes(La,hl,fl){const yl=new af;let Pl=fl;yl.isFirstInDuration=Pl.points===hl;yl.consumedPoints=Pl.points;yl.remainingPoints=Math.max(this.points-yl.consumedPoints,0);yl.msBeforeNext=Pl.expire!==null?Math.max(new Date(Pl.expire).getTime()-Date.now(),0):-1;return yl}async _upsert(La,hl,fl,yl=false){if(!this.drizzleClient){return Promise.reject(new RateLimiterDrizzleError("Drizzle client is not established"))}const{eq:Pl}=await getDrizzleOperators();const Ul=new Date;const Gd=fl>0?new Date(Ul.getTime()+fl):null;const[af]=await this.drizzleClient.select().from(this.schema).where(Pl(this.schema.key,La)).limit(1);const n_=yl||!af||!af.expire||af.expire<=Ul||Gd===null;let i_;if(af&&!n_){i_=af.points+hl}else{i_=hl}const[p_]=await this.drizzleClient.insert(this.schema).values({key:La,points:i_,expire:Gd}).onConflictDoUpdate({target:this.schema.key,set:{points:i_,...n_&&{expire:Gd}}}).returning();return p_}async _get(La){if(!this.drizzleClient){return Promise.reject(new RateLimiterDrizzleError("Drizzle client is not established"))}const{and:hl,or:fl,gt:yl,eq:Pl,isNull:Ul}=await getDrizzleOperators();const[Gd]=await this.drizzleClient.select().from(this.schema).where(hl(Pl(this.schema.key,La),fl(yl(this.schema.expire,new Date),Ul(this.schema.expire)))).limit(1);return Gd||null}async _delete(La){if(!this.drizzleClient){return Promise.reject(new RateLimiterDrizzleError("Drizzle client is not established"))}const{eq:hl}=await getDrizzleOperators();const[fl]=await this.drizzleClient.delete(this.schema).where(hl(this.schema.key,La)).returning({key:this.schema.key});return!!(fl&&fl.key)}_clearExpiredHourAgo(){if(this._clearExpiredTimeoutId){clearTimeout(this._clearExpiredTimeoutId)}this._clearExpiredTimeoutId=setTimeout(async()=>{try{const{lt:La}=await getDrizzleOperators();await this.drizzleClient.delete(this.schema).where(La(this.schema.expire,new Date(Date.now()-Ul)))}catch(La){console.warn("Failed to clear expired records:",La)}this._clearExpiredHourAgo()},Pl);this._clearExpiredTimeoutId.unref()}}La.exports=RateLimiterDrizzleNonAtomic},82309:(La,hl,fl)=>{const yl=fl(80449);const Pl=fl(65140);class DynamoItem{constructor(La,hl,fl){this.key=La;this.points=hl;this.expire=fl}}const Ul=25;const Gd=25;class RateLimiterDynamo extends Pl{constructor(La,hl=null){super(La);this.client=La.storeClient;this.tableName=La.tableName;this.tableCreated=La.tableCreated;this.ttlManuallySet=La.ttlSet;if(!this.tableCreated){this._createTable(La.dynamoTableOpts).then(La=>{this.tableCreated=true;this._setTTL().finally(()=>{if(typeof hl==="function"){hl()}})}).catch(La=>{if(typeof hl==="function"){hl(La)}else{throw La}})}else{this._setTTL().finally(()=>{if(typeof hl==="function"){hl()}})}}get tableName(){return this._tableName}set tableName(La){this._tableName=typeof La==="undefined"?"node-rate-limiter-flexible":La}get tableCreated(){return this._tableCreated}set tableCreated(La){this._tableCreated=typeof La==="undefined"?false:!!La}async _createTable(La){const hl={TableName:this.tableName,AttributeDefinitions:[{AttributeName:"key",AttributeType:"S"}],KeySchema:[{AttributeName:"key",KeyType:"HASH"}],ProvisionedThroughput:{ReadCapacityUnits:La&&La.readCapacityUnits?La.readCapacityUnits:Ul,WriteCapacityUnits:La&&La.writeCapacityUnits?La.writeCapacityUnits:Gd}};try{const La=await this.client.createTable(hl);return La}catch(La){if(La.__type&&La.__type.includes("ResourceInUseException")){return null}else{throw La}}}async _get(La){if(!this.tableCreated){throw new Error("Table is not created yet")}const hl={TableName:this.tableName,Key:{key:{S:La}}};const fl=await this.client.getItem(hl);if(fl.Item){return new DynamoItem(fl.Item.key.S,Number(fl.Item.points.N),Number(fl.Item.expire.N))}else{return null}}async _delete(La){if(!this.tableCreated){throw new Error("Table is not created yet")}const hl={TableName:this.tableName,Key:{key:{S:La}},ConditionExpression:"attribute_exists(#k)",ExpressionAttributeNames:{"#k":"key"}};try{const La=await this._client.deleteItem(hl);return La.$metadata.httpStatusCode===200}catch(La){if(La.__type&&La.__type.includes("ConditionalCheckFailedException")){return false}else{throw La}}}async _upsert(La,hl,fl,yl=false,Pl={}){if(!this.tableCreated){throw new Error("Table is not created yet")}const Ul=Date.now();const Gd=Ul/1e3;const af=fl>0?(Ul+fl)/1e3:-1;if(yl){return await this._baseUpsert({TableName:this.tableName,Key:{key:{S:La}},UpdateExpression:"SET points = :points, expire = :expire",ExpressionAttributeValues:{":points":{N:hl.toString()},":expire":{N:af.toString()}},ReturnValues:"ALL_NEW"})}try{return await this._baseUpsert({TableName:this.tableName,Key:{key:{S:La}},UpdateExpression:"SET points = :new_points, expire = :new_expire",ExpressionAttributeValues:{":new_points":{N:hl.toString()},":new_expire":{N:af.toString()},":where_expire":{N:Gd.toString()}},ConditionExpression:"expire <= :where_expire OR attribute_not_exists(points)",ReturnValues:"ALL_NEW"})}catch(fl){return await this._baseUpsert({TableName:this.tableName,Key:{key:{S:La}},UpdateExpression:"SET points = points + :new_points",ExpressionAttributeValues:{":new_points":{N:hl.toString()},":where_expire":{N:Gd.toString()}},ConditionExpression:"expire > :where_expire",ReturnValues:"ALL_NEW"})}}async _baseUpsert(La){if(!this.tableCreated){throw new Error("Table is not created yet")}try{const hl=await this.client.updateItem(La);return new DynamoItem(hl.Attributes.key.S,Number(hl.Attributes.points.N),Number(hl.Attributes.expire.N))}catch(La){throw La}}async _setTTL(){if(!this.tableCreated){throw new Error("Table is not created yet")}try{const La=await this._isTTLSet();if(La){return}const hl={TableName:this.tableName,TimeToLiveSpecification:{AttributeName:"expire",Enabled:true}};const fl=await this.client.updateTimeToLive(hl);return fl}catch(La){throw La}}async _isTTLSet(){if(!this.tableCreated){throw new Error("Table is not created yet")}if(this.ttlManuallySet){return true}try{const La=await this.client.describeTimeToLive({TableName:this.tableName});return La.$metadata.httpStatusCode==200&&La.TimeToLiveDescription.TimeToLiveStatus==="ENABLED"&&La.TimeToLiveDescription.AttributeName==="expire"}catch(La){throw La}}_getRateLimiterRes(La,hl,fl){const Pl=new yl;Pl.isFirstInDuration=hl===fl.points;Pl.consumedPoints=Pl.isFirstInDuration?hl:fl.points;Pl.remainingPoints=Math.max(this.points-Pl.consumedPoints,0);Pl.msBeforeNext=fl.expire!=-1?Math.max(fl.expire*1e3-Date.now(),0):-1;return Pl}}La.exports=RateLimiterDynamo},36481:(La,hl,fl)=>{const yl=fl(43184);const Pl=fl(15299);const Ul=5;class RateLimiterEtcd extends Pl{async _upsert(La,hl,fl,Pl=false){const Gd=fl>0?Date.now()+fl:null;let af={points:hl,expire:Gd};let n_;if(Pl){await this.client.put(La).value(JSON.stringify(af))}else{const fl=await this.client.if(La,"Version","===","0").then(this.client.put(La).value(JSON.stringify(af))).commit().then(La=>!!La.succeeded);if(!fl){let fl=false;for(let yl=0;yl!!La.succeeded);if(fl){break}}if(!fl){throw new yl("Could not set new value in a transaction.")}}}return af}}La.exports=RateLimiterEtcd},15299:(La,hl,fl)=>{const yl=fl(65140);const Pl=fl(80449);const Ul=fl(72922);class RateLimiterEtcdNonAtomic extends yl{constructor(La){super(La);if(!La.storeClient){throw new Ul('You need to set the option "storeClient" to an instance of class "Etcd3".')}this.client=La.storeClient}_getRateLimiterRes(La,hl,fl){const yl=new Pl;yl.isFirstInDuration=hl===fl.points;yl.consumedPoints=yl.isFirstInDuration?hl:fl.points;yl.remainingPoints=Math.max(this.points-yl.consumedPoints,0);yl.msBeforeNext=fl.expire?Math.max(fl.expire-Date.now(),0):-1;return yl}async _upsert(La,hl,fl,yl=false){const Pl=fl>0?Date.now()+fl:null;let Ul={points:hl,expire:Pl};if(yl){await this.client.put(La).value(JSON.stringify(Ul))}else{const fl=await this._get(La);Ul={points:(fl!==null?fl.points:0)+hl,expire:Pl};await this.client.put(La).value(JSON.stringify(Ul))}return Ul}async _get(La){return this.client.get(La).string().then(La=>La!==null?JSON.parse(La):null)}async _delete(La){return this.client.delete().key(La).then(La=>La.deleted==="1")}}La.exports=RateLimiterEtcdNonAtomic},33847:(La,hl,fl)=>{const yl=fl(88569);const Pl=fl(80449);La.exports=class RateLimiterInsuredAbstract extends yl{constructor(La={}){super(La);this.insuranceLimiter=La.insuranceLimiter}get insuranceLimiter(){return this._insuranceLimiter}set insuranceLimiter(La){if(typeof La!=="undefined"&&!(La instanceof yl)){throw new Error("insuranceLimiter must be instance of RateLimiterAbstract")}this._insuranceLimiter=La;if(this._insuranceLimiter){this._insuranceLimiter.blockDuration=this.blockDuration;this._insuranceLimiter.execEvenly=this.execEvenly}}_handleError(La,hl,fl,Ul,Gd){if(La instanceof Pl){Ul(La)}else if(!(this.insuranceLimiter instanceof yl)){Ul(La)}else{this.insuranceLimiter[hl](...Gd).then(La=>{fl(La)}).catch(La=>{Ul(La)})}}_operation(La,hl){const fl=this[La](...hl);return new Promise((yl,Pl)=>fl.then(La=>{yl(La)}).catch(fl=>{if(La.startsWith("_")){La=La.slice(1)}this._handleError(fl,La,yl,Pl,hl)}))}consume(La,hl=1,fl={}){return this._operation("_consume",[La,hl,fl])}penalty(La,hl=1,fl={}){return this._operation("_penalty",[La,hl,fl])}reward(La,hl=1,fl={}){return this._operation("_reward",[La,hl,fl])}get(La,hl={}){return this._operation("_get",[La,hl])}set(La,hl,fl,yl={}){return this._operation("_set",[La,hl,fl,yl])}block(La,hl,fl={}){return this._operation("_block",[La,hl,fl])}delete(La,hl={}){return this._operation("_delete",[La,hl])}_consume(){throw new Error("You have to implement the method '_consume'!")}_penalty(){throw new Error("You have to implement the method '_penalty'!")}_reward(){throw new Error("You have to implement the method '_reward'!")}_get(){throw new Error("You have to implement the method '_get'!")}_set(){throw new Error("You have to implement the method '_set'!")}_block(){throw new Error("You have to implement the method '_block'!")}_delete(){throw new Error("You have to implement the method '_delete'!")}}},73250:(La,hl,fl)=>{const yl=fl(65140);const Pl=fl(80449);class RateLimiterMemcache extends yl{constructor(La){super(La);this.client=La.storeClient}_getRateLimiterRes(La,hl,fl){const yl=new Pl;yl.consumedPoints=parseInt(fl.consumedPoints);yl.isFirstInDuration=fl.consumedPoints===hl;yl.remainingPoints=Math.max(this.points-yl.consumedPoints,0);yl.msBeforeNext=fl.msBeforeNext;return yl}_upsert(La,hl,fl,yl=false,Pl={}){return new Promise((Ul,Gd)=>{const af=Date.now();const n_=Math.floor(fl/1e3);if(yl){this.client.set(La,hl,n_,fl=>{if(!fl){this.client.set(`${La}_expire`,n_>0?af+n_*1e3:-1,n_,()=>{const La={consumedPoints:hl,msBeforeNext:n_>0?n_*1e3:-1};Ul(La)})}else{Gd(fl)}})}else{this.client.incr(La,hl,(i_,p_)=>{if(i_||p_===false){this.client.add(La,hl,n_,(i_,p_)=>{if(i_||!p_){if(typeof Pl.attemptNumber==="undefined"||Pl.attemptNumber<3){const af=Object.assign({},Pl);af.attemptNumber=af.attemptNumber?af.attemptNumber+1:1;this._upsert(La,hl,fl,yl,af).then(La=>Ul(La)).catch(La=>Gd(La))}else{Gd(new Error("Can not add key"))}}else{this.client.add(`${La}_expire`,n_>0?af+n_*1e3:-1,n_,()=>{const La={consumedPoints:hl,msBeforeNext:n_>0?n_*1e3:-1};Ul(La)})}})}else{this.client.get(`${La}_expire`,(La,hl)=>{if(La){Gd(La)}else{const La=hl===false?0:hl;const fl={consumedPoints:p_,msBeforeNext:La>=0?Math.max(La-af,0):-1};Ul(fl)}})}})}})}_get(La){return new Promise((hl,fl)=>{const yl=Date.now();this.client.get(La,(Pl,Ul)=>{if(!Ul){hl(null)}else{this.client.get(`${La}_expire`,(La,Pl)=>{if(La){fl(La)}else{const La=Pl===false?0:Pl;const fl={consumedPoints:Ul,msBeforeNext:La>=0?Math.max(La-yl,0):-1};hl(fl)}})}})})}_delete(La){return new Promise((hl,fl)=>{this.client.del(La,(yl,Pl)=>{if(yl){fl(yl)}else if(Pl===false){hl(Pl)}else{this.client.del(`${La}_expire`,La=>{if(La){fl(La)}else{hl(Pl)}})}})})}}La.exports=RateLimiterMemcache},24544:(La,hl,fl)=>{const yl=fl(88569);const Pl=fl(81534);const Ul=fl(80449);class RateLimiterMemory extends yl{constructor(La={}){super(La);this._memoryStorage=new Pl}consume(La,hl=1,fl={}){return new Promise((yl,Pl)=>{const Ul=this.getKey(La);const Gd=this._getKeySecDuration(fl);let af=this._memoryStorage.incrby(Ul,hl,Gd);af.remainingPoints=Math.max(this.points-af.consumedPoints,0);if(af.consumedPoints>this.points){if(this.blockDuration>0&&af.consumedPoints<=this.points+hl){af=this._memoryStorage.set(Ul,af.consumedPoints,this.blockDuration)}Pl(af)}else if(this.execEvenly&&af.msBeforeNext>0&&!af.isFirstInDuration){let La=Math.ceil(af.msBeforeNext/(af.remainingPoints+2));if(La{const Pl=this._getKeySecDuration(fl);const Ul=this._memoryStorage.incrby(yl,hl,Pl);Ul.remainingPoints=Math.max(this.points-Ul.consumedPoints,0);La(Ul)})}reward(La,hl=1,fl={}){const yl=this.getKey(La);return new Promise(La=>{const Pl=this._getKeySecDuration(fl);const Ul=this._memoryStorage.incrby(yl,-hl,Pl);Ul.remainingPoints=Math.max(this.points-Ul.consumedPoints,0);La(Ul)})}block(La,hl){const fl=hl*1e3;const yl=this.points+1;this._memoryStorage.set(this.getKey(La),yl,hl);return Promise.resolve(new Ul(0,fl===0?-1:fl,yl))}set(La,hl,fl){const yl=(fl>=0?fl:this.duration)*1e3;this._memoryStorage.set(this.getKey(La),hl,fl);return Promise.resolve(new Ul(0,yl===0?-1:yl,hl))}get(La){const hl=this._memoryStorage.get(this.getKey(La));if(hl!==null){hl.remainingPoints=Math.max(this.points-hl.consumedPoints,0)}return Promise.resolve(hl)}delete(La){return Promise.resolve(this._memoryStorage.delete(this.getKey(La)))}}La.exports=RateLimiterMemory},28439:(La,hl,fl)=>{const yl=fl(65140);const Pl=fl(80449);function getDriverVersion(La){try{const hl=La.client?La.client:La;let fl=[0,0,0];if(typeof hl.topology==="undefined"){const{version:La}=hl.options.metadata.driver;fl=La.split("|",1)[0].split(".").map(La=>parseInt(La))}else{const{version:La}=hl.topology.s.options.metadata.driver;fl=La.split(".").map(La=>parseInt(La))}return{major:fl[0],feature:fl[1],patch:fl[2]}}catch(La){return{major:0,feature:0,patch:0}}}class RateLimiterMongo extends yl{constructor(La){super(La);this.dbName=La.dbName;this.tableName=La.tableName;this.indexKeyPrefix=La.indexKeyPrefix;this.disableIndexesCreation=La.disableIndexesCreation;if(La.mongo){this.client=La.mongo}else{this.client=La.storeClient}if(typeof this.client.then==="function"){this.client.then(La=>{this.client=La;this._initCollection();this._driverVersion=getDriverVersion(this.client)})}else{this._initCollection();this._driverVersion=getDriverVersion(this.client)}}get dbName(){return this._dbName}set dbName(La){this._dbName=typeof La==="undefined"?RateLimiterMongo.getDbName():La}static getDbName(){return"node-rate-limiter-flexible"}get tableName(){return this._tableName}set tableName(La){this._tableName=typeof La==="undefined"?this.keyPrefix:La}get client(){return this._client}set client(La){if(typeof La==="undefined"){throw new Error("mongo is not set")}this._client=La}get indexKeyPrefix(){return this._indexKeyPrefix}set indexKeyPrefix(La){this._indexKeyPrefix=La||{}}get disableIndexesCreation(){return this._disableIndexesCreation}set disableIndexesCreation(La){this._disableIndexesCreation=!!La}async createIndexes(){const La=typeof this.client.db==="function"?this.client.db(this.dbName):this.client;const hl=La.collection(this.tableName);await hl.createIndex({expire:-1},{expireAfterSeconds:0});await hl.createIndex(Object.assign({},this.indexKeyPrefix,{key:1}),{unique:true})}_initCollection(){const La=typeof this.client.db==="function"?this.client.db(this.dbName):this.client;const hl=La.collection(this.tableName);if(!this.disableIndexesCreation){this.createIndexes().catch(La=>{console.error(`Cannot create indexes for mongo collection ${this.tableName}`,La)})}this._collection=hl}_getRateLimiterRes(La,hl,fl){const yl=new Pl;let Ul;if(typeof fl.value==="undefined"){Ul=fl}else{Ul=fl.value}yl.isFirstInDuration=Ul.points===hl;yl.consumedPoints=Ul.points;yl.remainingPoints=Math.max(this.points-yl.consumedPoints,0);yl.msBeforeNext=Ul.expire!==null?Math.max(new Date(Ul.expire).getTime()-Date.now(),0):-1;return yl}_upsert(La,hl,fl,yl=false,Pl={}){if(!this._collection){return Promise.reject(Error("Mongo connection is not established"))}const Ul=Pl.attrs||{};let Gd;let af;if(yl){Gd={key:La};Gd=Object.assign(Gd,Ul);af={$set:{key:La,points:hl,expire:fl>0?new Date(Date.now()+fl):null}};af.$set=Object.assign(af.$set,Ul)}else{Gd={$or:[{expire:{$gt:new Date}},{expire:{$eq:null}}],key:La};Gd=Object.assign(Gd,Ul);af={$setOnInsert:{key:La,expire:fl>0?new Date(Date.now()+fl):null},$inc:{points:hl}};af.$setOnInsert=Object.assign(af.$setOnInsert,Ul)}const n_={upsert:true};if(this._driverVersion.major>=4||(this._driverVersion.major===3&&this._driverVersion.feature>=7||this._driverVersion.feature>=6&&this._driverVersion.patch>=7)){n_.returnDocument="after"}else{n_.returnOriginal=false}return new Promise((Pl,i_)=>{this._collection.findOneAndUpdate(Gd,af,n_).then(La=>{Pl(La)}).catch(Gd=>{if(Gd&&Gd.code===11e3){const Gd=Object.assign({$or:[{expire:{$lte:new Date}},{expire:{$eq:null}}],key:La},Ul);const af={$set:Object.assign({key:La,points:hl,expire:fl>0?new Date(Date.now()+fl):null},Ul)};this._collection.findOneAndUpdate(Gd,af,n_).then(La=>{Pl(La)}).catch(Ul=>{if(Ul&&Ul.code===11e3){this._upsert(La,hl,fl,yl).then(La=>Pl(La)).catch(La=>i_(La))}else{i_(Ul)}})}else{i_(Gd)}})})}_get(La,hl={}){if(!this._collection){return Promise.reject(Error("Mongo connection is not established"))}const fl=hl.attrs||{};const yl=Object.assign({key:La,$or:[{expire:{$gt:new Date}},{expire:{$eq:null}}]},fl);return this._collection.findOne(yl)}_delete(La,hl={}){if(!this._collection){return Promise.reject(Error("Mongo connection is not established"))}const fl=hl.attrs||{};const yl=Object.assign({key:La},fl);return this._collection.deleteOne(yl).then(La=>La.deletedCount>0)}}La.exports=RateLimiterMongo},67793:(La,hl,fl)=>{const yl=fl(65140);const Pl=fl(80449);class RateLimiterMySQL extends yl{constructor(La,hl=null){super(La);this.client=La.storeClient;this.clientType=La.storeType;this.dbName=La.dbName;this.tableName=La.tableName;this.clearExpiredByTimeout=La.clearExpiredByTimeout;this.tableCreated=La.tableCreated;if(!this.tableCreated){this._createDbAndTable().then(()=>{this.tableCreated=true;if(this.clearExpiredByTimeout){this._clearExpiredHourAgo()}if(typeof hl==="function"){hl()}}).catch(La=>{if(typeof hl==="function"){hl(La)}else{throw La}})}else{if(this.clearExpiredByTimeout){this._clearExpiredHourAgo()}if(typeof hl==="function"){hl()}}}clearExpired(La){return new Promise(hl=>{this._getConnection().then(fl=>{fl.query(`DELETE FROM ??.?? WHERE expire < ?`,[this.dbName,this.tableName,La],()=>{this._releaseConnection(fl);hl()})}).catch(()=>{hl()})})}_clearExpiredHourAgo(){if(this._clearExpiredTimeoutId){clearTimeout(this._clearExpiredTimeoutId)}this._clearExpiredTimeoutId=setTimeout(()=>{this.clearExpired(Date.now()-36e5).then(()=>{this._clearExpiredHourAgo()})},3e5);this._clearExpiredTimeoutId.unref()}_getConnection(){switch(this.clientType){case"pool":return new Promise((La,hl)=>{this.client.getConnection((fl,yl)=>{if(fl){return hl(fl)}La(yl)})});case"sequelize":return this.client.connectionManager.getConnection();case"knex":return this.client.client.acquireConnection();default:return Promise.resolve(this.client)}}_releaseConnection(La){switch(this.clientType){case"pool":return La.release();case"sequelize":return this.client.connectionManager.releaseConnection(La);case"knex":return this.client.client.releaseConnection(La);default:return true}}_createDbAndTable(){return new Promise((La,hl)=>{this._getConnection().then(fl=>{fl.query(`CREATE DATABASE IF NOT EXISTS \`${this.dbName}\`;`,yl=>{if(yl){this._releaseConnection(fl);return hl(yl)}fl.query(this._getCreateTableStmt(),yl=>{if(yl){this._releaseConnection(fl);return hl(yl)}this._releaseConnection(fl);La()})})}).catch(La=>{hl(La)})})}_getCreateTableStmt(){return`CREATE TABLE IF NOT EXISTS \`${this.dbName}\`.\`${this.tableName}\` (`+"`key` VARCHAR(255) CHARACTER SET utf8 NOT NULL,"+"`points` INT(9) NOT NULL default 0,"+"`expire` BIGINT UNSIGNED,"+"PRIMARY KEY (`key`)"+") ENGINE = INNODB;"}get clientType(){return this._clientType}set clientType(La){if(typeof La==="undefined"){if(this.client.constructor.name==="Connection"){La="connection"}else if(this.client.constructor.name==="Pool"){La="pool"}else if(this.client.constructor.name==="Sequelize"){La="sequelize"}else{throw new Error("storeType is not defined")}}this._clientType=La.toLowerCase()}get dbName(){return this._dbName}set dbName(La){this._dbName=typeof La==="undefined"?"rtlmtrflx":La}get tableName(){return this._tableName}set tableName(La){this._tableName=typeof La==="undefined"?this.keyPrefix:La}get tableCreated(){return this._tableCreated}set tableCreated(La){this._tableCreated=typeof La==="undefined"?false:!!La}get clearExpiredByTimeout(){return this._clearExpiredByTimeout}set clearExpiredByTimeout(La){this._clearExpiredByTimeout=typeof La==="undefined"?true:Boolean(La)}_getRateLimiterRes(La,hl,fl){const yl=new Pl;const[Ul]=fl;yl.isFirstInDuration=hl===Ul.points;yl.consumedPoints=yl.isFirstInDuration?hl:Ul.points;yl.remainingPoints=Math.max(this.points-yl.consumedPoints,0);yl.msBeforeNext=Ul.expire?Math.max(Ul.expire-Date.now(),0):-1;return yl}_upsertTransaction(La,hl,fl,yl,Pl){return new Promise((Ul,Gd)=>{La.query("BEGIN",af=>{if(af){La.rollback();return Gd(af)}const n_=Date.now();const i_=yl>0?n_+yl:null;let p_;let w_;if(Pl){p_=`INSERT INTO ??.?? VALUES (?, ?, ?)\n ON DUPLICATE KEY UPDATE \n points = ?, \n expire = ?;`;w_=[this.dbName,this.tableName,hl,fl,i_,fl,i_]}else{p_=`INSERT INTO ??.?? VALUES (?, ?, ?)\n ON DUPLICATE KEY UPDATE \n points = IF(expire <= ?, ?, points + (?)), \n expire = IF(expire <= ?, ?, expire);`;w_=[this.dbName,this.tableName,hl,fl,i_,n_,fl,fl,n_,i_]}La.query(p_,w_,fl=>{if(fl){La.rollback();return Gd(fl)}La.query("SELECT points, expire FROM ??.?? WHERE `key` = ?;",[this.dbName,this.tableName,hl],(hl,fl)=>{if(hl){La.rollback();return Gd(hl)}La.query("COMMIT",hl=>{if(hl){La.rollback();return Gd(hl)}Ul(fl)})})})})})}_upsert(La,hl,fl,yl=false){if(!this.tableCreated){return Promise.reject(Error("Table is not created yet"))}return new Promise((Pl,Ul)=>{this._getConnection().then(Gd=>{this._upsertTransaction(Gd,La,hl,fl,yl).then(La=>{Pl(La);this._releaseConnection(Gd)}).catch(La=>{Ul(La);this._releaseConnection(Gd)})}).catch(La=>{Ul(La)})})}_get(La){if(!this.tableCreated){return Promise.reject(Error("Table is not created yet"))}return new Promise((hl,fl)=>{this._getConnection().then(yl=>{yl.query("SELECT points, expire FROM ??.?? WHERE `key` = ? AND (`expire` > ? OR `expire` IS NULL)",[this.dbName,this.tableName,La,Date.now()],(La,Pl)=>{if(La){fl(La)}else if(Pl.length===0){hl(null)}else{hl(Pl)}this._releaseConnection(yl)})}).catch(La=>{fl(La)})})}_delete(La){if(!this.tableCreated){return Promise.reject(Error("Table is not created yet"))}return new Promise((hl,fl)=>{this._getConnection().then(yl=>{yl.query("DELETE FROM ??.?? WHERE `key` = ?",[this.dbName,this.tableName,La],(La,Pl)=>{if(La){fl(La)}else{hl(Pl.affectedRows>0)}this._releaseConnection(yl)})}).catch(La=>{fl(La)})})}}La.exports=RateLimiterMySQL},3740:(La,hl,fl)=>{const yl=fl(65140);const Pl=fl(80449);class RateLimiterPostgres extends yl{constructor(La,hl=null){super(La);this.client=La.storeClient;this.clientType=La.storeType;this.tableName=La.tableName;this.schemaName=La.schemaName;this.clearExpiredByTimeout=La.clearExpiredByTimeout;this.tableCreated=La.tableCreated;if(!this.tableCreated){this._createTable().then(()=>{this.tableCreated=true;if(this.clearExpiredByTimeout){this._clearExpiredHourAgo()}if(typeof hl==="function"){hl()}}).catch(La=>{if(typeof hl==="function"){hl(La)}else{throw La}})}else{if(this.clearExpiredByTimeout){this._clearExpiredHourAgo()}if(typeof hl==="function"){hl()}}}_getTableIdentifier(){return this.schemaName?`"${this.schemaName}"."${this.tableName}"`:`"${this.tableName}"`}clearExpired(La){return new Promise(hl=>{const fl={name:"rlflx-clear-expired",text:`DELETE FROM ${this._getTableIdentifier()} WHERE expire < $1`,values:[La]};this._query(fl).then(()=>{hl()}).catch(()=>{hl()})})}_clearExpiredHourAgo(){if(this._clearExpiredTimeoutId){clearTimeout(this._clearExpiredTimeoutId)}this._clearExpiredTimeoutId=setTimeout(()=>{this.clearExpired(Date.now()-36e5).then(()=>{this._clearExpiredHourAgo()})},3e5);this._clearExpiredTimeoutId.unref()}_getConnection(){switch(this.clientType){case"pool":return Promise.resolve(this.client);case"sequelize":return this.client.connectionManager.getConnection();case"knex":return this.client.client.acquireConnection();case"typeorm":return Promise.resolve(this.client.driver.master);default:return Promise.resolve(this.client)}}_releaseConnection(La){switch(this.clientType){case"pool":return true;case"sequelize":return this.client.connectionManager.releaseConnection(La);case"knex":return this.client.client.releaseConnection(La);case"typeorm":return true;default:return true}}_createTable(){return new Promise((La,hl)=>{this._query({text:this._getCreateTableStmt()}).then(()=>{La()}).catch(fl=>{if(fl.code==="23505"){La()}else{hl(fl)}})})}_getCreateTableStmt(){return`CREATE TABLE IF NOT EXISTS ${this._getTableIdentifier()} (\n key varchar(255) PRIMARY KEY,\n points integer NOT NULL DEFAULT 0,\n expire bigint\n );`}get clientType(){return this._clientType}set clientType(La){const hl=this.client.constructor.name;if(typeof La==="undefined"){if(hl==="Client"){La="client"}else if(hl==="Pool"||hl==="BoundPool"){La="pool"}else if(hl==="Sequelize"){La="sequelize"}else{throw new Error("storeType is not defined")}}this._clientType=La.toLowerCase()}get tableName(){return this._tableName}set tableName(La){this._tableName=typeof La==="undefined"?this.keyPrefix:La}get schemaName(){return this._schemaName}set schemaName(La){this._schemaName=La}get tableCreated(){return this._tableCreated}set tableCreated(La){this._tableCreated=typeof La==="undefined"?false:!!La}get clearExpiredByTimeout(){return this._clearExpiredByTimeout}set clearExpiredByTimeout(La){this._clearExpiredByTimeout=typeof La==="undefined"?true:Boolean(La)}_getRateLimiterRes(La,hl,fl){const yl=new Pl;const Ul=fl.rows[0];yl.isFirstInDuration=hl===Ul.points;yl.consumedPoints=yl.isFirstInDuration?hl:Ul.points;yl.remainingPoints=Math.max(this.points-yl.consumedPoints,0);yl.msBeforeNext=Ul.expire?Math.max(Ul.expire-Date.now(),0):-1;return yl}_query(La){const hl=this.tableName.toLowerCase();const fl={name:`${hl}:${La.name}`,text:La.text,values:La.values};return new Promise((La,hl)=>{this._getConnection().then(yl=>{yl.query(fl).then(hl=>{La(hl);this._releaseConnection(yl)}).catch(La=>{hl(La);this._releaseConnection(yl)})}).catch(La=>{hl(La)})})}_upsert(La,hl,fl,yl=false){if(!this.tableCreated){return Promise.reject(Error("Table is not created yet"))}const Pl=fl>0?Date.now()+fl:null;const Ul=yl?" $3 ":` CASE\n WHEN ${this._getTableIdentifier()}.expire <= $4 THEN $3\n ELSE ${this._getTableIdentifier()}.expire\n END `;return this._query({name:yl?"rlflx-upsert-force":"rlflx-upsert",text:`\n INSERT INTO ${this._getTableIdentifier()} VALUES ($1, $2, $3)\n ON CONFLICT(key) DO UPDATE SET\n points = CASE\n WHEN (${this._getTableIdentifier()}.expire <= $4 OR 1=${yl?1:0}) THEN $2\n ELSE ${this._getTableIdentifier()}.points + ($2)\n END,\n expire = ${Ul}\n RETURNING points, expire;`,values:[La,hl,Pl,Date.now()]})}_get(La){if(!this.tableCreated){return Promise.reject(Error("Table is not created yet"))}return new Promise((hl,fl)=>{this._query({name:"rlflx-get",text:`\n SELECT points, expire FROM ${this._getTableIdentifier()} WHERE key = $1 AND (expire > $2 OR expire IS NULL);`,values:[La,Date.now()]}).then(La=>{if(La.rowCount===0){La=null}hl(La)}).catch(La=>{fl(La)})})}_delete(La){if(!this.tableCreated){return Promise.reject(Error("Table is not created yet"))}return this._query({name:"rlflx-delete",text:`DELETE FROM ${this._getTableIdentifier()} WHERE key = $1`,values:[La]}).then(La=>La.rowCount>0)}}La.exports=RateLimiterPostgres},16323:(La,hl,fl)=>{const yl=fl(65140);const Pl=fl(80449);class RateLimiterPrisma extends yl{constructor(La){super(La);this.modelName=La.tableName||"RateLimiterFlexible";this.prismaClient=La.storeClient;this.clearExpiredByTimeout=La.clearExpiredByTimeout||true;if(!this.prismaClient){throw new Error("Prisma client is not provided")}if(this.clearExpiredByTimeout){this._clearExpiredHourAgo()}}_getRateLimiterRes(La,hl,fl){const yl=new Pl;let Ul=fl;yl.isFirstInDuration=Ul.points===hl;yl.consumedPoints=Ul.points;yl.remainingPoints=Math.max(this.points-yl.consumedPoints,0);yl.msBeforeNext=Ul.expire!==null?Math.max(new Date(Ul.expire).getTime()-Date.now(),0):-1;return yl}_upsert(La,hl,fl,yl=false){if(!this.prismaClient){return Promise.reject(new Error("Prisma client is not established"))}const Pl=new Date;const Ul=fl>0?new Date(Pl.getTime()+fl):null;return this.prismaClient.$transaction(async fl=>{const Gd=await fl[this.modelName].findFirst({where:{key:La}});if(Gd){const af=yl||!Gd.expire||Gd.expire<=Pl||Ul===null;return fl[this.modelName].update({where:{key:La},data:{points:!af?Gd.points+hl:hl,...af&&{expire:Ul}}})}else{return fl[this.modelName].create({data:{key:La,points:hl,expire:Ul}})}})}_get(La){if(!this.prismaClient){return Promise.reject(new Error("Prisma client is not established"))}return this.prismaClient[this.modelName].findFirst({where:{AND:[{key:La},{OR:[{expire:{gt:new Date}},{expire:null}]}]}})}_delete(La){if(!this.prismaClient){return Promise.reject(new Error("Prisma client is not established"))}return this.prismaClient[this.modelName].deleteMany({where:{key:La}}).then(La=>La.count>0)}_clearExpiredHourAgo(){if(this._clearExpiredTimeoutId){clearTimeout(this._clearExpiredTimeoutId)}this._clearExpiredTimeoutId=setTimeout(async()=>{await this.prismaClient[this.modelName].deleteMany({where:{expire:{lt:new Date(Date.now()-36e5)}}});this._clearExpiredHourAgo()},3e5);this._clearExpiredTimeoutId.unref()}}La.exports=RateLimiterPrisma},52860:(La,hl,fl)=>{const yl=fl(27948);const Pl=4294967295;const Ul="limiter";La.exports=class RateLimiterQueue{constructor(La,hl={maxQueueSize:Pl}){this._queueLimiters={KEY_DEFAULT:new RateLimiterQueueInternal(La,hl)};this._limiterFlexible=La;this._maxQueueSize=hl.maxQueueSize}getTokensRemaining(La=Ul){if(this._queueLimiters[La]){return this._queueLimiters[La].getTokensRemaining()}else{return Promise.resolve(this._limiterFlexible.points)}}removeTokens(La,hl=Ul){if(!this._queueLimiters[hl]){this._queueLimiters[hl]=new RateLimiterQueueInternal(this._limiterFlexible,{key:hl,maxQueueSize:this._maxQueueSize})}return this._queueLimiters[hl].removeTokens(La)}};class RateLimiterQueueInternal{constructor(La,hl={maxQueueSize:Pl,key:Ul}){this._key=hl.key;this._waitTimeout=null;this._queue=[];this._limiterFlexible=La;this._maxQueueSize=hl.maxQueueSize}getTokensRemaining(){return this._limiterFlexible.get(this._key).then(La=>La!==null?La.remainingPoints:this._limiterFlexible.points)}removeTokens(La){const hl=this;return new Promise((fl,Pl)=>{if(La>hl._limiterFlexible.points){Pl(new yl(`Requested tokens ${La} exceeds maximum ${hl._limiterFlexible.points} tokens per interval`));return}if(hl._queue.length>0){hl._queueRequest.call(hl,fl,Pl,La)}else{hl._limiterFlexible.consume(hl._key,La).then(La=>{fl(La.remainingPoints)}).catch(yl=>{if(yl instanceof Error){Pl(yl)}else{hl._queueRequest.call(hl,fl,Pl,La);if(hl._waitTimeout===null){hl._waitTimeout=setTimeout(hl._processFIFO.bind(hl),yl.msBeforeNext)}}})}})}_queueRequest(La,hl,fl){const Pl=this;if(Pl._queue.length{hl.resolve(fl.remainingPoints);La._processFIFO.call(La)}).catch(fl=>{if(fl instanceof Error){hl.reject(fl);La._processFIFO.call(La)}else{La._queue.unshift(hl);if(La._waitTimeout===null){La._waitTimeout=setTimeout(La._processFIFO.bind(La),fl.msBeforeNext)}}})}}},54336:(La,hl,fl)=>{const yl=fl(65140);const Pl=fl(80449);const Ul=`redis.call('set', KEYS[1], 0, 'EX', ARGV[2], 'NX') local consumed = redis.call('incrby', KEYS[1], ARGV[1]) local ttl = redis.call('pttl', KEYS[1]) if ttl == -1 then redis.call('expire', KEYS[1], ARGV[2]) ttl = 1000 * ARGV[2] end return {consumed, ttl} `;class RateLimiterRedis extends yl{constructor(La){super(La);this.client=La.storeClient;this._rejectIfRedisNotReady=!!La.rejectIfRedisNotReady;this._incrTtlLuaScript=La.customIncrTtlLuaScript||Ul;this.useRedisPackage=La.useRedisPackage||this.client.constructor.name==="Commander"||false;this.useRedis3AndLowerPackage=La.useRedis3AndLowerPackage;if(typeof this.client.defineCommand==="function"){this.client.defineCommand("rlflxIncr",{numberOfKeys:1,lua:this._incrTtlLuaScript})}}_isRedisReady(La,hl){if(!this._rejectIfRedisNotReady){return true}if(this.client.status){return this.client.status==="ready"}if(typeof this.client.isReady==="function"){return this.client.isReady()}if(typeof this.client.isReady==="boolean"){return this.client.isReady===true}if(this.client._slots&&typeof this.client._slots.getClient==="function"){if(typeof this.client.isOpen==="boolean"&&this.client.isOpen!==true){return false}try{const fl=this.client._slots.getClient(La,hl);return fl&&fl.isReady===true}catch(La){return false}}return true}_getRateLimiterRes(La,hl,fl){let[yl,Ul]=fl;if(Array.isArray(yl)){[,yl]=yl;[,Ul]=Ul}const Gd=new Pl;Gd.consumedPoints=parseInt(yl);Gd.isFirstInDuration=Gd.consumedPoints===hl;Gd.remainingPoints=Math.max(this.points-Gd.consumedPoints,0);Gd.msBeforeNext=Ul;return Gd}async _upsert(La,hl,fl,yl=false){if(typeof hl=="string"){if(!RegExp("^[1-9][0-9]*$").test(hl)){throw new Error("Consuming string different than integer values is not supported by this package")}}else if(!Number.isInteger(hl)){throw new Error("Consuming decimal number of points is not supported by this package")}if(!this._isRedisReady(La,false)){throw new Error("Redis connection is not ready")}const Pl=Math.floor(fl/1e3);const Ul=this.client.multi();if(yl){if(Pl>0){if(!this.useRedisPackage&&!this.useRedis3AndLowerPackage){Ul.set(La,hl,"EX",Pl)}else{Ul.set(La,hl,{EX:Pl})}}else{Ul.set(La,hl)}if(!this.useRedisPackage&&!this.useRedis3AndLowerPackage){return Ul.pttl(La).exec(true)}return Ul.pTTL(La).exec(true)}if(Pl>0){if(!this.useRedisPackage&&!this.useRedis3AndLowerPackage){return this.client.rlflxIncr([La].concat([String(hl),String(Pl),String(this.points),String(this.duration)]))}if(this.useRedis3AndLowerPackage){return new Promise((fl,yl)=>{const incrCallback=function(La,hl){if(La){return yl(La)}return fl(hl)};if(typeof this.client.rlflxIncr==="function"){this.client.rlflxIncr(La,hl,Pl,this.points,this.duration,incrCallback)}else{this.client.eval(this._incrTtlLuaScript,1,La,hl,Pl,this.points,this.duration,incrCallback)}})}else{return this.client.eval(this._incrTtlLuaScript,{keys:[La],arguments:[String(hl),String(Pl),String(this.points),String(this.duration)]})}}else{if(!this.useRedisPackage&&!this.useRedis3AndLowerPackage){return Ul.incrby(La,hl).pttl(La).exec(true)}return Ul.incrBy(La,hl).pTTL(La).exec(true)}}async _get(La){if(!this._isRedisReady(La,true)){throw new Error("Redis connection is not ready")}if(!this.useRedisPackage&&!this.useRedis3AndLowerPackage){return this.client.multi().get(La).pttl(La).exec().then(La=>{const[[,hl]]=La;if(hl===null)return null;return La})}return this.client.multi().get(La).pTTL(La).exec(true).then(La=>{const[hl]=La;if(hl===null)return null;return La})}_delete(La){return this.client.del(La).then(La=>La>0)}}La.exports=RateLimiterRedis},80449:La=>{La.exports=class RateLimiterRes{constructor(La,hl,fl,yl){this.remainingPoints=typeof La==="undefined"?0:La;this.msBeforeNext=typeof hl==="undefined"?0:hl;this.consumedPoints=typeof fl==="undefined"?0:fl;this.isFirstInDuration=typeof yl==="undefined"?false:yl}get msBeforeNext(){return this._msBeforeNext}set msBeforeNext(La){this._msBeforeNext=La;return this}get remainingPoints(){return this._remainingPoints}set remainingPoints(La){this._remainingPoints=La;return this}get consumedPoints(){return this._consumedPoints}set consumedPoints(La){this._consumedPoints=La;return this}get isFirstInDuration(){return this._isFirstInDuration}set isFirstInDuration(La){this._isFirstInDuration=Boolean(La)}_getDecoratedProperties(){return{remainingPoints:this.remainingPoints,msBeforeNext:this.msBeforeNext,consumedPoints:this.consumedPoints,isFirstInDuration:this.isFirstInDuration}}[Symbol.for("nodejs.util.inspect.custom")](){return this._getDecoratedProperties()}toString(){return JSON.stringify(this._getDecoratedProperties())}toJSON(){return this._getDecoratedProperties()}}},73283:(La,hl,fl)=>{const yl=fl(65140);const Pl=fl(80449);class RateLimiterSQLite extends yl{_internalStoreType=null;constructor(La,hl=null){super(La);this.client=La.storeClient;this.storeType=La.storeType||"sqlite3";this.tableName=La.tableName;this.tableCreated=La.tableCreated||false;this.clearExpiredByTimeout=La.clearExpiredByTimeout;this._validateStoreTypes(hl);this._validateStoreClient(hl);this._setInternalStoreType(hl);this._validateTableName(hl);if(!this.tableCreated){this._createDbAndTable().then(()=>{this.tableCreated=true;if(this.clearExpiredByTimeout)this._clearExpiredHourAgo();if(typeof hl==="function")hl()}).catch(La=>{if(typeof hl==="function")hl(La);else throw La})}else{if(this.clearExpiredByTimeout)this._clearExpiredHourAgo();if(typeof hl==="function")hl()}}_validateStoreTypes(La){const hl=["sqlite3","better-sqlite3","knex"];if(!hl.includes(this.storeType)){const fl=new Error(`storeType must be one of: ${hl.join(", ")}`);if(typeof La==="function")return La(fl);throw fl}}_validateStoreClient(La){if(this.storeType==="sqlite3"){if(typeof this.client.run!=="function"){const hl=new Error("storeClient must be an instance of sqlite3.Database when storeType is 'sqlite3' or no storeType was provided");if(typeof La==="function")return La(hl);throw hl}}else if(this.storeType==="better-sqlite3"){if(typeof this.client.prepare!=="function"||typeof this.client.run!=="undefined"){const hl=new Error("storeClient must be an instance of better-sqlite3.Database when storeType is 'better-sqlite3'");if(typeof La==="function")return La(hl);throw hl}}else if(this.storeType==="knex"){if(typeof this.client.raw!=="function"){const hl=new Error("storeClient must be an instance of Knex when storeType is 'knex'");if(typeof La==="function")return La(hl);throw hl}}}_setInternalStoreType(La){if(this.storeType==="knex"){const hl=this.client.client.config.client;if(hl==="sqlite3"){this._internalStoreType="sqlite3"}else if(hl==="better-sqlite3"){this._internalStoreType="better-sqlite3"}else{const hl=new Error("Knex must be configured with 'sqlite3' or 'better-sqlite3' for RateLimiterSQLite");if(typeof La==="function")return La(hl);throw hl}}else{this._internalStoreType=this.storeType}}_validateTableName(La){if(!/^[A-Za-z0-9_]*$/.test(this.tableName)){const hl=new Error("Table name must contain only letters and numbers");if(typeof La==="function")return La(hl);throw hl}}async _getConnection(){if(this.storeType==="knex"){return this.client.client.acquireConnection()}return this.client}_releaseConnection(La){if(this.storeType==="knex"){this.client.client.releaseConnection(La)}}async _createDbAndTable(){const La=await this._getConnection();try{switch(this._internalStoreType){case"sqlite3":await new Promise((hl,fl)=>{La.run(this._getCreateTableSQL(),La=>La?fl(La):hl())});break;case"better-sqlite3":La.prepare(this._getCreateTableSQL()).run();break;default:throw new Error("Unsupported internalStoreType")}}finally{this._releaseConnection(La)}}_getCreateTableSQL(){return`CREATE TABLE IF NOT EXISTS ${this.tableName} (\n key TEXT PRIMARY KEY,\n points INTEGER NOT NULL DEFAULT 0,\n expire INTEGER\n )`}_clearExpiredHourAgo(){if(this._clearExpiredTimeoutId)clearTimeout(this._clearExpiredTimeoutId);this._clearExpiredTimeoutId=setTimeout(()=>{this.clearExpired(Date.now()-36e5).then(()=>this._clearExpiredHourAgo())},3e5);this._clearExpiredTimeoutId.unref()}async clearExpired(La){const hl=`DELETE FROM ${this.tableName} WHERE expire < ?`;const fl=await this._getConnection();try{switch(this._internalStoreType){case"sqlite3":await new Promise((yl,Pl)=>{fl.run(hl,[La],La=>La?Pl(La):yl())});break;case"better-sqlite3":fl.prepare(hl).run(La);break;default:throw new Error("Unsupported internalStoreType")}}finally{this._releaseConnection(fl)}}_getRateLimiterRes(La,hl,fl){const yl=new Pl;yl.isFirstInDuration=hl===fl.points;yl.consumedPoints=yl.isFirstInDuration?hl:fl.points;yl.remainingPoints=Math.max(this.points-yl.consumedPoints,0);yl.msBeforeNext=fl.expire?Math.max(fl.expire-Date.now(),0):-1;return yl}async _upsertTransactionSQLite3(La,hl,fl){return await new Promise((yl,Pl)=>{La.serialize(()=>{La.run("SAVEPOINT rate_limiter_trx;",Ul=>{if(Ul)return Pl(Ul);La.get(hl,fl,(hl,fl)=>{if(hl){La.run("ROLLBACK TO SAVEPOINT rate_limiter_trx;",()=>Pl(hl));return}La.run("RELEASE SAVEPOINT rate_limiter_trx;",()=>yl(fl))})})})})}async _upsertTransactionBetterSQLite3(La,hl,fl){return La.transaction(()=>La.prepare(hl).get(...fl))()}async _upsertTransaction(La,hl,fl,yl){const Pl=Date.now();const Ul=fl>0?Pl+fl:null;const Gd=yl?`INSERT OR REPLACE INTO ${this.tableName} (key, points, expire) VALUES (?, ?, ?) RETURNING points, expire`:`INSERT INTO ${this.tableName} (key, points, expire)\n VALUES (?, ?, ?)\n ON CONFLICT(key) DO UPDATE SET\n points = CASE WHEN expire IS NULL OR expire > ? THEN points + excluded.points ELSE excluded.points END,\n expire = CASE WHEN expire IS NULL OR expire > ? THEN expire ELSE excluded.expire END\n RETURNING points, expire`;const af=yl?[La,hl,Ul]:[La,hl,Ul,Pl,Pl];const n_=await this._getConnection();try{switch(this._internalStoreType){case"sqlite3":return this._upsertTransactionSQLite3(n_,Gd,af);case"better-sqlite3":return this._upsertTransactionBetterSQLite3(n_,Gd,af);default:throw new Error("Unsupported internalStoreType")}}finally{this._releaseConnection(n_)}}_upsert(La,hl,fl,yl=false){if(!this.tableCreated){return Promise.reject(new Error("Table is not created yet"))}return this._upsertTransaction(La,hl,fl,yl)}async _get(La){const hl=`SELECT points, expire FROM ${this.tableName} WHERE key = ? AND (expire > ? OR expire IS NULL)`;const fl=Date.now();const yl=await this._getConnection();try{switch(this._internalStoreType){case"sqlite3":return await new Promise((Pl,Ul)=>{yl.get(hl,[La,fl],(La,hl)=>La?Ul(La):Pl(hl||null))});case"better-sqlite3":return yl.prepare(hl).get(La,fl)||null;default:throw new Error("Unsupported internalStoreType")}}finally{this._releaseConnection(yl)}}async _delete(La){if(!this.tableCreated){return Promise.reject(new Error("Table is not created yet"))}const hl=`DELETE FROM ${this.tableName} WHERE key = ?`;const fl=await this._getConnection();try{switch(this._internalStoreType){case"sqlite3":return await new Promise((yl,Pl)=>{fl.run(hl,[La],function(La){if(La)Pl(La);else yl(this.changes>0)})});case"better-sqlite3":const yl=fl.prepare(hl).run(La);return yl.changes>0;default:throw new Error("Unsupported internalStoreType")}}finally{this._releaseConnection(fl)}}}La.exports=RateLimiterSQLite},65140:(La,hl,fl)=>{const yl=fl(88569);const Pl=fl(38830);const Ul=fl(80449);const Gd=fl(33847);La.exports=class RateLimiterStoreAbstract extends Gd{constructor(La={}){super(La);this.inMemoryBlockOnConsumed=La.inMemoryBlockOnConsumed;this.inMemoryBlockDuration=La.inMemoryBlockDuration;this._inMemoryBlockedKeys=new Pl}get client(){return this._client}set client(La){if(typeof La==="undefined"){throw new Error("storeClient is not set")}this._client=La}_afterConsume(La,hl,fl,yl,Pl,Ul={}){const Gd=this._getRateLimiterRes(fl,yl,Pl);if(this.inMemoryBlockOnConsumed>0&&!(this.inMemoryBlockDuration>0)&&Gd.consumedPoints>=this.inMemoryBlockOnConsumed){this._inMemoryBlockedKeys.addMs(fl,Gd.msBeforeNext);if(Gd.consumedPoints>this.points){return hl(Gd)}else{return La(Gd)}}else if(Gd.consumedPoints>this.points){let La=Promise.resolve();if(this.blockDuration>0&&Gd.consumedPoints<=this.points+yl){Gd.msBeforeNext=this.msBlockDuration;La=this._block(fl,Gd.consumedPoints,this.msBlockDuration,Ul)}if(this.inMemoryBlockOnConsumed>0&&Gd.consumedPoints>=this.inMemoryBlockOnConsumed){this._inMemoryBlockedKeys.add(fl,this.inMemoryBlockDuration);Gd.msBeforeNext=this.msInMemoryBlockDuration}La.then(()=>{hl(Gd)}).catch(La=>{hl(La)})}else if(this.execEvenly&&Gd.msBeforeNext>0&&!Gd.isFirstInDuration){let hl=Math.ceil(Gd.msBeforeNext/(Gd.remainingPoints+2));if(hl0){return this._inMemoryBlockedKeys.msBeforeExpire(La)}return 0}get inMemoryBlockOnConsumed(){return this._inMemoryBlockOnConsumed}set inMemoryBlockOnConsumed(La){this._inMemoryBlockOnConsumed=La?parseInt(La):0;if(this.inMemoryBlockOnConsumed>0&&this.points>this.inMemoryBlockOnConsumed){throw new Error('inMemoryBlockOnConsumed option must be greater or equal "points" option')}}get inMemoryBlockDuration(){return this._inMemoryBlockDuration}set inMemoryBlockDuration(La){this._inMemoryBlockDuration=La?parseInt(La):0;if(this.inMemoryBlockDuration>0&&this.inMemoryBlockOnConsumed===0){throw new Error("inMemoryBlockOnConsumed option must be set up")}}get msInMemoryBlockDuration(){return this._inMemoryBlockDuration*1e3}block(La,hl,fl={}){const yl=hl*1e3;return this._block(this.getKey(La),this.points+1,yl,fl)}set(La,hl,fl,yl={}){const Pl=(fl>=0?fl:this.duration)*1e3;return this._block(this.getKey(La),hl,Pl,yl)}_consume(La,hl=1,fl={}){return new Promise((yl,Pl)=>{const Gd=this.getKey(La);const af=this.getInMemoryBlockMsBeforeExpire(Gd);if(af>0){return Pl(new Ul(0,af))}this._upsert(Gd,hl,this._getKeySecDuration(fl)*1e3,false,fl).then(La=>{this._afterConsume(yl,Pl,Gd,hl,La)}).catch(La=>Pl(La))})}_penalty(La,hl=1,fl={}){const yl=this.getKey(La);return new Promise((La,Pl)=>{this._upsert(yl,hl,this._getKeySecDuration(fl)*1e3,false,fl).then(fl=>{La(this._getRateLimiterRes(yl,hl,fl))}).catch(La=>Pl(La))})}_reward(La,hl=1,fl={}){const yl=this.getKey(La);return new Promise((La,Pl)=>{this._upsert(yl,-hl,this._getKeySecDuration(fl)*1e3,false,fl).then(fl=>{La(this._getRateLimiterRes(yl,-hl,fl))}).catch(La=>Pl(La))})}get(La,hl={}){const fl=this.getKey(La);return new Promise((yl,Pl)=>{this._get(fl,hl).then(La=>{if(La===null||typeof La==="undefined"){yl(null)}else{yl(this._getRateLimiterRes(fl,0,La))}}).catch(fl=>{this._handleError(fl,"get",yl,Pl,[La,hl])})})}delete(La,hl={}){const fl=this.getKey(La);return new Promise((yl,Pl)=>{this._delete(fl,hl).then(La=>{this._inMemoryBlockedKeys.delete(fl);yl(La)}).catch(fl=>{this._handleError(fl,"delete",yl,Pl,[La,hl])})})}deleteInMemoryBlockedAll(){this._inMemoryBlockedKeys.delete()}_getRateLimiterRes(La,hl,fl){throw new Error("You have to implement the method '_getRateLimiterRes'!")}_block(La,hl,fl,yl={}){return new Promise((Pl,Gd)=>{this._upsert(La,hl,fl,true,yl).then(()=>{Pl(new Ul(0,fl>0?fl:-1,hl))}).catch(hl=>{this._handleError(hl,"block",Pl,Gd,[this.parseKey(La),fl/1e3,yl])})})}_get(La,hl={}){throw new Error("You have to implement the method '_get'!")}_delete(La,hl={}){throw new Error("You have to implement the method '_delete'!")}_upsert(La,hl,fl,yl=false,Pl={}){throw new Error("You have to implement the method '_upsert'!")}}},10244:(La,hl,fl)=>{const yl=fl(88569);La.exports=class RateLimiterUnion{constructor(...La){if(La.length<1){throw new Error("RateLimiterUnion: at least one limiter have to be passed")}La.forEach(La=>{if(!(La instanceof yl)){throw new Error("RateLimiterUnion: all limiters have to be instance of RateLimiterAbstract")}});this._limiters=La}consume(La,hl=1){return new Promise((fl,yl)=>{const Pl=[];this._limiters.forEach(fl=>{Pl.push(fl.consume(La,hl).catch(La=>({rejected:true,rej:La})))});Promise.all(Pl).then(La=>{const hl={};let Pl=false;La.forEach(La=>{if(La.rejected===true){Pl=true}});for(let fl=0;fl{const yl=fl(65140);const Pl=fl(80449);const Ul=`\nserver.call('set', KEYS[1], 0, 'EX', ARGV[2], 'NX')\nlocal consumed = server.call('incrby', KEYS[1], ARGV[1])\nlocal ttl = server.call('pttl', KEYS[1])\nreturn {consumed, ttl}\n`;class RateLimiterValkey extends yl{constructor(La){super(La);this.client=La.storeClient;this._rejectIfValkeyNotReady=!!La.rejectIfValkeyNotReady;this._incrTtlLuaScript=La.customIncrTtlLuaScript||Ul;this.client.defineCommand("rlflxIncr",{numberOfKeys:1,lua:this._incrTtlLuaScript})}_isValkeyReady(){if(!this._rejectIfValkeyNotReady){return true}return this.client.status==="ready"}_getRateLimiterRes(La,hl,fl){let yl;let Ul;if(Array.isArray(fl[0])){[[,yl],[,Ul]]=fl}else{[yl,Ul]=fl}const Gd=new Pl;Gd.consumedPoints=+yl;Gd.isFirstInDuration=Gd.consumedPoints===hl;Gd.remainingPoints=Math.max(this.points-Gd.consumedPoints,0);Gd.msBeforeNext=Ul;return Gd}_upsert(La,hl,fl,yl=false){if(!this._isValkeyReady()){throw new Error("Valkey connection is not ready")}const Pl=Math.floor(fl/1e3);if(yl){const fl=this.client.multi();if(Pl>0){fl.set(La,hl,"EX",Pl)}else{fl.set(La,hl)}return fl.pttl(La).exec()}if(Pl>0){return this.client.rlflxIncr([La,String(hl),String(Pl),String(this.points),String(this.duration)])}return this.client.multi().incrby(La,hl).pttl(La).exec()}_get(La){if(!this._isValkeyReady()){throw new Error("Valkey connection is not ready")}return this.client.multi().get(La).pttl(La).exec().then(La=>{const[[,hl]]=La;if(hl===null)return null;return La})}_delete(La){return this.client.del(La).then(La=>La>0)}}La.exports=RateLimiterValkey},53756:(La,hl,fl)=>{const yl=fl(65140);const Pl=fl(80449);const Ul="ratelimiterflexible";const Gd=`local key = KEYS[1]\nlocal pointsToConsume = tonumber(ARGV[1])\nif tonumber(ARGV[2]) > 0 then\n server.call('set', key, "0", 'EX', ARGV[2], 'NX')\n local consumed = server.call('incrby', key, pointsToConsume)\n local pttl = server.call('pttl', key)\n return {consumed, pttl}\nend\nlocal consumed = server.call('incrby', key, pointsToConsume)\nlocal pttl = server.call('pttl', key)\nreturn {consumed, pttl}`;const af=`local key = KEYS[1]\nlocal value = server.call('get', key)\nif value == nil then\n return value\nend\nlocal pttl = server.call('pttl', key)\nreturn {tonumber(value), pttl}`;class RateLimiterValkeyGlide extends yl{constructor(La){super(La);this.client=La.storeClient;this._scriptLoaded=false;this._getScriptLoaded=false;this._rejectIfValkeyNotReady=!!La.rejectIfValkeyNotReady;this._luaScript=La.customFunction||Gd;this._libraryName=La.customFunctionLibName||Ul}async _loadScripts(){if(this._scriptLoaded&&this._getScriptLoaded){return true}if(!this.client){throw new Error("Valkey client is not set")}const La=[];if(!this._scriptLoaded){const hl=Buffer.from(`#!lua name=${this._libraryName}\n local function consume(KEYS, ARGV)\n ${this._luaScript.trim()}\n end\n server.register_function('consume', consume)`);La.push(this.client.functionLoad(hl,{replace:true}))}else La.push(Promise.resolve(this._libraryName));if(!this._getScriptLoaded){const hl=Buffer.from(`#!lua name=ratelimiter_get\n local function getValue(KEYS, ARGV)\n ${af.trim()}\n end\n server.register_function('getValue', getValue)`);La.push(this.client.functionLoad(hl,{replace:true}))}else La.push(Promise.resolve("ratelimiter_get"));const hl=await Promise.all(La);this._scriptLoaded=hl[0]===this._libraryName;this._getScriptLoaded=hl[1]==="ratelimiter_get";if(!this._scriptLoaded||!this._getScriptLoaded){throw new Error("Valkey connection is not ready, scripts not loaded")}return true}async _upsert(La,hl,fl,yl=false,Pl={}){await this._loadScripts();const Ul=Math.floor(fl/1e3);if(yl){if(Ul>0){await this.client.set(La,String(hl),{expiry:{type:"EX",count:Ul}});return[hl,Ul*1e3]}await this.client.set(La,String(hl));return[hl,-1]}const Gd=await this.client.fcall("consume",[La],[String(hl),String(Ul)]);return Gd}async _get(La,hl={}){await this._loadScripts();const fl=await this.client.fcall("getValue",[La],[]);return fl.length>0?fl:null}async _delete(La,hl={}){const fl=await this.client.del([La]);return fl>0}_getRateLimiterRes(La,hl,fl){if(fl===null){return null}const yl=new Pl;const[Ul,Gd]=fl;const af=Number(Ul);yl.isFirstInDuration=af===hl;yl.consumedPoints=af;yl.remainingPoints=Math.max(this.points-yl.consumedPoints,0);yl.msBeforeNext=Gd;return yl}async close(){if(this._scriptLoaded){await this.client.functionDelete(this._libraryName);this._scriptLoaded=false}if(this._getScriptLoaded){await this.client.functionDelete("ratelimiter_get");this._getScriptLoaded=false}if(this.insuranceLimiter){try{await this.insuranceLimiter.close()}catch(La){}}this.client=null;this._scriptLoaded=false;this._getScriptLoaded=false;this._rejectIfValkeyNotReady=false;this._luaScript=null;this._libraryName=null;this.insuranceLimiter=null}}La.exports=RateLimiterValkeyGlide},85202:La=>{La.exports=class BlockedKeys{constructor(){this._keys={};this._addedKeysAmount=0}collectExpired(){const La=Date.now();Object.keys(this._keys).forEach(hl=>{if(this._keys[hl]<=La){delete this._keys[hl]}});this._addedKeysAmount=Object.keys(this._keys).length}add(La,hl){this.addMs(La,hl*1e3)}addMs(La,hl){this._keys[La]=Date.now()+hl;this._addedKeysAmount++;if(this._addedKeysAmount>999){this.collectExpired()}}msBeforeExpire(La){const hl=this._keys[La];if(hl&&hl>=Date.now()){this.collectExpired();const La=Date.now();return hl>=La?hl-La:0}return 0}delete(La){if(La){delete this._keys[La]}else{Object.keys(this._keys).forEach(La=>{delete this._keys[La]})}}}},38830:(La,hl,fl)=>{const yl=fl(85202);La.exports=yl},81534:(La,hl,fl)=>{const yl=fl(60749);const Pl=fl(80449);La.exports=class MemoryStorage{constructor(){this._storage={}}incrby(La,hl,fl){if(this._storage[La]){const yl=this._storage[La].expiresAt?this._storage[La].expiresAt.getTime()-(new Date).getTime():-1;if(!this._storage[La].expiresAt||yl>0){this._storage[La].value=this._storage[La].value+hl;return new Pl(0,yl,this._storage[La].value,false)}return this.set(La,hl,fl)}return this.set(La,hl,fl)}set(La,hl,fl){const Ul=fl*1e3;if(this._storage[La]&&this._storage[La].timeoutId){clearTimeout(this._storage[La].timeoutId)}this._storage[La]=new yl(hl,Ul>0?new Date(Date.now()+Ul):null);if(Ul>0){this._storage[La].timeoutId=setTimeout(()=>{delete this._storage[La]},Ul);if(this._storage[La].timeoutId.unref){this._storage[La].timeoutId.unref()}}return new Pl(0,Ul===0?-1:Ul,this._storage[La].value,true)}get(La){if(this._storage[La]){const hl=this._storage[La].expiresAt?this._storage[La].expiresAt.getTime()-(new Date).getTime():-1;return new Pl(0,hl,this._storage[La].value,false)}return null}delete(La){if(this._storage[La]){if(this._storage[La].timeoutId){clearTimeout(this._storage[La].timeoutId)}delete this._storage[La];return true}return false}}},60749:La=>{La.exports=class Record{constructor(La,hl,fl=null){this.value=La;this.expiresAt=hl;this.timeoutId=fl}get value(){return this._value}set value(La){this._value=parseInt(La)}get expiresAt(){return this._expiresAt}set expiresAt(La){if(!(La instanceof Date)&&Number.isInteger(La)){La=new Date(La)}this._expiresAt=La}get timeoutId(){return this._timeoutId}set timeoutId(La){this._timeoutId=La}}},43184:La=>{La.exports=class RateLimiterEtcdTransactionFailedError extends Error{constructor(La){super();if(Error.captureStackTrace){Error.captureStackTrace(this,this.constructor)}this.name="RateLimiterEtcdTransactionFailedError";this.message=La}}},27948:La=>{La.exports=class RateLimiterQueueError extends Error{constructor(La,hl){super();if(Error.captureStackTrace){Error.captureStackTrace(this,this.constructor)}this.name="CustomError";this.message=La;if(hl){this.extra=hl}}}},72922:La=>{La.exports=class RateLimiterSetupError extends Error{constructor(La){super();if(Error.captureStackTrace){Error.captureStackTrace(this,this.constructor)}this.name="RateLimiterSetupError";this.message=La}}},93058:(La,hl,fl)=>{ /*! safe-buffer. MIT License. Feross Aboukhadijeh */ -var zl=Rl(20181);var rd=zl.Buffer;function copyProps(ml,Al){for(var Rl in ml){Al[Rl]=ml[Rl]}}if(rd.from&&rd.alloc&&rd.allocUnsafe&&rd.allocUnsafeSlow){ml.exports=zl}else{copyProps(zl,Al);Al.Buffer=SafeBuffer}function SafeBuffer(ml,Al,Rl){return rd(ml,Al,Rl)}SafeBuffer.prototype=Object.create(rd.prototype);copyProps(rd,SafeBuffer);SafeBuffer.from=function(ml,Al,Rl){if(typeof ml==="number"){throw new TypeError("Argument must not be a number")}return rd(ml,Al,Rl)};SafeBuffer.alloc=function(ml,Al,Rl){if(typeof ml!=="number"){throw new TypeError("Argument must be a number")}var zl=rd(ml);if(Al!==undefined){if(typeof Rl==="string"){zl.fill(Al,Rl)}else{zl.fill(Al)}}else{zl.fill(0)}return zl};SafeBuffer.allocUnsafe=function(ml){if(typeof ml!=="number"){throw new TypeError("Argument must be a number")}return rd(ml)};SafeBuffer.allocUnsafeSlow=function(ml){if(typeof ml!=="number"){throw new TypeError("Argument must be a number")}return zl.SlowBuffer(ml)}},89379:(ml,Al,Rl)=>{"use strict";const zl=Symbol("SemVer ANY");class Comparator{static get ANY(){return zl}constructor(ml,Al){Al=rd(Al);if(ml instanceof Comparator){if(ml.loose===!!Al.loose){return ml}else{ml=ml.value}}ml=ml.trim().split(/\s+/).join(" ");cf("comparator",ml,Al);this.options=Al;this.loose=!!Al.loose;this.parse(ml);if(this.semver===zl){this.value=""}else{this.value=this.operator+this.semver.version}cf("comp",this)}parse(ml){const Al=this.options.loose?yh[kh.COMPARATORLOOSE]:yh[kh.COMPARATOR];const Rl=ml.match(Al);if(!Rl){throw new TypeError(`Invalid comparator: ${ml}`)}this.operator=Rl[1]!==undefined?Rl[1]:"";if(this.operator==="="){this.operator=""}if(!Rl[2]){this.semver=zl}else{this.semver=new t_(Rl[2],this.options.loose)}}toString(){return this.value}test(ml){cf("Comparator.test",ml,this.options.loose);if(this.semver===zl||ml===zl){return true}if(typeof ml==="string"){try{ml=new t_(ml,this.options)}catch(ml){return false}}return Qh(ml,this.operator,this.semver,this.options)}intersects(ml,Al){if(!(ml instanceof Comparator)){throw new TypeError("a Comparator is required")}if(this.operator===""){if(this.value===""){return true}return new r_(ml.value,Al).test(this.value)}else if(ml.operator===""){if(ml.value===""){return true}return new r_(this.value,Al).test(ml.semver)}Al=rd(Al);if(Al.includePrerelease&&(this.value==="<0.0.0-0"||ml.value==="<0.0.0-0")){return false}if(!Al.includePrerelease&&(this.value.startsWith("<0.0.0")||ml.value.startsWith("<0.0.0"))){return false}if(this.operator.startsWith(">")&&ml.operator.startsWith(">")){return true}if(this.operator.startsWith("<")&&ml.operator.startsWith("<")){return true}if(this.semver.version===ml.semver.version&&this.operator.includes("=")&&ml.operator.includes("=")){return true}if(Qh(this.semver,"<",ml.semver,Al)&&this.operator.startsWith(">")&&ml.operator.startsWith("<")){return true}if(Qh(this.semver,">",ml.semver,Al)&&this.operator.startsWith("<")&&ml.operator.startsWith(">")){return true}return false}}ml.exports=Comparator;const rd=Rl(70356);const{safeRe:yh,t:kh}=Rl(95471);const Qh=Rl(28646);const cf=Rl(1159);const t_=Rl(7163);const r_=Rl(96782)},96782:(ml,Al,Rl)=>{"use strict";const zl=/\s+/g;class Range{constructor(ml,Al){Al=kh(Al);if(ml instanceof Range){if(ml.loose===!!Al.loose&&ml.includePrerelease===!!Al.includePrerelease){return ml}else{return new Range(ml.raw,Al)}}if(ml instanceof Qh){this.raw=ml.value;this.set=[[ml]];this.formatted=undefined;return this}this.options=Al;this.loose=!!Al.loose;this.includePrerelease=!!Al.includePrerelease;this.raw=ml.trim().replace(zl," ");this.set=this.raw.split("||").map(ml=>this.parseRange(ml.trim())).filter(ml=>ml.length);if(!this.set.length){throw new TypeError(`Invalid SemVer Range: ${this.raw}`)}if(this.set.length>1){const ml=this.set[0];this.set=this.set.filter(ml=>!isNullSet(ml[0]));if(this.set.length===0){this.set=[ml]}else if(this.set.length>1){for(const ml of this.set){if(ml.length===1&&isAny(ml[0])){this.set=[ml];break}}}}this.formatted=undefined}get range(){if(this.formatted===undefined){this.formatted="";for(let ml=0;ml0){this.formatted+="||"}const Al=this.set[ml];for(let ml=0;ml0){this.formatted+=" "}this.formatted+=Al[ml].toString().trim()}}}return this.formatted}format(){return this.range}toString(){return this.range}parseRange(ml){ml=ml.replace(tA,"");const Al=(this.options.includePrerelease&&Cg)|(this.options.loose&&eA);const Rl=Al+":"+ml;const zl=yh.get(Rl);if(zl){return zl}const rd=this.options.loose;const kh=rd?r_[C_.HYPHENRANGELOOSE]:r_[C_.HYPHENRANGE];ml=ml.replace(kh,hyphenReplace(this.options.includePrerelease));cf("hyphen replace",ml);ml=ml.replace(r_[C_.COMPARATORTRIM],D_);cf("comparator trim",ml);ml=ml.replace(r_[C_.TILDETRIM],S_);cf("tilde trim",ml);ml=ml.replace(r_[C_.CARETTRIM],P_);cf("caret trim",ml);let t_=ml.split(" ").map(ml=>parseComparator(ml,this.options)).join(" ").split(/\s+/).map(ml=>replaceGTE0(ml,this.options));if(rd){t_=t_.filter(ml=>{cf("loose invalid filter",ml,this.options);return!!ml.match(r_[C_.COMPARATORLOOSE])})}cf("range list",t_);const u_=new Map;const rA=t_.map(ml=>new Qh(ml,this.options));for(const ml of rA){if(isNullSet(ml)){return[ml]}u_.set(ml.value,ml)}if(u_.size>1&&u_.has("")){u_.delete("")}const nA=[...u_.values()];yh.set(Rl,nA);return nA}intersects(ml,Al){if(!(ml instanceof Range)){throw new TypeError("a Range is required")}return this.set.some(Rl=>isSatisfiable(Rl,Al)&&ml.set.some(ml=>isSatisfiable(ml,Al)&&Rl.every(Rl=>ml.every(ml=>Rl.intersects(ml,Al)))))}test(ml){if(!ml){return false}if(typeof ml==="string"){try{ml=new t_(ml,this.options)}catch(ml){return false}}for(let Al=0;Alml.value==="<0.0.0-0";const isAny=ml=>ml.value==="";const isSatisfiable=(ml,Al)=>{let Rl=true;const zl=ml.slice();let rd=zl.pop();while(Rl&&zl.length){Rl=zl.every(ml=>rd.intersects(ml,Al));rd=zl.pop()}return Rl};const parseComparator=(ml,Al)=>{ml=ml.replace(r_[C_.BUILD],"");cf("comp",ml,Al);ml=replaceCarets(ml,Al);cf("caret",ml);ml=replaceTildes(ml,Al);cf("tildes",ml);ml=replaceXRanges(ml,Al);cf("xrange",ml);ml=replaceStars(ml,Al);cf("stars",ml);return ml};const isX=ml=>!ml||ml.toLowerCase()==="x"||ml==="*";const replaceTildes=(ml,Al)=>ml.trim().split(/\s+/).map(ml=>replaceTilde(ml,Al)).join(" ");const replaceTilde=(ml,Al)=>{const Rl=Al.loose?r_[C_.TILDELOOSE]:r_[C_.TILDE];return ml.replace(Rl,(Al,Rl,zl,rd,yh)=>{cf("tilde",ml,Al,Rl,zl,rd,yh);let kh;if(isX(Rl)){kh=""}else if(isX(zl)){kh=`>=${Rl}.0.0 <${+Rl+1}.0.0-0`}else if(isX(rd)){kh=`>=${Rl}.${zl}.0 <${Rl}.${+zl+1}.0-0`}else if(yh){cf("replaceTilde pr",yh);kh=`>=${Rl}.${zl}.${rd}-${yh} <${Rl}.${+zl+1}.0-0`}else{kh=`>=${Rl}.${zl}.${rd} <${Rl}.${+zl+1}.0-0`}cf("tilde return",kh);return kh})};const replaceCarets=(ml,Al)=>ml.trim().split(/\s+/).map(ml=>replaceCaret(ml,Al)).join(" ");const replaceCaret=(ml,Al)=>{cf("caret",ml,Al);const Rl=Al.loose?r_[C_.CARETLOOSE]:r_[C_.CARET];const zl=Al.includePrerelease?"-0":"";return ml.replace(Rl,(Al,Rl,rd,yh,kh)=>{cf("caret",ml,Al,Rl,rd,yh,kh);let Qh;if(isX(Rl)){Qh=""}else if(isX(rd)){Qh=`>=${Rl}.0.0${zl} <${+Rl+1}.0.0-0`}else if(isX(yh)){if(Rl==="0"){Qh=`>=${Rl}.${rd}.0${zl} <${Rl}.${+rd+1}.0-0`}else{Qh=`>=${Rl}.${rd}.0${zl} <${+Rl+1}.0.0-0`}}else if(kh){cf("replaceCaret pr",kh);if(Rl==="0"){if(rd==="0"){Qh=`>=${Rl}.${rd}.${yh}-${kh} <${Rl}.${rd}.${+yh+1}-0`}else{Qh=`>=${Rl}.${rd}.${yh}-${kh} <${Rl}.${+rd+1}.0-0`}}else{Qh=`>=${Rl}.${rd}.${yh}-${kh} <${+Rl+1}.0.0-0`}}else{cf("no pr");if(Rl==="0"){if(rd==="0"){Qh=`>=${Rl}.${rd}.${yh}${zl} <${Rl}.${rd}.${+yh+1}-0`}else{Qh=`>=${Rl}.${rd}.${yh}${zl} <${Rl}.${+rd+1}.0-0`}}else{Qh=`>=${Rl}.${rd}.${yh} <${+Rl+1}.0.0-0`}}cf("caret return",Qh);return Qh})};const replaceXRanges=(ml,Al)=>{cf("replaceXRanges",ml,Al);return ml.split(/\s+/).map(ml=>replaceXRange(ml,Al)).join(" ")};const replaceXRange=(ml,Al)=>{ml=ml.trim();const Rl=Al.loose?r_[C_.XRANGELOOSE]:r_[C_.XRANGE];return ml.replace(Rl,(Rl,zl,rd,yh,kh,Qh)=>{cf("xRange",ml,Rl,zl,rd,yh,kh,Qh);const t_=isX(rd);const r_=t_||isX(yh);const u_=r_||isX(kh);const C_=u_;if(zl==="="&&C_){zl=""}Qh=Al.includePrerelease?"-0":"";if(t_){if(zl===">"||zl==="<"){Rl="<0.0.0-0"}else{Rl="*"}}else if(zl&&C_){if(r_){yh=0}kh=0;if(zl===">"){zl=">=";if(r_){rd=+rd+1;yh=0;kh=0}else{yh=+yh+1;kh=0}}else if(zl==="<="){zl="<";if(r_){rd=+rd+1}else{yh=+yh+1}}if(zl==="<"){Qh="-0"}Rl=`${zl+rd}.${yh}.${kh}${Qh}`}else if(r_){Rl=`>=${rd}.0.0${Qh} <${+rd+1}.0.0-0`}else if(u_){Rl=`>=${rd}.${yh}.0${Qh} <${rd}.${+yh+1}.0-0`}cf("xRange return",Rl);return Rl})};const replaceStars=(ml,Al)=>{cf("replaceStars",ml,Al);return ml.trim().replace(r_[C_.STAR],"")};const replaceGTE0=(ml,Al)=>{cf("replaceGTE0",ml,Al);return ml.trim().replace(r_[Al.includePrerelease?C_.GTE0PRE:C_.GTE0],"")};const hyphenReplace=ml=>(Al,Rl,zl,rd,yh,kh,Qh,cf,t_,r_,u_,C_)=>{if(isX(zl)){Rl=""}else if(isX(rd)){Rl=`>=${zl}.0.0${ml?"-0":""}`}else if(isX(yh)){Rl=`>=${zl}.${rd}.0${ml?"-0":""}`}else if(kh){Rl=`>=${Rl}`}else{Rl=`>=${Rl}${ml?"-0":""}`}if(isX(t_)){cf=""}else if(isX(r_)){cf=`<${+t_+1}.0.0-0`}else if(isX(u_)){cf=`<${t_}.${+r_+1}.0-0`}else if(C_){cf=`<=${t_}.${r_}.${u_}-${C_}`}else if(ml){cf=`<${t_}.${r_}.${+u_+1}-0`}else{cf=`<=${cf}`}return`${Rl} ${cf}`.trim()};const testSet=(ml,Al,Rl)=>{for(let Rl=0;Rl0){const zl=ml[Rl].semver;if(zl.major===Al.major&&zl.minor===Al.minor&&zl.patch===Al.patch){return true}}}return false}return true}},7163:(ml,Al,Rl)=>{"use strict";const zl=Rl(1159);const{MAX_LENGTH:rd,MAX_SAFE_INTEGER:yh}=Rl(45101);const{safeRe:kh,t:Qh}=Rl(95471);const cf=Rl(70356);const{compareIdentifiers:t_}=Rl(73348);const isPrereleaseIdentifier=(ml,Al)=>{const Rl=Al.split(".");if(Rl.length>ml.length){return false}for(let Al=0;Alrd){throw new TypeError(`version is longer than ${rd} characters`)}zl("SemVer",ml,Al);this.options=Al;this.loose=!!Al.loose;this.includePrerelease=!!Al.includePrerelease;const Rl=ml.trim().match(Al.loose?kh[Qh.LOOSE]:kh[Qh.FULL]);if(!Rl){throw new TypeError(`Invalid Version: ${ml}`)}this.raw=ml;this.major=+Rl[1];this.minor=+Rl[2];this.patch=+Rl[3];if(this.major>yh||this.major<0){throw new TypeError("Invalid major version")}if(this.minor>yh||this.minor<0){throw new TypeError("Invalid minor version")}if(this.patch>yh||this.patch<0){throw new TypeError("Invalid patch version")}if(!Rl[4]){this.prerelease=[]}else{this.prerelease=Rl[4].split(".").map(ml=>{if(/^[0-9]+$/.test(ml)){const Al=+ml;if(Al>=0&&Alml.major){return 1}if(this.minorml.minor){return 1}if(this.patchml.patch){return 1}return 0}comparePre(ml){if(!(ml instanceof SemVer)){ml=new SemVer(ml,this.options)}if(this.prerelease.length&&!ml.prerelease.length){return-1}else if(!this.prerelease.length&&ml.prerelease.length){return 1}else if(!this.prerelease.length&&!ml.prerelease.length){return 0}let Al=0;do{const Rl=this.prerelease[Al];const rd=ml.prerelease[Al];zl("prerelease compare",Al,Rl,rd);if(Rl===undefined&&rd===undefined){return 0}else if(rd===undefined){return 1}else if(Rl===undefined){return-1}else if(Rl===rd){continue}else{return t_(Rl,rd)}}while(++Al)}compareBuild(ml){if(!(ml instanceof SemVer)){ml=new SemVer(ml,this.options)}let Al=0;do{const Rl=this.build[Al];const rd=ml.build[Al];zl("build compare",Al,Rl,rd);if(Rl===undefined&&rd===undefined){return 0}else if(rd===undefined){return 1}else if(Rl===undefined){return-1}else if(Rl===rd){continue}else{return t_(Rl,rd)}}while(++Al)}inc(ml,Al,Rl){if(ml.startsWith("pre")){if(!Al&&Rl===false){throw new Error("invalid increment argument: identifier is empty")}if(Al){const ml=`-${Al}`.match(this.options.loose?kh[Qh.PRERELEASELOOSE]:kh[Qh.PRERELEASE]);if(!ml||ml[1]!==Al){throw new Error(`invalid identifier: ${Al}`)}}}switch(ml){case"premajor":this.prerelease.length=0;this.patch=0;this.minor=0;this.major++;this.inc("pre",Al,Rl);break;case"preminor":this.prerelease.length=0;this.patch=0;this.minor++;this.inc("pre",Al,Rl);break;case"prepatch":this.prerelease.length=0;this.inc("patch",Al,Rl);this.inc("pre",Al,Rl);break;case"prerelease":if(this.prerelease.length===0){this.inc("patch",Al,Rl)}this.inc("pre",Al,Rl);break;case"release":if(this.prerelease.length===0){throw new Error(`version ${this.raw} is not a prerelease`)}this.prerelease.length=0;break;case"major":if(this.minor!==0||this.patch!==0||this.prerelease.length===0){this.major++}this.minor=0;this.patch=0;this.prerelease=[];break;case"minor":if(this.patch!==0||this.prerelease.length===0){this.minor++}this.patch=0;this.prerelease=[];break;case"patch":if(this.prerelease.length===0){this.patch++}this.prerelease=[];break;case"pre":{const ml=Number(Rl)?1:0;if(this.prerelease.length===0){this.prerelease=[ml]}else{let zl=this.prerelease.length;while(--zl>=0){if(typeof this.prerelease[zl]==="number"){this.prerelease[zl]++;zl=-2}}if(zl===-1){if(Al===this.prerelease.join(".")&&Rl===false){throw new Error("invalid increment argument: identifier already exists")}this.prerelease.push(ml)}}if(Al){let zl=[Al,ml];if(Rl===false){zl=[Al]}if(isPrereleaseIdentifier(this.prerelease,Al)){const ml=this.prerelease[Al.split(".").length];if(isNaN(ml)){this.prerelease=zl}}else{this.prerelease=zl}}break}default:throw new Error(`invalid increment argument: ${ml}`)}this.raw=this.format();if(this.build.length){this.raw+=`+${this.build.join(".")}`}return this}}ml.exports=SemVer},1799:(ml,Al,Rl)=>{"use strict";const zl=Rl(16353);const clean=(ml,Al)=>{const Rl=zl(ml.trim().replace(/^[=v]+/,""),Al);return Rl?Rl.version:null};ml.exports=clean},28646:(ml,Al,Rl)=>{"use strict";const zl=Rl(55082);const rd=Rl(4974);const yh=Rl(16599);const kh=Rl(41236);const Qh=Rl(3872);const cf=Rl(56717);const cmp=(ml,Al,Rl,t_)=>{switch(Al){case"===":if(typeof ml==="object"){ml=ml.version}if(typeof Rl==="object"){Rl=Rl.version}return ml===Rl;case"!==":if(typeof ml==="object"){ml=ml.version}if(typeof Rl==="object"){Rl=Rl.version}return ml!==Rl;case"":case"=":case"==":return zl(ml,Rl,t_);case"!=":return rd(ml,Rl,t_);case">":return yh(ml,Rl,t_);case">=":return kh(ml,Rl,t_);case"<":return Qh(ml,Rl,t_);case"<=":return cf(ml,Rl,t_);default:throw new TypeError(`Invalid operator: ${Al}`)}};ml.exports=cmp},35385:(ml,Al,Rl)=>{"use strict";const zl=Rl(7163);const rd=Rl(16353);const{safeRe:yh,t:kh}=Rl(95471);const coerce=(ml,Al)=>{if(ml instanceof zl){return ml}if(typeof ml==="number"){ml=String(ml)}if(typeof ml!=="string"){return null}Al=Al||{};let Rl=null;if(!Al.rtl){Rl=ml.match(Al.includePrerelease?yh[kh.COERCEFULL]:yh[kh.COERCE])}else{const zl=Al.includePrerelease?yh[kh.COERCERTLFULL]:yh[kh.COERCERTL];let rd;while((rd=zl.exec(ml))&&(!Rl||Rl.index+Rl[0].length!==ml.length)){if(!Rl||rd.index+rd[0].length!==Rl.index+Rl[0].length){Rl=rd}zl.lastIndex=rd.index+rd[1].length+rd[2].length}zl.lastIndex=-1}if(Rl===null){return null}const Qh=Rl[2];const cf=Rl[3]||"0";const t_=Rl[4]||"0";const r_=Al.includePrerelease&&Rl[5]?`-${Rl[5]}`:"";const u_=Al.includePrerelease&&Rl[6]?`+${Rl[6]}`:"";return rd(`${Qh}.${cf}.${t_}${r_}${u_}`,Al)};ml.exports=coerce},37648:(ml,Al,Rl)=>{"use strict";const zl=Rl(7163);const compareBuild=(ml,Al,Rl)=>{const rd=new zl(ml,Rl);const yh=new zl(Al,Rl);return rd.compare(yh)||rd.compareBuild(yh)};ml.exports=compareBuild},56874:(ml,Al,Rl)=>{"use strict";const zl=Rl(78469);const compareLoose=(ml,Al)=>zl(ml,Al,true);ml.exports=compareLoose},78469:(ml,Al,Rl)=>{"use strict";const zl=Rl(7163);const compare=(ml,Al,Rl)=>new zl(ml,Rl).compare(new zl(Al,Rl));ml.exports=compare},70711:(ml,Al,Rl)=>{"use strict";const zl=Rl(16353);const diff=(ml,Al)=>{const Rl=zl(ml,null,true);const rd=zl(Al,null,true);const yh=Rl.compare(rd);if(yh===0){return null}const kh=yh>0;const Qh=kh?Rl:rd;const cf=kh?rd:Rl;const t_=!!Qh.prerelease.length;const r_=!!cf.prerelease.length;if(r_&&!t_){if(!cf.patch&&!cf.minor){return"major"}if(cf.compareMain(Qh)===0){if(cf.minor&&!cf.patch){return"minor"}return"patch"}}const u_=t_?"pre":"";if(Rl.major!==rd.major){return u_+"major"}if(Rl.minor!==rd.minor){return u_+"minor"}if(Rl.patch!==rd.patch){return u_+"patch"}return"prerelease"};ml.exports=diff},55082:(ml,Al,Rl)=>{"use strict";const zl=Rl(78469);const eq=(ml,Al,Rl)=>zl(ml,Al,Rl)===0;ml.exports=eq},16599:(ml,Al,Rl)=>{"use strict";const zl=Rl(78469);const gt=(ml,Al,Rl)=>zl(ml,Al,Rl)>0;ml.exports=gt},41236:(ml,Al,Rl)=>{"use strict";const zl=Rl(78469);const gte=(ml,Al,Rl)=>zl(ml,Al,Rl)>=0;ml.exports=gte},62338:(ml,Al,Rl)=>{"use strict";const zl=Rl(7163);const inc=(ml,Al,Rl,rd,yh)=>{if(typeof Rl==="string"){yh=rd;rd=Rl;Rl=undefined}try{return new zl(ml instanceof zl?ml.version:ml,Rl).inc(Al,rd,yh).version}catch(ml){return null}};ml.exports=inc},3872:(ml,Al,Rl)=>{"use strict";const zl=Rl(78469);const lt=(ml,Al,Rl)=>zl(ml,Al,Rl)<0;ml.exports=lt},56717:(ml,Al,Rl)=>{"use strict";const zl=Rl(78469);const lte=(ml,Al,Rl)=>zl(ml,Al,Rl)<=0;ml.exports=lte},68511:(ml,Al,Rl)=>{"use strict";const zl=Rl(7163);const major=(ml,Al)=>new zl(ml,Al).major;ml.exports=major},32603:(ml,Al,Rl)=>{"use strict";const zl=Rl(7163);const minor=(ml,Al)=>new zl(ml,Al).minor;ml.exports=minor},4974:(ml,Al,Rl)=>{"use strict";const zl=Rl(78469);const neq=(ml,Al,Rl)=>zl(ml,Al,Rl)!==0;ml.exports=neq},16353:(ml,Al,Rl)=>{"use strict";const zl=Rl(7163);const parse=(ml,Al,Rl=false)=>{if(ml instanceof zl){return ml}try{return new zl(ml,Al)}catch(ml){if(!Rl){return null}throw ml}};ml.exports=parse},48756:(ml,Al,Rl)=>{"use strict";const zl=Rl(7163);const patch=(ml,Al)=>new zl(ml,Al).patch;ml.exports=patch},15714:(ml,Al,Rl)=>{"use strict";const zl=Rl(16353);const prerelease=(ml,Al)=>{const Rl=zl(ml,Al);return Rl&&Rl.prerelease.length?Rl.prerelease:null};ml.exports=prerelease},32173:(ml,Al,Rl)=>{"use strict";const zl=Rl(78469);const rcompare=(ml,Al,Rl)=>zl(Al,ml,Rl);ml.exports=rcompare},87192:(ml,Al,Rl)=>{"use strict";const zl=Rl(37648);const rsort=(ml,Al)=>ml.sort((ml,Rl)=>zl(Rl,ml,Al));ml.exports=rsort},68011:(ml,Al,Rl)=>{"use strict";const zl=Rl(96782);const satisfies=(ml,Al,Rl)=>{try{Al=new zl(Al,Rl)}catch(ml){return false}return Al.test(ml)};ml.exports=satisfies},29872:(ml,Al,Rl)=>{"use strict";const zl=Rl(37648);const sort=(ml,Al)=>ml.sort((ml,Rl)=>zl(ml,Rl,Al));ml.exports=sort},16114:(ml,Al,Rl)=>{"use strict";const zl=Rl(16353);const rd=Rl(45101);const yh=Rl(7163);const truncate=(ml,Al,Rl)=>{if(!rd.RELEASE_TYPES.includes(Al)){return null}const zl=cloneInputVersion(ml,Rl);return zl&&doTruncation(zl,Al)};const cloneInputVersion=(ml,Al)=>{const Rl=ml instanceof yh?ml.version:ml;return zl(Rl,Al)};const doTruncation=(ml,Al)=>{if(isPrerelease(Al)){return ml.version}ml.prerelease=[];switch(Al){case"major":ml.minor=0;ml.patch=0;break;case"minor":ml.patch=0;break}return ml.format()};const isPrerelease=ml=>ml.startsWith("pre");ml.exports=truncate},58780:(ml,Al,Rl)=>{"use strict";const zl=Rl(16353);const valid=(ml,Al)=>{const Rl=zl(ml,Al);return Rl?Rl.version:null};ml.exports=valid},62088:(ml,Al,Rl)=>{"use strict";const zl=Rl(95471);const rd=Rl(45101);const yh=Rl(7163);const kh=Rl(73348);const Qh=Rl(16353);const cf=Rl(58780);const t_=Rl(1799);const r_=Rl(62338);const u_=Rl(70711);const C_=Rl(68511);const D_=Rl(32603);const S_=Rl(48756);const P_=Rl(15714);const Cg=Rl(78469);const eA=Rl(32173);const tA=Rl(56874);const rA=Rl(37648);const nA=Rl(29872);const iA=Rl(87192);const sA=Rl(16599);const aA=Rl(3872);const oA=Rl(55082);const lA=Rl(4974);const cA=Rl(41236);const uA=Rl(56717);const pA=Rl(28646);const dA=Rl(35385);const hA=Rl(16114);const fA=Rl(89379);const _A=Rl(96782);const mA=Rl(68011);const gA=Rl(54750);const AA=Rl(73193);const yA=Rl(68595);const bA=Rl(51866);const vA=Rl(64737);const EA=Rl(10280);const wA=Rl(12276);const CA=Rl(15213);const xA=Rl(23465);const DA=Rl(82028);const SA=Rl(61489);ml.exports={parse:Qh,valid:cf,clean:t_,inc:r_,diff:u_,major:C_,minor:D_,patch:S_,prerelease:P_,compare:Cg,rcompare:eA,compareLoose:tA,compareBuild:rA,sort:nA,rsort:iA,gt:sA,lt:aA,eq:oA,neq:lA,gte:cA,lte:uA,cmp:pA,coerce:dA,truncate:hA,Comparator:fA,Range:_A,satisfies:mA,toComparators:gA,maxSatisfying:AA,minSatisfying:yA,minVersion:bA,validRange:vA,outside:EA,gtr:wA,ltr:CA,intersects:xA,simplifyRange:DA,subset:SA,SemVer:yh,re:zl.re,src:zl.src,tokens:zl.t,SEMVER_SPEC_VERSION:rd.SEMVER_SPEC_VERSION,RELEASE_TYPES:rd.RELEASE_TYPES,compareIdentifiers:kh.compareIdentifiers,rcompareIdentifiers:kh.rcompareIdentifiers}},45101:ml=>{"use strict";const Al="2.0.0";const Rl=256;const zl=Number.MAX_SAFE_INTEGER||9007199254740991;const rd=16;const yh=Rl-6;const kh=["major","premajor","minor","preminor","patch","prepatch","prerelease"];ml.exports={MAX_LENGTH:Rl,MAX_SAFE_COMPONENT_LENGTH:rd,MAX_SAFE_BUILD_LENGTH:yh,MAX_SAFE_INTEGER:zl,RELEASE_TYPES:kh,SEMVER_SPEC_VERSION:Al,FLAG_INCLUDE_PRERELEASE:1,FLAG_LOOSE:2}},1159:ml=>{"use strict";const Al=typeof process==="object"&&process.env&&process.env.NODE_DEBUG&&/\bsemver\b/i.test(process.env.NODE_DEBUG)?(...ml)=>console.error("SEMVER",...ml):()=>{};ml.exports=Al},73348:ml=>{"use strict";const Al=/^[0-9]+$/;const compareIdentifiers=(ml,Rl)=>{if(typeof ml==="number"&&typeof Rl==="number"){return ml===Rl?0:mlcompareIdentifiers(Al,ml);ml.exports={compareIdentifiers:compareIdentifiers,rcompareIdentifiers:rcompareIdentifiers}},61383:ml=>{"use strict";class LRUCache{constructor(){this.max=1e3;this.map=new Map}get(ml){const Al=this.map.get(ml);if(Al===undefined){return undefined}else{this.map.delete(ml);this.map.set(ml,Al);return Al}}delete(ml){return this.map.delete(ml)}set(ml,Al){const Rl=this.delete(ml);if(!Rl&&Al!==undefined){if(this.map.size>=this.max){const ml=this.map.keys().next().value;this.delete(ml)}this.map.set(ml,Al)}return this}}ml.exports=LRUCache},70356:ml=>{"use strict";const Al=Object.freeze({loose:true});const Rl=Object.freeze({});const parseOptions=ml=>{if(!ml){return Rl}if(typeof ml!=="object"){return Al}return ml};ml.exports=parseOptions},95471:(ml,Al,Rl)=>{"use strict";const{MAX_SAFE_COMPONENT_LENGTH:zl,MAX_SAFE_BUILD_LENGTH:rd,MAX_LENGTH:yh}=Rl(45101);const kh=Rl(1159);Al=ml.exports={};const Qh=Al.re=[];const cf=Al.safeRe=[];const t_=Al.src=[];const r_=Al.safeSrc=[];const u_=Al.t={};let C_=0;const D_="[a-zA-Z0-9-]";const S_=[["\\s",1],["\\d",yh],[D_,rd]];const makeSafeRegex=ml=>{for(const[Al,Rl]of S_){ml=ml.split(`${Al}*`).join(`${Al}{0,${Rl}}`).split(`${Al}+`).join(`${Al}{1,${Rl}}`)}return ml};const createToken=(ml,Al,Rl)=>{const zl=makeSafeRegex(Al);const rd=C_++;kh(ml,rd,Al);u_[ml]=rd;t_[rd]=Al;r_[rd]=zl;Qh[rd]=new RegExp(Al,Rl?"g":undefined);cf[rd]=new RegExp(zl,Rl?"g":undefined)};createToken("NUMERICIDENTIFIER","0|[1-9]\\d*");createToken("NUMERICIDENTIFIERLOOSE","\\d+");createToken("NONNUMERICIDENTIFIER",`\\d*[a-zA-Z-]${D_}*`);createToken("MAINVERSION",`(${t_[u_.NUMERICIDENTIFIER]})\\.`+`(${t_[u_.NUMERICIDENTIFIER]})\\.`+`(${t_[u_.NUMERICIDENTIFIER]})`);createToken("MAINVERSIONLOOSE",`(${t_[u_.NUMERICIDENTIFIERLOOSE]})\\.`+`(${t_[u_.NUMERICIDENTIFIERLOOSE]})\\.`+`(${t_[u_.NUMERICIDENTIFIERLOOSE]})`);createToken("PRERELEASEIDENTIFIER",`(?:${t_[u_.NONNUMERICIDENTIFIER]}|${t_[u_.NUMERICIDENTIFIER]})`);createToken("PRERELEASEIDENTIFIERLOOSE",`(?:${t_[u_.NONNUMERICIDENTIFIER]}|${t_[u_.NUMERICIDENTIFIERLOOSE]})`);createToken("PRERELEASE",`(?:-(${t_[u_.PRERELEASEIDENTIFIER]}(?:\\.${t_[u_.PRERELEASEIDENTIFIER]})*))`);createToken("PRERELEASELOOSE",`(?:-?(${t_[u_.PRERELEASEIDENTIFIERLOOSE]}(?:\\.${t_[u_.PRERELEASEIDENTIFIERLOOSE]})*))`);createToken("BUILDIDENTIFIER",`${D_}+`);createToken("BUILD",`(?:\\+(${t_[u_.BUILDIDENTIFIER]}(?:\\.${t_[u_.BUILDIDENTIFIER]})*))`);createToken("FULLPLAIN",`v?${t_[u_.MAINVERSION]}${t_[u_.PRERELEASE]}?${t_[u_.BUILD]}?`);createToken("FULL",`^${t_[u_.FULLPLAIN]}$`);createToken("LOOSEPLAIN",`[v=\\s]*${t_[u_.MAINVERSIONLOOSE]}${t_[u_.PRERELEASELOOSE]}?${t_[u_.BUILD]}?`);createToken("LOOSE",`^${t_[u_.LOOSEPLAIN]}$`);createToken("GTLT","((?:<|>)?=?)");createToken("XRANGEIDENTIFIERLOOSE",`${t_[u_.NUMERICIDENTIFIERLOOSE]}|x|X|\\*`);createToken("XRANGEIDENTIFIER",`${t_[u_.NUMERICIDENTIFIER]}|x|X|\\*`);createToken("XRANGEPLAIN",`[v=\\s]*(${t_[u_.XRANGEIDENTIFIER]})`+`(?:\\.(${t_[u_.XRANGEIDENTIFIER]})`+`(?:\\.(${t_[u_.XRANGEIDENTIFIER]})`+`(?:${t_[u_.PRERELEASE]})?${t_[u_.BUILD]}?`+`)?)?`);createToken("XRANGEPLAINLOOSE",`[v=\\s]*(${t_[u_.XRANGEIDENTIFIERLOOSE]})`+`(?:\\.(${t_[u_.XRANGEIDENTIFIERLOOSE]})`+`(?:\\.(${t_[u_.XRANGEIDENTIFIERLOOSE]})`+`(?:${t_[u_.PRERELEASELOOSE]})?${t_[u_.BUILD]}?`+`)?)?`);createToken("XRANGE",`^${t_[u_.GTLT]}\\s*${t_[u_.XRANGEPLAIN]}$`);createToken("XRANGELOOSE",`^${t_[u_.GTLT]}\\s*${t_[u_.XRANGEPLAINLOOSE]}$`);createToken("COERCEPLAIN",`${"(^|[^\\d])"+"(\\d{1,"}${zl}})`+`(?:\\.(\\d{1,${zl}}))?`+`(?:\\.(\\d{1,${zl}}))?`);createToken("COERCE",`${t_[u_.COERCEPLAIN]}(?:$|[^\\d])`);createToken("COERCEFULL",t_[u_.COERCEPLAIN]+`(?:${t_[u_.PRERELEASE]})?`+`(?:${t_[u_.BUILD]})?`+`(?:$|[^\\d])`);createToken("COERCERTL",t_[u_.COERCE],true);createToken("COERCERTLFULL",t_[u_.COERCEFULL],true);createToken("LONETILDE","(?:~>?)");createToken("TILDETRIM",`(\\s*)${t_[u_.LONETILDE]}\\s+`,true);Al.tildeTrimReplace="$1~";createToken("TILDE",`^${t_[u_.LONETILDE]}${t_[u_.XRANGEPLAIN]}$`);createToken("TILDELOOSE",`^${t_[u_.LONETILDE]}${t_[u_.XRANGEPLAINLOOSE]}$`);createToken("LONECARET","(?:\\^)");createToken("CARETTRIM",`(\\s*)${t_[u_.LONECARET]}\\s+`,true);Al.caretTrimReplace="$1^";createToken("CARET",`^${t_[u_.LONECARET]}${t_[u_.XRANGEPLAIN]}$`);createToken("CARETLOOSE",`^${t_[u_.LONECARET]}${t_[u_.XRANGEPLAINLOOSE]}$`);createToken("COMPARATORLOOSE",`^${t_[u_.GTLT]}\\s*(${t_[u_.LOOSEPLAIN]})$|^$`);createToken("COMPARATOR",`^${t_[u_.GTLT]}\\s*(${t_[u_.FULLPLAIN]})$|^$`);createToken("COMPARATORTRIM",`(\\s*)${t_[u_.GTLT]}\\s*(${t_[u_.LOOSEPLAIN]}|${t_[u_.XRANGEPLAIN]})`,true);Al.comparatorTrimReplace="$1$2$3";createToken("HYPHENRANGE",`^\\s*(${t_[u_.XRANGEPLAIN]})`+`\\s+-\\s+`+`(${t_[u_.XRANGEPLAIN]})`+`\\s*$`);createToken("HYPHENRANGELOOSE",`^\\s*(${t_[u_.XRANGEPLAINLOOSE]})`+`\\s+-\\s+`+`(${t_[u_.XRANGEPLAINLOOSE]})`+`\\s*$`);createToken("STAR","(<|>)?=?\\s*\\*");createToken("GTE0","^\\s*>=\\s*0\\.0\\.0\\s*$");createToken("GTE0PRE","^\\s*>=\\s*0\\.0\\.0-0\\s*$")},12276:(ml,Al,Rl)=>{"use strict";const zl=Rl(10280);const gtr=(ml,Al,Rl)=>zl(ml,Al,">",Rl);ml.exports=gtr},23465:(ml,Al,Rl)=>{"use strict";const zl=Rl(96782);const intersects=(ml,Al,Rl)=>{ml=new zl(ml,Rl);Al=new zl(Al,Rl);return ml.intersects(Al,Rl)};ml.exports=intersects},15213:(ml,Al,Rl)=>{"use strict";const zl=Rl(10280);const ltr=(ml,Al,Rl)=>zl(ml,Al,"<",Rl);ml.exports=ltr},73193:(ml,Al,Rl)=>{"use strict";const zl=Rl(7163);const rd=Rl(96782);const maxSatisfying=(ml,Al,Rl)=>{let yh=null;let kh=null;let Qh=null;try{Qh=new rd(Al,Rl)}catch(ml){return null}ml.forEach(ml=>{if(Qh.test(ml)){if(!yh||kh.compare(ml)===-1){yh=ml;kh=new zl(yh,Rl)}}});return yh};ml.exports=maxSatisfying},68595:(ml,Al,Rl)=>{"use strict";const zl=Rl(7163);const rd=Rl(96782);const minSatisfying=(ml,Al,Rl)=>{let yh=null;let kh=null;let Qh=null;try{Qh=new rd(Al,Rl)}catch(ml){return null}ml.forEach(ml=>{if(Qh.test(ml)){if(!yh||kh.compare(ml)===1){yh=ml;kh=new zl(yh,Rl)}}});return yh};ml.exports=minSatisfying},51866:(ml,Al,Rl)=>{"use strict";const zl=Rl(7163);const rd=Rl(96782);const yh=Rl(16599);const minVersion=(ml,Al)=>{ml=new rd(ml,Al);let Rl=new zl("0.0.0");if(ml.test(Rl)){return Rl}Rl=new zl("0.0.0-0");if(ml.test(Rl)){return Rl}Rl=null;for(let Al=0;Al{const Al=new zl(ml.semver.version);switch(ml.operator){case">":if(Al.prerelease.length===0){Al.patch++}else{Al.prerelease.push(0)}Al.raw=Al.format();case"":case">=":if(!kh||yh(Al,kh)){kh=Al}break;case"<":case"<=":break;default:throw new Error(`Unexpected operation: ${ml.operator}`)}});if(kh&&(!Rl||yh(Rl,kh))){Rl=kh}}if(Rl&&ml.test(Rl)){return Rl}return null};ml.exports=minVersion},10280:(ml,Al,Rl)=>{"use strict";const zl=Rl(7163);const rd=Rl(89379);const{ANY:yh}=rd;const kh=Rl(96782);const Qh=Rl(68011);const cf=Rl(16599);const t_=Rl(3872);const r_=Rl(56717);const u_=Rl(41236);const outside=(ml,Al,Rl,C_)=>{ml=new zl(ml,C_);Al=new kh(Al,C_);let D_,S_,P_,Cg,eA;switch(Rl){case">":D_=cf;S_=r_;P_=t_;Cg=">";eA=">=";break;case"<":D_=t_;S_=u_;P_=cf;Cg="<";eA="<=";break;default:throw new TypeError('Must provide a hilo val of "<" or ">"')}if(Qh(ml,Al,C_)){return false}for(let Rl=0;Rl{if(ml.semver===yh){ml=new rd(">=0.0.0")}kh=kh||ml;Qh=Qh||ml;if(D_(ml.semver,kh.semver,C_)){kh=ml}else if(P_(ml.semver,Qh.semver,C_)){Qh=ml}});if(kh.operator===Cg||kh.operator===eA){return false}if((!Qh.operator||Qh.operator===Cg)&&S_(ml,Qh.semver)){return false}else if(Qh.operator===eA&&P_(ml,Qh.semver)){return false}}return true};ml.exports=outside},82028:(ml,Al,Rl)=>{"use strict";const zl=Rl(68011);const rd=Rl(78469);ml.exports=(ml,Al,Rl)=>{const yh=[];let kh=null;let Qh=null;const cf=ml.sort((ml,Al)=>rd(ml,Al,Rl));for(const ml of cf){const rd=zl(ml,Al,Rl);if(rd){Qh=ml;if(!kh){kh=ml}}else{if(Qh){yh.push([kh,Qh])}Qh=null;kh=null}}if(kh){yh.push([kh,null])}const t_=[];for(const[ml,Al]of yh){if(ml===Al){t_.push(ml)}else if(!Al&&ml===cf[0]){t_.push("*")}else if(!Al){t_.push(`>=${ml}`)}else if(ml===cf[0]){t_.push(`<=${Al}`)}else{t_.push(`${ml} - ${Al}`)}}const r_=t_.join(" || ");const u_=typeof Al.raw==="string"?Al.raw:String(Al);return r_.length{"use strict";const zl=Rl(96782);const rd=Rl(89379);const{ANY:yh}=rd;const kh=Rl(68011);const Qh=Rl(78469);const subset=(ml,Al,Rl={})=>{if(ml===Al){return true}ml=new zl(ml,Rl);Al=new zl(Al,Rl);let rd=false;e:for(const zl of ml.set){for(const ml of Al.set){const Al=simpleSubset(zl,ml,Rl);rd=rd||Al!==null;if(Al){continue e}}if(rd){return false}}return true};const cf=[new rd(">=0.0.0-0")];const t_=[new rd(">=0.0.0")];const simpleSubset=(ml,Al,Rl)=>{if(ml===Al){return true}if(ml.length===1&&ml[0].semver===yh){if(Al.length===1&&Al[0].semver===yh){return true}else if(Rl.includePrerelease){ml=cf}else{ml=t_}}if(Al.length===1&&Al[0].semver===yh){if(Rl.includePrerelease){return true}else{Al=t_}}const zl=new Set;let rd,r_;for(const Al of ml){if(Al.operator===">"||Al.operator===">="){rd=higherGT(rd,Al,Rl)}else if(Al.operator==="<"||Al.operator==="<="){r_=lowerLT(r_,Al,Rl)}else{zl.add(Al.semver)}}if(zl.size>1){return null}let u_;if(rd&&r_){u_=Qh(rd.semver,r_.semver,Rl);if(u_>0){return null}else if(u_===0&&(rd.operator!==">="||r_.operator!=="<=")){return null}}for(const ml of zl){if(rd&&!kh(ml,String(rd),Rl)){return null}if(r_&&!kh(ml,String(r_),Rl)){return null}for(const zl of Al){if(!kh(ml,String(zl),Rl)){return false}}return true}let C_,D_;let S_,P_;let Cg=r_&&!Rl.includePrerelease&&r_.semver.prerelease.length?r_.semver:false;let eA=rd&&!Rl.includePrerelease&&rd.semver.prerelease.length?rd.semver:false;if(Cg&&Cg.prerelease.length===1&&r_.operator==="<"&&Cg.prerelease[0]===0){Cg=false}for(const ml of Al){P_=P_||ml.operator===">"||ml.operator===">=";S_=S_||ml.operator==="<"||ml.operator==="<=";if(rd){if(eA){if(ml.semver.prerelease&&ml.semver.prerelease.length&&ml.semver.major===eA.major&&ml.semver.minor===eA.minor&&ml.semver.patch===eA.patch){eA=false}}if(ml.operator===">"||ml.operator===">="){C_=higherGT(rd,ml,Rl);if(C_===ml&&C_!==rd){return false}}else if(rd.operator===">="&&!ml.test(rd.semver)){return false}}if(r_){if(Cg){if(ml.semver.prerelease&&ml.semver.prerelease.length&&ml.semver.major===Cg.major&&ml.semver.minor===Cg.minor&&ml.semver.patch===Cg.patch){Cg=false}}if(ml.operator==="<"||ml.operator==="<="){D_=lowerLT(r_,ml,Rl);if(D_===ml&&D_!==r_){return false}}else if(r_.operator==="<="&&!ml.test(r_.semver)){return false}}if(!ml.operator&&(r_||rd)&&u_!==0){return false}}if(rd&&S_&&!r_&&u_!==0){return false}if(r_&&P_&&!rd&&u_!==0){return false}if(eA||Cg){return false}return true};const higherGT=(ml,Al,Rl)=>{if(!ml){return Al}const zl=Qh(ml.semver,Al.semver,Rl);return zl>0?ml:zl<0?Al:Al.operator===">"&&ml.operator===">="?Al:ml};const lowerLT=(ml,Al,Rl)=>{if(!ml){return Al}const zl=Qh(ml.semver,Al.semver,Rl);return zl<0?ml:zl>0?Al:Al.operator==="<"&&ml.operator==="<="?Al:ml};ml.exports=subset},54750:(ml,Al,Rl)=>{"use strict";const zl=Rl(96782);const toComparators=(ml,Al)=>new zl(ml,Al).set.map(ml=>ml.map(ml=>ml.value).join(" ").trim().split(" "));ml.exports=toComparators},64737:(ml,Al,Rl)=>{"use strict";const zl=Rl(96782);const validRange=(ml,Al)=>{try{return new zl(ml,Al).range||"*"}catch(ml){return null}};ml.exports=validRange},26591:(ml,Al,Rl)=>{"use strict";Al.quote=Rl(5335);Al.parse=Rl(42696)},42696:ml=>{"use strict";var Al="(?:"+["\\|\\|","\\&\\&",";;","\\|\\&","\\<\\(","\\<\\<\\<",">>",">\\&","<\\&","[&;()|<>]"].join("|")+")";var Rl=new RegExp("^"+Al+"$");var zl="|&;()<> \\t";var rd='"((\\\\"|[^"])*?)"';var yh="'((\\\\'|[^'])*?)'";var kh=/^#$/;var Qh="'";var cf='"';var t_="$";var r_="";var u_=4294967296;for(var C_=0;C_<4;C_++){r_+=(u_*Math.random()).toString(16)}var D_=new RegExp("^"+r_);function matchAll(ml,Al){var Rl=Al.lastIndex;var zl=[];var rd;while(rd=Al.exec(ml)){zl.push(rd);if(Al.lastIndex===rd.index){Al.lastIndex+=1}}Al.lastIndex=Rl;return zl}function getVar(ml,Al,Rl){var zl=typeof ml==="function"?ml(Rl):ml[Rl];if(typeof zl==="undefined"&&Rl!=""){zl=""}else if(typeof zl==="undefined"){zl="$"}if(typeof zl==="object"){return Al+r_+JSON.stringify(zl)+r_}return Al+zl}function parseInternal(ml,r_,u_){if(!u_){u_={}}var C_=u_.escape||"\\";var D_="(\\"+C_+"['\""+zl+"]|[^\\s'\""+zl+"])+";var S_=new RegExp(["("+Al+")","("+D_+"|"+rd+"|"+yh+")+"].join("|"),"g");var P_=matchAll(ml,S_);if(P_.length===0){return[]}if(!r_){r_={}}var Cg=false;return P_.map(function(Al){var zl=Al[0];if(!zl||Cg){return void undefined}if(Rl.test(zl)){return{op:zl}}var rd=false;var yh=false;var u_="";var D_=false;var S_;function parseEnvVar(){S_+=1;var ml;var Al;var Rl=zl.charAt(S_);if(Rl==="{"){S_+=1;if(zl.charAt(S_)==="}"){throw new Error("Bad substitution: "+zl.slice(S_-2,S_+1))}ml=zl.indexOf("}",S_);if(ml<0){throw new Error("Bad substitution: "+zl.slice(S_))}Al=zl.slice(S_,ml);S_=ml}else if(/[*@#?$!_-]/.test(Rl)){Al=Rl;S_+=1}else{var rd=zl.slice(S_);ml=rd.match(/[^\w\d_]/);if(!ml){Al=rd;S_=zl.length}else{Al=rd.slice(0,ml.index);S_+=ml.index-1}}return getVar(r_,"",Al)}for(S_=0;S_{"use strict";var Al=["||","&&",";;","|&","<(","<<<",">>",">&","<&","&",";","(",")","|","<",">"];var Rl=/[\n\r\u2028\u2029]/;var zl=/[\s#!"$&'():;<=>@\\^`|]/g;ml.exports=function quote(ml){return ml.map(function(ml){if(ml===""){return"''"}if(ml&&typeof ml==="object"){if(ml.op==="glob"){if(typeof ml.pattern!=="string"){throw new TypeError("glob token requires a string `pattern`")}if(Rl.test(ml.pattern)){throw new TypeError("glob `pattern` must not contain line terminators")}return ml.pattern.replace(zl,"\\$&")}if(typeof ml.op==="string"){if(Al.indexOf(ml.op)<0){throw new TypeError("invalid `op` value: "+JSON.stringify(ml.op))}return ml.op.replace(/[\s\S]/g,"\\$&")}if(typeof ml.comment==="string"){if(Rl.test(ml.comment)){throw new TypeError("`comment` must not contain line terminators")}return"#"+ml.comment}throw new TypeError("unrecognized object token shape")}if(/["\s\\]/.test(ml)&&!/'/.test(ml)){return"'"+ml.replace(/(['])/g,"\\$1")+"'"}if(/["'\s]/.test(ml)){return'"'+ml.replace(/(["\\$`!])/g,"\\$1")+'"'}return String(ml).replace(/([A-Za-z]:)?([#!"$&'()*,:;<=>?@[\\\]^`{|}])/g,"$1\\$2")}).join(" ")}},8948:(ml,Al,Rl)=>{"use strict";var zl=Rl(60506);var rd=Rl(73314);var listGetNode=function(ml,Al,Rl){var zl=ml;var rd;for(;(rd=zl.next)!=null;zl=rd){if(rd.key===Al){zl.next=rd.next;if(!Rl){rd.next=ml.next;ml.next=rd}return rd}}};var listGet=function(ml,Al){if(!ml){return void undefined}var Rl=listGetNode(ml,Al);return Rl&&Rl.value};var listSet=function(ml,Al,Rl){var zl=listGetNode(ml,Al);if(zl){zl.value=Rl}else{ml.next={key:Al,next:ml.next,value:Rl}}};var listHas=function(ml,Al){if(!ml){return false}return!!listGetNode(ml,Al)};var listDelete=function(ml,Al){if(ml){return listGetNode(ml,Al,true)}};ml.exports=function getSideChannelList(){var ml;var Al={assert:function(ml){if(!Al.has(ml)){throw new rd("Side channel does not contain "+zl(ml))}},delete:function(Al){var Rl=ml&&ml.next;var zl=listDelete(ml,Al);if(zl&&Rl&&Rl===zl){ml=void undefined}return!!zl},get:function(Al){return listGet(ml,Al)},has:function(Al){return listHas(ml,Al)},set:function(Al,Rl){if(!ml){ml={next:void undefined}}listSet(ml,Al,Rl)}};return Al}},82622:(ml,Al,Rl)=>{"use strict";var zl=Rl(60470);var rd=Rl(23105);var yh=Rl(60506);var kh=Rl(73314);var Qh=zl("%Map%",true);var cf=rd("Map.prototype.get",true);var t_=rd("Map.prototype.set",true);var r_=rd("Map.prototype.has",true);var u_=rd("Map.prototype.delete",true);var C_=rd("Map.prototype.size",true);ml.exports=!!Qh&&function getSideChannelMap(){var ml;var Al={assert:function(ml){if(!Al.has(ml)){throw new kh("Side channel does not contain "+yh(ml))}},delete:function(Al){if(ml){var Rl=u_(ml,Al);if(C_(ml)===0){ml=void undefined}return Rl}return false},get:function(Al){if(ml){return cf(ml,Al)}},has:function(Al){if(ml){return r_(ml,Al)}return false},set:function(Al,Rl){if(!ml){ml=new Qh}t_(ml,Al,Rl)}};return Al}},92870:(ml,Al,Rl)=>{"use strict";var zl=Rl(60470);var rd=Rl(23105);var yh=Rl(60506);var kh=Rl(82622);var Qh=Rl(73314);var cf=zl("%WeakMap%",true);var t_=rd("WeakMap.prototype.get",true);var r_=rd("WeakMap.prototype.set",true);var u_=rd("WeakMap.prototype.has",true);var C_=rd("WeakMap.prototype.delete",true);ml.exports=cf?function getSideChannelWeakMap(){var ml;var Al;var Rl={assert:function(ml){if(!Rl.has(ml)){throw new Qh("Side channel does not contain "+yh(ml))}},delete:function(Rl){if(cf&&Rl&&(typeof Rl==="object"||typeof Rl==="function")){if(ml){return C_(ml,Rl)}}else if(kh){if(Al){return Al["delete"](Rl)}}return false},get:function(Rl){if(cf&&Rl&&(typeof Rl==="object"||typeof Rl==="function")){if(ml){return t_(ml,Rl)}}return Al&&Al.get(Rl)},has:function(Rl){if(cf&&Rl&&(typeof Rl==="object"||typeof Rl==="function")){if(ml){return u_(ml,Rl)}}return!!Al&&Al.has(Rl)},set:function(Rl,zl){if(cf&&Rl&&(typeof Rl==="object"||typeof Rl==="function")){if(!ml){ml=new cf}r_(ml,Rl,zl)}else if(kh){if(!Al){Al=kh()}Al.set(Rl,zl)}}};return Rl}:kh},94753:(ml,Al,Rl)=>{"use strict";var zl=Rl(73314);var rd=Rl(60506);var yh=Rl(8948);var kh=Rl(82622);var Qh=Rl(92870);var cf=Qh||kh||yh;ml.exports=function getSideChannel(){var ml;var Al={assert:function(ml){if(!Al.has(ml)){throw new zl("Side channel does not contain "+rd(ml))}},delete:function(Al){return!!ml&&ml["delete"](Al)},get:function(Al){return ml&&ml.get(Al)},has:function(Al){return!!ml&&ml.has(Al)},set:function(Al,Rl){if(!ml){ml=cf()}ml.set(Al,Rl)}};return Al}},21450:(ml,Al,Rl)=>{"use strict";const zl=Rl(70857);const rd=Rl(52018);const yh=Rl(83813);const{env:kh}=process;let Qh;if(yh("no-color")||yh("no-colors")||yh("color=false")||yh("color=never")){Qh=0}else if(yh("color")||yh("colors")||yh("color=true")||yh("color=always")){Qh=1}if("FORCE_COLOR"in kh){if(kh.FORCE_COLOR==="true"){Qh=1}else if(kh.FORCE_COLOR==="false"){Qh=0}else{Qh=kh.FORCE_COLOR.length===0?1:Math.min(parseInt(kh.FORCE_COLOR,10),3)}}function translateLevel(ml){if(ml===0){return false}return{level:ml,hasBasic:true,has256:ml>=2,has16m:ml>=3}}function supportsColor(ml,Al){if(Qh===0){return 0}if(yh("color=16m")||yh("color=full")||yh("color=truecolor")){return 3}if(yh("color=256")){return 2}if(ml&&!Al&&Qh===undefined){return 0}const Rl=Qh||0;if(kh.TERM==="dumb"){return Rl}if(process.platform==="win32"){const ml=zl.release().split(".");if(Number(ml[0])>=10&&Number(ml[2])>=10586){return Number(ml[2])>=14931?3:2}return 1}if("CI"in kh){if(["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI","GITHUB_ACTIONS","BUILDKITE"].some(ml=>ml in kh)||kh.CI_NAME==="codeship"){return 1}return Rl}if("TEAMCITY_VERSION"in kh){return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(kh.TEAMCITY_VERSION)?1:0}if(kh.COLORTERM==="truecolor"){return 3}if("TERM_PROGRAM"in kh){const ml=parseInt((kh.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(kh.TERM_PROGRAM){case"iTerm.app":return ml>=3?3:2;case"Apple_Terminal":return 2}}if(/-256(color)?$/i.test(kh.TERM)){return 2}if(/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(kh.TERM)){return 1}if("COLORTERM"in kh){return 1}return Rl}function getSupportLevel(ml){const Al=supportsColor(ml,ml&&ml.isTTY);return translateLevel(Al)}ml.exports={supportsColor:getSupportLevel,stdout:translateLevel(supportsColor(true,rd.isatty(1))),stderr:translateLevel(supportsColor(true,rd.isatty(2)))}},20770:(ml,Al,Rl)=>{ml.exports=Rl(20218)},20218:(ml,Al,Rl)=>{"use strict";var zl=Rl(69278);var rd=Rl(64756);var yh=Rl(58611);var kh=Rl(65692);var Qh=Rl(24434);var cf=Rl(42613);var t_=Rl(39023);Al.httpOverHttp=httpOverHttp;Al.httpsOverHttp=httpsOverHttp;Al.httpOverHttps=httpOverHttps;Al.httpsOverHttps=httpsOverHttps;function httpOverHttp(ml){var Al=new TunnelingAgent(ml);Al.request=yh.request;return Al}function httpsOverHttp(ml){var Al=new TunnelingAgent(ml);Al.request=yh.request;Al.createSocket=createSecureSocket;Al.defaultPort=443;return Al}function httpOverHttps(ml){var Al=new TunnelingAgent(ml);Al.request=kh.request;return Al}function httpsOverHttps(ml){var Al=new TunnelingAgent(ml);Al.request=kh.request;Al.createSocket=createSecureSocket;Al.defaultPort=443;return Al}function TunnelingAgent(ml){var Al=this;Al.options=ml||{};Al.proxyOptions=Al.options.proxy||{};Al.maxSockets=Al.options.maxSockets||yh.Agent.defaultMaxSockets;Al.requests=[];Al.sockets=[];Al.on("free",function onFree(ml,Rl,zl,rd){var yh=toOptions(Rl,zl,rd);for(var kh=0,Qh=Al.requests.length;kh=this.maxSockets){rd.requests.push(yh);return}rd.createSocket(yh,function(Al){Al.on("free",onFree);Al.on("close",onCloseOrRemove);Al.on("agentRemove",onCloseOrRemove);ml.onSocket(Al);function onFree(){rd.emit("free",Al,yh)}function onCloseOrRemove(ml){rd.removeSocket(Al);Al.removeListener("free",onFree);Al.removeListener("close",onCloseOrRemove);Al.removeListener("agentRemove",onCloseOrRemove)}})};TunnelingAgent.prototype.createSocket=function createSocket(ml,Al){var Rl=this;var zl={};Rl.sockets.push(zl);var rd=mergeOptions({},Rl.proxyOptions,{method:"CONNECT",path:ml.host+":"+ml.port,agent:false,headers:{host:ml.host+":"+ml.port}});if(ml.localAddress){rd.localAddress=ml.localAddress}if(rd.proxyAuth){rd.headers=rd.headers||{};rd.headers["Proxy-Authorization"]="Basic "+new Buffer(rd.proxyAuth).toString("base64")}r_("making CONNECT request");var yh=Rl.request(rd);yh.useChunkedEncodingByDefault=false;yh.once("response",onResponse);yh.once("upgrade",onUpgrade);yh.once("connect",onConnect);yh.once("error",onError);yh.end();function onResponse(ml){ml.upgrade=true}function onUpgrade(ml,Al,Rl){process.nextTick(function(){onConnect(ml,Al,Rl)})}function onConnect(rd,kh,Qh){yh.removeAllListeners();kh.removeAllListeners();if(rd.statusCode!==200){r_("tunneling socket could not be established, statusCode=%d",rd.statusCode);kh.destroy();var cf=new Error("tunneling socket could not be established, "+"statusCode="+rd.statusCode);cf.code="ECONNRESET";ml.request.emit("error",cf);Rl.removeSocket(zl);return}if(Qh.length>0){r_("got illegal response body from proxy");kh.destroy();var cf=new Error("got illegal response body from proxy");cf.code="ECONNRESET";ml.request.emit("error",cf);Rl.removeSocket(zl);return}r_("tunneling connection has established");Rl.sockets[Rl.sockets.indexOf(zl)]=kh;return Al(kh)}function onError(Al){yh.removeAllListeners();r_("tunneling socket could not be established, cause=%s\n",Al.message,Al.stack);var rd=new Error("tunneling socket could not be established, "+"cause="+Al.message);rd.code="ECONNRESET";ml.request.emit("error",rd);Rl.removeSocket(zl)}};TunnelingAgent.prototype.removeSocket=function removeSocket(ml){var Al=this.sockets.indexOf(ml);if(Al===-1){return}this.sockets.splice(Al,1);var Rl=this.requests.shift();if(Rl){this.createSocket(Rl,function(ml){Rl.request.onSocket(ml)})}};function createSecureSocket(ml,Al){var Rl=this;TunnelingAgent.prototype.createSocket.call(Rl,ml,function(zl){var yh=ml.request.getHeader("host");var kh=mergeOptions({},Rl.options,{socket:zl,servername:yh?yh.replace(/:.*$/,""):ml.host});var Qh=rd.connect(0,kh);Rl.sockets[Rl.sockets.indexOf(zl)]=Qh;Al(Qh)})}function toOptions(ml,Al,Rl){if(typeof ml==="string"){return{host:ml,port:Al,localAddress:Rl}}return ml}function mergeOptions(ml){for(var Al=1,Rl=arguments.length;Al{"use strict";const zl=Rl(23701);const rd=Rl(30883);const yh=Rl(30628);const kh=Rl(837);const Qh=Rl(57405);const cf=Rl(76672);const t_=Rl(53137);const r_=Rl(30050);const u_=Rl(68707);const C_=Rl(3440);const{InvalidArgumentError:D_}=u_;const S_=Rl(56615);const P_=Rl(59136);const Cg=Rl(47365);const eA=Rl(47501);const tA=Rl(94004);const rA=Rl(52429);const nA=Rl(17816);const{getGlobalDispatcher:iA,setGlobalDispatcher:sA}=Rl(32581);const aA=Rl(58155);const oA=Rl(8754);const lA=Rl(25092);Object.assign(rd.prototype,S_);ml.exports.Dispatcher=rd;ml.exports.Client=zl;ml.exports.Pool=yh;ml.exports.BalancedPool=kh;ml.exports.Agent=Qh;ml.exports.ProxyAgent=cf;ml.exports.EnvHttpProxyAgent=t_;ml.exports.RetryAgent=r_;ml.exports.RetryHandler=nA;ml.exports.DecoratorHandler=aA;ml.exports.RedirectHandler=oA;ml.exports.createRedirectInterceptor=lA;ml.exports.interceptors={redirect:Rl(21514),retry:Rl(92026),dump:Rl(88060),dns:Rl(70379)};ml.exports.buildConnector=P_;ml.exports.errors=u_;ml.exports.util={parseHeaders:C_.parseHeaders,headerNameToString:C_.headerNameToString};function makeDispatcher(ml){return(Al,Rl,zl)=>{if(typeof Rl==="function"){zl=Rl;Rl=null}if(!Al||typeof Al!=="string"&&typeof Al!=="object"&&!(Al instanceof URL)){throw new D_("invalid url")}if(Rl!=null&&typeof Rl!=="object"){throw new D_("invalid opts")}if(Rl&&Rl.path!=null){if(typeof Rl.path!=="string"){throw new D_("invalid opts.path")}let ml=Rl.path;if(!Rl.path.startsWith("/")){ml=`/${ml}`}Al=new URL(C_.parseOrigin(Al).origin+ml)}else{if(!Rl){Rl=typeof Al==="object"?Al:{}}Al=C_.parseURL(Al)}const{agent:rd,dispatcher:yh=iA()}=Rl;if(rd){throw new D_("unsupported opts.agent. Did you mean opts.client?")}return ml.call(yh,{...Rl,origin:Al.origin,path:Al.search?`${Al.pathname}${Al.search}`:Al.pathname,method:Rl.method||(Rl.body?"PUT":"GET")},zl)}}ml.exports.setGlobalDispatcher=sA;ml.exports.getGlobalDispatcher=iA;const cA=Rl(54398).fetch;ml.exports.fetch=async function fetch(ml,Al=undefined){try{return await cA(ml,Al)}catch(ml){if(ml&&typeof ml==="object"){Error.captureStackTrace(ml)}throw ml}};ml.exports.Headers=Rl(60660).Headers;ml.exports.Response=Rl(99051).Response;ml.exports.Request=Rl(9967).Request;ml.exports.FormData=Rl(35910).FormData;ml.exports.File=globalThis.File??Rl(4573).File;ml.exports.FileReader=Rl(48355).FileReader;const{setGlobalOrigin:uA,getGlobalOrigin:pA}=Rl(51059);ml.exports.setGlobalOrigin=uA;ml.exports.getGlobalOrigin=pA;const{CacheStorage:dA}=Rl(3245);const{kConstruct:hA}=Rl(20109);ml.exports.caches=new dA(hA);const{deleteCookie:fA,getCookies:_A,getSetCookies:mA,setCookie:gA}=Rl(79061);ml.exports.deleteCookie=fA;ml.exports.getCookies=_A;ml.exports.getSetCookies=mA;ml.exports.setCookie=gA;const{parseMIMEType:AA,serializeAMimeType:yA}=Rl(51900);ml.exports.parseMIMEType=AA;ml.exports.serializeAMimeType=yA;const{CloseEvent:bA,ErrorEvent:vA,MessageEvent:EA}=Rl(15188);ml.exports.WebSocket=Rl(13726).WebSocket;ml.exports.CloseEvent=bA;ml.exports.ErrorEvent=vA;ml.exports.MessageEvent=EA;ml.exports.request=makeDispatcher(S_.request);ml.exports.stream=makeDispatcher(S_.stream);ml.exports.pipeline=makeDispatcher(S_.pipeline);ml.exports.connect=makeDispatcher(S_.connect);ml.exports.upgrade=makeDispatcher(S_.upgrade);ml.exports.MockClient=Cg;ml.exports.MockPool=tA;ml.exports.MockAgent=eA;ml.exports.mockErrors=rA;const{EventSource:wA}=Rl(21238);ml.exports.EventSource=wA},80158:(ml,Al,Rl)=>{const{addAbortListener:zl}=Rl(3440);const{RequestAbortedError:rd}=Rl(68707);const yh=Symbol("kListener");const kh=Symbol("kSignal");function abort(ml){if(ml.abort){ml.abort(ml[kh]?.reason)}else{ml.reason=ml[kh]?.reason??new rd}removeSignal(ml)}function addSignal(ml,Al){ml.reason=null;ml[kh]=null;ml[yh]=null;if(!Al){return}if(Al.aborted){abort(ml);return}ml[kh]=Al;ml[yh]=()=>{abort(ml)};zl(ml[kh],ml[yh])}function removeSignal(ml){if(!ml[kh]){return}if("removeEventListener"in ml[kh]){ml[kh].removeEventListener("abort",ml[yh])}else{ml[kh].removeListener("abort",ml[yh])}ml[kh]=null;ml[yh]=null}ml.exports={addSignal:addSignal,removeSignal:removeSignal}},34660:(ml,Al,Rl)=>{"use strict";const zl=Rl(34589);const{AsyncResource:rd}=Rl(16698);const{InvalidArgumentError:yh,SocketError:kh}=Rl(68707);const Qh=Rl(3440);const{addSignal:cf,removeSignal:t_}=Rl(80158);class ConnectHandler extends rd{constructor(ml,Al){if(!ml||typeof ml!=="object"){throw new yh("invalid opts")}if(typeof Al!=="function"){throw new yh("invalid callback")}const{signal:Rl,opaque:zl,responseHeaders:rd}=ml;if(Rl&&typeof Rl.on!=="function"&&typeof Rl.addEventListener!=="function"){throw new yh("signal must be an EventEmitter or EventTarget")}super("UNDICI_CONNECT");this.opaque=zl||null;this.responseHeaders=rd||null;this.callback=Al;this.abort=null;cf(this,Rl)}onConnect(ml,Al){if(this.reason){ml(this.reason);return}zl(this.callback);this.abort=ml;this.context=Al}onHeaders(){throw new kh("bad connect",null)}onUpgrade(ml,Al,Rl){const{callback:zl,opaque:rd,context:yh}=this;t_(this);this.callback=null;let kh=Al;if(kh!=null){kh=this.responseHeaders==="raw"?Qh.parseRawHeaders(Al):Qh.parseHeaders(Al)}this.runInAsyncScope(zl,null,null,{statusCode:ml,headers:kh,socket:Rl,opaque:rd,context:yh})}onError(ml){const{callback:Al,opaque:Rl}=this;t_(this);if(Al){this.callback=null;queueMicrotask(()=>{this.runInAsyncScope(Al,null,ml,{opaque:Rl})})}}}function connect(ml,Al){if(Al===undefined){return new Promise((Al,Rl)=>{connect.call(this,ml,(ml,zl)=>ml?Rl(ml):Al(zl))})}try{const Rl=new ConnectHandler(ml,Al);this.dispatch({...ml,method:"CONNECT"},Rl)}catch(Rl){if(typeof Al!=="function"){throw Rl}const zl=ml?.opaque;queueMicrotask(()=>Al(Rl,{opaque:zl}))}}ml.exports=connect},76862:(ml,Al,Rl)=>{"use strict";const{Readable:zl,Duplex:rd,PassThrough:yh}=Rl(57075);const{InvalidArgumentError:kh,InvalidReturnValueError:Qh,RequestAbortedError:cf}=Rl(68707);const t_=Rl(3440);const{AsyncResource:r_}=Rl(16698);const{addSignal:u_,removeSignal:C_}=Rl(80158);const D_=Rl(34589);const S_=Symbol("resume");class PipelineRequest extends zl{constructor(){super({autoDestroy:true});this[S_]=null}_read(){const{[S_]:ml}=this;if(ml){this[S_]=null;ml()}}_destroy(ml,Al){this._read();Al(ml)}}class PipelineResponse extends zl{constructor(ml){super({autoDestroy:true});this[S_]=ml}_read(){this[S_]()}_destroy(ml,Al){if(!ml&&!this._readableState.endEmitted){ml=new cf}Al(ml)}}class PipelineHandler extends r_{constructor(ml,Al){if(!ml||typeof ml!=="object"){throw new kh("invalid opts")}if(typeof Al!=="function"){throw new kh("invalid handler")}const{signal:Rl,method:zl,opaque:yh,onInfo:Qh,responseHeaders:r_}=ml;if(Rl&&typeof Rl.on!=="function"&&typeof Rl.addEventListener!=="function"){throw new kh("signal must be an EventEmitter or EventTarget")}if(zl==="CONNECT"){throw new kh("invalid method")}if(Qh&&typeof Qh!=="function"){throw new kh("invalid onInfo callback")}super("UNDICI_PIPELINE");this.opaque=yh||null;this.responseHeaders=r_||null;this.handler=Al;this.abort=null;this.context=null;this.onInfo=Qh||null;this.req=(new PipelineRequest).on("error",t_.nop);this.ret=new rd({readableObjectMode:ml.objectMode,autoDestroy:true,read:()=>{const{body:ml}=this;if(ml?.resume){ml.resume()}},write:(ml,Al,Rl)=>{const{req:zl}=this;if(zl.push(ml,Al)||zl._readableState.destroyed){Rl()}else{zl[S_]=Rl}},destroy:(ml,Al)=>{const{body:Rl,req:zl,res:rd,ret:yh,abort:kh}=this;if(!ml&&!yh._readableState.endEmitted){ml=new cf}if(kh&&ml){kh()}t_.destroy(Rl,ml);t_.destroy(zl,ml);t_.destroy(rd,ml);C_(this);Al(ml)}}).on("prefinish",()=>{const{req:ml}=this;ml.push(null)});this.res=null;u_(this,Rl)}onConnect(ml,Al){const{ret:Rl,res:zl}=this;if(this.reason){ml(this.reason);return}D_(!zl,"pipeline cannot be retried");D_(!Rl.destroyed);this.abort=ml;this.context=Al}onHeaders(ml,Al,Rl){const{opaque:zl,handler:rd,context:yh}=this;if(ml<200){if(this.onInfo){const Rl=this.responseHeaders==="raw"?t_.parseRawHeaders(Al):t_.parseHeaders(Al);this.onInfo({statusCode:ml,headers:Rl})}return}this.res=new PipelineResponse(Rl);let kh;try{this.handler=null;const Rl=this.responseHeaders==="raw"?t_.parseRawHeaders(Al):t_.parseHeaders(Al);kh=this.runInAsyncScope(rd,null,{statusCode:ml,headers:Rl,opaque:zl,body:this.res,context:yh})}catch(ml){this.res.on("error",t_.nop);throw ml}if(!kh||typeof kh.on!=="function"){throw new Qh("expected Readable")}kh.on("data",ml=>{const{ret:Al,body:Rl}=this;if(!Al.push(ml)&&Rl.pause){Rl.pause()}}).on("error",ml=>{const{ret:Al}=this;t_.destroy(Al,ml)}).on("end",()=>{const{ret:ml}=this;ml.push(null)}).on("close",()=>{const{ret:ml}=this;if(!ml._readableState.ended){t_.destroy(ml,new cf)}});this.body=kh}onData(ml){const{res:Al}=this;return Al.push(ml)}onComplete(ml){const{res:Al}=this;Al.push(null)}onError(ml){const{ret:Al}=this;this.handler=null;t_.destroy(Al,ml)}}function pipeline(ml,Al){try{const Rl=new PipelineHandler(ml,Al);this.dispatch({...ml,body:Rl.req},Rl);return Rl.ret}catch(ml){return(new yh).destroy(ml)}}ml.exports=pipeline},14043:(ml,Al,Rl)=>{"use strict";const zl=Rl(34589);const{Readable:rd}=Rl(49927);const{InvalidArgumentError:yh,RequestAbortedError:kh}=Rl(68707);const Qh=Rl(3440);const{getResolveErrorBodyCallback:cf}=Rl(87655);const{AsyncResource:t_}=Rl(16698);class RequestHandler extends t_{constructor(ml,Al){if(!ml||typeof ml!=="object"){throw new yh("invalid opts")}const{signal:Rl,method:zl,opaque:rd,body:cf,onInfo:t_,responseHeaders:r_,throwOnError:u_,highWaterMark:C_}=ml;try{if(typeof Al!=="function"){throw new yh("invalid callback")}if(C_&&(typeof C_!=="number"||C_<0)){throw new yh("invalid highWaterMark")}if(Rl&&typeof Rl.on!=="function"&&typeof Rl.addEventListener!=="function"){throw new yh("signal must be an EventEmitter or EventTarget")}if(zl==="CONNECT"){throw new yh("invalid method")}if(t_&&typeof t_!=="function"){throw new yh("invalid onInfo callback")}super("UNDICI_REQUEST")}catch(ml){if(Qh.isStream(cf)){Qh.destroy(cf.on("error",Qh.nop),ml)}throw ml}this.method=zl;this.responseHeaders=r_||null;this.opaque=rd||null;this.callback=Al;this.res=null;this.abort=null;this.body=cf;this.trailers={};this.context=null;this.onInfo=t_||null;this.throwOnError=u_;this.highWaterMark=C_;this.signal=Rl;this.reason=null;this.removeAbortListener=null;if(Qh.isStream(cf)){cf.on("error",ml=>{this.onError(ml)})}if(this.signal){if(this.signal.aborted){this.reason=this.signal.reason??new kh}else{this.removeAbortListener=Qh.addAbortListener(this.signal,()=>{this.reason=this.signal.reason??new kh;if(this.res){Qh.destroy(this.res.on("error",Qh.nop),this.reason)}else if(this.abort){this.abort(this.reason)}if(this.removeAbortListener){this.res?.off("close",this.removeAbortListener);this.removeAbortListener();this.removeAbortListener=null}})}}}onConnect(ml,Al){if(this.reason){ml(this.reason);return}zl(this.callback);this.abort=ml;this.context=Al}onHeaders(ml,Al,Rl,zl){const{callback:yh,opaque:kh,abort:t_,context:r_,responseHeaders:u_,highWaterMark:C_}=this;const D_=u_==="raw"?Qh.parseRawHeaders(Al):Qh.parseHeaders(Al);if(ml<200){if(this.onInfo){this.onInfo({statusCode:ml,headers:D_})}return}const S_=u_==="raw"?Qh.parseHeaders(Al):D_;const P_=S_["content-type"];const Cg=S_["content-length"];const eA=new rd({resume:Rl,abort:t_,contentType:P_,contentLength:this.method!=="HEAD"&&Cg?Number(Cg):null,highWaterMark:C_});if(this.removeAbortListener){eA.on("close",this.removeAbortListener)}this.callback=null;this.res=eA;if(yh!==null){if(this.throwOnError&&ml>=400){this.runInAsyncScope(cf,null,{callback:yh,body:eA,contentType:P_,statusCode:ml,statusMessage:zl,headers:D_})}else{this.runInAsyncScope(yh,null,null,{statusCode:ml,headers:D_,trailers:this.trailers,opaque:kh,body:eA,context:r_})}}}onData(ml){return this.res.push(ml)}onComplete(ml){Qh.parseHeaders(ml,this.trailers);this.res.push(null)}onError(ml){const{res:Al,callback:Rl,body:zl,opaque:rd}=this;if(Rl){this.callback=null;queueMicrotask(()=>{this.runInAsyncScope(Rl,null,ml,{opaque:rd})})}if(Al){this.res=null;queueMicrotask(()=>{Qh.destroy(Al,ml)})}if(zl){this.body=null;Qh.destroy(zl,ml)}if(this.removeAbortListener){Al?.off("close",this.removeAbortListener);this.removeAbortListener();this.removeAbortListener=null}}}function request(ml,Al){if(Al===undefined){return new Promise((Al,Rl)=>{request.call(this,ml,(ml,zl)=>ml?Rl(ml):Al(zl))})}try{this.dispatch(ml,new RequestHandler(ml,Al))}catch(Rl){if(typeof Al!=="function"){throw Rl}const zl=ml?.opaque;queueMicrotask(()=>Al(Rl,{opaque:zl}))}}ml.exports=request;ml.exports.RequestHandler=RequestHandler},3560:(ml,Al,Rl)=>{"use strict";const zl=Rl(34589);const{finished:rd,PassThrough:yh}=Rl(57075);const{InvalidArgumentError:kh,InvalidReturnValueError:Qh}=Rl(68707);const cf=Rl(3440);const{getResolveErrorBodyCallback:t_}=Rl(87655);const{AsyncResource:r_}=Rl(16698);const{addSignal:u_,removeSignal:C_}=Rl(80158);class StreamHandler extends r_{constructor(ml,Al,Rl){if(!ml||typeof ml!=="object"){throw new kh("invalid opts")}const{signal:zl,method:rd,opaque:yh,body:Qh,onInfo:t_,responseHeaders:r_,throwOnError:C_}=ml;try{if(typeof Rl!=="function"){throw new kh("invalid callback")}if(typeof Al!=="function"){throw new kh("invalid factory")}if(zl&&typeof zl.on!=="function"&&typeof zl.addEventListener!=="function"){throw new kh("signal must be an EventEmitter or EventTarget")}if(rd==="CONNECT"){throw new kh("invalid method")}if(t_&&typeof t_!=="function"){throw new kh("invalid onInfo callback")}super("UNDICI_STREAM")}catch(ml){if(cf.isStream(Qh)){cf.destroy(Qh.on("error",cf.nop),ml)}throw ml}this.responseHeaders=r_||null;this.opaque=yh||null;this.factory=Al;this.callback=Rl;this.res=null;this.abort=null;this.context=null;this.trailers=null;this.body=Qh;this.onInfo=t_||null;this.throwOnError=C_||false;if(cf.isStream(Qh)){Qh.on("error",ml=>{this.onError(ml)})}u_(this,zl)}onConnect(ml,Al){if(this.reason){ml(this.reason);return}zl(this.callback);this.abort=ml;this.context=Al}onHeaders(ml,Al,Rl,zl){const{factory:kh,opaque:r_,context:u_,callback:C_,responseHeaders:D_}=this;const S_=D_==="raw"?cf.parseRawHeaders(Al):cf.parseHeaders(Al);if(ml<200){if(this.onInfo){this.onInfo({statusCode:ml,headers:S_})}return}this.factory=null;let P_;if(this.throwOnError&&ml>=400){const Rl=D_==="raw"?cf.parseHeaders(Al):S_;const rd=Rl["content-type"];P_=new yh;this.callback=null;this.runInAsyncScope(t_,null,{callback:C_,body:P_,contentType:rd,statusCode:ml,statusMessage:zl,headers:S_})}else{if(kh===null){return}P_=this.runInAsyncScope(kh,null,{statusCode:ml,headers:S_,opaque:r_,context:u_});if(!P_||typeof P_.write!=="function"||typeof P_.end!=="function"||typeof P_.on!=="function"){throw new Qh("expected Writable")}rd(P_,{readable:false},ml=>{const{callback:Al,res:Rl,opaque:zl,trailers:rd,abort:yh}=this;this.res=null;if(ml||!Rl.readable){cf.destroy(Rl,ml)}this.callback=null;this.runInAsyncScope(Al,null,ml||null,{opaque:zl,trailers:rd});if(ml){yh()}})}P_.on("drain",Rl);this.res=P_;const Cg=P_.writableNeedDrain!==undefined?P_.writableNeedDrain:P_._writableState?.needDrain;return Cg!==true}onData(ml){const{res:Al}=this;return Al?Al.write(ml):true}onComplete(ml){const{res:Al}=this;C_(this);if(!Al){return}this.trailers=cf.parseHeaders(ml);Al.end()}onError(ml){const{res:Al,callback:Rl,opaque:zl,body:rd}=this;C_(this);this.factory=null;if(Al){this.res=null;cf.destroy(Al,ml)}else if(Rl){this.callback=null;queueMicrotask(()=>{this.runInAsyncScope(Rl,null,ml,{opaque:zl})})}if(rd){this.body=null;cf.destroy(rd,ml)}}}function stream(ml,Al,Rl){if(Rl===undefined){return new Promise((Rl,zl)=>{stream.call(this,ml,Al,(ml,Al)=>ml?zl(ml):Rl(Al))})}try{this.dispatch(ml,new StreamHandler(ml,Al,Rl))}catch(Al){if(typeof Rl!=="function"){throw Al}const zl=ml?.opaque;queueMicrotask(()=>Rl(Al,{opaque:zl}))}}ml.exports=stream},61882:(ml,Al,Rl)=>{"use strict";const{InvalidArgumentError:zl,SocketError:rd}=Rl(68707);const{AsyncResource:yh}=Rl(16698);const kh=Rl(3440);const{addSignal:Qh,removeSignal:cf}=Rl(80158);const t_=Rl(34589);class UpgradeHandler extends yh{constructor(ml,Al){if(!ml||typeof ml!=="object"){throw new zl("invalid opts")}if(typeof Al!=="function"){throw new zl("invalid callback")}const{signal:Rl,opaque:rd,responseHeaders:yh}=ml;if(Rl&&typeof Rl.on!=="function"&&typeof Rl.addEventListener!=="function"){throw new zl("signal must be an EventEmitter or EventTarget")}super("UNDICI_UPGRADE");this.responseHeaders=yh||null;this.opaque=rd||null;this.callback=Al;this.abort=null;this.context=null;Qh(this,Rl)}onConnect(ml,Al){if(this.reason){ml(this.reason);return}t_(this.callback);this.abort=ml;this.context=null}onHeaders(){throw new rd("bad upgrade",null)}onUpgrade(ml,Al,Rl){t_(ml===101);const{callback:zl,opaque:rd,context:yh}=this;cf(this);this.callback=null;const Qh=this.responseHeaders==="raw"?kh.parseRawHeaders(Al):kh.parseHeaders(Al);this.runInAsyncScope(zl,null,null,{headers:Qh,socket:Rl,opaque:rd,context:yh})}onError(ml){const{callback:Al,opaque:Rl}=this;cf(this);if(Al){this.callback=null;queueMicrotask(()=>{this.runInAsyncScope(Al,null,ml,{opaque:Rl})})}}}function upgrade(ml,Al){if(Al===undefined){return new Promise((Al,Rl)=>{upgrade.call(this,ml,(ml,zl)=>ml?Rl(ml):Al(zl))})}try{const Rl=new UpgradeHandler(ml,Al);this.dispatch({...ml,method:ml.method||"GET",upgrade:ml.protocol||"Websocket"},Rl)}catch(Rl){if(typeof Al!=="function"){throw Rl}const zl=ml?.opaque;queueMicrotask(()=>Al(Rl,{opaque:zl}))}}ml.exports=upgrade},56615:(ml,Al,Rl)=>{"use strict";ml.exports.request=Rl(14043);ml.exports.stream=Rl(3560);ml.exports.pipeline=Rl(76862);ml.exports.upgrade=Rl(61882);ml.exports.connect=Rl(34660)},49927:(ml,Al,Rl)=>{"use strict";const zl=Rl(34589);const{Readable:rd}=Rl(57075);const{RequestAbortedError:yh,NotSupportedError:kh,InvalidArgumentError:Qh,AbortError:cf}=Rl(68707);const t_=Rl(3440);const{ReadableStreamFrom:r_}=Rl(3440);const u_=Symbol("kConsume");const C_=Symbol("kReading");const D_=Symbol("kBody");const S_=Symbol("kAbort");const P_=Symbol("kContentType");const Cg=Symbol("kContentLength");const noop=()=>{};class BodyReadable extends rd{constructor({resume:ml,abort:Al,contentType:Rl="",contentLength:zl,highWaterMark:rd=64*1024}){super({autoDestroy:true,read:ml,highWaterMark:rd});this._readableState.dataEmitted=false;this[S_]=Al;this[u_]=null;this[D_]=null;this[P_]=Rl;this[Cg]=zl;this[C_]=false}destroy(ml){if(!ml&&!this._readableState.endEmitted){ml=new yh}if(ml){this[S_]()}return super.destroy(ml)}_destroy(ml,Al){if(!this[C_]){setImmediate(()=>{Al(ml)})}else{Al(ml)}}on(ml,...Al){if(ml==="data"||ml==="readable"){this[C_]=true}return super.on(ml,...Al)}addListener(ml,...Al){return this.on(ml,...Al)}off(ml,...Al){const Rl=super.off(ml,...Al);if(ml==="data"||ml==="readable"){this[C_]=this.listenerCount("data")>0||this.listenerCount("readable")>0}return Rl}removeListener(ml,...Al){return this.off(ml,...Al)}push(ml){if(this[u_]&&ml!==null){consumePush(this[u_],ml);return this[C_]?super.push(ml):true}return super.push(ml)}async text(){return consume(this,"text")}async json(){return consume(this,"json")}async blob(){return consume(this,"blob")}async bytes(){return consume(this,"bytes")}async arrayBuffer(){return consume(this,"arrayBuffer")}async formData(){throw new kh}get bodyUsed(){return t_.isDisturbed(this)}get body(){if(!this[D_]){this[D_]=r_(this);if(this[u_]){this[D_].getReader();zl(this[D_].locked)}}return this[D_]}async dump(ml){let Al=Number.isFinite(ml?.limit)?ml.limit:128*1024;const Rl=ml?.signal;if(Rl!=null&&(typeof Rl!=="object"||!("aborted"in Rl))){throw new Qh("signal must be an AbortSignal")}Rl?.throwIfAborted();if(this._readableState.closeEmitted){return null}return await new Promise((ml,zl)=>{if(this[Cg]>Al){this.destroy(new cf)}const onAbort=()=>{this.destroy(Rl.reason??new cf)};Rl?.addEventListener("abort",onAbort);this.on("close",function(){Rl?.removeEventListener("abort",onAbort);if(Rl?.aborted){zl(Rl.reason??new cf)}else{ml(null)}}).on("error",noop).on("data",function(ml){Al-=ml.length;if(Al<=0){this.destroy()}}).resume()})}}function isLocked(ml){return ml[D_]&&ml[D_].locked===true||ml[u_]}function isUnusable(ml){return t_.isDisturbed(ml)||isLocked(ml)}async function consume(ml,Al){zl(!ml[u_]);return new Promise((Rl,zl)=>{if(isUnusable(ml)){const Al=ml._readableState;if(Al.destroyed&&Al.closeEmitted===false){ml.on("error",ml=>{zl(ml)}).on("close",()=>{zl(new TypeError("unusable"))})}else{zl(Al.errored??new TypeError("unusable"))}}else{queueMicrotask(()=>{ml[u_]={type:Al,stream:ml,resolve:Rl,reject:zl,length:0,body:[]};ml.on("error",function(ml){consumeFinish(this[u_],ml)}).on("close",function(){if(this[u_].body!==null){consumeFinish(this[u_],new yh)}});consumeStart(ml[u_])})}})}function consumeStart(ml){if(ml.body===null){return}const{_readableState:Al}=ml.stream;if(Al.bufferIndex){const Rl=Al.bufferIndex;const zl=Al.buffer.length;for(let rd=Rl;rd2&&Rl[0]===239&&Rl[1]===187&&Rl[2]===191?3:0;return Rl.utf8Slice(rd,zl)}function chunksConcat(ml,Al){if(ml.length===0||Al===0){return new Uint8Array(0)}if(ml.length===1){return new Uint8Array(ml[0])}const Rl=new Uint8Array(Buffer.allocUnsafeSlow(Al).buffer);let zl=0;for(let Al=0;Al{const zl=Rl(34589);const{ResponseStatusCodeError:rd}=Rl(68707);const{chunksDecode:yh}=Rl(49927);const kh=128*1024;async function getResolveErrorBodyCallback({callback:ml,body:Al,contentType:Rl,statusCode:Qh,statusMessage:cf,headers:t_}){zl(Al);let r_=[];let u_=0;try{for await(const ml of Al){r_.push(ml);u_+=ml.length;if(u_>kh){r_=[];u_=0;break}}}catch{r_=[];u_=0}const C_=`Response status code ${Qh}${cf?`: ${cf}`:""}`;if(Qh===204||!Rl||!u_){queueMicrotask(()=>ml(new rd(C_,Qh,t_)));return}const D_=Error.stackTraceLimit;Error.stackTraceLimit=0;let S_;try{if(isContentTypeApplicationJson(Rl)){S_=JSON.parse(yh(r_,u_))}else if(isContentTypeText(Rl)){S_=yh(r_,u_)}}catch{}finally{Error.stackTraceLimit=D_}queueMicrotask(()=>ml(new rd(C_,Qh,t_,S_)))}const isContentTypeApplicationJson=ml=>ml.length>15&&ml[11]==="/"&&ml[0]==="a"&&ml[1]==="p"&&ml[2]==="p"&&ml[3]==="l"&&ml[4]==="i"&&ml[5]==="c"&&ml[6]==="a"&&ml[7]==="t"&&ml[8]==="i"&&ml[9]==="o"&&ml[10]==="n"&&ml[12]==="j"&&ml[13]==="s"&&ml[14]==="o"&&ml[15]==="n";const isContentTypeText=ml=>ml.length>4&&ml[4]==="/"&&ml[0]==="t"&&ml[1]==="e"&&ml[2]==="x"&&ml[3]==="t";ml.exports={getResolveErrorBodyCallback:getResolveErrorBodyCallback,isContentTypeApplicationJson:isContentTypeApplicationJson,isContentTypeText:isContentTypeText}},59136:(ml,Al,Rl)=>{"use strict";const zl=Rl(77030);const rd=Rl(34589);const yh=Rl(3440);const{InvalidArgumentError:kh,ConnectTimeoutError:Qh}=Rl(68707);const cf=Rl(96603);function noop(){}let t_;let r_;if(global.FinalizationRegistry&&!(process.env.NODE_V8_COVERAGE||process.env.UNDICI_NO_FG)){r_=class WeakSessionCache{constructor(ml){this._maxCachedSessions=ml;this._sessionCache=new Map;this._sessionRegistry=new global.FinalizationRegistry(ml=>{if(this._sessionCache.size=this._maxCachedSessions){const{value:ml}=this._sessionCache.keys().next();this._sessionCache.delete(ml)}this._sessionCache.set(ml,Al)}}}function buildConnector({allowH2:ml,maxCachedSessions:Al,socketPath:Qh,timeout:cf,session:C_,...D_}){if(Al!=null&&(!Number.isInteger(Al)||Al<0)){throw new kh("maxCachedSessions must be a positive integer or zero")}const S_={path:Qh,...D_};const P_=new r_(Al==null?100:Al);cf=cf==null?1e4:cf;ml=ml!=null?ml:false;return function connect({hostname:Al,host:kh,protocol:Qh,port:r_,servername:D_,localAddress:Cg,httpSocket:eA},tA){let rA;if(Qh==="https:"){if(!t_){t_=Rl(41692)}D_=D_||S_.servername||yh.getServerName(kh)||null;const zl=D_||Al;rd(zl);const Qh=C_||P_.get(zl)||null;r_=r_||443;rA=t_.connect({highWaterMark:16384,...S_,servername:D_,session:Qh,localAddress:Cg,ALPNProtocols:ml?["http/1.1","h2"]:["http/1.1"],socket:eA,port:r_,host:Al});rA.on("session",function(ml){P_.set(zl,ml)})}else{rd(!eA,"httpSocket can only be sent on TLS update");r_=r_||80;rA=zl.connect({highWaterMark:64*1024,...S_,localAddress:Cg,port:r_,host:Al})}if(S_.keepAlive==null||S_.keepAlive){const ml=S_.keepAliveInitialDelay===undefined?6e4:S_.keepAliveInitialDelay;rA.setKeepAlive(true,ml)}const nA=u_(new WeakRef(rA),{timeout:cf,hostname:Al,port:r_});rA.setNoDelay(true).once(Qh==="https:"?"secureConnect":"connect",function(){queueMicrotask(nA);if(tA){const ml=tA;tA=null;ml(null,this)}}).on("error",function(ml){queueMicrotask(nA);if(tA){const Al=tA;tA=null;Al(ml)}});return rA}}const u_=process.platform==="win32"?(ml,Al)=>{if(!Al.timeout){return noop}let Rl=null;let zl=null;const rd=cf.setFastTimeout(()=>{Rl=setImmediate(()=>{zl=setImmediate(()=>onConnectTimeout(ml.deref(),Al))})},Al.timeout);return()=>{cf.clearFastTimeout(rd);clearImmediate(Rl);clearImmediate(zl)}}:(ml,Al)=>{if(!Al.timeout){return noop}let Rl=null;const zl=cf.setFastTimeout(()=>{Rl=setImmediate(()=>{onConnectTimeout(ml.deref(),Al)})},Al.timeout);return()=>{cf.clearFastTimeout(zl);clearImmediate(Rl)}};function onConnectTimeout(ml,Al){if(ml==null){return}let Rl="Connect Timeout Error";if(Array.isArray(ml.autoSelectFamilyAttemptedAddresses)){Rl+=` (attempted addresses: ${ml.autoSelectFamilyAttemptedAddresses.join(", ")},`}else{Rl+=` (attempted address: ${Al.hostname}:${Al.port},`}Rl+=` timeout: ${Al.timeout}ms)`;yh.destroy(ml,new Qh(Rl))}ml.exports=buildConnector},10735:ml=>{"use strict";const Al={};const Rl=["Accept","Accept-Encoding","Accept-Language","Accept-Ranges","Access-Control-Allow-Credentials","Access-Control-Allow-Headers","Access-Control-Allow-Methods","Access-Control-Allow-Origin","Access-Control-Expose-Headers","Access-Control-Max-Age","Access-Control-Request-Headers","Access-Control-Request-Method","Age","Allow","Alt-Svc","Alt-Used","Authorization","Cache-Control","Clear-Site-Data","Connection","Content-Disposition","Content-Encoding","Content-Language","Content-Length","Content-Location","Content-Range","Content-Security-Policy","Content-Security-Policy-Report-Only","Content-Type","Cookie","Cross-Origin-Embedder-Policy","Cross-Origin-Opener-Policy","Cross-Origin-Resource-Policy","Date","Device-Memory","Downlink","ECT","ETag","Expect","Expect-CT","Expires","Forwarded","From","Host","If-Match","If-Modified-Since","If-None-Match","If-Range","If-Unmodified-Since","Keep-Alive","Last-Modified","Link","Location","Max-Forwards","Origin","Permissions-Policy","Pragma","Proxy-Authenticate","Proxy-Authorization","RTT","Range","Referer","Referrer-Policy","Refresh","Retry-After","Sec-WebSocket-Accept","Sec-WebSocket-Extensions","Sec-WebSocket-Key","Sec-WebSocket-Protocol","Sec-WebSocket-Version","Server","Server-Timing","Service-Worker-Allowed","Service-Worker-Navigation-Preload","Set-Cookie","SourceMap","Strict-Transport-Security","Supports-Loading-Mode","TE","Timing-Allow-Origin","Trailer","Transfer-Encoding","Upgrade","Upgrade-Insecure-Requests","User-Agent","Vary","Via","WWW-Authenticate","X-Content-Type-Options","X-DNS-Prefetch-Control","X-Frame-Options","X-Permitted-Cross-Domain-Policies","X-Powered-By","X-Requested-With","X-XSS-Protection"];for(let ml=0;ml{"use strict";const zl=Rl(53053);const rd=Rl(57975);const yh=rd.debuglog("undici");const kh=rd.debuglog("fetch");const Qh=rd.debuglog("websocket");let cf=false;const t_={beforeConnect:zl.channel("undici:client:beforeConnect"),connected:zl.channel("undici:client:connected"),connectError:zl.channel("undici:client:connectError"),sendHeaders:zl.channel("undici:client:sendHeaders"),create:zl.channel("undici:request:create"),bodySent:zl.channel("undici:request:bodySent"),headers:zl.channel("undici:request:headers"),trailers:zl.channel("undici:request:trailers"),error:zl.channel("undici:request:error"),open:zl.channel("undici:websocket:open"),close:zl.channel("undici:websocket:close"),socketError:zl.channel("undici:websocket:socket_error"),ping:zl.channel("undici:websocket:ping"),pong:zl.channel("undici:websocket:pong")};if(yh.enabled||kh.enabled){const ml=kh.enabled?kh:yh;zl.channel("undici:client:beforeConnect").subscribe(Al=>{const{connectParams:{version:Rl,protocol:zl,port:rd,host:yh}}=Al;ml("connecting to %s using %s%s",`${yh}${rd?`:${rd}`:""}`,zl,Rl)});zl.channel("undici:client:connected").subscribe(Al=>{const{connectParams:{version:Rl,protocol:zl,port:rd,host:yh}}=Al;ml("connected to %s using %s%s",`${yh}${rd?`:${rd}`:""}`,zl,Rl)});zl.channel("undici:client:connectError").subscribe(Al=>{const{connectParams:{version:Rl,protocol:zl,port:rd,host:yh},error:kh}=Al;ml("connection to %s using %s%s errored - %s",`${yh}${rd?`:${rd}`:""}`,zl,Rl,kh.message)});zl.channel("undici:client:sendHeaders").subscribe(Al=>{const{request:{method:Rl,path:zl,origin:rd}}=Al;ml("sending request to %s %s/%s",Rl,rd,zl)});zl.channel("undici:request:headers").subscribe(Al=>{const{request:{method:Rl,path:zl,origin:rd},response:{statusCode:yh}}=Al;ml("received response to %s %s/%s - HTTP %d",Rl,rd,zl,yh)});zl.channel("undici:request:trailers").subscribe(Al=>{const{request:{method:Rl,path:zl,origin:rd}}=Al;ml("trailers received from %s %s/%s",Rl,rd,zl)});zl.channel("undici:request:error").subscribe(Al=>{const{request:{method:Rl,path:zl,origin:rd},error:yh}=Al;ml("request to %s %s/%s errored - %s",Rl,rd,zl,yh.message)});cf=true}if(Qh.enabled){if(!cf){const ml=yh.enabled?yh:Qh;zl.channel("undici:client:beforeConnect").subscribe(Al=>{const{connectParams:{version:Rl,protocol:zl,port:rd,host:yh}}=Al;ml("connecting to %s%s using %s%s",yh,rd?`:${rd}`:"",zl,Rl)});zl.channel("undici:client:connected").subscribe(Al=>{const{connectParams:{version:Rl,protocol:zl,port:rd,host:yh}}=Al;ml("connected to %s%s using %s%s",yh,rd?`:${rd}`:"",zl,Rl)});zl.channel("undici:client:connectError").subscribe(Al=>{const{connectParams:{version:Rl,protocol:zl,port:rd,host:yh},error:kh}=Al;ml("connection to %s%s using %s%s errored - %s",yh,rd?`:${rd}`:"",zl,Rl,kh.message)});zl.channel("undici:client:sendHeaders").subscribe(Al=>{const{request:{method:Rl,path:zl,origin:rd}}=Al;ml("sending request to %s %s/%s",Rl,rd,zl)})}zl.channel("undici:websocket:open").subscribe(ml=>{const{address:{address:Al,port:Rl}}=ml;Qh("connection opened %s%s",Al,Rl?`:${Rl}`:"")});zl.channel("undici:websocket:close").subscribe(ml=>{const{websocket:Al,code:Rl,reason:zl}=ml;Qh("closed connection to %s - %s %s",Al.url,Rl,zl)});zl.channel("undici:websocket:socket_error").subscribe(ml=>{Qh("connection errored - %s",ml.message)});zl.channel("undici:websocket:ping").subscribe(ml=>{Qh("ping received")});zl.channel("undici:websocket:pong").subscribe(ml=>{Qh("pong received")})}ml.exports={channels:t_}},68707:ml=>{"use strict";const Al=Symbol.for("undici.error.UND_ERR");class UndiciError extends Error{constructor(ml){super(ml);this.name="UndiciError";this.code="UND_ERR"}static[Symbol.hasInstance](ml){return ml&&ml[Al]===true}[Al]=true}const Rl=Symbol.for("undici.error.UND_ERR_CONNECT_TIMEOUT");class ConnectTimeoutError extends UndiciError{constructor(ml){super(ml);this.name="ConnectTimeoutError";this.message=ml||"Connect Timeout Error";this.code="UND_ERR_CONNECT_TIMEOUT"}static[Symbol.hasInstance](ml){return ml&&ml[Rl]===true}[Rl]=true}const zl=Symbol.for("undici.error.UND_ERR_HEADERS_TIMEOUT");class HeadersTimeoutError extends UndiciError{constructor(ml){super(ml);this.name="HeadersTimeoutError";this.message=ml||"Headers Timeout Error";this.code="UND_ERR_HEADERS_TIMEOUT"}static[Symbol.hasInstance](ml){return ml&&ml[zl]===true}[zl]=true}const rd=Symbol.for("undici.error.UND_ERR_HEADERS_OVERFLOW");class HeadersOverflowError extends UndiciError{constructor(ml){super(ml);this.name="HeadersOverflowError";this.message=ml||"Headers Overflow Error";this.code="UND_ERR_HEADERS_OVERFLOW"}static[Symbol.hasInstance](ml){return ml&&ml[rd]===true}[rd]=true}const yh=Symbol.for("undici.error.UND_ERR_BODY_TIMEOUT");class BodyTimeoutError extends UndiciError{constructor(ml){super(ml);this.name="BodyTimeoutError";this.message=ml||"Body Timeout Error";this.code="UND_ERR_BODY_TIMEOUT"}static[Symbol.hasInstance](ml){return ml&&ml[yh]===true}[yh]=true}const kh=Symbol.for("undici.error.UND_ERR_RESPONSE_STATUS_CODE");class ResponseStatusCodeError extends UndiciError{constructor(ml,Al,Rl,zl){super(ml);this.name="ResponseStatusCodeError";this.message=ml||"Response Status Code Error";this.code="UND_ERR_RESPONSE_STATUS_CODE";this.body=zl;this.status=Al;this.statusCode=Al;this.headers=Rl}static[Symbol.hasInstance](ml){return ml&&ml[kh]===true}[kh]=true}const Qh=Symbol.for("undici.error.UND_ERR_INVALID_ARG");class InvalidArgumentError extends UndiciError{constructor(ml){super(ml);this.name="InvalidArgumentError";this.message=ml||"Invalid Argument Error";this.code="UND_ERR_INVALID_ARG"}static[Symbol.hasInstance](ml){return ml&&ml[Qh]===true}[Qh]=true}const cf=Symbol.for("undici.error.UND_ERR_INVALID_RETURN_VALUE");class InvalidReturnValueError extends UndiciError{constructor(ml){super(ml);this.name="InvalidReturnValueError";this.message=ml||"Invalid Return Value Error";this.code="UND_ERR_INVALID_RETURN_VALUE"}static[Symbol.hasInstance](ml){return ml&&ml[cf]===true}[cf]=true}const t_=Symbol.for("undici.error.UND_ERR_ABORT");class AbortError extends UndiciError{constructor(ml){super(ml);this.name="AbortError";this.message=ml||"The operation was aborted";this.code="UND_ERR_ABORT"}static[Symbol.hasInstance](ml){return ml&&ml[t_]===true}[t_]=true}const r_=Symbol.for("undici.error.UND_ERR_ABORTED");class RequestAbortedError extends AbortError{constructor(ml){super(ml);this.name="AbortError";this.message=ml||"Request aborted";this.code="UND_ERR_ABORTED"}static[Symbol.hasInstance](ml){return ml&&ml[r_]===true}[r_]=true}const u_=Symbol.for("undici.error.UND_ERR_INFO");class InformationalError extends UndiciError{constructor(ml){super(ml);this.name="InformationalError";this.message=ml||"Request information";this.code="UND_ERR_INFO"}static[Symbol.hasInstance](ml){return ml&&ml[u_]===true}[u_]=true}const C_=Symbol.for("undici.error.UND_ERR_REQ_CONTENT_LENGTH_MISMATCH");class RequestContentLengthMismatchError extends UndiciError{constructor(ml){super(ml);this.name="RequestContentLengthMismatchError";this.message=ml||"Request body length does not match content-length header";this.code="UND_ERR_REQ_CONTENT_LENGTH_MISMATCH"}static[Symbol.hasInstance](ml){return ml&&ml[C_]===true}[C_]=true}const D_=Symbol.for("undici.error.UND_ERR_RES_CONTENT_LENGTH_MISMATCH");class ResponseContentLengthMismatchError extends UndiciError{constructor(ml){super(ml);this.name="ResponseContentLengthMismatchError";this.message=ml||"Response body length does not match content-length header";this.code="UND_ERR_RES_CONTENT_LENGTH_MISMATCH"}static[Symbol.hasInstance](ml){return ml&&ml[D_]===true}[D_]=true}const S_=Symbol.for("undici.error.UND_ERR_DESTROYED");class ClientDestroyedError extends UndiciError{constructor(ml){super(ml);this.name="ClientDestroyedError";this.message=ml||"The client is destroyed";this.code="UND_ERR_DESTROYED"}static[Symbol.hasInstance](ml){return ml&&ml[S_]===true}[S_]=true}const P_=Symbol.for("undici.error.UND_ERR_CLOSED");class ClientClosedError extends UndiciError{constructor(ml){super(ml);this.name="ClientClosedError";this.message=ml||"The client is closed";this.code="UND_ERR_CLOSED"}static[Symbol.hasInstance](ml){return ml&&ml[P_]===true}[P_]=true}const Cg=Symbol.for("undici.error.UND_ERR_SOCKET");class SocketError extends UndiciError{constructor(ml,Al){super(ml);this.name="SocketError";this.message=ml||"Socket error";this.code="UND_ERR_SOCKET";this.socket=Al}static[Symbol.hasInstance](ml){return ml&&ml[Cg]===true}[Cg]=true}const eA=Symbol.for("undici.error.UND_ERR_NOT_SUPPORTED");class NotSupportedError extends UndiciError{constructor(ml){super(ml);this.name="NotSupportedError";this.message=ml||"Not supported error";this.code="UND_ERR_NOT_SUPPORTED"}static[Symbol.hasInstance](ml){return ml&&ml[eA]===true}[eA]=true}const tA=Symbol.for("undici.error.UND_ERR_BPL_MISSING_UPSTREAM");class BalancedPoolMissingUpstreamError extends UndiciError{constructor(ml){super(ml);this.name="MissingUpstreamError";this.message=ml||"No upstream has been added to the BalancedPool";this.code="UND_ERR_BPL_MISSING_UPSTREAM"}static[Symbol.hasInstance](ml){return ml&&ml[tA]===true}[tA]=true}const rA=Symbol.for("undici.error.UND_ERR_HTTP_PARSER");class HTTPParserError extends Error{constructor(ml,Al,Rl){super(ml);this.name="HTTPParserError";this.code=Al?`HPE_${Al}`:undefined;this.data=Rl?Rl.toString():undefined}static[Symbol.hasInstance](ml){return ml&&ml[rA]===true}[rA]=true}const nA=Symbol.for("undici.error.UND_ERR_RES_EXCEEDED_MAX_SIZE");class ResponseExceededMaxSizeError extends UndiciError{constructor(ml){super(ml);this.name="ResponseExceededMaxSizeError";this.message=ml||"Response content exceeded max size";this.code="UND_ERR_RES_EXCEEDED_MAX_SIZE"}static[Symbol.hasInstance](ml){return ml&&ml[nA]===true}[nA]=true}const iA=Symbol.for("undici.error.UND_ERR_REQ_RETRY");class RequestRetryError extends UndiciError{constructor(ml,Al,{headers:Rl,data:zl}){super(ml);this.name="RequestRetryError";this.message=ml||"Request retry error";this.code="UND_ERR_REQ_RETRY";this.statusCode=Al;this.data=zl;this.headers=Rl}static[Symbol.hasInstance](ml){return ml&&ml[iA]===true}[iA]=true}const sA=Symbol.for("undici.error.UND_ERR_RESPONSE");class ResponseError extends UndiciError{constructor(ml,Al,{headers:Rl,data:zl}){super(ml);this.name="ResponseError";this.message=ml||"Response error";this.code="UND_ERR_RESPONSE";this.statusCode=Al;this.data=zl;this.headers=Rl}static[Symbol.hasInstance](ml){return ml&&ml[sA]===true}[sA]=true}const aA=Symbol.for("undici.error.UND_ERR_PRX_TLS");class SecureProxyConnectionError extends UndiciError{constructor(ml,Al,Rl){super(Al,{cause:ml,...Rl??{}});this.name="SecureProxyConnectionError";this.message=Al||"Secure Proxy Connection failed";this.code="UND_ERR_PRX_TLS";this.cause=ml}static[Symbol.hasInstance](ml){return ml&&ml[aA]===true}[aA]=true}const oA=Symbol.for("undici.error.UND_ERR_WS_MESSAGE_SIZE_EXCEEDED");class MessageSizeExceededError extends UndiciError{constructor(ml){super(ml);this.name="MessageSizeExceededError";this.message=ml||"Max decompressed message size exceeded";this.code="UND_ERR_WS_MESSAGE_SIZE_EXCEEDED"}static[Symbol.hasInstance](ml){return ml&&ml[oA]===true}get[oA](){return true}}ml.exports={AbortError:AbortError,HTTPParserError:HTTPParserError,UndiciError:UndiciError,HeadersTimeoutError:HeadersTimeoutError,HeadersOverflowError:HeadersOverflowError,BodyTimeoutError:BodyTimeoutError,RequestContentLengthMismatchError:RequestContentLengthMismatchError,ConnectTimeoutError:ConnectTimeoutError,ResponseStatusCodeError:ResponseStatusCodeError,InvalidArgumentError:InvalidArgumentError,InvalidReturnValueError:InvalidReturnValueError,RequestAbortedError:RequestAbortedError,ClientDestroyedError:ClientDestroyedError,ClientClosedError:ClientClosedError,InformationalError:InformationalError,SocketError:SocketError,NotSupportedError:NotSupportedError,ResponseContentLengthMismatchError:ResponseContentLengthMismatchError,BalancedPoolMissingUpstreamError:BalancedPoolMissingUpstreamError,ResponseExceededMaxSizeError:ResponseExceededMaxSizeError,RequestRetryError:RequestRetryError,ResponseError:ResponseError,SecureProxyConnectionError:SecureProxyConnectionError,MessageSizeExceededError:MessageSizeExceededError}},44655:(ml,Al,Rl)=>{"use strict";const{InvalidArgumentError:zl,NotSupportedError:rd}=Rl(68707);const yh=Rl(34589);const{isValidHTTPToken:kh,isValidHeaderValue:Qh,isStream:cf,destroy:t_,isBuffer:r_,isFormDataLike:u_,isIterable:C_,isBlobLike:D_,buildURL:S_,validateHandler:P_,getServerName:Cg,normalizedMethodRecords:eA}=Rl(3440);const{channels:tA}=Rl(42414);const{headerNameLowerCasedRecord:rA}=Rl(10735);const nA=/[^\u0021-\u00ff]/;const iA=Symbol("handler");class Request{constructor(ml,{path:Al,method:Rl,body:rd,headers:yh,query:rA,idempotent:sA,blocking:aA,upgrade:oA,headersTimeout:lA,bodyTimeout:cA,reset:uA,throwOnError:pA,expectContinue:dA,servername:hA},fA){if(typeof Al!=="string"){throw new zl("path must be a string")}else if(Al[0]!=="/"&&!(Al.startsWith("http://")||Al.startsWith("https://"))&&Rl!=="CONNECT"){throw new zl("path must be an absolute URL or start with a slash")}else if(nA.test(Al)){throw new zl("invalid request path")}if(typeof Rl!=="string"){throw new zl("method must be a string")}else if(eA[Rl]===undefined&&!kh(Rl)){throw new zl("invalid request method")}if(oA&&typeof oA!=="string"){throw new zl("upgrade must be a string")}if(oA&&!Qh(oA)){throw new zl("invalid upgrade header")}if(lA!=null&&(!Number.isFinite(lA)||lA<0)){throw new zl("invalid headersTimeout")}if(cA!=null&&(!Number.isFinite(cA)||cA<0)){throw new zl("invalid bodyTimeout")}if(uA!=null&&typeof uA!=="boolean"){throw new zl("invalid reset")}if(dA!=null&&typeof dA!=="boolean"){throw new zl("invalid expectContinue")}this.headersTimeout=lA;this.bodyTimeout=cA;this.throwOnError=pA===true;this.method=Rl;this.abort=null;if(rd==null){this.body=null}else if(cf(rd)){this.body=rd;const ml=this.body._readableState;if(!ml||!ml.autoDestroy){this.endHandler=function autoDestroy(){t_(this)};this.body.on("end",this.endHandler)}this.errorHandler=ml=>{if(this.abort){this.abort(ml)}else{this.error=ml}};this.body.on("error",this.errorHandler)}else if(r_(rd)){this.body=rd.byteLength?rd:null}else if(ArrayBuffer.isView(rd)){this.body=rd.buffer.byteLength?Buffer.from(rd.buffer,rd.byteOffset,rd.byteLength):null}else if(rd instanceof ArrayBuffer){this.body=rd.byteLength?Buffer.from(rd):null}else if(typeof rd==="string"){this.body=rd.length?Buffer.from(rd):null}else if(u_(rd)||C_(rd)||D_(rd)){this.body=rd}else{throw new zl("body must be a string, a Buffer, a Readable stream, an iterable, or an async iterable")}this.completed=false;this.aborted=false;this.upgrade=oA||null;this.path=rA?S_(Al,rA):Al;this.origin=ml;this.idempotent=sA==null?Rl==="HEAD"||Rl==="GET":sA;this.blocking=aA==null?false:aA;this.reset=uA==null?null:uA;this.host=null;this.contentLength=null;this.contentType=null;this.headers=[];this.expectContinue=dA!=null?dA:false;if(Array.isArray(yh)){if(yh.length%2!==0){throw new zl("headers array must be even")}for(let ml=0;ml{ml.exports={kClose:Symbol("close"),kDestroy:Symbol("destroy"),kDispatch:Symbol("dispatch"),kUrl:Symbol("url"),kWriting:Symbol("writing"),kResuming:Symbol("resuming"),kQueue:Symbol("queue"),kConnect:Symbol("connect"),kConnecting:Symbol("connecting"),kKeepAliveDefaultTimeout:Symbol("default keep alive timeout"),kKeepAliveMaxTimeout:Symbol("max keep alive timeout"),kKeepAliveTimeoutThreshold:Symbol("keep alive timeout threshold"),kKeepAliveTimeoutValue:Symbol("keep alive timeout"),kKeepAlive:Symbol("keep alive"),kHeadersTimeout:Symbol("headers timeout"),kBodyTimeout:Symbol("body timeout"),kServerName:Symbol("server name"),kLocalAddress:Symbol("local address"),kHost:Symbol("host"),kNoRef:Symbol("no ref"),kBodyUsed:Symbol("used"),kBody:Symbol("abstracted request body"),kRunning:Symbol("running"),kBlocking:Symbol("blocking"),kPending:Symbol("pending"),kSize:Symbol("size"),kBusy:Symbol("busy"),kQueued:Symbol("queued"),kFree:Symbol("free"),kConnected:Symbol("connected"),kClosed:Symbol("closed"),kNeedDrain:Symbol("need drain"),kReset:Symbol("reset"),kDestroyed:Symbol.for("nodejs.stream.destroyed"),kResume:Symbol("resume"),kOnError:Symbol("on error"),kMaxHeadersSize:Symbol("max headers size"),kRunningIdx:Symbol("running index"),kPendingIdx:Symbol("pending index"),kError:Symbol("error"),kClients:Symbol("clients"),kClient:Symbol("client"),kParser:Symbol("parser"),kOnDestroyed:Symbol("destroy callbacks"),kPipelining:Symbol("pipelining"),kSocket:Symbol("socket"),kHostHeader:Symbol("host header"),kConnector:Symbol("connector"),kStrictContentLength:Symbol("strict content length"),kMaxRedirections:Symbol("maxRedirections"),kMaxRequests:Symbol("maxRequestsPerClient"),kProxy:Symbol("proxy agent options"),kCounter:Symbol("socket request counter"),kInterceptors:Symbol("dispatch interceptors"),kMaxResponseSize:Symbol("max response size"),kHTTP2Session:Symbol("http2Session"),kHTTP2SessionState:Symbol("http2Session state"),kRetryHandlerDefaultRetry:Symbol("retry agent default retry"),kConstruct:Symbol("constructable"),kListeners:Symbol("listeners"),kHTTPContext:Symbol("http context"),kMaxConcurrentStreams:Symbol("max concurrent streams"),kNoProxyAgent:Symbol("no proxy agent"),kHttpProxyAgent:Symbol("http proxy agent"),kHttpsProxyAgent:Symbol("https proxy agent")}},67752:(ml,Al,Rl)=>{"use strict";const{wellknownHeaderNames:zl,headerNameLowerCasedRecord:rd}=Rl(10735);class TstNode{value=null;left=null;middle=null;right=null;code;constructor(ml,Al,Rl){if(Rl===undefined||Rl>=ml.length){throw new TypeError("Unreachable")}const zl=this.code=ml.charCodeAt(Rl);if(zl>127){throw new TypeError("key must be ascii string")}if(ml.length!==++Rl){this.middle=new TstNode(ml,Al,Rl)}else{this.value=Al}}add(ml,Al){const Rl=ml.length;if(Rl===0){throw new TypeError("Unreachable")}let zl=0;let rd=this;while(true){const yh=ml.charCodeAt(zl);if(yh>127){throw new TypeError("key must be ascii string")}if(rd.code===yh){if(Rl===++zl){rd.value=Al;break}else if(rd.middle!==null){rd=rd.middle}else{rd.middle=new TstNode(ml,Al,zl);break}}else if(rd.code=65){rd|=32}while(zl!==null){if(rd===zl.code){if(Al===++Rl){return zl}zl=zl.middle;break}zl=zl.code{"use strict";const zl=Rl(34589);const{kDestroyed:rd,kBodyUsed:yh,kListeners:kh,kBody:Qh}=Rl(36443);const{IncomingMessage:cf}=Rl(37067);const t_=Rl(57075);const r_=Rl(77030);const{Blob:u_}=Rl(4573);const C_=Rl(57975);const{stringify:D_}=Rl(41792);const{EventEmitter:S_}=Rl(78474);const{InvalidArgumentError:P_}=Rl(68707);const{headerNameLowerCasedRecord:Cg}=Rl(10735);const{tree:eA}=Rl(67752);const[tA,rA]=process.versions.node.split(".").map(ml=>Number(ml));class BodyAsyncIterable{constructor(ml){this[Qh]=ml;this[yh]=false}async*[Symbol.asyncIterator](){zl(!this[yh],"disturbed");this[yh]=true;yield*this[Qh]}}function wrapRequestBody(ml){if(isStream(ml)){if(bodyLength(ml)===0){ml.on("data",function(){zl(false)})}if(typeof ml.readableDidRead!=="boolean"){ml[yh]=false;S_.prototype.on.call(ml,"data",function(){this[yh]=true})}return ml}else if(ml&&typeof ml.pipeTo==="function"){return new BodyAsyncIterable(ml)}else if(ml&&typeof ml!=="string"&&!ArrayBuffer.isView(ml)&&isIterable(ml)){return new BodyAsyncIterable(ml)}else{return ml}}function nop(){}function isStream(ml){return ml&&typeof ml==="object"&&typeof ml.pipe==="function"&&typeof ml.on==="function"}function isBlobLike(ml){if(ml===null){return false}else if(ml instanceof u_){return true}else if(typeof ml!=="object"){return false}else{const Al=ml[Symbol.toStringTag];return(Al==="Blob"||Al==="File")&&("stream"in ml&&typeof ml.stream==="function"||"arrayBuffer"in ml&&typeof ml.arrayBuffer==="function")}}function buildURL(ml,Al){if(ml.includes("?")||ml.includes("#")){throw new Error('Query params cannot be passed when url already contains "?" or "#".')}const Rl=D_(Al);if(Rl){ml+="?"+Rl}return ml}function isValidPort(ml){const Al=parseInt(ml,10);return Al===Number(ml)&&Al>=0&&Al<=65535}function isHttpOrHttpsPrefixed(ml){return ml!=null&&ml[0]==="h"&&ml[1]==="t"&&ml[2]==="t"&&ml[3]==="p"&&(ml[4]===":"||ml[4]==="s"&&ml[5]===":")}function parseURL(ml){if(typeof ml==="string"){ml=new URL(ml);if(!isHttpOrHttpsPrefixed(ml.origin||ml.protocol)){throw new P_("Invalid URL protocol: the URL must start with `http:` or `https:`.")}return ml}if(!ml||typeof ml!=="object"){throw new P_("Invalid URL: The URL argument must be a non-null object.")}if(!(ml instanceof URL)){if(ml.port!=null&&ml.port!==""&&isValidPort(ml.port)===false){throw new P_("Invalid URL: port must be a valid integer or a string representation of an integer.")}if(ml.path!=null&&typeof ml.path!=="string"){throw new P_("Invalid URL path: the path must be a string or null/undefined.")}if(ml.pathname!=null&&typeof ml.pathname!=="string"){throw new P_("Invalid URL pathname: the pathname must be a string or null/undefined.")}if(ml.hostname!=null&&typeof ml.hostname!=="string"){throw new P_("Invalid URL hostname: the hostname must be a string or null/undefined.")}if(ml.origin!=null&&typeof ml.origin!=="string"){throw new P_("Invalid URL origin: the origin must be a string or null/undefined.")}if(!isHttpOrHttpsPrefixed(ml.origin||ml.protocol)){throw new P_("Invalid URL protocol: the URL must start with `http:` or `https:`.")}const Al=ml.port!=null?ml.port:ml.protocol==="https:"?443:80;let Rl=ml.origin!=null?ml.origin:`${ml.protocol||""}//${ml.hostname||""}:${Al}`;let zl=ml.path!=null?ml.path:`${ml.pathname||""}${ml.search||""}`;if(Rl[Rl.length-1]==="/"){Rl=Rl.slice(0,Rl.length-1)}if(zl&&zl[0]!=="/"){zl=`/${zl}`}return new URL(`${Rl}${zl}`)}if(!isHttpOrHttpsPrefixed(ml.origin||ml.protocol)){throw new P_("Invalid URL protocol: the URL must start with `http:` or `https:`.")}return ml}function parseOrigin(ml){ml=parseURL(ml);if(ml.pathname!=="/"||ml.search||ml.hash){throw new P_("invalid url")}return ml}function getHostname(ml){if(ml[0]==="["){const Al=ml.indexOf("]");zl(Al!==-1);return ml.substring(1,Al)}const Al=ml.indexOf(":");if(Al===-1)return ml;return ml.substring(0,Al)}function getServerName(ml){if(!ml){return null}zl(typeof ml==="string");const Al=getHostname(ml);if(r_.isIP(Al)){return""}return Al}function deepClone(ml){return JSON.parse(JSON.stringify(ml))}function isAsyncIterable(ml){return!!(ml!=null&&typeof ml[Symbol.asyncIterator]==="function")}function isIterable(ml){return!!(ml!=null&&(typeof ml[Symbol.iterator]==="function"||typeof ml[Symbol.asyncIterator]==="function"))}function bodyLength(ml){if(ml==null){return 0}else if(isStream(ml)){const Al=ml._readableState;return Al&&Al.objectMode===false&&Al.ended===true&&Number.isFinite(Al.length)?Al.length:null}else if(isBlobLike(ml)){return ml.size!=null?ml.size:null}else if(isBuffer(ml)){return ml.byteLength}return null}function isDestroyed(ml){return ml&&!!(ml.destroyed||ml[rd]||t_.isDestroyed?.(ml))}function destroy(ml,Al){if(ml==null||!isStream(ml)||isDestroyed(ml)){return}if(typeof ml.destroy==="function"){if(Object.getPrototypeOf(ml).constructor===cf){ml.socket=null}ml.destroy(Al)}else if(Al){queueMicrotask(()=>{ml.emit("error",Al)})}if(ml.destroyed!==true){ml[rd]=true}}const nA=/timeout=(\d+)/;function parseKeepAliveTimeout(ml){const Al=ml.toString().match(nA);return Al?parseInt(Al[1],10)*1e3:null}function headerNameToString(ml){return typeof ml==="string"?Cg[ml]??ml.toLowerCase():eA.lookup(ml)??ml.toString("latin1").toLowerCase()}function bufferToLowerCasedHeaderName(ml){return eA.lookup(ml)??ml.toString("latin1").toLowerCase()}function parseHeaders(ml,Al){if(Al===undefined)Al={};for(let Rl=0;Rlml.toString("utf8")):rd.toString("utf8")}}}if("content-length"in Al&&"content-disposition"in Al){Al["content-disposition"]=Buffer.from(Al["content-disposition"]).toString("latin1")}return Al}function parseRawHeaders(ml){const Al=ml.length;const Rl=new Array(Al);let zl=false;let rd=-1;let yh;let kh;let Qh=0;for(let Al=0;Al{ml.close();ml.byobRequest?.respond(0)})}else{const Al=Buffer.isBuffer(zl)?zl:Buffer.from(zl);if(Al.byteLength){ml.enqueue(new Uint8Array(Al))}}return ml.desiredSize>0},async cancel(ml){await Al.return()},type:"bytes"})}function isFormDataLike(ml){return ml&&typeof ml==="object"&&typeof ml.append==="function"&&typeof ml.delete==="function"&&typeof ml.get==="function"&&typeof ml.getAll==="function"&&typeof ml.has==="function"&&typeof ml.set==="function"&&ml[Symbol.toStringTag]==="FormData"}function addAbortListener(ml,Al){if("addEventListener"in ml){ml.addEventListener("abort",Al,{once:true});return()=>ml.removeEventListener("abort",Al)}ml.addListener("abort",Al);return()=>ml.removeListener("abort",Al)}const iA=typeof String.prototype.toWellFormed==="function";const sA=typeof String.prototype.isWellFormed==="function";function toUSVString(ml){return iA?`${ml}`.toWellFormed():C_.toUSVString(ml)}function isUSVString(ml){return sA?`${ml}`.isWellFormed():toUSVString(ml)===`${ml}`}function isTokenCharCode(ml){switch(ml){case 34:case 40:case 41:case 44:case 47:case 58:case 59:case 60:case 61:case 62:case 63:case 64:case 91:case 92:case 93:case 123:case 125:return false;default:return ml>=33&&ml<=126}}function isValidHTTPToken(ml){if(ml.length===0){return false}for(let Al=0;Al{"use strict";const{InvalidArgumentError:zl}=Rl(68707);const{kClients:rd,kRunning:yh,kClose:kh,kDestroy:Qh,kDispatch:cf,kInterceptors:t_}=Rl(36443);const r_=Rl(21841);const u_=Rl(30628);const C_=Rl(23701);const D_=Rl(3440);const S_=Rl(25092);const P_=Symbol("onConnect");const Cg=Symbol("onDisconnect");const eA=Symbol("onConnectionError");const tA=Symbol("maxRedirections");const rA=Symbol("onDrain");const nA=Symbol("factory");const iA=Symbol("options");function defaultFactory(ml,Al){return Al&&Al.connections===1?new C_(ml,Al):new u_(ml,Al)}class Agent extends r_{constructor({factory:ml=defaultFactory,maxRedirections:Al=0,connect:Rl,...yh}={}){if(typeof ml!=="function"){throw new zl("factory must be a function.")}if(Rl!=null&&typeof Rl!=="function"&&typeof Rl!=="object"){throw new zl("connect must be a function or an object")}if(!Number.isInteger(Al)||Al<0){throw new zl("maxRedirections must be a positive number")}super(yh);if(Rl&&typeof Rl!=="function"){Rl={...Rl}}this[t_]=yh.interceptors?.Agent&&Array.isArray(yh.interceptors.Agent)?yh.interceptors.Agent:[S_({maxRedirections:Al})];this[iA]={...D_.deepClone(yh),connect:Rl};this[iA].interceptors=yh.interceptors?{...yh.interceptors}:undefined;this[tA]=Al;this[nA]=ml;this[rd]=new Map;this[rA]=(ml,Al)=>{this.emit("drain",ml,[this,...Al])};this[P_]=(ml,Al)=>{this.emit("connect",ml,[this,...Al])};this[Cg]=(ml,Al,Rl)=>{this.emit("disconnect",ml,[this,...Al],Rl)};this[eA]=(ml,Al,Rl)=>{this.emit("connectionError",ml,[this,...Al],Rl)}}get[yh](){let ml=0;for(const Al of this[rd].values()){ml+=Al[yh]}return ml}[cf](ml,Al){let Rl;if(ml.origin&&(typeof ml.origin==="string"||ml.origin instanceof URL)){Rl=String(ml.origin)}else{throw new zl("opts.origin must be a non-empty string or URL.")}let yh=this[rd].get(Rl);if(!yh){yh=this[nA](ml.origin,this[iA]).on("drain",this[rA]).on("connect",this[P_]).on("disconnect",this[Cg]).on("connectionError",this[eA]);this[rd].set(Rl,yh)}return yh.dispatch(ml,Al)}async[kh](){const ml=[];for(const Al of this[rd].values()){ml.push(Al.close())}this[rd].clear();await Promise.all(ml)}async[Qh](ml){const Al=[];for(const Rl of this[rd].values()){Al.push(Rl.destroy(ml))}this[rd].clear();await Promise.all(Al)}}ml.exports=Agent},837:(ml,Al,Rl)=>{"use strict";const{BalancedPoolMissingUpstreamError:zl,InvalidArgumentError:rd}=Rl(68707);const{PoolBase:yh,kClients:kh,kNeedDrain:Qh,kAddClient:cf,kRemoveClient:t_,kGetDispatcher:r_}=Rl(42128);const u_=Rl(30628);const{kUrl:C_,kInterceptors:D_}=Rl(36443);const{parseOrigin:S_}=Rl(3440);const P_=Symbol("factory");const Cg=Symbol("options");const eA=Symbol("kGreatestCommonDivisor");const tA=Symbol("kCurrentWeight");const rA=Symbol("kIndex");const nA=Symbol("kWeight");const iA=Symbol("kMaxWeightPerServer");const sA=Symbol("kErrorPenalty");function getGreatestCommonDivisor(ml,Al){if(ml===0)return Al;while(Al!==0){const Rl=Al;Al=ml%Al;ml=Rl}return ml}function defaultFactory(ml,Al){return new u_(ml,Al)}class BalancedPool extends yh{constructor(ml=[],{factory:Al=defaultFactory,...Rl}={}){super();this[Cg]=Rl;this[rA]=-1;this[tA]=0;this[iA]=this[Cg].maxWeightPerServer||100;this[sA]=this[Cg].errorPenalty||15;if(!Array.isArray(ml)){ml=[ml]}if(typeof Al!=="function"){throw new rd("factory must be a function.")}this[D_]=Rl.interceptors?.BalancedPool&&Array.isArray(Rl.interceptors.BalancedPool)?Rl.interceptors.BalancedPool:[];this[P_]=Al;for(const Al of ml){this.addUpstream(Al)}this._updateBalancedPoolStats()}addUpstream(ml){const Al=S_(ml).origin;if(this[kh].find(ml=>ml[C_].origin===Al&&ml.closed!==true&&ml.destroyed!==true)){return this}const Rl=this[P_](Al,Object.assign({},this[Cg]));this[cf](Rl);Rl.on("connect",()=>{Rl[nA]=Math.min(this[iA],Rl[nA]+this[sA])});Rl.on("connectionError",()=>{Rl[nA]=Math.max(1,Rl[nA]-this[sA]);this._updateBalancedPoolStats()});Rl.on("disconnect",(...ml)=>{const Al=ml[2];if(Al&&Al.code==="UND_ERR_SOCKET"){Rl[nA]=Math.max(1,Rl[nA]-this[sA]);this._updateBalancedPoolStats()}});for(const ml of this[kh]){ml[nA]=this[iA]}this._updateBalancedPoolStats();return this}_updateBalancedPoolStats(){let ml=0;for(let Al=0;Alml[C_].origin===Al&&ml.closed!==true&&ml.destroyed!==true);if(Rl){this[t_](Rl)}return this}get upstreams(){return this[kh].filter(ml=>ml.closed!==true&&ml.destroyed!==true).map(ml=>ml[C_].origin)}[r_](){if(this[kh].length===0){throw new zl}const ml=this[kh].find(ml=>!ml[Qh]&&ml.closed!==true&&ml.destroyed!==true);if(!ml){return}const Al=this[kh].map(ml=>ml[Qh]).reduce((ml,Al)=>ml&&Al,true);if(Al){return}let Rl=0;let rd=this[kh].findIndex(ml=>!ml[Qh]);while(Rl++this[kh][rd][nA]&&!ml[Qh]){rd=this[rA]}if(this[rA]===0){this[tA]=this[tA]-this[eA];if(this[tA]<=0){this[tA]=this[iA]}}if(ml[nA]>=this[tA]&&!ml[Qh]){return ml}}this[tA]=this[kh][rd][nA];this[rA]=rd;return this[kh][rd]}}ml.exports=BalancedPool},637:(ml,Al,Rl)=>{"use strict";const zl=Rl(34589);const rd=Rl(3440);const{channels:yh}=Rl(42414);const kh=Rl(96603);const{RequestContentLengthMismatchError:Qh,ResponseContentLengthMismatchError:cf,RequestAbortedError:t_,HeadersTimeoutError:r_,HeadersOverflowError:u_,SocketError:C_,InformationalError:D_,BodyTimeoutError:S_,HTTPParserError:P_,ResponseExceededMaxSizeError:Cg}=Rl(68707);const{kUrl:eA,kReset:tA,kClient:rA,kParser:nA,kBlocking:iA,kRunning:sA,kPending:aA,kSize:oA,kWriting:lA,kQueue:cA,kNoRef:uA,kKeepAliveDefaultTimeout:pA,kHostHeader:dA,kPendingIdx:hA,kRunningIdx:fA,kError:_A,kPipelining:mA,kSocket:gA,kKeepAliveTimeoutValue:AA,kMaxHeadersSize:yA,kKeepAliveMaxTimeout:bA,kKeepAliveTimeoutThreshold:vA,kHeadersTimeout:EA,kBodyTimeout:wA,kStrictContentLength:CA,kMaxRequests:xA,kCounter:DA,kMaxResponseSize:SA,kOnError:kA,kResume:TA,kHTTPContext:IA}=Rl(36443);const BA=Rl(52824);const FA=Buffer.alloc(0);const PA=Buffer[Symbol.species];const RA=rd.addListener;const NA=rd.removeAllListeners;const OA=Symbol("kIdleSocketValidation");const QA=Symbol("kIdleSocketValidationTimeout");const LA=Symbol("kSocketUsed");let MA;async function lazyllhttp(){const ml=process.env.JEST_WORKER_ID?Rl(63870):undefined;let Al;try{Al=await WebAssembly.compile(Rl(53434))}catch(zl){Al=await WebAssembly.compile(ml||Rl(63870))}return await WebAssembly.instantiate(Al,{env:{wasm_on_url:(ml,Al,Rl)=>0,wasm_on_status:(ml,Al,Rl)=>{zl(GA.ptr===ml);const rd=Al-JA+qA.byteOffset;return GA.onStatus(new PA(qA.buffer,rd,Rl))||0},wasm_on_message_begin:ml=>{zl(GA.ptr===ml);return GA.onMessageBegin()||0},wasm_on_header_field:(ml,Al,Rl)=>{zl(GA.ptr===ml);const rd=Al-JA+qA.byteOffset;return GA.onHeaderField(new PA(qA.buffer,rd,Rl))||0},wasm_on_header_value:(ml,Al,Rl)=>{zl(GA.ptr===ml);const rd=Al-JA+qA.byteOffset;return GA.onHeaderValue(new PA(qA.buffer,rd,Rl))||0},wasm_on_headers_complete:(ml,Al,Rl,rd)=>{zl(GA.ptr===ml);return GA.onHeadersComplete(Al,Boolean(Rl),Boolean(rd))||0},wasm_on_body:(ml,Al,Rl)=>{zl(GA.ptr===ml);const rd=Al-JA+qA.byteOffset;return GA.onBody(new PA(qA.buffer,rd,Rl))||0},wasm_on_message_complete:ml=>{zl(GA.ptr===ml);return GA.onMessageComplete()||0}}})}let jA=null;let UA=lazyllhttp();UA.catch();let GA=null;let qA=null;let $A=0;let JA=null;const HA=0;const VA=1;const WA=2|VA;const zA=4|VA;const YA=8|HA;class Parser{constructor(ml,Al,{exports:Rl}){zl(Number.isFinite(ml[yA])&&ml[yA]>0);this.llhttp=Rl;this.ptr=this.llhttp.llhttp_alloc(BA.TYPE.RESPONSE);this.client=ml;this.socket=Al;this.timeout=null;this.timeoutValue=null;this.timeoutType=null;this.statusCode=null;this.statusText="";this.upgrade=false;this.headers=[];this.headersSize=0;this.headersMaxSize=ml[yA];this.shouldKeepAlive=false;this.paused=false;this.resume=this.resume.bind(this);this.bytesRead=0;this.keepAlive="";this.contentLength="";this.connection="";this.maxResponseSize=ml[SA]}setTimeout(ml,Al){if(ml!==this.timeoutValue||Al&VA^this.timeoutType&VA){if(this.timeout){kh.clearTimeout(this.timeout);this.timeout=null}if(ml){if(Al&VA){this.timeout=kh.setFastTimeout(onParserTimeout,ml,new WeakRef(this))}else{this.timeout=setTimeout(onParserTimeout,ml,new WeakRef(this));this.timeout.unref()}}this.timeoutValue=ml}else if(this.timeout){if(this.timeout.refresh){this.timeout.refresh()}}this.timeoutType=Al}resume(){if(this.socket.destroyed||!this.paused){return}zl(this.ptr!=null);zl(GA==null);this.llhttp.llhttp_resume(this.ptr);zl(this.timeoutType===zA);if(this.timeout){if(this.timeout.refresh){this.timeout.refresh()}}this.paused=false;this.execute(this.socket.read()||FA);this.readMore()}readMore(){while(!this.paused&&this.ptr){const ml=this.socket.read();if(ml===null){break}this.execute(ml)}}execute(ml){zl(this.ptr!=null);zl(GA==null);zl(!this.paused);const{socket:Al,llhttp:Rl}=this;if(ml.length>$A){if(JA){Rl.free(JA)}$A=Math.ceil(ml.length/4096)*4096;JA=Rl.malloc($A)}new Uint8Array(Rl.memory.buffer,JA,$A).set(ml);try{let zl;try{qA=ml;GA=this;zl=Rl.llhttp_execute(this.ptr,JA,ml.length)}catch(ml){throw ml}finally{GA=null;qA=null}const rd=Rl.llhttp_get_error_pos(this.ptr)-JA;if(zl!==BA.ERROR.OK){const Rl=ml.subarray(rd);if(zl===BA.ERROR.PAUSED_UPGRADE){this.onUpgrade(Rl)}else if(zl===BA.ERROR.PAUSED){this.paused=true;Al.unshift(Rl)}else{throw this.createError(zl,Rl)}}}catch(ml){rd.destroy(Al,ml)}}finish(){zl(GA===null);zl(this.ptr!=null);zl(!this.paused);const{llhttp:ml}=this;let Al;try{GA=this;Al=ml.llhttp_finish(this.ptr)}finally{GA=null}if(Al===BA.ERROR.OK){return null}if(Al===BA.ERROR.PAUSED||Al===BA.ERROR.PAUSED_UPGRADE){this.paused=true;return null}return this.createError(Al,FA)}createError(ml,Al){const{llhttp:Rl,contentLength:zl,bytesRead:rd}=this;if(zl&&rd!==parseInt(zl,10)){return new cf}const yh=Rl.llhttp_get_error_reason(this.ptr);let kh="";if(yh){const ml=new Uint8Array(Rl.memory.buffer,yh).indexOf(0);kh="Response does not match the HTTP/1.1 protocol ("+Buffer.from(Rl.memory.buffer,yh,ml).toString()+")"}return new P_(kh,BA.ERROR[ml],Al)}destroy(){zl(this.ptr!=null);zl(GA==null);this.llhttp.llhttp_free(this.ptr);this.ptr=null;this.timeout&&kh.clearTimeout(this.timeout);this.timeout=null;this.timeoutValue=null;this.timeoutType=null;this.paused=false}onStatus(ml){this.statusText=ml.toString()}onMessageBegin(){const{socket:ml,client:Al}=this;if(ml.destroyed){return-1}if(Al[sA]===0){rd.destroy(ml,new C_("bad response",rd.getSocketInfo(ml)));return-1}const Rl=Al[cA][Al[fA]];if(!Rl){return-1}Rl.onResponseStarted()}onHeaderField(ml){const Al=this.headers.length;if((Al&1)===0){this.headers.push(ml)}else{this.headers[Al-1]=Buffer.concat([this.headers[Al-1],ml])}this.trackHeader(ml.length)}onHeaderValue(ml){let Al=this.headers.length;if((Al&1)===1){this.headers.push(ml);Al+=1}else{this.headers[Al-1]=Buffer.concat([this.headers[Al-1],ml])}const Rl=this.headers[Al-2];if(Rl.length===10){const Al=rd.bufferToLowerCasedHeaderName(Rl);if(Al==="keep-alive"){this.keepAlive+=ml.toString()}else if(Al==="connection"){this.connection+=ml.toString()}}else if(Rl.length===14&&rd.bufferToLowerCasedHeaderName(Rl)==="content-length"){this.contentLength+=ml.toString()}this.trackHeader(ml.length)}trackHeader(ml){this.headersSize+=ml;if(this.headersSize>=this.headersMaxSize){rd.destroy(this.socket,new u_)}}onUpgrade(ml){const{upgrade:Al,client:Rl,socket:yh,headers:kh,statusCode:Qh}=this;zl(Al);zl(Rl[gA]===yh);zl(!yh.destroyed);zl(!this.paused);zl((kh.length&1)===0);const cf=Rl[cA][Rl[fA]];zl(cf);zl(cf.upgrade||cf.method==="CONNECT");this.statusCode=null;this.statusText="";this.shouldKeepAlive=null;this.headers=[];this.headersSize=0;yh.unshift(ml);yh[nA].destroy();yh[nA]=null;yh[rA]=null;yh[_A]=null;NA(yh);Rl[gA]=null;Rl[IA]=null;Rl[cA][Rl[fA]++]=null;Rl.emit("disconnect",Rl[eA],[Rl],new D_("upgrade"));try{cf.onUpgrade(Qh,kh,yh)}catch(ml){rd.destroy(yh,ml)}Rl[TA]()}onHeadersComplete(ml,Al,Rl){const{client:yh,socket:kh,headers:Qh,statusText:cf}=this;if(kh.destroyed){return-1}if(yh[sA]===0){rd.destroy(kh,new C_("bad response",rd.getSocketInfo(kh)));return-1}const t_=yh[cA][yh[fA]];if(!t_){return-1}zl(!this.upgrade);zl(this.statusCode<200);if(ml===100){rd.destroy(kh,new C_("bad response",rd.getSocketInfo(kh)));return-1}if(Al&&!t_.upgrade){rd.destroy(kh,new C_("bad upgrade",rd.getSocketInfo(kh)));return-1}zl(this.timeoutType===WA);this.statusCode=ml;this.shouldKeepAlive=Rl||t_.method==="HEAD"&&!kh[tA]&&this.connection.toLowerCase()==="keep-alive";if(this.statusCode>=200){const ml=t_.bodyTimeout!=null?t_.bodyTimeout:yh[wA];this.setTimeout(ml,zA)}else if(this.timeout){if(this.timeout.refresh){this.timeout.refresh()}}if(t_.method==="CONNECT"){zl(yh[sA]===1);this.upgrade=true;return 2}if(Al){zl(yh[sA]===1);this.upgrade=true;return 2}zl((this.headers.length&1)===0);this.headers=[];this.headersSize=0;if(this.shouldKeepAlive&&yh[mA]){const ml=this.keepAlive?rd.parseKeepAliveTimeout(this.keepAlive):null;if(ml!=null){const Al=Math.min(ml-yh[vA],yh[bA]);if(Al<=0){kh[tA]=true}else{yh[AA]=Al}}else{yh[AA]=yh[pA]}}else{kh[tA]=true}const r_=t_.onHeaders(ml,Qh,this.resume,cf)===false;if(t_.aborted){return-1}if(t_.method==="HEAD"){return 1}if(ml<200){return 1}if(kh[iA]){kh[iA]=false;yh[TA]()}return r_?BA.ERROR.PAUSED:0}onBody(ml){const{client:Al,socket:Rl,statusCode:yh,maxResponseSize:kh}=this;if(Rl.destroyed){return-1}const Qh=Al[cA][Al[fA]];zl(Qh);zl(this.timeoutType===zA);if(this.timeout){if(this.timeout.refresh){this.timeout.refresh()}}zl(yh>=200);if(kh>-1&&this.bytesRead+ml.length>kh){rd.destroy(Rl,new Cg);return-1}this.bytesRead+=ml.length;if(Qh.onData(ml)===false){return BA.ERROR.PAUSED}}onMessageComplete(){const{client:ml,socket:Al,statusCode:Rl,upgrade:yh,headers:kh,contentLength:Qh,bytesRead:t_,shouldKeepAlive:r_}=this;if(Al.destroyed&&(!Rl||r_)){return-1}if(yh){return}zl(Rl>=100);zl((this.headers.length&1)===0);const u_=ml[cA][ml[fA]];zl(u_);this.statusCode=null;this.statusText="";this.bytesRead=0;this.contentLength="";this.keepAlive="";this.connection="";this.headers=[];this.headersSize=0;if(Rl<200){return}if(u_.method!=="HEAD"&&Qh&&t_!==parseInt(Qh,10)){rd.destroy(Al,new cf);return-1}u_.onComplete(kh);ml[cA][ml[fA]++]=null;Al[LA]=true;if(Al[lA]){zl(ml[sA]===0);rd.destroy(Al,new D_("reset"));return BA.ERROR.PAUSED}else if(!r_){rd.destroy(Al,new D_("reset"));return BA.ERROR.PAUSED}else if(Al[tA]&&ml[sA]===0){rd.destroy(Al,new D_("reset"));return BA.ERROR.PAUSED}else if(ml[mA]==null||ml[mA]===1){setImmediate(()=>ml[TA]())}else{ml[TA]()}}}function onParserTimeout(ml){const{socket:Al,timeoutType:Rl,client:yh,paused:kh}=ml.deref();if(Rl===WA){if(!Al[lA]||Al.writableNeedDrain||yh[sA]>1){zl(!kh,"cannot be paused while waiting for headers");rd.destroy(Al,new r_)}}else if(Rl===zA){if(!kh){rd.destroy(Al,new S_)}}else if(Rl===YA){zl(yh[sA]===0&&yh[AA]);rd.destroy(Al,new D_("socket idle timeout"))}}async function connectH1(ml,Al){ml[gA]=Al;if(!jA){jA=await UA;UA=null}Al[uA]=false;Al[lA]=false;Al[tA]=false;Al[iA]=false;Al[OA]=0;Al[QA]=null;Al[LA]=false;Al[nA]=new Parser(ml,Al,jA);RA(Al,"error",function(ml){zl(ml.code!=="ERR_TLS_CERT_ALTNAME_INVALID");const Al=this[nA];if(ml.code==="ECONNRESET"&&Al.statusCode&&!Al.shouldKeepAlive){const ml=Al.finish();if(ml){this[_A]=ml;this[rA][kA](ml)}return}this[_A]=ml;this[rA][kA](ml)});RA(Al,"readable",function(){const ml=this[nA];if(ml){ml.readMore()}});RA(Al,"end",function(){const ml=this[nA];if(ml.statusCode&&!ml.shouldKeepAlive){const Al=ml.finish();if(Al){rd.destroy(this,Al)}return}rd.destroy(this,new C_("other side closed",rd.getSocketInfo(this)))});RA(Al,"close",function(){const ml=this[rA];const Al=this[nA];clearIdleSocketValidation(this);if(Al){if(!this[_A]&&Al.statusCode&&!Al.shouldKeepAlive){this[_A]=Al.finish()||this[_A]}this[nA].destroy();this[nA]=null}const Rl=this[_A]||new C_("closed",rd.getSocketInfo(this));ml[gA]=null;ml[IA]=null;if(ml.destroyed){zl(ml[aA]===0);const Al=ml[cA].splice(ml[fA]);for(let zl=0;zl0&&Rl.code!=="UND_ERR_INFO"){const Al=ml[cA][ml[fA]];ml[cA][ml[fA]++]=null;rd.errorRequest(ml,Al,Rl)}ml[hA]=ml[fA];zl(ml[sA]===0);ml.emit("disconnect",ml[eA],[ml],Rl);ml[TA]()});let Rl=false;Al.on("close",()=>{Rl=true});return{version:"h1",defaultPipelining:1,write(...Al){return writeH1(ml,...Al)},resume(){resumeH1(ml)},destroy(ml,zl){if(Rl){queueMicrotask(zl)}else{Al.destroy(ml).on("close",zl)}},get destroyed(){return Al.destroyed},busy(Rl){if(Al[lA]||Al[tA]||Al[iA]||Al[OA]===1){return true}if(Rl){if(ml[sA]>0&&!Rl.idempotent){return true}if(ml[sA]>0&&(Rl.upgrade||Rl.method==="CONNECT")){return true}if(ml[sA]>0&&rd.bodyLength(Rl.body)!==0&&(rd.isStream(Rl.body)||rd.isAsyncIterable(Rl.body)||rd.isFormDataLike(Rl.body))){return true}}return false}}}function clearIdleSocketValidation(ml){if(ml[QA]){clearTimeout(ml[QA]);ml[QA]=null}ml[OA]=0}function scheduleIdleSocketValidation(ml,Al){Al[OA]=1;Al[QA]=setTimeout(()=>{Al[QA]=null;Al[OA]=2;if(ml[gA]===Al&&!Al.destroyed){ml[TA]()}},0);Al[QA].unref?.()}function resumeH1(ml){const Al=ml[gA];if(Al&&!Al.destroyed){if(ml[oA]===0){if(!Al[uA]&&Al.unref){Al.unref();Al[uA]=true}}else if(Al[uA]&&Al.ref){Al.ref();Al[uA]=false}if(ml[sA]===0&&ml[aA]>0&&Al[LA]){if(Al[OA]===0){scheduleIdleSocketValidation(ml,Al);Al[nA].readMore();if(Al.destroyed){return}return}if(Al[OA]===1){Al[nA].readMore();if(Al.destroyed){return}return}}if(ml[sA]===0){Al[nA].readMore();if(Al.destroyed){return}}if(ml[oA]===0){if(Al[nA].timeoutType!==YA){Al[nA].setTimeout(ml[AA],YA)}}else if(ml[sA]>0&&Al[nA].statusCode<200){if(Al[nA].timeoutType!==WA){const Rl=ml[cA][ml[fA]];const zl=Rl.headersTimeout!=null?Rl.headersTimeout:ml[EA];Al[nA].setTimeout(zl,WA)}}}}function shouldSendContentLength(ml){return ml!=="GET"&&ml!=="HEAD"&&ml!=="OPTIONS"&&ml!=="TRACE"&&ml!=="CONNECT"}function writeH1(ml,Al){const{method:kh,path:cf,host:r_,upgrade:u_,blocking:C_,reset:S_}=Al;let{body:P_,headers:Cg,contentLength:eA}=Al;const rA=kh==="PUT"||kh==="POST"||kh==="PATCH"||kh==="QUERY"||kh==="PROPFIND"||kh==="PROPPATCH";if(rd.isFormDataLike(P_)){if(!MA){MA=Rl(84492).extractBody}const[ml,zl]=MA(P_);if(Al.contentType==null){Cg.push("content-type",zl)}P_=ml.stream;eA=ml.length}else if(rd.isBlobLike(P_)&&Al.contentType==null&&P_.type){Cg.push("content-type",P_.type)}if(P_&&typeof P_.read==="function"){P_.read(0)}const nA=rd.bodyLength(P_);eA=nA??eA;if(eA===null){eA=Al.contentLength}if(eA===0&&!rA){eA=null}if(shouldSendContentLength(kh)&&eA>0&&Al.contentLength!==null&&Al.contentLength!==eA){if(ml[CA]){rd.errorRequest(ml,Al,new Qh);return false}process.emitWarning(new Qh)}const sA=ml[gA];clearIdleSocketValidation(sA);const abort=Rl=>{if(Al.aborted||Al.completed){return}rd.errorRequest(ml,Al,Rl||new t_);rd.destroy(P_);rd.destroy(sA,new D_("aborted"))};try{Al.onConnect(abort)}catch(Rl){rd.errorRequest(ml,Al,Rl)}if(Al.aborted){return false}if(kh==="HEAD"){sA[tA]=true}if(u_||kh==="CONNECT"){sA[tA]=true}if(S_!=null){sA[tA]=S_}if(ml[xA]&&sA[DA]++>=ml[xA]){sA[tA]=true}if(C_){sA[iA]=true}let aA=`${kh} ${cf} HTTP/1.1\r\n`;if(typeof r_==="string"){aA+=`host: ${r_}\r\n`}else{aA+=ml[dA]}if(u_){aA+=`connection: upgrade\r\nupgrade: ${u_}\r\n`}else if(ml[mA]&&!sA[tA]){aA+="connection: keep-alive\r\n"}else{aA+="connection: close\r\n"}if(Array.isArray(Cg)){for(let ml=0;ml{Al.removeListener("error",onFinished)});if(!u_){const ml=new t_;queueMicrotask(()=>onFinished(ml))}};const onFinished=function(ml){if(u_){return}u_=true;zl(kh.destroyed||kh[lA]&&Rl[sA]<=1);kh.off("drain",onDrain).off("error",onFinished);Al.removeListener("data",onData).removeListener("end",onFinished).removeListener("close",onClose);if(!ml){try{C_.end()}catch(Al){ml=Al}}C_.destroy(ml);if(ml&&(ml.code!=="UND_ERR_INFO"||ml.message!=="reset")){rd.destroy(Al,ml)}else{rd.destroy(Al)}};Al.on("data",onData).on("end",onFinished).on("error",onFinished).on("close",onClose);if(Al.resume){Al.resume()}kh.on("drain",onDrain).on("error",onFinished);if(Al.errorEmitted??Al.errored){setImmediate(()=>onFinished(Al.errored))}else if(Al.endEmitted??Al.readableEnded){setImmediate(()=>onFinished(null))}if(Al.closeEmitted??Al.closed){setImmediate(onClose)}}function writeBuffer(ml,Al,Rl,yh,kh,Qh,cf,t_){try{if(!Al){if(Qh===0){kh.write(`${cf}content-length: 0\r\n\r\n`,"latin1")}else{zl(Qh===null,"no body must not have content length");kh.write(`${cf}\r\n`,"latin1")}}else if(rd.isBuffer(Al)){zl(Qh===Al.byteLength,"buffer body must have content length");kh.cork();kh.write(`${cf}content-length: ${Qh}\r\n\r\n`,"latin1");kh.write(Al);kh.uncork();yh.onBodySent(Al);if(!t_&&yh.reset!==false){kh[tA]=true}}yh.onRequestSent();Rl[TA]()}catch(Al){ml(Al)}}async function writeBlob(ml,Al,Rl,rd,yh,kh,cf,t_){zl(kh===Al.size,"blob body must have content length");try{if(kh!=null&&kh!==Al.size){throw new Qh}const ml=Buffer.from(await Al.arrayBuffer());yh.cork();yh.write(`${cf}content-length: ${kh}\r\n\r\n`,"latin1");yh.write(ml);yh.uncork();rd.onBodySent(ml);rd.onRequestSent();if(!t_&&rd.reset!==false){yh[tA]=true}Rl[TA]()}catch(Al){ml(Al)}}async function writeIterable(ml,Al,Rl,rd,yh,kh,Qh,cf){zl(kh!==0||Rl[sA]===0,"iterator body cannot be pipelined");let t_=null;function onDrain(){if(t_){const ml=t_;t_=null;ml()}}const waitForDrain=()=>new Promise((ml,Al)=>{zl(t_===null);if(yh[_A]){Al(yh[_A])}else{t_=ml}});yh.on("close",onDrain).on("drain",onDrain);const r_=new AsyncWriter({abort:ml,socket:yh,request:rd,contentLength:kh,client:Rl,expectsPayload:cf,header:Qh});try{for await(const ml of Al){if(yh[_A]){throw yh[_A]}if(!r_.write(ml)){await waitForDrain()}}r_.end()}catch(ml){r_.destroy(ml)}finally{yh.off("close",onDrain).off("drain",onDrain)}}class AsyncWriter{constructor({abort:ml,socket:Al,request:Rl,contentLength:zl,client:rd,expectsPayload:yh,header:kh}){this.socket=Al;this.request=Rl;this.contentLength=zl;this.client=rd;this.bytesWritten=0;this.expectsPayload=yh;this.header=kh;this.abort=ml;Al[lA]=true}write(ml){const{socket:Al,request:Rl,contentLength:zl,client:rd,bytesWritten:yh,expectsPayload:kh,header:cf}=this;if(Al[_A]){throw Al[_A]}if(Al.destroyed){return false}const t_=Buffer.byteLength(ml);if(!t_){return true}if(zl!==null&&yh+t_>zl){if(rd[CA]){throw new Qh}process.emitWarning(new Qh)}Al.cork();if(yh===0){if(!kh&&Rl.reset!==false){Al[tA]=true}if(zl===null){Al.write(`${cf}transfer-encoding: chunked\r\n`,"latin1")}else{Al.write(`${cf}content-length: ${zl}\r\n\r\n`,"latin1")}}if(zl===null){Al.write(`\r\n${t_.toString(16)}\r\n`,"latin1")}this.bytesWritten+=t_;const r_=Al.write(ml);Al.uncork();Rl.onBodySent(ml);if(!r_){if(Al[nA].timeout&&Al[nA].timeoutType===WA){if(Al[nA].timeout.refresh){Al[nA].timeout.refresh()}}}return r_}end(){const{socket:ml,contentLength:Al,client:Rl,bytesWritten:zl,expectsPayload:rd,header:yh,request:kh}=this;kh.onRequestSent();ml[lA]=false;if(ml[_A]){throw ml[_A]}if(ml.destroyed){return}if(zl===0){if(rd){ml.write(`${yh}content-length: 0\r\n\r\n`,"latin1")}else{ml.write(`${yh}\r\n`,"latin1")}}else if(Al===null){ml.write("\r\n0\r\n\r\n","latin1")}if(Al!==null&&zl!==Al){if(Rl[CA]){throw new Qh}else{process.emitWarning(new Qh)}}if(ml[nA].timeout&&ml[nA].timeoutType===WA){if(ml[nA].timeout.refresh){ml[nA].timeout.refresh()}}Rl[TA]()}destroy(ml){const{socket:Al,client:Rl,abort:rd}=this;Al[lA]=false;if(ml){zl(Rl[sA]<=1,"pipeline should only contain this request");rd(ml)}}}ml.exports=connectH1},88788:(ml,Al,Rl)=>{"use strict";const zl=Rl(34589);const{pipeline:rd}=Rl(57075);const yh=Rl(3440);const{RequestContentLengthMismatchError:kh,RequestAbortedError:Qh,SocketError:cf,InformationalError:t_}=Rl(68707);const{kUrl:r_,kReset:u_,kClient:C_,kRunning:D_,kPending:S_,kQueue:P_,kPendingIdx:Cg,kRunningIdx:eA,kError:tA,kSocket:rA,kStrictContentLength:nA,kOnError:iA,kMaxConcurrentStreams:sA,kHTTP2Session:aA,kResume:oA,kSize:lA,kHTTPContext:cA}=Rl(36443);const uA=Symbol("open streams");let pA;let dA=false;let hA;try{hA=Rl(32467)}catch{hA={constants:{}}}const{constants:{HTTP2_HEADER_AUTHORITY:fA,HTTP2_HEADER_METHOD:_A,HTTP2_HEADER_PATH:mA,HTTP2_HEADER_SCHEME:gA,HTTP2_HEADER_CONTENT_LENGTH:AA,HTTP2_HEADER_EXPECT:yA,HTTP2_HEADER_STATUS:bA}}=hA;function parseH2Headers(ml){const Al=[];for(const[Rl,zl]of Object.entries(ml)){if(Array.isArray(zl)){for(const ml of zl){Al.push(Buffer.from(Rl),Buffer.from(ml))}}else{Al.push(Buffer.from(Rl),Buffer.from(zl))}}return Al}async function connectH2(ml,Al){ml[rA]=Al;if(!dA){dA=true;process.emitWarning("H2 support is experimental, expect them to change at any time.",{code:"UNDICI-H2"})}const Rl=hA.connect(ml[r_],{createConnection:()=>Al,peerMaxConcurrentStreams:ml[sA]});Rl[uA]=0;Rl[C_]=ml;Rl[rA]=Al;yh.addListener(Rl,"error",onHttp2SessionError);yh.addListener(Rl,"frameError",onHttp2FrameError);yh.addListener(Rl,"end",onHttp2SessionEnd);yh.addListener(Rl,"goaway",onHTTP2GoAway);yh.addListener(Rl,"close",function(){const{[C_]:ml}=this;const{[rA]:Al}=ml;const Rl=this[rA][tA]||this[tA]||new cf("closed",yh.getSocketInfo(Al));ml[aA]=null;if(ml.destroyed){zl(ml[S_]===0);const Al=ml[P_].splice(ml[eA]);for(let zl=0;zl{rd=true});return{version:"h2",defaultPipelining:Infinity,write(...Al){return writeH2(ml,...Al)},resume(){resumeH2(ml)},destroy(ml,Rl){if(rd){queueMicrotask(Rl)}else{Al.destroy(ml).on("close",Rl)}},get destroyed(){return Al.destroyed},busy(){return false}}}function resumeH2(ml){const Al=ml[rA];if(Al?.destroyed===false){if(ml[lA]===0&&ml[sA]===0){Al.unref();ml[aA].unref()}else{Al.ref();ml[aA].ref()}}}function onHttp2SessionError(ml){zl(ml.code!=="ERR_TLS_CERT_ALTNAME_INVALID");this[rA][tA]=ml;this[C_][iA](ml)}function onHttp2FrameError(ml,Al,Rl){if(Rl===0){const Rl=new t_(`HTTP/2: "frameError" received - type ${ml}, code ${Al}`);this[rA][tA]=Rl;this[C_][iA](Rl)}}function onHttp2SessionEnd(){const ml=new cf("other side closed",yh.getSocketInfo(this[rA]));this.destroy(ml);yh.destroy(this[rA],ml)}function onHTTP2GoAway(ml){const Al=this[tA]||new cf(`HTTP/2: "GOAWAY" frame received with code ${ml}`,yh.getSocketInfo(this));const Rl=this[C_];Rl[rA]=null;Rl[cA]=null;if(this[aA]!=null){this[aA].destroy(Al);this[aA]=null}yh.destroy(this[rA],Al);if(Rl[eA]{if(Al.aborted||Al.completed){return}Rl=Rl||new Qh;yh.errorRequest(ml,Al,Rl);if(cA!=null){yh.destroy(cA,Rl)}yh.destroy(sA,Rl);ml[P_][ml[eA]++]=null;ml[oA]()};try{Al.onConnect(abort)}catch(Rl){yh.errorRequest(ml,Al,Rl)}if(Al.aborted){return false}if(cf==="CONNECT"){rd.ref();cA=rd.request(lA,{endStream:false,signal:tA});if(cA.id&&!cA.pending){Al.onUpgrade(null,null,cA);++rd[uA];ml[P_][ml[eA]++]=null}else{cA.once("ready",()=>{Al.onUpgrade(null,null,cA);++rd[uA];ml[P_][ml[eA]++]=null})}cA.once("close",()=>{rd[uA]-=1;if(rd[uA]===0)rd.unref()});return true}lA[mA]=u_;lA[gA]="https";const vA=cf==="PUT"||cf==="POST"||cf==="PATCH";if(sA&&typeof sA.read==="function"){sA.read(0)}let EA=yh.bodyLength(sA);if(yh.isFormDataLike(sA)){pA??=Rl(84492).extractBody;const[ml,Al]=pA(sA);lA["content-type"]=Al;sA=ml.stream;EA=ml.length}if(EA==null){EA=Al.contentLength}if(EA===0||!vA){EA=null}if(shouldSendContentLength(cf)&&EA>0&&Al.contentLength!=null&&Al.contentLength!==EA){if(ml[nA]){yh.errorRequest(ml,Al,new kh);return false}process.emitWarning(new kh)}if(EA!=null){zl(sA,"no body must not have content length");lA[AA]=`${EA}`}rd.ref();const wA=cf==="GET"||cf==="HEAD"||sA===null;if(S_){lA[yA]="100-continue";cA=rd.request(lA,{endStream:wA,signal:tA});cA.once("continue",writeBodyH2)}else{cA=rd.request(lA,{endStream:wA,signal:tA});writeBodyH2()}++rd[uA];cA.once("response",Rl=>{const{[bA]:zl,...rd}=Rl;Al.onResponseStarted();if(Al.aborted){const Rl=new Qh;yh.errorRequest(ml,Al,Rl);yh.destroy(cA,Rl);return}if(Al.onHeaders(Number(zl),parseH2Headers(rd),cA.resume.bind(cA),"")===false){cA.pause()}cA.on("data",ml=>{if(Al.onData(ml)===false){cA.pause()}})});cA.once("end",()=>{if(cA.state?.state==null||cA.state.state<6){Al.onComplete([])}if(rd[uA]===0){rd.unref()}abort(new t_("HTTP/2: stream half-closed (remote)"));ml[P_][ml[eA]++]=null;ml[Cg]=ml[eA];ml[oA]()});cA.once("close",()=>{rd[uA]-=1;if(rd[uA]===0){rd.unref()}});cA.once("error",function(ml){abort(ml)});cA.once("frameError",(ml,Al)=>{abort(new t_(`HTTP/2: "frameError" received - type ${ml}, code ${Al}`))});return true;function writeBodyH2(){if(!sA||EA===0){writeBuffer(abort,cA,null,ml,Al,ml[rA],EA,vA)}else if(yh.isBuffer(sA)){writeBuffer(abort,cA,sA,ml,Al,ml[rA],EA,vA)}else if(yh.isBlobLike(sA)){if(typeof sA.stream==="function"){writeIterable(abort,cA,sA.stream(),ml,Al,ml[rA],EA,vA)}else{writeBlob(abort,cA,sA,ml,Al,ml[rA],EA,vA)}}else if(yh.isStream(sA)){writeStream(abort,ml[rA],vA,cA,sA,ml,Al,EA)}else if(yh.isIterable(sA)){writeIterable(abort,cA,sA,ml,Al,ml[rA],EA,vA)}else{zl(false)}}}function writeBuffer(ml,Al,Rl,rd,kh,Qh,cf,t_){try{if(Rl!=null&&yh.isBuffer(Rl)){zl(cf===Rl.byteLength,"buffer body must have content length");Al.cork();Al.write(Rl);Al.uncork();Al.end();kh.onBodySent(Rl)}if(!t_){Qh[u_]=true}kh.onRequestSent();rd[oA]()}catch(Al){ml(Al)}}function writeStream(ml,Al,Rl,kh,Qh,cf,t_,r_){zl(r_!==0||cf[D_]===0,"stream body cannot be pipelined");const C_=rd(Qh,kh,zl=>{if(zl){yh.destroy(C_,zl);ml(zl)}else{yh.removeAllListeners(C_);t_.onRequestSent();if(!Rl){Al[u_]=true}cf[oA]()}});yh.addListener(C_,"data",onPipeData);function onPipeData(ml){t_.onBodySent(ml)}}async function writeBlob(ml,Al,Rl,rd,yh,Qh,cf,t_){zl(cf===Rl.size,"blob body must have content length");try{if(cf!=null&&cf!==Rl.size){throw new kh}const ml=Buffer.from(await Rl.arrayBuffer());Al.cork();Al.write(ml);Al.uncork();Al.end();yh.onBodySent(ml);yh.onRequestSent();if(!t_){Qh[u_]=true}rd[oA]()}catch(Al){ml(Al)}}async function writeIterable(ml,Al,Rl,rd,yh,kh,Qh,cf){zl(Qh!==0||rd[D_]===0,"iterator body cannot be pipelined");let t_=null;function onDrain(){if(t_){const ml=t_;t_=null;ml()}}const waitForDrain=()=>new Promise((ml,Al)=>{zl(t_===null);if(kh[tA]){Al(kh[tA])}else{t_=ml}});Al.on("close",onDrain).on("drain",onDrain);try{for await(const ml of Rl){if(kh[tA]){throw kh[tA]}const Rl=Al.write(ml);yh.onBodySent(ml);if(!Rl){await waitForDrain()}}Al.end();yh.onRequestSent();if(!cf){kh[u_]=true}rd[oA]()}catch(Al){ml(Al)}finally{Al.off("close",onDrain).off("drain",onDrain)}}ml.exports=connectH2},23701:(ml,Al,Rl)=>{"use strict";const zl=Rl(34589);const rd=Rl(77030);const yh=Rl(37067);const kh=Rl(3440);const{channels:Qh}=Rl(42414);const cf=Rl(44655);const t_=Rl(21841);const{InvalidArgumentError:r_,InformationalError:u_,ClientDestroyedError:C_}=Rl(68707);const D_=Rl(59136);const{kUrl:S_,kServerName:P_,kClient:Cg,kBusy:eA,kConnect:tA,kResuming:rA,kRunning:nA,kPending:iA,kSize:sA,kQueue:aA,kConnected:oA,kConnecting:lA,kNeedDrain:cA,kKeepAliveDefaultTimeout:uA,kHostHeader:pA,kPendingIdx:dA,kRunningIdx:hA,kError:fA,kPipelining:_A,kKeepAliveTimeoutValue:mA,kMaxHeadersSize:gA,kKeepAliveMaxTimeout:AA,kKeepAliveTimeoutThreshold:yA,kHeadersTimeout:bA,kBodyTimeout:vA,kStrictContentLength:EA,kConnector:wA,kMaxRedirections:CA,kMaxRequests:xA,kCounter:DA,kClose:SA,kDestroy:kA,kDispatch:TA,kInterceptors:IA,kLocalAddress:BA,kMaxResponseSize:FA,kOnError:PA,kHTTPContext:RA,kMaxConcurrentStreams:NA,kResume:OA}=Rl(36443);const QA=Rl(637);const LA=Rl(88788);let MA=false;const jA=Symbol("kClosedResolve");const noop=()=>{};function getPipelining(ml){return ml[_A]??ml[RA]?.defaultPipelining??1}class Client extends t_{constructor(ml,{interceptors:Al,maxHeaderSize:Rl,headersTimeout:zl,socketTimeout:Qh,requestTimeout:cf,connectTimeout:t_,bodyTimeout:u_,idleTimeout:C_,keepAlive:Cg,keepAliveTimeout:eA,maxKeepAliveTimeout:tA,keepAliveMaxTimeout:nA,keepAliveTimeoutThreshold:iA,socketPath:sA,pipelining:oA,tls:lA,strictContentLength:fA,maxCachedSessions:DA,maxRedirections:SA,connect:kA,maxRequestsPerClient:TA,localAddress:QA,maxResponseSize:LA,autoSelectFamily:GA,autoSelectFamilyAttemptTimeout:qA,maxConcurrentStreams:$A,allowH2:JA,webSocket:HA}={}){super({webSocket:HA});if(Cg!==undefined){throw new r_("unsupported keepAlive, use pipelining=0 instead")}if(Qh!==undefined){throw new r_("unsupported socketTimeout, use headersTimeout & bodyTimeout instead")}if(cf!==undefined){throw new r_("unsupported requestTimeout, use headersTimeout & bodyTimeout instead")}if(C_!==undefined){throw new r_("unsupported idleTimeout, use keepAliveTimeout instead")}if(tA!==undefined){throw new r_("unsupported maxKeepAliveTimeout, use keepAliveMaxTimeout instead")}if(Rl!=null&&!Number.isFinite(Rl)){throw new r_("invalid maxHeaderSize")}if(sA!=null&&typeof sA!=="string"){throw new r_("invalid socketPath")}if(t_!=null&&(!Number.isFinite(t_)||t_<0)){throw new r_("invalid connectTimeout")}if(eA!=null&&(!Number.isFinite(eA)||eA<=0)){throw new r_("invalid keepAliveTimeout")}if(nA!=null&&(!Number.isFinite(nA)||nA<=0)){throw new r_("invalid keepAliveMaxTimeout")}if(iA!=null&&!Number.isFinite(iA)){throw new r_("invalid keepAliveTimeoutThreshold")}if(zl!=null&&(!Number.isInteger(zl)||zl<0)){throw new r_("headersTimeout must be a positive integer or zero")}if(u_!=null&&(!Number.isInteger(u_)||u_<0)){throw new r_("bodyTimeout must be a positive integer or zero")}if(kA!=null&&typeof kA!=="function"&&typeof kA!=="object"){throw new r_("connect must be a function or an object")}if(SA!=null&&(!Number.isInteger(SA)||SA<0)){throw new r_("maxRedirections must be a positive number")}if(TA!=null&&(!Number.isInteger(TA)||TA<0)){throw new r_("maxRequestsPerClient must be a positive number")}if(QA!=null&&(typeof QA!=="string"||rd.isIP(QA)===0)){throw new r_("localAddress must be valid string IP address")}if(LA!=null&&(!Number.isInteger(LA)||LA<-1)){throw new r_("maxResponseSize must be a positive number")}if(qA!=null&&(!Number.isInteger(qA)||qA<-1)){throw new r_("autoSelectFamilyAttemptTimeout must be a positive number")}if(JA!=null&&typeof JA!=="boolean"){throw new r_("allowH2 must be a valid boolean value")}if($A!=null&&(typeof $A!=="number"||$A<1)){throw new r_("maxConcurrentStreams must be a positive integer, greater than 0")}if(typeof kA!=="function"){kA=D_({...lA,maxCachedSessions:DA,allowH2:JA,socketPath:sA,timeout:t_,...GA?{autoSelectFamily:GA,autoSelectFamilyAttemptTimeout:qA}:undefined,...kA})}if(Al?.Client&&Array.isArray(Al.Client)){this[IA]=Al.Client;if(!MA){MA=true;process.emitWarning("Client.Options#interceptor is deprecated. Use Dispatcher#compose instead.",{code:"UNDICI-CLIENT-INTERCEPTOR-DEPRECATED"})}}else{this[IA]=[UA({maxRedirections:SA})]}this[S_]=kh.parseOrigin(ml);this[wA]=kA;this[_A]=oA!=null?oA:1;this[gA]=Rl||yh.maxHeaderSize;this[uA]=eA==null?4e3:eA;this[AA]=nA==null?6e5:nA;this[yA]=iA==null?2e3:iA;this[mA]=this[uA];this[P_]=null;this[BA]=QA!=null?QA:null;this[rA]=0;this[cA]=0;this[pA]=`host: ${this[S_].hostname}${this[S_].port?`:${this[S_].port}`:""}\r\n`;this[vA]=u_!=null?u_:3e5;this[bA]=zl!=null?zl:3e5;this[EA]=fA==null?true:fA;this[CA]=SA;this[xA]=TA;this[jA]=null;this[FA]=LA>-1?LA:-1;this[NA]=$A!=null?$A:100;this[RA]=null;this[aA]=[];this[hA]=0;this[dA]=0;this[OA]=ml=>resume(this,ml);this[PA]=ml=>onError(this,ml)}get pipelining(){return this[_A]}set pipelining(ml){this[_A]=ml;this[OA](true)}get[iA](){return this[aA].length-this[dA]}get[nA](){return this[dA]-this[hA]}get[sA](){return this[aA].length-this[hA]}get[oA](){return!!this[RA]&&!this[lA]&&!this[RA].destroyed}get[eA](){return Boolean(this[RA]?.busy(null)||this[sA]>=(getPipelining(this)||1)||this[iA]>0)}[tA](ml){connect(this);this.once("connect",ml)}[TA](ml,Al){const Rl=ml.origin||this[S_].origin;const zl=new cf(Rl,ml,Al);this[aA].push(zl);if(this[rA]){}else if(kh.bodyLength(zl.body)==null&&kh.isIterable(zl.body)){this[rA]=1;queueMicrotask(()=>resume(this))}else{this[OA](true)}if(this[rA]&&this[cA]!==2&&this[eA]){this[cA]=2}return this[cA]<2}async[SA](){return new Promise(ml=>{if(this[sA]){this[jA]=ml}else{ml(null)}})}async[kA](ml){return new Promise(Al=>{const Rl=this[aA].splice(this[dA]);for(let Al=0;Al{if(this[jA]){this[jA]();this[jA]=null}Al(null)};if(this[RA]){this[RA].destroy(ml,callback);this[RA]=null}else{queueMicrotask(callback)}this[OA]()})}}const UA=Rl(25092);function onError(ml,Al){if(ml[nA]===0&&Al.code!=="UND_ERR_INFO"&&Al.code!=="UND_ERR_SOCKET"){zl(ml[dA]===ml[hA]);const Rl=ml[aA].splice(ml[hA]);for(let zl=0;zl{ml[wA]({host:Al,hostname:Rl,protocol:yh,port:cf,servername:ml[P_],localAddress:ml[BA]},(ml,Al)=>{if(ml){rd(ml)}else{zl(Al)}})});if(ml.destroyed){kh.destroy(rd.on("error",noop),new C_);return}zl(rd);try{ml[RA]=rd.alpnProtocol==="h2"?await LA(ml,rd):await QA(ml,rd)}catch(ml){rd.destroy().on("error",noop);throw ml}ml[lA]=false;rd[DA]=0;rd[xA]=ml[xA];rd[Cg]=ml;rd[fA]=null;if(Qh.connected.hasSubscribers){Qh.connected.publish({connectParams:{host:Al,hostname:Rl,protocol:yh,port:cf,version:ml[RA]?.version,servername:ml[P_],localAddress:ml[BA]},connector:ml[wA],socket:rd})}ml.emit("connect",ml[S_],[ml])}catch(rd){if(ml.destroyed){return}ml[lA]=false;if(Qh.connectError.hasSubscribers){Qh.connectError.publish({connectParams:{host:Al,hostname:Rl,protocol:yh,port:cf,version:ml[RA]?.version,servername:ml[P_],localAddress:ml[BA]},connector:ml[wA],error:rd})}if(rd.code==="ERR_TLS_CERT_ALTNAME_INVALID"){zl(ml[nA]===0);while(ml[iA]>0&&ml[aA][ml[dA]].servername===ml[P_]){const Al=ml[aA][ml[dA]++];kh.errorRequest(ml,Al,rd)}}else{onError(ml,rd)}ml.emit("connectionError",ml[S_],[ml],rd)}ml[OA]()}function emitDrain(ml){ml[cA]=0;ml.emit("drain",ml[S_],[ml])}function resume(ml,Al){if(ml[rA]===2){return}ml[rA]=2;_resume(ml,Al);ml[rA]=0;if(ml[hA]>256){ml[aA].splice(0,ml[hA]);ml[dA]-=ml[hA];ml[hA]=0}}function _resume(ml,Al){while(true){if(ml.destroyed){zl(ml[iA]===0);return}if(ml[jA]&&!ml[sA]){ml[jA]();ml[jA]=null;return}if(ml[RA]){ml[RA].resume()}if(ml[eA]){ml[cA]=2}else if(ml[cA]===2){if(Al){ml[cA]=1;queueMicrotask(()=>emitDrain(ml))}else{emitDrain(ml)}continue}if(ml[iA]===0){return}if(ml[nA]>=(getPipelining(ml)||1)){return}const Rl=ml[aA][ml[dA]];if(ml[S_].protocol==="https:"&&ml[P_]!==Rl.servername){if(ml[nA]>0){return}ml[P_]=Rl.servername;ml[RA]?.destroy(new u_("servername changed"),()=>{ml[RA]=null;resume(ml)})}if(ml[lA]){return}if(!ml[RA]){connect(ml);return}if(ml[RA].destroyed){return}if(ml[RA].busy(Rl)){return}if(!Rl.aborted&&ml[RA].write(Rl)){ml[dA]++}else{ml[aA].splice(ml[dA],1)}}}ml.exports=Client},21841:(ml,Al,Rl)=>{"use strict";const zl=Rl(30883);const{ClientDestroyedError:rd,ClientClosedError:yh,InvalidArgumentError:kh}=Rl(68707);const{kDestroy:Qh,kClose:cf,kClosed:t_,kDestroyed:r_,kDispatch:u_,kInterceptors:C_}=Rl(36443);const D_=Symbol("onDestroyed");const S_=Symbol("onClosed");const P_=Symbol("Intercepted Dispatch");const Cg=Symbol("webSocketOptions");class DispatcherBase extends zl{constructor(ml){super();this[r_]=false;this[D_]=null;this[t_]=false;this[S_]=[];this[Cg]=ml?.webSocket??{}}get webSocketOptions(){return{maxFragments:this[Cg].maxFragments??131072,maxPayloadSize:this[Cg].maxPayloadSize??128*1024*1024}}get destroyed(){return this[r_]}get closed(){return this[t_]}get interceptors(){return this[C_]}set interceptors(ml){if(ml){for(let Al=ml.length-1;Al>=0;Al--){const ml=this[C_][Al];if(typeof ml!=="function"){throw new kh("interceptor must be an function")}}}this[C_]=ml}close(ml){if(ml===undefined){return new Promise((ml,Al)=>{this.close((Rl,zl)=>Rl?Al(Rl):ml(zl))})}if(typeof ml!=="function"){throw new kh("invalid callback")}if(this[r_]){queueMicrotask(()=>ml(new rd,null));return}if(this[t_]){if(this[S_]){this[S_].push(ml)}else{queueMicrotask(()=>ml(null,null))}return}this[t_]=true;this[S_].push(ml);const onClosed=()=>{const ml=this[S_];this[S_]=null;for(let Al=0;Althis.destroy()).then(()=>{queueMicrotask(onClosed)})}destroy(ml,Al){if(typeof ml==="function"){Al=ml;ml=null}if(Al===undefined){return new Promise((Al,Rl)=>{this.destroy(ml,(ml,zl)=>ml?Rl(ml):Al(zl))})}if(typeof Al!=="function"){throw new kh("invalid callback")}if(this[r_]){if(this[D_]){this[D_].push(Al)}else{queueMicrotask(()=>Al(null,null))}return}if(!ml){ml=new rd}this[r_]=true;this[D_]=this[D_]||[];this[D_].push(Al);const onDestroyed=()=>{const ml=this[D_];this[D_]=null;for(let Al=0;Al{queueMicrotask(onDestroyed)})}[P_](ml,Al){if(!this[C_]||this[C_].length===0){this[P_]=this[u_];return this[u_](ml,Al)}let Rl=this[u_].bind(this);for(let ml=this[C_].length-1;ml>=0;ml--){Rl=this[C_][ml](Rl)}this[P_]=Rl;return Rl(ml,Al)}dispatch(ml,Al){if(!Al||typeof Al!=="object"){throw new kh("handler must be an object")}try{if(!ml||typeof ml!=="object"){throw new kh("opts must be an object.")}if(this[r_]||this[D_]){throw new rd}if(this[t_]){throw new yh}return this[P_](ml,Al)}catch(ml){if(typeof Al.onError!=="function"){throw new kh("invalid onError method")}Al.onError(ml);return false}}}ml.exports=DispatcherBase},30883:(ml,Al,Rl)=>{"use strict";const zl=Rl(78474);class Dispatcher extends zl{dispatch(){throw new Error("not implemented")}close(){throw new Error("not implemented")}destroy(){throw new Error("not implemented")}compose(...ml){const Al=Array.isArray(ml[0])?ml[0]:ml;let Rl=this.dispatch.bind(this);for(const ml of Al){if(ml==null){continue}if(typeof ml!=="function"){throw new TypeError(`invalid interceptor, expected function received ${typeof ml}`)}Rl=ml(Rl);if(Rl==null||typeof Rl!=="function"||Rl.length!==2){throw new TypeError("invalid interceptor")}}return new ComposedDispatcher(this,Rl)}}class ComposedDispatcher extends Dispatcher{#e=null;#t=null;constructor(ml,Al){super();this.#e=ml;this.#t=Al}dispatch(...ml){this.#t(...ml)}close(...ml){return this.#e.close(...ml)}destroy(...ml){return this.#e.destroy(...ml)}}ml.exports=Dispatcher},53137:(ml,Al,Rl)=>{"use strict";const zl=Rl(21841);const{kClose:rd,kDestroy:yh,kClosed:kh,kDestroyed:Qh,kDispatch:cf,kNoProxyAgent:t_,kHttpProxyAgent:r_,kHttpsProxyAgent:u_}=Rl(36443);const C_=Rl(76672);const D_=Rl(57405);const S_={"http:":80,"https:":443};let P_=false;class EnvHttpProxyAgent extends zl{#r=null;#n=null;#i=null;constructor(ml={}){super();this.#i=ml;if(!P_){P_=true;process.emitWarning("EnvHttpProxyAgent is experimental, expect them to change at any time.",{code:"UNDICI-EHPA"})}const{httpProxy:Al,httpsProxy:Rl,noProxy:zl,...rd}=ml;this[t_]=new D_(rd);const yh=Al??process.env.http_proxy??process.env.HTTP_PROXY;if(yh){this[r_]=new C_({...rd,uri:yh})}else{this[r_]=this[t_]}const kh=Rl??process.env.https_proxy??process.env.HTTPS_PROXY;if(kh){this[u_]=new C_({...rd,uri:kh})}else{this[u_]=this[r_]}this.#s()}[cf](ml,Al){const Rl=new URL(ml.origin);const zl=this.#a(Rl);return zl.dispatch(ml,Al)}async[rd](){await this[t_].close();if(!this[r_][kh]){await this[r_].close()}if(!this[u_][kh]){await this[u_].close()}}async[yh](ml){await this[t_].destroy(ml);if(!this[r_][Qh]){await this[r_].destroy(ml)}if(!this[u_][Qh]){await this[u_].destroy(ml)}}#a(ml){let{protocol:Al,host:Rl,port:zl}=ml;Rl=Rl.replace(/:\d*$/,"").toLowerCase();zl=Number.parseInt(zl,10)||S_[Al]||0;if(!this.#o(Rl,zl)){return this[t_]}if(Al==="https:"){return this[u_]}return this[r_]}#o(ml,Al){if(this.#l){this.#s()}if(this.#n.length===0){return true}if(this.#r==="*"){return false}for(let Rl=0;Rl{"use strict";const Al=2048;const Rl=Al-1;class FixedCircularBuffer{constructor(){this.bottom=0;this.top=0;this.list=new Array(Al);this.next=null}isEmpty(){return this.top===this.bottom}isFull(){return(this.top+1&Rl)===this.bottom}push(ml){this.list[this.top]=ml;this.top=this.top+1&Rl}shift(){const ml=this.list[this.bottom];if(ml===undefined)return null;this.list[this.bottom]=undefined;this.bottom=this.bottom+1&Rl;return ml}}ml.exports=class FixedQueue{constructor(){this.head=this.tail=new FixedCircularBuffer}isEmpty(){return this.head.isEmpty()}push(ml){if(this.head.isFull()){this.head=this.head.next=new FixedCircularBuffer}this.head.push(ml)}shift(){const ml=this.tail;const Al=ml.shift();if(ml.isEmpty()&&ml.next!==null){this.tail=ml.next}return Al}}},42128:(ml,Al,Rl)=>{"use strict";const zl=Rl(21841);const rd=Rl(64660);const{kConnected:yh,kSize:kh,kRunning:Qh,kPending:cf,kQueued:t_,kBusy:r_,kFree:u_,kUrl:C_,kClose:D_,kDestroy:S_,kDispatch:P_}=Rl(36443);const Cg=Rl(43246);const eA=Symbol("clients");const tA=Symbol("needDrain");const rA=Symbol("queue");const nA=Symbol("closed resolve");const iA=Symbol("onDrain");const sA=Symbol("onConnect");const aA=Symbol("onDisconnect");const oA=Symbol("onConnectionError");const lA=Symbol("get dispatcher");const cA=Symbol("add client");const uA=Symbol("remove client");const pA=Symbol("stats");class PoolBase extends zl{constructor(ml){super(ml);this[rA]=new rd;this[eA]=[];this[t_]=0;const Al=this;this[iA]=function onDrain(ml,Rl){const zl=Al[rA];let rd=false;while(!rd){const ml=zl.shift();if(!ml){break}Al[t_]--;rd=!this.dispatch(ml.opts,ml.handler)}this[tA]=rd;if(!this[tA]&&Al[tA]){Al[tA]=false;Al.emit("drain",ml,[Al,...Rl])}if(Al[nA]&&zl.isEmpty()){Promise.all(Al[eA].map(ml=>ml.close())).then(Al[nA])}};this[sA]=(ml,Rl)=>{Al.emit("connect",ml,[Al,...Rl])};this[aA]=(ml,Rl,zl)=>{Al.emit("disconnect",ml,[Al,...Rl],zl)};this[oA]=(ml,Rl,zl)=>{Al.emit("connectionError",ml,[Al,...Rl],zl)};this[pA]=new Cg(this)}get[r_](){return this[tA]}get[yh](){return this[eA].filter(ml=>ml[yh]).length}get[u_](){return this[eA].filter(ml=>ml[yh]&&!ml[tA]).length}get[cf](){let ml=this[t_];for(const{[cf]:Al}of this[eA]){ml+=Al}return ml}get[Qh](){let ml=0;for(const{[Qh]:Al}of this[eA]){ml+=Al}return ml}get[kh](){let ml=this[t_];for(const{[kh]:Al}of this[eA]){ml+=Al}return ml}get stats(){return this[pA]}async[D_](){if(this[rA].isEmpty()){await Promise.all(this[eA].map(ml=>ml.close()))}else{await new Promise(ml=>{this[nA]=ml})}}async[S_](ml){while(true){const Al=this[rA].shift();if(!Al){break}Al.handler.onError(ml)}await Promise.all(this[eA].map(Al=>Al.destroy(ml)))}[P_](ml,Al){const Rl=this[lA]();if(!Rl){this[tA]=true;this[rA].push({opts:ml,handler:Al});this[t_]++}else if(!Rl.dispatch(ml,Al)){Rl[tA]=true;this[tA]=!this[lA]()}return!this[tA]}[cA](ml){ml.on("drain",this[iA]).on("connect",this[sA]).on("disconnect",this[aA]).on("connectionError",this[oA]);this[eA].push(ml);if(this[tA]){queueMicrotask(()=>{if(this[tA]){this[iA](ml[C_],[this,ml])}})}return this}[uA](ml){ml.close(()=>{const Al=this[eA].indexOf(ml);if(Al!==-1){this[eA].splice(Al,1)}});this[tA]=this[eA].some(ml=>!ml[tA]&&ml.closed!==true&&ml.destroyed!==true)}}ml.exports={PoolBase:PoolBase,kClients:eA,kNeedDrain:tA,kAddClient:cA,kRemoveClient:uA,kGetDispatcher:lA}},43246:(ml,Al,Rl)=>{const{kFree:zl,kConnected:rd,kPending:yh,kQueued:kh,kRunning:Qh,kSize:cf}=Rl(36443);const t_=Symbol("pool");class PoolStats{constructor(ml){this[t_]=ml}get connected(){return this[t_][rd]}get free(){return this[t_][zl]}get pending(){return this[t_][yh]}get queued(){return this[t_][kh]}get running(){return this[t_][Qh]}get size(){return this[t_][cf]}}ml.exports=PoolStats},30628:(ml,Al,Rl)=>{"use strict";const{PoolBase:zl,kClients:rd,kNeedDrain:yh,kAddClient:kh,kGetDispatcher:Qh}=Rl(42128);const cf=Rl(23701);const{InvalidArgumentError:t_}=Rl(68707);const r_=Rl(3440);const{kUrl:u_,kInterceptors:C_}=Rl(36443);const D_=Rl(59136);const S_=Symbol("options");const P_=Symbol("connections");const Cg=Symbol("factory");function defaultFactory(ml,Al){return new cf(ml,Al)}class Pool extends zl{constructor(ml,{connections:Al,factory:Rl=defaultFactory,connect:zl,connectTimeout:yh,tls:kh,maxCachedSessions:Qh,socketPath:cf,autoSelectFamily:eA,autoSelectFamilyAttemptTimeout:tA,allowH2:rA,...nA}={}){if(Al!=null&&(!Number.isFinite(Al)||Al<0)){throw new t_("invalid connections")}if(typeof Rl!=="function"){throw new t_("factory must be a function.")}if(zl!=null&&typeof zl!=="function"&&typeof zl!=="object"){throw new t_("connect must be a function or an object")}if(typeof zl!=="function"){zl=D_({...kh,maxCachedSessions:Qh,allowH2:rA,socketPath:cf,timeout:yh,...eA?{autoSelectFamily:eA,autoSelectFamilyAttemptTimeout:tA}:undefined,...zl})}super(nA);this[C_]=nA.interceptors?.Pool&&Array.isArray(nA.interceptors.Pool)?nA.interceptors.Pool:[];this[P_]=Al||null;this[u_]=r_.parseOrigin(ml);this[S_]={...r_.deepClone(nA),connect:zl,allowH2:rA};this[S_].interceptors=nA.interceptors?{...nA.interceptors}:undefined;this[Cg]=Rl;this.on("connectionError",(ml,Al,Rl)=>{for(const ml of Al){const Al=this[rd].indexOf(ml);if(Al!==-1){this[rd].splice(Al,1)}}})}[Qh](){for(const ml of this[rd]){if(!ml[yh]){return ml}}if(!this[P_]||this[rd].length{"use strict";const{kProxy:zl,kClose:rd,kDestroy:yh,kDispatch:kh,kInterceptors:Qh}=Rl(36443);const{URL:cf}=Rl(73136);const t_=Rl(57405);const r_=Rl(30628);const u_=Rl(21841);const{InvalidArgumentError:C_,RequestAbortedError:D_,SecureProxyConnectionError:S_}=Rl(68707);const P_=Rl(59136);const Cg=Rl(23701);const eA=Symbol("proxy agent");const tA=Symbol("proxy client");const rA=Symbol("proxy headers");const nA=Symbol("request tls settings");const iA=Symbol("proxy tls settings");const sA=Symbol("connect endpoint function");const aA=Symbol("tunnel proxy");function defaultProtocolPort(ml){return ml==="https:"?443:80}function defaultFactory(ml,Al){return new r_(ml,Al)}const noop=()=>{};function defaultAgentFactory(ml,Al){if(Al.connections===1){return new Cg(ml,Al)}return new r_(ml,Al)}class Http1ProxyWrapper extends u_{#u;constructor(ml,{headers:Al={},connect:Rl,factory:zl}){super();if(!ml){throw new C_("Proxy URL is mandatory")}this[rA]=Al;if(zl){this.#u=zl(ml,{connect:Rl})}else{this.#u=new Cg(ml,{connect:Rl})}}[kh](ml,Al){const Rl=Al.onHeaders;Al.onHeaders=function(ml,zl,rd){if(ml===407){if(typeof Al.onError==="function"){Al.onError(new C_("Proxy Authentication Required (407)"))}return}if(Rl)Rl.call(this,ml,zl,rd)};const{origin:zl,path:rd="/",headers:yh={}}=ml;ml.path=zl+rd;if(!("host"in yh)&&!("Host"in yh)){const{host:ml}=new cf(zl);yh.host=ml}ml.headers={...this[rA],...yh};return this.#u[kh](ml,Al)}async[rd](){return this.#u.close()}async[yh](ml){return this.#u.destroy(ml)}}class ProxyAgent extends u_{constructor(ml){super();if(!ml||typeof ml==="object"&&!(ml instanceof cf)&&!ml.uri){throw new C_("Proxy uri is mandatory")}const{clientFactory:Al=defaultFactory}=ml;if(typeof Al!=="function"){throw new C_("Proxy opts.clientFactory must be a function.")}const{proxyTunnel:Rl=true}=ml;const rd=this.#p(ml);const{href:yh,origin:kh,port:r_,protocol:u_,username:Cg,password:oA,hostname:lA}=rd;this[zl]={uri:yh,protocol:u_};this[Qh]=ml.interceptors?.ProxyAgent&&Array.isArray(ml.interceptors.ProxyAgent)?ml.interceptors.ProxyAgent:[];this[nA]=ml.requestTls;this[iA]=ml.proxyTls;this[rA]=ml.headers||{};this[aA]=Rl;if(ml.auth&&ml.token){throw new C_("opts.auth cannot be used in combination with opts.token")}else if(ml.auth){this[rA]["proxy-authorization"]=`Basic ${ml.auth}`}else if(ml.token){this[rA]["proxy-authorization"]=ml.token}else if(Cg&&oA){this[rA]["proxy-authorization"]=`Basic ${Buffer.from(`${decodeURIComponent(Cg)}:${decodeURIComponent(oA)}`).toString("base64")}`}const cA=P_({...ml.proxyTls});this[sA]=P_({...ml.requestTls});const uA=ml.factory||defaultAgentFactory;const factory=(ml,Al)=>{const{protocol:Rl}=new cf(ml);if(!this[aA]&&Rl==="http:"&&this[zl].protocol==="http:"){return new Http1ProxyWrapper(this[zl].uri,{headers:this[rA],connect:cA,factory:uA})}return uA(ml,Al)};this[tA]=Al(rd,{connect:cA});this[eA]=new t_({...ml,factory:factory,connect:async(ml,Al)=>{let Rl=ml.host;if(!ml.port){Rl+=`:${defaultProtocolPort(ml.protocol)}`}try{const{socket:zl,statusCode:rd}=await this[tA].connect({origin:kh,port:r_,path:Rl,signal:ml.signal,headers:{...this[rA],host:ml.host},servername:this[iA]?.servername||lA});if(rd!==200){zl.on("error",noop).destroy();Al(new D_(`Proxy response (${rd}) !== 200 when HTTP Tunneling`))}if(ml.protocol!=="https:"){Al(null,zl);return}let yh;if(this[nA]){yh=this[nA].servername}else{yh=ml.servername}this[sA]({...ml,servername:yh,httpSocket:zl},Al)}catch(ml){if(ml.code==="ERR_TLS_CERT_ALTNAME_INVALID"){Al(new S_(ml))}else{Al(ml)}}}})}dispatch(ml,Al){const Rl=buildHeaders(ml.headers);throwIfProxyAuthIsSent(Rl);if(Rl&&!("host"in Rl)&&!("Host"in Rl)){const{host:Al}=new cf(ml.origin);Rl.host=Al}return this[eA].dispatch({...ml,headers:Rl},Al)}#p(ml){if(typeof ml==="string"){return new cf(ml)}else if(ml instanceof cf){return ml}else{return new cf(ml.uri)}}async[rd](){await this[eA].close();await this[tA].close()}async[yh](){await this[eA].destroy();await this[tA].destroy()}}function buildHeaders(ml){if(Array.isArray(ml)){const Al={};for(let Rl=0;Rlml.toLowerCase()==="proxy-authorization");if(Al){throw new C_("Proxy-Authorization should be sent in ProxyAgent constructor")}}ml.exports=ProxyAgent},30050:(ml,Al,Rl)=>{"use strict";const zl=Rl(30883);const rd=Rl(17816);class RetryAgent extends zl{#d=null;#h=null;constructor(ml,Al={}){super(Al);this.#d=ml;this.#h=Al}dispatch(ml,Al){const Rl=new rd({...ml,retryOptions:this.#h},{dispatch:this.#d.dispatch.bind(this.#d),handler:Al});return this.#d.dispatch(ml,Rl)}close(){return this.#d.close()}destroy(){return this.#d.destroy()}}ml.exports=RetryAgent},32581:(ml,Al,Rl)=>{"use strict";const zl=Symbol.for("undici.globalDispatcher.1");const{InvalidArgumentError:rd}=Rl(68707);const yh=Rl(57405);if(getGlobalDispatcher()===undefined){setGlobalDispatcher(new yh)}function setGlobalDispatcher(ml){if(!ml||typeof ml.dispatch!=="function"){throw new rd("Argument agent must implement Agent")}Object.defineProperty(globalThis,zl,{value:ml,writable:true,enumerable:false,configurable:false})}function getGlobalDispatcher(){return globalThis[zl]}ml.exports={setGlobalDispatcher:setGlobalDispatcher,getGlobalDispatcher:getGlobalDispatcher}},58155:ml=>{"use strict";ml.exports=class DecoratorHandler{#f;constructor(ml){if(typeof ml!=="object"||ml===null){throw new TypeError("handler must be an object")}this.#f=ml}onConnect(...ml){return this.#f.onConnect?.(...ml)}onError(...ml){return this.#f.onError?.(...ml)}onUpgrade(...ml){return this.#f.onUpgrade?.(...ml)}onResponseStarted(...ml){return this.#f.onResponseStarted?.(...ml)}onHeaders(...ml){return this.#f.onHeaders?.(...ml)}onData(...ml){return this.#f.onData?.(...ml)}onComplete(...ml){return this.#f.onComplete?.(...ml)}onBodySent(...ml){return this.#f.onBodySent?.(...ml)}}},8754:(ml,Al,Rl)=>{"use strict";const zl=Rl(3440);const{kBodyUsed:rd}=Rl(36443);const yh=Rl(34589);const{InvalidArgumentError:kh}=Rl(68707);const Qh=Rl(78474);const cf=[300,301,302,303,307,308];const t_=Symbol("body");class BodyAsyncIterable{constructor(ml){this[t_]=ml;this[rd]=false}async*[Symbol.asyncIterator](){yh(!this[rd],"disturbed");this[rd]=true;yield*this[t_]}}class RedirectHandler{constructor(ml,Al,Rl,cf){if(Al!=null&&(!Number.isInteger(Al)||Al<0)){throw new kh("maxRedirections must be a positive number")}zl.validateHandler(cf,Rl.method,Rl.upgrade);this.dispatch=ml;this.location=null;this.abort=null;this.opts={...Rl,maxRedirections:0};this.maxRedirections=Al;this.handler=cf;this.history=[];this.redirectionLimitReached=false;if(zl.isStream(this.opts.body)){if(zl.bodyLength(this.opts.body)===0){this.opts.body.on("data",function(){yh(false)})}if(typeof this.opts.body.readableDidRead!=="boolean"){this.opts.body[rd]=false;Qh.prototype.on.call(this.opts.body,"data",function(){this[rd]=true})}}else if(this.opts.body&&typeof this.opts.body.pipeTo==="function"){this.opts.body=new BodyAsyncIterable(this.opts.body)}else if(this.opts.body&&typeof this.opts.body!=="string"&&!ArrayBuffer.isView(this.opts.body)&&zl.isIterable(this.opts.body)){this.opts.body=new BodyAsyncIterable(this.opts.body)}}onConnect(ml){this.abort=ml;this.handler.onConnect(ml,{history:this.history})}onUpgrade(ml,Al,Rl){this.handler.onUpgrade(ml,Al,Rl)}onError(ml){this.handler.onError(ml)}onHeaders(ml,Al,Rl,rd){this.location=this.history.length>=this.maxRedirections||zl.isDisturbed(this.opts.body)?null:parseLocation(ml,Al);if(this.opts.throwOnMaxRedirect&&this.history.length>=this.maxRedirections){if(this.request){this.request.abort(new Error("max redirects"))}this.redirectionLimitReached=true;this.abort(new Error("max redirects"));return}if(this.opts.origin){this.history.push(new URL(this.opts.path,this.opts.origin))}if(!this.location){return this.handler.onHeaders(ml,Al,Rl,rd)}const{origin:yh,pathname:kh,search:Qh}=zl.parseURL(new URL(this.location,this.opts.origin&&new URL(this.opts.path,this.opts.origin)));const cf=Qh?`${kh}${Qh}`:kh;this.opts.headers=cleanRequestHeaders(this.opts.headers,ml===303,this.opts.origin!==yh);this.opts.path=cf;this.opts.origin=yh;this.opts.maxRedirections=0;this.opts.query=null;if(ml===303&&this.opts.method!=="HEAD"){this.opts.method="GET";this.opts.body=null}}onData(ml){if(this.location){}else{return this.handler.onData(ml)}}onComplete(ml){if(this.location){this.location=null;this.abort=null;this.dispatch(this.opts,this)}else{this.handler.onComplete(ml)}}onBodySent(ml){if(this.handler.onBodySent){this.handler.onBodySent(ml)}}}function parseLocation(ml,Al){if(cf.indexOf(ml)===-1){return null}for(let ml=0;ml{"use strict";const zl=Rl(34589);const{kRetryHandlerDefaultRetry:rd}=Rl(36443);const{RequestRetryError:yh}=Rl(68707);const{isDisturbed:kh,parseHeaders:Qh,parseRangeHeader:cf,wrapRequestBody:t_}=Rl(3440);function calculateRetryAfterHeader(ml){const Al=Date.now();return new Date(ml).getTime()-Al}class RetryHandler{constructor(ml,Al){const{retryOptions:Rl,...zl}=ml;const{retry:yh,maxRetries:kh,maxTimeout:Qh,minTimeout:cf,timeoutFactor:r_,methods:u_,errorCodes:C_,retryAfter:D_,statusCodes:S_}=Rl??{};this.dispatch=Al.dispatch;this.handler=Al.handler;this.opts={...zl,body:t_(ml.body)};this.abort=null;this.aborted=false;this.retryOpts={retry:yh??RetryHandler[rd],retryAfter:D_??true,maxTimeout:Qh??30*1e3,minTimeout:cf??500,timeoutFactor:r_??2,maxRetries:kh??5,methods:u_??["GET","HEAD","OPTIONS","PUT","DELETE","TRACE"],statusCodes:S_??[500,502,503,504,429],errorCodes:C_??["ECONNRESET","ECONNREFUSED","ENOTFOUND","ENETDOWN","ENETUNREACH","EHOSTDOWN","EHOSTUNREACH","EPIPE","UND_ERR_SOCKET"]};this.retryCount=0;this.retryCountCheckpoint=0;this.start=0;this.end=null;this.etag=null;this.resume=null;this.handler.onConnect(ml=>{this.aborted=true;if(this.abort){this.abort(ml)}else{this.reason=ml}})}onRequestSent(){if(this.handler.onRequestSent){this.handler.onRequestSent()}}onUpgrade(ml,Al,Rl){if(this.handler.onUpgrade){this.handler.onUpgrade(ml,Al,Rl)}}onConnect(ml){if(this.aborted){ml(this.reason)}else{this.abort=ml}}onBodySent(ml){if(this.handler.onBodySent)return this.handler.onBodySent(ml)}static[rd](ml,{state:Al,opts:Rl},zl){const{statusCode:rd,code:yh,headers:kh}=ml;const{method:Qh,retryOptions:cf}=Rl;const{maxRetries:t_,minTimeout:r_,maxTimeout:u_,timeoutFactor:C_,statusCodes:D_,errorCodes:S_,methods:P_}=cf;const{counter:Cg}=Al;if(yh&&yh!=="UND_ERR_REQ_RETRY"&&!S_.includes(yh)){zl(ml);return}if(Array.isArray(P_)&&!P_.includes(Qh)){zl(ml);return}if(rd!=null&&Array.isArray(D_)&&!D_.includes(rd)){zl(ml);return}if(Cg>t_){zl(ml);return}let eA=kh?.["retry-after"];if(eA){eA=Number(eA);eA=Number.isNaN(eA)?calculateRetryAfterHeader(eA):eA*1e3}const tA=eA>0?Math.min(eA,u_):Math.min(r_*C_**(Cg-1),u_);setTimeout(()=>zl(null),tA)}onHeaders(ml,Al,Rl,rd){const kh=Qh(Al);this.retryCount+=1;if(ml>=300){if(this.retryOpts.statusCodes.includes(ml)===false){return this.handler.onHeaders(ml,Al,Rl,rd)}else{this.abort(new yh("Request failed",ml,{headers:kh,data:{count:this.retryCount}}));return false}}if(this.resume!=null){this.resume=null;if(ml!==206&&(this.start>0||ml!==200)){this.abort(new yh("server does not support the range header and the payload was partially consumed",ml,{headers:kh,data:{count:this.retryCount}}));return false}const Al=cf(kh["content-range"]);if(!Al){this.abort(new yh("Content-Range mismatch",ml,{headers:kh,data:{count:this.retryCount}}));return false}if(this.etag!=null&&this.etag!==kh.etag){this.abort(new yh("ETag mismatch",ml,{headers:kh,data:{count:this.retryCount}}));return false}const{start:rd,size:Qh,end:t_=Qh-1}=Al;zl(this.start===rd,"content-range mismatch");zl(this.end==null||this.end===t_,"content-range mismatch");this.resume=Rl;return true}if(this.end==null){if(ml===206){const yh=cf(kh["content-range"]);if(yh==null){return this.handler.onHeaders(ml,Al,Rl,rd)}const{start:Qh,size:t_,end:r_=t_-1}=yh;zl(Qh!=null&&Number.isFinite(Qh),"content-range mismatch");zl(r_!=null&&Number.isFinite(r_),"invalid content-length");this.start=Qh;this.end=r_}if(this.end==null){const ml=kh["content-length"];this.end=ml!=null?Number(ml)-1:null}zl(Number.isFinite(this.start));zl(this.end==null||Number.isFinite(this.end),"invalid content-length");this.resume=Rl;this.etag=kh.etag!=null?kh.etag:null;if(this.etag!=null&&this.etag.startsWith("W/")){this.etag=null}return this.handler.onHeaders(ml,Al,Rl,rd)}const t_=new yh("Request failed",ml,{headers:kh,data:{count:this.retryCount}});this.abort(t_);return false}onData(ml){this.start+=ml.length;return this.handler.onData(ml)}onComplete(ml){this.retryCount=0;return this.handler.onComplete(ml)}onError(ml){if(this.aborted||kh(this.opts.body)){return this.handler.onError(ml)}if(this.retryCount-this.retryCountCheckpoint>0){this.retryCount=this.retryCountCheckpoint+(this.retryCount-this.retryCountCheckpoint)}else{this.retryCount+=1}this.retryOpts.retry(ml,{state:{counter:this.retryCount},opts:{retryOptions:this.retryOpts,...this.opts}},onRetry.bind(this));function onRetry(ml){if(ml!=null||this.aborted||kh(this.opts.body)){return this.handler.onError(ml)}if(this.start!==0){const ml={range:`bytes=${this.start}-${this.end??""}`};if(this.etag!=null){ml["if-match"]=this.etag}this.opts={...this.opts,headers:{...this.opts.headers,...ml}}}try{this.retryCountCheckpoint=this.retryCount;this.dispatch(this.opts,this)}catch(ml){this.handler.onError(ml)}}}}ml.exports=RetryHandler},70379:(ml,Al,Rl)=>{"use strict";const{isIP:zl}=Rl(77030);const{lookup:rd}=Rl(40610);const yh=Rl(58155);const{InvalidArgumentError:kh,InformationalError:Qh}=Rl(68707);const cf=Math.pow(2,31)-1;class DNSInstance{#_=0;#m=0;#g=new Map;dualStack=true;affinity=null;lookup=null;pick=null;constructor(ml){this.#_=ml.maxTTL;this.#m=ml.maxItems;this.dualStack=ml.dualStack;this.affinity=ml.affinity;this.lookup=ml.lookup??this.#A;this.pick=ml.pick??this.#y}get full(){return this.#g.size===this.#m}runLookup(ml,Al,Rl){const zl=this.#g.get(ml.hostname);if(zl==null&&this.full){Rl(null,ml.origin);return}const rd={affinity:this.affinity,dualStack:this.dualStack,lookup:this.lookup,pick:this.pick,...Al.dns,maxTTL:this.#_,maxItems:this.#m};if(zl==null){this.lookup(ml,rd,(Al,zl)=>{if(Al||zl==null||zl.length===0){Rl(Al??new Qh("No DNS entries found"));return}this.setRecords(ml,zl);const yh=this.#g.get(ml.hostname);const kh=this.pick(ml,yh,rd.affinity);let cf;if(typeof kh.port==="number"){cf=`:${kh.port}`}else if(ml.port!==""){cf=`:${ml.port}`}else{cf=""}Rl(null,`${ml.protocol}//${kh.family===6?`[${kh.address}]`:kh.address}${cf}`)})}else{const yh=this.pick(ml,zl,rd.affinity);if(yh==null){this.#g.delete(ml.hostname);this.runLookup(ml,Al,Rl);return}let kh;if(typeof yh.port==="number"){kh=`:${yh.port}`}else if(ml.port!==""){kh=`:${ml.port}`}else{kh=""}Rl(null,`${ml.protocol}//${yh.family===6?`[${yh.address}]`:yh.address}${kh}`)}}#A(ml,Al,Rl){rd(ml.hostname,{all:true,family:this.dualStack===false?this.affinity:0,order:"ipv4first"},(ml,Al)=>{if(ml){return Rl(ml)}const zl=new Map;for(const ml of Al){zl.set(`${ml.address}:${ml.family}`,ml)}Rl(null,zl.values())})}#y(ml,Al,Rl){let zl=null;const{records:rd,offset:yh}=Al;let kh;if(this.dualStack){if(Rl==null){if(yh==null||yh===cf){Al.offset=0;Rl=4}else{Al.offset++;Rl=(Al.offset&1)===1?6:4}}if(rd[Rl]!=null&&rd[Rl].ips.length>0){kh=rd[Rl]}else{kh=rd[Rl===4?6:4]}}else{kh=rd[Rl]}if(kh==null||kh.ips.length===0){return zl}if(kh.offset==null||kh.offset===cf){kh.offset=0}else{kh.offset++}const Qh=kh.offset%kh.ips.length;zl=kh.ips[Qh]??null;if(zl==null){return zl}if(Date.now()-zl.timestamp>zl.ttl){kh.ips.splice(Qh,1);return this.pick(ml,Al,Rl)}return zl}setRecords(ml,Al){const Rl=Date.now();const zl={records:{4:null,6:null}};for(const ml of Al){ml.timestamp=Rl;if(typeof ml.ttl==="number"){ml.ttl=Math.min(ml.ttl,this.#_)}else{ml.ttl=this.#_}const Al=zl.records[ml.family]??{ips:[]};Al.ips.push(ml);zl.records[ml.family]=Al}this.#g.set(ml.hostname,zl)}getHandler(ml,Al){return new DNSDispatchHandler(this,ml,Al)}}class DNSDispatchHandler extends yh{#b=null;#i=null;#t=null;#f=null;#v=null;constructor(ml,{origin:Al,handler:Rl,dispatch:zl},rd){super(Rl);this.#v=Al;this.#f=Rl;this.#i={...rd};this.#b=ml;this.#t=zl}onError(ml){switch(ml.code){case"ETIMEDOUT":case"ECONNREFUSED":{if(this.#b.dualStack){this.#b.runLookup(this.#v,this.#i,(ml,Al)=>{if(ml){return this.#f.onError(ml)}const Rl={...this.#i,origin:Al};this.#t(Rl,this)});return}this.#f.onError(ml);return}case"ENOTFOUND":this.#b.deleteRecord(this.#v);default:this.#f.onError(ml);break}}}ml.exports=ml=>{if(ml?.maxTTL!=null&&(typeof ml?.maxTTL!=="number"||ml?.maxTTL<0)){throw new kh("Invalid maxTTL. Must be a positive number")}if(ml?.maxItems!=null&&(typeof ml?.maxItems!=="number"||ml?.maxItems<1)){throw new kh("Invalid maxItems. Must be a positive number and greater than zero")}if(ml?.affinity!=null&&ml?.affinity!==4&&ml?.affinity!==6){throw new kh("Invalid affinity. Must be either 4 or 6")}if(ml?.dualStack!=null&&typeof ml?.dualStack!=="boolean"){throw new kh("Invalid dualStack. Must be a boolean")}if(ml?.lookup!=null&&typeof ml?.lookup!=="function"){throw new kh("Invalid lookup. Must be a function")}if(ml?.pick!=null&&typeof ml?.pick!=="function"){throw new kh("Invalid pick. Must be a function")}const Al=ml?.dualStack??true;let Rl;if(Al){Rl=ml?.affinity??null}else{Rl=ml?.affinity??4}const rd={maxTTL:ml?.maxTTL??1e4,lookup:ml?.lookup??null,pick:ml?.pick??null,dualStack:Al,affinity:Rl,maxItems:ml?.maxItems??Infinity};const yh=new DNSInstance(rd);return ml=>function dnsInterceptor(Al,Rl){const rd=Al.origin.constructor===URL?Al.origin:new URL(Al.origin);if(zl(rd.hostname)!==0){return ml(Al,Rl)}yh.runLookup(rd,Al,(zl,kh)=>{if(zl){return Rl.onError(zl)}let Qh=null;Qh={...Al,servername:rd.hostname,origin:kh,headers:{host:rd.hostname,...Al.headers}};ml(Qh,yh.getHandler({origin:rd,dispatch:ml,handler:Rl},Al))});return true}}},88060:(ml,Al,Rl)=>{"use strict";const zl=Rl(3440);const{InvalidArgumentError:rd,RequestAbortedError:yh}=Rl(68707);const kh=Rl(58155);class DumpHandler extends kh{#E=1024*1024;#w=null;#C=false;#x=false;#D=0;#S=null;#f=null;constructor({maxSize:ml},Al){super(Al);if(ml!=null&&(!Number.isFinite(ml)||ml<1)){throw new rd("maxSize must be a number greater than 0")}this.#E=ml??this.#E;this.#f=Al}onConnect(ml){this.#w=ml;this.#f.onConnect(this.#k.bind(this))}#k(ml){this.#x=true;this.#S=ml}onHeaders(ml,Al,Rl,rd){const kh=zl.parseHeaders(Al);const Qh=kh["content-length"];if(Qh!=null&&Qh>this.#E){throw new yh(`Response size (${Qh}) larger than maxSize (${this.#E})`)}if(this.#x){return true}return this.#f.onHeaders(ml,Al,Rl,rd)}onError(ml){if(this.#C){return}ml=this.#S??ml;this.#f.onError(ml)}onData(ml){this.#D=this.#D+ml.length;if(this.#D>=this.#E){this.#C=true;if(this.#x){this.#f.onError(this.#S)}else{this.#f.onComplete([])}}return true}onComplete(ml){if(this.#C){return}if(this.#x){this.#f.onError(this.reason);return}this.#f.onComplete(ml)}}function createDumpInterceptor({maxSize:ml}={maxSize:1024*1024}){return Al=>function Intercept(Rl,zl){const{dumpMaxSize:rd=ml}=Rl;const yh=new DumpHandler({maxSize:rd},zl);return Al(Rl,yh)}}ml.exports=createDumpInterceptor},25092:(ml,Al,Rl)=>{"use strict";const zl=Rl(8754);function createRedirectInterceptor({maxRedirections:ml}){return Al=>function Intercept(Rl,rd){const{maxRedirections:yh=ml}=Rl;if(!yh){return Al(Rl,rd)}const kh=new zl(Al,yh,Rl,rd);Rl={...Rl,maxRedirections:0};return Al(Rl,kh)}}ml.exports=createRedirectInterceptor},21514:(ml,Al,Rl)=>{"use strict";const zl=Rl(8754);ml.exports=ml=>{const Al=ml?.maxRedirections;return ml=>function redirectInterceptor(Rl,rd){const{maxRedirections:yh=Al,...kh}=Rl;if(!yh){return ml(Rl,rd)}const Qh=new zl(ml,yh,Rl,rd);return ml(kh,Qh)}}},92026:(ml,Al,Rl)=>{"use strict";const zl=Rl(17816);ml.exports=ml=>Al=>function retryInterceptor(Rl,rd){return Al(Rl,new zl({...Rl,retryOptions:{...ml,...Rl.retryOptions}},{handler:rd,dispatch:Al}))}},52824:(ml,Al,Rl)=>{"use strict";Object.defineProperty(Al,"__esModule",{value:true});Al.SPECIAL_HEADERS=Al.HEADER_STATE=Al.MINOR=Al.MAJOR=Al.CONNECTION_TOKEN_CHARS=Al.HEADER_CHARS=Al.TOKEN=Al.STRICT_TOKEN=Al.HEX=Al.URL_CHAR=Al.STRICT_URL_CHAR=Al.USERINFO_CHARS=Al.MARK=Al.ALPHANUM=Al.NUM=Al.HEX_MAP=Al.NUM_MAP=Al.ALPHA=Al.FINISH=Al.H_METHOD_MAP=Al.METHOD_MAP=Al.METHODS_RTSP=Al.METHODS_ICE=Al.METHODS_HTTP=Al.METHODS=Al.LENIENT_FLAGS=Al.FLAGS=Al.TYPE=Al.ERROR=void 0;const zl=Rl(50172);var rd;(function(ml){ml[ml["OK"]=0]="OK";ml[ml["INTERNAL"]=1]="INTERNAL";ml[ml["STRICT"]=2]="STRICT";ml[ml["LF_EXPECTED"]=3]="LF_EXPECTED";ml[ml["UNEXPECTED_CONTENT_LENGTH"]=4]="UNEXPECTED_CONTENT_LENGTH";ml[ml["CLOSED_CONNECTION"]=5]="CLOSED_CONNECTION";ml[ml["INVALID_METHOD"]=6]="INVALID_METHOD";ml[ml["INVALID_URL"]=7]="INVALID_URL";ml[ml["INVALID_CONSTANT"]=8]="INVALID_CONSTANT";ml[ml["INVALID_VERSION"]=9]="INVALID_VERSION";ml[ml["INVALID_HEADER_TOKEN"]=10]="INVALID_HEADER_TOKEN";ml[ml["INVALID_CONTENT_LENGTH"]=11]="INVALID_CONTENT_LENGTH";ml[ml["INVALID_CHUNK_SIZE"]=12]="INVALID_CHUNK_SIZE";ml[ml["INVALID_STATUS"]=13]="INVALID_STATUS";ml[ml["INVALID_EOF_STATE"]=14]="INVALID_EOF_STATE";ml[ml["INVALID_TRANSFER_ENCODING"]=15]="INVALID_TRANSFER_ENCODING";ml[ml["CB_MESSAGE_BEGIN"]=16]="CB_MESSAGE_BEGIN";ml[ml["CB_HEADERS_COMPLETE"]=17]="CB_HEADERS_COMPLETE";ml[ml["CB_MESSAGE_COMPLETE"]=18]="CB_MESSAGE_COMPLETE";ml[ml["CB_CHUNK_HEADER"]=19]="CB_CHUNK_HEADER";ml[ml["CB_CHUNK_COMPLETE"]=20]="CB_CHUNK_COMPLETE";ml[ml["PAUSED"]=21]="PAUSED";ml[ml["PAUSED_UPGRADE"]=22]="PAUSED_UPGRADE";ml[ml["PAUSED_H2_UPGRADE"]=23]="PAUSED_H2_UPGRADE";ml[ml["USER"]=24]="USER"})(rd=Al.ERROR||(Al.ERROR={}));var yh;(function(ml){ml[ml["BOTH"]=0]="BOTH";ml[ml["REQUEST"]=1]="REQUEST";ml[ml["RESPONSE"]=2]="RESPONSE"})(yh=Al.TYPE||(Al.TYPE={}));var kh;(function(ml){ml[ml["CONNECTION_KEEP_ALIVE"]=1]="CONNECTION_KEEP_ALIVE";ml[ml["CONNECTION_CLOSE"]=2]="CONNECTION_CLOSE";ml[ml["CONNECTION_UPGRADE"]=4]="CONNECTION_UPGRADE";ml[ml["CHUNKED"]=8]="CHUNKED";ml[ml["UPGRADE"]=16]="UPGRADE";ml[ml["CONTENT_LENGTH"]=32]="CONTENT_LENGTH";ml[ml["SKIPBODY"]=64]="SKIPBODY";ml[ml["TRAILING"]=128]="TRAILING";ml[ml["TRANSFER_ENCODING"]=512]="TRANSFER_ENCODING"})(kh=Al.FLAGS||(Al.FLAGS={}));var Qh;(function(ml){ml[ml["HEADERS"]=1]="HEADERS";ml[ml["CHUNKED_LENGTH"]=2]="CHUNKED_LENGTH";ml[ml["KEEP_ALIVE"]=4]="KEEP_ALIVE"})(Qh=Al.LENIENT_FLAGS||(Al.LENIENT_FLAGS={}));var cf;(function(ml){ml[ml["DELETE"]=0]="DELETE";ml[ml["GET"]=1]="GET";ml[ml["HEAD"]=2]="HEAD";ml[ml["POST"]=3]="POST";ml[ml["PUT"]=4]="PUT";ml[ml["CONNECT"]=5]="CONNECT";ml[ml["OPTIONS"]=6]="OPTIONS";ml[ml["TRACE"]=7]="TRACE";ml[ml["COPY"]=8]="COPY";ml[ml["LOCK"]=9]="LOCK";ml[ml["MKCOL"]=10]="MKCOL";ml[ml["MOVE"]=11]="MOVE";ml[ml["PROPFIND"]=12]="PROPFIND";ml[ml["PROPPATCH"]=13]="PROPPATCH";ml[ml["SEARCH"]=14]="SEARCH";ml[ml["UNLOCK"]=15]="UNLOCK";ml[ml["BIND"]=16]="BIND";ml[ml["REBIND"]=17]="REBIND";ml[ml["UNBIND"]=18]="UNBIND";ml[ml["ACL"]=19]="ACL";ml[ml["REPORT"]=20]="REPORT";ml[ml["MKACTIVITY"]=21]="MKACTIVITY";ml[ml["CHECKOUT"]=22]="CHECKOUT";ml[ml["MERGE"]=23]="MERGE";ml[ml["M-SEARCH"]=24]="M-SEARCH";ml[ml["NOTIFY"]=25]="NOTIFY";ml[ml["SUBSCRIBE"]=26]="SUBSCRIBE";ml[ml["UNSUBSCRIBE"]=27]="UNSUBSCRIBE";ml[ml["PATCH"]=28]="PATCH";ml[ml["PURGE"]=29]="PURGE";ml[ml["MKCALENDAR"]=30]="MKCALENDAR";ml[ml["LINK"]=31]="LINK";ml[ml["UNLINK"]=32]="UNLINK";ml[ml["SOURCE"]=33]="SOURCE";ml[ml["PRI"]=34]="PRI";ml[ml["DESCRIBE"]=35]="DESCRIBE";ml[ml["ANNOUNCE"]=36]="ANNOUNCE";ml[ml["SETUP"]=37]="SETUP";ml[ml["PLAY"]=38]="PLAY";ml[ml["PAUSE"]=39]="PAUSE";ml[ml["TEARDOWN"]=40]="TEARDOWN";ml[ml["GET_PARAMETER"]=41]="GET_PARAMETER";ml[ml["SET_PARAMETER"]=42]="SET_PARAMETER";ml[ml["REDIRECT"]=43]="REDIRECT";ml[ml["RECORD"]=44]="RECORD";ml[ml["FLUSH"]=45]="FLUSH"})(cf=Al.METHODS||(Al.METHODS={}));Al.METHODS_HTTP=[cf.DELETE,cf.GET,cf.HEAD,cf.POST,cf.PUT,cf.CONNECT,cf.OPTIONS,cf.TRACE,cf.COPY,cf.LOCK,cf.MKCOL,cf.MOVE,cf.PROPFIND,cf.PROPPATCH,cf.SEARCH,cf.UNLOCK,cf.BIND,cf.REBIND,cf.UNBIND,cf.ACL,cf.REPORT,cf.MKACTIVITY,cf.CHECKOUT,cf.MERGE,cf["M-SEARCH"],cf.NOTIFY,cf.SUBSCRIBE,cf.UNSUBSCRIBE,cf.PATCH,cf.PURGE,cf.MKCALENDAR,cf.LINK,cf.UNLINK,cf.PRI,cf.SOURCE];Al.METHODS_ICE=[cf.SOURCE];Al.METHODS_RTSP=[cf.OPTIONS,cf.DESCRIBE,cf.ANNOUNCE,cf.SETUP,cf.PLAY,cf.PAUSE,cf.TEARDOWN,cf.GET_PARAMETER,cf.SET_PARAMETER,cf.REDIRECT,cf.RECORD,cf.FLUSH,cf.GET,cf.POST];Al.METHOD_MAP=zl.enumToMap(cf);Al.H_METHOD_MAP={};Object.keys(Al.METHOD_MAP).forEach(ml=>{if(/^H/.test(ml)){Al.H_METHOD_MAP[ml]=Al.METHOD_MAP[ml]}});var t_;(function(ml){ml[ml["SAFE"]=0]="SAFE";ml[ml["SAFE_WITH_CB"]=1]="SAFE_WITH_CB";ml[ml["UNSAFE"]=2]="UNSAFE"})(t_=Al.FINISH||(Al.FINISH={}));Al.ALPHA=[];for(let ml="A".charCodeAt(0);ml<="Z".charCodeAt(0);ml++){Al.ALPHA.push(String.fromCharCode(ml));Al.ALPHA.push(String.fromCharCode(ml+32))}Al.NUM_MAP={0:0,1:1,2:2,3:3,4:4,5:5,6:6,7:7,8:8,9:9};Al.HEX_MAP={0:0,1:1,2:2,3:3,4:4,5:5,6:6,7:7,8:8,9:9,A:10,B:11,C:12,D:13,E:14,F:15,a:10,b:11,c:12,d:13,e:14,f:15};Al.NUM=["0","1","2","3","4","5","6","7","8","9"];Al.ALPHANUM=Al.ALPHA.concat(Al.NUM);Al.MARK=["-","_",".","!","~","*","'","(",")"];Al.USERINFO_CHARS=Al.ALPHANUM.concat(Al.MARK).concat(["%",";",":","&","=","+","$",","]);Al.STRICT_URL_CHAR=["!",'"',"$","%","&","'","(",")","*","+",",","-",".","/",":",";","<","=",">","@","[","\\","]","^","_","`","{","|","}","~"].concat(Al.ALPHANUM);Al.URL_CHAR=Al.STRICT_URL_CHAR.concat(["\t","\f"]);for(let ml=128;ml<=255;ml++){Al.URL_CHAR.push(ml)}Al.HEX=Al.NUM.concat(["a","b","c","d","e","f","A","B","C","D","E","F"]);Al.STRICT_TOKEN=["!","#","$","%","&","'","*","+","-",".","^","_","`","|","~"].concat(Al.ALPHANUM);Al.TOKEN=Al.STRICT_TOKEN.concat([" "]);Al.HEADER_CHARS=["\t"];for(let ml=32;ml<=255;ml++){if(ml!==127){Al.HEADER_CHARS.push(ml)}}Al.CONNECTION_TOKEN_CHARS=Al.HEADER_CHARS.filter(ml=>ml!==44);Al.MAJOR=Al.NUM_MAP;Al.MINOR=Al.MAJOR;var r_;(function(ml){ml[ml["GENERAL"]=0]="GENERAL";ml[ml["CONNECTION"]=1]="CONNECTION";ml[ml["CONTENT_LENGTH"]=2]="CONTENT_LENGTH";ml[ml["TRANSFER_ENCODING"]=3]="TRANSFER_ENCODING";ml[ml["UPGRADE"]=4]="UPGRADE";ml[ml["CONNECTION_KEEP_ALIVE"]=5]="CONNECTION_KEEP_ALIVE";ml[ml["CONNECTION_CLOSE"]=6]="CONNECTION_CLOSE";ml[ml["CONNECTION_UPGRADE"]=7]="CONNECTION_UPGRADE";ml[ml["TRANSFER_ENCODING_CHUNKED"]=8]="TRANSFER_ENCODING_CHUNKED"})(r_=Al.HEADER_STATE||(Al.HEADER_STATE={}));Al.SPECIAL_HEADERS={connection:r_.CONNECTION,"content-length":r_.CONTENT_LENGTH,"proxy-connection":r_.CONNECTION,"transfer-encoding":r_.TRANSFER_ENCODING,upgrade:r_.UPGRADE}},63870:(ml,Al,Rl)=>{"use strict";const{Buffer:zl}=Rl(4573);ml.exports=zl.from("AGFzbQEAAAABJwdgAX8Bf2ADf39/AX9gAX8AYAJ/fwBgBH9/f38Bf2AAAGADf39/AALLAQgDZW52GHdhc21fb25faGVhZGVyc19jb21wbGV0ZQAEA2VudhV3YXNtX29uX21lc3NhZ2VfYmVnaW4AAANlbnYLd2FzbV9vbl91cmwAAQNlbnYOd2FzbV9vbl9zdGF0dXMAAQNlbnYUd2FzbV9vbl9oZWFkZXJfZmllbGQAAQNlbnYUd2FzbV9vbl9oZWFkZXJfdmFsdWUAAQNlbnYMd2FzbV9vbl9ib2R5AAEDZW52GHdhc21fb25fbWVzc2FnZV9jb21wbGV0ZQAAAy0sBQYAAAIAAAAAAAACAQIAAgICAAADAAAAAAMDAwMBAQEBAQEBAQEAAAIAAAAEBQFwARISBQMBAAIGCAF/AUGA1AQLB9EFIgZtZW1vcnkCAAtfaW5pdGlhbGl6ZQAIGV9faW5kaXJlY3RfZnVuY3Rpb25fdGFibGUBAAtsbGh0dHBfaW5pdAAJGGxsaHR0cF9zaG91bGRfa2VlcF9hbGl2ZQAvDGxsaHR0cF9hbGxvYwALBm1hbGxvYwAxC2xsaHR0cF9mcmVlAAwEZnJlZQAMD2xsaHR0cF9nZXRfdHlwZQANFWxsaHR0cF9nZXRfaHR0cF9tYWpvcgAOFWxsaHR0cF9nZXRfaHR0cF9taW5vcgAPEWxsaHR0cF9nZXRfbWV0aG9kABAWbGxodHRwX2dldF9zdGF0dXNfY29kZQAREmxsaHR0cF9nZXRfdXBncmFkZQASDGxsaHR0cF9yZXNldAATDmxsaHR0cF9leGVjdXRlABQUbGxodHRwX3NldHRpbmdzX2luaXQAFQ1sbGh0dHBfZmluaXNoABYMbGxodHRwX3BhdXNlABcNbGxodHRwX3Jlc3VtZQAYG2xsaHR0cF9yZXN1bWVfYWZ0ZXJfdXBncmFkZQAZEGxsaHR0cF9nZXRfZXJybm8AGhdsbGh0dHBfZ2V0X2Vycm9yX3JlYXNvbgAbF2xsaHR0cF9zZXRfZXJyb3JfcmVhc29uABwUbGxodHRwX2dldF9lcnJvcl9wb3MAHRFsbGh0dHBfZXJybm9fbmFtZQAeEmxsaHR0cF9tZXRob2RfbmFtZQAfEmxsaHR0cF9zdGF0dXNfbmFtZQAgGmxsaHR0cF9zZXRfbGVuaWVudF9oZWFkZXJzACEhbGxodHRwX3NldF9sZW5pZW50X2NodW5rZWRfbGVuZ3RoACIdbGxodHRwX3NldF9sZW5pZW50X2tlZXBfYWxpdmUAIyRsbGh0dHBfc2V0X2xlbmllbnRfdHJhbnNmZXJfZW5jb2RpbmcAJBhsbGh0dHBfbWVzc2FnZV9uZWVkc19lb2YALgkXAQBBAQsRAQIDBAUKBgcrLSwqKSglJyYK07MCLBYAQYjQACgCAARAAAtBiNAAQQE2AgALFAAgABAwIAAgAjYCOCAAIAE6ACgLFAAgACAALwEyIAAtAC4gABAvEAALHgEBf0HAABAyIgEQMCABQYAINgI4IAEgADoAKCABC48MAQd/AkAgAEUNACAAQQhrIgEgAEEEaygCACIAQXhxIgRqIQUCQCAAQQFxDQAgAEEDcUUNASABIAEoAgAiAGsiAUGc0AAoAgBJDQEgACAEaiEEAkACQEGg0AAoAgAgAUcEQCAAQf8BTQRAIABBA3YhAyABKAIIIgAgASgCDCICRgRAQYzQAEGM0AAoAgBBfiADd3E2AgAMBQsgAiAANgIIIAAgAjYCDAwECyABKAIYIQYgASABKAIMIgBHBEAgACABKAIIIgI2AgggAiAANgIMDAMLIAFBFGoiAygCACICRQRAIAEoAhAiAkUNAiABQRBqIQMLA0AgAyEHIAIiAEEUaiIDKAIAIgINACAAQRBqIQMgACgCECICDQALIAdBADYCAAwCCyAFKAIEIgBBA3FBA0cNAiAFIABBfnE2AgRBlNAAIAQ2AgAgBSAENgIAIAEgBEEBcjYCBAwDC0EAIQALIAZFDQACQCABKAIcIgJBAnRBvNIAaiIDKAIAIAFGBEAgAyAANgIAIAANAUGQ0ABBkNAAKAIAQX4gAndxNgIADAILIAZBEEEUIAYoAhAgAUYbaiAANgIAIABFDQELIAAgBjYCGCABKAIQIgIEQCAAIAI2AhAgAiAANgIYCyABQRRqKAIAIgJFDQAgAEEUaiACNgIAIAIgADYCGAsgASAFTw0AIAUoAgQiAEEBcUUNAAJAAkACQAJAIABBAnFFBEBBpNAAKAIAIAVGBEBBpNAAIAE2AgBBmNAAQZjQACgCACAEaiIANgIAIAEgAEEBcjYCBCABQaDQACgCAEcNBkGU0ABBADYCAEGg0ABBADYCAAwGC0Gg0AAoAgAgBUYEQEGg0AAgATYCAEGU0ABBlNAAKAIAIARqIgA2AgAgASAAQQFyNgIEIAAgAWogADYCAAwGCyAAQXhxIARqIQQgAEH/AU0EQCAAQQN2IQMgBSgCCCIAIAUoAgwiAkYEQEGM0ABBjNAAKAIAQX4gA3dxNgIADAULIAIgADYCCCAAIAI2AgwMBAsgBSgCGCEGIAUgBSgCDCIARwRAQZzQACgCABogACAFKAIIIgI2AgggAiAANgIMDAMLIAVBFGoiAygCACICRQRAIAUoAhAiAkUNAiAFQRBqIQMLA0AgAyEHIAIiAEEUaiIDKAIAIgINACAAQRBqIQMgACgCECICDQALIAdBADYCAAwCCyAFIABBfnE2AgQgASAEaiAENgIAIAEgBEEBcjYCBAwDC0EAIQALIAZFDQACQCAFKAIcIgJBAnRBvNIAaiIDKAIAIAVGBEAgAyAANgIAIAANAUGQ0ABBkNAAKAIAQX4gAndxNgIADAILIAZBEEEUIAYoAhAgBUYbaiAANgIAIABFDQELIAAgBjYCGCAFKAIQIgIEQCAAIAI2AhAgAiAANgIYCyAFQRRqKAIAIgJFDQAgAEEUaiACNgIAIAIgADYCGAsgASAEaiAENgIAIAEgBEEBcjYCBCABQaDQACgCAEcNAEGU0AAgBDYCAAwBCyAEQf8BTQRAIARBeHFBtNAAaiEAAn9BjNAAKAIAIgJBASAEQQN2dCIDcUUEQEGM0AAgAiADcjYCACAADAELIAAoAggLIgIgATYCDCAAIAE2AgggASAANgIMIAEgAjYCCAwBC0EfIQIgBEH///8HTQRAIARBJiAEQQh2ZyIAa3ZBAXEgAEEBdGtBPmohAgsgASACNgIcIAFCADcCECACQQJ0QbzSAGohAAJAQZDQACgCACIDQQEgAnQiB3FFBEAgACABNgIAQZDQACADIAdyNgIAIAEgADYCGCABIAE2AgggASABNgIMDAELIARBGSACQQF2a0EAIAJBH0cbdCECIAAoAgAhAAJAA0AgACIDKAIEQXhxIARGDQEgAkEddiEAIAJBAXQhAiADIABBBHFqQRBqIgcoAgAiAA0ACyAHIAE2AgAgASADNgIYIAEgATYCDCABIAE2AggMAQsgAygCCCIAIAE2AgwgAyABNgIIIAFBADYCGCABIAM2AgwgASAANgIIC0Gs0ABBrNAAKAIAQQFrIgBBfyAAGzYCAAsLBwAgAC0AKAsHACAALQAqCwcAIAAtACsLBwAgAC0AKQsHACAALwEyCwcAIAAtAC4LQAEEfyAAKAIYIQEgAC0ALSECIAAtACghAyAAKAI4IQQgABAwIAAgBDYCOCAAIAM6ACggACACOgAtIAAgATYCGAu74gECB38DfiABIAJqIQQCQCAAIgIoAgwiAA0AIAIoAgQEQCACIAE2AgQLIwBBEGsiCCQAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACfwJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAIAIoAhwiA0EBaw7dAdoBAdkBAgMEBQYHCAkKCwwNDtgBDxDXARES1gETFBUWFxgZGhvgAd8BHB0e1QEfICEiIyQl1AEmJygpKiss0wHSAS0u0QHQAS8wMTIzNDU2Nzg5Ojs8PT4/QEFCQ0RFRtsBR0hJSs8BzgFLzQFMzAFNTk9QUVJTVFVWV1hZWltcXV5fYGFiY2RlZmdoaWprbG1ub3BxcnN0dXZ3eHl6e3x9fn+AAYEBggGDAYQBhQGGAYcBiAGJAYoBiwGMAY0BjgGPAZABkQGSAZMBlAGVAZYBlwGYAZkBmgGbAZwBnQGeAZ8BoAGhAaIBowGkAaUBpgGnAagBqQGqAasBrAGtAa4BrwGwAbEBsgGzAbQBtQG2AbcBywHKAbgByQG5AcgBugG7AbwBvQG+Ab8BwAHBAcIBwwHEAcUBxgEA3AELQQAMxgELQQ4MxQELQQ0MxAELQQ8MwwELQRAMwgELQRMMwQELQRQMwAELQRUMvwELQRYMvgELQRgMvQELQRkMvAELQRoMuwELQRsMugELQRwMuQELQR0MuAELQQgMtwELQR4MtgELQSAMtQELQR8MtAELQQcMswELQSEMsgELQSIMsQELQSMMsAELQSQMrwELQRIMrgELQREMrQELQSUMrAELQSYMqwELQScMqgELQSgMqQELQcMBDKgBC0EqDKcBC0ErDKYBC0EsDKUBC0EtDKQBC0EuDKMBC0EvDKIBC0HEAQyhAQtBMAygAQtBNAyfAQtBDAyeAQtBMQydAQtBMgycAQtBMwybAQtBOQyaAQtBNQyZAQtBxQEMmAELQQsMlwELQToMlgELQTYMlQELQQoMlAELQTcMkwELQTgMkgELQTwMkQELQTsMkAELQT0MjwELQQkMjgELQSkMjQELQT4MjAELQT8MiwELQcAADIoBC0HBAAyJAQtBwgAMiAELQcMADIcBC0HEAAyGAQtBxQAMhQELQcYADIQBC0EXDIMBC0HHAAyCAQtByAAMgQELQckADIABC0HKAAx/C0HLAAx+C0HNAAx9C0HMAAx8C0HOAAx7C0HPAAx6C0HQAAx5C0HRAAx4C0HSAAx3C0HTAAx2C0HUAAx1C0HWAAx0C0HVAAxzC0EGDHILQdcADHELQQUMcAtB2AAMbwtBBAxuC0HZAAxtC0HaAAxsC0HbAAxrC0HcAAxqC0EDDGkLQd0ADGgLQd4ADGcLQd8ADGYLQeEADGULQeAADGQLQeIADGMLQeMADGILQQIMYQtB5AAMYAtB5QAMXwtB5gAMXgtB5wAMXQtB6AAMXAtB6QAMWwtB6gAMWgtB6wAMWQtB7AAMWAtB7QAMVwtB7gAMVgtB7wAMVQtB8AAMVAtB8QAMUwtB8gAMUgtB8wAMUQtB9AAMUAtB9QAMTwtB9gAMTgtB9wAMTQtB+AAMTAtB+QAMSwtB+gAMSgtB+wAMSQtB/AAMSAtB/QAMRwtB/gAMRgtB/wAMRQtBgAEMRAtBgQEMQwtBggEMQgtBgwEMQQtBhAEMQAtBhQEMPwtBhgEMPgtBhwEMPQtBiAEMPAtBiQEMOwtBigEMOgtBiwEMOQtBjAEMOAtBjQEMNwtBjgEMNgtBjwEMNQtBkAEMNAtBkQEMMwtBkgEMMgtBkwEMMQtBlAEMMAtBlQEMLwtBlgEMLgtBlwEMLQtBmAEMLAtBmQEMKwtBmgEMKgtBmwEMKQtBnAEMKAtBnQEMJwtBngEMJgtBnwEMJQtBoAEMJAtBoQEMIwtBogEMIgtBowEMIQtBpAEMIAtBpQEMHwtBpgEMHgtBpwEMHQtBqAEMHAtBqQEMGwtBqgEMGgtBqwEMGQtBrAEMGAtBrQEMFwtBrgEMFgtBAQwVC0GvAQwUC0GwAQwTC0GxAQwSC0GzAQwRC0GyAQwQC0G0AQwPC0G1AQwOC0G2AQwNC0G3AQwMC0G4AQwLC0G5AQwKC0G6AQwJC0G7AQwIC0HGAQwHC0G8AQwGC0G9AQwFC0G+AQwEC0G/AQwDC0HAAQwCC0HCAQwBC0HBAQshAwNAAkACQAJAAkACQAJAAkACQAJAIAICfwJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJ/AkACQAJAAkACQAJAAkACQAJAAkACQAJAAkAgAgJ/AkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACfwJAAkACfwJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACfwJAAkACQAJAAn8CQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQCADDsYBAAECAwQFBgcICQoLDA0ODxAREhMUFRYXGBkaGxwdHyAhIyUmKCorLC8wMTIzNDU2Nzk6Ozw9lANAQkRFRklLTk9QUVJTVFVWWFpbXF1eX2BhYmNkZWZnaGpsb3Bxc3V2eHl6e3x/gAGBAYIBgwGEAYUBhgGHAYgBiQGKAYsBjAGNAY4BjwGQAZEBkgGTAZQBlQGWAZcBmAGZAZoBmwGcAZ0BngGfAaABoQGiAaMBpAGlAaYBpwGoAakBqgGrAawBrQGuAa8BsAGxAbIBswG0AbUBtgG3AbgBuQG6AbsBvAG9Ab4BvwHAAcEBwgHDAcQBxQHGAccByAHJAcsBzAHNAc4BzwGKA4kDiAOHA4QDgwOAA/sC+gL5AvgC9wL0AvMC8gLLAsECsALZAQsgASAERw3wAkHdASEDDLMDCyABIARHDcgBQcMBIQMMsgMLIAEgBEcNe0H3ACEDDLEDCyABIARHDXBB7wAhAwywAwsgASAERw1pQeoAIQMMrwMLIAEgBEcNZUHoACEDDK4DCyABIARHDWJB5gAhAwytAwsgASAERw0aQRghAwysAwsgASAERw0VQRIhAwyrAwsgASAERw1CQcUAIQMMqgMLIAEgBEcNNEE/IQMMqQMLIAEgBEcNMkE8IQMMqAMLIAEgBEcNK0ExIQMMpwMLIAItAC5BAUYNnwMMwQILQQAhAAJAAkACQCACLQAqRQ0AIAItACtFDQAgAi8BMCIDQQJxRQ0BDAILIAIvATAiA0EBcUUNAQtBASEAIAItAChBAUYNACACLwEyIgVB5ABrQeQASQ0AIAVBzAFGDQAgBUGwAkYNACADQcAAcQ0AQQAhACADQYgEcUGABEYNACADQShxQQBHIQALIAJBADsBMCACQQA6AC8gAEUN3wIgAkIANwMgDOACC0EAIQACQCACKAI4IgNFDQAgAygCLCIDRQ0AIAIgAxEAACEACyAARQ3MASAAQRVHDd0CIAJBBDYCHCACIAE2AhQgAkGwGDYCECACQRU2AgxBACEDDKQDCyABIARGBEBBBiEDDKQDCyABQQFqIQFBACEAAkAgAigCOCIDRQ0AIAMoAlQiA0UNACACIAMRAAAhAAsgAA3ZAgwcCyACQgA3AyBBEiEDDIkDCyABIARHDRZBHSEDDKEDCyABIARHBEAgAUEBaiEBQRAhAwyIAwtBByEDDKADCyACIAIpAyAiCiAEIAFrrSILfSIMQgAgCiAMWhs3AyAgCiALWA3UAkEIIQMMnwMLIAEgBEcEQCACQQk2AgggAiABNgIEQRQhAwyGAwtBCSEDDJ4DCyACKQMgQgBSDccBIAIgAi8BMEGAAXI7ATAMQgsgASAERw0/QdAAIQMMnAMLIAEgBEYEQEELIQMMnAMLIAFBAWohAUEAIQACQCACKAI4IgNFDQAgAygCUCIDRQ0AIAIgAxEAACEACyAADc8CDMYBC0EAIQACQCACKAI4IgNFDQAgAygCSCIDRQ0AIAIgAxEAACEACyAARQ3GASAAQRVHDc0CIAJBCzYCHCACIAE2AhQgAkGCGTYCECACQRU2AgxBACEDDJoDC0EAIQACQCACKAI4IgNFDQAgAygCSCIDRQ0AIAIgAxEAACEACyAARQ0MIABBFUcNygIgAkEaNgIcIAIgATYCFCACQYIZNgIQIAJBFTYCDEEAIQMMmQMLQQAhAAJAIAIoAjgiA0UNACADKAJMIgNFDQAgAiADEQAAIQALIABFDcQBIABBFUcNxwIgAkELNgIcIAIgATYCFCACQZEXNgIQIAJBFTYCDEEAIQMMmAMLIAEgBEYEQEEPIQMMmAMLIAEtAAAiAEE7Rg0HIABBDUcNxAIgAUEBaiEBDMMBC0EAIQACQCACKAI4IgNFDQAgAygCTCIDRQ0AIAIgAxEAACEACyAARQ3DASAAQRVHDcICIAJBDzYCHCACIAE2AhQgAkGRFzYCECACQRU2AgxBACEDDJYDCwNAIAEtAABB8DVqLQAAIgBBAUcEQCAAQQJHDcECIAIoAgQhAEEAIQMgAkEANgIEIAIgACABQQFqIgEQLSIADcICDMUBCyAEIAFBAWoiAUcNAAtBEiEDDJUDC0EAIQACQCACKAI4IgNFDQAgAygCTCIDRQ0AIAIgAxEAACEACyAARQ3FASAAQRVHDb0CIAJBGzYCHCACIAE2AhQgAkGRFzYCECACQRU2AgxBACEDDJQDCyABIARGBEBBFiEDDJQDCyACQQo2AgggAiABNgIEQQAhAAJAIAIoAjgiA0UNACADKAJIIgNFDQAgAiADEQAAIQALIABFDcIBIABBFUcNuQIgAkEVNgIcIAIgATYCFCACQYIZNgIQIAJBFTYCDEEAIQMMkwMLIAEgBEcEQANAIAEtAABB8DdqLQAAIgBBAkcEQAJAIABBAWsOBMQCvQIAvgK9AgsgAUEBaiEBQQghAwz8AgsgBCABQQFqIgFHDQALQRUhAwyTAwtBFSEDDJIDCwNAIAEtAABB8DlqLQAAIgBBAkcEQCAAQQFrDgTFArcCwwK4ArcCCyAEIAFBAWoiAUcNAAtBGCEDDJEDCyABIARHBEAgAkELNgIIIAIgATYCBEEHIQMM+AILQRkhAwyQAwsgAUEBaiEBDAILIAEgBEYEQEEaIQMMjwMLAkAgAS0AAEENaw4UtQG/Ab8BvwG/Ab8BvwG/Ab8BvwG/Ab8BvwG/Ab8BvwG/Ab8BvwEAvwELQQAhAyACQQA2AhwgAkGvCzYCECACQQI2AgwgAiABQQFqNgIUDI4DCyABIARGBEBBGyEDDI4DCyABLQAAIgBBO0cEQCAAQQ1HDbECIAFBAWohAQy6AQsgAUEBaiEBC0EiIQMM8wILIAEgBEYEQEEcIQMMjAMLQgAhCgJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkAgAS0AAEEwaw43wQLAAgABAgMEBQYH0AHQAdAB0AHQAdAB0AEICQoLDA3QAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdABDg8QERIT0AELQgIhCgzAAgtCAyEKDL8CC0IEIQoMvgILQgUhCgy9AgtCBiEKDLwCC0IHIQoMuwILQgghCgy6AgtCCSEKDLkCC0IKIQoMuAILQgshCgy3AgtCDCEKDLYCC0INIQoMtQILQg4hCgy0AgtCDyEKDLMCC0IKIQoMsgILQgshCgyxAgtCDCEKDLACC0INIQoMrwILQg4hCgyuAgtCDyEKDK0CC0IAIQoCQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAIAEtAABBMGsON8ACvwIAAQIDBAUGB74CvgK+Ar4CvgK+Ar4CCAkKCwwNvgK+Ar4CvgK+Ar4CvgK+Ar4CvgK+Ar4CvgK+Ar4CvgK+Ar4CvgK+Ar4CvgK+Ar4CvgK+Ag4PEBESE74CC0ICIQoMvwILQgMhCgy+AgtCBCEKDL0CC0IFIQoMvAILQgYhCgy7AgtCByEKDLoCC0IIIQoMuQILQgkhCgy4AgtCCiEKDLcCC0ILIQoMtgILQgwhCgy1AgtCDSEKDLQCC0IOIQoMswILQg8hCgyyAgtCCiEKDLECC0ILIQoMsAILQgwhCgyvAgtCDSEKDK4CC0IOIQoMrQILQg8hCgysAgsgAiACKQMgIgogBCABa60iC30iDEIAIAogDFobNwMgIAogC1gNpwJBHyEDDIkDCyABIARHBEAgAkEJNgIIIAIgATYCBEElIQMM8AILQSAhAwyIAwtBASEFIAIvATAiA0EIcUUEQCACKQMgQgBSIQULAkAgAi0ALgRAQQEhACACLQApQQVGDQEgA0HAAHFFIAVxRQ0BC0EAIQAgA0HAAHENAEECIQAgA0EIcQ0AIANBgARxBEACQCACLQAoQQFHDQAgAi0ALUEKcQ0AQQUhAAwCC0EEIQAMAQsgA0EgcUUEQAJAIAItAChBAUYNACACLwEyIgBB5ABrQeQASQ0AIABBzAFGDQAgAEGwAkYNAEEEIQAgA0EocUUNAiADQYgEcUGABEYNAgtBACEADAELQQBBAyACKQMgUBshAAsgAEEBaw4FvgIAsAEBpAKhAgtBESEDDO0CCyACQQE6AC8MhAMLIAEgBEcNnQJBJCEDDIQDCyABIARHDRxBxgAhAwyDAwtBACEAAkAgAigCOCIDRQ0AIAMoAkQiA0UNACACIAMRAAAhAAsgAEUNJyAAQRVHDZgCIAJB0AA2AhwgAiABNgIUIAJBkRg2AhAgAkEVNgIMQQAhAwyCAwsgASAERgRAQSghAwyCAwtBACEDIAJBADYCBCACQQw2AgggAiABIAEQKiIARQ2UAiACQSc2AhwgAiABNgIUIAIgADYCDAyBAwsgASAERgRAQSkhAwyBAwsgAS0AACIAQSBGDRMgAEEJRw2VAiABQQFqIQEMFAsgASAERwRAIAFBAWohAQwWC0EqIQMM/wILIAEgBEYEQEErIQMM/wILIAEtAAAiAEEJRyAAQSBHcQ2QAiACLQAsQQhHDd0CIAJBADoALAzdAgsgASAERgRAQSwhAwz+AgsgAS0AAEEKRw2OAiABQQFqIQEMsAELIAEgBEcNigJBLyEDDPwCCwNAIAEtAAAiAEEgRwRAIABBCmsOBIQCiAKIAoQChgILIAQgAUEBaiIBRw0AC0ExIQMM+wILQTIhAyABIARGDfoCIAIoAgAiACAEIAFraiEHIAEgAGtBA2ohBgJAA0AgAEHwO2otAAAgAS0AACIFQSByIAUgBUHBAGtB/wFxQRpJG0H/AXFHDQEgAEEDRgRAQQYhAQziAgsgAEEBaiEAIAQgAUEBaiIBRw0ACyACIAc2AgAM+wILIAJBADYCAAyGAgtBMyEDIAQgASIARg35AiAEIAFrIAIoAgAiAWohByAAIAFrQQhqIQYCQANAIAFB9DtqLQAAIAAtAAAiBUEgciAFIAVBwQBrQf8BcUEaSRtB/wFxRw0BIAFBCEYEQEEFIQEM4QILIAFBAWohASAEIABBAWoiAEcNAAsgAiAHNgIADPoCCyACQQA2AgAgACEBDIUCC0E0IQMgBCABIgBGDfgCIAQgAWsgAigCACIBaiEHIAAgAWtBBWohBgJAA0AgAUHQwgBqLQAAIAAtAAAiBUEgciAFIAVBwQBrQf8BcUEaSRtB/wFxRw0BIAFBBUYEQEEHIQEM4AILIAFBAWohASAEIABBAWoiAEcNAAsgAiAHNgIADPkCCyACQQA2AgAgACEBDIQCCyABIARHBEADQCABLQAAQYA+ai0AACIAQQFHBEAgAEECRg0JDIECCyAEIAFBAWoiAUcNAAtBMCEDDPgCC0EwIQMM9wILIAEgBEcEQANAIAEtAAAiAEEgRwRAIABBCmsOBP8B/gH+Af8B/gELIAQgAUEBaiIBRw0AC0E4IQMM9wILQTghAwz2AgsDQCABLQAAIgBBIEcgAEEJR3EN9gEgBCABQQFqIgFHDQALQTwhAwz1AgsDQCABLQAAIgBBIEcEQAJAIABBCmsOBPkBBAT5AQALIABBLEYN9QEMAwsgBCABQQFqIgFHDQALQT8hAwz0AgtBwAAhAyABIARGDfMCIAIoAgAiACAEIAFraiEFIAEgAGtBBmohBgJAA0AgAEGAQGstAAAgAS0AAEEgckcNASAAQQZGDdsCIABBAWohACAEIAFBAWoiAUcNAAsgAiAFNgIADPQCCyACQQA2AgALQTYhAwzZAgsgASAERgRAQcEAIQMM8gILIAJBDDYCCCACIAE2AgQgAi0ALEEBaw4E+wHuAewB6wHUAgsgAUEBaiEBDPoBCyABIARHBEADQAJAIAEtAAAiAEEgciAAIABBwQBrQf8BcUEaSRtB/wFxIgBBCUYNACAAQSBGDQACQAJAAkACQCAAQeMAaw4TAAMDAwMDAwMBAwMDAwMDAwMDAgMLIAFBAWohAUExIQMM3AILIAFBAWohAUEyIQMM2wILIAFBAWohAUEzIQMM2gILDP4BCyAEIAFBAWoiAUcNAAtBNSEDDPACC0E1IQMM7wILIAEgBEcEQANAIAEtAABBgDxqLQAAQQFHDfcBIAQgAUEBaiIBRw0AC0E9IQMM7wILQT0hAwzuAgtBACEAAkAgAigCOCIDRQ0AIAMoAkAiA0UNACACIAMRAAAhAAsgAEUNASAAQRVHDeYBIAJBwgA2AhwgAiABNgIUIAJB4xg2AhAgAkEVNgIMQQAhAwztAgsgAUEBaiEBC0E8IQMM0gILIAEgBEYEQEHCACEDDOsCCwJAA0ACQCABLQAAQQlrDhgAAswCzALRAswCzALMAswCzALMAswCzALMAswCzALMAswCzALMAswCzALMAgDMAgsgBCABQQFqIgFHDQALQcIAIQMM6wILIAFBAWohASACLQAtQQFxRQ3+AQtBLCEDDNACCyABIARHDd4BQcQAIQMM6AILA0AgAS0AAEGQwABqLQAAQQFHDZwBIAQgAUEBaiIBRw0AC0HFACEDDOcCCyABLQAAIgBBIEYN/gEgAEE6Rw3AAiACKAIEIQBBACEDIAJBADYCBCACIAAgARApIgAN3gEM3QELQccAIQMgBCABIgBGDeUCIAQgAWsgAigCACIBaiEHIAAgAWtBBWohBgNAIAFBkMIAai0AACAALQAAIgVBIHIgBSAFQcEAa0H/AXFBGkkbQf8BcUcNvwIgAUEFRg3CAiABQQFqIQEgBCAAQQFqIgBHDQALIAIgBzYCAAzlAgtByAAhAyAEIAEiAEYN5AIgBCABayACKAIAIgFqIQcgACABa0EJaiEGA0AgAUGWwgBqLQAAIAAtAAAiBUEgciAFIAVBwQBrQf8BcUEaSRtB/wFxRw2+AkECIAFBCUYNwgIaIAFBAWohASAEIABBAWoiAEcNAAsgAiAHNgIADOQCCyABIARGBEBByQAhAwzkAgsCQAJAIAEtAAAiAEEgciAAIABBwQBrQf8BcUEaSRtB/wFxQe4Aaw4HAL8CvwK/Ar8CvwIBvwILIAFBAWohAUE+IQMMywILIAFBAWohAUE/IQMMygILQcoAIQMgBCABIgBGDeICIAQgAWsgAigCACIBaiEGIAAgAWtBAWohBwNAIAFBoMIAai0AACAALQAAIgVBIHIgBSAFQcEAa0H/AXFBGkkbQf8BcUcNvAIgAUEBRg2+AiABQQFqIQEgBCAAQQFqIgBHDQALIAIgBjYCAAziAgtBywAhAyAEIAEiAEYN4QIgBCABayACKAIAIgFqIQcgACABa0EOaiEGA0AgAUGiwgBqLQAAIAAtAAAiBUEgciAFIAVBwQBrQf8BcUEaSRtB/wFxRw27AiABQQ5GDb4CIAFBAWohASAEIABBAWoiAEcNAAsgAiAHNgIADOECC0HMACEDIAQgASIARg3gAiAEIAFrIAIoAgAiAWohByAAIAFrQQ9qIQYDQCABQcDCAGotAAAgAC0AACIFQSByIAUgBUHBAGtB/wFxQRpJG0H/AXFHDboCQQMgAUEPRg2+AhogAUEBaiEBIAQgAEEBaiIARw0ACyACIAc2AgAM4AILQc0AIQMgBCABIgBGDd8CIAQgAWsgAigCACIBaiEHIAAgAWtBBWohBgNAIAFB0MIAai0AACAALQAAIgVBIHIgBSAFQcEAa0H/AXFBGkkbQf8BcUcNuQJBBCABQQVGDb0CGiABQQFqIQEgBCAAQQFqIgBHDQALIAIgBzYCAAzfAgsgASAERgRAQc4AIQMM3wILAkACQAJAAkAgAS0AACIAQSByIAAgAEHBAGtB/wFxQRpJG0H/AXFB4wBrDhMAvAK8ArwCvAK8ArwCvAK8ArwCvAK8ArwCAbwCvAK8AgIDvAILIAFBAWohAUHBACEDDMgCCyABQQFqIQFBwgAhAwzHAgsgAUEBaiEBQcMAIQMMxgILIAFBAWohAUHEACEDDMUCCyABIARHBEAgAkENNgIIIAIgATYCBEHFACEDDMUCC0HPACEDDN0CCwJAAkAgAS0AAEEKaw4EAZABkAEAkAELIAFBAWohAQtBKCEDDMMCCyABIARGBEBB0QAhAwzcAgsgAS0AAEEgRw0AIAFBAWohASACLQAtQQFxRQ3QAQtBFyEDDMECCyABIARHDcsBQdIAIQMM2QILQdMAIQMgASAERg3YAiACKAIAIgAgBCABa2ohBiABIABrQQFqIQUDQCABLQAAIABB1sIAai0AAEcNxwEgAEEBRg3KASAAQQFqIQAgBCABQQFqIgFHDQALIAIgBjYCAAzYAgsgASAERgRAQdUAIQMM2AILIAEtAABBCkcNwgEgAUEBaiEBDMoBCyABIARGBEBB1gAhAwzXAgsCQAJAIAEtAABBCmsOBADDAcMBAcMBCyABQQFqIQEMygELIAFBAWohAUHKACEDDL0CC0EAIQACQCACKAI4IgNFDQAgAygCPCIDRQ0AIAIgAxEAACEACyAADb8BQc0AIQMMvAILIAItAClBIkYNzwIMiQELIAQgASIFRgRAQdsAIQMM1AILQQAhAEEBIQFBASEGQQAhAwJAAn8CQAJAAkACQAJAAkACQCAFLQAAQTBrDgrFAcQBAAECAwQFBgjDAQtBAgwGC0EDDAULQQQMBAtBBQwDC0EGDAILQQcMAQtBCAshA0EAIQFBACEGDL0BC0EJIQNBASEAQQAhAUEAIQYMvAELIAEgBEYEQEHdACEDDNMCCyABLQAAQS5HDbgBIAFBAWohAQyIAQsgASAERw22AUHfACEDDNECCyABIARHBEAgAkEONgIIIAIgATYCBEHQACEDDLgCC0HgACEDDNACC0HhACEDIAEgBEYNzwIgAigCACIAIAQgAWtqIQUgASAAa0EDaiEGA0AgAS0AACAAQeLCAGotAABHDbEBIABBA0YNswEgAEEBaiEAIAQgAUEBaiIBRw0ACyACIAU2AgAMzwILQeIAIQMgASAERg3OAiACKAIAIgAgBCABa2ohBSABIABrQQJqIQYDQCABLQAAIABB5sIAai0AAEcNsAEgAEECRg2vASAAQQFqIQAgBCABQQFqIgFHDQALIAIgBTYCAAzOAgtB4wAhAyABIARGDc0CIAIoAgAiACAEIAFraiEFIAEgAGtBA2ohBgNAIAEtAAAgAEHpwgBqLQAARw2vASAAQQNGDa0BIABBAWohACAEIAFBAWoiAUcNAAsgAiAFNgIADM0CCyABIARGBEBB5QAhAwzNAgsgAUEBaiEBQQAhAAJAIAIoAjgiA0UNACADKAIwIgNFDQAgAiADEQAAIQALIAANqgFB1gAhAwyzAgsgASAERwRAA0AgAS0AACIAQSBHBEACQAJAAkAgAEHIAGsOCwABswGzAbMBswGzAbMBswGzAQKzAQsgAUEBaiEBQdIAIQMMtwILIAFBAWohAUHTACEDDLYCCyABQQFqIQFB1AAhAwy1AgsgBCABQQFqIgFHDQALQeQAIQMMzAILQeQAIQMMywILA0AgAS0AAEHwwgBqLQAAIgBBAUcEQCAAQQJrDgOnAaYBpQGkAQsgBCABQQFqIgFHDQALQeYAIQMMygILIAFBAWogASAERw0CGkHnACEDDMkCCwNAIAEtAABB8MQAai0AACIAQQFHBEACQCAAQQJrDgSiAaEBoAEAnwELQdcAIQMMsQILIAQgAUEBaiIBRw0AC0HoACEDDMgCCyABIARGBEBB6QAhAwzIAgsCQCABLQAAIgBBCmsOGrcBmwGbAbQBmwGbAZsBmwGbAZsBmwGbAZsBmwGbAZsBmwGbAZsBmwGbAZsBpAGbAZsBAJkBCyABQQFqCyEBQQYhAwytAgsDQCABLQAAQfDGAGotAABBAUcNfSAEIAFBAWoiAUcNAAtB6gAhAwzFAgsgAUEBaiABIARHDQIaQesAIQMMxAILIAEgBEYEQEHsACEDDMQCCyABQQFqDAELIAEgBEYEQEHtACEDDMMCCyABQQFqCyEBQQQhAwyoAgsgASAERgRAQe4AIQMMwQILAkACQAJAIAEtAABB8MgAai0AAEEBaw4HkAGPAY4BAHwBAo0BCyABQQFqIQEMCwsgAUEBagyTAQtBACEDIAJBADYCHCACQZsSNgIQIAJBBzYCDCACIAFBAWo2AhQMwAILAkADQCABLQAAQfDIAGotAAAiAEEERwRAAkACQCAAQQFrDgeUAZMBkgGNAQAEAY0BC0HaACEDDKoCCyABQQFqIQFB3AAhAwypAgsgBCABQQFqIgFHDQALQe8AIQMMwAILIAFBAWoMkQELIAQgASIARgRAQfAAIQMMvwILIAAtAABBL0cNASAAQQFqIQEMBwsgBCABIgBGBEBB8QAhAwy+AgsgAC0AACIBQS9GBEAgAEEBaiEBQd0AIQMMpQILIAFBCmsiA0EWSw0AIAAhAUEBIAN0QYmAgAJxDfkBC0EAIQMgAkEANgIcIAIgADYCFCACQYwcNgIQIAJBBzYCDAy8AgsgASAERwRAIAFBAWohAUHeACEDDKMCC0HyACEDDLsCCyABIARGBEBB9AAhAwy7AgsCQCABLQAAQfDMAGotAABBAWsOA/cBcwCCAQtB4QAhAwyhAgsgASAERwRAA0AgAS0AAEHwygBqLQAAIgBBA0cEQAJAIABBAWsOAvkBAIUBC0HfACEDDKMCCyAEIAFBAWoiAUcNAAtB8wAhAwy6AgtB8wAhAwy5AgsgASAERwRAIAJBDzYCCCACIAE2AgRB4AAhAwygAgtB9QAhAwy4AgsgASAERgRAQfYAIQMMuAILIAJBDzYCCCACIAE2AgQLQQMhAwydAgsDQCABLQAAQSBHDY4CIAQgAUEBaiIBRw0AC0H3ACEDDLUCCyABIARGBEBB+AAhAwy1AgsgAS0AAEEgRw16IAFBAWohAQxbC0EAIQACQCACKAI4IgNFDQAgAygCOCIDRQ0AIAIgAxEAACEACyAADXgMgAILIAEgBEYEQEH6ACEDDLMCCyABLQAAQcwARw10IAFBAWohAUETDHYLQfsAIQMgASAERg2xAiACKAIAIgAgBCABa2ohBSABIABrQQVqIQYDQCABLQAAIABB8M4Aai0AAEcNcyAAQQVGDXUgAEEBaiEAIAQgAUEBaiIBRw0ACyACIAU2AgAMsQILIAEgBEYEQEH8ACEDDLECCwJAAkAgAS0AAEHDAGsODAB0dHR0dHR0dHR0AXQLIAFBAWohAUHmACEDDJgCCyABQQFqIQFB5wAhAwyXAgtB/QAhAyABIARGDa8CIAIoAgAiACAEIAFraiEFIAEgAGtBAmohBgJAA0AgAS0AACAAQe3PAGotAABHDXIgAEECRg0BIABBAWohACAEIAFBAWoiAUcNAAsgAiAFNgIADLACCyACQQA2AgAgBkEBaiEBQRAMcwtB/gAhAyABIARGDa4CIAIoAgAiACAEIAFraiEFIAEgAGtBBWohBgJAA0AgAS0AACAAQfbOAGotAABHDXEgAEEFRg0BIABBAWohACAEIAFBAWoiAUcNAAsgAiAFNgIADK8CCyACQQA2AgAgBkEBaiEBQRYMcgtB/wAhAyABIARGDa0CIAIoAgAiACAEIAFraiEFIAEgAGtBA2ohBgJAA0AgAS0AACAAQfzOAGotAABHDXAgAEEDRg0BIABBAWohACAEIAFBAWoiAUcNAAsgAiAFNgIADK4CCyACQQA2AgAgBkEBaiEBQQUMcQsgASAERgRAQYABIQMMrQILIAEtAABB2QBHDW4gAUEBaiEBQQgMcAsgASAERgRAQYEBIQMMrAILAkACQCABLQAAQc4Aaw4DAG8BbwsgAUEBaiEBQesAIQMMkwILIAFBAWohAUHsACEDDJICCyABIARGBEBBggEhAwyrAgsCQAJAIAEtAABByABrDggAbm5ubm5uAW4LIAFBAWohAUHqACEDDJICCyABQQFqIQFB7QAhAwyRAgtBgwEhAyABIARGDakCIAIoAgAiACAEIAFraiEFIAEgAGtBAmohBgJAA0AgAS0AACAAQYDPAGotAABHDWwgAEECRg0BIABBAWohACAEIAFBAWoiAUcNAAsgAiAFNgIADKoCCyACQQA2AgAgBkEBaiEBQQAMbQtBhAEhAyABIARGDagCIAIoAgAiACAEIAFraiEFIAEgAGtBBGohBgJAA0AgAS0AACAAQYPPAGotAABHDWsgAEEERg0BIABBAWohACAEIAFBAWoiAUcNAAsgAiAFNgIADKkCCyACQQA2AgAgBkEBaiEBQSMMbAsgASAERgRAQYUBIQMMqAILAkACQCABLQAAQcwAaw4IAGtra2trawFrCyABQQFqIQFB7wAhAwyPAgsgAUEBaiEBQfAAIQMMjgILIAEgBEYEQEGGASEDDKcCCyABLQAAQcUARw1oIAFBAWohAQxgC0GHASEDIAEgBEYNpQIgAigCACIAIAQgAWtqIQUgASAAa0EDaiEGAkADQCABLQAAIABBiM8Aai0AAEcNaCAAQQNGDQEgAEEBaiEAIAQgAUEBaiIBRw0ACyACIAU2AgAMpgILIAJBADYCACAGQQFqIQFBLQxpC0GIASEDIAEgBEYNpAIgAigCACIAIAQgAWtqIQUgASAAa0EIaiEGAkADQCABLQAAIABB0M8Aai0AAEcNZyAAQQhGDQEgAEEBaiEAIAQgAUEBaiIBRw0ACyACIAU2AgAMpQILIAJBADYCACAGQQFqIQFBKQxoCyABIARGBEBBiQEhAwykAgtBASABLQAAQd8ARw1nGiABQQFqIQEMXgtBigEhAyABIARGDaICIAIoAgAiACAEIAFraiEFIAEgAGtBAWohBgNAIAEtAAAgAEGMzwBqLQAARw1kIABBAUYN+gEgAEEBaiEAIAQgAUEBaiIBRw0ACyACIAU2AgAMogILQYsBIQMgASAERg2hAiACKAIAIgAgBCABa2ohBSABIABrQQJqIQYCQANAIAEtAAAgAEGOzwBqLQAARw1kIABBAkYNASAAQQFqIQAgBCABQQFqIgFHDQALIAIgBTYCAAyiAgsgAkEANgIAIAZBAWohAUECDGULQYwBIQMgASAERg2gAiACKAIAIgAgBCABa2ohBSABIABrQQFqIQYCQANAIAEtAAAgAEHwzwBqLQAARw1jIABBAUYNASAAQQFqIQAgBCABQQFqIgFHDQALIAIgBTYCAAyhAgsgAkEANgIAIAZBAWohAUEfDGQLQY0BIQMgASAERg2fAiACKAIAIgAgBCABa2ohBSABIABrQQFqIQYCQANAIAEtAAAgAEHyzwBqLQAARw1iIABBAUYNASAAQQFqIQAgBCABQQFqIgFHDQALIAIgBTYCAAygAgsgAkEANgIAIAZBAWohAUEJDGMLIAEgBEYEQEGOASEDDJ8CCwJAAkAgAS0AAEHJAGsOBwBiYmJiYgFiCyABQQFqIQFB+AAhAwyGAgsgAUEBaiEBQfkAIQMMhQILQY8BIQMgASAERg2dAiACKAIAIgAgBCABa2ohBSABIABrQQVqIQYCQANAIAEtAAAgAEGRzwBqLQAARw1gIABBBUYNASAAQQFqIQAgBCABQQFqIgFHDQALIAIgBTYCAAyeAgsgAkEANgIAIAZBAWohAUEYDGELQZABIQMgASAERg2cAiACKAIAIgAgBCABa2ohBSABIABrQQJqIQYCQANAIAEtAAAgAEGXzwBqLQAARw1fIABBAkYNASAAQQFqIQAgBCABQQFqIgFHDQALIAIgBTYCAAydAgsgAkEANgIAIAZBAWohAUEXDGALQZEBIQMgASAERg2bAiACKAIAIgAgBCABa2ohBSABIABrQQZqIQYCQANAIAEtAAAgAEGazwBqLQAARw1eIABBBkYNASAAQQFqIQAgBCABQQFqIgFHDQALIAIgBTYCAAycAgsgAkEANgIAIAZBAWohAUEVDF8LQZIBIQMgASAERg2aAiACKAIAIgAgBCABa2ohBSABIABrQQVqIQYCQANAIAEtAAAgAEGhzwBqLQAARw1dIABBBUYNASAAQQFqIQAgBCABQQFqIgFHDQALIAIgBTYCAAybAgsgAkEANgIAIAZBAWohAUEeDF4LIAEgBEYEQEGTASEDDJoCCyABLQAAQcwARw1bIAFBAWohAUEKDF0LIAEgBEYEQEGUASEDDJkCCwJAAkAgAS0AAEHBAGsODwBcXFxcXFxcXFxcXFxcAVwLIAFBAWohAUH+ACEDDIACCyABQQFqIQFB/wAhAwz/AQsgASAERgRAQZUBIQMMmAILAkACQCABLQAAQcEAaw4DAFsBWwsgAUEBaiEBQf0AIQMM/wELIAFBAWohAUGAASEDDP4BC0GWASEDIAEgBEYNlgIgAigCACIAIAQgAWtqIQUgASAAa0EBaiEGAkADQCABLQAAIABBp88Aai0AAEcNWSAAQQFGDQEgAEEBaiEAIAQgAUEBaiIBRw0ACyACIAU2AgAMlwILIAJBADYCACAGQQFqIQFBCwxaCyABIARGBEBBlwEhAwyWAgsCQAJAAkACQCABLQAAQS1rDiMAW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1sBW1tbW1sCW1tbA1sLIAFBAWohAUH7ACEDDP8BCyABQQFqIQFB/AAhAwz+AQsgAUEBaiEBQYEBIQMM/QELIAFBAWohAUGCASEDDPwBC0GYASEDIAEgBEYNlAIgAigCACIAIAQgAWtqIQUgASAAa0EEaiEGAkADQCABLQAAIABBqc8Aai0AAEcNVyAAQQRGDQEgAEEBaiEAIAQgAUEBaiIBRw0ACyACIAU2AgAMlQILIAJBADYCACAGQQFqIQFBGQxYC0GZASEDIAEgBEYNkwIgAigCACIAIAQgAWtqIQUgASAAa0EFaiEGAkADQCABLQAAIABBrs8Aai0AAEcNViAAQQVGDQEgAEEBaiEAIAQgAUEBaiIBRw0ACyACIAU2AgAMlAILIAJBADYCACAGQQFqIQFBBgxXC0GaASEDIAEgBEYNkgIgAigCACIAIAQgAWtqIQUgASAAa0EBaiEGAkADQCABLQAAIABBtM8Aai0AAEcNVSAAQQFGDQEgAEEBaiEAIAQgAUEBaiIBRw0ACyACIAU2AgAMkwILIAJBADYCACAGQQFqIQFBHAxWC0GbASEDIAEgBEYNkQIgAigCACIAIAQgAWtqIQUgASAAa0EBaiEGAkADQCABLQAAIABBts8Aai0AAEcNVCAAQQFGDQEgAEEBaiEAIAQgAUEBaiIBRw0ACyACIAU2AgAMkgILIAJBADYCACAGQQFqIQFBJwxVCyABIARGBEBBnAEhAwyRAgsCQAJAIAEtAABB1ABrDgIAAVQLIAFBAWohAUGGASEDDPgBCyABQQFqIQFBhwEhAwz3AQtBnQEhAyABIARGDY8CIAIoAgAiACAEIAFraiEFIAEgAGtBAWohBgJAA0AgAS0AACAAQbjPAGotAABHDVIgAEEBRg0BIABBAWohACAEIAFBAWoiAUcNAAsgAiAFNgIADJACCyACQQA2AgAgBkEBaiEBQSYMUwtBngEhAyABIARGDY4CIAIoAgAiACAEIAFraiEFIAEgAGtBAWohBgJAA0AgAS0AACAAQbrPAGotAABHDVEgAEEBRg0BIABBAWohACAEIAFBAWoiAUcNAAsgAiAFNgIADI8CCyACQQA2AgAgBkEBaiEBQQMMUgtBnwEhAyABIARGDY0CIAIoAgAiACAEIAFraiEFIAEgAGtBAmohBgJAA0AgAS0AACAAQe3PAGotAABHDVAgAEECRg0BIABBAWohACAEIAFBAWoiAUcNAAsgAiAFNgIADI4CCyACQQA2AgAgBkEBaiEBQQwMUQtBoAEhAyABIARGDYwCIAIoAgAiACAEIAFraiEFIAEgAGtBA2ohBgJAA0AgAS0AACAAQbzPAGotAABHDU8gAEEDRg0BIABBAWohACAEIAFBAWoiAUcNAAsgAiAFNgIADI0CCyACQQA2AgAgBkEBaiEBQQ0MUAsgASAERgRAQaEBIQMMjAILAkACQCABLQAAQcYAaw4LAE9PT09PT09PTwFPCyABQQFqIQFBiwEhAwzzAQsgAUEBaiEBQYwBIQMM8gELIAEgBEYEQEGiASEDDIsCCyABLQAAQdAARw1MIAFBAWohAQxGCyABIARGBEBBowEhAwyKAgsCQAJAIAEtAABByQBrDgcBTU1NTU0ATQsgAUEBaiEBQY4BIQMM8QELIAFBAWohAUEiDE0LQaQBIQMgASAERg2IAiACKAIAIgAgBCABa2ohBSABIABrQQFqIQYCQANAIAEtAAAgAEHAzwBqLQAARw1LIABBAUYNASAAQQFqIQAgBCABQQFqIgFHDQALIAIgBTYCAAyJAgsgAkEANgIAIAZBAWohAUEdDEwLIAEgBEYEQEGlASEDDIgCCwJAAkAgAS0AAEHSAGsOAwBLAUsLIAFBAWohAUGQASEDDO8BCyABQQFqIQFBBAxLCyABIARGBEBBpgEhAwyHAgsCQAJAAkACQAJAIAEtAABBwQBrDhUATU1NTU1NTU1NTQFNTQJNTQNNTQRNCyABQQFqIQFBiAEhAwzxAQsgAUEBaiEBQYkBIQMM8AELIAFBAWohAUGKASEDDO8BCyABQQFqIQFBjwEhAwzuAQsgAUEBaiEBQZEBIQMM7QELQacBIQMgASAERg2FAiACKAIAIgAgBCABa2ohBSABIABrQQJqIQYCQANAIAEtAAAgAEHtzwBqLQAARw1IIABBAkYNASAAQQFqIQAgBCABQQFqIgFHDQALIAIgBTYCAAyGAgsgAkEANgIAIAZBAWohAUERDEkLQagBIQMgASAERg2EAiACKAIAIgAgBCABa2ohBSABIABrQQJqIQYCQANAIAEtAAAgAEHCzwBqLQAARw1HIABBAkYNASAAQQFqIQAgBCABQQFqIgFHDQALIAIgBTYCAAyFAgsgAkEANgIAIAZBAWohAUEsDEgLQakBIQMgASAERg2DAiACKAIAIgAgBCABa2ohBSABIABrQQRqIQYCQANAIAEtAAAgAEHFzwBqLQAARw1GIABBBEYNASAAQQFqIQAgBCABQQFqIgFHDQALIAIgBTYCAAyEAgsgAkEANgIAIAZBAWohAUErDEcLQaoBIQMgASAERg2CAiACKAIAIgAgBCABa2ohBSABIABrQQJqIQYCQANAIAEtAAAgAEHKzwBqLQAARw1FIABBAkYNASAAQQFqIQAgBCABQQFqIgFHDQALIAIgBTYCAAyDAgsgAkEANgIAIAZBAWohAUEUDEYLIAEgBEYEQEGrASEDDIICCwJAAkACQAJAIAEtAABBwgBrDg8AAQJHR0dHR0dHR0dHRwNHCyABQQFqIQFBkwEhAwzrAQsgAUEBaiEBQZQBIQMM6gELIAFBAWohAUGVASEDDOkBCyABQQFqIQFBlgEhAwzoAQsgASAERgRAQawBIQMMgQILIAEtAABBxQBHDUIgAUEBaiEBDD0LQa0BIQMgASAERg3/ASACKAIAIgAgBCABa2ohBSABIABrQQJqIQYCQANAIAEtAAAgAEHNzwBqLQAARw1CIABBAkYNASAAQQFqIQAgBCABQQFqIgFHDQALIAIgBTYCAAyAAgsgAkEANgIAIAZBAWohAUEODEMLIAEgBEYEQEGuASEDDP8BCyABLQAAQdAARw1AIAFBAWohAUElDEILQa8BIQMgASAERg39ASACKAIAIgAgBCABa2ohBSABIABrQQhqIQYCQANAIAEtAAAgAEHQzwBqLQAARw1AIABBCEYNASAAQQFqIQAgBCABQQFqIgFHDQALIAIgBTYCAAz+AQsgAkEANgIAIAZBAWohAUEqDEELIAEgBEYEQEGwASEDDP0BCwJAAkAgAS0AAEHVAGsOCwBAQEBAQEBAQEABQAsgAUEBaiEBQZoBIQMM5AELIAFBAWohAUGbASEDDOMBCyABIARGBEBBsQEhAwz8AQsCQAJAIAEtAABBwQBrDhQAPz8/Pz8/Pz8/Pz8/Pz8/Pz8/AT8LIAFBAWohAUGZASEDDOMBCyABQQFqIQFBnAEhAwziAQtBsgEhAyABIARGDfoBIAIoAgAiACAEIAFraiEFIAEgAGtBA2ohBgJAA0AgAS0AACAAQdnPAGotAABHDT0gAEEDRg0BIABBAWohACAEIAFBAWoiAUcNAAsgAiAFNgIADPsBCyACQQA2AgAgBkEBaiEBQSEMPgtBswEhAyABIARGDfkBIAIoAgAiACAEIAFraiEFIAEgAGtBBmohBgJAA0AgAS0AACAAQd3PAGotAABHDTwgAEEGRg0BIABBAWohACAEIAFBAWoiAUcNAAsgAiAFNgIADPoBCyACQQA2AgAgBkEBaiEBQRoMPQsgASAERgRAQbQBIQMM+QELAkACQAJAIAEtAABBxQBrDhEAPT09PT09PT09AT09PT09Aj0LIAFBAWohAUGdASEDDOEBCyABQQFqIQFBngEhAwzgAQsgAUEBaiEBQZ8BIQMM3wELQbUBIQMgASAERg33ASACKAIAIgAgBCABa2ohBSABIABrQQVqIQYCQANAIAEtAAAgAEHkzwBqLQAARw06IABBBUYNASAAQQFqIQAgBCABQQFqIgFHDQALIAIgBTYCAAz4AQsgAkEANgIAIAZBAWohAUEoDDsLQbYBIQMgASAERg32ASACKAIAIgAgBCABa2ohBSABIABrQQJqIQYCQANAIAEtAAAgAEHqzwBqLQAARw05IABBAkYNASAAQQFqIQAgBCABQQFqIgFHDQALIAIgBTYCAAz3AQsgAkEANgIAIAZBAWohAUEHDDoLIAEgBEYEQEG3ASEDDPYBCwJAAkAgAS0AAEHFAGsODgA5OTk5OTk5OTk5OTkBOQsgAUEBaiEBQaEBIQMM3QELIAFBAWohAUGiASEDDNwBC0G4ASEDIAEgBEYN9AEgAigCACIAIAQgAWtqIQUgASAAa0ECaiEGAkADQCABLQAAIABB7c8Aai0AAEcNNyAAQQJGDQEgAEEBaiEAIAQgAUEBaiIBRw0ACyACIAU2AgAM9QELIAJBADYCACAGQQFqIQFBEgw4C0G5ASEDIAEgBEYN8wEgAigCACIAIAQgAWtqIQUgASAAa0EBaiEGAkADQCABLQAAIABB8M8Aai0AAEcNNiAAQQFGDQEgAEEBaiEAIAQgAUEBaiIBRw0ACyACIAU2AgAM9AELIAJBADYCACAGQQFqIQFBIAw3C0G6ASEDIAEgBEYN8gEgAigCACIAIAQgAWtqIQUgASAAa0EBaiEGAkADQCABLQAAIABB8s8Aai0AAEcNNSAAQQFGDQEgAEEBaiEAIAQgAUEBaiIBRw0ACyACIAU2AgAM8wELIAJBADYCACAGQQFqIQFBDww2CyABIARGBEBBuwEhAwzyAQsCQAJAIAEtAABByQBrDgcANTU1NTUBNQsgAUEBaiEBQaUBIQMM2QELIAFBAWohAUGmASEDDNgBC0G8ASEDIAEgBEYN8AEgAigCACIAIAQgAWtqIQUgASAAa0EHaiEGAkADQCABLQAAIABB9M8Aai0AAEcNMyAAQQdGDQEgAEEBaiEAIAQgAUEBaiIBRw0ACyACIAU2AgAM8QELIAJBADYCACAGQQFqIQFBGww0CyABIARGBEBBvQEhAwzwAQsCQAJAAkAgAS0AAEHCAGsOEgA0NDQ0NDQ0NDQBNDQ0NDQ0AjQLIAFBAWohAUGkASEDDNgBCyABQQFqIQFBpwEhAwzXAQsgAUEBaiEBQagBIQMM1gELIAEgBEYEQEG+ASEDDO8BCyABLQAAQc4ARw0wIAFBAWohAQwsCyABIARGBEBBvwEhAwzuAQsCQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQCABLQAAQcEAaw4VAAECAz8EBQY/Pz8HCAkKCz8MDQ4PPwsgAUEBaiEBQegAIQMM4wELIAFBAWohAUHpACEDDOIBCyABQQFqIQFB7gAhAwzhAQsgAUEBaiEBQfIAIQMM4AELIAFBAWohAUHzACEDDN8BCyABQQFqIQFB9gAhAwzeAQsgAUEBaiEBQfcAIQMM3QELIAFBAWohAUH6ACEDDNwBCyABQQFqIQFBgwEhAwzbAQsgAUEBaiEBQYQBIQMM2gELIAFBAWohAUGFASEDDNkBCyABQQFqIQFBkgEhAwzYAQsgAUEBaiEBQZgBIQMM1wELIAFBAWohAUGgASEDDNYBCyABQQFqIQFBowEhAwzVAQsgAUEBaiEBQaoBIQMM1AELIAEgBEcEQCACQRA2AgggAiABNgIEQasBIQMM1AELQcABIQMM7AELQQAhAAJAIAIoAjgiA0UNACADKAI0IgNFDQAgAiADEQAAIQALIABFDV4gAEEVRw0HIAJB0QA2AhwgAiABNgIUIAJBsBc2AhAgAkEVNgIMQQAhAwzrAQsgAUEBaiABIARHDQgaQcIBIQMM6gELA0ACQCABLQAAQQprDgQIAAALAAsgBCABQQFqIgFHDQALQcMBIQMM6QELIAEgBEcEQCACQRE2AgggAiABNgIEQQEhAwzQAQtBxAEhAwzoAQsgASAERgRAQcUBIQMM6AELAkACQCABLQAAQQprDgQBKCgAKAsgAUEBagwJCyABQQFqDAULIAEgBEYEQEHGASEDDOcBCwJAAkAgAS0AAEEKaw4XAQsLAQsLCwsLCwsLCwsLCwsLCwsLCwALCyABQQFqIQELQbABIQMMzQELIAEgBEYEQEHIASEDDOYBCyABLQAAQSBHDQkgAkEAOwEyIAFBAWohAUGzASEDDMwBCwNAIAEhAAJAIAEgBEcEQCABLQAAQTBrQf8BcSIDQQpJDQEMJwtBxwEhAwzmAQsCQCACLwEyIgFBmTNLDQAgAiABQQpsIgU7ATIgBUH+/wNxIANB//8Dc0sNACAAQQFqIQEgAiADIAVqIgM7ATIgA0H//wNxQegHSQ0BCwtBACEDIAJBADYCHCACQcEJNgIQIAJBDTYCDCACIABBAWo2AhQM5AELIAJBADYCHCACIAE2AhQgAkHwDDYCECACQRs2AgxBACEDDOMBCyACKAIEIQAgAkEANgIEIAIgACABECYiAA0BIAFBAWoLIQFBrQEhAwzIAQsgAkHBATYCHCACIAA2AgwgAiABQQFqNgIUQQAhAwzgAQsgAigCBCEAIAJBADYCBCACIAAgARAmIgANASABQQFqCyEBQa4BIQMMxQELIAJBwgE2AhwgAiAANgIMIAIgAUEBajYCFEEAIQMM3QELIAJBADYCHCACIAE2AhQgAkGXCzYCECACQQ02AgxBACEDDNwBCyACQQA2AhwgAiABNgIUIAJB4xA2AhAgAkEJNgIMQQAhAwzbAQsgAkECOgAoDKwBC0EAIQMgAkEANgIcIAJBrws2AhAgAkECNgIMIAIgAUEBajYCFAzZAQtBAiEDDL8BC0ENIQMMvgELQSYhAwy9AQtBFSEDDLwBC0EWIQMMuwELQRghAwy6AQtBHCEDDLkBC0EdIQMMuAELQSAhAwy3AQtBISEDDLYBC0EjIQMMtQELQcYAIQMMtAELQS4hAwyzAQtBPSEDDLIBC0HLACEDDLEBC0HOACEDDLABC0HYACEDDK8BC0HZACEDDK4BC0HbACEDDK0BC0HxACEDDKwBC0H0ACEDDKsBC0GNASEDDKoBC0GXASEDDKkBC0GpASEDDKgBC0GvASEDDKcBC0GxASEDDKYBCyACQQA2AgALQQAhAyACQQA2AhwgAiABNgIUIAJB8Rs2AhAgAkEGNgIMDL0BCyACQQA2AgAgBkEBaiEBQSQLOgApIAIoAgQhACACQQA2AgQgAiAAIAEQJyIARQRAQeUAIQMMowELIAJB+QA2AhwgAiABNgIUIAIgADYCDEEAIQMMuwELIABBFUcEQCACQQA2AhwgAiABNgIUIAJBzA42AhAgAkEgNgIMQQAhAwy7AQsgAkH4ADYCHCACIAE2AhQgAkHKGDYCECACQRU2AgxBACEDDLoBCyACQQA2AhwgAiABNgIUIAJBjhs2AhAgAkEGNgIMQQAhAwy5AQsgAkEANgIcIAIgATYCFCACQf4RNgIQIAJBBzYCDEEAIQMMuAELIAJBADYCHCACIAE2AhQgAkGMHDYCECACQQc2AgxBACEDDLcBCyACQQA2AhwgAiABNgIUIAJBww82AhAgAkEHNgIMQQAhAwy2AQsgAkEANgIcIAIgATYCFCACQcMPNgIQIAJBBzYCDEEAIQMMtQELIAIoAgQhACACQQA2AgQgAiAAIAEQJSIARQ0RIAJB5QA2AhwgAiABNgIUIAIgADYCDEEAIQMMtAELIAIoAgQhACACQQA2AgQgAiAAIAEQJSIARQ0gIAJB0wA2AhwgAiABNgIUIAIgADYCDEEAIQMMswELIAIoAgQhACACQQA2AgQgAiAAIAEQJSIARQ0iIAJB0gA2AhwgAiABNgIUIAIgADYCDEEAIQMMsgELIAIoAgQhACACQQA2AgQgAiAAIAEQJSIARQ0OIAJB5QA2AhwgAiABNgIUIAIgADYCDEEAIQMMsQELIAIoAgQhACACQQA2AgQgAiAAIAEQJSIARQ0dIAJB0wA2AhwgAiABNgIUIAIgADYCDEEAIQMMsAELIAIoAgQhACACQQA2AgQgAiAAIAEQJSIARQ0fIAJB0gA2AhwgAiABNgIUIAIgADYCDEEAIQMMrwELIABBP0cNASABQQFqCyEBQQUhAwyUAQtBACEDIAJBADYCHCACIAE2AhQgAkH9EjYCECACQQc2AgwMrAELIAJBADYCHCACIAE2AhQgAkHcCDYCECACQQc2AgxBACEDDKsBCyACKAIEIQAgAkEANgIEIAIgACABECUiAEUNByACQeUANgIcIAIgATYCFCACIAA2AgxBACEDDKoBCyACKAIEIQAgAkEANgIEIAIgACABECUiAEUNFiACQdMANgIcIAIgATYCFCACIAA2AgxBACEDDKkBCyACKAIEIQAgAkEANgIEIAIgACABECUiAEUNGCACQdIANgIcIAIgATYCFCACIAA2AgxBACEDDKgBCyACQQA2AhwgAiABNgIUIAJBxgo2AhAgAkEHNgIMQQAhAwynAQsgAigCBCEAIAJBADYCBCACIAAgARAlIgBFDQMgAkHlADYCHCACIAE2AhQgAiAANgIMQQAhAwymAQsgAigCBCEAIAJBADYCBCACIAAgARAlIgBFDRIgAkHTADYCHCACIAE2AhQgAiAANgIMQQAhAwylAQsgAigCBCEAIAJBADYCBCACIAAgARAlIgBFDRQgAkHSADYCHCACIAE2AhQgAiAANgIMQQAhAwykAQsgAigCBCEAIAJBADYCBCACIAAgARAlIgBFDQAgAkHlADYCHCACIAE2AhQgAiAANgIMQQAhAwyjAQtB1QAhAwyJAQsgAEEVRwRAIAJBADYCHCACIAE2AhQgAkG5DTYCECACQRo2AgxBACEDDKIBCyACQeQANgIcIAIgATYCFCACQeMXNgIQIAJBFTYCDEEAIQMMoQELIAJBADYCACAGQQFqIQEgAi0AKSIAQSNrQQtJDQQCQCAAQQZLDQBBASAAdEHKAHFFDQAMBQtBACEDIAJBADYCHCACIAE2AhQgAkH3CTYCECACQQg2AgwMoAELIAJBADYCACAGQQFqIQEgAi0AKUEhRg0DIAJBADYCHCACIAE2AhQgAkGbCjYCECACQQg2AgxBACEDDJ8BCyACQQA2AgALQQAhAyACQQA2AhwgAiABNgIUIAJBkDM2AhAgAkEINgIMDJ0BCyACQQA2AgAgBkEBaiEBIAItAClBI0kNACACQQA2AhwgAiABNgIUIAJB0wk2AhAgAkEINgIMQQAhAwycAQtB0QAhAwyCAQsgAS0AAEEwayIAQf8BcUEKSQRAIAIgADoAKiABQQFqIQFBzwAhAwyCAQsgAigCBCEAIAJBADYCBCACIAAgARAoIgBFDYYBIAJB3gA2AhwgAiABNgIUIAIgADYCDEEAIQMMmgELIAIoAgQhACACQQA2AgQgAiAAIAEQKCIARQ2GASACQdwANgIcIAIgATYCFCACIAA2AgxBACEDDJkBCyACKAIEIQAgAkEANgIEIAIgACAFECgiAEUEQCAFIQEMhwELIAJB2gA2AhwgAiAFNgIUIAIgADYCDAyYAQtBACEBQQEhAwsgAiADOgArIAVBAWohAwJAAkACQCACLQAtQRBxDQACQAJAAkAgAi0AKg4DAQACBAsgBkUNAwwCCyAADQEMAgsgAUUNAQsgAigCBCEAIAJBADYCBCACIAAgAxAoIgBFBEAgAyEBDAILIAJB2AA2AhwgAiADNgIUIAIgADYCDEEAIQMMmAELIAIoAgQhACACQQA2AgQgAiAAIAMQKCIARQRAIAMhAQyHAQsgAkHZADYCHCACIAM2AhQgAiAANgIMQQAhAwyXAQtBzAAhAwx9CyAAQRVHBEAgAkEANgIcIAIgATYCFCACQZQNNgIQIAJBITYCDEEAIQMMlgELIAJB1wA2AhwgAiABNgIUIAJByRc2AhAgAkEVNgIMQQAhAwyVAQtBACEDIAJBADYCHCACIAE2AhQgAkGAETYCECACQQk2AgwMlAELIAIoAgQhACACQQA2AgQgAiAAIAEQJSIARQ0AIAJB0wA2AhwgAiABNgIUIAIgADYCDEEAIQMMkwELQckAIQMMeQsgAkEANgIcIAIgATYCFCACQcEoNgIQIAJBBzYCDCACQQA2AgBBACEDDJEBCyACKAIEIQBBACEDIAJBADYCBCACIAAgARAlIgBFDQAgAkHSADYCHCACIAE2AhQgAiAANgIMDJABC0HIACEDDHYLIAJBADYCACAFIQELIAJBgBI7ASogAUEBaiEBQQAhAAJAIAIoAjgiA0UNACADKAIwIgNFDQAgAiADEQAAIQALIAANAQtBxwAhAwxzCyAAQRVGBEAgAkHRADYCHCACIAE2AhQgAkHjFzYCECACQRU2AgxBACEDDIwBC0EAIQMgAkEANgIcIAIgATYCFCACQbkNNgIQIAJBGjYCDAyLAQtBACEDIAJBADYCHCACIAE2AhQgAkGgGTYCECACQR42AgwMigELIAEtAABBOkYEQCACKAIEIQBBACEDIAJBADYCBCACIAAgARApIgBFDQEgAkHDADYCHCACIAA2AgwgAiABQQFqNgIUDIoBC0EAIQMgAkEANgIcIAIgATYCFCACQbERNgIQIAJBCjYCDAyJAQsgAUEBaiEBQTshAwxvCyACQcMANgIcIAIgADYCDCACIAFBAWo2AhQMhwELQQAhAyACQQA2AhwgAiABNgIUIAJB8A42AhAgAkEcNgIMDIYBCyACIAIvATBBEHI7ATAMZgsCQCACLwEwIgBBCHFFDQAgAi0AKEEBRw0AIAItAC1BCHFFDQMLIAIgAEH3+wNxQYAEcjsBMAwECyABIARHBEACQANAIAEtAABBMGsiAEH/AXFBCk8EQEE1IQMMbgsgAikDICIKQpmz5syZs+bMGVYNASACIApCCn4iCjcDICAKIACtQv8BgyILQn+FVg0BIAIgCiALfDcDICAEIAFBAWoiAUcNAAtBOSEDDIUBCyACKAIEIQBBACEDIAJBADYCBCACIAAgAUEBaiIBECoiAA0MDHcLQTkhAwyDAQsgAi0AMEEgcQ0GQcUBIQMMaQtBACEDIAJBADYCBCACIAEgARAqIgBFDQQgAkE6NgIcIAIgADYCDCACIAFBAWo2AhQMgQELIAItAChBAUcNACACLQAtQQhxRQ0BC0E3IQMMZgsgAigCBCEAQQAhAyACQQA2AgQgAiAAIAEQKiIABEAgAkE7NgIcIAIgADYCDCACIAFBAWo2AhQMfwsgAUEBaiEBDG4LIAJBCDoALAwECyABQQFqIQEMbQtBACEDIAJBADYCHCACIAE2AhQgAkHkEjYCECACQQQ2AgwMewsgAigCBCEAQQAhAyACQQA2AgQgAiAAIAEQKiIARQ1sIAJBNzYCHCACIAE2AhQgAiAANgIMDHoLIAIgAi8BMEEgcjsBMAtBMCEDDF8LIAJBNjYCHCACIAE2AhQgAiAANgIMDHcLIABBLEcNASABQQFqIQBBASEBAkACQAJAAkACQCACLQAsQQVrDgQDAQIEAAsgACEBDAQLQQIhAQwBC0EEIQELIAJBAToALCACIAIvATAgAXI7ATAgACEBDAELIAIgAi8BMEEIcjsBMCAAIQELQTkhAwxcCyACQQA6ACwLQTQhAwxaCyABIARGBEBBLSEDDHMLAkACQANAAkAgAS0AAEEKaw4EAgAAAwALIAQgAUEBaiIBRw0AC0EtIQMMdAsgAigCBCEAQQAhAyACQQA2AgQgAiAAIAEQKiIARQ0CIAJBLDYCHCACIAE2AhQgAiAANgIMDHMLIAIoAgQhAEEAIQMgAkEANgIEIAIgACABECoiAEUEQCABQQFqIQEMAgsgAkEsNgIcIAIgADYCDCACIAFBAWo2AhQMcgsgAS0AAEENRgRAIAIoAgQhAEEAIQMgAkEANgIEIAIgACABECoiAEUEQCABQQFqIQEMAgsgAkEsNgIcIAIgADYCDCACIAFBAWo2AhQMcgsgAi0ALUEBcQRAQcQBIQMMWQsgAigCBCEAQQAhAyACQQA2AgQgAiAAIAEQKiIADQEMZQtBLyEDDFcLIAJBLjYCHCACIAE2AhQgAiAANgIMDG8LQQAhAyACQQA2AhwgAiABNgIUIAJB8BQ2AhAgAkEDNgIMDG4LQQEhAwJAAkACQAJAIAItACxBBWsOBAMBAgAECyACIAIvATBBCHI7ATAMAwtBAiEDDAELQQQhAwsgAkEBOgAsIAIgAi8BMCADcjsBMAtBKiEDDFMLQQAhAyACQQA2AhwgAiABNgIUIAJB4Q82AhAgAkEKNgIMDGsLQQEhAwJAAkACQAJAAkACQCACLQAsQQJrDgcFBAQDAQIABAsgAiACLwEwQQhyOwEwDAMLQQIhAwwBC0EEIQMLIAJBAToALCACIAIvATAgA3I7ATALQSshAwxSC0EAIQMgAkEANgIcIAIgATYCFCACQasSNgIQIAJBCzYCDAxqC0EAIQMgAkEANgIcIAIgATYCFCACQf0NNgIQIAJBHTYCDAxpCyABIARHBEADQCABLQAAQSBHDUggBCABQQFqIgFHDQALQSUhAwxpC0ElIQMMaAsgAi0ALUEBcQRAQcMBIQMMTwsgAigCBCEAQQAhAyACQQA2AgQgAiAAIAEQKSIABEAgAkEmNgIcIAIgADYCDCACIAFBAWo2AhQMaAsgAUEBaiEBDFwLIAFBAWohASACLwEwIgBBgAFxBEBBACEAAkAgAigCOCIDRQ0AIAMoAlQiA0UNACACIAMRAAAhAAsgAEUNBiAAQRVHDR8gAkEFNgIcIAIgATYCFCACQfkXNgIQIAJBFTYCDEEAIQMMZwsCQCAAQaAEcUGgBEcNACACLQAtQQJxDQBBACEDIAJBADYCHCACIAE2AhQgAkGWEzYCECACQQQ2AgwMZwsgAgJ/IAIvATBBFHFBFEYEQEEBIAItAChBAUYNARogAi8BMkHlAEYMAQsgAi0AKUEFRgs6AC5BACEAAkAgAigCOCIDRQ0AIAMoAiQiA0UNACACIAMRAAAhAAsCQAJAAkACQAJAIAAOFgIBAAQEBAQEBAQEBAQEBAQEBAQEBAMECyACQQE6AC4LIAIgAi8BMEHAAHI7ATALQSchAwxPCyACQSM2AhwgAiABNgIUIAJBpRY2AhAgAkEVNgIMQQAhAwxnC0EAIQMgAkEANgIcIAIgATYCFCACQdULNgIQIAJBETYCDAxmC0EAIQACQCACKAI4IgNFDQAgAygCLCIDRQ0AIAIgAxEAACEACyAADQELQQ4hAwxLCyAAQRVGBEAgAkECNgIcIAIgATYCFCACQbAYNgIQIAJBFTYCDEEAIQMMZAtBACEDIAJBADYCHCACIAE2AhQgAkGnDjYCECACQRI2AgwMYwtBACEDIAJBADYCHCACIAE2AhQgAkGqHDYCECACQQ82AgwMYgsgAigCBCEAQQAhAyACQQA2AgQgAiAAIAEgCqdqIgEQKyIARQ0AIAJBBTYCHCACIAE2AhQgAiAANgIMDGELQQ8hAwxHC0EAIQMgAkEANgIcIAIgATYCFCACQc0TNgIQIAJBDDYCDAxfC0IBIQoLIAFBAWohAQJAIAIpAyAiC0L//////////w9YBEAgAiALQgSGIAqENwMgDAELQQAhAyACQQA2AhwgAiABNgIUIAJBrQk2AhAgAkEMNgIMDF4LQSQhAwxEC0EAIQMgAkEANgIcIAIgATYCFCACQc0TNgIQIAJBDDYCDAxcCyACKAIEIQBBACEDIAJBADYCBCACIAAgARAsIgBFBEAgAUEBaiEBDFILIAJBFzYCHCACIAA2AgwgAiABQQFqNgIUDFsLIAIoAgQhAEEAIQMgAkEANgIEAkAgAiAAIAEQLCIARQRAIAFBAWohAQwBCyACQRY2AhwgAiAANgIMIAIgAUEBajYCFAxbC0EfIQMMQQtBACEDIAJBADYCHCACIAE2AhQgAkGaDzYCECACQSI2AgwMWQsgAigCBCEAQQAhAyACQQA2AgQgAiAAIAEQLSIARQRAIAFBAWohAQxQCyACQRQ2AhwgAiAANgIMIAIgAUEBajYCFAxYCyACKAIEIQBBACEDIAJBADYCBAJAIAIgACABEC0iAEUEQCABQQFqIQEMAQsgAkETNgIcIAIgADYCDCACIAFBAWo2AhQMWAtBHiEDDD4LQQAhAyACQQA2AhwgAiABNgIUIAJBxgw2AhAgAkEjNgIMDFYLIAIoAgQhAEEAIQMgAkEANgIEIAIgACABEC0iAEUEQCABQQFqIQEMTgsgAkERNgIcIAIgADYCDCACIAFBAWo2AhQMVQsgAkEQNgIcIAIgATYCFCACIAA2AgwMVAtBACEDIAJBADYCHCACIAE2AhQgAkHGDDYCECACQSM2AgwMUwtBACEDIAJBADYCHCACIAE2AhQgAkHAFTYCECACQQI2AgwMUgsgAigCBCEAQQAhAyACQQA2AgQCQCACIAAgARAtIgBFBEAgAUEBaiEBDAELIAJBDjYCHCACIAA2AgwgAiABQQFqNgIUDFILQRshAww4C0EAIQMgAkEANgIcIAIgATYCFCACQcYMNgIQIAJBIzYCDAxQCyACKAIEIQBBACEDIAJBADYCBAJAIAIgACABECwiAEUEQCABQQFqIQEMAQsgAkENNgIcIAIgADYCDCACIAFBAWo2AhQMUAtBGiEDDDYLQQAhAyACQQA2AhwgAiABNgIUIAJBmg82AhAgAkEiNgIMDE4LIAIoAgQhAEEAIQMgAkEANgIEAkAgAiAAIAEQLCIARQRAIAFBAWohAQwBCyACQQw2AhwgAiAANgIMIAIgAUEBajYCFAxOC0EZIQMMNAtBACEDIAJBADYCHCACIAE2AhQgAkGaDzYCECACQSI2AgwMTAsgAEEVRwRAQQAhAyACQQA2AhwgAiABNgIUIAJBgww2AhAgAkETNgIMDEwLIAJBCjYCHCACIAE2AhQgAkHkFjYCECACQRU2AgxBACEDDEsLIAIoAgQhAEEAIQMgAkEANgIEIAIgACABIAqnaiIBECsiAARAIAJBBzYCHCACIAE2AhQgAiAANgIMDEsLQRMhAwwxCyAAQRVHBEBBACEDIAJBADYCHCACIAE2AhQgAkHaDTYCECACQRQ2AgwMSgsgAkEeNgIcIAIgATYCFCACQfkXNgIQIAJBFTYCDEEAIQMMSQtBACEAAkAgAigCOCIDRQ0AIAMoAiwiA0UNACACIAMRAAAhAAsgAEUNQSAAQRVGBEAgAkEDNgIcIAIgATYCFCACQbAYNgIQIAJBFTYCDEEAIQMMSQtBACEDIAJBADYCHCACIAE2AhQgAkGnDjYCECACQRI2AgwMSAtBACEDIAJBADYCHCACIAE2AhQgAkHaDTYCECACQRQ2AgwMRwtBACEDIAJBADYCHCACIAE2AhQgAkGnDjYCECACQRI2AgwMRgsgAkEAOgAvIAItAC1BBHFFDT8LIAJBADoALyACQQE6ADRBACEDDCsLQQAhAyACQQA2AhwgAkHkETYCECACQQc2AgwgAiABQQFqNgIUDEMLAkADQAJAIAEtAABBCmsOBAACAgACCyAEIAFBAWoiAUcNAAtB3QEhAwxDCwJAAkAgAi0ANEEBRw0AQQAhAAJAIAIoAjgiA0UNACADKAJYIgNFDQAgAiADEQAAIQALIABFDQAgAEEVRw0BIAJB3AE2AhwgAiABNgIUIAJB1RY2AhAgAkEVNgIMQQAhAwxEC0HBASEDDCoLIAJBADYCHCACIAE2AhQgAkHpCzYCECACQR82AgxBACEDDEILAkACQCACLQAoQQFrDgIEAQALQcABIQMMKQtBuQEhAwwoCyACQQI6AC9BACEAAkAgAigCOCIDRQ0AIAMoAgAiA0UNACACIAMRAAAhAAsgAEUEQEHCASEDDCgLIABBFUcEQCACQQA2AhwgAiABNgIUIAJBpAw2AhAgAkEQNgIMQQAhAwxBCyACQdsBNgIcIAIgATYCFCACQfoWNgIQIAJBFTYCDEEAIQMMQAsgASAERgRAQdoBIQMMQAsgAS0AAEHIAEYNASACQQE6ACgLQawBIQMMJQtBvwEhAwwkCyABIARHBEAgAkEQNgIIIAIgATYCBEG+ASEDDCQLQdkBIQMMPAsgASAERgRAQdgBIQMMPAsgAS0AAEHIAEcNBCABQQFqIQFBvQEhAwwiCyABIARGBEBB1wEhAww7CwJAAkAgAS0AAEHFAGsOEAAFBQUFBQUFBQUFBQUFBQEFCyABQQFqIQFBuwEhAwwiCyABQQFqIQFBvAEhAwwhC0HWASEDIAEgBEYNOSACKAIAIgAgBCABa2ohBSABIABrQQJqIQYCQANAIAEtAAAgAEGD0ABqLQAARw0DIABBAkYNASAAQQFqIQAgBCABQQFqIgFHDQALIAIgBTYCAAw6CyACKAIEIQAgAkIANwMAIAIgACAGQQFqIgEQJyIARQRAQcYBIQMMIQsgAkHVATYCHCACIAE2AhQgAiAANgIMQQAhAww5C0HUASEDIAEgBEYNOCACKAIAIgAgBCABa2ohBSABIABrQQFqIQYCQANAIAEtAAAgAEGB0ABqLQAARw0CIABBAUYNASAAQQFqIQAgBCABQQFqIgFHDQALIAIgBTYCAAw5CyACQYEEOwEoIAIoAgQhACACQgA3AwAgAiAAIAZBAWoiARAnIgANAwwCCyACQQA2AgALQQAhAyACQQA2AhwgAiABNgIUIAJB2Bs2AhAgAkEINgIMDDYLQboBIQMMHAsgAkHTATYCHCACIAE2AhQgAiAANgIMQQAhAww0C0EAIQACQCACKAI4IgNFDQAgAygCOCIDRQ0AIAIgAxEAACEACyAARQ0AIABBFUYNASACQQA2AhwgAiABNgIUIAJBzA42AhAgAkEgNgIMQQAhAwwzC0HkACEDDBkLIAJB+AA2AhwgAiABNgIUIAJByhg2AhAgAkEVNgIMQQAhAwwxC0HSASEDIAQgASIARg0wIAQgAWsgAigCACIBaiEFIAAgAWtBBGohBgJAA0AgAC0AACABQfzPAGotAABHDQEgAUEERg0DIAFBAWohASAEIABBAWoiAEcNAAsgAiAFNgIADDELIAJBADYCHCACIAA2AhQgAkGQMzYCECACQQg2AgwgAkEANgIAQQAhAwwwCyABIARHBEAgAkEONgIIIAIgATYCBEG3ASEDDBcLQdEBIQMMLwsgAkEANgIAIAZBAWohAQtBuAEhAwwUCyABIARGBEBB0AEhAwwtCyABLQAAQTBrIgBB/wFxQQpJBEAgAiAAOgAqIAFBAWohAUG2ASEDDBQLIAIoAgQhACACQQA2AgQgAiAAIAEQKCIARQ0UIAJBzwE2AhwgAiABNgIUIAIgADYCDEEAIQMMLAsgASAERgRAQc4BIQMMLAsCQCABLQAAQS5GBEAgAUEBaiEBDAELIAIoAgQhACACQQA2AgQgAiAAIAEQKCIARQ0VIAJBzQE2AhwgAiABNgIUIAIgADYCDEEAIQMMLAtBtQEhAwwSCyAEIAEiBUYEQEHMASEDDCsLQQAhAEEBIQFBASEGQQAhAwJAAkACQAJAAkACfwJAAkACQAJAAkACQAJAIAUtAABBMGsOCgoJAAECAwQFBggLC0ECDAYLQQMMBQtBBAwEC0EFDAMLQQYMAgtBBwwBC0EICyEDQQAhAUEAIQYMAgtBCSEDQQEhAEEAIQFBACEGDAELQQAhAUEBIQMLIAIgAzoAKyAFQQFqIQMCQAJAIAItAC1BEHENAAJAAkACQCACLQAqDgMBAAIECyAGRQ0DDAILIAANAQwCCyABRQ0BCyACKAIEIQAgAkEANgIEIAIgACADECgiAEUEQCADIQEMAwsgAkHJATYCHCACIAM2AhQgAiAANgIMQQAhAwwtCyACKAIEIQAgAkEANgIEIAIgACADECgiAEUEQCADIQEMGAsgAkHKATYCHCACIAM2AhQgAiAANgIMQQAhAwwsCyACKAIEIQAgAkEANgIEIAIgACAFECgiAEUEQCAFIQEMFgsgAkHLATYCHCACIAU2AhQgAiAANgIMDCsLQbQBIQMMEQtBACEAAkAgAigCOCIDRQ0AIAMoAjwiA0UNACACIAMRAAAhAAsCQCAABEAgAEEVRg0BIAJBADYCHCACIAE2AhQgAkGUDTYCECACQSE2AgxBACEDDCsLQbIBIQMMEQsgAkHIATYCHCACIAE2AhQgAkHJFzYCECACQRU2AgxBACEDDCkLIAJBADYCACAGQQFqIQFB9QAhAwwPCyACLQApQQVGBEBB4wAhAwwPC0HiACEDDA4LIAAhASACQQA2AgALIAJBADoALEEJIQMMDAsgAkEANgIAIAdBAWohAUHAACEDDAsLQQELOgAsIAJBADYCACAGQQFqIQELQSkhAwwIC0E4IQMMBwsCQCABIARHBEADQCABLQAAQYA+ai0AACIAQQFHBEAgAEECRw0DIAFBAWohAQwFCyAEIAFBAWoiAUcNAAtBPiEDDCELQT4hAwwgCwsgAkEAOgAsDAELQQshAwwEC0E6IQMMAwsgAUEBaiEBQS0hAwwCCyACIAE6ACwgAkEANgIAIAZBAWohAUEMIQMMAQsgAkEANgIAIAZBAWohAUEKIQMMAAsAC0EAIQMgAkEANgIcIAIgATYCFCACQc0QNgIQIAJBCTYCDAwXC0EAIQMgAkEANgIcIAIgATYCFCACQekKNgIQIAJBCTYCDAwWC0EAIQMgAkEANgIcIAIgATYCFCACQbcQNgIQIAJBCTYCDAwVC0EAIQMgAkEANgIcIAIgATYCFCACQZwRNgIQIAJBCTYCDAwUC0EAIQMgAkEANgIcIAIgATYCFCACQc0QNgIQIAJBCTYCDAwTC0EAIQMgAkEANgIcIAIgATYCFCACQekKNgIQIAJBCTYCDAwSC0EAIQMgAkEANgIcIAIgATYCFCACQbcQNgIQIAJBCTYCDAwRC0EAIQMgAkEANgIcIAIgATYCFCACQZwRNgIQIAJBCTYCDAwQC0EAIQMgAkEANgIcIAIgATYCFCACQZcVNgIQIAJBDzYCDAwPC0EAIQMgAkEANgIcIAIgATYCFCACQZcVNgIQIAJBDzYCDAwOC0EAIQMgAkEANgIcIAIgATYCFCACQcASNgIQIAJBCzYCDAwNC0EAIQMgAkEANgIcIAIgATYCFCACQZUJNgIQIAJBCzYCDAwMC0EAIQMgAkEANgIcIAIgATYCFCACQeEPNgIQIAJBCjYCDAwLC0EAIQMgAkEANgIcIAIgATYCFCACQfsPNgIQIAJBCjYCDAwKC0EAIQMgAkEANgIcIAIgATYCFCACQfEZNgIQIAJBAjYCDAwJC0EAIQMgAkEANgIcIAIgATYCFCACQcQUNgIQIAJBAjYCDAwIC0EAIQMgAkEANgIcIAIgATYCFCACQfIVNgIQIAJBAjYCDAwHCyACQQI2AhwgAiABNgIUIAJBnBo2AhAgAkEWNgIMQQAhAwwGC0EBIQMMBQtB1AAhAyABIARGDQQgCEEIaiEJIAIoAgAhBQJAAkAgASAERwRAIAVB2MIAaiEHIAQgBWogAWshACAFQX9zQQpqIgUgAWohBgNAIAEtAAAgBy0AAEcEQEECIQcMAwsgBUUEQEEAIQcgBiEBDAMLIAVBAWshBSAHQQFqIQcgBCABQQFqIgFHDQALIAAhBSAEIQELIAlBATYCACACIAU2AgAMAQsgAkEANgIAIAkgBzYCAAsgCSABNgIEIAgoAgwhACAIKAIIDgMBBAIACwALIAJBADYCHCACQbUaNgIQIAJBFzYCDCACIABBAWo2AhRBACEDDAILIAJBADYCHCACIAA2AhQgAkHKGjYCECACQQk2AgxBACEDDAELIAEgBEYEQEEiIQMMAQsgAkEJNgIIIAIgATYCBEEhIQMLIAhBEGokACADRQRAIAIoAgwhAAwBCyACIAM2AhxBACEAIAIoAgQiAUUNACACIAEgBCACKAIIEQEAIgFFDQAgAiAENgIUIAIgATYCDCABIQALIAALvgIBAn8gAEEAOgAAIABB3ABqIgFBAWtBADoAACAAQQA6AAIgAEEAOgABIAFBA2tBADoAACABQQJrQQA6AAAgAEEAOgADIAFBBGtBADoAAEEAIABrQQNxIgEgAGoiAEEANgIAQdwAIAFrQXxxIgIgAGoiAUEEa0EANgIAAkAgAkEJSQ0AIABBADYCCCAAQQA2AgQgAUEIa0EANgIAIAFBDGtBADYCACACQRlJDQAgAEEANgIYIABBADYCFCAAQQA2AhAgAEEANgIMIAFBEGtBADYCACABQRRrQQA2AgAgAUEYa0EANgIAIAFBHGtBADYCACACIABBBHFBGHIiAmsiAUEgSQ0AIAAgAmohAANAIABCADcDGCAAQgA3AxAgAEIANwMIIABCADcDACAAQSBqIQAgAUEgayIBQR9LDQALCwtWAQF/AkAgACgCDA0AAkACQAJAAkAgAC0ALw4DAQADAgsgACgCOCIBRQ0AIAEoAiwiAUUNACAAIAERAAAiAQ0DC0EADwsACyAAQcMWNgIQQQ4hAQsgAQsaACAAKAIMRQRAIABB0Rs2AhAgAEEVNgIMCwsUACAAKAIMQRVGBEAgAEEANgIMCwsUACAAKAIMQRZGBEAgAEEANgIMCwsHACAAKAIMCwcAIAAoAhALCQAgACABNgIQCwcAIAAoAhQLFwAgAEEkTwRAAAsgAEECdEGgM2ooAgALFwAgAEEuTwRAAAsgAEECdEGwNGooAgALvwkBAX9B6yghAQJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAIABB5ABrDvQDY2IAAWFhYWFhYQIDBAVhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhBgcICQoLDA0OD2FhYWFhEGFhYWFhYWFhYWFhEWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYRITFBUWFxgZGhthYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhHB0eHyAhIiMkJSYnKCkqKywtLi8wMTIzNDU2YTc4OTphYWFhYWFhYTthYWE8YWFhYT0+P2FhYWFhYWFhQGFhQWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYUJDREVGR0hJSktMTU5PUFFSU2FhYWFhYWFhVFVWV1hZWlthXF1hYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFeYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhX2BhC0HhJw8LQaQhDwtByywPC0H+MQ8LQcAkDwtBqyQPC0GNKA8LQeImDwtBgDAPC0G5Lw8LQdckDwtB7x8PC0HhHw8LQfofDwtB8iAPC0GoLw8LQa4yDwtBiDAPC0HsJw8LQYIiDwtBjh0PC0HQLg8LQcojDwtBxTIPC0HfHA8LQdIcDwtBxCAPC0HXIA8LQaIfDwtB7S4PC0GrMA8LQdQlDwtBzC4PC0H6Lg8LQfwrDwtB0jAPC0HxHQ8LQbsgDwtB9ysPC0GQMQ8LQdcxDwtBoi0PC0HUJw8LQeArDwtBnywPC0HrMQ8LQdUfDwtByjEPC0HeJQ8LQdQeDwtB9BwPC0GnMg8LQbEdDwtBoB0PC0G5MQ8LQbwwDwtBkiEPC0GzJg8LQeksDwtBrB4PC0HUKw8LQfcmDwtBgCYPC0GwIQ8LQf4eDwtBjSMPC0GJLQ8LQfciDwtBoDEPC0GuHw8LQcYlDwtB6B4PC0GTIg8LQcIvDwtBwx0PC0GLLA8LQeEdDwtBjS8PC0HqIQ8LQbQtDwtB0i8PC0HfMg8LQdIyDwtB8DAPC0GpIg8LQfkjDwtBmR4PC0G1LA8LQZswDwtBkjIPC0G2Kw8LQcIiDwtB+DIPC0GeJQ8LQdAiDwtBuh4PC0GBHg8LAAtB1iEhAQsgAQsWACAAIAAtAC1B/gFxIAFBAEdyOgAtCxkAIAAgAC0ALUH9AXEgAUEAR0EBdHI6AC0LGQAgACAALQAtQfsBcSABQQBHQQJ0cjoALQsZACAAIAAtAC1B9wFxIAFBAEdBA3RyOgAtCz4BAn8CQCAAKAI4IgNFDQAgAygCBCIDRQ0AIAAgASACIAFrIAMRAQAiBEF/Rw0AIABBxhE2AhBBGCEECyAECz4BAn8CQCAAKAI4IgNFDQAgAygCCCIDRQ0AIAAgASACIAFrIAMRAQAiBEF/Rw0AIABB9go2AhBBGCEECyAECz4BAn8CQCAAKAI4IgNFDQAgAygCDCIDRQ0AIAAgASACIAFrIAMRAQAiBEF/Rw0AIABB7Ro2AhBBGCEECyAECz4BAn8CQCAAKAI4IgNFDQAgAygCECIDRQ0AIAAgASACIAFrIAMRAQAiBEF/Rw0AIABBlRA2AhBBGCEECyAECz4BAn8CQCAAKAI4IgNFDQAgAygCFCIDRQ0AIAAgASACIAFrIAMRAQAiBEF/Rw0AIABBqhs2AhBBGCEECyAECz4BAn8CQCAAKAI4IgNFDQAgAygCGCIDRQ0AIAAgASACIAFrIAMRAQAiBEF/Rw0AIABB7RM2AhBBGCEECyAECz4BAn8CQCAAKAI4IgNFDQAgAygCKCIDRQ0AIAAgASACIAFrIAMRAQAiBEF/Rw0AIABB9gg2AhBBGCEECyAECz4BAn8CQCAAKAI4IgNFDQAgAygCHCIDRQ0AIAAgASACIAFrIAMRAQAiBEF/Rw0AIABBwhk2AhBBGCEECyAECz4BAn8CQCAAKAI4IgNFDQAgAygCICIDRQ0AIAAgASACIAFrIAMRAQAiBEF/Rw0AIABBlBQ2AhBBGCEECyAEC1kBAn8CQCAALQAoQQFGDQAgAC8BMiIBQeQAa0HkAEkNACABQcwBRg0AIAFBsAJGDQAgAC8BMCIAQcAAcQ0AQQEhAiAAQYgEcUGABEYNACAAQShxRSECCyACC4wBAQJ/AkACQAJAIAAtACpFDQAgAC0AK0UNACAALwEwIgFBAnFFDQEMAgsgAC8BMCIBQQFxRQ0BC0EBIQIgAC0AKEEBRg0AIAAvATIiAEHkAGtB5ABJDQAgAEHMAUYNACAAQbACRg0AIAFBwABxDQBBACECIAFBiARxQYAERg0AIAFBKHFBAEchAgsgAgtXACAAQRhqQgA3AwAgAEIANwMAIABBOGpCADcDACAAQTBqQgA3AwAgAEEoakIANwMAIABBIGpCADcDACAAQRBqQgA3AwAgAEEIakIANwMAIABB3QE2AhwLBgAgABAyC5otAQt/IwBBEGsiCiQAQaTQACgCACIJRQRAQeTTACgCACIFRQRAQfDTAEJ/NwIAQejTAEKAgISAgIDAADcCAEHk0wAgCkEIakFwcUHYqtWqBXMiBTYCAEH40wBBADYCAEHI0wBBADYCAAtBzNMAQYDUBDYCAEGc0ABBgNQENgIAQbDQACAFNgIAQazQAEF/NgIAQdDTAEGArAM2AgADQCABQcjQAGogAUG80ABqIgI2AgAgAiABQbTQAGoiAzYCACABQcDQAGogAzYCACABQdDQAGogAUHE0ABqIgM2AgAgAyACNgIAIAFB2NAAaiABQczQAGoiAjYCACACIAM2AgAgAUHU0ABqIAI2AgAgAUEgaiIBQYACRw0AC0GM1ARBwasDNgIAQajQAEH00wAoAgA2AgBBmNAAQcCrAzYCAEGk0ABBiNQENgIAQcz/B0E4NgIAQYjUBCEJCwJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAIABB7AFNBEBBjNAAKAIAIgZBECAAQRNqQXBxIABBC0kbIgRBA3YiAHYiAUEDcQRAAkAgAUEBcSAAckEBcyICQQN0IgBBtNAAaiIBIABBvNAAaigCACIAKAIIIgNGBEBBjNAAIAZBfiACd3E2AgAMAQsgASADNgIIIAMgATYCDAsgAEEIaiEBIAAgAkEDdCICQQNyNgIEIAAgAmoiACAAKAIEQQFyNgIEDBELQZTQACgCACIIIARPDQEgAQRAAkBBAiAAdCICQQAgAmtyIAEgAHRxaCIAQQN0IgJBtNAAaiIBIAJBvNAAaigCACICKAIIIgNGBEBBjNAAIAZBfiAAd3EiBjYCAAwBCyABIAM2AgggAyABNgIMCyACIARBA3I2AgQgAEEDdCIAIARrIQUgACACaiAFNgIAIAIgBGoiBCAFQQFyNgIEIAgEQCAIQXhxQbTQAGohAEGg0AAoAgAhAwJ/QQEgCEEDdnQiASAGcUUEQEGM0AAgASAGcjYCACAADAELIAAoAggLIgEgAzYCDCAAIAM2AgggAyAANgIMIAMgATYCCAsgAkEIaiEBQaDQACAENgIAQZTQACAFNgIADBELQZDQACgCACILRQ0BIAtoQQJ0QbzSAGooAgAiACgCBEF4cSAEayEFIAAhAgNAAkAgAigCECIBRQRAIAJBFGooAgAiAUUNAQsgASgCBEF4cSAEayIDIAVJIQIgAyAFIAIbIQUgASAAIAIbIQAgASECDAELCyAAKAIYIQkgACgCDCIDIABHBEBBnNAAKAIAGiADIAAoAggiATYCCCABIAM2AgwMEAsgAEEUaiICKAIAIgFFBEAgACgCECIBRQ0DIABBEGohAgsDQCACIQcgASIDQRRqIgIoAgAiAQ0AIANBEGohAiADKAIQIgENAAsgB0EANgIADA8LQX8hBCAAQb9/Sw0AIABBE2oiAUFwcSEEQZDQACgCACIIRQ0AQQAgBGshBQJAAkACQAJ/QQAgBEGAAkkNABpBHyAEQf///wdLDQAaIARBJiABQQh2ZyIAa3ZBAXEgAEEBdGtBPmoLIgZBAnRBvNIAaigCACICRQRAQQAhAUEAIQMMAQtBACEBIARBGSAGQQF2a0EAIAZBH0cbdCEAQQAhAwNAAkAgAigCBEF4cSAEayIHIAVPDQAgAiEDIAciBQ0AQQAhBSACIQEMAwsgASACQRRqKAIAIgcgByACIABBHXZBBHFqQRBqKAIAIgJGGyABIAcbIQEgAEEBdCEAIAINAAsLIAEgA3JFBEBBACEDQQIgBnQiAEEAIABrciAIcSIARQ0DIABoQQJ0QbzSAGooAgAhAQsgAUUNAQsDQCABKAIEQXhxIARrIgIgBUkhACACIAUgABshBSABIAMgABshAyABKAIQIgAEfyAABSABQRRqKAIACyIBDQALCyADRQ0AIAVBlNAAKAIAIARrTw0AIAMoAhghByADIAMoAgwiAEcEQEGc0AAoAgAaIAAgAygCCCIBNgIIIAEgADYCDAwOCyADQRRqIgIoAgAiAUUEQCADKAIQIgFFDQMgA0EQaiECCwNAIAIhBiABIgBBFGoiAigCACIBDQAgAEEQaiECIAAoAhAiAQ0ACyAGQQA2AgAMDQtBlNAAKAIAIgMgBE8EQEGg0AAoAgAhAQJAIAMgBGsiAkEQTwRAIAEgBGoiACACQQFyNgIEIAEgA2ogAjYCACABIARBA3I2AgQMAQsgASADQQNyNgIEIAEgA2oiACAAKAIEQQFyNgIEQQAhAEEAIQILQZTQACACNgIAQaDQACAANgIAIAFBCGohAQwPC0GY0AAoAgAiAyAESwRAIAQgCWoiACADIARrIgFBAXI2AgRBpNAAIAA2AgBBmNAAIAE2AgAgCSAEQQNyNgIEIAlBCGohAQwPC0EAIQEgBAJ/QeTTACgCAARAQezTACgCAAwBC0Hw0wBCfzcCAEHo0wBCgICEgICAwAA3AgBB5NMAIApBDGpBcHFB2KrVqgVzNgIAQfjTAEEANgIAQcjTAEEANgIAQYCABAsiACAEQccAaiIFaiIGQQAgAGsiB3EiAk8EQEH80wBBMDYCAAwPCwJAQcTTACgCACIBRQ0AQbzTACgCACIIIAJqIQAgACABTSAAIAhLcQ0AQQAhAUH80wBBMDYCAAwPC0HI0wAtAABBBHENBAJAAkAgCQRAQczTACEBA0AgASgCACIAIAlNBEAgACABKAIEaiAJSw0DCyABKAIIIgENAAsLQQAQMyIAQX9GDQUgAiEGQejTACgCACIBQQFrIgMgAHEEQCACIABrIAAgA2pBACABa3FqIQYLIAQgBk8NBSAGQf7///8HSw0FQcTTACgCACIDBEBBvNMAKAIAIgcgBmohASABIAdNDQYgASADSw0GCyAGEDMiASAARw0BDAcLIAYgA2sgB3EiBkH+////B0sNBCAGEDMhACAAIAEoAgAgASgCBGpGDQMgACEBCwJAIAYgBEHIAGpPDQAgAUF/Rg0AQezTACgCACIAIAUgBmtqQQAgAGtxIgBB/v///wdLBEAgASEADAcLIAAQM0F/RwRAIAAgBmohBiABIQAMBwtBACAGaxAzGgwECyABIgBBf0cNBQwDC0EAIQMMDAtBACEADAoLIABBf0cNAgtByNMAQcjTACgCAEEEcjYCAAsgAkH+////B0sNASACEDMhAEEAEDMhASAAQX9GDQEgAUF/Rg0BIAAgAU8NASABIABrIgYgBEE4ak0NAQtBvNMAQbzTACgCACAGaiIBNgIAQcDTACgCACABSQRAQcDTACABNgIACwJAAkACQEGk0AAoAgAiAgRAQczTACEBA0AgACABKAIAIgMgASgCBCIFakYNAiABKAIIIgENAAsMAgtBnNAAKAIAIgFBAEcgACABT3FFBEBBnNAAIAA2AgALQQAhAUHQ0wAgBjYCAEHM0wAgADYCAEGs0ABBfzYCAEGw0ABB5NMAKAIANgIAQdjTAEEANgIAA0AgAUHI0ABqIAFBvNAAaiICNgIAIAIgAUG00ABqIgM2AgAgAUHA0ABqIAM2AgAgAUHQ0ABqIAFBxNAAaiIDNgIAIAMgAjYCACABQdjQAGogAUHM0ABqIgI2AgAgAiADNgIAIAFB1NAAaiACNgIAIAFBIGoiAUGAAkcNAAtBeCAAa0EPcSIBIABqIgIgBkE4ayIDIAFrIgFBAXI2AgRBqNAAQfTTACgCADYCAEGY0AAgATYCAEGk0AAgAjYCACAAIANqQTg2AgQMAgsgACACTQ0AIAIgA0kNACABKAIMQQhxDQBBeCACa0EPcSIAIAJqIgNBmNAAKAIAIAZqIgcgAGsiAEEBcjYCBCABIAUgBmo2AgRBqNAAQfTTACgCADYCAEGY0AAgADYCAEGk0AAgAzYCACACIAdqQTg2AgQMAQsgAEGc0AAoAgBJBEBBnNAAIAA2AgALIAAgBmohA0HM0wAhAQJAAkACQANAIAMgASgCAEcEQCABKAIIIgENAQwCCwsgAS0ADEEIcUUNAQtBzNMAIQEDQCABKAIAIgMgAk0EQCADIAEoAgRqIgUgAksNAwsgASgCCCEBDAALAAsgASAANgIAIAEgASgCBCAGajYCBCAAQXggAGtBD3FqIgkgBEEDcjYCBCADQXggA2tBD3FqIgYgBCAJaiIEayEBIAIgBkYEQEGk0AAgBDYCAEGY0ABBmNAAKAIAIAFqIgA2AgAgBCAAQQFyNgIEDAgLQaDQACgCACAGRgRAQaDQACAENgIAQZTQAEGU0AAoAgAgAWoiADYCACAEIABBAXI2AgQgACAEaiAANgIADAgLIAYoAgQiBUEDcUEBRw0GIAVBeHEhCCAFQf8BTQRAIAVBA3YhAyAGKAIIIgAgBigCDCICRgRAQYzQAEGM0AAoAgBBfiADd3E2AgAMBwsgAiAANgIIIAAgAjYCDAwGCyAGKAIYIQcgBiAGKAIMIgBHBEAgACAGKAIIIgI2AgggAiAANgIMDAULIAZBFGoiAigCACIFRQRAIAYoAhAiBUUNBCAGQRBqIQILA0AgAiEDIAUiAEEUaiICKAIAIgUNACAAQRBqIQIgACgCECIFDQALIANBADYCAAwEC0F4IABrQQ9xIgEgAGoiByAGQThrIgMgAWsiAUEBcjYCBCAAIANqQTg2AgQgAiAFQTcgBWtBD3FqQT9rIgMgAyACQRBqSRsiA0EjNgIEQajQAEH00wAoAgA2AgBBmNAAIAE2AgBBpNAAIAc2AgAgA0EQakHU0wApAgA3AgAgA0HM0wApAgA3AghB1NMAIANBCGo2AgBB0NMAIAY2AgBBzNMAIAA2AgBB2NMAQQA2AgAgA0EkaiEBA0AgAUEHNgIAIAUgAUEEaiIBSw0ACyACIANGDQAgAyADKAIEQX5xNgIEIAMgAyACayIFNgIAIAIgBUEBcjYCBCAFQf8BTQRAIAVBeHFBtNAAaiEAAn9BjNAAKAIAIgFBASAFQQN2dCIDcUUEQEGM0AAgASADcjYCACAADAELIAAoAggLIgEgAjYCDCAAIAI2AgggAiAANgIMIAIgATYCCAwBC0EfIQEgBUH///8HTQRAIAVBJiAFQQh2ZyIAa3ZBAXEgAEEBdGtBPmohAQsgAiABNgIcIAJCADcCECABQQJ0QbzSAGohAEGQ0AAoAgAiA0EBIAF0IgZxRQRAIAAgAjYCAEGQ0AAgAyAGcjYCACACIAA2AhggAiACNgIIIAIgAjYCDAwBCyAFQRkgAUEBdmtBACABQR9HG3QhASAAKAIAIQMCQANAIAMiACgCBEF4cSAFRg0BIAFBHXYhAyABQQF0IQEgACADQQRxakEQaiIGKAIAIgMNAAsgBiACNgIAIAIgADYCGCACIAI2AgwgAiACNgIIDAELIAAoAggiASACNgIMIAAgAjYCCCACQQA2AhggAiAANgIMIAIgATYCCAtBmNAAKAIAIgEgBE0NAEGk0AAoAgAiACAEaiICIAEgBGsiAUEBcjYCBEGY0AAgATYCAEGk0AAgAjYCACAAIARBA3I2AgQgAEEIaiEBDAgLQQAhAUH80wBBMDYCAAwHC0EAIQALIAdFDQACQCAGKAIcIgJBAnRBvNIAaiIDKAIAIAZGBEAgAyAANgIAIAANAUGQ0ABBkNAAKAIAQX4gAndxNgIADAILIAdBEEEUIAcoAhAgBkYbaiAANgIAIABFDQELIAAgBzYCGCAGKAIQIgIEQCAAIAI2AhAgAiAANgIYCyAGQRRqKAIAIgJFDQAgAEEUaiACNgIAIAIgADYCGAsgASAIaiEBIAYgCGoiBigCBCEFCyAGIAVBfnE2AgQgASAEaiABNgIAIAQgAUEBcjYCBCABQf8BTQRAIAFBeHFBtNAAaiEAAn9BjNAAKAIAIgJBASABQQN2dCIBcUUEQEGM0AAgASACcjYCACAADAELIAAoAggLIgEgBDYCDCAAIAQ2AgggBCAANgIMIAQgATYCCAwBC0EfIQUgAUH///8HTQRAIAFBJiABQQh2ZyIAa3ZBAXEgAEEBdGtBPmohBQsgBCAFNgIcIARCADcCECAFQQJ0QbzSAGohAEGQ0AAoAgAiAkEBIAV0IgNxRQRAIAAgBDYCAEGQ0AAgAiADcjYCACAEIAA2AhggBCAENgIIIAQgBDYCDAwBCyABQRkgBUEBdmtBACAFQR9HG3QhBSAAKAIAIQACQANAIAAiAigCBEF4cSABRg0BIAVBHXYhACAFQQF0IQUgAiAAQQRxakEQaiIDKAIAIgANAAsgAyAENgIAIAQgAjYCGCAEIAQ2AgwgBCAENgIIDAELIAIoAggiACAENgIMIAIgBDYCCCAEQQA2AhggBCACNgIMIAQgADYCCAsgCUEIaiEBDAILAkAgB0UNAAJAIAMoAhwiAUECdEG80gBqIgIoAgAgA0YEQCACIAA2AgAgAA0BQZDQACAIQX4gAXdxIgg2AgAMAgsgB0EQQRQgBygCECADRhtqIAA2AgAgAEUNAQsgACAHNgIYIAMoAhAiAQRAIAAgATYCECABIAA2AhgLIANBFGooAgAiAUUNACAAQRRqIAE2AgAgASAANgIYCwJAIAVBD00EQCADIAQgBWoiAEEDcjYCBCAAIANqIgAgACgCBEEBcjYCBAwBCyADIARqIgIgBUEBcjYCBCADIARBA3I2AgQgAiAFaiAFNgIAIAVB/wFNBEAgBUF4cUG00ABqIQACf0GM0AAoAgAiAUEBIAVBA3Z0IgVxRQRAQYzQACABIAVyNgIAIAAMAQsgACgCCAsiASACNgIMIAAgAjYCCCACIAA2AgwgAiABNgIIDAELQR8hASAFQf///wdNBEAgBUEmIAVBCHZnIgBrdkEBcSAAQQF0a0E+aiEBCyACIAE2AhwgAkIANwIQIAFBAnRBvNIAaiEAQQEgAXQiBCAIcUUEQCAAIAI2AgBBkNAAIAQgCHI2AgAgAiAANgIYIAIgAjYCCCACIAI2AgwMAQsgBUEZIAFBAXZrQQAgAUEfRxt0IQEgACgCACEEAkADQCAEIgAoAgRBeHEgBUYNASABQR12IQQgAUEBdCEBIAAgBEEEcWpBEGoiBigCACIEDQALIAYgAjYCACACIAA2AhggAiACNgIMIAIgAjYCCAwBCyAAKAIIIgEgAjYCDCAAIAI2AgggAkEANgIYIAIgADYCDCACIAE2AggLIANBCGohAQwBCwJAIAlFDQACQCAAKAIcIgFBAnRBvNIAaiICKAIAIABGBEAgAiADNgIAIAMNAUGQ0AAgC0F+IAF3cTYCAAwCCyAJQRBBFCAJKAIQIABGG2ogAzYCACADRQ0BCyADIAk2AhggACgCECIBBEAgAyABNgIQIAEgAzYCGAsgAEEUaigCACIBRQ0AIANBFGogATYCACABIAM2AhgLAkAgBUEPTQRAIAAgBCAFaiIBQQNyNgIEIAAgAWoiASABKAIEQQFyNgIEDAELIAAgBGoiByAFQQFyNgIEIAAgBEEDcjYCBCAFIAdqIAU2AgAgCARAIAhBeHFBtNAAaiEBQaDQACgCACEDAn9BASAIQQN2dCICIAZxRQRAQYzQACACIAZyNgIAIAEMAQsgASgCCAsiAiADNgIMIAEgAzYCCCADIAE2AgwgAyACNgIIC0Gg0AAgBzYCAEGU0AAgBTYCAAsgAEEIaiEBCyAKQRBqJAAgAQtDACAARQRAPwBBEHQPCwJAIABB//8DcQ0AIABBAEgNACAAQRB2QAAiAEF/RgRAQfzTAEEwNgIAQX8PCyAAQRB0DwsACwvcPyIAQYAICwkBAAAAAgAAAAMAQZQICwUEAAAABQBBpAgLCQYAAAAHAAAACABB3AgLii1JbnZhbGlkIGNoYXIgaW4gdXJsIHF1ZXJ5AFNwYW4gY2FsbGJhY2sgZXJyb3IgaW4gb25fYm9keQBDb250ZW50LUxlbmd0aCBvdmVyZmxvdwBDaHVuayBzaXplIG92ZXJmbG93AFJlc3BvbnNlIG92ZXJmbG93AEludmFsaWQgbWV0aG9kIGZvciBIVFRQL3gueCByZXF1ZXN0AEludmFsaWQgbWV0aG9kIGZvciBSVFNQL3gueCByZXF1ZXN0AEV4cGVjdGVkIFNPVVJDRSBtZXRob2QgZm9yIElDRS94LnggcmVxdWVzdABJbnZhbGlkIGNoYXIgaW4gdXJsIGZyYWdtZW50IHN0YXJ0AEV4cGVjdGVkIGRvdABTcGFuIGNhbGxiYWNrIGVycm9yIGluIG9uX3N0YXR1cwBJbnZhbGlkIHJlc3BvbnNlIHN0YXR1cwBJbnZhbGlkIGNoYXJhY3RlciBpbiBjaHVuayBleHRlbnNpb25zAFVzZXIgY2FsbGJhY2sgZXJyb3IAYG9uX3Jlc2V0YCBjYWxsYmFjayBlcnJvcgBgb25fY2h1bmtfaGVhZGVyYCBjYWxsYmFjayBlcnJvcgBgb25fbWVzc2FnZV9iZWdpbmAgY2FsbGJhY2sgZXJyb3IAYG9uX2NodW5rX2V4dGVuc2lvbl92YWx1ZWAgY2FsbGJhY2sgZXJyb3IAYG9uX3N0YXR1c19jb21wbGV0ZWAgY2FsbGJhY2sgZXJyb3IAYG9uX3ZlcnNpb25fY29tcGxldGVgIGNhbGxiYWNrIGVycm9yAGBvbl91cmxfY29tcGxldGVgIGNhbGxiYWNrIGVycm9yAGBvbl9jaHVua19jb21wbGV0ZWAgY2FsbGJhY2sgZXJyb3IAYG9uX2hlYWRlcl92YWx1ZV9jb21wbGV0ZWAgY2FsbGJhY2sgZXJyb3IAYG9uX21lc3NhZ2VfY29tcGxldGVgIGNhbGxiYWNrIGVycm9yAGBvbl9tZXRob2RfY29tcGxldGVgIGNhbGxiYWNrIGVycm9yAGBvbl9oZWFkZXJfZmllbGRfY29tcGxldGVgIGNhbGxiYWNrIGVycm9yAGBvbl9jaHVua19leHRlbnNpb25fbmFtZWAgY2FsbGJhY2sgZXJyb3IAVW5leHBlY3RlZCBjaGFyIGluIHVybCBzZXJ2ZXIASW52YWxpZCBoZWFkZXIgdmFsdWUgY2hhcgBJbnZhbGlkIGhlYWRlciBmaWVsZCBjaGFyAFNwYW4gY2FsbGJhY2sgZXJyb3IgaW4gb25fdmVyc2lvbgBJbnZhbGlkIG1pbm9yIHZlcnNpb24ASW52YWxpZCBtYWpvciB2ZXJzaW9uAEV4cGVjdGVkIHNwYWNlIGFmdGVyIHZlcnNpb24ARXhwZWN0ZWQgQ1JMRiBhZnRlciB2ZXJzaW9uAEludmFsaWQgSFRUUCB2ZXJzaW9uAEludmFsaWQgaGVhZGVyIHRva2VuAFNwYW4gY2FsbGJhY2sgZXJyb3IgaW4gb25fdXJsAEludmFsaWQgY2hhcmFjdGVycyBpbiB1cmwAVW5leHBlY3RlZCBzdGFydCBjaGFyIGluIHVybABEb3VibGUgQCBpbiB1cmwARW1wdHkgQ29udGVudC1MZW5ndGgASW52YWxpZCBjaGFyYWN0ZXIgaW4gQ29udGVudC1MZW5ndGgARHVwbGljYXRlIENvbnRlbnQtTGVuZ3RoAEludmFsaWQgY2hhciBpbiB1cmwgcGF0aABDb250ZW50LUxlbmd0aCBjYW4ndCBiZSBwcmVzZW50IHdpdGggVHJhbnNmZXItRW5jb2RpbmcASW52YWxpZCBjaGFyYWN0ZXIgaW4gY2h1bmsgc2l6ZQBTcGFuIGNhbGxiYWNrIGVycm9yIGluIG9uX2hlYWRlcl92YWx1ZQBTcGFuIGNhbGxiYWNrIGVycm9yIGluIG9uX2NodW5rX2V4dGVuc2lvbl92YWx1ZQBJbnZhbGlkIGNoYXJhY3RlciBpbiBjaHVuayBleHRlbnNpb25zIHZhbHVlAE1pc3NpbmcgZXhwZWN0ZWQgTEYgYWZ0ZXIgaGVhZGVyIHZhbHVlAEludmFsaWQgYFRyYW5zZmVyLUVuY29kaW5nYCBoZWFkZXIgdmFsdWUASW52YWxpZCBjaGFyYWN0ZXIgaW4gY2h1bmsgZXh0ZW5zaW9ucyBxdW90ZSB2YWx1ZQBJbnZhbGlkIGNoYXJhY3RlciBpbiBjaHVuayBleHRlbnNpb25zIHF1b3RlZCB2YWx1ZQBQYXVzZWQgYnkgb25faGVhZGVyc19jb21wbGV0ZQBJbnZhbGlkIEVPRiBzdGF0ZQBvbl9yZXNldCBwYXVzZQBvbl9jaHVua19oZWFkZXIgcGF1c2UAb25fbWVzc2FnZV9iZWdpbiBwYXVzZQBvbl9jaHVua19leHRlbnNpb25fdmFsdWUgcGF1c2UAb25fc3RhdHVzX2NvbXBsZXRlIHBhdXNlAG9uX3ZlcnNpb25fY29tcGxldGUgcGF1c2UAb25fdXJsX2NvbXBsZXRlIHBhdXNlAG9uX2NodW5rX2NvbXBsZXRlIHBhdXNlAG9uX2hlYWRlcl92YWx1ZV9jb21wbGV0ZSBwYXVzZQBvbl9tZXNzYWdlX2NvbXBsZXRlIHBhdXNlAG9uX21ldGhvZF9jb21wbGV0ZSBwYXVzZQBvbl9oZWFkZXJfZmllbGRfY29tcGxldGUgcGF1c2UAb25fY2h1bmtfZXh0ZW5zaW9uX25hbWUgcGF1c2UAVW5leHBlY3RlZCBzcGFjZSBhZnRlciBzdGFydCBsaW5lAFNwYW4gY2FsbGJhY2sgZXJyb3IgaW4gb25fY2h1bmtfZXh0ZW5zaW9uX25hbWUASW52YWxpZCBjaGFyYWN0ZXIgaW4gY2h1bmsgZXh0ZW5zaW9ucyBuYW1lAFBhdXNlIG9uIENPTk5FQ1QvVXBncmFkZQBQYXVzZSBvbiBQUkkvVXBncmFkZQBFeHBlY3RlZCBIVFRQLzIgQ29ubmVjdGlvbiBQcmVmYWNlAFNwYW4gY2FsbGJhY2sgZXJyb3IgaW4gb25fbWV0aG9kAEV4cGVjdGVkIHNwYWNlIGFmdGVyIG1ldGhvZABTcGFuIGNhbGxiYWNrIGVycm9yIGluIG9uX2hlYWRlcl9maWVsZABQYXVzZWQASW52YWxpZCB3b3JkIGVuY291bnRlcmVkAEludmFsaWQgbWV0aG9kIGVuY291bnRlcmVkAFVuZXhwZWN0ZWQgY2hhciBpbiB1cmwgc2NoZW1hAFJlcXVlc3QgaGFzIGludmFsaWQgYFRyYW5zZmVyLUVuY29kaW5nYABTV0lUQ0hfUFJPWFkAVVNFX1BST1hZAE1LQUNUSVZJVFkAVU5QUk9DRVNTQUJMRV9FTlRJVFkAQ09QWQBNT1ZFRF9QRVJNQU5FTlRMWQBUT09fRUFSTFkATk9USUZZAEZBSUxFRF9ERVBFTkRFTkNZAEJBRF9HQVRFV0FZAFBMQVkAUFVUAENIRUNLT1VUAEdBVEVXQVlfVElNRU9VVABSRVFVRVNUX1RJTUVPVVQATkVUV09SS19DT05ORUNUX1RJTUVPVVQAQ09OTkVDVElPTl9USU1FT1VUAExPR0lOX1RJTUVPVVQATkVUV09SS19SRUFEX1RJTUVPVVQAUE9TVABNSVNESVJFQ1RFRF9SRVFVRVNUAENMSUVOVF9DTE9TRURfUkVRVUVTVABDTElFTlRfQ0xPU0VEX0xPQURfQkFMQU5DRURfUkVRVUVTVABCQURfUkVRVUVTVABIVFRQX1JFUVVFU1RfU0VOVF9UT19IVFRQU19QT1JUAFJFUE9SVABJTV9BX1RFQVBPVABSRVNFVF9DT05URU5UAE5PX0NPTlRFTlQAUEFSVElBTF9DT05URU5UAEhQRV9JTlZBTElEX0NPTlNUQU5UAEhQRV9DQl9SRVNFVABHRVQASFBFX1NUUklDVABDT05GTElDVABURU1QT1JBUllfUkVESVJFQ1QAUEVSTUFORU5UX1JFRElSRUNUAENPTk5FQ1QATVVMVElfU1RBVFVTAEhQRV9JTlZBTElEX1NUQVRVUwBUT09fTUFOWV9SRVFVRVNUUwBFQVJMWV9ISU5UUwBVTkFWQUlMQUJMRV9GT1JfTEVHQUxfUkVBU09OUwBPUFRJT05TAFNXSVRDSElOR19QUk9UT0NPTFMAVkFSSUFOVF9BTFNPX05FR09USUFURVMATVVMVElQTEVfQ0hPSUNFUwBJTlRFUk5BTF9TRVJWRVJfRVJST1IAV0VCX1NFUlZFUl9VTktOT1dOX0VSUk9SAFJBSUxHVU5fRVJST1IASURFTlRJVFlfUFJPVklERVJfQVVUSEVOVElDQVRJT05fRVJST1IAU1NMX0NFUlRJRklDQVRFX0VSUk9SAElOVkFMSURfWF9GT1JXQVJERURfRk9SAFNFVF9QQVJBTUVURVIAR0VUX1BBUkFNRVRFUgBIUEVfVVNFUgBTRUVfT1RIRVIASFBFX0NCX0NIVU5LX0hFQURFUgBNS0NBTEVOREFSAFNFVFVQAFdFQl9TRVJWRVJfSVNfRE9XTgBURUFSRE9XTgBIUEVfQ0xPU0VEX0NPTk5FQ1RJT04ASEVVUklTVElDX0VYUElSQVRJT04ARElTQ09OTkVDVEVEX09QRVJBVElPTgBOT05fQVVUSE9SSVRBVElWRV9JTkZPUk1BVElPTgBIUEVfSU5WQUxJRF9WRVJTSU9OAEhQRV9DQl9NRVNTQUdFX0JFR0lOAFNJVEVfSVNfRlJPWkVOAEhQRV9JTlZBTElEX0hFQURFUl9UT0tFTgBJTlZBTElEX1RPS0VOAEZPUkJJRERFTgBFTkhBTkNFX1lPVVJfQ0FMTQBIUEVfSU5WQUxJRF9VUkwAQkxPQ0tFRF9CWV9QQVJFTlRBTF9DT05UUk9MAE1LQ09MAEFDTABIUEVfSU5URVJOQUwAUkVRVUVTVF9IRUFERVJfRklFTERTX1RPT19MQVJHRV9VTk9GRklDSUFMAEhQRV9PSwBVTkxJTksAVU5MT0NLAFBSSQBSRVRSWV9XSVRIAEhQRV9JTlZBTElEX0NPTlRFTlRfTEVOR1RIAEhQRV9VTkVYUEVDVEVEX0NPTlRFTlRfTEVOR1RIAEZMVVNIAFBST1BQQVRDSABNLVNFQVJDSABVUklfVE9PX0xPTkcAUFJPQ0VTU0lORwBNSVNDRUxMQU5FT1VTX1BFUlNJU1RFTlRfV0FSTklORwBNSVNDRUxMQU5FT1VTX1dBUk5JTkcASFBFX0lOVkFMSURfVFJBTlNGRVJfRU5DT0RJTkcARXhwZWN0ZWQgQ1JMRgBIUEVfSU5WQUxJRF9DSFVOS19TSVpFAE1PVkUAQ09OVElOVUUASFBFX0NCX1NUQVRVU19DT01QTEVURQBIUEVfQ0JfSEVBREVSU19DT01QTEVURQBIUEVfQ0JfVkVSU0lPTl9DT01QTEVURQBIUEVfQ0JfVVJMX0NPTVBMRVRFAEhQRV9DQl9DSFVOS19DT01QTEVURQBIUEVfQ0JfSEVBREVSX1ZBTFVFX0NPTVBMRVRFAEhQRV9DQl9DSFVOS19FWFRFTlNJT05fVkFMVUVfQ09NUExFVEUASFBFX0NCX0NIVU5LX0VYVEVOU0lPTl9OQU1FX0NPTVBMRVRFAEhQRV9DQl9NRVNTQUdFX0NPTVBMRVRFAEhQRV9DQl9NRVRIT0RfQ09NUExFVEUASFBFX0NCX0hFQURFUl9GSUVMRF9DT01QTEVURQBERUxFVEUASFBFX0lOVkFMSURfRU9GX1NUQVRFAElOVkFMSURfU1NMX0NFUlRJRklDQVRFAFBBVVNFAE5PX1JFU1BPTlNFAFVOU1VQUE9SVEVEX01FRElBX1RZUEUAR09ORQBOT1RfQUNDRVBUQUJMRQBTRVJWSUNFX1VOQVZBSUxBQkxFAFJBTkdFX05PVF9TQVRJU0ZJQUJMRQBPUklHSU5fSVNfVU5SRUFDSEFCTEUAUkVTUE9OU0VfSVNfU1RBTEUAUFVSR0UATUVSR0UAUkVRVUVTVF9IRUFERVJfRklFTERTX1RPT19MQVJHRQBSRVFVRVNUX0hFQURFUl9UT09fTEFSR0UAUEFZTE9BRF9UT09fTEFSR0UASU5TVUZGSUNJRU5UX1NUT1JBR0UASFBFX1BBVVNFRF9VUEdSQURFAEhQRV9QQVVTRURfSDJfVVBHUkFERQBTT1VSQ0UAQU5OT1VOQ0UAVFJBQ0UASFBFX1VORVhQRUNURURfU1BBQ0UAREVTQ1JJQkUAVU5TVUJTQ1JJQkUAUkVDT1JEAEhQRV9JTlZBTElEX01FVEhPRABOT1RfRk9VTkQAUFJPUEZJTkQAVU5CSU5EAFJFQklORABVTkFVVEhPUklaRUQATUVUSE9EX05PVF9BTExPV0VEAEhUVFBfVkVSU0lPTl9OT1RfU1VQUE9SVEVEAEFMUkVBRFlfUkVQT1JURUQAQUNDRVBURUQATk9UX0lNUExFTUVOVEVEAExPT1BfREVURUNURUQASFBFX0NSX0VYUEVDVEVEAEhQRV9MRl9FWFBFQ1RFRABDUkVBVEVEAElNX1VTRUQASFBFX1BBVVNFRABUSU1FT1VUX09DQ1VSRUQAUEFZTUVOVF9SRVFVSVJFRABQUkVDT05ESVRJT05fUkVRVUlSRUQAUFJPWFlfQVVUSEVOVElDQVRJT05fUkVRVUlSRUQATkVUV09SS19BVVRIRU5USUNBVElPTl9SRVFVSVJFRABMRU5HVEhfUkVRVUlSRUQAU1NMX0NFUlRJRklDQVRFX1JFUVVJUkVEAFVQR1JBREVfUkVRVUlSRUQAUEFHRV9FWFBJUkVEAFBSRUNPTkRJVElPTl9GQUlMRUQARVhQRUNUQVRJT05fRkFJTEVEAFJFVkFMSURBVElPTl9GQUlMRUQAU1NMX0hBTkRTSEFLRV9GQUlMRUQATE9DS0VEAFRSQU5TRk9STUFUSU9OX0FQUExJRUQATk9UX01PRElGSUVEAE5PVF9FWFRFTkRFRABCQU5EV0lEVEhfTElNSVRfRVhDRUVERUQAU0lURV9JU19PVkVSTE9BREVEAEhFQUQARXhwZWN0ZWQgSFRUUC8AAF4TAAAmEwAAMBAAAPAXAACdEwAAFRIAADkXAADwEgAAChAAAHUSAACtEgAAghMAAE8UAAB/EAAAoBUAACMUAACJEgAAixQAAE0VAADUEQAAzxQAABAYAADJFgAA3BYAAMERAADgFwAAuxQAAHQUAAB8FQAA5RQAAAgXAAAfEAAAZRUAAKMUAAAoFQAAAhUAAJkVAAAsEAAAixkAAE8PAADUDgAAahAAAM4QAAACFwAAiQ4AAG4TAAAcEwAAZhQAAFYXAADBEwAAzRMAAGwTAABoFwAAZhcAAF8XAAAiEwAAzg8AAGkOAADYDgAAYxYAAMsTAACqDgAAKBcAACYXAADFEwAAXRYAAOgRAABnEwAAZRMAAPIWAABzEwAAHRcAAPkWAADzEQAAzw4AAM4VAAAMEgAAsxEAAKURAABhEAAAMhcAALsTAEH5NQsBAQBBkDYL4AEBAQIBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQBB/TcLAQEAQZE4C14CAwICAgICAAACAgACAgACAgICAgICAgICAAQAAAAAAAICAgICAgICAgICAgICAgICAgICAgICAgICAAAAAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAAgACAEH9OQsBAQBBkToLXgIAAgICAgIAAAICAAICAAICAgICAgICAgIAAwAEAAAAAgICAgICAgICAgICAgICAgICAgICAgICAgIAAAACAgICAgICAgICAgICAgICAgICAgICAgICAgICAgACAAIAQfA7Cw1sb3NlZWVwLWFsaXZlAEGJPAsBAQBBoDwL4AEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQABAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQBBiT4LAQEAQaA+C+cBAQEBAQEBAQEBAQEBAgEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQFjaHVua2VkAEGwwAALXwEBAAEBAQEBAAABAQABAQABAQEBAQEBAQEBAAAAAAAAAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAAAAAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAAQABAEGQwgALIWVjdGlvbmVudC1sZW5ndGhvbnJveHktY29ubmVjdGlvbgBBwMIACy1yYW5zZmVyLWVuY29kaW5ncGdyYWRlDQoNCg0KU00NCg0KVFRQL0NFL1RTUC8AQfnCAAsFAQIAAQMAQZDDAAvgAQQBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAEH5xAALBQECAAEDAEGQxQAL4AEEAQEFAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQABAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQBB+cYACwQBAAABAEGRxwAL3wEBAQABAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAEH6yAALBAEAAAIAQZDJAAtfAwQAAAQEBAQEBAQEBAQEBQQEBAQEBAQEBAQEBAAEAAYHBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAAQABAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAAAAAQAQfrKAAsEAQAAAQBBkMsACwEBAEGqywALQQIAAAAAAAADAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwAAAAAAAAMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAEH6zAALBAEAAAEAQZDNAAsBAQBBms0ACwYCAAAAAAIAQbHNAAs6AwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMAAAAAAAADAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwBB8M4AC5YBTk9VTkNFRUNLT1VUTkVDVEVURUNSSUJFTFVTSEVURUFEU0VBUkNIUkdFQ1RJVklUWUxFTkRBUlZFT1RJRllQVElPTlNDSFNFQVlTVEFUQ0hHRU9SRElSRUNUT1JUUkNIUEFSQU1FVEVSVVJDRUJTQ1JJQkVBUkRPV05BQ0VJTkROS0NLVUJTQ1JJQkVIVFRQL0FEVFAv","base64")},53434:(ml,Al,Rl)=>{"use strict";const{Buffer:zl}=Rl(4573);ml.exports=zl.from("AGFzbQEAAAABJwdgAX8Bf2ADf39/AX9gAX8AYAJ/fwBgBH9/f38Bf2AAAGADf39/AALLAQgDZW52GHdhc21fb25faGVhZGVyc19jb21wbGV0ZQAEA2VudhV3YXNtX29uX21lc3NhZ2VfYmVnaW4AAANlbnYLd2FzbV9vbl91cmwAAQNlbnYOd2FzbV9vbl9zdGF0dXMAAQNlbnYUd2FzbV9vbl9oZWFkZXJfZmllbGQAAQNlbnYUd2FzbV9vbl9oZWFkZXJfdmFsdWUAAQNlbnYMd2FzbV9vbl9ib2R5AAEDZW52GHdhc21fb25fbWVzc2FnZV9jb21wbGV0ZQAAAy0sBQYAAAIAAAAAAAACAQIAAgICAAADAAAAAAMDAwMBAQEBAQEBAQEAAAIAAAAEBQFwARISBQMBAAIGCAF/AUGA1AQLB9EFIgZtZW1vcnkCAAtfaW5pdGlhbGl6ZQAIGV9faW5kaXJlY3RfZnVuY3Rpb25fdGFibGUBAAtsbGh0dHBfaW5pdAAJGGxsaHR0cF9zaG91bGRfa2VlcF9hbGl2ZQAvDGxsaHR0cF9hbGxvYwALBm1hbGxvYwAxC2xsaHR0cF9mcmVlAAwEZnJlZQAMD2xsaHR0cF9nZXRfdHlwZQANFWxsaHR0cF9nZXRfaHR0cF9tYWpvcgAOFWxsaHR0cF9nZXRfaHR0cF9taW5vcgAPEWxsaHR0cF9nZXRfbWV0aG9kABAWbGxodHRwX2dldF9zdGF0dXNfY29kZQAREmxsaHR0cF9nZXRfdXBncmFkZQASDGxsaHR0cF9yZXNldAATDmxsaHR0cF9leGVjdXRlABQUbGxodHRwX3NldHRpbmdzX2luaXQAFQ1sbGh0dHBfZmluaXNoABYMbGxodHRwX3BhdXNlABcNbGxodHRwX3Jlc3VtZQAYG2xsaHR0cF9yZXN1bWVfYWZ0ZXJfdXBncmFkZQAZEGxsaHR0cF9nZXRfZXJybm8AGhdsbGh0dHBfZ2V0X2Vycm9yX3JlYXNvbgAbF2xsaHR0cF9zZXRfZXJyb3JfcmVhc29uABwUbGxodHRwX2dldF9lcnJvcl9wb3MAHRFsbGh0dHBfZXJybm9fbmFtZQAeEmxsaHR0cF9tZXRob2RfbmFtZQAfEmxsaHR0cF9zdGF0dXNfbmFtZQAgGmxsaHR0cF9zZXRfbGVuaWVudF9oZWFkZXJzACEhbGxodHRwX3NldF9sZW5pZW50X2NodW5rZWRfbGVuZ3RoACIdbGxodHRwX3NldF9sZW5pZW50X2tlZXBfYWxpdmUAIyRsbGh0dHBfc2V0X2xlbmllbnRfdHJhbnNmZXJfZW5jb2RpbmcAJBhsbGh0dHBfbWVzc2FnZV9uZWVkc19lb2YALgkXAQBBAQsRAQIDBAUKBgcrLSwqKSglJyYK77MCLBYAQYjQACgCAARAAAtBiNAAQQE2AgALFAAgABAwIAAgAjYCOCAAIAE6ACgLFAAgACAALwEyIAAtAC4gABAvEAALHgEBf0HAABAyIgEQMCABQYAINgI4IAEgADoAKCABC48MAQd/AkAgAEUNACAAQQhrIgEgAEEEaygCACIAQXhxIgRqIQUCQCAAQQFxDQAgAEEDcUUNASABIAEoAgAiAGsiAUGc0AAoAgBJDQEgACAEaiEEAkACQEGg0AAoAgAgAUcEQCAAQf8BTQRAIABBA3YhAyABKAIIIgAgASgCDCICRgRAQYzQAEGM0AAoAgBBfiADd3E2AgAMBQsgAiAANgIIIAAgAjYCDAwECyABKAIYIQYgASABKAIMIgBHBEAgACABKAIIIgI2AgggAiAANgIMDAMLIAFBFGoiAygCACICRQRAIAEoAhAiAkUNAiABQRBqIQMLA0AgAyEHIAIiAEEUaiIDKAIAIgINACAAQRBqIQMgACgCECICDQALIAdBADYCAAwCCyAFKAIEIgBBA3FBA0cNAiAFIABBfnE2AgRBlNAAIAQ2AgAgBSAENgIAIAEgBEEBcjYCBAwDC0EAIQALIAZFDQACQCABKAIcIgJBAnRBvNIAaiIDKAIAIAFGBEAgAyAANgIAIAANAUGQ0ABBkNAAKAIAQX4gAndxNgIADAILIAZBEEEUIAYoAhAgAUYbaiAANgIAIABFDQELIAAgBjYCGCABKAIQIgIEQCAAIAI2AhAgAiAANgIYCyABQRRqKAIAIgJFDQAgAEEUaiACNgIAIAIgADYCGAsgASAFTw0AIAUoAgQiAEEBcUUNAAJAAkACQAJAIABBAnFFBEBBpNAAKAIAIAVGBEBBpNAAIAE2AgBBmNAAQZjQACgCACAEaiIANgIAIAEgAEEBcjYCBCABQaDQACgCAEcNBkGU0ABBADYCAEGg0ABBADYCAAwGC0Gg0AAoAgAgBUYEQEGg0AAgATYCAEGU0ABBlNAAKAIAIARqIgA2AgAgASAAQQFyNgIEIAAgAWogADYCAAwGCyAAQXhxIARqIQQgAEH/AU0EQCAAQQN2IQMgBSgCCCIAIAUoAgwiAkYEQEGM0ABBjNAAKAIAQX4gA3dxNgIADAULIAIgADYCCCAAIAI2AgwMBAsgBSgCGCEGIAUgBSgCDCIARwRAQZzQACgCABogACAFKAIIIgI2AgggAiAANgIMDAMLIAVBFGoiAygCACICRQRAIAUoAhAiAkUNAiAFQRBqIQMLA0AgAyEHIAIiAEEUaiIDKAIAIgINACAAQRBqIQMgACgCECICDQALIAdBADYCAAwCCyAFIABBfnE2AgQgASAEaiAENgIAIAEgBEEBcjYCBAwDC0EAIQALIAZFDQACQCAFKAIcIgJBAnRBvNIAaiIDKAIAIAVGBEAgAyAANgIAIAANAUGQ0ABBkNAAKAIAQX4gAndxNgIADAILIAZBEEEUIAYoAhAgBUYbaiAANgIAIABFDQELIAAgBjYCGCAFKAIQIgIEQCAAIAI2AhAgAiAANgIYCyAFQRRqKAIAIgJFDQAgAEEUaiACNgIAIAIgADYCGAsgASAEaiAENgIAIAEgBEEBcjYCBCABQaDQACgCAEcNAEGU0AAgBDYCAAwBCyAEQf8BTQRAIARBeHFBtNAAaiEAAn9BjNAAKAIAIgJBASAEQQN2dCIDcUUEQEGM0AAgAiADcjYCACAADAELIAAoAggLIgIgATYCDCAAIAE2AgggASAANgIMIAEgAjYCCAwBC0EfIQIgBEH///8HTQRAIARBJiAEQQh2ZyIAa3ZBAXEgAEEBdGtBPmohAgsgASACNgIcIAFCADcCECACQQJ0QbzSAGohAAJAQZDQACgCACIDQQEgAnQiB3FFBEAgACABNgIAQZDQACADIAdyNgIAIAEgADYCGCABIAE2AgggASABNgIMDAELIARBGSACQQF2a0EAIAJBH0cbdCECIAAoAgAhAAJAA0AgACIDKAIEQXhxIARGDQEgAkEddiEAIAJBAXQhAiADIABBBHFqQRBqIgcoAgAiAA0ACyAHIAE2AgAgASADNgIYIAEgATYCDCABIAE2AggMAQsgAygCCCIAIAE2AgwgAyABNgIIIAFBADYCGCABIAM2AgwgASAANgIIC0Gs0ABBrNAAKAIAQQFrIgBBfyAAGzYCAAsLBwAgAC0AKAsHACAALQAqCwcAIAAtACsLBwAgAC0AKQsHACAALwEyCwcAIAAtAC4LQAEEfyAAKAIYIQEgAC0ALSECIAAtACghAyAAKAI4IQQgABAwIAAgBDYCOCAAIAM6ACggACACOgAtIAAgATYCGAu74gECB38DfiABIAJqIQQCQCAAIgIoAgwiAA0AIAIoAgQEQCACIAE2AgQLIwBBEGsiCCQAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACfwJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAIAIoAhwiA0EBaw7dAdoBAdkBAgMEBQYHCAkKCwwNDtgBDxDXARES1gETFBUWFxgZGhvgAd8BHB0e1QEfICEiIyQl1AEmJygpKiss0wHSAS0u0QHQAS8wMTIzNDU2Nzg5Ojs8PT4/QEFCQ0RFRtsBR0hJSs8BzgFLzQFMzAFNTk9QUVJTVFVWV1hZWltcXV5fYGFiY2RlZmdoaWprbG1ub3BxcnN0dXZ3eHl6e3x9fn+AAYEBggGDAYQBhQGGAYcBiAGJAYoBiwGMAY0BjgGPAZABkQGSAZMBlAGVAZYBlwGYAZkBmgGbAZwBnQGeAZ8BoAGhAaIBowGkAaUBpgGnAagBqQGqAasBrAGtAa4BrwGwAbEBsgGzAbQBtQG2AbcBywHKAbgByQG5AcgBugG7AbwBvQG+Ab8BwAHBAcIBwwHEAcUBxgEA3AELQQAMxgELQQ4MxQELQQ0MxAELQQ8MwwELQRAMwgELQRMMwQELQRQMwAELQRUMvwELQRYMvgELQRgMvQELQRkMvAELQRoMuwELQRsMugELQRwMuQELQR0MuAELQQgMtwELQR4MtgELQSAMtQELQR8MtAELQQcMswELQSEMsgELQSIMsQELQSMMsAELQSQMrwELQRIMrgELQREMrQELQSUMrAELQSYMqwELQScMqgELQSgMqQELQcMBDKgBC0EqDKcBC0ErDKYBC0EsDKUBC0EtDKQBC0EuDKMBC0EvDKIBC0HEAQyhAQtBMAygAQtBNAyfAQtBDAyeAQtBMQydAQtBMgycAQtBMwybAQtBOQyaAQtBNQyZAQtBxQEMmAELQQsMlwELQToMlgELQTYMlQELQQoMlAELQTcMkwELQTgMkgELQTwMkQELQTsMkAELQT0MjwELQQkMjgELQSkMjQELQT4MjAELQT8MiwELQcAADIoBC0HBAAyJAQtBwgAMiAELQcMADIcBC0HEAAyGAQtBxQAMhQELQcYADIQBC0EXDIMBC0HHAAyCAQtByAAMgQELQckADIABC0HKAAx/C0HLAAx+C0HNAAx9C0HMAAx8C0HOAAx7C0HPAAx6C0HQAAx5C0HRAAx4C0HSAAx3C0HTAAx2C0HUAAx1C0HWAAx0C0HVAAxzC0EGDHILQdcADHELQQUMcAtB2AAMbwtBBAxuC0HZAAxtC0HaAAxsC0HbAAxrC0HcAAxqC0EDDGkLQd0ADGgLQd4ADGcLQd8ADGYLQeEADGULQeAADGQLQeIADGMLQeMADGILQQIMYQtB5AAMYAtB5QAMXwtB5gAMXgtB5wAMXQtB6AAMXAtB6QAMWwtB6gAMWgtB6wAMWQtB7AAMWAtB7QAMVwtB7gAMVgtB7wAMVQtB8AAMVAtB8QAMUwtB8gAMUgtB8wAMUQtB9AAMUAtB9QAMTwtB9gAMTgtB9wAMTQtB+AAMTAtB+QAMSwtB+gAMSgtB+wAMSQtB/AAMSAtB/QAMRwtB/gAMRgtB/wAMRQtBgAEMRAtBgQEMQwtBggEMQgtBgwEMQQtBhAEMQAtBhQEMPwtBhgEMPgtBhwEMPQtBiAEMPAtBiQEMOwtBigEMOgtBiwEMOQtBjAEMOAtBjQEMNwtBjgEMNgtBjwEMNQtBkAEMNAtBkQEMMwtBkgEMMgtBkwEMMQtBlAEMMAtBlQEMLwtBlgEMLgtBlwEMLQtBmAEMLAtBmQEMKwtBmgEMKgtBmwEMKQtBnAEMKAtBnQEMJwtBngEMJgtBnwEMJQtBoAEMJAtBoQEMIwtBogEMIgtBowEMIQtBpAEMIAtBpQEMHwtBpgEMHgtBpwEMHQtBqAEMHAtBqQEMGwtBqgEMGgtBqwEMGQtBrAEMGAtBrQEMFwtBrgEMFgtBAQwVC0GvAQwUC0GwAQwTC0GxAQwSC0GzAQwRC0GyAQwQC0G0AQwPC0G1AQwOC0G2AQwNC0G3AQwMC0G4AQwLC0G5AQwKC0G6AQwJC0G7AQwIC0HGAQwHC0G8AQwGC0G9AQwFC0G+AQwEC0G/AQwDC0HAAQwCC0HCAQwBC0HBAQshAwNAAkACQAJAAkACQAJAAkACQAJAIAICfwJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJ/AkACQAJAAkACQAJAAkACQAJAAkACQAJAAkAgAgJ/AkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACfwJAAkACfwJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACfwJAAkACQAJAAn8CQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQCADDsYBAAECAwQFBgcICQoLDA0ODxAREhMUFRYXGBkaGxwdHyAhIyUmKCorLC8wMTIzNDU2Nzk6Ozw9lANAQkRFRklLTk9QUVJTVFVWWFpbXF1eX2BhYmNkZWZnaGpsb3Bxc3V2eHl6e3x/gAGBAYIBgwGEAYUBhgGHAYgBiQGKAYsBjAGNAY4BjwGQAZEBkgGTAZQBlQGWAZcBmAGZAZoBmwGcAZ0BngGfAaABoQGiAaMBpAGlAaYBpwGoAakBqgGrAawBrQGuAa8BsAGxAbIBswG0AbUBtgG3AbgBuQG6AbsBvAG9Ab4BvwHAAcEBwgHDAcQBxQHGAccByAHJAcsBzAHNAc4BzwGKA4kDiAOHA4QDgwOAA/sC+gL5AvgC9wL0AvMC8gLLAsECsALZAQsgASAERw3wAkHdASEDDLMDCyABIARHDcgBQcMBIQMMsgMLIAEgBEcNe0H3ACEDDLEDCyABIARHDXBB7wAhAwywAwsgASAERw1pQeoAIQMMrwMLIAEgBEcNZUHoACEDDK4DCyABIARHDWJB5gAhAwytAwsgASAERw0aQRghAwysAwsgASAERw0VQRIhAwyrAwsgASAERw1CQcUAIQMMqgMLIAEgBEcNNEE/IQMMqQMLIAEgBEcNMkE8IQMMqAMLIAEgBEcNK0ExIQMMpwMLIAItAC5BAUYNnwMMwQILQQAhAAJAAkACQCACLQAqRQ0AIAItACtFDQAgAi8BMCIDQQJxRQ0BDAILIAIvATAiA0EBcUUNAQtBASEAIAItAChBAUYNACACLwEyIgVB5ABrQeQASQ0AIAVBzAFGDQAgBUGwAkYNACADQcAAcQ0AQQAhACADQYgEcUGABEYNACADQShxQQBHIQALIAJBADsBMCACQQA6AC8gAEUN3wIgAkIANwMgDOACC0EAIQACQCACKAI4IgNFDQAgAygCLCIDRQ0AIAIgAxEAACEACyAARQ3MASAAQRVHDd0CIAJBBDYCHCACIAE2AhQgAkGwGDYCECACQRU2AgxBACEDDKQDCyABIARGBEBBBiEDDKQDCyABQQFqIQFBACEAAkAgAigCOCIDRQ0AIAMoAlQiA0UNACACIAMRAAAhAAsgAA3ZAgwcCyACQgA3AyBBEiEDDIkDCyABIARHDRZBHSEDDKEDCyABIARHBEAgAUEBaiEBQRAhAwyIAwtBByEDDKADCyACIAIpAyAiCiAEIAFrrSILfSIMQgAgCiAMWhs3AyAgCiALWA3UAkEIIQMMnwMLIAEgBEcEQCACQQk2AgggAiABNgIEQRQhAwyGAwtBCSEDDJ4DCyACKQMgQgBSDccBIAIgAi8BMEGAAXI7ATAMQgsgASAERw0/QdAAIQMMnAMLIAEgBEYEQEELIQMMnAMLIAFBAWohAUEAIQACQCACKAI4IgNFDQAgAygCUCIDRQ0AIAIgAxEAACEACyAADc8CDMYBC0EAIQACQCACKAI4IgNFDQAgAygCSCIDRQ0AIAIgAxEAACEACyAARQ3GASAAQRVHDc0CIAJBCzYCHCACIAE2AhQgAkGCGTYCECACQRU2AgxBACEDDJoDC0EAIQACQCACKAI4IgNFDQAgAygCSCIDRQ0AIAIgAxEAACEACyAARQ0MIABBFUcNygIgAkEaNgIcIAIgATYCFCACQYIZNgIQIAJBFTYCDEEAIQMMmQMLQQAhAAJAIAIoAjgiA0UNACADKAJMIgNFDQAgAiADEQAAIQALIABFDcQBIABBFUcNxwIgAkELNgIcIAIgATYCFCACQZEXNgIQIAJBFTYCDEEAIQMMmAMLIAEgBEYEQEEPIQMMmAMLIAEtAAAiAEE7Rg0HIABBDUcNxAIgAUEBaiEBDMMBC0EAIQACQCACKAI4IgNFDQAgAygCTCIDRQ0AIAIgAxEAACEACyAARQ3DASAAQRVHDcICIAJBDzYCHCACIAE2AhQgAkGRFzYCECACQRU2AgxBACEDDJYDCwNAIAEtAABB8DVqLQAAIgBBAUcEQCAAQQJHDcECIAIoAgQhAEEAIQMgAkEANgIEIAIgACABQQFqIgEQLSIADcICDMUBCyAEIAFBAWoiAUcNAAtBEiEDDJUDC0EAIQACQCACKAI4IgNFDQAgAygCTCIDRQ0AIAIgAxEAACEACyAARQ3FASAAQRVHDb0CIAJBGzYCHCACIAE2AhQgAkGRFzYCECACQRU2AgxBACEDDJQDCyABIARGBEBBFiEDDJQDCyACQQo2AgggAiABNgIEQQAhAAJAIAIoAjgiA0UNACADKAJIIgNFDQAgAiADEQAAIQALIABFDcIBIABBFUcNuQIgAkEVNgIcIAIgATYCFCACQYIZNgIQIAJBFTYCDEEAIQMMkwMLIAEgBEcEQANAIAEtAABB8DdqLQAAIgBBAkcEQAJAIABBAWsOBMQCvQIAvgK9AgsgAUEBaiEBQQghAwz8AgsgBCABQQFqIgFHDQALQRUhAwyTAwtBFSEDDJIDCwNAIAEtAABB8DlqLQAAIgBBAkcEQCAAQQFrDgTFArcCwwK4ArcCCyAEIAFBAWoiAUcNAAtBGCEDDJEDCyABIARHBEAgAkELNgIIIAIgATYCBEEHIQMM+AILQRkhAwyQAwsgAUEBaiEBDAILIAEgBEYEQEEaIQMMjwMLAkAgAS0AAEENaw4UtQG/Ab8BvwG/Ab8BvwG/Ab8BvwG/Ab8BvwG/Ab8BvwG/Ab8BvwEAvwELQQAhAyACQQA2AhwgAkGvCzYCECACQQI2AgwgAiABQQFqNgIUDI4DCyABIARGBEBBGyEDDI4DCyABLQAAIgBBO0cEQCAAQQ1HDbECIAFBAWohAQy6AQsgAUEBaiEBC0EiIQMM8wILIAEgBEYEQEEcIQMMjAMLQgAhCgJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkAgAS0AAEEwaw43wQLAAgABAgMEBQYH0AHQAdAB0AHQAdAB0AEICQoLDA3QAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdABDg8QERIT0AELQgIhCgzAAgtCAyEKDL8CC0IEIQoMvgILQgUhCgy9AgtCBiEKDLwCC0IHIQoMuwILQgghCgy6AgtCCSEKDLkCC0IKIQoMuAILQgshCgy3AgtCDCEKDLYCC0INIQoMtQILQg4hCgy0AgtCDyEKDLMCC0IKIQoMsgILQgshCgyxAgtCDCEKDLACC0INIQoMrwILQg4hCgyuAgtCDyEKDK0CC0IAIQoCQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAIAEtAABBMGsON8ACvwIAAQIDBAUGB74CvgK+Ar4CvgK+Ar4CCAkKCwwNvgK+Ar4CvgK+Ar4CvgK+Ar4CvgK+Ar4CvgK+Ar4CvgK+Ar4CvgK+Ar4CvgK+Ar4CvgK+Ag4PEBESE74CC0ICIQoMvwILQgMhCgy+AgtCBCEKDL0CC0IFIQoMvAILQgYhCgy7AgtCByEKDLoCC0IIIQoMuQILQgkhCgy4AgtCCiEKDLcCC0ILIQoMtgILQgwhCgy1AgtCDSEKDLQCC0IOIQoMswILQg8hCgyyAgtCCiEKDLECC0ILIQoMsAILQgwhCgyvAgtCDSEKDK4CC0IOIQoMrQILQg8hCgysAgsgAiACKQMgIgogBCABa60iC30iDEIAIAogDFobNwMgIAogC1gNpwJBHyEDDIkDCyABIARHBEAgAkEJNgIIIAIgATYCBEElIQMM8AILQSAhAwyIAwtBASEFIAIvATAiA0EIcUUEQCACKQMgQgBSIQULAkAgAi0ALgRAQQEhACACLQApQQVGDQEgA0HAAHFFIAVxRQ0BC0EAIQAgA0HAAHENAEECIQAgA0EIcQ0AIANBgARxBEACQCACLQAoQQFHDQAgAi0ALUEKcQ0AQQUhAAwCC0EEIQAMAQsgA0EgcUUEQAJAIAItAChBAUYNACACLwEyIgBB5ABrQeQASQ0AIABBzAFGDQAgAEGwAkYNAEEEIQAgA0EocUUNAiADQYgEcUGABEYNAgtBACEADAELQQBBAyACKQMgUBshAAsgAEEBaw4FvgIAsAEBpAKhAgtBESEDDO0CCyACQQE6AC8MhAMLIAEgBEcNnQJBJCEDDIQDCyABIARHDRxBxgAhAwyDAwtBACEAAkAgAigCOCIDRQ0AIAMoAkQiA0UNACACIAMRAAAhAAsgAEUNJyAAQRVHDZgCIAJB0AA2AhwgAiABNgIUIAJBkRg2AhAgAkEVNgIMQQAhAwyCAwsgASAERgRAQSghAwyCAwtBACEDIAJBADYCBCACQQw2AgggAiABIAEQKiIARQ2UAiACQSc2AhwgAiABNgIUIAIgADYCDAyBAwsgASAERgRAQSkhAwyBAwsgAS0AACIAQSBGDRMgAEEJRw2VAiABQQFqIQEMFAsgASAERwRAIAFBAWohAQwWC0EqIQMM/wILIAEgBEYEQEErIQMM/wILIAEtAAAiAEEJRyAAQSBHcQ2QAiACLQAsQQhHDd0CIAJBADoALAzdAgsgASAERgRAQSwhAwz+AgsgAS0AAEEKRw2OAiABQQFqIQEMsAELIAEgBEcNigJBLyEDDPwCCwNAIAEtAAAiAEEgRwRAIABBCmsOBIQCiAKIAoQChgILIAQgAUEBaiIBRw0AC0ExIQMM+wILQTIhAyABIARGDfoCIAIoAgAiACAEIAFraiEHIAEgAGtBA2ohBgJAA0AgAEHwO2otAAAgAS0AACIFQSByIAUgBUHBAGtB/wFxQRpJG0H/AXFHDQEgAEEDRgRAQQYhAQziAgsgAEEBaiEAIAQgAUEBaiIBRw0ACyACIAc2AgAM+wILIAJBADYCAAyGAgtBMyEDIAQgASIARg35AiAEIAFrIAIoAgAiAWohByAAIAFrQQhqIQYCQANAIAFB9DtqLQAAIAAtAAAiBUEgciAFIAVBwQBrQf8BcUEaSRtB/wFxRw0BIAFBCEYEQEEFIQEM4QILIAFBAWohASAEIABBAWoiAEcNAAsgAiAHNgIADPoCCyACQQA2AgAgACEBDIUCC0E0IQMgBCABIgBGDfgCIAQgAWsgAigCACIBaiEHIAAgAWtBBWohBgJAA0AgAUHQwgBqLQAAIAAtAAAiBUEgciAFIAVBwQBrQf8BcUEaSRtB/wFxRw0BIAFBBUYEQEEHIQEM4AILIAFBAWohASAEIABBAWoiAEcNAAsgAiAHNgIADPkCCyACQQA2AgAgACEBDIQCCyABIARHBEADQCABLQAAQYA+ai0AACIAQQFHBEAgAEECRg0JDIECCyAEIAFBAWoiAUcNAAtBMCEDDPgCC0EwIQMM9wILIAEgBEcEQANAIAEtAAAiAEEgRwRAIABBCmsOBP8B/gH+Af8B/gELIAQgAUEBaiIBRw0AC0E4IQMM9wILQTghAwz2AgsDQCABLQAAIgBBIEcgAEEJR3EN9gEgBCABQQFqIgFHDQALQTwhAwz1AgsDQCABLQAAIgBBIEcEQAJAIABBCmsOBPkBBAT5AQALIABBLEYN9QEMAwsgBCABQQFqIgFHDQALQT8hAwz0AgtBwAAhAyABIARGDfMCIAIoAgAiACAEIAFraiEFIAEgAGtBBmohBgJAA0AgAEGAQGstAAAgAS0AAEEgckcNASAAQQZGDdsCIABBAWohACAEIAFBAWoiAUcNAAsgAiAFNgIADPQCCyACQQA2AgALQTYhAwzZAgsgASAERgRAQcEAIQMM8gILIAJBDDYCCCACIAE2AgQgAi0ALEEBaw4E+wHuAewB6wHUAgsgAUEBaiEBDPoBCyABIARHBEADQAJAIAEtAAAiAEEgciAAIABBwQBrQf8BcUEaSRtB/wFxIgBBCUYNACAAQSBGDQACQAJAAkACQCAAQeMAaw4TAAMDAwMDAwMBAwMDAwMDAwMDAgMLIAFBAWohAUExIQMM3AILIAFBAWohAUEyIQMM2wILIAFBAWohAUEzIQMM2gILDP4BCyAEIAFBAWoiAUcNAAtBNSEDDPACC0E1IQMM7wILIAEgBEcEQANAIAEtAABBgDxqLQAAQQFHDfcBIAQgAUEBaiIBRw0AC0E9IQMM7wILQT0hAwzuAgtBACEAAkAgAigCOCIDRQ0AIAMoAkAiA0UNACACIAMRAAAhAAsgAEUNASAAQRVHDeYBIAJBwgA2AhwgAiABNgIUIAJB4xg2AhAgAkEVNgIMQQAhAwztAgsgAUEBaiEBC0E8IQMM0gILIAEgBEYEQEHCACEDDOsCCwJAA0ACQCABLQAAQQlrDhgAAswCzALRAswCzALMAswCzALMAswCzALMAswCzALMAswCzALMAswCzALMAgDMAgsgBCABQQFqIgFHDQALQcIAIQMM6wILIAFBAWohASACLQAtQQFxRQ3+AQtBLCEDDNACCyABIARHDd4BQcQAIQMM6AILA0AgAS0AAEGQwABqLQAAQQFHDZwBIAQgAUEBaiIBRw0AC0HFACEDDOcCCyABLQAAIgBBIEYN/gEgAEE6Rw3AAiACKAIEIQBBACEDIAJBADYCBCACIAAgARApIgAN3gEM3QELQccAIQMgBCABIgBGDeUCIAQgAWsgAigCACIBaiEHIAAgAWtBBWohBgNAIAFBkMIAai0AACAALQAAIgVBIHIgBSAFQcEAa0H/AXFBGkkbQf8BcUcNvwIgAUEFRg3CAiABQQFqIQEgBCAAQQFqIgBHDQALIAIgBzYCAAzlAgtByAAhAyAEIAEiAEYN5AIgBCABayACKAIAIgFqIQcgACABa0EJaiEGA0AgAUGWwgBqLQAAIAAtAAAiBUEgciAFIAVBwQBrQf8BcUEaSRtB/wFxRw2+AkECIAFBCUYNwgIaIAFBAWohASAEIABBAWoiAEcNAAsgAiAHNgIADOQCCyABIARGBEBByQAhAwzkAgsCQAJAIAEtAAAiAEEgciAAIABBwQBrQf8BcUEaSRtB/wFxQe4Aaw4HAL8CvwK/Ar8CvwIBvwILIAFBAWohAUE+IQMMywILIAFBAWohAUE/IQMMygILQcoAIQMgBCABIgBGDeICIAQgAWsgAigCACIBaiEGIAAgAWtBAWohBwNAIAFBoMIAai0AACAALQAAIgVBIHIgBSAFQcEAa0H/AXFBGkkbQf8BcUcNvAIgAUEBRg2+AiABQQFqIQEgBCAAQQFqIgBHDQALIAIgBjYCAAziAgtBywAhAyAEIAEiAEYN4QIgBCABayACKAIAIgFqIQcgACABa0EOaiEGA0AgAUGiwgBqLQAAIAAtAAAiBUEgciAFIAVBwQBrQf8BcUEaSRtB/wFxRw27AiABQQ5GDb4CIAFBAWohASAEIABBAWoiAEcNAAsgAiAHNgIADOECC0HMACEDIAQgASIARg3gAiAEIAFrIAIoAgAiAWohByAAIAFrQQ9qIQYDQCABQcDCAGotAAAgAC0AACIFQSByIAUgBUHBAGtB/wFxQRpJG0H/AXFHDboCQQMgAUEPRg2+AhogAUEBaiEBIAQgAEEBaiIARw0ACyACIAc2AgAM4AILQc0AIQMgBCABIgBGDd8CIAQgAWsgAigCACIBaiEHIAAgAWtBBWohBgNAIAFB0MIAai0AACAALQAAIgVBIHIgBSAFQcEAa0H/AXFBGkkbQf8BcUcNuQJBBCABQQVGDb0CGiABQQFqIQEgBCAAQQFqIgBHDQALIAIgBzYCAAzfAgsgASAERgRAQc4AIQMM3wILAkACQAJAAkAgAS0AACIAQSByIAAgAEHBAGtB/wFxQRpJG0H/AXFB4wBrDhMAvAK8ArwCvAK8ArwCvAK8ArwCvAK8ArwCAbwCvAK8AgIDvAILIAFBAWohAUHBACEDDMgCCyABQQFqIQFBwgAhAwzHAgsgAUEBaiEBQcMAIQMMxgILIAFBAWohAUHEACEDDMUCCyABIARHBEAgAkENNgIIIAIgATYCBEHFACEDDMUCC0HPACEDDN0CCwJAAkAgAS0AAEEKaw4EAZABkAEAkAELIAFBAWohAQtBKCEDDMMCCyABIARGBEBB0QAhAwzcAgsgAS0AAEEgRw0AIAFBAWohASACLQAtQQFxRQ3QAQtBFyEDDMECCyABIARHDcsBQdIAIQMM2QILQdMAIQMgASAERg3YAiACKAIAIgAgBCABa2ohBiABIABrQQFqIQUDQCABLQAAIABB1sIAai0AAEcNxwEgAEEBRg3KASAAQQFqIQAgBCABQQFqIgFHDQALIAIgBjYCAAzYAgsgASAERgRAQdUAIQMM2AILIAEtAABBCkcNwgEgAUEBaiEBDMoBCyABIARGBEBB1gAhAwzXAgsCQAJAIAEtAABBCmsOBADDAcMBAcMBCyABQQFqIQEMygELIAFBAWohAUHKACEDDL0CC0EAIQACQCACKAI4IgNFDQAgAygCPCIDRQ0AIAIgAxEAACEACyAADb8BQc0AIQMMvAILIAItAClBIkYNzwIMiQELIAQgASIFRgRAQdsAIQMM1AILQQAhAEEBIQFBASEGQQAhAwJAAn8CQAJAAkACQAJAAkACQCAFLQAAQTBrDgrFAcQBAAECAwQFBgjDAQtBAgwGC0EDDAULQQQMBAtBBQwDC0EGDAILQQcMAQtBCAshA0EAIQFBACEGDL0BC0EJIQNBASEAQQAhAUEAIQYMvAELIAEgBEYEQEHdACEDDNMCCyABLQAAQS5HDbgBIAFBAWohAQyIAQsgASAERw22AUHfACEDDNECCyABIARHBEAgAkEONgIIIAIgATYCBEHQACEDDLgCC0HgACEDDNACC0HhACEDIAEgBEYNzwIgAigCACIAIAQgAWtqIQUgASAAa0EDaiEGA0AgAS0AACAAQeLCAGotAABHDbEBIABBA0YNswEgAEEBaiEAIAQgAUEBaiIBRw0ACyACIAU2AgAMzwILQeIAIQMgASAERg3OAiACKAIAIgAgBCABa2ohBSABIABrQQJqIQYDQCABLQAAIABB5sIAai0AAEcNsAEgAEECRg2vASAAQQFqIQAgBCABQQFqIgFHDQALIAIgBTYCAAzOAgtB4wAhAyABIARGDc0CIAIoAgAiACAEIAFraiEFIAEgAGtBA2ohBgNAIAEtAAAgAEHpwgBqLQAARw2vASAAQQNGDa0BIABBAWohACAEIAFBAWoiAUcNAAsgAiAFNgIADM0CCyABIARGBEBB5QAhAwzNAgsgAUEBaiEBQQAhAAJAIAIoAjgiA0UNACADKAIwIgNFDQAgAiADEQAAIQALIAANqgFB1gAhAwyzAgsgASAERwRAA0AgAS0AACIAQSBHBEACQAJAAkAgAEHIAGsOCwABswGzAbMBswGzAbMBswGzAQKzAQsgAUEBaiEBQdIAIQMMtwILIAFBAWohAUHTACEDDLYCCyABQQFqIQFB1AAhAwy1AgsgBCABQQFqIgFHDQALQeQAIQMMzAILQeQAIQMMywILA0AgAS0AAEHwwgBqLQAAIgBBAUcEQCAAQQJrDgOnAaYBpQGkAQsgBCABQQFqIgFHDQALQeYAIQMMygILIAFBAWogASAERw0CGkHnACEDDMkCCwNAIAEtAABB8MQAai0AACIAQQFHBEACQCAAQQJrDgSiAaEBoAEAnwELQdcAIQMMsQILIAQgAUEBaiIBRw0AC0HoACEDDMgCCyABIARGBEBB6QAhAwzIAgsCQCABLQAAIgBBCmsOGrcBmwGbAbQBmwGbAZsBmwGbAZsBmwGbAZsBmwGbAZsBmwGbAZsBmwGbAZsBpAGbAZsBAJkBCyABQQFqCyEBQQYhAwytAgsDQCABLQAAQfDGAGotAABBAUcNfSAEIAFBAWoiAUcNAAtB6gAhAwzFAgsgAUEBaiABIARHDQIaQesAIQMMxAILIAEgBEYEQEHsACEDDMQCCyABQQFqDAELIAEgBEYEQEHtACEDDMMCCyABQQFqCyEBQQQhAwyoAgsgASAERgRAQe4AIQMMwQILAkACQAJAIAEtAABB8MgAai0AAEEBaw4HkAGPAY4BAHwBAo0BCyABQQFqIQEMCwsgAUEBagyTAQtBACEDIAJBADYCHCACQZsSNgIQIAJBBzYCDCACIAFBAWo2AhQMwAILAkADQCABLQAAQfDIAGotAAAiAEEERwRAAkACQCAAQQFrDgeUAZMBkgGNAQAEAY0BC0HaACEDDKoCCyABQQFqIQFB3AAhAwypAgsgBCABQQFqIgFHDQALQe8AIQMMwAILIAFBAWoMkQELIAQgASIARgRAQfAAIQMMvwILIAAtAABBL0cNASAAQQFqIQEMBwsgBCABIgBGBEBB8QAhAwy+AgsgAC0AACIBQS9GBEAgAEEBaiEBQd0AIQMMpQILIAFBCmsiA0EWSw0AIAAhAUEBIAN0QYmAgAJxDfkBC0EAIQMgAkEANgIcIAIgADYCFCACQYwcNgIQIAJBBzYCDAy8AgsgASAERwRAIAFBAWohAUHeACEDDKMCC0HyACEDDLsCCyABIARGBEBB9AAhAwy7AgsCQCABLQAAQfDMAGotAABBAWsOA/cBcwCCAQtB4QAhAwyhAgsgASAERwRAA0AgAS0AAEHwygBqLQAAIgBBA0cEQAJAIABBAWsOAvkBAIUBC0HfACEDDKMCCyAEIAFBAWoiAUcNAAtB8wAhAwy6AgtB8wAhAwy5AgsgASAERwRAIAJBDzYCCCACIAE2AgRB4AAhAwygAgtB9QAhAwy4AgsgASAERgRAQfYAIQMMuAILIAJBDzYCCCACIAE2AgQLQQMhAwydAgsDQCABLQAAQSBHDY4CIAQgAUEBaiIBRw0AC0H3ACEDDLUCCyABIARGBEBB+AAhAwy1AgsgAS0AAEEgRw16IAFBAWohAQxbC0EAIQACQCACKAI4IgNFDQAgAygCOCIDRQ0AIAIgAxEAACEACyAADXgMgAILIAEgBEYEQEH6ACEDDLMCCyABLQAAQcwARw10IAFBAWohAUETDHYLQfsAIQMgASAERg2xAiACKAIAIgAgBCABa2ohBSABIABrQQVqIQYDQCABLQAAIABB8M4Aai0AAEcNcyAAQQVGDXUgAEEBaiEAIAQgAUEBaiIBRw0ACyACIAU2AgAMsQILIAEgBEYEQEH8ACEDDLECCwJAAkAgAS0AAEHDAGsODAB0dHR0dHR0dHR0AXQLIAFBAWohAUHmACEDDJgCCyABQQFqIQFB5wAhAwyXAgtB/QAhAyABIARGDa8CIAIoAgAiACAEIAFraiEFIAEgAGtBAmohBgJAA0AgAS0AACAAQe3PAGotAABHDXIgAEECRg0BIABBAWohACAEIAFBAWoiAUcNAAsgAiAFNgIADLACCyACQQA2AgAgBkEBaiEBQRAMcwtB/gAhAyABIARGDa4CIAIoAgAiACAEIAFraiEFIAEgAGtBBWohBgJAA0AgAS0AACAAQfbOAGotAABHDXEgAEEFRg0BIABBAWohACAEIAFBAWoiAUcNAAsgAiAFNgIADK8CCyACQQA2AgAgBkEBaiEBQRYMcgtB/wAhAyABIARGDa0CIAIoAgAiACAEIAFraiEFIAEgAGtBA2ohBgJAA0AgAS0AACAAQfzOAGotAABHDXAgAEEDRg0BIABBAWohACAEIAFBAWoiAUcNAAsgAiAFNgIADK4CCyACQQA2AgAgBkEBaiEBQQUMcQsgASAERgRAQYABIQMMrQILIAEtAABB2QBHDW4gAUEBaiEBQQgMcAsgASAERgRAQYEBIQMMrAILAkACQCABLQAAQc4Aaw4DAG8BbwsgAUEBaiEBQesAIQMMkwILIAFBAWohAUHsACEDDJICCyABIARGBEBBggEhAwyrAgsCQAJAIAEtAABByABrDggAbm5ubm5uAW4LIAFBAWohAUHqACEDDJICCyABQQFqIQFB7QAhAwyRAgtBgwEhAyABIARGDakCIAIoAgAiACAEIAFraiEFIAEgAGtBAmohBgJAA0AgAS0AACAAQYDPAGotAABHDWwgAEECRg0BIABBAWohACAEIAFBAWoiAUcNAAsgAiAFNgIADKoCCyACQQA2AgAgBkEBaiEBQQAMbQtBhAEhAyABIARGDagCIAIoAgAiACAEIAFraiEFIAEgAGtBBGohBgJAA0AgAS0AACAAQYPPAGotAABHDWsgAEEERg0BIABBAWohACAEIAFBAWoiAUcNAAsgAiAFNgIADKkCCyACQQA2AgAgBkEBaiEBQSMMbAsgASAERgRAQYUBIQMMqAILAkACQCABLQAAQcwAaw4IAGtra2trawFrCyABQQFqIQFB7wAhAwyPAgsgAUEBaiEBQfAAIQMMjgILIAEgBEYEQEGGASEDDKcCCyABLQAAQcUARw1oIAFBAWohAQxgC0GHASEDIAEgBEYNpQIgAigCACIAIAQgAWtqIQUgASAAa0EDaiEGAkADQCABLQAAIABBiM8Aai0AAEcNaCAAQQNGDQEgAEEBaiEAIAQgAUEBaiIBRw0ACyACIAU2AgAMpgILIAJBADYCACAGQQFqIQFBLQxpC0GIASEDIAEgBEYNpAIgAigCACIAIAQgAWtqIQUgASAAa0EIaiEGAkADQCABLQAAIABB0M8Aai0AAEcNZyAAQQhGDQEgAEEBaiEAIAQgAUEBaiIBRw0ACyACIAU2AgAMpQILIAJBADYCACAGQQFqIQFBKQxoCyABIARGBEBBiQEhAwykAgtBASABLQAAQd8ARw1nGiABQQFqIQEMXgtBigEhAyABIARGDaICIAIoAgAiACAEIAFraiEFIAEgAGtBAWohBgNAIAEtAAAgAEGMzwBqLQAARw1kIABBAUYN+gEgAEEBaiEAIAQgAUEBaiIBRw0ACyACIAU2AgAMogILQYsBIQMgASAERg2hAiACKAIAIgAgBCABa2ohBSABIABrQQJqIQYCQANAIAEtAAAgAEGOzwBqLQAARw1kIABBAkYNASAAQQFqIQAgBCABQQFqIgFHDQALIAIgBTYCAAyiAgsgAkEANgIAIAZBAWohAUECDGULQYwBIQMgASAERg2gAiACKAIAIgAgBCABa2ohBSABIABrQQFqIQYCQANAIAEtAAAgAEHwzwBqLQAARw1jIABBAUYNASAAQQFqIQAgBCABQQFqIgFHDQALIAIgBTYCAAyhAgsgAkEANgIAIAZBAWohAUEfDGQLQY0BIQMgASAERg2fAiACKAIAIgAgBCABa2ohBSABIABrQQFqIQYCQANAIAEtAAAgAEHyzwBqLQAARw1iIABBAUYNASAAQQFqIQAgBCABQQFqIgFHDQALIAIgBTYCAAygAgsgAkEANgIAIAZBAWohAUEJDGMLIAEgBEYEQEGOASEDDJ8CCwJAAkAgAS0AAEHJAGsOBwBiYmJiYgFiCyABQQFqIQFB+AAhAwyGAgsgAUEBaiEBQfkAIQMMhQILQY8BIQMgASAERg2dAiACKAIAIgAgBCABa2ohBSABIABrQQVqIQYCQANAIAEtAAAgAEGRzwBqLQAARw1gIABBBUYNASAAQQFqIQAgBCABQQFqIgFHDQALIAIgBTYCAAyeAgsgAkEANgIAIAZBAWohAUEYDGELQZABIQMgASAERg2cAiACKAIAIgAgBCABa2ohBSABIABrQQJqIQYCQANAIAEtAAAgAEGXzwBqLQAARw1fIABBAkYNASAAQQFqIQAgBCABQQFqIgFHDQALIAIgBTYCAAydAgsgAkEANgIAIAZBAWohAUEXDGALQZEBIQMgASAERg2bAiACKAIAIgAgBCABa2ohBSABIABrQQZqIQYCQANAIAEtAAAgAEGazwBqLQAARw1eIABBBkYNASAAQQFqIQAgBCABQQFqIgFHDQALIAIgBTYCAAycAgsgAkEANgIAIAZBAWohAUEVDF8LQZIBIQMgASAERg2aAiACKAIAIgAgBCABa2ohBSABIABrQQVqIQYCQANAIAEtAAAgAEGhzwBqLQAARw1dIABBBUYNASAAQQFqIQAgBCABQQFqIgFHDQALIAIgBTYCAAybAgsgAkEANgIAIAZBAWohAUEeDF4LIAEgBEYEQEGTASEDDJoCCyABLQAAQcwARw1bIAFBAWohAUEKDF0LIAEgBEYEQEGUASEDDJkCCwJAAkAgAS0AAEHBAGsODwBcXFxcXFxcXFxcXFxcAVwLIAFBAWohAUH+ACEDDIACCyABQQFqIQFB/wAhAwz/AQsgASAERgRAQZUBIQMMmAILAkACQCABLQAAQcEAaw4DAFsBWwsgAUEBaiEBQf0AIQMM/wELIAFBAWohAUGAASEDDP4BC0GWASEDIAEgBEYNlgIgAigCACIAIAQgAWtqIQUgASAAa0EBaiEGAkADQCABLQAAIABBp88Aai0AAEcNWSAAQQFGDQEgAEEBaiEAIAQgAUEBaiIBRw0ACyACIAU2AgAMlwILIAJBADYCACAGQQFqIQFBCwxaCyABIARGBEBBlwEhAwyWAgsCQAJAAkACQCABLQAAQS1rDiMAW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1sBW1tbW1sCW1tbA1sLIAFBAWohAUH7ACEDDP8BCyABQQFqIQFB/AAhAwz+AQsgAUEBaiEBQYEBIQMM/QELIAFBAWohAUGCASEDDPwBC0GYASEDIAEgBEYNlAIgAigCACIAIAQgAWtqIQUgASAAa0EEaiEGAkADQCABLQAAIABBqc8Aai0AAEcNVyAAQQRGDQEgAEEBaiEAIAQgAUEBaiIBRw0ACyACIAU2AgAMlQILIAJBADYCACAGQQFqIQFBGQxYC0GZASEDIAEgBEYNkwIgAigCACIAIAQgAWtqIQUgASAAa0EFaiEGAkADQCABLQAAIABBrs8Aai0AAEcNViAAQQVGDQEgAEEBaiEAIAQgAUEBaiIBRw0ACyACIAU2AgAMlAILIAJBADYCACAGQQFqIQFBBgxXC0GaASEDIAEgBEYNkgIgAigCACIAIAQgAWtqIQUgASAAa0EBaiEGAkADQCABLQAAIABBtM8Aai0AAEcNVSAAQQFGDQEgAEEBaiEAIAQgAUEBaiIBRw0ACyACIAU2AgAMkwILIAJBADYCACAGQQFqIQFBHAxWC0GbASEDIAEgBEYNkQIgAigCACIAIAQgAWtqIQUgASAAa0EBaiEGAkADQCABLQAAIABBts8Aai0AAEcNVCAAQQFGDQEgAEEBaiEAIAQgAUEBaiIBRw0ACyACIAU2AgAMkgILIAJBADYCACAGQQFqIQFBJwxVCyABIARGBEBBnAEhAwyRAgsCQAJAIAEtAABB1ABrDgIAAVQLIAFBAWohAUGGASEDDPgBCyABQQFqIQFBhwEhAwz3AQtBnQEhAyABIARGDY8CIAIoAgAiACAEIAFraiEFIAEgAGtBAWohBgJAA0AgAS0AACAAQbjPAGotAABHDVIgAEEBRg0BIABBAWohACAEIAFBAWoiAUcNAAsgAiAFNgIADJACCyACQQA2AgAgBkEBaiEBQSYMUwtBngEhAyABIARGDY4CIAIoAgAiACAEIAFraiEFIAEgAGtBAWohBgJAA0AgAS0AACAAQbrPAGotAABHDVEgAEEBRg0BIABBAWohACAEIAFBAWoiAUcNAAsgAiAFNgIADI8CCyACQQA2AgAgBkEBaiEBQQMMUgtBnwEhAyABIARGDY0CIAIoAgAiACAEIAFraiEFIAEgAGtBAmohBgJAA0AgAS0AACAAQe3PAGotAABHDVAgAEECRg0BIABBAWohACAEIAFBAWoiAUcNAAsgAiAFNgIADI4CCyACQQA2AgAgBkEBaiEBQQwMUQtBoAEhAyABIARGDYwCIAIoAgAiACAEIAFraiEFIAEgAGtBA2ohBgJAA0AgAS0AACAAQbzPAGotAABHDU8gAEEDRg0BIABBAWohACAEIAFBAWoiAUcNAAsgAiAFNgIADI0CCyACQQA2AgAgBkEBaiEBQQ0MUAsgASAERgRAQaEBIQMMjAILAkACQCABLQAAQcYAaw4LAE9PT09PT09PTwFPCyABQQFqIQFBiwEhAwzzAQsgAUEBaiEBQYwBIQMM8gELIAEgBEYEQEGiASEDDIsCCyABLQAAQdAARw1MIAFBAWohAQxGCyABIARGBEBBowEhAwyKAgsCQAJAIAEtAABByQBrDgcBTU1NTU0ATQsgAUEBaiEBQY4BIQMM8QELIAFBAWohAUEiDE0LQaQBIQMgASAERg2IAiACKAIAIgAgBCABa2ohBSABIABrQQFqIQYCQANAIAEtAAAgAEHAzwBqLQAARw1LIABBAUYNASAAQQFqIQAgBCABQQFqIgFHDQALIAIgBTYCAAyJAgsgAkEANgIAIAZBAWohAUEdDEwLIAEgBEYEQEGlASEDDIgCCwJAAkAgAS0AAEHSAGsOAwBLAUsLIAFBAWohAUGQASEDDO8BCyABQQFqIQFBBAxLCyABIARGBEBBpgEhAwyHAgsCQAJAAkACQAJAIAEtAABBwQBrDhUATU1NTU1NTU1NTQFNTQJNTQNNTQRNCyABQQFqIQFBiAEhAwzxAQsgAUEBaiEBQYkBIQMM8AELIAFBAWohAUGKASEDDO8BCyABQQFqIQFBjwEhAwzuAQsgAUEBaiEBQZEBIQMM7QELQacBIQMgASAERg2FAiACKAIAIgAgBCABa2ohBSABIABrQQJqIQYCQANAIAEtAAAgAEHtzwBqLQAARw1IIABBAkYNASAAQQFqIQAgBCABQQFqIgFHDQALIAIgBTYCAAyGAgsgAkEANgIAIAZBAWohAUERDEkLQagBIQMgASAERg2EAiACKAIAIgAgBCABa2ohBSABIABrQQJqIQYCQANAIAEtAAAgAEHCzwBqLQAARw1HIABBAkYNASAAQQFqIQAgBCABQQFqIgFHDQALIAIgBTYCAAyFAgsgAkEANgIAIAZBAWohAUEsDEgLQakBIQMgASAERg2DAiACKAIAIgAgBCABa2ohBSABIABrQQRqIQYCQANAIAEtAAAgAEHFzwBqLQAARw1GIABBBEYNASAAQQFqIQAgBCABQQFqIgFHDQALIAIgBTYCAAyEAgsgAkEANgIAIAZBAWohAUErDEcLQaoBIQMgASAERg2CAiACKAIAIgAgBCABa2ohBSABIABrQQJqIQYCQANAIAEtAAAgAEHKzwBqLQAARw1FIABBAkYNASAAQQFqIQAgBCABQQFqIgFHDQALIAIgBTYCAAyDAgsgAkEANgIAIAZBAWohAUEUDEYLIAEgBEYEQEGrASEDDIICCwJAAkACQAJAIAEtAABBwgBrDg8AAQJHR0dHR0dHR0dHRwNHCyABQQFqIQFBkwEhAwzrAQsgAUEBaiEBQZQBIQMM6gELIAFBAWohAUGVASEDDOkBCyABQQFqIQFBlgEhAwzoAQsgASAERgRAQawBIQMMgQILIAEtAABBxQBHDUIgAUEBaiEBDD0LQa0BIQMgASAERg3/ASACKAIAIgAgBCABa2ohBSABIABrQQJqIQYCQANAIAEtAAAgAEHNzwBqLQAARw1CIABBAkYNASAAQQFqIQAgBCABQQFqIgFHDQALIAIgBTYCAAyAAgsgAkEANgIAIAZBAWohAUEODEMLIAEgBEYEQEGuASEDDP8BCyABLQAAQdAARw1AIAFBAWohAUElDEILQa8BIQMgASAERg39ASACKAIAIgAgBCABa2ohBSABIABrQQhqIQYCQANAIAEtAAAgAEHQzwBqLQAARw1AIABBCEYNASAAQQFqIQAgBCABQQFqIgFHDQALIAIgBTYCAAz+AQsgAkEANgIAIAZBAWohAUEqDEELIAEgBEYEQEGwASEDDP0BCwJAAkAgAS0AAEHVAGsOCwBAQEBAQEBAQEABQAsgAUEBaiEBQZoBIQMM5AELIAFBAWohAUGbASEDDOMBCyABIARGBEBBsQEhAwz8AQsCQAJAIAEtAABBwQBrDhQAPz8/Pz8/Pz8/Pz8/Pz8/Pz8/AT8LIAFBAWohAUGZASEDDOMBCyABQQFqIQFBnAEhAwziAQtBsgEhAyABIARGDfoBIAIoAgAiACAEIAFraiEFIAEgAGtBA2ohBgJAA0AgAS0AACAAQdnPAGotAABHDT0gAEEDRg0BIABBAWohACAEIAFBAWoiAUcNAAsgAiAFNgIADPsBCyACQQA2AgAgBkEBaiEBQSEMPgtBswEhAyABIARGDfkBIAIoAgAiACAEIAFraiEFIAEgAGtBBmohBgJAA0AgAS0AACAAQd3PAGotAABHDTwgAEEGRg0BIABBAWohACAEIAFBAWoiAUcNAAsgAiAFNgIADPoBCyACQQA2AgAgBkEBaiEBQRoMPQsgASAERgRAQbQBIQMM+QELAkACQAJAIAEtAABBxQBrDhEAPT09PT09PT09AT09PT09Aj0LIAFBAWohAUGdASEDDOEBCyABQQFqIQFBngEhAwzgAQsgAUEBaiEBQZ8BIQMM3wELQbUBIQMgASAERg33ASACKAIAIgAgBCABa2ohBSABIABrQQVqIQYCQANAIAEtAAAgAEHkzwBqLQAARw06IABBBUYNASAAQQFqIQAgBCABQQFqIgFHDQALIAIgBTYCAAz4AQsgAkEANgIAIAZBAWohAUEoDDsLQbYBIQMgASAERg32ASACKAIAIgAgBCABa2ohBSABIABrQQJqIQYCQANAIAEtAAAgAEHqzwBqLQAARw05IABBAkYNASAAQQFqIQAgBCABQQFqIgFHDQALIAIgBTYCAAz3AQsgAkEANgIAIAZBAWohAUEHDDoLIAEgBEYEQEG3ASEDDPYBCwJAAkAgAS0AAEHFAGsODgA5OTk5OTk5OTk5OTkBOQsgAUEBaiEBQaEBIQMM3QELIAFBAWohAUGiASEDDNwBC0G4ASEDIAEgBEYN9AEgAigCACIAIAQgAWtqIQUgASAAa0ECaiEGAkADQCABLQAAIABB7c8Aai0AAEcNNyAAQQJGDQEgAEEBaiEAIAQgAUEBaiIBRw0ACyACIAU2AgAM9QELIAJBADYCACAGQQFqIQFBEgw4C0G5ASEDIAEgBEYN8wEgAigCACIAIAQgAWtqIQUgASAAa0EBaiEGAkADQCABLQAAIABB8M8Aai0AAEcNNiAAQQFGDQEgAEEBaiEAIAQgAUEBaiIBRw0ACyACIAU2AgAM9AELIAJBADYCACAGQQFqIQFBIAw3C0G6ASEDIAEgBEYN8gEgAigCACIAIAQgAWtqIQUgASAAa0EBaiEGAkADQCABLQAAIABB8s8Aai0AAEcNNSAAQQFGDQEgAEEBaiEAIAQgAUEBaiIBRw0ACyACIAU2AgAM8wELIAJBADYCACAGQQFqIQFBDww2CyABIARGBEBBuwEhAwzyAQsCQAJAIAEtAABByQBrDgcANTU1NTUBNQsgAUEBaiEBQaUBIQMM2QELIAFBAWohAUGmASEDDNgBC0G8ASEDIAEgBEYN8AEgAigCACIAIAQgAWtqIQUgASAAa0EHaiEGAkADQCABLQAAIABB9M8Aai0AAEcNMyAAQQdGDQEgAEEBaiEAIAQgAUEBaiIBRw0ACyACIAU2AgAM8QELIAJBADYCACAGQQFqIQFBGww0CyABIARGBEBBvQEhAwzwAQsCQAJAAkAgAS0AAEHCAGsOEgA0NDQ0NDQ0NDQBNDQ0NDQ0AjQLIAFBAWohAUGkASEDDNgBCyABQQFqIQFBpwEhAwzXAQsgAUEBaiEBQagBIQMM1gELIAEgBEYEQEG+ASEDDO8BCyABLQAAQc4ARw0wIAFBAWohAQwsCyABIARGBEBBvwEhAwzuAQsCQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQCABLQAAQcEAaw4VAAECAz8EBQY/Pz8HCAkKCz8MDQ4PPwsgAUEBaiEBQegAIQMM4wELIAFBAWohAUHpACEDDOIBCyABQQFqIQFB7gAhAwzhAQsgAUEBaiEBQfIAIQMM4AELIAFBAWohAUHzACEDDN8BCyABQQFqIQFB9gAhAwzeAQsgAUEBaiEBQfcAIQMM3QELIAFBAWohAUH6ACEDDNwBCyABQQFqIQFBgwEhAwzbAQsgAUEBaiEBQYQBIQMM2gELIAFBAWohAUGFASEDDNkBCyABQQFqIQFBkgEhAwzYAQsgAUEBaiEBQZgBIQMM1wELIAFBAWohAUGgASEDDNYBCyABQQFqIQFBowEhAwzVAQsgAUEBaiEBQaoBIQMM1AELIAEgBEcEQCACQRA2AgggAiABNgIEQasBIQMM1AELQcABIQMM7AELQQAhAAJAIAIoAjgiA0UNACADKAI0IgNFDQAgAiADEQAAIQALIABFDV4gAEEVRw0HIAJB0QA2AhwgAiABNgIUIAJBsBc2AhAgAkEVNgIMQQAhAwzrAQsgAUEBaiABIARHDQgaQcIBIQMM6gELA0ACQCABLQAAQQprDgQIAAALAAsgBCABQQFqIgFHDQALQcMBIQMM6QELIAEgBEcEQCACQRE2AgggAiABNgIEQQEhAwzQAQtBxAEhAwzoAQsgASAERgRAQcUBIQMM6AELAkACQCABLQAAQQprDgQBKCgAKAsgAUEBagwJCyABQQFqDAULIAEgBEYEQEHGASEDDOcBCwJAAkAgAS0AAEEKaw4XAQsLAQsLCwsLCwsLCwsLCwsLCwsLCwALCyABQQFqIQELQbABIQMMzQELIAEgBEYEQEHIASEDDOYBCyABLQAAQSBHDQkgAkEAOwEyIAFBAWohAUGzASEDDMwBCwNAIAEhAAJAIAEgBEcEQCABLQAAQTBrQf8BcSIDQQpJDQEMJwtBxwEhAwzmAQsCQCACLwEyIgFBmTNLDQAgAiABQQpsIgU7ATIgBUH+/wNxIANB//8Dc0sNACAAQQFqIQEgAiADIAVqIgM7ATIgA0H//wNxQegHSQ0BCwtBACEDIAJBADYCHCACQcEJNgIQIAJBDTYCDCACIABBAWo2AhQM5AELIAJBADYCHCACIAE2AhQgAkHwDDYCECACQRs2AgxBACEDDOMBCyACKAIEIQAgAkEANgIEIAIgACABECYiAA0BIAFBAWoLIQFBrQEhAwzIAQsgAkHBATYCHCACIAA2AgwgAiABQQFqNgIUQQAhAwzgAQsgAigCBCEAIAJBADYCBCACIAAgARAmIgANASABQQFqCyEBQa4BIQMMxQELIAJBwgE2AhwgAiAANgIMIAIgAUEBajYCFEEAIQMM3QELIAJBADYCHCACIAE2AhQgAkGXCzYCECACQQ02AgxBACEDDNwBCyACQQA2AhwgAiABNgIUIAJB4xA2AhAgAkEJNgIMQQAhAwzbAQsgAkECOgAoDKwBC0EAIQMgAkEANgIcIAJBrws2AhAgAkECNgIMIAIgAUEBajYCFAzZAQtBAiEDDL8BC0ENIQMMvgELQSYhAwy9AQtBFSEDDLwBC0EWIQMMuwELQRghAwy6AQtBHCEDDLkBC0EdIQMMuAELQSAhAwy3AQtBISEDDLYBC0EjIQMMtQELQcYAIQMMtAELQS4hAwyzAQtBPSEDDLIBC0HLACEDDLEBC0HOACEDDLABC0HYACEDDK8BC0HZACEDDK4BC0HbACEDDK0BC0HxACEDDKwBC0H0ACEDDKsBC0GNASEDDKoBC0GXASEDDKkBC0GpASEDDKgBC0GvASEDDKcBC0GxASEDDKYBCyACQQA2AgALQQAhAyACQQA2AhwgAiABNgIUIAJB8Rs2AhAgAkEGNgIMDL0BCyACQQA2AgAgBkEBaiEBQSQLOgApIAIoAgQhACACQQA2AgQgAiAAIAEQJyIARQRAQeUAIQMMowELIAJB+QA2AhwgAiABNgIUIAIgADYCDEEAIQMMuwELIABBFUcEQCACQQA2AhwgAiABNgIUIAJBzA42AhAgAkEgNgIMQQAhAwy7AQsgAkH4ADYCHCACIAE2AhQgAkHKGDYCECACQRU2AgxBACEDDLoBCyACQQA2AhwgAiABNgIUIAJBjhs2AhAgAkEGNgIMQQAhAwy5AQsgAkEANgIcIAIgATYCFCACQf4RNgIQIAJBBzYCDEEAIQMMuAELIAJBADYCHCACIAE2AhQgAkGMHDYCECACQQc2AgxBACEDDLcBCyACQQA2AhwgAiABNgIUIAJBww82AhAgAkEHNgIMQQAhAwy2AQsgAkEANgIcIAIgATYCFCACQcMPNgIQIAJBBzYCDEEAIQMMtQELIAIoAgQhACACQQA2AgQgAiAAIAEQJSIARQ0RIAJB5QA2AhwgAiABNgIUIAIgADYCDEEAIQMMtAELIAIoAgQhACACQQA2AgQgAiAAIAEQJSIARQ0gIAJB0wA2AhwgAiABNgIUIAIgADYCDEEAIQMMswELIAIoAgQhACACQQA2AgQgAiAAIAEQJSIARQ0iIAJB0gA2AhwgAiABNgIUIAIgADYCDEEAIQMMsgELIAIoAgQhACACQQA2AgQgAiAAIAEQJSIARQ0OIAJB5QA2AhwgAiABNgIUIAIgADYCDEEAIQMMsQELIAIoAgQhACACQQA2AgQgAiAAIAEQJSIARQ0dIAJB0wA2AhwgAiABNgIUIAIgADYCDEEAIQMMsAELIAIoAgQhACACQQA2AgQgAiAAIAEQJSIARQ0fIAJB0gA2AhwgAiABNgIUIAIgADYCDEEAIQMMrwELIABBP0cNASABQQFqCyEBQQUhAwyUAQtBACEDIAJBADYCHCACIAE2AhQgAkH9EjYCECACQQc2AgwMrAELIAJBADYCHCACIAE2AhQgAkHcCDYCECACQQc2AgxBACEDDKsBCyACKAIEIQAgAkEANgIEIAIgACABECUiAEUNByACQeUANgIcIAIgATYCFCACIAA2AgxBACEDDKoBCyACKAIEIQAgAkEANgIEIAIgACABECUiAEUNFiACQdMANgIcIAIgATYCFCACIAA2AgxBACEDDKkBCyACKAIEIQAgAkEANgIEIAIgACABECUiAEUNGCACQdIANgIcIAIgATYCFCACIAA2AgxBACEDDKgBCyACQQA2AhwgAiABNgIUIAJBxgo2AhAgAkEHNgIMQQAhAwynAQsgAigCBCEAIAJBADYCBCACIAAgARAlIgBFDQMgAkHlADYCHCACIAE2AhQgAiAANgIMQQAhAwymAQsgAigCBCEAIAJBADYCBCACIAAgARAlIgBFDRIgAkHTADYCHCACIAE2AhQgAiAANgIMQQAhAwylAQsgAigCBCEAIAJBADYCBCACIAAgARAlIgBFDRQgAkHSADYCHCACIAE2AhQgAiAANgIMQQAhAwykAQsgAigCBCEAIAJBADYCBCACIAAgARAlIgBFDQAgAkHlADYCHCACIAE2AhQgAiAANgIMQQAhAwyjAQtB1QAhAwyJAQsgAEEVRwRAIAJBADYCHCACIAE2AhQgAkG5DTYCECACQRo2AgxBACEDDKIBCyACQeQANgIcIAIgATYCFCACQeMXNgIQIAJBFTYCDEEAIQMMoQELIAJBADYCACAGQQFqIQEgAi0AKSIAQSNrQQtJDQQCQCAAQQZLDQBBASAAdEHKAHFFDQAMBQtBACEDIAJBADYCHCACIAE2AhQgAkH3CTYCECACQQg2AgwMoAELIAJBADYCACAGQQFqIQEgAi0AKUEhRg0DIAJBADYCHCACIAE2AhQgAkGbCjYCECACQQg2AgxBACEDDJ8BCyACQQA2AgALQQAhAyACQQA2AhwgAiABNgIUIAJBkDM2AhAgAkEINgIMDJ0BCyACQQA2AgAgBkEBaiEBIAItAClBI0kNACACQQA2AhwgAiABNgIUIAJB0wk2AhAgAkEINgIMQQAhAwycAQtB0QAhAwyCAQsgAS0AAEEwayIAQf8BcUEKSQRAIAIgADoAKiABQQFqIQFBzwAhAwyCAQsgAigCBCEAIAJBADYCBCACIAAgARAoIgBFDYYBIAJB3gA2AhwgAiABNgIUIAIgADYCDEEAIQMMmgELIAIoAgQhACACQQA2AgQgAiAAIAEQKCIARQ2GASACQdwANgIcIAIgATYCFCACIAA2AgxBACEDDJkBCyACKAIEIQAgAkEANgIEIAIgACAFECgiAEUEQCAFIQEMhwELIAJB2gA2AhwgAiAFNgIUIAIgADYCDAyYAQtBACEBQQEhAwsgAiADOgArIAVBAWohAwJAAkACQCACLQAtQRBxDQACQAJAAkAgAi0AKg4DAQACBAsgBkUNAwwCCyAADQEMAgsgAUUNAQsgAigCBCEAIAJBADYCBCACIAAgAxAoIgBFBEAgAyEBDAILIAJB2AA2AhwgAiADNgIUIAIgADYCDEEAIQMMmAELIAIoAgQhACACQQA2AgQgAiAAIAMQKCIARQRAIAMhAQyHAQsgAkHZADYCHCACIAM2AhQgAiAANgIMQQAhAwyXAQtBzAAhAwx9CyAAQRVHBEAgAkEANgIcIAIgATYCFCACQZQNNgIQIAJBITYCDEEAIQMMlgELIAJB1wA2AhwgAiABNgIUIAJByRc2AhAgAkEVNgIMQQAhAwyVAQtBACEDIAJBADYCHCACIAE2AhQgAkGAETYCECACQQk2AgwMlAELIAIoAgQhACACQQA2AgQgAiAAIAEQJSIARQ0AIAJB0wA2AhwgAiABNgIUIAIgADYCDEEAIQMMkwELQckAIQMMeQsgAkEANgIcIAIgATYCFCACQcEoNgIQIAJBBzYCDCACQQA2AgBBACEDDJEBCyACKAIEIQBBACEDIAJBADYCBCACIAAgARAlIgBFDQAgAkHSADYCHCACIAE2AhQgAiAANgIMDJABC0HIACEDDHYLIAJBADYCACAFIQELIAJBgBI7ASogAUEBaiEBQQAhAAJAIAIoAjgiA0UNACADKAIwIgNFDQAgAiADEQAAIQALIAANAQtBxwAhAwxzCyAAQRVGBEAgAkHRADYCHCACIAE2AhQgAkHjFzYCECACQRU2AgxBACEDDIwBC0EAIQMgAkEANgIcIAIgATYCFCACQbkNNgIQIAJBGjYCDAyLAQtBACEDIAJBADYCHCACIAE2AhQgAkGgGTYCECACQR42AgwMigELIAEtAABBOkYEQCACKAIEIQBBACEDIAJBADYCBCACIAAgARApIgBFDQEgAkHDADYCHCACIAA2AgwgAiABQQFqNgIUDIoBC0EAIQMgAkEANgIcIAIgATYCFCACQbERNgIQIAJBCjYCDAyJAQsgAUEBaiEBQTshAwxvCyACQcMANgIcIAIgADYCDCACIAFBAWo2AhQMhwELQQAhAyACQQA2AhwgAiABNgIUIAJB8A42AhAgAkEcNgIMDIYBCyACIAIvATBBEHI7ATAMZgsCQCACLwEwIgBBCHFFDQAgAi0AKEEBRw0AIAItAC1BCHFFDQMLIAIgAEH3+wNxQYAEcjsBMAwECyABIARHBEACQANAIAEtAABBMGsiAEH/AXFBCk8EQEE1IQMMbgsgAikDICIKQpmz5syZs+bMGVYNASACIApCCn4iCjcDICAKIACtQv8BgyILQn+FVg0BIAIgCiALfDcDICAEIAFBAWoiAUcNAAtBOSEDDIUBCyACKAIEIQBBACEDIAJBADYCBCACIAAgAUEBaiIBECoiAA0MDHcLQTkhAwyDAQsgAi0AMEEgcQ0GQcUBIQMMaQtBACEDIAJBADYCBCACIAEgARAqIgBFDQQgAkE6NgIcIAIgADYCDCACIAFBAWo2AhQMgQELIAItAChBAUcNACACLQAtQQhxRQ0BC0E3IQMMZgsgAigCBCEAQQAhAyACQQA2AgQgAiAAIAEQKiIABEAgAkE7NgIcIAIgADYCDCACIAFBAWo2AhQMfwsgAUEBaiEBDG4LIAJBCDoALAwECyABQQFqIQEMbQtBACEDIAJBADYCHCACIAE2AhQgAkHkEjYCECACQQQ2AgwMewsgAigCBCEAQQAhAyACQQA2AgQgAiAAIAEQKiIARQ1sIAJBNzYCHCACIAE2AhQgAiAANgIMDHoLIAIgAi8BMEEgcjsBMAtBMCEDDF8LIAJBNjYCHCACIAE2AhQgAiAANgIMDHcLIABBLEcNASABQQFqIQBBASEBAkACQAJAAkACQCACLQAsQQVrDgQDAQIEAAsgACEBDAQLQQIhAQwBC0EEIQELIAJBAToALCACIAIvATAgAXI7ATAgACEBDAELIAIgAi8BMEEIcjsBMCAAIQELQTkhAwxcCyACQQA6ACwLQTQhAwxaCyABIARGBEBBLSEDDHMLAkACQANAAkAgAS0AAEEKaw4EAgAAAwALIAQgAUEBaiIBRw0AC0EtIQMMdAsgAigCBCEAQQAhAyACQQA2AgQgAiAAIAEQKiIARQ0CIAJBLDYCHCACIAE2AhQgAiAANgIMDHMLIAIoAgQhAEEAIQMgAkEANgIEIAIgACABECoiAEUEQCABQQFqIQEMAgsgAkEsNgIcIAIgADYCDCACIAFBAWo2AhQMcgsgAS0AAEENRgRAIAIoAgQhAEEAIQMgAkEANgIEIAIgACABECoiAEUEQCABQQFqIQEMAgsgAkEsNgIcIAIgADYCDCACIAFBAWo2AhQMcgsgAi0ALUEBcQRAQcQBIQMMWQsgAigCBCEAQQAhAyACQQA2AgQgAiAAIAEQKiIADQEMZQtBLyEDDFcLIAJBLjYCHCACIAE2AhQgAiAANgIMDG8LQQAhAyACQQA2AhwgAiABNgIUIAJB8BQ2AhAgAkEDNgIMDG4LQQEhAwJAAkACQAJAIAItACxBBWsOBAMBAgAECyACIAIvATBBCHI7ATAMAwtBAiEDDAELQQQhAwsgAkEBOgAsIAIgAi8BMCADcjsBMAtBKiEDDFMLQQAhAyACQQA2AhwgAiABNgIUIAJB4Q82AhAgAkEKNgIMDGsLQQEhAwJAAkACQAJAAkACQCACLQAsQQJrDgcFBAQDAQIABAsgAiACLwEwQQhyOwEwDAMLQQIhAwwBC0EEIQMLIAJBAToALCACIAIvATAgA3I7ATALQSshAwxSC0EAIQMgAkEANgIcIAIgATYCFCACQasSNgIQIAJBCzYCDAxqC0EAIQMgAkEANgIcIAIgATYCFCACQf0NNgIQIAJBHTYCDAxpCyABIARHBEADQCABLQAAQSBHDUggBCABQQFqIgFHDQALQSUhAwxpC0ElIQMMaAsgAi0ALUEBcQRAQcMBIQMMTwsgAigCBCEAQQAhAyACQQA2AgQgAiAAIAEQKSIABEAgAkEmNgIcIAIgADYCDCACIAFBAWo2AhQMaAsgAUEBaiEBDFwLIAFBAWohASACLwEwIgBBgAFxBEBBACEAAkAgAigCOCIDRQ0AIAMoAlQiA0UNACACIAMRAAAhAAsgAEUNBiAAQRVHDR8gAkEFNgIcIAIgATYCFCACQfkXNgIQIAJBFTYCDEEAIQMMZwsCQCAAQaAEcUGgBEcNACACLQAtQQJxDQBBACEDIAJBADYCHCACIAE2AhQgAkGWEzYCECACQQQ2AgwMZwsgAgJ/IAIvATBBFHFBFEYEQEEBIAItAChBAUYNARogAi8BMkHlAEYMAQsgAi0AKUEFRgs6AC5BACEAAkAgAigCOCIDRQ0AIAMoAiQiA0UNACACIAMRAAAhAAsCQAJAAkACQAJAIAAOFgIBAAQEBAQEBAQEBAQEBAQEBAQEBAMECyACQQE6AC4LIAIgAi8BMEHAAHI7ATALQSchAwxPCyACQSM2AhwgAiABNgIUIAJBpRY2AhAgAkEVNgIMQQAhAwxnC0EAIQMgAkEANgIcIAIgATYCFCACQdULNgIQIAJBETYCDAxmC0EAIQACQCACKAI4IgNFDQAgAygCLCIDRQ0AIAIgAxEAACEACyAADQELQQ4hAwxLCyAAQRVGBEAgAkECNgIcIAIgATYCFCACQbAYNgIQIAJBFTYCDEEAIQMMZAtBACEDIAJBADYCHCACIAE2AhQgAkGnDjYCECACQRI2AgwMYwtBACEDIAJBADYCHCACIAE2AhQgAkGqHDYCECACQQ82AgwMYgsgAigCBCEAQQAhAyACQQA2AgQgAiAAIAEgCqdqIgEQKyIARQ0AIAJBBTYCHCACIAE2AhQgAiAANgIMDGELQQ8hAwxHC0EAIQMgAkEANgIcIAIgATYCFCACQc0TNgIQIAJBDDYCDAxfC0IBIQoLIAFBAWohAQJAIAIpAyAiC0L//////////w9YBEAgAiALQgSGIAqENwMgDAELQQAhAyACQQA2AhwgAiABNgIUIAJBrQk2AhAgAkEMNgIMDF4LQSQhAwxEC0EAIQMgAkEANgIcIAIgATYCFCACQc0TNgIQIAJBDDYCDAxcCyACKAIEIQBBACEDIAJBADYCBCACIAAgARAsIgBFBEAgAUEBaiEBDFILIAJBFzYCHCACIAA2AgwgAiABQQFqNgIUDFsLIAIoAgQhAEEAIQMgAkEANgIEAkAgAiAAIAEQLCIARQRAIAFBAWohAQwBCyACQRY2AhwgAiAANgIMIAIgAUEBajYCFAxbC0EfIQMMQQtBACEDIAJBADYCHCACIAE2AhQgAkGaDzYCECACQSI2AgwMWQsgAigCBCEAQQAhAyACQQA2AgQgAiAAIAEQLSIARQRAIAFBAWohAQxQCyACQRQ2AhwgAiAANgIMIAIgAUEBajYCFAxYCyACKAIEIQBBACEDIAJBADYCBAJAIAIgACABEC0iAEUEQCABQQFqIQEMAQsgAkETNgIcIAIgADYCDCACIAFBAWo2AhQMWAtBHiEDDD4LQQAhAyACQQA2AhwgAiABNgIUIAJBxgw2AhAgAkEjNgIMDFYLIAIoAgQhAEEAIQMgAkEANgIEIAIgACABEC0iAEUEQCABQQFqIQEMTgsgAkERNgIcIAIgADYCDCACIAFBAWo2AhQMVQsgAkEQNgIcIAIgATYCFCACIAA2AgwMVAtBACEDIAJBADYCHCACIAE2AhQgAkHGDDYCECACQSM2AgwMUwtBACEDIAJBADYCHCACIAE2AhQgAkHAFTYCECACQQI2AgwMUgsgAigCBCEAQQAhAyACQQA2AgQCQCACIAAgARAtIgBFBEAgAUEBaiEBDAELIAJBDjYCHCACIAA2AgwgAiABQQFqNgIUDFILQRshAww4C0EAIQMgAkEANgIcIAIgATYCFCACQcYMNgIQIAJBIzYCDAxQCyACKAIEIQBBACEDIAJBADYCBAJAIAIgACABECwiAEUEQCABQQFqIQEMAQsgAkENNgIcIAIgADYCDCACIAFBAWo2AhQMUAtBGiEDDDYLQQAhAyACQQA2AhwgAiABNgIUIAJBmg82AhAgAkEiNgIMDE4LIAIoAgQhAEEAIQMgAkEANgIEAkAgAiAAIAEQLCIARQRAIAFBAWohAQwBCyACQQw2AhwgAiAANgIMIAIgAUEBajYCFAxOC0EZIQMMNAtBACEDIAJBADYCHCACIAE2AhQgAkGaDzYCECACQSI2AgwMTAsgAEEVRwRAQQAhAyACQQA2AhwgAiABNgIUIAJBgww2AhAgAkETNgIMDEwLIAJBCjYCHCACIAE2AhQgAkHkFjYCECACQRU2AgxBACEDDEsLIAIoAgQhAEEAIQMgAkEANgIEIAIgACABIAqnaiIBECsiAARAIAJBBzYCHCACIAE2AhQgAiAANgIMDEsLQRMhAwwxCyAAQRVHBEBBACEDIAJBADYCHCACIAE2AhQgAkHaDTYCECACQRQ2AgwMSgsgAkEeNgIcIAIgATYCFCACQfkXNgIQIAJBFTYCDEEAIQMMSQtBACEAAkAgAigCOCIDRQ0AIAMoAiwiA0UNACACIAMRAAAhAAsgAEUNQSAAQRVGBEAgAkEDNgIcIAIgATYCFCACQbAYNgIQIAJBFTYCDEEAIQMMSQtBACEDIAJBADYCHCACIAE2AhQgAkGnDjYCECACQRI2AgwMSAtBACEDIAJBADYCHCACIAE2AhQgAkHaDTYCECACQRQ2AgwMRwtBACEDIAJBADYCHCACIAE2AhQgAkGnDjYCECACQRI2AgwMRgsgAkEAOgAvIAItAC1BBHFFDT8LIAJBADoALyACQQE6ADRBACEDDCsLQQAhAyACQQA2AhwgAkHkETYCECACQQc2AgwgAiABQQFqNgIUDEMLAkADQAJAIAEtAABBCmsOBAACAgACCyAEIAFBAWoiAUcNAAtB3QEhAwxDCwJAAkAgAi0ANEEBRw0AQQAhAAJAIAIoAjgiA0UNACADKAJYIgNFDQAgAiADEQAAIQALIABFDQAgAEEVRw0BIAJB3AE2AhwgAiABNgIUIAJB1RY2AhAgAkEVNgIMQQAhAwxEC0HBASEDDCoLIAJBADYCHCACIAE2AhQgAkHpCzYCECACQR82AgxBACEDDEILAkACQCACLQAoQQFrDgIEAQALQcABIQMMKQtBuQEhAwwoCyACQQI6AC9BACEAAkAgAigCOCIDRQ0AIAMoAgAiA0UNACACIAMRAAAhAAsgAEUEQEHCASEDDCgLIABBFUcEQCACQQA2AhwgAiABNgIUIAJBpAw2AhAgAkEQNgIMQQAhAwxBCyACQdsBNgIcIAIgATYCFCACQfoWNgIQIAJBFTYCDEEAIQMMQAsgASAERgRAQdoBIQMMQAsgAS0AAEHIAEYNASACQQE6ACgLQawBIQMMJQtBvwEhAwwkCyABIARHBEAgAkEQNgIIIAIgATYCBEG+ASEDDCQLQdkBIQMMPAsgASAERgRAQdgBIQMMPAsgAS0AAEHIAEcNBCABQQFqIQFBvQEhAwwiCyABIARGBEBB1wEhAww7CwJAAkAgAS0AAEHFAGsOEAAFBQUFBQUFBQUFBQUFBQEFCyABQQFqIQFBuwEhAwwiCyABQQFqIQFBvAEhAwwhC0HWASEDIAEgBEYNOSACKAIAIgAgBCABa2ohBSABIABrQQJqIQYCQANAIAEtAAAgAEGD0ABqLQAARw0DIABBAkYNASAAQQFqIQAgBCABQQFqIgFHDQALIAIgBTYCAAw6CyACKAIEIQAgAkIANwMAIAIgACAGQQFqIgEQJyIARQRAQcYBIQMMIQsgAkHVATYCHCACIAE2AhQgAiAANgIMQQAhAww5C0HUASEDIAEgBEYNOCACKAIAIgAgBCABa2ohBSABIABrQQFqIQYCQANAIAEtAAAgAEGB0ABqLQAARw0CIABBAUYNASAAQQFqIQAgBCABQQFqIgFHDQALIAIgBTYCAAw5CyACQYEEOwEoIAIoAgQhACACQgA3AwAgAiAAIAZBAWoiARAnIgANAwwCCyACQQA2AgALQQAhAyACQQA2AhwgAiABNgIUIAJB2Bs2AhAgAkEINgIMDDYLQboBIQMMHAsgAkHTATYCHCACIAE2AhQgAiAANgIMQQAhAww0C0EAIQACQCACKAI4IgNFDQAgAygCOCIDRQ0AIAIgAxEAACEACyAARQ0AIABBFUYNASACQQA2AhwgAiABNgIUIAJBzA42AhAgAkEgNgIMQQAhAwwzC0HkACEDDBkLIAJB+AA2AhwgAiABNgIUIAJByhg2AhAgAkEVNgIMQQAhAwwxC0HSASEDIAQgASIARg0wIAQgAWsgAigCACIBaiEFIAAgAWtBBGohBgJAA0AgAC0AACABQfzPAGotAABHDQEgAUEERg0DIAFBAWohASAEIABBAWoiAEcNAAsgAiAFNgIADDELIAJBADYCHCACIAA2AhQgAkGQMzYCECACQQg2AgwgAkEANgIAQQAhAwwwCyABIARHBEAgAkEONgIIIAIgATYCBEG3ASEDDBcLQdEBIQMMLwsgAkEANgIAIAZBAWohAQtBuAEhAwwUCyABIARGBEBB0AEhAwwtCyABLQAAQTBrIgBB/wFxQQpJBEAgAiAAOgAqIAFBAWohAUG2ASEDDBQLIAIoAgQhACACQQA2AgQgAiAAIAEQKCIARQ0UIAJBzwE2AhwgAiABNgIUIAIgADYCDEEAIQMMLAsgASAERgRAQc4BIQMMLAsCQCABLQAAQS5GBEAgAUEBaiEBDAELIAIoAgQhACACQQA2AgQgAiAAIAEQKCIARQ0VIAJBzQE2AhwgAiABNgIUIAIgADYCDEEAIQMMLAtBtQEhAwwSCyAEIAEiBUYEQEHMASEDDCsLQQAhAEEBIQFBASEGQQAhAwJAAkACQAJAAkACfwJAAkACQAJAAkACQAJAIAUtAABBMGsOCgoJAAECAwQFBggLC0ECDAYLQQMMBQtBBAwEC0EFDAMLQQYMAgtBBwwBC0EICyEDQQAhAUEAIQYMAgtBCSEDQQEhAEEAIQFBACEGDAELQQAhAUEBIQMLIAIgAzoAKyAFQQFqIQMCQAJAIAItAC1BEHENAAJAAkACQCACLQAqDgMBAAIECyAGRQ0DDAILIAANAQwCCyABRQ0BCyACKAIEIQAgAkEANgIEIAIgACADECgiAEUEQCADIQEMAwsgAkHJATYCHCACIAM2AhQgAiAANgIMQQAhAwwtCyACKAIEIQAgAkEANgIEIAIgACADECgiAEUEQCADIQEMGAsgAkHKATYCHCACIAM2AhQgAiAANgIMQQAhAwwsCyACKAIEIQAgAkEANgIEIAIgACAFECgiAEUEQCAFIQEMFgsgAkHLATYCHCACIAU2AhQgAiAANgIMDCsLQbQBIQMMEQtBACEAAkAgAigCOCIDRQ0AIAMoAjwiA0UNACACIAMRAAAhAAsCQCAABEAgAEEVRg0BIAJBADYCHCACIAE2AhQgAkGUDTYCECACQSE2AgxBACEDDCsLQbIBIQMMEQsgAkHIATYCHCACIAE2AhQgAkHJFzYCECACQRU2AgxBACEDDCkLIAJBADYCACAGQQFqIQFB9QAhAwwPCyACLQApQQVGBEBB4wAhAwwPC0HiACEDDA4LIAAhASACQQA2AgALIAJBADoALEEJIQMMDAsgAkEANgIAIAdBAWohAUHAACEDDAsLQQELOgAsIAJBADYCACAGQQFqIQELQSkhAwwIC0E4IQMMBwsCQCABIARHBEADQCABLQAAQYA+ai0AACIAQQFHBEAgAEECRw0DIAFBAWohAQwFCyAEIAFBAWoiAUcNAAtBPiEDDCELQT4hAwwgCwsgAkEAOgAsDAELQQshAwwEC0E6IQMMAwsgAUEBaiEBQS0hAwwCCyACIAE6ACwgAkEANgIAIAZBAWohAUEMIQMMAQsgAkEANgIAIAZBAWohAUEKIQMMAAsAC0EAIQMgAkEANgIcIAIgATYCFCACQc0QNgIQIAJBCTYCDAwXC0EAIQMgAkEANgIcIAIgATYCFCACQekKNgIQIAJBCTYCDAwWC0EAIQMgAkEANgIcIAIgATYCFCACQbcQNgIQIAJBCTYCDAwVC0EAIQMgAkEANgIcIAIgATYCFCACQZwRNgIQIAJBCTYCDAwUC0EAIQMgAkEANgIcIAIgATYCFCACQc0QNgIQIAJBCTYCDAwTC0EAIQMgAkEANgIcIAIgATYCFCACQekKNgIQIAJBCTYCDAwSC0EAIQMgAkEANgIcIAIgATYCFCACQbcQNgIQIAJBCTYCDAwRC0EAIQMgAkEANgIcIAIgATYCFCACQZwRNgIQIAJBCTYCDAwQC0EAIQMgAkEANgIcIAIgATYCFCACQZcVNgIQIAJBDzYCDAwPC0EAIQMgAkEANgIcIAIgATYCFCACQZcVNgIQIAJBDzYCDAwOC0EAIQMgAkEANgIcIAIgATYCFCACQcASNgIQIAJBCzYCDAwNC0EAIQMgAkEANgIcIAIgATYCFCACQZUJNgIQIAJBCzYCDAwMC0EAIQMgAkEANgIcIAIgATYCFCACQeEPNgIQIAJBCjYCDAwLC0EAIQMgAkEANgIcIAIgATYCFCACQfsPNgIQIAJBCjYCDAwKC0EAIQMgAkEANgIcIAIgATYCFCACQfEZNgIQIAJBAjYCDAwJC0EAIQMgAkEANgIcIAIgATYCFCACQcQUNgIQIAJBAjYCDAwIC0EAIQMgAkEANgIcIAIgATYCFCACQfIVNgIQIAJBAjYCDAwHCyACQQI2AhwgAiABNgIUIAJBnBo2AhAgAkEWNgIMQQAhAwwGC0EBIQMMBQtB1AAhAyABIARGDQQgCEEIaiEJIAIoAgAhBQJAAkAgASAERwRAIAVB2MIAaiEHIAQgBWogAWshACAFQX9zQQpqIgUgAWohBgNAIAEtAAAgBy0AAEcEQEECIQcMAwsgBUUEQEEAIQcgBiEBDAMLIAVBAWshBSAHQQFqIQcgBCABQQFqIgFHDQALIAAhBSAEIQELIAlBATYCACACIAU2AgAMAQsgAkEANgIAIAkgBzYCAAsgCSABNgIEIAgoAgwhACAIKAIIDgMBBAIACwALIAJBADYCHCACQbUaNgIQIAJBFzYCDCACIABBAWo2AhRBACEDDAILIAJBADYCHCACIAA2AhQgAkHKGjYCECACQQk2AgxBACEDDAELIAEgBEYEQEEiIQMMAQsgAkEJNgIIIAIgATYCBEEhIQMLIAhBEGokACADRQRAIAIoAgwhAAwBCyACIAM2AhxBACEAIAIoAgQiAUUNACACIAEgBCACKAIIEQEAIgFFDQAgAiAENgIUIAIgATYCDCABIQALIAALvgIBAn8gAEEAOgAAIABB3ABqIgFBAWtBADoAACAAQQA6AAIgAEEAOgABIAFBA2tBADoAACABQQJrQQA6AAAgAEEAOgADIAFBBGtBADoAAEEAIABrQQNxIgEgAGoiAEEANgIAQdwAIAFrQXxxIgIgAGoiAUEEa0EANgIAAkAgAkEJSQ0AIABBADYCCCAAQQA2AgQgAUEIa0EANgIAIAFBDGtBADYCACACQRlJDQAgAEEANgIYIABBADYCFCAAQQA2AhAgAEEANgIMIAFBEGtBADYCACABQRRrQQA2AgAgAUEYa0EANgIAIAFBHGtBADYCACACIABBBHFBGHIiAmsiAUEgSQ0AIAAgAmohAANAIABCADcDGCAAQgA3AxAgAEIANwMIIABCADcDACAAQSBqIQAgAUEgayIBQR9LDQALCwtWAQF/AkAgACgCDA0AAkACQAJAAkAgAC0ALw4DAQADAgsgACgCOCIBRQ0AIAEoAiwiAUUNACAAIAERAAAiAQ0DC0EADwsACyAAQcMWNgIQQQ4hAQsgAQsaACAAKAIMRQRAIABB0Rs2AhAgAEEVNgIMCwsUACAAKAIMQRVGBEAgAEEANgIMCwsUACAAKAIMQRZGBEAgAEEANgIMCwsHACAAKAIMCwcAIAAoAhALCQAgACABNgIQCwcAIAAoAhQLFwAgAEEkTwRAAAsgAEECdEGgM2ooAgALFwAgAEEuTwRAAAsgAEECdEGwNGooAgALvwkBAX9B6yghAQJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAIABB5ABrDvQDY2IAAWFhYWFhYQIDBAVhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhBgcICQoLDA0OD2FhYWFhEGFhYWFhYWFhYWFhEWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYRITFBUWFxgZGhthYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhHB0eHyAhIiMkJSYnKCkqKywtLi8wMTIzNDU2YTc4OTphYWFhYWFhYTthYWE8YWFhYT0+P2FhYWFhYWFhQGFhQWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYUJDREVGR0hJSktMTU5PUFFSU2FhYWFhYWFhVFVWV1hZWlthXF1hYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFeYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhX2BhC0HhJw8LQaQhDwtByywPC0H+MQ8LQcAkDwtBqyQPC0GNKA8LQeImDwtBgDAPC0G5Lw8LQdckDwtB7x8PC0HhHw8LQfofDwtB8iAPC0GoLw8LQa4yDwtBiDAPC0HsJw8LQYIiDwtBjh0PC0HQLg8LQcojDwtBxTIPC0HfHA8LQdIcDwtBxCAPC0HXIA8LQaIfDwtB7S4PC0GrMA8LQdQlDwtBzC4PC0H6Lg8LQfwrDwtB0jAPC0HxHQ8LQbsgDwtB9ysPC0GQMQ8LQdcxDwtBoi0PC0HUJw8LQeArDwtBnywPC0HrMQ8LQdUfDwtByjEPC0HeJQ8LQdQeDwtB9BwPC0GnMg8LQbEdDwtBoB0PC0G5MQ8LQbwwDwtBkiEPC0GzJg8LQeksDwtBrB4PC0HUKw8LQfcmDwtBgCYPC0GwIQ8LQf4eDwtBjSMPC0GJLQ8LQfciDwtBoDEPC0GuHw8LQcYlDwtB6B4PC0GTIg8LQcIvDwtBwx0PC0GLLA8LQeEdDwtBjS8PC0HqIQ8LQbQtDwtB0i8PC0HfMg8LQdIyDwtB8DAPC0GpIg8LQfkjDwtBmR4PC0G1LA8LQZswDwtBkjIPC0G2Kw8LQcIiDwtB+DIPC0GeJQ8LQdAiDwtBuh4PC0GBHg8LAAtB1iEhAQsgAQsWACAAIAAtAC1B/gFxIAFBAEdyOgAtCxkAIAAgAC0ALUH9AXEgAUEAR0EBdHI6AC0LGQAgACAALQAtQfsBcSABQQBHQQJ0cjoALQsZACAAIAAtAC1B9wFxIAFBAEdBA3RyOgAtCz4BAn8CQCAAKAI4IgNFDQAgAygCBCIDRQ0AIAAgASACIAFrIAMRAQAiBEF/Rw0AIABBxhE2AhBBGCEECyAECz4BAn8CQCAAKAI4IgNFDQAgAygCCCIDRQ0AIAAgASACIAFrIAMRAQAiBEF/Rw0AIABB9go2AhBBGCEECyAECz4BAn8CQCAAKAI4IgNFDQAgAygCDCIDRQ0AIAAgASACIAFrIAMRAQAiBEF/Rw0AIABB7Ro2AhBBGCEECyAECz4BAn8CQCAAKAI4IgNFDQAgAygCECIDRQ0AIAAgASACIAFrIAMRAQAiBEF/Rw0AIABBlRA2AhBBGCEECyAECz4BAn8CQCAAKAI4IgNFDQAgAygCFCIDRQ0AIAAgASACIAFrIAMRAQAiBEF/Rw0AIABBqhs2AhBBGCEECyAECz4BAn8CQCAAKAI4IgNFDQAgAygCGCIDRQ0AIAAgASACIAFrIAMRAQAiBEF/Rw0AIABB7RM2AhBBGCEECyAECz4BAn8CQCAAKAI4IgNFDQAgAygCKCIDRQ0AIAAgASACIAFrIAMRAQAiBEF/Rw0AIABB9gg2AhBBGCEECyAECz4BAn8CQCAAKAI4IgNFDQAgAygCHCIDRQ0AIAAgASACIAFrIAMRAQAiBEF/Rw0AIABBwhk2AhBBGCEECyAECz4BAn8CQCAAKAI4IgNFDQAgAygCICIDRQ0AIAAgASACIAFrIAMRAQAiBEF/Rw0AIABBlBQ2AhBBGCEECyAEC1kBAn8CQCAALQAoQQFGDQAgAC8BMiIBQeQAa0HkAEkNACABQcwBRg0AIAFBsAJGDQAgAC8BMCIAQcAAcQ0AQQEhAiAAQYgEcUGABEYNACAAQShxRSECCyACC4wBAQJ/AkACQAJAIAAtACpFDQAgAC0AK0UNACAALwEwIgFBAnFFDQEMAgsgAC8BMCIBQQFxRQ0BC0EBIQIgAC0AKEEBRg0AIAAvATIiAEHkAGtB5ABJDQAgAEHMAUYNACAAQbACRg0AIAFBwABxDQBBACECIAFBiARxQYAERg0AIAFBKHFBAEchAgsgAgtzACAAQRBq/QwAAAAAAAAAAAAAAAAAAAAA/QsDACAA/QwAAAAAAAAAAAAAAAAAAAAA/QsDACAAQTBq/QwAAAAAAAAAAAAAAAAAAAAA/QsDACAAQSBq/QwAAAAAAAAAAAAAAAAAAAAA/QsDACAAQd0BNgIcCwYAIAAQMguaLQELfyMAQRBrIgokAEGk0AAoAgAiCUUEQEHk0wAoAgAiBUUEQEHw0wBCfzcCAEHo0wBCgICEgICAwAA3AgBB5NMAIApBCGpBcHFB2KrVqgVzIgU2AgBB+NMAQQA2AgBByNMAQQA2AgALQczTAEGA1AQ2AgBBnNAAQYDUBDYCAEGw0AAgBTYCAEGs0ABBfzYCAEHQ0wBBgKwDNgIAA0AgAUHI0ABqIAFBvNAAaiICNgIAIAIgAUG00ABqIgM2AgAgAUHA0ABqIAM2AgAgAUHQ0ABqIAFBxNAAaiIDNgIAIAMgAjYCACABQdjQAGogAUHM0ABqIgI2AgAgAiADNgIAIAFB1NAAaiACNgIAIAFBIGoiAUGAAkcNAAtBjNQEQcGrAzYCAEGo0ABB9NMAKAIANgIAQZjQAEHAqwM2AgBBpNAAQYjUBDYCAEHM/wdBODYCAEGI1AQhCQsCQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQCAAQewBTQRAQYzQACgCACIGQRAgAEETakFwcSAAQQtJGyIEQQN2IgB2IgFBA3EEQAJAIAFBAXEgAHJBAXMiAkEDdCIAQbTQAGoiASAAQbzQAGooAgAiACgCCCIDRgRAQYzQACAGQX4gAndxNgIADAELIAEgAzYCCCADIAE2AgwLIABBCGohASAAIAJBA3QiAkEDcjYCBCAAIAJqIgAgACgCBEEBcjYCBAwRC0GU0AAoAgAiCCAETw0BIAEEQAJAQQIgAHQiAkEAIAJrciABIAB0cWgiAEEDdCICQbTQAGoiASACQbzQAGooAgAiAigCCCIDRgRAQYzQACAGQX4gAHdxIgY2AgAMAQsgASADNgIIIAMgATYCDAsgAiAEQQNyNgIEIABBA3QiACAEayEFIAAgAmogBTYCACACIARqIgQgBUEBcjYCBCAIBEAgCEF4cUG00ABqIQBBoNAAKAIAIQMCf0EBIAhBA3Z0IgEgBnFFBEBBjNAAIAEgBnI2AgAgAAwBCyAAKAIICyIBIAM2AgwgACADNgIIIAMgADYCDCADIAE2AggLIAJBCGohAUGg0AAgBDYCAEGU0AAgBTYCAAwRC0GQ0AAoAgAiC0UNASALaEECdEG80gBqKAIAIgAoAgRBeHEgBGshBSAAIQIDQAJAIAIoAhAiAUUEQCACQRRqKAIAIgFFDQELIAEoAgRBeHEgBGsiAyAFSSECIAMgBSACGyEFIAEgACACGyEAIAEhAgwBCwsgACgCGCEJIAAoAgwiAyAARwRAQZzQACgCABogAyAAKAIIIgE2AgggASADNgIMDBALIABBFGoiAigCACIBRQRAIAAoAhAiAUUNAyAAQRBqIQILA0AgAiEHIAEiA0EUaiICKAIAIgENACADQRBqIQIgAygCECIBDQALIAdBADYCAAwPC0F/IQQgAEG/f0sNACAAQRNqIgFBcHEhBEGQ0AAoAgAiCEUNAEEAIARrIQUCQAJAAkACf0EAIARBgAJJDQAaQR8gBEH///8HSw0AGiAEQSYgAUEIdmciAGt2QQFxIABBAXRrQT5qCyIGQQJ0QbzSAGooAgAiAkUEQEEAIQFBACEDDAELQQAhASAEQRkgBkEBdmtBACAGQR9HG3QhAEEAIQMDQAJAIAIoAgRBeHEgBGsiByAFTw0AIAIhAyAHIgUNAEEAIQUgAiEBDAMLIAEgAkEUaigCACIHIAcgAiAAQR12QQRxakEQaigCACICRhsgASAHGyEBIABBAXQhACACDQALCyABIANyRQRAQQAhA0ECIAZ0IgBBACAAa3IgCHEiAEUNAyAAaEECdEG80gBqKAIAIQELIAFFDQELA0AgASgCBEF4cSAEayICIAVJIQAgAiAFIAAbIQUgASADIAAbIQMgASgCECIABH8gAAUgAUEUaigCAAsiAQ0ACwsgA0UNACAFQZTQACgCACAEa08NACADKAIYIQcgAyADKAIMIgBHBEBBnNAAKAIAGiAAIAMoAggiATYCCCABIAA2AgwMDgsgA0EUaiICKAIAIgFFBEAgAygCECIBRQ0DIANBEGohAgsDQCACIQYgASIAQRRqIgIoAgAiAQ0AIABBEGohAiAAKAIQIgENAAsgBkEANgIADA0LQZTQACgCACIDIARPBEBBoNAAKAIAIQECQCADIARrIgJBEE8EQCABIARqIgAgAkEBcjYCBCABIANqIAI2AgAgASAEQQNyNgIEDAELIAEgA0EDcjYCBCABIANqIgAgACgCBEEBcjYCBEEAIQBBACECC0GU0AAgAjYCAEGg0AAgADYCACABQQhqIQEMDwtBmNAAKAIAIgMgBEsEQCAEIAlqIgAgAyAEayIBQQFyNgIEQaTQACAANgIAQZjQACABNgIAIAkgBEEDcjYCBCAJQQhqIQEMDwtBACEBIAQCf0Hk0wAoAgAEQEHs0wAoAgAMAQtB8NMAQn83AgBB6NMAQoCAhICAgMAANwIAQeTTACAKQQxqQXBxQdiq1aoFczYCAEH40wBBADYCAEHI0wBBADYCAEGAgAQLIgAgBEHHAGoiBWoiBkEAIABrIgdxIgJPBEBB/NMAQTA2AgAMDwsCQEHE0wAoAgAiAUUNAEG80wAoAgAiCCACaiEAIAAgAU0gACAIS3ENAEEAIQFB/NMAQTA2AgAMDwtByNMALQAAQQRxDQQCQAJAIAkEQEHM0wAhAQNAIAEoAgAiACAJTQRAIAAgASgCBGogCUsNAwsgASgCCCIBDQALC0EAEDMiAEF/Rg0FIAIhBkHo0wAoAgAiAUEBayIDIABxBEAgAiAAayAAIANqQQAgAWtxaiEGCyAEIAZPDQUgBkH+////B0sNBUHE0wAoAgAiAwRAQbzTACgCACIHIAZqIQEgASAHTQ0GIAEgA0sNBgsgBhAzIgEgAEcNAQwHCyAGIANrIAdxIgZB/v///wdLDQQgBhAzIQAgACABKAIAIAEoAgRqRg0DIAAhAQsCQCAGIARByABqTw0AIAFBf0YNAEHs0wAoAgAiACAFIAZrakEAIABrcSIAQf7///8HSwRAIAEhAAwHCyAAEDNBf0cEQCAAIAZqIQYgASEADAcLQQAgBmsQMxoMBAsgASIAQX9HDQUMAwtBACEDDAwLQQAhAAwKCyAAQX9HDQILQcjTAEHI0wAoAgBBBHI2AgALIAJB/v///wdLDQEgAhAzIQBBABAzIQEgAEF/Rg0BIAFBf0YNASAAIAFPDQEgASAAayIGIARBOGpNDQELQbzTAEG80wAoAgAgBmoiATYCAEHA0wAoAgAgAUkEQEHA0wAgATYCAAsCQAJAAkBBpNAAKAIAIgIEQEHM0wAhAQNAIAAgASgCACIDIAEoAgQiBWpGDQIgASgCCCIBDQALDAILQZzQACgCACIBQQBHIAAgAU9xRQRAQZzQACAANgIAC0EAIQFB0NMAIAY2AgBBzNMAIAA2AgBBrNAAQX82AgBBsNAAQeTTACgCADYCAEHY0wBBADYCAANAIAFByNAAaiABQbzQAGoiAjYCACACIAFBtNAAaiIDNgIAIAFBwNAAaiADNgIAIAFB0NAAaiABQcTQAGoiAzYCACADIAI2AgAgAUHY0ABqIAFBzNAAaiICNgIAIAIgAzYCACABQdTQAGogAjYCACABQSBqIgFBgAJHDQALQXggAGtBD3EiASAAaiICIAZBOGsiAyABayIBQQFyNgIEQajQAEH00wAoAgA2AgBBmNAAIAE2AgBBpNAAIAI2AgAgACADakE4NgIEDAILIAAgAk0NACACIANJDQAgASgCDEEIcQ0AQXggAmtBD3EiACACaiIDQZjQACgCACAGaiIHIABrIgBBAXI2AgQgASAFIAZqNgIEQajQAEH00wAoAgA2AgBBmNAAIAA2AgBBpNAAIAM2AgAgAiAHakE4NgIEDAELIABBnNAAKAIASQRAQZzQACAANgIACyAAIAZqIQNBzNMAIQECQAJAAkADQCADIAEoAgBHBEAgASgCCCIBDQEMAgsLIAEtAAxBCHFFDQELQczTACEBA0AgASgCACIDIAJNBEAgAyABKAIEaiIFIAJLDQMLIAEoAgghAQwACwALIAEgADYCACABIAEoAgQgBmo2AgQgAEF4IABrQQ9xaiIJIARBA3I2AgQgA0F4IANrQQ9xaiIGIAQgCWoiBGshASACIAZGBEBBpNAAIAQ2AgBBmNAAQZjQACgCACABaiIANgIAIAQgAEEBcjYCBAwIC0Gg0AAoAgAgBkYEQEGg0AAgBDYCAEGU0ABBlNAAKAIAIAFqIgA2AgAgBCAAQQFyNgIEIAAgBGogADYCAAwICyAGKAIEIgVBA3FBAUcNBiAFQXhxIQggBUH/AU0EQCAFQQN2IQMgBigCCCIAIAYoAgwiAkYEQEGM0ABBjNAAKAIAQX4gA3dxNgIADAcLIAIgADYCCCAAIAI2AgwMBgsgBigCGCEHIAYgBigCDCIARwRAIAAgBigCCCICNgIIIAIgADYCDAwFCyAGQRRqIgIoAgAiBUUEQCAGKAIQIgVFDQQgBkEQaiECCwNAIAIhAyAFIgBBFGoiAigCACIFDQAgAEEQaiECIAAoAhAiBQ0ACyADQQA2AgAMBAtBeCAAa0EPcSIBIABqIgcgBkE4ayIDIAFrIgFBAXI2AgQgACADakE4NgIEIAIgBUE3IAVrQQ9xakE/ayIDIAMgAkEQakkbIgNBIzYCBEGo0ABB9NMAKAIANgIAQZjQACABNgIAQaTQACAHNgIAIANBEGpB1NMAKQIANwIAIANBzNMAKQIANwIIQdTTACADQQhqNgIAQdDTACAGNgIAQczTACAANgIAQdjTAEEANgIAIANBJGohAQNAIAFBBzYCACAFIAFBBGoiAUsNAAsgAiADRg0AIAMgAygCBEF+cTYCBCADIAMgAmsiBTYCACACIAVBAXI2AgQgBUH/AU0EQCAFQXhxQbTQAGohAAJ/QYzQACgCACIBQQEgBUEDdnQiA3FFBEBBjNAAIAEgA3I2AgAgAAwBCyAAKAIICyIBIAI2AgwgACACNgIIIAIgADYCDCACIAE2AggMAQtBHyEBIAVB////B00EQCAFQSYgBUEIdmciAGt2QQFxIABBAXRrQT5qIQELIAIgATYCHCACQgA3AhAgAUECdEG80gBqIQBBkNAAKAIAIgNBASABdCIGcUUEQCAAIAI2AgBBkNAAIAMgBnI2AgAgAiAANgIYIAIgAjYCCCACIAI2AgwMAQsgBUEZIAFBAXZrQQAgAUEfRxt0IQEgACgCACEDAkADQCADIgAoAgRBeHEgBUYNASABQR12IQMgAUEBdCEBIAAgA0EEcWpBEGoiBigCACIDDQALIAYgAjYCACACIAA2AhggAiACNgIMIAIgAjYCCAwBCyAAKAIIIgEgAjYCDCAAIAI2AgggAkEANgIYIAIgADYCDCACIAE2AggLQZjQACgCACIBIARNDQBBpNAAKAIAIgAgBGoiAiABIARrIgFBAXI2AgRBmNAAIAE2AgBBpNAAIAI2AgAgACAEQQNyNgIEIABBCGohAQwIC0EAIQFB/NMAQTA2AgAMBwtBACEACyAHRQ0AAkAgBigCHCICQQJ0QbzSAGoiAygCACAGRgRAIAMgADYCACAADQFBkNAAQZDQACgCAEF+IAJ3cTYCAAwCCyAHQRBBFCAHKAIQIAZGG2ogADYCACAARQ0BCyAAIAc2AhggBigCECICBEAgACACNgIQIAIgADYCGAsgBkEUaigCACICRQ0AIABBFGogAjYCACACIAA2AhgLIAEgCGohASAGIAhqIgYoAgQhBQsgBiAFQX5xNgIEIAEgBGogATYCACAEIAFBAXI2AgQgAUH/AU0EQCABQXhxQbTQAGohAAJ/QYzQACgCACICQQEgAUEDdnQiAXFFBEBBjNAAIAEgAnI2AgAgAAwBCyAAKAIICyIBIAQ2AgwgACAENgIIIAQgADYCDCAEIAE2AggMAQtBHyEFIAFB////B00EQCABQSYgAUEIdmciAGt2QQFxIABBAXRrQT5qIQULIAQgBTYCHCAEQgA3AhAgBUECdEG80gBqIQBBkNAAKAIAIgJBASAFdCIDcUUEQCAAIAQ2AgBBkNAAIAIgA3I2AgAgBCAANgIYIAQgBDYCCCAEIAQ2AgwMAQsgAUEZIAVBAXZrQQAgBUEfRxt0IQUgACgCACEAAkADQCAAIgIoAgRBeHEgAUYNASAFQR12IQAgBUEBdCEFIAIgAEEEcWpBEGoiAygCACIADQALIAMgBDYCACAEIAI2AhggBCAENgIMIAQgBDYCCAwBCyACKAIIIgAgBDYCDCACIAQ2AgggBEEANgIYIAQgAjYCDCAEIAA2AggLIAlBCGohAQwCCwJAIAdFDQACQCADKAIcIgFBAnRBvNIAaiICKAIAIANGBEAgAiAANgIAIAANAUGQ0AAgCEF+IAF3cSIINgIADAILIAdBEEEUIAcoAhAgA0YbaiAANgIAIABFDQELIAAgBzYCGCADKAIQIgEEQCAAIAE2AhAgASAANgIYCyADQRRqKAIAIgFFDQAgAEEUaiABNgIAIAEgADYCGAsCQCAFQQ9NBEAgAyAEIAVqIgBBA3I2AgQgACADaiIAIAAoAgRBAXI2AgQMAQsgAyAEaiICIAVBAXI2AgQgAyAEQQNyNgIEIAIgBWogBTYCACAFQf8BTQRAIAVBeHFBtNAAaiEAAn9BjNAAKAIAIgFBASAFQQN2dCIFcUUEQEGM0AAgASAFcjYCACAADAELIAAoAggLIgEgAjYCDCAAIAI2AgggAiAANgIMIAIgATYCCAwBC0EfIQEgBUH///8HTQRAIAVBJiAFQQh2ZyIAa3ZBAXEgAEEBdGtBPmohAQsgAiABNgIcIAJCADcCECABQQJ0QbzSAGohAEEBIAF0IgQgCHFFBEAgACACNgIAQZDQACAEIAhyNgIAIAIgADYCGCACIAI2AgggAiACNgIMDAELIAVBGSABQQF2a0EAIAFBH0cbdCEBIAAoAgAhBAJAA0AgBCIAKAIEQXhxIAVGDQEgAUEddiEEIAFBAXQhASAAIARBBHFqQRBqIgYoAgAiBA0ACyAGIAI2AgAgAiAANgIYIAIgAjYCDCACIAI2AggMAQsgACgCCCIBIAI2AgwgACACNgIIIAJBADYCGCACIAA2AgwgAiABNgIICyADQQhqIQEMAQsCQCAJRQ0AAkAgACgCHCIBQQJ0QbzSAGoiAigCACAARgRAIAIgAzYCACADDQFBkNAAIAtBfiABd3E2AgAMAgsgCUEQQRQgCSgCECAARhtqIAM2AgAgA0UNAQsgAyAJNgIYIAAoAhAiAQRAIAMgATYCECABIAM2AhgLIABBFGooAgAiAUUNACADQRRqIAE2AgAgASADNgIYCwJAIAVBD00EQCAAIAQgBWoiAUEDcjYCBCAAIAFqIgEgASgCBEEBcjYCBAwBCyAAIARqIgcgBUEBcjYCBCAAIARBA3I2AgQgBSAHaiAFNgIAIAgEQCAIQXhxQbTQAGohAUGg0AAoAgAhAwJ/QQEgCEEDdnQiAiAGcUUEQEGM0AAgAiAGcjYCACABDAELIAEoAggLIgIgAzYCDCABIAM2AgggAyABNgIMIAMgAjYCCAtBoNAAIAc2AgBBlNAAIAU2AgALIABBCGohAQsgCkEQaiQAIAELQwAgAEUEQD8AQRB0DwsCQCAAQf//A3ENACAAQQBIDQAgAEEQdkAAIgBBf0YEQEH80wBBMDYCAEF/DwsgAEEQdA8LAAsL3D8iAEGACAsJAQAAAAIAAAADAEGUCAsFBAAAAAUAQaQICwkGAAAABwAAAAgAQdwIC4otSW52YWxpZCBjaGFyIGluIHVybCBxdWVyeQBTcGFuIGNhbGxiYWNrIGVycm9yIGluIG9uX2JvZHkAQ29udGVudC1MZW5ndGggb3ZlcmZsb3cAQ2h1bmsgc2l6ZSBvdmVyZmxvdwBSZXNwb25zZSBvdmVyZmxvdwBJbnZhbGlkIG1ldGhvZCBmb3IgSFRUUC94LnggcmVxdWVzdABJbnZhbGlkIG1ldGhvZCBmb3IgUlRTUC94LnggcmVxdWVzdABFeHBlY3RlZCBTT1VSQ0UgbWV0aG9kIGZvciBJQ0UveC54IHJlcXVlc3QASW52YWxpZCBjaGFyIGluIHVybCBmcmFnbWVudCBzdGFydABFeHBlY3RlZCBkb3QAU3BhbiBjYWxsYmFjayBlcnJvciBpbiBvbl9zdGF0dXMASW52YWxpZCByZXNwb25zZSBzdGF0dXMASW52YWxpZCBjaGFyYWN0ZXIgaW4gY2h1bmsgZXh0ZW5zaW9ucwBVc2VyIGNhbGxiYWNrIGVycm9yAGBvbl9yZXNldGAgY2FsbGJhY2sgZXJyb3IAYG9uX2NodW5rX2hlYWRlcmAgY2FsbGJhY2sgZXJyb3IAYG9uX21lc3NhZ2VfYmVnaW5gIGNhbGxiYWNrIGVycm9yAGBvbl9jaHVua19leHRlbnNpb25fdmFsdWVgIGNhbGxiYWNrIGVycm9yAGBvbl9zdGF0dXNfY29tcGxldGVgIGNhbGxiYWNrIGVycm9yAGBvbl92ZXJzaW9uX2NvbXBsZXRlYCBjYWxsYmFjayBlcnJvcgBgb25fdXJsX2NvbXBsZXRlYCBjYWxsYmFjayBlcnJvcgBgb25fY2h1bmtfY29tcGxldGVgIGNhbGxiYWNrIGVycm9yAGBvbl9oZWFkZXJfdmFsdWVfY29tcGxldGVgIGNhbGxiYWNrIGVycm9yAGBvbl9tZXNzYWdlX2NvbXBsZXRlYCBjYWxsYmFjayBlcnJvcgBgb25fbWV0aG9kX2NvbXBsZXRlYCBjYWxsYmFjayBlcnJvcgBgb25faGVhZGVyX2ZpZWxkX2NvbXBsZXRlYCBjYWxsYmFjayBlcnJvcgBgb25fY2h1bmtfZXh0ZW5zaW9uX25hbWVgIGNhbGxiYWNrIGVycm9yAFVuZXhwZWN0ZWQgY2hhciBpbiB1cmwgc2VydmVyAEludmFsaWQgaGVhZGVyIHZhbHVlIGNoYXIASW52YWxpZCBoZWFkZXIgZmllbGQgY2hhcgBTcGFuIGNhbGxiYWNrIGVycm9yIGluIG9uX3ZlcnNpb24ASW52YWxpZCBtaW5vciB2ZXJzaW9uAEludmFsaWQgbWFqb3IgdmVyc2lvbgBFeHBlY3RlZCBzcGFjZSBhZnRlciB2ZXJzaW9uAEV4cGVjdGVkIENSTEYgYWZ0ZXIgdmVyc2lvbgBJbnZhbGlkIEhUVFAgdmVyc2lvbgBJbnZhbGlkIGhlYWRlciB0b2tlbgBTcGFuIGNhbGxiYWNrIGVycm9yIGluIG9uX3VybABJbnZhbGlkIGNoYXJhY3RlcnMgaW4gdXJsAFVuZXhwZWN0ZWQgc3RhcnQgY2hhciBpbiB1cmwARG91YmxlIEAgaW4gdXJsAEVtcHR5IENvbnRlbnQtTGVuZ3RoAEludmFsaWQgY2hhcmFjdGVyIGluIENvbnRlbnQtTGVuZ3RoAER1cGxpY2F0ZSBDb250ZW50LUxlbmd0aABJbnZhbGlkIGNoYXIgaW4gdXJsIHBhdGgAQ29udGVudC1MZW5ndGggY2FuJ3QgYmUgcHJlc2VudCB3aXRoIFRyYW5zZmVyLUVuY29kaW5nAEludmFsaWQgY2hhcmFjdGVyIGluIGNodW5rIHNpemUAU3BhbiBjYWxsYmFjayBlcnJvciBpbiBvbl9oZWFkZXJfdmFsdWUAU3BhbiBjYWxsYmFjayBlcnJvciBpbiBvbl9jaHVua19leHRlbnNpb25fdmFsdWUASW52YWxpZCBjaGFyYWN0ZXIgaW4gY2h1bmsgZXh0ZW5zaW9ucyB2YWx1ZQBNaXNzaW5nIGV4cGVjdGVkIExGIGFmdGVyIGhlYWRlciB2YWx1ZQBJbnZhbGlkIGBUcmFuc2Zlci1FbmNvZGluZ2AgaGVhZGVyIHZhbHVlAEludmFsaWQgY2hhcmFjdGVyIGluIGNodW5rIGV4dGVuc2lvbnMgcXVvdGUgdmFsdWUASW52YWxpZCBjaGFyYWN0ZXIgaW4gY2h1bmsgZXh0ZW5zaW9ucyBxdW90ZWQgdmFsdWUAUGF1c2VkIGJ5IG9uX2hlYWRlcnNfY29tcGxldGUASW52YWxpZCBFT0Ygc3RhdGUAb25fcmVzZXQgcGF1c2UAb25fY2h1bmtfaGVhZGVyIHBhdXNlAG9uX21lc3NhZ2VfYmVnaW4gcGF1c2UAb25fY2h1bmtfZXh0ZW5zaW9uX3ZhbHVlIHBhdXNlAG9uX3N0YXR1c19jb21wbGV0ZSBwYXVzZQBvbl92ZXJzaW9uX2NvbXBsZXRlIHBhdXNlAG9uX3VybF9jb21wbGV0ZSBwYXVzZQBvbl9jaHVua19jb21wbGV0ZSBwYXVzZQBvbl9oZWFkZXJfdmFsdWVfY29tcGxldGUgcGF1c2UAb25fbWVzc2FnZV9jb21wbGV0ZSBwYXVzZQBvbl9tZXRob2RfY29tcGxldGUgcGF1c2UAb25faGVhZGVyX2ZpZWxkX2NvbXBsZXRlIHBhdXNlAG9uX2NodW5rX2V4dGVuc2lvbl9uYW1lIHBhdXNlAFVuZXhwZWN0ZWQgc3BhY2UgYWZ0ZXIgc3RhcnQgbGluZQBTcGFuIGNhbGxiYWNrIGVycm9yIGluIG9uX2NodW5rX2V4dGVuc2lvbl9uYW1lAEludmFsaWQgY2hhcmFjdGVyIGluIGNodW5rIGV4dGVuc2lvbnMgbmFtZQBQYXVzZSBvbiBDT05ORUNUL1VwZ3JhZGUAUGF1c2Ugb24gUFJJL1VwZ3JhZGUARXhwZWN0ZWQgSFRUUC8yIENvbm5lY3Rpb24gUHJlZmFjZQBTcGFuIGNhbGxiYWNrIGVycm9yIGluIG9uX21ldGhvZABFeHBlY3RlZCBzcGFjZSBhZnRlciBtZXRob2QAU3BhbiBjYWxsYmFjayBlcnJvciBpbiBvbl9oZWFkZXJfZmllbGQAUGF1c2VkAEludmFsaWQgd29yZCBlbmNvdW50ZXJlZABJbnZhbGlkIG1ldGhvZCBlbmNvdW50ZXJlZABVbmV4cGVjdGVkIGNoYXIgaW4gdXJsIHNjaGVtYQBSZXF1ZXN0IGhhcyBpbnZhbGlkIGBUcmFuc2Zlci1FbmNvZGluZ2AAU1dJVENIX1BST1hZAFVTRV9QUk9YWQBNS0FDVElWSVRZAFVOUFJPQ0VTU0FCTEVfRU5USVRZAENPUFkATU9WRURfUEVSTUFORU5UTFkAVE9PX0VBUkxZAE5PVElGWQBGQUlMRURfREVQRU5ERU5DWQBCQURfR0FURVdBWQBQTEFZAFBVVABDSEVDS09VVABHQVRFV0FZX1RJTUVPVVQAUkVRVUVTVF9USU1FT1VUAE5FVFdPUktfQ09OTkVDVF9USU1FT1VUAENPTk5FQ1RJT05fVElNRU9VVABMT0dJTl9USU1FT1VUAE5FVFdPUktfUkVBRF9USU1FT1VUAFBPU1QATUlTRElSRUNURURfUkVRVUVTVABDTElFTlRfQ0xPU0VEX1JFUVVFU1QAQ0xJRU5UX0NMT1NFRF9MT0FEX0JBTEFOQ0VEX1JFUVVFU1QAQkFEX1JFUVVFU1QASFRUUF9SRVFVRVNUX1NFTlRfVE9fSFRUUFNfUE9SVABSRVBPUlQASU1fQV9URUFQT1QAUkVTRVRfQ09OVEVOVABOT19DT05URU5UAFBBUlRJQUxfQ09OVEVOVABIUEVfSU5WQUxJRF9DT05TVEFOVABIUEVfQ0JfUkVTRVQAR0VUAEhQRV9TVFJJQ1QAQ09ORkxJQ1QAVEVNUE9SQVJZX1JFRElSRUNUAFBFUk1BTkVOVF9SRURJUkVDVABDT05ORUNUAE1VTFRJX1NUQVRVUwBIUEVfSU5WQUxJRF9TVEFUVVMAVE9PX01BTllfUkVRVUVTVFMARUFSTFlfSElOVFMAVU5BVkFJTEFCTEVfRk9SX0xFR0FMX1JFQVNPTlMAT1BUSU9OUwBTV0lUQ0hJTkdfUFJPVE9DT0xTAFZBUklBTlRfQUxTT19ORUdPVElBVEVTAE1VTFRJUExFX0NIT0lDRVMASU5URVJOQUxfU0VSVkVSX0VSUk9SAFdFQl9TRVJWRVJfVU5LTk9XTl9FUlJPUgBSQUlMR1VOX0VSUk9SAElERU5USVRZX1BST1ZJREVSX0FVVEhFTlRJQ0FUSU9OX0VSUk9SAFNTTF9DRVJUSUZJQ0FURV9FUlJPUgBJTlZBTElEX1hfRk9SV0FSREVEX0ZPUgBTRVRfUEFSQU1FVEVSAEdFVF9QQVJBTUVURVIASFBFX1VTRVIAU0VFX09USEVSAEhQRV9DQl9DSFVOS19IRUFERVIATUtDQUxFTkRBUgBTRVRVUABXRUJfU0VSVkVSX0lTX0RPV04AVEVBUkRPV04ASFBFX0NMT1NFRF9DT05ORUNUSU9OAEhFVVJJU1RJQ19FWFBJUkFUSU9OAERJU0NPTk5FQ1RFRF9PUEVSQVRJT04ATk9OX0FVVEhPUklUQVRJVkVfSU5GT1JNQVRJT04ASFBFX0lOVkFMSURfVkVSU0lPTgBIUEVfQ0JfTUVTU0FHRV9CRUdJTgBTSVRFX0lTX0ZST1pFTgBIUEVfSU5WQUxJRF9IRUFERVJfVE9LRU4ASU5WQUxJRF9UT0tFTgBGT1JCSURERU4ARU5IQU5DRV9ZT1VSX0NBTE0ASFBFX0lOVkFMSURfVVJMAEJMT0NLRURfQllfUEFSRU5UQUxfQ09OVFJPTABNS0NPTABBQ0wASFBFX0lOVEVSTkFMAFJFUVVFU1RfSEVBREVSX0ZJRUxEU19UT09fTEFSR0VfVU5PRkZJQ0lBTABIUEVfT0sAVU5MSU5LAFVOTE9DSwBQUkkAUkVUUllfV0lUSABIUEVfSU5WQUxJRF9DT05URU5UX0xFTkdUSABIUEVfVU5FWFBFQ1RFRF9DT05URU5UX0xFTkdUSABGTFVTSABQUk9QUEFUQ0gATS1TRUFSQ0gAVVJJX1RPT19MT05HAFBST0NFU1NJTkcATUlTQ0VMTEFORU9VU19QRVJTSVNURU5UX1dBUk5JTkcATUlTQ0VMTEFORU9VU19XQVJOSU5HAEhQRV9JTlZBTElEX1RSQU5TRkVSX0VOQ09ESU5HAEV4cGVjdGVkIENSTEYASFBFX0lOVkFMSURfQ0hVTktfU0laRQBNT1ZFAENPTlRJTlVFAEhQRV9DQl9TVEFUVVNfQ09NUExFVEUASFBFX0NCX0hFQURFUlNfQ09NUExFVEUASFBFX0NCX1ZFUlNJT05fQ09NUExFVEUASFBFX0NCX1VSTF9DT01QTEVURQBIUEVfQ0JfQ0hVTktfQ09NUExFVEUASFBFX0NCX0hFQURFUl9WQUxVRV9DT01QTEVURQBIUEVfQ0JfQ0hVTktfRVhURU5TSU9OX1ZBTFVFX0NPTVBMRVRFAEhQRV9DQl9DSFVOS19FWFRFTlNJT05fTkFNRV9DT01QTEVURQBIUEVfQ0JfTUVTU0FHRV9DT01QTEVURQBIUEVfQ0JfTUVUSE9EX0NPTVBMRVRFAEhQRV9DQl9IRUFERVJfRklFTERfQ09NUExFVEUAREVMRVRFAEhQRV9JTlZBTElEX0VPRl9TVEFURQBJTlZBTElEX1NTTF9DRVJUSUZJQ0FURQBQQVVTRQBOT19SRVNQT05TRQBVTlNVUFBPUlRFRF9NRURJQV9UWVBFAEdPTkUATk9UX0FDQ0VQVEFCTEUAU0VSVklDRV9VTkFWQUlMQUJMRQBSQU5HRV9OT1RfU0FUSVNGSUFCTEUAT1JJR0lOX0lTX1VOUkVBQ0hBQkxFAFJFU1BPTlNFX0lTX1NUQUxFAFBVUkdFAE1FUkdFAFJFUVVFU1RfSEVBREVSX0ZJRUxEU19UT09fTEFSR0UAUkVRVUVTVF9IRUFERVJfVE9PX0xBUkdFAFBBWUxPQURfVE9PX0xBUkdFAElOU1VGRklDSUVOVF9TVE9SQUdFAEhQRV9QQVVTRURfVVBHUkFERQBIUEVfUEFVU0VEX0gyX1VQR1JBREUAU09VUkNFAEFOTk9VTkNFAFRSQUNFAEhQRV9VTkVYUEVDVEVEX1NQQUNFAERFU0NSSUJFAFVOU1VCU0NSSUJFAFJFQ09SRABIUEVfSU5WQUxJRF9NRVRIT0QATk9UX0ZPVU5EAFBST1BGSU5EAFVOQklORABSRUJJTkQAVU5BVVRIT1JJWkVEAE1FVEhPRF9OT1RfQUxMT1dFRABIVFRQX1ZFUlNJT05fTk9UX1NVUFBPUlRFRABBTFJFQURZX1JFUE9SVEVEAEFDQ0VQVEVEAE5PVF9JTVBMRU1FTlRFRABMT09QX0RFVEVDVEVEAEhQRV9DUl9FWFBFQ1RFRABIUEVfTEZfRVhQRUNURUQAQ1JFQVRFRABJTV9VU0VEAEhQRV9QQVVTRUQAVElNRU9VVF9PQ0NVUkVEAFBBWU1FTlRfUkVRVUlSRUQAUFJFQ09ORElUSU9OX1JFUVVJUkVEAFBST1hZX0FVVEhFTlRJQ0FUSU9OX1JFUVVJUkVEAE5FVFdPUktfQVVUSEVOVElDQVRJT05fUkVRVUlSRUQATEVOR1RIX1JFUVVJUkVEAFNTTF9DRVJUSUZJQ0FURV9SRVFVSVJFRABVUEdSQURFX1JFUVVJUkVEAFBBR0VfRVhQSVJFRABQUkVDT05ESVRJT05fRkFJTEVEAEVYUEVDVEFUSU9OX0ZBSUxFRABSRVZBTElEQVRJT05fRkFJTEVEAFNTTF9IQU5EU0hBS0VfRkFJTEVEAExPQ0tFRABUUkFOU0ZPUk1BVElPTl9BUFBMSUVEAE5PVF9NT0RJRklFRABOT1RfRVhURU5ERUQAQkFORFdJRFRIX0xJTUlUX0VYQ0VFREVEAFNJVEVfSVNfT1ZFUkxPQURFRABIRUFEAEV4cGVjdGVkIEhUVFAvAABeEwAAJhMAADAQAADwFwAAnRMAABUSAAA5FwAA8BIAAAoQAAB1EgAArRIAAIITAABPFAAAfxAAAKAVAAAjFAAAiRIAAIsUAABNFQAA1BEAAM8UAAAQGAAAyRYAANwWAADBEQAA4BcAALsUAAB0FAAAfBUAAOUUAAAIFwAAHxAAAGUVAACjFAAAKBUAAAIVAACZFQAALBAAAIsZAABPDwAA1A4AAGoQAADOEAAAAhcAAIkOAABuEwAAHBMAAGYUAABWFwAAwRMAAM0TAABsEwAAaBcAAGYXAABfFwAAIhMAAM4PAABpDgAA2A4AAGMWAADLEwAAqg4AACgXAAAmFwAAxRMAAF0WAADoEQAAZxMAAGUTAADyFgAAcxMAAB0XAAD5FgAA8xEAAM8OAADOFQAADBIAALMRAAClEQAAYRAAADIXAAC7EwBB+TULAQEAQZA2C+ABAQECAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAQf03CwEBAEGROAteAgMCAgICAgAAAgIAAgIAAgICAgICAgICAgAEAAAAAAACAgICAgICAgICAgICAgICAgICAgICAgICAgAAAAICAgICAgICAgICAgICAgICAgICAgICAgICAgICAAIAAgBB/TkLAQEAQZE6C14CAAICAgICAAACAgACAgACAgICAgICAgICAAMABAAAAAICAgICAgICAgICAgICAgICAgICAgICAgICAAAAAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAAgACAEHwOwsNbG9zZWVlcC1hbGl2ZQBBiTwLAQEAQaA8C+ABAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAQYk+CwEBAEGgPgvnAQEBAQEBAQEBAQEBAQIBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBY2h1bmtlZABBsMAAC18BAQABAQEBAQAAAQEAAQEAAQEBAQEBAQEBAQAAAAAAAAABAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQAAAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAAEAAQBBkMIACyFlY3Rpb25lbnQtbGVuZ3Rob25yb3h5LWNvbm5lY3Rpb24AQcDCAAstcmFuc2Zlci1lbmNvZGluZ3BncmFkZQ0KDQoNClNNDQoNClRUUC9DRS9UU1AvAEH5wgALBQECAAEDAEGQwwAL4AEEAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQABAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQBB+cQACwUBAgABAwBBkMUAC+ABBAEBBQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAQfnGAAsEAQAAAQBBkccAC98BAQEAAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQABAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQBB+sgACwQBAAACAEGQyQALXwMEAAAEBAQEBAQEBAQEBAUEBAQEBAQEBAQEBAQABAAGBwQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAAEAAQABAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQAAAAEAEH6ygALBAEAAAEAQZDLAAsBAQBBqssAC0ECAAAAAAAAAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMAAAAAAAADAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwBB+swACwQBAAABAEGQzQALAQEAQZrNAAsGAgAAAAACAEGxzQALOgMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAAAAAAAAAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMAQfDOAAuWAU5PVU5DRUVDS09VVE5FQ1RFVEVDUklCRUxVU0hFVEVBRFNFQVJDSFJHRUNUSVZJVFlMRU5EQVJWRU9USUZZUFRJT05TQ0hTRUFZU1RBVENIR0VPUkRJUkVDVE9SVFJDSFBBUkFNRVRFUlVSQ0VCU0NSSUJFQVJET1dOQUNFSU5ETktDS1VCU0NSSUJFSFRUUC9BRFRQLw==","base64")},50172:(ml,Al)=>{"use strict";Object.defineProperty(Al,"__esModule",{value:true});Al.enumToMap=void 0;function enumToMap(ml){const Al={};Object.keys(ml).forEach(Rl=>{const zl=ml[Rl];if(typeof zl==="number"){Al[Rl]=zl}});return Al}Al.enumToMap=enumToMap},47501:(ml,Al,Rl)=>{"use strict";const{kClients:zl}=Rl(36443);const rd=Rl(57405);const{kAgent:yh,kMockAgentSet:kh,kMockAgentGet:Qh,kDispatches:cf,kIsMockActive:t_,kNetConnect:r_,kGetNetConnect:u_,kOptions:C_,kFactory:D_}=Rl(91117);const S_=Rl(47365);const P_=Rl(94004);const{matchValue:Cg,buildMockOptions:eA}=Rl(53397);const{InvalidArgumentError:tA,UndiciError:rA}=Rl(68707);const nA=Rl(30883);const iA=Rl(91529);const sA=Rl(56142);class MockAgent extends nA{constructor(ml){super(ml);this[r_]=true;this[t_]=true;if(ml?.agent&&typeof ml.agent.dispatch!=="function"){throw new tA("Argument opts.agent must implement Agent")}const Al=ml?.agent?ml.agent:new rd(ml);this[yh]=Al;this[zl]=Al[zl];this[C_]=eA(ml)}get(ml){let Al=this[Qh](ml);if(!Al){Al=this[D_](ml);this[kh](ml,Al)}return Al}dispatch(ml,Al){this.get(ml.origin);return this[yh].dispatch(ml,Al)}async close(){await this[yh].close();this[zl].clear()}deactivate(){this[t_]=false}activate(){this[t_]=true}enableNetConnect(ml){if(typeof ml==="string"||typeof ml==="function"||ml instanceof RegExp){if(Array.isArray(this[r_])){this[r_].push(ml)}else{this[r_]=[ml]}}else if(typeof ml==="undefined"){this[r_]=true}else{throw new tA("Unsupported matcher. Must be one of String|Function|RegExp.")}}disableNetConnect(){this[r_]=false}get isMockActive(){return this[t_]}[kh](ml,Al){this[zl].set(ml,Al)}[D_](ml){const Al=Object.assign({agent:this},this[C_]);return this[C_]&&this[C_].connections===1?new S_(ml,Al):new P_(ml,Al)}[Qh](ml){const Al=this[zl].get(ml);if(Al){return Al}if(typeof ml!=="string"){const Al=this[D_]("http://localhost:9999");this[kh](ml,Al);return Al}for(const[Al,Rl]of Array.from(this[zl])){if(Rl&&typeof Al!=="string"&&Cg(Al,ml)){const Al=this[D_](ml);this[kh](ml,Al);Al[cf]=Rl[cf];return Al}}}[u_](){return this[r_]}pendingInterceptors(){const ml=this[zl];return Array.from(ml.entries()).flatMap(([ml,Al])=>Al[cf].map(Al=>({...Al,origin:ml}))).filter(({pending:ml})=>ml)}assertNoPendingInterceptors({pendingInterceptorsFormatter:ml=new sA}={}){const Al=this.pendingInterceptors();if(Al.length===0){return}const Rl=new iA("interceptor","interceptors").pluralize(Al.length);throw new rA(`\n${Rl.count} ${Rl.noun} ${Rl.is} pending:\n\n${ml.format(Al)}\n`.trim())}}ml.exports=MockAgent},47365:(ml,Al,Rl)=>{"use strict";const{promisify:zl}=Rl(57975);const rd=Rl(23701);const{buildMockDispatch:yh}=Rl(53397);const{kDispatches:kh,kMockAgent:Qh,kClose:cf,kOriginalClose:t_,kOrigin:r_,kOriginalDispatch:u_,kConnected:C_}=Rl(91117);const{MockInterceptor:D_}=Rl(31511);const S_=Rl(36443);const{InvalidArgumentError:P_}=Rl(68707);class MockClient extends rd{constructor(ml,Al){super(ml,Al);if(!Al||!Al.agent||typeof Al.agent.dispatch!=="function"){throw new P_("Argument opts.agent must implement Agent")}this[Qh]=Al.agent;this[r_]=ml;this[kh]=[];this[C_]=1;this[u_]=this.dispatch;this[t_]=this.close.bind(this);this.dispatch=yh.call(this);this.close=this[cf]}get[S_.kConnected](){return this[C_]}intercept(ml){return new D_(ml,this[kh])}async[cf](){await zl(this[t_])();this[C_]=0;this[Qh][S_.kClients].delete(this[r_])}}ml.exports=MockClient},52429:(ml,Al,Rl)=>{"use strict";const{UndiciError:zl}=Rl(68707);const rd=Symbol.for("undici.error.UND_MOCK_ERR_MOCK_NOT_MATCHED");class MockNotMatchedError extends zl{constructor(ml){super(ml);Error.captureStackTrace(this,MockNotMatchedError);this.name="MockNotMatchedError";this.message=ml||"The request does not match any registered mock dispatches";this.code="UND_MOCK_ERR_MOCK_NOT_MATCHED"}static[Symbol.hasInstance](ml){return ml&&ml[rd]===true}[rd]=true}ml.exports={MockNotMatchedError:MockNotMatchedError}},31511:(ml,Al,Rl)=>{"use strict";const{getResponseData:zl,buildKey:rd,addMockDispatch:yh}=Rl(53397);const{kDispatches:kh,kDispatchKey:Qh,kDefaultHeaders:cf,kDefaultTrailers:t_,kContentLength:r_,kMockDispatch:u_}=Rl(91117);const{InvalidArgumentError:C_}=Rl(68707);const{buildURL:D_}=Rl(3440);class MockScope{constructor(ml){this[u_]=ml}delay(ml){if(typeof ml!=="number"||!Number.isInteger(ml)||ml<=0){throw new C_("waitInMs must be a valid integer > 0")}this[u_].delay=ml;return this}persist(){this[u_].persist=true;return this}times(ml){if(typeof ml!=="number"||!Number.isInteger(ml)||ml<=0){throw new C_("repeatTimes must be a valid integer > 0")}this[u_].times=ml;return this}}class MockInterceptor{constructor(ml,Al){if(typeof ml!=="object"){throw new C_("opts must be an object")}if(typeof ml.path==="undefined"){throw new C_("opts.path must be defined")}if(typeof ml.method==="undefined"){ml.method="GET"}if(typeof ml.path==="string"){if(ml.query){ml.path=D_(ml.path,ml.query)}else{const Al=new URL(ml.path,"data://");ml.path=Al.pathname+Al.search}}if(typeof ml.method==="string"){ml.method=ml.method.toUpperCase()}this[Qh]=rd(ml);this[kh]=Al;this[cf]={};this[t_]={};this[r_]=false}createMockScopeDispatchData({statusCode:ml,data:Al,responseOptions:Rl}){const rd=zl(Al);const yh=this[r_]?{"content-length":rd.length}:{};const kh={...this[cf],...yh,...Rl.headers};const Qh={...this[t_],...Rl.trailers};return{statusCode:ml,data:Al,headers:kh,trailers:Qh}}validateReplyParameters(ml){if(typeof ml.statusCode==="undefined"){throw new C_("statusCode must be defined")}if(typeof ml.responseOptions!=="object"||ml.responseOptions===null){throw new C_("responseOptions must be an object")}}reply(ml){if(typeof ml==="function"){const wrappedDefaultsCallback=Al=>{const Rl=ml(Al);if(typeof Rl!=="object"||Rl===null){throw new C_("reply options callback must return an object")}const zl={data:"",responseOptions:{},...Rl};this.validateReplyParameters(zl);return{...this.createMockScopeDispatchData(zl)}};const Al=yh(this[kh],this[Qh],wrappedDefaultsCallback);return new MockScope(Al)}const Al={statusCode:ml,data:arguments[1]===undefined?"":arguments[1],responseOptions:arguments[2]===undefined?{}:arguments[2]};this.validateReplyParameters(Al);const Rl=this.createMockScopeDispatchData(Al);const zl=yh(this[kh],this[Qh],Rl);return new MockScope(zl)}replyWithError(ml){if(typeof ml==="undefined"){throw new C_("error must be defined")}const Al=yh(this[kh],this[Qh],{error:ml});return new MockScope(Al)}defaultReplyHeaders(ml){if(typeof ml==="undefined"){throw new C_("headers must be defined")}this[cf]=ml;return this}defaultReplyTrailers(ml){if(typeof ml==="undefined"){throw new C_("trailers must be defined")}this[t_]=ml;return this}replyContentLength(){this[r_]=true;return this}}ml.exports.MockInterceptor=MockInterceptor;ml.exports.MockScope=MockScope},94004:(ml,Al,Rl)=>{"use strict";const{promisify:zl}=Rl(57975);const rd=Rl(30628);const{buildMockDispatch:yh}=Rl(53397);const{kDispatches:kh,kMockAgent:Qh,kClose:cf,kOriginalClose:t_,kOrigin:r_,kOriginalDispatch:u_,kConnected:C_}=Rl(91117);const{MockInterceptor:D_}=Rl(31511);const S_=Rl(36443);const{InvalidArgumentError:P_}=Rl(68707);class MockPool extends rd{constructor(ml,Al){super(ml,Al);if(!Al||!Al.agent||typeof Al.agent.dispatch!=="function"){throw new P_("Argument opts.agent must implement Agent")}this[Qh]=Al.agent;this[r_]=ml;this[kh]=[];this[C_]=1;this[u_]=this.dispatch;this[t_]=this.close.bind(this);this.dispatch=yh.call(this);this.close=this[cf]}get[S_.kConnected](){return this[C_]}intercept(ml){return new D_(ml,this[kh])}async[cf](){await zl(this[t_])();this[C_]=0;this[Qh][S_.kClients].delete(this[r_])}}ml.exports=MockPool},91117:ml=>{"use strict";ml.exports={kAgent:Symbol("agent"),kOptions:Symbol("options"),kFactory:Symbol("factory"),kDispatches:Symbol("dispatches"),kDispatchKey:Symbol("dispatch key"),kDefaultHeaders:Symbol("default headers"),kDefaultTrailers:Symbol("default trailers"),kContentLength:Symbol("content length"),kMockAgent:Symbol("mock agent"),kMockAgentSet:Symbol("mock agent set"),kMockAgentGet:Symbol("mock agent get"),kMockDispatch:Symbol("mock dispatch"),kClose:Symbol("close"),kOriginalClose:Symbol("original agent close"),kOrigin:Symbol("origin"),kIsMockActive:Symbol("is mock active"),kNetConnect:Symbol("net connect"),kGetNetConnect:Symbol("get net connect"),kConnected:Symbol("connected")}},53397:(ml,Al,Rl)=>{"use strict";const{MockNotMatchedError:zl}=Rl(52429);const{kDispatches:rd,kMockAgent:yh,kOriginalDispatch:kh,kOrigin:Qh,kGetNetConnect:cf}=Rl(91117);const{buildURL:t_}=Rl(3440);const{STATUS_CODES:r_}=Rl(37067);const{types:{isPromise:u_}}=Rl(57975);function matchValue(ml,Al){if(typeof ml==="string"){return ml===Al}if(ml instanceof RegExp){return ml.test(Al)}if(typeof ml==="function"){return ml(Al)===true}return false}function lowerCaseEntries(ml){return Object.fromEntries(Object.entries(ml).map(([ml,Al])=>[ml.toLocaleLowerCase(),Al]))}function getHeaderByName(ml,Al){if(Array.isArray(ml)){for(let Rl=0;Rl!ml).filter(({path:ml})=>matchValue(safeUrl(ml),rd));if(yh.length===0){throw new zl(`Mock dispatch not matched for path '${rd}'`)}yh=yh.filter(({method:ml})=>matchValue(ml,Al.method));if(yh.length===0){throw new zl(`Mock dispatch not matched for method '${Al.method}' on path '${rd}'`)}yh=yh.filter(({body:ml})=>typeof ml!=="undefined"?matchValue(ml,Al.body):true);if(yh.length===0){throw new zl(`Mock dispatch not matched for body '${Al.body}' on path '${rd}'`)}yh=yh.filter(ml=>matchHeaders(ml,Al.headers));if(yh.length===0){const ml=typeof Al.headers==="object"?JSON.stringify(Al.headers):Al.headers;throw new zl(`Mock dispatch not matched for headers '${ml}' on path '${rd}'`)}return yh[0]}function addMockDispatch(ml,Al,Rl){const zl={timesInvoked:0,times:1,persist:false,consumed:false};const rd=typeof Rl==="function"?{callback:Rl}:{...Rl};const yh={...zl,...Al,pending:true,data:{error:null,...rd}};ml.push(yh);return yh}function deleteMockDispatch(ml,Al){const Rl=ml.findIndex(ml=>{if(!ml.consumed){return false}return matchKey(ml,Al)});if(Rl!==-1){ml.splice(Rl,1)}}function buildKey(ml){const{path:Al,method:Rl,body:zl,headers:rd,query:yh}=ml;return{path:Al,method:Rl,body:zl,headers:rd,query:yh}}function generateKeyValues(ml){const Al=Object.keys(ml);const Rl=[];for(let zl=0;zl=S_;zl.pending=D_0){setTimeout(()=>{handleReply(this[rd])},r_)}else{handleReply(this[rd])}function handleReply(zl,rd=kh){const t_=Array.isArray(ml.headers)?buildHeadersFromArray(ml.headers):ml.headers;const r_=typeof rd==="function"?rd({...ml,headers:t_}):rd;if(u_(r_)){r_.then(ml=>handleReply(zl,ml));return}const C_=getResponseData(r_);const D_=generateKeyValues(Qh);const S_=generateKeyValues(cf);Al.onConnect?.(ml=>Al.onError(ml),null);Al.onHeaders?.(yh,D_,resume,getStatusText(yh));Al.onData?.(Buffer.from(C_));Al.onComplete?.(S_);deleteMockDispatch(zl,Rl)}function resume(){}return true}function buildMockDispatch(){const ml=this[yh];const Al=this[Qh];const Rl=this[kh];return function dispatch(rd,yh){if(ml.isMockActive){try{mockDispatch.call(this,rd,yh)}catch(kh){if(kh instanceof zl){const Qh=ml[cf]();if(Qh===false){throw new zl(`${kh.message}: subsequent request to origin ${Al} was not allowed (net.connect disabled)`)}if(checkNetConnect(Qh,Al)){Rl.call(this,rd,yh)}else{throw new zl(`${kh.message}: subsequent request to origin ${Al} was not allowed (net.connect is not enabled for this origin)`)}}else{throw kh}}}else{Rl.call(this,rd,yh)}}}function checkNetConnect(ml,Al){const Rl=new URL(Al);if(ml===true){return true}else if(Array.isArray(ml)&&ml.some(ml=>matchValue(ml,Rl.host))){return true}return false}function buildMockOptions(ml){if(ml){const{agent:Al,...Rl}=ml;return Rl}}ml.exports={getResponseData:getResponseData,getMockDispatch:getMockDispatch,addMockDispatch:addMockDispatch,deleteMockDispatch:deleteMockDispatch,buildKey:buildKey,generateKeyValues:generateKeyValues,matchValue:matchValue,getResponse:getResponse,getStatusText:getStatusText,mockDispatch:mockDispatch,buildMockDispatch:buildMockDispatch,checkNetConnect:checkNetConnect,buildMockOptions:buildMockOptions,getHeaderByName:getHeaderByName,buildHeadersFromArray:buildHeadersFromArray}},56142:(ml,Al,Rl)=>{"use strict";const{Transform:zl}=Rl(57075);const{Console:rd}=Rl(37540);const yh=process.versions.icu?"✅":"Y ";const kh=process.versions.icu?"❌":"N ";ml.exports=class PendingInterceptorsFormatter{constructor({disableColors:ml}={}){this.transform=new zl({transform(ml,Al,Rl){Rl(null,ml)}});this.logger=new rd({stdout:this.transform,inspectOptions:{colors:!ml&&!process.env.CI}})}format(ml){const Al=ml.map(({method:ml,path:Al,data:{statusCode:Rl},persist:zl,times:rd,timesInvoked:Qh,origin:cf})=>({Method:ml,Origin:cf,Path:Al,"Status code":Rl,Persistent:zl?yh:kh,Invocations:Qh,Remaining:zl?Infinity:rd-Qh}));this.logger.table(Al);return this.transform.read().toString()}}},91529:ml=>{"use strict";const Al={pronoun:"it",is:"is",was:"was",this:"this"};const Rl={pronoun:"they",is:"are",was:"were",this:"these"};ml.exports=class Pluralizer{constructor(ml,Al){this.singular=ml;this.plural=Al}pluralize(ml){const zl=ml===1;const rd=zl?Al:Rl;const yh=zl?this.singular:this.plural;return{...rd,count:ml,noun:yh}}}},96603:ml=>{"use strict";let Al=0;const Rl=1e3;const zl=(Rl>>1)-1;let rd;const yh=Symbol("kFastTimer");const kh=[];const Qh=-2;const cf=-1;const t_=0;const r_=1;function onTick(){Al+=zl;let ml=0;let Rl=kh.length;while(ml=rd._idleStart+rd._idleTimeout){rd._state=cf;rd._idleStart=-1;rd._onTimeout(rd._timerArg)}if(rd._state===cf){rd._state=Qh;if(--Rl!==0){kh[ml]=kh[Rl]}}else{++ml}}kh.length=Rl;if(kh.length!==0){refreshTimeout()}}function refreshTimeout(){if(rd){rd.refresh()}else{clearTimeout(rd);rd=setTimeout(onTick,zl);if(rd.unref){rd.unref()}}}class FastTimer{[yh]=true;_state=Qh;_idleTimeout=-1;_idleStart=-1;_onTimeout;_timerArg;constructor(ml,Al,Rl){this._onTimeout=ml;this._idleTimeout=Al;this._timerArg=Rl;this.refresh()}refresh(){if(this._state===Qh){kh.push(this)}if(!rd||kh.length===1){refreshTimeout()}this._state=t_}clear(){this._state=cf;this._idleStart=-1}}ml.exports={setTimeout(ml,Al,zl){return Al<=Rl?setTimeout(ml,Al,zl):new FastTimer(ml,Al,zl)},clearTimeout(ml){if(ml[yh]){ml.clear()}else{clearTimeout(ml)}},setFastTimeout(ml,Al,Rl){return new FastTimer(ml,Al,Rl)},clearFastTimeout(ml){ml.clear()},now(){return Al},tick(ml=0){Al+=ml-Rl+1;onTick();onTick()},reset(){Al=0;kh.length=0;clearTimeout(rd);rd=null},kFastTimer:yh}},89634:(ml,Al,Rl)=>{"use strict";const{kConstruct:zl}=Rl(20109);const{urlEquals:rd,getFieldValues:yh}=Rl(76798);const{kEnumerableProperty:kh,isDisturbed:Qh}=Rl(3440);const{webidl:cf}=Rl(45893);const{Response:t_,cloneResponse:r_,fromInnerResponse:u_}=Rl(99051);const{Request:C_,fromInnerRequest:D_}=Rl(9967);const{kState:S_}=Rl(93627);const{fetching:P_}=Rl(54398);const{urlIsHttpHttpsScheme:Cg,createDeferredPromise:eA,readAllBytes:tA}=Rl(73168);const rA=Rl(34589);class Cache{#T;constructor(){if(arguments[0]!==zl){cf.illegalConstructor()}cf.util.markAsUncloneable(this);this.#T=arguments[1]}async match(ml,Al={}){cf.brandCheck(this,Cache);const Rl="Cache.match";cf.argumentLengthCheck(arguments,1,Rl);ml=cf.converters.RequestInfo(ml,Rl,"request");Al=cf.converters.CacheQueryOptions(Al,Rl,"options");const zl=this.#I(ml,Al,1);if(zl.length===0){return}return zl[0]}async matchAll(ml=undefined,Al={}){cf.brandCheck(this,Cache);const Rl="Cache.matchAll";if(ml!==undefined)ml=cf.converters.RequestInfo(ml,Rl,"request");Al=cf.converters.CacheQueryOptions(Al,Rl,"options");return this.#I(ml,Al)}async add(ml){cf.brandCheck(this,Cache);const Al="Cache.add";cf.argumentLengthCheck(arguments,1,Al);ml=cf.converters.RequestInfo(ml,Al,"request");const Rl=[ml];const zl=this.addAll(Rl);return await zl}async addAll(ml){cf.brandCheck(this,Cache);const Al="Cache.addAll";cf.argumentLengthCheck(arguments,1,Al);const Rl=[];const zl=[];for(let Rl of ml){if(Rl===undefined){throw cf.errors.conversionFailed({prefix:Al,argument:"Argument 1",types:["undefined is not allowed"]})}Rl=cf.converters.RequestInfo(Rl);if(typeof Rl==="string"){continue}const ml=Rl[S_];if(!Cg(ml.url)||ml.method!=="GET"){throw cf.errors.exception({header:Al,message:"Expected http/s scheme when method is not GET."})}}const rd=[];for(const kh of ml){const ml=new C_(kh)[S_];if(!Cg(ml.url)){throw cf.errors.exception({header:Al,message:"Expected http/s scheme."})}ml.initiator="fetch";ml.destination="subresource";zl.push(ml);const Qh=eA();rd.push(P_({request:ml,processResponse(ml){if(ml.type==="error"||ml.status===206||ml.status<200||ml.status>299){Qh.reject(cf.errors.exception({header:"Cache.addAll",message:"Received an invalid status code or the request failed."}))}else if(ml.headersList.contains("vary")){const Al=yh(ml.headersList.get("vary"));for(const ml of Al){if(ml==="*"){Qh.reject(cf.errors.exception({header:"Cache.addAll",message:"invalid vary field value"}));for(const ml of rd){ml.abort()}return}}}},processResponseEndOfBody(ml){if(ml.aborted){Qh.reject(new DOMException("aborted","AbortError"));return}Qh.resolve(ml)}}));Rl.push(Qh.promise)}const kh=Promise.all(Rl);const Qh=await kh;const t_=[];let r_=0;for(const ml of Qh){const Al={type:"put",request:zl[r_],response:ml};t_.push(Al);r_++}const u_=eA();let D_=null;try{this.#B(t_)}catch(ml){D_=ml}queueMicrotask(()=>{if(D_===null){u_.resolve(undefined)}else{u_.reject(D_)}});return u_.promise}async put(ml,Al){cf.brandCheck(this,Cache);const Rl="Cache.put";cf.argumentLengthCheck(arguments,2,Rl);ml=cf.converters.RequestInfo(ml,Rl,"request");Al=cf.converters.Response(Al,Rl,"response");let zl=null;if(ml instanceof C_){zl=ml[S_]}else{zl=new C_(ml)[S_]}if(!Cg(zl.url)||zl.method!=="GET"){throw cf.errors.exception({header:Rl,message:"Expected an http/s scheme when method is not GET"})}const rd=Al[S_];if(rd.status===206){throw cf.errors.exception({header:Rl,message:"Got 206 status"})}if(rd.headersList.contains("vary")){const ml=yh(rd.headersList.get("vary"));for(const Al of ml){if(Al==="*"){throw cf.errors.exception({header:Rl,message:"Got * vary field value"})}}}if(rd.body&&(Qh(rd.body.stream)||rd.body.stream.locked)){throw cf.errors.exception({header:Rl,message:"Response body is locked or disturbed"})}const kh=r_(rd);const t_=eA();if(rd.body!=null){const ml=rd.body.stream;const Al=ml.getReader();tA(Al).then(t_.resolve,t_.reject)}else{t_.resolve(undefined)}const u_=[];const D_={type:"put",request:zl,response:kh};u_.push(D_);const P_=await t_.promise;if(kh.body!=null){kh.body.source=P_}const rA=eA();let nA=null;try{this.#B(u_)}catch(ml){nA=ml}queueMicrotask(()=>{if(nA===null){rA.resolve()}else{rA.reject(nA)}});return rA.promise}async delete(ml,Al={}){cf.brandCheck(this,Cache);const Rl="Cache.delete";cf.argumentLengthCheck(arguments,1,Rl);ml=cf.converters.RequestInfo(ml,Rl,"request");Al=cf.converters.CacheQueryOptions(Al,Rl,"options");let zl=null;if(ml instanceof C_){zl=ml[S_];if(zl.method!=="GET"&&!Al.ignoreMethod){return false}}else{rA(typeof ml==="string");zl=new C_(ml)[S_]}const rd=[];const yh={type:"delete",request:zl,options:Al};rd.push(yh);const kh=eA();let Qh=null;let t_;try{t_=this.#B(rd)}catch(ml){Qh=ml}queueMicrotask(()=>{if(Qh===null){kh.resolve(!!t_?.length)}else{kh.reject(Qh)}});return kh.promise}async keys(ml=undefined,Al={}){cf.brandCheck(this,Cache);const Rl="Cache.keys";if(ml!==undefined)ml=cf.converters.RequestInfo(ml,Rl,"request");Al=cf.converters.CacheQueryOptions(Al,Rl,"options");let zl=null;if(ml!==undefined){if(ml instanceof C_){zl=ml[S_];if(zl.method!=="GET"&&!Al.ignoreMethod){return[]}}else if(typeof ml==="string"){zl=new C_(ml)[S_]}}const rd=eA();const yh=[];if(ml===undefined){for(const ml of this.#T){yh.push(ml[0])}}else{const ml=this.#F(zl,Al);for(const Al of ml){yh.push(Al[0])}}queueMicrotask(()=>{const ml=[];for(const Al of yh){const Rl=D_(Al,(new AbortController).signal,"immutable");ml.push(Rl)}rd.resolve(Object.freeze(ml))});return rd.promise}#B(ml){const Al=this.#T;const Rl=[...Al];const zl=[];const rd=[];try{for(const Rl of ml){if(Rl.type!=="delete"&&Rl.type!=="put"){throw cf.errors.exception({header:"Cache.#batchCacheOperations",message:'operation type does not match "delete" or "put"'})}if(Rl.type==="delete"&&Rl.response!=null){throw cf.errors.exception({header:"Cache.#batchCacheOperations",message:"delete operation should not have an associated response"})}if(this.#F(Rl.request,Rl.options,zl).length){throw new DOMException("???","InvalidStateError")}let ml;if(Rl.type==="delete"){ml=this.#F(Rl.request,Rl.options);if(ml.length===0){return[]}for(const Rl of ml){const ml=Al.indexOf(Rl);rA(ml!==-1);Al.splice(ml,1)}}else if(Rl.type==="put"){if(Rl.response==null){throw cf.errors.exception({header:"Cache.#batchCacheOperations",message:"put operation should have an associated response"})}const rd=Rl.request;if(!Cg(rd.url)){throw cf.errors.exception({header:"Cache.#batchCacheOperations",message:"expected http or https scheme"})}if(rd.method!=="GET"){throw cf.errors.exception({header:"Cache.#batchCacheOperations",message:"not get method"})}if(Rl.options!=null){throw cf.errors.exception({header:"Cache.#batchCacheOperations",message:"options must not be defined"})}ml=this.#F(Rl.request);for(const Rl of ml){const ml=Al.indexOf(Rl);rA(ml!==-1);Al.splice(ml,1)}Al.push([Rl.request,Rl.response]);zl.push([Rl.request,Rl.response])}rd.push([Rl.request,Rl.response])}return rd}catch(ml){this.#T.length=0;this.#T=Rl;throw ml}}#F(ml,Al,Rl){const zl=[];const rd=Rl??this.#T;for(const Rl of rd){const[rd,yh]=Rl;if(this.#P(ml,rd,yh,Al)){zl.push(Rl)}}return zl}#P(ml,Al,Rl=null,zl){const kh=new URL(ml.url);const Qh=new URL(Al.url);if(zl?.ignoreSearch){Qh.search="";kh.search=""}if(!rd(kh,Qh,true)){return false}if(Rl==null||zl?.ignoreVary||!Rl.headersList.contains("vary")){return true}const cf=yh(Rl.headersList.get("vary"));for(const Rl of cf){if(Rl==="*"){return false}const zl=Al.headersList.get(Rl);const rd=ml.headersList.get(Rl);if(zl!==rd){return false}}return true}#I(ml,Al,Rl=Infinity){let zl=null;if(ml!==undefined){if(ml instanceof C_){zl=ml[S_];if(zl.method!=="GET"&&!Al.ignoreMethod){return[]}}else if(typeof ml==="string"){zl=new C_(ml)[S_]}}const rd=[];if(ml===undefined){for(const ml of this.#T){rd.push(ml[1])}}else{const ml=this.#F(zl,Al);for(const Al of ml){rd.push(Al[1])}}const yh=[];for(const ml of rd){const Al=u_(ml,"immutable");yh.push(Al.clone());if(yh.length>=Rl){break}}return Object.freeze(yh)}}Object.defineProperties(Cache.prototype,{[Symbol.toStringTag]:{value:"Cache",configurable:true},match:kh,matchAll:kh,add:kh,addAll:kh,put:kh,delete:kh,keys:kh});const nA=[{key:"ignoreSearch",converter:cf.converters.boolean,defaultValue:()=>false},{key:"ignoreMethod",converter:cf.converters.boolean,defaultValue:()=>false},{key:"ignoreVary",converter:cf.converters.boolean,defaultValue:()=>false}];cf.converters.CacheQueryOptions=cf.dictionaryConverter(nA);cf.converters.MultiCacheQueryOptions=cf.dictionaryConverter([...nA,{key:"cacheName",converter:cf.converters.DOMString}]);cf.converters.Response=cf.interfaceConverter(t_);cf.converters["sequence"]=cf.sequenceConverter(cf.converters.RequestInfo);ml.exports={Cache:Cache}},3245:(ml,Al,Rl)=>{"use strict";const{kConstruct:zl}=Rl(20109);const{Cache:rd}=Rl(89634);const{webidl:yh}=Rl(45893);const{kEnumerableProperty:kh}=Rl(3440);class CacheStorage{#R=new Map;constructor(){if(arguments[0]!==zl){yh.illegalConstructor()}yh.util.markAsUncloneable(this)}async match(ml,Al={}){yh.brandCheck(this,CacheStorage);yh.argumentLengthCheck(arguments,1,"CacheStorage.match");ml=yh.converters.RequestInfo(ml);Al=yh.converters.MultiCacheQueryOptions(Al);if(Al.cacheName!=null){if(this.#R.has(Al.cacheName)){const Rl=this.#R.get(Al.cacheName);const yh=new rd(zl,Rl);return await yh.match(ml,Al)}}else{for(const Rl of this.#R.values()){const yh=new rd(zl,Rl);const kh=await yh.match(ml,Al);if(kh!==undefined){return kh}}}}async has(ml){yh.brandCheck(this,CacheStorage);const Al="CacheStorage.has";yh.argumentLengthCheck(arguments,1,Al);ml=yh.converters.DOMString(ml,Al,"cacheName");return this.#R.has(ml)}async open(ml){yh.brandCheck(this,CacheStorage);const Al="CacheStorage.open";yh.argumentLengthCheck(arguments,1,Al);ml=yh.converters.DOMString(ml,Al,"cacheName");if(this.#R.has(ml)){const Al=this.#R.get(ml);return new rd(zl,Al)}const Rl=[];this.#R.set(ml,Rl);return new rd(zl,Rl)}async delete(ml){yh.brandCheck(this,CacheStorage);const Al="CacheStorage.delete";yh.argumentLengthCheck(arguments,1,Al);ml=yh.converters.DOMString(ml,Al,"cacheName");return this.#R.delete(ml)}async keys(){yh.brandCheck(this,CacheStorage);const ml=this.#R.keys();return[...ml]}}Object.defineProperties(CacheStorage.prototype,{[Symbol.toStringTag]:{value:"CacheStorage",configurable:true},match:kh,has:kh,open:kh,delete:kh,keys:kh});ml.exports={CacheStorage:CacheStorage}},20109:(ml,Al,Rl)=>{"use strict";ml.exports={kConstruct:Rl(36443).kConstruct}},76798:(ml,Al,Rl)=>{"use strict";const zl=Rl(34589);const{URLSerializer:rd}=Rl(51900);const{isValidHeaderName:yh}=Rl(73168);function urlEquals(ml,Al,Rl=false){const zl=rd(ml,Rl);const yh=rd(Al,Rl);return zl===yh}function getFieldValues(ml){zl(ml!==null);const Al=[];for(let Rl of ml.split(",")){Rl=Rl.trim();if(yh(Rl)){Al.push(Rl)}}return Al}ml.exports={urlEquals:urlEquals,getFieldValues:getFieldValues}},71276:ml=>{"use strict";const Al=1024;const Rl=4096;ml.exports={maxAttributeValueSize:Al,maxNameValuePairSize:Rl}},79061:(ml,Al,Rl)=>{"use strict";const{parseSetCookie:zl}=Rl(11978);const{stringify:rd}=Rl(57797);const{webidl:yh}=Rl(45893);const{Headers:kh}=Rl(60660);function getCookies(ml){yh.argumentLengthCheck(arguments,1,"getCookies");yh.brandCheck(ml,kh,{strict:false});const Al=ml.get("cookie");const Rl={};if(!Al){return Rl}for(const ml of Al.split(";")){const[Al,...zl]=ml.split("=");Rl[Al.trim()]=zl.join("=")}return Rl}function deleteCookie(ml,Al,Rl){yh.brandCheck(ml,kh,{strict:false});const zl="deleteCookie";yh.argumentLengthCheck(arguments,2,zl);Al=yh.converters.DOMString(Al,zl,"name");Rl=yh.converters.DeleteCookieAttributes(Rl);setCookie(ml,{name:Al,value:"",expires:new Date(0),...Rl})}function getSetCookies(ml){yh.argumentLengthCheck(arguments,1,"getSetCookies");yh.brandCheck(ml,kh,{strict:false});const Al=ml.getSetCookie();if(!Al){return[]}return Al.map(ml=>zl(ml))}function setCookie(ml,Al){yh.argumentLengthCheck(arguments,2,"setCookie");yh.brandCheck(ml,kh,{strict:false});Al=yh.converters.Cookie(Al);const Rl=rd(Al);if(Rl){ml.append("Set-Cookie",Rl)}}yh.converters.DeleteCookieAttributes=yh.dictionaryConverter([{converter:yh.nullableConverter(yh.converters.DOMString),key:"path",defaultValue:()=>null},{converter:yh.nullableConverter(yh.converters.DOMString),key:"domain",defaultValue:()=>null}]);yh.converters.Cookie=yh.dictionaryConverter([{converter:yh.converters.DOMString,key:"name"},{converter:yh.converters.DOMString,key:"value"},{converter:yh.nullableConverter(ml=>{if(typeof ml==="number"){return yh.converters["unsigned long long"](ml)}return new Date(ml)}),key:"expires",defaultValue:()=>null},{converter:yh.nullableConverter(yh.converters["long long"]),key:"maxAge",defaultValue:()=>null},{converter:yh.nullableConverter(yh.converters.DOMString),key:"domain",defaultValue:()=>null},{converter:yh.nullableConverter(yh.converters.DOMString),key:"path",defaultValue:()=>null},{converter:yh.nullableConverter(yh.converters.boolean),key:"secure",defaultValue:()=>null},{converter:yh.nullableConverter(yh.converters.boolean),key:"httpOnly",defaultValue:()=>null},{converter:yh.converters.USVString,key:"sameSite",allowedValues:["Strict","Lax","None"]},{converter:yh.sequenceConverter(yh.converters.DOMString),key:"unparsed",defaultValue:()=>new Array(0)}]);ml.exports={getCookies:getCookies,deleteCookie:deleteCookie,getSetCookies:getSetCookies,setCookie:setCookie}},11978:(ml,Al,Rl)=>{"use strict";const{maxNameValuePairSize:zl,maxAttributeValueSize:rd}=Rl(71276);const{isCTLExcludingHtab:yh}=Rl(57797);const{collectASequenceOfCodePointsFast:kh}=Rl(51900);const Qh=Rl(34589);function parseSetCookie(ml){if(yh(ml)){return null}let Al="";let Rl="";let rd="";let Qh="";if(ml.includes(";")){const zl={position:0};Al=kh(";",ml,zl);Rl=ml.slice(zl.position)}else{Al=ml}if(!Al.includes("=")){Qh=Al}else{const ml={position:0};rd=kh("=",Al,ml);Qh=Al.slice(ml.position+1)}rd=rd.trim();Qh=Qh.trim();if(rd.length+Qh.length>zl){return null}return{name:rd,value:Qh,...parseUnparsedAttributes(Rl)}}function parseUnparsedAttributes(ml,Al={}){if(ml.length===0){return Al}Qh(ml[0]===";");ml=ml.slice(1);let Rl="";if(ml.includes(";")){Rl=kh(";",ml,{position:0});ml=ml.slice(Rl.length)}else{Rl=ml;ml=""}let zl="";let yh="";if(Rl.includes("=")){const ml={position:0};zl=kh("=",Rl,ml);yh=Rl.slice(ml.position+1)}else{zl=Rl}zl=zl.trim();yh=yh.trim();if(yh.length>rd){return parseUnparsedAttributes(ml,Al)}const cf=zl.toLowerCase();if(cf==="expires"){const ml=new Date(yh);Al.expires=ml}else if(cf==="max-age"){const Rl=yh.charCodeAt(0);if((Rl<48||Rl>57)&&yh[0]!=="-"){return parseUnparsedAttributes(ml,Al)}if(!/^\d+$/.test(yh)){return parseUnparsedAttributes(ml,Al)}const zl=Number(yh);Al.maxAge=zl}else if(cf==="domain"){let ml=yh;if(ml[0]==="."){ml=ml.slice(1)}ml=ml.toLowerCase();Al.domain=ml}else if(cf==="path"){let ml="";if(yh.length===0||yh[0]!=="/"){ml="/"}else{ml=yh}Al.path=ml}else if(cf==="secure"){Al.secure=true}else if(cf==="httponly"){Al.httpOnly=true}else if(cf==="samesite"){const ml=yh.toLowerCase();if(ml==="none"){Al.sameSite="None"}else if(ml==="strict"){Al.sameSite="Strict"}else if(ml==="lax"){Al.sameSite="Lax"}}else{Al.unparsed??=[];Al.unparsed.push(`${zl}=${yh}`)}return parseUnparsedAttributes(ml,Al)}ml.exports={parseSetCookie:parseSetCookie,parseUnparsedAttributes:parseUnparsedAttributes}},57797:ml=>{"use strict";function isCTLExcludingHtab(ml){for(let Al=0;Al=0&&Rl<=8||Rl>=10&&Rl<=31||Rl===127){return true}}return false}function validateCookieName(ml){for(let Al=0;Al126||Rl===34||Rl===40||Rl===41||Rl===60||Rl===62||Rl===64||Rl===44||Rl===59||Rl===58||Rl===92||Rl===47||Rl===91||Rl===93||Rl===63||Rl===61||Rl===123||Rl===125){throw new Error("Invalid cookie name")}}}function validateCookieValue(ml){let Al=ml.length;let Rl=0;if(ml[0]==='"'){if(Al===1||ml[Al-1]!=='"'){throw new Error("Invalid cookie value")}--Al;++Rl}while(Rl126||Al===34||Al===44||Al===59||Al===92){throw new Error("Invalid cookie value")}}}function validateCookiePath(ml){for(let Al=0;AlAl.toString().padStart(2,"0"));function toIMFDate(ml){if(typeof ml==="number"){ml=new Date(ml)}return`${Al[ml.getUTCDay()]}, ${zl[ml.getUTCDate()]} ${Rl[ml.getUTCMonth()]} ${ml.getUTCFullYear()} ${zl[ml.getUTCHours()]}:${zl[ml.getUTCMinutes()]}:${zl[ml.getUTCSeconds()]} GMT`}function validateCookieMaxAge(ml){if(ml<0){throw new Error("Invalid cookie max-age")}}function stringify(ml){if(ml.name.length===0){return null}validateCookieName(ml.name);validateCookieValue(ml.value);const Al=[`${ml.name}=${ml.value}`];if(ml.name.startsWith("__Secure-")){ml.secure=true}if(ml.name.startsWith("__Host-")){ml.secure=true;ml.domain=null;ml.path="/"}if(ml.secure){Al.push("Secure")}if(ml.httpOnly){Al.push("HttpOnly")}if(typeof ml.maxAge==="number"){validateCookieMaxAge(ml.maxAge);Al.push(`Max-Age=${ml.maxAge}`)}if(ml.domain){validateCookieDomain(ml.domain);Al.push(`Domain=${ml.domain}`)}if(ml.path){validateCookiePath(ml.path);Al.push(`Path=${ml.path}`)}if(ml.expires&&ml.expires.toString()!=="Invalid Date"){Al.push(`Expires=${toIMFDate(ml.expires)}`)}if(ml.sameSite){Al.push(`SameSite=${ml.sameSite}`)}for(const Rl of ml.unparsed){if(!Rl.includes("=")){throw new Error("Invalid unparsed")}const[ml,...zl]=Rl.split("=");Al.push(`${ml.trim()}=${zl.join("=")}`)}return Al.join("; ")}ml.exports={isCTLExcludingHtab:isCTLExcludingHtab,validateCookieName:validateCookieName,validateCookiePath:validateCookiePath,validateCookieValue:validateCookieValue,toIMFDate:toIMFDate,stringify:stringify}},24031:(ml,Al,Rl)=>{"use strict";const{Transform:zl}=Rl(57075);const{isASCIINumber:rd,isValidLastEventId:yh}=Rl(94811);const kh=[239,187,191];const Qh=10;const cf=13;const t_=58;const r_=32;class EventSourceStream extends zl{state=null;checkBOM=true;crlfCheck=false;eventEndCheck=false;buffer=null;pos=0;event={data:undefined,event:undefined,id:undefined,retry:undefined};constructor(ml={}){ml.readableObjectMode=true;super(ml);this.state=ml.eventSourceSettings||{};if(ml.push){this.push=ml.push}}_transform(ml,Al,Rl){if(ml.length===0){Rl();return}if(this.buffer){this.buffer=Buffer.concat([this.buffer,ml])}else{this.buffer=ml}if(this.checkBOM){switch(this.buffer.length){case 1:if(this.buffer[0]===kh[0]){Rl();return}this.checkBOM=false;Rl();return;case 2:if(this.buffer[0]===kh[0]&&this.buffer[1]===kh[1]){Rl();return}this.checkBOM=false;break;case 3:if(this.buffer[0]===kh[0]&&this.buffer[1]===kh[1]&&this.buffer[2]===kh[2]){this.buffer=Buffer.alloc(0);this.checkBOM=false;Rl();return}this.checkBOM=false;break;default:if(this.buffer[0]===kh[0]&&this.buffer[1]===kh[1]&&this.buffer[2]===kh[2]){this.buffer=this.buffer.subarray(3)}this.checkBOM=false;break}}while(this.pos0){Al[zl]=kh}break}}processEvent(ml){if(ml.retry&&rd(ml.retry)){this.state.reconnectionTime=parseInt(ml.retry,10)}if(ml.id&&yh(ml.id)){this.state.lastEventId=ml.id}if(ml.data!==undefined){this.push({type:ml.event||"message",options:{data:ml.data,lastEventId:this.state.lastEventId,origin:this.state.origin}})}}clearEvent(){this.event={data:undefined,event:undefined,id:undefined,retry:undefined}}}ml.exports={EventSourceStream:EventSourceStream}},21238:(ml,Al,Rl)=>{"use strict";const{pipeline:zl}=Rl(57075);const{fetching:rd}=Rl(54398);const{makeRequest:yh}=Rl(9967);const{webidl:kh}=Rl(45893);const{EventSourceStream:Qh}=Rl(24031);const{parseMIMEType:cf}=Rl(51900);const{createFastMessageEvent:t_}=Rl(15188);const{isNetworkError:r_}=Rl(99051);const{delay:u_}=Rl(94811);const{kEnumerableProperty:C_}=Rl(3440);const{environmentSettingsObject:D_}=Rl(73168);let S_=false;const P_=3e3;const Cg=0;const eA=1;const tA=2;const rA="anonymous";const nA="use-credentials";class EventSource extends EventTarget{#N={open:null,error:null,message:null};#O=null;#Q=false;#L=Cg;#M=null;#j=null;#e;#b;constructor(ml,Al={}){super();kh.util.markAsUncloneable(this);const Rl="EventSource constructor";kh.argumentLengthCheck(arguments,1,Rl);if(!S_){S_=true;process.emitWarning("EventSource is experimental, expect them to change at any time.",{code:"UNDICI-ES"})}ml=kh.converters.USVString(ml,Rl,"url");Al=kh.converters.EventSourceInitDict(Al,Rl,"eventSourceInitDict");this.#e=Al.dispatcher;this.#b={lastEventId:"",reconnectionTime:P_};const zl=D_;let rd;try{rd=new URL(ml,zl.settingsObject.baseUrl);this.#b.origin=rd.origin}catch(ml){throw new DOMException(ml,"SyntaxError")}this.#O=rd.href;let Qh=rA;if(Al.withCredentials){Qh=nA;this.#Q=true}const cf={redirect:"follow",keepalive:true,mode:"cors",credentials:Qh==="anonymous"?"same-origin":"omit",referrer:"no-referrer"};cf.client=D_.settingsObject;cf.headersList=[["accept",{name:"accept",value:"text/event-stream"}]];cf.cache="no-store";cf.initiator="other";cf.urlList=[new URL(this.#O)];this.#M=yh(cf);this.#U()}get readyState(){return this.#L}get url(){return this.#O}get withCredentials(){return this.#Q}#U(){if(this.#L===tA)return;this.#L=Cg;const ml={request:this.#M,dispatcher:this.#e};const processEventSourceEndOfBody=ml=>{if(r_(ml)){this.dispatchEvent(new Event("error"));this.close()}this.#G()};ml.processResponseEndOfBody=processEventSourceEndOfBody;ml.processResponse=ml=>{if(r_(ml)){if(ml.aborted){this.close();this.dispatchEvent(new Event("error"));return}else{this.#G();return}}const Al=ml.headersList.get("content-type",true);const Rl=Al!==null?cf(Al):"failure";const rd=Rl!=="failure"&&Rl.essence==="text/event-stream";if(ml.status!==200||rd===false){this.close();this.dispatchEvent(new Event("error"));return}this.#L=eA;this.dispatchEvent(new Event("open"));this.#b.origin=ml.urlList[ml.urlList.length-1].origin;const yh=new Qh({eventSourceSettings:this.#b,push:ml=>{this.dispatchEvent(t_(ml.type,ml.options))}});zl(ml.body.stream,yh,ml=>{if(ml?.aborted===false){this.close();this.dispatchEvent(new Event("error"))}})};this.#j=rd(ml)}async#G(){if(this.#L===tA)return;this.#L=Cg;this.dispatchEvent(new Event("error"));await u_(this.#b.reconnectionTime);if(this.#L!==Cg)return;if(this.#b.lastEventId.length){this.#M.headersList.set("last-event-id",this.#b.lastEventId,true)}this.#U()}close(){kh.brandCheck(this,EventSource);if(this.#L===tA)return;this.#L=tA;this.#j.abort();this.#M=null}get onopen(){return this.#N.open}set onopen(ml){if(this.#N.open){this.removeEventListener("open",this.#N.open)}if(typeof ml==="function"){this.#N.open=ml;this.addEventListener("open",ml)}else{this.#N.open=null}}get onmessage(){return this.#N.message}set onmessage(ml){if(this.#N.message){this.removeEventListener("message",this.#N.message)}if(typeof ml==="function"){this.#N.message=ml;this.addEventListener("message",ml)}else{this.#N.message=null}}get onerror(){return this.#N.error}set onerror(ml){if(this.#N.error){this.removeEventListener("error",this.#N.error)}if(typeof ml==="function"){this.#N.error=ml;this.addEventListener("error",ml)}else{this.#N.error=null}}}const iA={CONNECTING:{__proto__:null,configurable:false,enumerable:true,value:Cg,writable:false},OPEN:{__proto__:null,configurable:false,enumerable:true,value:eA,writable:false},CLOSED:{__proto__:null,configurable:false,enumerable:true,value:tA,writable:false}};Object.defineProperties(EventSource,iA);Object.defineProperties(EventSource.prototype,iA);Object.defineProperties(EventSource.prototype,{close:C_,onerror:C_,onmessage:C_,onopen:C_,readyState:C_,url:C_,withCredentials:C_});kh.converters.EventSourceInitDict=kh.dictionaryConverter([{key:"withCredentials",converter:kh.converters.boolean,defaultValue:()=>false},{key:"dispatcher",converter:kh.converters.any}]);ml.exports={EventSource:EventSource,defaultReconnectionTime:P_}},94811:ml=>{"use strict";function isValidLastEventId(ml){return ml.indexOf("\0")===-1}function isASCIINumber(ml){if(ml.length===0)return false;for(let Al=0;Al57)return false}return true}function delay(ml){return new Promise(Al=>{setTimeout(Al,ml).unref()})}ml.exports={isValidLastEventId:isValidLastEventId,isASCIINumber:isASCIINumber,delay:delay}},84492:(ml,Al,Rl)=>{"use strict";const zl=Rl(3440);const{ReadableStreamFrom:rd,isBlobLike:yh,isReadableStreamLike:kh,readableStreamClose:Qh,createDeferredPromise:cf,fullyReadBody:t_,extractMimeType:r_,utf8DecodeBytes:u_}=Rl(73168);const{FormData:C_}=Rl(35910);const{kState:D_}=Rl(93627);const{webidl:S_}=Rl(45893);const{Blob:P_}=Rl(4573);const Cg=Rl(34589);const{isErrored:eA,isDisturbed:tA}=Rl(57075);const{isArrayBuffer:rA}=Rl(73429);const{serializeAMimeType:nA}=Rl(51900);const{multipartFormDataParser:iA}=Rl(50116);let sA;try{const ml=Rl(77598);sA=Al=>ml.randomInt(0,Al)}catch{sA=ml=>Math.floor(Math.random(ml))}const aA=new TextEncoder;function noop(){}const oA=globalThis.FinalizationRegistry&&process.version.indexOf("v18")!==0;let lA;if(oA){lA=new FinalizationRegistry(ml=>{const Al=ml.deref();if(Al&&!Al.locked&&!tA(Al)&&!eA(Al)){Al.cancel("Response object has been garbage collected").catch(noop)}})}function extractBody(ml,Al=false){let Rl=null;if(ml instanceof ReadableStream){Rl=ml}else if(yh(ml)){Rl=ml.stream()}else{Rl=new ReadableStream({async pull(ml){const Al=typeof t_==="string"?aA.encode(t_):t_;if(Al.byteLength){ml.enqueue(Al)}queueMicrotask(()=>Qh(ml))},start(){},type:"bytes"})}Cg(kh(Rl));let cf=null;let t_=null;let r_=null;let u_=null;if(typeof ml==="string"){t_=ml;u_="text/plain;charset=UTF-8"}else if(ml instanceof URLSearchParams){t_=ml.toString();u_="application/x-www-form-urlencoded;charset=UTF-8"}else if(rA(ml)){t_=new Uint8Array(ml.slice())}else if(ArrayBuffer.isView(ml)){t_=new Uint8Array(ml.buffer.slice(ml.byteOffset,ml.byteOffset+ml.byteLength))}else if(zl.isFormDataLike(ml)){const Al=`----formdata-undici-0${`${sA(1e11)}`.padStart(11,"0")}`;const Rl=`--${Al}\r\nContent-Disposition: form-data` -/*! formdata-polyfill. MIT License. Jimmy Wärting */;const escape=ml=>ml.replace(/\n/g,"%0A").replace(/\r/g,"%0D").replace(/"/g,"%22");const normalizeLinefeeds=ml=>ml.replace(/\r?\n|\r/g,"\r\n");const zl=[];const rd=new Uint8Array([13,10]);r_=0;let yh=false;for(const[Al,kh]of ml){if(typeof kh==="string"){const ml=aA.encode(Rl+`; name="${escape(normalizeLinefeeds(Al))}"`+`\r\n\r\n${normalizeLinefeeds(kh)}\r\n`);zl.push(ml);r_+=ml.byteLength}else{const ml=aA.encode(`${Rl}; name="${escape(normalizeLinefeeds(Al))}"`+(kh.name?`; filename="${escape(kh.name)}"`:"")+"\r\n"+`Content-Type: ${kh.type||"application/octet-stream"}\r\n\r\n`);zl.push(ml,kh,rd);if(typeof kh.size==="number"){r_+=ml.byteLength+kh.size+rd.byteLength}else{yh=true}}}const kh=aA.encode(`--${Al}--\r\n`);zl.push(kh);r_+=kh.byteLength;if(yh){r_=null}t_=ml;cf=async function*(){for(const ml of zl){if(ml.stream){yield*ml.stream()}else{yield ml}}};u_=`multipart/form-data; boundary=${Al}`}else if(yh(ml)){t_=ml;r_=ml.size;if(ml.type){u_=ml.type}}else if(typeof ml[Symbol.asyncIterator]==="function"){if(Al){throw new TypeError("keepalive")}if(zl.isDisturbed(ml)||ml.locked){throw new TypeError("Response body object should not be disturbed or locked")}Rl=ml instanceof ReadableStream?ml:rd(ml)}if(typeof t_==="string"||zl.isBuffer(t_)){r_=Buffer.byteLength(t_)}if(cf!=null){let Al;Rl=new ReadableStream({async start(){Al=cf(ml)[Symbol.asyncIterator]()},async pull(ml){const{value:zl,done:rd}=await Al.next();if(rd){queueMicrotask(()=>{ml.close();ml.byobRequest?.respond(0)})}else{if(!eA(Rl)){const Al=new Uint8Array(zl);if(Al.byteLength){ml.enqueue(Al)}}}return ml.desiredSize>0},async cancel(ml){await Al.return()},type:"bytes"})}const C_={stream:Rl,source:t_,length:r_};return[C_,u_]}function safelyExtractBody(ml,Al=false){if(ml instanceof ReadableStream){Cg(!zl.isDisturbed(ml),"The body has already been consumed.");Cg(!ml.locked,"The stream is locked.")}return extractBody(ml,Al)}function cloneBody(ml,Al){const[Rl,zl]=Al.stream.tee();Al.stream=Rl;return{stream:zl,length:Al.length,source:Al.source}}function throwIfAborted(ml){if(ml.aborted){throw new DOMException("The operation was aborted.","AbortError")}}function bodyMixinMethods(ml){const Al={blob(){return consumeBody(this,ml=>{let Al=bodyMimeType(this);if(Al===null){Al=""}else if(Al){Al=nA(Al)}return new P_([ml],{type:Al})},ml)},arrayBuffer(){return consumeBody(this,ml=>new Uint8Array(ml).buffer,ml)},text(){return consumeBody(this,u_,ml)},json(){return consumeBody(this,parseJSONFromBytes,ml)},formData(){return consumeBody(this,ml=>{const Al=bodyMimeType(this);if(Al!==null){switch(Al.essence){case"multipart/form-data":{const Rl=iA(ml,Al);if(Rl==="failure"){throw new TypeError("Failed to parse body as FormData.")}const zl=new C_;zl[D_]=Rl;return zl}case"application/x-www-form-urlencoded":{const Al=new URLSearchParams(ml.toString());const Rl=new C_;for(const[ml,zl]of Al){Rl.append(ml,zl)}return Rl}}}throw new TypeError('Content-Type was not one of "multipart/form-data" or "application/x-www-form-urlencoded".')},ml)},bytes(){return consumeBody(this,ml=>new Uint8Array(ml),ml)}};return Al}function mixinBody(ml){Object.assign(ml.prototype,bodyMixinMethods(ml))}async function consumeBody(ml,Al,Rl){S_.brandCheck(ml,Rl);if(bodyUnusable(ml)){throw new TypeError("Body is unusable: Body has already been read")}throwIfAborted(ml[D_]);const zl=cf();const errorSteps=ml=>zl.reject(ml);const successSteps=ml=>{try{zl.resolve(Al(ml))}catch(ml){errorSteps(ml)}};if(ml[D_].body==null){successSteps(Buffer.allocUnsafe(0));return zl.promise}await t_(ml[D_].body,successSteps,errorSteps);return zl.promise}function bodyUnusable(ml){const Al=ml[D_].body;return Al!=null&&(Al.stream.locked||zl.isDisturbed(Al.stream))}function parseJSONFromBytes(ml){return JSON.parse(u_(ml))}function bodyMimeType(ml){const Al=ml[D_].headersList;const Rl=r_(Al);if(Rl==="failure"){return null}return Rl}ml.exports={extractBody:extractBody,safelyExtractBody:safelyExtractBody,cloneBody:cloneBody,mixinBody:mixinBody,streamRegistry:lA,hasFinalizationRegistry:oA,bodyUnusable:bodyUnusable}},4495:ml=>{"use strict";const Al=["GET","HEAD","POST"];const Rl=new Set(Al);const zl=[101,204,205,304];const rd=[301,302,303,307,308];const yh=new Set(rd);const kh=["1","7","9","11","13","15","17","19","20","21","22","23","25","37","42","43","53","69","77","79","87","95","101","102","103","104","109","110","111","113","115","117","119","123","135","137","139","143","161","179","389","427","465","512","513","514","515","526","530","531","532","540","548","554","556","563","587","601","636","989","990","993","995","1719","1720","1723","2049","3659","4045","4190","5060","5061","6000","6566","6665","6666","6667","6668","6669","6679","6697","10080"];const Qh=new Set(kh);const cf=["","no-referrer","no-referrer-when-downgrade","same-origin","origin","strict-origin","origin-when-cross-origin","strict-origin-when-cross-origin","unsafe-url"];const t_=new Set(cf);const r_=["follow","manual","error"];const u_=["GET","HEAD","OPTIONS","TRACE"];const C_=new Set(u_);const D_=["navigate","same-origin","no-cors","cors"];const S_=["omit","same-origin","include"];const P_=["default","no-store","reload","no-cache","force-cache","only-if-cached"];const Cg=["content-encoding","content-language","content-location","content-type","content-length"];const eA=["half"];const tA=["CONNECT","TRACE","TRACK"];const rA=new Set(tA);const nA=["audio","audioworklet","font","image","manifest","paintworklet","script","style","track","video","xslt",""];const iA=new Set(nA);ml.exports={subresource:nA,forbiddenMethods:tA,requestBodyHeader:Cg,referrerPolicy:cf,requestRedirect:r_,requestMode:D_,requestCredentials:S_,requestCache:P_,redirectStatus:rd,corsSafeListedMethods:Al,nullBodyStatus:zl,safeMethods:u_,badPorts:kh,requestDuplex:eA,subresourceSet:iA,badPortsSet:Qh,redirectStatusSet:yh,corsSafeListedMethodsSet:Rl,safeMethodsSet:C_,forbiddenMethodsSet:rA,referrerPolicySet:t_}},51900:(ml,Al,Rl)=>{"use strict";const zl=Rl(34589);const rd=new TextEncoder;const yh=/^[!#$%&'*+\-.^_|~A-Za-z0-9]+$/;const kh=/[\u000A\u000D\u0009\u0020]/;const Qh=/[\u0009\u000A\u000C\u000D\u0020]/g;const cf=/^[\u0009\u0020-\u007E\u0080-\u00FF]+$/;function dataURLProcessor(ml){zl(ml.protocol==="data:");let Al=URLSerializer(ml,true);Al=Al.slice(5);const Rl={position:0};let rd=collectASequenceOfCodePointsFast(",",Al,Rl);const yh=rd.length;rd=removeASCIIWhitespace(rd,true,true);if(Rl.position>=Al.length){return"failure"}Rl.position++;const kh=Al.slice(yh+1);let Qh=stringPercentDecode(kh);if(/;(\u0020){0,}base64$/i.test(rd)){const ml=isomorphicDecode(Qh);Qh=forgivingBase64(ml);if(Qh==="failure"){return"failure"}rd=rd.slice(0,-6);rd=rd.replace(/(\u0020)+$/,"");rd=rd.slice(0,-1)}if(rd.startsWith(";")){rd="text/plain"+rd}let cf=parseMIMEType(rd);if(cf==="failure"){cf=parseMIMEType("text/plain;charset=US-ASCII")}return{mimeType:cf,body:Qh}}function URLSerializer(ml,Al=false){if(!Al){return ml.href}const Rl=ml.href;const zl=ml.hash.length;const rd=zl===0?Rl:Rl.substring(0,Rl.length-zl);if(!zl&&Rl.endsWith("#")){return rd.slice(0,-1)}return rd}function collectASequenceOfCodePoints(ml,Al,Rl){let zl="";while(Rl.position=48&&ml<=57||ml>=65&&ml<=70||ml>=97&&ml<=102}function hexByteToNumber(ml){return ml>=48&&ml<=57?ml-48:(ml&223)-55}function percentDecode(ml){const Al=ml.length;const Rl=new Uint8Array(Al);let zl=0;for(let rd=0;rdml.length){return"failure"}Al.position++;let zl=collectASequenceOfCodePointsFast(";",ml,Al);zl=removeHTTPWhitespace(zl,false,true);if(zl.length===0||!yh.test(zl)){return"failure"}const rd=Rl.toLowerCase();const Qh=zl.toLowerCase();const t_={type:rd,subtype:Qh,parameters:new Map,essence:`${rd}/${Qh}`};while(Al.positionkh.test(ml),ml,Al);let Rl=collectASequenceOfCodePoints(ml=>ml!==";"&&ml!=="=",ml,Al);Rl=Rl.toLowerCase();if(Al.positionml.length){break}let zl=null;if(ml[Al.position]==='"'){zl=collectAnHTTPQuotedString(ml,Al,true);collectASequenceOfCodePointsFast(";",ml,Al)}else{zl=collectASequenceOfCodePointsFast(";",ml,Al);zl=removeHTTPWhitespace(zl,false,true);if(zl.length===0){continue}}if(Rl.length!==0&&yh.test(Rl)&&(zl.length===0||cf.test(zl))&&!t_.parameters.has(Rl)){t_.parameters.set(Rl,zl)}}return t_}function forgivingBase64(ml){ml=ml.replace(Qh,"");let Al=ml.length;if(Al%4===0){if(ml.charCodeAt(Al-1)===61){--Al;if(ml.charCodeAt(Al-1)===61){--Al}}}if(Al%4===1){return"failure"}if(/[^+/0-9A-Za-z]/.test(ml.length===Al?ml:ml.substring(0,Al))){return"failure"}const Rl=Buffer.from(ml,"base64");return new Uint8Array(Rl.buffer,Rl.byteOffset,Rl.byteLength)}function collectAnHTTPQuotedString(ml,Al,Rl){const rd=Al.position;let yh="";zl(ml[Al.position]==='"');Al.position++;while(true){yh+=collectASequenceOfCodePoints(ml=>ml!=='"'&&ml!=="\\",ml,Al);if(Al.position>=ml.length){break}const Rl=ml[Al.position];Al.position++;if(Rl==="\\"){if(Al.position>=ml.length){yh+="\\";break}yh+=ml[Al.position];Al.position++}else{zl(Rl==='"');break}}if(Rl){return yh}return ml.slice(rd,Al.position)}function serializeAMimeType(ml){zl(ml!=="failure");const{parameters:Al,essence:Rl}=ml;let rd=Rl;for(let[ml,Rl]of Al.entries()){rd+=";";rd+=ml;rd+="=";if(!yh.test(Rl)){Rl=Rl.replace(/(\\|")/g,"\\$1");Rl='"'+Rl;Rl+='"'}rd+=Rl}return rd}function isHTTPWhiteSpace(ml){return ml===13||ml===10||ml===9||ml===32}function removeHTTPWhitespace(ml,Al=true,Rl=true){return removeChars(ml,Al,Rl,isHTTPWhiteSpace)}function isASCIIWhitespace(ml){return ml===13||ml===10||ml===9||ml===12||ml===32}function removeASCIIWhitespace(ml,Al=true,Rl=true){return removeChars(ml,Al,Rl,isASCIIWhitespace)}function removeChars(ml,Al,Rl,zl){let rd=0;let yh=ml.length-1;if(Al){while(rd0&&zl(ml.charCodeAt(yh)))yh--}return rd===0&&yh===ml.length-1?ml:ml.slice(rd,yh+1)}function isomorphicDecode(ml){const Al=ml.length;if((2<<15)-1>Al){return String.fromCharCode.apply(null,ml)}let Rl="";let zl=0;let rd=(2<<15)-1;while(zlAl){rd=Al-zl}Rl+=String.fromCharCode.apply(null,ml.subarray(zl,zl+=rd))}return Rl}function minimizeSupportedMimeType(ml){switch(ml.essence){case"application/ecmascript":case"application/javascript":case"application/x-ecmascript":case"application/x-javascript":case"text/ecmascript":case"text/javascript":case"text/javascript1.0":case"text/javascript1.1":case"text/javascript1.2":case"text/javascript1.3":case"text/javascript1.4":case"text/javascript1.5":case"text/jscript":case"text/livescript":case"text/x-ecmascript":case"text/x-javascript":return"text/javascript";case"application/json":case"text/json":return"application/json";case"image/svg+xml":return"image/svg+xml";case"text/xml":case"application/xml":return"application/xml"}if(ml.subtype.endsWith("+json")){return"application/json"}if(ml.subtype.endsWith("+xml")){return"application/xml"}return""}ml.exports={dataURLProcessor:dataURLProcessor,URLSerializer:URLSerializer,collectASequenceOfCodePoints:collectASequenceOfCodePoints,collectASequenceOfCodePointsFast:collectASequenceOfCodePointsFast,stringPercentDecode:stringPercentDecode,parseMIMEType:parseMIMEType,collectAnHTTPQuotedString:collectAnHTTPQuotedString,serializeAMimeType:serializeAMimeType,removeChars:removeChars,removeHTTPWhitespace:removeHTTPWhitespace,minimizeSupportedMimeType:minimizeSupportedMimeType,HTTP_TOKEN_CODEPOINTS:yh,isomorphicDecode:isomorphicDecode}},66653:(ml,Al,Rl)=>{"use strict";const{kConnected:zl,kSize:rd}=Rl(36443);class CompatWeakRef{constructor(ml){this.value=ml}deref(){return this.value[zl]===0&&this.value[rd]===0?undefined:this.value}}class CompatFinalizer{constructor(ml){this.finalizer=ml}register(ml,Al){if(ml.on){ml.on("disconnect",()=>{if(ml[zl]===0&&ml[rd]===0){this.finalizer(Al)}})}}unregister(ml){}}ml.exports=function(){if(process.env.NODE_V8_COVERAGE&&process.version.startsWith("v18")){process._rawDebug("Using compatibility WeakRef and FinalizationRegistry");return{WeakRef:CompatWeakRef,FinalizationRegistry:CompatFinalizer}}return{WeakRef:WeakRef,FinalizationRegistry:FinalizationRegistry}}},27114:(ml,Al,Rl)=>{"use strict";const{Blob:zl,File:rd}=Rl(4573);const{kState:yh}=Rl(93627);const{webidl:kh}=Rl(45893);class FileLike{constructor(ml,Al,Rl={}){const zl=Al;const rd=Rl.type;const kh=Rl.lastModified??Date.now();this[yh]={blobLike:ml,name:zl,type:rd,lastModified:kh}}stream(...ml){kh.brandCheck(this,FileLike);return this[yh].blobLike.stream(...ml)}arrayBuffer(...ml){kh.brandCheck(this,FileLike);return this[yh].blobLike.arrayBuffer(...ml)}slice(...ml){kh.brandCheck(this,FileLike);return this[yh].blobLike.slice(...ml)}text(...ml){kh.brandCheck(this,FileLike);return this[yh].blobLike.text(...ml)}get size(){kh.brandCheck(this,FileLike);return this[yh].blobLike.size}get type(){kh.brandCheck(this,FileLike);return this[yh].blobLike.type}get name(){kh.brandCheck(this,FileLike);return this[yh].name}get lastModified(){kh.brandCheck(this,FileLike);return this[yh].lastModified}get[Symbol.toStringTag](){return"File"}}kh.converters.Blob=kh.interfaceConverter(zl);function isFileLike(ml){return ml instanceof rd||ml&&(typeof ml.stream==="function"||typeof ml.arrayBuffer==="function")&&ml[Symbol.toStringTag]==="File"}ml.exports={FileLike:FileLike,isFileLike:isFileLike}},50116:(ml,Al,Rl)=>{"use strict";const{isUSVString:zl,bufferToLowerCasedHeaderName:rd}=Rl(3440);const{utf8DecodeBytes:yh}=Rl(73168);const{HTTP_TOKEN_CODEPOINTS:kh,isomorphicDecode:Qh}=Rl(51900);const{isFileLike:cf}=Rl(27114);const{makeEntry:t_}=Rl(35910);const r_=Rl(34589);const{File:u_}=Rl(4573);const C_=globalThis.File??u_;const D_=Buffer.from('form-data; name="');const S_=Buffer.from("; filename");const P_=Buffer.from("--");const Cg=Buffer.from("--\r\n");function isAsciiString(ml){for(let Al=0;Al70){return false}for(let Rl=0;Rl=48&&Al<=57||Al>=65&&Al<=90||Al>=97&&Al<=122||Al===39||Al===45||Al===95)){return false}}return true}function multipartFormDataParser(ml,Al){r_(Al!=="failure"&&Al.essence==="multipart/form-data");const Rl=Al.parameters.get("boundary");if(Rl===undefined){return"failure"}const rd=Buffer.from(`--${Rl}`,"utf8");const kh=[];const Qh={position:0};while(ml[Qh.position]===13&&ml[Qh.position+1]===10){Qh.position+=2}let u_=ml.length;while(ml[u_-1]===10&&ml[u_-2]===13){u_-=2}if(u_!==ml.length){ml=ml.subarray(0,u_)}while(true){if(ml.subarray(Qh.position,Qh.position+rd.length).equals(rd)){Qh.position+=rd.length}else{return"failure"}if(Qh.position===ml.length-2&&bufferStartsWith(ml,P_,Qh)||Qh.position===ml.length-4&&bufferStartsWith(ml,Cg,Qh)){return kh}if(ml[Qh.position]!==13||ml[Qh.position+1]!==10){return"failure"}Qh.position+=2;const Al=parseMultipartFormDataHeaders(ml,Qh);if(Al==="failure"){return"failure"}let{name:Rl,filename:u_,contentType:D_,encoding:S_}=Al;Qh.position+=2;let eA;{const Al=ml.indexOf(rd.subarray(2),Qh.position);if(Al===-1){return"failure"}eA=ml.subarray(Qh.position,Al-4);Qh.position+=eA.length;if(S_==="base64"){eA=Buffer.from(eA.toString(),"base64")}}if(ml[Qh.position]!==13||ml[Qh.position+1]!==10){return"failure"}else{Qh.position+=2}let tA;if(u_!==null){D_??="text/plain";if(!isAsciiString(D_)){D_=""}tA=new C_([eA],u_,{type:D_})}else{tA=yh(Buffer.from(eA))}r_(zl(Rl));r_(typeof tA==="string"&&zl(tA)||cf(tA));kh.push(t_(Rl,tA,u_))}}function parseMultipartFormDataHeaders(ml,Al){let Rl=null;let zl=null;let yh=null;let cf=null;while(true){if(ml[Al.position]===13&&ml[Al.position+1]===10){if(Rl===null){return"failure"}return{name:Rl,filename:zl,contentType:yh,encoding:cf}}let t_=collectASequenceOfBytes(ml=>ml!==10&&ml!==13&&ml!==58,ml,Al);t_=removeChars(t_,true,true,ml=>ml===9||ml===32);if(!kh.test(t_.toString())){return"failure"}if(ml[Al.position]!==58){return"failure"}Al.position++;collectASequenceOfBytes(ml=>ml===32||ml===9,ml,Al);switch(rd(t_)){case"content-disposition":{Rl=zl=null;if(!bufferStartsWith(ml,D_,Al)){return"failure"}Al.position+=17;Rl=parseMultipartFormDataName(ml,Al);if(Rl===null){return"failure"}if(bufferStartsWith(ml,S_,Al)){let Rl=Al.position+S_.length;if(ml[Rl]===42){Al.position+=1;Rl+=1}if(ml[Rl]!==61||ml[Rl+1]!==34){return"failure"}Al.position+=12;zl=parseMultipartFormDataName(ml,Al);if(zl===null){return"failure"}}break}case"content-type":{let Rl=collectASequenceOfBytes(ml=>ml!==10&&ml!==13,ml,Al);Rl=removeChars(Rl,false,true,ml=>ml===9||ml===32);yh=Qh(Rl);break}case"content-transfer-encoding":{let Rl=collectASequenceOfBytes(ml=>ml!==10&&ml!==13,ml,Al);Rl=removeChars(Rl,false,true,ml=>ml===9||ml===32);cf=Qh(Rl);break}default:{collectASequenceOfBytes(ml=>ml!==10&&ml!==13,ml,Al)}}if(ml[Al.position]!==13&&ml[Al.position+1]!==10){return"failure"}else{Al.position+=2}}}function parseMultipartFormDataName(ml,Al){r_(ml[Al.position-1]===34);let Rl=collectASequenceOfBytes(ml=>ml!==10&&ml!==13&&ml!==34,ml,Al);if(ml[Al.position]!==34){return null}else{Al.position++}Rl=(new TextDecoder).decode(Rl).replace(/%0A/gi,"\n").replace(/%0D/gi,"\r").replace(/%22/g,'"');return Rl}function collectASequenceOfBytes(ml,Al,Rl){let zl=Rl.position;while(zl0&&zl(ml[yh]))yh--}return rd===0&&yh===ml.length-1?ml:ml.subarray(rd,yh+1)}function bufferStartsWith(ml,Al,Rl){if(ml.length{"use strict";const{isBlobLike:zl,iteratorMixin:rd}=Rl(73168);const{kState:yh}=Rl(93627);const{kEnumerableProperty:kh}=Rl(3440);const{FileLike:Qh,isFileLike:cf}=Rl(27114);const{webidl:t_}=Rl(45893);const{File:r_}=Rl(4573);const u_=Rl(57975);const C_=globalThis.File??r_;class FormData{constructor(ml){t_.util.markAsUncloneable(this);if(ml!==undefined){throw t_.errors.conversionFailed({prefix:"FormData constructor",argument:"Argument 1",types:["undefined"]})}this[yh]=[]}append(ml,Al,Rl=undefined){t_.brandCheck(this,FormData);const rd="FormData.append";t_.argumentLengthCheck(arguments,2,rd);if(arguments.length===3&&!zl(Al)){throw new TypeError("Failed to execute 'append' on 'FormData': parameter 2 is not of type 'Blob'")}ml=t_.converters.USVString(ml,rd,"name");Al=zl(Al)?t_.converters.Blob(Al,rd,"value",{strict:false}):t_.converters.USVString(Al,rd,"value");Rl=arguments.length===3?t_.converters.USVString(Rl,rd,"filename"):undefined;const kh=makeEntry(ml,Al,Rl);this[yh].push(kh)}delete(ml){t_.brandCheck(this,FormData);const Al="FormData.delete";t_.argumentLengthCheck(arguments,1,Al);ml=t_.converters.USVString(ml,Al,"name");this[yh]=this[yh].filter(Al=>Al.name!==ml)}get(ml){t_.brandCheck(this,FormData);const Al="FormData.get";t_.argumentLengthCheck(arguments,1,Al);ml=t_.converters.USVString(ml,Al,"name");const Rl=this[yh].findIndex(Al=>Al.name===ml);if(Rl===-1){return null}return this[yh][Rl].value}getAll(ml){t_.brandCheck(this,FormData);const Al="FormData.getAll";t_.argumentLengthCheck(arguments,1,Al);ml=t_.converters.USVString(ml,Al,"name");return this[yh].filter(Al=>Al.name===ml).map(ml=>ml.value)}has(ml){t_.brandCheck(this,FormData);const Al="FormData.has";t_.argumentLengthCheck(arguments,1,Al);ml=t_.converters.USVString(ml,Al,"name");return this[yh].findIndex(Al=>Al.name===ml)!==-1}set(ml,Al,Rl=undefined){t_.brandCheck(this,FormData);const rd="FormData.set";t_.argumentLengthCheck(arguments,2,rd);if(arguments.length===3&&!zl(Al)){throw new TypeError("Failed to execute 'set' on 'FormData': parameter 2 is not of type 'Blob'")}ml=t_.converters.USVString(ml,rd,"name");Al=zl(Al)?t_.converters.Blob(Al,rd,"name",{strict:false}):t_.converters.USVString(Al,rd,"name");Rl=arguments.length===3?t_.converters.USVString(Rl,rd,"name"):undefined;const kh=makeEntry(ml,Al,Rl);const Qh=this[yh].findIndex(Al=>Al.name===ml);if(Qh!==-1){this[yh]=[...this[yh].slice(0,Qh),kh,...this[yh].slice(Qh+1).filter(Al=>Al.name!==ml)]}else{this[yh].push(kh)}}[u_.inspect.custom](ml,Al){const Rl=this[yh].reduce((ml,Al)=>{if(ml[Al.name]){if(Array.isArray(ml[Al.name])){ml[Al.name].push(Al.value)}else{ml[Al.name]=[ml[Al.name],Al.value]}}else{ml[Al.name]=Al.value}return ml},{__proto__:null});Al.depth??=ml;Al.colors??=true;const zl=u_.formatWithOptions(Al,Rl);return`FormData ${zl.slice(zl.indexOf("]")+2)}`}}rd("FormData",FormData,yh,"name","value");Object.defineProperties(FormData.prototype,{append:kh,delete:kh,get:kh,getAll:kh,has:kh,set:kh,[Symbol.toStringTag]:{value:"FormData",configurable:true}});function makeEntry(ml,Al,Rl){if(typeof Al==="string"){}else{if(!cf(Al)){Al=Al instanceof Blob?new C_([Al],"blob",{type:Al.type}):new Qh(Al,"blob",{type:Al.type})}if(Rl!==undefined){const ml={type:Al.type,lastModified:Al.lastModified};Al=Al instanceof r_?new C_([Al],Rl,ml):new Qh(Al,Rl,ml)}}return{name:ml,value:Al}}ml.exports={FormData:FormData,makeEntry:makeEntry}},51059:ml=>{"use strict";const Al=Symbol.for("undici.globalOrigin.1");function getGlobalOrigin(){return globalThis[Al]}function setGlobalOrigin(ml){if(ml===undefined){Object.defineProperty(globalThis,Al,{value:undefined,writable:true,enumerable:false,configurable:false});return}const Rl=new URL(ml);if(Rl.protocol!=="http:"&&Rl.protocol!=="https:"){throw new TypeError(`Only http & https urls are allowed, received ${Rl.protocol}`)}Object.defineProperty(globalThis,Al,{value:Rl,writable:true,enumerable:false,configurable:false})}ml.exports={getGlobalOrigin:getGlobalOrigin,setGlobalOrigin:setGlobalOrigin}},60660:(ml,Al,Rl)=>{"use strict";const{kConstruct:zl}=Rl(36443);const{kEnumerableProperty:rd}=Rl(3440);const{iteratorMixin:yh,isValidHeaderName:kh,isValidHeaderValue:Qh}=Rl(73168);const{webidl:cf}=Rl(45893);const t_=Rl(34589);const r_=Rl(57975);const u_=Symbol("headers map");const C_=Symbol("headers map sorted");function isHTTPWhiteSpaceCharCode(ml){return ml===10||ml===13||ml===9||ml===32}function headerValueNormalize(ml){let Al=0;let Rl=ml.length;while(Rl>Al&&isHTTPWhiteSpaceCharCode(ml.charCodeAt(Rl-1)))--Rl;while(Rl>Al&&isHTTPWhiteSpaceCharCode(ml.charCodeAt(Al)))++Al;return Al===0&&Rl===ml.length?ml:ml.substring(Al,Rl)}function fill(ml,Al){if(Array.isArray(Al)){for(let Rl=0;Rl>","record"]})}}function appendHeader(ml,Al,Rl){Rl=headerValueNormalize(Rl);if(!kh(Al)){throw cf.errors.invalidArgument({prefix:"Headers.append",value:Al,type:"header name"})}else if(!Qh(Rl)){throw cf.errors.invalidArgument({prefix:"Headers.append",value:Rl,type:"header value"})}if(D_(ml)==="immutable"){throw new TypeError("immutable")}return P_(ml).append(Al,Rl,false)}function compareHeaderName(ml,Al){return ml[0]>1);if(Al[Qh][0]<=cf[0]){kh=Qh+1}else{yh=Qh}}if(zl!==Qh){rd=zl;while(rd>kh){Al[rd]=Al[--rd]}Al[kh]=cf}}if(!Rl.next().done){throw new TypeError("Unreachable")}return Al}else{let ml=0;for(const{0:Rl,1:{value:zl}}of this[u_]){Al[ml++]=[Rl,zl];t_(zl!==null)}return Al.sort(compareHeaderName)}}}class Headers{#q;#$;constructor(ml=undefined){cf.util.markAsUncloneable(this);if(ml===zl){return}this.#$=new HeadersList;this.#q="none";if(ml!==undefined){ml=cf.converters.HeadersInit(ml,"Headers contructor","init");fill(this,ml)}}append(ml,Al){cf.brandCheck(this,Headers);cf.argumentLengthCheck(arguments,2,"Headers.append");const Rl="Headers.append";ml=cf.converters.ByteString(ml,Rl,"name");Al=cf.converters.ByteString(Al,Rl,"value");return appendHeader(this,ml,Al)}delete(ml){cf.brandCheck(this,Headers);cf.argumentLengthCheck(arguments,1,"Headers.delete");const Al="Headers.delete";ml=cf.converters.ByteString(ml,Al,"name");if(!kh(ml)){throw cf.errors.invalidArgument({prefix:"Headers.delete",value:ml,type:"header name"})}if(this.#q==="immutable"){throw new TypeError("immutable")}if(!this.#$.contains(ml,false)){return}this.#$.delete(ml,false)}get(ml){cf.brandCheck(this,Headers);cf.argumentLengthCheck(arguments,1,"Headers.get");const Al="Headers.get";ml=cf.converters.ByteString(ml,Al,"name");if(!kh(ml)){throw cf.errors.invalidArgument({prefix:Al,value:ml,type:"header name"})}return this.#$.get(ml,false)}has(ml){cf.brandCheck(this,Headers);cf.argumentLengthCheck(arguments,1,"Headers.has");const Al="Headers.has";ml=cf.converters.ByteString(ml,Al,"name");if(!kh(ml)){throw cf.errors.invalidArgument({prefix:Al,value:ml,type:"header name"})}return this.#$.contains(ml,false)}set(ml,Al){cf.brandCheck(this,Headers);cf.argumentLengthCheck(arguments,2,"Headers.set");const Rl="Headers.set";ml=cf.converters.ByteString(ml,Rl,"name");Al=cf.converters.ByteString(Al,Rl,"value");Al=headerValueNormalize(Al);if(!kh(ml)){throw cf.errors.invalidArgument({prefix:Rl,value:ml,type:"header name"})}else if(!Qh(Al)){throw cf.errors.invalidArgument({prefix:Rl,value:Al,type:"header value"})}if(this.#q==="immutable"){throw new TypeError("immutable")}this.#$.set(ml,Al,false)}getSetCookie(){cf.brandCheck(this,Headers);const ml=this.#$.cookies;if(ml){return[...ml]}return[]}get[C_](){if(this.#$[C_]){return this.#$[C_]}const ml=[];const Al=this.#$.toSortedArray();const Rl=this.#$.cookies;if(Rl===null||Rl.length===1){return this.#$[C_]=Al}for(let zl=0;zl>"](ml,Al,Rl,zl.bind(ml))}return cf.converters["record"](ml,Al,Rl)}throw cf.errors.conversionFailed({prefix:"Headers constructor",argument:"Argument 1",types:["sequence>","record"]})};ml.exports={fill:fill,compareHeaderName:compareHeaderName,Headers:Headers,HeadersList:HeadersList,getHeadersGuard:D_,setHeadersGuard:S_,setHeadersList:Cg,getHeadersList:P_}},54398:(ml,Al,Rl)=>{"use strict";const{makeNetworkError:zl,makeAppropriateNetworkError:rd,filterResponse:yh,makeResponse:kh,fromInnerResponse:Qh}=Rl(99051);const{HeadersList:cf}=Rl(60660);const{Request:t_,cloneRequest:r_}=Rl(9967);const u_=Rl(38522);const{bytesMatch:C_,makePolicyContainer:D_,clonePolicyContainer:S_,requestBadPort:P_,TAOCheck:Cg,appendRequestOriginHeader:eA,responseLocationURL:tA,requestCurrentURL:rA,setRequestReferrerPolicyOnRedirect:nA,tryUpgradeRequestToAPotentiallyTrustworthyURL:iA,createOpaqueTimingInfo:sA,appendFetchMetadata:aA,corsCheck:oA,crossOriginResourcePolicyCheck:lA,determineRequestsReferrer:cA,coarsenedSharedCurrentTime:uA,createDeferredPromise:pA,isBlobLike:dA,sameOrigin:hA,isCancelled:fA,isAborted:_A,isErrorLike:mA,fullyReadBody:gA,readableStreamClose:AA,isomorphicEncode:yA,urlIsLocal:bA,urlIsHttpHttpsScheme:vA,urlHasHttpsScheme:EA,clampAndCoarsenConnectionTimingInfo:wA,simpleRangeHeaderValue:CA,buildContentRange:xA,createInflate:DA,extractMimeType:SA}=Rl(73168);const{kState:kA,kDispatcher:TA}=Rl(93627);const IA=Rl(34589);const{safelyExtractBody:BA,extractBody:FA}=Rl(84492);const{redirectStatusSet:PA,nullBodyStatus:RA,safeMethodsSet:NA,requestBodyHeader:OA,subresourceSet:QA}=Rl(4495);const LA=Rl(78474);const{Readable:MA,pipeline:jA,finished:UA}=Rl(57075);const{addAbortListener:GA,isErrored:qA,isReadable:$A,bufferToLowerCasedHeaderName:JA}=Rl(3440);const{dataURLProcessor:HA,serializeAMimeType:VA,minimizeSupportedMimeType:WA}=Rl(51900);const{getGlobalDispatcher:zA}=Rl(32581);const{webidl:YA}=Rl(45893);const{STATUS_CODES:KA}=Rl(37067);const XA=["GET","HEAD"];const ZA=typeof __UNDICI_IS_NODE__!=="undefined"||typeof esbuildDetection!=="undefined"?"node":"undici";let dy;class Fetch extends LA{constructor(ml){super();this.dispatcher=ml;this.connection=null;this.dump=false;this.state="ongoing"}terminate(ml){if(this.state!=="ongoing"){return}this.state="terminated";this.connection?.destroy(ml);this.emit("terminated",ml)}abort(ml){if(this.state!=="ongoing"){return}this.state="aborted";if(!ml){ml=new DOMException("The operation was aborted.","AbortError")}this.serializedAbortReason=ml;this.connection?.destroy(ml);this.emit("terminated",ml)}}function handleFetchDone(ml){finalizeAndReportTiming(ml,"fetch")}function fetch(ml,Al=undefined){YA.argumentLengthCheck(arguments,1,"globalThis.fetch");let Rl=pA();let zl;try{zl=new t_(ml,Al)}catch(ml){Rl.reject(ml);return Rl.promise}const rd=zl[kA];if(zl.signal.aborted){abortFetch(Rl,rd,null,zl.signal.reason);return Rl.promise}const yh=rd.client.globalObject;if(yh?.constructor?.name==="ServiceWorkerGlobalScope"){rd.serviceWorkers="none"}let kh=null;let cf=false;let r_=null;GA(zl.signal,()=>{cf=true;IA(r_!=null);r_.abort(zl.signal.reason);const ml=kh?.deref();abortFetch(Rl,rd,ml,zl.signal.reason)});const processResponse=ml=>{if(cf){return}if(ml.aborted){abortFetch(Rl,rd,kh,r_.serializedAbortReason);return}if(ml.type==="error"){Rl.reject(new TypeError("fetch failed",{cause:ml.error}));return}kh=new WeakRef(Qh(ml,"immutable"));Rl.resolve(kh.deref());Rl=null};r_=fetching({request:rd,processResponseEndOfBody:handleFetchDone,processResponse:processResponse,dispatcher:zl[TA]});return Rl.promise}function finalizeAndReportTiming(ml,Al="other"){if(ml.type==="error"&&ml.aborted){return}if(!ml.urlList?.length){return}const Rl=ml.urlList[0];let zl=ml.timingInfo;let rd=ml.cacheState;if(!vA(Rl)){return}if(zl===null){return}if(!ml.timingAllowPassed){zl=sA({startTime:zl.startTime});rd=""}zl.endTime=uA();ml.timingInfo=zl;my(zl,Rl.href,Al,globalThis,rd)}const my=performance.markResourceTiming;function abortFetch(ml,Al,Rl,zl){if(ml){ml.reject(zl)}if(Al.body!=null&&$A(Al.body?.stream)){Al.body.stream.cancel(zl).catch(ml=>{if(ml.code==="ERR_INVALID_STATE"){return}throw ml})}if(Rl==null){return}const rd=Rl[kA];if(rd.body!=null&&$A(rd.body?.stream)){rd.body.stream.cancel(zl).catch(ml=>{if(ml.code==="ERR_INVALID_STATE"){return}throw ml})}}function fetching({request:ml,processRequestBodyChunkLength:Al,processRequestEndOfBody:Rl,processResponse:zl,processResponseEndOfBody:rd,processResponseConsumeBody:yh,useParallelQueue:kh=false,dispatcher:Qh=zA()}){IA(Qh);let cf=null;let t_=false;if(ml.client!=null){cf=ml.client.globalObject;t_=ml.client.crossOriginIsolatedCapability}const r_=uA(t_);const u_=sA({startTime:r_});const C_={controller:new Fetch(Qh),request:ml,timingInfo:u_,processRequestBodyChunkLength:Al,processRequestEndOfBody:Rl,processResponse:zl,processResponseConsumeBody:yh,processResponseEndOfBody:rd,taskDestination:cf,crossOriginIsolatedCapability:t_};IA(!ml.body||ml.body.stream);if(ml.window==="client"){ml.window=ml.client?.globalObject?.constructor?.name==="Window"?ml.client:"no-window"}if(ml.origin==="client"){ml.origin=ml.client.origin}if(ml.policyContainer==="client"){if(ml.client!=null){ml.policyContainer=S_(ml.client.policyContainer)}else{ml.policyContainer=D_()}}if(!ml.headersList.contains("accept",true)){const Al="*/*";ml.headersList.append("accept",Al,true)}if(!ml.headersList.contains("accept-language",true)){ml.headersList.append("accept-language","*",true)}if(ml.priority===null){}if(QA.has(ml.destination)){}mainFetch(C_).catch(ml=>{C_.controller.terminate(ml)});return C_.controller}async function mainFetch(ml,Al=false){const Rl=ml.request;let rd=null;if(Rl.localURLsOnly&&!bA(rA(Rl))){rd=zl("local URLs only")}iA(Rl);if(P_(Rl)==="blocked"){rd=zl("bad port")}if(Rl.referrerPolicy===""){Rl.referrerPolicy=Rl.policyContainer.referrerPolicy}if(Rl.referrer!=="no-referrer"){Rl.referrer=cA(Rl)}if(rd===null){rd=await(async()=>{const Al=rA(Rl);if(hA(Al,Rl.url)&&Rl.responseTainting==="basic"||Al.protocol==="data:"||(Rl.mode==="navigate"||Rl.mode==="websocket")){Rl.responseTainting="basic";return await schemeFetch(ml)}if(Rl.mode==="same-origin"){return zl('request mode cannot be "same-origin"')}if(Rl.mode==="no-cors"){if(Rl.redirect!=="follow"){return zl('redirect mode cannot be "follow" for "no-cors" request')}Rl.responseTainting="opaque";return await schemeFetch(ml)}if(!vA(rA(Rl))){return zl("URL scheme must be a HTTP(S) scheme")}Rl.responseTainting="cors";return await httpFetch(ml)})()}if(Al){return rd}if(rd.status!==0&&!rd.internalResponse){if(Rl.responseTainting==="cors"){}if(Rl.responseTainting==="basic"){rd=yh(rd,"basic")}else if(Rl.responseTainting==="cors"){rd=yh(rd,"cors")}else if(Rl.responseTainting==="opaque"){rd=yh(rd,"opaque")}else{IA(false)}}let kh=rd.status===0?rd:rd.internalResponse;if(kh.urlList.length===0){kh.urlList.push(...Rl.urlList)}if(!Rl.timingAllowFailed){rd.timingAllowPassed=true}if(rd.type==="opaque"&&kh.status===206&&kh.rangeRequested&&!Rl.headers.contains("range",true)){rd=kh=zl()}if(rd.status!==0&&(Rl.method==="HEAD"||Rl.method==="CONNECT"||RA.includes(kh.status))){kh.body=null;ml.controller.dump=true}if(Rl.integrity){const processBodyError=Al=>fetchFinale(ml,zl(Al));if(Rl.responseTainting==="opaque"||rd.body==null){processBodyError(rd.error);return}const processBody=Al=>{if(!C_(Al,Rl.integrity)){processBodyError("integrity mismatch");return}rd.body=BA(Al)[0];fetchFinale(ml,rd)};await gA(rd.body,processBody,processBodyError)}else{fetchFinale(ml,rd)}}function schemeFetch(ml){if(fA(ml)&&ml.request.redirectCount===0){return Promise.resolve(rd(ml))}const{request:Al}=ml;const{protocol:yh}=rA(Al);switch(yh){case"about:":{return Promise.resolve(zl("about scheme is not supported"))}case"blob:":{if(!dy){dy=Rl(4573).resolveObjectURL}const ml=rA(Al);if(ml.search.length!==0){return Promise.resolve(zl("NetworkError when attempting to fetch resource."))}const rd=dy(ml.toString());if(Al.method!=="GET"||!dA(rd)){return Promise.resolve(zl("invalid method"))}const yh=kh();const Qh=rd.size;const cf=yA(`${Qh}`);const t_=rd.type;if(!Al.headersList.contains("range",true)){const ml=FA(rd);yh.statusText="OK";yh.body=ml[0];yh.headersList.set("content-length",cf,true);yh.headersList.set("content-type",t_,true)}else{yh.rangeRequested=true;const ml=Al.headersList.get("range",true);const Rl=CA(ml,true);if(Rl==="failure"){return Promise.resolve(zl("failed to fetch the data URL"))}let{rangeStartValue:kh,rangeEndValue:cf}=Rl;if(kh===null){kh=Qh-cf;cf=kh+cf-1}else{if(kh>=Qh){return Promise.resolve(zl("Range start is greater than the blob's size."))}if(cf===null||cf>=Qh){cf=Qh-1}}const r_=rd.slice(kh,cf,t_);const u_=FA(r_);yh.body=u_[0];const C_=yA(`${r_.size}`);const D_=xA(kh,cf,Qh);yh.status=206;yh.statusText="Partial Content";yh.headersList.set("content-length",C_,true);yh.headersList.set("content-type",t_,true);yh.headersList.set("content-range",D_,true)}return Promise.resolve(yh)}case"data:":{const ml=rA(Al);const Rl=HA(ml);if(Rl==="failure"){return Promise.resolve(zl("failed to fetch the data URL"))}const rd=VA(Rl.mimeType);return Promise.resolve(kh({statusText:"OK",headersList:[["content-type",{name:"Content-Type",value:rd}]],body:BA(Rl.body)[0]}))}case"file:":{return Promise.resolve(zl("not implemented... yet..."))}case"http:":case"https:":{return httpFetch(ml).catch(ml=>zl(ml))}default:{return Promise.resolve(zl("unknown scheme"))}}}function finalizeResponse(ml,Al){ml.request.done=true;if(ml.processResponseDone!=null){queueMicrotask(()=>ml.processResponseDone(Al))}}function fetchFinale(ml,Al){let Rl=ml.timingInfo;const processResponseEndOfBody=()=>{const zl=Date.now();if(ml.request.destination==="document"){ml.controller.fullTimingInfo=Rl}ml.controller.reportTimingSteps=()=>{if(ml.request.url.protocol!=="https:"){return}Rl.endTime=zl;let rd=Al.cacheState;const yh=Al.bodyInfo;if(!Al.timingAllowPassed){Rl=sA(Rl);rd=""}let kh=0;if(ml.request.mode!=="navigator"||!Al.hasCrossOriginRedirects){kh=Al.status;const ml=SA(Al.headersList);if(ml!=="failure"){yh.contentType=WA(ml)}}if(ml.request.initiatorType!=null){my(Rl,ml.request.url.href,ml.request.initiatorType,globalThis,rd,yh,kh)}};const processResponseEndOfBodyTask=()=>{ml.request.done=true;if(ml.processResponseEndOfBody!=null){queueMicrotask(()=>ml.processResponseEndOfBody(Al))}if(ml.request.initiatorType!=null){ml.controller.reportTimingSteps()}};queueMicrotask(()=>processResponseEndOfBodyTask())};if(ml.processResponse!=null){queueMicrotask(()=>{ml.processResponse(Al);ml.processResponse=null})}const zl=Al.type==="error"?Al:Al.internalResponse??Al;if(zl.body==null){processResponseEndOfBody()}else{UA(zl.body.stream,()=>{processResponseEndOfBody()})}}async function httpFetch(ml){const Al=ml.request;let Rl=null;let rd=null;const yh=ml.timingInfo;if(Al.serviceWorkers==="all"){}if(Rl===null){if(Al.redirect==="follow"){Al.serviceWorkers="none"}rd=Rl=await httpNetworkOrCacheFetch(ml);if(Al.responseTainting==="cors"&&oA(Al,Rl)==="failure"){return zl("cors failure")}if(Cg(Al,Rl)==="failure"){Al.timingAllowFailed=true}}if((Al.responseTainting==="opaque"||Rl.type==="opaque")&&lA(Al.origin,Al.client,Al.destination,rd)==="blocked"){return zl("blocked")}if(PA.has(rd.status)){if(Al.redirect!=="manual"){ml.controller.connection.destroy(undefined,false)}if(Al.redirect==="error"){Rl=zl("unexpected redirect")}else if(Al.redirect==="manual"){Rl=rd}else if(Al.redirect==="follow"){Rl=await httpRedirectFetch(ml,Rl)}else{IA(false)}}Rl.timingInfo=yh;return Rl}function httpRedirectFetch(ml,Al){const Rl=ml.request;const rd=Al.internalResponse?Al.internalResponse:Al;let yh;try{yh=tA(rd,rA(Rl).hash);if(yh==null){return Al}}catch(ml){return Promise.resolve(zl(ml))}if(!vA(yh)){return Promise.resolve(zl("URL scheme must be a HTTP(S) scheme"))}if(Rl.redirectCount===20){return Promise.resolve(zl("redirect count exceeded"))}Rl.redirectCount+=1;if(Rl.mode==="cors"&&(yh.username||yh.password)&&!hA(Rl,yh)){return Promise.resolve(zl('cross origin not allowed for request mode "cors"'))}if(Rl.responseTainting==="cors"&&(yh.username||yh.password)){return Promise.resolve(zl('URL cannot contain credentials for request mode "cors"'))}if(rd.status!==303&&Rl.body!=null&&Rl.body.source==null){return Promise.resolve(zl())}if([301,302].includes(rd.status)&&Rl.method==="POST"||rd.status===303&&!XA.includes(Rl.method)){Rl.method="GET";Rl.body=null;for(const ml of OA){Rl.headersList.delete(ml)}}if(!hA(rA(Rl),yh)){Rl.headersList.delete("authorization",true);Rl.headersList.delete("proxy-authorization",true);Rl.headersList.delete("cookie",true);Rl.headersList.delete("host",true)}if(Rl.body!=null){IA(Rl.body.source!=null);Rl.body=BA(Rl.body.source)[0]}const kh=ml.timingInfo;kh.redirectEndTime=kh.postRedirectStartTime=uA(ml.crossOriginIsolatedCapability);if(kh.redirectStartTime===0){kh.redirectStartTime=kh.startTime}Rl.urlList.push(yh);nA(Rl,rd);return mainFetch(ml,true)}async function httpNetworkOrCacheFetch(ml,Al=false,Rl=false){const yh=ml.request;let kh=null;let Qh=null;let cf=null;const t_=null;const u_=false;if(yh.window==="no-window"&&yh.redirect==="error"){kh=ml;Qh=yh}else{Qh=r_(yh);kh={...ml};kh.request=Qh}const C_=yh.credentials==="include"||yh.credentials==="same-origin"&&yh.responseTainting==="basic";const D_=Qh.body?Qh.body.length:null;let S_=null;if(Qh.body==null&&["POST","PUT"].includes(Qh.method)){S_="0"}if(D_!=null){S_=yA(`${D_}`)}if(S_!=null){Qh.headersList.append("content-length",S_,true)}if(D_!=null&&Qh.keepalive){}if(Qh.referrer instanceof URL){Qh.headersList.append("referer",yA(Qh.referrer.href),true)}eA(Qh);aA(Qh);if(!Qh.headersList.contains("user-agent",true)){Qh.headersList.append("user-agent",ZA)}if(Qh.cache==="default"&&(Qh.headersList.contains("if-modified-since",true)||Qh.headersList.contains("if-none-match",true)||Qh.headersList.contains("if-unmodified-since",true)||Qh.headersList.contains("if-match",true)||Qh.headersList.contains("if-range",true))){Qh.cache="no-store"}if(Qh.cache==="no-cache"&&!Qh.preventNoCacheCacheControlHeaderModification&&!Qh.headersList.contains("cache-control",true)){Qh.headersList.append("cache-control","max-age=0",true)}if(Qh.cache==="no-store"||Qh.cache==="reload"){if(!Qh.headersList.contains("pragma",true)){Qh.headersList.append("pragma","no-cache",true)}if(!Qh.headersList.contains("cache-control",true)){Qh.headersList.append("cache-control","no-cache",true)}}if(Qh.headersList.contains("range",true)){Qh.headersList.append("accept-encoding","identity",true)}if(!Qh.headersList.contains("accept-encoding",true)){if(EA(rA(Qh))){Qh.headersList.append("accept-encoding","br, gzip, deflate",true)}else{Qh.headersList.append("accept-encoding","gzip, deflate",true)}}Qh.headersList.delete("host",true);if(C_){}if(t_==null){Qh.cache="no-store"}if(Qh.cache!=="no-store"&&Qh.cache!=="reload"){}if(cf==null){if(Qh.cache==="only-if-cached"){return zl("only if cached")}const ml=await httpNetworkFetch(kh,C_,Rl);if(!NA.has(Qh.method)&&ml.status>=200&&ml.status<=399){}if(u_&&ml.status===304){}if(cf==null){cf=ml}}cf.urlList=[...Qh.urlList];if(Qh.headersList.contains("range",true)){cf.rangeRequested=true}cf.requestIncludesCredentials=C_;if(cf.status===407){if(yh.window==="no-window"){return zl()}if(fA(ml)){return rd(ml)}return zl("proxy authentication required")}if(cf.status===421&&!Rl&&(yh.body==null||yh.body.source!=null)){if(fA(ml)){return rd(ml)}ml.controller.connection.destroy();cf=await httpNetworkOrCacheFetch(ml,Al,true)}if(Al){}return cf}async function httpNetworkFetch(ml,Al=false,Rl=false){IA(!ml.controller.connection||ml.controller.connection.destroyed);ml.controller.connection={abort:null,destroyed:false,destroy(ml,Al=true){if(!this.destroyed){this.destroyed=true;if(Al){this.abort?.(ml??new DOMException("The operation was aborted.","AbortError"))}}}};const yh=ml.request;let Qh=null;const t_=ml.timingInfo;const r_=null;if(r_==null){yh.cache="no-store"}const C_=Rl?"yes":"no";if(yh.mode==="websocket"){}else{}let D_=null;if(yh.body==null&&ml.processRequestEndOfBody){queueMicrotask(()=>ml.processRequestEndOfBody())}else if(yh.body!=null){const processBodyChunk=async function*(Al){if(fA(ml)){return}yield Al;ml.processRequestBodyChunkLength?.(Al.byteLength)};const processEndOfBody=()=>{if(fA(ml)){return}if(ml.processRequestEndOfBody){ml.processRequestEndOfBody()}};const processBodyError=Al=>{if(fA(ml)){return}if(Al.name==="AbortError"){ml.controller.abort()}else{ml.controller.terminate(Al)}};D_=async function*(){try{for await(const ml of yh.body.stream){yield*processBodyChunk(ml)}processEndOfBody()}catch(ml){processBodyError(ml)}}()}try{const{body:Al,status:Rl,statusText:zl,headersList:rd,socket:yh}=await dispatch({body:D_});if(yh){Qh=kh({status:Rl,statusText:zl,headersList:rd,socket:yh})}else{const yh=Al[Symbol.asyncIterator]();ml.controller.next=()=>yh.next();Qh=kh({status:Rl,statusText:zl,headersList:rd})}}catch(Al){if(Al.name==="AbortError"){ml.controller.connection.destroy();return rd(ml,Al)}return zl(Al)}const pullAlgorithm=async()=>{await ml.controller.resume()};const cancelAlgorithm=Al=>{if(!fA(ml)){ml.controller.abort(Al)}};const S_=new ReadableStream({async start(Al){ml.controller.controller=Al},async pull(ml){await pullAlgorithm(ml)},async cancel(ml){await cancelAlgorithm(ml)},type:"bytes"});Qh.body={stream:S_,source:null,length:null};ml.controller.onAborted=onAborted;ml.controller.on("terminated",onAborted);ml.controller.resume=async()=>{while(true){let Al;let Rl;try{const{done:Rl,value:zl}=await ml.controller.next();if(_A(ml)){break}Al=Rl?undefined:zl}catch(zl){if(ml.controller.ended&&!t_.encodedBodySize){Al=undefined}else{Al=zl;Rl=true}}if(Al===undefined){AA(ml.controller.controller);finalizeResponse(ml,Qh);return}t_.decodedBodySize+=Al?.byteLength??0;if(Rl){ml.controller.terminate(Al);return}const zl=new Uint8Array(Al);if(zl.byteLength){ml.controller.controller.enqueue(zl)}if(qA(S_)){ml.controller.terminate();return}if(ml.controller.controller.desiredSize<=0){return}}};function onAborted(Al){if(_A(ml)){Qh.aborted=true;if($A(S_)){ml.controller.controller.error(ml.controller.serializedAbortReason)}}else{if($A(S_)){ml.controller.controller.error(new TypeError("terminated",{cause:mA(Al)?Al:undefined}))}}ml.controller.connection.destroy()}return Qh;function dispatch({body:Al}){const Rl=rA(yh);const zl=ml.controller.dispatcher;return new Promise((rd,kh)=>zl.dispatch({path:Rl.pathname+Rl.search,origin:Rl.origin,method:yh.method,body:zl.isMockActive?yh.body&&(yh.body.source||yh.body.stream):Al,headers:yh.headersList.entries,maxRedirections:0,upgrade:yh.mode==="websocket"?"websocket":undefined},{body:null,abort:null,onConnect(Al){const{connection:Rl}=ml.controller;t_.finalConnectionTimingInfo=wA(undefined,t_.postRedirectStartTime,ml.crossOriginIsolatedCapability);if(Rl.destroyed){Al(new DOMException("The operation was aborted.","AbortError"))}else{ml.controller.on("terminated",Al);this.abort=Rl.abort=Al}t_.finalNetworkRequestStartTime=uA(ml.crossOriginIsolatedCapability)},onResponseStarted(){t_.finalNetworkResponseStartTime=uA(ml.crossOriginIsolatedCapability)},onHeaders(ml,Al,Rl,zl){if(ml<200){return}let Qh="";const t_=new cf;for(let ml=0;mlRl){kh(new Error(`too many content-encodings in response: ${Al.length}, maximum allowed is ${Rl}`));return true}for(let ml=Al.length-1;ml>=0;--ml){const Rl=Al[ml].trim();if(Rl==="x-gzip"||Rl==="gzip"){r_.push(u_.createGunzip({flush:u_.constants.Z_SYNC_FLUSH,finishFlush:u_.constants.Z_SYNC_FLUSH}))}else if(Rl==="deflate"){r_.push(DA({flush:u_.constants.Z_SYNC_FLUSH,finishFlush:u_.constants.Z_SYNC_FLUSH}))}else if(Rl==="br"){r_.push(u_.createBrotliDecompress({flush:u_.constants.BROTLI_OPERATION_FLUSH,finishFlush:u_.constants.BROTLI_OPERATION_FLUSH}))}else{r_.length=0;break}}}const D_=this.onError.bind(this);rd({status:ml,statusText:zl,headersList:t_,body:r_.length?jA(this.body,...r_,ml=>{if(ml){this.onError(ml)}}).on("error",D_):this.body.on("error",D_)});return true},onData(Al){if(ml.controller.dump){return}const Rl=Al;t_.encodedBodySize+=Rl.byteLength;return this.body.push(Rl)},onComplete(){if(this.abort){ml.controller.off("terminated",this.abort)}if(ml.controller.onAborted){ml.controller.off("terminated",ml.controller.onAborted)}ml.controller.ended=true;this.body.push(null)},onError(Al){if(this.abort){ml.controller.off("terminated",this.abort)}this.body?.destroy(Al);ml.controller.terminate(Al);kh(Al)},onUpgrade(ml,Al,Rl){if(ml!==101){return}const zl=new cf;for(let ml=0;ml{"use strict";const{extractBody:zl,mixinBody:rd,cloneBody:yh,bodyUnusable:kh}=Rl(84492);const{Headers:Qh,fill:cf,HeadersList:t_,setHeadersGuard:r_,getHeadersGuard:u_,setHeadersList:C_,getHeadersList:D_}=Rl(60660);const{FinalizationRegistry:S_}=Rl(66653)();const P_=Rl(3440);const Cg=Rl(57975);const{isValidHTTPToken:eA,sameOrigin:tA,environmentSettingsObject:rA}=Rl(73168);const{forbiddenMethodsSet:nA,corsSafeListedMethodsSet:iA,referrerPolicy:sA,requestRedirect:aA,requestMode:oA,requestCredentials:lA,requestCache:cA,requestDuplex:uA}=Rl(4495);const{kEnumerableProperty:pA,normalizedMethodRecordsBase:dA,normalizedMethodRecords:hA}=P_;const{kHeaders:fA,kSignal:_A,kState:mA,kDispatcher:gA}=Rl(93627);const{webidl:AA}=Rl(45893);const{URLSerializer:yA}=Rl(51900);const{kConstruct:bA}=Rl(36443);const vA=Rl(34589);const{getMaxListeners:EA,setMaxListeners:wA,getEventListeners:CA,defaultMaxListeners:xA}=Rl(78474);const DA=Symbol("abortController");const SA=new S_(({signal:ml,abort:Al})=>{ml.removeEventListener("abort",Al)});const kA=new WeakMap;function buildAbort(ml){return abort;function abort(){const Al=ml.deref();if(Al!==undefined){SA.unregister(abort);this.removeEventListener("abort",abort);Al.abort(this.reason);const ml=kA.get(Al.signal);if(ml!==undefined){if(ml.size!==0){for(const Al of ml){const ml=Al.deref();if(ml!==undefined){ml.abort(this.reason)}}ml.clear()}kA.delete(Al.signal)}}}}let TA=false;class Request{constructor(ml,Al={}){AA.util.markAsUncloneable(this);if(ml===bA){return}const Rl="Request constructor";AA.argumentLengthCheck(arguments,1,Rl);ml=AA.converters.RequestInfo(ml,Rl,"input");Al=AA.converters.RequestInit(Al,Rl,"init");let rd=null;let yh=null;const u_=rA.settingsObject.baseUrl;let S_=null;if(typeof ml==="string"){this[gA]=Al.dispatcher;let Rl;try{Rl=new URL(ml,u_)}catch(Al){throw new TypeError("Failed to parse URL from "+ml,{cause:Al})}if(Rl.username||Rl.password){throw new TypeError("Request cannot be constructed from a URL that includes credentials: "+ml)}rd=makeRequest({urlList:[Rl]});yh="cors"}else{this[gA]=Al.dispatcher||ml[gA];vA(ml instanceof Request);rd=ml[mA];S_=ml[_A]}const Cg=rA.settingsObject.origin;let sA="client";if(rd.window?.constructor?.name==="EnvironmentSettingsObject"&&tA(rd.window,Cg)){sA=rd.window}if(Al.window!=null){throw new TypeError(`'window' option '${sA}' must be null`)}if("window"in Al){sA="no-window"}rd=makeRequest({method:rd.method,headersList:rd.headersList,unsafeRequest:rd.unsafeRequest,client:rA.settingsObject,window:sA,priority:rd.priority,origin:rd.origin,referrer:rd.referrer,referrerPolicy:rd.referrerPolicy,mode:rd.mode,credentials:rd.credentials,cache:rd.cache,redirect:rd.redirect,integrity:rd.integrity,keepalive:rd.keepalive,reloadNavigation:rd.reloadNavigation,historyNavigation:rd.historyNavigation,urlList:[...rd.urlList]});const aA=Object.keys(Al).length!==0;if(aA){if(rd.mode==="navigate"){rd.mode="same-origin"}rd.reloadNavigation=false;rd.historyNavigation=false;rd.origin="client";rd.referrer="client";rd.referrerPolicy="";rd.url=rd.urlList[rd.urlList.length-1];rd.urlList=[rd.url]}if(Al.referrer!==undefined){const ml=Al.referrer;if(ml===""){rd.referrer="no-referrer"}else{let Al;try{Al=new URL(ml,u_)}catch(Al){throw new TypeError(`Referrer "${ml}" is not a valid URL.`,{cause:Al})}if(Al.protocol==="about:"&&Al.hostname==="client"||Cg&&!tA(Al,rA.settingsObject.baseUrl)){rd.referrer="client"}else{rd.referrer=Al}}}if(Al.referrerPolicy!==undefined){rd.referrerPolicy=Al.referrerPolicy}let oA;if(Al.mode!==undefined){oA=Al.mode}else{oA=yh}if(oA==="navigate"){throw AA.errors.exception({header:"Request constructor",message:"invalid request mode navigate."})}if(oA!=null){rd.mode=oA}if(Al.credentials!==undefined){rd.credentials=Al.credentials}if(Al.cache!==undefined){rd.cache=Al.cache}if(rd.cache==="only-if-cached"&&rd.mode!=="same-origin"){throw new TypeError("'only-if-cached' can be set only with 'same-origin' mode")}if(Al.redirect!==undefined){rd.redirect=Al.redirect}if(Al.integrity!=null){rd.integrity=String(Al.integrity)}if(Al.keepalive!==undefined){rd.keepalive=Boolean(Al.keepalive)}if(Al.method!==undefined){let ml=Al.method;const Rl=hA[ml];if(Rl!==undefined){rd.method=Rl}else{if(!eA(ml)){throw new TypeError(`'${ml}' is not a valid HTTP method.`)}const Al=ml.toUpperCase();if(nA.has(Al)){throw new TypeError(`'${ml}' HTTP method is unsupported.`)}ml=dA[Al]??ml;rd.method=ml}if(!TA&&rd.method==="patch"){process.emitWarning("Using `patch` is highly likely to result in a `405 Method Not Allowed`. `PATCH` is much more likely to succeed.",{code:"UNDICI-FETCH-patch"});TA=true}}if(Al.signal!==undefined){S_=Al.signal}this[mA]=rd;const lA=new AbortController;this[_A]=lA.signal;if(S_!=null){if(!S_||typeof S_.aborted!=="boolean"||typeof S_.addEventListener!=="function"){throw new TypeError("Failed to construct 'Request': member signal is not of type AbortSignal.")}if(S_.aborted){lA.abort(S_.reason)}else{this[DA]=lA;const ml=new WeakRef(lA);const Al=buildAbort(ml);try{if(typeof EA==="function"&&EA(S_)===xA){wA(1500,S_)}else if(CA(S_,"abort").length>=xA){wA(1500,S_)}}catch{}P_.addAbortListener(S_,Al);SA.register(lA,{signal:S_,abort:Al},Al)}}this[fA]=new Qh(bA);C_(this[fA],rd.headersList);r_(this[fA],"request");if(oA==="no-cors"){if(!iA.has(rd.method)){throw new TypeError(`'${rd.method} is unsupported in no-cors mode.`)}r_(this[fA],"request-no-cors")}if(aA){const ml=D_(this[fA]);const Rl=Al.headers!==undefined?Al.headers:new t_(ml);ml.clear();if(Rl instanceof t_){for(const{name:Al,value:zl}of Rl.rawValues()){ml.append(Al,zl,false)}ml.cookies=Rl.cookies}else{cf(this[fA],Rl)}}const cA=ml instanceof Request?ml[mA].body:null;if((Al.body!=null||cA!=null)&&(rd.method==="GET"||rd.method==="HEAD")){throw new TypeError("Request with GET/HEAD method cannot have body.")}let uA=null;if(Al.body!=null){const[ml,Rl]=zl(Al.body,rd.keepalive);uA=ml;if(Rl&&!D_(this[fA]).contains("content-type",true)){this[fA].append("content-type",Rl)}}const pA=uA??cA;if(pA!=null&&pA.source==null){if(uA!=null&&Al.duplex==null){throw new TypeError("RequestInit: duplex option is required when sending a body.")}if(rd.mode!=="same-origin"&&rd.mode!=="cors"){throw new TypeError('If request is made from ReadableStream, mode should be "same-origin" or "cors"')}rd.useCORSPreflightFlag=true}let yA=pA;if(uA==null&&cA!=null){if(kh(ml)){throw new TypeError("Cannot construct a Request with a Request object that has already been used.")}const Al=new TransformStream;cA.stream.pipeThrough(Al);yA={source:cA.source,length:cA.length,stream:Al.readable}}this[mA].body=yA}get method(){AA.brandCheck(this,Request);return this[mA].method}get url(){AA.brandCheck(this,Request);return yA(this[mA].url)}get headers(){AA.brandCheck(this,Request);return this[fA]}get destination(){AA.brandCheck(this,Request);return this[mA].destination}get referrer(){AA.brandCheck(this,Request);if(this[mA].referrer==="no-referrer"){return""}if(this[mA].referrer==="client"){return"about:client"}return this[mA].referrer.toString()}get referrerPolicy(){AA.brandCheck(this,Request);return this[mA].referrerPolicy}get mode(){AA.brandCheck(this,Request);return this[mA].mode}get credentials(){return this[mA].credentials}get cache(){AA.brandCheck(this,Request);return this[mA].cache}get redirect(){AA.brandCheck(this,Request);return this[mA].redirect}get integrity(){AA.brandCheck(this,Request);return this[mA].integrity}get keepalive(){AA.brandCheck(this,Request);return this[mA].keepalive}get isReloadNavigation(){AA.brandCheck(this,Request);return this[mA].reloadNavigation}get isHistoryNavigation(){AA.brandCheck(this,Request);return this[mA].historyNavigation}get signal(){AA.brandCheck(this,Request);return this[_A]}get body(){AA.brandCheck(this,Request);return this[mA].body?this[mA].body.stream:null}get bodyUsed(){AA.brandCheck(this,Request);return!!this[mA].body&&P_.isDisturbed(this[mA].body.stream)}get duplex(){AA.brandCheck(this,Request);return"half"}clone(){AA.brandCheck(this,Request);if(kh(this)){throw new TypeError("unusable")}const ml=cloneRequest(this[mA]);const Al=new AbortController;if(this.signal.aborted){Al.abort(this.signal.reason)}else{let ml=kA.get(this.signal);if(ml===undefined){ml=new Set;kA.set(this.signal,ml)}const Rl=new WeakRef(Al);ml.add(Rl);P_.addAbortListener(Al.signal,buildAbort(Rl))}return fromInnerRequest(ml,Al.signal,u_(this[fA]))}[Cg.inspect.custom](ml,Al){if(Al.depth===null){Al.depth=2}Al.colors??=true;const Rl={method:this.method,url:this.url,headers:this.headers,destination:this.destination,referrer:this.referrer,referrerPolicy:this.referrerPolicy,mode:this.mode,credentials:this.credentials,cache:this.cache,redirect:this.redirect,integrity:this.integrity,keepalive:this.keepalive,isReloadNavigation:this.isReloadNavigation,isHistoryNavigation:this.isHistoryNavigation,signal:this.signal};return`Request ${Cg.formatWithOptions(Al,Rl)}`}}rd(Request);function makeRequest(ml){return{method:ml.method??"GET",localURLsOnly:ml.localURLsOnly??false,unsafeRequest:ml.unsafeRequest??false,body:ml.body??null,client:ml.client??null,reservedClient:ml.reservedClient??null,replacesClientId:ml.replacesClientId??"",window:ml.window??"client",keepalive:ml.keepalive??false,serviceWorkers:ml.serviceWorkers??"all",initiator:ml.initiator??"",destination:ml.destination??"",priority:ml.priority??null,origin:ml.origin??"client",policyContainer:ml.policyContainer??"client",referrer:ml.referrer??"client",referrerPolicy:ml.referrerPolicy??"",mode:ml.mode??"no-cors",useCORSPreflightFlag:ml.useCORSPreflightFlag??false,credentials:ml.credentials??"same-origin",useCredentials:ml.useCredentials??false,cache:ml.cache??"default",redirect:ml.redirect??"follow",integrity:ml.integrity??"",cryptoGraphicsNonceMetadata:ml.cryptoGraphicsNonceMetadata??"",parserMetadata:ml.parserMetadata??"",reloadNavigation:ml.reloadNavigation??false,historyNavigation:ml.historyNavigation??false,userActivation:ml.userActivation??false,taintedOrigin:ml.taintedOrigin??false,redirectCount:ml.redirectCount??0,responseTainting:ml.responseTainting??"basic",preventNoCacheCacheControlHeaderModification:ml.preventNoCacheCacheControlHeaderModification??false,done:ml.done??false,timingAllowFailed:ml.timingAllowFailed??false,urlList:ml.urlList,url:ml.urlList[0],headersList:ml.headersList?new t_(ml.headersList):new t_}}function cloneRequest(ml){const Al=makeRequest({...ml,body:null});if(ml.body!=null){Al.body=yh(Al,ml.body)}return Al}function fromInnerRequest(ml,Al,Rl){const zl=new Request(bA);zl[mA]=ml;zl[_A]=Al;zl[fA]=new Qh(bA);C_(zl[fA],ml.headersList);r_(zl[fA],Rl);return zl}Object.defineProperties(Request.prototype,{method:pA,url:pA,headers:pA,redirect:pA,clone:pA,signal:pA,duplex:pA,destination:pA,body:pA,bodyUsed:pA,isHistoryNavigation:pA,isReloadNavigation:pA,keepalive:pA,integrity:pA,cache:pA,credentials:pA,attribute:pA,referrerPolicy:pA,referrer:pA,mode:pA,[Symbol.toStringTag]:{value:"Request",configurable:true}});AA.converters.Request=AA.interfaceConverter(Request);AA.converters.RequestInfo=function(ml,Al,Rl){if(typeof ml==="string"){return AA.converters.USVString(ml,Al,Rl)}if(ml instanceof Request){return AA.converters.Request(ml,Al,Rl)}return AA.converters.USVString(ml,Al,Rl)};AA.converters.AbortSignal=AA.interfaceConverter(AbortSignal);AA.converters.RequestInit=AA.dictionaryConverter([{key:"method",converter:AA.converters.ByteString},{key:"headers",converter:AA.converters.HeadersInit},{key:"body",converter:AA.nullableConverter(AA.converters.BodyInit)},{key:"referrer",converter:AA.converters.USVString},{key:"referrerPolicy",converter:AA.converters.DOMString,allowedValues:sA},{key:"mode",converter:AA.converters.DOMString,allowedValues:oA},{key:"credentials",converter:AA.converters.DOMString,allowedValues:lA},{key:"cache",converter:AA.converters.DOMString,allowedValues:cA},{key:"redirect",converter:AA.converters.DOMString,allowedValues:aA},{key:"integrity",converter:AA.converters.DOMString},{key:"keepalive",converter:AA.converters.boolean},{key:"signal",converter:AA.nullableConverter(ml=>AA.converters.AbortSignal(ml,"RequestInit","signal",{strict:false}))},{key:"window",converter:AA.converters.any},{key:"duplex",converter:AA.converters.DOMString,allowedValues:uA},{key:"dispatcher",converter:AA.converters.any}]);ml.exports={Request:Request,makeRequest:makeRequest,fromInnerRequest:fromInnerRequest,cloneRequest:cloneRequest}},99051:(ml,Al,Rl)=>{"use strict";const{Headers:zl,HeadersList:rd,fill:yh,getHeadersGuard:kh,setHeadersGuard:Qh,setHeadersList:cf}=Rl(60660);const{extractBody:t_,cloneBody:r_,mixinBody:u_,hasFinalizationRegistry:C_,streamRegistry:D_,bodyUnusable:S_}=Rl(84492);const P_=Rl(3440);const Cg=Rl(57975);const{kEnumerableProperty:eA}=P_;const{isValidReasonPhrase:tA,isCancelled:rA,isAborted:nA,isBlobLike:iA,serializeJavascriptValueToJSONString:sA,isErrorLike:aA,isomorphicEncode:oA,environmentSettingsObject:lA}=Rl(73168);const{redirectStatusSet:cA,nullBodyStatus:uA}=Rl(4495);const{kState:pA,kHeaders:dA}=Rl(93627);const{webidl:hA}=Rl(45893);const{FormData:fA}=Rl(35910);const{URLSerializer:_A}=Rl(51900);const{kConstruct:mA}=Rl(36443);const gA=Rl(34589);const{types:AA}=Rl(57975);const yA=new TextEncoder("utf-8");class Response{static error(){const ml=fromInnerResponse(makeNetworkError(),"immutable");return ml}static json(ml,Al={}){hA.argumentLengthCheck(arguments,1,"Response.json");if(Al!==null){Al=hA.converters.ResponseInit(Al)}const Rl=yA.encode(sA(ml));const zl=t_(Rl);const rd=fromInnerResponse(makeResponse({}),"response");initializeResponse(rd,Al,{body:zl[0],type:"application/json"});return rd}static redirect(ml,Al=302){hA.argumentLengthCheck(arguments,1,"Response.redirect");ml=hA.converters.USVString(ml);Al=hA.converters["unsigned short"](Al);let Rl;try{Rl=new URL(ml,lA.settingsObject.baseUrl)}catch(Al){throw new TypeError(`Failed to parse URL from ${ml}`,{cause:Al})}if(!cA.has(Al)){throw new RangeError(`Invalid status code ${Al}`)}const zl=fromInnerResponse(makeResponse({}),"immutable");zl[pA].status=Al;const rd=oA(_A(Rl));zl[pA].headersList.append("location",rd,true);return zl}constructor(ml=null,Al={}){hA.util.markAsUncloneable(this);if(ml===mA){return}if(ml!==null){ml=hA.converters.BodyInit(ml)}Al=hA.converters.ResponseInit(Al);this[pA]=makeResponse({});this[dA]=new zl(mA);Qh(this[dA],"response");cf(this[dA],this[pA].headersList);let Rl=null;if(ml!=null){const[Al,zl]=t_(ml);Rl={body:Al,type:zl}}initializeResponse(this,Al,Rl)}get type(){hA.brandCheck(this,Response);return this[pA].type}get url(){hA.brandCheck(this,Response);const ml=this[pA].urlList;const Al=ml[ml.length-1]??null;if(Al===null){return""}return _A(Al,true)}get redirected(){hA.brandCheck(this,Response);return this[pA].urlList.length>1}get status(){hA.brandCheck(this,Response);return this[pA].status}get ok(){hA.brandCheck(this,Response);return this[pA].status>=200&&this[pA].status<=299}get statusText(){hA.brandCheck(this,Response);return this[pA].statusText}get headers(){hA.brandCheck(this,Response);return this[dA]}get body(){hA.brandCheck(this,Response);return this[pA].body?this[pA].body.stream:null}get bodyUsed(){hA.brandCheck(this,Response);return!!this[pA].body&&P_.isDisturbed(this[pA].body.stream)}clone(){hA.brandCheck(this,Response);if(S_(this)){throw hA.errors.exception({header:"Response.clone",message:"Body has already been consumed."})}const ml=cloneResponse(this[pA]);if(C_&&this[pA].body?.stream){D_.register(this,new WeakRef(this[pA].body.stream))}return fromInnerResponse(ml,kh(this[dA]))}[Cg.inspect.custom](ml,Al){if(Al.depth===null){Al.depth=2}Al.colors??=true;const Rl={status:this.status,statusText:this.statusText,headers:this.headers,body:this.body,bodyUsed:this.bodyUsed,ok:this.ok,redirected:this.redirected,type:this.type,url:this.url};return`Response ${Cg.formatWithOptions(Al,Rl)}`}}u_(Response);Object.defineProperties(Response.prototype,{type:eA,url:eA,status:eA,ok:eA,redirected:eA,statusText:eA,headers:eA,clone:eA,body:eA,bodyUsed:eA,[Symbol.toStringTag]:{value:"Response",configurable:true}});Object.defineProperties(Response,{json:eA,redirect:eA,error:eA});function cloneResponse(ml){if(ml.internalResponse){return filterResponse(cloneResponse(ml.internalResponse),ml.type)}const Al=makeResponse({...ml,body:null});if(ml.body!=null){Al.body=r_(Al,ml.body)}return Al}function makeResponse(ml){return{aborted:false,rangeRequested:false,timingAllowPassed:false,requestIncludesCredentials:false,type:"default",status:200,timingInfo:null,cacheState:"",statusText:"",...ml,headersList:ml?.headersList?new rd(ml?.headersList):new rd,urlList:ml?.urlList?[...ml.urlList]:[]}}function makeNetworkError(ml){const Al=aA(ml);return makeResponse({type:"error",status:0,error:Al?ml:new Error(ml?String(ml):ml),aborted:ml&&ml.name==="AbortError"})}function isNetworkError(ml){return ml.type==="error"&&ml.status===0}function makeFilteredResponse(ml,Al){Al={internalResponse:ml,...Al};return new Proxy(ml,{get(ml,Rl){return Rl in Al?Al[Rl]:ml[Rl]},set(ml,Rl,zl){gA(!(Rl in Al));ml[Rl]=zl;return true}})}function filterResponse(ml,Al){if(Al==="basic"){return makeFilteredResponse(ml,{type:"basic",headersList:ml.headersList})}else if(Al==="cors"){return makeFilteredResponse(ml,{type:"cors",headersList:ml.headersList})}else if(Al==="opaque"){return makeFilteredResponse(ml,{type:"opaque",urlList:Object.freeze([]),status:0,statusText:"",body:null})}else if(Al==="opaqueredirect"){return makeFilteredResponse(ml,{type:"opaqueredirect",status:0,statusText:"",headersList:[],body:null})}else{gA(false)}}function makeAppropriateNetworkError(ml,Al=null){gA(rA(ml));return nA(ml)?makeNetworkError(Object.assign(new DOMException("The operation was aborted.","AbortError"),{cause:Al})):makeNetworkError(Object.assign(new DOMException("Request was cancelled."),{cause:Al}))}function initializeResponse(ml,Al,Rl){if(Al.status!==null&&(Al.status<200||Al.status>599)){throw new RangeError('init["status"] must be in the range of 200 to 599, inclusive.')}if("statusText"in Al&&Al.statusText!=null){if(!tA(String(Al.statusText))){throw new TypeError("Invalid statusText")}}if("status"in Al&&Al.status!=null){ml[pA].status=Al.status}if("statusText"in Al&&Al.statusText!=null){ml[pA].statusText=Al.statusText}if("headers"in Al&&Al.headers!=null){yh(ml[dA],Al.headers)}if(Rl){if(uA.includes(ml.status)){throw hA.errors.exception({header:"Response constructor",message:`Invalid response status code ${ml.status}`})}ml[pA].body=Rl.body;if(Rl.type!=null&&!ml[pA].headersList.contains("content-type",true)){ml[pA].headersList.append("content-type",Rl.type,true)}}}function fromInnerResponse(ml,Al){const Rl=new Response(mA);Rl[pA]=ml;Rl[dA]=new zl(mA);cf(Rl[dA],ml.headersList);Qh(Rl[dA],Al);if(C_&&ml.body?.stream){D_.register(Rl,new WeakRef(ml.body.stream))}return Rl}hA.converters.ReadableStream=hA.interfaceConverter(ReadableStream);hA.converters.FormData=hA.interfaceConverter(fA);hA.converters.URLSearchParams=hA.interfaceConverter(URLSearchParams);hA.converters.XMLHttpRequestBodyInit=function(ml,Al,Rl){if(typeof ml==="string"){return hA.converters.USVString(ml,Al,Rl)}if(iA(ml)){return hA.converters.Blob(ml,Al,Rl,{strict:false})}if(ArrayBuffer.isView(ml)||AA.isArrayBuffer(ml)){return hA.converters.BufferSource(ml,Al,Rl)}if(P_.isFormDataLike(ml)){return hA.converters.FormData(ml,Al,Rl,{strict:false})}if(ml instanceof URLSearchParams){return hA.converters.URLSearchParams(ml,Al,Rl)}return hA.converters.DOMString(ml,Al,Rl)};hA.converters.BodyInit=function(ml,Al,Rl){if(ml instanceof ReadableStream){return hA.converters.ReadableStream(ml,Al,Rl)}if(ml?.[Symbol.asyncIterator]){return ml}return hA.converters.XMLHttpRequestBodyInit(ml,Al,Rl)};hA.converters.ResponseInit=hA.dictionaryConverter([{key:"status",converter:hA.converters["unsigned short"],defaultValue:()=>200},{key:"statusText",converter:hA.converters.ByteString,defaultValue:()=>""},{key:"headers",converter:hA.converters.HeadersInit}]);ml.exports={isNetworkError:isNetworkError,makeNetworkError:makeNetworkError,makeResponse:makeResponse,makeAppropriateNetworkError:makeAppropriateNetworkError,filterResponse:filterResponse,Response:Response,cloneResponse:cloneResponse,fromInnerResponse:fromInnerResponse}},93627:ml=>{"use strict";ml.exports={kUrl:Symbol("url"),kHeaders:Symbol("headers"),kSignal:Symbol("signal"),kState:Symbol("state"),kDispatcher:Symbol("dispatcher")}},73168:(ml,Al,Rl)=>{"use strict";const{Transform:zl}=Rl(57075);const rd=Rl(38522);const{redirectStatusSet:yh,referrerPolicySet:kh,badPortsSet:Qh}=Rl(4495);const{getGlobalOrigin:cf}=Rl(51059);const{collectASequenceOfCodePoints:t_,collectAnHTTPQuotedString:r_,removeChars:u_,parseMIMEType:C_}=Rl(51900);const{performance:D_}=Rl(643);const{isBlobLike:S_,ReadableStreamFrom:P_,isValidHTTPToken:Cg,normalizedMethodRecordsBase:eA}=Rl(3440);const tA=Rl(34589);const{isUint8Array:rA}=Rl(73429);const{webidl:nA}=Rl(45893);let iA=[];let sA;try{sA=Rl(77598);const ml=["sha256","sha384","sha512"];iA=sA.getHashes().filter(Al=>ml.includes(Al))}catch{}function responseURL(ml){const Al=ml.urlList;const Rl=Al.length;return Rl===0?null:Al[Rl-1].toString()}function responseLocationURL(ml,Al){if(!yh.has(ml.status)){return null}let Rl=ml.headersList.get("location",true);if(Rl!==null&&isValidHeaderValue(Rl)){if(!isValidEncodedURL(Rl)){Rl=normalizeBinaryStringToUtf8(Rl)}Rl=new URL(Rl,responseURL(ml))}if(Rl&&!Rl.hash){Rl.hash=Al}return Rl}function isValidEncodedURL(ml){for(let Al=0;Al126||Rl<32){return false}}return true}function normalizeBinaryStringToUtf8(ml){return Buffer.from(ml,"binary").toString("utf8")}function requestCurrentURL(ml){return ml.urlList[ml.urlList.length-1]}function requestBadPort(ml){const Al=requestCurrentURL(ml);if(urlIsHttpHttpsScheme(Al)&&Qh.has(Al.port)){return"blocked"}return"allowed"}function isErrorLike(ml){return ml instanceof Error||(ml?.constructor?.name==="Error"||ml?.constructor?.name==="DOMException")}function isValidReasonPhrase(ml){for(let Al=0;Al=32&&Rl<=126||Rl>=128&&Rl<=255)){return false}}return true}const aA=Cg;function isValidHeaderValue(ml){return(ml[0]==="\t"||ml[0]===" "||ml[ml.length-1]==="\t"||ml[ml.length-1]===" "||ml.includes("\n")||ml.includes("\r")||ml.includes("\0"))===false}function setRequestReferrerPolicyOnRedirect(ml,Al){const{headersList:Rl}=Al;const zl=(Rl.get("referrer-policy",true)??"").split(",");let rd="";if(zl.length>0){for(let ml=zl.length;ml!==0;ml--){const Al=zl[ml-1].trim();if(kh.has(Al)){rd=Al;break}}}if(rd!==""){ml.referrerPolicy=rd}}function crossOriginResourcePolicyCheck(){return"allowed"}function corsCheck(){return"success"}function TAOCheck(){return"success"}function appendFetchMetadata(ml){let Al=null;Al=ml.mode;ml.headersList.set("sec-fetch-mode",Al,true)}function appendRequestOriginHeader(ml){let Al=ml.origin;if(Al==="client"||Al===undefined){return}if(ml.responseTainting==="cors"||ml.mode==="websocket"){ml.headersList.append("origin",Al,true)}else if(ml.method!=="GET"&&ml.method!=="HEAD"){switch(ml.referrerPolicy){case"no-referrer":Al=null;break;case"no-referrer-when-downgrade":case"strict-origin":case"strict-origin-when-cross-origin":if(ml.origin&&urlHasHttpsScheme(ml.origin)&&!urlHasHttpsScheme(requestCurrentURL(ml))){Al=null}break;case"same-origin":if(!sameOrigin(ml,requestCurrentURL(ml))){Al=null}break;default:}ml.headersList.append("origin",Al,true)}}function coarsenTime(ml,Al){return ml}function clampAndCoarsenConnectionTimingInfo(ml,Al,Rl){if(!ml?.startTime||ml.startTime4096){zl=rd}const yh=sameOrigin(ml,zl);const kh=isURLPotentiallyTrustworthy(zl)&&!isURLPotentiallyTrustworthy(ml.url);switch(Al){case"origin":return rd!=null?rd:stripURLForReferrer(Rl,true);case"unsafe-url":return zl;case"same-origin":return yh?rd:"no-referrer";case"origin-when-cross-origin":return yh?zl:rd;case"strict-origin-when-cross-origin":{const Al=requestCurrentURL(ml);if(sameOrigin(zl,Al)){return zl}if(isURLPotentiallyTrustworthy(zl)&&!isURLPotentiallyTrustworthy(Al)){return"no-referrer"}return rd}case"strict-origin":case"no-referrer-when-downgrade":default:return kh?"no-referrer":rd}}function stripURLForReferrer(ml,Al){tA(ml instanceof URL);ml=new URL(ml);if(ml.protocol==="file:"||ml.protocol==="about:"||ml.protocol==="blank:"){return"no-referrer"}ml.username="";ml.password="";ml.hash="";if(Al){ml.pathname="";ml.search=""}return ml}function isURLPotentiallyTrustworthy(ml){if(!(ml instanceof URL)){return false}if(ml.href==="about:blank"||ml.href==="about:srcdoc"){return true}if(ml.protocol==="data:")return true;if(ml.protocol==="file:")return true;return isOriginPotentiallyTrustworthy(ml.origin);function isOriginPotentiallyTrustworthy(ml){if(ml==null||ml==="null")return false;const Al=new URL(ml);if(Al.protocol==="https:"||Al.protocol==="wss:"){return true}if(/^127(?:\.[0-9]+){0,2}\.[0-9]+$|^\[(?:0*:)*?:?0*1\]$/.test(Al.hostname)||(Al.hostname==="localhost"||Al.hostname.includes("localhost."))||Al.hostname.endsWith(".localhost")){return true}return false}}function bytesMatch(ml,Al){if(sA===undefined){return true}const Rl=parseMetadata(Al);if(Rl==="no metadata"){return true}if(Rl.length===0){return true}const zl=getStrongestMetadata(Rl);const rd=filterMetadataListByAlgorithm(Rl,zl);for(const Al of rd){const Rl=Al.algo;const zl=Al.hash;let rd=sA.createHash(Rl).update(ml).digest("base64");if(rd[rd.length-1]==="="){if(rd[rd.length-2]==="="){rd=rd.slice(0,-2)}else{rd=rd.slice(0,-1)}}if(compareBase64Mixed(rd,zl)){return true}}return false}const oA=/(?sha256|sha384|sha512)-((?[A-Za-z0-9+/]+|[A-Za-z0-9_-]+)={0,2}(?:\s|$)( +[!-~]*)?)?/i;function parseMetadata(ml){const Al=[];let Rl=true;for(const zl of ml.split(" ")){Rl=false;const ml=oA.exec(zl);if(ml===null||ml.groups===undefined||ml.groups.algo===undefined){continue}const rd=ml.groups.algo.toLowerCase();if(iA.includes(rd)){Al.push(ml.groups)}}if(Rl===true){return"no metadata"}return Al}function getStrongestMetadata(ml){let Al=ml[0].algo;if(Al[3]==="5"){return Al}for(let Rl=1;Rl{ml=Rl;Al=zl});return{promise:Rl,resolve:ml,reject:Al}}function isAborted(ml){return ml.controller.state==="aborted"}function isCancelled(ml){return ml.controller.state==="aborted"||ml.controller.state==="terminated"}function normalizeMethod(ml){return eA[ml.toLowerCase()]??ml}function serializeJavascriptValueToJSONString(ml){const Al=JSON.stringify(ml);if(Al===undefined){throw new TypeError("Value is not JSON serializable")}tA(typeof Al==="string");return Al}const lA=Object.getPrototypeOf(Object.getPrototypeOf([][Symbol.iterator]()));function createIterator(ml,Al,Rl=0,zl=1){class FastIterableIterator{#J;#H;#V;constructor(ml,Al){this.#J=ml;this.#H=Al;this.#V=0}next(){if(typeof this!=="object"||this===null||!(#J in this)){throw new TypeError(`'next' called on an object that does not implement interface ${ml} Iterator.`)}const rd=this.#V;const yh=this.#J[Al];const kh=yh.length;if(rd>=kh){return{value:undefined,done:true}}const{[Rl]:Qh,[zl]:cf}=yh[rd];this.#V=rd+1;let t_;switch(this.#H){case"key":t_=Qh;break;case"value":t_=cf;break;case"key+value":t_=[Qh,cf];break}return{value:t_,done:false}}}delete FastIterableIterator.prototype.constructor;Object.setPrototypeOf(FastIterableIterator.prototype,lA);Object.defineProperties(FastIterableIterator.prototype,{[Symbol.toStringTag]:{writable:false,enumerable:false,configurable:true,value:`${ml} Iterator`},next:{writable:true,enumerable:true,configurable:true}});return function(ml,Al){return new FastIterableIterator(ml,Al)}}function iteratorMixin(ml,Al,Rl,zl=0,rd=1){const yh=createIterator(ml,Rl,zl,rd);const kh={keys:{writable:true,enumerable:true,configurable:true,value:function keys(){nA.brandCheck(this,Al);return yh(this,"key")}},values:{writable:true,enumerable:true,configurable:true,value:function values(){nA.brandCheck(this,Al);return yh(this,"value")}},entries:{writable:true,enumerable:true,configurable:true,value:function entries(){nA.brandCheck(this,Al);return yh(this,"key+value")}},forEach:{writable:true,enumerable:true,configurable:true,value:function forEach(Rl,zl=globalThis){nA.brandCheck(this,Al);nA.argumentLengthCheck(arguments,1,`${ml}.forEach`);if(typeof Rl!=="function"){throw new TypeError(`Failed to execute 'forEach' on '${ml}': parameter 1 is not of type 'Function'.`)}for(const{0:ml,1:Al}of yh(this,"key+value")){Rl.call(zl,Al,ml,this)}}}};return Object.defineProperties(Al.prototype,{...kh,[Symbol.iterator]:{writable:true,enumerable:false,configurable:true,value:kh.entries.value}})}async function fullyReadBody(ml,Al,Rl){const zl=Al;const rd=Rl;let yh;try{yh=ml.stream.getReader()}catch(ml){rd(ml);return}try{zl(await readAllBytes(yh))}catch(ml){rd(ml)}}function isReadableStreamLike(ml){return ml instanceof ReadableStream||ml[Symbol.toStringTag]==="ReadableStream"&&typeof ml.tee==="function"}function readableStreamClose(ml){try{ml.close();ml.byobRequest?.respond(0)}catch(ml){if(!ml.message.includes("Controller is already closed")&&!ml.message.includes("ReadableStream is already closed")){throw ml}}}const cA=/[^\x00-\xFF]/;function isomorphicEncode(ml){tA(!cA.test(ml));return ml}async function readAllBytes(ml){const Al=[];let Rl=0;while(true){const{done:zl,value:rd}=await ml.read();if(zl){return Buffer.concat(Al,Rl)}if(!rA(rd)){throw new TypeError("Received non-Uint8Array chunk")}Al.push(rd);Rl+=rd.length}}function urlIsLocal(ml){tA("protocol"in ml);const Al=ml.protocol;return Al==="about:"||Al==="blob:"||Al==="data:"}function urlHasHttpsScheme(ml){return typeof ml==="string"&&ml[5]===":"&&ml[0]==="h"&&ml[1]==="t"&&ml[2]==="t"&&ml[3]==="p"&&ml[4]==="s"||ml.protocol==="https:"}function urlIsHttpHttpsScheme(ml){tA("protocol"in ml);const Al=ml.protocol;return Al==="http:"||Al==="https:"}function simpleRangeHeaderValue(ml,Al){const Rl=ml;if(!Rl.startsWith("bytes")){return"failure"}const zl={position:5};if(Al){t_(ml=>ml==="\t"||ml===" ",Rl,zl)}if(Rl.charCodeAt(zl.position)!==61){return"failure"}zl.position++;if(Al){t_(ml=>ml==="\t"||ml===" ",Rl,zl)}const rd=t_(ml=>{const Al=ml.charCodeAt(0);return Al>=48&&Al<=57},Rl,zl);const yh=rd.length?Number(rd):null;if(Al){t_(ml=>ml==="\t"||ml===" ",Rl,zl)}if(Rl.charCodeAt(zl.position)!==45){return"failure"}zl.position++;if(Al){t_(ml=>ml==="\t"||ml===" ",Rl,zl)}const kh=t_(ml=>{const Al=ml.charCodeAt(0);return Al>=48&&Al<=57},Rl,zl);const Qh=kh.length?Number(kh):null;if(zl.positionQh){return"failure"}return{rangeStartValue:yh,rangeEndValue:Qh}}function buildContentRange(ml,Al,Rl){let zl="bytes ";zl+=isomorphicEncode(`${ml}`);zl+="-";zl+=isomorphicEncode(`${Al}`);zl+="/";zl+=isomorphicEncode(`${Rl}`);return zl}class InflateStream extends zl{#W;constructor(ml){super();this.#W=ml}_transform(ml,Al,Rl){if(!this._inflateStream){if(ml.length===0){Rl();return}this._inflateStream=(ml[0]&15)===8?rd.createInflate(this.#W):rd.createInflateRaw(this.#W);this._inflateStream.on("data",this.push.bind(this));this._inflateStream.on("end",()=>this.push(null));this._inflateStream.on("error",ml=>this.destroy(ml))}this._inflateStream.write(ml,Al,Rl)}_final(ml){if(this._inflateStream){this._inflateStream.end();this._inflateStream=null}ml()}}function createInflate(ml){return new InflateStream(ml)}function extractMimeType(ml){let Al=null;let Rl=null;let zl=null;const rd=getDecodeSplit("content-type",ml);if(rd===null){return"failure"}for(const ml of rd){const rd=C_(ml);if(rd==="failure"||rd.essence==="*/*"){continue}zl=rd;if(zl.essence!==Rl){Al=null;if(zl.parameters.has("charset")){Al=zl.parameters.get("charset")}Rl=zl.essence}else if(!zl.parameters.has("charset")&&Al!==null){zl.parameters.set("charset",Al)}}if(zl==null){return"failure"}return zl}function gettingDecodingSplitting(ml){const Al=ml;const Rl={position:0};const zl=[];let rd="";while(Rl.positionml!=='"'&&ml!==",",Al,Rl);if(Rl.positionml===9||ml===32);zl.push(rd);rd=""}return zl}function getDecodeSplit(ml,Al){const Rl=Al.get(ml,true);if(Rl===null){return null}return gettingDecodingSplitting(Rl)}const uA=new TextDecoder;function utf8DecodeBytes(ml){if(ml.length===0){return""}if(ml[0]===239&&ml[1]===187&&ml[2]===191){ml=ml.subarray(3)}const Al=uA.decode(ml);return Al}class EnvironmentSettingsObjectBase{get baseUrl(){return cf()}get origin(){return this.baseUrl?.origin}policyContainer=makePolicyContainer()}class EnvironmentSettingsObject{settingsObject=new EnvironmentSettingsObjectBase}const pA=new EnvironmentSettingsObject;ml.exports={isAborted:isAborted,isCancelled:isCancelled,isValidEncodedURL:isValidEncodedURL,createDeferredPromise:createDeferredPromise,ReadableStreamFrom:P_,tryUpgradeRequestToAPotentiallyTrustworthyURL:tryUpgradeRequestToAPotentiallyTrustworthyURL,clampAndCoarsenConnectionTimingInfo:clampAndCoarsenConnectionTimingInfo,coarsenedSharedCurrentTime:coarsenedSharedCurrentTime,determineRequestsReferrer:determineRequestsReferrer,makePolicyContainer:makePolicyContainer,clonePolicyContainer:clonePolicyContainer,appendFetchMetadata:appendFetchMetadata,appendRequestOriginHeader:appendRequestOriginHeader,TAOCheck:TAOCheck,corsCheck:corsCheck,crossOriginResourcePolicyCheck:crossOriginResourcePolicyCheck,createOpaqueTimingInfo:createOpaqueTimingInfo,setRequestReferrerPolicyOnRedirect:setRequestReferrerPolicyOnRedirect,isValidHTTPToken:Cg,requestBadPort:requestBadPort,requestCurrentURL:requestCurrentURL,responseURL:responseURL,responseLocationURL:responseLocationURL,isBlobLike:S_,isURLPotentiallyTrustworthy:isURLPotentiallyTrustworthy,isValidReasonPhrase:isValidReasonPhrase,sameOrigin:sameOrigin,normalizeMethod:normalizeMethod,serializeJavascriptValueToJSONString:serializeJavascriptValueToJSONString,iteratorMixin:iteratorMixin,createIterator:createIterator,isValidHeaderName:aA,isValidHeaderValue:isValidHeaderValue,isErrorLike:isErrorLike,fullyReadBody:fullyReadBody,bytesMatch:bytesMatch,isReadableStreamLike:isReadableStreamLike,readableStreamClose:readableStreamClose,isomorphicEncode:isomorphicEncode,urlIsLocal:urlIsLocal,urlHasHttpsScheme:urlHasHttpsScheme,urlIsHttpHttpsScheme:urlIsHttpHttpsScheme,readAllBytes:readAllBytes,simpleRangeHeaderValue:simpleRangeHeaderValue,buildContentRange:buildContentRange,parseMetadata:parseMetadata,createInflate:createInflate,extractMimeType:extractMimeType,getDecodeSplit:getDecodeSplit,utf8DecodeBytes:utf8DecodeBytes,environmentSettingsObject:pA}},45893:(ml,Al,Rl)=>{"use strict";const{types:zl,inspect:rd}=Rl(57975);const{markAsUncloneable:yh}=Rl(75919);const{toUSVString:kh}=Rl(3440);const Qh={};Qh.converters={};Qh.util={};Qh.errors={};Qh.errors.exception=function(ml){return new TypeError(`${ml.header}: ${ml.message}`)};Qh.errors.conversionFailed=function(ml){const Al=ml.types.length===1?"":" one of";const Rl=`${ml.argument} could not be converted to`+`${Al}: ${ml.types.join(", ")}.`;return Qh.errors.exception({header:ml.prefix,message:Rl})};Qh.errors.invalidArgument=function(ml){return Qh.errors.exception({header:ml.prefix,message:`"${ml.value}" is an invalid ${ml.type}.`})};Qh.brandCheck=function(ml,Al,Rl){if(Rl?.strict!==false){if(!(ml instanceof Al)){const ml=new TypeError("Illegal invocation");ml.code="ERR_INVALID_THIS";throw ml}}else{if(ml?.[Symbol.toStringTag]!==Al.prototype[Symbol.toStringTag]){const ml=new TypeError("Illegal invocation");ml.code="ERR_INVALID_THIS";throw ml}}};Qh.argumentLengthCheck=function({length:ml},Al,Rl){if(ml{});Qh.util.ConvertToInt=function(ml,Al,Rl,zl){let rd;let yh;if(Al===64){rd=Math.pow(2,53)-1;if(Rl==="unsigned"){yh=0}else{yh=Math.pow(-2,53)+1}}else if(Rl==="unsigned"){yh=0;rd=Math.pow(2,Al)-1}else{yh=Math.pow(-2,Al)-1;rd=Math.pow(2,Al-1)-1}let kh=Number(ml);if(kh===0){kh=0}if(zl?.enforceRange===true){if(Number.isNaN(kh)||kh===Number.POSITIVE_INFINITY||kh===Number.NEGATIVE_INFINITY){throw Qh.errors.exception({header:"Integer conversion",message:`Could not convert ${Qh.util.Stringify(ml)} to an integer.`})}kh=Qh.util.IntegerPart(kh);if(khrd){throw Qh.errors.exception({header:"Integer conversion",message:`Value must be between ${yh}-${rd}, got ${kh}.`})}return kh}if(!Number.isNaN(kh)&&zl?.clamp===true){kh=Math.min(Math.max(kh,yh),rd);if(Math.floor(kh)%2===0){kh=Math.floor(kh)}else{kh=Math.ceil(kh)}return kh}if(Number.isNaN(kh)||kh===0&&Object.is(0,kh)||kh===Number.POSITIVE_INFINITY||kh===Number.NEGATIVE_INFINITY){return 0}kh=Qh.util.IntegerPart(kh);kh=kh%Math.pow(2,Al);if(Rl==="signed"&&kh>=Math.pow(2,Al)-1){return kh-Math.pow(2,Al)}return kh};Qh.util.IntegerPart=function(ml){const Al=Math.floor(Math.abs(ml));if(ml<0){return-1*Al}return Al};Qh.util.Stringify=function(ml){const Al=Qh.util.Type(ml);switch(Al){case"Symbol":return`Symbol(${ml.description})`;case"Object":return rd(ml);case"String":return`"${ml}"`;default:return`${ml}`}};Qh.sequenceConverter=function(ml){return(Al,Rl,zl,rd)=>{if(Qh.util.Type(Al)!=="Object"){throw Qh.errors.exception({header:Rl,message:`${zl} (${Qh.util.Stringify(Al)}) is not iterable.`})}const yh=typeof rd==="function"?rd():Al?.[Symbol.iterator]?.();const kh=[];let cf=0;if(yh===undefined||typeof yh.next!=="function"){throw Qh.errors.exception({header:Rl,message:`${zl} is not iterable.`})}while(true){const{done:Al,value:rd}=yh.next();if(Al){break}kh.push(ml(rd,Rl,`${zl}[${cf++}]`))}return kh}};Qh.recordConverter=function(ml,Al){return(Rl,rd,yh)=>{if(Qh.util.Type(Rl)!=="Object"){throw Qh.errors.exception({header:rd,message:`${yh} ("${Qh.util.Type(Rl)}") is not an Object.`})}const kh={};if(!zl.isProxy(Rl)){const zl=[...Object.getOwnPropertyNames(Rl),...Object.getOwnPropertySymbols(Rl)];for(const Qh of zl){const zl=ml(Qh,rd,yh);const cf=Al(Rl[Qh],rd,yh);kh[zl]=cf}return kh}const cf=Reflect.ownKeys(Rl);for(const zl of cf){const Qh=Reflect.getOwnPropertyDescriptor(Rl,zl);if(Qh?.enumerable){const Qh=ml(zl,rd,yh);const cf=Al(Rl[zl],rd,yh);kh[Qh]=cf}}return kh}};Qh.interfaceConverter=function(ml){return(Al,Rl,zl,rd)=>{if(rd?.strict!==false&&!(Al instanceof ml)){throw Qh.errors.exception({header:Rl,message:`Expected ${zl} ("${Qh.util.Stringify(Al)}") to be an instance of ${ml.name}.`})}return Al}};Qh.dictionaryConverter=function(ml){return(Al,Rl,zl)=>{const rd=Qh.util.Type(Al);const yh={};if(rd==="Null"||rd==="Undefined"){return yh}else if(rd!=="Object"){throw Qh.errors.exception({header:Rl,message:`Expected ${Al} to be one of: Null, Undefined, Object.`})}for(const rd of ml){const{key:ml,defaultValue:kh,required:cf,converter:t_}=rd;if(cf===true){if(!Object.hasOwn(Al,ml)){throw Qh.errors.exception({header:Rl,message:`Missing required key "${ml}".`})}}let r_=Al[ml];const u_=Object.hasOwn(rd,"defaultValue");if(u_&&r_!==null){r_??=kh()}if(cf||u_||r_!==undefined){r_=t_(r_,Rl,`${zl}.${ml}`);if(rd.allowedValues&&!rd.allowedValues.includes(r_)){throw Qh.errors.exception({header:Rl,message:`${r_} is not an accepted type. Expected one of ${rd.allowedValues.join(", ")}.`})}yh[ml]=r_}}return yh}};Qh.nullableConverter=function(ml){return(Al,Rl,zl)=>{if(Al===null){return Al}return ml(Al,Rl,zl)}};Qh.converters.DOMString=function(ml,Al,Rl,zl){if(ml===null&&zl?.legacyNullToEmptyString){return""}if(typeof ml==="symbol"){throw Qh.errors.exception({header:Al,message:`${Rl} is a symbol, which cannot be converted to a DOMString.`})}return String(ml)};Qh.converters.ByteString=function(ml,Al,Rl){const zl=Qh.converters.DOMString(ml,Al,Rl);for(let ml=0;ml255){throw new TypeError("Cannot convert argument to a ByteString because the character at "+`index ${ml} has a value of ${zl.charCodeAt(ml)} which is greater than 255.`)}}return zl};Qh.converters.USVString=kh;Qh.converters.boolean=function(ml){const Al=Boolean(ml);return Al};Qh.converters.any=function(ml){return ml};Qh.converters["long long"]=function(ml,Al,Rl){const zl=Qh.util.ConvertToInt(ml,64,"signed",undefined,Al,Rl);return zl};Qh.converters["unsigned long long"]=function(ml,Al,Rl){const zl=Qh.util.ConvertToInt(ml,64,"unsigned",undefined,Al,Rl);return zl};Qh.converters["unsigned long"]=function(ml,Al,Rl){const zl=Qh.util.ConvertToInt(ml,32,"unsigned",undefined,Al,Rl);return zl};Qh.converters["unsigned short"]=function(ml,Al,Rl,zl){const rd=Qh.util.ConvertToInt(ml,16,"unsigned",zl,Al,Rl);return rd};Qh.converters.ArrayBuffer=function(ml,Al,Rl,rd){if(Qh.util.Type(ml)!=="Object"||!zl.isAnyArrayBuffer(ml)){throw Qh.errors.conversionFailed({prefix:Al,argument:`${Rl} ("${Qh.util.Stringify(ml)}")`,types:["ArrayBuffer"]})}if(rd?.allowShared===false&&zl.isSharedArrayBuffer(ml)){throw Qh.errors.exception({header:"ArrayBuffer",message:"SharedArrayBuffer is not allowed."})}if(ml.resizable||ml.growable){throw Qh.errors.exception({header:"ArrayBuffer",message:"Received a resizable ArrayBuffer."})}return ml};Qh.converters.TypedArray=function(ml,Al,Rl,rd,yh){if(Qh.util.Type(ml)!=="Object"||!zl.isTypedArray(ml)||ml.constructor.name!==Al.name){throw Qh.errors.conversionFailed({prefix:Rl,argument:`${rd} ("${Qh.util.Stringify(ml)}")`,types:[Al.name]})}if(yh?.allowShared===false&&zl.isSharedArrayBuffer(ml.buffer)){throw Qh.errors.exception({header:"ArrayBuffer",message:"SharedArrayBuffer is not allowed."})}if(ml.buffer.resizable||ml.buffer.growable){throw Qh.errors.exception({header:"ArrayBuffer",message:"Received a resizable ArrayBuffer."})}return ml};Qh.converters.DataView=function(ml,Al,Rl,rd){if(Qh.util.Type(ml)!=="Object"||!zl.isDataView(ml)){throw Qh.errors.exception({header:Al,message:`${Rl} is not a DataView.`})}if(rd?.allowShared===false&&zl.isSharedArrayBuffer(ml.buffer)){throw Qh.errors.exception({header:"ArrayBuffer",message:"SharedArrayBuffer is not allowed."})}if(ml.buffer.resizable||ml.buffer.growable){throw Qh.errors.exception({header:"ArrayBuffer",message:"Received a resizable ArrayBuffer."})}return ml};Qh.converters.BufferSource=function(ml,Al,Rl,rd){if(zl.isAnyArrayBuffer(ml)){return Qh.converters.ArrayBuffer(ml,Al,Rl,{...rd,allowShared:false})}if(zl.isTypedArray(ml)){return Qh.converters.TypedArray(ml,ml.constructor,Al,Rl,{...rd,allowShared:false})}if(zl.isDataView(ml)){return Qh.converters.DataView(ml,Al,Rl,{...rd,allowShared:false})}throw Qh.errors.conversionFailed({prefix:Al,argument:`${Rl} ("${Qh.util.Stringify(ml)}")`,types:["BufferSource"]})};Qh.converters["sequence"]=Qh.sequenceConverter(Qh.converters.ByteString);Qh.converters["sequence>"]=Qh.sequenceConverter(Qh.converters["sequence"]);Qh.converters["record"]=Qh.recordConverter(Qh.converters.ByteString,Qh.converters.ByteString);ml.exports={webidl:Qh}},22607:ml=>{"use strict";function getEncoding(ml){if(!ml){return"failure"}switch(ml.trim().toLowerCase()){case"unicode-1-1-utf-8":case"unicode11utf8":case"unicode20utf8":case"utf-8":case"utf8":case"x-unicode20utf8":return"UTF-8";case"866":case"cp866":case"csibm866":case"ibm866":return"IBM866";case"csisolatin2":case"iso-8859-2":case"iso-ir-101":case"iso8859-2":case"iso88592":case"iso_8859-2":case"iso_8859-2:1987":case"l2":case"latin2":return"ISO-8859-2";case"csisolatin3":case"iso-8859-3":case"iso-ir-109":case"iso8859-3":case"iso88593":case"iso_8859-3":case"iso_8859-3:1988":case"l3":case"latin3":return"ISO-8859-3";case"csisolatin4":case"iso-8859-4":case"iso-ir-110":case"iso8859-4":case"iso88594":case"iso_8859-4":case"iso_8859-4:1988":case"l4":case"latin4":return"ISO-8859-4";case"csisolatincyrillic":case"cyrillic":case"iso-8859-5":case"iso-ir-144":case"iso8859-5":case"iso88595":case"iso_8859-5":case"iso_8859-5:1988":return"ISO-8859-5";case"arabic":case"asmo-708":case"csiso88596e":case"csiso88596i":case"csisolatinarabic":case"ecma-114":case"iso-8859-6":case"iso-8859-6-e":case"iso-8859-6-i":case"iso-ir-127":case"iso8859-6":case"iso88596":case"iso_8859-6":case"iso_8859-6:1987":return"ISO-8859-6";case"csisolatingreek":case"ecma-118":case"elot_928":case"greek":case"greek8":case"iso-8859-7":case"iso-ir-126":case"iso8859-7":case"iso88597":case"iso_8859-7":case"iso_8859-7:1987":case"sun_eu_greek":return"ISO-8859-7";case"csiso88598e":case"csisolatinhebrew":case"hebrew":case"iso-8859-8":case"iso-8859-8-e":case"iso-ir-138":case"iso8859-8":case"iso88598":case"iso_8859-8":case"iso_8859-8:1988":case"visual":return"ISO-8859-8";case"csiso88598i":case"iso-8859-8-i":case"logical":return"ISO-8859-8-I";case"csisolatin6":case"iso-8859-10":case"iso-ir-157":case"iso8859-10":case"iso885910":case"l6":case"latin6":return"ISO-8859-10";case"iso-8859-13":case"iso8859-13":case"iso885913":return"ISO-8859-13";case"iso-8859-14":case"iso8859-14":case"iso885914":return"ISO-8859-14";case"csisolatin9":case"iso-8859-15":case"iso8859-15":case"iso885915":case"iso_8859-15":case"l9":return"ISO-8859-15";case"iso-8859-16":return"ISO-8859-16";case"cskoi8r":case"koi":case"koi8":case"koi8-r":case"koi8_r":return"KOI8-R";case"koi8-ru":case"koi8-u":return"KOI8-U";case"csmacintosh":case"mac":case"macintosh":case"x-mac-roman":return"macintosh";case"iso-8859-11":case"iso8859-11":case"iso885911":case"tis-620":case"windows-874":return"windows-874";case"cp1250":case"windows-1250":case"x-cp1250":return"windows-1250";case"cp1251":case"windows-1251":case"x-cp1251":return"windows-1251";case"ansi_x3.4-1968":case"ascii":case"cp1252":case"cp819":case"csisolatin1":case"ibm819":case"iso-8859-1":case"iso-ir-100":case"iso8859-1":case"iso88591":case"iso_8859-1":case"iso_8859-1:1987":case"l1":case"latin1":case"us-ascii":case"windows-1252":case"x-cp1252":return"windows-1252";case"cp1253":case"windows-1253":case"x-cp1253":return"windows-1253";case"cp1254":case"csisolatin5":case"iso-8859-9":case"iso-ir-148":case"iso8859-9":case"iso88599":case"iso_8859-9":case"iso_8859-9:1989":case"l5":case"latin5":case"windows-1254":case"x-cp1254":return"windows-1254";case"cp1255":case"windows-1255":case"x-cp1255":return"windows-1255";case"cp1256":case"windows-1256":case"x-cp1256":return"windows-1256";case"cp1257":case"windows-1257":case"x-cp1257":return"windows-1257";case"cp1258":case"windows-1258":case"x-cp1258":return"windows-1258";case"x-mac-cyrillic":case"x-mac-ukrainian":return"x-mac-cyrillic";case"chinese":case"csgb2312":case"csiso58gb231280":case"gb2312":case"gb_2312":case"gb_2312-80":case"gbk":case"iso-ir-58":case"x-gbk":return"GBK";case"gb18030":return"gb18030";case"big5":case"big5-hkscs":case"cn-big5":case"csbig5":case"x-x-big5":return"Big5";case"cseucpkdfmtjapanese":case"euc-jp":case"x-euc-jp":return"EUC-JP";case"csiso2022jp":case"iso-2022-jp":return"ISO-2022-JP";case"csshiftjis":case"ms932":case"ms_kanji":case"shift-jis":case"shift_jis":case"sjis":case"windows-31j":case"x-sjis":return"Shift_JIS";case"cseuckr":case"csksc56011987":case"euc-kr":case"iso-ir-149":case"korean":case"ks_c_5601-1987":case"ks_c_5601-1989":case"ksc5601":case"ksc_5601":case"windows-949":return"EUC-KR";case"csiso2022kr":case"hz-gb-2312":case"iso-2022-cn":case"iso-2022-cn-ext":case"iso-2022-kr":case"replacement":return"replacement";case"unicodefffe":case"utf-16be":return"UTF-16BE";case"csunicode":case"iso-10646-ucs-2":case"ucs-2":case"unicode":case"unicodefeff":case"utf-16":case"utf-16le":return"UTF-16LE";case"x-user-defined":return"x-user-defined";default:return"failure"}}ml.exports={getEncoding:getEncoding}},48355:(ml,Al,Rl)=>{"use strict";const{staticPropertyDescriptors:zl,readOperation:rd,fireAProgressEvent:yh}=Rl(53610);const{kState:kh,kError:Qh,kResult:cf,kEvents:t_,kAborted:r_}=Rl(20961);const{webidl:u_}=Rl(45893);const{kEnumerableProperty:C_}=Rl(3440);class FileReader extends EventTarget{constructor(){super();this[kh]="empty";this[cf]=null;this[Qh]=null;this[t_]={loadend:null,error:null,abort:null,load:null,progress:null,loadstart:null}}readAsArrayBuffer(ml){u_.brandCheck(this,FileReader);u_.argumentLengthCheck(arguments,1,"FileReader.readAsArrayBuffer");ml=u_.converters.Blob(ml,{strict:false});rd(this,ml,"ArrayBuffer")}readAsBinaryString(ml){u_.brandCheck(this,FileReader);u_.argumentLengthCheck(arguments,1,"FileReader.readAsBinaryString");ml=u_.converters.Blob(ml,{strict:false});rd(this,ml,"BinaryString")}readAsText(ml,Al=undefined){u_.brandCheck(this,FileReader);u_.argumentLengthCheck(arguments,1,"FileReader.readAsText");ml=u_.converters.Blob(ml,{strict:false});if(Al!==undefined){Al=u_.converters.DOMString(Al,"FileReader.readAsText","encoding")}rd(this,ml,"Text",Al)}readAsDataURL(ml){u_.brandCheck(this,FileReader);u_.argumentLengthCheck(arguments,1,"FileReader.readAsDataURL");ml=u_.converters.Blob(ml,{strict:false});rd(this,ml,"DataURL")}abort(){if(this[kh]==="empty"||this[kh]==="done"){this[cf]=null;return}if(this[kh]==="loading"){this[kh]="done";this[cf]=null}this[r_]=true;yh("abort",this);if(this[kh]!=="loading"){yh("loadend",this)}}get readyState(){u_.brandCheck(this,FileReader);switch(this[kh]){case"empty":return this.EMPTY;case"loading":return this.LOADING;case"done":return this.DONE}}get result(){u_.brandCheck(this,FileReader);return this[cf]}get error(){u_.brandCheck(this,FileReader);return this[Qh]}get onloadend(){u_.brandCheck(this,FileReader);return this[t_].loadend}set onloadend(ml){u_.brandCheck(this,FileReader);if(this[t_].loadend){this.removeEventListener("loadend",this[t_].loadend)}if(typeof ml==="function"){this[t_].loadend=ml;this.addEventListener("loadend",ml)}else{this[t_].loadend=null}}get onerror(){u_.brandCheck(this,FileReader);return this[t_].error}set onerror(ml){u_.brandCheck(this,FileReader);if(this[t_].error){this.removeEventListener("error",this[t_].error)}if(typeof ml==="function"){this[t_].error=ml;this.addEventListener("error",ml)}else{this[t_].error=null}}get onloadstart(){u_.brandCheck(this,FileReader);return this[t_].loadstart}set onloadstart(ml){u_.brandCheck(this,FileReader);if(this[t_].loadstart){this.removeEventListener("loadstart",this[t_].loadstart)}if(typeof ml==="function"){this[t_].loadstart=ml;this.addEventListener("loadstart",ml)}else{this[t_].loadstart=null}}get onprogress(){u_.brandCheck(this,FileReader);return this[t_].progress}set onprogress(ml){u_.brandCheck(this,FileReader);if(this[t_].progress){this.removeEventListener("progress",this[t_].progress)}if(typeof ml==="function"){this[t_].progress=ml;this.addEventListener("progress",ml)}else{this[t_].progress=null}}get onload(){u_.brandCheck(this,FileReader);return this[t_].load}set onload(ml){u_.brandCheck(this,FileReader);if(this[t_].load){this.removeEventListener("load",this[t_].load)}if(typeof ml==="function"){this[t_].load=ml;this.addEventListener("load",ml)}else{this[t_].load=null}}get onabort(){u_.brandCheck(this,FileReader);return this[t_].abort}set onabort(ml){u_.brandCheck(this,FileReader);if(this[t_].abort){this.removeEventListener("abort",this[t_].abort)}if(typeof ml==="function"){this[t_].abort=ml;this.addEventListener("abort",ml)}else{this[t_].abort=null}}}FileReader.EMPTY=FileReader.prototype.EMPTY=0;FileReader.LOADING=FileReader.prototype.LOADING=1;FileReader.DONE=FileReader.prototype.DONE=2;Object.defineProperties(FileReader.prototype,{EMPTY:zl,LOADING:zl,DONE:zl,readAsArrayBuffer:C_,readAsBinaryString:C_,readAsText:C_,readAsDataURL:C_,abort:C_,readyState:C_,result:C_,error:C_,onloadstart:C_,onprogress:C_,onload:C_,onabort:C_,onerror:C_,onloadend:C_,[Symbol.toStringTag]:{value:"FileReader",writable:false,enumerable:false,configurable:true}});Object.defineProperties(FileReader,{EMPTY:zl,LOADING:zl,DONE:zl});ml.exports={FileReader:FileReader}},88573:(ml,Al,Rl)=>{"use strict";const{webidl:zl}=Rl(45893);const rd=Symbol("ProgressEvent state");class ProgressEvent extends Event{constructor(ml,Al={}){ml=zl.converters.DOMString(ml,"ProgressEvent constructor","type");Al=zl.converters.ProgressEventInit(Al??{});super(ml,Al);this[rd]={lengthComputable:Al.lengthComputable,loaded:Al.loaded,total:Al.total}}get lengthComputable(){zl.brandCheck(this,ProgressEvent);return this[rd].lengthComputable}get loaded(){zl.brandCheck(this,ProgressEvent);return this[rd].loaded}get total(){zl.brandCheck(this,ProgressEvent);return this[rd].total}}zl.converters.ProgressEventInit=zl.dictionaryConverter([{key:"lengthComputable",converter:zl.converters.boolean,defaultValue:()=>false},{key:"loaded",converter:zl.converters["unsigned long long"],defaultValue:()=>0},{key:"total",converter:zl.converters["unsigned long long"],defaultValue:()=>0},{key:"bubbles",converter:zl.converters.boolean,defaultValue:()=>false},{key:"cancelable",converter:zl.converters.boolean,defaultValue:()=>false},{key:"composed",converter:zl.converters.boolean,defaultValue:()=>false}]);ml.exports={ProgressEvent:ProgressEvent}},20961:ml=>{"use strict";ml.exports={kState:Symbol("FileReader state"),kResult:Symbol("FileReader result"),kError:Symbol("FileReader error"),kLastProgressEventFired:Symbol("FileReader last progress event fired timestamp"),kEvents:Symbol("FileReader events"),kAborted:Symbol("FileReader aborted")}},53610:(ml,Al,Rl)=>{"use strict";const{kState:zl,kError:rd,kResult:yh,kAborted:kh,kLastProgressEventFired:Qh}=Rl(20961);const{ProgressEvent:cf}=Rl(88573);const{getEncoding:t_}=Rl(22607);const{serializeAMimeType:r_,parseMIMEType:u_}=Rl(51900);const{types:C_}=Rl(57975);const{StringDecoder:D_}=Rl(13193);const{btoa:S_}=Rl(4573);const P_={enumerable:true,writable:false,configurable:false};function readOperation(ml,Al,Rl,cf){if(ml[zl]==="loading"){throw new DOMException("Invalid state","InvalidStateError")}ml[zl]="loading";ml[yh]=null;ml[rd]=null;const t_=Al.stream();const r_=t_.getReader();const u_=[];let D_=r_.read();let S_=true;(async()=>{while(!ml[kh]){try{const{done:t_,value:P_}=await D_;if(S_&&!ml[kh]){queueMicrotask(()=>{fireAProgressEvent("loadstart",ml)})}S_=false;if(!t_&&C_.isUint8Array(P_)){u_.push(P_);if((ml[Qh]===undefined||Date.now()-ml[Qh]>=50)&&!ml[kh]){ml[Qh]=Date.now();queueMicrotask(()=>{fireAProgressEvent("progress",ml)})}D_=r_.read()}else if(t_){queueMicrotask(()=>{ml[zl]="done";try{const zl=packageData(u_,Rl,Al.type,cf);if(ml[kh]){return}ml[yh]=zl;fireAProgressEvent("load",ml)}catch(Al){ml[rd]=Al;fireAProgressEvent("error",ml)}if(ml[zl]!=="loading"){fireAProgressEvent("loadend",ml)}});break}}catch(Al){if(ml[kh]){return}queueMicrotask(()=>{ml[zl]="done";ml[rd]=Al;fireAProgressEvent("error",ml);if(ml[zl]!=="loading"){fireAProgressEvent("loadend",ml)}});break}}})()}function fireAProgressEvent(ml,Al){const Rl=new cf(ml,{bubbles:false,cancelable:false});Al.dispatchEvent(Rl)}function packageData(ml,Al,Rl,zl){switch(Al){case"DataURL":{let Al="data:";const zl=u_(Rl||"application/octet-stream");if(zl!=="failure"){Al+=r_(zl)}Al+=";base64,";const rd=new D_("latin1");for(const Rl of ml){Al+=S_(rd.write(Rl))}Al+=S_(rd.end());return Al}case"Text":{let Al="failure";if(zl){Al=t_(zl)}if(Al==="failure"&&Rl){const ml=u_(Rl);if(ml!=="failure"){Al=t_(ml.parameters.get("charset"))}}if(Al==="failure"){Al="UTF-8"}return decode(ml,Al)}case"ArrayBuffer":{const Al=combineByteSequences(ml);return Al.buffer}case"BinaryString":{let Al="";const Rl=new D_("latin1");for(const zl of ml){Al+=Rl.write(zl)}Al+=Rl.end();return Al}}}function decode(ml,Al){const Rl=combineByteSequences(ml);const zl=BOMSniffing(Rl);let rd=0;if(zl!==null){Al=zl;rd=zl==="UTF-8"?3:2}const yh=Rl.slice(rd);return new TextDecoder(Al).decode(yh)}function BOMSniffing(ml){const[Al,Rl,zl]=ml;if(Al===239&&Rl===187&&zl===191){return"UTF-8"}else if(Al===254&&Rl===255){return"UTF-16BE"}else if(Al===255&&Rl===254){return"UTF-16LE"}return null}function combineByteSequences(ml){const Al=ml.reduce((ml,Al)=>ml+Al.byteLength,0);let Rl=0;return ml.reduce((ml,Al)=>{ml.set(Al,Rl);Rl+=Al.byteLength;return ml},new Uint8Array(Al))}ml.exports={staticPropertyDescriptors:P_,readOperation:readOperation,fireAProgressEvent:fireAProgressEvent}},86897:(ml,Al,Rl)=>{"use strict";const{uid:zl,states:rd,sentCloseFrameState:yh,emptyBuffer:kh,opcodes:Qh}=Rl(20736);const{kReadyState:cf,kSentClose:t_,kByteParser:r_,kReceivedClose:u_,kResponse:C_}=Rl(61216);const{fireEvent:D_,failWebsocketConnection:S_,isClosing:P_,isClosed:Cg,isEstablished:eA,parseExtensions:tA}=Rl(98625);const{channels:rA}=Rl(42414);const{CloseEvent:nA}=Rl(15188);const{makeRequest:iA}=Rl(9967);const{fetching:sA}=Rl(54398);const{Headers:aA,getHeadersList:oA}=Rl(60660);const{getDecodeSplit:lA}=Rl(73168);const{WebsocketFrameSend:cA}=Rl(3264);let uA;try{uA=Rl(77598)}catch{}function establishWebSocketConnection(ml,Al,Rl,rd,yh,kh){const Qh=ml;Qh.protocol=ml.protocol==="ws:"?"http:":"https:";const cf=iA({urlList:[Qh],client:Rl,serviceWorkers:"none",referrer:"no-referrer",mode:"websocket",credentials:"include",cache:"no-store",redirect:"error"});if(kh.headers){const ml=oA(new aA(kh.headers));cf.headersList=ml}const t_=uA.randomBytes(16).toString("base64");cf.headersList.append("sec-websocket-key",t_);cf.headersList.append("sec-websocket-version","13");for(const ml of Al){cf.headersList.append("sec-websocket-protocol",ml)}const r_="permessage-deflate; client_max_window_bits";cf.headersList.append("sec-websocket-extensions",r_);const u_=sA({request:cf,useParallelQueue:true,dispatcher:kh.dispatcher,processResponse(ml){if(ml.type==="error"||ml.status!==101){S_(rd,"Received network error or non-101 status code.");return}if(Al.length!==0&&!ml.headersList.get("Sec-WebSocket-Protocol")){S_(rd,"Server did not respond with sent protocols.");return}if(ml.headersList.get("Upgrade")?.toLowerCase()!=="websocket"){S_(rd,'Server did not set Upgrade header to "websocket".');return}if(ml.headersList.get("Connection")?.toLowerCase()!=="upgrade"){S_(rd,'Server did not set Connection header to "upgrade".');return}const Rl=ml.headersList.get("Sec-WebSocket-Accept");const kh=uA.createHash("sha1").update(t_+zl).digest("base64");if(Rl!==kh){S_(rd,"Incorrect hash received in Sec-WebSocket-Accept header.");return}const Qh=ml.headersList.get("Sec-WebSocket-Extensions");let r_;if(Qh!==null){r_=tA(Qh);if(!r_.has("permessage-deflate")){S_(rd,"Sec-WebSocket-Extensions header does not match.");return}}const u_=ml.headersList.get("Sec-WebSocket-Protocol");if(u_!==null){const ml=lA("sec-websocket-protocol",cf.headersList);if(!ml.includes(u_)){S_(rd,"Protocol was not set in the opening handshake.");return}}ml.socket.on("data",onSocketData);ml.socket.on("close",onSocketClose);ml.socket.on("error",onSocketError);if(rA.open.hasSubscribers){rA.open.publish({address:ml.socket.address(),protocol:u_,extensions:Qh})}yh(ml,r_)}});return u_}function closeWebSocketConnection(ml,Al,Rl,zl){if(P_(ml)||Cg(ml)){}else if(!eA(ml)){S_(ml,"Connection was closed before it was established.");ml[cf]=rd.CLOSING}else if(ml[t_]===yh.NOT_SENT){ml[t_]=yh.PROCESSING;const r_=new cA;if(Al!==undefined&&Rl===undefined){r_.frameData=Buffer.allocUnsafe(2);r_.frameData.writeUInt16BE(Al,0)}else if(Al!==undefined&&Rl!==undefined){r_.frameData=Buffer.allocUnsafe(2+zl);r_.frameData.writeUInt16BE(Al,0);r_.frameData.write(Rl,2,"utf-8")}else{r_.frameData=kh}const u_=ml[C_].socket;u_.write(r_.createFrame(Qh.CLOSE));ml[t_]=yh.SENT;ml[cf]=rd.CLOSING}else{ml[cf]=rd.CLOSING}}function onSocketData(ml){if(!this.ws[r_].write(ml)){this.pause()}}function onSocketClose(){const{ws:ml}=this;const{[C_]:Al}=ml;Al.socket.off("data",onSocketData);Al.socket.off("close",onSocketClose);Al.socket.off("error",onSocketError);const Rl=ml[t_]===yh.SENT&&ml[u_];let zl=1005;let kh="";const Qh=ml[r_].closingInfo;if(Qh&&!Qh.error){zl=Qh.code??1005;kh=Qh.reason}else if(!ml[u_]){zl=1006}ml[cf]=rd.CLOSED;D_("close",ml,(ml,Al)=>new nA(ml,Al),{wasClean:Rl,code:zl,reason:kh});if(rA.close.hasSubscribers){rA.close.publish({websocket:ml,code:zl,reason:kh})}}function onSocketError(ml){const{ws:Al}=this;Al[cf]=rd.CLOSING;if(rA.socketError.hasSubscribers){rA.socketError.publish(ml)}this.destroy()}ml.exports={establishWebSocketConnection:establishWebSocketConnection,closeWebSocketConnection:closeWebSocketConnection}},20736:ml=>{"use strict";const Al="258EAFA5-E914-47DA-95CA-C5AB0DC85B11";const Rl={enumerable:true,writable:false,configurable:false};const zl={CONNECTING:0,OPEN:1,CLOSING:2,CLOSED:3};const rd={NOT_SENT:0,PROCESSING:1,SENT:2};const yh={CONTINUATION:0,TEXT:1,BINARY:2,CLOSE:8,PING:9,PONG:10};const kh=2**16-1;const Qh={INFO:0,PAYLOADLENGTH_16:2,PAYLOADLENGTH_64:3,READ_DATA:4};const cf=Buffer.allocUnsafe(0);const t_={string:1,typedArray:2,arrayBuffer:3,blob:4};ml.exports={uid:Al,sentCloseFrameState:rd,staticPropertyDescriptors:Rl,states:zl,opcodes:yh,maxUnsigned16Bit:kh,parserStates:Qh,emptyBuffer:cf,sendHints:t_}},15188:(ml,Al,Rl)=>{"use strict";const{webidl:zl}=Rl(45893);const{kEnumerableProperty:rd}=Rl(3440);const{kConstruct:yh}=Rl(36443);const{MessagePort:kh}=Rl(75919);class MessageEvent extends Event{#z;constructor(ml,Al={}){if(ml===yh){super(arguments[1],arguments[2]);zl.util.markAsUncloneable(this);return}const Rl="MessageEvent constructor";zl.argumentLengthCheck(arguments,1,Rl);ml=zl.converters.DOMString(ml,Rl,"type");Al=zl.converters.MessageEventInit(Al,Rl,"eventInitDict");super(ml,Al);this.#z=Al;zl.util.markAsUncloneable(this)}get data(){zl.brandCheck(this,MessageEvent);return this.#z.data}get origin(){zl.brandCheck(this,MessageEvent);return this.#z.origin}get lastEventId(){zl.brandCheck(this,MessageEvent);return this.#z.lastEventId}get source(){zl.brandCheck(this,MessageEvent);return this.#z.source}get ports(){zl.brandCheck(this,MessageEvent);if(!Object.isFrozen(this.#z.ports)){Object.freeze(this.#z.ports)}return this.#z.ports}initMessageEvent(ml,Al=false,Rl=false,rd=null,yh="",kh="",Qh=null,cf=[]){zl.brandCheck(this,MessageEvent);zl.argumentLengthCheck(arguments,1,"MessageEvent.initMessageEvent");return new MessageEvent(ml,{bubbles:Al,cancelable:Rl,data:rd,origin:yh,lastEventId:kh,source:Qh,ports:cf})}static createFastMessageEvent(ml,Al){const Rl=new MessageEvent(yh,ml,Al);Rl.#z=Al;Rl.#z.data??=null;Rl.#z.origin??="";Rl.#z.lastEventId??="";Rl.#z.source??=null;Rl.#z.ports??=[];return Rl}}const{createFastMessageEvent:Qh}=MessageEvent;delete MessageEvent.createFastMessageEvent;class CloseEvent extends Event{#z;constructor(ml,Al={}){const Rl="CloseEvent constructor";zl.argumentLengthCheck(arguments,1,Rl);ml=zl.converters.DOMString(ml,Rl,"type");Al=zl.converters.CloseEventInit(Al);super(ml,Al);this.#z=Al;zl.util.markAsUncloneable(this)}get wasClean(){zl.brandCheck(this,CloseEvent);return this.#z.wasClean}get code(){zl.brandCheck(this,CloseEvent);return this.#z.code}get reason(){zl.brandCheck(this,CloseEvent);return this.#z.reason}}class ErrorEvent extends Event{#z;constructor(ml,Al){const Rl="ErrorEvent constructor";zl.argumentLengthCheck(arguments,1,Rl);super(ml,Al);zl.util.markAsUncloneable(this);ml=zl.converters.DOMString(ml,Rl,"type");Al=zl.converters.ErrorEventInit(Al??{});this.#z=Al}get message(){zl.brandCheck(this,ErrorEvent);return this.#z.message}get filename(){zl.brandCheck(this,ErrorEvent);return this.#z.filename}get lineno(){zl.brandCheck(this,ErrorEvent);return this.#z.lineno}get colno(){zl.brandCheck(this,ErrorEvent);return this.#z.colno}get error(){zl.brandCheck(this,ErrorEvent);return this.#z.error}}Object.defineProperties(MessageEvent.prototype,{[Symbol.toStringTag]:{value:"MessageEvent",configurable:true},data:rd,origin:rd,lastEventId:rd,source:rd,ports:rd,initMessageEvent:rd});Object.defineProperties(CloseEvent.prototype,{[Symbol.toStringTag]:{value:"CloseEvent",configurable:true},reason:rd,code:rd,wasClean:rd});Object.defineProperties(ErrorEvent.prototype,{[Symbol.toStringTag]:{value:"ErrorEvent",configurable:true},message:rd,filename:rd,lineno:rd,colno:rd,error:rd});zl.converters.MessagePort=zl.interfaceConverter(kh);zl.converters["sequence"]=zl.sequenceConverter(zl.converters.MessagePort);const cf=[{key:"bubbles",converter:zl.converters.boolean,defaultValue:()=>false},{key:"cancelable",converter:zl.converters.boolean,defaultValue:()=>false},{key:"composed",converter:zl.converters.boolean,defaultValue:()=>false}];zl.converters.MessageEventInit=zl.dictionaryConverter([...cf,{key:"data",converter:zl.converters.any,defaultValue:()=>null},{key:"origin",converter:zl.converters.USVString,defaultValue:()=>""},{key:"lastEventId",converter:zl.converters.DOMString,defaultValue:()=>""},{key:"source",converter:zl.nullableConverter(zl.converters.MessagePort),defaultValue:()=>null},{key:"ports",converter:zl.converters["sequence"],defaultValue:()=>new Array(0)}]);zl.converters.CloseEventInit=zl.dictionaryConverter([...cf,{key:"wasClean",converter:zl.converters.boolean,defaultValue:()=>false},{key:"code",converter:zl.converters["unsigned short"],defaultValue:()=>0},{key:"reason",converter:zl.converters.USVString,defaultValue:()=>""}]);zl.converters.ErrorEventInit=zl.dictionaryConverter([...cf,{key:"message",converter:zl.converters.DOMString,defaultValue:()=>""},{key:"filename",converter:zl.converters.USVString,defaultValue:()=>""},{key:"lineno",converter:zl.converters["unsigned long"],defaultValue:()=>0},{key:"colno",converter:zl.converters["unsigned long"],defaultValue:()=>0},{key:"error",converter:zl.converters.any}]);ml.exports={MessageEvent:MessageEvent,CloseEvent:CloseEvent,ErrorEvent:ErrorEvent,createFastMessageEvent:Qh}},3264:(ml,Al,Rl)=>{"use strict";const{maxUnsigned16Bit:zl}=Rl(20736);const rd=16386;let yh;let kh=null;let Qh=rd;try{yh=Rl(77598)}catch{yh={randomFillSync:function randomFillSync(ml,Al,Rl){for(let Al=0;Alzl){kh+=8;yh=127}else if(rd>125){kh+=2;yh=126}const Qh=Buffer.allocUnsafe(rd+kh);Qh[0]=Qh[1]=0;Qh[0]|=128;Qh[0]=(Qh[0]&240)+ml; -/*! ws. MIT License. Einar Otto Stangvik */Qh[kh-4]=Rl[0];Qh[kh-3]=Rl[1];Qh[kh-2]=Rl[2];Qh[kh-1]=Rl[3];Qh[1]=yh;if(yh===126){Qh.writeUInt16BE(rd,2)}else if(yh===127){Qh[2]=Qh[3]=0;Qh.writeUIntBE(rd,4,6)}Qh[1]|=128;for(let ml=0;ml{"use strict";const{createInflateRaw:zl,Z_DEFAULT_WINDOWBITS:rd}=Rl(38522);const{isValidClientWindowBits:yh}=Rl(98625);const{MessageSizeExceededError:kh}=Rl(68707);const Qh=Buffer.from([0,0,255,255]);const cf=Symbol("kBuffer");const t_=Symbol("kLength");class PerMessageDeflate{#Y;#h={};#K=0;constructor(ml,Al){this.#h.serverNoContextTakeover=ml.has("server_no_context_takeover");this.#h.serverMaxWindowBits=ml.get("server_max_window_bits");this.#K=Al.maxPayloadSize}decompress(ml,Al,Rl){if(!this.#Y){let ml=rd;if(this.#h.serverMaxWindowBits){if(!yh(this.#h.serverMaxWindowBits)){Rl(new Error("Invalid server_max_window_bits"));return}ml=Number.parseInt(this.#h.serverMaxWindowBits)}try{this.#Y=zl({windowBits:ml})}catch(ml){Rl(ml);return}this.#Y[cf]=[];this.#Y[t_]=0;this.#Y.on("data",ml=>{this.#Y[t_]+=ml.length;if(this.#K>0&&this.#Y[t_]>this.#K){Rl(new kh);this.#Y.removeAllListeners();this.#Y=null;return}this.#Y[cf].push(ml)});this.#Y.on("error",ml=>{this.#Y=null;Rl(ml)})}this.#Y.write(ml);if(Al){this.#Y.write(Qh)}this.#Y.flush(()=>{if(!this.#Y){return}const ml=Buffer.concat(this.#Y[cf],this.#Y[t_]);this.#Y[cf].length=0;this.#Y[t_]=0;Rl(null,ml)})}}ml.exports={PerMessageDeflate:PerMessageDeflate}},81652:(ml,Al,Rl)=>{"use strict";const{Writable:zl}=Rl(57075);const rd=Rl(34589);const{parserStates:yh,opcodes:kh,states:Qh,emptyBuffer:cf,sentCloseFrameState:t_}=Rl(20736);const{kReadyState:r_,kSentClose:u_,kResponse:C_,kReceivedClose:D_}=Rl(61216);const{channels:S_}=Rl(42414);const{isValidStatusCode:P_,isValidOpcode:Cg,failWebsocketConnection:eA,websocketMessageReceived:tA,utf8Decode:rA,isControlFrame:nA,isTextBinaryFrame:iA,isContinuationFrame:sA}=Rl(98625);const{WebsocketFrameSend:aA}=Rl(3264);const{closeWebSocketConnection:oA}=Rl(86897);const{PerMessageDeflate:lA}=Rl(19469);const{MessageSizeExceededError:cA}=Rl(68707);function failWebsocketConnectionWithCode(ml,Al,Rl){oA(ml,Al,Rl,Buffer.byteLength(Rl));eA(ml,Rl)}class ByteParser extends zl{#X=[];#Z=0;#ee=0;#te=false;#b=yh.INFO;#re={};#ne=[];#ie;#se;#K;constructor(ml,Al,Rl={}){super();this.ws=ml;this.#ie=Al==null?new Map:Al;this.#se=Rl.maxFragments??0;this.#K=Rl.maxPayloadSize??0;if(this.#ie.has("permessage-deflate")){this.#ie.set("permessage-deflate",new lA(Al,Rl))}}_write(ml,Al,Rl){this.#X.push(ml);this.#ee+=ml.length;this.#te=true;this.run(Rl)}#ae(){if(this.#K>0&&!nA(this.#re.opcode)&&this.#re.payloadLength+this.#Z>this.#K){failWebsocketConnectionWithCode(this.ws,1009,"Payload size exceeds maximum allowed size");return false}return true}run(ml){while(this.#te){if(this.#b===yh.INFO){if(this.#ee<2){return ml()}const Al=this.consume(2);const Rl=(Al[0]&128)!==0;const zl=Al[0]&15;const rd=(Al[1]&128)===128;const Qh=!Rl&&zl!==kh.CONTINUATION;const cf=Al[1]&127;const t_=Al[0]&64;const r_=Al[0]&32;const u_=Al[0]&16;if(!Cg(zl)){eA(this.ws,"Invalid opcode received");return ml()}if(rd){eA(this.ws,"Frame cannot be masked");return ml()}if(t_!==0&&!this.#ie.has("permessage-deflate")){eA(this.ws,"Expected RSV1 to be clear.");return}if(r_!==0||u_!==0){eA(this.ws,"RSV1, RSV2, RSV3 must be clear");return}if(Qh&&!iA(zl)){eA(this.ws,"Invalid frame type was fragmented.");return}if(iA(zl)&&this.#ne.length>0){eA(this.ws,"Expected continuation frame");return}if(this.#re.fragmented&&Qh){eA(this.ws,"Fragmented frame exceeded 125 bytes.");return}if((cf>125||Qh)&&nA(zl)){eA(this.ws,"Control frame either too large or fragmented");return}if(sA(zl)&&this.#ne.length===0&&!this.#re.compressed){eA(this.ws,"Unexpected continuation frame");return}if(cf<=125){this.#re.payloadLength=cf;this.#b=yh.READ_DATA;if(!this.#ae()){return}}else if(cf===126){this.#b=yh.PAYLOADLENGTH_16}else if(cf===127){this.#b=yh.PAYLOADLENGTH_64}if(iA(zl)){this.#re.binaryType=zl;this.#re.compressed=t_!==0}this.#re.opcode=zl;this.#re.masked=rd;this.#re.fin=Rl;this.#re.fragmented=Qh}else if(this.#b===yh.PAYLOADLENGTH_16){if(this.#ee<2){return ml()}const Al=this.consume(2);this.#re.payloadLength=Al.readUInt16BE(0);this.#b=yh.READ_DATA;if(!this.#ae()){return}}else if(this.#b===yh.PAYLOADLENGTH_64){if(this.#ee<8){return ml()}const Al=this.consume(8);const Rl=Al.readUInt32BE(0);const zl=Al.readUInt32BE(4);if(Rl!==0||zl>2**31-1){eA(this.ws,"Received payload length > 2^31 bytes.");return}this.#re.payloadLength=zl;this.#b=yh.READ_DATA;if(!this.#ae()){return}}else if(this.#b===yh.READ_DATA){if(this.#ee0&&this.#Z>this.#K){failWebsocketConnectionWithCode(this.ws,1009,(new cA).message);return}if(!this.#re.fragmented&&this.#re.fin){tA(this.ws,this.#re.binaryType,this.consumeFragments())}this.#b=yh.INFO}else{this.#ie.get("permessage-deflate").decompress(Al,this.#re.fin,(Al,Rl)=>{if(Al){const ml=Al instanceof cA?1009:1007;failWebsocketConnectionWithCode(this.ws,ml,Al.message);return}if(!this.writeFragments(Rl)){return}if(this.#K>0&&this.#Z>this.#K){failWebsocketConnectionWithCode(this.ws,1009,(new cA).message);return}if(!this.#re.fin){this.#b=yh.INFO;this.#te=true;this.run(ml);return}tA(this.ws,this.#re.binaryType,this.consumeFragments());this.#te=true;this.#b=yh.INFO;this.run(ml)});this.#te=false;break}}}}}consume(ml){if(ml>this.#ee){throw new Error("Called consume() before buffers satiated.")}else if(ml===0){return cf}if(this.#X[0].length===ml){this.#ee-=this.#X[0].length;return this.#X.shift()}const Al=Buffer.allocUnsafe(ml);let Rl=0;while(Rl!==ml){const zl=this.#X[0];const{length:rd}=zl;if(rd+Rl===ml){Al.set(this.#X.shift(),Rl);break}else if(rd+Rl>ml){Al.set(zl.subarray(0,ml-Rl),Rl);this.#X[0]=zl.subarray(ml-Rl);break}else{Al.set(this.#X.shift(),Rl);Rl+=zl.length}}this.#ee-=ml;return Al}writeFragments(ml){if(this.#se>0&&this.#ne.length===this.#se){failWebsocketConnectionWithCode(this.ws,1008,"Too many message fragments");return false}this.#Z+=ml.length;this.#ne.push(ml);return true}consumeFragments(){const ml=this.#ne;if(ml.length===1){this.#Z=0;return ml.shift()}const Al=Buffer.concat(ml,this.#Z);this.#ne=[];this.#Z=0;return Al}parseCloseBody(ml){rd(ml.length!==1);let Al;if(ml.length>=2){Al=ml.readUInt16BE(0)}if(Al!==undefined&&!P_(Al)){return{code:1002,reason:"Invalid status code",error:true}}let Rl=ml.subarray(2);if(Rl[0]===239&&Rl[1]===187&&Rl[2]===191){Rl=Rl.subarray(3)}try{Rl=rA(Rl)}catch{return{code:1007,reason:"Invalid UTF-8",error:true}}return{code:Al,reason:Rl,error:false}}parseControlFrame(ml){const{opcode:Al,payloadLength:Rl}=this.#re;if(Al===kh.CLOSE){if(Rl===1){eA(this.ws,"Received close frame with a 1-byte body.");return false}this.#re.closeInfo=this.parseCloseBody(ml);if(this.#re.closeInfo.error){const{code:ml,reason:Al}=this.#re.closeInfo;oA(this.ws,ml,Al,Al.length);eA(this.ws,Al);return false}if(this.ws[u_]!==t_.SENT){let ml=cf;if(this.#re.closeInfo.code){ml=Buffer.allocUnsafe(2);ml.writeUInt16BE(this.#re.closeInfo.code,0)}const Al=new aA(ml);this.ws[C_].socket.write(Al.createFrame(kh.CLOSE),ml=>{if(!ml){this.ws[u_]=t_.SENT}})}this.ws[r_]=Qh.CLOSING;this.ws[D_]=true;return false}else if(Al===kh.PING){if(!this.ws[D_]){const Al=new aA(ml);this.ws[C_].socket.write(Al.createFrame(kh.PONG));if(S_.ping.hasSubscribers){S_.ping.publish({payload:ml})}}}else if(Al===kh.PONG){if(S_.pong.hasSubscribers){S_.pong.publish({payload:ml})}}return true}get closingInfo(){return this.#re.closeInfo}}ml.exports={ByteParser:ByteParser}},13900:(ml,Al,Rl)=>{"use strict";const{WebsocketFrameSend:zl}=Rl(3264);const{opcodes:rd,sendHints:yh}=Rl(20736);const kh=Rl(64660);const Qh=Buffer[Symbol.species];class SendQueue{#oe=new kh;#le=false;#ce;constructor(ml){this.#ce=ml}add(ml,Al,Rl){if(Rl!==yh.blob){const zl=createFrame(ml,Rl);if(!this.#le){this.#ce.write(zl,Al)}else{const ml={promise:null,callback:Al,frame:zl};this.#oe.push(ml)}return}const zl={promise:ml.arrayBuffer().then(ml=>{zl.promise=null;zl.frame=createFrame(ml,Rl)}),callback:Al,frame:null};this.#oe.push(zl);if(!this.#le){this.#ue()}}async#ue(){this.#le=true;const ml=this.#oe;while(!ml.isEmpty()){const Al=ml.shift();if(Al.promise!==null){await Al.promise}this.#ce.write(Al.frame,Al.callback);Al.callback=Al.frame=null}this.#le=false}}function createFrame(ml,Al){return new zl(toBuffer(ml,Al)).createFrame(Al===yh.string?rd.TEXT:rd.BINARY)}function toBuffer(ml,Al){switch(Al){case yh.string:return Buffer.from(ml);case yh.arrayBuffer:case yh.blob:return new Qh(ml);case yh.typedArray:return new Qh(ml.buffer,ml.byteOffset,ml.byteLength)}}ml.exports={SendQueue:SendQueue}},61216:ml=>{"use strict";ml.exports={kWebSocketURL:Symbol("url"),kReadyState:Symbol("ready state"),kController:Symbol("controller"),kResponse:Symbol("response"),kBinaryType:Symbol("binary type"),kSentClose:Symbol("sent close"),kReceivedClose:Symbol("received close"),kByteParser:Symbol("byte parser")}},98625:(ml,Al,Rl)=>{"use strict";const{kReadyState:zl,kController:rd,kResponse:yh,kBinaryType:kh,kWebSocketURL:Qh}=Rl(61216);const{states:cf,opcodes:t_}=Rl(20736);const{ErrorEvent:r_,createFastMessageEvent:u_}=Rl(15188);const{isUtf8:C_}=Rl(4573);const{collectASequenceOfCodePointsFast:D_,removeHTTPWhitespace:S_}=Rl(51900);function isConnecting(ml){return ml[zl]===cf.CONNECTING}function isEstablished(ml){return ml[zl]===cf.OPEN}function isClosing(ml){return ml[zl]===cf.CLOSING}function isClosed(ml){return ml[zl]===cf.CLOSED}function fireEvent(ml,Al,Rl=(ml,Al)=>new Event(ml,Al),zl={}){const rd=Rl(ml,zl);Al.dispatchEvent(rd)}function websocketMessageReceived(ml,Al,Rl){if(ml[zl]!==cf.OPEN){return}let rd;if(Al===t_.TEXT){try{rd=eA(Rl)}catch{failWebsocketConnection(ml,"Received invalid UTF-8 in text frame.");return}}else if(Al===t_.BINARY){if(ml[kh]==="blob"){rd=new Blob([Rl])}else{rd=toArrayBuffer(Rl)}}fireEvent("message",ml,u_,{origin:ml[Qh].origin,data:rd})}function toArrayBuffer(ml){if(ml.byteLength===ml.buffer.byteLength){return ml.buffer}return ml.buffer.slice(ml.byteOffset,ml.byteOffset+ml.byteLength)}function isValidSubprotocol(ml){if(ml.length===0){return false}for(let Al=0;Al126||Rl===34||Rl===40||Rl===41||Rl===44||Rl===47||Rl===58||Rl===59||Rl===60||Rl===61||Rl===62||Rl===63||Rl===64||Rl===91||Rl===92||Rl===93||Rl===123||Rl===125){return false}}return true}function isValidStatusCode(ml){if(ml>=1e3&&ml<1015){return ml!==1004&&ml!==1005&&ml!==1006}return ml>=3e3&&ml<=4999}function failWebsocketConnection(ml,Al){const{[rd]:Rl,[yh]:zl}=ml;Rl.abort();if(zl?.socket&&!zl.socket.destroyed){zl.socket.destroy()}if(Al){fireEvent("error",ml,(ml,Al)=>new r_(ml,Al),{error:new Error(Al),message:Al})}}function isControlFrame(ml){return ml===t_.CLOSE||ml===t_.PING||ml===t_.PONG}function isContinuationFrame(ml){return ml===t_.CONTINUATION}function isTextBinaryFrame(ml){return ml===t_.TEXT||ml===t_.BINARY}function isValidOpcode(ml){return isTextBinaryFrame(ml)||isContinuationFrame(ml)||isControlFrame(ml)}function parseExtensions(ml){const Al={position:0};const Rl=new Map;while(Al.position57){return false}}const Al=Number.parseInt(ml,10);return Al>=8&&Al<=15}const P_=typeof process.versions.icu==="string";const Cg=P_?new TextDecoder("utf-8",{fatal:true}):undefined;const eA=P_?Cg.decode.bind(Cg):function(ml){if(C_(ml)){return ml.toString("utf-8")}throw new TypeError("Invalid utf-8 received.")};ml.exports={isConnecting:isConnecting,isEstablished:isEstablished,isClosing:isClosing,isClosed:isClosed,fireEvent:fireEvent,isValidSubprotocol:isValidSubprotocol,isValidStatusCode:isValidStatusCode,failWebsocketConnection:failWebsocketConnection,websocketMessageReceived:websocketMessageReceived,utf8Decode:eA,isControlFrame:isControlFrame,isContinuationFrame:isContinuationFrame,isTextBinaryFrame:isTextBinaryFrame,isValidOpcode:isValidOpcode,parseExtensions:parseExtensions,isValidClientWindowBits:isValidClientWindowBits}},13726:(ml,Al,Rl)=>{"use strict";const{webidl:zl}=Rl(45893);const{URLSerializer:rd}=Rl(51900);const{environmentSettingsObject:yh}=Rl(73168);const{staticPropertyDescriptors:kh,states:Qh,sentCloseFrameState:cf,sendHints:t_}=Rl(20736);const{kWebSocketURL:r_,kReadyState:u_,kController:C_,kBinaryType:D_,kResponse:S_,kSentClose:P_,kByteParser:Cg}=Rl(61216);const{isConnecting:eA,isEstablished:tA,isClosing:rA,isValidSubprotocol:nA,fireEvent:iA}=Rl(98625);const{establishWebSocketConnection:sA,closeWebSocketConnection:aA}=Rl(86897);const{ByteParser:oA}=Rl(81652);const{kEnumerableProperty:lA,isBlobLike:cA}=Rl(3440);const{getGlobalDispatcher:uA}=Rl(32581);const{types:pA}=Rl(57975);const{ErrorEvent:dA,CloseEvent:hA}=Rl(15188);const{SendQueue:fA}=Rl(13900);class WebSocket extends EventTarget{#N={open:null,error:null,close:null,message:null};#pe=0;#de="";#ie="";#he;constructor(ml,Al=[]){super();zl.util.markAsUncloneable(this);const Rl="WebSocket constructor";zl.argumentLengthCheck(arguments,1,Rl);const rd=zl.converters["DOMString or sequence or WebSocketInit"](Al,Rl,"options");ml=zl.converters.USVString(ml,Rl,"url");Al=rd.protocols;const kh=yh.settingsObject.baseUrl;let Qh;try{Qh=new URL(ml,kh)}catch(ml){throw new DOMException(ml,"SyntaxError")}if(Qh.protocol==="http:"){Qh.protocol="ws:"}else if(Qh.protocol==="https:"){Qh.protocol="wss:"}if(Qh.protocol!=="ws:"&&Qh.protocol!=="wss:"){throw new DOMException(`Expected a ws: or wss: protocol, got ${Qh.protocol}`,"SyntaxError")}if(Qh.hash||Qh.href.endsWith("#")){throw new DOMException("Got fragment","SyntaxError")}if(typeof Al==="string"){Al=[Al]}if(Al.length!==new Set(Al.map(ml=>ml.toLowerCase())).size){throw new DOMException("Invalid Sec-WebSocket-Protocol value","SyntaxError")}if(Al.length>0&&!Al.every(ml=>nA(ml))){throw new DOMException("Invalid Sec-WebSocket-Protocol value","SyntaxError")}this[r_]=new URL(Qh.href);const t_=yh.settingsObject;this[C_]=sA(Qh,Al,t_,this,(ml,Al)=>this.#fe(ml,Al),rd);this[u_]=WebSocket.CONNECTING;this[P_]=cf.NOT_SENT;this[D_]="blob"}close(ml=undefined,Al=undefined){zl.brandCheck(this,WebSocket);const Rl="WebSocket.close";if(ml!==undefined){ml=zl.converters["unsigned short"](ml,Rl,"code",{clamp:true})}if(Al!==undefined){Al=zl.converters.USVString(Al,Rl,"reason")}if(ml!==undefined){if(ml!==1e3&&(ml<3e3||ml>4999)){throw new DOMException("invalid code","InvalidAccessError")}}let rd=0;if(Al!==undefined){rd=Buffer.byteLength(Al);if(rd>123){throw new DOMException(`Reason must be less than 123 bytes; received ${rd}`,"SyntaxError")}}aA(this,ml,Al,rd)}send(ml){zl.brandCheck(this,WebSocket);const Al="WebSocket.send";zl.argumentLengthCheck(arguments,1,Al);ml=zl.converters.WebSocketSendData(ml,Al,"data");if(eA(this)){throw new DOMException("Sent before connected.","InvalidStateError")}if(!tA(this)||rA(this)){return}if(typeof ml==="string"){const Al=Buffer.byteLength(ml);this.#pe+=Al;this.#he.add(ml,()=>{this.#pe-=Al},t_.string)}else if(pA.isArrayBuffer(ml)){this.#pe+=ml.byteLength;this.#he.add(ml,()=>{this.#pe-=ml.byteLength},t_.arrayBuffer)}else if(ArrayBuffer.isView(ml)){this.#pe+=ml.byteLength;this.#he.add(ml,()=>{this.#pe-=ml.byteLength},t_.typedArray)}else if(cA(ml)){this.#pe+=ml.size;this.#he.add(ml,()=>{this.#pe-=ml.size},t_.blob)}}get readyState(){zl.brandCheck(this,WebSocket);return this[u_]}get bufferedAmount(){zl.brandCheck(this,WebSocket);return this.#pe}get url(){zl.brandCheck(this,WebSocket);return rd(this[r_])}get extensions(){zl.brandCheck(this,WebSocket);return this.#ie}get protocol(){zl.brandCheck(this,WebSocket);return this.#de}get onopen(){zl.brandCheck(this,WebSocket);return this.#N.open}set onopen(ml){zl.brandCheck(this,WebSocket);if(this.#N.open){this.removeEventListener("open",this.#N.open)}if(typeof ml==="function"){this.#N.open=ml;this.addEventListener("open",ml)}else{this.#N.open=null}}get onerror(){zl.brandCheck(this,WebSocket);return this.#N.error}set onerror(ml){zl.brandCheck(this,WebSocket);if(this.#N.error){this.removeEventListener("error",this.#N.error)}if(typeof ml==="function"){this.#N.error=ml;this.addEventListener("error",ml)}else{this.#N.error=null}}get onclose(){zl.brandCheck(this,WebSocket);return this.#N.close}set onclose(ml){zl.brandCheck(this,WebSocket);if(this.#N.close){this.removeEventListener("close",this.#N.close)}if(typeof ml==="function"){this.#N.close=ml;this.addEventListener("close",ml)}else{this.#N.close=null}}get onmessage(){zl.brandCheck(this,WebSocket);return this.#N.message}set onmessage(ml){zl.brandCheck(this,WebSocket);if(this.#N.message){this.removeEventListener("message",this.#N.message)}if(typeof ml==="function"){this.#N.message=ml;this.addEventListener("message",ml)}else{this.#N.message=null}}get binaryType(){zl.brandCheck(this,WebSocket);return this[D_]}set binaryType(ml){zl.brandCheck(this,WebSocket);if(ml!=="blob"&&ml!=="arraybuffer"){this[D_]="blob"}else{this[D_]=ml}}#fe(ml,Al){this[S_]=ml;const Rl=this[C_]?.dispatcher?.webSocketOptions;const zl=Rl?.maxFragments;const rd=Rl?.maxPayloadSize;const yh=new oA(this,Al,{maxFragments:zl,maxPayloadSize:rd});yh.on("drain",onParserDrain);yh.on("error",onParserError.bind(this));ml.socket.ws=this;this[Cg]=yh;this.#he=new fA(ml.socket);this[u_]=Qh.OPEN;const kh=ml.headersList.get("sec-websocket-extensions");if(kh!==null){this.#ie=kh}const cf=ml.headersList.get("sec-websocket-protocol");if(cf!==null){this.#de=cf}iA("open",this)}}WebSocket.CONNECTING=WebSocket.prototype.CONNECTING=Qh.CONNECTING;WebSocket.OPEN=WebSocket.prototype.OPEN=Qh.OPEN;WebSocket.CLOSING=WebSocket.prototype.CLOSING=Qh.CLOSING;WebSocket.CLOSED=WebSocket.prototype.CLOSED=Qh.CLOSED;Object.defineProperties(WebSocket.prototype,{CONNECTING:kh,OPEN:kh,CLOSING:kh,CLOSED:kh,url:lA,readyState:lA,bufferedAmount:lA,onopen:lA,onerror:lA,onclose:lA,close:lA,onmessage:lA,binaryType:lA,send:lA,extensions:lA,protocol:lA,[Symbol.toStringTag]:{value:"WebSocket",writable:false,enumerable:false,configurable:true}});Object.defineProperties(WebSocket,{CONNECTING:kh,OPEN:kh,CLOSING:kh,CLOSED:kh});zl.converters["sequence"]=zl.sequenceConverter(zl.converters.DOMString);zl.converters["DOMString or sequence"]=function(ml,Al,Rl){if(zl.util.Type(ml)==="Object"&&Symbol.iterator in ml){return zl.converters["sequence"](ml)}return zl.converters.DOMString(ml,Al,Rl)};zl.converters.WebSocketInit=zl.dictionaryConverter([{key:"protocols",converter:zl.converters["DOMString or sequence"],defaultValue:()=>new Array(0)},{key:"dispatcher",converter:zl.converters.any,defaultValue:()=>uA()},{key:"headers",converter:zl.nullableConverter(zl.converters.HeadersInit)}]);zl.converters["DOMString or sequence or WebSocketInit"]=function(ml){if(zl.util.Type(ml)==="Object"&&!(Symbol.iterator in ml)){return zl.converters.WebSocketInit(ml)}return{protocols:zl.converters["DOMString or sequence"](ml)}};zl.converters.WebSocketSendData=function(ml){if(zl.util.Type(ml)==="Object"){if(cA(ml)){return zl.converters.Blob(ml,{strict:false})}if(ArrayBuffer.isView(ml)||pA.isArrayBuffer(ml)){return zl.converters.BufferSource(ml)}}return zl.converters.USVString(ml)};function onParserDrain(){this.ws[S_].socket.resume()}function onParserError(ml){let Al;let Rl;if(ml instanceof hA){Al=ml.reason;Rl=ml.code}else{Al=ml.message}iA("error",this,()=>new dA("error",{error:ml,message:Al}));aA(this,Rl)}ml.exports={WebSocket:WebSocket}},33843:(ml,Al)=>{"use strict";Object.defineProperty(Al,"__esModule",{value:true});function getUserAgent(){if(typeof navigator==="object"&&"userAgent"in navigator){return navigator.userAgent}if(typeof process==="object"&&process.version!==undefined){return`Node.js/${process.version.substr(1)} (${process.platform}; ${process.arch})`}return""}Al.getUserAgent=getUserAgent},58264:ml=>{ml.exports=wrappy;function wrappy(ml,Al){if(ml&&Al)return wrappy(ml)(Al);if(typeof ml!=="function")throw new TypeError("need wrapper function");Object.keys(ml).forEach(function(Al){wrapper[Al]=ml[Al]});return wrapper;function wrapper(){var Al=new Array(arguments.length);for(var Rl=0;Rl{"use strict";Object.defineProperty(Al,"__esModule",{value:true});var Rl=typeof Symbol==="function"&&typeof Symbol.iterator==="symbol"?function(ml){return typeof ml}:function(ml){return ml&&typeof Symbol==="function"&&ml.constructor===Symbol?"symbol":typeof ml};function isLower(ml){return ml>=97&&ml<=122}function isUpper(ml){return ml>=65&&ml<=90}function isDigit(ml){return ml>=48&&ml<=57}function toUpper(ml){return ml-32}function toUpperSafe(ml){if(isLower(ml)){return ml-32}return ml}function toLower(ml){return ml+32}function camelize$1(ml,Al){var Rl=ml.charCodeAt(0);if(isDigit(Rl)||isUpper(Rl)||Rl==Al){return ml}var zl=[];var rd=false;if(isUpper(Rl)){rd=true;zl.push(toLower(Rl))}else{zl.push(Rl)}var yh=ml.length;for(var kh=1;kh0){yh.push(Al)}yh.push(toLower(Qh));rd=true}else{yh.push(Qh)}}return rd?String.fromCharCode.apply(undefined,yh):ml}function shouldProcessValue(ml){return ml&&(typeof ml==="undefined"?"undefined":Rl(ml))=="object"&&!(ml instanceof Date)&&!(ml instanceof Function)}function processKeys(ml,Al,Rl){var zl=void 0;if(ml instanceof Array){zl=[]}else{if(typeof ml.prototype!=="undefined"){return ml}zl={}}for(var rd in ml){var yh=ml[rd];if(typeof rd==="string")rd=Al(rd,Rl&&Rl.separator);if(shouldProcessValue(yh)){zl[rd]=processKeys(yh,Al,Rl)}else{zl[rd]=yh}}return zl}function processKeysInPlace(ml,Al,Rl){var zl=Object.keys(ml);for(var rd=0;rd{module.exports=eval("require")("chokidar")},65407:(ml,Al,Rl)=>{var zl={"./BurstyRateLimiter":[85860],"./BurstyRateLimiter.js":[85860],"./ExpressBruteFlexible":[83966,966],"./ExpressBruteFlexible.js":[83966,966],"./RLWrapperBlackAndWhite":[87383],"./RLWrapperBlackAndWhite.js":[87383],"./RLWrapperTimeouts":[24016],"./RLWrapperTimeouts.js":[24016],"./RateLimiterAbstract":[88569],"./RateLimiterAbstract.js":[88569],"./RateLimiterCluster":[10565],"./RateLimiterCluster.js":[10565],"./RateLimiterDrizzle":[50673],"./RateLimiterDrizzle.js":[50673],"./RateLimiterDrizzleNonAtomic":[75347],"./RateLimiterDrizzleNonAtomic.js":[75347],"./RateLimiterDynamo":[82309],"./RateLimiterDynamo.js":[82309],"./RateLimiterEtcd":[36481],"./RateLimiterEtcd.js":[36481],"./RateLimiterEtcdNonAtomic":[15299],"./RateLimiterEtcdNonAtomic.js":[15299],"./RateLimiterInsuredAbstract":[33847],"./RateLimiterInsuredAbstract.js":[33847],"./RateLimiterMemcache":[73250],"./RateLimiterMemcache.js":[73250],"./RateLimiterMemory":[24544],"./RateLimiterMemory.js":[24544],"./RateLimiterMongo":[28439],"./RateLimiterMongo.js":[28439],"./RateLimiterMySQL":[67793],"./RateLimiterMySQL.js":[67793],"./RateLimiterPostgres":[3740],"./RateLimiterPostgres.js":[3740],"./RateLimiterPrisma":[16323],"./RateLimiterPrisma.js":[16323],"./RateLimiterQueue":[52860],"./RateLimiterQueue.js":[52860],"./RateLimiterRedis":[54336],"./RateLimiterRedis.js":[54336],"./RateLimiterRes":[80449],"./RateLimiterRes.js":[80449],"./RateLimiterSQLite":[73283],"./RateLimiterSQLite.js":[73283],"./RateLimiterStoreAbstract":[65140],"./RateLimiterStoreAbstract.js":[65140],"./RateLimiterUnion":[10244],"./RateLimiterUnion.js":[10244],"./RateLimiterValkey":[32193],"./RateLimiterValkey.js":[32193],"./RateLimiterValkeyGlide":[53756],"./RateLimiterValkeyGlide.js":[53756],"./component/BlockedKeys":[38830],"./component/BlockedKeys/":[38830],"./component/BlockedKeys/BlockedKeys":[85202],"./component/BlockedKeys/BlockedKeys.js":[85202],"./component/BlockedKeys/index":[38830],"./component/BlockedKeys/index.js":[38830],"./component/MemoryStorage":[28178,178],"./component/MemoryStorage/":[28178,178],"./component/MemoryStorage/MemoryStorage":[81534],"./component/MemoryStorage/MemoryStorage.js":[81534],"./component/MemoryStorage/Record":[60749],"./component/MemoryStorage/Record.js":[60749],"./component/MemoryStorage/index":[28178,178],"./component/MemoryStorage/index.js":[28178,178],"./component/RateLimiterEtcdTransactionFailedError":[43184],"./component/RateLimiterEtcdTransactionFailedError.js":[43184],"./component/RateLimiterQueueError":[27948],"./component/RateLimiterQueueError.js":[27948],"./component/RateLimiterSetupError":[72922],"./component/RateLimiterSetupError.js":[72922],"./constants":[13880,880],"./constants.js":[13880,880]};function webpackAsyncContext(ml){if(!Rl.o(zl,ml)){return Promise.resolve().then(()=>{var Al=new Error("Cannot find module '"+ml+"'");Al.code="MODULE_NOT_FOUND";throw Al})}var Al=zl[ml],rd=Al[0];return Promise.all(Al.slice(1).map(Rl.e)).then(()=>Rl.t(rd,7|16))}webpackAsyncContext.keys=()=>Object.keys(zl);webpackAsyncContext.id=65407;ml.exports=webpackAsyncContext},42613:ml=>{"use strict";ml.exports=require("assert")},20181:ml=>{"use strict";ml.exports=require("buffer")},35317:ml=>{"use strict";ml.exports=require("child_process")},29907:ml=>{"use strict";ml.exports=require("cluster")},76982:ml=>{"use strict";ml.exports=require("crypto")},73167:ml=>{"use strict";ml.exports=require("domain")},24434:ml=>{"use strict";ml.exports=require("events")},79896:ml=>{"use strict";ml.exports=require("fs")},58611:ml=>{"use strict";ml.exports=require("http")},85675:ml=>{"use strict";ml.exports=require("http2")},65692:ml=>{"use strict";ml.exports=require("https")},23346:ml=>{"use strict";ml.exports=require("isolated-vm")},69278:ml=>{"use strict";ml.exports=require("net")},34589:ml=>{"use strict";ml.exports=require("node:assert")},16698:ml=>{"use strict";ml.exports=require("node:async_hooks")},4573:ml=>{"use strict";ml.exports=require("node:buffer")},37540:ml=>{"use strict";ml.exports=require("node:console")},77598:ml=>{"use strict";ml.exports=require("node:crypto")},53053:ml=>{"use strict";ml.exports=require("node:diagnostics_channel")},40610:ml=>{"use strict";ml.exports=require("node:dns")},78474:ml=>{"use strict";ml.exports=require("node:events")},37067:ml=>{"use strict";ml.exports=require("node:http")},32467:ml=>{"use strict";ml.exports=require("node:http2")},77030:ml=>{"use strict";ml.exports=require("node:net")},643:ml=>{"use strict";ml.exports=require("node:perf_hooks")},41792:ml=>{"use strict";ml.exports=require("node:querystring")},57075:ml=>{"use strict";ml.exports=require("node:stream")},41692:ml=>{"use strict";ml.exports=require("node:tls")},73136:ml=>{"use strict";ml.exports=require("node:url")},57975:ml=>{"use strict";ml.exports=require("node:util")},73429:ml=>{"use strict";ml.exports=require("node:util/types")},75919:ml=>{"use strict";ml.exports=require("node:worker_threads")},38522:ml=>{"use strict";ml.exports=require("node:zlib")},70857:ml=>{"use strict";ml.exports=require("os")},16928:ml=>{"use strict";ml.exports=require("path")},2203:ml=>{"use strict";ml.exports=require("stream")},13193:ml=>{"use strict";ml.exports=require("string_decoder")},53557:ml=>{"use strict";ml.exports=require("timers")},64756:ml=>{"use strict";ml.exports=require("tls")},52018:ml=>{"use strict";ml.exports=require("tty")},87016:ml=>{"use strict";ml.exports=require("url")},39023:ml=>{"use strict";ml.exports=require("util")},43106:ml=>{"use strict";ml.exports=require("zlib")},21173:ml=>{(function(Al){function e(){var ml=Al();return ml.default||ml}if(true)ml.exports=e();else{var Rl}})(function(){"use strict";var ml=Object.defineProperty;var Al=Object.getOwnPropertyDescriptor;var Rl=Object.getOwnPropertyNames;var zl=Object.prototype.hasOwnProperty;var $t=(Al,Rl)=>{for(var zl in Rl)ml(Al,zl,{get:Rl[zl],enumerable:!0})},ai=(rd,yh,kh,Qh)=>{if(yh&&typeof yh=="object"||typeof yh=="function")for(let cf of Rl(yh))!zl.call(rd,cf)&&cf!==kh&&ml(rd,cf,{get:()=>yh[cf],enumerable:!(Qh=Al(yh,cf))||Qh.enumerable});return rd};var ni=Al=>ai(ml({},"__esModule",{value:!0}),Al);var rd={};$t(rd,{parsers:()=>RC});var yh={};$t(yh,{__babel_estree:()=>DC,__js_expression:()=>wC,__ts_expression:()=>CC,__vue_event_binding:()=>vC,__vue_expression:()=>wC,__vue_ts_event_binding:()=>EC,__vue_ts_expression:()=>CC,babel:()=>vC,"babel-flow":()=>xC,"babel-ts":()=>EC});var X=(ml,Al)=>(Rl,zl,...rd)=>Rl|1&&zl==null?void 0:(Al.call(zl)??zl[ml]).apply(zl,rd);var kh=String.prototype.replaceAll??function(ml,Al){return ml.global?this.replace(ml,Al):this.split(ml).join(Al)},Qh=X("replaceAll",function(){if(typeof this=="string")return kh}),cf=Qh;var t_=Object.hasOwn??Function.prototype.call.bind(Object.prototype.hasOwnProperty),r_=t_;var u_=class{constructor(ml,Al,Rl){this.line=void 0,this.column=void 0,Rl!==void 0&&(this.index=void 0),this.line=ml,this.column=Al,Rl!==void 0&&(this.index=Rl)}},C_=class{start;end;filename;identifierName;constructor(ml,Al){this.start=ml,this.end=Al}};function O(ml,Al){let{line:Rl,column:zl,index:rd}=ml;return new u_(Rl,zl+Al,rd+Al)}var D_="BABEL_PARSER_SOURCETYPE_MODULE_REQUIRED",S_={ImportMetaOutsideModule:{message:`import.meta may appear only with 'sourceType: "module"'`,code:D_},ImportOutsideModule:{message:`'import' and 'export' may appear only with 'sourceType: "module"'`,code:D_}},P_={ArrayPattern:"array destructuring pattern",AssignmentExpression:"assignment expression",AssignmentPattern:"assignment expression",ArrowFunctionExpression:"arrow function expression",ConditionalExpression:"conditional expression",CatchClause:"catch clause",ForOfStatement:"for-of statement",ForInStatement:"for-in statement",ForStatement:"for-loop",FormalParameters:"function parameter list",Identifier:"identifier",ImportSpecifier:"import specifier",ImportDefaultSpecifier:"import default specifier",ImportNamespaceSpecifier:"import namespace specifier",ObjectPattern:"object destructuring pattern",ParenthesizedExpression:"parenthesized expression",RestElement:"rest element",UpdateExpression:{true:"prefix operation",false:"postfix operation"},VariableDeclarator:"variable declaration",YieldExpression:"yield expression"},wt=ml=>ml.type==="UpdateExpression"?P_.UpdateExpression[`${ml.prefix}`]:P_[ml.type],Cg={AccessorIsGenerator:({kind:ml})=>`A ${ml}ter cannot be a generator.`,ArgumentsInClass:"'arguments' is only allowed in functions and class methods.",AsyncFunctionInSingleStatementContext:"Async functions can only be declared at the top level or inside a block.",AwaitBindingIdentifier:"Can not use 'await' as identifier inside an async function.",AwaitBindingIdentifierInStaticBlock:"Can not use 'await' as identifier inside a static block.",AwaitExpressionFormalParameter:"'await' is not allowed in async function parameters.",AwaitUsingNotInAsyncContext:"'await using' is only allowed within async functions and at the top levels of modules.",AwaitNotInAsyncContext:"'await' is only allowed within async functions and at the top levels of modules.",BadGetterArity:"A 'get' accessor must not have any formal parameters.",BadSetterArity:"A 'set' accessor must have exactly one formal parameter.",BadSetterRestParameter:"A 'set' accessor function argument must not be a rest parameter.",ConstructorClassField:"Classes may not have a field named 'constructor'.",ConstructorClassPrivateField:"Classes may not have a private field named '#constructor'.",ConstructorIsAccessor:"Class constructor may not be an accessor.",ConstructorIsAsync:"Constructor can't be an async function.",ConstructorIsGenerator:"Constructor can't be a generator.",DeclarationMissingInitializer:({kind:ml})=>`Missing initializer in ${ml} declaration.`,DecoratorArgumentsOutsideParentheses:"Decorator arguments must be moved inside parentheses: use '@(decorator(args))' instead of '@(decorator)(args)'.",DecoratorsBeforeAfterExport:"Decorators can be placed *either* before or after the 'export' keyword, but not in both locations at the same time.",DecoratorConstructor:"Decorators can't be used with a constructor. Did you mean '@dec class { ... }'?",DecoratorSemicolon:"Decorators must not be followed by a semicolon.",DecoratorStaticBlock:"Decorators can't be used with a static block.",DeferImportRequiresNamespace:'Only `import defer * as x from "./module"` is valid.',DeletePrivateField:"Deleting a private field is not allowed.",DestructureNamedImport:"ES2015 named imports do not destructure. Use another statement for destructuring after the import.",DuplicateConstructor:"Duplicate constructor in the same class.",DuplicateDefaultExport:"Only one default export allowed per module.",DuplicateExport:({exportName:ml})=>`\`${ml}\` has already been exported. Exported identifiers must be unique.`,DuplicateProto:"Redefinition of __proto__ property.",DuplicateRegExpFlags:"Duplicate regular expression flag.",ElementAfterRest:"Rest element must be last element.",EscapedCharNotAnIdentifier:"Invalid Unicode escape.",ExportBindingIsString:({localName:ml,exportName:Al})=>`A string literal cannot be used as an exported binding without \`from\`.\n- Did you mean \`export { '${ml}' as '${Al}' } from 'some-module'\`?`,ExportDefaultFromAsIdentifier:"'from' is not allowed as an identifier after 'export default'.",ForInOfLoopInitializer:({type:ml})=>`'${ml==="ForInStatement"?"for-in":"for-of"}' loop variable declaration may not have an initializer.`,ForInUsing:"For-in loop may not start with 'using' declaration.",ForOfAsync:"The left-hand side of a for-of loop may not be 'async'.",ForOfLet:"The left-hand side of a for-of loop may not start with 'let'.",GeneratorInSingleStatementContext:"Generators can only be declared at the top level or inside a block.",IllegalBreakContinue:({type:ml})=>`Unsyntactic ${ml==="BreakStatement"?"break":"continue"}.`,IllegalLanguageModeDirective:"Illegal 'use strict' directive in function with non-simple parameter list.",IllegalReturn:"'return' outside of function.",ImportBindingIsString:({importName:ml})=>`A string literal cannot be used as an imported binding.\n- Did you mean \`import { "${ml}" as foo }\`?`,ImportCallArity:({phase:ml})=>`\`import${ml?`.${ml}`:""}()\` requires exactly one or two arguments.`,ImportCallNotNewExpression:({phase:ml})=>`Cannot use new with import${ml?`.${ml}`:""}().`,ImportCallSpreadArgument:({phase:ml})=>`\`...\` is not allowed in \`import${ml?`.${ml}`:""}()\`.`,IncompatibleRegExpUVFlags:"The 'u' and 'v' regular expression flags cannot be enabled at the same time.",InvalidBigIntLiteral:"Invalid BigIntLiteral.",InvalidCodePoint:"Code point out of bounds.",InvalidCoverDiscardElement:"'void' must be followed by an expression when not used in a binding position.",InvalidCoverInitializedName:"Invalid shorthand property initializer.",InvalidDigit:({radix:ml})=>`Expected number in radix ${ml}.`,InvalidEscapeSequence:"Bad character escape sequence.",InvalidEscapeSequenceTemplate:"Invalid escape sequence in template.",InvalidEscapedReservedWord:({reservedWord:ml})=>`Escape sequence in keyword ${ml}.`,InvalidIdentifier:({identifierName:ml})=>`Invalid identifier ${ml}.`,InvalidLhs:({ancestor:ml})=>`Invalid left-hand side in ${wt(ml)}.`,InvalidLhsBinding:({ancestor:ml})=>`Binding invalid left-hand side in ${wt(ml)}.`,InvalidLhsOptionalChaining:({ancestor:ml})=>`Invalid optional chaining in the left-hand side of ${wt(ml)}.`,InvalidNumber:"Invalid number.",InvalidOrMissingExponent:"Floating-point numbers require a valid exponent after the 'e'.",InvalidOrUnexpectedToken:({unexpected:ml})=>`Unexpected character '${ml}'.`,InvalidParenthesizedAssignment:"Invalid parenthesized assignment pattern.",InvalidPrivateFieldResolution:({identifierName:ml})=>`Private name #${ml} is not defined.`,InvalidPropertyBindingPattern:"Binding member expression.",InvalidRestAssignmentPattern:"Invalid rest operator's argument.",LabelRedeclaration:({labelName:ml})=>`Label '${ml}' is already declared.`,LetInLexicalBinding:"'let' is disallowed as a lexically bound name.",LineTerminatorBeforeArrow:"No line break is allowed before '=>'.",MalformedRegExpFlags:"Invalid regular expression flag.",MissingClassName:"A class name is required.",MissingEqInAssignment:"Only '=' operator can be used for specifying default value.",MissingSemicolon:"Missing semicolon.",MissingPlugin:({missingPlugin:ml})=>`This experimental syntax requires enabling the parser plugin: ${ml.map(ml=>JSON.stringify(ml)).join(", ")}.`,MissingOneOfPlugins:({missingPlugin:ml})=>`This experimental syntax requires enabling one of the following parser plugin(s): ${ml.map(ml=>JSON.stringify(ml)).join(", ")}.`,MissingUnicodeEscape:"Expecting Unicode escape sequence \\uXXXX.",MixingCoalesceWithLogical:"Nullish coalescing operator(??) requires parens when mixing with logical operators.",ModuleAttributeInvalidValue:"Only string literals are allowed as module attribute values.",ModuleAttributesWithDuplicateKeys:({key:ml})=>`Duplicate key "${ml}" is not allowed in module attributes.`,ModuleExportNameHasLoneSurrogate:({surrogateCharCode:ml})=>`An export name cannot include a lone surrogate, found '\\u${ml.toString(16)}'.`,ModuleExportUndefined:({localName:ml})=>`Export '${ml}' is not defined.`,MultipleDefaultsInSwitch:"Multiple default clauses.",NewlineAfterThrow:"Illegal newline after throw.",NoCatchOrFinally:"Missing catch or finally clause.",NumberIdentifier:"Identifier directly after number.",NumericSeparatorInEscapeSequence:"Numeric separators are not allowed inside unicode escape sequences or hex escape sequences.",ObsoleteAwaitStar:"'await*' has been removed from the async functions proposal. Use Promise.all() instead.",OptionalChainingNoNew:"Constructors in/after an Optional Chain are not allowed.",OptionalChainingNoTemplate:"Tagged Template Literals are not allowed in optionalChain.",OverrideOnConstructor:"'override' modifier cannot appear on a constructor declaration.",ParamDupe:"Argument name clash.",PatternHasAccessor:"Object pattern can't contain getter or setter.",PatternHasMethod:"Object pattern can't contain methods.",PrivateInExpectedIn:({identifierName:ml})=>`Private names are only allowed in property accesses (\`obj.#${ml}\`) or in \`in\` expressions (\`#${ml} in obj\`).`,PrivateNameRedeclaration:({identifierName:ml})=>`Duplicate private name #${ml}.`,RestTrailingComma:"Unexpected trailing comma after rest element.",SloppyFunction:"In non-strict mode code, functions can only be declared at top level or inside a block.",SloppyFunctionAnnexB:"In non-strict mode code, functions can only be declared at top level, inside a block, or as the body of an if statement.",SourcePhaseImportRequiresDefault:'Only `import source x from "./module"` is valid.',StaticPrototype:"Classes may not have static property named prototype.",SuperCallNotNewExpression:"Cannot use new with super(...).",SuperNotAllowed:"`super()` is only valid inside a class constructor of a subclass. Maybe a typo in the method name ('constructor') or not extending another class?",SuperPrivateField:"Private fields can't be accessed on super.",TrailingDecorator:"Decorators must be attached to a class element.",UnexpectedArgumentPlaceholder:"Unexpected argument placeholder.",UnexpectedDigitAfterHash:"Unexpected digit after hash token.",UnexpectedImportExport:"'import' and 'export' may only appear at the top level.",UnexpectedKeyword:({keyword:ml})=>`Unexpected keyword '${ml}'.`,UnexpectedLeadingDecorator:"Leading decorators must be attached to a class declaration.",UnexpectedLexicalDeclaration:"Lexical declaration cannot appear in a single-statement context.",UnexpectedNewTarget:"`new.target` can only be used in functions or class properties.",UnexpectedNumericSeparator:"A numeric separator is only allowed between two digits.",UnexpectedPrivateField:"Unexpected private name.",UnexpectedReservedWord:({reservedWord:ml})=>`Unexpected reserved word '${ml}'.`,UnexpectedSuper:"'super' is only allowed in object methods and classes.",UnexpectedToken:({expected:ml,unexpected:Al})=>`Unexpected token${Al?` '${Al}'.`:""}${ml?`, expected "${ml}"`:""}`,UnexpectedTokenUnaryExponentiation:"Illegal expression. Wrap left hand side or entire exponentiation in parentheses.",UnexpectedUsingDeclaration:"Using declaration cannot appear in the top level when source type is `script` or in the bare case statement.",UnexpectedVoidPattern:"Unexpected void binding.",UnsupportedDecoratorExport:"A decorated export must export a class declaration.",UnsupportedDefaultExport:"Only expressions, functions or classes are allowed as the `default` export.",UnsupportedImport:"`import` can only be used in `import()` or `import.meta`.",UnsupportedMetaProperty:({target:ml,onlyValidPropertyName:Al})=>`The only valid meta property for ${ml} is ${ml}.${Al}.`,UnsupportedParameterDecorator:"Decorators cannot be used to decorate parameters.",UnsupportedPropertyDecorator:"Decorators cannot be used to decorate object literal properties.",UnsupportedSuper:"'super' can only be used with function calls (i.e. super()) or in property accesses (i.e. super.prop or super[prop]).",UnterminatedComment:"Unterminated comment.",UnterminatedRegExp:"Unterminated regular expression.",UnterminatedString:"Unterminated string constant.",UnterminatedTemplate:"Unterminated template.",UsingDeclarationExport:"Using declaration cannot be exported.",UsingDeclarationHasBindingPattern:"Using declaration cannot have destructuring patterns.",VarRedeclaration:({identifierName:ml})=>`Identifier '${ml}' has already been declared.`,VoidPatternCatchClauseParam:"A void binding can not be the catch clause parameter. Use `try { ... } catch { ... }` if you want to discard the caught error.",VoidPatternInitializer:"A void binding may not have an initializer.",YieldBindingIdentifier:"Can not use 'yield' as identifier inside a generator.",YieldInParameter:"Yield expression is not allowed in formal parameters.",YieldNotInGeneratorFunction:"'yield' is only allowed within generator functions.",ZeroDigitNumericSeparator:"Numeric separator can not be used after leading 0."},eA={StrictDelete:"Deleting local variable in strict mode.",StrictEvalArguments:({referenceName:ml})=>`Assigning to '${ml}' in strict mode.`,StrictEvalArgumentsBinding:({bindingName:ml})=>`Binding '${ml}' in strict mode.`,StrictFunction:"In strict mode code, functions can only be declared at top level or inside a block.",StrictNumericEscape:"The only valid numeric escape in strict mode is '\\0'.",StrictOctalLiteral:"Legacy octal literals are not allowed in strict mode.",StrictWith:"'with' in strict mode."},tA={ParseExpressionEmptyInput:"Unexpected parseExpression() input: The input is empty or contains only comments.",ParseExpressionExpectsEOF:({unexpected:ml})=>`Unexpected parseExpression() input: The input should contain exactly one expression, but the first expression is followed by the unexpected character \`${String.fromCodePoint(ml)}\`.`},rA=new Set(["ArrowFunctionExpression","AssignmentExpression","ConditionalExpression","YieldExpression"]),nA={PipeTopicRequiresHackPipes:'Topic references are only supported when using the `"proposal": "hack"` version of the pipeline proposal.',PipeTopicUnbound:"Topic reference is unbound; it must be inside a pipe body.",PipeTopicUnconfiguredToken:({token:ml})=>`Invalid topic token ${ml}. In order to use ${ml} as a topic reference, the pipelineOperator plugin must be configured with { "proposal": "hack", "topicToken": "${ml}" }.`,PipeTopicUnused:"Hack-style pipe body does not contain a topic reference; Hack-style pipes must use topic at least once.",PipeUnparenthesizedBody:({type:ml})=>`Hack-style pipe body cannot be an unparenthesized ${wt({type:ml})}; please wrap it in parentheses.`,PipelineUnparenthesized:"Cannot mix binary operator with solo-await F#-style pipeline. Please wrap the pipeline in parentheses."},iA={UnsupportedBind:"Binding should be performed on object property.",UnsupportedBindRHS:"The right-hand side of binding can not be super or import."};function Ue(ml,Al,Rl){Object.defineProperty(ml,Al,{enumerable:!1,configurable:!0,value:Rl})}function xi({toMessage:ml,code:Al,reasonCode:Rl,syntaxPlugin:zl}){let rd=Rl==="MissingPlugin"||Rl==="MissingOneOfPlugins";return function r(yh,kh,Qh){let cf=new SyntaxError;return cf.code=Al,cf.reasonCode=Rl,cf.loc=yh,cf.pos=kh,cf.syntaxPlugin=zl,rd&&(cf.missingPlugin=Qh.missingPlugin),Ue(cf,"clone",function(ml={}){let{line:Al,column:Rl,index:zl=kh}=ml.loc??yh;return r(new u_(Al,Rl),zl,{...Qh,...ml.details})}),Ue(cf,"details",Qh),Object.defineProperty(cf,"message",{configurable:!0,get(){let Al=`${ml(Qh)} (${yh.line}:${yh.column})`;return this.message=Al,Al},set(ml){Object.defineProperty(this,"message",{value:ml,writable:!0})}}),cf}}function F(ml,Al){if(Array.isArray(ml))return Al=>F(Al,ml[0]);let Rl={};for(let zl of Object.keys(ml)){let rd=ml[zl],{message:yh,...kh}=typeof rd=="string"?{message:()=>rd}:typeof rd=="function"?{message:rd}:rd,Qh=typeof yh=="string"?()=>yh:yh;Rl[zl]=xi({code:"BABEL_PARSER_SYNTAX_ERROR",reasonCode:zl,toMessage:Qh,...Al?{syntaxPlugin:Al}:{},...kh})}return Rl}var sA={...F(S_),...F(Cg),...F(eA),...F(tA),...F`pipelineOperator`(nA),...F`functionBind`(iA)};function Pi(){return{sourceType:"script",sourceFilename:void 0,startIndex:0,startColumn:0,startLine:1,allowAwaitOutsideFunction:!1,allowReturnOutsideFunction:!1,allowNewTargetOutsideFunction:!1,allowImportExportEverywhere:!1,allowSuperOutsideMethod:!1,allowUndeclaredExports:!1,allowYieldOutsideFunction:!1,plugins:[],strictMode:void 0,ranges:!1,locations:!0,tokens:!1,createImportExpressions:!0,createParenthesizedExpressions:!1,errorRecovery:!1,attachComment:!0,annexB:!0}}function gi(ml){let Al=Pi();if(ml==null)return Al;if(ml.annexB!=null&&ml.annexB!==!1)throw new Error("The `annexB` option can only be set to `false`.");for(let Rl of Object.keys(Al))ml[Rl]!=null&&(Al[Rl]=ml[Rl]);if(Al.startLine===1)ml.startIndex==null&&Al.startColumn>0?Al.startIndex=Al.startColumn:ml.startColumn==null&&Al.startIndex>0&&(Al.startColumn=Al.startIndex);else if(ml.startColumn==null||ml.startIndex==null)throw new Error("With a `startLine > 1` you must also specify `startIndex` and `startColumn`.");if(Al.sourceType==="commonjs"){if(ml.allowAwaitOutsideFunction!=null)throw new Error("The `allowAwaitOutsideFunction` option cannot be used with `sourceType: 'commonjs'`.");if(ml.allowReturnOutsideFunction!=null)throw new Error("`sourceType: 'commonjs'` implies `allowReturnOutsideFunction: true`, please remove the `allowReturnOutsideFunction` option or use `sourceType: 'script'`.");if(ml.allowNewTargetOutsideFunction!=null)throw new Error("`sourceType: 'commonjs'` implies `allowNewTargetOutsideFunction: true`, please remove the `allowNewTargetOutsideFunction` option or use `sourceType: 'script'`.")}return Al}function Y(ml){let{start:Al,end:Rl}=ml.loc;return ml.loc.start=new u_(Al.line,Al.column),ml.loc.end=new u_(Rl.line,Rl.column),ml}var Ti=ml=>class extends ml{createPosition(ml){return new u_(ml.line,ml.column)}parse(){let ml=super.parse();return this.optionFlags&512&&(ml.tokens=ml.tokens.map(Y)),Y(ml)}parseRegExpLiteral({pattern:ml,flags:Al}){let Rl=null;try{Rl=new RegExp(ml,Al)}catch{}let zl=this.estreeParseLiteral(Rl);return zl.regex={pattern:ml,flags:Al},zl}parseBigIntLiteral(ml){let Al;try{Al=BigInt(ml)}catch{Al=null}let Rl=this.estreeParseLiteral(Al);return Rl.bigint=String(Rl.value||ml),Rl}estreeParseLiteral(ml){return this.parseLiteral(ml,"Literal")}parseStringLiteral(ml){return this.estreeParseLiteral(ml)}parseNumericLiteral(ml){return this.estreeParseLiteral(ml)}parseNullLiteral(){return this.estreeParseLiteral(null)}parseBooleanLiteral(ml){return this.estreeParseLiteral(ml)}estreeParseChainExpression(ml,Al){let Rl=this.startNodeAtNode(ml);return Rl.expression=ml,this.finishNodeAtNode(Rl,"ChainExpression",Al)}directiveToStmt(ml){let Al=ml.value;delete ml.value,this.castNodeTo(Al,"Literal"),Al.raw=Al.extra.raw,Al.value=Al.extra.expressionValue;let Rl=this.castNodeTo(ml,"ExpressionStatement");return Rl.expression=Al,Rl.directive=Al.extra.rawValue,delete Al.extra,Rl}fillOptionalPropertiesForTSESLint(ml){}cloneEstreeStringLiteral(ml){let{start:Al,end:Rl,loc:zl,range:rd,raw:yh,value:kh}=ml,Qh=Object.create(ml.constructor.prototype);return Qh.type="Literal",Qh.start=Al,Qh.end=Rl,Qh.loc=zl,Qh.range=rd,Qh.raw=yh,Qh.value=kh,Qh}initFunction(ml,Al){super.initFunction(ml,Al),ml.expression=!1}checkDeclaration(ml){ml!=null&&this.isObjectProperty(ml)?this.checkDeclaration(ml.value):super.checkDeclaration(ml)}getObjectOrClassMethodParams(ml){return ml.value.params}isValidDirective(ml){return ml.type==="ExpressionStatement"&&ml.expression.type==="Literal"&&typeof ml.expression.value=="string"&&!ml.expression.extra?.parenthesized}parseBlockBody(ml,Al,Rl,zl,rd){super.parseBlockBody(ml,Al,Rl,zl,rd);let yh=ml.directives.map(ml=>this.directiveToStmt(ml));ml.body=yh.concat(ml.body),delete ml.directives}parsePrivateName(){let ml=super.parsePrivateName();return this.convertPrivateNameToPrivateIdentifier(ml)}convertPrivateNameToPrivateIdentifier(ml){let Al=super.getPrivateNameSV(ml);return delete ml.id,ml.name=Al,this.castNodeTo(ml,"PrivateIdentifier")}isPrivateName(ml){return ml.type==="PrivateIdentifier"}getPrivateNameSV(ml){return ml.name}parseLiteral(ml,Al){let Rl=super.parseLiteral(ml,Al);return Rl.raw=Rl.extra.raw,delete Rl.extra,Rl}parseFunctionBody(ml,Al,Rl=!1){super.parseFunctionBody(ml,Al,Rl),ml.expression=ml.body.type!=="BlockStatement"}parseMethod(ml,Al,Rl,zl,rd,yh,kh=!1){let Qh=this.startNode();Qh.kind=ml.kind,Qh=super.parseMethod(Qh,Al,Rl,zl,rd,yh,kh),delete Qh.kind;let{typeParameters:cf}=ml;cf&&(delete ml.typeParameters,Qh.typeParameters=cf,this.resetStartLocationFromNode(Qh,cf));let t_=this.castNodeTo(Qh,this.hasPlugin("typescript")&&!Qh.body?"TSEmptyBodyFunctionExpression":"FunctionExpression");return ml.value=t_,yh==="ClassPrivateMethod"&&(ml.computed=!1),this.hasPlugin("typescript")&&ml.abstract?(delete ml.abstract,this.finishNode(ml,"TSAbstractMethodDefinition")):yh==="ObjectMethod"?(ml.kind==="method"&&(ml.kind="init"),ml.shorthand=!1,this.finishNode(ml,"Property")):this.finishNode(ml,"MethodDefinition")}nameIsConstructor(ml){return ml.type==="Literal"?ml.value==="constructor":super.nameIsConstructor(ml)}parseClassProperty(...ml){let Al=super.parseClassProperty(...ml);return Al.abstract&&this.hasPlugin("typescript")?(delete Al.abstract,this.castNodeTo(Al,"TSAbstractPropertyDefinition")):this.castNodeTo(Al,"PropertyDefinition"),Al}parseClassPrivateProperty(...ml){let Al=super.parseClassPrivateProperty(...ml);return Al.abstract&&this.hasPlugin("typescript")?this.castNodeTo(Al,"TSAbstractPropertyDefinition"):this.castNodeTo(Al,"PropertyDefinition"),Al.computed=!1,Al}parseClassAccessorProperty(ml){let Al=super.parseClassAccessorProperty(ml);return Al.abstract&&this.hasPlugin("typescript")?(delete Al.abstract,this.castNodeTo(Al,"TSAbstractAccessorProperty")):this.castNodeTo(Al,"AccessorProperty"),Al}parseObjectProperty(ml,Al,Rl,zl){let rd=super.parseObjectProperty(ml,Al,Rl,zl);return rd&&(rd.kind="init",this.castNodeTo(rd,"Property")),rd}finishObjectProperty(ml){return ml.kind="init",this.finishNode(ml,"Property")}isValidLVal(ml,Al,Rl,zl){return ml==="Property"?"value":super.isValidLVal(ml,Al,Rl,zl)}isAssignable(ml,Al){return ml!=null&&this.isObjectProperty(ml)?this.isAssignable(ml.value,Al):super.isAssignable(ml,Al)}toAssignable(ml,Al=!1){if(ml!=null&&this.isObjectProperty(ml)){let{key:Rl,value:zl}=ml;this.isPrivateName(Rl)&&this.classScope.usePrivateName(this.getPrivateNameSV(Rl),Rl.start),this.toAssignable(zl,Al)}else super.toAssignable(ml,Al)}toAssignableObjectExpressionProp(ml,Al,Rl){ml.type==="Property"&&(ml.kind==="get"||ml.kind==="set")?this.raise(sA.PatternHasAccessor,ml.key):ml.type==="Property"&&ml.method?this.raise(sA.PatternHasMethod,ml.key):super.toAssignableObjectExpressionProp(ml,Al,Rl)}finishCallExpression(ml,Al){let Rl=super.finishCallExpression(ml,Al);return Rl.callee.type==="Import"?(this.castNodeTo(Rl,"ImportExpression"),Rl.source=Rl.arguments[0],Rl.options=Rl.arguments[1]??null,delete Rl.arguments,delete Rl.callee):Rl.type==="OptionalCallExpression"?this.castNodeTo(Rl,"CallExpression"):Rl.optional=!1,Rl}parseExport(ml,Al){let Rl=this.state.lastTokStartLoc,zl=super.parseExport(ml,Al);switch(zl.type){case"ExportAllDeclaration":zl.exported=null;break;case"ExportNamedDeclaration":zl.specifiers.length===1&&zl.specifiers[0].type==="ExportNamespaceSpecifier"&&(this.castNodeTo(zl,"ExportAllDeclaration"),zl.exported=zl.specifiers[0].exported,delete zl.specifiers);case"ExportDefaultDeclaration":{let{declaration:ml}=zl;ml?.type==="ClassDeclaration"&&ml.decorators?.length>0&&ml.start===zl.start&&this.resetStartLocation(zl,Rl)}break}return zl}stopParseSubscript(ml,Al){let Rl=super.stopParseSubscript(ml,Al);return Al.optionalChainMember?this.estreeParseChainExpression(Rl,ml):Rl}parseMember(ml,Al,Rl,zl,rd){let yh=super.parseMember(ml,Al,Rl,zl,rd);return yh.type==="OptionalMemberExpression"?this.castNodeTo(yh,"MemberExpression"):yh.optional=!1,yh}isOptionalMemberExpression(ml){return ml.type==="ChainExpression"?ml.expression.type==="MemberExpression":super.isOptionalMemberExpression(ml)}hasPropertyAsPrivateName(ml){return ml.type==="ChainExpression"&&(ml=ml.expression),super.hasPropertyAsPrivateName(ml)}isObjectProperty(ml){return ml.type==="Property"&&ml.kind==="init"&&!ml.method}isObjectMethod(ml){return ml.type==="Property"&&(ml.method||ml.kind==="get"||ml.kind==="set")}castNodeTo(ml,Al){let Rl=super.castNodeTo(ml,Al);return this.fillOptionalPropertiesForTSESLint(Rl),Rl}cloneIdentifier(ml){let Al=super.cloneIdentifier(ml);return this.fillOptionalPropertiesForTSESLint(Al),Al}cloneStringLiteral(ml){return ml.type==="Literal"?this.cloneEstreeStringLiteral(ml):super.cloneStringLiteral(ml)}finishNodeAt(ml,Al,Rl){return Y(super.finishNodeAt(ml,Al,Rl))}finishNodeAtNode(ml,Al,Rl){return Y(super.finishNodeAtNode(ml,Al,Rl))}finishNode(ml,Al){let Rl=super.finishNode(ml,Al);return this.fillOptionalPropertiesForTSESLint(Rl),Rl}resetStartLocation(ml,Al){super.resetStartLocation(ml,Al),Y(ml)}resetEndLocation(ml,Al=this.state.lastTokEndLoc){super.resetEndLocation(ml,Al),Y(ml)}},aA=!0,oA=!0,lA=!0,cA=!0,uA=!0,pA=!0,dA=class{label;keyword;beforeExpr;startsExpr;rightAssociative;isLoop;isAssign;prefix;postfix;binop;constructor(ml,Al={}){this.label=ml,this.keyword=Al.keyword,this.beforeExpr=!!Al.beforeExpr,this.startsExpr=!!Al.startsExpr,this.rightAssociative=!!Al.rightAssociative,this.isLoop=!!Al.isLoop,this.isAssign=!!Al.isAssign,this.prefix=!!Al.prefix,this.postfix=!!Al.postfix,this.binop=Al.binop!=null?Al.binop:null}},hA=new Map;function S(ml,Al={}){Al.keyword=ml;let Rl=g(ml,Al);return hA.set(ml,Rl),Rl}function M(ml,Al){return g(ml,{beforeExpr:aA,binop:Al})}var fA=-1,_A=[],mA=[],gA=[],AA=[],yA=[],bA=[];function g(ml,Al={}){return++fA,mA.push(ml),gA.push(Al.binop??-1),AA.push(Al.beforeExpr??!1),yA.push(Al.startsExpr??!1),bA.push(Al.prefix??!1),_A.push(new dA(ml,Al)),fA}function b(ml,Al={}){return++fA,hA.set(ml,fA),mA.push(ml),gA.push(Al.binop??-1),AA.push(Al.beforeExpr??!1),yA.push(Al.startsExpr??!1),bA.push(Al.prefix??!1),_A.push(new dA("name",Al)),fA}var vA={bracketL:g("[",{beforeExpr:aA,startsExpr:oA}),bracketR:g("]"),braceL:g("{",{beforeExpr:aA,startsExpr:oA}),braceBarL:g("{|",{beforeExpr:aA,startsExpr:oA}),braceR:g("}"),braceBarR:g("|}"),parenL:g("(",{beforeExpr:aA,startsExpr:oA}),parenR:g(")"),comma:g(",",{beforeExpr:aA}),semi:g(";",{beforeExpr:aA}),colon:g(":",{beforeExpr:aA}),doubleColon:g("::",{beforeExpr:aA}),dot:g("."),question:g("?",{beforeExpr:aA}),questionDot:g("?."),arrow:g("=>",{beforeExpr:aA}),template:g("template"),ellipsis:g("...",{beforeExpr:aA}),backQuote:g("`",{startsExpr:oA}),dollarBraceL:g("${",{beforeExpr:aA,startsExpr:oA}),templateTail:g("...`",{startsExpr:oA}),templateNonTail:g("...${",{beforeExpr:aA,startsExpr:oA}),at:g("@"),hash:g("#",{startsExpr:oA}),interpreterDirective:g("#!..."),eq:g("=",{beforeExpr:aA,isAssign:cA}),assign:g("_=",{beforeExpr:aA,isAssign:cA}),slashAssign:g("_=",{beforeExpr:aA,isAssign:cA}),xorAssign:g("_=",{beforeExpr:aA,isAssign:cA}),moduloAssign:g("_=",{beforeExpr:aA,isAssign:cA}),incDec:g("++/--",{prefix:uA,postfix:pA,startsExpr:oA}),bang:g("!",{beforeExpr:aA,prefix:uA,startsExpr:oA}),tilde:g("~",{beforeExpr:aA,prefix:uA,startsExpr:oA}),doubleCaret:g("^^",{startsExpr:oA}),doubleAt:g("@@",{startsExpr:oA}),pipeline:M("|>",0),nullishCoalescing:M("??",1),logicalOR:M("||",1),logicalAND:M("&&",2),bitwiseOR:M("|",3),bitwiseXOR:M("^",4),bitwiseAND:M("&",5),equality:M("==/!=/===/!==",6),lt:M("/<=/>=",7),gt:M("/<=/>=",7),relational:M("/<=/>=",7),bitShift:M("<>/>>>",8),bitShiftL:M("<>/>>>",8),bitShiftR:M("<>/>>>",8),plusMin:g("+/-",{beforeExpr:aA,binop:9,prefix:uA,startsExpr:oA}),modulo:g("%",{binop:10,startsExpr:oA}),star:g("*",{binop:10}),slash:M("/",10),exponent:g("**",{beforeExpr:aA,binop:11,rightAssociative:!0}),_in:S("in",{beforeExpr:aA,binop:7}),_instanceof:S("instanceof",{beforeExpr:aA,binop:7}),_break:S("break"),_case:S("case",{beforeExpr:aA}),_catch:S("catch"),_continue:S("continue"),_debugger:S("debugger"),_default:S("default",{beforeExpr:aA}),_else:S("else",{beforeExpr:aA}),_finally:S("finally"),_function:S("function",{startsExpr:oA}),_if:S("if"),_return:S("return",{beforeExpr:aA}),_switch:S("switch"),_throw:S("throw",{beforeExpr:aA,prefix:uA,startsExpr:oA}),_try:S("try"),_var:S("var"),_const:S("const"),_with:S("with"),_new:S("new",{beforeExpr:aA,startsExpr:oA}),_this:S("this",{startsExpr:oA}),_super:S("super",{startsExpr:oA}),_class:S("class",{startsExpr:oA}),_extends:S("extends",{beforeExpr:aA}),_export:S("export"),_import:S("import",{startsExpr:oA}),_null:S("null",{startsExpr:oA}),_true:S("true",{startsExpr:oA}),_false:S("false",{startsExpr:oA}),_typeof:S("typeof",{beforeExpr:aA,prefix:uA,startsExpr:oA}),_void:S("void",{beforeExpr:aA,prefix:uA,startsExpr:oA}),_delete:S("delete",{beforeExpr:aA,prefix:uA,startsExpr:oA}),_do:S("do",{isLoop:lA,beforeExpr:aA}),_for:S("for",{isLoop:lA}),_while:S("while",{isLoop:lA}),_as:b("as",{startsExpr:oA}),_assert:b("assert",{startsExpr:oA}),_async:b("async",{startsExpr:oA}),_await:b("await",{startsExpr:oA}),_defer:b("defer",{startsExpr:oA}),_from:b("from",{startsExpr:oA}),_get:b("get",{startsExpr:oA}),_let:b("let",{startsExpr:oA}),_meta:b("meta",{startsExpr:oA}),_of:b("of",{startsExpr:oA}),_sent:b("sent",{startsExpr:oA}),_set:b("set",{startsExpr:oA}),_source:b("source",{startsExpr:oA}),_static:b("static",{startsExpr:oA}),_using:b("using",{startsExpr:oA}),_yield:b("yield",{startsExpr:oA}),_asserts:b("asserts",{startsExpr:oA}),_checks:b("checks",{startsExpr:oA}),_exports:b("exports",{startsExpr:oA}),_global:b("global",{startsExpr:oA}),_implements:b("implements",{startsExpr:oA}),_intrinsic:b("intrinsic",{startsExpr:oA}),_infer:b("infer",{startsExpr:oA}),_is:b("is",{startsExpr:oA}),_mixins:b("mixins",{startsExpr:oA}),_proto:b("proto",{startsExpr:oA}),_require:b("require",{startsExpr:oA}),_satisfies:b("satisfies",{startsExpr:oA}),_keyof:b("keyof",{startsExpr:oA}),_readonly:b("readonly",{startsExpr:oA}),_unique:b("unique",{startsExpr:oA}),_abstract:b("abstract",{startsExpr:oA}),_declare:b("declare",{startsExpr:oA}),_enum:b("enum",{startsExpr:oA}),_module:b("module",{startsExpr:oA}),_namespace:b("namespace",{startsExpr:oA}),_interface:b("interface",{startsExpr:oA}),_type:b("type",{startsExpr:oA}),_opaque:b("opaque",{startsExpr:oA}),name:g("name",{startsExpr:oA}),placeholder:g("%%",{startsExpr:oA}),string:g("string",{startsExpr:oA}),num:g("num",{startsExpr:oA}),bigint:g("bigint",{startsExpr:oA}),regexp:g("regexp",{startsExpr:oA}),privateName:g("#name",{startsExpr:oA}),eof:g("eof"),jsxName:g("jsxName"),jsxText:g("jsxText",{beforeExpr:aA}),jsxTagStart:g("jsxTagStart",{startsExpr:oA}),jsxTagEnd:g("jsxTagEnd")};function C(ml){return ml>=89&&ml<=129}function Si(ml){return ml<=88}function B(ml){return ml>=54&&ml<=129}function Qe(ml){return ml>=54&&ml<=132}function Ci(ml){return AA[ml]}function ft(ml){return yA[ml]}function Ei(ml){return ml>=25&&ml<=29}function _e(ml){return ml>=125&&ml<=127}function wi(ml){return ml>=86&&ml<=88}function we(ml){return ml>=54&&ml<=88}function je(ml){return ml>=35&&ml<=55}function Ii(ml){return ml===30}function Ni(ml){return bA[ml]}function ki(ml){return ml>=117&&ml<=119}function vi(ml){return ml>=120&&ml<=126}function z(ml){return mA[ml]}function It(ml){return gA[ml]}function Li(ml){return ml===53}function Xt(ml){return ml>=20&&ml<=21}function Ze(ml){return _A[ml]}var EA=class{constructor(ml,Al){this.token=ml,this.preserveSpace=!!Al}token;preserveSpace},wA={brace:new EA("{"),j_oTag:new EA("...",!0)},CA="\\xaa\\xb5\\xba\\xc0-\\xd6\\xd8-\\xf6\\xf8-\\u02c1\\u02c6-\\u02d1\\u02e0-\\u02e4\\u02ec\\u02ee\\u0370-\\u0374\\u0376\\u0377\\u037a-\\u037d\\u037f\\u0386\\u0388-\\u038a\\u038c\\u038e-\\u03a1\\u03a3-\\u03f5\\u03f7-\\u0481\\u048a-\\u052f\\u0531-\\u0556\\u0559\\u0560-\\u0588\\u05d0-\\u05ea\\u05ef-\\u05f2\\u0620-\\u064a\\u066e\\u066f\\u0671-\\u06d3\\u06d5\\u06e5\\u06e6\\u06ee\\u06ef\\u06fa-\\u06fc\\u06ff\\u0710\\u0712-\\u072f\\u074d-\\u07a5\\u07b1\\u07ca-\\u07ea\\u07f4\\u07f5\\u07fa\\u0800-\\u0815\\u081a\\u0824\\u0828\\u0840-\\u0858\\u0860-\\u086a\\u0870-\\u0887\\u0889-\\u088f\\u08a0-\\u08c9\\u0904-\\u0939\\u093d\\u0950\\u0958-\\u0961\\u0971-\\u0980\\u0985-\\u098c\\u098f\\u0990\\u0993-\\u09a8\\u09aa-\\u09b0\\u09b2\\u09b6-\\u09b9\\u09bd\\u09ce\\u09dc\\u09dd\\u09df-\\u09e1\\u09f0\\u09f1\\u09fc\\u0a05-\\u0a0a\\u0a0f\\u0a10\\u0a13-\\u0a28\\u0a2a-\\u0a30\\u0a32\\u0a33\\u0a35\\u0a36\\u0a38\\u0a39\\u0a59-\\u0a5c\\u0a5e\\u0a72-\\u0a74\\u0a85-\\u0a8d\\u0a8f-\\u0a91\\u0a93-\\u0aa8\\u0aaa-\\u0ab0\\u0ab2\\u0ab3\\u0ab5-\\u0ab9\\u0abd\\u0ad0\\u0ae0\\u0ae1\\u0af9\\u0b05-\\u0b0c\\u0b0f\\u0b10\\u0b13-\\u0b28\\u0b2a-\\u0b30\\u0b32\\u0b33\\u0b35-\\u0b39\\u0b3d\\u0b5c\\u0b5d\\u0b5f-\\u0b61\\u0b71\\u0b83\\u0b85-\\u0b8a\\u0b8e-\\u0b90\\u0b92-\\u0b95\\u0b99\\u0b9a\\u0b9c\\u0b9e\\u0b9f\\u0ba3\\u0ba4\\u0ba8-\\u0baa\\u0bae-\\u0bb9\\u0bd0\\u0c05-\\u0c0c\\u0c0e-\\u0c10\\u0c12-\\u0c28\\u0c2a-\\u0c39\\u0c3d\\u0c58-\\u0c5a\\u0c5c\\u0c5d\\u0c60\\u0c61\\u0c80\\u0c85-\\u0c8c\\u0c8e-\\u0c90\\u0c92-\\u0ca8\\u0caa-\\u0cb3\\u0cb5-\\u0cb9\\u0cbd\\u0cdc-\\u0cde\\u0ce0\\u0ce1\\u0cf1\\u0cf2\\u0d04-\\u0d0c\\u0d0e-\\u0d10\\u0d12-\\u0d3a\\u0d3d\\u0d4e\\u0d54-\\u0d56\\u0d5f-\\u0d61\\u0d7a-\\u0d7f\\u0d85-\\u0d96\\u0d9a-\\u0db1\\u0db3-\\u0dbb\\u0dbd\\u0dc0-\\u0dc6\\u0e01-\\u0e30\\u0e32\\u0e33\\u0e40-\\u0e46\\u0e81\\u0e82\\u0e84\\u0e86-\\u0e8a\\u0e8c-\\u0ea3\\u0ea5\\u0ea7-\\u0eb0\\u0eb2\\u0eb3\\u0ebd\\u0ec0-\\u0ec4\\u0ec6\\u0edc-\\u0edf\\u0f00\\u0f40-\\u0f47\\u0f49-\\u0f6c\\u0f88-\\u0f8c\\u1000-\\u102a\\u103f\\u1050-\\u1055\\u105a-\\u105d\\u1061\\u1065\\u1066\\u106e-\\u1070\\u1075-\\u1081\\u108e\\u10a0-\\u10c5\\u10c7\\u10cd\\u10d0-\\u10fa\\u10fc-\\u1248\\u124a-\\u124d\\u1250-\\u1256\\u1258\\u125a-\\u125d\\u1260-\\u1288\\u128a-\\u128d\\u1290-\\u12b0\\u12b2-\\u12b5\\u12b8-\\u12be\\u12c0\\u12c2-\\u12c5\\u12c8-\\u12d6\\u12d8-\\u1310\\u1312-\\u1315\\u1318-\\u135a\\u1380-\\u138f\\u13a0-\\u13f5\\u13f8-\\u13fd\\u1401-\\u166c\\u166f-\\u167f\\u1681-\\u169a\\u16a0-\\u16ea\\u16ee-\\u16f8\\u1700-\\u1711\\u171f-\\u1731\\u1740-\\u1751\\u1760-\\u176c\\u176e-\\u1770\\u1780-\\u17b3\\u17d7\\u17dc\\u1820-\\u1878\\u1880-\\u18a8\\u18aa\\u18b0-\\u18f5\\u1900-\\u191e\\u1950-\\u196d\\u1970-\\u1974\\u1980-\\u19ab\\u19b0-\\u19c9\\u1a00-\\u1a16\\u1a20-\\u1a54\\u1aa7\\u1b05-\\u1b33\\u1b45-\\u1b4c\\u1b83-\\u1ba0\\u1bae\\u1baf\\u1bba-\\u1be5\\u1c00-\\u1c23\\u1c4d-\\u1c4f\\u1c5a-\\u1c7d\\u1c80-\\u1c8a\\u1c90-\\u1cba\\u1cbd-\\u1cbf\\u1ce9-\\u1cec\\u1cee-\\u1cf3\\u1cf5\\u1cf6\\u1cfa\\u1d00-\\u1dbf\\u1e00-\\u1f15\\u1f18-\\u1f1d\\u1f20-\\u1f45\\u1f48-\\u1f4d\\u1f50-\\u1f57\\u1f59\\u1f5b\\u1f5d\\u1f5f-\\u1f7d\\u1f80-\\u1fb4\\u1fb6-\\u1fbc\\u1fbe\\u1fc2-\\u1fc4\\u1fc6-\\u1fcc\\u1fd0-\\u1fd3\\u1fd6-\\u1fdb\\u1fe0-\\u1fec\\u1ff2-\\u1ff4\\u1ff6-\\u1ffc\\u2071\\u207f\\u2090-\\u209c\\u2102\\u2107\\u210a-\\u2113\\u2115\\u2118-\\u211d\\u2124\\u2126\\u2128\\u212a-\\u2139\\u213c-\\u213f\\u2145-\\u2149\\u214e\\u2160-\\u2188\\u2c00-\\u2ce4\\u2ceb-\\u2cee\\u2cf2\\u2cf3\\u2d00-\\u2d25\\u2d27\\u2d2d\\u2d30-\\u2d67\\u2d6f\\u2d80-\\u2d96\\u2da0-\\u2da6\\u2da8-\\u2dae\\u2db0-\\u2db6\\u2db8-\\u2dbe\\u2dc0-\\u2dc6\\u2dc8-\\u2dce\\u2dd0-\\u2dd6\\u2dd8-\\u2dde\\u3005-\\u3007\\u3021-\\u3029\\u3031-\\u3035\\u3038-\\u303c\\u3041-\\u3096\\u309b-\\u309f\\u30a1-\\u30fa\\u30fc-\\u30ff\\u3105-\\u312f\\u3131-\\u318e\\u31a0-\\u31bf\\u31f0-\\u31ff\\u3400-\\u4dbf\\u4e00-\\ua48c\\ua4d0-\\ua4fd\\ua500-\\ua60c\\ua610-\\ua61f\\ua62a\\ua62b\\ua640-\\ua66e\\ua67f-\\ua69d\\ua6a0-\\ua6ef\\ua717-\\ua71f\\ua722-\\ua788\\ua78b-\\ua7dc\\ua7f1-\\ua801\\ua803-\\ua805\\ua807-\\ua80a\\ua80c-\\ua822\\ua840-\\ua873\\ua882-\\ua8b3\\ua8f2-\\ua8f7\\ua8fb\\ua8fd\\ua8fe\\ua90a-\\ua925\\ua930-\\ua946\\ua960-\\ua97c\\ua984-\\ua9b2\\ua9cf\\ua9e0-\\ua9e4\\ua9e6-\\ua9ef\\ua9fa-\\ua9fe\\uaa00-\\uaa28\\uaa40-\\uaa42\\uaa44-\\uaa4b\\uaa60-\\uaa76\\uaa7a\\uaa7e-\\uaaaf\\uaab1\\uaab5\\uaab6\\uaab9-\\uaabd\\uaac0\\uaac2\\uaadb-\\uaadd\\uaae0-\\uaaea\\uaaf2-\\uaaf4\\uab01-\\uab06\\uab09-\\uab0e\\uab11-\\uab16\\uab20-\\uab26\\uab28-\\uab2e\\uab30-\\uab5a\\uab5c-\\uab69\\uab70-\\uabe2\\uac00-\\ud7a3\\ud7b0-\\ud7c6\\ud7cb-\\ud7fb\\uf900-\\ufa6d\\ufa70-\\ufad9\\ufb00-\\ufb06\\ufb13-\\ufb17\\ufb1d\\ufb1f-\\ufb28\\ufb2a-\\ufb36\\ufb38-\\ufb3c\\ufb3e\\ufb40\\ufb41\\ufb43\\ufb44\\ufb46-\\ufbb1\\ufbd3-\\ufd3d\\ufd50-\\ufd8f\\ufd92-\\ufdc7\\ufdf0-\\ufdfb\\ufe70-\\ufe74\\ufe76-\\ufefc\\uff21-\\uff3a\\uff41-\\uff5a\\uff66-\\uffbe\\uffc2-\\uffc7\\uffca-\\uffcf\\uffd2-\\uffd7\\uffda-\\uffdc",xA="\\xb7\\u0300-\\u036f\\u0387\\u0483-\\u0487\\u0591-\\u05bd\\u05bf\\u05c1\\u05c2\\u05c4\\u05c5\\u05c7\\u0610-\\u061a\\u064b-\\u0669\\u0670\\u06d6-\\u06dc\\u06df-\\u06e4\\u06e7\\u06e8\\u06ea-\\u06ed\\u06f0-\\u06f9\\u0711\\u0730-\\u074a\\u07a6-\\u07b0\\u07c0-\\u07c9\\u07eb-\\u07f3\\u07fd\\u0816-\\u0819\\u081b-\\u0823\\u0825-\\u0827\\u0829-\\u082d\\u0859-\\u085b\\u0897-\\u089f\\u08ca-\\u08e1\\u08e3-\\u0903\\u093a-\\u093c\\u093e-\\u094f\\u0951-\\u0957\\u0962\\u0963\\u0966-\\u096f\\u0981-\\u0983\\u09bc\\u09be-\\u09c4\\u09c7\\u09c8\\u09cb-\\u09cd\\u09d7\\u09e2\\u09e3\\u09e6-\\u09ef\\u09fe\\u0a01-\\u0a03\\u0a3c\\u0a3e-\\u0a42\\u0a47\\u0a48\\u0a4b-\\u0a4d\\u0a51\\u0a66-\\u0a71\\u0a75\\u0a81-\\u0a83\\u0abc\\u0abe-\\u0ac5\\u0ac7-\\u0ac9\\u0acb-\\u0acd\\u0ae2\\u0ae3\\u0ae6-\\u0aef\\u0afa-\\u0aff\\u0b01-\\u0b03\\u0b3c\\u0b3e-\\u0b44\\u0b47\\u0b48\\u0b4b-\\u0b4d\\u0b55-\\u0b57\\u0b62\\u0b63\\u0b66-\\u0b6f\\u0b82\\u0bbe-\\u0bc2\\u0bc6-\\u0bc8\\u0bca-\\u0bcd\\u0bd7\\u0be6-\\u0bef\\u0c00-\\u0c04\\u0c3c\\u0c3e-\\u0c44\\u0c46-\\u0c48\\u0c4a-\\u0c4d\\u0c55\\u0c56\\u0c62\\u0c63\\u0c66-\\u0c6f\\u0c81-\\u0c83\\u0cbc\\u0cbe-\\u0cc4\\u0cc6-\\u0cc8\\u0cca-\\u0ccd\\u0cd5\\u0cd6\\u0ce2\\u0ce3\\u0ce6-\\u0cef\\u0cf3\\u0d00-\\u0d03\\u0d3b\\u0d3c\\u0d3e-\\u0d44\\u0d46-\\u0d48\\u0d4a-\\u0d4d\\u0d57\\u0d62\\u0d63\\u0d66-\\u0d6f\\u0d81-\\u0d83\\u0dca\\u0dcf-\\u0dd4\\u0dd6\\u0dd8-\\u0ddf\\u0de6-\\u0def\\u0df2\\u0df3\\u0e31\\u0e34-\\u0e3a\\u0e47-\\u0e4e\\u0e50-\\u0e59\\u0eb1\\u0eb4-\\u0ebc\\u0ec8-\\u0ece\\u0ed0-\\u0ed9\\u0f18\\u0f19\\u0f20-\\u0f29\\u0f35\\u0f37\\u0f39\\u0f3e\\u0f3f\\u0f71-\\u0f84\\u0f86\\u0f87\\u0f8d-\\u0f97\\u0f99-\\u0fbc\\u0fc6\\u102b-\\u103e\\u1040-\\u1049\\u1056-\\u1059\\u105e-\\u1060\\u1062-\\u1064\\u1067-\\u106d\\u1071-\\u1074\\u1082-\\u108d\\u108f-\\u109d\\u135d-\\u135f\\u1369-\\u1371\\u1712-\\u1715\\u1732-\\u1734\\u1752\\u1753\\u1772\\u1773\\u17b4-\\u17d3\\u17dd\\u17e0-\\u17e9\\u180b-\\u180d\\u180f-\\u1819\\u18a9\\u1920-\\u192b\\u1930-\\u193b\\u1946-\\u194f\\u19d0-\\u19da\\u1a17-\\u1a1b\\u1a55-\\u1a5e\\u1a60-\\u1a7c\\u1a7f-\\u1a89\\u1a90-\\u1a99\\u1ab0-\\u1abd\\u1abf-\\u1add\\u1ae0-\\u1aeb\\u1b00-\\u1b04\\u1b34-\\u1b44\\u1b50-\\u1b59\\u1b6b-\\u1b73\\u1b80-\\u1b82\\u1ba1-\\u1bad\\u1bb0-\\u1bb9\\u1be6-\\u1bf3\\u1c24-\\u1c37\\u1c40-\\u1c49\\u1c50-\\u1c59\\u1cd0-\\u1cd2\\u1cd4-\\u1ce8\\u1ced\\u1cf4\\u1cf7-\\u1cf9\\u1dc0-\\u1dff\\u200c\\u200d\\u203f\\u2040\\u2054\\u20d0-\\u20dc\\u20e1\\u20e5-\\u20f0\\u2cef-\\u2cf1\\u2d7f\\u2de0-\\u2dff\\u302a-\\u302f\\u3099\\u309a\\u30fb\\ua620-\\ua629\\ua66f\\ua674-\\ua67d\\ua69e\\ua69f\\ua6f0\\ua6f1\\ua802\\ua806\\ua80b\\ua823-\\ua827\\ua82c\\ua880\\ua881\\ua8b4-\\ua8c5\\ua8d0-\\ua8d9\\ua8e0-\\ua8f1\\ua8ff-\\ua909\\ua926-\\ua92d\\ua947-\\ua953\\ua980-\\ua983\\ua9b3-\\ua9c0\\ua9d0-\\ua9d9\\ua9e5\\ua9f0-\\ua9f9\\uaa29-\\uaa36\\uaa43\\uaa4c\\uaa4d\\uaa50-\\uaa59\\uaa7b-\\uaa7d\\uaab0\\uaab2-\\uaab4\\uaab7\\uaab8\\uaabe\\uaabf\\uaac1\\uaaeb-\\uaaef\\uaaf5\\uaaf6\\uabe3-\\uabea\\uabec\\uabed\\uabf0-\\uabf9\\ufb1e\\ufe00-\\ufe0f\\ufe20-\\ufe2f\\ufe33\\ufe34\\ufe4d-\\ufe4f\\uff10-\\uff19\\uff3f\\uff65",DA=[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,4,51,13,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,7,25,39,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,39,27,10,22,251,41,7,1,17,5,57,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,31,9,2,0,3,0,2,37,2,0,26,0,2,0,45,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,200,32,32,8,2,36,18,0,50,29,113,6,2,1,2,37,22,0,26,5,2,1,2,31,15,0,24,43,261,18,16,0,2,12,2,33,125,0,80,921,103,110,18,195,2637,96,16,1071,18,5,26,3994,6,582,6842,29,1763,568,8,30,18,78,18,29,19,47,17,3,32,20,6,18,433,44,212,63,33,24,3,24,45,74,6,0,67,12,65,1,2,0,15,4,10,7381,42,31,98,114,8702,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,229,29,3,0,208,30,2,2,2,1,2,6,3,4,10,1,225,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,4381,3,5773,3,7472,16,621,2467,541,1507,4938,6,8489],SA=[509,0,227,0,150,4,294,9,1368,2,2,1,6,3,41,2,5,0,166,1,574,3,9,9,7,9,32,4,318,1,78,5,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,68,8,2,0,3,0,2,3,2,4,2,0,15,1,83,17,10,9,5,0,82,19,13,9,214,6,3,8,28,1,83,16,16,9,82,12,9,9,7,19,58,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,199,7,137,9,54,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,55,9,266,3,10,1,2,0,49,6,4,4,14,10,5350,0,7,14,11465,27,2343,9,87,9,39,4,60,6,26,9,535,9,470,0,2,54,8,3,82,0,12,1,19628,1,4178,9,519,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,245,1,2,9,233,0,3,0,8,1,6,0,475,6,110,6,6,9,4759,9,787719,239],kA=new RegExp("["+CA+"]"),TA=new RegExp("["+CA+xA+"]");function Yt(ml,Al){let Rl=65536;for(let zl=0,rd=Al.length;zlml)return!1;if(Rl+=Al[zl+1],Rl>=ml)return!0}return!1}function R(ml){return ml<65?ml===36:ml<=90?!0:ml<97?ml===95:ml<=122?!0:ml<=65535?ml>=170&&kA.test(String.fromCharCode(ml)):Yt(ml,DA)}function W(ml){return ml<48?ml===36:ml<58?!0:ml<65?!1:ml<=90?!0:ml<97?ml===95:ml<=122?!0:ml<=65535?ml>=170&&TA.test(String.fromCharCode(ml)):Yt(ml,DA)||Yt(ml,SA)}var IA={keyword:["break","case","catch","continue","debugger","default","do","else","finally","for","function","if","return","switch","throw","try","var","const","while","with","new","this","super","class","extends","export","import","null","true","false","in","instanceof","typeof","void","delete"],strict:["implements","interface","let","package","private","protected","public","static","yield"],strictBind:["eval","arguments"]},BA=new Set(IA.keyword),FA=new Set(IA.strict),PA=new Set(IA.strictBind);function ss(ml,Al){return Al&&ml==="await"||ml==="enum"}function is(ml,Al){return ss(ml,Al)||FA.has(ml)}function rs(ml){return PA.has(ml)}function as(ml,Al){return is(ml,Al)||rs(ml)}function _i(ml){return BA.has(ml)}function ji(ml,Al,Rl){return ml===64&&Al===64&&R(Rl)}var RA=new Set(["break","case","catch","continue","debugger","default","do","else","finally","for","function","if","return","switch","throw","try","var","const","while","with","new","this","super","class","extends","export","import","null","true","false","in","instanceof","typeof","void","delete","implements","interface","let","package","private","protected","public","static","yield","eval","arguments","enum","await"]);function qi(ml){return RA.has(ml)}var NA=class{flags=0;names=new Map;firstLexicalName="";constructor(ml){this.flags=ml}},OA=class{parser;scopeStack=[];inModule;undefinedExports=new Map;constructor(ml,Al){this.parser=ml,this.inModule=Al}get inTopLevel(){return(this.currentScope().flags&1)>0}get inFunction(){return(this.currentVarScopeFlags()&2)>0}get allowSuper(){return(this.currentThisScopeFlags()&16)>0}get allowDirectSuper(){return(this.currentThisScopeFlags()&32)>0}get allowNewTarget(){return(this.currentThisScopeFlags()&512)>0}get inClass(){return(this.currentThisScopeFlags()&64)>0}get inClassAndNotInNonArrowFunction(){let ml=this.currentThisScopeFlags();return(ml&64)>0&&(ml&2)===0}get inStaticBlock(){for(let ml=this.scopeStack.length-1;;ml--){let{flags:Al}=this.scopeStack[ml];if(Al&128)return!0;if(Al&3779)return!1}}get inNonArrowFunction(){return(this.currentThisScopeFlags()&2)>0}get inBareCaseStatement(){return(this.currentScope().flags&256)>0}get treatFunctionsAsVar(){return this.treatFunctionsAsVarInScope(this.currentScope())}createScope(ml){return new NA(ml)}enter(ml){this.scopeStack.push(this.createScope(ml))}exit(){return this.scopeStack.pop().flags}treatFunctionsAsVarInScope(ml){return!!(ml.flags&130||!this.parser.inModule&&ml.flags&1)}declareName(ml,Al,Rl){let zl=this.currentScope();if(Al&8||Al&16){this.checkRedeclarationInScope(zl,ml,Al,Rl);let rd=zl.names.get(ml)||0;Al&16?rd=rd|4:(zl.firstLexicalName||(zl.firstLexicalName=ml),rd=rd|2),zl.names.set(ml,rd),Al&8&&this.maybeExportDefined(zl,ml)}else if(Al&4)for(let rd=this.scopeStack.length-1;rd>=0&&(zl=this.scopeStack[rd],this.checkRedeclarationInScope(zl,ml,Al,Rl),zl.names.set(ml,(zl.names.get(ml)||0)|1),this.maybeExportDefined(zl,ml),!(zl.flags&3715));--rd);this.parser.inModule&&zl.flags&1&&this.undefinedExports.delete(ml)}maybeExportDefined(ml,Al){this.parser.inModule&&ml.flags&1&&this.undefinedExports.delete(Al)}checkRedeclarationInScope(ml,Al,Rl,zl){this.isRedeclaredInScope(ml,Al,Rl)&&this.parser.raise(sA.VarRedeclaration,zl,{identifierName:Al})}isRedeclaredInScope(ml,Al,Rl){if(!(Rl&1))return!1;if(Rl&8)return ml.names.has(Al);let zl=ml.names.get(Al)||0;return Rl&16?(zl&2)>0||!this.treatFunctionsAsVarInScope(ml)&&(zl&1)>0:(zl&2)>0&&!(ml.flags&8&&ml.firstLexicalName===Al)||!this.treatFunctionsAsVarInScope(ml)&&(zl&4)>0}checkLocalExport(ml){let{name:Al}=ml;this.scopeStack[0].names.has(Al)||this.undefinedExports.set(Al,ml.start)}currentScope(){return this.scopeStack[this.scopeStack.length-1]}currentVarScopeFlags(){for(let ml=this.scopeStack.length-1;;ml--){let{flags:Al}=this.scopeStack[ml];if(Al&3715)return Al}}currentThisScopeFlags(){for(let ml=this.scopeStack.length-1;;ml--){let{flags:Al}=this.scopeStack[ml];if(Al&3779&&!(Al&4))return Al}}},QA=class extends NA{declareFunctions=new Set},LA=class extends OA{createScope(ml){return new QA(ml)}declareName(ml,Al,Rl){let zl=this.currentScope();if(Al&2048){this.checkRedeclarationInScope(zl,ml,Al,Rl),this.maybeExportDefined(zl,ml),zl.declareFunctions.add(ml);return}super.declareName(ml,Al,Rl)}isRedeclaredInScope(ml,Al,Rl){if(super.isRedeclaredInScope(ml,Al,Rl))return!0;if(Rl&2048&&!ml.declareFunctions.has(Al)){let Rl=ml.names.get(Al);return(Rl&4)>0||(Rl&2)>0}return!1}checkLocalExport(ml){this.scopeStack[0].declareFunctions.has(ml.name)||super.checkLocalExport(ml)}},MA=new Set(["_","any","bool","boolean","empty","extends","false","interface","mixed","null","number","static","string","true","typeof","void"]),jA={AmbiguousConditionalArrow:"Ambiguous expression: wrap the arrow functions in parentheses to disambiguate.",AmbiguousDeclareModuleKind:"Found both `declare module.exports` and `declare export` in the same module. Modules can only have 1 since they are either an ES module or they are a CommonJS module.",AssignReservedType:({reservedType:ml})=>`Cannot overwrite reserved type ${ml}.`,DeclareClassElement:"The `declare` modifier can only appear on class fields.",DeclareClassFieldInitializer:"Initializers are not allowed in fields with the `declare` modifier.",DuplicateDeclareModuleExports:"Duplicate `declare module.exports` statement.",EnumBooleanMemberNotInitialized:({memberName:ml,enumName:Al})=>`Boolean enum members need to be initialized. Use either \`${ml} = true,\` or \`${ml} = false,\` in enum \`${Al}\`.`,EnumDuplicateMemberName:({memberName:ml,enumName:Al})=>`Enum member names need to be unique, but the name \`${ml}\` has already been used before in enum \`${Al}\`.`,EnumInconsistentMemberValues:({enumName:ml})=>`Enum \`${ml}\` has inconsistent member initializers. Either use no initializers, or consistently use literals (either booleans, numbers, or strings) for all member initializers.`,EnumInvalidExplicitType:({invalidEnumType:ml,enumName:Al})=>`Enum type \`${ml}\` is not valid. Use one of \`boolean\`, \`number\`, \`string\`, or \`symbol\` in enum \`${Al}\`.`,EnumInvalidExplicitTypeUnknownSupplied:({enumName:ml})=>`Supplied enum type is not valid. Use one of \`boolean\`, \`number\`, \`string\`, or \`symbol\` in enum \`${ml}\`.`,EnumInvalidMemberInitializerPrimaryType:({enumName:ml,memberName:Al,explicitType:Rl})=>`Enum \`${ml}\` has type \`${Rl}\`, so the initializer of \`${Al}\` needs to be a ${Rl} literal.`,EnumInvalidMemberInitializerSymbolType:({enumName:ml,memberName:Al})=>`Symbol enum members cannot be initialized. Use \`${Al},\` in enum \`${ml}\`.`,EnumInvalidMemberInitializerUnknownType:({enumName:ml,memberName:Al})=>`The enum member initializer for \`${Al}\` needs to be a literal (either a boolean, number, or string) in enum \`${ml}\`.`,EnumInvalidMemberName:({enumName:ml,memberName:Al,suggestion:Rl})=>`Enum member names cannot start with lowercase 'a' through 'z'. Instead of using \`${Al}\`, consider using \`${Rl}\`, in enum \`${ml}\`.`,EnumNumberMemberNotInitialized:({enumName:ml,memberName:Al})=>`Number enum members need to be initialized, e.g. \`${Al} = 1\` in enum \`${ml}\`.`,EnumStringMemberInconsistentlyInitialized:({enumName:ml})=>`String enum members need to consistently either all use initializers, or use no initializers, in enum \`${ml}\`.`,GetterMayNotHaveThisParam:"A getter cannot have a `this` parameter.",ImportTypeShorthandOnlyInPureImport:"The `type` and `typeof` keywords on named imports can only be used on regular `import` statements. It cannot be used with `import type` or `import typeof` statements.",InexactInsideExact:"Explicit inexact syntax cannot appear inside an explicit exact object type.",InexactInsideNonObject:"Explicit inexact syntax cannot appear in class or interface definitions.",InexactVariance:"Explicit inexact syntax cannot have variance.",InvalidNonTypeImportInDeclareModule:"Imports within a `declare module` body must always be `import type` or `import typeof`.",MissingTypeParamDefault:"Type parameter declaration needs a default, since a preceding type parameter declaration has a default.",NestedDeclareModule:"`declare module` cannot be used inside another `declare module`.",NestedFlowComment:"Cannot have a flow comment inside another flow comment.",PatternIsOptional:{message:"A binding pattern parameter cannot be optional in an implementation signature."},SetterMayNotHaveThisParam:"A setter cannot have a `this` parameter.",SpreadVariance:"Spread properties cannot have variance.",ThisParamAnnotationRequired:"A type annotation is required for the `this` parameter.",ThisParamBannedInConstructor:"Constructors cannot have a `this` parameter; constructors don't bind `this` like other functions.",ThisParamMayNotBeOptional:"The `this` parameter cannot be optional.",ThisParamMustBeFirst:"The `this` parameter must be the first function parameter.",ThisParamNoDefault:"The `this` parameter may not have a default value.",TypeBeforeInitializer:"Type annotations must come before default assignments, e.g. instead of `age = 25: number` use `age: number = 25`.",TypeCastInPattern:"The type cast expression is expected to be wrapped with parenthesis.",UnexpectedExplicitInexactInObject:"Explicit inexact syntax must appear at the end of an inexact object.",UnexpectedReservedType:({reservedType:ml})=>`Unexpected reserved type ${ml}.`,UnexpectedReservedUnderscore:"`_` is only allowed as a type argument to call or new.",UnexpectedSpaceBetweenModuloChecks:"Spaces between `%` and `checks` are not allowed here.",UnexpectedSpreadType:"Spread operator cannot appear in class or interface definitions.",UnexpectedSubtractionOperand:'Unexpected token, expected "number" or "bigint".',UnexpectedTokenAfterTypeParameter:"Expected an arrow function after this type parameter declaration.",UnexpectedTypeParameterBeforeAsyncArrowFunction:"Type parameters must come after the async keyword, e.g. instead of ` async () => {}`, use `async () => {}`.",UnsupportedDeclareExportKind:({unsupportedExportKind:ml,suggestion:Al})=>`\`declare export ${ml}\` is not supported. Use \`${Al}\` instead.`,UnsupportedStatementInDeclareModule:"Only declares and type imports are allowed inside declare module.",UnterminatedFlowComment:"Unterminated flow-comment."},UA=F`flow`(jA);function Hi(ml){return ml.type==="DeclareExportAllDeclaration"||ml.type==="DeclareExportDeclaration"&&(!ml.declaration||ml.declaration.type!=="TypeAlias"&&ml.declaration.type!=="InterfaceDeclaration")}function Ve(ml){return ml.importKind==="type"||ml.importKind==="typeof"}var GA={const:"declare export var",let:"declare export var",type:"export type",interface:"export interface"};function Wi(ml,Al){let Rl=[],zl=[];for(let rd=0;rdclass extends ml{flowPragma=void 0;getScopeHandler(){return LA}shouldParseTypes(){return this.getPluginOption("flow","all")||this.flowPragma==="flow"}finishToken(ml,Al){ml!==130&&ml!==9&&ml!==24&&this.flowPragma===void 0&&(this.flowPragma=null),super.finishToken(ml,Al)}addComment(ml){if(this.flowPragma===void 0){let Al=qA.exec(ml.value);if(Al)if(Al[1]==="flow")this.flowPragma="flow";else if(Al[1]==="noflow")this.flowPragma="noflow";else throw new Error("Unexpected flow pragma")}super.addComment(ml)}flowParseTypeInitialiser(ml){let Al=this.state.inType;this.state.inType=!0,this.expect(ml||10);let Rl=this.flowParseType();return this.state.inType=Al,Rl}flowParsePredicate(){let ml=this.startNode(),Al=this.state.startLoc;return this.next(),this.expectContextual(106),this.state.lastTokStartLoc.index>Al.index+1&&this.raise(UA.UnexpectedSpaceBetweenModuloChecks,Al),this.eat(6)?(ml.value=super.parseExpression(),this.expect(7),this.finishNode(ml,"DeclaredPredicate")):this.finishNode(ml,"InferredPredicate")}flowParseTypeAndPredicateInitialiser(ml){let Al=this.state.inType;this.state.inType=!0,this.expect(10);let Rl=null,zl=null;return ml&&this.match(50)?(this.state.inType=Al,zl=this.flowParsePredicate()):(Rl=this.flowParseType(),this.state.inType=Al,this.match(50)&&(zl=this.flowParsePredicate())),[Rl,zl]}flowParseDeclareClass(ml){return this.next(),this.flowParseInterfaceish(ml,!0),this.finishNode(ml,"DeclareClass")}flowParseDeclareFunction(ml){this.next();let Al=ml.id=this.parseIdentifier(),Rl=this.startNode(),zl=this.startNode();this.match(43)?Rl.typeParameters=this.flowParseTypeParameterDeclaration():Rl.typeParameters=null,this.expect(6);let rd=this.flowParseFunctionTypeParams();return Rl.params=rd.params,Rl.rest=rd.rest,Rl.this=rd._this,this.expect(7),[Rl.returnType,ml.predicate]=this.flowParseTypeAndPredicateInitialiser(!1),zl.typeAnnotation=this.finishNode(Rl,"FunctionTypeAnnotation"),Al.typeAnnotation=this.finishNode(zl,"TypeAnnotation"),this.resetEndLocation(Al),this.semicolon(),this.scope.declareName(ml.id.name,2048,ml.id.start),this.finishNode(ml,"DeclareFunction")}flowParseDeclare(ml,Al){if(this.match(76))return this.flowParseDeclareClass(ml);if(this.match(64))return this.flowParseDeclareFunction(ml);if(this.match(70))return this.flowParseDeclareVariable(ml);if(this.eatContextual(123))return this.match(12)?this.flowParseDeclareModuleExports(ml):(Al&&this.raise(UA.NestedDeclareModule,this.state.lastTokStartLoc),this.flowParseDeclareModule(ml));if(this.isContextual(126))return this.flowParseDeclareTypeAlias(ml);if(this.isContextual(127))return this.flowParseDeclareOpaqueType(ml);if(this.isContextual(125))return this.flowParseDeclareInterface(ml);if(this.match(78))return this.flowParseDeclareExportDeclaration(ml,Al);throw this.unexpected()}flowParseDeclareVariable(ml){return this.next(),ml.id=this.flowParseTypeAnnotatableIdentifier(),this.scope.declareName(ml.id.name,5,ml.id.start),this.semicolon(),this.finishNode(ml,"DeclareVariable")}flowParseDeclareModule(ml){this.scope.enter(0),this.match(130)?ml.id=super.parseExprAtom():ml.id=this.parseIdentifier();let Al=this.startNode(),Rl=Al.body=[];for(this.expect(2);!this.match(4);){let ml=this.startNode();this.match(79)?(this.next(),!this.isContextual(126)&&!this.match(83)&&this.raise(UA.InvalidNonTypeImportInDeclareModule,this.state.lastTokStartLoc),Rl.push(super.parseImport(ml))):(this.expectContextual(121,UA.UnsupportedStatementInDeclareModule),Rl.push(this.flowParseDeclare(ml,!0)))}this.scope.exit(),this.expect(4),ml.body=this.finishNode(Al,"BlockStatement");let zl=null,rd=!1;return Rl.forEach(ml=>{Hi(ml)?(zl==="CommonJS"&&this.raise(UA.AmbiguousDeclareModuleKind,ml),zl="ES"):ml.type==="DeclareModuleExports"&&(rd&&this.raise(UA.DuplicateDeclareModuleExports,ml),zl==="ES"&&this.raise(UA.AmbiguousDeclareModuleKind,ml),zl="CommonJS",rd=!0)}),ml.kind=zl||"CommonJS",this.finishNode(ml,"DeclareModule")}flowParseDeclareExportDeclaration(ml,Al){if(this.expect(78),this.eat(61))return this.match(64)||this.match(76)?ml.declaration=this.flowParseDeclare(this.startNode()):(ml.declaration=this.flowParseType(),this.semicolon()),ml.default=!0,this.finishNode(ml,"DeclareExportDeclaration");if(this.match(71)||this.isLet()||(this.isContextual(126)||this.isContextual(125))&&!Al){let ml=this.state.value;throw this.raise(UA.UnsupportedDeclareExportKind,this.state.startLoc,{unsupportedExportKind:ml,suggestion:GA[ml]})}if(this.match(70)||this.match(64)||this.match(76)||this.isContextual(127))return ml.declaration=this.flowParseDeclare(this.startNode()),ml.default=!1,this.finishNode(ml,"DeclareExportDeclaration");if(this.match(51)||this.match(2)||this.isContextual(125)||this.isContextual(126)||this.isContextual(127)){let Al=this.parseExport(ml,null);return Al.type==="ExportNamedDeclaration"?(Al.default=!1,delete Al.exportKind,this.castNodeTo(Al,"DeclareExportDeclaration")):this.castNodeTo(Al,"DeclareExportAllDeclaration")}throw this.unexpected()}flowParseDeclareModuleExports(ml){return this.next(),this.expectContextual(107),ml.typeAnnotation=this.flowParseTypeAnnotation(),this.semicolon(),this.finishNode(ml,"DeclareModuleExports")}flowParseDeclareTypeAlias(ml){this.next();let Al=this.flowParseTypeAlias(ml);return this.castNodeTo(Al,"DeclareTypeAlias"),Al}flowParseDeclareOpaqueType(ml){return this.next(),this.flowParseOpaqueType(ml,!0)}flowParseDeclareInterface(ml){return this.next(),this.flowParseInterfaceish(ml,!1),this.finishNode(ml,"DeclareInterface")}flowParseInterfaceish(ml,Al){if(ml.id=this.flowParseRestrictedIdentifier(!Al,!0),this.scope.declareName(ml.id.name,Al?17:8201,ml.id.start),this.match(43)?ml.typeParameters=this.flowParseTypeParameterDeclaration():ml.typeParameters=null,ml.extends=[],this.eat(77))do{ml.extends.push(this.flowParseInterfaceExtends())}while(!Al&&this.eat(8));if(Al){let Al=[],Rl=[];if(this.eatContextual(113))do{Rl.push(this.flowParseInterfaceExtends())}while(this.eat(8));if(this.eatContextual(109))do{Al.push(this.flowParseClassImplements())}while(this.eat(8));ml.implements=Al,ml.mixins=Rl}ml.body=this.flowParseObjectType({allowStatic:Al,allowExact:!1,allowSpread:!1,allowProto:Al,allowInexact:!1})}flowParseInterfaceExtends(){let ml=this.startNode();return ml.id=this.flowParseQualifiedTypeIdentifier(),this.match(43)?ml.typeParameters=this.flowParseTypeParameterInstantiation():ml.typeParameters=null,this.finishNode(ml,"InterfaceExtends")}flowParseInterface(ml){return this.flowParseInterfaceish(ml,!1),this.finishNode(ml,"InterfaceDeclaration")}checkNotUnderscore(ml){ml==="_"&&this.raise(UA.UnexpectedReservedUnderscore,this.state.startLoc)}checkReservedType(ml,Al,Rl){MA.has(ml)&&this.raise(Rl?UA.AssignReservedType:UA.UnexpectedReservedType,Al,{reservedType:ml})}flowParseRestrictedIdentifierName(ml,Al){return this.checkReservedType(this.state.value,this.state.startLoc,Al),this.parseIdentifierName(ml)}flowParseRestrictedIdentifier(ml,Al){let Rl=this.startNode(),zl=this.flowParseRestrictedIdentifierName(ml,Al);return this.createIdentifier(Rl,zl)}flowParseTypeAlias(ml){return ml.id=this.flowParseRestrictedIdentifier(!1,!0),this.scope.declareName(ml.id.name,8201,ml.id.start),this.match(43)?ml.typeParameters=this.flowParseTypeParameterDeclaration():ml.typeParameters=null,ml.right=this.flowParseTypeInitialiser(25),this.semicolon(),this.finishNode(ml,"TypeAlias")}flowParseOpaqueType(ml,Al){return this.expectContextual(126),ml.id=this.flowParseRestrictedIdentifier(!0,!0),this.scope.declareName(ml.id.name,8201,ml.id.start),this.match(43)?ml.typeParameters=this.flowParseTypeParameterDeclaration():ml.typeParameters=null,ml.supertype=null,this.match(10)&&(ml.supertype=this.flowParseTypeInitialiser(10)),ml.impltype=null,Al||(ml.impltype=this.flowParseTypeInitialiser(25)),this.semicolon(),this.finishNode(ml,Al?"DeclareOpaqueType":"OpaqueType")}flowParseTypeParameterBound(){if(this.match(10)||this.isContextual(77)){let ml=this.startNode();return this.next(),ml.typeAnnotation=this.flowParseType(),this.finishNode(ml,"TypeAnnotation")}}flowParseTypeParameter(ml=!1){let Al=this.state.startLoc,Rl=this.startNode(),zl=this.flowParseVariance();return Rl.name=this.flowParseRestrictedIdentifierName(),Rl.variance=zl,Rl.bound=this.flowParseTypeParameterBound(),this.match(25)?(this.eat(25),Rl.default=this.flowParseType()):ml&&this.raise(UA.MissingTypeParamDefault,Al),this.finishNode(Rl,"TypeParameter")}flowParseTypeParameterDeclaration(){let ml=this.state.inType,Al=this.startNode();Al.params=[],this.state.inType=!0,this.match(43)||this.match(138)?this.next():this.unexpected();let Rl=!1;do{let ml=this.flowParseTypeParameter(Rl);Al.params.push(ml),ml.default&&(Rl=!0),this.match(44)||this.expect(8)}while(!this.match(44));return this.expect(44),this.state.inType=ml,this.finishNode(Al,"TypeParameterDeclaration")}flowInTopLevelContext(ml){if(this.curContext()!==wA.brace){let Al=this.state.context;this.state.context=[Al[0]];try{return ml()}finally{this.state.context=Al}}else return ml()}flowParseTypeParameterInstantiationInExpression(){if(this.reScan_lt()===43)return this.flowParseTypeParameterInstantiation()}flowParseTypeParameterInstantiation(){let ml=this.startNode(),Al=this.state.inType;return this.state.inType=!0,ml.params=[],this.flowInTopLevelContext(()=>{this.expect(43);let Al=this.state.noAnonFunctionType;for(this.state.noAnonFunctionType=!1;!this.match(44);)ml.params.push(this.flowParseType()),this.match(44)||this.expect(8);this.state.noAnonFunctionType=Al}),this.state.inType=Al,!this.state.inType&&this.curContext()===wA.brace&&this.reScan_lt_gt(),this.expect(44),this.finishNode(ml,"TypeParameterInstantiation")}flowParseTypeParameterInstantiationCallOrNew(){if(this.reScan_lt()!==43)return null;let ml=this.startNode(),Al=this.state.inType;for(ml.params=[],this.state.inType=!0,this.expect(43);!this.match(44);)ml.params.push(this.flowParseTypeOrImplicitInstantiation()),this.match(44)||this.expect(8);return this.expect(44),this.state.inType=Al,this.finishNode(ml,"TypeParameterInstantiation")}flowParseInterfaceType(){let ml=this.startNode();if(this.expectContextual(125),ml.extends=[],this.eat(77))do{ml.extends.push(this.flowParseInterfaceExtends())}while(this.eat(8));return ml.body=this.flowParseObjectType({allowStatic:!1,allowExact:!1,allowSpread:!1,allowProto:!1,allowInexact:!1}),this.finishNode(ml,"InterfaceTypeAnnotation")}flowParseObjectPropertyKey(){return this.match(131)||this.match(130)?super.parseExprAtom():this.parseIdentifier(!0)}flowParseObjectTypeIndexer(ml,Al,Rl){return ml.static=Al,this.lookahead().type===10?(ml.id=this.parseIdentifier(!0),ml.key=this.flowParseTypeInitialiser()):(ml.id=null,ml.key=this.flowParseType()),this.expect(1),ml.value=this.flowParseTypeInitialiser(),ml.variance=Rl,this.finishNode(ml,"ObjectTypeIndexer")}flowParseObjectTypeInternalSlot(ml,Al){return ml.static=Al,ml.id=this.parseIdentifier(!0),this.expect(1),this.expect(1),this.match(43)||this.match(6)?(ml.method=!0,ml.optional=!1,ml.value=this.flowParseObjectTypeMethodish(this.startNodeAtNode(ml))):(ml.method=!1,this.eat(13)&&(ml.optional=!0),ml.value=this.flowParseTypeInitialiser()),this.finishNode(ml,"ObjectTypeInternalSlot")}flowParseObjectTypeMethodish(ml){for(ml.params=[],ml.rest=null,ml.typeParameters=null,ml.this=null,this.match(43)&&(ml.typeParameters=this.flowParseTypeParameterDeclaration()),this.expect(6),this.match(74)&&(ml.this=this.flowParseFunctionTypeParam(!0),ml.this.name=null,this.match(7)||this.expect(8));!this.match(7)&&!this.match(17);)ml.params.push(this.flowParseFunctionTypeParam(!1)),this.match(7)||this.expect(8);return this.eat(17)&&(ml.rest=this.flowParseFunctionTypeParam(!1)),this.expect(7),ml.returnType=this.flowParseTypeInitialiser(),this.finishNode(ml,"FunctionTypeAnnotation")}flowParseObjectTypeCallProperty(ml,Al){let Rl=this.startNode();return ml.static=Al,ml.value=this.flowParseObjectTypeMethodish(Rl),this.finishNode(ml,"ObjectTypeCallProperty")}flowParseObjectType({allowStatic:ml,allowExact:Al,allowSpread:Rl,allowProto:zl,allowInexact:rd}){let yh=this.state.inType;this.state.inType=!0;let kh=this.startNode();kh.callProperties=[],kh.properties=[],kh.indexers=[],kh.internalSlots=[];let Qh,cf,t_=!1;for(Al&&this.match(3)?(this.expect(3),Qh=5,cf=!0):(this.expect(2),Qh=4,cf=!1),kh.exact=cf;!this.match(Qh);){let Al=!1,yh=null,Qh=null,r_=this.startNode();if(zl&&this.isContextual(114)){let Al=this.lookahead();Al.type!==10&&Al.type!==13&&(this.next(),yh=this.state.startLoc,ml=!1)}if(ml&&this.isContextual(102)){let ml=this.lookahead();ml.type!==10&&ml.type!==13&&(this.next(),Al=!0)}let u_=this.flowParseVariance();if(this.eat(0))yh!=null&&this.unexpected(yh),this.eat(0)?(u_&&this.unexpected(u_.start),kh.internalSlots.push(this.flowParseObjectTypeInternalSlot(r_,Al))):kh.indexers.push(this.flowParseObjectTypeIndexer(r_,Al,u_));else if(this.match(6)||this.match(43))yh!=null&&this.unexpected(yh),u_&&this.unexpected(u_.start),kh.callProperties.push(this.flowParseObjectTypeCallProperty(r_,Al));else{let ml="init";if(this.isContextual(95)||this.isContextual(100)){let Al=this.lookahead();Qe(Al.type)&&(ml=this.state.value,this.next())}let zl=this.flowParseObjectTypeProperty(r_,Al,yh,u_,ml,Rl,rd??!cf);zl===null?(t_=!0,Qh=this.state.lastTokStartLoc):kh.properties.push(zl)}this.flowObjectTypeSemicolon(),Qh&&!this.match(4)&&!this.match(5)&&this.raise(UA.UnexpectedExplicitInexactInObject,Qh)}this.expect(Qh),Rl&&(kh.inexact=t_);let r_=this.finishNode(kh,"ObjectTypeAnnotation");return this.state.inType=yh,r_}flowParseObjectTypeProperty(ml,Al,Rl,zl,rd,yh,kh){if(this.eat(17))return this.match(8)||this.match(9)||this.match(4)||this.match(5)?(yh?kh||this.raise(UA.InexactInsideExact,this.state.lastTokStartLoc):this.raise(UA.InexactInsideNonObject,this.state.lastTokStartLoc),zl&&this.raise(UA.InexactVariance,zl),null):(yh||this.raise(UA.UnexpectedSpreadType,this.state.lastTokStartLoc),Rl!=null&&this.unexpected(Rl),zl&&this.raise(UA.SpreadVariance,zl),ml.argument=this.flowParseType(),this.finishNode(ml,"ObjectTypeSpreadProperty"));{ml.key=this.flowParseObjectPropertyKey(),ml.static=Al,ml.proto=Rl!=null,ml.kind=rd;let kh=!1;return this.match(43)||this.match(6)?(ml.method=!0,Rl!=null&&this.unexpected(Rl),zl&&this.unexpected(zl.start),ml.value=this.flowParseObjectTypeMethodish(this.startNodeAtNode(ml)),rd==="get"||rd==="set"?this.flowCheckGetterSetterParams(ml):!Al&&!yh&&ml.key.name==="constructor"&&ml.value.this&&this.raise(UA.ThisParamBannedInConstructor,ml.value.this)):(rd!=="init"&&this.unexpected(),ml.method=!1,this.eat(13)&&(kh=!0),ml.value=this.flowParseTypeInitialiser(),ml.variance=zl),ml.optional=kh,this.finishNode(ml,"ObjectTypeProperty")}}flowCheckGetterSetterParams(ml){let Al=ml.kind==="get"?0:1,Rl=ml.value,zl=Rl.params.length+(Rl.rest?1:0);Rl.this&&this.raise(ml.kind==="get"?UA.GetterMayNotHaveThisParam:UA.SetterMayNotHaveThisParam,Rl.this),zl!==Al&&this.raise(ml.kind==="get"?sA.BadGetterArity:sA.BadSetterArity,ml),ml.kind==="set"&&Rl.rest&&this.raise(sA.BadSetterRestParameter,ml)}flowObjectTypeSemicolon(){!this.eat(9)&&!this.eat(8)&&!this.match(4)&&!this.match(5)&&this.unexpected()}flowParseQualifiedTypeIdentifier(ml,Al){ml??(ml=this.state.startLoc);let Rl=Al||this.flowParseRestrictedIdentifier(!0);for(;this.eat(12);){let Al=this.startNodeAt(ml);Al.qualification=Rl,Al.id=this.flowParseRestrictedIdentifier(!0),Rl=this.finishNode(Al,"QualifiedTypeIdentifier")}return Rl}flowParseGenericType(ml,Al){let Rl=this.startNodeAt(ml);return Rl.typeParameters=null,Rl.id=this.flowParseQualifiedTypeIdentifier(ml,Al),this.match(43)&&(Rl.typeParameters=this.flowParseTypeParameterInstantiation()),this.finishNode(Rl,"GenericTypeAnnotation")}flowParseTypeofType(){let ml=this.startNode();return this.expect(83),ml.argument=this.flowParsePrimaryType(),this.finishNode(ml,"TypeofTypeAnnotation")}flowParseTupleType(){let ml=this.startNode();for(ml.types=[],this.expect(0);this.state.possuper.parseFunctionBody(ml,!0,Rl));return}super.parseFunctionBody(ml,!1,Rl)}parseFunctionBodyAndFinish(ml,Al,Rl=!1){if(this.match(10)){let Rl=this.startNode();Al==="FunctionDeclaration"||Al==="FunctionExpression"||Al==="ArrowFunctionExpression"?[Rl.typeAnnotation,ml.predicate]=this.flowParseTypeAndPredicateInitialiser(!0):Rl.typeAnnotation=this.flowParseTypeInitialiser(),ml.returnType=Rl.typeAnnotation?this.finishNode(Rl,"TypeAnnotation"):null}return super.parseFunctionBodyAndFinish(ml,Al,Rl)}parseStatementLike(ml){if(this.state.strict&&this.isContextual(125)){let ml=this.lookahead();if(B(ml.type)){let ml=this.startNode();return this.next(),this.flowParseInterface(ml)}}else if(this.isContextual(122)){let ml=this.startNode();return this.next(),this.flowParseEnumDeclaration(ml)}let Al=super.parseStatementLike(ml);return this.flowPragma===void 0&&!this.isValidDirective(Al)&&(this.flowPragma=null),Al}parseExpressionStatement(ml,Al,Rl){if(Al.type==="Identifier"){if(Al.name==="declare"){if(this.match(76)||C(this.state.type)||this.match(64)||this.match(70)||this.match(78))return this.flowParseDeclare(ml)}else if(C(this.state.type)){if(Al.name==="interface")return this.flowParseInterface(ml);if(Al.name==="type")return this.flowParseTypeAlias(ml);if(Al.name==="opaque")return this.flowParseOpaqueType(ml,!1)}}return super.parseExpressionStatement(ml,Al,Rl)}shouldParseExportDeclaration(){let{type:ml}=this.state;return ml===122||_e(ml)?!this.state.containsEsc:super.shouldParseExportDeclaration()}isExportDefaultSpecifier(){let{type:ml}=this.state;return ml===122||_e(ml)?this.state.containsEsc:super.isExportDefaultSpecifier()}parseExportDefaultExpression(){if(this.isContextual(122)){let ml=this.startNode();return this.next(),this.flowParseEnumDeclaration(ml)}return super.parseExportDefaultExpression()}parseConditional(ml,Al,Rl){if(!this.match(13))return ml;if(Rl!=null){let Al=this.lookaheadCharCode();if(Al===44||Al===61||Al===58||Al===41)return this.setOptionalParametersError(Rl),ml}this.expect(13);let zl=this.state.clone(),rd=this.state.noArrowAt,yh=this.startNodeAt(Al),{consequent:kh,failed:Qh}=this.tryParseConditionalConsequent(),cf=this.getArrowLikeExpressions(kh),t_=cf[0],r_=cf[1];if(Qh||r_.length>0){let ml=[...rd];if(r_.length>0){this.state=zl,this.state.noArrowAt=ml;for(let Al=0;Al1&&this.raise(UA.AmbiguousConditionalArrow,zl.startLoc),Qh&&t_.length===1&&(this.state=zl,ml.push(t_[0].start),this.state.noArrowAt=ml,({consequent:kh}=this.tryParseConditionalConsequent()))}return this.getArrowLikeExpressions(kh,!0),this.state.noArrowAt=rd,this.expect(10),yh.test=ml,yh.consequent=kh,yh.alternate=this.forwardNoArrowParamsConversionAt(yh,()=>this.parseMaybeAssign(void 0,void 0)),this.finishNode(yh,"ConditionalExpression")}tryParseConditionalConsequent(){this.state.noArrowParamsConversionAt.push(this.state.start);let ml=this.parseMaybeAssignAllowIn(),Al=!this.match(10);return this.state.noArrowParamsConversionAt.pop(),{consequent:ml,failed:Al}}getArrowLikeExpressions(ml,Al){let Rl=[ml],zl=[];for(;Rl.length!==0;){let ml=Rl.pop();ml.type==="ArrowFunctionExpression"&&ml.body.type!=="BlockStatement"?(ml.typeParameters||!ml.returnType?this.finishArrowValidation(ml):zl.push(ml),Rl.push(ml.body)):ml.type==="ConditionalExpression"&&(Rl.push(ml.consequent),Rl.push(ml.alternate))}return Al?(zl.forEach(ml=>this.finishArrowValidation(ml)),[zl,[]]):Wi(zl,ml=>ml.params.every(ml=>this.isAssignable(ml,!0)))}finishArrowValidation(ml){this.toAssignableList(ml.params,ml.extra?.trailingCommaLoc,!1),this.scope.enter(518),super.checkParams(ml,!1,!0),this.scope.exit()}forwardNoArrowParamsConversionAt(ml,Al){let Rl;return this.state.noArrowParamsConversionAt.includes(this.offsetToSourcePos(ml.start))?(this.state.noArrowParamsConversionAt.push(this.state.start),Rl=Al(),this.state.noArrowParamsConversionAt.pop()):Rl=Al(),Rl}parseParenItem(ml,Al){let Rl=super.parseParenItem(ml,Al);if(this.eat(13)&&(Rl.optional=!0,this.resetEndLocation(ml)),this.match(10)){let ml=this.startNodeAt(Al);return ml.expression=Rl,ml.typeAnnotation=this.flowParseTypeAnnotation(),this.finishNode(ml,"TypeCastExpression")}return Rl}assertModuleNodeAllowed(ml){ml.type==="ImportDeclaration"&&(ml.importKind==="type"||ml.importKind==="typeof")||ml.type==="ExportNamedDeclaration"&&ml.exportKind==="type"||ml.type==="ExportAllDeclaration"&&ml.exportKind==="type"||super.assertModuleNodeAllowed(ml)}parseExportDeclaration(ml){if(this.isContextual(126)){ml.exportKind="type";let Al=this.startNode();return this.next(),this.match(2)?(ml.specifiers=this.parseExportSpecifiers(!0),super.parseExportFrom(ml),null):this.flowParseTypeAlias(Al)}else if(this.isContextual(127)){ml.exportKind="type";let Al=this.startNode();return this.next(),this.flowParseOpaqueType(Al,!1)}else if(this.isContextual(125)){ml.exportKind="type";let Al=this.startNode();return this.next(),this.flowParseInterface(Al)}else if(this.isContextual(122)){ml.exportKind="value";let Al=this.startNode();return this.next(),this.flowParseEnumDeclaration(Al)}else return super.parseExportDeclaration(ml)}eatExportStar(ml){return super.eatExportStar(ml)?!0:this.isContextual(126)&&this.lookahead().type===51?(ml.exportKind="type",this.next(),this.next(),!0):!1}maybeParseExportNamespaceSpecifier(ml){let{startLoc:Al}=this.state,Rl=super.maybeParseExportNamespaceSpecifier(ml);return Rl&&ml.exportKind==="type"&&this.unexpected(Al),Rl}parseClassId(ml,Al,Rl){if((!Al||Rl)&&this.isContextual(109)){ml.id=null;return}super.parseClassId(ml,Al,Rl),this.match(43)&&(ml.typeParameters=this.flowParseTypeParameterDeclaration())}parseClassMember(ml,Al,Rl){let{startLoc:zl}=this.state;if(this.isContextual(121)){if(super.parseClassMemberFromModifier(ml,Al))return;Al.declare=!0}super.parseClassMember(ml,Al,Rl),Al.declare&&(Al.type!=="ClassProperty"&&Al.type!=="ClassPrivateProperty"&&Al.type!=="PropertyDefinition"?this.raise(UA.DeclareClassElement,zl):Al.value&&this.raise(UA.DeclareClassFieldInitializer,Al.value))}isIterator(ml){return ml==="iterator"||ml==="asyncIterator"}readIterator(){let ml=super.readWord1(),Al="@@"+ml;(!this.isIterator(ml)||!this.state.inType)&&this.raise(sA.InvalidIdentifier,this.state.curPosition(),{identifierName:Al}),this.finishToken(128,Al)}getTokenFromCode(ml){let Al=this.input.charCodeAt(this.state.pos+1);ml===123&&Al===124?this.finishOp(3,2):this.state.inType&&(ml===62||ml===60)?this.finishOp(ml===62?44:43,1):this.state.inType&&ml===63?Al===46?this.finishOp(14,2):this.finishOp(13,1):ji(ml,Al,this.input.charCodeAt(this.state.pos+2))?(this.state.pos+=2,this.readIterator()):super.getTokenFromCode(ml)}isAssignable(ml,Al){return ml.type==="TypeCastExpression"?this.isAssignable(ml.expression,Al):super.isAssignable(ml,Al)}toAssignable(ml,Al=!1){!Al&&ml.type==="AssignmentExpression"&&ml.left.type==="TypeCastExpression"&&(ml.left=this.typeCastToParameter(ml.left)),super.toAssignable(ml,Al)}toAssignableListItem(ml,Al,Rl){let zl=ml[Al];zl.type==="TypeCastExpression"&&(ml[Al]=this.typeCastToParameter(zl)),super.toAssignableListItem(ml,Al,Rl)}toReferencedList(ml,Al){for(let Rl=0;Rl1||!Al)&&this.raise(UA.TypeCastInPattern,zl.typeAnnotation)}return ml}parseArrayLike(ml,Al){let Rl=super.parseArrayLike(ml,Al);return Rl.type==="ArrayExpression"&&this.toReferencedList(Rl.elements),Rl}isValidLVal(ml,Al,Rl,zl){return ml==="TypeCastExpression"||super.isValidLVal(ml,Al,Rl,zl)}parseClassProperty(ml){return this.match(10)&&(ml.typeAnnotation=this.flowParseTypeAnnotation()),super.parseClassProperty(ml)}parseClassPrivateProperty(ml){return this.match(10)&&(ml.typeAnnotation=this.flowParseTypeAnnotation()),super.parseClassPrivateProperty(ml)}isClassMethod(){return this.match(43)||super.isClassMethod()}isClassProperty(){return this.match(10)||super.isClassProperty()}isNonstaticConstructor(ml){return!this.match(10)&&super.isNonstaticConstructor(ml)}pushClassMethod(ml,Al,Rl,zl,rd,yh){if(Al.variance&&this.unexpected(Al.variance.start),delete Al.variance,this.match(43)&&(Al.typeParameters=this.flowParseTypeParameterDeclaration()),super.pushClassMethod(ml,Al,Rl,zl,rd,yh),Al.params&&rd){let ml=Al.params;ml.length>0&&this.isThisParam(ml[0])&&this.raise(UA.ThisParamBannedInConstructor,Al)}else if(Al.type==="MethodDefinition"&&rd&&Al.value.params){let ml=Al.value.params;ml.length>0&&this.isThisParam(ml[0])&&this.raise(UA.ThisParamBannedInConstructor,Al)}}pushClassPrivateMethod(ml,Al,Rl,zl){Al.variance&&this.unexpected(Al.variance.start),delete Al.variance,this.match(43)&&(Al.typeParameters=this.flowParseTypeParameterDeclaration()),super.pushClassPrivateMethod(ml,Al,Rl,zl)}flowParseClassImplements(){let ml=this.startNode();return ml.id=this.flowParseRestrictedIdentifier(!0),this.match(43)?ml.typeParameters=this.flowParseTypeParameterInstantiation():ml.typeParameters=null,this.finishNode(ml,"ClassImplements")}parseClassSuper(ml){if(super.parseClassSuper(ml),ml.superClass&&(this.match(43)||this.match(47))&&(ml.superTypeArguments=this.flowParseTypeParameterInstantiationInExpression()),this.eatContextual(109)){let Al=ml.implements=[];do{Al.push(this.flowParseClassImplements())}while(this.eat(8))}}checkGetterSetterParams(ml){super.checkGetterSetterParams(ml);let Al=this.getObjectOrClassMethodParams(ml);if(Al.length>0){let Rl=Al[0];this.isThisParam(Rl)&&ml.kind==="get"?this.raise(UA.GetterMayNotHaveThisParam,Rl):this.isThisParam(Rl)&&this.raise(UA.SetterMayNotHaveThisParam,Rl)}}parsePropertyNamePrefixOperator(ml){ml.variance=this.flowParseVariance()}parseObjPropValue(ml,Al,Rl,zl,rd,yh,kh){ml.variance&&this.unexpected(ml.variance.start),delete ml.variance;let Qh;this.match(43)&&!yh&&(Qh=this.flowParseTypeParameterDeclaration(),this.match(6)||this.unexpected());let cf=super.parseObjPropValue(ml,Al,Rl,zl,rd,yh,kh);return Qh&&((cf.value||cf).typeParameters=Qh),cf}parseFunctionParamType(ml){return this.eat(13)&&(ml.type!=="Identifier"&&this.raise(UA.PatternIsOptional,ml),this.isThisParam(ml)&&this.raise(UA.ThisParamMayNotBeOptional,ml),ml.optional=!0),this.match(10)?ml.typeAnnotation=this.flowParseTypeAnnotation():this.isThisParam(ml)&&this.raise(UA.ThisParamAnnotationRequired,ml),this.match(25)&&this.isThisParam(ml)&&this.raise(UA.ThisParamNoDefault,ml),this.resetEndLocation(ml),ml}parseMaybeDefault(ml,Al){let Rl=super.parseMaybeDefault(ml,Al);return Rl.type==="AssignmentPattern"&&Rl.typeAnnotation&&Rl.right.startsuper.parseMaybeAssign(ml,Al),Rl),!zl.error)return zl.node;let{context:rd}=this.state,yh=rd[rd.length-1];(yh===wA.j_oTag||yh===wA.j_expr)&&rd.pop()}if(zl?.error||this.match(43)){Rl=Rl||this.state.clone();let rd,yh=this.tryParse(Rl=>{rd=this.flowParseTypeParameterDeclaration();let zl=this.forwardNoArrowParamsConversionAt(rd,()=>{let Rl=super.parseMaybeAssign(ml,Al);return this.resetStartLocationFromNode(Rl,rd),Rl});zl.extra?.parenthesized&&Rl();let yh=this.maybeUnwrapTypeCastExpression(zl);return yh.type!=="ArrowFunctionExpression"&&Rl(),yh.typeParameters=rd,this.resetStartLocationFromNode(yh,rd),zl},Rl),kh=null;if(yh.node&&this.maybeUnwrapTypeCastExpression(yh.node).type==="ArrowFunctionExpression"){if(!yh.error&&!yh.aborted)return yh.node.async&&this.raise(UA.UnexpectedTypeParameterBeforeAsyncArrowFunction,rd),yh.node;kh=yh.node}if(zl?.node)return this.state=zl.failState,zl.node;if(kh)return this.state=yh.failState,kh;throw zl?.thrown?zl.error:yh.thrown?yh.error:this.raise(UA.UnexpectedTokenAfterTypeParameter,rd)}return super.parseMaybeAssign(ml,Al)}parseArrow(ml){if(this.match(10)){let Al=this.tryParse(()=>{let Al=this.state.noAnonFunctionType;this.state.noAnonFunctionType=!0;let Rl=this.startNode();return[Rl.typeAnnotation,ml.predicate]=this.flowParseTypeAndPredicateInitialiser(!0),this.state.noAnonFunctionType=Al,this.canInsertSemicolon()&&this.unexpected(),this.match(15)||this.unexpected(),Rl});if(Al.thrown)return null;Al.error&&(this.state=Al.failState),ml.returnType=Al.node.typeAnnotation?this.finishNode(Al.node,"TypeAnnotation"):null}return super.parseArrow(ml)}shouldParseArrow(ml){return this.match(10)||super.shouldParseArrow(ml)}setArrowFunctionParameters(ml,Al){this.state.noArrowParamsConversionAt.includes(this.offsetToSourcePos(ml.start))?ml.params=Al:super.setArrowFunctionParameters(ml,Al)}checkParams(ml,Al,Rl,zl=!0){if(!(Rl&&this.state.noArrowParamsConversionAt.includes(this.offsetToSourcePos(ml.start)))){for(let Al=0;Al0&&this.raise(UA.ThisParamMustBeFirst,ml.params[Al]);super.checkParams(ml,Al,Rl,zl)}}parseParenAndDistinguishExpression(ml){return super.parseParenAndDistinguishExpression(ml&&!this.state.noArrowAt.includes(this.sourceToOffsetPos(this.state.start)))}parseSubscripts(ml,Al,Rl){if(ml.type==="Identifier"&&ml.name==="async"&&this.state.noArrowAt.includes(Al.index)){this.next();let Rl=this.startNodeAt(Al);Rl.callee=ml,Rl.arguments=super.parseCallExpressionArguments(),ml=this.finishNode(Rl,"CallExpression")}else if(ml.type==="Identifier"&&ml.name==="async"&&this.match(43)){let zl=this.state.clone(),rd=this.tryParse(ml=>this.parseAsyncArrowWithTypeParameters(Al)||ml(),zl);if(!rd.error&&!rd.aborted)return rd.node;let yh=this.tryParse(()=>super.parseSubscripts(ml,Al,Rl),zl);if(yh.node&&!yh.error)return yh.node;if(rd.node)return this.state=rd.failState,rd.node;if(yh.node)return this.state=yh.failState,yh.node;throw rd.error||yh.error}return super.parseSubscripts(ml,Al,Rl)}parseSubscript(ml,Al,Rl,zl){if(this.match(14)&&this.isLookaheadToken_lt()){if(zl.optionalChainMember=!0,Rl)return zl.stop=!0,ml;this.next();let rd=this.startNodeAt(Al);return rd.callee=ml,rd.typeArguments=this.flowParseTypeParameterInstantiationInExpression(),this.expect(6),rd.arguments=this.parseCallExpressionArguments(),rd.optional=!0,this.finishCallExpression(rd,!0)}else if(!Rl&&this.shouldParseTypes()&&(this.match(43)||this.match(47))){let Rl=this.startNodeAt(Al);Rl.callee=ml;let rd=this.tryParse(()=>(Rl.typeArguments=this.flowParseTypeParameterInstantiationCallOrNew(),this.expect(6),Rl.arguments=super.parseCallExpressionArguments(),zl.optionalChainMember&&(Rl.optional=!1),this.finishCallExpression(Rl,zl.optionalChainMember)));if(rd.node)return rd.error&&(this.state=rd.failState),rd.node}return super.parseSubscript(ml,Al,Rl,zl)}parseNewCallee(ml){super.parseNewCallee(ml);let Al=null;this.shouldParseTypes()&&this.match(43)&&(Al=this.tryParse(()=>this.flowParseTypeParameterInstantiationCallOrNew()).node),ml.typeArguments=Al}parseAsyncArrowWithTypeParameters(ml){let Al=this.startNodeAt(ml);if(this.parseFunctionParams(Al,!1),!!this.parseArrow(Al))return super.parseArrowExpression(Al,void 0,!0)}readToken_mult_modulo(ml){let Al=this.input.charCodeAt(this.state.pos+1);if(ml===42&&Al===47&&this.state.hasFlowComment){this.state.hasFlowComment=!1,this.state.pos+=2,this.nextToken();return}super.readToken_mult_modulo(ml)}readToken_pipe_amp(ml){let Al=this.input.charCodeAt(this.state.pos+1);if(ml===124&&Al===125){this.finishOp(5,2);return}super.readToken_pipe_amp(ml)}parseTopLevel(ml,Al){let Rl=super.parseTopLevel(ml,Al);return this.state.hasFlowComment&&this.raise(UA.UnterminatedFlowComment,this.state.curPosition()),Rl}skipBlockComment(){if(this.hasPlugin("flowComments")&&this.skipFlowComment()){if(this.state.hasFlowComment)throw this.raise(UA.NestedFlowComment,this.state.startLoc);this.hasFlowCommentCompletion();let ml=this.skipFlowComment();ml&&(this.state.pos+=ml,this.state.hasFlowComment=!0);return}return super.skipBlockComment(this.state.hasFlowComment?"*-/":"*/")}skipFlowComment(){let{pos:ml}=this.state,Al=2;for(;[32,9].includes(this.input.charCodeAt(ml+Al));)Al++;let Rl=this.input.charCodeAt(Al+ml),zl=this.input.charCodeAt(Al+ml+1);return Rl===58&&zl===58?Al+2:this.input.slice(Al+ml,Al+ml+12)==="flow-include"?Al+12:Rl===58&&zl!==58?Al:!1}hasFlowCommentCompletion(){if(this.input.indexOf("*/",this.state.pos)===-1)throw this.raise(sA.UnterminatedComment,this.state.curPosition())}flowEnumErrorBooleanMemberNotInitialized(ml,Al){this.raise(UA.EnumBooleanMemberNotInitialized,ml,Al)}flowEnumErrorInvalidMemberInitializer(ml,Al){return this.raise(Al.explicitType?Al.explicitType==="symbol"?UA.EnumInvalidMemberInitializerSymbolType:UA.EnumInvalidMemberInitializerPrimaryType:UA.EnumInvalidMemberInitializerUnknownType,ml,Al)}flowEnumErrorNumberMemberNotInitialized(ml,Al){this.raise(UA.EnumNumberMemberNotInitialized,ml,Al)}flowEnumErrorStringMemberInconsistentlyInitialized(ml,Al){this.raise(UA.EnumStringMemberInconsistentlyInitialized,ml,Al)}flowEnumMemberInit(){let ml=this.state.startLoc,s=()=>this.match(8)||this.match(4);switch(this.state.type){case 131:{let ml=this.parseNumericLiteral(this.state.value);if(s())return{type:"number",loc:ml.start,value:ml};break}case 130:{let ml=this.parseStringLiteral(this.state.value);if(s())return{type:"string",loc:ml.start,value:ml};break}case 81:case 82:{let ml=this.parseBooleanLiteral(this.match(81));if(s())return{type:"boolean",loc:ml.start,value:ml}}}return{type:"invalid",loc:ml}}flowEnumMemberRaw(){let ml=this.state.startLoc,Al=this.parseIdentifier(!0),Rl=this.eat(25)?this.flowEnumMemberInit():{type:"none",loc:ml};return{id:Al,init:Rl}}flowEnumCheckExplicitTypeMismatch(ml,Al,Rl){let{explicitType:zl}=Al;zl!==null&&zl!==Rl&&this.flowEnumErrorInvalidMemberInitializer(ml,Al)}flowEnumMembers({enumName:ml,explicitType:Al}){let Rl=new Set,zl={booleanMembers:[],numberMembers:[],stringMembers:[],defaultedMembers:[]},rd=!1;for(;!this.match(4);){if(this.eat(17)){rd=!0;break}let yh=this.startNode(),{id:kh,init:Qh}=this.flowEnumMemberRaw(),cf=kh.name;if(cf==="")continue;/^[a-z]/.test(cf)&&this.raise(UA.EnumInvalidMemberName,kh,{memberName:cf,suggestion:cf[0].toUpperCase()+cf.slice(1),enumName:ml}),Rl.has(cf)&&this.raise(UA.EnumDuplicateMemberName,kh,{memberName:cf,enumName:ml}),Rl.add(cf);let t_={enumName:ml,explicitType:Al,memberName:cf};switch(yh.id=kh,Qh.type){case"boolean":{this.flowEnumCheckExplicitTypeMismatch(Qh.loc,t_,"boolean"),yh.init=Qh.value,zl.booleanMembers.push(this.finishNode(yh,"EnumBooleanMember"));break}case"number":{this.flowEnumCheckExplicitTypeMismatch(Qh.loc,t_,"number"),yh.init=Qh.value,zl.numberMembers.push(this.finishNode(yh,"EnumNumberMember"));break}case"string":{this.flowEnumCheckExplicitTypeMismatch(Qh.loc,t_,"string"),yh.init=Qh.value,zl.stringMembers.push(this.finishNode(yh,"EnumStringMember"));break}case"invalid":throw this.flowEnumErrorInvalidMemberInitializer(Qh.loc,t_);case"none":switch(Al){case"boolean":this.flowEnumErrorBooleanMemberNotInitialized(Qh.loc,t_);break;case"number":this.flowEnumErrorNumberMemberNotInitialized(Qh.loc,t_);break;default:zl.defaultedMembers.push(this.finishNode(yh,"EnumDefaultedMember"))}}this.match(4)||this.expect(8)}return{members:zl,hasUnknownMembers:rd}}flowEnumStringMembers(ml,Al,{enumName:Rl}){if(ml.length===0)return Al;if(Al.length===0)return ml;if(Al.length>ml.length){for(let Al of ml)this.flowEnumErrorStringMemberInconsistentlyInitialized(Al,{enumName:Rl});return Al}else{for(let ml of Al)this.flowEnumErrorStringMemberInconsistentlyInitialized(ml,{enumName:Rl});return ml}}flowEnumParseExplicitType({enumName:ml}){if(!this.eatContextual(98))return null;if(!C(this.state.type))throw this.raise(UA.EnumInvalidExplicitTypeUnknownSupplied,this.state.startLoc,{enumName:ml});let{value:Al}=this.state;return this.next(),Al!=="boolean"&&Al!=="number"&&Al!=="string"&&Al!=="symbol"&&this.raise(UA.EnumInvalidExplicitType,this.state.startLoc,{enumName:ml,invalidEnumType:Al}),Al}flowEnumBody(ml,Al){let Rl=Al.name,zl=Al.start,rd=this.flowEnumParseExplicitType({enumName:Rl});this.expect(2);let{members:yh,hasUnknownMembers:kh}=this.flowEnumMembers({enumName:Rl,explicitType:rd});switch(ml.hasUnknownMembers=kh,rd){case"boolean":return ml.explicitType=!0,ml.members=yh.booleanMembers,this.expect(4),this.finishNode(ml,"EnumBooleanBody");case"number":return ml.explicitType=!0,ml.members=yh.numberMembers,this.expect(4),this.finishNode(ml,"EnumNumberBody");case"string":return ml.explicitType=!0,ml.members=this.flowEnumStringMembers(yh.stringMembers,yh.defaultedMembers,{enumName:Rl}),this.expect(4),this.finishNode(ml,"EnumStringBody");case"symbol":return ml.members=yh.defaultedMembers,this.expect(4),this.finishNode(ml,"EnumSymbolBody");default:{let c=()=>(ml.members=[],this.expect(4),this.finishNode(ml,"EnumStringBody"));ml.explicitType=!1;let Al=yh.booleanMembers.length,rd=yh.numberMembers.length,kh=yh.stringMembers.length,Qh=yh.defaultedMembers.length;if(!Al&&!rd&&!kh&&!Qh)return c();if(!Al&&!rd)return ml.members=this.flowEnumStringMembers(yh.stringMembers,yh.defaultedMembers,{enumName:Rl}),this.expect(4),this.finishNode(ml,"EnumStringBody");if(!rd&&!kh&&Al>=Qh){for(let ml of yh.defaultedMembers)this.flowEnumErrorBooleanMemberNotInitialized(ml.start,{enumName:Rl,memberName:ml.id.name});return ml.members=yh.booleanMembers,this.expect(4),this.finishNode(ml,"EnumBooleanBody")}else if(!Al&&!kh&&rd>=Qh){for(let ml of yh.defaultedMembers)this.flowEnumErrorNumberMemberNotInitialized(ml.start,{enumName:Rl,memberName:ml.id.name});return ml.members=yh.numberMembers,this.expect(4),this.finishNode(ml,"EnumNumberBody")}else return this.raise(UA.EnumInconsistentMemberValues,zl,{enumName:Rl}),c()}}}flowParseEnumDeclaration(ml){let Al=this.parseIdentifier();return ml.id=Al,ml.body=this.flowEnumBody(this.startNode(),Al),this.finishNode(ml,"EnumDeclaration")}jsxParseOpeningElementAfterName(ml){return this.shouldParseTypes()&&(this.match(43)||this.match(47))&&(ml.typeArguments=this.flowParseTypeParameterInstantiationInExpression()),super.jsxParseOpeningElementAfterName(ml)}isLookaheadToken_lt(){let ml=this.nextTokenStart();if(this.input.charCodeAt(ml)===60){let Al=this.input.charCodeAt(ml+1);return Al!==60&&Al!==61}return!1}reScan_lt_gt(){let{type:ml}=this.state;ml===43?(this.state.pos-=1,this.readToken_lt()):ml===44&&(this.state.pos-=1,this.readToken_gt())}reScan_lt(){let{type:ml}=this.state;return ml===47?(this.state.pos-=2,this.finishOp(43,1),43):ml}maybeUnwrapTypeCastExpression(ml){return ml.type==="TypeCastExpression"?ml.expression:ml}};var $A=/\r\n|[\r\n\u2028\u2029]/,JA=new RegExp($A.source,"g");function tt(ml){switch(ml){case 10:case 13:case 8232:case 8233:return!0;default:return!1}}function qe(ml,Al,Rl){for(let zl=Al;zl`Expected corresponding JSX closing tag for <${ml}>.`,MissingClosingTagFragment:"Expected corresponding JSX closing tag for <>.",UnexpectedSequenceExpression:"Sequence expressions cannot be directly nested inside JSX. Did you mean to wrap it in parentheses (...)?",UnexpectedToken:({unexpected:ml,HTMLEntity:Al})=>`Unexpected token \`${ml}\`. Did you mean \`${Al}\` or \`{'${ml}'}\`?`,UnsupportedJsxValue:"JSX value should be either an expression or a quoted JSX text.",UnterminatedJsxContent:"Unterminated JSX contents.",UnwrappedAdjacentJSXElements:"Adjacent JSX elements must be wrapped in an enclosing tag. Did you want a JSX fragment <>...?"},zA=F`jsx`(WA);function q(ml){return ml?ml.type==="JSXOpeningFragment"||ml.type==="JSXClosingFragment":!1}function Z(ml){if(ml.type==="JSXIdentifier")return ml.name;if(ml.type==="JSXNamespacedName")return ml.namespace.name+":"+ml.name.name;if(ml.type==="JSXMemberExpression")return Z(ml.object)+"."+Z(ml.property);throw new Error("Node had unexpected type: "+ml.type)}var Zi=ml=>class extends ml{jsxReadToken(){let ml="",Al=this.state.pos;for(;;){if(this.state.pos>=this.length)throw this.raise(zA.UnterminatedJsxContent,this.state.startLoc);let Rl=this.input.charCodeAt(this.state.pos);switch(Rl){case 60:case 123:if(this.state.pos===this.state.start){Rl===60&&this.state.canStartJSXElement?(++this.state.pos,this.finishToken(138)):super.getTokenFromCode(Rl);return}ml+=this.input.slice(Al,this.state.pos),this.finishToken(137,ml);return;case 38:ml+=this.input.slice(Al,this.state.pos),ml+=this.jsxReadEntity(),Al=this.state.pos;break;case 62:case 125:this.raise(zA.UnexpectedToken,this.state.curPosition(),{unexpected:this.input[this.state.pos],HTMLEntity:Rl===125?"}":">"});default:tt(Rl)?(ml+=this.input.slice(Al,this.state.pos),ml+=this.jsxReadNewLine(!0),Al=this.state.pos):++this.state.pos}}}jsxReadNewLine(ml){let Al=this.input.charCodeAt(this.state.pos),Rl;return++this.state.pos,Al===13&&this.input.charCodeAt(this.state.pos)===10?(++this.state.pos,Rl=ml?`\n`:`\r\n`):Rl=String.fromCharCode(Al),++this.state.curLine,this.state.lineStart=this.state.pos,Rl}jsxReadString(ml){let Al="",Rl=++this.state.pos;for(;;){if(this.state.pos>=this.length)throw this.raise(sA.UnterminatedString,this.state.startLoc);let zl=this.input.charCodeAt(this.state.pos);if(zl===ml)break;zl===38?(Al+=this.input.slice(Rl,this.state.pos),Al+=this.jsxReadEntity(),Rl=this.state.pos):tt(zl)?(Al+=this.input.slice(Rl,this.state.pos),Al+=this.jsxReadNewLine(!1),Rl=this.state.pos):++this.state.pos}Al+=this.input.slice(Rl,this.state.pos++),this.finishToken(130,Al)}jsxReadEntity(){let ml=++this.state.pos;if(this.codePointAtPos(this.state.pos)===35){++this.state.pos;let ml=10;this.codePointAtPos(this.state.pos)===120&&(ml=16,++this.state.pos);let Al=this.readInt(ml,void 0,!1,"bail");if(Al!==null&&this.codePointAtPos(this.state.pos)===59)return++this.state.pos,String.fromCodePoint(Al)}else{let Al=0,Rl=!1;for(;Al++<10&&this.state.pos=2&&ml[ml.length-1].flags===0&&(ml[ml.length-2].flags&2048)>0}importsStack=[];createScope(ml){return this.importsStack.push(new Set),new YA(ml)}enter(ml){ml&3072&&this.importsStack.push(new Set),super.enter(ml)}exit(){let ml=super.exit();return ml&3072&&this.importsStack.pop(),ml}hasImport(ml,Al){let Rl=this.importsStack.length;if(this.importsStack[Rl-1].has(ml))return!0;if(!Al&&Rl>1){for(let Al=0;Al0){if(Rl&256){let ml=(Rl&512)>0,Al=(zl&4)>0;return ml!==Al}return!0}return Rl&128&&(zl&8)>0?ml.names.get(Al)&2?!!(Rl&1):!1:Rl&2&&(zl&1)>0?!0:super.isRedeclaredInScope(ml,Al,Rl)}checkLocalExport(ml){let{name:Al}=ml;if(this.hasImport(Al))return;let Rl=this.scopeStack.length;for(let ml=Rl-1;ml>=0;ml--){let Rl=this.scopeStack[ml].tsNames.get(Al);if((Rl&1)>0||(Rl&16)>0)return}super.checkLocalExport(ml)}},XA=class{sawUnambiguousESM=!1;ambiguousScriptDifferentAst=!1;sourceToOffsetPos(ml){return ml+this.startIndex}offsetToSourcePos(ml){return ml-this.startIndex}hasPlugin(ml){if(typeof ml=="string")return this.plugins.has(ml);{let[Al,Rl]=ml;if(!this.hasPlugin(Al))return!1;let zl=this.plugins.get(Al);for(let ml of Object.keys(Rl))if(zl?.[ml]!==Rl[ml])return!1;return!0}}getPluginOption(ml,Al){return this.plugins.get(ml)?.[Al]}};function ns(ml,Al){ml.trailingComments===void 0?ml.trailingComments=Al:ml.trailingComments.unshift(...Al)}function tr(ml,Al){ml.leadingComments===void 0?ml.leadingComments=Al:ml.leadingComments.unshift(...Al)}function Pt(ml,Al){ml.innerComments===void 0?ml.innerComments=Al:ml.innerComments.unshift(...Al)}function $(ml,Al,Rl){let zl=null,rd=Al.length;for(;zl===null&&rd>0;)zl=Al[--rd];zl===null||zl.start>Rl.start?Pt(ml,Rl.comments):ns(zl,Rl.comments)}var ZA=class extends XA{addComment(ml){this.filename&&(ml.loc.filename=this.filename);let{commentsLen:Al}=this.state;this.comments.length!==Al&&(this.comments.length=Al),this.comments.push(ml),this.state.commentsLen++}processComment(ml){let{commentStack:Al}=this.state,Rl=Al.length;if(Rl===0)return;let zl=Rl-1,rd=Al[zl];rd.start===ml.end&&(rd.leadingNode=ml,zl--);let yh=ml.start;for(;zl>=0;zl--){let Rl=Al[zl],rd=Rl.end;if(rd>yh)Rl.containingNode=ml,this.finalizeComment(Rl),Al.splice(zl,1);else{rd===yh&&(Rl.trailingNode=ml);break}}}finalizeComment(ml){let{comments:Al}=ml;if(ml.leadingNode!==null||ml.trailingNode!==null)ml.leadingNode!==null&&ns(ml.leadingNode,Al),ml.trailingNode!==null&&tr(ml.trailingNode,Al);else{let Rl=ml.containingNode,zl=ml.start;if(this.input.charCodeAt(this.offsetToSourcePos(zl)-1)===44)switch(Rl.type){case"ObjectExpression":case"ObjectPattern":$(Rl,Rl.properties,ml);break;case"CallExpression":case"NewExpression":case"OptionalCallExpression":$(Rl,Rl.arguments,ml);break;case"ImportExpression":$(Rl,[Rl.source,Rl.options??null],ml);break;case"FunctionDeclaration":case"FunctionExpression":case"ArrowFunctionExpression":case"ObjectMethod":case"ClassMethod":case"ClassPrivateMethod":case"TSTypeParameterDeclaration":$(Rl,Rl.params,ml);break;case"ArrayExpression":case"ArrayPattern":$(Rl,Rl.elements,ml);break;case"ExportNamedDeclaration":case"ImportDeclaration":$(Rl,Rl.specifiers,ml);break;case"TSEnumBody":$(Rl,Rl.members,ml);break;case"TSInterfaceBody":$(Rl,Rl.body,ml);break;default:Pt(Rl,Al)}else Pt(Rl,Al)}}finalizeRemainingComments(){let{commentStack:ml}=this.state;for(let Al=ml.length-1;Al>=0;Al--)this.finalizeComment(ml[Al]);this.state.commentStack=[]}resetPreviousNodeTrailingComments(ml){let{commentStack:Al}=this.state,{length:Rl}=Al;if(Rl===0)return;let zl=Al[Rl-1];zl.leadingNode===ml&&(zl.leadingNode=null)}takeSurroundingComments(ml,Al,Rl){let{commentStack:zl}=this.state,rd=zl.length;if(rd===0)return;let yh=rd-1;for(;yh>=0;yh--){let rd=zl[yh],kh=rd.end;if(rd.start===Rl)rd.leadingNode=ml;else if(kh===Al)rd.trailingNode=ml;else if(kh0}set strict(ml){ml?this.flags|=1:this.flags&=-2}startIndex;curLine;lineStart;startLoc;endLoc;init({strictMode:ml,sourceType:Al,startIndex:Rl,startLine:zl,startColumn:rd}){this.strict=ml===!1?!1:ml===!0?!0:Al==="module",this.startIndex=Rl,this.curLine=zl,this.lineStart=-rd,this.startLoc=this.endLoc=new u_(zl,rd,Rl)}errors=[];noArrowAt=[];noArrowParamsConversionAt=[];get canStartArrow(){return(this.flags&2)>0}set canStartArrow(ml){ml?this.flags|=2:this.flags&=-3}get inType(){return(this.flags&4)>0}set inType(ml){ml?this.flags|=4:this.flags&=-5}get noAnonFunctionType(){return(this.flags&8)>0}set noAnonFunctionType(ml){ml?this.flags|=8:this.flags&=-9}get hasFlowComment(){return(this.flags&16)>0}set hasFlowComment(ml){ml?this.flags|=16:this.flags&=-17}get isAmbientContext(){return(this.flags&32)>0}set isAmbientContext(ml){ml?this.flags|=32:this.flags&=-33}get inAbstractClass(){return(this.flags&64)>0}set inAbstractClass(ml){ml?this.flags|=64:this.flags&=-65}get inDisallowConditionalTypesContext(){return(this.flags&128)>0}set inDisallowConditionalTypesContext(ml){ml?this.flags|=128:this.flags&=-129}get inConditionalConsequent(){return(this.flags&256)>0}set inConditionalConsequent(ml){ml?this.flags|=256:this.flags&=-257}get inHackPipelineBody(){return(this.flags&512)>0}set inHackPipelineBody(ml){ml?this.flags|=512:this.flags&=-513}get seenTopicReference(){return(this.flags&1024)>0}set seenTopicReference(ml){ml?this.flags|=1024:this.flags&=-1025}labels=[];commentsLen=0;commentStack=[];pos=0;type=135;value=null;start=0;end=0;lastTokEndLoc=null;lastTokStartLoc=null;context=[wA.brace];get canStartJSXElement(){return(this.flags&2048)>0}set canStartJSXElement(ml){ml?this.flags|=2048:this.flags&=-2049}get containsEsc(){return(this.flags&4096)>0}set containsEsc(ml){ml?this.flags|=4096:this.flags&=-4097}firstInvalidTemplateEscapePos=null;get hasTopLevelAwait(){return(this.flags&8192)>0}set hasTopLevelAwait(ml){ml?this.flags|=8192:this.flags&=-8193}strictErrors=new Map;tokensLength=0;curPosition(){return new u_(this.curLine,this.pos-this.lineStart,this.pos+this.startIndex)}clone(){let ml=new a;return ml.flags=this.flags,ml.startIndex=this.startIndex,ml.curLine=this.curLine,ml.lineStart=this.lineStart,ml.startLoc=this.startLoc,ml.endLoc=this.endLoc,ml.errors=this.errors.slice(),ml.noArrowAt=this.noArrowAt.slice(),ml.noArrowParamsConversionAt=this.noArrowParamsConversionAt.slice(),ml.labels=this.labels.slice(),ml.commentsLen=this.commentsLen,ml.commentStack=this.commentStack.slice(),ml.pos=this.pos,ml.type=this.type,ml.value=this.value,ml.start=this.start,ml.end=this.end,ml.lastTokEndLoc=this.lastTokEndLoc,ml.lastTokStartLoc=this.lastTokStartLoc,ml.context=this.context.slice(),ml.firstInvalidTemplateEscapePos=this.firstInvalidTemplateEscapePos,ml.strictErrors=this.strictErrors,ml.tokensLength=this.tokensLength,ml}},er=function(ml){return ml>=48&&ml<=57},my={decBinOct:new Set([46,66,69,79,95,98,101,111]),hex:new Set([46,88,95,120])},vy={bin:ml=>ml===48||ml===49,oct:ml=>ml>=48&&ml<=55,dec:ml=>ml>=48&&ml<=57,hex:ml=>ml>=48&&ml<=57||ml>=65&&ml<=70||ml>=97&&ml<=102};function ze(ml,Al,Rl,zl,rd,yh){let kh=Rl,Qh=zl,cf=rd,t_="",r_=null,u_=Rl,{length:C_}=Al;for(;;){if(Rl>=C_){yh.unterminated(kh,Qh,cf),t_+=Al.slice(u_,Rl);break}let D_=Al.charCodeAt(Rl);if(sr(ml,D_,Al,Rl)){t_+=Al.slice(u_,Rl);break}if(D_===92){t_+=Al.slice(u_,Rl);let kh=ir(Al,Rl,zl,rd,ml==="template",yh);kh.ch===null&&!r_?r_={pos:Rl,lineStart:zl,curLine:rd}:t_+=kh.ch,({pos:Rl,lineStart:zl,curLine:rd}=kh),u_=Rl}else D_===8232||D_===8233?(++Rl,++rd,zl=Rl):D_===10||D_===13?ml==="template"?(t_+=Al.slice(u_,Rl)+`\n`,++Rl,D_===13&&Al.charCodeAt(Rl)===10&&++Rl,++rd,u_=zl=Rl):yh.unterminated(kh,Qh,cf):++Rl}return{pos:Rl,str:t_,firstInvalidLoc:r_,lineStart:zl,curLine:rd}}function sr(ml,Al,Rl,zl){return ml==="template"?Al===96||Al===36&&Rl.charCodeAt(zl+1)===123:Al===(ml==="double"?34:39)}function ir(ml,Al,Rl,zl,rd,yh){let kh=!rd;Al++;let o=ml=>({pos:Al,ch:ml,lineStart:Rl,curLine:zl}),Qh=ml.charCodeAt(Al++);switch(Qh){case 110:return o(`\n`);case 114:return o("\r");case 120:{let rd;return({code:rd,pos:Al}=ae(ml,Al,Rl,zl,2,!1,kh,yh)),o(rd===null?null:String.fromCharCode(rd))}case 117:{let rd;return({code:rd,pos:Al}=hs(ml,Al,Rl,zl,kh,yh)),o(rd===null?null:String.fromCodePoint(rd))}case 116:return o("\t");case 98:return o("\b");case 118:return o("\v");case 102:return o("\f");case 13:ml.charCodeAt(Al)===10&&++Al;case 10:Rl=Al,++zl;case 8232:case 8233:return o("");case 56:case 57:if(rd)return o(null);yh.strictNumericEscape(Al-1,Rl,zl);default:if(Qh>=48&&Qh<=55){let kh=Al-1,Qh=/^[0-7]+/.exec(ml.slice(kh,Al+2))[0],cf=parseInt(Qh,8);cf>255&&(Qh=Qh.slice(0,-1),cf=parseInt(Qh,8)),Al+=Qh.length-1;let t_=ml.charCodeAt(Al);if(Qh!=="0"||t_===56||t_===57){if(rd)return o(null);yh.strictNumericEscape(kh,Rl,zl)}return o(String.fromCharCode(cf))}return o(String.fromCharCode(Qh))}}function ae(ml,Al,Rl,zl,rd,yh,kh,Qh){let cf=Al,t_;return({n:t_,pos:Al}=os(ml,Al,Rl,zl,16,rd,yh,!1,Qh,!kh)),t_===null&&(kh?Qh.invalidEscapeSequence(cf,Rl,zl):Al=cf-1),{code:t_,pos:Al}}function os(ml,Al,Rl,zl,rd,yh,kh,Qh,cf,t_){let r_=Al,u_=rd===16?my.hex:my.decBinOct,C_=rd===16?vy.hex:rd===10?vy.dec:rd===8?vy.oct:vy.bin,D_=!1,S_=0;for(let r_=0,P_=yh??1/0;r_=97?r_=yh-97+10:yh>=65?r_=yh-65+10:er(yh)?r_=yh-48:r_=1/0,r_>=rd){if(r_<=9&&t_)return{n:null,pos:Al};if(r_<=9&&cf.invalidDigit(Al,Rl,zl,rd))r_=0;else if(kh)r_=0,D_=!0;else break}++Al,S_=S_*rd+r_}return Al===r_||yh!=null&&Al-r_!==yh||D_?{n:null,pos:Al}:{n:S_,pos:Al}}function hs(ml,Al,Rl,zl,rd,yh){let kh=ml.charCodeAt(Al),Qh;if(kh===123){if(++Al,({code:Qh,pos:Al}=ae(ml,Al,Rl,zl,ml.indexOf("}",Al)-Al,!0,rd,yh)),++Al,Qh!==null&&Qh>1114111)if(rd)yh.invalidCodePoint(Al,Rl,zl);else return{code:null,pos:Al}}else({code:Qh,pos:Al}=ae(ml,Al,Rl,zl,4,!1,rd,yh));return{code:Qh,pos:Al}}function ut(ml,Al,Rl){return new u_(Rl,ml-Al,ml)}var xy=new Set([103,109,115,105,121,117,100,118]),Ty=class{constructor(ml){let Al=ml.startIndex||0;this.type=ml.type,this.value=ml.value,this.start=Al+ml.start,this.end=Al+ml.end,this.loc=new C_(ml.startLoc,ml.endLoc)}},Qy,Ky=class extends ZA{isLookahead;tokens=[];constructor(ml,Al){super(),this.state=new dy,this.state.init(ml),this.input=Al,this.length=Al.length,this.comments=[],this.isLookahead=!1,(!Qy||Qy.length<(this.length+1)*2)&&(Qy=new Uint32Array((this.length+1)*2)),this.locData=Qy}setLoc(ml){let Al=this.offsetToSourcePos(ml.index);this.locData[Al*2]=ml.line,this.locData[Al*2+1]=ml.column}getLoc(ml){let Al=this.offsetToSourcePos(ml);return new u_(this.locData[Al*2],this.locData[Al*2+1],ml)}pushToken(ml){this.tokens.length=this.state.tokensLength,this.tokens.push(ml),++this.state.tokensLength}next(){this.checkKeywordEscapes(),this.optionFlags&512&&this.pushToken(new Ty(this.state)),this.state.lastTokEndLoc=this.state.endLoc,this.state.lastTokStartLoc=this.state.startLoc,this.nextToken()}eat(ml){return this.match(ml)?(this.next(),!0):!1}match(ml){return this.state.type===ml}createLookaheadState(ml){return{pos:ml.pos,value:null,type:ml.type,start:ml.start,end:ml.end,context:[this.curContext()],inType:ml.inType,startLoc:ml.startLoc,lastTokEndLoc:ml.lastTokEndLoc,curLine:ml.curLine,lineStart:ml.lineStart,curPosition:ml.curPosition}}lookahead(){let ml=this.state;this.state=this.createLookaheadState(ml),this.isLookahead=!0,this.nextToken(),this.isLookahead=!1;let Al=this.state;return this.state=ml,Al}nextTokenStart(){return this.nextTokenStartSince(this.state.pos)}nextTokenStartSince(ml){return HA.lastIndex=ml,HA.test(this.input)?HA.lastIndex:ml}lookaheadCharCode(){return this.lookaheadCharCodeSince(this.state.pos)}lookaheadCharCodeSince(ml){return this.input.charCodeAt(this.nextTokenStartSince(ml))}nextTokenInLineStart(){return this.nextTokenInLineStartSince(this.state.pos)}nextTokenInLineStartSince(ml){return VA.lastIndex=ml,VA.test(this.input)?VA.lastIndex:ml}lookaheadInLineCharCode(){return this.input.charCodeAt(this.nextTokenInLineStart())}codePointAtPos(ml){let Al=this.input.charCodeAt(ml);if((Al&64512)===55296&&++mlthis.raise(ml,Al)),this.state.strictErrors.clear())}curContext(){return this.state.context[this.state.context.length-1]}nextToken(){if(this.skipSpace(),this.state.start=this.state.pos,this.isLookahead||(this.state.startLoc=this.state.curPosition()),this.state.pos>=this.length){this.finishToken(135);return}this.getTokenFromCode(this.codePointAtPos(this.state.pos))}skipBlockComment(ml){let Al;this.isLookahead||(Al=this.state.curPosition());let Rl=this.state.pos,zl=this.input.indexOf(ml,Rl+2);if(zl===-1)throw this.raise(sA.UnterminatedComment,this.state.curPosition());for(this.state.pos=zl+ml.length,JA.lastIndex=Rl+2;JA.test(this.input)&&JA.lastIndex<=zl;)++this.state.curLine,this.state.lineStart=JA.lastIndex;if(this.isLookahead)return;let rd={type:"CommentBlock",value:this.input.slice(Rl+2,zl),start:this.sourceToOffsetPos(Rl),end:this.sourceToOffsetPos(zl+ml.length),loc:new C_(Al,this.state.curPosition())};return this.optionFlags&512&&this.pushToken(rd),rd}skipLineComment(ml){let Al=this.state.pos,Rl;this.isLookahead||(Rl=this.state.curPosition());let zl=this.input.charCodeAt(this.state.pos+=ml);if(this.state.posml)){let ml=this.skipLineComment(3);ml!==void 0&&(this.addComment(ml),Al?.push(ml))}else break e}else if(Rl===60&&!this.inModule&&this.optionFlags&16384){let ml=this.state.pos;if(this.input.charCodeAt(ml+1)===33&&this.input.charCodeAt(ml+2)===45&&this.input.charCodeAt(ml+3)===45){let ml=this.skipLineComment(4);ml!==void 0&&(this.addComment(ml),Al?.push(ml))}else break e}else break e}}if(Al?.length>0){let Rl=this.state.pos,zl={start:this.sourceToOffsetPos(ml),end:this.sourceToOffsetPos(Rl),comments:Al,leadingNode:null,trailingNode:null,containingNode:null};this.state.commentStack.push(zl)}}finishToken(ml,Al){this.state.end=this.state.pos,this.state.endLoc=this.state.curPosition();let Rl=this.state.type;this.state.type=ml,this.state.value=Al,this.isLookahead||this.updateContext(Rl)}replaceToken(ml){this.state.type=ml,this.updateContext()}readToken_numberSign(){if(this.state.pos===0&&this.readToken_interpreter())return;let ml=this.state.pos+1,Al=this.codePointAtPos(ml);if(Al>=48&&Al<=57)throw this.raise(sA.UnexpectedDigitAfterHash,this.state.curPosition());R(Al)?(++this.state.pos,this.finishToken(134,this.readWord1(Al))):Al===92?(++this.state.pos,this.finishToken(134,this.readWord1())):this.finishOp(23,1)}readToken_dot(){let ml=this.input.charCodeAt(this.state.pos+1);if(ml>=48&&ml<=57){this.readNumber(!0);return}ml===46&&this.input.charCodeAt(this.state.pos+2)===46?(this.state.pos+=3,this.finishToken(17)):(++this.state.pos,this.finishToken(12))}readToken_slash(){this.input.charCodeAt(this.state.pos+1)===61?this.finishOp(27,2):this.finishOp(52,1)}readToken_interpreter(){if(this.state.pos!==0||this.length<2)return!1;let ml=this.input.charCodeAt(this.state.pos+1);if(ml!==33)return!1;let Al=this.state.pos;for(this.state.pos+=1;!tt(ml)&&++this.state.pos=48&&Al<=57)?(this.state.pos+=2,this.finishToken(14)):(++this.state.pos,this.finishToken(13))}getTokenFromCode(ml){switch(ml){case 46:this.readToken_dot();return;case 40:++this.state.pos,this.finishToken(6);return;case 41:++this.state.pos,this.finishToken(7);return;case 59:++this.state.pos,this.finishToken(9);return;case 44:++this.state.pos,this.finishToken(8);return;case 91:++this.state.pos,this.finishToken(0);return;case 93:++this.state.pos,this.finishToken(1);return;case 123:++this.state.pos,this.finishToken(2);return;case 125:++this.state.pos,this.finishToken(4);return;case 58:this.hasPlugin("functionBind")&&this.input.charCodeAt(this.state.pos+1)===58?this.finishOp(11,2):(++this.state.pos,this.finishToken(10));return;case 63:this.readToken_question();return;case 96:this.readTemplateToken();return;case 48:{let ml=this.input.charCodeAt(this.state.pos+1);if(ml===120||ml===88){this.readRadixNumber(16);return}if(ml===111||ml===79){this.readRadixNumber(8);return}if(ml===98||ml===66){this.readRadixNumber(2);return}}case 49:case 50:case 51:case 52:case 53:case 54:case 55:case 56:case 57:this.readNumber(!1);return;case 34:case 39:this.readString(ml);return;case 47:this.readToken_slash();return;case 37:case 42:this.readToken_mult_modulo(ml);return;case 124:case 38:this.readToken_pipe_amp(ml);return;case 94:this.readToken_caret();return;case 43:case 45:this.readToken_plus_min(ml);return;case 60:this.readToken_lt();return;case 62:this.readToken_gt();return;case 61:case 33:this.readToken_eq_excl(ml);return;case 126:this.finishOp(32,1);return;case 64:this.readToken_atSign();return;case 35:this.readToken_numberSign();return;case 92:this.readWord();return;default:if(R(ml)){this.readWord(ml);return}}throw this.raise(sA.InvalidOrUnexpectedToken,this.state.curPosition(),{unexpected:String.fromCodePoint(ml)})}finishOp(ml,Al){let Rl=this.input.slice(this.state.pos,this.state.pos+Al);this.state.pos+=Al,this.finishToken(ml,Rl)}readRegexp(){let ml=this.state.startLoc,Al=this.state.start+1,Rl,zl,{pos:rd}=this.state;for(;;++rd){if(rd>=this.length)throw this.raise(sA.UnterminatedRegExp,O(ml,1));let Al=this.input.charCodeAt(rd);if(tt(Al))throw this.raise(sA.UnterminatedRegExp,O(ml,1));if(Rl)Rl=!1;else{if(Al===91)zl=!0;else if(Al===93&&zl)zl=!1;else if(Al===47&&!zl)break;Rl=Al===92}}let yh=this.input.slice(Al,rd);++rd;let kh="",h=()=>O(ml,rd+2-Al);for(;rd=2&&this.input.charCodeAt(Al)===48;if(kh){let ml=this.input.slice(Al,this.state.pos);if(this.recordStrictModeErrors(sA.StrictOctalLiteral,Rl),!this.state.strict){let Al=ml.indexOf("_");Al>0&&this.raise(sA.ZeroDigitNumericSeparator,O(Rl,Al))}yh=kh&&!/[89]/.test(ml)}let Qh=this.input.charCodeAt(this.state.pos);Qh===46&&!yh&&(++this.state.pos,this.readInt(10),zl=!0,Qh=this.input.charCodeAt(this.state.pos)),(Qh===69||Qh===101)&&!yh&&(Qh=this.input.charCodeAt(++this.state.pos),(Qh===43||Qh===45)&&++this.state.pos,this.readInt(10)===null&&this.raise(sA.InvalidOrMissingExponent,Rl),zl=!0,Qh=this.input.charCodeAt(this.state.pos));let t_=cf(0,this.input.slice(Al,this.state.pos),"_","");if(Qh===110&&((zl||kh)&&this.raise(sA.InvalidBigIntLiteral,Rl),++this.state.pos,rd=!0),R(this.codePointAtPos(this.state.pos)))throw this.raise(sA.NumberIdentifier,this.state.curPosition());if(rd){this.finishToken(132,t_);return}let r_=yh?parseInt(t_,8):parseFloat(t_);this.finishToken(131,r_)}readCodePoint(ml){let{code:Al,pos:Rl}=hs(this.input,this.state.pos,this.state.lineStart,this.state.curLine,ml,this.errorHandlers_readCodePoint);return this.state.pos=Rl,Al}readString(ml){let{str:Al,pos:Rl,curLine:zl,lineStart:rd}=ze(ml===34?"double":"single",this.input,this.state.pos+1,this.state.lineStart,this.state.curLine,this.errorHandlers_readStringContents_string);this.state.pos=Rl+1,this.state.lineStart=rd,this.state.curLine=zl,this.finishToken(130,Al)}readTemplateContinuation(){this.match(4)||this.unexpected(null,4),this.state.pos--,this.readTemplateToken()}readTemplateToken(){let ml=this.input[this.state.pos],{str:Al,firstInvalidLoc:Rl,pos:zl,curLine:rd,lineStart:yh}=ze("template",this.input,this.state.pos+1,this.state.lineStart,this.state.curLine,this.errorHandlers_readStringContents_template);this.state.pos=zl+1,this.state.lineStart=yh,this.state.curLine=rd,Rl&&(this.state.firstInvalidTemplateEscapePos=new u_(Rl.curLine,Rl.pos-Rl.lineStart,this.sourceToOffsetPos(Rl.pos))),this.input.codePointAt(zl)===96?this.finishToken(20,Rl?null:ml+Al+"`"):(this.state.pos++,this.finishToken(21,Rl?null:ml+Al+"${"))}recordStrictModeErrors(ml,Al){let Rl=Al.index;this.state.strict&&!this.state.strictErrors.has(Rl)?this.raise(ml,Al):this.state.strictErrors.set(Rl,[ml,Al])}readWord1(ml){this.state.containsEsc=!1;let Al="",Rl=this.state.pos,zl=this.state.pos;for(ml!==void 0&&(this.state.pos+=ml<=65535?1:2);this.state.pos=0;Al--){let kh=yh[Al];if(kh.pos===rd)return yh[Al]=ml(zl,rd,Rl);if(kh.posthis.hasPlugin(ml)))throw this.raise(sA.MissingOneOfPlugins,this.state.startLoc,{missingPlugin:ml})}errorBuilder(ml){return(Al,Rl,zl)=>{this.raise(ml,ut(Al,Rl,zl))}}errorHandlers_readInt={invalidDigit:(ml,Al,Rl,zl)=>this.optionFlags&4096?(this.raise(sA.InvalidDigit,ut(ml,Al,Rl),{radix:zl}),!0):!1,numericSeparatorInEscapeSequence:this.errorBuilder(sA.NumericSeparatorInEscapeSequence),unexpectedNumericSeparator:this.errorBuilder(sA.UnexpectedNumericSeparator)};errorHandlers_readCodePoint={...this.errorHandlers_readInt,invalidEscapeSequence:this.errorBuilder(sA.InvalidEscapeSequence),invalidCodePoint:this.errorBuilder(sA.InvalidCodePoint)};errorHandlers_readStringContents_string={...this.errorHandlers_readCodePoint,strictNumericEscape:(ml,Al,Rl)=>{this.recordStrictModeErrors(sA.StrictNumericEscape,ut(ml,Al,Rl))},unterminated:(ml,Al,Rl)=>{throw this.raise(sA.UnterminatedString,ut(ml-1,Al,Rl))}};errorHandlers_readStringContents_template={...this.errorHandlers_readCodePoint,strictNumericEscape:this.errorBuilder(sA.StrictNumericEscape),unterminated:(ml,Al,Rl)=>{throw this.raise(sA.UnterminatedTemplate,ut(ml,Al,Rl))}}},Qb=class{privateNames=new Set;loneAccessors=new Map;undefinedPrivateNames=new Map},Lb=class{parser;stack=[];constructor(ml){this.parser=ml}current(){return this.stack[this.stack.length-1]}enter(){this.stack.push(new Qb)}exit(){let ml=this.stack.pop(),Al=this.current();for(let[Rl,zl]of Array.from(ml.undefinedPrivateNames))Al?Al.undefinedPrivateNames.has(Rl)||Al.undefinedPrivateNames.set(Rl,zl):this.parser.raise(sA.InvalidPrivateFieldResolution,zl,{identifierName:Rl})}declarePrivateName(ml,Al,Rl){let{privateNames:zl,loneAccessors:rd,undefinedPrivateNames:yh}=this.current(),kh=zl.has(ml);if(Al&3){let Rl=kh&&rd.get(ml);if(Rl){let zl=Rl&4,yh=Al&4,Qh=Rl&3,cf=Al&3;kh=Qh===cf||zl!==yh,kh||rd.delete(ml)}else kh||rd.set(ml,Al)}kh&&this.parser.raise(sA.PrivateNameRedeclaration,Rl,{identifierName:ml}),zl.add(ml),yh.delete(ml)}usePrivateName(ml,Al){let Rl;for(Rl of this.stack)if(Rl.privateNames.has(ml))return;Rl?Rl.undefinedPrivateNames.set(ml,Al):this.parser.raise(sA.InvalidPrivateFieldResolution,Al,{identifierName:ml})}},Mb=class{constructor(ml=0){this.type=ml}canBeArrowParameterDeclaration(){return this.type===2||this.type===1}isCertainlyParameterDeclaration(){return this.type===3}},jb=class extends Mb{declarationErrors=new Map;constructor(ml){super(ml)}recordDeclarationError(ml,Al){this.declarationErrors.set(Al,ml)}clearDeclarationError(ml){this.declarationErrors.delete(ml)}iterateErrors(ml){this.declarationErrors.forEach(ml)}},Gb=class{parser;stack=[new Mb];constructor(ml){this.parser=ml}enter(ml){this.stack.push(ml)}exit(){this.stack.pop()}recordParameterInitializerError(ml,Al){let{stack:Rl}=this,zl=Rl.length-1,rd=Rl[zl];for(;!rd.isCertainlyParameterDeclaration();){if(rd.canBeArrowParameterDeclaration())rd.recordDeclarationError(ml,Al);else return;rd=Rl[--zl]}this.parser.raise(ml,Al)}recordArrowParameterBindingError(ml,Al){let{stack:Rl}=this,zl=Rl[Rl.length-1],rd=Al.start;if(zl.isCertainlyParameterDeclaration())this.parser.raise(ml,rd);else if(zl.canBeArrowParameterDeclaration())zl.recordDeclarationError(ml,rd);else return}recordAsyncArrowParametersError(ml){let{stack:Al}=this,Rl=Al.length-1,zl=Al[Rl];for(;zl.canBeArrowParameterDeclaration();)zl.type===2&&zl.recordDeclarationError(sA.AwaitBindingIdentifier,ml),zl=Al[--Rl]}validateAsPattern(){let{stack:ml}=this,Al=ml[ml.length-1];Al.canBeArrowParameterDeclaration()&&Al.iterateErrors((Al,Rl)=>{this.parser.raise(Al,Rl);let zl=ml.length-2,rd=ml[zl];for(;rd.canBeArrowParameterDeclaration();)rd.clearDeclarationError(Rl),rd=ml[--zl]})}};function ar(){return new Mb(3)}function nr(){return new jb(1)}function or(){return new jb(2)}function cs(){return new Mb}var Vb=class{stacks=[];enter(ml){this.stacks.push(ml)}exit(){this.stacks.pop()}currentFlags(){return this.stacks[this.stacks.length-1]}get hasAwait(){return(this.currentFlags()&2)>0}get hasYield(){return(this.currentFlags()&1)>0}get hasReturn(){return(this.currentFlags()&4)>0}get hasIn(){return(this.currentFlags()&8)>0}get inFSharpPipelineDirectBody(){return(this.currentFlags()&16)===0}};function Nt(ml,Al){return(ml?2:0)|(Al?1:0)}var Yb=class extends Ky{addExtra(ml,Al,Rl,zl=!0){if(!ml)return;let{extra:rd}=ml;rd==null&&(rd={},ml.extra=rd),zl?rd[Al]=Rl:Object.defineProperty(rd,Al,{enumerable:zl,value:Rl})}isContextual(ml){return this.state.type===ml&&!this.state.containsEsc}isUnparsedContextual(ml,Al){if(this.input.startsWith(Al,ml)){let Rl=this.input.charCodeAt(ml+Al.length);return!(W(Rl)||(Rl&64512)===55296)}return!1}isLookaheadContextual(ml){let Al=this.nextTokenStart();return this.isUnparsedContextual(Al,ml)}eatContextual(ml){return this.isContextual(ml)?(this.next(),!0):!1}expectContextual(ml,Al){if(!this.eatContextual(ml)){if(Al!=null)throw this.raise(Al,this.state.startLoc);this.unexpected(null,ml)}}canInsertSemicolon(){return this.match(135)||this.match(4)||this.hasPrecedingLineBreak()}hasPrecedingLineBreak(){return qe(this.input,this.offsetToSourcePos(this.state.lastTokEndLoc.index),this.state.start)}hasFollowingLineBreak(){return qe(this.input,this.state.end,this.nextTokenStart())}isLineTerminator(){return this.eat(9)||this.canInsertSemicolon()}semicolon(ml=!0){(ml?this.isLineTerminator():this.eat(9))||this.raise(sA.MissingSemicolon,this.state.lastTokEndLoc)}expect(ml,Al){this.eat(ml)||this.unexpected(Al,ml)}tryParse(ml,Al=this.state.clone()){let Rl={node:null};try{let zl=ml((ml=null)=>{throw Rl.node=ml,Rl});if(this.state.errors.length>Al.errors.length){let ml=this.state;return this.state=Al,this.state.tokensLength=ml.tokensLength,{node:zl,error:ml.errors[Al.errors.length],thrown:!1,aborted:!1,failState:ml}}return{node:zl,error:null,thrown:!1,aborted:!1,failState:null}}catch(ml){let zl=this.state;if(this.state=Al,ml instanceof SyntaxError)return{node:null,error:ml,thrown:!0,aborted:!1,failState:zl};if(ml===Rl)return{node:Rl.node,error:null,thrown:!1,aborted:!0,failState:zl};throw ml}}checkExpressionErrors(ml,Al){if(!ml)return!1;let{shorthandAssignLoc:Rl,doubleProtoLoc:zl,privateKeyLoc:rd,optionalParametersLoc:yh,voidPatternLoc:kh}=ml,Qh=!!Rl||!!zl||!!yh||!!rd||!!kh;if(!Al)return Qh;Rl!=null&&this.raise(sA.InvalidCoverInitializedName,Rl),zl!=null&&this.raise(sA.DuplicateProto,zl),rd!=null&&this.raise(sA.UnexpectedPrivateField,rd),yh!=null&&this.unexpected(yh),kh!=null&&this.raise(sA.InvalidCoverDiscardElement,kh)}isLiteralPropertyName(){return Qe(this.state.type)}isPrivateName(ml){return ml.type==="PrivateName"}getPrivateNameSV(ml){return ml.id.name}hasPropertyAsPrivateName(ml){return(ml.type==="MemberExpression"||ml.type==="OptionalMemberExpression")&&this.isPrivateName(ml.property)}isObjectProperty(ml){return ml.type==="ObjectProperty"}isObjectMethod(ml){return ml.type==="ObjectMethod"}initializeScopes(ml=this.options.sourceType==="module"){let Al=this.state.labels;this.state.labels=[];let Rl=this.exportedIdentifiers;this.exportedIdentifiers=new Set;let zl=this.inModule;this.inModule=ml;let rd=this.scope,yh=this.getScopeHandler();this.scope=new yh(this,ml);let kh=this.prodParam;this.prodParam=new Vb;let Qh=this.classScope;this.classScope=new Lb(this);let cf=this.expressionScope;return this.expressionScope=new Gb(this),()=>{this.state.labels=Al,this.exportedIdentifiers=Rl,this.inModule=zl,this.scope=rd,this.prodParam=kh,this.classScope=Qh,this.expressionScope=cf}}enterInitialScopes(){let ml=0;(this.inModule||this.optionFlags&1)&&(ml|=2),this.optionFlags&32&&(ml|=1);let Al=!this.inModule&&this.options.sourceType==="commonjs";(Al||this.optionFlags&2)&&(ml|=4),this.prodParam.enter(ml);let Rl=Al?514:1;this.optionFlags&4&&(Rl|=512),this.optionFlags&16&&(Rl|=48),this.scope.enter(Rl)}checkDestructuringPrivate(ml){let{privateKeyLoc:Al}=ml;Al!==null&&this.expectPlugin("destructuringPrivate",Al)}},Fv=class{shorthandAssignLoc=null;doubleProtoLoc=null;privateKeyLoc=null;optionalParametersLoc=null;voidPatternLoc=null},Xv=class{constructor(ml,Al,Rl,zl){this.start=Rl,this.end=0,zl!==void 0&&(this.loc=new C_(zl)),ml&128&&(this.range=[Rl,0]),zl!==void 0&&Al&&(this.loc.filename=Al)}type=""},tE=Xv.prototype,rE=class extends Yb{createPosition(ml){return ml}startNode(){let{startLoc:ml}=this.state;return this.setLoc(ml),this.startNodeAt(ml)}startNodeAt(ml){let{optionFlags:Al,filename:Rl}=this;return Al&256?new Xv(Al,Rl,ml.index,this.createPosition(ml)):new Xv(Al,Rl,ml.index)}startNodeAtNode(ml){let{optionFlags:Al,filename:Rl}=this;return Al&256?new Xv(Al,Rl,ml.start,ml.loc.start):new Xv(Al,Rl,ml.start)}finishNode(ml,Al){return this.finishNodeAt(ml,Al,this.state.lastTokEndLoc)}finishNodeAt(ml,Al,Rl){ml.type=Al,ml.end=Rl.index;let{optionFlags:zl}=this;return zl&256&&(ml.loc.end=this.createPosition(Rl)),zl&128&&(ml.range[1]=Rl.index),zl&8192&&this.processComment(ml),ml}finishNodeAtNode(ml,Al,Rl){ml.type=Al,ml.end=Rl.end;let{optionFlags:zl}=this;return zl&256&&(ml.loc.end=Rl.loc.end),zl&128&&(ml.range[1]=ml.end),zl&8192&&this.processComment(ml),ml}resetStartLocation(ml,Al){ml.start=Al.index;let{optionFlags:Rl}=this;Rl&256&&(ml.loc.start=this.createPosition(Al)),Rl&128&&(ml.range[0]=Al.index)}resetEndLocation(ml,Al=this.state.lastTokEndLoc){ml.end=Al.index;let{optionFlags:Rl}=this;Rl&256&&(ml.loc.end=this.createPosition(Al)),Rl&128&&(ml.range[1]=Al.index)}resetStartLocationFromNode(ml,Al){ml.start=Al.start;let{optionFlags:Rl}=this;Rl&256&&(ml.loc.start=Al.loc.start),Rl&128&&(ml.range[0]=Al.start)}resetEndLocationFromNode(ml,Al){ml.end=Al.end;let{optionFlags:Rl}=this;Rl&256&&(ml.loc.end=Al.loc.end),Rl&128&&(ml.range[1]=Al.end)}castNodeTo(ml,Al){return ml.type=Al,ml}cloneIdentifier(ml){let{type:Al,start:Rl,end:zl,loc:rd,range:yh,name:kh}=ml,Qh=Object.create(tE);return Qh.type=Al,Qh.start=Rl,Qh.end=zl,Qh.loc=rd,Qh.range=yh,Qh.name=kh,ml.extra&&(Qh.extra=ml.extra),Qh}cloneStringLiteral(ml){let{type:Al,start:Rl,end:zl,loc:rd,range:yh,extra:kh}=ml,Qh=Object.create(tE);return Qh.type=Al,Qh.start=Rl,Qh.end=zl,Qh.loc=rd,Qh.range=yh,Qh.extra=kh,Qh.value=ml.value,Qh}},de=ml=>ml.type==="ParenthesizedExpression"?de(ml.expression):ml,iE=class extends rE{toAssignable(ml,Al=!1){let Rl;switch((ml.type==="ParenthesizedExpression"||ml.extra?.parenthesized)&&(Rl=de(ml),Al?Rl.type==="Identifier"?this.expressionScope.recordArrowParameterBindingError(sA.InvalidParenthesizedAssignment,ml):Rl.type!=="CallExpression"&&Rl.type!=="MemberExpression"&&!this.isOptionalMemberExpression(Rl)&&this.raise(sA.InvalidParenthesizedAssignment,ml):this.raise(sA.InvalidParenthesizedAssignment,ml)),ml.type){case"Identifier":case"ObjectPattern":case"ArrayPattern":case"AssignmentPattern":case"RestElement":case"VoidPattern":break;case"ObjectExpression":this.castNodeTo(ml,"ObjectPattern");for(let Rl=0,zl=ml.properties.length,rd=zl-1;Rlml.type!=="ObjectMethod"&&(Rl===Al||ml.type!=="SpreadElement")&&this.isAssignable(ml))}case"ObjectProperty":return this.isAssignable(ml.value);case"SpreadElement":return this.isAssignable(ml.argument);case"ArrayExpression":return ml.elements.every(ml=>ml===null||this.isAssignable(ml));case"AssignmentExpression":return ml.operator==="=";case"ParenthesizedExpression":return this.isAssignable(ml.expression);case"MemberExpression":case"OptionalMemberExpression":return!Al;default:return!1}}toReferencedList(ml,Al){return ml}parseSpread(ml){let Al=this.startNode();return this.next(),Al.argument=this.parseMaybeAssignAllowIn(ml,void 0),this.finishNode(Al,"SpreadElement")}parseRestBinding(){let ml=this.startNode();this.next();let Al=this.parseBindingAtom();return Al.type==="VoidPattern"&&this.raise(sA.UnexpectedVoidPattern,Al),ml.argument=Al,this.finishNode(ml,"RestElement")}parseBindingAtom(){switch(this.state.type){case 0:{let ml=this.startNode();return this.next(),ml.elements=this.parseBindingList(1,93,1),this.finishNode(ml,"ArrayPattern")}case 2:return this.parseObjectLike(4,!0);case 84:return this.parseVoidPattern(null)}return this.parseIdentifier()}parseBindingList(ml,Al,Rl){let zl=Rl&1,rd=[],yh=!0;for(;!this.eat(ml);)if(yh?yh=!1:this.expect(8),zl&&this.match(8))rd.push(null);else{if(this.eat(ml))break;if(this.match(17)){let zl=this.parseRestBinding();if(Rl&2&&(zl=this.parseFunctionParamType(zl)),rd.push(zl),!this.checkCommaAfterRest(Al)){this.expect(ml);break}}else{let ml=[];if(Rl&2)for(this.match(22)&&this.hasPlugin("decorators")&&this.raise(sA.UnsupportedParameterDecorator,this.state.startLoc);this.match(22);)ml.push(this.parseDecorator());rd.push(this.parseBindingElement(Rl,ml))}}return rd}parseBindingRestProperty(ml){return this.next(),this.hasPlugin("discardBinding")&&this.match(84)?(ml.argument=this.parseVoidPattern(null),this.raise(sA.UnexpectedVoidPattern,ml.argument)):ml.argument=this.parseIdentifier(),this.checkCommaAfterRest(125),this.finishNode(ml,"RestElement")}parseBindingProperty(){let{type:ml,startLoc:Al}=this.state;if(ml===17)return this.parseBindingRestProperty(this.startNode());let Rl=this.startNode();return ml===134?(this.expectPlugin("destructuringPrivate",Al),this.classScope.usePrivateName(this.state.value,Al),Rl.key=this.parsePrivateName()):this.parsePropertyName(Rl),Rl.method=!1,this.parseObjPropValue(Rl,Al,!1,!1,!0,!1)}parseBindingElement(ml,Al){let{startLoc:Rl}=this.state,zl=this.parseMaybeDefault();return ml&2&&this.parseFunctionParamType(zl),Al.length&&(zl.decorators=Al,this.resetStartLocationFromNode(zl,Al[0])),this.parseMaybeDefault(Rl,zl)}parseFunctionParamType(ml){return ml}parseMaybeDefault(ml,Al){if(ml??(ml=this.state.startLoc),Al=Al??this.parseBindingAtom(),!this.eat(25))return Al;let Rl=this.startNodeAt(ml);return Al.type==="VoidPattern"&&this.raise(sA.VoidPatternInitializer,Al),Rl.left=Al,Rl.right=this.parseMaybeAssignAllowIn(),this.finishNode(Rl,"AssignmentPattern")}isValidLVal(ml,Al,Rl,zl){switch(ml){case"AssignmentPattern":return"left";case"RestElement":return"argument";case"ObjectProperty":return"value";case"ParenthesizedExpression":return"expression";case"ArrayPattern":return"elements";case"ObjectPattern":return"properties";case"VoidPattern":return!0;case"CallExpression":if(!Al&&!this.state.strict&&this.optionFlags&16384)return!0}return!1}isOptionalMemberExpression(ml){return ml.type==="OptionalMemberExpression"}checkLVal(ml,Al,Rl=64,zl=!1,rd=!1,yh=!1,kh=!1){let Qh=ml.type;if(this.isObjectMethod(ml))return;let cf=this.isOptionalMemberExpression(ml);if(cf||Qh==="MemberExpression"){cf&&(this.expectPlugin("optionalChainingAssign",ml.start),Al.type!=="AssignmentExpression"&&this.raise(sA.InvalidLhsOptionalChaining,ml,{ancestor:Al})),Rl!==64&&this.raise(sA.InvalidPropertyBindingPattern,ml);return}if(Qh==="Identifier"){this.checkIdentifier(ml,Rl,rd);let{name:Al}=ml;zl&&(zl.has(Al)?this.raise(sA.ParamDupe,ml):zl.add(Al));return}else Qh==="VoidPattern"&&Al.type==="CatchClause"&&this.raise(sA.VoidPatternCatchClauseParam,ml);let t_=de(ml);kh||(kh=t_.type==="CallExpression"&&(t_.callee.type==="Import"||t_.callee.type==="Super"));let r_=this.isValidLVal(Qh,kh,!(yh||ml.extra?.parenthesized)&&Al.type==="AssignmentExpression",Rl);if(r_===!0)return;if(r_===!1){let zl=Rl===64?sA.InvalidLhs:sA.InvalidLhsBinding;this.raise(zl,ml,{ancestor:Al});return}let u_,C_;typeof r_=="string"?(u_=r_,C_=Qh==="ParenthesizedExpression"):[u_,C_]=r_;let D_=Qh==="ArrayPattern"||Qh==="ObjectPattern"?{type:Qh}:Al,S_=ml[u_];if(Array.isArray(S_))for(let ml of S_)ml&&this.checkLVal(ml,D_,Rl,zl,rd,C_,!0);else S_&&this.checkLVal(S_,D_,Rl,zl,rd,C_,kh)}checkIdentifier(ml,Al,Rl=!1){this.state.strict&&(Rl?as(ml.name,this.inModule):rs(ml.name))&&(Al===64?this.raise(sA.StrictEvalArguments,ml,{referenceName:ml.name}):this.raise(sA.StrictEvalArgumentsBinding,ml,{bindingName:ml.name})),Al&8192&&ml.name==="let"&&this.raise(sA.LetInLexicalBinding,ml),Al&64||this.declareNameFromIdentifier(ml,Al)}declareNameFromIdentifier(ml,Al){this.scope.declareName(ml.name,Al,ml.start)}checkToRestConversion(ml,Al){switch(ml.type){case"ParenthesizedExpression":this.checkToRestConversion(ml.expression,Al);break;case"Identifier":case"MemberExpression":break;case"ArrayExpression":case"ObjectExpression":if(Al)break;default:this.raise(sA.InvalidRestAssignmentPattern,ml)}}checkCommaAfterRest(ml){return this.match(8)?(this.raise(this.lookaheadCharCode()===ml?sA.RestTrailingComma:sA.ElementAfterRest,this.state.startLoc),!0):!1}},sE=class extends iE{checkProto(ml,Al,Rl){if(ml.type==="SpreadElement"||this.isObjectMethod(ml)||ml.computed||ml.shorthand)return Al;let zl=ml.key;return(zl.type==="Identifier"?zl.name:zl.value)==="__proto__"?(Al&&(Rl?Rl.doubleProtoLoc===null&&(Rl.doubleProtoLoc=this.getLoc(zl.start)):this.raise(sA.DuplicateProto,zl)),!0):Al}shouldExitDescending(ml){return ml.type==="ArrowFunctionExpression"&&!ml.extra?.parenthesized}getExpression(){if(this.enterInitialScopes(),this.nextToken(),this.match(135))throw this.raise(sA.ParseExpressionEmptyInput,this.state.startLoc);let ml=this.parseExpression();if(!this.match(135))throw this.raise(sA.ParseExpressionExpectsEOF,this.state.startLoc,{unexpected:this.input.codePointAt(this.state.start)});return this.finalizeRemainingComments(),ml.comments=this.comments,ml.errors=this.state.errors,this.optionFlags&512&&(ml.tokens=ls(this.tokens)),ml}parseExpression(ml,Al){return ml?this.disallowInAnd(()=>this.parseExpressionBase(Al)):this.allowInAnd(()=>this.parseExpressionBase(Al))}parseExpressionBase(ml){let Al=this.state.startLoc,Rl=this.parseMaybeAssign(ml);if(this.match(8)){let zl=this.startNodeAt(Al);for(zl.expressions=[Rl];this.eat(8);)zl.expressions.push(this.parseMaybeAssign(ml));return this.toReferencedList(zl.expressions),this.finishNode(zl,"SequenceExpression")}return Rl}parseMaybeAssignDisallowIn(ml,Al){return this.disallowInAnd(()=>this.parseMaybeAssign(ml,Al))}parseMaybeAssignAllowIn(ml,Al){return this.allowInAnd(()=>this.parseMaybeAssign(ml,Al))}setOptionalParametersError(ml){ml.optionalParametersLoc=this.state.startLoc}parseMaybeAssign(ml,Al){let Rl=this.state.startLoc,zl=this.isContextual(104);if(zl&&this.prodParam.hasYield){this.next();let ml=this.parseYield(Rl);return Al&&(ml=Al.call(this,ml,Rl)),ml}let rd;ml?rd=!1:(ml=new Fv,rd=!0),this.state.canStartArrow=!0;let yh=this.parseMaybeConditional(ml);if(Al&&(yh=Al.call(this,yh,Rl)),Ei(this.state.type)){let Al=this.startNodeAt(Rl),zl=this.state.value;if(Al.operator=zl,this.match(25)){this.toAssignable(yh,!0),Al.left=yh;let zl=Rl.index;ml.doubleProtoLoc!=null&&ml.doubleProtoLoc.index>=zl&&(ml.doubleProtoLoc=null),ml.shorthandAssignLoc!=null&&ml.shorthandAssignLoc.index>=zl&&(ml.shorthandAssignLoc=null),ml.privateKeyLoc!=null&&ml.privateKeyLoc.index>=zl&&(this.checkDestructuringPrivate(ml),ml.privateKeyLoc=null),ml.voidPatternLoc!=null&&ml.voidPatternLoc.index>=zl&&(ml.voidPatternLoc=null)}else Al.left=yh;return this.next(),Al.right=this.parseMaybeAssign(),this.checkLVal(yh,this.finishNode(Al,"AssignmentExpression"),void 0,void 0,void 0,void 0,zl==="||="||zl==="&&="||zl==="??="),Al}else rd&&this.checkExpressionErrors(ml,!0);if(zl){let{type:ml}=this.state;if((this.hasPlugin("v8intrinsic")?ft(ml):ft(ml)&&!this.match(50))&&!this.isAmbiguousPrefixOrIdentifier())return this.raiseOverwrite(sA.YieldNotInGeneratorFunction,Rl),this.parseYield(Rl)}return yh}parseMaybeConditional(ml){let Al=this.state.startLoc,Rl=this.parseExprOps(ml);return this.shouldExitDescending(Rl)?Rl:this.parseConditional(Rl,Al,ml)}parseConditional(ml,Al,Rl){if(this.eat(13)){let Rl=this.startNodeAt(Al);return Rl.test=ml,Rl.consequent=this.parseMaybeAssignAllowIn(),this.expect(10),Rl.alternate=this.parseMaybeAssign(),this.finishNode(Rl,"ConditionalExpression")}return ml}parseMaybeUnaryOrPrivate(ml){return this.match(134)?this.parsePrivateName():this.parseMaybeUnary(ml)}parseExprOps(ml){let Al=this.state.startLoc,Rl=this.parseMaybeUnaryOrPrivate(ml);return this.shouldExitDescending(Rl)?Rl:(this.state.canStartArrow=!1,this.parseExprOp(Rl,Al,-1))}parseExprOp(ml,Al,Rl){if(this.isPrivateName(ml)){let zl=this.getPrivateNameSV(ml);(Rl>=It(54)||!this.prodParam.hasIn||!this.match(54))&&this.raise(sA.PrivateInExpectedIn,Al,{identifierName:zl}),this.classScope.usePrivateName(zl,Al)}let zl=this.state.type;if(je(zl)&&(this.prodParam.hasIn||!this.match(54))){let rd=It(zl);if(rd>Rl){if(zl===35&&(this.expectPlugin("pipelineOperator"),this.prodParam.inFSharpPipelineDirectBody))return ml;let yh=this.startNodeAt(Al);yh.left=ml,yh.operator=this.state.value;let kh=zl===37||zl===38,Qh=zl===36;Qh&&(rd=It(38)),this.next(),yh.right=this.parseExprOpRightExpr(zl,rd);let cf=this.finishNode(yh,kh||Qh?"LogicalExpression":"BinaryExpression"),t_=this.state.type;if(Qh&&(t_===37||t_===38)||kh&&t_===36)throw this.raise(sA.MixingCoalesceWithLogical,this.state.startLoc);return this.parseExprOp(cf,Al,Rl)}}return ml}parseExprOpRightExpr(ml,Al){switch(ml){case 35:switch(this.getPluginOption("pipelineOperator","proposal")){case"hack":return this.withTopicBindingContext(()=>this.parseHackPipeBody());case"fsharp":return this.parseFSharpPipelineBody(Al)}default:return this.parseExprOpBaseRightExpr(ml,Al)}}parseExprOpBaseRightExpr(ml,Al){let Rl=this.state.startLoc;return this.parseExprOp(this.parseMaybeUnaryOrPrivate(),Rl,Li(ml)?Al-1:Al)}parseHackPipeBody(){let{startLoc:ml}=this.state,Al=this.parseMaybeAssign();return rA.has(Al.type)&&!Al.extra?.parenthesized&&this.raise(sA.PipeUnparenthesizedBody,ml,{type:Al.type}),this.topicReferenceWasUsedInCurrentContext()||this.raise(sA.PipeTopicUnused,ml),Al}checkExponentialAfterUnary(ml){this.match(53)&&this.raise(sA.UnexpectedTokenUnaryExponentiation,ml.argument)}parseMaybeUnary(ml,Al){let Rl=this.state.startLoc,zl=this.isContextual(92);if(zl&&this.recordAwaitIfAllowed()){this.next();let ml=this.parseAwait(Rl);return Al||this.checkExponentialAfterUnary(ml),ml}let rd=this.match(30),yh=this.startNode();if(Ni(this.state.type)){yh.operator=this.state.value,yh.prefix=!0,this.state.canStartArrow=!1,this.match(68)&&this.expectPlugin("throwExpressions");let Rl=this.match(85);if(this.next(),yh.argument=this.parseMaybeUnary(null,!0),this.checkExpressionErrors(ml,!0),this.state.strict&&Rl){let ml=yh.argument;ml.type==="Identifier"?this.raise(sA.StrictDelete,yh):this.hasPropertyAsPrivateName(ml)&&this.raise(sA.DeletePrivateField,yh)}if(!rd)return Al||this.checkExponentialAfterUnary(yh),this.finishNode(yh,"UnaryExpression")}let kh=this.parseUpdate(yh,rd,ml);if(zl){let{type:ml}=this.state;if((this.hasPlugin("v8intrinsic")?ft(ml):ft(ml)&&!this.match(50))&&!this.isAmbiguousPrefixOrIdentifier())return this.raiseOverwrite(sA.AwaitNotInAsyncContext,Rl),this.parseAwait(Rl)}return kh}parseUpdate(ml,Al,Rl){if(Al){let Al=this.finishNode(ml,"UpdateExpression");return this.checkLVal(Al.argument,Al),Al}let zl=this.state.startLoc,rd=this.parseExprSubscripts(Rl);if(this.checkExpressionErrors(Rl,!1))return rd;for(;Ii(this.state.type)&&!this.canInsertSemicolon();){let ml=this.startNodeAt(zl);ml.operator=this.state.value,ml.prefix=!1,ml.argument=rd,this.next(),this.checkLVal(rd,rd=this.finishNode(ml,"UpdateExpression"))}return rd}parseExprSubscripts(ml){let Al=this.state.startLoc;this.setLoc(Al);let Rl=this.parseExprAtom(ml);return this.shouldExitDescending(Rl)?Rl:this.parseSubscripts(Rl,Al)}parseSubscripts(ml,Al,Rl){let zl={optionalChainMember:!1,maybeAsyncArrow:this.atPossibleAsyncArrow(ml),stop:!1};do{ml=this.parseSubscript(ml,Al,Rl,zl),zl.maybeAsyncArrow=!1}while(!zl.stop);return ml}parseSubscript(ml,Al,Rl,zl){let{type:rd}=this.state;if(!Rl&&rd===11)return this.parseBind(ml,Al,zl);if(Xt(rd))return this.parseTaggedTemplateExpression(ml,Al,zl);let yh=!1;if(rd===14){if(Rl&&(this.raise(sA.OptionalChainingNoNew,this.state.startLoc),this.lookaheadCharCode()===40))return this.stopParseSubscript(ml,zl);zl.optionalChainMember=yh=!0,this.next()}if(!Rl&&this.match(6))return this.parseCoverCallAndAsyncArrowHead(ml,Al,zl,yh);{let Rl=this.eat(0);return Rl||yh||this.eat(12)?this.parseMember(ml,Al,zl,Rl,yh):this.stopParseSubscript(ml,zl)}}stopParseSubscript(ml,Al){return Al.stop=!0,ml}parseMember(ml,Al,Rl,zl,rd){let yh=this.startNodeAt(Al);return yh.object=ml,yh.computed=zl,zl?(yh.property=this.parseExpression(),this.expect(1)):this.match(134)?(ml.type==="Super"&&this.raise(sA.SuperPrivateField,Al),this.classScope.usePrivateName(this.state.value,this.state.startLoc),yh.property=this.parsePrivateName()):yh.property=this.parseIdentifier(!0),Rl.optionalChainMember?(yh.optional=rd,this.finishNode(yh,"OptionalMemberExpression")):this.finishNode(yh,"MemberExpression")}parseBind(ml,Al,Rl){let zl=this.startNodeAt(Al);zl.object=ml,this.next();let rd=this.match(79),yh=this.parseNoCallExpr();if(yh.type==="Super"||rd&&yh.type==="ImportExpression"||yh.type==="Import")throw this.raise(sA.UnsupportedBindRHS,yh);return zl.callee=yh,Rl.stop=!0,this.parseSubscripts(this.finishNode(zl,"BindExpression"),Al,!1)}parseCoverCallAndAsyncArrowHead(ml,Al,Rl,zl){let rd=null;this.next();let yh=this.startNodeAt(Al);yh.callee=ml;let{maybeAsyncArrow:kh,optionalChainMember:Qh}=Rl;kh&&(this.expressionScope.enter(or()),rd=new Fv),Qh&&(yh.optional=zl),zl?yh.arguments=this.parseCallExpressionArguments():yh.arguments=this.parseCallExpressionArguments(ml.type!=="Super",yh,rd);let cf=this.finishCallExpression(yh,Qh);return kh&&this.shouldParseAsyncArrow()&&!zl?(Rl.stop=!0,this.checkDestructuringPrivate(rd),this.expressionScope.validateAsPattern(),this.expressionScope.exit(),cf=this.parseAsyncArrowFromCallExpression(this.startNodeAt(Al),cf)):(kh&&(this.checkExpressionErrors(rd,!0),this.expressionScope.exit()),this.toReferencedList(yh.arguments)),cf}parseTaggedTemplateExpression(ml,Al,Rl){let zl=this.startNodeAt(Al);return zl.tag=ml,zl.quasi=this.parseTemplate(!0),Rl.optionalChainMember&&this.raise(sA.OptionalChainingNoTemplate,Al),this.finishNode(zl,"TaggedTemplateExpression")}atPossibleAsyncArrow(ml){return ml.type==="Identifier"&&ml.name==="async"&&this.state.lastTokEndLoc.index===ml.end&&!this.canInsertSemicolon()&&ml.end-ml.start===5&&this.state.canStartArrow}finishCallExpression(ml,Al){if(ml.callee.type==="Import")if(ml.arguments.length===0||ml.arguments.length>2)this.raise(sA.ImportCallArity,ml);else for(let Al of ml.arguments)Al.type==="SpreadElement"&&this.raise(sA.ImportCallSpreadArgument,Al);return this.finishNode(ml,Al?"OptionalCallExpression":"CallExpression")}parseCallExpressionArguments(ml,Al,Rl){let zl=[],rd=!0;for(;!this.eat(7);){if(rd)rd=!1;else if(this.expect(8),this.match(7)){Al&&this.addTrailingCommaExtraToNode(Al),this.next();break}zl.push(this.parseExprListItem(7,!1,Rl,ml))}return zl}shouldParseAsyncArrow(){return this.match(15)&&!this.canInsertSemicolon()}parseAsyncArrowFromCallExpression(ml,Al){return this.resetPreviousNodeTrailingComments(Al),this.expect(15),this.parseArrowExpression(ml,Al.arguments,!0,Al.extra?.trailingCommaLoc),Al.innerComments&&Pt(ml,Al.innerComments),Al.callee.trailingComments&&Pt(ml,Al.callee.trailingComments),ml}parseNoCallExpr(){let ml=this.state.startLoc;return this.parseSubscripts(this.parseExprAtom(),ml,!0)}parseExprAtom(ml){let Al,Rl=null,{type:zl}=this.state;switch(zl){case 75:return this.parseSuper();case 79:return Al=this.startNode(),this.next(),this.match(12)?this.parseImportMetaPropertyOrPhaseCall(Al):this.match(6)?this.optionFlags&1024?this.parseImportCall(Al):this.finishNode(Al,"Import"):(this.raise(sA.UnsupportedImport,this.state.lastTokStartLoc),this.finishNode(Al,"Import"));case 74:return Al=this.startNode(),this.next(),this.finishNode(Al,"ThisExpression");case 86:return this.parseDo(this.startNode(),!1);case 52:case 27:return this.readRegexp(),this.parseRegExpLiteral(this.state.value);case 131:return this.parseNumericLiteral(this.state.value);case 132:return this.parseBigIntLiteral(this.state.value);case 130:return this.parseStringLiteral(this.state.value);case 80:return this.parseNullLiteral();case 81:return this.parseBooleanLiteral(!0);case 82:return this.parseBooleanLiteral(!1);case 6:return this.parseParenAndDistinguishExpression(this.state.canStartArrow);case 0:return this.parseArrayLike(1,ml);case 2:return this.parseObjectLike(4,!1,ml);case 64:return this.parseFunctionOrFunctionSent();case 22:Rl=this.parseDecorators();case 76:return this.parseClass(this.maybeTakeDecorators(Rl,this.startNode()),!1);case 73:return this.parseNewOrNewTarget();case 21:case 20:return this.parseTemplate(!1);case 11:{Al=this.startNode(),this.next(),Al.object=null;let ml=Al.callee=this.parseNoCallExpr();if(ml.type==="MemberExpression")return this.finishNode(Al,"BindExpression");throw this.raise(sA.UnsupportedBind,ml)}case 134:return this.raise(sA.PrivateInExpectedIn,this.state.startLoc,{identifierName:this.state.value}),this.parsePrivateName();case 29:return this.parseTopicReferenceThenEqualsSign(50,"%");case 28:return this.parseTopicReferenceThenEqualsSign(40,"^");case 33:case 34:return this.parseTopicReference("hack");case 40:case 50:case 23:{let ml=this.getPluginOption("pipelineOperator","proposal");if(ml)return this.parseTopicReference(ml);throw this.unexpected()}case 43:{let ml=this.input.codePointAt(this.nextTokenStart());throw R(ml)||ml===62?this.expectOnePlugin(["jsx","flow","typescript"]):this.unexpected()}default:if(C(zl)){if(this.isContextual(123)&&this.lookaheadInLineCharCode()===123)return this.parseModuleExpression();let{canStartArrow:ml,containsEsc:Al}=this.state,Rl=this.parseIdentifier();if(!Al&&Rl.name==="async"&&!this.canInsertSemicolon()){let{type:Al}=this.state;if(Al===64)return this.resetPreviousNodeTrailingComments(Rl),this.next(),this.parseAsyncFunctionExpression(this.startNodeAtNode(Rl));if(C(Al))return ml&&this.lookaheadCharCode()===61?this.parseAsyncArrowUnaryFunction(this.startNodeAtNode(Rl)):Rl;if(Al===86)return this.resetPreviousNodeTrailingComments(Rl),this.parseDo(this.startNodeAtNode(Rl),!0)}return ml&&this.match(15)&&!this.canInsertSemicolon()?(this.next(),this.parseArrowExpression(this.startNodeAtNode(Rl),[Rl],!1)):Rl}else throw this.unexpected()}}parseTopicReferenceThenEqualsSign(ml,Al){let Rl=this.getPluginOption("pipelineOperator","proposal");if(Rl)return this.state.type=ml,this.state.value=Al,this.state.pos--,this.state.end--,this.state.endLoc=O(this.state.endLoc,-1),this.parseTopicReference(Rl);throw this.unexpected()}parseTopicReference(ml){let Al=this.startNode(),Rl=this.state.startLoc,zl=this.state.type;return this.next(),this.finishTopicReference(Al,Rl,ml,zl)}finishTopicReference(ml,Al,Rl,zl){if(this.testTopicReferenceConfiguration(Rl,Al,zl))return this.topicReferenceIsAllowedInCurrentContext()||this.raise(sA.PipeTopicUnbound,Al),this.registerTopicReference(),this.finishNode(ml,"TopicReference");throw this.raise(sA.PipeTopicUnconfiguredToken,Al,{token:z(zl)})}testTopicReferenceConfiguration(ml,Al,Rl){if(ml==="hack")return this.hasPlugin(["pipelineOperator",{topicToken:z(Rl)}]);throw this.raise(sA.PipeTopicRequiresHackPipes,Al)}parseAsyncArrowUnaryFunction(ml){this.prodParam.enter(Nt(!0,this.prodParam.hasYield));let Al=[this.parseIdentifier()];return this.prodParam.exit(),this.hasPrecedingLineBreak()&&this.raise(sA.LineTerminatorBeforeArrow,this.state.curPosition()),this.expect(15),this.parseArrowExpression(ml,Al,!0)}parseDo(ml,Al){this.expectPlugin("doExpressions"),Al&&this.expectPlugin("asyncDoExpressions"),ml.async=Al,this.next();let Rl=this.state.labels;return this.state.labels=[],Al?(this.prodParam.enter(2),ml.body=this.parseBlock(),this.prodParam.exit()):ml.body=this.parseBlock(),this.state.labels=Rl,this.finishNode(ml,"DoExpression")}parseSuper(){let ml=this.startNode();return this.next(),this.match(6)&&!this.scope.allowDirectSuper?this.raise(sA.SuperNotAllowed,ml):this.scope.allowSuper||this.raise(sA.UnexpectedSuper,ml),!this.match(6)&&!this.match(0)&&!this.match(12)&&this.raise(sA.UnsupportedSuper,ml),this.finishNode(ml,"Super")}parsePrivateName(){let ml=this.startNode(),Al=this.startNodeAt(O(this.state.startLoc,1)),Rl=this.state.value;return this.next(),ml.id=this.createIdentifier(Al,Rl),this.finishNode(ml,"PrivateName")}parseFunctionOrFunctionSent(){let ml=this.startNode();if(this.next(),this.prodParam.hasYield&&this.match(12)){let Al=this.createIdentifier(this.startNodeAtNode(ml),"function");return this.next(),this.match(99)?this.expectPlugin("functionSent"):this.hasPlugin("functionSent")||this.unexpected(),this.parseMetaProperty(ml,Al,"sent")}return this.parseFunction(ml)}parseMetaProperty(ml,Al,Rl){ml.meta=Al;let zl=this.state.containsEsc;return ml.property=this.parseIdentifier(!0),(ml.property.name!==Rl||zl)&&this.raise(sA.UnsupportedMetaProperty,ml.property,{target:Al.name,onlyValidPropertyName:Rl}),this.finishNode(ml,"MetaProperty")}parseImportMetaPropertyOrPhaseCall(ml){if(this.next(),this.isContextual(101)||this.isContextual(93)){let Al=this.isContextual(101);return this.expectPlugin(Al?"sourcePhaseImports":"deferredImportEvaluation"),this.next(),ml.phase=Al?"source":"defer",this.parseImportCall(ml)}else{let Al=this.createIdentifierAt(this.startNodeAtNode(ml),"import",this.state.lastTokStartLoc);return this.isContextual(97)&&(this.inModule||this.raise(sA.ImportMetaOutsideModule,Al),this.sawUnambiguousESM=!0),this.parseMetaProperty(ml,Al,"meta")}}parseLiteralAtNode(ml,Al,Rl){return this.addExtra(Rl,"rawValue",ml),this.addExtra(Rl,"raw",this.input.slice(this.offsetToSourcePos(Rl.start),this.state.end)),Rl.value=ml,this.next(),this.finishNode(Rl,Al)}parseLiteral(ml,Al){let Rl=this.startNode();return this.parseLiteralAtNode(ml,Al,Rl)}parseStringLiteral(ml){return this.parseLiteral(ml,"StringLiteral")}parseNumericLiteral(ml){return this.parseLiteral(ml,"NumericLiteral")}parseBigIntLiteral(ml){let Al;try{Al=BigInt(ml)}catch{Al=null}return this.parseLiteral(Al,"BigIntLiteral")}parseRegExpLiteral(ml){let Al=this.startNode();return this.addExtra(Al,"raw",this.input.slice(this.offsetToSourcePos(Al.start),this.state.end)),Al.pattern=ml.pattern,Al.flags=ml.flags,this.next(),this.finishNode(Al,"RegExpLiteral")}parseBooleanLiteral(ml){let Al=this.startNode();return Al.value=ml,this.next(),this.finishNode(Al,"BooleanLiteral")}parseNullLiteral(){let ml=this.startNode();return this.next(),this.finishNode(ml,"NullLiteral")}parseParenAndDistinguishExpression(ml){let Al=this.state.startLoc,Rl;this.next(),this.expressionScope.enter(nr());let zl=this.state.startLoc,rd=[],yh=new Fv,kh=!0,Qh,cf;for(;!this.match(7);){if(kh)kh=!1;else if(this.expect(8,yh.optionalParametersLoc===null?null:yh.optionalParametersLoc),this.match(7)){cf=this.state.startLoc;break}if(this.match(17)){let ml=this.state.startLoc;if(Qh=this.state.startLoc,rd.push(this.parseParenItem(this.parseRestBinding(),ml)),!this.checkCommaAfterRest(41))break}else rd.push(this.parseMaybeAssignAllowInOrVoidPattern(7,yh,this.parseParenItem))}let t_=this.state.lastTokEndLoc;this.expect(7);let r_=this.startNodeAt(Al);return ml&&this.shouldParseArrow(rd)&&(r_=this.parseArrow(r_))?(this.checkDestructuringPrivate(yh),this.expressionScope.validateAsPattern(),this.expressionScope.exit(),this.parseArrowExpression(r_,rd,!1),r_):(this.expressionScope.exit(),rd.length||this.unexpected(this.state.lastTokStartLoc),cf&&this.unexpected(cf),Qh&&this.unexpected(Qh),this.checkExpressionErrors(yh,!0),this.toReferencedList(rd,!0),rd.length>1?(Rl=this.startNodeAt(zl),Rl.expressions=rd,this.finishNode(Rl,"SequenceExpression"),this.resetEndLocation(Rl,t_)):Rl=rd[0],this.wrapParenthesis(Al,Rl))}wrapParenthesis(ml,Al){if(!(this.optionFlags&2048))return this.addExtra(Al,"parenthesized",!0),this.addExtra(Al,"parenStart",ml.index),this.takeSurroundingComments(Al,ml.index,this.state.lastTokEndLoc.index),Al;let Rl=this.startNodeAt(ml);return Rl.expression=Al,this.finishNode(Rl,"ParenthesizedExpression")}shouldParseArrow(ml){return!this.canInsertSemicolon()}parseArrow(ml){if(this.eat(15))return ml}parseParenItem(ml,Al){return ml}parseNewOrNewTarget(){let ml=this.startNode();if(this.next(),this.match(12)){let Al=this.createIdentifier(this.startNodeAtNode(ml),"new");this.next();let Rl=this.parseMetaProperty(ml,Al,"target");return this.scope.allowNewTarget||this.raise(sA.UnexpectedNewTarget,Rl),Rl}return this.parseNew(ml)}parseNew(ml){if(this.parseNewCallee(ml),this.eat(6)){let Al=this.parseExprList(7);this.toReferencedList(Al),ml.arguments=Al}else ml.arguments=[];return this.finishNode(ml,"NewExpression")}parseNewCallee(ml){let Al=this.match(79),Rl=this.parseNoCallExpr();ml.callee=Rl,Al&&Rl.type==="ImportExpression"&&this.raise(sA.ImportCallNotNewExpression,Rl,Rl),Rl.type==="Import"&&this.raise(sA.ImportCallNotNewExpression,Rl),Rl.type==="Super"&&this.raise(sA.SuperCallNotNewExpression,Rl)}parseTemplateElement(ml){let{start:Al,startLoc:Rl,end:zl,value:rd}=this.state,yh=Al+1,kh=this.startNodeAt(O(Rl,1));rd===null&&(ml||this.raise(sA.InvalidEscapeSequenceTemplate,O(this.state.firstInvalidTemplateEscapePos,1)));let Qh=this.match(20),cf=Qh?-1:-2,t_=zl+cf;kh.value={raw:this.input.slice(yh,t_).replace(/\r\n?/g,`\n`),cooked:rd===null?null:rd.slice(1,cf)},kh.tail=Qh,this.next();let r_=this.finishNode(kh,"TemplateElement");return this.resetEndLocation(r_,O(this.state.lastTokEndLoc,cf)),r_}parseTemplate(ml){let Al=this.startNode(),Rl=this.parseTemplateElement(ml),zl=[Rl],rd=[];for(;!Rl.tail;)rd.push(this.parseTemplateSubstitution()),this.readTemplateContinuation(),zl.push(Rl=this.parseTemplateElement(ml));return Al.expressions=rd,Al.quasis=zl,this.finishNode(Al,"TemplateLiteral")}parseTemplateSubstitution(){return this.parseExpression()}parseObjectLike(ml,Al,Rl){let zl=!1,rd=!0,yh=this.startNode();for(yh.properties=[],this.next();!this.match(ml);){if(rd)rd=!1;else if(this.expect(8),this.match(ml)){this.addTrailingCommaExtraToNode(yh);break}let kh;Al?kh=this.parseBindingProperty():(kh=this.parsePropertyDefinition(Rl),zl=this.checkProto(kh,zl,Rl)),yh.properties.push(kh)}this.next();let kh=Al?"ObjectPattern":"ObjectExpression";return this.finishNode(yh,kh)}addTrailingCommaExtraToNode(ml){this.addExtra(ml,"trailingComma",this.state.lastTokStartLoc.index),this.addExtra(ml,"trailingCommaLoc",this.state.lastTokStartLoc,!1)}maybeAsyncOrAccessorProp(ml){return!ml.computed&&ml.key.type==="Identifier"&&(this.isLiteralPropertyName()||this.match(0)||this.match(51))}parsePropertyDefinition(ml){let Al=[];if(this.match(22))for(this.hasPlugin("decorators")&&this.raise(sA.UnsupportedPropertyDecorator,this.state.startLoc);this.match(22);)Al.push(this.parseDecorator());let Rl=this.startNode(),zl=!1,rd=!1,yh;if(this.match(17))return Al.length&&this.unexpected(),this.parseSpread();Al.length&&(Rl.decorators=Al),Rl.method=!1,ml&&(yh=this.state.startLoc);let kh=this.eat(51);this.parsePropertyNamePrefixOperator(Rl);let Qh=this.state.containsEsc;if(this.parsePropertyName(Rl,ml),!kh&&!Qh&&this.maybeAsyncOrAccessorProp(Rl)){let{key:ml}=Rl,Al=ml.name;Al==="async"&&!this.hasPrecedingLineBreak()&&(zl=!0,this.resetPreviousNodeTrailingComments(ml),kh=this.eat(51),this.parsePropertyName(Rl)),(Al==="get"||Al==="set")&&(rd=!0,this.resetPreviousNodeTrailingComments(ml),Rl.kind=Al,this.match(51)&&(kh=!0,this.raise(sA.AccessorIsGenerator,this.state.curPosition(),{kind:Al}),this.next()),this.parsePropertyName(Rl))}return this.parseObjPropValue(Rl,yh,kh,zl,!1,rd,ml)}getGetterSetterExpectedParamCount(ml){return ml.kind==="get"?0:1}getObjectOrClassMethodParams(ml){return ml.params}checkGetterSetterParams(ml){let Al=this.getGetterSetterExpectedParamCount(ml),Rl=this.getObjectOrClassMethodParams(ml);Rl.length!==Al&&this.raise(ml.kind==="get"?sA.BadGetterArity:sA.BadSetterArity,ml),ml.kind==="set"&&Rl[Rl.length-1]?.type==="RestElement"&&this.raise(sA.BadSetterRestParameter,ml)}parseObjectMethod(ml,Al,Rl,zl,rd){if(rd){let Rl=this.parseMethod(ml,Al,!1,!1,!1,"ObjectMethod");return this.checkGetterSetterParams(Rl),Rl}if(Rl||Al||this.match(6))return zl&&this.unexpected(),ml.kind="method",ml.method=!0,this.parseMethod(ml,Al,Rl,!1,!1,"ObjectMethod")}parseObjectProperty(ml,Al,Rl,zl){if(ml.shorthand=!1,this.eat(10))return ml.value=Rl?this.parseMaybeDefault(this.state.startLoc):this.parseMaybeAssignAllowInOrVoidPattern(4,zl),this.finishObjectProperty(ml);if(!ml.computed&&ml.key.type==="Identifier"){if(this.checkReservedWord(ml.key.name,ml.key.start,!0,!1),Rl)ml.value=this.parseMaybeDefault(Al,this.cloneIdentifier(ml.key));else if(this.match(25)){let Rl=this.state.startLoc;zl!=null?zl.shorthandAssignLoc===null&&(zl.shorthandAssignLoc=Rl):this.raise(sA.InvalidCoverInitializedName,Rl),ml.value=this.parseMaybeDefault(Al,this.cloneIdentifier(ml.key))}else ml.value=this.cloneIdentifier(ml.key);return ml.shorthand=!0,this.finishObjectProperty(ml)}}finishObjectProperty(ml){return this.finishNode(ml,"ObjectProperty")}parseObjPropValue(ml,Al,Rl,zl,rd,yh,kh){let Qh=this.parseObjectMethod(ml,Rl,zl,rd,yh)||this.parseObjectProperty(ml,Al,rd,kh);return Qh||this.unexpected(),Qh}parsePropertyName(ml,Al){if(this.eat(0))ml.computed=!0,ml.key=this.parseMaybeAssignAllowIn(),this.expect(1);else{let{type:Rl,value:zl}=this.state,rd;if(B(Rl))rd=this.parseIdentifier(!0);else switch(Rl){case 131:rd=this.parseNumericLiteral(zl);break;case 130:rd=this.parseStringLiteral(zl);break;case 132:rd=this.parseBigIntLiteral(zl);break;case 134:{let ml=this.state.startLoc;Al!=null?Al.privateKeyLoc===null&&(Al.privateKeyLoc=ml):this.raise(sA.UnexpectedPrivateField,ml),rd=this.parsePrivateName();break}default:this.unexpected()}ml.key=rd,Rl!==134&&(ml.computed=!1)}}initFunction(ml,Al){ml.id=null,ml.generator=!1,ml.async=Al}parseMethod(ml,Al,Rl,zl,rd,yh,kh=!1){this.initFunction(ml,Rl),ml.generator=Al,this.scope.enter(530|(kh?576:0)|(rd?32:0)),this.prodParam.enter(Nt(Rl,ml.generator)),this.parseFunctionParams(ml,zl);let Qh=this.parseFunctionBodyAndFinish(ml,yh,!0);return this.prodParam.exit(),this.scope.exit(),Qh}parseArrayLike(ml,Al){let Rl=this.startNode();return this.next(),Rl.elements=this.parseExprList(ml,!0,Al,Rl),this.finishNode(Rl,"ArrayExpression")}parseArrowExpression(ml,Al,Rl,zl){this.scope.enter(518);let rd=Nt(Rl,!1);return this.match(2)||(rd|=this.prodParam.currentFlags()&24),this.prodParam.enter(rd),this.initFunction(ml,Rl),Al&&this.setArrowFunctionParameters(ml,Al,zl),this.parseFunctionBody(ml,!0),this.prodParam.exit(),this.scope.exit(),this.finishNode(ml,"ArrowFunctionExpression")}setArrowFunctionParameters(ml,Al,Rl){this.toAssignableList(Al,Rl,!1),ml.params=Al}parseFunctionBodyAndFinish(ml,Al,Rl=!1){return this.parseFunctionBody(ml,!1,Rl),this.finishNode(ml,Al)}parseFunctionBody(ml,Al,Rl=!1){let zl=Al&&!this.match(2);if(this.expressionScope.enter(cs()),zl)ml.body=this.parseMaybeAssign(),this.checkParams(ml,!1,Al,!1);else{let zl=this.state.strict,rd=this.state.labels;this.state.labels=[],this.prodParam.enter(this.prodParam.currentFlags()|4),ml.body=this.parseBlock(!0,!1,rd=>{let yh=!this.isSimpleParamList(ml.params);rd&&yh&&this.raise(sA.IllegalLanguageModeDirective,(ml.kind==="method"||ml.kind==="constructor")&&ml.key?this.optionFlags&256?ml.key.loc.end:ml.key:ml);let kh=!zl&&this.state.strict;this.checkParams(ml,!this.state.strict&&!Al&&!Rl&&!yh,Al,kh),this.state.strict&&ml.id&&this.checkIdentifier(ml.id,65,kh)}),this.prodParam.exit(),this.state.labels=rd}this.expressionScope.exit()}isSimpleParameter(ml){return ml.type==="Identifier"}isSimpleParamList(ml){for(let Al=0,Rl=ml.length;Al10||!qi(ml))return;if(Rl&&_i(ml)){this.raise(sA.UnexpectedKeyword,Al,{keyword:ml});return}if((this.state.strict?zl?as:is:ss)(ml,this.inModule)){this.raise(sA.UnexpectedReservedWord,Al,{reservedWord:ml});return}else if(ml==="yield"){if(this.prodParam.hasYield){this.raise(sA.YieldBindingIdentifier,Al);return}}else if(ml==="await"){if(this.prodParam.hasAwait){this.raise(sA.AwaitBindingIdentifier,Al);return}if(this.scope.inStaticBlock){this.raise(sA.AwaitBindingIdentifierInStaticBlock,Al);return}this.expressionScope.recordAsyncArrowParametersError(Al)}else if(ml==="arguments"&&this.scope.inClassAndNotInNonArrowFunction){this.raise(sA.ArgumentsInClass,Al);return}}recordAwaitIfAllowed(){let ml=this.prodParam.hasAwait;return ml&&!this.scope.inFunction&&(this.state.hasTopLevelAwait=!0),ml}parseAwait(ml,Al){let Rl=ml.index;this.setLoc(ml);let zl=this.startNodeAt(ml);return this.expressionScope.recordParameterInitializerError(sA.AwaitExpressionFormalParameter,Rl),this.eat(51)&&this.raise(sA.ObsoleteAwaitStar,ml),!this.scope.inFunction&&!(this.optionFlags&1)&&(this.isAmbiguousPrefixOrIdentifier()?this.ambiguousScriptDifferentAst=!0:this.sawUnambiguousESM=!0),Al||(zl.argument=this.parseMaybeUnary(null,!0)),this.finishNode(zl,"AwaitExpression")}isAmbiguousPrefixOrIdentifier(){if(this.hasPrecedingLineBreak())return!0;let{type:ml}=this.state;return ml===49||ml===6||ml===0||Xt(ml)||ml===98&&!this.state.containsEsc||ml===133||ml===52||this.hasPlugin("v8intrinsic")&&ml===50}parseYield(ml){this.setLoc(ml);let Al=this.startNodeAt(ml);this.expressionScope.recordParameterInitializerError(sA.YieldInParameter,ml.index);let Rl=!1,zl=null;if(!this.hasPrecedingLineBreak())switch(Rl=this.eat(51),this.state.type){case 9:case 135:case 4:case 7:case 1:case 5:case 10:case 8:if(!Rl)break;default:zl=this.parseMaybeAssign()}return Al.delegate=Rl,Al.argument=zl,this.finishNode(Al,"YieldExpression")}parseImportCall(ml){this.next();let Al=this.parseCallExpressionArguments();if(Al.length===0||Al.length>2)this.raise(sA.ImportCallArity,ml,ml);else for(let Rl of Al)Rl.type==="SpreadElement"&&this.raise(sA.ImportCallSpreadArgument,Rl,ml);return ml.source=Al[0],ml.options=Al[1]??null,this.finishNode(ml,"ImportExpression")}withTopicBindingContext(ml){let Al=this.state.inHackPipelineBody;this.state.inHackPipelineBody=!0;let Rl=this.state.seenTopicReference;this.state.seenTopicReference=!1;try{return ml()}finally{this.state.inHackPipelineBody=Al,this.state.seenTopicReference=Rl}}allowInAnd(ml){let Al=this.prodParam.currentFlags();if(24&~Al){this.prodParam.enter(Al|8|16);try{return ml()}finally{this.prodParam.exit()}}return ml()}disallowInAnd(ml){let Al=this.prodParam.currentFlags(),Rl=8&Al,zl=16&~Al;if(Rl||zl){this.prodParam.enter(Al&-9|16);try{return ml()}finally{this.prodParam.exit()}}return ml()}registerTopicReference(){this.state.seenTopicReference=!0}topicReferenceIsAllowedInCurrentContext(){return this.state.inHackPipelineBody}topicReferenceWasUsedInCurrentContext(){return this.state.seenTopicReference}parseFSharpPipelineBody(ml){let Al=this.state.startLoc;this.prodParam.enter(this.prodParam.currentFlags()&-17);let Rl;if(this.isContextual(92)&&this.recordAwaitIfAllowed()){this.next(),Rl=this.parseAwait(Al,!0);let ml=this.state.type;je(ml)&&ml!==35&&(this.prodParam.hasIn||ml!==54)&&this.raise(sA.PipelineUnparenthesized,Al)}else this.state.canStartArrow=!0,Rl=this.parseExprOp(this.parseMaybeUnaryOrPrivate(),Al,ml);return this.prodParam.exit(),Rl}parseModuleExpression(){this.expectPlugin("moduleBlocks");let ml=this.startNode();this.next(),this.match(2)||this.unexpected(null,2);let Al=this.startNodeAt(this.state.endLoc);this.next();let Rl=this.initializeScopes(!0);this.enterInitialScopes();try{ml.body=this.parseProgram(Al,4,"module")}finally{Rl()}return this.finishNode(ml,"ModuleExpression")}parseVoidPattern(ml){this.expectPlugin("discardBinding");let Al=this.startNode();return ml!=null&&(ml.voidPatternLoc=this.state.startLoc),this.next(),this.finishNode(Al,"VoidPattern")}parseMaybeAssignAllowInOrVoidPattern(ml,Al,Rl){if(Al!=null&&this.match(84)){let Rl=this.lookaheadCharCode();if(Rl===44||Rl===(ml===1?93:ml===4?125:41)||Rl===61)return this.parseMaybeDefault(this.state.startLoc,this.parseVoidPattern(Al))}return this.parseMaybeAssignAllowIn(Al,Rl)}parsePropertyNamePrefixOperator(ml){}},pE={kind:1},dE={kind:2},gE=/[\uD800-\uDFFF]/u,bE=/in(?:stanceof)?/y;function ls(ml){for(let Al=0;Al0)for(let[ml,Al]of Array.from(this.scope.undefinedExports))this.raise(sA.ModuleExportUndefined,Al,{localName:ml});this.addExtra(ml,"topLevelAwait",this.state.hasTopLevelAwait)}let zl;return Al===135?zl=this.finishNode(ml,"Program"):zl=this.finishNodeAt(ml,"Program",O(this.state.startLoc,-1)),zl}stmtToDirective(ml){let Al=this.castNodeTo(ml,"Directive"),Rl=this.castNodeTo(ml.expression,"DirectiveLiteral"),zl=Rl.value,rd=this.input.slice(this.offsetToSourcePos(Rl.start),this.offsetToSourcePos(Rl.end)),yh=Rl.value=rd.slice(1,-1);return this.addExtra(Rl,"raw",rd),this.addExtra(Rl,"rawValue",yh),this.addExtra(Rl,"expressionValue",zl),Al.value=Rl,delete ml.expression,Al}parseInterpreterDirective(){if(!this.match(24))return null;let ml=this.startNode();return ml.value=this.state.value,this.next(),this.finishNode(ml,"InterpreterDirective")}isLet(){return this.isContextual(96)?this.hasFollowingBindingAtom():!1}isUsing(){return this.isContextual(103)?this.nextTokenIsIdentifierOnSameLine():!1}isForUsing(){if(!this.isContextual(103))return!1;let ml=this.nextTokenInLineStart(),Al=this.codePointAtPos(ml);if(this.isUnparsedContextual(ml,"of")){let Al=this.lookaheadCharCodeSince(ml+2);if(Al!==61&&Al!==58&&Al!==59)return!1}return!!(this.chStartsBindingIdentifier(Al,ml)||this.isUnparsedContextual(ml,"void"))}nextTokenIsIdentifierOnSameLine(){let ml=this.nextTokenInLineStart(),Al=this.codePointAtPos(ml);return this.chStartsBindingIdentifier(Al,ml)}isAwaitUsing(){if(!this.isContextual(92))return!1;let ml=this.nextTokenInLineStart();if(this.isUnparsedContextual(ml,"using")){ml=this.nextTokenInLineStartSince(ml+5);let Al=this.codePointAtPos(ml);if(this.chStartsBindingIdentifier(Al,ml))return!0}return!1}chStartsBindingIdentifier(ml,Al){if(R(ml)){if(bE.lastIndex=Al,bE.test(this.input)){let ml=this.codePointAtPos(bE.lastIndex);if(!W(ml)&&ml!==92)return!1}return!0}else return ml===92}chStartsBindingPattern(ml){return ml===91||ml===123}hasFollowingBindingAtom(){let ml=this.nextTokenStart(),Al=this.codePointAtPos(ml);return this.chStartsBindingPattern(Al)||this.chStartsBindingIdentifier(Al,ml)}hasInLineFollowingBindingIdentifierOrBrace(){let ml=this.nextTokenInLineStart(),Al=this.codePointAtPos(ml);return Al===123||this.chStartsBindingIdentifier(Al,ml)}allowsUsing(){return(this.scope.inModule||!this.scope.inTopLevel)&&!this.scope.inBareCaseStatement}parseModuleItem(){return this.parseStatementLike(15)}parseStatementListItem(){return this.parseStatementLike(6|(!this.options.annexB||this.state.strict?0:8))}parseStatementOrSloppyAnnexBFunctionDeclaration(ml=!1){let Al=0;return this.options.annexB&&!this.state.strict&&(Al|=4,ml&&(Al|=8)),this.parseStatementLike(Al)}parseStatement(){return this.parseStatementLike(0)}parseStatementLike(ml){let Al=null;return this.match(22)&&(Al=this.parseDecorators(!0)),this.parseStatementContent(ml,Al)}parseStatementContent(ml,Al){let Rl=this.state.type,zl=this.startNode(),rd=!!(ml&2),yh=!!(ml&4),kh=ml&1;switch(Rl){case 56:return this.parseBreakContinueStatement(zl,!0);case 59:return this.parseBreakContinueStatement(zl,!1);case 60:return this.parseDebuggerStatement(zl);case 86:return this.parseDoWhileStatement(zl);case 87:return this.parseForStatement(zl);case 64:if(this.lookaheadCharCode()===46)break;return yh||this.raise(this.state.strict?sA.StrictFunction:this.options.annexB?sA.SloppyFunctionAnnexB:sA.SloppyFunction,this.state.startLoc),this.parseFunctionStatement(zl,!1,!rd&&yh);case 76:return rd||this.unexpected(),this.parseClass(this.maybeTakeDecorators(Al,zl),!0);case 65:return this.parseIfStatement(zl);case 66:return this.parseReturnStatement(zl);case 67:return this.parseSwitchStatement(zl);case 68:return this.parseThrowStatement(zl);case 69:return this.parseTryStatement(zl);case 92:if(this.isAwaitUsing())return this.allowsUsing()?rd?this.recordAwaitIfAllowed()||this.raise(sA.AwaitUsingNotInAsyncContext,zl):this.raise(sA.UnexpectedLexicalDeclaration,zl):this.raise(sA.UnexpectedUsingDeclaration,zl),this.next(),this.parseVarStatement(zl,"await using");break;case 103:if(this.state.containsEsc||!this.hasInLineFollowingBindingIdentifierOrBrace())break;return this.allowsUsing()?rd||this.raise(sA.UnexpectedLexicalDeclaration,this.state.startLoc):this.raise(sA.UnexpectedUsingDeclaration,this.state.startLoc),this.parseVarStatement(zl,"using");case 96:{if(this.state.containsEsc)break;let ml=this.nextTokenStart(),Al=this.codePointAtPos(ml);if(Al!==91&&(!rd&&this.hasFollowingLineBreak()||!this.chStartsBindingIdentifier(Al,ml)&&Al!==123))break}case 71:rd||this.raise(sA.UnexpectedLexicalDeclaration,this.state.startLoc);case 70:{let ml=this.state.value;return this.parseVarStatement(zl,ml)}case 88:return this.parseWhileStatement(zl);case 72:return this.parseWithStatement(zl);case 2:return this.parseBlock();case 9:return this.parseEmptyStatement(zl);case 79:{let ml=this.lookaheadCharCode();if(ml===40||ml===46)break}case 78:{!(this.optionFlags&8)&&!kh&&this.raise(sA.UnexpectedImportExport,this.state.startLoc),this.next();let ml;return Rl===79?ml=this.parseImport(zl):ml=this.parseExport(zl,Al),this.assertModuleNodeAllowed(ml),ml}default:if(this.isAsyncFunction())return rd||this.raise(sA.AsyncFunctionInSingleStatementContext,this.state.startLoc),this.next(),this.parseFunctionStatement(zl,!0,!rd&&yh)}let Qh=this.state.value,cf=this.parseExpression();return C(Rl)&&cf.type==="Identifier"&&this.eat(10)?this.parseLabeledStatement(zl,Qh,cf,ml):this.parseExpressionStatement(zl,cf,Al)}assertModuleNodeAllowed(ml){!(this.optionFlags&8)&&!this.inModule&&this.raise(sA.ImportOutsideModule,ml)}maybeTakeDecorators(ml,Al,Rl){return ml&&(Al.decorators?.length?(this.raise(sA.DecoratorsBeforeAfterExport,Al.decorators[0]),Al.decorators.unshift(...ml)):Al.decorators=ml,this.resetStartLocationFromNode(Al,ml[0]),Rl&&this.resetStartLocationFromNode(Rl,Al)),Al}canHaveLeadingDecorator(){return this.match(76)}parseDecorators(ml){let Al=[];do{Al.push(this.parseDecorator())}while(this.match(22));if(this.match(78))ml||this.unexpected();else if(!this.canHaveLeadingDecorator())throw this.raise(sA.UnexpectedLeadingDecorator,this.state.startLoc);return Al}parseDecorator(){this.expectOnePlugin(["decorators","decorators-legacy"]);let ml=this.startNode();if(this.next(),this.hasPlugin("decorators")){let Al=this.state.startLoc,Rl;if(this.match(6)){let Al=this.state.startLoc;this.next(),Rl=this.parseExpression(),this.expect(7),Rl=this.wrapParenthesis(Al,Rl);let zl=this.state.startLoc;ml.expression=this.parseMaybeDecoratorArguments(Rl,Al),ml.expression!==Rl&&this.raise(sA.DecoratorArgumentsOutsideParentheses,zl)}else{for(Rl=this.parseIdentifier(!1);this.eat(12);){let ml=this.startNodeAt(Al);ml.object=Rl,this.match(134)?(this.classScope.usePrivateName(this.state.value,this.state.startLoc),ml.property=this.parsePrivateName()):ml.property=this.parseIdentifier(!0),ml.computed=!1,Rl=this.finishNode(ml,"MemberExpression")}ml.expression=this.parseMaybeDecoratorArguments(Rl,Al)}}else this.state.canStartArrow=!1,ml.expression=this.parseExprSubscripts();return this.finishNode(ml,"Decorator")}parseMaybeDecoratorArguments(ml,Al){if(this.eat(6)){let Rl=this.startNodeAt(Al);return Rl.callee=ml,Rl.arguments=this.parseCallExpressionArguments(),this.toReferencedList(Rl.arguments),this.finishNode(Rl,"CallExpression")}return ml}parseBreakContinueStatement(ml,Al){return this.next(),this.isLineTerminator()?ml.label=null:(ml.label=this.parseIdentifier(),this.semicolon()),this.verifyBreakContinue(ml,Al),this.finishNode(ml,Al?"BreakStatement":"ContinueStatement")}verifyBreakContinue(ml,Al){let Rl;for(Rl=0;Rl=0;Al--){let Rl=this.state.labels[Al];if(Rl.statementStart===ml.start)Rl.statementStart=this.sourceToOffsetPos(this.state.start),Rl.kind=rd;else break}return this.state.labels.push({name:Al,kind:rd,statementStart:this.sourceToOffsetPos(this.state.start)}),ml.body=zl&8?this.parseStatementOrSloppyAnnexBFunctionDeclaration(!0):this.parseStatement(),this.state.labels.pop(),ml.label=Rl,this.finishNode(ml,"LabeledStatement")}parseExpressionStatement(ml,Al,Rl){return ml.expression=Al,this.semicolon(),this.finishNode(ml,"ExpressionStatement")}parseBlock(ml=!1,Al=!0,Rl){let zl=this.startNode();return ml&&this.state.strictErrors.clear(),this.expect(2),Al&&this.scope.enter(0),this.parseBlockBody(zl,ml,!1,4,Rl),Al&&this.scope.exit(),this.finishNode(zl,"BlockStatement")}isValidDirective(ml){return ml.type==="ExpressionStatement"&&ml.expression.type==="StringLiteral"&&!ml.expression.extra.parenthesized}parseBlockBody(ml,Al,Rl,zl,rd){let yh=ml.body=[],kh=ml.directives=[];this.parseBlockOrModuleBlockBody(yh,Al?kh:void 0,Rl,zl,rd)}parseBlockOrModuleBlockBody(ml,Al,Rl,zl,rd){let yh=this.state.strict,kh=!1,Qh=!1;for(;!this.match(zl);){let zl=Rl?this.parseModuleItem():this.parseStatementListItem();if(Al&&!Qh){if(this.isValidDirective(zl)){let ml=this.stmtToDirective(zl);Al.push(ml),!kh&&ml.value.value==="use strict"&&(kh=!0,this.setStrict(!0));continue}Qh=!0,this.state.strictErrors.clear()}ml.push(zl)}rd?.call(this,kh),yh||this.setStrict(!1),this.next()}parseFor(ml,Al){return ml.init=Al,this.semicolon(!1),ml.test=this.match(9)?null:this.parseExpression(),this.semicolon(!1),ml.update=this.match(7)?null:this.parseExpression(),this.expect(7),ml.body=this.parseStatement(),this.scope.exit(),this.state.labels.pop(),this.finishNode(ml,"ForStatement")}parseForIn(ml,Al,Rl){let zl=this.match(54);return this.next(),zl?Rl!==null&&this.unexpected(Rl):ml.await=Rl!==null,Al.type==="VariableDeclaration"&&Al.declarations[0].init!=null&&(!zl||!this.options.annexB||this.state.strict||Al.kind!=="var"||Al.declarations[0].id.type!=="Identifier")&&this.raise(sA.ForInOfLoopInitializer,Al,{type:zl?"ForInStatement":"ForOfStatement"}),Al.type==="AssignmentPattern"&&this.raise(sA.InvalidLhs,Al,{ancestor:{type:"ForStatement"}}),ml.left=Al,ml.right=zl?this.parseExpression():this.parseMaybeAssignAllowIn(),this.expect(7),ml.body=this.parseStatement(),this.scope.exit(),this.state.labels.pop(),this.finishNode(ml,zl?"ForInStatement":"ForOfStatement")}parseVar(ml,Al,Rl,zl=!1){let rd=ml.declarations=[];for(ml.kind=Rl;;){let ml=this.startNode();if(this.parseVarId(ml,Rl),ml.init=this.eat(25)?Al?this.parseMaybeAssignDisallowIn():this.parseMaybeAssignAllowIn():null,ml.init===null&&!zl&&(ml.id.type!=="Identifier"&&!(Al&&(this.match(54)||this.isContextual(98)))?this.raise(sA.DeclarationMissingInitializer,this.state.lastTokEndLoc,{kind:"destructuring"}):(Rl==="const"||Rl==="using"||Rl==="await using")&&!(this.match(54)||this.isContextual(98))&&this.raise(sA.DeclarationMissingInitializer,this.state.lastTokEndLoc,{kind:Rl})),rd.push(this.finishNode(ml,"VariableDeclarator")),!this.eat(8))break}return ml}parseVarId(ml,Al){let Rl=this.parseBindingAtom();Al==="using"||Al==="await using"?(Rl.type==="ArrayPattern"||Rl.type==="ObjectPattern")&&this.raise(sA.UsingDeclarationHasBindingPattern,Rl):Rl.type==="VoidPattern"&&this.raise(sA.UnexpectedVoidPattern,Rl),this.checkLVal(Rl,{type:"VariableDeclarator"},Al==="var"?5:8201),ml.id=Rl}parseAsyncFunctionExpression(ml){return this.parseFunction(ml,8)}parseFunction(ml,Al=0){let Rl=Al&2,zl=!!(Al&1),rd=zl&&!(Al&4),yh=!!(Al&8);return this.initFunction(ml,yh),this.match(51)&&(Rl&&this.raise(sA.GeneratorInSingleStatementContext,this.state.startLoc),this.next(),ml.generator=!0),zl&&(ml.id=this.parseFunctionId(rd)),this.scope.enter(514),this.prodParam.enter(Nt(yh,ml.generator)),zl||(ml.id=this.parseFunctionId()),this.parseFunctionParams(ml,!1),this.parseFunctionBodyAndFinish(ml,zl?"FunctionDeclaration":"FunctionExpression"),this.prodParam.exit(),this.scope.exit(),zl&&!Rl&&this.registerFunctionStatementId(ml),ml}parseFunctionId(ml){return ml||C(this.state.type)?this.parseIdentifier():null}parseFunctionParams(ml,Al){this.expect(6),this.expressionScope.enter(ar()),ml.params=this.parseBindingList(7,41,2|(Al?4:0)),this.expressionScope.exit()}registerFunctionStatementId(ml){ml.id&&this.scope.declareName(ml.id.name,!this.options.annexB||this.state.strict||ml.generator||ml.async?this.scope.treatFunctionsAsVar?5:8201:17,ml.id.start)}parseClass(ml,Al,Rl){this.next();let zl=this.state.strict;return this.state.strict=!0,this.parseClassId(ml,Al,Rl),this.parseClassSuper(ml),ml.body=this.parseClassBody(!!ml.superClass,zl),this.finishNode(ml,Al?"ClassDeclaration":"ClassExpression")}isClassProperty(){return this.match(25)||this.match(9)||this.match(4)}isClassMethod(){return this.match(6)}nameIsConstructor(ml){return ml.type==="Identifier"&&ml.name==="constructor"||ml.type==="StringLiteral"&&ml.value==="constructor"}isNonstaticConstructor(ml){return!ml.computed&&!ml.static&&this.nameIsConstructor(ml.key)}parseClassBody(ml,Al){this.classScope.enter();let Rl={hadConstructor:!1,hadSuperClass:ml},zl=[],rd=this.startNode();for(rd.body=[],this.expect(2);!this.match(4);){if(this.eat(9)){if(zl.length>0)throw this.raise(sA.DecoratorSemicolon,this.state.lastTokEndLoc);continue}if(this.match(22)){zl.push(this.parseDecorator());continue}let ml=this.startNode();zl.length&&(ml.decorators=zl,this.resetStartLocationFromNode(ml,zl[0]),zl=[]),this.parseClassMember(rd,ml,Rl)}if(this.state.strict=Al,this.next(),zl.length)throw this.raise(sA.TrailingDecorator,this.state.startLoc);return this.classScope.exit(),this.finishNode(rd,"ClassBody")}parseClassMemberFromModifier(ml,Al){let Rl=this.parseIdentifier(!0);if(this.isClassMethod()){let zl=Al;return zl.kind="method",zl.computed=!1,zl.key=Rl,zl.static=!1,this.pushClassMethod(ml,zl,!1,!1,!1,!1),!0}else if(this.isClassProperty()){let zl=Al;return zl.computed=!1,zl.key=Rl,zl.static=!1,ml.body.push(this.parseClassProperty(zl)),!0}return this.resetPreviousNodeTrailingComments(Rl),!1}parseClassMember(ml,Al,Rl){let zl=this.isContextual(102);if(zl){if(this.parseClassMemberFromModifier(ml,Al))return;if(this.eat(2)){this.parseClassStaticBlock(ml,Al);return}}this.parseClassMemberWithIsStatic(ml,Al,Rl,zl)}parseClassMemberWithIsStatic(ml,Al,Rl,zl){let rd=Al,yh=Al,kh=Al,Qh=Al,cf=Al,t_=rd,r_=rd;if(Al.static=zl,this.parsePropertyNamePrefixOperator(Al),this.eat(51)){t_.kind="method";let Al=this.match(134);if(this.parseClassElementName(t_),this.parsePostMemberNameModifiers(t_),Al){this.pushClassPrivateMethod(ml,yh,!0,!1);return}this.isNonstaticConstructor(rd)&&this.raise(sA.ConstructorIsGenerator,rd.key),this.pushClassMethod(ml,rd,!0,!1,!1,!1);return}let u_=!this.state.containsEsc&&C(this.state.type),C_=this.parseClassElementName(Al),D_=u_?C_.name:null,S_=this.isPrivateName(C_),P_=this.state.startLoc;if(this.parsePostMemberNameModifiers(r_),this.isClassMethod()){if(t_.kind="method",S_){this.pushClassPrivateMethod(ml,yh,!1,!1);return}let zl=this.isNonstaticConstructor(rd),kh=!1;zl&&(rd.kind="constructor",rd.decorators&&rd.decorators.length>0&&this.raise(sA.DecoratorConstructor,Al),Rl.hadConstructor&&!this.hasPlugin("typescript")&&this.raise(sA.DuplicateConstructor,C_),zl&&this.hasPlugin("typescript")&&Al.override&&this.raise(sA.OverrideOnConstructor,C_),Rl.hadConstructor=!0,kh=Rl.hadSuperClass),this.pushClassMethod(ml,rd,!1,!1,zl,kh)}else if(this.isClassProperty())S_?this.pushClassPrivateProperty(ml,Qh):this.pushClassProperty(ml,kh);else if(D_==="async"&&!this.isLineTerminator()){this.resetPreviousNodeTrailingComments(C_);let Al=this.eat(51);r_.optional&&this.unexpected(P_),t_.kind="method";let Rl=this.match(134);this.parseClassElementName(t_),this.parsePostMemberNameModifiers(r_),Rl?this.pushClassPrivateMethod(ml,yh,Al,!0):(this.isNonstaticConstructor(rd)&&this.raise(sA.ConstructorIsAsync,rd.key),this.pushClassMethod(ml,rd,Al,!0,!1,!1))}else if((D_==="get"||D_==="set")&&!(this.match(51)&&this.isLineTerminator())){this.resetPreviousNodeTrailingComments(C_),t_.kind=D_;let Al=this.match(134);this.parseClassElementName(rd),Al?this.pushClassPrivateMethod(ml,yh,!1,!1):(this.isNonstaticConstructor(rd)&&this.raise(sA.ConstructorIsAccessor,rd.key),this.pushClassMethod(ml,rd,!1,!1,!1,!1)),this.checkGetterSetterParams(rd)}else if(D_==="accessor"&&!this.isLineTerminator()){this.expectPlugin("decoratorAutoAccessors"),this.resetPreviousNodeTrailingComments(C_);let Al=this.match(134);this.parseClassElementName(kh),this.pushClassAccessorProperty(ml,cf,Al)}else this.isLineTerminator()?S_?this.pushClassPrivateProperty(ml,Qh):this.pushClassProperty(ml,kh):this.unexpected()}parseClassElementName(ml){let{type:Al,value:Rl}=this.state;if((Al===128||Al===130)&&ml.static&&Rl==="prototype"&&this.raise(sA.StaticPrototype,this.state.startLoc),Al===134){Rl==="constructor"&&this.raise(sA.ConstructorClassPrivateField,this.state.startLoc);let Al=this.parsePrivateName();return ml.key=Al,Al}return this.parsePropertyName(ml),ml.key}parseClassStaticBlock(ml,Al){this.scope.enter(720);let Rl=this.state.labels;this.state.labels=[],this.prodParam.enter(0);let zl=Al.body=[];this.parseBlockOrModuleBlockBody(zl,void 0,!1,4),this.prodParam.exit(),this.scope.exit(),this.state.labels=Rl,ml.body.push(this.finishNode(Al,"StaticBlock")),Al.decorators?.length&&this.raise(sA.DecoratorStaticBlock,Al)}pushClassProperty(ml,Al){!Al.computed&&this.nameIsConstructor(Al.key)&&this.raise(sA.ConstructorClassField,Al.key),ml.body.push(this.parseClassProperty(Al))}pushClassPrivateProperty(ml,Al){let Rl=this.parseClassPrivateProperty(Al);ml.body.push(Rl),this.classScope.declarePrivateName(this.getPrivateNameSV(Rl.key),0,Rl.key.start)}pushClassAccessorProperty(ml,Al,Rl){!Rl&&!Al.computed&&this.nameIsConstructor(Al.key)&&this.raise(sA.ConstructorClassField,Al.key);let zl=this.parseClassAccessorProperty(Al);ml.body.push(zl),Rl&&this.classScope.declarePrivateName(this.getPrivateNameSV(zl.key),0,zl.key.start)}pushClassMethod(ml,Al,Rl,zl,rd,yh){ml.body.push(this.parseMethod(Al,Rl,zl,rd,yh,"ClassMethod",!0))}pushClassPrivateMethod(ml,Al,Rl,zl){let rd=this.parseMethod(Al,Rl,zl,!1,!1,"ClassPrivateMethod",!0);ml.body.push(rd);let yh=rd.kind==="get"?rd.static?6:2:rd.kind==="set"?rd.static?5:1:0;this.declareClassPrivateMethodInScope(rd,yh)}declareClassPrivateMethodInScope(ml,Al){this.classScope.declarePrivateName(this.getPrivateNameSV(ml.key),Al,ml.key.start)}parsePostMemberNameModifiers(ml){}parseClassPrivateProperty(ml){return this.parseInitializer(ml),this.semicolon(),this.finishNode(ml,"ClassPrivateProperty")}parseClassProperty(ml){return this.parseInitializer(ml),this.semicolon(),this.finishNode(ml,"ClassProperty")}parseClassAccessorProperty(ml){return this.parseInitializer(ml),this.semicolon(),this.finishNode(ml,"ClassAccessorProperty")}parseInitializer(ml){this.scope.enter(592),this.expressionScope.enter(cs()),this.prodParam.enter(0),ml.value=this.eat(25)?this.parseMaybeAssignAllowIn():null,this.expressionScope.exit(),this.prodParam.exit(),this.scope.exit()}parseClassId(ml,Al,Rl,zl=8331){if(C(this.state.type))ml.id=this.parseIdentifier(),Al&&this.declareNameFromIdentifier(ml.id,zl);else if(Rl||!Al)ml.id=null;else throw this.raise(sA.MissingClassName,this.state.startLoc)}parseClassSuper(ml){this.eat(77)?(this.state.canStartArrow=!1,ml.superClass=this.parseExprSubscripts()):ml.superClass=null}parseExport(ml,Al){let Rl=this.parseMaybeImportPhase(ml,!0),zl=this.maybeParseExportDefaultSpecifier(ml,Rl),rd=!zl||this.eat(8),yh=rd&&this.eatExportStar(ml),kh=yh&&this.maybeParseExportNamespaceSpecifier(ml),Qh=rd&&(!kh||this.eat(8)),cf=zl||yh;if(yh&&!kh){if(zl&&this.unexpected(),Al)throw this.raise(sA.UnsupportedDecoratorExport,ml);return this.parseExportFrom(ml,!0),this.sawUnambiguousESM=!0,this.finishNode(ml,"ExportAllDeclaration")}let t_=this.maybeParseExportNamedSpecifiers(ml);zl&&rd&&!yh&&!t_&&this.unexpected(null,2),kh&&Qh&&this.unexpected(null,94);let r_;if(cf||t_){if(r_=!1,Al)throw this.raise(sA.UnsupportedDecoratorExport,ml);this.parseExportFrom(ml,cf)}else r_=this.maybeParseExportDeclaration(ml);if(cf||t_||r_){let Rl=ml;if(this.checkExport(Rl,!0,!1,!!Rl.source),Rl.declaration?.type==="ClassDeclaration")this.maybeTakeDecorators(Al,Rl.declaration,Rl);else if(Al)throw this.raise(sA.UnsupportedDecoratorExport,ml);return this.sawUnambiguousESM=!0,this.finishNode(Rl,"ExportNamedDeclaration")}if(this.eat(61)){let Rl=ml,zl=this.parseExportDefaultExpression();if(Rl.declaration=zl,zl.type==="ClassDeclaration")this.maybeTakeDecorators(Al,zl,Rl);else if(Al)throw this.raise(sA.UnsupportedDecoratorExport,ml);return this.checkExport(Rl,!0,!0),this.sawUnambiguousESM=!0,this.finishNode(Rl,"ExportDefaultDeclaration")}throw this.unexpected(null,2)}eatExportStar(ml){return this.eat(51)}maybeParseExportDefaultSpecifier(ml,Al){if(Al||this.isExportDefaultSpecifier()){this.expectPlugin("exportDefaultFrom",Al?.start);let Rl=Al||this.parseIdentifier(!0),zl=this.startNodeAtNode(Rl);return zl.exported=Rl,ml.specifiers=[this.finishNode(zl,"ExportDefaultSpecifier")],!0}return!1}maybeParseExportNamespaceSpecifier(ml){if(this.isContextual(89)){ml.specifiers??(ml.specifiers=[]);let Al=this.startNodeAt(this.state.lastTokStartLoc);return this.next(),Al.exported=this.parseModuleExportName(),ml.specifiers.push(this.finishNode(Al,"ExportNamespaceSpecifier")),!0}return!1}maybeParseExportNamedSpecifiers(ml){if(this.match(2)){let Al=ml;Al.specifiers||(Al.specifiers=[]);let Rl=Al.exportKind==="type";return Al.specifiers.push(...this.parseExportSpecifiers(Rl)),Al.source=null,Al.attributes=[],Al.declaration=null,!0}return!1}maybeParseExportDeclaration(ml){return this.shouldParseExportDeclaration()?(ml.specifiers=[],ml.source=null,ml.attributes=[],ml.declaration=this.parseExportDeclaration(ml),!0):!1}isAsyncFunction(){if(!this.isContextual(91))return!1;let ml=this.nextTokenInLineStart();return this.isUnparsedContextual(ml,"function")}parseExportDefaultExpression(){let ml=this.startNode();if(this.match(64))return this.next(),this.parseFunction(ml,5);if(this.isAsyncFunction())return this.next(),this.next(),this.parseFunction(ml,13);if(this.match(76))return this.parseClass(ml,!0,!0);if(this.match(22))return this.parseClass(this.maybeTakeDecorators(this.parseDecorators(!1),this.startNode()),!0,!0);if(this.match(71)||this.match(70)||this.isLet()||this.isUsing()||this.isAwaitUsing())throw this.raise(sA.UnsupportedDefaultExport,this.state.startLoc);let Al=this.parseMaybeAssignAllowIn();return this.semicolon(),Al}parseExportDeclaration(ml){return this.match(76)?this.parseClass(this.startNode(),!0,!1):this.parseStatementListItem()}isExportDefaultSpecifier(){let{type:ml}=this.state;if(C(ml)){if(ml===91&&!this.state.containsEsc||ml===96)return!1;if((ml===126||ml===125)&&!this.state.containsEsc){let ml=this.nextTokenStart(),Al=this.input.charCodeAt(ml);if(Al===123||this.chStartsBindingIdentifier(Al,ml)&&!this.input.startsWith("from",ml))return this.expectOnePlugin(["flow","typescript"]),!1}}else if(!this.match(61))return!1;let Al=this.nextTokenStart(),Rl=this.isUnparsedContextual(Al,"from");if(this.input.charCodeAt(Al)===44||C(this.state.type)&&Rl)return!0;if(this.match(61)&&Rl){let ml=this.input.charCodeAt(this.nextTokenStartSince(Al+4));return ml===34||ml===39}return!1}parseExportFrom(ml,Al){this.eatContextual(94)?(ml.source=this.parseImportSource(),this.checkExport(ml),this.maybeParseImportAttributes(ml)):Al&&this.unexpected(),this.semicolon()}shouldParseExportDeclaration(){let{type:ml}=this.state;return ml===22&&(this.expectOnePlugin(["decorators","decorators-legacy"]),this.hasPlugin("decorators"))?!0:this.isUsing()?(this.raise(sA.UsingDeclarationExport,this.state.startLoc),!0):this.isAwaitUsing()?(this.raise(sA.UsingDeclarationExport,this.state.startLoc),!0):ml===70||ml===71||ml===64||ml===76||this.isLet()||this.isAsyncFunction()}checkExport(ml,Al,Rl,zl){if(Al){if(Rl){if(this.checkDuplicateExports(ml,"default"),this.hasPlugin("exportDefaultFrom")){let Al=ml.declaration;Al.type==="Identifier"&&Al.name==="from"&&Al.end-Al.start===4&&!Al.extra?.parenthesized&&this.raise(sA.ExportDefaultFromAsIdentifier,Al)}}else if(ml.specifiers?.length)for(let Al of ml.specifiers){let{exported:ml}=Al,Rl=ml.type==="Identifier"?ml.name:ml.value;if(this.checkDuplicateExports(Al,Rl),!zl&&Al.local){let{local:ml}=Al;ml.type!=="Identifier"?this.raise(sA.ExportBindingIsString,Al,{localName:ml.value,exportName:Rl}):(this.checkReservedWord(ml.name,ml.start,!0,!1),this.scope.checkLocalExport(ml))}}else if(ml.declaration){let Al=ml.declaration;if(Al.type==="FunctionDeclaration"||Al.type==="ClassDeclaration"){let{id:Rl}=Al;if(!Rl)throw new Error("Assertion failure");this.checkDuplicateExports(ml,Rl.name)}else if(Al.type==="VariableDeclaration")for(let ml of Al.declarations)this.checkDeclaration(ml.id)}}}checkDeclaration(ml){if(ml.type==="Identifier")this.checkDuplicateExports(ml,ml.name);else if(ml.type==="ObjectPattern")for(let Al of ml.properties)this.checkDeclaration(Al);else if(ml.type==="ArrayPattern")for(let Al of ml.elements)Al&&this.checkDeclaration(Al);else ml.type==="ObjectProperty"?this.checkDeclaration(ml.value):ml.type==="RestElement"?this.checkDeclaration(ml.argument):ml.type==="AssignmentPattern"&&this.checkDeclaration(ml.left)}checkDuplicateExports(ml,Al){this.exportedIdentifiers.has(Al)&&(Al==="default"?this.raise(sA.DuplicateDefaultExport,ml):this.raise(sA.DuplicateExport,ml,{exportName:Al})),this.exportedIdentifiers.add(Al)}parseExportSpecifiers(ml){let Al=[],Rl=!0;for(this.expect(2);!this.eat(4);){if(Rl)Rl=!1;else if(this.expect(8),this.eat(4))break;let zl=this.isContextual(126),rd=this.match(130),yh=this.startNode();yh.local=this.parseModuleExportName(),Al.push(this.parseExportSpecifier(yh,rd,ml,zl))}return Al}parseExportSpecifier(ml,Al,Rl,zl){return this.eatContextual(89)?ml.exported=this.parseModuleExportName():Al?ml.exported=this.cloneStringLiteral(ml.local):ml.exported||(ml.exported=this.cloneIdentifier(ml.local)),this.finishNode(ml,"ExportSpecifier")}parseModuleExportName(){if(this.match(130)){let ml=this.parseStringLiteral(this.state.value),Al=gE.exec(ml.value);return Al&&this.raise(sA.ModuleExportNameHasLoneSurrogate,ml,{surrogateCharCode:Al[0].charCodeAt(0)}),ml}return this.parseIdentifier(!0)}checkImportPhase(ml){let{specifiers:Al}=ml,Rl=Al.length===1?Al[0].type:null;ml.phase==="source"?Rl!=="ImportDefaultSpecifier"&&this.raise(sA.SourcePhaseImportRequiresDefault,Al[0]):ml.phase==="defer"&&Rl!=="ImportNamespaceSpecifier"&&this.raise(sA.DeferImportRequiresNamespace,Al[0])}isPotentialImportPhase(ml){return ml?!1:this.isContextual(101)||this.isContextual(93)}applyImportPhase(ml,Al,Rl,zl){Al||(Rl==="source"?(this.expectPlugin("sourcePhaseImports",zl),ml.phase="source"):Rl==="defer"?(this.expectPlugin("deferredImportEvaluation",zl),ml.phase="defer"):this.hasPlugin("sourcePhaseImports")&&(ml.phase=null))}parseMaybeImportPhase(ml,Al){if(!this.isPotentialImportPhase(Al))return this.applyImportPhase(ml,Al,null),null;let Rl=this.startNode(),zl=this.parseIdentifierName(!0),{type:rd}=this.state;return(B(rd)?rd!==94||this.lookaheadCharCode()===102:rd!==8)?(this.applyImportPhase(ml,Al,zl,Rl.start),null):(this.applyImportPhase(ml,Al,null),this.createIdentifier(Rl,zl))}isPrecedingIdImportPhase(ml){let{type:Al}=this.state;return C(Al)?Al!==94||this.lookaheadCharCode()===102:Al!==8}parseImport(ml){return this.match(130)?this.parseImportSourceAndAttributes(ml):this.parseImportSpecifiersAndAfter(ml,this.parseMaybeImportPhase(ml,!1))}parseImportSpecifiersAndAfter(ml,Al){ml.specifiers=[];let Rl=!this.maybeParseDefaultImportSpecifier(ml,Al)||this.eat(8),zl=Rl&&this.maybeParseStarImportSpecifier(ml);return Rl&&!zl&&this.parseNamedImportSpecifiers(ml),this.expectContextual(94),this.parseImportSourceAndAttributes(ml)}parseImportSourceAndAttributes(ml){return ml.specifiers??(ml.specifiers=[]),ml.source=this.parseImportSource(),this.maybeParseImportAttributes(ml),this.checkImportPhase(ml),this.semicolon(),this.sawUnambiguousESM=!0,this.finishNode(ml,"ImportDeclaration")}parseImportSource(){return this.match(130)||this.unexpected(),this.parseExprAtom()}parseImportSpecifierLocal(ml,Al,Rl){Al.local=this.parseIdentifier(),ml.specifiers.push(this.finishImportSpecifier(Al,Rl))}finishImportSpecifier(ml,Al,Rl=8201){return this.checkLVal(ml.local,{type:Al},Rl),this.finishNode(ml,Al)}parseImportAttributes(){this.expect(2);let ml=[],Al=new Set;do{if(this.match(4))break;let Rl=this.startNode(),zl=this.state.value;if(Al.has(zl)&&this.raise(sA.ModuleAttributesWithDuplicateKeys,this.state.startLoc,{key:zl}),Al.add(zl),this.match(130)?Rl.key=this.parseStringLiteral(zl):Rl.key=this.parseIdentifier(!0),this.expect(10),!this.match(130))throw this.raise(sA.ModuleAttributeInvalidValue,this.state.startLoc);Rl.value=this.parseStringLiteral(this.state.value),ml.push(this.finishNode(Rl,"ImportAttribute"))}while(this.eat(8));return this.expect(4),ml}maybeParseImportAttributes(ml){let Al;if(this.match(72)){if(this.hasPrecedingLineBreak()&&this.lookaheadCharCode()===40)return;this.next(),Al=this.parseImportAttributes()}else Al=[];ml.attributes=Al}maybeParseDefaultImportSpecifier(ml,Al){if(Al){let Rl=this.startNodeAtNode(Al);return Rl.local=Al,ml.specifiers.push(this.finishImportSpecifier(Rl,"ImportDefaultSpecifier")),!0}else if(B(this.state.type))return this.parseImportSpecifierLocal(ml,this.startNode(),"ImportDefaultSpecifier"),!0;return!1}maybeParseStarImportSpecifier(ml){if(this.match(51)){let Al=this.startNode();return this.next(),this.expectContextual(89),this.parseImportSpecifierLocal(ml,Al,"ImportNamespaceSpecifier"),!0}return!1}parseNamedImportSpecifiers(ml){let Al=!0;for(this.expect(2);!this.eat(4);){if(Al)Al=!1;else{if(this.eat(10))throw this.raise(sA.DestructureNamedImport,this.state.startLoc);if(this.expect(8),this.eat(4))break}let Rl=this.startNode(),zl=this.match(130),rd=this.isContextual(126);Rl.imported=this.parseModuleExportName();let yh=this.parseImportSpecifier(Rl,zl,ml.importKind==="type"||ml.importKind==="typeof",rd,void 0);ml.specifiers.push(yh)}}parseImportSpecifier(ml,Al,Rl,zl,rd){if(this.eatContextual(89))ml.local=this.parseIdentifier();else{let{imported:Rl}=ml;if(Al)throw this.raise(sA.ImportBindingIsString,ml,{importName:Rl.value});this.checkReservedWord(Rl.name,ml.start,!0,!0),ml.local||(ml.local=this.cloneIdentifier(Rl))}return this.finishImportSpecifier(ml,"ImportSpecifier",rd)}isThisParam(ml){return ml.type==="Identifier"&&ml.name==="this"}},wE=/in(?:stanceof)?|as|satisfies/y;function lr(ml){if(ml==null)throw new Error(`Unexpected ${ml} value.`);return ml}function Ke(ml){if(!ml)throw new Error("Assert fail")}var CE={AbstractMethodHasImplementation:({methodName:ml})=>`Method '${ml}' cannot have an implementation because it is marked abstract.`,AbstractPropertyHasInitializer:({propertyName:ml})=>`Property '${ml}' cannot have an initializer because it is marked abstract.`,AccessorCannotBeOptional:"An 'accessor' property cannot be declared optional.",AccessorCannotDeclareThisParameter:"'get' and 'set' accessors cannot declare 'this' parameters.",AccessorCannotHaveTypeParameters:"An accessor cannot have type parameters.",ClassMethodHasDeclare:"Class methods cannot have the 'declare' modifier.",ClassMethodHasReadonly:"Class methods cannot have the 'readonly' modifier.",ConstInitializerMustBeStringOrNumericLiteralOrLiteralEnumReference:"A 'const' initializer in an ambient context must be a string or numeric literal or literal enum reference.",ConstructorHasTypeParameters:"Type parameters cannot appear on a constructor declaration.",DeclareAccessor:({kind:ml})=>`'declare' is not allowed in ${ml}ters.`,DeclareClassFieldHasInitializer:"Initializers are not allowed in ambient contexts.",DeclareFunctionHasImplementation:"An implementation cannot be declared in ambient contexts.",DecoratorAbstractMethod:({kind:ml})=>`Decorators can't be used with ${ml.startsWith("a")?"an":"a"} ${ml}.`,DuplicateAccessibilityModifier:({modifier:ml})=>`Accessibility modifier already seen: '${ml}'.`,DuplicateModifier:({modifier:ml})=>`Duplicate modifier: '${ml}'.`,EmptyHeritageClauseType:({token:ml})=>`'${ml}' list cannot be empty.`,EmptyTypeArguments:"Type argument list cannot be empty.",EmptyTypeParameters:"Type parameter list cannot be empty.",ExpectedAmbientAfterExportDeclare:"'export declare' must be followed by an ambient declaration.",ExportAssignmentInTSNamespace:"An export assignment cannot be used in a namespace.",ExportInTSNamespace:"Export declarations are not permitted in a namespace.",ImportAliasHasImportType:"An import alias can not use 'import type'.",ImportInTSNamespace:"Import declarations in a namespace cannot reference a module.",IncompatibleModifiers:({modifiers:ml})=>`'${ml[0]}' modifier cannot be used with '${ml[1]}' modifier.`,IndexSignatureHasAbstract:"Index signatures cannot have the 'abstract' modifier.",IndexSignatureHasAccessibility:({modifier:ml})=>`Index signatures cannot have an accessibility modifier ('${ml}').`,IndexSignatureHasDeclare:"Index signatures cannot have the 'declare' modifier.",IndexSignatureHasOverride:"'override' modifier cannot appear on an index signature.",IndexSignatureHasStatic:"Index signatures cannot have the 'static' modifier.",InitializerNotAllowedInAmbientContext:"Initializers are not allowed in ambient contexts.",InlineModuleDeclarationMustUseString:"`module ... {}` declarations must have a string name. Use `namespace ... {}` instead.",InvalidHeritageClauseType:({token:ml})=>`'${ml}' list can only include identifiers or qualified-names with optional type arguments.`,InvalidModifierOnAwaitUsingDeclaration:ml=>`'${ml}' modifier cannot appear on an await using declaration.`,InvalidModifierOnTypeMember:({modifier:ml})=>`'${ml}' modifier cannot appear on a type member.`,InvalidModifierOnTypeParameter:({modifier:ml})=>`'${ml}' modifier cannot appear on a type parameter.`,InvalidModifierOnTypeParameterPositions:({modifier:ml})=>`'${ml}' modifier can only appear on a type parameter of a class, interface or type alias.`,InvalidModifierOnUsingDeclaration:ml=>`'${ml}' modifier cannot appear on a using declaration.`,InvalidModifiersOrder:({orderedModifiers:ml})=>`'${ml[0]}' modifier must precede '${ml[1]}' modifier.`,InvalidPropertyAccessAfterInstantiationExpression:"Invalid property access after an instantiation expression. You can either wrap the instantiation expression in parentheses, or delete the type arguments.",InvalidTupleMemberLabel:"Tuple members must be labeled with a simple identifier.",MissingInterfaceName:"'interface' declarations must be followed by an identifier.",NamespaceExportInTSNamespace:"Global module exports may only appear at top level.",NonAbstractClassHasAbstractMethod:"Abstract methods can only appear within an abstract class.",NonClassMethodPropertyHasAbstractModifier:"'abstract' modifier can only appear on a class, method, or property declaration.",OptionalTypeBeforeRequired:"A required element cannot follow an optional element.",OverrideNotInSubClass:"This member cannot have an 'override' modifier because its containing class does not extend another class.",PatternIsOptional:"A binding pattern parameter cannot be optional in an implementation signature.",PrivateElementHasAbstract:"Private elements cannot have the 'abstract' modifier.",PrivateElementHasAccessibility:({modifier:ml})=>`Private elements cannot have an accessibility modifier ('${ml}').`,ReadonlyForMethodSignature:"'readonly' modifier can only appear on a property declaration or index signature.",ReservedArrowTypeParam:"This syntax is reserved in files with the .mts or .cts extension. Add a trailing comma, as in `() => ...`.",ReservedTypeAssertion:"This syntax is reserved in files with the .mts or .cts extension. Use an `as` expression instead.",SetAccessorCannotHaveOptionalParameter:"A 'set' accessor cannot have an optional parameter.",SetAccessorCannotHaveRestParameter:"A 'set' accessor cannot have rest parameter.",SetAccessorCannotHaveReturnType:"A 'set' accessor cannot have a return type annotation.",SingleTypeParameterWithoutTrailingComma:({typeParameterName:ml})=>`Single type parameter ${ml} should have a trailing comma. Example usage: <${ml},>.`,StaticBlockCannotHaveModifier:"Static class blocks cannot have any modifier.",TupleOptionalAfterType:"A labeled tuple optional element must be declared using a question mark after the name and before the colon (`name?: type`), rather than after the type (`name: type?`).",TypeAnnotationAfterAssign:"Type annotations must come before default assignments, e.g. instead of `age = 25: number` use `age: number = 25`.",TypeImportCannotSpecifyDefaultAndNamed:"A type-only import can specify a default import or named bindings, but not both.",TypeModifierIsUsedInTypeExports:"The 'type' modifier cannot be used on a named export when 'export type' is used on its export statement.",TypeModifierIsUsedInTypeImports:"The 'type' modifier cannot be used on a named import when 'import type' is used on its import statement.",UnexpectedParameterInitializer:"A parameter initializer is only allowed in a function or constructor implementation.",UnexpectedParameterModifier:"A parameter property is only allowed in a constructor implementation.",UnexpectedReadonly:"'readonly' type modifier is only permitted on array and tuple literal types.",UnexpectedTypeAnnotation:"Did not expect a type annotation here.",UnexpectedTypeCastInParameter:"Unexpected type cast in parameter position.",UnexpectedTypeDeclaration:ml=>`'${ml}' declarations can only be declared inside a block.`,UnsupportedImportTypeArgument:"Argument in a type import must be a string literal.",UnsupportedParameterPropertyKind:"A parameter property may not be declared using a binding pattern.",UnsupportedSignatureParameterKind:({type:ml})=>`Name in a signature must be an Identifier, ObjectPattern or ArrayPattern, instead got ${ml}.`,UsingDeclarationInAmbientContext:ml=>`'${ml}' declarations are not allowed in ambient contexts.`},BE=F`typescript`(CE);function ur(ml){switch(ml){case"any":return"TSAnyKeyword";case"boolean":return"TSBooleanKeyword";case"bigint":return"TSBigIntKeyword";case"never":return"TSNeverKeyword";case"number":return"TSNumberKeyword";case"object":return"TSObjectKeyword";case"string":return"TSStringKeyword";case"symbol":return"TSSymbolKeyword";case"undefined":return"TSUndefinedKeyword";case"unknown":return"TSUnknownKeyword";default:return}}function We(ml){return ml==="private"||ml==="public"||ml==="protected"}function fr(ml){return ml==="in"||ml==="out"}function Pe(ml){if(ml.extra?.parenthesized)return!1;switch(ml.type){case"Identifier":return!0;case"MemberExpression":return!ml.computed&&Pe(ml.object);case"TSInstantiationExpression":return Pe(ml.expression);default:return!1}}var dr=ml=>class extends ml{getScopeHandler(){return KA}tsIsIdentifier(){return C(this.state.type)}tsTokenCanFollowModifier(){return this.match(0)||this.match(2)||this.match(51)||this.match(17)||this.match(134)||this.isLiteralPropertyName()}tsNextTokenOnSameLineAndCanFollowModifier(){return this.next(),this.hasPrecedingLineBreak()?!1:this.tsTokenCanFollowModifier()}tsNextTokenCanFollowModifier(){return this.match(102)?(this.next(),this.tsTokenCanFollowModifier()):this.tsNextTokenOnSameLineAndCanFollowModifier()}tsParseModifier(ml,Al,Rl){if(!C(this.state.type)&&this.state.type!==54&&this.state.type!==71)return;let zl=this.state.value;if(ml.includes(zl)){if(Rl&&this.match(102)||Al&&this.tsIsStartOfStaticBlocks())return;if(this.tsTryParse(this.tsNextTokenCanFollowModifier.bind(this)))return zl}}tsParseModifiers({allowedModifiers:ml,disallowedModifiers:Al,stopOnStartOfClassStaticBlock:Rl,errorTemplate:zl=BE.InvalidModifierOnTypeMember},rd){let o=(ml,Al,Rl,zl)=>{Al===Rl&&rd[zl]&&this.raise(BE.InvalidModifiersOrder,ml,{orderedModifiers:[Rl,zl]})},h=(ml,Al,Rl,zl)=>{(rd[Rl]&&Al===zl||rd[zl]&&Al===Rl)&&this.raise(BE.IncompatibleModifiers,ml,{modifiers:[Rl,zl]})};for(;;){let{startLoc:yh}=this.state,kh=this.tsParseModifier(ml.concat(Al??[]),Rl,rd.static);if(!kh)break;We(kh)?rd.accessibility?this.raise(BE.DuplicateAccessibilityModifier,yh,{modifier:kh}):(o(yh,kh,kh,"override"),o(yh,kh,kh,"static"),o(yh,kh,kh,"readonly"),rd.accessibility=kh):fr(kh)?(rd[kh]&&this.raise(BE.DuplicateModifier,yh,{modifier:kh}),rd[kh]=!0,o(yh,kh,"in","out")):(r_(rd,kh)?this.raise(BE.DuplicateModifier,yh,{modifier:kh}):(o(yh,kh,"static","readonly"),o(yh,kh,"static","override"),o(yh,kh,"override","readonly"),o(yh,kh,"abstract","override"),h(yh,kh,"declare","override"),h(yh,kh,"static","abstract")),rd[kh]=!0),Al?.includes(kh)&&this.raise(zl,yh,{modifier:kh})}}tsIsListTerminator(ml){switch(ml){case"EnumMembers":case"TypeMembers":return this.match(4);case"HeritageClauseElement":return this.match(2);case"TupleElementTypes":return this.match(1);case"TypeParametersOrArguments":return this.match(44)}}tsParseList(ml,Al){let Rl=[];for(;!this.tsIsListTerminator(ml);)Rl.push(Al());return Rl}tsParseDelimitedList(ml,Al,Rl){return lr(this.tsParseDelimitedListWorker(ml,Al,!0,Rl))}tsParseDelimitedListWorker(ml,Al,Rl,zl){let rd=[],yh=-1;for(;!this.tsIsListTerminator(ml);){yh=-1;let zl=Al();if(zl==null)return;if(rd.push(zl),this.eat(8)){yh=this.state.lastTokStartLoc.index;continue}if(this.tsIsListTerminator(ml))break;Rl&&this.expect(8);return}return zl&&(zl.value=yh),rd}tsParseBracketedList(ml,Al,Rl,zl,rd){zl||(Rl?this.expect(0):this.expect(43));let yh=this.tsParseDelimitedList(ml,Al,rd);return Rl?this.expect(1):this.expect(44),yh}tsParseImportType(){let ml=this.startNode();return this.expect(79),this.expect(6),this.match(130)?ml.source=this.parseStringLiteral(this.state.value):(this.raise(BE.UnsupportedImportTypeArgument,this.state.startLoc),ml.source=this.tsParseNonConditionalType()),this.eat(8)?ml.options=this.tsParseImportTypeOptions():ml.options=null,this.expect(7),this.eat(12)&&(ml.qualifier=this.tsParseEntityName(3)),this.match(43)&&(ml.typeArguments=this.tsParseTypeArguments()),this.finishNode(ml,"TSImportType")}tsParseImportTypeOptions(){let ml=this.startNode();this.expect(2);let Al=this.startNode();return this.isContextual(72)?(Al.method=!1,Al.key=this.parseIdentifier(!0),Al.computed=!1,Al.shorthand=!1):this.unexpected(null,72),this.expect(10),Al.value=this.tsParseImportTypeWithPropertyValue(),ml.properties=[this.finishObjectProperty(Al)],this.eat(8),this.expect(4),this.finishNode(ml,"ObjectExpression")}tsParseImportTypeWithPropertyValue(){let ml=this.startNode(),Al=[];for(this.expect(2);!this.match(4);){let ml=this.state.type;C(ml)||ml===130?Al.push(super.parsePropertyDefinition(null)):this.unexpected(),this.eat(8)}return ml.properties=Al,this.next(),this.finishNode(ml,"ObjectExpression")}tsParseEntityName(ml){let Al;if(ml&1&&this.match(74))if(ml&2)Al=this.parseIdentifier(!0);else{let ml=this.startNode();this.next(),Al=this.finishNode(ml,"ThisExpression")}else Al=this.parseIdentifier(!!(ml&1));for(;this.eat(12);){let Rl=this.startNodeAtNode(Al);Rl.left=Al,Rl.right=this.parseIdentifier(!!(ml&1)),Al=this.finishNode(Rl,"TSQualifiedName")}return Al}tsParseTypeReference(){let ml=this.startNode();return ml.typeName=this.tsParseEntityName(1),!this.hasPrecedingLineBreak()&&this.match(43)&&(ml.typeArguments=this.tsParseTypeArguments()),this.finishNode(ml,"TSTypeReference")}tsParseThisTypePredicate(ml){this.next();let Al=this.startNodeAtNode(ml);return Al.parameterName=ml,Al.typeAnnotation=this.tsParseTypeAnnotation(!1),Al.asserts=!1,this.finishNode(Al,"TSTypePredicate")}tsParseThisTypeNode(){let ml=this.startNode();return this.next(),this.finishNode(ml,"TSThisType")}tsParseTypeQuery(){let ml=this.startNode();return this.expect(83),this.match(79)?ml.exprName=this.tsParseImportType():ml.exprName=this.tsParseEntityName(1),!this.hasPrecedingLineBreak()&&this.match(43)&&(ml.typeArguments=this.tsParseTypeArguments()),this.finishNode(ml,"TSTypeQuery")}tsParseInOutModifiers=this.tsParseModifiers.bind(this,{allowedModifiers:["in","out"],disallowedModifiers:["const","public","private","protected","readonly","declare","abstract","override"],errorTemplate:BE.InvalidModifierOnTypeParameter});tsParseConstModifier=this.tsParseModifiers.bind(this,{allowedModifiers:["const"],disallowedModifiers:["in","out"],errorTemplate:BE.InvalidModifierOnTypeParameterPositions});tsParseInOutConstModifiers=this.tsParseModifiers.bind(this,{allowedModifiers:["in","out","const"],disallowedModifiers:["public","private","protected","readonly","declare","abstract","override"],errorTemplate:BE.InvalidModifierOnTypeParameter});tsParseTypeParameter(ml){let Al=this.startNode();return ml(Al),Al.name=this.tsParseTypeParameterName(),Al.constraint=this.tsEatThenParseType(77),Al.default=this.tsEatThenParseType(25),this.finishNode(Al,"TSTypeParameter")}tsTryParseTypeParameters(ml){if(this.match(43))return this.tsParseTypeParameters(ml)}tsParseTypeParameters(ml){let Al=this.startNode();this.match(43)||this.match(138)?this.next():this.unexpected();let Rl={value:-1};return Al.params=this.tsParseBracketedList("TypeParametersOrArguments",this.tsParseTypeParameter.bind(this,ml),!1,!0,Rl),Al.params.length===0&&this.raise(BE.EmptyTypeParameters,Al),Rl.value!==-1&&this.addExtra(Al,"trailingComma",Rl.value),this.finishNode(Al,"TSTypeParameterDeclaration")}tsFillSignature(ml,Al){let Rl=ml===15,zl="params",rd="returnType";Al.typeParameters=this.tsTryParseTypeParameters(this.tsParseConstModifier),this.expect(6),Al[zl]=this.tsParseBindingListForSignature(),Rl?Al[rd]=this.tsParseTypeOrTypePredicateAnnotation(ml):this.match(ml)&&(Al[rd]=this.tsParseTypeOrTypePredicateAnnotation(ml))}tsParseBindingListForSignature(){let ml=super.parseBindingList(7,41,2);for(let Al of ml){let{type:ml}=Al;(ml==="AssignmentPattern"||ml==="TSParameterProperty")&&this.raise(BE.UnsupportedSignatureParameterKind,Al,{type:ml})}return ml}tsParseTypeMemberSemicolon(){!this.eat(8)&&!this.isLineTerminator()&&this.expect(9)}tsParseSignatureMember(ml,Al){return this.tsFillSignature(10,Al),this.tsParseTypeMemberSemicolon(),this.finishNode(Al,ml)}tsIsUnambiguouslyIndexSignature(){return this.next(),C(this.state.type)?(this.next(),this.match(10)):!1}tsTryParseIndexSignature(ml){if(!(this.match(0)&&this.tsLookAhead(this.tsIsUnambiguouslyIndexSignature.bind(this))))return;this.expect(0);let Al=this.parseIdentifier();Al.typeAnnotation=this.tsParseTypeAnnotation(),this.resetEndLocation(Al),this.expect(1),ml.parameters=[Al];let Rl=this.tsTryParseTypeAnnotation();return Rl&&(ml.typeAnnotation=Rl),this.tsParseTypeMemberSemicolon(),this.finishNode(ml,"TSIndexSignature")}tsParsePropertyOrMethodSignature(ml,Al){if(this.eat(13)&&(ml.optional=!0),this.match(6)||this.match(43)){Al&&this.raise(BE.ReadonlyForMethodSignature,ml);let Rl=ml;if(Rl.kind&&this.match(43)&&this.raise(BE.AccessorCannotHaveTypeParameters,this.state.curPosition()),this.tsFillSignature(10,Rl),this.tsParseTypeMemberSemicolon(),Rl.kind==="get")Rl.params.length>0&&(this.raise(sA.BadGetterArity,this.state.curPosition()),this.isThisParam(Rl.params[0])&&this.raise(BE.AccessorCannotDeclareThisParameter,this.state.curPosition()));else if(Rl.kind==="set"){if(Rl.params.length!==1)this.raise(sA.BadSetterArity,this.state.curPosition());else{let ml=Rl.params[0];this.isThisParam(ml)&&this.raise(BE.AccessorCannotDeclareThisParameter,this.state.curPosition()),ml.type==="Identifier"&&ml.optional&&this.raise(BE.SetAccessorCannotHaveOptionalParameter,this.state.curPosition()),ml.type==="RestElement"&&this.raise(BE.SetAccessorCannotHaveRestParameter,this.state.curPosition())}Rl.returnType&&this.raise(BE.SetAccessorCannotHaveReturnType,Rl.returnType)}else Rl.kind="method";return this.finishNode(Rl,"TSMethodSignature")}else{let Rl=ml;Al&&(Rl.readonly=!0);let zl=this.tsTryParseTypeAnnotation();return zl&&(Rl.typeAnnotation=zl),this.tsParseTypeMemberSemicolon(),this.finishNode(Rl,"TSPropertySignature")}}tsParseTypeMember(){let ml=this.startNode();if(this.match(6)||this.match(43))return this.tsParseSignatureMember("TSCallSignatureDeclaration",ml);if(this.match(73)){let Al=this.startNode();return this.next(),this.match(6)||this.match(43)?this.tsParseSignatureMember("TSConstructSignatureDeclaration",ml):(ml.key=this.createIdentifier(Al,"new"),this.tsParsePropertyOrMethodSignature(ml,!1))}this.tsParseModifiers({allowedModifiers:["readonly"],disallowedModifiers:["declare","abstract","private","protected","public","static","override"]},ml);let Al=this.tsTryParseIndexSignature(ml);return Al||(super.parsePropertyName(ml),!ml.computed&&ml.key.type==="Identifier"&&(ml.key.name==="get"||ml.key.name==="set")&&this.tsTokenCanFollowModifier()&&(ml.kind=ml.key.name,super.parsePropertyName(ml),!this.match(6)&&!this.match(43)&&this.unexpected(null,6)),this.tsParsePropertyOrMethodSignature(ml,!!ml.readonly))}tsParseTypeLiteral(){let ml=this.startNode();return ml.members=this.tsParseObjectTypeMembers(),this.finishNode(ml,"TSTypeLiteral")}tsParseObjectTypeMembers(){this.expect(2);let ml=this.tsParseList("TypeMembers",this.tsParseTypeMember.bind(this));return this.expect(4),ml}tsIsStartOfMappedType(){return this.next(),this.eat(49)?this.isContextual(118):(this.isContextual(118)&&this.next(),!this.match(0)||(this.next(),!this.tsIsIdentifier())?!1:(this.next(),this.match(54)))}tsParseMappedType(){let ml=this.startNode();return this.expect(2),this.match(49)?(ml.readonly=this.state.value,this.next(),this.expectContextual(118)):this.eatContextual(118)&&(ml.readonly=!0),this.expect(0),ml.key=this.tsParseTypeParameterName(),ml.constraint=this.tsExpectThenParseType(54),ml.nameType=this.eatContextual(89)?this.tsParseType():null,this.expect(1),this.match(49)?(ml.optional=this.state.value,this.next(),this.expect(13)):this.eat(13)&&(ml.optional=!0),ml.typeAnnotation=this.tsTryParseType(),this.semicolon(),this.expect(4),this.finishNode(ml,"TSMappedType")}tsParseTupleType(){let ml=this.startNode();ml.elementTypes=this.tsParseBracketedList("TupleElementTypes",this.tsParseTupleElementType.bind(this),!0,!1);let Al=!1;return ml.elementTypes.forEach(ml=>{let{type:Rl}=ml;Al&&Rl!=="TSRestType"&&Rl!=="TSOptionalType"&&!(Rl==="TSNamedTupleMember"&&ml.optional)&&this.raise(BE.OptionalTypeBeforeRequired,ml),Al||(Al=Rl==="TSNamedTupleMember"&&ml.optional||Rl==="TSOptionalType")}),this.finishNode(ml,"TSTupleType")}tsParseTupleElementType(){let ml=this.state.startLoc,Al=this.eat(17),{startLoc:Rl}=this.state,zl,rd,yh,kh,Qh=B(this.state.type)?this.lookaheadCharCode():null;if(Qh===58)zl=!0,yh=!1,rd=this.parseIdentifier(!0),this.expect(10),kh=this.tsParseType();else if(Qh===63){yh=!0;let ml=this.state.value,Al=this.tsParseNonArrayType();this.lookaheadCharCode()===58?(zl=!0,rd=this.createIdentifier(this.startNodeAt(Rl),ml),this.expect(13),this.expect(10),kh=this.tsParseType()):(zl=!1,kh=Al,this.expect(13))}else kh=this.tsParseType(),yh=this.eat(13),zl=this.eat(10);if(zl){let ml;rd?(ml=this.startNodeAt(Rl),ml.optional=yh,ml.label=rd,ml.elementType=kh,this.eat(13)&&(ml.optional=!0,this.raise(BE.TupleOptionalAfterType,this.state.lastTokStartLoc))):(ml=this.startNodeAt(Rl),ml.optional=yh,this.raise(BE.InvalidTupleMemberLabel,kh),ml.label=kh,ml.elementType=this.tsParseType()),kh=this.finishNode(ml,"TSNamedTupleMember")}else if(yh){let ml=this.startNodeAt(Rl);ml.typeAnnotation=kh,kh=this.finishNode(ml,"TSOptionalType")}if(Al){let Al=this.startNodeAt(ml);Al.typeAnnotation=kh,kh=this.finishNode(Al,"TSRestType")}return kh}tsParseParenthesizedType(){let ml=this.startNode();return this.expect(6),ml.typeAnnotation=this.tsParseType(),this.expect(7),this.finishNode(ml,"TSParenthesizedType")}tsParseFunctionOrConstructorType(ml,Al){let Rl=this.startNode();return ml==="TSConstructorType"&&(Rl.abstract=!!Al,Al&&this.next(),this.next()),this.tsInAllowConditionalTypesContext(()=>this.tsFillSignature(15,Rl)),this.finishNode(Rl,ml)}tsParseLiteralTypeNode(){let ml=this.startNode();switch(this.state.type){case 131:case 132:case 130:case 81:case 82:ml.literal=super.parseExprAtom();break;default:this.unexpected()}return this.finishNode(ml,"TSLiteralType")}tsParseTemplateLiteralType(){let ml=this.state.startLoc,Al=this.parseTemplateElement(!1),Rl=[Al];if(Al.tail){let Al=this.startNodeAt(ml),zl=this.startNodeAt(ml);return zl.expressions=[],zl.quasis=Rl,Al.literal=this.finishNode(zl,"TemplateLiteral"),this.finishNode(Al,"TSLiteralType")}else{let zl=[];for(;!Al.tail;)zl.push(this.tsParseType()),this.readTemplateContinuation(),Rl.push(Al=this.parseTemplateElement(!1));let rd=this.startNodeAt(ml);return rd.types=zl,rd.quasis=Rl,this.finishNode(rd,"TSTemplateLiteralType")}}parseTemplateSubstitution(){return this.state.inType?this.tsParseType():super.parseTemplateSubstitution()}tsParseThisTypeOrThisTypePredicate(){let ml=this.tsParseThisTypeNode();return this.isContextual(112)&&!this.hasPrecedingLineBreak()?this.tsParseThisTypePredicate(ml):ml}tsParseNonArrayType(){switch(this.state.type){case 130:case 131:case 132:case 81:case 82:return this.tsParseLiteralTypeNode();case 49:if(this.state.value==="-"){let ml=this.startNode(),Al=this.lookahead();return Al.type!==131&&Al.type!==132&&this.unexpected(),ml.literal=this.parseMaybeUnary(),this.finishNode(ml,"TSLiteralType")}break;case 74:return this.tsParseThisTypeOrThisTypePredicate();case 83:return this.tsParseTypeQuery();case 79:return this.tsParseImportType();case 2:return this.tsLookAhead(this.tsIsStartOfMappedType.bind(this))?this.tsParseMappedType():this.tsParseTypeLiteral();case 0:return this.tsParseTupleType();case 6:if(!(this.optionFlags&2048)){let ml=this.state.startLoc;this.next();let Al=this.tsParseType();return this.expect(7),this.addExtra(Al,"parenthesized",!0),this.addExtra(Al,"parenStart",ml.index),Al}return this.tsParseParenthesizedType();case 21:case 20:return this.tsParseTemplateLiteralType();default:{let{type:ml}=this.state;if(C(ml)||ml===84||ml===80){let Al=ml===84?"TSVoidKeyword":ml===80?"TSNullKeyword":ur(this.state.value);if(Al!==void 0&&this.lookaheadCharCode()!==46){let ml=this.startNode();return this.next(),this.finishNode(ml,Al)}return this.tsParseTypeReference()}}}throw this.unexpected()}tsParseArrayTypeOrHigher(){let{startLoc:ml}=this.state,Al=this.tsParseNonArrayType();for(;!this.hasPrecedingLineBreak()&&this.eat(0);)if(this.match(1)){let Rl=this.startNodeAt(ml);Rl.elementType=Al,this.expect(1),Al=this.finishNode(Rl,"TSArrayType")}else{let Rl=this.startNodeAt(ml);Rl.objectType=Al,Rl.indexType=this.tsParseType(),this.expect(1),Al=this.finishNode(Rl,"TSIndexedAccessType")}return Al}tsParseTypeOperator(){let ml=this.startNode(),Al=this.state.value;return this.next(),ml.operator=Al,ml.typeAnnotation=this.tsParseTypeOperatorOrHigher(),Al==="readonly"&&this.tsCheckTypeAnnotationForReadOnly(ml),this.finishNode(ml,"TSTypeOperator")}tsCheckTypeAnnotationForReadOnly(ml){switch(ml.typeAnnotation.type){case"TSTupleType":case"TSArrayType":return;default:this.raise(BE.UnexpectedReadonly,ml)}}tsParseInferType(){let ml=this.startNode();this.expectContextual(111);let Al=this.startNode();return Al.name=this.tsParseTypeParameterName(),Al.constraint=this.tsTryParse(()=>this.tsParseConstraintForInferType()),ml.typeParameter=this.finishNode(Al,"TSTypeParameter"),this.finishNode(ml,"TSInferType")}tsParseConstraintForInferType(){if(this.eat(77)){let ml=this.tsInDisallowConditionalTypesContext(()=>this.tsParseType());if(this.state.inDisallowConditionalTypesContext||!this.match(13))return ml}}tsParseTypeOperatorOrHigher(){return ki(this.state.type)&&!this.state.containsEsc?this.tsParseTypeOperator():this.isContextual(111)?this.tsParseInferType():this.tsInAllowConditionalTypesContext(()=>this.tsParseArrayTypeOrHigher())}tsParseUnionOrIntersectionType(ml,Al,Rl){let zl=this.startNode(),rd=this.eat(Rl),yh=[];do{yh.push(Al())}while(this.eat(Rl));return yh.length===1&&!rd?yh[0]:(zl.types=yh,this.finishNode(zl,ml))}tsParseIntersectionTypeOrHigher(){return this.tsParseUnionOrIntersectionType("TSIntersectionType",this.tsParseTypeOperatorOrHigher.bind(this),41)}tsParseUnionTypeOrHigher(){return this.tsParseUnionOrIntersectionType("TSUnionType",this.tsParseIntersectionTypeOrHigher.bind(this),39)}tsIsStartOfFunctionType(){return this.match(43)?!0:this.match(6)&&this.tsLookAhead(this.tsIsUnambiguouslyStartOfFunctionType.bind(this))}tsSkipParameterStart(){if(C(this.state.type)||this.match(74))return this.next(),!0;if(this.match(2)){let{errors:ml}=this.state,Al=ml.length;try{return this.parseObjectLike(4,!0),ml.length===Al}catch{return!1}}if(this.match(0)){this.next();let{errors:ml}=this.state,Al=ml.length;try{return super.parseBindingList(1,93,1),ml.length===Al}catch{return!1}}return!1}tsIsUnambiguouslyStartOfFunctionType(){return this.next(),!!(this.match(7)||this.match(17)||this.tsSkipParameterStart()&&(this.match(10)||this.match(8)||this.match(13)||this.match(25)||this.match(7)&&(this.next(),this.match(15))))}tsParseTypeOrTypePredicateAnnotation(ml){return this.tsInType(()=>{let Al=this.startNode();this.expect(ml);let Rl=this.startNode(),zl=!!this.tsTryParse(this.tsParseTypePredicateAsserts.bind(this));if(zl&&this.match(74)){let ml=this.tsParseThisTypeOrThisTypePredicate();return ml.type==="TSThisType"?(Rl.parameterName=ml,Rl.asserts=!0,Rl.typeAnnotation=null,ml=this.finishNode(Rl,"TSTypePredicate")):(this.resetStartLocationFromNode(ml,Rl),ml.asserts=!0),Al.typeAnnotation=ml,this.finishNode(Al,"TSTypeAnnotation")}let rd=this.tsIsIdentifier()&&this.tsTryParse(this.tsParseTypePredicatePrefix.bind(this));if(!rd)return zl?(Rl.parameterName=this.parseIdentifier(),Rl.asserts=zl,Rl.typeAnnotation=null,Al.typeAnnotation=this.finishNode(Rl,"TSTypePredicate"),this.finishNode(Al,"TSTypeAnnotation")):this.tsParseTypeAnnotation(!1,Al);let yh=this.tsParseTypeAnnotation(!1);return Rl.parameterName=rd,Rl.typeAnnotation=yh,Rl.asserts=zl,Al.typeAnnotation=this.finishNode(Rl,"TSTypePredicate"),this.finishNode(Al,"TSTypeAnnotation")})}tsTryParseTypeOrTypePredicateAnnotation(){if(this.match(10))return this.tsParseTypeOrTypePredicateAnnotation(10)}tsTryParseTypeAnnotation(){if(this.match(10))return this.tsParseTypeAnnotation()}tsTryParseType(){return this.tsEatThenParseType(10)}tsParseTypePredicatePrefix(){let ml=this.parseIdentifier();if(this.isContextual(112)&&!this.hasPrecedingLineBreak())return this.next(),ml}tsParseTypePredicateAsserts(){if(this.state.type!==105)return!1;let ml=this.state.containsEsc;return this.next(),!C(this.state.type)&&!this.match(74)?!1:(ml&&this.raise(sA.InvalidEscapedReservedWord,this.state.lastTokStartLoc,{reservedWord:"asserts"}),!0)}tsParseTypeAnnotation(ml=!0,Al=this.startNode()){return this.tsInType(()=>{ml&&this.expect(10),Al.typeAnnotation=this.tsParseType()}),this.finishNode(Al,"TSTypeAnnotation")}tsParseType(){Ke(this.state.inType);let ml=this.tsParseNonConditionalType();if(this.state.inDisallowConditionalTypesContext||this.hasPrecedingLineBreak()||!this.eat(77))return ml;let Al=this.startNodeAtNode(ml);return Al.checkType=ml,Al.extendsType=this.tsInDisallowConditionalTypesContext(()=>this.tsParseNonConditionalType()),this.expect(13),Al.trueType=this.tsInAllowConditionalTypesContext(()=>this.tsParseType()),this.expect(10),Al.falseType=this.tsInAllowConditionalTypesContext(()=>this.tsParseType()),this.finishNode(Al,"TSConditionalType")}isAbstractConstructorSignature(){return this.isContextual(120)&&this.isLookaheadContextual("new")}tsParseNonConditionalType(){return this.tsIsStartOfFunctionType()?this.tsParseFunctionOrConstructorType("TSFunctionType"):this.match(73)?this.tsParseFunctionOrConstructorType("TSConstructorType"):this.isAbstractConstructorSignature()?this.tsParseFunctionOrConstructorType("TSConstructorType",!0):this.tsParseUnionTypeOrHigher()}tsParseTypeAssertion(){this.getPluginOption("typescript","disallowAmbiguousJSXLike")&&this.raise(BE.ReservedTypeAssertion,this.state.startLoc);let ml=this.startNode();return ml.typeAnnotation=this.tsInType(()=>(this.next(),this.match(71)?this.tsParseTypeReference():this.tsParseType())),this.expect(44),ml.expression=this.parseMaybeUnary(),this.finishNode(ml,"TSTypeAssertion")}tsParseHeritageClause(ml){let Al=this.state.startLoc,Rl=this.tsParseDelimitedList("HeritageClauseElement",()=>{let Al=(this.state.canStartArrow=!1,super.parseExprSubscripts());Pe(Al)||this.raise(BE.InvalidHeritageClauseType,Al.start,{token:ml});let Rl=ml==="extends"?"TSInterfaceHeritage":"TSClassImplements";if(Al.type==="TSInstantiationExpression")return Al.type=Rl,Al;let zl=this.startNodeAtNode(Al);return zl.expression=Al,(this.match(43)||this.match(47))&&(zl.typeArguments=this.tsParseTypeArgumentsInExpression()),this.finishNode(zl,Rl)});return Rl.length||this.raise(BE.EmptyHeritageClauseType,Al,{token:ml}),Rl}tsParseInterfaceDeclaration(ml,Al={}){if(this.hasFollowingLineBreak())return null;this.expectContextual(125),Al.declare&&(ml.declare=!0),C(this.state.type)?(ml.id=this.parseIdentifier(),this.checkIdentifier(ml.id,130)):(ml.id=null,this.raise(BE.MissingInterfaceName,this.state.startLoc)),ml.typeParameters=this.tsTryParseTypeParameters(this.tsParseInOutConstModifiers),this.eat(77)&&(ml.extends=this.tsParseHeritageClause("extends"));let Rl=this.startNode();return Rl.body=this.tsInType(this.tsParseObjectTypeMembers.bind(this)),ml.body=this.finishNode(Rl,"TSInterfaceBody"),this.finishNode(ml,"TSInterfaceDeclaration")}tsParseTypeAliasDeclaration(ml){return ml.id=this.parseIdentifier(),this.checkIdentifier(ml.id,2),ml.typeAnnotation=this.tsInType(()=>{if(ml.typeParameters=this.tsTryParseTypeParameters(this.tsParseInOutModifiers),this.expect(25),this.isContextual(110)&&this.lookaheadCharCode()!==46){let ml=this.startNode();return this.next(),this.finishNode(ml,"TSIntrinsicKeyword")}return this.tsParseType()}),this.semicolon(),this.finishNode(ml,"TSTypeAliasDeclaration")}tsInTopLevelContext(ml){if(this.curContext()!==wA.brace){let Al=this.state.context;this.state.context=[Al[0]];try{return ml()}finally{this.state.context=Al}}else return ml()}tsInType(ml){let Al=this.state.inType;this.state.inType=!0;try{return ml()}finally{this.state.inType=Al}}tsInDisallowConditionalTypesContext(ml){let Al=this.state.inDisallowConditionalTypesContext;this.state.inDisallowConditionalTypesContext=!0;try{return ml()}finally{this.state.inDisallowConditionalTypesContext=Al}}tsInAllowConditionalTypesContext(ml){let Al=this.state.inDisallowConditionalTypesContext;this.state.inDisallowConditionalTypesContext=!1;try{return ml()}finally{this.state.inDisallowConditionalTypesContext=Al}}tsEatThenParseType(ml){if(this.match(ml))return this.tsNextThenParseType()}tsExpectThenParseType(ml){return this.tsInType(()=>(this.expect(ml),this.tsParseType()))}tsNextThenParseType(){return this.tsInType(()=>(this.next(),this.tsParseType()))}tsParseEnumMember(){let ml=this.startNode();return ml.id=this.match(130)?super.parseStringLiteral(this.state.value):this.parseIdentifier(!0),this.eat(25)&&(ml.initializer=super.parseMaybeAssignAllowIn()),this.finishNode(ml,"TSEnumMember")}tsParseEnumDeclaration(ml,Al={}){return Al.const&&(ml.const=!0),Al.declare&&(ml.declare=!0),this.expectContextual(122),ml.id=this.parseIdentifier(),this.checkIdentifier(ml.id,ml.const?8971:8459),ml.body=this.tsParseEnumBody(),this.finishNode(ml,"TSEnumDeclaration")}tsParseEnumBody(){let ml=this.startNode();return this.expect(2),ml.members=this.tsParseDelimitedList("EnumMembers",this.tsParseEnumMember.bind(this)),this.expect(4),this.finishNode(ml,"TSEnumBody")}tsParseModuleBlock(ml){let Al=this.startNode();return ml||this.scope.enter(0),this.expect(2),super.parseBlockOrModuleBlockBody(Al.body=[],void 0,!0,4),ml||this.scope.exit(),this.finishNode(Al,"TSModuleBlock")}tsParseNamespaceDeclaration(ml){return ml.id=this.tsParseEntityName(0),ml.id.type==="Identifier"&&this.checkIdentifier(ml.id,1024),this.scope.enter(2048),this.prodParam.enter(0),ml.body=this.tsParseModuleBlock(!1),this.prodParam.exit(),this.scope.exit(),this.finishNode(ml,"TSModuleDeclaration")}tsParseAmbientExternalModuleDeclaration(ml){let Al=this.isContextual(108);return Al?(ml.kind="global",ml.id=this.parseIdentifier()):(ml.kind="module",ml.id=super.parseStringLiteral(this.state.value)),this.match(2)?(Al||this.scope.enter(1024),this.prodParam.enter(0),ml.body=this.tsParseModuleBlock(Al),this.prodParam.exit(),Al||this.scope.exit()):this.semicolon(),this.finishNode(ml,"TSModuleDeclaration")}tsParseImportEqualsDeclaration(ml,Al){ml.id=Al||this.parseIdentifier(),this.checkIdentifier(ml.id,4096),this.expect(25);let Rl=this.tsParseModuleReference();return ml.importKind==="type"&&Rl.type!=="TSExternalModuleReference"&&this.raise(BE.ImportAliasHasImportType,Rl),ml.moduleReference=Rl,this.semicolon(),this.finishNode(ml,"TSImportEqualsDeclaration")}tsIsExternalModuleReference(){return this.isContextual(115)&&this.lookaheadCharCode()===40}tsParseModuleReference(){return this.tsIsExternalModuleReference()?this.tsParseExternalModuleReference():this.tsParseEntityName(0)}tsParseExternalModuleReference(){let ml=this.startNode();return this.expectContextual(115),this.expect(6),this.match(130)||this.unexpected(),ml.expression=super.parseExprAtom(),this.expect(7),this.sawUnambiguousESM=!0,this.finishNode(ml,"TSExternalModuleReference")}tsLookAhead(ml){let Al=this.state.clone(),Rl=ml();return this.state=Al,Rl}tsTryParseAndCatch(ml){let Al=this.tryParse(Al=>ml()||Al());if(!(Al.aborted||!Al.node))return Al.error&&(this.state=Al.failState),Al.node}tsTryParse(ml){let Al=this.state.clone(),Rl=ml();if(Rl!==void 0&&Rl!==!1)return Rl;this.state=Al}tsTryParseDeclare(ml){if(this.isLineTerminator())return;let Al=this.state.type;return this.tsInAmbientContext(()=>{switch(Al){case 64:return ml.declare=!0,super.parseFunctionStatement(ml,!1,!1);case 76:return ml.declare=!0,this.parseClass(ml,!0,!1);case 122:return this.tsParseEnumDeclaration(ml,{declare:!0});case 108:return this.tsParseAmbientExternalModuleDeclaration(ml);case 96:if(this.state.containsEsc)return;case 71:case 70:return!this.match(71)||!this.isLookaheadContextual("enum")?(ml.declare=!0,this.parseVarStatement(ml,this.state.value,!0)):(this.expect(71),this.tsParseEnumDeclaration(ml,{const:!0,declare:!0}));case 103:if(this.isUsing())return this.raise(BE.InvalidModifierOnUsingDeclaration,this.state.startLoc,"declare"),ml.declare=!0,this.parseVarStatement(ml,"using",!0);break;case 92:if(this.isAwaitUsing())return this.raise(BE.InvalidModifierOnAwaitUsingDeclaration,this.state.startLoc,"declare"),ml.declare=!0,this.next(),this.parseVarStatement(ml,"await using",!0);break;case 125:{let Al=this.tsParseInterfaceDeclaration(ml,{declare:!0});if(Al)return Al}default:if(C(Al))return this.tsParseDeclaration(ml,this.state.type,!0,null)}})}tsTryParseExportDeclaration(){return this.tsParseDeclaration(this.startNode(),this.state.type,!0,null)}tsParseDeclaration(ml,Al,Rl,zl){switch(Al){case 120:if(this.tsCheckLineTerminator(Rl)&&(this.match(76)||C(this.state.type)))return this.tsParseAbstractDeclaration(ml,zl);break;case 123:if(this.tsCheckLineTerminator(Rl))return this.tsParseAmbientExternalModuleDeclaration(ml);break;case 124:if(this.tsCheckLineTerminator(Rl)&&C(this.state.type))return ml.kind="namespace",this.tsParseNamespaceDeclaration(ml);break;case 126:if(this.tsCheckLineTerminator(Rl)&&C(this.state.type))return this.tsParseTypeAliasDeclaration(ml);break}}tsCheckLineTerminator(ml){return ml?this.hasFollowingLineBreak()?!1:(this.next(),!0):!this.isLineTerminator()}tsTryParseGenericAsyncArrowFunction(ml){if(!this.match(43))return;let Al=this.tsTryParseAndCatch(()=>{let Al=this.startNodeAt(ml);return Al.typeParameters=this.tsParseTypeParameters(this.tsParseConstModifier),super.parseFunctionParams(Al),Al.returnType=this.tsTryParseTypeOrTypePredicateAnnotation(),this.expect(15),Al});if(Al)return super.parseArrowExpression(Al,null,!0)}tsParseTypeArgumentsInExpression(){if(this.reScan_lt()===43)return this.tsParseTypeArguments()}tsParseTypeArguments(){let ml=this.startNode();return ml.params=this.tsInType(()=>this.tsInTopLevelContext(()=>(this.expect(43),this.tsParseDelimitedList("TypeParametersOrArguments",this.tsParseType.bind(this))))),ml.params.length===0?this.raise(BE.EmptyTypeArguments,ml):!this.state.inType&&this.curContext()===wA.brace&&this.reScan_lt_gt(),this.expect(44),this.finishNode(ml,"TSTypeParameterInstantiation")}tsIsDeclarationStart(){return vi(this.state.type)}isExportDefaultSpecifier(){return this.tsIsDeclarationStart()?!1:super.isExportDefaultSpecifier()}parseBindingElement(ml,Al){let Rl=Al.length?null:this.state.startLoc,zl={};this.tsParseModifiers({allowedModifiers:["public","private","protected","override","readonly"]},zl);let rd=zl.accessibility,yh=zl.override,kh=zl.readonly;!(ml&4)&&(rd||kh||yh)&&this.raise(BE.UnexpectedParameterModifier,Rl||Al[0]);let Qh=this.state.startLoc,cf=this.parseMaybeDefault(Qh);ml&2&&this.parseFunctionParamType(cf);let t_=this.parseMaybeDefault(Qh,cf);if(rd||kh||yh){let ml=Rl?this.startNodeAt(Rl):this.startNodeAtNode(Al[0]);return Al.length?ml.decorators=Al:this.setLoc(Rl),rd&&(ml.accessibility=rd),kh&&(ml.readonly=kh),yh&&(ml.override=yh),t_.type!=="Identifier"&&t_.type!=="AssignmentPattern"&&this.raise(BE.UnsupportedParameterPropertyKind,Rl||Al[0]),ml.parameter=t_,this.finishNode(ml,"TSParameterProperty")}return Al.length&&(cf.decorators=Al),t_}isSimpleParameter(ml){return ml.type==="TSParameterProperty"&&super.isSimpleParameter(ml.parameter)||super.isSimpleParameter(ml)}tsDisallowOptionalPattern(ml){for(let Al of ml.params)Al.type!=="Identifier"&&Al.optional&&!this.state.isAmbientContext&&this.raise(BE.PatternIsOptional,Al)}setArrowFunctionParameters(ml,Al,Rl){super.setArrowFunctionParameters(ml,Al,Rl),this.tsDisallowOptionalPattern(ml)}parseFunctionBodyAndFinish(ml,Al,Rl=!1){this.match(10)&&(ml.returnType=this.tsParseTypeOrTypePredicateAnnotation(10));let zl=Al==="FunctionDeclaration"?"TSDeclareFunction":Al==="ClassMethod"||Al==="ClassPrivateMethod"?"TSDeclareMethod":void 0;if(zl&&!this.match(2)&&this.isLineTerminator()){if(zl==="TSDeclareMethod"&&ml.kind==="constructor")for(let Al of ml.params)Al.type==="TSParameterProperty"?this.raise(BE.UnexpectedParameterModifier,Al):Al.type==="AssignmentPattern"&&this.raise(BE.UnexpectedParameterInitializer,Al);else for(let Al of ml.params)Al.type==="AssignmentPattern"&&this.raise(BE.UnexpectedParameterInitializer,Al);return this.finishNode(ml,zl)}return zl&&this.state.isAmbientContext&&(this.raise(BE.DeclareFunctionHasImplementation,this.state.startLoc),zl==="TSDeclareFunction"&&ml.declare)?super.parseFunctionBodyAndFinish(ml,zl,Rl):(this.tsDisallowOptionalPattern(ml),super.parseFunctionBodyAndFinish(ml,Al,Rl))}registerFunctionStatementId(ml){!ml.body&&ml.id?this.checkIdentifier(ml.id,1024):super.registerFunctionStatementId(ml)}tsCheckForInvalidTypeCasts(ml){ml.forEach(ml=>{ml?.type==="TSTypeCastExpression"&&this.raise(BE.UnexpectedTypeAnnotation,ml.typeAnnotation)})}toReferencedList(ml,Al){return this.tsCheckForInvalidTypeCasts(ml),ml}parseArrayLike(ml,Al){let Rl=super.parseArrayLike(ml,Al);return Rl.type==="ArrayExpression"&&this.tsCheckForInvalidTypeCasts(Rl.elements),Rl}parseSubscript(ml,Al,Rl,zl){if(!this.hasPrecedingLineBreak()&&this.match(31)){this.state.canStartJSXElement=!1,this.next();let Rl=this.startNodeAt(Al);return Rl.expression=ml,this.finishNode(Rl,"TSNonNullExpression")}let rd=!1;if(this.match(14)&&this.lookaheadCharCode()===60){if(Rl)return zl.stop=!0,ml;zl.optionalChainMember=rd=!0,this.next()}if(this.match(43)||this.match(47)){let yh,kh=this.tsTryParseAndCatch(()=>{if(!Rl&&this.atPossibleAsyncArrow(ml)){let ml=this.tsTryParseGenericAsyncArrowFunction(Al);if(ml)return zl.stop=!0,ml}let kh=this.tsParseTypeArgumentsInExpression();if(!kh)return;if(rd&&!this.match(6)){yh=this.state.curPosition();return}if(Xt(this.state.type)){let Rl=super.parseTaggedTemplateExpression(ml,Al,zl);return Rl.typeArguments=kh,Rl}if(!Rl&&this.eat(6)){let Rl=this.startNodeAt(Al);return Rl.callee=ml,Rl.arguments=this.parseCallExpressionArguments(),this.tsCheckForInvalidTypeCasts(Rl.arguments),Rl.typeArguments=kh,zl.optionalChainMember&&(Rl.optional=rd),this.finishCallExpression(Rl,zl.optionalChainMember)}let Qh=this.state.type;if(Qh===44||Qh===48||Qh!==6&&Qh!==89&&Qh!==116&&ft(Qh)&&!this.hasPrecedingLineBreak())return;let cf=this.startNodeAt(Al);return cf.expression=ml,cf.typeArguments=kh,this.finishNode(cf,"TSInstantiationExpression")});if(yh&&this.unexpected(yh,6),kh)return kh.type==="TSInstantiationExpression"&&((this.match(12)||this.match(14)&&this.lookaheadCharCode()!==40)&&this.raise(BE.InvalidPropertyAccessAfterInstantiationExpression,this.state.startLoc),!this.match(12)&&!this.match(14)&&(kh.expression=super.stopParseSubscript(ml,zl))),kh}return super.parseSubscript(ml,Al,Rl,zl)}parseNewCallee(ml){super.parseNewCallee(ml);let{callee:Al}=ml;Al.type==="TSInstantiationExpression"&&!Al.extra?.parenthesized&&(ml.typeArguments=Al.typeArguments,ml.callee=Al.expression)}parseExprOp(ml,Al,Rl){let zl;if(It(54)>Rl&&!this.hasPrecedingLineBreak()&&(this.isContextual(89)||(zl=this.isContextual(116)))){let rd=this.startNodeAt(Al);rd.expression=ml,rd.typeAnnotation=this.tsInType(()=>(this.next(),this.match(71)?(zl&&this.raise(sA.UnexpectedKeyword,this.state.startLoc,{keyword:"const"}),this.tsParseTypeReference()):this.tsParseType()));let yh=this.finishNode(rd,zl?"TSSatisfiesExpression":"TSAsExpression");return this.reScan_lt_gt(),this.parseExprOp(yh,Al,Rl)}return super.parseExprOp(ml,Al,Rl)}checkReservedWord(ml,Al,Rl,zl){this.state.isAmbientContext||super.checkReservedWord(ml,Al,Rl,zl)}checkDuplicateExports(){}isPotentialImportPhase(ml){if(super.isPotentialImportPhase(ml))return!0;if(this.isContextual(126)){let Al=this.lookaheadCharCode();return ml?Al===123||Al===42:Al!==61}return!ml&&this.isContextual(83)}applyImportPhase(ml,Al,Rl,zl){super.applyImportPhase(ml,Al,Rl,zl),Al?ml.exportKind=Rl==="type"?"type":"value":ml.importKind=Rl==="type"||Rl==="typeof"?Rl:"value"}parseImport(ml){if(this.match(130))return ml.importKind="value",this.scope.inTSNamespace&&this.raise(BE.ImportInTSNamespace,ml),super.parseImport(ml);let Al;if(C(this.state.type)&&this.lookaheadCharCode()===61){ml.importKind="value";let Al=this.tsParseImportEqualsDeclaration(ml);return this.scope.inTSNamespace&&Al.moduleReference.type==="TSExternalModuleReference"&&this.raise(BE.ImportInTSNamespace,ml),Al}else if(this.isContextual(126)){let Rl=this.parseMaybeImportPhase(ml,!1);if(this.lookaheadCharCode()===61)return this.scope.inTSNamespace&&this.raise(BE.ImportInTSNamespace,ml),this.tsParseImportEqualsDeclaration(ml,Rl);Al=super.parseImportSpecifiersAndAfter(ml,Rl)}else Al=super.parseImport(ml);return Al.importKind==="type"&&Al.specifiers.length>1&&Al.specifiers[0].type==="ImportDefaultSpecifier"?this.raise(BE.TypeImportCannotSpecifyDefaultAndNamed,Al):this.scope.inTSNamespace&&this.raise(BE.ImportInTSNamespace,Al),Al}parseExport(ml,Al){if(this.match(79)){let Al=this.startNode();this.next();let Rl=null;this.isContextual(126)&&this.isPotentialImportPhase(!1)?Rl=this.parseMaybeImportPhase(Al,!1):Al.importKind="value";let zl=this.tsParseImportEqualsDeclaration(Al,Rl);return ml.attributes=[],ml.declaration=zl,ml.exportKind="value",ml.source=null,ml.specifiers=[],this.finishNode(ml,"ExportNamedDeclaration")}else if(this.eat(25)){let Al=ml;return Al.expression=super.parseExpression(),this.semicolon(),this.sawUnambiguousESM=!0,this.scope.inTSNamespace&&this.raise(BE.ExportAssignmentInTSNamespace,Al),this.finishNode(Al,"TSExportAssignment")}else if(this.eatContextual(89)){let Al=ml;return this.expectContextual(124),Al.id=this.parseIdentifier(),this.checkIdentifier(Al.id,8201),this.semicolon(),this.scope.inTSNamespace&&this.raise(BE.NamespaceExportInTSNamespace,Al),this.finishNode(Al,"TSNamespaceExportDeclaration")}else{let Rl=super.parseExport(ml,Al);return this.scope.inTSNamespace&&(Rl.type!=="ExportNamedDeclaration"||Rl.source||!Rl.declaration&&!this.state.isAmbientContext)&&this.raise(BE.ExportInTSNamespace,Rl),Rl}}isAbstractClass(){return this.isContextual(120)&&this.isLookaheadContextual("class")}parseExportDefaultExpression(){if(this.isAbstractClass()){let ml=this.startNode();return this.next(),ml.abstract=!0,this.parseClass(ml,!0,!0)}if(this.match(125)){let ml=this.tsParseInterfaceDeclaration(this.startNode());if(ml)return ml}return super.parseExportDefaultExpression()}parseVarStatement(ml,Al,Rl=!1){let{isAmbientContext:zl}=this.state,rd=super.parseVarStatement(ml,Al,Rl||zl);if(!zl)return rd;if(!ml.declare&&(Al==="using"||Al==="await using"))return this.raiseOverwrite(BE.UsingDeclarationInAmbientContext,ml,Al),rd;for(let{id:ml,init:Rl}of rd.declarations)Rl&&(Al==="var"||Al==="let"||ml.typeAnnotation?this.raise(BE.InitializerNotAllowedInAmbientContext,Rl):yr(Rl,this.hasPlugin("estree"))||this.raise(BE.ConstInitializerMustBeStringOrNumericLiteralOrLiteralEnumReference,Rl));return rd}parseStatementContent(ml,Al){let Rl=!!(ml&2);if(!this.state.containsEsc)switch(this.state.type){case 71:{if(this.isLookaheadContextual("enum")){let ml=this.startNode();return this.next(),this.tsParseEnumDeclaration(ml,{const:!0})}break}case 120:case 121:{if(this.nextTokenIsIdentifierAndNotTSRelationalOperatorOnSameLine()){let ml=this.state.type,Rl=this.startNode();this.next();let zl=ml===121?this.tsTryParseDeclare(Rl):this.tsParseAbstractDeclaration(Rl,Al);return zl?(ml===121&&(zl.declare=!0),zl):(Rl.expression=this.createIdentifier(this.startNodeAtNode(Rl),ml===121?"declare":"abstract"),this.semicolon(!1),this.finishNode(Rl,"ExpressionStatement"))}break}case 122:return this.tsParseEnumDeclaration(this.startNode());case 108:{if(this.lookaheadCharCode()===123){let ml=this.startNode();return this.tsParseAmbientExternalModuleDeclaration(ml)}break}case 125:{let ml=this.tsParseInterfaceDeclaration(this.startNode());if(ml)return Rl||this.raise(BE.UnexpectedTypeDeclaration,ml,"interface"),ml;break}case 123:{if(this.nextTokenIsStringLiteralOnSameLine()){let ml=this.startNode();return this.next(),this.tsParseDeclaration(ml,123,!1,Al)}else if(this.nextTokenIsIdentifierOnSameLine()){this.raise(BE.InlineModuleDeclarationMustUseString,this.state.startLoc);let ml=this.startNode();return this.next(),this.tsParseDeclaration(ml,124,!1,Al)}break}case 124:{if(this.nextTokenIsIdentifierOnSameLine()){let ml=this.startNode();return this.next(),this.tsParseDeclaration(ml,124,!1,Al)}break}case 126:{if(this.nextTokenIsIdentifierOnSameLine()){let ml=this.startNode();return Rl||this.raise(BE.UnexpectedTypeDeclaration,ml,"type"),this.next(),this.tsParseTypeAliasDeclaration(ml)}break}}return super.parseStatementContent(ml,Al)}parseAccessModifier(){return this.tsParseModifier(["public","protected","private"])}tsHasSomeModifiers(ml,Al){return Al.some(Al=>We(Al)?ml.accessibility===Al:!!ml[Al])}tsIsStartOfStaticBlocks(){return this.isContextual(102)&&this.lookaheadCharCode()===123}parseClassMember(ml,Al,Rl){let zl=["declare","private","public","protected","override","abstract","readonly","static"];this.tsParseModifiers({allowedModifiers:zl,disallowedModifiers:["in","out"],stopOnStartOfClassStaticBlock:!0,errorTemplate:BE.InvalidModifierOnTypeParameterPositions},Al);let n=()=>{this.tsIsStartOfStaticBlocks()?(this.next(),this.next(),this.tsHasSomeModifiers(Al,zl)&&this.raise(BE.StaticBlockCannotHaveModifier,this.state.curPosition()),super.parseClassStaticBlock(ml,Al)):this.parseClassMemberWithIsStatic(ml,Al,Rl,!!Al.static)};Al.declare?this.tsInAmbientContext(n):n(),Al.decorators&&Al.decorators.length>0&&!this.hasPlugin("decorators-legacy")&&(Al.type==="TSAbstractMethodDefinition"||Al.type==="TSDeclareMethod"?this.raise(BE.DecoratorAbstractMethod,Al,{kind:"abstract method"}):(Al.type==="ClassProperty"&&Al.abstract||Al.type==="ClassProperty"&&Al.declare||Al.type==="TSAbstractPropertyDefinition"||Al.type==="PropertyDefinition"&&Al.declare)&&this.raise(BE.DecoratorAbstractMethod,Al,{kind:Al.declare?"declare field":"abstract field"}))}parseClassMemberWithIsStatic(ml,Al,Rl,zl){let rd=this.tsTryParseIndexSignature(Al);if(rd){ml.body.push(rd),Al.abstract&&this.raise(BE.IndexSignatureHasAbstract,Al),Al.accessibility&&this.raise(BE.IndexSignatureHasAccessibility,Al,{modifier:Al.accessibility}),Al.declare&&this.raise(BE.IndexSignatureHasDeclare,Al),Al.override&&this.raise(BE.IndexSignatureHasOverride,Al);return}!this.state.inAbstractClass&&Al.abstract&&this.raise(BE.NonAbstractClassHasAbstractMethod,Al),Al.override&&(Rl.hadSuperClass||this.raise(BE.OverrideNotInSubClass,Al)),super.parseClassMemberWithIsStatic(ml,Al,Rl,zl)}parsePostMemberNameModifiers(ml){this.eat(13)&&(ml.optional=!0),ml.readonly&&this.match(6)&&this.raise(BE.ClassMethodHasReadonly,ml),ml.declare&&this.match(6)&&this.raise(BE.ClassMethodHasDeclare,ml)}shouldParseExportDeclaration(){return this.tsIsDeclarationStart()?!0:super.shouldParseExportDeclaration()}parseConditional(ml,Al,Rl){if(!this.match(13))return ml;if(Rl!=null){let Al=this.lookaheadCharCode();if(Al===44||Al===61||Al===58||Al===41)return this.setOptionalParametersError(Rl),ml}this.next();let zl=this.startNodeAt(Al);zl.test=ml;let rd=this.state.inConditionalConsequent;return this.state.inConditionalConsequent=!0,zl.consequent=this.parseMaybeAssignAllowIn(),this.state.inConditionalConsequent=rd,this.expect(10),zl.alternate=this.parseMaybeAssign(),this.finishNode(zl,"ConditionalExpression")}parseParenItem(ml,Al){let Rl=super.parseParenItem(ml,Al);if(this.eat(13)&&(Rl.optional=!0,this.resetEndLocation(ml)),this.match(10)){let Rl=this.startNodeAt(Al);return Rl.expression=ml,Rl.typeAnnotation=this.tsParseTypeAnnotation(),this.finishNode(Rl,"TSTypeCastExpression")}return ml}parseExportDeclaration(ml){if(!this.state.isAmbientContext&&this.isContextual(121))return this.tsInAmbientContext(()=>this.parseExportDeclaration(ml));let Al=this.state.startLoc,Rl=this.eatContextual(121);if(Rl&&(this.isContextual(121)||!this.shouldParseExportDeclaration()))throw this.raise(BE.ExpectedAmbientAfterExportDeclare,this.state.startLoc);let zl=C(this.state.type)&&this.tsTryParseExportDeclaration()||super.parseExportDeclaration(ml);return zl?((zl.type==="TSInterfaceDeclaration"||zl.type==="TSTypeAliasDeclaration"||Rl)&&(ml.exportKind="type"),Rl&&zl.type!=="TSImportEqualsDeclaration"&&(this.resetStartLocation(zl,Al),zl.declare=!0),zl):null}parseClassId(ml,Al,Rl,zl){if((!Al||Rl)&&this.isContextual(109)){ml.id=null;return}super.parseClassId(ml,Al,Rl,ml.declare?1024:8331);let rd=this.tsTryParseTypeParameters(this.tsParseInOutConstModifiers);rd&&(ml.typeParameters=rd)}parseClassPropertyAnnotation(ml){ml.optional||(this.eat(31)?ml.definite=!0:this.eat(13)&&(ml.optional=!0));let Al=this.tsTryParseTypeAnnotation();Al&&(ml.typeAnnotation=Al)}parseClassProperty(ml){if(this.parseClassPropertyAnnotation(ml),this.state.isAmbientContext&&!(ml.readonly&&!ml.typeAnnotation)&&this.match(25)&&this.raise(BE.DeclareClassFieldHasInitializer,this.state.startLoc),ml.abstract&&this.match(25)){let{key:Al}=ml;this.raise(BE.AbstractPropertyHasInitializer,this.state.startLoc,{propertyName:Al.type==="Identifier"&&!ml.computed?Al.name:`[${this.input.slice(this.offsetToSourcePos(Al.start),this.offsetToSourcePos(Al.end))}]`})}return super.parseClassProperty(ml)}parseClassPrivateProperty(ml){return ml.abstract&&this.raise(BE.PrivateElementHasAbstract,ml),ml.accessibility&&this.raise(BE.PrivateElementHasAccessibility,ml,{modifier:ml.accessibility}),this.parseClassPropertyAnnotation(ml),super.parseClassPrivateProperty(ml)}parseClassAccessorProperty(ml){return this.parseClassPropertyAnnotation(ml),ml.optional&&this.raise(BE.AccessorCannotBeOptional,ml),super.parseClassAccessorProperty(ml)}pushClassMethod(ml,Al,Rl,zl,rd,yh){let kh=this.tsTryParseTypeParameters(this.tsParseConstModifier);kh&&rd&&this.raise(BE.ConstructorHasTypeParameters,kh);let{declare:Qh=!1,kind:cf}=Al;Qh&&(cf==="get"||cf==="set")&&this.raise(BE.DeclareAccessor,Al,{kind:cf}),kh&&(Al.typeParameters=kh),super.pushClassMethod(ml,Al,Rl,zl,rd,yh)}pushClassPrivateMethod(ml,Al,Rl,zl){let rd=this.tsTryParseTypeParameters(this.tsParseConstModifier);rd&&(Al.typeParameters=rd),super.pushClassPrivateMethod(ml,Al,Rl,zl)}declareClassPrivateMethodInScope(ml,Al){ml.type!=="TSDeclareMethod"&&(ml.type==="MethodDefinition"&&ml.value.body==null||super.declareClassPrivateMethodInScope(ml,Al))}parseClassSuper(ml){if(super.parseClassSuper(ml),ml.superClass)if(ml.superClass.type==="TSInstantiationExpression"){let Al=ml.superClass,Rl=Al.expression;this.takeSurroundingComments(Rl,Rl.start,Rl.end);let zl=Al.typeArguments;this.takeSurroundingComments(zl,zl.start,zl.end),ml.superClass=Rl,ml.superTypeArguments=zl}else(this.match(43)||this.match(47))&&(ml.superTypeArguments=this.tsParseTypeArgumentsInExpression());this.eatContextual(109)&&(ml.implements=this.tsParseHeritageClause("implements"))}parseObjPropValue(ml,Al,Rl,zl,rd,yh,kh){let Qh=this.tsTryParseTypeParameters(this.tsParseConstModifier);return Qh&&(ml.typeParameters=Qh),super.parseObjPropValue(ml,Al,Rl,zl,rd,yh,kh)}parseFunctionParams(ml,Al){let Rl=this.tsTryParseTypeParameters(this.tsParseConstModifier);Rl&&(ml.typeParameters=Rl),super.parseFunctionParams(ml,Al)}parseVarId(ml,Al){super.parseVarId(ml,Al),ml.id.type==="Identifier"&&!this.hasPrecedingLineBreak()&&this.eat(31)&&(ml.definite=!0);let Rl=this.tsTryParseTypeAnnotation();Rl&&(ml.id.typeAnnotation=Rl,this.resetEndLocation(ml.id))}parseAsyncArrowFromCallExpression(ml,Al){return this.match(10)&&(ml.returnType=this.tsParseTypeAnnotation()),super.parseAsyncArrowFromCallExpression(ml,Al)}parseMaybeAssign(ml,Al){let Rl,zl,rd;if(this.hasPlugin("jsx")&&(this.match(138)||this.match(43))){if(Rl=this.state.clone(),zl=this.tryParse(()=>super.parseMaybeAssign(ml,Al),Rl),!zl.error)return zl.node;let{context:rd}=this.state,yh=rd[rd.length-1];(yh===wA.j_oTag||yh===wA.j_expr)&&rd.pop()}if(!zl?.error&&!this.match(43))return super.parseMaybeAssign(ml,Al);(!Rl||Rl===this.state)&&(Rl=this.state.clone());let yh,kh=this.tryParse(Rl=>{yh=this.tsParseTypeParameters(this.tsParseConstModifier);let zl=super.parseMaybeAssign(ml,Al);if((zl.type!=="ArrowFunctionExpression"||zl.extra?.parenthesized)&&Rl(),yh?.params.length!==0&&this.resetStartLocationFromNode(zl,yh),zl.typeParameters=yh,this.hasPlugin("jsx")&&zl.typeParameters.params.length===1&&!zl.typeParameters.extra?.trailingComma){let ml=zl.typeParameters.params[0];ml.constraint||this.raise(BE.SingleTypeParameterWithoutTrailingComma,this.optionFlags&256?O(ml.loc.end,1):ml,{typeParameterName:ml.name.name})}return zl},Rl);if(!kh.error&&!kh.aborted)return yh&&this.reportReservedArrowTypeParam(yh),kh.node;if(!zl&&(Ke(!this.hasPlugin("jsx")),rd=this.tryParse(()=>super.parseMaybeAssign(ml,Al),Rl),!rd.error))return rd.node;if(zl?.node)return this.state=zl.failState,zl.node;if(kh.node)return this.state=kh.failState,yh&&this.reportReservedArrowTypeParam(yh),kh.node;if(rd?.node)return this.state=rd.failState,rd.node;throw zl?.error||kh.error||rd?.error}reportReservedArrowTypeParam(ml){ml.params.length===1&&!ml.params[0].constraint&&!ml.extra?.trailingComma&&this.getPluginOption("typescript","disallowAmbiguousJSXLike")&&this.raise(BE.ReservedArrowTypeParam,ml)}parseMaybeUnary(ml,Al){return!this.hasPlugin("jsx")&&this.match(43)?this.tsParseTypeAssertion():super.parseMaybeUnary(ml,Al)}parseArrow(ml){if(this.match(10)){let Al=this.tryParse(ml=>{let Al=this.tsParseTypeOrTypePredicateAnnotation(10);return(this.canInsertSemicolon()||!this.match(15))&&ml(),Al});if(Al.aborted)return;Al.thrown||(Al.error&&(this.state=Al.failState),ml.returnType=Al.node)}return super.parseArrow(ml)}parseFunctionParamType(ml){this.eat(13)&&(ml.optional=!0);let Al=this.tsTryParseTypeAnnotation();return Al&&(ml.typeAnnotation=Al),this.resetEndLocation(ml),ml}isAssignable(ml,Al){switch(ml.type){case"TSTypeCastExpression":return this.isAssignable(ml.expression,Al);case"TSParameterProperty":return!0;default:return super.isAssignable(ml,Al)}}toAssignable(ml,Al=!1){switch(ml.type){case"ParenthesizedExpression":this.toAssignableParenthesizedExpression(ml,Al);break;case"TSAsExpression":case"TSSatisfiesExpression":case"TSNonNullExpression":case"TSTypeAssertion":Al?this.expressionScope.recordArrowParameterBindingError(BE.UnexpectedTypeCastInParameter,ml):this.raise(BE.UnexpectedTypeCastInParameter,ml),this.toAssignable(ml.expression,Al);break;case"AssignmentExpression":!Al&&ml.left.type==="TSTypeCastExpression"&&(ml.left=this.typeCastToParameter(ml.left));default:super.toAssignable(ml,Al)}}toAssignableParenthesizedExpression(ml,Al){switch(ml.expression.type){case"TSAsExpression":case"TSSatisfiesExpression":case"TSNonNullExpression":case"TSTypeAssertion":case"ParenthesizedExpression":this.toAssignable(ml.expression,Al);break;default:super.toAssignable(ml,Al)}}checkToRestConversion(ml,Al){switch(ml.type){case"TSAsExpression":case"TSSatisfiesExpression":case"TSTypeAssertion":case"TSNonNullExpression":this.checkToRestConversion(ml.expression,!1);break;default:super.checkToRestConversion(ml,Al)}}isValidLVal(ml,Al,Rl,zl){switch(ml){case"TSTypeCastExpression":return!0;case"TSParameterProperty":return"parameter";case"TSNonNullExpression":return"expression";case"TSAsExpression":case"TSSatisfiesExpression":case"TSTypeAssertion":return(zl!==64||!Rl)&&["expression",!0];default:return super.isValidLVal(ml,Al,Rl,zl)}}parseBindingAtom(){return this.state.type===74?this.parseIdentifier(!0):super.parseBindingAtom()}parseMaybeDecoratorArguments(ml,Al){if(this.match(43)||this.match(47)){let Rl=this.tsParseTypeArgumentsInExpression();if(this.match(6)){let zl=super.parseMaybeDecoratorArguments(ml,Al);return zl.typeArguments=Rl,zl}this.unexpected(null,6)}return super.parseMaybeDecoratorArguments(ml,Al)}checkCommaAfterRest(ml){return this.state.isAmbientContext&&this.match(8)&&this.lookaheadCharCode()===ml?(this.next(),!1):super.checkCommaAfterRest(ml)}isClassMethod(){return this.match(43)||super.isClassMethod()}isClassProperty(){return this.match(31)||this.match(10)||super.isClassProperty()}parseMaybeDefault(ml,Al){let Rl=super.parseMaybeDefault(ml,Al);return Rl.type==="AssignmentPattern"&&Rl.typeAnnotation&&Rl.right.startthis.isAssignable(ml,!0)):super.shouldParseArrow(ml)}shouldParseAsyncArrow(){return this.match(10)?!this.state.inConditionalConsequent:super.shouldParseAsyncArrow()}parseParenAndDistinguishExpression(ml){let Al=this.state.inConditionalConsequent;this.state.inConditionalConsequent=!1;let Rl=super.parseParenAndDistinguishExpression(ml);return this.state.inConditionalConsequent=Al,Rl}canHaveLeadingDecorator(){return super.canHaveLeadingDecorator()||this.isAbstractClass()}jsxParseOpeningElementAfterName(ml){if(this.match(43)||this.match(47)){let Al=this.tsTryParseAndCatch(()=>this.tsParseTypeArgumentsInExpression());Al&&(ml.typeArguments=Al)}return super.jsxParseOpeningElementAfterName(ml)}getGetterSetterExpectedParamCount(ml){let Al=super.getGetterSetterExpectedParamCount(ml),Rl=this.getObjectOrClassMethodParams(ml)[0];return Rl&&this.isThisParam(Rl)?Al+1:Al}parseCatchClauseParam(){let ml=super.parseCatchClauseParam(),Al=this.tsTryParseTypeAnnotation();return Al&&(ml.typeAnnotation=Al,this.resetEndLocation(ml)),ml}tsInAmbientContext(ml){let{isAmbientContext:Al,strict:Rl}=this.state;this.state.isAmbientContext=!0,this.state.strict=!1;try{return ml()}finally{this.state.isAmbientContext=Al,this.state.strict=Rl}}parseClass(ml,Al,Rl){let zl=this.state.inAbstractClass;this.state.inAbstractClass=!!ml.abstract;try{return super.parseClass(ml,Al,Rl)}finally{this.state.inAbstractClass=zl}}tsParseAbstractDeclaration(ml,Al){if(this.match(76))return ml.abstract=!0,this.maybeTakeDecorators(Al,this.parseClass(ml,!0,!1));if(this.isContextual(125))return this.hasFollowingLineBreak()?null:(ml.abstract=!0,this.raise(BE.NonClassMethodPropertyHasAbstractModifier,ml),this.tsParseInterfaceDeclaration(ml));throw this.unexpected(null,76)}parseMethod(ml,Al,Rl,zl,rd,yh,kh){let Qh=super.parseMethod(ml,Al,Rl,zl,rd,yh,kh);if((Qh.abstract||Qh.type==="TSAbstractMethodDefinition")&&(this.hasPlugin("estree")?Qh.value:Qh).body){let{key:ml}=Qh;this.raise(BE.AbstractMethodHasImplementation,Qh,{methodName:ml.type==="Identifier"&&!Qh.computed?ml.name:`[${this.input.slice(this.offsetToSourcePos(ml.start),this.offsetToSourcePos(ml.end))}]`})}return Qh}tsParseTypeParameterName(){return this.parseIdentifier()}shouldParseAsAmbientContext(){return!!this.getPluginOption("typescript","dts")}parse(){return this.shouldParseAsAmbientContext()&&(this.state.isAmbientContext=!0),super.parse()}getExpression(){return this.shouldParseAsAmbientContext()&&(this.state.isAmbientContext=!0),super.getExpression()}parseExportSpecifier(ml,Al,Rl,zl){return!Al&&zl?(this.parseTypeOnlyImportExportSpecifier(ml,!1,Rl),this.finishNode(ml,"ExportSpecifier")):(ml.exportKind="value",super.parseExportSpecifier(ml,Al,Rl,zl))}parseImportSpecifier(ml,Al,Rl,zl,rd){return!Al&&zl?(this.parseTypeOnlyImportExportSpecifier(ml,!0,Rl),this.finishNode(ml,"ImportSpecifier")):(ml.importKind="value",super.parseImportSpecifier(ml,Al,Rl,zl,Rl?4098:4096))}parseTypeOnlyImportExportSpecifier(ml,Al,Rl){let zl=Al?"imported":"local",rd=Al?"local":"exported",yh=ml[zl],kh,Qh=!1,cf=!0,t_=yh.start;if(this.isContextual(89)){let ml=this.parseIdentifier();if(this.isContextual(89)){let Rl=this.parseIdentifier();B(this.state.type)?(Qh=!0,yh=ml,kh=Al?this.parseIdentifier():this.parseModuleExportName(),cf=!1):(kh=Rl,cf=!1)}else B(this.state.type)?(cf=!1,kh=Al?this.parseIdentifier():this.parseModuleExportName()):(Qh=!0,yh=ml)}else B(this.state.type)&&(Qh=!0,Al?(yh=this.parseIdentifier(!0),this.isContextual(89)||this.checkReservedWord(yh.name,yh.start,!0,!0)):yh=this.parseModuleExportName());Qh&&Rl&&this.raise(Al?BE.TypeModifierIsUsedInTypeImports:BE.TypeModifierIsUsedInTypeExports,t_),ml[zl]=yh,ml[rd]=kh;let r_=Al?"importKind":"exportKind";ml[r_]=Qh?"type":"value",cf&&this.eatContextual(89)&&(ml[rd]=Al?this.parseIdentifier():this.parseModuleExportName()),ml[rd]||(ml[rd]=this.cloneIdentifier(ml[zl])),Al&&this.checkIdentifier(ml[rd],Qh?4098:4096)}fillOptionalPropertiesForTSESLint(ml){switch(ml.type){case"ExpressionStatement":ml.directive??(ml.directive=void 0);return;case"RestElement":ml.value=void 0;case"Identifier":case"ArrayPattern":case"AssignmentPattern":case"ObjectPattern":ml.decorators??(ml.decorators=[]),ml.optional??(ml.optional=!1),ml.typeAnnotation??(ml.typeAnnotation=void 0);return;case"TSParameterProperty":ml.accessibility??(ml.accessibility=void 0),ml.decorators??(ml.decorators=[]),ml.override??(ml.override=!1),ml.readonly??(ml.readonly=!1),ml.static??(ml.static=!1);return;case"TSEmptyBodyFunctionExpression":ml.body=null;case"TSDeclareFunction":case"FunctionDeclaration":case"FunctionExpression":case"ClassMethod":case"ClassPrivateMethod":ml.declare??(ml.declare=!1),ml.returnType??(ml.returnType=void 0),ml.typeParameters??(ml.typeParameters=void 0);return;case"Property":ml.optional??(ml.optional=!1);return;case"TSMethodSignature":case"TSPropertySignature":ml.optional??(ml.optional=!1);case"TSIndexSignature":ml.accessibility??(ml.accessibility=void 0),ml.readonly??(ml.readonly=!1),ml.static??(ml.static=!1);return;case"TSAbstractPropertyDefinition":case"PropertyDefinition":case"TSAbstractAccessorProperty":case"AccessorProperty":ml.declare??(ml.declare=!1),ml.definite??(ml.definite=!1),ml.readonly??(ml.readonly=!1),ml.typeAnnotation??(ml.typeAnnotation=void 0);case"TSAbstractMethodDefinition":case"MethodDefinition":ml.accessibility??(ml.accessibility=void 0),ml.decorators??(ml.decorators=[]),ml.override??(ml.override=!1),ml.optional??(ml.optional=!1);return;case"ClassExpression":ml.id??(ml.id=null);case"ClassDeclaration":ml.abstract??(ml.abstract=!1),ml.declare??(ml.declare=!1),ml.decorators??(ml.decorators=[]),ml.implements??(ml.implements=[]),ml.superTypeArguments??(ml.superTypeArguments=void 0),ml.typeParameters??(ml.typeParameters=void 0);return;case"TSTypeAliasDeclaration":case"VariableDeclaration":ml.declare??(ml.declare=!1);return;case"VariableDeclarator":ml.definite??(ml.definite=!1);return;case"TSEnumDeclaration":ml.const??(ml.const=!1),ml.declare??(ml.declare=!1);return;case"TSEnumMember":ml.computed??(ml.computed=!1);return;case"TSImportType":ml.qualifier??(ml.qualifier=null),ml.options??(ml.options=null),ml.typeArguments??(ml.typeArguments=null);return;case"TSInterfaceDeclaration":ml.declare??(ml.declare=!1),ml.extends??(ml.extends=[]);return;case"TSMappedType":ml.optional??(ml.optional=!1),ml.readonly??(ml.readonly=void 0);return;case"TSModuleDeclaration":ml.declare??(ml.declare=!1),ml.global??(ml.global=ml.kind==="global");return;case"TSTypeParameter":ml.const??(ml.const=!1),ml.in??(ml.in=!1),ml.out??(ml.out=!1);return}}chStartsBindingIdentifierAndNotRelationalOperator(ml,Al){if(R(ml)){if(wE.lastIndex=Al,wE.test(this.input)){let ml=this.codePointAtPos(wE.lastIndex);if(!W(ml)&&ml!==92)return!1}return!0}else return ml===92}nextTokenIsIdentifierAndNotTSRelationalOperatorOnSameLine(){let ml=this.nextTokenInLineStart(),Al=this.codePointAtPos(ml);return this.chStartsBindingIdentifierAndNotRelationalOperator(Al,ml)}nextTokenIsStringLiteralOnSameLine(){let ml=this.nextTokenInLineStart(),Al=this.codePointAtPos(ml);return Al===34||Al===39}};function mr(ml){if(ml.type!=="MemberExpression")return!1;let{computed:Al,property:Rl}=ml;return Al&&Rl.type!=="StringLiteral"&&(Rl.type!=="TemplateLiteral"||Rl.expressions.length>0)?!1:us(ml.object)}function yr(ml,Al){let{type:Rl}=ml;if(ml.extra?.parenthesized)return!1;if(Al){if(Rl==="Literal"){let{value:Al}=ml;if(typeof Al=="string"||typeof Al=="boolean")return!0}}else if(Rl==="StringLiteral"||Rl==="BooleanLiteral")return!0;return!!(ps(ml,Al)||xr(ml,Al)||Rl==="TemplateLiteral"&&ml.expressions.length===0||mr(ml))}function ps(ml,Al){return Al?ml.type==="Literal"&&(typeof ml.value=="number"||"bigint"in ml):ml.type==="NumericLiteral"||ml.type==="BigIntLiteral"}function xr(ml,Al){if(ml.type==="UnaryExpression"){let{operator:Rl,argument:zl}=ml;if(Rl==="-"&&ps(zl,Al))return!0}return!1}function us(ml){return ml.type==="Identifier"?!0:ml.type!=="MemberExpression"||ml.computed?!1:us(ml.object)}var NE={ClassNameIsRequired:"A class name is required.",UnexpectedSpace:"Unexpected space in placeholder."},jE=F`placeholders`(NE),gr=ml=>class extends ml{parsePlaceholder(ml){if(this.match(129)){let Al=this.startNode();return this.next(),this.assertNoSpace(),Al.name=super.parseIdentifier(!0),this.assertNoSpace(),this.expect(129),this.finishPlaceholder(Al,ml)}}finishPlaceholder(ml,Al){let Rl=ml;return(!Rl.expectedNode||!Rl.type)&&(Rl=this.finishNode(Rl,"Placeholder")),Rl.expectedNode=Al,Rl}getTokenFromCode(ml){ml===37&&this.input.charCodeAt(this.state.pos+1)===37?this.finishOp(129,2):super.getTokenFromCode(ml)}parseExprAtom(ml){return this.parsePlaceholder("Expression")||super.parseExprAtom(ml)}parseIdentifier(ml){return this.parsePlaceholder("Identifier")||super.parseIdentifier(ml)}checkReservedWord(ml,Al,Rl,zl){ml!==void 0&&super.checkReservedWord(ml,Al,Rl,zl)}cloneIdentifier(ml){let Al=super.cloneIdentifier(ml);return Al.type==="Placeholder"&&(Al.expectedNode=ml.expectedNode),Al}cloneStringLiteral(ml){return ml.type==="Placeholder"?this.cloneIdentifier(ml):super.cloneStringLiteral(ml)}parseBindingAtom(){return this.parsePlaceholder("Pattern")||super.parseBindingAtom()}isValidLVal(ml,Al,Rl,zl){return ml==="Placeholder"||super.isValidLVal(ml,Al,Rl,zl)}toAssignable(ml,Al){ml&&ml.type==="Placeholder"&&ml.expectedNode==="Expression"?ml.expectedNode="Pattern":super.toAssignable(ml,Al)}chStartsBindingIdentifier(ml,Al){if(super.chStartsBindingIdentifier(ml,Al))return!0;let Rl=this.nextTokenStart();return this.input.charCodeAt(Rl)===37&&this.input.charCodeAt(Rl+1)===37}verifyBreakContinue(ml,Al){ml.label?.type!=="Placeholder"&&super.verifyBreakContinue(ml,Al)}parseExpressionStatement(ml,Al){if(Al.type!=="Placeholder"||Al.extra?.parenthesized)return super.parseExpressionStatement(ml,Al);if(this.match(10)){let Rl=ml;return Rl.label=this.finishPlaceholder(Al,"Identifier"),this.next(),Rl.body=super.parseStatementOrSloppyAnnexBFunctionDeclaration(),this.finishNode(Rl,"LabeledStatement")}this.semicolon();let Rl=ml;return Rl.name=Al.name,this.finishPlaceholder(Rl,"Statement")}parseBlock(ml,Al,Rl){return this.parsePlaceholder("BlockStatement")||super.parseBlock(ml,Al,Rl)}parseFunctionId(ml){return this.parsePlaceholder("Identifier")||super.parseFunctionId(ml)}parseClass(ml,Al,Rl){let zl=Al?"ClassDeclaration":"ClassExpression";this.next();let rd=this.state.strict,yh=this.parsePlaceholder("Identifier");if(yh)if(this.match(77)||this.match(129)||this.match(2))ml.id=yh;else{if(Rl||!Al)return ml.id=null,ml.body=this.finishPlaceholder(yh,"ClassBody"),this.finishNode(ml,zl);throw this.raise(jE.ClassNameIsRequired,this.state.startLoc)}else this.parseClassId(ml,Al,Rl);return super.parseClassSuper(ml),ml.body=this.parsePlaceholder("ClassBody")||super.parseClassBody(!!ml.superClass,rd),this.finishNode(ml,zl)}parseExport(ml,Al){let Rl=this.parsePlaceholder("Identifier");if(!Rl)return super.parseExport(ml,Al);let zl=ml;if(!this.isContextual(94)&&!this.match(8))return zl.specifiers=[],zl.source=null,zl.declaration=this.finishPlaceholder(Rl,"Declaration"),this.finishNode(zl,"ExportNamedDeclaration");this.expectPlugin("exportDefaultFrom");let rd=this.startNode();return rd.exported=Rl,zl.specifiers=[this.finishNode(rd,"ExportDefaultSpecifier")],super.parseExport(zl,Al)}isExportDefaultSpecifier(){if(this.match(61)){let ml=this.nextTokenStart();if(this.isUnparsedContextual(ml,"from")&&this.input.startsWith(z(129),this.nextTokenStartSince(ml+4)))return!0}return super.isExportDefaultSpecifier()}maybeParseExportDefaultSpecifier(ml,Al){return ml.specifiers?.length?!0:super.maybeParseExportDefaultSpecifier(ml,Al)}checkExport(ml){let{specifiers:Al}=ml;Al?.length&&(ml.specifiers=Al.filter(ml=>ml.exported.type==="Placeholder")),super.checkExport(ml),ml.specifiers=Al}parseImport(ml){let Al=this.parsePlaceholder("Identifier");if(!Al)return super.parseImport(ml);if(ml.specifiers=[],!this.isContextual(94)&&!this.match(8))return ml.source=this.finishPlaceholder(Al,"StringLiteral"),this.semicolon(),this.finishNode(ml,"ImportDeclaration");let Rl=this.startNodeAtNode(Al);return Rl.local=Al,ml.specifiers.push(this.finishNode(Rl,"ImportDefaultSpecifier")),this.eat(8)&&(this.maybeParseStarImportSpecifier(ml)||this.parseNamedImportSpecifiers(ml)),this.expectContextual(94),ml.source=this.parseImportSource(),this.semicolon(),this.finishNode(ml,"ImportDeclaration")}parseImportSource(){return this.parsePlaceholder("StringLiteral")||super.parseImportSource()}assertNoSpace(){this.state.start>this.offsetToSourcePos(this.state.lastTokEndLoc.index)&&this.raise(jE.UnexpectedSpace,this.state.lastTokEndLoc)}},Tr=ml=>class extends ml{parseV8Intrinsic(){if(this.match(50)){let ml=this.state.startLoc,Al=this.startNode();if(this.next(),C(this.state.type)){let ml=this.parseIdentifierName(),Rl=this.createIdentifier(Al,ml);if(this.castNodeTo(Rl,"V8IntrinsicIdentifier"),this.match(6))return Rl}this.unexpected(ml)}}parseExprAtom(ml){return this.parseV8Intrinsic()||super.parseExprAtom(ml)}},GE=["fsharp","hack"],WE=["^^","@@","^","%","#"];function br(ml){if(ml.has("decorators")&&ml.has("decorators-legacy"))throw new Error("Cannot use the decorators and decorators-legacy plugin together");if(ml.has("flow")&&ml.has("typescript"))throw new Error("Cannot combine flow and typescript plugins.");if(ml.has("placeholders")&&ml.has("v8intrinsic"))throw new Error("Cannot combine placeholders and v8intrinsic plugins.");if(ml.has("pipelineOperator")){let Al=ml.get("pipelineOperator").proposal;if(!GE.includes(Al)){let ml=GE.map(ml=>`"${ml}"`).join(", ");throw new Error(`"pipelineOperator" requires "proposal" option whose value must be one of: ${ml}.`)}if(Al==="hack"){if(ml.has("placeholders"))throw new Error("Cannot combine placeholders plugin and Hack-style pipes.");if(ml.has("v8intrinsic"))throw new Error("Cannot combine v8intrinsic plugin and Hack-style pipes.");let Al=ml.get("pipelineOperator").topicToken;if(!WE.includes(Al)){let ml=WE.map(ml=>`"${ml}"`).join(", ");throw new Error(`"pipelineOperator" in "proposal": "hack" mode also requires a "topicToken" option whose value must be one of: ${ml}.`)}}}if(ml.has("moduleAttributes"))throw new Error("`moduleAttributes` has been removed in Babel 8, please migrate to import attributes instead.");if(ml.has("importAssertions"))throw new Error("`importAssertions` has been removed in Babel 8, please use import attributes instead.");if(ml.has("deprecatedImportAssert")?console.warn("`deprecatedImportAssert` has been removed in Babel 8, please use import attributes instead."):ml.has("importAttributes")&&ml.get("importAttributes").deprecatedAssertSyntax&&console.warn("The 'importAttributes' plugin has been removed in Babel 8. Please migrate any usage of `assert`-style attributes to `with`."),ml.has("recordAndTuple"))throw new Error("The 'recordAndTuple' plugin has been removed in Babel 8. Please remove it from your configuration.");if(ml.has("asyncDoExpressions")&&!ml.has("doExpressions")){let ml=new Error("'asyncDoExpressions' requires 'doExpressions', please add 'doExpressions' to parser plugins.");throw ml.missingPlugins="doExpressions",ml}if(ml.has("optionalChainingAssign")&&ml.get("optionalChainingAssign").version!=="2023-07")throw new Error("The 'optionalChainingAssign' plugin requires a 'version' option, representing the last proposal update. Currently, the only supported value is '2023-07'.");if(ml.has("discardBinding")&&ml.get("discardBinding").syntaxType!=="void")throw new Error("The 'discardBinding' plugin requires a 'syntaxType' option. Currently the only supported value is 'void'.");if(ml.has("decimal"))throw new Error("The 'decimal' plugin has been removed in Babel 8. Please remove it from your configuration.");if(ml.has("importReflection"))throw new Error("The 'importReflection' plugin has been removed in Babel 8. Use 'sourcePhaseImports' instead, and replace 'import module' with 'import source' in your code.")}var YE={estree:Ti,jsx:Zi,flow:Gi,typescript:dr,v8intrinsic:Tr,placeholders:gr},ow=Object.keys(YE),lw=class extends vE{constructor(ml,Al,Rl){let zl=gi(ml);super(zl,Al),this.options=zl,this.initializeScopes(),this.plugins=Rl,this.filename=zl.sourceFilename,this.startIndex=zl.startIndex;let rd=0;zl.allowAwaitOutsideFunction&&(rd|=1),zl.allowReturnOutsideFunction&&(rd|=2),zl.allowImportExportEverywhere&&(rd|=8),zl.allowSuperOutsideMethod&&(rd|=16),zl.allowUndeclaredExports&&(rd|=64),zl.allowNewTargetOutsideFunction&&(rd|=4),zl.allowYieldOutsideFunction&&(rd|=32),zl.ranges&&(rd|=128),zl.locations===!0&&(rd|=256),zl.tokens&&(rd|=512),zl.createImportExpressions&&(rd|=1024),zl.createParenthesizedExpressions&&(rd|=2048),zl.errorRecovery&&(rd|=4096),zl.attachComment&&(rd|=8192),zl.annexB&&(rd|=16384),this.optionFlags=rd}getScopeHandler(){return OA}parse(){this.enterInitialScopes();let ml=this.startNode(),Al=this.startNode();this.nextToken(),ml.errors=[];let Rl=this.parseTopLevel(ml,Al);return Rl.errors=this.state.errors,Rl.comments.length=this.state.commentsLen,Rl}};function Dt(ml,Al){if(Al?.sourceType==="unambiguous"){Al={...Al};try{Al.sourceType="module";let Rl=dt(Al,ml),zl=Rl.parse();if(Rl.sawUnambiguousESM)return zl;if(Rl.ambiguousScriptDifferentAst)try{return Al.sourceType="script",dt(Al,ml).parse()}catch{}else zl.program.sourceType="script";return zl}catch(Rl){try{return Al.sourceType="script",dt(Al,ml).parse()}catch{}throw Rl}}else return dt(Al,ml).parse()}function Mt(ml,Al){let Rl=dt(Al,ml);return Rl.options.strictMode&&(Rl.state.strict=!0),Rl.getExpression()}function Sr(ml){let Al={};for(let Rl of Object.keys(ml))Al[Rl]=Ze(ml[Rl]);return Al}var cw=Sr(vA);function dt(ml,Al){let Rl=lw,zl=new Map;if(ml?.plugins){for(let Al of ml.plugins){let ml,Rl;typeof Al=="string"?ml=Al:[ml,Rl]=Al,zl.has(ml)||zl.set(ml,Rl||{})}br(zl),Rl=Cr(zl)}return new Rl(ml,Al,zl)}var pw=new Map;function Cr(ml){let Al=[];for(let Rl of ow)ml.has(Rl)&&Al.push(Rl);let Rl=Al.join("|"),zl=pw.get(Rl);if(!zl){zl=lw;for(let ml of Al)zl=YE[ml](zl);pw.set(Rl,zl)}return zl}function Ot(ml){return(Al,Rl,zl)=>{if(Rl===!1)return!1;let rd=!!zl?.backwards,{length:yh}=Al,kh=Rl;for(;kh>=0&&khml===`\n`||ml==="\r"||ml==="\u2028"||ml==="\u2029";function wr(ml,Al,Rl){if(Al===!1)return!1;let zl=!!Rl?.backwards,rd=ml.charAt(Al);if(zl){if(ml.charAt(Al-1)==="\r"&&rd===`\n`)return Al-2;if(xs(rd))return Al-1}else{if(rd==="\r"&&ml.charAt(Al+1)===`\n`)return Al+2;if(xs(rd))return Al+1}return Al}var gw=wr;function Ir(ml,Al){return Al===!1?!1:ml.charAt(Al)==="/"&&ml.charAt(Al+1)==="/"?_w(ml,Al):Al}var Aw=Ir;function Nr(ml,Al){let Rl=null,zl=Al;for(;zl!==Rl;)Rl=zl,zl=hw(ml,zl),zl=mw(ml,zl),zl=Aw(ml,zl),zl=gw(ml,zl);return zl}var yw=Nr;function bs(ml){let Al=[];for(let Rl of ml)try{return Rl()}catch(ml){Al.push(ml)}throw Object.assign(new Error("All combinations failed"),{errors:Al})}function kr(ml){if(!ml.startsWith("#!"))return"";let Al=ml.indexOf(`\n`);return Al===-1?ml:ml.slice(0,Al)}var bw=kr;var vw=Array.prototype.findLast??function(ml){for(let Al=this.length-1;Al>=0;Al--){let Rl=this[Al];if(ml(Rl,Al,this))return Rl}},Ew=X("findLast",function(){if(Array.isArray(this))return vw}),ww=Ew;var Cw=Symbol.for("comments");function Dr(ml){return this[ml<0?this.length+ml:ml]}var xw=X("at",function(){if(Array.isArray(this)||typeof this=="string")return Dr}),Dw=xw;function J(ml){let Al=new Set(ml);return ml=>Al.has(ml?.type)}function rt(ml){return ml.range?.[1]??ml.end}function N(ml){let Al=ml.range?.[0]??ml.start,Rl=(ml.declaration?.decorators??ml.decorators)?.[0];return Rl?Math.min(N(Rl),Al):Al}var Sw=5,kw=8,Tw=8,Cs=ml=>Al=>Al.label?k(Al.label):N(Al)+ml,Rr=ml=>ml.__contentEnd??rt(ml),Iw=["ExpressionStatement","Directive","ImportDeclaration","ExportDefaultDeclaration","ExportNamedDeclaration","ExportAllDeclaration","ReturnStatement","ThrowStatement","DoWhileStatement"],Bw=new Map([["BreakStatement",Cs(Sw)],["ContinueStatement",Cs(kw)],["DebuggerStatement",ml=>N(ml)+Tw],["VariableDeclaration",ml=>k(Dw(0,ml.declarations,-1))],...Iw.map(ml=>[ml,Rr])]),Fw=J(Iw);function k(ml){let{type:Al}=ml;return Al==="IfStatement"?k(ml.alternate??ml.consequent):Al==="ForInStatement"||Al==="ForOfStatement"||Al==="ForStatement"||Al==="LabeledStatement"||Al==="WithStatement"||Al==="WhileStatement"?k(ml.body):Bw.get(Al)?.(ml)??rt(ml)}var Pw=J(["Block","CommentBlock","MultiLine"]),Rw=J(["Line","CommentLine","SingleLine","HashbangComment","HTMLOpen","HTMLClose","Hashbang","InterpreterDirective"]);function nt(ml,Al,Rl){if(!ml.has(Al)){let zl=Rl(Al);ml.set(Al,zl)}return ml.get(Al)}var Nw=new WeakMap;function Is(ml){return nt(Nw,ml,ml=>Pw(ml)&&ml.value[0]==="*"&&/@(?:type|satisfies)\b/.test(ml.value))}function jr(ml){return cf(0,ml,/[^\n]/g," ")}var Ow=jr;function Vr(ml,Al){for(let Rl of Al){let Al=N(Rl),zl=k(Rl);ml=ml.slice(0,Al)+Ow(ml.slice(Al,zl))+ml.slice(zl)}return ml}var Qw=new WeakMap;function ks(ml){let Al=ml[Cw];return nt(Qw,Al,Al=>Vr(ml.originalText,Al))}function $r(ml){if(!Pw(ml))return[];if(!ml.value.includes(`\n`))return[];let Al=[];for(let Rl of`*${ml.value}*`.split(`\n`)){if(Rl=Rl.trimStart(),!Rl.startsWith("*"))return[];Al.push(Rl)}return Al}var Lw=new WeakMap;function zr(ml){return nt(Lw,ml,$r)}function Ls(ml){Lw.delete(ml)}function ke(ml){return zr(ml).length>0}function Ds(ml){if(ml.length<2)return;let Al;for(let Rl=ml.length-1;Rl>=0;Rl--){let zl=ml[Rl];if(Al&&k(zl)===N(Al)&&ke(zl)&&ke(Al)&&(ml.splice(Rl+1,1),zl.value+="*//*"+Al.value,zl.range=[N(zl),k(Al)],Ls(zl)),!Rw(zl)&&!Pw(zl))throw new TypeError(`Unknown comment type: "${zl.type}".`);Al=zl}}function Hr(ml){return ml!==null&&typeof ml=="object"}var Mw=Hr;var jw=null;function Tt(ml){if(jw!==null&&typeof jw.property){let ml=jw;return jw=Tt.prototype=null,ml}return jw=Tt.prototype=ml??Object.create(null),new Tt}var Uw=10;for(let ml=0;ml<=Uw;ml++)Tt();function ve(ml){return Tt(ml)}function Wr(ml,Al="type"){ve(ml);function t(Rl){let zl=Rl[Al],rd=ml[zl];if(!Array.isArray(rd))throw Object.assign(new Error(`Missing visitor keys for '${zl}'.`),{node:Rl});return rd}return t}var Gw=Wr;var qw=[["elements"],["left","right"],["value"],["directives","body"],["label"],["callee","typeArguments","arguments"],["test","consequent","alternate"],["body","test"],["expression"],["left","right","body"],["id","typeParameters","params","predicate","returnType","body"],["object","property"],["properties"],["decorators","key","typeParameters","params","returnType","body"],["decorators","key","value"],["argument"],["expressions"],["id","init"],["body"],["decorators","id","typeParameters","superClass","superTypeArguments","mixins","implements","body"],["declaration","specifiers","source","attributes"],["local"],["exported"],["decorators","variance","key","typeAnnotation","value"],["id"],["key","value"],["elementType"],["id","typeParameters"],["id","typeParameters","extends","body"],["id","body"],["typeAnnotation"],["id","typeParameters","right"],["name","typeAnnotation"],["types"],["qualification","id"],["elementTypes"],["expression","typeAnnotation"],["params"],["members"],["objectType","indexType"],["decorators","key","typeAnnotation","value"],["id","typeParameters","params","returnType","body"],["key","typeParameters","params","returnType"],["typeParameters","params","returnType"],["parameterName","typeAnnotation"],["checkType","extendsType","trueType","falseType"],["typeParameter"],["literal"],["expression","typeArguments"],["decorators","key","typeAnnotation"],["argument","cases"],["pattern","body","guard"],["properties","rest"],["node"]],$w={ArrayExpression:qw[0],AssignmentExpression:qw[1],BinaryExpression:qw[1],InterpreterDirective:[],Directive:qw[2],DirectiveLiteral:[],BlockStatement:qw[3],BreakStatement:qw[4],CallExpression:qw[5],CatchClause:["param","body"],ConditionalExpression:qw[6],ContinueStatement:qw[4],DebuggerStatement:[],DoWhileStatement:qw[7],EmptyStatement:[],ExpressionStatement:qw[8],File:["program"],ForInStatement:qw[9],ForStatement:["init","test","update","body"],FunctionDeclaration:qw[10],FunctionExpression:qw[10],Identifier:["typeAnnotation","decorators"],IfStatement:qw[6],LabeledStatement:["label","body"],StringLiteral:[],NumericLiteral:[],NullLiteral:[],BooleanLiteral:[],RegExpLiteral:[],LogicalExpression:qw[1],MemberExpression:qw[11],NewExpression:qw[5],Program:qw[3],ObjectExpression:qw[12],ObjectMethod:qw[13],ObjectProperty:qw[14],RestElement:["argument","typeAnnotation","decorators"],ReturnStatement:qw[15],SequenceExpression:qw[16],ParenthesizedExpression:qw[8],SwitchCase:["test","consequent"],SwitchStatement:["discriminant","cases"],ThisExpression:[],ThrowStatement:qw[15],TryStatement:["block","handler","finalizer"],UnaryExpression:qw[15],UpdateExpression:qw[15],VariableDeclaration:["declarations"],VariableDeclarator:qw[17],WhileStatement:qw[7],WithStatement:["object","body"],AssignmentPattern:["left","right","decorators","typeAnnotation"],ArrayPattern:["elements","typeAnnotation","decorators"],ArrowFunctionExpression:["typeParameters","params","predicate","returnType","body"],ClassBody:qw[18],ClassExpression:qw[19],ClassDeclaration:qw[19],ExportAllDeclaration:["source","attributes","exported"],ExportDefaultDeclaration:["declaration"],ExportNamedDeclaration:qw[20],ExportSpecifier:["local","exported"],ForOfStatement:qw[9],ImportDeclaration:["specifiers","source","attributes"],ImportDefaultSpecifier:qw[21],ImportNamespaceSpecifier:qw[21],ImportSpecifier:["imported","local"],MetaProperty:["meta","property"],ClassMethod:qw[13],ObjectPattern:["decorators","properties","typeAnnotation"],SpreadElement:qw[15],Super:[],TaggedTemplateExpression:["tag","typeArguments","quasi"],TemplateElement:[],TemplateLiteral:["quasis","expressions"],YieldExpression:qw[15],AwaitExpression:qw[15],ImportExpression:["source","options"],BigIntLiteral:[],ExportNamespaceSpecifier:qw[22],OptionalMemberExpression:qw[11],OptionalCallExpression:qw[5],ClassProperty:qw[23],ClassPrivateProperty:qw[23],ClassPrivateMethod:qw[13],PrivateName:qw[24],StaticBlock:qw[18],ImportAttribute:qw[25],AnyTypeAnnotation:[],ArrayTypeAnnotation:qw[26],BooleanTypeAnnotation:[],BooleanLiteralTypeAnnotation:[],NullLiteralTypeAnnotation:[],ClassImplements:qw[27],DeclareClass:["id","typeParameters","extends","mixins","implements","body"],DeclareFunction:["id","predicate"],DeclareInterface:qw[28],DeclareModule:qw[29],DeclareModuleExports:qw[30],DeclareTypeAlias:qw[31],DeclareOpaqueType:["id","typeParameters","supertype","lowerBound","upperBound"],DeclareVariable:["id","declarations"],DeclareExportDeclaration:qw[20],DeclareExportAllDeclaration:["source","attributes"],DeclaredPredicate:qw[2],ExistsTypeAnnotation:[],FunctionTypeAnnotation:["typeParameters","this","params","rest","returnType"],FunctionTypeParam:qw[32],GenericTypeAnnotation:qw[27],InferredPredicate:[],InterfaceExtends:qw[27],InterfaceDeclaration:qw[28],InterfaceTypeAnnotation:["extends","body"],IntersectionTypeAnnotation:qw[33],MixedTypeAnnotation:[],EmptyTypeAnnotation:[],NullableTypeAnnotation:qw[30],NumberLiteralTypeAnnotation:[],BigIntLiteralTypeAnnotation:[],NumberTypeAnnotation:[],ObjectTypeAnnotation:["properties","indexers","callProperties","internalSlots"],ObjectTypeInternalSlot:["id","value"],ObjectTypeCallProperty:qw[2],ObjectTypeIndexer:["variance","id","key","value"],ObjectTypeProperty:["key","value","variance"],ObjectTypeSpreadProperty:qw[15],OpaqueType:["id","typeParameters","supertype","impltype","lowerBound","upperBound"],QualifiedTypeIdentifier:qw[34],StringLiteralTypeAnnotation:[],StringTypeAnnotation:[],SymbolTypeAnnotation:[],ThisTypeAnnotation:[],TupleTypeAnnotation:qw[35],TypeofTypeAnnotation:["argument","typeArguments"],TypeAlias:qw[31],TypeAnnotation:qw[30],TypeCastExpression:qw[36],TypeParameter:["bound","default","variance"],TypeParameterDeclaration:qw[37],TypeParameterInstantiation:qw[37],UnionTypeAnnotation:qw[33],Variance:[],VoidTypeAnnotation:[],EnumDeclaration:qw[29],EnumBooleanBody:qw[38],EnumNumberBody:qw[38],EnumStringBody:qw[38],EnumSymbolBody:qw[38],EnumBooleanMember:qw[17],EnumNumberMember:qw[17],EnumStringMember:qw[17],EnumDefaultedMember:qw[24],IndexedAccessType:qw[39],OptionalIndexedAccessType:qw[39],JSXAttribute:["name","value"],JSXClosingElement:["name"],JSXElement:["openingElement","children","closingElement"],JSXEmptyExpression:[],JSXExpressionContainer:qw[8],JSXSpreadChild:qw[8],JSXIdentifier:[],JSXMemberExpression:qw[11],JSXNamespacedName:["namespace","name"],JSXOpeningElement:["name","typeArguments","attributes"],JSXSpreadAttribute:qw[15],JSXText:[],JSXFragment:["openingFragment","children","closingFragment"],JSXOpeningFragment:[],JSXClosingFragment:[],Placeholder:[],V8IntrinsicIdentifier:[],ArgumentPlaceholder:[],BindExpression:["object","callee"],ClassAccessorProperty:qw[40],Decorator:qw[8],DoExpression:qw[18],ExportDefaultSpecifier:qw[22],ModuleExpression:qw[18],TopicReference:[],VoidPattern:[],TSParameterProperty:["parameter","decorators"],TSDeclareFunction:qw[41],TSDeclareMethod:qw[42],TSQualifiedName:qw[1],TSCallSignatureDeclaration:qw[43],TSConstructSignatureDeclaration:qw[43],TSPropertySignature:["key","typeAnnotation"],TSMethodSignature:qw[42],TSIndexSignature:["parameters","typeAnnotation"],TSAnyKeyword:[],TSBooleanKeyword:[],TSBigIntKeyword:[],TSIntrinsicKeyword:[],TSNeverKeyword:[],TSNullKeyword:[],TSNumberKeyword:[],TSObjectKeyword:[],TSStringKeyword:[],TSSymbolKeyword:[],TSUndefinedKeyword:[],TSUnknownKeyword:[],TSVoidKeyword:[],TSThisType:[],TSFunctionType:qw[43],TSConstructorType:qw[43],TSTypeReference:["typeName","typeArguments"],TSTypePredicate:qw[44],TSTypeQuery:["exprName","typeArguments"],TSTypeLiteral:qw[38],TSArrayType:qw[26],TSTupleType:qw[35],TSOptionalType:qw[30],TSRestType:qw[30],TSNamedTupleMember:["label","elementType"],TSUnionType:qw[33],TSIntersectionType:qw[33],TSConditionalType:qw[45],TSInferType:qw[46],TSParenthesizedType:qw[30],TSTypeOperator:qw[30],TSIndexedAccessType:qw[39],TSMappedType:["key","constraint","nameType","typeAnnotation"],TSTemplateLiteralType:["quasis","types"],TSLiteralType:qw[47],TSClassImplements:qw[48],TSInterfaceHeritage:qw[48],TSInterfaceDeclaration:qw[28],TSInterfaceBody:qw[18],TSTypeAliasDeclaration:["id","typeParameters","typeAnnotation"],TSInstantiationExpression:qw[48],TSAsExpression:qw[36],TSSatisfiesExpression:qw[36],TSTypeAssertion:qw[36],TSEnumBody:qw[38],TSEnumDeclaration:qw[29],TSEnumMember:["id","initializer"],TSModuleDeclaration:qw[29],TSModuleBlock:qw[18],TSImportType:["source","options","qualifier","typeArguments"],TSImportEqualsDeclaration:["id","moduleReference"],TSExternalModuleReference:qw[8],TSNonNullExpression:qw[8],TSExportAssignment:qw[8],TSNamespaceExportDeclaration:qw[24],TSTypeAnnotation:qw[30],TSTypeParameterInstantiation:qw[37],TSTypeParameterDeclaration:qw[37],TSTypeParameter:["name","constraint","default"],ChainExpression:qw[8],Literal:[],MethodDefinition:qw[14],PrivateIdentifier:[],Property:qw[25],PropertyDefinition:qw[23],AccessorProperty:qw[40],TSAbstractAccessorProperty:qw[49],TSAbstractKeyword:[],TSAbstractMethodDefinition:qw[25],TSAbstractPropertyDefinition:qw[49],TSAsyncKeyword:[],TSDeclareKeyword:[],TSEmptyBodyFunctionExpression:["id","typeParameters","params","returnType"],TSExportKeyword:[],TSPrivateKeyword:[],TSProtectedKeyword:[],TSPublicKeyword:[],TSReadonlyKeyword:[],TSStaticKeyword:[],AsConstExpression:qw[8],AsExpression:qw[36],BigIntTypeAnnotation:[],ComponentDeclaration:["id","params","body","typeParameters","rendersType"],ComponentParameter:["name","local"],ComponentTypeAnnotation:["params","rest","typeParameters","rendersType"],ComponentTypeParameter:qw[32],ConditionalTypeAnnotation:qw[45],DeclareComponent:["id","params","rest","typeParameters","rendersType"],DeclareEnum:qw[29],DeclareHook:qw[24],DeclareNamespace:qw[29],EnumBigIntBody:qw[38],EnumBigIntMember:qw[17],EnumBody:qw[38],HookDeclaration:qw[41],HookTypeAnnotation:["params","returnType","rest","typeParameters"],InferTypeAnnotation:qw[46],KeyofTypeAnnotation:qw[15],MatchArrayPattern:["elements","rest"],MatchAsPattern:["pattern","target"],MatchBindingPattern:qw[24],MatchExpression:qw[50],MatchExpressionCase:qw[51],MatchIdentifierPattern:qw[24],MatchInstanceObjectPattern:qw[52],MatchInstancePattern:["targetConstructor","properties"],MatchLiteralPattern:qw[47],MatchMemberPattern:["base","property"],MatchObjectPattern:qw[52],MatchObjectPatternProperty:["key","pattern"],MatchOrPattern:["patterns"],MatchRestPattern:qw[15],MatchStatement:qw[50],MatchStatementCase:qw[51],MatchUnaryPattern:qw[15],MatchWildcardPattern:[],NeverTypeAnnotation:[],ObjectTypeMappedTypeProperty:["keyTparam","propType","sourceType","variance"],QualifiedTypeofIdentifier:qw[34],RecordDeclaration:["id","typeParameters","implements","body"],RecordDeclarationBody:qw[0],RecordDeclarationImplements:["id","typeArguments"],RecordDeclarationProperty:["key","typeAnnotation","defaultValue"],RecordDeclarationStaticProperty:["key","typeAnnotation","value"],RecordExpression:["recordConstructor","typeArguments","properties"],RecordExpressionProperties:qw[12],SatisfiesExpression:qw[36],TupleTypeLabeledElement:["label","elementType","variance"],TupleTypeSpreadElement:["label","typeAnnotation"],TypeOperator:qw[30],TypePredicate:qw[44],UndefinedTypeAnnotation:[],UnknownTypeAnnotation:[],NGChainedExpression:qw[16],NGEmptyExpression:[],NGPipeExpression:["left","right","arguments"],NGMicrosyntax:qw[18],NGMicrosyntaxAs:["key","alias"],NGMicrosyntaxExpression:["expression","alias"],NGMicrosyntaxKey:[],NGMicrosyntaxKeyedExpression:["key","expression"],NGMicrosyntaxLet:qw[25],NGRoot:qw[53],JsExpressionRoot:qw[53],JsonRoot:qw[53],TSJSDocAllType:[],TSJSDocUnknownType:[],TSJSDocNullableType:qw[30],TSJSDocNonNullableType:qw[30]};var Jw=Gw($w),Hw=Jw;function Rt(ml,Al){if(!Mw(ml))return ml;if(Array.isArray(ml)){for(let Rl=0;Rlml<=zl);kh=ml&&Rl.slice(ml,zl).trim().length===0}return kh?void 0:(ml.extra={...ml.extra,parenthesized:!0},ml)}case"TemplateLiteral":if(Al.expressions.length!==Al.quasis.length-1)throw new Error("Malformed template literal.");break;case"TemplateElement":if(zl==="flow"||zl==="hermes"||zl==="espree"||zl==="typescript"||rd){let ml=N(Al)+1,Rl=k(Al)-(Al.tail?1:2);Al.range=[ml,Rl]}break;case"TSParenthesizedType":return Al.typeAnnotation;case"TopicReference":ml.extra={...ml.extra,__isUsingHackPipeline:!0};break;case"TSUnionType":case"TSIntersectionType":if(Al.types.length===1)return Al.types[0];break;case"TupleTypeAnnotation":Al.types&&!Al.elementTypes&&(Al.elementTypes=Al.types);break;case"ImportDeclaration":zl==="hermes"&&Al.assertions&&!Al.attributes&&(Al.attributes=Al.assertions,delete Al.assertions);break}},onLeave(ml){switch(ml.type){case"LogicalExpression":if(Us(ml))return Le(ml);break}}}),ml}function Us(ml){return ml.type==="LogicalExpression"&&ml.right.type==="LogicalExpression"&&ml.operator===ml.right.operator}function Le(ml){return Us(ml)?Le({type:"LogicalExpression",operator:ml.operator,left:Le({type:"LogicalExpression",operator:ml.operator,left:ml.left,right:ml.right.left,range:[N(ml.left),k(ml.right.left)]}),right:ml.right.right,range:[N(ml),k(ml)]}):ml}function Xr(ml,Al,Rl){if(!Fw(ml))return;let zl=rt(ml);if(Rl[zl-1]!==";")return;let rd=ks({[Cw]:Al,originalText:Rl});zl-=1;let yh=rd.slice(N(ml),zl),kh=yh.trimEnd();ml.__contentEnd=zl-(yh.length-kh.length)}var zw=Gr;function Yr(ml,Al){let Rl=new SyntaxError(ml+" ("+Al.loc.start.line+":"+Al.loc.start.column+")");return Object.assign(Rl,Al)}var Yw=Yr;var Kw="Unexpected parseExpression() input: ";function Qr(ml){let{message:Al,loc:Rl,reasonCode:zl}=ml;if(!Rl)return ml;let{line:rd,column:yh}=Rl,kh=ml;(zl==="MissingPlugin"||zl==="MissingOneOfPlugins")&&(Al="Unexpected token.",kh=void 0);let Qh=` (${rd}:${yh})`;return Al.endsWith(Qh)&&(Al=Al.slice(0,-Qh.length)),Al.startsWith(Kw)&&(Al=Al.slice(Kw.length)),Yw(Al,{loc:{start:{line:rd,column:yh+1}},cause:kh})}var Xw=Qr;var Zw=/\*\/$/,eC=/^\/\*\*?/,tC=/^\s*(\/\*\*?(.|\r?\n)*?\*\/)/,rC=/(^|\s+)\/\/([^\n\r]*)/g,nC=/^(\r?\n)+/,iC=/(?:^|\r?\n) *(@[^\n\r]*?) *\r?\n *(?![^\n\r@]*\/\/[^]*)([^\s@][^\n\r@]+?) *\r?\n/g,sC=/(?:^|\r?\n) *@(\S+) *([^\n\r]*)/g,aC=/(\r?\n|^) *\* ?/g,oC=[];function $s(ml){let Al=ml.match(tC);return Al?Al[0].trimStart():""}function zs(ml){ml=cf(0,ml.replace(eC,"").replace(Zw,""),aC,"$1");let Al="";for(;Al!==ml;)Al=ml,ml=cf(0,ml,iC,`\n$1 $2\n`);ml=ml.replace(nC,"").trimEnd();let Rl=Object.create(null),zl=cf(0,ml,sC,"").replace(nC,"").trimEnd(),rd;for(;rd=sC.exec(ml);){let ml=cf(0,rd[2],rC,"");if(typeof Rl[rd[1]]=="string"||Array.isArray(Rl[rd[1]])){let Al=Rl[rd[1]];Rl[rd[1]]=[...oC,...Array.isArray(Al)?Al:[Al],ml]}else Rl[rd[1]]=ml}return{comments:zl,pragmas:Rl}}var lC=["noformat","noprettier"],cC=["format","prettier"];function Ws(ml){let Al=bw(ml);Al&&(ml=ml.slice(Al.length+1));let Rl=$s(ml),{pragmas:zl,comments:rd}=zs(Rl);return{shebang:Al,text:ml,pragmas:zl,comments:rd}}function Js(ml){let{pragmas:Al}=Ws(ml);return cC.some(ml=>r_(Al,ml))}function Gs(ml){let{pragmas:Al}=Ws(ml);return lC.some(ml=>r_(Al,ml))}function na(ml){return ml=typeof ml=="function"?{parse:ml}:ml,{astFormat:"estree",hasPragma:Js,hasIgnorePragma:Gs,locStart:N,locEnd:k,...ml}}var uC=na;var pC="module",dC="commonjs";function Xs(ml){if(typeof ml=="string"){if(ml=ml.toLowerCase(),/\.(?:mjs|mts)$/i.test(ml))return pC;if(/\.(?:cjs|cts)$/i.test(ml))return dC}}function oa(ml){let{type:Al="JsExpressionRoot",expression:Rl,comments:zl=Rl?.comments??[],text:rd,rootMarker:yh}=ml,kh={type:Al,comments:zl,range:[0,rd.length],rootMarker:yh};return Rl&&(delete Rl.comments,kh.node=Rl),kh}var hC=oa;var ot=ml=>uC(ua(ml)),fC={sourceType:pC,allowImportExportEverywhere:!0,allowReturnOutsideFunction:!0,allowNewTargetOutsideFunction:!0,allowSuperOutsideMethod:!0,allowUndeclaredExports:!0,errorRecovery:!0,createParenthesizedExpressions:!0,attachComment:!1,plugins:["doExpressions","exportDefaultFrom","functionBind","functionSent","throwExpressions",["partialApplication",{version:"2018-07"}],"decorators","moduleBlocks","asyncDoExpressions","destructuringPrivate","decoratorAutoAccessors","sourcePhaseImports","deferredImportEvaluation",["optionalChainingAssign",{version:"2023-07"}],["discardBinding",{syntaxType:"void"}]],tokens:!1,ranges:!1},_C="v8intrinsic",mC=[["pipelineOperator",{proposal:"hack",topicToken:"%"}],["pipelineOperator",{proposal:"fsharp"}]],j=(ml,Al=fC)=>({...Al,plugins:[...Al.plugins,...ml]}),gC=/@(?:no)?flow\b/;function la(ml,Al){if(Al?.endsWith(".js.flow"))return!0;let Rl=bw(ml);Rl&&(ml=ml.slice(Rl.length));let zl=yw(ml,0);return zl!==!1&&(ml=ml.slice(0,zl)),gC.test(ml)}function pa(ml,Al,Rl){let zl=ml(Al,Rl),rd=zl.errors.find(ml=>!yC.has(ml.reasonCode));if(rd)throw rd;return zl}function ua({isExpression:ml=!1,optionsCombinations:Al}){return(Rl,zl={})=>{let{filepath:rd}=zl;if(typeof rd!="string"&&(rd=void 0),(zl.parser==="babel"||zl.parser==="__babel_estree")&&la(Rl,rd))return zl.parser="babel-flow",xC.parse(Rl,zl);let yh=Al,kh=zl.__babelSourceType??Xs(rd);kh&&kh!==pC&&(yh=yh.map(ml=>({...ml,sourceType:kh,...kh===dC?{allowReturnOutsideFunction:void 0,allowNewTargetOutsideFunction:void 0}:void 0})));let Qh=/%[A-Z]/.test(Rl);Rl.includes("|>")?yh=(Qh?[...mC,_C]:mC).flatMap(ml=>yh.map(Al=>j([ml],Al))):Qh&&(yh=yh.map(ml=>j([_C],ml)));let cf=ml?Mt:Dt,t_;try{t_=bs(yh.map(ml=>()=>pa(cf,Rl,ml)))}catch({errors:[ml]}){throw Xw(ml)}return ml&&(t_=hC({expression:t_,text:Rl,rootMarker:zl.rootMarker})),zw(t_,{text:Rl})}}var AC=["StrictNumericEscape","StrictWith","StrictOctalLiteral","StrictDelete","StrictEvalArguments","StrictEvalArgumentsBinding","StrictFunction","ForInOfLoopInitializer","ParamDupe","RestTrailingComma","UnsupportedParameterDecorator","UnterminatedJsxContent","UnexpectedReservedWord","ModuleAttributesWithDuplicateKeys","InvalidEscapeSequenceTemplate","NonAbstractClassHasAbstractMethod","PatternIsOptional","VarRedeclaration","InvalidPrivateFieldResolution","DuplicateExport","DeclarationMissingInitializer","DecoratorAbstractMethod"],yC=new Set(AC),bC=[j(["jsx"])],vC=ot({optionsCombinations:bC}),EC=ot({optionsCombinations:[j(["jsx","typescript"]),j(["typescript"])]}),wC=ot({isExpression:!0,optionsCombinations:[j(["jsx"])]}),CC=ot({isExpression:!0,optionsCombinations:[j(["typescript"])]}),xC=ot({optionsCombinations:[j(["jsx",["flow",{all:!0}],"flowComments"])]}),DC=ot({optionsCombinations:bC.map(ml=>j(["estree"],ml))});var SC={};$t(SC,{json:()=>IC,"json-stringify":()=>PC,json5:()=>BC,jsonc:()=>FC});function Ta(ml){return Array.isArray(ml)&&ml.length>0}var kC=Ta;var TC={tokens:!1,ranges:!1,attachComment:!1,createParenthesizedExpressions:!0};function ba(ml){let Al=Dt(ml,TC),{program:Rl}=Al;if(Rl.body.length===0&&Rl.directives.length===0&&!Rl.interpreter)return{comments:Al.comments}}function bt(ml,Al={}){let{allowComments:Rl=!0,allowEmpty:zl=!1}=Al,rd,yh;try{rd=Mt(ml,TC),yh=rd.comments}catch(Al){if(zl&&Al.code==="BABEL_PARSER_SYNTAX_ERROR"&&Al.reasonCode==="ParseExpressionEmptyInput")try{({comments:yh}=ba(ml))}catch{}if(!yh)throw Xw(Al)}if(!Rl&&kC(yh))throw H(yh[0],"Comment");return(!zl||rd)&&ht(rd),rd=hC({type:"JsonRoot",expression:rd,comments:yh,text:ml}),rd}function H(ml,Al){let[Rl,zl]=[ml.loc.start,ml.loc.end].map(({line:ml,column:Al})=>({line:ml,column:Al+1}));return Yw(`${Al} is not allowed in JSON.`,{loc:{start:Rl,end:zl}})}function ht(ml){switch(ml.type){case"ArrayExpression":for(let Al of ml.elements)Al!==null&&ht(Al);return;case"ObjectExpression":for(let Al of ml.properties)ht(Al);return;case"ObjectProperty":if(ml.computed)throw H(ml.key,"Computed key");if(ml.shorthand)throw H(ml.key,"Shorthand property");ml.key.type!=="Identifier"&&ht(ml.key),ht(ml.value);return;case"UnaryExpression":{let{operator:Al,argument:Rl}=ml;if(Al!=="+"&&Al!=="-")throw H(ml,`Operator '${ml.operator}'`);if(Rl.type==="NumericLiteral"||Rl.type==="Identifier"&&(Rl.name==="Infinity"||Rl.name==="NaN"))return;throw H(Rl,`Operator '${Al}' before '${Rl.type}'`)}case"Identifier":if(ml.name!=="Infinity"&&ml.name!=="NaN"&&ml.name!=="undefined")throw H(ml,`Identifier '${ml.name}'`);return;case"TemplateLiteral":if(kC(ml.expressions))throw H(ml.expressions[0],"'TemplateLiteral' with expression");for(let Al of ml.quasis)ht(Al);return;case"NullLiteral":case"BooleanLiteral":case"NumericLiteral":case"StringLiteral":case"TemplateElement":return;default:throw H(ml,`'${ml.type}'`)}}var IC=uC({parse:ml=>bt(ml),hasPragma:()=>!0,hasIgnorePragma:()=>!1}),BC=uC(ml=>bt(ml)),FC=uC(ml=>bt(ml,{allowEmpty:!0})),PC=uC({parse:ml=>bt(ml,{allowComments:!1}),astFormat:"estree-json"});var RC={...yh,...SC};return ni(rd)})},82905:ml=>{(function(Al){function e(){var ml=Al();return ml.default||ml}if(true)ml.exports=e();else{var Rl}})(function(){"use strict";var ml=Object.defineProperty;var Al=Object.getOwnPropertyDescriptor;var Rl=Object.getOwnPropertyNames;var zl=Object.prototype.hasOwnProperty;var Co=(Al,Rl)=>{for(var zl in Rl)ml(Al,zl,{get:Rl[zl],enumerable:!0})},tc=(rd,yh,kh,Qh)=>{if(yh&&typeof yh=="object"||typeof yh=="function")for(let cf of Rl(yh))!zl.call(rd,cf)&&cf!==kh&&ml(rd,cf,{get:()=>yh[cf],enumerable:!(Qh=Al(yh,cf))||Qh.enumerable});return rd};var rc=Al=>tc(ml({},"__esModule",{value:!0}),Al);var rd={};Co(rd,{languages:()=>lS,options:()=>aS,printers:()=>oS});var yh=[{name:"JavaScript",type:"programming",aceMode:"javascript",extensions:[".js","._js",".bones",".cjs",".es",".es6",".gs",".jake",".javascript",".jsb",".jscad",".jsfl",".jslib",".jsm",".jspre",".jss",".mjs",".njs",".pac",".sjs",".ssjs",".xsjs",".xsjslib",".start.frag",".end.frag",".wxs"],filenames:["Jakefile","start.frag","end.frag"],tmScope:"source.js",aliases:["js","node"],codemirrorMode:"javascript",codemirrorMimeType:"text/javascript",interpreters:["bun","chakra","d8","deno","gjs","js","node","nodejs","qjs","rhino","v8","v8-shell","zx"],parsers:["babel","acorn","espree","meriyah","babel-flow","babel-ts","flow","typescript"],vscodeLanguageIds:["javascript","mongo"],linguistLanguageId:183},{name:"Flow",type:"programming",aceMode:"javascript",extensions:[".js.flow"],filenames:[],tmScope:"source.js",aliases:[],codemirrorMode:"javascript",codemirrorMimeType:"text/javascript",interpreters:["bun","chakra","d8","deno","gjs","js","node","nodejs","qjs","rhino","v8","v8-shell"],parsers:["flow","babel-flow"],vscodeLanguageIds:["javascript"],linguistLanguageId:183},{name:"JSX",type:"programming",aceMode:"javascript",extensions:[".jsx"],filenames:void 0,tmScope:"source.js.jsx",aliases:void 0,codemirrorMode:"jsx",codemirrorMimeType:"text/jsx",interpreters:void 0,parsers:["babel","babel-flow","babel-ts","flow","typescript","espree","meriyah"],vscodeLanguageIds:["javascriptreact"],group:"JavaScript",linguistLanguageId:183},{name:"TypeScript",type:"programming",aceMode:"typescript",extensions:[".ts",".cts",".mts"],tmScope:"source.ts",aliases:["ts"],codemirrorMode:"javascript",codemirrorMimeType:"application/typescript",interpreters:["bun","deno","ts-node","tsx"],parsers:["typescript","babel-ts"],vscodeLanguageIds:["typescript"],linguistLanguageId:378},{name:"TSX",type:"programming",aceMode:"tsx",extensions:[".tsx"],tmScope:"source.tsx",aliases:["typescriptreact"],codemirrorMode:"jsx",codemirrorMimeType:"text/typescript-jsx",group:"TypeScript",parsers:["typescript","babel-ts"],vscodeLanguageIds:["typescriptreact"],linguistLanguageId:94901924}];var kh={};Co(kh,{estree:()=>uD});function nc(ml){return Array.isArray(ml)&&ml.length>0}var Qh=nc;var oc=()=>{},cf=oc;function B(ml){let Al=new Set(ml);return ml=>Al.has(ml?.type)}var Qt=(ml,Al)=>(Rl,zl,...rd)=>Rl|1&&zl==null?void 0:(Al.call(zl)??zl[ml]).apply(zl,rd);function ic(ml){return this[ml<0?this.length+ml:ml]}var t_=Qt("at",function(){if(Array.isArray(this)||typeof this=="string")return ic}),r_=t_;function Z(ml,Al,Rl){if(!ml.has(Al)){let zl=Rl(Al);ml.set(Al,zl)}return ml.get(Al)}function uc(ml){let Al=[];return ml.this&&Al.push(ml.this),Al.push(...ml.params),ml.rest&&Al.push(ml.rest),Al}var u_=new WeakMap;function ee(ml){return Z(u_,ml,uc)}function _i(ml,Al){let{node:Rl}=ml,zl=0,o=()=>Al(ml,zl++);Rl.this&&ml.call(o,"this"),ml.each(o,"params"),Rl.rest&&ml.call(o,"rest")}function Ni(ml){if(ml.rest)return!0;let Al=ee(ml);return r_(0,Al,-1)?.type==="RestElement"}var ji=ml=>ml?.type==="TSAsExpression"&&ml.typeAnnotation.type==="TSTypeReference"&&ml.typeAnnotation.typeName.type==="Identifier"&&ml.typeAnnotation.typeName.name==="const";function zt({node:ml,parent:Al}){return ml?.type!=="EmptyStatement"?!1:Al.type==="IfStatement"?Al.consequent===ml||Al.alternate===ml:Al.type==="DoWhileStatement"||Al.type==="ForInStatement"||Al.type==="ForOfStatement"||Al.type==="ForStatement"||Al.type==="LabeledStatement"||Al.type==="WithStatement"||Al.type==="WhileStatement"?Al.body===ml:!1}function Ke(ml){return ml.method&&ml.kind==="init"||ml.kind==="get"||ml.kind==="set"}var xo=ml=>Number.isSafeInteger(ml)&&ml>=0;function It(ml){return ml.range?.[1]??ml.end}function b(ml){let Al=ml.range?.[0]??ml.start,Rl=(ml.declaration?.decorators??ml.decorators)?.[0];return Rl?Math.min(b(Rl),Al):Al}var C_=5,D_=8,S_=8,vi=ml=>Al=>Al.label?S(Al.label):b(Al)+ml,mc=ml=>ml.__contentEnd??It(ml),P_=["ExpressionStatement","Directive","ImportDeclaration","ExportDefaultDeclaration","ExportNamedDeclaration","ExportAllDeclaration","ReturnStatement","ThrowStatement","DoWhileStatement"],Cg=new Map([["BreakStatement",vi(C_)],["ContinueStatement",vi(D_)],["DebuggerStatement",ml=>b(ml)+S_],["VariableDeclaration",ml=>S(r_(0,ml.declarations,-1))],...P_.map(ml=>[ml,mc])]),eA=B(P_),Pr=ml=>{if(eA(ml)&&ml.__contentEnd)return!0;let{type:Al}=ml;return Al==="BreakStatement"||Al==="ContinueStatement"||Al==="DebuggerStatement"||Al==="VariableDeclaration"?!0:Al==="IfStatement"?Pr(ml.alternate??ml.consequent):Al==="ForInStatement"||Al==="ForOfStatement"||Al==="ForStatement"||Al==="LabeledStatement"||Al==="WithStatement"||Al==="WhileStatement"?Pr(ml.body):!1};function S(ml){let{type:Al}=ml;return Al==="IfStatement"?S(ml.alternate??ml.consequent):Al==="ForInStatement"||Al==="ForOfStatement"||Al==="ForStatement"||Al==="LabeledStatement"||Al==="WithStatement"||Al==="WhileStatement"?S(ml.body):Cg.get(Al)?.(ml)??It(ml)}function kt(ml,Al){let Rl=b(ml);return xo(Rl)&&Rl===b(Al)}function Dc(ml,Al){let Rl=S(ml);return xo(Rl)&&Rl===S(Al)}function Ao(ml,Al){return kt(ml,Al)&&Dc(ml,Al)}function ye(ml){return ml.extra?.raw??ml.raw}function Ji(ml){return ml.type==="BigIntLiteral"||ml.type==="Literal"&&!!ml.bigint}function Gi(ml){return ml.type==="BooleanLiteral"||ml.type==="Literal"&&typeof ml.value=="boolean"}function Ee(ml){return ml.type==="NumericLiteral"||ml.type==="Literal"&&typeof ml.value=="number"}function Xr(ml){return ml.type==="RegExpLiteral"||ml.type==="Literal"&&!!ml.regex}function q(ml){return ml?.type==="StringLiteral"||ml?.type==="Literal"&&typeof ml.value=="string"}var tA=B(["TSAsExpression","TSSatisfiesExpression","AsExpression","AsConstExpression","SatisfiesExpression"]),rA=B(["SatisfiesExpression","TSSatisfiesExpression"]),nA=B(["TSUnionType","UnionTypeAnnotation"]),iA=B(["TSIntersectionType","IntersectionTypeAnnotation"]),sA=B(["TupleTypeAnnotation","TSTupleType"]),aA=B(["TSConditionalType","ConditionalTypeAnnotation"]),oA=B(["TSTypeAliasDeclaration","TypeAlias"]),lA=B(["ReturnStatement","ThrowStatement"]),cA=B(["ExportDefaultDeclaration","DeclareExportDeclaration","ExportNamedDeclaration","ExportAllDeclaration","DeclareExportAllDeclaration"]),uA=B(["ArrayExpression"]),pA=B(["ObjectExpression"]),dA=B(["Literal","BooleanLiteral","BigIntLiteral","DirectiveLiteral","NullLiteral","NumericLiteral","RegExpLiteral","StringLiteral"]),hA=B(["ObjectTypeAnnotation","TSTypeLiteral","TSMappedType"]),fA=B(["FunctionExpression","ArrowFunctionExpression"]),_A=B(["JSXElement","JSXFragment"]),mA=B(["BinaryExpression","LogicalExpression","NGPipeExpression"]),gA=B(["CallExpression","OptionalCallExpression"]),AA=B(["MemberExpression","OptionalMemberExpression"]),yA=B(["CallExpression","OptionalCallExpression","NewExpression"]),bA=B(["CallExpression","OptionalCallExpression","NewExpression","ImportExpression"]),vA=B(["ChainExpression","TSNonNullExpression"]),EA=B(["TSArrayType","ArrayTypeAnnotation"]),wA=B(["TSTypeParameterInstantiation","TypeParameterInstantiation"]);function Ir(ml){if(ml.type!=="ImportSpecifier"&&ml.type!=="ExportSpecifier")return!1;let{local:Al,[ml.type==="ImportSpecifier"?"imported":"exported"]:Rl}=ml;return Al.type!==Rl.type||!Ao(Al,Rl)?!1:q(Al)?Al.value===Rl.value&&ye(Al)===ye(Rl):Al.type==="Identifier"?Al.name===Rl.name:!1}var CA=B(["File","TemplateElement","TSEmptyBodyFunctionExpression","ChainExpression"]),Ec=(ml,[Al])=>Al?.type==="ComponentParameter"&&Al.shorthand&&Al.name===ml&&Al.local!==Al.name||Al?.type==="MatchObjectPatternProperty"&&Al.shorthand&&Al.key===ml||Al?.type==="ObjectProperty"&&Al.shorthand&&Al.key===ml&&Al.value!==Al.key||Al?.type==="Property"&&Al.shorthand&&Al.key===ml&&!Ke(Al)&&Al.value!==Al.key||Al?.type==="ImportSpecifier"&&Ir(Al)&&Al.imported===ml&&Al.imported!==Al.local||Al?.type==="ExportSpecifier"&&Ir(Al)&&Al.local===ml&&Al.local!==Al.exported,dc=(ml,[Al])=>!!(ml.type==="FunctionExpression"&&Al.type==="MethodDefinition"&&Al.value===ml&&ee(ml).length===0&&!ml.returnType&&!Qh(ml.typeParameters)&&ml.body),Xi=(ml,[Al])=>Al?.typeAnnotation===ml&&ji(Al),Cc=(ml,[Al,...Rl])=>Xi(ml,[Al])||Al?.typeName===ml&&Xi(Al,Rl);function Fc(ml,Al){return CA(ml)||Ec(ml,Al)||dc(ml,Al)?!1:ml.type==="EmptyStatement"?zt({node:ml,parent:Al[0]}):!(Cc(ml,Al)||ml.type==="TSTypeAnnotation"&&Al[0].type==="TSPropertySignature")}var xA=Fc;function xc(ml){let Al=ml.type||ml.kind||"(unknown type)",Rl=String(ml.name||ml.id&&(typeof ml.id=="object"?ml.id.name:ml.id)||ml.key&&(typeof ml.key=="object"?ml.key.name:ml.key)||ml.value&&(typeof ml.value=="object"?"":String(ml.value))||ml.operator||"");return Rl.length>20&&(Rl=Rl.slice(0,19)+"…"),Al+(Rl?" "+Rl:"")}function To(ml,Al){(ml.comments??(ml.comments=[])).push(Al),Al.printed=!1,Al.nodeDescription=xc(ml)}function K(ml,Al){Al.leading=!0,Al.trailing=!1,To(ml,Al)}function be(ml,Al,Rl){Al.leading=!1,Al.trailing=!1,Rl&&(Al.marker=Rl),To(ml,Al)}function X(ml,Al){Al.leading=!1,Al.trailing=!0,To(ml,Al)}function Kr(ml){return(Al,Rl,zl)=>{if(Rl===!1)return!1;let rd=!!zl?.backwards,{length:yh}=Al,kh=Rl;for(;kh>=0&&khml===`\n`||ml==="\r"||ml==="\u2028"||ml==="\u2029";function Tc(ml,Al,Rl){if(Al===!1)return!1;let zl=!!Rl?.backwards,rd=ml.charAt(Al);if(zl){if(ml.charAt(Al-1)==="\r"&&rd===`\n`)return Al-2;if(Qi(rd))return Al-1}else{if(rd==="\r"&&ml.charAt(Al+1)===`\n`)return Al+2;if(Qi(rd))return Al+1}return Al}var BA=Tc;function gc(ml,Al){return Al===!1?!1:ml.charAt(Al)==="/"&&ml.charAt(Al+1)==="/"?TA(ml,Al):Al}var FA=gc;function hc(ml,Al){let Rl=null,zl=Al;for(;zl!==Rl;)Rl=zl,zl=SA(ml,zl),zl=IA(ml,zl),zl=FA(ml,zl),zl=BA(ml,zl);return zl}var PA=hc;function Sc(ml,Al){let Rl=PA(ml,Al);return Rl===!1?"":ml.charAt(Rl)}var RA=Sc;function Bc(ml,Al,Rl={}){let zl=SA(ml,Rl.backwards?Al-1:Al,Rl),rd=BA(ml,zl,Rl);return zl!==rd}var NA=Bc;function bc(ml,Al,Rl){for(let zl=Al;zlAl(ml,0),"source"),Rl.options&&ml.call(()=>Al(ml,1),"options")):Rl.type==="TSExternalModuleReference"?ml.call(()=>Al(ml,0),"expression"):ml.each(Al,"arguments")}function go(ml,Al){if(ml.type==="ImportExpression"||ml.type==="TSImportType"){if(Al===0||Al===(ml.options?-2:-1))return["source"];if(ml.options&&(Al===1||Al===-1))return["options"];throw new RangeError("Invalid argument index")}if(ml.type==="TSExternalModuleReference"){if(Al===0||Al===-1)return["expression"]}else if(Al<0&&(Al=ml.arguments.length+Al),Al>=0&&AlOc(ml.originalText,Al))}function es(ml,Al){let Rl=S(ml)-1;if(Al.originalText[Rl]===")")return Rl}function _c(ml,Al){if(es(ml,Al)===void 0)return;let Rl=ce(Al),zl=S(ml.typeArguments??ml.callee),rd=Rl.indexOf("(",zl);if(rd!==-1)return rd}function ts(ml,Al,Rl){let zl=es(ml,Rl);if(zl===void 0||S(Al)>zl)return!1;let rd=_c(ml,Rl);return rd===void 0?!1:b(Al)>rd}var $A=B(["Block","CommentBlock","MultiLine"]),JA=B(["Line","CommentLine","SingleLine","HashbangComment","HTMLOpen","HTMLClose","Hashbang","InterpreterDirective"]);function We(ml){return ml?.type==="ObjectProperty"||ml?.type==="Property"&&!Ke(ml)}function yt(ml){return ml.value.trim()==="prettier-ignore"&&!ml.unignore}var HA=new WeakMap;function nr(ml){return Z(HA,ml,ml=>$A(ml)&&ml.value[0]==="*"&&/@(?:type|satisfies)\b/.test(ml.value))}function $r({comment:ml,enclosingNode:Al,followingNode:Rl,options:zl}){if((Al?.type==="ForInStatement"||Al?.type==="ForOfStatement"||Al?.type==="ForStatement")&&Rl&&Rl===Al.body){let Al=ce(zl).lastIndexOf(")",b(Rl));if(b(ml)>Al)return K(Rl,ml),!0}return!1}var ho=(ml,Al)=>$A(ml)&&!OA(Al,b(ml),S(ml)),wr=(ml,Al)=>JA(ml)||ho(ml,Al);function Qr(ml,Al){ml.type==="BlockStatement"?or(ml,Al):K(ml,Al)}function or(ml,Al){let Rl=(ml.body||ml.properties).find(({type:ml})=>ml!=="EmptyStatement");Rl?K(Rl,Al):be(ml,Al)}function zr({comment:ml,precedingNode:Al,enclosingNode:Rl,followingNode:zl,text:rd,options:yh}){return Rl?.type!=="IfStatement"||!zl?!1:RA(rd,S(ml))===")"?(X(Al,ml),!0):zl===Rl.consequent?(K(zl,ml),!0):Al===Rl.consequent&&zl===Rl.alternate?jc({comment:ml,precedingNode:Al,enclosingNode:Rl,followingNode:zl,text:rd,options:yh}):!1}function jc({comment:ml,precedingNode:Al,enclosingNode:Rl,followingNode:zl,text:rd,options:yh}){let kh=ce(yh).indexOf("else",S(Rl.consequent));return b(ml)>=kh?(K(zl,ml),!0):!(Al.type==="BlockStatement")&&wr(ml,rd)&&!OA(rd,S(Al),b(ml))?(X(Al,ml),!0):(be(Rl,ml),!0)}function Zr({comment:ml,precedingNode:Al,enclosingNode:Rl,followingNode:zl,text:rd}){return(Rl?.type==="WhileStatement"||Rl?.type==="WithStatement")&&zl?RA(rd,S(ml))===")"?(X(Al,ml),!0):Rl.body===zl?(K(zl,ml),!0):!1:!1}function So(ml,{comment:Al,text:Rl,options:zl}){if(nA(ml)&&ho(Al,Rl)&&!yt(Al)){let Rl=ce(zl).slice(S(Al),b(ml));return/^[ \t]*$/.test(Rl)}return!1}function Bo(ml,Al){return K(So(ml,Al)?ml.types[0]:ml,Al.comment),!0}function vc(ml){return[bo,fs,is,ps,Gc,zr,Zr,os,ss,$r,Kc,$c,Po,ls,zc,us,cs,Uc,il,Io,ko,ys].some(Al=>Al(ml))}function Rc(ml){return[bo,Jc,ps,is,ls,zr,Zr,os,ss,$r,cs,Vc,Qc,Po,ms,nl,ol,sl,Io,pl,Ds,ul,ko].some(Al=>Al(ml))}function Wc(ml){return[bo,fs,zr,Zr,$r,us,Po,ms,Io,Hc,Yc,tl,Ds,ko,ys].some(Al=>Al(ml))}function Jc({comment:ml,followingNode:Al}){return Al&&nr(ml)?(K(Al,ml),!0):!1}function os({comment:ml,precedingNode:Al,enclosingNode:Rl,followingNode:zl}){return Rl?.type!=="TryStatement"&&Rl?.type!=="CatchClause"||!zl?!1:Rl.type==="CatchClause"&&Al?(X(Al,ml),!0):zl.type==="BlockStatement"?(or(zl,ml),!0):zl.type==="TryStatement"?(Qr(zl.finalizer,ml),!0):zl.type==="CatchClause"?(Qr(zl.body,ml),!0):!1}function Gc({comment:ml,enclosingNode:Al,followingNode:Rl}){return AA(Al)&&Rl?.type==="Identifier"?(K(Al,ml),!0):!1}function Uc({comment:ml,enclosingNode:Al,followingNode:Rl,options:zl}){return!zl.experimentalTernaries||!(Al?.type==="ConditionalExpression"||aA(Al))?!1:Rl?.type==="ConditionalExpression"||aA(Rl)?(be(Al,ml),!0):!1}function is({comment:ml,precedingNode:Al,enclosingNode:Rl,followingNode:zl,text:rd,options:yh}){let kh=Al&&!OA(rd,S(Al),b(ml));return(!Al||!kh)&&(Rl?.type==="ConditionalExpression"||aA(Rl))&&zl?yh.experimentalTernaries&&Rl.alternate===zl&&!($A(ml)&&!OA(yh.originalText,b(ml),S(ml)))?(be(Rl,ml),!0):(K(zl,ml),!0):!1}var VA=B(["ClassDeclaration","ClassExpression","DeclareClass","DeclareInterface","InterfaceDeclaration","TSInterfaceDeclaration"]);function ss({comment:ml,precedingNode:Al,enclosingNode:Rl,followingNode:zl}){if(VA(Rl)){let{decorators:rd}=Rl;if(Qh(rd)&&zl?.type!=="Decorator")return X(r_(0,rd,-1),ml),!0;if(Rl.body&&zl===Rl.body)return or(Rl.body,ml),!0;if(zl){let{superClass:rd}=Rl;if(rd&&zl===rd&&Al&&(Al===Rl.id||Al===Rl.typeParameters))return X(Al,ml),!0;for(let yh of["implements","extends","mixins"])if(Rl[yh]&&zl===Rl[yh][0])return Al&&(Al===Rl.id||Al===Rl.typeParameters||Al===rd)?X(Al,ml):be(Rl,ml,yh),!0}}return!1}var WA=B(["ClassMethod","ClassProperty","PropertyDefinition","TSAbstractPropertyDefinition","TSAbstractMethodDefinition","TSDeclareMethod","MethodDefinition","ClassAccessorProperty","AccessorProperty","TSAbstractAccessorProperty","TSParameterProperty"]);function us({placement:ml,comment:Al,precedingNode:Rl,enclosingNode:zl,followingNode:rd,text:yh}){return zl&&Rl&&RA(yh,S(Al))==="("&&(zl.type==="Property"||zl.type==="TSDeclareMethod"||zl.type==="TSAbstractMethodDefinition")&&Rl.type==="Identifier"&&zl.key===Rl&&RA(yh,S(Rl))!==":"?(X(Rl,Al),!0):WA(zl)&&!rd&&ml==="remaining"?(X(RA(yh,S(Al))==="("?Rl:zl,Al),!0):Rl?.type==="Decorator"&&WA(zl)&&(JA(Al)||ml==="ownLine")?(X(Rl,Al),!0):!1}var zA=B(["FunctionDeclaration","FunctionExpression","ClassMethod","MethodDefinition","ObjectMethod"]);function Yc({comment:ml,precedingNode:Al,enclosingNode:Rl,text:zl}){return RA(zl,S(ml))!=="("?!1:Al&&zA(Rl)?(X(Al,ml),!0):!1}function Hc({comment:ml,enclosingNode:Al,text:Rl}){if(Al?.type!=="ArrowFunctionExpression")return!1;let zl=PA(Rl,S(ml));return zl!==!1&&Rl.slice(zl,zl+2)==="=>"?(be(Al,ml,"commentBeforeArrow"),!0):!1}function ns(ml,Al,Rl){let zl=b(Al),rd=S(ml);if(zl>=rd)return!1;let yh=S(Al),kh=b(ml);if(yh<=kh)return!1;let Qh=ce(Rl);return Qh.slice(0,b(Al)).trimEnd().endsWith("(")&&Qh.slice(S(Al)).trimStart().startsWith(")")}var YA=B(["ComponentDeclaration","DeclareComponent","ComponentTypeAnnotation"]);function bo({comment:ml,enclosingNode:Al,options:Rl}){if(!Al)return!1;if(bA(Al)&&se(Al).length===0&&ns(Al,ml,Rl))return be(Al,ml),!0;let zl=ZA(Al)||YA(Al)||Al.type==="HookTypeAnnotation"?Al:Al.type==="MethodDefinition"||Al.type==="TSAbstractMethodDefinition"||Al.type==="Property"&&Ke(Al)?Al.value:void 0;return zl&&ee(zl).length===0&&ns(zl,ml,Rl)?(be(zl,ml),!0):!1}function ps({comment:ml,precedingNode:Al,enclosingNode:Rl,followingNode:zl,text:rd}){return Al?.type==="FunctionTypeParam"&&Rl?.type==="FunctionTypeAnnotation"&&zl?.type!=="FunctionTypeParam"?(X(Al,ml),!0):Al?.type==="ComponentTypeParameter"&&(Rl?.type==="DeclareComponent"||Rl?.type==="ComponentTypeAnnotation")&&zl?.type!=="ComponentTypeParameter"?(X(Al,ml),!0):(Al?.type==="Identifier"||Al?.type==="AssignmentPattern"||Al?.type==="ObjectPattern"||Al?.type==="ArrayPattern"||Al?.type==="RestElement"||Al?.type==="TSParameterProperty")&&(ZA(Rl)||(Rl?.type==="TSAbstractMethodDefinition"||Rl?.type==="MethodDefinition")&&Rl.value.type==="TSEmptyBodyFunctionExpression")&&RA(rd,S(ml))===")"?(X(Al,ml),!0):(Al?.type==="ComponentParameter"||Al?.type==="RestElement")&&(Rl?.type==="ComponentDeclaration"||Rl?.type==="DeclareComponent")&&RA(rd,S(ml))===")"?(X(Al,ml),!0):!$A(ml)&&zl?.type==="BlockStatement"&&zA(Rl)&&(Rl.type==="MethodDefinition"?Rl.value.body:Rl.body)===zl&&PA(rd,S(ml))===b(zl)?(or(zl,ml),!0):!1}function cs({comment:ml,enclosingNode:Al}){return Al?.type==="LabeledStatement"?(K(Al,ml),!0):!1}function Vc({comment:ml,precedingNode:Al,enclosingNode:Rl,options:zl}){return yA(Rl)&&Rl.callee===Al&&Rl.arguments.length>0&&ts(Rl,ml,zl)?(K(Rl.arguments[0],ml),!0):!1}function Kc({comment:ml,precedingNode:Al,enclosingNode:Rl,followingNode:zl}){return nA(Rl)?(yt(ml)&&(zl.prettierIgnore=!0,ml.unignore=!0),Al?(X(Al,ml),!0):!1):(nA(zl)&&yt(ml)&&(zl.types[0].prettierIgnore=!0,ml.unignore=!0),!1)}function $c({comment:ml,precedingNode:Al,enclosingNode:Rl,followingNode:zl}){return Rl&&Rl.type==="MatchOrPattern"?(yt(ml)&&(zl.prettierIgnore=!0,ml.unignore=!0),Al?(X(Al,ml),!0):!1):(zl&&zl.type==="MatchOrPattern"&&yt(ml)&&(zl.types[0].prettierIgnore=!0,ml.unignore=!0),!1)}function Qc({comment:ml,enclosingNode:Al}){return We(Al)?(K(Al,ml),!0):!1}function Po({comment:ml,enclosingNode:Al,ast:Rl,isLastComment:zl}){return Rl?.body?.length===0?(zl?be(Rl,ml):K(Rl,ml),!0):Al?.type==="Program"&&Al.body.length===0&&!Qh(Al.directives)?(zl?be(Al,ml):K(Al,ml),!0):!1}function ls({comment:ml,precedingNode:Al,enclosingNode:Rl,text:zl}){if(Rl?.type==="ImportSpecifier"||Rl?.type==="ExportSpecifier")return K(Rl,ml),!0;let rd=Al?.type==="ImportSpecifier"&&Rl?.type==="ImportDeclaration",yh=Al?.type==="ExportSpecifier"&&Rl?.type==="ExportNamedDeclaration";return(rd||yh)&&NA(zl,S(ml))?(X(Al,ml),!0):!1}function zc({comment:ml,enclosingNode:Al}){return Al?.type==="AssignmentPattern"?(K(Al,ml),!0):!1}var KA=B(["VariableDeclarator","AssignmentExpression","TypeAlias","TSTypeAliasDeclaration"]),XA=B(["ObjectExpression","ArrayExpression","TemplateLiteral","TaggedTemplateExpression","ObjectTypeAnnotation","TSTypeLiteral"]);function ms(ml){let{comment:Al,enclosingNode:Rl,followingNode:zl,options:rd,placement:yh}=ml;if(KA(Rl)&&zl&&yh==="endOfLine"&&(XA(zl)||$A(Al)))return Bo(zl,ml);if(oA(Rl)&&zl){let yh=Rl.id,kh=ce(rd).indexOf("=",S(yh));if(b(Al)>=kh)return Bo(zl,ml)}return!1}function tl({comment:ml,enclosingNode:Al,precedingNode:Rl,followingNode:zl,text:rd}){return!zl&&(Al?.type==="TSMethodSignature"||Al?.type==="TSDeclareFunction"||Al?.type==="TSAbstractMethodDefinition")&&(!Rl||Rl!==Al.returnType)&&RA(rd,S(ml))===";"?(X(Al,ml),!0):!1}function fs({comment:ml,enclosingNode:Al,followingNode:Rl}){if(yt(ml)&&Al?.type==="TSMappedType"&&Rl===Al.key)return Al.prettierIgnore=!0,ml.unignore=!0,!0}function rl(ml,Al,Rl){let zl=ce(Rl).indexOf("[",b(ml));return S(Al)",b(Al.body));return S(ml){if(typeof ml=="function"&&(Al=ml,ml=0),ml||Al)return(Rl,zl,rd)=>!(ml&xy.Leading&&!Rl.leading||ml&xy.Trailing&&!Rl.trailing||ml&xy.Dangling&&(Rl.leading||Rl.trailing)||ml&xy.Block&&!$A(Rl)||ml&xy.Line&&!JA(Rl)||ml&xy.First&&zl!==0||ml&xy.Last&&zl!==rd.length-1||ml&xy.PrettierIgnore&&!yt(Rl)||Al&&!Al(Rl))};function C(ml,Al,Rl){if(!Qh(ml?.comments))return!1;let zl=Fs(Al,Rl);return zl?ml.comments.some(zl):!0}function oe(ml,Al,Rl){if(!Array.isArray(ml?.comments))return[];let zl=Fs(Al,Rl);return zl?ml.comments.filter(zl):ml.comments}function Lt(ml){return ml?.prettierIgnore||C(ml,xy.PrettierIgnore)}function en(ml){let{node:Al}=ml;return(Al.type==="FunctionExpression"||Al.type==="ArrowFunctionExpression")&&(ml.key==="callee"&&gA(ml.parent)||ml.key==="tag"&&ml.parent.type==="TaggedTemplateExpression")}var Ty=new Map([["|>"],["??"],["||"],["&&"],["|"],["^"],["&"],["==","===","!=","!=="],["<",">","<=",">=","in","instanceof"],[">>","<<",">>>"],["+","-"],["*","/","%"],["**"]].flatMap((ml,Al)=>ml.map(ml=>[ml,Al])));function ir(ml){return Ty.get(ml)}var Qy={"==":!0,"!=":!0,"===":!0,"!==":!0},Ky={"*":!0,"/":!0,"%":!0},Qb={">>":!0,">>>":!0,"<<":!0};function Lr(ml,Al){return!(ir(Al)!==ir(ml)||ml==="**"||Qy[ml]&&Qy[Al]||Al==="%"&&Ky[ml]||ml==="%"&&Ky[Al]||Al!==ml&&Ky[Al]&&Ky[ml]||Qb[ml]&&Qb[Al])}function As(ml){return!!Qb[ml]||ml==="|"||ml==="^"||ml==="&"}function Ts(ml){return ml.type==="LogicalExpression"&&ml.operator==="??"}function Ce(ml,Al){switch(ml.type){case"BinaryExpression":case"LogicalExpression":case"AssignmentExpression":case"NGPipeExpression":return Ce(ml.left,Al);case"MemberExpression":case"OptionalMemberExpression":return Ce(ml.object,Al);case"TaggedTemplateExpression":return ml.tag.type==="FunctionExpression"?!1:Ce(ml.tag,Al);case"CallExpression":case"OptionalCallExpression":return ml.callee.type==="FunctionExpression"?!1:Ce(ml.callee,Al);case"ConditionalExpression":return Ce(ml.test,Al);case"UpdateExpression":return!ml.prefix&&Ce(ml.argument,Al);case"BindExpression":return ml.object&&Ce(ml.object,Al);case"SequenceExpression":return Ce(ml.expressions[0],Al);case"ChainExpression":case"TSNonNullExpression":case"TSSatisfiesExpression":case"TSAsExpression":case"AsExpression":case"AsConstExpression":case"SatisfiesExpression":return Ce(ml.expression,Al);default:return Al(ml)}}function fl(ml){let{key:Al,parent:Rl}=ml;return Al==="expression"&&Rl.type==="TSNonNullExpression"||Al==="object"&&Rl.type==="MemberExpression"&&!Rl.optional||Al==="callee"&&Rl.type==="CallExpression"&&!Rl.optional||Al==="callee"&&Rl.type==="NewExpression"||Al==="tag"&&Rl.type==="TaggedTemplateExpression"}var gs=ml=>ml.extra?.parenthesized,Lb=B(["OptionalCallExpression","OptionalMemberExpression"]);function yl(ml){let{node:Al}=ml,Rl=Al;for(;Rl.type==="TSNonNullExpression";)if(Rl=Rl.expression,gs(Rl))return!1;return Lb(Rl)?gs(Al)?!0:!(ml.key==="expression"&&ml.parent.type==="TSNonNullExpression"):!1}function hs(ml){return(ml.node.type==="ChainExpression"||yl(ml))&&fl(ml)}function Ss(ml){let{node:Al}=ml;if(Al.type!=="Identifier")return!1;if(Al.extra?.parenthesized&&/^PRETTIER_HTML_PLACEHOLDER_\d+_\d+_IN_JS$/.test(Al.name))return!0;let{key:Rl,parent:zl}=ml;if(Rl==="left"&&(Al.name==="async"&&!zl.await||Al.name==="let")&&zl.type==="ForOfStatement")return!0;if(Al.name==="let"){let Rl=ml.findAncestor(ml=>ml.type==="ForOfStatement"||ml.type==="ForInStatement")?.left;if(Rl&&Ce(Rl,ml=>ml===Al))return!0}if(Rl==="object"&&Al.name==="let"&&zl.type==="MemberExpression"&&zl.computed&&!zl.optional){let Rl=ml.findAncestor(ml=>ml.type==="ExpressionStatement"||ml.type==="ForStatement"||ml.type==="ForInStatement"),zl=Rl?Rl.type==="ExpressionStatement"?Rl.expression:Rl.type==="ForStatement"?Rl.init:Rl.left:void 0;if(zl&&Ce(zl,ml=>ml===Al))return!0}if(Rl==="expression")switch(Al.name){case"await":case"interface":case"module":case"using":case"yield":case"let":case"component":case"hook":case"type":{let Al=ml.findAncestor(ml=>!tA(ml));if(Al!==zl&&Al.type==="ExpressionStatement")return!0}}return!1}function El(ml){return ml!==null&&typeof ml=="object"}var Mb=El;function*dl(ml,Al){let{getVisitorKeys:Rl,filter:zl=()=>!0}=Al,o=ml=>Mb(ml)&&zl(ml);for(let Al of Rl(ml)){let Rl=ml[Al];if(Array.isArray(Rl))for(let ml of Rl)o(ml)&&(yield ml);else o(Rl)&&(yield Rl)}}function*Cl(ml,Al){let Rl=[ml];for(let ml=0;mlNA(ml,S(Al)))}function Tl(ml,Al){if(Le(Al.originalText,ml)||C(ml,xy.Leading,ml=>OA(Al.originalText,b(ml),S(ml)))&&!_A(ml))return!0;if(sr(ml)){let Rl=ml,zl;for(;zl=Ps(Rl);)if(Rl=zl,Le(Al.originalText,Rl))return!0}return!1}var rE=new WeakMap;function an(ml,Al){return Z(rE,ml,ml=>Tl(ml,Al))}function Pe(ml){for(;vA(ml);)ml=ml.expression;return ml}function Is(ml,Al,Rl){let{node:zl,key:rd,parent:yh}=ml;switch(yh.type){case"ReturnStatement":case"ThrowStatement":if(hl(ml,Al))return!1;break;case"ParenthesizedExpression":return!1;case"ClassDeclaration":case"ClassExpression":if(rd==="superClass"){let ml=Pe(zl);if(ml.type==="ArrowFunctionExpression"||ml.type==="AssignmentExpression"||ml.type==="AwaitExpression"||ml.type==="BinaryExpression"||ml.type==="ConditionalExpression"||ml.type==="LogicalExpression"||ml.type==="NewExpression"||ml.type==="ObjectExpression"||ml.type==="SequenceExpression"||ml.type==="TaggedTemplateExpression"||ml.type==="UnaryExpression"||ml.type==="UpdateExpression"||ml.type==="YieldExpression"||ml.type==="ClassExpression"&&Qh(ml.decorators))return!0}break;case"ExportDefaultDeclaration":if(ks(ml,Al,Rl))return!0;break;case"Decorator":if(rd==="expression"&&!Sl(zl))return!0;break;case"TypeAnnotation":if(ml.match(void 0,void 0,(ml,Al)=>Al==="returnType"&&ml.type==="ArrowFunctionExpression")&&!(zl.type==="NullableTypeAnnotation"&&ml.call(()=>Rl(ml,Al),"typeAnnotation"))&&Bl(zl))return!0;break;case"VariableDeclarator":if(rd==="init"&&ml.match(void 0,void 0,(ml,Al)=>Al==="declarations"&&ml.type==="VariableDeclaration",(ml,Al)=>Al==="left"&&ml.type==="ForInStatement"))return!0;break;case"TSInstantiationExpression":if(rd==="expression"&&(zl.type==="AwaitExpression"||zl.type==="YieldExpression"))return!0;break}}function hl(ml,Al){let{key:Rl,parent:zl}=ml;if(!(Rl==="argument"&&lA(zl)))return!1;let{node:rd}=ml;return!!((rd.type==="SequenceExpression"||rd.type==="AssignmentExpression")&&an(rd,Al))}function ks(ml,Al,Rl){let{node:zl,parent:rd}=ml;return zl.type==="FunctionExpression"||zl.type==="ClassExpression"?rd.type==="ExportDefaultDeclaration"||!Rl(ml,Al):!sr(zl)||rd.type!=="ExportDefaultDeclaration"&&Rl(ml,Al)?!1:ml.call(()=>ks(ml,Al,Rl),...un(zl))}function Sl(ml){return ml.type==="ChainExpression"&&(ml=ml.expression),Lo(ml)||gA(ml)&&!ml.optional&&Lo(ml.callee)}function Lo(ml){return ml.type==="Identifier"?!0:AA(ml)?!ml.computed&&!ml.optional&&ml.property.type==="Identifier"&&Lo(ml.object):!1}function Bl(ml){return _r(ml,ml=>ml.type==="ObjectTypeAnnotation"&&_r(ml,ml=>ml.type==="FunctionTypeAnnotation"))}function ws(ml,Al){if(ml.isRoot)return!1;let{node:Rl,key:zl,parent:rd}=ml;if(Al.__isInHtmlInterpolation&&!Al.bracketSpacing&&Il(Rl)&&Nr(ml))return!0;if(iE(Rl))return!1;if(Rl.type==="Identifier")return Ss(ml);if(Rl.type==="ObjectExpression"||Rl.type==="FunctionExpression"||Rl.type==="ClassExpression"||Rl.type==="DoExpression"){let Al=ml.findAncestor(ml=>ml.type==="ExpressionStatement")?.expression;if(Al&&Ce(Al,ml=>ml===Rl))return!0}if(Rl.type==="ObjectExpression"){let Al=ml.findAncestor(ml=>ml.type==="ArrowFunctionExpression")?.body;if(Al&&Al.type!=="SequenceExpression"&&Al.type!=="AssignmentExpression"&&Ce(Al,ml=>ml===Rl))return!0}let yh=Is(ml,Al,ws);if(typeof yh=="boolean")return yh;switch(Rl.type){case"UpdateExpression":if(rd.type==="UnaryExpression")return Rl.prefix&&(Rl.operator==="++"&&rd.operator==="+"||Rl.operator==="--"&&rd.operator==="-");case"UnaryExpression":switch(rd.type){case"UnaryExpression":return Rl.operator===rd.operator&&(Rl.operator==="+"||Rl.operator==="-");case"BindExpression":return!0;case"MemberExpression":case"OptionalMemberExpression":return zl==="object";case"TaggedTemplateExpression":return!0;case"NewExpression":case"CallExpression":case"OptionalCallExpression":return zl==="callee";case"BinaryExpression":return zl==="left"&&Rl.type==="UnaryExpression"&&(rd.operator==="in"||rd.operator==="instanceof")?!0:zl==="left"&&rd.operator==="**";case"TSNonNullExpression":return!0;default:return!1}case"BinaryExpression":if(rd.type==="UpdateExpression"||Rl.operator==="in"&&Pl(ml))return!0;if(Rl.operator==="|>"&&Rl.extra?.parenthesized){let Al=ml.grandparent;if(Al.type==="BinaryExpression"&&Al.operator==="|>")return!0}case"TSTypeAssertion":case"TSAsExpression":case"TSSatisfiesExpression":case"AsExpression":case"AsConstExpression":case"SatisfiesExpression":case"LogicalExpression":switch(rd.type){case"TSAsExpression":case"TSSatisfiesExpression":case"AsExpression":case"AsConstExpression":case"SatisfiesExpression":return!tA(Rl);case"ConditionalExpression":return tA(Rl)||Ts(Rl);case"CallExpression":case"NewExpression":case"OptionalCallExpression":return zl==="callee";case"ClassExpression":case"ClassDeclaration":return zl==="superClass";case"TSTypeAssertion":case"TaggedTemplateExpression":case"JSXSpreadAttribute":case"SpreadElement":case"BindExpression":case"AwaitExpression":case"TSNonNullExpression":case"UpdateExpression":return!0;case"UnaryExpression":if(!C(Rl))return!0;break;case"MemberExpression":case"OptionalMemberExpression":return zl==="object";case"AssignmentExpression":case"AssignmentPattern":return zl==="left"&&(Rl.type==="TSTypeAssertion"||tA(Rl));case"LogicalExpression":if(Rl.type==="LogicalExpression")return rd.operator!==Rl.operator;case"BinaryExpression":{let{operator:ml,type:Al}=Rl;if(!ml&&Al!=="TSTypeAssertion")return!0;let yh=ir(ml),kh=rd.operator,Qh=ir(kh);return!!(Qh>yh||zl==="right"&&Qh===yh||Qh===yh&&!Lr(kh,ml)||Qh");default:return!1}case"TSFunctionType":if(ml.match(ml=>ml.type==="TSFunctionType",(ml,Al)=>Al==="typeAnnotation"&&ml.type==="TSTypeAnnotation",(ml,Al)=>Al==="returnType"&&ml.type==="ArrowFunctionExpression"))return!0;case"TSConditionalType":case"TSConstructorType":case"ConditionalTypeAnnotation":if(zl==="extendsType"&&aA(Rl)&&rd.type===Rl.type||zl==="constraint"&&Rl.type==="TSConditionalType"&&rd.type==="TSTypeParameter"||zl==="typeAnnotation"&&Rl.type==="ConditionalTypeAnnotation"&&rd.type==="TypeAnnotation"&&ml.grandparent.type==="TypeParameter"&&ml.grandparent.bound===rd&&ml.grandparent.usesExtendsBound||zl==="checkType"&&aA(rd))return!0;if(zl==="extendsType"&&rd.type==="TSConditionalType"){let{typeAnnotation:ml}=Rl.returnType||Rl.typeAnnotation;if(ml.type==="TSTypePredicate"&&ml.typeAnnotation&&(ml=ml.typeAnnotation.typeAnnotation),ml.type==="TSInferType"&&ml.typeParameter.constraint)return!0}case"TSUnionType":case"TSIntersectionType":if(nA(rd)||iA(rd))return!0;case"TSInferType":if(Rl.type==="TSInferType"){if(rd.type==="TSRestType")return!1;if(zl==="types"&&(rd.type==="TSUnionType"||rd.type==="TSIntersectionType")&&Rl.typeParameter.type==="TSTypeParameter"&&Rl.typeParameter.constraint)return!0}case"TSTypeOperator":return rd.type==="TSArrayType"||rd.type==="TSOptionalType"||rd.type==="TSRestType"||zl==="objectType"&&rd.type==="TSIndexedAccessType"||rd.type==="TSTypeOperator"||rd.type==="TSTypeAnnotation"&&ml.grandparent.type.startsWith("TSJSDoc");case"TSTypeQuery":return zl==="objectType"&&rd.type==="TSIndexedAccessType"||zl==="elementType"&&rd.type==="TSArrayType";case"TypeOperator":return rd.type==="ArrayTypeAnnotation"||rd.type==="NullableTypeAnnotation"||zl==="objectType"&&(rd.type==="IndexedAccessType"||rd.type==="OptionalIndexedAccessType")||rd.type==="TypeOperator";case"TypeofTypeAnnotation":case"KeyofTypeAnnotation":return zl==="objectType"&&(rd.type==="IndexedAccessType"||rd.type==="OptionalIndexedAccessType")||zl==="elementType"&&rd.type==="ArrayTypeAnnotation";case"ArrayTypeAnnotation":return rd.type==="NullableTypeAnnotation";case"IntersectionTypeAnnotation":case"UnionTypeAnnotation":return rd.type==="TypeOperator"||rd.type==="KeyofTypeAnnotation"||rd.type==="ArrayTypeAnnotation"||rd.type==="NullableTypeAnnotation"||rd.type==="IntersectionTypeAnnotation"||rd.type==="UnionTypeAnnotation"||zl==="objectType"&&(rd.type==="IndexedAccessType"||rd.type==="OptionalIndexedAccessType");case"InferTypeAnnotation":case"NullableTypeAnnotation":if(rd.type==="ArrayTypeAnnotation"||zl==="objectType"&&(rd.type==="IndexedAccessType"||rd.type==="OptionalIndexedAccessType"))return!0;break;case"ComponentTypeAnnotation":case"FunctionTypeAnnotation":{if(Rl.type==="ComponentTypeAnnotation"&&(Rl.rendersType===null||Rl.rendersType===void 0))return!1;if(ml.match(void 0,(ml,Al)=>Al==="typeAnnotation"&&ml.type==="TypeAnnotation",(ml,Al)=>Al==="returnType"&&ml.type==="ArrowFunctionExpression")||ml.match(void 0,(ml,Al)=>Al==="typeAnnotation"&&ml.type==="NullableTypeAnnotation",(ml,Al)=>Al==="typeAnnotation"&&ml.type==="TypeAnnotation",(ml,Al)=>Al==="returnType"&&ml.type==="ArrowFunctionExpression")||ml.match(void 0,(ml,Al)=>Al==="typeAnnotation"&&ml.type==="TypePredicate",(ml,Al)=>Al==="typeAnnotation"&&ml.type==="TypeAnnotation",(ml,Al)=>Al==="returnType"&&ml.type==="ArrowFunctionExpression"))return!0;let Al=rd.type==="NullableTypeAnnotation"?ml.grandparent:rd;return Al.type==="UnionTypeAnnotation"||Al.type==="IntersectionTypeAnnotation"||Al.type==="ArrayTypeAnnotation"||zl==="objectType"&&(Al.type==="IndexedAccessType"||Al.type==="OptionalIndexedAccessType")||zl==="checkType"&&rd.type==="ConditionalTypeAnnotation"||zl==="extendsType"&&rd.type==="ConditionalTypeAnnotation"&&Rl.returnType?.type==="InferTypeAnnotation"&&Rl.returnType.typeParameter.bound||Al.type==="NullableTypeAnnotation"||rd.type==="FunctionTypeParam"&&rd.name===null&&ee(Rl).some(ml=>ml.typeAnnotation?.type==="NullableTypeAnnotation")}case"OptionalIndexedAccessType":return zl==="objectType"&&rd.type==="IndexedAccessType";case"StringLiteral":case"NumericLiteral":case"Literal":if(typeof Rl.value=="string"&&rd.type==="ExpressionStatement"&&typeof rd.directive!="string"){let Al=ml.grandparent;return Al.type==="Program"||Al.type==="BlockStatement"}return zl==="object"&&AA(rd)&&Ee(Rl);case"AssignmentExpression":return!((zl==="init"||zl==="update")&&rd.type==="ForStatement"||zl==="expression"&&Rl.left.type!=="ObjectPattern"&&rd.type==="ExpressionStatement"||zl==="key"&&rd.type==="TSPropertySignature"||rd.type==="AssignmentExpression"||zl==="expressions"&&rd.type==="SequenceExpression"&&ml.match(void 0,void 0,(ml,Al)=>(Al==="init"||Al==="update")&&ml.type==="ForStatement")||zl==="value"&&rd.type==="Property"&&ml.match(void 0,void 0,(ml,Al)=>Al==="properties"&&ml.type==="ObjectPattern")||rd.type==="NGChainedExpression"||zl==="node"&&rd.type==="JsExpressionRoot");case"ConditionalExpression":switch(rd.type){case"TaggedTemplateExpression":case"UnaryExpression":case"SpreadElement":case"BinaryExpression":case"LogicalExpression":case"NGPipeExpression":case"AwaitExpression":case"JSXSpreadAttribute":case"TSTypeAssertion":case"TypeCastExpression":case"TSAsExpression":case"TSSatisfiesExpression":case"AsExpression":case"AsConstExpression":case"SatisfiesExpression":case"TSNonNullExpression":return!0;case"NewExpression":case"CallExpression":case"OptionalCallExpression":return zl==="callee";case"ConditionalExpression":return Al.experimentalTernaries?!1:zl==="test";case"MemberExpression":case"OptionalMemberExpression":return zl==="object";default:return!1}case"FunctionExpression":switch(rd.type){case"NewExpression":case"CallExpression":case"OptionalCallExpression":return zl==="callee";case"TaggedTemplateExpression":return!0;case"ExportDefaultDeclaration":return zl==="declaration";default:return!1}case"ArrowFunctionExpression":switch(rd.type){case"BinaryExpression":return rd.operator!=="|>"||Rl.extra?.parenthesized;case"NewExpression":case"CallExpression":case"OptionalCallExpression":return zl==="callee";case"MemberExpression":case"OptionalMemberExpression":return zl==="object";case"TSAsExpression":case"TSSatisfiesExpression":case"AsExpression":case"AsConstExpression":case"SatisfiesExpression":case"TSNonNullExpression":case"BindExpression":case"TaggedTemplateExpression":case"UnaryExpression":case"LogicalExpression":case"AwaitExpression":case"TSTypeAssertion":case"MatchExpressionCase":return!0;case"TSInstantiationExpression":return zl==="expression";case"ConditionalExpression":return zl==="test";default:return!1}case"ClassExpression":switch(rd.type){case"NewExpression":return zl==="callee";case"ExportDefaultDeclaration":return zl==="declaration";default:return!1}case"OptionalMemberExpression":case"OptionalCallExpression":case"ChainExpression":case"TSNonNullExpression":if(hs(ml))return!0;case"CallExpression":case"MemberExpression":case"TaggedTemplateExpression":case"ImportExpression":if(zl==="callee"&&(rd.type==="BindExpression"||rd.type==="NewExpression")){let ml=Rl;for(;ml;)switch(ml.type){case"CallExpression":case"ImportExpression":return!0;case"MemberExpression":case"OptionalMemberExpression":case"BindExpression":ml=ml.object;break;case"TaggedTemplateExpression":ml=ml.tag;break;case"TSNonNullExpression":ml=ml.expression;break;default:return!1}}return!1;case"BindExpression":return zl==="callee"&&(rd.type==="BindExpression"||rd.type==="NewExpression")||zl==="object"&&AA(rd);case"NGPipeExpression":return!(rd.type==="NGRoot"||rd.type==="NGMicrosyntaxExpression"||rd.type==="ObjectProperty"&&!Rl.extra?.parenthesized||uA(rd)||zl==="arguments"&&gA(rd)||zl==="right"&&rd.type==="NGPipeExpression"||zl==="property"&&rd.type==="MemberExpression"||rd.type==="AssignmentExpression");case"JSXFragment":case"JSXElement":return zl==="callee"||zl==="left"&&rd.type==="BinaryExpression"&&rd.operator==="<"||!uA(rd)&&rd.type!=="ArrowFunctionExpression"&&rd.type!=="AssignmentExpression"&&rd.type!=="AssignmentPattern"&&rd.type!=="BinaryExpression"&&rd.type!=="ConditionalExpression"&&rd.type!=="ExpressionStatement"&&rd.type!=="JsExpressionRoot"&&rd.type!=="JSXAttribute"&&rd.type!=="JSXElement"&&rd.type!=="JSXExpressionContainer"&&rd.type!=="JSXFragment"&&rd.type!=="LogicalExpression"&&!yA(rd)&&!We(rd)&&!lA(rd)&&rd.type!=="TypeCastExpression"&&rd.type!=="VariableDeclarator"&&rd.type!=="YieldExpression"&&rd.type!=="MatchExpressionCase"&&!(zl==="declaration"&&rd.type==="ExportDefaultDeclaration");case"TSInstantiationExpression":return zl==="object"&&AA(rd);case"MatchOrPattern":return rd.type==="MatchAsPattern"}return!1}var iE=B(["BlockStatement","BreakStatement","ComponentDeclaration","ClassBody","ClassDeclaration","ClassMethod","ClassProperty","PropertyDefinition","ClassPrivateProperty","ContinueStatement","DebuggerStatement","DeclareComponent","DeclareClass","DeclareExportAllDeclaration","DeclareExportDeclaration","DeclareFunction","DeclareHook","DeclareInterface","DeclareModule","DeclareModuleExports","DeclareNamespace","DeclareVariable","DeclareEnum","DoWhileStatement","EnumDeclaration","ExportAllDeclaration","ExportDefaultDeclaration","ExportNamedDeclaration","ExpressionStatement","ForInStatement","ForOfStatement","ForStatement","FunctionDeclaration","HookDeclaration","IfStatement","ImportDeclaration","InterfaceDeclaration","LabeledStatement","MethodDefinition","ReturnStatement","SwitchStatement","ThrowStatement","TryStatement","TSDeclareFunction","TSEnumDeclaration","TSImportEqualsDeclaration","TSInterfaceDeclaration","TSModuleDeclaration","TSNamespaceExportDeclaration","TypeAlias","VariableDeclaration","WhileStatement","WithStatement"]);function Pl(ml){let Al=0,{node:Rl}=ml;for(;Rl;){let zl=ml.getParentNode(Al++);if(zl?.type==="ForStatement"&&zl.init===Rl)return!0;Rl=zl}return!1}function Il(ml){return pA(ml)}function Nr(ml){let{parent:Al,key:Rl}=ml;switch(Al.type){case"NGPipeExpression":if(Rl==="arguments"&&ml.isLast)return ml.callParent(Nr);break;case"ObjectProperty":if(Rl==="value")return ml.callParent(()=>ml.key==="properties"&&ml.isLast);break;case"BinaryExpression":case"LogicalExpression":if(Rl==="right")return ml.callParent(Nr);break;case"ConditionalExpression":if(Rl==="alternate")return ml.callParent(Nr);break;case"UnaryExpression":if(Al.prefix&&ml.callParent(Nr))return!0;break}return!1}var sE=ws;var pE="string",dE="array",gE="cursor",bE="indent",vE="align",wE="trim",CE="group",BE="fill",NE="if-break",jE="indent-if-break",GE="line-suffix",WE="line-suffix-boundary",YE="line",ow="label",lw="break-parent",cw=new Set([gE,bE,vE,wE,CE,BE,NE,jE,GE,WE,YE,ow,lw]);function kl(ml){if(typeof ml=="string")return pE;if(Array.isArray(ml))return dE;if(!ml)return;let{type:Al}=ml;if(cw.has(Al))return Al}var pw=kl;var wl=ml=>new Intl.ListFormat("en-US",{type:"disjunction"}).format(ml);function Ll(ml){let Al=ml===null?"null":typeof ml;if(Al!=="string"&&Al!=="object")return`Unexpected doc '${Al}', \nExpected it to be 'string' or 'object'.`;if(pw(ml))throw new Error("doc is valid.");let Rl=Object.prototype.toString.call(ml);if(Rl!=="[object Object]")return`Unexpected doc '${Rl}'.`;let zl=wl([...cw].map(ml=>`'${ml}'`));return`Unexpected doc.type '${ml.type}'.\nExpected it to be ${zl}.`}var dw=class extends Error{name="InvalidDocError";constructor(ml){super(Ll(ml)),this.doc=ml}},hw=dw;var fw={};function Ol(ml,Al,Rl,zl){let rd=[ml];for(;rd.length>0;){let ml=rd.pop();if(ml===fw){Rl(rd.pop());continue}Rl&&rd.push(ml,fw);let yh=pw(ml);if(!yh)throw new hw(ml);if(Al?.(ml)!==!1)switch(yh){case dE:case BE:{let Al=yh===dE?ml:ml.parts;for(let ml=Al.length,Rl=ml-1;Rl>=0;--Rl)rd.push(Al[Rl]);break}case NE:rd.push(ml.flatContents,ml.breakContents);break;case CE:if(zl&&ml.expandedStates)for(let Al=ml.expandedStates.length,Rl=Al-1;Rl>=0;--Rl)rd.push(ml.expandedStates[Rl]);else rd.push(ml.contents);break;case vE:case bE:case jE:case ow:case GE:rd.push(ml.contents);break;case pE:case gE:case wE:case WE:case YE:case lw:break;default:throw new hw(ml)}}}var _w=Ol;function gt(ml,Al){if(typeof ml=="string")return Al(ml);let Rl=new Map;return n(ml);function n(ml){return Z(Rl,ml,o)}function o(ml){switch(pw(ml)){case dE:return Al(ml.map(n));case BE:return Al({...ml,parts:ml.parts.map(n)});case NE:return Al({...ml,breakContents:n(ml.breakContents),flatContents:n(ml.flatContents)});case CE:{let{expandedStates:Rl,contents:zl}=ml;return Rl?(Rl=Rl.map(n),zl=Rl[0]):zl=n(zl),Al({...ml,contents:zl,expandedStates:Rl})}case vE:case bE:case jE:case ow:case GE:return Al({...ml,contents:n(ml.contents)});case pE:case gE:case wE:case WE:case YE:case lw:return Al(ml);default:throw new hw(ml)}}}function Ms(ml,Al,Rl){let zl=Rl,rd=!1;function i(ml){if(rd)return!1;let Rl=Al(ml);Rl!==void 0&&(rd=!0,zl=Rl)}return _w(ml,i),zl}function Ml(ml){if(ml.type===CE&&ml.break||ml.type===YE&&ml.hard||ml.type===lw)return!0}function ue(ml){return Ms(ml,Ml,!1)}function Os(ml){if(ml.length>0){let Al=r_(0,ml,-1);!Al.expandedStates&&!Al.break&&(Al.break="propagated")}return null}function _s(ml){let Al=new Set,Rl=[];function n(ml){if(ml.type===lw&&Os(Rl),ml.type===CE){if(Rl.push(ml),Al.has(ml))return!1;Al.add(ml)}}function o(ml){ml.type===CE&&Rl.pop().break&&Os(Rl)}_w(ml,n,o,!0)}function _l(ml){return ml.type===YE&&!ml.hard?ml.soft?"":" ":ml.type===NE?ml.flatContents:ml}function Jt(ml){return gt(ml,_l)}function Nl(ml){switch(pw(ml)){case BE:{let{parts:Al}=ml;if(Al.every(ml=>ml===""))return"";if(Al.length===1)return Al[0];break}case CE:if(!ml.contents&&!ml.id&&!ml.break&&!ml.expandedStates)return"";if(ml.contents.type===CE&&ml.contents.id===ml.id&&ml.contents.break===ml.break&&ml.contents.expandedStates===ml.expandedStates)return ml.contents;break;case vE:case bE:case jE:case GE:if(!ml.contents)return"";break;case NE:if(!ml.flatContents&&!ml.breakContents)return"";break;case dE:{let Al=[];for(let Rl of ml){if(!Rl)continue;let[ml,...zl]=Array.isArray(Rl)?Rl:[Rl];typeof ml=="string"&&typeof r_(0,Al,-1)=="string"?Al[Al.length-1]+=ml:Al.push(ml),Al.push(...zl)}return Al.length===0?"":Al.length===1?Al[0]:Al}case pE:case gE:case wE:case WE:case YE:case ow:case lw:break;default:throw new hw(ml)}return ml}function ur(ml){return gt(ml,ml=>Nl(ml))}function Xe(ml,Al=Sw){return gt(ml,ml=>typeof ml=="string"?w(Al,ml.split(`\n`)):ml)}function jl(ml){if(ml.type===YE)return!0}function Ns(ml){return Ms(ml,jl,!1)}function ln(ml,Al){return ml.type===ow?{...ml,contents:Al(ml.contents)}:Al(ml)}function js(ml){let Al=!0;return _w(ml,ml=>{switch(pw(ml)){case pE:if(ml==="")break;case wE:case WE:case YE:case lw:return Al=!1,!1}}),Al}var mw=cf,gw=cf,Aw=cf,yw=cf;function f(ml){return mw(ml),{type:bE,contents:ml}}function he(ml,Al){return yw(ml),mw(Al),{type:vE,contents:Al,n:ml}}function Ws(ml){return he(Number.NEGATIVE_INFINITY,ml)}function Js(ml){return he({type:"root"},ml)}function fn(ml){return he(-1,ml)}function Gs(ml,Al,Rl){mw(ml);let zl=ml;if(Al>0){for(let ml=0;ml/[#*0-9]\uFE0F?\u20E3|[\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23ED-\u23EF\u23F1\u23F2\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB\u25FC\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692\u2694-\u2697\u2699\u269B\u269C\u26A0\u26A7\u26AA\u26B0\u26B1\u26BD\u26BE\u26C4\u26C8\u26CF\u26D1\u26E9\u26F0-\u26F5\u26F7\u26F8\u26FA\u2702\u2708\u2709\u270F\u2712\u2714\u2716\u271D\u2721\u2733\u2734\u2744\u2747\u2757\u2763\u27A1\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B55\u3030\u303D\u3297\u3299]\uFE0F?|[\u261D\u270C\u270D](?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?|[\u270A\u270B](?:\uD83C[\uDFFB-\uDFFF])?|[\u23E9-\u23EC\u23F0\u23F3\u25FD\u2693\u26A1\u26AB\u26C5\u26CE\u26D4\u26EA\u26FD\u2705\u2728\u274C\u274E\u2753-\u2755\u2795-\u2797\u27B0\u27BF\u2B50]|\u26D3\uFE0F?(?:\u200D\uD83D\uDCA5)?|\u26F9(?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?(?:\u200D[\u2640\u2642]\uFE0F?)?|\u2764\uFE0F?(?:\u200D(?:\uD83D\uDD25|\uD83E\uDE79))?|\uD83C(?:[\uDC04\uDD70\uDD71\uDD7E\uDD7F\uDE02\uDE37\uDF21\uDF24-\uDF2C\uDF36\uDF7D\uDF96\uDF97\uDF99-\uDF9B\uDF9E\uDF9F\uDFCD\uDFCE\uDFD4-\uDFDF\uDFF5\uDFF7]\uFE0F?|[\uDF85\uDFC2\uDFC7](?:\uD83C[\uDFFB-\uDFFF])?|[\uDFC4\uDFCA](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDFCB\uDFCC](?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDCCF\uDD8E\uDD91-\uDD9A\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF43\uDF45-\uDF4A\uDF4C-\uDF7C\uDF7E-\uDF84\uDF86-\uDF93\uDFA0-\uDFC1\uDFC5\uDFC6\uDFC8\uDFC9\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF8-\uDFFF]|\uDDE6\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF]|\uDDE7\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF]|\uDDE8\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF7\uDDFA-\uDDFF]|\uDDE9\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF]|\uDDEA\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA]|\uDDEB\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7]|\uDDEC\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE]|\uDDED\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA]|\uDDEE\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9]|\uDDEF\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5]|\uDDF0\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF]|\uDDF1\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE]|\uDDF2\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF]|\uDDF3\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF]|\uDDF4\uD83C\uDDF2|\uDDF5\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE]|\uDDF6\uD83C\uDDE6|\uDDF7\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC]|\uDDF8\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF]|\uDDF9\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF]|\uDDFA\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF]|\uDDFB\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA]|\uDDFC\uD83C[\uDDEB\uDDF8]|\uDDFD\uD83C\uDDF0|\uDDFE\uD83C[\uDDEA\uDDF9]|\uDDFF\uD83C[\uDDE6\uDDF2\uDDFC]|\uDF44(?:\u200D\uD83D\uDFEB)?|\uDF4B(?:\u200D\uD83D\uDFE9)?|\uDFC3(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?|\uDFF3\uFE0F?(?:\u200D(?:\u26A7\uFE0F?|\uD83C\uDF08))?|\uDFF4(?:\u200D\u2620\uFE0F?|\uDB40\uDC67\uDB40\uDC62\uDB40(?:\uDC65\uDB40\uDC6E\uDB40\uDC67|\uDC73\uDB40\uDC63\uDB40\uDC74|\uDC77\uDB40\uDC6C\uDB40\uDC73)\uDB40\uDC7F)?)|\uD83D(?:[\uDC3F\uDCFD\uDD49\uDD4A\uDD6F\uDD70\uDD73\uDD76-\uDD79\uDD87\uDD8A-\uDD8D\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA\uDECB\uDECD-\uDECF\uDEE0-\uDEE5\uDEE9\uDEF0\uDEF3]\uFE0F?|[\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDC8F\uDC91\uDCAA\uDD7A\uDD95\uDD96\uDE4C\uDE4F\uDEC0\uDECC](?:\uD83C[\uDFFB-\uDFFF])?|[\uDC6E-\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4\uDEB5](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDD74\uDD90](?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?|[\uDC00-\uDC07\uDC09-\uDC14\uDC16-\uDC25\uDC27-\uDC3A\uDC3C-\uDC3E\uDC40\uDC44\uDC45\uDC51-\uDC65\uDC6A\uDC79-\uDC7B\uDC7D-\uDC80\uDC84\uDC88-\uDC8E\uDC90\uDC92-\uDCA9\uDCAB-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDDA4\uDDFB-\uDE2D\uDE2F-\uDE34\uDE37-\uDE41\uDE43\uDE44\uDE48-\uDE4A\uDE80-\uDEA2\uDEA4-\uDEB3\uDEB7-\uDEBF\uDEC1-\uDEC5\uDED0-\uDED2\uDED5-\uDED8\uDEDC-\uDEDF\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB\uDFF0]|\uDC08(?:\u200D\u2B1B)?|\uDC15(?:\u200D\uD83E\uDDBA)?|\uDC26(?:\u200D(?:\u2B1B|\uD83D\uDD25))?|\uDC3B(?:\u200D\u2744\uFE0F?)?|\uDC41\uFE0F?(?:\u200D\uD83D\uDDE8\uFE0F?)?|\uDC68(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDC68\uDC69]\u200D\uD83D(?:\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?)|[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?)|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC68\uD83C[\uDFFC-\uDFFF])|\uD83E(?:[\uDD1D\uDEEF]\u200D\uD83D\uDC68\uD83C[\uDFFC-\uDFFF]|[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83E(?:[\uDD1D\uDEEF]\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFD-\uDFFF]|[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83E(?:[\uDD1D\uDEEF]\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF]|[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83E(?:[\uDD1D\uDEEF]\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFD\uDFFF]|[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFE])|\uD83E(?:[\uDD1D\uDEEF]\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFE]|[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3])))?))?|\uDC69(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?[\uDC68\uDC69]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?|\uDC69\u200D\uD83D(?:\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?))|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC69\uD83C[\uDFFC-\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFC-\uDFFF]|\uDEEF\u200D\uD83D\uDC69\uD83C[\uDFFC-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC69\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB\uDFFD-\uDFFF]|\uDEEF\u200D\uD83D\uDC69\uD83C[\uDFFB\uDFFD-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC69\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF]|\uDEEF\u200D\uD83D\uDC69\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC69\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB-\uDFFD\uDFFF]|\uDEEF\u200D\uD83D\uDC69\uD83C[\uDFFB-\uDFFD\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC69\uD83C[\uDFFB-\uDFFE])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB-\uDFFE]|\uDEEF\u200D\uD83D\uDC69\uD83C[\uDFFB-\uDFFE])))?))?|\uDD75(?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?(?:\u200D[\u2640\u2642]\uFE0F?)?|\uDE2E(?:\u200D\uD83D\uDCA8)?|\uDE35(?:\u200D\uD83D\uDCAB)?|\uDE36(?:\u200D\uD83C\uDF2B\uFE0F?)?|\uDE42(?:\u200D[\u2194\u2195]\uFE0F?)?|\uDEB6(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?)|\uD83E(?:[\uDD0C\uDD0F\uDD18-\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5\uDEC3-\uDEC5\uDEF0\uDEF2-\uDEF8](?:\uD83C[\uDFFB-\uDFFF])?|[\uDD26\uDD35\uDD37-\uDD39\uDD3C-\uDD3E\uDDB8\uDDB9\uDDCD\uDDCF\uDDD4\uDDD6-\uDDDD](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDDDE\uDDDF](?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDD0D\uDD0E\uDD10-\uDD17\uDD20-\uDD25\uDD27-\uDD2F\uDD3A\uDD3F-\uDD45\uDD47-\uDD76\uDD78-\uDDB4\uDDB7\uDDBA\uDDBC-\uDDCC\uDDD0\uDDE0-\uDDFF\uDE70-\uDE7C\uDE80-\uDE8A\uDE8E-\uDEC2\uDEC6\uDEC8\uDECD-\uDEDC\uDEDF-\uDEEA\uDEEF]|\uDDCE(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?|\uDDD1(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3\uDE70]|\uDD1D\u200D\uD83E\uDDD1|\uDDD1\u200D\uD83E\uDDD2(?:\u200D\uD83E\uDDD2)?|\uDDD2(?:\u200D\uD83E\uDDD2)?))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFC-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83E\uDDD1\uD83C[\uDFFC-\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3\uDE70]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF]|\uDEEF\u200D\uD83E\uDDD1\uD83C[\uDFFC-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB\uDFFD-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83E\uDDD1\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3\uDE70]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF]|\uDEEF\u200D\uD83E\uDDD1\uD83C[\uDFFB\uDFFD-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83E\uDDD1\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3\uDE70]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF]|\uDEEF\u200D\uD83E\uDDD1\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB-\uDFFD\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3\uDE70]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF]|\uDEEF\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFD\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB-\uDFFE]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFE])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3\uDE70]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF]|\uDEEF\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFE])))?))?|\uDEF1(?:\uD83C(?:\uDFFB(?:\u200D\uD83E\uDEF2\uD83C[\uDFFC-\uDFFF])?|\uDFFC(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB\uDFFD-\uDFFF])?|\uDFFD(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])?|\uDFFE(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB-\uDFFD\uDFFF])?|\uDFFF(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB-\uDFFE])?))?)/g;var Nw=12288,Ow=65510,Qw=[12288,12288,65281,65376,65504,65510];var Lw=4352,Mw=262141,jw=[4352,4447,8986,8987,9001,9002,9193,9196,9200,9200,9203,9203,9725,9726,9748,9749,9776,9783,9800,9811,9855,9855,9866,9871,9875,9875,9889,9889,9898,9899,9917,9918,9924,9925,9934,9934,9940,9940,9962,9962,9970,9971,9973,9973,9978,9978,9981,9981,9989,9989,9994,9995,10024,10024,10060,10060,10062,10062,10067,10069,10071,10071,10133,10135,10160,10160,10175,10175,11035,11036,11088,11088,11093,11093,11904,11929,11931,12019,12032,12245,12272,12287,12289,12350,12353,12438,12441,12543,12549,12591,12593,12686,12688,12773,12783,12830,12832,12871,12880,42124,42128,42182,43360,43388,44032,55203,63744,64255,65040,65049,65072,65106,65108,65126,65128,65131,94176,94180,94192,94198,94208,101589,101631,101662,101760,101874,110576,110579,110581,110587,110589,110590,110592,110882,110898,110898,110928,110930,110933,110933,110948,110951,110960,111355,119552,119638,119648,119670,126980,126980,127183,127183,127374,127374,127377,127386,127488,127490,127504,127547,127552,127560,127568,127569,127584,127589,127744,127776,127789,127797,127799,127868,127870,127891,127904,127946,127951,127955,127968,127984,127988,127988,127992,128062,128064,128064,128066,128252,128255,128317,128331,128334,128336,128359,128378,128378,128405,128406,128420,128420,128507,128591,128640,128709,128716,128716,128720,128722,128725,128728,128732,128735,128747,128748,128756,128764,128992,129003,129008,129008,129292,129338,129340,129349,129351,129535,129648,129660,129664,129674,129678,129734,129736,129736,129741,129756,129759,129770,129775,129784,131072,196605,196608,262141];var jo=(ml,Al)=>{let Rl=0,zl=Math.floor(ml.length/2)-1;for(;Rl<=zl;){let rd=Math.floor((Rl+zl)/2),yh=rd*2;if(Alml[yh+1])Rl=rd+1;else return!0}return!1};var Uw=19968,[Gw,qw]=Xl(jw);function Xl(ml){let Al=ml[0],Rl=ml[1];for(let zl=0;zl=rd&&Uw<=yh)return[rd,yh];yh-rd>Rl-Al&&(Al=rd,Rl=yh)}return[Al,Rl]}var vo=ml=>mlOw?!1:jo(Qw,ml);var Ro=ml=>ml>=Gw&&ml<=qw?!0:mlMw?!1:jo(jw,ml);var $w=/^(?:[\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u2328\u23CF\u23ED-\u23EF\u23F1\u23F2\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB\u25FC\u2600-\u2604\u260E\u2611\u2618\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u2692\u2694-\u2697\u2699\u269B\u269C\u26A0\u26A7\u26B0\u26B1\u26C8\u26CF\u26D1\u26D3\u26E9\u26F0\u26F1\u26F4\u26F7\u26F8\u2702\u2708\u2709\u270F\u2712\u2714\u2716\u271D\u2721\u2733\u2734\u2744\u2747\u2763\u2764\u27A1\u2934\u2935\u2B05-\u2B07]|\uD83C[\uDD70\uDD71\uDD7E\uDD7F\uDF21\uDF24-\uDF2C\uDF36\uDF7D\uDF96\uDF97\uDF99-\uDF9B\uDF9E\uDF9F\uDFCD\uDFCE\uDFD4-\uDFDF\uDFF3\uDFF5\uDFF7]|\uD83D[\uDC3F\uDC41\uDCFD\uDD49\uDD4A\uDD6F\uDD70\uDD73\uDD76-\uDD79\uDD87\uDD8A-\uDD8D\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA\uDECB\uDECD-\uDECF\uDEE0-\uDEE5\uDEE9\uDEF0\uDEF3])$/,Qs=ml=>$w.test(ml);var Jw=/[^\x20-\x7F]/;function $l(ml){if(!ml)return 0;if(!Jw.test(ml))return ml.length;let Al=0;ml=ml.replace(qs(),ml=>(Al+=Qs(ml)?1:2,""));for(let Rl of ml){let ml=Rl.codePointAt(0);ml<=31||ml>=127&&ml<=159||ml>=768&&ml<=879||ml>=65024&&ml<=65039||(Al+=vo(ml)||Ro(ml)?2:1)}return Al}var Hw=$l;var Vw={type:0},Ww={type:1},zw={value:"",length:0,queue:[],get root(){return zw}};function zs(ml,Al,Rl){let zl=Al.type===1?ml.queue.slice(0,-1):[...ml.queue,Al],rd="",yh=0,kh=0,Qh=0;for(let ml of zl)switch(ml.type){case 0:m(),Rl.useTabs?a(1):c(Rl.tabWidth);break;case 3:{let{string:Al}=ml;m(),rd+=Al,yh+=Al.length;break}case 2:{let{width:Al}=ml;kh+=1,Qh+=Al;break}default:throw new Error(`Unexpected indent comment '${ml.type}'.`)}return A(),{...ml,value:rd,length:yh,queue:zl};function a(ml){rd+="\t".repeat(ml),yh+=Rl.tabWidth*ml}function c(ml){rd+=" ".repeat(ml),yh+=ml}function m(){Rl.useTabs?y():A()}function y(){kh>0&&a(kh),x()}function A(){Qh>0&&c(Qh),x()}function x(){kh=0,Qh=0}}function Zs(ml,Al,Rl){if(!Al)return ml;if(Al.type==="root")return{...ml,root:ml};if(Al===Number.NEGATIVE_INFINITY)return ml.root;let zl;return typeof Al=="number"?Al<0?zl=Ww:zl={type:2,width:Al}:zl={type:3,string:Al},zs(ml,zl,Rl)}function eu(ml,Al){return zs(ml,Vw,Al)}function Zl(ml){let Al=0;for(let Rl=ml.length-1;Rl>=0;Rl--){let zl=ml[Rl];if(zl===" "||zl==="\t")Al++;else break}return Al}function yn(ml){let Al=Zl(ml);return{text:Al===0?ml:ml.slice(0,ml.length-Al),count:Al}}var Yw=class{#_e=[];#me="";#ge=0;#Ae=[];#ye=[];#be(){let ml=this.#me;ml!==""&&(this.#_e.push(ml),this.#ge+=ml.length,this.#me="");for(let ml of this.#ye)this.#Ae.push(Math.min(ml,this.#ge));this.#ye.length=0}markPosition(){if(this.#Ae.length+this.#ye.length>=2)throw new Error("There are too many 'cursor' in doc.");this.#ye.push(this.#ge+this.#me.length)}write(ml){this.#me+=ml}trim(){let{text:ml,count:Al}=yn(this.#me);return this.#me=ml,this.#be(),Al}finish(){return this.#be(),{text:this.#_e.join(""),positions:this.#Ae}}},Kw=Yw;var Xw=Symbol("MODE_BREAK"),Zw=Symbol("MODE_FLAT"),eC=Symbol("DOC_FILL_PRINTED_LENGTH");function En(ml,Al,Rl,zl,rd,yh){if(Rl===Number.POSITIVE_INFINITY)return!0;let kh=Al.length,Qh=!1,cf=[ml],t_="";for(;Rl>=0;){if(cf.length===0){if(kh===0)return!0;cf.push(Al[--kh]);continue}let{mode:ml,doc:u_}=cf.pop(),C_=pw(u_);switch(C_){case pE:u_&&(Qh&&(t_+=" ",Rl-=1,Qh=!1),t_+=u_,Rl-=Hw(u_));break;case dE:case BE:{let Al=C_===dE?u_:u_.parts,Rl=u_[eC]??0;for(let zl=Al.length-1;zl>=Rl;zl--)cf.push({mode:ml,doc:Al[zl]});break}case bE:case vE:case jE:case ow:cf.push({mode:ml,doc:u_.contents});break;case wE:{let{text:ml,count:Al}=yn(t_);t_=ml,Rl+=Al;break}case CE:{if(yh&&u_.break)return!1;let Al=u_.break?Xw:ml,Rl=u_.expandedStates&&Al===Xw?r_(0,u_.expandedStates,-1):u_.contents;cf.push({mode:Al,doc:Rl});break}case NE:{let Al=(u_.groupId?rd[u_.groupId]||Zw:ml)===Xw?u_.breakContents:u_.flatContents;Al&&cf.push({mode:ml,doc:Al});break}case YE:if(ml===Xw||u_.hard)return!0;u_.soft||(Qh=!0);break;case GE:zl=!0;break;case WE:if(zl)return!1;break}}return!1}function Uo(ml,Al){let Rl=Object.create(null),zl=Al.printWidth,rd=Us(Al.endOfLine),yh=0,kh=[{indent:zw,mode:Xw,doc:ml}],Qh=!1,cf=[],t_=new Kw;for(_s(ml);kh.length>0;){let{indent:ml,mode:u_,doc:C_}=kh.pop();switch(pw(C_)){case pE:{let ml=rd!==`\n`?UA(0,C_,`\n`,rd):C_;ml&&(t_.write(ml),kh.length>0&&(yh+=Hw(ml)));break}case dE:for(let Al=C_.length-1;Al>=0;Al--)kh.push({indent:ml,mode:u_,doc:C_[Al]});break;case gE:t_.markPosition();break;case bE:kh.push({indent:eu(ml,Al),mode:u_,doc:C_.contents});break;case vE:kh.push({indent:Zs(ml,C_.n,Al),mode:u_,doc:C_.contents});break;case wE:yh-=t_.trim();break;case CE:{let Al=function(){if(u_===Zw&&!Qh)return{indent:ml,mode:C_.break?Xw:Zw,doc:C_.contents};Qh=!1;let Al=zl-yh,rd=cf.length>0,t_={indent:ml,mode:Zw,doc:C_.contents};if(!C_.break&&En(t_,kh,Al,rd,Rl))return t_;if(!C_.expandedStates)return{indent:ml,mode:Xw,doc:C_.contents};if(!C_.break)for(let zl=1;zl0,Rl,!0);if(t_===1){Cg?kh.push(S_):kh.push(P_);break}let eA={indent:ml,mode:Zw,doc:D_},tA={indent:ml,mode:Xw,doc:D_};if(t_===2){Cg?kh.push(eA,S_):kh.push(tA,P_);break}let rA=Qh[rd+2],nA={indent:ml,mode:u_,doc:{...C_,[eC]:rd+2}},iA=En({indent:ml,mode:Zw,doc:[r_,D_,rA]},[],Al,cf.length>0,Rl,!0);kh.push(nA),iA?kh.push(eA,S_):Cg?kh.push(tA,S_):kh.push(tA,P_);break}case NE:case jE:{let Al=C_.groupId?Rl[C_.groupId]:u_;if(Al===Xw){let Al=C_.type===NE?C_.breakContents:C_.negate?C_.contents:f(C_.contents);Al&&kh.push({indent:ml,mode:u_,doc:Al})}if(Al===Zw){let Al=C_.type===NE?C_.flatContents:C_.negate?f(C_.contents):C_.contents;Al&&kh.push({indent:ml,mode:u_,doc:Al})}break}case GE:cf.push({indent:ml,mode:u_,doc:C_.contents});break;case WE:cf.length>0&&kh.push({indent:ml,mode:u_,doc:Cw});break;case YE:switch(u_){case Zw:if(!C_.hard){C_.soft||(t_.write(" "),yh+=1);break}Qh=!0;case Xw:if(cf.length>0){kh.push({indent:ml,mode:u_,doc:C_},...cf.reverse()),cf.length=0;break}C_.literal?(t_.write(rd),yh=0,ml.root&&(ml.root.value&&t_.write(ml.root.value),yh=ml.root.length)):(t_.trim(),t_.write(rd+ml.value),yh=ml.length);break}break;case ow:kh.push({indent:ml,mode:u_,doc:C_.contents});break;case lw:break;default:throw new hw(C_)}kh.length===0&&cf.length>0&&(kh.push(...cf.reverse()),cf.length=0)}let{text:u_,positions:C_}=t_.finish();if(C_.length!==2)return{formatted:u_};let[D_,S_]=C_;return{formatted:u_,cursorNodeStart:D_,cursorNodeText:u_.slice(D_,S_)}}var tC=class extends Error{name="ArgExpansionBailout"};function pr(ml){return(ml.type==="ObjectTypeProperty"||ml.type==="ObjectTypeInternalSlot")&&!ml.static&&!ml.method&&ml.kind!=="get"&&ml.kind!=="set"&&ml.value.type==="FunctionTypeAnnotation"}function em(ml,Al){let Rl=null,zl=Al;for(;zl!==Rl;)Rl=zl,zl=kA(ml,zl),zl=IA(ml,zl),zl=SA(ml,zl);return zl=FA(ml,zl),zl=BA(ml,zl),zl!==!1&&NA(ml,zl)}var rC=em;var me=(ml,{originalText:Al})=>{let Rl=S(ml);if(rC(Al,Rl))return!0;let zl=It(ml);return zl===Rl?!1:rC(Al,zl)};var nC=B(["AnyTypeAnnotation","ThisTypeAnnotation","NumberTypeAnnotation","VoidTypeAnnotation","BooleanTypeAnnotation","BigIntTypeAnnotation","SymbolTypeAnnotation","StringTypeAnnotation","NeverTypeAnnotation","UndefinedTypeAnnotation","UnknownTypeAnnotation","EmptyTypeAnnotation","MixedTypeAnnotation"]),iC=nC;var sC=B(["TSThisType","NullLiteralTypeAnnotation","BooleanLiteralTypeAnnotation","StringLiteralTypeAnnotation","BigIntLiteralTypeAnnotation","NumberLiteralTypeAnnotation","TSLiteralType","TSTemplateLiteralType"]);function rm({type:ml}){return ml.startsWith("TS")&&ml.endsWith("Keyword")}var aC=rm;function cr(ml){return aC(ml)||iC(ml)||sC(ml)||ml.type==="GenericTypeAnnotation"&&!ml.typeParameters||ml.type==="TSTypeReference"&&!ml.typeArguments}function nu(ml){return(ml.type==="TypeAnnotation"||ml.type==="TSTypeAnnotation")&&ml.typeAnnotation.type==="FunctionTypeAnnotation"&&!ml.static&&!kt(ml,ml.typeAnnotation)}function nm(ml,Al){let Rl=Al.split(".");for(let Al=Rl.length-1;Al>=0;Al--){let zl=Rl[Al];if(Al===0)return ml.type==="Identifier"&&ml.name===zl;if(Al===1&&ml.type==="MetaProperty"&&ml.property.type==="Identifier"&&ml.property.name===zl){ml=ml.meta;continue}if(ml.type==="MemberExpression"&&!ml.optional&&!ml.computed&&ml.property.type==="Identifier"&&ml.property.name===zl){ml=ml.object;continue}return!1}}function lr(ml,Al){return Al.some(Al=>nm(ml,Al))}var oC=["it","it.only","it.skip","describe","describe.only","describe.skip","test","test.only","test.skip","test.fixme","test.step","test.describe","test.describe.only","test.describe.skip","test.describe.fixme","test.describe.parallel","test.describe.parallel.only","test.describe.serial","test.describe.serial.only","skip","xit","xdescribe","xtest","fit","fdescribe","ftest"];function im(ml){return lr(ml,oC)}function sm(ml){return ml.type==="Identifier"&&(ml.name==="beforeEach"||ml.name==="beforeAll"||ml.name==="afterEach"||ml.name==="afterAll")}function qo(ml){return gA(ml)&&ml.callee.type==="Identifier"&&["async","inject","fakeAsync","waitForAsync"].includes(ml.callee.name)}function um(ml){return ml.type==="FunctionExpression"||ml.type==="ArrowFunctionExpression"&&ml.body.type==="BlockStatement"}function Ut(ml,Al){if(ml?.type!=="CallExpression"||ml.optional)return!1;let Rl=se(ml);if(Rl.length===1){if(qo(ml)&&Ut(Al))return fA(Rl[0]);if(sm(ml.callee))return qo(Rl[0])}else if((Rl.length===2||Rl.length===3)&&(Rl[0].type==="TemplateLiteral"||q(Rl[0]))&&im(ml.callee))return Rl[2]&&!Ee(Rl[2])?!1:(Rl.length===2?fA(Rl[1]):um(Rl[1])&&ee(Rl[1]).length<=1)||qo(Rl[1]);return!1}function am(ml,Al){let Rl=Al-1;Rl=SA(ml,Rl,{backwards:!0}),Rl=BA(ml,Rl,{backwards:!0}),Rl=SA(ml,Rl,{backwards:!0});let zl=BA(ml,Rl,{backwards:!0});return Rl!==zl}var lC=am;var Yo=()=>!0;function Ho(ml,Al){let Rl=ml.node;return Rl.printed=!0,Al.printer.printComment(ml,Al)}function pm(ml,Al){let Rl=ml.node,zl=[Ho(ml,Al)],{printer:rd,originalText:yh,locStart:kh,locEnd:Qh}=Al;if(rd.isBlockComment?.(Rl)){let ml=" ";NA(yh,Qh(Rl))&&(NA(yh,kh(Rl),{backwards:!0})?ml=xw:ml=Ew),zl.push(ml)}else zl.push(xw);let cf=BA(yh,SA(yh,Qh(Rl)));return cf!==!1&&NA(yh,cf)&&zl.push(xw),zl}function cm(ml,Al,Rl){let zl=ml.node,rd=Ho(ml,Al),{printer:yh,originalText:kh,locStart:Qh}=Al,cf=yh.isBlockComment?.(zl);if(Rl?.hasLineSuffix&&!Rl?.isBlock||NA(kh,Qh(zl),{backwards:!0})){let ml=lC(kh,Qh(zl));return{doc:_o([xw,ml?xw:"",rd]),isBlock:cf,hasLineSuffix:!0}}return!cf||Rl?.hasLineSuffix?{doc:[_o([" ",rd]),bw],isBlock:cf,hasLineSuffix:!0}:{doc:[" ",rd],isBlock:cf,hasLineSuffix:!1}}function W(ml,Al,Rl={}){let{indent:zl=!1,marker:rd,filter:yh=Yo}=Rl,kh=new Set(ml.node?.comments?.filter(ml=>!(ml.leading||ml.trailing||ml.marker!==rd||!yh(ml))));if(kh.size===0)return"";let Qh=ml.map(({node:Rl})=>kh.has(Rl)?Ho(ml,Al):"","comments").filter(Boolean),cf=w(xw,Qh);return zl?f([xw,cf]):cf}function xn(ml,Al,Rl){let zl=Al[Symbol.for("printedComments")],rd=Rl?.filter??Yo,yh=new Set(ml.node?.comments?.filter(ml=>!zl?.has(ml)&&ml.leading&&rd(ml)));return yh.size===0?"":ml.map(({node:Rl})=>yh.has(Rl)?pm(ml,Al):"","comments").filter(Boolean)}function ou(ml,Al,Rl){let zl=ml.node?.comments,rd=new Set(zl?.filter(ml=>ml.trailing)),yh=Al[Symbol.for("printedComments")],kh=Rl?.filter??Yo,Qh=new Set(zl?.filter(ml=>rd.has(ml)&&!yh?.has(ml)&&kh(ml)));if(Qh.size===0)return"";let cf=[],t_;return ml.each(({node:Rl})=>{rd.has(Rl)&&(t_=cm(ml,Al,t_),Qh.has(Rl)&&cf.push(t_.doc))},"comments"),cf}function An(ml,Al,Rl){return{leading:xn(ml,Al,Rl),trailing:ou(ml,Al,Rl)}}function Q(ml,Al,Rl,zl){let rd=xn(ml,Rl,zl),yh=ou(ml,Rl,zl);return rd||yh?ln(Al,ml=>[rd,ml,yh]):Al}function Tn(ml,Al="es5"){return ml.trailingComma==="es5"&&Al==="es5"||ml.trailingComma==="all"&&(Al==="all"||Al==="es5")}function $(ml){let{node:Al}=ml;return!Al.optional||Al.type==="Identifier"&&Al===ml.parent.key?"":gA(Al)||AA(Al)&&Al.computed||Al.type==="OptionalIndexedAccessType"?"?.":"?"}function gn(ml){return ml.node.definite||ml.match(void 0,(ml,Al)=>Al==="id"&&ml.type==="VariableDeclarator"&&ml.definite)?"!":""}var cC=B(["DeclareClass","DeclareComponent","DeclareFunction","DeclareHook","DeclareVariable","DeclareExportDeclaration","DeclareExportAllDeclaration","DeclareOpaqueType","DeclareTypeAlias","DeclareEnum","DeclareInterface"]),mm=ml=>{let{node:Al}=ml;return cC(Al)?ml.parent.type!=="DeclareExportDeclaration"&&!Al.implicitDeclare:Al.declare};function re(ml){return mm(ml)?"declare ":""}var uC=B(["TSAbstractMethodDefinition","TSAbstractPropertyDefinition","TSAbstractAccessorProperty"]);function mr({node:ml}){return ml.abstract||uC(ml)?"abstract ":""}function qt(ml){return ml.accessibility?ml.accessibility+" ":""}var iu=ml=>ml.type==="UnaryExpression"&&ml.operator==="!";function Dm(ml){return C(ml)||!iu(ml)?!1:(ml=ml.argument,ml=iu(ml)?ml.argument:ml,ml.type==="LogicalExpression")}function fr(ml,Al,Rl){let{node:zl}=ml,rd=zl.type==="WithStatement"?"object":"test",yh=Rl(rd);return Dm(zl[rd])?yh:p([f([ww,yh]),ww])}function Mt(ml,Al,Rl){let{node:zl}=ml;return C(zl,xy.Dangling,Rl)?[f([ww,W(ml,Al,{filter:Rl})]),C(zl,xy.Dangling|xy.Line,Rl)?xw:ww]:""}function Ie(ml,Al="es5"){return Tn(ml,Al)?O(","):""}function R(ml){return ml.semi?";":""}var ym=ml=>ml.mark!=="commentBeforeArrow";function Ve(ml,Al,Rl,zl,rd){let yh=ml.node,kh=ee(yh),cf=rd&&yh.typeParameters?Rl("typeParameters"):"";if(kh.length===0)return[cf,"(",Mt(ml,Al,ym),")"];let{parent:t_}=ml,r_=Ut(t_),u_=su(yh),C_=[];if(_i(ml,(ml,zl)=>{let rd=zl===kh.length-1;rd&&yh.rest&&C_.push("..."),C_.push(Rl()),!rd&&(C_.push(","),r_||u_?C_.push(" "):me(kh[zl],Al)?C_.push(xw,xw):C_.push(Ew))}),zl&&!dm(ml)){if(ue(cf)||ue(C_))throw new tC;return p([Jt(cf),"(",Jt(C_),")"])}let D_=kh.every(ml=>!Qh(ml.decorators));return u_&&D_?[cf,"(",...C_,")"]:r_?[cf,"(",...C_,")"]:(pr(t_)||nu(t_)||t_.type==="TypeAlias"||t_.type==="UnionTypeAnnotation"||t_.type==="IntersectionTypeAnnotation"||t_.type==="FunctionTypeAnnotation"&&t_.returnType===yh)&&kh.length===1&&kh[0].name===null&&yh.this!==kh[0]&&kh[0].typeAnnotation&&yh.typeParameters===null&&cr(kh[0].typeAnnotation)&&!yh.rest?Al.arrowParens==="always"||yh.type==="HookTypeAnnotation"?["(",...C_,")"]:C_:[cf,"(",f([ww,...C_]),!Ni(yh)&&ml.root.type!=="NGRoot"?Ie(Al,"all"):"",ww,")"]}function su(ml){if(!ml)return!1;let Al=ee(ml);if(Al.length!==1)return!1;let[Rl]=Al;return!C(Rl)&&(Rl.type==="ObjectPattern"||Rl.type==="ArrayPattern"||Rl.type==="Identifier"&&Rl.typeAnnotation&&(Rl.typeAnnotation.type==="TypeAnnotation"||Rl.typeAnnotation.type==="TSTypeAnnotation")&&hA(Rl.typeAnnotation.typeAnnotation)||Rl.type==="FunctionTypeParam"&&hA(Rl.typeAnnotation)&&Rl!==ml.rest||Rl.type==="AssignmentPattern"&&(Rl.left.type==="ObjectPattern"||Rl.left.type==="ArrayPattern")&&(Rl.right.type==="Identifier"||pA(Rl.right)&&Rl.right.properties.length===0||uA(Rl.right)&&Rl.right.elements.length===0))}function Em(ml){let Al;return ml.returnType?(Al=ml.returnType,Al.typeAnnotation&&(Al=Al.typeAnnotation)):ml.typeAnnotation&&(Al=ml.typeAnnotation),Al}function Bt(ml,Al){let Rl=Em(ml);if(!Rl)return!1;let zl=ml.typeParameters?.params;if(zl){if(zl.length>1)return!1;if(zl.length===1){let ml=zl[0];if(ml.constraint||ml.default)return!1}}return ee(ml).length===1&&(hA(Rl)||ue(Al))}function dm(ml){return ml.match(ml=>ml.type==="ArrowFunctionExpression"&&ml.body.type==="BlockStatement",(ml,Al)=>{if(ml.type==="CallExpression"&&Al==="arguments"&&ml.arguments.length===1&&ml.callee.type==="CallExpression"){let Al=ml.callee.callee;return Al.type==="Identifier"||Al.type==="MemberExpression"&&!Al.computed&&Al.object.type==="Identifier"&&Al.property.type==="Identifier"}return!1},(ml,Al)=>ml.type==="VariableDeclarator"&&Al==="init"||ml.type==="ExportDefaultDeclaration"&&Al==="declaration"||ml.type==="TSExportAssignment"&&Al==="expression"||ml.type==="AssignmentExpression"&&Al==="right"&&ml.left.type==="MemberExpression"&&ml.left.object.type==="Identifier"&&ml.left.object.name==="module"&&ml.left.property.type==="Identifier"&&ml.left.property.name==="exports",ml=>ml.type!=="VariableDeclaration"||ml.kind==="const"&&ml.declarations.length===1)}function uu(ml){let Al=ee(ml);return Al.length>1&&Al.some(ml=>ml.type==="TSParameterProperty")}function Yt(ml,Al){return(Al==="params"||Al==="this"||Al==="rest")&&su(ml)}var pC=/^[\$A-Z_a-z\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u05D0-\u05EA\u05F0-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u08A0-\u08B4\u08B6-\u08BD\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1877\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1CE9-\u1CEC\u1CEE-\u1CF1\u1CF5\u1CF6\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312D\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FD5\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC][\$0-9A-Z_a-z\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0300-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u0483-\u0487\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u05D0-\u05EA\u05F0-\u05F2\u0610-\u061A\u0620-\u0669\u066E-\u06D3\u06D5-\u06DC\u06DF-\u06E8\u06EA-\u06FC\u06FF\u0710-\u074A\u074D-\u07B1\u07C0-\u07F5\u07FA\u0800-\u082D\u0840-\u085B\u08A0-\u08B4\u08B6-\u08BD\u08D4-\u08E1\u08E3-\u0963\u0966-\u096F\u0971-\u0983\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BC-\u09C4\u09C7\u09C8\u09CB-\u09CE\u09D7\u09DC\u09DD\u09DF-\u09E3\u09E6-\u09F1\u0A01-\u0A03\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A59-\u0A5C\u0A5E\u0A66-\u0A75\u0A81-\u0A83\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABC-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AD0\u0AE0-\u0AE3\u0AE6-\u0AEF\u0AF9\u0B01-\u0B03\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3C-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B56\u0B57\u0B5C\u0B5D\u0B5F-\u0B63\u0B66-\u0B6F\u0B71\u0B82\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD0\u0BD7\u0BE6-\u0BEF\u0C00-\u0C03\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C58-\u0C5A\u0C60-\u0C63\u0C66-\u0C6F\u0C80-\u0C83\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBC-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CDE\u0CE0-\u0CE3\u0CE6-\u0CEF\u0CF1\u0CF2\u0D01-\u0D03\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D-\u0D44\u0D46-\u0D48\u0D4A-\u0D4E\u0D54-\u0D57\u0D5F-\u0D63\u0D66-\u0D6F\u0D7A-\u0D7F\u0D82\u0D83\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2\u0DF3\u0E01-\u0E3A\u0E40-\u0E4E\u0E50-\u0E59\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB9\u0EBB-\u0EBD\u0EC0-\u0EC4\u0EC6\u0EC8-\u0ECD\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F3E-\u0F47\u0F49-\u0F6C\u0F71-\u0F84\u0F86-\u0F97\u0F99-\u0FBC\u0FC6\u1000-\u1049\u1050-\u109D\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u135D-\u135F\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1714\u1720-\u1734\u1740-\u1753\u1760-\u176C\u176E-\u1770\u1772\u1773\u1780-\u17D3\u17D7\u17DC\u17DD\u17E0-\u17E9\u180B-\u180D\u1810-\u1819\u1820-\u1877\u1880-\u18AA\u18B0-\u18F5\u1900-\u191E\u1920-\u192B\u1930-\u193B\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19D9\u1A00-\u1A1B\u1A20-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AA7\u1AB0-\u1ABD\u1B00-\u1B4B\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1BF3\u1C00-\u1C37\u1C40-\u1C49\u1C4D-\u1C7D\u1C80-\u1C88\u1CD0-\u1CD2\u1CD4-\u1CF6\u1CF8\u1CF9\u1D00-\u1DF5\u1DFB-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u200C\u200D\u203F\u2040\u2054\u2071\u207F\u2090-\u209C\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D7F-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2DE0-\u2DFF\u2E2F\u3005-\u3007\u3021-\u302F\u3031-\u3035\u3038-\u303C\u3041-\u3096\u3099\u309A\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312D\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FD5\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA62B\uA640-\uA66F\uA674-\uA67D\uA67F-\uA6F1\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA827\uA840-\uA873\uA880-\uA8C5\uA8D0-\uA8D9\uA8E0-\uA8F7\uA8FB\uA8FD\uA900-\uA92D\uA930-\uA953\uA960-\uA97C\uA980-\uA9C0\uA9CF-\uA9D9\uA9E0-\uA9FE\uAA00-\uAA36\uAA40-\uAA4D\uAA50-\uAA59\uAA60-\uAA76\uAA7A-\uAAC2\uAADB-\uAADD\uAAE0-\uAAEF\uAAF2-\uAAF6\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABEA\uABEC\uABED\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE00-\uFE0F\uFE20-\uFE2F\uFE33\uFE34\uFE4D-\uFE4F\uFE70-\uFE74\uFE76-\uFEFC\uFF10-\uFF19\uFF21-\uFF3A\uFF3F\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]*$/,Fm=ml=>pC.test(ml),dC=Fm;function xm(ml){return ml.length===1?ml:ml.toLowerCase().replace(/^([+-]?[\d.]+e)(?:\+|(-))?0*(?=\d)/,"$1$2").replace(/^([+-]?[\d.]+)e[+-]?0+$/,"$1").replace(/^([+-])?\./,"$10.").replace(/(\.\d+?)0+(?=e|$)/,"$1").replace(/\.(?=e|$)/,"")}var hC=xm;var fC=Object.freeze({character:"'",codePoint:39}),_C=Object.freeze({character:'"',codePoint:34}),mC=Object.freeze({preferred:fC,alternate:_C}),gC=Object.freeze({preferred:_C,alternate:fC});function hn(ml,Al){let{preferred:Rl,alternate:zl}=Al===!0||Al==="'"?mC:gC,{length:rd}=ml,yh=0,kh=0;for(let Al=0;Alkh?zl:Rl).character}var AC=/\\(["'\\])|(["'])/g;function hm(ml,Al){let Rl=Al==='"'?"'":'"',zl=UA(0,ml,AC,(ml,zl,rd)=>zl?zl===Rl?Rl:ml:rd===Al?"\\"+rd:rd);return Al+zl+Al}var yC=hm;function Sm(ml,Al){cf(/^(?["']).*\k$/s.test(ml));let Rl=ml.slice(1,-1),zl;return Al.parser==="json"||Al.parser==="jsonc"||Al.parser==="json-stringify"||Al.parser==="json5"&&Al.quoteProps==="preserve"&&!Al.singleQuote?zl='"':Al.__isInHtmlAttribute?zl="'":zl=hn(Rl,Al.singleQuote),ml.charAt(0)===zl?ml:yC(Rl,zl)}var bC=Sm;var fu=ml=>ml.type==="TSEnumMember",Du=ml=>fu(ml)?"id":"key",vr=ml=>ml[Du(ml)],yu=ml=>!fu(ml)&&ml.computed;function Eu(ml){return/^(?:\d+|\d+\.\d+)$/.test(ml)}var Bm=({parser:ml})=>ml==="typescript"||ml==="babel-ts"||ml==="oxc-ts";function bm(ml,Al){let Rl=vr(ml);if(Rl.type==="Identifier")return!0;if(!Ee(Rl)||Bm(Al))return!1;let zl=hC(ye(Rl));return String(Rl.value)===zl&&Eu(zl)}function du(ml,Al){let{parser:Rl}=Al;if(Rl==="json"||Rl==="jsonc")return!1;let zl=vr(ml);if(!q(zl))return!1;let{value:rd}=zl;return bC(ye(zl),Al).slice(1,-1)!==rd?!1:!!(!(Rl==="babel-ts"&&ml.type==="ClassProperty"||(Rl==="typescript"||Rl==="oxc-ts")&&ml.type==="PropertyDefinition")&&dC(rd)||(Rl==="babel"||Rl==="acorn"||Rl==="oxc"||Rl==="espree"||Rl==="meriyah"||Rl==="__babel_estree")&&ml.type!=="ImportAttribute"&&Eu(rd)&&String(Number(rd))===rd)}var vC=new WeakMap;function Cu(ml,Al){return Z(vC,ml.parent,()=>ml.siblings.some(ml=>{if(yu(ml))return!1;let Rl=vr(ml);return q(Rl)&&!du(ml,Al)}))}function Im(ml,Al){return(Al.parser==="json"||Al.parser==="jsonc"||Al.quoteProps==="consistent"&&Cu(ml,Al))&&bm(ml.node,Al)}function km(ml,Al){return(Al.quoteProps==="as-needed"||Al.quoteProps==="consistent"&&!Cu(ml,Al))&&du(ml.node,Al)}function je(ml,Al,Rl){let{node:zl}=ml,rd=Du(zl);if(yu(zl))return["[",Rl(rd),"]"];if(Im(ml,Al)){let Rl=vr(zl),yh=bC(JSON.stringify(Rl.type==="Identifier"?Rl.name:String(Rl.value)),Al);return ml.call(()=>Q(ml,yh,Al),rd)}if(km(ml,Al)){let{value:Rl}=vr(zl),yh=/^\d/.test(Rl)?hC(Rl):Rl;return ml.call(()=>Q(ml,yh,Al),rd)}return Rl(rd)}var EC=B(["VoidTypeAnnotation","TSVoidKeyword","NullLiteralTypeAnnotation","TSNullKeyword"]),wC=B(["ObjectTypeAnnotation","TSTypeLiteral","GenericTypeAnnotation","TSTypeReference"]);function Vo(ml){return ml.key==="elementTypes"&&sA(ml.parent)&&ml.parent.elementTypes.length>1}function Ht(ml){let{types:Al}=ml;if(Al.some(ml=>C(ml)))return!1;let Rl=Al.find(ml=>wC(ml));return Rl?Al.every(ml=>ml===Rl||EC(ml)):!1}function Sn(ml){let{key:Al,node:Rl,parent:zl}=ml;return!(Ht(Rl)||Al==="types"&&nA(zl)||Al==="types"&&iA(zl)||Vo(ml))}function Bn(ml,Al,Rl,zl){let{node:rd}=ml;if(Ht(rd))return w(" | ",ml.map(Rl,"types"));let yh=p(ml.map(({isFirst:zl})=>{let rd=zl?O("| "):[Ew,"| "],yh=Rl();return C(ml.node,xy.Leading)?[rd,he(2,Q(ml,yh,Al))]:[rd,Q(ml,he(2,yh),Al)]},"types"));return Sn(ml)&&(yh=Q(ml,yh,Al)),sE(ml,Al)?p([f([ww,yh]),ww]):Vo(ml)?p([f([O(["(",ww]),yh]),ww,O(")")]):zl?.assignmentLayout==="break-after-operator"||!Om(ml)?yh:p(f([ww,yh]))}function Om(ml){let{key:Al,parent:Rl}=ml;return!(Al==="typeAnnotation"&&Rl.type==="TSTypeAssertion"||Al==="elementTypes"&&sA(Rl)||(Al==="trueType"||Al==="falseType")&&aA(Rl)||Al==="params"&&wA(Rl)||Al==="typeAnnotation"&&Rl.type==="FunctionTypeParam"&&!Rl.name&&ml.grandparent.this!==Rl||ml.match(void 0,(ml,Al)=>Al==="typeAnnotation"&&ml.type==="FunctionTypeParam",(ml,Al)=>Al==="params"&&ml.type==="FunctionTypeAnnotation",(ml,Al)=>Al==="value"&&ml.type==="ObjectTypeProperty"&&pr(ml)))}function Fu(ml){return cr(ml)||hA(ml)?!0:nA(ml)?Ht(ml):!1}var CC=new WeakSet;function G(ml,Al,Rl="typeAnnotation"){let{node:{[Rl]:zl}}=ml;if(!zl)return"";let rd=!1;if(zl.type==="TSTypeAnnotation"||zl.type==="TypeAnnotation"){let Al=ml.call(xu,Rl);(Al==="=>"||Al===":"&&C(zl,xy.Leading))&&(rd=!0),CC.add(zl)}return rd?[" ",Al(Rl)]:Al(Rl)}var xu=ml=>ml.match(ml=>ml.type==="TSTypeAnnotation",(ml,Al)=>(Al==="returnType"||Al==="typeAnnotation")&&(ml.type==="TSFunctionType"||ml.type==="TSConstructorType"))?"=>":ml.match(ml=>ml.type==="TSTypeAnnotation",(ml,Al)=>Al==="typeAnnotation"&&(ml.type==="TSJSDocNullableType"||ml.type==="TSJSDocNonNullableType"||ml.type==="TSTypePredicate"))||ml.match(ml=>ml.type==="TypeAnnotation",(ml,Al)=>Al==="typeAnnotation"&&ml.type==="Identifier",(ml,Al)=>Al==="id"&&ml.type==="DeclareFunction")||ml.match(ml=>ml.type==="TypeAnnotation",(ml,Al)=>Al==="typeAnnotation"&&ml.type==="Identifier",(ml,Al)=>Al==="id"&&ml.type==="DeclareHook")||ml.match(ml=>ml.type==="TypeAnnotation",(ml,Al)=>Al==="bound"&&ml.type==="TypeParameter"&&ml.usesExtendsBound)?"":":";function bn(ml,Al,Rl){let zl=xu(ml);return zl?[zl," ",Rl("typeAnnotation")]:Rl("typeAnnotation")}var _m=({node:ml,key:Al,parent:Rl})=>Al==="value"&&ml.type==="FunctionExpression"&&(Rl.type==="ObjectMethod"||Rl.type==="ClassMethod"||Rl.type==="ClassPrivateMethod"||Rl.type==="MethodDefinition"||Rl.type==="TSAbstractMethodDefinition"||Rl.type==="TSDeclareMethod"||Rl.type==="Property"&&Ke(Rl));function Dr(ml,Al,Rl,zl){if(_m(ml))return Pn(ml,Al,Rl);let{node:rd}=ml,yh=!1;if(rd.type==="FunctionExpression"&&zl?.expandLastArg){let{parent:Al}=ml;gA(Al)&&(se(Al).length>1||ee(rd).every(ml=>ml.type==="Identifier"&&!ml.typeAnnotation))&&(yh=!0)}let kh=Ve(ml,Al,Rl,yh),Qh=kn(ml,Rl),cf=Bt(rd,Qh),t_=rd.type==="HookDeclaration"?"hook":"function";return[re(ml),rd.async?"async ":"",t_,rd.generator?"*":""," ",rd.id?Rl("id"):"",Rl("typeParameters"),p([cf?p(kh):kh,Qh]),rd.body?" ":"",Rl("body"),rd.declare||!rd.body?R(Al):""]}function Rr(ml,Al,Rl){let{node:zl}=ml,{kind:rd}=zl,yh=zl.value||zl,kh=[];return!rd||rd==="init"||rd==="method"||rd==="constructor"?yh.async&&kh.push("async "):(cf(rd==="get"||rd==="set"),kh.push(rd," ")),yh.generator&&kh.push("*"),kh.push(je(ml,Al,Rl),zl.optional?"?":"",zl===yh?Pn(ml,Al,Rl):Rl("value")),kh}function Pn(ml,Al,Rl){let{node:zl}=ml,rd=Ve(ml,Al,Rl),yh=kn(ml,Rl),kh=uu(zl),Qh=Bt(zl,yh),cf=[Rl("typeParameters"),p([kh?p(rd,{shouldBreak:!0}):Qh?p(rd):rd,yh])];return zl.body?cf.push(" ",Rl("body")):cf.push(R(Al)),cf}function Nm(ml){let Al=ee(ml);return Al.length===1&&!ml.typeParameters&&!C(ml,xy.Dangling)&&Al[0].type==="Identifier"&&!Al[0].typeAnnotation&&!C(Al[0])&&!Al[0].optional&&!ml.predicate&&!ml.returnType}function In(ml,Al){if(Al.arrowParens==="always")return!1;if(Al.arrowParens==="avoid"){let{node:Al}=ml;return Nm(Al)}return!1}function kn(ml,Al){let{node:Rl}=ml,zl=[G(ml,Al,"returnType")];return Rl.predicate&&zl.push(Al("predicate")),zl}function yr(ml,Al){if(Al.semi)return!1;let{node:Rl}=ml;if(Rl.type!=="ExpressionStatement"||$o(ml,Al)||zo(ml,Al)||Qo(ml,Al))return!1;let{key:zl,parent:rd}=ml;return!!((zl==="body"&&(rd.type==="Program"||rd.type==="BlockStatement"||rd.type==="StaticBlock"||rd.type==="TSModuleBlock")||zl==="consequent"&&rd.type==="SwitchCase")&&ml.call(()=>Au(ml,Al),"expression"))}function Au(ml,Al){let{node:Rl}=ml;switch(Rl.type){case"ParenthesizedExpression":case"TypeCastExpression":case"TSTypeAssertion":case"ArrayExpression":case"ArrayPattern":case"TemplateLiteral":case"TemplateElement":case"RegExpLiteral":return!0;case"ArrowFunctionExpression":if(!In(ml,Al))return!0;break;case"UnaryExpression":{let{prefix:ml,operator:Al}=Rl;if(ml&&(Al==="+"||Al==="-"))return!0;break}case"BindExpression":if(!Rl.object)return!0;break;case"Literal":if(Rl.regex)return!0;break;default:if(_A(Rl))return!0}return sE(ml,Al)?!0:sr(Rl)?ml.call(()=>Au(ml,Al),...un(Rl)):!1}var Ko=({node:ml,parent:Al})=>ml.type==="ExpressionStatement"&&Al.type==="Program"&&Al.body.length===1&&(Array.isArray(Al.directives)&&Al.directives.length===0||!Al.directives);function $o(ml,Al){return(Al.parentParser==="markdown"||Al.parentParser==="mdx")&&Ko(ml)&&_A(ml.node.expression)}function Qo(ml,Al){return Al.__isHtmlInlineEventHandler&&Ko(ml)}function zo(ml,Al){return(Al.parser==="__vue_event_binding"||Al.parser==="__vue_ts_event_binding")&&Ko(ml)}function wn(ml,Al){if(!yr(ml,Al))return!1;let Rl=r_(0,oe(ml.node,xy.Leading),-1);return!!(Rl&&nr(Rl))}var xC=B(["ClassDeclaration","ClassExpression","DeclareClass","DeclareInterface","InterfaceDeclaration","TSInterfaceDeclaration"]);function vm(ml,Al){let{key:Rl,parent:zl}=ml;if(Rl==="types"&&nA(zl)||Rl==="argument"&&zl.type==="JSXSpreadAttribute"||Rl==="expression"&&zl.type==="JSXSpreadChild"||Rl==="superClass"&&(zl.type==="ClassDeclaration"||zl.type==="ClassExpression")||(Rl==="id"||Rl==="typeParameters")&&xC(zl)||Rl==="patterns"&&zl.type==="MatchOrPattern"||en(ml))return!0;let{node:rd}=ml;return Lt(rd)?!1:rd.type==="ExpressionStatement"?wn(ml,Al):nA(rd)?Sn(ml):!!_A(rd)}var DC=vm;function Rm(ml,Al,Rl=0){let zl=0;for(let rd=Rl;rd[Rl(),ml?"":zl[Al]],"quasis");return[kw,"`",...rd,"`"]}function Bu(ml,Al,Rl){let zl=Rl("quasi"),{node:rd}=ml,yh="",kh=oe(rd.quasi,xy.Leading)[0];return kh&&(OA(Al.originalText,S(rd.typeArguments??rd.tag),b(kh))?yh=ww:yh=" "),Et(zl.label&&{tagged:!0,...zl.label},[Rl("tag"),Rl("typeArguments"),yh,kw,zl])}function Jm(ml,Al,Rl){let{node:zl}=ml,rd=zl.quasis[0].value.raw.trim().split(/\s*\|\s*/);if(rd.length>1||rd.some(ml=>ml.length>0)){Al.__inJestEach=!0;let yh=Nt(ml,Al,Rl);Al.__inJestEach=!1;let kh=yh.map(ml=>Uo(ml,{...Al,printWidth:Number.POSITIVE_INFINITY,endOfLine:"lf"}).formatted),Qh=[{hasLineBreak:!1,cells:[]}];for(let ml=1;mlml.cells.length)),t_=Array.from({length:cf},()=>0),u_=[{cells:rd},...Qh.filter(ml=>ml.cells.length>0)];for(let ml of u_)if(!ml.hasLineBreak)for(let[Al,Rl]of ml.cells.entries())t_[Al]=Math.max(t_[Al],Hw(Rl));return[kw,"`",f([xw,w(xw,u_.map(ml=>w(" | ",ml.cells.map((Al,Rl)=>ml.hasLineBreak?Al:Al+" ".repeat(t_[Rl]-Hw(Al))))))]),xw,"`"]}}var TC=new WeakMap;function Um(ml,Al){let{parent:Rl,index:zl}=ml;return Z(TC,Rl,ml=>{let{tabWidth:Rl}=Al,zl=0;return ml.quasis.map(ml=>{let Al=ml.value.raw,rd=Al.includes(`\n`)?kC(Al,Rl):zl;return zl=rd,{indentSize:rd,previousQuasiText:Al}})})[zl]}function qm(ml,Al,Rl){let{node:zl,index:rd}=ml,yh=Rl(),kh=ml.parent,{quasis:Qh}=kh,cf=S(Qh[rd]),t_=b(Qh[rd+1]),r_=OA(Al.originalText,cf,t_);if(!r_){let ml=Uo(yh,{...Al,printWidth:Number.POSITIVE_INFINITY}).formatted;ml.includes(`\n`)?r_=!0:yh=ml}r_&&(C(zl)||zl.type==="Identifier"||AA(Pe(zl))||zl.type==="ConditionalExpression"||zl.type==="SequenceExpression"||tA(zl)||mA(zl))&&(yh=[f([ww,yh]),ww]);let{indentSize:u_,previousQuasiText:C_}=Um(ml,Al);return Al.__inJestEach&&(u_=Math.max(u_,Al.tabWidth)),yh=u_===0&&C_.endsWith(`\n`)?he(Number.NEGATIVE_INFINITY,yh):Gs(yh,u_,Al.tabWidth),p(["${",yh,kw,"}"])}function Nt(ml,Al,Rl){return ml.map(()=>qm(ml,Al,Rl),ml.node.type==="TSTemplateLiteralType"?"types":"expressions")}function On(ml,Al){return gt(ml,ml=>typeof ml=="string"?Al?UA(0,ml,/(\\*)`/g,"$1$1\\`"):Zo(ml):ml)}function Zo(ml){return UA(0,ml,/([\\`]|\$\{)/g,"\\$1")}var IC=/^[fx]?(?:describe|it|test)$/;function Ym({node:ml,parent:Al}){return ml.type==="TemplateLiteral"&&Al.type==="TaggedTemplateExpression"&&Al.quasi===ml&&Al.tag.type==="MemberExpression"&&Al.tag.property.type==="Identifier"&&Al.tag.property.name==="each"&&(Al.tag.object.type==="Identifier"&&IC.test(Al.tag.object.name)||Al.tag.object.type==="MemberExpression"&&Al.tag.object.property.type==="Identifier"&&(Al.tag.object.property.name==="only"||Al.tag.object.property.name==="skip")&&Al.tag.object.object.type==="Identifier"&&IC.test(Al.tag.object.object.name))}var BC=[(ml,Al)=>Al==="properties"&&ml.type==="ObjectExpression",(ml,Al)=>Al==="arguments"&&ml.type==="CallExpression"&&ml.callee.type==="Identifier"&&ml.callee.name==="Component",(ml,Al)=>Al==="expression"&&ml.type==="Decorator"];function bu(ml){let t=ml=>ml.type==="TemplateLiteral",r=(ml,Al)=>We(ml)&&!ml.computed&&ml.key.type==="Identifier"&&ml.key.name==="styles"&&Al==="value";return ml.match(t,(ml,Al)=>uA(ml)&&Al==="elements",r,...BC)||ml.match(t,r,...BC)}function ri(ml){return ml.match(ml=>ml.type==="TemplateLiteral",(ml,Al)=>We(ml)&&!ml.computed&&ml.key.type==="Identifier"&&ml.key.name==="template"&&Al==="value",...BC)}function ei(ml,Al){return C(ml,xy.Block|xy.Leading,({value:ml})=>ml===` ${Al} `)}function Mn({node:ml,parent:Al},Rl){return ei(ml,Rl)||Hm(Al)&&ei(Al,Rl)||Al.type==="ExpressionStatement"&&ei(Al,Rl)}function Hm(ml){return ml.type==="AsConstExpression"||ml.type==="TSAsExpression"&&ml.typeAnnotation.type==="TSTypeReference"&&ml.typeAnnotation.typeName.type==="Identifier"&&ml.typeAnnotation.typeName.name==="const"}async function Iu(ml,Al,Rl,zl){let{node:rd}=Rl,yh="";for(let[ml,Al]of rd.quasis.entries()){let{raw:Rl}=Al.value;ml>0&&(yh+="@prettier-placeholder-"+(ml-1)+"-id"),yh+=Rl}let kh=await ml(yh,{parser:"scss"}),Qh=Nt(Rl,zl,Al),cf=Xm(kh,Qh);if(!cf)throw new Error("Couldn't insert all the expressions");return["`",f([xw,cf]),ww,"`"]}function Xm(ml,Al){if(!Qh(Al))return ml;let Rl=0,zl=gt(ur(ml),ml=>typeof ml!="string"||!ml.includes("@prettier-placeholder")?ml:ml.split(/@prettier-placeholder-(\d+)-id/).map((ml,zl)=>zl%2===0?Xe(ml):(Rl++,Al[ml])));return Al.length===Rl?zl:null}function Vm(ml){return ml.match(void 0,(ml,Al)=>Al==="quasi"&&ml.type==="TaggedTemplateExpression"&&lr(ml.tag,["css","css.global","css.resolve"]))||ml.match(void 0,(ml,Al)=>Al==="expression"&&ml.type==="JSXExpressionContainer",(ml,Al)=>Al==="children"&&ml.type==="JSXElement"&&ml.openingElement.name.type==="JSXIdentifier"&&ml.openingElement.name.name==="style"&&ml.openingElement.attributes.some(ml=>ml.type==="JSXAttribute"&&ml.name.type==="JSXIdentifier"&&ml.name.name==="jsx"))}function _n(ml){return ml.type==="Identifier"&&ml.name==="styled"}function Pu(ml){return/^[A-Z]/.test(ml.object.name)&&ml.property.name==="extend"}function Km({parent:ml}){if(!ml||ml.type!=="TaggedTemplateExpression")return!1;let Al=ml.tag.type==="ParenthesizedExpression"?ml.tag.expression:ml.tag;switch(Al.type){case"MemberExpression":return _n(Al.object)||Pu(Al);case"CallExpression":return _n(Al.callee)||Al.callee.type==="MemberExpression"&&(Al.callee.object.type==="MemberExpression"&&(_n(Al.callee.object.object)||Pu(Al.callee.object))||Al.callee.object.type==="CallExpression"&&_n(Al.callee.object.callee));case"Identifier":return Al.name==="css";default:return!1}}function $m({parent:ml,grandparent:Al}){return Al?.type==="JSXAttribute"&&ml.type==="JSXExpressionContainer"&&Al.name.type==="JSXIdentifier"&&Al.name.name==="css"}var ku=ml=>Vm(ml)||Km(ml)||$m(ml)||bu(ml);async function wu(ml,Al,Rl,zl){let{node:rd}=Rl,yh=rd.quasis.length,kh=Nt(Rl,zl,Al),Qh=[];for(let Al=0;Al2&&r_[0].trim()===""&&r_[1].trim()==="",D_=u_>2&&r_[u_-1].trim()===""&&r_[u_-2].trim()==="",S_=r_.every(ml=>/^\s*(?:#[^\n\r]*)?$/.test(ml)),P_;S_?P_=Qm(r_):P_=await ml(t_,{parser:"graphql"}),P_?(P_=On(P_,!1),!zl&&C_&&Qh.push(""),Qh.push(P_),!cf&&D_&&Qh.push("")):!zl&&!cf&&C_&&Qh.push(""),cf||Qh.push(kh[Al])}return["`",f([xw,w(xw,Qh)]),xw,"`"]}function Qm(ml){let Al=[],Rl=!1,zl=ml.map(ml=>ml.trim());for(let[ml,rd]of zl.entries())rd!==""&&(zl[ml-1]===""&&Rl?Al.push([xw,rd]):Al.push(rd),Rl=!0);return Al.length===0?null:w(xw,Al)}function Lu({node:ml,parent:Al}){return Mn({node:ml,parent:Al},"GraphQL")||Al&&(Al.type==="TaggedTemplateExpression"&&(Al.tag.type==="MemberExpression"&&Al.tag.object.name==="graphql"&&Al.tag.property.name==="experimental"||Al.tag.type==="Identifier"&&(Al.tag.name==="gql"||Al.tag.name==="graphql"))||Al.type==="CallExpression"&&Al.callee.type==="Identifier"&&Al.callee.name==="graphql")}var FC=0;async function Ou(ml,Al,Rl,zl,rd){let{node:yh}=zl,kh=FC;FC=FC+1>>>0;let u=ml=>`PRETTIER_HTML_PLACEHOLDER_${ml}_${kh}_IN_JS`,Qh=yh.quasis.map((ml,Al,Rl)=>Al===Rl.length-1?ml.value.cooked:ml.value.cooked+u(Al)).join(""),cf=Nt(zl,rd,Rl),t_=new RegExp(u("(\\d+)"),"g"),r_=0,u_=await Al(Qh,{parser:ml,__onHtmlRoot(ml){r_=ml.children.length}}),C_=gt(u_,ml=>{if(typeof ml!="string")return ml;let Al=[],Rl=ml.split(t_);for(let ml=0;ml1?f(p(C_)):p(C_),S_,"`"]))}function Mu(ml){return Mn(ml,"HTML")||ml.match(ml=>ml.type==="TemplateLiteral",(ml,Al)=>ml.type==="TaggedTemplateExpression"&&ml.tag.type==="Identifier"&&ml.tag.name==="html"&&Al==="quasi")}var PC=Ou.bind(void 0,"html"),RC=Ou.bind(void 0,"angular");async function ju(ml,Al,Rl){let{node:zl}=Rl,rd=UA(0,zl.quasis[0].value.raw,/((?:\\\\)*)\\`/g,(ml,Al)=>"\\".repeat(Al.length/2)+"`"),yh=zm(rd),kh=yh!=="";kh&&(rd=UA(0,rd,new RegExp(`^${yh}`,"gm"),""));let Qh=On(await ml(rd,{parser:"markdown",__inJsTemplate:!0}),!0);return["`",kh?f([ww,Qh]):[Sw,Ws(Qh)],ww,"`"]}function zm(ml){let Al=ml.match(/^([^\S\n]*)\S/m);return Al===null?"":Al[1]}function vu({node:ml,parent:Al}){return Al?.type==="TaggedTemplateExpression"&&ml.quasis.length===1&&Al.tag.type==="Identifier"&&(Al.tag.name==="md"||Al.tag.name==="markdown")}var NC=[{test:ku,print:Iu},{test:Lu,print:wu},{test:Mu,print:PC},{test:ri,print:RC},{test:vu,print:ju}].map(({test:ml,print:Al})=>({test:ml,print:tf(Al)}));function ef(ml){let{node:Al}=ml;if(Al.type!=="TemplateLiteral"||rf(Al))return;let Rl=NC.find(({test:Al})=>Al(ml));if(Rl)return Al.quasis.length===1&&Al.quasis[0].value.raw.trim()===""?"``":Rl.print}function tf(ml){return async(...Al)=>{let Rl=await ml(...Al);return Rl&&Et({embed:!0,...Rl.label},Rl)}}function rf({quasis:ml}){return ml.some(({value:{cooked:ml}})=>ml===null)}var OC=ef;function Wu(ml,Al){ml.type==="ChainExpression"?nf(Al):(ml.type==="OptionalMemberExpression"||ml.type==="OptionalCallExpression")&&of(Al)}function Ju(ml){if(AA(ml))return"object";if(gA(ml))return"callee";if(vA(ml))return"expression"}function Nn(ml){let Al=Ju(ml);if(Al)return ml[Al]}function nf(ml){for(ml=Nn(ml);ml.type==="MemberExpression"||ml.type==="CallExpression"||ml.type==="TSNonNullExpression";ml=Nn(ml)){let Al=Ju(ml),Rl=ml[Al];Rl.type==="ChainExpression"&&(ml[Al]=Rl.expression)}}function of(ml){for(ml=Nn(ml);ml.type==="MemberExpression"||ml.type==="CallExpression";ml=Nn(ml))ml.type=`Optional${ml.type}`}function Gu(ml,Al,Rl){let zl=Al[Rl];(q(zl)||Ee(zl))&&(ml[Rl]=String(zl.value)),zl.type==="Identifier"&&(ml[Rl]=zl.name)}function Uu(ml,Al){(ml.type==="Property"||ml.type==="ObjectProperty"||ml.type==="MethodDefinition"||ml.type==="ClassProperty"||ml.type==="ClassMethod"||ml.type==="PropertyDefinition"||ml.type==="TSDeclareMethod"||ml.type==="TSPropertySignature"||ml.type==="TSMethodSignature"||ml.type==="ObjectTypeProperty"||ml.type==="ImportAttribute"||ml.type==="RecordDeclarationProperty"||ml.type==="RecordDeclarationStaticProperty")&&!ml.computed&&Gu(Al,ml,"key"),ml.type==="TSEnumMember"&&Gu(Al,ml,"id")}function qu(ml,Al){ml.type==="RegExpLiteral"&&(Al.flags=[...ml.flags].sort().join("")),ml.type==="Literal"&&"regex"in ml&&(Al.regex.flags=[...ml.regex.flags].sort().join(""))}var QC=new Set(["range","raw","comments","extra","start","end","loc","errors","tokens","trailingComma","docblock","__contentEnd"]),Er=ml=>{for(let Al of ml.quasis)delete Al.value};function oi(ml,Al,Rl){if(ml.type==="Program"&&delete Al.sourceType,Wu(ml,Al),Uu(ml,Al),qu(ml,Al),(Ji(ml)||ml.type==="BigIntLiteralTypeAnnotation")&&"bigint"in ml&&(Al.bigint=ml.bigint.toLowerCase()),ml.type==="EmptyStatement"&&!zt({node:ml,parent:Rl})||ml.type==="JSXText"||ml.type==="JSXExpressionContainer"&&(ml.expression.type==="Literal"||ml.expression.type==="StringLiteral")&&ml.expression.value===" ")return null;if(ml.type==="JSXElement"&&ml.openingElement.name.type==="JSXIdentifier"&&ml.openingElement.name.name==="style"&&ml.openingElement.attributes.some(ml=>ml.type==="JSXAttribute"&&ml.name.name==="jsx"))for(let{type:ml,expression:Rl}of Al.children)ml==="JSXExpressionContainer"&&Rl.type==="TemplateLiteral"&&Er(Rl);ml.type==="JSXAttribute"&&ml.name.name==="css"&&ml.value.type==="JSXExpressionContainer"&&ml.value.expression.type==="TemplateLiteral"&&Er(Al.value.expression),ml.type==="JSXAttribute"&&q(ml.value)&&/["']|"|'/.test(ml.value.value)&&(Al.value.value=UA(0,ml.value.value,/["']|"|'/g,'"'));let zl=ml.expression||ml.callee;if(ml.type==="Decorator"&&zl.type==="CallExpression"&&zl.callee.name==="Component"&&zl.arguments.length===1){let Rl=ml.expression.arguments[0].properties;for(let[ml,zl]of Al.expression.arguments[0].properties.entries())switch(Rl[ml].key.name){case"styles":uA(zl.value)&&Er(zl.value.elements[0]);break;case"template":zl.value.type==="TemplateLiteral"&&Er(zl.value);break}}ml.type==="TaggedTemplateExpression"&&(ml.tag.type==="MemberExpression"||ml.tag.type==="Identifier"&&(ml.tag.name==="gql"||ml.tag.name==="graphql"||ml.tag.name==="css"||ml.tag.name==="md"||ml.tag.name==="markdown"||ml.tag.name==="html")||ml.tag.type==="CallExpression")&&Er(Al.quasi),(ml.type==="CallExpression"||ml.type==="MemberExpression")&&!ml.optional&&delete Al.optional,ml.type==="TemplateLiteral"&&Er(Al)}oi.ignoredProperties=QC;var LC=/\*\/$/,MC=/^\/\*\*?/,jC=/^\s*(\/\*\*?(.|\r?\n)*?\*\/)/,UC=/(^|\s+)\/\/([^\n\r]*)/g,GC=/^(\r?\n)+/,qC=/(?:^|\r?\n) *(@[^\n\r]*?) *\r?\n *(?![^\n\r@]*\/\/[^]*)([^\s@][^\n\r@]+?) *\r?\n/g,$C=/(?:^|\r?\n) *@(\S+) *([^\n\r]*)/g,JC=/(\r?\n|^) *\* ?/g,HC=[];function $u(ml){let Al=ml.match(jC);return Al?Al[0].trimStart():""}function Qu(ml){let Al=ml.match(jC)?.[0];return Al==null?ml:ml.slice(Al.length)}function zu(ml){ml=UA(0,ml.replace(MC,"").replace(LC,""),JC,"$1");let Al="";for(;Al!==ml;)Al=ml,ml=UA(0,ml,qC,`\n$1 $2\n`);ml=ml.replace(GC,"").trimEnd();let Rl=Object.create(null),zl=UA(0,ml,$C,"").replace(GC,"").trimEnd(),rd;for(;rd=$C.exec(ml);){let ml=UA(0,rd[2],UC,"");if(typeof Rl[rd[1]]=="string"||Array.isArray(Rl[rd[1]])){let Al=Rl[rd[1]];Rl[rd[1]]=[...HC,...Array.isArray(Al)?Al:[Al],ml]}else Rl[rd[1]]=ml}return{comments:zl,pragmas:Rl}}function Zu({comments:ml="",pragmas:Al={}}){let Rl=Object.keys(Al),zl=Rl.flatMap(ml=>Xu(ml,Al[ml])).map(ml=>` * ${ml}\n`).join("");if(!ml){if(Rl.length===0)return"";if(Rl.length===1&&!Array.isArray(Al[Rl[0]])){let ml=Al[Rl[0]];return`/** ${Xu(Rl[0],ml)[0]} */`}}let rd=ml.split(`\n`).map(ml=>` * ${ml}`).join(`\n`)+`\n`;return`/**\n`+(ml?rd:"")+(ml&&Rl.length>0?` *\n`:"")+zl+" */"}function Xu(ml,Al){return[...HC,...Array.isArray(Al)?Al:[Al]].map(Al=>`@${ml} ${Al}`.trim())}var VC="format";function mf(ml){if(!ml.startsWith("#!"))return"";let Al=ml.indexOf(`\n`);return Al===-1?ml:ml.slice(0,Al)}var WC=mf;function ff(ml){let Al=WC(ml);Al&&(ml=ml.slice(Al.length+1));let Rl=$u(ml),{pragmas:zl,comments:rd}=zu(Rl);return{shebang:Al,text:ml,pragmas:zl,comments:rd}}function ra(ml){let{shebang:Al,text:Rl,pragmas:zl,comments:rd}=ff(ml),yh=Qu(Rl),kh=Zu({pragmas:{[VC]:"",...zl},comments:rd.trimStart()});return(Al?`${Al}\n`:"")+kh+(yh.startsWith(`\n`)?`\n`:`\n\n`)+yh}function Df(ml){if(!$A(ml))return[];if(!ml.value.includes(`\n`))return[];let Al=[];for(let Rl of`*${ml.value}*`.split(`\n`)){if(Rl=Rl.trimStart(),!Rl.startsWith("*"))return[];Al.push(Rl)}return Al}var zC=new WeakMap;function ii(ml){return Z(zC,ml,Df)}function jn(ml){return ii(ml).length>0}function na(ml,Al){let Rl=ml.node;if(JA(Rl))return Al.originalText.slice(b(Rl),S(Rl)).trimEnd();if(jn(Rl))return Ef(Rl);if($A(Rl))return["/*",Xe(Rl.value),"*/"];throw new Error("Not a comment: "+JSON.stringify(Rl))}function Ef(ml){let Al=ii(ml),Rl=ml.value[0]==="*"&&ml.value[1]!=="*";return["/",Al.map((ml,zl)=>{if(zl===0)return[ml.trimEnd(),xw];if(zl===Al.length-1)return[" ",ml];let rd=ml.trimEnd(),yh=[" ",rd];return Rl&&rd!=="*"&&ml.endsWith(" ")?[yh," ",Js(Sw)]:[yh,xw]}),"/"]}function si(ml){if(typeof ml!="string")throw new TypeError("Expected a string");return ml.replace(/[|\\{}()[\]^$+*?.]/g,"\\$&").replace(/-/g,"\\x2d")}var YC=class{#_e;constructor(ml){this.#_e=new Set(ml)}getLeadingWhitespaceCount(ml){let Al=this.#_e,Rl=0;for(let zl=0;zl=0&&Al.has(ml.charAt(zl));zl--)Rl++;return Rl}getLeadingWhitespace(ml){let Al=this.getLeadingWhitespaceCount(ml);return ml.slice(0,Al)}getTrailingWhitespace(ml){let Al=this.getTrailingWhitespaceCount(ml);return ml.slice(ml.length-Al)}hasLeadingWhitespace(ml){return this.#_e.has(ml.charAt(0))}hasTrailingWhitespace(ml){return this.#_e.has(r_(0,ml,-1))}trimStart(ml){let Al=this.getLeadingWhitespaceCount(ml);return ml.slice(Al)}trimEnd(ml){let Al=this.getTrailingWhitespaceCount(ml);return ml.slice(0,ml.length-Al)}trim(ml){return this.trimEnd(this.trimStart(ml))}split(ml,Al=!1){let Rl=`[${si([...this.#_e].join(""))}]+`,zl=new RegExp(Al?`(${Rl})`:Rl);return ml.split(zl)}hasWhitespaceCharacter(ml){let Al=this.#_e;return Array.prototype.some.call(ml,ml=>Al.has(ml))}hasNonWhitespaceCharacter(ml){let Al=this.#_e;return Array.prototype.some.call(ml,ml=>!Al.has(ml))}isWhitespaceOnly(ml){let Al=this.#_e;return Array.prototype.every.call(ml,ml=>Al.has(ml))}#me(ml){let Al=Number.POSITIVE_INFINITY;for(let Rl of ml.split(`\n`)){if(Rl.length===0)continue;let ml=this.getLeadingWhitespaceCount(Rl);if(ml===0)return 0;Rl.length!==ml&&mlml.slice(Al)).join(`\n`)}},KC=YC;var XC=new KC(` \n\r\t`);function Xt(ml){return ml.type==="JSXText"&&(XC.hasNonWhitespaceCharacter(ye(ml))||!/\n/.test(ye(ml)))}function ia(ml){let{node:Al,parent:Rl}=ml;if(!_A(Al)||!_A(Rl))return!1;let{index:zl,siblings:rd}=ml,yh;for(let ml=zl;ml>0;ml--){let Al=rd[ml-1];if(!(Al.type==="JSXText"&&!Xt(Al))){yh=Al;break}}return yh?.type==="JSXExpressionContainer"&&yh.expression.type==="JSXEmptyExpression"&&Lt(yh.expression)}function df(ml){return Lt(ml.node)||ia(ml)}var ZC=df;var rx=class extends Error{name="UnexpectedNodeError";constructor(ml,Al,Rl="type"){super(`Unexpected ${Al} node ${Rl}: ${JSON.stringify(ml[Rl])}.`),this.node=ml}},nx=rx;function sa(ml){return ml.type==="CallExpression"&&!ml.optional&&ml.arguments.length===1&&ml.callee.type==="Identifier"&&ml.callee.name==="Boolean"}var sx=0;function vn(ml,Al,Rl){let{node:zl,parent:rd,grandparent:yh,key:kh}=ml,Qh=kh!=="body"&&(rd.type==="IfStatement"||rd.type==="WhileStatement"||rd.type==="SwitchStatement"||rd.type==="DoWhileStatement"),cf=zl.operator==="|>"&&ml.root.extra?.__isUsingHackPipeline,t_=pi(ml,Al,Rl,!1,Qh);if(Qh)return t_;if(cf)return p(t_);if(kh==="callee"&&yA(rd)||rd.type==="UnaryExpression"&&!C(zl)||AA(rd)&&!rd.computed)return p([f([ww,...t_]),ww]);let u_=lA(rd)||rd.type==="JSXExpressionContainer"&&yh.type==="JSXAttribute"||zl.operator!=="|"&&rd.type==="JsExpressionRoot"||zl.type!=="NGPipeExpression"&&(rd.type==="NGRoot"&&Al.parser==="__ng_binding"||rd.type==="NGMicrosyntaxExpression"&&yh.type==="NGMicrosyntax"&&yh.body.length===1)||zl===rd.body&&rd.type==="ArrowFunctionExpression"||zl!==rd.body&&rd.type==="ForStatement"||rd.type==="ConditionalExpression"&&!lA(yh)&&!yA(yh)||rd.type==="TemplateLiteral"||kh==="argument"&&rd.type==="UnaryExpression"||kh==="arguments"&&sa(rd),C_=rd.type==="AssignmentExpression"||rd.type==="VariableDeclarator"||rd.type==="ClassProperty"||rd.type==="PropertyDefinition"||rd.type==="TSAbstractPropertyDefinition"||rd.type==="ClassPrivateProperty"||We(rd),D_=mA(zl.left)&&Lr(zl.operator,zl.left.operator);if(u_||Fr(zl)&&!D_||!Fr(zl)&&C_)return p(t_);if(t_.length===0)return"";let S_=_A(zl.right),P_=t_.findIndex(ml=>typeof ml!="string"&&!Array.isArray(ml)&&ml.type===CE),Cg=t_.slice(0,P_===-1?1:P_+1),eA=t_.slice(Cg.length,S_?-1:void 0),tA=Symbol("logicalChain-"+ ++sx),rA=p([...Cg,f(eA)],{id:tA});if(!S_)return rA;let nA=r_(0,t_,-1);return p([rA,ht(nA,{groupId:tA})])}function pi(ml,Al,Rl,zl,rd){let{node:yh}=ml;if(!mA(yh))return[p(Rl())];let kh=[];Lr(yh.operator,yh.left.operator)?kh=ml.call(()=>pi(ml,Al,Rl,!0,rd),"left"):kh.push(p(Rl("left")));let Qh=Fr(yh),cf=yh.right.type==="ChainExpression"?yh.right.expression:yh.right,t_=(yh.type==="NGPipeExpression"||yh.operator==="|>"||Ff(ml,Al))&&!Le(Al.originalText,cf),r_=!C(cf,xy.Leading,nr)&&Le(Al.originalText,cf),u_=yh.type==="NGPipeExpression"?"|":yh.operator,C_=yh.type==="NGPipeExpression"&&yh.arguments.length>0?p(f([ww,": ",w([Ew,": "],ml.map(()=>he(2,p(Rl())),"arguments"))])):"",D_;if(Qh)D_=[u_,Le(Al.originalText,cf)?f([Ew,Rl("right"),C_]):[" ",Rl("right"),C_]];else{let zl=u_==="|>"&&ml.root.extra?.__isUsingHackPipeline?ml.call(()=>pi(ml,Al,Rl,!0,rd),"right"):Rl("right");if(Al.experimentalOperatorPosition==="start"){let ml="";if(r_)switch(pw(zl)){case dE:ml=zl[0],zl.shift();break;case ow:ml=zl.contents[0],zl.contents.shift();break}D_=[Ew,ml,u_," ",zl,C_]}else D_=[t_?Ew:"",u_,t_?" ":Ew,zl,C_]}let{parent:S_}=ml,P_=C(yh.left,xy.Trailing|xy.Line);if((P_||!(rd&&yh.type==="LogicalExpression")&&S_.type!==yh.type&&yh.left.type!==yh.type&&yh.right.type!==yh.type)&&(D_=p(D_,{shouldBreak:P_})),Al.experimentalOperatorPosition==="start"?kh.push(Qh||r_?" ":"",D_):kh.push(t_?"":" ",D_),zl&&C(yh)){let Rl=ur(Q(ml,kh,Al));return Rl.type===BE?Rl.parts:Array.isArray(Rl)?Rl:[Rl]}return kh}function Fr(ml){return ml.type!=="LogicalExpression"?!1:!!(pA(ml.right)&&ml.right.properties.length>0||uA(ml.right)&&ml.right.elements.length>0||_A(ml.right))}var ua=ml=>ml.type==="BinaryExpression"&&ml.operator==="|";function Ff(ml,Al){return(Al.parser==="__vue_expression"||Al.parser==="__vue_ts_expression")&&ua(ml.node)&&!ml.hasAncestor(ml=>!ua(ml)&&ml.type!=="JsExpressionRoot")}function pa(ml,Al,Rl){let{node:zl}=ml;if(zl.type.startsWith("NG"))switch(zl.type){case"NGRoot":return Rl("node");case"NGPipeExpression":return vn(ml,Al,Rl);case"NGChainedExpression":return p(w([";",Ew],ml.map(()=>Tf(ml)?Rl():["(",Rl(),")"],"expressions")));case"NGEmptyExpression":return"";case"NGMicrosyntax":return ml.map(()=>[ml.isFirst?"":aa(ml)?" ":[";",Ew],Rl()],"body");case"NGMicrosyntaxKey":return/^[$_a-z][\w$]*(?:-[$_a-z][\w$])*$/i.test(zl.name)?zl.name:JSON.stringify(zl.name);case"NGMicrosyntaxExpression":return[Rl("expression"),zl.alias===null?"":[" as ",Rl("alias")]];case"NGMicrosyntaxKeyedExpression":{let{index:Al,parent:rd}=ml,yh=aa(ml)||xf(ml)||(Al===1&&(zl.key.name==="then"||zl.key.name==="else"||zl.key.name==="as")||Al===2&&(zl.key.name==="else"&&rd.body[Al-1].type==="NGMicrosyntaxKeyedExpression"&&rd.body[Al-1].key.name==="then"||zl.key.name==="track"))&&rd.body[0].type==="NGMicrosyntaxExpression";return[Rl("key"),yh?" ":": ",Rl("expression")]}case"NGMicrosyntaxLet":return["let ",Rl("key"),zl.value===null?"":[" = ",Rl("value")]];case"NGMicrosyntaxAs":return[Rl("key")," as ",Rl("alias")];default:throw new nx(zl,"Angular")}}function aa({node:ml,index:Al}){return ml.type==="NGMicrosyntaxKeyedExpression"&&ml.key.name==="of"&&Al===1}function xf(ml){let{node:Al}=ml;return ml.parent.body[1].key.name==="of"&&Al.type==="NGMicrosyntaxKeyedExpression"&&Al.key.name==="track"&&Al.key.type==="NGMicrosyntaxKey"}var ox=B(["CallExpression","OptionalCallExpression","AssignmentExpression"]);function Tf({node:ml}){return _r(ml,ox)}function ci(ml,Al,Rl){let{node:zl}=ml;return p([w(Ew,ml.map(Rl,"decorators")),la(zl,Al)?xw:Ew])}function ca(ml,Al,Rl){return ma(ml.node)?[w(xw,ml.map(Rl,"declaration","decorators")),xw]:""}function Rn(ml,Al,Rl){let{node:zl,parent:rd}=ml,{decorators:yh}=zl;if(!Qh(yh)||ma(rd)||ZC(ml))return"";let kh=zl.type==="ClassExpression"||zl.type==="ClassDeclaration"||la(zl,Al);return[ml.key==="declaration"&&cA(rd)?xw:kh?bw:"",w(Ew,ml.map(Rl,"decorators")),Ew]}function la(ml,Al){return ml.decorators.some(ml=>NA(Al.originalText,S(ml)))}function ma(ml){if(ml.type!=="ExportDefaultDeclaration"&&ml.type!=="ExportNamedDeclaration"&&ml.type!=="DeclareExportDeclaration")return!1;let Al=ml.declaration?.decorators;return Qh(Al)&&kt(ml,Al[0])}function Wn(ml){return ml.type==="UnaryExpression"&&(ml.operator==="+"||ml.operator==="-")&&Ee(ml.argument)}function xr(ml,Al,Rl){let{node:zl}=ml,rd=[],yh=sA(zl)?"elementTypes":"elements",kh=zl[yh];if(kh.length===0&&!zl.inexact)rd.push(p(["[",Mt(ml,Al),"]"]));else{let Qh=r_(0,kh,-1),cf=Qh?.type!=="RestElement"&&!zl.inexact,t_=Qh===null,u_=Symbol("array"),C_=!Al.__inJestEach&&kh.length>1&&kh.every((ml,Al,Rl)=>{if(!uA(ml)&&!pA(ml))return!1;let zl=ml?.type,rd=Rl[Al+1];if(rd&&zl!==rd.type)return!1;let yh=uA(ml)?"elements":"properties";return ml[yh]&&ml[yh].length>1})||C(zl,xy.Dangling|xy.Line),D_=li(zl,Al),S_=cf?t_?",":Tn(Al)?D_?O(",","",{groupId:u_}):O(","):"":"";rd.push(p(["[",f([ww,D_?hf(ml,Al,Rl,S_):[gf(ml,Al,Rl,yh,zl.inexact),S_],W(ml,Al)]),ww,"]"],{shouldBreak:C_,id:u_}))}return rd.push($(ml),G(ml,Rl)),rd}function li(ml,Al){return uA(ml)&&ml.elements.length>0&&ml.elements.every(ml=>ml&&(Ee(ml)||Wn(ml)&&!C(ml.argument))&&!C(ml,xy.Trailing|xy.Line,ml=>!NA(Al.originalText,b(ml),{backwards:!0})))}function fa({node:ml},{originalText:Al}){let Rl=S(ml);if(Rl===b(ml))return!1;let{length:zl}=Al;for(;Rl{yh.push(zl?p(Rl()):""),(!kh||rd)&&yh.push([",",Ew,zl&&fa(ml,Al)?ww:""])},zl),rd&&yh.push("..."),yh}function hf(ml,Al,Rl,zl){let rd=[];return ml.each(({isLast:yh,next:kh})=>{rd.push([Rl(),yh?zl:","]),yh||rd.push(fa(ml,Al)?[xw,xw]:C(kh,xy.Leading|xy.Line)?xw:Ew)},"elements"),Dn(rd)}function mi(ml){return ml.quasis.some(ml=>ml.value.raw.includes(`\n`))}function Jn(ml,Al){return(ml.type==="TemplateLiteral"&&mi(ml)||ml.type==="TaggedTemplateExpression"&&mi(ml.quasi))&&!NA(Al,b(ml),{backwards:!0})}var cx=new WeakMap;function Da(ml){return Z(cx,ml,ml=>ml.type==="ConditionalExpression"&&!Ce(ml,ml=>ml.type==="ObjectExpression"))}var Bf=ml=>ml.type==="SequenceExpression";function ya(ml,Al,Rl,zl={}){let rd=[],yh,kh=[],Qh=!1,cf=!zl.expandLastArg&&ml.node.body.type==="ArrowFunctionExpression",t_;(function I(){let{node:r_}=ml,u_=bf(ml,Al,Rl,zl);if(rd.length===0)rd.push(u_);else{let{leading:Rl,trailing:zl}=An(ml,Al);rd.push([Rl,u_]),kh.unshift(zl)}cf&&(Qh||(Qh=r_.returnType&&ee(r_).length>0||r_.typeParameters||ee(r_).some(ml=>ml.type!=="Identifier"))),!cf||r_.body.type!=="ArrowFunctionExpression"?(yh=Rl("body",zl),t_=r_.body):ml.call(I,"body")})();let r_=!Le(Al.originalText,t_)&&(Bf(t_)||Pf(t_,yh,Al)||!Qh&&Da(t_)),u_=ml.key==="callee"&&bA(ml.parent),C_=Symbol("arrow-chain"),D_=If(ml,zl,{signatureDocs:rd,shouldBreak:Qh}),S_=!1,P_=!1,Cg=!1;return cf&&(u_||zl.assignmentLayout)&&(P_=!0,Cg=!C(ml.node,xy.Leading&xy.Line),S_=zl.assignmentLayout==="chain-tail-arrow-chain"||u_&&!r_),yh=kf(ml,Al,zl,{bodyDoc:yh,bodyComments:kh,functionBody:t_,shouldPutBodyOnSameLine:r_}),p([p(P_?f([Cg?ww:"",D_]):D_,{shouldBreak:S_,id:C_})," =>",cf?ht(yh,{groupId:C_}):p(yh),cf&&u_?O(ww,"",{groupId:C_}):""])}function bf(ml,Al,Rl,zl){let{node:rd}=ml,yh=[];if(rd.async&&yh.push("async "),In(ml,Al))yh.push(Rl(["params",0]));else{let rd=zl.expandLastArg||zl.expandFirstArg,kh=kn(ml,Rl);if(rd){if(ue(kh))throw new tC;kh=p(Jt(kh))}yh.push(p([Ve(ml,Al,Rl,rd,!0),kh]))}let kh=W(ml,Al,{marker:"commentBeforeArrow"});return kh&&yh.push(" ",kh),yh}function Pf(ml,Al,Rl){return uA(ml)||pA(ml)||ml.type==="ArrowFunctionExpression"||ml.type==="DoExpression"||ml.type==="BlockStatement"||_A(ml)||Al.label?.hug!==!1&&(Al.label?.embed||Jn(ml,Rl.originalText))}function If(ml,Al,{signatureDocs:Rl,shouldBreak:zl}){if(Rl.length===1)return Rl[0];let{parent:rd,key:yh}=ml;return yh!=="callee"&&bA(rd)||mA(rd)?p([Rl[0]," =>",f([Ew,w([" =>",Ew],Rl.slice(1))])],{shouldBreak:zl}):yh==="callee"&&bA(rd)||Al.assignmentLayout?p(w([" =>",Ew],Rl),{shouldBreak:zl}):p(f(w([" =>",Ew],Rl)),{shouldBreak:zl})}function kf(ml,Al,Rl,{bodyDoc:zl,bodyComments:rd,functionBody:yh,shouldPutBodyOnSameLine:kh}){let{node:Qh,parent:cf}=ml,t_=Rl.expandLastArg?Ie(Al,"all"):"",r_=(Rl.expandLastArg||cf.type==="JSXExpressionContainer")&&!C(Qh)?ww:"";return kh&&Da(yh)?[" ",p([O("","("),f([ww,zl]),O("",")"),t_,r_]),rd]:kh?[" ",zl,rd]:[f([Ew,zl,rd]),t_,r_]}var dx=.25;function Wr(ml,Al){let{printWidth:Rl}=Al;if(C(ml))return!1;let zl=Rl*dx;if(ml.type==="ThisExpression"||ml.type==="Identifier"&&ml.name.length<=zl||Wn(ml)&&!C(ml.argument))return!0;let rd=ml.type==="Literal"&&"regex"in ml&&ml.regex.pattern||ml.type==="RegExpLiteral"&&ml.pattern;return rd?rd.length<=zl:q(ml)?bC(ye(ml),Al).length<=zl:ml.type==="TemplateLiteral"?ml.expressions.length===0&&ml.quasis[0].value.raw.length<=zl&&!ml.quasis[0].value.raw.includes(`\n`):ml.type==="UnaryExpression"?Wr(ml.argument,{printWidth:Rl}):ml.type==="CallExpression"&&ml.arguments.length===0&&ml.callee.type==="Identifier"?ml.callee.name.length<=zl-2:dA(ml)}function jt(ml){return AA(ml)||ml.type==="BindExpression"&&!!ml.object}function Ea(ml){if(ml.length<=1)return!1;let Al=0;for(let Rl of ml)if(fA(Rl)){if(Al+=1,Al>1)return!0}else if(Rl=Pe(Rl),gA(Rl)){for(let ml of se(Rl))if(fA(ml))return!0}return!1}function Gn(ml){let{node:Al,parent:Rl,key:zl}=ml;return zl==="callee"&&gA(Al)&&gA(Rl)&&Rl.arguments.length>0&&Al.arguments.length>Rl.arguments.length}var hx=new Set(["!","-","+","~"]),fx=B(["Identifier","ThisExpression","Super","PrivateName","PrivateIdentifier"]);function st(ml,Al=2){if(Al<=0)return!1;let r=ml=>st(ml,Al-1);if(ml=Pe(ml),Xr(ml))return Hw(ml.pattern??ml.regex.pattern)<=5;if(dA(ml)||fx(ml)||ml.type==="ArgumentPlaceholder")return!0;if(ml.type==="TemplateLiteral")return ml.quasis.every(ml=>!ml.value.raw.includes(`\n`))&&ml.expressions.every(r);if(pA(ml))return ml.properties.every(ml=>!ml.computed&&(ml.shorthand||ml.value&&r(ml.value)));if(uA(ml))return ml.elements.every(ml=>ml===null||r(ml));if(bA(ml)){if(ml.type==="ImportExpression"||st(ml.callee,Al)){let Rl=se(ml);return Rl.length<=Al&&Rl.every(r)}return!1}return AA(ml)?st(ml.object,Al)&&st(ml.property,Al):ml.type==="UnaryExpression"&&hx.has(ml.operator)||ml.type==="UpdateExpression"?st(ml.argument,Al):!1}function Mf(ml,Al,Rl){let{node:zl}=ml,rd=se(zl);if(rd.length===0)return p(["(",Mt(ml,Al),")"]);let yh=rd.length-1;if(jf(rd)){let Al=["("];return kr(ml,(ml,zl)=>{Al.push(Rl()),zl!==yh&&Al.push(", ")}),Al.push(")"),Al}let kh=!1,Qh=[];kr(ml,({node:ml},zl)=>{let rd=Rl();zl===yh||(me(ml,Al)?(kh=!0,rd=[rd,",",xw,xw]):rd=[rd,",",Ew]),Qh.push(rd)});let cf=ml.root.type!=="NGRoot"&&zl.type!=="ImportExpression"&&zl.type!=="TSImportType"&&zl.type!=="TSExternalModuleReference"?Ie(Al,"all"):"";function c(){return p(["(",f([Ew,...Qh]),cf,Ew,")"],{shouldBreak:!0})}if(kh||ml.parent.type!=="Decorator"&&Ea(rd))return c();if(Nf(rd)){let ml=Qh.slice(1);if(ml.some(ue))return c();let Al;try{Al=Rl(go(zl,0),{expandFirstArg:!0})}catch(ml){if(ml instanceof tC)return c();throw ml}return ue(Al)?[bw,mt([["(",p(Al,{shouldBreak:!0}),", ",...ml,")"],c()])]:mt([["(",Al,", ",...ml,")"],["(",p(Al,{shouldBreak:!0}),", ",...ml,")"],c()])}if(_f(rd,Qh,Al)){let ml=Qh.slice(0,-1);if(ml.some(ue))return c();let Al;try{Al=Rl(go(zl,-1),{expandLastArg:!0})}catch(ml){if(ml instanceof tC)return c();throw ml}return ue(Al)?[bw,mt([["(",...ml,p(Al,{shouldBreak:!0}),")"],c()])]:mt([["(",...ml,Al,")"],["(",...ml,p(Al,{shouldBreak:!0}),")"],c()])}let t_=["(",f([ww,...Qh]),cf,ww,")"];return Gn(ml)?t_:p(t_,{shouldBreak:Qh.some(ue)||kh})}function Un(ml,Al=!1){if(pA(ml)&&(ml.properties.length>0||C(ml))||uA(ml)&&(ml.elements.length>0||C(ml))||(tA(ml)||ml.type==="TSTypeAssertion")&&Un(ml.expression)||ml.type==="FunctionExpression"||ml.type==="DoExpression"||ml.type==="ModuleExpression")return!0;if(ml.type==="ArrowFunctionExpression"){let{body:Rl}=ml;if(Rl.type==="BlockStatement"||_A(Rl)||pA(Rl)||uA(Rl)||Rl.type==="ArrowFunctionExpression"&&Un(Rl,!0)||!Al&&(Rl.type==="ConditionalExpression"||gA(Pe(Rl))))return!0}return!1}function _f(ml,Al,Rl){if(ml.length===1){let ml=r_(0,Al,-1);if(ml.label?.embed&&ml.label?.hug!==!1)return!0}let zl=r_(0,ml,-1),rd=r_(0,ml,-2);return!C(zl,xy.Leading)&&!C(zl,xy.Trailing)&&Un(zl)&&(!rd||rd.type!==zl.type)&&(ml.length!==2||rd.type!=="ArrowFunctionExpression"||!uA(zl))&&!(ml.length>1&&li(zl,Rl))}function Nf(ml){if(ml.length!==2)return!1;let[Al,Rl]=ml;return Al.type==="ModuleExpression"&&vf(Rl)?!0:!C(Al)&&(Al.type==="FunctionExpression"||Al.type==="ArrowFunctionExpression"&&Al.body.type==="BlockStatement")&&Rl.type!=="FunctionExpression"&&Rl.type!=="ArrowFunctionExpression"&&Rl.type!=="ConditionalExpression"&&Ca(Rl)&&!Un(Rl)}function Ca(ml){if(ml.type==="ParenthesizedExpression")return Ca(ml.expression);if(tA(ml)||ml.type==="TypeCastExpression"){let{typeAnnotation:Al}=ml;if(Al.type==="TypeAnnotation"&&(Al=Al.typeAnnotation),Al.type==="TSArrayType"&&(Al=Al.elementType,Al.type==="TSArrayType"&&(Al=Al.elementType)),Al.type==="GenericTypeAnnotation"||Al.type==="TSTypeReference"){let ml=Al.type==="GenericTypeAnnotation"?Al.typeParameters:Al.typeArguments;ml?.params.length===1&&(Al=ml.params[0])}return cr(Al)&&st(ml.expression,1)}return bA(ml)&&se(ml).length>1?!1:mA(ml)?st(ml.left,1)&&st(ml.right,1):Xr(ml)||st(ml)}function jf(ml){return ml.length===2?da(ml,0):ml.length===3?ml[0].type==="Identifier"&&da(ml,1):!1}function da(ml,Al){let Rl=ml[Al],zl=ml[Al+1];return Rl.type==="ArrowFunctionExpression"&&ee(Rl).length===0&&Rl.body.type==="BlockStatement"&&zl.type==="ArrayExpression"&&ml.every(ml=>!C(ml))}function vf(ml){if(!(ml.type==="ObjectExpression"&&ml.properties.length===1))return!1;let[Al]=ml.properties;return We(Al)?!Al.computed&&(Al.key.type==="Identifier"&&Al.key.name==="type"||q(Al.key)&&Al.key.value==="type")&&q(Al.value)&&Al.value.value==="module":!1}var mx=Mf;function Fa(ml,Al,Rl){return[Rl("object"),p(f([ww,fi(ml,Al,Rl)]))]}function fi(ml,Al,Rl){return["::",Rl("callee")]}var Rf=ml=>gA(ml)&&se(ml).length>0;function Wf(ml){let{node:Al,ancestors:Rl}=ml;for(let ml of Rl){if(!(AA(ml)&&ml.object===Al||ml.type==="TSNonNullExpression"&&ml.expression===Al))return ml.type==="NewExpression"&&ml.callee===Al;Al=ml}return!1}function xa(ml,Al,Rl){let zl=Rl("object"),rd=Di(ml,Al,Rl),{node:yh}=ml,kh=ml.findAncestor(ml=>!(AA(ml)||ml.type==="TSNonNullExpression")),Qh=ml.findAncestor(ml=>!vA(ml)),cf=kh.type==="BindExpression"||kh.type==="AssignmentExpression"&&kh.left.type!=="Identifier"||Wf(ml)||yh.computed||yh.object.type==="Identifier"&&yh.property.type==="Identifier"&&!AA(Qh)||(Qh.type==="AssignmentExpression"||Qh.type==="VariableDeclarator")&&(Rf(Pe(yh.object))||zl.label?.memberChain);return Et(zl.label,[zl,kw,cf?rd:p(f([ww,rd]))])}function Di(ml,Al,Rl){let zl=Rl("property"),{node:rd}=ml,yh=$(ml);return rd.computed?!rd.property||Ee(rd.property)?[yh,"[",zl,"]"]:p([yh,"[",f([ww,zl]),ww,"]"]):[yh,".",zl]}function Jf(ml,Al,Rl){let zl=(ml.parent.type==="ChainExpression"?ml.grandparent:ml.parent).type==="ExpressionStatement",rd=[];function i(ml){let{originalText:Rl}=Al,zl=PA(Rl,S(ml));return Rl.charAt(zl)===")"?zl!==!1&&rC(Rl,zl+1):me(ml,Al)}function s(){let{node:zl}=ml;if(gA(zl)&&(jt(zl.callee)||gA(zl.callee))&&!sE(ml,Al)){let yh=i(zl);rd.unshift({node:zl,hasTrailingEmptyLine:yh,printed:[Q(ml,[$(ml),Rl("typeArguments"),mx(ml,Al,Rl)],Al),yh?xw:""]}),ml.call(s,"callee")}else jt(zl)&&!sE(ml,Al)?(rd.unshift({node:zl,printed:Q(ml,AA(zl)?Di(ml,Al,Rl):fi(ml,Al,Rl),Al)}),ml.call(s,"object")):zl.type==="ChainExpression"&&!sE(ml,Al)?ml.call(s,"expression"):zl.type==="TSNonNullExpression"&&!sE(ml,Al)?(rd.unshift({node:zl,printed:Q(ml,"!",Al)}),ml.call(s,"expression")):rd.unshift({node:zl,printed:Rl()})}let{node:yh}=ml;rd.unshift({node:yh,printed:[$(ml),Rl("typeArguments"),mx(ml,Al,Rl)]}),yh.callee&&ml.call(s,"callee");let kh=[],Qh=[rd[0]],cf=1;for(;cf0&&kh.push(Qh);function A(ml){return/^[A-Z]|^[$_]+$/.test(ml)}function x(ml){return ml.length<=Al.tabWidth}function E(ml){let Al=ml[1][0]?.node.computed;if(ml[0].length===1){let Rl=ml[0][0].node;return Rl.type==="ThisExpression"||Rl.type==="Identifier"&&(A(Rl.name)||zl&&x(Rl.name)||Al)}let Rl=r_(0,ml[0],-1).node;return AA(Rl)&&Rl.property.type==="Identifier"&&(A(Rl.property.name)||Al)}let u_=kh.length>=2&&!C(kh[1][0].node)&&E(kh);function F(ml){return ml.map(ml=>ml.printed)}function I(ml){return ml.length===0?"":f([xw,w(xw,ml.map(F))])}let C_=kh.map(F),D_=C_,S_=u_?3:2,P_=kh.flat(),Cg=P_.slice(1,-1).some(ml=>C(ml.node,xy.Leading))||P_.slice(0,-1).some(ml=>C(ml.node,xy.Trailing))||kh[S_]&&C(kh[S_][0].node,xy.Leading);if(kh.length<=S_&&!Cg&&kh.every(ml=>!r_(0,ml,-1).hasTrailingEmptyLine))return Gn(ml)?D_:p(D_);let eA=r_(0,kh[u_?1:0],-1).node,tA=!gA(eA)&&i(eA),rA=[F(kh[0]),u_?kh.slice(1,2).map(F):"",tA?xw:"",I(kh.slice(u_?2:1))],nA=rd.map(({node:ml})=>ml).filter(gA);function xt(){let ml=r_(0,r_(0,kh,-1),-1).node,Al=r_(0,C_,-1);return gA(ml)&&ue(Al)&&nA.slice(0,-1).some(ml=>ml.arguments.some(fA))}let iA;return Cg||nA.length>2&&nA.some(ml=>ml.arguments.some(ml=>!st(ml)))||C_.slice(0,-1).some(ue)||xt()?iA=p(rA):iA=[ue(D_)||tA?bw:"",mt([D_,rA])],Et({memberChain:!0},iA)}var gx=Jf;function Vt(ml,Al,Rl){let{node:zl}=ml,rd=zl.type==="NewExpression",yh=$(ml),kh=se(zl),Qh=zl.type!=="TSImportType"&&zl.typeArguments?[Rl("typeArguments"),kw]:"",cf=kh.length===1&&Jn(kh[0],Al.originalText);if(cf||Uf(ml)||qf(ml)||Ut(zl,ml.parent)){let Al=[];if(kr(ml,()=>{Al.push(Rl())}),!(cf&&Al[0].label?.embed))return[Ta(ml,Rl),yh,Qh,"(",w(", ",Al),")"]}let t_=zl.type==="ImportExpression"||zl.type==="TSImportType"||zl.type==="TSExternalModuleReference";if(!t_&&!rd&&jt(zl.callee)&&!ml.call(()=>sE(ml,Al),"callee",...zl.callee.type==="ChainExpression"?["expression"]:[]))return gx(ml,Al,Rl);let r_=[Ta(ml,Rl),yh,Qh,mx(ml,Al,Rl)];return t_||gA(zl.callee)?p(r_):r_}function Ta(ml,Al){let{node:Rl}=ml;return Rl.type==="ImportExpression"?`import${Rl.phase?`.${Rl.phase}`:""}`:Rl.type==="TSImportType"?"import":Rl.type==="TSExternalModuleReference"?"require":[Rl.type==="NewExpression"?"new ":"",Al("callee"),kw]}var Ax=["require","require.resolve","require.resolve.paths","import.meta.resolve"];function Uf(ml){let{node:Al}=ml;if(!(Al.type==="ImportExpression"||Al.type==="TSImportType"||Al.type==="TSExternalModuleReference"||Al.type==="CallExpression"&&!Al.optional&&lr(Al.callee,Ax)))return!1;let Rl=se(Al);return Rl.length===1&&q(Rl[0])&&!C(Rl[0])}function qf(ml){let{node:Al}=ml;if(Al.type!=="CallExpression"||Al.optional||Al.callee.type!=="Identifier")return!1;let Rl=se(Al);return Al.callee.name==="require"?(Rl.length===1&&q(Rl[0])||Rl.length>1)&&!C(Rl[0]):Al.callee.name==="define"&&ml.parent.type==="ExpressionStatement"?Rl.length===1||Rl.length===2&&Rl[0].type==="ArrayExpression"||Rl.length===3&&q(Rl[0])&&Rl[1].type==="ArrayExpression":!1}function vt(ml,Al,Rl,zl,rd,yh){let kh=Yf(ml,Al,Rl,zl,yh),Qh=yh?Rl(yh,{assignmentLayout:kh}):"";switch(kh){case"break-after-operator":return p([p(zl),rd,p(f([Ew,Qh]))]);case"never-break-after-operator":return p([p(zl),rd," ",Qh]);case"fluid":{let ml=Symbol("assignment");return p([p(zl),rd,p(f(Ew),{id:ml}),kw,ht(Qh,{groupId:ml})])}case"break-lhs":return p([zl,rd," ",p(Qh)]);case"chain":return[p(zl),rd,Ew,Qh];case"chain-tail":return[p(zl),rd,f([Ew,Qh])];case"chain-tail-arrow-chain":return[p(zl),rd,Qh];case"only-left":return zl}}function Sa(ml,Al,Rl){let{node:zl}=ml;return vt(ml,Al,Rl,Rl("left"),[" ",zl.operator],"right")}function Ba(ml,Al,Rl){return vt(ml,Al,Rl,Rl("id")," =","init")}function Yf(ml,Al,Rl,zl,rd){let{node:yh}=ml,kh=yh[rd];if(!kh)return"only-left";let Qh=!qn(kh);if(ml.match(qn,ba,ml=>!Qh||ml.type!=="ExpressionStatement"&&ml.type!=="VariableDeclaration"))return Qh?kh.type==="ArrowFunctionExpression"&&kh.body.type==="ArrowFunctionExpression"?"chain-tail-arrow-chain":"chain-tail":"chain";if(!Qh&&qn(kh.right)||nA(kh)&&!Ht(kh)||Le(Al.originalText,kh)||C(kh,xy.Leading,jn))return"break-after-operator";if(yh.type==="ImportAttribute"||kh.type==="CallExpression"&&kh.callee.name==="require"||ml.root.type==="JsonRoot")return"never-break-after-operator";let cf=Ns(zl);if(Xf(yh)||$f(yh)||yi(yh)&&cf)return"break-lhs";let t_=Qf(yh,zl,Al);return ml.call(()=>Hf(ml,Al,Rl,t_),rd)?"break-after-operator":Vf(yh)?"break-lhs":!cf&&(t_||kh.type==="TemplateLiteral"||kh.type==="TaggedTemplateExpression"||Gi(kh)||Ee(kh)||kh.type==="ClassExpression")?"never-break-after-operator":"fluid"}function Hf(ml,Al,Rl,zl){let rd=ml.node;if(mA(rd)&&!Fr(rd))return!0;switch(rd.type){case"StringLiteralTypeAnnotation":case"SequenceExpression":return!0;case"TSConditionalType":case"ConditionalTypeAnnotation":if(!Al.experimentalTernaries&&!Zf(rd))break;return!0;case"ConditionalExpression":{if(!Al.experimentalTernaries){let{test:ml}=rd;return mA(ml)&&!Fr(ml)}let{consequent:ml,alternate:Rl}=rd;return ml.type==="ConditionalExpression"||Rl.type==="ConditionalExpression"}case"ClassExpression":return Qh(rd.decorators)}if(zl)return!1;let yh=rd,kh=[];for(;;)if(yh.type==="UnaryExpression"||yh.type==="AwaitExpression"||yh.type==="YieldExpression"&&yh.argument!==null)yh=yh.argument,kh.push("argument");else if(yh.type==="TSNonNullExpression")yh=yh.expression,kh.push("expression");else break;return!!(q(yh)||ml.call(()=>Pa(ml,Al,Rl),...kh))}function Xf(ml){if(ba(ml)){let Al=ml.left||ml.id;return Al.type==="ObjectPattern"&&Al.properties.length>2&&Al.properties.some(ml=>We(ml)&&(!ml.shorthand||ml.value?.type==="AssignmentPattern"))}return!1}function qn(ml){return ml.type==="AssignmentExpression"}function ba(ml){return qn(ml)||ml.type==="VariableDeclarator"}function Vf(ml){let Al=Kf(ml);if(Qh(Al)){let Rl=ml.type==="TSTypeAliasDeclaration"?"constraint":"bound";if(Al.length>1&&Al.some(ml=>ml[Rl]||ml.default))return!0}return!1}function Kf(ml){if(oA(ml))return ml.typeParameters?.params}function $f(ml){if(ml.type!=="VariableDeclarator")return!1;let{typeAnnotation:Al}=ml.id;if(!Al||!Al.typeAnnotation)return!1;let Rl=ga(Al.typeAnnotation);return Qh(Rl)&&Rl.length>1&&Rl.some(ml=>Qh(ga(ml))||ml.type==="TSConditionalType")}function yi(ml){return ml.type==="VariableDeclarator"&&ml.init?.type==="ArrowFunctionExpression"}function ga(ml){let Al;switch(ml.type){case"GenericTypeAnnotation":Al=ml.typeParameters;break;case"TSTypeReference":Al=ml.typeArguments;break}return Al?.params}function Pa(ml,Al,Rl,zl=!1){let{node:rd}=ml,i=()=>Pa(ml,Al,Rl,!0);if(vA(rd))return ml.call(i,"expression");if(gA(rd)){if(Vt(ml,Al,Rl).label?.memberChain)return!1;let zl=se(rd);return!(zl.length===0||zl.length===1&&Wr(zl[0],Al))||zf(rd,Rl)?!1:ml.call(i,"callee")}return AA(rd)?ml.call(i,"object"):zl&&(rd.type==="Identifier"||rd.type==="ThisExpression")}function Qf(ml,Al,Rl){return We(ml)?(Al=ur(Al),typeof Al=="string"&&Hw(Al)1)return!0;if(Rl.length===1){let ml=Rl[0];if(nA(ml)||iA(ml)||ml.type==="TSTypeLiteral"||ml.type==="ObjectTypeAnnotation")return!0}if(ue(Al("typeArguments")))return!0}return!1}function ha(ml){switch(ml.type){case"FunctionTypeAnnotation":case"GenericTypeAnnotation":case"TSFunctionType":return!!ml.typeParameters;case"TSTypeReference":return!!ml.typeArguments;default:return!1}}function Zf(ml){return ha(ml.checkType)||ha(ml.extendsType)}function Ia(ml,Al,Rl){let{node:zl}=ml,rd=["await"];if(zl.argument){rd.push(" ",Rl("argument"));let{parent:Al}=ml;if(gA(Al)&&Al.callee===zl||AA(Al)&&Al.object===zl){rd=[f([ww,...rd]),ww];let Al=ml.findAncestor(ml=>ml.type==="AwaitExpression"||ml.type==="BlockStatement");if(Al?.type!=="AwaitExpression"||!Ce(Al.argument,ml=>ml===zl))return p(rd)}}return rd}var yx=Array.prototype.findLast??function(ml){for(let Al=this.length-1;Al>=0;Al--){let Rl=this[Al];if(ml(Rl,Al,this))return Rl}},bx=Qt("findLast",function(){if(Array.isArray(this))return yx}),vx=bx;function Gr(ml,Al,Rl,zl){let{node:rd}=ml,yh=[],kh=vx(0,rd[zl],ml=>ml.type!=="EmptyStatement");return ml.each(({node:ml})=>{ml.type!=="EmptyStatement"&&(yh.push(Rl()),ml!==kh&&(yh.push(xw),me(ml,Al)&&yh.push(xw)))},zl),yh}function Yn(ml,Al,Rl){let zl=rD(ml,Al,Rl),{node:rd,parent:yh}=ml;if(rd.type==="Program"&&yh?.type!=="ModuleExpression")return zl?[zl,xw]:"";let kh=[];if(rd.type==="StaticBlock"&&kh.push("static "),kh.push("{"),zl)kh.push(f([xw,zl]),xw);else{let Al=ml.grandparent;yh.type==="ArrowFunctionExpression"||yh.type==="FunctionExpression"||yh.type==="FunctionDeclaration"||yh.type==="ComponentDeclaration"||yh.type==="HookDeclaration"||yh.type==="ObjectMethod"||yh.type==="ClassMethod"||yh.type==="ClassPrivateMethod"||yh.type==="ForStatement"||yh.type==="WhileStatement"||yh.type==="DoWhileStatement"||yh.type==="DoExpression"||yh.type==="ModuleExpression"||yh.type==="CatchClause"&&!Al.finalizer||yh.type==="TSModuleDeclaration"||yh.type==="MatchStatementCase"||rd.type==="StaticBlock"||kh.push(xw)}return kh.push("}"),kh}function rD(ml,Al,Rl){let{node:zl}=ml,rd=Qh(zl.directives),yh=zl.body.some(ml=>ml.type!=="EmptyStatement"),kh=C(zl,xy.Dangling);if(!rd&&!yh&&!kh)return"";let cf=[];return rd&&(cf.push(Gr(ml,Al,Rl,"directives")),(yh||kh)&&(cf.push(xw),me(r_(0,zl.directives,-1),Al)&&cf.push(xw))),yh&&cf.push(Gr(ml,Al,Rl,"body")),kh&&cf.push(W(ml,Al)),cf}function nD(ml){let Al=new WeakMap;return Rl=>Z(Al,Rl,()=>Symbol(ml))}var Ex=nD;var wx=["properties","indexers","callProperties","internalSlots"];function Oa(ml,Al){let{node:Rl}=ml;if(Rl.type==="ClassBody"||Rl.type==="TSInterfaceBody"){ml.each(Al,"body");return}if(Rl.type==="TSTypeLiteral"){ml.each(Al,"members");return}if(Rl.type==="RecordDeclarationBody"){ml.each(Al,"elements");return}if(Rl.type==="ObjectTypeAnnotation"){let Rl=wx.flatMap(Al=>ml.map(({node:ml,index:Rl})=>({node:ml,loc:b(ml),selector:[Al,Rl]}),Al)).sort((ml,Al)=>ml.loc-Al.loc);for(let[zl,{node:rd,selector:yh}]of Rl.entries())ml.call(()=>Al({node:rd,next:Rl[zl+1]?.node,isLast:zl===Rl.length-1}),...yh)}}function Ma(ml){if(ml.type==="ObjectTypeAnnotation")return wx.some(Al=>Qh(ml[Al]));let Al=ml.type==="RecordDeclarationBody"?ml.elements:ml.body;return Qh(Al)}function Kt(ml,Al,Rl){let{node:zl}=ml,rd=[],yh=zl.type==="ObjectTypeAnnotation",kh=zl.type==="RecordDeclarationBody",Qh=!Na(ml),cf=Qh?Ew:xw,t_=C(zl,xy.Dangling),[u_,C_]=yh&&zl.exact?["{|","|}"]:"{}",D_;if(Oa(ml,({node:zl,next:t_,isLast:r_})=>{if(D_??(D_=zl),rd.push(Rl()),!kh&&Qh&&yh){let{parent:Rl}=ml;Rl.inexact||!r_?rd.push(","):rd.push(Ie(Al))}kh&&zl.type!=="MethodDefinition"&&rd.push(","),!kh&&!Qh&&(oD({node:zl,next:t_},Al)||va({node:zl,next:t_},Al))&&rd.push(";"),r_||(rd.push(cf),me(zl,Al)&&rd.push(xw))}),t_&&rd.push(W(ml,Al)),zl.type==="ObjectTypeAnnotation"&&zl.inexact){let ml;C(zl,xy.Dangling)?ml=[C(zl,xy.Line)||NA(Al.originalText,S(r_(0,oe(zl),-1)))?xw:Ew,"..."]:ml=[D_?Ew:"","..."],rd.push(ml)}if(Qh){let Rl=C(zl,xy.Dangling|xy.Line)||Al.objectWrap==="preserve"&&D_&&OA(Al.originalText,b(zl),b(D_)),yh;if(rd.length===0)yh=u_+C_;else{let ml=Al.bracketSpacing?Ew:ww;yh=[u_,f([ml,...rd]),ml,C_]}return ml.match(void 0,(ml,Al)=>Al==="typeAnnotation",(ml,Al)=>Al==="typeAnnotation",Yt)||ml.match(void 0,(ml,Al)=>ml.type==="FunctionTypeParam"&&Al==="typeAnnotation",Yt)?yh:p(yh,{shouldBreak:Rl})}return[u_,rd.length>0?[f([xw,rd]),xw]:"",C_]}function Na(ml){let{node:Al}=ml;if(Al.type==="ObjectTypeAnnotation"){let{key:Al,parent:Rl}=ml;return Al==="body"&&(Rl.type==="InterfaceDeclaration"||Rl.type==="DeclareInterface"||Rl.type==="DeclareClass")}return Al.type==="ClassBody"||Al.type==="TSInterfaceBody"||Al.type==="RecordDeclarationBody"}function ke(ml,Al){let{parent:Rl}=ml;return ml.callParent(Na)?Rl.type==="ObjectTypeAnnotation"?";":R(Al):Rl.type==="TSTypeLiteral"?ml.isLast?Al.semi?O(";"):"":Al.semi||va({node:ml.node,next:ml.next},Al)?";":O("",";"):""}var Cx=B(["ClassProperty","PropertyDefinition","ClassPrivateProperty","ClassAccessorProperty","AccessorProperty","TSAbstractPropertyDefinition","TSAbstractAccessorProperty"]),ja=ml=>{if(ml.computed||ml.typeAnnotation)return!1;let{type:Al,name:Rl}=ml.key;return Al==="Identifier"&&(Rl==="static"||Rl==="get"||Rl==="set")};function oD({node:ml,next:Al},Rl){if(Rl.semi||!Cx(ml))return!1;if(!ml.value&&ja(ml))return!0;if(!Al||Al.static||Al.accessibility||Al.readonly)return!1;if(!Al.computed){let ml=Al.key?.name;if(ml==="in"||ml==="instanceof")return!0}if(Cx(Al)&&!Al.static&&Al.variance&&!Al.declare)return!0;switch(Al.type){case"ClassProperty":case"PropertyDefinition":case"TSAbstractPropertyDefinition":return Al.computed;case"MethodDefinition":case"TSAbstractMethodDefinition":case"ClassMethod":case"ClassPrivateMethod":{if((Al.value?Al.value.async:Al.async)||Al.kind==="get"||Al.kind==="set")return!1;let ml=Al.value?Al.value.generator:Al.generator;return!!(Al.computed||ml)}case"TSIndexSignature":return!0}return!1}var xx=B(["TSPropertySignature"]);function va({node:ml,next:Al},Rl){return Rl.semi||!xx(ml)?!1:ja(ml)?!0:Al&&Al.type==="TSCallSignatureDeclaration"?!(ml.type==="TSPropertySignature"&&ml.typeAnnotation):!1}var Dx=Ex("heritageGroup"),kx=B(["TSInterfaceDeclaration","DeclareInterface","InterfaceDeclaration","InterfaceTypeAnnotation"]);function Ar(ml,Al,Rl){let zl=aD(ml,Al,Rl),{node:rd}=ml;if(rd.type==="ClassExpression"&&Qh(rd.decorators)){let rd=Rn(ml,Al,Rl);return sE(ml,Al)?[f([ww,rd,zl]),ww]:[rd,zl]}return zl}function aD(ml,Al,Rl){let{node:zl}=ml,rd=kx(zl),yh=zl.type==="RecordDeclaration",kh=rd?"interface":yh?"record":"class",Qh=[re(ml),mr(ml),kh],cf=Wa(ml),t_=[],r_=[];if(zl.type!=="InterfaceTypeAnnotation"){zl.id&&t_.push(" ");for(let rd of["id","typeParameters"])if(zl[rd]){let{leading:zl,trailing:yh}=ml.call(()=>An(ml,Al),rd);t_.push(zl,Rl(rd),f(yh))}}if(zl.superClass){let zl=[lD(ml,Al,Rl),Rl("superTypeArguments")],rd=ml.call(()=>["extends ",Q(ml,zl,Al)],"superClass");cf?r_.push(Ew,p(rd)):r_.push(" ",rd)}else r_.push(Ei(ml,Al,Rl,"extends"));r_.push(Ei(ml,Al,Rl,"mixins"),Ei(ml,Al,Rl,"implements"));let u_;return cf?(u_=Dx(zl),Qh.push(p([...t_,f(r_)],{id:u_}))):Qh.push(...t_,...r_),!rd&&cf&&Ma(zl.body)?Qh.push(O(xw," ",{groupId:u_})):Qh.push(" "),Qh.push(Rl("body")),Qh}function Ra(ml){let Al=ml.superClass?1:0;for(let Rl of["extends","mixins","implements"])if(Array.isArray(ml[Rl])&&(Al+=ml[Rl].length),Al>1)return!0;return Al>1}function pD(ml){let{node:Al}=ml;if(C(Al.id,xy.Trailing)||C(Al.typeParameters,xy.Trailing)||C(Al.superClass)||Ra(Al))return!0;if(Al.superClass)return ml.parent.type==="AssignmentExpression"?!1:!Al.superTypeArguments&&AA(Pe(Al.superClass));let Rl=Al.extends?.[0]??Al.mixins?.[0]??Al.implements?.[0];return Rl?Rl.type==="InterfaceExtends"&&Rl.id.type==="QualifiedTypeIdentifier"&&!Rl.typeParameters||(Rl.type==="TSClassImplements"||Rl.type==="TSInterfaceHeritage")&&AA(Rl.expression)&&!Rl.typeArguments:!1}var Fx=new WeakMap;function Wa(ml){return Z(Fx,ml.node,()=>pD(ml))}function Ei(ml,Al,Rl,zl){let{node:rd}=ml;if(!Qh(rd[zl]))return"";let yh=W(ml,Al,{marker:zl}),kh=w([",",Ew],ml.map(Rl,zl));if(!Ra(rd)){let Al=[`${zl} `,yh,kh];return Wa(ml)?[Ew,p(Al)]:[" ",Al]}return[Ew,yh,yh&&xw,zl,p(f([Ew,kh]))]}function lD(ml,Al,Rl){let zl=Rl("superClass"),{parent:rd}=ml;return rd.type==="AssignmentExpression"?p(O(["(",f([ww,zl]),ww,")"],zl)):zl}function Hn(ml,Al,Rl){let{node:zl}=ml,rd=[];return Qh(zl.decorators)&&rd.push(ci(ml,Al,Rl)),rd.push(qt(zl)),zl.static&&rd.push("static "),rd.push(mr(ml)),zl.override&&rd.push("override "),rd.push(Rr(ml,Al,Rl)),rd}function Xn(ml,Al,Rl){let{node:zl}=ml,rd=[];Qh(zl.decorators)&&rd.push(ci(ml,Al,Rl)),rd.push(re(ml),qt(zl)),zl.static&&rd.push("static "),rd.push(mr(ml)),zl.override&&rd.push("override "),zl.readonly&&rd.push("readonly "),zl.variance&&rd.push(Rl("variance")),(zl.type==="ClassAccessorProperty"||zl.type==="AccessorProperty"||zl.type==="TSAbstractAccessorProperty")&&rd.push("accessor "),rd.push(je(ml,Al,Rl),$(ml),gn(ml),G(ml,Rl));let yh=zl.type==="TSAbstractPropertyDefinition"||zl.type==="TSAbstractAccessorProperty";return[vt(ml,Al,Rl,rd," =",yh?void 0:"value"),R(Al)]}function mD(ml,Al){let Rl=oe(ml,xy.Leading);if(Rl.length===0)return!1;let[zl]=Rl,rd=Al.originalText,yh=b(zl);return OA(rd,yh,S(zl))||NA(rd,yh,{backwards:!0})}function Ft(ml,Al,Rl,zl="body"){return ml.call(({node:zl})=>{let rd=Rl();if(zl.type==="EmptyStatement")return C(zl,xy.Leading)?[" ",rd]:rd;let yh=zl.type==="BlockStatement";return mD(zl,Al)?yh?[xw,rd]:f([xw,rd]):yh||zl.type==="IfStatement"&&ml.parent.type==="IfStatement"&&ml.key==="alternate"?[" ",rd]:f([Ew,rd])},zl)}var Ja=(ml,Al,Rl)=>Ft(ml,Al,Rl,"consequent"),Ga=(ml,Al,Rl)=>Ft(ml,Al,Rl,"alternate");function Ua(ml,Al,Rl){return[p(["do",Ft(ml,Al,Rl)]),ml.node.body.type==="BlockStatement"?" ":xw,"while (",fr(ml,Al,Rl),")",R(Al)]}var Rx=B(["TSAsExpression","TSTypeAssertion","TSNonNullExpression","TSInstantiationExpression","TSSatisfiesExpression"]);function di(ml){return Rx(ml)?di(ml.expression):ml}var Nx=B(["FunctionExpression","ArrowFunctionExpression"]);function Ya(ml){return ml.type==="MemberExpression"||ml.type==="OptionalMemberExpression"||ml.type==="Identifier"&&ml.name!=="undefined"}function DD(ml,Al){if(zo(ml,Al)){let Al=di(ml.node.expression);return Nx(Al)||Ya(Al)}return!(!Al.semi||$o(ml,Al)||Qo(ml,Al))}function Ha(ml,Al,Rl){let zl=[Rl("expression")];if(yr(ml,Al)){if(wn(ml,Al)){let{node:Rl}=ml,rd=r_(0,oe(Rl,xy.Leading),-1),yh=xn(ml,Al,{filter:ml=>ml===rd});return Q(ml,[";",yh,...zl],Al,{filter:ml=>ml!==rd})}zl.unshift(";")}else DD(ml,Al)&&zl.push(";");return zl}function Xa(ml,Al,Rl){let{node:zl}=ml,rd=Ft(ml,Al,Rl),yh=W(ml,Al),kh=yh?[yh,ww]:"";return!zl.init&&!zl.test&&!zl.update?[kh,p(["for (;;)",rd])]:[kh,p(["for (",p([f([ww,Rl("init"),";",Ew,Rl("test"),";",zl.update?[Ew,Rl("update")]:""]),ww]),")",rd])]}function Va(ml,Al,Rl){let{node:zl}=ml,rd=zl.type==="ForOfStatement";return p(["for",rd&&zl.await?" await":""," (",Rl("left")," ",rd?"of":"in"," ",Rl("right"),")",Ft(ml,Al,Rl)])}function Ka(ml,Al,Rl){if(Al.__isVueBindings||Al.__isVueForBindingLeft){let zl=ml.map(Rl,"program","body",0,"params");if(zl.length===1)return zl[0];let rd=w([",",Ew],zl);return Al.__isVueForBindingLeft?["(",f([ww,p(rd)]),ww,")"]:rd}if(Al.__isEmbeddedTypescriptGenericParameters){let Al=ml.map(Rl,"program","body",0,"typeParameters","params");return w([",",Ew],Al)}}var $a=(ml,{originalText:Al})=>lC(Al,b(ml));function Vn(ml){return JA(r_(0,oe(ml,xy.Dangling),-1))}function Qa(ml,Al,Rl){let{node:zl}=ml,rd=p(["if (",fr(ml,Al,Rl),")",Ja(ml,Al,Rl)]);if(!zl.alternate)return rd;let{consequent:yh}=zl,kh=yh.type==="BlockStatement",Qh=[rd],cf=kh;kh||(Qh.push(xw),cf=!1);let t_=oe(zl,xy.Dangling);if(t_.length>0){let[Rl]=t_;$a(Rl,Al)?Qh.push(kh?[xw,xw]:xw):NA(Al.originalText,b(Rl),{backwards:!0})?Qh.push(kh?xw:""):Qh.push(" "),Qh.push(W(ml,Al),Vn(zl)||NA(Al.originalText,S(r_(0,t_,-1)))?xw:" "),cf=!1}return Qh.push(cf?" ":"","else",p(Ga(ml,Al,Rl))),Qh}function ep(ml,Al){let{node:Rl}=ml;switch(Rl.type){case"RegExpLiteral":return za(Rl);case"BigIntLiteral":return Kn(Rl.extra.raw);case"NumericLiteral":return hC(Rl.extra.raw);case"StringLiteral":return Xe(bC(Rl.extra.raw,Al));case"NullLiteral":return"null";case"BooleanLiteral":return String(Rl.value);case"DirectiveLiteral":return Za(Rl.extra.raw,Al);case"Literal":{if(Rl.regex)return za(Rl.regex);if(Rl.bigint)return Kn(Rl.raw);let{value:zl}=Rl;return typeof zl=="number"?hC(Rl.raw):typeof zl=="string"?yD(ml)?Za(Rl.raw,Al):Xe(bC(Rl.raw,Al)):String(zl)}}}function yD(ml){if(ml.key!=="expression")return;let{parent:Al}=ml;return Al.type==="ExpressionStatement"&&typeof Al.directive=="string"}function Kn(ml){return ml.toLowerCase()}function za({pattern:ml,flags:Al}){return Al=[...Al].sort().join(""),`/${ml}/${Al}`}var Qx="use strict";function Za(ml,Al){let Rl=ml.slice(1,-1);if(Rl===Qx||!(Rl.includes('"')||Rl.includes("'"))){let ml=Al.singleQuote?"'":'"';return ml+Rl+ml}return ml}var Mx=B(["ImportDeclaration","ExportDefaultDeclaration","ExportNamedDeclaration","ExportAllDeclaration","DeclareExportDeclaration","DeclareExportAllDeclaration"]),qx=B(["EnumBody","EnumBooleanBody","EnumNumberBody","EnumBigIntBody","EnumStringBody","EnumSymbolBody"]);function ft(ml,Al,Rl){let{node:zl,parent:rd}=ml,yh=qx(zl),kh=zl.type==="TSEnumBody"||yh,cf=Mx(zl),t_=yh&&zl.hasUnknownMembers,u_=kh?"members":cf?"attributes":"properties",C_=zl[u_],D_=kh||zl.type==="ObjectPattern"&&rd.type!=="FunctionDeclaration"&&rd.type!=="FunctionExpression"&&rd.type!=="ArrowFunctionExpression"&&rd.type!=="ObjectMethod"&&rd.type!=="ClassMethod"&&rd.type!=="ClassPrivateMethod"&&rd.type!=="AssignmentPattern"&&rd.type!=="CatchClause"&&zl.properties.some(ml=>ml.value&&(ml.value.type==="ObjectPattern"||ml.value.type==="ArrayPattern"))||zl.type!=="ObjectPattern"&&Al.objectWrap==="preserve"&&C_.length>0&&CD(zl,C_[0],Al),S_=[],P_=ml.map(({node:ml})=>{let zl=[...S_,Rl()];return S_=[",",Ew],me(ml,Al)&&S_.push(xw),zl},u_);if(t_){let Rl;if(C(zl,xy.Dangling)){let rd=C(zl,xy.Line);Rl=[W(ml,Al),rd||NA(Al.originalText,S(r_(0,oe(zl),-1)))?xw:Ew,"..."]}else Rl=["..."];P_.push([...S_,...Rl])}let Cg=!(t_||r_(0,C_,-1)?.type==="RestElement"),eA;if(P_.length===0)eA=p(["{",Mt(ml,Al),"}",$(ml),G(ml,Rl)]);else{let zl=Al.bracketSpacing?Ew:ww;eA=["{",f([zl,...P_]),Cg?Ie(Al):"",zl,"}",$(ml),G(ml,Rl)]}return ml.match(ml=>ml.type==="ObjectPattern"&&!Qh(ml.decorators),Yt)||hA(zl)&&(ml.match(void 0,(ml,Al)=>Al==="typeAnnotation",(ml,Al)=>Al==="typeAnnotation",Yt)||ml.match(void 0,(ml,Al)=>ml.type==="FunctionTypeParam"&&Al==="typeAnnotation",Yt))||!D_&&ml.match(ml=>ml.type==="ObjectPattern",ml=>ml.type==="AssignmentExpression"||ml.type==="VariableDeclarator")?eA:p(eA,{shouldBreak:D_})}function CD(ml,Al,Rl){let zl=Rl.originalText,rd=b(Al),yh=b(ml);return Mx(ml)&&(yh=ce(Rl).lastIndexOf("{",rd)),OA(zl,yh,rd)}function rp(ml,Al,Rl){let{node:zl}=ml;return["import",zl.phase?` ${zl.phase}`:"",Fi(zl),ip(ml,Al,Rl),op(ml,Al,Rl),up(ml,Al,Rl),R(Al)]}var np=ml=>ml.type==="ExportDefaultDeclaration"||ml.type==="DeclareExportDeclaration"&&ml.default;function $n(ml,Al,Rl){let{node:zl}=ml,rd=[ca(ml,Al,Rl),re(ml),"export",np(zl)?" default":""],{declaration:yh,exported:kh}=zl;return C(zl,xy.Dangling)&&(rd.push(" ",W(ml,Al)),Vn(zl)&&rd.push(xw)),yh?rd.push(" ",Rl("declaration")):(rd.push(AD(zl)),zl.type==="ExportAllDeclaration"||zl.type==="DeclareExportAllDeclaration"?(rd.push(" *"),kh&&rd.push(" as ",Rl("exported"))):rd.push(ip(ml,Al,Rl)),rd.push(op(ml,Al,Rl),up(ml,Al,Rl))),rd.push(xD(zl,Al)),rd}var Jx=B(["ClassDeclaration","ComponentDeclaration","FunctionDeclaration","TSInterfaceDeclaration","DeclareClass","DeclareComponent","DeclareFunction","DeclareHook","HookDeclaration","TSDeclareFunction","EnumDeclaration"]);function xD(ml,Al){return!ml.declaration||np(ml)&&!Jx(ml.declaration)?R(Al):""}function Ci(ml,Al=!0){return ml&&ml!=="value"?`${Al?" ":""}${ml}${Al?"":" "}`:""}function Fi(ml,Al){return Ci(ml.importKind,Al)}function AD(ml){return Ci(ml.exportKind)}function op(ml,Al,Rl){let{node:zl}=ml;return zl.source?[sp(zl,Al)?" from":""," ",Rl("source")]:""}function ip(ml,Al,Rl){let{node:zl}=ml;if(!sp(zl,Al))return"";let rd=[" "];if(Qh(zl.specifiers)){let yh=[],kh=[];ml.each(()=>{let Al=ml.node.type;if(Al==="ExportNamespaceSpecifier"||Al==="ExportDefaultSpecifier"||Al==="ImportNamespaceSpecifier"||Al==="ImportDefaultSpecifier")yh.push(Rl());else if(Al==="ExportSpecifier"||Al==="ImportSpecifier")kh.push(Rl());else throw new nx(zl,"specifier")},"specifiers"),rd.push(w(", ",yh)),kh.length>0&&(yh.length>0&&rd.push(", "),kh.length>1||yh.length>0||zl.specifiers.some(ml=>C(ml))?rd.push(p(["{",f([Al.bracketSpacing?Ew:ww,w([",",Ew],kh)]),Ie(Al),Al.bracketSpacing?Ew:ww,"}"])):rd.push(["{",Al.bracketSpacing?" ":"",...kh,Al.bracketSpacing?" ":"","}"]))}else rd.push("{}");return rd}function sp(ml,Al){return ml.type!=="ImportDeclaration"||Qh(ml.specifiers)||ml.importKind==="type"?!0:ce(Al).slice(b(ml),b(ml.source)).trimEnd().endsWith("from")}function TD(ml,Al){let Rl=ce(Al).slice(S(ml.source),ml.attributes?.[0]?b(ml.attributes[0]):S(ml)).trimStart();return Rl.startsWith("assert")?"assert":Rl.startsWith("with")||Qh(ml.attributes)?"with":void 0}var gD=ml=>{let{attributes:Al}=ml;if(Al.length!==1)return!1;let[Rl]=Al,{type:zl,key:rd,value:yh}=Rl;return zl==="ImportAttribute"&&(rd.type==="Identifier"&&rd.name==="type"||q(rd)&&rd.value==="type")&&q(yh)&&!C(Rl)&&!C(rd)&&!C(yh)};function up(ml,Al,Rl){let{node:zl}=ml;if(!zl.source)return"";let rd=TD(zl,Al);if(!rd)return"";let yh=ft(ml,Al,Rl);return gD(zl)&&(yh=Jt(yh)),[` ${rd} `,yh]}function ap(ml,Al,Rl){let{node:zl}=ml,{type:rd}=zl,yh=rd.startsWith("Import"),kh=yh?"imported":"local",Qh=yh?"local":"exported",cf=zl[kh],t_=zl[Qh],r_="",u_="";return rd==="ExportNamespaceSpecifier"||rd==="ImportNamespaceSpecifier"?r_="*":cf&&(r_=Rl(kh)),t_&&!Ir(zl)&&(u_=Rl(Qh)),[Ci(rd==="ImportSpecifier"?zl.importKind:zl.exportKind,!1),r_,r_&&u_?" as ":"",u_]}function Qn(ml,Al,Rl){let{node:zl}=ml;return zl.shorthand?Rl("value"):vt(ml,Al,Rl,je(ml,Al,Rl),":","value")}function Tr(ml,Al){return["...",Al("argument"),G(ml,Al)]}function hD(ml,Al,Rl){let{node:zl}=ml,rd=Rl();return an(zl,Al)?["(",f([xw,rd]),xw,")"]:mA(zl)||Al.experimentalTernaries&&zl.type==="ConditionalExpression"&&(zl.consequent.type==="ConditionalExpression"||zl.alternate.type==="ConditionalExpression")?p([O("("),f([ww,rd]),ww,O(")")]):rd}function zn(ml,Al,Rl){let{node:zl}=ml;return[zl.type==="ThrowStatement"?"throw":"return",zl.argument?[" ",ml.call(()=>hD(ml,Al,Rl),"argument")]:"",R(Al)]}function SD(ml,Al){let{key:Rl,parent:zl}=ml;return!!(Rl==="argument"&&lA(zl)&&sE(ml,Al)||Rl==="body"&&zl.type==="ArrowFunctionExpression")}function pp(ml,Al,Rl){let{parent:zl}=ml;if(zl.type==="ExpressionStatement"||zl.type==="ForStatement"){let Al=[];return ml.each(({isFirst:ml})=>{ml?Al.push(Rl()):Al.push(",",f([Ew,Rl()]))},"expressions"),p(Al)}let rd=w([",",Ew],ml.map(Rl,"expressions"));return SD(ml,Al)?p(O([f([ww,rd]),ww],rd)):p(rd)}function cp(ml,Al,Rl){return[p(["switch (",f([ww,Rl("discriminant")]),ww,")"])," {",ml.node.cases.length>0?f([xw,w(xw,ml.map(({node:ml,isLast:zl})=>[Rl(),!zl&&me(ml,Al)?xw:""],"cases"))]):"",xw,"}"]}function lp(ml,Al,Rl){let{node:zl}=ml,rd=[];zl.test?rd.push("case ",Rl("test"),":"):rd.push("default:"),C(zl,xy.Dangling)&&rd.push(" ",W(ml,Al));let yh=zl.consequent.filter(ml=>ml.type!=="EmptyStatement");if(yh.length>0){let zl=Gr(ml,Al,Rl,"consequent");rd.push(yh.length===1&&yh[0].type==="BlockStatement"?[" ",zl]:f([xw,zl]))}return rd}function mp(ml,Al){let Rl=0;for(let zl in ml){let rd=ml[zl];if(Mb(rd)&&typeof rd.type=="string"&&(Rl++,Rl+=mp(rd,Al-Rl)),Rl>Al)return Rl}return Rl}function xi(ml,Al=5){return mp(ml,Al)<=Al}function BD(ml){let Al=[ml];for(let ml=0;mlC_[ml]===zl),S_=C_.type===zl.type&&!D_,P_,Cg,eA=0;do{Cg=P_||zl,P_=ml.getParentNode(eA),eA++}while(P_&&P_.type===zl.type&&Qh.every(ml=>P_[ml]!==Cg));let tA=P_||C_,rA=Cg;if(rd&&(_A(zl[Qh[0]])||_A(cf)||_A(t_)||BD(rA))){u_=!0,S_=!0;let z=ml=>[O("("),f([ww,ml]),ww,O(")")],xe=ml=>ml.type==="NullLiteral"||ml.type==="Literal"&&ml.value===null||ml.type==="Identifier"&&ml.name==="undefined";r_.push(" ? ",xe(cf)?Rl(yh):z(Rl(yh))," : ",t_.type===zl.type||xe(t_)?Rl(kh):z(Rl(kh)))}else{let z=ml=>Al.useTabs?f(Rl(ml)):he(2,Rl(ml)),ml=[Ew,"? ",cf.type===zl.type?O("","("):"",z(yh),cf.type===zl.type?O("",")"):"",Ew,": ",z(kh)];r_.push(C_.type!==zl.type||C_[kh]===zl||D_?ml:Al.useTabs?fn(f(ml)):he(Math.max(0,Al.tabWidth-2),ml))}let v=ml=>C_===tA?p(ml):ml,nA=!u_&&(AA(C_)||C_.type==="NGPipeExpression"&&C_.left===zl)&&!C_.computed,iA=ID(ml),sA=v([bD(ml,Al,Rl),S_?r_:f(r_),rd&&nA&&!iA?ww:""]);return D_||iA?p([f([ww,sA]),ww]):sA}function kD(ml,Al){return(AA(Al)||Al.type==="NGPipeExpression"&&Al.left===ml)&&!Al.computed}function wD(ml,Al,Rl,zl){return[...ml.map(ml=>oe(ml)),oe(Al),oe(Rl)].flat().some(ml=>$A(ml)&&OA(zl.originalText,b(ml),S(ml)))}var Yx=new Map([["AssignmentExpression","right"],["VariableDeclarator","init"],["ReturnStatement","argument"],["ThrowStatement","argument"],["UnaryExpression","argument"],["YieldExpression","argument"],["AwaitExpression","argument"]]);function OD(ml){let{node:Al}=ml;if(Al.type!=="ConditionalExpression")return!1;let Rl,zl=Al;for(let Al=0;!Rl;Al++){let rd=ml.getParentNode(Al);if(vA(rd)&&rd.expression===zl||gA(rd)&&rd.callee===zl||AA(rd)&&rd.object===zl){zl=rd;continue}rd.type==="NewExpression"&&rd.callee===zl||tA(rd)&&rd.expression===zl?(Rl=ml.getParentNode(Al+1),zl=rd):Rl=rd}return zl===Al?!1:Rl[Yx.get(Rl.type)]===zl}var Ai=ml=>[O("("),f([ww,ml]),ww,O(")")];function gr(ml,Al,Rl,zl){if(!Al.experimentalTernaries)return fp(ml,Al,Rl);let{node:rd}=ml,yh=rd.type==="ConditionalExpression",kh=aA(rd),Qh=yh?"consequent":"trueType",cf=yh?"alternate":"falseType",t_=yh?["test"]:["checkType","extendsType"],r_=rd[Qh],u_=rd[cf],C_=t_.map(ml=>rd[ml]),{parent:D_}=ml,S_=D_.type===rd.type,P_=S_&&t_.some(ml=>D_[ml]===rd),Cg=S_&&D_[cf]===rd,eA=r_.type===rd.type,tA=u_.type===rd.type,rA=tA||Cg,nA=Al.tabWidth>2||Al.useTabs,iA,sA,oA=0;do{sA=iA||rd,iA=ml.getParentNode(oA),oA++}while(iA&&iA.type===rd.type&&t_.every(ml=>iA[ml]!==sA));let cA=iA||D_,uA=zl&&zl.assignmentLayout&&zl.assignmentLayout!=="break-after-operator"&&(D_.type==="AssignmentExpression"||D_.type==="VariableDeclarator"||D_.type==="ClassProperty"||D_.type==="PropertyDefinition"||D_.type==="ClassPrivateProperty"||D_.type==="ObjectProperty"||D_.type==="Property"),pA=lA(D_)&&!(eA||tA),dA=yh&&cA.type==="JSXExpressionContainer"&&ml.grandparent.type!=="JSXAttribute",hA=OD(ml),fA=kD(rd,D_),mA=kh&&sE(ml,Al),gA=nA?Al.useTabs?"\t":" ".repeat(Al.tabWidth-1):"",AA=wD(C_,r_,u_,Al)||eA||tA,yA=!rA&&!S_&&!kh&&(dA?r_.type==="NullLiteral"||r_.type==="Literal"&&r_.value===null:Wr(r_,Al)&&xi(rd.test,3)),bA=rA||Cg||kh&&!S_||S_&&yh&&xi(rd.test,1)||yA,vA=[];C(rd.test,xy.Dangling)&&ml.call(()=>{vA.push(W(ml,Al))},"test"),C(rd,xy.Dangling)&&vA.push(W(ml,Al));let EA=Symbol("test"),wA=Symbol("consequent"),CA=Symbol("test-and-consequent"),xA=yh?[Ai(Rl("test")),rd.test.type==="ConditionalExpression"?bw:""]:[Rl("checkType")," ","extends"," ",aA(rd.extendsType)||rd.extendsType.type==="TSMappedType"?Rl("extendsType"):p(Ai(Rl("extendsType")))],DA=p([xA," ?"],{id:EA}),SA=Rl(Qh),kA=f([eA||dA&&(_A(r_)||S_||rA)?xw:Ew,SA]),TA=bA?p([DA,rA?kA:O(kA,p(kA,{id:wA}),{groupId:EA})],{id:CA}):[DA,kA],IA=Rl(cf),BA=yA?O(IA,fn(Ai(IA)),{groupId:CA}):IA,FA=[TA,vA.length>0?[f([xw,vA]),xw]:tA?xw:yA?O(Ew," ",{groupId:CA}):Ew,":",tA||!nA?" ":bA?O(gA,O(rA||yA?" ":gA," "),{groupId:CA}):O(gA," "),tA?BA:p([f(BA),dA&&!yA?ww:""]),fA&&!hA?ww:"",AA?bw:""];return uA&&!AA?p(f([ww,p(FA)])):uA||pA?p(f(FA)):hA||kh&&P_?p([f([ww,FA]),mA?ww:""]):D_===cA?p(FA):FA}function Dp(ml,Al,Rl){let{node:zl}=ml;return["try ",Rl("block"),zl.handler?[" ",Rl("handler")]:"",zl.finalizer?[" finally ",Rl("finalizer")]:""]}function yp(ml,Al,Rl){let{node:zl}=ml;if(zl.param){let ml=C(zl.param,ml=>!$A(ml)||ml.leading&&NA(Al.originalText,S(ml))||ml.trailing&&NA(Al.originalText,b(ml),{backwards:!0})),rd=Rl("param");return["catch ",ml?["(",f([ww,rd]),ww,") "]:["(",rd,") "],Rl("body")]}return["catch ",Rl("body")]}function Zn(ml,Al,Rl){let{node:zl}=ml,rd=ml.map(Rl,"declarations"),yh=ml.key==="init"&&ml.parent.type==="ForStatement"||ml.key==="left"&&(ml.parent.type==="ForInStatement"||ml.parent.type==="ForOfStatement"),kh=zl.declarations.some(ml=>ml.init),Qh;return rd.length===1&&!C(zl.declarations[0])?Qh=rd[0]:Qh=f(rd[0]),p([re(ml),zl.kind,Qh?[" ",Qh]:"",f(rd.slice(1).map(ml=>[",",kh&&!yh?xw:Ew,ml])),yh?"":R(Al)])}function Ep(ml,Al,Rl){let{node:zl}=ml,rd=zl.type==="WithStatement"?"with":"while";return p([rd," (",fr(ml,Al,Rl),")",Ft(ml,Al,Rl)])}function dp(ml,Al,Rl,zl){let{node:rd}=ml;if(dA(rd))return ep(ml,Al);switch(rd.type){case"JsExpressionRoot":return Rl("node");case"JsonRoot":return[W(ml,Al),Rl("node"),xw];case"File":return Ka(ml,Al,Rl)??Rl("program");case"ExpressionStatement":return Ha(ml,Al,Rl);case"ChainExpression":return Rl("expression");case"ParenthesizedExpression":return!C(rd.expression)&&(pA(rd.expression)||uA(rd.expression))?["(",Rl("expression"),")"]:p(["(",f([ww,Rl("expression")]),ww,")"]);case"AssignmentExpression":return Sa(ml,Al,Rl);case"VariableDeclarator":return Ba(ml,Al,Rl);case"BinaryExpression":case"LogicalExpression":return vn(ml,Al,Rl);case"AssignmentPattern":return[Rl("left")," = ",Rl("right")];case"OptionalMemberExpression":case"MemberExpression":return xa(ml,Al,Rl);case"MetaProperty":return[Rl("meta"),".",Rl("property")];case"BindExpression":return Fa(ml,Al,Rl);case"Identifier":return[rd.name,$(ml),gn(ml),G(ml,Rl)];case"V8IntrinsicIdentifier":return["%",rd.name];case"SpreadElement":return Tr(ml,Rl);case"RestElement":return Tr(ml,Rl);case"FunctionDeclaration":case"FunctionExpression":return Dr(ml,Al,Rl,zl);case"ArrowFunctionExpression":return ya(ml,Al,Rl,zl);case"YieldExpression":return[`yield${rd.delegate?"*":""}`,rd.argument?[" ",Rl("argument")]:""];case"AwaitExpression":return Ia(ml,Al,Rl);case"ExportDefaultDeclaration":case"ExportNamedDeclaration":case"ExportAllDeclaration":return $n(ml,Al,Rl);case"ImportDeclaration":return rp(ml,Al,Rl);case"ImportSpecifier":case"ExportSpecifier":case"ImportNamespaceSpecifier":case"ExportNamespaceSpecifier":case"ImportDefaultSpecifier":case"ExportDefaultSpecifier":return ap(ml,Al,Rl);case"ImportAttribute":return Qn(ml,Al,Rl);case"Program":case"BlockStatement":case"StaticBlock":return Yn(ml,Al,Rl);case"ClassBody":return Kt(ml,Al,Rl);case"ThrowStatement":return zn(ml,Al,Rl);case"ReturnStatement":return zn(ml,Al,Rl);case"NewExpression":case"ImportExpression":case"OptionalCallExpression":case"CallExpression":return Vt(ml,Al,Rl);case"ObjectExpression":case"ObjectPattern":return ft(ml,Al,Rl);case"Property":return Ke(rd)?Rr(ml,Al,Rl):Qn(ml,Al,Rl);case"ObjectProperty":return Qn(ml,Al,Rl);case"ObjectMethod":return Rr(ml,Al,Rl);case"Decorator":return["@",Rl("expression")];case"ArrayExpression":case"ArrayPattern":return xr(ml,Al,Rl);case"SequenceExpression":return pp(ml,Al,Rl);case"ThisExpression":return"this";case"Super":return"super";case"Directive":return[Rl("value"),R(Al)];case"UnaryExpression":{let ml=[rd.operator];/[a-z]$/.test(rd.operator)&&ml.push(" ");let Al=Rl("argument");return C(rd.argument)?ml.push(p(["(",f([ww,Al]),ww,")"])):ml.push(Al),ml}case"UpdateExpression":return[rd.prefix?rd.operator:"",Rl("argument"),rd.prefix?"":rd.operator];case"ConditionalExpression":return gr(ml,Al,Rl,zl);case"VariableDeclaration":return Zn(ml,Al,Rl);case"IfStatement":return Qa(ml,Al,Rl);case"ForStatement":return Xa(ml,Al,Rl);case"WithStatement":case"WhileStatement":return Ep(ml,Al,Rl);case"DoWhileStatement":return Ua(ml,Al,Rl);case"ForInStatement":case"ForOfStatement":return Va(ml,Al,Rl);case"DoExpression":return[rd.async?"async ":"","do ",Rl("body")];case"BreakStatement":case"ContinueStatement":return[rd.type==="BreakStatement"?"break":"continue",rd.label?[" ",Rl("label")]:"",R(Al)];case"LabeledStatement":return[Rl("label"),`:${rd.body.type==="EmptyStatement"&&!C(rd.body,xy.Leading)?"":" "}`,Rl("body")];case"TryStatement":return Dp(ml,Al,Rl);case"CatchClause":return yp(ml,Al,Rl);case"SwitchStatement":return cp(ml,Al,Rl);case"SwitchCase":return lp(ml,Al,Rl);case"DebuggerStatement":return["debugger",R(Al)];case"ClassDeclaration":case"ClassExpression":return Ar(ml,Al,Rl);case"ClassMethod":case"ClassPrivateMethod":case"MethodDefinition":return Hn(ml,Al,Rl);case"ClassProperty":case"PropertyDefinition":case"ClassPrivateProperty":case"ClassAccessorProperty":case"AccessorProperty":return Xn(ml,Al,Rl);case"TemplateElement":return Xe(rd.value.raw);case"TemplateLiteral":return Ln(ml,Al,Rl);case"TaggedTemplateExpression":return Bu(ml,Al,Rl);case"PrivateIdentifier":return["#",rd.name];case"PrivateName":return["#",Rl("id")];case"TopicReference":return"%";case"ArgumentPlaceholder":return"?";case"ModuleExpression":return["module ",Rl("body")];case"VoidPattern":return"void";case"EmptyStatement":if(zt(ml))return";";default:throw new nx(rd,"ESTree")}}function eo(ml){return[ml("elementType"),"[]"]}function to(ml,Al,Rl){let{parent:zl,node:rd,key:yh}=ml,kh=rd.type==="AsConstExpression"?"const":Rl("typeAnnotation"),Qh=[Rl("expression")," ",rA(rd)?"satisfies":"as"," ",kh];return yh==="callee"&&yA(zl)||yh==="object"&&AA(zl)?p([f([ww,...Qh]),ww]):Qh}function Cp(ml,Al,Rl){let{node:zl}=ml,rd=[re(ml),zl.async?"async ":"","component"];zl.id&&rd.push(" ",Rl("id")),rd.push(Rl("typeParameters"));let yh=Ve(ml,Al,Rl);return zl.rendersType?rd.push(p([yh," ",Rl("rendersType")])):rd.push(p([yh])),zl.body&&rd.push(" ",Rl("body")),zl.type==="DeclareComponent"&&rd.push(R(Al)),rd}function Fp(ml,Al,Rl){let{node:zl}=ml;return zl.shorthand?Rl("local"):[Rl("name")," as ",Rl("local")]}function xp(ml,Al,Rl){let{node:zl}=ml,rd=[];return zl.name&&rd.push(Rl("name"),zl.optional?"?: ":": "),rd.push(Rl("typeAnnotation")),rd}function Ap(ml,Al,Rl){let{node:zl}=ml;return[zl.explicitType?`of ${zl.explicitType} `:"",ft(ml,Al,Rl)]}function Tp(ml,Al,Rl){let{node:zl}=ml;return[zl.type==="EnumSymbolBody"||zl.explicitType?`of ${zl.type.slice(4,-4).toLowerCase()} `:"",ft(ml,Al,Rl)]}function ro(ml,Al,Rl){let{node:zl}=ml,rd=zl.type==="TSEnumMember",yh=rd?je(ml,Al,Rl):Rl("id"),kh=rd?"initializer":"init";return zl[kh]?[yh," = ",Rl(kh)]:yh}function no(ml,Al){let{node:Rl}=ml;return[re(ml),Rl.const?"const ":"","enum ",Al("id")," ",Al("body")]}function oo(ml,Al,Rl){let{node:zl}=ml,rd=[mr(ml)];(zl.type==="TSConstructorType"||zl.type==="TSConstructSignatureDeclaration")&&rd.push("new ");let yh=Ve(ml,Al,Rl,!1,!0),kh=[];return zl.type==="FunctionTypeAnnotation"?kh.push(MD(ml)?" => ":": ",Rl("returnType")):kh.push(G(ml,Rl,"returnType")),Bt(zl,kh)&&(yh=p(yh)),rd.push(yh,kh),[p(rd),zl.type==="TSConstructSignatureDeclaration"||zl.type==="TSCallSignatureDeclaration"?ke(ml,Al):""]}function MD(ml){let{node:Al,parent:Rl}=ml;return Al.type==="FunctionTypeAnnotation"&&(pr(Rl)||!((Rl.type==="ObjectTypeProperty"||Rl.type==="ObjectTypeInternalSlot")&&!Rl.variance&&!Rl.optional&&kt(Rl,Al)||Rl.type==="ObjectTypeCallProperty"||ml.getParentNode(2)?.type==="DeclareFunction"))}function hp(ml,Al,Rl){return[re(ml),"hook",ml.node.id?[" ",Rl("id")]:"",R(Al)]}function gp(ml){let{node:Al}=ml;return Al.type==="HookTypeAnnotation"&&ml.getParentNode(2)?.type==="DeclareHook"}function Sp(ml,Al,Rl){let{node:zl}=ml,rd=Ve(ml,Al,Rl,!1,!0),yh=[gp(ml)?": ":" => ",Rl("returnType")];return p([gp(ml)?"":"hook ",Bt(zl,yh)?p(rd):rd,yh])}function io(ml,Al,Rl){return[Rl("objectType"),$(ml),"[",Rl("indexType"),"]"]}function so(ml,Al,Rl){return["infer ",Rl("typeParameter")]}function uo(ml,Al,Rl){let zl=!1;return p(ml.map(({isFirst:ml,previous:rd,node:yh,index:kh})=>{let Qh=Rl();if(ml)return Qh;let cf=hA(yh),t_=hA(rd);return t_&&cf?[" & ",zl?f(Qh):Qh]:!t_&&!cf||Le(Al.originalText,yh)?Al.experimentalOperatorPosition==="start"?f([Ew,"& ",Qh]):f([" &",Ew,Qh]):(kh>1&&(zl=!0),[" & ",kh>1?f(Qh):Qh])},"types"))}function _D(ml){switch(ml){case null:return"";case"PlusOptional":return"+?";case"MinusOptional":return"-?";case"Optional":return"?"}}function bp(ml,Al,Rl){let{node:zl}=ml;return[p([zl.variance?Rl("variance"):"",p(["[",f([ww,Rl("keyTparam")," in ",Rl("sourceType")]),ww,"]"]),_D(zl.optional),": ",Rl("propType")]),ke(ml,Al)]}function Bp(ml,Al){return ml==="+"||ml==="-"?ml+Al:Al}function Pp(ml,Al,Rl){let{node:zl}=ml,rd=!1;if(Al.objectWrap==="preserve"){let ml=ce(Al),Rl=b(zl)+1,yh=ml.slice(Rl),kh=Rl+yh.search(/\S/);OA(Al.originalText,Rl,kh)&&(rd=!0)}let yh=[],kh=oe(zl,xy.Dangling);if(kh.length>0){let Rl=r_(0,kh,-1),zl=W(ml,Al);yh.push(...zl.slice(0,-1),p([r_(0,zl,-1),JA(Rl)||NA(Al.originalText,S(Rl))?xw:Ew]))}return p(["{",f([Al.bracketSpacing?Ew:ww,...yh,zl.readonly?[Bp(zl.readonly,"readonly")," "]:"",p(["[",f([ww,Rl("key")," in ",Rl("constraint"),zl.nameType?[" as ",Rl("nameType")]:""]),ww,"]"]),zl.optional?Bp(zl.optional,"?"):"",zl.typeAnnotation?": ":"",Rl("typeAnnotation"),Al.semi?O(";"):""]),Al.bracketSpacing?Ew:ww,"}"],{shouldBreak:rd})}function Ip(ml,Al,Rl){let{node:zl}=ml;return[p(["match (",f([ww,Rl("argument")]),ww,")"])," {",zl.cases.length>0?f([xw,w(xw,ml.map(({node:ml,isLast:zl})=>[Rl(),!zl&&me(ml,Al)?xw:""],"cases"))]):"",xw,"}"]}function kp(ml,Al,Rl){let{node:zl}=ml,rd=C(zl,xy.Dangling)?[" ",W(ml,Al)]:[],yh=zl.type==="MatchStatementCase"?[" ",Rl("body")]:f([Ew,Rl("body"),","]);return[Rl("pattern"),zl.guard?p([f([Ew,"if (",Rl("guard"),")"])]):"",p([" =>",rd,yh])]}function wp(ml,Al,Rl){let{node:zl}=ml;switch(zl.type){case"MatchOrPattern":return RD(ml,Al,Rl);case"MatchAsPattern":return[Rl("pattern")," as ",Rl("target")];case"MatchWildcardPattern":return["_"];case"MatchLiteralPattern":return Rl("literal");case"MatchUnaryPattern":return[zl.operator,Rl("argument")];case"MatchIdentifierPattern":return Rl("id");case"MatchMemberPattern":{let ml=zl.property.type==="Identifier"?[".",Rl("property")]:["[",f([ww,Rl("property")]),ww,"]"];return p([Rl("base"),ml])}case"MatchBindingPattern":return[zl.kind," ",Rl("id")];case"MatchObjectPattern":case"MatchInstanceObjectPattern":return ND(ml,Al,Rl);case"MatchInstancePattern":return p([Rl("targetConstructor")," ",Rl("properties")]);case"MatchArrayPattern":{let Al=ml.map(Rl,"elements");return zl.rest&&Al.push(Rl("rest")),p(["[",f([ww,w([",",Ew],Al)]),zl.rest?"":O(","),ww,"]"])}case"MatchObjectPatternProperty":return zl.shorthand?Rl("pattern"):p([Rl("key"),":",f([Ew,Rl("pattern")])]);case"MatchRestPattern":{let ml=["..."];return zl.argument&&ml.push(Rl("argument")),ml}}}function ND(ml,Al,Rl){let{node:zl}=ml,rd=ml.map(Rl,"properties");return zl.rest&&rd.push(Rl("rest")),p(["{",f([ww,w([",",Ew],rd)]),zl.rest?"":O(","),ww,"}"])}var Kx=B(["MatchWildcardPattern","MatchLiteralPattern","MatchUnaryPattern","MatchIdentifierPattern"]);function jD(ml){let{patterns:Al}=ml;if(Al.some(ml=>C(ml)))return!1;let Rl=Al.find(ml=>ml.type==="MatchObjectPattern");return Rl?Al.every(ml=>ml===Rl||Kx(ml)):!1}function vD(ml){return Kx(ml)||ml.type==="MatchObjectPattern"?!0:ml.type==="MatchOrPattern"?jD(ml):!1}function RD(ml,Al,Rl){let{node:zl}=ml,{parent:rd}=ml,yh=rd.type!=="MatchStatementCase"&&rd.type!=="MatchExpressionCase"&&rd.type!=="MatchArrayPattern"&&rd.type!=="MatchObjectPatternProperty"&&!Le(Al.originalText,zl),kh=vD(zl),Qh=ml.map(()=>{let zl=Rl();return kh||(zl=he(2,zl)),Q(ml,zl,Al)},"patterns");if(kh)return w(" | ",Qh);let cf=[O(["| "]),w([Ew,"| "],Qh)];return sE(ml,Al)?p([f([O([ww]),cf]),ww]):rd.type==="MatchArrayPattern"&&rd.elements.length>1?p([f([O(["(",ww]),cf]),ww,O(")")]):p(yh?f(cf):cf)}function Op(ml,Al,Rl){let{node:zl}=ml,rd=[re(ml),"opaque type ",Rl("id"),Rl("typeParameters")];if(zl.supertype&&rd.push(": ",Rl("supertype")),zl.lowerBound||zl.upperBound){let ml=[];zl.lowerBound&&ml.push(f([Ew,"super ",Rl("lowerBound")])),zl.upperBound&&ml.push(f([Ew,"extends ",Rl("upperBound")])),rd.push(p(ml))}return zl.impltype&&rd.push(" = ",Rl("impltype")),rd.push(R(Al)),rd}function ao(ml,Al,Rl){let{node:zl}=ml;return["...",...zl.type==="TupleTypeSpreadElement"&&zl.label?[Rl("label"),": "]:[],Rl("typeAnnotation")]}function po(ml,Al,Rl){let{node:zl}=ml;return[zl.variance?Rl("variance"):"",Rl("label"),zl.optional?"?":"",": ",Rl("elementType")]}function co(ml,Al,Rl){let{node:zl}=ml,rd=[re(ml),"type ",Rl("id"),Rl("typeParameters")],yh=zl.type==="TSTypeAliasDeclaration"?"typeAnnotation":"right";return[vt(ml,Al,Rl,rd," =",yh),R(Al)]}function WD(ml,Al,Rl){let{node:zl}=ml;return ee(zl).length===1&&zl.type.startsWith("TS")&&!zl[Rl][0].constraint&&ml.parent.type==="ArrowFunctionExpression"&&!(Al.filepath&&/\.ts$/.test(Al.filepath))}function $t(ml,Al,Rl,zl){let{node:rd}=ml,yh=rd[zl];if(!yh)return"";if(!Array.isArray(yh))return Rl(zl);let kh=Ut(ml.grandparent),Qh=ml.match(ml=>!(ml[zl].length===1&&hA(ml[zl][0])),void 0,(ml,Al)=>Al==="typeAnnotation",ml=>ml.type==="Identifier",yi);if(yh.length===0||!Qh&&(kh||yh.length===1&&(yh[0].type==="NullableTypeAnnotation"||Fu(yh[0])))&&!yh.some(ml=>C(ml,xy.Line)||C(ml,xy.Last,ml=>NA(Al.originalText,S(ml)))))return["<",w(", ",ml.map(Rl,zl)),JD(ml,Al),">"];let cf=rd.type==="TSTypeParameterInstantiation"?"":WD(ml,Al,zl)?",":Ie(Al);return p(["<",f([ww,w([",",Ew],ml.map(Rl,zl))]),cf,ww,">"])}function JD(ml,Al){let{node:Rl}=ml;if(!C(Rl,xy.Dangling))return"";let zl=!C(Rl,xy.Line),rd=W(ml,Al,{indent:!zl});return zl?rd:[rd,xw]}function lo(ml,Al,Rl){let{node:zl}=ml,rd=[zl.const?"const ":""],yh=zl.type==="TSTypeParameter"?Rl("name"):zl.name;if(zl.variance&&rd.push(Rl("variance")),zl.in&&rd.push("in "),zl.out&&rd.push("out "),rd.push(yh),zl.bound&&(zl.usesExtendsBound&&rd.push(" extends "),rd.push(G(ml,Rl,"bound"))),zl.constraint){let ml=Symbol("constraint");rd.push(" extends",p(f(Ew),{id:ml}),kw,ht(Rl("constraint"),{groupId:ml}))}if(zl.default){let ml=Symbol("default");rd.push(" =",p(f(Ew),{id:ml}),kw,ht(Rl("default"),{groupId:ml}))}return p(rd)}function mo(ml,Al){let{node:Rl}=ml;return[Rl.type==="TSTypePredicate"&&Rl.asserts?"asserts ":Rl.type==="TypePredicate"&&Rl.kind?`${Rl.kind} `:"",Al("parameterName"),Rl.typeAnnotation?[" is ",G(ml,Al)]:""]}function fo({node:ml},Al){let Rl=ml.type==="TSTypeQuery"?"exprName":"argument";return["typeof ",Al(Rl),Al("typeArguments")]}function Mp(ml,Al,Rl,zl){let{node:rd}=ml;if(iC(rd))return rd.type.slice(0,-14).toLowerCase();switch(rd.type){case"ComponentDeclaration":case"DeclareComponent":case"ComponentTypeAnnotation":return Cp(ml,Al,Rl);case"ComponentParameter":return Fp(ml,Al,Rl);case"ComponentTypeParameter":return xp(ml,Al,Rl);case"HookDeclaration":return Dr(ml,Al,Rl);case"DeclareHook":return hp(ml,Al,Rl);case"HookTypeAnnotation":return Sp(ml,Al,Rl);case"DeclareFunction":return[re(ml),"function ",Rl("id"),Rl("predicate"),R(Al)];case"DeclareModule":return["declare module ",Rl("id")," ",Rl("body")];case"DeclareModuleExports":return["declare module.exports",G(ml,Rl),R(Al)];case"DeclareNamespace":return["declare namespace ",Rl("id")," ",Rl("body")];case"DeclareVariable":return Array.isArray(rd.declarations)?Zn(ml,Al,Rl):[re(ml),rd.kind??"var"," ",Rl("id"),R(Al)];case"DeclareExportDeclaration":case"DeclareExportAllDeclaration":return $n(ml,Al,Rl);case"DeclareOpaqueType":case"OpaqueType":return Op(ml,Al,Rl);case"DeclareTypeAlias":case"TypeAlias":return co(ml,Al,Rl);case"IntersectionTypeAnnotation":return uo(ml,Al,Rl);case"UnionTypeAnnotation":return Bn(ml,Al,Rl,zl);case"ConditionalTypeAnnotation":return gr(ml,Al,Rl);case"InferTypeAnnotation":return so(ml,Al,Rl);case"FunctionTypeAnnotation":return oo(ml,Al,Rl);case"TupleTypeAnnotation":return xr(ml,Al,Rl);case"TupleTypeLabeledElement":return po(ml,Al,Rl);case"TupleTypeSpreadElement":return ao(ml,Al,Rl);case"GenericTypeAnnotation":return[Rl("id"),$t(ml,Al,Rl,"typeParameters")];case"IndexedAccessType":case"OptionalIndexedAccessType":return io(ml,Al,Rl);case"TypeAnnotation":return bn(ml,Al,Rl);case"TypeParameter":return lo(ml,Al,Rl);case"TypeofTypeAnnotation":return fo(ml,Rl);case"ExistsTypeAnnotation":return"*";case"ArrayTypeAnnotation":return eo(Rl);case"DeclareEnum":case"EnumDeclaration":return no(ml,Rl);case"EnumBody":return Ap(ml,Al,Rl);case"EnumBooleanBody":case"EnumNumberBody":case"EnumBigIntBody":case"EnumStringBody":case"EnumSymbolBody":return Tp(ml,Al,Rl);case"EnumBooleanMember":case"EnumNumberMember":case"EnumBigIntMember":case"EnumStringMember":case"EnumDefaultedMember":return ro(ml,Al,Rl);case"FunctionTypeParam":{let Al=rd.name?Rl("name"):ml.parent.this===rd?"this":"";return[Al,$(ml),Al?": ":"",Rl("typeAnnotation")]}case"DeclareClass":case"DeclareInterface":case"InterfaceDeclaration":case"InterfaceTypeAnnotation":case"RecordDeclaration":return Ar(ml,Al,Rl);case"ObjectTypeAnnotation":case"RecordDeclarationBody":return Kt(ml,Al,Rl);case"ClassImplements":case"InterfaceExtends":return[Rl("id"),Rl("typeParameters")];case"RecordDeclarationImplements":return[Rl("id"),Rl("typeArguments")];case"NullableTypeAnnotation":return["?",Rl("typeAnnotation")];case"Variance":{let{kind:ml}=rd;return cf(ml==="plus"||ml==="minus"||ml==="readonly"||ml==="writeonly"||ml==="in"||ml==="out"),ml==="plus"?"+":ml==="minus"?"-":`${ml} `}case"KeyofTypeAnnotation":return["keyof ",Rl("argument")];case"ObjectTypeCallProperty":return[rd.static?"static ":"",Rl("value"),ke(ml,Al)];case"ObjectTypeMappedTypeProperty":return bp(ml,Al,Rl);case"ObjectTypeIndexer":return[rd.static?"static ":"",rd.variance?Rl("variance"):"","[",Rl("id"),rd.id?": ":"",Rl("key"),"]: ",Rl("value"),ke(ml,Al)];case"ObjectTypeProperty":{let zl="";return rd.proto?zl="proto ":rd.static&&(zl="static "),[zl,rd.kind!=="init"?rd.kind+" ":"",rd.variance?Rl("variance"):"",je(ml,Al,Rl),$(ml),Ke(rd)?"":": ",Rl("value"),ke(ml,Al)]}case"ObjectTypeInternalSlot":return[rd.static?"static ":"","[[",Rl("id"),"]]",$(ml),rd.method?"":": ",Rl("value"),ke(ml,Al)];case"ObjectTypeSpreadProperty":return Tr(ml,Rl);case"QualifiedTypeofIdentifier":case"QualifiedTypeIdentifier":return[Rl("qualification"),".",Rl("id")];case"NullLiteralTypeAnnotation":return"null";case"BooleanLiteralTypeAnnotation":return String(rd.value);case"StringLiteralTypeAnnotation":return Xe(bC(ye(rd),Al));case"NumberLiteralTypeAnnotation":return hC(ye(rd));case"BigIntLiteralTypeAnnotation":return Kn(ye(rd));case"TypeCastExpression":return["(",Rl("expression"),G(ml,Rl),")"];case"TypePredicate":return mo(ml,Rl);case"TypeOperator":return[rd.operator," ",Rl("typeAnnotation")];case"TypeParameterDeclaration":case"TypeParameterInstantiation":return $t(ml,Al,Rl,"params");case"InferredPredicate":case"DeclaredPredicate":return[ml.key==="predicate"&&ml.parent.type!=="DeclareFunction"&&!ml.parent.returnType?": ":" ","%checks",...rd.type==="DeclaredPredicate"?["(",Rl("value"),")"]:[]];case"AsExpression":case"AsConstExpression":case"SatisfiesExpression":return to(ml,Al,Rl);case"MatchExpression":case"MatchStatement":return Ip(ml,Al,Rl);case"MatchExpressionCase":case"MatchStatementCase":return kp(ml,Al,Rl);case"MatchOrPattern":case"MatchAsPattern":case"MatchWildcardPattern":case"MatchLiteralPattern":case"MatchUnaryPattern":case"MatchIdentifierPattern":case"MatchInstancePattern":case"MatchInstanceObjectPattern":case"MatchMemberPattern":case"MatchBindingPattern":case"MatchObjectPattern":case"MatchObjectPatternProperty":case"MatchRestPattern":case"MatchArrayPattern":return wp(ml,Al,Rl);case"RecordExpression":return[Rl("recordConstructor"),Rl("typeArguments")," ",Rl("properties")];case"RecordExpressionProperties":return ft(ml,Al,Rl);case"RecordDeclarationProperty":case"RecordDeclarationStaticProperty":{let zl=rd.type==="RecordDeclarationStaticProperty",yh=zl?"value":"defaultValue";return[zl?"static ":"",je(ml,Al,Rl),G(ml,Rl),rd[yh]?[" = ",Rl(yh)]:""]}}}function _p(ml,Al){let{node:Rl}=ml,zl=Al.originalText.slice(b(Rl),S(Rl));return Al.semi&&Pr(Rl)?zl+=";":yr(ml,Al)&&(zl=`;${zl}`),Rl.type==="ClassExpression"&&Qh(Rl.decorators)?[f([ww,zl]),ww]:zl}var Ti=ml=>ml===""||ml===Ew||ml===xw||ml===ww;function GD(ml,Al,Rl){let{node:zl}=ml;if(zl.type==="JSXElement"&&ny(zl))return[Rl("openingElement"),Rl("closingElement")];let rd=zl.type==="JSXElement"?Rl("openingElement"):Rl("openingFragment"),yh=zl.type==="JSXElement"?Rl("closingElement"):Rl("closingFragment");if(zl.children.length===1&&zl.children[0].type==="JSXExpressionContainer"&&(zl.children[0].expression.type==="TemplateLiteral"||zl.children[0].expression.type==="TaggedTemplateExpression"))return[rd,...ml.map(Rl,"children"),yh];zl.children=zl.children.map(ml=>oy(ml)?{type:"JSXText",value:" ",raw:" "}:ml);let kh=zl.children.some(_A),Qh=zl.children.filter(ml=>ml.type==="JSXExpressionContainer").length>1,cf=zl.type==="JSXElement"&&zl.openingElement.attributes.length>1,t_=ue(rd)||kh||cf||Qh,u_=ml.parent.rootMarker==="mdx",C_=Al.singleQuote?"{' '}":'{" "}',D_=u_?Ew:O([C_,ww]," "),S_=zl.openingElement?.name?.name==="fbt",P_=UD(ml,Al,Rl,D_,S_),Cg=zl.children.some(ml=>Xt(ml));for(let ml=P_.length-2;ml>=0;ml--){let Al=P_[ml]===""&&P_[ml+1]==="",Rl=P_[ml]===xw&&P_[ml+1]===""&&P_[ml+2]===xw,zl=(P_[ml]===ww||P_[ml]===xw)&&P_[ml+1]===""&&P_[ml+2]===D_,rd=P_[ml]===D_&&P_[ml+1]===""&&(P_[ml+2]===ww||P_[ml+2]===xw),yh=P_[ml]===D_&&P_[ml+1]===""&&P_[ml+2]===D_,kh=P_[ml]===ww&&P_[ml+1]===""&&P_[ml+2]===xw||P_[ml]===xw&&P_[ml+1]===""&&P_[ml+2]===ww;Rl&&Cg||Al||zl||yh||kh?P_.splice(ml,2):rd&&P_.splice(ml+1,2)}for(;P_.length>0&&Ti(r_(0,P_,-1));)P_.pop();for(;P_.length>1&&Ti(P_[0])&&Ti(P_[1]);)P_.shift(),P_.shift();let eA=[""];for(let[ml,Al]of P_.entries()){if(Al===D_){if(ml===1&&js(P_[ml-1])){if(P_.length===2){eA.push([eA.pop(),C_]);continue}eA.push([C_,xw],"");continue}if(ml===P_.length-1){eA.push([eA.pop(),C_]);continue}if(P_[ml-1]===""&&P_[ml-2]===xw){eA.push([eA.pop(),C_]);continue}}ml%2===0?eA.push([eA.pop(),Al]):eA.push(Al,""),ue(Al)&&(t_=!0)}let tA=Cg?Dn(eA):p(eA,{shouldBreak:!0});if(Al.cursorNode?.type==="JSXText"&&zl.children.includes(Al.cursorNode)?tA=[vw,tA,vw]:Al.nodeBeforeCursor?.type==="JSXText"&&zl.children.includes(Al.nodeBeforeCursor)?tA=[vw,tA]:Al.nodeAfterCursor?.type==="JSXText"&&zl.children.includes(Al.nodeAfterCursor)&&(tA=[tA,vw]),u_)return tA;let rA=p([rd,f([xw,tA]),xw,yh]);return t_?rA:mt([p([rd,...P_,yh]),rA])}function UD(ml,Al,Rl,zl,rd){let yh="",kh=[yh];function u(ml){yh=ml,kh.push([kh.pop(),ml])}function a(ml){ml!==""&&(yh=ml,kh.push(ml,""))}return ml.each(({node:ml,next:Al})=>{if(ml.type==="JSXText"){let Rl=ye(ml);if(Xt(ml)){let kh=XC.split(Rl,!0);kh[0]===""&&(kh.shift(),/\n/.test(kh[0])?a(jp(rd,kh[1],ml,Al)):a(zl),kh.shift());let Qh;if(r_(0,kh,-1)===""&&(kh.pop(),Qh=kh.pop()),kh.length===0)return;for(let[ml,Al]of kh.entries())ml%2===1?a(Ew):u(Al);Qh!==void 0?/\n/.test(Qh)?a(jp(rd,yh,ml,Al)):a(zl):a(Np(rd,yh,ml,Al))}else/\n/.test(Rl)?Rl.match(/\n/g).length>1&&a(xw):a(zl)}else{let zl=Rl();if(u(zl),Al&&Xt(Al)){let Rl=XC.trim(ye(Al)),[zl]=XC.split(Rl);a(Np(rd,zl,ml,Al))}else a(xw)}},"children"),kh}function Np(ml,Al,Rl,zl){return ml?"":Rl.type==="JSXElement"&&!Rl.closingElement||zl?.type==="JSXElement"&&!zl.closingElement?Al.length===1?ww:xw:ww}function jp(ml,Al,Rl,zl){return ml?xw:Al.length===1?Rl.type==="JSXElement"&&!Rl.closingElement||zl?.type==="JSXElement"&&!zl.closingElement?xw:ww:xw}var Xx=B(["ArrayExpression","JSXAttribute","JSXElement","JSXExpressionContainer","JSXFragment","ExpressionStatement","NewExpression","CallExpression","OptionalCallExpression","ConditionalExpression","JsExpressionRoot","MatchExpressionCase"]);function YD(ml,Al,Rl){let{parent:zl}=ml;if(Xx(zl))return Al;let rd=HD(ml),yh=sE(ml,Rl);return p([yh?"":O("("),f([ww,Al]),ww,yh?"":O(")")],{shouldBreak:rd})}function HD(ml){return ml.match(void 0,(ml,Al)=>Al==="body"&&ml.type==="ArrowFunctionExpression",(ml,Al)=>Al==="arguments"&&gA(ml))&&(ml.match(void 0,void 0,void 0,(ml,Al)=>Al==="expression"&&ml.type==="JSXExpressionContainer")||ml.match(void 0,void 0,void 0,(ml,Al)=>Al==="expression"&&ml.type==="ChainExpression",(ml,Al)=>Al==="expression"&&ml.type==="JSXExpressionContainer"))}function XD(ml,Al,Rl){let{node:zl}=ml,rd=[Rl("name")];if(zl.value){let yh;if(q(zl.value)){let Rl=ye(zl.value),rd=UA(0,UA(0,Rl.slice(1,-1),"'","'"),""",'"'),kh=hn(rd,Al.jsxSingleQuote);rd=kh==='"'?UA(0,rd,'"',"""):UA(0,rd,"'","'"),yh=ml.call(()=>Q(ml,Xe(kh+rd+kh),Al),"value")}else yh=Rl("value");rd.push("=",yh)}return rd}function VD(ml,Al,Rl){let{node:zl}=ml,o=(ml,Al)=>ml.type==="JSXEmptyExpression"||!C(ml)&&(uA(ml)||pA(ml)||ml.type==="ArrowFunctionExpression"||ml.type==="AwaitExpression"&&(o(ml.argument,ml)||ml.argument.type==="JSXElement")||gA(Pe(ml))||ml.type==="FunctionExpression"||ml.type==="TemplateLiteral"||ml.type==="TaggedTemplateExpression"||ml.type==="DoExpression"||_A(Al)&&(ml.type==="ConditionalExpression"||mA(ml)));return o(zl.expression,ml.parent)?p(["{",Rl("expression"),kw,"}"]):p(["{",f([ww,Rl("expression")]),ww,kw,"}"])}function KD(ml,Al,Rl){let{node:zl}=ml,rd=C(zl.name)||C(zl.typeArguments);if(zl.selfClosing&&zl.attributes.length===0&&!rd)return["<",Rl("name"),Rl("typeArguments")," />"];if(zl.attributes?.length===1&&q(zl.attributes[0].value)&&!zl.attributes[0].value.value.includes(`\n`)&&!rd&&!C(zl.attributes[0]))return p(["<",Rl("name"),Rl("typeArguments")," ",...ml.map(Rl,"attributes"),zl.selfClosing?" />":">"]);let yh=zl.attributes?.some(ml=>q(ml.value)&&ml.value.value.includes(`\n`)),kh=Al.singleAttributePerLine&&zl.attributes.length>1?xw:Ew;return p(["<",Rl("name"),Rl("typeArguments"),f(ml.map(({isFirst:ml,previous:zl})=>[ml?kh:me(zl,Al)?[xw,xw]:kh,Rl()],"attributes")),...$D(zl,Al,rd)],{shouldBreak:yh})}function $D(ml,Al,Rl){return ml.selfClosing?[Ew,"/>"]:QD(ml,Al,Rl)?[">"]:[ww,">"]}function QD(ml,Al,Rl){let zl=ml.attributes.length>0&&C(r_(0,ml.attributes,-1),xy.Trailing);return ml.attributes.length===0&&!Rl||(Al.bracketSameLine||Al.jsxBracketSameLine)&&(!Rl||ml.attributes.length>0)&&!zl}function zD(ml,Al,Rl){let{node:zl}=ml,rd=[""),rd}function ZD(ml,Al){let{node:Rl}=ml,zl=C(Rl),rd=C(Rl,xy.Line),yh=Rl.type==="JSXOpeningFragment";return[yh?"<":""]}function ey(ml,Al,Rl){let zl=Q(ml,GD(ml,Al,Rl),Al);return YD(ml,zl,Al)}function ty(ml,Al){let{node:Rl}=ml,zl=C(Rl,xy.Line);return[W(ml,Al,{indent:zl}),zl?xw:""]}function ry(ml,Al,Rl){let{node:zl}=ml;return["{",ml.call(({node:zl})=>{let rd=["...",Rl()];return C(zl)?[f([ww,Q(ml,rd,Al)]),ww]:rd},zl.type==="JSXSpreadAttribute"?"argument":"expression"),"}"]}function vp(ml,Al,Rl){let{node:zl}=ml;if(zl.type.startsWith("JSX"))switch(zl.type){case"JSXAttribute":return XD(ml,Al,Rl);case"JSXIdentifier":return zl.name;case"JSXNamespacedName":return w(":",[Rl("namespace"),Rl("name")]);case"JSXMemberExpression":return w(".",[Rl("object"),Rl("property")]);case"JSXSpreadAttribute":case"JSXSpreadChild":return ry(ml,Al,Rl);case"JSXExpressionContainer":return VD(ml,Al,Rl);case"JSXFragment":case"JSXElement":return ey(ml,Al,Rl);case"JSXOpeningElement":return KD(ml,Al,Rl);case"JSXClosingElement":return zD(ml,Al,Rl);case"JSXOpeningFragment":case"JSXClosingFragment":return ZD(ml,Al);case"JSXEmptyExpression":return ty(ml,Al);case"JSXText":throw new Error("JSXText should be handled by JSXElement");default:throw new nx(zl,"JSX")}}function ny(ml){if(ml.children.length===0)return!0;if(ml.children.length>1)return!1;let Al=ml.children[0];return Al.type==="JSXText"&&!Xt(Al)}function oy(ml){return ml.type==="JSXExpressionContainer"&&q(ml.expression)&&ml.expression.value===" "&&!C(ml.expression)}function Rp(ml,Al,Rl){let{node:zl}=ml,rd=zl.parameters.length>1?Ie(Al):"",yh=p([f([ww,w([", ",ww],ml.map(Rl,"parameters"))]),rd,ww]);return[ml.key==="body"&&ml.parent.type==="ClassBody"&&zl.static?"static ":"",zl.readonly?"readonly ":"","[",zl.parameters?yh:"","]",G(ml,Rl),ke(ml,Al)]}function gi(ml,Al,Rl){let{node:zl}=ml;return[zl.postfix?"":Rl,G(ml,Al),zl.postfix?Rl:""]}function Wp(ml,Al,Rl){let{node:zl}=ml,rd=[],yh=zl.kind&&zl.kind!=="method"?`${zl.kind} `:"";rd.push(qt(zl),yh,je(ml,Al,Rl),$(ml));let kh=Ve(ml,Al,Rl,!1,!0),Qh=G(ml,Rl,"returnType"),cf=Bt(zl,Qh);return rd.push(cf?p(kh):kh),zl.returnType&&rd.push(p(Qh)),[p(rd),ke(ml,Al)]}function Jp(ml,Al,Rl){let{node:zl}=ml;return[re(ml),zl.kind==="global"?"":`${zl.kind} `,Rl("id"),zl.body?[" ",p(Rl("body"))]:R(Al)]}function Gp(ml,Al,Rl){let{node:zl}=ml,rd=!(uA(zl.expression)||pA(zl.expression)),yh=p(["<",f([ww,Rl("typeAnnotation")]),ww,">"]),kh=[O("("),f([ww,Rl("expression")]),ww,O(")")];return rd?mt([[yh,Rl("expression")],[yh,p(kh,{shouldBreak:!0})],[yh,Rl("expression")]]):p([yh,Rl("expression")])}function Up(ml,Al,Rl,zl){let{node:rd}=ml;if(rd.type.startsWith("TS")){if(aC(rd))return rd.type.slice(2,-7).toLowerCase();switch(rd.type){case"TSThisType":return"this";case"TSTypeAssertion":return Gp(ml,Al,Rl);case"TSDeclareFunction":return Dr(ml,Al,Rl);case"TSExportAssignment":return["export = ",Rl("expression"),R(Al)];case"TSModuleBlock":return Yn(ml,Al,Rl);case"TSInterfaceBody":case"TSTypeLiteral":return Kt(ml,Al,Rl);case"TSTypeAliasDeclaration":return co(ml,Al,Rl);case"TSQualifiedName":return[Rl("left"),".",Rl("right")];case"TSAbstractMethodDefinition":case"TSDeclareMethod":return Hn(ml,Al,Rl);case"TSAbstractAccessorProperty":case"TSAbstractPropertyDefinition":return Xn(ml,Al,Rl);case"TSInterfaceHeritage":case"TSClassImplements":case"TSInstantiationExpression":return[Rl("expression"),Rl("typeArguments")];case"TSTemplateLiteralType":return Ln(ml,Al,Rl);case"TSNamedTupleMember":return po(ml,Al,Rl);case"TSRestType":return ao(ml,Al,Rl);case"TSOptionalType":return[Rl("typeAnnotation"),"?"];case"TSInterfaceDeclaration":return Ar(ml,Al,Rl);case"TSTypeParameterDeclaration":case"TSTypeParameterInstantiation":return $t(ml,Al,Rl,"params");case"TSTypeParameter":return lo(ml,Al,Rl);case"TSAsExpression":case"TSSatisfiesExpression":return to(ml,Al,Rl);case"TSArrayType":return eo(Rl);case"TSPropertySignature":return[rd.readonly?"readonly ":"",je(ml,Al,Rl),$(ml),G(ml,Rl),ke(ml,Al)];case"TSParameterProperty":return[qt(rd),rd.static?"static ":"",rd.override?"override ":"",rd.readonly?"readonly ":"",Rl("parameter")];case"TSTypeQuery":return fo(ml,Rl);case"TSIndexSignature":return Rp(ml,Al,Rl);case"TSTypePredicate":return mo(ml,Rl);case"TSNonNullExpression":return[Rl("expression"),"!"];case"TSImportType":return[Vt(ml,Al,Rl),rd.qualifier?[".",Rl("qualifier")]:"",$t(ml,Al,Rl,"typeArguments")];case"TSLiteralType":return Rl("literal");case"TSIndexedAccessType":return io(ml,Al,Rl);case"TSTypeOperator":return[rd.operator," ",Rl("typeAnnotation")];case"TSMappedType":return Pp(ml,Al,Rl);case"TSMethodSignature":return Wp(ml,Al,Rl);case"TSNamespaceExportDeclaration":return["export as namespace ",Rl("id"),R(Al)];case"TSEnumDeclaration":return no(ml,Rl);case"TSEnumBody":return ft(ml,Al,Rl);case"TSEnumMember":return ro(ml,Al,Rl);case"TSImportEqualsDeclaration":return["import ",Fi(rd,!1),Rl("id")," = ",Rl("moduleReference"),R(Al)];case"TSExternalModuleReference":return Vt(ml,Al,Rl);case"TSModuleDeclaration":return Jp(ml,Al,Rl);case"TSConditionalType":return gr(ml,Al,Rl);case"TSInferType":return so(ml,Al,Rl);case"TSIntersectionType":return uo(ml,Al,Rl);case"TSUnionType":return Bn(ml,Al,Rl,zl);case"TSFunctionType":case"TSCallSignatureDeclaration":case"TSConstructorType":case"TSConstructSignatureDeclaration":return oo(ml,Al,Rl);case"TSTupleType":return xr(ml,Al,Rl);case"TSTypeReference":return[Rl("typeName"),$t(ml,Al,Rl,"typeArguments")];case"TSTypeAnnotation":return bn(ml,Al,Rl);case"TSEmptyBodyFunctionExpression":return Pn(ml,Al,Rl);case"TSJSDocAllType":return"*";case"TSJSDocUnknownType":return"?";case"TSJSDocNullableType":return gi(ml,Rl,"?");case"TSJSDocNonNullableType":return gi(ml,Rl,"!");default:throw new nx(rd,"TypeScript")}}}function iy(ml,Al,Rl,zl){for(let rd of[pa,vp,Mp,Up,dp]){let yh=rd(ml,Al,Rl,zl);if(yh!==void 0)return yh}}var eD=B(["ClassMethod","ClassPrivateMethod","ClassProperty","ClassAccessorProperty","AccessorProperty","TSAbstractAccessorProperty","PropertyDefinition","TSAbstractPropertyDefinition","ClassPrivateProperty","MethodDefinition","TSAbstractMethodDefinition","TSDeclareMethod"]);function hi(ml,Al,Rl,zl){ml.isRoot&&Al.__onHtmlBindingRoot?.(ml.node,Al);let{node:rd}=ml,yh=ZC(ml)?_p(ml,Al):iy(ml,Al,Rl,zl);if(!yh)return"";if(eD(rd))return yh;yh=uy(ml,Al,yh);let kh=rd.type!=="ClassExpression"&&Qh(rd.decorators)?Rn(ml,Al,Rl):"",cf=sE(ml,Al);return!kh&&!cf?yh:ln(yh,ml=>[cf?"(":"",kh?p([kh,ml]):ml,cf?")":""])}function uy(ml,Al,Rl){let{node:zl}=ml;return(C(zl,xy.Leading)||C(zl,xy.Trailing))&&en(ml)?[f([ww,Q(ml,Rl,Al)]),ww]:Rl}var sD={experimental_avoidAstMutation:!0,experimental_locForRangeFormat:{locStart:b,locEnd:It}},uD={features:sD,massageAstNode:oi,canAttachComment:xA,handleComments:my,isGap:vy,willPrintOwnComments:DC,embed:OC,insertPragma:ra,printComment:na,printPrettierIgnored:hi,print:hi,getVisitorKeys:tE,isBlockComment:$A,hasPrettierIgnore:ZC};var FD=[{name:"JSON.stringify",type:"data",aceMode:"json",extensions:[".importmap"],filenames:["package.json","package-lock.json","composer.json"],tmScope:"source.json",aliases:["geojson","jsonl","sarif","topojson"],codemirrorMode:"javascript",codemirrorMimeType:"application/json",parsers:["json-stringify"],vscodeLanguageIds:["json"],linguistLanguageId:174},{name:"JSON",type:"data",aceMode:"json",extensions:[".json",".4DForm",".4DProject",".avsc",".geojson",".gltf",".har",".ice",".JSON-tmLanguage",".json.example",".mcmeta",".sarif",".slnlaunch",".tact",".tfstate",".tfstate.backup",".topojson",".webapp",".webmanifest",".yy",".yyp"],filenames:[".all-contributorsrc",".arcconfig",".auto-changelog",".c8rc",".htmlhintrc",".imgbotconfig",".nycrc",".tern-config",".tern-project",".watchmanconfig",".babelrc",".jscsrc",".jshintrc",".jslintrc",".swcrc"],tmScope:"source.json",aliases:["geojson","jsonl","sarif","topojson"],codemirrorMode:"javascript",codemirrorMimeType:"application/json",parsers:["json"],vscodeLanguageIds:["json"],linguistLanguageId:174},{name:"JSON with Comments",type:"data",aceMode:"javascript",extensions:[".jsonc",".code-snippets",".code-workspace",".sublime-build",".sublime-color-scheme",".sublime-commands",".sublime-completions",".sublime-keymap",".sublime-macro",".sublime-menu",".sublime-mousemap",".sublime-project",".sublime-settings",".sublime-theme",".sublime-workspace",".sublime_metrics",".sublime_session"],filenames:[],tmScope:"source.json.comments",aliases:["jsonc"],codemirrorMode:"javascript",codemirrorMimeType:"text/javascript",group:"JSON",parsers:["jsonc"],vscodeLanguageIds:["jsonc"],linguistLanguageId:423},{name:"JSON5",type:"data",aceMode:"json5",extensions:[".json5"],tmScope:"source.js",codemirrorMode:"javascript",codemirrorMimeType:"application/json",parsers:["json5"],vscodeLanguageIds:["json5"],linguistLanguageId:175}];var PD={};Co(PD,{estree:()=>uD,"estree-json":()=>rS});var LD={JsonRoot:["node"],ArrayExpression:["elements"],ObjectExpression:["properties"],ObjectProperty:["key","value"],UnaryExpression:["argument"],NullLiteral:[],BooleanLiteral:[],StringLiteral:[],NumericLiteral:[],Identifier:[],TemplateLiteral:["quasis"],TemplateElement:[]};var qD=Vb(LD),eS=qD;function Ur(ml){return ml.extra.raw}var tS=new Set(["start","end","loc","comments","leadingComments","trailingComments","innerComments","errors","range","tokens"]);function Pi(ml,Al){let{type:Rl}=ml;if(Rl==="ObjectProperty"){let{key:Rl}=ml;if(Rl.type==="Identifier"){let{name:ml}=Rl;Al.key={type:"StringLiteral",value:ml,extra:{rawValue:ml}}}else if(Rl.type==="NumericLiteral"){let ml=Ur(Rl);String(Number(ml))===ml&&(Al.key={type:"StringLiteral",value:ml,extra:{rawValue:ml}})}}if(Rl==="StringLiteral"&&delete Al.extra.raw,Rl==="UnaryExpression"&&ml.operator==="+")return Al.argument;if((Rl==="ArrayExpression"||Rl==="ObjectExpression")&&(Al.extra??(Al.extra={}),ml.extra?.trailingComma&&delete Al.extra.trailingComma),Rl==="ArrayExpression"){for(let[Rl,zl]of ml.elements.entries())zl===null&&Al.elements.splice(Rl,0,{type:"NullLiteral"});return}if(Rl==="TemplateLiteral"){let Al=ml.quasis[0].value.cooked;return{type:"StringLiteral",value:Al,extra:{rawValue:Al}}}}Pi.ignoredProperties=tS;function Ii(ml,Al,Rl){let{node:zl}=ml;switch(zl.type){case"JsonRoot":return[Rl("node"),xw];case"ArrayExpression":{if(zl.elements.length===0)return"[]";let Al=ml.map(()=>ml.node===null?"null":Rl(),"elements");return["[",f([xw,w([",",xw],Al)]),xw,"]"]}case"ObjectExpression":return zl.properties.length===0?"{}":["{",f([xw,w([",",xw],ml.map(Rl,"properties"))]),xw,"}"];case"ObjectProperty":return[Rl("key"),": ",Rl("value")];case"UnaryExpression":return[zl.operator==="+"?"":zl.operator,Rl("argument")];case"NullLiteral":return"null";case"BooleanLiteral":return zl.value?"true":"false";case"StringLiteral":return bC(Ur(zl),Al);case"NumericLiteral":{let Al=Ur(zl);return Hp(ml)&&String(Number(Al))===Al?`"${Al}"`:Al}case"Identifier":return Hp(ml)?JSON.stringify(zl.name):zl.name;case"TemplateLiteral":return Rl(["quasis",0]);case"TemplateElement":return JSON.stringify(zl.value.cooked);default:throw new nx(zl,"JSON")}}function Hp(ml){return ml.key==="key"&&ml.parent.type==="ObjectProperty"}var rS={massageAstNode:Pi,print:Ii,getVisitorKeys:eS};var nS={bracketSpacing:{category:"Common",type:"boolean",default:!0,description:"Print spaces between brackets.",oppositeDescription:"Do not print spaces between brackets."},objectWrap:{category:"Common",type:"choice",default:"preserve",description:"How to wrap object literals.",choices:[{value:"preserve",description:"Keep as multi-line, if there is a newline between the opening brace and first property."},{value:"collapse",description:"Fit to a single line when possible."}]},singleQuote:{category:"Common",type:"boolean",default:!1,description:"Use single quotes instead of double quotes."},proseWrap:{category:"Common",type:"choice",default:"preserve",description:"How to wrap prose.",choices:[{value:"always",description:"Wrap prose if it exceeds the print width."},{value:"never",description:"Do not wrap prose."},{value:"preserve",description:"Wrap prose as-is."}]},bracketSameLine:{category:"Common",type:"boolean",default:!1,description:"Put > of opening tags on the last line instead of on a new line."},singleAttributePerLine:{category:"Common",type:"boolean",default:!1,description:"Enforce single attribute per line in HTML, Vue and JSX."}};var iS="JavaScript",sS={arrowParens:{category:iS,type:"choice",default:"always",description:"Include parentheses around a sole arrow function parameter.",choices:[{value:"always",description:"Always include parens. Example: `(x) => x`"},{value:"avoid",description:"Omit parens when possible. Example: `x => x`"}]},bracketSameLine:nS.bracketSameLine,objectWrap:nS.objectWrap,bracketSpacing:nS.bracketSpacing,jsxBracketSameLine:{category:iS,type:"boolean",description:"Put > on the last line instead of at a new line.",deprecated:"2.4.0"},semi:{category:iS,type:"boolean",default:!0,description:"Print semicolons.",oppositeDescription:"Do not print semicolons, except at the beginning of lines which may need them."},experimentalOperatorPosition:{category:iS,type:"choice",default:"end",description:"Where to print operators when binary expressions wrap lines.",choices:[{value:"start",description:"Print operators at the start of new lines."},{value:"end",description:"Print operators at the end of previous lines."}]},experimentalTernaries:{category:iS,type:"boolean",default:!1,description:"Use curious ternaries, with the question mark after the condition.",oppositeDescription:"Default behavior of ternaries; keep question marks on the same line as the consequent."},singleQuote:nS.singleQuote,jsxSingleQuote:{category:iS,type:"boolean",default:!1,description:"Use single quotes in JSX."},quoteProps:{category:iS,type:"choice",default:"as-needed",description:"Change when properties in objects are quoted.",choices:[{value:"as-needed",description:"Only add quotes around object properties where required."},{value:"consistent",description:"If at least one property in an object requires quotes, quote all properties."},{value:"preserve",description:"Respect the input use of quotes in object properties."}]},trailingComma:{category:iS,type:"choice",default:"all",description:"Print trailing commas wherever possible when multi-line.",choices:[{value:"all",description:"Trailing commas wherever possible (including function arguments)."},{value:"es5",description:"Trailing commas where valid in ES5 (objects, arrays, etc.)"},{value:"none",description:"No trailing commas."}]},singleAttributePerLine:nS.singleAttributePerLine},aS=sS;var oS={...kh,...PD},lS=[...yh,...FD];return rc(rd)})},19540:ml=>{(function(Al){function e(){var ml=Al();return ml.default||ml}if(true)ml.exports=e();else{var Rl}})(function(){"use strict";var ml=Object.defineProperty;var Al=Object.getOwnPropertyDescriptor;var Rl=Object.getOwnPropertyNames;var zl=Object.prototype.hasOwnProperty;var Dr=ml=>{throw TypeError(ml)};var rs=(Al,Rl,zl)=>Rl in Al?ml(Al,Rl,{enumerable:!0,configurable:!0,writable:!0,value:zl}):Al[Rl]=zl;var Ir=(Al,Rl)=>{for(var zl in Rl)ml(Al,zl,{get:Rl[zl],enumerable:!0})},ns=(rd,yh,kh,Qh)=>{if(yh&&typeof yh=="object"||typeof yh=="function")for(let cf of Rl(yh))!zl.call(rd,cf)&&cf!==kh&&ml(rd,cf,{get:()=>yh[cf],enumerable:!(Qh=Al(yh,cf))||Qh.enumerable});return rd};var is=Al=>ns(ml({},"__esModule",{value:!0}),Al);var zt=(ml,Al,Rl)=>rs(ml,typeof Al!="symbol"?Al+"":Al,Rl),ss=(ml,Al,Rl)=>Al.has(ml)||Dr("Cannot "+Rl);var qe=(ml,Al,Rl)=>(ss(ml,Al,"read from private field"),Rl?Rl.call(ml):Al.get(ml)),Rr=(ml,Al,Rl)=>Al.has(ml)?Dr("Cannot add the same private member more than once"):Al instanceof WeakSet?Al.add(ml):Al.set(ml,Rl);var rd={};Ir(rd,{languages:()=>yC,options:()=>wC,parsers:()=>CC,printers:()=>JC});var ke=(ml,Al)=>(Rl,zl,...rd)=>Rl|1&&zl==null?void 0:(Al.call(zl)??zl[ml]).apply(zl,rd);var yh=String.prototype.replaceAll??function(ml,Al){return ml.global?this.replace(ml,Al):this.split(ml).join(Al)},kh=ke("replaceAll",function(){if(typeof this=="string")return yh}),Qh=kh;function ls(ml){return this[ml<0?this.length+ml:ml]}var cf=ke("at",function(){if(Array.isArray(this)||typeof this=="string")return ls}),t_=cf;var us=()=>{},r_=us;var u_="string",C_="array",D_="cursor",S_="indent",P_="align",Cg="trim",eA="group",tA="fill",rA="if-break",nA="indent-if-break",iA="line-suffix",sA="line-suffix-boundary",aA="line",oA="label",lA="break-parent",cA=new Set([D_,S_,P_,Cg,eA,tA,rA,nA,iA,sA,aA,oA,lA]);function ft(ml,Al,Rl){if(!ml.has(Al)){let zl=Rl(Al);ml.set(Al,zl)}return ml.get(Al)}function ps(ml){if(typeof ml=="string")return u_;if(Array.isArray(ml))return C_;if(!ml)return;let{type:Al}=ml;if(cA.has(Al))return Al}var uA=ps;var hs=ml=>new Intl.ListFormat("en-US",{type:"disjunction"}).format(ml);function ms(ml){let Al=ml===null?"null":typeof ml;if(Al!=="string"&&Al!=="object")return`Unexpected doc '${Al}', \nExpected it to be 'string' or 'object'.`;if(uA(ml))throw new Error("doc is valid.");let Rl=Object.prototype.toString.call(ml);if(Rl!=="[object Object]")return`Unexpected doc '${Rl}'.`;let zl=hs([...cA].map(ml=>`'${ml}'`));return`Unexpected doc.type '${ml.type}'.\nExpected it to be ${zl}.`}var pA=class extends Error{name="InvalidDocError";constructor(ml){super(ms(ml)),this.doc=ml}},dA=pA;function $t(ml,Al){if(typeof ml=="string")return Al(ml);let Rl=new Map;return n(ml);function n(ml){return ft(Rl,ml,i)}function i(ml){switch(uA(ml)){case C_:return Al(ml.map(n));case tA:return Al({...ml,parts:ml.parts.map(n)});case rA:return Al({...ml,breakContents:n(ml.breakContents),flatContents:n(ml.flatContents)});case eA:{let{expandedStates:Rl,contents:zl}=ml;return Rl?(Rl=Rl.map(n),zl=Rl[0]):zl=n(zl),Al({...ml,contents:zl,expandedStates:Rl})}case P_:case S_:case nA:case oA:case iA:return Al({...ml,contents:n(ml.contents)});case u_:case D_:case Cg:case sA:case aA:case lA:return Al(ml);default:throw new dA(ml)}}}function L(ml,Al=wA){return $t(ml,ml=>typeof ml=="string"?R(Al,ml.split(`\n`)):ml)}var hA=r_,fA=r_,_A=r_,mA=r_;function A(ml){return hA(ml),{type:S_,contents:ml}}function fs(ml,Al){return mA(ml),hA(Al),{type:P_,contents:Al,n:ml}}function Hr(ml){return fs(Number.NEGATIVE_INFINITY,ml)}var gA={type:lA};function _t(ml){return _A(ml),{type:tA,parts:ml}}function C(ml,Al={}){return hA(ml),fA(Al.expandedStates,!0),{type:eA,id:Al.id,contents:ml,break:!!Al.shouldBreak,expandedStates:Al.expandedStates}}function $(ml,Al="",Rl={}){return hA(ml),Al!==""&&hA(Al),{type:rA,breakContents:ml,flatContents:Al,groupId:Rl.groupId}}function Fr(ml,Al){return hA(ml),{type:nA,contents:ml,groupId:Al.groupId,negate:Al.negate}}function R(ml,Al){hA(ml),fA(Al);let Rl=[];for(let zl=0;zlkh?zl:Rl).character}function jt(ml){if(typeof ml!="string")throw new TypeError("Expected a string");return ml.replace(/[|\\{}()[\]^$+*?.]/g,"\\$&").replace(/-/g,"\\x2d")}var kA=class{#_e;constructor(ml){this.#_e=new Set(ml)}getLeadingWhitespaceCount(ml){let Al=this.#_e,Rl=0;for(let zl=0;zl=0&&Al.has(ml.charAt(zl));zl--)Rl++;return Rl}getLeadingWhitespace(ml){let Al=this.getLeadingWhitespaceCount(ml);return ml.slice(0,Al)}getTrailingWhitespace(ml){let Al=this.getTrailingWhitespaceCount(ml);return ml.slice(ml.length-Al)}hasLeadingWhitespace(ml){return this.#_e.has(ml.charAt(0))}hasTrailingWhitespace(ml){return this.#_e.has(t_(0,ml,-1))}trimStart(ml){let Al=this.getLeadingWhitespaceCount(ml);return ml.slice(Al)}trimEnd(ml){let Al=this.getTrailingWhitespaceCount(ml);return ml.slice(0,ml.length-Al)}trim(ml){return this.trimEnd(this.trimStart(ml))}split(ml,Al=!1){let Rl=`[${jt([...this.#_e].join(""))}]+`,zl=new RegExp(Al?`(${Rl})`:Rl);return ml.split(zl)}hasWhitespaceCharacter(ml){let Al=this.#_e;return Array.prototype.some.call(ml,ml=>Al.has(ml))}hasNonWhitespaceCharacter(ml){let Al=this.#_e;return Array.prototype.some.call(ml,ml=>!Al.has(ml))}isWhitespaceOnly(ml){let Al=this.#_e;return Array.prototype.every.call(ml,ml=>Al.has(ml))}#me(ml){let Al=Number.POSITIVE_INFINITY;for(let Rl of ml.split(`\n`)){if(Rl.length===0)continue;let ml=this.getLeadingWhitespaceCount(Rl);if(ml===0)return 0;Rl.length!==ml&&mlml.slice(Al)).join(`\n`)}},TA=kA;var IA=["\t",`\n`,"\f","\r"," "],BA=new TA(IA),FA=BA;var PA=class extends Error{name="UnexpectedNodeError";constructor(ml,Al,Rl="type"){super(`Unexpected ${Al} node ${Rl}: ${JSON.stringify(ml[Rl])}.`),this.node=ml}},RA=PA;function j(ml,Al=!0){return[A([yA,ml]),Al?yA:""]}function q(ml,Al){let Rl=ml.type==="NGRoot"?ml.node.type==="NGMicrosyntax"&&ml.node.body.length===1&&ml.node.body[0].type==="NGMicrosyntaxExpression"?ml.node.body[0].expression:ml.node:ml.type==="JsExpressionRoot"?ml.node:ml;return Rl&&(Rl.type==="ObjectExpression"||Rl.type==="ArrayExpression"||(Al.parser==="__vue_expression"||Al.parser==="__vue_ts_expression"||Al.parser==="__ng_binding"||Al.parser==="__ng_directive")&&(Rl.type==="TemplateLiteral"||Rl.type==="StringLiteral"))}async function E(ml,Al,Rl,zl){Rl={__isInHtmlAttribute:!0,__embeddedInHtml:!0,...Rl};let rd=!0;zl&&(Rl.__onHtmlBindingRoot=(ml,Al)=>{rd=zl(ml,Al)});let yh=await Al(ml,Rl,Al);return rd?C(yh):j(yh)}function ks(ml,Al,Rl,zl){let{node:rd}=Rl,yh=zl.originalText.slice(rd.sourceSpan.start.offset,rd.sourceSpan.end.offset);return/^\s*$/.test(yh)?"":E(yh,ml,{parser:"__ng_directive",__isInHtmlAttribute:!1},q)}var NA=ks;var OA=Object.hasOwn??Function.prototype.call.bind(Object.prototype.hasOwnProperty),QA=OA;var LA=Array.prototype.toReversed??function(){return[...this].reverse()},MA=ke("toReversed",function(){if(Array.isArray(this))return LA}),jA=MA;function ys(){let ml=globalThis,Al=ml.process?.platform;if(typeof Al=="string")return Al.startsWith("win");let Rl=ml.Deno?.build?.os;return typeof Rl=="string"?Rl==="windows":ml.navigator?.platform?.startsWith("Win")??!1}var UA=ys();function Yr(ml){if(ml=ml instanceof URL?ml:new URL(ml),ml.protocol!=="file:")throw new TypeError(`URL must be a file URL: received "${ml.protocol}"`);return ml}function xs(ml){return ml=Yr(ml),decodeURIComponent(ml.pathname.replace(/%(?![0-9A-Fa-f]{2})/g,"%25"))}function Ls(ml){ml=Yr(ml);let Al=decodeURIComponent(ml.pathname.replace(/\//g,"\\").replace(/%(?![0-9A-Fa-f]{2})/g,"%25")).replace(/^\\*([A-Za-z]:)(\\|$)/,"$1\\");return ml.hostname!==""&&(Al=`\\\\${ml.hostname}${Al}`),Al}function Qt(ml){return UA?Ls(ml):xs(ml)}var Kr=ml=>String(ml).split(/[/\\]/).pop(),Qr=ml=>String(ml).startsWith("file:");function As(ml){return Array.isArray(ml)&&ml.length>0}var GA=As;function Xr(ml,Al){if(!Al)return;let Rl=Kr(Al).toLowerCase();return ml.find(({filenames:ml})=>ml?.some(ml=>ml.toLowerCase()===Rl))??ml.find(({extensions:ml})=>ml?.some(ml=>Rl.endsWith(ml)))}function Ps(ml,Al){if(Al)return ml.find(({name:ml})=>ml.toLowerCase()===Al)??ml.find(({aliases:ml})=>ml?.includes(Al))??ml.find(({extensions:ml})=>ml?.includes(`.${Al}`))}var qA=void 0;function Jr(ml,Al){if(Al){if(Qr(Al))try{Al=Qt(Al)}catch{return}if(typeof Al=="string")return ml.find(({isSupported:ml})=>ml?.({filepath:Al}))}}function Ds(ml,Al){let Rl=jA(0,ml.plugins).flatMap(ml=>ml.languages??[]);return(Ps(Rl,Al.language)??Xr(Rl,Al.physicalFile)??Xr(Rl,Al.file)??Jr(Rl,Al.physicalFile)??Jr(Rl,Al.file)??qA?.(Rl,Al.physicalFile))?.parsers[0]}var $A=Ds;var JA=Symbol.for("PRETTIER_IS_FRONT_MATTER");function Is(ml){return!!ml?.[JA]}var HA=Is;function Rs(ml){return Qh(0,ml,/[^\n]/g," ")}var VA=Rs;var WA=3;function Os(ml){let Al=ml.slice(0,WA);if(Al!=="---"&&Al!=="+++")return;let Rl=ml.indexOf(`\n`,WA);if(Rl===-1)return;let zl=ml.slice(WA,Rl).trim(),rd=ml.indexOf(`\n${Al}`,Rl),yh=zl;if(yh||(yh=Al==="+++"?"toml":"yaml"),rd===-1&&Al==="---"&&yh==="yaml"&&(rd=ml.indexOf(`\n...`,Rl)),rd===-1)return;let kh=rd+1+WA,Qh=ml.charAt(kh+1);if(!/\s?/.test(Qh))return;let cf=ml.slice(0,kh),r_;return{language:yh,explicitLanguage:zl||null,value:ml.slice(Rl+1,rd),startDelimiter:Al,endDelimiter:cf.slice(-WA),raw:cf,start:{line:1,column:0,index:0},end:{index:cf.length,get line(){return r_??(r_=cf.split(`\n`)),r_.length},get column(){return r_??(r_=cf.split(`\n`)),t_(0,r_,-1).length}},[JA]:!0}}function Ms(ml){let Al=Os(ml);return Al?{frontMatter:Al,get content(){let{raw:Rl}=Al;return VA(Rl)+ml.slice(Rl.length)}}:{content:ml}}var zA=Ms;var YA="inline",KA={area:"none",base:"none",basefont:"none",datalist:"none",head:"none",link:"none",meta:"none",noembed:"none",noframes:"none",param:"block",rp:"none",script:"block",style:"none",template:"inline",title:"none",html:"block",body:"block",address:"block",blockquote:"block",center:"block",dialog:"block",div:"block",figure:"block",figcaption:"block",footer:"block",form:"block",header:"block",hr:"block",legend:"block",listing:"block",main:"block",p:"block",plaintext:"block",pre:"block",search:"block",xmp:"block",slot:"contents",ruby:"ruby",rt:"ruby-text",article:"block",aside:"block",h1:"block",h2:"block",h3:"block",h4:"block",h5:"block",h6:"block",hgroup:"block",nav:"block",section:"block",dir:"block",dd:"block",dl:"block",dt:"block",menu:"block",ol:"block",ul:"block",li:"list-item",table:"table",caption:"table-caption",colgroup:"table-column-group",col:"table-column",thead:"table-header-group",tbody:"table-row-group",tfoot:"table-footer-group",tr:"table-row",td:"table-cell",th:"table-cell",input:"inline-block",button:"inline-block",fieldset:"block",details:"block",summary:"block",marquee:"inline-block",select:"inline-block",source:"block",track:"block",meter:"inline-block",progress:"inline-block",object:"inline-block",video:"inline-block",audio:"inline-block",option:"block",optgroup:"block"},XA="normal",ZA={listing:"pre",plaintext:"pre",pre:"pre",xmp:"pre",nobr:"nowrap",table:"initial",textarea:"pre-wrap"};function Bs(ml){return ml.kind==="element"&&!ml.hasExplicitNamespace&&!["html","svg"].includes(ml.namespace)}var dy=Bs;var qs=ml=>Qh(0,ml,/^[\t\f\r ]*\n/g,""),er=ml=>qs(FA.trimEnd(ml)),tn=ml=>{let Al=ml,Rl=FA.getLeadingWhitespace(Al);Rl&&(Al=Al.slice(Rl.length));let zl=FA.getTrailingWhitespace(Al);return zl&&(Al=Al.slice(0,-zl.length)),{leadingWhitespace:Rl,trailingWhitespace:zl,text:Al}};function kt(ml,Al){return!!(ml.kind==="ieConditionalComment"&&ml.lastChild&&!ml.lastChild.isSelfClosing&&!ml.lastChild.endSourceSpan||ml.kind==="ieConditionalComment"&&!ml.complete||Y(ml)&&ml.children.some(ml=>ml.kind!=="text"&&ml.kind!=="interpolation")||Tt(ml,Al)&&!O(ml,Al)&&ml.kind!=="interpolation")}function le(ml){return ml.kind==="attribute"||!ml.parent||!ml.prev?!1:Hs(ml.prev)}function Hs(ml){return ml.kind==="comment"&&ml.value.trim()==="prettier-ignore"}function N(ml){return ml.kind==="text"||ml.kind==="comment"}function O(ml,Al){return ml.kind==="element"&&(ml.fullName==="script"||ml.fullName==="style"||ml.fullName==="svg:style"||ml.fullName==="svg:script"||ml.fullName==="mj-style"&&Al.parser==="mjml"||dy(ml)&&(ml.name==="script"||ml.name==="style"))}function rn(ml,Al){return ml.children&&!O(ml,Al)}function nn(ml,Al){return O(ml,Al)||ml.kind==="interpolation"||tr(ml)}function tr(ml){return dn(ml).startsWith("pre")}function sn(ml,Al){let Rl=n();if(Rl&&!ml.prev&&ml.parent?.tagDefinition?.ignoreFirstLf)return ml.kind==="interpolation";return Rl;function n(){return HA(ml)||ml.kind==="angularControlFlowBlock"?!1:(ml.kind==="text"||ml.kind==="interpolation")&&ml.prev&&(ml.prev.kind==="text"||ml.prev.kind==="interpolation")?!0:!ml.parent||ml.parent.cssDisplay==="none"?!1:Y(ml.parent)?!0:!(!ml.prev&&(ml.parent.kind==="root"||Y(ml)&&ml.parent||O(ml.parent,Al)||Ge(ml.parent,Al)||!Gs(ml.parent.cssDisplay))||ml.prev&&!Ys(ml.prev.cssDisplay))}}function an(ml,Al){return HA(ml)||ml.kind==="angularControlFlowBlock"?!1:(ml.kind==="text"||ml.kind==="interpolation")&&ml.next&&(ml.next.kind==="text"||ml.next.kind==="interpolation")?!0:!ml.parent||ml.parent.cssDisplay==="none"?!1:Y(ml.parent)?!0:!(!ml.next&&(ml.parent.kind==="root"||Y(ml)&&ml.parent||O(ml.parent,Al)||Ge(ml.parent,Al)||!$s(ml.parent.cssDisplay))||ml.next&&!js(ml.next.cssDisplay))}function on(ml,Al){return Ks(ml.cssDisplay)&&!O(ml,Al)}function We(ml){return HA(ml)||ml.next&&ml.sourceSpan.end&&ml.sourceSpan.end.line+10&&(["body","script","style"].includes(ml.name)||ml.children.some(ml=>Vs(ml)))||ml.firstChild&&ml.firstChild===ml.lastChild&&ml.firstChild.kind!=="text"&&un(ml.firstChild)&&(!ml.lastChild.isTrailingSpaceSensitive||pn(ml.lastChild))}function rr(ml){return ml.kind==="element"&&ml.children.length>0&&(["html","head","ul","ol","select"].includes(ml.name)||ml.cssDisplay.startsWith("table")&&ml.cssDisplay!=="table-cell")}function bt(ml){return hn(ml)||ml.prev&&Fs(ml.prev)||cn(ml)}function Fs(ml){return hn(ml)||ml.kind==="element"&&ml.fullName==="br"||cn(ml)}function cn(ml){return un(ml)&&pn(ml)}function un(ml){return ml.hasLeadingSpaces&&(ml.prev?ml.prev.sourceSpan.end.lineml.sourceSpan.end.line:ml.parent.kind==="root"||ml.parent.endSourceSpan&&ml.parent.endSourceSpan.start.line>ml.sourceSpan.end.line)}function hn(ml){switch(ml.kind){case"ieConditionalComment":case"comment":case"directive":return!0;case"element":return["script","select"].includes(ml.name)}return!1}function wt(ml){return ml.lastChild?wt(ml.lastChild):ml}function Vs(ml){return ml.children?.some(ml=>ml.kind!=="text")}function mn(ml){if(ml)switch(ml){case"module":case"text/javascript":case"text/babel":case"text/jsx":case"application/javascript":return"babel";case"application/x-typescript":return"typescript";case"text/markdown":return"markdown";case"text/html":return"html";case"text/x-handlebars-template":return"glimmer";default:if(ml.endsWith("json")||ml.endsWith("importmap")||ml==="speculationrules")return"json"}}function Us(ml,Al){let{name:Rl,attrMap:zl}=ml;if(Rl!=="script"||QA(zl,"src"))return;let{type:rd,lang:yh}=ml.attrMap;return!yh&&!rd?"babel":$A(Al,{language:yh})??mn(rd)}function Ws(ml,Al){if(!Tt(ml,Al))return;let{attrMap:Rl}=ml;if(QA(Rl,"src"))return;let{type:zl,lang:rd}=Rl;return $A(Al,{language:rd})??mn(zl)}function zs(ml,Al){if(ml.name==="style"){let{lang:Rl}=ml.attrMap;return Rl?$A(Al,{language:Rl}):"css"}if(ml.name==="mj-style"&&Al.parser==="mjml")return"css"}function nr(ml,Al){return Us(ml,Al)??zs(ml,Al)??Ws(ml,Al)}function ze(ml){return ml==="block"||ml==="list-item"||ml.startsWith("table")}function Gs(ml){return!ze(ml)&&ml!=="inline-block"}function $s(ml){return!ze(ml)&&ml!=="inline-block"}function js(ml){return!ze(ml)}function Ys(ml){return!ze(ml)}function Ks(ml){return!ze(ml)&&ml!=="inline-block"}function Y(ml){return dn(ml).startsWith("pre")}function Qs(ml,Al){let Rl=ml;for(;Rl;){if(Al(Rl))return!0;Rl=Rl.parent}return!1}function fn(ml,Al){if(ce(ml,Al))return"block";if(ml.prev?.kind==="comment"){let Al=ml.prev.value.match(/^\s*display:\s*([a-z]+)\s*$/);if(Al)return Al[1]}let Rl=!1;if(ml.kind==="element"&&ml.namespace==="svg")if(Qs(ml,ml=>ml.fullName==="svg:foreignObject"))Rl=!0;else return ml.name==="svg"?"inline-block":"block";switch(Al.htmlWhitespaceSensitivity){case"strict":return"inline";case"ignore":return"block";default:if(ml.kind==="element"&&(!ml.namespace||Rl||dy(ml))&&QA(KA,ml.name))return KA[ml.name]}return YA}function dn(ml){return ml.kind==="element"&&(!ml.namespace||dy(ml))&&QA(ZA,ml.name)?ZA[ml.name]:XA}function ir(ml){return Qh(0,Qh(0,ml,"'","'"),""",'"')}function w(ml){return ir(ml.value)}var my=new Set(["template","style","script"]);function Ge(ml,Al){return ce(ml,Al)&&!my.has(ml.fullName)}function ce(ml,Al){return Al.parser==="vue"&&ml.kind==="element"&&ml.parent.kind==="root"&&ml.fullName.toLowerCase()!=="html"}function Tt(ml,Al){return ce(ml,Al)&&(Ge(ml,Al)||ml.attrMap.lang&&ml.attrMap.lang!=="html")}function gn(ml){let Al=ml.fullName;return Al.charAt(0)==="#"||Al==="slot-scope"||Al==="v-slot"||Al.startsWith("v-slot:")}function _n(ml,Al){let Rl=ml.parent;if(!ce(Rl,Al))return!1;let zl=Rl.fullName,rd=ml.fullName;return zl==="script"&&rd==="setup"||zl==="style"&&rd==="vars"}function yt(ml,Al=ml.value){return ml.parent.isWhitespaceSensitive?ml.parent.isIndentationSensitive?L(Al):L(FA.dedentString(er(Al)),vA):R(AA,FA.split(Al))}function Et(ml,Al){return ce(ml,Al)&&ml.name==="script"}function Js(ml){let{valueSpan:Al,value:Rl}=ml;return Al.end.offset-Al.start.offset===Rl.length+2}function xt(ml,Al){if(Js(ml))return!1;let{value:Rl}=ml;return/^PRETTIER_HTML_PLACEHOLDER_\d+_\d+_IN_JS$/.test(Rl)||Al.parser==="lwc"&&Rl.startsWith("{")&&Rl.endsWith("}")}var vy=/\{\{(.+?)\}\}/s,vn=({node:{value:ml}})=>vy.test(ml);async function Cn(ml,Al,Rl){let zl=w(Rl.node),rd=[];for(let[Al,Rl]of zl.split(vy).entries())if(Al%2===0)rd.push(L(Rl));else try{rd.push(C(["{{",A([AA,await E(Rl,ml,{parser:"__ng_interpolation",__isInHtmlInterpolation:!0})]),AA,"}}"]))}catch{rd.push("{{",L(Rl),"}}")}return rd}var sr=ml=>(Al,Rl,zl)=>E(w(zl.node),Al,{parser:ml},q),xy=[{test(ml){let Al=ml.node.fullName;return Al.startsWith("(")&&Al.endsWith(")")||Al.startsWith("on-")},print:sr("__ng_action")},{test(ml){let Al=ml.node.fullName;return Al.startsWith("[")&&Al.endsWith("]")||/^bind(?:on)?-/.test(Al)||/^ng-(?:if|show|hide|class|style)$/.test(Al)},print:sr("__ng_binding")},{test:ml=>ml.node.fullName.startsWith("*"),print:sr("__ng_directive")},{test:ml=>/^i18n(?:-.+)?$/.test(ml.node.fullName),print:ea},{test:vn,print:Cn}].map(({test:ml,print:Al})=>({test:(Al,Rl)=>Rl.parser==="angular"&&ml(Al),print:Al}));function ea(ml,Al,{node:Rl}){let zl=w(Rl);return j(_t(yt(Rl,zl.trim())),!zl.includes("@@"))}var Ty=xy;var bn=({node:ml},Al)=>!Al.parentParser&&ml.fullName==="class"&&!ml.value.includes("{{"),wn=(ml,Al,Rl)=>Qh(0,w(Rl.node).trim(),/\s+/g," ");var Qy=["onabort","onafterprint","onauxclick","onbeforeinput","onbeforematch","onbeforeprint","onbeforetoggle","onbeforeunload","onblur","oncancel","oncanplay","oncanplaythrough","onchange","onclick","onclose","oncommand","oncontextlost","oncontextmenu","oncontextrestored","oncopy","oncuechange","oncut","ondblclick","ondrag","ondragend","ondragenter","ondragleave","ondragover","ondragstart","ondrop","ondurationchange","onemptied","onended","onerror","onfocus","onformdata","onhashchange","oninput","oninvalid","onkeydown","onkeypress","onkeyup","onlanguagechange","onload","onloadeddata","onloadedmetadata","onloadstart","onmessage","onmessageerror","onmousedown","onmouseenter","onmouseleave","onmousemove","onmouseout","onmouseover","onmouseup","onoffline","ononline","onpagehide","onpagereveal","onpageshow","onpageswap","onpaste","onpause","onplay","onplaying","onpopstate","onprogress","onratechange","onrejectionhandled","onreset","onresize","onscroll","onscrollend","onsecuritypolicyviolation","onseeked","onseeking","onselect","onslotchange","onstalled","onstorage","onsubmit","onsuspend","ontimeupdate","ontoggle","onunhandledrejection","onunload","onvolumechange","onwaiting","onwheel"];var Ky=new Set(Qy),Tn=({node:ml},Al)=>Ky.has(ml.fullName)&&!Al.parentParser&&!ml.value.includes("{{"),yn=(ml,Al,Rl)=>E(w(Rl.node),ml,{parser:"babel",__isHtmlInlineEventHandler:!0},()=>!1);function na(ml){let Al=[];for(let Rl of ml.split(";")){if(Rl=FA.trim(Rl),!Rl)continue;let[ml,...zl]=FA.split(Rl);Al.push({name:ml,value:zl})}return Al}var Qb=na;var xn=({node:ml},Al)=>ml.fullName==="allow"&&!Al.parentParser&&ml.parent.fullName==="iframe"&&!ml.value.includes("{{");function Ln(ml,Al,Rl){let{node:zl}=Rl,rd=Qb(w(zl));return rd.length===0?[""]:j(rd.map(({name:ml,value:Al},Rl)=>[[ml,...Al].join(" "),Rl===rd.length-1?$(";"):[";",AA]]))}function An(ml){return ml==="\t"||ml===`\n`||ml==="\f"||ml==="\r"||ml===" "}var Lb=/^[ \t\n\r\u000c]+/,Mb=/^[, \t\n\r\u000c]+/,jb=/^[^ \t\n\r\u000c]+/,Gb=/[,]+$/,Vb=/^\d+$/,Yb=/^-?(?:[0-9]+|[0-9]*\.[0-9]+)(?:[eE][+-]?[0-9]+)?$/;function ca(ml){let Al=ml.length,Rl,zl,rd,yh,kh,Qh=0,cf;function c(Al){let Rl,zl=Al.exec(ml.substring(Qh));if(zl)return[Rl]=zl,Qh+=Rl.length,Rl}let t_=[];for(;;){if(c(Mb),Qh>=Al){if(t_.length===0)throw new Error("Must contain one or more image candidate strings.");return t_}cf=Qh,Rl=c(jb),zl=[],Rl.slice(-1)===","?(Rl=Rl.replace(Gb,""),_()):d()}function d(){for(c(Lb),rd="",yh="in descriptor";;){if(kh=ml.charAt(Qh),yh==="in descriptor")if(An(kh))rd&&(zl.push(rd),rd="",yh="after descriptor");else if(kh===","){Qh+=1,rd&&zl.push(rd),_();return}else if(kh==="(")rd+=kh,yh="in parens";else if(kh===""){rd&&zl.push(rd),_();return}else rd+=kh;else if(yh==="in parens")if(kh===")")rd+=kh,yh="in descriptor";else if(kh===""){zl.push(rd),_();return}else rd+=kh;else if(yh==="after descriptor"&&!An(kh))if(kh===""){_();return}else yh="in descriptor",Qh-=1;Qh+=1}}function _(){let Al=!1,rd,yh,kh,Qh,r_={},u_,C_,D_,S_,P_;for(Qh=0;Qhml.node.fullName==="srcset"&&(ml.parent.fullName==="img"||ml.parent.fullName==="source"),Xv={width:"w",height:"h",density:"x"},tE=Object.keys(Xv);function Rn(ml,Al,Rl){let zl=w(Rl.node),rd=Fv(zl),yh=tE.filter(ml=>rd.some(Al=>QA(Al,ml)));if(yh.length>1)throw new Error("Mixed descriptor in srcset is not supported");let[kh]=yh,Qh=Xv[kh],cf=rd.map(ml=>ml.source.value),t_=Math.max(...cf.map(ml=>ml.length)),r_=rd.map(ml=>ml[kh]?String(ml[kh].value):""),u_=r_.map(ml=>{let Al=ml.indexOf(".");return Al===-1?ml.length:Al}),C_=Math.max(...u_);return j(R([",",AA],cf.map((ml,Al)=>{let Rl=[ml],zl=r_[Al];if(zl){let rd=t_-ml.length+1,yh=C_-u_[Al],kh=" ".repeat(rd+yh);Rl.push($(kh," "),zl+Qh)}return Rl})))}var On=({node:ml},Al)=>ml.fullName==="style"&&!Al.parentParser&&!ml.value.includes("{{"),Mn=async(ml,Al,Rl)=>j(await ml(w(Rl.node),{parser:"css",__isHTMLStyleAttribute:!0}));var rE=new WeakMap;function ha(ml,Al){return ft(rE,ml.root,ml=>ml.children.some(ml=>Et(ml,Al)&&["ts","typescript"].includes(ml.attrMap.lang)))}var iE=ha;function Bn(ml,Al,Rl){let zl=w(Rl.node);return E(`type T<${zl}> = any`,ml,{parser:"babel-ts",__isEmbeddedTypescriptGenericParameters:!0},q)}function qn(ml,Al,Rl,zl){let rd=w(Rl.node),yh=iE(Rl,zl)?"babel-ts":"babel";return E(`function _(${rd}) {}`,ml,{parser:yh,__isVueBindings:!0})}async function Hn(ml,Al,Rl,zl){let rd=w(Rl.node),{left:yh,operator:kh,right:Qh}=ma(rd),cf=iE(Rl,zl);return[C(await E(`function _(${yh}) {}`,ml,{parser:cf?"babel-ts":"babel",__isVueForBindingLeft:!0}))," ",kh," ",await E(Qh,ml,{parser:cf?"__ts_expression":"__js_expression"})]}function ma(ml){let Al=/(.*?)\s+(in|of)\s+(.*)/s,Rl=ml.match(Al);if(!Rl)return;let zl={for:Rl[3].trim()};if(!zl.for)return;let rd=/,([^,\]}]*)(?:,([^,\]}]*))?$/,yh=/^\(|\)$/g,kh=Qh(0,Rl[1].trim(),yh,""),cf=kh.match(rd);cf?(zl.alias=kh.replace(rd,""),zl.iterator1=cf[1].trim(),cf[2]&&(zl.iterator2=cf[2].trim())):zl.alias=kh;let t_=[zl.alias,zl.iterator1,zl.iterator2];if(!t_.some((ml,Al)=>!ml&&(Al===0||t_.slice(Al+1).some(Boolean))))return{left:t_.filter(Boolean).join(","),operator:Rl[2],right:zl.for}}var sE=[{test:ml=>ml.node.fullName==="v-for",print:Hn},{test:(ml,Al)=>ml.node.fullName==="generic"&&Et(ml.parent,Al),print:Bn},{test:({node:ml},Al)=>gn(ml)||_n(ml,Al),print:qn},{test(ml){let Al=ml.node.fullName;return Al.startsWith("@")||Al.startsWith("v-on:")},print:da},{test(ml){let Al=ml.node.fullName;return Al.startsWith(":")||Al.startsWith(".")||Al.startsWith("v-bind:")},print:ga},{test:ml=>ml.node.fullName.startsWith("v-"),print:Fn}].map(({test:ml,print:Al})=>({test:(Al,Rl)=>Rl.parser==="vue"&&ml(Al,Rl),print:Al}));async function da(ml,Al,Rl,zl){try{return await Fn(ml,Al,Rl,zl)}catch(ml){if(ml.cause?.code!=="BABEL_PARSER_SYNTAX_ERROR")throw ml}let rd=w(Rl.node),yh=iE(Rl,zl)?"__vue_ts_event_binding":"__vue_event_binding";return E(rd,ml,{parser:yh},q)}function ga(ml,Al,Rl,zl){let rd=w(Rl.node),yh=iE(Rl,zl)?"__vue_ts_expression":"__vue_expression";return E(rd,ml,{parser:yh},q)}function Fn(ml,Al,Rl,zl){let rd=w(Rl.node),yh=iE(Rl,zl)?"__ts_expression":"__js_expression";return E(rd,ml,{parser:yh},q)}var pE=sE;var dE=[{test:Dn,print:Rn},{test:On,print:Mn},{test:Tn,print:yn},{test:bn,print:wn},{test:xn,print:Ln},...pE,...Ty].map(({test:ml,print:Al})=>({test:ml,print:va(Al)}));function Sa(ml,Al){let{node:Rl}=ml,{value:zl}=Rl;if(zl)return xt(Rl,Al)?[Rl.rawName,"=",zl]:dE.find(({test:Rl})=>Rl(ml,Al))?.print}function va(ml){return async(Al,Rl,zl,rd)=>{let yh=await ml(Al,Rl,zl,rd);if(yh)return yh=$t(yh,ml=>typeof ml=="string"?Qh(0,ml,'"',"""):ml),[zl.node.rawName,'="',C(yh),'"']}}var gE=Sa;var F=ml=>ml.sourceSpan.start.offset,J=ml=>ml.sourceSpan.end.offset;function $e(ml,Al){return[ml.isSelfClosing?"":Ca(ml,Al),ue(ml,Al)]}function Ca(ml,Al){return ml.lastChild&&K(ml.lastChild)?"":[ka(ml,Al),Lt(ml,Al)]}function ue(ml,Al){return(ml.next?V(ml.next):he(ml.parent))?"":[pe(ml,Al),M(ml,Al)]}function ka(ml,Al){return he(ml)?pe(ml.lastChild,Al):""}function M(ml,Al){return K(ml)?Lt(ml.parent,Al):je(ml)?At(ml.next,Al):""}function Lt(ml,Al){if(zn(ml,Al))return"";switch(ml.kind){case"ieConditionalComment":return"\x3c!--\x3e";case"interpolation":return"}}";case"angularIcuExpression":return"}";case"element":if(ml.isSelfClosing)return"/>";default:return">"}}function zn(ml,Al){return!ml.isSelfClosing&&!ml.endSourceSpan&&(le(ml)||kt(ml.parent,Al))}function V(ml){return ml.prev&&ml.prev.kind!=="docType"&&ml.kind!=="angularControlFlowBlock"&&!N(ml.prev)&&ml.isLeadingSpaceSensitive&&!ml.hasLeadingSpaces}function he(ml){return ml.lastChild?.isTrailingSpaceSensitive&&!ml.lastChild.hasTrailingSpaces&&!N(wt(ml.lastChild))&&!Y(ml)}function K(ml){return!ml.next&&!ml.hasTrailingSpaces&&ml.isTrailingSpaceSensitive&&N(wt(ml))}function je(ml){return ml.next&&!N(ml.next)&&N(ml)&&ml.isTrailingSpaceSensitive&&!ml.hasTrailingSpaces}function ba(ml){let Al=ml.trim().match(/^prettier-ignore-attribute(?:\s+(.+))?$/s);return Al?Al[1]?Al[1].split(/\s+/):!0:!1}function Ye(ml){return!ml.prev&&ml.isLeadingSpaceSensitive&&!ml.hasLeadingSpaces}function wa(ml,Al,Rl){let{node:zl}=ml,{attrs:rd=[],startTagComments:yh=[]}=zl;if(rd.length===0&&yh.length===0)return zl.isSelfClosing?" ":"";let kh=zl.prev?.kind==="comment"&&ba(zl.prev.value),Qh=typeof kh=="boolean"?()=>kh:Array.isArray(kh)?ml=>kh.includes(ml.rawName):()=>!1,cf=["attrs","startTagComments"].filter(ml=>GA(zl[ml])),t_=cf.flatMap(zl=>ml.map(({node:ml})=>({loc:F(ml),printed:ml.kind==="attribute"&&Qh(ml)?L(Al.originalText.slice(F(ml),J(ml))):Rl()}),zl));cf.length>1&&t_.sort((ml,Al)=>ml.loc-Al.loc);let r_=zl.kind==="element"&&zl.fullName==="script"&&rd.length===1&&rd[0].fullName==="src"&&zl.children.length===0&&yh.length===0,u_=yh.some(ml=>ml.type==="single"),C_=u_||Al.singleAttributePerLine&&rd.length>1&&!ce(zl,Al)?vA:AA,D_=[A([r_?" ":u_?vA:AA,R(C_,t_.map(({printed:ml})=>ml))])];return zl.firstChild&&Ye(zl.firstChild)||zl.isSelfClosing&&he(zl.parent)||r_?D_.push(zl.isSelfClosing?" ":""):D_.push(Al.bracketSameLine?zl.isSelfClosing?" ":"":zl.isSelfClosing?AA:yA),D_}function Ta(ml){return ml.firstChild&&Ye(ml.firstChild)?"":Pt(ml)}function Ke(ml,Al,Rl){let{node:zl}=ml;return[me(zl,Al),wa(ml,Al,Rl),zl.isSelfClosing?"":Ta(zl)]}function me(ml,Al){return ml.prev&&je(ml.prev)?"":[B(ml,Al),At(ml,Al)]}function B(ml,Al){return Ye(ml)?Pt(ml.parent):V(ml)?pe(ml.prev,Al):""}var bE="\x3c!--\x3e<${ml.rawName}`;default:return`<${ml.rawName}`}}function Pt(ml){switch(ml.kind){case"ieConditionalComment":return"]>";case"element":if(ml.condition)return">\x3c!--"}}function ya(ml,Al){if(!ml.endSourceSpan)return"";let Rl=ml.startSourceSpan.end.offset;ml.firstChild&&Ye(ml.firstChild)&&(Rl-=Pt(ml).length);let zl=ml.endSourceSpan.start.offset;return ml.lastChild&&K(ml.lastChild)?zl+=Lt(ml,Al).length:he(ml)&&(zl-=pe(ml.lastChild,Al).length),Al.originalText.slice(Rl,zl)}var vE=ya;var wE=new Set(["if","else if","for","switch","case"]);function xa(ml,Al){let{node:Rl}=ml;switch(Rl.kind){case"element":if(O(Rl,Al)||Rl.kind==="interpolation")return;if(!Rl.isSelfClosing&&Tt(Rl,Al)){let zl=nr(Rl,Al);return zl?async(rd,yh)=>{let kh=vE(Rl,Al),Qh=/^\s*$/.test(kh),cf="";return Qh||(cf=await rd(er(kh),{parser:zl,__embeddedInHtml:!0}),Qh=cf===""),[B(Rl,Al),C(Ke(ml,Al,yh)),Qh?"":vA,cf,Qh?"":vA,$e(Rl,Al),M(Rl,Al)]}:void 0}break;case"text":if(O(Rl.parent,Al)){let ml=nr(Rl.parent,Al);if(ml)return async zl=>{let rd=ml==="markdown"?FA.dedentString(Rl.value.replace(/^[^\S\n]*\n/,"")):Rl.value,yh={parser:ml,__embeddedInHtml:!0};if(Al.parser==="html"&&ml==="babel"){let ml="script",{attrMap:Al}=Rl.parent;Al&&(Al.type==="module"||(Al.type==="text/babel"||Al.type==="text/jsx")&&Al["data-type"]==="module")&&(ml="module"),yh.__babelSourceType=ml}return[gA,B(Rl,Al),await zl(rd,yh),M(Rl,Al)]}}else if(Rl.parent.kind==="interpolation")return async zl=>{let rd={__isInHtmlInterpolation:!0,__embeddedInHtml:!0};return Al.parser==="angular"?rd.parser="__ng_interpolation":Al.parser==="vue"?rd.parser=iE(ml,Al)?"__vue_ts_expression":"__vue_expression":rd.parser="__js_expression",[A([AA,await zl(Rl.value,rd)]),Rl.parent.next&&V(Rl.parent.next)?" ":AA]};break;case"attribute":return gE(ml,Al);case"angularControlFlowBlockParameters":return wE.has(ml.parent.name)?NA:void 0;case"angularLetDeclarationInitializer":return ml=>E(Rl.value,ml,{parser:"__ng_binding",__isInHtmlAttribute:!1})}}var CE=xa;var BE=null;function Xe(ml){if(BE!==null&&typeof BE.property){let ml=BE;return BE=Xe.prototype=null,ml}return BE=Xe.prototype=ml??Object.create(null),new Xe}var NE=10;for(let ml=0;ml<=NE;ml++)Xe();function or(ml){return Xe(ml)}function Aa(ml,Al="type"){or(ml);function r(Rl){let zl=Rl[Al],rd=ml[zl];if(!Array.isArray(rd))throw Object.assign(new Error(`Missing visitor keys for '${zl}'.`),{node:Rl});return rd}return r}var jE=Aa;var GE=[["children"]],WE={root:GE[0],element:["attrs","startTagComments","children"],ieConditionalComment:GE[0],ieConditionalStartComment:[],ieConditionalEndComment:[],interpolation:GE[0],text:GE[0],docType:[],comment:[],attribute:[],startTagComment:[],cdata:[],angularControlFlowBlock:["children","parameters"],angularControlFlowBlockParameters:GE[0],angularControlFlowBlockParameter:[],angularLetDeclaration:["init"],angularLetDeclarationInitializer:[],angularIcuExpression:["cases"],angularIcuCase:["expression"]};var YE=jE(WE,"kind"),ow=YE;var lw=new Set(["sourceSpan","startSourceSpan","endSourceSpan","nameSpan","valueSpan","keySpan","tagDefinition","tokens","valueTokens","switchValueSourceSpan","expSourceSpan","valueSourceSpan"]),cw=new Set(["if","else if","for","switch","case"]);function lr(ml,Al,Rl){if(ml.kind==="text"||ml.kind==="comment")return null;if(ml.kind==="yaml"&&delete Al.value,ml.kind==="attribute"){let{fullName:zl,value:rd}=ml;zl==="style"||zl==="class"||zl==="srcset"&&(Rl.fullName==="img"||Rl.fullName==="source")||zl==="allow"&&Rl.fullName==="iframe"||zl.startsWith("on")||zl.startsWith("@")||zl.startsWith(":")||zl.startsWith(".")||zl.startsWith("#")||zl.startsWith("v-")||zl==="vars"&&Rl.fullName==="style"||(zl==="setup"||zl==="generic")&&Rl.fullName==="script"||zl==="slot-scope"||zl.startsWith("(")||zl.startsWith("[")||zl.startsWith("*")||zl.startsWith("bind")||zl.startsWith("i18n")||zl.startsWith("on-")||zl.startsWith("ng-")||rd?.includes("{{")?delete Al.value:rd&&(Al.value=Qh(0,rd,/'|"|'/g,'"'))}if(ml.kind==="docType"&&(Al.value=Qh(0,ml.value.toLowerCase(),/\s+/g," ")),ml.kind==="angularControlFlowBlock"&&ml.parameters?.children)for(let Rl of Al.parameters.children)cw.has(ml.name)?delete Rl.expression:Rl.expression=Rl.expression.trim();ml.kind==="angularIcuExpression"&&(Al.switchValue=ml.switchValue.trim()),ml.kind==="angularLetDeclarationInitializer"&&delete Al.value,ml.kind==="element"&&ml.isVoid&&!ml.isSelfClosing&&(Al.isSelfClosing=!0)}lr.ignoredProperties=lw;var pw="format";var dw=/^\s*/,hw=/^\s*/;var Jn=ml=>hw.test(ml),Zn=ml=>dw.test(ml),ei=ml=>`\x3c!-- @${pw} --\x3e\n\n${ml}`;var fw=new Map([["if",new Set(["else if","else"])],["else if",new Set(["else if","else"])],["for",new Set(["empty"])],["defer",new Set(["placeholder","error","loading"])],["placeholder",new Set(["placeholder","error","loading"])],["error",new Set(["placeholder","error","loading"])],["loading",new Set(["placeholder","error","loading"])]]);function ri(ml){let Al=J(ml);return ml.kind==="element"&&!ml.endSourceSpan&&GA(ml.children)?Math.max(Al,ri(t_(0,ml.children,-1))):Al}function Ze(ml,Al,Rl){let zl=ml.node;if(le(zl)){let ml=ri(zl);return[B(zl,Al),L(FA.trimEnd(Al.originalText.slice(F(zl)+(zl.prev&&je(zl.prev)?At(zl).length:0),ml-(zl.next&&V(zl.next)?pe(zl,Al).length:0)))),M(zl,Al)]}return Rl()}function Dt(ml,Al){return N(ml)&&N(Al)?ml.isTrailingSpaceSensitive?ml.hasTrailingSpaces?bt(Al)?vA:AA:"":bt(Al)?vA:yA:je(ml)&&(le(Al)||Al.firstChild||Al.isSelfClosing||Al.kind==="element"&&Al.attrs.length>0)||ml.kind==="element"&&ml.isSelfClosing&&V(Al)?"":Al.kind==="comment"&&Al.isLeadingSpaceSensitive&&!Al.hasLeadingSpaces?yA:!Al.isLeadingSpaceSensitive||bt(Al)||V(Al)&&ml.lastChild&&K(ml.lastChild)&&ml.lastChild.lastChild&&K(ml.lastChild.lastChild)?vA:Al.hasLeadingSpaces?AA:yA}function Ae(ml,Al,Rl){let{node:zl}=ml;if(rr(zl))return[gA,...ml.map(()=>{let zl=ml.node,rd=zl.prev?Dt(zl.prev,zl):"";return[rd?[rd,We(zl.prev)?vA:""]:"",Ze(ml,Al,Rl)]},"children")];let rd=zl.children.map(()=>Symbol(""));return ml.map(({node:zl,index:yh})=>{if(N(zl)){if(zl.prev&&N(zl.prev)){let rd=Dt(zl.prev,zl);if(rd)return We(zl.prev)?[vA,vA,Ze(ml,Al,Rl)]:[rd,Ze(ml,Al,Rl)]}return Ze(ml,Al,Rl)}let kh=[],Qh=[],cf=[],t_=[],r_=zl.prev?Dt(zl.prev,zl):"",u_=zl.next?Dt(zl,zl.next):"";return r_&&(We(zl.prev)?kh.push(vA,vA):r_===vA?kh.push(vA):N(zl.prev)?Qh.push(r_):Qh.push($("",yA,{groupId:rd[yh-1]}))),u_&&(We(zl)?N(zl.next)&&t_.push(vA,vA):u_===vA?N(zl.next)&&t_.push(vA):cf.push(u_)),[...kh,C([...Qh,C([Ze(ml,Al,Rl),...cf],{id:rd[yh]})]),...t_]},"children")}function ni(ml,Al,Rl){let{node:zl}=ml,rd=[];if(Ma(ml)&&rd.push("} "),rd.push("@",zl.name),Ra(zl))return rd.push(";"),rd;if(zl.parameters&&rd.push(" ","(",C(Rl("parameters")),")"),!Oa(zl)){rd.push(" {");let yh=ii(zl);zl.children.length>0?(zl.firstChild.hasLeadingSpaces=!0,zl.lastChild.hasTrailingSpaces=!0,rd.push(A([vA,Ae(ml,Al,Rl)])),yh&&rd.push(vA,"}")):yh&&rd.push("}")}return C(rd,{shouldBreak:!0})}function ii(ml){return!(ml.next?.kind==="angularControlFlowBlock"&&fw.get(ml.name)?.has(ml.next.name))}var Ia=ml=>ml?.kind==="angularControlFlowBlock"&&(ml.name==="case"||ml.name==="default"),Ra=ml=>ml?.kind==="angularControlFlowBlock"&&ml.name==="default never";function Oa(ml){return Ia(ml)&&ml.endSourceSpan&&ml.endSourceSpan.start.offset===ml.endSourceSpan.end.offset}function Ma(ml){let{previous:Al}=ml;return Al?.kind==="angularControlFlowBlock"&&!le(Al)&&!ii(Al)}function si(ml,Al,Rl){return[A([yA,R([";",AA],ml.map(Rl,"children"))]),yA]}function ai(ml,Al,Rl){let{node:zl}=ml;return[me(zl,Al),C([zl.switchValue.trim(),", ",zl.type,zl.cases.length>0?[",",A([AA,R(AA,ml.map(Rl,"cases"))])]:"",yA]),ue(zl,Al)]}function oi(ml,Al,Rl){let{node:zl}=ml;return[zl.value," {",C([A([yA,ml.map(({node:ml,isLast:Al})=>{let zl=[Rl()];return ml.kind==="text"&&(ml.hasLeadingSpaces&&zl.unshift(AA),ml.hasTrailingSpaces&&!Al&&zl.push(AA)),zl},"expression")]),yA]),"}"]}function li(ml,Al,Rl){let{node:zl}=ml;if(kt(zl,Al))return[B(zl,Al),C(Ke(ml,Al,Rl)),L(vE(zl,Al)),...$e(zl,Al),M(zl,Al)];let rd=zl.children.length===1&&(zl.firstChild.kind==="interpolation"||zl.firstChild.kind==="angularIcuExpression")&&zl.firstChild.isLeadingSpaceSensitive&&!zl.firstChild.hasLeadingSpaces&&zl.lastChild.isTrailingSpaceSensitive&&!zl.lastChild.hasTrailingSpaces,yh=Symbol("element-attr-group-id"),a=rd=>C([C(Ke(ml,Al,Rl),{id:yh}),rd,$e(zl,Al)]);if(zl.children.length===0)return a(zl.hasDanglingSpaces&&zl.isDanglingSpaceSensitive?AA:"");let o=ml=>rd?Fr(ml,{groupId:yh}):(O(zl,Al)||Ge(zl,Al))&&zl.parent.kind==="root"&&Al.parser==="vue"&&!Al.vueIndentScriptAndStyle?ml:A(ml),l=()=>rd?$(yA,"",{groupId:yh}):zl.firstChild.hasLeadingSpaces&&zl.firstChild.isLeadingSpaceSensitive?AA:zl.firstChild.kind==="text"&&zl.isWhitespaceSensitive&&zl.isIndentationSensitive?Hr(yA):yA,c=()=>(zl.next?V(zl.next):he(zl.parent))?zl.lastChild.hasTrailingSpaces&&zl.lastChild.isTrailingSpaceSensitive?" ":"":Y(zl)&&K(zl.lastChild)?"":rd?$(yA,"",{groupId:yh}):zl.lastChild.hasTrailingSpaces&&zl.lastChild.isTrailingSpaceSensitive?AA:(zl.lastChild.kind==="comment"||zl.lastChild.kind==="text"&&zl.isWhitespaceSensitive&&zl.isIndentationSensitive)&&new RegExp(`\\n[\\t ]{${Al.tabWidth*(ml.ancestors.length-1)}}$`).test(zl.lastChild.value)?"":yA;return a([ln(zl)?gA:"",o([l(),Ae(ml,Al,Rl)]),c()])}function ci(ml){let{node:{value:Al,type:Rl}}=ml;return Rl==="single"?`//${Al.trimEnd()}`:["/*",L(Al),"*/"]}var _w=function(ml){return ml[ml.RAW_TEXT=0]="RAW_TEXT",ml[ml.ESCAPABLE_RAW_TEXT=1]="ESCAPABLE_RAW_TEXT",ml[ml.PARSABLE_DATA=2]="PARSABLE_DATA",ml}({});function Z(ml,Al=!0){if(ml[0]!=":")return[null,ml];let Rl=ml.indexOf(":",1);if(Rl===-1){if(Al)throw new Error(`Unsupported format "${ml}" expecting ":namespace:name"`);return[null,ml]}return[ml.slice(1,Rl),ml.slice(Rl+1)]}function ur(ml){return Z(ml)[1]==="ng-container"}function pr(ml){return Z(ml)[1]==="ng-content"}function Pe(ml){return ml===null?null:Z(ml)[0]}function fe(ml,Al){return ml?`:${ml}:${Al}`:Al}var mw;var gw="math";var hr=()=>Object.create(null);function qa(){return mw||(mw=hr(),ee(1,void 0,[["iframe",["srcdoc"]],["*",["innerHTML","outerHTML"]]]),ee(2,void 0,[["*",["style"]]]),ee(4,void 0,[["*",["formAction"]],["area",["href"]],["a",["href","xlink:href"]],["form",["action"]],["img",["src"]],["video",["src"]]]),ee(4,gw,[["*",["href","xlink:href"]]]),ee(5,void 0,[["base",["href"]],["embed",["src"]],["frame",["src"]],["iframe",["src"]],["link",["href"]],["object",["codebase","data"]]]),ee(4,"svg",[["a",["href","xlink:href"]]]),ee(6,"svg",[["animate",["attributeName","values","to","from"]],["set",["to","attributeName"]],["animateMotion",["attributeName"]],["animateTransform",["attributeName"]]]),ee(6,void 0,[["unknown",["attributeName","values","to","from","sandbox","allow","allowFullscreen","referrerPolicy","csp","fetchPriority","credentialless"]],["iframe",["sandbox","allow","allowFullscreen","referrerPolicy","csp","fetchPriority","credentialless"]]]),mw)}function ee(ml,Al,Rl){let zl=Al??"";for(let[Al,yh]of Rl){let Rl=Al.toLowerCase();for(let Al of yh){var rd;let yh=Al.toLowerCase(),kh=(rd=mw)[yh]??(rd[yh]=hr()),Qh=kh[zl]??(kh[zl]=hr());Qh[Rl]=ml}}}function ui(ml,Al,Rl){let zl=qa()[Al.toLowerCase()];if(!zl)return 0;let rd=ml.toLowerCase(),yh;if(Rl){let ml=zl[Rl];ml&&(yh=ml[rd]??ml["*"])}if(yh===void 0){let ml=zl[""];ml&&(yh=ml[rd]??ml["*"])}return yh??0}var Aw={name:"custom-elements"},yw={name:"no-errors-schema"};var bw=/-+([a-z0-9])/g;function pi(ml){return ml.replace(bw,(...ml)=>ml[1].toUpperCase())}var vw=class{};var Ew="boolean",ww="number",Cw="string",xw="object";function It(ml){let[Al,Rl]=Z(ml.toLowerCase(),!1);return Al==="svg"||Al==="math"?`:${Al}:${Rl}`:Rl}var Dw=["[Element]|textContent,%ariaActiveDescendantElement,%ariaAtomic,%ariaAutoComplete,%ariaBusy,%ariaChecked,%ariaColCount,%ariaColIndex,%ariaColIndexText,%ariaColSpan,%ariaControlsElements,%ariaCurrent,%ariaDescribedByElements,%ariaDescription,%ariaDetailsElements,%ariaDisabled,%ariaErrorMessageElements,%ariaExpanded,%ariaFlowToElements,%ariaHasPopup,%ariaHidden,%ariaInvalid,%ariaKeyShortcuts,%ariaLabel,%ariaLabelledByElements,%ariaLevel,%ariaLive,%ariaModal,%ariaMultiLine,%ariaMultiSelectable,%ariaOrientation,%ariaOwnsElements,%ariaPlaceholder,%ariaPosInSet,%ariaPressed,%ariaReadOnly,%ariaRelevant,%ariaRequired,%ariaRoleDescription,%ariaRowCount,%ariaRowIndex,%ariaRowIndexText,%ariaRowSpan,%ariaSelected,%ariaSetSize,%ariaSort,%ariaValueMax,%ariaValueMin,%ariaValueNow,%ariaValueText,%classList,className,elementTiming,id,innerHTML,*beforecopy,*beforecut,*beforepaste,*fullscreenchange,*fullscreenerror,*search,*webkitfullscreenchange,*webkitfullscreenerror,outerHTML,%part,#scrollLeft,#scrollTop,slot,*message,*mozfullscreenchange,*mozfullscreenerror,*mozpointerlockchange,*mozpointerlockerror,*webglcontextcreationerror,*webglcontextlost,*webglcontextrestored","[HTMLElement]^[Element]|accessKey,autocapitalize,!autofocus,contentEditable,dir,!draggable,enterKeyHint,!hidden,!inert,innerText,inputMode,lang,nonce,*abort,*animationend,*animationiteration,*animationstart,*auxclick,*beforexrselect,*blur,*cancel,*canplay,*canplaythrough,*change,*click,*close,*contextmenu,*copy,*cuechange,*cut,*dblclick,*drag,*dragend,*dragenter,*dragleave,*dragover,*dragstart,*drop,*durationchange,*emptied,*ended,*error,*focus,*formdata,*gotpointercapture,*input,*invalid,*keydown,*keypress,*keyup,*load,*loadeddata,*loadedmetadata,*loadstart,*lostpointercapture,*mousedown,*mouseenter,*mouseleave,*mousemove,*mouseout,*mouseover,*mouseup,*mousewheel,*paste,*pause,*play,*playing,*pointercancel,*pointerdown,*pointerenter,*pointerleave,*pointermove,*pointerout,*pointerover,*pointerrawupdate,*pointerup,*progress,*ratechange,*reset,*resize,*scroll,*securitypolicyviolation,*seeked,*seeking,*select,*selectionchange,*selectstart,*slotchange,*stalled,*submit,*suspend,*timeupdate,*toggle,*transitioncancel,*transitionend,*transitionrun,*transitionstart,*volumechange,*waiting,*webkitanimationend,*webkitanimationiteration,*webkitanimationstart,*webkittransitionend,*wheel,outerText,!spellcheck,%style,#tabIndex,title,!translate,virtualKeyboardPolicy","abbr,address,article,aside,b,bdi,bdo,cite,content,code,dd,dfn,dt,em,figcaption,figure,footer,header,hgroup,i,kbd,main,mark,nav,noscript,rb,rp,rt,rtc,ruby,s,samp,search,section,small,strong,sub,sup,u,var,wbr^[HTMLElement]|accessKey,autocapitalize,!autofocus,contentEditable,dir,!draggable,enterKeyHint,!hidden,innerText,inputMode,lang,nonce,*abort,*animationend,*animationiteration,*animationstart,*auxclick,*beforexrselect,*blur,*cancel,*canplay,*canplaythrough,*change,*click,*close,*contextmenu,*copy,*cuechange,*cut,*dblclick,*drag,*dragend,*dragenter,*dragleave,*dragover,*dragstart,*drop,*durationchange,*emptied,*ended,*error,*focus,*formdata,*gotpointercapture,*input,*invalid,*keydown,*keypress,*keyup,*load,*loadeddata,*loadedmetadata,*loadstart,*lostpointercapture,*mousedown,*mouseenter,*mouseleave,*mousemove,*mouseout,*mouseover,*mouseup,*mousewheel,*paste,*pause,*play,*playing,*pointercancel,*pointerdown,*pointerenter,*pointerleave,*pointermove,*pointerout,*pointerover,*pointerrawupdate,*pointerup,*progress,*ratechange,*reset,*resize,*scroll,*securitypolicyviolation,*seeked,*seeking,*select,*selectionchange,*selectstart,*slotchange,*stalled,*submit,*suspend,*timeupdate,*toggle,*transitioncancel,*transitionend,*transitionrun,*transitionstart,*volumechange,*waiting,*webkitanimationend,*webkitanimationiteration,*webkitanimationstart,*webkittransitionend,*wheel,outerText,!spellcheck,%style,#tabIndex,title,!translate,virtualKeyboardPolicy","media^[HTMLElement]|!autoplay,!controls,%controlsList,%crossOrigin,#currentTime,!defaultMuted,#defaultPlaybackRate,!disableRemotePlayback,!loop,!muted,*encrypted,*waitingforkey,#playbackRate,preload,!preservesPitch,src,%srcObject,#volume",":svg:^[HTMLElement]|!autofocus,nonce,*abort,*animationend,*animationiteration,*animationstart,*auxclick,*beforexrselect,*blur,*cancel,*canplay,*canplaythrough,*change,*click,*close,*contextmenu,*copy,*cuechange,*cut,*dblclick,*drag,*dragend,*dragenter,*dragleave,*dragover,*dragstart,*drop,*durationchange,*emptied,*ended,*error,*focus,*formdata,*gotpointercapture,*input,*invalid,*keydown,*keypress,*keyup,*load,*loadeddata,*loadedmetadata,*loadstart,*lostpointercapture,*mousedown,*mouseenter,*mouseleave,*mousemove,*mouseout,*mouseover,*mouseup,*mousewheel,*paste,*pause,*play,*playing,*pointercancel,*pointerdown,*pointerenter,*pointerleave,*pointermove,*pointerout,*pointerover,*pointerrawupdate,*pointerup,*progress,*ratechange,*reset,*resize,*scroll,*securitypolicyviolation,*seeked,*seeking,*select,*selectionchange,*selectstart,*slotchange,*stalled,*submit,*suspend,*timeupdate,*toggle,*transitioncancel,*transitionend,*transitionrun,*transitionstart,*volumechange,*waiting,*webkitanimationend,*webkitanimationiteration,*webkitanimationstart,*webkittransitionend,*wheel,%style,#tabIndex",":svg:graphics^:svg:|",":svg:animation^:svg:|*begin,*end,*repeat",":svg:geometry^:svg:|",":svg:componentTransferFunction^:svg:|",":svg:gradient^:svg:|",":svg:textContent^:svg:graphics|",":svg:textPositioning^:svg:textContent|","a^[HTMLElement]|charset,coords,download,hash,host,hostname,href,hreflang,name,password,pathname,ping,port,protocol,referrerPolicy,rel,%relList,rev,search,shape,target,text,type,username","area^[HTMLElement]|alt,coords,download,hash,host,hostname,href,!noHref,password,pathname,ping,port,protocol,referrerPolicy,rel,%relList,search,shape,target,username","audio^media|","br^[HTMLElement]|clear","base^[HTMLElement]|href,target","body^[HTMLElement]|aLink,background,bgColor,link,*afterprint,*beforeprint,*beforeunload,*blur,*error,*focus,*hashchange,*languagechange,*load,*message,*messageerror,*offline,*online,*pagehide,*pageshow,*popstate,*rejectionhandled,*resize,*scroll,*storage,*unhandledrejection,*unload,text,vLink","button^[HTMLElement]|!disabled,formAction,formEnctype,formMethod,!formNoValidate,formTarget,name,type,value","canvas^[HTMLElement]|#height,#width","content^[HTMLElement]|select","dl^[HTMLElement]|!compact","data^[HTMLElement]|value","datalist^[HTMLElement]|","details^[HTMLElement]|!open","dialog^[HTMLElement]|!open,returnValue","dir^[HTMLElement]|!compact","div^[HTMLElement]|align","embed^[HTMLElement]|align,height,name,src,type,width","fieldset^[HTMLElement]|!disabled,name","font^[HTMLElement]|color,face,size","form^[HTMLElement]|acceptCharset,action,autocomplete,encoding,enctype,method,name,!noValidate,target","frame^[HTMLElement]|frameBorder,longDesc,marginHeight,marginWidth,name,!noResize,scrolling,src","frameset^[HTMLElement]|cols,*afterprint,*beforeprint,*beforeunload,*blur,*error,*focus,*hashchange,*languagechange,*load,*message,*messageerror,*offline,*online,*pagehide,*pageshow,*popstate,*rejectionhandled,*resize,*scroll,*storage,*unhandledrejection,*unload,rows","geolocation^[HTMLElement]|accuracymode,!autolocate,*location,*promptaction,*promptdismiss,*validationstatuschange,!watch","hr^[HTMLElement]|align,color,!noShade,size,width","head^[HTMLElement]|","h1,h2,h3,h4,h5,h6^[HTMLElement]|align","html^[HTMLElement]|version","iframe^[HTMLElement]|align,allow,!allowFullscreen,!allowPaymentRequest,csp,!credentialless,frameBorder,height,loading,longDesc,marginHeight,marginWidth,name,referrerPolicy,%sandbox,scrolling,src,srcdoc,width","img^[HTMLElement]|align,alt,border,%crossOrigin,decoding,#height,#hspace,!isMap,loading,longDesc,lowsrc,name,referrerPolicy,sizes,src,srcset,useMap,#vspace,#width","input^[HTMLElement]|accept,align,alt,autocomplete,!checked,!defaultChecked,defaultValue,dirName,!disabled,%files,formAction,formEnctype,formMethod,!formNoValidate,formTarget,#height,!incremental,!indeterminate,max,#maxLength,min,#minLength,!multiple,name,pattern,placeholder,!readOnly,!required,selectionDirection,#selectionEnd,#selectionStart,#size,src,step,type,useMap,value,%valueAsDate,#valueAsNumber,#width","li^[HTMLElement]|type,#value","label^[HTMLElement]|htmlFor","legend^[HTMLElement]|align","link^[HTMLElement]|as,charset,%crossOrigin,!disabled,href,hreflang,imageSizes,imageSrcset,integrity,media,referrerPolicy,rel,%relList,rev,%sizes,target,type","map^[HTMLElement]|name","marquee^[HTMLElement]|behavior,bgColor,direction,height,#hspace,#loop,#scrollAmount,#scrollDelay,!trueSpeed,#vspace,width","menu^[HTMLElement]|!compact","meta^[HTMLElement]|content,httpEquiv,media,name,scheme","meter^[HTMLElement]|#high,#low,#max,#min,#optimum,#value","ins,del^[HTMLElement]|cite,dateTime","ol^[HTMLElement]|!compact,!reversed,#start,type","object^[HTMLElement]|align,archive,border,code,codeBase,codeType,data,!declare,height,#hspace,name,standby,type,useMap,#vspace,width","optgroup^[HTMLElement]|!disabled,label","option^[HTMLElement]|!defaultSelected,!disabled,label,!selected,text,value","output^[HTMLElement]|defaultValue,%htmlFor,name,value","p^[HTMLElement]|align","param^[HTMLElement]|name,type,value,valueType","picture^[HTMLElement]|","pre^[HTMLElement]|#width","progress^[HTMLElement]|#max,#value","q,blockquote,cite^[HTMLElement]|","script^[HTMLElement]|!async,charset,%crossOrigin,!defer,event,htmlFor,integrity,!noModule,%referrerPolicy,src,text,type","select^[HTMLElement]|autocomplete,!disabled,#length,!multiple,name,!required,#selectedIndex,#size,value","selectedcontent^[HTMLElement]|","slot^[HTMLElement]|name","source^[HTMLElement]|#height,media,sizes,src,srcset,type,#width","span^[HTMLElement]|","style^[HTMLElement]|!disabled,media,type","search^[HTMLELement]|","caption^[HTMLElement]|align","th,td^[HTMLElement]|abbr,align,axis,bgColor,ch,chOff,#colSpan,headers,height,!noWrap,#rowSpan,scope,vAlign,width","col,colgroup^[HTMLElement]|align,ch,chOff,#span,vAlign,width","table^[HTMLElement]|align,bgColor,border,%caption,cellPadding,cellSpacing,frame,rules,summary,%tFoot,%tHead,width","tr^[HTMLElement]|align,bgColor,ch,chOff,vAlign","tfoot,thead,tbody^[HTMLElement]|align,ch,chOff,vAlign","template^[HTMLElement]|","textarea^[HTMLElement]|autocomplete,#cols,defaultValue,dirName,!disabled,#maxLength,#minLength,name,placeholder,!readOnly,!required,#rows,selectionDirection,#selectionEnd,#selectionStart,value,wrap","time^[HTMLElement]|dateTime","title^[HTMLElement]|text","track^[HTMLElement]|!default,kind,label,src,srclang","ul^[HTMLElement]|!compact,type","unknown^[HTMLElement]|","video^media|!disablePictureInPicture,#height,*enterpictureinpicture,*leavepictureinpicture,!playsInline,poster,#width",":svg:a^:svg:graphics|",":svg:animate^:svg:animation|",":svg:animateMotion^:svg:animation|",":svg:animateTransform^:svg:animation|",":svg:circle^:svg:geometry|",":svg:clipPath^:svg:graphics|",":svg:defs^:svg:graphics|",":svg:desc^:svg:|",":svg:discard^:svg:|",":svg:ellipse^:svg:geometry|",":svg:feBlend^:svg:|",":svg:feColorMatrix^:svg:|",":svg:feComponentTransfer^:svg:|",":svg:feComposite^:svg:|",":svg:feConvolveMatrix^:svg:|",":svg:feDiffuseLighting^:svg:|",":svg:feDisplacementMap^:svg:|",":svg:feDistantLight^:svg:|",":svg:feDropShadow^:svg:|",":svg:feFlood^:svg:|",":svg:feFuncA^:svg:componentTransferFunction|",":svg:feFuncB^:svg:componentTransferFunction|",":svg:feFuncG^:svg:componentTransferFunction|",":svg:feFuncR^:svg:componentTransferFunction|",":svg:feGaussianBlur^:svg:|",":svg:feImage^:svg:|",":svg:feMerge^:svg:|",":svg:feMergeNode^:svg:|",":svg:feMorphology^:svg:|",":svg:feOffset^:svg:|",":svg:fePointLight^:svg:|",":svg:feSpecularLighting^:svg:|",":svg:feSpotLight^:svg:|",":svg:feTile^:svg:|",":svg:feTurbulence^:svg:|",":svg:filter^:svg:|",":svg:foreignObject^:svg:graphics|",":svg:g^:svg:graphics|",":svg:image^:svg:graphics|decoding",":svg:line^:svg:geometry|",":svg:linearGradient^:svg:gradient|",":svg:mpath^:svg:|",":svg:marker^:svg:|",":svg:mask^:svg:|",":svg:metadata^:svg:|",":svg:path^:svg:geometry|",":svg:pattern^:svg:|",":svg:polygon^:svg:geometry|",":svg:polyline^:svg:geometry|",":svg:radialGradient^:svg:gradient|",":svg:rect^:svg:geometry|",":svg:svg^:svg:graphics|#currentScale,#zoomAndPan",":svg:script^:svg:|type",":svg:set^:svg:animation|",":svg:stop^:svg:|",":svg:style^:svg:|!disabled,media,title,type",":svg:switch^:svg:graphics|",":svg:symbol^:svg:|",":svg:tspan^:svg:textPositioning|",":svg:text^:svg:textPositioning|",":svg:textPath^:svg:textContent|",":svg:title^:svg:|",":svg:use^:svg:graphics|",":svg:view^:svg:|#zoomAndPan","data^[HTMLElement]|value","keygen^[HTMLElement]|!autofocus,challenge,!disabled,form,keytype,name","menuitem^[HTMLElement]|type,label,icon,!disabled,!checked,radiogroup,!default","summary^[HTMLElement]|","time^[HTMLElement]|dateTime",":svg:cursor^:svg:|",":math:^[HTMLElement]|!autofocus,nonce,*abort,*animationend,*animationiteration,*animationstart,*auxclick,*beforeinput,*beforematch,*beforetoggle,*beforexrselect,*blur,*cancel,*canplay,*canplaythrough,*change,*click,*close,*contentvisibilityautostatechange,*contextlost,*contextmenu,*contextrestored,*copy,*cuechange,*cut,*dblclick,*drag,*dragend,*dragenter,*dragleave,*dragover,*dragstart,*drop,*durationchange,*emptied,*ended,*error,*focus,*formdata,*gotpointercapture,*input,*invalid,*keydown,*keypress,*keyup,*load,*loadeddata,*loadedmetadata,*loadstart,*lostpointercapture,*mousedown,*mouseenter,*mouseleave,*mousemove,*mouseout,*mouseover,*mouseup,*mousewheel,*paste,*pause,*play,*playing,*pointercancel,*pointerdown,*pointerenter,*pointerleave,*pointermove,*pointerout,*pointerover,*pointerrawupdate,*pointerup,*progress,*ratechange,*reset,*resize,*scroll,*scrollend,*securitypolicyviolation,*seeked,*seeking,*select,*selectionchange,*selectstart,*slotchange,*stalled,*submit,*suspend,*timeupdate,*toggle,*transitioncancel,*transitionend,*transitionrun,*transitionstart,*volumechange,*waiting,*webkitanimationend,*webkitanimationiteration,*webkitanimationstart,*webkittransitionend,*wheel,%style,#tabIndex",":math:math^:math:|",":math:maction^:math:|",":math:menclose^:math:|",":math:merror^:math:|",":math:mfenced^:math:|",":math:mfrac^:math:|",":math:mi^:math:|",":math:mmultiscripts^:math:|",":math:mn^:math:|",":math:mo^:math:|",":math:mover^:math:|",":math:mpadded^:math:|",":math:mphantom^:math:|",":math:mroot^:math:|",":math:mrow^:math:|",":math:ms^:math:|",":math:mspace^:math:|",":math:msqrt^:math:|",":math:mstyle^:math:|",":math:msub^:math:|",":math:msubsup^:math:|",":math:msup^:math:|",":math:mtable^:math:|",":math:mtd^:math:|",":math:mtext^:math:|",":math:mtr^:math:|",":math:munder^:math:|",":math:munderover^:math:|",":math:semantics^:math:|"],Sw=new Map(Object.entries({class:"className",for:"htmlFor",formaction:"formAction",innerHtml:"innerHTML",readonly:"readOnly",tabindex:"tabIndex","aria-activedescendant":"ariaActiveDescendantElement","aria-atomic":"ariaAtomic","aria-autocomplete":"ariaAutoComplete","aria-busy":"ariaBusy","aria-checked":"ariaChecked","aria-colcount":"ariaColCount","aria-colindex":"ariaColIndex","aria-colindextext":"ariaColIndexText","aria-colspan":"ariaColSpan","aria-controls":"ariaControlsElements","aria-current":"ariaCurrent","aria-describedby":"ariaDescribedByElements","aria-description":"ariaDescription","aria-details":"ariaDetailsElements","aria-disabled":"ariaDisabled","aria-errormessage":"ariaErrorMessageElements","aria-expanded":"ariaExpanded","aria-flowto":"ariaFlowToElements","aria-haspopup":"ariaHasPopup","aria-hidden":"ariaHidden","aria-invalid":"ariaInvalid","aria-keyshortcuts":"ariaKeyShortcuts","aria-label":"ariaLabel","aria-labelledby":"ariaLabelledByElements","aria-level":"ariaLevel","aria-live":"ariaLive","aria-modal":"ariaModal","aria-multiline":"ariaMultiLine","aria-multiselectable":"ariaMultiSelectable","aria-orientation":"ariaOrientation","aria-owns":"ariaOwnsElements","aria-placeholder":"ariaPlaceholder","aria-posinset":"ariaPosInSet","aria-pressed":"ariaPressed","aria-readonly":"ariaReadOnly","aria-required":"ariaRequired","aria-roledescription":"ariaRoleDescription","aria-rowcount":"ariaRowCount","aria-rowindex":"ariaRowIndex","aria-rowindextext":"ariaRowIndexText","aria-rowspan":"ariaRowSpan","aria-selected":"ariaSelected","aria-setsize":"ariaSetSize","aria-sort":"ariaSort","aria-valuemax":"ariaValueMax","aria-valuemin":"ariaValueMin","aria-valuenow":"ariaValueNow","aria-valuetext":"ariaValueText"})),kw=Array.from(Sw).reduce((ml,[Al,Rl])=>(ml.set(Al,Rl),ml),new Map),Tw=class extends vw{_schema=new Map;_eventSchema=new Map;constructor(){super(),Dw.forEach(ml=>{let Al=new Map,Rl=new Set,[zl,rd]=ml.split("|"),yh=rd.split(","),[kh,Qh]=zl.split("^");kh.split(",").forEach(ml=>{this._schema.set(ml.toLowerCase(),Al),this._eventSchema.set(ml.toLowerCase(),Rl)});let cf=Qh&&this._schema.get(Qh.toLowerCase());if(cf){for(let[ml,Rl]of cf)Al.set(ml,Rl);for(let ml of this._eventSchema.get(Qh.toLowerCase()))Rl.add(ml)}yh.forEach(ml=>{if(ml.length>0)switch(ml[0]){case"*":Rl.add(ml.substring(1));break;case"!":Al.set(ml.substring(1),Ew);break;case"#":Al.set(ml.substring(1),ww);break;case"%":Al.set(ml.substring(1),xw);break;default:Al.set(ml,Cw)}})})}hasProperty(ml,Al,Rl){if(Rl.some(ml=>ml.name===yw.name))return!0;let zl=It(ml);if(zl.includes("-")){if(ur(zl)||pr(zl))return!1;if(Rl.some(ml=>ml.name===Aw.name))return!0}return(this._schema.get(zl)||this._schema.get("unknown")).has(Al)}hasElement(ml,Al){if(Al.some(ml=>ml.name===yw.name))return!0;let Rl=It(ml);return Rl.includes("-")&&(ur(Rl)||pr(Rl)||Al.some(ml=>ml.name===Aw.name))?!0:this._schema.has(Rl)}securityContext(ml,Al,Rl){Rl&&(Al=this.getMappedPropName(Al));let[zl,rd]=Z(ml,!1);return ui(rd,Al,zl)}getMappedPropName(ml){return Sw.get(ml)??ml}getDefaultComponentElementName(){return"ng-component"}validateProperty(ml){return ml.toLowerCase().startsWith("on")?{error:!0,msg:`Binding to event property '${ml}' is disallowed for security reasons, please use (${ml.slice(2)})=...\nIf '${ml}' is a directive input, make sure the directive is imported by the current module.`}:{error:!1}}validateAttribute(ml){return ml.toLowerCase().startsWith("on")?{error:!0,msg:`Binding to event attribute '${ml}' is disallowed for security reasons, please use (${ml.slice(2)})=...`}:{error:!1}}allKnownElementNames(){return Array.from(this._schema.keys())}allKnownAttributesOfElement(ml){let Al=It(ml),Rl=this._schema.get(Al)||this._schema.get("unknown");return Array.from(Rl.keys()).map(ml=>kw.get(ml)??ml)}allKnownEventsOfElement(ml){let Al=It(ml);return Array.from(this._eventSchema.get(Al)??[])}normalizeAnimationStyleProperty(ml){return pi(ml)}normalizeAnimationStyleValue(ml,Al,Rl){let zl="",rd=Rl.toString().trim(),yh=null;if($a(ml)&&Rl!==0&&Rl!=="0")if(typeof Rl=="number")zl="px";else{let ml=Rl.match(/^[+-]?[\d\.]+([a-z]*)$/);ml&&ml[1].length==0&&(yh=`Please provide a CSS unit value for ${Al}:${Rl}`)}return{error:yh,value:rd+zl}}};function $a(ml){switch(ml){case"width":case"height":case"minWidth":case"minHeight":case"maxWidth":case"maxHeight":case"left":case"top":case"bottom":case"right":case"fontSize":case"outlineWidth":case"outlineOffset":case"paddingTop":case"paddingLeft":case"paddingBottom":case"paddingRight":case"marginTop":case"marginLeft":case"marginBottom":case"marginRight":case"borderRadius":case"borderWidth":case"borderTopWidth":case"borderLeftWidth":case"borderRightWidth":case"borderBottomWidth":case"textIndent":return!0;default:return!1}}var Iw=class{closedByChildren={};contentType;closedByParent=!1;implicitNamespacePrefix;isVoid;ignoreFirstLf;canSelfClose;preventNamespaceInheritance;constructor({closedByChildren:ml,implicitNamespacePrefix:Al,contentType:Rl=2,closedByParent:zl=!1,isVoid:rd=!1,ignoreFirstLf:yh=!1,preventNamespaceInheritance:kh=!1,canSelfClose:Qh=!1}={}){ml&&ml.length>0&&ml.forEach(ml=>this.closedByChildren[ml]=!0),this.isVoid=rd,this.closedByParent=zl||rd,this.implicitNamespacePrefix=Al||null,this.contentType=Rl,this.ignoreFirstLf=yh,this.preventNamespaceInheritance=kh,this.canSelfClose=Qh??rd}isClosedByChild(ml){return this.isVoid||ml.toLowerCase()in this.closedByChildren}getContentType(ml){return typeof this.contentType=="object"?(ml===void 0?void 0:this.contentType[ml])??this.contentType.default:this.contentType}},Bw,Fw;function Ne(ml){return Fw||(Bw=new Iw({canSelfClose:!0}),Fw=Object.assign(Object.create(null),{base:new Iw({isVoid:!0}),meta:new Iw({isVoid:!0}),area:new Iw({isVoid:!0}),embed:new Iw({isVoid:!0}),link:new Iw({isVoid:!0}),img:new Iw({isVoid:!0}),input:new Iw({isVoid:!0}),param:new Iw({isVoid:!0}),hr:new Iw({isVoid:!0}),br:new Iw({isVoid:!0}),source:new Iw({isVoid:!0}),track:new Iw({isVoid:!0}),wbr:new Iw({isVoid:!0}),p:new Iw({closedByChildren:["address","article","aside","blockquote","div","dl","fieldset","footer","form","h1","h2","h3","h4","h5","h6","header","hgroup","hr","main","nav","ol","p","pre","section","table","ul"],closedByParent:!0}),thead:new Iw({closedByChildren:["tbody","tfoot"]}),tbody:new Iw({closedByChildren:["tbody","tfoot"],closedByParent:!0}),tfoot:new Iw({closedByChildren:["tbody"],closedByParent:!0}),tr:new Iw({closedByChildren:["tr"],closedByParent:!0}),td:new Iw({closedByChildren:["td","th"],closedByParent:!0}),th:new Iw({closedByChildren:["td","th"],closedByParent:!0}),col:new Iw({isVoid:!0}),svg:new Iw({implicitNamespacePrefix:"svg"}),foreignObject:new Iw({implicitNamespacePrefix:"svg",preventNamespaceInheritance:!0}),math:new Iw({implicitNamespacePrefix:"math"}),li:new Iw({closedByChildren:["li"],closedByParent:!0}),dt:new Iw({closedByChildren:["dt","dd"]}),dd:new Iw({closedByChildren:["dt","dd"],closedByParent:!0}),rb:new Iw({closedByChildren:["rb","rt","rtc","rp"],closedByParent:!0}),rt:new Iw({closedByChildren:["rb","rt","rtc","rp"],closedByParent:!0}),rtc:new Iw({closedByChildren:["rb","rtc","rp"],closedByParent:!0}),rp:new Iw({closedByChildren:["rb","rt","rtc","rp"],closedByParent:!0}),optgroup:new Iw({closedByChildren:["optgroup"],closedByParent:!0}),option:new Iw({closedByChildren:["option","optgroup"],closedByParent:!0}),pre:new Iw({ignoreFirstLf:!0}),listing:new Iw({ignoreFirstLf:!0}),style:new Iw({contentType:0}),script:new Iw({contentType:0}),title:new Iw({contentType:{default:1,svg:2}}),textarea:new Iw({contentType:1,ignoreFirstLf:!0})}),(new Tw).allKnownElementNames().forEach(ml=>{!Fw[ml]&&Pe(ml)===null&&(Fw[ml]=new Iw({canSelfClose:!1}))})),Fw[ml]??Bw}var Pw=class gi{file;offset;line;col;constructor(ml,Al,Rl,zl){this.file=ml,this.offset=Al,this.line=Rl,this.col=zl}toString(){return this.offset!=null?`${this.file.url}@${this.line}:${this.col}`:this.file.url}moveBy(ml){let Al=this.file.content,Rl=Al.length,zl=this.offset,rd=this.line,yh=this.col;for(;zl>0&&ml<0;)if(zl--,ml++,Al.charCodeAt(zl)==10){rd--;let ml=Al.substring(0,zl-1).lastIndexOf(`\n`);yh=ml>0?zl-ml:zl}else yh--;for(;zl0;){let Rl=Al.charCodeAt(zl);zl++,ml--,Rl==10?(rd++,yh=0):yh++}return new gi(this.file,zl,rd,yh)}getContext(ml,Al){let Rl=this.file.content,zl=this.offset;if(zl!=null){zl>Rl.length-1&&(zl=Rl.length-1);let rd=zl,yh=0,kh=0;for(;yh0&&(zl--,yh++,!(Rl[zl]==`\n`&&++kh==Al)););for(yh=0,kh=0;yh]${ml.after}")`:this.msg}toString(){let ml=this.span.details?`, ${this.span.details}`:"";return`${this.contextualMessage()}: ${this.span.start}${ml}`}};var Lw=class{sourceSpan;i18n;constructor(ml,Al){this.sourceSpan=ml,this.i18n=Al}},Mw=class extends Lw{value;tokens;constructor(ml,Al,Rl,zl){super(Al,zl),this.value=ml,this.tokens=Rl}visit(ml,Al){return ml.visitText(this,Al)}kind="text"},jw=class extends Lw{value;tokens;constructor(ml,Al,Rl,zl){super(Al,zl),this.value=ml,this.tokens=Rl}visit(ml,Al){return ml.visitCdata(this,Al)}kind="cdata"},Uw=class extends Lw{switchValue;type;cases;switchValueSourceSpan;constructor(ml,Al,Rl,zl,rd,yh){super(zl,yh),this.switchValue=ml,this.type=Al,this.cases=Rl,this.switchValueSourceSpan=rd}visit(ml,Al){return ml.visitExpansion(this,Al)}kind="expansion"},Gw=class{value;expression;sourceSpan;valueSourceSpan;expSourceSpan;constructor(ml,Al,Rl,zl,rd){this.value=ml,this.expression=Al,this.sourceSpan=Rl,this.valueSourceSpan=zl,this.expSourceSpan=rd}visit(ml,Al){return ml.visitExpansionCase(this,Al)}kind="expansionCase"},qw=class extends Lw{name;value;keySpan;valueSpan;valueTokens;constructor(ml,Al,Rl,zl,rd,yh,kh){super(Rl,kh),this.name=ml,this.value=Al,this.keySpan=zl,this.valueSpan=rd,this.valueTokens=yh}visit(ml,Al){return ml.visitAttribute(this,Al)}kind="attribute";get nameSpan(){return this.keySpan}},$w=class{value;type;sourceSpan;constructor(ml,Al,Rl){this.value=ml,this.type=Al,this.sourceSpan=Rl}visit(ml,Al){return ml.visitAttributeComment?ml.visitAttributeComment(this,Al):void 0}kind="startTagComment"},Jw=class extends Lw{name;attrs;directives;children;isSelfClosing;startSourceSpan;endSourceSpan;nameSpan;isVoid;comments;constructor(ml,Al,Rl,zl,rd,yh,kh,Qh=null,cf=null,t_,r_,u_=[]){super(yh,r_),this.name=ml,this.attrs=Al,this.directives=Rl,this.children=zl,this.isSelfClosing=rd,this.startSourceSpan=kh,this.endSourceSpan=Qh,this.nameSpan=cf,this.isVoid=t_,this.comments=u_}visit(ml,Al){return ml.visitElement(this,Al)}kind="element"},Hw=class{value;sourceSpan;constructor(ml,Al){this.value=ml,this.sourceSpan=Al}visit(ml,Al){return ml.visitComment(this,Al)}kind="comment"},Vw=class{value;sourceSpan;constructor(ml,Al){this.value=ml,this.sourceSpan=Al}visit(ml,Al){return ml.visitDocType(this,Al)}kind="docType"},Ww=class extends Lw{name;parameters;children;nameSpan;startSourceSpan;endSourceSpan;constructor(ml,Al,Rl,zl,rd,yh,kh=null,Qh){super(zl,Qh),this.name=ml,this.parameters=Al,this.children=Rl,this.nameSpan=rd,this.startSourceSpan=yh,this.endSourceSpan=kh}visit(ml,Al){return ml.visitBlock(this,Al)}kind="block"},zw=class extends Lw{componentName;tagName;fullName;attrs;directives;children;isSelfClosing;startSourceSpan;endSourceSpan;comments;constructor(ml,Al,Rl,zl,rd,yh,kh,Qh,cf,t_=null,r_,u_=[]){super(Qh,r_),this.componentName=ml,this.tagName=Al,this.fullName=Rl,this.attrs=zl,this.directives=rd,this.children=yh,this.isSelfClosing=kh,this.startSourceSpan=cf,this.endSourceSpan=t_,this.comments=u_}visit(ml,Al){return ml.visitComponent(this,Al)}kind="component"},Yw=class{name;attrs;sourceSpan;startSourceSpan;endSourceSpan;constructor(ml,Al,Rl,zl,rd=null){this.name=ml,this.attrs=Al,this.sourceSpan=Rl,this.startSourceSpan=zl,this.endSourceSpan=rd}visit(ml,Al){return ml.visitDirective(this,Al)}kind="directive"},Kw=class{expression;sourceSpan;constructor(ml,Al){this.expression=ml,this.sourceSpan=Al}visit(ml,Al){return ml.visitBlockParameter(this,Al)}kind="blockParameter";startSourceSpan=null;endSourceSpan=null},Xw=class{name;value;sourceSpan;nameSpan;valueSpan;constructor(ml,Al,Rl,zl,rd){this.name=ml,this.value=Al,this.sourceSpan=Rl,this.nameSpan=zl,this.valueSpan=rd}visit(ml,Al){return ml.visitLetDeclaration(this,Al)}kind="letDeclaration";startSourceSpan=null;endSourceSpan=null};function Rt(ml,Al,Rl=null){let zl=[],rd=ml.visit?Al=>ml.visit(Al,Rl)||Al.visit(ml,Rl):Al=>Al.visit(ml,Rl);return Al.forEach(ml=>{let Al=rd(ml);Al&&zl.push(Al)}),zl}var Zw=class{constructor(){}visitElement(ml,Al){this.visitChildren(Al,Al=>{Al(ml.attrs),Al(ml.directives),Al(ml.comments),Al(ml.children)})}visitAttribute(ml,Al){}visitAttributeComment(ml,Al){}visitText(ml,Al){}visitCdata(ml,Al){}visitComment(ml,Al){}visitDocType(ml,Al){}visitExpansion(ml,Al){return this.visitChildren(Al,Al=>{Al(ml.cases)})}visitExpansionCase(ml,Al){}visitBlock(ml,Al){this.visitChildren(Al,Al=>{Al(ml.parameters),Al(ml.children)})}visitBlockParameter(ml,Al){}visitLetDeclaration(ml,Al){}visitComponent(ml,Al){this.visitChildren(Al,Al=>{Al(ml.attrs),Al(ml.comments),Al(ml.children)})}visitDirective(ml,Al){this.visitChildren(Al,Al=>{Al(ml.attrs)})}visitChildren(ml,Al){let Rl=[],zl=this;function i(Al){Al&&Rl.push(Rt(zl,Al,ml))}return Al(i),Array.prototype.concat.apply([],Rl)}};function nt(ml){return ml>=9&&ml<=32||ml==160}function Ie(ml){return 48<=ml&&ml<=57}function Re(ml){return ml>=97&&ml<=122||ml>=65&&ml<=90}function Ei(ml){return ml>=97&&ml<=102||ml>=65&&ml<=70||Ie(ml)}function Oe(ml){return ml===10||ml===13}function Sr(ml){return 48<=ml&&ml<=55}function Ot(ml){return ml===39||ml===34||ml===96}var eC={AElig:"Æ",AMP:"&",amp:"&",Aacute:"Á",Abreve:"Ă",Acirc:"Â",Acy:"А",Afr:"𝔄",Agrave:"À",Alpha:"Α",Amacr:"Ā",And:"⩓",Aogon:"Ą",Aopf:"𝔸",ApplyFunction:"⁡",af:"⁡",Aring:"Å",angst:"Å",Ascr:"𝒜",Assign:"≔",colone:"≔",coloneq:"≔",Atilde:"Ã",Auml:"Ä",Backslash:"∖",setminus:"∖",setmn:"∖",smallsetminus:"∖",ssetmn:"∖",Barv:"⫧",Barwed:"⌆",doublebarwedge:"⌆",Bcy:"Б",Because:"∵",becaus:"∵",because:"∵",Bernoullis:"ℬ",Bscr:"ℬ",bernou:"ℬ",Beta:"Β",Bfr:"𝔅",Bopf:"𝔹",Breve:"˘",breve:"˘",Bumpeq:"≎",HumpDownHump:"≎",bump:"≎",CHcy:"Ч",COPY:"©",copy:"©",Cacute:"Ć",Cap:"⋒",CapitalDifferentialD:"ⅅ",DD:"ⅅ",Cayleys:"ℭ",Cfr:"ℭ",Ccaron:"Č",Ccedil:"Ç",Ccirc:"Ĉ",Cconint:"∰",Cdot:"Ċ",Cedilla:"¸",cedil:"¸",CenterDot:"·",centerdot:"·",middot:"·",Chi:"Χ",CircleDot:"⊙",odot:"⊙",CircleMinus:"⊖",ominus:"⊖",CirclePlus:"⊕",oplus:"⊕",CircleTimes:"⊗",otimes:"⊗",ClockwiseContourIntegral:"∲",cwconint:"∲",CloseCurlyDoubleQuote:"”",rdquo:"”",rdquor:"”",CloseCurlyQuote:"’",rsquo:"’",rsquor:"’",Colon:"∷",Proportion:"∷",Colone:"⩴",Congruent:"≡",equiv:"≡",Conint:"∯",DoubleContourIntegral:"∯",ContourIntegral:"∮",conint:"∮",oint:"∮",Copf:"ℂ",complexes:"ℂ",Coproduct:"∐",coprod:"∐",CounterClockwiseContourIntegral:"∳",awconint:"∳",Cross:"⨯",Cscr:"𝒞",Cup:"⋓",CupCap:"≍",asympeq:"≍",DDotrahd:"⤑",DJcy:"Ђ",DScy:"Ѕ",DZcy:"Џ",Dagger:"‡",ddagger:"‡",Darr:"↡",Dashv:"⫤",DoubleLeftTee:"⫤",Dcaron:"Ď",Dcy:"Д",Del:"∇",nabla:"∇",Delta:"Δ",Dfr:"𝔇",DiacriticalAcute:"´",acute:"´",DiacriticalDot:"˙",dot:"˙",DiacriticalDoubleAcute:"˝",dblac:"˝",DiacriticalGrave:"`",grave:"`",DiacriticalTilde:"˜",tilde:"˜",Diamond:"⋄",diam:"⋄",diamond:"⋄",DifferentialD:"ⅆ",dd:"ⅆ",Dopf:"𝔻",Dot:"¨",DoubleDot:"¨",die:"¨",uml:"¨",DotDot:"⃜",DotEqual:"≐",doteq:"≐",esdot:"≐",DoubleDownArrow:"⇓",Downarrow:"⇓",dArr:"⇓",DoubleLeftArrow:"⇐",Leftarrow:"⇐",lArr:"⇐",DoubleLeftRightArrow:"⇔",Leftrightarrow:"⇔",hArr:"⇔",iff:"⇔",DoubleLongLeftArrow:"⟸",Longleftarrow:"⟸",xlArr:"⟸",DoubleLongLeftRightArrow:"⟺",Longleftrightarrow:"⟺",xhArr:"⟺",DoubleLongRightArrow:"⟹",Longrightarrow:"⟹",xrArr:"⟹",DoubleRightArrow:"⇒",Implies:"⇒",Rightarrow:"⇒",rArr:"⇒",DoubleRightTee:"⊨",vDash:"⊨",DoubleUpArrow:"⇑",Uparrow:"⇑",uArr:"⇑",DoubleUpDownArrow:"⇕",Updownarrow:"⇕",vArr:"⇕",DoubleVerticalBar:"∥",par:"∥",parallel:"∥",shortparallel:"∥",spar:"∥",DownArrow:"↓",ShortDownArrow:"↓",darr:"↓",downarrow:"↓",DownArrowBar:"⤓",DownArrowUpArrow:"⇵",duarr:"⇵",DownBreve:"̑",DownLeftRightVector:"⥐",DownLeftTeeVector:"⥞",DownLeftVector:"↽",leftharpoondown:"↽",lhard:"↽",DownLeftVectorBar:"⥖",DownRightTeeVector:"⥟",DownRightVector:"⇁",rhard:"⇁",rightharpoondown:"⇁",DownRightVectorBar:"⥗",DownTee:"⊤",top:"⊤",DownTeeArrow:"↧",mapstodown:"↧",Dscr:"𝒟",Dstrok:"Đ",ENG:"Ŋ",ETH:"Ð",Eacute:"É",Ecaron:"Ě",Ecirc:"Ê",Ecy:"Э",Edot:"Ė",Efr:"𝔈",Egrave:"È",Element:"∈",in:"∈",isin:"∈",isinv:"∈",Emacr:"Ē",EmptySmallSquare:"◻",EmptyVerySmallSquare:"▫",Eogon:"Ę",Eopf:"𝔼",Epsilon:"Ε",Equal:"⩵",EqualTilde:"≂",eqsim:"≂",esim:"≂",Equilibrium:"⇌",rightleftharpoons:"⇌",rlhar:"⇌",Escr:"ℰ",expectation:"ℰ",Esim:"⩳",Eta:"Η",Euml:"Ë",Exists:"∃",exist:"∃",ExponentialE:"ⅇ",ee:"ⅇ",exponentiale:"ⅇ",Fcy:"Ф",Ffr:"𝔉",FilledSmallSquare:"◼",FilledVerySmallSquare:"▪",blacksquare:"▪",squarf:"▪",squf:"▪",Fopf:"𝔽",ForAll:"∀",forall:"∀",Fouriertrf:"ℱ",Fscr:"ℱ",GJcy:"Ѓ",GT:">",gt:">",Gamma:"Γ",Gammad:"Ϝ",Gbreve:"Ğ",Gcedil:"Ģ",Gcirc:"Ĝ",Gcy:"Г",Gdot:"Ġ",Gfr:"𝔊",Gg:"⋙",ggg:"⋙",Gopf:"𝔾",GreaterEqual:"≥",ge:"≥",geq:"≥",GreaterEqualLess:"⋛",gel:"⋛",gtreqless:"⋛",GreaterFullEqual:"≧",gE:"≧",geqq:"≧",GreaterGreater:"⪢",GreaterLess:"≷",gl:"≷",gtrless:"≷",GreaterSlantEqual:"⩾",geqslant:"⩾",ges:"⩾",GreaterTilde:"≳",gsim:"≳",gtrsim:"≳",Gscr:"𝒢",Gt:"≫",NestedGreaterGreater:"≫",gg:"≫",HARDcy:"Ъ",Hacek:"ˇ",caron:"ˇ",Hat:"^",Hcirc:"Ĥ",Hfr:"ℌ",Poincareplane:"ℌ",HilbertSpace:"ℋ",Hscr:"ℋ",hamilt:"ℋ",Hopf:"ℍ",quaternions:"ℍ",HorizontalLine:"─",boxh:"─",Hstrok:"Ħ",HumpEqual:"≏",bumpe:"≏",bumpeq:"≏",IEcy:"Е",IJlig:"IJ",IOcy:"Ё",Iacute:"Í",Icirc:"Î",Icy:"И",Idot:"İ",Ifr:"ℑ",Im:"ℑ",image:"ℑ",imagpart:"ℑ",Igrave:"Ì",Imacr:"Ī",ImaginaryI:"ⅈ",ii:"ⅈ",Int:"∬",Integral:"∫",int:"∫",Intersection:"⋂",bigcap:"⋂",xcap:"⋂",InvisibleComma:"⁣",ic:"⁣",InvisibleTimes:"⁢",it:"⁢",Iogon:"Į",Iopf:"𝕀",Iota:"Ι",Iscr:"ℐ",imagline:"ℐ",Itilde:"Ĩ",Iukcy:"І",Iuml:"Ï",Jcirc:"Ĵ",Jcy:"Й",Jfr:"𝔍",Jopf:"𝕁",Jscr:"𝒥",Jsercy:"Ј",Jukcy:"Є",KHcy:"Х",KJcy:"Ќ",Kappa:"Κ",Kcedil:"Ķ",Kcy:"К",Kfr:"𝔎",Kopf:"𝕂",Kscr:"𝒦",LJcy:"Љ",LT:"<",lt:"<",Lacute:"Ĺ",Lambda:"Λ",Lang:"⟪",Laplacetrf:"ℒ",Lscr:"ℒ",lagran:"ℒ",Larr:"↞",twoheadleftarrow:"↞",Lcaron:"Ľ",Lcedil:"Ļ",Lcy:"Л",LeftAngleBracket:"⟨",lang:"⟨",langle:"⟨",LeftArrow:"←",ShortLeftArrow:"←",larr:"←",leftarrow:"←",slarr:"←",LeftArrowBar:"⇤",larrb:"⇤",LeftArrowRightArrow:"⇆",leftrightarrows:"⇆",lrarr:"⇆",LeftCeiling:"⌈",lceil:"⌈",LeftDoubleBracket:"⟦",lobrk:"⟦",LeftDownTeeVector:"⥡",LeftDownVector:"⇃",dharl:"⇃",downharpoonleft:"⇃",LeftDownVectorBar:"⥙",LeftFloor:"⌊",lfloor:"⌊",LeftRightArrow:"↔",harr:"↔",leftrightarrow:"↔",LeftRightVector:"⥎",LeftTee:"⊣",dashv:"⊣",LeftTeeArrow:"↤",mapstoleft:"↤",LeftTeeVector:"⥚",LeftTriangle:"⊲",vartriangleleft:"⊲",vltri:"⊲",LeftTriangleBar:"⧏",LeftTriangleEqual:"⊴",ltrie:"⊴",trianglelefteq:"⊴",LeftUpDownVector:"⥑",LeftUpTeeVector:"⥠",LeftUpVector:"↿",uharl:"↿",upharpoonleft:"↿",LeftUpVectorBar:"⥘",LeftVector:"↼",leftharpoonup:"↼",lharu:"↼",LeftVectorBar:"⥒",LessEqualGreater:"⋚",leg:"⋚",lesseqgtr:"⋚",LessFullEqual:"≦",lE:"≦",leqq:"≦",LessGreater:"≶",lessgtr:"≶",lg:"≶",LessLess:"⪡",LessSlantEqual:"⩽",leqslant:"⩽",les:"⩽",LessTilde:"≲",lesssim:"≲",lsim:"≲",Lfr:"𝔏",Ll:"⋘",Lleftarrow:"⇚",lAarr:"⇚",Lmidot:"Ŀ",LongLeftArrow:"⟵",longleftarrow:"⟵",xlarr:"⟵",LongLeftRightArrow:"⟷",longleftrightarrow:"⟷",xharr:"⟷",LongRightArrow:"⟶",longrightarrow:"⟶",xrarr:"⟶",Lopf:"𝕃",LowerLeftArrow:"↙",swarr:"↙",swarrow:"↙",LowerRightArrow:"↘",searr:"↘",searrow:"↘",Lsh:"↰",lsh:"↰",Lstrok:"Ł",Lt:"≪",NestedLessLess:"≪",ll:"≪",Map:"⤅",Mcy:"М",MediumSpace:" ",Mellintrf:"ℳ",Mscr:"ℳ",phmmat:"ℳ",Mfr:"𝔐",MinusPlus:"∓",mnplus:"∓",mp:"∓",Mopf:"𝕄",Mu:"Μ",NJcy:"Њ",Nacute:"Ń",Ncaron:"Ň",Ncedil:"Ņ",Ncy:"Н",NegativeMediumSpace:"​",NegativeThickSpace:"​",NegativeThinSpace:"​",NegativeVeryThinSpace:"​",ZeroWidthSpace:"​",NewLine:`\n`,Nfr:"𝔑",NoBreak:"⁠",NonBreakingSpace:" ",nbsp:" ",Nopf:"ℕ",naturals:"ℕ",Not:"⫬",NotCongruent:"≢",nequiv:"≢",NotCupCap:"≭",NotDoubleVerticalBar:"∦",npar:"∦",nparallel:"∦",nshortparallel:"∦",nspar:"∦",NotElement:"∉",notin:"∉",notinva:"∉",NotEqual:"≠",ne:"≠",NotEqualTilde:"≂̸",nesim:"≂̸",NotExists:"∄",nexist:"∄",nexists:"∄",NotGreater:"≯",ngt:"≯",ngtr:"≯",NotGreaterEqual:"≱",nge:"≱",ngeq:"≱",NotGreaterFullEqual:"≧̸",ngE:"≧̸",ngeqq:"≧̸",NotGreaterGreater:"≫̸",nGtv:"≫̸",NotGreaterLess:"≹",ntgl:"≹",NotGreaterSlantEqual:"⩾̸",ngeqslant:"⩾̸",nges:"⩾̸",NotGreaterTilde:"≵",ngsim:"≵",NotHumpDownHump:"≎̸",nbump:"≎̸",NotHumpEqual:"≏̸",nbumpe:"≏̸",NotLeftTriangle:"⋪",nltri:"⋪",ntriangleleft:"⋪",NotLeftTriangleBar:"⧏̸",NotLeftTriangleEqual:"⋬",nltrie:"⋬",ntrianglelefteq:"⋬",NotLess:"≮",nless:"≮",nlt:"≮",NotLessEqual:"≰",nle:"≰",nleq:"≰",NotLessGreater:"≸",ntlg:"≸",NotLessLess:"≪̸",nLtv:"≪̸",NotLessSlantEqual:"⩽̸",nleqslant:"⩽̸",nles:"⩽̸",NotLessTilde:"≴",nlsim:"≴",NotNestedGreaterGreater:"⪢̸",NotNestedLessLess:"⪡̸",NotPrecedes:"⊀",npr:"⊀",nprec:"⊀",NotPrecedesEqual:"⪯̸",npre:"⪯̸",npreceq:"⪯̸",NotPrecedesSlantEqual:"⋠",nprcue:"⋠",NotReverseElement:"∌",notni:"∌",notniva:"∌",NotRightTriangle:"⋫",nrtri:"⋫",ntriangleright:"⋫",NotRightTriangleBar:"⧐̸",NotRightTriangleEqual:"⋭",nrtrie:"⋭",ntrianglerighteq:"⋭",NotSquareSubset:"⊏̸",NotSquareSubsetEqual:"⋢",nsqsube:"⋢",NotSquareSuperset:"⊐̸",NotSquareSupersetEqual:"⋣",nsqsupe:"⋣",NotSubset:"⊂⃒",nsubset:"⊂⃒",vnsub:"⊂⃒",NotSubsetEqual:"⊈",nsube:"⊈",nsubseteq:"⊈",NotSucceeds:"⊁",nsc:"⊁",nsucc:"⊁",NotSucceedsEqual:"⪰̸",nsce:"⪰̸",nsucceq:"⪰̸",NotSucceedsSlantEqual:"⋡",nsccue:"⋡",NotSucceedsTilde:"≿̸",NotSuperset:"⊃⃒",nsupset:"⊃⃒",vnsup:"⊃⃒",NotSupersetEqual:"⊉",nsupe:"⊉",nsupseteq:"⊉",NotTilde:"≁",nsim:"≁",NotTildeEqual:"≄",nsime:"≄",nsimeq:"≄",NotTildeFullEqual:"≇",ncong:"≇",NotTildeTilde:"≉",nap:"≉",napprox:"≉",NotVerticalBar:"∤",nmid:"∤",nshortmid:"∤",nsmid:"∤",Nscr:"𝒩",Ntilde:"Ñ",Nu:"Ν",OElig:"Œ",Oacute:"Ó",Ocirc:"Ô",Ocy:"О",Odblac:"Ő",Ofr:"𝔒",Ograve:"Ò",Omacr:"Ō",Omega:"Ω",ohm:"Ω",Omicron:"Ο",Oopf:"𝕆",OpenCurlyDoubleQuote:"“",ldquo:"“",OpenCurlyQuote:"‘",lsquo:"‘",Or:"⩔",Oscr:"𝒪",Oslash:"Ø",Otilde:"Õ",Otimes:"⨷",Ouml:"Ö",OverBar:"‾",oline:"‾",OverBrace:"⏞",OverBracket:"⎴",tbrk:"⎴",OverParenthesis:"⏜",PartialD:"∂",part:"∂",Pcy:"П",Pfr:"𝔓",Phi:"Φ",Pi:"Π",PlusMinus:"±",plusmn:"±",pm:"±",Popf:"ℙ",primes:"ℙ",Pr:"⪻",Precedes:"≺",pr:"≺",prec:"≺",PrecedesEqual:"⪯",pre:"⪯",preceq:"⪯",PrecedesSlantEqual:"≼",prcue:"≼",preccurlyeq:"≼",PrecedesTilde:"≾",precsim:"≾",prsim:"≾",Prime:"″",Product:"∏",prod:"∏",Proportional:"∝",prop:"∝",propto:"∝",varpropto:"∝",vprop:"∝",Pscr:"𝒫",Psi:"Ψ",QUOT:'"',quot:'"',Qfr:"𝔔",Qopf:"ℚ",rationals:"ℚ",Qscr:"𝒬",RBarr:"⤐",drbkarow:"⤐",REG:"®",circledR:"®",reg:"®",Racute:"Ŕ",Rang:"⟫",Rarr:"↠",twoheadrightarrow:"↠",Rarrtl:"⤖",Rcaron:"Ř",Rcedil:"Ŗ",Rcy:"Р",Re:"ℜ",Rfr:"ℜ",real:"ℜ",realpart:"ℜ",ReverseElement:"∋",SuchThat:"∋",ni:"∋",niv:"∋",ReverseEquilibrium:"⇋",leftrightharpoons:"⇋",lrhar:"⇋",ReverseUpEquilibrium:"⥯",duhar:"⥯",Rho:"Ρ",RightAngleBracket:"⟩",rang:"⟩",rangle:"⟩",RightArrow:"→",ShortRightArrow:"→",rarr:"→",rightarrow:"→",srarr:"→",RightArrowBar:"⇥",rarrb:"⇥",RightArrowLeftArrow:"⇄",rightleftarrows:"⇄",rlarr:"⇄",RightCeiling:"⌉",rceil:"⌉",RightDoubleBracket:"⟧",robrk:"⟧",RightDownTeeVector:"⥝",RightDownVector:"⇂",dharr:"⇂",downharpoonright:"⇂",RightDownVectorBar:"⥕",RightFloor:"⌋",rfloor:"⌋",RightTee:"⊢",vdash:"⊢",RightTeeArrow:"↦",map:"↦",mapsto:"↦",RightTeeVector:"⥛",RightTriangle:"⊳",vartriangleright:"⊳",vrtri:"⊳",RightTriangleBar:"⧐",RightTriangleEqual:"⊵",rtrie:"⊵",trianglerighteq:"⊵",RightUpDownVector:"⥏",RightUpTeeVector:"⥜",RightUpVector:"↾",uharr:"↾",upharpoonright:"↾",RightUpVectorBar:"⥔",RightVector:"⇀",rharu:"⇀",rightharpoonup:"⇀",RightVectorBar:"⥓",Ropf:"ℝ",reals:"ℝ",RoundImplies:"⥰",Rrightarrow:"⇛",rAarr:"⇛",Rscr:"ℛ",realine:"ℛ",Rsh:"↱",rsh:"↱",RuleDelayed:"⧴",SHCHcy:"Щ",SHcy:"Ш",SOFTcy:"Ь",Sacute:"Ś",Sc:"⪼",Scaron:"Š",Scedil:"Ş",Scirc:"Ŝ",Scy:"С",Sfr:"𝔖",ShortUpArrow:"↑",UpArrow:"↑",uarr:"↑",uparrow:"↑",Sigma:"Σ",SmallCircle:"∘",compfn:"∘",Sopf:"𝕊",Sqrt:"√",radic:"√",Square:"□",squ:"□",square:"□",SquareIntersection:"⊓",sqcap:"⊓",SquareSubset:"⊏",sqsub:"⊏",sqsubset:"⊏",SquareSubsetEqual:"⊑",sqsube:"⊑",sqsubseteq:"⊑",SquareSuperset:"⊐",sqsup:"⊐",sqsupset:"⊐",SquareSupersetEqual:"⊒",sqsupe:"⊒",sqsupseteq:"⊒",SquareUnion:"⊔",sqcup:"⊔",Sscr:"𝒮",Star:"⋆",sstarf:"⋆",Sub:"⋐",Subset:"⋐",SubsetEqual:"⊆",sube:"⊆",subseteq:"⊆",Succeeds:"≻",sc:"≻",succ:"≻",SucceedsEqual:"⪰",sce:"⪰",succeq:"⪰",SucceedsSlantEqual:"≽",sccue:"≽",succcurlyeq:"≽",SucceedsTilde:"≿",scsim:"≿",succsim:"≿",Sum:"∑",sum:"∑",Sup:"⋑",Supset:"⋑",Superset:"⊃",sup:"⊃",supset:"⊃",SupersetEqual:"⊇",supe:"⊇",supseteq:"⊇",THORN:"Þ",TRADE:"™",trade:"™",TSHcy:"Ћ",TScy:"Ц",Tab:"\t",Tau:"Τ",Tcaron:"Ť",Tcedil:"Ţ",Tcy:"Т",Tfr:"𝔗",Therefore:"∴",there4:"∴",therefore:"∴",Theta:"Θ",ThickSpace:"  ",ThinSpace:" ",thinsp:" ",Tilde:"∼",sim:"∼",thicksim:"∼",thksim:"∼",TildeEqual:"≃",sime:"≃",simeq:"≃",TildeFullEqual:"≅",cong:"≅",TildeTilde:"≈",ap:"≈",approx:"≈",asymp:"≈",thickapprox:"≈",thkap:"≈",Topf:"𝕋",TripleDot:"⃛",tdot:"⃛",Tscr:"𝒯",Tstrok:"Ŧ",Uacute:"Ú",Uarr:"↟",Uarrocir:"⥉",Ubrcy:"Ў",Ubreve:"Ŭ",Ucirc:"Û",Ucy:"У",Udblac:"Ű",Ufr:"𝔘",Ugrave:"Ù",Umacr:"Ū",UnderBar:"_",lowbar:"_",UnderBrace:"⏟",UnderBracket:"⎵",bbrk:"⎵",UnderParenthesis:"⏝",Union:"⋃",bigcup:"⋃",xcup:"⋃",UnionPlus:"⊎",uplus:"⊎",Uogon:"Ų",Uopf:"𝕌",UpArrowBar:"⤒",UpArrowDownArrow:"⇅",udarr:"⇅",UpDownArrow:"↕",updownarrow:"↕",varr:"↕",UpEquilibrium:"⥮",udhar:"⥮",UpTee:"⊥",bot:"⊥",bottom:"⊥",perp:"⊥",UpTeeArrow:"↥",mapstoup:"↥",UpperLeftArrow:"↖",nwarr:"↖",nwarrow:"↖",UpperRightArrow:"↗",nearr:"↗",nearrow:"↗",Upsi:"ϒ",upsih:"ϒ",Upsilon:"Υ",Uring:"Ů",Uscr:"𝒰",Utilde:"Ũ",Uuml:"Ü",VDash:"⊫",Vbar:"⫫",Vcy:"В",Vdash:"⊩",Vdashl:"⫦",Vee:"⋁",bigvee:"⋁",xvee:"⋁",Verbar:"‖",Vert:"‖",VerticalBar:"∣",mid:"∣",shortmid:"∣",smid:"∣",VerticalLine:"|",verbar:"|",vert:"|",VerticalSeparator:"❘",VerticalTilde:"≀",wr:"≀",wreath:"≀",VeryThinSpace:" ",hairsp:" ",Vfr:"𝔙",Vopf:"𝕍",Vscr:"𝒱",Vvdash:"⊪",Wcirc:"Ŵ",Wedge:"⋀",bigwedge:"⋀",xwedge:"⋀",Wfr:"𝔚",Wopf:"𝕎",Wscr:"𝒲",Xfr:"𝔛",Xi:"Ξ",Xopf:"𝕏",Xscr:"𝒳",YAcy:"Я",YIcy:"Ї",YUcy:"Ю",Yacute:"Ý",Ycirc:"Ŷ",Ycy:"Ы",Yfr:"𝔜",Yopf:"𝕐",Yscr:"𝒴",Yuml:"Ÿ",ZHcy:"Ж",Zacute:"Ź",Zcaron:"Ž",Zcy:"З",Zdot:"Ż",Zeta:"Ζ",Zfr:"ℨ",zeetrf:"ℨ",Zopf:"ℤ",integers:"ℤ",Zscr:"𝒵",aacute:"á",abreve:"ă",ac:"∾",mstpos:"∾",acE:"∾̳",acd:"∿",acirc:"â",acy:"а",aelig:"æ",afr:"𝔞",agrave:"à",alefsym:"ℵ",aleph:"ℵ",alpha:"α",amacr:"ā",amalg:"⨿",and:"∧",wedge:"∧",andand:"⩕",andd:"⩜",andslope:"⩘",andv:"⩚",ang:"∠",angle:"∠",ange:"⦤",angmsd:"∡",measuredangle:"∡",angmsdaa:"⦨",angmsdab:"⦩",angmsdac:"⦪",angmsdad:"⦫",angmsdae:"⦬",angmsdaf:"⦭",angmsdag:"⦮",angmsdah:"⦯",angrt:"∟",angrtvb:"⊾",angrtvbd:"⦝",angsph:"∢",angzarr:"⍼",aogon:"ą",aopf:"𝕒",apE:"⩰",apacir:"⩯",ape:"≊",approxeq:"≊",apid:"≋",apos:"'",aring:"å",ascr:"𝒶",ast:"*",midast:"*",atilde:"ã",auml:"ä",awint:"⨑",bNot:"⫭",backcong:"≌",bcong:"≌",backepsilon:"϶",bepsi:"϶",backprime:"‵",bprime:"‵",backsim:"∽",bsim:"∽",backsimeq:"⋍",bsime:"⋍",barvee:"⊽",barwed:"⌅",barwedge:"⌅",bbrktbrk:"⎶",bcy:"б",bdquo:"„",ldquor:"„",bemptyv:"⦰",beta:"β",beth:"ℶ",between:"≬",twixt:"≬",bfr:"𝔟",bigcirc:"◯",xcirc:"◯",bigodot:"⨀",xodot:"⨀",bigoplus:"⨁",xoplus:"⨁",bigotimes:"⨂",xotime:"⨂",bigsqcup:"⨆",xsqcup:"⨆",bigstar:"★",starf:"★",bigtriangledown:"▽",xdtri:"▽",bigtriangleup:"△",xutri:"△",biguplus:"⨄",xuplus:"⨄",bkarow:"⤍",rbarr:"⤍",blacklozenge:"⧫",lozf:"⧫",blacktriangle:"▴",utrif:"▴",blacktriangledown:"▾",dtrif:"▾",blacktriangleleft:"◂",ltrif:"◂",blacktriangleright:"▸",rtrif:"▸",blank:"␣",blk12:"▒",blk14:"░",blk34:"▓",block:"█",bne:"=⃥",bnequiv:"≡⃥",bnot:"⌐",bopf:"𝕓",bowtie:"⋈",boxDL:"╗",boxDR:"╔",boxDl:"╖",boxDr:"╓",boxH:"═",boxHD:"╦",boxHU:"╩",boxHd:"╤",boxHu:"╧",boxUL:"╝",boxUR:"╚",boxUl:"╜",boxUr:"╙",boxV:"║",boxVH:"╬",boxVL:"╣",boxVR:"╠",boxVh:"╫",boxVl:"╢",boxVr:"╟",boxbox:"⧉",boxdL:"╕",boxdR:"╒",boxdl:"┐",boxdr:"┌",boxhD:"╥",boxhU:"╨",boxhd:"┬",boxhu:"┴",boxminus:"⊟",minusb:"⊟",boxplus:"⊞",plusb:"⊞",boxtimes:"⊠",timesb:"⊠",boxuL:"╛",boxuR:"╘",boxul:"┘",boxur:"└",boxv:"│",boxvH:"╪",boxvL:"╡",boxvR:"╞",boxvh:"┼",boxvl:"┤",boxvr:"├",brvbar:"¦",bscr:"𝒷",bsemi:"⁏",bsol:"\\",bsolb:"⧅",bsolhsub:"⟈",bull:"•",bullet:"•",bumpE:"⪮",cacute:"ć",cap:"∩",capand:"⩄",capbrcup:"⩉",capcap:"⩋",capcup:"⩇",capdot:"⩀",caps:"∩︀",caret:"⁁",ccaps:"⩍",ccaron:"č",ccedil:"ç",ccirc:"ĉ",ccups:"⩌",ccupssm:"⩐",cdot:"ċ",cemptyv:"⦲",cent:"¢",cfr:"𝔠",chcy:"ч",check:"✓",checkmark:"✓",chi:"χ",cir:"○",cirE:"⧃",circ:"ˆ",circeq:"≗",cire:"≗",circlearrowleft:"↺",olarr:"↺",circlearrowright:"↻",orarr:"↻",circledS:"Ⓢ",oS:"Ⓢ",circledast:"⊛",oast:"⊛",circledcirc:"⊚",ocir:"⊚",circleddash:"⊝",odash:"⊝",cirfnint:"⨐",cirmid:"⫯",cirscir:"⧂",clubs:"♣",clubsuit:"♣",colon:":",comma:",",commat:"@",comp:"∁",complement:"∁",congdot:"⩭",copf:"𝕔",copysr:"℗",crarr:"↵",cross:"✗",cscr:"𝒸",csub:"⫏",csube:"⫑",csup:"⫐",csupe:"⫒",ctdot:"⋯",cudarrl:"⤸",cudarrr:"⤵",cuepr:"⋞",curlyeqprec:"⋞",cuesc:"⋟",curlyeqsucc:"⋟",cularr:"↶",curvearrowleft:"↶",cularrp:"⤽",cup:"∪",cupbrcap:"⩈",cupcap:"⩆",cupcup:"⩊",cupdot:"⊍",cupor:"⩅",cups:"∪︀",curarr:"↷",curvearrowright:"↷",curarrm:"⤼",curlyvee:"⋎",cuvee:"⋎",curlywedge:"⋏",cuwed:"⋏",curren:"¤",cwint:"∱",cylcty:"⌭",dHar:"⥥",dagger:"†",daleth:"ℸ",dash:"‐",hyphen:"‐",dbkarow:"⤏",rBarr:"⤏",dcaron:"ď",dcy:"д",ddarr:"⇊",downdownarrows:"⇊",ddotseq:"⩷",eDDot:"⩷",deg:"°",delta:"δ",demptyv:"⦱",dfisht:"⥿",dfr:"𝔡",diamondsuit:"♦",diams:"♦",digamma:"ϝ",gammad:"ϝ",disin:"⋲",div:"÷",divide:"÷",divideontimes:"⋇",divonx:"⋇",djcy:"ђ",dlcorn:"⌞",llcorner:"⌞",dlcrop:"⌍",dollar:"$",dopf:"𝕕",doteqdot:"≑",eDot:"≑",dotminus:"∸",minusd:"∸",dotplus:"∔",plusdo:"∔",dotsquare:"⊡",sdotb:"⊡",drcorn:"⌟",lrcorner:"⌟",drcrop:"⌌",dscr:"𝒹",dscy:"ѕ",dsol:"⧶",dstrok:"đ",dtdot:"⋱",dtri:"▿",triangledown:"▿",dwangle:"⦦",dzcy:"џ",dzigrarr:"⟿",eacute:"é",easter:"⩮",ecaron:"ě",ecir:"≖",eqcirc:"≖",ecirc:"ê",ecolon:"≕",eqcolon:"≕",ecy:"э",edot:"ė",efDot:"≒",fallingdotseq:"≒",efr:"𝔢",eg:"⪚",egrave:"è",egs:"⪖",eqslantgtr:"⪖",egsdot:"⪘",el:"⪙",elinters:"⏧",ell:"ℓ",els:"⪕",eqslantless:"⪕",elsdot:"⪗",emacr:"ē",empty:"∅",emptyset:"∅",emptyv:"∅",varnothing:"∅",emsp13:" ",emsp14:" ",emsp:" ",eng:"ŋ",ensp:" ",eogon:"ę",eopf:"𝕖",epar:"⋕",eparsl:"⧣",eplus:"⩱",epsi:"ε",epsilon:"ε",epsiv:"ϵ",straightepsilon:"ϵ",varepsilon:"ϵ",equals:"=",equest:"≟",questeq:"≟",equivDD:"⩸",eqvparsl:"⧥",erDot:"≓",risingdotseq:"≓",erarr:"⥱",escr:"ℯ",eta:"η",eth:"ð",euml:"ë",euro:"€",excl:"!",fcy:"ф",female:"♀",ffilig:"ffi",fflig:"ff",ffllig:"ffl",ffr:"𝔣",filig:"fi",fjlig:"fj",flat:"♭",fllig:"fl",fltns:"▱",fnof:"ƒ",fopf:"𝕗",fork:"⋔",pitchfork:"⋔",forkv:"⫙",fpartint:"⨍",frac12:"½",half:"½",frac13:"⅓",frac14:"¼",frac15:"⅕",frac16:"⅙",frac18:"⅛",frac23:"⅔",frac25:"⅖",frac34:"¾",frac35:"⅗",frac38:"⅜",frac45:"⅘",frac56:"⅚",frac58:"⅝",frac78:"⅞",frasl:"⁄",frown:"⌢",sfrown:"⌢",fscr:"𝒻",gEl:"⪌",gtreqqless:"⪌",gacute:"ǵ",gamma:"γ",gap:"⪆",gtrapprox:"⪆",gbreve:"ğ",gcirc:"ĝ",gcy:"г",gdot:"ġ",gescc:"⪩",gesdot:"⪀",gesdoto:"⪂",gesdotol:"⪄",gesl:"⋛︀",gesles:"⪔",gfr:"𝔤",gimel:"ℷ",gjcy:"ѓ",glE:"⪒",gla:"⪥",glj:"⪤",gnE:"≩",gneqq:"≩",gnap:"⪊",gnapprox:"⪊",gne:"⪈",gneq:"⪈",gnsim:"⋧",gopf:"𝕘",gscr:"ℊ",gsime:"⪎",gsiml:"⪐",gtcc:"⪧",gtcir:"⩺",gtdot:"⋗",gtrdot:"⋗",gtlPar:"⦕",gtquest:"⩼",gtrarr:"⥸",gvertneqq:"≩︀",gvnE:"≩︀",hardcy:"ъ",harrcir:"⥈",harrw:"↭",leftrightsquigarrow:"↭",hbar:"ℏ",hslash:"ℏ",planck:"ℏ",plankv:"ℏ",hcirc:"ĥ",hearts:"♥",heartsuit:"♥",hellip:"…",mldr:"…",hercon:"⊹",hfr:"𝔥",hksearow:"⤥",searhk:"⤥",hkswarow:"⤦",swarhk:"⤦",hoarr:"⇿",homtht:"∻",hookleftarrow:"↩",larrhk:"↩",hookrightarrow:"↪",rarrhk:"↪",hopf:"𝕙",horbar:"―",hscr:"𝒽",hstrok:"ħ",hybull:"⁃",iacute:"í",icirc:"î",icy:"и",iecy:"е",iexcl:"¡",ifr:"𝔦",igrave:"ì",iiiint:"⨌",qint:"⨌",iiint:"∭",tint:"∭",iinfin:"⧜",iiota:"℩",ijlig:"ij",imacr:"ī",imath:"ı",inodot:"ı",imof:"⊷",imped:"Ƶ",incare:"℅",infin:"∞",infintie:"⧝",intcal:"⊺",intercal:"⊺",intlarhk:"⨗",intprod:"⨼",iprod:"⨼",iocy:"ё",iogon:"į",iopf:"𝕚",iota:"ι",iquest:"¿",iscr:"𝒾",isinE:"⋹",isindot:"⋵",isins:"⋴",isinsv:"⋳",itilde:"ĩ",iukcy:"і",iuml:"ï",jcirc:"ĵ",jcy:"й",jfr:"𝔧",jmath:"ȷ",jopf:"𝕛",jscr:"𝒿",jsercy:"ј",jukcy:"є",kappa:"κ",kappav:"ϰ",varkappa:"ϰ",kcedil:"ķ",kcy:"к",kfr:"𝔨",kgreen:"ĸ",khcy:"х",kjcy:"ќ",kopf:"𝕜",kscr:"𝓀",lAtail:"⤛",lBarr:"⤎",lEg:"⪋",lesseqqgtr:"⪋",lHar:"⥢",lacute:"ĺ",laemptyv:"⦴",lambda:"λ",langd:"⦑",lap:"⪅",lessapprox:"⪅",laquo:"«",larrbfs:"⤟",larrfs:"⤝",larrlp:"↫",looparrowleft:"↫",larrpl:"⤹",larrsim:"⥳",larrtl:"↢",leftarrowtail:"↢",lat:"⪫",latail:"⤙",late:"⪭",lates:"⪭︀",lbarr:"⤌",lbbrk:"❲",lbrace:"{",lcub:"{",lbrack:"[",lsqb:"[",lbrke:"⦋",lbrksld:"⦏",lbrkslu:"⦍",lcaron:"ľ",lcedil:"ļ",lcy:"л",ldca:"⤶",ldrdhar:"⥧",ldrushar:"⥋",ldsh:"↲",le:"≤",leq:"≤",leftleftarrows:"⇇",llarr:"⇇",leftthreetimes:"⋋",lthree:"⋋",lescc:"⪨",lesdot:"⩿",lesdoto:"⪁",lesdotor:"⪃",lesg:"⋚︀",lesges:"⪓",lessdot:"⋖",ltdot:"⋖",lfisht:"⥼",lfr:"𝔩",lgE:"⪑",lharul:"⥪",lhblk:"▄",ljcy:"љ",llhard:"⥫",lltri:"◺",lmidot:"ŀ",lmoust:"⎰",lmoustache:"⎰",lnE:"≨",lneqq:"≨",lnap:"⪉",lnapprox:"⪉",lne:"⪇",lneq:"⪇",lnsim:"⋦",loang:"⟬",loarr:"⇽",longmapsto:"⟼",xmap:"⟼",looparrowright:"↬",rarrlp:"↬",lopar:"⦅",lopf:"𝕝",loplus:"⨭",lotimes:"⨴",lowast:"∗",loz:"◊",lozenge:"◊",lpar:"(",lparlt:"⦓",lrhard:"⥭",lrm:"‎",lrtri:"⊿",lsaquo:"‹",lscr:"𝓁",lsime:"⪍",lsimg:"⪏",lsquor:"‚",sbquo:"‚",lstrok:"ł",ltcc:"⪦",ltcir:"⩹",ltimes:"⋉",ltlarr:"⥶",ltquest:"⩻",ltrPar:"⦖",ltri:"◃",triangleleft:"◃",lurdshar:"⥊",luruhar:"⥦",lvertneqq:"≨︀",lvnE:"≨︀",mDDot:"∺",macr:"¯",strns:"¯",male:"♂",malt:"✠",maltese:"✠",marker:"▮",mcomma:"⨩",mcy:"м",mdash:"—",mfr:"𝔪",mho:"℧",micro:"µ",midcir:"⫰",minus:"−",minusdu:"⨪",mlcp:"⫛",models:"⊧",mopf:"𝕞",mscr:"𝓂",mu:"μ",multimap:"⊸",mumap:"⊸",nGg:"⋙̸",nGt:"≫⃒",nLeftarrow:"⇍",nlArr:"⇍",nLeftrightarrow:"⇎",nhArr:"⇎",nLl:"⋘̸",nLt:"≪⃒",nRightarrow:"⇏",nrArr:"⇏",nVDash:"⊯",nVdash:"⊮",nacute:"ń",nang:"∠⃒",napE:"⩰̸",napid:"≋̸",napos:"ʼn",natur:"♮",natural:"♮",ncap:"⩃",ncaron:"ň",ncedil:"ņ",ncongdot:"⩭̸",ncup:"⩂",ncy:"н",ndash:"–",neArr:"⇗",nearhk:"⤤",nedot:"≐̸",nesear:"⤨",toea:"⤨",nfr:"𝔫",nharr:"↮",nleftrightarrow:"↮",nhpar:"⫲",nis:"⋼",nisd:"⋺",njcy:"њ",nlE:"≦̸",nleqq:"≦̸",nlarr:"↚",nleftarrow:"↚",nldr:"‥",nopf:"𝕟",not:"¬",notinE:"⋹̸",notindot:"⋵̸",notinvb:"⋷",notinvc:"⋶",notnivb:"⋾",notnivc:"⋽",nparsl:"⫽⃥",npart:"∂̸",npolint:"⨔",nrarr:"↛",nrightarrow:"↛",nrarrc:"⤳̸",nrarrw:"↝̸",nscr:"𝓃",nsub:"⊄",nsubE:"⫅̸",nsubseteqq:"⫅̸",nsup:"⊅",nsupE:"⫆̸",nsupseteqq:"⫆̸",ntilde:"ñ",nu:"ν",num:"#",numero:"№",numsp:" ",nvDash:"⊭",nvHarr:"⤄",nvap:"≍⃒",nvdash:"⊬",nvge:"≥⃒",nvgt:">⃒",nvinfin:"⧞",nvlArr:"⤂",nvle:"≤⃒",nvlt:"<⃒",nvltrie:"⊴⃒",nvrArr:"⤃",nvrtrie:"⊵⃒",nvsim:"∼⃒",nwArr:"⇖",nwarhk:"⤣",nwnear:"⤧",oacute:"ó",ocirc:"ô",ocy:"о",odblac:"ő",odiv:"⨸",odsold:"⦼",oelig:"œ",ofcir:"⦿",ofr:"𝔬",ogon:"˛",ograve:"ò",ogt:"⧁",ohbar:"⦵",olcir:"⦾",olcross:"⦻",olt:"⧀",omacr:"ō",omega:"ω",omicron:"ο",omid:"⦶",oopf:"𝕠",opar:"⦷",operp:"⦹",or:"∨",vee:"∨",ord:"⩝",order:"ℴ",orderof:"ℴ",oscr:"ℴ",ordf:"ª",ordm:"º",origof:"⊶",oror:"⩖",orslope:"⩗",orv:"⩛",oslash:"ø",osol:"⊘",otilde:"õ",otimesas:"⨶",ouml:"ö",ovbar:"⌽",para:"¶",parsim:"⫳",parsl:"⫽",pcy:"п",percnt:"%",period:".",permil:"‰",pertenk:"‱",pfr:"𝔭",phi:"φ",phiv:"ϕ",straightphi:"ϕ",varphi:"ϕ",phone:"☎",pi:"π",piv:"ϖ",varpi:"ϖ",planckh:"ℎ",plus:"+",plusacir:"⨣",pluscir:"⨢",plusdu:"⨥",pluse:"⩲",plussim:"⨦",plustwo:"⨧",pointint:"⨕",popf:"𝕡",pound:"£",prE:"⪳",prap:"⪷",precapprox:"⪷",precnapprox:"⪹",prnap:"⪹",precneqq:"⪵",prnE:"⪵",precnsim:"⋨",prnsim:"⋨",prime:"′",profalar:"⌮",profline:"⌒",profsurf:"⌓",prurel:"⊰",pscr:"𝓅",psi:"ψ",puncsp:" ",qfr:"𝔮",qopf:"𝕢",qprime:"⁗",qscr:"𝓆",quatint:"⨖",quest:"?",rAtail:"⤜",rHar:"⥤",race:"∽̱",racute:"ŕ",raemptyv:"⦳",rangd:"⦒",range:"⦥",raquo:"»",rarrap:"⥵",rarrbfs:"⤠",rarrc:"⤳",rarrfs:"⤞",rarrpl:"⥅",rarrsim:"⥴",rarrtl:"↣",rightarrowtail:"↣",rarrw:"↝",rightsquigarrow:"↝",ratail:"⤚",ratio:"∶",rbbrk:"❳",rbrace:"}",rcub:"}",rbrack:"]",rsqb:"]",rbrke:"⦌",rbrksld:"⦎",rbrkslu:"⦐",rcaron:"ř",rcedil:"ŗ",rcy:"р",rdca:"⤷",rdldhar:"⥩",rdsh:"↳",rect:"▭",rfisht:"⥽",rfr:"𝔯",rharul:"⥬",rho:"ρ",rhov:"ϱ",varrho:"ϱ",rightrightarrows:"⇉",rrarr:"⇉",rightthreetimes:"⋌",rthree:"⋌",ring:"˚",rlm:"‏",rmoust:"⎱",rmoustache:"⎱",rnmid:"⫮",roang:"⟭",roarr:"⇾",ropar:"⦆",ropf:"𝕣",roplus:"⨮",rotimes:"⨵",rpar:")",rpargt:"⦔",rppolint:"⨒",rsaquo:"›",rscr:"𝓇",rtimes:"⋊",rtri:"▹",triangleright:"▹",rtriltri:"⧎",ruluhar:"⥨",rx:"℞",sacute:"ś",scE:"⪴",scap:"⪸",succapprox:"⪸",scaron:"š",scedil:"ş",scirc:"ŝ",scnE:"⪶",succneqq:"⪶",scnap:"⪺",succnapprox:"⪺",scnsim:"⋩",succnsim:"⋩",scpolint:"⨓",scy:"с",sdot:"⋅",sdote:"⩦",seArr:"⇘",sect:"§",semi:";",seswar:"⤩",tosa:"⤩",sext:"✶",sfr:"𝔰",sharp:"♯",shchcy:"щ",shcy:"ш",shy:"­",sigma:"σ",sigmaf:"ς",sigmav:"ς",varsigma:"ς",simdot:"⩪",simg:"⪞",simgE:"⪠",siml:"⪝",simlE:"⪟",simne:"≆",simplus:"⨤",simrarr:"⥲",smashp:"⨳",smeparsl:"⧤",smile:"⌣",ssmile:"⌣",smt:"⪪",smte:"⪬",smtes:"⪬︀",softcy:"ь",sol:"/",solb:"⧄",solbar:"⌿",sopf:"𝕤",spades:"♠",spadesuit:"♠",sqcaps:"⊓︀",sqcups:"⊔︀",sscr:"𝓈",star:"☆",sub:"⊂",subset:"⊂",subE:"⫅",subseteqq:"⫅",subdot:"⪽",subedot:"⫃",submult:"⫁",subnE:"⫋",subsetneqq:"⫋",subne:"⊊",subsetneq:"⊊",subplus:"⪿",subrarr:"⥹",subsim:"⫇",subsub:"⫕",subsup:"⫓",sung:"♪",sup1:"¹",sup2:"²",sup3:"³",supE:"⫆",supseteqq:"⫆",supdot:"⪾",supdsub:"⫘",supedot:"⫄",suphsol:"⟉",suphsub:"⫗",suplarr:"⥻",supmult:"⫂",supnE:"⫌",supsetneqq:"⫌",supne:"⊋",supsetneq:"⊋",supplus:"⫀",supsim:"⫈",supsub:"⫔",supsup:"⫖",swArr:"⇙",swnwar:"⤪",szlig:"ß",target:"⌖",tau:"τ",tcaron:"ť",tcedil:"ţ",tcy:"т",telrec:"⌕",tfr:"𝔱",theta:"θ",thetasym:"ϑ",thetav:"ϑ",vartheta:"ϑ",thorn:"þ",times:"×",timesbar:"⨱",timesd:"⨰",topbot:"⌶",topcir:"⫱",topf:"𝕥",topfork:"⫚",tprime:"‴",triangle:"▵",utri:"▵",triangleq:"≜",trie:"≜",tridot:"◬",triminus:"⨺",triplus:"⨹",trisb:"⧍",tritime:"⨻",trpezium:"⏢",tscr:"𝓉",tscy:"ц",tshcy:"ћ",tstrok:"ŧ",uHar:"⥣",uacute:"ú",ubrcy:"ў",ubreve:"ŭ",ucirc:"û",ucy:"у",udblac:"ű",ufisht:"⥾",ufr:"𝔲",ugrave:"ù",uhblk:"▀",ulcorn:"⌜",ulcorner:"⌜",ulcrop:"⌏",ultri:"◸",umacr:"ū",uogon:"ų",uopf:"𝕦",upsi:"υ",upsilon:"υ",upuparrows:"⇈",uuarr:"⇈",urcorn:"⌝",urcorner:"⌝",urcrop:"⌎",uring:"ů",urtri:"◹",uscr:"𝓊",utdot:"⋰",utilde:"ũ",uuml:"ü",uwangle:"⦧",vBar:"⫨",vBarv:"⫩",vangrt:"⦜",varsubsetneq:"⊊︀",vsubne:"⊊︀",varsubsetneqq:"⫋︀",vsubnE:"⫋︀",varsupsetneq:"⊋︀",vsupne:"⊋︀",varsupsetneqq:"⫌︀",vsupnE:"⫌︀",vcy:"в",veebar:"⊻",veeeq:"≚",vellip:"⋮",vfr:"𝔳",vopf:"𝕧",vscr:"𝓋",vzigzag:"⦚",wcirc:"ŵ",wedbar:"⩟",wedgeq:"≙",weierp:"℘",wp:"℘",wfr:"𝔴",wopf:"𝕨",wscr:"𝓌",xfr:"𝔵",xi:"ξ",xnis:"⋻",xopf:"𝕩",xscr:"𝓍",yacute:"ý",yacy:"я",ycirc:"ŷ",ycy:"ы",yen:"¥",yfr:"𝔶",yicy:"ї",yopf:"𝕪",yscr:"𝓎",yucy:"ю",yuml:"ÿ",zacute:"ź",zcaron:"ž",zcy:"з",zdot:"ż",zeta:"ζ",zfr:"𝔷",zhcy:"ж",zigrarr:"⇝",zopf:"𝕫",zscr:"𝓏",zwj:"‍",zwnj:"‌"};eC.ngsp="";var tC=class{tokens;errors;nonNormalizedIcuExpressions;constructor(ml,Al,Rl){this.tokens=ml,this.errors=Al,this.nonNormalizedIcuExpressions=Rl}};function Di(ml,Al,Rl,zl={}){let rd=new sC(new Rw(ml,Al),Rl,zl);return rd.tokenize(),new tC(so(rd.tokens),rd.errors,rd.nonNormalizedIcuExpressions)}var rC=/\r\n?/g;function Se(ml){return`Unexpected character "${ml===0?"EOF":String.fromCharCode(ml)}"`}function xi(ml){return`Unknown entity "${ml}" - use the "&#;" or "&#x;" syntax`}function Qa(ml,Al){return`Unable to parse entity "${Al}" - ${ml} character reference entities must end with ";"`}var nC=["@if","@else","@for","@switch","@case","@default","@empty","@defer","@placeholder","@loading","@error","@content"],iC={start:"{{",end:"}}"},sC=class{_getTagContentType;_cursor;_tokenizeIcu;_leadingTriviaCodePoints;_canSelfClose;_allowHtmComponentClosingTags;_allowStartTagComments;_currentTokenStart=null;_currentTokenType=null;_expansionCaseStack=[];_openDirectiveCount=0;_inInterpolation=!1;_preserveLineEndings;_i18nNormalizeLineEndingsInICUs;_fullNameStack=[];_tokenizeBlocks;_tokenizeLet;_selectorlessEnabled;tokens=[];errors=[];nonNormalizedIcuExpressions=[];constructor(ml,Al,Rl){this._getTagContentType=Al,this._tokenizeIcu=Rl.tokenizeExpansionForms||!1,this._leadingTriviaCodePoints=Rl.leadingTriviaChars&&Rl.leadingTriviaChars.map(ml=>ml.codePointAt(0)||0),this._canSelfClose=Rl.canSelfClose||!1,this._allowHtmComponentClosingTags=Rl.allowHtmComponentClosingTags||!1,this._allowStartTagComments=Rl.allowStartTagComments??!0;let zl=Rl.range||{endPos:ml.content.length,startPos:0,startLine:0,startCol:0};this._cursor=Rl.escapedString?new oC(ml,zl):new aC(ml,zl),this._preserveLineEndings=Rl.preserveLineEndings||!1,this._i18nNormalizeLineEndingsInICUs=Rl.i18nNormalizeLineEndingsInICUs||!1,this._tokenizeBlocks=Rl.tokenizeBlocks??!0,this._tokenizeLet=Rl.tokenizeLet??!0,this._selectorlessEnabled=Rl.selectorlessEnabled??!1;try{this._cursor.init()}catch(ml){this.handleError(ml)}}_processCarriageReturns(ml){return this._preserveLineEndings?ml:ml.replace(rC,`\n`)}tokenize(){for(;this._cursor.peek()!==0;){let ml=this._cursor.clone();try{if(this._attemptCharCode(60))if(this._attemptCharCode(33))this._attemptStr("[CDATA[")?this._consumeCdata(ml):this._attemptStr("--")?this._consumeComment(ml):this._attemptStrCaseInsensitive("doctype")?this._consumeDocType(ml):this._consumeBogusComment(ml);else if(this._attemptCharCode(47))this._consumeTagClose(ml);else{let Al=this._cursor.clone();this._attemptCharCode(63)?(this._cursor=Al,this._consumeBogusComment(ml)):this._consumeTagOpen(ml)}else this._tokenizeLet&&this._cursor.peek()===64&&!this._inInterpolation&&this._isLetStart()?this._consumeLetDeclaration(ml):this._tokenizeBlocks&&this._isBlockStart()?this._consumeBlockStart(ml):this._tokenizeBlocks&&!this._inInterpolation&&!this._isInExpansionCase()&&!this._isInExpansionForm()&&this._attemptCharCode(125)?this._consumeBlockEnd(ml):this._tokenizeIcu&&this._tokenizeExpansionForm()||this._consumeWithInterpolation(5,8,()=>this._isTextEnd(),()=>this._isTagStart())}catch(ml){this.handleError(ml)}}this._beginToken(43),this._endToken([])}_getBlockName(){let ml=!1,Al=this._cursor.clone();return this._attemptCharCodeUntilFn(Al=>nt(Al)?!ml:io(Al)?(ml=!0,!1):!0),this._cursor.getChars(Al).trim()}_consumeBlockStart(ml){this._requireCharCode(64),this._beginToken(26,ml);let Al=this._endToken([this._getBlockName()]);if(this._cursor.peek()===40)if(this._cursor.advance(),this._consumeBlockParameters(),this._attemptCharCodeUntilFn(b),this._attemptCharCode(41))this._attemptCharCodeUntilFn(b);else{Al.type=30;return}if(Al.parts[0]==="default never"&&this._attemptCharCode(59)){this._beginToken(27),this._endToken([]),this._beginToken(28),this._endToken([]);return}this._attemptCharCode(123)?(this._beginToken(27),this._endToken([])):this._isBlockStart()&&(Al.parts[0]==="case"||Al.parts[0]==="default")?(this._beginToken(27),this._endToken([]),this._beginToken(28),this._endToken([])):Al.type=30}_consumeBlockEnd(ml){this._beginToken(28,ml),this._endToken([])}_consumeBlockParameters(){for(this._attemptCharCodeUntilFn(Ai);this._cursor.peek()!==41&&this._cursor.peek()!==0;){this._beginToken(29);let ml=this._cursor.clone(),Al=null,Rl=0;for(;this._cursor.peek()!==59&&this._cursor.peek()!==0||Al!==null;){let ml=this._cursor.peek();if(ml===92)this._cursor.advance();else if(ml===Al)Al=null;else if(Al===null&&Ot(ml))Al=ml;else if(ml===40&&Al===null)Rl++;else if(ml===41&&Al===null){if(Rl===0)break;Rl>0&&Rl--}this._cursor.advance()}this._endToken([this._cursor.getChars(ml)]),this._attemptCharCodeUntilFn(Ai)}}_consumeLetDeclaration(ml){if(this._requireStr("@let"),this._beginToken(31,ml),nt(this._cursor.peek()))this._attemptCharCodeUntilFn(b);else{let Al=this._endToken([this._cursor.getChars(ml)]);Al.type=34;return}let Al=this._endToken([this._getLetDeclarationName()]);if(this._attemptCharCodeUntilFn(b),!this._attemptCharCode(61)){Al.type=34;return}this._attemptCharCodeUntilFn(ml=>b(ml)&&!Oe(ml)),this._consumeLetDeclarationValue(),this._cursor.peek()===59?(this._beginToken(33),this._cursor.advance(),this._endToken([])):(Al.type=34,Al.sourceSpan=this._cursor.getSpan(ml))}_getLetDeclarationName(){let ml=this._cursor.clone(),Al=!1;return this._attemptCharCodeUntilFn(ml=>Re(ml)||ml===36||ml===95||Al&&Ie(ml)?(Al=!0,!1):!0),this._cursor.getChars(ml).trim()}_consumeLetDeclarationValue(){let ml=this._cursor.clone();for(this._beginToken(32,ml);this._cursor.peek()!==0;){let ml=this._cursor.peek();if(ml===59)break;Ot(ml)&&(this._cursor.advance(),this._attemptCharCodeUntilFn(Al=>Al===92?(this._cursor.advance(),!1):Al===ml)),this._cursor.advance()}this._endToken([this._cursor.getChars(ml)])}_tokenizeExpansionForm(){if(this.isExpansionFormStart())return this._consumeExpansionFormStart(),!0;if(ro(this._cursor.peek())&&this._isInExpansionForm())return this._consumeExpansionCaseStart(),!0;if(this._cursor.peek()===125){if(this._isInExpansionCase())return this._consumeExpansionCaseEnd(),!0;if(this._isInExpansionForm())return this._consumeExpansionFormEnd(),!0}return!1}_beginToken(ml,Al=this._cursor.clone()){this._currentTokenStart=Al,this._currentTokenType=ml}_endToken(ml,Al){if(this._currentTokenStart===null)throw new Qw(this._cursor.getSpan(Al),"Programming error - attempted to end a token when there was no start to the token");if(this._currentTokenType===null)throw new Qw(this._cursor.getSpan(this._currentTokenStart),"Programming error - attempted to end a token which has no token type");let Rl={type:this._currentTokenType,parts:ml,sourceSpan:(Al??this._cursor).getSpan(this._currentTokenStart,this._leadingTriviaCodePoints)};return this.tokens.push(Rl),this._currentTokenStart=null,this._currentTokenType=null,Rl}_createError(ml,Al){this._isInExpansionForm()&&(ml+=` (Do you have an unescaped "{" in your template? Use "{{ '{' }}") to escape it.)`);let Rl=new Qw(Al,ml);return this._currentTokenStart=null,this._currentTokenType=null,Rl}handleError(ml){if(ml instanceof lC&&(ml=this._createError(ml.msg,this._cursor.getSpan(ml.cursor))),ml instanceof Qw)this.errors.push(ml);else throw ml}_attemptCharCode(ml){return this._cursor.peek()===ml?(this._cursor.advance(),!0):!1}_attemptCharCodeCaseInsensitive(ml){return no(this._cursor.peek(),ml)?(this._cursor.advance(),!0):!1}_requireCharCode(ml){let Al=this._cursor.clone();if(!this._attemptCharCode(ml))throw this._createError(Se(this._cursor.peek()),this._cursor.getSpan(Al))}_attemptStr(ml){let Al=ml.length;if(this._cursor.charsLeft()this._peekStr(ml))}_isLetStart(){return this._cursor.peek()===64&&this._peekStr("@let")}_consumeEntity(ml){this._beginToken(9);let Al=this._cursor.clone();if(this._cursor.advance(),this._attemptCharCode(35)){let ml=this._attemptCharCode(120)||this._attemptCharCode(88),Rl=this._cursor.clone();if(this._attemptCharCodeUntilFn(eo),this._cursor.peek()!=59){this._cursor.advance();let Rl=ml?"hexadecimal":"decimal";throw this._createError(Qa(Rl,this._cursor.getChars(Al)),this._cursor.getSpan())}let zl=this._cursor.getChars(Rl);this._cursor.advance();try{let Rl=parseInt(zl,ml?16:10);this._endToken([String.fromCodePoint(Rl),this._cursor.getChars(Al)])}catch{throw this._createError(xi(this._cursor.getChars(Al)),this._cursor.getSpan())}}else{let Rl=this._cursor.clone();if(this._attemptCharCodeUntilFn(to),this._cursor.peek()!=59)this._beginToken(ml,Al),this._cursor=Rl,this._endToken(["&"]);else{let ml=this._cursor.getChars(Rl);this._cursor.advance();let zl=eC.hasOwnProperty(ml)&&eC[ml];if(!zl)throw this._createError(xi(ml),this._cursor.getSpan(Al));this._endToken([zl,`&${ml};`])}}}_consumeRawText(ml,Al){this._beginToken(ml?6:7);let Rl=[];for(;;){let zl=this._cursor.clone(),rd=Al();if(this._cursor=zl,rd)break;ml&&this._cursor.peek()===38?(this._endToken([this._processCarriageReturns(Rl.join(""))]),Rl.length=0,this._consumeEntity(6),this._beginToken(6)):Rl.push(this._readChar())}this._endToken([this._processCarriageReturns(Rl.join(""))])}_consumeComment(ml){this._beginToken(10,ml),this._endToken([]),this._consumeRawText(!1,()=>this._attemptStr("--\x3e")),this._beginToken(11),this._requireStr("--\x3e"),this._endToken([])}_consumeBogusComment(ml){this._beginToken(10,ml),this._endToken([]),this._consumeRawText(!1,()=>this._cursor.peek()===62),this._beginToken(11),this._cursor.advance(),this._endToken([])}_consumeCdata(ml){this._beginToken(13,ml),this._endToken([]),this._consumeRawText(!1,()=>this._attemptStr("]]>")),this._beginToken(14),this._requireStr("]]>"),this._endToken([])}_consumeDocType(ml){this._beginToken(19,ml),this._endToken([]),this._consumeRawText(!1,()=>this._cursor.peek()===62),this._beginToken(20),this._cursor.advance(),this._endToken([])}_consumePrefixAndName(ml){let Al=this._cursor.clone(),Rl="";for(;this._cursor.peek()!==58&&!Za(this._cursor.peek());)this._cursor.advance();let zl;this._cursor.peek()===58?(Rl=this._cursor.getChars(Al),this._cursor.advance(),zl=this._cursor.clone()):zl=Al,this._requireCharCodeUntilFn(ml,Rl===""?0:1);let rd=this._cursor.getChars(zl);return[Rl,rd]}_consumeSingleLineComment(ml){let Al=this._cursor.clone();this._attemptCharCodeUntilFn(ml=>Oe(ml)||ml===0);let Rl=this._cursor.clone(),zl=Rl.getChars(Al);this._beginToken(12,ml),this._endToken([zl,"single"],Rl),this._attemptCharCodeUntilFn(b)}_consumeMultiLineComment(ml){let Al=this._cursor.clone();this._attemptCharCodeUntilFn(ml=>{if(ml===0)return!0;if(ml===42){let ml=this._cursor.clone();return ml.advance(),ml.peek()===47}return!1});let Rl=this._cursor.clone(),zl=Rl.getChars(Al),rd=Rl;this._attemptStr("*/")&&(rd=this._cursor.clone(),this._attemptCharCodeUntilFn(b)),this._beginToken(12,ml),this._endToken([zl,"multi"],rd)}_consumeTagOpen(ml){let Al,Rl,zl,rd,yh=[];try{if(this._selectorlessEnabled&&Mt(this._cursor.peek()))rd=this._consumeComponentOpenStart(ml),[zl,Rl,Al]=rd.parts,Rl&&(zl+=`:${Rl}`),Al&&(zl+=`:${Al}`),this._attemptCharCodeUntilFn(b);else{if(!Re(this._cursor.peek()))throw this._createError(Se(this._cursor.peek()),this._cursor.getSpan(ml));rd=this._consumeTagOpenStart(ml),Rl=rd.parts[0],Al=zl=rd.parts[1],this._attemptCharCodeUntilFn(b)}for(;;){if(this._allowStartTagComments){let ml=this._cursor.clone();if(this._attemptStr("//")){this._consumeSingleLineComment(ml);continue}if(this._attemptStr("/*")){this._consumeMultiLineComment(ml);continue}}if(Ni(this._cursor.peek()))break;if(this._selectorlessEnabled&&this._cursor.peek()===64){let ml=this._cursor.clone(),Al=ml.clone();Al.advance(),Mt(Al.peek())&&this._consumeDirective(ml,Al)}else{let ml=this._consumeAttribute();yh.push(ml)}}rd.type===35?this._consumeComponentOpenEnd():this._consumeTagOpenEnd()}catch(Al){if(Al instanceof Qw){rd?rd.type=rd.type===35?39:4:(this._beginToken(5,ml),this._endToken(["<"]));return}throw Al}if(this._canSelfClose&&this.tokens[this.tokens.length-1].type===2)return;let kh=this._getTagContentType(Al,Rl,this._fullNameStack.length>0,yh);this._handleFullNameStackForTagOpen(Rl,Al),kh===0?this._consumeRawTextWithTagClose(Rl,rd,zl,!1):kh===1&&this._consumeRawTextWithTagClose(Rl,rd,zl,!0)}_consumeRawTextWithTagClose(ml,Al,Rl,zl){this._consumeRawText(zl,()=>!this._attemptCharCode(60)||!this._attemptCharCode(47)||(this._attemptCharCodeUntilFn(b),!this._attemptStrCaseInsensitive(ml&&Al.type!==35?`${ml}:${Rl}`:Rl))?!1:(this._attemptCharCodeUntilFn(b),this._attemptCharCode(62))),this._beginToken(Al.type===35?38:3),this._requireCharCodeUntilFn(ml=>ml===62,3),this._cursor.advance(),this._endToken(Al.parts),this._handleFullNameStackForTagClose(ml,Rl)}_consumeTagOpenStart(ml){this._beginToken(0,ml);let Al=this._consumePrefixAndName(ve);return this._endToken(Al)}_consumeComponentOpenStart(ml){this._beginToken(35,ml);let Al=this._consumeComponentName();return this._endToken(Al)}_consumeComponentName(){let ml=this._cursor.clone();for(;Pi(this._cursor.peek());)this._cursor.advance();let Al=this._cursor.getChars(ml),Rl="",zl="";return this._cursor.peek()===58&&(this._cursor.advance(),[Rl,zl]=this._consumePrefixAndName(ve)),[Al,Rl,zl]}_consumeAttribute(){let[ml,Al]=this._consumeAttributeName(),Rl;return this._attemptCharCodeUntilFn(b),this._attemptCharCode(61)&&(this._attemptCharCodeUntilFn(b),Rl=this._consumeAttributeValue()),this._attemptCharCodeUntilFn(b),{prefix:ml,name:Al,value:Rl}}_consumeAttributeName(){let ml=this._cursor.peek();if(ml===39||ml===34)throw this._createError(Se(ml),this._cursor.getSpan());this._beginToken(15);let Al;if(this._openDirectiveCount>0){let ml=0;Al=Al=>{if(this._openDirectiveCount>0){if(Al===40)ml++;else if(Al===41){if(ml===0)return!0;ml--}}return ve(Al)}}else if(ml===91){let ml=0;Al=Al=>(Al===91?ml++:Al===93&&ml--,ml<=0?ve(Al):Oe(Al))}else Al=ve;let Rl=this._consumePrefixAndName(Al);return this._endToken(Rl),Rl}_consumeAttributeValue(){let ml;if(this._cursor.peek()===39||this._cursor.peek()===34){let Al=this._cursor.peek();this._consumeQuote(Al);let r=()=>this._cursor.peek()===Al;ml=this._consumeWithInterpolation(17,18,r,r),this._consumeQuote(Al)}else{let t=()=>ve(this._cursor.peek());ml=this._consumeWithInterpolation(17,18,t,t)}return ml}_consumeQuote(ml){this._beginToken(16),this._requireCharCode(ml),this._endToken([String.fromCodePoint(ml)])}_consumeTagOpenEnd(){let ml=this._attemptCharCode(47)?2:1;this._beginToken(ml),this._requireCharCode(62),this._endToken([])}_consumeComponentOpenEnd(){let ml=this._attemptCharCode(47)?37:36;this._beginToken(ml),this._requireCharCode(62),this._endToken([])}_consumeTagClose(ml){if(this._selectorlessEnabled){let Al=ml.clone();for(;Al.peek()!==62&&!Mt(Al.peek());)Al.advance();if(Mt(Al.peek())){this._beginToken(38,ml);let Al=this._consumeComponentName();this._attemptCharCodeUntilFn(b),this._requireCharCode(62),this._endToken(Al);return}}if(this._beginToken(3,ml),this._attemptCharCodeUntilFn(b),this._allowHtmComponentClosingTags&&this._attemptCharCode(47))this._attemptCharCodeUntilFn(b),this._requireCharCode(62),this._endToken([]);else{let[ml,Al]=this._consumePrefixAndName(ve);this._attemptCharCodeUntilFn(b),this._requireCharCode(62),this._endToken([ml,Al]),this._handleFullNameStackForTagClose(ml,Al)}}_consumeExpansionFormStart(){this._beginToken(21),this._requireCharCode(123),this._endToken([]),this._expansionCaseStack.push(21),this._beginToken(7);let ml=this._readUntil(44),Al=this._processCarriageReturns(ml);if(this._i18nNormalizeLineEndingsInICUs)this._endToken([Al]);else{let Rl=this._endToken([ml]);Al!==ml&&this.nonNormalizedIcuExpressions.push(Rl)}this._requireCharCode(44),this._attemptCharCodeUntilFn(b),this._beginToken(7);let Rl=this._readUntil(44);this._endToken([Rl]),this._requireCharCode(44),this._attemptCharCodeUntilFn(b)}_consumeExpansionCaseStart(){this._beginToken(22);let ml=this._readUntil(123).trim();this._endToken([ml]),this._attemptCharCodeUntilFn(b),this._beginToken(23),this._requireCharCode(123),this._endToken([]),this._attemptCharCodeUntilFn(b),this._expansionCaseStack.push(23)}_consumeExpansionCaseEnd(){this._beginToken(24),this._requireCharCode(125),this._endToken([]),this._attemptCharCodeUntilFn(b),this._expansionCaseStack.pop()}_consumeExpansionFormEnd(){this._beginToken(25),this._requireCharCode(125),this._endToken([]),this._expansionCaseStack.pop()}_consumeWithInterpolation(ml,Al,Rl,zl){this._beginToken(ml);let rd=[];for(;!Rl();){let Rl=this._cursor.clone();this._attemptStr(iC.start)?(this._endToken([this._processCarriageReturns(rd.join(""))],Rl),rd.length=0,this._consumeInterpolation(Al,Rl,zl),this._beginToken(ml)):this._cursor.peek()===38?(this._endToken([this._processCarriageReturns(rd.join(""))]),rd.length=0,this._consumeEntity(ml),this._beginToken(ml)):rd.push(this._readChar())}this._inInterpolation=!1;let yh=this._processCarriageReturns(rd.join(""));return this._endToken([yh]),yh}_consumeInterpolation(ml,Al,Rl){let zl=[];this._beginToken(ml,Al),zl.push(iC.start);let rd=this._cursor.clone(),yh=null,kh=!1;for(;this._cursor.peek()!==0&&(Rl===null||!Rl());){let ml=this._cursor.clone();if(this._isTagStart()){this._cursor=ml,zl.push(this._getProcessedChars(rd,ml)),this._endToken(zl);return}if(yh===null)if(this._attemptStr(iC.end)){zl.push(this._getProcessedChars(rd,ml)),zl.push(iC.end),this._endToken(zl);return}else this._attemptStr("//")&&(kh=!0);let Al=this._cursor.peek();this._cursor.advance(),Al===92?this._cursor.advance():Al===yh?yh=null:!kh&&yh===null&&Ot(Al)&&(yh=Al)}zl.push(this._getProcessedChars(rd,this._cursor)),this._endToken(zl)}_consumeDirective(ml,Al){for(this._requireCharCode(64),this._cursor.advance();Pi(this._cursor.peek());)this._cursor.advance();this._beginToken(40,ml);let Rl=this._cursor.getChars(Al);if(this._endToken([Rl]),this._attemptCharCodeUntilFn(b),this._cursor.peek()===40){for(this._openDirectiveCount++,this._beginToken(41),this._cursor.advance(),this._endToken([]),this._attemptCharCodeUntilFn(b);!Ni(this._cursor.peek())&&this._cursor.peek()!==41;)this._consumeAttribute();if(this._attemptCharCodeUntilFn(b),this._openDirectiveCount--,this._cursor.peek()!==41){if(this._cursor.peek()===62||this._cursor.peek()===47)return;throw this._createError(Se(this._cursor.peek()),this._cursor.getSpan(ml))}this._beginToken(42),this._cursor.advance(),this._endToken([]),this._attemptCharCodeUntilFn(b)}}_getProcessedChars(ml,Al){return this._processCarriageReturns(Al.getChars(ml))}_isTextEnd(){return!!(this._isTagStart()||this._cursor.peek()===0||this._tokenizeIcu&&!this._inInterpolation&&(this.isExpansionFormStart()||this._cursor.peek()===125&&this._isInExpansionCase())||this._tokenizeBlocks&&!this._inInterpolation&&!this._isInExpansion()&&(this._isBlockStart()||this._isLetStart()||this._cursor.peek()===125))}_isTagStart(){if(this._cursor.peek()===60){let ml=this._cursor.clone();ml.advance();let Al=ml.peek();if(97<=Al&&Al<=122||65<=Al&&Al<=90||Al===47||Al===33)return!0}return!1}_readUntil(ml){let Al=this._cursor.clone();return this._attemptUntilChar(ml),this._cursor.getChars(Al)}_isInExpansion(){return this._isInExpansionCase()||this._isInExpansionForm()}_isInExpansionCase(){return this._expansionCaseStack.length>0&&this._expansionCaseStack[this._expansionCaseStack.length-1]===23}_isInExpansionForm(){return this._expansionCaseStack.length>0&&this._expansionCaseStack[this._expansionCaseStack.length-1]===21}isExpansionFormStart(){if(this._cursor.peek()!==123)return!1;let ml=this._cursor.clone(),Al=this._attemptStr(iC.start);return this._cursor=ml,!Al}_handleFullNameStackForTagOpen(ml,Al){let Rl=fe(ml,Al);(this._fullNameStack.length===0||this._fullNameStack[this._fullNameStack.length-1]===Rl)&&this._fullNameStack.push(Rl)}_handleFullNameStackForTagClose(ml,Al){let Rl=fe(ml,Al);this._fullNameStack.length!==0&&this._fullNameStack[this._fullNameStack.length-1]===Rl&&this._fullNameStack.pop()}};function b(ml){return!nt(ml)||ml===0}function ve(ml){return nt(ml)||ml===62||ml===60||ml===47||ml===39||ml===34||ml===61||ml===0}function Za(ml){return(ml<97||12257)}function eo(ml){return ml===59||ml===0||!Ei(ml)}function to(ml){return ml===59||ml===0||!(Re(ml)||Ie(ml))}function ro(ml){return ml!==125}function no(ml,Al){return Li(ml)===Li(Al)}function Li(ml){return ml>=97&&ml<=122?ml-97+65:ml}function io(ml){return Re(ml)||Ie(ml)||ml===95}function Ai(ml){return ml!==59&&b(ml)}function Mt(ml){return ml===95||ml>=65&&ml<=90}function Pi(ml){return Re(ml)||Ie(ml)||ml===95}function Ni(ml){return ml===47||ml===62||ml===60||ml===0}function so(ml){let Al=[],Rl;for(let zl=0;zl0&&Al.indexOf(ml.peek())!==-1;)Rl===ml&&(ml=ml.clone()),ml.advance();let zl=this.locationFromCursor(ml);return new Nw(zl,this.locationFromCursor(this),Rl!==ml?this.locationFromCursor(Rl):zl)}getChars(ml){return this.input.substring(ml.state.offset,this.state.offset)}charAt(ml){return this.input.charCodeAt(ml)}advanceState(ml){if(ml.offset>=this.end)throw this.state=ml,new lC('Unexpected character "EOF"',this);let Al=this.charAt(ml.offset);Al===10?(ml.line++,ml.column=0):Oe(Al)||ml.column++,ml.offset++,this.updatePeek(ml)}updatePeek(ml){ml.peek=ml.offset>=this.end?0:this.charAt(ml.offset)}locationFromCursor(ml){return new Pw(ml.file,ml.state.offset,ml.state.line,ml.state.column)}},oC=class Cr extends aC{internalState;constructor(ml,Al){ml instanceof Cr?(super(ml),this.internalState={...ml.internalState}):(super(ml,Al),this.internalState=this.state)}advance(){this.state=this.internalState,super.advance(),this.processEscapeSequence()}init(){super.init(),this.processEscapeSequence()}clone(){return new Cr(this)}getChars(ml){let Al=ml.clone(),Rl="";for(;Al.internalState.offsetthis.internalState.peek;if(t()===92)if(this.internalState={...this.state},this.advanceState(this.internalState),t()===110)this.state.peek=10;else if(t()===114)this.state.peek=13;else if(t()===118)this.state.peek=11;else if(t()===116)this.state.peek=9;else if(t()===98)this.state.peek=8;else if(t()===102)this.state.peek=12;else if(t()===117)if(this.advanceState(this.internalState),t()===123){this.advanceState(this.internalState);let ml=this.clone(),Al=0;for(;t()!==125;)this.advanceState(this.internalState),Al++;this.state.peek=this.decodeHexDigits(ml,Al)}else{let ml=this.clone();this.advanceState(this.internalState),this.advanceState(this.internalState),this.advanceState(this.internalState),this.state.peek=this.decodeHexDigits(ml,4)}else if(t()===120){this.advanceState(this.internalState);let ml=this.clone();this.advanceState(this.internalState),this.state.peek=this.decodeHexDigits(ml,2)}else if(Sr(t())){let ml="",Al=0,Rl=this.clone();for(;Sr(t())&&Al<3;)Rl=this.clone(),ml+=String.fromCodePoint(t()),this.advanceState(this.internalState),Al++;this.state.peek=parseInt(ml,8),this.internalState=Rl.internalState}else Oe(this.internalState.peek)?(this.advanceState(this.internalState),this.state=this.internalState):this.state.peek=this.internalState.peek}decodeHexDigits(ml,Al){let Rl=this.input.slice(ml.internalState.offset,ml.internalState.offset+Al),zl=parseInt(Rl,16);if(isNaN(zl))throw ml.state=ml.internalState,new lC("Invalid hexadecimal escape sequence",ml);return zl}},lC=class extends Error{msg;cursor;constructor(ml,Al){super(ml),this.msg=ml,this.cursor=Al,Object.setPrototypeOf(this,new.target.prototype)}};var cC=class Mi extends Qw{elementName;static create(ml,Al,Rl){return new Mi(ml,Al,Rl)}constructor(ml,Al,Rl){super(Al,Rl),this.elementName=ml}},uC=class{rootNodes;errors;constructor(ml,Al){this.rootNodes=ml,this.errors=Al}},pC=class{getTagDefinition;constructor(ml){this.getTagDefinition=ml}parse(ml,Al,Rl,zl=!1,rd){let s=ml=>(Al,...Rl)=>ml(Al.toLowerCase(),...Rl),yh=zl?this.getTagDefinition:s(this.getTagDefinition),o=ml=>yh(ml).getContentType(),kh=zl?rd:s(rd),Qh=Di(ml,Al,rd?(ml,Al,Rl,zl)=>{let rd=kh(ml,Al,Rl,zl);return rd!==void 0?rd:o(ml)}:o,Rl),cf=Rl&&Rl.canSelfClose||!1,t_=Rl&&Rl.allowHtmComponentClosingTags||!1,r_=new dC(Qh.tokens,yh,cf,t_,zl);return r_.build(),new uC(r_.rootNodes,[...Qh.errors,...r_.errors])}},dC=class qi{tokens;tagDefinitionResolver;canSelfClose;allowHtmComponentClosingTags;isTagNameCaseSensitive;_index=-1;_peek;_containerStack=[];rootNodes=[];errors=[];constructor(ml,Al,Rl,zl,rd){this.tokens=ml,this.tagDefinitionResolver=Al,this.canSelfClose=Rl,this.allowHtmComponentClosingTags=zl,this.isTagNameCaseSensitive=rd,this._advance()}build(){for(;this._peek.type!==43;)this._peek.type===0||this._peek.type===4?this._consumeElementStartTag(this._advance()):this._peek.type===3?(this._closeVoidElement(),this._consumeElementEndTag(this._advance())):this._peek.type===13?(this._closeVoidElement(),this._consumeCdata(this._advance())):this._peek.type===10?(this._closeVoidElement(),this._consumeComment(this._advance())):this._peek.type===5||this._peek.type===7||this._peek.type===6?(this._closeVoidElement(),this._consumeText(this._advance())):this._peek.type===21?this._consumeExpansion(this._advance()):this._peek.type===26?(this._closeVoidElement(),this._consumeBlockOpen(this._advance())):this._peek.type===28?(this._closeVoidElement(),this._consumeBlockClose(this._advance())):this._peek.type===30?(this._closeVoidElement(),this._consumeIncompleteBlock(this._advance())):this._peek.type===31?(this._closeVoidElement(),this._consumeLet(this._advance())):this._peek.type===19?this._consumeDocType(this._advance()):this._peek.type===34?(this._closeVoidElement(),this._consumeIncompleteLet(this._advance())):this._peek.type===35||this._peek.type===39?this._consumeComponentStartTag(this._advance()):this._peek.type===38?this._consumeComponentEndTag(this._advance()):this._advance();for(let ml of this._containerStack)ml instanceof Ww&&this.errors.push(cC.create(ml.name,ml.sourceSpan,`Unclosed block "${ml.name}"`))}_advance(){let ml=this._peek;return this._index0)return this.errors=this.errors.concat(rd.errors),null;let yh=new Nw(ml.sourceSpan.start,zl.sourceSpan.end,ml.sourceSpan.fullStart),kh=new Nw(Al.sourceSpan.start,zl.sourceSpan.end,Al.sourceSpan.fullStart);return new Gw(ml.parts[0],rd.rootNodes,yh,ml.sourceSpan,kh)}_collectExpansionExpTokens(ml){let Al=[],Rl=[23];for(;;){if((this._peek.type===21||this._peek.type===23)&&Rl.push(this._peek.type),this._peek.type===24)if(Ri(Rl,23)){if(Rl.pop(),Rl.length===0)return Al}else return this.errors.push(cC.create(null,ml.sourceSpan,"Invalid ICU message. Missing '}'.")),null;if(this._peek.type===25)if(Ri(Rl,21))Rl.pop();else return this.errors.push(cC.create(null,ml.sourceSpan,"Invalid ICU message. Missing '}'.")),null;if(this._peek.type===43)return this.errors.push(cC.create(null,ml.sourceSpan,"Invalid ICU message. Missing '}'.")),null;Al.push(this._advance())}}_getText(ml){let Al=ml.parts[0];if(Al.length>0&&Al[0]==`\n`){var Rl;let ml=this._getClosestElementLikeParent();ml!=null&&ml.children.length==0&&(!((Rl=this._getTagDefinition(ml))===null||Rl===void 0)&&Rl.ignoreFirstLf)&&(Al=Al.substring(1))}return Al}_consumeText(ml){let Al=[ml],Rl=ml.sourceSpan,zl=ml.parts[0];if(zl.length>0&&zl[0]===`\n`){var rd;let Rl=this._getContainer();Rl!=null&&Rl.children.length===0&&(!((rd=this._getTagDefinition(Rl))===null||rd===void 0)&&rd.ignoreFirstLf)&&(zl=zl.substring(1),Al[0]={type:ml.type,sourceSpan:ml.sourceSpan,parts:[zl]})}for(;this._peek.type===8||this._peek.type===5||this._peek.type===9;)ml=this._advance(),Al.push(ml),ml.type===8?zl+=ml.parts.join("").replace(/&([^;]+);/g,Oi):ml.type===9?zl+=ml.parts[0]:zl+=ml.parts.join("");if(zl.length>0){let rd=ml.sourceSpan;this._addToParent(new Mw(zl,new Nw(Rl.start,rd.end,Rl.fullStart,Rl.details),Al))}}_closeVoidElement(){var ml;let Al=this._getContainer();Al!==null&&(!((ml=this._getTagDefinition(Al))===null||ml===void 0)&&ml.isVoid)&&this._containerStack.pop()}_consumeElementStartTag(ml){var Al;let Rl=[],zl=[],rd=[];this._consumeAttributesAndDirectives(Rl,zl,rd);let yh=this._getElementFullName(ml,this._getClosestElementLikeParent()),kh=this._getTagDefinition(yh),Qh=!1;if(this._peek.type===2){this._advance(),Qh=!0;let Al=this._getTagDefinition(yh);this.canSelfClose||Al?.canSelfClose||Pe(yh)!==null||Al?.isVoid||this.errors.push(cC.create(yh,ml.sourceSpan,`Only void, custom and foreign elements can be self closed "${ml.parts[1]}"`))}else this._peek.type===1&&(this._advance(),Qh=!1);let cf=this._peek.sourceSpan.fullStart,t_=new Nw(ml.sourceSpan.start,cf,ml.sourceSpan.fullStart),r_=new Nw(ml.sourceSpan.start,cf,ml.sourceSpan.fullStart),u_=new Nw(ml.sourceSpan.start.moveBy(1),ml.sourceSpan.end),C_=new Jw(yh,Rl,zl,[],Qh,t_,r_,void 0,u_,kh?.isVoid??!1,void 0,rd),D_=this._getContainer(),S_=D_!==null&&!!(!((Al=this._getTagDefinition(D_))===null||Al===void 0)&&Al.isClosedByChild(C_.name));this._pushContainer(C_,S_),Qh?this._popContainer(yh,Jw,t_):ml.type===4&&(this._popContainer(yh,Jw,null),this.errors.push(cC.create(yh,t_,`Opening tag "${yh}" not terminated.`)))}_consumeComponentStartTag(ml){var Al;let Rl=ml.parts[0],zl=[],rd=[],yh=[];this._consumeAttributesAndDirectives(zl,rd,yh);let kh=this._getClosestElementLikeParent(),Qh=this._getComponentTagName(ml,kh),cf=this._getComponentFullName(ml,kh),t_=this._peek.type===37;this._advance();let r_=this._peek.sourceSpan.fullStart,u_=new Nw(ml.sourceSpan.start,r_,ml.sourceSpan.fullStart),C_=new zw(Rl,Qh,cf,zl,rd,[],t_,u_,new Nw(ml.sourceSpan.start,r_,ml.sourceSpan.fullStart),void 0,void 0,yh),D_=this._getContainer(),S_=D_!==null&&C_.tagName!==null&&!!(!((Al=this._getTagDefinition(D_))===null||Al===void 0)&&Al.isClosedByChild(C_.tagName));this._pushContainer(C_,S_),t_?this._popContainer(cf,zw,u_):ml.type===39&&(this._popContainer(cf,zw,null),this.errors.push(cC.create(cf,u_,`Opening tag "${cf}" not terminated.`)))}_consumeAttributesAndDirectives(ml,Al,Rl){for(;this._peek.type===15||this._peek.type===40||this._peek.type===12;)if(this._peek.type===40)Al.push(this._consumeDirective(this._peek));else if(this._peek.type===15)ml.push(this._consumeAttr(this._advance()));else{let ml=this._advance();Rl.push(new $w(ml.parts[0],ml.parts[1],ml.sourceSpan))}}_consumeComponentEndTag(ml){let Al=this._getComponentFullName(ml,this._getClosestElementLikeParent());if(!this._popContainer(Al,zw,ml.sourceSpan)){let Rl=this._containerStack[this._containerStack.length-1],zl;Rl instanceof zw&&Rl.componentName===ml.parts[0]?zl=`, did you mean "${Rl.fullName}"?`:zl=". It may happen when the tag has already been closed by another tag.";let rd=`Unexpected closing tag "${Al}"${zl}`;this.errors.push(cC.create(Al,ml.sourceSpan,rd))}}_getTagDefinition(ml){return typeof ml=="string"?this.tagDefinitionResolver(ml):ml instanceof Jw?this.tagDefinitionResolver(ml.name):ml instanceof zw&&ml.tagName!==null?this.tagDefinitionResolver(ml.tagName):null}_pushContainer(ml,Al){Al&&this._containerStack.pop(),this._addToParent(ml),this._containerStack.push(ml)}_consumeElementEndTag(ml){var Al;let Rl=this.allowHtmComponentClosingTags&&ml.parts.length===0?null:this._getElementFullName(ml,this._getClosestElementLikeParent());if(Rl&&(!((Al=this._getTagDefinition(Rl))===null||Al===void 0)&&Al.isVoid))this.errors.push(cC.create(Rl,ml.sourceSpan,`Void elements do not have end tags "${ml.parts[1]}"`));else if(!this._popContainer(Rl,Jw,ml.sourceSpan)){let Al=`Unexpected closing tag "${Rl}". It may happen when the tag has already been closed by another tag. For more info see https://www.w3.org/TR/html5/syntax.html#closing-elements-that-have-implied-end-tags`;this.errors.push(cC.create(Rl,ml.sourceSpan,Al))}}_popContainer(ml,Al,Rl){let zl=!1;for(let yh=this._containerStack.length-1;yh>=0;yh--){var rd;let kh=this._containerStack[yh],Qh=kh instanceof zw?kh.fullName:kh.name;if(Pe(Qh)?Qh===ml:(Qh===ml||ml===null)&&kh instanceof Al)return kh.endSourceSpan=Rl,kh.sourceSpan.end=Rl!==null?Rl.end:kh.sourceSpan.end,this._containerStack.splice(yh,this._containerStack.length-yh),!zl;(kh instanceof Ww||!(!((rd=this._getTagDefinition(kh))===null||rd===void 0)&&rd.closedByParent))&&(zl=!0)}return!1}_consumeAttr(ml){let Al=fe(ml.parts[0],ml.parts[1]),Rl=ml.sourceSpan.end,zl;this._peek.type===16&&(zl=this._advance());let rd="",yh=[],kh,Qh;if(this._peek.type===17)for(kh=this._peek.sourceSpan,Qh=this._peek.sourceSpan.end;this._peek.type===17||this._peek.type===18||this._peek.type===9;){let ml=this._advance();yh.push(ml),ml.type===18?rd+=ml.parts.join("").replace(/&([^;]+);/g,Oi):ml.type===9?rd+=ml.parts[0]:rd+=ml.parts.join(""),Qh=Rl=ml.sourceSpan.end}this._peek.type===16&&(Qh=Rl=this._advance().sourceSpan.end);let cf=kh&&Qh&&new Nw(zl?.sourceSpan.start??kh.start,Qh,zl?.sourceSpan.fullStart??kh.fullStart);return new qw(Al,rd,new Nw(ml.sourceSpan.start,Rl,ml.sourceSpan.fullStart),ml.sourceSpan,cf,yh.length>0?yh:void 0,void 0)}_consumeDirective(ml){let Al=[],Rl=ml.sourceSpan.end,zl=null;if(this._advance(),this._peek.type===41){for(Rl=this._peek.sourceSpan.end,this._advance();this._peek.type===15;)Al.push(this._consumeAttr(this._advance()));this._peek.type===42?(zl=this._peek.sourceSpan,this._advance()):this.errors.push(cC.create(null,ml.sourceSpan,"Unterminated directive definition"))}let rd=new Nw(ml.sourceSpan.start,Rl,ml.sourceSpan.fullStart),yh=new Nw(rd.start,zl===null?ml.sourceSpan.end:zl.end,rd.fullStart);return new Yw(ml.parts[0],Al,yh,rd,zl)}_consumeBlockOpen(ml){let Al=[];for(;this._peek.type===29;){let ml=this._advance();Al.push(new Kw(ml.parts[0],ml.sourceSpan))}this._peek.type===27&&this._advance();let Rl=this._peek.sourceSpan.fullStart,zl=new Nw(ml.sourceSpan.start,Rl,ml.sourceSpan.fullStart),rd=new Nw(ml.sourceSpan.start,Rl,ml.sourceSpan.fullStart),yh=new Ww(ml.parts[0],Al,[],zl,ml.sourceSpan,rd);this._pushContainer(yh,!1)}_consumeBlockClose(ml){let Al=this._containerStack.length,Rl=this._containerStack[Al-1];if(!this._popContainer(null,Ww,ml.sourceSpan)){if(this._containerStack.length element? If you meant to write the \`}\` character, you should use the "}" HTML entity instead.`));return}this.errors.push(cC.create(null,ml.sourceSpan,'Unexpected closing block. The block may have been closed earlier. If you meant to write the `}` character, you should use the "}" HTML entity instead.'))}}_consumeIncompleteBlock(ml){let Al=[];for(;this._peek.type===29;){let ml=this._advance();Al.push(new Kw(ml.parts[0],ml.sourceSpan))}let Rl=this._peek.sourceSpan.fullStart,zl=new Nw(ml.sourceSpan.start,Rl,ml.sourceSpan.fullStart),rd=new Nw(ml.sourceSpan.start,Rl,ml.sourceSpan.fullStart),yh=new Ww(ml.parts[0],Al,[],zl,ml.sourceSpan,rd);this._pushContainer(yh,!1),this._popContainer(null,Ww,null),this.errors.push(cC.create(ml.parts[0],zl,`Incomplete block "${ml.parts[0]}". If you meant to write the @ character, you should use the "@" HTML entity instead.`))}_consumeLet(ml){let Al=ml.parts[0],Rl,zl;if(this._peek.type!==32){this.errors.push(cC.create(ml.parts[0],ml.sourceSpan,`Invalid @let declaration "${Al}". Declaration must have a value.`));return}else Rl=this._advance();if(this._peek.type!==33){this.errors.push(cC.create(ml.parts[0],ml.sourceSpan,`Unterminated @let declaration "${Al}". Declaration must be terminated with a semicolon.`));return}else zl=this._advance();let rd=zl.sourceSpan.end,yh=new Nw(ml.sourceSpan.start,rd,ml.sourceSpan.fullStart),kh=ml.sourceSpan.toString().lastIndexOf(Al),Qh=new Nw(ml.sourceSpan.start.moveBy(kh),ml.sourceSpan.end),cf=new Xw(Al,Rl.parts[0],yh,Qh,Rl.sourceSpan);this._addToParent(cf)}_consumeIncompleteLet(ml){let Al=ml.parts[0]??"",Rl=Al?` "${Al}"`:"";if(Al.length>0){let Rl=ml.sourceSpan.toString().lastIndexOf(Al),zl=new Nw(ml.sourceSpan.start.moveBy(Rl),ml.sourceSpan.end),rd=new Nw(ml.sourceSpan.start,ml.sourceSpan.start.moveBy(0)),yh=new Xw(Al,"",ml.sourceSpan,zl,rd);this._addToParent(yh)}this.errors.push(cC.create(ml.parts[0],ml.sourceSpan,`Incomplete @let declaration${Rl}. @let declarations must be written as \`@let = ;\``))}_getContainer(){return this._containerStack.length>0?this._containerStack[this._containerStack.length-1]:null}_getClosestElementLikeParent(){for(let ml=this._containerStack.length-1;ml>-1;ml--){let Al=this._containerStack[ml];if(Al instanceof Jw||Al instanceof zw)return Al}return null}_addToParent(ml){let Al=this._getContainer();Al===null?this.rootNodes.push(ml):Al.children.push(ml)}_getElementFullName(ml,Al){return fe(this._getPrefix(ml,Al),ml.parts[1])}_getComponentFullName(ml,Al){let Rl=ml.parts[0],zl=this._getComponentTagName(ml,Al);return zl===null?Rl:zl.startsWith(":")?Rl+zl:`${Rl}:${zl}`}_getComponentTagName(ml,Al){let Rl=this._getPrefix(ml,Al),zl=ml.parts[2];return!Rl&&!zl?null:!Rl&&zl?zl:fe(Rl,zl||"ng-component")}_getPrefix(ml,Al){var Rl;let zl,rd;if(ml.type===35||ml.type===39||ml.type===38?(zl=ml.parts[1],rd=ml.parts[2]):(zl=ml.parts[0],rd=ml.parts[1]),zl=zl||((Rl=this._getTagDefinition(rd))===null||Rl===void 0?void 0:Rl.implicitNamespacePrefix)||"",!zl&&Al){let ml=Al instanceof Jw?Al.name:Al.tagName;if(ml!==null){let Al=Z(ml)[1],Rl=this._getTagDefinition(Al);Rl!==null&&!Rl.preventNamespaceInheritance&&(zl=Pe(ml))}}return zl}};function Ri(ml,Al){return ml.length>0&&ml[ml.length-1]===Al}function Oi(ml,Al){return eC[Al]!==void 0?eC[Al]||ml:/^#x[a-f0-9]+$/i.test(Al)?String.fromCodePoint(parseInt(Al.slice(2),16)):/^#\d+$/.test(Al)?String.fromCodePoint(parseInt(Al.slice(1),10)):ml}var hC=class extends pC{constructor(){super(Ne)}parse(ml,Al,Rl,zl=!1,rd){return super.parse(ml,Al,Rl,zl,rd)}};var fC;function Bt(ml,Al={}){let{canSelfClose:Rl=!1,allowHtmComponentClosingTags:zl=!1,allowStartTagComments:rd=!1,isTagNameCaseSensitive:yh=!1,getTagContentType:kh,tokenizeAngularBlocks:Qh=!1,tokenizeAngularLetDeclaration:cf=!1,enableAngularSelectorlessSyntax:t_=!1}=Al;return fC??(fC=new hC),fC.parse(ml,"angular-html-parser",{tokenizeExpansionForms:Qh,canSelfClose:Rl,allowHtmComponentClosingTags:zl,allowStartTagComments:rd,tokenizeBlocks:Qh,tokenizeLet:cf,selectorlessEnabled:t_},yh,kh)}var _C=[po,ho,fo,_o,So,ko,vo,Co,bo,go];function uo(ml,Al){for(let Rl of _C)Rl(ml,Al);return ml}function po(ml){ml.walk(ml=>{if(ml.kind==="element"&&ml.tagDefinition.ignoreFirstLf&&ml.children.length>0&&ml.children[0].kind==="text"&&ml.children[0].value[0]===`\n`){let Al=ml.children[0];Al.value.length===1?ml.removeChild(Al):Al.value=Al.value.slice(1)}})}function ho(ml){let t=ml=>ml.kind==="element"&&ml.prev?.kind==="ieConditionalStartComment"&&ml.prev.sourceSpan.end.offset===ml.startSourceSpan.start.offset&&ml.firstChild?.kind==="ieConditionalEndComment"&&ml.firstChild.sourceSpan.start.offset===ml.startSourceSpan.end.offset;ml.walk(ml=>{if(ml.children)for(let Al=0;Al{if(ml.children)for(let zl=0;zlml.kind==="cdata",ml=>``)}function go(ml){let t=ml=>ml.kind==="element"&&ml.attrs.length===0&&!GA(ml.startTagComments)&&ml.children.length===1&&ml.firstChild.kind==="text"&&!FA.hasWhitespaceCharacter(ml.children[0].value)&&!ml.firstChild.hasLeadingSpaces&&!ml.firstChild.hasTrailingSpaces&&ml.isLeadingSpaceSensitive&&!ml.hasLeadingSpaces&&ml.isTrailingSpaceSensitive&&!ml.hasTrailingSpaces&&ml.prev?.kind==="text"&&ml.next?.kind==="text";ml.walk(ml=>{if(ml.children)for(let Al=0;Al`+Rl.firstChild.value+``+rd.value,zl.sourceSpan=new Nw(zl.sourceSpan.start,rd.sourceSpan.end),zl.isTrailingSpaceSensitive=rd.isTrailingSpaceSensitive,zl.hasTrailingSpaces=rd.hasTrailingSpaces,ml.removeChild(Rl),Al--,ml.removeChild(rd)}})}function _o(ml,Al){if(Al.parser==="html")return;let Rl=/\{\{(.+?)\}\}/s;ml.walk(ml=>{if(rn(ml,Al))for(let Al of ml.children){if(Al.kind!=="text")continue;let zl=Al.sourceSpan.start,rd,yh=Al.value.split(Rl);for(let Rl=0;Rl0&&ml.insertChildBefore(Al,{kind:"text",value:kh,sourceSpan:new Nw(zl,rd)});continue}rd=zl.moveBy(kh.length+4),ml.insertChildBefore(Al,{kind:"interpolation",sourceSpan:new Nw(zl,rd),children:kh.length===0?[]:[{kind:"text",value:kh,sourceSpan:new Nw(zl.moveBy(2),rd.moveBy(-2))}]})}ml.removeChild(Al)}})}function So(ml,Al){ml.walk(ml=>{let Rl=ml.$children;if(!Rl)return;if(Rl.length===0||Rl.length===1&&Rl[0].kind==="text"&&FA.trim(Rl[0].value).length===0){ml.hasDanglingSpaces=Rl.length>0,ml.$children=[];return}let zl=nn(ml,Al),rd=tr(ml);if(!zl)for(let Al=0;Al{ml.isSelfClosing=!ml.children||ml.kind==="element"&&(ml.tagDefinition.isVoid||ml.endSourceSpan&&ml.startSourceSpan.start===ml.endSourceSpan.start&&ml.startSourceSpan.end===ml.endSourceSpan.end)})}function Co(ml,Al){ml.walk(ml=>{ml.kind==="element"&&(ml.hasHtmComponentClosingTag=ml.endSourceSpan&&/^<\s*\/\s*\/\s*>$/.test(Al.originalText.slice(ml.endSourceSpan.start.offset,ml.endSourceSpan.end.offset)))})}function ko(ml,Al){ml.walk(ml=>{ml.cssDisplay=fn(ml,Al)})}function bo(ml,Al){ml.walk(ml=>{let{children:Rl}=ml;if(Rl){if(Rl.length===0){ml.isDanglingSpaceSensitive=on(ml,Al);return}for(let ml of Rl)ml.isLeadingSpaceSensitive=sn(ml,Al),ml.isTrailingSpaceSensitive=an(ml,Al);for(let ml=0;ml of opening tags on the last line instead of on a new line."},singleAttributePerLine:{category:"Common",type:"boolean",default:!1,description:"Enforce single attribute per line in HTML, Vue and JSX."}};var vC="HTML",EC={bracketSameLine:bC.bracketSameLine,htmlWhitespaceSensitivity:{category:vC,type:"choice",default:"css",description:"How to handle whitespaces in HTML.",choices:[{value:"css",description:"Respect the default value of CSS display property."},{value:"strict",description:"Whitespaces are considered sensitive."},{value:"ignore",description:"Whitespaces are considered insensitive."}]},singleAttributePerLine:bC.singleAttributePerLine,vueIndentScriptAndStyle:{category:vC,type:"boolean",default:!1,description:"Indent script and style tags in Vue files."}},wC=EC;var CC={};Ir(CC,{angular:()=>GC,html:()=>MC,lwc:()=>$C,mjml:()=>UC,vue:()=>qC});function Eo(ml,Al){let Rl=new SyntaxError(ml+" ("+Al.loc.start.line+":"+Al.loc.start.column+")");return Object.assign(Rl,Al)}var xC=Eo;var DC={canSelfClose:!0,normalizeTagName:!1,normalizeAttributeName:!1,allowHtmComponentClosingTags:!1,allowStartTagComments:!1,isTagNameCaseSensitive:!1,shouldParseFrontMatter:!0};function qt(ml){return{...DC,...ml}}function Tr(ml){let{canSelfClose:Al,allowHtmComponentClosingTags:Rl,allowStartTagComments:zl,isTagNameCaseSensitive:rd,shouldParseAsRawText:yh,tokenizeAngularBlocks:kh,tokenizeAngularLetDeclaration:Qh}=ml;return{canSelfClose:Al,allowHtmComponentClosingTags:Rl,allowStartTagComments:zl,isTagNameCaseSensitive:rd,getTagContentType:yh?(...ml)=>yh(...ml)?_w.RAW_TEXT:void 0:void 0,tokenizeAngularBlocks:kh,tokenizeAngularLetDeclaration:Qh}}var SC=new Map([["*",new Set(["accesskey","autocapitalize","autocorrect","autofocus","class","contenteditable","dir","draggable","enterkeyhint","exportparts","hidden","id","inert","inputmode","is","itemid","itemprop","itemref","itemscope","itemtype","lang","nonce","part","popover","slot","spellcheck","style","tabindex","title","translate","writingsuggestions"])],["a",new Set(["charset","coords","download","href","hreflang","name","ping","referrerpolicy","rel","rev","shape","target","type"])],["applet",new Set(["align","alt","archive","code","codebase","height","hspace","name","object","vspace","width"])],["area",new Set(["alt","coords","download","href","hreflang","nohref","ping","referrerpolicy","rel","shape","target","type"])],["audio",new Set(["autoplay","controls","crossorigin","loop","muted","preload","src"])],["base",new Set(["href","target"])],["basefont",new Set(["color","face","size"])],["blockquote",new Set(["cite"])],["body",new Set(["alink","background","bgcolor","link","text","vlink"])],["br",new Set(["clear"])],["button",new Set(["command","commandfor","disabled","form","formaction","formenctype","formmethod","formnovalidate","formtarget","name","popovertarget","popovertargetaction","type","value"])],["canvas",new Set(["height","width"])],["caption",new Set(["align"])],["col",new Set(["align","char","charoff","span","valign","width"])],["colgroup",new Set(["align","char","charoff","span","valign","width"])],["data",new Set(["value"])],["del",new Set(["cite","datetime"])],["details",new Set(["name","open"])],["dialog",new Set(["closedby","open"])],["dir",new Set(["compact"])],["div",new Set(["align"])],["dl",new Set(["compact"])],["embed",new Set(["height","src","type","width"])],["fieldset",new Set(["disabled","form","name"])],["font",new Set(["color","face","size"])],["form",new Set(["accept","accept-charset","action","autocomplete","enctype","method","name","novalidate","target"])],["frame",new Set(["frameborder","longdesc","marginheight","marginwidth","name","noresize","scrolling","src"])],["frameset",new Set(["cols","rows"])],["h1",new Set(["align"])],["h2",new Set(["align"])],["h3",new Set(["align"])],["h4",new Set(["align"])],["h5",new Set(["align"])],["h6",new Set(["align"])],["head",new Set(["profile"])],["hr",new Set(["align","noshade","size","width"])],["html",new Set(["manifest","version"])],["iframe",new Set(["align","allow","allowfullscreen","allowpaymentrequest","allowusermedia","frameborder","height","loading","longdesc","marginheight","marginwidth","name","referrerpolicy","sandbox","scrolling","src","srcdoc","width"])],["img",new Set(["align","alt","border","crossorigin","decoding","fetchpriority","height","hspace","ismap","loading","longdesc","name","referrerpolicy","sizes","src","srcset","usemap","vspace","width"])],["input",new Set(["accept","align","alpha","alt","autocomplete","checked","colorspace","dirname","disabled","form","formaction","formenctype","formmethod","formnovalidate","formtarget","height","ismap","list","max","maxlength","min","minlength","multiple","name","pattern","placeholder","popovertarget","popovertargetaction","readonly","required","size","src","step","type","usemap","value","width"])],["ins",new Set(["cite","datetime"])],["isindex",new Set(["prompt"])],["label",new Set(["for","form"])],["legend",new Set(["align"])],["li",new Set(["type","value"])],["link",new Set(["as","blocking","charset","color","crossorigin","disabled","fetchpriority","href","hreflang","imagesizes","imagesrcset","integrity","media","referrerpolicy","rel","rev","sizes","target","type"])],["map",new Set(["name"])],["menu",new Set(["compact"])],["meta",new Set(["charset","content","http-equiv","media","name","scheme"])],["meter",new Set(["high","low","max","min","optimum","value"])],["object",new Set(["align","archive","border","classid","codebase","codetype","data","declare","form","height","hspace","name","standby","type","typemustmatch","usemap","vspace","width"])],["ol",new Set(["compact","reversed","start","type"])],["optgroup",new Set(["disabled","label"])],["option",new Set(["disabled","label","selected","value"])],["output",new Set(["for","form","name"])],["p",new Set(["align"])],["param",new Set(["name","type","value","valuetype"])],["pre",new Set(["width"])],["progress",new Set(["max","value"])],["q",new Set(["cite"])],["script",new Set(["async","blocking","charset","crossorigin","defer","fetchpriority","integrity","language","nomodule","referrerpolicy","src","type"])],["select",new Set(["autocomplete","disabled","form","multiple","name","required","size"])],["slot",new Set(["name"])],["source",new Set(["height","media","sizes","src","srcset","type","width"])],["style",new Set(["blocking","media","type"])],["table",new Set(["align","bgcolor","border","cellpadding","cellspacing","frame","rules","summary","width"])],["tbody",new Set(["align","char","charoff","valign"])],["td",new Set(["abbr","align","axis","bgcolor","char","charoff","colspan","headers","height","nowrap","rowspan","scope","valign","width"])],["template",new Set(["shadowrootclonable","shadowrootcustomelementregistry","shadowrootdelegatesfocus","shadowrootmode","shadowrootserializable"])],["textarea",new Set(["autocomplete","cols","dirname","disabled","form","maxlength","minlength","name","placeholder","readonly","required","rows","wrap"])],["tfoot",new Set(["align","char","charoff","valign"])],["th",new Set(["abbr","align","axis","bgcolor","char","charoff","colspan","headers","height","nowrap","rowspan","scope","valign","width"])],["thead",new Set(["align","char","charoff","valign"])],["time",new Set(["datetime"])],["tr",new Set(["align","bgcolor","char","charoff","valign"])],["track",new Set(["default","kind","label","src","srclang"])],["ul",new Set(["compact","type"])],["video",new Set(["autoplay","controls","crossorigin","height","loop","muted","playsinline","poster","preload","src","width"])]]);var kC=new Set(["a","abbr","acronym","address","applet","area","article","aside","audio","b","base","basefont","bdi","bdo","bgsound","big","blink","blockquote","body","br","button","canvas","caption","center","cite","code","col","colgroup","command","content","data","datalist","dd","del","details","dfn","dialog","dir","div","dl","dt","em","embed","fencedframe","fieldset","figcaption","figure","font","footer","form","frame","frameset","geolocation","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","iframe","image","img","input","ins","isindex","kbd","keygen","label","legend","li","link","listing","main","map","mark","marquee","math","menu","menuitem","meta","meter","multicol","nav","nextid","nobr","noembed","noframes","noscript","object","ol","optgroup","option","output","p","param","picture","plaintext","pre","progress","q","rb","rbc","rp","rt","rtc","ruby","s","samp","script","search","section","select","selectedcontent","shadow","slot","small","source","spacer","span","strike","strong","style","sub","summary","sup","svg","table","tbody","td","template","textarea","tfoot","th","thead","time","title","tr","track","tt","u","ul","var","video","wbr","xmp"]);var TC={attrs:!0,children:!0,cases:!0,expression:!0},IC=new Set(["parent"]),BC,FC,PC,RC=class Me{constructor(ml={}){Rr(this,BC);zt(this,"kind");zt(this,"parent");for(let Al of new Set([...IC,...Object.keys(ml)]))this.setProperty(Al,ml[Al]);if(HA(ml))for(let Al of Object.getOwnPropertySymbols(ml))this.setProperty(Al,ml[Al])}setProperty(ml,Al){if(this[ml]!==Al){if(ml in TC&&(Al=Al.map(ml=>this.createChild(ml))),!IC.has(ml)){this[ml]=Al;return}Object.defineProperty(this,ml,{value:Al,enumerable:!1,configurable:!0})}}map(ml){let Al;for(let Rl in TC){let zl=this[Rl];if(zl){let rd=Lo(zl,Al=>Al.map(ml));Al!==zl&&(Al??(Al=new Me({parent:this.parent})),Al.setProperty(Rl,rd))}}if(Al)for(let ml in this)ml in TC||(Al[ml]=this[ml]);return ml(Al||this)}walk(ml){for(let Al in TC){let Rl=this[Al];if(Rl)for(let Al=0;Al[ml.fullName,ml.value]))}};BC=new WeakSet,FC=function(){return this.kind==="angularIcuCase"?"expression":this.kind==="angularIcuExpression"?"cases":"children"},PC=function(){return this.parent?.$children??[]};var NC=RC;function Lo(ml,Al){let Rl=ml.map(Al);return Rl.some((Al,Rl)=>Al!==ml[Rl])?Rl:ml}var OC=[{regex:/^(?\[if(?[^\]]*)\]>)(?.*?)[^\]]*)\]>{try{return[!0,Rl(yh,cf).children]}catch{return[!1,[{kind:"text",value:yh,sourceSpan:new Nw(cf,t_)}]]}})();return{kind:"ieConditionalComment",complete:r_,children:u_,condition:Qh(0,rd.trim(),/\s+/g," "),sourceSpan:ml.sourceSpan,startSourceSpan:new Nw(ml.sourceSpan.start,cf),endSourceSpan:new Nw(t_,ml.sourceSpan.end)}}function No(ml,Al){let{condition:Rl}=Al.groups;return{kind:"ieConditionalStartComment",condition:Qh(0,Rl.trim(),/\s+/g," "),sourceSpan:ml.sourceSpan}}function Do(ml){return{kind:"ieConditionalEndComment",sourceSpan:ml.sourceSpan}}var QC=class extends Zw{visitExpansionCase(ml,Al){Al.parseOptions.name==="angular"&&this.visitChildren(Al,Al=>{Al(ml.expression)})}visit(ml,{parseOptions:Al}){Mo(ml),Bo(ml,Al),Ho(ml,Al),qo(ml)}};function Xi(ml,Al,Rl,zl){let rd=Rl.name==="angular";Rt(new QC,ml.children,{parseOptions:Rl}),Al&&ml.children.unshift(Al);let yh=new NC(ml);return yh.walk(ml=>{if(ml.kind==="comment"){let Al=Yi(ml,zl);Al&&ml.parent.replaceChild(ml,Al)}else rd&&ml.kind==="element"&&ml.comments&&(ml.startTagComments=ml.comments,delete ml.comments);rd&&(Io(ml),Ro(ml),Oo(ml))}),yh}function Io(ml){if(ml.kind==="block"){if(ml.name=Qh(0,ml.name.toLowerCase(),/\s+/g," ").trim(),ml.kind="angularControlFlowBlock",!GA(ml.parameters)){delete ml.parameters;return}for(let Al of ml.parameters)Al.kind="angularControlFlowBlockParameter";ml.parameters={kind:"angularControlFlowBlockParameters",children:ml.parameters,sourceSpan:new Nw(ml.parameters[0].sourceSpan.start,t_(0,ml.parameters,-1).sourceSpan.end)}}}function Ro(ml){ml.kind==="letDeclaration"&&(ml.kind="angularLetDeclaration",ml.id=ml.name,ml.init={kind:"angularLetDeclarationInitializer",sourceSpan:new Nw(ml.valueSpan.start,ml.valueSpan.end),value:ml.value},delete ml.name,delete ml.value)}function Oo(ml){ml.kind==="expansion"&&(ml.kind="angularIcuExpression"),ml.kind==="expansionCase"&&(ml.kind="angularIcuCase")}function Ki(ml,Al){let Rl=ml.toLowerCase();return Al(Rl)?Rl:ml}function Qi(ml){let Al=ml.name.startsWith(":")?ml.name.slice(1).split(":",1)[0]:null,Rl=ml.nameSpan.toString(),zl=Al!==null&&Rl.startsWith(`${Al}:`),rd=zl?Rl.slice(Al.length+1):Rl;ml.name=rd,ml.namespace=Al,ml.hasExplicitNamespace=zl}function Mo(ml){switch(ml.kind){case"element":Qi(ml);for(let Al of ml.attrs)Qi(Al),Al.valueSpan?(Al.value=Al.valueSpan.toString(),/["']/.test(Al.value[0])&&(Al.value=Al.value.slice(1,-1))):Al.value=null;break;case"comment":ml.value=ml.sourceSpan.toString().slice(4,-3);break;case"text":ml.value=ml.sourceSpan.toString();break}}function Bo(ml,Al){if(ml.kind==="element"){let Rl=Ne(Al.isTagNameCaseSensitive?ml.name:ml.name.toLowerCase());!ml.namespace||ml.namespace===Rl.implicitNamespacePrefix||dy(ml)?ml.tagDefinition=Rl:ml.tagDefinition=Ne("")}}function qo(ml){ml.sourceSpan&&ml.endSourceSpan&&(ml.sourceSpan=new Nw(ml.sourceSpan.start,ml.endSourceSpan.end))}function Ho(ml,Al){if(ml.kind==="element"&&(Al.normalizeTagName&&(!ml.namespace||ml.namespace===ml.tagDefinition.implicitNamespacePrefix||dy(ml))&&(ml.name=Ki(ml.name,ml=>kC.has(ml))),Al.normalizeAttributeName))for(let Al of ml.attrs)Al.namespace||(Al.name=Ki(Al.name,Al=>SC.has(ml.name)&&(SC.get("*").has(Al)||SC.get(ml.name).has(Al))))}function Ar(ml,Al){let{rootNodes:Rl,errors:zl}=Bt(ml,Tr(Al));return zl.length>0&&Lr(zl[0]),{parseOptions:Al,rootNodes:Rl}}function Ji(ml,Al){let Rl=Tr(Al),{rootNodes:zl,errors:rd}=Bt(ml,Rl);if(zl.some(ml=>ml.kind==="docType"&&ml.value==="html"||ml.kind==="element"&&ml.name.toLowerCase()==="html"))return Ar(ml,LC);let yh,o=()=>yh??(yh=Bt(ml,{...Rl,getTagContentType:void 0})),l=ml=>{let{offset:Al}=ml.startSourceSpan.start;return o().rootNodes.find(ml=>ml.kind==="element"&&ml.startSourceSpan.start.offset===Al)??ml};for(let[ml,Al]of zl.entries())if(Al.kind==="element"){if(Al.isVoid)rd=o().errors,zl[ml]=l(Al);else if(Fo(Al)){let{endSourceSpan:Rl,startSourceSpan:rd}=Al,yh=o().errors.find(ml=>ml.span.start.offset>rd.start.offset&&ml.span.start.offset0&&Lr(rd[0]),{parseOptions:Al,rootNodes:zl}}function Fo(ml){if(ml.kind!=="element"||ml.name!=="template")return!1;let Al=ml.attrs.find(ml=>ml.name==="lang")?.value;return!Al||Al==="html"}function Lr(ml){let{msg:Al,span:{start:Rl,end:zl}}=ml;throw xC(Al,{loc:{start:{line:Rl.line+1,column:Rl.col+1},end:{line:zl.line+1,column:zl.col+1}},cause:ml})}function Vo(ml,Al,Rl,zl,rd,yh){let{offset:kh}=zl,Qh=VA(Al.slice(0,kh))+Rl,cf=Pr(Qh,ml,{...rd,shouldParseFrontMatter:!1},yh);cf.sourceSpan=new Nw(zl,t_(0,cf.children,-1).sourceSpan.end);let r_=cf.children[0];return r_.length===kh?cf.children.shift():(r_.sourceSpan=new Nw(r_.sourceSpan.start.moveBy(kh),r_.sourceSpan.end),r_.value=r_.value.slice(kh)),cf}function Pr(ml,Al,Rl,zl={}){let{frontMatter:rd,content:yh}=Rl.shouldParseFrontMatter?zA(ml):{content:ml},kh=new Rw(ml,zl.filepath),Qh=new Pw(kh,0,0,0),cf=Qh.moveBy(ml.length),{parseOptions:t_,rootNodes:r_}=Al(yh,Rl),u_={kind:"root",sourceSpan:new Nw(Qh,cf),children:r_},C_;if(rd){let[ml,Al]=[rd.start,rd.end].map(ml=>new Pw(kh,ml.index,ml.line-1,ml.column));C_={...rd,kind:"frontMatter",sourceSpan:new Nw(ml,Al)}}return Xi(u_,C_,t_,(Rl,rd)=>Vo(Al,ml,Rl,rd,t_,zl))}var LC=qt({name:"html",normalizeTagName:!0,normalizeAttributeName:!0,allowHtmComponentClosingTags:!0});function st(ml){let Al=qt(ml),Rl=Al.name==="vue"?Ji:Ar;return{parse:(ml,zl)=>Pr(ml,Rl,Al,zl),hasPragma:Jn,hasIgnorePragma:Zn,astFormat:"html",locStart:F,locEnd:J}}var MC=st(LC),jC=new Set(["mj-style","mj-raw"]),UC=st({...LC,name:"mjml",shouldParseAsRawText:ml=>jC.has(ml)}),GC=st({name:"angular",tokenizeAngularBlocks:!0,tokenizeAngularLetDeclaration:!0,allowStartTagComments:!0}),qC=st({name:"vue",isTagNameCaseSensitive:!0,shouldParseAsRawText(ml,Al,Rl,zl){return ml.toLowerCase()!=="html"&&!Rl&&(ml!=="template"||zl.some(({name:ml,value:Al})=>ml==="lang"&&Al!=="html"&&Al!==""&&Al!==void 0))}}),$C=st({name:"lwc",canSelfClose:!1});var JC={html:AC};return is(rd)})},45548:ml=>{(function(Al){function e(){var ml=Al();return ml.default||ml}if(true)ml.exports=e();else{var Rl}})(function(){"use strict";var ml=Object.create;var Al=Object.defineProperty;var Rl=Object.getOwnPropertyDescriptor;var zl=Object.getOwnPropertyNames;var rd=Object.getPrototypeOf,yh=Object.prototype.hasOwnProperty;var q=(ml,Al)=>()=>{try{return Al||ml((Al={exports:{}}).exports,Al),Al.exports}catch(ml){throw Al=0,ml}},Nr=(ml,Rl)=>{for(var zl in Rl)Al(ml,zl,{get:Rl[zl],enumerable:!0})},xu=(ml,rd,kh,Qh)=>{if(rd&&typeof rd=="object"||typeof rd=="function")for(let cf of zl(rd))!yh.call(ml,cf)&&cf!==kh&&Al(ml,cf,{get:()=>rd[cf],enumerable:!(Qh=Rl(rd,cf))||Qh.enumerable});return ml};var At=(Rl,zl,yh)=>(yh=Rl!=null?ml(rd(Rl)):{},xu(zl||!Rl||!Rl.__esModule?Al(yh,"default",{value:Rl,enumerable:!0}):yh,Rl)),Dm=ml=>xu(Al({},"__esModule",{value:!0}),ml);var kh=q((ml,Al)=>{"use strict";Al.exports=vg;var Rl=9,zl=10,rd=32,yh=33,kh=58,Qh=91,cf=92,t_=93,r_=94,u_=96,C_=4,D_=1024;function vg(ml){var Al=this.Parser,Rl=this.Compiler;Ag(Al)&&Sg(Al,ml),Tg(Rl)&&Lg(Rl)}function Ag(ml){return!!(ml&&ml.prototype&&ml.prototype.blockTokenizers)}function Tg(ml){return!!(ml&&ml.prototype&&ml.prototype.visitors)}function Sg(ml,Al){for(var S_=Al||{},P_=ml.prototype,Cg=P_.blockTokenizers,eA=P_.inlineTokenizers,tA=P_.blockMethods,rA=P_.inlineMethods,nA=Cg.definition,iA=eA.reference,sA=[],aA=-1,oA=tA.length,lA;++aAC_&&(pA=void 0,dA=eA);else{if(pA0&&(fA=hA[P_-1],fA.contentStart===fA.contentEnd);)P_--;for(oA=ml(Al.slice(0,fA.contentEnd));++eA{ml.isRemarkParser=qg;ml.isRemarkCompiler=Bg;function qg(ml){return!!(ml&&ml.prototype&&ml.prototype.blockTokenizers)}function Bg(ml){return!!(ml&&ml.prototype&&ml.prototype.visitors)}});var cf=q((ml,Al)=>{var Rl=Qh();Al.exports=Ng;var zl=9,rd=32,yh=36,kh=48,cf=57,t_=92,r_=["math","math-inline"],u_="math-display";function Ng(ml){let Al=this.Parser,zl=this.Compiler;Rl.isRemarkParser(Al)&&Rg(Al,ml),Rl.isRemarkCompiler(zl)&&Mg(zl,ml)}function Rg(ml,Al){let Rl=ml.prototype,Qh=Rl.inlineMethods;u.locator=i,Rl.inlineTokenizers.math=u,Qh.splice(Qh.indexOf("text"),0,"math");function i(ml,Al){return ml.indexOf("$",Al)}function u(ml,Rl,Qh){let C_=Rl.length,D_=!1,S_=!1,P_=0,Cg,eA,tA,rA,nA,iA,sA;if(Rl.charCodeAt(P_)===t_&&(S_=!0,P_++),Rl.charCodeAt(P_)===yh){if(P_++,S_)return Qh?!0:ml(Rl.slice(0,P_))({type:"text",value:"$"});if(Rl.charCodeAt(P_)===yh&&(D_=!0,P_++),tA=Rl.charCodeAt(P_),!(tA===rd||tA===zl)){for(rA=P_;P_cf)&&(!D_||tA===yh)){nA=P_-1,P_++,D_&&P_++,iA=P_;break}}else eA===t_&&(P_++,tA=Rl.charCodeAt(P_+1));P_++}if(iA!==void 0)return Qh?!0:(sA=Rl.slice(rA,nA+1),ml(Rl.slice(0,iA))({type:"inlineMath",value:sA,data:{hName:"span",hProperties:{className:r_.concat(D_&&Al.inlineMathDouble?[u_]:[])},hChildren:[{type:"text",value:sA}]}}))}}}}function Mg(ml){let Al=ml.prototype;Al.visitors.inlineMath=r;function r(ml){let Al="$";return(ml.data&&ml.data.hProperties&&ml.data.hProperties.className||[]).includes(u_)&&(Al="$$"),Al+ml.value+Al}}});var t_=q((ml,Al)=>{var Rl=Qh();Al.exports=Vg;var zl=10,rd=32,yh=36,kh=`\n`,cf="$",t_=2,r_=["math","math-display"];function Vg(){let ml=this.Parser,Al=this.Compiler;Rl.isRemarkParser(ml)&&Gg(ml),Rl.isRemarkCompiler(Al)&&jg(Al)}function Gg(ml){let Al=ml.prototype,Rl=Al.blockMethods,Qh=Al.interruptParagraph,u_=Al.interruptList,C_=Al.interruptBlockquote;Al.blockTokenizers.math=a,Rl.splice(Rl.indexOf("fencedCode")+1,0,"math"),Qh.splice(Qh.indexOf("fencedCode")+1,0,["math"]),u_.splice(u_.indexOf("fencedCode")+1,0,["math"]),C_.splice(C_.indexOf("fencedCode")+1,0,["math"]);function a(ml,Al,Rl){var Qh=Al.length,u_=0;let C_,D_,S_,P_,Cg,eA,tA,rA,nA,iA,sA;for(;u_iA&&Al.charCodeAt(P_-1)===rd;)P_--;for(;P_>iA&&Al.charCodeAt(P_-1)===yh;)nA++,P_--;for(eA<=nA&&Al.indexOf(cf,iA)===P_&&(rA=!0,sA=P_);iA<=sA&&iA-u_iA&&Al.charCodeAt(sA-1)===rd;)sA--;if((!rA||iA!==sA)&&D_.push(Al.slice(iA,sA)),rA)break;u_=S_+1,S_=Al.indexOf(kh,u_+1),S_=S_===-1?Qh:S_}return D_=D_.join(`\n`),ml(Al.slice(0,S_))({type:"math",value:D_,data:{hName:"div",hProperties:{className:r_.concat()},hChildren:[{type:"text",value:D_}]}})}}}}function jg(ml){let Al=ml.prototype;Al.visitors.math=r;function r(ml){return`$$\n`+ml.value+`\n$$`}}});var r_=q((ml,Al)=>{var Rl=cf(),zl=t_();Al.exports=$g;function $g(ml){var Al=ml||{};zl.call(this,Al),Rl.call(this,Al)}});var u_=q((ml,Al)=>{Al.exports=Qg;var Rl=Object.prototype.hasOwnProperty;function Qg(){for(var ml={},Al=0;Al{typeof Object.create=="function"?Al.exports=function(ml,Al){Al&&(ml.super_=Al,ml.prototype=Object.create(Al.prototype,{constructor:{value:ml,enumerable:!1,writable:!0,configurable:!0}}))}:Al.exports=function(ml,Al){if(Al){ml.super_=Al;var n=function(){};n.prototype=Al.prototype,ml.prototype=new n,ml.prototype.constructor=ml}}});var D_=q((ml,Al)=>{"use strict";var Rl=u_(),zl=C_();Al.exports=Xg;function Xg(ml){var Al,rd,yh;zl(u,ml),zl(i,u),Al=u.prototype;for(rd in Al)yh=Al[rd],yh&&typeof yh=="object"&&(Al[rd]="concat"in yh?yh.concat():Rl(yh));return u;function i(Al){return ml.apply(this,Al)}function u(){return this instanceof u?ml.apply(this,arguments):new i(arguments)}}});var S_=q((ml,Al)=>{"use strict";Al.exports=Zg;function Zg(ml,Al,Rl){return n;function n(){var zl=Rl||this,rd=zl[ml];return zl[ml]=!Al,a;function a(){zl[ml]=rd}}}});var P_=q((ml,Al)=>{"use strict";Al.exports=ex;function ex(ml){for(var Al=String(ml),Rl=[],zl=/\r?\n|\r/g;zl.exec(Al);)Rl.push(zl.lastIndex);return Rl.push(Al.length+1),{toPoint:i,toPosition:i,toOffset:u};function i(ml){var Al=-1;if(ml>-1&&mlml)return{line:Al+1,column:ml-(Rl[Al-1]||0)+1,offset:ml}}return{}}function u(ml){var Al=ml&&ml.line,zl=ml&&ml.column,rd;return!isNaN(Al)&&!isNaN(zl)&&Al-1 in Rl&&(rd=(Rl[Al-2]||0)+zl-1||0),rd>-1&&rd{"use strict";Al.exports=tx;var Rl="\\";function tx(ml,Al){return r;function r(zl){for(var rd=0,yh=zl.indexOf(Rl),kh=ml[Al],Qh=[],cf;yh!==-1;)Qh.push(zl.slice(rd,yh)),rd=yh+1,cf=zl.charAt(rd),(!cf||kh.indexOf(cf)===-1)&&Qh.push(Rl),yh=zl.indexOf(Rl,rd+1);return Qh.push(zl.slice(rd)),Qh.join("")}}});var eA=q((ml,Al)=>{Al.exports={AElig:"Æ",AMP:"&",Aacute:"Á",Acirc:"Â",Agrave:"À",Aring:"Å",Atilde:"Ã",Auml:"Ä",COPY:"©",Ccedil:"Ç",ETH:"Ð",Eacute:"É",Ecirc:"Ê",Egrave:"È",Euml:"Ë",GT:">",Iacute:"Í",Icirc:"Î",Igrave:"Ì",Iuml:"Ï",LT:"<",Ntilde:"Ñ",Oacute:"Ó",Ocirc:"Ô",Ograve:"Ò",Oslash:"Ø",Otilde:"Õ",Ouml:"Ö",QUOT:'"',REG:"®",THORN:"Þ",Uacute:"Ú",Ucirc:"Û",Ugrave:"Ù",Uuml:"Ü",Yacute:"Ý",aacute:"á",acirc:"â",acute:"´",aelig:"æ",agrave:"à",amp:"&",aring:"å",atilde:"ã",auml:"ä",brvbar:"¦",ccedil:"ç",cedil:"¸",cent:"¢",copy:"©",curren:"¤",deg:"°",divide:"÷",eacute:"é",ecirc:"ê",egrave:"è",eth:"ð",euml:"ë",frac12:"½",frac14:"¼",frac34:"¾",gt:">",iacute:"í",icirc:"î",iexcl:"¡",igrave:"ì",iquest:"¿",iuml:"ï",laquo:"«",lt:"<",macr:"¯",micro:"µ",middot:"·",nbsp:" ",not:"¬",ntilde:"ñ",oacute:"ó",ocirc:"ô",ograve:"ò",ordf:"ª",ordm:"º",oslash:"ø",otilde:"õ",ouml:"ö",para:"¶",plusmn:"±",pound:"£",quot:'"',raquo:"»",reg:"®",sect:"§",shy:"­",sup1:"¹",sup2:"²",sup3:"³",szlig:"ß",thorn:"þ",times:"×",uacute:"ú",ucirc:"û",ugrave:"ù",uml:"¨",uuml:"ü",yacute:"ý",yen:"¥",yuml:"ÿ"}});var tA=q((ml,Al)=>{Al.exports={0:"�",128:"€",130:"‚",131:"ƒ",132:"„",133:"…",134:"†",135:"‡",136:"ˆ",137:"‰",138:"Š",139:"‹",140:"Œ",142:"Ž",145:"‘",146:"’",147:"“",148:"”",149:"•",150:"–",151:"—",152:"˜",153:"™",154:"š",155:"›",156:"œ",158:"ž",159:"Ÿ"}});var rA=q((ml,Al)=>{"use strict";Al.exports=ix;function ix(ml){var Al=typeof ml=="string"?ml.charCodeAt(0):ml;return Al>=48&&Al<=57}});var nA=q((ml,Al)=>{"use strict";Al.exports=ax;function ax(ml){var Al=typeof ml=="string"?ml.charCodeAt(0):ml;return Al>=97&&Al<=102||Al>=65&&Al<=70||Al>=48&&Al<=57}});var iA=q((ml,Al)=>{"use strict";Al.exports=ux;function ux(ml){var Al=typeof ml=="string"?ml.charCodeAt(0):ml;return Al>=97&&Al<=122||Al>=65&&Al<=90}});var sA=q((ml,Al)=>{"use strict";var Rl=iA(),zl=rA();Al.exports=lx;function lx(ml){return Rl(ml)||zl(ml)}});var aA=q((ml,Al)=>{Al.exports={AEli:"Æ",AElig:"Æ",AM:"&",AMP:"&",Aacut:"Á",Aacute:"Á",Abreve:"Ă",Acir:"Â",Acirc:"Â",Acy:"А",Afr:"𝔄",Agrav:"À",Agrave:"À",Alpha:"Α",Amacr:"Ā",And:"⩓",Aogon:"Ą",Aopf:"𝔸",ApplyFunction:"⁡",Arin:"Å",Aring:"Å",Ascr:"𝒜",Assign:"≔",Atild:"Ã",Atilde:"Ã",Aum:"Ä",Auml:"Ä",Backslash:"∖",Barv:"⫧",Barwed:"⌆",Bcy:"Б",Because:"∵",Bernoullis:"ℬ",Beta:"Β",Bfr:"𝔅",Bopf:"𝔹",Breve:"˘",Bscr:"ℬ",Bumpeq:"≎",CHcy:"Ч",COP:"©",COPY:"©",Cacute:"Ć",Cap:"⋒",CapitalDifferentialD:"ⅅ",Cayleys:"ℭ",Ccaron:"Č",Ccedi:"Ç",Ccedil:"Ç",Ccirc:"Ĉ",Cconint:"∰",Cdot:"Ċ",Cedilla:"¸",CenterDot:"·",Cfr:"ℭ",Chi:"Χ",CircleDot:"⊙",CircleMinus:"⊖",CirclePlus:"⊕",CircleTimes:"⊗",ClockwiseContourIntegral:"∲",CloseCurlyDoubleQuote:"”",CloseCurlyQuote:"’",Colon:"∷",Colone:"⩴",Congruent:"≡",Conint:"∯",ContourIntegral:"∮",Copf:"ℂ",Coproduct:"∐",CounterClockwiseContourIntegral:"∳",Cross:"⨯",Cscr:"𝒞",Cup:"⋓",CupCap:"≍",DD:"ⅅ",DDotrahd:"⤑",DJcy:"Ђ",DScy:"Ѕ",DZcy:"Џ",Dagger:"‡",Darr:"↡",Dashv:"⫤",Dcaron:"Ď",Dcy:"Д",Del:"∇",Delta:"Δ",Dfr:"𝔇",DiacriticalAcute:"´",DiacriticalDot:"˙",DiacriticalDoubleAcute:"˝",DiacriticalGrave:"`",DiacriticalTilde:"˜",Diamond:"⋄",DifferentialD:"ⅆ",Dopf:"𝔻",Dot:"¨",DotDot:"⃜",DotEqual:"≐",DoubleContourIntegral:"∯",DoubleDot:"¨",DoubleDownArrow:"⇓",DoubleLeftArrow:"⇐",DoubleLeftRightArrow:"⇔",DoubleLeftTee:"⫤",DoubleLongLeftArrow:"⟸",DoubleLongLeftRightArrow:"⟺",DoubleLongRightArrow:"⟹",DoubleRightArrow:"⇒",DoubleRightTee:"⊨",DoubleUpArrow:"⇑",DoubleUpDownArrow:"⇕",DoubleVerticalBar:"∥",DownArrow:"↓",DownArrowBar:"⤓",DownArrowUpArrow:"⇵",DownBreve:"̑",DownLeftRightVector:"⥐",DownLeftTeeVector:"⥞",DownLeftVector:"↽",DownLeftVectorBar:"⥖",DownRightTeeVector:"⥟",DownRightVector:"⇁",DownRightVectorBar:"⥗",DownTee:"⊤",DownTeeArrow:"↧",Downarrow:"⇓",Dscr:"𝒟",Dstrok:"Đ",ENG:"Ŋ",ET:"Ð",ETH:"Ð",Eacut:"É",Eacute:"É",Ecaron:"Ě",Ecir:"Ê",Ecirc:"Ê",Ecy:"Э",Edot:"Ė",Efr:"𝔈",Egrav:"È",Egrave:"È",Element:"∈",Emacr:"Ē",EmptySmallSquare:"◻",EmptyVerySmallSquare:"▫",Eogon:"Ę",Eopf:"𝔼",Epsilon:"Ε",Equal:"⩵",EqualTilde:"≂",Equilibrium:"⇌",Escr:"ℰ",Esim:"⩳",Eta:"Η",Eum:"Ë",Euml:"Ë",Exists:"∃",ExponentialE:"ⅇ",Fcy:"Ф",Ffr:"𝔉",FilledSmallSquare:"◼",FilledVerySmallSquare:"▪",Fopf:"𝔽",ForAll:"∀",Fouriertrf:"ℱ",Fscr:"ℱ",GJcy:"Ѓ",G:">",GT:">",Gamma:"Γ",Gammad:"Ϝ",Gbreve:"Ğ",Gcedil:"Ģ",Gcirc:"Ĝ",Gcy:"Г",Gdot:"Ġ",Gfr:"𝔊",Gg:"⋙",Gopf:"𝔾",GreaterEqual:"≥",GreaterEqualLess:"⋛",GreaterFullEqual:"≧",GreaterGreater:"⪢",GreaterLess:"≷",GreaterSlantEqual:"⩾",GreaterTilde:"≳",Gscr:"𝒢",Gt:"≫",HARDcy:"Ъ",Hacek:"ˇ",Hat:"^",Hcirc:"Ĥ",Hfr:"ℌ",HilbertSpace:"ℋ",Hopf:"ℍ",HorizontalLine:"─",Hscr:"ℋ",Hstrok:"Ħ",HumpDownHump:"≎",HumpEqual:"≏",IEcy:"Е",IJlig:"IJ",IOcy:"Ё",Iacut:"Í",Iacute:"Í",Icir:"Î",Icirc:"Î",Icy:"И",Idot:"İ",Ifr:"ℑ",Igrav:"Ì",Igrave:"Ì",Im:"ℑ",Imacr:"Ī",ImaginaryI:"ⅈ",Implies:"⇒",Int:"∬",Integral:"∫",Intersection:"⋂",InvisibleComma:"⁣",InvisibleTimes:"⁢",Iogon:"Į",Iopf:"𝕀",Iota:"Ι",Iscr:"ℐ",Itilde:"Ĩ",Iukcy:"І",Ium:"Ï",Iuml:"Ï",Jcirc:"Ĵ",Jcy:"Й",Jfr:"𝔍",Jopf:"𝕁",Jscr:"𝒥",Jsercy:"Ј",Jukcy:"Є",KHcy:"Х",KJcy:"Ќ",Kappa:"Κ",Kcedil:"Ķ",Kcy:"К",Kfr:"𝔎",Kopf:"𝕂",Kscr:"𝒦",LJcy:"Љ",L:"<",LT:"<",Lacute:"Ĺ",Lambda:"Λ",Lang:"⟪",Laplacetrf:"ℒ",Larr:"↞",Lcaron:"Ľ",Lcedil:"Ļ",Lcy:"Л",LeftAngleBracket:"⟨",LeftArrow:"←",LeftArrowBar:"⇤",LeftArrowRightArrow:"⇆",LeftCeiling:"⌈",LeftDoubleBracket:"⟦",LeftDownTeeVector:"⥡",LeftDownVector:"⇃",LeftDownVectorBar:"⥙",LeftFloor:"⌊",LeftRightArrow:"↔",LeftRightVector:"⥎",LeftTee:"⊣",LeftTeeArrow:"↤",LeftTeeVector:"⥚",LeftTriangle:"⊲",LeftTriangleBar:"⧏",LeftTriangleEqual:"⊴",LeftUpDownVector:"⥑",LeftUpTeeVector:"⥠",LeftUpVector:"↿",LeftUpVectorBar:"⥘",LeftVector:"↼",LeftVectorBar:"⥒",Leftarrow:"⇐",Leftrightarrow:"⇔",LessEqualGreater:"⋚",LessFullEqual:"≦",LessGreater:"≶",LessLess:"⪡",LessSlantEqual:"⩽",LessTilde:"≲",Lfr:"𝔏",Ll:"⋘",Lleftarrow:"⇚",Lmidot:"Ŀ",LongLeftArrow:"⟵",LongLeftRightArrow:"⟷",LongRightArrow:"⟶",Longleftarrow:"⟸",Longleftrightarrow:"⟺",Longrightarrow:"⟹",Lopf:"𝕃",LowerLeftArrow:"↙",LowerRightArrow:"↘",Lscr:"ℒ",Lsh:"↰",Lstrok:"Ł",Lt:"≪",Map:"⤅",Mcy:"М",MediumSpace:" ",Mellintrf:"ℳ",Mfr:"𝔐",MinusPlus:"∓",Mopf:"𝕄",Mscr:"ℳ",Mu:"Μ",NJcy:"Њ",Nacute:"Ń",Ncaron:"Ň",Ncedil:"Ņ",Ncy:"Н",NegativeMediumSpace:"​",NegativeThickSpace:"​",NegativeThinSpace:"​",NegativeVeryThinSpace:"​",NestedGreaterGreater:"≫",NestedLessLess:"≪",NewLine:`\n`,Nfr:"𝔑",NoBreak:"⁠",NonBreakingSpace:" ",Nopf:"ℕ",Not:"⫬",NotCongruent:"≢",NotCupCap:"≭",NotDoubleVerticalBar:"∦",NotElement:"∉",NotEqual:"≠",NotEqualTilde:"≂̸",NotExists:"∄",NotGreater:"≯",NotGreaterEqual:"≱",NotGreaterFullEqual:"≧̸",NotGreaterGreater:"≫̸",NotGreaterLess:"≹",NotGreaterSlantEqual:"⩾̸",NotGreaterTilde:"≵",NotHumpDownHump:"≎̸",NotHumpEqual:"≏̸",NotLeftTriangle:"⋪",NotLeftTriangleBar:"⧏̸",NotLeftTriangleEqual:"⋬",NotLess:"≮",NotLessEqual:"≰",NotLessGreater:"≸",NotLessLess:"≪̸",NotLessSlantEqual:"⩽̸",NotLessTilde:"≴",NotNestedGreaterGreater:"⪢̸",NotNestedLessLess:"⪡̸",NotPrecedes:"⊀",NotPrecedesEqual:"⪯̸",NotPrecedesSlantEqual:"⋠",NotReverseElement:"∌",NotRightTriangle:"⋫",NotRightTriangleBar:"⧐̸",NotRightTriangleEqual:"⋭",NotSquareSubset:"⊏̸",NotSquareSubsetEqual:"⋢",NotSquareSuperset:"⊐̸",NotSquareSupersetEqual:"⋣",NotSubset:"⊂⃒",NotSubsetEqual:"⊈",NotSucceeds:"⊁",NotSucceedsEqual:"⪰̸",NotSucceedsSlantEqual:"⋡",NotSucceedsTilde:"≿̸",NotSuperset:"⊃⃒",NotSupersetEqual:"⊉",NotTilde:"≁",NotTildeEqual:"≄",NotTildeFullEqual:"≇",NotTildeTilde:"≉",NotVerticalBar:"∤",Nscr:"𝒩",Ntild:"Ñ",Ntilde:"Ñ",Nu:"Ν",OElig:"Œ",Oacut:"Ó",Oacute:"Ó",Ocir:"Ô",Ocirc:"Ô",Ocy:"О",Odblac:"Ő",Ofr:"𝔒",Ograv:"Ò",Ograve:"Ò",Omacr:"Ō",Omega:"Ω",Omicron:"Ο",Oopf:"𝕆",OpenCurlyDoubleQuote:"“",OpenCurlyQuote:"‘",Or:"⩔",Oscr:"𝒪",Oslas:"Ø",Oslash:"Ø",Otild:"Õ",Otilde:"Õ",Otimes:"⨷",Oum:"Ö",Ouml:"Ö",OverBar:"‾",OverBrace:"⏞",OverBracket:"⎴",OverParenthesis:"⏜",PartialD:"∂",Pcy:"П",Pfr:"𝔓",Phi:"Φ",Pi:"Π",PlusMinus:"±",Poincareplane:"ℌ",Popf:"ℙ",Pr:"⪻",Precedes:"≺",PrecedesEqual:"⪯",PrecedesSlantEqual:"≼",PrecedesTilde:"≾",Prime:"″",Product:"∏",Proportion:"∷",Proportional:"∝",Pscr:"𝒫",Psi:"Ψ",QUO:'"',QUOT:'"',Qfr:"𝔔",Qopf:"ℚ",Qscr:"𝒬",RBarr:"⤐",RE:"®",REG:"®",Racute:"Ŕ",Rang:"⟫",Rarr:"↠",Rarrtl:"⤖",Rcaron:"Ř",Rcedil:"Ŗ",Rcy:"Р",Re:"ℜ",ReverseElement:"∋",ReverseEquilibrium:"⇋",ReverseUpEquilibrium:"⥯",Rfr:"ℜ",Rho:"Ρ",RightAngleBracket:"⟩",RightArrow:"→",RightArrowBar:"⇥",RightArrowLeftArrow:"⇄",RightCeiling:"⌉",RightDoubleBracket:"⟧",RightDownTeeVector:"⥝",RightDownVector:"⇂",RightDownVectorBar:"⥕",RightFloor:"⌋",RightTee:"⊢",RightTeeArrow:"↦",RightTeeVector:"⥛",RightTriangle:"⊳",RightTriangleBar:"⧐",RightTriangleEqual:"⊵",RightUpDownVector:"⥏",RightUpTeeVector:"⥜",RightUpVector:"↾",RightUpVectorBar:"⥔",RightVector:"⇀",RightVectorBar:"⥓",Rightarrow:"⇒",Ropf:"ℝ",RoundImplies:"⥰",Rrightarrow:"⇛",Rscr:"ℛ",Rsh:"↱",RuleDelayed:"⧴",SHCHcy:"Щ",SHcy:"Ш",SOFTcy:"Ь",Sacute:"Ś",Sc:"⪼",Scaron:"Š",Scedil:"Ş",Scirc:"Ŝ",Scy:"С",Sfr:"𝔖",ShortDownArrow:"↓",ShortLeftArrow:"←",ShortRightArrow:"→",ShortUpArrow:"↑",Sigma:"Σ",SmallCircle:"∘",Sopf:"𝕊",Sqrt:"√",Square:"□",SquareIntersection:"⊓",SquareSubset:"⊏",SquareSubsetEqual:"⊑",SquareSuperset:"⊐",SquareSupersetEqual:"⊒",SquareUnion:"⊔",Sscr:"𝒮",Star:"⋆",Sub:"⋐",Subset:"⋐",SubsetEqual:"⊆",Succeeds:"≻",SucceedsEqual:"⪰",SucceedsSlantEqual:"≽",SucceedsTilde:"≿",SuchThat:"∋",Sum:"∑",Sup:"⋑",Superset:"⊃",SupersetEqual:"⊇",Supset:"⋑",THOR:"Þ",THORN:"Þ",TRADE:"™",TSHcy:"Ћ",TScy:"Ц",Tab:"\t",Tau:"Τ",Tcaron:"Ť",Tcedil:"Ţ",Tcy:"Т",Tfr:"𝔗",Therefore:"∴",Theta:"Θ",ThickSpace:"  ",ThinSpace:" ",Tilde:"∼",TildeEqual:"≃",TildeFullEqual:"≅",TildeTilde:"≈",Topf:"𝕋",TripleDot:"⃛",Tscr:"𝒯",Tstrok:"Ŧ",Uacut:"Ú",Uacute:"Ú",Uarr:"↟",Uarrocir:"⥉",Ubrcy:"Ў",Ubreve:"Ŭ",Ucir:"Û",Ucirc:"Û",Ucy:"У",Udblac:"Ű",Ufr:"𝔘",Ugrav:"Ù",Ugrave:"Ù",Umacr:"Ū",UnderBar:"_",UnderBrace:"⏟",UnderBracket:"⎵",UnderParenthesis:"⏝",Union:"⋃",UnionPlus:"⊎",Uogon:"Ų",Uopf:"𝕌",UpArrow:"↑",UpArrowBar:"⤒",UpArrowDownArrow:"⇅",UpDownArrow:"↕",UpEquilibrium:"⥮",UpTee:"⊥",UpTeeArrow:"↥",Uparrow:"⇑",Updownarrow:"⇕",UpperLeftArrow:"↖",UpperRightArrow:"↗",Upsi:"ϒ",Upsilon:"Υ",Uring:"Ů",Uscr:"𝒰",Utilde:"Ũ",Uum:"Ü",Uuml:"Ü",VDash:"⊫",Vbar:"⫫",Vcy:"В",Vdash:"⊩",Vdashl:"⫦",Vee:"⋁",Verbar:"‖",Vert:"‖",VerticalBar:"∣",VerticalLine:"|",VerticalSeparator:"❘",VerticalTilde:"≀",VeryThinSpace:" ",Vfr:"𝔙",Vopf:"𝕍",Vscr:"𝒱",Vvdash:"⊪",Wcirc:"Ŵ",Wedge:"⋀",Wfr:"𝔚",Wopf:"𝕎",Wscr:"𝒲",Xfr:"𝔛",Xi:"Ξ",Xopf:"𝕏",Xscr:"𝒳",YAcy:"Я",YIcy:"Ї",YUcy:"Ю",Yacut:"Ý",Yacute:"Ý",Ycirc:"Ŷ",Ycy:"Ы",Yfr:"𝔜",Yopf:"𝕐",Yscr:"𝒴",Yuml:"Ÿ",ZHcy:"Ж",Zacute:"Ź",Zcaron:"Ž",Zcy:"З",Zdot:"Ż",ZeroWidthSpace:"​",Zeta:"Ζ",Zfr:"ℨ",Zopf:"ℤ",Zscr:"𝒵",aacut:"á",aacute:"á",abreve:"ă",ac:"∾",acE:"∾̳",acd:"∿",acir:"â",acirc:"â",acut:"´",acute:"´",acy:"а",aeli:"æ",aelig:"æ",af:"⁡",afr:"𝔞",agrav:"à",agrave:"à",alefsym:"ℵ",aleph:"ℵ",alpha:"α",amacr:"ā",amalg:"⨿",am:"&",amp:"&",and:"∧",andand:"⩕",andd:"⩜",andslope:"⩘",andv:"⩚",ang:"∠",ange:"⦤",angle:"∠",angmsd:"∡",angmsdaa:"⦨",angmsdab:"⦩",angmsdac:"⦪",angmsdad:"⦫",angmsdae:"⦬",angmsdaf:"⦭",angmsdag:"⦮",angmsdah:"⦯",angrt:"∟",angrtvb:"⊾",angrtvbd:"⦝",angsph:"∢",angst:"Å",angzarr:"⍼",aogon:"ą",aopf:"𝕒",ap:"≈",apE:"⩰",apacir:"⩯",ape:"≊",apid:"≋",apos:"'",approx:"≈",approxeq:"≊",arin:"å",aring:"å",ascr:"𝒶",ast:"*",asymp:"≈",asympeq:"≍",atild:"ã",atilde:"ã",aum:"ä",auml:"ä",awconint:"∳",awint:"⨑",bNot:"⫭",backcong:"≌",backepsilon:"϶",backprime:"‵",backsim:"∽",backsimeq:"⋍",barvee:"⊽",barwed:"⌅",barwedge:"⌅",bbrk:"⎵",bbrktbrk:"⎶",bcong:"≌",bcy:"б",bdquo:"„",becaus:"∵",because:"∵",bemptyv:"⦰",bepsi:"϶",bernou:"ℬ",beta:"β",beth:"ℶ",between:"≬",bfr:"𝔟",bigcap:"⋂",bigcirc:"◯",bigcup:"⋃",bigodot:"⨀",bigoplus:"⨁",bigotimes:"⨂",bigsqcup:"⨆",bigstar:"★",bigtriangledown:"▽",bigtriangleup:"△",biguplus:"⨄",bigvee:"⋁",bigwedge:"⋀",bkarow:"⤍",blacklozenge:"⧫",blacksquare:"▪",blacktriangle:"▴",blacktriangledown:"▾",blacktriangleleft:"◂",blacktriangleright:"▸",blank:"␣",blk12:"▒",blk14:"░",blk34:"▓",block:"█",bne:"=⃥",bnequiv:"≡⃥",bnot:"⌐",bopf:"𝕓",bot:"⊥",bottom:"⊥",bowtie:"⋈",boxDL:"╗",boxDR:"╔",boxDl:"╖",boxDr:"╓",boxH:"═",boxHD:"╦",boxHU:"╩",boxHd:"╤",boxHu:"╧",boxUL:"╝",boxUR:"╚",boxUl:"╜",boxUr:"╙",boxV:"║",boxVH:"╬",boxVL:"╣",boxVR:"╠",boxVh:"╫",boxVl:"╢",boxVr:"╟",boxbox:"⧉",boxdL:"╕",boxdR:"╒",boxdl:"┐",boxdr:"┌",boxh:"─",boxhD:"╥",boxhU:"╨",boxhd:"┬",boxhu:"┴",boxminus:"⊟",boxplus:"⊞",boxtimes:"⊠",boxuL:"╛",boxuR:"╘",boxul:"┘",boxur:"└",boxv:"│",boxvH:"╪",boxvL:"╡",boxvR:"╞",boxvh:"┼",boxvl:"┤",boxvr:"├",bprime:"‵",breve:"˘",brvba:"¦",brvbar:"¦",bscr:"𝒷",bsemi:"⁏",bsim:"∽",bsime:"⋍",bsol:"\\",bsolb:"⧅",bsolhsub:"⟈",bull:"•",bullet:"•",bump:"≎",bumpE:"⪮",bumpe:"≏",bumpeq:"≏",cacute:"ć",cap:"∩",capand:"⩄",capbrcup:"⩉",capcap:"⩋",capcup:"⩇",capdot:"⩀",caps:"∩︀",caret:"⁁",caron:"ˇ",ccaps:"⩍",ccaron:"č",ccedi:"ç",ccedil:"ç",ccirc:"ĉ",ccups:"⩌",ccupssm:"⩐",cdot:"ċ",cedi:"¸",cedil:"¸",cemptyv:"⦲",cen:"¢",cent:"¢",centerdot:"·",cfr:"𝔠",chcy:"ч",check:"✓",checkmark:"✓",chi:"χ",cir:"○",cirE:"⧃",circ:"ˆ",circeq:"≗",circlearrowleft:"↺",circlearrowright:"↻",circledR:"®",circledS:"Ⓢ",circledast:"⊛",circledcirc:"⊚",circleddash:"⊝",cire:"≗",cirfnint:"⨐",cirmid:"⫯",cirscir:"⧂",clubs:"♣",clubsuit:"♣",colon:":",colone:"≔",coloneq:"≔",comma:",",commat:"@",comp:"∁",compfn:"∘",complement:"∁",complexes:"ℂ",cong:"≅",congdot:"⩭",conint:"∮",copf:"𝕔",coprod:"∐",cop:"©",copy:"©",copysr:"℗",crarr:"↵",cross:"✗",cscr:"𝒸",csub:"⫏",csube:"⫑",csup:"⫐",csupe:"⫒",ctdot:"⋯",cudarrl:"⤸",cudarrr:"⤵",cuepr:"⋞",cuesc:"⋟",cularr:"↶",cularrp:"⤽",cup:"∪",cupbrcap:"⩈",cupcap:"⩆",cupcup:"⩊",cupdot:"⊍",cupor:"⩅",cups:"∪︀",curarr:"↷",curarrm:"⤼",curlyeqprec:"⋞",curlyeqsucc:"⋟",curlyvee:"⋎",curlywedge:"⋏",curre:"¤",curren:"¤",curvearrowleft:"↶",curvearrowright:"↷",cuvee:"⋎",cuwed:"⋏",cwconint:"∲",cwint:"∱",cylcty:"⌭",dArr:"⇓",dHar:"⥥",dagger:"†",daleth:"ℸ",darr:"↓",dash:"‐",dashv:"⊣",dbkarow:"⤏",dblac:"˝",dcaron:"ď",dcy:"д",dd:"ⅆ",ddagger:"‡",ddarr:"⇊",ddotseq:"⩷",de:"°",deg:"°",delta:"δ",demptyv:"⦱",dfisht:"⥿",dfr:"𝔡",dharl:"⇃",dharr:"⇂",diam:"⋄",diamond:"⋄",diamondsuit:"♦",diams:"♦",die:"¨",digamma:"ϝ",disin:"⋲",div:"÷",divid:"÷",divide:"÷",divideontimes:"⋇",divonx:"⋇",djcy:"ђ",dlcorn:"⌞",dlcrop:"⌍",dollar:"$",dopf:"𝕕",dot:"˙",doteq:"≐",doteqdot:"≑",dotminus:"∸",dotplus:"∔",dotsquare:"⊡",doublebarwedge:"⌆",downarrow:"↓",downdownarrows:"⇊",downharpoonleft:"⇃",downharpoonright:"⇂",drbkarow:"⤐",drcorn:"⌟",drcrop:"⌌",dscr:"𝒹",dscy:"ѕ",dsol:"⧶",dstrok:"đ",dtdot:"⋱",dtri:"▿",dtrif:"▾",duarr:"⇵",duhar:"⥯",dwangle:"⦦",dzcy:"џ",dzigrarr:"⟿",eDDot:"⩷",eDot:"≑",eacut:"é",eacute:"é",easter:"⩮",ecaron:"ě",ecir:"ê",ecirc:"ê",ecolon:"≕",ecy:"э",edot:"ė",ee:"ⅇ",efDot:"≒",efr:"𝔢",eg:"⪚",egrav:"è",egrave:"è",egs:"⪖",egsdot:"⪘",el:"⪙",elinters:"⏧",ell:"ℓ",els:"⪕",elsdot:"⪗",emacr:"ē",empty:"∅",emptyset:"∅",emptyv:"∅",emsp13:" ",emsp14:" ",emsp:" ",eng:"ŋ",ensp:" ",eogon:"ę",eopf:"𝕖",epar:"⋕",eparsl:"⧣",eplus:"⩱",epsi:"ε",epsilon:"ε",epsiv:"ϵ",eqcirc:"≖",eqcolon:"≕",eqsim:"≂",eqslantgtr:"⪖",eqslantless:"⪕",equals:"=",equest:"≟",equiv:"≡",equivDD:"⩸",eqvparsl:"⧥",erDot:"≓",erarr:"⥱",escr:"ℯ",esdot:"≐",esim:"≂",eta:"η",et:"ð",eth:"ð",eum:"ë",euml:"ë",euro:"€",excl:"!",exist:"∃",expectation:"ℰ",exponentiale:"ⅇ",fallingdotseq:"≒",fcy:"ф",female:"♀",ffilig:"ffi",fflig:"ff",ffllig:"ffl",ffr:"𝔣",filig:"fi",fjlig:"fj",flat:"♭",fllig:"fl",fltns:"▱",fnof:"ƒ",fopf:"𝕗",forall:"∀",fork:"⋔",forkv:"⫙",fpartint:"⨍",frac1:"¼",frac12:"½",frac13:"⅓",frac14:"¼",frac15:"⅕",frac16:"⅙",frac18:"⅛",frac23:"⅔",frac25:"⅖",frac3:"¾",frac34:"¾",frac35:"⅗",frac38:"⅜",frac45:"⅘",frac56:"⅚",frac58:"⅝",frac78:"⅞",frasl:"⁄",frown:"⌢",fscr:"𝒻",gE:"≧",gEl:"⪌",gacute:"ǵ",gamma:"γ",gammad:"ϝ",gap:"⪆",gbreve:"ğ",gcirc:"ĝ",gcy:"г",gdot:"ġ",ge:"≥",gel:"⋛",geq:"≥",geqq:"≧",geqslant:"⩾",ges:"⩾",gescc:"⪩",gesdot:"⪀",gesdoto:"⪂",gesdotol:"⪄",gesl:"⋛︀",gesles:"⪔",gfr:"𝔤",gg:"≫",ggg:"⋙",gimel:"ℷ",gjcy:"ѓ",gl:"≷",glE:"⪒",gla:"⪥",glj:"⪤",gnE:"≩",gnap:"⪊",gnapprox:"⪊",gne:"⪈",gneq:"⪈",gneqq:"≩",gnsim:"⋧",gopf:"𝕘",grave:"`",gscr:"ℊ",gsim:"≳",gsime:"⪎",gsiml:"⪐",g:">",gt:">",gtcc:"⪧",gtcir:"⩺",gtdot:"⋗",gtlPar:"⦕",gtquest:"⩼",gtrapprox:"⪆",gtrarr:"⥸",gtrdot:"⋗",gtreqless:"⋛",gtreqqless:"⪌",gtrless:"≷",gtrsim:"≳",gvertneqq:"≩︀",gvnE:"≩︀",hArr:"⇔",hairsp:" ",half:"½",hamilt:"ℋ",hardcy:"ъ",harr:"↔",harrcir:"⥈",harrw:"↭",hbar:"ℏ",hcirc:"ĥ",hearts:"♥",heartsuit:"♥",hellip:"…",hercon:"⊹",hfr:"𝔥",hksearow:"⤥",hkswarow:"⤦",hoarr:"⇿",homtht:"∻",hookleftarrow:"↩",hookrightarrow:"↪",hopf:"𝕙",horbar:"―",hscr:"𝒽",hslash:"ℏ",hstrok:"ħ",hybull:"⁃",hyphen:"‐",iacut:"í",iacute:"í",ic:"⁣",icir:"î",icirc:"î",icy:"и",iecy:"е",iexc:"¡",iexcl:"¡",iff:"⇔",ifr:"𝔦",igrav:"ì",igrave:"ì",ii:"ⅈ",iiiint:"⨌",iiint:"∭",iinfin:"⧜",iiota:"℩",ijlig:"ij",imacr:"ī",image:"ℑ",imagline:"ℐ",imagpart:"ℑ",imath:"ı",imof:"⊷",imped:"Ƶ",in:"∈",incare:"℅",infin:"∞",infintie:"⧝",inodot:"ı",int:"∫",intcal:"⊺",integers:"ℤ",intercal:"⊺",intlarhk:"⨗",intprod:"⨼",iocy:"ё",iogon:"į",iopf:"𝕚",iota:"ι",iprod:"⨼",iques:"¿",iquest:"¿",iscr:"𝒾",isin:"∈",isinE:"⋹",isindot:"⋵",isins:"⋴",isinsv:"⋳",isinv:"∈",it:"⁢",itilde:"ĩ",iukcy:"і",ium:"ï",iuml:"ï",jcirc:"ĵ",jcy:"й",jfr:"𝔧",jmath:"ȷ",jopf:"𝕛",jscr:"𝒿",jsercy:"ј",jukcy:"є",kappa:"κ",kappav:"ϰ",kcedil:"ķ",kcy:"к",kfr:"𝔨",kgreen:"ĸ",khcy:"х",kjcy:"ќ",kopf:"𝕜",kscr:"𝓀",lAarr:"⇚",lArr:"⇐",lAtail:"⤛",lBarr:"⤎",lE:"≦",lEg:"⪋",lHar:"⥢",lacute:"ĺ",laemptyv:"⦴",lagran:"ℒ",lambda:"λ",lang:"⟨",langd:"⦑",langle:"⟨",lap:"⪅",laqu:"«",laquo:"«",larr:"←",larrb:"⇤",larrbfs:"⤟",larrfs:"⤝",larrhk:"↩",larrlp:"↫",larrpl:"⤹",larrsim:"⥳",larrtl:"↢",lat:"⪫",latail:"⤙",late:"⪭",lates:"⪭︀",lbarr:"⤌",lbbrk:"❲",lbrace:"{",lbrack:"[",lbrke:"⦋",lbrksld:"⦏",lbrkslu:"⦍",lcaron:"ľ",lcedil:"ļ",lceil:"⌈",lcub:"{",lcy:"л",ldca:"⤶",ldquo:"“",ldquor:"„",ldrdhar:"⥧",ldrushar:"⥋",ldsh:"↲",le:"≤",leftarrow:"←",leftarrowtail:"↢",leftharpoondown:"↽",leftharpoonup:"↼",leftleftarrows:"⇇",leftrightarrow:"↔",leftrightarrows:"⇆",leftrightharpoons:"⇋",leftrightsquigarrow:"↭",leftthreetimes:"⋋",leg:"⋚",leq:"≤",leqq:"≦",leqslant:"⩽",les:"⩽",lescc:"⪨",lesdot:"⩿",lesdoto:"⪁",lesdotor:"⪃",lesg:"⋚︀",lesges:"⪓",lessapprox:"⪅",lessdot:"⋖",lesseqgtr:"⋚",lesseqqgtr:"⪋",lessgtr:"≶",lesssim:"≲",lfisht:"⥼",lfloor:"⌊",lfr:"𝔩",lg:"≶",lgE:"⪑",lhard:"↽",lharu:"↼",lharul:"⥪",lhblk:"▄",ljcy:"љ",ll:"≪",llarr:"⇇",llcorner:"⌞",llhard:"⥫",lltri:"◺",lmidot:"ŀ",lmoust:"⎰",lmoustache:"⎰",lnE:"≨",lnap:"⪉",lnapprox:"⪉",lne:"⪇",lneq:"⪇",lneqq:"≨",lnsim:"⋦",loang:"⟬",loarr:"⇽",lobrk:"⟦",longleftarrow:"⟵",longleftrightarrow:"⟷",longmapsto:"⟼",longrightarrow:"⟶",looparrowleft:"↫",looparrowright:"↬",lopar:"⦅",lopf:"𝕝",loplus:"⨭",lotimes:"⨴",lowast:"∗",lowbar:"_",loz:"◊",lozenge:"◊",lozf:"⧫",lpar:"(",lparlt:"⦓",lrarr:"⇆",lrcorner:"⌟",lrhar:"⇋",lrhard:"⥭",lrm:"‎",lrtri:"⊿",lsaquo:"‹",lscr:"𝓁",lsh:"↰",lsim:"≲",lsime:"⪍",lsimg:"⪏",lsqb:"[",lsquo:"‘",lsquor:"‚",lstrok:"ł",l:"<",lt:"<",ltcc:"⪦",ltcir:"⩹",ltdot:"⋖",lthree:"⋋",ltimes:"⋉",ltlarr:"⥶",ltquest:"⩻",ltrPar:"⦖",ltri:"◃",ltrie:"⊴",ltrif:"◂",lurdshar:"⥊",luruhar:"⥦",lvertneqq:"≨︀",lvnE:"≨︀",mDDot:"∺",mac:"¯",macr:"¯",male:"♂",malt:"✠",maltese:"✠",map:"↦",mapsto:"↦",mapstodown:"↧",mapstoleft:"↤",mapstoup:"↥",marker:"▮",mcomma:"⨩",mcy:"м",mdash:"—",measuredangle:"∡",mfr:"𝔪",mho:"℧",micr:"µ",micro:"µ",mid:"∣",midast:"*",midcir:"⫰",middo:"·",middot:"·",minus:"−",minusb:"⊟",minusd:"∸",minusdu:"⨪",mlcp:"⫛",mldr:"…",mnplus:"∓",models:"⊧",mopf:"𝕞",mp:"∓",mscr:"𝓂",mstpos:"∾",mu:"μ",multimap:"⊸",mumap:"⊸",nGg:"⋙̸",nGt:"≫⃒",nGtv:"≫̸",nLeftarrow:"⇍",nLeftrightarrow:"⇎",nLl:"⋘̸",nLt:"≪⃒",nLtv:"≪̸",nRightarrow:"⇏",nVDash:"⊯",nVdash:"⊮",nabla:"∇",nacute:"ń",nang:"∠⃒",nap:"≉",napE:"⩰̸",napid:"≋̸",napos:"ʼn",napprox:"≉",natur:"♮",natural:"♮",naturals:"ℕ",nbs:" ",nbsp:" ",nbump:"≎̸",nbumpe:"≏̸",ncap:"⩃",ncaron:"ň",ncedil:"ņ",ncong:"≇",ncongdot:"⩭̸",ncup:"⩂",ncy:"н",ndash:"–",ne:"≠",neArr:"⇗",nearhk:"⤤",nearr:"↗",nearrow:"↗",nedot:"≐̸",nequiv:"≢",nesear:"⤨",nesim:"≂̸",nexist:"∄",nexists:"∄",nfr:"𝔫",ngE:"≧̸",nge:"≱",ngeq:"≱",ngeqq:"≧̸",ngeqslant:"⩾̸",nges:"⩾̸",ngsim:"≵",ngt:"≯",ngtr:"≯",nhArr:"⇎",nharr:"↮",nhpar:"⫲",ni:"∋",nis:"⋼",nisd:"⋺",niv:"∋",njcy:"њ",nlArr:"⇍",nlE:"≦̸",nlarr:"↚",nldr:"‥",nle:"≰",nleftarrow:"↚",nleftrightarrow:"↮",nleq:"≰",nleqq:"≦̸",nleqslant:"⩽̸",nles:"⩽̸",nless:"≮",nlsim:"≴",nlt:"≮",nltri:"⋪",nltrie:"⋬",nmid:"∤",nopf:"𝕟",no:"¬",not:"¬",notin:"∉",notinE:"⋹̸",notindot:"⋵̸",notinva:"∉",notinvb:"⋷",notinvc:"⋶",notni:"∌",notniva:"∌",notnivb:"⋾",notnivc:"⋽",npar:"∦",nparallel:"∦",nparsl:"⫽⃥",npart:"∂̸",npolint:"⨔",npr:"⊀",nprcue:"⋠",npre:"⪯̸",nprec:"⊀",npreceq:"⪯̸",nrArr:"⇏",nrarr:"↛",nrarrc:"⤳̸",nrarrw:"↝̸",nrightarrow:"↛",nrtri:"⋫",nrtrie:"⋭",nsc:"⊁",nsccue:"⋡",nsce:"⪰̸",nscr:"𝓃",nshortmid:"∤",nshortparallel:"∦",nsim:"≁",nsime:"≄",nsimeq:"≄",nsmid:"∤",nspar:"∦",nsqsube:"⋢",nsqsupe:"⋣",nsub:"⊄",nsubE:"⫅̸",nsube:"⊈",nsubset:"⊂⃒",nsubseteq:"⊈",nsubseteqq:"⫅̸",nsucc:"⊁",nsucceq:"⪰̸",nsup:"⊅",nsupE:"⫆̸",nsupe:"⊉",nsupset:"⊃⃒",nsupseteq:"⊉",nsupseteqq:"⫆̸",ntgl:"≹",ntild:"ñ",ntilde:"ñ",ntlg:"≸",ntriangleleft:"⋪",ntrianglelefteq:"⋬",ntriangleright:"⋫",ntrianglerighteq:"⋭",nu:"ν",num:"#",numero:"№",numsp:" ",nvDash:"⊭",nvHarr:"⤄",nvap:"≍⃒",nvdash:"⊬",nvge:"≥⃒",nvgt:">⃒",nvinfin:"⧞",nvlArr:"⤂",nvle:"≤⃒",nvlt:"<⃒",nvltrie:"⊴⃒",nvrArr:"⤃",nvrtrie:"⊵⃒",nvsim:"∼⃒",nwArr:"⇖",nwarhk:"⤣",nwarr:"↖",nwarrow:"↖",nwnear:"⤧",oS:"Ⓢ",oacut:"ó",oacute:"ó",oast:"⊛",ocir:"ô",ocirc:"ô",ocy:"о",odash:"⊝",odblac:"ő",odiv:"⨸",odot:"⊙",odsold:"⦼",oelig:"œ",ofcir:"⦿",ofr:"𝔬",ogon:"˛",ograv:"ò",ograve:"ò",ogt:"⧁",ohbar:"⦵",ohm:"Ω",oint:"∮",olarr:"↺",olcir:"⦾",olcross:"⦻",oline:"‾",olt:"⧀",omacr:"ō",omega:"ω",omicron:"ο",omid:"⦶",ominus:"⊖",oopf:"𝕠",opar:"⦷",operp:"⦹",oplus:"⊕",or:"∨",orarr:"↻",ord:"º",order:"ℴ",orderof:"ℴ",ordf:"ª",ordm:"º",origof:"⊶",oror:"⩖",orslope:"⩗",orv:"⩛",oscr:"ℴ",oslas:"ø",oslash:"ø",osol:"⊘",otild:"õ",otilde:"õ",otimes:"⊗",otimesas:"⨶",oum:"ö",ouml:"ö",ovbar:"⌽",par:"¶",para:"¶",parallel:"∥",parsim:"⫳",parsl:"⫽",part:"∂",pcy:"п",percnt:"%",period:".",permil:"‰",perp:"⊥",pertenk:"‱",pfr:"𝔭",phi:"φ",phiv:"ϕ",phmmat:"ℳ",phone:"☎",pi:"π",pitchfork:"⋔",piv:"ϖ",planck:"ℏ",planckh:"ℎ",plankv:"ℏ",plus:"+",plusacir:"⨣",plusb:"⊞",pluscir:"⨢",plusdo:"∔",plusdu:"⨥",pluse:"⩲",plusm:"±",plusmn:"±",plussim:"⨦",plustwo:"⨧",pm:"±",pointint:"⨕",popf:"𝕡",poun:"£",pound:"£",pr:"≺",prE:"⪳",prap:"⪷",prcue:"≼",pre:"⪯",prec:"≺",precapprox:"⪷",preccurlyeq:"≼",preceq:"⪯",precnapprox:"⪹",precneqq:"⪵",precnsim:"⋨",precsim:"≾",prime:"′",primes:"ℙ",prnE:"⪵",prnap:"⪹",prnsim:"⋨",prod:"∏",profalar:"⌮",profline:"⌒",profsurf:"⌓",prop:"∝",propto:"∝",prsim:"≾",prurel:"⊰",pscr:"𝓅",psi:"ψ",puncsp:" ",qfr:"𝔮",qint:"⨌",qopf:"𝕢",qprime:"⁗",qscr:"𝓆",quaternions:"ℍ",quatint:"⨖",quest:"?",questeq:"≟",quo:'"',quot:'"',rAarr:"⇛",rArr:"⇒",rAtail:"⤜",rBarr:"⤏",rHar:"⥤",race:"∽̱",racute:"ŕ",radic:"√",raemptyv:"⦳",rang:"⟩",rangd:"⦒",range:"⦥",rangle:"⟩",raqu:"»",raquo:"»",rarr:"→",rarrap:"⥵",rarrb:"⇥",rarrbfs:"⤠",rarrc:"⤳",rarrfs:"⤞",rarrhk:"↪",rarrlp:"↬",rarrpl:"⥅",rarrsim:"⥴",rarrtl:"↣",rarrw:"↝",ratail:"⤚",ratio:"∶",rationals:"ℚ",rbarr:"⤍",rbbrk:"❳",rbrace:"}",rbrack:"]",rbrke:"⦌",rbrksld:"⦎",rbrkslu:"⦐",rcaron:"ř",rcedil:"ŗ",rceil:"⌉",rcub:"}",rcy:"р",rdca:"⤷",rdldhar:"⥩",rdquo:"”",rdquor:"”",rdsh:"↳",real:"ℜ",realine:"ℛ",realpart:"ℜ",reals:"ℝ",rect:"▭",re:"®",reg:"®",rfisht:"⥽",rfloor:"⌋",rfr:"𝔯",rhard:"⇁",rharu:"⇀",rharul:"⥬",rho:"ρ",rhov:"ϱ",rightarrow:"→",rightarrowtail:"↣",rightharpoondown:"⇁",rightharpoonup:"⇀",rightleftarrows:"⇄",rightleftharpoons:"⇌",rightrightarrows:"⇉",rightsquigarrow:"↝",rightthreetimes:"⋌",ring:"˚",risingdotseq:"≓",rlarr:"⇄",rlhar:"⇌",rlm:"‏",rmoust:"⎱",rmoustache:"⎱",rnmid:"⫮",roang:"⟭",roarr:"⇾",robrk:"⟧",ropar:"⦆",ropf:"𝕣",roplus:"⨮",rotimes:"⨵",rpar:")",rpargt:"⦔",rppolint:"⨒",rrarr:"⇉",rsaquo:"›",rscr:"𝓇",rsh:"↱",rsqb:"]",rsquo:"’",rsquor:"’",rthree:"⋌",rtimes:"⋊",rtri:"▹",rtrie:"⊵",rtrif:"▸",rtriltri:"⧎",ruluhar:"⥨",rx:"℞",sacute:"ś",sbquo:"‚",sc:"≻",scE:"⪴",scap:"⪸",scaron:"š",sccue:"≽",sce:"⪰",scedil:"ş",scirc:"ŝ",scnE:"⪶",scnap:"⪺",scnsim:"⋩",scpolint:"⨓",scsim:"≿",scy:"с",sdot:"⋅",sdotb:"⊡",sdote:"⩦",seArr:"⇘",searhk:"⤥",searr:"↘",searrow:"↘",sec:"§",sect:"§",semi:";",seswar:"⤩",setminus:"∖",setmn:"∖",sext:"✶",sfr:"𝔰",sfrown:"⌢",sharp:"♯",shchcy:"щ",shcy:"ш",shortmid:"∣",shortparallel:"∥",sh:"­",shy:"­",sigma:"σ",sigmaf:"ς",sigmav:"ς",sim:"∼",simdot:"⩪",sime:"≃",simeq:"≃",simg:"⪞",simgE:"⪠",siml:"⪝",simlE:"⪟",simne:"≆",simplus:"⨤",simrarr:"⥲",slarr:"←",smallsetminus:"∖",smashp:"⨳",smeparsl:"⧤",smid:"∣",smile:"⌣",smt:"⪪",smte:"⪬",smtes:"⪬︀",softcy:"ь",sol:"/",solb:"⧄",solbar:"⌿",sopf:"𝕤",spades:"♠",spadesuit:"♠",spar:"∥",sqcap:"⊓",sqcaps:"⊓︀",sqcup:"⊔",sqcups:"⊔︀",sqsub:"⊏",sqsube:"⊑",sqsubset:"⊏",sqsubseteq:"⊑",sqsup:"⊐",sqsupe:"⊒",sqsupset:"⊐",sqsupseteq:"⊒",squ:"□",square:"□",squarf:"▪",squf:"▪",srarr:"→",sscr:"𝓈",ssetmn:"∖",ssmile:"⌣",sstarf:"⋆",star:"☆",starf:"★",straightepsilon:"ϵ",straightphi:"ϕ",strns:"¯",sub:"⊂",subE:"⫅",subdot:"⪽",sube:"⊆",subedot:"⫃",submult:"⫁",subnE:"⫋",subne:"⊊",subplus:"⪿",subrarr:"⥹",subset:"⊂",subseteq:"⊆",subseteqq:"⫅",subsetneq:"⊊",subsetneqq:"⫋",subsim:"⫇",subsub:"⫕",subsup:"⫓",succ:"≻",succapprox:"⪸",succcurlyeq:"≽",succeq:"⪰",succnapprox:"⪺",succneqq:"⪶",succnsim:"⋩",succsim:"≿",sum:"∑",sung:"♪",sup:"⊃",sup1:"¹",sup2:"²",sup3:"³",supE:"⫆",supdot:"⪾",supdsub:"⫘",supe:"⊇",supedot:"⫄",suphsol:"⟉",suphsub:"⫗",suplarr:"⥻",supmult:"⫂",supnE:"⫌",supne:"⊋",supplus:"⫀",supset:"⊃",supseteq:"⊇",supseteqq:"⫆",supsetneq:"⊋",supsetneqq:"⫌",supsim:"⫈",supsub:"⫔",supsup:"⫖",swArr:"⇙",swarhk:"⤦",swarr:"↙",swarrow:"↙",swnwar:"⤪",szli:"ß",szlig:"ß",target:"⌖",tau:"τ",tbrk:"⎴",tcaron:"ť",tcedil:"ţ",tcy:"т",tdot:"⃛",telrec:"⌕",tfr:"𝔱",there4:"∴",therefore:"∴",theta:"θ",thetasym:"ϑ",thetav:"ϑ",thickapprox:"≈",thicksim:"∼",thinsp:" ",thkap:"≈",thksim:"∼",thor:"þ",thorn:"þ",tilde:"˜",time:"×",times:"×",timesb:"⊠",timesbar:"⨱",timesd:"⨰",tint:"∭",toea:"⤨",top:"⊤",topbot:"⌶",topcir:"⫱",topf:"𝕥",topfork:"⫚",tosa:"⤩",tprime:"‴",trade:"™",triangle:"▵",triangledown:"▿",triangleleft:"◃",trianglelefteq:"⊴",triangleq:"≜",triangleright:"▹",trianglerighteq:"⊵",tridot:"◬",trie:"≜",triminus:"⨺",triplus:"⨹",trisb:"⧍",tritime:"⨻",trpezium:"⏢",tscr:"𝓉",tscy:"ц",tshcy:"ћ",tstrok:"ŧ",twixt:"≬",twoheadleftarrow:"↞",twoheadrightarrow:"↠",uArr:"⇑",uHar:"⥣",uacut:"ú",uacute:"ú",uarr:"↑",ubrcy:"ў",ubreve:"ŭ",ucir:"û",ucirc:"û",ucy:"у",udarr:"⇅",udblac:"ű",udhar:"⥮",ufisht:"⥾",ufr:"𝔲",ugrav:"ù",ugrave:"ù",uharl:"↿",uharr:"↾",uhblk:"▀",ulcorn:"⌜",ulcorner:"⌜",ulcrop:"⌏",ultri:"◸",umacr:"ū",um:"¨",uml:"¨",uogon:"ų",uopf:"𝕦",uparrow:"↑",updownarrow:"↕",upharpoonleft:"↿",upharpoonright:"↾",uplus:"⊎",upsi:"υ",upsih:"ϒ",upsilon:"υ",upuparrows:"⇈",urcorn:"⌝",urcorner:"⌝",urcrop:"⌎",uring:"ů",urtri:"◹",uscr:"𝓊",utdot:"⋰",utilde:"ũ",utri:"▵",utrif:"▴",uuarr:"⇈",uum:"ü",uuml:"ü",uwangle:"⦧",vArr:"⇕",vBar:"⫨",vBarv:"⫩",vDash:"⊨",vangrt:"⦜",varepsilon:"ϵ",varkappa:"ϰ",varnothing:"∅",varphi:"ϕ",varpi:"ϖ",varpropto:"∝",varr:"↕",varrho:"ϱ",varsigma:"ς",varsubsetneq:"⊊︀",varsubsetneqq:"⫋︀",varsupsetneq:"⊋︀",varsupsetneqq:"⫌︀",vartheta:"ϑ",vartriangleleft:"⊲",vartriangleright:"⊳",vcy:"в",vdash:"⊢",vee:"∨",veebar:"⊻",veeeq:"≚",vellip:"⋮",verbar:"|",vert:"|",vfr:"𝔳",vltri:"⊲",vnsub:"⊂⃒",vnsup:"⊃⃒",vopf:"𝕧",vprop:"∝",vrtri:"⊳",vscr:"𝓋",vsubnE:"⫋︀",vsubne:"⊊︀",vsupnE:"⫌︀",vsupne:"⊋︀",vzigzag:"⦚",wcirc:"ŵ",wedbar:"⩟",wedge:"∧",wedgeq:"≙",weierp:"℘",wfr:"𝔴",wopf:"𝕨",wp:"℘",wr:"≀",wreath:"≀",wscr:"𝓌",xcap:"⋂",xcirc:"◯",xcup:"⋃",xdtri:"▽",xfr:"𝔵",xhArr:"⟺",xharr:"⟷",xi:"ξ",xlArr:"⟸",xlarr:"⟵",xmap:"⟼",xnis:"⋻",xodot:"⨀",xopf:"𝕩",xoplus:"⨁",xotime:"⨂",xrArr:"⟹",xrarr:"⟶",xscr:"𝓍",xsqcup:"⨆",xuplus:"⨄",xutri:"△",xvee:"⋁",xwedge:"⋀",yacut:"ý",yacute:"ý",yacy:"я",ycirc:"ŷ",ycy:"ы",ye:"¥",yen:"¥",yfr:"𝔶",yicy:"ї",yopf:"𝕪",yscr:"𝓎",yucy:"ю",yum:"ÿ",yuml:"ÿ",zacute:"ź",zcaron:"ž",zcy:"з",zdot:"ż",zeetrf:"ℨ",zeta:"ζ",zfr:"𝔷",zhcy:"ж",zigrarr:"⇝",zopf:"𝕫",zscr:"𝓏",zwj:"‍",zwnj:"‌"}});var oA=q((ml,Al)=>{"use strict";var Rl=aA();Al.exports=px;var zl={}.hasOwnProperty;function px(ml){return zl.call(Rl,ml)?Rl[ml]:!1}});var lA=q((ml,Al)=>{"use strict";var Rl=eA(),zl=tA(),rd=rA(),yh=nA(),kh=sA(),Qh=oA();Al.exports=Tx;var cf={}.hasOwnProperty,t_=String.fromCharCode,r_=Function.prototype,u_={warning:null,reference:null,text:null,warningContext:null,referenceContext:null,textContext:null,position:{},additional:null,attribute:!1,nonTerminated:!0},C_=9,D_=10,S_=12,P_=32,Cg=38,iA=59,aA=60,lA=61,cA=35,uA=88,pA=120,dA=65533,hA="named",fA="hexadecimal",_A="decimal",mA={};mA[fA]=16;mA[_A]=10;var gA={};gA[hA]=kh;gA[_A]=rd;gA[fA]=yh;var AA=1,yA=2,bA=3,vA=4,EA=5,wA=6,CA=7,xA={};xA[AA]="Named character references must be terminated by a semicolon";xA[yA]="Numeric character references must be terminated by a semicolon";xA[bA]="Named character references cannot be empty";xA[vA]="Numeric character references cannot be empty";xA[EA]="Named character references must be known";xA[wA]="Numeric character references cannot be disallowed";xA[CA]="Numeric character references cannot be outside the permissible Unicode range";function Tx(ml,Al){var Rl={},zl,rd;Al||(Al={});for(rd in u_)zl=Al[rd],Rl[rd]=zl??u_[rd];return(Rl.position.indent||Rl.position.start)&&(Rl.indent=Rl.position.indent||[],Rl.position=Rl.position.start),Sx(ml,Rl)}function Sx(ml,Al){var rd=Al.additional,yh=Al.nonTerminated,u_=Al.text,eA=Al.reference,tA=Al.warning,rA=Al.textContext,nA=Al.referenceContext,sA=Al.warningContext,oA=Al.position,DA=Al.indent||[],SA=ml.length,kA=0,TA=-1,IA=oA.column||1,BA=oA.line||1,FA="",PA=[],RA,NA,OA,QA,LA,MA,jA,UA,GA,qA,$A,JA,HA,VA,WA,zA,YA,KA,XA;for(typeof rd=="string"&&(rd=rd.charCodeAt(0)),zA=ie(),UA=tA?F:r_,kA--,SA++;++kA65535&&(MA-=65536,qA+=t_(MA>>>10|55296),MA=56320|MA&1023),MA=qA+t_(MA))):VA!==hA&&UA(vA,KA)),MA?(ee(),zA=ie(),kA=XA-1,IA+=XA-HA+1,PA.push(MA),YA=ie(),YA.offset++,eA&&eA.call(nA,MA,{start:zA,end:YA},ml.slice(HA-1,XA)),zA=YA):(QA=ml.slice(HA-1,XA),FA+=QA,IA+=QA.length,kA=XA-1)}else LA===10&&(BA++,TA++,IA=0),LA===LA?(FA+=t_(LA),IA++):ee();return PA.join("");function ie(){return{line:BA,column:IA,offset:kA+(oA.offset||0)}}function F(ml,Al){var Rl=ie();Rl.column+=Al,Rl.offset+=Al,tA.call(sA,xA[ml],Rl,ml)}function ee(){FA&&(PA.push(FA),u_&&u_.call(rA,FA,{start:zA,end:ie()}),FA="")}}function Lx(ml){return ml>=55296&&ml<=57343||ml>1114111}function Ix(ml){return ml>=1&&ml<=8||ml===11||ml>=13&&ml<=31||ml>=127&&ml<=159||ml>=64976&&ml<=65007||(ml&65535)===65535||(ml&65535)===65534}});var cA=q((ml,Al)=>{"use strict";var Rl=u_(),zl=lA();Al.exports=Bx;function Bx(ml){return r.raw=n,r;function t(Al){for(var Rl=ml.offset,zl=Al.line,rd=[];++zl&&zl in Rl;)rd.push((Rl[zl]||0)+1);return{start:Al,indent:rd}}function r(Al,Rl,rd){zl(Al,{position:t(Rl),warning:i,text:rd,reference:rd,textContext:ml,referenceContext:ml})}function n(ml,Al,rd){return zl(ml,Rl(rd,{position:t(Al),warning:i}))}function i(Al,Rl,zl){zl!==3&&ml.file.message(Al,Rl)}}});var uA=q((ml,Al)=>{"use strict";Al.exports=_x;function _x(ml){return t;function t(Al,Rl){var zl=this,rd=zl.offset,yh=[],kh=zl[ml+"Methods"],Qh=zl[ml+"Tokenizers"],cf=Rl.line,t_=Rl.column,r_,u_,C_,D_,S_,P_;if(!Al)return yh;for(L.now=w,L.file=zl.file,k("");Al;){for(r_=-1,u_=kh.length,S_=!1;++r_{"use strict";Al.exports=on;var Rl=["\\","`","*","{","}","[","]","(",")","#","+","-",".","!","_",">"],zl=Rl.concat(["~","|"]),rd=zl.concat([`\n`,'"',"$","%","&","'",",","/",":",";","<","=","?","@","^"]);on.default=Rl;on.gfm=zl;on.commonmark=rd;function on(ml){var Al=ml||{};return Al.commonmark?rd:Al.gfm?zl:Rl}});var dA=q((ml,Al)=>{"use strict";Al.exports=["address","article","aside","base","basefont","blockquote","body","caption","center","col","colgroup","dd","details","dialog","dir","div","dl","dt","fieldset","figcaption","figure","footer","form","frame","frameset","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","iframe","legend","li","link","main","menu","menuitem","meta","nav","noframes","ol","optgroup","option","p","param","pre","section","source","title","summary","table","tbody","td","tfoot","th","thead","title","tr","track","ul"]});var hA=q((ml,Al)=>{"use strict";Al.exports={position:!0,gfm:!0,commonmark:!1,pedantic:!1,blocks:dA()}});var fA=q((ml,Al)=>{"use strict";var Rl=u_(),zl=pA(),rd=hA();Al.exports=zx;function zx(ml){var Al=this,yh=Al.options,kh,Qh;if(ml==null)ml={};else if(typeof ml=="object")ml=Rl(ml);else throw new Error("Invalid value `"+ml+"` for setting `options`");for(kh in rd){if(Qh=ml[kh],Qh==null&&(Qh=yh[kh]),kh!=="blocks"&&typeof Qh!="boolean"||kh==="blocks"&&typeof Qh!="object")throw new Error("Invalid value `"+Qh+"` for setting `options."+kh+"`");ml[kh]=Qh}return Al.options=ml,Al.escape=zl(ml),Al}});var _A=q((ml,Al)=>{"use strict";Al.exports=Ps;function Ps(ml){if(ml==null)return Gx;if(typeof ml=="string")return Vx(ml);if(typeof ml=="object")return"length"in ml?Hx(ml):Ux(ml);if(typeof ml=="function")return ml;throw new Error("Expected function, string, or object as test")}function Ux(ml){return t;function t(Al){var Rl;for(Rl in ml)if(Al[Rl]!==ml[Rl])return!1;return!0}}function Hx(ml){for(var Al=[],Rl=-1;++Rl{Al.exports=jx;function jx(ml){return ml}});var gA=q((ml,Al)=>{"use strict";Al.exports=sn;var Rl=_A(),zl=mA(),rd=!0,yh="skip",kh=!1;sn.CONTINUE=rd;sn.SKIP=yh;sn.EXIT=kh;function sn(ml,Al,rd,Qh){var cf,t_;typeof Al=="function"&&typeof rd!="function"&&(Qh=rd,rd=Al,Al=null),t_=Rl(Al),cf=Qh?-1:1,a(ml,null,[])();function a(ml,Rl,r_){var u_=typeof ml=="object"&&ml!==null?ml:{},C_;return typeof u_.type=="string"&&(C_=typeof u_.tagName=="string"?u_.tagName:typeof u_.name=="string"?u_.name:void 0,p.displayName="node ("+zl(u_.type+(C_?"<"+C_+">":""))+")"),p;function p(){var zl=r_.concat(ml),u_=[],C_,D_;if((!Al||t_(ml,Rl,r_[r_.length-1]||null))&&(u_=$x(rd(ml,r_)),u_[0]===kh))return u_;if(ml.children&&u_[0]!==yh)for(D_=(Qh?ml.children.length:-1)+cf;D_>-1&&D_{"use strict";Al.exports=cn;var Rl=gA(),zl=Rl.CONTINUE,rd=Rl.SKIP,yh=Rl.EXIT;cn.CONTINUE=zl;cn.SKIP=rd;cn.EXIT=yh;function cn(ml,Al,zl,rd){typeof Al=="function"&&typeof zl!="function"&&(rd=zl,zl=Al,Al=null),Rl(ml,Al,i,rd);function i(ml,Al){var Rl=Al[Al.length-1],rd=Rl?Rl.children.indexOf(ml):null;return zl(ml,rd,Rl)}}});var yA=q((ml,Al)=>{"use strict";var Rl=AA();Al.exports=Zx;function Zx(ml,Al){return Rl(ml,Al?e1:t1),ml}function e1(ml){delete ml.position}function t1(ml){ml.position=void 0}});var bA=q((ml,Al)=>{"use strict";var Rl=u_(),zl=yA();Al.exports=a1;var rd=`\n`,yh=/\r\n|\r/g;function a1(){var ml=this,Al=String(ml.file),kh={line:1,column:1,offset:0},Qh=Rl(kh),cf;return Al=Al.replace(yh,rd),Al.charCodeAt(0)===65279&&(Al=Al.slice(1),Qh.column++,Qh.offset++),cf={type:"root",children:ml.tokenizeBlock(Al,Qh),position:{start:kh,end:ml.eof||Rl(kh)}},ml.options.position||zl(cf,!0),cf}});var vA=q((ml,Al)=>{"use strict";var Rl=/^[ \t]*(\n|$)/;Al.exports=o1;function o1(ml,Al,zl){for(var rd,yh="",kh=0,Qh=Al.length;kh{"use strict";var Rl="",zl;Al.exports=s1;function s1(ml,Al){if(typeof ml!="string")throw new TypeError("expected a string");if(Al===1)return ml;if(Al===2)return ml+ml;var rd=ml.length*Al;if(zl!==ml||typeof zl>"u")zl=ml,Rl="";else if(Rl.length>=rd)return Rl.substr(0,rd);for(;rd>Rl.length&&Al>1;)Al&1&&(Rl+=ml),Al>>=1,ml+=ml;return Rl+=ml,Rl=Rl.substr(0,rd),Rl}});var wA=q((ml,Al)=>{"use strict";Al.exports=l1;function l1(ml){return String(ml).replace(/\n+$/,"")}});var CA=q((ml,Al)=>{"use strict";var Rl=EA(),zl=wA();Al.exports=m1;var rd=`\n`,yh="\t",kh=" ",Qh=4,cf=Rl(kh,Qh);function m1(ml,Al,Rl){for(var Qh=-1,t_=Al.length,r_="",u_="",C_="",D_="",S_,P_,Cg;++Qh{"use strict";Al.exports=x1;var Rl=`\n`,zl="\t",rd=" ",yh="~",kh="`",Qh=3,cf=4;function x1(ml,Al,t_){var r_=this,u_=r_.options.gfm,C_=Al.length+1,D_=0,S_="",P_,Cg,eA,tA,rA,nA,iA,sA,aA,oA,lA,cA,uA;if(u_){for(;D_=cf)){for(iA="";D_{ml=Al.exports=k1;function k1(Al){return Al.trim?Al.trim():ml.right(ml.left(Al))}ml.left=function(ml){return ml.trimLeft?ml.trimLeft():ml.replace(/^\s\s*/,"")};ml.right=function(ml){if(ml.trimRight)return ml.trimRight();for(var Al=/\s/,Rl=ml.length;Al.test(ml.charAt(--Rl)););return ml.slice(0,Rl+1)}});var SA=q((ml,Al)=>{"use strict";Al.exports=F1;function F1(ml,Al,Rl,zl){for(var rd=ml.length,yh=-1,kh,Qh;++yh{"use strict";var Rl=DA(),zl=SA();Al.exports=w1;var rd=`\n`,yh="\t",kh=" ",Qh=">";function w1(ml,Al,cf){for(var t_=this,r_=t_.offset,u_=t_.blockTokenizers,C_=t_.interruptBlockquote,D_=ml.now(),S_=D_.line,P_=Al.length,Cg=[],eA=[],tA=[],rA,nA=0,iA,sA,aA,oA,lA,cA,uA,pA;nA{"use strict";Al.exports=y1;var Rl=`\n`,zl="\t",rd=" ",yh="#",kh=6;function y1(ml,Al,Qh){for(var cf=this,t_=cf.options.pedantic,r_=Al.length+1,u_=-1,C_=ml.now(),D_="",S_="",P_,Cg,eA;++u_kh)&&!(!eA||!t_&&Al.charAt(u_+1)===yh)){for(r_=Al.length+1,Cg="";++u_{"use strict";Al.exports=q1;var Rl="\t",zl=`\n`,rd=" ",yh="*",kh="-",Qh="_",cf=3;function q1(ml,Al,t_){for(var r_=-1,u_=Al.length+1,C_="",D_,S_,P_,Cg;++r_=cf&&(!D_||D_===zl)?(C_+=Cg,t_?!0:ml(C_)({type:"thematicBreak"})):void 0}});var BA=q((ml,Al)=>{"use strict";Al.exports=O1;var Rl="\t",zl=" ",rd=1,yh=4;function O1(ml){for(var Al=0,kh=0,Qh=ml.charAt(Al),cf={},t_,r_=0;Qh===Rl||Qh===zl;){for(t_=Qh===Rl?yh:rd,kh+=t_,t_>1&&(kh=Math.floor(kh/t_)*t_);r_{"use strict";var Rl=DA(),zl=EA(),rd=BA();Al.exports=H1;var yh=`\n`,kh=" ",Qh="!";function H1(ml,Al){var cf=ml.split(yh),t_=cf.length+1,r_=1/0,u_=[],C_,D_,S_;for(cf.unshift(zl(kh,Al)+Qh);t_--;)if(D_=rd(cf[t_]),u_[t_]=D_.stops,Rl(cf[t_]).length!==0)if(D_.indent)D_.indent>0&&D_.indent{"use strict";var Rl=DA(),zl=EA(),rd=rA(),yh=BA(),kh=FA(),Qh=SA();Al.exports=tk;var cf="*",t_="_",r_="+",u_="-",C_=".",D_=" ",S_=`\n`,P_="\t",Cg=")",eA="x",tA=4,nA=/\n\n(?!\s*$)/,iA=/^\[([ X\tx])][ \t]/,sA=/^([ \t]*)([*+-]|\d+[.)])( {1,4}(?! )| |\t|$|(?=\n))([^\n]*)/,aA=/^([ \t]*)([*+-]|\d+[.)])([ \t]+)/,oA=/^( {1,4}|\t)?/gm;function tk(ml,Al,zl){for(var yh=this,kh=yh.options.commonmark,eA=yh.options.pedantic,rA=yh.blockTokenizers,nA=yh.interruptList,iA=0,sA=Al.length,aA=null,oA,lA,cA,uA,pA,dA,hA,fA,_A,mA,gA,AA,yA,bA,vA,EA,wA,CA,xA,DA=!1,SA,kA,TA,IA;iA=wA.indent&&(IA=!0),uA=Al.charAt(iA),_A=null,!IA){if(uA===cf||uA===r_||uA===u_)_A=uA,iA++,oA++;else{for(lA="";iA=wA.indent||oA>tA),fA=!1,iA=hA;if(gA=Al.slice(hA,dA),mA=hA===iA?gA:Al.slice(iA,dA),(_A===cf||_A===t_||_A===u_)&&rA.thematicBreak.call(yh,ml,gA,!0))break;if(AA=yA,yA=!fA&&!Rl(mA).length,IA&&wA)wA.value=wA.value.concat(EA,gA),vA=vA.concat(EA,gA),EA=[];else if(fA)EA.length!==0&&(DA=!0,wA.value.push(""),wA.trail=EA.concat()),wA={value:[gA],indent:oA,trail:[]},bA.push(wA),vA=vA.concat(EA,gA),EA=[];else if(yA){if(AA&&!kh)break;EA.push(gA)}else{if(AA||Qh(nA,rA,yh,[ml,gA,!0]))break;wA.value=wA.value.concat(EA,gA),vA=vA.concat(EA,gA),EA=[]}iA=dA+1}for(SA=ml(vA.join(S_)).reset({type:"list",ordered:cA,start:aA,spread:DA,children:[]}),CA=yh.enterList(),xA=yh.enterBlock(),iA=-1,sA=bA.length;++iA{"use strict";Al.exports=ck;var Rl=`\n`,zl="\t",rd=" ",yh="=",kh="-",Qh=3,cf=1,t_=2;function ck(ml,Al,r_){for(var u_=this,C_=ml.now(),D_=Al.length,S_=-1,P_="",Cg,eA,tA,rA,nA;++S_=Qh){S_--;break}P_+=tA}for(Cg="",eA="";++S_{"use strict";var Al="[a-zA-Z_:][a-zA-Z0-9:._-]*",Rl="[^\"'=<>`\\u0000-\\u0020]+",zl="'[^']*'",rd='"[^"]*"',yh="(?:"+Rl+"|"+zl+"|"+rd+")",kh="(?:\\s+"+Al+"(?:\\s*=\\s*"+yh+")?)",Qh="<[A-Za-z][A-Za-z0-9\\-]*"+kh+"*\\s*\\/?>",cf="<\\/[A-Za-z][A-Za-z0-9\\-]*\\s*>",t_="\x3c!----\x3e|\x3c!--(?:-?[^>-])(?:-?[^-])*--\x3e",r_="<[?].*?[?]>",u_="]*>",C_="";ml.openCloseTag=new RegExp("^(?:"+Qh+"|"+cf+")");ml.tag=new RegExp("^(?:"+Qh+"|"+cf+"|"+t_+"|"+r_+"|"+u_+"|"+C_+")")});var OA=q((ml,Al)=>{"use strict";var Rl=NA().openCloseTag;Al.exports=Ok;var zl="\t",rd=" ",yh=`\n`,kh="<",Qh=/^<(script|pre|style)(?=(\s|>|$))/i,cf=/<\/(script|pre|style)>/i,t_=/^/,u_=/^<\?/,C_=/\?>/,D_=/^/,P_=/^/,eA=/^$/,tA=new RegExp(Rl.source+"\\s*$");function Ok(ml,Al,Rl){for(var rA=this,nA=rA.options.blocks.join("|"),iA=new RegExp("^|$))","i"),sA=Al.length,aA=0,oA,lA,cA,uA,pA,dA,hA,fA=[[Qh,cf,!0],[t_,r_,!0],[u_,C_,!0],[D_,S_,!0],[P_,Cg,!0],[iA,eA,!0],[tA,eA,!1]];aA{"use strict";Al.exports=Mk;var Rl=String.fromCharCode,zl=/\s/;function Mk(ml){return zl.test(typeof ml=="number"?Rl(ml):ml.charAt(0))}});var LA=q((ml,Al)=>{"use strict";Al.exports=zk;function zk(ml){return String(ml).replace(/\s+/g," ")}});var MA=q((ml,Al)=>{"use strict";var Rl=LA();Al.exports=Hk;function Hk(ml){return Rl(ml).toLowerCase()}});var jA=q((ml,Al)=>{"use strict";var Rl=QA(),zl=MA();Al.exports=$k;var rd='"',yh="'",kh="\\",Qh=`\n`,cf="\t",t_=" ",r_="[",u_="]",C_="(",D_=")",S_=":",P_="<",Cg=">";function $k(ml,Al,Rl){for(var Cg=this,eA=Cg.options.commonmark,tA=0,rA=Al.length,nA="",iA,sA,aA,oA,lA,cA,uA,pA;tA{"use strict";var Rl=QA();Al.exports=u0;var zl="\t",rd=`\n`,yh=" ",kh="-",Qh=":",cf="\\",t_="|",r_=1,u_=2,C_="left",D_="center",S_="right";function u0(ml,Al,P_){var Cg=this,eA,tA,rA,nA,iA,sA,aA,oA,lA,cA,uA,pA,dA,hA,fA,_A,mA,gA,AA,yA,bA,vA;if(Cg.options.gfm){for(eA=0,_A=0,sA=Al.length+1,aA=[];eAyA){if(_A1&&(lA?(nA+=oA.slice(0,-1),oA=oA.charAt(oA.length-1)):(nA+=oA,oA="")),hA=ml.now(),ml(nA)({type:"tableCell",children:Cg.tokenizeInline(pA,hA)},iA)),ml(oA+lA),oA="",pA=""):(oA&&(pA+=oA,oA=""),pA+=lA,lA===cf&&eA!==sA-2&&(pA+=mA.charAt(eA+1),eA++)),dA=!1,eA++}fA||ml(rd+tA)}return AA}}}});var GA=q((ml,Al)=>{"use strict";var Rl=DA(),zl=wA(),rd=SA();Al.exports=p0;var yh="\t",kh=`\n`,Qh=" ",cf=4;function p0(ml,Al,t_){for(var r_=this,u_=r_.options,C_=u_.commonmark,D_=r_.blockTokenizers,S_=r_.interruptParagraph,P_=Al.indexOf(kh),Cg=Al.length,eA,tA,rA,nA,iA;P_=cf&&rA!==kh){P_=Al.indexOf(kh,P_+1);continue}}if(tA=Al.slice(P_+1),rd(S_,D_,r_,[ml,tA,!0]))break;if(eA=P_,P_=Al.indexOf(kh,P_+1),P_!==-1&&Rl(Al.slice(eA,P_))===""){P_=eA;break}}return tA=Al.slice(0,P_),t_?!0:(iA=ml.now(),tA=zl(tA),ml(tA)({type:"paragraph",children:r_.tokenizeInline(tA,iA)}))}});var qA=q((ml,Al)=>{"use strict";Al.exports=h0;function h0(ml,Al){return ml.indexOf("\\",Al)}});var $A=q((ml,Al)=>{"use strict";var Rl=qA();Al.exports=ac;ac.locator=Rl;var zl=`\n`,rd="\\";function ac(ml,Al,Rl){var yh=this,kh,Qh;if(Al.charAt(0)===rd&&(kh=Al.charAt(1),yh.escape.indexOf(kh)!==-1))return Rl?!0:(kh===zl?Qh={type:"break"}:Qh={type:"text",value:kh},ml(rd+kh)(Qh))}});var JA=q((ml,Al)=>{"use strict";Al.exports=d0;function d0(ml,Al){return ml.indexOf("<",Al)}});var HA=q((ml,Al)=>{"use strict";var Rl=QA(),zl=lA(),rd=JA();Al.exports=da;da.locator=rd;da.notInLink=!0;var yh="<",kh=">",Qh="@",cf="/",t_="mailto:",r_=t_.length;function da(ml,Al,rd){var u_=this,C_="",D_=Al.length,S_=0,P_="",Cg=!1,eA="",tA,rA,nA,iA,sA;if(Al.charAt(0)===yh){for(S_++,C_=yh;S_{"use strict";Al.exports=k0;function k0(ml,Al){var Rl=String(ml),zl=0,rd;if(typeof Al!="string")throw new Error("Expected character");for(rd=Rl.indexOf(Al);rd!==-1;)zl++,rd=Rl.indexOf(Al,rd+Al.length);return zl}});var WA=q((ml,Al)=>{"use strict";Al.exports=F0;var Rl=["www.","http://","https://"];function F0(ml,Al){var zl=-1,rd,yh,kh;if(!this.options.gfm)return zl;for(yh=Rl.length,rd=-1;++rd{"use strict";var Rl=VA(),zl=lA(),rd=rA(),yh=iA(),kh=QA(),Qh=WA();Al.exports=ka;ka.locator=Qh;ka.notInLink=!0;var cf=33,t_=38,r_=41,u_=42,C_=44,D_=45,S_=46,P_=58,Cg=59,eA=63,tA=60,nA=95,sA=126,aA="(",oA=")";function ka(ml,Al,Qh){var rA=this,iA=rA.options.gfm,lA=rA.inlineTokenizers,cA=Al.length,uA=-1,pA=!1,dA,hA,fA,_A,mA,gA,AA,yA,bA,vA,EA,wA,CA,xA;if(iA){if(Al.slice(0,4)==="www.")pA=!0,_A=4;else if(Al.slice(0,7).toLowerCase()==="http://")_A=7;else if(Al.slice(0,8).toLowerCase()==="https://")_A=8;else return;for(uA=_A-1,fA=_A,dA=[];_AbA;)_A=mA+gA.lastIndexOf(oA),gA=Al.slice(mA,_A),vA--;if(Al.charCodeAt(_A-1)===Cg&&(_A--,yh(Al.charCodeAt(_A-1)))){for(yA=_A-2;yh(Al.charCodeAt(yA));)yA--;Al.charCodeAt(yA)===t_&&(_A=yA)}return EA=Al.slice(0,_A),CA=zl(EA,{nonTerminated:!1}),pA&&(CA="http://"+CA),xA=rA.enterLink(),rA.inlineTokenizers={text:lA.text},wA=rA.tokenizeInline(EA,ml.now()),rA.inlineTokenizers=lA,xA(),ml(EA)({type:"link",title:null,url:CA,children:wA})}}}});var YA=q((ml,Al)=>{"use strict";var Rl=rA(),zl=iA(),rd=43,yh=45,kh=46,Qh=95;Al.exports=yc;function yc(ml,Al){var Rl=this,zl,rd;if(!this.options.gfm||(zl=ml.indexOf("@",Al),zl===-1))return-1;if(rd=zl,rd===Al||!Cc(ml.charCodeAt(rd-1)))return yc.call(Rl,ml,zl+1);for(;rd>Al&&Cc(ml.charCodeAt(rd-1));)rd--;return rd}function Cc(ml){return Rl(ml)||zl(ml)||ml===rd||ml===yh||ml===kh||ml===Qh}});var KA=q((ml,Al)=>{"use strict";var Rl=lA(),zl=rA(),rd=iA(),yh=YA();Al.exports=Ea;Ea.locator=yh;Ea.notInLink=!0;var kh=43,Qh=45,cf=46,t_=64,r_=95;function Ea(ml,Al,yh){var u_=this,C_=u_.options.gfm,D_=u_.inlineTokenizers,S_=0,P_=Al.length,Cg=-1,eA,tA,rA,nA;if(C_){for(eA=Al.charCodeAt(S_);zl(eA)||rd(eA)||eA===kh||eA===Qh||eA===cf||eA===r_;)eA=Al.charCodeAt(++S_);if(S_!==0&&eA===t_){for(S_++;S_{"use strict";var Rl=iA(),zl=JA(),rd=NA().tag;Al.exports=qc;qc.locator=zl;var yh="<",kh="?",Qh="!",cf="/",t_=/^/i;function qc(ml,Al,zl){var u_=this,C_=Al.length,D_,S_;if(!(Al.charAt(0)!==yh||C_<3)&&(D_=Al.charAt(1),!(!Rl(D_)&&D_!==kh&&D_!==Qh&&D_!==cf)&&(S_=Al.match(rd),!!S_)))return zl?!0:(S_=S_[0],!u_.inLink&&t_.test(S_)?u_.inLink=!0:u_.inLink&&r_.test(S_)&&(u_.inLink=!1),ml(S_)({type:"html",value:S_}))}});var ZA=q((ml,Al)=>{"use strict";Al.exports=rF;function rF(ml,Al){var Rl=ml.indexOf("[",Al),zl=ml.indexOf("![",Al);return zl===-1||Rl{"use strict";var Rl=QA(),zl=ZA();Al.exports=zc;zc.locator=zl;var rd=`\n`,yh="!",kh='"',Qh="'",cf="(",t_=")",r_="<",u_=">",C_="[",D_="\\",S_="]",P_="`";function zc(ml,Al,zl){var Cg=this,eA="",tA=0,rA=Al.charAt(0),nA=Cg.options.pedantic,iA=Cg.options.commonmark,sA=Cg.options.gfm,aA,oA,lA,cA,uA,pA,dA,hA,fA,_A,mA,gA,AA,yA,bA,vA,EA,wA;if(rA===yh&&(hA=!0,eA=rA,rA=Al.charAt(++tA)),rA===C_&&!(!hA&&Cg.inLink)){for(eA+=rA,yA="",tA++,mA=Al.length,vA=ml.now(),AA=0,vA.column+=tA,vA.offset+=tA;tA=lA&&(lA=0):lA=oA}else if(rA===D_)tA++,pA+=Al.charAt(tA);else if((!lA||sA)&&rA===C_)AA++;else if((!lA||sA)&&rA===S_)if(AA)AA--;else{if(Al.charAt(tA+1)!==cf)return;pA+=cf,aA=!0,tA++;break}yA+=pA,pA="",tA++}if(aA){for(fA=yA,eA+=yA+pA,tA++;tA{"use strict";var Rl=QA(),zl=ZA(),rd=MA();Al.exports=Vc;Vc.locator=zl;var yh="link",kh="image",Qh="shortcut",cf="collapsed",t_="full",r_="!",u_="[",C_="\\",D_="]";function Vc(ml,Al,zl){var S_=this,P_=S_.options.commonmark,Cg=Al.charAt(0),eA=0,tA=Al.length,rA="",nA="",iA=yh,sA=Qh,aA,oA,lA,cA,uA,pA,dA,hA;if(Cg===r_&&(iA=kh,nA=Cg,Cg=Al.charAt(++eA)),Cg===u_){for(eA++,nA+=Cg,pA="",hA=0;eA{"use strict";Al.exports=mF;function mF(ml,Al){var Rl=ml.indexOf("**",Al),zl=ml.indexOf("__",Al);return zl===-1?Rl:Rl===-1||zl{"use strict";var Rl=DA(),zl=QA(),rd=vy();Al.exports=Kc;Kc.locator=rd;var yh="\\",kh="*",Qh="_";function Kc(ml,Al,rd){var cf=this,t_=0,r_=Al.charAt(t_),u_,C_,D_,S_,P_,Cg,eA;if(!(r_!==kh&&r_!==Qh||Al.charAt(++t_)!==r_)&&(C_=cf.options.pedantic,D_=r_,P_=D_+D_,Cg=Al.length,t_++,S_="",r_="",!(C_&&zl(Al.charAt(t_)))))for(;t_{"use strict";Al.exports=EF;var Rl=String.fromCharCode,zl=/\w/;function EF(ml){return zl.test(typeof ml=="number"?Rl(ml):ml.charAt(0))}});var Qy=q((ml,Al)=>{"use strict";Al.exports=wF;function wF(ml,Al){var Rl=ml.indexOf("*",Al),zl=ml.indexOf("_",Al);return zl===-1?Rl:Rl===-1||zl{"use strict";var Rl=DA(),zl=Ty(),rd=QA(),yh=Qy();Al.exports=af;af.locator=yh;var kh="*",Qh="_",cf="\\";function af(ml,Al,yh){var t_=this,r_=0,u_=Al.charAt(r_),C_,D_,S_,P_,Cg,eA,tA;if(!(u_!==kh&&u_!==Qh)&&(D_=t_.options.pedantic,Cg=u_,S_=u_,eA=Al.length,r_++,P_="",u_="",!(D_&&rd(Al.charAt(r_)))))for(;r_{"use strict";Al.exports=SF;function SF(ml,Al){return ml.indexOf("~~",Al)}});var Lb=q((ml,Al)=>{"use strict";var Rl=QA(),zl=Qb();Al.exports=pf;pf.locator=zl;var rd="~",yh="~~";function pf(ml,Al,zl){var kh=this,Qh="",cf="",t_="",r_="",u_,C_,D_;if(!(!kh.options.gfm||Al.charAt(0)!==rd||Al.charAt(1)!==rd||Rl(Al.charAt(2))))for(u_=1,C_=Al.length,D_=ml.now(),D_.column+=2,D_.offset+=2;++u_{"use strict";Al.exports=IF;function IF(ml,Al){return ml.indexOf("`",Al)}});var jb=q((ml,Al)=>{"use strict";var Rl=Mb();Al.exports=gf;gf.locator=Rl;var zl=10,rd=32,yh=96;function gf(ml,Al,Rl){for(var kh=Al.length,Qh=0,cf,t_,r_,u_,C_,D_;Qh2&&(u_===rd||u_===zl)&&(C_===rd||C_===zl)){for(Qh++,kh--;Qh{"use strict";Al.exports=BF;function BF(ml,Al){for(var Rl=ml.indexOf(`\n`,Al);Rl>Al&&ml.charAt(Rl-1)===" ";)Rl--;return Rl}});var Vb=q((ml,Al)=>{"use strict";var Rl=Gb();Al.exports=Ef;Ef.locator=Rl;var zl=" ",rd=`\n`,yh=2;function Ef(ml,Al,Rl){for(var kh=Al.length,Qh=-1,cf="",t_;++Qh{"use strict";Al.exports=RF;function RF(ml,Al,Rl){var zl=this,rd,yh,kh,Qh,cf,t_,r_,u_,C_,D_;if(Rl)return!0;for(rd=zl.inlineMethods,Qh=rd.length,yh=zl.inlineTokenizers,kh=-1,C_=Al.length;++kh{"use strict";var Rl=u_(),zl=S_(),rd=P_(),yh=Cg(),kh=cA(),Qh=uA();Al.exports=Af;function Af(ml,Al){this.file=Al,this.offset={},this.options=Rl(this.options),this.setOptions({}),this.inList=!1,this.inBlock=!1,this.inLink=!1,this.atStart=!0,this.toOffset=rd(Al).toOffset,this.unescape=yh(this,"escape"),this.decode=kh(this)}var cf=Af.prototype;cf.setOptions=fA();cf.parse=bA();cf.options=hA();cf.exitStart=zl("atStart",!0);cf.enterList=zl("inList",!1);cf.enterLink=zl("inLink",!1);cf.enterBlock=zl("inBlock",!1);cf.interruptParagraph=[["thematicBreak"],["list"],["atxHeading"],["fencedCode"],["blockquote"],["html"],["setextHeading",{commonmark:!1}],["definition",{commonmark:!1}]];cf.interruptList=[["atxHeading",{pedantic:!1}],["fencedCode",{pedantic:!1}],["thematicBreak",{pedantic:!1}],["definition",{commonmark:!1}]];cf.interruptBlockquote=[["indentedCode",{commonmark:!0}],["fencedCode",{commonmark:!0}],["atxHeading",{commonmark:!0}],["setextHeading",{commonmark:!0}],["thematicBreak",{commonmark:!0}],["html",{commonmark:!0}],["list",{commonmark:!0}],["definition",{commonmark:!1}]];cf.blockTokenizers={blankLine:vA(),indentedCode:CA(),fencedCode:xA(),blockquote:kA(),atxHeading:TA(),thematicBreak:IA(),list:PA(),setextHeading:RA(),html:OA(),definition:jA(),table:UA(),paragraph:GA()};cf.inlineTokenizers={escape:$A(),autoLink:HA(),url:zA(),email:KA(),html:XA(),link:dy(),reference:my(),strong:xy(),emphasis:Ky(),deletion:Lb(),code:jb(),break:Vb(),text:Yb()};cf.blockMethods=Tf(cf.blockTokenizers);cf.inlineMethods=Tf(cf.inlineTokenizers);cf.tokenizeBlock=Qh("block");cf.tokenizeInline=Qh("inline");cf.tokenizeFactory=Qh;function Tf(ml){var Al=[],Rl;for(Rl in ml)Al.push(Rl);return Al}});var Xv=q((ml,Al)=>{"use strict";var Rl=D_(),zl=u_(),rd=Fv();Al.exports=qf;qf.Parser=rd;function qf(ml){var Al=this.data("settings"),yh=Rl(rd);yh.prototype.options=zl(yh.prototype.options,Al,ml),this.Parser=yh}});var tE=q((ml,Al)=>{"use strict";Al.exports=jF;function jF(ml){if(ml)throw ml}});var rE=q((ml,Al)=>{Al.exports=function(ml){return ml!=null&&ml.constructor!=null&&typeof ml.constructor.isBuffer=="function"&&ml.constructor.isBuffer(ml)}});var iE=q((ml,Al)=>{"use strict";var Rl=Object.prototype.hasOwnProperty,zl=Object.prototype.toString,rd=Object.defineProperty,yh=Object.getOwnPropertyDescriptor,zf=function(ml){return typeof Array.isArray=="function"?Array.isArray(ml):zl.call(ml)==="[object Array]"},Uf=function(ml){if(!ml||zl.call(ml)!=="[object Object]")return!1;var Al=Rl.call(ml,"constructor"),rd=ml.constructor&&ml.constructor.prototype&&Rl.call(ml.constructor.prototype,"isPrototypeOf");if(ml.constructor&&!Al&&!rd)return!1;var yh;for(yh in ml);return typeof yh>"u"||Rl.call(ml,yh)},Hf=function(ml,Al){rd&&Al.name==="__proto__"?rd(ml,Al.name,{enumerable:!0,configurable:!0,value:Al.newValue,writable:!0}):ml[Al.name]=Al.newValue},Vf=function(ml,Al){if(Al==="__proto__")if(Rl.call(ml,Al)){if(yh)return yh(ml,Al).value}else return;return ml[Al]};Al.exports=function e(){var ml,Al,Rl,zl,rd,yh,kh=arguments[0],Qh=1,cf=arguments.length,t_=!1;for(typeof kh=="boolean"&&(t_=kh,kh=arguments[1]||{},Qh=2),(kh==null||typeof kh!="object"&&typeof kh!="function")&&(kh={});Qh{"use strict";Al.exports=ml=>{if(Object.prototype.toString.call(ml)!=="[object Object]")return!1;let Al=Object.getPrototypeOf(ml);return Al===null||Al===Object.prototype}});var pE=q((ml,Al)=>{"use strict";var Rl=[].slice;Al.exports=YF;function YF(ml,Al){var zl;return n;function n(){var Al=Rl.call(arguments,0),rd=ml.length>Al.length,yh;rd&&Al.push(i);try{yh=ml.apply(null,Al)}catch(ml){if(rd&&zl)throw ml;return i(ml)}rd||(yh&&typeof yh.then=="function"?yh.then(u,i):yh instanceof Error?i(yh):u(yh))}function i(){zl||(zl=!0,Al.apply(null,arguments))}function u(ml){i(null,ml)}}});var dE=q((ml,Al)=>{"use strict";var Rl=pE();Al.exports=Zf;Zf.wrap=Rl;var zl=[].slice;function Zf(){var ml=[],Al={};return Al.run=r,Al.use=n,Al;function r(){var Al=-1,rd=zl.call(arguments,0,-1),yh=arguments[arguments.length-1];if(typeof yh!="function")throw new Error("Expected function as last argument, not "+yh);o.apply(null,[null].concat(rd));function o(kh){var Qh=ml[++Al],cf=zl.call(arguments,0),t_=cf.slice(1),r_=rd.length,u_=-1;if(kh){yh(kh);return}for(;++u_{"use strict";var Rl={}.hasOwnProperty;Al.exports=$F;function $F(ml){return!ml||typeof ml!="object"?"":Rl.call(ml,"position")||Rl.call(ml,"type")?rp(ml.position):Rl.call(ml,"start")||Rl.call(ml,"end")?rp(ml):Rl.call(ml,"line")||Rl.call(ml,"column")?Ba(ml):""}function Ba(ml){return(!ml||typeof ml!="object")&&(ml={}),np(ml.line)+":"+np(ml.column)}function rp(ml){return(!ml||typeof ml!="object")&&(ml={}),Ba(ml.start)+"-"+Ba(ml.end)}function np(ml){return ml&&typeof ml=="number"?ml:1}});var bE=q((ml,Al)=>{"use strict";var Rl=gE();Al.exports=_a;function up(){}up.prototype=Error.prototype;_a.prototype=new up;var zl=_a.prototype;zl.file="";zl.name="";zl.reason="";zl.message="";zl.stack="";zl.fatal=null;zl.column=null;zl.line=null;function _a(ml,Al,zl){var rd,yh,kh;typeof Al=="string"&&(zl=Al,Al=null),rd=QF(zl),yh=Rl(Al)||"1:1",kh={start:{line:null,column:null},end:{line:null,column:null}},Al&&Al.position&&(Al=Al.position),Al&&(Al.start?(kh=Al,Al=Al.start):kh.start=Al),ml.stack&&(this.stack=ml.stack,ml=ml.message),this.message=ml,this.name=yh,this.reason=ml,this.line=Al?Al.line:null,this.column=Al?Al.column:null,this.location=kh,this.source=rd[0],this.ruleId=rd[1]}function QF(ml){var Al=[null,null],Rl;return typeof ml=="string"&&(Rl=ml.indexOf(":"),Rl===-1?Al[1]=ml:(Al[0]=ml.slice(0,Rl),Al[1]=ml.slice(Rl+1))),Al}});var vE=q(ml=>{"use strict";ml.basename=JF;ml.dirname=XF;ml.extname=ZF;ml.join=eb;ml.sep="/";function JF(ml,Al){var Rl=0,zl=-1,rd,yh,kh,Qh;if(Al!==void 0&&typeof Al!="string")throw new TypeError('"ext" argument must be a string');if(Er(ml),rd=ml.length,Al===void 0||!Al.length||Al.length>ml.length){for(;rd--;)if(ml.charCodeAt(rd)===47){if(kh){Rl=rd+1;break}}else zl<0&&(kh=!0,zl=rd+1);return zl<0?"":ml.slice(Rl,zl)}if(Al===ml)return"";for(yh=-1,Qh=Al.length-1;rd--;)if(ml.charCodeAt(rd)===47){if(kh){Rl=rd+1;break}}else yh<0&&(kh=!0,yh=rd+1),Qh>-1&&(ml.charCodeAt(rd)===Al.charCodeAt(Qh--)?Qh<0&&(zl=rd):(Qh=-1,zl=yh));return Rl===zl?zl=yh:zl<0&&(zl=ml.length),ml.slice(Rl,zl)}function XF(ml){var Al,Rl,zl;if(Er(ml),!ml.length)return".";for(Al=-1,zl=ml.length;--zl;)if(ml.charCodeAt(zl)===47){if(Rl){Al=zl;break}}else Rl||(Rl=!0);return Al<0?ml.charCodeAt(0)===47?"/":".":Al===1&&ml.charCodeAt(0)===47?"//":ml.slice(0,Al)}function ZF(ml){var Al=-1,Rl=0,zl=-1,rd=0,yh,kh,Qh;for(Er(ml),Qh=ml.length;Qh--;){if(kh=ml.charCodeAt(Qh),kh===47){if(yh){Rl=Qh+1;break}continue}zl<0&&(yh=!0,zl=Qh+1),kh===46?Al<0?Al=Qh:rd!==1&&(rd=1):Al>-1&&(rd=-1)}return Al<0||zl<0||rd===0||rd===1&&Al===zl-1&&Al===Rl+1?"":ml.slice(Al,zl)}function eb(){for(var ml=-1,Al;++ml2){if(cf=Rl.lastIndexOf("/"),cf!==Rl.length-1){cf<0?(Rl="",zl=0):(Rl=Rl.slice(0,cf),zl=Rl.length-1-Rl.lastIndexOf("/")),rd=kh,yh=0;continue}}else if(Rl.length){Rl="",zl=0,rd=kh,yh=0;continue}}Al&&(Rl=Rl.length?Rl+"/..":"..",zl=2)}else Rl.length?Rl+="/"+ml.slice(rd+1,kh):Rl=ml.slice(rd+1,kh),zl=kh-rd-1;rd=kh,yh=0}else Qh===46&&yh>-1?yh++:yh=-1}return Rl}function Er(ml){if(typeof ml!="string")throw new TypeError("Path must be a string. Received "+JSON.stringify(ml))}});var wE=q(ml=>{"use strict";ml.cwd=nb;function nb(){return"/"}});var CE=q((ml,Al)=>{"use strict";var Rl=vE(),zl=wE(),rd=rE();Al.exports=Ye;var yh={}.hasOwnProperty,kh=["history","path","basename","stem","extname","dirname"];Ye.prototype.toString=gb;Object.defineProperty(Ye.prototype,"path",{get:ob,set:sb});Object.defineProperty(Ye.prototype,"dirname",{get:lb,set:cb});Object.defineProperty(Ye.prototype,"basename",{get:fb,set:pb});Object.defineProperty(Ye.prototype,"extname",{get:hb,set:mb});Object.defineProperty(Ye.prototype,"stem",{get:Db,set:db});function Ye(ml){var Al,Rl;if(!ml)ml={};else if(typeof ml=="string"||rd(ml))ml={contents:ml};else if("message"in ml&&"messages"in ml)return ml;if(!(this instanceof Ye))return new Ye(ml);for(this.data={},this.messages=[],this.history=[],this.cwd=zl.cwd(),Rl=-1;++Rl-1)throw new Error("`extname` cannot contain multiple dots")}this.path=Rl.join(this.dirname,this.stem+(ml||""))}function Db(){return typeof this.path=="string"?Rl.basename(this.path,this.extname):void 0}function db(ml){Na(ml,"stem"),Oa(ml,"stem"),this.path=Rl.join(this.dirname||"",ml+(this.extname||""))}function gb(ml){return(this.contents||"").toString(ml)}function Oa(ml,Al){if(ml&&ml.indexOf(Rl.sep)>-1)throw new Error("`"+Al+"` cannot be a path: did not expect `"+Rl.sep+"`")}function Na(ml,Al){if(!ml)throw new Error("`"+Al+"` cannot be empty")}function pp(ml,Al){if(!ml)throw new Error("Setting `"+Al+"` requires `path` to be set too")}});var BE=q((ml,Al)=>{"use strict";var Rl=bE(),zl=CE();Al.exports=zl;zl.prototype.message=kb;zl.prototype.info=bb;zl.prototype.fail=Fb;function kb(ml,Al,zl){var rd=new Rl(ml,Al,zl);return this.path&&(rd.name=this.path+":"+rd.name,rd.file=this.path),rd.fatal=!1,this.messages.push(rd),rd}function Fb(){var ml=this.message.apply(this,arguments);throw ml.fatal=!0,ml}function bb(){var ml=this.message.apply(this,arguments);return ml.fatal=null,ml}});var NE=q((ml,Al)=>{"use strict";Al.exports=BE()});var jE=q((ml,Al)=>{"use strict";var Rl=tE(),zl=rE(),rd=iE(),yh=sE(),kh=dE(),Qh=NE();Al.exports=yp().freeze();var cf=[].slice,t_={}.hasOwnProperty,r_=kh().use(vb).use(Ab).use(Tb);function vb(ml,Al){Al.tree=ml.parse(Al.file)}function Ab(ml,Al,Rl){ml.run(Al.tree,Al.file,n);function n(ml,zl,rd){ml?Rl(ml):(Al.tree=zl,Al.file=rd,Rl())}}function Tb(ml,Al){var Rl=ml.stringify(Al.tree,Al.file);Rl==null||(typeof Rl=="string"||zl(Rl)?("value"in Al.file&&(Al.file.value=Rl),Al.file.contents=Rl):Al.file.result=Rl)}function yp(){var ml=[],Al=kh(),zl={},u_=-1,C_;return u.data=o,u.freeze=a,u.attachers=ml,u.use=s,u.parse=f,u.stringify=m,u.run=c,u.runSync=p,u.process=D,u.processSync=x,u;function u(){for(var Al=yp(),Rl=-1;++RlWE,options:()=>lw,parsers:()=>cw,printers:()=>gk});var WE=[{name:"Markdown",type:"prose",aceMode:"markdown",extensions:[".md",".livemd",".markdown",".mdown",".mdwn",".mkd",".mkdn",".mkdown",".ronn",".scd",".workbook"],filenames:["contents.lr","README"],tmScope:"text.md",aliases:["md","pandoc"],codemirrorMode:"gfm",codemirrorMimeType:"text/x-gfm",wrap:!0,parsers:["markdown"],vscodeLanguageIds:["markdown"],linguistLanguageId:222},{name:"MDX",type:"prose",aceMode:"markdown",extensions:[".mdx"],filenames:[],tmScope:"text.md",aliases:["md","pandoc"],codemirrorMode:"gfm",codemirrorMimeType:"text/x-gfm",wrap:!0,parsers:["mdx"],vscodeLanguageIds:["mdx"],linguistLanguageId:222}];var YE={bracketSpacing:{category:"Common",type:"boolean",default:!0,description:"Print spaces between brackets.",oppositeDescription:"Do not print spaces between brackets."},objectWrap:{category:"Common",type:"choice",default:"preserve",description:"How to wrap object literals.",choices:[{value:"preserve",description:"Keep as multi-line, if there is a newline between the opening brace and first property."},{value:"collapse",description:"Fit to a single line when possible."}]},singleQuote:{category:"Common",type:"boolean",default:!1,description:"Use single quotes instead of double quotes."},proseWrap:{category:"Common",type:"choice",default:"preserve",description:"How to wrap prose.",choices:[{value:"always",description:"Wrap prose if it exceeds the print width."},{value:"never",description:"Do not wrap prose."},{value:"preserve",description:"Wrap prose as-is."}]},bracketSameLine:{category:"Common",type:"boolean",default:!1,description:"Put > of opening tags on the last line instead of on a new line."},singleAttributePerLine:{category:"Common",type:"boolean",default:!1,description:"Enforce single attribute per line in HTML, Vue and JSX."}};var ow={proseWrap:YE.proseWrap,singleQuote:YE.singleQuote},lw=ow;var cw={};Nr(cw,{markdown:()=>_k,mdx:()=>mk,remark:()=>_k});var pt=ml=>ml.position.start.offset,ht=ml=>ml.position.end.offset;var pw={};function jn(ml,Al){let Rl=Al||pw,zl=typeof Rl.includeImageAlt=="boolean"?Rl.includeImageAlt:!0,rd=typeof Rl.includeHtml=="boolean"?Rl.includeHtml:!0;return Eu(ml,zl,rd)}function Eu(ml,Al,Rl){if(xm(ml)){if("value"in ml)return ml.type==="html"&&!Rl?"":ml.value;if(Al&&"alt"in ml&&ml.alt)return ml.alt;if("children"in ml)return bu(ml.children,Al,Rl)}return Array.isArray(ml)?bu(ml,Al,Rl):""}function bu(ml,Al,Rl){let zl=[],rd=-1;for(;++rd",Gamma:"Γ",Gammad:"Ϝ",Gbreve:"Ğ",Gcedil:"Ģ",Gcirc:"Ĝ",Gcy:"Г",Gdot:"Ġ",Gfr:"𝔊",Gg:"⋙",Gopf:"𝔾",GreaterEqual:"≥",GreaterEqualLess:"⋛",GreaterFullEqual:"≧",GreaterGreater:"⪢",GreaterLess:"≷",GreaterSlantEqual:"⩾",GreaterTilde:"≳",Gscr:"𝒢",Gt:"≫",HARDcy:"Ъ",Hacek:"ˇ",Hat:"^",Hcirc:"Ĥ",Hfr:"ℌ",HilbertSpace:"ℋ",Hopf:"ℍ",HorizontalLine:"─",Hscr:"ℋ",Hstrok:"Ħ",HumpDownHump:"≎",HumpEqual:"≏",IEcy:"Е",IJlig:"IJ",IOcy:"Ё",Iacute:"Í",Icirc:"Î",Icy:"И",Idot:"İ",Ifr:"ℑ",Igrave:"Ì",Im:"ℑ",Imacr:"Ī",ImaginaryI:"ⅈ",Implies:"⇒",Int:"∬",Integral:"∫",Intersection:"⋂",InvisibleComma:"⁣",InvisibleTimes:"⁢",Iogon:"Į",Iopf:"𝕀",Iota:"Ι",Iscr:"ℐ",Itilde:"Ĩ",Iukcy:"І",Iuml:"Ï",Jcirc:"Ĵ",Jcy:"Й",Jfr:"𝔍",Jopf:"𝕁",Jscr:"𝒥",Jsercy:"Ј",Jukcy:"Є",KHcy:"Х",KJcy:"Ќ",Kappa:"Κ",Kcedil:"Ķ",Kcy:"К",Kfr:"𝔎",Kopf:"𝕂",Kscr:"𝒦",LJcy:"Љ",LT:"<",Lacute:"Ĺ",Lambda:"Λ",Lang:"⟪",Laplacetrf:"ℒ",Larr:"↞",Lcaron:"Ľ",Lcedil:"Ļ",Lcy:"Л",LeftAngleBracket:"⟨",LeftArrow:"←",LeftArrowBar:"⇤",LeftArrowRightArrow:"⇆",LeftCeiling:"⌈",LeftDoubleBracket:"⟦",LeftDownTeeVector:"⥡",LeftDownVector:"⇃",LeftDownVectorBar:"⥙",LeftFloor:"⌊",LeftRightArrow:"↔",LeftRightVector:"⥎",LeftTee:"⊣",LeftTeeArrow:"↤",LeftTeeVector:"⥚",LeftTriangle:"⊲",LeftTriangleBar:"⧏",LeftTriangleEqual:"⊴",LeftUpDownVector:"⥑",LeftUpTeeVector:"⥠",LeftUpVector:"↿",LeftUpVectorBar:"⥘",LeftVector:"↼",LeftVectorBar:"⥒",Leftarrow:"⇐",Leftrightarrow:"⇔",LessEqualGreater:"⋚",LessFullEqual:"≦",LessGreater:"≶",LessLess:"⪡",LessSlantEqual:"⩽",LessTilde:"≲",Lfr:"𝔏",Ll:"⋘",Lleftarrow:"⇚",Lmidot:"Ŀ",LongLeftArrow:"⟵",LongLeftRightArrow:"⟷",LongRightArrow:"⟶",Longleftarrow:"⟸",Longleftrightarrow:"⟺",Longrightarrow:"⟹",Lopf:"𝕃",LowerLeftArrow:"↙",LowerRightArrow:"↘",Lscr:"ℒ",Lsh:"↰",Lstrok:"Ł",Lt:"≪",Map:"⤅",Mcy:"М",MediumSpace:" ",Mellintrf:"ℳ",Mfr:"𝔐",MinusPlus:"∓",Mopf:"𝕄",Mscr:"ℳ",Mu:"Μ",NJcy:"Њ",Nacute:"Ń",Ncaron:"Ň",Ncedil:"Ņ",Ncy:"Н",NegativeMediumSpace:"​",NegativeThickSpace:"​",NegativeThinSpace:"​",NegativeVeryThinSpace:"​",NestedGreaterGreater:"≫",NestedLessLess:"≪",NewLine:`\n`,Nfr:"𝔑",NoBreak:"⁠",NonBreakingSpace:" ",Nopf:"ℕ",Not:"⫬",NotCongruent:"≢",NotCupCap:"≭",NotDoubleVerticalBar:"∦",NotElement:"∉",NotEqual:"≠",NotEqualTilde:"≂̸",NotExists:"∄",NotGreater:"≯",NotGreaterEqual:"≱",NotGreaterFullEqual:"≧̸",NotGreaterGreater:"≫̸",NotGreaterLess:"≹",NotGreaterSlantEqual:"⩾̸",NotGreaterTilde:"≵",NotHumpDownHump:"≎̸",NotHumpEqual:"≏̸",NotLeftTriangle:"⋪",NotLeftTriangleBar:"⧏̸",NotLeftTriangleEqual:"⋬",NotLess:"≮",NotLessEqual:"≰",NotLessGreater:"≸",NotLessLess:"≪̸",NotLessSlantEqual:"⩽̸",NotLessTilde:"≴",NotNestedGreaterGreater:"⪢̸",NotNestedLessLess:"⪡̸",NotPrecedes:"⊀",NotPrecedesEqual:"⪯̸",NotPrecedesSlantEqual:"⋠",NotReverseElement:"∌",NotRightTriangle:"⋫",NotRightTriangleBar:"⧐̸",NotRightTriangleEqual:"⋭",NotSquareSubset:"⊏̸",NotSquareSubsetEqual:"⋢",NotSquareSuperset:"⊐̸",NotSquareSupersetEqual:"⋣",NotSubset:"⊂⃒",NotSubsetEqual:"⊈",NotSucceeds:"⊁",NotSucceedsEqual:"⪰̸",NotSucceedsSlantEqual:"⋡",NotSucceedsTilde:"≿̸",NotSuperset:"⊃⃒",NotSupersetEqual:"⊉",NotTilde:"≁",NotTildeEqual:"≄",NotTildeFullEqual:"≇",NotTildeTilde:"≉",NotVerticalBar:"∤",Nscr:"𝒩",Ntilde:"Ñ",Nu:"Ν",OElig:"Œ",Oacute:"Ó",Ocirc:"Ô",Ocy:"О",Odblac:"Ő",Ofr:"𝔒",Ograve:"Ò",Omacr:"Ō",Omega:"Ω",Omicron:"Ο",Oopf:"𝕆",OpenCurlyDoubleQuote:"“",OpenCurlyQuote:"‘",Or:"⩔",Oscr:"𝒪",Oslash:"Ø",Otilde:"Õ",Otimes:"⨷",Ouml:"Ö",OverBar:"‾",OverBrace:"⏞",OverBracket:"⎴",OverParenthesis:"⏜",PartialD:"∂",Pcy:"П",Pfr:"𝔓",Phi:"Φ",Pi:"Π",PlusMinus:"±",Poincareplane:"ℌ",Popf:"ℙ",Pr:"⪻",Precedes:"≺",PrecedesEqual:"⪯",PrecedesSlantEqual:"≼",PrecedesTilde:"≾",Prime:"″",Product:"∏",Proportion:"∷",Proportional:"∝",Pscr:"𝒫",Psi:"Ψ",QUOT:'"',Qfr:"𝔔",Qopf:"ℚ",Qscr:"𝒬",RBarr:"⤐",REG:"®",Racute:"Ŕ",Rang:"⟫",Rarr:"↠",Rarrtl:"⤖",Rcaron:"Ř",Rcedil:"Ŗ",Rcy:"Р",Re:"ℜ",ReverseElement:"∋",ReverseEquilibrium:"⇋",ReverseUpEquilibrium:"⥯",Rfr:"ℜ",Rho:"Ρ",RightAngleBracket:"⟩",RightArrow:"→",RightArrowBar:"⇥",RightArrowLeftArrow:"⇄",RightCeiling:"⌉",RightDoubleBracket:"⟧",RightDownTeeVector:"⥝",RightDownVector:"⇂",RightDownVectorBar:"⥕",RightFloor:"⌋",RightTee:"⊢",RightTeeArrow:"↦",RightTeeVector:"⥛",RightTriangle:"⊳",RightTriangleBar:"⧐",RightTriangleEqual:"⊵",RightUpDownVector:"⥏",RightUpTeeVector:"⥜",RightUpVector:"↾",RightUpVectorBar:"⥔",RightVector:"⇀",RightVectorBar:"⥓",Rightarrow:"⇒",Ropf:"ℝ",RoundImplies:"⥰",Rrightarrow:"⇛",Rscr:"ℛ",Rsh:"↱",RuleDelayed:"⧴",SHCHcy:"Щ",SHcy:"Ш",SOFTcy:"Ь",Sacute:"Ś",Sc:"⪼",Scaron:"Š",Scedil:"Ş",Scirc:"Ŝ",Scy:"С",Sfr:"𝔖",ShortDownArrow:"↓",ShortLeftArrow:"←",ShortRightArrow:"→",ShortUpArrow:"↑",Sigma:"Σ",SmallCircle:"∘",Sopf:"𝕊",Sqrt:"√",Square:"□",SquareIntersection:"⊓",SquareSubset:"⊏",SquareSubsetEqual:"⊑",SquareSuperset:"⊐",SquareSupersetEqual:"⊒",SquareUnion:"⊔",Sscr:"𝒮",Star:"⋆",Sub:"⋐",Subset:"⋐",SubsetEqual:"⊆",Succeeds:"≻",SucceedsEqual:"⪰",SucceedsSlantEqual:"≽",SucceedsTilde:"≿",SuchThat:"∋",Sum:"∑",Sup:"⋑",Superset:"⊃",SupersetEqual:"⊇",Supset:"⋑",THORN:"Þ",TRADE:"™",TSHcy:"Ћ",TScy:"Ц",Tab:"\t",Tau:"Τ",Tcaron:"Ť",Tcedil:"Ţ",Tcy:"Т",Tfr:"𝔗",Therefore:"∴",Theta:"Θ",ThickSpace:"  ",ThinSpace:" ",Tilde:"∼",TildeEqual:"≃",TildeFullEqual:"≅",TildeTilde:"≈",Topf:"𝕋",TripleDot:"⃛",Tscr:"𝒯",Tstrok:"Ŧ",Uacute:"Ú",Uarr:"↟",Uarrocir:"⥉",Ubrcy:"Ў",Ubreve:"Ŭ",Ucirc:"Û",Ucy:"У",Udblac:"Ű",Ufr:"𝔘",Ugrave:"Ù",Umacr:"Ū",UnderBar:"_",UnderBrace:"⏟",UnderBracket:"⎵",UnderParenthesis:"⏝",Union:"⋃",UnionPlus:"⊎",Uogon:"Ų",Uopf:"𝕌",UpArrow:"↑",UpArrowBar:"⤒",UpArrowDownArrow:"⇅",UpDownArrow:"↕",UpEquilibrium:"⥮",UpTee:"⊥",UpTeeArrow:"↥",Uparrow:"⇑",Updownarrow:"⇕",UpperLeftArrow:"↖",UpperRightArrow:"↗",Upsi:"ϒ",Upsilon:"Υ",Uring:"Ů",Uscr:"𝒰",Utilde:"Ũ",Uuml:"Ü",VDash:"⊫",Vbar:"⫫",Vcy:"В",Vdash:"⊩",Vdashl:"⫦",Vee:"⋁",Verbar:"‖",Vert:"‖",VerticalBar:"∣",VerticalLine:"|",VerticalSeparator:"❘",VerticalTilde:"≀",VeryThinSpace:" ",Vfr:"𝔙",Vopf:"𝕍",Vscr:"𝒱",Vvdash:"⊪",Wcirc:"Ŵ",Wedge:"⋀",Wfr:"𝔚",Wopf:"𝕎",Wscr:"𝒲",Xfr:"𝔛",Xi:"Ξ",Xopf:"𝕏",Xscr:"𝒳",YAcy:"Я",YIcy:"Ї",YUcy:"Ю",Yacute:"Ý",Ycirc:"Ŷ",Ycy:"Ы",Yfr:"𝔜",Yopf:"𝕐",Yscr:"𝒴",Yuml:"Ÿ",ZHcy:"Ж",Zacute:"Ź",Zcaron:"Ž",Zcy:"З",Zdot:"Ż",ZeroWidthSpace:"​",Zeta:"Ζ",Zfr:"ℨ",Zopf:"ℤ",Zscr:"𝒵",aacute:"á",abreve:"ă",ac:"∾",acE:"∾̳",acd:"∿",acirc:"â",acute:"´",acy:"а",aelig:"æ",af:"⁡",afr:"𝔞",agrave:"à",alefsym:"ℵ",aleph:"ℵ",alpha:"α",amacr:"ā",amalg:"⨿",amp:"&",and:"∧",andand:"⩕",andd:"⩜",andslope:"⩘",andv:"⩚",ang:"∠",ange:"⦤",angle:"∠",angmsd:"∡",angmsdaa:"⦨",angmsdab:"⦩",angmsdac:"⦪",angmsdad:"⦫",angmsdae:"⦬",angmsdaf:"⦭",angmsdag:"⦮",angmsdah:"⦯",angrt:"∟",angrtvb:"⊾",angrtvbd:"⦝",angsph:"∢",angst:"Å",angzarr:"⍼",aogon:"ą",aopf:"𝕒",ap:"≈",apE:"⩰",apacir:"⩯",ape:"≊",apid:"≋",apos:"'",approx:"≈",approxeq:"≊",aring:"å",ascr:"𝒶",ast:"*",asymp:"≈",asympeq:"≍",atilde:"ã",auml:"ä",awconint:"∳",awint:"⨑",bNot:"⫭",backcong:"≌",backepsilon:"϶",backprime:"‵",backsim:"∽",backsimeq:"⋍",barvee:"⊽",barwed:"⌅",barwedge:"⌅",bbrk:"⎵",bbrktbrk:"⎶",bcong:"≌",bcy:"б",bdquo:"„",becaus:"∵",because:"∵",bemptyv:"⦰",bepsi:"϶",bernou:"ℬ",beta:"β",beth:"ℶ",between:"≬",bfr:"𝔟",bigcap:"⋂",bigcirc:"◯",bigcup:"⋃",bigodot:"⨀",bigoplus:"⨁",bigotimes:"⨂",bigsqcup:"⨆",bigstar:"★",bigtriangledown:"▽",bigtriangleup:"△",biguplus:"⨄",bigvee:"⋁",bigwedge:"⋀",bkarow:"⤍",blacklozenge:"⧫",blacksquare:"▪",blacktriangle:"▴",blacktriangledown:"▾",blacktriangleleft:"◂",blacktriangleright:"▸",blank:"␣",blk12:"▒",blk14:"░",blk34:"▓",block:"█",bne:"=⃥",bnequiv:"≡⃥",bnot:"⌐",bopf:"𝕓",bot:"⊥",bottom:"⊥",bowtie:"⋈",boxDL:"╗",boxDR:"╔",boxDl:"╖",boxDr:"╓",boxH:"═",boxHD:"╦",boxHU:"╩",boxHd:"╤",boxHu:"╧",boxUL:"╝",boxUR:"╚",boxUl:"╜",boxUr:"╙",boxV:"║",boxVH:"╬",boxVL:"╣",boxVR:"╠",boxVh:"╫",boxVl:"╢",boxVr:"╟",boxbox:"⧉",boxdL:"╕",boxdR:"╒",boxdl:"┐",boxdr:"┌",boxh:"─",boxhD:"╥",boxhU:"╨",boxhd:"┬",boxhu:"┴",boxminus:"⊟",boxplus:"⊞",boxtimes:"⊠",boxuL:"╛",boxuR:"╘",boxul:"┘",boxur:"└",boxv:"│",boxvH:"╪",boxvL:"╡",boxvR:"╞",boxvh:"┼",boxvl:"┤",boxvr:"├",bprime:"‵",breve:"˘",brvbar:"¦",bscr:"𝒷",bsemi:"⁏",bsim:"∽",bsime:"⋍",bsol:"\\",bsolb:"⧅",bsolhsub:"⟈",bull:"•",bullet:"•",bump:"≎",bumpE:"⪮",bumpe:"≏",bumpeq:"≏",cacute:"ć",cap:"∩",capand:"⩄",capbrcup:"⩉",capcap:"⩋",capcup:"⩇",capdot:"⩀",caps:"∩︀",caret:"⁁",caron:"ˇ",ccaps:"⩍",ccaron:"č",ccedil:"ç",ccirc:"ĉ",ccups:"⩌",ccupssm:"⩐",cdot:"ċ",cedil:"¸",cemptyv:"⦲",cent:"¢",centerdot:"·",cfr:"𝔠",chcy:"ч",check:"✓",checkmark:"✓",chi:"χ",cir:"○",cirE:"⧃",circ:"ˆ",circeq:"≗",circlearrowleft:"↺",circlearrowright:"↻",circledR:"®",circledS:"Ⓢ",circledast:"⊛",circledcirc:"⊚",circleddash:"⊝",cire:"≗",cirfnint:"⨐",cirmid:"⫯",cirscir:"⧂",clubs:"♣",clubsuit:"♣",colon:":",colone:"≔",coloneq:"≔",comma:",",commat:"@",comp:"∁",compfn:"∘",complement:"∁",complexes:"ℂ",cong:"≅",congdot:"⩭",conint:"∮",copf:"𝕔",coprod:"∐",copy:"©",copysr:"℗",crarr:"↵",cross:"✗",cscr:"𝒸",csub:"⫏",csube:"⫑",csup:"⫐",csupe:"⫒",ctdot:"⋯",cudarrl:"⤸",cudarrr:"⤵",cuepr:"⋞",cuesc:"⋟",cularr:"↶",cularrp:"⤽",cup:"∪",cupbrcap:"⩈",cupcap:"⩆",cupcup:"⩊",cupdot:"⊍",cupor:"⩅",cups:"∪︀",curarr:"↷",curarrm:"⤼",curlyeqprec:"⋞",curlyeqsucc:"⋟",curlyvee:"⋎",curlywedge:"⋏",curren:"¤",curvearrowleft:"↶",curvearrowright:"↷",cuvee:"⋎",cuwed:"⋏",cwconint:"∲",cwint:"∱",cylcty:"⌭",dArr:"⇓",dHar:"⥥",dagger:"†",daleth:"ℸ",darr:"↓",dash:"‐",dashv:"⊣",dbkarow:"⤏",dblac:"˝",dcaron:"ď",dcy:"д",dd:"ⅆ",ddagger:"‡",ddarr:"⇊",ddotseq:"⩷",deg:"°",delta:"δ",demptyv:"⦱",dfisht:"⥿",dfr:"𝔡",dharl:"⇃",dharr:"⇂",diam:"⋄",diamond:"⋄",diamondsuit:"♦",diams:"♦",die:"¨",digamma:"ϝ",disin:"⋲",div:"÷",divide:"÷",divideontimes:"⋇",divonx:"⋇",djcy:"ђ",dlcorn:"⌞",dlcrop:"⌍",dollar:"$",dopf:"𝕕",dot:"˙",doteq:"≐",doteqdot:"≑",dotminus:"∸",dotplus:"∔",dotsquare:"⊡",doublebarwedge:"⌆",downarrow:"↓",downdownarrows:"⇊",downharpoonleft:"⇃",downharpoonright:"⇂",drbkarow:"⤐",drcorn:"⌟",drcrop:"⌌",dscr:"𝒹",dscy:"ѕ",dsol:"⧶",dstrok:"đ",dtdot:"⋱",dtri:"▿",dtrif:"▾",duarr:"⇵",duhar:"⥯",dwangle:"⦦",dzcy:"џ",dzigrarr:"⟿",eDDot:"⩷",eDot:"≑",eacute:"é",easter:"⩮",ecaron:"ě",ecir:"≖",ecirc:"ê",ecolon:"≕",ecy:"э",edot:"ė",ee:"ⅇ",efDot:"≒",efr:"𝔢",eg:"⪚",egrave:"è",egs:"⪖",egsdot:"⪘",el:"⪙",elinters:"⏧",ell:"ℓ",els:"⪕",elsdot:"⪗",emacr:"ē",empty:"∅",emptyset:"∅",emptyv:"∅",emsp13:" ",emsp14:" ",emsp:" ",eng:"ŋ",ensp:" ",eogon:"ę",eopf:"𝕖",epar:"⋕",eparsl:"⧣",eplus:"⩱",epsi:"ε",epsilon:"ε",epsiv:"ϵ",eqcirc:"≖",eqcolon:"≕",eqsim:"≂",eqslantgtr:"⪖",eqslantless:"⪕",equals:"=",equest:"≟",equiv:"≡",equivDD:"⩸",eqvparsl:"⧥",erDot:"≓",erarr:"⥱",escr:"ℯ",esdot:"≐",esim:"≂",eta:"η",eth:"ð",euml:"ë",euro:"€",excl:"!",exist:"∃",expectation:"ℰ",exponentiale:"ⅇ",fallingdotseq:"≒",fcy:"ф",female:"♀",ffilig:"ffi",fflig:"ff",ffllig:"ffl",ffr:"𝔣",filig:"fi",fjlig:"fj",flat:"♭",fllig:"fl",fltns:"▱",fnof:"ƒ",fopf:"𝕗",forall:"∀",fork:"⋔",forkv:"⫙",fpartint:"⨍",frac12:"½",frac13:"⅓",frac14:"¼",frac15:"⅕",frac16:"⅙",frac18:"⅛",frac23:"⅔",frac25:"⅖",frac34:"¾",frac35:"⅗",frac38:"⅜",frac45:"⅘",frac56:"⅚",frac58:"⅝",frac78:"⅞",frasl:"⁄",frown:"⌢",fscr:"𝒻",gE:"≧",gEl:"⪌",gacute:"ǵ",gamma:"γ",gammad:"ϝ",gap:"⪆",gbreve:"ğ",gcirc:"ĝ",gcy:"г",gdot:"ġ",ge:"≥",gel:"⋛",geq:"≥",geqq:"≧",geqslant:"⩾",ges:"⩾",gescc:"⪩",gesdot:"⪀",gesdoto:"⪂",gesdotol:"⪄",gesl:"⋛︀",gesles:"⪔",gfr:"𝔤",gg:"≫",ggg:"⋙",gimel:"ℷ",gjcy:"ѓ",gl:"≷",glE:"⪒",gla:"⪥",glj:"⪤",gnE:"≩",gnap:"⪊",gnapprox:"⪊",gne:"⪈",gneq:"⪈",gneqq:"≩",gnsim:"⋧",gopf:"𝕘",grave:"`",gscr:"ℊ",gsim:"≳",gsime:"⪎",gsiml:"⪐",gt:">",gtcc:"⪧",gtcir:"⩺",gtdot:"⋗",gtlPar:"⦕",gtquest:"⩼",gtrapprox:"⪆",gtrarr:"⥸",gtrdot:"⋗",gtreqless:"⋛",gtreqqless:"⪌",gtrless:"≷",gtrsim:"≳",gvertneqq:"≩︀",gvnE:"≩︀",hArr:"⇔",hairsp:" ",half:"½",hamilt:"ℋ",hardcy:"ъ",harr:"↔",harrcir:"⥈",harrw:"↭",hbar:"ℏ",hcirc:"ĥ",hearts:"♥",heartsuit:"♥",hellip:"…",hercon:"⊹",hfr:"𝔥",hksearow:"⤥",hkswarow:"⤦",hoarr:"⇿",homtht:"∻",hookleftarrow:"↩",hookrightarrow:"↪",hopf:"𝕙",horbar:"―",hscr:"𝒽",hslash:"ℏ",hstrok:"ħ",hybull:"⁃",hyphen:"‐",iacute:"í",ic:"⁣",icirc:"î",icy:"и",iecy:"е",iexcl:"¡",iff:"⇔",ifr:"𝔦",igrave:"ì",ii:"ⅈ",iiiint:"⨌",iiint:"∭",iinfin:"⧜",iiota:"℩",ijlig:"ij",imacr:"ī",image:"ℑ",imagline:"ℐ",imagpart:"ℑ",imath:"ı",imof:"⊷",imped:"Ƶ",in:"∈",incare:"℅",infin:"∞",infintie:"⧝",inodot:"ı",int:"∫",intcal:"⊺",integers:"ℤ",intercal:"⊺",intlarhk:"⨗",intprod:"⨼",iocy:"ё",iogon:"į",iopf:"𝕚",iota:"ι",iprod:"⨼",iquest:"¿",iscr:"𝒾",isin:"∈",isinE:"⋹",isindot:"⋵",isins:"⋴",isinsv:"⋳",isinv:"∈",it:"⁢",itilde:"ĩ",iukcy:"і",iuml:"ï",jcirc:"ĵ",jcy:"й",jfr:"𝔧",jmath:"ȷ",jopf:"𝕛",jscr:"𝒿",jsercy:"ј",jukcy:"є",kappa:"κ",kappav:"ϰ",kcedil:"ķ",kcy:"к",kfr:"𝔨",kgreen:"ĸ",khcy:"х",kjcy:"ќ",kopf:"𝕜",kscr:"𝓀",lAarr:"⇚",lArr:"⇐",lAtail:"⤛",lBarr:"⤎",lE:"≦",lEg:"⪋",lHar:"⥢",lacute:"ĺ",laemptyv:"⦴",lagran:"ℒ",lambda:"λ",lang:"⟨",langd:"⦑",langle:"⟨",lap:"⪅",laquo:"«",larr:"←",larrb:"⇤",larrbfs:"⤟",larrfs:"⤝",larrhk:"↩",larrlp:"↫",larrpl:"⤹",larrsim:"⥳",larrtl:"↢",lat:"⪫",latail:"⤙",late:"⪭",lates:"⪭︀",lbarr:"⤌",lbbrk:"❲",lbrace:"{",lbrack:"[",lbrke:"⦋",lbrksld:"⦏",lbrkslu:"⦍",lcaron:"ľ",lcedil:"ļ",lceil:"⌈",lcub:"{",lcy:"л",ldca:"⤶",ldquo:"“",ldquor:"„",ldrdhar:"⥧",ldrushar:"⥋",ldsh:"↲",le:"≤",leftarrow:"←",leftarrowtail:"↢",leftharpoondown:"↽",leftharpoonup:"↼",leftleftarrows:"⇇",leftrightarrow:"↔",leftrightarrows:"⇆",leftrightharpoons:"⇋",leftrightsquigarrow:"↭",leftthreetimes:"⋋",leg:"⋚",leq:"≤",leqq:"≦",leqslant:"⩽",les:"⩽",lescc:"⪨",lesdot:"⩿",lesdoto:"⪁",lesdotor:"⪃",lesg:"⋚︀",lesges:"⪓",lessapprox:"⪅",lessdot:"⋖",lesseqgtr:"⋚",lesseqqgtr:"⪋",lessgtr:"≶",lesssim:"≲",lfisht:"⥼",lfloor:"⌊",lfr:"𝔩",lg:"≶",lgE:"⪑",lhard:"↽",lharu:"↼",lharul:"⥪",lhblk:"▄",ljcy:"љ",ll:"≪",llarr:"⇇",llcorner:"⌞",llhard:"⥫",lltri:"◺",lmidot:"ŀ",lmoust:"⎰",lmoustache:"⎰",lnE:"≨",lnap:"⪉",lnapprox:"⪉",lne:"⪇",lneq:"⪇",lneqq:"≨",lnsim:"⋦",loang:"⟬",loarr:"⇽",lobrk:"⟦",longleftarrow:"⟵",longleftrightarrow:"⟷",longmapsto:"⟼",longrightarrow:"⟶",looparrowleft:"↫",looparrowright:"↬",lopar:"⦅",lopf:"𝕝",loplus:"⨭",lotimes:"⨴",lowast:"∗",lowbar:"_",loz:"◊",lozenge:"◊",lozf:"⧫",lpar:"(",lparlt:"⦓",lrarr:"⇆",lrcorner:"⌟",lrhar:"⇋",lrhard:"⥭",lrm:"‎",lrtri:"⊿",lsaquo:"‹",lscr:"𝓁",lsh:"↰",lsim:"≲",lsime:"⪍",lsimg:"⪏",lsqb:"[",lsquo:"‘",lsquor:"‚",lstrok:"ł",lt:"<",ltcc:"⪦",ltcir:"⩹",ltdot:"⋖",lthree:"⋋",ltimes:"⋉",ltlarr:"⥶",ltquest:"⩻",ltrPar:"⦖",ltri:"◃",ltrie:"⊴",ltrif:"◂",lurdshar:"⥊",luruhar:"⥦",lvertneqq:"≨︀",lvnE:"≨︀",mDDot:"∺",macr:"¯",male:"♂",malt:"✠",maltese:"✠",map:"↦",mapsto:"↦",mapstodown:"↧",mapstoleft:"↤",mapstoup:"↥",marker:"▮",mcomma:"⨩",mcy:"м",mdash:"—",measuredangle:"∡",mfr:"𝔪",mho:"℧",micro:"µ",mid:"∣",midast:"*",midcir:"⫰",middot:"·",minus:"−",minusb:"⊟",minusd:"∸",minusdu:"⨪",mlcp:"⫛",mldr:"…",mnplus:"∓",models:"⊧",mopf:"𝕞",mp:"∓",mscr:"𝓂",mstpos:"∾",mu:"μ",multimap:"⊸",mumap:"⊸",nGg:"⋙̸",nGt:"≫⃒",nGtv:"≫̸",nLeftarrow:"⇍",nLeftrightarrow:"⇎",nLl:"⋘̸",nLt:"≪⃒",nLtv:"≪̸",nRightarrow:"⇏",nVDash:"⊯",nVdash:"⊮",nabla:"∇",nacute:"ń",nang:"∠⃒",nap:"≉",napE:"⩰̸",napid:"≋̸",napos:"ʼn",napprox:"≉",natur:"♮",natural:"♮",naturals:"ℕ",nbsp:" ",nbump:"≎̸",nbumpe:"≏̸",ncap:"⩃",ncaron:"ň",ncedil:"ņ",ncong:"≇",ncongdot:"⩭̸",ncup:"⩂",ncy:"н",ndash:"–",ne:"≠",neArr:"⇗",nearhk:"⤤",nearr:"↗",nearrow:"↗",nedot:"≐̸",nequiv:"≢",nesear:"⤨",nesim:"≂̸",nexist:"∄",nexists:"∄",nfr:"𝔫",ngE:"≧̸",nge:"≱",ngeq:"≱",ngeqq:"≧̸",ngeqslant:"⩾̸",nges:"⩾̸",ngsim:"≵",ngt:"≯",ngtr:"≯",nhArr:"⇎",nharr:"↮",nhpar:"⫲",ni:"∋",nis:"⋼",nisd:"⋺",niv:"∋",njcy:"њ",nlArr:"⇍",nlE:"≦̸",nlarr:"↚",nldr:"‥",nle:"≰",nleftarrow:"↚",nleftrightarrow:"↮",nleq:"≰",nleqq:"≦̸",nleqslant:"⩽̸",nles:"⩽̸",nless:"≮",nlsim:"≴",nlt:"≮",nltri:"⋪",nltrie:"⋬",nmid:"∤",nopf:"𝕟",not:"¬",notin:"∉",notinE:"⋹̸",notindot:"⋵̸",notinva:"∉",notinvb:"⋷",notinvc:"⋶",notni:"∌",notniva:"∌",notnivb:"⋾",notnivc:"⋽",npar:"∦",nparallel:"∦",nparsl:"⫽⃥",npart:"∂̸",npolint:"⨔",npr:"⊀",nprcue:"⋠",npre:"⪯̸",nprec:"⊀",npreceq:"⪯̸",nrArr:"⇏",nrarr:"↛",nrarrc:"⤳̸",nrarrw:"↝̸",nrightarrow:"↛",nrtri:"⋫",nrtrie:"⋭",nsc:"⊁",nsccue:"⋡",nsce:"⪰̸",nscr:"𝓃",nshortmid:"∤",nshortparallel:"∦",nsim:"≁",nsime:"≄",nsimeq:"≄",nsmid:"∤",nspar:"∦",nsqsube:"⋢",nsqsupe:"⋣",nsub:"⊄",nsubE:"⫅̸",nsube:"⊈",nsubset:"⊂⃒",nsubseteq:"⊈",nsubseteqq:"⫅̸",nsucc:"⊁",nsucceq:"⪰̸",nsup:"⊅",nsupE:"⫆̸",nsupe:"⊉",nsupset:"⊃⃒",nsupseteq:"⊉",nsupseteqq:"⫆̸",ntgl:"≹",ntilde:"ñ",ntlg:"≸",ntriangleleft:"⋪",ntrianglelefteq:"⋬",ntriangleright:"⋫",ntrianglerighteq:"⋭",nu:"ν",num:"#",numero:"№",numsp:" ",nvDash:"⊭",nvHarr:"⤄",nvap:"≍⃒",nvdash:"⊬",nvge:"≥⃒",nvgt:">⃒",nvinfin:"⧞",nvlArr:"⤂",nvle:"≤⃒",nvlt:"<⃒",nvltrie:"⊴⃒",nvrArr:"⤃",nvrtrie:"⊵⃒",nvsim:"∼⃒",nwArr:"⇖",nwarhk:"⤣",nwarr:"↖",nwarrow:"↖",nwnear:"⤧",oS:"Ⓢ",oacute:"ó",oast:"⊛",ocir:"⊚",ocirc:"ô",ocy:"о",odash:"⊝",odblac:"ő",odiv:"⨸",odot:"⊙",odsold:"⦼",oelig:"œ",ofcir:"⦿",ofr:"𝔬",ogon:"˛",ograve:"ò",ogt:"⧁",ohbar:"⦵",ohm:"Ω",oint:"∮",olarr:"↺",olcir:"⦾",olcross:"⦻",oline:"‾",olt:"⧀",omacr:"ō",omega:"ω",omicron:"ο",omid:"⦶",ominus:"⊖",oopf:"𝕠",opar:"⦷",operp:"⦹",oplus:"⊕",or:"∨",orarr:"↻",ord:"⩝",order:"ℴ",orderof:"ℴ",ordf:"ª",ordm:"º",origof:"⊶",oror:"⩖",orslope:"⩗",orv:"⩛",oscr:"ℴ",oslash:"ø",osol:"⊘",otilde:"õ",otimes:"⊗",otimesas:"⨶",ouml:"ö",ovbar:"⌽",par:"∥",para:"¶",parallel:"∥",parsim:"⫳",parsl:"⫽",part:"∂",pcy:"п",percnt:"%",period:".",permil:"‰",perp:"⊥",pertenk:"‱",pfr:"𝔭",phi:"φ",phiv:"ϕ",phmmat:"ℳ",phone:"☎",pi:"π",pitchfork:"⋔",piv:"ϖ",planck:"ℏ",planckh:"ℎ",plankv:"ℏ",plus:"+",plusacir:"⨣",plusb:"⊞",pluscir:"⨢",plusdo:"∔",plusdu:"⨥",pluse:"⩲",plusmn:"±",plussim:"⨦",plustwo:"⨧",pm:"±",pointint:"⨕",popf:"𝕡",pound:"£",pr:"≺",prE:"⪳",prap:"⪷",prcue:"≼",pre:"⪯",prec:"≺",precapprox:"⪷",preccurlyeq:"≼",preceq:"⪯",precnapprox:"⪹",precneqq:"⪵",precnsim:"⋨",precsim:"≾",prime:"′",primes:"ℙ",prnE:"⪵",prnap:"⪹",prnsim:"⋨",prod:"∏",profalar:"⌮",profline:"⌒",profsurf:"⌓",prop:"∝",propto:"∝",prsim:"≾",prurel:"⊰",pscr:"𝓅",psi:"ψ",puncsp:" ",qfr:"𝔮",qint:"⨌",qopf:"𝕢",qprime:"⁗",qscr:"𝓆",quaternions:"ℍ",quatint:"⨖",quest:"?",questeq:"≟",quot:'"',rAarr:"⇛",rArr:"⇒",rAtail:"⤜",rBarr:"⤏",rHar:"⥤",race:"∽̱",racute:"ŕ",radic:"√",raemptyv:"⦳",rang:"⟩",rangd:"⦒",range:"⦥",rangle:"⟩",raquo:"»",rarr:"→",rarrap:"⥵",rarrb:"⇥",rarrbfs:"⤠",rarrc:"⤳",rarrfs:"⤞",rarrhk:"↪",rarrlp:"↬",rarrpl:"⥅",rarrsim:"⥴",rarrtl:"↣",rarrw:"↝",ratail:"⤚",ratio:"∶",rationals:"ℚ",rbarr:"⤍",rbbrk:"❳",rbrace:"}",rbrack:"]",rbrke:"⦌",rbrksld:"⦎",rbrkslu:"⦐",rcaron:"ř",rcedil:"ŗ",rceil:"⌉",rcub:"}",rcy:"р",rdca:"⤷",rdldhar:"⥩",rdquo:"”",rdquor:"”",rdsh:"↳",real:"ℜ",realine:"ℛ",realpart:"ℜ",reals:"ℝ",rect:"▭",reg:"®",rfisht:"⥽",rfloor:"⌋",rfr:"𝔯",rhard:"⇁",rharu:"⇀",rharul:"⥬",rho:"ρ",rhov:"ϱ",rightarrow:"→",rightarrowtail:"↣",rightharpoondown:"⇁",rightharpoonup:"⇀",rightleftarrows:"⇄",rightleftharpoons:"⇌",rightrightarrows:"⇉",rightsquigarrow:"↝",rightthreetimes:"⋌",ring:"˚",risingdotseq:"≓",rlarr:"⇄",rlhar:"⇌",rlm:"‏",rmoust:"⎱",rmoustache:"⎱",rnmid:"⫮",roang:"⟭",roarr:"⇾",robrk:"⟧",ropar:"⦆",ropf:"𝕣",roplus:"⨮",rotimes:"⨵",rpar:")",rpargt:"⦔",rppolint:"⨒",rrarr:"⇉",rsaquo:"›",rscr:"𝓇",rsh:"↱",rsqb:"]",rsquo:"’",rsquor:"’",rthree:"⋌",rtimes:"⋊",rtri:"▹",rtrie:"⊵",rtrif:"▸",rtriltri:"⧎",ruluhar:"⥨",rx:"℞",sacute:"ś",sbquo:"‚",sc:"≻",scE:"⪴",scap:"⪸",scaron:"š",sccue:"≽",sce:"⪰",scedil:"ş",scirc:"ŝ",scnE:"⪶",scnap:"⪺",scnsim:"⋩",scpolint:"⨓",scsim:"≿",scy:"с",sdot:"⋅",sdotb:"⊡",sdote:"⩦",seArr:"⇘",searhk:"⤥",searr:"↘",searrow:"↘",sect:"§",semi:";",seswar:"⤩",setminus:"∖",setmn:"∖",sext:"✶",sfr:"𝔰",sfrown:"⌢",sharp:"♯",shchcy:"щ",shcy:"ш",shortmid:"∣",shortparallel:"∥",shy:"­",sigma:"σ",sigmaf:"ς",sigmav:"ς",sim:"∼",simdot:"⩪",sime:"≃",simeq:"≃",simg:"⪞",simgE:"⪠",siml:"⪝",simlE:"⪟",simne:"≆",simplus:"⨤",simrarr:"⥲",slarr:"←",smallsetminus:"∖",smashp:"⨳",smeparsl:"⧤",smid:"∣",smile:"⌣",smt:"⪪",smte:"⪬",smtes:"⪬︀",softcy:"ь",sol:"/",solb:"⧄",solbar:"⌿",sopf:"𝕤",spades:"♠",spadesuit:"♠",spar:"∥",sqcap:"⊓",sqcaps:"⊓︀",sqcup:"⊔",sqcups:"⊔︀",sqsub:"⊏",sqsube:"⊑",sqsubset:"⊏",sqsubseteq:"⊑",sqsup:"⊐",sqsupe:"⊒",sqsupset:"⊐",sqsupseteq:"⊒",squ:"□",square:"□",squarf:"▪",squf:"▪",srarr:"→",sscr:"𝓈",ssetmn:"∖",ssmile:"⌣",sstarf:"⋆",star:"☆",starf:"★",straightepsilon:"ϵ",straightphi:"ϕ",strns:"¯",sub:"⊂",subE:"⫅",subdot:"⪽",sube:"⊆",subedot:"⫃",submult:"⫁",subnE:"⫋",subne:"⊊",subplus:"⪿",subrarr:"⥹",subset:"⊂",subseteq:"⊆",subseteqq:"⫅",subsetneq:"⊊",subsetneqq:"⫋",subsim:"⫇",subsub:"⫕",subsup:"⫓",succ:"≻",succapprox:"⪸",succcurlyeq:"≽",succeq:"⪰",succnapprox:"⪺",succneqq:"⪶",succnsim:"⋩",succsim:"≿",sum:"∑",sung:"♪",sup1:"¹",sup2:"²",sup3:"³",sup:"⊃",supE:"⫆",supdot:"⪾",supdsub:"⫘",supe:"⊇",supedot:"⫄",suphsol:"⟉",suphsub:"⫗",suplarr:"⥻",supmult:"⫂",supnE:"⫌",supne:"⊋",supplus:"⫀",supset:"⊃",supseteq:"⊇",supseteqq:"⫆",supsetneq:"⊋",supsetneqq:"⫌",supsim:"⫈",supsub:"⫔",supsup:"⫖",swArr:"⇙",swarhk:"⤦",swarr:"↙",swarrow:"↙",swnwar:"⤪",szlig:"ß",target:"⌖",tau:"τ",tbrk:"⎴",tcaron:"ť",tcedil:"ţ",tcy:"т",tdot:"⃛",telrec:"⌕",tfr:"𝔱",there4:"∴",therefore:"∴",theta:"θ",thetasym:"ϑ",thetav:"ϑ",thickapprox:"≈",thicksim:"∼",thinsp:" ",thkap:"≈",thksim:"∼",thorn:"þ",tilde:"˜",times:"×",timesb:"⊠",timesbar:"⨱",timesd:"⨰",tint:"∭",toea:"⤨",top:"⊤",topbot:"⌶",topcir:"⫱",topf:"𝕥",topfork:"⫚",tosa:"⤩",tprime:"‴",trade:"™",triangle:"▵",triangledown:"▿",triangleleft:"◃",trianglelefteq:"⊴",triangleq:"≜",triangleright:"▹",trianglerighteq:"⊵",tridot:"◬",trie:"≜",triminus:"⨺",triplus:"⨹",trisb:"⧍",tritime:"⨻",trpezium:"⏢",tscr:"𝓉",tscy:"ц",tshcy:"ћ",tstrok:"ŧ",twixt:"≬",twoheadleftarrow:"↞",twoheadrightarrow:"↠",uArr:"⇑",uHar:"⥣",uacute:"ú",uarr:"↑",ubrcy:"ў",ubreve:"ŭ",ucirc:"û",ucy:"у",udarr:"⇅",udblac:"ű",udhar:"⥮",ufisht:"⥾",ufr:"𝔲",ugrave:"ù",uharl:"↿",uharr:"↾",uhblk:"▀",ulcorn:"⌜",ulcorner:"⌜",ulcrop:"⌏",ultri:"◸",umacr:"ū",uml:"¨",uogon:"ų",uopf:"𝕦",uparrow:"↑",updownarrow:"↕",upharpoonleft:"↿",upharpoonright:"↾",uplus:"⊎",upsi:"υ",upsih:"ϒ",upsilon:"υ",upuparrows:"⇈",urcorn:"⌝",urcorner:"⌝",urcrop:"⌎",uring:"ů",urtri:"◹",uscr:"𝓊",utdot:"⋰",utilde:"ũ",utri:"▵",utrif:"▴",uuarr:"⇈",uuml:"ü",uwangle:"⦧",vArr:"⇕",vBar:"⫨",vBarv:"⫩",vDash:"⊨",vangrt:"⦜",varepsilon:"ϵ",varkappa:"ϰ",varnothing:"∅",varphi:"ϕ",varpi:"ϖ",varpropto:"∝",varr:"↕",varrho:"ϱ",varsigma:"ς",varsubsetneq:"⊊︀",varsubsetneqq:"⫋︀",varsupsetneq:"⊋︀",varsupsetneqq:"⫌︀",vartheta:"ϑ",vartriangleleft:"⊲",vartriangleright:"⊳",vcy:"в",vdash:"⊢",vee:"∨",veebar:"⊻",veeeq:"≚",vellip:"⋮",verbar:"|",vert:"|",vfr:"𝔳",vltri:"⊲",vnsub:"⊂⃒",vnsup:"⊃⃒",vopf:"𝕧",vprop:"∝",vrtri:"⊳",vscr:"𝓋",vsubnE:"⫋︀",vsubne:"⊊︀",vsupnE:"⫌︀",vsupne:"⊋︀",vzigzag:"⦚",wcirc:"ŵ",wedbar:"⩟",wedge:"∧",wedgeq:"≙",weierp:"℘",wfr:"𝔴",wopf:"𝕨",wp:"℘",wr:"≀",wreath:"≀",wscr:"𝓌",xcap:"⋂",xcirc:"◯",xcup:"⋃",xdtri:"▽",xfr:"𝔵",xhArr:"⟺",xharr:"⟷",xi:"ξ",xlArr:"⟸",xlarr:"⟵",xmap:"⟼",xnis:"⋻",xodot:"⨀",xopf:"𝕩",xoplus:"⨁",xotime:"⨂",xrArr:"⟹",xrarr:"⟶",xscr:"𝓍",xsqcup:"⨆",xuplus:"⨄",xutri:"△",xvee:"⋁",xwedge:"⋀",yacute:"ý",yacy:"я",ycirc:"ŷ",ycy:"ы",yen:"¥",yfr:"𝔶",yicy:"ї",yopf:"𝕪",yscr:"𝓎",yucy:"ю",yuml:"ÿ",zacute:"ź",zcaron:"ž",zcy:"з",zdot:"ż",zeetrf:"ℨ",zeta:"ζ",zfr:"𝔷",zhcy:"ж",zigrarr:"⇝",zopf:"𝕫",zscr:"𝓏",zwj:"‍",zwnj:"‌"};var hw={}.hasOwnProperty;function Tt(ml){return hw.call(dw,ml)?dw[ml]:!1}function re(ml,Al,Rl,zl){let rd=ml.length,yh=0,kh;if(Al<0?Al=-Al>rd?0:rd+Al:Al=Al>rd?rd:Al,Rl=Rl>0?Rl:0,zl.length<1e4)kh=Array.from(zl),kh.unshift(Al,Rl),ml.splice(...kh);else for(Rl&&ml.splice(Al,Rl);yh0?(re(ml,ml.length,0,Al),ml):Al}var fw={}.hasOwnProperty;function Rr(ml){let Al={},Rl=-1;for(;++Rl13&&Rl<32||Rl>126&&Rl<160||Rl>55295&&Rl<57344||Rl>64975&&Rl<65008||(Rl&65535)===65535||(Rl&65535)===65534||Rl>1114111?"�":String.fromCodePoint(Rl)}function fe(ml){return ml.replace(/[\t\n\r ]+/g," ").replace(/^ | $/g,"").toLowerCase().toUpperCase()}var _w=rt(/[A-Za-z]/),mw=rt(/[\dA-Za-z]/),gw=rt(/[#-'*+\--9=?A-Z^-~]/);function mt(ml){return ml!==null&&(ml<32||ml===127)}var Aw=rt(/\d/),yw=rt(/[\dA-Fa-f]/),bw=rt(/[!-/:-@[-`{-~]/);function B(ml){return ml!==null&&ml<-2}function G(ml){return ml!==null&&(ml<0||ml===32)}function H(ml){return ml===-2||ml===-1||ml===32}var vw=rt(/\p{P}|\p{S}/u),Ew=rt(/\s/);function rt(ml){return t;function t(Al){return Al!==null&&Al>-1&&ml.test(String.fromCharCode(Al))}}function U(ml,Al,Rl,zl){let rd=zl?zl-1:Number.POSITIVE_INFINITY,yh=0;return a;function a(zl){return H(zl)?(ml.enter(Rl),o(zl)):Al(zl)}function o(zl){return H(zl)&&yh++kh))return;let Rl=Al.events.length,yh=Rl,Qh,cf;for(;yh--;)if(Al.events[yh][0]==="exit"&&Al.events[yh][1].type==="chunkFlow"){if(Qh){cf=Al.events[yh][1].end;break}Qh=!0}for(k(zl),ml=Rl;mlzl;){let zl=Rl[rd];Al.containerState=zl[1],zl[0].exit.call(Al,ml)}Rl.length=zl}function E(){rd.write([null]),yh=void 0,rd=void 0,Al.containerState._closeFlow=void 0}}function Cm(ml,Al,Rl){return U(ml,ml.attempt(this.parser.constructs.document,Al,Rl),"linePrefix",this.parser.constructs.disable.null.includes("codeIndented")?void 0:4)}function St(ml){if(ml===null||G(ml)||Ew(ml))return 1;if(vw(ml))return 2}function nt(ml,Al,Rl){let zl=[],rd=-1;for(;++rd1&&ml[Rl][1].end.offset-ml[Rl][1].start.offset>1?2:1;let u_={...ml[zl][1].end},C_={...ml[Rl][1].start};Lu(u_,-cf),Lu(C_,cf),kh={type:cf>1?"strongSequence":"emphasisSequence",start:u_,end:{...ml[zl][1].end}},Qh={type:cf>1?"strongSequence":"emphasisSequence",start:{...ml[Rl][1].start},end:C_},yh={type:cf>1?"strongText":"emphasisText",start:{...ml[zl][1].end},end:{...ml[Rl][1].start}},rd={type:cf>1?"strong":"emphasis",start:{...kh.start},end:{...Qh.end}},ml[zl][1].end={...kh.start},ml[Rl][1].start={...Qh.end},t_=[],ml[zl][1].end.offset-ml[zl][1].start.offset&&(t_=he(t_,[["enter",ml[zl][1],Al],["exit",ml[zl][1],Al]])),t_=he(t_,[["enter",rd,Al],["enter",kh,Al],["exit",kh,Al],["enter",yh,Al]]),t_=he(t_,nt(Al.parser.constructs.insideSpan.null,ml.slice(zl+1,Rl),Al)),t_=he(t_,[["exit",yh,Al],["enter",Qh,Al],["exit",Qh,Al],["exit",rd,Al]]),ml[Rl][1].end.offset-ml[Rl][1].start.offset?(r_=2,t_=he(t_,[["enter",ml[Rl][1],Al],["exit",ml[Rl][1],Al]])):r_=0,re(ml,zl-1,Rl-zl+3,t_),Rl=zl+t_.length-r_-2;break}}for(Rl=-1;++Rl0&&H(Al)?U(ml,E,"linePrefix",yh+1)(Al):E(Al)}function E(Al){return Al===null||B(Al)?ml.check(Fw,x,T)(Al):(ml.enter("codeFlowValue"),w(Al))}function w(Al){return Al===null||B(Al)?(ml.exit("codeFlowValue"),E(Al)):(ml.consume(Al),w)}function T(Rl){return ml.exit("codeFenced"),Al(Rl)}function y(ml,Al,Rl){let rd=0;return b;function b(Al){return ml.enter("lineEnding"),ml.consume(Al),ml.exit("lineEnding"),_}function _(Al){return ml.enter("codeFencedFence"),H(Al)?U(ml,I,"linePrefix",zl.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(Al):I(Al)}function I(Al){return Al===Qh?(ml.enter("codeFencedFenceSequence"),S(Al)):Rl(Al)}function S(Al){return Al===Qh?(rd++,ml.consume(Al),S):rd>=kh?(ml.exit("codeFencedFenceSequence"),H(Al)?U(ml,R,"whitespace")(Al):R(Al)):Rl(Al)}function R(zl){return zl===null||B(zl)?(ml.exit("codeFencedFence"),Al(zl)):Rl(zl)}}}function Pm(ml,Al,Rl){let zl=this;return i;function i(Al){return Al===null?Rl(Al):(ml.enter("lineEnding"),ml.consume(Al),ml.exit("lineEnding"),u)}function u(ml){return zl.parser.lazy[zl.now().line]?Rl(ml):Al(ml)}}var Rw={name:"codeIndented",tokenize:Nm},Nw={partial:!0,tokenize:Rm};function Nm(ml,Al,Rl){let zl=this;return i;function i(Al){return ml.enter("codeIndented"),U(ml,u,"linePrefix",5)(Al)}function u(ml){let Al=zl.events[zl.events.length-1];return Al&&Al[1].type==="linePrefix"&&Al[2].sliceSerialize(Al[1],!0).length>=4?a(ml):Rl(ml)}function a(Al){return Al===null?s(Al):B(Al)?ml.attempt(Nw,a,s)(Al):(ml.enter("codeFlowValue"),o(Al))}function o(Al){return Al===null||B(Al)?(ml.exit("codeFlowValue"),a(Al)):(ml.consume(Al),o)}function s(Rl){return ml.exit("codeIndented"),Al(Rl)}}function Rm(ml,Al,Rl){let zl=this;return i;function i(Al){return zl.parser.lazy[zl.now().line]?Rl(Al):B(Al)?(ml.enter("lineEnding"),ml.consume(Al),ml.exit("lineEnding"),i):U(ml,u,"linePrefix",5)(Al)}function u(ml){let rd=zl.events[zl.events.length-1];return rd&&rd[1].type==="linePrefix"&&rd[2].sliceSerialize(rd[1],!0).length>=4?Al(ml):B(ml)?i(ml):Rl(ml)}}var Ow={name:"codeText",previous:zm,resolve:Mm,tokenize:Um};function Mm(ml){let Al=ml.length-4,Rl=3,zl,rd;if((ml[Rl][1].type==="lineEnding"||ml[Rl][1].type==="space")&&(ml[Al][1].type==="lineEnding"||ml[Al][1].type==="space")){for(zl=Rl;++zl=this.left.length+this.right.length)throw new RangeError("Cannot access index `"+ml+"` in a splice buffer of size `"+(this.left.length+this.right.length)+"`");return mlthis.left.length?this.right.slice(this.right.length-Rl+this.left.length,this.right.length-ml+this.left.length).reverse():this.left.slice(ml).concat(this.right.slice(this.right.length-Rl+this.left.length).reverse())}splice(ml,Al,Rl){let zl=Al||0;this.setCursor(Math.trunc(ml));let rd=this.right.splice(this.right.length-zl,Number.POSITIVE_INFINITY);return Rl&&ir(this.left,Rl),rd.reverse()}pop(){return this.setCursor(Number.POSITIVE_INFINITY),this.left.pop()}push(ml){this.setCursor(Number.POSITIVE_INFINITY),this.left.push(ml)}pushMany(ml){this.setCursor(Number.POSITIVE_INFINITY),ir(this.left,ml)}unshift(ml){this.setCursor(0),this.right.push(ml)}unshiftMany(ml){this.setCursor(0),ir(this.right,ml.reverse())}setCursor(ml){if(!(ml===this.left.length||ml>this.left.length&&this.right.length===0||ml<0&&this.left.length===0))if(ml=4?Al(rd):ml.interrupt(zl.parser.constructs.flow,Rl,Al)(rd)}}function Wr(ml,Al,Rl,zl,rd,yh,kh,Qh,cf){let t_=cf||Number.POSITIVE_INFINITY,r_=0;return c;function c(Al){return Al===60?(ml.enter(zl),ml.enter(rd),ml.enter(yh),ml.consume(Al),ml.exit(yh),p):Al===null||Al===32||Al===41||mt(Al)?Rl(Al):(ml.enter(zl),ml.enter(kh),ml.enter(Qh),ml.enter("chunkString",{contentType:"string"}),x(Al))}function p(Rl){return Rl===62?(ml.enter(yh),ml.consume(Rl),ml.exit(yh),ml.exit(rd),ml.exit(zl),Al):(ml.enter(Qh),ml.enter("chunkString",{contentType:"string"}),m(Rl))}function m(Al){return Al===62?(ml.exit("chunkString"),ml.exit(Qh),p(Al)):Al===null||Al===60||B(Al)?Rl(Al):(ml.consume(Al),Al===92?D:m)}function D(Al){return Al===60||Al===62||Al===92?(ml.consume(Al),m):m(Al)}function x(rd){return!r_&&(rd===null||rd===41||G(rd))?(ml.exit("chunkString"),ml.exit(Qh),ml.exit(kh),ml.exit(zl),Al(rd)):r_999||t_===null||t_===91||t_===93&&!cf||t_===94&&!Qh&&"_hiddenFootnoteSupport"in kh.parser.constructs?Rl(t_):t_===93?(ml.exit(yh),ml.enter(rd),ml.consume(t_),ml.exit(rd),ml.exit(zl),Al):B(t_)?(ml.enter("lineEnding"),ml.consume(t_),ml.exit("lineEnding"),f):(ml.enter("chunkString",{contentType:"string"}),c(t_))}function c(Al){return Al===null||Al===91||Al===93||B(Al)||Qh++>999?(ml.exit("chunkString"),f(Al)):(ml.consume(Al),cf||(cf=!H(Al)),Al===92?p:c)}function p(Al){return Al===91||Al===92||Al===93?(ml.consume(Al),Qh++,c):c(Al)}}function $r(ml,Al,Rl,zl,rd,yh){let kh;return o;function o(Al){return Al===34||Al===39||Al===40?(ml.enter(zl),ml.enter(rd),ml.consume(Al),ml.exit(rd),kh=Al===40?41:Al,s):Rl(Al)}function s(Rl){return Rl===kh?(ml.enter(rd),ml.consume(Rl),ml.exit(rd),ml.exit(zl),Al):(ml.enter(yh),l(Rl))}function l(Al){return Al===kh?(ml.exit(yh),s(kh)):Al===null?Rl(Al):B(Al)?(ml.enter("lineEnding"),ml.consume(Al),ml.exit("lineEnding"),U(ml,l,"linePrefix")):(ml.enter("chunkString",{contentType:"string"}),f(Al))}function f(Al){return Al===kh||Al===null||B(Al)?(ml.exit("chunkString"),l(Al)):(ml.consume(Al),Al===92?c:f)}function c(Al){return Al===kh||Al===92?(ml.consume(Al),f):f(Al)}}function dt(ml,Al){let Rl;return n;function n(zl){return B(zl)?(ml.enter("lineEnding"),ml.consume(zl),ml.exit("lineEnding"),Rl=!0,n):H(zl)?U(ml,n,Rl?"linePrefix":"lineSuffix")(zl):Al(zl)}}var jw={name:"definition",tokenize:$m},Uw={partial:!0,tokenize:Km};function $m(ml,Al,Rl){let zl=this,rd;return u;function u(Al){return ml.enter("definition"),a(Al)}function a(Al){return Yr.call(zl,ml,o,Rl,"definitionLabel","definitionLabelMarker","definitionLabelString")(Al)}function o(Al){return rd=fe(zl.sliceSerialize(zl.events[zl.events.length-1][1]).slice(1,-1)),Al===58?(ml.enter("definitionMarker"),ml.consume(Al),ml.exit("definitionMarker"),s):Rl(Al)}function s(Al){return G(Al)?dt(ml,l)(Al):l(Al)}function l(Al){return Wr(ml,f,Rl,"definitionDestination","definitionDestinationLiteral","definitionDestinationLiteralMarker","definitionDestinationRaw","definitionDestinationString")(Al)}function f(Al){return ml.attempt(Uw,c,c)(Al)}function c(Al){return H(Al)?U(ml,p,"whitespace")(Al):p(Al)}function p(yh){return yh===null||B(yh)?(ml.exit("definition"),zl.parser.defined.push(rd),Al(yh)):Rl(yh)}}function Km(ml,Al,Rl){return n;function n(Al){return G(Al)?dt(ml,i)(Al):Rl(Al)}function i(Al){return $r(ml,u,Rl,"definitionTitle","definitionTitleMarker","definitionTitleString")(Al)}function u(Al){return H(Al)?U(ml,a,"whitespace")(Al):a(Al)}function a(ml){return ml===null||B(ml)?Al(ml):Rl(ml)}}var Gw={name:"hardBreakEscape",tokenize:Qm};function Qm(ml,Al,Rl){return n;function n(Al){return ml.enter("hardBreakEscape"),ml.consume(Al),i}function i(zl){return B(zl)?(ml.exit("hardBreakEscape"),Al(zl)):Rl(zl)}}var qw={name:"headingAtx",resolve:Jm,tokenize:Xm};function Jm(ml,Al){let Rl=ml.length-2,zl=3,rd,yh;return ml[zl][1].type==="whitespace"&&(zl+=2),Rl-2>zl&&ml[Rl][1].type==="whitespace"&&(Rl-=2),ml[Rl][1].type==="atxHeadingSequence"&&(zl===Rl-1||Rl-4>zl&&ml[Rl-2][1].type==="whitespace")&&(Rl-=zl+1===Rl?2:4),Rl>zl&&(rd={type:"atxHeadingText",start:ml[zl][1].start,end:ml[Rl][1].end},yh={type:"chunkText",start:ml[zl][1].start,end:ml[Rl][1].end,contentType:"text"},re(ml,zl,Rl-zl+1,[["enter",rd,Al],["enter",yh,Al],["exit",yh,Al],["exit",rd,Al]])),ml}function Xm(ml,Al,Rl){let zl=0;return i;function i(Al){return ml.enter("atxHeading"),u(Al)}function u(Al){return ml.enter("atxHeadingSequence"),a(Al)}function a(Al){return Al===35&&zl++<6?(ml.consume(Al),a):Al===null||G(Al)?(ml.exit("atxHeadingSequence"),o(Al)):Rl(Al)}function o(Rl){return Rl===35?(ml.enter("atxHeadingSequence"),s(Rl)):Rl===null||B(Rl)?(ml.exit("atxHeading"),Al(Rl)):H(Rl)?U(ml,o,"whitespace")(Rl):(ml.enter("atxHeadingText"),l(Rl))}function s(Al){return Al===35?(ml.consume(Al),s):(ml.exit("atxHeadingSequence"),o(Al))}function l(Al){return Al===null||Al===35||G(Al)?(ml.exit("atxHeadingText"),o(Al)):(ml.consume(Al),l)}}var $w=["address","article","aside","base","basefont","blockquote","body","caption","center","col","colgroup","dd","details","dialog","dir","div","dl","dt","fieldset","figcaption","figure","footer","form","frame","frameset","h1","h2","h3","h4","h5","h6","head","header","hr","html","iframe","legend","li","link","main","menu","menuitem","nav","noframes","ol","optgroup","option","p","param","search","section","summary","table","tbody","td","tfoot","th","thead","title","tr","track","ul"],Jw=["pre","script","style","textarea"];var Hw={concrete:!0,name:"htmlFlow",resolveTo:tD,tokenize:rD},Vw={partial:!0,tokenize:iD},Ww={partial:!0,tokenize:nD};function tD(ml){let Al=ml.length;for(;Al--&&!(ml[Al][0]==="enter"&&ml[Al][1].type==="htmlFlow"););return Al>1&&ml[Al-2][1].type==="linePrefix"&&(ml[Al][1].start=ml[Al-2][1].start,ml[Al+1][1].start=ml[Al-2][1].start,ml.splice(Al-2,2)),ml}function rD(ml,Al,Rl){let zl=this,rd,yh,kh,Qh,cf;return l;function l(ml){return f(ml)}function f(Al){return ml.enter("htmlFlow"),ml.enter("htmlFlowData"),ml.consume(Al),c}function c(Qh){return Qh===33?(ml.consume(Qh),p):Qh===47?(ml.consume(Qh),yh=!0,x):Qh===63?(ml.consume(Qh),rd=3,zl.interrupt?Al:h):_w(Qh)?(ml.consume(Qh),kh=String.fromCharCode(Qh),g):Rl(Qh)}function p(yh){return yh===45?(ml.consume(yh),rd=2,m):yh===91?(ml.consume(yh),rd=5,Qh=0,D):_w(yh)?(ml.consume(yh),rd=4,zl.interrupt?Al:h):Rl(yh)}function m(rd){return rd===45?(ml.consume(rd),zl.interrupt?Al:h):Rl(rd)}function D(rd){let yh="CDATA[";return rd===yh.charCodeAt(Qh++)?(ml.consume(rd),Qh===yh.length?zl.interrupt?Al:I:D):Rl(rd)}function x(Al){return _w(Al)?(ml.consume(Al),kh=String.fromCharCode(Al),g):Rl(Al)}function g(Qh){if(Qh===null||Qh===47||Qh===62||G(Qh)){let cf=Qh===47,t_=kh.toLowerCase();return!cf&&!yh&&Jw.includes(t_)?(rd=1,zl.interrupt?Al(Qh):I(Qh)):$w.includes(kh.toLowerCase())?(rd=6,cf?(ml.consume(Qh),k):zl.interrupt?Al(Qh):I(Qh)):(rd=7,zl.interrupt&&!zl.parser.lazy[zl.now().line]?Rl(Qh):yh?E(Qh):w(Qh))}return Qh===45||mw(Qh)?(ml.consume(Qh),kh+=String.fromCharCode(Qh),g):Rl(Qh)}function k(rd){return rd===62?(ml.consume(rd),zl.interrupt?Al:I):Rl(rd)}function E(Al){return H(Al)?(ml.consume(Al),E):b(Al)}function w(Al){return Al===47?(ml.consume(Al),b):Al===58||Al===95||_w(Al)?(ml.consume(Al),T):H(Al)?(ml.consume(Al),w):b(Al)}function T(Al){return Al===45||Al===46||Al===58||Al===95||mw(Al)?(ml.consume(Al),T):y(Al)}function y(Al){return Al===61?(ml.consume(Al),d):H(Al)?(ml.consume(Al),y):w(Al)}function d(Al){return Al===null||Al===60||Al===61||Al===62||Al===96?Rl(Al):Al===34||Al===39?(ml.consume(Al),cf=Al,v):H(Al)?(ml.consume(Al),d):L(Al)}function v(Al){return Al===cf?(ml.consume(Al),cf=null,C):Al===null||B(Al)?Rl(Al):(ml.consume(Al),v)}function L(Al){return Al===null||Al===34||Al===39||Al===47||Al===60||Al===61||Al===62||Al===96||G(Al)?y(Al):(ml.consume(Al),L)}function C(ml){return ml===47||ml===62||H(ml)?w(ml):Rl(ml)}function b(Al){return Al===62?(ml.consume(Al),_):Rl(Al)}function _(Al){return Al===null||B(Al)?I(Al):H(Al)?(ml.consume(Al),_):Rl(Al)}function I(Al){return Al===45&&rd===2?(ml.consume(Al),z):Al===60&&rd===1?(ml.consume(Al),N):Al===62&&rd===4?(ml.consume(Al),W):Al===63&&rd===3?(ml.consume(Al),h):Al===93&&rd===5?(ml.consume(Al),ne):B(Al)&&(rd===6||rd===7)?(ml.exit("htmlFlowData"),ml.check(Vw,ie,S)(Al)):Al===null||B(Al)?(ml.exit("htmlFlowData"),S(Al)):(ml.consume(Al),I)}function S(Al){return ml.check(Ww,R,ie)(Al)}function R(Al){return ml.enter("lineEnding"),ml.consume(Al),ml.exit("lineEnding"),O}function O(Al){return Al===null||B(Al)?S(Al):(ml.enter("htmlFlowData"),I(Al))}function z(Al){return Al===45?(ml.consume(Al),h):I(Al)}function N(Al){return Al===47?(ml.consume(Al),kh="",j):I(Al)}function j(Al){if(Al===62){let Rl=kh.toLowerCase();return Jw.includes(Rl)?(ml.consume(Al),W):I(Al)}return _w(Al)&&kh.length<8?(ml.consume(Al),kh+=String.fromCharCode(Al),j):I(Al)}function ne(Al){return Al===93?(ml.consume(Al),h):I(Al)}function h(Al){return Al===62?(ml.consume(Al),W):Al===45&&rd===2?(ml.consume(Al),h):I(Al)}function W(Al){return Al===null||B(Al)?(ml.exit("htmlFlowData"),ie(Al)):(ml.consume(Al),W)}function ie(Rl){return ml.exit("htmlFlow"),Al(Rl)}}function nD(ml,Al,Rl){let zl=this;return i;function i(Al){return B(Al)?(ml.enter("lineEnding"),ml.consume(Al),ml.exit("lineEnding"),u):Rl(Al)}function u(ml){return zl.parser.lazy[zl.now().line]?Rl(ml):Al(ml)}}function iD(ml,Al,Rl){return n;function n(zl){return ml.enter("lineEnding"),ml.consume(zl),ml.exit("lineEnding"),ml.attempt(kw,Al,Rl)}}var zw={name:"htmlText",tokenize:aD};function aD(ml,Al,Rl){let zl=this,rd,yh,kh;return o;function o(Al){return ml.enter("htmlText"),ml.enter("htmlTextData"),ml.consume(Al),s}function s(Al){return Al===33?(ml.consume(Al),l):Al===47?(ml.consume(Al),y):Al===63?(ml.consume(Al),w):_w(Al)?(ml.consume(Al),L):Rl(Al)}function l(Al){return Al===45?(ml.consume(Al),f):Al===91?(ml.consume(Al),yh=0,D):_w(Al)?(ml.consume(Al),E):Rl(Al)}function f(Al){return Al===45?(ml.consume(Al),m):Rl(Al)}function c(Al){return Al===null?Rl(Al):Al===45?(ml.consume(Al),p):B(Al)?(kh=c,N(Al)):(ml.consume(Al),c)}function p(Al){return Al===45?(ml.consume(Al),m):c(Al)}function m(ml){return ml===62?z(ml):ml===45?p(ml):c(ml)}function D(Al){let zl="CDATA[";return Al===zl.charCodeAt(yh++)?(ml.consume(Al),yh===zl.length?x:D):Rl(Al)}function x(Al){return Al===null?Rl(Al):Al===93?(ml.consume(Al),g):B(Al)?(kh=x,N(Al)):(ml.consume(Al),x)}function g(Al){return Al===93?(ml.consume(Al),k):x(Al)}function k(Al){return Al===62?z(Al):Al===93?(ml.consume(Al),k):x(Al)}function E(Al){return Al===null||Al===62?z(Al):B(Al)?(kh=E,N(Al)):(ml.consume(Al),E)}function w(Al){return Al===null?Rl(Al):Al===63?(ml.consume(Al),T):B(Al)?(kh=w,N(Al)):(ml.consume(Al),w)}function T(ml){return ml===62?z(ml):w(ml)}function y(Al){return _w(Al)?(ml.consume(Al),d):Rl(Al)}function d(Al){return Al===45||mw(Al)?(ml.consume(Al),d):v(Al)}function v(Al){return B(Al)?(kh=v,N(Al)):H(Al)?(ml.consume(Al),v):z(Al)}function L(Al){return Al===45||mw(Al)?(ml.consume(Al),L):Al===47||Al===62||G(Al)?C(Al):Rl(Al)}function C(Al){return Al===47?(ml.consume(Al),z):Al===58||Al===95||_w(Al)?(ml.consume(Al),b):B(Al)?(kh=C,N(Al)):H(Al)?(ml.consume(Al),C):z(Al)}function b(Al){return Al===45||Al===46||Al===58||Al===95||mw(Al)?(ml.consume(Al),b):_(Al)}function _(Al){return Al===61?(ml.consume(Al),I):B(Al)?(kh=_,N(Al)):H(Al)?(ml.consume(Al),_):C(Al)}function I(Al){return Al===null||Al===60||Al===61||Al===62||Al===96?Rl(Al):Al===34||Al===39?(ml.consume(Al),rd=Al,S):B(Al)?(kh=I,N(Al)):H(Al)?(ml.consume(Al),I):(ml.consume(Al),R)}function S(Al){return Al===rd?(ml.consume(Al),rd=void 0,O):Al===null?Rl(Al):B(Al)?(kh=S,N(Al)):(ml.consume(Al),S)}function R(Al){return Al===null||Al===34||Al===39||Al===60||Al===61||Al===96?Rl(Al):Al===47||Al===62||G(Al)?C(Al):(ml.consume(Al),R)}function O(ml){return ml===47||ml===62||G(ml)?C(ml):Rl(ml)}function z(zl){return zl===62?(ml.consume(zl),ml.exit("htmlTextData"),ml.exit("htmlText"),Al):Rl(zl)}function N(Al){return ml.exit("htmlTextData"),ml.enter("lineEnding"),ml.consume(Al),ml.exit("lineEnding"),j}function j(Al){return H(Al)?U(ml,ne,"linePrefix",zl.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(Al):ne(Al)}function ne(Al){return ml.enter("htmlTextData"),kh(Al)}}var Yw={name:"labelEnd",resolveAll:lD,resolveTo:cD,tokenize:fD},Kw={tokenize:pD},Xw={tokenize:hD},Zw={tokenize:mD};function lD(ml){let Al=-1,Rl=[];for(;++Al=3&&(yh===null||B(yh))?(ml.exit("thematicBreak"),Al(yh)):Rl(yh)}function s(Al){return Al===rd?(ml.consume(Al),zl++,s):(ml.exit("thematicBreakSequence"),H(Al)?U(ml,o,"whitespace")(Al):o(Al))}}var iC={continuation:{tokenize:ED},exit:CD,name:"list",tokenize:bD},sC={partial:!0,tokenize:yD},aC={partial:!0,tokenize:wD};function bD(ml,Al,Rl){let zl=this,rd=zl.events[zl.events.length-1],yh=rd&&rd[1].type==="linePrefix"?rd[2].sliceSerialize(rd[1],!0).length:0,kh=0;return o;function o(Al){let rd=zl.containerState.type||(Al===42||Al===43||Al===45?"listUnordered":"listOrdered");if(rd==="listUnordered"?!zl.containerState.marker||Al===zl.containerState.marker:Aw(Al)){if(zl.containerState.type||(zl.containerState.type=rd,ml.enter(rd,{_container:!0})),rd==="listUnordered")return ml.enter("listItemPrefix"),Al===42||Al===45?ml.check(nC,Rl,l)(Al):l(Al);if(!zl.interrupt||Al===49)return ml.enter("listItemPrefix"),ml.enter("listItemValue"),s(Al)}return Rl(Al)}function s(Al){return Aw(Al)&&++kh<10?(ml.consume(Al),s):(!zl.interrupt||kh<2)&&(zl.containerState.marker?Al===zl.containerState.marker:Al===41||Al===46)?(ml.exit("listItemValue"),l(Al)):Rl(Al)}function l(Al){return ml.enter("listItemMarker"),ml.consume(Al),ml.exit("listItemMarker"),zl.containerState.marker=zl.containerState.marker||Al,ml.check(kw,zl.interrupt?Rl:f,ml.attempt(sC,p,c))}function f(ml){return zl.containerState.initialBlankLine=!0,yh++,p(ml)}function c(Al){return H(Al)?(ml.enter("listItemPrefixWhitespace"),ml.consume(Al),ml.exit("listItemPrefixWhitespace"),p):Rl(Al)}function p(Rl){return zl.containerState.size=yh+zl.sliceSerialize(ml.exit("listItemPrefix"),!0).length,Al(Rl)}}function ED(ml,Al,Rl){let zl=this;return zl.containerState._closeFlow=void 0,ml.check(kw,i,u);function i(Rl){return zl.containerState.furtherBlankLines=zl.containerState.furtherBlankLines||zl.containerState.initialBlankLine,U(ml,Al,"listItemIndent",zl.containerState.size+1)(Rl)}function u(Rl){return zl.containerState.furtherBlankLines||!H(Rl)?(zl.containerState.furtherBlankLines=void 0,zl.containerState.initialBlankLine=void 0,a(Rl)):(zl.containerState.furtherBlankLines=void 0,zl.containerState.initialBlankLine=void 0,ml.attempt(aC,Al,a)(Rl))}function a(rd){return zl.containerState._closeFlow=!0,zl.interrupt=void 0,U(ml,ml.attempt(iC,Al,Rl),"linePrefix",zl.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(rd)}}function wD(ml,Al,Rl){let zl=this;return U(ml,i,"listItemIndent",zl.containerState.size+1);function i(ml){let rd=zl.events[zl.events.length-1];return rd&&rd[1].type==="listItemIndent"&&rd[2].sliceSerialize(rd[1],!0).length===zl.containerState.size?Al(ml):Rl(ml)}}function CD(ml){ml.exit(this.containerState.type)}function yD(ml,Al,Rl){let zl=this;return U(ml,i,"listItemPrefixWhitespace",zl.parser.constructs.disable.null.includes("codeIndented")?void 0:5);function i(ml){let rd=zl.events[zl.events.length-1];return!H(ml)&&rd&&rd[1].type==="listItemPrefixWhitespace"?Al(ml):Rl(ml)}}var oC={name:"setextUnderline",resolveTo:vD,tokenize:AD};function vD(ml,Al){let Rl=ml.length,zl,rd,yh;for(;Rl--;)if(ml[Rl][0]==="enter"){if(ml[Rl][1].type==="content"){zl=Rl;break}ml[Rl][1].type==="paragraph"&&(rd=Rl)}else ml[Rl][1].type==="content"&&ml.splice(Rl,1),!yh&&ml[Rl][1].type==="definition"&&(yh=Rl);let kh={type:"setextHeading",start:{...ml[zl][1].start},end:{...ml[ml.length-1][1].end}};return ml[rd][1].type="setextHeadingText",yh?(ml.splice(rd,0,["enter",kh,Al]),ml.splice(yh+1,0,["exit",ml[zl][1],Al]),ml[zl][1].end={...ml[yh][1].end}):ml[zl][1]=kh,ml.push(["exit",kh,Al]),ml}function AD(ml,Al,Rl){let zl=this,rd;return u;function u(Al){let yh=zl.events.length,kh;for(;yh--;)if(zl.events[yh][1].type!=="lineEnding"&&zl.events[yh][1].type!=="linePrefix"&&zl.events[yh][1].type!=="content"){kh=zl.events[yh][1].type==="paragraph";break}return!zl.parser.lazy[zl.now().line]&&(zl.interrupt||kh)?(ml.enter("setextHeadingLine"),rd=Al,a(Al)):Rl(Al)}function a(Al){return ml.enter("setextHeadingLineSequence"),o(Al)}function o(Al){return Al===rd?(ml.consume(Al),o):(ml.exit("setextHeadingLineSequence"),H(Al)?U(ml,s,"lineSuffix")(Al):s(Al))}function s(zl){return zl===null||B(zl)?(ml.exit("setextHeadingLine"),Al(zl)):Rl(zl)}}var lC={tokenize:TD};function TD(ml){let Al=this,Rl=ml.attempt(kw,n,ml.attempt(this.parser.constructs.flowInitial,i,U(ml,ml.attempt(this.parser.constructs.flow,i,ml.attempt(Lw,i)),"linePrefix")));return Rl;function n(zl){if(zl===null){ml.consume(zl);return}return ml.enter("lineEndingBlank"),ml.consume(zl),ml.exit("lineEndingBlank"),Al.currentConstruct=void 0,Rl}function i(zl){if(zl===null){ml.consume(zl);return}return ml.enter("lineEnding"),ml.consume(zl),ml.exit("lineEnding"),Al.currentConstruct=void 0,Rl}}var cC={resolveAll:Ru()},uC=Nu("string"),pC=Nu("text");function Nu(ml){return{resolveAll:Ru(ml==="text"?SD:void 0),tokenize:t};function t(Al){let Rl=this,zl=this.parser.constructs[ml],rd=Al.attempt(zl,a,o);return a;function a(ml){return l(ml)?rd(ml):o(ml)}function o(ml){if(ml===null){Al.consume(ml);return}return Al.enter("data"),Al.consume(ml),s}function s(ml){return l(ml)?(Al.exit("data"),rd(ml)):(Al.consume(ml),s)}function l(ml){if(ml===null)return!0;let Al=zl[ml],rd=-1;if(Al)for(;++rdbC,contentInitial:()=>fC,disable:()=>vC,document:()=>hC,flow:()=>mC,flowInitial:()=>_C,insideSpan:()=>yC,string:()=>gC,text:()=>AC});var hC={42:iC,43:iC,45:iC,48:iC,49:iC,50:iC,51:iC,52:iC,53:iC,54:iC,55:iC,56:iC,57:iC,62:Tw},fC={91:jw},_C={[-2]:Rw,[-1]:Rw,32:Rw},mC={35:qw,42:nC,45:[oC,nC],60:Hw,61:oC,95:nC,96:Pw,126:Pw},gC={38:Bw,92:Iw},AC={[-5]:rC,[-4]:rC,[-3]:rC,33:eC,38:Bw,42:Dw,60:[Sw,zw],91:tC,92:[Gw,Iw],93:Yw,95:Dw,96:Ow},yC={null:[Dw,cC]},bC={null:[42,95]},vC={null:[]};function Mu(ml,Al,Rl){let zl={_bufferIndex:-1,_index:0,line:Rl&&Rl.line||1,column:Rl&&Rl.column||1,offset:Rl&&Rl.offset||0},rd={},yh=[],kh=[],Qh=[],cf=!0,t_={attempt:C(v),check:C(L),consume:T,enter:y,exit:d,interrupt:C(L,{interrupt:!0})},r_={code:null,containerState:{},defineSkip:k,events:[],now:g,parser:ml,previous:null,sliceSerialize:D,sliceStream:x,write:m},u_=Al.tokenize.call(r_,t_),C_;return Al.resolveAll&&yh.push(Al),r_;function m(ml){return kh=he(kh,ml),E(),kh[kh.length-1]!==null?[]:(b(Al,0),r_.events=nt(yh,r_.events,r_),r_.events)}function D(ml,Al){return zD(x(ml),Al)}function x(ml){return MD(kh,ml)}function g(){let{_bufferIndex:ml,_index:Al,line:Rl,column:rd,offset:yh}=zl;return{_bufferIndex:ml,_index:Al,line:Rl,column:rd,offset:yh}}function k(ml){rd[ml.line]=ml.column,I()}function E(){let ml;for(;zl._index-1){let ml=kh[0];typeof ml=="string"?kh[0]=ml.slice(zl):kh.shift()}yh>0&&kh.push(ml[rd].slice(0,yh))}return kh}function zD(ml,Al){let Rl=-1,zl=[],rd;for(;++Rl0){let ml=rd.tokenStack[rd.tokenStack.length-1];(ml[1]||Gu).call(rd,void 0,ml[0])}for(zl.position={start:it(ml.length>0?ml[0][1].start:{line:1,column:1,offset:0}),end:it(ml.length>0?ml[ml.length-2][1].end:{line:1,column:1,offset:0})},kh=-1;++kh{ml.exports=function(ml){var Al,Rl;return ml._compiled||(Al=ml.before?"(?:"+ml.before+")":"",Rl=ml.after?"(?:"+ml.after+")":"",ml.atBreak&&(Al="[\\r\\n][\\t ]*"+Al),ml._compiled=new RegExp((Al?"("+Al+")":"")+(/[|\\{}()[\]^$+*?.-]/.test(ml.character)?"\\":"")+ml.character+(Rl||""),"g")),ml._compiled}},112:ml=>{function t(ml,Al,Rl){var zl;if(!Al)return Rl;for(typeof Al=="string"&&(Al=[Al]),zl=-1;++zl{ml.exports=function(ml,Al,Rl){for(var yh,kh,Qh,cf,t_,r_,u_,C_,D_=(Rl.before||"")+(Al||"")+(Rl.after||""),S_=[],P_=[],Cg={},eA=-1;++eA=C_||Qh+1{var Al=ml&&ml.__esModule?()=>ml.default:()=>ml;return Be.d(Al,{a:Al}),Al},Be.d=(ml,Al)=>{for(var Rl in Al)Be.o(Al,Rl)&&!Be.o(ml,Rl)&&Object.defineProperty(ml,Rl,{enumerable:!0,get:Al[Rl]})},Be.o=(ml,Al)=>Object.prototype.hasOwnProperty.call(ml,Al);var SC={};(()=>{function e(ml={}){let Al=ml.permalinks||[],Rl=ml.pageResolver||(ml=>[ml.replace(/ /g,"_").toLowerCase()]),zl=ml.newClassName||"new",rd=ml.wikiLinkClassName||"internal",yh=ml.hrefTemplate||(ml=>`#/page/${ml}`),kh;function c(ml){return ml[ml.length-1]}return{enter:{wikiLink:function(ml){kh={type:"wikiLink",value:null,data:{alias:null,permalink:null,exists:null}},this.enter(kh,ml)}},exit:{wikiLinkTarget:function(ml){let Al=this.sliceSerialize(ml);c(this.stack).value=Al},wikiLinkAlias:function(ml){let Al=this.sliceSerialize(ml);c(this.stack).data.alias=Al},wikiLink:function(ml){this.exit(ml);let Qh=kh,cf=Rl(Qh.value),t_=cf.find(ml=>Al.indexOf(ml)!==-1),r_=t_!==void 0,u_;u_=r_?t_:cf[0]||"";let C_=Qh.value;Qh.data.alias&&(C_=Qh.data.alias);let D_=rd;r_||(D_+=" "+zl),Qh.data.alias=C_,Qh.data.permalink=u_,Qh.data.exists=r_,Qh.data.hName="a",Qh.data.hProperties={className:D_,href:yh(u_)},Qh.data.hChildren=[{type:"text",value:C_}]}}}}Be.d(SC,{V:()=>e,x:()=>n});var ml=Be(113),Al=Be.n(ml);function n(ml={}){let Rl=ml.aliasDivider||":";return{unsafe:[{character:"[",inConstruct:["phrasing","label","reference"]},{character:"]",inConstruct:["label","reference"]}],handlers:{wikiLink:function(ml,zl,rd){let yh=rd.enter("wikiLink"),kh=Al()(rd,ml.value,{before:"[",after:"]"}),Qh=Al()(rd,ml.data.alias,{before:"[",after:"]"}),cf;return cf=Qh!==kh?`[[${kh}${Rl}${Qh}]]`:`[[${kh}]]`,yh(),cf}}}}})();var kC=SC.V,TC=SC.x;var IC={tokenize:JD,partial:!0},BC={tokenize:XD,partial:!0},FC={tokenize:ZD,partial:!0},PC={tokenize:ed,partial:!0},RC={tokenize:td,partial:!0},NC={name:"wwwAutolink",tokenize:KD,previous:eo},OC={name:"protocolAutolink",tokenize:QD,previous:to},QC={name:"emailAutolink",tokenize:$D,previous:ro},LC={};function hi(){return{text:LC}}var MC=48;for(;MC<123;)LC[MC]=QC,MC++,MC===58?MC=65:MC===91&&(MC=97);LC[43]=QC;LC[45]=QC;LC[46]=QC;LC[95]=QC;LC[72]=[QC,OC];LC[104]=[QC,OC];LC[87]=[QC,NC];LC[119]=[QC,NC];function $D(ml,Al,Rl){let zl=this,rd,yh;return a;function a(Al){return!pi(Al)||!ro.call(zl,zl.previous)||mi(zl.events)?Rl(Al):(ml.enter("literalAutolink"),ml.enter("literalAutolinkEmail"),o(Al))}function o(Al){return pi(Al)?(ml.consume(Al),o):Al===64?(ml.consume(Al),s):Rl(Al)}function s(Al){return Al===46?ml.check(RC,f,l)(Al):Al===45||Al===95||mw(Al)?(yh=!0,ml.consume(Al),s):f(Al)}function l(Al){return ml.consume(Al),rd=!0,s}function f(kh){return yh&&rd&&_w(zl.previous)?(ml.exit("literalAutolinkEmail"),ml.exit("literalAutolink"),Al(kh)):Rl(kh)}}function KD(ml,Al,Rl){let zl=this;return i;function i(Al){return Al!==87&&Al!==119||!eo.call(zl,zl.previous)||mi(zl.events)?Rl(Al):(ml.enter("literalAutolink"),ml.enter("literalAutolinkWww"),ml.check(IC,ml.attempt(BC,ml.attempt(FC,u),Rl),Rl)(Al))}function u(Rl){return ml.exit("literalAutolinkWww"),ml.exit("literalAutolink"),Al(Rl)}}function QD(ml,Al,Rl){let zl=this,rd="",yh=!1;return a;function a(Al){return(Al===72||Al===104)&&to.call(zl,zl.previous)&&!mi(zl.events)?(ml.enter("literalAutolink"),ml.enter("literalAutolinkHttp"),rd+=String.fromCodePoint(Al),ml.consume(Al),o):Rl(Al)}function o(Al){if(_w(Al)&&rd.length<5)return rd+=String.fromCodePoint(Al),ml.consume(Al),o;if(Al===58){let Rl=rd.toLowerCase();if(Rl==="http"||Rl==="https")return ml.consume(Al),s}return Rl(Al)}function s(Al){return Al===47?(ml.consume(Al),yh?l:(yh=!0,s)):Rl(Al)}function l(Al){return Al===null||mt(Al)||G(Al)||Ew(Al)||vw(Al)?Rl(Al):ml.attempt(BC,ml.attempt(FC,f),Rl)(Al)}function f(Rl){return ml.exit("literalAutolinkHttp"),ml.exit("literalAutolink"),Al(Rl)}}function JD(ml,Al,Rl){let zl=0;return i;function i(Al){return(Al===87||Al===119)&&zl<3?(zl++,ml.consume(Al),i):Al===46&&zl===3?(ml.consume(Al),u):Rl(Al)}function u(ml){return ml===null?Rl(ml):Al(ml)}}function XD(ml,Al,Rl){let zl,rd,yh;return a;function a(Al){return Al===46||Al===95?ml.check(PC,s,o)(Al):Al===null||G(Al)||Ew(Al)||Al!==45&&vw(Al)?s(Al):(yh=!0,ml.consume(Al),a)}function o(Al){return Al===95?zl=!0:(rd=zl,zl=void 0),ml.consume(Al),a}function s(ml){return rd||zl||!yh?Rl(ml):Al(ml)}}function ZD(ml,Al){let Rl=0,zl=0;return i;function i(rd){return rd===40?(Rl++,ml.consume(rd),i):rd===41&&zl0&&!Rl&&(ml[ml.length-1][1]._gfmAutolinkLiteralWalkedInto=!0),Rl}var jC={tokenize:ld,partial:!0};function Di(){return{document:{91:{name:"gfmFootnoteDefinition",tokenize:ud,continuation:{tokenize:od},exit:sd}},text:{91:{name:"gfmFootnoteCall",tokenize:ad},93:{name:"gfmPotentialFootnoteCall",add:"after",tokenize:nd,resolveTo:id}}}}function nd(ml,Al,Rl){let zl=this,rd=zl.events.length,yh=zl.parser.gfmFootnotes||(zl.parser.gfmFootnotes=[]),kh;for(;rd--;){let ml=zl.events[rd][1];if(ml.type==="labelImage"){kh=ml;break}if(ml.type==="gfmFootnoteCall"||ml.type==="labelLink"||ml.type==="label"||ml.type==="image"||ml.type==="link")break}return o;function o(rd){if(!kh||!kh._balanced)return Rl(rd);let Qh=fe(zl.sliceSerialize({start:kh.end,end:zl.now()}));return Qh.codePointAt(0)!==94||!yh.includes(Qh.slice(1))?Rl(rd):(ml.enter("gfmFootnoteCallLabelMarker"),ml.consume(rd),ml.exit("gfmFootnoteCallLabelMarker"),Al(rd))}}function id(ml,Al){let Rl=ml.length,zl;for(;Rl--;)if(ml[Rl][1].type==="labelImage"&&ml[Rl][0]==="enter"){zl=ml[Rl][1];break}ml[Rl+1][1].type="data",ml[Rl+3][1].type="gfmFootnoteCallLabelMarker";let rd={type:"gfmFootnoteCall",start:Object.assign({},ml[Rl+3][1].start),end:Object.assign({},ml[ml.length-1][1].end)},yh={type:"gfmFootnoteCallMarker",start:Object.assign({},ml[Rl+3][1].end),end:Object.assign({},ml[Rl+3][1].end)};yh.end.column++,yh.end.offset++,yh.end._bufferIndex++;let kh={type:"gfmFootnoteCallString",start:Object.assign({},yh.end),end:Object.assign({},ml[ml.length-1][1].start)},Qh={type:"chunkString",contentType:"string",start:Object.assign({},kh.start),end:Object.assign({},kh.end)},cf=[ml[Rl+1],ml[Rl+2],["enter",rd,Al],ml[Rl+3],ml[Rl+4],["enter",yh,Al],["exit",yh,Al],["enter",kh,Al],["enter",Qh,Al],["exit",Qh,Al],["exit",kh,Al],ml[ml.length-2],ml[ml.length-1],["exit",rd,Al]];return ml.splice(Rl,ml.length-Rl+1,...cf),ml}function ad(ml,Al,Rl){let zl=this,rd=zl.parser.gfmFootnotes||(zl.parser.gfmFootnotes=[]),yh=0,kh;return o;function o(Al){return ml.enter("gfmFootnoteCall"),ml.enter("gfmFootnoteCallLabelMarker"),ml.consume(Al),ml.exit("gfmFootnoteCallLabelMarker"),s}function s(Al){return Al!==94?Rl(Al):(ml.enter("gfmFootnoteCallMarker"),ml.consume(Al),ml.exit("gfmFootnoteCallMarker"),ml.enter("gfmFootnoteCallString"),ml.enter("chunkString").contentType="string",l)}function l(Qh){if(yh>999||Qh===93&&!kh||Qh===null||Qh===91||G(Qh))return Rl(Qh);if(Qh===93){ml.exit("chunkString");let yh=ml.exit("gfmFootnoteCallString");return rd.includes(fe(zl.sliceSerialize(yh)))?(ml.enter("gfmFootnoteCallLabelMarker"),ml.consume(Qh),ml.exit("gfmFootnoteCallLabelMarker"),ml.exit("gfmFootnoteCall"),Al):Rl(Qh)}return G(Qh)||(kh=!0),yh++,ml.consume(Qh),Qh===92?f:l}function f(Al){return Al===91||Al===92||Al===93?(ml.consume(Al),yh++,l):l(Al)}}function ud(ml,Al,Rl){let zl=this,rd=zl.parser.gfmFootnotes||(zl.parser.gfmFootnotes=[]),yh,kh=0,Qh;return s;function s(Al){return ml.enter("gfmFootnoteDefinition")._container=!0,ml.enter("gfmFootnoteDefinitionLabel"),ml.enter("gfmFootnoteDefinitionLabelMarker"),ml.consume(Al),ml.exit("gfmFootnoteDefinitionLabelMarker"),l}function l(Al){return Al===94?(ml.enter("gfmFootnoteDefinitionMarker"),ml.consume(Al),ml.exit("gfmFootnoteDefinitionMarker"),ml.enter("gfmFootnoteDefinitionLabelString"),ml.enter("chunkString").contentType="string",f):Rl(Al)}function f(Al){if(kh>999||Al===93&&!Qh||Al===null||Al===91||G(Al))return Rl(Al);if(Al===93){ml.exit("chunkString");let Rl=ml.exit("gfmFootnoteDefinitionLabelString");return yh=fe(zl.sliceSerialize(Rl)),ml.enter("gfmFootnoteDefinitionLabelMarker"),ml.consume(Al),ml.exit("gfmFootnoteDefinitionLabelMarker"),ml.exit("gfmFootnoteDefinitionLabel"),p}return G(Al)||(Qh=!0),kh++,ml.consume(Al),Al===92?c:f}function c(Al){return Al===91||Al===92||Al===93?(ml.consume(Al),kh++,f):f(Al)}function p(Al){return Al===58?(ml.enter("definitionMarker"),ml.consume(Al),ml.exit("definitionMarker"),rd.includes(yh)||rd.push(yh),U(ml,m,"gfmFootnoteDefinitionWhitespace")):Rl(Al)}function m(ml){return Al(ml)}}function od(ml,Al,Rl){return ml.check(kw,Al,ml.attempt(jC,Al,Rl))}function sd(ml){ml.exit("gfmFootnoteDefinition")}function ld(ml,Al,Rl){let zl=this;return U(ml,i,"gfmFootnoteDefinitionIndent",5);function i(ml){let rd=zl.events[zl.events.length-1];return rd&&rd[1].type==="gfmFootnoteDefinitionIndent"&&rd[2].sliceSerialize(rd[1],!0).length===4?Al(ml):Rl(ml)}}function di(ml){let Al=(ml||{}).singleTilde,Rl={name:"strikethrough",tokenize:u,resolveAll:i};return Al==null&&(Al=!0),{text:{126:Rl},insideSpan:{null:[Rl]},attentionMarkers:{null:[126]}};function i(ml,Al){let Rl=-1;for(;++Rl1?zl(yh):(ml.consume(yh),kh++,m);if(kh<2&&!Al)return zl(yh);let cf=ml.exit("strikethroughSequenceTemporary"),t_=St(yh);return cf._open=!t_||t_===2&&!!Qh,cf._close=!Qh||Qh===2&&!!t_,Rl(yh)}}}var UC=class{constructor(){this.map=[]}add(ml,Al,Rl){cd(this,ml,Al,Rl)}consume(ml){if(this.map.sort(function(ml,Al){return ml[0]-Al[0]}),this.map.length===0)return;let Al=this.map.length,Rl=[];for(;Al>0;)Al-=1,Rl.push(ml.slice(this.map[Al][0]+this.map[Al][1]),this.map[Al][2]),ml.length=this.map[Al][0];Rl.push(ml.slice()),ml.length=0;let zl=Rl.pop();for(;zl;){for(let Al of zl)ml.push(Al);zl=Rl.pop()}this.map.length=0}};function cd(ml,Al,Rl,zl){let rd=0;if(!(Rl===0&&zl.length===0)){for(;rd-1;){let ml=zl.events[Al][1].type;if(ml==="lineEnding"||ml==="linePrefix")Al--;else break}let rd=Al>-1?zl.events[Al][1].type:null,yh=rd==="tableHead"||rd==="tableRow"?d:s;return yh===d&&zl.parser.lazy[zl.now().line]?Rl(ml):yh(ml)}function s(Al){return ml.enter("tableHead"),ml.enter("tableRow"),l(Al)}function l(ml){return ml===124||(kh=!0,yh+=1),f(ml)}function f(Al){return Al===null?Rl(Al):B(Al)?yh>1?(yh=0,zl.interrupt=!0,ml.exit("tableRow"),ml.enter("lineEnding"),ml.consume(Al),ml.exit("lineEnding"),m):Rl(Al):H(Al)?U(ml,f,"whitespace")(Al):(yh+=1,kh&&(kh=!1,rd+=1),Al===124?(ml.enter("tableCellDivider"),ml.consume(Al),ml.exit("tableCellDivider"),kh=!0,f):(ml.enter("data"),c(Al)))}function c(Al){return Al===null||Al===124||G(Al)?(ml.exit("data"),f(Al)):(ml.consume(Al),Al===92?p:c)}function p(Al){return Al===92||Al===124?(ml.consume(Al),c):c(Al)}function m(Al){return zl.interrupt=!1,zl.parser.lazy[zl.now().line]?Rl(Al):(ml.enter("tableDelimiterRow"),kh=!1,H(Al)?U(ml,D,"linePrefix",zl.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(Al):D(Al))}function D(Al){return Al===45||Al===58?g(Al):Al===124?(kh=!0,ml.enter("tableCellDivider"),ml.consume(Al),ml.exit("tableCellDivider"),x):y(Al)}function x(Al){return H(Al)?U(ml,g,"whitespace")(Al):g(Al)}function g(Al){return Al===58?(yh+=1,kh=!0,ml.enter("tableDelimiterMarker"),ml.consume(Al),ml.exit("tableDelimiterMarker"),k):Al===45?(yh+=1,k(Al)):Al===null||B(Al)?T(Al):y(Al)}function k(Al){return Al===45?(ml.enter("tableDelimiterFiller"),E(Al)):y(Al)}function E(Al){return Al===45?(ml.consume(Al),E):Al===58?(kh=!0,ml.exit("tableDelimiterFiller"),ml.enter("tableDelimiterMarker"),ml.consume(Al),ml.exit("tableDelimiterMarker"),w):(ml.exit("tableDelimiterFiller"),w(Al))}function w(Al){return H(Al)?U(ml,T,"whitespace")(Al):T(Al)}function T(Rl){return Rl===124?D(Rl):Rl===null||B(Rl)?!kh||rd!==yh?y(Rl):(ml.exit("tableDelimiterRow"),ml.exit("tableHead"),Al(Rl)):y(Rl)}function y(ml){return Rl(ml)}function d(Al){return ml.enter("tableRow"),v(Al)}function v(Rl){return Rl===124?(ml.enter("tableCellDivider"),ml.consume(Rl),ml.exit("tableCellDivider"),v):Rl===null||B(Rl)?(ml.exit("tableRow"),Al(Rl)):H(Rl)?U(ml,v,"whitespace")(Rl):(ml.enter("data"),L(Rl))}function L(Al){return Al===null||Al===124||G(Al)?(ml.exit("data"),v(Al)):(ml.consume(Al),Al===92?C:L)}function C(Al){return Al===92||Al===124?(ml.consume(Al),L):L(Al)}}function pd(ml,Al){let Rl=-1,zl=!0,rd=0,yh=[0,0,0,0],kh=[0,0,0,0],Qh=!1,cf=0,t_,r_,u_,C_=new UC;for(;++RlRl[2]+1){let Al=Rl[2]+1,zl=Rl[3]-Rl[2]-1;ml.add(Al,zl,[])}}ml.add(Rl[3]+1,0,[["exit",kh,Al]])}return rd!==void 0&&(yh.end=Object.assign({},It(Al.events,rd)),ml.add(rd,0,[["exit",yh,Al]]),yh=void 0),yh}function io(ml,Al,Rl,zl,rd){let yh=[],kh=It(Al.events,Rl);rd&&(rd.end=Object.assign({},kh),yh.push(["exit",rd,Al])),zl.end=Object.assign({},kh),yh.push(["exit",zl,Al]),ml.add(Rl+1,0,yh)}function It(ml,Al){let Rl=ml[Al],zl=Rl[0]==="enter"?"start":"end";return Rl[1][zl]}var GC={name:"tasklistCheck",tokenize:md};function xi(){return{text:{91:GC}}}function md(ml,Al,Rl){let zl=this;return i;function i(Al){return zl.previous!==null||!zl._gfmTasklistFirstContentOfListItem?Rl(Al):(ml.enter("taskListCheck"),ml.enter("taskListCheckMarker"),ml.consume(Al),ml.exit("taskListCheckMarker"),u)}function u(Al){return G(Al)?(ml.enter("taskListCheckValueUnchecked"),ml.consume(Al),ml.exit("taskListCheckValueUnchecked"),a):Al===88||Al===120?(ml.enter("taskListCheckValueChecked"),ml.consume(Al),ml.exit("taskListCheckValueChecked"),a):Rl(Al)}function a(Al){return Al===93?(ml.enter("taskListCheckMarker"),ml.consume(Al),ml.exit("taskListCheckMarker"),ml.exit("taskListCheck"),o):Rl(Al)}function o(zl){return B(zl)?Al(zl):H(zl)?ml.check({tokenize:Dd},Al,Rl)(zl):Rl(zl)}}function Dd(ml,Al,Rl){return U(ml,n,"whitespace");function n(ml){return ml===null?Rl(ml):Al(ml)}}function ao(ml){return Rr([hi(),Di(),di(ml),gi(),xi()])}var qC={tokenize:dd,concrete:!0,name:"mathFlow"},$C={tokenize:gd,partial:!0};function dd(ml,Al,Rl){let zl=this,rd=zl.events[zl.events.length-1],yh=rd&&rd[1].type==="linePrefix"?rd[2].sliceSerialize(rd[1],!0).length:0,kh=0;return o;function o(Al){return ml.enter("mathFlow"),ml.enter("mathFlowFence"),ml.enter("mathFlowFenceSequence"),s(Al)}function s(Al){return Al===36?(ml.consume(Al),kh++,s):kh<2?Rl(Al):(ml.exit("mathFlowFenceSequence"),U(ml,l,"whitespace")(Al))}function l(Al){return Al===null||B(Al)?c(Al):(ml.enter("mathFlowFenceMeta"),ml.enter("chunkString",{contentType:"string"}),f(Al))}function f(Al){return Al===null||B(Al)?(ml.exit("chunkString"),ml.exit("mathFlowFenceMeta"),c(Al)):Al===36?Rl(Al):(ml.consume(Al),f)}function c(Rl){return ml.exit("mathFlowFence"),zl.interrupt?Al(Rl):ml.attempt($C,p,g)(Rl)}function p(Al){return ml.attempt({tokenize:k,partial:!0},g,m)(Al)}function m(Al){return(yh?U(ml,D,"linePrefix",yh+1):D)(Al)}function D(Al){return Al===null?g(Al):B(Al)?ml.attempt($C,p,g)(Al):(ml.enter("mathFlowValue"),x(Al))}function x(Al){return Al===null||B(Al)?(ml.exit("mathFlowValue"),D(Al)):(ml.consume(Al),x)}function g(Rl){return ml.exit("mathFlow"),Al(Rl)}function k(ml,Al,Rl){let rd=0;return U(ml,d,"linePrefix",zl.parser.constructs.disable.null.includes("codeIndented")?void 0:4);function d(Al){return ml.enter("mathFlowFence"),ml.enter("mathFlowFenceSequence"),v(Al)}function v(Al){return Al===36?(rd++,ml.consume(Al),v):rd0&&arguments[0]!==void 0?arguments[0]:{},Al=ml.aliasDivider||":",Rl=Al,zl="[[",rd="]]";function u(ml,Al,yh){var kh,Qh,cf=0,t_=0,r_=0;return x;function x(Al){return Al!==zl.charCodeAt(t_)?yh(Al):(ml.enter("wikiLink"),ml.enter("wikiLinkMarker"),g(Al))}function g(Al){return t_===zl.length?(ml.exit("wikiLinkMarker"),k(Al)):Al!==zl.charCodeAt(t_)?yh(Al):(ml.consume(Al),t_++,g)}function k(Al){return Fi(Al)||Al===JC.eof?yh(Al):(ml.enter("wikiLinkData"),ml.enter("wikiLinkTarget"),E(Al))}function E(Al){return Al===Rl.charCodeAt(cf)?kh?(ml.exit("wikiLinkTarget"),ml.enter("wikiLinkAliasMarker"),w(Al)):yh(Al):Al===rd.charCodeAt(r_)?kh?(ml.exit("wikiLinkTarget"),ml.exit("wikiLinkData"),ml.enter("wikiLinkMarker"),y(Al)):yh(Al):Fi(Al)||Al===JC.eof?yh(Al):(lo(Al)||(kh=!0),ml.consume(Al),E)}function w(Al){return cf===Rl.length?(ml.exit("wikiLinkAliasMarker"),ml.enter("wikiLinkAlias"),T(Al)):Al!==Rl.charCodeAt(cf)?yh(Al):(ml.consume(Al),cf++,w)}function T(Al){return Al===rd.charCodeAt(r_)?Qh?(ml.exit("wikiLinkAlias"),ml.exit("wikiLinkData"),ml.enter("wikiLinkMarker"),y(Al)):yh(Al):Fi(Al)||Al===JC.eof?yh(Al):(lo(Al)||(Qh=!0),ml.consume(Al),T)}function y(Rl){return r_===rd.length?(ml.exit("wikiLinkMarker"),ml.exit("wikiLink"),Al(Rl)):Rl!==rd.charCodeAt(r_)?yh(Rl):(ml.consume(Rl),r_++,y)}}var yh={tokenize:u};return{text:{91:yh}}}var Bt=(ml,Al)=>(Rl,zl,...rd)=>Rl|1&&zl==null?void 0:(Al.call(zl)??zl[ml]).apply(zl,rd);function Fd(ml){return this[ml<0?this.length+ml:ml]}var HC=Bt("at",function(){if(Array.isArray(this)||typeof this=="string")return Fd}),VC=HC;var WC=String.prototype.replaceAll??function(ml,Al){return ml.global?this.replace(ml,Al):this.split(ml).join(Al)},zC=Bt("replaceAll",function(){if(typeof this=="string")return WC}),YC=zC;var Cd=()=>{},KC=Cd;function yd(ml){return YC(0,ml,/[^\n]/g," ")}var XC=yd;var ZC=Symbol.for("PRETTIER_IS_FRONT_MATTER");var rx=3;function vd(ml){let Al=ml.slice(0,rx);if(Al!=="---"&&Al!=="+++")return;let Rl=ml.indexOf(`\n`,rx);if(Rl===-1)return;let zl=ml.slice(rx,Rl).trim(),rd=ml.indexOf(`\n${Al}`,Rl),yh=zl;if(yh||(yh=Al==="+++"?"toml":"yaml"),rd===-1&&Al==="---"&&yh==="yaml"&&(rd=ml.indexOf(`\n...`,Rl)),rd===-1)return;let kh=rd+1+rx,Qh=ml.charAt(kh+1);if(!/\s?/.test(Qh))return;let cf=ml.slice(0,kh),t_;return{language:yh,explicitLanguage:zl||null,value:ml.slice(Rl+1,rd),startDelimiter:Al,endDelimiter:cf.slice(-rx),raw:cf,start:{line:1,column:0,index:0},end:{index:cf.length,get line(){return t_??(t_=cf.split(`\n`)),t_.length},get column(){return t_??(t_=cf.split(`\n`)),VC(0,t_,-1).length}},[ZC]:!0}}function Ad(ml){let Al=vd(ml);return Al?{frontMatter:Al,get content(){let{raw:Rl}=Al;return XC(Rl)+ml.slice(Rl.length)}}:{content:ml}}var nx=Ad;function bi(ml,Al){let Rl=String(ml);if(typeof Al!="string")throw new TypeError("Expected character");let zl=0,rd=Rl.indexOf(Al);for(;rd!==-1;)zl++,rd=Rl.indexOf(Al,rd+Al.length);return zl}function ve(ml){if(typeof ml!="string")throw new TypeError("Expected a string");return ml.replace(/[|\\{}()[\]^$+*?.]/g,"\\$&").replace(/-/g,"\\x2d")}var _t=function(ml){if(ml==null)return Id;if(typeof ml=="function")return Zr(ml);if(typeof ml=="object")return Array.isArray(ml)?Td(ml):Sd(ml);if(typeof ml=="string")return Ld(ml);throw new Error("Expected function, string, or object as test")};function Td(ml){let Al=[],Rl=-1;for(;++Rl":""))+")"})}return p;function p(){let cf=sx,t_,r_,u_;if((!Al||yh(ml,rd,Qh[Qh.length-1]||void 0))&&(cf=Bd(Rl(ml,Qh)),cf[0]===cx))return cf;if("children"in ml&&ml.children){let Al=ml;if(Al.children&&cf[0]!==dx)for(r_=(zl?Al.children.length:-1)+kh,u_=Qh.concat(Al);r_>-1&&r_0?{type:"text",value:yh}:void 0),yh===!1?zl.lastIndex=Rl+1:(Qh!==Rl&&r_.push({type:"text",value:ml.value.slice(Qh,Rl)}),Array.isArray(yh)?r_.push(...yh):yh&&r_.push(yh),Qh=Rl+u_[0].length,t_=!0),!zl.global)break;u_=zl.exec(ml.value)}return t_?(Qh?\]}]+$/.exec(ml);if(!Al)return[ml,void 0];ml=ml.slice(0,Al.index);let Rl=Al[0],zl=Rl.indexOf(")"),rd=bi(ml,"("),yh=bi(ml,")");for(;zl!==-1&&rd>yh;)ml+=Rl.slice(0,zl+1),Rl=Rl.slice(zl+1),zl=Rl.indexOf(")"),yh++;return[ml,Rl]}function Do(ml,Al){let Rl=ml.input.charCodeAt(ml.index-1);return(ml.index===0||Ew(Rl)||vw(Rl))&&(!Al||Rl!==47)}ng.peek=rg;function $d(){this.buffer()}function Kd(ml){this.enter({type:"footnoteReference",identifier:"",label:""},ml)}function Qd(){this.buffer()}function Jd(ml){this.enter({type:"footnoteDefinition",identifier:"",label:"",children:[]},ml)}function Xd(ml){let Al=this.resume(),Rl=this.stack[this.stack.length-1];Rl.type,Rl.identifier=fe(this.sliceSerialize(ml)).toLowerCase(),Rl.label=Al}function Zd(ml){this.exit(ml)}function eg(ml){let Al=this.resume(),Rl=this.stack[this.stack.length-1];Rl.type,Rl.identifier=fe(this.sliceSerialize(ml)).toLowerCase(),Rl.label=Al}function tg(ml){this.exit(ml)}function rg(){return"["}function ng(ml,Al,Rl,zl){let rd=Rl.createTracker(zl),yh=rd.move("[^"),kh=Rl.enter("footnoteReference"),Qh=Rl.enter("reference");return yh+=rd.move(Rl.safe(Rl.associationId(ml),{after:"]",before:yh})),Qh(),kh(),yh+=rd.move("]"),yh}function Ai(){return{enter:{gfmFootnoteCallString:$d,gfmFootnoteCall:Kd,gfmFootnoteDefinitionLabelString:Qd,gfmFootnoteDefinition:Jd},exit:{gfmFootnoteCallString:Xd,gfmFootnoteCall:Zd,gfmFootnoteDefinitionLabelString:eg,gfmFootnoteDefinition:tg}}}og.peek=sg;function Ti(){return{canContainEols:["delete"],enter:{strikethrough:ag},exit:{strikethrough:ug}}}function ag(ml){this.enter({type:"delete",children:[]},ml)}function ug(ml){this.exit(ml)}function og(ml,Al,Rl,zl){let rd=Rl.createTracker(zl),yh=Rl.enter("strikethrough"),kh=rd.move("~~");return kh+=Rl.containerPhrasing(ml,{...rd.current(),before:kh,after:"~"}),kh+=rd.move("~~"),yh(),kh}function sg(){return"~"}function Li(){return{enter:{table:cg,tableData:go,tableHeader:go,tableRow:pg},exit:{codeText:hg,table:fg,tableData:Si,tableHeader:Si,tableRow:Si}}}function cg(ml){let Al=ml._align;this.enter({type:"table",align:Al.map(function(ml){return ml==="none"?null:ml}),children:[]},ml),this.data.inTable=!0}function fg(ml){this.exit(ml),this.data.inTable=void 0}function pg(ml){this.enter({type:"tableRow",children:[]},ml)}function Si(ml){this.exit(ml)}function go(ml){this.enter({type:"tableCell",children:[]},ml)}function hg(ml){let Al=this.resume();this.data.inTable&&(Al=Al.replace(/\\([\\|])/g,mg));let Rl=this.stack[this.stack.length-1];Rl.type,Rl.value=Al,this.exit(ml)}function mg(ml,Al){return Al==="|"?Al:ml}function Ii(){return{exit:{taskListCheckValueChecked:xo,taskListCheckValueUnchecked:xo,paragraph:dg}}}function xo(ml){let Al=this.stack[this.stack.length-2];Al.type,Al.checked=ml.type==="taskListCheckValueChecked"}function dg(ml){let Al=this.stack[this.stack.length-2];if(Al&&Al.type==="listItem"&&typeof Al.checked=="boolean"){let ml=this.stack[this.stack.length-1];ml.type;let Rl=ml.children[0];if(Rl&&Rl.type==="text"){let zl=Al.children,rd=-1,yh;for(;++rdml.enter.literalAutolink);return Al.transforms=[],ml}var hx={carriageReturn:-5,lineFeed:-4,carriageReturnLineFeed:-3,horizontalTab:-2,virtualSpace:-1,eof:null,nul:0,soh:1,stx:2,etx:3,eot:4,enq:5,ack:6,bel:7,bs:8,ht:9,lf:10,vt:11,ff:12,cr:13,so:14,si:15,dle:16,dc1:17,dc2:18,dc3:19,dc4:20,nak:21,syn:22,etb:23,can:24,em:25,sub:26,esc:27,fs:28,gs:29,rs:30,us:31,space:32,exclamationMark:33,quotationMark:34,numberSign:35,dollarSign:36,percentSign:37,ampersand:38,apostrophe:39,leftParenthesis:40,rightParenthesis:41,asterisk:42,plusSign:43,comma:44,dash:45,dot:46,slash:47,digit0:48,digit1:49,digit2:50,digit3:51,digit4:52,digit5:53,digit6:54,digit7:55,digit8:56,digit9:57,colon:58,semicolon:59,lessThan:60,equalsTo:61,greaterThan:62,questionMark:63,atSign:64,uppercaseA:65,uppercaseB:66,uppercaseC:67,uppercaseD:68,uppercaseE:69,uppercaseF:70,uppercaseG:71,uppercaseH:72,uppercaseI:73,uppercaseJ:74,uppercaseK:75,uppercaseL:76,uppercaseM:77,uppercaseN:78,uppercaseO:79,uppercaseP:80,uppercaseQ:81,uppercaseR:82,uppercaseS:83,uppercaseT:84,uppercaseU:85,uppercaseV:86,uppercaseW:87,uppercaseX:88,uppercaseY:89,uppercaseZ:90,leftSquareBracket:91,backslash:92,rightSquareBracket:93,caret:94,underscore:95,graveAccent:96,lowercaseA:97,lowercaseB:98,lowercaseC:99,lowercaseD:100,lowercaseE:101,lowercaseF:102,lowercaseG:103,lowercaseH:104,lowercaseI:105,lowercaseJ:106,lowercaseK:107,lowercaseL:108,lowercaseM:109,lowercaseN:110,lowercaseO:111,lowercaseP:112,lowercaseQ:113,lowercaseR:114,lowercaseS:115,lowercaseT:116,lowercaseU:117,lowercaseV:118,lowercaseW:119,lowercaseX:120,lowercaseY:121,lowercaseZ:122,leftCurlyBrace:123,verticalBar:124,rightCurlyBrace:125,tilde:126,del:127,byteOrderMarker:65279,replacementCharacter:65533};var fx={attentionSideAfter:2,attentionSideBefore:1,atxHeadingOpeningFenceSizeMax:6,autolinkDomainSizeMax:63,autolinkSchemeSizeMax:32,cdataOpeningString:"CDATA[",characterGroupPunctuation:2,characterGroupWhitespace:1,characterReferenceDecimalSizeMax:7,characterReferenceHexadecimalSizeMax:6,characterReferenceNamedSizeMax:31,codeFencedSequenceSizeMin:3,contentTypeContent:"content",contentTypeDocument:"document",contentTypeFlow:"flow",contentTypeString:"string",contentTypeText:"text",hardBreakPrefixSizeMin:2,htmlBasic:6,htmlCdata:5,htmlComment:2,htmlComplete:7,htmlDeclaration:4,htmlInstruction:3,htmlRawSizeMax:8,htmlRaw:1,linkResourceDestinationBalanceMax:32,linkReferenceSizeMax:999,listItemValueSizeMax:10,numericBaseDecimal:10,numericBaseHexadecimal:16,tabSize:4,thematicBreakMarkerCountMin:3,v8MaxSafeChunkSize:1e4};var mx={data:"data",whitespace:"whitespace",lineEnding:"lineEnding",lineEndingBlank:"lineEndingBlank",linePrefix:"linePrefix",lineSuffix:"lineSuffix",atxHeading:"atxHeading",atxHeadingSequence:"atxHeadingSequence",atxHeadingText:"atxHeadingText",autolink:"autolink",autolinkEmail:"autolinkEmail",autolinkMarker:"autolinkMarker",autolinkProtocol:"autolinkProtocol",characterEscape:"characterEscape",characterEscapeValue:"characterEscapeValue",characterReference:"characterReference",characterReferenceMarker:"characterReferenceMarker",characterReferenceMarkerNumeric:"characterReferenceMarkerNumeric",characterReferenceMarkerHexadecimal:"characterReferenceMarkerHexadecimal",characterReferenceValue:"characterReferenceValue",codeFenced:"codeFenced",codeFencedFence:"codeFencedFence",codeFencedFenceSequence:"codeFencedFenceSequence",codeFencedFenceInfo:"codeFencedFenceInfo",codeFencedFenceMeta:"codeFencedFenceMeta",codeFlowValue:"codeFlowValue",codeIndented:"codeIndented",codeText:"codeText",codeTextData:"codeTextData",codeTextPadding:"codeTextPadding",codeTextSequence:"codeTextSequence",content:"content",definition:"definition",definitionDestination:"definitionDestination",definitionDestinationLiteral:"definitionDestinationLiteral",definitionDestinationLiteralMarker:"definitionDestinationLiteralMarker",definitionDestinationRaw:"definitionDestinationRaw",definitionDestinationString:"definitionDestinationString",definitionLabel:"definitionLabel",definitionLabelMarker:"definitionLabelMarker",definitionLabelString:"definitionLabelString",definitionMarker:"definitionMarker",definitionTitle:"definitionTitle",definitionTitleMarker:"definitionTitleMarker",definitionTitleString:"definitionTitleString",emphasis:"emphasis",emphasisSequence:"emphasisSequence",emphasisText:"emphasisText",escapeMarker:"escapeMarker",hardBreakEscape:"hardBreakEscape",hardBreakTrailing:"hardBreakTrailing",htmlFlow:"htmlFlow",htmlFlowData:"htmlFlowData",htmlText:"htmlText",htmlTextData:"htmlTextData",image:"image",label:"label",labelText:"labelText",labelLink:"labelLink",labelImage:"labelImage",labelMarker:"labelMarker",labelImageMarker:"labelImageMarker",labelEnd:"labelEnd",link:"link",paragraph:"paragraph",reference:"reference",referenceMarker:"referenceMarker",referenceString:"referenceString",resource:"resource",resourceDestination:"resourceDestination",resourceDestinationLiteral:"resourceDestinationLiteral",resourceDestinationLiteralMarker:"resourceDestinationLiteralMarker",resourceDestinationRaw:"resourceDestinationRaw",resourceDestinationString:"resourceDestinationString",resourceMarker:"resourceMarker",resourceTitle:"resourceTitle",resourceTitleMarker:"resourceTitleMarker",resourceTitleString:"resourceTitleString",setextHeading:"setextHeading",setextHeadingText:"setextHeadingText",setextHeadingLine:"setextHeadingLine",setextHeadingLineSequence:"setextHeadingLineSequence",strong:"strong",strongSequence:"strongSequence",strongText:"strongText",thematicBreak:"thematicBreak",thematicBreakSequence:"thematicBreakSequence",blockQuote:"blockQuote",blockQuotePrefix:"blockQuotePrefix",blockQuoteMarker:"blockQuoteMarker",blockQuotePrefixWhitespace:"blockQuotePrefixWhitespace",listOrdered:"listOrdered",listUnordered:"listUnordered",listItemIndent:"listItemIndent",listItemMarker:"listItemMarker",listItemPrefix:"listItemPrefix",listItemPrefixWhitespace:"listItemPrefixWhitespace",listItemValue:"listItemValue",chunkDocument:"chunkDocument",chunkContent:"chunkContent",chunkFlow:"chunkFlow",chunkText:"chunkText",chunkString:"chunkString"};var gx={name:"htmlText",tokenize:kg,add:"before"};function kg(ml,Al,Rl){let zl=this,rd,yh,kh;return o;function o(Al){return en(Al===hx.lessThan,"expected `<`"),ml.enter(mx.htmlText),ml.enter(mx.htmlTextData),ml.consume(Al),s}function s(Al){return Al===hx.exclamationMark?(ml.consume(Al),l):Al===hx.slash?(ml.consume(Al),y):Al===hx.questionMark?(ml.consume(Al),w):_w(Al)?(ml.consume(Al),L):Rl(Al)}function l(Al){return Al===hx.dash?(ml.consume(Al),f):Al===hx.leftSquareBracket?(ml.consume(Al),yh=0,D):_w(Al)?(ml.consume(Al),E):Rl(Al)}function f(Al){return Al===hx.dash?(ml.consume(Al),m):Rl(Al)}function c(Al){return Al===hx.eof?Rl(Al):Al===hx.dash?(ml.consume(Al),p):B(Al)?(kh=c,N(Al)):(ml.consume(Al),c)}function p(Al){return Al===hx.dash?(ml.consume(Al),m):c(Al)}function m(ml){return ml===hx.greaterThan?z(ml):ml===hx.dash?p(ml):c(ml)}function D(Al){let zl=fx.cdataOpeningString;return Al===zl.charCodeAt(yh++)?(ml.consume(Al),yh===zl.length?x:D):Rl(Al)}function x(Al){return Al===hx.eof?Rl(Al):Al===hx.rightSquareBracket?(ml.consume(Al),g):B(Al)?(kh=x,N(Al)):(ml.consume(Al),x)}function g(Al){return Al===hx.rightSquareBracket?(ml.consume(Al),k):x(Al)}function k(Al){return Al===hx.greaterThan?z(Al):Al===hx.rightSquareBracket?(ml.consume(Al),k):x(Al)}function E(Al){return Al===hx.eof||Al===hx.greaterThan?z(Al):B(Al)?(kh=E,N(Al)):(ml.consume(Al),E)}function w(Al){return Al===hx.eof?Rl(Al):Al===hx.questionMark?(ml.consume(Al),T):B(Al)?(kh=w,N(Al)):(ml.consume(Al),w)}function T(ml){return ml===hx.greaterThan?z(ml):w(ml)}function y(Al){return _w(Al)?(ml.consume(Al),d):Rl(Al)}function d(Al){return Al===hx.dash||mw(Al)?(ml.consume(Al),d):v(Al)}function v(Al){return B(Al)?(kh=v,N(Al)):H(Al)?(ml.consume(Al),v):z(Al)}function L(Al){return Al===hx.dash||mw(Al)?(ml.consume(Al),L):Al===hx.slash||Al===hx.greaterThan||G(Al)?C(Al):Rl(Al)}function C(Al){return Al===hx.slash?(ml.consume(Al),z):Al===hx.colon||Al===hx.underscore||_w(Al)?(ml.consume(Al),b):B(Al)?(kh=C,N(Al)):H(Al)?(ml.consume(Al),C):z(Al)}function b(Al){return Al===hx.dash||Al===hx.dot||Al===hx.colon||Al===hx.underscore||mw(Al)?(ml.consume(Al),b):_(Al)}function _(Al){return Al===hx.equalsTo?(ml.consume(Al),I):B(Al)?(kh=_,N(Al)):H(Al)?(ml.consume(Al),_):C(Al)}function I(Al){return Al===hx.eof||Al===hx.lessThan||Al===hx.equalsTo||Al===hx.greaterThan||Al===hx.graveAccent?Rl(Al):Al===hx.quotationMark||Al===hx.apostrophe?(ml.consume(Al),rd=Al,S):B(Al)?(kh=I,N(Al)):H(Al)?(ml.consume(Al),I):(ml.consume(Al),R)}function S(Al){return Al===rd?(ml.consume(Al),rd=void 0,O):Al===hx.eof?Rl(Al):B(Al)?(kh=S,N(Al)):(ml.consume(Al),S)}function R(Al){return Al===hx.eof||Al===hx.quotationMark||Al===hx.apostrophe||Al===hx.lessThan||Al===hx.equalsTo||Al===hx.graveAccent?Rl(Al):Al===hx.slash||Al===hx.greaterThan||G(Al)?C(Al):(ml.consume(Al),R)}function O(ml){return ml===hx.slash||ml===hx.greaterThan||G(ml)?C(ml):Rl(ml)}function z(zl){return zl===hx.greaterThan?(ml.consume(zl),ml.exit(mx.htmlTextData),ml.exit(mx.htmlText),Al):Rl(zl)}function N(Al){return en(kh,"expected return state"),en(B(Al),"expected eol"),ml.exit(mx.htmlTextData),ml.enter(mx.lineEnding),ml.consume(Al),ml.exit(mx.lineEnding),j}function j(ml){return en(zl.parser.constructs.disable.null,"expected `disable.null` to be populated"),ne(ml)}function ne(Al){return ml.enter(mx.htmlTextData),kh(Al)}}function Fo(){return{text:{[hx.lessThan]:gx}}}function en(...ml){}var Ax="liquidNode";function bo(){return{canContainEols:[Ax],enter:{[Ax]:e},exit:{[Ax]:t}};function e(ml){this.enter({type:Ax},ml),this.buffer()}function t(ml){this.resume();let Al=VC(0,this.stack,-1);Al.value=this.sliceSerialize(ml),this.exit(ml)}}function Eo(){return{text:{[hx.leftCurlyBrace]:{name:"liquid",tokenize:e}}};function e(ml,Al,Rl){let zl;return u;function u(Al){return ml.enter("liquidNode"),ml.enter(mx.data),ml.consume(Al),function(Al){switch(Al){case hx.percentSign:case hx.leftCurlyBrace:return zl=Al===hx.percentSign?hx.percentSign:hx.rightCurlyBrace,ml.consume(Al),a;default:return Rl(Al)}}}function a(Al){switch(Al){case zl:return ml.consume(Al),o;case hx.eof:return Rl(Al);default:return B(Al)?(ml.exit(mx.data),ml.enter(mx.lineEnding),ml.consume(Al),ml.exit(mx.lineEnding),ml.enter(mx.data),a):(ml.consume(Al),a)}}function o(Rl){return Rl===hx.rightCurlyBrace?(ml.consume(Rl),ml.exit(mx.data),ml.exit(Ax),Al):a}}}var yx;function bg(){return yx??(yx={extensions:[ao(),ki(),co(),Eo(),Fo()],mdastExtensions:[ko(),ci(),kC(),bo()]})}function _i(ml){let{frontMatter:Al,content:Rl}=nx(ml),zl=li(Rl,bg());if(Al){let[ml,Rl]=[Al.start,Al.end].map(({line:ml,column:Al,index:Rl})=>({line:ml,column:Al+1,offset:Rl}));zl.children.unshift({...Al,type:"frontMatter",position:{start:ml,end:Rl}})}return zl}var bx=At(kh(),1),vx=At(r_(),1),Ex=At(Xv(),1),wx=At(jE(),1);var Cx=/^import\s/,xx=/^export\s/,Dx="[a-z][a-z0-9]*(\\.[a-z][a-z0-9]*)*|",kx=/|/,Fx=/^\{\s*\/\*(.*)\*\/\s*\}/;var Bb=ml=>Cx.test(ml),Lp=ml=>xx.test(ml),Ip=ml=>Bb(ml)||Lp(ml),Ua=(ml,Al)=>{let Rl=Al.indexOf(`\n\n`),zl=Rl===-1?Al:Al.slice(0,Rl);if(Ip(zl))return ml(zl)({type:Lp(zl)?"export":"import",value:zl})};Ua.notInBlock=!0;Ua.locator=ml=>Ip(ml)?-1:1;var qp=(ml,Al)=>{let Rl=Fx.exec(Al);if(Rl)return ml(Rl[0])({type:"esComment",value:Rl[1].trim()})};qp.locator=(ml,Al)=>ml.indexOf("{",Al);var Bp=function(){let{Parser:ml}=this,{blockTokenizers:Al,blockMethods:Rl,inlineTokenizers:zl,inlineMethods:rd}=ml.prototype;Al.esSyntax=Ua,zl.esComment=qp,Rl.splice(Rl.indexOf("paragraph"),0,"esSyntax"),rd.splice(rd.indexOf("text"),0,"esComment")};var Rx="string",Nx="array",Qx="cursor",Mx="indent",qx="align",Jx="trim",Wx="group",Yx="fill",Kx="if-break",Xx="indent-if-break",eD="line-suffix",sD="line-suffix-boundary",uD="line",FD="label",PD="break-parent",LD=new Set([Qx,Mx,qx,Jx,Wx,Yx,Kx,Xx,eD,sD,uD,FD,PD]);function _p(ml,Al,Rl){if(!ml.has(Al)){let zl=Rl(Al);ml.set(Al,zl)}return ml.get(Al)}function _b(ml){if(typeof ml=="string")return Rx;if(Array.isArray(ml))return Nx;if(!ml)return;let{type:Al}=ml;if(LD.has(Al))return Al}var qD=_b;var Pb=ml=>new Intl.ListFormat("en-US",{type:"disjunction"}).format(ml);function Ob(ml){let Al=ml===null?"null":typeof ml;if(Al!=="string"&&Al!=="object")return`Unexpected doc '${Al}', \nExpected it to be 'string' or 'object'.`;if(qD(ml))throw new Error("doc is valid.");let Rl=Object.prototype.toString.call(ml);if(Rl!=="[object Object]")return`Unexpected doc '${Rl}'.`;let zl=Pb([...LD].map(ml=>`'${ml}'`));return`Unexpected doc.type '${ml.type}'.\nExpected it to be ${zl}.`}var eS=class extends Error{name="InvalidDocError";constructor(ml){super(Ob(ml)),this.doc=ml}},tS=eS;var rS={};function Nb(ml,Al,Rl,zl){let rd=[ml];for(;rd.length>0;){let ml=rd.pop();if(ml===rS){Rl(rd.pop());continue}Rl&&rd.push(ml,rS);let yh=qD(ml);if(!yh)throw new tS(ml);if(Al?.(ml)!==!1)switch(yh){case Nx:case Yx:{let Al=yh===Nx?ml:ml.parts;for(let ml=Al.length,Rl=ml-1;Rl>=0;--Rl)rd.push(Al[Rl]);break}case Kx:rd.push(ml.flatContents,ml.breakContents);break;case Wx:if(zl&&ml.expandedStates)for(let Al=ml.expandedStates.length,Rl=Al-1;Rl>=0;--Rl)rd.push(ml.expandedStates[Rl]);else rd.push(ml.contents);break;case qx:case Mx:case Xx:case FD:case eD:rd.push(ml.contents);break;case Rx:case Qx:case Jx:case sD:case uD:case PD:break;default:throw new tS(ml)}}}var nS=Nb;function Rb(ml,Al){if(typeof ml=="string")return Al(ml);let Rl=new Map;return n(ml);function n(ml){return _p(Rl,ml,i)}function i(ml){switch(qD(ml)){case Nx:return Al(ml.map(n));case Yx:return Al({...ml,parts:ml.parts.map(n)});case Kx:return Al({...ml,breakContents:n(ml.breakContents),flatContents:n(ml.flatContents)});case Wx:{let{expandedStates:Rl,contents:zl}=ml;return Rl?(Rl=Rl.map(n),zl=Rl[0]):zl=n(zl),Al({...ml,contents:zl,expandedStates:Rl})}case qx:case Mx:case Xx:case FD:case eD:return Al({...ml,contents:n(ml.contents)});case Rx:case Qx:case Jx:case sD:case uD:case PD:return Al(ml);default:throw new tS(ml)}}}function Np(ml){if(ml.length>0){let Al=VC(0,ml,-1);!Al.expandedStates&&!Al.break&&(Al.break="propagated")}return null}function Rp(ml){let Al=new Set,Rl=[];function n(ml){if(ml.type===PD&&Np(Rl),ml.type===Wx){if(Rl.push(ml),Al.has(ml))return!1;Al.add(ml)}}function i(ml){ml.type===Wx&&Rl.pop().break&&Np(Rl)}nS(ml,n,i,!0)}function Ze(ml,Al=fS){return Rb(ml,ml=>typeof ml=="string"?Ln(Al,ml.split(`\n`)):ml)}var iS=KC,sS=KC,aS=KC,oS=KC;function yr(ml){return iS(ml),{type:Mx,contents:ml}}function we(ml,Al){return oS(ml),iS(Al),{type:qx,contents:Al,n:ml}}function vr(ml){return we({type:"root"},ml)}var lS={type:PD};function Yt(ml){return aS(ml),{type:Yx,parts:ml}}function $t(ml,Al={}){return iS(ml),sS(Al.expandedStates,!0),{type:Wx,id:Al.id,contents:ml,break:!!Al.shouldBreak,expandedStates:Al.expandedStates}}function Up(ml,Al="",Rl={}){return iS(ml),Al!==""&&iS(Al),{type:Kx,breakContents:ml,flatContents:Al,groupId:Rl.groupId}}function Ln(ml,Al){iS(ml),sS(Al);let Rl=[];for(let zl=0;zl/[#*0-9]\uFE0F?\u20E3|[\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23ED-\u23EF\u23F1\u23F2\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB\u25FC\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692\u2694-\u2697\u2699\u269B\u269C\u26A0\u26A7\u26AA\u26B0\u26B1\u26BD\u26BE\u26C4\u26C8\u26CF\u26D1\u26E9\u26F0-\u26F5\u26F7\u26F8\u26FA\u2702\u2708\u2709\u270F\u2712\u2714\u2716\u271D\u2721\u2733\u2734\u2744\u2747\u2757\u2763\u27A1\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B55\u3030\u303D\u3297\u3299]\uFE0F?|[\u261D\u270C\u270D](?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?|[\u270A\u270B](?:\uD83C[\uDFFB-\uDFFF])?|[\u23E9-\u23EC\u23F0\u23F3\u25FD\u2693\u26A1\u26AB\u26C5\u26CE\u26D4\u26EA\u26FD\u2705\u2728\u274C\u274E\u2753-\u2755\u2795-\u2797\u27B0\u27BF\u2B50]|\u26D3\uFE0F?(?:\u200D\uD83D\uDCA5)?|\u26F9(?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?(?:\u200D[\u2640\u2642]\uFE0F?)?|\u2764\uFE0F?(?:\u200D(?:\uD83D\uDD25|\uD83E\uDE79))?|\uD83C(?:[\uDC04\uDD70\uDD71\uDD7E\uDD7F\uDE02\uDE37\uDF21\uDF24-\uDF2C\uDF36\uDF7D\uDF96\uDF97\uDF99-\uDF9B\uDF9E\uDF9F\uDFCD\uDFCE\uDFD4-\uDFDF\uDFF5\uDFF7]\uFE0F?|[\uDF85\uDFC2\uDFC7](?:\uD83C[\uDFFB-\uDFFF])?|[\uDFC4\uDFCA](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDFCB\uDFCC](?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDCCF\uDD8E\uDD91-\uDD9A\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF43\uDF45-\uDF4A\uDF4C-\uDF7C\uDF7E-\uDF84\uDF86-\uDF93\uDFA0-\uDFC1\uDFC5\uDFC6\uDFC8\uDFC9\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF8-\uDFFF]|\uDDE6\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF]|\uDDE7\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF]|\uDDE8\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF7\uDDFA-\uDDFF]|\uDDE9\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF]|\uDDEA\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA]|\uDDEB\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7]|\uDDEC\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE]|\uDDED\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA]|\uDDEE\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9]|\uDDEF\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5]|\uDDF0\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF]|\uDDF1\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE]|\uDDF2\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF]|\uDDF3\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF]|\uDDF4\uD83C\uDDF2|\uDDF5\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE]|\uDDF6\uD83C\uDDE6|\uDDF7\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC]|\uDDF8\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF]|\uDDF9\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF]|\uDDFA\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF]|\uDDFB\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA]|\uDDFC\uD83C[\uDDEB\uDDF8]|\uDDFD\uD83C\uDDF0|\uDDFE\uD83C[\uDDEA\uDDF9]|\uDDFF\uD83C[\uDDE6\uDDF2\uDDFC]|\uDF44(?:\u200D\uD83D\uDFEB)?|\uDF4B(?:\u200D\uD83D\uDFE9)?|\uDFC3(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?|\uDFF3\uFE0F?(?:\u200D(?:\u26A7\uFE0F?|\uD83C\uDF08))?|\uDFF4(?:\u200D\u2620\uFE0F?|\uDB40\uDC67\uDB40\uDC62\uDB40(?:\uDC65\uDB40\uDC6E\uDB40\uDC67|\uDC73\uDB40\uDC63\uDB40\uDC74|\uDC77\uDB40\uDC6C\uDB40\uDC73)\uDB40\uDC7F)?)|\uD83D(?:[\uDC3F\uDCFD\uDD49\uDD4A\uDD6F\uDD70\uDD73\uDD76-\uDD79\uDD87\uDD8A-\uDD8D\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA\uDECB\uDECD-\uDECF\uDEE0-\uDEE5\uDEE9\uDEF0\uDEF3]\uFE0F?|[\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDC8F\uDC91\uDCAA\uDD7A\uDD95\uDD96\uDE4C\uDE4F\uDEC0\uDECC](?:\uD83C[\uDFFB-\uDFFF])?|[\uDC6E-\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4\uDEB5](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDD74\uDD90](?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?|[\uDC00-\uDC07\uDC09-\uDC14\uDC16-\uDC25\uDC27-\uDC3A\uDC3C-\uDC3E\uDC40\uDC44\uDC45\uDC51-\uDC65\uDC6A\uDC79-\uDC7B\uDC7D-\uDC80\uDC84\uDC88-\uDC8E\uDC90\uDC92-\uDCA9\uDCAB-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDDA4\uDDFB-\uDE2D\uDE2F-\uDE34\uDE37-\uDE41\uDE43\uDE44\uDE48-\uDE4A\uDE80-\uDEA2\uDEA4-\uDEB3\uDEB7-\uDEBF\uDEC1-\uDEC5\uDED0-\uDED2\uDED5-\uDED8\uDEDC-\uDEDF\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB\uDFF0]|\uDC08(?:\u200D\u2B1B)?|\uDC15(?:\u200D\uD83E\uDDBA)?|\uDC26(?:\u200D(?:\u2B1B|\uD83D\uDD25))?|\uDC3B(?:\u200D\u2744\uFE0F?)?|\uDC41\uFE0F?(?:\u200D\uD83D\uDDE8\uFE0F?)?|\uDC68(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDC68\uDC69]\u200D\uD83D(?:\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?)|[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?)|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC68\uD83C[\uDFFC-\uDFFF])|\uD83E(?:[\uDD1D\uDEEF]\u200D\uD83D\uDC68\uD83C[\uDFFC-\uDFFF]|[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83E(?:[\uDD1D\uDEEF]\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFD-\uDFFF]|[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83E(?:[\uDD1D\uDEEF]\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF]|[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83E(?:[\uDD1D\uDEEF]\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFD\uDFFF]|[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFE])|\uD83E(?:[\uDD1D\uDEEF]\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFE]|[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3])))?))?|\uDC69(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?[\uDC68\uDC69]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?|\uDC69\u200D\uD83D(?:\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?))|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC69\uD83C[\uDFFC-\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFC-\uDFFF]|\uDEEF\u200D\uD83D\uDC69\uD83C[\uDFFC-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC69\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB\uDFFD-\uDFFF]|\uDEEF\u200D\uD83D\uDC69\uD83C[\uDFFB\uDFFD-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC69\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF]|\uDEEF\u200D\uD83D\uDC69\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC69\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB-\uDFFD\uDFFF]|\uDEEF\u200D\uD83D\uDC69\uD83C[\uDFFB-\uDFFD\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC69\uD83C[\uDFFB-\uDFFE])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB-\uDFFE]|\uDEEF\u200D\uD83D\uDC69\uD83C[\uDFFB-\uDFFE])))?))?|\uDD75(?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?(?:\u200D[\u2640\u2642]\uFE0F?)?|\uDE2E(?:\u200D\uD83D\uDCA8)?|\uDE35(?:\u200D\uD83D\uDCAB)?|\uDE36(?:\u200D\uD83C\uDF2B\uFE0F?)?|\uDE42(?:\u200D[\u2194\u2195]\uFE0F?)?|\uDEB6(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?)|\uD83E(?:[\uDD0C\uDD0F\uDD18-\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5\uDEC3-\uDEC5\uDEF0\uDEF2-\uDEF8](?:\uD83C[\uDFFB-\uDFFF])?|[\uDD26\uDD35\uDD37-\uDD39\uDD3C-\uDD3E\uDDB8\uDDB9\uDDCD\uDDCF\uDDD4\uDDD6-\uDDDD](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDDDE\uDDDF](?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDD0D\uDD0E\uDD10-\uDD17\uDD20-\uDD25\uDD27-\uDD2F\uDD3A\uDD3F-\uDD45\uDD47-\uDD76\uDD78-\uDDB4\uDDB7\uDDBA\uDDBC-\uDDCC\uDDD0\uDDE0-\uDDFF\uDE70-\uDE7C\uDE80-\uDE8A\uDE8E-\uDEC2\uDEC6\uDEC8\uDECD-\uDEDC\uDEDF-\uDEEA\uDEEF]|\uDDCE(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?|\uDDD1(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3\uDE70]|\uDD1D\u200D\uD83E\uDDD1|\uDDD1\u200D\uD83E\uDDD2(?:\u200D\uD83E\uDDD2)?|\uDDD2(?:\u200D\uD83E\uDDD2)?))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFC-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83E\uDDD1\uD83C[\uDFFC-\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3\uDE70]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF]|\uDEEF\u200D\uD83E\uDDD1\uD83C[\uDFFC-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB\uDFFD-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83E\uDDD1\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3\uDE70]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF]|\uDEEF\u200D\uD83E\uDDD1\uD83C[\uDFFB\uDFFD-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83E\uDDD1\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3\uDE70]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF]|\uDEEF\u200D\uD83E\uDDD1\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB-\uDFFD\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3\uDE70]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF]|\uDEEF\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFD\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB-\uDFFE]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFE])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3\uDE70]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF]|\uDEEF\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFE])))?))?|\uDEF1(?:\uD83C(?:\uDFFB(?:\u200D\uD83E\uDEF2\uD83C[\uDFFC-\uDFFF])?|\uDFFC(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB\uDFFD-\uDFFF])?|\uDFFD(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])?|\uDFFE(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB-\uDFFD\uDFFF])?|\uDFFF(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB-\uDFFE])?))?)/g;var vS=12288,ES=65510,wS=[12288,12288,65281,65376,65504,65510];var CS=4352,xS=262141,DS=[4352,4447,8986,8987,9001,9002,9193,9196,9200,9200,9203,9203,9725,9726,9748,9749,9776,9783,9800,9811,9855,9855,9866,9871,9875,9875,9889,9889,9898,9899,9917,9918,9924,9925,9934,9934,9940,9940,9962,9962,9970,9971,9973,9973,9978,9978,9981,9981,9989,9989,9994,9995,10024,10024,10060,10060,10062,10062,10067,10069,10071,10071,10133,10135,10160,10160,10175,10175,11035,11036,11088,11088,11093,11093,11904,11929,11931,12019,12032,12245,12272,12287,12289,12350,12353,12438,12441,12543,12549,12591,12593,12686,12688,12773,12783,12830,12832,12871,12880,42124,42128,42182,43360,43388,44032,55203,63744,64255,65040,65049,65072,65106,65108,65126,65128,65131,94176,94180,94192,94198,94208,101589,101631,101662,101760,101874,110576,110579,110581,110587,110589,110590,110592,110882,110898,110898,110928,110930,110933,110933,110948,110951,110960,111355,119552,119638,119648,119670,126980,126980,127183,127183,127374,127374,127377,127386,127488,127490,127504,127547,127552,127560,127568,127569,127584,127589,127744,127776,127789,127797,127799,127868,127870,127891,127904,127946,127951,127955,127968,127984,127988,127988,127992,128062,128064,128064,128066,128252,128255,128317,128331,128334,128336,128359,128378,128378,128405,128406,128420,128420,128507,128591,128640,128709,128716,128716,128720,128722,128725,128728,128732,128735,128747,128748,128756,128764,128992,129003,129008,129008,129292,129338,129340,129349,129351,129535,129648,129660,129664,129674,129678,129734,129736,129736,129741,129756,129759,129770,129775,129784,131072,196605,196608,262141];var Ga=(ml,Al)=>{let Rl=0,zl=Math.floor(ml.length/2)-1;for(;Rl<=zl;){let rd=Math.floor((Rl+zl)/2),yh=rd*2;if(Alml[yh+1])Rl=rd+1;else return!0}return!1};var SS=19968,[kS,TS]=$b(DS);function $b(ml){let Al=ml[0],Rl=ml[1];for(let zl=0;zl=rd&&SS<=yh)return[rd,yh];yh-rd>Rl-Al&&(Al=rd,Rl=yh)}return[Al,Rl]}var ja=ml=>mlES?!1:Ga(wS,ml);var Wa=ml=>ml>=kS&&ml<=TS?!0:mlxS?!1:Ga(DS,ml);var IS=/^(?:[\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u2328\u23CF\u23ED-\u23EF\u23F1\u23F2\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB\u25FC\u2600-\u2604\u260E\u2611\u2618\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u2692\u2694-\u2697\u2699\u269B\u269C\u26A0\u26A7\u26B0\u26B1\u26C8\u26CF\u26D1\u26D3\u26E9\u26F0\u26F1\u26F4\u26F7\u26F8\u2702\u2708\u2709\u270F\u2712\u2714\u2716\u271D\u2721\u2733\u2734\u2744\u2747\u2763\u2764\u27A1\u2934\u2935\u2B05-\u2B07]|\uD83C[\uDD70\uDD71\uDD7E\uDD7F\uDF21\uDF24-\uDF2C\uDF36\uDF7D\uDF96\uDF97\uDF99-\uDF9B\uDF9E\uDF9F\uDFCD\uDFCE\uDFD4-\uDFDF\uDFF3\uDFF5\uDFF7]|\uD83D[\uDC3F\uDC41\uDCFD\uDD49\uDD4A\uDD6F\uDD70\uDD73\uDD76-\uDD79\uDD87\uDD8A-\uDD8D\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA\uDECB\uDECD-\uDECF\uDEE0-\uDEE5\uDEE9\uDEF0\uDEF3])$/,Qp=ml=>IS.test(ml);var BS=/[^\x20-\x7F]/;function Jb(ml){if(!ml)return 0;if(!BS.test(ml))return ml.length;let Al=0;ml=ml.replace(Vp(),ml=>(Al+=Qp(ml)?1:2,""));for(let Rl of ml){let ml=Rl.codePointAt(0);ml<=31||ml>=127&&ml<=159||ml>=768&&ml<=879||ml>=65024&&ml<=65039||(Al+=ja(ml)||Wa(ml)?2:1)}return Al}var FS=Jb;var PS={type:0},RS={type:1},NS={value:"",length:0,queue:[],get root(){return NS}};function Jp(ml,Al,Rl){let zl=Al.type===1?ml.queue.slice(0,-1):[...ml.queue,Al],rd="",yh=0,kh=0,Qh=0;for(let ml of zl)switch(ml.type){case 0:f(),Rl.useTabs?s(1):l(Rl.tabWidth);break;case 3:{let{string:Al}=ml;f(),rd+=Al,yh+=Al.length;break}case 2:{let{width:Al}=ml;kh+=1,Qh+=Al;break}default:throw new Error(`Unexpected indent comment '${ml.type}'.`)}return p(),{...ml,value:rd,length:yh,queue:zl};function s(ml){rd+="\t".repeat(ml),yh+=Rl.tabWidth*ml}function l(ml){rd+=" ".repeat(ml),yh+=ml}function f(){Rl.useTabs?c():p()}function c(){kh>0&&s(kh),m()}function p(){Qh>0&&l(Qh),m()}function m(){kh=0,Qh=0}}function Xp(ml,Al,Rl){if(!Al)return ml;if(Al.type==="root")return{...ml,root:ml};if(Al===Number.NEGATIVE_INFINITY)return ml.root;let zl;return typeof Al=="number"?Al<0?zl=RS:zl={type:2,width:Al}:zl={type:3,string:Al},Jp(ml,zl,Rl)}function Zp(ml,Al){return Jp(ml,PS,Al)}function eE(ml){let Al=0;for(let Rl=ml.length-1;Rl>=0;Rl--){let zl=ml[Rl];if(zl===" "||zl==="\t")Al++;else break}return Al}function _n(ml){let Al=eE(ml);return{text:Al===0?ml:ml.slice(0,ml.length-Al),count:Al}}var OS=class{#_e=[];#me="";#ge=0;#be=[];#ye=[];#ve(){let ml=this.#me;ml!==""&&(this.#_e.push(ml),this.#ge+=ml.length,this.#me="");for(let ml of this.#ye)this.#be.push(Math.min(ml,this.#ge));this.#ye.length=0}markPosition(){if(this.#be.length+this.#ye.length>=2)throw new Error("There are too many 'cursor' in doc.");this.#ye.push(this.#ge+this.#me.length)}write(ml){this.#me+=ml}trim(){let{text:ml,count:Al}=_n(this.#me);return this.#me=ml,this.#ve(),Al}finish(){return this.#ve(),{text:this.#_e.join(""),positions:this.#be}}},QS=OS;var LS=Symbol("MODE_BREAK"),MS=Symbol("MODE_FLAT"),jS=Symbol("DOC_FILL_PRINTED_LENGTH");function Pn(ml,Al,Rl,zl,rd,yh){if(Rl===Number.POSITIVE_INFINITY)return!0;let kh=Al.length,Qh=!1,cf=[ml],t_="";for(;Rl>=0;){if(cf.length===0){if(kh===0)return!0;cf.push(Al[--kh]);continue}let{mode:ml,doc:r_}=cf.pop(),u_=qD(r_);switch(u_){case Rx:r_&&(Qh&&(t_+=" ",Rl-=1,Qh=!1),t_+=r_,Rl-=FS(r_));break;case Nx:case Yx:{let Al=u_===Nx?r_:r_.parts,Rl=r_[jS]??0;for(let zl=Al.length-1;zl>=Rl;zl--)cf.push({mode:ml,doc:Al[zl]});break}case Mx:case qx:case Xx:case FD:cf.push({mode:ml,doc:r_.contents});break;case Jx:{let{text:ml,count:Al}=_n(t_);t_=ml,Rl+=Al;break}case Wx:{if(yh&&r_.break)return!1;let Al=r_.break?LS:ml,Rl=r_.expandedStates&&Al===LS?VC(0,r_.expandedStates,-1):r_.contents;cf.push({mode:Al,doc:Rl});break}case Kx:{let Al=(r_.groupId?rd[r_.groupId]||MS:ml)===LS?r_.breakContents:r_.flatContents;Al&&cf.push({mode:ml,doc:Al});break}case uD:if(ml===LS||r_.hard)return!0;r_.soft||(Qh=!0);break;case eD:zl=!0;break;case sD:if(zl)return!1;break}}return!1}function th(ml,Al){let Rl=Object.create(null),zl=Al.printWidth,rd=Hp(Al.endOfLine),yh=0,kh=[{indent:NS,mode:LS,doc:ml}],Qh=!1,cf=[],t_=new QS;for(Rp(ml);kh.length>0;){let{indent:ml,mode:r_,doc:u_}=kh.pop();switch(qD(u_)){case Rx:{let ml=rd!==`\n`?YC(0,u_,`\n`,rd):u_;ml&&(t_.write(ml),kh.length>0&&(yh+=FS(ml)));break}case Nx:for(let Al=u_.length-1;Al>=0;Al--)kh.push({indent:ml,mode:r_,doc:u_[Al]});break;case Qx:t_.markPosition();break;case Mx:kh.push({indent:Zp(ml,Al),mode:r_,doc:u_.contents});break;case qx:kh.push({indent:Xp(ml,u_.n,Al),mode:r_,doc:u_.contents});break;case Jx:yh-=t_.trim();break;case Wx:{let Al=function(){if(r_===MS&&!Qh)return{indent:ml,mode:u_.break?LS:MS,doc:u_.contents};Qh=!1;let Al=zl-yh,rd=cf.length>0,t_={indent:ml,mode:MS,doc:u_.contents};if(!u_.break&&Pn(t_,kh,Al,rd,Rl))return t_;if(!u_.expandedStates)return{indent:ml,mode:LS,doc:u_.contents};if(!u_.break)for(let zl=1;zl0,Rl,!0);if(t_===1){Cg?kh.push(S_):kh.push(P_);break}let eA={indent:ml,mode:MS,doc:D_},tA={indent:ml,mode:LS,doc:D_};if(t_===2){Cg?kh.push(eA,S_):kh.push(tA,P_);break}let rA=Qh[rd+2],nA={indent:ml,mode:r_,doc:{...u_,[jS]:rd+2}},iA=Pn({indent:ml,mode:MS,doc:[C_,D_,rA]},[],Al,cf.length>0,Rl,!0);kh.push(nA),iA?kh.push(eA,S_):Cg?kh.push(tA,S_):kh.push(tA,P_);break}case Kx:case Xx:{let Al=u_.groupId?Rl[u_.groupId]:r_;if(Al===LS){let Al=u_.type===Kx?u_.breakContents:u_.negate?u_.contents:yr(u_.contents);Al&&kh.push({indent:ml,mode:r_,doc:Al})}if(Al===MS){let Al=u_.type===Kx?u_.flatContents:u_.negate?yr(u_.contents):u_.contents;Al&&kh.push({indent:ml,mode:r_,doc:Al})}break}case eD:cf.push({indent:ml,mode:r_,doc:u_.contents});break;case sD:cf.length>0&&kh.push({indent:ml,mode:r_,doc:pS});break;case uD:switch(r_){case MS:if(!u_.hard){u_.soft||(t_.write(" "),yh+=1);break}Qh=!0;case LS:if(cf.length>0){kh.push({indent:ml,mode:r_,doc:u_},...cf.reverse()),cf.length=0;break}u_.literal?(t_.write(rd),yh=0,ml.root&&(ml.root.value&&t_.write(ml.root.value),yh=ml.root.length)):(t_.trim(),t_.write(rd+ml.value),yh=ml.length);break}break;case FD:kh.push({indent:ml,mode:r_,doc:u_.contents});break;case PD:break;default:throw new tS(u_)}kh.length===0&&cf.length>0&&(kh.push(...cf.reverse()),cf.length=0)}let{text:r_,positions:u_}=t_.finish();if(u_.length!==2)return{formatted:r_};let[C_,D_]=u_;return{formatted:r_,cursorNodeStart:C_,cursorNodeText:r_.slice(C_,D_)}}var US=Array.prototype.toReversed??function(){return[...this].reverse()},GS=Bt("toReversed",function(){if(Array.isArray(this))return US}),qS=GS;function nE(){let ml=globalThis,Al=ml.process?.platform;if(typeof Al=="string")return Al.startsWith("win");let Rl=ml.Deno?.build?.os;return typeof Rl=="string"?Rl==="windows":ml.navigator?.platform?.startsWith("Win")??!1}var $S=nE();function nh(ml){if(ml=ml instanceof URL?ml:new URL(ml),ml.protocol!=="file:")throw new TypeError(`URL must be a file URL: received "${ml.protocol}"`);return ml}function aE(ml){return ml=nh(ml),decodeURIComponent(ml.pathname.replace(/%(?![0-9A-Fa-f]{2})/g,"%25"))}function uE(ml){ml=nh(ml);let Al=decodeURIComponent(ml.pathname.replace(/\//g,"\\").replace(/%(?![0-9A-Fa-f]{2})/g,"%25")).replace(/^\\*([A-Za-z]:)(\\|$)/,"$1\\");return ml.hostname!==""&&(Al=`\\\\${ml.hostname}${Al}`),Al}function Qa(ml){return $S?uE(ml):aE(ml)}var ih=ml=>String(ml).split(/[/\\]/).pop(),ah=ml=>String(ml).startsWith("file:");function uh(ml,Al){if(!Al)return;let Rl=ih(Al).toLowerCase();return ml.find(({filenames:ml})=>ml?.some(ml=>ml.toLowerCase()===Rl))??ml.find(({extensions:ml})=>ml?.some(ml=>Rl.endsWith(ml)))}function oE(ml,Al){if(Al)return ml.find(({name:ml})=>ml.toLowerCase()===Al)??ml.find(({aliases:ml})=>ml?.includes(Al))??ml.find(({extensions:ml})=>ml?.includes(`.${Al}`))}var JS=void 0;function oh(ml,Al){if(Al){if(ah(Al))try{Al=Qa(Al)}catch{return}if(typeof Al=="string")return ml.find(({isSupported:ml})=>ml?.({filepath:Al}))}}function lE(ml,Al){let Rl=qS(0,ml.plugins).flatMap(ml=>ml.languages??[]);return(oE(Rl,Al.language)??uh(Rl,Al.physicalFile)??uh(Rl,Al.file)??oh(Rl,Al.physicalFile)??oh(Rl,Al.file)??JS?.(Rl,Al.physicalFile))?.parsers[0]}var HS=lE;function cE(ml){return!!ml?.[ZC]}var VS=cE;var fE=function(){let ml=this.Parser.prototype;ml.blockMethods=["frontMatter",...ml.blockMethods],ml.blockTokenizers.frontMatter=t;function t(ml,Al){let{frontMatter:Rl}=nx(Al);if(Rl)return ml(Rl.raw)({...Rl,type:"frontMatter"})}t.onlyAtStart=!0},WS=fE;var zS=/(?:[\u{2c7}\u{2c9}-\u{2cb}\u{2d9}\u{2ea}-\u{2eb}\u{305}\u{323}\u{1100}-\u{11ff}\u{2e80}-\u{2e99}\u{2e9b}-\u{2ef3}\u{2f00}-\u{2fd5}\u{2ff0}-\u{303f}\u{3041}-\u{3096}\u{3099}-\u{30ff}\u{3105}-\u{312f}\u{3131}-\u{318e}\u{3190}-\u{4dbf}\u{4e00}-\u{9fff}\u{a700}-\u{a707}\u{a960}-\u{a97c}\u{ac00}-\u{d7a3}\u{d7b0}-\u{d7c6}\u{d7cb}-\u{d7fb}\u{f900}-\u{fa6d}\u{fa70}-\u{fad9}\u{fe10}-\u{fe1f}\u{fe30}-\u{fe6f}\u{ff00}-\u{ffef}\u{16fe3}\u{16ff2}-\u{16ff6}\u{1aff0}-\u{1aff3}\u{1aff5}-\u{1affb}\u{1affd}-\u{1affe}\u{1b000}-\u{1b122}\u{1b132}\u{1b150}-\u{1b152}\u{1b155}\u{1b164}-\u{1b167}\u{1f200}\u{1f250}-\u{1f251}\u{20000}-\u{2a6df}\u{2a700}-\u{2b81d}\u{2b820}-\u{2cead}\u{2ceb0}-\u{2ebe0}\u{2ebf0}-\u{2ee5d}\u{2f800}-\u{2fa1d}\u{30000}-\u{3134a}\u{31350}-\u{33479}])(?:[\u{fe00}-\u{fe0f}\u{e0100}-\u{e01ef}])?/u,YS=/(?:[\u{21}-\u{2f}\u{3a}-\u{40}\u{5b}-\u{60}\u{7b}-\u{7e}\u{3000}\u{ff5e}]|\p{General_Category=Connector_Punctuation}|\p{General_Category=Dash_Punctuation}|\p{General_Category=Close_Punctuation}|\p{General_Category=Final_Punctuation}|\p{General_Category=Initial_Punctuation}|\p{General_Category=Other_Punctuation}|\p{General_Category=Open_Punctuation})/u;var KS=new Set(["liquidNode","inlineCode","emphasis","esComment","strong","delete","wikiLink","link","linkReference","image","imageReference","footnote","footnoteReference","sentence","whitespace","word","break","inlineMath"]),XS=new Set([...KS,"tableCell","paragraph","heading"]),ZS="non-cjk",ek="cj-letter",sk="k-letter",ak="cjk-punctuation",ok=/\p{Script_Extensions=Hangul}/u;function Lr(ml){let Al=[],Rl=ml.split(/([\t\n ]+)/);for(let[ml,zl]of Rl.entries()){if(ml%2===1){Al.push({type:"whitespace",value:/\n/.test(zl)?`\n`:" "});continue}if((ml===0||ml===Rl.length-1)&&zl==="")continue;let rd=zl.split(new RegExp(`(${zS.source})`,"u"));for(let[ml,Al]of rd.entries())if(!((ml===0||ml===rd.length-1)&&Al==="")){if(ml%2===0){Al!==""&&n({type:"word",value:Al,kind:ZS,isCJ:!1,hasLeadingPunctuation:YS.test(Al[0]),hasTrailingPunctuation:YS.test(VC(0,Al,-1))});continue}if(YS.test(Al)){n({type:"word",value:Al,kind:ak,isCJ:!0,hasLeadingPunctuation:!0,hasTrailingPunctuation:!0});continue}if(ok.test(Al)){n({type:"word",value:Al,kind:sk,isCJ:!1,hasLeadingPunctuation:!1,hasTrailingPunctuation:!1});continue}n({type:"word",value:Al,kind:ek,isCJ:!0,hasLeadingPunctuation:!1,hasTrailingPunctuation:!1})}}return Al;function n(ml){let Rl=VC(0,Al,-1);Rl?.type==="word"&&!a(ZS,ak)&&[Rl.value,ml.value].every(ml=>!/\u3000/.test(ml))&&Al.push({type:"whitespace",value:""}),Al.push(ml);function a(Al,zl){return Rl.kind===Al&&ml.kind===zl||Rl.kind===zl&&ml.kind===Al}}}function lt(ml,Al){let Rl=Al.originalText.slice(ml.position.start.offset,ml.position.end.offset);if(Al.parser!=="mdx"){let zl=ml.children[0];zl&&(Rl=Al.originalText.slice(ml.position.start.offset,zl.position.start.offset))}let{numberText:zl,leadingSpaces:rd}=Rl.match(/^\s*(?\d+)(\.|\))(?\s*)/).groups;return{number:Number(zl),leadingSpaces:rd}}function eu(ml,Al){return!ml.ordered||ml.children.length<2||lt(ml.children[1],Al).number!==1?!1:lt(ml.children[0],Al).number!==0?!0:ml.children.length>2&<(ml.children[2],Al).number===1}function Nn(ml,Al){let{value:Rl}=ml;return ml.position.end.offset===Al.length&&Rl.endsWith(`\n`)&&Al.endsWith(`\n`)?Rl.slice(0,-1):Rl}function Ee(ml,Al){return function r(ml,Rl,zl){let rd={...Al(ml,Rl,zl)};return rd.children&&(rd.children=rd.children.map((ml,Al)=>r(ml,Al,[rd,...zl]))),rd}(ml,null,[])}function Rn(ml){if(ml?.type!=="link"||ml.children.length!==1)return!1;let[Al]=ml.children;return pt(ml)===pt(Al)&&ht(ml)===ht(Al)}function Ir(ml){let Al;if(ml.type==="html")Al=ml.value.match(/^$/);else{let Rl;ml.type==="esComment"?Rl=ml:ml.type==="paragraph"&&ml.children.length===1&&ml.children[0].type==="esComment"&&(Rl=ml.children[0]),Rl&&(Al=Rl.value.match(/^prettier-ignore(?:-(start|end))?$/))}return Al?Al[1]||"next":!1}function qr(ml,Al){return r(ml,Al,Al=>Al.ordered===ml.ordered);function r(ml,Al,Rl){let zl=-1;for(let rd of Al.children)if(rd.type===ml.type&&Rl(rd)?zl++:zl=-1,rd===ml)return zl}}function ch(ml){return ml.index>0&&Ir(ml.previous)==="next"}function Qt(ml){let{start:Al,end:Rl}=ml.position;return Al.line!==Rl.line}var Jt=ml=>ml?.type==="whitespace"&&ml.value===`\n`;function hE(){return ml=>Ee(ml,(ml,Al,[Rl])=>ml.type!=="html"||kx.test(ml.value)||XS.has(Rl.type)?ml:{...ml,type:"jsx"})}var lk=hE;var mE=function(){let ml=this.Parser.prototype,Al=ml.inlineMethods;Al.splice(Al.indexOf("text"),0,"liquid"),ml.inlineTokenizers.liquid=r;function r(ml,Al){let Rl=Al.match(/^(\{%.*?%\}|\{\{.*?\}\})/s);if(Rl)return ml(Rl[0])({type:"liquidNode",value:Rl[0]})}r.locator=function(ml,Al){return ml.indexOf("{",Al)}},uk=mE;var DE=function(){let ml="wikiLink",Al=/^\[\[(?.+?)\]\]/s,Rl=this.Parser.prototype,zl=Rl.inlineMethods;zl.splice(zl.indexOf("link"),0,ml),Rl.inlineTokenizers.wikiLink=i;function i(Rl,zl){let rd=Al.exec(zl);if(rd){let Al=rd.groups.linkContents.trim();return Rl(rd[0])({type:ml,value:Al})}}i.locator=function(ml,Al){return ml.indexOf("[",Al)}},pk=DE;function tu(ml){let Al=(0,wx.default)().use(Ex.default,{commonmark:!0,blocks:[Dx]}).use(bx.default).use(WS).use(vx.default).use(Bp).use(uk).use(lk).use(pk);return Al.run(Al.parse(ml))}var dk="format";var hk=/|\{\s*\/\*\s*@(?:noformat|noprettier)\s*\*\/\s*\}|/m,fk=/|\{\s*\/\*\s*@(?:format|prettier)\s*\*\/\s*\}|/m;var Mn=ml=>nx(ml).content.trimStart().match(fk)?.index===0,bh=ml=>nx(ml).content.trimStart().match(hk)?.index===0,Eh=ml=>{let{frontMatter:Al}=nx(ml),Rl=`\x3c!-- @${dk} --\x3e`;return Al?`${Al.raw}\n\n${Rl}\n\n${ml.slice(Al.end.index)}`:`${Rl}\n\n${ml}`};function wh(ml){return{astFormat:"mdast",hasPragma:Mn,hasIgnorePragma:bh,locStart:pt,locEnd:ht,parse:ml}}var _k=wh(_i),mk=wh(tu);var gk={};Nr(gk,{mdast:()=>tT});function xE(ml,Al){let Rl=ml.matchAll(new RegExp(`(?:${ve(Al)})+`,"g"));return Rl.reduce||(Rl=[...Rl]),Rl.reduce((ml,[Al])=>Math.max(ml,Al.length),0)/Al.length}var Ak=xE;function kE(ml,Al){let{node:Rl}=ml;switch(Rl.type){case"code":{let{lang:ml}=Rl;if(!ml)return;let zl;return ml==="angular-ts"?zl=HS(Al,{language:"typescript"}):ml==="angular-html"?zl="angular":zl=HS(Al,{language:ml}),zl?async rd=>{let yh={parser:zl};ml==="ts"||ml==="typescript"?yh.filepath="dummy.ts":ml==="tsx"&&(yh.filepath="dummy.tsx");let kh=await rd(Al.parser==="mdx"?Nn(Rl,Al.originalText):Rl.value,yh),Qh=Al.__inJsTemplate?"~":"`",cf=Qh.repeat(Math.max(3,Ak(Rl.value,Qh)+1));return vr([cf,Rl.lang,Rl.meta?" "+Rl.meta:"",dS,Ze(kh),dS,cf])}:void 0}case"import":case"export":return ml=>ml(Rl.value,{__onHtmlBindingRoot:ml=>FE(ml,Rl.type),parser:"babel"});case"jsx":return ml=>ml(`<$>${Rl.value}`,{parser:"__js_expression",rootMarker:"mdx"})}return null}function FE(ml,Al){let{program:{body:Rl}}=ml;if(Rl.some(ml=>!(ml.type==="ImportDeclaration"||ml.type==="ExportDefaultDeclaration"||ml.type==="ExportNamedDeclaration")))throw new Error(`Unexpected '${Al}' in MDX.`)}var yk=kE;var bk=At(LA(),1);var vk=new Set(["position","raw"]);function iu(ml,Al,Rl){if((ml.type==="code"||ml.type==="yaml"||ml.type==="import"||ml.type==="export"||ml.type==="jsx")&&delete Al.value,ml.type==="list"&&delete Al.isAligned,(ml.type==="list"||ml.type==="listItem")&&delete Al.spread,ml.type==="text")return null;if(ml.type==="inlineCode"&&(Al.value=YC(0,ml.value,`\n`," ")),(ml.type==="definition"||ml.type==="linkReference"||ml.type==="imageReference")&&(Al.label=(0,bk.default)(ml.label)),ml.type==="imageReference"&&ml.referenceType==="collapsed"&&(Al.alt=(0,bk.default)(ml.alt)),(ml.type==="link"||ml.type==="image")&&ml.url&&ml.url.includes("("))for(let Rl of"<>")Al.url=YC(0,ml.url,Rl,encodeURIComponent(Rl));if((ml.type==="definition"||ml.type==="link"||ml.type==="image")&&ml.title&&(Al.title=YC(0,ml.title,/\\(?=["')])/g,"")),Rl?.type==="root"&&Rl.children.length>0&&(Rl.children[0]===ml||VS(Rl.children[0])&&Rl.children[1]===ml)&&ml.type==="html"&&Mn(ml.value))return null}iu.ignoredProperties=vk;function au(ml,Al){let Rl=Al.originalText.slice(ml.node.position.start.offset,ml.node.position.end.offset);return Al.parser==="mdx"?Rl:ml.node.type==="list"&&ml.findAncestor(ml=>ml.type==="blockquote")&&Al.proseWrap!=="always"?Rl.replace(/\n>\s*$/,""):Rl}var Ek=At(LA(),1);function EE(ml,Al){let Rl=ml.match(new RegExp(`(${ve(Al)})+`,"g"));if(Rl===null)return 1;let zl=new Map,rd=0;for(let ml of Rl){let Rl=ml.length/Al.length;zl.set(Rl,!0),Rl>rd&&(rd=Rl)}for(let ml=1;mlkh?zl:Rl).character}var kk=class extends Error{name="UnexpectedNodeError";constructor(ml,Al,Rl="type"){super(`Unexpected ${Al} node ${Rl}: ${JSON.stringify(ml[Rl])}.`),this.node=ml}},Tk=kk;function ae(ml,Al,Rl,zl={}){let{processor:rd=Rl}=zl,yh=[];return ml.each(()=>{let Rl=rd(ml);Rl!==!1&&(yh.length>0&&yE(ml)&&(yh.push(dS),AE(ml,Al)&&yh.push(dS)),yh.push(Rl))},"children"),yh}function yE({node:ml,parent:Al}){let Rl=KS.has(ml.type),zl=ml.type==="html"&&XS.has(Al.type);return!Rl&&!zl}var Ik=new Set(["listItem","definition"]);function AE(ml,Al){let{node:Rl,previous:zl,parent:rd}=ml;if(Al.parser==="mdx"){if(Lh(zl,Al)||Rl.type==="list"&&rd.type==="listItem"&&(zl.type==="code"||zl.type==="paragraph")&&zl.position.end.line+1=kh)return Qh;Qh=Qh.trimEnd();let cf=Math.min(kh-Qh.length,4);cf>0&&(Qh+=" ".repeat(cf));let t_=Math.min(kh-Qh.length,3);return t_>0&&(Qh=" ".repeat(t_)+Qh),Qh}}})}function Bh(ml,Al,Rl,zl){let{node:rd}=ml,yh=rd.checked===null?"":rd.checked?"[x] ":"[ ] ";return[yh,ae(ml,Al,Rl,{processor({node:ml,isFirst:rd}){if(rd&&ml.type!=="list"||ml.type==="code"&&ml.isIndented)return we(" ".repeat(yh.length),Rl());let kh=" ".repeat(Rh(Al.tabWidth-zl.length,0,3));return[kh,we(kh,Rl())]}})]}function IE(ml){let{node:Al,next:Rl}=ml;return Al.checked===null||!(Rl?.type==="code"&&Rl.isIndented)?0:4+[.../^[ \t]*/.exec(Rl.value)?.[0]??""].reduce((ml,Al)=>ml+(Al==="\t"?4:1),0)+1}function Oh(ml,Al,Rl){let{node:zl}=ml,rd=qr(zl,ml.parent),yh=eu(zl,Al);return ae(ml,Al,Rl,{processor(){let kh=s(),{node:Qh}=ml;if(Qh.children.length===2&&Qh.children[1].type==="html"&&Qh.children[0].position.start.column!==Qh.children[1].position.start.column)return[kh,_h(ml,Al,Rl,kh)];return[kh,we(" ".repeat(kh.length),_h(ml,Al,Rl,kh))];function s(){let Rl=zl.ordered?(ml.isFirst?zl.start:yh?1:zl.start+ml.index)+(rd%2===0?". ":") "):rd%2===0?"- ":"* ";return(zl.isAligned||zl.hasIndentedCodeblock)&&zl.ordered?Nh(Rl,Al):Rl}}})}function _h(ml,Al,Rl,zl){let{node:rd}=ml,yh=rd.checked===null?"":rd.checked?"[x] ":"[ ] ";return[yh,ae(ml,Al,Rl,{processor({node:ml,isFirst:rd}){if(rd&&ml.type!=="list")return we(" ".repeat(yh.length),Rl());let kh=" ".repeat(Rh(Al.tabWidth-zl.length,0,3));return[kh,we(kh,Rl())]}})]}function Nh(ml,Al){let Rl=n();return ml+" ".repeat(Rl>=4?0:Rl);function n(){let Rl=ml.length%Al.tabWidth;return Rl===0?0:Al.tabWidth-Rl}}function Rh(ml,Al,Rl){return Math.max(Al,Math.min(ml,Rl))}function Mh(ml,Al,Rl){let zl=ml.map(Rl,"children");return qE(zl)}function qE(ml){let Al=[""];return function r(ml){for(let Rl of ml){let ml=qD(Rl);if(ml===Nx){r(Rl);continue}let zl=Rl,rd=[];ml===Yx&&([zl,...rd]=Rl.parts),Al.push([Al.pop(),zl],...rd)}}(ml),Yt(Al)}function zh(ml,Al){let Rl=[""];return ml.each(()=>{let{node:zl}=ml,rd=Al();switch(zl.type){case"whitespace":if(qD(rd)!==Rx){Rl.push(rd,"");break}default:Rl.push([Rl.pop(),rd])}},"children"),Yt(Rl)}function Uh(ml,Al,Rl){let{node:zl}=ml,rd=[],yh=ml.map(()=>ml.map(({index:ml})=>{let zl=th(Rl(),Al).formatted,yh=FS(zl);return rd[ml]=Math.max(rd[ml]??3,yh),{text:zl,width:yh}},"children"),"children"),kh=s(!1);if(Al.proseWrap!=="never")return[lS,kh];let Qh=s(!0);return[lS,$t(Up(Qh,kh))];function s(ml){return Ln(pS,[f(yh[0],ml),l(ml),...yh.slice(1).map(Al=>f(Al,ml))].map(ml=>`| ${ml.join(" | ")} |`))}function l(ml){return rd.map((Rl,rd)=>{if(Al.parser!=="mdx"&&rd>=yh[0].length)return null;let kh=zl.align[rd],Qh=kh==="center"||kh==="left"?":":"-",cf=kh==="center"||kh==="right"?":":"-",t_=ml?"-":"-".repeat(Rl-2);return`${Qh}${t_}${cf}`}).filter(ml=>ml!==null)}function f(ml,Al){return ml.map(({text:ml,width:Rl},yh)=>{if(Al)return ml;let kh=rd[yh]-Rl,Qh=zl.align[yh],cf=0;Qh==="right"?cf=kh:Qh==="center"&&(cf=Math.floor(kh/2));let t_=kh-cf;return`${" ".repeat(cf)}${ml}${" ".repeat(t_)}`})}}var Bk=new Set(["tableCell","link","wikiLink"]),Fk=new Set("!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~");function _E({parent:ml}){if(ml.usesCJSpaces===void 0){let Al={" ":0,"":0},{children:Rl}=ml;for(let ml=1;mlAl[""]}return ml.usesCJSpaces}function PE(ml,Al){if(Al)return!0;let{previous:Rl,next:zl}=ml;if(!Rl||!zl)return!0;let rd=Rl.kind,yh=zl.kind;return Vh(rd)&&Vh(yh)||rd===sk&&yh===ek||yh===sk&&rd===ek?!0:rd===ak||yh===ak||rd===ek&&yh===ek?!1:Fk.has(zl.value[0])||Fk.has(VC(0,Rl.value,-1))?!0:Rl.hasTrailingPunctuation||zl.hasLeadingPunctuation?!1:_E(ml)}function Vh(ml){return ml===ZS||ml===sk}function OE(ml,Al,Rl,zl,rd){if(Rl!=="always"||ml.hasAncestor(ml=>Bk.has(ml.type)||ml.type==="heading"&&(rd.parser==="mdx"||!Qt(ml))))return!1;if(zl)return Al!=="";let{previous:yh,next:kh}=ml;return!yh||!kh?!0:Al===""?!1:yh.kind===sk&&kh.kind===ek||kh.kind===sk&&yh.kind===ek?!0:!(yh.isCJ||kh.isCJ)}function ou(ml,Al,Rl,zl,rd){if(Rl==="preserve"&&Al===`\n`)return dS;let yh=Al===" "||Al===`\n`&&PE(ml,zl);return OE(ml,Al,Rl,zl,rd)?yh?cS:uS:yh?" ":""}var Pk=/^(?:=+|-+)$/;function Gh(ml,Al){let{node:Rl}=ml,zl=ml.findAncestor(ml=>ml.type==="emphasis"||ml.type==="strong"),rd=Rl.value;return zl?(ml.isFirst&&(rd.startsWith("*")||rd.startsWith("_"))&&ml.callParent(()=>ml.isFirst)&&ml.grandparent===zl&&(rd=`\\${rd}`),rd=YC(0,rd,/(\\+|^|.)(\*+|_+)($|.)/g,(Al,Rl,zl,rd)=>[...Rl].every(ml=>ml==="\\")&&Rl.length%2===1?Al:RE(VC(0,Rl,-1)||VC(1,ml.previous?.value,-1),zl,rd[0]||ml.next?.value[0])?`${Rl}\\${zl}${rd}`:Al),rd):Al.proseWrap==="preserve"&&ml.parent.type==="sentence"&&Pk.test(rd)&&Jt(ml.previous)&&(ml.isLast||Jt(ml.next))?`\\${rd}`:rd}function RE(ml,Al,Rl){if(!ml||!Rl)return null;let zl=/[\p{Space_Separator}\t\n\f\r]/u.test(Rl),rd=/[\p{Space_Separator}\t\n\f\r]/u.test(ml),yh=YS.test(Rl),kh=YS.test(ml),Qh=!zl&&(!yh||yh&&(rd||kh)),cf=!rd&&(!kh||kh&&(zl||yh));return Al[0]==="*"?Qh||cf:Qh?!cf||kh:cf?!Qh||yh:!1}function jh(ml){let{node:Al}=ml,Rl=YC(0,YC(0,Al.value,"*","\\*"),new RegExp([`(^|${YS.source})(_+)`,`(_+)(${YS.source}|$)`].join("|"),"gu"),(ml,Al,Rl,zl,rd)=>YC(0,Rl?`${Al}${Rl}`:`${zl}${rd}`,"_","\\_")),n=(ml,Al,Rl)=>ml.type==="sentence"&&Rl===0,i=(ml,Al,Rl)=>Rn(ml.children[Rl-1]);return Rl!==Al.value&&(ml.match(void 0,n,i)||ml.match(void 0,n,(ml,Al,Rl)=>ml.type==="emphasis"&&Rl===0,i))&&(Rl=Rl.replace(/^(\\?[*_])+/,ml=>YC(0,ml,"\\",""))),Rl}function Wh(ml){let{previous:Al,next:Rl}=ml;return Al?.type==="sentence"&&VC(0,Al.children,-1)?.type==="word"&&!VC(0,Al.children,-1).hasTrailingPunctuation&&!/[\p{Space_Separator}\t\n\f\r]$/u.test(VC(0,Al.children,-1).value)||Rl?.type==="sentence"&&Rl.children[0]?.type==="word"&&!Rl.children[0].hasLeadingPunctuation&&!/^[\p{Space_Separator}\t\n\f\r]/u.test(Rl.children[0].value)}function ME(ml){let{siblings:Al,index:Rl}=ml;if(!Al||typeof Rl!="number")return!1;let zl=Al[Rl+2];return zl?.type==="whitespace"&&zl.value===""}function zE(ml){if(!Jt(ml.node)||ml.next?.value!=="-")return!1;let Al=ml.siblings[ml.index+2];return!Al||Jt(Al)}function lu(ml,Al,Rl){let{node:zl}=ml;if(HE(ml)){let Rl=[""],rd=Lr(Al.originalText.slice(zl.position.start.offset,zl.position.end.offset));for(let zl of rd){if(zl.type==="word"){Rl.push([Rl.pop(),zl.value]);continue}let rd=ou(ml,zl.value,Al.proseWrap,!0,Al);if(qD(rd)===Rx){Rl.push([Rl.pop(),rd]);continue}Rl.push(rd,"")}return Yt(Rl)}switch(zl.type){case"root":return zl.children.length===0?"":[UE(ml,Al,Rl),dS];case"paragraph":return Mh(ml,Al,Rl);case"sentence":return zh(ml,Rl);case"word":return Al.parser!=="mdx"?Gh(ml,Al):jh(ml);case"whitespace":{let{next:Rl}=ml,rd=Rl&&/^>|^(?:[*+-]|#{1,6}|\d+[).])$/.test(Rl.value)&&!ME(ml)&&!(Al.proseWrap==="preserve"&&zE(ml))?"never":Al.proseWrap;return ou(ml,zl.value,rd,!1,Al)}case"emphasis":{let rd;if(Rn(zl.children[0]))rd=Al.originalText[zl.position.start.offset];else{let Al=Wh(ml),Rl=ml.callParent(({node:Al})=>Al.type==="strong"&&Wh(ml));rd=Al||Rl||ml.hasAncestor(ml=>ml.type==="emphasis")?"*":"_"}return[rd,ae(ml,Al,Rl),rd]}case"strong":return["**",ae(ml,Al,Rl),"**"];case"delete":return["~~",ae(ml,Al,Rl),"~~"];case"inlineCode":{let Rl=Al.proseWrap==="preserve"?zl.value:YC(0,zl.value,`\n`," ");Al.parser!=="mdx"&&ml.hasAncestor(ml=>ml.type==="tableCell")&&(Rl=YC(0,Rl,"|","\\|"));let rd=wk(Rl,"`"),yh="`".repeat(rd),kh=Rl.startsWith("`")||Rl.endsWith("`")||/^[\n ]/.test(Rl)&&/[\n ]$/.test(Rl)&&/[^\n ]/.test(Rl)?" ":"";return[yh,kh,Rl,kh,yh]}case"wikiLink":{let ml;return Al.proseWrap==="preserve"?ml=zl.value:ml=YC(0,zl.value,/[\t\n]+/g," "),["[[",ml,"]]"]}case"link":switch(Al.originalText[zl.position.start.offset]){case"<":{let ml="mailto:";return["<",zl.url.startsWith(ml)&&Al.originalText.slice(zl.position.start.offset+1,zl.position.start.offset+1+ml.length)!==ml?zl.url.slice(ml.length):zl.url,">"]}case"[":return["[",ae(ml,Al,Rl),"](",su(zl.url,")"),Hn(zl.title,Al),")"];default:return Al.originalText.slice(zl.position.start.offset,zl.position.end.offset)}case"image":return["![",Kh(zl,Al),"](",su(zl.url,")"),Hn(zl.title,Al),")"];case"blockquote":return["> ",we("> ",ae(ml,Al,Rl))];case"heading":return qh(ml,Al,Rl);case"code":{if(zl.isIndented){let ml=" ".repeat(4);return we(ml,[ml,Ze(zl.value,dS)])}let ml=Al.__inJsTemplate?"~":"`",Rl=ml.repeat(Math.max(3,Ak(zl.value,ml)+1));return[Rl,zl.lang||"",zl.meta?" "+zl.meta:"",dS,Ze(Al.parser==="mdx"?Nn(zl,Al.originalText):zl.value,dS),dS,Rl]}case"html":{let{parent:Al,isLast:Rl}=ml,rd=Al.type==="root"&&Rl?zl.value.trimEnd():zl.value,yh=/^$/s.test(rd);return Ze(rd,yh?dS:vr(fS))}case"list":return Al.parser==="mdx"?Oh(ml,Al,Rl):Ph(ml,Al,Rl);case"thematicBreak":{let{ancestors:Al}=ml,Rl=Al.findIndex(ml=>ml.type==="list");return Rl===-1?"---":qr(Al[Rl],Al[Rl+1])%2===0?"***":"---"}case"linkReference":return["[",ae(ml,Al,Rl),"]",zl.referenceType==="full"?Un(zl):zl.referenceType==="collapsed"?"[]":""];case"imageReference":{let ml=Kh(zl,Al);return zl.referenceType==="full"?["![",ml,"]",Un(zl)]:[...Al.parser==="mdx"?["![",ml,"]"]:["!",Un(zl)],zl.referenceType==="collapsed"?"[]":""]}case"definition":{let ml=Al.proseWrap==="always"?cS:" ";return $t([Un(zl),":",yr([ml,Al.parser!=="mdx"&&zl.url===""?"<>":su(zl.url),zl.title===null?"":[ml,Hn(zl.title,Al,!1)]])])}case"footnote":return["[^",ae(ml,Al,Rl),"]"];case"footnoteReference":return $h(zl);case"footnoteDefinition":{let rd=zl.children.length===1&&zl.children[0].type==="paragraph"&&(Al.proseWrap==="never"||Al.proseWrap==="preserve"&&zl.children[0].position.start.line===zl.children[0].position.end.line);return[$h(zl),": ",rd?ae(ml,Al,Rl):$t([we(" ".repeat(4),ae(ml,Al,Rl,{processor:({isFirst:ml})=>ml?$t([uS,Rl()]):Rl()}))])]}case"table":return Uh(ml,Al,Rl);case"tableCell":return ae(ml,Al,Rl);case"break":return/\s/.test(Al.originalText[zl.position.start.offset])?[" ",vr(fS)]:["\\",dS];case"liquidNode":return Ze(zl.value,dS);case"import":case"export":case"jsx":return zl.value.trimEnd();case"esComment":return["{/* ",zl.value," */}"];case"math":return["$$",zl.meta?" "+zl.meta:"",dS,zl.value?[Ze(zl.value,dS),dS]:"","$$"];case"inlineMath":return Al.originalText.slice(pt(zl),ht(zl));case"text":return Ze(zl.value,dS);default:throw new Tk(zl,"Markdown")}}function UE(ml,Al,Rl){let zl=[],rd=null,{children:yh}=ml.node;for(let[ml,Al]of yh.entries())switch(Ir(Al)){case"start":rd===null&&(rd={index:ml,offset:Al.position.end.offset});break;case"end":rd!==null&&(zl.push({start:rd,end:{index:ml,offset:Al.position.start.offset}}),rd=null);break;default:break}return ae(ml,Al,Rl,{processor({index:ml}){if(zl.length>0){let Rl=zl[0];if(ml===Rl.start.index)return[Yh(yh[Rl.start.index]),Al.originalText.slice(Rl.start.offset,Rl.end.offset),Yh(yh[Rl.end.index])];if(Rl.start.indexml.type==="linkReference"||ml.type==="imageReference");return Al&&(Al.type!=="linkReference"||Al.referenceType!=="full")}var VE=(ml,Al)=>{for(let Rl of Al)ml=YC(0,ml,Rl,encodeURIComponent(Rl));return ml};function su(ml,Al=[]){let Rl=[" ",...Array.isArray(Al)?Al:[Al]];return new RegExp(Rl.map(ml=>ve(ml)).join("|")).test(ml)?`<${VE(ml,"<>")}>`:ml}function Hn(ml,Al,Rl=!0){if(!ml)return"";if(Rl)return" "+Hn(ml,Al,!1);if(Al.parser==="mdx"&&(ml=YC(0,ml,/\\(?=["')])/g,"")),ml.includes('"')&&ml.includes("'")&&!ml.includes(")"))return`(${ml})`;let zl=Th(ml,Al.singleQuote);return ml=YC(0,ml,"\\","\\\\"),ml=YC(0,ml,zl,`\\${zl}`),`${zl}${ml}${zl}`}function Un(ml,Al){let Rl=(0,Ek.default)(ml.label);return Al?.parser==="mdx"?`[${Rl}]`:`[${YC(0,Rl,/[\\[\]]/g,ml=>`\\${ml}`)}]`}function $h(ml){return`[^${ml.label}]`}function Kh(ml,Al){return Al.parser!=="mdx"&&ml.originalAltText?ml.originalAltText:ml.alt||""}var Rk=class{#_e;constructor(ml){this.#_e=new Set(ml)}getLeadingWhitespaceCount(ml){let Al=this.#_e,Rl=0;for(let zl=0;zl=0&&Al.has(ml.charAt(zl));zl--)Rl++;return Rl}getLeadingWhitespace(ml){let Al=this.getLeadingWhitespaceCount(ml);return ml.slice(0,Al)}getTrailingWhitespace(ml){let Al=this.getTrailingWhitespaceCount(ml);return ml.slice(ml.length-Al)}hasLeadingWhitespace(ml){return this.#_e.has(ml.charAt(0))}hasTrailingWhitespace(ml){return this.#_e.has(VC(0,ml,-1))}trimStart(ml){let Al=this.getLeadingWhitespaceCount(ml);return ml.slice(Al)}trimEnd(ml){let Al=this.getTrailingWhitespaceCount(ml);return ml.slice(0,ml.length-Al)}trim(ml){return this.trimEnd(this.trimStart(ml))}split(ml,Al=!1){let Rl=`[${ve([...this.#_e].join(""))}]+`,zl=new RegExp(Al?`(${Rl})`:Rl);return ml.split(zl)}hasWhitespaceCharacter(ml){let Al=this.#_e;return Array.prototype.some.call(ml,ml=>Al.has(ml))}hasNonWhitespaceCharacter(ml){let Al=this.#_e;return Array.prototype.some.call(ml,ml=>!Al.has(ml))}isWhitespaceOnly(ml){let Al=this.#_e;return Array.prototype.every.call(ml,ml=>Al.has(ml))}#me(ml){let Al=Number.POSITIVE_INFINITY;for(let Rl of ml.split(`\n`)){if(Rl.length===0)continue;let ml=this.getLeadingWhitespaceCount(Rl);if(ml===0)return 0;Rl.length!==ml&&mlml.slice(Al)).join(`\n`)}},Nk=Rk;var Qk=["\t",`\n`,"\f","\r"," "],Lk=new Nk(Qk),jk=Lk;var Uk=/^\\?.$/su,Gk=/^\n *>[ >]*$/;function $E(ml,Al){return Al.parser==="mdx"?ml=KE(ml,Al):ml=QE(ml,Al),ml=XE(ml),Al.parser==="mdx"?ml=nw(ml,Al):ml=rw(ml,Al),Al.parser!=="mdx"&&(ml=iw(ml,Al)),Al.parser==="mdx"?ml=uw(ml,Al):ml=aw(ml,Al),Al.parser==="mdx"?ml=ZE(ml):ml=ew(ml),ml}function KE(ml,Al){return Ee(ml,ml=>{if(ml.type!=="text")return ml;let{value:Rl}=ml;if(Rl==="*"||Rl==="_"||!Uk.test(Rl)||ml.position.end.offset-ml.position.start.offset===Rl.length)return ml;let zl=Al.originalText.slice(ml.position.start.offset,ml.position.end.offset);return Gk.test(zl)?ml:{...ml,value:zl}})}function QE(ml,Al){return Ee(ml,ml=>(ml.type==="text"&&(ml.raw=Al.originalText.slice(ml.position.start.offset,ml.position.end.offset)),ml))}function JE(ml,Al,Rl){return Ee(ml,ml=>{if(!ml.children)return ml;let zl=[],rd,yh;for(let kh of ml.children)rd&&Al(rd,kh)?(kh=Rl(rd,kh),zl.splice(-1,1,kh),yh||(yh=!0)):zl.push(kh),rd=kh;return yh?{...ml,children:zl}:ml})}function XE(ml){return JE(ml,(ml,Al)=>ml.type==="text"&&Al.type==="text",(ml,Al)=>({type:"text",value:ml.value+Al.value,position:{start:ml.position.start,end:Al.position.end}}))}function ZE(ml){return Ee(ml,(ml,Al,[Rl])=>{if(ml.type!=="text")return ml;let{value:zl}=ml;return Rl.type==="paragraph"&&(Al===0&&(zl=jk.trimStart(zl)),Al===Rl.children.length-1&&(zl=jk.trimEnd(zl))),{type:"sentence",position:ml.position,children:Lr(zl)}})}function ew(ml){let Al=new Set,Rl=new Set;return n(ml,(ml,Rl)=>{if(ml.type==="wikiLink"){i(Rl);return}if(ml.type==="text"){if(ml.raw.includes("[["))for(let ml of Rl)ml.type==="paragraph"&&Al.add(ml);ml.raw.includes("]]")&&i(Rl)}}),Ee(ml,(ml,Al,zl)=>{if(ml.type!=="text")return ml;let rd=ml.raw,yh=zl.findIndex(ml=>ml?.type==="paragraph"),kh=yh===-1?void 0:zl[yh];if(kh){zl.slice(yh+1).some(ml=>ml?.type==="blockquote")&&(rd=tw(rd,ml));let Rl=zl[0];Rl?.type==="paragraph"&&(Al===0&&(rd=jk.trimStart(rd)),Al===Rl.children.length-1&&(rd=jk.trimEnd(rd)))}return kh&&Rl.has(kh.position)?{type:"text",position:ml.position,value:rd}:{type:"sentence",position:ml.position,children:Lr(rd)}});function n(ml,Al){return function o(ml,Rl){if(Al(ml,Rl),ml.children)for(let Al of ml.children)o(Al,[ml,...Rl])}(ml,[])}function i(ml){for(let zl of ml)zl.type==="paragraph"&&Al.has(zl)&&Rl.add(zl.position)}}function tw(ml,Al){let Rl=/^([ \t]*>[ \t]*)*/,zl=ml.split(`\n`),rd=Al.value.split(`\n`);return zl.map((ml,Al)=>{let zl=(rd[Al]??"").match(Rl)[0]??"";return ml.replace(Rl,zl)}).join(`\n`)}function rw(ml,Al){return Ee(ml,ml=>{if(ml.type!=="code")return ml;let Rl=/^\n?(?: {4,}|\t)/.test(Al.originalText.slice(ml.position.start.offset,ml.position.end.offset));return ml.isIndented=Rl,ml})}function nw(ml,Al){return Ee(ml,(ml,Rl,zl)=>{if(ml.type==="code"){let Rl=/^\n?(?: {4,}|\t)/.test(Al.originalText.slice(ml.position.start.offset,ml.position.end.offset));if(ml.isIndented=Rl,Rl)for(let ml=0;ml{if(ml.type==="image"||ml.type==="imageReference")return ml.originalAltText=Xh(Rl,ml.position.start.offset,ml.position.end.offset),ml;if(ml.type!=="link"||!ml.url)return ml;let Al=Xh(Rl,ml.position.start.offset,ml.position.end.offset);return Al&&/[[\]]/.test(Al)&&(ml.originalLabelText=Al),ml})}function Xh(ml,Al,Rl){let zl=ml.indexOf("[",Al);if(zl===-1||zl>=Rl)return null;let rd=1,yh=zl+1;for(;yh{if(ml.type==="list"&&ml.children.length>0){for(let Al=0;Al1)return!0;let rd=r(Rl);if(rd===-1)return!1;if(ml.children.length===1)return rd%Al.tabWidth===0;let yh=r(zl);return rd!==yh?!1:rd%Al.tabWidth===0?!0:lt(zl,Al).leadingSpaces.length>1}}function uw(ml,Al){return Ee(ml,(ml,Al,Rl)=>{if(ml.type==="list"&&ml.children.length>0){for(let Al=0;Al1)return!0;let rd=r(Rl);if(rd===-1)return!1;if(ml.children.length===1)return rd%Al.tabWidth===0;let yh=r(zl);return rd!==yh?!1:rd%Al.tabWidth===0?!0:lt(zl,Al).leadingSpaces.length>1}}var qk=$E;var Jk=null;function Pr(ml){if(Jk!==null&&typeof Jk.property){let ml=Jk;return Jk=Pr.prototype=null,ml}return Jk=Pr.prototype=ml??Object.create(null),new Pr}var Vk=10;for(let ml=0;ml<=Vk;ml++)Pr();function fu(ml){return Pr(ml)}function sw(ml,Al="type"){fu(ml);function r(Rl){let zl=Rl[Al],rd=ml[zl];if(!Array.isArray(rd))throw Object.assign(new Error(`Missing visitor keys for '${zl}'.`),{node:Rl});return rd}return r}var Wk=sw;var Yk=[["children"]],Xk={root:Yk[0],paragraph:Yk[0],sentence:Yk[0],word:[],whitespace:[],emphasis:Yk[0],strong:Yk[0],delete:Yk[0],inlineCode:[],wikiLink:[],link:Yk[0],image:[],blockquote:Yk[0],heading:Yk[0],code:[],html:[],list:Yk[0],thematicBreak:[],linkReference:Yk[0],imageReference:[],definition:[],footnote:Yk[0],footnoteReference:[],footnoteDefinition:Yk[0],table:Yk[0],tableCell:Yk[0],break:[],liquidNode:[],import:[],export:[],esComment:[],jsx:[],math:[],inlineMath:[],tableRow:Yk[0],listItem:Yk[0],text:[]};var Zk=Wk(Xk),eT=Zk;var tT={features:{experimental_frontMatterSupport:{massageAstNode:!0,embed:!0,print:!0}},preprocess:qk,print:lu,embed:yk,massageAstNode:iu,hasPrettierIgnore:ch,insertPragma:Eh,getVisitorKeys:eT,printPrettierIgnored:au};return Dm(GE)})},7776:ml=>{(function(Al){function e(){var ml=Al();return ml.default||ml}if(true)ml.exports=e();else{var Rl}})(function(){"use strict";var ml=Object.create;var Al=Object.defineProperty;var Rl=Object.getOwnPropertyDescriptor;var zl=Object.getOwnPropertyNames;var rd=Object.getPrototypeOf,yh=Object.prototype.hasOwnProperty;var w=(ml,Al)=>()=>{try{return Al||ml((Al={exports:{}}).exports,Al),Al.exports}catch(ml){throw Al=0,ml}},hn=(ml,Rl)=>{for(var zl in Rl)Al(ml,zl,{get:Rl[zl],enumerable:!0})},dn=(ml,rd,kh,Qh)=>{if(rd&&typeof rd=="object"||typeof rd=="function")for(let cf of zl(rd))!yh.call(ml,cf)&&cf!==kh&&Al(ml,cf,{get:()=>rd[cf],enumerable:!(Qh=Rl(rd,cf))||Qh.enumerable});return ml};var Ce=(Rl,zl,yh)=>(yh=Rl!=null?ml(rd(Rl)):{},dn(zl||!Rl||!Rl.__esModule?Al(yh,"default",{value:Rl,enumerable:!0}):yh,Rl)),$l=ml=>dn(Al({},"__esModule",{value:!0}),ml);var kh=w((ml,Al)=>{var Rl=String,Gi=function(){return{isColorSupported:!1,reset:Rl,bold:Rl,dim:Rl,italic:Rl,underline:Rl,inverse:Rl,hidden:Rl,strikethrough:Rl,black:Rl,red:Rl,green:Rl,yellow:Rl,blue:Rl,magenta:Rl,cyan:Rl,white:Rl,gray:Rl,bgBlack:Rl,bgRed:Rl,bgGreen:Rl,bgYellow:Rl,bgBlue:Rl,bgMagenta:Rl,bgCyan:Rl,bgWhite:Rl,blackBright:Rl,redBright:Rl,greenBright:Rl,yellowBright:Rl,blueBright:Rl,magentaBright:Rl,cyanBright:Rl,whiteBright:Rl,bgBlackBright:Rl,bgRedBright:Rl,bgGreenBright:Rl,bgYellowBright:Rl,bgBlueBright:Rl,bgMagentaBright:Rl,bgCyanBright:Rl,bgWhiteBright:Rl}};Al.exports=Gi();Al.exports.createColors=Gi});var Qh=w(()=>{});var cf=w((ml,Al)=>{"use strict";var Rl=kh(),zl=Qh(),rd=class t extends Error{constructor(ml,Al,Rl,zl,rd,yh){super(ml),this.name="CssSyntaxError",this.reason=ml,rd&&(this.file=rd),zl&&(this.source=zl),yh&&(this.plugin=yh),typeof Al<"u"&&typeof Rl<"u"&&(typeof Al=="number"?(this.line=Al,this.column=Rl):(this.line=Al.line,this.column=Al.column,this.endLine=Rl.line,this.endColumn=Rl.column)),this.setMessage(),Error.captureStackTrace&&Error.captureStackTrace(this,t)}setMessage(){this.message=this.plugin?this.plugin+": ":"",this.message+=this.file?this.file:"",typeof this.line<"u"&&(this.message+=":"+this.line+":"+this.column),this.message+=": "+this.reason}showSourceCode(ml){if(!this.source)return"";let Al=this.source;ml==null&&(ml=Rl.isColorSupported);let r=ml=>ml,n=ml=>ml,i=ml=>ml;if(ml){let{bold:ml,gray:Al,red:rd}=Rl.createColors(!0);n=Al=>ml(rd(Al)),r=ml=>Al(ml),zl&&(i=ml=>zl(ml))}let rd=Al.split(/\r?\n/),yh=Math.max(this.line-3,0),kh=Math.min(this.line+2,rd.length),Qh=String(kh).length;return rd.slice(yh,kh).map((ml,Al)=>{let Rl=yh+1+Al,zl=" "+(" "+Rl).slice(-Qh)+" | ";if(Rl===this.line){if(ml.length>160){let Al=20,Rl=Math.max(0,this.column-Al),rd=Math.max(this.column+Al,this.endColumn+Al),yh=ml.slice(Rl,rd),kh=r(zl.replace(/\d/g," "))+ml.slice(0,Math.min(this.column-1,Al-1)).replace(/[^\t]/g," ");return n(">")+r(zl)+i(yh)+`\n `+kh+n("^")}let Al=r(zl.replace(/\d/g," "))+ml.slice(0,this.column-1).replace(/[^\t]/g," ");return n(">")+r(zl)+i(ml)+`\n `+Al+n("^")}return" "+r(zl)+i(ml)}).join(`\n`)}toString(){let ml=this.showSourceCode();return ml&&(ml=`\n\n`+ml+`\n`),this.name+": "+this.message+ml}};Al.exports=rd;rd.default=rd});var t_=w((ml,Al)=>{"use strict";var Rl=/(<)(\/?style\b)/gi,zl=/(<)(!--)/g;function fe(ml){return typeof ml!="string"||!ml.includes("<")?ml:ml.replace(Rl,"\\3c $2").replace(zl,"\\3c $2")}var rd={after:`\n`,beforeClose:`\n`,beforeComment:`\n`,beforeDecl:`\n`,beforeOpen:" ",beforeRule:`\n`,colon:": ",commentLeft:" ",commentRight:" ",emptyBody:"",indent:" ",semicolon:!1};function ef(ml){return ml[0].toUpperCase()+ml.slice(1)}var yh=class{constructor(ml){this.builder=ml}atrule(ml,Al){let Rl=ml.raws,zl="@"+ml.name,rd=ml.params?this.rawValue(ml,"params"):"";if(typeof Rl.afterName<"u"?zl+=Rl.afterName:rd&&(zl+=" "),ml.nodes)this.block(ml,zl+rd);else{let yh=(Rl.between||"")+(Al?";":"");this.builder(fe(zl+rd+yh),ml)}}beforeAfter(ml,Al){let Rl;ml.type==="decl"?Rl=this.raw(ml,null,"beforeDecl"):ml.type==="comment"?Rl=this.raw(ml,null,"beforeComment"):Al==="before"?Rl=this.raw(ml,null,"beforeRule"):Rl=this.raw(ml,null,"beforeClose");let zl=ml.parent,rd=0;for(;zl&&zl.type!=="root";)rd+=1,zl=zl.parent;if(Rl.includes(`\n`)){let Al=this.raw(ml,null,"indent");if(Al.length)for(let ml=0;ml0&&Al[Rl].type==="comment";)Rl-=1;let zl=this.raw(ml,"semicolon"),rd=ml.type==="document";for(let ml=0;ml{if(zl=ml.raws[Al],typeof zl<"u")return!1})}return typeof zl>"u"&&(zl=rd[Rl]),Qh[Rl]=zl,zl}rawBeforeClose(ml){let Al;return ml.walk(ml=>{if(ml.nodes&&ml.nodes.length>0&&typeof ml.raws.after<"u")return Al=ml.raws.after,Al.includes(`\n`)&&(Al=Al.replace(/[^\n]+$/,"")),!1}),Al&&(Al=Al.replace(/\S/g,"")),Al}rawBeforeComment(ml,Al){let Rl;return ml.walkComments(ml=>{if(typeof ml.raws.before<"u")return Rl=ml.raws.before,Rl.includes(`\n`)&&(Rl=Rl.replace(/[^\n]+$/,"")),!1}),typeof Rl>"u"?Rl=this.raw(Al,null,"beforeDecl"):Rl&&(Rl=Rl.replace(/\S/g,"")),Rl}rawBeforeDecl(ml,Al){let Rl;return ml.walkDecls(ml=>{if(typeof ml.raws.before<"u")return Rl=ml.raws.before,Rl.includes(`\n`)&&(Rl=Rl.replace(/[^\n]+$/,"")),!1}),typeof Rl>"u"?Rl=this.raw(Al,null,"beforeRule"):Rl&&(Rl=Rl.replace(/\S/g,"")),Rl}rawBeforeOpen(ml){let Al;return ml.walk(ml=>{if(ml.type!=="decl"&&(Al=ml.raws.between,typeof Al<"u"))return!1}),Al}rawBeforeRule(ml){let Al;return ml.walk(Rl=>{if(Rl.nodes&&(Rl.parent!==ml||ml.first!==Rl)&&typeof Rl.raws.before<"u")return Al=Rl.raws.before,Al.includes(`\n`)&&(Al=Al.replace(/[^\n]+$/,"")),!1}),Al&&(Al=Al.replace(/\S/g,"")),Al}rawColon(ml){let Al;return ml.walkDecls(ml=>{if(typeof ml.raws.between<"u")return Al=ml.raws.between.replace(/[^\s:]/g,""),!1}),Al}rawEmptyBody(ml){let Al;return ml.walk(ml=>{if(ml.nodes&&ml.nodes.length===0&&(Al=ml.raws.after,typeof Al<"u"))return!1}),Al}rawIndent(ml){if(ml.raws.indent)return ml.raws.indent;let Al;return ml.walk(Rl=>{let zl=Rl.parent;if(zl&&zl!==ml&&zl.parent&&zl.parent===ml&&typeof Rl.raws.before<"u"){let ml=Rl.raws.before.split(`\n`);return Al=ml[ml.length-1],Al=Al.replace(/\S/g,""),!1}}),Al}rawSemicolon(ml){let Al;return ml.walk(ml=>{if(ml.nodes&&ml.nodes.length&&ml.last.type==="decl"&&(Al=ml.raws.semicolon,typeof Al<"u"))return!1}),Al}rawValue(ml,Al){let Rl=ml[Al],zl=ml.raws[Al];return zl&&zl.value===Rl?zl.raw:Rl}root(ml){if(this.body(ml),ml.raws.after){let Al=ml.raws.after,Rl=ml.parent&&ml.parent.type==="document";this.builder(Rl?Al:fe(Al))}}rule(ml){this.block(ml,this.rawValue(ml,"selector")),ml.raws.ownSemicolon&&this.builder(fe(ml.raws.ownSemicolon),ml,"end")}stringify(ml,Al){if(!this[ml.type])throw new Error("Unknown AST node type "+ml.type+". Maybe you need to change PostCSS stringifier.");this[ml.type](ml,Al)}};Al.exports=yh;yh.default=yh});var r_=w((ml,Al)=>{"use strict";var Rl=t_();function ys(ml,Al){new Rl(Al).stringify(ml)}Al.exports=ys;ys.default=ys});var u_=w((ml,Al)=>{"use strict";Al.exports.isClean=Symbol("isClean");Al.exports.my=Symbol("my")});var C_=w((ml,Al)=>{"use strict";var Rl=cf(),zl=t_(),rd=r_(),{isClean:yh,my:kh}=u_();function ws(ml,Al){let Rl=new ml.constructor;for(let zl in ml){if(!Object.prototype.hasOwnProperty.call(ml,zl)||zl==="proxyCache")continue;let rd=ml[zl],yh=typeof rd;zl==="parent"&&yh==="object"?Al&&(Rl[zl]=Al):zl==="source"?Rl[zl]=rd:Array.isArray(rd)?Rl[zl]=rd.map(ml=>ws(ml,Rl)):(yh==="object"&&rd!==null&&(rd=ws(rd)),Rl[zl]=rd)}return Rl}function Z(ml,Al){if(Al&&typeof Al.offset<"u")return Al.offset;let Rl=1,zl=1,rd=0;for(let yh=0;yhml.root().toProxy():ml[Al]},set(ml,Al,Rl){return ml[Al]===Rl||(ml[Al]=Rl,(Al==="prop"||Al==="value"||Al==="name"||Al==="params"||Al==="important"||Al==="text")&&ml.markDirty()),!0}}}markClean(){this[yh]=!0}markDirty(){if(this[yh]){this[yh]=!1;let ml=this;for(;ml=ml.parent;)ml[yh]=!1}}next(){if(!this.parent)return;let ml=this.parent.index(this);return this.parent.nodes[ml+1]}positionBy(ml={}){let Al=this.source.start;if(ml.index)Al=this.positionInside(ml.index);else if(ml.word){let Rl="document"in this.source.input?this.source.input.document:this.source.input.css,zl=Rl.slice(Z(Rl,this.source.start),Z(Rl,this.source.end)).indexOf(ml.word);zl!==-1&&(Al=this.positionInside(zl))}return Al}positionInside(ml){let Al=this.source.start.column,Rl=this.source.start.line,zl="document"in this.source.input?this.source.input.document:this.source.input.css,rd=Z(zl,this.source.start),yh=rd+ml;for(let ml=rd;mltypeof ml=="object"&&ml.toJSON?ml.toJSON(null,Al):ml);else if(typeof zl=="object"&&zl.toJSON)Rl[ml]=zl.toJSON(null,Al);else if(ml==="source"){if(zl==null)continue;let yh=Al.get(zl.input);yh==null&&(yh=rd,Al.set(zl.input,rd),rd++),Rl[ml]={end:zl.end,inputId:yh,start:zl.start}}else Rl[ml]=zl}return zl&&(Rl.inputs=[...Al.keys()].map(ml=>ml.toJSON())),Rl}toProxy(){return this.proxyCache||(this.proxyCache=new Proxy(this,this.getProxyProcessor())),this.proxyCache}toString(ml=rd){ml.stringify&&(ml=ml.stringify);let Al="";return ml(this,ml=>{Al+=ml}),Al}warn(ml,Al,Rl={}){let zl={node:this};for(let ml in Rl)zl[ml]=Rl[ml];return ml.warn(Al,zl)}};Al.exports=Qh;Qh.default=Qh});var D_=w((ml,Al)=>{"use strict";var Rl=C_(),zl=class extends Rl{constructor(ml){super(ml),this.type="comment"}};Al.exports=zl;zl.default=zl});var S_=w((ml,Al)=>{"use strict";var Rl=C_(),zl=class extends Rl{get variable(){return this.prop.startsWith("--")||this.prop[0]==="$"}constructor(ml){ml&&typeof ml.value<"u"&&typeof ml.value!="string"&&(ml={...ml,value:String(ml.value)}),super(ml),this.type="decl"}};Al.exports=zl;zl.default=zl});var P_=w((ml,Al)=>{"use strict";var Rl=D_(),zl=S_(),rd=C_(),{isClean:yh,my:kh}=u_(),Qh,cf,t_,r_;function oo(ml){return ml.map(ml=>(ml.nodes&&(ml.nodes=oo(ml.nodes)),delete ml.source,ml))}function ao(ml){if(ml[yh]=!1,ml.proxyOf.nodes)for(let Al of ml.proxyOf.nodes)ao(Al)}var P_=class t extends rd{get first(){if(this.proxyOf.nodes)return this.proxyOf.nodes[0]}get last(){if(this.proxyOf.nodes)return this.proxyOf.nodes[this.proxyOf.nodes.length-1]}append(...ml){for(let Al of ml){let ml=this.normalize(Al,this.last);for(let Al of ml)this.proxyOf.nodes.push(Al)}return this.markDirty(),this}cleanRaws(ml){if(super.cleanRaws(ml),this.nodes)for(let Al of this.nodes)Al.cleanRaws(ml)}each(ml){if(!this.proxyOf.nodes)return;let Al=this.getIterator(),Rl,zl;for(;this.indexes[Al]ml[Al](...Rl.map(ml=>typeof ml=="function"?(Al,Rl)=>ml(Al.toProxy(),Rl):ml)):Al==="every"||Al==="some"?Rl=>ml[Al]((ml,...Al)=>Rl(ml.toProxy(),...Al)):Al==="root"?()=>ml.root().toProxy():Al==="nodes"?ml.nodes.map(ml=>ml.toProxy()):Al==="first"||Al==="last"?ml[Al].toProxy():ml[Al]:ml[Al]},set(ml,Al,Rl){return ml[Al]===Rl||(ml[Al]=Rl,(Al==="name"||Al==="params"||Al==="selector")&&ml.markDirty()),!0}}}index(ml){return typeof ml=="number"?ml:(ml.proxyOf&&(ml=ml.proxyOf),this.proxyOf.nodes.indexOf(ml))}insertAfter(ml,Al){let Rl=this.index(ml),zl=this.normalize(Al,this.proxyOf.nodes[Rl]).reverse();Rl=this.index(ml);for(let ml of zl)this.proxyOf.nodes.splice(Rl+1,0,ml);let rd;for(let ml in this.indexes)rd=this.indexes[ml],Rl"u")ml=[];else if(Array.isArray(ml)){ml=ml.slice(0);for(let Al of ml)Al.parent&&Al.parent.removeChild(Al,"ignore")}else if(ml.type==="root"&&this.type!=="document"){ml=ml.nodes.slice(0);for(let Al of ml)Al.parent&&Al.parent.removeChild(Al,"ignore")}else if(ml.type)ml=[ml];else if(ml.prop){if(typeof ml.value>"u")throw new Error("Value field is missed in node creation");typeof ml.value!="string"&&(ml.value=String(ml.value)),ml=[new zl(ml)]}else if(ml.selector||ml.selectors)ml=[new r_(ml)];else if(ml.name)ml=[new Qh(ml)];else if(ml.text)ml=[new Rl(ml)];else throw new Error("Unknown node type in node creation");return ml.map(ml=>(ml[kh]||t.rebuild(ml),ml=ml.proxyOf,ml.parent&&ml.parent.removeChild(ml),ml[yh]&&ao(ml),ml.raws||(ml.raws={}),typeof ml.raws.before>"u"&&Al&&typeof Al.raws.before<"u"&&(ml.raws.before=Al.raws.before.replace(/\S/g,"")),ml.parent=this.proxyOf,ml))}prepend(...ml){ml=ml.reverse();for(let Al of ml){let ml=this.normalize(Al,this.first,"prepend").reverse();for(let Al of ml)this.proxyOf.nodes.unshift(Al);for(let Al in this.indexes)this.indexes[Al]=this.indexes[Al]+ml.length}return this.markDirty(),this}push(ml){return ml.parent=this,this.proxyOf.nodes.push(ml),this}removeAll(){for(let ml of this.proxyOf.nodes)ml.parent=void 0;return this.proxyOf.nodes=[],this.markDirty(),this}removeChild(ml){ml=this.index(ml),this.proxyOf.nodes[ml].parent=void 0,this.proxyOf.nodes.splice(ml,1);let Al;for(let Rl in this.indexes)Al=this.indexes[Rl],Al>=ml&&(this.indexes[Rl]=Al-1);return this.markDirty(),this}replaceValues(ml,Al,Rl){return Rl||(Rl=Al,Al={}),this.walkDecls(zl=>{Al.props&&!Al.props.includes(zl.prop)||Al.fast&&!zl.value.includes(Al.fast)||(zl.value=zl.value.replace(ml,Rl))}),this.markDirty(),this}some(ml){return this.nodes.some(ml)}walk(ml){return this.each((Al,Rl)=>{let zl;try{zl=ml(Al,Rl)}catch(ml){throw Al.addToError(ml)}return zl!==!1&&Al.walk&&(zl=Al.walk(ml)),zl})}walkAtRules(ml,Al){return Al?ml instanceof RegExp?this.walk((Rl,zl)=>{if(Rl.type==="atrule"&&ml.test(Rl.name))return Al(Rl,zl)}):this.walk((Rl,zl)=>{if(Rl.type==="atrule"&&Rl.name===ml)return Al(Rl,zl)}):(Al=ml,this.walk((ml,Rl)=>{if(ml.type==="atrule")return Al(ml,Rl)}))}walkComments(ml){return this.walk((Al,Rl)=>{if(Al.type==="comment")return ml(Al,Rl)})}walkDecls(ml,Al){return Al?ml instanceof RegExp?this.walk((Rl,zl)=>{if(Rl.type==="decl"&&ml.test(Rl.prop))return Al(Rl,zl)}):this.walk((Rl,zl)=>{if(Rl.type==="decl"&&Rl.prop===ml)return Al(Rl,zl)}):(Al=ml,this.walk((ml,Rl)=>{if(ml.type==="decl")return Al(ml,Rl)}))}walkRules(ml,Al){return Al?ml instanceof RegExp?this.walk((Rl,zl)=>{if(Rl.type==="rule"&&ml.test(Rl.selector))return Al(Rl,zl)}):this.walk((Rl,zl)=>{if(Rl.type==="rule"&&Rl.selector===ml)return Al(Rl,zl)}):(Al=ml,this.walk((ml,Rl)=>{if(ml.type==="rule")return Al(ml,Rl)}))}};P_.registerParse=ml=>{cf=ml};P_.registerRule=ml=>{r_=ml};P_.registerAtRule=ml=>{Qh=ml};P_.registerRoot=ml=>{t_=ml};Al.exports=P_;P_.default=P_;P_.rebuild=ml=>{ml.type==="atrule"?Object.setPrototypeOf(ml,Qh.prototype):ml.type==="rule"?Object.setPrototypeOf(ml,r_.prototype):ml.type==="decl"?Object.setPrototypeOf(ml,zl.prototype):ml.type==="comment"?Object.setPrototypeOf(ml,Rl.prototype):ml.type==="root"&&Object.setPrototypeOf(ml,t_.prototype),ml[kh]=!0,ml.nodes&&ml.nodes.forEach(ml=>{P_.rebuild(ml)})}});var Cg=w((ml,Al)=>{var Rl="useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict",ff=(ml,Al=21)=>(Rl=Al)=>{let zl="",rd=Rl|0;for(;rd--;)zl+=ml[Math.random()*ml.length|0];return zl},pf=(ml=21)=>{let Al="",zl=ml|0;for(;zl--;)Al+=Rl[Math.random()*64|0];return Al};Al.exports={nanoid:pf,customAlphabet:ff}});var eA=w(()=>{});var tA=w((ml,Al)=>{Al.exports=class{}});var rA=w((ml,Al)=>{"use strict";var{nanoid:Rl}=Cg(),{isAbsolute:zl,resolve:rd}={},{SourceMapConsumer:yh,SourceMapGenerator:kh}=eA(),{fileURLToPath:t_,pathToFileURL:r_}={},u_=cf(),C_=tA(),D_=Qh(),S_=Symbol("lineToIndexCache"),P_=!!(yh&&kh),rA=!!(rd&&zl);function go(ml){if(ml[S_])return ml[S_];let Al=ml.css.split(`\n`),Rl=new Array(Al.length),zl=0;for(let ml=0,rd=Al.length;ml"u"||typeof ml=="object"&&!ml.toString)throw new Error(`PostCSS received ${ml} instead of CSS string`);if(this.css=ml.toString(),this.css[0]==="\ufeff"||this.css[0]==="￾"?(this.hasBOM=!0,this.css=this.css.slice(1)):this.hasBOM=!1,this.document=this.css,Al.document&&(this.document=Al.document.toString()),Al.from&&(!rA||/^\w+:\/\//.test(Al.from)||zl(Al.from)?this.file=Al.from:this.file=rd(Al.from)),rA&&P_){let ml=new C_(this.css,Al);if(ml.text){this.map=ml;let Al=ml.consumer().file;!this.file&&Al&&(this.file=this.mapResolve(Al))}}this.file||(this.id=""),this.map&&(this.map.file=this.from)}error(ml,Al,Rl,zl={}){let rd,yh,kh,Qh,cf;if(Al&&typeof Al=="object"){let ml=Al,zl=Rl;if(typeof ml.offset=="number"){Qh=ml.offset;let zl=this.fromOffset(Qh);Al=zl.line,Rl=zl.col}else Al=ml.line,Rl=ml.column,Qh=this.fromLineAndColumn(Al,Rl);if(typeof zl.offset=="number"){kh=zl.offset;let ml=this.fromOffset(kh);yh=ml.line,rd=ml.col}else yh=zl.line,rd=zl.column,kh=this.fromLineAndColumn(zl.line,zl.column)}else if(Rl)Qh=this.fromLineAndColumn(Al,Rl);else{Qh=Al;let ml=this.fromOffset(Qh);Al=ml.line,Rl=ml.col}let t_=this.origin(Al,Rl,yh,rd);return t_?cf=new u_(ml,t_.endLine===void 0?t_.line:{column:t_.column,line:t_.line},t_.endLine===void 0?t_.column:{column:t_.endColumn,line:t_.endLine},t_.source,t_.file,zl.plugin):cf=new u_(ml,yh===void 0?Al:{column:Rl,line:Al},yh===void 0?Rl:{column:rd,line:yh},this.css,this.file,zl.plugin),cf.input={column:Rl,endColumn:rd,endLine:yh,endOffset:kh,line:Al,offset:Qh,source:this.css},this.file&&(r_&&(cf.input.url=r_(this.file).toString()),cf.input.file=this.file),cf}fromLineAndColumn(ml,Al){return go(this)[ml-1]+Al-1}fromOffset(ml){let Al=go(this),Rl=Al[Al.length-1],zl=0;if(ml>=Rl)zl=Al.length-1;else{let Rl=Al.length-2,rd;for(;zl>1),ml=Al[rd+1])zl=rd+1;else{zl=rd;break}}return{col:ml-Al[zl]+1,line:zl+1}}mapResolve(ml){return/^\w+:\/\//.test(ml)?ml:rd(this.map.consumer().sourceRoot||this.map.root||".",ml)}origin(ml,Al,Rl,rd){if(!this.map)return!1;let yh=this.map.consumer(),kh=yh.originalPositionFor({column:Al,line:ml});if(!kh.source)return!1;let Qh;typeof Rl=="number"&&(Qh=yh.originalPositionFor({column:rd,line:Rl}));let cf;zl(kh.source)?cf=r_(kh.source):cf=new URL(kh.source,this.map.consumer().sourceRoot||r_(this.map.mapFile));let u_={column:kh.column,endColumn:Qh&&Qh.column,endLine:Qh&&Qh.line,line:kh.line,url:cf.toString()};if(cf.protocol==="file:")if(t_)u_.file=t_(cf);else throw new Error("file: protocol is not available in this PostCSS build");let C_=yh.sourceContentFor(kh.source);return C_&&(u_.source=C_),u_}toJSON(){let ml={};for(let Al of["hasBOM","css","file","id"])this[Al]!=null&&(ml[Al]=this[Al]);return this.map&&(ml.map={...this.map},ml.map.consumerCache&&(ml.map.consumerCache=void 0)),ml}};Al.exports=nA;nA.default=nA;D_&&D_.registerInput&&D_.registerInput(nA)});var nA=w((ml,Al)=>{"use strict";var Rl=P_(),zl=class extends Rl{constructor(ml){super(ml),this.type="atrule"}append(...ml){return this.proxyOf.nodes||(this.nodes=[]),super.append(...ml)}prepend(...ml){return this.proxyOf.nodes||(this.nodes=[]),super.prepend(...ml)}};Al.exports=zl;zl.default=zl;Rl.registerAtRule(zl)});var iA=w((ml,Al)=>{"use strict";var Rl=P_(),zl,rd,yh=class extends Rl{constructor(ml){super(ml),this.type="root",this.nodes||(this.nodes=[])}normalize(ml,Al,Rl){let zl=super.normalize(ml);if(Al){if(Rl==="prepend")this.nodes.length>1?Al.raws.before=this.nodes[1].raws.before:delete Al.raws.before;else if(this.first!==Al)for(let ml of zl)ml.raws.before=Al.raws.before}return zl}removeChild(ml,Al){let Rl=this.index(ml);return!Al&&Rl===0&&this.nodes.length>1&&(this.nodes[1].raws.before=this.nodes[Rl].raws.before),super.removeChild(ml)}toResult(ml={}){return new zl(new rd,this,ml).stringify()}};yh.registerLazyResult=ml=>{zl=ml};yh.registerProcessor=ml=>{rd=ml};Al.exports=yh;yh.default=yh;Rl.registerRoot(yh)});var sA=w((ml,Al)=>{"use strict";var Rl={comma(ml){return Rl.split(ml,[","],!0)},space(ml){let Al=[" ",`\n`,"\t"];return Rl.split(ml,Al)},split(ml,Al,Rl){let zl=[],rd="",yh=!1,kh=0,Qh=!1,cf="",t_=!1;for(let Rl of ml)t_?t_=!1:Rl==="\\"?t_=!0:Qh?Rl===cf&&(Qh=!1):Rl==='"'||Rl==="'"?(Qh=!0,cf=Rl):Rl==="("?kh+=1:Rl===")"?kh>0&&(kh-=1):kh===0&&Al.includes(Rl)&&(yh=!0),yh?(rd!==""&&zl.push(rd.trim()),rd="",yh=!1):rd+=Rl;return(Rl||rd!=="")&&zl.push(rd.trim()),zl}};Al.exports=Rl;Rl.default=Rl});var aA=w((ml,Al)=>{"use strict";var Rl=P_(),zl=sA(),rd=class extends Rl{get selectors(){return zl.comma(this.selector)}set selectors(ml){let Al=this.selector?this.selector.match(/,\s*/):null,Rl=Al?Al[0]:","+this.raw("between","beforeOpen");this.selector=ml.join(Rl)}constructor(ml){super(ml),this.type="rule",this.nodes||(this.nodes=[])}};Al.exports=rd;rd.default=rd;Rl.registerRule(rd)});var oA=w((ml,Al)=>{"use strict";var Rl=/[\t\n\f\r "#'()/;[\\\]{}]/g,zl=/[\t\n\f\r !"#'():;@[\\\]{}]|\/(?=\*)/g,rd=/.[\r\n"'(/\\]/,yh=/[\da-f]/i;Al.exports=function(ml,Al={}){let kh=ml.css.valueOf(),Qh=Al.ignoreErrors,cf,t_,r_,u_,C_,D_,S_,P_,Cg,eA,tA=kh.length,rA=0,nA=[],iA=[],sA=-1;function C(){return rA}function I(Al){throw ml.error("Unclosed "+Al,rA)}function W(){return iA.length===0&&rA>=tA}function se(ml){if(iA.length)return iA.pop();if(rA>=tA)return;let Al=ml?ml.ignoreUnclosed:!1;switch(cf=kh.charCodeAt(rA),cf){case 10:case 32:case 9:case 13:case 12:{u_=rA;do{u_+=1,cf=kh.charCodeAt(u_)}while(cf===32||cf===10||cf===9||cf===13||cf===12);D_=["space",kh.slice(rA,u_)],rA=u_-1;break}case 91:case 93:case 123:case 125:case 58:case 59:case 41:{let ml=String.fromCharCode(cf);D_=[ml,ml,rA];break}case 40:{if(eA=nA.length?nA.pop()[1]:"",Cg=kh.charCodeAt(rA+1),eA==="url"&&Cg!==39&&Cg!==34&&Cg!==32&&Cg!==10&&Cg!==9&&Cg!==12&&Cg!==13){u_=rA;do{if(S_=!1,u_=kh.indexOf(")",u_+1),u_===-1)if(Qh||Al){u_=rA;break}else I("bracket");for(P_=u_;kh.charCodeAt(P_-1)===92;)P_-=1,S_=!S_}while(S_);D_=["brackets",kh.slice(rA,u_+1),rA,u_],rA=u_}else rA<=sA?D_=["(","(",rA]:(u_=kh.indexOf(")",rA+1),t_=kh.slice(rA,u_+1),u_===-1||rd.test(t_)?(sA=u_===-1?tA:u_,D_=["(","(",rA]):(D_=["brackets",t_,rA,u_],rA=u_));break}case 39:case 34:{C_=cf===39?"'":'"',u_=rA;do{if(S_=!1,u_=kh.indexOf(C_,u_+1),u_===-1)if(Qh||Al){u_=rA+1;break}else I("string");for(P_=u_;kh.charCodeAt(P_-1)===92;)P_-=1,S_=!S_}while(S_);D_=["string",kh.slice(rA,u_+1),rA,u_],rA=u_;break}case 64:{Rl.lastIndex=rA+1,Rl.test(kh),Rl.lastIndex===0?u_=kh.length-1:u_=Rl.lastIndex-2,D_=["at-word",kh.slice(rA,u_+1),rA,u_],rA=u_;break}case 92:{for(u_=rA,r_=!0;kh.charCodeAt(u_+1)===92;)u_+=1,r_=!r_;if(cf=kh.charCodeAt(u_+1),r_&&cf!==47&&cf!==32&&cf!==10&&cf!==9&&cf!==13&&cf!==12&&(u_+=1,yh.test(kh.charAt(u_)))){for(;yh.test(kh.charAt(u_+1));)u_+=1;kh.charCodeAt(u_+1)===32&&(u_+=1)}D_=["word",kh.slice(rA,u_+1),rA,u_],rA=u_;break}default:{cf===47&&kh.charCodeAt(rA+1)===42?(u_=kh.indexOf("*/",rA+2)+1,u_===0&&(Qh||Al?u_=kh.length:I("comment")),D_=["comment",kh.slice(rA,u_+1),rA,u_],rA=u_):(zl.lastIndex=rA+1,zl.test(kh),zl.lastIndex===0?u_=kh.length-1:u_=zl.lastIndex-2,D_=["word",kh.slice(rA,u_+1),rA,u_],nA.push(D_),rA=u_);break}}return rA++,D_}function ye(ml){iA.push(ml)}return{back:ye,endOfFile:W,nextToken:se,position:C}}});var lA=w((ml,Al)=>{"use strict";var Rl=nA(),zl=D_(),rd=S_(),yh=iA(),kh=aA(),Qh=oA(),cf={empty:!0,space:!0};function Tf(ml){for(let Al=ml.length-1;Al>=0;Al--){let Rl=ml[Al],zl=Rl[3]||Rl[2];if(zl)return zl}}function Os(ml,Al,Rl){let zl="";for(let rd=Al;rd0?t_.push("}"):zl===t_[t_.length-1]&&t_.pop(),t_.length===0)if(zl===";"){Al.source.end=this.getPosition(ml[2]),Al.source.end.offset++,this.semicolon=!0;break}else if(zl==="{"){Qh=!0;break}else if(zl==="}"){if(cf.length>0){for(yh=cf.length-1,rd=cf[yh];rd&&rd[0]==="space";)rd=cf[--yh];rd&&(Al.source.end=this.getPosition(rd[3]||rd[2]),Al.source.end.offset++)}this.end(ml);break}else cf.push(ml);else cf.push(ml);if(this.tokenizer.endOfFile()){kh=!0;break}}Al.raws.between=this.spacesAndCommentsFromEnd(cf),cf.length?(Al.raws.afterName=this.spacesAndCommentsFromStart(cf),this.raw(Al,"params",cf),kh&&(ml=cf[cf.length-1],Al.source.end=this.getPosition(ml[3]||ml[2]),Al.source.end.offset++,this.spaces=Al.raws.between,Al.raws.between="")):(Al.raws.afterName="",Al.params=""),Qh&&(Al.nodes=[],this.current=Al)}checkMissedSemicolon(ml){let Al=this.colon(ml);if(Al===!1)return;let Rl=0,zl;for(let rd=Al-1;rd>=0&&(zl=ml[rd],!(zl[0]!=="space"&&(Rl+=1,Rl===2)));rd--);throw this.input.error("Missed semicolon",zl[0]==="word"?zl[3]+1:zl[2])}colon(ml){let Al=0,Rl,zl,rd;for(let[yh,kh]of ml.entries()){if(zl=kh,rd=zl[0],rd==="("&&(Al+=1),rd===")"&&(Al-=1),Al===0&&rd===":")if(!Rl)this.doubleColon(zl);else{if(Rl[0]==="word"&&Rl[1]==="progid")continue;return yh}Rl=zl}return!1}comment(ml){let Al=new zl;this.init(Al,ml[2]),Al.source.end=this.getPosition(ml[3]||ml[2]),Al.source.end.offset++;let Rl=ml[1].slice(2,-2);if(!Rl.trim())Al.text="",Al.raws.left=Rl,Al.raws.right="";else{let ml=Rl.match(/^(\s*)([^]*\S)(\s*)$/);Al.text=ml[2],Al.raws.left=ml[1],Al.raws.right=ml[3]}}createTokenizer(){this.tokenizer=Qh(this.input)}decl(ml,Al){let Rl=new rd;this.init(Rl,ml[0][2]);let zl=ml[ml.length-1];zl[0]===";"&&(this.semicolon=!0,ml.pop()),Rl.source.end=this.getPosition(zl[3]||zl[2]||Tf(ml)),Rl.source.end.offset++;let yh=0;for(;ml[yh][0]!=="word";)yh===ml.length-1&&this.unknownWord([ml[yh]]),yh++;Rl.raws.before+=Os(ml,0,yh),Rl.source.start=this.getPosition(ml[yh][2]);let kh=yh;for(;yh=0;Al--){if(cf=ml[Al],cf[1].toLowerCase()==="!important"){Rl.important=!0;let zl=this.stringFrom(ml,Al);zl=this.spacesFromEnd(ml)+zl,zl!==" !important"&&(Rl.raws.important=zl);break}else if(cf[1].toLowerCase()==="important"){let zl=ml.slice(0),rd="";for(let ml=Al;ml>0;ml--){let Al=zl[ml][0];if(rd.trim().startsWith("!")&&Al!=="space")break;rd=zl.pop()[1]+rd}rd.trim().startsWith("!")&&(Rl.important=!0,Rl.raws.important=rd,ml=zl)}if(cf[0]!=="space"&&cf[0]!=="comment")break}ml.some(ml=>ml[0]!=="space"&&ml[0]!=="comment")&&(Rl.raws.between+=r_.map(ml=>ml[1]).join(""),r_=[]),this.raw(Rl,"value",r_.concat(ml),Al),Rl.value.includes(":")&&!Al&&this.checkMissedSemicolon(ml)}doubleColon(ml){throw this.input.error("Double colon",{offset:ml[2]},{offset:ml[2]+ml[1].length})}emptyRule(ml){let Al=new kh;this.init(Al,ml[2]),Al.selector="",Al.raws.between="",this.current=Al}end(ml){this.current.nodes&&this.current.nodes.length&&(this.current.raws.semicolon=this.semicolon),this.semicolon=!1,this.current.raws.after=(this.current.raws.after||"")+this.spaces,this.spaces="",this.current.parent?(this.current.source.end=this.getPosition(ml[2]),this.current.source.end.offset++,this.current=this.current.parent):this.unexpectedClose(ml)}endFile(){this.current.parent&&this.unclosedBlock(),this.current.nodes&&this.current.nodes.length&&(this.current.raws.semicolon=this.semicolon),this.current.raws.after=(this.current.raws.after||"")+this.spaces,this.root.source.end=this.getPosition(this.tokenizer.position())}freeSemicolon(ml){if(this.spaces+=ml[1],this.current.nodes){let Al=this.current.nodes[this.current.nodes.length-1];Al&&Al.type==="rule"&&!Al.raws.ownSemicolon&&(Al.raws.ownSemicolon=this.spaces,this.spaces="",Al.source.end=this.getPosition(ml[2]),Al.source.end.offset+=Al.raws.ownSemicolon.length)}}getPosition(ml){let Al=this.input.fromOffset(ml);return{column:Al.col,line:Al.line,offset:ml}}init(ml,Al){this.current.push(ml),ml.source={input:this.input,start:this.getPosition(Al)},ml.raws.before=this.spaces,this.spaces="",ml.type!=="comment"&&(this.semicolon=!1)}other(ml){let Al=!1,Rl=null,zl=!1,rd=null,yh=[],kh=ml[1].startsWith("--"),Qh=[],cf=ml;for(;cf;){if(Rl=cf[0],Qh.push(cf),Rl==="("||Rl==="[")rd||(rd=cf),yh.push(Rl==="("?")":"]");else if(kh&&zl&&Rl==="{")rd||(rd=cf),yh.push("}");else if(yh.length===0)if(Rl===";")if(zl){this.decl(Qh,kh);return}else break;else if(Rl==="{"){this.rule(Qh);return}else if(Rl==="}"){this.tokenizer.back(Qh.pop()),Al=!0;break}else Rl===":"&&(zl=!0);else Rl===yh[yh.length-1]&&(yh.pop(),yh.length===0&&(rd=null));cf=this.tokenizer.nextToken()}if(this.tokenizer.endOfFile()&&(Al=!0),yh.length>0&&this.unclosedBracket(rd),Al&&zl){if(!kh)for(;Qh.length&&(cf=Qh[Qh.length-1][0],!(cf!=="space"&&cf!=="comment"));)this.tokenizer.back(Qh.pop());this.decl(Qh,kh)}else this.unknownWord(Qh)}parse(){let ml;for(;!this.tokenizer.endOfFile();)switch(ml=this.tokenizer.nextToken(),ml[0]){case"space":this.spaces+=ml[1];break;case";":this.freeSemicolon(ml);break;case"}":this.end(ml);break;case"comment":this.comment(ml);break;case"at-word":this.atrule(ml);break;case"{":this.emptyRule(ml);break;default:this.other(ml);break}this.endFile()}precheckMissedSemicolon(){}raw(ml,Al,Rl,zl){let rd,yh,kh=Rl.length,Qh="",t_=!0,r_,u_;for(let ml=0;mlml+Al[1],"");ml.raws[Al]={raw:zl,value:Qh}}ml[Al]=Qh}rule(ml){ml.pop();let Al=new kh;this.init(Al,ml[0][2]),Al.raws.between=this.spacesAndCommentsFromEnd(ml),this.raw(Al,"selector",ml),this.current=Al}spacesAndCommentsFromEnd(ml){let Al,Rl="";for(;ml.length&&(Al=ml[ml.length-1][0],!(Al!=="space"&&Al!=="comment"));)Rl=ml.pop()[1]+Rl;return Rl}spacesAndCommentsFromStart(ml){let Al,Rl="";for(;ml.length&&(Al=ml[0][0],!(Al!=="space"&&Al!=="comment"));)Rl+=ml.shift()[1];return Rl}spacesFromEnd(ml){let Al,Rl="";for(;ml.length&&(Al=ml[ml.length-1][0],Al==="space");)Rl=ml.pop()[1]+Rl;return Rl}stringFrom(ml,Al){let Rl="";for(let zl=Al;zl{"use strict";var Rl=P_(),zl=rA(),rd=lA();function ar(ml,Al){let Rl=new zl(ml,Al),yh=new rd(Rl);try{yh.parse()}catch(ml){throw ml}return yh.root}Al.exports=ar;ar.default=ar;Rl.registerParse(ar)});var uA=w((ml,Al)=>{var Rl=oA(),zl=rA();Al.exports={isInlineComment(ml){if(ml[0]==="word"&&ml[1].slice(0,2)==="//"){let Al=ml,rd=[],yh,kh;for(;ml;){if(/\r?\n/.test(ml[1])){if(/['"].*\r?\n/.test(ml[1])){rd.push(ml[1].substring(0,ml[1].indexOf(`\n`))),kh=ml[1].substring(ml[1].indexOf(`\n`));let Al=this.input.css.valueOf().substring(this.tokenizer.position());kh+=Al,yh=ml[3]+Al.length-kh.length}else this.tokenizer.back(ml);break}rd.push(ml[1]),yh=ml[2],ml=this.tokenizer.nextToken({ignoreUnclosed:!0})}let Qh=["comment",rd.join(""),Al[2],yh];return this.inlineComment(Qh),kh&&(this.input=new zl(kh),this.tokenizer=Rl(this.input)),!0}else if(ml[1]==="/"){let Rl=this.tokenizer.nextToken({ignoreUnclosed:!0});if(Rl[0]==="comment"&&/^\/\*/.test(Rl[1]))return Rl[0]="word",Rl[1]=Rl[1].slice(1),ml[1]="//",this.tokenizer.back(Rl),Al.exports.isInlineComment.bind(this)(ml)}return!1}}});var pA=w((ml,Al)=>{Al.exports={interpolation(ml){let Al=[ml,this.tokenizer.nextToken()],Rl=["word","}"];if(Al[0][1].length>1||Al[1][0]!=="{")return this.tokenizer.back(Al[1]),!1;for(ml=this.tokenizer.nextToken();ml&&Rl.includes(ml[0]);)Al.push(ml),ml=this.tokenizer.nextToken();let zl=Al.map(ml=>ml[1]),[rd]=Al,yh=Al.pop(),kh=["word",zl.join(""),rd[2],yh[2]];return this.tokenizer.back(ml),this.tokenizer.back(kh),!0}}});var dA=w((ml,Al)=>{var Rl=/^#[0-9a-fA-F]{6}$|^#[0-9a-fA-F]{3}$/,zl=/\.[0-9]/,If=ml=>{let[,Al]=ml,[rd]=Al;return(rd==="."||rd==="#")&&Rl.test(Al)===!1&&zl.test(Al)===!1};Al.exports={isMixinToken:If}});var hA=w((ml,Al)=>{var Rl=oA(),zl=/^url\((.+)\)/;Al.exports=ml=>{let{name:Al,params:rd=""}=ml;if(Al==="import"&&rd.length){ml.import=!0;let Al=Rl({css:rd});for(ml.filename=rd.replace(zl,"$1");!Al.endOfFile();){let[Rl,zl]=Al.nextToken();if(Rl==="word"&&zl==="url")return;if(Rl==="brackets"){ml.options=zl,ml.filename=rd.replace(zl,"").trim();break}}}}});var fA=w((ml,Al)=>{var Rl=/:$/,zl=/^:(\s+)?/;Al.exports=ml=>{let{name:Al,params:rd=""}=ml;if(ml.name.slice(-1)===":"){if(Rl.test(Al)){let[zl]=Al.match(Rl);ml.name=Al.replace(zl,""),ml.raws.afterName=zl+(ml.raws.afterName||""),ml.variable=!0,ml.value=ml.params}if(zl.test(rd)){let[Al]=rd.match(zl);ml.value=rd.replace(Al,""),ml.raws.afterName=(ml.raws.afterName||"")+Al,ml.variable=!0}}}});var _A=w((ml,Al)=>{var Rl=D_(),zl=lA(),{isInlineComment:rd}=uA(),{interpolation:yh}=pA(),{isMixinToken:kh}=dA(),Qh=hA(),cf=fA(),t_=/(!\s*important)$/i;Al.exports=class extends zl{constructor(...ml){super(...ml),this.lastNode=null}atrule(ml){yh.bind(this)(ml)||(super.atrule(ml),Qh(this.lastNode),cf(this.lastNode))}decl(...ml){super.decl(...ml),/extend\(.+\)/i.test(this.lastNode.value)&&(this.lastNode.extend=!0)}each(ml){ml[0][1]=` ${ml[0][1]}`;let Al=ml.findIndex(ml=>ml[0]==="("),Rl=ml.reverse().find(ml=>ml[0]===")"),zl=ml.reverse().indexOf(Rl),rd=ml.splice(Al,zl).map(ml=>ml[1]).join("");for(let Al of ml.reverse())this.tokenizer.back(Al);this.atrule(this.tokenizer.nextToken()),this.lastNode.function=!0,this.lastNode.params=rd}init(ml,Al,Rl){super.init(ml,Al,Rl),this.lastNode=ml}inlineComment(ml){let Al=new Rl,zl=ml[1].slice(2);if(this.init(Al,ml[2]),Al.source.end=this.getPosition(ml[3]||ml[2]),Al.inline=!0,Al.raws.begin="//",/^\s*$/.test(zl))Al.text="",Al.raws.left=zl,Al.raws.right="";else{let ml=zl.match(/^(\s*)([^]*[^\s])(\s*)$/);[,Al.raws.left,Al.text,Al.raws.right]=ml}}mixin(ml){let[Al]=ml,Rl=Al[1].slice(0,1),zl=ml.findIndex(ml=>ml[0]==="brackets"),rd=ml.findIndex(ml=>ml[0]==="("),yh="";if((zl<0||zl>3)&&rd>0){let Al=ml.reduce((ml,Al,Rl)=>Al[0]===")"?Rl:ml),Rl=ml.slice(rd,Al+rd).map(ml=>ml[1]).join(""),[zl]=ml.slice(rd),yh=[zl[2],zl[3]],[kh]=ml.slice(Al,Al+1),Qh=[kh[2],kh[3]],cf=["brackets",Rl].concat(yh,Qh),t_=ml.slice(0,rd),r_=ml.slice(Al+1);ml=t_,ml.push(cf),ml=ml.concat(r_)}let kh=[];for(let Al of ml)if((Al[1]==="!"||kh.length)&&kh.push(Al),Al[1]==="important")break;if(kh.length){let[Al]=kh,Rl=ml.indexOf(Al),zl=kh[kh.length-1],rd=[Al[2],Al[3]],yh=[zl[4],zl[5]],Qh=["word",kh.map(ml=>ml[1]).join("")].concat(rd,yh);ml.splice(Rl,kh.length,Qh)}let Qh=ml.findIndex(ml=>t_.test(ml[1]));Qh>0&&([,yh]=ml[Qh],ml.splice(Qh,1));for(let Al of ml.reverse())this.tokenizer.back(Al);this.atrule(this.tokenizer.nextToken()),this.lastNode.mixin=!0,this.lastNode.raws.identifier=Rl,yh&&(this.lastNode.important=!0,this.lastNode.raws.important=yh)}other(ml){rd.bind(this)(ml)||super.other(ml)}rule(ml){let Al=ml[ml.length-1],Rl=ml[ml.length-2];if(Rl[0]==="at-word"&&Al[0]==="{"&&(this.tokenizer.back(Al),yh.bind(this)(Rl))){let Al=this.tokenizer.nextToken();ml=ml.slice(0,ml.length-2).concat([Al]);for(let Al of ml.reverse())this.tokenizer.back(Al);return}super.rule(ml),/:extend\(.+\)/i.test(this.lastNode.selector)&&(this.lastNode.extend=!0)}unknownWord(ml){let[Al]=ml;if(ml[0][1]==="each"&&ml[1][0]==="("){this.each(ml);return}if(kh(Al)){this.mixin(ml);return}super.unknownWord(ml)}}});var mA=w((ml,Al)=>{var Rl=t_();Al.exports=class extends Rl{atrule(ml,Al){if(!ml.mixin&&!ml.variable&&!ml.function){super.atrule(ml,Al);return}let Rl=`${ml.function?"":ml.raws.identifier||"@"}${ml.name}`,zl=ml.params?this.rawValue(ml,"params"):"",rd=ml.raws.important||"";if(ml.variable&&(zl=ml.value),typeof ml.raws.afterName<"u"?Rl+=ml.raws.afterName:zl&&(Rl+=" "),ml.nodes)this.block(ml,Rl+zl+rd);else{let yh=(ml.raws.between||"")+rd+(Al?";":"");this.builder(Rl+zl+yh,ml)}}comment(ml){if(ml.inline){let Al=this.raw(ml,"left","commentLeft"),Rl=this.raw(ml,"right","commentRight");this.builder(`//${Al}${ml.text}${Rl}`,ml)}else super.comment(ml)}}});var gA=w((ml,Al)=>{var Rl=rA(),zl=_A(),rd=mA();Al.exports={parse(ml,Al){let rd=new Rl(ml,Al),yh=new zl(rd);return yh.parse(),yh.root.walk(ml=>{let Al=rd.css.lastIndexOf(ml.source.input.css);if(Al===0)return;if(Al+ml.source.input.css.length!==rd.css.length)throw new Error("Invalid state detected in postcss-less");let Rl=Al+ml.source.start.offset,zl=rd.fromOffset(Al+ml.source.start.offset);if(ml.source.start={offset:Rl,line:zl.line,column:zl.col},ml.source.end){let Rl=Al+ml.source.end.offset,zl=rd.fromOffset(Al+ml.source.end.offset);ml.source.end={offset:Rl,line:zl.line,column:zl.col}}}),yh.root},stringify(ml,Al){new rd(Al).stringify(ml)},nodeToString(ml){let Rl="";return Al.exports.stringify(ml,ml=>{Rl+=ml}),Rl}}});var AA=w((ml,Al)=>{"use strict";var Rl=P_(),zl,rd,yh=class extends Rl{constructor(ml){super({type:"document",...ml}),this.nodes||(this.nodes=[])}toResult(ml={}){return new zl(new rd,this,ml).stringify()}};yh.registerLazyResult=ml=>{zl=ml};yh.registerProcessor=ml=>{rd=ml};Al.exports=yh;yh.default=yh});var yA=w((ml,Al)=>{"use strict";var Rl=nA(),zl=D_(),rd=S_(),yh=rA(),kh=tA(),Qh=iA(),cf=aA();function gt(ml,Al){if(Array.isArray(ml))return ml.map(ml=>gt(ml));let{inputs:t_,...r_}=ml;if(t_){Al=[];for(let ml of t_){let Rl={...ml,__proto__:yh.prototype};Rl.map&&(Rl.map={...Rl.map,__proto__:kh.prototype}),Al.push(Rl)}}if(r_.nodes&&(r_.nodes=ml.nodes.map(ml=>gt(ml,Al))),r_.source){let{inputId:ml,...Rl}=r_.source;r_.source=Rl,ml!=null&&(r_.source.input=Al[ml])}if(r_.type==="root")return new Qh(r_);if(r_.type==="decl")return new rd(r_);if(r_.type==="rule")return new cf(r_);if(r_.type==="comment")return new zl(r_);if(r_.type==="atrule")return new Rl(r_);throw new Error("Unknown node type: "+ml.type)}Al.exports=gt;gt.default=gt});var bA=w((ml,Al)=>{Al.exports=class{generate(){}}});var vA=w((ml,Al)=>{"use strict";var Rl=class{constructor(ml,Al={}){if(this.type="warning",this.text=ml,Al.node&&Al.node.source){let ml=Al.node.rangeBy(Al);this.line=ml.start.line,this.column=ml.start.column,this.endLine=ml.end.line,this.endColumn=ml.end.column}for(let ml in Al)this[ml]=Al[ml]}toString(){return this.node?this.node.error(this.text,{index:this.index,plugin:this.plugin,word:this.word}).message:this.plugin?this.plugin+": "+this.text:this.text}};Al.exports=Rl;Rl.default=Rl});var EA=w((ml,Al)=>{"use strict";var Rl=vA(),zl=class{get content(){return this.css}constructor(ml,Al,Rl){this.processor=ml,this.messages=[],this.root=Al,this.opts=Rl,this.css="",this.map=void 0}toString(){return this.css}warn(ml,Al={}){Al.plugin||this.lastPlugin&&this.lastPlugin.postcssPlugin&&(Al.plugin=this.lastPlugin.postcssPlugin);let zl=new Rl(ml,Al);return this.messages.push(zl),zl}warnings(){return this.messages.filter(ml=>ml.type==="warning")}};Al.exports=zl;zl.default=zl});var wA=w((ml,Al)=>{"use strict";var Rl={};Al.exports=function(ml){Rl[ml]||(Rl[ml]=!0,typeof console<"u"&&console.warn&&console.warn(ml))}});var CA=w((ml,Al)=>{"use strict";var Rl=P_(),zl=AA(),rd=bA(),yh=cA(),kh=EA(),Qh=iA(),cf=r_(),{isClean:t_,my:C_}=u_(),D_=wA(),S_={atrule:"AtRule",comment:"Comment",decl:"Declaration",document:"Document",root:"Root",rule:"Rule"},Cg={AtRule:!0,AtRuleExit:!0,Comment:!0,CommentExit:!0,Declaration:!0,DeclarationExit:!0,Document:!0,DocumentExit:!0,Once:!0,OnceExit:!0,postcssPlugin:!0,prepare:!0,Root:!0,RootExit:!0,Rule:!0,RuleExit:!0},eA={Once:!0,postcssPlugin:!0,prepare:!0},tA=0;function xt(ml){return typeof ml=="object"&&typeof ml.then=="function"}function la(ml){let Al=!1,Rl=S_[ml.type];return ml.type==="decl"?Al=ml.prop.toLowerCase():ml.type==="atrule"&&(Al=ml.name.toLowerCase()),Al&&ml.append?[Rl,Rl+"-"+Al,tA,Rl+"Exit",Rl+"Exit-"+Al]:Al?[Rl,Rl+"-"+Al,Rl+"Exit",Rl+"Exit-"+Al]:ml.append?[Rl,tA,Rl+"Exit"]:[Rl,Rl+"Exit"]}function ua(ml){let Al;return ml.type==="document"?Al=["Document",tA,"DocumentExit"]:ml.type==="root"?Al=["Root",tA,"RootExit"]:Al=la(ml),{eventIndex:0,events:Al,iterator:0,node:ml,visitorIndex:0,visitors:[]}}function Ls(ml){return ml[t_]=!1,ml.nodes&&ml.nodes.forEach(ml=>Ls(ml)),ml}var rA={},nA=class t{get content(){return this.stringify().content}get css(){return this.stringify().css}get map(){return this.stringify().map}get messages(){return this.sync().messages}get opts(){return this.result.opts}get processor(){return this.result.processor}get root(){return this.sync().root}get[Symbol.toStringTag](){return"LazyResult"}constructor(ml,Al,zl){this.stringified=!1,this.processed=!1;let rd;if(typeof Al=="object"&&Al!==null&&(Al.type==="root"||Al.type==="document"))rd=Ls(Al);else if(Al instanceof t||Al instanceof kh)rd=Ls(Al.root),Al.map&&(typeof zl.map>"u"&&(zl.map={}),zl.map.inline||(zl.map.inline=!1),zl.map.prev=Al.map);else{let ml=yh;zl.syntax&&(ml=zl.syntax.parse),zl.parser&&(ml=zl.parser),ml.parse&&(ml=ml.parse);try{rd=ml(Al,zl)}catch(ml){this.processed=!0,this.error=ml}rd&&!rd[C_]&&Rl.rebuild(rd)}this.result=new kh(ml,rd,zl),this.helpers={...rA,postcss:rA,result:this.result},this.plugins=this.processor.plugins.map(ml=>typeof ml=="object"&&ml.prepare?{...ml,...ml.prepare(this.result)}:ml)}async(){return this.error?Promise.reject(this.error):this.processed?Promise.resolve(this.result):(this.processing||(this.processing=this.runAsync()),this.processing)}catch(ml){return this.async().catch(ml)}finally(ml){return this.async().then(ml,ml)}getAsyncError(){throw new Error("Use process(css).then(cb) to work with async plugins")}handleError(ml,Al){let Rl=this.result.lastPlugin;try{Al&&Al.addToError(ml),this.error=ml,ml.name==="CssSyntaxError"&&!ml.plugin?(ml.plugin=Rl.postcssPlugin,ml.setMessage()):Rl.postcssVersion}catch(ml){console&&console.error&&console.error(ml)}return ml}prepareVisitors(){this.listeners={};let e=(ml,Al,Rl)=>{this.listeners[Al]||(this.listeners[Al]=[]),this.listeners[Al].push([ml,Rl])};for(let ml of this.plugins)if(typeof ml=="object")for(let Al in ml){if(!Cg[Al]&&/^[A-Z]/.test(Al))throw new Error(`Unknown event ${Al} in ${ml.postcssPlugin}. Try to update PostCSS (${this.processor.version} now).`);if(!eA[Al])if(typeof ml[Al]=="object")for(let Rl in ml[Al])Rl==="*"?e(ml,Al,ml[Al][Rl]):e(ml,Al+"-"+Rl.toLowerCase(),ml[Al][Rl]);else typeof ml[Al]=="function"&&e(ml,Al,ml[Al])}this.hasListener=Object.keys(this.listeners).length>0}async runAsync(){this.plugin=0;for(let ml=0;ml0;){let ml=this.visitTick(Al);if(xt(ml))try{await ml}catch(ml){let Rl=Al[Al.length-1].node;throw this.handleError(ml,Rl)}}}if(this.listeners.OnceExit)for(let[Al,Rl]of this.listeners.OnceExit){this.result.lastPlugin=Al;try{if(ml.type==="document"){let Al=ml.nodes.map(ml=>Rl(ml,this.helpers));await Promise.all(Al)}else await Rl(ml,this.helpers)}catch(ml){throw this.handleError(ml)}}}return this.processed=!0,this.stringify()}runOnRoot(ml){this.result.lastPlugin=ml;try{if(typeof ml=="object"&&ml.Once){if(this.result.root.type==="document"){let Al=this.result.root.nodes.map(Al=>ml.Once(Al,this.helpers));return xt(Al[0])?Promise.all(Al):Al}return ml.Once(this.result.root,this.helpers)}else if(typeof ml=="function")return ml(this.result.root,this.result)}catch(ml){throw this.handleError(ml)}}stringify(){if(this.error)throw this.error;if(this.stringified)return this.result;this.stringified=!0,this.sync();let ml=this.result.opts,Al=cf;ml.syntax&&(Al=ml.syntax.stringify),ml.stringifier&&(Al=ml.stringifier),Al.stringify&&(Al=Al.stringify);let Rl=this.result.root.source;if(ml.map===void 0&&!(Rl&&Rl.input&&Rl.input.map)){let ml="";return Al(this.result.root,Al=>{ml+=Al}),this.result.css=ml,this.result}let zl=new rd(Al,this.result.root,this.result.opts).generate();return this.result.css=zl[0],this.result.map=zl[1],this.result}sync(){if(this.error)throw this.error;if(this.processed)return this.result;if(this.processed=!0,this.processing)throw this.getAsyncError();for(let ml of this.plugins){let Al=this.runOnRoot(ml);if(xt(Al))throw this.getAsyncError()}if(this.prepareVisitors(),this.hasListener){let ml=this.result.root;for(;!ml[t_];)ml[t_]=!0,this.walkSync(ml);if(this.listeners.OnceExit)if(ml.type==="document")for(let Al of ml.nodes)this.visitSync(this.listeners.OnceExit,Al);else this.visitSync(this.listeners.OnceExit,ml)}return this.result}then(ml,Al){return this.async().then(ml,Al)}toString(){return this.css}visitSync(ml,Al){for(let[Rl,zl]of ml){this.result.lastPlugin=Rl;let ml;try{ml=zl(Al,this.helpers)}catch(ml){throw this.handleError(ml,Al.proxyOf)}if(Al.type!=="root"&&Al.type!=="document"&&!Al.parent)return!0;if(xt(ml))throw this.getAsyncError()}}visitTick(ml){let Al=ml[ml.length-1],{node:Rl,visitors:zl}=Al;if(Rl.type!=="root"&&Rl.type!=="document"&&!Rl.parent){ml.pop();return}if(zl.length>0&&Al.visitorIndex{ml[t_]||this.walkSync(ml)});else{let Al=this.listeners[Rl];if(Al&&this.visitSync(Al,ml.toProxy()))return}}warnings(){return this.sync().warnings()}};nA.registerPostcss=ml=>{rA=ml};Al.exports=nA;nA.default=nA;Qh.registerLazyResult(nA);zl.registerLazyResult(nA)});var xA=w((ml,Al)=>{"use strict";var Rl=bA(),zl=cA(),rd=EA(),yh=r_(),kh=wA(),Qh=class{get content(){return this.result.css}get css(){return this.result.css}get map(){return this.result.map}get messages(){return[]}get opts(){return this.result.opts}get processor(){return this.result.processor}get root(){if(this._root)return this._root;let ml,Al=zl;try{ml=Al(this._css,this._opts)}catch(ml){this.error=ml}if(this.error)throw this.error;return this._root=ml,ml}get[Symbol.toStringTag](){return"NoWorkResult"}constructor(ml,Al,zl){Al=Al.toString(),this.stringified=!1,this._processor=ml,this._css=Al,this._opts=zl,this._map=void 0;let kh=yh;this.result=new rd(this._processor,void 0,this._opts),this.result.css=Al;let Qh=this;Object.defineProperty(this.result,"root",{get(){return Qh.root}});let cf=new Rl(kh,void 0,this._opts,Al);if(cf.isMap()){let[ml,Al]=cf.generate();ml&&(this.result.css=ml),Al&&(this.result.map=Al)}else cf.clearAnnotation(),this.result.css=cf.css}async(){return this.error?Promise.reject(this.error):Promise.resolve(this.result)}catch(ml){return this.async().catch(ml)}finally(ml){return this.async().then(ml,ml)}sync(){if(this.error)throw this.error;return this.result}then(ml,Al){return this.async().then(ml,Al)}toString(){return this._css}warnings(){return[]}};Al.exports=Qh;Qh.default=Qh});var DA=w((ml,Al)=>{"use strict";var Rl=AA(),zl=CA(),rd=xA(),yh=iA(),kh=class{constructor(ml=[]){this.version="8.5.15",this.plugins=this.normalize(ml)}normalize(ml){let Al=[];for(let Rl of ml)if(Rl.postcss===!0?Rl=Rl():Rl.postcss&&(Rl=Rl.postcss),typeof Rl=="object"&&Array.isArray(Rl.plugins))Al=Al.concat(Rl.plugins);else if(typeof Rl=="object"&&Rl.postcssPlugin)Al.push(Rl);else if(typeof Rl=="function")Al.push(Rl);else if(!(typeof Rl=="object"&&(Rl.parse||Rl.stringify)))throw new Error(Rl+" is not a PostCSS plugin");return Al}process(ml,Al={}){return!this.plugins.length&&!Al.parser&&!Al.stringifier&&!Al.syntax?new rd(this,ml,Al):new zl(this,ml,Al)}use(ml){return this.plugins=this.plugins.concat(this.normalize([ml])),this}};Al.exports=kh;kh.default=kh;yh.registerProcessor(kh);Rl.registerProcessor(kh)});var SA=w((ml,Al)=>{"use strict";var Rl=nA(),zl=D_(),rd=P_(),yh=cf(),kh=S_(),Qh=AA(),t_=yA(),u_=rA(),Cg=CA(),eA=sA(),tA=C_(),oA=cA(),lA=DA(),uA=EA(),pA=iA(),dA=aA(),hA=r_(),fA=vA();function E(...ml){return ml.length===1&&Array.isArray(ml[0])&&(ml=ml[0]),new lA(ml)}E.plugin=function(ml,Al){let Rl=!1;function n(...zl){console&&console.warn&&!Rl&&(Rl=!0,console.warn(ml+`: postcss.plugin was deprecated. Migration guide:\nhttps://evilmartians.com/chronicles/postcss-8-plugin-migration`));let rd=Al(...zl);return rd.postcssPlugin=ml,rd.postcssVersion=(new lA).version,rd}let zl;return Object.defineProperty(n,"postcss",{get(){return zl||(zl=n()),zl}}),n.process=function(ml,Al,Rl){return E([n(Rl)]).process(ml,Al)},n};E.stringify=hA;E.parse=oA;E.fromJSON=t_;E.list=eA;E.comment=ml=>new zl(ml);E.atRule=ml=>new Rl(ml);E.decl=ml=>new kh(ml);E.rule=ml=>new dA(ml);E.root=ml=>new pA(ml);E.document=ml=>new Qh(ml);E.CssSyntaxError=yh;E.Declaration=kh;E.Container=rd;E.Processor=lA;E.Document=Qh;E.Comment=zl;E.Warning=fA;E.AtRule=Rl;E.Result=uA;E.Input=u_;E.Rule=dA;E.Root=pA;E.Node=tA;Cg.registerPostcss(E);Al.exports=E;E.default=E});var kA=w((ml,Al)=>{var{Container:Rl}=SA(),zl=class extends Rl{constructor(ml){super(ml),this.type="decl",this.isNested=!0,this.nodes||(this.nodes=[])}};Al.exports=zl});var TA=w((ml,Al)=>{"use strict";var Rl=/[\t\n\f\r "#'()/;[\\\]{}]/g,zl=/[,\t\n\f\r !"#'():;@[\\\]{}]|\/(?=\*)/g,rd=/.[\r\n"'(/\\]/,yh=/[\da-f]/i,kh=/[\n\f\r]/g;Al.exports=function(ml,Al={}){let Qh=ml.css.valueOf(),cf=Al.ignoreErrors,t_,r_,u_,C_,D_,S_,P_,Cg,eA,tA=Qh.length,rA=0,nA=[],iA=[],sA;function v(){return rA}function C(Al){throw ml.error("Unclosed "+Al,rA)}function I(){return iA.length===0&&rA>=tA}function W(){let ml=1,Al=!1,Rl=!1;for(;ml>0;)r_+=1,Qh.length<=r_&&C("interpolation"),t_=Qh.charCodeAt(r_),Cg=Qh.charCodeAt(r_+1),Al?!Rl&&t_===Al?(Al=!1,Rl=!1):t_===92?Rl=!Rl:Rl&&(Rl=!1):t_===39||t_===34?Al=t_:t_===125?ml-=1:t_===35&&Cg===123&&(ml+=1)}function se(ml){if(iA.length)return iA.pop();if(rA>=tA)return;let Al=ml?ml.ignoreUnclosed:!1;switch(t_=Qh.charCodeAt(rA),t_){case 10:case 32:case 9:case 13:case 12:{r_=rA;do{r_+=1,t_=Qh.charCodeAt(r_)}while(t_===32||t_===10||t_===9||t_===13||t_===12);eA=["space",Qh.slice(rA,r_)],rA=r_-1;break}case 91:case 93:case 123:case 125:case 58:case 59:case 41:{let ml=String.fromCharCode(t_);eA=[ml,ml,rA];break}case 44:{eA=["word",",",rA,rA+1];break}case 40:{if(P_=nA.length?nA.pop()[1]:"",Cg=Qh.charCodeAt(rA+1),P_==="url"&&Cg!==39&&Cg!==34){for(sA=1,S_=!1,r_=rA+1;r_<=Qh.length-1;){if(Cg=Qh.charCodeAt(r_),Cg===92)S_=!S_;else if(Cg===40)sA+=1;else if(Cg===41&&(sA-=1,sA===0))break;r_+=1}C_=Qh.slice(rA,r_+1),eA=["brackets",C_,rA,r_],rA=r_}else r_=Qh.indexOf(")",rA+1),C_=Qh.slice(rA,r_+1),r_===-1||rd.test(C_)?eA=["(","(",rA]:(eA=["brackets",C_,rA,r_],rA=r_);break}case 39:case 34:{for(u_=t_,r_=rA,S_=!1;r_{var{Comment:Rl}=SA(),zl=lA(),rd=kA(),yh=TA(),kh=class extends zl{atrule(ml){let Al=ml[1],Rl=ml;for(;!this.tokenizer.endOfFile();){let ml=this.tokenizer.nextToken();if(ml[0]==="word"&&ml[2]===Rl[3]+1)Al+=ml[1],Rl=ml;else{this.tokenizer.back(ml);break}}super.atrule(["at-word",Al,ml[2],Rl[3]])}comment(ml){if(ml[4]==="inline"){let Al=new Rl;this.init(Al,ml[2]),Al.raws.inline=!0;let zl=this.input.fromOffset(ml[3]);Al.source.end={column:zl.col,line:zl.line,offset:ml[3]+1};let rd=ml[1].slice(2);if(/^\s*$/.test(rd))Al.text="",Al.raws.left=rd,Al.raws.right="";else{let ml=rd.match(/^(\s*)([^]*\S)(\s*)$/),Rl=ml[2].replace(/(\*\/|\/\*)/g,"*//*");Al.text=Rl,Al.raws.left=ml[1],Al.raws.right=ml[3],Al.raws.text=ml[2]}}else super.comment(ml)}createTokenizer(){this.tokenizer=yh(this.input)}raw(ml,Al,Rl,zl){if(super.raw(ml,Al,Rl,zl),ml.raws[Al]){let zl=ml.raws[Al].raw;ml.raws[Al].raw=Rl.reduce((ml,Al)=>{if(Al[0]==="comment"&&Al[4]==="inline"){let Rl=Al[1].slice(2).replace(/(\*\/|\/\*)/g,"*//*");return ml+"/*"+Rl+"*/"}else return ml+Al[1]},""),zl!==ml.raws[Al].raw&&(ml.raws[Al].scss=zl)}}rule(ml){let Al=!1,Rl=0,zl="";for(let rd of ml)if(Al)rd[0]!=="comment"&&rd[0]!=="{"&&(zl+=rd[1]);else{if(rd[0]==="space"&&rd[1].includes(`\n`))break;rd[0]==="("?Rl+=1:rd[0]===")"?Rl-=1:Rl===0&&rd[0]===":"&&(Al=!0)}if(!Al||zl.trim()===""||/^[#:A-Za-z-]/.test(zl))super.rule(ml);else{ml.pop();let Al=new rd;this.init(Al,ml[0][2]);let Rl;for(let Al=ml.length-1;Al>=0;Al--)if(ml[Al][0]!=="space"){Rl=ml[Al];break}if(Rl[3]){let ml=this.input.fromOffset(Rl[3]);Al.source.end={column:ml.col,line:ml.line,offset:Rl[3]+1}}else{let ml=this.input.fromOffset(Rl[2]);Al.source.end={column:ml.col,line:ml.line,offset:Rl[2]+1}}for(;ml[0][0]!=="word";)Al.raws.before+=ml.shift()[1];if(ml[0][2]){let Rl=this.input.fromOffset(ml[0][2]);Al.source.start={column:Rl.col,line:Rl.line,offset:ml[0][2]}}for(Al.prop="";ml.length;){let Rl=ml[0][0];if(Rl===":"||Rl==="space"||Rl==="comment")break;Al.prop+=ml.shift()[1]}Al.raws.between="";let zl;for(;ml.length;)if(zl=ml.shift(),zl[0]===":"){Al.raws.between+=zl[1];break}else Al.raws.between+=zl[1];(Al.prop[0]==="_"||Al.prop[0]==="*")&&(Al.raws.before+=Al.prop[0],Al.prop=Al.prop.slice(1)),Al.raws.between+=this.spacesAndCommentsFromStart(ml),this.precheckMissedSemicolon(ml);for(let Rl=ml.length-1;Rl>0;Rl--){if(zl=ml[Rl],zl[1]==="!important"){Al.important=!0;let zl=this.stringFrom(ml,Rl);zl=this.spacesFromEnd(ml)+zl,zl!==" !important"&&(Al.raws.important=zl);break}else if(zl[1]==="important"){let zl=ml.slice(0),rd="";for(let ml=Rl;ml>0;ml--){let Al=zl[ml][0];if(rd.trim().indexOf("!")===0&&Al!=="space")break;rd=zl.pop()[1]+rd}rd.trim().indexOf("!")===0&&(Al.important=!0,Al.raws.important=rd,ml=zl)}if(zl[0]!=="space"&&zl[0]!=="comment")break}this.raw(Al,"value",ml),Al.value.includes(":")&&this.checkMissedSemicolon(ml),this.current=Al}}};Al.exports=kh});var BA=w((ml,Al)=>{var{Input:Rl}=SA(),zl=IA();Al.exports=function(ml,Al){let rd=new Rl(ml,Al),yh=new zl(rd);return yh.parse(),yh.root}});var FA=w(ml=>{"use strict";Object.defineProperty(ml,"__esModule",{value:!0});function Wp(ml){this.after=ml.after,this.before=ml.before,this.type=ml.type,this.value=ml.value,this.sourceIndex=ml.sourceIndex}ml.default=Wp});var PA=w(ml=>{"use strict";Object.defineProperty(ml,"__esModule",{value:!0});var Al=FA(),Rl=Gp(Al);function Gp(ml){return ml&&ml.__esModule?ml:{default:ml}}function bt(ml){var Al=this;this.constructor(ml),this.nodes=ml.nodes,this.after===void 0&&(this.after=this.nodes.length>0?this.nodes[this.nodes.length-1].after:""),this.before===void 0&&(this.before=this.nodes.length>0?this.nodes[0].before:""),this.sourceIndex===void 0&&(this.sourceIndex=this.before.length),this.nodes.forEach(function(ml){ml.parent=Al})}bt.prototype=Object.create(Rl.default.prototype);bt.constructor=Rl.default;bt.prototype.walk=function(ml,Al){for(var Rl=typeof ml=="string"||ml instanceof RegExp,zl=Rl?Al:ml,rd=typeof ml=="string"?new RegExp(ml):ml,yh=0;yh{"use strict";Object.defineProperty(ml,"__esModule",{value:!0});ml.parseMediaFeature=qa;ml.parseMediaQuery=Vs;ml.parseMediaList=zp;var Al=FA(),Rl=La(Al),zl=PA(),rd=La(zl);function La(ml){return ml&&ml.__esModule?ml:{default:ml}}function qa(ml){var Al=arguments.length<=1||arguments[1]===void 0?0:arguments[1],Rl=[{mode:"normal",character:null}],zl=[],rd=0,yh="",kh=null,Qh=null,cf=Al,t_=ml;ml[0]==="("&&ml[ml.length-1]===")"&&(t_=ml.substring(1,ml.length-1),cf++);for(var r_=0;r_0&&(zl[r_-1].after=Qh.before),Qh.type===void 0){if(r_>0){if(zl[r_-1].type==="media-feature-expression"){Qh.type="keyword";continue}if(zl[r_-1].value==="not"||zl[r_-1].value==="only"){Qh.type="media-type";continue}if(zl[r_-1].value==="and"){Qh.type="media-feature-expression";continue}zl[r_-1].type==="media-type"&&(zl[r_+1]?Qh.type=zl[r_+1].type==="media-feature-expression"?"keyword":"media-feature-expression":Qh.type="media-feature-expression")}if(r_===0){if(!zl[r_+1]){Qh.type="media-type";continue}if(zl[r_+1]&&(zl[r_+1].type==="media-feature-expression"||zl[r_+1].type==="keyword")){Qh.type="media-type";continue}if(zl[r_+2]){if(zl[r_+2].type==="media-feature-expression"){Qh.type="media-type",zl[r_+1].type="keyword";continue}if(zl[r_+2].type==="keyword"){Qh.type="keyword",zl[r_+1].type="media-type";continue}}if(zl[r_+3]&&zl[r_+3].type==="media-feature-expression"){Qh.type="keyword",zl[r_+1].type="media-type",zl[r_+2].type="keyword";continue}}}return zl}function zp(ml){var Al=[],zl=0,yh=0,kh=/^(\s*)url\s*\(/.exec(ml);if(kh!==null){for(var Qh=kh[0].length,cf=1;cf>0;){var t_=ml[Qh];t_==="("&&cf++,t_===")"&&cf--,Qh++}Al.unshift(new Rl.default({type:"url",value:ml.substring(0,Qh).trim(),sourceIndex:kh[1].length,before:kh[1],after:/^(\s*)/.exec(ml.substring(Qh))[1]})),zl=Qh}for(var r_=zl;r_{"use strict";Object.defineProperty(ml,"__esModule",{value:!0});ml.default=Xp;var Al=PA(),Rl=Kp(Al),zl=RA();function Kp(ml){return ml&&ml.__esModule?ml:{default:ml}}function Xp(ml){return new Rl.default({nodes:(0,zl.parseMediaList)(ml),type:"media-query-list",value:ml.trim()})}});var OA=w((ml,Al)=>{Al.exports=function(ml,Al){if(Al=typeof Al=="number"?Al:1/0,!Al)return Array.isArray(ml)?ml.map(function(ml){return ml}):ml;return r(ml,1);function r(ml,Rl){return ml.reduce(function(ml,zl){return Array.isArray(zl)&&Rl{Al.exports=function(ml,Al){for(var Rl=-1,zl=[];(Rl=ml.indexOf(Al,Rl+1))!==-1;)zl.push(Rl);return zl}});var LA=w((ml,Al)=>{"use strict";function eh(ml,Al){for(var Rl=1,zl=ml.length,rd=ml[0],yh=ml[0],kh=1;kh{"use strict";ml.__esModule=!0;var Rl=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(ml){return typeof ml}:function(ml){return ml&&typeof Symbol=="function"&&ml.constructor===Symbol&&ml!==Symbol.prototype?"symbol":typeof ml};function sh(ml,Al){if(!(ml instanceof Al))throw new TypeError("Cannot call a class as a function")}var zl=function t(ml,Al){if((typeof ml>"u"?"undefined":Rl(ml))!=="object")return ml;var zl=new ml.constructor;for(var rd in ml)if(ml.hasOwnProperty(rd)){var yh=ml[rd],kh=typeof yh>"u"?"undefined":Rl(yh);rd==="parent"&&kh==="object"?Al&&(zl[rd]=Al):yh instanceof Array?zl[rd]=yh.map(function(ml){return t(ml,zl)}):zl[rd]=t(yh,zl)}return zl},rd=function(){function t(){var ml=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};sh(this,t);for(var Al in ml)this[Al]=ml[Al];var Rl=ml.spaces;Rl=Rl===void 0?{}:Rl;var zl=Rl.before,rd=zl===void 0?"":zl,yh=Rl.after,kh=yh===void 0?"":yh;this.spaces={before:rd,after:kh}}return t.prototype.remove=function(){return this.parent&&this.parent.removeChild(this),this.parent=void 0,this},t.prototype.replaceWith=function(){if(this.parent){for(var ml in arguments)this.parent.insertBefore(this,arguments[ml]);this.remove()}return this},t.prototype.next=function(){return this.parent.at(this.parent.index(this)+1)},t.prototype.prev=function(){return this.parent.at(this.parent.index(this)-1)},t.prototype.clone=function(){var ml=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},Al=zl(this);for(var Rl in ml)Al[Rl]=ml[Rl];return Al},t.prototype.toString=function(){return[this.spaces.before,String(this.value),this.spaces.after].join("")},t}();ml.default=rd;Al.exports=ml.default});var jA=w(ml=>{"use strict";ml.__esModule=!0;var Al=ml.TAG="tag",Rl=ml.STRING="string",zl=ml.SELECTOR="selector",rd=ml.ROOT="root",yh=ml.PSEUDO="pseudo",kh=ml.NESTING="nesting",Qh=ml.ID="id",cf=ml.COMMENT="comment",t_=ml.COMBINATOR="combinator",r_=ml.CLASS="class",u_=ml.ATTRIBUTE="attribute",C_=ml.UNIVERSAL="universal"});var UA=w((ml,Al)=>{"use strict";ml.__esModule=!0;var Rl=function(){function t(ml,Al){for(var Rl=0;Rl=ml&&(this.indexes[Rl]=Al-1);return this},e.prototype.removeAll=function(){for(var ml=this.nodes,Al=Array.isArray(ml),Rl=0,ml=Al?ml:ml[Symbol.iterator]();;){var zl;if(Al){if(Rl>=ml.length)break;zl=ml[Rl++]}else{if(Rl=ml.next(),Rl.done)break;zl=Rl.value}var rd=zl;rd.parent=void 0}return this.nodes=[],this},e.prototype.empty=function(){return this.removeAll()},e.prototype.insertAfter=function(ml,Al){var Rl=this.index(ml);this.nodes.splice(Rl+1,0,Al);var zl=void 0;for(var rd in this.indexes)zl=this.indexes[rd],Rl<=zl&&(this.indexes[rd]=zl+this.nodes.length);return this},e.prototype.insertBefore=function(ml,Al){var Rl=this.index(ml);this.nodes.splice(Rl,0,Al);var zl=void 0;for(var rd in this.indexes)zl=this.indexes[rd],Rl<=zl&&(this.indexes[rd]=zl+this.nodes.length);return this},e.prototype.each=function(ml){this.lastEach||(this.lastEach=0),this.indexes||(this.indexes={}),this.lastEach++;var Al=this.lastEach;if(this.indexes[Al]=0,!!this.length){for(var Rl=void 0,zl=void 0;this.indexes[Al]{"use strict";ml.__esModule=!0;var Rl=UA(),zl=vh(Rl),rd=jA();function vh(ml){return ml&&ml.__esModule?ml:{default:ml}}function xh(ml,Al){if(!(ml instanceof Al))throw new TypeError("Cannot call a class as a function")}function _h(ml,Al){if(!ml)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return Al&&(typeof Al=="object"||typeof Al=="function")?Al:ml}function bh(ml,Al){if(typeof Al!="function"&&Al!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof Al);ml.prototype=Object.create(Al&&Al.prototype,{constructor:{value:ml,enumerable:!1,writable:!0,configurable:!0}}),Al&&(Object.setPrototypeOf?Object.setPrototypeOf(ml,Al):ml.__proto__=Al)}var yh=function(ml){bh(e,ml);function e(Al){xh(this,e);var Rl=_h(this,ml.call(this,Al));return Rl.type=rd.ROOT,Rl}return e.prototype.toString=function(){var ml=this.reduce(function(ml,Al){var Rl=String(Al);return Rl?ml+Rl+",":""},"").slice(0,-1);return this.trailingComma?ml+",":ml},e}(zl.default);ml.default=yh;Al.exports=ml.default});var qA=w((ml,Al)=>{"use strict";ml.__esModule=!0;var Rl=UA(),zl=Oh(Rl),rd=jA();function Oh(ml){return ml&&ml.__esModule?ml:{default:ml}}function Ah(ml,Al){if(!(ml instanceof Al))throw new TypeError("Cannot call a class as a function")}function Ch(ml,Al){if(!ml)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return Al&&(typeof Al=="object"||typeof Al=="function")?Al:ml}function Nh(ml,Al){if(typeof Al!="function"&&Al!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof Al);ml.prototype=Object.create(Al&&Al.prototype,{constructor:{value:ml,enumerable:!1,writable:!0,configurable:!0}}),Al&&(Object.setPrototypeOf?Object.setPrototypeOf(ml,Al):ml.__proto__=Al)}var yh=function(ml){Nh(e,ml);function e(Al){Ah(this,e);var Rl=Ch(this,ml.call(this,Al));return Rl.type=rd.SELECTOR,Rl}return e}(zl.default);ml.default=yh;Al.exports=ml.default});var $A=w((ml,Al)=>{"use strict";ml.__esModule=!0;var Rl=function(){function t(ml,Al){for(var Rl=0;Rl{"use strict";ml.__esModule=!0;var Rl=$A(),zl=Gh(Rl),rd=jA();function Gh(ml){return ml&&ml.__esModule?ml:{default:ml}}function Yh(ml,Al){if(!(ml instanceof Al))throw new TypeError("Cannot call a class as a function")}function Vh(ml,Al){if(!ml)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return Al&&(typeof Al=="object"||typeof Al=="function")?Al:ml}function zh(ml,Al){if(typeof Al!="function"&&Al!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof Al);ml.prototype=Object.create(Al&&Al.prototype,{constructor:{value:ml,enumerable:!1,writable:!0,configurable:!0}}),Al&&(Object.setPrototypeOf?Object.setPrototypeOf(ml,Al):ml.__proto__=Al)}var yh=function(ml){zh(e,ml);function e(Al){Yh(this,e);var Rl=Vh(this,ml.call(this,Al));return Rl.type=rd.CLASS,Rl}return e.prototype.toString=function(){return[this.spaces.before,this.ns,"."+this.value,this.spaces.after].join("")},e}(zl.default);ml.default=yh;Al.exports=ml.default});var HA=w((ml,Al)=>{"use strict";ml.__esModule=!0;var Rl=MA(),zl=Xh(Rl),rd=jA();function Xh(ml){return ml&&ml.__esModule?ml:{default:ml}}function Jh(ml,Al){if(!(ml instanceof Al))throw new TypeError("Cannot call a class as a function")}function Zh(ml,Al){if(!ml)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return Al&&(typeof Al=="object"||typeof Al=="function")?Al:ml}function ed(ml,Al){if(typeof Al!="function"&&Al!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof Al);ml.prototype=Object.create(Al&&Al.prototype,{constructor:{value:ml,enumerable:!1,writable:!0,configurable:!0}}),Al&&(Object.setPrototypeOf?Object.setPrototypeOf(ml,Al):ml.__proto__=Al)}var yh=function(ml){ed(e,ml);function e(Al){Jh(this,e);var Rl=Zh(this,ml.call(this,Al));return Rl.type=rd.COMMENT,Rl}return e}(zl.default);ml.default=yh;Al.exports=ml.default});var VA=w((ml,Al)=>{"use strict";ml.__esModule=!0;var Rl=$A(),zl=id(Rl),rd=jA();function id(ml){return ml&&ml.__esModule?ml:{default:ml}}function od(ml,Al){if(!(ml instanceof Al))throw new TypeError("Cannot call a class as a function")}function ad(ml,Al){if(!ml)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return Al&&(typeof Al=="object"||typeof Al=="function")?Al:ml}function ud(ml,Al){if(typeof Al!="function"&&Al!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof Al);ml.prototype=Object.create(Al&&Al.prototype,{constructor:{value:ml,enumerable:!1,writable:!0,configurable:!0}}),Al&&(Object.setPrototypeOf?Object.setPrototypeOf(ml,Al):ml.__proto__=Al)}var yh=function(ml){ud(e,ml);function e(Al){od(this,e);var Rl=ad(this,ml.call(this,Al));return Rl.type=rd.ID,Rl}return e.prototype.toString=function(){return[this.spaces.before,this.ns,"#"+this.value,this.spaces.after].join("")},e}(zl.default);ml.default=yh;Al.exports=ml.default});var WA=w((ml,Al)=>{"use strict";ml.__esModule=!0;var Rl=$A(),zl=hd(Rl),rd=jA();function hd(ml){return ml&&ml.__esModule?ml:{default:ml}}function dd(ml,Al){if(!(ml instanceof Al))throw new TypeError("Cannot call a class as a function")}function md(ml,Al){if(!ml)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return Al&&(typeof Al=="object"||typeof Al=="function")?Al:ml}function yd(ml,Al){if(typeof Al!="function"&&Al!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof Al);ml.prototype=Object.create(Al&&Al.prototype,{constructor:{value:ml,enumerable:!1,writable:!0,configurable:!0}}),Al&&(Object.setPrototypeOf?Object.setPrototypeOf(ml,Al):ml.__proto__=Al)}var yh=function(ml){yd(e,ml);function e(Al){dd(this,e);var Rl=md(this,ml.call(this,Al));return Rl.type=rd.TAG,Rl}return e}(zl.default);ml.default=yh;Al.exports=ml.default});var zA=w((ml,Al)=>{"use strict";ml.__esModule=!0;var Rl=MA(),zl=_d(Rl),rd=jA();function _d(ml){return ml&&ml.__esModule?ml:{default:ml}}function bd(ml,Al){if(!(ml instanceof Al))throw new TypeError("Cannot call a class as a function")}function Ed(ml,Al){if(!ml)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return Al&&(typeof Al=="object"||typeof Al=="function")?Al:ml}function Sd(ml,Al){if(typeof Al!="function"&&Al!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof Al);ml.prototype=Object.create(Al&&Al.prototype,{constructor:{value:ml,enumerable:!1,writable:!0,configurable:!0}}),Al&&(Object.setPrototypeOf?Object.setPrototypeOf(ml,Al):ml.__proto__=Al)}var yh=function(ml){Sd(e,ml);function e(Al){bd(this,e);var Rl=Ed(this,ml.call(this,Al));return Rl.type=rd.STRING,Rl}return e}(zl.default);ml.default=yh;Al.exports=ml.default});var YA=w((ml,Al)=>{"use strict";ml.__esModule=!0;var Rl=UA(),zl=Cd(Rl),rd=jA();function Cd(ml){return ml&&ml.__esModule?ml:{default:ml}}function Nd(ml,Al){if(!(ml instanceof Al))throw new TypeError("Cannot call a class as a function")}function Pd(ml,Al){if(!ml)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return Al&&(typeof Al=="object"||typeof Al=="function")?Al:ml}function Rd(ml,Al){if(typeof Al!="function"&&Al!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof Al);ml.prototype=Object.create(Al&&Al.prototype,{constructor:{value:ml,enumerable:!1,writable:!0,configurable:!0}}),Al&&(Object.setPrototypeOf?Object.setPrototypeOf(ml,Al):ml.__proto__=Al)}var yh=function(ml){Rd(e,ml);function e(Al){Nd(this,e);var Rl=Pd(this,ml.call(this,Al));return Rl.type=rd.PSEUDO,Rl}return e.prototype.toString=function(){var ml=this.length?"("+this.map(String).join(",")+")":"";return[this.spaces.before,String(this.value),ml,this.spaces.after].join("")},e}(zl.default);ml.default=yh;Al.exports=ml.default});var KA=w((ml,Al)=>{"use strict";ml.__esModule=!0;var Rl=$A(),zl=Md(Rl),rd=jA();function Md(ml){return ml&&ml.__esModule?ml:{default:ml}}function Bd(ml,Al){if(!(ml instanceof Al))throw new TypeError("Cannot call a class as a function")}function Ud(ml,Al){if(!ml)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return Al&&(typeof Al=="object"||typeof Al=="function")?Al:ml}function Fd(ml,Al){if(typeof Al!="function"&&Al!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof Al);ml.prototype=Object.create(Al&&Al.prototype,{constructor:{value:ml,enumerable:!1,writable:!0,configurable:!0}}),Al&&(Object.setPrototypeOf?Object.setPrototypeOf(ml,Al):ml.__proto__=Al)}var yh=function(ml){Fd(e,ml);function e(Al){Bd(this,e);var Rl=Ud(this,ml.call(this,Al));return Rl.type=rd.ATTRIBUTE,Rl.raws={},Rl}return e.prototype.toString=function(){var ml=[this.spaces.before,"[",this.ns,this.attribute];return this.operator&&ml.push(this.operator),this.value&&ml.push(this.value),this.raws.insensitive?ml.push(this.raws.insensitive):this.insensitive&&ml.push(" i"),ml.push("]"),ml.concat(this.spaces.after).join("")},e}(zl.default);ml.default=yh;Al.exports=ml.default});var XA=w((ml,Al)=>{"use strict";ml.__esModule=!0;var Rl=$A(),zl=Vd(Rl),rd=jA();function Vd(ml){return ml&&ml.__esModule?ml:{default:ml}}function zd(ml,Al){if(!(ml instanceof Al))throw new TypeError("Cannot call a class as a function")}function jd(ml,Al){if(!ml)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return Al&&(typeof Al=="object"||typeof Al=="function")?Al:ml}function Hd(ml,Al){if(typeof Al!="function"&&Al!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof Al);ml.prototype=Object.create(Al&&Al.prototype,{constructor:{value:ml,enumerable:!1,writable:!0,configurable:!0}}),Al&&(Object.setPrototypeOf?Object.setPrototypeOf(ml,Al):ml.__proto__=Al)}var yh=function(ml){Hd(e,ml);function e(Al){zd(this,e);var Rl=jd(this,ml.call(this,Al));return Rl.type=rd.UNIVERSAL,Rl.value="*",Rl}return e}(zl.default);ml.default=yh;Al.exports=ml.default});var ZA=w((ml,Al)=>{"use strict";ml.__esModule=!0;var Rl=MA(),zl=Zd(Rl),rd=jA();function Zd(ml){return ml&&ml.__esModule?ml:{default:ml}}function em(ml,Al){if(!(ml instanceof Al))throw new TypeError("Cannot call a class as a function")}function tm(ml,Al){if(!ml)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return Al&&(typeof Al=="object"||typeof Al=="function")?Al:ml}function rm(ml,Al){if(typeof Al!="function"&&Al!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof Al);ml.prototype=Object.create(Al&&Al.prototype,{constructor:{value:ml,enumerable:!1,writable:!0,configurable:!0}}),Al&&(Object.setPrototypeOf?Object.setPrototypeOf(ml,Al):ml.__proto__=Al)}var yh=function(ml){rm(e,ml);function e(Al){em(this,e);var Rl=tm(this,ml.call(this,Al));return Rl.type=rd.COMBINATOR,Rl}return e}(zl.default);ml.default=yh;Al.exports=ml.default});var dy=w((ml,Al)=>{"use strict";ml.__esModule=!0;var Rl=MA(),zl=am(Rl),rd=jA();function am(ml){return ml&&ml.__esModule?ml:{default:ml}}function um(ml,Al){if(!(ml instanceof Al))throw new TypeError("Cannot call a class as a function")}function lm(ml,Al){if(!ml)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return Al&&(typeof Al=="object"||typeof Al=="function")?Al:ml}function cm(ml,Al){if(typeof Al!="function"&&Al!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof Al);ml.prototype=Object.create(Al&&Al.prototype,{constructor:{value:ml,enumerable:!1,writable:!0,configurable:!0}}),Al&&(Object.setPrototypeOf?Object.setPrototypeOf(ml,Al):ml.__proto__=Al)}var yh=function(ml){cm(e,ml);function e(Al){um(this,e);var Rl=lm(this,ml.call(this,Al));return Rl.type=rd.NESTING,Rl.value="&",Rl}return e}(zl.default);ml.default=yh;Al.exports=ml.default});var my=w((ml,Al)=>{"use strict";ml.__esModule=!0;ml.default=pm;function pm(ml){return ml.sort(function(ml,Al){return ml-Al})}Al.exports=ml.default});var vy=w((ml,Al)=>{"use strict";ml.__esModule=!0;ml.default=Em;var Rl=39,zl=34,rd=92,yh=47,kh=10,Qh=32,cf=12,t_=9,r_=13,u_=43,C_=62,D_=126,S_=124,P_=44,Cg=40,eA=41,tA=91,rA=93,nA=59,iA=42,sA=58,aA=38,oA=64,lA=/[ \n\t\r\{\(\)'"\\;/]/g,cA=/[ \n\t\r\(\)\*:;@!&'"\+\|~>,\[\]\\]|\/(?=\*)/g;function Em(ml){for(var Al=[],uA=ml.css.valueOf(),pA=void 0,dA=void 0,hA=void 0,fA=void 0,_A=void 0,mA=void 0,gA=void 0,AA=void 0,yA=void 0,bA=void 0,vA=void 0,EA=uA.length,wA=-1,CA=1,xA=0,g=function(Al,Rl){if(ml.safe)uA+=Rl,dA=uA.length-1;else throw ml.error("Unclosed "+Al,CA,xA-wA,xA)};xA0?(AA=CA+_A,yA=dA-fA[_A].length):(AA=CA,yA=wA),Al.push(["comment",mA,CA,xA-wA,AA,dA-yA,xA]),wA=yA,CA=AA,xA=dA):(cA.lastIndex=xA+1,cA.test(uA),cA.lastIndex===0?dA=uA.length-1:dA=cA.lastIndex-2,Al.push(["word",uA.slice(xA,dA+1),CA,xA-wA,CA,dA-wA,xA]),xA=dA);break}xA++}return Al}Al.exports=ml.default});var xy=w((ml,Al)=>{"use strict";ml.__esModule=!0;var Rl=function(){function t(ml,Al){for(var Rl=0;Rl1?(rd[0]===""&&(rd[0]=!0),yh.attribute=this.parseValue(rd[2]),yh.namespace=this.parseNamespace(rd[0])):yh.attribute=this.parseValue(zl[0]),Al=new cA.default(yh),zl[2]){var kh=zl[2].split(/(\s+i\s*?)$/),Qh=kh[0].trim();Al.value=this.lossy?Qh:kh[0],kh[1]&&(Al.insensitive=!0,this.lossy||(Al.raws.insensitive=kh[1])),Al.quoted=Qh[0]==="'"||Qh[0]==='"',Al.raws.unquoted=Al.quoted?Qh.slice(1,-1):Qh}this.newNode(Al),this.position++},t.prototype.combinator=function(){if(this.currToken[1]==="|")return this.namespace();for(var ml=new hA.default({value:"",source:{start:{line:this.currToken[2],column:this.currToken[3]},end:{line:this.currToken[2],column:this.currToken[3]}},sourceIndex:this.currToken[4]});this.position1&&ml.nextToken&&ml.nextToken[0]==="("&&ml.error("Misplaced parenthesis.")})}else this.error('Unexpected "'+this.currToken[0]+'" found.')},t.prototype.space=function(){var ml=this.currToken;this.position===0||this.prevToken[0]===","||this.prevToken[0]==="("?(this.spaces=this.parseSpace(ml[1]),this.position++):this.position===this.tokens.length-1||this.nextToken[0]===","||this.nextToken[0]===")"?(this.current.last.spaces.after=this.parseSpace(ml[1]),this.position++):this.combinator()},t.prototype.string=function(){var ml=this.currToken;this.newNode(new sA.default({value:this.currToken[1],source:{start:{line:ml[2],column:ml[3]},end:{line:ml[4],column:ml[5]}},sourceIndex:ml[6]})),this.position++},t.prototype.universal=function(ml){var Al=this.nextToken;if(Al&&Al[1]==="|")return this.position++,this.namespace();this.newNode(new pA.default({value:this.currToken[1],source:{start:{line:this.currToken[2],column:this.currToken[3]},end:{line:this.currToken[2],column:this.currToken[3]}},sourceIndex:this.currToken[4]}),ml),this.position++},t.prototype.splitWord=function(ml,Al){for(var Rl=this,zl=this.nextToken,yh=this.currToken[1];zl&&zl[0]==="word";){this.position++;var Qh=this.currToken[1];if(yh+=Qh,Qh.lastIndexOf("\\")===Qh.length-1){var t_=this.nextToken;t_&&t_[0]==="space"&&(yh+=this.parseSpace(t_[1]," "),this.position++)}zl=this.nextToken}var r_=(0,kh.default)(yh,"."),u_=(0,kh.default)(yh,"#"),C_=(0,kh.default)(yh,"#{");C_.length&&(u_=u_.filter(function(ml){return!~C_.indexOf(ml)}));var D_=(0,gA.default)((0,cf.default)((0,rd.default)([[0],r_,u_])));D_.forEach(function(zl,rd){var kh=D_[rd+1]||yh.length,Qh=yh.slice(zl,kh);if(rd===0&&Al)return Al.call(Rl,Qh,D_.length);var cf=void 0;~r_.indexOf(zl)?cf=new S_.default({value:Qh.slice(1),source:{start:{line:Rl.currToken[2],column:Rl.currToken[3]+zl},end:{line:Rl.currToken[4],column:Rl.currToken[3]+(kh-1)}},sourceIndex:Rl.currToken[6]+D_[rd]}):~u_.indexOf(zl)?cf=new tA.default({value:Qh.slice(1),source:{start:{line:Rl.currToken[2],column:Rl.currToken[3]+zl},end:{line:Rl.currToken[4],column:Rl.currToken[3]+(kh-1)}},sourceIndex:Rl.currToken[6]+D_[rd]}):cf=new nA.default({value:Qh,source:{start:{line:Rl.currToken[2],column:Rl.currToken[3]+zl},end:{line:Rl.currToken[4],column:Rl.currToken[3]+(kh-1)}},sourceIndex:Rl.currToken[6]+D_[rd]}),Rl.newNode(cf,ml)}),this.position++},t.prototype.word=function(ml){var Al=this.nextToken;return Al&&Al[1]==="|"?(this.position++,this.namespace()):this.splitWord(ml)},t.prototype.loop=function(){for(;this.position{"use strict";ml.__esModule=!0;var Rl=function(){function t(ml,Al){for(var Rl=0;Rl1&&arguments[1]!==void 0?arguments[1]:{},Rl=new rd.default({css:ml,error:function(ml){throw new Error(ml)},options:Al});return this.res=Rl,this.func(Rl),this},Rl(t,[{key:"result",get:function(){return String(this.res)}}]),t}();ml.default=yh;Al.exports=ml.default});var Qy=w((ml,Al)=>{"use strict";var nn=function(ml,Al){let Rl=new ml.constructor;for(let zl in ml){if(!ml.hasOwnProperty(zl))continue;let rd=ml[zl],yh=typeof rd;zl==="parent"&&yh==="object"?Al&&(Rl[zl]=Al):zl==="source"?Rl[zl]=rd:rd instanceof Array?Rl[zl]=rd.map(ml=>nn(ml,Rl)):zl!=="before"&&zl!=="after"&&zl!=="between"&&zl!=="semicolon"&&(yh==="object"&&rd!==null&&(rd=nn(rd)),Rl[zl]=rd)}return Rl};Al.exports=class{constructor(ml){ml=ml||{},this.raws={before:"",after:""};for(let Al in ml)this[Al]=ml[Al]}remove(){return this.parent&&this.parent.removeChild(this),this.parent=void 0,this}toString(){return[this.raws.before,String(this.value),this.raws.after].join("")}clone(ml){ml=ml||{};let Al=nn(this);for(let Rl in ml)Al[Rl]=ml[Rl];return Al}cloneBefore(ml){ml=ml||{};let Al=this.clone(ml);return this.parent.insertBefore(this,Al),Al}cloneAfter(ml){ml=ml||{};let Al=this.clone(ml);return this.parent.insertAfter(this,Al),Al}replaceWith(){let ml=Array.prototype.slice.call(arguments);if(this.parent){for(let Al of ml)this.parent.insertBefore(this,Al);this.remove()}return this}moveTo(ml){return this.cleanRaws(this.root()===ml.root()),this.remove(),ml.append(this),this}moveBefore(ml){return this.cleanRaws(this.root()===ml.root()),this.remove(),ml.parent.insertBefore(ml,this),this}moveAfter(ml){return this.cleanRaws(this.root()===ml.root()),this.remove(),ml.parent.insertAfter(ml,this),this}next(){let ml=this.parent.index(this);return this.parent.nodes[ml+1]}prev(){let ml=this.parent.index(this);return this.parent.nodes[ml-1]}toJSON(){let ml={};for(let Al in this){if(!this.hasOwnProperty(Al)||Al==="parent")continue;let Rl=this[Al];Rl instanceof Array?ml[Al]=Rl.map(ml=>typeof ml=="object"&&ml.toJSON?ml.toJSON():ml):typeof Rl=="object"&&Rl.toJSON?ml[Al]=Rl.toJSON():ml[Al]=Rl}return ml}root(){let ml=this;for(;ml.parent;)ml=ml.parent;return ml}cleanRaws(ml){delete this.raws.before,delete this.raws.after,ml||delete this.raws.between}positionInside(ml){let Al=this.toString(),Rl=this.source.start.column,zl=this.source.start.line;for(let rd=0;rd{"use strict";var Rl=Qy(),zl=class extends Rl{constructor(ml){super(ml),this.nodes||(this.nodes=[])}push(ml){return ml.parent=this,this.nodes.push(ml),this}each(ml){this.lastEach||(this.lastEach=0),this.indexes||(this.indexes={}),this.lastEach+=1;let Al=this.lastEach,Rl,zl;if(this.indexes[Al]=0,!!this.nodes){for(;this.indexes[Al]{let zl=ml(Al,Rl);return zl!==!1&&Al.walk&&(zl=Al.walk(ml)),zl})}walkType(ml,Al){if(!ml||!Al)throw new Error("Parameters {type} and {callback} are required.");let Rl=typeof ml=="function";return this.walk((zl,rd)=>{if(Rl&&zl instanceof ml||!Rl&&zl.type===ml)return Al.call(this,zl,rd)})}append(ml){return ml.parent=this,this.nodes.push(ml),this}prepend(ml){return ml.parent=this,this.nodes.unshift(ml),this}cleanRaws(ml){if(super.cleanRaws(ml),this.nodes)for(let Al of this.nodes)Al.cleanRaws(ml)}insertAfter(ml,Al){let Rl=this.index(ml),zl;this.nodes.splice(Rl+1,0,Al);for(let ml in this.indexes)zl=this.indexes[ml],Rl<=zl&&(this.indexes[ml]=zl+this.nodes.length);return this}insertBefore(ml,Al){let Rl=this.index(ml),zl;this.nodes.splice(Rl,0,Al);for(let ml in this.indexes)zl=this.indexes[ml],Rl<=zl&&(this.indexes[ml]=zl+this.nodes.length);return this}removeChild(ml){ml=this.index(ml),this.nodes[ml].parent=void 0,this.nodes.splice(ml,1);let Al;for(let Rl in this.indexes)Al=this.indexes[Rl],Al>=ml&&(this.indexes[Rl]=Al-1);return this}removeAll(){for(let ml of this.nodes)ml.parent=void 0;return this.nodes=[],this}every(ml){return this.nodes.every(ml)}some(ml){return this.nodes.some(ml)}index(ml){return typeof ml=="number"?ml:this.nodes.indexOf(ml)}get first(){if(this.nodes)return this.nodes[0]}get last(){if(this.nodes)return this.nodes[this.nodes.length-1]}toString(){let ml=this.nodes.map(String).join("");return this.value&&(ml=this.value+ml),this.raws.before&&(ml=this.raws.before+ml),this.raws.after&&(ml+=this.raws.after),ml}};zl.registerWalker=ml=>{let Al="walk"+ml.name;Al.lastIndexOf("s")!==Al.length-1&&(Al+="s"),!zl.prototype[Al]&&(zl.prototype[Al]=function(Al){return this.walkType(ml,Al)})};Al.exports=zl});var Qb=w((ml,Al)=>{"use strict";var Rl=Ky();Al.exports=class extends Rl{constructor(ml){super(ml),this.type="root"}}});var Lb=w((ml,Al)=>{"use strict";var Rl=Ky();Al.exports=class extends Rl{constructor(ml){super(ml),this.type="value",this.unbalanced=0}}});var Mb=w((ml,Al)=>{"use strict";var Rl=Ky(),zl=class extends Rl{constructor(ml){super(ml),this.type="atword"}toString(){let ml=this.quoted?this.raws.quote:"";return[this.raws.before,"@",String.prototype.toString.call(this.value),this.raws.after].join("")}};Rl.registerWalker(zl);Al.exports=zl});var jb=w((ml,Al)=>{"use strict";var Rl=Ky(),zl=Qy(),rd=class extends zl{constructor(ml){super(ml),this.type="colon"}};Rl.registerWalker(rd);Al.exports=rd});var Gb=w((ml,Al)=>{"use strict";var Rl=Ky(),zl=Qy(),rd=class extends zl{constructor(ml){super(ml),this.type="comma"}};Rl.registerWalker(rd);Al.exports=rd});var Vb=w((ml,Al)=>{"use strict";var Rl=Ky(),zl=Qy(),rd=class extends zl{constructor(ml){super(ml),this.type="comment",this.inline=Object(ml).inline||!1}toString(){return[this.raws.before,this.inline?"//":"/*",String(this.value),this.inline?"":"*/",this.raws.after].join("")}};Rl.registerWalker(rd);Al.exports=rd});var Yb=w((ml,Al)=>{"use strict";var Rl=Ky(),zl=class extends Rl{constructor(ml){super(ml),this.type="func",this.unbalanced=-1}};Rl.registerWalker(zl);Al.exports=zl});var Fv=w((ml,Al)=>{"use strict";var Rl=Ky(),zl=Qy(),rd=class extends zl{constructor(ml){super(ml),this.type="number",this.unit=Object(ml).unit||""}toString(){return[this.raws.before,String(this.value),this.unit,this.raws.after].join("")}};Rl.registerWalker(rd);Al.exports=rd});var Xv=w((ml,Al)=>{"use strict";var Rl=Ky(),zl=Qy(),rd=class extends zl{constructor(ml){super(ml),this.type="operator"}};Rl.registerWalker(rd);Al.exports=rd});var tE=w((ml,Al)=>{"use strict";var Rl=Ky(),zl=Qy(),rd=class extends zl{constructor(ml){super(ml),this.type="paren",this.parenType=""}};Rl.registerWalker(rd);Al.exports=rd});var rE=w((ml,Al)=>{"use strict";var Rl=Ky(),zl=Qy(),rd=class extends zl{constructor(ml){super(ml),this.type="string"}toString(){let ml=this.quoted?this.raws.quote:"";return[this.raws.before,ml,this.value+"",ml,this.raws.after].join("")}};Rl.registerWalker(rd);Al.exports=rd});var iE=w((ml,Al)=>{"use strict";var Rl=Ky(),zl=Qy(),rd=class extends zl{constructor(ml){super(ml),this.type="word"}};Rl.registerWalker(rd);Al.exports=rd});var sE=w((ml,Al)=>{"use strict";var Rl=Ky(),zl=Qy(),rd=class extends zl{constructor(ml){super(ml),this.type="unicode-range"}};Rl.registerWalker(rd);Al.exports=rd});var pE=w((ml,Al)=>{"use strict";var Rl=class extends Error{constructor(ml){super(ml),this.name=this.constructor.name,this.message=ml||"An error ocurred while tokzenizing.",typeof Error.captureStackTrace=="function"?Error.captureStackTrace(this,this.constructor):this.stack=new Error(ml).stack}};Al.exports=Rl});var dE=w((ml,Al)=>{"use strict";var Rl=/[ \n\t\r\{\(\)'"\\;,/]/g,zl=/[ \n\t\r\(\)\{\}\*:;@!&'"\+\|~>,\[\]\\]|\/(?=\*)/g,rd=/[ \n\t\r\(\)\{\}\*:;@!&'"\-\+\|~>,\[\]\\]|\//g,yh=/^[a-z0-9]/i,kh=/^[a-f0-9?\-]/i,Qh=pE();Al.exports=function(ml,Al){Al=Al||{};let cf=[],t_=ml.valueOf(),r_=t_.length,u_=-1,C_=1,D_=0,S_=0,P_=null,Cg,eA,tA,rA,nA,iA,sA,aA,oA,lA,cA,uA;function se(ml){let Al=`Unclosed ${ml} at line: ${C_}, column: ${D_-u_}, token: ${D_}`;throw new Qh(Al)}function ye(){let ml=`Syntax error at line: ${C_}, column: ${D_-u_}, token: ${D_}`;throw new Qh(ml)}for(;D_0&&cf[cf.length-1][0]==="word"&&cf[cf.length-1][1]==="url",cf.push(["(","(",C_,D_-u_,C_,eA-u_,D_]);break;case 41:S_--,P_=P_&&S_>0,cf.push([")",")",C_,D_-u_,C_,eA-u_,D_]);break;case 39:case 34:tA=Cg===39?"'":'"',eA=D_;do{for(lA=!1,eA=t_.indexOf(tA,eA+1),eA===-1&&se("quote",tA),cA=eA;t_.charCodeAt(cA-1)===92;)cA-=1,lA=!lA}while(lA);cf.push(["string",t_.slice(D_,eA+1),C_,D_-u_,C_,eA-u_,D_]),D_=eA;break;case 64:Rl.lastIndex=D_+1,Rl.test(t_),Rl.lastIndex===0?eA=t_.length-1:eA=Rl.lastIndex-2,cf.push(["atword",t_.slice(D_,eA+1),C_,D_-u_,C_,eA-u_,D_]),D_=eA;break;case 92:eA=D_,Cg=t_.charCodeAt(eA+1),sA&&Cg!==47&&Cg!==32&&Cg!==10&&Cg!==9&&Cg!==13&&Cg!==12&&(eA+=1),cf.push(["word",t_.slice(D_,eA+1),C_,D_-u_,C_,eA-u_,D_]),D_=eA;break;case 43:case 45:case 42:eA=D_+1,uA=t_.slice(D_+1,eA+1);let ml=t_.slice(D_-1,D_);if(Cg===45&&uA.charCodeAt(0)===45){eA++,cf.push(["word",t_.slice(D_,eA),C_,D_-u_,C_,eA-u_,D_]),D_=eA-1;break}cf.push(["operator",t_.slice(D_,eA),C_,D_-u_,C_,eA-u_,D_]),D_=eA-1;break;default:if(Cg===47&&(t_.charCodeAt(D_+1)===42||Al.loose&&!P_&&t_.charCodeAt(D_+1)===47)){if(t_.charCodeAt(D_+1)===42)eA=t_.indexOf("*/",D_+2)+1,eA===0&&se("comment","*/");else{let ml=t_.indexOf(`\n`,D_+2);eA=ml!==-1?ml-1:r_}iA=t_.slice(D_,eA+1),rA=iA.split(`\n`),nA=rA.length-1,nA>0?(aA=C_+nA,oA=eA-rA[nA].length):(aA=C_,oA=u_),cf.push(["comment",iA,C_,D_-u_,aA,eA-oA,D_]),u_=oA,C_=aA,D_=eA}else if(Cg===35&&!yh.test(t_.slice(D_+1,D_+2)))eA=D_+1,cf.push(["#",t_.slice(D_,eA),C_,D_-u_,C_,eA-u_,D_]),D_=eA-1;else if((Cg===117||Cg===85)&&t_.charCodeAt(D_+1)===43){eA=D_+2;do{eA+=1,Cg=t_.charCodeAt(eA)}while(eA=48&&Cg<=57&&(ml=rd),ml.lastIndex=D_+1,ml.test(t_),ml.lastIndex===0?eA=t_.length-1:eA=ml.lastIndex-2,ml===rd||Cg===46){let ml=t_.charCodeAt(eA),Al=t_.charCodeAt(eA+1),Rl=t_.charCodeAt(eA+2);(ml===101||ml===69)&&(Al===45||Al===43)&&Rl>=48&&Rl<=57&&(rd.lastIndex=eA+2,rd.test(t_),rd.lastIndex===0?eA=t_.length-1:eA=rd.lastIndex-2)}cf.push(["word",t_.slice(D_,eA+1),C_,D_-u_,C_,eA-u_,D_]),D_=eA}break}D_++}return cf}});var gE=w((ml,Al)=>{"use strict";var Rl=class extends Error{constructor(ml){super(ml),this.name=this.constructor.name,this.message=ml||"An error ocurred while parsing.",typeof Error.captureStackTrace=="function"?Error.captureStackTrace(this,this.constructor):this.stack=new Error(ml).stack}};Al.exports=Rl});var bE=w((ml,Al)=>{"use strict";var Rl=Qb(),zl=Lb(),rd=Mb(),yh=jb(),kh=Gb(),Qh=Vb(),cf=Yb(),t_=Fv(),r_=Xv(),u_=tE(),C_=rE(),D_=iE(),S_=sE(),P_=dE(),Cg=OA(),eA=QA(),tA=LA(),rA=gE();function eg(ml){return ml.sort((ml,Al)=>ml-Al)}Al.exports=class{constructor(ml,Al){let rd={loose:!1};this.cache=[],this.input=ml,this.options=Object.assign({},rd,Al),this.position=0,this.unbalanced=0,this.root=new Rl;let yh=new zl;this.root.append(yh),this.current=yh,this.tokens=P_(ml,this.options)}parse(){return this.loop()}colon(){let ml=this.currToken;this.newNode(new yh({value:ml[1],source:{start:{line:ml[2],column:ml[3]},end:{line:ml[4],column:ml[5]}},sourceIndex:ml[6]})),this.position++}comma(){let ml=this.currToken;this.newNode(new kh({value:ml[1],source:{start:{line:ml[2],column:ml[3]},end:{line:ml[4],column:ml[5]}},sourceIndex:ml[6]})),this.position++}comment(){let ml=!1,Al=this.currToken[1].replace(/\/\*|\*\//g,""),Rl;this.options.loose&&Al.startsWith("//")&&(Al=Al.substring(2),ml=!0),Rl=new Qh({value:Al,inline:ml,source:{start:{line:this.currToken[2],column:this.currToken[3]},end:{line:this.currToken[4],column:this.currToken[5]}},sourceIndex:this.currToken[6]}),this.newNode(Rl),this.position++}error(ml,Al){throw new rA(ml+` at line: ${Al[2]}, column ${Al[3]}`)}loop(){for(;this.position0&&(this.current.type==="func"&&this.current.value==="calc"?this.prevToken[0]!=="space"&&this.prevToken[0]!=="("?this.error("Syntax Error",this.currToken):this.nextToken[0]!=="space"&&this.nextToken[0]!=="word"?this.error("Syntax Error",this.currToken):this.nextToken[0]==="word"&&this.current.last.type!=="operator"&&this.current.last.value!=="("&&this.error("Syntax Error",this.currToken):(this.nextToken[0]==="space"||this.nextToken[0]==="operator"||this.prevToken[0]==="operator")&&this.error("Syntax Error",this.currToken)),this.options.loose){if((!this.current.nodes.length||this.current.last&&this.current.last.type==="operator")&&this.nextToken[0]==="word")return this.word()}else if(this.nextToken[0]==="word")return this.word()}return Al=new r_({value:this.currToken[1],source:{start:{line:this.currToken[2],column:this.currToken[3]},end:{line:this.currToken[2],column:this.currToken[3]}},sourceIndex:this.currToken[4]}),this.position++,this.newNode(Al)}parseTokens(){switch(this.currToken[0]){case"space":this.space();break;case"colon":this.colon();break;case"comma":this.comma();break;case"comment":this.comment();break;case"(":this.parenOpen();break;case")":this.parenClose();break;case"atword":case"word":this.word();break;case"operator":this.operator();break;case"string":this.string();break;case"unicoderange":this.unicodeRange();break;default:this.word();break}}parenOpen(){let ml=1,Al=this.position+1,Rl=this.currToken,zl;for(;Al=this.tokens.length-1&&!this.current.unbalanced)&&(this.current.unbalanced--,this.current.unbalanced<0&&this.error("Expected opening parenthesis",ml),!this.current.unbalanced&&this.cache.length&&(this.current=this.cache.pop()))}space(){let ml=this.currToken;this.position===this.tokens.length-1||this.nextToken[0]===","||this.nextToken[0]===")"?(this.current.last.raws.after+=ml[1],this.position++):(this.spaces=ml[1],this.position++)}unicodeRange(){let ml=this.currToken;this.newNode(new S_({value:ml[1],source:{start:{line:ml[2],column:ml[3]},end:{line:ml[4],column:ml[5]}},sourceIndex:ml[6]})),this.position++}splitWord(){let ml=this.nextToken,Al=this.currToken[1],Rl=/^[\+\-]?((\d+(\.\d*)?)|(\.\d+))([eE][\+\-]?\d+)?/,zl=/^(?!\#([a-z0-9]+))[\#\{\}]/gi,yh,kh;if(!zl.test(Al))for(;ml&&ml[0]==="word";){this.position++;let Rl=this.currToken[1];Al+=Rl,ml=this.nextToken}yh=eA(Al,"@"),kh=eg(tA(Cg([[0],yh]))),kh.forEach((zl,Qh)=>{let r_=kh[Qh+1]||Al.length,u_=Al.slice(zl,r_),C_;if(~yh.indexOf(zl))C_=new rd({value:u_.slice(1),source:{start:{line:this.currToken[2],column:this.currToken[3]+zl},end:{line:this.currToken[4],column:this.currToken[3]+(r_-1)}},sourceIndex:this.currToken[6]+kh[Qh]});else if(Rl.test(this.currToken[1])){let ml=u_.replace(Rl,"");C_=new t_({value:u_.replace(ml,""),source:{start:{line:this.currToken[2],column:this.currToken[3]+zl},end:{line:this.currToken[4],column:this.currToken[3]+(r_-1)}},sourceIndex:this.currToken[6]+kh[Qh],unit:ml})}else C_=new(ml&&ml[0]==="("?cf:D_)({value:u_,source:{start:{line:this.currToken[2],column:this.currToken[3]+zl},end:{line:this.currToken[4],column:this.currToken[3]+(r_-1)}},sourceIndex:this.currToken[6]+kh[Qh]}),C_.type==="word"?(C_.isHex=/^#(.+)/.test(u_),C_.isColor=/^#([0-9a-f]{3}|[0-9a-f]{4}|[0-9a-f]{6}|[0-9a-f]{8})$/i.test(u_)):this.cache.push(this.current);this.newNode(C_)}),this.position++}string(){let ml=this.currToken,Al=this.currToken[1],Rl=/^(\"|\')/,zl=Rl.test(Al),rd="",yh;zl&&(rd=Al.match(Rl)[0],Al=Al.slice(1,Al.length-1)),yh=new C_({value:Al,source:{start:{line:ml[2],column:ml[3]},end:{line:ml[4],column:ml[5]}},sourceIndex:ml[6],quoted:zl}),yh.raws.quote=rd,this.newNode(yh),this.position++}word(){return this.splitWord()}newNode(ml){return this.spaces&&(ml.raws.before+=this.spaces,this.spaces=""),this.current.append(ml)}get currToken(){return this.tokens[this.position]}get nextToken(){return this.tokens[this.position+1]}get prevToken(){return this.tokens[this.position-1]}}});var vE={};hn(vE,{languages:()=>JC,options:()=>WC,parsers:()=>zC,printers:()=>Nx});var kt=(ml,Al)=>(Rl,zl,...rd)=>Rl|1&&zl==null?void 0:(Al.call(zl)??zl[ml]).apply(zl,rd);var wE=String.prototype.replaceAll??function(ml,Al){return ml.global?this.replace(ml,Al):this.split(ml).join(Al)},CE=kt("replaceAll",function(){if(typeof this=="string")return wE}),BE=CE;function Vl(ml){return this[ml<0?this.length+ml:ml]}var NE=kt("at",function(){if(Array.isArray(this)||typeof this=="string")return Vl}),jE=NE;var jl=()=>{},GE=jl;var WE="string",YE="array",ow="cursor",lw="indent",cw="align",pw="trim",dw="group",hw="fill",fw="if-break",_w="indent-if-break",mw="line-suffix",gw="line-suffix-boundary",Aw="line",yw="label",bw="break-parent",vw=new Set([ow,lw,cw,pw,dw,hw,fw,_w,mw,gw,Aw,yw,bw]);function mn(ml,Al,Rl){if(!ml.has(Al)){let zl=Rl(Al);ml.set(Al,zl)}return ml.get(Al)}function Hl(ml){if(typeof ml=="string")return WE;if(Array.isArray(ml))return YE;if(!ml)return;let{type:Al}=ml;if(vw.has(Al))return Al}var Ew=Hl;var Ql=ml=>new Intl.ListFormat("en-US",{type:"disjunction"}).format(ml);function Kl(ml){let Al=ml===null?"null":typeof ml;if(Al!=="string"&&Al!=="object")return`Unexpected doc '${Al}', \nExpected it to be 'string' or 'object'.`;if(Ew(ml))throw new Error("doc is valid.");let Rl=Object.prototype.toString.call(ml);if(Rl!=="[object Object]")return`Unexpected doc '${Rl}'.`;let zl=Ql([...vw].map(ml=>`'${ml}'`));return`Unexpected doc.type '${ml.type}'.\nExpected it to be ${zl}.`}var ww=class extends Error{name="InvalidDocError";constructor(ml){super(Kl(ml)),this.doc=ml}},Cw=ww;function gn(ml,Al){if(typeof ml=="string")return Al(ml);let Rl=new Map;return r(ml);function r(ml){return mn(Rl,ml,n)}function n(ml){switch(Ew(ml)){case YE:return Al(ml.map(r));case hw:return Al({...ml,parts:ml.parts.map(r)});case fw:return Al({...ml,breakContents:r(ml.breakContents),flatContents:r(ml.flatContents)});case dw:{let{expandedStates:Rl,contents:zl}=ml;return Rl?(Rl=Rl.map(r),zl=Rl[0]):zl=r(zl),Al({...ml,contents:zl,expandedStates:Rl})}case cw:case lw:case _w:case yw:case mw:return Al({...ml,contents:r(ml.contents)});case WE:case ow:case pw:case gw:case Aw:case bw:return Al(ml);default:throw new Cw(ml)}}}function Xl(ml){return ml.type===Aw&&!ml.hard?ml.soft?"":" ":ml.type===fw?ml.flatContents:ml}function wn(ml){return gn(ml,Xl)}function vn(ml,Al=Nw){return gn(ml,ml=>typeof ml=="string"?G(Al,ml.split(`\n`)):ml)}var xw=GE,Dw=GE,Sw=GE,kw=GE;function L(ml){return xw(ml),{type:lw,contents:ml}}function Jl(ml,Al){return kw(ml),xw(Al),{type:cw,contents:Al,n:ml}}function ue(ml){return Jl(-1,ml)}var Tw={type:bw};function Le(ml){return Sw(ml),{type:hw,parts:ml}}function q(ml,Al={}){return xw(ml),Dw(Al.expandedStates,!0),{type:dw,id:Al.id,contents:ml,break:!!Al.shouldBreak,expandedStates:Al.expandedStates}}function Rt(ml,Al="",Rl={}){return xw(ml),Al!==""&&xw(Al),{type:fw,breakContents:ml,flatContents:Al,groupId:Rl.groupId}}function G(ml,Al){xw(ml),Dw(Al);let Rl=[];for(let zl=0;zl0}var Qw=tc;var Lw=Object.freeze({character:"'",codePoint:39}),Mw=Object.freeze({character:'"',codePoint:34}),jw=Object.freeze({preferred:Lw,alternate:Mw}),Uw=Object.freeze({preferred:Mw,alternate:Lw});function Tn(ml,Al){let{preferred:Rl,alternate:zl}=Al===!0||Al==="'"?jw:Uw,{length:rd}=ml,yh=0,kh=0;for(let Al=0;Alkh?zl:Rl).character}var Gw=/\\(["'\\])|(["'])/g;function ic(ml,Al){let Rl=Al==='"'?"'":'"',zl=BE(0,ml,Gw,(ml,zl,rd)=>zl?zl===Rl?Rl:ml:rd===Al?"\\"+rd:rd);return Al+zl+Al}var qw=ic;function oc(ml,Al){GE(/^(?["']).*\k$/s.test(ml));let Rl=ml.slice(1,-1),zl;return Al.parser==="json"||Al.parser==="jsonc"||Al.parser==="json-stringify"||Al.parser==="json5"&&Al.quoteProps==="preserve"&&!Al.singleQuote?zl='"':Al.__isInHtmlAttribute?zl="'":zl=Tn(Rl,Al.singleQuote),ml.charAt(0)===zl?ml:qw(Rl,zl)}var $w=oc;var Jw=class extends Error{name="UnexpectedNodeError";constructor(ml,Al,Rl="type"){super(`Unexpected ${Al} node ${Rl}: ${JSON.stringify(ml[Rl])}.`),this.node=ml}},Hw=Jw;function Cn(){}Cn.getVisitorKeys=ml=>ml.type==="css-root"?["frontMatter"]:[];var Vw=Cn;var Ww=null;function Ze(ml){if(Ww!==null&&typeof Ww.property){let ml=Ww;return Ww=Ze.prototype=null,ml}return Ww=Ze.prototype=ml??Object.create(null),new Ze}var zw=10;for(let ml=0;ml<=zw;ml++)Ze();function es(ml){return Ze(ml)}function uc(ml,Al="type"){es(ml);function s(Rl){let zl=Rl[Al],rd=ml[zl];if(!Array.isArray(rd))throw Object.assign(new Error(`Missing visitor keys for '${zl}'.`),{node:Rl});return rd}return s}var Yw=uc;var Kw=[["nodes"],["group"]],Xw={"css-root":["frontMatter","nodes"],"css-comment":[],"css-rule":["selector","nodes"],"css-decl":["value","selector","nodes"],"css-atrule":["selector","params","value","nodes"],"media-query-list":Kw[0],"media-query":Kw[0],"media-type":[],"media-feature-expression":Kw[0],"media-feature":[],"media-colon":[],"media-value":[],"media-keyword":[],"media-url":[],"media-unknown":[],"selector-root":Kw[0],"selector-selector":Kw[0],"selector-comment":[],"selector-string":[],"selector-tag":[],"selector-id":[],"selector-class":[],"selector-attribute":[],"selector-combinator":Kw[0],"selector-universal":[],"selector-pseudo":Kw[0],"selector-nesting":[],"selector-unknown":[],"value-value":Kw[1],"value-root":Kw[1],"value-comment":[],"value-comma_group":["groups"],"value-paren_group":["open","groups","close"],"value-func":Kw[1],"value-paren":[],"value-number":[],"value-operator":[],"value-word":[],"value-colon":[],"value-comma":[],"value-string":[],"value-atword":[],"value-unicode-range":[],"value-unknown":[]};var Zw=Yw(Xw),eC=Zw;function cc(ml,Al){let Rl=0;for(let zl=0;zl{if(Rl===!1)return!1;let rd=!!zl?.backwards,{length:yh}=Al,kh=Rl;for(;kh>=0&&khkh&&(kh=ml.source.endOffset,cf=ml.source.end))}yh!==Number.POSITIVE_INFINITY&&(ml.source??(ml.source={}),zl||(ml.source.startOffset=yh,ml.source.endOffset=kh),(Al=ml.source).start??(Al.start=Qh),(Rl=ml.source).end??(Rl.end=cf))}function Wn(ml,Al){typeof ml.type!="string"||ml.source||typeof Al.source?.startOffset!="number"||typeof Al.source?.endOffset!="number"||!yc(ml)||(ml.source={startOffset:Al.source.startOffset,endOffset:Al.source.startOffset,start:Al.source.start,end:Al.source.start})}function mc(ml){if(!(typeof ml.source?.startOffset!="number"||typeof ml.source?.endOffset!="number"))for(let Al in ml){if(Al==="source"||Al==="raws"||Al==="spaces")continue;let Rl=ml[Al],zl=Array.isArray(Rl)?Rl:[Rl];for(let Al of zl)Al&&typeof Al=="object"&&Wn(Al,ml)}}function yc(ml){return Array.isArray(ml.nodes)&&ml.nodes.length===0||Array.isArray(ml.groups)&&ml.groups.length===0}function $n(ml){let Al="initial",Rl="initial",zl,rd=!1,yh=[];for(let kh=0;khml.source.startOffset,P=ml=>ml.source.endOffset;var aC=Symbol.for("PRETTIER_IS_FRONT_MATTER");function gc(ml){return!!ml?.[aC]}var oC=gc;function wc(ml){return BE(0,ml,/[^\n]/g," ")}var lC=wc;var cC=3;function vc(ml){let Al=ml.slice(0,cC);if(Al!=="---"&&Al!=="+++")return;let Rl=ml.indexOf(`\n`,cC);if(Rl===-1)return;let zl=ml.slice(cC,Rl).trim(),rd=ml.indexOf(`\n${Al}`,Rl),yh=zl;if(yh||(yh=Al==="+++"?"toml":"yaml"),rd===-1&&Al==="---"&&yh==="yaml"&&(rd=ml.indexOf(`\n...`,Rl)),rd===-1)return;let kh=rd+1+cC,Qh=ml.charAt(kh+1);if(!/\s?/.test(Qh))return;let cf=ml.slice(0,kh),t_;return{language:yh,explicitLanguage:zl||null,value:ml.slice(Rl+1,rd),startDelimiter:Al,endDelimiter:cf.slice(-cC),raw:cf,start:{line:1,column:0,index:0},end:{index:cf.length,get line(){return t_??(t_=cf.split(`\n`)),t_.length},get column(){return t_??(t_=cf.split(`\n`)),jE(0,t_,-1).length}},[aC]:!0}}function xc(ml){let Al=vc(ml);return Al?{frontMatter:Al,get content(){let{raw:Rl}=Al;return lC(Rl)+ml.slice(Rl.length)}}:{content:ml}}var uC=xc;var pC=new Set(["raw","raws","sourceIndex","source","before","after","trailingComma","spaces"]);function ns(ml,Al,Rl){if(ml.type==="css-comment"&&Rl.type==="css-root"&&Rl.nodes.length>0&&((Rl.nodes[0]===ml||oC(Rl.nodes[0])&&Rl.nodes[1]===ml)&&(delete Al.text,/^\*\s*@(?:format|prettier)\s*$/.test(ml.text))||Rl.type==="css-root"&&jE(0,Rl.nodes,-1)===ml))return null;if(ml.type==="value-root"&&delete Al.text,(ml.type==="media-query"||ml.type==="media-query-list"||ml.type==="media-feature-expression")&&delete Al.value,ml.type==="css-rule"&&delete Al.params,(ml.type==="media-feature"||ml.type==="media-keyword"||ml.type==="media-type"||ml.type==="media-unknown"||ml.type==="media-url"||ml.type==="media-value"||ml.type==="selector-attribute"||ml.type==="selector-string"||ml.type==="selector-class"||ml.type==="selector-combinator"||ml.type==="value-string")&&ml.value&&(Al.value=bc(ml.value)),ml.type==="selector-combinator"&&(Al.value=BE(0,Al.value,/\s+/g," ")),ml.type==="media-feature"&&(Al.value=BE(0,Al.value," ","")),(ml.type==="value-word"&&(ml.isColor&&ml.isHex||["initial","inherit","unset","revert"].includes(ml.value.toLowerCase()))||ml.type==="media-feature"||ml.type==="selector-root-invalid"||ml.type==="selector-pseudo")&&(Al.value=Al.value.toLowerCase()),ml.type==="css-decl"&&(Al.prop=ml.prop.toLowerCase()),(ml.type==="css-atrule"||ml.type==="css-import")&&(Al.name=ml.name.toLowerCase()),ml.type==="value-number"&&(Al.unit=ml.unit.toLowerCase()),ml.type==="value-unknown"&&(Al.value=BE(0,Al.value,/;$/g,"")),ml.type==="selector-attribute"&&(Al.attribute=ml.attribute.trim(),ml.namespace&&typeof ml.namespace=="string"&&(Al.namespace=ml.namespace.trim()||!0),ml.value)){let{value:ml}=Al;/\s[a-z]$/i.test(ml)&&(Al.__prettier_attribute_selector_flag=jE(0,ml,-1),ml=ml.slice(0,-1)),ml=ml.trim(),ml=ml.replace(/^(?["'])(?.*?)\k$/,"$"),Al.value=ml,delete Al.quoted}if((ml.type==="media-value"||ml.type==="media-type"||ml.type==="value-number"||ml.type==="selector-root-invalid"||ml.type==="selector-class"||ml.type==="selector-combinator"||ml.type==="selector-tag")&&ml.value&&(Al.value=BE(0,Al.value,/([\d+.e-]+)([a-z]*)/gi,(ml,Al,Rl)=>{let zl=Number(Al);return Number.isNaN(zl)?ml:zl+Rl.toLowerCase()})),ml.type==="selector-tag"){let ml=Al.value.toLowerCase();["from","to"].includes(ml)&&(Al.value=ml)}if(ml.type==="css-atrule"&&ml.name.toLowerCase()==="supports"&&delete Al.value,ml.type==="selector-unknown"&&delete Al.value,ml.type==="value-comma_group"){let Rl=ml.groups.findIndex(ml=>ml.type==="value-number"&&ml.unit==="...");Rl!==-1&&(Al.groups[Rl].unit="",Al.groups.splice(Rl+1,0,{type:"value-word",value:"...",isColor:!1,isHex:!1}))}if(ml.type==="value-comma_group"&&ml.groups.some(ml=>ml.type==="value-atword"&&(ml.value.endsWith("[")||ml.value.endsWith("]"))||ml.type==="value-word"&&(ml.value.startsWith("]")||ml.value.startsWith("["))))return{type:"value-atword",value:ml.groups.map(ml=>ml.value).join("")};if(ml.type==="value-func"&&ml.value==="if"&&ml.group.type==="value-paren_group"&&ml.group.groups.length===1&&ml.group.groups[0].type==="value-comma_group"){let Rl=ml.group.groups[0].groups,zl=Al.group.groups[0].groups;for(let ml=Rl.length-1;ml>=0;ml--){let Al=Rl[ml];if(Al.type==="value-word"&&typeof Al.value=="string"&&Al.value.endsWith(";")){if(Al.value===";"){Rl[ml-1]?.type==="value-number"&&zl.splice(ml-1,2,{type:"#node-placeholder"});continue}zl[ml]={type:"#node-placeholder"}}}}}ns.ignoredProperties=pC;function bc(ml){return BE(0,BE(0,ml,"'",'"'),/\\([^\da-f])/gi,"$1")}var dC=Object.hasOwn??Function.prototype.call.bind(Object.prototype.hasOwnProperty),hC=dC;var fC=/\*\/$/,_C=/^\/\*\*?/,mC=/^\s*(\/\*\*?(.|\r?\n)*?\*\/)/,gC=/(^|\s+)\/\/([^\n\r]*)/g,AC=/^(\r?\n)+/,yC=/(?:^|\r?\n) *(@[^\n\r]*?) *\r?\n *(?![^\n\r@]*\/\/[^]*)([^\s@][^\n\r@]+?) *\r?\n/g,bC=/(?:^|\r?\n) *@(\S+) *([^\n\r]*)/g,vC=/(\r?\n|^) *\* ?/g,EC=[];function Hn(ml){let Al=ml.match(mC);return Al?Al[0].trimStart():""}function Qn(ml){let Al=ml.match(mC)?.[0];return Al==null?ml:ml.slice(Al.length)}function Kn(ml){ml=BE(0,ml.replace(_C,"").replace(fC,""),vC,"$1");let Al="";for(;Al!==ml;)Al=ml,ml=BE(0,ml,yC,`\n$1 $2\n`);ml=ml.replace(AC,"").trimEnd();let Rl=Object.create(null),zl=BE(0,ml,bC,"").replace(AC,"").trimEnd(),rd;for(;rd=bC.exec(ml);){let ml=BE(0,rd[2],gC,"");if(typeof Rl[rd[1]]=="string"||Array.isArray(Rl[rd[1]])){let Al=Rl[rd[1]];Rl[rd[1]]=[...EC,...Array.isArray(Al)?Al:[Al],ml]}else Rl[rd[1]]=ml}return{comments:zl,pragmas:Rl}}function Xn({comments:ml="",pragmas:Al={}}){let Rl=Object.keys(Al),zl=Rl.flatMap(ml=>Vn(ml,Al[ml])).map(ml=>` * ${ml}\n`).join("");if(!ml){if(Rl.length===0)return"";if(Rl.length===1&&!Array.isArray(Al[Rl[0]])){let ml=Al[Rl[0]];return`/** ${Vn(Rl[0],ml)[0]} */`}}let rd=ml.split(`\n`).map(ml=>` * ${ml}`).join(`\n`)+`\n`;return`/**\n`+(ml?rd:"")+(ml&&Rl.length>0?` *\n`:"")+zl+" */"}function Vn(ml,Al){return[...EC,...Array.isArray(Al)?Al:[Al]].map(Al=>`@${ml} ${Al}`.trim())}var wC=["noformat","noprettier"],CC=["format","prettier"],xC="format";function Cc(ml){if(!ml.startsWith("#!"))return"";let Al=ml.indexOf(`\n`);return Al===-1?ml:ml.slice(0,Al)}var DC=Cc;function os(ml){let Al=DC(ml);Al&&(ml=ml.slice(Al.length+1));let Rl=Hn(ml),{pragmas:zl,comments:rd}=Kn(Rl);return{shebang:Al,text:ml,pragmas:zl,comments:rd}}function ri(ml){let{pragmas:Al}=os(ml);return CC.some(ml=>hC(Al,ml))}function si(ml){let{pragmas:Al}=os(ml);return wC.some(ml=>hC(Al,ml))}function ni(ml){let{shebang:Al,text:Rl,pragmas:zl,comments:rd}=os(ml),yh=Qn(Rl),kh=Xn({pragmas:{[xC]:"",...zl},comments:rd.trimStart()});return(Al?`${Al}\n`:"")+kh+(yh.startsWith(`\n`)?`\n`:`\n\n`)+yh}var ii=ml=>ri(uC(ml).content),oi=ml=>si(uC(ml).content),ai=ml=>{let{frontMatter:Al,content:Rl}=uC(ml);return(Al?Al.raw+`\n\n`:"")+ni(Rl)};var SC=new Set(["red","green","blue","alpha","a","rgb","hue","h","saturation","s","lightness","l","whiteness","w","blackness","b","tint","shade","blend","blenda","contrast","hsl","hsla","hwb","hwba"]);function ui(ml){return ml.findAncestor(ml=>ml.type==="css-decl")?.prop?.toLowerCase()}var kC=new Set(["initial","inherit","unset","revert"]);function li(ml){return kC.has(ml.toLowerCase())}function ci(ml,Al){return ml.findAncestor(ml=>ml.type==="css-atrule")?.name?.toLowerCase().endsWith("keyframes")&&["from","to"].includes(Al.toLowerCase())}function De(ml){return ml.includes("$")||ml.includes("@")||ml.includes("#")||ml.startsWith("%")||ml.startsWith("--")||ml.startsWith(":--")||ml.includes("(")&&ml.includes(")")?ml:ml.toLowerCase()}function Me(ml,Al){return ml.findAncestor(ml=>ml.type==="value-func")?.value?.toLowerCase()===Al}function fi(ml){return ml.hasAncestor(ml=>{if(ml.type!=="css-rule")return!1;let Al=ml.raws?.selector;return Al&&(Al.startsWith(":import")||Al.startsWith(":export"))})}function _e(ml,Al){let Rl=Array.isArray(Al)?Al:[Al],zl=ml.findAncestor(ml=>ml.type==="css-atrule");return zl&&Rl.includes(zl.name.toLowerCase())}function pi(ml){let{node:Al}=ml;return Al.groups[0]?.value==="url"&&Al.groups.length===2&&ml.findAncestor(ml=>ml.type==="css-atrule")?.name==="import"}function hi(ml){return ml.type==="value-func"&&ml.value.toLowerCase()==="url"}function di(ml){return ml.type==="value-func"&&ml.value.toLowerCase()==="var"}function mi(ml){let{selector:Al}=ml;return Al?typeof Al=="string"&&/^@.+:.*$/.test(Al)||Al.value&&/^@.+:.*$/.test(Al.value):!1}function yi(ml){return ml.type==="value-word"&&["from","through","end"].includes(ml.value)}function gi(ml){return ml.type==="value-word"&&["and","or","not"].includes(ml.value)}function wi(ml){return ml.type==="value-word"&&ml.value==="in"}function Wt(ml){return ml.type==="value-operator"&&ml.value==="*"}function be(ml){return ml?.type==="value-operator"&&ml.value==="/"}function X(ml){return ml.type==="value-operator"&&ml.value==="+"}function Ee(ml){return ml.type==="value-operator"&&ml.value==="-"}function Rc(ml){return ml.type==="value-operator"&&ml.value==="%"}function tt(ml){return Wt(ml)||be(ml)||X(ml)||Ee(ml)||Rc(ml)}function vi(ml){return ml.type==="value-word"&&["==","!="].includes(ml.value)}function xi(ml){return ml.type==="value-word"&&["<",">","<=",">="].includes(ml.value)}function rt(ml,Al){return Al.parser==="scss"&&ml.type==="css-atrule"&&["if","else","for","each","while"].includes(ml.name)}function us(ml){return ml.raws?.params&&/^\(\s*\)$/.test(ml.raws.params)}function $t(ml){return ml.name.startsWith("prettier-placeholder")}function _i(ml){return ml.prop.startsWith("@prettier-placeholder")}function bi(ml,Al){return ml.value==="$$"&&ml.type==="value-func"&&Al?.type==="value-word"&&!Al.raws.before}function Ei(ml){return ml.value?.type==="value-root"&&ml.value.group?.type==="value-value"&&ml.prop.toLowerCase()==="composes"}function Si(ml){return ml.value?.group?.group?.type==="value-paren_group"&&ml.value.group.group.open!==null&&ml.value.group.group.close!==null}function J(ml){return ml?.raws?.before===""}function Gt(ml){return ml.type==="value-comma_group"&&ml.groups?.[1]?.type==="value-colon"}function as(ml){return ml.type==="value-paren_group"&&ml.groups?.[0]&&Gt(ml.groups[0])}function ls(ml,Al){if(Al.parser!=="scss")return!1;let{node:Rl}=ml;if(Rl.groups.length===0||Rl.type==="value-paren_group"&&Rl.open&&Rl.close&&Rl.groups.length===1&&Rl.groups[0].type!=="value-comma_group")return!1;let zl=ml.parent;if(zl&&zl.type==="value-func"&&zl.value==="if")return!1;let rd=ml.grandparent;return!as(Rl)&&!(rd&&as(rd))?!1:ml.findAncestor(ml=>ml.type==="css-decl")?.prop?.startsWith("$")?!0:as(rd)?!zl.groups.some(ml=>tt(ml)):rd.type==="value-func"}function st(ml){return ml.type==="value-comment"&&ml.inline}function Yt(ml){return ml.type==="value-word"&&ml.value==="#"}function cs(ml){return ml.type==="value-word"&&ml.value==="{"}function Vt(ml){return ml.type==="value-word"&&ml.value==="}"}function nt(ml){return["value-word","value-atword"].includes(ml.type)}function zt(ml){return ml?.type==="value-colon"}function Ti(ml,Al){if(!Gt(Al))return!1;let{groups:Rl}=Al,zl=Rl.indexOf(ml);return zl===-1?!1:zt(Rl[zl+1])}function ki(ml){return ml.value&&["not","and","or"].includes(ml.value.toLowerCase())}function Oi(ml){return ml.type!=="value-func"?!1:SC.has(ml.value.toLowerCase())}function Be(ml){return/\/\//.test(ml.split(/[\n\r]/).pop())}function ce(ml){return ml?.type==="value-atword"&&ml.value.startsWith("prettier-placeholder-")}function Ai(ml,Al){if(ml.open?.value!=="("||ml.close?.value!==")"||ml.groups.some(ml=>ml.type!=="value-comma_group"))return!1;if(Al.type==="value-comma_group"){let Rl=Al.groups.indexOf(ml)-1,zl=Al.groups[Rl];if(zl?.type==="value-word"&&zl.value==="with")return!0}return!1}function it(ml){return ml.type==="value-paren_group"&&ml.open?.value==="("&&ml.close?.value===")"}function Ic(ml,Al,Rl){let{node:zl}=ml,rd=ml.parent,yh=ml.grandparent,kh=ui(ml),Qh=kh&&rd.type==="value-value"&&(kh==="grid"||kh.startsWith("grid-template")),cf=ml.findAncestor(ml=>ml.type==="css-atrule"),t_=cf&&rt(cf,Al),r_=zl.groups.some(ml=>st(ml)),u_=ml.map(Rl,"groups"),C_=[""],D_=Me(ml,"url"),S_=!1,P_=!1;for(let Rl=0;RlAl==="groups"&&ml.type==="value-paren_group",(ml,Al)=>Al==="group"&&ml.type==="value-func"&&ml.value==="if")||Cg.type==="value-word"&&ce(eA)&&P(Cg)===N(eA))continue;if(Cg.type==="value-string"&&Cg.quoted){let ml=Cg.value.lastIndexOf("#{"),Al=Cg.value.lastIndexOf("}");ml!==-1&&Al!==-1?S_=ml>Al:ml!==-1?S_=!0:Al!==-1&&(S_=!1)}if(S_||zt(Cg)||zt(eA)||Cg.type==="value-atword"&&(Cg.value===""||Cg.value.endsWith("["))||eA.type==="value-word"&&eA.value.startsWith("]")||Cg.value==="~"||Al.parser==="less"&&(eA?.type==="value-word"&&eA.value==="["||Cg.type==="value-word"&&Cg.value==="["&&(eA?.type==="value-atword"||eA?.type==="value-word")||Cg.type==="value-word"&&Cg.value==="]["&&eA?.type==="value-word")||Cg.type!=="value-string"&&Cg.value&&Cg.value.includes("\\")&&eA&&eA.type!=="value-comment"||r_?.value&&r_.value.indexOf("\\")===r_.value.length-1&&Cg.type==="value-operator"&&Cg.value==="/"||Cg.value==="\\"||bi(Cg,eA)||Yt(Cg)||cs(Cg)||Vt(eA)||cs(eA)&&J(eA)||Vt(Cg)&&J(eA)||Cg.value==="--"&&Yt(eA))continue;let tA=tt(Cg),rA=tt(eA);if((tA&&Yt(eA)||rA&&Vt(Cg))&&J(eA)||!r_&&be(Cg)||Me(ml,"calc")&&(X(Cg)||X(eA)||Ee(Cg)||Ee(eA))&&J(eA))continue;if(Al.parser==="scss"&&tA&&Cg.value==="-"&&eA.type==="value-func"&&P(Cg)!==N(eA)){C_.push([C_.pop()," "]);continue}let nA=zl.groups[Rl+2],iA=(X(Cg)||Ee(Cg))&&Rl===0&&(eA.type==="value-number"||eA.isHex)&&yh&&Oi(yh)&&!J(eA),sA=nA?.type==="value-func"||nA&&nt(nA)||Cg.type==="value-func"||nt(Cg),aA=eA.type==="value-func"||nt(eA)||r_?.type==="value-func"||r_&&nt(r_);if(!(!(Wt(eA)||Wt(Cg))&&!Me(ml,"calc")&&!iA&&(be(eA)&&!sA||be(Cg)&&!aA||X(eA)&&!sA||X(Cg)&&!aA||Ee(eA)||Ee(Cg))&&(J(eA)||tA&&(!r_||r_&&tt(r_))))&&!((Al.parser==="scss"||Al.parser==="less")&&tA&&Cg.value==="-"&&it(eA)&&P(Cg)===N(eA.open)&&eA.open.value==="(")){if(st(Cg)){if(rd.type==="value-paren_group"){C_.push(ue(Pw),"");continue}C_.push(Pw,"");continue}if(t_&&(vi(eA)||xi(eA)||gi(eA)||wi(Cg)||yi(Cg))){C_.push([C_.pop()," "]);continue}if(cf&&cf.name.toLowerCase()==="namespace"){C_.push([C_.pop()," "]);continue}if(Qh){Cg.source&&eA.source&&Cg.source.start.line!==eA.source.start.line?(C_.push(Pw,""),P_=!0):C_.push([C_.pop()," "]);continue}if(!(kh&&(kh==="font"||kh.startsWith("--"))&&(be(eA)&&J(eA)&&Ci(Cg)||be(Cg)&&J(Cg)&&Ci(r_)))){if(rA){C_.push([C_.pop()," "]);continue}if(eA?.value!=="..."&&!(ce(Cg)&&ce(eA)&&P(Cg)===N(eA))){if(ce(Cg)&&it(eA)&&P(Cg)===N(eA.open)){C_.push(Bw,"");continue}if(Cg.value==="with"&&it(eA)){C_=[[Le(C_)," "]];continue}if(!(Cg.value?.endsWith("#")&&eA.value==="{"&&it(eA.group))&&!(st(eA)&&!nA)){if(!cf&&Cg.type==="value-comment"&&!Cg.inline&&zl.groups.slice(0,Rl).every(ml=>ml.type==="value-comment")){C_.push(ue(Iw),"");continue}C_.push(Iw,"")}}}}}return r_&&C_.push([C_.pop(),Tw]),P_&&C_.unshift("",Pw),t_?q(L(C_)):pi(ml)?q(Le(C_)):q(L(Le(C_)))}function Ci(ml){if(ml?.type==="value-number")return!0;if(ml?.type!=="value-func")return!1;let Al=ml.value.toLowerCase();return Al==="var"||Al==="calc"||Al==="min"||Al==="max"||Al==="clamp"||Al.startsWith("--")}var TC=Ic;function Lc(ml){return ml.length===1?ml:ml.toLowerCase().replace(/^([+-]?[\d.]+e)(?:\+|(-))?0*(?=\d)/,"$1$2").replace(/^([+-]?[\d.]+)e[+-]?0+$/,"$1").replace(/^([+-])?\./,"$10.").replace(/(\.\d+?)0+(?=e|$)/,"$1").replace(/\.(?=e|$)/,"")}var IC=Lc;var BC=new Map([["em","em"],["rem","rem"],["ex","ex"],["rex","rex"],["cap","cap"],["rcap","rcap"],["ch","ch"],["rch","rch"],["ic","ic"],["ric","ric"],["lh","lh"],["rlh","rlh"],["vw","vw"],["svw","svw"],["lvw","lvw"],["dvw","dvw"],["vh","vh"],["svh","svh"],["lvh","lvh"],["dvh","dvh"],["vi","vi"],["svi","svi"],["lvi","lvi"],["dvi","dvi"],["vb","vb"],["svb","svb"],["lvb","lvb"],["dvb","dvb"],["vmin","vmin"],["svmin","svmin"],["lvmin","lvmin"],["dvmin","dvmin"],["vmax","vmax"],["svmax","svmax"],["lvmax","lvmax"],["dvmax","dvmax"],["cm","cm"],["mm","mm"],["q","Q"],["in","in"],["pt","pt"],["pc","pc"],["px","px"],["deg","deg"],["grad","grad"],["rad","rad"],["turn","turn"],["s","s"],["ms","ms"],["hz","Hz"],["khz","kHz"],["dpi","dpi"],["dpcm","dpcm"],["dppx","dppx"],["x","x"],["cqw","cqw"],["cqh","cqh"],["cqi","cqi"],["cqb","cqb"],["cqmin","cqmin"],["cqmax","cqmax"],["fr","fr"]]);function fs(ml){let Al=ml.toLowerCase();return BC.has(Al)?BC.get(Al):ml}var FC=/(["'])(?:(?!\1)[^\\]|\\.)*\1/gs,PC=/(?:\d*\.\d+|\d+\.?)(?:e[+-]?\d+)?/gi,RC=/[a-z]+/gi,NC=/[$@]?[_a-z\u0080-\uFFFF][\w\u0080-\uFFFF-]*/gi,OC=new RegExp(FC.source+`|(${NC.source})?(${PC.source})(${RC.source})?`,"gi");function Y(ml,Al){return BE(0,ml,FC,ml=>$w(ml,Al))}function Ii(ml,Al){let Rl=Al.singleQuote?"'":'"',zl="",rd=ml.match(/^(?.+?)\s+(?[a-z])$/i);return rd&&({value:ml,flag:zl}=rd.groups),(ml.includes('"')||ml.includes("'")?ml:Rl+ml+Rl)+(zl?` ${zl}`:"")}function Se(ml){return BE(0,ml,OC,(ml,Al,Rl,zl,rd)=>!Rl&&zl&&(rd??(rd=""),rd=rd.toLowerCase(),!rd||rd==="n"||BC.has(rd))?ps(zl)+(rd?fs(rd):""):ml)}function ps(ml){return IC(ml).replace(/\.0(?=$|e)/,"")}function Li(ml){return ml.trailingComma==="es5"||ml.trailingComma==="all"}var qi=ml=>ml===`\n`||ml==="\r"||ml==="\u2028"||ml==="\u2029";function Uc(ml,Al,Rl){if(Al===!1)return!1;let zl=!!Rl?.backwards,rd=ml.charAt(Al);if(zl){if(ml.charAt(Al-1)==="\r"&&rd===`\n`)return Al-2;if(qi(rd))return Al-1}else{if(rd==="\r"&&ml.charAt(Al+1)===`\n`)return Al+2;if(qi(rd))return Al+1}return Al}var QC=Uc;function Fc(ml,Al,Rl={}){let zl=nC(ml,Rl.backwards?Al-1:Al,Rl),rd=QC(ml,zl,Rl);return zl!==rd}var LC=Fc;function Wc(ml,Al){if(Al===!1)return!1;if(ml.charAt(Al)==="/"&&ml.charAt(Al+1)==="*"){for(let Rl=Al+2;Rlml.type==="value-comment"))&&Li(Al)&&ml.callParent(()=>ls(ml,Al))?Rt(","):""}function Bi(ml,Al,Rl){let{node:zl,parent:rd}=ml,yh=ml.map(({node:ml})=>typeof ml=="string"?ml:Rl(),"groups");if(rd&&hi(rd)&&(zl.groups.length===1||zl.groups.length>0&&zl.groups[0].type==="value-comma_group"&&zl.groups[0].groups.length>0&&zl.groups[0].groups[0].type==="value-word"&&zl.groups[0].groups[0].value.startsWith("data:")))return[zl.open?Rl("open"):"",G(",",yh),zl.close?Rl("close"):""];if(!zl.open){let Al=hs(ml);Dw(yh);let Rl=jc(G(",",yh),2),zl=G(Al?Pw:Iw,Rl);return L(Al?[Pw,zl]:q([zc(ml)?Bw:"",Le(zl)]))}let kh=ml.map(({node:Rl,isLast:zl,index:rd})=>{let kh=yh[rd];Gt(Rl)&&Rl.type==="value-comma_group"&&Rl.groups&&Rl.groups[0].type!=="value-paren_group"&&Rl.groups[2]?.type==="value-paren_group"&&Ew(kh)===dw&&Ew(kh.contents)===lw&&Ew(kh.contents.contents)===hw&&(kh=q(ue(kh)));let Qh=[kh,zl?Vc(ml,Al):","];if(!zl&&Rl.type==="value-comma_group"&&Qw(Rl.groups)){let ml=jE(0,Rl.groups,-1);!ml.source&&ml.close&&(ml=ml.close),ml.source&&UC(Al.originalText,P(ml))&&Qh.push(Pw)}return Qh},"groups"),Qh=Ti(zl,rd),cf=Ai(zl,rd),t_=ls(ml,Al),r_=cf||t_&&!Qh,u_=cf||Qh,C_=q([zl.open?Rl("open"):"",L([Bw,G(Iw,kh)]),Bw,Ow,zl.close?Rl("close"):""],{shouldBreak:r_});return u_?ue(C_):C_}function hs(ml){return ml.match(ml=>ml.type==="value-paren_group"&&!ml.open&&ml.groups.some(ml=>ml.type==="value-comma_group"),(ml,Al)=>Al==="group"&&ml.type==="value-value",(ml,Al)=>Al==="group"&&ml.type==="value-root",(ml,Al)=>Al==="value"&&(ml.type==="css-decl"&&!ml.prop.startsWith("--")||ml.type==="css-atrule"&&ml.variable))}function zc(ml){return ml.match(ml=>ml.type==="value-paren_group"&&!ml.open,(ml,Al)=>Al==="group"&&ml.type==="value-value",(ml,Al)=>Al==="group"&&ml.type==="value-root",(ml,Al)=>Al==="value"&&ml.type==="css-decl")}function jc(ml,Al){let Rl=[];for(let zl=0;zl{let{node:rd,previous:yh}=ml;if(yh?.type==="css-comment"&&yh.text.trim()==="prettier-ignore"?zl.push(Al.originalText.slice(N(rd),P(rd))):zl.push(Rl()),ml.isLast)return;let{next:kh}=ml;kh.type==="css-comment"&&!LC(Al.originalText,N(kh),{backwards:!0})&&!oC(rd)||kh.type==="css-atrule"&&kh.name==="else"&&rd.type!=="css-comment"?zl.push(" "):(zl.push(Al.__isHTMLStyleAttribute?Iw:Pw),UC(Al.originalText,P(rd))&&!oC(rd)&&zl.push(Pw))},"nodes"),zl}var GC=Hc;function Qc(ml,Al,Rl){let{node:zl}=ml;switch(zl.type){case"css-root":{let rd=GC(ml,Al,Rl),yh=zl.raws.after.trim();return yh.startsWith(";")&&(yh=yh.slice(1).trim()),[zl.frontMatter?[Rl("frontMatter"),Pw,zl.nodes.length>0?Pw:""]:"",rd,yh?` ${yh}`:"",zl.nodes.length>0?Pw:""]}case"css-comment":{let ml=zl.inline||zl.raws.inline,Rl=Al.originalText.slice(N(zl),P(zl));return ml?Rl.trimEnd():Rl}case"css-rule":return[Rl("selector"),zl.important?" !important":"",zl.nodes?[zl.selector?.type==="selector-unknown"&&Be(zl.selector.value)?Iw:zl.selector?" ":"","{",zl.nodes.length>0?L([Pw,GC(ml,Al,Rl)]):"",Pw,"}",mi(zl)?";":""]:";"];case"css-decl":{let rd=ml.parent,{between:yh}=zl.raws,kh=yh.trim(),Qh=kh===":",cf=yh.endsWith(" ")&&Qh,t_=typeof zl.value=="string"&&/^ *$/.test(zl.value),r_=typeof zl.value=="string"?zl.value:Rl("value");return r_=Ei(zl)?wn(r_):r_,!Qh&&Be(kh)&&!ml.call(()=>hs(ml),"value","group","group")&&(r_=L([Pw,ue(r_)])),[BE(0,zl.raws.before,/[\s;]/g,""),rd.type==="css-atrule"&&rd.variable||fi(ml)?zl.prop:De(zl.prop),kh.startsWith("//")?" ":"",kh,zl.extend||t_||!cf&&zl.isNested&&(ce(zl.value.group.group)||ce(zl.value.group.group.groups?.[0]))?"":" ",Al.parser==="less"&&zl.extend&&zl.selector?["extend(",Rl("selector"),")"]:"",r_,zl.raws.important?zl.raws.important.replace(/\s*!\s*important/i," !important"):zl.important?" !important":"",zl.raws.scssDefault?zl.raws.scssDefault.replace(/\s*!default/i," !default"):zl.scssDefault?" !default":"",zl.raws.scssGlobal?zl.raws.scssGlobal.replace(/\s*!global/i," !global"):zl.scssGlobal?" !global":"",zl.nodes?[" {",zl.nodes.length>0?L([Bw,GC(ml,Al,Rl)]):"",Bw,"}"]:_i(zl)&&!rd.raws.semicolon&&Al.originalText[P(zl)-1]!==";"?"":Al.__isHTMLStyleAttribute&&ml.isLast?Rt(";"):";"]}case"css-atrule":{let rd=ml.parent,yh=$t(zl)&&!rd.raws.semicolon&&Al.originalText[P(zl)-1]!==";";if(Al.parser==="less"){if(zl.mixin)return[Rl("selector"),zl.important?" !important":"",yh?"":";"];if(zl.function)return[zl.name,typeof zl.params=="string"?zl.params:Rl("params"),yh?"":";"];if(zl.variable)return["@",zl.name,": ",zl.value?[Rl("value"),Ow]:"",zl.raws.between.trim()?zl.raws.between.trim()+" ":"",zl.nodes?["{",zl.nodes.length>0?L([Bw,GC(ml,Al,Rl)]):"",Bw,"}"]:"",yh?"":";"]}let kh=zl.name==="import"&&zl.params?.type==="value-unknown"&&zl.params.value.endsWith(";");return["@",us(zl)||zl.name.endsWith(":")||$t(zl)?zl.name:De(zl.name),zl.params?[us(zl)?"":$t(zl)?zl.raws.afterName===""?"":zl.name.endsWith(":")?" ":/^\s*\n\s*\n/.test(zl.raws.afterName)?[Pw,Pw]:/^\s*\n/.test(zl.raws.afterName)?Pw:" ":" ",typeof zl.params=="string"?zl.params:Rl("params")]:"",zl.selector?L([" ",Rl("selector")]):"",zl.value?q([" ",Rl("value"),rt(zl,Al)?Si(zl)?" ":Iw:""]):zl.name==="else"?" ":"",zl.nodes?[rt(zl,Al)?"":zl.selector&&!zl.selector.nodes&&typeof zl.selector.value=="string"&&Be(zl.selector.value)||!zl.selector&&typeof zl.params=="string"&&Be(zl.params)?Iw:" ","{",zl.nodes.length>0?L([Bw,GC(ml,Al,Rl)]):"",Bw,"}"]:yh||kh?"":";"]}case"media-query-list":{let Al=[];return ml.each(({node:ml})=>{ml.type==="media-query"&&ml.value===""||Al.push(Rl())},"nodes"),q(L(G(Iw,Al)))}case"media-query":return[G(" ",ml.map(Rl,"nodes")),ml.isLast?"":","];case"media-type":return Se(Y(zl.value,Al));case"media-feature-expression":return zl.nodes?["(",...ml.map(Rl,"nodes"),")"]:zl.value;case"media-feature":return De(Y(BE(0,zl.value,/ +/g," "),Al));case"media-colon":return[zl.value," "];case"media-value":return Se(Y(zl.value,Al));case"media-keyword":return Y(zl.value,Al);case"media-url":return Y(BE(0,BE(0,zl.value,/^url\(\s+/gi,"url("),/\s+\)$/g,")"),Al);case"media-unknown":return zl.value;case"selector-root":return q([_e(ml,"custom-selector")?[ml.findAncestor(ml=>ml.type==="css-atrule").customSelector,Iw]:"",G([",",_e(ml,["extend","custom-selector","nest"])?Iw:Pw],ml.map(Rl,"nodes"))]);case"selector-selector":{let Al=zl.nodes.length>2;return q((Al?L:ml=>ml)(ml.map(Rl,"nodes")))}case"selector-comment":return zl.value;case"selector-string":return Y(zl.value,Al);case"selector-tag":return[zl.namespace?[zl.namespace===!0?"":zl.namespace.trim(),"|"]:"",ml.previous?.type==="selector-nesting"?zl.value:Se(ci(ml,zl.value)?zl.value.toLowerCase():zl.value)];case"selector-id":return["#",zl.value];case"selector-class":return[".",Se(Y(zl.value,Al))];case"selector-attribute":return["[",zl.namespace?[zl.namespace===!0?"":zl.namespace.trim(),"|"]:"",zl.attribute.trim(),zl.operator??"",zl.value?vn(Ii(Y(zl.value.trim(),Al),Al),Rw):"",zl.insensitive?" i":"","]"];case"selector-combinator":{if(zl.value==="+"||zl.value===">"||zl.value==="~"||zl.value===">>>"){let Al=ml.parent;return[Al.type==="selector-selector"&&Al.nodes[0]===zl?"":Iw,zl.value,ml.isLast?"":" "]}let Rl=zl.value.trim().startsWith("(")?Iw:"",rd=Se(Y(zl.value.trim(),Al))||Iw;return[Rl,rd]}case"selector-universal":return[zl.namespace?[zl.namespace===!0?"":zl.namespace.trim(),"|"]:"",zl.value];case"selector-pseudo":return[De(zl.value),Qw(zl.nodes)?q(["(",L([Bw,G([",",Iw],ml.map(Rl,"nodes"))]),Bw,")"]):""];case"selector-nesting":return zl.value;case"selector-unknown":{if(ml.findAncestor(ml=>ml.type==="css-rule")?.isSCSSNesterProperty)return Se(Y(De(zl.value),Al));let Rl=ml.parent;if(Rl.raws?.selector){let ml=N(Rl),zl=ml+Rl.raws.selector.length;return Al.originalText.slice(ml,zl).trim()}let rd=ml.grandparent;if(Rl.type==="value-paren_group"&&rd?.type==="value-func"&&rd.value==="selector"){let ml=P(Rl.open)+1,zl=N(Rl.close),rd=Al.originalText.slice(ml,zl).trim();return Be(rd)?[Tw,rd]:rd}return zl.value}case"value-value":case"value-root":return Rl("group");case"value-comment":{let ml=Al.originalText.slice(N(zl),P(zl));return zl.inline?It(ml.trimEnd()):ml}case"value-comma_group":return TC(ml,Al,Rl);case"value-paren_group":return Bi(ml,Al,Rl);case"value-func":return[zl.value,_e(ml,"supports")&&ki(zl)?" ":"",Rl("group")];case"value-paren":return zl.value;case"value-number":return[ps(zl.value),fs(zl.unit)];case"value-operator":return zl.value;case"value-word":return zl.isColor&&zl.isHex||li(zl.value)?zl.value.toLowerCase():zl.value;case"value-colon":{let{previous:Al}=ml;return q([zl.value,typeof Al?.value=="string"&&Al.value.endsWith("\\")||Me(ml,"url")?"":Iw])}case"value-string":return $w(zl.raws.quote+zl.value+zl.raws.quote,Al);case"value-atword":return["@",zl.value];case"value-unicode-range":return zl.value;case"value-unknown":return zl.value;default:throw new Hw(zl,"PostCSS")}}var qC={features:{experimental_frontMatterSupport:{massageAstNode:!0,embed:!0,print:!0}},print:Qc,embed:Vw,insertPragma:ai,massageAstNode:ns,getVisitorKeys:eC},$C=qC;var JC=[{name:"CSS",type:"markup",aceMode:"css",extensions:[".css",".wxss"],tmScope:"source.css",codemirrorMode:"css",codemirrorMimeType:"text/css",parsers:["css"],vscodeLanguageIds:["css"],linguistLanguageId:50},{name:"PostCSS",type:"markup",aceMode:"text",extensions:[".pcss",".postcss"],tmScope:"source.postcss",group:"CSS",parsers:["css"],vscodeLanguageIds:["postcss"],linguistLanguageId:262764437},{name:"Less",type:"markup",aceMode:"less",extensions:[".less"],tmScope:"source.css.less",aliases:["less-css"],codemirrorMode:"css",codemirrorMimeType:"text/x-less",parsers:["less"],vscodeLanguageIds:["less"],linguistLanguageId:198},{name:"SCSS",type:"markup",aceMode:"scss",extensions:[".scss"],tmScope:"source.css.scss",codemirrorMode:"css",codemirrorMimeType:"text/x-scss",parsers:["scss"],vscodeLanguageIds:["scss"],linguistLanguageId:329}];var HC={bracketSpacing:{category:"Common",type:"boolean",default:!0,description:"Print spaces between brackets.",oppositeDescription:"Do not print spaces between brackets."},objectWrap:{category:"Common",type:"choice",default:"preserve",description:"How to wrap object literals.",choices:[{value:"preserve",description:"Keep as multi-line, if there is a newline between the opening brace and first property."},{value:"collapse",description:"Fit to a single line when possible."}]},singleQuote:{category:"Common",type:"boolean",default:!1,description:"Use single quotes instead of double quotes."},proseWrap:{category:"Common",type:"choice",default:"preserve",description:"How to wrap prose.",choices:[{value:"always",description:"Wrap prose if it exceeds the print width."},{value:"never",description:"Do not wrap prose."},{value:"preserve",description:"Wrap prose as-is."}]},bracketSameLine:{category:"Common",type:"boolean",default:!1,description:"Put > of opening tags on the last line instead of on a new line."},singleAttributePerLine:{category:"Common",type:"boolean",default:!1,description:"Enforce single attribute per line in HTML, Vue and JSX."}};var VC={singleQuote:HC.singleQuote},WC=VC;var zC={};hn(zC,{css:()=>kx,less:()=>Fx,scss:()=>Rx});var YC=Ce(cA(),1),KC=Ce(gA(),1),XC=Ce(BA(),1);function Up(ml,Al){let Rl=new SyntaxError(ml+" ("+Al.loc.start.line+":"+Al.loc.start.column+")");return Object.assign(Rl,Al)}var ZC=Up;function Fp(ml){return ml!==null&&typeof ml=="object"}var rx=Fp;var nx=Ce(NA(),1);function ee(ml,Al,Rl){if(rx(ml)){delete ml.parent;for(let zl in ml)ee(ml[zl],Al,Rl),zl==="type"&&typeof ml[zl]=="string"&&!ml[zl].startsWith(Al)&&(!Rl||!Rl.test(ml[zl]))&&(ml[zl]=Al+ml[zl])}return ml}function js(ml){if(rx(ml)){delete ml.parent;for(let Al in ml)js(ml[Al]);!Array.isArray(ml)&&ml.value&&!ml.type&&(ml.type="unknown")}return ml}var sx=nx.default.default;function Zp(ml){let Al;try{Al=sx(ml)}catch{return{type:"selector-unknown",value:ml}}return ee(js(Al),"media-")}var ox=Zp;var cx=Ce(Ty(),1);function hy(ml){if(/\/[/*]/.test(BE(0,ml,/"[^"]+"|'[^']+'/g,"")))return{type:"selector-unknown",value:ml.trim()};let Al;try{new cx.default(ml=>{Al=ml}).process(ml)}catch{return{type:"selector-unknown",value:ml}}return ee(Al,"selector-")}var dx=hy;var hx=Ce(bE(),1);var tg=ml=>{for(;ml.parent;)ml=ml.parent;return ml},fx=tg;function rg(ml){return fx(ml).text.slice(ml.group.open.sourceIndex+1,ml.group.close.sourceIndex).trim()}var mx=rg;function sg(ml){if(Qw(ml)){for(let Al=ml.length-1;Al>0;Al--)if(ml[Al].type==="word"&&ml[Al].value==="{"&&ml[Al-1].type==="word"&&ml[Al-1].value.endsWith("#"))return!0}return!1}var gx=sg;function ng(ml){return ml.some(ml=>ml.type==="string"||ml.type==="func"&&!ml.value.endsWith("\\"))}var Ax=ng;function ig(ml,Al){return!!(Al.parser==="scss"&&ml?.type==="word"&&ml.value.startsWith("$"))}var yx=ig;var Tl=ml=>ml.type==="paren"&&ml.value===")";function og(ml,Al){let{nodes:Rl}=ml,zl={open:null,close:null,groups:[],type:"paren_group"},rd=[zl],yh=zl,kh={groups:[],type:"comma_group"},Qh=[kh];for(let yh=0;yh0&&zl.groups.push(kh),zl.close=cf,Qh.length===1)throw new Error("Unbalanced parenthesis");Qh.pop(),kh=jE(0,Qh,-1),kh.groups.push(zl),rd.pop(),zl=jE(0,rd,-1)}else if(cf.type==="comma"){if(yh===Rl.length-3&&Rl[yh+1].type==="comment"&&Tl(Rl[yh+2]))continue;zl.groups.push(kh),kh={groups:[],type:"comma_group"},Qh[Qh.length-1]=kh}else kh.groups.push(cf)}return kh.groups.length>0&&zl.groups.push(kh),yh}function Qr(ml){return ml.type==="paren_group"&&!ml.open&&!ml.close&&ml.groups.length===1||ml.type==="comma_group"&&ml.groups.length===1?Qr(ml.groups[0]):ml.type==="paren_group"||ml.type==="comma_group"?{...ml,groups:ml.groups.map(Qr)}:ml}function Ol(ml,Al){if(rx(ml))for(let Rl in ml)Rl!=="parent"&&(Ol(ml[Rl],Al),Rl==="nodes"&&(ml.type==="atword"&&ml.nodes.length===0||(ml.group=Qr(og(ml,Al))),delete ml[Rl]));return ml}function ag(ml,Al){if(Al.parser==="less"&&ml.startsWith("~`"))return{type:"value-unknown",value:ml};let Rl;try{Rl=new hx.default(ml,{loose:!0}).parse()}catch{return{type:"value-unknown",value:ml}}Rl.text=ml;let zl=Ol(Rl,Al);return ee(zl,"value-",/^selector-/)}var bx=ag;var vx=new Set(["import","use","forward"]);function lg(ml){return vx.has(ml)}var Ex=lg;function cg(ml,Al){return Al.parser!=="scss"||!ml.selector?!1:ml.selector.replace(/\/\*.*?\*\//,"").replace(/\/\/.*\n/,"").trim().endsWith(":")}var wx=cg;var Cx=/(\s*)(!default).*$/,xx=/(\s*)(!global).*$/;function Il(ml,Al){if(rx(ml)){delete ml.parent;for(let Rl in ml)Il(ml[Rl],Al);if(!ml.type)return ml;if(ml.raws??(ml.raws={}),ml.type==="css-decl"&&typeof ml.prop=="string"&&ml.prop.startsWith("--")&&typeof ml.value=="string"&&ml.value.startsWith("{")){let Rl;if(ml.value.trimEnd().endsWith("}")){let zl=Al.originalText.slice(0,ml.source.start.offset),rd="a".repeat(ml.prop.length)+Al.originalText.slice(ml.source.start.offset+ml.prop.length,ml.source.end.offset),yh=lC(zl)+rd,kh;Al.parser==="scss"?kh=Dl:Al.parser==="less"?kh=ql:kh=Ll;let Qh;try{Qh=kh(yh,{...Al})}catch{}Qh?.nodes?.length===1&&Qh.nodes[0].type==="css-rule"&&(Rl=Qh.nodes[0].nodes)}return Rl?ml.value={type:"css-rule",nodes:Rl}:ml.value={type:"value-unknown",value:ml.raws.value.raw},ml}let Rl="";typeof ml.selector=="string"&&(Rl=ml.raws.selector?ml.raws.selector.scss??ml.raws.selector.raw:ml.selector,ml.raws.between&&ml.raws.between.trim().length>0&&(Rl+=ml.raws.between),ml.raws.selector=Rl);let zl="";typeof ml.value=="string"&&(zl=ml.raws.value?ml.raws.value.scss??ml.raws.value.raw:ml.value,ml.raws.value=zl.trim());let rd="";if(typeof ml.params=="string"&&(rd=ml.raws.params?ml.raws.params.scss??ml.raws.params.raw:ml.params,ml.raws.afterName&&ml.raws.afterName.trim().length>0&&(rd=ml.raws.afterName+rd),ml.raws.between&&ml.raws.between.trim().length>0&&(rd+=ml.raws.between),rd=rd.trim(),ml.raws.params=rd),Rl.trim().length>0)return Rl.startsWith("@")&&Rl.endsWith(":")?ml:ml.mixin?(ml.selector=bx(Rl,Al),ml):(wx(ml,Al)&&(ml.isSCSSNesterProperty=!0),ml.selector=dx(Rl),ml);if(zl.trim().length>0){let Rl=zl.match(Cx);Rl&&(zl=zl.slice(0,Rl.index),ml.scssDefault=!0,Rl[0].trim()!=="!default"&&(ml.raws.scssDefault=Rl[0]));let rd=zl.match(xx);if(rd&&(zl=zl.slice(0,rd.index),ml.scssGlobal=!0,rd[0].trim()!=="!global"&&(ml.raws.scssGlobal=rd[0])),zl.startsWith("progid:"))return{type:"value-unknown",value:zl};ml.value=bx(zl,Al)}if(Al.parser==="less"&&ml.type==="css-decl"&&zl.startsWith("extend(")&&(ml.extend||(ml.extend=ml.raws.between===":"),ml.extend&&!ml.selector&&(delete ml.value,ml.selector=dx(zl.slice(7,-1)))),ml.type==="css-atrule"){if(Al.parser==="less"){if(ml.mixin){let Al=ml.raws.identifier+ml.name+ml.raws.afterName+ml.raws.params;return ml.selector=dx(Al),delete ml.params,ml}if(ml.function)return ml}if(Al.parser==="css"&&ml.name==="custom-selector"){let Al=ml.params.match(/:--\S+\s+/)[0].trim();return ml.customSelector=Al,ml.selector=dx(ml.params.slice(Al.length).trim()),delete ml.params,ml}if(Al.parser==="less"){if(ml.name.includes(":")){ml.variable=!0;let Rl=ml.name.split(":");ml.name=Rl[0];let zl=Rl.slice(1).join(":");ml.params&&(zl+=ml.params),ml.value=bx(zl,Al)}if(!["page","nest","keyframes"].includes(ml.name)&&ml.params?.[0]===":"){ml.variable=!0;let Rl=ml.params.slice(1);Rl&&(ml.value=bx(Rl,Al)),ml.raws.afterName+=":"}if(ml.variable)return delete ml.params,ml.value||delete ml.value,ml}}if(ml.type==="css-atrule"&&rd.length>0){let{name:Rl}=ml;if(Rl==="warn"||Rl==="error")return ml.params={type:"media-unknown",value:rd},ml;if(Rl==="extend"||Rl==="nest")return ml.selector=dx(rd),delete ml.params,ml;if(Rl==="at-root")return/^\(\s*(?:without|with)\s*:.+\)$/s.test(rd)?ml.params=bx(rd,Al):(ml.selector=dx(rd),delete ml.params),ml;let zl=Rl.toLowerCase();return Ex(zl)?(ml.import=!0,delete ml.filename,ml.params=bx(rd,Al),ml):["namespace","supports","if","else","for","each","while","debug","mixin","include","function","return","define-mixin","add-mixin"].includes(Rl)?(rd=rd.replace(/(\$\S+?)(\s+)?\.{3}/,"$1...$2"),rd=rd.replace(/^(?!if)([^"'\s(]+)(\s+)\(/,"$1($2"),ml.value=bx(rd,Al),delete ml.params,ml):["media","custom-media"].includes(zl)?rd.includes("#{")?{type:"media-unknown",value:rd}:(ml.params=ox(rd),ml):(ml.params=rd,ml)}}return ml}function un(ml,Al,Rl){let{frontMatter:zl,content:rd}=uC(Al),yh;try{yh=ml(rd,{map:!1})}catch(ml){let{name:Al,reason:Rl,line:zl,column:rd}=ml;throw typeof zl!="number"?ml:ZC(`${Al}: ${Rl}`,{loc:{start:{line:zl,column:rd}},cause:ml})}return Rl.originalText=Al,yh=Il(ee(yh,"css-"),Rl),Bn(yh,Al),zl&&(yh.frontMatter={...zl,type:"front-matter",source:{startOffset:zl.start.index,endOffset:zl.end.index}}),yh}function Ll(ml,Al={}){return un(YC.default.default,ml,Al)}function ql(ml,Al={}){return un(ml=>KC.default.parse($n(ml)),ml,Al)}function Dl(ml,Al={}){return un(XC.default,ml,Al)}var Dx={astFormat:"postcss",hasPragma:ii,hasIgnorePragma:oi,locStart:N,locEnd:P},kx={...Dx,parse:Ll},Fx={...Dx,parse:ql},Rx={...Dx,parse:Dl};var Nx={postcss:$C};return $l(vE)})},7274:ml=>{(function(Al){function e(){var ml=Al();return ml.default||ml}if(true)ml.exports=e();else{var Rl}})(function(){"use strict";var ml=Object.defineProperty;var Al=Object.getOwnPropertyDescriptor;var Rl=Object.getOwnPropertyNames;var zl=Object.prototype.hasOwnProperty;var Td=(Al,Rl)=>{for(var zl in Rl)ml(Al,zl,{get:Rl[zl],enumerable:!0})},yy=(rd,yh,kh,Qh)=>{if(yh&&typeof yh=="object"||typeof yh=="function")for(let cf of Rl(yh))!zl.call(rd,cf)&&cf!==kh&&ml(rd,cf,{get:()=>yh[cf],enumerable:!(Qh=Al(yh,cf))||Qh.enumerable});return rd};var gy=Al=>yy(ml({},"__esModule",{value:!0}),Al);var rd={};Td(rd,{parsers:()=>yh});var yh={};Td(yh,{typescript:()=>Wx});var by=()=>()=>{},kh=by;var ja=(ml,Al)=>(Rl,zl,...rd)=>Rl|1&&zl==null?void 0:(Al.call(zl)??zl[ml]).apply(zl,rd);var Qh=String.prototype.replaceAll??function(ml,Al){return ml.global?this.replace(ml,Al):this.split(ml).join(Al)},cf=ja("replaceAll",function(){if(typeof this=="string")return Qh}),t_=cf;var r_="6.0";var u_=[],C_=new Map;function a_(ml){return ml!==void 0?ml.length:0}function Bn(ml,Al){if(ml!==void 0)for(let Rl=0;Rl0;return!1}function Kp(ml,Al){return Al===void 0||Al.length===0?ml:ml===void 0||ml.length===0?Al:[...ml,...Al]}function Ay(ml,Al,Rl=ef){if(ml===void 0||Al===void 0)return ml===Al;if(ml.length!==Al.length)return!1;for(let zl=0;zlml?.at(Al):(ml,Al)=>{if(ml!==void 0&&(Al=jp(ml,Al),Al>1),Qh=Rl(ml[rd],rd);switch(Math.sign(zl(Qh,Al))){case-1:yh=rd+1;break;case 0:return rd;case 1:kh=rd-1;break}}return~yh}function Ly(ml,Al,Rl,zl,rd){if(ml&&ml.length>0){let yh=ml.length;if(yh>0){let kh=zl===void 0||zl<0?0:zl,Qh=rd===void 0||kh+rd>yh-1?yh-1:kh+rd,cf;for(arguments.length<=2?(cf=ml[kh],kh++):cf=Rl;kh<=Qh;)cf=Al(cf,ml[kh],kh),kh++;return cf}}return Rl}var S_=Object.prototype.hasOwnProperty;function Or(ml,Al){return S_.call(ml,Al)}function jy(ml){let Al=[];for(let Rl in ml)S_.call(ml,Rl)&&Al.push(Rl);return Al}function Jy(){let ml=new Map;return ml.add=Ry,ml.remove=Uy,ml}function Ry(ml,Al){let Rl=this.get(ml);return Rl!==void 0?Rl.push(Al):this.set(ml,Rl=[Al]),Rl}function Uy(ml,Al){let Rl=this.get(ml);Rl!==void 0&&(Hy(Rl,Al),Rl.length||this.delete(ml))}function Kr(ml){return Array.isArray(ml)}function wp(ml){return Kr(ml)?ml:[ml]}function By(ml,Al){return ml!==void 0&&Al(ml)?ml:void 0}function Pr(ml,Al){return ml!==void 0&&Al(ml)?ml:P_.fail(`Invalid cast. The supplied value ${ml} did not pass the test '${P_.getFunctionName(Al)}'.`)}function Ha(ml){}function qy(){return!0}function xt(ml){return ml}function wd(ml){let Al;return()=>(ml&&(Al=ml(),ml=void 0),Al)}function Zn(ml){let Al=new Map;return Rl=>{let zl=`${typeof Rl}:${Rl}`,rd=Al.get(zl);return rd===void 0&&!Al.has(zl)&&(rd=ml(Rl),Al.set(zl,rd)),rd}}function ef(ml,Al){return ml===Al}function tf(ml,Al){return ml===Al||ml!==void 0&&Al!==void 0&&ml.toUpperCase()===Al.toUpperCase()}function Fy(ml,Al){return ef(ml,Al)}function zy(ml,Al){return ml===Al?0:ml===void 0?-1:Al===void 0?1:mlRl?kh-Rl:1),t_=Math.floor(Al.length>Rl+kh?Rl+kh:Al.length);rd[0]=kh;let r_=kh;for(let ml=1;mlRl)return;let u_=zl;zl=rd,rd=u_}let kh=zl[Al.length];return kh>Rl?void 0:kh}function Gy(ml,Al,Rl){let zl=ml.length-Al.length;return zl>=0&&(Rl?tf(ml.slice(zl),Al):ml.indexOf(Al,zl)===zl)}function Yy(ml,Al){ml[Al]=ml[ml.length-1],ml.pop()}function Hy(ml,Al){return Xy(ml,ml=>ml===Al)}function Xy(ml,Al){for(let Rl=0;Rl{let Al=0;ml.currentLogLevel=2,ml.isDebugging=!1;function a(Al){return ml.currentLogLevel<=Al}ml.shouldLog=a;function s(Al,Rl){ml.loggingHost&&a(Al)&&ml.loggingHost.log(Al,Rl)}function f(ml){s(3,ml)}ml.log=f,(ml=>{function se(ml){s(1,ml)}ml.error=se;function fe(ml){s(2,ml)}ml.warn=fe;function Se(ml){s(3,ml)}ml.log=Se;function $e(ml){s(4,ml)}ml.trace=$e})(f=ml.log||(ml.log={}));let Rl={};function b(){return Al}ml.getAssertionLevel=b;function S(zl){let rd=Al;if(Al=zl,zl>rd)for(let Al of jy(Rl)){let rd=Rl[Al];rd!==void 0&&ml[Al]!==rd.assertion&&zl>=rd.level&&(ml[Al]=rd,Rl[Al]=void 0)}}ml.setAssertionLevel=S;function c(ml){return Al>=ml}ml.shouldAssert=c;function W(Al,zl){return c(Al)?!0:(Rl[zl]={level:Al,assertion:ml[zl]},ml[zl]=Ha,!1)}function y(ml,Al){debugger;let Rl=new Error(ml?`Debug Failure. ${ml}`:"Debug Failure.");throw Error.captureStackTrace&&Error.captureStackTrace(Rl,Al||y),Rl}ml.fail=y;function G(ml,Al,Rl){return y(`${Al||"Unexpected node."}\r\nNode ${Lt(ml.kind)} was unexpected.`,Rl||G)}ml.failBadSyntaxKind=G;function k(ml,Al,Rl,zl){ml||(Al=Al?`False expression: ${Al}`:"False expression.",Rl&&(Al+=`\r\nVerbose Debug Information: `+(typeof Rl=="string"?Rl:Rl())),y(Al,zl||k))}ml.assert=k;function A(ml,Al,Rl,zl,rd){if(ml!==Al){let yh=Rl?zl?`${Rl} ${zl}`:Rl:"";y(`Expected ${ml} === ${Al}. ${yh}`,rd||A)}}ml.assertEqual=A;function R(ml,Al,Rl,zl){ml>=Al&&y(`Expected ${ml} < ${Al}. ${Rl||""}`,zl||R)}ml.assertLessThan=R;function ue(ml,Al,Rl){ml>Al&&y(`Expected ${ml} <= ${Al}`,Rl||ue)}ml.assertLessThanOrEqual=ue;function ve(ml,Al,Rl){ml= ${Al}`,Rl||ve)}ml.assertGreaterThanOrEqual=ve;function ge(ml,Al,Rl){ml==null&&y(Al,Rl||ge)}ml.assertIsDefined=ge;function me(ml,Al,Rl){return ge(ml,Al,Rl||me),ml}ml.checkDefined=me;function I(ml,Al,Rl){for(let zl of ml)ge(zl,Al,Rl||I)}ml.assertEachIsDefined=I;function ae(ml,Al,Rl){return I(ml,Al,Rl||ae),ml}ml.checkEachDefined=ae;function Le(ml,Al="Illegal value:",Rl){let zl=typeof ml=="object"&&Or(ml,"kind")&&Or(ml,"pos")?"SyntaxKind: "+Lt(ml.kind):JSON.stringify(ml);return y(`${Al} ${zl}`,Rl||Le)}ml.assertNever=Le;function V(ml,Al,Rl,zl){W(1,"assertEachNode")&&k(Al===void 0||Qp(ml,Al),Rl||"Unexpected node.",()=>`Node array did not pass test '${bn(Al)}'.`,zl||V)}ml.assertEachNode=V;function oe(ml,Al,Rl,zl){W(1,"assertNode")&&k(ml!==void 0&&(Al===void 0||Al(ml)),Rl||"Unexpected node.",()=>`Node ${Lt(ml?.kind)} did not pass test '${bn(Al)}'.`,zl||oe)}ml.assertNode=oe;function Y(ml,Al,Rl,zl){W(1,"assertNotNode")&&k(ml===void 0||Al===void 0||!Al(ml),Rl||"Unexpected node.",()=>`Node ${Lt(ml.kind)} should not have passed test '${bn(Al)}'.`,zl||Y)}ml.assertNotNode=Y;function mt(ml,Al,Rl,zl){W(1,"assertOptionalNode")&&k(Al===void 0||ml===void 0||Al(ml),Rl||"Unexpected node.",()=>`Node ${Lt(ml?.kind)} did not pass test '${bn(Al)}'.`,zl||mt)}ml.assertOptionalNode=mt;function rr(ml,Al,Rl,zl){W(1,"assertOptionalToken")&&k(Al===void 0||ml===void 0||ml.kind===Al,Rl||"Unexpected node.",()=>`Node ${Lt(ml?.kind)} was not a '${Lt(Al)}' token.`,zl||rr)}ml.assertOptionalToken=rr;function gn(ml,Al,Rl){W(1,"assertMissingNode")&&k(ml===void 0,Al||"Unexpected node.",()=>`Node ${Lt(ml.kind)} was unexpected'.`,Rl||gn)}ml.assertMissingNode=gn;function ir(ml){}ml.type=ir;function bn(ml){if(typeof ml!="function")return"";if(Or(ml,"name"))return ml.name;{let Al=Function.prototype.toString.call(ml),Rl=/^function\s+([\w$]+)\s*\(/.exec(Al);return Rl?Rl[1]:""}}ml.getFunctionName=bn;function In(ml){return`{ name: ${m_(ml.escapedName)}; flags: ${ct(ml.flags)}; declarations: ${Lp(ml.declarations,ml=>Lt(ml.kind))} }`}ml.formatSymbol=In;function He(ml=0,Al,Rl){let zl=jr(Al);if(ml===0)return zl.length>0&&zl[0][0]===0?zl[0][1]:"0";if(Rl){let Al=[],Rl=ml;for(let[rd,yh]of zl){if(rd>ml)break;rd!==0&&rd&ml&&(Al.push(yh),Rl&=~rd)}if(Rl===0)return Al.join("|")}else for(let[Al,Rl]of zl)if(Al===ml)return Rl;return ml.toString()}ml.formatEnum=He;let zl=new Map;function jr(ml){let Al=zl.get(ml);if(Al)return Al;let Rl=[];for(let Al in ml){let zl=ml[Al];typeof zl=="number"&&Rl.push([zl,Al])}let rd=Py(Rl,(ml,Al)=>Dm(ml[0],Al[0]));return zl.set(ml,rd),rd}function Lt(ml){return He(ml,tA,!1)}ml.formatSyntaxKind=Lt;function qn(ml){return He(ml,mA,!1)}ml.formatSnippetKind=qn;function On(ml){return He(ml,pA,!1)}ml.formatScriptKind=On;function jt(ml){return He(ml,rA,!0)}ml.formatNodeFlags=jt;function gt(ml){return He(ml,oA,!0)}ml.formatNodeCheckFlags=gt;function Ke(ml){return He(ml,nA,!0)}ml.formatModifierFlags=Ke;function Fn(ml){return He(ml,_A,!0)}ml.formatTransformFlags=Fn;function Zt(ml){return He(ml,gA,!0)}ml.formatEmitFlags=Zt;function ct(ml){return He(ml,aA,!0)}ml.formatSymbolFlags=ct;function st(ml){return He(ml,lA,!0)}ml.formatTypeFlags=st;function qt(ml){return He(ml,uA,!0)}ml.formatSignatureFlags=qt;function Jt(ml){return He(ml,cA,!0)}ml.formatObjectFlags=Jt;function lt(ml){return He(ml,sA,!0)}ml.formatFlowFlags=lt;function sr(ml){return He(ml,iA,!0)}ml.formatRelationComparisonResult=sr;function ht(ml){return He(ml,CheckMode,!0)}ml.formatCheckMode=ht;function vn(ml){return He(ml,SignatureCheckMode,!0)}ml.formatSignatureCheckMode=vn;function bt(ml){return He(ml,TypeFacts,!0)}ml.formatTypeFacts=bt;let rd=!1,yh;function Ft(ml){"__debugFlowFlags"in ml||Object.defineProperties(ml,{__tsDebuggerDisplay:{value(){let ml=this.flags&2?"FlowStart":this.flags&4?"FlowBranchLabel":this.flags&8?"FlowLoopLabel":this.flags&16?"FlowAssignment":this.flags&32?"FlowTrueCondition":this.flags&64?"FlowFalseCondition":this.flags&128?"FlowSwitchClause":this.flags&256?"FlowArrayMutation":this.flags&512?"FlowCall":this.flags&1024?"FlowReduceLabel":this.flags&1?"FlowUnreachable":"UnknownFlow",Al=this.flags&-2048;return`${ml}${Al?` (${lt(Al)})`:""}`}},__debugFlowFlags:{get(){return He(this.flags,sA,!0)}},__debugToString:{value(){return xr(this)}}})}function sn(ml){return rd&&(typeof Object.setPrototypeOf=="function"?(yh||(yh=Object.create(Object.prototype),Ft(yh)),Object.setPrototypeOf(ml,yh)):Ft(ml)),ml}ml.attachFlowNodeDebugInfo=sn;let kh;function br(ml){"__tsDebuggerDisplay"in ml||Object.defineProperties(ml,{__tsDebuggerDisplay:{value(ml){return ml=String(ml).replace(/(?:,[\s\w]+:[^,]+)+\]$/,"]"),`NodeArray ${ml}`}}})}function vr(ml){rd&&(typeof Object.setPrototypeOf=="function"?(kh||(kh=Object.create(Array.prototype),br(kh)),Object.setPrototypeOf(ml,kh)):br(ml))}ml.attachNodeArrayDebugInfo=vr;function zn(){if(rd)return;let ml=new WeakMap,Al=new WeakMap;Object.defineProperties(XA.getSymbolConstructor().prototype,{__tsDebuggerDisplay:{value(){let ml=this.flags&33554432?"TransientSymbol":"Symbol",Al=this.flags&-33554433;return`${ml} '${qp(this)}'${Al?` (${ct(Al)})`:""}`}},__debugFlags:{get(){return ct(this.flags)}}}),Object.defineProperties(XA.getTypeConstructor().prototype,{__tsDebuggerDisplay:{value(){let ml=this.flags&402431?`IntrinsicType ${this.intrinsicName}${this.debugIntrinsicName?` (${this.debugIntrinsicName})`:""}`:this.flags&12?"NullableType":this.flags&3072?`LiteralType ${JSON.stringify(this.value)}`:this.flags&4096?`LiteralType ${this.value.negative?"-":""}${this.value.base10Value}n`:this.flags&16384?"UniqueESSymbolType":this.flags&65536?"EnumType":this.flags&134217728?"UnionType":this.flags&268435456?"IntersectionType":this.flags&2097152?"IndexType":this.flags&33554432?"IndexedAccessType":this.flags&67108864?"ConditionalType":this.flags&16777216?"SubstitutionType":this.flags&524288?"TypeParameter":this.flags&1048576?this.objectFlags&3?"InterfaceType":this.objectFlags&4?"TypeReference":this.objectFlags&8?"TupleType":this.objectFlags&16?"AnonymousType":this.objectFlags&32?"MappedType":this.objectFlags&1024?"ReverseMappedType":this.objectFlags&256?"EvolvingArrayType":"ObjectType":"Type",Al=this.flags&1048576?this.objectFlags&-142607680:0;return`${ml}${this.symbol?` '${qp(this.symbol)}'`:""}${Al?` (${Jt(Al)})`:""}`}},__debugFlags:{get(){return st(this.flags)}},__debugObjectFlags:{get(){return this.flags&1048576?Jt(this.objectFlags):""}},__debugTypeToString:{value(){let Al=ml.get(this);return Al===void 0&&(Al=this.checker.typeToString(this),ml.set(this,Al)),Al}}}),Object.defineProperties(XA.getSignatureConstructor().prototype,{__debugFlags:{get(){return qt(this.flags)}},__debugSignatureToString:{value(){var ml;return(ml=this.checker)==null?void 0:ml.signatureToString(this)}}});let Rl=[XA.getNodeConstructor(),XA.getIdentifierConstructor(),XA.getTokenConstructor(),XA.getSourceFileConstructor()];for(let ml of Rl)Or(ml.prototype,"__debugKind")||Object.defineProperties(ml.prototype,{__tsDebuggerDisplay:{value(){return`${za(this)?"GeneratedIdentifier":et(this)?`Identifier '${Pn(this)}'`:xi(this)?`PrivateIdentifier '${Pn(this)}'`:Lr(this)?`StringLiteral ${JSON.stringify(this.text.length<10?this.text:this.text.slice(10)+"...")}`:sa(this)?`NumericLiteral ${this.text}`:P1(this)?`BigIntLiteral ${this.text}n`:If(this)?"TypeParameterDeclaration":v_(this)?"ParameterDeclaration":Of(this)?"ConstructorDeclaration":kl(this)?"GetAccessorDeclaration":T_(this)?"SetAccessorDeclaration":L1(this)?"CallSignatureDeclaration":j1(this)?"ConstructSignatureDeclaration":Mf(this)?"IndexSignatureDeclaration":J1(this)?"TypePredicateNode":Lf(this)?"TypeReferenceNode":jf(this)?"FunctionTypeNode":Jf(this)?"ConstructorTypeNode":iv(this)?"TypeQueryNode":R1(this)?"TypeLiteralNode":av(this)?"ArrayTypeNode":sv(this)?"TupleTypeNode":_v(this)?"OptionalTypeNode":ov(this)?"RestTypeNode":B1(this)?"UnionTypeNode":q1(this)?"IntersectionTypeNode":cv(this)?"ConditionalTypeNode":lv(this)?"InferTypeNode":F1(this)?"ParenthesizedTypeNode":uv(this)?"ThisTypeNode":z1(this)?"TypeOperatorNode":pv(this)?"IndexedAccessTypeNode":V1(this)?"MappedTypeNode":fv(this)?"LiteralTypeNode":U1(this)?"NamedTupleMember":dv(this)?"ImportTypeNode":Lt(this.kind)}${this.flags?` (${jt(this.flags)})`:""}`}},__debugKind:{get(){return Lt(this.kind)}},__debugNodeFlags:{get(){return jt(this.flags)}},__debugModifierFlags:{get(){return Ke(ub(this))}},__debugTransformFlags:{get(){return Fn(this.transformFlags)}},__debugIsParseTreeNode:{get(){return Tl(this)}},__debugEmitFlags:{get(){return Zt(Ya(this))}},__debugGetText:{value(ml){if(Ba(this))return"";let Rl=Al.get(this);if(Rl===void 0){let zl=Ig(this),rd=zl&&bi(zl);Rl=rd?Ud(rd,zl,ml):"",Al.set(this,Rl)}return Rl}}});rd=!0}ml.enableDebugInfo=zn;function Vn(ml){let Al=ml&7,Rl=Al===0?"in out":Al===3?"[bivariant]":Al===2?"in":Al===1?"out":Al===4?"[independent]":"";return ml&8?Rl+=" (unmeasurable)":ml&16&&(Rl+=" (unreliable)"),Rl}ml.formatVariance=Vn;class Jr{__debugToString(){var ml;switch(this.kind){case 3:return((ml=this.debugInfo)==null?void 0:ml.call(this))||"(function mapper)";case 0:return`${this.source.__debugTypeToString()} -> ${this.target.__debugTypeToString()}`;case 1:return Sd(this.sources,this.targets||Lp(this.sources,()=>"any"),(ml,Al)=>`${ml.__debugTypeToString()} -> ${typeof Al=="string"?Al:Al.__debugTypeToString()}`).join(", ");case 2:return Sd(this.sources,this.targets,(ml,Al)=>`${ml.__debugTypeToString()} -> ${Al().__debugTypeToString()}`).join(", ");case 5:case 4:return`m1: ${this.mapper1.__debugToString().split(`\n`).join(`\n `)}\nm2: ${this.mapper2.__debugToString().split(`\n`).join(`\n `)}`;default:return Le(this)}}}ml.DebugTypeMapper=Jr;function Wn(Al){return ml.isDebugging?Object.setPrototypeOf(Al,Jr.prototype):Al}ml.attachDebugPrototypeIfDebug=Wn;function Pe(ml){return console.log(xr(ml))}ml.printControlFlowGraph=Pe;function xr(ml){let Al=-1;function fe(ml){return ml.id||(ml.id=Al,Al--),ml.id}let Rl;(ml=>{ml.lr="─",ml.ud="│",ml.dr="╭",ml.dl="╮",ml.ul="╯",ml.ur="╰",ml.udr="├",ml.udl="┤",ml.dlr="┬",ml.ulr="┴",ml.udlr="╫"})(Rl||(Rl={}));let zl;(ml=>{ml[ml.None=0]="None",ml[ml.Up=1]="Up",ml[ml.Down=2]="Down",ml[ml.Left=4]="Left",ml[ml.Right=8]="Right",ml[ml.UpDown=3]="UpDown",ml[ml.LeftRight=12]="LeftRight",ml[ml.UpLeft=5]="UpLeft",ml[ml.UpRight=9]="UpRight",ml[ml.DownLeft=6]="DownLeft",ml[ml.DownRight=10]="DownRight",ml[ml.UpDownLeft=7]="UpDownLeft",ml[ml.UpDownRight=11]="UpDownRight",ml[ml.UpLeftRight=13]="UpLeftRight",ml[ml.DownLeftRight=14]="DownLeftRight",ml[ml.UpDownLeftRight=15]="UpDownLeftRight",ml[ml.NoChildren=16]="NoChildren"})(zl||(zl={}));let rd=2032,yh=882,kh=Object.create(null),Qh=[],cf=[],t_=ke(ml,new Set);for(let ml of Qh)ml.text=at(ml.flowNode,ml.circular),he(ml);let r_=Ye(t_),u_=tt(r_);return Xe(t_,0),un();function Gn(ml){return!!(ml.flags&128)}function Ei(ml){return!!(ml.flags&12)&&!!ml.antecedent}function U(ml){return!!(ml.flags&rd)}function K(ml){return!!(ml.flags&yh)}function Z(ml){let Al=[];for(let Rl of ml.edges)Rl.source===ml&&Al.push(Rl.target);return Al}function we(ml){let Al=[];for(let Rl of ml.edges)Rl.target===ml&&Al.push(Rl.source);return Al}function ke(ml,Al){let Rl=fe(ml),zl=kh[Rl];if(zl&&Al.has(ml))return zl.circular=!0,zl={id:-1,flowNode:ml,edges:[],text:"",lane:-1,endLane:-1,level:-1,circular:"circularity"},Qh.push(zl),zl;if(Al.add(ml),!zl)if(kh[Rl]=zl={id:Rl,flowNode:ml,edges:[],text:"",lane:-1,endLane:-1,level:-1,circular:!1},Qh.push(zl),Ei(ml))for(let Rl of ml.antecedent)Ee(zl,Rl,Al);else U(ml)&&Ee(zl,ml.antecedent,Al);return Al.delete(ml),zl}function Ee(ml,Al,Rl){let zl=ke(Al,Rl),rd={source:ml,target:zl};cf.push(rd),ml.edges.push(rd),zl.edges.push(rd)}function he(ml){if(ml.level!==-1)return ml.level;let Al=0;for(let Rl of we(ml))Al=Math.max(Al,he(Rl)+1);return ml.level=Al}function Ye(ml){let Al=0;for(let Rl of Z(ml))Al=Math.max(Al,Ye(Rl));return Al+1}function tt(ml){let Al=O(Array(ml),0);for(let ml of Qh)Al[ml.level]=Math.max(Al[ml.level],ml.text.length);return Al}function Xe(ml,Al){if(ml.lane===-1){ml.lane=Al,ml.endLane=Al;let Rl=Z(ml);for(let zl=0;zl0&&Al++;let rd=Rl[zl];Xe(rd,Al),rd.endLane>ml.endLane&&(Al=rd.endLane)}ml.endLane=Al}}function Ce(ml){if(ml&2)return"Start";if(ml&4)return"Branch";if(ml&8)return"Loop";if(ml&16)return"Assignment";if(ml&32)return"True";if(ml&64)return"False";if(ml&128)return"SwitchClause";if(ml&256)return"ArrayMutation";if(ml&512)return"Call";if(ml&1024)return"ReduceLabel";if(ml&1)return"Unreachable";throw new Error}function xn(ml){let Al=bi(ml);return Ud(Al,ml,!1)}function at(ml,Al){let Rl=Ce(ml.flags);if(Al&&(Rl=`${Rl}#${fe(ml)}`),Gn(ml)){let Al=[],{switchStatement:zl,clauseStart:rd,clauseEnd:yh}=ml.node;for(let ml=rd;mlml.lane)+1,Rl=O(Array(Al),""),zl=u_.map(()=>Array(Al)),rd=u_.map(()=>O(Array(Al),0));for(let ml of Qh){zl[ml.level][ml.lane]=ml;let Al=Z(ml);for(let Rl=0;Rl0&&(yh|=1),Rl0&&(yh|=1),Al0?rd[Rl-1][ml]:0,zl=ml>0?rd[Rl][ml-1]:0,yh=rd[Rl][ml];yh||(Al&8&&(yh|=12),zl&2&&(yh|=3),rd[Rl][ml]=yh)}for(let Al=0;Al0?ml.repeat(Al):"";let Rl="";for(;Rl.length{},$y=()=>{},eA,tA=(ml=>(ml[ml.Unknown=0]="Unknown",ml[ml.EndOfFileToken=1]="EndOfFileToken",ml[ml.SingleLineCommentTrivia=2]="SingleLineCommentTrivia",ml[ml.MultiLineCommentTrivia=3]="MultiLineCommentTrivia",ml[ml.NewLineTrivia=4]="NewLineTrivia",ml[ml.WhitespaceTrivia=5]="WhitespaceTrivia",ml[ml.ShebangTrivia=6]="ShebangTrivia",ml[ml.ConflictMarkerTrivia=7]="ConflictMarkerTrivia",ml[ml.NonTextFileMarkerTrivia=8]="NonTextFileMarkerTrivia",ml[ml.NumericLiteral=9]="NumericLiteral",ml[ml.BigIntLiteral=10]="BigIntLiteral",ml[ml.StringLiteral=11]="StringLiteral",ml[ml.JsxText=12]="JsxText",ml[ml.JsxTextAllWhiteSpaces=13]="JsxTextAllWhiteSpaces",ml[ml.RegularExpressionLiteral=14]="RegularExpressionLiteral",ml[ml.NoSubstitutionTemplateLiteral=15]="NoSubstitutionTemplateLiteral",ml[ml.TemplateHead=16]="TemplateHead",ml[ml.TemplateMiddle=17]="TemplateMiddle",ml[ml.TemplateTail=18]="TemplateTail",ml[ml.OpenBraceToken=19]="OpenBraceToken",ml[ml.CloseBraceToken=20]="CloseBraceToken",ml[ml.OpenParenToken=21]="OpenParenToken",ml[ml.CloseParenToken=22]="CloseParenToken",ml[ml.OpenBracketToken=23]="OpenBracketToken",ml[ml.CloseBracketToken=24]="CloseBracketToken",ml[ml.DotToken=25]="DotToken",ml[ml.DotDotDotToken=26]="DotDotDotToken",ml[ml.SemicolonToken=27]="SemicolonToken",ml[ml.CommaToken=28]="CommaToken",ml[ml.QuestionDotToken=29]="QuestionDotToken",ml[ml.LessThanToken=30]="LessThanToken",ml[ml.LessThanSlashToken=31]="LessThanSlashToken",ml[ml.GreaterThanToken=32]="GreaterThanToken",ml[ml.LessThanEqualsToken=33]="LessThanEqualsToken",ml[ml.GreaterThanEqualsToken=34]="GreaterThanEqualsToken",ml[ml.EqualsEqualsToken=35]="EqualsEqualsToken",ml[ml.ExclamationEqualsToken=36]="ExclamationEqualsToken",ml[ml.EqualsEqualsEqualsToken=37]="EqualsEqualsEqualsToken",ml[ml.ExclamationEqualsEqualsToken=38]="ExclamationEqualsEqualsToken",ml[ml.EqualsGreaterThanToken=39]="EqualsGreaterThanToken",ml[ml.PlusToken=40]="PlusToken",ml[ml.MinusToken=41]="MinusToken",ml[ml.AsteriskToken=42]="AsteriskToken",ml[ml.AsteriskAsteriskToken=43]="AsteriskAsteriskToken",ml[ml.SlashToken=44]="SlashToken",ml[ml.PercentToken=45]="PercentToken",ml[ml.PlusPlusToken=46]="PlusPlusToken",ml[ml.MinusMinusToken=47]="MinusMinusToken",ml[ml.LessThanLessThanToken=48]="LessThanLessThanToken",ml[ml.GreaterThanGreaterThanToken=49]="GreaterThanGreaterThanToken",ml[ml.GreaterThanGreaterThanGreaterThanToken=50]="GreaterThanGreaterThanGreaterThanToken",ml[ml.AmpersandToken=51]="AmpersandToken",ml[ml.BarToken=52]="BarToken",ml[ml.CaretToken=53]="CaretToken",ml[ml.ExclamationToken=54]="ExclamationToken",ml[ml.TildeToken=55]="TildeToken",ml[ml.AmpersandAmpersandToken=56]="AmpersandAmpersandToken",ml[ml.BarBarToken=57]="BarBarToken",ml[ml.QuestionToken=58]="QuestionToken",ml[ml.ColonToken=59]="ColonToken",ml[ml.AtToken=60]="AtToken",ml[ml.QuestionQuestionToken=61]="QuestionQuestionToken",ml[ml.BacktickToken=62]="BacktickToken",ml[ml.HashToken=63]="HashToken",ml[ml.EqualsToken=64]="EqualsToken",ml[ml.PlusEqualsToken=65]="PlusEqualsToken",ml[ml.MinusEqualsToken=66]="MinusEqualsToken",ml[ml.AsteriskEqualsToken=67]="AsteriskEqualsToken",ml[ml.AsteriskAsteriskEqualsToken=68]="AsteriskAsteriskEqualsToken",ml[ml.SlashEqualsToken=69]="SlashEqualsToken",ml[ml.PercentEqualsToken=70]="PercentEqualsToken",ml[ml.LessThanLessThanEqualsToken=71]="LessThanLessThanEqualsToken",ml[ml.GreaterThanGreaterThanEqualsToken=72]="GreaterThanGreaterThanEqualsToken",ml[ml.GreaterThanGreaterThanGreaterThanEqualsToken=73]="GreaterThanGreaterThanGreaterThanEqualsToken",ml[ml.AmpersandEqualsToken=74]="AmpersandEqualsToken",ml[ml.BarEqualsToken=75]="BarEqualsToken",ml[ml.BarBarEqualsToken=76]="BarBarEqualsToken",ml[ml.AmpersandAmpersandEqualsToken=77]="AmpersandAmpersandEqualsToken",ml[ml.QuestionQuestionEqualsToken=78]="QuestionQuestionEqualsToken",ml[ml.CaretEqualsToken=79]="CaretEqualsToken",ml[ml.Identifier=80]="Identifier",ml[ml.PrivateIdentifier=81]="PrivateIdentifier",ml[ml.JSDocCommentTextToken=82]="JSDocCommentTextToken",ml[ml.BreakKeyword=83]="BreakKeyword",ml[ml.CaseKeyword=84]="CaseKeyword",ml[ml.CatchKeyword=85]="CatchKeyword",ml[ml.ClassKeyword=86]="ClassKeyword",ml[ml.ConstKeyword=87]="ConstKeyword",ml[ml.ContinueKeyword=88]="ContinueKeyword",ml[ml.DebuggerKeyword=89]="DebuggerKeyword",ml[ml.DefaultKeyword=90]="DefaultKeyword",ml[ml.DeleteKeyword=91]="DeleteKeyword",ml[ml.DoKeyword=92]="DoKeyword",ml[ml.ElseKeyword=93]="ElseKeyword",ml[ml.EnumKeyword=94]="EnumKeyword",ml[ml.ExportKeyword=95]="ExportKeyword",ml[ml.ExtendsKeyword=96]="ExtendsKeyword",ml[ml.FalseKeyword=97]="FalseKeyword",ml[ml.FinallyKeyword=98]="FinallyKeyword",ml[ml.ForKeyword=99]="ForKeyword",ml[ml.FunctionKeyword=100]="FunctionKeyword",ml[ml.IfKeyword=101]="IfKeyword",ml[ml.ImportKeyword=102]="ImportKeyword",ml[ml.InKeyword=103]="InKeyword",ml[ml.InstanceOfKeyword=104]="InstanceOfKeyword",ml[ml.NewKeyword=105]="NewKeyword",ml[ml.NullKeyword=106]="NullKeyword",ml[ml.ReturnKeyword=107]="ReturnKeyword",ml[ml.SuperKeyword=108]="SuperKeyword",ml[ml.SwitchKeyword=109]="SwitchKeyword",ml[ml.ThisKeyword=110]="ThisKeyword",ml[ml.ThrowKeyword=111]="ThrowKeyword",ml[ml.TrueKeyword=112]="TrueKeyword",ml[ml.TryKeyword=113]="TryKeyword",ml[ml.TypeOfKeyword=114]="TypeOfKeyword",ml[ml.VarKeyword=115]="VarKeyword",ml[ml.VoidKeyword=116]="VoidKeyword",ml[ml.WhileKeyword=117]="WhileKeyword",ml[ml.WithKeyword=118]="WithKeyword",ml[ml.ImplementsKeyword=119]="ImplementsKeyword",ml[ml.InterfaceKeyword=120]="InterfaceKeyword",ml[ml.LetKeyword=121]="LetKeyword",ml[ml.PackageKeyword=122]="PackageKeyword",ml[ml.PrivateKeyword=123]="PrivateKeyword",ml[ml.ProtectedKeyword=124]="ProtectedKeyword",ml[ml.PublicKeyword=125]="PublicKeyword",ml[ml.StaticKeyword=126]="StaticKeyword",ml[ml.YieldKeyword=127]="YieldKeyword",ml[ml.AbstractKeyword=128]="AbstractKeyword",ml[ml.AccessorKeyword=129]="AccessorKeyword",ml[ml.AsKeyword=130]="AsKeyword",ml[ml.AssertsKeyword=131]="AssertsKeyword",ml[ml.AssertKeyword=132]="AssertKeyword",ml[ml.AnyKeyword=133]="AnyKeyword",ml[ml.AsyncKeyword=134]="AsyncKeyword",ml[ml.AwaitKeyword=135]="AwaitKeyword",ml[ml.BooleanKeyword=136]="BooleanKeyword",ml[ml.ConstructorKeyword=137]="ConstructorKeyword",ml[ml.DeclareKeyword=138]="DeclareKeyword",ml[ml.GetKeyword=139]="GetKeyword",ml[ml.InferKeyword=140]="InferKeyword",ml[ml.IntrinsicKeyword=141]="IntrinsicKeyword",ml[ml.IsKeyword=142]="IsKeyword",ml[ml.KeyOfKeyword=143]="KeyOfKeyword",ml[ml.ModuleKeyword=144]="ModuleKeyword",ml[ml.NamespaceKeyword=145]="NamespaceKeyword",ml[ml.NeverKeyword=146]="NeverKeyword",ml[ml.OutKeyword=147]="OutKeyword",ml[ml.ReadonlyKeyword=148]="ReadonlyKeyword",ml[ml.RequireKeyword=149]="RequireKeyword",ml[ml.NumberKeyword=150]="NumberKeyword",ml[ml.ObjectKeyword=151]="ObjectKeyword",ml[ml.SatisfiesKeyword=152]="SatisfiesKeyword",ml[ml.SetKeyword=153]="SetKeyword",ml[ml.StringKeyword=154]="StringKeyword",ml[ml.SymbolKeyword=155]="SymbolKeyword",ml[ml.TypeKeyword=156]="TypeKeyword",ml[ml.UndefinedKeyword=157]="UndefinedKeyword",ml[ml.UniqueKeyword=158]="UniqueKeyword",ml[ml.UnknownKeyword=159]="UnknownKeyword",ml[ml.UsingKeyword=160]="UsingKeyword",ml[ml.FromKeyword=161]="FromKeyword",ml[ml.GlobalKeyword=162]="GlobalKeyword",ml[ml.BigIntKeyword=163]="BigIntKeyword",ml[ml.OverrideKeyword=164]="OverrideKeyword",ml[ml.OfKeyword=165]="OfKeyword",ml[ml.DeferKeyword=166]="DeferKeyword",ml[ml.QualifiedName=167]="QualifiedName",ml[ml.ComputedPropertyName=168]="ComputedPropertyName",ml[ml.TypeParameter=169]="TypeParameter",ml[ml.Parameter=170]="Parameter",ml[ml.Decorator=171]="Decorator",ml[ml.PropertySignature=172]="PropertySignature",ml[ml.PropertyDeclaration=173]="PropertyDeclaration",ml[ml.MethodSignature=174]="MethodSignature",ml[ml.MethodDeclaration=175]="MethodDeclaration",ml[ml.ClassStaticBlockDeclaration=176]="ClassStaticBlockDeclaration",ml[ml.Constructor=177]="Constructor",ml[ml.GetAccessor=178]="GetAccessor",ml[ml.SetAccessor=179]="SetAccessor",ml[ml.CallSignature=180]="CallSignature",ml[ml.ConstructSignature=181]="ConstructSignature",ml[ml.IndexSignature=182]="IndexSignature",ml[ml.TypePredicate=183]="TypePredicate",ml[ml.TypeReference=184]="TypeReference",ml[ml.FunctionType=185]="FunctionType",ml[ml.ConstructorType=186]="ConstructorType",ml[ml.TypeQuery=187]="TypeQuery",ml[ml.TypeLiteral=188]="TypeLiteral",ml[ml.ArrayType=189]="ArrayType",ml[ml.TupleType=190]="TupleType",ml[ml.OptionalType=191]="OptionalType",ml[ml.RestType=192]="RestType",ml[ml.UnionType=193]="UnionType",ml[ml.IntersectionType=194]="IntersectionType",ml[ml.ConditionalType=195]="ConditionalType",ml[ml.InferType=196]="InferType",ml[ml.ParenthesizedType=197]="ParenthesizedType",ml[ml.ThisType=198]="ThisType",ml[ml.TypeOperator=199]="TypeOperator",ml[ml.IndexedAccessType=200]="IndexedAccessType",ml[ml.MappedType=201]="MappedType",ml[ml.LiteralType=202]="LiteralType",ml[ml.NamedTupleMember=203]="NamedTupleMember",ml[ml.TemplateLiteralType=204]="TemplateLiteralType",ml[ml.TemplateLiteralTypeSpan=205]="TemplateLiteralTypeSpan",ml[ml.ImportType=206]="ImportType",ml[ml.ObjectBindingPattern=207]="ObjectBindingPattern",ml[ml.ArrayBindingPattern=208]="ArrayBindingPattern",ml[ml.BindingElement=209]="BindingElement",ml[ml.ArrayLiteralExpression=210]="ArrayLiteralExpression",ml[ml.ObjectLiteralExpression=211]="ObjectLiteralExpression",ml[ml.PropertyAccessExpression=212]="PropertyAccessExpression",ml[ml.ElementAccessExpression=213]="ElementAccessExpression",ml[ml.CallExpression=214]="CallExpression",ml[ml.NewExpression=215]="NewExpression",ml[ml.TaggedTemplateExpression=216]="TaggedTemplateExpression",ml[ml.TypeAssertionExpression=217]="TypeAssertionExpression",ml[ml.ParenthesizedExpression=218]="ParenthesizedExpression",ml[ml.FunctionExpression=219]="FunctionExpression",ml[ml.ArrowFunction=220]="ArrowFunction",ml[ml.DeleteExpression=221]="DeleteExpression",ml[ml.TypeOfExpression=222]="TypeOfExpression",ml[ml.VoidExpression=223]="VoidExpression",ml[ml.AwaitExpression=224]="AwaitExpression",ml[ml.PrefixUnaryExpression=225]="PrefixUnaryExpression",ml[ml.PostfixUnaryExpression=226]="PostfixUnaryExpression",ml[ml.BinaryExpression=227]="BinaryExpression",ml[ml.ConditionalExpression=228]="ConditionalExpression",ml[ml.TemplateExpression=229]="TemplateExpression",ml[ml.YieldExpression=230]="YieldExpression",ml[ml.SpreadElement=231]="SpreadElement",ml[ml.ClassExpression=232]="ClassExpression",ml[ml.OmittedExpression=233]="OmittedExpression",ml[ml.ExpressionWithTypeArguments=234]="ExpressionWithTypeArguments",ml[ml.AsExpression=235]="AsExpression",ml[ml.NonNullExpression=236]="NonNullExpression",ml[ml.MetaProperty=237]="MetaProperty",ml[ml.SyntheticExpression=238]="SyntheticExpression",ml[ml.SatisfiesExpression=239]="SatisfiesExpression",ml[ml.TemplateSpan=240]="TemplateSpan",ml[ml.SemicolonClassElement=241]="SemicolonClassElement",ml[ml.Block=242]="Block",ml[ml.EmptyStatement=243]="EmptyStatement",ml[ml.VariableStatement=244]="VariableStatement",ml[ml.ExpressionStatement=245]="ExpressionStatement",ml[ml.IfStatement=246]="IfStatement",ml[ml.DoStatement=247]="DoStatement",ml[ml.WhileStatement=248]="WhileStatement",ml[ml.ForStatement=249]="ForStatement",ml[ml.ForInStatement=250]="ForInStatement",ml[ml.ForOfStatement=251]="ForOfStatement",ml[ml.ContinueStatement=252]="ContinueStatement",ml[ml.BreakStatement=253]="BreakStatement",ml[ml.ReturnStatement=254]="ReturnStatement",ml[ml.WithStatement=255]="WithStatement",ml[ml.SwitchStatement=256]="SwitchStatement",ml[ml.LabeledStatement=257]="LabeledStatement",ml[ml.ThrowStatement=258]="ThrowStatement",ml[ml.TryStatement=259]="TryStatement",ml[ml.DebuggerStatement=260]="DebuggerStatement",ml[ml.VariableDeclaration=261]="VariableDeclaration",ml[ml.VariableDeclarationList=262]="VariableDeclarationList",ml[ml.FunctionDeclaration=263]="FunctionDeclaration",ml[ml.ClassDeclaration=264]="ClassDeclaration",ml[ml.InterfaceDeclaration=265]="InterfaceDeclaration",ml[ml.TypeAliasDeclaration=266]="TypeAliasDeclaration",ml[ml.EnumDeclaration=267]="EnumDeclaration",ml[ml.ModuleDeclaration=268]="ModuleDeclaration",ml[ml.ModuleBlock=269]="ModuleBlock",ml[ml.CaseBlock=270]="CaseBlock",ml[ml.NamespaceExportDeclaration=271]="NamespaceExportDeclaration",ml[ml.ImportEqualsDeclaration=272]="ImportEqualsDeclaration",ml[ml.ImportDeclaration=273]="ImportDeclaration",ml[ml.ImportClause=274]="ImportClause",ml[ml.NamespaceImport=275]="NamespaceImport",ml[ml.NamedImports=276]="NamedImports",ml[ml.ImportSpecifier=277]="ImportSpecifier",ml[ml.ExportAssignment=278]="ExportAssignment",ml[ml.ExportDeclaration=279]="ExportDeclaration",ml[ml.NamedExports=280]="NamedExports",ml[ml.NamespaceExport=281]="NamespaceExport",ml[ml.ExportSpecifier=282]="ExportSpecifier",ml[ml.MissingDeclaration=283]="MissingDeclaration",ml[ml.ExternalModuleReference=284]="ExternalModuleReference",ml[ml.JsxElement=285]="JsxElement",ml[ml.JsxSelfClosingElement=286]="JsxSelfClosingElement",ml[ml.JsxOpeningElement=287]="JsxOpeningElement",ml[ml.JsxClosingElement=288]="JsxClosingElement",ml[ml.JsxFragment=289]="JsxFragment",ml[ml.JsxOpeningFragment=290]="JsxOpeningFragment",ml[ml.JsxClosingFragment=291]="JsxClosingFragment",ml[ml.JsxAttribute=292]="JsxAttribute",ml[ml.JsxAttributes=293]="JsxAttributes",ml[ml.JsxSpreadAttribute=294]="JsxSpreadAttribute",ml[ml.JsxExpression=295]="JsxExpression",ml[ml.JsxNamespacedName=296]="JsxNamespacedName",ml[ml.CaseClause=297]="CaseClause",ml[ml.DefaultClause=298]="DefaultClause",ml[ml.HeritageClause=299]="HeritageClause",ml[ml.CatchClause=300]="CatchClause",ml[ml.ImportAttributes=301]="ImportAttributes",ml[ml.ImportAttribute=302]="ImportAttribute",ml[ml.AssertClause=301]="AssertClause",ml[ml.AssertEntry=302]="AssertEntry",ml[ml.ImportTypeAssertionContainer=303]="ImportTypeAssertionContainer",ml[ml.PropertyAssignment=304]="PropertyAssignment",ml[ml.ShorthandPropertyAssignment=305]="ShorthandPropertyAssignment",ml[ml.SpreadAssignment=306]="SpreadAssignment",ml[ml.EnumMember=307]="EnumMember",ml[ml.SourceFile=308]="SourceFile",ml[ml.Bundle=309]="Bundle",ml[ml.JSDocTypeExpression=310]="JSDocTypeExpression",ml[ml.JSDocNameReference=311]="JSDocNameReference",ml[ml.JSDocMemberName=312]="JSDocMemberName",ml[ml.JSDocAllType=313]="JSDocAllType",ml[ml.JSDocUnknownType=314]="JSDocUnknownType",ml[ml.JSDocNullableType=315]="JSDocNullableType",ml[ml.JSDocNonNullableType=316]="JSDocNonNullableType",ml[ml.JSDocOptionalType=317]="JSDocOptionalType",ml[ml.JSDocFunctionType=318]="JSDocFunctionType",ml[ml.JSDocVariadicType=319]="JSDocVariadicType",ml[ml.JSDocNamepathType=320]="JSDocNamepathType",ml[ml.JSDoc=321]="JSDoc",ml[ml.JSDocComment=321]="JSDocComment",ml[ml.JSDocText=322]="JSDocText",ml[ml.JSDocTypeLiteral=323]="JSDocTypeLiteral",ml[ml.JSDocSignature=324]="JSDocSignature",ml[ml.JSDocLink=325]="JSDocLink",ml[ml.JSDocLinkCode=326]="JSDocLinkCode",ml[ml.JSDocLinkPlain=327]="JSDocLinkPlain",ml[ml.JSDocTag=328]="JSDocTag",ml[ml.JSDocAugmentsTag=329]="JSDocAugmentsTag",ml[ml.JSDocImplementsTag=330]="JSDocImplementsTag",ml[ml.JSDocAuthorTag=331]="JSDocAuthorTag",ml[ml.JSDocDeprecatedTag=332]="JSDocDeprecatedTag",ml[ml.JSDocClassTag=333]="JSDocClassTag",ml[ml.JSDocPublicTag=334]="JSDocPublicTag",ml[ml.JSDocPrivateTag=335]="JSDocPrivateTag",ml[ml.JSDocProtectedTag=336]="JSDocProtectedTag",ml[ml.JSDocReadonlyTag=337]="JSDocReadonlyTag",ml[ml.JSDocOverrideTag=338]="JSDocOverrideTag",ml[ml.JSDocCallbackTag=339]="JSDocCallbackTag",ml[ml.JSDocOverloadTag=340]="JSDocOverloadTag",ml[ml.JSDocEnumTag=341]="JSDocEnumTag",ml[ml.JSDocParameterTag=342]="JSDocParameterTag",ml[ml.JSDocReturnTag=343]="JSDocReturnTag",ml[ml.JSDocThisTag=344]="JSDocThisTag",ml[ml.JSDocTypeTag=345]="JSDocTypeTag",ml[ml.JSDocTemplateTag=346]="JSDocTemplateTag",ml[ml.JSDocTypedefTag=347]="JSDocTypedefTag",ml[ml.JSDocSeeTag=348]="JSDocSeeTag",ml[ml.JSDocPropertyTag=349]="JSDocPropertyTag",ml[ml.JSDocThrowsTag=350]="JSDocThrowsTag",ml[ml.JSDocSatisfiesTag=351]="JSDocSatisfiesTag",ml[ml.JSDocImportTag=352]="JSDocImportTag",ml[ml.SyntaxList=353]="SyntaxList",ml[ml.NotEmittedStatement=354]="NotEmittedStatement",ml[ml.NotEmittedTypeElement=355]="NotEmittedTypeElement",ml[ml.PartiallyEmittedExpression=356]="PartiallyEmittedExpression",ml[ml.CommaListExpression=357]="CommaListExpression",ml[ml.SyntheticReferenceExpression=358]="SyntheticReferenceExpression",ml[ml.Count=359]="Count",ml[ml.FirstAssignment=64]="FirstAssignment",ml[ml.LastAssignment=79]="LastAssignment",ml[ml.FirstCompoundAssignment=65]="FirstCompoundAssignment",ml[ml.LastCompoundAssignment=79]="LastCompoundAssignment",ml[ml.FirstReservedWord=83]="FirstReservedWord",ml[ml.LastReservedWord=118]="LastReservedWord",ml[ml.FirstKeyword=83]="FirstKeyword",ml[ml.LastKeyword=166]="LastKeyword",ml[ml.FirstFutureReservedWord=119]="FirstFutureReservedWord",ml[ml.LastFutureReservedWord=127]="LastFutureReservedWord",ml[ml.FirstTypeNode=183]="FirstTypeNode",ml[ml.LastTypeNode=206]="LastTypeNode",ml[ml.FirstPunctuation=19]="FirstPunctuation",ml[ml.LastPunctuation=79]="LastPunctuation",ml[ml.FirstToken=0]="FirstToken",ml[ml.LastToken=166]="LastToken",ml[ml.FirstTriviaToken=2]="FirstTriviaToken",ml[ml.LastTriviaToken=7]="LastTriviaToken",ml[ml.FirstLiteralToken=9]="FirstLiteralToken",ml[ml.LastLiteralToken=15]="LastLiteralToken",ml[ml.FirstTemplateToken=15]="FirstTemplateToken",ml[ml.LastTemplateToken=18]="LastTemplateToken",ml[ml.FirstBinaryOperator=30]="FirstBinaryOperator",ml[ml.LastBinaryOperator=79]="LastBinaryOperator",ml[ml.FirstStatement=244]="FirstStatement",ml[ml.LastStatement=260]="LastStatement",ml[ml.FirstNode=167]="FirstNode",ml[ml.FirstJSDocNode=310]="FirstJSDocNode",ml[ml.LastJSDocNode=352]="LastJSDocNode",ml[ml.FirstJSDocTagNode=328]="FirstJSDocTagNode",ml[ml.LastJSDocTagNode=352]="LastJSDocTagNode",ml[ml.FirstContextualKeyword=128]="FirstContextualKeyword",ml[ml.LastContextualKeyword=166]="LastContextualKeyword",ml))(tA||{}),rA=(ml=>(ml[ml.None=0]="None",ml[ml.Let=1]="Let",ml[ml.Const=2]="Const",ml[ml.Using=4]="Using",ml[ml.AwaitUsing=6]="AwaitUsing",ml[ml.NestedNamespace=8]="NestedNamespace",ml[ml.Synthesized=16]="Synthesized",ml[ml.Namespace=32]="Namespace",ml[ml.OptionalChain=64]="OptionalChain",ml[ml.ExportContext=128]="ExportContext",ml[ml.ContainsThis=256]="ContainsThis",ml[ml.HasImplicitReturn=512]="HasImplicitReturn",ml[ml.HasExplicitReturn=1024]="HasExplicitReturn",ml[ml.GlobalAugmentation=2048]="GlobalAugmentation",ml[ml.HasAsyncFunctions=4096]="HasAsyncFunctions",ml[ml.DisallowInContext=8192]="DisallowInContext",ml[ml.YieldContext=16384]="YieldContext",ml[ml.DecoratorContext=32768]="DecoratorContext",ml[ml.AwaitContext=65536]="AwaitContext",ml[ml.DisallowConditionalTypesContext=131072]="DisallowConditionalTypesContext",ml[ml.ThisNodeHasError=262144]="ThisNodeHasError",ml[ml.JavaScriptFile=524288]="JavaScriptFile",ml[ml.ThisNodeOrAnySubNodesHasError=1048576]="ThisNodeOrAnySubNodesHasError",ml[ml.HasAggregatedChildData=2097152]="HasAggregatedChildData",ml[ml.PossiblyContainsDynamicImport=4194304]="PossiblyContainsDynamicImport",ml[ml.PossiblyContainsImportMeta=8388608]="PossiblyContainsImportMeta",ml[ml.JSDoc=16777216]="JSDoc",ml[ml.Ambient=33554432]="Ambient",ml[ml.InWithStatement=67108864]="InWithStatement",ml[ml.JsonFile=134217728]="JsonFile",ml[ml.TypeCached=268435456]="TypeCached",ml[ml.Deprecated=536870912]="Deprecated",ml[ml.Unreachable=1073741824]="Unreachable",ml[ml.BlockScoped=7]="BlockScoped",ml[ml.Constant=6]="Constant",ml[ml.ReachabilityCheckFlags=1536]="ReachabilityCheckFlags",ml[ml.ReachabilityAndEmitFlags=5632]="ReachabilityAndEmitFlags",ml[ml.ContextFlags=101441536]="ContextFlags",ml[ml.TypeExcludesFlags=81920]="TypeExcludesFlags",ml[ml.PermanentlySetIncrementalFlags=12582912]="PermanentlySetIncrementalFlags",ml[ml.IdentifierHasExtendedUnicodeEscape=256]="IdentifierHasExtendedUnicodeEscape",ml[ml.IdentifierIsInJSDocNamespace=4096]="IdentifierIsInJSDocNamespace",ml))(rA||{}),nA=(ml=>(ml[ml.None=0]="None",ml[ml.Public=1]="Public",ml[ml.Private=2]="Private",ml[ml.Protected=4]="Protected",ml[ml.Readonly=8]="Readonly",ml[ml.Override=16]="Override",ml[ml.Export=32]="Export",ml[ml.Abstract=64]="Abstract",ml[ml.Ambient=128]="Ambient",ml[ml.Static=256]="Static",ml[ml.Accessor=512]="Accessor",ml[ml.Async=1024]="Async",ml[ml.Default=2048]="Default",ml[ml.Const=4096]="Const",ml[ml.In=8192]="In",ml[ml.Out=16384]="Out",ml[ml.Decorator=32768]="Decorator",ml[ml.Deprecated=65536]="Deprecated",ml[ml.JSDocPublic=8388608]="JSDocPublic",ml[ml.JSDocPrivate=16777216]="JSDocPrivate",ml[ml.JSDocProtected=33554432]="JSDocProtected",ml[ml.JSDocReadonly=67108864]="JSDocReadonly",ml[ml.JSDocOverride=134217728]="JSDocOverride",ml[ml.SyntacticOrJSDocModifiers=31]="SyntacticOrJSDocModifiers",ml[ml.SyntacticOnlyModifiers=65504]="SyntacticOnlyModifiers",ml[ml.SyntacticModifiers=65535]="SyntacticModifiers",ml[ml.JSDocCacheOnlyModifiers=260046848]="JSDocCacheOnlyModifiers",ml[ml.JSDocOnlyModifiers=65536]="JSDocOnlyModifiers",ml[ml.NonCacheOnlyModifiers=131071]="NonCacheOnlyModifiers",ml[ml.HasComputedJSDocModifiers=268435456]="HasComputedJSDocModifiers",ml[ml.HasComputedFlags=536870912]="HasComputedFlags",ml[ml.AccessibilityModifier=7]="AccessibilityModifier",ml[ml.ParameterPropertyModifier=31]="ParameterPropertyModifier",ml[ml.NonPublicAccessibilityModifier=6]="NonPublicAccessibilityModifier",ml[ml.TypeScriptModifier=28895]="TypeScriptModifier",ml[ml.ExportDefault=2080]="ExportDefault",ml[ml.All=131071]="All",ml[ml.Modifier=98303]="Modifier",ml))(nA||{});var iA=(ml=>(ml[ml.None=0]="None",ml[ml.Succeeded=1]="Succeeded",ml[ml.Failed=2]="Failed",ml[ml.ReportsUnmeasurable=8]="ReportsUnmeasurable",ml[ml.ReportsUnreliable=16]="ReportsUnreliable",ml[ml.ReportsMask=24]="ReportsMask",ml[ml.ComplexityOverflow=32]="ComplexityOverflow",ml[ml.StackDepthOverflow=64]="StackDepthOverflow",ml[ml.Overflow=96]="Overflow",ml))(iA||{});var sA=(ml=>(ml[ml.Unreachable=1]="Unreachable",ml[ml.Start=2]="Start",ml[ml.BranchLabel=4]="BranchLabel",ml[ml.LoopLabel=8]="LoopLabel",ml[ml.Assignment=16]="Assignment",ml[ml.TrueCondition=32]="TrueCondition",ml[ml.FalseCondition=64]="FalseCondition",ml[ml.SwitchClause=128]="SwitchClause",ml[ml.ArrayMutation=256]="ArrayMutation",ml[ml.Call=512]="Call",ml[ml.ReduceLabel=1024]="ReduceLabel",ml[ml.Referenced=2048]="Referenced",ml[ml.Shared=4096]="Shared",ml[ml.Label=12]="Label",ml[ml.Condition=96]="Condition",ml))(sA||{});var aA=(ml=>(ml[ml.None=0]="None",ml[ml.FunctionScopedVariable=1]="FunctionScopedVariable",ml[ml.BlockScopedVariable=2]="BlockScopedVariable",ml[ml.Property=4]="Property",ml[ml.EnumMember=8]="EnumMember",ml[ml.Function=16]="Function",ml[ml.Class=32]="Class",ml[ml.Interface=64]="Interface",ml[ml.ConstEnum=128]="ConstEnum",ml[ml.RegularEnum=256]="RegularEnum",ml[ml.ValueModule=512]="ValueModule",ml[ml.NamespaceModule=1024]="NamespaceModule",ml[ml.TypeLiteral=2048]="TypeLiteral",ml[ml.ObjectLiteral=4096]="ObjectLiteral",ml[ml.Method=8192]="Method",ml[ml.Constructor=16384]="Constructor",ml[ml.GetAccessor=32768]="GetAccessor",ml[ml.SetAccessor=65536]="SetAccessor",ml[ml.Signature=131072]="Signature",ml[ml.TypeParameter=262144]="TypeParameter",ml[ml.TypeAlias=524288]="TypeAlias",ml[ml.ExportValue=1048576]="ExportValue",ml[ml.Alias=2097152]="Alias",ml[ml.Prototype=4194304]="Prototype",ml[ml.ExportStar=8388608]="ExportStar",ml[ml.Optional=16777216]="Optional",ml[ml.Transient=33554432]="Transient",ml[ml.Assignment=67108864]="Assignment",ml[ml.ModuleExports=134217728]="ModuleExports",ml[ml.All=-1]="All",ml[ml.Enum=384]="Enum",ml[ml.Variable=3]="Variable",ml[ml.Value=111551]="Value",ml[ml.Type=788968]="Type",ml[ml.Namespace=1920]="Namespace",ml[ml.Module=1536]="Module",ml[ml.Accessor=98304]="Accessor",ml[ml.FunctionScopedVariableExcludes=111550]="FunctionScopedVariableExcludes",ml[ml.BlockScopedVariableExcludes=111551]="BlockScopedVariableExcludes",ml[ml.ParameterExcludes=111551]="ParameterExcludes",ml[ml.PropertyExcludes=0]="PropertyExcludes",ml[ml.EnumMemberExcludes=900095]="EnumMemberExcludes",ml[ml.FunctionExcludes=110991]="FunctionExcludes",ml[ml.ClassExcludes=899503]="ClassExcludes",ml[ml.InterfaceExcludes=788872]="InterfaceExcludes",ml[ml.RegularEnumExcludes=899327]="RegularEnumExcludes",ml[ml.ConstEnumExcludes=899967]="ConstEnumExcludes",ml[ml.ValueModuleExcludes=110735]="ValueModuleExcludes",ml[ml.NamespaceModuleExcludes=0]="NamespaceModuleExcludes",ml[ml.MethodExcludes=103359]="MethodExcludes",ml[ml.GetAccessorExcludes=46015]="GetAccessorExcludes",ml[ml.SetAccessorExcludes=78783]="SetAccessorExcludes",ml[ml.AccessorExcludes=13247]="AccessorExcludes",ml[ml.TypeParameterExcludes=526824]="TypeParameterExcludes",ml[ml.TypeAliasExcludes=788968]="TypeAliasExcludes",ml[ml.AliasExcludes=2097152]="AliasExcludes",ml[ml.ModuleMember=2623475]="ModuleMember",ml[ml.ExportHasLocal=944]="ExportHasLocal",ml[ml.BlockScoped=418]="BlockScoped",ml[ml.PropertyOrAccessor=98308]="PropertyOrAccessor",ml[ml.ClassMember=106500]="ClassMember",ml[ml.ExportSupportsDefaultModifier=112]="ExportSupportsDefaultModifier",ml[ml.ExportDoesNotSupportDefaultModifier=-113]="ExportDoesNotSupportDefaultModifier",ml[ml.Classifiable=2885600]="Classifiable",ml[ml.LateBindingContainer=6256]="LateBindingContainer",ml))(aA||{});var oA=(ml=>(ml[ml.None=0]="None",ml[ml.TypeChecked=1]="TypeChecked",ml[ml.LexicalThis=2]="LexicalThis",ml[ml.CaptureThis=4]="CaptureThis",ml[ml.CaptureNewTarget=8]="CaptureNewTarget",ml[ml.SuperInstance=16]="SuperInstance",ml[ml.SuperStatic=32]="SuperStatic",ml[ml.ContextChecked=64]="ContextChecked",ml[ml.MethodWithSuperPropertyAccessInAsync=128]="MethodWithSuperPropertyAccessInAsync",ml[ml.MethodWithSuperPropertyAssignmentInAsync=256]="MethodWithSuperPropertyAssignmentInAsync",ml[ml.CaptureArguments=512]="CaptureArguments",ml[ml.EnumValuesComputed=1024]="EnumValuesComputed",ml[ml.LexicalModuleMergesWithClass=2048]="LexicalModuleMergesWithClass",ml[ml.LoopWithCapturedBlockScopedBinding=4096]="LoopWithCapturedBlockScopedBinding",ml[ml.ContainsCapturedBlockScopeBinding=8192]="ContainsCapturedBlockScopeBinding",ml[ml.CapturedBlockScopedBinding=16384]="CapturedBlockScopedBinding",ml[ml.BlockScopedBindingInLoop=32768]="BlockScopedBindingInLoop",ml[ml.NeedsLoopOutParameter=65536]="NeedsLoopOutParameter",ml[ml.AssignmentsMarked=131072]="AssignmentsMarked",ml[ml.ContainsConstructorReference=262144]="ContainsConstructorReference",ml[ml.ConstructorReference=536870912]="ConstructorReference",ml[ml.ContainsClassWithPrivateIdentifiers=1048576]="ContainsClassWithPrivateIdentifiers",ml[ml.ContainsSuperPropertyInStaticInitializer=2097152]="ContainsSuperPropertyInStaticInitializer",ml[ml.InCheckIdentifier=4194304]="InCheckIdentifier",ml[ml.PartiallyTypeChecked=8388608]="PartiallyTypeChecked",ml[ml.LazyFlags=539358128]="LazyFlags",ml))(oA||{}),lA=(ml=>(ml[ml.Any=1]="Any",ml[ml.Unknown=2]="Unknown",ml[ml.Undefined=4]="Undefined",ml[ml.Null=8]="Null",ml[ml.Void=16]="Void",ml[ml.String=32]="String",ml[ml.Number=64]="Number",ml[ml.BigInt=128]="BigInt",ml[ml.Boolean=256]="Boolean",ml[ml.ESSymbol=512]="ESSymbol",ml[ml.StringLiteral=1024]="StringLiteral",ml[ml.NumberLiteral=2048]="NumberLiteral",ml[ml.BigIntLiteral=4096]="BigIntLiteral",ml[ml.BooleanLiteral=8192]="BooleanLiteral",ml[ml.UniqueESSymbol=16384]="UniqueESSymbol",ml[ml.EnumLiteral=32768]="EnumLiteral",ml[ml.Enum=65536]="Enum",ml[ml.NonPrimitive=131072]="NonPrimitive",ml[ml.Never=262144]="Never",ml[ml.TypeParameter=524288]="TypeParameter",ml[ml.Object=1048576]="Object",ml[ml.Index=2097152]="Index",ml[ml.TemplateLiteral=4194304]="TemplateLiteral",ml[ml.StringMapping=8388608]="StringMapping",ml[ml.Substitution=16777216]="Substitution",ml[ml.IndexedAccess=33554432]="IndexedAccess",ml[ml.Conditional=67108864]="Conditional",ml[ml.Union=134217728]="Union",ml[ml.Intersection=268435456]="Intersection",ml[ml.Reserved1=536870912]="Reserved1",ml[ml.Reserved2=1073741824]="Reserved2",ml[ml.Reserved3=-2147483648]="Reserved3",ml[ml.AnyOrUnknown=3]="AnyOrUnknown",ml[ml.Nullable=12]="Nullable",ml[ml.Literal=15360]="Literal",ml[ml.Unit=97292]="Unit",ml[ml.Freshable=80896]="Freshable",ml[ml.StringOrNumberLiteral=3072]="StringOrNumberLiteral",ml[ml.StringOrNumberLiteralOrUnique=19456]="StringOrNumberLiteralOrUnique",ml[ml.DefinitelyFalsy=15388]="DefinitelyFalsy",ml[ml.PossiblyFalsy=15868]="PossiblyFalsy",ml[ml.Intrinsic=402431]="Intrinsic",ml[ml.StringLike=12583968]="StringLike",ml[ml.NumberLike=67648]="NumberLike",ml[ml.BigIntLike=4224]="BigIntLike",ml[ml.BooleanLike=8448]="BooleanLike",ml[ml.EnumLike=98304]="EnumLike",ml[ml.ESSymbolLike=16896]="ESSymbolLike",ml[ml.VoidLike=20]="VoidLike",ml[ml.Primitive=12713980]="Primitive",ml[ml.DefinitelyNonNullable=13893600]="DefinitelyNonNullable",ml[ml.DisjointDomains=12812284]="DisjointDomains",ml[ml.UnionOrIntersection=402653184]="UnionOrIntersection",ml[ml.StructuredType=403701760]="StructuredType",ml[ml.TypeVariable=34078720]="TypeVariable",ml[ml.InstantiableNonPrimitive=117964800]="InstantiableNonPrimitive",ml[ml.InstantiablePrimitive=14680064]="InstantiablePrimitive",ml[ml.Instantiable=132644864]="Instantiable",ml[ml.StructuredOrInstantiable=536346624]="StructuredOrInstantiable",ml[ml.ObjectFlagsType=403963917]="ObjectFlagsType",ml[ml.Simplifiable=102760448]="Simplifiable",ml[ml.Singleton=394239]="Singleton",ml[ml.Narrowable=536575971]="Narrowable",ml[ml.IncludesMask=416808959]="IncludesMask",ml[ml.IncludesMissingType=524288]="IncludesMissingType",ml[ml.IncludesNonWideningType=2097152]="IncludesNonWideningType",ml[ml.IncludesWildcard=33554432]="IncludesWildcard",ml[ml.IncludesEmptyObject=67108864]="IncludesEmptyObject",ml[ml.IncludesInstantiable=16777216]="IncludesInstantiable",ml[ml.IncludesConstrainedTypeVariable=536870912]="IncludesConstrainedTypeVariable",ml[ml.IncludesError=1073741824]="IncludesError",ml[ml.NotPrimitiveUnion=286523411]="NotPrimitiveUnion",ml))(lA||{}),cA=(ml=>(ml[ml.None=0]="None",ml[ml.Class=1]="Class",ml[ml.Interface=2]="Interface",ml[ml.Reference=4]="Reference",ml[ml.Tuple=8]="Tuple",ml[ml.Anonymous=16]="Anonymous",ml[ml.Mapped=32]="Mapped",ml[ml.Instantiated=64]="Instantiated",ml[ml.ObjectLiteral=128]="ObjectLiteral",ml[ml.EvolvingArray=256]="EvolvingArray",ml[ml.ObjectLiteralPatternWithComputedProperties=512]="ObjectLiteralPatternWithComputedProperties",ml[ml.ReverseMapped=1024]="ReverseMapped",ml[ml.JsxAttributes=2048]="JsxAttributes",ml[ml.JSLiteral=4096]="JSLiteral",ml[ml.FreshLiteral=8192]="FreshLiteral",ml[ml.ArrayLiteral=16384]="ArrayLiteral",ml[ml.PrimitiveUnion=32768]="PrimitiveUnion",ml[ml.ContainsWideningType=65536]="ContainsWideningType",ml[ml.ContainsObjectOrArrayLiteral=131072]="ContainsObjectOrArrayLiteral",ml[ml.NonInferrableType=262144]="NonInferrableType",ml[ml.CouldContainTypeVariablesComputed=524288]="CouldContainTypeVariablesComputed",ml[ml.CouldContainTypeVariables=1048576]="CouldContainTypeVariables",ml[ml.SingleSignatureType=134217728]="SingleSignatureType",ml[ml.ClassOrInterface=3]="ClassOrInterface",ml[ml.RequiresWidening=196608]="RequiresWidening",ml[ml.PropagatingFlags=458752]="PropagatingFlags",ml[ml.InstantiatedMapped=96]="InstantiatedMapped",ml[ml.ContainsSpread=2097152]="ContainsSpread",ml[ml.ObjectRestType=4194304]="ObjectRestType",ml[ml.InstantiationExpressionType=8388608]="InstantiationExpressionType",ml[ml.ObjectTypeKindMask=142607679]="ObjectTypeKindMask",ml[ml.IsClassInstanceClone=16777216]="IsClassInstanceClone",ml[ml.IdenticalBaseTypeCalculated=33554432]="IdenticalBaseTypeCalculated",ml[ml.IdenticalBaseTypeExists=67108864]="IdenticalBaseTypeExists",ml[ml.IsGenericTypeComputed=2097152]="IsGenericTypeComputed",ml[ml.IsGenericObjectType=4194304]="IsGenericObjectType",ml[ml.IsGenericIndexType=8388608]="IsGenericIndexType",ml[ml.IsGenericType=12582912]="IsGenericType",ml[ml.ContainsIntersections=16777216]="ContainsIntersections",ml[ml.IsUnknownLikeUnionComputed=33554432]="IsUnknownLikeUnionComputed",ml[ml.IsUnknownLikeUnion=67108864]="IsUnknownLikeUnion",ml[ml.IsNeverIntersectionComputed=16777216]="IsNeverIntersectionComputed",ml[ml.IsNeverIntersection=33554432]="IsNeverIntersection",ml[ml.IsConstrainedTypeVariable=67108864]="IsConstrainedTypeVariable",ml))(cA||{});var uA=(ml=>(ml[ml.None=0]="None",ml[ml.HasRestParameter=1]="HasRestParameter",ml[ml.HasLiteralTypes=2]="HasLiteralTypes",ml[ml.Abstract=4]="Abstract",ml[ml.IsInnerCallChain=8]="IsInnerCallChain",ml[ml.IsOuterCallChain=16]="IsOuterCallChain",ml[ml.IsUntypedSignatureInJSFile=32]="IsUntypedSignatureInJSFile",ml[ml.IsNonInferrable=64]="IsNonInferrable",ml[ml.IsSignatureCandidateForOverloadFailure=128]="IsSignatureCandidateForOverloadFailure",ml[ml.PropagatingFlags=167]="PropagatingFlags",ml[ml.CallChainFlags=24]="CallChainFlags",ml))(uA||{});var pA=(ml=>(ml[ml.Unknown=0]="Unknown",ml[ml.JS=1]="JS",ml[ml.JSX=2]="JSX",ml[ml.TS=3]="TS",ml[ml.TSX=4]="TSX",ml[ml.External=5]="External",ml[ml.JSON=6]="JSON",ml[ml.Deferred=7]="Deferred",ml))(pA||{}),dA=(ml=>(ml[ml.ES3=0]="ES3",ml[ml.ES5=1]="ES5",ml[ml.ES2015=2]="ES2015",ml[ml.ES2016=3]="ES2016",ml[ml.ES2017=4]="ES2017",ml[ml.ES2018=5]="ES2018",ml[ml.ES2019=6]="ES2019",ml[ml.ES2020=7]="ES2020",ml[ml.ES2021=8]="ES2021",ml[ml.ES2022=9]="ES2022",ml[ml.ES2023=10]="ES2023",ml[ml.ES2024=11]="ES2024",ml[ml.ES2025=12]="ES2025",ml[ml.ESNext=99]="ESNext",ml[ml.JSON=100]="JSON",ml[ml.Latest=99]="Latest",ml[ml.LatestStandard=12]="LatestStandard",ml))(dA||{}),hA=(ml=>(ml[ml.Standard=0]="Standard",ml[ml.JSX=1]="JSX",ml))(hA||{});var fA=(ml=>(ml.Ts=".ts",ml.Tsx=".tsx",ml.Dts=".d.ts",ml.Js=".js",ml.Jsx=".jsx",ml.Json=".json",ml.TsBuildInfo=".tsbuildinfo",ml.Mjs=".mjs",ml.Mts=".mts",ml.Dmts=".d.mts",ml.Cjs=".cjs",ml.Cts=".cts",ml.Dcts=".d.cts",ml))(fA||{}),_A=(ml=>(ml[ml.None=0]="None",ml[ml.ContainsTypeScript=1]="ContainsTypeScript",ml[ml.ContainsJsx=2]="ContainsJsx",ml[ml.ContainsESNext=4]="ContainsESNext",ml[ml.ContainsES2022=8]="ContainsES2022",ml[ml.ContainsES2021=16]="ContainsES2021",ml[ml.ContainsES2020=32]="ContainsES2020",ml[ml.ContainsES2019=64]="ContainsES2019",ml[ml.ContainsES2018=128]="ContainsES2018",ml[ml.ContainsES2017=256]="ContainsES2017",ml[ml.ContainsES2016=512]="ContainsES2016",ml[ml.ContainsES2015=1024]="ContainsES2015",ml[ml.ContainsGenerator=2048]="ContainsGenerator",ml[ml.ContainsDestructuringAssignment=4096]="ContainsDestructuringAssignment",ml[ml.ContainsTypeScriptClassSyntax=8192]="ContainsTypeScriptClassSyntax",ml[ml.ContainsLexicalThis=16384]="ContainsLexicalThis",ml[ml.ContainsRestOrSpread=32768]="ContainsRestOrSpread",ml[ml.ContainsObjectRestOrSpread=65536]="ContainsObjectRestOrSpread",ml[ml.ContainsComputedPropertyName=131072]="ContainsComputedPropertyName",ml[ml.ContainsBlockScopedBinding=262144]="ContainsBlockScopedBinding",ml[ml.ContainsBindingPattern=524288]="ContainsBindingPattern",ml[ml.ContainsYield=1048576]="ContainsYield",ml[ml.ContainsAwait=2097152]="ContainsAwait",ml[ml.ContainsHoistedDeclarationOrCompletion=4194304]="ContainsHoistedDeclarationOrCompletion",ml[ml.ContainsDynamicImport=8388608]="ContainsDynamicImport",ml[ml.ContainsClassFields=16777216]="ContainsClassFields",ml[ml.ContainsDecorators=33554432]="ContainsDecorators",ml[ml.ContainsPossibleTopLevelAwait=67108864]="ContainsPossibleTopLevelAwait",ml[ml.ContainsLexicalSuper=134217728]="ContainsLexicalSuper",ml[ml.ContainsUpdateExpressionForIdentifier=268435456]="ContainsUpdateExpressionForIdentifier",ml[ml.ContainsPrivateIdentifierInExpression=536870912]="ContainsPrivateIdentifierInExpression",ml[ml.HasComputedFlags=-2147483648]="HasComputedFlags",ml[ml.AssertTypeScript=1]="AssertTypeScript",ml[ml.AssertJsx=2]="AssertJsx",ml[ml.AssertESNext=4]="AssertESNext",ml[ml.AssertES2022=8]="AssertES2022",ml[ml.AssertES2021=16]="AssertES2021",ml[ml.AssertES2020=32]="AssertES2020",ml[ml.AssertES2019=64]="AssertES2019",ml[ml.AssertES2018=128]="AssertES2018",ml[ml.AssertES2017=256]="AssertES2017",ml[ml.AssertES2016=512]="AssertES2016",ml[ml.AssertES2015=1024]="AssertES2015",ml[ml.AssertGenerator=2048]="AssertGenerator",ml[ml.AssertDestructuringAssignment=4096]="AssertDestructuringAssignment",ml[ml.OuterExpressionExcludes=-2147483648]="OuterExpressionExcludes",ml[ml.PropertyAccessExcludes=-2147483648]="PropertyAccessExcludes",ml[ml.NodeExcludes=-2147483648]="NodeExcludes",ml[ml.ArrowFunctionExcludes=-2072174592]="ArrowFunctionExcludes",ml[ml.FunctionExcludes=-1937940480]="FunctionExcludes",ml[ml.ConstructorExcludes=-1937948672]="ConstructorExcludes",ml[ml.MethodOrAccessorExcludes=-2005057536]="MethodOrAccessorExcludes",ml[ml.PropertyExcludes=-2013249536]="PropertyExcludes",ml[ml.ClassExcludes=-2147344384]="ClassExcludes",ml[ml.ModuleExcludes=-1941676032]="ModuleExcludes",ml[ml.TypeExcludes=-2]="TypeExcludes",ml[ml.ObjectLiteralExcludes=-2147278848]="ObjectLiteralExcludes",ml[ml.ArrayLiteralOrCallOrNewExcludes=-2147450880]="ArrayLiteralOrCallOrNewExcludes",ml[ml.VariableDeclarationListExcludes=-2146893824]="VariableDeclarationListExcludes",ml[ml.ParameterExcludes=-2147483648]="ParameterExcludes",ml[ml.CatchClauseExcludes=-2147418112]="CatchClauseExcludes",ml[ml.BindingPatternExcludes=-2147450880]="BindingPatternExcludes",ml[ml.ContainsLexicalThisOrSuper=134234112]="ContainsLexicalThisOrSuper",ml[ml.PropertyNamePropagatingFlags=134234112]="PropertyNamePropagatingFlags",ml))(_A||{}),mA=(ml=>(ml[ml.TabStop=0]="TabStop",ml[ml.Placeholder=1]="Placeholder",ml[ml.Choice=2]="Choice",ml[ml.Variable=3]="Variable",ml))(mA||{}),gA=(ml=>(ml[ml.None=0]="None",ml[ml.SingleLine=1]="SingleLine",ml[ml.MultiLine=2]="MultiLine",ml[ml.AdviseOnEmitNode=4]="AdviseOnEmitNode",ml[ml.NoSubstitution=8]="NoSubstitution",ml[ml.CapturesThis=16]="CapturesThis",ml[ml.NoLeadingSourceMap=32]="NoLeadingSourceMap",ml[ml.NoTrailingSourceMap=64]="NoTrailingSourceMap",ml[ml.NoSourceMap=96]="NoSourceMap",ml[ml.NoNestedSourceMaps=128]="NoNestedSourceMaps",ml[ml.NoTokenLeadingSourceMaps=256]="NoTokenLeadingSourceMaps",ml[ml.NoTokenTrailingSourceMaps=512]="NoTokenTrailingSourceMaps",ml[ml.NoTokenSourceMaps=768]="NoTokenSourceMaps",ml[ml.NoLeadingComments=1024]="NoLeadingComments",ml[ml.NoTrailingComments=2048]="NoTrailingComments",ml[ml.NoComments=3072]="NoComments",ml[ml.NoNestedComments=4096]="NoNestedComments",ml[ml.HelperName=8192]="HelperName",ml[ml.ExportName=16384]="ExportName",ml[ml.LocalName=32768]="LocalName",ml[ml.InternalName=65536]="InternalName",ml[ml.Indented=131072]="Indented",ml[ml.NoIndentation=262144]="NoIndentation",ml[ml.AsyncFunctionBody=524288]="AsyncFunctionBody",ml[ml.ReuseTempVariableScope=1048576]="ReuseTempVariableScope",ml[ml.CustomPrologue=2097152]="CustomPrologue",ml[ml.NoHoisting=4194304]="NoHoisting",ml[ml.Iterator=8388608]="Iterator",ml[ml.NoAsciiEscaping=16777216]="NoAsciiEscaping",ml))(gA||{});var AA={Classes:2,ForOf:2,Generators:2,Iteration:2,SpreadElements:2,RestElements:2,TaggedTemplates:2,DestructuringAssignment:2,BindingPatterns:2,ArrowFunctions:2,BlockScopedVariables:2,ObjectAssign:2,RegularExpressionFlagsUnicode:2,RegularExpressionFlagsSticky:2,Exponentiation:3,AsyncFunctions:4,ForAwaitOf:5,AsyncGenerators:5,AsyncIteration:5,ObjectSpreadRest:5,RegularExpressionFlagsDotAll:5,BindinglessCatch:6,BigInt:7,NullishCoalesce:7,OptionalChaining:7,LogicalAssignment:8,TopLevelAwait:9,ClassFields:9,PrivateNamesAndClassStaticBlocks:9,RegularExpressionFlagsHasIndices:9,ShebangComments:10,RegularExpressionFlagsUnicodeSets:11,UsingAndAwaitUsing:99,ClassAndClassElementDecorators:99};var yA={reference:{args:[{name:"types",optional:!0,captureSpan:!0},{name:"lib",optional:!0,captureSpan:!0},{name:"path",optional:!0,captureSpan:!0},{name:"no-default-lib",optional:!0},{name:"resolution-mode",optional:!0},{name:"preserve",optional:!0}],kind:1},"amd-dependency":{args:[{name:"path"},{name:"name",optional:!0}],kind:1},"amd-module":{args:[{name:"name"}],kind:1},"ts-check":{kind:2},"ts-nocheck":{kind:2},jsx:{args:[{name:"factory"}],kind:4},jsxfrag:{args:[{name:"factory"}],kind:4},jsximportsource:{args:[{name:"factory"}],kind:4},jsxruntime:{args:[{name:"factory"}],kind:4}},bA=(ml=>(ml[ml.ParseAll=0]="ParseAll",ml[ml.ParseNone=1]="ParseNone",ml[ml.ParseForTypeErrors=2]="ParseForTypeErrors",ml[ml.ParseForTypeInfo=3]="ParseForTypeInfo",ml))(bA||{});var vA="/",EA="\\",wA="://",CA=/\\/g;function Zy(ml){return ml===47||ml===92}function eg(ml,Al){return ml.length>Al.length&&Gy(ml,Al)}function sf(ml){return ml.length>0&&Zy(ml.charCodeAt(ml.length-1))}function Ad(ml){return ml>=97&&ml<=122||ml>=65&&ml<=90}function tg(ml,Al){let Rl=ml.charCodeAt(Al);if(Rl===58)return Al+1;if(Rl===37&&ml.charCodeAt(Al+1)===51){let Rl=ml.charCodeAt(Al+2);if(Rl===97||Rl===65)return Al+3}return-1}function ng(ml){if(!ml)return 0;let Al=ml.charCodeAt(0);if(Al===47||Al===92){if(ml.charCodeAt(1)!==Al)return 1;let Rl=ml.indexOf(Al===47?vA:EA,2);return Rl<0?ml.length:Rl+1}if(Ad(Al)&&ml.charCodeAt(1)===58){let Al=ml.charCodeAt(2);if(Al===47||Al===92)return 3;if(ml.length===2)return 2}let Rl=ml.indexOf(wA);if(Rl!==-1){let Al=Rl+wA.length,zl=ml.indexOf(vA,Al);if(zl!==-1){let rd=ml.slice(0,Rl),yh=ml.slice(Al,zl);if(rd==="file"&&(yh===""||yh==="localhost")&&Ad(ml.charCodeAt(zl+1))){let Al=tg(ml,zl+2);if(Al!==-1){if(ml.charCodeAt(Al)===47)return~(Al+1);if(Al===ml.length)return~Al}}return~(zl+1)}return~ml.length}return 0}function f_(ml){let Al=ng(ml);return Al<0?~Al:Al}function Jm(ml,Al,Rl){if(ml=d_(ml),f_(ml)===ml.length)return"";ml=vl(ml);let zl=ml.slice(Math.max(f_(ml),ml.lastIndexOf(vA)+1)),rd=Al!==void 0&&Rl!==void 0?Rm(zl,Al,Rl):void 0;return rd?zl.slice(0,zl.length-rd.length):zl}function Cd(ml,Al,Rl){if(bl(Al,".")||(Al="."+Al),ml.length>=Al.length&&ml.charCodeAt(ml.length-Al.length)===46){let zl=ml.slice(ml.length-Al.length);if(Rl(zl,Al))return zl}}function rg(ml,Al,Rl){if(typeof Al=="string")return Cd(ml,Al,Rl)||"";for(let zl of Al){let Al=Cd(ml,zl,Rl);if(Al)return Al}return""}function Rm(ml,Al,Rl){if(Al)return rg(vl(ml),Al,Rl?tf:Fy);let zl=Jm(ml),rd=zl.lastIndexOf(".");return rd>=0?zl.substring(rd):""}function d_(ml){return ml.includes("\\")?ml.replace(CA,vA):ml}function ig(ml,...Al){ml&&(ml=d_(ml));for(let Rl of Al)Rl&&(Rl=d_(Rl),!ml||f_(Rl)!==0?ml=Rl:ml=Bm(ml)+Rl);return ml}function ag(ml,Al){let Rl=f_(ml);Rl===0&&Al?(ml=ig(Al,ml),Rl=f_(ml)):ml=d_(ml);let zl=Um(ml);if(zl!==void 0)return zl.length>Rl?vl(zl):zl;let rd=ml.length,yh=ml.substring(0,Rl),kh,Qh=Rl,cf=Qh,t_=Qh,r_=Rl!==0;for(;Qhcf&&(kh??(kh=ml.substring(0,cf-1)),cf=Qh);let zl=ml.indexOf(vA,Qh+1);zl===-1&&(zl=rd);let u_=zl-cf;if(u_===1&&ml.charCodeAt(Qh)===46)kh??(kh=ml.substring(0,t_));else if(u_===2&&ml.charCodeAt(Qh)===46&&ml.charCodeAt(Qh+1)===46)if(!r_)kh!==void 0?kh+=kh.length===Rl?"..":"/..":t_=Qh+2;else if(kh===void 0)t_-2>=0?kh=ml.substring(0,Math.max(Rl,ml.lastIndexOf(vA,t_-2))):kh=ml.substring(0,t_);else{let ml=kh.lastIndexOf(vA);ml!==-1?kh=kh.substring(0,Math.max(Rl,ml)):kh=yh,kh.length===Rl&&(r_=Rl!==0)}else kh!==void 0?(kh.length!==Rl&&(kh+=vA),r_=!0,kh+=ml.substring(cf,zl)):(r_=!0,t_=zl);Qh=zl+1}return kh??(rd>Rl?vl(ml):ml)}function sg(ml){ml=d_(ml);let Al=Um(ml);return Al!==void 0?Al:(Al=ag(ml,""),Al&&sf(ml)?Bm(Al):Al)}function Um(ml){if(!xA.test(ml))return ml;let Al=ml.replace(/\/\.\//g,"/");if(Al.startsWith("./")&&(Al=Al.slice(2)),Al!==ml&&(ml=Al,!xA.test(ml)))return ml}function vl(ml){return sf(ml)?ml.substr(0,ml.length-1):ml}function Bm(ml){return sf(ml)?ml:ml+vA}var xA=/\/\/|(?:^|\/)\.\.?(?:$|\/)/;function n(ml,Al,Rl,zl,rd,yh,kh){return{code:ml,category:Al,key:Rl,message:zl,reportsUnnecessary:rd,elidedInCompatabilityPyramid:yh,reportsDeprecated:kh}}var DA={Unterminated_string_literal:n(1002,1,"Unterminated_string_literal_1002","Unterminated string literal."),Identifier_expected:n(1003,1,"Identifier_expected_1003","Identifier expected."),_0_expected:n(1005,1,"_0_expected_1005","'{0}' expected."),A_file_cannot_have_a_reference_to_itself:n(1006,1,"A_file_cannot_have_a_reference_to_itself_1006","A file cannot have a reference to itself."),The_parser_expected_to_find_a_1_to_match_the_0_token_here:n(1007,1,"The_parser_expected_to_find_a_1_to_match_the_0_token_here_1007","The parser expected to find a '{1}' to match the '{0}' token here."),Trailing_comma_not_allowed:n(1009,1,"Trailing_comma_not_allowed_1009","Trailing comma not allowed."),Asterisk_Slash_expected:n(1010,1,"Asterisk_Slash_expected_1010","'*/' expected."),An_element_access_expression_should_take_an_argument:n(1011,1,"An_element_access_expression_should_take_an_argument_1011","An element access expression should take an argument."),Unexpected_token:n(1012,1,"Unexpected_token_1012","Unexpected token."),A_rest_parameter_or_binding_pattern_may_not_have_a_trailing_comma:n(1013,1,"A_rest_parameter_or_binding_pattern_may_not_have_a_trailing_comma_1013","A rest parameter or binding pattern may not have a trailing comma."),A_rest_parameter_must_be_last_in_a_parameter_list:n(1014,1,"A_rest_parameter_must_be_last_in_a_parameter_list_1014","A rest parameter must be last in a parameter list."),Parameter_cannot_have_question_mark_and_initializer:n(1015,1,"Parameter_cannot_have_question_mark_and_initializer_1015","Parameter cannot have question mark and initializer."),A_required_parameter_cannot_follow_an_optional_parameter:n(1016,1,"A_required_parameter_cannot_follow_an_optional_parameter_1016","A required parameter cannot follow an optional parameter."),An_index_signature_cannot_have_a_rest_parameter:n(1017,1,"An_index_signature_cannot_have_a_rest_parameter_1017","An index signature cannot have a rest parameter."),An_index_signature_parameter_cannot_have_an_accessibility_modifier:n(1018,1,"An_index_signature_parameter_cannot_have_an_accessibility_modifier_1018","An index signature parameter cannot have an accessibility modifier."),An_index_signature_parameter_cannot_have_a_question_mark:n(1019,1,"An_index_signature_parameter_cannot_have_a_question_mark_1019","An index signature parameter cannot have a question mark."),An_index_signature_parameter_cannot_have_an_initializer:n(1020,1,"An_index_signature_parameter_cannot_have_an_initializer_1020","An index signature parameter cannot have an initializer."),An_index_signature_must_have_a_type_annotation:n(1021,1,"An_index_signature_must_have_a_type_annotation_1021","An index signature must have a type annotation."),An_index_signature_parameter_must_have_a_type_annotation:n(1022,1,"An_index_signature_parameter_must_have_a_type_annotation_1022","An index signature parameter must have a type annotation."),readonly_modifier_can_only_appear_on_a_property_declaration_or_index_signature:n(1024,1,"readonly_modifier_can_only_appear_on_a_property_declaration_or_index_signature_1024","'readonly' modifier can only appear on a property declaration or index signature."),An_index_signature_cannot_have_a_trailing_comma:n(1025,1,"An_index_signature_cannot_have_a_trailing_comma_1025","An index signature cannot have a trailing comma."),Accessibility_modifier_already_seen:n(1028,1,"Accessibility_modifier_already_seen_1028","Accessibility modifier already seen."),_0_modifier_must_precede_1_modifier:n(1029,1,"_0_modifier_must_precede_1_modifier_1029","'{0}' modifier must precede '{1}' modifier."),_0_modifier_already_seen:n(1030,1,"_0_modifier_already_seen_1030","'{0}' modifier already seen."),_0_modifier_cannot_appear_on_class_elements_of_this_kind:n(1031,1,"_0_modifier_cannot_appear_on_class_elements_of_this_kind_1031","'{0}' modifier cannot appear on class elements of this kind."),super_must_be_followed_by_an_argument_list_or_member_access:n(1034,1,"super_must_be_followed_by_an_argument_list_or_member_access_1034","'super' must be followed by an argument list or member access."),Only_ambient_modules_can_use_quoted_names:n(1035,1,"Only_ambient_modules_can_use_quoted_names_1035","Only ambient modules can use quoted names."),Statements_are_not_allowed_in_ambient_contexts:n(1036,1,"Statements_are_not_allowed_in_ambient_contexts_1036","Statements are not allowed in ambient contexts."),A_declare_modifier_cannot_be_used_in_an_already_ambient_context:n(1038,1,"A_declare_modifier_cannot_be_used_in_an_already_ambient_context_1038","A 'declare' modifier cannot be used in an already ambient context."),Initializers_are_not_allowed_in_ambient_contexts:n(1039,1,"Initializers_are_not_allowed_in_ambient_contexts_1039","Initializers are not allowed in ambient contexts."),_0_modifier_cannot_be_used_in_an_ambient_context:n(1040,1,"_0_modifier_cannot_be_used_in_an_ambient_context_1040","'{0}' modifier cannot be used in an ambient context."),_0_modifier_cannot_be_used_here:n(1042,1,"_0_modifier_cannot_be_used_here_1042","'{0}' modifier cannot be used here."),_0_modifier_cannot_appear_on_a_module_or_namespace_element:n(1044,1,"_0_modifier_cannot_appear_on_a_module_or_namespace_element_1044","'{0}' modifier cannot appear on a module or namespace element."),Top_level_declarations_in_d_ts_files_must_start_with_either_a_declare_or_export_modifier:n(1046,1,"Top_level_declarations_in_d_ts_files_must_start_with_either_a_declare_or_export_modifier_1046","Top-level declarations in .d.ts files must start with either a 'declare' or 'export' modifier."),A_rest_parameter_cannot_be_optional:n(1047,1,"A_rest_parameter_cannot_be_optional_1047","A rest parameter cannot be optional."),A_rest_parameter_cannot_have_an_initializer:n(1048,1,"A_rest_parameter_cannot_have_an_initializer_1048","A rest parameter cannot have an initializer."),A_set_accessor_must_have_exactly_one_parameter:n(1049,1,"A_set_accessor_must_have_exactly_one_parameter_1049","A 'set' accessor must have exactly one parameter."),A_set_accessor_cannot_have_an_optional_parameter:n(1051,1,"A_set_accessor_cannot_have_an_optional_parameter_1051","A 'set' accessor cannot have an optional parameter."),A_set_accessor_parameter_cannot_have_an_initializer:n(1052,1,"A_set_accessor_parameter_cannot_have_an_initializer_1052","A 'set' accessor parameter cannot have an initializer."),A_set_accessor_cannot_have_rest_parameter:n(1053,1,"A_set_accessor_cannot_have_rest_parameter_1053","A 'set' accessor cannot have rest parameter."),A_get_accessor_cannot_have_parameters:n(1054,1,"A_get_accessor_cannot_have_parameters_1054","A 'get' accessor cannot have parameters."),Type_0_is_not_a_valid_async_function_return_type_in_ES5_because_it_does_not_refer_to_a_Promise_compatible_constructor_value:n(1055,1,"Type_0_is_not_a_valid_async_function_return_type_in_ES5_because_it_does_not_refer_to_a_Promise_compa_1055","Type '{0}' is not a valid async function return type in ES5 because it does not refer to a Promise-compatible constructor value."),Accessors_are_only_available_when_targeting_ECMAScript_5_and_higher:n(1056,1,"Accessors_are_only_available_when_targeting_ECMAScript_5_and_higher_1056","Accessors are only available when targeting ECMAScript 5 and higher."),The_return_type_of_an_async_function_must_either_be_a_valid_promise_or_must_not_contain_a_callable_then_member:n(1058,1,"The_return_type_of_an_async_function_must_either_be_a_valid_promise_or_must_not_contain_a_callable_t_1058","The return type of an async function must either be a valid promise or must not contain a callable 'then' member."),A_promise_must_have_a_then_method:n(1059,1,"A_promise_must_have_a_then_method_1059","A promise must have a 'then' method."),The_first_parameter_of_the_then_method_of_a_promise_must_be_a_callback:n(1060,1,"The_first_parameter_of_the_then_method_of_a_promise_must_be_a_callback_1060","The first parameter of the 'then' method of a promise must be a callback."),Enum_member_must_have_initializer:n(1061,1,"Enum_member_must_have_initializer_1061","Enum member must have initializer."),Type_is_referenced_directly_or_indirectly_in_the_fulfillment_callback_of_its_own_then_method:n(1062,1,"Type_is_referenced_directly_or_indirectly_in_the_fulfillment_callback_of_its_own_then_method_1062","Type is referenced directly or indirectly in the fulfillment callback of its own 'then' method."),An_export_assignment_cannot_be_used_in_a_namespace:n(1063,1,"An_export_assignment_cannot_be_used_in_a_namespace_1063","An export assignment cannot be used in a namespace."),The_return_type_of_an_async_function_or_method_must_be_the_global_Promise_T_type_Did_you_mean_to_write_Promise_0:n(1064,1,"The_return_type_of_an_async_function_or_method_must_be_the_global_Promise_T_type_Did_you_mean_to_wri_1064","The return type of an async function or method must be the global Promise type. Did you mean to write 'Promise<{0}>'?"),The_return_type_of_an_async_function_or_method_must_be_the_global_Promise_T_type:n(1065,1,"The_return_type_of_an_async_function_or_method_must_be_the_global_Promise_T_type_1065","The return type of an async function or method must be the global Promise type."),In_ambient_enum_declarations_member_initializer_must_be_constant_expression:n(1066,1,"In_ambient_enum_declarations_member_initializer_must_be_constant_expression_1066","In ambient enum declarations member initializer must be constant expression."),Unexpected_token_A_constructor_method_accessor_or_property_was_expected:n(1068,1,"Unexpected_token_A_constructor_method_accessor_or_property_was_expected_1068","Unexpected token. A constructor, method, accessor, or property was expected."),Unexpected_token_A_type_parameter_name_was_expected_without_curly_braces:n(1069,1,"Unexpected_token_A_type_parameter_name_was_expected_without_curly_braces_1069","Unexpected token. A type parameter name was expected without curly braces."),_0_modifier_cannot_appear_on_a_type_member:n(1070,1,"_0_modifier_cannot_appear_on_a_type_member_1070","'{0}' modifier cannot appear on a type member."),_0_modifier_cannot_appear_on_an_index_signature:n(1071,1,"_0_modifier_cannot_appear_on_an_index_signature_1071","'{0}' modifier cannot appear on an index signature."),A_0_modifier_cannot_be_used_with_an_import_declaration:n(1079,1,"A_0_modifier_cannot_be_used_with_an_import_declaration_1079","A '{0}' modifier cannot be used with an import declaration."),Invalid_reference_directive_syntax:n(1084,1,"Invalid_reference_directive_syntax_1084","Invalid 'reference' directive syntax."),_0_modifier_cannot_appear_on_a_constructor_declaration:n(1089,1,"_0_modifier_cannot_appear_on_a_constructor_declaration_1089","'{0}' modifier cannot appear on a constructor declaration."),_0_modifier_cannot_appear_on_a_parameter:n(1090,1,"_0_modifier_cannot_appear_on_a_parameter_1090","'{0}' modifier cannot appear on a parameter."),Only_a_single_variable_declaration_is_allowed_in_a_for_in_statement:n(1091,1,"Only_a_single_variable_declaration_is_allowed_in_a_for_in_statement_1091","Only a single variable declaration is allowed in a 'for...in' statement."),Type_parameters_cannot_appear_on_a_constructor_declaration:n(1092,1,"Type_parameters_cannot_appear_on_a_constructor_declaration_1092","Type parameters cannot appear on a constructor declaration."),Type_annotation_cannot_appear_on_a_constructor_declaration:n(1093,1,"Type_annotation_cannot_appear_on_a_constructor_declaration_1093","Type annotation cannot appear on a constructor declaration."),An_accessor_cannot_have_type_parameters:n(1094,1,"An_accessor_cannot_have_type_parameters_1094","An accessor cannot have type parameters."),A_set_accessor_cannot_have_a_return_type_annotation:n(1095,1,"A_set_accessor_cannot_have_a_return_type_annotation_1095","A 'set' accessor cannot have a return type annotation."),An_index_signature_must_have_exactly_one_parameter:n(1096,1,"An_index_signature_must_have_exactly_one_parameter_1096","An index signature must have exactly one parameter."),_0_list_cannot_be_empty:n(1097,1,"_0_list_cannot_be_empty_1097","'{0}' list cannot be empty."),Type_parameter_list_cannot_be_empty:n(1098,1,"Type_parameter_list_cannot_be_empty_1098","Type parameter list cannot be empty."),Type_argument_list_cannot_be_empty:n(1099,1,"Type_argument_list_cannot_be_empty_1099","Type argument list cannot be empty."),Invalid_use_of_0_in_strict_mode:n(1100,1,"Invalid_use_of_0_in_strict_mode_1100","Invalid use of '{0}' in strict mode."),with_statements_are_not_allowed_in_strict_mode:n(1101,1,"with_statements_are_not_allowed_in_strict_mode_1101","'with' statements are not allowed in strict mode."),delete_cannot_be_called_on_an_identifier_in_strict_mode:n(1102,1,"delete_cannot_be_called_on_an_identifier_in_strict_mode_1102","'delete' cannot be called on an identifier in strict mode."),for_await_loops_are_only_allowed_within_async_functions_and_at_the_top_levels_of_modules:n(1103,1,"for_await_loops_are_only_allowed_within_async_functions_and_at_the_top_levels_of_modules_1103","'for await' loops are only allowed within async functions and at the top levels of modules."),A_continue_statement_can_only_be_used_within_an_enclosing_iteration_statement:n(1104,1,"A_continue_statement_can_only_be_used_within_an_enclosing_iteration_statement_1104","A 'continue' statement can only be used within an enclosing iteration statement."),A_break_statement_can_only_be_used_within_an_enclosing_iteration_or_switch_statement:n(1105,1,"A_break_statement_can_only_be_used_within_an_enclosing_iteration_or_switch_statement_1105","A 'break' statement can only be used within an enclosing iteration or switch statement."),The_left_hand_side_of_a_for_of_statement_may_not_be_async:n(1106,1,"The_left_hand_side_of_a_for_of_statement_may_not_be_async_1106","The left-hand side of a 'for...of' statement may not be 'async'."),Jump_target_cannot_cross_function_boundary:n(1107,1,"Jump_target_cannot_cross_function_boundary_1107","Jump target cannot cross function boundary."),A_return_statement_can_only_be_used_within_a_function_body:n(1108,1,"A_return_statement_can_only_be_used_within_a_function_body_1108","A 'return' statement can only be used within a function body."),Expression_expected:n(1109,1,"Expression_expected_1109","Expression expected."),Type_expected:n(1110,1,"Type_expected_1110","Type expected."),Private_field_0_must_be_declared_in_an_enclosing_class:n(1111,1,"Private_field_0_must_be_declared_in_an_enclosing_class_1111","Private field '{0}' must be declared in an enclosing class."),A_default_clause_cannot_appear_more_than_once_in_a_switch_statement:n(1113,1,"A_default_clause_cannot_appear_more_than_once_in_a_switch_statement_1113","A 'default' clause cannot appear more than once in a 'switch' statement."),Duplicate_label_0:n(1114,1,"Duplicate_label_0_1114","Duplicate label '{0}'."),A_continue_statement_can_only_jump_to_a_label_of_an_enclosing_iteration_statement:n(1115,1,"A_continue_statement_can_only_jump_to_a_label_of_an_enclosing_iteration_statement_1115","A 'continue' statement can only jump to a label of an enclosing iteration statement."),A_break_statement_can_only_jump_to_a_label_of_an_enclosing_statement:n(1116,1,"A_break_statement_can_only_jump_to_a_label_of_an_enclosing_statement_1116","A 'break' statement can only jump to a label of an enclosing statement."),An_object_literal_cannot_have_multiple_properties_with_the_same_name:n(1117,1,"An_object_literal_cannot_have_multiple_properties_with_the_same_name_1117","An object literal cannot have multiple properties with the same name."),An_object_literal_cannot_have_multiple_get_Slashset_accessors_with_the_same_name:n(1118,1,"An_object_literal_cannot_have_multiple_get_Slashset_accessors_with_the_same_name_1118","An object literal cannot have multiple get/set accessors with the same name."),An_object_literal_cannot_have_property_and_accessor_with_the_same_name:n(1119,1,"An_object_literal_cannot_have_property_and_accessor_with_the_same_name_1119","An object literal cannot have property and accessor with the same name."),An_export_assignment_cannot_have_modifiers:n(1120,1,"An_export_assignment_cannot_have_modifiers_1120","An export assignment cannot have modifiers."),Octal_literals_are_not_allowed_Use_the_syntax_0:n(1121,1,"Octal_literals_are_not_allowed_Use_the_syntax_0_1121","Octal literals are not allowed. Use the syntax '{0}'."),Variable_declaration_list_cannot_be_empty:n(1123,1,"Variable_declaration_list_cannot_be_empty_1123","Variable declaration list cannot be empty."),Digit_expected:n(1124,1,"Digit_expected_1124","Digit expected."),Hexadecimal_digit_expected:n(1125,1,"Hexadecimal_digit_expected_1125","Hexadecimal digit expected."),Unexpected_end_of_text:n(1126,1,"Unexpected_end_of_text_1126","Unexpected end of text."),Invalid_character:n(1127,1,"Invalid_character_1127","Invalid character."),Declaration_or_statement_expected:n(1128,1,"Declaration_or_statement_expected_1128","Declaration or statement expected."),Statement_expected:n(1129,1,"Statement_expected_1129","Statement expected."),case_or_default_expected:n(1130,1,"case_or_default_expected_1130","'case' or 'default' expected."),Property_or_signature_expected:n(1131,1,"Property_or_signature_expected_1131","Property or signature expected."),Enum_member_expected:n(1132,1,"Enum_member_expected_1132","Enum member expected."),Variable_declaration_expected:n(1134,1,"Variable_declaration_expected_1134","Variable declaration expected."),Argument_expression_expected:n(1135,1,"Argument_expression_expected_1135","Argument expression expected."),Property_assignment_expected:n(1136,1,"Property_assignment_expected_1136","Property assignment expected."),Expression_or_comma_expected:n(1137,1,"Expression_or_comma_expected_1137","Expression or comma expected."),Parameter_declaration_expected:n(1138,1,"Parameter_declaration_expected_1138","Parameter declaration expected."),Type_parameter_declaration_expected:n(1139,1,"Type_parameter_declaration_expected_1139","Type parameter declaration expected."),Type_argument_expected:n(1140,1,"Type_argument_expected_1140","Type argument expected."),String_literal_expected:n(1141,1,"String_literal_expected_1141","String literal expected."),Line_break_not_permitted_here:n(1142,1,"Line_break_not_permitted_here_1142","Line break not permitted here."),or_expected:n(1144,1,"or_expected_1144","'{' or ';' expected."),or_JSX_element_expected:n(1145,1,"or_JSX_element_expected_1145","'{' or JSX element expected."),Declaration_expected:n(1146,1,"Declaration_expected_1146","Declaration expected."),Import_declarations_in_a_namespace_cannot_reference_a_module:n(1147,1,"Import_declarations_in_a_namespace_cannot_reference_a_module_1147","Import declarations in a namespace cannot reference a module."),Cannot_use_imports_exports_or_module_augmentations_when_module_is_none:n(1148,1,"Cannot_use_imports_exports_or_module_augmentations_when_module_is_none_1148","Cannot use imports, exports, or module augmentations when '--module' is 'none'."),File_name_0_differs_from_already_included_file_name_1_only_in_casing:n(1149,1,"File_name_0_differs_from_already_included_file_name_1_only_in_casing_1149","File name '{0}' differs from already included file name '{1}' only in casing."),_0_declarations_must_be_initialized:n(1155,1,"_0_declarations_must_be_initialized_1155","'{0}' declarations must be initialized."),_0_declarations_can_only_be_declared_inside_a_block:n(1156,1,"_0_declarations_can_only_be_declared_inside_a_block_1156","'{0}' declarations can only be declared inside a block."),Unterminated_template_literal:n(1160,1,"Unterminated_template_literal_1160","Unterminated template literal."),Unterminated_regular_expression_literal:n(1161,1,"Unterminated_regular_expression_literal_1161","Unterminated regular expression literal."),An_object_member_cannot_be_declared_optional:n(1162,1,"An_object_member_cannot_be_declared_optional_1162","An object member cannot be declared optional."),A_yield_expression_is_only_allowed_in_a_generator_body:n(1163,1,"A_yield_expression_is_only_allowed_in_a_generator_body_1163","A 'yield' expression is only allowed in a generator body."),Computed_property_names_are_not_allowed_in_enums:n(1164,1,"Computed_property_names_are_not_allowed_in_enums_1164","Computed property names are not allowed in enums."),A_computed_property_name_in_an_ambient_context_must_refer_to_an_expression_whose_type_is_a_literal_type_or_a_unique_symbol_type:n(1165,1,"A_computed_property_name_in_an_ambient_context_must_refer_to_an_expression_whose_type_is_a_literal_t_1165","A computed property name in an ambient context must refer to an expression whose type is a literal type or a 'unique symbol' type."),A_computed_property_name_in_a_class_property_declaration_must_have_a_simple_literal_type_or_a_unique_symbol_type:n(1166,1,"A_computed_property_name_in_a_class_property_declaration_must_have_a_simple_literal_type_or_a_unique_1166","A computed property name in a class property declaration must have a simple literal type or a 'unique symbol' type."),A_computed_property_name_in_a_method_overload_must_refer_to_an_expression_whose_type_is_a_literal_type_or_a_unique_symbol_type:n(1168,1,"A_computed_property_name_in_a_method_overload_must_refer_to_an_expression_whose_type_is_a_literal_ty_1168","A computed property name in a method overload must refer to an expression whose type is a literal type or a 'unique symbol' type."),A_computed_property_name_in_an_interface_must_refer_to_an_expression_whose_type_is_a_literal_type_or_a_unique_symbol_type:n(1169,1,"A_computed_property_name_in_an_interface_must_refer_to_an_expression_whose_type_is_a_literal_type_or_1169","A computed property name in an interface must refer to an expression whose type is a literal type or a 'unique symbol' type."),A_computed_property_name_in_a_type_literal_must_refer_to_an_expression_whose_type_is_a_literal_type_or_a_unique_symbol_type:n(1170,1,"A_computed_property_name_in_a_type_literal_must_refer_to_an_expression_whose_type_is_a_literal_type__1170","A computed property name in a type literal must refer to an expression whose type is a literal type or a 'unique symbol' type."),A_comma_expression_is_not_allowed_in_a_computed_property_name:n(1171,1,"A_comma_expression_is_not_allowed_in_a_computed_property_name_1171","A comma expression is not allowed in a computed property name."),extends_clause_already_seen:n(1172,1,"extends_clause_already_seen_1172","'extends' clause already seen."),extends_clause_must_precede_implements_clause:n(1173,1,"extends_clause_must_precede_implements_clause_1173","'extends' clause must precede 'implements' clause."),Classes_can_only_extend_a_single_class:n(1174,1,"Classes_can_only_extend_a_single_class_1174","Classes can only extend a single class."),implements_clause_already_seen:n(1175,1,"implements_clause_already_seen_1175","'implements' clause already seen."),Interface_declaration_cannot_have_implements_clause:n(1176,1,"Interface_declaration_cannot_have_implements_clause_1176","Interface declaration cannot have 'implements' clause."),Binary_digit_expected:n(1177,1,"Binary_digit_expected_1177","Binary digit expected."),Octal_digit_expected:n(1178,1,"Octal_digit_expected_1178","Octal digit expected."),Unexpected_token_expected:n(1179,1,"Unexpected_token_expected_1179","Unexpected token. '{' expected."),Property_destructuring_pattern_expected:n(1180,1,"Property_destructuring_pattern_expected_1180","Property destructuring pattern expected."),Array_element_destructuring_pattern_expected:n(1181,1,"Array_element_destructuring_pattern_expected_1181","Array element destructuring pattern expected."),A_destructuring_declaration_must_have_an_initializer:n(1182,1,"A_destructuring_declaration_must_have_an_initializer_1182","A destructuring declaration must have an initializer."),An_implementation_cannot_be_declared_in_ambient_contexts:n(1183,1,"An_implementation_cannot_be_declared_in_ambient_contexts_1183","An implementation cannot be declared in ambient contexts."),Modifiers_cannot_appear_here:n(1184,1,"Modifiers_cannot_appear_here_1184","Modifiers cannot appear here."),Merge_conflict_marker_encountered:n(1185,1,"Merge_conflict_marker_encountered_1185","Merge conflict marker encountered."),A_rest_element_cannot_have_an_initializer:n(1186,1,"A_rest_element_cannot_have_an_initializer_1186","A rest element cannot have an initializer."),A_parameter_property_may_not_be_declared_using_a_binding_pattern:n(1187,1,"A_parameter_property_may_not_be_declared_using_a_binding_pattern_1187","A parameter property may not be declared using a binding pattern."),Only_a_single_variable_declaration_is_allowed_in_a_for_of_statement:n(1188,1,"Only_a_single_variable_declaration_is_allowed_in_a_for_of_statement_1188","Only a single variable declaration is allowed in a 'for...of' statement."),The_variable_declaration_of_a_for_in_statement_cannot_have_an_initializer:n(1189,1,"The_variable_declaration_of_a_for_in_statement_cannot_have_an_initializer_1189","The variable declaration of a 'for...in' statement cannot have an initializer."),The_variable_declaration_of_a_for_of_statement_cannot_have_an_initializer:n(1190,1,"The_variable_declaration_of_a_for_of_statement_cannot_have_an_initializer_1190","The variable declaration of a 'for...of' statement cannot have an initializer."),An_import_declaration_cannot_have_modifiers:n(1191,1,"An_import_declaration_cannot_have_modifiers_1191","An import declaration cannot have modifiers."),Module_0_has_no_default_export:n(1192,1,"Module_0_has_no_default_export_1192","Module '{0}' has no default export."),An_export_declaration_cannot_have_modifiers:n(1193,1,"An_export_declaration_cannot_have_modifiers_1193","An export declaration cannot have modifiers."),Export_declarations_are_not_permitted_in_a_namespace:n(1194,1,"Export_declarations_are_not_permitted_in_a_namespace_1194","Export declarations are not permitted in a namespace."),export_Asterisk_does_not_re_export_a_default:n(1195,1,"export_Asterisk_does_not_re_export_a_default_1195","'export *' does not re-export a default."),Catch_clause_variable_type_annotation_must_be_any_or_unknown_if_specified:n(1196,1,"Catch_clause_variable_type_annotation_must_be_any_or_unknown_if_specified_1196","Catch clause variable type annotation must be 'any' or 'unknown' if specified."),Catch_clause_variable_cannot_have_an_initializer:n(1197,1,"Catch_clause_variable_cannot_have_an_initializer_1197","Catch clause variable cannot have an initializer."),An_extended_Unicode_escape_value_must_be_between_0x0_and_0x10FFFF_inclusive:n(1198,1,"An_extended_Unicode_escape_value_must_be_between_0x0_and_0x10FFFF_inclusive_1198","An extended Unicode escape value must be between 0x0 and 0x10FFFF inclusive."),Unterminated_Unicode_escape_sequence:n(1199,1,"Unterminated_Unicode_escape_sequence_1199","Unterminated Unicode escape sequence."),Line_terminator_not_permitted_before_arrow:n(1200,1,"Line_terminator_not_permitted_before_arrow_1200","Line terminator not permitted before arrow."),Import_assignment_cannot_be_used_when_targeting_ECMAScript_modules_Consider_using_import_Asterisk_as_ns_from_mod_import_a_from_mod_import_d_from_mod_or_another_module_format_instead:n(1202,1,"Import_assignment_cannot_be_used_when_targeting_ECMAScript_modules_Consider_using_import_Asterisk_as_1202",`Import assignment cannot be used when targeting ECMAScript modules. Consider using 'import * as ns from "mod"', 'import {a} from "mod"', 'import d from "mod"', or another module format instead.`),Export_assignment_cannot_be_used_when_targeting_ECMAScript_modules_Consider_using_export_default_or_another_module_format_instead:n(1203,1,"Export_assignment_cannot_be_used_when_targeting_ECMAScript_modules_Consider_using_export_default_or__1203","Export assignment cannot be used when targeting ECMAScript modules. Consider using 'export default' or another module format instead."),Re_exporting_a_type_when_0_is_enabled_requires_using_export_type:n(1205,1,"Re_exporting_a_type_when_0_is_enabled_requires_using_export_type_1205","Re-exporting a type when '{0}' is enabled requires using 'export type'."),Decorators_are_not_valid_here:n(1206,1,"Decorators_are_not_valid_here_1206","Decorators are not valid here."),Decorators_cannot_be_applied_to_multiple_get_Slashset_accessors_of_the_same_name:n(1207,1,"Decorators_cannot_be_applied_to_multiple_get_Slashset_accessors_of_the_same_name_1207","Decorators cannot be applied to multiple get/set accessors of the same name."),Invalid_optional_chain_from_new_expression_Did_you_mean_to_call_0:n(1209,1,"Invalid_optional_chain_from_new_expression_Did_you_mean_to_call_0_1209","Invalid optional chain from new expression. Did you mean to call '{0}()'?"),Code_contained_in_a_class_is_evaluated_in_JavaScript_s_strict_mode_which_does_not_allow_this_use_of_0_For_more_information_see_https_Colon_Slash_Slashdeveloper_mozilla_org_Slashen_US_Slashdocs_SlashWeb_SlashJavaScript_SlashReference_SlashStrict_mode:n(1210,1,"Code_contained_in_a_class_is_evaluated_in_JavaScript_s_strict_mode_which_does_not_allow_this_use_of__1210","Code contained in a class is evaluated in JavaScript's strict mode which does not allow this use of '{0}'. For more information, see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Strict_mode."),A_class_declaration_without_the_default_modifier_must_have_a_name:n(1211,1,"A_class_declaration_without_the_default_modifier_must_have_a_name_1211","A class declaration without the 'default' modifier must have a name."),Identifier_expected_0_is_a_reserved_word_in_strict_mode:n(1212,1,"Identifier_expected_0_is_a_reserved_word_in_strict_mode_1212","Identifier expected. '{0}' is a reserved word in strict mode."),Identifier_expected_0_is_a_reserved_word_in_strict_mode_Class_definitions_are_automatically_in_strict_mode:n(1213,1,"Identifier_expected_0_is_a_reserved_word_in_strict_mode_Class_definitions_are_automatically_in_stric_1213","Identifier expected. '{0}' is a reserved word in strict mode. Class definitions are automatically in strict mode."),Identifier_expected_0_is_a_reserved_word_in_strict_mode_Modules_are_automatically_in_strict_mode:n(1214,1,"Identifier_expected_0_is_a_reserved_word_in_strict_mode_Modules_are_automatically_in_strict_mode_1214","Identifier expected. '{0}' is a reserved word in strict mode. Modules are automatically in strict mode."),Invalid_use_of_0_Modules_are_automatically_in_strict_mode:n(1215,1,"Invalid_use_of_0_Modules_are_automatically_in_strict_mode_1215","Invalid use of '{0}'. Modules are automatically in strict mode."),Identifier_expected_esModule_is_reserved_as_an_exported_marker_when_transforming_ECMAScript_modules:n(1216,1,"Identifier_expected_esModule_is_reserved_as_an_exported_marker_when_transforming_ECMAScript_modules_1216","Identifier expected. '__esModule' is reserved as an exported marker when transforming ECMAScript modules."),Export_assignment_is_not_supported_when_module_flag_is_system:n(1218,1,"Export_assignment_is_not_supported_when_module_flag_is_system_1218","Export assignment is not supported when '--module' flag is 'system'."),Generators_are_not_allowed_in_an_ambient_context:n(1221,1,"Generators_are_not_allowed_in_an_ambient_context_1221","Generators are not allowed in an ambient context."),An_overload_signature_cannot_be_declared_as_a_generator:n(1222,1,"An_overload_signature_cannot_be_declared_as_a_generator_1222","An overload signature cannot be declared as a generator."),_0_tag_already_specified:n(1223,1,"_0_tag_already_specified_1223","'{0}' tag already specified."),Signature_0_must_be_a_type_predicate:n(1224,1,"Signature_0_must_be_a_type_predicate_1224","Signature '{0}' must be a type predicate."),Cannot_find_parameter_0:n(1225,1,"Cannot_find_parameter_0_1225","Cannot find parameter '{0}'."),Type_predicate_0_is_not_assignable_to_1:n(1226,1,"Type_predicate_0_is_not_assignable_to_1_1226","Type predicate '{0}' is not assignable to '{1}'."),Parameter_0_is_not_in_the_same_position_as_parameter_1:n(1227,1,"Parameter_0_is_not_in_the_same_position_as_parameter_1_1227","Parameter '{0}' is not in the same position as parameter '{1}'."),A_type_predicate_is_only_allowed_in_return_type_position_for_functions_and_methods:n(1228,1,"A_type_predicate_is_only_allowed_in_return_type_position_for_functions_and_methods_1228","A type predicate is only allowed in return type position for functions and methods."),A_type_predicate_cannot_reference_a_rest_parameter:n(1229,1,"A_type_predicate_cannot_reference_a_rest_parameter_1229","A type predicate cannot reference a rest parameter."),A_type_predicate_cannot_reference_element_0_in_a_binding_pattern:n(1230,1,"A_type_predicate_cannot_reference_element_0_in_a_binding_pattern_1230","A type predicate cannot reference element '{0}' in a binding pattern."),An_export_assignment_must_be_at_the_top_level_of_a_file_or_module_declaration:n(1231,1,"An_export_assignment_must_be_at_the_top_level_of_a_file_or_module_declaration_1231","An export assignment must be at the top level of a file or module declaration."),An_import_declaration_can_only_be_used_at_the_top_level_of_a_namespace_or_module:n(1232,1,"An_import_declaration_can_only_be_used_at_the_top_level_of_a_namespace_or_module_1232","An import declaration can only be used at the top level of a namespace or module."),An_export_declaration_can_only_be_used_at_the_top_level_of_a_namespace_or_module:n(1233,1,"An_export_declaration_can_only_be_used_at_the_top_level_of_a_namespace_or_module_1233","An export declaration can only be used at the top level of a namespace or module."),An_ambient_module_declaration_is_only_allowed_at_the_top_level_in_a_file:n(1234,1,"An_ambient_module_declaration_is_only_allowed_at_the_top_level_in_a_file_1234","An ambient module declaration is only allowed at the top level in a file."),A_namespace_declaration_is_only_allowed_at_the_top_level_of_a_namespace_or_module:n(1235,1,"A_namespace_declaration_is_only_allowed_at_the_top_level_of_a_namespace_or_module_1235","A namespace declaration is only allowed at the top level of a namespace or module."),The_return_type_of_a_property_decorator_function_must_be_either_void_or_any:n(1236,1,"The_return_type_of_a_property_decorator_function_must_be_either_void_or_any_1236","The return type of a property decorator function must be either 'void' or 'any'."),The_return_type_of_a_parameter_decorator_function_must_be_either_void_or_any:n(1237,1,"The_return_type_of_a_parameter_decorator_function_must_be_either_void_or_any_1237","The return type of a parameter decorator function must be either 'void' or 'any'."),Unable_to_resolve_signature_of_class_decorator_when_called_as_an_expression:n(1238,1,"Unable_to_resolve_signature_of_class_decorator_when_called_as_an_expression_1238","Unable to resolve signature of class decorator when called as an expression."),Unable_to_resolve_signature_of_parameter_decorator_when_called_as_an_expression:n(1239,1,"Unable_to_resolve_signature_of_parameter_decorator_when_called_as_an_expression_1239","Unable to resolve signature of parameter decorator when called as an expression."),Unable_to_resolve_signature_of_property_decorator_when_called_as_an_expression:n(1240,1,"Unable_to_resolve_signature_of_property_decorator_when_called_as_an_expression_1240","Unable to resolve signature of property decorator when called as an expression."),Unable_to_resolve_signature_of_method_decorator_when_called_as_an_expression:n(1241,1,"Unable_to_resolve_signature_of_method_decorator_when_called_as_an_expression_1241","Unable to resolve signature of method decorator when called as an expression."),abstract_modifier_can_only_appear_on_a_class_method_or_property_declaration:n(1242,1,"abstract_modifier_can_only_appear_on_a_class_method_or_property_declaration_1242","'abstract' modifier can only appear on a class, method, or property declaration."),_0_modifier_cannot_be_used_with_1_modifier:n(1243,1,"_0_modifier_cannot_be_used_with_1_modifier_1243","'{0}' modifier cannot be used with '{1}' modifier."),Abstract_methods_can_only_appear_within_an_abstract_class:n(1244,1,"Abstract_methods_can_only_appear_within_an_abstract_class_1244","Abstract methods can only appear within an abstract class."),Method_0_cannot_have_an_implementation_because_it_is_marked_abstract:n(1245,1,"Method_0_cannot_have_an_implementation_because_it_is_marked_abstract_1245","Method '{0}' cannot have an implementation because it is marked abstract."),An_interface_property_cannot_have_an_initializer:n(1246,1,"An_interface_property_cannot_have_an_initializer_1246","An interface property cannot have an initializer."),A_type_literal_property_cannot_have_an_initializer:n(1247,1,"A_type_literal_property_cannot_have_an_initializer_1247","A type literal property cannot have an initializer."),A_class_member_cannot_have_the_0_keyword:n(1248,1,"A_class_member_cannot_have_the_0_keyword_1248","A class member cannot have the '{0}' keyword."),A_decorator_can_only_decorate_a_method_implementation_not_an_overload:n(1249,1,"A_decorator_can_only_decorate_a_method_implementation_not_an_overload_1249","A decorator can only decorate a method implementation, not an overload."),Function_declarations_are_not_allowed_inside_blocks_in_strict_mode_when_targeting_ES5:n(1250,1,"Function_declarations_are_not_allowed_inside_blocks_in_strict_mode_when_targeting_ES5_1250","Function declarations are not allowed inside blocks in strict mode when targeting 'ES5'."),Function_declarations_are_not_allowed_inside_blocks_in_strict_mode_when_targeting_ES5_Class_definitions_are_automatically_in_strict_mode:n(1251,1,"Function_declarations_are_not_allowed_inside_blocks_in_strict_mode_when_targeting_ES5_Class_definiti_1251","Function declarations are not allowed inside blocks in strict mode when targeting 'ES5'. Class definitions are automatically in strict mode."),Function_declarations_are_not_allowed_inside_blocks_in_strict_mode_when_targeting_ES5_Modules_are_automatically_in_strict_mode:n(1252,1,"Function_declarations_are_not_allowed_inside_blocks_in_strict_mode_when_targeting_ES5_Modules_are_au_1252","Function declarations are not allowed inside blocks in strict mode when targeting 'ES5'. Modules are automatically in strict mode."),Abstract_properties_can_only_appear_within_an_abstract_class:n(1253,1,"Abstract_properties_can_only_appear_within_an_abstract_class_1253","Abstract properties can only appear within an abstract class."),A_const_initializer_in_an_ambient_context_must_be_a_string_or_numeric_literal_or_literal_enum_reference:n(1254,1,"A_const_initializer_in_an_ambient_context_must_be_a_string_or_numeric_literal_or_literal_enum_refere_1254","A 'const' initializer in an ambient context must be a string or numeric literal or literal enum reference."),A_definite_assignment_assertion_is_not_permitted_in_this_context:n(1255,1,"A_definite_assignment_assertion_is_not_permitted_in_this_context_1255","A definite assignment assertion '!' is not permitted in this context."),A_required_element_cannot_follow_an_optional_element:n(1257,1,"A_required_element_cannot_follow_an_optional_element_1257","A required element cannot follow an optional element."),A_default_export_must_be_at_the_top_level_of_a_file_or_module_declaration:n(1258,1,"A_default_export_must_be_at_the_top_level_of_a_file_or_module_declaration_1258","A default export must be at the top level of a file or module declaration."),Module_0_can_only_be_default_imported_using_the_1_flag:n(1259,1,"Module_0_can_only_be_default_imported_using_the_1_flag_1259","Module '{0}' can only be default-imported using the '{1}' flag"),Keywords_cannot_contain_escape_characters:n(1260,1,"Keywords_cannot_contain_escape_characters_1260","Keywords cannot contain escape characters."),Already_included_file_name_0_differs_from_file_name_1_only_in_casing:n(1261,1,"Already_included_file_name_0_differs_from_file_name_1_only_in_casing_1261","Already included file name '{0}' differs from file name '{1}' only in casing."),Identifier_expected_0_is_a_reserved_word_at_the_top_level_of_a_module:n(1262,1,"Identifier_expected_0_is_a_reserved_word_at_the_top_level_of_a_module_1262","Identifier expected. '{0}' is a reserved word at the top-level of a module."),Declarations_with_initializers_cannot_also_have_definite_assignment_assertions:n(1263,1,"Declarations_with_initializers_cannot_also_have_definite_assignment_assertions_1263","Declarations with initializers cannot also have definite assignment assertions."),Declarations_with_definite_assignment_assertions_must_also_have_type_annotations:n(1264,1,"Declarations_with_definite_assignment_assertions_must_also_have_type_annotations_1264","Declarations with definite assignment assertions must also have type annotations."),A_rest_element_cannot_follow_another_rest_element:n(1265,1,"A_rest_element_cannot_follow_another_rest_element_1265","A rest element cannot follow another rest element."),An_optional_element_cannot_follow_a_rest_element:n(1266,1,"An_optional_element_cannot_follow_a_rest_element_1266","An optional element cannot follow a rest element."),Property_0_cannot_have_an_initializer_because_it_is_marked_abstract:n(1267,1,"Property_0_cannot_have_an_initializer_because_it_is_marked_abstract_1267","Property '{0}' cannot have an initializer because it is marked abstract."),An_index_signature_parameter_type_must_be_string_number_symbol_or_a_template_literal_type:n(1268,1,"An_index_signature_parameter_type_must_be_string_number_symbol_or_a_template_literal_type_1268","An index signature parameter type must be 'string', 'number', 'symbol', or a template literal type."),Cannot_use_export_import_on_a_type_or_type_only_namespace_when_0_is_enabled:n(1269,1,"Cannot_use_export_import_on_a_type_or_type_only_namespace_when_0_is_enabled_1269","Cannot use 'export import' on a type or type-only namespace when '{0}' is enabled."),Decorator_function_return_type_0_is_not_assignable_to_type_1:n(1270,1,"Decorator_function_return_type_0_is_not_assignable_to_type_1_1270","Decorator function return type '{0}' is not assignable to type '{1}'."),Decorator_function_return_type_is_0_but_is_expected_to_be_void_or_any:n(1271,1,"Decorator_function_return_type_is_0_but_is_expected_to_be_void_or_any_1271","Decorator function return type is '{0}' but is expected to be 'void' or 'any'."),A_type_referenced_in_a_decorated_signature_must_be_imported_with_import_type_or_a_namespace_import_when_isolatedModules_and_emitDecoratorMetadata_are_enabled:n(1272,1,"A_type_referenced_in_a_decorated_signature_must_be_imported_with_import_type_or_a_namespace_import_w_1272","A type referenced in a decorated signature must be imported with 'import type' or a namespace import when 'isolatedModules' and 'emitDecoratorMetadata' are enabled."),_0_modifier_cannot_appear_on_a_type_parameter:n(1273,1,"_0_modifier_cannot_appear_on_a_type_parameter_1273","'{0}' modifier cannot appear on a type parameter"),_0_modifier_can_only_appear_on_a_type_parameter_of_a_class_interface_or_type_alias:n(1274,1,"_0_modifier_can_only_appear_on_a_type_parameter_of_a_class_interface_or_type_alias_1274","'{0}' modifier can only appear on a type parameter of a class, interface or type alias"),accessor_modifier_can_only_appear_on_a_property_declaration:n(1275,1,"accessor_modifier_can_only_appear_on_a_property_declaration_1275","'accessor' modifier can only appear on a property declaration."),An_accessor_property_cannot_be_declared_optional:n(1276,1,"An_accessor_property_cannot_be_declared_optional_1276","An 'accessor' property cannot be declared optional."),_0_modifier_can_only_appear_on_a_type_parameter_of_a_function_method_or_class:n(1277,1,"_0_modifier_can_only_appear_on_a_type_parameter_of_a_function_method_or_class_1277","'{0}' modifier can only appear on a type parameter of a function, method or class"),The_runtime_will_invoke_the_decorator_with_1_arguments_but_the_decorator_expects_0:n(1278,1,"The_runtime_will_invoke_the_decorator_with_1_arguments_but_the_decorator_expects_0_1278","The runtime will invoke the decorator with {1} arguments, but the decorator expects {0}."),The_runtime_will_invoke_the_decorator_with_1_arguments_but_the_decorator_expects_at_least_0:n(1279,1,"The_runtime_will_invoke_the_decorator_with_1_arguments_but_the_decorator_expects_at_least_0_1279","The runtime will invoke the decorator with {1} arguments, but the decorator expects at least {0}."),Namespaces_are_not_allowed_in_global_script_files_when_0_is_enabled_If_this_file_is_not_intended_to_be_a_global_script_set_moduleDetection_to_force_or_add_an_empty_export_statement:n(1280,1,"Namespaces_are_not_allowed_in_global_script_files_when_0_is_enabled_If_this_file_is_not_intended_to__1280","Namespaces are not allowed in global script files when '{0}' is enabled. If this file is not intended to be a global script, set 'moduleDetection' to 'force' or add an empty 'export {}' statement."),Cannot_access_0_from_another_file_without_qualification_when_1_is_enabled_Use_2_instead:n(1281,1,"Cannot_access_0_from_another_file_without_qualification_when_1_is_enabled_Use_2_instead_1281","Cannot access '{0}' from another file without qualification when '{1}' is enabled. Use '{2}' instead."),An_export_declaration_must_reference_a_value_when_verbatimModuleSyntax_is_enabled_but_0_only_refers_to_a_type:n(1282,1,"An_export_declaration_must_reference_a_value_when_verbatimModuleSyntax_is_enabled_but_0_only_refers__1282","An 'export =' declaration must reference a value when 'verbatimModuleSyntax' is enabled, but '{0}' only refers to a type."),An_export_declaration_must_reference_a_real_value_when_verbatimModuleSyntax_is_enabled_but_0_resolves_to_a_type_only_declaration:n(1283,1,"An_export_declaration_must_reference_a_real_value_when_verbatimModuleSyntax_is_enabled_but_0_resolve_1283","An 'export =' declaration must reference a real value when 'verbatimModuleSyntax' is enabled, but '{0}' resolves to a type-only declaration."),An_export_default_must_reference_a_value_when_verbatimModuleSyntax_is_enabled_but_0_only_refers_to_a_type:n(1284,1,"An_export_default_must_reference_a_value_when_verbatimModuleSyntax_is_enabled_but_0_only_refers_to_a_1284","An 'export default' must reference a value when 'verbatimModuleSyntax' is enabled, but '{0}' only refers to a type."),An_export_default_must_reference_a_real_value_when_verbatimModuleSyntax_is_enabled_but_0_resolves_to_a_type_only_declaration:n(1285,1,"An_export_default_must_reference_a_real_value_when_verbatimModuleSyntax_is_enabled_but_0_resolves_to_1285","An 'export default' must reference a real value when 'verbatimModuleSyntax' is enabled, but '{0}' resolves to a type-only declaration."),ECMAScript_imports_and_exports_cannot_be_written_in_a_CommonJS_file_under_verbatimModuleSyntax:n(1286,1,"ECMAScript_imports_and_exports_cannot_be_written_in_a_CommonJS_file_under_verbatimModuleSyntax_1286","ECMAScript imports and exports cannot be written in a CommonJS file under 'verbatimModuleSyntax'."),A_top_level_export_modifier_cannot_be_used_on_value_declarations_in_a_CommonJS_module_when_verbatimModuleSyntax_is_enabled:n(1287,1,"A_top_level_export_modifier_cannot_be_used_on_value_declarations_in_a_CommonJS_module_when_verbatimM_1287","A top-level 'export' modifier cannot be used on value declarations in a CommonJS module when 'verbatimModuleSyntax' is enabled."),An_import_alias_cannot_resolve_to_a_type_or_type_only_declaration_when_verbatimModuleSyntax_is_enabled:n(1288,1,"An_import_alias_cannot_resolve_to_a_type_or_type_only_declaration_when_verbatimModuleSyntax_is_enabl_1288","An import alias cannot resolve to a type or type-only declaration when 'verbatimModuleSyntax' is enabled."),_0_resolves_to_a_type_only_declaration_and_must_be_marked_type_only_in_this_file_before_re_exporting_when_1_is_enabled_Consider_using_import_type_where_0_is_imported:n(1289,1,"_0_resolves_to_a_type_only_declaration_and_must_be_marked_type_only_in_this_file_before_re_exporting_1289","'{0}' resolves to a type-only declaration and must be marked type-only in this file before re-exporting when '{1}' is enabled. Consider using 'import type' where '{0}' is imported."),_0_resolves_to_a_type_only_declaration_and_must_be_marked_type_only_in_this_file_before_re_exporting_when_1_is_enabled_Consider_using_export_type_0_as_default:n(1290,1,"_0_resolves_to_a_type_only_declaration_and_must_be_marked_type_only_in_this_file_before_re_exporting_1290","'{0}' resolves to a type-only declaration and must be marked type-only in this file before re-exporting when '{1}' is enabled. Consider using 'export type { {0} as default }'."),_0_resolves_to_a_type_and_must_be_marked_type_only_in_this_file_before_re_exporting_when_1_is_enabled_Consider_using_import_type_where_0_is_imported:n(1291,1,"_0_resolves_to_a_type_and_must_be_marked_type_only_in_this_file_before_re_exporting_when_1_is_enable_1291","'{0}' resolves to a type and must be marked type-only in this file before re-exporting when '{1}' is enabled. Consider using 'import type' where '{0}' is imported."),_0_resolves_to_a_type_and_must_be_marked_type_only_in_this_file_before_re_exporting_when_1_is_enabled_Consider_using_export_type_0_as_default:n(1292,1,"_0_resolves_to_a_type_and_must_be_marked_type_only_in_this_file_before_re_exporting_when_1_is_enable_1292","'{0}' resolves to a type and must be marked type-only in this file before re-exporting when '{1}' is enabled. Consider using 'export type { {0} as default }'."),ECMAScript_module_syntax_is_not_allowed_in_a_CommonJS_module_when_module_is_set_to_preserve:n(1293,1,"ECMAScript_module_syntax_is_not_allowed_in_a_CommonJS_module_when_module_is_set_to_preserve_1293","ECMAScript module syntax is not allowed in a CommonJS module when 'module' is set to 'preserve'."),This_syntax_is_not_allowed_when_erasableSyntaxOnly_is_enabled:n(1294,1,"This_syntax_is_not_allowed_when_erasableSyntaxOnly_is_enabled_1294","This syntax is not allowed when 'erasableSyntaxOnly' is enabled."),ECMAScript_imports_and_exports_cannot_be_written_in_a_CommonJS_file_under_verbatimModuleSyntax_Adjust_the_type_field_in_the_nearest_package_json_to_make_this_file_an_ECMAScript_module_or_adjust_your_verbatimModuleSyntax_module_and_moduleResolution_settings_in_TypeScript:n(1295,1,"ECMAScript_imports_and_exports_cannot_be_written_in_a_CommonJS_file_under_verbatimModuleSyntax_Adjus_1295","ECMAScript imports and exports cannot be written in a CommonJS file under 'verbatimModuleSyntax'. Adjust the 'type' field in the nearest 'package.json' to make this file an ECMAScript module, or adjust your 'verbatimModuleSyntax', 'module', and 'moduleResolution' settings in TypeScript."),with_statements_are_not_allowed_in_an_async_function_block:n(1300,1,"with_statements_are_not_allowed_in_an_async_function_block_1300","'with' statements are not allowed in an async function block."),await_expressions_are_only_allowed_within_async_functions_and_at_the_top_levels_of_modules:n(1308,1,"await_expressions_are_only_allowed_within_async_functions_and_at_the_top_levels_of_modules_1308","'await' expressions are only allowed within async functions and at the top levels of modules."),The_current_file_is_a_CommonJS_module_and_cannot_use_await_at_the_top_level:n(1309,1,"The_current_file_is_a_CommonJS_module_and_cannot_use_await_at_the_top_level_1309","The current file is a CommonJS module and cannot use 'await' at the top level."),Did_you_mean_to_use_a_Colon_An_can_only_follow_a_property_name_when_the_containing_object_literal_is_part_of_a_destructuring_pattern:n(1312,1,"Did_you_mean_to_use_a_Colon_An_can_only_follow_a_property_name_when_the_containing_object_literal_is_1312","Did you mean to use a ':'? An '=' can only follow a property name when the containing object literal is part of a destructuring pattern."),The_body_of_an_if_statement_cannot_be_the_empty_statement:n(1313,1,"The_body_of_an_if_statement_cannot_be_the_empty_statement_1313","The body of an 'if' statement cannot be the empty statement."),Global_module_exports_may_only_appear_in_module_files:n(1314,1,"Global_module_exports_may_only_appear_in_module_files_1314","Global module exports may only appear in module files."),Global_module_exports_may_only_appear_in_declaration_files:n(1315,1,"Global_module_exports_may_only_appear_in_declaration_files_1315","Global module exports may only appear in declaration files."),Global_module_exports_may_only_appear_at_top_level:n(1316,1,"Global_module_exports_may_only_appear_at_top_level_1316","Global module exports may only appear at top level."),A_parameter_property_cannot_be_declared_using_a_rest_parameter:n(1317,1,"A_parameter_property_cannot_be_declared_using_a_rest_parameter_1317","A parameter property cannot be declared using a rest parameter."),An_abstract_accessor_cannot_have_an_implementation:n(1318,1,"An_abstract_accessor_cannot_have_an_implementation_1318","An abstract accessor cannot have an implementation."),A_default_export_can_only_be_used_in_an_ECMAScript_style_module:n(1319,1,"A_default_export_can_only_be_used_in_an_ECMAScript_style_module_1319","A default export can only be used in an ECMAScript-style module."),Type_of_await_operand_must_either_be_a_valid_promise_or_must_not_contain_a_callable_then_member:n(1320,1,"Type_of_await_operand_must_either_be_a_valid_promise_or_must_not_contain_a_callable_then_member_1320","Type of 'await' operand must either be a valid promise or must not contain a callable 'then' member."),Type_of_yield_operand_in_an_async_generator_must_either_be_a_valid_promise_or_must_not_contain_a_callable_then_member:n(1321,1,"Type_of_yield_operand_in_an_async_generator_must_either_be_a_valid_promise_or_must_not_contain_a_cal_1321","Type of 'yield' operand in an async generator must either be a valid promise or must not contain a callable 'then' member."),Type_of_iterated_elements_of_a_yield_Asterisk_operand_must_either_be_a_valid_promise_or_must_not_contain_a_callable_then_member:n(1322,1,"Type_of_iterated_elements_of_a_yield_Asterisk_operand_must_either_be_a_valid_promise_or_must_not_con_1322","Type of iterated elements of a 'yield*' operand must either be a valid promise or must not contain a callable 'then' member."),Dynamic_imports_are_only_supported_when_the_module_flag_is_set_to_es2020_es2022_esnext_commonjs_amd_system_umd_node16_node18_node20_or_nodenext:n(1323,1,"Dynamic_imports_are_only_supported_when_the_module_flag_is_set_to_es2020_es2022_esnext_commonjs_amd__1323","Dynamic imports are only supported when the '--module' flag is set to 'es2020', 'es2022', 'esnext', 'commonjs', 'amd', 'system', 'umd', 'node16', 'node18', 'node20', or 'nodenext'."),Dynamic_imports_only_support_a_second_argument_when_the_module_option_is_set_to_esnext_node16_node18_node20_nodenext_or_preserve:n(1324,1,"Dynamic_imports_only_support_a_second_argument_when_the_module_option_is_set_to_esnext_node16_node18_1324","Dynamic imports only support a second argument when the '--module' option is set to 'esnext', 'node16', 'node18', 'node20', 'nodenext', or 'preserve'."),Argument_of_dynamic_import_cannot_be_spread_element:n(1325,1,"Argument_of_dynamic_import_cannot_be_spread_element_1325","Argument of dynamic import cannot be spread element."),This_use_of_import_is_invalid_import_calls_can_be_written_but_they_must_have_parentheses_and_cannot_have_type_arguments:n(1326,1,"This_use_of_import_is_invalid_import_calls_can_be_written_but_they_must_have_parentheses_and_cannot__1326","This use of 'import' is invalid. 'import()' calls can be written, but they must have parentheses and cannot have type arguments."),String_literal_with_double_quotes_expected:n(1327,1,"String_literal_with_double_quotes_expected_1327","String literal with double quotes expected."),Property_value_can_only_be_string_literal_numeric_literal_true_false_null_object_literal_or_array_literal:n(1328,1,"Property_value_can_only_be_string_literal_numeric_literal_true_false_null_object_literal_or_array_li_1328","Property value can only be string literal, numeric literal, 'true', 'false', 'null', object literal or array literal."),_0_accepts_too_few_arguments_to_be_used_as_a_decorator_here_Did_you_mean_to_call_it_first_and_write_0:n(1329,1,"_0_accepts_too_few_arguments_to_be_used_as_a_decorator_here_Did_you_mean_to_call_it_first_and_write__1329","'{0}' accepts too few arguments to be used as a decorator here. Did you mean to call it first and write '@{0}()'?"),A_property_of_an_interface_or_type_literal_whose_type_is_a_unique_symbol_type_must_be_readonly:n(1330,1,"A_property_of_an_interface_or_type_literal_whose_type_is_a_unique_symbol_type_must_be_readonly_1330","A property of an interface or type literal whose type is a 'unique symbol' type must be 'readonly'."),A_property_of_a_class_whose_type_is_a_unique_symbol_type_must_be_both_static_and_readonly:n(1331,1,"A_property_of_a_class_whose_type_is_a_unique_symbol_type_must_be_both_static_and_readonly_1331","A property of a class whose type is a 'unique symbol' type must be both 'static' and 'readonly'."),A_variable_whose_type_is_a_unique_symbol_type_must_be_const:n(1332,1,"A_variable_whose_type_is_a_unique_symbol_type_must_be_const_1332","A variable whose type is a 'unique symbol' type must be 'const'."),unique_symbol_types_may_not_be_used_on_a_variable_declaration_with_a_binding_name:n(1333,1,"unique_symbol_types_may_not_be_used_on_a_variable_declaration_with_a_binding_name_1333","'unique symbol' types may not be used on a variable declaration with a binding name."),unique_symbol_types_are_only_allowed_on_variables_in_a_variable_statement:n(1334,1,"unique_symbol_types_are_only_allowed_on_variables_in_a_variable_statement_1334","'unique symbol' types are only allowed on variables in a variable statement."),unique_symbol_types_are_not_allowed_here:n(1335,1,"unique_symbol_types_are_not_allowed_here_1335","'unique symbol' types are not allowed here."),An_index_signature_parameter_type_cannot_be_a_literal_type_or_generic_type_Consider_using_a_mapped_object_type_instead:n(1337,1,"An_index_signature_parameter_type_cannot_be_a_literal_type_or_generic_type_Consider_using_a_mapped_o_1337","An index signature parameter type cannot be a literal type or generic type. Consider using a mapped object type instead."),infer_declarations_are_only_permitted_in_the_extends_clause_of_a_conditional_type:n(1338,1,"infer_declarations_are_only_permitted_in_the_extends_clause_of_a_conditional_type_1338","'infer' declarations are only permitted in the 'extends' clause of a conditional type."),Module_0_does_not_refer_to_a_value_but_is_used_as_a_value_here:n(1339,1,"Module_0_does_not_refer_to_a_value_but_is_used_as_a_value_here_1339","Module '{0}' does not refer to a value, but is used as a value here."),Module_0_does_not_refer_to_a_type_but_is_used_as_a_type_here_Did_you_mean_typeof_import_0:n(1340,1,"Module_0_does_not_refer_to_a_type_but_is_used_as_a_type_here_Did_you_mean_typeof_import_0_1340","Module '{0}' does not refer to a type, but is used as a type here. Did you mean 'typeof import('{0}')'?"),Class_constructor_may_not_be_an_accessor:n(1341,1,"Class_constructor_may_not_be_an_accessor_1341","Class constructor may not be an accessor."),The_import_meta_meta_property_is_only_allowed_when_the_module_option_is_es2020_es2022_esnext_system_node16_node18_node20_or_nodenext:n(1343,1,"The_import_meta_meta_property_is_only_allowed_when_the_module_option_is_es2020_es2022_esnext_system__1343","The 'import.meta' meta-property is only allowed when the '--module' option is 'es2020', 'es2022', 'esnext', 'system', 'node16', 'node18', 'node20', or 'nodenext'."),A_label_is_not_allowed_here:n(1344,1,"A_label_is_not_allowed_here_1344","'A label is not allowed here."),An_expression_of_type_void_cannot_be_tested_for_truthiness:n(1345,1,"An_expression_of_type_void_cannot_be_tested_for_truthiness_1345","An expression of type 'void' cannot be tested for truthiness."),This_parameter_is_not_allowed_with_use_strict_directive:n(1346,1,"This_parameter_is_not_allowed_with_use_strict_directive_1346","This parameter is not allowed with 'use strict' directive."),use_strict_directive_cannot_be_used_with_non_simple_parameter_list:n(1347,1,"use_strict_directive_cannot_be_used_with_non_simple_parameter_list_1347","'use strict' directive cannot be used with non-simple parameter list."),Non_simple_parameter_declared_here:n(1348,1,"Non_simple_parameter_declared_here_1348","Non-simple parameter declared here."),use_strict_directive_used_here:n(1349,1,"use_strict_directive_used_here_1349","'use strict' directive used here."),Print_the_final_configuration_instead_of_building:n(1350,3,"Print_the_final_configuration_instead_of_building_1350","Print the final configuration instead of building."),An_identifier_or_keyword_cannot_immediately_follow_a_numeric_literal:n(1351,1,"An_identifier_or_keyword_cannot_immediately_follow_a_numeric_literal_1351","An identifier or keyword cannot immediately follow a numeric literal."),A_bigint_literal_cannot_use_exponential_notation:n(1352,1,"A_bigint_literal_cannot_use_exponential_notation_1352","A bigint literal cannot use exponential notation."),A_bigint_literal_must_be_an_integer:n(1353,1,"A_bigint_literal_must_be_an_integer_1353","A bigint literal must be an integer."),readonly_type_modifier_is_only_permitted_on_array_and_tuple_literal_types:n(1354,1,"readonly_type_modifier_is_only_permitted_on_array_and_tuple_literal_types_1354","'readonly' type modifier is only permitted on array and tuple literal types."),A_const_assertion_can_only_be_applied_to_references_to_enum_members_or_string_number_boolean_array_or_object_literals:n(1355,1,"A_const_assertion_can_only_be_applied_to_references_to_enum_members_or_string_number_boolean_array_o_1355","A 'const' assertion can only be applied to references to enum members, or string, number, boolean, array, or object literals."),Did_you_mean_to_mark_this_function_as_async:n(1356,1,"Did_you_mean_to_mark_this_function_as_async_1356","Did you mean to mark this function as 'async'?"),An_enum_member_name_must_be_followed_by_a_or:n(1357,1,"An_enum_member_name_must_be_followed_by_a_or_1357","An enum member name must be followed by a ',', '=', or '}'."),Tagged_template_expressions_are_not_permitted_in_an_optional_chain:n(1358,1,"Tagged_template_expressions_are_not_permitted_in_an_optional_chain_1358","Tagged template expressions are not permitted in an optional chain."),Identifier_expected_0_is_a_reserved_word_that_cannot_be_used_here:n(1359,1,"Identifier_expected_0_is_a_reserved_word_that_cannot_be_used_here_1359","Identifier expected. '{0}' is a reserved word that cannot be used here."),Type_0_does_not_satisfy_the_expected_type_1:n(1360,1,"Type_0_does_not_satisfy_the_expected_type_1_1360","Type '{0}' does not satisfy the expected type '{1}'."),_0_cannot_be_used_as_a_value_because_it_was_imported_using_import_type:n(1361,1,"_0_cannot_be_used_as_a_value_because_it_was_imported_using_import_type_1361","'{0}' cannot be used as a value because it was imported using 'import type'."),_0_cannot_be_used_as_a_value_because_it_was_exported_using_export_type:n(1362,1,"_0_cannot_be_used_as_a_value_because_it_was_exported_using_export_type_1362","'{0}' cannot be used as a value because it was exported using 'export type'."),A_type_only_import_can_specify_a_default_import_or_named_bindings_but_not_both:n(1363,1,"A_type_only_import_can_specify_a_default_import_or_named_bindings_but_not_both_1363","A type-only import can specify a default import or named bindings, but not both."),Convert_to_type_only_export:n(1364,3,"Convert_to_type_only_export_1364","Convert to type-only export"),Convert_all_re_exported_types_to_type_only_exports:n(1365,3,"Convert_all_re_exported_types_to_type_only_exports_1365","Convert all re-exported types to type-only exports"),Split_into_two_separate_import_declarations:n(1366,3,"Split_into_two_separate_import_declarations_1366","Split into two separate import declarations"),Split_all_invalid_type_only_imports:n(1367,3,"Split_all_invalid_type_only_imports_1367","Split all invalid type-only imports"),Class_constructor_may_not_be_a_generator:n(1368,1,"Class_constructor_may_not_be_a_generator_1368","Class constructor may not be a generator."),Did_you_mean_0:n(1369,3,"Did_you_mean_0_1369","Did you mean '{0}'?"),await_expressions_are_only_allowed_at_the_top_level_of_a_file_when_that_file_is_a_module_but_this_file_has_no_imports_or_exports_Consider_adding_an_empty_export_to_make_this_file_a_module:n(1375,1,"await_expressions_are_only_allowed_at_the_top_level_of_a_file_when_that_file_is_a_module_but_this_fi_1375","'await' expressions are only allowed at the top level of a file when that file is a module, but this file has no imports or exports. Consider adding an empty 'export {}' to make this file a module."),_0_was_imported_here:n(1376,3,"_0_was_imported_here_1376","'{0}' was imported here."),_0_was_exported_here:n(1377,3,"_0_was_exported_here_1377","'{0}' was exported here."),Top_level_await_expressions_are_only_allowed_when_the_module_option_is_set_to_es2022_esnext_system_node16_node18_node20_nodenext_or_preserve_and_the_target_option_is_set_to_es2017_or_higher:n(1378,1,"Top_level_await_expressions_are_only_allowed_when_the_module_option_is_set_to_es2022_esnext_system_n_1378","Top-level 'await' expressions are only allowed when the 'module' option is set to 'es2022', 'esnext', 'system', 'node16', 'node18', 'node20', 'nodenext', or 'preserve', and the 'target' option is set to 'es2017' or higher."),An_import_alias_cannot_reference_a_declaration_that_was_exported_using_export_type:n(1379,1,"An_import_alias_cannot_reference_a_declaration_that_was_exported_using_export_type_1379","An import alias cannot reference a declaration that was exported using 'export type'."),An_import_alias_cannot_reference_a_declaration_that_was_imported_using_import_type:n(1380,1,"An_import_alias_cannot_reference_a_declaration_that_was_imported_using_import_type_1380","An import alias cannot reference a declaration that was imported using 'import type'."),Unexpected_token_Did_you_mean_or_rbrace:n(1381,1,"Unexpected_token_Did_you_mean_or_rbrace_1381","Unexpected token. Did you mean `{'}'}` or `}`?"),Unexpected_token_Did_you_mean_or_gt:n(1382,1,"Unexpected_token_Did_you_mean_or_gt_1382","Unexpected token. Did you mean `{'>'}` or `>`?"),Function_type_notation_must_be_parenthesized_when_used_in_a_union_type:n(1385,1,"Function_type_notation_must_be_parenthesized_when_used_in_a_union_type_1385","Function type notation must be parenthesized when used in a union type."),Constructor_type_notation_must_be_parenthesized_when_used_in_a_union_type:n(1386,1,"Constructor_type_notation_must_be_parenthesized_when_used_in_a_union_type_1386","Constructor type notation must be parenthesized when used in a union type."),Function_type_notation_must_be_parenthesized_when_used_in_an_intersection_type:n(1387,1,"Function_type_notation_must_be_parenthesized_when_used_in_an_intersection_type_1387","Function type notation must be parenthesized when used in an intersection type."),Constructor_type_notation_must_be_parenthesized_when_used_in_an_intersection_type:n(1388,1,"Constructor_type_notation_must_be_parenthesized_when_used_in_an_intersection_type_1388","Constructor type notation must be parenthesized when used in an intersection type."),_0_is_not_allowed_as_a_variable_declaration_name:n(1389,1,"_0_is_not_allowed_as_a_variable_declaration_name_1389","'{0}' is not allowed as a variable declaration name."),_0_is_not_allowed_as_a_parameter_name:n(1390,1,"_0_is_not_allowed_as_a_parameter_name_1390","'{0}' is not allowed as a parameter name."),An_import_alias_cannot_use_import_type:n(1392,1,"An_import_alias_cannot_use_import_type_1392","An import alias cannot use 'import type'"),Imported_via_0_from_file_1:n(1393,3,"Imported_via_0_from_file_1_1393","Imported via {0} from file '{1}'"),Imported_via_0_from_file_1_with_packageId_2:n(1394,3,"Imported_via_0_from_file_1_with_packageId_2_1394","Imported via {0} from file '{1}' with packageId '{2}'"),Imported_via_0_from_file_1_to_import_importHelpers_as_specified_in_compilerOptions:n(1395,3,"Imported_via_0_from_file_1_to_import_importHelpers_as_specified_in_compilerOptions_1395","Imported via {0} from file '{1}' to import 'importHelpers' as specified in compilerOptions"),Imported_via_0_from_file_1_with_packageId_2_to_import_importHelpers_as_specified_in_compilerOptions:n(1396,3,"Imported_via_0_from_file_1_with_packageId_2_to_import_importHelpers_as_specified_in_compilerOptions_1396","Imported via {0} from file '{1}' with packageId '{2}' to import 'importHelpers' as specified in compilerOptions"),Imported_via_0_from_file_1_to_import_jsx_and_jsxs_factory_functions:n(1397,3,"Imported_via_0_from_file_1_to_import_jsx_and_jsxs_factory_functions_1397","Imported via {0} from file '{1}' to import 'jsx' and 'jsxs' factory functions"),Imported_via_0_from_file_1_with_packageId_2_to_import_jsx_and_jsxs_factory_functions:n(1398,3,"Imported_via_0_from_file_1_with_packageId_2_to_import_jsx_and_jsxs_factory_functions_1398","Imported via {0} from file '{1}' with packageId '{2}' to import 'jsx' and 'jsxs' factory functions"),File_is_included_via_import_here:n(1399,3,"File_is_included_via_import_here_1399","File is included via import here."),Referenced_via_0_from_file_1:n(1400,3,"Referenced_via_0_from_file_1_1400","Referenced via '{0}' from file '{1}'"),File_is_included_via_reference_here:n(1401,3,"File_is_included_via_reference_here_1401","File is included via reference here."),Type_library_referenced_via_0_from_file_1:n(1402,3,"Type_library_referenced_via_0_from_file_1_1402","Type library referenced via '{0}' from file '{1}'"),Type_library_referenced_via_0_from_file_1_with_packageId_2:n(1403,3,"Type_library_referenced_via_0_from_file_1_with_packageId_2_1403","Type library referenced via '{0}' from file '{1}' with packageId '{2}'"),File_is_included_via_type_library_reference_here:n(1404,3,"File_is_included_via_type_library_reference_here_1404","File is included via type library reference here."),Library_referenced_via_0_from_file_1:n(1405,3,"Library_referenced_via_0_from_file_1_1405","Library referenced via '{0}' from file '{1}'"),File_is_included_via_library_reference_here:n(1406,3,"File_is_included_via_library_reference_here_1406","File is included via library reference here."),Matched_by_include_pattern_0_in_1:n(1407,3,"Matched_by_include_pattern_0_in_1_1407","Matched by include pattern '{0}' in '{1}'"),File_is_matched_by_include_pattern_specified_here:n(1408,3,"File_is_matched_by_include_pattern_specified_here_1408","File is matched by include pattern specified here."),Part_of_files_list_in_tsconfig_json:n(1409,3,"Part_of_files_list_in_tsconfig_json_1409","Part of 'files' list in tsconfig.json"),File_is_matched_by_files_list_specified_here:n(1410,3,"File_is_matched_by_files_list_specified_here_1410","File is matched by 'files' list specified here."),Output_from_referenced_project_0_included_because_1_specified:n(1411,3,"Output_from_referenced_project_0_included_because_1_specified_1411","Output from referenced project '{0}' included because '{1}' specified"),Output_from_referenced_project_0_included_because_module_is_specified_as_none:n(1412,3,"Output_from_referenced_project_0_included_because_module_is_specified_as_none_1412","Output from referenced project '{0}' included because '--module' is specified as 'none'"),File_is_output_from_referenced_project_specified_here:n(1413,3,"File_is_output_from_referenced_project_specified_here_1413","File is output from referenced project specified here."),Source_from_referenced_project_0_included_because_1_specified:n(1414,3,"Source_from_referenced_project_0_included_because_1_specified_1414","Source from referenced project '{0}' included because '{1}' specified"),Source_from_referenced_project_0_included_because_module_is_specified_as_none:n(1415,3,"Source_from_referenced_project_0_included_because_module_is_specified_as_none_1415","Source from referenced project '{0}' included because '--module' is specified as 'none'"),File_is_source_from_referenced_project_specified_here:n(1416,3,"File_is_source_from_referenced_project_specified_here_1416","File is source from referenced project specified here."),Entry_point_of_type_library_0_specified_in_compilerOptions:n(1417,3,"Entry_point_of_type_library_0_specified_in_compilerOptions_1417","Entry point of type library '{0}' specified in compilerOptions"),Entry_point_of_type_library_0_specified_in_compilerOptions_with_packageId_1:n(1418,3,"Entry_point_of_type_library_0_specified_in_compilerOptions_with_packageId_1_1418","Entry point of type library '{0}' specified in compilerOptions with packageId '{1}'"),File_is_entry_point_of_type_library_specified_here:n(1419,3,"File_is_entry_point_of_type_library_specified_here_1419","File is entry point of type library specified here."),Entry_point_for_implicit_type_library_0:n(1420,3,"Entry_point_for_implicit_type_library_0_1420","Entry point for implicit type library '{0}'"),Entry_point_for_implicit_type_library_0_with_packageId_1:n(1421,3,"Entry_point_for_implicit_type_library_0_with_packageId_1_1421","Entry point for implicit type library '{0}' with packageId '{1}'"),Library_0_specified_in_compilerOptions:n(1422,3,"Library_0_specified_in_compilerOptions_1422","Library '{0}' specified in compilerOptions"),File_is_library_specified_here:n(1423,3,"File_is_library_specified_here_1423","File is library specified here."),Default_library:n(1424,3,"Default_library_1424","Default library"),Default_library_for_target_0:n(1425,3,"Default_library_for_target_0_1425","Default library for target '{0}'"),File_is_default_library_for_target_specified_here:n(1426,3,"File_is_default_library_for_target_specified_here_1426","File is default library for target specified here."),Root_file_specified_for_compilation:n(1427,3,"Root_file_specified_for_compilation_1427","Root file specified for compilation"),File_is_output_of_project_reference_source_0:n(1428,3,"File_is_output_of_project_reference_source_0_1428","File is output of project reference source '{0}'"),File_redirects_to_file_0:n(1429,3,"File_redirects_to_file_0_1429","File redirects to file '{0}'"),The_file_is_in_the_program_because_Colon:n(1430,3,"The_file_is_in_the_program_because_Colon_1430","The file is in the program because:"),for_await_loops_are_only_allowed_at_the_top_level_of_a_file_when_that_file_is_a_module_but_this_file_has_no_imports_or_exports_Consider_adding_an_empty_export_to_make_this_file_a_module:n(1431,1,"for_await_loops_are_only_allowed_at_the_top_level_of_a_file_when_that_file_is_a_module_but_this_file_1431","'for await' loops are only allowed at the top level of a file when that file is a module, but this file has no imports or exports. Consider adding an empty 'export {}' to make this file a module."),Top_level_for_await_loops_are_only_allowed_when_the_module_option_is_set_to_es2022_esnext_system_node16_node18_node20_nodenext_or_preserve_and_the_target_option_is_set_to_es2017_or_higher:n(1432,1,"Top_level_for_await_loops_are_only_allowed_when_the_module_option_is_set_to_es2022_esnext_system_nod_1432","Top-level 'for await' loops are only allowed when the 'module' option is set to 'es2022', 'esnext', 'system', 'node16', 'node18', 'node20', 'nodenext', or 'preserve', and the 'target' option is set to 'es2017' or higher."),Neither_decorators_nor_modifiers_may_be_applied_to_this_parameters:n(1433,1,"Neither_decorators_nor_modifiers_may_be_applied_to_this_parameters_1433","Neither decorators nor modifiers may be applied to 'this' parameters."),Unexpected_keyword_or_identifier:n(1434,1,"Unexpected_keyword_or_identifier_1434","Unexpected keyword or identifier."),Unknown_keyword_or_identifier_Did_you_mean_0:n(1435,1,"Unknown_keyword_or_identifier_Did_you_mean_0_1435","Unknown keyword or identifier. Did you mean '{0}'?"),Decorators_must_precede_the_name_and_all_keywords_of_property_declarations:n(1436,1,"Decorators_must_precede_the_name_and_all_keywords_of_property_declarations_1436","Decorators must precede the name and all keywords of property declarations."),Namespace_must_be_given_a_name:n(1437,1,"Namespace_must_be_given_a_name_1437","Namespace must be given a name."),Interface_must_be_given_a_name:n(1438,1,"Interface_must_be_given_a_name_1438","Interface must be given a name."),Type_alias_must_be_given_a_name:n(1439,1,"Type_alias_must_be_given_a_name_1439","Type alias must be given a name."),Variable_declaration_not_allowed_at_this_location:n(1440,1,"Variable_declaration_not_allowed_at_this_location_1440","Variable declaration not allowed at this location."),Cannot_start_a_function_call_in_a_type_annotation:n(1441,1,"Cannot_start_a_function_call_in_a_type_annotation_1441","Cannot start a function call in a type annotation."),Expected_for_property_initializer:n(1442,1,"Expected_for_property_initializer_1442","Expected '=' for property initializer."),Module_declaration_names_may_only_use_or_quoted_strings:n(1443,1,"Module_declaration_names_may_only_use_or_quoted_strings_1443",`Module declaration names may only use ' or " quoted strings.`),_0_resolves_to_a_type_only_declaration_and_must_be_re_exported_using_a_type_only_re_export_when_1_is_enabled:n(1448,1,"_0_resolves_to_a_type_only_declaration_and_must_be_re_exported_using_a_type_only_re_export_when_1_is_1448","'{0}' resolves to a type-only declaration and must be re-exported using a type-only re-export when '{1}' is enabled."),Preserve_unused_imported_values_in_the_JavaScript_output_that_would_otherwise_be_removed:n(1449,3,"Preserve_unused_imported_values_in_the_JavaScript_output_that_would_otherwise_be_removed_1449","Preserve unused imported values in the JavaScript output that would otherwise be removed."),Dynamic_imports_can_only_accept_a_module_specifier_and_an_optional_set_of_attributes_as_arguments:n(1450,3,"Dynamic_imports_can_only_accept_a_module_specifier_and_an_optional_set_of_attributes_as_arguments_1450","Dynamic imports can only accept a module specifier and an optional set of attributes as arguments"),Private_identifiers_are_only_allowed_in_class_bodies_and_may_only_be_used_as_part_of_a_class_member_declaration_property_access_or_on_the_left_hand_side_of_an_in_expression:n(1451,1,"Private_identifiers_are_only_allowed_in_class_bodies_and_may_only_be_used_as_part_of_a_class_member__1451","Private identifiers are only allowed in class bodies and may only be used as part of a class member declaration, property access, or on the left-hand-side of an 'in' expression"),resolution_mode_should_be_either_require_or_import:n(1453,1,"resolution_mode_should_be_either_require_or_import_1453","`resolution-mode` should be either `require` or `import`."),resolution_mode_can_only_be_set_for_type_only_imports:n(1454,1,"resolution_mode_can_only_be_set_for_type_only_imports_1454","`resolution-mode` can only be set for type-only imports."),resolution_mode_is_the_only_valid_key_for_type_import_assertions:n(1455,1,"resolution_mode_is_the_only_valid_key_for_type_import_assertions_1455","`resolution-mode` is the only valid key for type import assertions."),Type_import_assertions_should_have_exactly_one_key_resolution_mode_with_value_import_or_require:n(1456,1,"Type_import_assertions_should_have_exactly_one_key_resolution_mode_with_value_import_or_require_1456","Type import assertions should have exactly one key - `resolution-mode` - with value `import` or `require`."),Matched_by_default_include_pattern_Asterisk_Asterisk_Slash_Asterisk:n(1457,3,"Matched_by_default_include_pattern_Asterisk_Asterisk_Slash_Asterisk_1457","Matched by default include pattern '**/*'"),File_is_ECMAScript_module_because_0_has_field_type_with_value_module:n(1458,3,"File_is_ECMAScript_module_because_0_has_field_type_with_value_module_1458",`File is ECMAScript module because '{0}' has field "type" with value "module"`),File_is_CommonJS_module_because_0_has_field_type_whose_value_is_not_module:n(1459,3,"File_is_CommonJS_module_because_0_has_field_type_whose_value_is_not_module_1459",`File is CommonJS module because '{0}' has field "type" whose value is not "module"`),File_is_CommonJS_module_because_0_does_not_have_field_type:n(1460,3,"File_is_CommonJS_module_because_0_does_not_have_field_type_1460",`File is CommonJS module because '{0}' does not have field "type"`),File_is_CommonJS_module_because_package_json_was_not_found:n(1461,3,"File_is_CommonJS_module_because_package_json_was_not_found_1461","File is CommonJS module because 'package.json' was not found"),resolution_mode_is_the_only_valid_key_for_type_import_attributes:n(1463,1,"resolution_mode_is_the_only_valid_key_for_type_import_attributes_1463","'resolution-mode' is the only valid key for type import attributes."),Type_import_attributes_should_have_exactly_one_key_resolution_mode_with_value_import_or_require:n(1464,1,"Type_import_attributes_should_have_exactly_one_key_resolution_mode_with_value_import_or_require_1464","Type import attributes should have exactly one key - 'resolution-mode' - with value 'import' or 'require'."),The_import_meta_meta_property_is_not_allowed_in_files_which_will_build_into_CommonJS_output:n(1470,1,"The_import_meta_meta_property_is_not_allowed_in_files_which_will_build_into_CommonJS_output_1470","The 'import.meta' meta-property is not allowed in files which will build into CommonJS output."),Module_0_cannot_be_imported_using_this_construct_The_specifier_only_resolves_to_an_ES_module_which_cannot_be_imported_with_require_Use_an_ECMAScript_import_instead:n(1471,1,"Module_0_cannot_be_imported_using_this_construct_The_specifier_only_resolves_to_an_ES_module_which_c_1471","Module '{0}' cannot be imported using this construct. The specifier only resolves to an ES module, which cannot be imported with 'require'. Use an ECMAScript import instead."),catch_or_finally_expected:n(1472,1,"catch_or_finally_expected_1472","'catch' or 'finally' expected."),An_import_declaration_can_only_be_used_at_the_top_level_of_a_module:n(1473,1,"An_import_declaration_can_only_be_used_at_the_top_level_of_a_module_1473","An import declaration can only be used at the top level of a module."),An_export_declaration_can_only_be_used_at_the_top_level_of_a_module:n(1474,1,"An_export_declaration_can_only_be_used_at_the_top_level_of_a_module_1474","An export declaration can only be used at the top level of a module."),Control_what_method_is_used_to_detect_module_format_JS_files:n(1475,3,"Control_what_method_is_used_to_detect_module_format_JS_files_1475","Control what method is used to detect module-format JS files."),auto_Colon_Treat_files_with_imports_exports_import_meta_jsx_with_jsx_Colon_react_jsx_or_esm_format_with_module_Colon_node16_as_modules:n(1476,3,"auto_Colon_Treat_files_with_imports_exports_import_meta_jsx_with_jsx_Colon_react_jsx_or_esm_format_w_1476",'"auto": Treat files with imports, exports, import.meta, jsx (with jsx: react-jsx), or esm format (with module: node16+) as modules.'),An_instantiation_expression_cannot_be_followed_by_a_property_access:n(1477,1,"An_instantiation_expression_cannot_be_followed_by_a_property_access_1477","An instantiation expression cannot be followed by a property access."),Identifier_or_string_literal_expected:n(1478,1,"Identifier_or_string_literal_expected_1478","Identifier or string literal expected."),The_current_file_is_a_CommonJS_module_whose_imports_will_produce_require_calls_however_the_referenced_file_is_an_ECMAScript_module_and_cannot_be_imported_with_require_Consider_writing_a_dynamic_import_0_call_instead:n(1479,1,"The_current_file_is_a_CommonJS_module_whose_imports_will_produce_require_calls_however_the_reference_1479",`The current file is a CommonJS module whose imports will produce 'require' calls; however, the referenced file is an ECMAScript module and cannot be imported with 'require'. Consider writing a dynamic 'import("{0}")' call instead.`),To_convert_this_file_to_an_ECMAScript_module_change_its_file_extension_to_0_or_create_a_local_package_json_file_with_type_Colon_module:n(1480,3,"To_convert_this_file_to_an_ECMAScript_module_change_its_file_extension_to_0_or_create_a_local_packag_1480",'To convert this file to an ECMAScript module, change its file extension to \'{0}\' or create a local package.json file with `{ "type": "module" }`.'),To_convert_this_file_to_an_ECMAScript_module_change_its_file_extension_to_0_or_add_the_field_type_Colon_module_to_1:n(1481,3,"To_convert_this_file_to_an_ECMAScript_module_change_its_file_extension_to_0_or_add_the_field_type_Co_1481",`To convert this file to an ECMAScript module, change its file extension to '{0}', or add the field \`"type": "module"\` to '{1}'.`),To_convert_this_file_to_an_ECMAScript_module_add_the_field_type_Colon_module_to_0:n(1482,3,"To_convert_this_file_to_an_ECMAScript_module_add_the_field_type_Colon_module_to_0_1482",'To convert this file to an ECMAScript module, add the field `"type": "module"` to \'{0}\'.'),To_convert_this_file_to_an_ECMAScript_module_create_a_local_package_json_file_with_type_Colon_module:n(1483,3,"To_convert_this_file_to_an_ECMAScript_module_create_a_local_package_json_file_with_type_Colon_module_1483",'To convert this file to an ECMAScript module, create a local package.json file with `{ "type": "module" }`.'),_0_is_a_type_and_must_be_imported_using_a_type_only_import_when_verbatimModuleSyntax_is_enabled:n(1484,1,"_0_is_a_type_and_must_be_imported_using_a_type_only_import_when_verbatimModuleSyntax_is_enabled_1484","'{0}' is a type and must be imported using a type-only import when 'verbatimModuleSyntax' is enabled."),_0_resolves_to_a_type_only_declaration_and_must_be_imported_using_a_type_only_import_when_verbatimModuleSyntax_is_enabled:n(1485,1,"_0_resolves_to_a_type_only_declaration_and_must_be_imported_using_a_type_only_import_when_verbatimMo_1485","'{0}' resolves to a type-only declaration and must be imported using a type-only import when 'verbatimModuleSyntax' is enabled."),Decorator_used_before_export_here:n(1486,1,"Decorator_used_before_export_here_1486","Decorator used before 'export' here."),Octal_escape_sequences_are_not_allowed_Use_the_syntax_0:n(1487,1,"Octal_escape_sequences_are_not_allowed_Use_the_syntax_0_1487","Octal escape sequences are not allowed. Use the syntax '{0}'."),Escape_sequence_0_is_not_allowed:n(1488,1,"Escape_sequence_0_is_not_allowed_1488","Escape sequence '{0}' is not allowed."),Decimals_with_leading_zeros_are_not_allowed:n(1489,1,"Decimals_with_leading_zeros_are_not_allowed_1489","Decimals with leading zeros are not allowed."),File_appears_to_be_binary:n(1490,1,"File_appears_to_be_binary_1490","File appears to be binary."),_0_modifier_cannot_appear_on_a_using_declaration:n(1491,1,"_0_modifier_cannot_appear_on_a_using_declaration_1491","'{0}' modifier cannot appear on a 'using' declaration."),_0_declarations_may_not_have_binding_patterns:n(1492,1,"_0_declarations_may_not_have_binding_patterns_1492","'{0}' declarations may not have binding patterns."),The_left_hand_side_of_a_for_in_statement_cannot_be_a_using_declaration:n(1493,1,"The_left_hand_side_of_a_for_in_statement_cannot_be_a_using_declaration_1493","The left-hand side of a 'for...in' statement cannot be a 'using' declaration."),The_left_hand_side_of_a_for_in_statement_cannot_be_an_await_using_declaration:n(1494,1,"The_left_hand_side_of_a_for_in_statement_cannot_be_an_await_using_declaration_1494","The left-hand side of a 'for...in' statement cannot be an 'await using' declaration."),_0_modifier_cannot_appear_on_an_await_using_declaration:n(1495,1,"_0_modifier_cannot_appear_on_an_await_using_declaration_1495","'{0}' modifier cannot appear on an 'await using' declaration."),Identifier_string_literal_or_number_literal_expected:n(1496,1,"Identifier_string_literal_or_number_literal_expected_1496","Identifier, string literal, or number literal expected."),Expression_must_be_enclosed_in_parentheses_to_be_used_as_a_decorator:n(1497,1,"Expression_must_be_enclosed_in_parentheses_to_be_used_as_a_decorator_1497","Expression must be enclosed in parentheses to be used as a decorator."),Invalid_syntax_in_decorator:n(1498,1,"Invalid_syntax_in_decorator_1498","Invalid syntax in decorator."),Unknown_regular_expression_flag:n(1499,1,"Unknown_regular_expression_flag_1499","Unknown regular expression flag."),Duplicate_regular_expression_flag:n(1500,1,"Duplicate_regular_expression_flag_1500","Duplicate regular expression flag."),This_regular_expression_flag_is_only_available_when_targeting_0_or_later:n(1501,1,"This_regular_expression_flag_is_only_available_when_targeting_0_or_later_1501","This regular expression flag is only available when targeting '{0}' or later."),The_Unicode_u_flag_and_the_Unicode_Sets_v_flag_cannot_be_set_simultaneously:n(1502,1,"The_Unicode_u_flag_and_the_Unicode_Sets_v_flag_cannot_be_set_simultaneously_1502","The Unicode (u) flag and the Unicode Sets (v) flag cannot be set simultaneously."),Named_capturing_groups_are_only_available_when_targeting_ES2018_or_later:n(1503,1,"Named_capturing_groups_are_only_available_when_targeting_ES2018_or_later_1503","Named capturing groups are only available when targeting 'ES2018' or later."),Subpattern_flags_must_be_present_when_there_is_a_minus_sign:n(1504,1,"Subpattern_flags_must_be_present_when_there_is_a_minus_sign_1504","Subpattern flags must be present when there is a minus sign."),Incomplete_quantifier_Digit_expected:n(1505,1,"Incomplete_quantifier_Digit_expected_1505","Incomplete quantifier. Digit expected."),Numbers_out_of_order_in_quantifier:n(1506,1,"Numbers_out_of_order_in_quantifier_1506","Numbers out of order in quantifier."),There_is_nothing_available_for_repetition:n(1507,1,"There_is_nothing_available_for_repetition_1507","There is nothing available for repetition."),Unexpected_0_Did_you_mean_to_escape_it_with_backslash:n(1508,1,"Unexpected_0_Did_you_mean_to_escape_it_with_backslash_1508","Unexpected '{0}'. Did you mean to escape it with backslash?"),This_regular_expression_flag_cannot_be_toggled_within_a_subpattern:n(1509,1,"This_regular_expression_flag_cannot_be_toggled_within_a_subpattern_1509","This regular expression flag cannot be toggled within a subpattern."),k_must_be_followed_by_a_capturing_group_name_enclosed_in_angle_brackets:n(1510,1,"k_must_be_followed_by_a_capturing_group_name_enclosed_in_angle_brackets_1510","'\\k' must be followed by a capturing group name enclosed in angle brackets."),q_is_only_available_inside_character_class:n(1511,1,"q_is_only_available_inside_character_class_1511","'\\q' is only available inside character class."),c_must_be_followed_by_an_ASCII_letter:n(1512,1,"c_must_be_followed_by_an_ASCII_letter_1512","'\\c' must be followed by an ASCII letter."),Undetermined_character_escape:n(1513,1,"Undetermined_character_escape_1513","Undetermined character escape."),Expected_a_capturing_group_name:n(1514,1,"Expected_a_capturing_group_name_1514","Expected a capturing group name."),Named_capturing_groups_with_the_same_name_must_be_mutually_exclusive_to_each_other:n(1515,1,"Named_capturing_groups_with_the_same_name_must_be_mutually_exclusive_to_each_other_1515","Named capturing groups with the same name must be mutually exclusive to each other."),A_character_class_range_must_not_be_bounded_by_another_character_class:n(1516,1,"A_character_class_range_must_not_be_bounded_by_another_character_class_1516","A character class range must not be bounded by another character class."),Range_out_of_order_in_character_class:n(1517,1,"Range_out_of_order_in_character_class_1517","Range out of order in character class."),Anything_that_would_possibly_match_more_than_a_single_character_is_invalid_inside_a_negated_character_class:n(1518,1,"Anything_that_would_possibly_match_more_than_a_single_character_is_invalid_inside_a_negated_characte_1518","Anything that would possibly match more than a single character is invalid inside a negated character class."),Operators_must_not_be_mixed_within_a_character_class_Wrap_it_in_a_nested_class_instead:n(1519,1,"Operators_must_not_be_mixed_within_a_character_class_Wrap_it_in_a_nested_class_instead_1519","Operators must not be mixed within a character class. Wrap it in a nested class instead."),Expected_a_class_set_operand:n(1520,1,"Expected_a_class_set_operand_1520","Expected a class set operand."),q_must_be_followed_by_string_alternatives_enclosed_in_braces:n(1521,1,"q_must_be_followed_by_string_alternatives_enclosed_in_braces_1521","'\\q' must be followed by string alternatives enclosed in braces."),A_character_class_must_not_contain_a_reserved_double_punctuator_Did_you_mean_to_escape_it_with_backslash:n(1522,1,"A_character_class_must_not_contain_a_reserved_double_punctuator_Did_you_mean_to_escape_it_with_backs_1522","A character class must not contain a reserved double punctuator. Did you mean to escape it with backslash?"),Expected_a_Unicode_property_name:n(1523,1,"Expected_a_Unicode_property_name_1523","Expected a Unicode property name."),Unknown_Unicode_property_name:n(1524,1,"Unknown_Unicode_property_name_1524","Unknown Unicode property name."),Expected_a_Unicode_property_value:n(1525,1,"Expected_a_Unicode_property_value_1525","Expected a Unicode property value."),Unknown_Unicode_property_value:n(1526,1,"Unknown_Unicode_property_value_1526","Unknown Unicode property value."),Expected_a_Unicode_property_name_or_value:n(1527,1,"Expected_a_Unicode_property_name_or_value_1527","Expected a Unicode property name or value."),Any_Unicode_property_that_would_possibly_match_more_than_a_single_character_is_only_available_when_the_Unicode_Sets_v_flag_is_set:n(1528,1,"Any_Unicode_property_that_would_possibly_match_more_than_a_single_character_is_only_available_when_t_1528","Any Unicode property that would possibly match more than a single character is only available when the Unicode Sets (v) flag is set."),Unknown_Unicode_property_name_or_value:n(1529,1,"Unknown_Unicode_property_name_or_value_1529","Unknown Unicode property name or value."),Unicode_property_value_expressions_are_only_available_when_the_Unicode_u_flag_or_the_Unicode_Sets_v_flag_is_set:n(1530,1,"Unicode_property_value_expressions_are_only_available_when_the_Unicode_u_flag_or_the_Unicode_Sets_v__1530","Unicode property value expressions are only available when the Unicode (u) flag or the Unicode Sets (v) flag is set."),_0_must_be_followed_by_a_Unicode_property_value_expression_enclosed_in_braces:n(1531,1,"_0_must_be_followed_by_a_Unicode_property_value_expression_enclosed_in_braces_1531","'\\{0}' must be followed by a Unicode property value expression enclosed in braces."),There_is_no_capturing_group_named_0_in_this_regular_expression:n(1532,1,"There_is_no_capturing_group_named_0_in_this_regular_expression_1532","There is no capturing group named '{0}' in this regular expression."),This_backreference_refers_to_a_group_that_does_not_exist_There_are_only_0_capturing_groups_in_this_regular_expression:n(1533,1,"This_backreference_refers_to_a_group_that_does_not_exist_There_are_only_0_capturing_groups_in_this_r_1533","This backreference refers to a group that does not exist. There are only {0} capturing groups in this regular expression."),This_backreference_refers_to_a_group_that_does_not_exist_There_are_no_capturing_groups_in_this_regular_expression:n(1534,1,"This_backreference_refers_to_a_group_that_does_not_exist_There_are_no_capturing_groups_in_this_regul_1534","This backreference refers to a group that does not exist. There are no capturing groups in this regular expression."),This_character_cannot_be_escaped_in_a_regular_expression:n(1535,1,"This_character_cannot_be_escaped_in_a_regular_expression_1535","This character cannot be escaped in a regular expression."),Octal_escape_sequences_and_backreferences_are_not_allowed_in_a_character_class_If_this_was_intended_as_an_escape_sequence_use_the_syntax_0_instead:n(1536,1,"Octal_escape_sequences_and_backreferences_are_not_allowed_in_a_character_class_If_this_was_intended__1536","Octal escape sequences and backreferences are not allowed in a character class. If this was intended as an escape sequence, use the syntax '{0}' instead."),Decimal_escape_sequences_and_backreferences_are_not_allowed_in_a_character_class:n(1537,1,"Decimal_escape_sequences_and_backreferences_are_not_allowed_in_a_character_class_1537","Decimal escape sequences and backreferences are not allowed in a character class."),Unicode_escape_sequences_are_only_available_when_the_Unicode_u_flag_or_the_Unicode_Sets_v_flag_is_set:n(1538,1,"Unicode_escape_sequences_are_only_available_when_the_Unicode_u_flag_or_the_Unicode_Sets_v_flag_is_se_1538","Unicode escape sequences are only available when the Unicode (u) flag or the Unicode Sets (v) flag is set."),A_bigint_literal_cannot_be_used_as_a_property_name:n(1539,1,"A_bigint_literal_cannot_be_used_as_a_property_name_1539","A 'bigint' literal cannot be used as a property name."),A_namespace_declaration_should_not_be_declared_using_the_module_keyword_Please_use_the_namespace_keyword_instead:n(1540,1,"A_namespace_declaration_should_not_be_declared_using_the_module_keyword_Please_use_the_namespace_key_1540","A 'namespace' declaration should not be declared using the 'module' keyword. Please use the 'namespace' keyword instead."),Type_only_import_of_an_ECMAScript_module_from_a_CommonJS_module_must_have_a_resolution_mode_attribute:n(1541,1,"Type_only_import_of_an_ECMAScript_module_from_a_CommonJS_module_must_have_a_resolution_mode_attribut_1541","Type-only import of an ECMAScript module from a CommonJS module must have a 'resolution-mode' attribute."),Type_import_of_an_ECMAScript_module_from_a_CommonJS_module_must_have_a_resolution_mode_attribute:n(1542,1,"Type_import_of_an_ECMAScript_module_from_a_CommonJS_module_must_have_a_resolution_mode_attribute_1542","Type import of an ECMAScript module from a CommonJS module must have a 'resolution-mode' attribute."),Importing_a_JSON_file_into_an_ECMAScript_module_requires_a_type_Colon_json_import_attribute_when_module_is_set_to_0:n(1543,1,"Importing_a_JSON_file_into_an_ECMAScript_module_requires_a_type_Colon_json_import_attribute_when_mod_1543",`Importing a JSON file into an ECMAScript module requires a 'type: "json"' import attribute when 'module' is set to '{0}'.`),Named_imports_from_a_JSON_file_into_an_ECMAScript_module_are_not_allowed_when_module_is_set_to_0:n(1544,1,"Named_imports_from_a_JSON_file_into_an_ECMAScript_module_are_not_allowed_when_module_is_set_to_0_1544","Named imports from a JSON file into an ECMAScript module are not allowed when 'module' is set to '{0}'."),using_declarations_are_not_allowed_in_ambient_contexts:n(1545,1,"using_declarations_are_not_allowed_in_ambient_contexts_1545","'using' declarations are not allowed in ambient contexts."),await_using_declarations_are_not_allowed_in_ambient_contexts:n(1546,1,"await_using_declarations_are_not_allowed_in_ambient_contexts_1546","'await using' declarations are not allowed in ambient contexts."),using_declarations_are_not_allowed_in_case_or_default_clauses_unless_contained_within_a_block:n(1547,1,"using_declarations_are_not_allowed_in_case_or_default_clauses_unless_contained_within_a_block_1547","'using' declarations are not allowed in 'case' or 'default' clauses unless contained within a block."),await_using_declarations_are_not_allowed_in_case_or_default_clauses_unless_contained_within_a_block:n(1548,1,"await_using_declarations_are_not_allowed_in_case_or_default_clauses_unless_contained_within_a_block_1548","'await using' declarations are not allowed in 'case' or 'default' clauses unless contained within a block."),Ignore_the_tsconfig_found_and_build_with_commandline_options_and_files:n(1549,3,"Ignore_the_tsconfig_found_and_build_with_commandline_options_and_files_1549","Ignore the tsconfig found and build with commandline options and files."),The_types_of_0_are_incompatible_between_these_types:n(2200,1,"The_types_of_0_are_incompatible_between_these_types_2200","The types of '{0}' are incompatible between these types."),The_types_returned_by_0_are_incompatible_between_these_types:n(2201,1,"The_types_returned_by_0_are_incompatible_between_these_types_2201","The types returned by '{0}' are incompatible between these types."),Call_signature_return_types_0_and_1_are_incompatible:n(2202,1,"Call_signature_return_types_0_and_1_are_incompatible_2202","Call signature return types '{0}' and '{1}' are incompatible.",void 0,!0),Construct_signature_return_types_0_and_1_are_incompatible:n(2203,1,"Construct_signature_return_types_0_and_1_are_incompatible_2203","Construct signature return types '{0}' and '{1}' are incompatible.",void 0,!0),Call_signatures_with_no_arguments_have_incompatible_return_types_0_and_1:n(2204,1,"Call_signatures_with_no_arguments_have_incompatible_return_types_0_and_1_2204","Call signatures with no arguments have incompatible return types '{0}' and '{1}'.",void 0,!0),Construct_signatures_with_no_arguments_have_incompatible_return_types_0_and_1:n(2205,1,"Construct_signatures_with_no_arguments_have_incompatible_return_types_0_and_1_2205","Construct signatures with no arguments have incompatible return types '{0}' and '{1}'.",void 0,!0),The_type_modifier_cannot_be_used_on_a_named_import_when_import_type_is_used_on_its_import_statement:n(2206,1,"The_type_modifier_cannot_be_used_on_a_named_import_when_import_type_is_used_on_its_import_statement_2206","The 'type' modifier cannot be used on a named import when 'import type' is used on its import statement."),The_type_modifier_cannot_be_used_on_a_named_export_when_export_type_is_used_on_its_export_statement:n(2207,1,"The_type_modifier_cannot_be_used_on_a_named_export_when_export_type_is_used_on_its_export_statement_2207","The 'type' modifier cannot be used on a named export when 'export type' is used on its export statement."),This_type_parameter_might_need_an_extends_0_constraint:n(2208,1,"This_type_parameter_might_need_an_extends_0_constraint_2208","This type parameter might need an `extends {0}` constraint."),The_project_root_is_ambiguous_but_is_required_to_resolve_export_map_entry_0_in_file_1_Supply_the_rootDir_compiler_option_to_disambiguate:n(2209,1,"The_project_root_is_ambiguous_but_is_required_to_resolve_export_map_entry_0_in_file_1_Supply_the_roo_2209","The project root is ambiguous, but is required to resolve export map entry '{0}' in file '{1}'. Supply the `rootDir` compiler option to disambiguate."),The_project_root_is_ambiguous_but_is_required_to_resolve_import_map_entry_0_in_file_1_Supply_the_rootDir_compiler_option_to_disambiguate:n(2210,1,"The_project_root_is_ambiguous_but_is_required_to_resolve_import_map_entry_0_in_file_1_Supply_the_roo_2210","The project root is ambiguous, but is required to resolve import map entry '{0}' in file '{1}'. Supply the `rootDir` compiler option to disambiguate."),Add_extends_constraint:n(2211,3,"Add_extends_constraint_2211","Add `extends` constraint."),Add_extends_constraint_to_all_type_parameters:n(2212,3,"Add_extends_constraint_to_all_type_parameters_2212","Add `extends` constraint to all type parameters"),Duplicate_identifier_0:n(2300,1,"Duplicate_identifier_0_2300","Duplicate identifier '{0}'."),Initializer_of_instance_member_variable_0_cannot_reference_identifier_1_declared_in_the_constructor:n(2301,1,"Initializer_of_instance_member_variable_0_cannot_reference_identifier_1_declared_in_the_constructor_2301","Initializer of instance member variable '{0}' cannot reference identifier '{1}' declared in the constructor."),Static_members_cannot_reference_class_type_parameters:n(2302,1,"Static_members_cannot_reference_class_type_parameters_2302","Static members cannot reference class type parameters."),Circular_definition_of_import_alias_0:n(2303,1,"Circular_definition_of_import_alias_0_2303","Circular definition of import alias '{0}'."),Cannot_find_name_0:n(2304,1,"Cannot_find_name_0_2304","Cannot find name '{0}'."),Module_0_has_no_exported_member_1:n(2305,1,"Module_0_has_no_exported_member_1_2305","Module '{0}' has no exported member '{1}'."),File_0_is_not_a_module:n(2306,1,"File_0_is_not_a_module_2306","File '{0}' is not a module."),Cannot_find_module_0_or_its_corresponding_type_declarations:n(2307,1,"Cannot_find_module_0_or_its_corresponding_type_declarations_2307","Cannot find module '{0}' or its corresponding type declarations."),Module_0_has_already_exported_a_member_named_1_Consider_explicitly_re_exporting_to_resolve_the_ambiguity:n(2308,1,"Module_0_has_already_exported_a_member_named_1_Consider_explicitly_re_exporting_to_resolve_the_ambig_2308","Module {0} has already exported a member named '{1}'. Consider explicitly re-exporting to resolve the ambiguity."),An_export_assignment_cannot_be_used_in_a_module_with_other_exported_elements:n(2309,1,"An_export_assignment_cannot_be_used_in_a_module_with_other_exported_elements_2309","An export assignment cannot be used in a module with other exported elements."),Type_0_recursively_references_itself_as_a_base_type:n(2310,1,"Type_0_recursively_references_itself_as_a_base_type_2310","Type '{0}' recursively references itself as a base type."),Cannot_find_name_0_Did_you_mean_to_write_this_in_an_async_function:n(2311,1,"Cannot_find_name_0_Did_you_mean_to_write_this_in_an_async_function_2311","Cannot find name '{0}'. Did you mean to write this in an async function?"),An_interface_can_only_extend_an_object_type_or_intersection_of_object_types_with_statically_known_members:n(2312,1,"An_interface_can_only_extend_an_object_type_or_intersection_of_object_types_with_statically_known_me_2312","An interface can only extend an object type or intersection of object types with statically known members."),Type_parameter_0_has_a_circular_constraint:n(2313,1,"Type_parameter_0_has_a_circular_constraint_2313","Type parameter '{0}' has a circular constraint."),Generic_type_0_requires_1_type_argument_s:n(2314,1,"Generic_type_0_requires_1_type_argument_s_2314","Generic type '{0}' requires {1} type argument(s)."),Type_0_is_not_generic:n(2315,1,"Type_0_is_not_generic_2315","Type '{0}' is not generic."),Global_type_0_must_be_a_class_or_interface_type:n(2316,1,"Global_type_0_must_be_a_class_or_interface_type_2316","Global type '{0}' must be a class or interface type."),Global_type_0_must_have_1_type_parameter_s:n(2317,1,"Global_type_0_must_have_1_type_parameter_s_2317","Global type '{0}' must have {1} type parameter(s)."),Cannot_find_global_type_0:n(2318,1,"Cannot_find_global_type_0_2318","Cannot find global type '{0}'."),Named_property_0_of_types_1_and_2_are_not_identical:n(2319,1,"Named_property_0_of_types_1_and_2_are_not_identical_2319","Named property '{0}' of types '{1}' and '{2}' are not identical."),Interface_0_cannot_simultaneously_extend_types_1_and_2:n(2320,1,"Interface_0_cannot_simultaneously_extend_types_1_and_2_2320","Interface '{0}' cannot simultaneously extend types '{1}' and '{2}'."),Excessive_stack_depth_comparing_types_0_and_1:n(2321,1,"Excessive_stack_depth_comparing_types_0_and_1_2321","Excessive stack depth comparing types '{0}' and '{1}'."),Type_0_is_not_assignable_to_type_1:n(2322,1,"Type_0_is_not_assignable_to_type_1_2322","Type '{0}' is not assignable to type '{1}'."),Cannot_redeclare_exported_variable_0:n(2323,1,"Cannot_redeclare_exported_variable_0_2323","Cannot redeclare exported variable '{0}'."),Property_0_is_missing_in_type_1:n(2324,1,"Property_0_is_missing_in_type_1_2324","Property '{0}' is missing in type '{1}'."),Property_0_is_private_in_type_1_but_not_in_type_2:n(2325,1,"Property_0_is_private_in_type_1_but_not_in_type_2_2325","Property '{0}' is private in type '{1}' but not in type '{2}'."),Types_of_property_0_are_incompatible:n(2326,1,"Types_of_property_0_are_incompatible_2326","Types of property '{0}' are incompatible."),Property_0_is_optional_in_type_1_but_required_in_type_2:n(2327,1,"Property_0_is_optional_in_type_1_but_required_in_type_2_2327","Property '{0}' is optional in type '{1}' but required in type '{2}'."),Types_of_parameters_0_and_1_are_incompatible:n(2328,1,"Types_of_parameters_0_and_1_are_incompatible_2328","Types of parameters '{0}' and '{1}' are incompatible."),Index_signature_for_type_0_is_missing_in_type_1:n(2329,1,"Index_signature_for_type_0_is_missing_in_type_1_2329","Index signature for type '{0}' is missing in type '{1}'."),_0_and_1_index_signatures_are_incompatible:n(2330,1,"_0_and_1_index_signatures_are_incompatible_2330","'{0}' and '{1}' index signatures are incompatible."),this_cannot_be_referenced_in_a_module_or_namespace_body:n(2331,1,"this_cannot_be_referenced_in_a_module_or_namespace_body_2331","'this' cannot be referenced in a module or namespace body."),this_cannot_be_referenced_in_current_location:n(2332,1,"this_cannot_be_referenced_in_current_location_2332","'this' cannot be referenced in current location."),this_cannot_be_referenced_in_a_static_property_initializer:n(2334,1,"this_cannot_be_referenced_in_a_static_property_initializer_2334","'this' cannot be referenced in a static property initializer."),super_can_only_be_referenced_in_a_derived_class:n(2335,1,"super_can_only_be_referenced_in_a_derived_class_2335","'super' can only be referenced in a derived class."),super_cannot_be_referenced_in_constructor_arguments:n(2336,1,"super_cannot_be_referenced_in_constructor_arguments_2336","'super' cannot be referenced in constructor arguments."),Super_calls_are_not_permitted_outside_constructors_or_in_nested_functions_inside_constructors:n(2337,1,"Super_calls_are_not_permitted_outside_constructors_or_in_nested_functions_inside_constructors_2337","Super calls are not permitted outside constructors or in nested functions inside constructors."),super_property_access_is_permitted_only_in_a_constructor_member_function_or_member_accessor_of_a_derived_class:n(2338,1,"super_property_access_is_permitted_only_in_a_constructor_member_function_or_member_accessor_of_a_der_2338","'super' property access is permitted only in a constructor, member function, or member accessor of a derived class."),Property_0_does_not_exist_on_type_1:n(2339,1,"Property_0_does_not_exist_on_type_1_2339","Property '{0}' does not exist on type '{1}'."),Only_public_and_protected_methods_of_the_base_class_are_accessible_via_the_super_keyword:n(2340,1,"Only_public_and_protected_methods_of_the_base_class_are_accessible_via_the_super_keyword_2340","Only public and protected methods of the base class are accessible via the 'super' keyword."),Property_0_is_private_and_only_accessible_within_class_1:n(2341,1,"Property_0_is_private_and_only_accessible_within_class_1_2341","Property '{0}' is private and only accessible within class '{1}'."),This_syntax_requires_an_imported_helper_named_1_which_does_not_exist_in_0_Consider_upgrading_your_version_of_0:n(2343,1,"This_syntax_requires_an_imported_helper_named_1_which_does_not_exist_in_0_Consider_upgrading_your_ve_2343","This syntax requires an imported helper named '{1}' which does not exist in '{0}'. Consider upgrading your version of '{0}'."),Type_0_does_not_satisfy_the_constraint_1:n(2344,1,"Type_0_does_not_satisfy_the_constraint_1_2344","Type '{0}' does not satisfy the constraint '{1}'."),Argument_of_type_0_is_not_assignable_to_parameter_of_type_1:n(2345,1,"Argument_of_type_0_is_not_assignable_to_parameter_of_type_1_2345","Argument of type '{0}' is not assignable to parameter of type '{1}'."),Call_target_does_not_contain_any_signatures:n(2346,1,"Call_target_does_not_contain_any_signatures_2346","Call target does not contain any signatures."),Untyped_function_calls_may_not_accept_type_arguments:n(2347,1,"Untyped_function_calls_may_not_accept_type_arguments_2347","Untyped function calls may not accept type arguments."),Value_of_type_0_is_not_callable_Did_you_mean_to_include_new:n(2348,1,"Value_of_type_0_is_not_callable_Did_you_mean_to_include_new_2348","Value of type '{0}' is not callable. Did you mean to include 'new'?"),This_expression_is_not_callable:n(2349,1,"This_expression_is_not_callable_2349","This expression is not callable."),Only_a_void_function_can_be_called_with_the_new_keyword:n(2350,1,"Only_a_void_function_can_be_called_with_the_new_keyword_2350","Only a void function can be called with the 'new' keyword."),This_expression_is_not_constructable:n(2351,1,"This_expression_is_not_constructable_2351","This expression is not constructable."),Conversion_of_type_0_to_type_1_may_be_a_mistake_because_neither_type_sufficiently_overlaps_with_the_other_If_this_was_intentional_convert_the_expression_to_unknown_first:n(2352,1,"Conversion_of_type_0_to_type_1_may_be_a_mistake_because_neither_type_sufficiently_overlaps_with_the__2352","Conversion of type '{0}' to type '{1}' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first."),Object_literal_may_only_specify_known_properties_and_0_does_not_exist_in_type_1:n(2353,1,"Object_literal_may_only_specify_known_properties_and_0_does_not_exist_in_type_1_2353","Object literal may only specify known properties, and '{0}' does not exist in type '{1}'."),This_syntax_requires_an_imported_helper_but_module_0_cannot_be_found:n(2354,1,"This_syntax_requires_an_imported_helper_but_module_0_cannot_be_found_2354","This syntax requires an imported helper but module '{0}' cannot be found."),A_function_whose_declared_type_is_neither_undefined_void_nor_any_must_return_a_value:n(2355,1,"A_function_whose_declared_type_is_neither_undefined_void_nor_any_must_return_a_value_2355","A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value."),An_arithmetic_operand_must_be_of_type_any_number_bigint_or_an_enum_type:n(2356,1,"An_arithmetic_operand_must_be_of_type_any_number_bigint_or_an_enum_type_2356","An arithmetic operand must be of type 'any', 'number', 'bigint' or an enum type."),The_operand_of_an_increment_or_decrement_operator_must_be_a_variable_or_a_property_access:n(2357,1,"The_operand_of_an_increment_or_decrement_operator_must_be_a_variable_or_a_property_access_2357","The operand of an increment or decrement operator must be a variable or a property access."),The_left_hand_side_of_an_instanceof_expression_must_be_of_type_any_an_object_type_or_a_type_parameter:n(2358,1,"The_left_hand_side_of_an_instanceof_expression_must_be_of_type_any_an_object_type_or_a_type_paramete_2358","The left-hand side of an 'instanceof' expression must be of type 'any', an object type or a type parameter."),The_right_hand_side_of_an_instanceof_expression_must_be_either_of_type_any_a_class_function_or_other_type_assignable_to_the_Function_interface_type_or_an_object_type_with_a_Symbol_hasInstance_method:n(2359,1,"The_right_hand_side_of_an_instanceof_expression_must_be_either_of_type_any_a_class_function_or_other_2359","The right-hand side of an 'instanceof' expression must be either of type 'any', a class, function, or other type assignable to the 'Function' interface type, or an object type with a 'Symbol.hasInstance' method."),The_left_hand_side_of_an_arithmetic_operation_must_be_of_type_any_number_bigint_or_an_enum_type:n(2362,1,"The_left_hand_side_of_an_arithmetic_operation_must_be_of_type_any_number_bigint_or_an_enum_type_2362","The left-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type."),The_right_hand_side_of_an_arithmetic_operation_must_be_of_type_any_number_bigint_or_an_enum_type:n(2363,1,"The_right_hand_side_of_an_arithmetic_operation_must_be_of_type_any_number_bigint_or_an_enum_type_2363","The right-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type."),The_left_hand_side_of_an_assignment_expression_must_be_a_variable_or_a_property_access:n(2364,1,"The_left_hand_side_of_an_assignment_expression_must_be_a_variable_or_a_property_access_2364","The left-hand side of an assignment expression must be a variable or a property access."),Operator_0_cannot_be_applied_to_types_1_and_2:n(2365,1,"Operator_0_cannot_be_applied_to_types_1_and_2_2365","Operator '{0}' cannot be applied to types '{1}' and '{2}'."),Function_lacks_ending_return_statement_and_return_type_does_not_include_undefined:n(2366,1,"Function_lacks_ending_return_statement_and_return_type_does_not_include_undefined_2366","Function lacks ending return statement and return type does not include 'undefined'."),This_comparison_appears_to_be_unintentional_because_the_types_0_and_1_have_no_overlap:n(2367,1,"This_comparison_appears_to_be_unintentional_because_the_types_0_and_1_have_no_overlap_2367","This comparison appears to be unintentional because the types '{0}' and '{1}' have no overlap."),Type_parameter_name_cannot_be_0:n(2368,1,"Type_parameter_name_cannot_be_0_2368","Type parameter name cannot be '{0}'."),A_parameter_property_is_only_allowed_in_a_constructor_implementation:n(2369,1,"A_parameter_property_is_only_allowed_in_a_constructor_implementation_2369","A parameter property is only allowed in a constructor implementation."),A_rest_parameter_must_be_of_an_array_type:n(2370,1,"A_rest_parameter_must_be_of_an_array_type_2370","A rest parameter must be of an array type."),A_parameter_initializer_is_only_allowed_in_a_function_or_constructor_implementation:n(2371,1,"A_parameter_initializer_is_only_allowed_in_a_function_or_constructor_implementation_2371","A parameter initializer is only allowed in a function or constructor implementation."),Parameter_0_cannot_reference_itself:n(2372,1,"Parameter_0_cannot_reference_itself_2372","Parameter '{0}' cannot reference itself."),Parameter_0_cannot_reference_identifier_1_declared_after_it:n(2373,1,"Parameter_0_cannot_reference_identifier_1_declared_after_it_2373","Parameter '{0}' cannot reference identifier '{1}' declared after it."),Duplicate_index_signature_for_type_0:n(2374,1,"Duplicate_index_signature_for_type_0_2374","Duplicate index signature for type '{0}'."),Type_0_is_not_assignable_to_type_1_with_exactOptionalPropertyTypes_Colon_true_Consider_adding_undefined_to_the_types_of_the_target_s_properties:n(2375,1,"Type_0_is_not_assignable_to_type_1_with_exactOptionalPropertyTypes_Colon_true_Consider_adding_undefi_2375","Type '{0}' is not assignable to type '{1}' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target's properties."),A_super_call_must_be_the_first_statement_in_the_constructor_to_refer_to_super_or_this_when_a_derived_class_contains_initialized_properties_parameter_properties_or_private_identifiers:n(2376,1,"A_super_call_must_be_the_first_statement_in_the_constructor_to_refer_to_super_or_this_when_a_derived_2376","A 'super' call must be the first statement in the constructor to refer to 'super' or 'this' when a derived class contains initialized properties, parameter properties, or private identifiers."),Constructors_for_derived_classes_must_contain_a_super_call:n(2377,1,"Constructors_for_derived_classes_must_contain_a_super_call_2377","Constructors for derived classes must contain a 'super' call."),A_get_accessor_must_return_a_value:n(2378,1,"A_get_accessor_must_return_a_value_2378","A 'get' accessor must return a value."),Argument_of_type_0_is_not_assignable_to_parameter_of_type_1_with_exactOptionalPropertyTypes_Colon_true_Consider_adding_undefined_to_the_types_of_the_target_s_properties:n(2379,1,"Argument_of_type_0_is_not_assignable_to_parameter_of_type_1_with_exactOptionalPropertyTypes_Colon_tr_2379","Argument of type '{0}' is not assignable to parameter of type '{1}' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target's properties."),Overload_signatures_must_all_be_exported_or_non_exported:n(2383,1,"Overload_signatures_must_all_be_exported_or_non_exported_2383","Overload signatures must all be exported or non-exported."),Overload_signatures_must_all_be_ambient_or_non_ambient:n(2384,1,"Overload_signatures_must_all_be_ambient_or_non_ambient_2384","Overload signatures must all be ambient or non-ambient."),Overload_signatures_must_all_be_public_private_or_protected:n(2385,1,"Overload_signatures_must_all_be_public_private_or_protected_2385","Overload signatures must all be public, private or protected."),Overload_signatures_must_all_be_optional_or_required:n(2386,1,"Overload_signatures_must_all_be_optional_or_required_2386","Overload signatures must all be optional or required."),Function_overload_must_be_static:n(2387,1,"Function_overload_must_be_static_2387","Function overload must be static."),Function_overload_must_not_be_static:n(2388,1,"Function_overload_must_not_be_static_2388","Function overload must not be static."),Function_implementation_name_must_be_0:n(2389,1,"Function_implementation_name_must_be_0_2389","Function implementation name must be '{0}'."),Constructor_implementation_is_missing:n(2390,1,"Constructor_implementation_is_missing_2390","Constructor implementation is missing."),Function_implementation_is_missing_or_not_immediately_following_the_declaration:n(2391,1,"Function_implementation_is_missing_or_not_immediately_following_the_declaration_2391","Function implementation is missing or not immediately following the declaration."),Multiple_constructor_implementations_are_not_allowed:n(2392,1,"Multiple_constructor_implementations_are_not_allowed_2392","Multiple constructor implementations are not allowed."),Duplicate_function_implementation:n(2393,1,"Duplicate_function_implementation_2393","Duplicate function implementation."),This_overload_signature_is_not_compatible_with_its_implementation_signature:n(2394,1,"This_overload_signature_is_not_compatible_with_its_implementation_signature_2394","This overload signature is not compatible with its implementation signature."),Individual_declarations_in_merged_declaration_0_must_be_all_exported_or_all_local:n(2395,1,"Individual_declarations_in_merged_declaration_0_must_be_all_exported_or_all_local_2395","Individual declarations in merged declaration '{0}' must be all exported or all local."),Duplicate_identifier_arguments_Compiler_uses_arguments_to_initialize_rest_parameters:n(2396,1,"Duplicate_identifier_arguments_Compiler_uses_arguments_to_initialize_rest_parameters_2396","Duplicate identifier 'arguments'. Compiler uses 'arguments' to initialize rest parameters."),Declaration_name_conflicts_with_built_in_global_identifier_0:n(2397,1,"Declaration_name_conflicts_with_built_in_global_identifier_0_2397","Declaration name conflicts with built-in global identifier '{0}'."),constructor_cannot_be_used_as_a_parameter_property_name:n(2398,1,"constructor_cannot_be_used_as_a_parameter_property_name_2398","'constructor' cannot be used as a parameter property name."),Duplicate_identifier_this_Compiler_uses_variable_declaration_this_to_capture_this_reference:n(2399,1,"Duplicate_identifier_this_Compiler_uses_variable_declaration_this_to_capture_this_reference_2399","Duplicate identifier '_this'. Compiler uses variable declaration '_this' to capture 'this' reference."),Expression_resolves_to_variable_declaration_this_that_compiler_uses_to_capture_this_reference:n(2400,1,"Expression_resolves_to_variable_declaration_this_that_compiler_uses_to_capture_this_reference_2400","Expression resolves to variable declaration '_this' that compiler uses to capture 'this' reference."),A_super_call_must_be_a_root_level_statement_within_a_constructor_of_a_derived_class_that_contains_initialized_properties_parameter_properties_or_private_identifiers:n(2401,1,"A_super_call_must_be_a_root_level_statement_within_a_constructor_of_a_derived_class_that_contains_in_2401","A 'super' call must be a root-level statement within a constructor of a derived class that contains initialized properties, parameter properties, or private identifiers."),Expression_resolves_to_super_that_compiler_uses_to_capture_base_class_reference:n(2402,1,"Expression_resolves_to_super_that_compiler_uses_to_capture_base_class_reference_2402","Expression resolves to '_super' that compiler uses to capture base class reference."),Subsequent_variable_declarations_must_have_the_same_type_Variable_0_must_be_of_type_1_but_here_has_type_2:n(2403,1,"Subsequent_variable_declarations_must_have_the_same_type_Variable_0_must_be_of_type_1_but_here_has_t_2403","Subsequent variable declarations must have the same type. Variable '{0}' must be of type '{1}', but here has type '{2}'."),The_left_hand_side_of_a_for_in_statement_cannot_use_a_type_annotation:n(2404,1,"The_left_hand_side_of_a_for_in_statement_cannot_use_a_type_annotation_2404","The left-hand side of a 'for...in' statement cannot use a type annotation."),The_left_hand_side_of_a_for_in_statement_must_be_of_type_string_or_any:n(2405,1,"The_left_hand_side_of_a_for_in_statement_must_be_of_type_string_or_any_2405","The left-hand side of a 'for...in' statement must be of type 'string' or 'any'."),The_left_hand_side_of_a_for_in_statement_must_be_a_variable_or_a_property_access:n(2406,1,"The_left_hand_side_of_a_for_in_statement_must_be_a_variable_or_a_property_access_2406","The left-hand side of a 'for...in' statement must be a variable or a property access."),The_right_hand_side_of_a_for_in_statement_must_be_of_type_any_an_object_type_or_a_type_parameter_but_here_has_type_0:n(2407,1,"The_right_hand_side_of_a_for_in_statement_must_be_of_type_any_an_object_type_or_a_type_parameter_but_2407","The right-hand side of a 'for...in' statement must be of type 'any', an object type or a type parameter, but here has type '{0}'."),Setters_cannot_return_a_value:n(2408,1,"Setters_cannot_return_a_value_2408","Setters cannot return a value."),Return_type_of_constructor_signature_must_be_assignable_to_the_instance_type_of_the_class:n(2409,1,"Return_type_of_constructor_signature_must_be_assignable_to_the_instance_type_of_the_class_2409","Return type of constructor signature must be assignable to the instance type of the class."),The_with_statement_is_not_supported_All_symbols_in_a_with_block_will_have_type_any:n(2410,1,"The_with_statement_is_not_supported_All_symbols_in_a_with_block_will_have_type_any_2410","The 'with' statement is not supported. All symbols in a 'with' block will have type 'any'."),Type_0_is_not_assignable_to_type_1_with_exactOptionalPropertyTypes_Colon_true_Consider_adding_undefined_to_the_type_of_the_target:n(2412,1,"Type_0_is_not_assignable_to_type_1_with_exactOptionalPropertyTypes_Colon_true_Consider_adding_undefi_2412","Type '{0}' is not assignable to type '{1}' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the type of the target."),Property_0_of_type_1_is_not_assignable_to_2_index_type_3:n(2411,1,"Property_0_of_type_1_is_not_assignable_to_2_index_type_3_2411","Property '{0}' of type '{1}' is not assignable to '{2}' index type '{3}'."),_0_index_type_1_is_not_assignable_to_2_index_type_3:n(2413,1,"_0_index_type_1_is_not_assignable_to_2_index_type_3_2413","'{0}' index type '{1}' is not assignable to '{2}' index type '{3}'."),Class_name_cannot_be_0:n(2414,1,"Class_name_cannot_be_0_2414","Class name cannot be '{0}'."),Class_0_incorrectly_extends_base_class_1:n(2415,1,"Class_0_incorrectly_extends_base_class_1_2415","Class '{0}' incorrectly extends base class '{1}'."),Property_0_in_type_1_is_not_assignable_to_the_same_property_in_base_type_2:n(2416,1,"Property_0_in_type_1_is_not_assignable_to_the_same_property_in_base_type_2_2416","Property '{0}' in type '{1}' is not assignable to the same property in base type '{2}'."),Class_static_side_0_incorrectly_extends_base_class_static_side_1:n(2417,1,"Class_static_side_0_incorrectly_extends_base_class_static_side_1_2417","Class static side '{0}' incorrectly extends base class static side '{1}'."),Type_of_computed_property_s_value_is_0_which_is_not_assignable_to_type_1:n(2418,1,"Type_of_computed_property_s_value_is_0_which_is_not_assignable_to_type_1_2418","Type of computed property's value is '{0}', which is not assignable to type '{1}'."),Types_of_construct_signatures_are_incompatible:n(2419,1,"Types_of_construct_signatures_are_incompatible_2419","Types of construct signatures are incompatible."),Class_0_incorrectly_implements_interface_1:n(2420,1,"Class_0_incorrectly_implements_interface_1_2420","Class '{0}' incorrectly implements interface '{1}'."),A_class_can_only_implement_an_object_type_or_intersection_of_object_types_with_statically_known_members:n(2422,1,"A_class_can_only_implement_an_object_type_or_intersection_of_object_types_with_statically_known_memb_2422","A class can only implement an object type or intersection of object types with statically known members."),Class_0_defines_instance_member_function_1_but_extended_class_2_defines_it_as_instance_member_accessor:n(2423,1,"Class_0_defines_instance_member_function_1_but_extended_class_2_defines_it_as_instance_member_access_2423","Class '{0}' defines instance member function '{1}', but extended class '{2}' defines it as instance member accessor."),Class_0_defines_instance_member_property_1_but_extended_class_2_defines_it_as_instance_member_function:n(2425,1,"Class_0_defines_instance_member_property_1_but_extended_class_2_defines_it_as_instance_member_functi_2425","Class '{0}' defines instance member property '{1}', but extended class '{2}' defines it as instance member function."),Class_0_defines_instance_member_accessor_1_but_extended_class_2_defines_it_as_instance_member_function:n(2426,1,"Class_0_defines_instance_member_accessor_1_but_extended_class_2_defines_it_as_instance_member_functi_2426","Class '{0}' defines instance member accessor '{1}', but extended class '{2}' defines it as instance member function."),Interface_name_cannot_be_0:n(2427,1,"Interface_name_cannot_be_0_2427","Interface name cannot be '{0}'."),All_declarations_of_0_must_have_identical_type_parameters:n(2428,1,"All_declarations_of_0_must_have_identical_type_parameters_2428","All declarations of '{0}' must have identical type parameters."),Interface_0_incorrectly_extends_interface_1:n(2430,1,"Interface_0_incorrectly_extends_interface_1_2430","Interface '{0}' incorrectly extends interface '{1}'."),Enum_name_cannot_be_0:n(2431,1,"Enum_name_cannot_be_0_2431","Enum name cannot be '{0}'."),In_an_enum_with_multiple_declarations_only_one_declaration_can_omit_an_initializer_for_its_first_enum_element:n(2432,1,"In_an_enum_with_multiple_declarations_only_one_declaration_can_omit_an_initializer_for_its_first_enu_2432","In an enum with multiple declarations, only one declaration can omit an initializer for its first enum element."),A_namespace_declaration_cannot_be_in_a_different_file_from_a_class_or_function_with_which_it_is_merged:n(2433,1,"A_namespace_declaration_cannot_be_in_a_different_file_from_a_class_or_function_with_which_it_is_merg_2433","A namespace declaration cannot be in a different file from a class or function with which it is merged."),A_namespace_declaration_cannot_be_located_prior_to_a_class_or_function_with_which_it_is_merged:n(2434,1,"A_namespace_declaration_cannot_be_located_prior_to_a_class_or_function_with_which_it_is_merged_2434","A namespace declaration cannot be located prior to a class or function with which it is merged."),Ambient_modules_cannot_be_nested_in_other_modules_or_namespaces:n(2435,1,"Ambient_modules_cannot_be_nested_in_other_modules_or_namespaces_2435","Ambient modules cannot be nested in other modules or namespaces."),Ambient_module_declaration_cannot_specify_relative_module_name:n(2436,1,"Ambient_module_declaration_cannot_specify_relative_module_name_2436","Ambient module declaration cannot specify relative module name."),Module_0_is_hidden_by_a_local_declaration_with_the_same_name:n(2437,1,"Module_0_is_hidden_by_a_local_declaration_with_the_same_name_2437","Module '{0}' is hidden by a local declaration with the same name."),Import_name_cannot_be_0:n(2438,1,"Import_name_cannot_be_0_2438","Import name cannot be '{0}'."),Import_or_export_declaration_in_an_ambient_module_declaration_cannot_reference_module_through_relative_module_name:n(2439,1,"Import_or_export_declaration_in_an_ambient_module_declaration_cannot_reference_module_through_relati_2439","Import or export declaration in an ambient module declaration cannot reference module through relative module name."),Import_declaration_conflicts_with_local_declaration_of_0:n(2440,1,"Import_declaration_conflicts_with_local_declaration_of_0_2440","Import declaration conflicts with local declaration of '{0}'."),Duplicate_identifier_0_Compiler_reserves_name_1_in_top_level_scope_of_a_module:n(2441,1,"Duplicate_identifier_0_Compiler_reserves_name_1_in_top_level_scope_of_a_module_2441","Duplicate identifier '{0}'. Compiler reserves name '{1}' in top level scope of a module."),Types_have_separate_declarations_of_a_private_property_0:n(2442,1,"Types_have_separate_declarations_of_a_private_property_0_2442","Types have separate declarations of a private property '{0}'."),Property_0_is_protected_but_type_1_is_not_a_class_derived_from_2:n(2443,1,"Property_0_is_protected_but_type_1_is_not_a_class_derived_from_2_2443","Property '{0}' is protected but type '{1}' is not a class derived from '{2}'."),Property_0_is_protected_in_type_1_but_public_in_type_2:n(2444,1,"Property_0_is_protected_in_type_1_but_public_in_type_2_2444","Property '{0}' is protected in type '{1}' but public in type '{2}'."),Property_0_is_protected_and_only_accessible_within_class_1_and_its_subclasses:n(2445,1,"Property_0_is_protected_and_only_accessible_within_class_1_and_its_subclasses_2445","Property '{0}' is protected and only accessible within class '{1}' and its subclasses."),Property_0_is_protected_and_only_accessible_through_an_instance_of_class_1_This_is_an_instance_of_class_2:n(2446,1,"Property_0_is_protected_and_only_accessible_through_an_instance_of_class_1_This_is_an_instance_of_cl_2446","Property '{0}' is protected and only accessible through an instance of class '{1}'. This is an instance of class '{2}'."),The_0_operator_is_not_allowed_for_boolean_types_Consider_using_1_instead:n(2447,1,"The_0_operator_is_not_allowed_for_boolean_types_Consider_using_1_instead_2447","The '{0}' operator is not allowed for boolean types. Consider using '{1}' instead."),Block_scoped_variable_0_used_before_its_declaration:n(2448,1,"Block_scoped_variable_0_used_before_its_declaration_2448","Block-scoped variable '{0}' used before its declaration."),Class_0_used_before_its_declaration:n(2449,1,"Class_0_used_before_its_declaration_2449","Class '{0}' used before its declaration."),Enum_0_used_before_its_declaration:n(2450,1,"Enum_0_used_before_its_declaration_2450","Enum '{0}' used before its declaration."),Cannot_redeclare_block_scoped_variable_0:n(2451,1,"Cannot_redeclare_block_scoped_variable_0_2451","Cannot redeclare block-scoped variable '{0}'."),An_enum_member_cannot_have_a_numeric_name:n(2452,1,"An_enum_member_cannot_have_a_numeric_name_2452","An enum member cannot have a numeric name."),Variable_0_is_used_before_being_assigned:n(2454,1,"Variable_0_is_used_before_being_assigned_2454","Variable '{0}' is used before being assigned."),Type_alias_0_circularly_references_itself:n(2456,1,"Type_alias_0_circularly_references_itself_2456","Type alias '{0}' circularly references itself."),Type_alias_name_cannot_be_0:n(2457,1,"Type_alias_name_cannot_be_0_2457","Type alias name cannot be '{0}'."),An_AMD_module_cannot_have_multiple_name_assignments:n(2458,1,"An_AMD_module_cannot_have_multiple_name_assignments_2458","An AMD module cannot have multiple name assignments."),Module_0_declares_1_locally_but_it_is_not_exported:n(2459,1,"Module_0_declares_1_locally_but_it_is_not_exported_2459","Module '{0}' declares '{1}' locally, but it is not exported."),Module_0_declares_1_locally_but_it_is_exported_as_2:n(2460,1,"Module_0_declares_1_locally_but_it_is_exported_as_2_2460","Module '{0}' declares '{1}' locally, but it is exported as '{2}'."),Type_0_is_not_an_array_type:n(2461,1,"Type_0_is_not_an_array_type_2461","Type '{0}' is not an array type."),A_rest_element_must_be_last_in_a_destructuring_pattern:n(2462,1,"A_rest_element_must_be_last_in_a_destructuring_pattern_2462","A rest element must be last in a destructuring pattern."),A_binding_pattern_parameter_cannot_be_optional_in_an_implementation_signature:n(2463,1,"A_binding_pattern_parameter_cannot_be_optional_in_an_implementation_signature_2463","A binding pattern parameter cannot be optional in an implementation signature."),A_computed_property_name_must_be_of_type_string_number_symbol_or_any:n(2464,1,"A_computed_property_name_must_be_of_type_string_number_symbol_or_any_2464","A computed property name must be of type 'string', 'number', 'symbol', or 'any'."),this_cannot_be_referenced_in_a_computed_property_name:n(2465,1,"this_cannot_be_referenced_in_a_computed_property_name_2465","'this' cannot be referenced in a computed property name."),super_cannot_be_referenced_in_a_computed_property_name:n(2466,1,"super_cannot_be_referenced_in_a_computed_property_name_2466","'super' cannot be referenced in a computed property name."),A_computed_property_name_cannot_reference_a_type_parameter_from_its_containing_type:n(2467,1,"A_computed_property_name_cannot_reference_a_type_parameter_from_its_containing_type_2467","A computed property name cannot reference a type parameter from its containing type."),Cannot_find_global_value_0:n(2468,1,"Cannot_find_global_value_0_2468","Cannot find global value '{0}'."),The_0_operator_cannot_be_applied_to_type_symbol:n(2469,1,"The_0_operator_cannot_be_applied_to_type_symbol_2469","The '{0}' operator cannot be applied to type 'symbol'."),Spread_operator_in_new_expressions_is_only_available_when_targeting_ECMAScript_5_and_higher:n(2472,1,"Spread_operator_in_new_expressions_is_only_available_when_targeting_ECMAScript_5_and_higher_2472","Spread operator in 'new' expressions is only available when targeting ECMAScript 5 and higher."),Enum_declarations_must_all_be_const_or_non_const:n(2473,1,"Enum_declarations_must_all_be_const_or_non_const_2473","Enum declarations must all be const or non-const."),const_enum_member_initializers_must_be_constant_expressions:n(2474,1,"const_enum_member_initializers_must_be_constant_expressions_2474","const enum member initializers must be constant expressions."),const_enums_can_only_be_used_in_property_or_index_access_expressions_or_the_right_hand_side_of_an_import_declaration_or_export_assignment_or_type_query:n(2475,1,"const_enums_can_only_be_used_in_property_or_index_access_expressions_or_the_right_hand_side_of_an_im_2475","'const' enums can only be used in property or index access expressions or the right hand side of an import declaration or export assignment or type query."),A_const_enum_member_can_only_be_accessed_using_a_string_literal:n(2476,1,"A_const_enum_member_can_only_be_accessed_using_a_string_literal_2476","A const enum member can only be accessed using a string literal."),const_enum_member_initializer_was_evaluated_to_a_non_finite_value:n(2477,1,"const_enum_member_initializer_was_evaluated_to_a_non_finite_value_2477","'const' enum member initializer was evaluated to a non-finite value."),const_enum_member_initializer_was_evaluated_to_disallowed_value_NaN:n(2478,1,"const_enum_member_initializer_was_evaluated_to_disallowed_value_NaN_2478","'const' enum member initializer was evaluated to disallowed value 'NaN'."),let_is_not_allowed_to_be_used_as_a_name_in_let_or_const_declarations:n(2480,1,"let_is_not_allowed_to_be_used_as_a_name_in_let_or_const_declarations_2480","'let' is not allowed to be used as a name in 'let' or 'const' declarations."),Cannot_initialize_outer_scoped_variable_0_in_the_same_scope_as_block_scoped_declaration_1:n(2481,1,"Cannot_initialize_outer_scoped_variable_0_in_the_same_scope_as_block_scoped_declaration_1_2481","Cannot initialize outer scoped variable '{0}' in the same scope as block scoped declaration '{1}'."),The_left_hand_side_of_a_for_of_statement_cannot_use_a_type_annotation:n(2483,1,"The_left_hand_side_of_a_for_of_statement_cannot_use_a_type_annotation_2483","The left-hand side of a 'for...of' statement cannot use a type annotation."),Export_declaration_conflicts_with_exported_declaration_of_0:n(2484,1,"Export_declaration_conflicts_with_exported_declaration_of_0_2484","Export declaration conflicts with exported declaration of '{0}'."),The_left_hand_side_of_a_for_of_statement_must_be_a_variable_or_a_property_access:n(2487,1,"The_left_hand_side_of_a_for_of_statement_must_be_a_variable_or_a_property_access_2487","The left-hand side of a 'for...of' statement must be a variable or a property access."),Type_0_must_have_a_Symbol_iterator_method_that_returns_an_iterator:n(2488,1,"Type_0_must_have_a_Symbol_iterator_method_that_returns_an_iterator_2488","Type '{0}' must have a '[Symbol.iterator]()' method that returns an iterator."),An_iterator_must_have_a_next_method:n(2489,1,"An_iterator_must_have_a_next_method_2489","An iterator must have a 'next()' method."),The_type_returned_by_the_0_method_of_an_iterator_must_have_a_value_property:n(2490,1,"The_type_returned_by_the_0_method_of_an_iterator_must_have_a_value_property_2490","The type returned by the '{0}()' method of an iterator must have a 'value' property."),The_left_hand_side_of_a_for_in_statement_cannot_be_a_destructuring_pattern:n(2491,1,"The_left_hand_side_of_a_for_in_statement_cannot_be_a_destructuring_pattern_2491","The left-hand side of a 'for...in' statement cannot be a destructuring pattern."),Cannot_redeclare_identifier_0_in_catch_clause:n(2492,1,"Cannot_redeclare_identifier_0_in_catch_clause_2492","Cannot redeclare identifier '{0}' in catch clause."),Tuple_type_0_of_length_1_has_no_element_at_index_2:n(2493,1,"Tuple_type_0_of_length_1_has_no_element_at_index_2_2493","Tuple type '{0}' of length '{1}' has no element at index '{2}'."),Using_a_string_in_a_for_of_statement_is_only_supported_in_ECMAScript_5_and_higher:n(2494,1,"Using_a_string_in_a_for_of_statement_is_only_supported_in_ECMAScript_5_and_higher_2494","Using a string in a 'for...of' statement is only supported in ECMAScript 5 and higher."),Type_0_is_not_an_array_type_or_a_string_type:n(2495,1,"Type_0_is_not_an_array_type_or_a_string_type_2495","Type '{0}' is not an array type or a string type."),The_arguments_object_cannot_be_referenced_in_an_arrow_function_in_ES5_Consider_using_a_standard_function_expression:n(2496,1,"The_arguments_object_cannot_be_referenced_in_an_arrow_function_in_ES5_Consider_using_a_standard_func_2496","The 'arguments' object cannot be referenced in an arrow function in ES5. Consider using a standard function expression."),This_module_can_only_be_referenced_with_ECMAScript_imports_Slashexports_by_turning_on_the_0_flag_and_referencing_its_default_export:n(2497,1,"This_module_can_only_be_referenced_with_ECMAScript_imports_Slashexports_by_turning_on_the_0_flag_and_2497","This module can only be referenced with ECMAScript imports/exports by turning on the '{0}' flag and referencing its default export."),Module_0_uses_export_and_cannot_be_used_with_export_Asterisk:n(2498,1,"Module_0_uses_export_and_cannot_be_used_with_export_Asterisk_2498","Module '{0}' uses 'export =' and cannot be used with 'export *'."),An_interface_can_only_extend_an_identifier_Slashqualified_name_with_optional_type_arguments:n(2499,1,"An_interface_can_only_extend_an_identifier_Slashqualified_name_with_optional_type_arguments_2499","An interface can only extend an identifier/qualified-name with optional type arguments."),A_class_can_only_implement_an_identifier_Slashqualified_name_with_optional_type_arguments:n(2500,1,"A_class_can_only_implement_an_identifier_Slashqualified_name_with_optional_type_arguments_2500","A class can only implement an identifier/qualified-name with optional type arguments."),A_rest_element_cannot_contain_a_binding_pattern:n(2501,1,"A_rest_element_cannot_contain_a_binding_pattern_2501","A rest element cannot contain a binding pattern."),_0_is_referenced_directly_or_indirectly_in_its_own_type_annotation:n(2502,1,"_0_is_referenced_directly_or_indirectly_in_its_own_type_annotation_2502","'{0}' is referenced directly or indirectly in its own type annotation."),Cannot_find_namespace_0:n(2503,1,"Cannot_find_namespace_0_2503","Cannot find namespace '{0}'."),Type_0_must_have_a_Symbol_asyncIterator_method_that_returns_an_async_iterator:n(2504,1,"Type_0_must_have_a_Symbol_asyncIterator_method_that_returns_an_async_iterator_2504","Type '{0}' must have a '[Symbol.asyncIterator]()' method that returns an async iterator."),A_generator_cannot_have_a_void_type_annotation:n(2505,1,"A_generator_cannot_have_a_void_type_annotation_2505","A generator cannot have a 'void' type annotation."),_0_is_referenced_directly_or_indirectly_in_its_own_base_expression:n(2506,1,"_0_is_referenced_directly_or_indirectly_in_its_own_base_expression_2506","'{0}' is referenced directly or indirectly in its own base expression."),Type_0_is_not_a_constructor_function_type:n(2507,1,"Type_0_is_not_a_constructor_function_type_2507","Type '{0}' is not a constructor function type."),No_base_constructor_has_the_specified_number_of_type_arguments:n(2508,1,"No_base_constructor_has_the_specified_number_of_type_arguments_2508","No base constructor has the specified number of type arguments."),Base_constructor_return_type_0_is_not_an_object_type_or_intersection_of_object_types_with_statically_known_members:n(2509,1,"Base_constructor_return_type_0_is_not_an_object_type_or_intersection_of_object_types_with_statically_2509","Base constructor return type '{0}' is not an object type or intersection of object types with statically known members."),Base_constructors_must_all_have_the_same_return_type:n(2510,1,"Base_constructors_must_all_have_the_same_return_type_2510","Base constructors must all have the same return type."),Cannot_create_an_instance_of_an_abstract_class:n(2511,1,"Cannot_create_an_instance_of_an_abstract_class_2511","Cannot create an instance of an abstract class."),Overload_signatures_must_all_be_abstract_or_non_abstract:n(2512,1,"Overload_signatures_must_all_be_abstract_or_non_abstract_2512","Overload signatures must all be abstract or non-abstract."),Abstract_method_0_in_class_1_cannot_be_accessed_via_super_expression:n(2513,1,"Abstract_method_0_in_class_1_cannot_be_accessed_via_super_expression_2513","Abstract method '{0}' in class '{1}' cannot be accessed via super expression."),A_tuple_type_cannot_be_indexed_with_a_negative_value:n(2514,1,"A_tuple_type_cannot_be_indexed_with_a_negative_value_2514","A tuple type cannot be indexed with a negative value."),Non_abstract_class_0_does_not_implement_inherited_abstract_member_1_from_class_2:n(2515,1,"Non_abstract_class_0_does_not_implement_inherited_abstract_member_1_from_class_2_2515","Non-abstract class '{0}' does not implement inherited abstract member {1} from class '{2}'."),All_declarations_of_an_abstract_method_must_be_consecutive:n(2516,1,"All_declarations_of_an_abstract_method_must_be_consecutive_2516","All declarations of an abstract method must be consecutive."),Cannot_assign_an_abstract_constructor_type_to_a_non_abstract_constructor_type:n(2517,1,"Cannot_assign_an_abstract_constructor_type_to_a_non_abstract_constructor_type_2517","Cannot assign an abstract constructor type to a non-abstract constructor type."),A_this_based_type_guard_is_not_compatible_with_a_parameter_based_type_guard:n(2518,1,"A_this_based_type_guard_is_not_compatible_with_a_parameter_based_type_guard_2518","A 'this'-based type guard is not compatible with a parameter-based type guard."),An_async_iterator_must_have_a_next_method:n(2519,1,"An_async_iterator_must_have_a_next_method_2519","An async iterator must have a 'next()' method."),Duplicate_identifier_0_Compiler_uses_declaration_1_to_support_async_functions:n(2520,1,"Duplicate_identifier_0_Compiler_uses_declaration_1_to_support_async_functions_2520","Duplicate identifier '{0}'. Compiler uses declaration '{1}' to support async functions."),The_arguments_object_cannot_be_referenced_in_an_async_function_or_method_in_ES5_Consider_using_a_standard_function_or_method:n(2522,1,"The_arguments_object_cannot_be_referenced_in_an_async_function_or_method_in_ES5_Consider_using_a_sta_2522","The 'arguments' object cannot be referenced in an async function or method in ES5. Consider using a standard function or method."),yield_expressions_cannot_be_used_in_a_parameter_initializer:n(2523,1,"yield_expressions_cannot_be_used_in_a_parameter_initializer_2523","'yield' expressions cannot be used in a parameter initializer."),await_expressions_cannot_be_used_in_a_parameter_initializer:n(2524,1,"await_expressions_cannot_be_used_in_a_parameter_initializer_2524","'await' expressions cannot be used in a parameter initializer."),A_this_type_is_available_only_in_a_non_static_member_of_a_class_or_interface:n(2526,1,"A_this_type_is_available_only_in_a_non_static_member_of_a_class_or_interface_2526","A 'this' type is available only in a non-static member of a class or interface."),The_inferred_type_of_0_references_an_inaccessible_1_type_A_type_annotation_is_necessary:n(2527,1,"The_inferred_type_of_0_references_an_inaccessible_1_type_A_type_annotation_is_necessary_2527","The inferred type of '{0}' references an inaccessible '{1}' type. A type annotation is necessary."),A_module_cannot_have_multiple_default_exports:n(2528,1,"A_module_cannot_have_multiple_default_exports_2528","A module cannot have multiple default exports."),Duplicate_identifier_0_Compiler_reserves_name_1_in_top_level_scope_of_a_module_containing_async_functions:n(2529,1,"Duplicate_identifier_0_Compiler_reserves_name_1_in_top_level_scope_of_a_module_containing_async_func_2529","Duplicate identifier '{0}'. Compiler reserves name '{1}' in top level scope of a module containing async functions."),Property_0_is_incompatible_with_index_signature:n(2530,1,"Property_0_is_incompatible_with_index_signature_2530","Property '{0}' is incompatible with index signature."),Object_is_possibly_null:n(2531,1,"Object_is_possibly_null_2531","Object is possibly 'null'."),Object_is_possibly_undefined:n(2532,1,"Object_is_possibly_undefined_2532","Object is possibly 'undefined'."),Object_is_possibly_null_or_undefined:n(2533,1,"Object_is_possibly_null_or_undefined_2533","Object is possibly 'null' or 'undefined'."),A_function_returning_never_cannot_have_a_reachable_end_point:n(2534,1,"A_function_returning_never_cannot_have_a_reachable_end_point_2534","A function returning 'never' cannot have a reachable end point."),Type_0_cannot_be_used_to_index_type_1:n(2536,1,"Type_0_cannot_be_used_to_index_type_1_2536","Type '{0}' cannot be used to index type '{1}'."),Type_0_has_no_matching_index_signature_for_type_1:n(2537,1,"Type_0_has_no_matching_index_signature_for_type_1_2537","Type '{0}' has no matching index signature for type '{1}'."),Type_0_cannot_be_used_as_an_index_type:n(2538,1,"Type_0_cannot_be_used_as_an_index_type_2538","Type '{0}' cannot be used as an index type."),Cannot_assign_to_0_because_it_is_not_a_variable:n(2539,1,"Cannot_assign_to_0_because_it_is_not_a_variable_2539","Cannot assign to '{0}' because it is not a variable."),Cannot_assign_to_0_because_it_is_a_read_only_property:n(2540,1,"Cannot_assign_to_0_because_it_is_a_read_only_property_2540","Cannot assign to '{0}' because it is a read-only property."),Index_signature_in_type_0_only_permits_reading:n(2542,1,"Index_signature_in_type_0_only_permits_reading_2542","Index signature in type '{0}' only permits reading."),Duplicate_identifier_newTarget_Compiler_uses_variable_declaration_newTarget_to_capture_new_target_meta_property_reference:n(2543,1,"Duplicate_identifier_newTarget_Compiler_uses_variable_declaration_newTarget_to_capture_new_target_me_2543","Duplicate identifier '_newTarget'. Compiler uses variable declaration '_newTarget' to capture 'new.target' meta-property reference."),Expression_resolves_to_variable_declaration_newTarget_that_compiler_uses_to_capture_new_target_meta_property_reference:n(2544,1,"Expression_resolves_to_variable_declaration_newTarget_that_compiler_uses_to_capture_new_target_meta__2544","Expression resolves to variable declaration '_newTarget' that compiler uses to capture 'new.target' meta-property reference."),A_mixin_class_must_have_a_constructor_with_a_single_rest_parameter_of_type_any:n(2545,1,"A_mixin_class_must_have_a_constructor_with_a_single_rest_parameter_of_type_any_2545","A mixin class must have a constructor with a single rest parameter of type 'any[]'."),The_type_returned_by_the_0_method_of_an_async_iterator_must_be_a_promise_for_a_type_with_a_value_property:n(2547,1,"The_type_returned_by_the_0_method_of_an_async_iterator_must_be_a_promise_for_a_type_with_a_value_pro_2547","The type returned by the '{0}()' method of an async iterator must be a promise for a type with a 'value' property."),Type_0_is_not_an_array_type_or_does_not_have_a_Symbol_iterator_method_that_returns_an_iterator:n(2548,1,"Type_0_is_not_an_array_type_or_does_not_have_a_Symbol_iterator_method_that_returns_an_iterator_2548","Type '{0}' is not an array type or does not have a '[Symbol.iterator]()' method that returns an iterator."),Type_0_is_not_an_array_type_or_a_string_type_or_does_not_have_a_Symbol_iterator_method_that_returns_an_iterator:n(2549,1,"Type_0_is_not_an_array_type_or_a_string_type_or_does_not_have_a_Symbol_iterator_method_that_returns__2549","Type '{0}' is not an array type or a string type or does not have a '[Symbol.iterator]()' method that returns an iterator."),Property_0_does_not_exist_on_type_1_Do_you_need_to_change_your_target_library_Try_changing_the_lib_compiler_option_to_2_or_later:n(2550,1,"Property_0_does_not_exist_on_type_1_Do_you_need_to_change_your_target_library_Try_changing_the_lib_c_2550","Property '{0}' does not exist on type '{1}'. Do you need to change your target library? Try changing the 'lib' compiler option to '{2}' or later."),Property_0_does_not_exist_on_type_1_Did_you_mean_2:n(2551,1,"Property_0_does_not_exist_on_type_1_Did_you_mean_2_2551","Property '{0}' does not exist on type '{1}'. Did you mean '{2}'?"),Cannot_find_name_0_Did_you_mean_1:n(2552,1,"Cannot_find_name_0_Did_you_mean_1_2552","Cannot find name '{0}'. Did you mean '{1}'?"),Computed_values_are_not_permitted_in_an_enum_with_string_valued_members:n(2553,1,"Computed_values_are_not_permitted_in_an_enum_with_string_valued_members_2553","Computed values are not permitted in an enum with string valued members."),Expected_0_arguments_but_got_1:n(2554,1,"Expected_0_arguments_but_got_1_2554","Expected {0} arguments, but got {1}."),Expected_at_least_0_arguments_but_got_1:n(2555,1,"Expected_at_least_0_arguments_but_got_1_2555","Expected at least {0} arguments, but got {1}."),A_spread_argument_must_either_have_a_tuple_type_or_be_passed_to_a_rest_parameter:n(2556,1,"A_spread_argument_must_either_have_a_tuple_type_or_be_passed_to_a_rest_parameter_2556","A spread argument must either have a tuple type or be passed to a rest parameter."),Expected_0_type_arguments_but_got_1:n(2558,1,"Expected_0_type_arguments_but_got_1_2558","Expected {0} type arguments, but got {1}."),Type_0_has_no_properties_in_common_with_type_1:n(2559,1,"Type_0_has_no_properties_in_common_with_type_1_2559","Type '{0}' has no properties in common with type '{1}'."),Value_of_type_0_has_no_properties_in_common_with_type_1_Did_you_mean_to_call_it:n(2560,1,"Value_of_type_0_has_no_properties_in_common_with_type_1_Did_you_mean_to_call_it_2560","Value of type '{0}' has no properties in common with type '{1}'. Did you mean to call it?"),Object_literal_may_only_specify_known_properties_but_0_does_not_exist_in_type_1_Did_you_mean_to_write_2:n(2561,1,"Object_literal_may_only_specify_known_properties_but_0_does_not_exist_in_type_1_Did_you_mean_to_writ_2561","Object literal may only specify known properties, but '{0}' does not exist in type '{1}'. Did you mean to write '{2}'?"),Base_class_expressions_cannot_reference_class_type_parameters:n(2562,1,"Base_class_expressions_cannot_reference_class_type_parameters_2562","Base class expressions cannot reference class type parameters."),The_containing_function_or_module_body_is_too_large_for_control_flow_analysis:n(2563,1,"The_containing_function_or_module_body_is_too_large_for_control_flow_analysis_2563","The containing function or module body is too large for control flow analysis."),Property_0_has_no_initializer_and_is_not_definitely_assigned_in_the_constructor:n(2564,1,"Property_0_has_no_initializer_and_is_not_definitely_assigned_in_the_constructor_2564","Property '{0}' has no initializer and is not definitely assigned in the constructor."),Property_0_is_used_before_being_assigned:n(2565,1,"Property_0_is_used_before_being_assigned_2565","Property '{0}' is used before being assigned."),A_rest_element_cannot_have_a_property_name:n(2566,1,"A_rest_element_cannot_have_a_property_name_2566","A rest element cannot have a property name."),Enum_declarations_can_only_merge_with_namespace_or_other_enum_declarations:n(2567,1,"Enum_declarations_can_only_merge_with_namespace_or_other_enum_declarations_2567","Enum declarations can only merge with namespace or other enum declarations."),Property_0_may_not_exist_on_type_1_Did_you_mean_2:n(2568,1,"Property_0_may_not_exist_on_type_1_Did_you_mean_2_2568","Property '{0}' may not exist on type '{1}'. Did you mean '{2}'?"),Could_not_find_name_0_Did_you_mean_1:n(2570,1,"Could_not_find_name_0_Did_you_mean_1_2570","Could not find name '{0}'. Did you mean '{1}'?"),Object_is_of_type_unknown:n(2571,1,"Object_is_of_type_unknown_2571","Object is of type 'unknown'."),A_rest_element_type_must_be_an_array_type:n(2574,1,"A_rest_element_type_must_be_an_array_type_2574","A rest element type must be an array type."),No_overload_expects_0_arguments_but_overloads_do_exist_that_expect_either_1_or_2_arguments:n(2575,1,"No_overload_expects_0_arguments_but_overloads_do_exist_that_expect_either_1_or_2_arguments_2575","No overload expects {0} arguments, but overloads do exist that expect either {1} or {2} arguments."),Property_0_does_not_exist_on_type_1_Did_you_mean_to_access_the_static_member_2_instead:n(2576,1,"Property_0_does_not_exist_on_type_1_Did_you_mean_to_access_the_static_member_2_instead_2576","Property '{0}' does not exist on type '{1}'. Did you mean to access the static member '{2}' instead?"),Return_type_annotation_circularly_references_itself:n(2577,1,"Return_type_annotation_circularly_references_itself_2577","Return type annotation circularly references itself."),Unused_ts_expect_error_directive:n(2578,1,"Unused_ts_expect_error_directive_2578","Unused '@ts-expect-error' directive."),Cannot_find_name_0_Do_you_need_to_install_type_definitions_for_node_Try_npm_i_save_dev_types_Slashnode:n(2580,1,"Cannot_find_name_0_Do_you_need_to_install_type_definitions_for_node_Try_npm_i_save_dev_types_Slashno_2580","Cannot find name '{0}'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node`."),Cannot_find_name_0_Do_you_need_to_install_type_definitions_for_jQuery_Try_npm_i_save_dev_types_Slashjquery:n(2581,1,"Cannot_find_name_0_Do_you_need_to_install_type_definitions_for_jQuery_Try_npm_i_save_dev_types_Slash_2581","Cannot find name '{0}'. Do you need to install type definitions for jQuery? Try `npm i --save-dev @types/jquery`."),Cannot_find_name_0_Do_you_need_to_install_type_definitions_for_a_test_runner_Try_npm_i_save_dev_types_Slashjest_or_npm_i_save_dev_types_Slashmocha:n(2582,1,"Cannot_find_name_0_Do_you_need_to_install_type_definitions_for_a_test_runner_Try_npm_i_save_dev_type_2582","Cannot find name '{0}'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha`."),Cannot_find_name_0_Do_you_need_to_change_your_target_library_Try_changing_the_lib_compiler_option_to_1_or_later:n(2583,1,"Cannot_find_name_0_Do_you_need_to_change_your_target_library_Try_changing_the_lib_compiler_option_to_2583","Cannot find name '{0}'. Do you need to change your target library? Try changing the 'lib' compiler option to '{1}' or later."),Cannot_find_name_0_Do_you_need_to_change_your_target_library_Try_changing_the_lib_compiler_option_to_include_dom:n(2584,1,"Cannot_find_name_0_Do_you_need_to_change_your_target_library_Try_changing_the_lib_compiler_option_to_2584","Cannot find name '{0}'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'."),_0_only_refers_to_a_type_but_is_being_used_as_a_value_here_Do_you_need_to_change_your_target_library_Try_changing_the_lib_compiler_option_to_es2015_or_later:n(2585,1,"_0_only_refers_to_a_type_but_is_being_used_as_a_value_here_Do_you_need_to_change_your_target_library_2585","'{0}' only refers to a type, but is being used as a value here. Do you need to change your target library? Try changing the 'lib' compiler option to es2015 or later."),Cannot_assign_to_0_because_it_is_a_constant:n(2588,1,"Cannot_assign_to_0_because_it_is_a_constant_2588","Cannot assign to '{0}' because it is a constant."),Type_instantiation_is_excessively_deep_and_possibly_infinite:n(2589,1,"Type_instantiation_is_excessively_deep_and_possibly_infinite_2589","Type instantiation is excessively deep and possibly infinite."),Expression_produces_a_union_type_that_is_too_complex_to_represent:n(2590,1,"Expression_produces_a_union_type_that_is_too_complex_to_represent_2590","Expression produces a union type that is too complex to represent."),Cannot_find_name_0_Do_you_need_to_install_type_definitions_for_node_Try_npm_i_save_dev_types_Slashnode_and_then_add_node_to_the_types_field_in_your_tsconfig:n(2591,1,"Cannot_find_name_0_Do_you_need_to_install_type_definitions_for_node_Try_npm_i_save_dev_types_Slashno_2591","Cannot find name '{0}'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig."),Cannot_find_name_0_Do_you_need_to_install_type_definitions_for_jQuery_Try_npm_i_save_dev_types_Slashjquery_and_then_add_jquery_to_the_types_field_in_your_tsconfig:n(2592,1,"Cannot_find_name_0_Do_you_need_to_install_type_definitions_for_jQuery_Try_npm_i_save_dev_types_Slash_2592","Cannot find name '{0}'. Do you need to install type definitions for jQuery? Try `npm i --save-dev @types/jquery` and then add 'jquery' to the types field in your tsconfig."),Cannot_find_name_0_Do_you_need_to_install_type_definitions_for_a_test_runner_Try_npm_i_save_dev_types_Slashjest_or_npm_i_save_dev_types_Slashmocha_and_then_add_jest_or_mocha_to_the_types_field_in_your_tsconfig:n(2593,1,"Cannot_find_name_0_Do_you_need_to_install_type_definitions_for_a_test_runner_Try_npm_i_save_dev_type_2593","Cannot find name '{0}'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha` and then add 'jest' or 'mocha' to the types field in your tsconfig."),This_module_is_declared_with_export_and_can_only_be_used_with_a_default_import_when_using_the_0_flag:n(2594,1,"This_module_is_declared_with_export_and_can_only_be_used_with_a_default_import_when_using_the_0_flag_2594","This module is declared with 'export =', and can only be used with a default import when using the '{0}' flag."),_0_can_only_be_imported_by_using_a_default_import:n(2595,1,"_0_can_only_be_imported_by_using_a_default_import_2595","'{0}' can only be imported by using a default import."),_0_can_only_be_imported_by_turning_on_the_esModuleInterop_flag_and_using_a_default_import:n(2596,1,"_0_can_only_be_imported_by_turning_on_the_esModuleInterop_flag_and_using_a_default_import_2596","'{0}' can only be imported by turning on the 'esModuleInterop' flag and using a default import."),_0_can_only_be_imported_by_using_a_require_call_or_by_using_a_default_import:n(2597,1,"_0_can_only_be_imported_by_using_a_require_call_or_by_using_a_default_import_2597","'{0}' can only be imported by using a 'require' call or by using a default import."),_0_can_only_be_imported_by_using_a_require_call_or_by_turning_on_the_esModuleInterop_flag_and_using_a_default_import:n(2598,1,"_0_can_only_be_imported_by_using_a_require_call_or_by_turning_on_the_esModuleInterop_flag_and_using__2598","'{0}' can only be imported by using a 'require' call or by turning on the 'esModuleInterop' flag and using a default import."),JSX_element_implicitly_has_type_any_because_the_global_type_JSX_Element_does_not_exist:n(2602,1,"JSX_element_implicitly_has_type_any_because_the_global_type_JSX_Element_does_not_exist_2602","JSX element implicitly has type 'any' because the global type 'JSX.Element' does not exist."),Property_0_in_type_1_is_not_assignable_to_type_2:n(2603,1,"Property_0_in_type_1_is_not_assignable_to_type_2_2603","Property '{0}' in type '{1}' is not assignable to type '{2}'."),JSX_element_type_0_does_not_have_any_construct_or_call_signatures:n(2604,1,"JSX_element_type_0_does_not_have_any_construct_or_call_signatures_2604","JSX element type '{0}' does not have any construct or call signatures."),Property_0_of_JSX_spread_attribute_is_not_assignable_to_target_property:n(2606,1,"Property_0_of_JSX_spread_attribute_is_not_assignable_to_target_property_2606","Property '{0}' of JSX spread attribute is not assignable to target property."),JSX_element_class_does_not_support_attributes_because_it_does_not_have_a_0_property:n(2607,1,"JSX_element_class_does_not_support_attributes_because_it_does_not_have_a_0_property_2607","JSX element class does not support attributes because it does not have a '{0}' property."),The_global_type_JSX_0_may_not_have_more_than_one_property:n(2608,1,"The_global_type_JSX_0_may_not_have_more_than_one_property_2608","The global type 'JSX.{0}' may not have more than one property."),JSX_spread_child_must_be_an_array_type:n(2609,1,"JSX_spread_child_must_be_an_array_type_2609","JSX spread child must be an array type."),_0_is_defined_as_an_accessor_in_class_1_but_is_overridden_here_in_2_as_an_instance_property:n(2610,1,"_0_is_defined_as_an_accessor_in_class_1_but_is_overridden_here_in_2_as_an_instance_property_2610","'{0}' is defined as an accessor in class '{1}', but is overridden here in '{2}' as an instance property."),_0_is_defined_as_a_property_in_class_1_but_is_overridden_here_in_2_as_an_accessor:n(2611,1,"_0_is_defined_as_a_property_in_class_1_but_is_overridden_here_in_2_as_an_accessor_2611","'{0}' is defined as a property in class '{1}', but is overridden here in '{2}' as an accessor."),Property_0_will_overwrite_the_base_property_in_1_If_this_is_intentional_add_an_initializer_Otherwise_add_a_declare_modifier_or_remove_the_redundant_declaration:n(2612,1,"Property_0_will_overwrite_the_base_property_in_1_If_this_is_intentional_add_an_initializer_Otherwise_2612","Property '{0}' will overwrite the base property in '{1}'. If this is intentional, add an initializer. Otherwise, add a 'declare' modifier or remove the redundant declaration."),Module_0_has_no_default_export_Did_you_mean_to_use_import_1_from_0_instead:n(2613,1,"Module_0_has_no_default_export_Did_you_mean_to_use_import_1_from_0_instead_2613","Module '{0}' has no default export. Did you mean to use 'import { {1} } from {0}' instead?"),Module_0_has_no_exported_member_1_Did_you_mean_to_use_import_1_from_0_instead:n(2614,1,"Module_0_has_no_exported_member_1_Did_you_mean_to_use_import_1_from_0_instead_2614","Module '{0}' has no exported member '{1}'. Did you mean to use 'import {1} from {0}' instead?"),Type_of_property_0_circularly_references_itself_in_mapped_type_1:n(2615,1,"Type_of_property_0_circularly_references_itself_in_mapped_type_1_2615","Type of property '{0}' circularly references itself in mapped type '{1}'."),_0_can_only_be_imported_by_using_import_1_require_2_or_a_default_import:n(2616,1,"_0_can_only_be_imported_by_using_import_1_require_2_or_a_default_import_2616","'{0}' can only be imported by using 'import {1} = require({2})' or a default import."),_0_can_only_be_imported_by_using_import_1_require_2_or_by_turning_on_the_esModuleInterop_flag_and_using_a_default_import:n(2617,1,"_0_can_only_be_imported_by_using_import_1_require_2_or_by_turning_on_the_esModuleInterop_flag_and_us_2617","'{0}' can only be imported by using 'import {1} = require({2})' or by turning on the 'esModuleInterop' flag and using a default import."),Source_has_0_element_s_but_target_requires_1:n(2618,1,"Source_has_0_element_s_but_target_requires_1_2618","Source has {0} element(s) but target requires {1}."),Source_has_0_element_s_but_target_allows_only_1:n(2619,1,"Source_has_0_element_s_but_target_allows_only_1_2619","Source has {0} element(s) but target allows only {1}."),Target_requires_0_element_s_but_source_may_have_fewer:n(2620,1,"Target_requires_0_element_s_but_source_may_have_fewer_2620","Target requires {0} element(s) but source may have fewer."),Target_allows_only_0_element_s_but_source_may_have_more:n(2621,1,"Target_allows_only_0_element_s_but_source_may_have_more_2621","Target allows only {0} element(s) but source may have more."),Source_provides_no_match_for_required_element_at_position_0_in_target:n(2623,1,"Source_provides_no_match_for_required_element_at_position_0_in_target_2623","Source provides no match for required element at position {0} in target."),Source_provides_no_match_for_variadic_element_at_position_0_in_target:n(2624,1,"Source_provides_no_match_for_variadic_element_at_position_0_in_target_2624","Source provides no match for variadic element at position {0} in target."),Variadic_element_at_position_0_in_source_does_not_match_element_at_position_1_in_target:n(2625,1,"Variadic_element_at_position_0_in_source_does_not_match_element_at_position_1_in_target_2625","Variadic element at position {0} in source does not match element at position {1} in target."),Type_at_position_0_in_source_is_not_compatible_with_type_at_position_1_in_target:n(2626,1,"Type_at_position_0_in_source_is_not_compatible_with_type_at_position_1_in_target_2626","Type at position {0} in source is not compatible with type at position {1} in target."),Type_at_positions_0_through_1_in_source_is_not_compatible_with_type_at_position_2_in_target:n(2627,1,"Type_at_positions_0_through_1_in_source_is_not_compatible_with_type_at_position_2_in_target_2627","Type at positions {0} through {1} in source is not compatible with type at position {2} in target."),Cannot_assign_to_0_because_it_is_an_enum:n(2628,1,"Cannot_assign_to_0_because_it_is_an_enum_2628","Cannot assign to '{0}' because it is an enum."),Cannot_assign_to_0_because_it_is_a_class:n(2629,1,"Cannot_assign_to_0_because_it_is_a_class_2629","Cannot assign to '{0}' because it is a class."),Cannot_assign_to_0_because_it_is_a_function:n(2630,1,"Cannot_assign_to_0_because_it_is_a_function_2630","Cannot assign to '{0}' because it is a function."),Cannot_assign_to_0_because_it_is_a_namespace:n(2631,1,"Cannot_assign_to_0_because_it_is_a_namespace_2631","Cannot assign to '{0}' because it is a namespace."),Cannot_assign_to_0_because_it_is_an_import:n(2632,1,"Cannot_assign_to_0_because_it_is_an_import_2632","Cannot assign to '{0}' because it is an import."),JSX_property_access_expressions_cannot_include_JSX_namespace_names:n(2633,1,"JSX_property_access_expressions_cannot_include_JSX_namespace_names_2633","JSX property access expressions cannot include JSX namespace names"),_0_index_signatures_are_incompatible:n(2634,1,"_0_index_signatures_are_incompatible_2634","'{0}' index signatures are incompatible."),Type_0_has_no_signatures_for_which_the_type_argument_list_is_applicable:n(2635,1,"Type_0_has_no_signatures_for_which_the_type_argument_list_is_applicable_2635","Type '{0}' has no signatures for which the type argument list is applicable."),Type_0_is_not_assignable_to_type_1_as_implied_by_variance_annotation:n(2636,1,"Type_0_is_not_assignable_to_type_1_as_implied_by_variance_annotation_2636","Type '{0}' is not assignable to type '{1}' as implied by variance annotation."),Variance_annotations_are_only_supported_in_type_aliases_for_object_function_constructor_and_mapped_types:n(2637,1,"Variance_annotations_are_only_supported_in_type_aliases_for_object_function_constructor_and_mapped_t_2637","Variance annotations are only supported in type aliases for object, function, constructor, and mapped types."),Type_0_may_represent_a_primitive_value_which_is_not_permitted_as_the_right_operand_of_the_in_operator:n(2638,1,"Type_0_may_represent_a_primitive_value_which_is_not_permitted_as_the_right_operand_of_the_in_operato_2638","Type '{0}' may represent a primitive value, which is not permitted as the right operand of the 'in' operator."),React_components_cannot_include_JSX_namespace_names:n(2639,1,"React_components_cannot_include_JSX_namespace_names_2639","React components cannot include JSX namespace names"),Cannot_augment_module_0_with_value_exports_because_it_resolves_to_a_non_module_entity:n(2649,1,"Cannot_augment_module_0_with_value_exports_because_it_resolves_to_a_non_module_entity_2649","Cannot augment module '{0}' with value exports because it resolves to a non-module entity."),Non_abstract_class_expression_is_missing_implementations_for_the_following_members_of_0_Colon_1_and_2_more:n(2650,1,"Non_abstract_class_expression_is_missing_implementations_for_the_following_members_of_0_Colon_1_and__2650","Non-abstract class expression is missing implementations for the following members of '{0}': {1} and {2} more."),A_member_initializer_in_a_enum_declaration_cannot_reference_members_declared_after_it_including_members_defined_in_other_enums:n(2651,1,"A_member_initializer_in_a_enum_declaration_cannot_reference_members_declared_after_it_including_memb_2651","A member initializer in a enum declaration cannot reference members declared after it, including members defined in other enums."),Merged_declaration_0_cannot_include_a_default_export_declaration_Consider_adding_a_separate_export_default_0_declaration_instead:n(2652,1,"Merged_declaration_0_cannot_include_a_default_export_declaration_Consider_adding_a_separate_export_d_2652","Merged declaration '{0}' cannot include a default export declaration. Consider adding a separate 'export default {0}' declaration instead."),Non_abstract_class_expression_does_not_implement_inherited_abstract_member_0_from_class_1:n(2653,1,"Non_abstract_class_expression_does_not_implement_inherited_abstract_member_0_from_class_1_2653","Non-abstract class expression does not implement inherited abstract member '{0}' from class '{1}'."),Non_abstract_class_0_is_missing_implementations_for_the_following_members_of_1_Colon_2:n(2654,1,"Non_abstract_class_0_is_missing_implementations_for_the_following_members_of_1_Colon_2_2654","Non-abstract class '{0}' is missing implementations for the following members of '{1}': {2}."),Non_abstract_class_0_is_missing_implementations_for_the_following_members_of_1_Colon_2_and_3_more:n(2655,1,"Non_abstract_class_0_is_missing_implementations_for_the_following_members_of_1_Colon_2_and_3_more_2655","Non-abstract class '{0}' is missing implementations for the following members of '{1}': {2} and {3} more."),Non_abstract_class_expression_is_missing_implementations_for_the_following_members_of_0_Colon_1:n(2656,1,"Non_abstract_class_expression_is_missing_implementations_for_the_following_members_of_0_Colon_1_2656","Non-abstract class expression is missing implementations for the following members of '{0}': {1}."),JSX_expressions_must_have_one_parent_element:n(2657,1,"JSX_expressions_must_have_one_parent_element_2657","JSX expressions must have one parent element."),Type_0_provides_no_match_for_the_signature_1:n(2658,1,"Type_0_provides_no_match_for_the_signature_1_2658","Type '{0}' provides no match for the signature '{1}'."),super_is_only_allowed_in_members_of_object_literal_expressions_when_option_target_is_ES2015_or_higher:n(2659,1,"super_is_only_allowed_in_members_of_object_literal_expressions_when_option_target_is_ES2015_or_highe_2659","'super' is only allowed in members of object literal expressions when option 'target' is 'ES2015' or higher."),super_can_only_be_referenced_in_members_of_derived_classes_or_object_literal_expressions:n(2660,1,"super_can_only_be_referenced_in_members_of_derived_classes_or_object_literal_expressions_2660","'super' can only be referenced in members of derived classes or object literal expressions."),Cannot_export_0_Only_local_declarations_can_be_exported_from_a_module:n(2661,1,"Cannot_export_0_Only_local_declarations_can_be_exported_from_a_module_2661","Cannot export '{0}'. Only local declarations can be exported from a module."),Cannot_find_name_0_Did_you_mean_the_static_member_1_0:n(2662,1,"Cannot_find_name_0_Did_you_mean_the_static_member_1_0_2662","Cannot find name '{0}'. Did you mean the static member '{1}.{0}'?"),Cannot_find_name_0_Did_you_mean_the_instance_member_this_0:n(2663,1,"Cannot_find_name_0_Did_you_mean_the_instance_member_this_0_2663","Cannot find name '{0}'. Did you mean the instance member 'this.{0}'?"),Invalid_module_name_in_augmentation_module_0_cannot_be_found:n(2664,1,"Invalid_module_name_in_augmentation_module_0_cannot_be_found_2664","Invalid module name in augmentation, module '{0}' cannot be found."),Invalid_module_name_in_augmentation_Module_0_resolves_to_an_untyped_module_at_1_which_cannot_be_augmented:n(2665,1,"Invalid_module_name_in_augmentation_Module_0_resolves_to_an_untyped_module_at_1_which_cannot_be_augm_2665","Invalid module name in augmentation. Module '{0}' resolves to an untyped module at '{1}', which cannot be augmented."),Exports_and_export_assignments_are_not_permitted_in_module_augmentations:n(2666,1,"Exports_and_export_assignments_are_not_permitted_in_module_augmentations_2666","Exports and export assignments are not permitted in module augmentations."),Imports_are_not_permitted_in_module_augmentations_Consider_moving_them_to_the_enclosing_external_module:n(2667,1,"Imports_are_not_permitted_in_module_augmentations_Consider_moving_them_to_the_enclosing_external_mod_2667","Imports are not permitted in module augmentations. Consider moving them to the enclosing external module."),export_modifier_cannot_be_applied_to_ambient_modules_and_module_augmentations_since_they_are_always_visible:n(2668,1,"export_modifier_cannot_be_applied_to_ambient_modules_and_module_augmentations_since_they_are_always__2668","'export' modifier cannot be applied to ambient modules and module augmentations since they are always visible."),Augmentations_for_the_global_scope_can_only_be_directly_nested_in_external_modules_or_ambient_module_declarations:n(2669,1,"Augmentations_for_the_global_scope_can_only_be_directly_nested_in_external_modules_or_ambient_module_2669","Augmentations for the global scope can only be directly nested in external modules or ambient module declarations."),Augmentations_for_the_global_scope_should_have_declare_modifier_unless_they_appear_in_already_ambient_context:n(2670,1,"Augmentations_for_the_global_scope_should_have_declare_modifier_unless_they_appear_in_already_ambien_2670","Augmentations for the global scope should have 'declare' modifier unless they appear in already ambient context."),Cannot_augment_module_0_because_it_resolves_to_a_non_module_entity:n(2671,1,"Cannot_augment_module_0_because_it_resolves_to_a_non_module_entity_2671","Cannot augment module '{0}' because it resolves to a non-module entity."),Cannot_assign_a_0_constructor_type_to_a_1_constructor_type:n(2672,1,"Cannot_assign_a_0_constructor_type_to_a_1_constructor_type_2672","Cannot assign a '{0}' constructor type to a '{1}' constructor type."),Constructor_of_class_0_is_private_and_only_accessible_within_the_class_declaration:n(2673,1,"Constructor_of_class_0_is_private_and_only_accessible_within_the_class_declaration_2673","Constructor of class '{0}' is private and only accessible within the class declaration."),Constructor_of_class_0_is_protected_and_only_accessible_within_the_class_declaration:n(2674,1,"Constructor_of_class_0_is_protected_and_only_accessible_within_the_class_declaration_2674","Constructor of class '{0}' is protected and only accessible within the class declaration."),Cannot_extend_a_class_0_Class_constructor_is_marked_as_private:n(2675,1,"Cannot_extend_a_class_0_Class_constructor_is_marked_as_private_2675","Cannot extend a class '{0}'. Class constructor is marked as private."),Accessors_must_both_be_abstract_or_non_abstract:n(2676,1,"Accessors_must_both_be_abstract_or_non_abstract_2676","Accessors must both be abstract or non-abstract."),A_type_predicate_s_type_must_be_assignable_to_its_parameter_s_type:n(2677,1,"A_type_predicate_s_type_must_be_assignable_to_its_parameter_s_type_2677","A type predicate's type must be assignable to its parameter's type."),Type_0_is_not_comparable_to_type_1:n(2678,1,"Type_0_is_not_comparable_to_type_1_2678","Type '{0}' is not comparable to type '{1}'."),A_function_that_is_called_with_the_new_keyword_cannot_have_a_this_type_that_is_void:n(2679,1,"A_function_that_is_called_with_the_new_keyword_cannot_have_a_this_type_that_is_void_2679","A function that is called with the 'new' keyword cannot have a 'this' type that is 'void'."),A_0_parameter_must_be_the_first_parameter:n(2680,1,"A_0_parameter_must_be_the_first_parameter_2680","A '{0}' parameter must be the first parameter."),A_constructor_cannot_have_a_this_parameter:n(2681,1,"A_constructor_cannot_have_a_this_parameter_2681","A constructor cannot have a 'this' parameter."),this_implicitly_has_type_any_because_it_does_not_have_a_type_annotation:n(2683,1,"this_implicitly_has_type_any_because_it_does_not_have_a_type_annotation_2683","'this' implicitly has type 'any' because it does not have a type annotation."),The_this_context_of_type_0_is_not_assignable_to_method_s_this_of_type_1:n(2684,1,"The_this_context_of_type_0_is_not_assignable_to_method_s_this_of_type_1_2684","The 'this' context of type '{0}' is not assignable to method's 'this' of type '{1}'."),The_this_types_of_each_signature_are_incompatible:n(2685,1,"The_this_types_of_each_signature_are_incompatible_2685","The 'this' types of each signature are incompatible."),_0_refers_to_a_UMD_global_but_the_current_file_is_a_module_Consider_adding_an_import_instead:n(2686,1,"_0_refers_to_a_UMD_global_but_the_current_file_is_a_module_Consider_adding_an_import_instead_2686","'{0}' refers to a UMD global, but the current file is a module. Consider adding an import instead."),All_declarations_of_0_must_have_identical_modifiers:n(2687,1,"All_declarations_of_0_must_have_identical_modifiers_2687","All declarations of '{0}' must have identical modifiers."),Cannot_find_type_definition_file_for_0:n(2688,1,"Cannot_find_type_definition_file_for_0_2688","Cannot find type definition file for '{0}'."),Cannot_extend_an_interface_0_Did_you_mean_implements:n(2689,1,"Cannot_extend_an_interface_0_Did_you_mean_implements_2689","Cannot extend an interface '{0}'. Did you mean 'implements'?"),_0_only_refers_to_a_type_but_is_being_used_as_a_value_here_Did_you_mean_to_use_1_in_0:n(2690,1,"_0_only_refers_to_a_type_but_is_being_used_as_a_value_here_Did_you_mean_to_use_1_in_0_2690","'{0}' only refers to a type, but is being used as a value here. Did you mean to use '{1} in {0}'?"),_0_is_a_primitive_but_1_is_a_wrapper_object_Prefer_using_0_when_possible:n(2692,1,"_0_is_a_primitive_but_1_is_a_wrapper_object_Prefer_using_0_when_possible_2692","'{0}' is a primitive, but '{1}' is a wrapper object. Prefer using '{0}' when possible."),_0_only_refers_to_a_type_but_is_being_used_as_a_value_here:n(2693,1,"_0_only_refers_to_a_type_but_is_being_used_as_a_value_here_2693","'{0}' only refers to a type, but is being used as a value here."),Namespace_0_has_no_exported_member_1:n(2694,1,"Namespace_0_has_no_exported_member_1_2694","Namespace '{0}' has no exported member '{1}'."),Left_side_of_comma_operator_is_unused_and_has_no_side_effects:n(2695,1,"Left_side_of_comma_operator_is_unused_and_has_no_side_effects_2695","Left side of comma operator is unused and has no side effects.",!0),The_Object_type_is_assignable_to_very_few_other_types_Did_you_mean_to_use_the_any_type_instead:n(2696,1,"The_Object_type_is_assignable_to_very_few_other_types_Did_you_mean_to_use_the_any_type_instead_2696","The 'Object' type is assignable to very few other types. Did you mean to use the 'any' type instead?"),An_async_function_or_method_must_return_a_Promise_Make_sure_you_have_a_declaration_for_Promise_or_include_ES2015_in_your_lib_option:n(2697,1,"An_async_function_or_method_must_return_a_Promise_Make_sure_you_have_a_declaration_for_Promise_or_in_2697","An async function or method must return a 'Promise'. Make sure you have a declaration for 'Promise' or include 'ES2015' in your '--lib' option."),Spread_types_may_only_be_created_from_object_types:n(2698,1,"Spread_types_may_only_be_created_from_object_types_2698","Spread types may only be created from object types."),Static_property_0_conflicts_with_built_in_property_Function_0_of_constructor_function_1:n(2699,1,"Static_property_0_conflicts_with_built_in_property_Function_0_of_constructor_function_1_2699","Static property '{0}' conflicts with built-in property 'Function.{0}' of constructor function '{1}'."),Rest_types_may_only_be_created_from_object_types:n(2700,1,"Rest_types_may_only_be_created_from_object_types_2700","Rest types may only be created from object types."),The_target_of_an_object_rest_assignment_must_be_a_variable_or_a_property_access:n(2701,1,"The_target_of_an_object_rest_assignment_must_be_a_variable_or_a_property_access_2701","The target of an object rest assignment must be a variable or a property access."),_0_only_refers_to_a_type_but_is_being_used_as_a_namespace_here:n(2702,1,"_0_only_refers_to_a_type_but_is_being_used_as_a_namespace_here_2702","'{0}' only refers to a type, but is being used as a namespace here."),The_operand_of_a_delete_operator_must_be_a_property_reference:n(2703,1,"The_operand_of_a_delete_operator_must_be_a_property_reference_2703","The operand of a 'delete' operator must be a property reference."),The_operand_of_a_delete_operator_cannot_be_a_read_only_property:n(2704,1,"The_operand_of_a_delete_operator_cannot_be_a_read_only_property_2704","The operand of a 'delete' operator cannot be a read-only property."),An_async_function_or_method_in_ES5_requires_the_Promise_constructor_Make_sure_you_have_a_declaration_for_the_Promise_constructor_or_include_ES2015_in_your_lib_option:n(2705,1,"An_async_function_or_method_in_ES5_requires_the_Promise_constructor_Make_sure_you_have_a_declaration_2705","An async function or method in ES5 requires the 'Promise' constructor. Make sure you have a declaration for the 'Promise' constructor or include 'ES2015' in your '--lib' option."),Required_type_parameters_may_not_follow_optional_type_parameters:n(2706,1,"Required_type_parameters_may_not_follow_optional_type_parameters_2706","Required type parameters may not follow optional type parameters."),Generic_type_0_requires_between_1_and_2_type_arguments:n(2707,1,"Generic_type_0_requires_between_1_and_2_type_arguments_2707","Generic type '{0}' requires between {1} and {2} type arguments."),Cannot_use_namespace_0_as_a_value:n(2708,1,"Cannot_use_namespace_0_as_a_value_2708","Cannot use namespace '{0}' as a value."),Cannot_use_namespace_0_as_a_type:n(2709,1,"Cannot_use_namespace_0_as_a_type_2709","Cannot use namespace '{0}' as a type."),_0_are_specified_twice_The_attribute_named_0_will_be_overwritten:n(2710,1,"_0_are_specified_twice_The_attribute_named_0_will_be_overwritten_2710","'{0}' are specified twice. The attribute named '{0}' will be overwritten."),A_dynamic_import_call_returns_a_Promise_Make_sure_you_have_a_declaration_for_Promise_or_include_ES2015_in_your_lib_option:n(2711,1,"A_dynamic_import_call_returns_a_Promise_Make_sure_you_have_a_declaration_for_Promise_or_include_ES20_2711","A dynamic import call returns a 'Promise'. Make sure you have a declaration for 'Promise' or include 'ES2015' in your '--lib' option."),A_dynamic_import_call_in_ES5_requires_the_Promise_constructor_Make_sure_you_have_a_declaration_for_the_Promise_constructor_or_include_ES2015_in_your_lib_option:n(2712,1,"A_dynamic_import_call_in_ES5_requires_the_Promise_constructor_Make_sure_you_have_a_declaration_for_t_2712","A dynamic import call in ES5 requires the 'Promise' constructor. Make sure you have a declaration for the 'Promise' constructor or include 'ES2015' in your '--lib' option."),Cannot_access_0_1_because_0_is_a_type_but_not_a_namespace_Did_you_mean_to_retrieve_the_type_of_the_property_1_in_0_with_0_1:n(2713,1,"Cannot_access_0_1_because_0_is_a_type_but_not_a_namespace_Did_you_mean_to_retrieve_the_type_of_the_p_2713",`Cannot access '{0}.{1}' because '{0}' is a type, but not a namespace. Did you mean to retrieve the type of the property '{1}' in '{0}' with '{0}["{1}"]'?`),The_expression_of_an_export_assignment_must_be_an_identifier_or_qualified_name_in_an_ambient_context:n(2714,1,"The_expression_of_an_export_assignment_must_be_an_identifier_or_qualified_name_in_an_ambient_context_2714","The expression of an export assignment must be an identifier or qualified name in an ambient context."),Abstract_property_0_in_class_1_cannot_be_accessed_in_the_constructor:n(2715,1,"Abstract_property_0_in_class_1_cannot_be_accessed_in_the_constructor_2715","Abstract property '{0}' in class '{1}' cannot be accessed in the constructor."),Type_parameter_0_has_a_circular_default:n(2716,1,"Type_parameter_0_has_a_circular_default_2716","Type parameter '{0}' has a circular default."),Subsequent_property_declarations_must_have_the_same_type_Property_0_must_be_of_type_1_but_here_has_type_2:n(2717,1,"Subsequent_property_declarations_must_have_the_same_type_Property_0_must_be_of_type_1_but_here_has_t_2717","Subsequent property declarations must have the same type. Property '{0}' must be of type '{1}', but here has type '{2}'."),Duplicate_property_0:n(2718,1,"Duplicate_property_0_2718","Duplicate property '{0}'."),Type_0_is_not_assignable_to_type_1_Two_different_types_with_this_name_exist_but_they_are_unrelated:n(2719,1,"Type_0_is_not_assignable_to_type_1_Two_different_types_with_this_name_exist_but_they_are_unrelated_2719","Type '{0}' is not assignable to type '{1}'. Two different types with this name exist, but they are unrelated."),Class_0_incorrectly_implements_class_1_Did_you_mean_to_extend_1_and_inherit_its_members_as_a_subclass:n(2720,1,"Class_0_incorrectly_implements_class_1_Did_you_mean_to_extend_1_and_inherit_its_members_as_a_subclas_2720","Class '{0}' incorrectly implements class '{1}'. Did you mean to extend '{1}' and inherit its members as a subclass?"),Cannot_invoke_an_object_which_is_possibly_null:n(2721,1,"Cannot_invoke_an_object_which_is_possibly_null_2721","Cannot invoke an object which is possibly 'null'."),Cannot_invoke_an_object_which_is_possibly_undefined:n(2722,1,"Cannot_invoke_an_object_which_is_possibly_undefined_2722","Cannot invoke an object which is possibly 'undefined'."),Cannot_invoke_an_object_which_is_possibly_null_or_undefined:n(2723,1,"Cannot_invoke_an_object_which_is_possibly_null_or_undefined_2723","Cannot invoke an object which is possibly 'null' or 'undefined'."),_0_has_no_exported_member_named_1_Did_you_mean_2:n(2724,1,"_0_has_no_exported_member_named_1_Did_you_mean_2_2724","'{0}' has no exported member named '{1}'. Did you mean '{2}'?"),Class_name_cannot_be_Object_when_targeting_ES5_and_above_with_module_0:n(2725,1,"Class_name_cannot_be_Object_when_targeting_ES5_and_above_with_module_0_2725","Class name cannot be 'Object' when targeting ES5 and above with module {0}."),Cannot_find_lib_definition_for_0:n(2726,1,"Cannot_find_lib_definition_for_0_2726","Cannot find lib definition for '{0}'."),Cannot_find_lib_definition_for_0_Did_you_mean_1:n(2727,1,"Cannot_find_lib_definition_for_0_Did_you_mean_1_2727","Cannot find lib definition for '{0}'. Did you mean '{1}'?"),_0_is_declared_here:n(2728,3,"_0_is_declared_here_2728","'{0}' is declared here."),Property_0_is_used_before_its_initialization:n(2729,1,"Property_0_is_used_before_its_initialization_2729","Property '{0}' is used before its initialization."),An_arrow_function_cannot_have_a_this_parameter:n(2730,1,"An_arrow_function_cannot_have_a_this_parameter_2730","An arrow function cannot have a 'this' parameter."),Implicit_conversion_of_a_symbol_to_a_string_will_fail_at_runtime_Consider_wrapping_this_expression_in_String:n(2731,1,"Implicit_conversion_of_a_symbol_to_a_string_will_fail_at_runtime_Consider_wrapping_this_expression_i_2731","Implicit conversion of a 'symbol' to a 'string' will fail at runtime. Consider wrapping this expression in 'String(...)'."),Cannot_find_module_0_Consider_using_resolveJsonModule_to_import_module_with_json_extension:n(2732,1,"Cannot_find_module_0_Consider_using_resolveJsonModule_to_import_module_with_json_extension_2732","Cannot find module '{0}'. Consider using '--resolveJsonModule' to import module with '.json' extension."),Property_0_was_also_declared_here:n(2733,1,"Property_0_was_also_declared_here_2733","Property '{0}' was also declared here."),Are_you_missing_a_semicolon:n(2734,1,"Are_you_missing_a_semicolon_2734","Are you missing a semicolon?"),Did_you_mean_for_0_to_be_constrained_to_type_new_args_Colon_any_1:n(2735,1,"Did_you_mean_for_0_to_be_constrained_to_type_new_args_Colon_any_1_2735","Did you mean for '{0}' to be constrained to type 'new (...args: any[]) => {1}'?"),Operator_0_cannot_be_applied_to_type_1:n(2736,1,"Operator_0_cannot_be_applied_to_type_1_2736","Operator '{0}' cannot be applied to type '{1}'."),BigInt_literals_are_not_available_when_targeting_lower_than_ES2020:n(2737,1,"BigInt_literals_are_not_available_when_targeting_lower_than_ES2020_2737","BigInt literals are not available when targeting lower than ES2020."),An_outer_value_of_this_is_shadowed_by_this_container:n(2738,3,"An_outer_value_of_this_is_shadowed_by_this_container_2738","An outer value of 'this' is shadowed by this container."),Type_0_is_missing_the_following_properties_from_type_1_Colon_2:n(2739,1,"Type_0_is_missing_the_following_properties_from_type_1_Colon_2_2739","Type '{0}' is missing the following properties from type '{1}': {2}"),Type_0_is_missing_the_following_properties_from_type_1_Colon_2_and_3_more:n(2740,1,"Type_0_is_missing_the_following_properties_from_type_1_Colon_2_and_3_more_2740","Type '{0}' is missing the following properties from type '{1}': {2}, and {3} more."),Property_0_is_missing_in_type_1_but_required_in_type_2:n(2741,1,"Property_0_is_missing_in_type_1_but_required_in_type_2_2741","Property '{0}' is missing in type '{1}' but required in type '{2}'."),The_inferred_type_of_0_cannot_be_named_without_a_reference_to_1_This_is_likely_not_portable_A_type_annotation_is_necessary:n(2742,1,"The_inferred_type_of_0_cannot_be_named_without_a_reference_to_1_This_is_likely_not_portable_A_type_a_2742","The inferred type of '{0}' cannot be named without a reference to '{1}'. This is likely not portable. A type annotation is necessary."),No_overload_expects_0_type_arguments_but_overloads_do_exist_that_expect_either_1_or_2_type_arguments:n(2743,1,"No_overload_expects_0_type_arguments_but_overloads_do_exist_that_expect_either_1_or_2_type_arguments_2743","No overload expects {0} type arguments, but overloads do exist that expect either {1} or {2} type arguments."),Type_parameter_defaults_can_only_reference_previously_declared_type_parameters:n(2744,1,"Type_parameter_defaults_can_only_reference_previously_declared_type_parameters_2744","Type parameter defaults can only reference previously declared type parameters."),This_JSX_tag_s_0_prop_expects_type_1_which_requires_multiple_children_but_only_a_single_child_was_provided:n(2745,1,"This_JSX_tag_s_0_prop_expects_type_1_which_requires_multiple_children_but_only_a_single_child_was_pr_2745","This JSX tag's '{0}' prop expects type '{1}' which requires multiple children, but only a single child was provided."),This_JSX_tag_s_0_prop_expects_a_single_child_of_type_1_but_multiple_children_were_provided:n(2746,1,"This_JSX_tag_s_0_prop_expects_a_single_child_of_type_1_but_multiple_children_were_provided_2746","This JSX tag's '{0}' prop expects a single child of type '{1}', but multiple children were provided."),_0_components_don_t_accept_text_as_child_elements_Text_in_JSX_has_the_type_string_but_the_expected_type_of_1_is_2:n(2747,1,"_0_components_don_t_accept_text_as_child_elements_Text_in_JSX_has_the_type_string_but_the_expected_t_2747","'{0}' components don't accept text as child elements. Text in JSX has the type 'string', but the expected type of '{1}' is '{2}'."),Cannot_access_ambient_const_enums_when_0_is_enabled:n(2748,1,"Cannot_access_ambient_const_enums_when_0_is_enabled_2748","Cannot access ambient const enums when '{0}' is enabled."),_0_refers_to_a_value_but_is_being_used_as_a_type_here_Did_you_mean_typeof_0:n(2749,1,"_0_refers_to_a_value_but_is_being_used_as_a_type_here_Did_you_mean_typeof_0_2749","'{0}' refers to a value, but is being used as a type here. Did you mean 'typeof {0}'?"),The_implementation_signature_is_declared_here:n(2750,1,"The_implementation_signature_is_declared_here_2750","The implementation signature is declared here."),Circularity_originates_in_type_at_this_location:n(2751,1,"Circularity_originates_in_type_at_this_location_2751","Circularity originates in type at this location."),The_first_export_default_is_here:n(2752,1,"The_first_export_default_is_here_2752","The first export default is here."),Another_export_default_is_here:n(2753,1,"Another_export_default_is_here_2753","Another export default is here."),super_may_not_use_type_arguments:n(2754,1,"super_may_not_use_type_arguments_2754","'super' may not use type arguments."),No_constituent_of_type_0_is_callable:n(2755,1,"No_constituent_of_type_0_is_callable_2755","No constituent of type '{0}' is callable."),Not_all_constituents_of_type_0_are_callable:n(2756,1,"Not_all_constituents_of_type_0_are_callable_2756","Not all constituents of type '{0}' are callable."),Type_0_has_no_call_signatures:n(2757,1,"Type_0_has_no_call_signatures_2757","Type '{0}' has no call signatures."),Each_member_of_the_union_type_0_has_signatures_but_none_of_those_signatures_are_compatible_with_each_other:n(2758,1,"Each_member_of_the_union_type_0_has_signatures_but_none_of_those_signatures_are_compatible_with_each_2758","Each member of the union type '{0}' has signatures, but none of those signatures are compatible with each other."),No_constituent_of_type_0_is_constructable:n(2759,1,"No_constituent_of_type_0_is_constructable_2759","No constituent of type '{0}' is constructable."),Not_all_constituents_of_type_0_are_constructable:n(2760,1,"Not_all_constituents_of_type_0_are_constructable_2760","Not all constituents of type '{0}' are constructable."),Type_0_has_no_construct_signatures:n(2761,1,"Type_0_has_no_construct_signatures_2761","Type '{0}' has no construct signatures."),Each_member_of_the_union_type_0_has_construct_signatures_but_none_of_those_signatures_are_compatible_with_each_other:n(2762,1,"Each_member_of_the_union_type_0_has_construct_signatures_but_none_of_those_signatures_are_compatible_2762","Each member of the union type '{0}' has construct signatures, but none of those signatures are compatible with each other."),Cannot_iterate_value_because_the_next_method_of_its_iterator_expects_type_1_but_for_of_will_always_send_0:n(2763,1,"Cannot_iterate_value_because_the_next_method_of_its_iterator_expects_type_1_but_for_of_will_always_s_2763","Cannot iterate value because the 'next' method of its iterator expects type '{1}', but for-of will always send '{0}'."),Cannot_iterate_value_because_the_next_method_of_its_iterator_expects_type_1_but_array_spread_will_always_send_0:n(2764,1,"Cannot_iterate_value_because_the_next_method_of_its_iterator_expects_type_1_but_array_spread_will_al_2764","Cannot iterate value because the 'next' method of its iterator expects type '{1}', but array spread will always send '{0}'."),Cannot_iterate_value_because_the_next_method_of_its_iterator_expects_type_1_but_array_destructuring_will_always_send_0:n(2765,1,"Cannot_iterate_value_because_the_next_method_of_its_iterator_expects_type_1_but_array_destructuring__2765","Cannot iterate value because the 'next' method of its iterator expects type '{1}', but array destructuring will always send '{0}'."),Cannot_delegate_iteration_to_value_because_the_next_method_of_its_iterator_expects_type_1_but_the_containing_generator_will_always_send_0:n(2766,1,"Cannot_delegate_iteration_to_value_because_the_next_method_of_its_iterator_expects_type_1_but_the_co_2766","Cannot delegate iteration to value because the 'next' method of its iterator expects type '{1}', but the containing generator will always send '{0}'."),The_0_property_of_an_iterator_must_be_a_method:n(2767,1,"The_0_property_of_an_iterator_must_be_a_method_2767","The '{0}' property of an iterator must be a method."),The_0_property_of_an_async_iterator_must_be_a_method:n(2768,1,"The_0_property_of_an_async_iterator_must_be_a_method_2768","The '{0}' property of an async iterator must be a method."),No_overload_matches_this_call:n(2769,1,"No_overload_matches_this_call_2769","No overload matches this call."),The_last_overload_gave_the_following_error:n(2770,1,"The_last_overload_gave_the_following_error_2770","The last overload gave the following error."),The_last_overload_is_declared_here:n(2771,1,"The_last_overload_is_declared_here_2771","The last overload is declared here."),Overload_0_of_1_2_gave_the_following_error:n(2772,1,"Overload_0_of_1_2_gave_the_following_error_2772","Overload {0} of {1}, '{2}', gave the following error."),Did_you_forget_to_use_await:n(2773,1,"Did_you_forget_to_use_await_2773","Did you forget to use 'await'?"),This_condition_will_always_return_true_since_this_function_is_always_defined_Did_you_mean_to_call_it_instead:n(2774,1,"This_condition_will_always_return_true_since_this_function_is_always_defined_Did_you_mean_to_call_it_2774","This condition will always return true since this function is always defined. Did you mean to call it instead?"),Assertions_require_every_name_in_the_call_target_to_be_declared_with_an_explicit_type_annotation:n(2775,1,"Assertions_require_every_name_in_the_call_target_to_be_declared_with_an_explicit_type_annotation_2775","Assertions require every name in the call target to be declared with an explicit type annotation."),Assertions_require_the_call_target_to_be_an_identifier_or_qualified_name:n(2776,1,"Assertions_require_the_call_target_to_be_an_identifier_or_qualified_name_2776","Assertions require the call target to be an identifier or qualified name."),The_operand_of_an_increment_or_decrement_operator_may_not_be_an_optional_property_access:n(2777,1,"The_operand_of_an_increment_or_decrement_operator_may_not_be_an_optional_property_access_2777","The operand of an increment or decrement operator may not be an optional property access."),The_target_of_an_object_rest_assignment_may_not_be_an_optional_property_access:n(2778,1,"The_target_of_an_object_rest_assignment_may_not_be_an_optional_property_access_2778","The target of an object rest assignment may not be an optional property access."),The_left_hand_side_of_an_assignment_expression_may_not_be_an_optional_property_access:n(2779,1,"The_left_hand_side_of_an_assignment_expression_may_not_be_an_optional_property_access_2779","The left-hand side of an assignment expression may not be an optional property access."),The_left_hand_side_of_a_for_in_statement_may_not_be_an_optional_property_access:n(2780,1,"The_left_hand_side_of_a_for_in_statement_may_not_be_an_optional_property_access_2780","The left-hand side of a 'for...in' statement may not be an optional property access."),The_left_hand_side_of_a_for_of_statement_may_not_be_an_optional_property_access:n(2781,1,"The_left_hand_side_of_a_for_of_statement_may_not_be_an_optional_property_access_2781","The left-hand side of a 'for...of' statement may not be an optional property access."),_0_needs_an_explicit_type_annotation:n(2782,3,"_0_needs_an_explicit_type_annotation_2782","'{0}' needs an explicit type annotation."),_0_is_specified_more_than_once_so_this_usage_will_be_overwritten:n(2783,1,"_0_is_specified_more_than_once_so_this_usage_will_be_overwritten_2783","'{0}' is specified more than once, so this usage will be overwritten."),get_and_set_accessors_cannot_declare_this_parameters:n(2784,1,"get_and_set_accessors_cannot_declare_this_parameters_2784","'get' and 'set' accessors cannot declare 'this' parameters."),This_spread_always_overwrites_this_property:n(2785,1,"This_spread_always_overwrites_this_property_2785","This spread always overwrites this property."),_0_cannot_be_used_as_a_JSX_component:n(2786,1,"_0_cannot_be_used_as_a_JSX_component_2786","'{0}' cannot be used as a JSX component."),Its_return_type_0_is_not_a_valid_JSX_element:n(2787,1,"Its_return_type_0_is_not_a_valid_JSX_element_2787","Its return type '{0}' is not a valid JSX element."),Its_instance_type_0_is_not_a_valid_JSX_element:n(2788,1,"Its_instance_type_0_is_not_a_valid_JSX_element_2788","Its instance type '{0}' is not a valid JSX element."),Its_element_type_0_is_not_a_valid_JSX_element:n(2789,1,"Its_element_type_0_is_not_a_valid_JSX_element_2789","Its element type '{0}' is not a valid JSX element."),The_operand_of_a_delete_operator_must_be_optional:n(2790,1,"The_operand_of_a_delete_operator_must_be_optional_2790","The operand of a 'delete' operator must be optional."),Exponentiation_cannot_be_performed_on_bigint_values_unless_the_target_option_is_set_to_es2016_or_later:n(2791,1,"Exponentiation_cannot_be_performed_on_bigint_values_unless_the_target_option_is_set_to_es2016_or_lat_2791","Exponentiation cannot be performed on 'bigint' values unless the 'target' option is set to 'es2016' or later."),Cannot_find_module_0_Did_you_mean_to_set_the_moduleResolution_option_to_nodenext_or_to_add_aliases_to_the_paths_option:n(2792,1,"Cannot_find_module_0_Did_you_mean_to_set_the_moduleResolution_option_to_nodenext_or_to_add_aliases_t_2792","Cannot find module '{0}'. Did you mean to set the 'moduleResolution' option to 'nodenext', or to add aliases to the 'paths' option?"),The_call_would_have_succeeded_against_this_implementation_but_implementation_signatures_of_overloads_are_not_externally_visible:n(2793,1,"The_call_would_have_succeeded_against_this_implementation_but_implementation_signatures_of_overloads_2793","The call would have succeeded against this implementation, but implementation signatures of overloads are not externally visible."),Expected_0_arguments_but_got_1_Did_you_forget_to_include_void_in_your_type_argument_to_Promise:n(2794,1,"Expected_0_arguments_but_got_1_Did_you_forget_to_include_void_in_your_type_argument_to_Promise_2794","Expected {0} arguments, but got {1}. Did you forget to include 'void' in your type argument to 'Promise'?"),The_intrinsic_keyword_can_only_be_used_to_declare_compiler_provided_intrinsic_types:n(2795,1,"The_intrinsic_keyword_can_only_be_used_to_declare_compiler_provided_intrinsic_types_2795","The 'intrinsic' keyword can only be used to declare compiler provided intrinsic types."),It_is_likely_that_you_are_missing_a_comma_to_separate_these_two_template_expressions_They_form_a_tagged_template_expression_which_cannot_be_invoked:n(2796,1,"It_is_likely_that_you_are_missing_a_comma_to_separate_these_two_template_expressions_They_form_a_tag_2796","It is likely that you are missing a comma to separate these two template expressions. They form a tagged template expression which cannot be invoked."),A_mixin_class_that_extends_from_a_type_variable_containing_an_abstract_construct_signature_must_also_be_declared_abstract:n(2797,1,"A_mixin_class_that_extends_from_a_type_variable_containing_an_abstract_construct_signature_must_also_2797","A mixin class that extends from a type variable containing an abstract construct signature must also be declared 'abstract'."),The_declaration_was_marked_as_deprecated_here:n(2798,1,"The_declaration_was_marked_as_deprecated_here_2798","The declaration was marked as deprecated here."),Type_produces_a_tuple_type_that_is_too_large_to_represent:n(2799,1,"Type_produces_a_tuple_type_that_is_too_large_to_represent_2799","Type produces a tuple type that is too large to represent."),Expression_produces_a_tuple_type_that_is_too_large_to_represent:n(2800,1,"Expression_produces_a_tuple_type_that_is_too_large_to_represent_2800","Expression produces a tuple type that is too large to represent."),This_condition_will_always_return_true_since_this_0_is_always_defined:n(2801,1,"This_condition_will_always_return_true_since_this_0_is_always_defined_2801","This condition will always return true since this '{0}' is always defined."),Type_0_can_only_be_iterated_through_when_using_the_downlevelIteration_flag_or_with_a_target_of_es2015_or_higher:n(2802,1,"Type_0_can_only_be_iterated_through_when_using_the_downlevelIteration_flag_or_with_a_target_of_es201_2802","Type '{0}' can only be iterated through when using the '--downlevelIteration' flag or with a '--target' of 'es2015' or higher."),Cannot_assign_to_private_method_0_Private_methods_are_not_writable:n(2803,1,"Cannot_assign_to_private_method_0_Private_methods_are_not_writable_2803","Cannot assign to private method '{0}'. Private methods are not writable."),Duplicate_identifier_0_Static_and_instance_elements_cannot_share_the_same_private_name:n(2804,1,"Duplicate_identifier_0_Static_and_instance_elements_cannot_share_the_same_private_name_2804","Duplicate identifier '{0}'. Static and instance elements cannot share the same private name."),Private_accessor_was_defined_without_a_getter:n(2806,1,"Private_accessor_was_defined_without_a_getter_2806","Private accessor was defined without a getter."),This_syntax_requires_an_imported_helper_named_1_with_2_parameters_which_is_not_compatible_with_the_one_in_0_Consider_upgrading_your_version_of_0:n(2807,1,"This_syntax_requires_an_imported_helper_named_1_with_2_parameters_which_is_not_compatible_with_the_o_2807","This syntax requires an imported helper named '{1}' with {2} parameters, which is not compatible with the one in '{0}'. Consider upgrading your version of '{0}'."),A_get_accessor_must_be_at_least_as_accessible_as_the_setter:n(2808,1,"A_get_accessor_must_be_at_least_as_accessible_as_the_setter_2808","A get accessor must be at least as accessible as the setter"),Declaration_or_statement_expected_This_follows_a_block_of_statements_so_if_you_intended_to_write_a_destructuring_assignment_you_might_need_to_wrap_the_whole_assignment_in_parentheses:n(2809,1,"Declaration_or_statement_expected_This_follows_a_block_of_statements_so_if_you_intended_to_write_a_d_2809","Declaration or statement expected. This '=' follows a block of statements, so if you intended to write a destructuring assignment, you might need to wrap the whole assignment in parentheses."),Expected_1_argument_but_got_0_new_Promise_needs_a_JSDoc_hint_to_produce_a_resolve_that_can_be_called_without_arguments:n(2810,1,"Expected_1_argument_but_got_0_new_Promise_needs_a_JSDoc_hint_to_produce_a_resolve_that_can_be_called_2810","Expected 1 argument, but got 0. 'new Promise()' needs a JSDoc hint to produce a 'resolve' that can be called without arguments."),Initializer_for_property_0:n(2811,1,"Initializer_for_property_0_2811","Initializer for property '{0}'"),Property_0_does_not_exist_on_type_1_Try_changing_the_lib_compiler_option_to_include_dom:n(2812,1,"Property_0_does_not_exist_on_type_1_Try_changing_the_lib_compiler_option_to_include_dom_2812","Property '{0}' does not exist on type '{1}'. Try changing the 'lib' compiler option to include 'dom'."),Class_declaration_cannot_implement_overload_list_for_0:n(2813,1,"Class_declaration_cannot_implement_overload_list_for_0_2813","Class declaration cannot implement overload list for '{0}'."),Function_with_bodies_can_only_merge_with_classes_that_are_ambient:n(2814,1,"Function_with_bodies_can_only_merge_with_classes_that_are_ambient_2814","Function with bodies can only merge with classes that are ambient."),arguments_cannot_be_referenced_in_property_initializers_or_class_static_initialization_blocks:n(2815,1,"arguments_cannot_be_referenced_in_property_initializers_or_class_static_initialization_blocks_2815","'arguments' cannot be referenced in property initializers or class static initialization blocks."),Cannot_use_this_in_a_static_property_initializer_of_a_decorated_class:n(2816,1,"Cannot_use_this_in_a_static_property_initializer_of_a_decorated_class_2816","Cannot use 'this' in a static property initializer of a decorated class."),Property_0_has_no_initializer_and_is_not_definitely_assigned_in_a_class_static_block:n(2817,1,"Property_0_has_no_initializer_and_is_not_definitely_assigned_in_a_class_static_block_2817","Property '{0}' has no initializer and is not definitely assigned in a class static block."),Duplicate_identifier_0_Compiler_reserves_name_1_when_emitting_super_references_in_static_initializers:n(2818,1,"Duplicate_identifier_0_Compiler_reserves_name_1_when_emitting_super_references_in_static_initializer_2818","Duplicate identifier '{0}'. Compiler reserves name '{1}' when emitting 'super' references in static initializers."),Namespace_name_cannot_be_0:n(2819,1,"Namespace_name_cannot_be_0_2819","Namespace name cannot be '{0}'."),Type_0_is_not_assignable_to_type_1_Did_you_mean_2:n(2820,1,"Type_0_is_not_assignable_to_type_1_Did_you_mean_2_2820","Type '{0}' is not assignable to type '{1}'. Did you mean '{2}'?"),Import_assertions_are_only_supported_when_the_module_option_is_set_to_esnext_node18_node20_nodenext_or_preserve:n(2821,1,"Import_assertions_are_only_supported_when_the_module_option_is_set_to_esnext_node18_node20_nodenext__2821","Import assertions are only supported when the '--module' option is set to 'esnext', 'node18', 'node20', 'nodenext', or 'preserve'."),Import_assertions_cannot_be_used_with_type_only_imports_or_exports:n(2822,1,"Import_assertions_cannot_be_used_with_type_only_imports_or_exports_2822","Import assertions cannot be used with type-only imports or exports."),Import_attributes_are_only_supported_when_the_module_option_is_set_to_esnext_node18_node20_nodenext_or_preserve:n(2823,1,"Import_attributes_are_only_supported_when_the_module_option_is_set_to_esnext_node18_node20_nodenext__2823","Import attributes are only supported when the '--module' option is set to 'esnext', 'node18', 'node20', 'nodenext', or 'preserve'."),Cannot_find_namespace_0_Did_you_mean_1:n(2833,1,"Cannot_find_namespace_0_Did_you_mean_1_2833","Cannot find namespace '{0}'. Did you mean '{1}'?"),Relative_import_paths_need_explicit_file_extensions_in_ECMAScript_imports_when_moduleResolution_is_node16_or_nodenext_Consider_adding_an_extension_to_the_import_path:n(2834,1,"Relative_import_paths_need_explicit_file_extensions_in_ECMAScript_imports_when_moduleResolution_is_n_2834","Relative import paths need explicit file extensions in ECMAScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Consider adding an extension to the import path."),Relative_import_paths_need_explicit_file_extensions_in_ECMAScript_imports_when_moduleResolution_is_node16_or_nodenext_Did_you_mean_0:n(2835,1,"Relative_import_paths_need_explicit_file_extensions_in_ECMAScript_imports_when_moduleResolution_is_n_2835","Relative import paths need explicit file extensions in ECMAScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Did you mean '{0}'?"),Import_assertions_are_not_allowed_on_statements_that_compile_to_CommonJS_require_calls:n(2836,1,"Import_assertions_are_not_allowed_on_statements_that_compile_to_CommonJS_require_calls_2836","Import assertions are not allowed on statements that compile to CommonJS 'require' calls."),Import_assertion_values_must_be_string_literal_expressions:n(2837,1,"Import_assertion_values_must_be_string_literal_expressions_2837","Import assertion values must be string literal expressions."),All_declarations_of_0_must_have_identical_constraints:n(2838,1,"All_declarations_of_0_must_have_identical_constraints_2838","All declarations of '{0}' must have identical constraints."),This_condition_will_always_return_0_since_JavaScript_compares_objects_by_reference_not_value:n(2839,1,"This_condition_will_always_return_0_since_JavaScript_compares_objects_by_reference_not_value_2839","This condition will always return '{0}' since JavaScript compares objects by reference, not value."),An_interface_cannot_extend_a_primitive_type_like_0_It_can_only_extend_other_named_object_types:n(2840,1,"An_interface_cannot_extend_a_primitive_type_like_0_It_can_only_extend_other_named_object_types_2840","An interface cannot extend a primitive type like '{0}'. It can only extend other named object types."),_0_is_an_unused_renaming_of_1_Did_you_intend_to_use_it_as_a_type_annotation:n(2842,1,"_0_is_an_unused_renaming_of_1_Did_you_intend_to_use_it_as_a_type_annotation_2842","'{0}' is an unused renaming of '{1}'. Did you intend to use it as a type annotation?"),We_can_only_write_a_type_for_0_by_adding_a_type_for_the_entire_parameter_here:n(2843,1,"We_can_only_write_a_type_for_0_by_adding_a_type_for_the_entire_parameter_here_2843","We can only write a type for '{0}' by adding a type for the entire parameter here."),Type_of_instance_member_variable_0_cannot_reference_identifier_1_declared_in_the_constructor:n(2844,1,"Type_of_instance_member_variable_0_cannot_reference_identifier_1_declared_in_the_constructor_2844","Type of instance member variable '{0}' cannot reference identifier '{1}' declared in the constructor."),This_condition_will_always_return_0:n(2845,1,"This_condition_will_always_return_0_2845","This condition will always return '{0}'."),A_declaration_file_cannot_be_imported_without_import_type_Did_you_mean_to_import_an_implementation_file_0_instead:n(2846,1,"A_declaration_file_cannot_be_imported_without_import_type_Did_you_mean_to_import_an_implementation_f_2846","A declaration file cannot be imported without 'import type'. Did you mean to import an implementation file '{0}' instead?"),The_right_hand_side_of_an_instanceof_expression_must_not_be_an_instantiation_expression:n(2848,1,"The_right_hand_side_of_an_instanceof_expression_must_not_be_an_instantiation_expression_2848","The right-hand side of an 'instanceof' expression must not be an instantiation expression."),Target_signature_provides_too_few_arguments_Expected_0_or_more_but_got_1:n(2849,1,"Target_signature_provides_too_few_arguments_Expected_0_or_more_but_got_1_2849","Target signature provides too few arguments. Expected {0} or more, but got {1}."),The_initializer_of_a_using_declaration_must_be_either_an_object_with_a_Symbol_dispose_method_or_be_null_or_undefined:n(2850,1,"The_initializer_of_a_using_declaration_must_be_either_an_object_with_a_Symbol_dispose_method_or_be_n_2850","The initializer of a 'using' declaration must be either an object with a '[Symbol.dispose]()' method, or be 'null' or 'undefined'."),The_initializer_of_an_await_using_declaration_must_be_either_an_object_with_a_Symbol_asyncDispose_or_Symbol_dispose_method_or_be_null_or_undefined:n(2851,1,"The_initializer_of_an_await_using_declaration_must_be_either_an_object_with_a_Symbol_asyncDispose_or_2851","The initializer of an 'await using' declaration must be either an object with a '[Symbol.asyncDispose]()' or '[Symbol.dispose]()' method, or be 'null' or 'undefined'."),await_using_statements_are_only_allowed_within_async_functions_and_at_the_top_levels_of_modules:n(2852,1,"await_using_statements_are_only_allowed_within_async_functions_and_at_the_top_levels_of_modules_2852","'await using' statements are only allowed within async functions and at the top levels of modules."),await_using_statements_are_only_allowed_at_the_top_level_of_a_file_when_that_file_is_a_module_but_this_file_has_no_imports_or_exports_Consider_adding_an_empty_export_to_make_this_file_a_module:n(2853,1,"await_using_statements_are_only_allowed_at_the_top_level_of_a_file_when_that_file_is_a_module_but_th_2853","'await using' statements are only allowed at the top level of a file when that file is a module, but this file has no imports or exports. Consider adding an empty 'export {}' to make this file a module."),Top_level_await_using_statements_are_only_allowed_when_the_module_option_is_set_to_es2022_esnext_system_node16_node18_node20_nodenext_or_preserve_and_the_target_option_is_set_to_es2017_or_higher:n(2854,1,"Top_level_await_using_statements_are_only_allowed_when_the_module_option_is_set_to_es2022_esnext_sys_2854","Top-level 'await using' statements are only allowed when the 'module' option is set to 'es2022', 'esnext', 'system', 'node16', 'node18', 'node20', 'nodenext', or 'preserve', and the 'target' option is set to 'es2017' or higher."),Class_field_0_defined_by_the_parent_class_is_not_accessible_in_the_child_class_via_super:n(2855,1,"Class_field_0_defined_by_the_parent_class_is_not_accessible_in_the_child_class_via_super_2855","Class field '{0}' defined by the parent class is not accessible in the child class via super."),Import_attributes_are_not_allowed_on_statements_that_compile_to_CommonJS_require_calls:n(2856,1,"Import_attributes_are_not_allowed_on_statements_that_compile_to_CommonJS_require_calls_2856","Import attributes are not allowed on statements that compile to CommonJS 'require' calls."),Import_attributes_cannot_be_used_with_type_only_imports_or_exports:n(2857,1,"Import_attributes_cannot_be_used_with_type_only_imports_or_exports_2857","Import attributes cannot be used with type-only imports or exports."),Import_attribute_values_must_be_string_literal_expressions:n(2858,1,"Import_attribute_values_must_be_string_literal_expressions_2858","Import attribute values must be string literal expressions."),Excessive_complexity_comparing_types_0_and_1:n(2859,1,"Excessive_complexity_comparing_types_0_and_1_2859","Excessive complexity comparing types '{0}' and '{1}'."),The_left_hand_side_of_an_instanceof_expression_must_be_assignable_to_the_first_argument_of_the_right_hand_side_s_Symbol_hasInstance_method:n(2860,1,"The_left_hand_side_of_an_instanceof_expression_must_be_assignable_to_the_first_argument_of_the_right_2860","The left-hand side of an 'instanceof' expression must be assignable to the first argument of the right-hand side's '[Symbol.hasInstance]' method."),An_object_s_Symbol_hasInstance_method_must_return_a_boolean_value_for_it_to_be_used_on_the_right_hand_side_of_an_instanceof_expression:n(2861,1,"An_object_s_Symbol_hasInstance_method_must_return_a_boolean_value_for_it_to_be_used_on_the_right_han_2861","An object's '[Symbol.hasInstance]' method must return a boolean value for it to be used on the right-hand side of an 'instanceof' expression."),Type_0_is_generic_and_can_only_be_indexed_for_reading:n(2862,1,"Type_0_is_generic_and_can_only_be_indexed_for_reading_2862","Type '{0}' is generic and can only be indexed for reading."),A_class_cannot_extend_a_primitive_type_like_0_Classes_can_only_extend_constructable_values:n(2863,1,"A_class_cannot_extend_a_primitive_type_like_0_Classes_can_only_extend_constructable_values_2863","A class cannot extend a primitive type like '{0}'. Classes can only extend constructable values."),A_class_cannot_implement_a_primitive_type_like_0_It_can_only_implement_other_named_object_types:n(2864,1,"A_class_cannot_implement_a_primitive_type_like_0_It_can_only_implement_other_named_object_types_2864","A class cannot implement a primitive type like '{0}'. It can only implement other named object types."),Import_0_conflicts_with_local_value_so_must_be_declared_with_a_type_only_import_when_isolatedModules_is_enabled:n(2865,1,"Import_0_conflicts_with_local_value_so_must_be_declared_with_a_type_only_import_when_isolatedModules_2865","Import '{0}' conflicts with local value, so must be declared with a type-only import when 'isolatedModules' is enabled."),Import_0_conflicts_with_global_value_used_in_this_file_so_must_be_declared_with_a_type_only_import_when_isolatedModules_is_enabled:n(2866,1,"Import_0_conflicts_with_global_value_used_in_this_file_so_must_be_declared_with_a_type_only_import_w_2866","Import '{0}' conflicts with global value used in this file, so must be declared with a type-only import when 'isolatedModules' is enabled."),Cannot_find_name_0_Do_you_need_to_install_type_definitions_for_Bun_Try_npm_i_save_dev_types_Slashbun:n(2867,1,"Cannot_find_name_0_Do_you_need_to_install_type_definitions_for_Bun_Try_npm_i_save_dev_types_Slashbun_2867","Cannot find name '{0}'. Do you need to install type definitions for Bun? Try `npm i --save-dev @types/bun`."),Cannot_find_name_0_Do_you_need_to_install_type_definitions_for_Bun_Try_npm_i_save_dev_types_Slashbun_and_then_add_bun_to_the_types_field_in_your_tsconfig:n(2868,1,"Cannot_find_name_0_Do_you_need_to_install_type_definitions_for_Bun_Try_npm_i_save_dev_types_Slashbun_2868","Cannot find name '{0}'. Do you need to install type definitions for Bun? Try `npm i --save-dev @types/bun` and then add 'bun' to the types field in your tsconfig."),Right_operand_of_is_unreachable_because_the_left_operand_is_never_nullish:n(2869,1,"Right_operand_of_is_unreachable_because_the_left_operand_is_never_nullish_2869","Right operand of ?? is unreachable because the left operand is never nullish."),This_binary_expression_is_never_nullish_Are_you_missing_parentheses:n(2870,1,"This_binary_expression_is_never_nullish_Are_you_missing_parentheses_2870","This binary expression is never nullish. Are you missing parentheses?"),This_expression_is_always_nullish:n(2871,1,"This_expression_is_always_nullish_2871","This expression is always nullish."),This_kind_of_expression_is_always_truthy:n(2872,1,"This_kind_of_expression_is_always_truthy_2872","This kind of expression is always truthy."),This_kind_of_expression_is_always_falsy:n(2873,1,"This_kind_of_expression_is_always_falsy_2873","This kind of expression is always falsy."),This_JSX_tag_requires_0_to_be_in_scope_but_it_could_not_be_found:n(2874,1,"This_JSX_tag_requires_0_to_be_in_scope_but_it_could_not_be_found_2874","This JSX tag requires '{0}' to be in scope, but it could not be found."),This_JSX_tag_requires_the_module_path_0_to_exist_but_none_could_be_found_Make_sure_you_have_types_for_the_appropriate_package_installed:n(2875,1,"This_JSX_tag_requires_the_module_path_0_to_exist_but_none_could_be_found_Make_sure_you_have_types_fo_2875","This JSX tag requires the module path '{0}' to exist, but none could be found. Make sure you have types for the appropriate package installed."),This_relative_import_path_is_unsafe_to_rewrite_because_it_looks_like_a_file_name_but_actually_resolves_to_0:n(2876,1,"This_relative_import_path_is_unsafe_to_rewrite_because_it_looks_like_a_file_name_but_actually_resolv_2876",'This relative import path is unsafe to rewrite because it looks like a file name, but actually resolves to "{0}".'),This_import_uses_a_0_extension_to_resolve_to_an_input_TypeScript_file_but_will_not_be_rewritten_during_emit_because_it_is_not_a_relative_path:n(2877,1,"This_import_uses_a_0_extension_to_resolve_to_an_input_TypeScript_file_but_will_not_be_rewritten_duri_2877","This import uses a '{0}' extension to resolve to an input TypeScript file, but will not be rewritten during emit because it is not a relative path."),This_import_path_is_unsafe_to_rewrite_because_it_resolves_to_another_project_and_the_relative_path_between_the_projects_output_files_is_not_the_same_as_the_relative_path_between_its_input_files:n(2878,1,"This_import_path_is_unsafe_to_rewrite_because_it_resolves_to_another_project_and_the_relative_path_b_2878","This import path is unsafe to rewrite because it resolves to another project, and the relative path between the projects' output files is not the same as the relative path between its input files."),Using_JSX_fragments_requires_fragment_factory_0_to_be_in_scope_but_it_could_not_be_found:n(2879,1,"Using_JSX_fragments_requires_fragment_factory_0_to_be_in_scope_but_it_could_not_be_found_2879","Using JSX fragments requires fragment factory '{0}' to be in scope, but it could not be found."),Import_assertions_have_been_replaced_by_import_attributes_Use_with_instead_of_assert:n(2880,1,"Import_assertions_have_been_replaced_by_import_attributes_Use_with_instead_of_assert_2880","Import assertions have been replaced by import attributes. Use 'with' instead of 'assert'."),This_expression_is_never_nullish:n(2881,1,"This_expression_is_never_nullish_2881","This expression is never nullish."),Cannot_find_module_or_type_declarations_for_side_effect_import_of_0:n(2882,1,"Cannot_find_module_or_type_declarations_for_side_effect_import_of_0_2882","Cannot find module or type declarations for side-effect import of '{0}'."),The_inferred_type_of_0_cannot_be_named_without_a_reference_to_2_from_1_This_is_likely_not_portable_A_type_annotation_is_necessary:n(2883,1,"The_inferred_type_of_0_cannot_be_named_without_a_reference_to_2_from_1_This_is_likely_not_portable_A_2883","The inferred type of '{0}' cannot be named without a reference to '{2}' from '{1}'. This is likely not portable. A type annotation is necessary."),Import_declaration_0_is_using_private_name_1:n(4e3,1,"Import_declaration_0_is_using_private_name_1_4000","Import declaration '{0}' is using private name '{1}'."),Type_parameter_0_of_exported_class_has_or_is_using_private_name_1:n(4002,1,"Type_parameter_0_of_exported_class_has_or_is_using_private_name_1_4002","Type parameter '{0}' of exported class has or is using private name '{1}'."),Type_parameter_0_of_exported_interface_has_or_is_using_private_name_1:n(4004,1,"Type_parameter_0_of_exported_interface_has_or_is_using_private_name_1_4004","Type parameter '{0}' of exported interface has or is using private name '{1}'."),Type_parameter_0_of_constructor_signature_from_exported_interface_has_or_is_using_private_name_1:n(4006,1,"Type_parameter_0_of_constructor_signature_from_exported_interface_has_or_is_using_private_name_1_4006","Type parameter '{0}' of constructor signature from exported interface has or is using private name '{1}'."),Type_parameter_0_of_call_signature_from_exported_interface_has_or_is_using_private_name_1:n(4008,1,"Type_parameter_0_of_call_signature_from_exported_interface_has_or_is_using_private_name_1_4008","Type parameter '{0}' of call signature from exported interface has or is using private name '{1}'."),Type_parameter_0_of_public_static_method_from_exported_class_has_or_is_using_private_name_1:n(4010,1,"Type_parameter_0_of_public_static_method_from_exported_class_has_or_is_using_private_name_1_4010","Type parameter '{0}' of public static method from exported class has or is using private name '{1}'."),Type_parameter_0_of_public_method_from_exported_class_has_or_is_using_private_name_1:n(4012,1,"Type_parameter_0_of_public_method_from_exported_class_has_or_is_using_private_name_1_4012","Type parameter '{0}' of public method from exported class has or is using private name '{1}'."),Type_parameter_0_of_method_from_exported_interface_has_or_is_using_private_name_1:n(4014,1,"Type_parameter_0_of_method_from_exported_interface_has_or_is_using_private_name_1_4014","Type parameter '{0}' of method from exported interface has or is using private name '{1}'."),Type_parameter_0_of_exported_function_has_or_is_using_private_name_1:n(4016,1,"Type_parameter_0_of_exported_function_has_or_is_using_private_name_1_4016","Type parameter '{0}' of exported function has or is using private name '{1}'."),Implements_clause_of_exported_class_0_has_or_is_using_private_name_1:n(4019,1,"Implements_clause_of_exported_class_0_has_or_is_using_private_name_1_4019","Implements clause of exported class '{0}' has or is using private name '{1}'."),extends_clause_of_exported_class_0_has_or_is_using_private_name_1:n(4020,1,"extends_clause_of_exported_class_0_has_or_is_using_private_name_1_4020","'extends' clause of exported class '{0}' has or is using private name '{1}'."),extends_clause_of_exported_class_has_or_is_using_private_name_0:n(4021,1,"extends_clause_of_exported_class_has_or_is_using_private_name_0_4021","'extends' clause of exported class has or is using private name '{0}'."),extends_clause_of_exported_interface_0_has_or_is_using_private_name_1:n(4022,1,"extends_clause_of_exported_interface_0_has_or_is_using_private_name_1_4022","'extends' clause of exported interface '{0}' has or is using private name '{1}'."),Exported_variable_0_has_or_is_using_name_1_from_external_module_2_but_cannot_be_named:n(4023,1,"Exported_variable_0_has_or_is_using_name_1_from_external_module_2_but_cannot_be_named_4023","Exported variable '{0}' has or is using name '{1}' from external module {2} but cannot be named."),Exported_variable_0_has_or_is_using_name_1_from_private_module_2:n(4024,1,"Exported_variable_0_has_or_is_using_name_1_from_private_module_2_4024","Exported variable '{0}' has or is using name '{1}' from private module '{2}'."),Exported_variable_0_has_or_is_using_private_name_1:n(4025,1,"Exported_variable_0_has_or_is_using_private_name_1_4025","Exported variable '{0}' has or is using private name '{1}'."),Public_static_property_0_of_exported_class_has_or_is_using_name_1_from_external_module_2_but_cannot_be_named:n(4026,1,"Public_static_property_0_of_exported_class_has_or_is_using_name_1_from_external_module_2_but_cannot__4026","Public static property '{0}' of exported class has or is using name '{1}' from external module {2} but cannot be named."),Public_static_property_0_of_exported_class_has_or_is_using_name_1_from_private_module_2:n(4027,1,"Public_static_property_0_of_exported_class_has_or_is_using_name_1_from_private_module_2_4027","Public static property '{0}' of exported class has or is using name '{1}' from private module '{2}'."),Public_static_property_0_of_exported_class_has_or_is_using_private_name_1:n(4028,1,"Public_static_property_0_of_exported_class_has_or_is_using_private_name_1_4028","Public static property '{0}' of exported class has or is using private name '{1}'."),Public_property_0_of_exported_class_has_or_is_using_name_1_from_external_module_2_but_cannot_be_named:n(4029,1,"Public_property_0_of_exported_class_has_or_is_using_name_1_from_external_module_2_but_cannot_be_name_4029","Public property '{0}' of exported class has or is using name '{1}' from external module {2} but cannot be named."),Public_property_0_of_exported_class_has_or_is_using_name_1_from_private_module_2:n(4030,1,"Public_property_0_of_exported_class_has_or_is_using_name_1_from_private_module_2_4030","Public property '{0}' of exported class has or is using name '{1}' from private module '{2}'."),Public_property_0_of_exported_class_has_or_is_using_private_name_1:n(4031,1,"Public_property_0_of_exported_class_has_or_is_using_private_name_1_4031","Public property '{0}' of exported class has or is using private name '{1}'."),Property_0_of_exported_interface_has_or_is_using_name_1_from_private_module_2:n(4032,1,"Property_0_of_exported_interface_has_or_is_using_name_1_from_private_module_2_4032","Property '{0}' of exported interface has or is using name '{1}' from private module '{2}'."),Property_0_of_exported_interface_has_or_is_using_private_name_1:n(4033,1,"Property_0_of_exported_interface_has_or_is_using_private_name_1_4033","Property '{0}' of exported interface has or is using private name '{1}'."),Parameter_type_of_public_static_setter_0_from_exported_class_has_or_is_using_name_1_from_private_module_2:n(4034,1,"Parameter_type_of_public_static_setter_0_from_exported_class_has_or_is_using_name_1_from_private_mod_4034","Parameter type of public static setter '{0}' from exported class has or is using name '{1}' from private module '{2}'."),Parameter_type_of_public_static_setter_0_from_exported_class_has_or_is_using_private_name_1:n(4035,1,"Parameter_type_of_public_static_setter_0_from_exported_class_has_or_is_using_private_name_1_4035","Parameter type of public static setter '{0}' from exported class has or is using private name '{1}'."),Parameter_type_of_public_setter_0_from_exported_class_has_or_is_using_name_1_from_private_module_2:n(4036,1,"Parameter_type_of_public_setter_0_from_exported_class_has_or_is_using_name_1_from_private_module_2_4036","Parameter type of public setter '{0}' from exported class has or is using name '{1}' from private module '{2}'."),Parameter_type_of_public_setter_0_from_exported_class_has_or_is_using_private_name_1:n(4037,1,"Parameter_type_of_public_setter_0_from_exported_class_has_or_is_using_private_name_1_4037","Parameter type of public setter '{0}' from exported class has or is using private name '{1}'."),Return_type_of_public_static_getter_0_from_exported_class_has_or_is_using_name_1_from_external_module_2_but_cannot_be_named:n(4038,1,"Return_type_of_public_static_getter_0_from_exported_class_has_or_is_using_name_1_from_external_modul_4038","Return type of public static getter '{0}' from exported class has or is using name '{1}' from external module {2} but cannot be named."),Return_type_of_public_static_getter_0_from_exported_class_has_or_is_using_name_1_from_private_module_2:n(4039,1,"Return_type_of_public_static_getter_0_from_exported_class_has_or_is_using_name_1_from_private_module_4039","Return type of public static getter '{0}' from exported class has or is using name '{1}' from private module '{2}'."),Return_type_of_public_static_getter_0_from_exported_class_has_or_is_using_private_name_1:n(4040,1,"Return_type_of_public_static_getter_0_from_exported_class_has_or_is_using_private_name_1_4040","Return type of public static getter '{0}' from exported class has or is using private name '{1}'."),Return_type_of_public_getter_0_from_exported_class_has_or_is_using_name_1_from_external_module_2_but_cannot_be_named:n(4041,1,"Return_type_of_public_getter_0_from_exported_class_has_or_is_using_name_1_from_external_module_2_but_4041","Return type of public getter '{0}' from exported class has or is using name '{1}' from external module {2} but cannot be named."),Return_type_of_public_getter_0_from_exported_class_has_or_is_using_name_1_from_private_module_2:n(4042,1,"Return_type_of_public_getter_0_from_exported_class_has_or_is_using_name_1_from_private_module_2_4042","Return type of public getter '{0}' from exported class has or is using name '{1}' from private module '{2}'."),Return_type_of_public_getter_0_from_exported_class_has_or_is_using_private_name_1:n(4043,1,"Return_type_of_public_getter_0_from_exported_class_has_or_is_using_private_name_1_4043","Return type of public getter '{0}' from exported class has or is using private name '{1}'."),Return_type_of_constructor_signature_from_exported_interface_has_or_is_using_name_0_from_private_module_1:n(4044,1,"Return_type_of_constructor_signature_from_exported_interface_has_or_is_using_name_0_from_private_mod_4044","Return type of constructor signature from exported interface has or is using name '{0}' from private module '{1}'."),Return_type_of_constructor_signature_from_exported_interface_has_or_is_using_private_name_0:n(4045,1,"Return_type_of_constructor_signature_from_exported_interface_has_or_is_using_private_name_0_4045","Return type of constructor signature from exported interface has or is using private name '{0}'."),Return_type_of_call_signature_from_exported_interface_has_or_is_using_name_0_from_private_module_1:n(4046,1,"Return_type_of_call_signature_from_exported_interface_has_or_is_using_name_0_from_private_module_1_4046","Return type of call signature from exported interface has or is using name '{0}' from private module '{1}'."),Return_type_of_call_signature_from_exported_interface_has_or_is_using_private_name_0:n(4047,1,"Return_type_of_call_signature_from_exported_interface_has_or_is_using_private_name_0_4047","Return type of call signature from exported interface has or is using private name '{0}'."),Return_type_of_index_signature_from_exported_interface_has_or_is_using_name_0_from_private_module_1:n(4048,1,"Return_type_of_index_signature_from_exported_interface_has_or_is_using_name_0_from_private_module_1_4048","Return type of index signature from exported interface has or is using name '{0}' from private module '{1}'."),Return_type_of_index_signature_from_exported_interface_has_or_is_using_private_name_0:n(4049,1,"Return_type_of_index_signature_from_exported_interface_has_or_is_using_private_name_0_4049","Return type of index signature from exported interface has or is using private name '{0}'."),Return_type_of_public_static_method_from_exported_class_has_or_is_using_name_0_from_external_module_1_but_cannot_be_named:n(4050,1,"Return_type_of_public_static_method_from_exported_class_has_or_is_using_name_0_from_external_module__4050","Return type of public static method from exported class has or is using name '{0}' from external module {1} but cannot be named."),Return_type_of_public_static_method_from_exported_class_has_or_is_using_name_0_from_private_module_1:n(4051,1,"Return_type_of_public_static_method_from_exported_class_has_or_is_using_name_0_from_private_module_1_4051","Return type of public static method from exported class has or is using name '{0}' from private module '{1}'."),Return_type_of_public_static_method_from_exported_class_has_or_is_using_private_name_0:n(4052,1,"Return_type_of_public_static_method_from_exported_class_has_or_is_using_private_name_0_4052","Return type of public static method from exported class has or is using private name '{0}'."),Return_type_of_public_method_from_exported_class_has_or_is_using_name_0_from_external_module_1_but_cannot_be_named:n(4053,1,"Return_type_of_public_method_from_exported_class_has_or_is_using_name_0_from_external_module_1_but_c_4053","Return type of public method from exported class has or is using name '{0}' from external module {1} but cannot be named."),Return_type_of_public_method_from_exported_class_has_or_is_using_name_0_from_private_module_1:n(4054,1,"Return_type_of_public_method_from_exported_class_has_or_is_using_name_0_from_private_module_1_4054","Return type of public method from exported class has or is using name '{0}' from private module '{1}'."),Return_type_of_public_method_from_exported_class_has_or_is_using_private_name_0:n(4055,1,"Return_type_of_public_method_from_exported_class_has_or_is_using_private_name_0_4055","Return type of public method from exported class has or is using private name '{0}'."),Return_type_of_method_from_exported_interface_has_or_is_using_name_0_from_private_module_1:n(4056,1,"Return_type_of_method_from_exported_interface_has_or_is_using_name_0_from_private_module_1_4056","Return type of method from exported interface has or is using name '{0}' from private module '{1}'."),Return_type_of_method_from_exported_interface_has_or_is_using_private_name_0:n(4057,1,"Return_type_of_method_from_exported_interface_has_or_is_using_private_name_0_4057","Return type of method from exported interface has or is using private name '{0}'."),Return_type_of_exported_function_has_or_is_using_name_0_from_external_module_1_but_cannot_be_named:n(4058,1,"Return_type_of_exported_function_has_or_is_using_name_0_from_external_module_1_but_cannot_be_named_4058","Return type of exported function has or is using name '{0}' from external module {1} but cannot be named."),Return_type_of_exported_function_has_or_is_using_name_0_from_private_module_1:n(4059,1,"Return_type_of_exported_function_has_or_is_using_name_0_from_private_module_1_4059","Return type of exported function has or is using name '{0}' from private module '{1}'."),Return_type_of_exported_function_has_or_is_using_private_name_0:n(4060,1,"Return_type_of_exported_function_has_or_is_using_private_name_0_4060","Return type of exported function has or is using private name '{0}'."),Parameter_0_of_constructor_from_exported_class_has_or_is_using_name_1_from_external_module_2_but_cannot_be_named:n(4061,1,"Parameter_0_of_constructor_from_exported_class_has_or_is_using_name_1_from_external_module_2_but_can_4061","Parameter '{0}' of constructor from exported class has or is using name '{1}' from external module {2} but cannot be named."),Parameter_0_of_constructor_from_exported_class_has_or_is_using_name_1_from_private_module_2:n(4062,1,"Parameter_0_of_constructor_from_exported_class_has_or_is_using_name_1_from_private_module_2_4062","Parameter '{0}' of constructor from exported class has or is using name '{1}' from private module '{2}'."),Parameter_0_of_constructor_from_exported_class_has_or_is_using_private_name_1:n(4063,1,"Parameter_0_of_constructor_from_exported_class_has_or_is_using_private_name_1_4063","Parameter '{0}' of constructor from exported class has or is using private name '{1}'."),Parameter_0_of_constructor_signature_from_exported_interface_has_or_is_using_name_1_from_private_module_2:n(4064,1,"Parameter_0_of_constructor_signature_from_exported_interface_has_or_is_using_name_1_from_private_mod_4064","Parameter '{0}' of constructor signature from exported interface has or is using name '{1}' from private module '{2}'."),Parameter_0_of_constructor_signature_from_exported_interface_has_or_is_using_private_name_1:n(4065,1,"Parameter_0_of_constructor_signature_from_exported_interface_has_or_is_using_private_name_1_4065","Parameter '{0}' of constructor signature from exported interface has or is using private name '{1}'."),Parameter_0_of_call_signature_from_exported_interface_has_or_is_using_name_1_from_private_module_2:n(4066,1,"Parameter_0_of_call_signature_from_exported_interface_has_or_is_using_name_1_from_private_module_2_4066","Parameter '{0}' of call signature from exported interface has or is using name '{1}' from private module '{2}'."),Parameter_0_of_call_signature_from_exported_interface_has_or_is_using_private_name_1:n(4067,1,"Parameter_0_of_call_signature_from_exported_interface_has_or_is_using_private_name_1_4067","Parameter '{0}' of call signature from exported interface has or is using private name '{1}'."),Parameter_0_of_public_static_method_from_exported_class_has_or_is_using_name_1_from_external_module_2_but_cannot_be_named:n(4068,1,"Parameter_0_of_public_static_method_from_exported_class_has_or_is_using_name_1_from_external_module__4068","Parameter '{0}' of public static method from exported class has or is using name '{1}' from external module {2} but cannot be named."),Parameter_0_of_public_static_method_from_exported_class_has_or_is_using_name_1_from_private_module_2:n(4069,1,"Parameter_0_of_public_static_method_from_exported_class_has_or_is_using_name_1_from_private_module_2_4069","Parameter '{0}' of public static method from exported class has or is using name '{1}' from private module '{2}'."),Parameter_0_of_public_static_method_from_exported_class_has_or_is_using_private_name_1:n(4070,1,"Parameter_0_of_public_static_method_from_exported_class_has_or_is_using_private_name_1_4070","Parameter '{0}' of public static method from exported class has or is using private name '{1}'."),Parameter_0_of_public_method_from_exported_class_has_or_is_using_name_1_from_external_module_2_but_cannot_be_named:n(4071,1,"Parameter_0_of_public_method_from_exported_class_has_or_is_using_name_1_from_external_module_2_but_c_4071","Parameter '{0}' of public method from exported class has or is using name '{1}' from external module {2} but cannot be named."),Parameter_0_of_public_method_from_exported_class_has_or_is_using_name_1_from_private_module_2:n(4072,1,"Parameter_0_of_public_method_from_exported_class_has_or_is_using_name_1_from_private_module_2_4072","Parameter '{0}' of public method from exported class has or is using name '{1}' from private module '{2}'."),Parameter_0_of_public_method_from_exported_class_has_or_is_using_private_name_1:n(4073,1,"Parameter_0_of_public_method_from_exported_class_has_or_is_using_private_name_1_4073","Parameter '{0}' of public method from exported class has or is using private name '{1}'."),Parameter_0_of_method_from_exported_interface_has_or_is_using_name_1_from_private_module_2:n(4074,1,"Parameter_0_of_method_from_exported_interface_has_or_is_using_name_1_from_private_module_2_4074","Parameter '{0}' of method from exported interface has or is using name '{1}' from private module '{2}'."),Parameter_0_of_method_from_exported_interface_has_or_is_using_private_name_1:n(4075,1,"Parameter_0_of_method_from_exported_interface_has_or_is_using_private_name_1_4075","Parameter '{0}' of method from exported interface has or is using private name '{1}'."),Parameter_0_of_exported_function_has_or_is_using_name_1_from_external_module_2_but_cannot_be_named:n(4076,1,"Parameter_0_of_exported_function_has_or_is_using_name_1_from_external_module_2_but_cannot_be_named_4076","Parameter '{0}' of exported function has or is using name '{1}' from external module {2} but cannot be named."),Parameter_0_of_exported_function_has_or_is_using_name_1_from_private_module_2:n(4077,1,"Parameter_0_of_exported_function_has_or_is_using_name_1_from_private_module_2_4077","Parameter '{0}' of exported function has or is using name '{1}' from private module '{2}'."),Parameter_0_of_exported_function_has_or_is_using_private_name_1:n(4078,1,"Parameter_0_of_exported_function_has_or_is_using_private_name_1_4078","Parameter '{0}' of exported function has or is using private name '{1}'."),Exported_type_alias_0_has_or_is_using_private_name_1:n(4081,1,"Exported_type_alias_0_has_or_is_using_private_name_1_4081","Exported type alias '{0}' has or is using private name '{1}'."),Default_export_of_the_module_has_or_is_using_private_name_0:n(4082,1,"Default_export_of_the_module_has_or_is_using_private_name_0_4082","Default export of the module has or is using private name '{0}'."),Type_parameter_0_of_exported_type_alias_has_or_is_using_private_name_1:n(4083,1,"Type_parameter_0_of_exported_type_alias_has_or_is_using_private_name_1_4083","Type parameter '{0}' of exported type alias has or is using private name '{1}'."),Exported_type_alias_0_has_or_is_using_private_name_1_from_module_2:n(4084,1,"Exported_type_alias_0_has_or_is_using_private_name_1_from_module_2_4084","Exported type alias '{0}' has or is using private name '{1}' from module {2}."),Extends_clause_for_inferred_type_0_has_or_is_using_private_name_1:n(4085,1,"Extends_clause_for_inferred_type_0_has_or_is_using_private_name_1_4085","Extends clause for inferred type '{0}' has or is using private name '{1}'."),Parameter_0_of_index_signature_from_exported_interface_has_or_is_using_name_1_from_private_module_2:n(4091,1,"Parameter_0_of_index_signature_from_exported_interface_has_or_is_using_name_1_from_private_module_2_4091","Parameter '{0}' of index signature from exported interface has or is using name '{1}' from private module '{2}'."),Parameter_0_of_index_signature_from_exported_interface_has_or_is_using_private_name_1:n(4092,1,"Parameter_0_of_index_signature_from_exported_interface_has_or_is_using_private_name_1_4092","Parameter '{0}' of index signature from exported interface has or is using private name '{1}'."),Property_0_of_exported_anonymous_class_type_may_not_be_private_or_protected:n(4094,1,"Property_0_of_exported_anonymous_class_type_may_not_be_private_or_protected_4094","Property '{0}' of exported anonymous class type may not be private or protected."),Public_static_method_0_of_exported_class_has_or_is_using_name_1_from_external_module_2_but_cannot_be_named:n(4095,1,"Public_static_method_0_of_exported_class_has_or_is_using_name_1_from_external_module_2_but_cannot_be_4095","Public static method '{0}' of exported class has or is using name '{1}' from external module {2} but cannot be named."),Public_static_method_0_of_exported_class_has_or_is_using_name_1_from_private_module_2:n(4096,1,"Public_static_method_0_of_exported_class_has_or_is_using_name_1_from_private_module_2_4096","Public static method '{0}' of exported class has or is using name '{1}' from private module '{2}'."),Public_static_method_0_of_exported_class_has_or_is_using_private_name_1:n(4097,1,"Public_static_method_0_of_exported_class_has_or_is_using_private_name_1_4097","Public static method '{0}' of exported class has or is using private name '{1}'."),Public_method_0_of_exported_class_has_or_is_using_name_1_from_external_module_2_but_cannot_be_named:n(4098,1,"Public_method_0_of_exported_class_has_or_is_using_name_1_from_external_module_2_but_cannot_be_named_4098","Public method '{0}' of exported class has or is using name '{1}' from external module {2} but cannot be named."),Public_method_0_of_exported_class_has_or_is_using_name_1_from_private_module_2:n(4099,1,"Public_method_0_of_exported_class_has_or_is_using_name_1_from_private_module_2_4099","Public method '{0}' of exported class has or is using name '{1}' from private module '{2}'."),Public_method_0_of_exported_class_has_or_is_using_private_name_1:n(4100,1,"Public_method_0_of_exported_class_has_or_is_using_private_name_1_4100","Public method '{0}' of exported class has or is using private name '{1}'."),Method_0_of_exported_interface_has_or_is_using_name_1_from_private_module_2:n(4101,1,"Method_0_of_exported_interface_has_or_is_using_name_1_from_private_module_2_4101","Method '{0}' of exported interface has or is using name '{1}' from private module '{2}'."),Method_0_of_exported_interface_has_or_is_using_private_name_1:n(4102,1,"Method_0_of_exported_interface_has_or_is_using_private_name_1_4102","Method '{0}' of exported interface has or is using private name '{1}'."),Type_parameter_0_of_exported_mapped_object_type_is_using_private_name_1:n(4103,1,"Type_parameter_0_of_exported_mapped_object_type_is_using_private_name_1_4103","Type parameter '{0}' of exported mapped object type is using private name '{1}'."),The_type_0_is_readonly_and_cannot_be_assigned_to_the_mutable_type_1:n(4104,1,"The_type_0_is_readonly_and_cannot_be_assigned_to_the_mutable_type_1_4104","The type '{0}' is 'readonly' and cannot be assigned to the mutable type '{1}'."),Private_or_protected_member_0_cannot_be_accessed_on_a_type_parameter:n(4105,1,"Private_or_protected_member_0_cannot_be_accessed_on_a_type_parameter_4105","Private or protected member '{0}' cannot be accessed on a type parameter."),Parameter_0_of_accessor_has_or_is_using_private_name_1:n(4106,1,"Parameter_0_of_accessor_has_or_is_using_private_name_1_4106","Parameter '{0}' of accessor has or is using private name '{1}'."),Parameter_0_of_accessor_has_or_is_using_name_1_from_private_module_2:n(4107,1,"Parameter_0_of_accessor_has_or_is_using_name_1_from_private_module_2_4107","Parameter '{0}' of accessor has or is using name '{1}' from private module '{2}'."),Parameter_0_of_accessor_has_or_is_using_name_1_from_external_module_2_but_cannot_be_named:n(4108,1,"Parameter_0_of_accessor_has_or_is_using_name_1_from_external_module_2_but_cannot_be_named_4108","Parameter '{0}' of accessor has or is using name '{1}' from external module '{2}' but cannot be named."),Type_arguments_for_0_circularly_reference_themselves:n(4109,1,"Type_arguments_for_0_circularly_reference_themselves_4109","Type arguments for '{0}' circularly reference themselves."),Tuple_type_arguments_circularly_reference_themselves:n(4110,1,"Tuple_type_arguments_circularly_reference_themselves_4110","Tuple type arguments circularly reference themselves."),Property_0_comes_from_an_index_signature_so_it_must_be_accessed_with_0:n(4111,1,"Property_0_comes_from_an_index_signature_so_it_must_be_accessed_with_0_4111","Property '{0}' comes from an index signature, so it must be accessed with ['{0}']."),This_member_cannot_have_an_override_modifier_because_its_containing_class_0_does_not_extend_another_class:n(4112,1,"This_member_cannot_have_an_override_modifier_because_its_containing_class_0_does_not_extend_another__4112","This member cannot have an 'override' modifier because its containing class '{0}' does not extend another class."),This_member_cannot_have_an_override_modifier_because_it_is_not_declared_in_the_base_class_0:n(4113,1,"This_member_cannot_have_an_override_modifier_because_it_is_not_declared_in_the_base_class_0_4113","This member cannot have an 'override' modifier because it is not declared in the base class '{0}'."),This_member_must_have_an_override_modifier_because_it_overrides_a_member_in_the_base_class_0:n(4114,1,"This_member_must_have_an_override_modifier_because_it_overrides_a_member_in_the_base_class_0_4114","This member must have an 'override' modifier because it overrides a member in the base class '{0}'."),This_parameter_property_must_have_an_override_modifier_because_it_overrides_a_member_in_base_class_0:n(4115,1,"This_parameter_property_must_have_an_override_modifier_because_it_overrides_a_member_in_base_class_0_4115","This parameter property must have an 'override' modifier because it overrides a member in base class '{0}'."),This_member_must_have_an_override_modifier_because_it_overrides_an_abstract_method_that_is_declared_in_the_base_class_0:n(4116,1,"This_member_must_have_an_override_modifier_because_it_overrides_an_abstract_method_that_is_declared__4116","This member must have an 'override' modifier because it overrides an abstract method that is declared in the base class '{0}'."),This_member_cannot_have_an_override_modifier_because_it_is_not_declared_in_the_base_class_0_Did_you_mean_1:n(4117,1,"This_member_cannot_have_an_override_modifier_because_it_is_not_declared_in_the_base_class_0_Did_you__4117","This member cannot have an 'override' modifier because it is not declared in the base class '{0}'. Did you mean '{1}'?"),The_type_of_this_node_cannot_be_serialized_because_its_property_0_cannot_be_serialized:n(4118,1,"The_type_of_this_node_cannot_be_serialized_because_its_property_0_cannot_be_serialized_4118","The type of this node cannot be serialized because its property '{0}' cannot be serialized."),This_member_must_have_a_JSDoc_comment_with_an_override_tag_because_it_overrides_a_member_in_the_base_class_0:n(4119,1,"This_member_must_have_a_JSDoc_comment_with_an_override_tag_because_it_overrides_a_member_in_the_base_4119","This member must have a JSDoc comment with an '@override' tag because it overrides a member in the base class '{0}'."),This_parameter_property_must_have_a_JSDoc_comment_with_an_override_tag_because_it_overrides_a_member_in_the_base_class_0:n(4120,1,"This_parameter_property_must_have_a_JSDoc_comment_with_an_override_tag_because_it_overrides_a_member_4120","This parameter property must have a JSDoc comment with an '@override' tag because it overrides a member in the base class '{0}'."),This_member_cannot_have_a_JSDoc_comment_with_an_override_tag_because_its_containing_class_0_does_not_extend_another_class:n(4121,1,"This_member_cannot_have_a_JSDoc_comment_with_an_override_tag_because_its_containing_class_0_does_not_4121","This member cannot have a JSDoc comment with an '@override' tag because its containing class '{0}' does not extend another class."),This_member_cannot_have_a_JSDoc_comment_with_an_override_tag_because_it_is_not_declared_in_the_base_class_0:n(4122,1,"This_member_cannot_have_a_JSDoc_comment_with_an_override_tag_because_it_is_not_declared_in_the_base__4122","This member cannot have a JSDoc comment with an '@override' tag because it is not declared in the base class '{0}'."),This_member_cannot_have_a_JSDoc_comment_with_an_override_tag_because_it_is_not_declared_in_the_base_class_0_Did_you_mean_1:n(4123,1,"This_member_cannot_have_a_JSDoc_comment_with_an_override_tag_because_it_is_not_declared_in_the_base__4123","This member cannot have a JSDoc comment with an 'override' tag because it is not declared in the base class '{0}'. Did you mean '{1}'?"),Compiler_option_0_of_value_1_is_unstable_Use_nightly_TypeScript_to_silence_this_error_Try_updating_with_npm_install_D_typescript_next:n(4124,1,"Compiler_option_0_of_value_1_is_unstable_Use_nightly_TypeScript_to_silence_this_error_Try_updating_w_4124","Compiler option '{0}' of value '{1}' is unstable. Use nightly TypeScript to silence this error. Try updating with 'npm install -D typescript@next'."),Each_declaration_of_0_1_differs_in_its_value_where_2_was_expected_but_3_was_given:n(4125,1,"Each_declaration_of_0_1_differs_in_its_value_where_2_was_expected_but_3_was_given_4125","Each declaration of '{0}.{1}' differs in its value, where '{2}' was expected but '{3}' was given."),One_value_of_0_1_is_the_string_2_and_the_other_is_assumed_to_be_an_unknown_numeric_value:n(4126,1,"One_value_of_0_1_is_the_string_2_and_the_other_is_assumed_to_be_an_unknown_numeric_value_4126","One value of '{0}.{1}' is the string '{2}', and the other is assumed to be an unknown numeric value."),This_member_cannot_have_an_override_modifier_because_its_name_is_dynamic:n(4127,1,"This_member_cannot_have_an_override_modifier_because_its_name_is_dynamic_4127","This member cannot have an 'override' modifier because its name is dynamic."),This_member_cannot_have_a_JSDoc_comment_with_an_override_tag_because_its_name_is_dynamic:n(4128,1,"This_member_cannot_have_a_JSDoc_comment_with_an_override_tag_because_its_name_is_dynamic_4128","This member cannot have a JSDoc comment with an '@override' tag because its name is dynamic."),The_current_host_does_not_support_the_0_option:n(5001,1,"The_current_host_does_not_support_the_0_option_5001","The current host does not support the '{0}' option."),Cannot_find_the_common_subdirectory_path_for_the_input_files:n(5009,1,"Cannot_find_the_common_subdirectory_path_for_the_input_files_5009","Cannot find the common subdirectory path for the input files."),File_specification_cannot_end_in_a_recursive_directory_wildcard_Asterisk_Asterisk_Colon_0:n(5010,1,"File_specification_cannot_end_in_a_recursive_directory_wildcard_Asterisk_Asterisk_Colon_0_5010","File specification cannot end in a recursive directory wildcard ('**'): '{0}'."),The_common_source_directory_of_0_is_1_The_rootDir_setting_must_be_explicitly_set_to_this_or_another_path_to_adjust_your_output_s_file_layout:n(5011,1,"The_common_source_directory_of_0_is_1_The_rootDir_setting_must_be_explicitly_set_to_this_or_another__5011","The common source directory of '{0}' is '{1}'. The 'rootDir' setting must be explicitly set to this or another path to adjust your output's file layout."),Cannot_read_file_0_Colon_1:n(5012,1,"Cannot_read_file_0_Colon_1_5012","Cannot read file '{0}': {1}."),Unknown_compiler_option_0:n(5023,1,"Unknown_compiler_option_0_5023","Unknown compiler option '{0}'."),Compiler_option_0_requires_a_value_of_type_1:n(5024,1,"Compiler_option_0_requires_a_value_of_type_1_5024","Compiler option '{0}' requires a value of type {1}."),Unknown_compiler_option_0_Did_you_mean_1:n(5025,1,"Unknown_compiler_option_0_Did_you_mean_1_5025","Unknown compiler option '{0}'. Did you mean '{1}'?"),Could_not_write_file_0_Colon_1:n(5033,1,"Could_not_write_file_0_Colon_1_5033","Could not write file '{0}': {1}."),Option_project_cannot_be_mixed_with_source_files_on_a_command_line:n(5042,1,"Option_project_cannot_be_mixed_with_source_files_on_a_command_line_5042","Option 'project' cannot be mixed with source files on a command line."),Option_isolatedModules_can_only_be_used_when_either_option_module_is_provided_or_option_target_is_ES2015_or_higher:n(5047,1,"Option_isolatedModules_can_only_be_used_when_either_option_module_is_provided_or_option_target_is_ES_5047","Option 'isolatedModules' can only be used when either option '--module' is provided or option 'target' is 'ES2015' or higher."),Option_0_can_only_be_used_when_either_option_inlineSourceMap_or_option_sourceMap_is_provided:n(5051,1,"Option_0_can_only_be_used_when_either_option_inlineSourceMap_or_option_sourceMap_is_provided_5051","Option '{0} can only be used when either option '--inlineSourceMap' or option '--sourceMap' is provided."),Option_0_cannot_be_specified_without_specifying_option_1:n(5052,1,"Option_0_cannot_be_specified_without_specifying_option_1_5052","Option '{0}' cannot be specified without specifying option '{1}'."),Option_0_cannot_be_specified_with_option_1:n(5053,1,"Option_0_cannot_be_specified_with_option_1_5053","Option '{0}' cannot be specified with option '{1}'."),A_tsconfig_json_file_is_already_defined_at_Colon_0:n(5054,1,"A_tsconfig_json_file_is_already_defined_at_Colon_0_5054","A 'tsconfig.json' file is already defined at: '{0}'."),Cannot_write_file_0_because_it_would_overwrite_input_file:n(5055,1,"Cannot_write_file_0_because_it_would_overwrite_input_file_5055","Cannot write file '{0}' because it would overwrite input file."),Cannot_write_file_0_because_it_would_be_overwritten_by_multiple_input_files:n(5056,1,"Cannot_write_file_0_because_it_would_be_overwritten_by_multiple_input_files_5056","Cannot write file '{0}' because it would be overwritten by multiple input files."),Cannot_find_a_tsconfig_json_file_at_the_specified_directory_Colon_0:n(5057,1,"Cannot_find_a_tsconfig_json_file_at_the_specified_directory_Colon_0_5057","Cannot find a tsconfig.json file at the specified directory: '{0}'."),The_specified_path_does_not_exist_Colon_0:n(5058,1,"The_specified_path_does_not_exist_Colon_0_5058","The specified path does not exist: '{0}'."),Invalid_value_for_reactNamespace_0_is_not_a_valid_identifier:n(5059,1,"Invalid_value_for_reactNamespace_0_is_not_a_valid_identifier_5059","Invalid value for '--reactNamespace'. '{0}' is not a valid identifier."),Pattern_0_can_have_at_most_one_Asterisk_character:n(5061,1,"Pattern_0_can_have_at_most_one_Asterisk_character_5061","Pattern '{0}' can have at most one '*' character."),Substitution_0_in_pattern_1_can_have_at_most_one_Asterisk_character:n(5062,1,"Substitution_0_in_pattern_1_can_have_at_most_one_Asterisk_character_5062","Substitution '{0}' in pattern '{1}' can have at most one '*' character."),Substitutions_for_pattern_0_should_be_an_array:n(5063,1,"Substitutions_for_pattern_0_should_be_an_array_5063","Substitutions for pattern '{0}' should be an array."),Substitution_0_for_pattern_1_has_incorrect_type_expected_string_got_2:n(5064,1,"Substitution_0_for_pattern_1_has_incorrect_type_expected_string_got_2_5064","Substitution '{0}' for pattern '{1}' has incorrect type, expected 'string', got '{2}'."),File_specification_cannot_contain_a_parent_directory_that_appears_after_a_recursive_directory_wildcard_Asterisk_Asterisk_Colon_0:n(5065,1,"File_specification_cannot_contain_a_parent_directory_that_appears_after_a_recursive_directory_wildca_5065","File specification cannot contain a parent directory ('..') that appears after a recursive directory wildcard ('**'): '{0}'."),Substitutions_for_pattern_0_shouldn_t_be_an_empty_array:n(5066,1,"Substitutions_for_pattern_0_shouldn_t_be_an_empty_array_5066","Substitutions for pattern '{0}' shouldn't be an empty array."),Invalid_value_for_jsxFactory_0_is_not_a_valid_identifier_or_qualified_name:n(5067,1,"Invalid_value_for_jsxFactory_0_is_not_a_valid_identifier_or_qualified_name_5067","Invalid value for 'jsxFactory'. '{0}' is not a valid identifier or qualified-name."),Adding_a_tsconfig_json_file_will_help_organize_projects_that_contain_both_TypeScript_and_JavaScript_files_Learn_more_at_https_Colon_Slash_Slashaka_ms_Slashtsconfig:n(5068,1,"Adding_a_tsconfig_json_file_will_help_organize_projects_that_contain_both_TypeScript_and_JavaScript__5068","Adding a tsconfig.json file will help organize projects that contain both TypeScript and JavaScript files. Learn more at https://aka.ms/tsconfig."),Option_0_cannot_be_specified_without_specifying_option_1_or_option_2:n(5069,1,"Option_0_cannot_be_specified_without_specifying_option_1_or_option_2_5069","Option '{0}' cannot be specified without specifying option '{1}' or option '{2}'."),Option_resolveJsonModule_cannot_be_specified_when_moduleResolution_is_set_to_classic:n(5070,1,"Option_resolveJsonModule_cannot_be_specified_when_moduleResolution_is_set_to_classic_5070","Option '--resolveJsonModule' cannot be specified when 'moduleResolution' is set to 'classic'."),Option_resolveJsonModule_cannot_be_specified_when_module_is_set_to_none_system_or_umd:n(5071,1,"Option_resolveJsonModule_cannot_be_specified_when_module_is_set_to_none_system_or_umd_5071","Option '--resolveJsonModule' cannot be specified when 'module' is set to 'none', 'system', or 'umd'."),Unknown_build_option_0:n(5072,1,"Unknown_build_option_0_5072","Unknown build option '{0}'."),Build_option_0_requires_a_value_of_type_1:n(5073,1,"Build_option_0_requires_a_value_of_type_1_5073","Build option '{0}' requires a value of type {1}."),Option_incremental_can_only_be_specified_using_tsconfig_emitting_to_single_file_or_when_option_tsBuildInfoFile_is_specified:n(5074,1,"Option_incremental_can_only_be_specified_using_tsconfig_emitting_to_single_file_or_when_option_tsBui_5074","Option '--incremental' can only be specified using tsconfig, emitting to single file or when option '--tsBuildInfoFile' is specified."),_0_is_assignable_to_the_constraint_of_type_1_but_1_could_be_instantiated_with_a_different_subtype_of_constraint_2:n(5075,1,"_0_is_assignable_to_the_constraint_of_type_1_but_1_could_be_instantiated_with_a_different_subtype_of_5075","'{0}' is assignable to the constraint of type '{1}', but '{1}' could be instantiated with a different subtype of constraint '{2}'."),_0_and_1_operations_cannot_be_mixed_without_parentheses:n(5076,1,"_0_and_1_operations_cannot_be_mixed_without_parentheses_5076","'{0}' and '{1}' operations cannot be mixed without parentheses."),Unknown_build_option_0_Did_you_mean_1:n(5077,1,"Unknown_build_option_0_Did_you_mean_1_5077","Unknown build option '{0}'. Did you mean '{1}'?"),Unknown_watch_option_0:n(5078,1,"Unknown_watch_option_0_5078","Unknown watch option '{0}'."),Unknown_watch_option_0_Did_you_mean_1:n(5079,1,"Unknown_watch_option_0_Did_you_mean_1_5079","Unknown watch option '{0}'. Did you mean '{1}'?"),Watch_option_0_requires_a_value_of_type_1:n(5080,1,"Watch_option_0_requires_a_value_of_type_1_5080","Watch option '{0}' requires a value of type {1}."),Cannot_find_a_tsconfig_json_file_at_the_current_directory_Colon_0:n(5081,1,"Cannot_find_a_tsconfig_json_file_at_the_current_directory_Colon_0_5081","Cannot find a tsconfig.json file at the current directory: {0}."),_0_could_be_instantiated_with_an_arbitrary_type_which_could_be_unrelated_to_1:n(5082,1,"_0_could_be_instantiated_with_an_arbitrary_type_which_could_be_unrelated_to_1_5082","'{0}' could be instantiated with an arbitrary type which could be unrelated to '{1}'."),Cannot_read_file_0:n(5083,1,"Cannot_read_file_0_5083","Cannot read file '{0}'."),A_tuple_member_cannot_be_both_optional_and_rest:n(5085,1,"A_tuple_member_cannot_be_both_optional_and_rest_5085","A tuple member cannot be both optional and rest."),A_labeled_tuple_element_is_declared_as_optional_with_a_question_mark_after_the_name_and_before_the_colon_rather_than_after_the_type:n(5086,1,"A_labeled_tuple_element_is_declared_as_optional_with_a_question_mark_after_the_name_and_before_the_c_5086","A labeled tuple element is declared as optional with a question mark after the name and before the colon, rather than after the type."),A_labeled_tuple_element_is_declared_as_rest_with_a_before_the_name_rather_than_before_the_type:n(5087,1,"A_labeled_tuple_element_is_declared_as_rest_with_a_before_the_name_rather_than_before_the_type_5087","A labeled tuple element is declared as rest with a '...' before the name, rather than before the type."),The_inferred_type_of_0_references_a_type_with_a_cyclic_structure_which_cannot_be_trivially_serialized_A_type_annotation_is_necessary:n(5088,1,"The_inferred_type_of_0_references_a_type_with_a_cyclic_structure_which_cannot_be_trivially_serialize_5088","The inferred type of '{0}' references a type with a cyclic structure which cannot be trivially serialized. A type annotation is necessary."),Option_0_cannot_be_specified_when_option_jsx_is_1:n(5089,1,"Option_0_cannot_be_specified_when_option_jsx_is_1_5089","Option '{0}' cannot be specified when option 'jsx' is '{1}'."),Non_relative_paths_are_not_allowed_when_baseUrl_is_not_set_Did_you_forget_a_leading_Slash:n(5090,1,"Non_relative_paths_are_not_allowed_when_baseUrl_is_not_set_Did_you_forget_a_leading_Slash_5090","Non-relative paths are not allowed when 'baseUrl' is not set. Did you forget a leading './'?"),Option_preserveConstEnums_cannot_be_disabled_when_0_is_enabled:n(5091,1,"Option_preserveConstEnums_cannot_be_disabled_when_0_is_enabled_5091","Option 'preserveConstEnums' cannot be disabled when '{0}' is enabled."),The_root_value_of_a_0_file_must_be_an_object:n(5092,1,"The_root_value_of_a_0_file_must_be_an_object_5092","The root value of a '{0}' file must be an object."),Compiler_option_0_may_only_be_used_with_build:n(5093,1,"Compiler_option_0_may_only_be_used_with_build_5093","Compiler option '--{0}' may only be used with '--build'."),Compiler_option_0_may_not_be_used_with_build:n(5094,1,"Compiler_option_0_may_not_be_used_with_build_5094","Compiler option '--{0}' may not be used with '--build'."),Option_0_can_only_be_used_when_module_is_set_to_preserve_commonjs_or_es2015_or_later:n(5095,1,"Option_0_can_only_be_used_when_module_is_set_to_preserve_commonjs_or_es2015_or_later_5095","Option '{0}' can only be used when 'module' is set to 'preserve', 'commonjs', or 'es2015' or later."),Option_allowImportingTsExtensions_can_only_be_used_when_one_of_noEmit_emitDeclarationOnly_or_rewriteRelativeImportExtensions_is_set:n(5096,1,"Option_allowImportingTsExtensions_can_only_be_used_when_one_of_noEmit_emitDeclarationOnly_or_rewrite_5096","Option 'allowImportingTsExtensions' can only be used when one of 'noEmit', 'emitDeclarationOnly', or 'rewriteRelativeImportExtensions' is set."),An_import_path_can_only_end_with_a_0_extension_when_allowImportingTsExtensions_is_enabled:n(5097,1,"An_import_path_can_only_end_with_a_0_extension_when_allowImportingTsExtensions_is_enabled_5097","An import path can only end with a '{0}' extension when 'allowImportingTsExtensions' is enabled."),Option_0_can_only_be_used_when_moduleResolution_is_set_to_node16_nodenext_or_bundler:n(5098,1,"Option_0_can_only_be_used_when_moduleResolution_is_set_to_node16_nodenext_or_bundler_5098","Option '{0}' can only be used when 'moduleResolution' is set to 'node16', 'nodenext', or 'bundler'."),Option_0_is_deprecated_and_will_stop_functioning_in_TypeScript_1_Specify_compilerOption_ignoreDeprecations_Colon_2_to_silence_this_error:n(5101,1,"Option_0_is_deprecated_and_will_stop_functioning_in_TypeScript_1_Specify_compilerOption_ignoreDeprec_5101",`Option '{0}' is deprecated and will stop functioning in TypeScript {1}. Specify compilerOption '"ignoreDeprecations": "{2}"' to silence this error.`),Option_0_has_been_removed_Please_remove_it_from_your_configuration:n(5102,1,"Option_0_has_been_removed_Please_remove_it_from_your_configuration_5102","Option '{0}' has been removed. Please remove it from your configuration."),Invalid_value_for_ignoreDeprecations:n(5103,1,"Invalid_value_for_ignoreDeprecations_5103","Invalid value for '--ignoreDeprecations'."),Option_0_is_redundant_and_cannot_be_specified_with_option_1:n(5104,1,"Option_0_is_redundant_and_cannot_be_specified_with_option_1_5104","Option '{0}' is redundant and cannot be specified with option '{1}'."),Option_verbatimModuleSyntax_cannot_be_used_when_module_is_set_to_UMD_AMD_or_System:n(5105,1,"Option_verbatimModuleSyntax_cannot_be_used_when_module_is_set_to_UMD_AMD_or_System_5105","Option 'verbatimModuleSyntax' cannot be used when 'module' is set to 'UMD', 'AMD', or 'System'."),Use_0_instead:n(5106,3,"Use_0_instead_5106","Use '{0}' instead."),Option_0_1_is_deprecated_and_will_stop_functioning_in_TypeScript_2_Specify_compilerOption_ignoreDeprecations_Colon_3_to_silence_this_error:n(5107,1,"Option_0_1_is_deprecated_and_will_stop_functioning_in_TypeScript_2_Specify_compilerOption_ignoreDepr_5107",`Option '{0}={1}' is deprecated and will stop functioning in TypeScript {2}. Specify compilerOption '"ignoreDeprecations": "{3}"' to silence this error.`),Option_0_1_has_been_removed_Please_remove_it_from_your_configuration:n(5108,1,"Option_0_1_has_been_removed_Please_remove_it_from_your_configuration_5108","Option '{0}={1}' has been removed. Please remove it from your configuration."),Option_moduleResolution_must_be_set_to_0_or_left_unspecified_when_option_module_is_set_to_1:n(5109,1,"Option_moduleResolution_must_be_set_to_0_or_left_unspecified_when_option_module_is_set_to_1_5109","Option 'moduleResolution' must be set to '{0}' (or left unspecified) when option 'module' is set to '{1}'."),Option_module_must_be_set_to_0_when_option_moduleResolution_is_set_to_1:n(5110,1,"Option_module_must_be_set_to_0_when_option_moduleResolution_is_set_to_1_5110","Option 'module' must be set to '{0}' when option 'moduleResolution' is set to '{1}'."),Visit_https_Colon_Slash_Slashaka_ms_Slashts6_for_migration_information:n(5111,3,"Visit_https_Colon_Slash_Slashaka_ms_Slashts6_for_migration_information_5111","Visit https://aka.ms/ts6 for migration information."),tsconfig_json_is_present_but_will_not_be_loaded_if_files_are_specified_on_commandline_Use_ignoreConfig_to_skip_this_error:n(5112,1,"tsconfig_json_is_present_but_will_not_be_loaded_if_files_are_specified_on_commandline_Use_ignoreConf_5112","tsconfig.json is present but will not be loaded if files are specified on commandline. Use '--ignoreConfig' to skip this error."),Generates_a_sourcemap_for_each_corresponding_d_ts_file:n(6e3,3,"Generates_a_sourcemap_for_each_corresponding_d_ts_file_6000","Generates a sourcemap for each corresponding '.d.ts' file."),Concatenate_and_emit_output_to_single_file:n(6001,3,"Concatenate_and_emit_output_to_single_file_6001","Concatenate and emit output to single file."),Generates_corresponding_d_ts_file:n(6002,3,"Generates_corresponding_d_ts_file_6002","Generates corresponding '.d.ts' file."),Specify_the_location_where_debugger_should_locate_TypeScript_files_instead_of_source_locations:n(6004,3,"Specify_the_location_where_debugger_should_locate_TypeScript_files_instead_of_source_locations_6004","Specify the location where debugger should locate TypeScript files instead of source locations."),Watch_input_files:n(6005,3,"Watch_input_files_6005","Watch input files."),Redirect_output_structure_to_the_directory:n(6006,3,"Redirect_output_structure_to_the_directory_6006","Redirect output structure to the directory."),Do_not_erase_const_enum_declarations_in_generated_code:n(6007,3,"Do_not_erase_const_enum_declarations_in_generated_code_6007","Do not erase const enum declarations in generated code."),Do_not_emit_outputs_if_any_errors_were_reported:n(6008,3,"Do_not_emit_outputs_if_any_errors_were_reported_6008","Do not emit outputs if any errors were reported."),Do_not_emit_comments_to_output:n(6009,3,"Do_not_emit_comments_to_output_6009","Do not emit comments to output."),Do_not_emit_outputs:n(6010,3,"Do_not_emit_outputs_6010","Do not emit outputs."),Allow_default_imports_from_modules_with_no_default_export_This_does_not_affect_code_emit_just_typechecking:n(6011,3,"Allow_default_imports_from_modules_with_no_default_export_This_does_not_affect_code_emit_just_typech_6011","Allow default imports from modules with no default export. This does not affect code emit, just typechecking."),Skip_type_checking_of_declaration_files:n(6012,3,"Skip_type_checking_of_declaration_files_6012","Skip type checking of declaration files."),Do_not_resolve_the_real_path_of_symlinks:n(6013,3,"Do_not_resolve_the_real_path_of_symlinks_6013","Do not resolve the real path of symlinks."),Only_emit_d_ts_declaration_files:n(6014,3,"Only_emit_d_ts_declaration_files_6014","Only emit '.d.ts' declaration files."),Specify_ECMAScript_target_version:n(6015,3,"Specify_ECMAScript_target_version_6015","Specify ECMAScript target version."),Specify_module_code_generation:n(6016,3,"Specify_module_code_generation_6016","Specify module code generation."),Print_this_message:n(6017,3,"Print_this_message_6017","Print this message."),Print_the_compiler_s_version:n(6019,3,"Print_the_compiler_s_version_6019","Print the compiler's version."),Compile_the_project_given_the_path_to_its_configuration_file_or_to_a_folder_with_a_tsconfig_json:n(6020,3,"Compile_the_project_given_the_path_to_its_configuration_file_or_to_a_folder_with_a_tsconfig_json_6020","Compile the project given the path to its configuration file, or to a folder with a 'tsconfig.json'."),Syntax_Colon_0:n(6023,3,"Syntax_Colon_0_6023","Syntax: {0}"),options:n(6024,3,"options_6024","options"),file:n(6025,3,"file_6025","file"),Examples_Colon_0:n(6026,3,"Examples_Colon_0_6026","Examples: {0}"),Options_Colon:n(6027,3,"Options_Colon_6027","Options:"),Version_0:n(6029,3,"Version_0_6029","Version {0}"),Insert_command_line_options_and_files_from_a_file:n(6030,3,"Insert_command_line_options_and_files_from_a_file_6030","Insert command line options and files from a file."),Starting_compilation_in_watch_mode:n(6031,3,"Starting_compilation_in_watch_mode_6031","Starting compilation in watch mode..."),File_change_detected_Starting_incremental_compilation:n(6032,3,"File_change_detected_Starting_incremental_compilation_6032","File change detected. Starting incremental compilation..."),KIND:n(6034,3,"KIND_6034","KIND"),FILE:n(6035,3,"FILE_6035","FILE"),VERSION:n(6036,3,"VERSION_6036","VERSION"),LOCATION:n(6037,3,"LOCATION_6037","LOCATION"),DIRECTORY:n(6038,3,"DIRECTORY_6038","DIRECTORY"),STRATEGY:n(6039,3,"STRATEGY_6039","STRATEGY"),FILE_OR_DIRECTORY:n(6040,3,"FILE_OR_DIRECTORY_6040","FILE OR DIRECTORY"),Errors_Files:n(6041,3,"Errors_Files_6041","Errors Files"),Generates_corresponding_map_file:n(6043,3,"Generates_corresponding_map_file_6043","Generates corresponding '.map' file."),Compiler_option_0_expects_an_argument:n(6044,1,"Compiler_option_0_expects_an_argument_6044","Compiler option '{0}' expects an argument."),Unterminated_quoted_string_in_response_file_0:n(6045,1,"Unterminated_quoted_string_in_response_file_0_6045","Unterminated quoted string in response file '{0}'."),Argument_for_0_option_must_be_Colon_1:n(6046,1,"Argument_for_0_option_must_be_Colon_1_6046","Argument for '{0}' option must be: {1}."),Locale_must_be_of_the_form_language_or_language_territory_For_example_0_or_1:n(6048,1,"Locale_must_be_of_the_form_language_or_language_territory_For_example_0_or_1_6048","Locale must be of the form or -. For example '{0}' or '{1}'."),Unable_to_open_file_0:n(6050,1,"Unable_to_open_file_0_6050","Unable to open file '{0}'."),Corrupted_locale_file_0:n(6051,1,"Corrupted_locale_file_0_6051","Corrupted locale file {0}."),Raise_error_on_expressions_and_declarations_with_an_implied_any_type:n(6052,3,"Raise_error_on_expressions_and_declarations_with_an_implied_any_type_6052","Raise error on expressions and declarations with an implied 'any' type."),File_0_not_found:n(6053,1,"File_0_not_found_6053","File '{0}' not found."),File_0_has_an_unsupported_extension_The_only_supported_extensions_are_1:n(6054,1,"File_0_has_an_unsupported_extension_The_only_supported_extensions_are_1_6054","File '{0}' has an unsupported extension. The only supported extensions are {1}."),Suppress_noImplicitAny_errors_for_indexing_objects_lacking_index_signatures:n(6055,3,"Suppress_noImplicitAny_errors_for_indexing_objects_lacking_index_signatures_6055","Suppress noImplicitAny errors for indexing objects lacking index signatures."),Do_not_emit_declarations_for_code_that_has_an_internal_annotation:n(6056,3,"Do_not_emit_declarations_for_code_that_has_an_internal_annotation_6056","Do not emit declarations for code that has an '@internal' annotation."),Specify_the_root_directory_of_input_files_Use_to_control_the_output_directory_structure_with_outDir:n(6058,3,"Specify_the_root_directory_of_input_files_Use_to_control_the_output_directory_structure_with_outDir_6058","Specify the root directory of input files. Use to control the output directory structure with --outDir."),File_0_is_not_under_rootDir_1_rootDir_is_expected_to_contain_all_source_files:n(6059,1,"File_0_is_not_under_rootDir_1_rootDir_is_expected_to_contain_all_source_files_6059","File '{0}' is not under 'rootDir' '{1}'. 'rootDir' is expected to contain all source files."),Specify_the_end_of_line_sequence_to_be_used_when_emitting_files_Colon_CRLF_dos_or_LF_unix:n(6060,3,"Specify_the_end_of_line_sequence_to_be_used_when_emitting_files_Colon_CRLF_dos_or_LF_unix_6060","Specify the end of line sequence to be used when emitting files: 'CRLF' (dos) or 'LF' (unix)."),NEWLINE:n(6061,3,"NEWLINE_6061","NEWLINE"),Option_0_can_only_be_specified_in_tsconfig_json_file_or_set_to_null_on_command_line:n(6064,1,"Option_0_can_only_be_specified_in_tsconfig_json_file_or_set_to_null_on_command_line_6064","Option '{0}' can only be specified in 'tsconfig.json' file or set to 'null' on command line."),Enables_experimental_support_for_ES7_decorators:n(6065,3,"Enables_experimental_support_for_ES7_decorators_6065","Enables experimental support for ES7 decorators."),Enables_experimental_support_for_emitting_type_metadata_for_decorators:n(6066,3,"Enables_experimental_support_for_emitting_type_metadata_for_decorators_6066","Enables experimental support for emitting type metadata for decorators."),Initializes_a_TypeScript_project_and_creates_a_tsconfig_json_file:n(6070,3,"Initializes_a_TypeScript_project_and_creates_a_tsconfig_json_file_6070","Initializes a TypeScript project and creates a tsconfig.json file."),Successfully_created_a_tsconfig_json_file:n(6071,3,"Successfully_created_a_tsconfig_json_file_6071","Successfully created a tsconfig.json file."),Suppress_excess_property_checks_for_object_literals:n(6072,3,"Suppress_excess_property_checks_for_object_literals_6072","Suppress excess property checks for object literals."),Stylize_errors_and_messages_using_color_and_context_experimental:n(6073,3,"Stylize_errors_and_messages_using_color_and_context_experimental_6073","Stylize errors and messages using color and context (experimental)."),Do_not_report_errors_on_unused_labels:n(6074,3,"Do_not_report_errors_on_unused_labels_6074","Do not report errors on unused labels."),Report_error_when_not_all_code_paths_in_function_return_a_value:n(6075,3,"Report_error_when_not_all_code_paths_in_function_return_a_value_6075","Report error when not all code paths in function return a value."),Report_errors_for_fallthrough_cases_in_switch_statement:n(6076,3,"Report_errors_for_fallthrough_cases_in_switch_statement_6076","Report errors for fallthrough cases in switch statement."),Do_not_report_errors_on_unreachable_code:n(6077,3,"Do_not_report_errors_on_unreachable_code_6077","Do not report errors on unreachable code."),Disallow_inconsistently_cased_references_to_the_same_file:n(6078,3,"Disallow_inconsistently_cased_references_to_the_same_file_6078","Disallow inconsistently-cased references to the same file."),Specify_library_files_to_be_included_in_the_compilation:n(6079,3,"Specify_library_files_to_be_included_in_the_compilation_6079","Specify library files to be included in the compilation."),Specify_JSX_code_generation:n(6080,3,"Specify_JSX_code_generation_6080","Specify JSX code generation."),Only_amd_and_system_modules_are_supported_alongside_0:n(6082,1,"Only_amd_and_system_modules_are_supported_alongside_0_6082","Only 'amd' and 'system' modules are supported alongside --{0}."),Base_directory_to_resolve_non_absolute_module_names:n(6083,3,"Base_directory_to_resolve_non_absolute_module_names_6083","Base directory to resolve non-absolute module names."),Deprecated_Use_jsxFactory_instead_Specify_the_object_invoked_for_createElement_when_targeting_react_JSX_emit:n(6084,3,"Deprecated_Use_jsxFactory_instead_Specify_the_object_invoked_for_createElement_when_targeting_react__6084","[Deprecated] Use '--jsxFactory' instead. Specify the object invoked for createElement when targeting 'react' JSX emit"),Enable_tracing_of_the_name_resolution_process:n(6085,3,"Enable_tracing_of_the_name_resolution_process_6085","Enable tracing of the name resolution process."),Resolving_module_0_from_1:n(6086,3,"Resolving_module_0_from_1_6086","======== Resolving module '{0}' from '{1}'. ========"),Explicitly_specified_module_resolution_kind_Colon_0:n(6087,3,"Explicitly_specified_module_resolution_kind_Colon_0_6087","Explicitly specified module resolution kind: '{0}'."),Module_resolution_kind_is_not_specified_using_0:n(6088,3,"Module_resolution_kind_is_not_specified_using_0_6088","Module resolution kind is not specified, using '{0}'."),Module_name_0_was_successfully_resolved_to_1:n(6089,3,"Module_name_0_was_successfully_resolved_to_1_6089","======== Module name '{0}' was successfully resolved to '{1}'. ========"),Module_name_0_was_not_resolved:n(6090,3,"Module_name_0_was_not_resolved_6090","======== Module name '{0}' was not resolved. ========"),paths_option_is_specified_looking_for_a_pattern_to_match_module_name_0:n(6091,3,"paths_option_is_specified_looking_for_a_pattern_to_match_module_name_0_6091","'paths' option is specified, looking for a pattern to match module name '{0}'."),Module_name_0_matched_pattern_1:n(6092,3,"Module_name_0_matched_pattern_1_6092","Module name '{0}', matched pattern '{1}'."),Trying_substitution_0_candidate_module_location_Colon_1:n(6093,3,"Trying_substitution_0_candidate_module_location_Colon_1_6093","Trying substitution '{0}', candidate module location: '{1}'."),Resolving_module_name_0_relative_to_base_url_1_2:n(6094,3,"Resolving_module_name_0_relative_to_base_url_1_2_6094","Resolving module name '{0}' relative to base url '{1}' - '{2}'."),Loading_module_as_file_Slash_folder_candidate_module_location_0_target_file_types_Colon_1:n(6095,3,"Loading_module_as_file_Slash_folder_candidate_module_location_0_target_file_types_Colon_1_6095","Loading module as file / folder, candidate module location '{0}', target file types: {1}."),File_0_does_not_exist:n(6096,3,"File_0_does_not_exist_6096","File '{0}' does not exist."),File_0_exists_use_it_as_a_name_resolution_result:n(6097,3,"File_0_exists_use_it_as_a_name_resolution_result_6097","File '{0}' exists - use it as a name resolution result."),Loading_module_0_from_node_modules_folder_target_file_types_Colon_1:n(6098,3,"Loading_module_0_from_node_modules_folder_target_file_types_Colon_1_6098","Loading module '{0}' from 'node_modules' folder, target file types: {1}."),Found_package_json_at_0:n(6099,3,"Found_package_json_at_0_6099","Found 'package.json' at '{0}'."),package_json_does_not_have_a_0_field:n(6100,3,"package_json_does_not_have_a_0_field_6100","'package.json' does not have a '{0}' field."),package_json_has_0_field_1_that_references_2:n(6101,3,"package_json_has_0_field_1_that_references_2_6101","'package.json' has '{0}' field '{1}' that references '{2}'."),Allow_javascript_files_to_be_compiled:n(6102,3,"Allow_javascript_files_to_be_compiled_6102","Allow javascript files to be compiled."),Checking_if_0_is_the_longest_matching_prefix_for_1_2:n(6104,3,"Checking_if_0_is_the_longest_matching_prefix_for_1_2_6104","Checking if '{0}' is the longest matching prefix for '{1}' - '{2}'."),Expected_type_of_0_field_in_package_json_to_be_1_got_2:n(6105,3,"Expected_type_of_0_field_in_package_json_to_be_1_got_2_6105","Expected type of '{0}' field in 'package.json' to be '{1}', got '{2}'."),baseUrl_option_is_set_to_0_using_this_value_to_resolve_non_relative_module_name_1:n(6106,3,"baseUrl_option_is_set_to_0_using_this_value_to_resolve_non_relative_module_name_1_6106","'baseUrl' option is set to '{0}', using this value to resolve non-relative module name '{1}'."),rootDirs_option_is_set_using_it_to_resolve_relative_module_name_0:n(6107,3,"rootDirs_option_is_set_using_it_to_resolve_relative_module_name_0_6107","'rootDirs' option is set, using it to resolve relative module name '{0}'."),Longest_matching_prefix_for_0_is_1:n(6108,3,"Longest_matching_prefix_for_0_is_1_6108","Longest matching prefix for '{0}' is '{1}'."),Loading_0_from_the_root_dir_1_candidate_location_2:n(6109,3,"Loading_0_from_the_root_dir_1_candidate_location_2_6109","Loading '{0}' from the root dir '{1}', candidate location '{2}'."),Trying_other_entries_in_rootDirs:n(6110,3,"Trying_other_entries_in_rootDirs_6110","Trying other entries in 'rootDirs'."),Module_resolution_using_rootDirs_has_failed:n(6111,3,"Module_resolution_using_rootDirs_has_failed_6111","Module resolution using 'rootDirs' has failed."),Do_not_emit_use_strict_directives_in_module_output:n(6112,3,"Do_not_emit_use_strict_directives_in_module_output_6112","Do not emit 'use strict' directives in module output."),Enable_strict_null_checks:n(6113,3,"Enable_strict_null_checks_6113","Enable strict null checks."),Unknown_option_excludes_Did_you_mean_exclude:n(6114,1,"Unknown_option_excludes_Did_you_mean_exclude_6114","Unknown option 'excludes'. Did you mean 'exclude'?"),Raise_error_on_this_expressions_with_an_implied_any_type:n(6115,3,"Raise_error_on_this_expressions_with_an_implied_any_type_6115","Raise error on 'this' expressions with an implied 'any' type."),Resolving_type_reference_directive_0_containing_file_1_root_directory_2:n(6116,3,"Resolving_type_reference_directive_0_containing_file_1_root_directory_2_6116","======== Resolving type reference directive '{0}', containing file '{1}', root directory '{2}'. ========"),Type_reference_directive_0_was_successfully_resolved_to_1_primary_Colon_2:n(6119,3,"Type_reference_directive_0_was_successfully_resolved_to_1_primary_Colon_2_6119","======== Type reference directive '{0}' was successfully resolved to '{1}', primary: {2}. ========"),Type_reference_directive_0_was_not_resolved:n(6120,3,"Type_reference_directive_0_was_not_resolved_6120","======== Type reference directive '{0}' was not resolved. ========"),Resolving_with_primary_search_path_0:n(6121,3,"Resolving_with_primary_search_path_0_6121","Resolving with primary search path '{0}'."),Root_directory_cannot_be_determined_skipping_primary_search_paths:n(6122,3,"Root_directory_cannot_be_determined_skipping_primary_search_paths_6122","Root directory cannot be determined, skipping primary search paths."),Resolving_type_reference_directive_0_containing_file_1_root_directory_not_set:n(6123,3,"Resolving_type_reference_directive_0_containing_file_1_root_directory_not_set_6123","======== Resolving type reference directive '{0}', containing file '{1}', root directory not set. ========"),Type_declaration_files_to_be_included_in_compilation:n(6124,3,"Type_declaration_files_to_be_included_in_compilation_6124","Type declaration files to be included in compilation."),Looking_up_in_node_modules_folder_initial_location_0:n(6125,3,"Looking_up_in_node_modules_folder_initial_location_0_6125","Looking up in 'node_modules' folder, initial location '{0}'."),Containing_file_is_not_specified_and_root_directory_cannot_be_determined_skipping_lookup_in_node_modules_folder:n(6126,3,"Containing_file_is_not_specified_and_root_directory_cannot_be_determined_skipping_lookup_in_node_mod_6126","Containing file is not specified and root directory cannot be determined, skipping lookup in 'node_modules' folder."),Resolving_type_reference_directive_0_containing_file_not_set_root_directory_1:n(6127,3,"Resolving_type_reference_directive_0_containing_file_not_set_root_directory_1_6127","======== Resolving type reference directive '{0}', containing file not set, root directory '{1}'. ========"),Resolving_type_reference_directive_0_containing_file_not_set_root_directory_not_set:n(6128,3,"Resolving_type_reference_directive_0_containing_file_not_set_root_directory_not_set_6128","======== Resolving type reference directive '{0}', containing file not set, root directory not set. ========"),Resolving_real_path_for_0_result_1:n(6130,3,"Resolving_real_path_for_0_result_1_6130","Resolving real path for '{0}', result '{1}'."),Cannot_compile_modules_using_option_0_unless_the_module_flag_is_amd_or_system:n(6131,1,"Cannot_compile_modules_using_option_0_unless_the_module_flag_is_amd_or_system_6131","Cannot compile modules using option '{0}' unless the '--module' flag is 'amd' or 'system'."),File_name_0_has_a_1_extension_stripping_it:n(6132,3,"File_name_0_has_a_1_extension_stripping_it_6132","File name '{0}' has a '{1}' extension - stripping it."),_0_is_declared_but_its_value_is_never_read:n(6133,1,"_0_is_declared_but_its_value_is_never_read_6133","'{0}' is declared but its value is never read.",!0),Report_errors_on_unused_locals:n(6134,3,"Report_errors_on_unused_locals_6134","Report errors on unused locals."),Report_errors_on_unused_parameters:n(6135,3,"Report_errors_on_unused_parameters_6135","Report errors on unused parameters."),The_maximum_dependency_depth_to_search_under_node_modules_and_load_JavaScript_files:n(6136,3,"The_maximum_dependency_depth_to_search_under_node_modules_and_load_JavaScript_files_6136","The maximum dependency depth to search under node_modules and load JavaScript files."),Cannot_import_type_declaration_files_Consider_importing_0_instead_of_1:n(6137,1,"Cannot_import_type_declaration_files_Consider_importing_0_instead_of_1_6137","Cannot import type declaration files. Consider importing '{0}' instead of '{1}'."),Property_0_is_declared_but_its_value_is_never_read:n(6138,1,"Property_0_is_declared_but_its_value_is_never_read_6138","Property '{0}' is declared but its value is never read.",!0),Import_emit_helpers_from_tslib:n(6139,3,"Import_emit_helpers_from_tslib_6139","Import emit helpers from 'tslib'."),Auto_discovery_for_typings_is_enabled_in_project_0_Running_extra_resolution_pass_for_module_1_using_cache_location_2:n(6140,1,"Auto_discovery_for_typings_is_enabled_in_project_0_Running_extra_resolution_pass_for_module_1_using__6140","Auto discovery for typings is enabled in project '{0}'. Running extra resolution pass for module '{1}' using cache location '{2}'."),Parse_in_strict_mode_and_emit_use_strict_for_each_source_file:n(6141,3,"Parse_in_strict_mode_and_emit_use_strict_for_each_source_file_6141",'Parse in strict mode and emit "use strict" for each source file.'),Module_0_was_resolved_to_1_but_jsx_is_not_set:n(6142,1,"Module_0_was_resolved_to_1_but_jsx_is_not_set_6142","Module '{0}' was resolved to '{1}', but '--jsx' is not set."),Module_0_was_resolved_as_locally_declared_ambient_module_in_file_1:n(6144,3,"Module_0_was_resolved_as_locally_declared_ambient_module_in_file_1_6144","Module '{0}' was resolved as locally declared ambient module in file '{1}'."),Specify_the_JSX_factory_function_to_use_when_targeting_react_JSX_emit_e_g_React_createElement_or_h:n(6146,3,"Specify_the_JSX_factory_function_to_use_when_targeting_react_JSX_emit_e_g_React_createElement_or_h_6146","Specify the JSX factory function to use when targeting 'react' JSX emit, e.g. 'React.createElement' or 'h'."),Resolution_for_module_0_was_found_in_cache_from_location_1:n(6147,3,"Resolution_for_module_0_was_found_in_cache_from_location_1_6147","Resolution for module '{0}' was found in cache from location '{1}'."),Directory_0_does_not_exist_skipping_all_lookups_in_it:n(6148,3,"Directory_0_does_not_exist_skipping_all_lookups_in_it_6148","Directory '{0}' does not exist, skipping all lookups in it."),Show_diagnostic_information:n(6149,3,"Show_diagnostic_information_6149","Show diagnostic information."),Show_verbose_diagnostic_information:n(6150,3,"Show_verbose_diagnostic_information_6150","Show verbose diagnostic information."),Emit_a_single_file_with_source_maps_instead_of_having_a_separate_file:n(6151,3,"Emit_a_single_file_with_source_maps_instead_of_having_a_separate_file_6151","Emit a single file with source maps instead of having a separate file."),Emit_the_source_alongside_the_sourcemaps_within_a_single_file_requires_inlineSourceMap_or_sourceMap_to_be_set:n(6152,3,"Emit_the_source_alongside_the_sourcemaps_within_a_single_file_requires_inlineSourceMap_or_sourceMap__6152","Emit the source alongside the sourcemaps within a single file; requires '--inlineSourceMap' or '--sourceMap' to be set."),Transpile_each_file_as_a_separate_module_similar_to_ts_transpileModule:n(6153,3,"Transpile_each_file_as_a_separate_module_similar_to_ts_transpileModule_6153","Transpile each file as a separate module (similar to 'ts.transpileModule')."),Print_names_of_generated_files_part_of_the_compilation:n(6154,3,"Print_names_of_generated_files_part_of_the_compilation_6154","Print names of generated files part of the compilation."),Print_names_of_files_part_of_the_compilation:n(6155,3,"Print_names_of_files_part_of_the_compilation_6155","Print names of files part of the compilation."),The_locale_used_when_displaying_messages_to_the_user_e_g_en_us:n(6156,3,"The_locale_used_when_displaying_messages_to_the_user_e_g_en_us_6156","The locale used when displaying messages to the user (e.g. 'en-us')"),Do_not_generate_custom_helper_functions_like_extends_in_compiled_output:n(6157,3,"Do_not_generate_custom_helper_functions_like_extends_in_compiled_output_6157","Do not generate custom helper functions like '__extends' in compiled output."),Do_not_include_the_default_library_file_lib_d_ts:n(6158,3,"Do_not_include_the_default_library_file_lib_d_ts_6158","Do not include the default library file (lib.d.ts)."),Do_not_add_triple_slash_references_or_imported_modules_to_the_list_of_compiled_files:n(6159,3,"Do_not_add_triple_slash_references_or_imported_modules_to_the_list_of_compiled_files_6159","Do not add triple-slash references or imported modules to the list of compiled files."),Deprecated_Use_skipLibCheck_instead_Skip_type_checking_of_default_library_declaration_files:n(6160,3,"Deprecated_Use_skipLibCheck_instead_Skip_type_checking_of_default_library_declaration_files_6160","[Deprecated] Use '--skipLibCheck' instead. Skip type checking of default library declaration files."),List_of_folders_to_include_type_definitions_from:n(6161,3,"List_of_folders_to_include_type_definitions_from_6161","List of folders to include type definitions from."),Disable_size_limitations_on_JavaScript_projects:n(6162,3,"Disable_size_limitations_on_JavaScript_projects_6162","Disable size limitations on JavaScript projects."),The_character_set_of_the_input_files:n(6163,3,"The_character_set_of_the_input_files_6163","The character set of the input files."),Skipping_module_0_that_looks_like_an_absolute_URI_target_file_types_Colon_1:n(6164,3,"Skipping_module_0_that_looks_like_an_absolute_URI_target_file_types_Colon_1_6164","Skipping module '{0}' that looks like an absolute URI, target file types: {1}."),Do_not_truncate_error_messages:n(6165,3,"Do_not_truncate_error_messages_6165","Do not truncate error messages."),Output_directory_for_generated_declaration_files:n(6166,3,"Output_directory_for_generated_declaration_files_6166","Output directory for generated declaration files."),A_series_of_entries_which_re_map_imports_to_lookup_locations_relative_to_the_baseUrl:n(6167,3,"A_series_of_entries_which_re_map_imports_to_lookup_locations_relative_to_the_baseUrl_6167","A series of entries which re-map imports to lookup locations relative to the 'baseUrl'."),List_of_root_folders_whose_combined_content_represents_the_structure_of_the_project_at_runtime:n(6168,3,"List_of_root_folders_whose_combined_content_represents_the_structure_of_the_project_at_runtime_6168","List of root folders whose combined content represents the structure of the project at runtime."),Show_all_compiler_options:n(6169,3,"Show_all_compiler_options_6169","Show all compiler options."),Deprecated_Use_outFile_instead_Concatenate_and_emit_output_to_single_file:n(6170,3,"Deprecated_Use_outFile_instead_Concatenate_and_emit_output_to_single_file_6170","[Deprecated] Use '--outFile' instead. Concatenate and emit output to single file"),Command_line_Options:n(6171,3,"Command_line_Options_6171","Command-line Options"),Provide_full_support_for_iterables_in_for_of_spread_and_destructuring_when_targeting_ES5:n(6179,3,"Provide_full_support_for_iterables_in_for_of_spread_and_destructuring_when_targeting_ES5_6179","Provide full support for iterables in 'for-of', spread, and destructuring when targeting 'ES5'."),Enable_all_strict_type_checking_options:n(6180,3,"Enable_all_strict_type_checking_options_6180","Enable all strict type-checking options."),Scoped_package_detected_looking_in_0:n(6182,3,"Scoped_package_detected_looking_in_0_6182","Scoped package detected, looking in '{0}'"),Reusing_resolution_of_module_0_from_1_of_old_program_it_was_successfully_resolved_to_2:n(6183,3,"Reusing_resolution_of_module_0_from_1_of_old_program_it_was_successfully_resolved_to_2_6183","Reusing resolution of module '{0}' from '{1}' of old program, it was successfully resolved to '{2}'."),Reusing_resolution_of_module_0_from_1_of_old_program_it_was_successfully_resolved_to_2_with_Package_ID_3:n(6184,3,"Reusing_resolution_of_module_0_from_1_of_old_program_it_was_successfully_resolved_to_2_with_Package__6184","Reusing resolution of module '{0}' from '{1}' of old program, it was successfully resolved to '{2}' with Package ID '{3}'."),Enable_strict_checking_of_function_types:n(6186,3,"Enable_strict_checking_of_function_types_6186","Enable strict checking of function types."),Enable_strict_checking_of_property_initialization_in_classes:n(6187,3,"Enable_strict_checking_of_property_initialization_in_classes_6187","Enable strict checking of property initialization in classes."),Numeric_separators_are_not_allowed_here:n(6188,1,"Numeric_separators_are_not_allowed_here_6188","Numeric separators are not allowed here."),Multiple_consecutive_numeric_separators_are_not_permitted:n(6189,1,"Multiple_consecutive_numeric_separators_are_not_permitted_6189","Multiple consecutive numeric separators are not permitted."),Whether_to_keep_outdated_console_output_in_watch_mode_instead_of_clearing_the_screen:n(6191,3,"Whether_to_keep_outdated_console_output_in_watch_mode_instead_of_clearing_the_screen_6191","Whether to keep outdated console output in watch mode instead of clearing the screen."),All_imports_in_import_declaration_are_unused:n(6192,1,"All_imports_in_import_declaration_are_unused_6192","All imports in import declaration are unused.",!0),Found_1_error_Watching_for_file_changes:n(6193,3,"Found_1_error_Watching_for_file_changes_6193","Found 1 error. Watching for file changes."),Found_0_errors_Watching_for_file_changes:n(6194,3,"Found_0_errors_Watching_for_file_changes_6194","Found {0} errors. Watching for file changes."),Resolve_keyof_to_string_valued_property_names_only_no_numbers_or_symbols:n(6195,3,"Resolve_keyof_to_string_valued_property_names_only_no_numbers_or_symbols_6195","Resolve 'keyof' to string valued property names only (no numbers or symbols)."),_0_is_declared_but_never_used:n(6196,1,"_0_is_declared_but_never_used_6196","'{0}' is declared but never used.",!0),Include_modules_imported_with_json_extension:n(6197,3,"Include_modules_imported_with_json_extension_6197","Include modules imported with '.json' extension"),All_destructured_elements_are_unused:n(6198,1,"All_destructured_elements_are_unused_6198","All destructured elements are unused.",!0),All_variables_are_unused:n(6199,1,"All_variables_are_unused_6199","All variables are unused.",!0),Definitions_of_the_following_identifiers_conflict_with_those_in_another_file_Colon_0:n(6200,1,"Definitions_of_the_following_identifiers_conflict_with_those_in_another_file_Colon_0_6200","Definitions of the following identifiers conflict with those in another file: {0}"),Conflicts_are_in_this_file:n(6201,3,"Conflicts_are_in_this_file_6201","Conflicts are in this file."),Project_references_may_not_form_a_circular_graph_Cycle_detected_Colon_0:n(6202,1,"Project_references_may_not_form_a_circular_graph_Cycle_detected_Colon_0_6202","Project references may not form a circular graph. Cycle detected: {0}"),_0_was_also_declared_here:n(6203,3,"_0_was_also_declared_here_6203","'{0}' was also declared here."),and_here:n(6204,3,"and_here_6204","and here."),All_type_parameters_are_unused:n(6205,1,"All_type_parameters_are_unused_6205","All type parameters are unused."),package_json_has_a_typesVersions_field_with_version_specific_path_mappings:n(6206,3,"package_json_has_a_typesVersions_field_with_version_specific_path_mappings_6206","'package.json' has a 'typesVersions' field with version-specific path mappings."),package_json_does_not_have_a_typesVersions_entry_that_matches_version_0:n(6207,3,"package_json_does_not_have_a_typesVersions_entry_that_matches_version_0_6207","'package.json' does not have a 'typesVersions' entry that matches version '{0}'."),package_json_has_a_typesVersions_entry_0_that_matches_compiler_version_1_looking_for_a_pattern_to_match_module_name_2:n(6208,3,"package_json_has_a_typesVersions_entry_0_that_matches_compiler_version_1_looking_for_a_pattern_to_ma_6208","'package.json' has a 'typesVersions' entry '{0}' that matches compiler version '{1}', looking for a pattern to match module name '{2}'."),package_json_has_a_typesVersions_entry_0_that_is_not_a_valid_semver_range:n(6209,3,"package_json_has_a_typesVersions_entry_0_that_is_not_a_valid_semver_range_6209","'package.json' has a 'typesVersions' entry '{0}' that is not a valid semver range."),An_argument_for_0_was_not_provided:n(6210,3,"An_argument_for_0_was_not_provided_6210","An argument for '{0}' was not provided."),An_argument_matching_this_binding_pattern_was_not_provided:n(6211,3,"An_argument_matching_this_binding_pattern_was_not_provided_6211","An argument matching this binding pattern was not provided."),Did_you_mean_to_call_this_expression:n(6212,3,"Did_you_mean_to_call_this_expression_6212","Did you mean to call this expression?"),Did_you_mean_to_use_new_with_this_expression:n(6213,3,"Did_you_mean_to_use_new_with_this_expression_6213","Did you mean to use 'new' with this expression?"),Enable_strict_bind_call_and_apply_methods_on_functions:n(6214,3,"Enable_strict_bind_call_and_apply_methods_on_functions_6214","Enable strict 'bind', 'call', and 'apply' methods on functions."),Using_compiler_options_of_project_reference_redirect_0:n(6215,3,"Using_compiler_options_of_project_reference_redirect_0_6215","Using compiler options of project reference redirect '{0}'."),Found_1_error:n(6216,3,"Found_1_error_6216","Found 1 error."),Found_0_errors:n(6217,3,"Found_0_errors_6217","Found {0} errors."),Module_name_0_was_successfully_resolved_to_1_with_Package_ID_2:n(6218,3,"Module_name_0_was_successfully_resolved_to_1_with_Package_ID_2_6218","======== Module name '{0}' was successfully resolved to '{1}' with Package ID '{2}'. ========"),Type_reference_directive_0_was_successfully_resolved_to_1_with_Package_ID_2_primary_Colon_3:n(6219,3,"Type_reference_directive_0_was_successfully_resolved_to_1_with_Package_ID_2_primary_Colon_3_6219","======== Type reference directive '{0}' was successfully resolved to '{1}' with Package ID '{2}', primary: {3}. ========"),package_json_had_a_falsy_0_field:n(6220,3,"package_json_had_a_falsy_0_field_6220","'package.json' had a falsy '{0}' field."),Disable_use_of_source_files_instead_of_declaration_files_from_referenced_projects:n(6221,3,"Disable_use_of_source_files_instead_of_declaration_files_from_referenced_projects_6221","Disable use of source files instead of declaration files from referenced projects."),Emit_class_fields_with_Define_instead_of_Set:n(6222,3,"Emit_class_fields_with_Define_instead_of_Set_6222","Emit class fields with Define instead of Set."),Generates_a_CPU_profile:n(6223,3,"Generates_a_CPU_profile_6223","Generates a CPU profile."),Disable_solution_searching_for_this_project:n(6224,3,"Disable_solution_searching_for_this_project_6224","Disable solution searching for this project."),Specify_strategy_for_watching_file_Colon_FixedPollingInterval_default_PriorityPollingInterval_DynamicPriorityPolling_FixedChunkSizePolling_UseFsEvents_UseFsEventsOnParentDirectory:n(6225,3,"Specify_strategy_for_watching_file_Colon_FixedPollingInterval_default_PriorityPollingInterval_Dynami_6225","Specify strategy for watching file: 'FixedPollingInterval' (default), 'PriorityPollingInterval', 'DynamicPriorityPolling', 'FixedChunkSizePolling', 'UseFsEvents', 'UseFsEventsOnParentDirectory'."),Specify_strategy_for_watching_directory_on_platforms_that_don_t_support_recursive_watching_natively_Colon_UseFsEvents_default_FixedPollingInterval_DynamicPriorityPolling_FixedChunkSizePolling:n(6226,3,"Specify_strategy_for_watching_directory_on_platforms_that_don_t_support_recursive_watching_natively__6226","Specify strategy for watching directory on platforms that don't support recursive watching natively: 'UseFsEvents' (default), 'FixedPollingInterval', 'DynamicPriorityPolling', 'FixedChunkSizePolling'."),Specify_strategy_for_creating_a_polling_watch_when_it_fails_to_create_using_file_system_events_Colon_FixedInterval_default_PriorityInterval_DynamicPriority_FixedChunkSize:n(6227,3,"Specify_strategy_for_creating_a_polling_watch_when_it_fails_to_create_using_file_system_events_Colon_6227","Specify strategy for creating a polling watch when it fails to create using file system events: 'FixedInterval' (default), 'PriorityInterval', 'DynamicPriority', 'FixedChunkSize'."),Tag_0_expects_at_least_1_arguments_but_the_JSX_factory_2_provides_at_most_3:n(6229,1,"Tag_0_expects_at_least_1_arguments_but_the_JSX_factory_2_provides_at_most_3_6229","Tag '{0}' expects at least '{1}' arguments, but the JSX factory '{2}' provides at most '{3}'."),Option_0_can_only_be_specified_in_tsconfig_json_file_or_set_to_false_or_null_on_command_line:n(6230,1,"Option_0_can_only_be_specified_in_tsconfig_json_file_or_set_to_false_or_null_on_command_line_6230","Option '{0}' can only be specified in 'tsconfig.json' file or set to 'false' or 'null' on command line."),Could_not_resolve_the_path_0_with_the_extensions_Colon_1:n(6231,1,"Could_not_resolve_the_path_0_with_the_extensions_Colon_1_6231","Could not resolve the path '{0}' with the extensions: {1}."),Declaration_augments_declaration_in_another_file_This_cannot_be_serialized:n(6232,1,"Declaration_augments_declaration_in_another_file_This_cannot_be_serialized_6232","Declaration augments declaration in another file. This cannot be serialized."),This_is_the_declaration_being_augmented_Consider_moving_the_augmenting_declaration_into_the_same_file:n(6233,1,"This_is_the_declaration_being_augmented_Consider_moving_the_augmenting_declaration_into_the_same_fil_6233","This is the declaration being augmented. Consider moving the augmenting declaration into the same file."),This_expression_is_not_callable_because_it_is_a_get_accessor_Did_you_mean_to_use_it_without:n(6234,1,"This_expression_is_not_callable_because_it_is_a_get_accessor_Did_you_mean_to_use_it_without_6234","This expression is not callable because it is a 'get' accessor. Did you mean to use it without '()'?"),Disable_loading_referenced_projects:n(6235,3,"Disable_loading_referenced_projects_6235","Disable loading referenced projects."),Arguments_for_the_rest_parameter_0_were_not_provided:n(6236,1,"Arguments_for_the_rest_parameter_0_were_not_provided_6236","Arguments for the rest parameter '{0}' were not provided."),Generates_an_event_trace_and_a_list_of_types:n(6237,3,"Generates_an_event_trace_and_a_list_of_types_6237","Generates an event trace and a list of types."),Specify_the_module_specifier_to_be_used_to_import_the_jsx_and_jsxs_factory_functions_from_eg_react:n(6238,1,"Specify_the_module_specifier_to_be_used_to_import_the_jsx_and_jsxs_factory_functions_from_eg_react_6238","Specify the module specifier to be used to import the 'jsx' and 'jsxs' factory functions from. eg, react"),File_0_exists_according_to_earlier_cached_lookups:n(6239,3,"File_0_exists_according_to_earlier_cached_lookups_6239","File '{0}' exists according to earlier cached lookups."),File_0_does_not_exist_according_to_earlier_cached_lookups:n(6240,3,"File_0_does_not_exist_according_to_earlier_cached_lookups_6240","File '{0}' does not exist according to earlier cached lookups."),Resolution_for_type_reference_directive_0_was_found_in_cache_from_location_1:n(6241,3,"Resolution_for_type_reference_directive_0_was_found_in_cache_from_location_1_6241","Resolution for type reference directive '{0}' was found in cache from location '{1}'."),Resolving_type_reference_directive_0_containing_file_1:n(6242,3,"Resolving_type_reference_directive_0_containing_file_1_6242","======== Resolving type reference directive '{0}', containing file '{1}'. ========"),Interpret_optional_property_types_as_written_rather_than_adding_undefined:n(6243,3,"Interpret_optional_property_types_as_written_rather_than_adding_undefined_6243","Interpret optional property types as written, rather than adding 'undefined'."),Modules:n(6244,3,"Modules_6244","Modules"),File_Management:n(6245,3,"File_Management_6245","File Management"),Emit:n(6246,3,"Emit_6246","Emit"),JavaScript_Support:n(6247,3,"JavaScript_Support_6247","JavaScript Support"),Type_Checking:n(6248,3,"Type_Checking_6248","Type Checking"),Editor_Support:n(6249,3,"Editor_Support_6249","Editor Support"),Watch_and_Build_Modes:n(6250,3,"Watch_and_Build_Modes_6250","Watch and Build Modes"),Compiler_Diagnostics:n(6251,3,"Compiler_Diagnostics_6251","Compiler Diagnostics"),Interop_Constraints:n(6252,3,"Interop_Constraints_6252","Interop Constraints"),Backwards_Compatibility:n(6253,3,"Backwards_Compatibility_6253","Backwards Compatibility"),Language_and_Environment:n(6254,3,"Language_and_Environment_6254","Language and Environment"),Projects:n(6255,3,"Projects_6255","Projects"),Output_Formatting:n(6256,3,"Output_Formatting_6256","Output Formatting"),Completeness:n(6257,3,"Completeness_6257","Completeness"),_0_should_be_set_inside_the_compilerOptions_object_of_the_config_json_file:n(6258,1,"_0_should_be_set_inside_the_compilerOptions_object_of_the_config_json_file_6258","'{0}' should be set inside the 'compilerOptions' object of the config json file"),Found_1_error_in_0:n(6259,3,"Found_1_error_in_0_6259","Found 1 error in {0}"),Found_0_errors_in_the_same_file_starting_at_Colon_1:n(6260,3,"Found_0_errors_in_the_same_file_starting_at_Colon_1_6260","Found {0} errors in the same file, starting at: {1}"),Found_0_errors_in_1_files:n(6261,3,"Found_0_errors_in_1_files_6261","Found {0} errors in {1} files."),File_name_0_has_a_1_extension_looking_up_2_instead:n(6262,3,"File_name_0_has_a_1_extension_looking_up_2_instead_6262","File name '{0}' has a '{1}' extension - looking up '{2}' instead."),Module_0_was_resolved_to_1_but_allowArbitraryExtensions_is_not_set:n(6263,1,"Module_0_was_resolved_to_1_but_allowArbitraryExtensions_is_not_set_6263","Module '{0}' was resolved to '{1}', but '--allowArbitraryExtensions' is not set."),Enable_importing_files_with_any_extension_provided_a_declaration_file_is_present:n(6264,3,"Enable_importing_files_with_any_extension_provided_a_declaration_file_is_present_6264","Enable importing files with any extension, provided a declaration file is present."),Resolving_type_reference_directive_for_program_that_specifies_custom_typeRoots_skipping_lookup_in_node_modules_folder:n(6265,3,"Resolving_type_reference_directive_for_program_that_specifies_custom_typeRoots_skipping_lookup_in_no_6265","Resolving type reference directive for program that specifies custom typeRoots, skipping lookup in 'node_modules' folder."),Option_0_can_only_be_specified_on_command_line:n(6266,1,"Option_0_can_only_be_specified_on_command_line_6266","Option '{0}' can only be specified on command line."),Directory_0_has_no_containing_package_json_scope_Imports_will_not_resolve:n(6270,3,"Directory_0_has_no_containing_package_json_scope_Imports_will_not_resolve_6270","Directory '{0}' has no containing package.json scope. Imports will not resolve."),Import_specifier_0_does_not_exist_in_package_json_scope_at_path_1:n(6271,3,"Import_specifier_0_does_not_exist_in_package_json_scope_at_path_1_6271","Import specifier '{0}' does not exist in package.json scope at path '{1}'."),Invalid_import_specifier_0_has_no_possible_resolutions:n(6272,3,"Invalid_import_specifier_0_has_no_possible_resolutions_6272","Invalid import specifier '{0}' has no possible resolutions."),package_json_scope_0_has_no_imports_defined:n(6273,3,"package_json_scope_0_has_no_imports_defined_6273","package.json scope '{0}' has no imports defined."),package_json_scope_0_explicitly_maps_specifier_1_to_null:n(6274,3,"package_json_scope_0_explicitly_maps_specifier_1_to_null_6274","package.json scope '{0}' explicitly maps specifier '{1}' to null."),package_json_scope_0_has_invalid_type_for_target_of_specifier_1:n(6275,3,"package_json_scope_0_has_invalid_type_for_target_of_specifier_1_6275","package.json scope '{0}' has invalid type for target of specifier '{1}'"),Export_specifier_0_does_not_exist_in_package_json_scope_at_path_1:n(6276,3,"Export_specifier_0_does_not_exist_in_package_json_scope_at_path_1_6276","Export specifier '{0}' does not exist in package.json scope at path '{1}'."),Resolution_of_non_relative_name_failed_trying_with_modern_Node_resolution_features_disabled_to_see_if_npm_library_needs_configuration_update:n(6277,3,"Resolution_of_non_relative_name_failed_trying_with_modern_Node_resolution_features_disabled_to_see_i_6277","Resolution of non-relative name failed; trying with modern Node resolution features disabled to see if npm library needs configuration update."),There_are_types_at_0_but_this_result_could_not_be_resolved_when_respecting_package_json_exports_The_1_library_may_need_to_update_its_package_json_or_typings:n(6278,3,"There_are_types_at_0_but_this_result_could_not_be_resolved_when_respecting_package_json_exports_The__6278",`There are types at '{0}', but this result could not be resolved when respecting package.json "exports". The '{1}' library may need to update its package.json or typings.`),Resolution_of_non_relative_name_failed_trying_with_moduleResolution_bundler_to_see_if_project_may_need_configuration_update:n(6279,3,"Resolution_of_non_relative_name_failed_trying_with_moduleResolution_bundler_to_see_if_project_may_ne_6279","Resolution of non-relative name failed; trying with '--moduleResolution bundler' to see if project may need configuration update."),There_are_types_at_0_but_this_result_could_not_be_resolved_under_your_current_moduleResolution_setting_Consider_updating_to_node16_nodenext_or_bundler:n(6280,3,"There_are_types_at_0_but_this_result_could_not_be_resolved_under_your_current_moduleResolution_setti_6280","There are types at '{0}', but this result could not be resolved under your current 'moduleResolution' setting. Consider updating to 'node16', 'nodenext', or 'bundler'."),package_json_has_a_peerDependencies_field:n(6281,3,"package_json_has_a_peerDependencies_field_6281","'package.json' has a 'peerDependencies' field."),Found_peerDependency_0_with_1_version:n(6282,3,"Found_peerDependency_0_with_1_version_6282","Found peerDependency '{0}' with '{1}' version."),Failed_to_find_peerDependency_0:n(6283,3,"Failed_to_find_peerDependency_0_6283","Failed to find peerDependency '{0}'."),File_Layout:n(6284,3,"File_Layout_6284","File Layout"),Environment_Settings:n(6285,3,"Environment_Settings_6285","Environment Settings"),See_also_https_Colon_Slash_Slashaka_ms_Slashtsconfig_Slashmodule:n(6286,3,"See_also_https_Colon_Slash_Slashaka_ms_Slashtsconfig_Slashmodule_6286","See also https://aka.ms/tsconfig/module"),For_nodejs_Colon:n(6287,3,"For_nodejs_Colon_6287","For nodejs:"),and_npm_install_D_types_Slashnode:n(6290,3,"and_npm_install_D_types_Slashnode_6290","and npm install -D @types/node"),Other_Outputs:n(6291,3,"Other_Outputs_6291","Other Outputs"),Stricter_Typechecking_Options:n(6292,3,"Stricter_Typechecking_Options_6292","Stricter Typechecking Options"),Style_Options:n(6293,3,"Style_Options_6293","Style Options"),Recommended_Options:n(6294,3,"Recommended_Options_6294","Recommended Options"),Enable_project_compilation:n(6302,3,"Enable_project_compilation_6302","Enable project compilation"),Composite_projects_may_not_disable_declaration_emit:n(6304,1,"Composite_projects_may_not_disable_declaration_emit_6304","Composite projects may not disable declaration emit."),Output_file_0_has_not_been_built_from_source_file_1:n(6305,1,"Output_file_0_has_not_been_built_from_source_file_1_6305","Output file '{0}' has not been built from source file '{1}'."),Referenced_project_0_must_have_setting_composite_Colon_true:n(6306,1,"Referenced_project_0_must_have_setting_composite_Colon_true_6306",`Referenced project '{0}' must have setting "composite": true.`),File_0_is_not_listed_within_the_file_list_of_project_1_Projects_must_list_all_files_or_use_an_include_pattern:n(6307,1,"File_0_is_not_listed_within_the_file_list_of_project_1_Projects_must_list_all_files_or_use_an_includ_6307","File '{0}' is not listed within the file list of project '{1}'. Projects must list all files or use an 'include' pattern."),Referenced_project_0_may_not_disable_emit:n(6310,1,"Referenced_project_0_may_not_disable_emit_6310","Referenced project '{0}' may not disable emit."),Project_0_is_out_of_date_because_output_1_is_older_than_input_2:n(6350,3,"Project_0_is_out_of_date_because_output_1_is_older_than_input_2_6350","Project '{0}' is out of date because output '{1}' is older than input '{2}'"),Project_0_is_up_to_date_because_newest_input_1_is_older_than_output_2:n(6351,3,"Project_0_is_up_to_date_because_newest_input_1_is_older_than_output_2_6351","Project '{0}' is up to date because newest input '{1}' is older than output '{2}'"),Project_0_is_out_of_date_because_output_file_1_does_not_exist:n(6352,3,"Project_0_is_out_of_date_because_output_file_1_does_not_exist_6352","Project '{0}' is out of date because output file '{1}' does not exist"),Project_0_is_out_of_date_because_its_dependency_1_is_out_of_date:n(6353,3,"Project_0_is_out_of_date_because_its_dependency_1_is_out_of_date_6353","Project '{0}' is out of date because its dependency '{1}' is out of date"),Project_0_is_up_to_date_with_d_ts_files_from_its_dependencies:n(6354,3,"Project_0_is_up_to_date_with_d_ts_files_from_its_dependencies_6354","Project '{0}' is up to date with .d.ts files from its dependencies"),Projects_in_this_build_Colon_0:n(6355,3,"Projects_in_this_build_Colon_0_6355","Projects in this build: {0}"),A_non_dry_build_would_delete_the_following_files_Colon_0:n(6356,3,"A_non_dry_build_would_delete_the_following_files_Colon_0_6356","A non-dry build would delete the following files: {0}"),A_non_dry_build_would_build_project_0:n(6357,3,"A_non_dry_build_would_build_project_0_6357","A non-dry build would build project '{0}'"),Building_project_0:n(6358,3,"Building_project_0_6358","Building project '{0}'..."),Updating_output_timestamps_of_project_0:n(6359,3,"Updating_output_timestamps_of_project_0_6359","Updating output timestamps of project '{0}'..."),Project_0_is_up_to_date:n(6361,3,"Project_0_is_up_to_date_6361","Project '{0}' is up to date"),Skipping_build_of_project_0_because_its_dependency_1_has_errors:n(6362,3,"Skipping_build_of_project_0_because_its_dependency_1_has_errors_6362","Skipping build of project '{0}' because its dependency '{1}' has errors"),Project_0_can_t_be_built_because_its_dependency_1_has_errors:n(6363,3,"Project_0_can_t_be_built_because_its_dependency_1_has_errors_6363","Project '{0}' can't be built because its dependency '{1}' has errors"),Build_one_or_more_projects_and_their_dependencies_if_out_of_date:n(6364,3,"Build_one_or_more_projects_and_their_dependencies_if_out_of_date_6364","Build one or more projects and their dependencies, if out of date"),Delete_the_outputs_of_all_projects:n(6365,3,"Delete_the_outputs_of_all_projects_6365","Delete the outputs of all projects."),Show_what_would_be_built_or_deleted_if_specified_with_clean:n(6367,3,"Show_what_would_be_built_or_deleted_if_specified_with_clean_6367","Show what would be built (or deleted, if specified with '--clean')"),Option_build_must_be_the_first_command_line_argument:n(6369,1,"Option_build_must_be_the_first_command_line_argument_6369","Option '--build' must be the first command line argument."),Options_0_and_1_cannot_be_combined:n(6370,1,"Options_0_and_1_cannot_be_combined_6370","Options '{0}' and '{1}' cannot be combined."),Updating_unchanged_output_timestamps_of_project_0:n(6371,3,"Updating_unchanged_output_timestamps_of_project_0_6371","Updating unchanged output timestamps of project '{0}'..."),A_non_dry_build_would_update_timestamps_for_output_of_project_0:n(6374,3,"A_non_dry_build_would_update_timestamps_for_output_of_project_0_6374","A non-dry build would update timestamps for output of project '{0}'"),Cannot_write_file_0_because_it_will_overwrite_tsbuildinfo_file_generated_by_referenced_project_1:n(6377,1,"Cannot_write_file_0_because_it_will_overwrite_tsbuildinfo_file_generated_by_referenced_project_1_6377","Cannot write file '{0}' because it will overwrite '.tsbuildinfo' file generated by referenced project '{1}'"),Composite_projects_may_not_disable_incremental_compilation:n(6379,1,"Composite_projects_may_not_disable_incremental_compilation_6379","Composite projects may not disable incremental compilation."),Specify_file_to_store_incremental_compilation_information:n(6380,3,"Specify_file_to_store_incremental_compilation_information_6380","Specify file to store incremental compilation information"),Project_0_is_out_of_date_because_output_for_it_was_generated_with_version_1_that_differs_with_current_version_2:n(6381,3,"Project_0_is_out_of_date_because_output_for_it_was_generated_with_version_1_that_differs_with_curren_6381","Project '{0}' is out of date because output for it was generated with version '{1}' that differs with current version '{2}'"),Skipping_build_of_project_0_because_its_dependency_1_was_not_built:n(6382,3,"Skipping_build_of_project_0_because_its_dependency_1_was_not_built_6382","Skipping build of project '{0}' because its dependency '{1}' was not built"),Project_0_can_t_be_built_because_its_dependency_1_was_not_built:n(6383,3,"Project_0_can_t_be_built_because_its_dependency_1_was_not_built_6383","Project '{0}' can't be built because its dependency '{1}' was not built"),Have_recompiles_in_incremental_and_watch_assume_that_changes_within_a_file_will_only_affect_files_directly_depending_on_it:n(6384,3,"Have_recompiles_in_incremental_and_watch_assume_that_changes_within_a_file_will_only_affect_files_di_6384","Have recompiles in '--incremental' and '--watch' assume that changes within a file will only affect files directly depending on it."),_0_is_deprecated:n(6385,2,"_0_is_deprecated_6385","'{0}' is deprecated.",void 0,void 0,!0),Performance_timings_for_diagnostics_or_extendedDiagnostics_are_not_available_in_this_session_A_native_implementation_of_the_Web_Performance_API_could_not_be_found:n(6386,3,"Performance_timings_for_diagnostics_or_extendedDiagnostics_are_not_available_in_this_session_A_nativ_6386","Performance timings for '--diagnostics' or '--extendedDiagnostics' are not available in this session. A native implementation of the Web Performance API could not be found."),The_signature_0_of_1_is_deprecated:n(6387,2,"The_signature_0_of_1_is_deprecated_6387","The signature '{0}' of '{1}' is deprecated.",void 0,void 0,!0),Project_0_is_being_forcibly_rebuilt:n(6388,3,"Project_0_is_being_forcibly_rebuilt_6388","Project '{0}' is being forcibly rebuilt"),Reusing_resolution_of_module_0_from_1_of_old_program_it_was_not_resolved:n(6389,3,"Reusing_resolution_of_module_0_from_1_of_old_program_it_was_not_resolved_6389","Reusing resolution of module '{0}' from '{1}' of old program, it was not resolved."),Reusing_resolution_of_type_reference_directive_0_from_1_of_old_program_it_was_successfully_resolved_to_2:n(6390,3,"Reusing_resolution_of_type_reference_directive_0_from_1_of_old_program_it_was_successfully_resolved__6390","Reusing resolution of type reference directive '{0}' from '{1}' of old program, it was successfully resolved to '{2}'."),Reusing_resolution_of_type_reference_directive_0_from_1_of_old_program_it_was_successfully_resolved_to_2_with_Package_ID_3:n(6391,3,"Reusing_resolution_of_type_reference_directive_0_from_1_of_old_program_it_was_successfully_resolved__6391","Reusing resolution of type reference directive '{0}' from '{1}' of old program, it was successfully resolved to '{2}' with Package ID '{3}'."),Reusing_resolution_of_type_reference_directive_0_from_1_of_old_program_it_was_not_resolved:n(6392,3,"Reusing_resolution_of_type_reference_directive_0_from_1_of_old_program_it_was_not_resolved_6392","Reusing resolution of type reference directive '{0}' from '{1}' of old program, it was not resolved."),Reusing_resolution_of_module_0_from_1_found_in_cache_from_location_2_it_was_successfully_resolved_to_3:n(6393,3,"Reusing_resolution_of_module_0_from_1_found_in_cache_from_location_2_it_was_successfully_resolved_to_6393","Reusing resolution of module '{0}' from '{1}' found in cache from location '{2}', it was successfully resolved to '{3}'."),Reusing_resolution_of_module_0_from_1_found_in_cache_from_location_2_it_was_successfully_resolved_to_3_with_Package_ID_4:n(6394,3,"Reusing_resolution_of_module_0_from_1_found_in_cache_from_location_2_it_was_successfully_resolved_to_6394","Reusing resolution of module '{0}' from '{1}' found in cache from location '{2}', it was successfully resolved to '{3}' with Package ID '{4}'."),Reusing_resolution_of_module_0_from_1_found_in_cache_from_location_2_it_was_not_resolved:n(6395,3,"Reusing_resolution_of_module_0_from_1_found_in_cache_from_location_2_it_was_not_resolved_6395","Reusing resolution of module '{0}' from '{1}' found in cache from location '{2}', it was not resolved."),Reusing_resolution_of_type_reference_directive_0_from_1_found_in_cache_from_location_2_it_was_successfully_resolved_to_3:n(6396,3,"Reusing_resolution_of_type_reference_directive_0_from_1_found_in_cache_from_location_2_it_was_succes_6396","Reusing resolution of type reference directive '{0}' from '{1}' found in cache from location '{2}', it was successfully resolved to '{3}'."),Reusing_resolution_of_type_reference_directive_0_from_1_found_in_cache_from_location_2_it_was_successfully_resolved_to_3_with_Package_ID_4:n(6397,3,"Reusing_resolution_of_type_reference_directive_0_from_1_found_in_cache_from_location_2_it_was_succes_6397","Reusing resolution of type reference directive '{0}' from '{1}' found in cache from location '{2}', it was successfully resolved to '{3}' with Package ID '{4}'."),Reusing_resolution_of_type_reference_directive_0_from_1_found_in_cache_from_location_2_it_was_not_resolved:n(6398,3,"Reusing_resolution_of_type_reference_directive_0_from_1_found_in_cache_from_location_2_it_was_not_re_6398","Reusing resolution of type reference directive '{0}' from '{1}' found in cache from location '{2}', it was not resolved."),Project_0_is_out_of_date_because_buildinfo_file_1_indicates_that_some_of_the_changes_were_not_emitted:n(6399,3,"Project_0_is_out_of_date_because_buildinfo_file_1_indicates_that_some_of_the_changes_were_not_emitte_6399","Project '{0}' is out of date because buildinfo file '{1}' indicates that some of the changes were not emitted"),Project_0_is_up_to_date_but_needs_to_update_timestamps_of_output_files_that_are_older_than_input_files:n(6400,3,"Project_0_is_up_to_date_but_needs_to_update_timestamps_of_output_files_that_are_older_than_input_fil_6400","Project '{0}' is up to date but needs to update timestamps of output files that are older than input files"),Project_0_is_out_of_date_because_there_was_error_reading_file_1:n(6401,3,"Project_0_is_out_of_date_because_there_was_error_reading_file_1_6401","Project '{0}' is out of date because there was error reading file '{1}'"),Resolving_in_0_mode_with_conditions_1:n(6402,3,"Resolving_in_0_mode_with_conditions_1_6402","Resolving in {0} mode with conditions {1}."),Matched_0_condition_1:n(6403,3,"Matched_0_condition_1_6403","Matched '{0}' condition '{1}'."),Using_0_subpath_1_with_target_2:n(6404,3,"Using_0_subpath_1_with_target_2_6404","Using '{0}' subpath '{1}' with target '{2}'."),Saw_non_matching_condition_0:n(6405,3,"Saw_non_matching_condition_0_6405","Saw non-matching condition '{0}'."),Project_0_is_out_of_date_because_buildinfo_file_1_indicates_there_is_change_in_compilerOptions:n(6406,3,"Project_0_is_out_of_date_because_buildinfo_file_1_indicates_there_is_change_in_compilerOptions_6406","Project '{0}' is out of date because buildinfo file '{1}' indicates there is change in compilerOptions"),Allow_imports_to_include_TypeScript_file_extensions_Requires_moduleResolution_bundler_and_either_noEmit_or_emitDeclarationOnly_to_be_set:n(6407,3,"Allow_imports_to_include_TypeScript_file_extensions_Requires_moduleResolution_bundler_and_either_noE_6407","Allow imports to include TypeScript file extensions. Requires '--moduleResolution bundler' and either '--noEmit' or '--emitDeclarationOnly' to be set."),Use_the_package_json_exports_field_when_resolving_package_imports:n(6408,3,"Use_the_package_json_exports_field_when_resolving_package_imports_6408","Use the package.json 'exports' field when resolving package imports."),Use_the_package_json_imports_field_when_resolving_imports:n(6409,3,"Use_the_package_json_imports_field_when_resolving_imports_6409","Use the package.json 'imports' field when resolving imports."),Conditions_to_set_in_addition_to_the_resolver_specific_defaults_when_resolving_imports:n(6410,3,"Conditions_to_set_in_addition_to_the_resolver_specific_defaults_when_resolving_imports_6410","Conditions to set in addition to the resolver-specific defaults when resolving imports."),true_when_moduleResolution_is_node16_nodenext_or_bundler_otherwise_false:n(6411,3,"true_when_moduleResolution_is_node16_nodenext_or_bundler_otherwise_false_6411","`true` when 'moduleResolution' is 'node16', 'nodenext', or 'bundler'; otherwise `false`."),Project_0_is_out_of_date_because_buildinfo_file_1_indicates_that_file_2_was_root_file_of_compilation_but_not_any_more:n(6412,3,"Project_0_is_out_of_date_because_buildinfo_file_1_indicates_that_file_2_was_root_file_of_compilation_6412","Project '{0}' is out of date because buildinfo file '{1}' indicates that file '{2}' was root file of compilation but not any more."),Entering_conditional_exports:n(6413,3,"Entering_conditional_exports_6413","Entering conditional exports."),Resolved_under_condition_0:n(6414,3,"Resolved_under_condition_0_6414","Resolved under condition '{0}'."),Failed_to_resolve_under_condition_0:n(6415,3,"Failed_to_resolve_under_condition_0_6415","Failed to resolve under condition '{0}'."),Exiting_conditional_exports:n(6416,3,"Exiting_conditional_exports_6416","Exiting conditional exports."),Searching_all_ancestor_node_modules_directories_for_preferred_extensions_Colon_0:n(6417,3,"Searching_all_ancestor_node_modules_directories_for_preferred_extensions_Colon_0_6417","Searching all ancestor node_modules directories for preferred extensions: {0}."),Searching_all_ancestor_node_modules_directories_for_fallback_extensions_Colon_0:n(6418,3,"Searching_all_ancestor_node_modules_directories_for_fallback_extensions_Colon_0_6418","Searching all ancestor node_modules directories for fallback extensions: {0}."),Project_0_is_out_of_date_because_buildinfo_file_1_indicates_that_program_needs_to_report_errors:n(6419,3,"Project_0_is_out_of_date_because_buildinfo_file_1_indicates_that_program_needs_to_report_errors_6419","Project '{0}' is out of date because buildinfo file '{1}' indicates that program needs to report errors."),Project_0_is_out_of_date_because_1:n(6420,3,"Project_0_is_out_of_date_because_1_6420","Project '{0}' is out of date because {1}."),Rewrite_ts_tsx_mts_and_cts_file_extensions_in_relative_import_paths_to_their_JavaScript_equivalent_in_output_files:n(6421,3,"Rewrite_ts_tsx_mts_and_cts_file_extensions_in_relative_import_paths_to_their_JavaScript_equivalent_i_6421","Rewrite '.ts', '.tsx', '.mts', and '.cts' file extensions in relative import paths to their JavaScript equivalent in output files."),The_expected_type_comes_from_property_0_which_is_declared_here_on_type_1:n(6500,3,"The_expected_type_comes_from_property_0_which_is_declared_here_on_type_1_6500","The expected type comes from property '{0}' which is declared here on type '{1}'"),The_expected_type_comes_from_this_index_signature:n(6501,3,"The_expected_type_comes_from_this_index_signature_6501","The expected type comes from this index signature."),The_expected_type_comes_from_the_return_type_of_this_signature:n(6502,3,"The_expected_type_comes_from_the_return_type_of_this_signature_6502","The expected type comes from the return type of this signature."),Print_names_of_files_that_are_part_of_the_compilation_and_then_stop_processing:n(6503,3,"Print_names_of_files_that_are_part_of_the_compilation_and_then_stop_processing_6503","Print names of files that are part of the compilation and then stop processing."),File_0_is_a_JavaScript_file_Did_you_mean_to_enable_the_allowJs_option:n(6504,1,"File_0_is_a_JavaScript_file_Did_you_mean_to_enable_the_allowJs_option_6504","File '{0}' is a JavaScript file. Did you mean to enable the 'allowJs' option?"),Print_names_of_files_and_the_reason_they_are_part_of_the_compilation:n(6505,3,"Print_names_of_files_and_the_reason_they_are_part_of_the_compilation_6505","Print names of files and the reason they are part of the compilation."),Consider_adding_a_declare_modifier_to_this_class:n(6506,3,"Consider_adding_a_declare_modifier_to_this_class_6506","Consider adding a 'declare' modifier to this class."),Allow_JavaScript_files_to_be_a_part_of_your_program_Use_the_checkJs_option_to_get_errors_from_these_files:n(6600,3,"Allow_JavaScript_files_to_be_a_part_of_your_program_Use_the_checkJs_option_to_get_errors_from_these__6600","Allow JavaScript files to be a part of your program. Use the 'checkJs' option to get errors from these files."),Allow_import_x_from_y_when_a_module_doesn_t_have_a_default_export:n(6601,3,"Allow_import_x_from_y_when_a_module_doesn_t_have_a_default_export_6601","Allow 'import x from y' when a module doesn't have a default export."),Allow_accessing_UMD_globals_from_modules:n(6602,3,"Allow_accessing_UMD_globals_from_modules_6602","Allow accessing UMD globals from modules."),Disable_error_reporting_for_unreachable_code:n(6603,3,"Disable_error_reporting_for_unreachable_code_6603","Disable error reporting for unreachable code."),Disable_error_reporting_for_unused_labels:n(6604,3,"Disable_error_reporting_for_unused_labels_6604","Disable error reporting for unused labels."),Ensure_use_strict_is_always_emitted:n(6605,3,"Ensure_use_strict_is_always_emitted_6605","Ensure 'use strict' is always emitted."),Have_recompiles_in_projects_that_use_incremental_and_watch_mode_assume_that_changes_within_a_file_will_only_affect_files_directly_depending_on_it:n(6606,3,"Have_recompiles_in_projects_that_use_incremental_and_watch_mode_assume_that_changes_within_a_file_wi_6606","Have recompiles in projects that use 'incremental' and 'watch' mode assume that changes within a file will only affect files directly depending on it."),Specify_the_base_directory_to_resolve_non_relative_module_names:n(6607,3,"Specify_the_base_directory_to_resolve_non_relative_module_names_6607","Specify the base directory to resolve non-relative module names."),No_longer_supported_In_early_versions_manually_set_the_text_encoding_for_reading_files:n(6608,3,"No_longer_supported_In_early_versions_manually_set_the_text_encoding_for_reading_files_6608","No longer supported. In early versions, manually set the text encoding for reading files."),Enable_error_reporting_in_type_checked_JavaScript_files:n(6609,3,"Enable_error_reporting_in_type_checked_JavaScript_files_6609","Enable error reporting in type-checked JavaScript files."),Enable_constraints_that_allow_a_TypeScript_project_to_be_used_with_project_references:n(6611,3,"Enable_constraints_that_allow_a_TypeScript_project_to_be_used_with_project_references_6611","Enable constraints that allow a TypeScript project to be used with project references."),Generate_d_ts_files_from_TypeScript_and_JavaScript_files_in_your_project:n(6612,3,"Generate_d_ts_files_from_TypeScript_and_JavaScript_files_in_your_project_6612","Generate .d.ts files from TypeScript and JavaScript files in your project."),Specify_the_output_directory_for_generated_declaration_files:n(6613,3,"Specify_the_output_directory_for_generated_declaration_files_6613","Specify the output directory for generated declaration files."),Create_sourcemaps_for_d_ts_files:n(6614,3,"Create_sourcemaps_for_d_ts_files_6614","Create sourcemaps for d.ts files."),Output_compiler_performance_information_after_building:n(6615,3,"Output_compiler_performance_information_after_building_6615","Output compiler performance information after building."),Disables_inference_for_type_acquisition_by_looking_at_filenames_in_a_project:n(6616,3,"Disables_inference_for_type_acquisition_by_looking_at_filenames_in_a_project_6616","Disables inference for type acquisition by looking at filenames in a project."),Reduce_the_number_of_projects_loaded_automatically_by_TypeScript:n(6617,3,"Reduce_the_number_of_projects_loaded_automatically_by_TypeScript_6617","Reduce the number of projects loaded automatically by TypeScript."),Remove_the_20mb_cap_on_total_source_code_size_for_JavaScript_files_in_the_TypeScript_language_server:n(6618,3,"Remove_the_20mb_cap_on_total_source_code_size_for_JavaScript_files_in_the_TypeScript_language_server_6618","Remove the 20mb cap on total source code size for JavaScript files in the TypeScript language server."),Opt_a_project_out_of_multi_project_reference_checking_when_editing:n(6619,3,"Opt_a_project_out_of_multi_project_reference_checking_when_editing_6619","Opt a project out of multi-project reference checking when editing."),Disable_preferring_source_files_instead_of_declaration_files_when_referencing_composite_projects:n(6620,3,"Disable_preferring_source_files_instead_of_declaration_files_when_referencing_composite_projects_6620","Disable preferring source files instead of declaration files when referencing composite projects."),Emit_more_compliant_but_verbose_and_less_performant_JavaScript_for_iteration:n(6621,3,"Emit_more_compliant_but_verbose_and_less_performant_JavaScript_for_iteration_6621","Emit more compliant, but verbose and less performant JavaScript for iteration."),Emit_a_UTF_8_Byte_Order_Mark_BOM_in_the_beginning_of_output_files:n(6622,3,"Emit_a_UTF_8_Byte_Order_Mark_BOM_in_the_beginning_of_output_files_6622","Emit a UTF-8 Byte Order Mark (BOM) in the beginning of output files."),Only_output_d_ts_files_and_not_JavaScript_files:n(6623,3,"Only_output_d_ts_files_and_not_JavaScript_files_6623","Only output d.ts files and not JavaScript files."),Emit_design_type_metadata_for_decorated_declarations_in_source_files:n(6624,3,"Emit_design_type_metadata_for_decorated_declarations_in_source_files_6624","Emit design-type metadata for decorated declarations in source files."),Disable_the_type_acquisition_for_JavaScript_projects:n(6625,3,"Disable_the_type_acquisition_for_JavaScript_projects_6625","Disable the type acquisition for JavaScript projects"),Emit_additional_JavaScript_to_ease_support_for_importing_CommonJS_modules_This_enables_allowSyntheticDefaultImports_for_type_compatibility:n(6626,3,"Emit_additional_JavaScript_to_ease_support_for_importing_CommonJS_modules_This_enables_allowSyntheti_6626","Emit additional JavaScript to ease support for importing CommonJS modules. This enables 'allowSyntheticDefaultImports' for type compatibility."),Filters_results_from_the_include_option:n(6627,3,"Filters_results_from_the_include_option_6627","Filters results from the `include` option."),Remove_a_list_of_directories_from_the_watch_process:n(6628,3,"Remove_a_list_of_directories_from_the_watch_process_6628","Remove a list of directories from the watch process."),Remove_a_list_of_files_from_the_watch_mode_s_processing:n(6629,3,"Remove_a_list_of_files_from_the_watch_mode_s_processing_6629","Remove a list of files from the watch mode's processing."),Enable_experimental_support_for_legacy_experimental_decorators:n(6630,3,"Enable_experimental_support_for_legacy_experimental_decorators_6630","Enable experimental support for legacy experimental decorators."),Print_files_read_during_the_compilation_including_why_it_was_included:n(6631,3,"Print_files_read_during_the_compilation_including_why_it_was_included_6631","Print files read during the compilation including why it was included."),Output_more_detailed_compiler_performance_information_after_building:n(6632,3,"Output_more_detailed_compiler_performance_information_after_building_6632","Output more detailed compiler performance information after building."),Specify_one_or_more_path_or_node_module_references_to_base_configuration_files_from_which_settings_are_inherited:n(6633,3,"Specify_one_or_more_path_or_node_module_references_to_base_configuration_files_from_which_settings_a_6633","Specify one or more path or node module references to base configuration files from which settings are inherited."),Specify_what_approach_the_watcher_should_use_if_the_system_runs_out_of_native_file_watchers:n(6634,3,"Specify_what_approach_the_watcher_should_use_if_the_system_runs_out_of_native_file_watchers_6634","Specify what approach the watcher should use if the system runs out of native file watchers."),Include_a_list_of_files_This_does_not_support_glob_patterns_as_opposed_to_include:n(6635,3,"Include_a_list_of_files_This_does_not_support_glob_patterns_as_opposed_to_include_6635","Include a list of files. This does not support glob patterns, as opposed to `include`."),Build_all_projects_including_those_that_appear_to_be_up_to_date:n(6636,3,"Build_all_projects_including_those_that_appear_to_be_up_to_date_6636","Build all projects, including those that appear to be up to date."),Ensure_that_casing_is_correct_in_imports:n(6637,3,"Ensure_that_casing_is_correct_in_imports_6637","Ensure that casing is correct in imports."),Emit_a_v8_CPU_profile_of_the_compiler_run_for_debugging:n(6638,3,"Emit_a_v8_CPU_profile_of_the_compiler_run_for_debugging_6638","Emit a v8 CPU profile of the compiler run for debugging."),Allow_importing_helper_functions_from_tslib_once_per_project_instead_of_including_them_per_file:n(6639,3,"Allow_importing_helper_functions_from_tslib_once_per_project_instead_of_including_them_per_file_6639","Allow importing helper functions from tslib once per project, instead of including them per-file."),Skip_building_downstream_projects_on_error_in_upstream_project:n(6640,3,"Skip_building_downstream_projects_on_error_in_upstream_project_6640","Skip building downstream projects on error in upstream project."),Specify_a_list_of_glob_patterns_that_match_files_to_be_included_in_compilation:n(6641,3,"Specify_a_list_of_glob_patterns_that_match_files_to_be_included_in_compilation_6641","Specify a list of glob patterns that match files to be included in compilation."),Save_tsbuildinfo_files_to_allow_for_incremental_compilation_of_projects:n(6642,3,"Save_tsbuildinfo_files_to_allow_for_incremental_compilation_of_projects_6642","Save .tsbuildinfo files to allow for incremental compilation of projects."),Include_sourcemap_files_inside_the_emitted_JavaScript:n(6643,3,"Include_sourcemap_files_inside_the_emitted_JavaScript_6643","Include sourcemap files inside the emitted JavaScript."),Include_source_code_in_the_sourcemaps_inside_the_emitted_JavaScript:n(6644,3,"Include_source_code_in_the_sourcemaps_inside_the_emitted_JavaScript_6644","Include source code in the sourcemaps inside the emitted JavaScript."),Ensure_that_each_file_can_be_safely_transpiled_without_relying_on_other_imports:n(6645,3,"Ensure_that_each_file_can_be_safely_transpiled_without_relying_on_other_imports_6645","Ensure that each file can be safely transpiled without relying on other imports."),Specify_what_JSX_code_is_generated:n(6646,3,"Specify_what_JSX_code_is_generated_6646","Specify what JSX code is generated."),Specify_the_JSX_factory_function_used_when_targeting_React_JSX_emit_e_g_React_createElement_or_h:n(6647,3,"Specify_the_JSX_factory_function_used_when_targeting_React_JSX_emit_e_g_React_createElement_or_h_6647","Specify the JSX factory function used when targeting React JSX emit, e.g. 'React.createElement' or 'h'."),Specify_the_JSX_Fragment_reference_used_for_fragments_when_targeting_React_JSX_emit_e_g_React_Fragment_or_Fragment:n(6648,3,"Specify_the_JSX_Fragment_reference_used_for_fragments_when_targeting_React_JSX_emit_e_g_React_Fragme_6648","Specify the JSX Fragment reference used for fragments when targeting React JSX emit e.g. 'React.Fragment' or 'Fragment'."),Specify_module_specifier_used_to_import_the_JSX_factory_functions_when_using_jsx_Colon_react_jsx_Asterisk:n(6649,3,"Specify_module_specifier_used_to_import_the_JSX_factory_functions_when_using_jsx_Colon_react_jsx_Ast_6649","Specify module specifier used to import the JSX factory functions when using 'jsx: react-jsx*'."),Make_keyof_only_return_strings_instead_of_string_numbers_or_symbols_Legacy_option:n(6650,3,"Make_keyof_only_return_strings_instead_of_string_numbers_or_symbols_Legacy_option_6650","Make keyof only return strings instead of string, numbers or symbols. Legacy option."),Specify_a_set_of_bundled_library_declaration_files_that_describe_the_target_runtime_environment:n(6651,3,"Specify_a_set_of_bundled_library_declaration_files_that_describe_the_target_runtime_environment_6651","Specify a set of bundled library declaration files that describe the target runtime environment."),Print_the_names_of_emitted_files_after_a_compilation:n(6652,3,"Print_the_names_of_emitted_files_after_a_compilation_6652","Print the names of emitted files after a compilation."),Print_all_of_the_files_read_during_the_compilation:n(6653,3,"Print_all_of_the_files_read_during_the_compilation_6653","Print all of the files read during the compilation."),Set_the_language_of_the_messaging_from_TypeScript_This_does_not_affect_emit:n(6654,3,"Set_the_language_of_the_messaging_from_TypeScript_This_does_not_affect_emit_6654","Set the language of the messaging from TypeScript. This does not affect emit."),Specify_the_location_where_debugger_should_locate_map_files_instead_of_generated_locations:n(6655,3,"Specify_the_location_where_debugger_should_locate_map_files_instead_of_generated_locations_6655","Specify the location where debugger should locate map files instead of generated locations."),Specify_the_maximum_folder_depth_used_for_checking_JavaScript_files_from_node_modules_Only_applicable_with_allowJs:n(6656,3,"Specify_the_maximum_folder_depth_used_for_checking_JavaScript_files_from_node_modules_Only_applicabl_6656","Specify the maximum folder depth used for checking JavaScript files from 'node_modules'. Only applicable with 'allowJs'."),Specify_what_module_code_is_generated:n(6657,3,"Specify_what_module_code_is_generated_6657","Specify what module code is generated."),Specify_how_TypeScript_looks_up_a_file_from_a_given_module_specifier:n(6658,3,"Specify_how_TypeScript_looks_up_a_file_from_a_given_module_specifier_6658","Specify how TypeScript looks up a file from a given module specifier."),Set_the_newline_character_for_emitting_files:n(6659,3,"Set_the_newline_character_for_emitting_files_6659","Set the newline character for emitting files."),Disable_emitting_files_from_a_compilation:n(6660,3,"Disable_emitting_files_from_a_compilation_6660","Disable emitting files from a compilation."),Disable_generating_custom_helper_functions_like_extends_in_compiled_output:n(6661,3,"Disable_generating_custom_helper_functions_like_extends_in_compiled_output_6661","Disable generating custom helper functions like '__extends' in compiled output."),Disable_emitting_files_if_any_type_checking_errors_are_reported:n(6662,3,"Disable_emitting_files_if_any_type_checking_errors_are_reported_6662","Disable emitting files if any type checking errors are reported."),Disable_truncating_types_in_error_messages:n(6663,3,"Disable_truncating_types_in_error_messages_6663","Disable truncating types in error messages."),Enable_error_reporting_for_fallthrough_cases_in_switch_statements:n(6664,3,"Enable_error_reporting_for_fallthrough_cases_in_switch_statements_6664","Enable error reporting for fallthrough cases in switch statements."),Enable_error_reporting_for_expressions_and_declarations_with_an_implied_any_type:n(6665,3,"Enable_error_reporting_for_expressions_and_declarations_with_an_implied_any_type_6665","Enable error reporting for expressions and declarations with an implied 'any' type."),Ensure_overriding_members_in_derived_classes_are_marked_with_an_override_modifier:n(6666,3,"Ensure_overriding_members_in_derived_classes_are_marked_with_an_override_modifier_6666","Ensure overriding members in derived classes are marked with an override modifier."),Enable_error_reporting_for_codepaths_that_do_not_explicitly_return_in_a_function:n(6667,3,"Enable_error_reporting_for_codepaths_that_do_not_explicitly_return_in_a_function_6667","Enable error reporting for codepaths that do not explicitly return in a function."),Enable_error_reporting_when_this_is_given_the_type_any:n(6668,3,"Enable_error_reporting_when_this_is_given_the_type_any_6668","Enable error reporting when 'this' is given the type 'any'."),Disable_adding_use_strict_directives_in_emitted_JavaScript_files:n(6669,3,"Disable_adding_use_strict_directives_in_emitted_JavaScript_files_6669","Disable adding 'use strict' directives in emitted JavaScript files."),Disable_including_any_library_files_including_the_default_lib_d_ts:n(6670,3,"Disable_including_any_library_files_including_the_default_lib_d_ts_6670","Disable including any library files, including the default lib.d.ts."),Enforces_using_indexed_accessors_for_keys_declared_using_an_indexed_type:n(6671,3,"Enforces_using_indexed_accessors_for_keys_declared_using_an_indexed_type_6671","Enforces using indexed accessors for keys declared using an indexed type."),Disallow_import_s_require_s_or_reference_s_from_expanding_the_number_of_files_TypeScript_should_add_to_a_project:n(6672,3,"Disallow_import_s_require_s_or_reference_s_from_expanding_the_number_of_files_TypeScript_should_add__6672","Disallow 'import's, 'require's or ''s from expanding the number of files TypeScript should add to a project."),Disable_strict_checking_of_generic_signatures_in_function_types:n(6673,3,"Disable_strict_checking_of_generic_signatures_in_function_types_6673","Disable strict checking of generic signatures in function types."),Add_undefined_to_a_type_when_accessed_using_an_index:n(6674,3,"Add_undefined_to_a_type_when_accessed_using_an_index_6674","Add 'undefined' to a type when accessed using an index."),Enable_error_reporting_when_local_variables_aren_t_read:n(6675,3,"Enable_error_reporting_when_local_variables_aren_t_read_6675","Enable error reporting when local variables aren't read."),Raise_an_error_when_a_function_parameter_isn_t_read:n(6676,3,"Raise_an_error_when_a_function_parameter_isn_t_read_6676","Raise an error when a function parameter isn't read."),Deprecated_setting_Use_outFile_instead:n(6677,3,"Deprecated_setting_Use_outFile_instead_6677","Deprecated setting. Use 'outFile' instead."),Specify_an_output_folder_for_all_emitted_files:n(6678,3,"Specify_an_output_folder_for_all_emitted_files_6678","Specify an output folder for all emitted files."),Specify_a_file_that_bundles_all_outputs_into_one_JavaScript_file_If_declaration_is_true_also_designates_a_file_that_bundles_all_d_ts_output:n(6679,3,"Specify_a_file_that_bundles_all_outputs_into_one_JavaScript_file_If_declaration_is_true_also_designa_6679","Specify a file that bundles all outputs into one JavaScript file. If 'declaration' is true, also designates a file that bundles all .d.ts output."),Specify_a_set_of_entries_that_re_map_imports_to_additional_lookup_locations:n(6680,3,"Specify_a_set_of_entries_that_re_map_imports_to_additional_lookup_locations_6680","Specify a set of entries that re-map imports to additional lookup locations."),Specify_a_list_of_language_service_plugins_to_include:n(6681,3,"Specify_a_list_of_language_service_plugins_to_include_6681","Specify a list of language service plugins to include."),Disable_erasing_const_enum_declarations_in_generated_code:n(6682,3,"Disable_erasing_const_enum_declarations_in_generated_code_6682","Disable erasing 'const enum' declarations in generated code."),Disable_resolving_symlinks_to_their_realpath_This_correlates_to_the_same_flag_in_node:n(6683,3,"Disable_resolving_symlinks_to_their_realpath_This_correlates_to_the_same_flag_in_node_6683","Disable resolving symlinks to their realpath. This correlates to the same flag in node."),Disable_wiping_the_console_in_watch_mode:n(6684,3,"Disable_wiping_the_console_in_watch_mode_6684","Disable wiping the console in watch mode."),Enable_color_and_formatting_in_TypeScript_s_output_to_make_compiler_errors_easier_to_read:n(6685,3,"Enable_color_and_formatting_in_TypeScript_s_output_to_make_compiler_errors_easier_to_read_6685","Enable color and formatting in TypeScript's output to make compiler errors easier to read."),Specify_the_object_invoked_for_createElement_This_only_applies_when_targeting_react_JSX_emit:n(6686,3,"Specify_the_object_invoked_for_createElement_This_only_applies_when_targeting_react_JSX_emit_6686","Specify the object invoked for 'createElement'. This only applies when targeting 'react' JSX emit."),Specify_an_array_of_objects_that_specify_paths_for_projects_Used_in_project_references:n(6687,3,"Specify_an_array_of_objects_that_specify_paths_for_projects_Used_in_project_references_6687","Specify an array of objects that specify paths for projects. Used in project references."),Disable_emitting_comments:n(6688,3,"Disable_emitting_comments_6688","Disable emitting comments."),Enable_importing_json_files:n(6689,3,"Enable_importing_json_files_6689","Enable importing .json files."),Specify_the_root_folder_within_your_source_files:n(6690,3,"Specify_the_root_folder_within_your_source_files_6690","Specify the root folder within your source files."),Allow_multiple_folders_to_be_treated_as_one_when_resolving_modules:n(6691,3,"Allow_multiple_folders_to_be_treated_as_one_when_resolving_modules_6691","Allow multiple folders to be treated as one when resolving modules."),Skip_type_checking_d_ts_files_that_are_included_with_TypeScript:n(6692,3,"Skip_type_checking_d_ts_files_that_are_included_with_TypeScript_6692","Skip type checking .d.ts files that are included with TypeScript."),Skip_type_checking_all_d_ts_files:n(6693,3,"Skip_type_checking_all_d_ts_files_6693","Skip type checking all .d.ts files."),Create_source_map_files_for_emitted_JavaScript_files:n(6694,3,"Create_source_map_files_for_emitted_JavaScript_files_6694","Create source map files for emitted JavaScript files."),Specify_the_root_path_for_debuggers_to_find_the_reference_source_code:n(6695,3,"Specify_the_root_path_for_debuggers_to_find_the_reference_source_code_6695","Specify the root path for debuggers to find the reference source code."),Check_that_the_arguments_for_bind_call_and_apply_methods_match_the_original_function:n(6697,3,"Check_that_the_arguments_for_bind_call_and_apply_methods_match_the_original_function_6697","Check that the arguments for 'bind', 'call', and 'apply' methods match the original function."),When_assigning_functions_check_to_ensure_parameters_and_the_return_values_are_subtype_compatible:n(6698,3,"When_assigning_functions_check_to_ensure_parameters_and_the_return_values_are_subtype_compatible_6698","When assigning functions, check to ensure parameters and the return values are subtype-compatible."),When_type_checking_take_into_account_null_and_undefined:n(6699,3,"When_type_checking_take_into_account_null_and_undefined_6699","When type checking, take into account 'null' and 'undefined'."),Check_for_class_properties_that_are_declared_but_not_set_in_the_constructor:n(6700,3,"Check_for_class_properties_that_are_declared_but_not_set_in_the_constructor_6700","Check for class properties that are declared but not set in the constructor."),Disable_emitting_declarations_that_have_internal_in_their_JSDoc_comments:n(6701,3,"Disable_emitting_declarations_that_have_internal_in_their_JSDoc_comments_6701","Disable emitting declarations that have '@internal' in their JSDoc comments."),Disable_reporting_of_excess_property_errors_during_the_creation_of_object_literals:n(6702,3,"Disable_reporting_of_excess_property_errors_during_the_creation_of_object_literals_6702","Disable reporting of excess property errors during the creation of object literals."),Suppress_noImplicitAny_errors_when_indexing_objects_that_lack_index_signatures:n(6703,3,"Suppress_noImplicitAny_errors_when_indexing_objects_that_lack_index_signatures_6703","Suppress 'noImplicitAny' errors when indexing objects that lack index signatures."),Synchronously_call_callbacks_and_update_the_state_of_directory_watchers_on_platforms_that_don_t_support_recursive_watching_natively:n(6704,3,"Synchronously_call_callbacks_and_update_the_state_of_directory_watchers_on_platforms_that_don_t_supp_6704","Synchronously call callbacks and update the state of directory watchers on platforms that don`t support recursive watching natively."),Set_the_JavaScript_language_version_for_emitted_JavaScript_and_include_compatible_library_declarations:n(6705,3,"Set_the_JavaScript_language_version_for_emitted_JavaScript_and_include_compatible_library_declaratio_6705","Set the JavaScript language version for emitted JavaScript and include compatible library declarations."),Log_paths_used_during_the_moduleResolution_process:n(6706,3,"Log_paths_used_during_the_moduleResolution_process_6706","Log paths used during the 'moduleResolution' process."),Specify_the_path_to_tsbuildinfo_incremental_compilation_file:n(6707,3,"Specify_the_path_to_tsbuildinfo_incremental_compilation_file_6707","Specify the path to .tsbuildinfo incremental compilation file."),Specify_options_for_automatic_acquisition_of_declaration_files:n(6709,3,"Specify_options_for_automatic_acquisition_of_declaration_files_6709","Specify options for automatic acquisition of declaration files."),Specify_multiple_folders_that_act_like_Slashnode_modules_Slash_types:n(6710,3,"Specify_multiple_folders_that_act_like_Slashnode_modules_Slash_types_6710","Specify multiple folders that act like './node_modules/@types'."),Specify_type_package_names_to_be_included_without_being_referenced_in_a_source_file:n(6711,3,"Specify_type_package_names_to_be_included_without_being_referenced_in_a_source_file_6711","Specify type package names to be included without being referenced in a source file."),Emit_ECMAScript_standard_compliant_class_fields:n(6712,3,"Emit_ECMAScript_standard_compliant_class_fields_6712","Emit ECMAScript-standard-compliant class fields."),Enable_verbose_logging:n(6713,3,"Enable_verbose_logging_6713","Enable verbose logging."),Specify_how_directories_are_watched_on_systems_that_lack_recursive_file_watching_functionality:n(6714,3,"Specify_how_directories_are_watched_on_systems_that_lack_recursive_file_watching_functionality_6714","Specify how directories are watched on systems that lack recursive file-watching functionality."),Specify_how_the_TypeScript_watch_mode_works:n(6715,3,"Specify_how_the_TypeScript_watch_mode_works_6715","Specify how the TypeScript watch mode works."),Require_undeclared_properties_from_index_signatures_to_use_element_accesses:n(6717,3,"Require_undeclared_properties_from_index_signatures_to_use_element_accesses_6717","Require undeclared properties from index signatures to use element accesses."),Specify_emit_Slashchecking_behavior_for_imports_that_are_only_used_for_types:n(6718,3,"Specify_emit_Slashchecking_behavior_for_imports_that_are_only_used_for_types_6718","Specify emit/checking behavior for imports that are only used for types."),Require_sufficient_annotation_on_exports_so_other_tools_can_trivially_generate_declaration_files:n(6719,3,"Require_sufficient_annotation_on_exports_so_other_tools_can_trivially_generate_declaration_files_6719","Require sufficient annotation on exports so other tools can trivially generate declaration files."),Built_in_iterators_are_instantiated_with_a_TReturn_type_of_undefined_instead_of_any:n(6720,3,"Built_in_iterators_are_instantiated_with_a_TReturn_type_of_undefined_instead_of_any_6720","Built-in iterators are instantiated with a 'TReturn' type of 'undefined' instead of 'any'."),Do_not_allow_runtime_constructs_that_are_not_part_of_ECMAScript:n(6721,3,"Do_not_allow_runtime_constructs_that_are_not_part_of_ECMAScript_6721","Do not allow runtime constructs that are not part of ECMAScript."),Default_catch_clause_variables_as_unknown_instead_of_any:n(6803,3,"Default_catch_clause_variables_as_unknown_instead_of_any_6803","Default catch clause variables as 'unknown' instead of 'any'."),Do_not_transform_or_elide_any_imports_or_exports_not_marked_as_type_only_ensuring_they_are_written_in_the_output_file_s_format_based_on_the_module_setting:n(6804,3,"Do_not_transform_or_elide_any_imports_or_exports_not_marked_as_type_only_ensuring_they_are_written_i_6804","Do not transform or elide any imports or exports not marked as type-only, ensuring they are written in the output file's format based on the 'module' setting."),Disable_full_type_checking_only_critical_parse_and_emit_errors_will_be_reported:n(6805,3,"Disable_full_type_checking_only_critical_parse_and_emit_errors_will_be_reported_6805","Disable full type checking (only critical parse and emit errors will be reported)."),Check_side_effect_imports:n(6806,3,"Check_side_effect_imports_6806","Check side effect imports."),This_operation_can_be_simplified_This_shift_is_identical_to_0_1_2:n(6807,1,"This_operation_can_be_simplified_This_shift_is_identical_to_0_1_2_6807","This operation can be simplified. This shift is identical to `{0} {1} {2}`."),Enable_lib_replacement:n(6808,3,"Enable_lib_replacement_6808","Enable lib replacement."),Ensure_types_are_ordered_stably_and_deterministically_across_compilations:n(6809,3,"Ensure_types_are_ordered_stably_and_deterministically_across_compilations_6809","Ensure types are ordered stably and deterministically across compilations."),one_of_Colon:n(6900,3,"one_of_Colon_6900","one of:"),one_or_more_Colon:n(6901,3,"one_or_more_Colon_6901","one or more:"),type_Colon:n(6902,3,"type_Colon_6902","type:"),default_Colon:n(6903,3,"default_Colon_6903","default:"),true_unless_strict_is_false:n(6905,3,"true_unless_strict_is_false_6905","`true`, unless `strict` is `false`"),false_unless_composite_is_set:n(6906,3,"false_unless_composite_is_set_6906","`false`, unless `composite` is set"),node_modules_bower_components_jspm_packages_plus_the_value_of_outDir_if_one_is_specified:n(6907,3,"node_modules_bower_components_jspm_packages_plus_the_value_of_outDir_if_one_is_specified_6907",'`["node_modules", "bower_components", "jspm_packages"]`, plus the value of `outDir` if one is specified.'),if_files_is_specified_otherwise_Asterisk_Asterisk_Slash_Asterisk:n(6908,3,"if_files_is_specified_otherwise_Asterisk_Asterisk_Slash_Asterisk_6908",'`[]` if `files` is specified, otherwise `["**/*"]`'),true_if_composite_false_otherwise:n(6909,3,"true_if_composite_false_otherwise_6909","`true` if `composite`, `false` otherwise"),nodenext_if_module_is_nodenext_node16_if_module_is_node16_or_node18_otherwise_bundler:n(69010,3,"nodenext_if_module_is_nodenext_node16_if_module_is_node16_or_node18_otherwise_bundler_69010","`nodenext` if `module` is `nodenext`; `node16` if `module` is `node16` or `node18`; otherwise, `bundler`."),Computed_from_the_list_of_input_files:n(6911,3,"Computed_from_the_list_of_input_files_6911","Computed from the list of input files"),Platform_specific:n(6912,3,"Platform_specific_6912","Platform specific"),You_can_learn_about_all_of_the_compiler_options_at_0:n(6913,3,"You_can_learn_about_all_of_the_compiler_options_at_0_6913","You can learn about all of the compiler options at {0}"),Including_watch_w_will_start_watching_the_current_project_for_the_file_changes_Once_set_you_can_config_watch_mode_with_Colon:n(6914,3,"Including_watch_w_will_start_watching_the_current_project_for_the_file_changes_Once_set_you_can_conf_6914","Including --watch, -w will start watching the current project for the file changes. Once set, you can config watch mode with:"),Using_build_b_will_make_tsc_behave_more_like_a_build_orchestrator_than_a_compiler_This_is_used_to_trigger_building_composite_projects_which_you_can_learn_more_about_at_0:n(6915,3,"Using_build_b_will_make_tsc_behave_more_like_a_build_orchestrator_than_a_compiler_This_is_used_to_tr_6915","Using --build, -b will make tsc behave more like a build orchestrator than a compiler. This is used to trigger building composite projects which you can learn more about at {0}"),COMMON_COMMANDS:n(6916,3,"COMMON_COMMANDS_6916","COMMON COMMANDS"),ALL_COMPILER_OPTIONS:n(6917,3,"ALL_COMPILER_OPTIONS_6917","ALL COMPILER OPTIONS"),WATCH_OPTIONS:n(6918,3,"WATCH_OPTIONS_6918","WATCH OPTIONS"),BUILD_OPTIONS:n(6919,3,"BUILD_OPTIONS_6919","BUILD OPTIONS"),COMMON_COMPILER_OPTIONS:n(6920,3,"COMMON_COMPILER_OPTIONS_6920","COMMON COMPILER OPTIONS"),COMMAND_LINE_FLAGS:n(6921,3,"COMMAND_LINE_FLAGS_6921","COMMAND LINE FLAGS"),tsc_Colon_The_TypeScript_Compiler:n(6922,3,"tsc_Colon_The_TypeScript_Compiler_6922","tsc: The TypeScript Compiler"),Compiles_the_current_project_tsconfig_json_in_the_working_directory:n(6923,3,"Compiles_the_current_project_tsconfig_json_in_the_working_directory_6923","Compiles the current project (tsconfig.json in the working directory.)"),Ignoring_tsconfig_json_compiles_the_specified_files_with_default_compiler_options:n(6924,3,"Ignoring_tsconfig_json_compiles_the_specified_files_with_default_compiler_options_6924","Ignoring tsconfig.json, compiles the specified files with default compiler options."),Build_a_composite_project_in_the_working_directory:n(6925,3,"Build_a_composite_project_in_the_working_directory_6925","Build a composite project in the working directory."),Creates_a_tsconfig_json_with_the_recommended_settings_in_the_working_directory:n(6926,3,"Creates_a_tsconfig_json_with_the_recommended_settings_in_the_working_directory_6926","Creates a tsconfig.json with the recommended settings in the working directory."),Compiles_the_TypeScript_project_located_at_the_specified_path:n(6927,3,"Compiles_the_TypeScript_project_located_at_the_specified_path_6927","Compiles the TypeScript project located at the specified path."),An_expanded_version_of_this_information_showing_all_possible_compiler_options:n(6928,3,"An_expanded_version_of_this_information_showing_all_possible_compiler_options_6928","An expanded version of this information, showing all possible compiler options"),Compiles_the_current_project_with_additional_settings:n(6929,3,"Compiles_the_current_project_with_additional_settings_6929","Compiles the current project, with additional settings."),true_for_ES2022_and_above_including_ESNext:n(6930,3,"true_for_ES2022_and_above_including_ESNext_6930","`true` for ES2022 and above, including ESNext."),List_of_file_name_suffixes_to_search_when_resolving_a_module:n(6931,1,"List_of_file_name_suffixes_to_search_when_resolving_a_module_6931","List of file name suffixes to search when resolving a module."),false_unless_checkJs_is_set:n(6932,3,"false_unless_checkJs_is_set_6932","`false`, unless `checkJs` is set"),Variable_0_implicitly_has_an_1_type:n(7005,1,"Variable_0_implicitly_has_an_1_type_7005","Variable '{0}' implicitly has an '{1}' type."),Parameter_0_implicitly_has_an_1_type:n(7006,1,"Parameter_0_implicitly_has_an_1_type_7006","Parameter '{0}' implicitly has an '{1}' type."),Member_0_implicitly_has_an_1_type:n(7008,1,"Member_0_implicitly_has_an_1_type_7008","Member '{0}' implicitly has an '{1}' type."),new_expression_whose_target_lacks_a_construct_signature_implicitly_has_an_any_type:n(7009,1,"new_expression_whose_target_lacks_a_construct_signature_implicitly_has_an_any_type_7009","'new' expression, whose target lacks a construct signature, implicitly has an 'any' type."),_0_which_lacks_return_type_annotation_implicitly_has_an_1_return_type:n(7010,1,"_0_which_lacks_return_type_annotation_implicitly_has_an_1_return_type_7010","'{0}', which lacks return-type annotation, implicitly has an '{1}' return type."),Function_expression_which_lacks_return_type_annotation_implicitly_has_an_0_return_type:n(7011,1,"Function_expression_which_lacks_return_type_annotation_implicitly_has_an_0_return_type_7011","Function expression, which lacks return-type annotation, implicitly has an '{0}' return type."),This_overload_implicitly_returns_the_type_0_because_it_lacks_a_return_type_annotation:n(7012,1,"This_overload_implicitly_returns_the_type_0_because_it_lacks_a_return_type_annotation_7012","This overload implicitly returns the type '{0}' because it lacks a return type annotation."),Construct_signature_which_lacks_return_type_annotation_implicitly_has_an_any_return_type:n(7013,1,"Construct_signature_which_lacks_return_type_annotation_implicitly_has_an_any_return_type_7013","Construct signature, which lacks return-type annotation, implicitly has an 'any' return type."),Function_type_which_lacks_return_type_annotation_implicitly_has_an_0_return_type:n(7014,1,"Function_type_which_lacks_return_type_annotation_implicitly_has_an_0_return_type_7014","Function type, which lacks return-type annotation, implicitly has an '{0}' return type."),Element_implicitly_has_an_any_type_because_index_expression_is_not_of_type_number:n(7015,1,"Element_implicitly_has_an_any_type_because_index_expression_is_not_of_type_number_7015","Element implicitly has an 'any' type because index expression is not of type 'number'."),Could_not_find_a_declaration_file_for_module_0_1_implicitly_has_an_any_type:n(7016,1,"Could_not_find_a_declaration_file_for_module_0_1_implicitly_has_an_any_type_7016","Could not find a declaration file for module '{0}'. '{1}' implicitly has an 'any' type."),Element_implicitly_has_an_any_type_because_type_0_has_no_index_signature:n(7017,1,"Element_implicitly_has_an_any_type_because_type_0_has_no_index_signature_7017","Element implicitly has an 'any' type because type '{0}' has no index signature."),Object_literal_s_property_0_implicitly_has_an_1_type:n(7018,1,"Object_literal_s_property_0_implicitly_has_an_1_type_7018","Object literal's property '{0}' implicitly has an '{1}' type."),Rest_parameter_0_implicitly_has_an_any_type:n(7019,1,"Rest_parameter_0_implicitly_has_an_any_type_7019","Rest parameter '{0}' implicitly has an 'any[]' type."),Call_signature_which_lacks_return_type_annotation_implicitly_has_an_any_return_type:n(7020,1,"Call_signature_which_lacks_return_type_annotation_implicitly_has_an_any_return_type_7020","Call signature, which lacks return-type annotation, implicitly has an 'any' return type."),_0_implicitly_has_type_any_because_it_does_not_have_a_type_annotation_and_is_referenced_directly_or_indirectly_in_its_own_initializer:n(7022,1,"_0_implicitly_has_type_any_because_it_does_not_have_a_type_annotation_and_is_referenced_directly_or__7022","'{0}' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer."),_0_implicitly_has_return_type_any_because_it_does_not_have_a_return_type_annotation_and_is_referenced_directly_or_indirectly_in_one_of_its_return_expressions:n(7023,1,"_0_implicitly_has_return_type_any_because_it_does_not_have_a_return_type_annotation_and_is_reference_7023","'{0}' implicitly has return type 'any' because it does not have a return type annotation and is referenced directly or indirectly in one of its return expressions."),Function_implicitly_has_return_type_any_because_it_does_not_have_a_return_type_annotation_and_is_referenced_directly_or_indirectly_in_one_of_its_return_expressions:n(7024,1,"Function_implicitly_has_return_type_any_because_it_does_not_have_a_return_type_annotation_and_is_ref_7024","Function implicitly has return type 'any' because it does not have a return type annotation and is referenced directly or indirectly in one of its return expressions."),Generator_implicitly_has_yield_type_0_Consider_supplying_a_return_type_annotation:n(7025,1,"Generator_implicitly_has_yield_type_0_Consider_supplying_a_return_type_annotation_7025","Generator implicitly has yield type '{0}'. Consider supplying a return type annotation."),JSX_element_implicitly_has_type_any_because_no_interface_JSX_0_exists:n(7026,1,"JSX_element_implicitly_has_type_any_because_no_interface_JSX_0_exists_7026","JSX element implicitly has type 'any' because no interface 'JSX.{0}' exists."),Unreachable_code_detected:n(7027,1,"Unreachable_code_detected_7027","Unreachable code detected.",!0),Unused_label:n(7028,1,"Unused_label_7028","Unused label.",!0),Fallthrough_case_in_switch:n(7029,1,"Fallthrough_case_in_switch_7029","Fallthrough case in switch."),Not_all_code_paths_return_a_value:n(7030,1,"Not_all_code_paths_return_a_value_7030","Not all code paths return a value."),Binding_element_0_implicitly_has_an_1_type:n(7031,1,"Binding_element_0_implicitly_has_an_1_type_7031","Binding element '{0}' implicitly has an '{1}' type."),Property_0_implicitly_has_type_any_because_its_set_accessor_lacks_a_parameter_type_annotation:n(7032,1,"Property_0_implicitly_has_type_any_because_its_set_accessor_lacks_a_parameter_type_annotation_7032","Property '{0}' implicitly has type 'any', because its set accessor lacks a parameter type annotation."),Property_0_implicitly_has_type_any_because_its_get_accessor_lacks_a_return_type_annotation:n(7033,1,"Property_0_implicitly_has_type_any_because_its_get_accessor_lacks_a_return_type_annotation_7033","Property '{0}' implicitly has type 'any', because its get accessor lacks a return type annotation."),Variable_0_implicitly_has_type_1_in_some_locations_where_its_type_cannot_be_determined:n(7034,1,"Variable_0_implicitly_has_type_1_in_some_locations_where_its_type_cannot_be_determined_7034","Variable '{0}' implicitly has type '{1}' in some locations where its type cannot be determined."),Try_npm_i_save_dev_types_Slash_1_if_it_exists_or_add_a_new_declaration_d_ts_file_containing_declare_module_0:n(7035,1,"Try_npm_i_save_dev_types_Slash_1_if_it_exists_or_add_a_new_declaration_d_ts_file_containing_declare__7035","Try `npm i --save-dev @types/{1}` if it exists or add a new declaration (.d.ts) file containing `declare module '{0}';`"),Dynamic_import_s_specifier_must_be_of_type_string_but_here_has_type_0:n(7036,1,"Dynamic_import_s_specifier_must_be_of_type_string_but_here_has_type_0_7036","Dynamic import's specifier must be of type 'string', but here has type '{0}'."),Enables_emit_interoperability_between_CommonJS_and_ES_Modules_via_creation_of_namespace_objects_for_all_imports_Implies_allowSyntheticDefaultImports:n(7037,3,"Enables_emit_interoperability_between_CommonJS_and_ES_Modules_via_creation_of_namespace_objects_for__7037","Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'."),Type_originates_at_this_import_A_namespace_style_import_cannot_be_called_or_constructed_and_will_cause_a_failure_at_runtime_Consider_using_a_default_import_or_import_require_here_instead:n(7038,3,"Type_originates_at_this_import_A_namespace_style_import_cannot_be_called_or_constructed_and_will_cau_7038","Type originates at this import. A namespace-style import cannot be called or constructed, and will cause a failure at runtime. Consider using a default import or import require here instead."),Mapped_object_type_implicitly_has_an_any_template_type:n(7039,1,"Mapped_object_type_implicitly_has_an_any_template_type_7039","Mapped object type implicitly has an 'any' template type."),If_the_0_package_actually_exposes_this_module_consider_sending_a_pull_request_to_amend_https_Colon_Slash_Slashgithub_com_SlashDefinitelyTyped_SlashDefinitelyTyped_Slashtree_Slashmaster_Slashtypes_Slash_1:n(7040,1,"If_the_0_package_actually_exposes_this_module_consider_sending_a_pull_request_to_amend_https_Colon_S_7040","If the '{0}' package actually exposes this module, consider sending a pull request to amend 'https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/{1}'"),The_containing_arrow_function_captures_the_global_value_of_this:n(7041,1,"The_containing_arrow_function_captures_the_global_value_of_this_7041","The containing arrow function captures the global value of 'this'."),Module_0_was_resolved_to_1_but_resolveJsonModule_is_not_used:n(7042,1,"Module_0_was_resolved_to_1_but_resolveJsonModule_is_not_used_7042","Module '{0}' was resolved to '{1}', but '--resolveJsonModule' is not used."),Variable_0_implicitly_has_an_1_type_but_a_better_type_may_be_inferred_from_usage:n(7043,2,"Variable_0_implicitly_has_an_1_type_but_a_better_type_may_be_inferred_from_usage_7043","Variable '{0}' implicitly has an '{1}' type, but a better type may be inferred from usage."),Parameter_0_implicitly_has_an_1_type_but_a_better_type_may_be_inferred_from_usage:n(7044,2,"Parameter_0_implicitly_has_an_1_type_but_a_better_type_may_be_inferred_from_usage_7044","Parameter '{0}' implicitly has an '{1}' type, but a better type may be inferred from usage."),Member_0_implicitly_has_an_1_type_but_a_better_type_may_be_inferred_from_usage:n(7045,2,"Member_0_implicitly_has_an_1_type_but_a_better_type_may_be_inferred_from_usage_7045","Member '{0}' implicitly has an '{1}' type, but a better type may be inferred from usage."),Variable_0_implicitly_has_type_1_in_some_locations_but_a_better_type_may_be_inferred_from_usage:n(7046,2,"Variable_0_implicitly_has_type_1_in_some_locations_but_a_better_type_may_be_inferred_from_usage_7046","Variable '{0}' implicitly has type '{1}' in some locations, but a better type may be inferred from usage."),Rest_parameter_0_implicitly_has_an_any_type_but_a_better_type_may_be_inferred_from_usage:n(7047,2,"Rest_parameter_0_implicitly_has_an_any_type_but_a_better_type_may_be_inferred_from_usage_7047","Rest parameter '{0}' implicitly has an 'any[]' type, but a better type may be inferred from usage."),Property_0_implicitly_has_type_any_but_a_better_type_for_its_get_accessor_may_be_inferred_from_usage:n(7048,2,"Property_0_implicitly_has_type_any_but_a_better_type_for_its_get_accessor_may_be_inferred_from_usage_7048","Property '{0}' implicitly has type 'any', but a better type for its get accessor may be inferred from usage."),Property_0_implicitly_has_type_any_but_a_better_type_for_its_set_accessor_may_be_inferred_from_usage:n(7049,2,"Property_0_implicitly_has_type_any_but_a_better_type_for_its_set_accessor_may_be_inferred_from_usage_7049","Property '{0}' implicitly has type 'any', but a better type for its set accessor may be inferred from usage."),_0_implicitly_has_an_1_return_type_but_a_better_type_may_be_inferred_from_usage:n(7050,2,"_0_implicitly_has_an_1_return_type_but_a_better_type_may_be_inferred_from_usage_7050","'{0}' implicitly has an '{1}' return type, but a better type may be inferred from usage."),Parameter_has_a_name_but_no_type_Did_you_mean_0_Colon_1:n(7051,1,"Parameter_has_a_name_but_no_type_Did_you_mean_0_Colon_1_7051","Parameter has a name but no type. Did you mean '{0}: {1}'?"),Element_implicitly_has_an_any_type_because_type_0_has_no_index_signature_Did_you_mean_to_call_1:n(7052,1,"Element_implicitly_has_an_any_type_because_type_0_has_no_index_signature_Did_you_mean_to_call_1_7052","Element implicitly has an 'any' type because type '{0}' has no index signature. Did you mean to call '{1}'?"),Element_implicitly_has_an_any_type_because_expression_of_type_0_can_t_be_used_to_index_type_1:n(7053,1,"Element_implicitly_has_an_any_type_because_expression_of_type_0_can_t_be_used_to_index_type_1_7053","Element implicitly has an 'any' type because expression of type '{0}' can't be used to index type '{1}'."),No_index_signature_with_a_parameter_of_type_0_was_found_on_type_1:n(7054,1,"No_index_signature_with_a_parameter_of_type_0_was_found_on_type_1_7054","No index signature with a parameter of type '{0}' was found on type '{1}'."),_0_which_lacks_return_type_annotation_implicitly_has_an_1_yield_type:n(7055,1,"_0_which_lacks_return_type_annotation_implicitly_has_an_1_yield_type_7055","'{0}', which lacks return-type annotation, implicitly has an '{1}' yield type."),The_inferred_type_of_this_node_exceeds_the_maximum_length_the_compiler_will_serialize_An_explicit_type_annotation_is_needed:n(7056,1,"The_inferred_type_of_this_node_exceeds_the_maximum_length_the_compiler_will_serialize_An_explicit_ty_7056","The inferred type of this node exceeds the maximum length the compiler will serialize. An explicit type annotation is needed."),yield_expression_implicitly_results_in_an_any_type_because_its_containing_generator_lacks_a_return_type_annotation:n(7057,1,"yield_expression_implicitly_results_in_an_any_type_because_its_containing_generator_lacks_a_return_t_7057","'yield' expression implicitly results in an 'any' type because its containing generator lacks a return-type annotation."),If_the_0_package_actually_exposes_this_module_try_adding_a_new_declaration_d_ts_file_containing_declare_module_1:n(7058,1,"If_the_0_package_actually_exposes_this_module_try_adding_a_new_declaration_d_ts_file_containing_decl_7058","If the '{0}' package actually exposes this module, try adding a new declaration (.d.ts) file containing `declare module '{1}';`"),This_syntax_is_reserved_in_files_with_the_mts_or_cts_extension_Use_an_as_expression_instead:n(7059,1,"This_syntax_is_reserved_in_files_with_the_mts_or_cts_extension_Use_an_as_expression_instead_7059","This syntax is reserved in files with the .mts or .cts extension. Use an `as` expression instead."),This_syntax_is_reserved_in_files_with_the_mts_or_cts_extension_Add_a_trailing_comma_or_explicit_constraint:n(7060,1,"This_syntax_is_reserved_in_files_with_the_mts_or_cts_extension_Add_a_trailing_comma_or_explicit_cons_7060","This syntax is reserved in files with the .mts or .cts extension. Add a trailing comma or explicit constraint."),A_mapped_type_may_not_declare_properties_or_methods:n(7061,1,"A_mapped_type_may_not_declare_properties_or_methods_7061","A mapped type may not declare properties or methods."),You_cannot_rename_this_element:n(8e3,1,"You_cannot_rename_this_element_8000","You cannot rename this element."),You_cannot_rename_elements_that_are_defined_in_the_standard_TypeScript_library:n(8001,1,"You_cannot_rename_elements_that_are_defined_in_the_standard_TypeScript_library_8001","You cannot rename elements that are defined in the standard TypeScript library."),import_can_only_be_used_in_TypeScript_files:n(8002,1,"import_can_only_be_used_in_TypeScript_files_8002","'import ... =' can only be used in TypeScript files."),export_can_only_be_used_in_TypeScript_files:n(8003,1,"export_can_only_be_used_in_TypeScript_files_8003","'export =' can only be used in TypeScript files."),Type_parameter_declarations_can_only_be_used_in_TypeScript_files:n(8004,1,"Type_parameter_declarations_can_only_be_used_in_TypeScript_files_8004","Type parameter declarations can only be used in TypeScript files."),implements_clauses_can_only_be_used_in_TypeScript_files:n(8005,1,"implements_clauses_can_only_be_used_in_TypeScript_files_8005","'implements' clauses can only be used in TypeScript files."),_0_declarations_can_only_be_used_in_TypeScript_files:n(8006,1,"_0_declarations_can_only_be_used_in_TypeScript_files_8006","'{0}' declarations can only be used in TypeScript files."),Type_aliases_can_only_be_used_in_TypeScript_files:n(8008,1,"Type_aliases_can_only_be_used_in_TypeScript_files_8008","Type aliases can only be used in TypeScript files."),The_0_modifier_can_only_be_used_in_TypeScript_files:n(8009,1,"The_0_modifier_can_only_be_used_in_TypeScript_files_8009","The '{0}' modifier can only be used in TypeScript files."),Type_annotations_can_only_be_used_in_TypeScript_files:n(8010,1,"Type_annotations_can_only_be_used_in_TypeScript_files_8010","Type annotations can only be used in TypeScript files."),Type_arguments_can_only_be_used_in_TypeScript_files:n(8011,1,"Type_arguments_can_only_be_used_in_TypeScript_files_8011","Type arguments can only be used in TypeScript files."),Parameter_modifiers_can_only_be_used_in_TypeScript_files:n(8012,1,"Parameter_modifiers_can_only_be_used_in_TypeScript_files_8012","Parameter modifiers can only be used in TypeScript files."),Non_null_assertions_can_only_be_used_in_TypeScript_files:n(8013,1,"Non_null_assertions_can_only_be_used_in_TypeScript_files_8013","Non-null assertions can only be used in TypeScript files."),Type_assertion_expressions_can_only_be_used_in_TypeScript_files:n(8016,1,"Type_assertion_expressions_can_only_be_used_in_TypeScript_files_8016","Type assertion expressions can only be used in TypeScript files."),Signature_declarations_can_only_be_used_in_TypeScript_files:n(8017,1,"Signature_declarations_can_only_be_used_in_TypeScript_files_8017","Signature declarations can only be used in TypeScript files."),Report_errors_in_js_files:n(8019,3,"Report_errors_in_js_files_8019","Report errors in .js files."),JSDoc_types_can_only_be_used_inside_documentation_comments:n(8020,1,"JSDoc_types_can_only_be_used_inside_documentation_comments_8020","JSDoc types can only be used inside documentation comments."),JSDoc_typedef_tag_should_either_have_a_type_annotation_or_be_followed_by_property_or_member_tags:n(8021,1,"JSDoc_typedef_tag_should_either_have_a_type_annotation_or_be_followed_by_property_or_member_tags_8021","JSDoc '@typedef' tag should either have a type annotation or be followed by '@property' or '@member' tags."),JSDoc_0_is_not_attached_to_a_class:n(8022,1,"JSDoc_0_is_not_attached_to_a_class_8022","JSDoc '@{0}' is not attached to a class."),JSDoc_0_1_does_not_match_the_extends_2_clause:n(8023,1,"JSDoc_0_1_does_not_match_the_extends_2_clause_8023","JSDoc '@{0} {1}' does not match the 'extends {2}' clause."),JSDoc_param_tag_has_name_0_but_there_is_no_parameter_with_that_name:n(8024,1,"JSDoc_param_tag_has_name_0_but_there_is_no_parameter_with_that_name_8024","JSDoc '@param' tag has name '{0}', but there is no parameter with that name."),Class_declarations_cannot_have_more_than_one_augments_or_extends_tag:n(8025,1,"Class_declarations_cannot_have_more_than_one_augments_or_extends_tag_8025","Class declarations cannot have more than one '@augments' or '@extends' tag."),Expected_0_type_arguments_provide_these_with_an_extends_tag:n(8026,1,"Expected_0_type_arguments_provide_these_with_an_extends_tag_8026","Expected {0} type arguments; provide these with an '@extends' tag."),Expected_0_1_type_arguments_provide_these_with_an_extends_tag:n(8027,1,"Expected_0_1_type_arguments_provide_these_with_an_extends_tag_8027","Expected {0}-{1} type arguments; provide these with an '@extends' tag."),JSDoc_may_only_appear_in_the_last_parameter_of_a_signature:n(8028,1,"JSDoc_may_only_appear_in_the_last_parameter_of_a_signature_8028","JSDoc '...' may only appear in the last parameter of a signature."),JSDoc_param_tag_has_name_0_but_there_is_no_parameter_with_that_name_It_would_match_arguments_if_it_had_an_array_type:n(8029,1,"JSDoc_param_tag_has_name_0_but_there_is_no_parameter_with_that_name_It_would_match_arguments_if_it_h_8029","JSDoc '@param' tag has name '{0}', but there is no parameter with that name. It would match 'arguments' if it had an array type."),The_type_of_a_function_declaration_must_match_the_function_s_signature:n(8030,1,"The_type_of_a_function_declaration_must_match_the_function_s_signature_8030","The type of a function declaration must match the function's signature."),You_cannot_rename_a_module_via_a_global_import:n(8031,1,"You_cannot_rename_a_module_via_a_global_import_8031","You cannot rename a module via a global import."),Qualified_name_0_is_not_allowed_without_a_leading_param_object_1:n(8032,1,"Qualified_name_0_is_not_allowed_without_a_leading_param_object_1_8032","Qualified name '{0}' is not allowed without a leading '@param {object} {1}'."),A_JSDoc_typedef_comment_may_not_contain_multiple_type_tags:n(8033,1,"A_JSDoc_typedef_comment_may_not_contain_multiple_type_tags_8033","A JSDoc '@typedef' comment may not contain multiple '@type' tags."),The_tag_was_first_specified_here:n(8034,1,"The_tag_was_first_specified_here_8034","The tag was first specified here."),You_cannot_rename_elements_that_are_defined_in_a_node_modules_folder:n(8035,1,"You_cannot_rename_elements_that_are_defined_in_a_node_modules_folder_8035","You cannot rename elements that are defined in a 'node_modules' folder."),You_cannot_rename_elements_that_are_defined_in_another_node_modules_folder:n(8036,1,"You_cannot_rename_elements_that_are_defined_in_another_node_modules_folder_8036","You cannot rename elements that are defined in another 'node_modules' folder."),Type_satisfaction_expressions_can_only_be_used_in_TypeScript_files:n(8037,1,"Type_satisfaction_expressions_can_only_be_used_in_TypeScript_files_8037","Type satisfaction expressions can only be used in TypeScript files."),Decorators_may_not_appear_after_export_or_export_default_if_they_also_appear_before_export:n(8038,1,"Decorators_may_not_appear_after_export_or_export_default_if_they_also_appear_before_export_8038","Decorators may not appear after 'export' or 'export default' if they also appear before 'export'."),A_JSDoc_template_tag_may_not_follow_a_typedef_callback_or_overload_tag:n(8039,1,"A_JSDoc_template_tag_may_not_follow_a_typedef_callback_or_overload_tag_8039","A JSDoc '@template' tag may not follow a '@typedef', '@callback', or '@overload' tag"),Declaration_emit_for_this_file_requires_using_private_name_0_An_explicit_type_annotation_may_unblock_declaration_emit:n(9005,1,"Declaration_emit_for_this_file_requires_using_private_name_0_An_explicit_type_annotation_may_unblock_9005","Declaration emit for this file requires using private name '{0}'. An explicit type annotation may unblock declaration emit."),Declaration_emit_for_this_file_requires_using_private_name_0_from_module_1_An_explicit_type_annotation_may_unblock_declaration_emit:n(9006,1,"Declaration_emit_for_this_file_requires_using_private_name_0_from_module_1_An_explicit_type_annotati_9006","Declaration emit for this file requires using private name '{0}' from module '{1}'. An explicit type annotation may unblock declaration emit."),Function_must_have_an_explicit_return_type_annotation_with_isolatedDeclarations:n(9007,1,"Function_must_have_an_explicit_return_type_annotation_with_isolatedDeclarations_9007","Function must have an explicit return type annotation with --isolatedDeclarations."),Method_must_have_an_explicit_return_type_annotation_with_isolatedDeclarations:n(9008,1,"Method_must_have_an_explicit_return_type_annotation_with_isolatedDeclarations_9008","Method must have an explicit return type annotation with --isolatedDeclarations."),At_least_one_accessor_must_have_an_explicit_type_annotation_with_isolatedDeclarations:n(9009,1,"At_least_one_accessor_must_have_an_explicit_type_annotation_with_isolatedDeclarations_9009","At least one accessor must have an explicit type annotation with --isolatedDeclarations."),Variable_must_have_an_explicit_type_annotation_with_isolatedDeclarations:n(9010,1,"Variable_must_have_an_explicit_type_annotation_with_isolatedDeclarations_9010","Variable must have an explicit type annotation with --isolatedDeclarations."),Parameter_must_have_an_explicit_type_annotation_with_isolatedDeclarations:n(9011,1,"Parameter_must_have_an_explicit_type_annotation_with_isolatedDeclarations_9011","Parameter must have an explicit type annotation with --isolatedDeclarations."),Property_must_have_an_explicit_type_annotation_with_isolatedDeclarations:n(9012,1,"Property_must_have_an_explicit_type_annotation_with_isolatedDeclarations_9012","Property must have an explicit type annotation with --isolatedDeclarations."),Expression_type_can_t_be_inferred_with_isolatedDeclarations:n(9013,1,"Expression_type_can_t_be_inferred_with_isolatedDeclarations_9013","Expression type can't be inferred with --isolatedDeclarations."),Computed_properties_must_be_number_or_string_literals_variables_or_dotted_expressions_with_isolatedDeclarations:n(9014,1,"Computed_properties_must_be_number_or_string_literals_variables_or_dotted_expressions_with_isolatedD_9014","Computed properties must be number or string literals, variables or dotted expressions with --isolatedDeclarations."),Objects_that_contain_spread_assignments_can_t_be_inferred_with_isolatedDeclarations:n(9015,1,"Objects_that_contain_spread_assignments_can_t_be_inferred_with_isolatedDeclarations_9015","Objects that contain spread assignments can't be inferred with --isolatedDeclarations."),Objects_that_contain_shorthand_properties_can_t_be_inferred_with_isolatedDeclarations:n(9016,1,"Objects_that_contain_shorthand_properties_can_t_be_inferred_with_isolatedDeclarations_9016","Objects that contain shorthand properties can't be inferred with --isolatedDeclarations."),Only_const_arrays_can_be_inferred_with_isolatedDeclarations:n(9017,1,"Only_const_arrays_can_be_inferred_with_isolatedDeclarations_9017","Only const arrays can be inferred with --isolatedDeclarations."),Arrays_with_spread_elements_can_t_inferred_with_isolatedDeclarations:n(9018,1,"Arrays_with_spread_elements_can_t_inferred_with_isolatedDeclarations_9018","Arrays with spread elements can't inferred with --isolatedDeclarations."),Binding_elements_can_t_be_exported_directly_with_isolatedDeclarations:n(9019,1,"Binding_elements_can_t_be_exported_directly_with_isolatedDeclarations_9019","Binding elements can't be exported directly with --isolatedDeclarations."),Enum_member_initializers_must_be_computable_without_references_to_external_symbols_with_isolatedDeclarations:n(9020,1,"Enum_member_initializers_must_be_computable_without_references_to_external_symbols_with_isolatedDecl_9020","Enum member initializers must be computable without references to external symbols with --isolatedDeclarations."),Extends_clause_can_t_contain_an_expression_with_isolatedDeclarations:n(9021,1,"Extends_clause_can_t_contain_an_expression_with_isolatedDeclarations_9021","Extends clause can't contain an expression with --isolatedDeclarations."),Inference_from_class_expressions_is_not_supported_with_isolatedDeclarations:n(9022,1,"Inference_from_class_expressions_is_not_supported_with_isolatedDeclarations_9022","Inference from class expressions is not supported with --isolatedDeclarations."),Assigning_properties_to_functions_without_declaring_them_is_not_supported_with_isolatedDeclarations_Add_an_explicit_declaration_for_the_properties_assigned_to_this_function:n(9023,1,"Assigning_properties_to_functions_without_declaring_them_is_not_supported_with_isolatedDeclarations__9023","Assigning properties to functions without declaring them is not supported with --isolatedDeclarations. Add an explicit declaration for the properties assigned to this function."),Declaration_emit_for_this_parameter_requires_implicitly_adding_undefined_to_its_type_This_is_not_supported_with_isolatedDeclarations:n(9025,1,"Declaration_emit_for_this_parameter_requires_implicitly_adding_undefined_to_its_type_This_is_not_sup_9025","Declaration emit for this parameter requires implicitly adding undefined to its type. This is not supported with --isolatedDeclarations."),Declaration_emit_for_this_file_requires_preserving_this_import_for_augmentations_This_is_not_supported_with_isolatedDeclarations:n(9026,1,"Declaration_emit_for_this_file_requires_preserving_this_import_for_augmentations_This_is_not_support_9026","Declaration emit for this file requires preserving this import for augmentations. This is not supported with --isolatedDeclarations."),Add_a_type_annotation_to_the_variable_0:n(9027,1,"Add_a_type_annotation_to_the_variable_0_9027","Add a type annotation to the variable {0}."),Add_a_type_annotation_to_the_parameter_0:n(9028,1,"Add_a_type_annotation_to_the_parameter_0_9028","Add a type annotation to the parameter {0}."),Add_a_type_annotation_to_the_property_0:n(9029,1,"Add_a_type_annotation_to_the_property_0_9029","Add a type annotation to the property {0}."),Add_a_return_type_to_the_function_expression:n(9030,1,"Add_a_return_type_to_the_function_expression_9030","Add a return type to the function expression."),Add_a_return_type_to_the_function_declaration:n(9031,1,"Add_a_return_type_to_the_function_declaration_9031","Add a return type to the function declaration."),Add_a_return_type_to_the_get_accessor_declaration:n(9032,1,"Add_a_return_type_to_the_get_accessor_declaration_9032","Add a return type to the get accessor declaration."),Add_a_type_to_parameter_of_the_set_accessor_declaration:n(9033,1,"Add_a_type_to_parameter_of_the_set_accessor_declaration_9033","Add a type to parameter of the set accessor declaration."),Add_a_return_type_to_the_method:n(9034,1,"Add_a_return_type_to_the_method_9034","Add a return type to the method"),Add_satisfies_and_a_type_assertion_to_this_expression_satisfies_T_as_T_to_make_the_type_explicit:n(9035,1,"Add_satisfies_and_a_type_assertion_to_this_expression_satisfies_T_as_T_to_make_the_type_explicit_9035","Add satisfies and a type assertion to this expression (satisfies T as T) to make the type explicit."),Move_the_expression_in_default_export_to_a_variable_and_add_a_type_annotation_to_it:n(9036,1,"Move_the_expression_in_default_export_to_a_variable_and_add_a_type_annotation_to_it_9036","Move the expression in default export to a variable and add a type annotation to it."),Default_exports_can_t_be_inferred_with_isolatedDeclarations:n(9037,1,"Default_exports_can_t_be_inferred_with_isolatedDeclarations_9037","Default exports can't be inferred with --isolatedDeclarations."),Computed_property_names_on_class_or_object_literals_cannot_be_inferred_with_isolatedDeclarations:n(9038,1,"Computed_property_names_on_class_or_object_literals_cannot_be_inferred_with_isolatedDeclarations_9038","Computed property names on class or object literals cannot be inferred with --isolatedDeclarations."),Type_containing_private_name_0_can_t_be_used_with_isolatedDeclarations:n(9039,1,"Type_containing_private_name_0_can_t_be_used_with_isolatedDeclarations_9039","Type containing private name '{0}' can't be used with --isolatedDeclarations."),JSX_attributes_must_only_be_assigned_a_non_empty_expression:n(17e3,1,"JSX_attributes_must_only_be_assigned_a_non_empty_expression_17000","JSX attributes must only be assigned a non-empty 'expression'."),JSX_elements_cannot_have_multiple_attributes_with_the_same_name:n(17001,1,"JSX_elements_cannot_have_multiple_attributes_with_the_same_name_17001","JSX elements cannot have multiple attributes with the same name."),Expected_corresponding_JSX_closing_tag_for_0:n(17002,1,"Expected_corresponding_JSX_closing_tag_for_0_17002","Expected corresponding JSX closing tag for '{0}'."),Cannot_use_JSX_unless_the_jsx_flag_is_provided:n(17004,1,"Cannot_use_JSX_unless_the_jsx_flag_is_provided_17004","Cannot use JSX unless the '--jsx' flag is provided."),A_constructor_cannot_contain_a_super_call_when_its_class_extends_null:n(17005,1,"A_constructor_cannot_contain_a_super_call_when_its_class_extends_null_17005","A constructor cannot contain a 'super' call when its class extends 'null'."),An_unary_expression_with_the_0_operator_is_not_allowed_in_the_left_hand_side_of_an_exponentiation_expression_Consider_enclosing_the_expression_in_parentheses:n(17006,1,"An_unary_expression_with_the_0_operator_is_not_allowed_in_the_left_hand_side_of_an_exponentiation_ex_17006","An unary expression with the '{0}' operator is not allowed in the left-hand side of an exponentiation expression. Consider enclosing the expression in parentheses."),A_type_assertion_expression_is_not_allowed_in_the_left_hand_side_of_an_exponentiation_expression_Consider_enclosing_the_expression_in_parentheses:n(17007,1,"A_type_assertion_expression_is_not_allowed_in_the_left_hand_side_of_an_exponentiation_expression_Con_17007","A type assertion expression is not allowed in the left-hand side of an exponentiation expression. Consider enclosing the expression in parentheses."),JSX_element_0_has_no_corresponding_closing_tag:n(17008,1,"JSX_element_0_has_no_corresponding_closing_tag_17008","JSX element '{0}' has no corresponding closing tag."),super_must_be_called_before_accessing_this_in_the_constructor_of_a_derived_class:n(17009,1,"super_must_be_called_before_accessing_this_in_the_constructor_of_a_derived_class_17009","'super' must be called before accessing 'this' in the constructor of a derived class."),Unknown_type_acquisition_option_0:n(17010,1,"Unknown_type_acquisition_option_0_17010","Unknown type acquisition option '{0}'."),super_must_be_called_before_accessing_a_property_of_super_in_the_constructor_of_a_derived_class:n(17011,1,"super_must_be_called_before_accessing_a_property_of_super_in_the_constructor_of_a_derived_class_17011","'super' must be called before accessing a property of 'super' in the constructor of a derived class."),_0_is_not_a_valid_meta_property_for_keyword_1_Did_you_mean_2:n(17012,1,"_0_is_not_a_valid_meta_property_for_keyword_1_Did_you_mean_2_17012","'{0}' is not a valid meta-property for keyword '{1}'. Did you mean '{2}'?"),Meta_property_0_is_only_allowed_in_the_body_of_a_function_declaration_function_expression_or_constructor:n(17013,1,"Meta_property_0_is_only_allowed_in_the_body_of_a_function_declaration_function_expression_or_constru_17013","Meta-property '{0}' is only allowed in the body of a function declaration, function expression, or constructor."),JSX_fragment_has_no_corresponding_closing_tag:n(17014,1,"JSX_fragment_has_no_corresponding_closing_tag_17014","JSX fragment has no corresponding closing tag."),Expected_corresponding_closing_tag_for_JSX_fragment:n(17015,1,"Expected_corresponding_closing_tag_for_JSX_fragment_17015","Expected corresponding closing tag for JSX fragment."),The_jsxFragmentFactory_compiler_option_must_be_provided_to_use_JSX_fragments_with_the_jsxFactory_compiler_option:n(17016,1,"The_jsxFragmentFactory_compiler_option_must_be_provided_to_use_JSX_fragments_with_the_jsxFactory_com_17016","The 'jsxFragmentFactory' compiler option must be provided to use JSX fragments with the 'jsxFactory' compiler option."),An_jsxFrag_pragma_is_required_when_using_an_jsx_pragma_with_JSX_fragments:n(17017,1,"An_jsxFrag_pragma_is_required_when_using_an_jsx_pragma_with_JSX_fragments_17017","An @jsxFrag pragma is required when using an @jsx pragma with JSX fragments."),Unknown_type_acquisition_option_0_Did_you_mean_1:n(17018,1,"Unknown_type_acquisition_option_0_Did_you_mean_1_17018","Unknown type acquisition option '{0}'. Did you mean '{1}'?"),_0_at_the_end_of_a_type_is_not_valid_TypeScript_syntax_Did_you_mean_to_write_1:n(17019,1,"_0_at_the_end_of_a_type_is_not_valid_TypeScript_syntax_Did_you_mean_to_write_1_17019","'{0}' at the end of a type is not valid TypeScript syntax. Did you mean to write '{1}'?"),_0_at_the_start_of_a_type_is_not_valid_TypeScript_syntax_Did_you_mean_to_write_1:n(17020,1,"_0_at_the_start_of_a_type_is_not_valid_TypeScript_syntax_Did_you_mean_to_write_1_17020","'{0}' at the start of a type is not valid TypeScript syntax. Did you mean to write '{1}'?"),Unicode_escape_sequence_cannot_appear_here:n(17021,1,"Unicode_escape_sequence_cannot_appear_here_17021","Unicode escape sequence cannot appear here."),Circularity_detected_while_resolving_configuration_Colon_0:n(18e3,1,"Circularity_detected_while_resolving_configuration_Colon_0_18000","Circularity detected while resolving configuration: {0}"),The_files_list_in_config_file_0_is_empty:n(18002,1,"The_files_list_in_config_file_0_is_empty_18002","The 'files' list in config file '{0}' is empty."),No_inputs_were_found_in_config_file_0_Specified_include_paths_were_1_and_exclude_paths_were_2:n(18003,1,"No_inputs_were_found_in_config_file_0_Specified_include_paths_were_1_and_exclude_paths_were_2_18003","No inputs were found in config file '{0}'. Specified 'include' paths were '{1}' and 'exclude' paths were '{2}'."),File_is_a_CommonJS_module_it_may_be_converted_to_an_ES_module:n(80001,2,"File_is_a_CommonJS_module_it_may_be_converted_to_an_ES_module_80001","File is a CommonJS module; it may be converted to an ES module."),This_constructor_function_may_be_converted_to_a_class_declaration:n(80002,2,"This_constructor_function_may_be_converted_to_a_class_declaration_80002","This constructor function may be converted to a class declaration."),Import_may_be_converted_to_a_default_import:n(80003,2,"Import_may_be_converted_to_a_default_import_80003","Import may be converted to a default import."),JSDoc_types_may_be_moved_to_TypeScript_types:n(80004,2,"JSDoc_types_may_be_moved_to_TypeScript_types_80004","JSDoc types may be moved to TypeScript types."),require_call_may_be_converted_to_an_import:n(80005,2,"require_call_may_be_converted_to_an_import_80005","'require' call may be converted to an import."),This_may_be_converted_to_an_async_function:n(80006,2,"This_may_be_converted_to_an_async_function_80006","This may be converted to an async function."),await_has_no_effect_on_the_type_of_this_expression:n(80007,2,"await_has_no_effect_on_the_type_of_this_expression_80007","'await' has no effect on the type of this expression."),Numeric_literals_with_absolute_values_equal_to_2_53_or_greater_are_too_large_to_be_represented_accurately_as_integers:n(80008,2,"Numeric_literals_with_absolute_values_equal_to_2_53_or_greater_are_too_large_to_be_represented_accur_80008","Numeric literals with absolute values equal to 2^53 or greater are too large to be represented accurately as integers."),JSDoc_typedef_may_be_converted_to_TypeScript_type:n(80009,2,"JSDoc_typedef_may_be_converted_to_TypeScript_type_80009","JSDoc typedef may be converted to TypeScript type."),JSDoc_typedefs_may_be_converted_to_TypeScript_types:n(80010,2,"JSDoc_typedefs_may_be_converted_to_TypeScript_types_80010","JSDoc typedefs may be converted to TypeScript types."),Add_missing_super_call:n(90001,3,"Add_missing_super_call_90001","Add missing 'super()' call"),Make_super_call_the_first_statement_in_the_constructor:n(90002,3,"Make_super_call_the_first_statement_in_the_constructor_90002","Make 'super()' call the first statement in the constructor"),Change_extends_to_implements:n(90003,3,"Change_extends_to_implements_90003","Change 'extends' to 'implements'"),Remove_unused_declaration_for_Colon_0:n(90004,3,"Remove_unused_declaration_for_Colon_0_90004","Remove unused declaration for: '{0}'"),Remove_import_from_0:n(90005,3,"Remove_import_from_0_90005","Remove import from '{0}'"),Implement_interface_0:n(90006,3,"Implement_interface_0_90006","Implement interface '{0}'"),Implement_inherited_abstract_class:n(90007,3,"Implement_inherited_abstract_class_90007","Implement inherited abstract class"),Add_0_to_unresolved_variable:n(90008,3,"Add_0_to_unresolved_variable_90008","Add '{0}.' to unresolved variable"),Remove_variable_statement:n(90010,3,"Remove_variable_statement_90010","Remove variable statement"),Remove_template_tag:n(90011,3,"Remove_template_tag_90011","Remove template tag"),Remove_type_parameters:n(90012,3,"Remove_type_parameters_90012","Remove type parameters"),Import_0_from_1:n(90013,3,"Import_0_from_1_90013",`Import '{0}' from "{1}"`),Change_0_to_1:n(90014,3,"Change_0_to_1_90014","Change '{0}' to '{1}'"),Declare_property_0:n(90016,3,"Declare_property_0_90016","Declare property '{0}'"),Add_index_signature_for_property_0:n(90017,3,"Add_index_signature_for_property_0_90017","Add index signature for property '{0}'"),Disable_checking_for_this_file:n(90018,3,"Disable_checking_for_this_file_90018","Disable checking for this file"),Ignore_this_error_message:n(90019,3,"Ignore_this_error_message_90019","Ignore this error message"),Initialize_property_0_in_the_constructor:n(90020,3,"Initialize_property_0_in_the_constructor_90020","Initialize property '{0}' in the constructor"),Initialize_static_property_0:n(90021,3,"Initialize_static_property_0_90021","Initialize static property '{0}'"),Change_spelling_to_0:n(90022,3,"Change_spelling_to_0_90022","Change spelling to '{0}'"),Declare_method_0:n(90023,3,"Declare_method_0_90023","Declare method '{0}'"),Declare_static_method_0:n(90024,3,"Declare_static_method_0_90024","Declare static method '{0}'"),Prefix_0_with_an_underscore:n(90025,3,"Prefix_0_with_an_underscore_90025","Prefix '{0}' with an underscore"),Rewrite_as_the_indexed_access_type_0:n(90026,3,"Rewrite_as_the_indexed_access_type_0_90026","Rewrite as the indexed access type '{0}'"),Declare_static_property_0:n(90027,3,"Declare_static_property_0_90027","Declare static property '{0}'"),Call_decorator_expression:n(90028,3,"Call_decorator_expression_90028","Call decorator expression"),Add_async_modifier_to_containing_function:n(90029,3,"Add_async_modifier_to_containing_function_90029","Add async modifier to containing function"),Replace_infer_0_with_unknown:n(90030,3,"Replace_infer_0_with_unknown_90030","Replace 'infer {0}' with 'unknown'"),Replace_all_unused_infer_with_unknown:n(90031,3,"Replace_all_unused_infer_with_unknown_90031","Replace all unused 'infer' with 'unknown'"),Add_parameter_name:n(90034,3,"Add_parameter_name_90034","Add parameter name"),Declare_private_property_0:n(90035,3,"Declare_private_property_0_90035","Declare private property '{0}'"),Replace_0_with_Promise_1:n(90036,3,"Replace_0_with_Promise_1_90036","Replace '{0}' with 'Promise<{1}>'"),Fix_all_incorrect_return_type_of_an_async_functions:n(90037,3,"Fix_all_incorrect_return_type_of_an_async_functions_90037","Fix all incorrect return type of an async functions"),Declare_private_method_0:n(90038,3,"Declare_private_method_0_90038","Declare private method '{0}'"),Remove_unused_destructuring_declaration:n(90039,3,"Remove_unused_destructuring_declaration_90039","Remove unused destructuring declaration"),Remove_unused_declarations_for_Colon_0:n(90041,3,"Remove_unused_declarations_for_Colon_0_90041","Remove unused declarations for: '{0}'"),Declare_a_private_field_named_0:n(90053,3,"Declare_a_private_field_named_0_90053","Declare a private field named '{0}'."),Includes_imports_of_types_referenced_by_0:n(90054,3,"Includes_imports_of_types_referenced_by_0_90054","Includes imports of types referenced by '{0}'"),Remove_type_from_import_declaration_from_0:n(90055,3,"Remove_type_from_import_declaration_from_0_90055",`Remove 'type' from import declaration from "{0}"`),Remove_type_from_import_of_0_from_1:n(90056,3,"Remove_type_from_import_of_0_from_1_90056",`Remove 'type' from import of '{0}' from "{1}"`),Add_import_from_0:n(90057,3,"Add_import_from_0_90057",'Add import from "{0}"'),Update_import_from_0:n(90058,3,"Update_import_from_0_90058",'Update import from "{0}"'),Export_0_from_module_1:n(90059,3,"Export_0_from_module_1_90059","Export '{0}' from module '{1}'"),Export_all_referenced_locals:n(90060,3,"Export_all_referenced_locals_90060","Export all referenced locals"),Update_modifiers_of_0:n(90061,3,"Update_modifiers_of_0_90061","Update modifiers of '{0}'"),Add_annotation_of_type_0:n(90062,3,"Add_annotation_of_type_0_90062","Add annotation of type '{0}'"),Add_return_type_0:n(90063,3,"Add_return_type_0_90063","Add return type '{0}'"),Extract_base_class_to_variable:n(90064,3,"Extract_base_class_to_variable_90064","Extract base class to variable"),Extract_default_export_to_variable:n(90065,3,"Extract_default_export_to_variable_90065","Extract default export to variable"),Extract_binding_expressions_to_variable:n(90066,3,"Extract_binding_expressions_to_variable_90066","Extract binding expressions to variable"),Add_all_missing_type_annotations:n(90067,3,"Add_all_missing_type_annotations_90067","Add all missing type annotations"),Add_satisfies_and_an_inline_type_assertion_with_0:n(90068,3,"Add_satisfies_and_an_inline_type_assertion_with_0_90068","Add satisfies and an inline type assertion with '{0}'"),Extract_to_variable_and_replace_with_0_as_typeof_0:n(90069,3,"Extract_to_variable_and_replace_with_0_as_typeof_0_90069","Extract to variable and replace with '{0} as typeof {0}'"),Mark_array_literal_as_const:n(90070,3,"Mark_array_literal_as_const_90070","Mark array literal as const"),Annotate_types_of_properties_expando_function_in_a_namespace:n(90071,3,"Annotate_types_of_properties_expando_function_in_a_namespace_90071","Annotate types of properties expando function in a namespace"),Convert_function_to_an_ES2015_class:n(95001,3,"Convert_function_to_an_ES2015_class_95001","Convert function to an ES2015 class"),Convert_0_to_1_in_0:n(95003,3,"Convert_0_to_1_in_0_95003","Convert '{0}' to '{1} in {0}'"),Extract_to_0_in_1:n(95004,3,"Extract_to_0_in_1_95004","Extract to {0} in {1}"),Extract_function:n(95005,3,"Extract_function_95005","Extract function"),Extract_constant:n(95006,3,"Extract_constant_95006","Extract constant"),Extract_to_0_in_enclosing_scope:n(95007,3,"Extract_to_0_in_enclosing_scope_95007","Extract to {0} in enclosing scope"),Extract_to_0_in_1_scope:n(95008,3,"Extract_to_0_in_1_scope_95008","Extract to {0} in {1} scope"),Annotate_with_type_from_JSDoc:n(95009,3,"Annotate_with_type_from_JSDoc_95009","Annotate with type from JSDoc"),Infer_type_of_0_from_usage:n(95011,3,"Infer_type_of_0_from_usage_95011","Infer type of '{0}' from usage"),Infer_parameter_types_from_usage:n(95012,3,"Infer_parameter_types_from_usage_95012","Infer parameter types from usage"),Convert_to_default_import:n(95013,3,"Convert_to_default_import_95013","Convert to default import"),Install_0:n(95014,3,"Install_0_95014","Install '{0}'"),Replace_import_with_0:n(95015,3,"Replace_import_with_0_95015","Replace import with '{0}'."),Use_synthetic_default_member:n(95016,3,"Use_synthetic_default_member_95016","Use synthetic 'default' member."),Convert_to_ES_module:n(95017,3,"Convert_to_ES_module_95017","Convert to ES module"),Add_undefined_type_to_property_0:n(95018,3,"Add_undefined_type_to_property_0_95018","Add 'undefined' type to property '{0}'"),Add_initializer_to_property_0:n(95019,3,"Add_initializer_to_property_0_95019","Add initializer to property '{0}'"),Add_definite_assignment_assertion_to_property_0:n(95020,3,"Add_definite_assignment_assertion_to_property_0_95020","Add definite assignment assertion to property '{0}'"),Convert_all_type_literals_to_mapped_type:n(95021,3,"Convert_all_type_literals_to_mapped_type_95021","Convert all type literals to mapped type"),Add_all_missing_members:n(95022,3,"Add_all_missing_members_95022","Add all missing members"),Infer_all_types_from_usage:n(95023,3,"Infer_all_types_from_usage_95023","Infer all types from usage"),Delete_all_unused_declarations:n(95024,3,"Delete_all_unused_declarations_95024","Delete all unused declarations"),Prefix_all_unused_declarations_with_where_possible:n(95025,3,"Prefix_all_unused_declarations_with_where_possible_95025","Prefix all unused declarations with '_' where possible"),Fix_all_detected_spelling_errors:n(95026,3,"Fix_all_detected_spelling_errors_95026","Fix all detected spelling errors"),Add_initializers_to_all_uninitialized_properties:n(95027,3,"Add_initializers_to_all_uninitialized_properties_95027","Add initializers to all uninitialized properties"),Add_definite_assignment_assertions_to_all_uninitialized_properties:n(95028,3,"Add_definite_assignment_assertions_to_all_uninitialized_properties_95028","Add definite assignment assertions to all uninitialized properties"),Add_undefined_type_to_all_uninitialized_properties:n(95029,3,"Add_undefined_type_to_all_uninitialized_properties_95029","Add undefined type to all uninitialized properties"),Change_all_jsdoc_style_types_to_TypeScript:n(95030,3,"Change_all_jsdoc_style_types_to_TypeScript_95030","Change all jsdoc-style types to TypeScript"),Change_all_jsdoc_style_types_to_TypeScript_and_add_undefined_to_nullable_types:n(95031,3,"Change_all_jsdoc_style_types_to_TypeScript_and_add_undefined_to_nullable_types_95031","Change all jsdoc-style types to TypeScript (and add '| undefined' to nullable types)"),Implement_all_unimplemented_interfaces:n(95032,3,"Implement_all_unimplemented_interfaces_95032","Implement all unimplemented interfaces"),Install_all_missing_types_packages:n(95033,3,"Install_all_missing_types_packages_95033","Install all missing types packages"),Rewrite_all_as_indexed_access_types:n(95034,3,"Rewrite_all_as_indexed_access_types_95034","Rewrite all as indexed access types"),Convert_all_to_default_imports:n(95035,3,"Convert_all_to_default_imports_95035","Convert all to default imports"),Make_all_super_calls_the_first_statement_in_their_constructor:n(95036,3,"Make_all_super_calls_the_first_statement_in_their_constructor_95036","Make all 'super()' calls the first statement in their constructor"),Add_qualifier_to_all_unresolved_variables_matching_a_member_name:n(95037,3,"Add_qualifier_to_all_unresolved_variables_matching_a_member_name_95037","Add qualifier to all unresolved variables matching a member name"),Change_all_extended_interfaces_to_implements:n(95038,3,"Change_all_extended_interfaces_to_implements_95038","Change all extended interfaces to 'implements'"),Add_all_missing_super_calls:n(95039,3,"Add_all_missing_super_calls_95039","Add all missing super calls"),Implement_all_inherited_abstract_classes:n(95040,3,"Implement_all_inherited_abstract_classes_95040","Implement all inherited abstract classes"),Add_all_missing_async_modifiers:n(95041,3,"Add_all_missing_async_modifiers_95041","Add all missing 'async' modifiers"),Add_ts_ignore_to_all_error_messages:n(95042,3,"Add_ts_ignore_to_all_error_messages_95042","Add '@ts-ignore' to all error messages"),Annotate_everything_with_types_from_JSDoc:n(95043,3,"Annotate_everything_with_types_from_JSDoc_95043","Annotate everything with types from JSDoc"),Add_to_all_uncalled_decorators:n(95044,3,"Add_to_all_uncalled_decorators_95044","Add '()' to all uncalled decorators"),Convert_all_constructor_functions_to_classes:n(95045,3,"Convert_all_constructor_functions_to_classes_95045","Convert all constructor functions to classes"),Generate_get_and_set_accessors:n(95046,3,"Generate_get_and_set_accessors_95046","Generate 'get' and 'set' accessors"),Convert_require_to_import:n(95047,3,"Convert_require_to_import_95047","Convert 'require' to 'import'"),Convert_all_require_to_import:n(95048,3,"Convert_all_require_to_import_95048","Convert all 'require' to 'import'"),Move_to_a_new_file:n(95049,3,"Move_to_a_new_file_95049","Move to a new file"),Remove_unreachable_code:n(95050,3,"Remove_unreachable_code_95050","Remove unreachable code"),Remove_all_unreachable_code:n(95051,3,"Remove_all_unreachable_code_95051","Remove all unreachable code"),Add_missing_typeof:n(95052,3,"Add_missing_typeof_95052","Add missing 'typeof'"),Remove_unused_label:n(95053,3,"Remove_unused_label_95053","Remove unused label"),Remove_all_unused_labels:n(95054,3,"Remove_all_unused_labels_95054","Remove all unused labels"),Convert_0_to_mapped_object_type:n(95055,3,"Convert_0_to_mapped_object_type_95055","Convert '{0}' to mapped object type"),Convert_namespace_import_to_named_imports:n(95056,3,"Convert_namespace_import_to_named_imports_95056","Convert namespace import to named imports"),Convert_named_imports_to_namespace_import:n(95057,3,"Convert_named_imports_to_namespace_import_95057","Convert named imports to namespace import"),Add_or_remove_braces_in_an_arrow_function:n(95058,3,"Add_or_remove_braces_in_an_arrow_function_95058","Add or remove braces in an arrow function"),Add_braces_to_arrow_function:n(95059,3,"Add_braces_to_arrow_function_95059","Add braces to arrow function"),Remove_braces_from_arrow_function:n(95060,3,"Remove_braces_from_arrow_function_95060","Remove braces from arrow function"),Convert_default_export_to_named_export:n(95061,3,"Convert_default_export_to_named_export_95061","Convert default export to named export"),Convert_named_export_to_default_export:n(95062,3,"Convert_named_export_to_default_export_95062","Convert named export to default export"),Add_missing_enum_member_0:n(95063,3,"Add_missing_enum_member_0_95063","Add missing enum member '{0}'"),Add_all_missing_imports:n(95064,3,"Add_all_missing_imports_95064","Add all missing imports"),Convert_to_async_function:n(95065,3,"Convert_to_async_function_95065","Convert to async function"),Convert_all_to_async_functions:n(95066,3,"Convert_all_to_async_functions_95066","Convert all to async functions"),Add_missing_call_parentheses:n(95067,3,"Add_missing_call_parentheses_95067","Add missing call parentheses"),Add_all_missing_call_parentheses:n(95068,3,"Add_all_missing_call_parentheses_95068","Add all missing call parentheses"),Add_unknown_conversion_for_non_overlapping_types:n(95069,3,"Add_unknown_conversion_for_non_overlapping_types_95069","Add 'unknown' conversion for non-overlapping types"),Add_unknown_to_all_conversions_of_non_overlapping_types:n(95070,3,"Add_unknown_to_all_conversions_of_non_overlapping_types_95070","Add 'unknown' to all conversions of non-overlapping types"),Add_missing_new_operator_to_call:n(95071,3,"Add_missing_new_operator_to_call_95071","Add missing 'new' operator to call"),Add_missing_new_operator_to_all_calls:n(95072,3,"Add_missing_new_operator_to_all_calls_95072","Add missing 'new' operator to all calls"),Add_names_to_all_parameters_without_names:n(95073,3,"Add_names_to_all_parameters_without_names_95073","Add names to all parameters without names"),Enable_the_experimentalDecorators_option_in_your_configuration_file:n(95074,3,"Enable_the_experimentalDecorators_option_in_your_configuration_file_95074","Enable the 'experimentalDecorators' option in your configuration file"),Convert_parameters_to_destructured_object:n(95075,3,"Convert_parameters_to_destructured_object_95075","Convert parameters to destructured object"),Extract_type:n(95077,3,"Extract_type_95077","Extract type"),Extract_to_type_alias:n(95078,3,"Extract_to_type_alias_95078","Extract to type alias"),Extract_to_typedef:n(95079,3,"Extract_to_typedef_95079","Extract to typedef"),Infer_this_type_of_0_from_usage:n(95080,3,"Infer_this_type_of_0_from_usage_95080","Infer 'this' type of '{0}' from usage"),Add_const_to_unresolved_variable:n(95081,3,"Add_const_to_unresolved_variable_95081","Add 'const' to unresolved variable"),Add_const_to_all_unresolved_variables:n(95082,3,"Add_const_to_all_unresolved_variables_95082","Add 'const' to all unresolved variables"),Add_await:n(95083,3,"Add_await_95083","Add 'await'"),Add_await_to_initializer_for_0:n(95084,3,"Add_await_to_initializer_for_0_95084","Add 'await' to initializer for '{0}'"),Fix_all_expressions_possibly_missing_await:n(95085,3,"Fix_all_expressions_possibly_missing_await_95085","Fix all expressions possibly missing 'await'"),Remove_unnecessary_await:n(95086,3,"Remove_unnecessary_await_95086","Remove unnecessary 'await'"),Remove_all_unnecessary_uses_of_await:n(95087,3,"Remove_all_unnecessary_uses_of_await_95087","Remove all unnecessary uses of 'await'"),Enable_the_jsx_flag_in_your_configuration_file:n(95088,3,"Enable_the_jsx_flag_in_your_configuration_file_95088","Enable the '--jsx' flag in your configuration file"),Add_await_to_initializers:n(95089,3,"Add_await_to_initializers_95089","Add 'await' to initializers"),Extract_to_interface:n(95090,3,"Extract_to_interface_95090","Extract to interface"),Convert_to_a_bigint_numeric_literal:n(95091,3,"Convert_to_a_bigint_numeric_literal_95091","Convert to a bigint numeric literal"),Convert_all_to_bigint_numeric_literals:n(95092,3,"Convert_all_to_bigint_numeric_literals_95092","Convert all to bigint numeric literals"),Convert_const_to_let:n(95093,3,"Convert_const_to_let_95093","Convert 'const' to 'let'"),Prefix_with_declare:n(95094,3,"Prefix_with_declare_95094","Prefix with 'declare'"),Prefix_all_incorrect_property_declarations_with_declare:n(95095,3,"Prefix_all_incorrect_property_declarations_with_declare_95095","Prefix all incorrect property declarations with 'declare'"),Convert_to_template_string:n(95096,3,"Convert_to_template_string_95096","Convert to template string"),Add_export_to_make_this_file_into_a_module:n(95097,3,"Add_export_to_make_this_file_into_a_module_95097","Add 'export {}' to make this file into a module"),Set_the_target_option_in_your_configuration_file_to_0:n(95098,3,"Set_the_target_option_in_your_configuration_file_to_0_95098","Set the 'target' option in your configuration file to '{0}'"),Set_the_module_option_in_your_configuration_file_to_0:n(95099,3,"Set_the_module_option_in_your_configuration_file_to_0_95099","Set the 'module' option in your configuration file to '{0}'"),Convert_invalid_character_to_its_html_entity_code:n(95100,3,"Convert_invalid_character_to_its_html_entity_code_95100","Convert invalid character to its html entity code"),Convert_all_invalid_characters_to_HTML_entity_code:n(95101,3,"Convert_all_invalid_characters_to_HTML_entity_code_95101","Convert all invalid characters to HTML entity code"),Convert_all_const_to_let:n(95102,3,"Convert_all_const_to_let_95102","Convert all 'const' to 'let'"),Convert_function_expression_0_to_arrow_function:n(95105,3,"Convert_function_expression_0_to_arrow_function_95105","Convert function expression '{0}' to arrow function"),Convert_function_declaration_0_to_arrow_function:n(95106,3,"Convert_function_declaration_0_to_arrow_function_95106","Convert function declaration '{0}' to arrow function"),Fix_all_implicit_this_errors:n(95107,3,"Fix_all_implicit_this_errors_95107","Fix all implicit-'this' errors"),Wrap_invalid_character_in_an_expression_container:n(95108,3,"Wrap_invalid_character_in_an_expression_container_95108","Wrap invalid character in an expression container"),Wrap_all_invalid_characters_in_an_expression_container:n(95109,3,"Wrap_all_invalid_characters_in_an_expression_container_95109","Wrap all invalid characters in an expression container"),Visit_https_Colon_Slash_Slashaka_ms_Slashtsconfig_to_read_more_about_this_file:n(95110,3,"Visit_https_Colon_Slash_Slashaka_ms_Slashtsconfig_to_read_more_about_this_file_95110","Visit https://aka.ms/tsconfig to read more about this file"),Add_a_return_statement:n(95111,3,"Add_a_return_statement_95111","Add a return statement"),Remove_braces_from_arrow_function_body:n(95112,3,"Remove_braces_from_arrow_function_body_95112","Remove braces from arrow function body"),Wrap_the_following_body_with_parentheses_which_should_be_an_object_literal:n(95113,3,"Wrap_the_following_body_with_parentheses_which_should_be_an_object_literal_95113","Wrap the following body with parentheses which should be an object literal"),Add_all_missing_return_statement:n(95114,3,"Add_all_missing_return_statement_95114","Add all missing return statement"),Remove_braces_from_all_arrow_function_bodies_with_relevant_issues:n(95115,3,"Remove_braces_from_all_arrow_function_bodies_with_relevant_issues_95115","Remove braces from all arrow function bodies with relevant issues"),Wrap_all_object_literal_with_parentheses:n(95116,3,"Wrap_all_object_literal_with_parentheses_95116","Wrap all object literal with parentheses"),Move_labeled_tuple_element_modifiers_to_labels:n(95117,3,"Move_labeled_tuple_element_modifiers_to_labels_95117","Move labeled tuple element modifiers to labels"),Convert_overload_list_to_single_signature:n(95118,3,"Convert_overload_list_to_single_signature_95118","Convert overload list to single signature"),Generate_get_and_set_accessors_for_all_overriding_properties:n(95119,3,"Generate_get_and_set_accessors_for_all_overriding_properties_95119","Generate 'get' and 'set' accessors for all overriding properties"),Wrap_in_JSX_fragment:n(95120,3,"Wrap_in_JSX_fragment_95120","Wrap in JSX fragment"),Wrap_all_unparented_JSX_in_JSX_fragment:n(95121,3,"Wrap_all_unparented_JSX_in_JSX_fragment_95121","Wrap all unparented JSX in JSX fragment"),Convert_arrow_function_or_function_expression:n(95122,3,"Convert_arrow_function_or_function_expression_95122","Convert arrow function or function expression"),Convert_to_anonymous_function:n(95123,3,"Convert_to_anonymous_function_95123","Convert to anonymous function"),Convert_to_named_function:n(95124,3,"Convert_to_named_function_95124","Convert to named function"),Convert_to_arrow_function:n(95125,3,"Convert_to_arrow_function_95125","Convert to arrow function"),Remove_parentheses:n(95126,3,"Remove_parentheses_95126","Remove parentheses"),Could_not_find_a_containing_arrow_function:n(95127,3,"Could_not_find_a_containing_arrow_function_95127","Could not find a containing arrow function"),Containing_function_is_not_an_arrow_function:n(95128,3,"Containing_function_is_not_an_arrow_function_95128","Containing function is not an arrow function"),Could_not_find_export_statement:n(95129,3,"Could_not_find_export_statement_95129","Could not find export statement"),This_file_already_has_a_default_export:n(95130,3,"This_file_already_has_a_default_export_95130","This file already has a default export"),Could_not_find_import_clause:n(95131,3,"Could_not_find_import_clause_95131","Could not find import clause"),Could_not_find_namespace_import_or_named_imports:n(95132,3,"Could_not_find_namespace_import_or_named_imports_95132","Could not find namespace import or named imports"),Selection_is_not_a_valid_type_node:n(95133,3,"Selection_is_not_a_valid_type_node_95133","Selection is not a valid type node"),No_type_could_be_extracted_from_this_type_node:n(95134,3,"No_type_could_be_extracted_from_this_type_node_95134","No type could be extracted from this type node"),Could_not_find_property_for_which_to_generate_accessor:n(95135,3,"Could_not_find_property_for_which_to_generate_accessor_95135","Could not find property for which to generate accessor"),Name_is_not_valid:n(95136,3,"Name_is_not_valid_95136","Name is not valid"),Can_only_convert_property_with_modifier:n(95137,3,"Can_only_convert_property_with_modifier_95137","Can only convert property with modifier"),Switch_each_misused_0_to_1:n(95138,3,"Switch_each_misused_0_to_1_95138","Switch each misused '{0}' to '{1}'"),Convert_to_optional_chain_expression:n(95139,3,"Convert_to_optional_chain_expression_95139","Convert to optional chain expression"),Could_not_find_convertible_access_expression:n(95140,3,"Could_not_find_convertible_access_expression_95140","Could not find convertible access expression"),Could_not_find_matching_access_expressions:n(95141,3,"Could_not_find_matching_access_expressions_95141","Could not find matching access expressions"),Can_only_convert_logical_AND_access_chains:n(95142,3,"Can_only_convert_logical_AND_access_chains_95142","Can only convert logical AND access chains"),Add_void_to_Promise_resolved_without_a_value:n(95143,3,"Add_void_to_Promise_resolved_without_a_value_95143","Add 'void' to Promise resolved without a value"),Add_void_to_all_Promises_resolved_without_a_value:n(95144,3,"Add_void_to_all_Promises_resolved_without_a_value_95144","Add 'void' to all Promises resolved without a value"),Use_element_access_for_0:n(95145,3,"Use_element_access_for_0_95145","Use element access for '{0}'"),Use_element_access_for_all_undeclared_properties:n(95146,3,"Use_element_access_for_all_undeclared_properties_95146","Use element access for all undeclared properties."),Delete_all_unused_imports:n(95147,3,"Delete_all_unused_imports_95147","Delete all unused imports"),Infer_function_return_type:n(95148,3,"Infer_function_return_type_95148","Infer function return type"),Return_type_must_be_inferred_from_a_function:n(95149,3,"Return_type_must_be_inferred_from_a_function_95149","Return type must be inferred from a function"),Could_not_determine_function_return_type:n(95150,3,"Could_not_determine_function_return_type_95150","Could not determine function return type"),Could_not_convert_to_arrow_function:n(95151,3,"Could_not_convert_to_arrow_function_95151","Could not convert to arrow function"),Could_not_convert_to_named_function:n(95152,3,"Could_not_convert_to_named_function_95152","Could not convert to named function"),Could_not_convert_to_anonymous_function:n(95153,3,"Could_not_convert_to_anonymous_function_95153","Could not convert to anonymous function"),Can_only_convert_string_concatenations_and_string_literals:n(95154,3,"Can_only_convert_string_concatenations_and_string_literals_95154","Can only convert string concatenations and string literals"),Selection_is_not_a_valid_statement_or_statements:n(95155,3,"Selection_is_not_a_valid_statement_or_statements_95155","Selection is not a valid statement or statements"),Add_missing_function_declaration_0:n(95156,3,"Add_missing_function_declaration_0_95156","Add missing function declaration '{0}'"),Add_all_missing_function_declarations:n(95157,3,"Add_all_missing_function_declarations_95157","Add all missing function declarations"),Method_not_implemented:n(95158,3,"Method_not_implemented_95158","Method not implemented."),Function_not_implemented:n(95159,3,"Function_not_implemented_95159","Function not implemented."),Add_override_modifier:n(95160,3,"Add_override_modifier_95160","Add 'override' modifier"),Remove_override_modifier:n(95161,3,"Remove_override_modifier_95161","Remove 'override' modifier"),Add_all_missing_override_modifiers:n(95162,3,"Add_all_missing_override_modifiers_95162","Add all missing 'override' modifiers"),Remove_all_unnecessary_override_modifiers:n(95163,3,"Remove_all_unnecessary_override_modifiers_95163","Remove all unnecessary 'override' modifiers"),Can_only_convert_named_export:n(95164,3,"Can_only_convert_named_export_95164","Can only convert named export"),Add_missing_properties:n(95165,3,"Add_missing_properties_95165","Add missing properties"),Add_all_missing_properties:n(95166,3,"Add_all_missing_properties_95166","Add all missing properties"),Add_missing_attributes:n(95167,3,"Add_missing_attributes_95167","Add missing attributes"),Add_all_missing_attributes:n(95168,3,"Add_all_missing_attributes_95168","Add all missing attributes"),Add_undefined_to_optional_property_type:n(95169,3,"Add_undefined_to_optional_property_type_95169","Add 'undefined' to optional property type"),Convert_named_imports_to_default_import:n(95170,3,"Convert_named_imports_to_default_import_95170","Convert named imports to default import"),Delete_unused_param_tag_0:n(95171,3,"Delete_unused_param_tag_0_95171","Delete unused '@param' tag '{0}'"),Delete_all_unused_param_tags:n(95172,3,"Delete_all_unused_param_tags_95172","Delete all unused '@param' tags"),Rename_param_tag_name_0_to_1:n(95173,3,"Rename_param_tag_name_0_to_1_95173","Rename '@param' tag name '{0}' to '{1}'"),Use_0:n(95174,3,"Use_0_95174","Use `{0}`."),Use_Number_isNaN_in_all_conditions:n(95175,3,"Use_Number_isNaN_in_all_conditions_95175","Use `Number.isNaN` in all conditions."),Convert_typedef_to_TypeScript_type:n(95176,3,"Convert_typedef_to_TypeScript_type_95176","Convert typedef to TypeScript type."),Convert_all_typedef_to_TypeScript_types:n(95177,3,"Convert_all_typedef_to_TypeScript_types_95177","Convert all typedef to TypeScript types."),Move_to_file:n(95178,3,"Move_to_file_95178","Move to file"),Cannot_move_to_file_selected_file_is_invalid:n(95179,3,"Cannot_move_to_file_selected_file_is_invalid_95179","Cannot move to file, selected file is invalid"),Use_import_type:n(95180,3,"Use_import_type_95180","Use 'import type'"),Use_type_0:n(95181,3,"Use_type_0_95181","Use 'type {0}'"),Fix_all_with_type_only_imports:n(95182,3,"Fix_all_with_type_only_imports_95182","Fix all with type-only imports"),Cannot_move_statements_to_the_selected_file:n(95183,3,"Cannot_move_statements_to_the_selected_file_95183","Cannot move statements to the selected file"),Inline_variable:n(95184,3,"Inline_variable_95184","Inline variable"),Could_not_find_variable_to_inline:n(95185,3,"Could_not_find_variable_to_inline_95185","Could not find variable to inline."),Variables_with_multiple_declarations_cannot_be_inlined:n(95186,3,"Variables_with_multiple_declarations_cannot_be_inlined_95186","Variables with multiple declarations cannot be inlined."),Add_missing_comma_for_object_member_completion_0:n(95187,3,"Add_missing_comma_for_object_member_completion_0_95187","Add missing comma for object member completion '{0}'."),Add_missing_parameter_to_0:n(95188,3,"Add_missing_parameter_to_0_95188","Add missing parameter to '{0}'"),Add_missing_parameters_to_0:n(95189,3,"Add_missing_parameters_to_0_95189","Add missing parameters to '{0}'"),Add_all_missing_parameters:n(95190,3,"Add_all_missing_parameters_95190","Add all missing parameters"),Add_optional_parameter_to_0:n(95191,3,"Add_optional_parameter_to_0_95191","Add optional parameter to '{0}'"),Add_optional_parameters_to_0:n(95192,3,"Add_optional_parameters_to_0_95192","Add optional parameters to '{0}'"),Add_all_optional_parameters:n(95193,3,"Add_all_optional_parameters_95193","Add all optional parameters"),Wrap_in_parentheses:n(95194,3,"Wrap_in_parentheses_95194","Wrap in parentheses"),Wrap_all_invalid_decorator_expressions_in_parentheses:n(95195,3,"Wrap_all_invalid_decorator_expressions_in_parentheses_95195","Wrap all invalid decorator expressions in parentheses"),Add_resolution_mode_import_attribute:n(95196,3,"Add_resolution_mode_import_attribute_95196","Add 'resolution-mode' import attribute"),Add_resolution_mode_import_attribute_to_all_type_only_imports_that_need_it:n(95197,3,"Add_resolution_mode_import_attribute_to_all_type_only_imports_that_need_it_95197","Add 'resolution-mode' import attribute to all type-only imports that need it"),No_value_exists_in_scope_for_the_shorthand_property_0_Either_declare_one_or_provide_an_initializer:n(18004,1,"No_value_exists_in_scope_for_the_shorthand_property_0_Either_declare_one_or_provide_an_initializer_18004","No value exists in scope for the shorthand property '{0}'. Either declare one or provide an initializer."),Classes_may_not_have_a_field_named_constructor:n(18006,1,"Classes_may_not_have_a_field_named_constructor_18006","Classes may not have a field named 'constructor'."),JSX_expressions_may_not_use_the_comma_operator_Did_you_mean_to_write_an_array:n(18007,1,"JSX_expressions_may_not_use_the_comma_operator_Did_you_mean_to_write_an_array_18007","JSX expressions may not use the comma operator. Did you mean to write an array?"),Private_identifiers_cannot_be_used_as_parameters:n(18009,1,"Private_identifiers_cannot_be_used_as_parameters_18009","Private identifiers cannot be used as parameters."),An_accessibility_modifier_cannot_be_used_with_a_private_identifier:n(18010,1,"An_accessibility_modifier_cannot_be_used_with_a_private_identifier_18010","An accessibility modifier cannot be used with a private identifier."),The_operand_of_a_delete_operator_cannot_be_a_private_identifier:n(18011,1,"The_operand_of_a_delete_operator_cannot_be_a_private_identifier_18011","The operand of a 'delete' operator cannot be a private identifier."),constructor_is_a_reserved_word:n(18012,1,"constructor_is_a_reserved_word_18012","'#constructor' is a reserved word."),Property_0_is_not_accessible_outside_class_1_because_it_has_a_private_identifier:n(18013,1,"Property_0_is_not_accessible_outside_class_1_because_it_has_a_private_identifier_18013","Property '{0}' is not accessible outside class '{1}' because it has a private identifier."),The_property_0_cannot_be_accessed_on_type_1_within_this_class_because_it_is_shadowed_by_another_private_identifier_with_the_same_spelling:n(18014,1,"The_property_0_cannot_be_accessed_on_type_1_within_this_class_because_it_is_shadowed_by_another_priv_18014","The property '{0}' cannot be accessed on type '{1}' within this class because it is shadowed by another private identifier with the same spelling."),Property_0_in_type_1_refers_to_a_different_member_that_cannot_be_accessed_from_within_type_2:n(18015,1,"Property_0_in_type_1_refers_to_a_different_member_that_cannot_be_accessed_from_within_type_2_18015","Property '{0}' in type '{1}' refers to a different member that cannot be accessed from within type '{2}'."),Private_identifiers_are_not_allowed_outside_class_bodies:n(18016,1,"Private_identifiers_are_not_allowed_outside_class_bodies_18016","Private identifiers are not allowed outside class bodies."),The_shadowing_declaration_of_0_is_defined_here:n(18017,1,"The_shadowing_declaration_of_0_is_defined_here_18017","The shadowing declaration of '{0}' is defined here"),The_declaration_of_0_that_you_probably_intended_to_use_is_defined_here:n(18018,1,"The_declaration_of_0_that_you_probably_intended_to_use_is_defined_here_18018","The declaration of '{0}' that you probably intended to use is defined here"),_0_modifier_cannot_be_used_with_a_private_identifier:n(18019,1,"_0_modifier_cannot_be_used_with_a_private_identifier_18019","'{0}' modifier cannot be used with a private identifier."),An_enum_member_cannot_be_named_with_a_private_identifier:n(18024,1,"An_enum_member_cannot_be_named_with_a_private_identifier_18024","An enum member cannot be named with a private identifier."),can_only_be_used_at_the_start_of_a_file:n(18026,1,"can_only_be_used_at_the_start_of_a_file_18026","'#!' can only be used at the start of a file."),Compiler_reserves_name_0_when_emitting_private_identifier_downlevel:n(18027,1,"Compiler_reserves_name_0_when_emitting_private_identifier_downlevel_18027","Compiler reserves name '{0}' when emitting private identifier downlevel."),Private_identifiers_are_only_available_when_targeting_ECMAScript_2015_and_higher:n(18028,1,"Private_identifiers_are_only_available_when_targeting_ECMAScript_2015_and_higher_18028","Private identifiers are only available when targeting ECMAScript 2015 and higher."),Private_identifiers_are_not_allowed_in_variable_declarations:n(18029,1,"Private_identifiers_are_not_allowed_in_variable_declarations_18029","Private identifiers are not allowed in variable declarations."),An_optional_chain_cannot_contain_private_identifiers:n(18030,1,"An_optional_chain_cannot_contain_private_identifiers_18030","An optional chain cannot contain private identifiers."),The_intersection_0_was_reduced_to_never_because_property_1_has_conflicting_types_in_some_constituents:n(18031,1,"The_intersection_0_was_reduced_to_never_because_property_1_has_conflicting_types_in_some_constituent_18031","The intersection '{0}' was reduced to 'never' because property '{1}' has conflicting types in some constituents."),The_intersection_0_was_reduced_to_never_because_property_1_exists_in_multiple_constituents_and_is_private_in_some:n(18032,1,"The_intersection_0_was_reduced_to_never_because_property_1_exists_in_multiple_constituents_and_is_pr_18032","The intersection '{0}' was reduced to 'never' because property '{1}' exists in multiple constituents and is private in some."),Type_0_is_not_assignable_to_type_1_as_required_for_computed_enum_member_values:n(18033,1,"Type_0_is_not_assignable_to_type_1_as_required_for_computed_enum_member_values_18033","Type '{0}' is not assignable to type '{1}' as required for computed enum member values."),Specify_the_JSX_fragment_factory_function_to_use_when_targeting_react_JSX_emit_with_jsxFactory_compiler_option_is_specified_e_g_Fragment:n(18034,3,"Specify_the_JSX_fragment_factory_function_to_use_when_targeting_react_JSX_emit_with_jsxFactory_compi_18034","Specify the JSX fragment factory function to use when targeting 'react' JSX emit with 'jsxFactory' compiler option is specified, e.g. 'Fragment'."),Invalid_value_for_jsxFragmentFactory_0_is_not_a_valid_identifier_or_qualified_name:n(18035,1,"Invalid_value_for_jsxFragmentFactory_0_is_not_a_valid_identifier_or_qualified_name_18035","Invalid value for 'jsxFragmentFactory'. '{0}' is not a valid identifier or qualified-name."),Class_decorators_can_t_be_used_with_static_private_identifier_Consider_removing_the_experimental_decorator:n(18036,1,"Class_decorators_can_t_be_used_with_static_private_identifier_Consider_removing_the_experimental_dec_18036","Class decorators can't be used with static private identifier. Consider removing the experimental decorator."),await_expression_cannot_be_used_inside_a_class_static_block:n(18037,1,"await_expression_cannot_be_used_inside_a_class_static_block_18037","'await' expression cannot be used inside a class static block."),for_await_loops_cannot_be_used_inside_a_class_static_block:n(18038,1,"for_await_loops_cannot_be_used_inside_a_class_static_block_18038","'for await' loops cannot be used inside a class static block."),Invalid_use_of_0_It_cannot_be_used_inside_a_class_static_block:n(18039,1,"Invalid_use_of_0_It_cannot_be_used_inside_a_class_static_block_18039","Invalid use of '{0}'. It cannot be used inside a class static block."),A_return_statement_cannot_be_used_inside_a_class_static_block:n(18041,1,"A_return_statement_cannot_be_used_inside_a_class_static_block_18041","A 'return' statement cannot be used inside a class static block."),_0_is_a_type_and_cannot_be_imported_in_JavaScript_files_Use_1_in_a_JSDoc_type_annotation:n(18042,1,"_0_is_a_type_and_cannot_be_imported_in_JavaScript_files_Use_1_in_a_JSDoc_type_annotation_18042","'{0}' is a type and cannot be imported in JavaScript files. Use '{1}' in a JSDoc type annotation."),Types_cannot_appear_in_export_declarations_in_JavaScript_files:n(18043,1,"Types_cannot_appear_in_export_declarations_in_JavaScript_files_18043","Types cannot appear in export declarations in JavaScript files."),_0_is_automatically_exported_here:n(18044,3,"_0_is_automatically_exported_here_18044","'{0}' is automatically exported here."),Properties_with_the_accessor_modifier_are_only_available_when_targeting_ECMAScript_2015_and_higher:n(18045,1,"Properties_with_the_accessor_modifier_are_only_available_when_targeting_ECMAScript_2015_and_higher_18045","Properties with the 'accessor' modifier are only available when targeting ECMAScript 2015 and higher."),_0_is_of_type_unknown:n(18046,1,"_0_is_of_type_unknown_18046","'{0}' is of type 'unknown'."),_0_is_possibly_null:n(18047,1,"_0_is_possibly_null_18047","'{0}' is possibly 'null'."),_0_is_possibly_undefined:n(18048,1,"_0_is_possibly_undefined_18048","'{0}' is possibly 'undefined'."),_0_is_possibly_null_or_undefined:n(18049,1,"_0_is_possibly_null_or_undefined_18049","'{0}' is possibly 'null' or 'undefined'."),The_value_0_cannot_be_used_here:n(18050,1,"The_value_0_cannot_be_used_here_18050","The value '{0}' cannot be used here."),Compiler_option_0_cannot_be_given_an_empty_string:n(18051,1,"Compiler_option_0_cannot_be_given_an_empty_string_18051","Compiler option '{0}' cannot be given an empty string."),Its_type_0_is_not_a_valid_JSX_element_type:n(18053,1,"Its_type_0_is_not_a_valid_JSX_element_type_18053","Its type '{0}' is not a valid JSX element type."),await_using_statements_cannot_be_used_inside_a_class_static_block:n(18054,1,"await_using_statements_cannot_be_used_inside_a_class_static_block_18054","'await using' statements cannot be used inside a class static block."),_0_has_a_string_type_but_must_have_syntactically_recognizable_string_syntax_when_isolatedModules_is_enabled:n(18055,1,"_0_has_a_string_type_but_must_have_syntactically_recognizable_string_syntax_when_isolatedModules_is__18055","'{0}' has a string type, but must have syntactically recognizable string syntax when 'isolatedModules' is enabled."),Enum_member_following_a_non_literal_numeric_member_must_have_an_initializer_when_isolatedModules_is_enabled:n(18056,1,"Enum_member_following_a_non_literal_numeric_member_must_have_an_initializer_when_isolatedModules_is__18056","Enum member following a non-literal numeric member must have an initializer when 'isolatedModules' is enabled."),String_literal_import_and_export_names_are_not_supported_when_the_module_flag_is_set_to_es2015_or_es2020:n(18057,1,"String_literal_import_and_export_names_are_not_supported_when_the_module_flag_is_set_to_es2015_or_es_18057","String literal import and export names are not supported when the '--module' flag is set to 'es2015' or 'es2020'."),Default_imports_are_not_allowed_in_a_deferred_import:n(18058,1,"Default_imports_are_not_allowed_in_a_deferred_import_18058","Default imports are not allowed in a deferred import."),Named_imports_are_not_allowed_in_a_deferred_import:n(18059,1,"Named_imports_are_not_allowed_in_a_deferred_import_18059","Named imports are not allowed in a deferred import."),Deferred_imports_are_only_supported_when_the_module_flag_is_set_to_esnext_or_preserve:n(18060,1,"Deferred_imports_are_only_supported_when_the_module_flag_is_set_to_esnext_or_preserve_18060","Deferred imports are only supported when the '--module' flag is set to 'esnext' or 'preserve'."),_0_is_not_a_valid_meta_property_for_keyword_import_Did_you_mean_meta_or_defer:n(18061,1,"_0_is_not_a_valid_meta_property_for_keyword_import_Did_you_mean_meta_or_defer_18061","'{0}' is not a valid meta-property for keyword 'import'. Did you mean 'meta' or 'defer'?")};function kt(ml){return ml>=80}function _g(ml){return ml===32||kt(ml)}var SA={abstract:128,accessor:129,any:133,as:130,asserts:131,assert:132,bigint:163,boolean:136,break:83,case:84,catch:85,class:86,continue:88,const:87,constructor:137,debugger:89,declare:138,default:90,defer:166,delete:91,do:92,else:93,enum:94,export:95,extends:96,false:97,finally:98,for:99,from:161,function:100,get:139,if:101,implements:119,import:102,in:103,infer:140,instanceof:104,interface:120,intrinsic:141,is:142,keyof:143,let:121,module:144,namespace:145,never:146,new:105,null:106,number:150,object:151,package:122,private:123,protected:124,public:125,override:164,out:147,readonly:148,require:149,global:162,return:107,satisfies:152,set:153,static:126,string:154,super:108,switch:109,symbol:155,this:110,throw:111,true:112,try:113,type:156,typeof:114,undefined:157,unique:158,unknown:159,using:160,var:115,void:116,while:117,with:118,yield:127,async:134,await:135,of:165},kA=new Map(Object.entries(SA)),TA=new Map(Object.entries({...SA,"{":19,"}":20,"(":21,")":22,"[":23,"]":24,".":25,"...":26,";":27,",":28,"<":30,">":32,"<=":33,">=":34,"==":35,"!=":36,"===":37,"!==":38,"=>":39,"+":40,"-":41,"**":43,"*":42,"/":44,"%":45,"++":46,"--":47,"<<":48,">":49,">>>":50,"&":51,"|":52,"^":53,"!":54,"~":55,"&&":56,"||":57,"?":58,"??":61,"?.":29,":":59,"=":64,"+=":65,"-=":66,"*=":67,"**=":68,"/=":69,"%=":70,"<<=":71,">>=":72,">>>=":73,"&=":74,"|=":75,"^=":79,"||=":76,"&&=":77,"??=":78,"@":60,"#":63,"`":62})),IA=new Map([[100,1],[103,2],[105,4],[109,8],[115,16],[117,32],[118,64],[121,128]]),BA=new Map([[1,AA.RegularExpressionFlagsHasIndices],[16,AA.RegularExpressionFlagsDotAll],[32,AA.RegularExpressionFlagsUnicode],[64,AA.RegularExpressionFlagsUnicodeSets],[128,AA.RegularExpressionFlagsSticky]]),FA=[170,170,181,181,186,186,192,214,216,246,248,705,710,721,736,740,748,748,750,750,880,884,886,887,890,893,902,902,904,906,908,908,910,929,931,1013,1015,1153,1162,1319,1329,1366,1369,1369,1377,1415,1488,1514,1520,1522,1568,1610,1646,1647,1649,1747,1749,1749,1765,1766,1774,1775,1786,1788,1791,1791,1808,1808,1810,1839,1869,1957,1969,1969,1994,2026,2036,2037,2042,2042,2048,2069,2074,2074,2084,2084,2088,2088,2112,2136,2208,2208,2210,2220,2308,2361,2365,2365,2384,2384,2392,2401,2417,2423,2425,2431,2437,2444,2447,2448,2451,2472,2474,2480,2482,2482,2486,2489,2493,2493,2510,2510,2524,2525,2527,2529,2544,2545,2565,2570,2575,2576,2579,2600,2602,2608,2610,2611,2613,2614,2616,2617,2649,2652,2654,2654,2674,2676,2693,2701,2703,2705,2707,2728,2730,2736,2738,2739,2741,2745,2749,2749,2768,2768,2784,2785,2821,2828,2831,2832,2835,2856,2858,2864,2866,2867,2869,2873,2877,2877,2908,2909,2911,2913,2929,2929,2947,2947,2949,2954,2958,2960,2962,2965,2969,2970,2972,2972,2974,2975,2979,2980,2984,2986,2990,3001,3024,3024,3077,3084,3086,3088,3090,3112,3114,3123,3125,3129,3133,3133,3160,3161,3168,3169,3205,3212,3214,3216,3218,3240,3242,3251,3253,3257,3261,3261,3294,3294,3296,3297,3313,3314,3333,3340,3342,3344,3346,3386,3389,3389,3406,3406,3424,3425,3450,3455,3461,3478,3482,3505,3507,3515,3517,3517,3520,3526,3585,3632,3634,3635,3648,3654,3713,3714,3716,3716,3719,3720,3722,3722,3725,3725,3732,3735,3737,3743,3745,3747,3749,3749,3751,3751,3754,3755,3757,3760,3762,3763,3773,3773,3776,3780,3782,3782,3804,3807,3840,3840,3904,3911,3913,3948,3976,3980,4096,4138,4159,4159,4176,4181,4186,4189,4193,4193,4197,4198,4206,4208,4213,4225,4238,4238,4256,4293,4295,4295,4301,4301,4304,4346,4348,4680,4682,4685,4688,4694,4696,4696,4698,4701,4704,4744,4746,4749,4752,4784,4786,4789,4792,4798,4800,4800,4802,4805,4808,4822,4824,4880,4882,4885,4888,4954,4992,5007,5024,5108,5121,5740,5743,5759,5761,5786,5792,5866,5870,5872,5888,5900,5902,5905,5920,5937,5952,5969,5984,5996,5998,6e3,6016,6067,6103,6103,6108,6108,6176,6263,6272,6312,6314,6314,6320,6389,6400,6428,6480,6509,6512,6516,6528,6571,6593,6599,6656,6678,6688,6740,6823,6823,6917,6963,6981,6987,7043,7072,7086,7087,7098,7141,7168,7203,7245,7247,7258,7293,7401,7404,7406,7409,7413,7414,7424,7615,7680,7957,7960,7965,7968,8005,8008,8013,8016,8023,8025,8025,8027,8027,8029,8029,8031,8061,8064,8116,8118,8124,8126,8126,8130,8132,8134,8140,8144,8147,8150,8155,8160,8172,8178,8180,8182,8188,8305,8305,8319,8319,8336,8348,8450,8450,8455,8455,8458,8467,8469,8469,8473,8477,8484,8484,8486,8486,8488,8488,8490,8493,8495,8505,8508,8511,8517,8521,8526,8526,8544,8584,11264,11310,11312,11358,11360,11492,11499,11502,11506,11507,11520,11557,11559,11559,11565,11565,11568,11623,11631,11631,11648,11670,11680,11686,11688,11694,11696,11702,11704,11710,11712,11718,11720,11726,11728,11734,11736,11742,11823,11823,12293,12295,12321,12329,12337,12341,12344,12348,12353,12438,12445,12447,12449,12538,12540,12543,12549,12589,12593,12686,12704,12730,12784,12799,13312,19893,19968,40908,40960,42124,42192,42237,42240,42508,42512,42527,42538,42539,42560,42606,42623,42647,42656,42735,42775,42783,42786,42888,42891,42894,42896,42899,42912,42922,43e3,43009,43011,43013,43015,43018,43020,43042,43072,43123,43138,43187,43250,43255,43259,43259,43274,43301,43312,43334,43360,43388,43396,43442,43471,43471,43520,43560,43584,43586,43588,43595,43616,43638,43642,43642,43648,43695,43697,43697,43701,43702,43705,43709,43712,43712,43714,43714,43739,43741,43744,43754,43762,43764,43777,43782,43785,43790,43793,43798,43808,43814,43816,43822,43968,44002,44032,55203,55216,55238,55243,55291,63744,64109,64112,64217,64256,64262,64275,64279,64285,64285,64287,64296,64298,64310,64312,64316,64318,64318,64320,64321,64323,64324,64326,64433,64467,64829,64848,64911,64914,64967,65008,65019,65136,65140,65142,65276,65313,65338,65345,65370,65382,65470,65474,65479,65482,65487,65490,65495,65498,65500],PA=[170,170,181,181,186,186,192,214,216,246,248,705,710,721,736,740,748,748,750,750,768,884,886,887,890,893,902,902,904,906,908,908,910,929,931,1013,1015,1153,1155,1159,1162,1319,1329,1366,1369,1369,1377,1415,1425,1469,1471,1471,1473,1474,1476,1477,1479,1479,1488,1514,1520,1522,1552,1562,1568,1641,1646,1747,1749,1756,1759,1768,1770,1788,1791,1791,1808,1866,1869,1969,1984,2037,2042,2042,2048,2093,2112,2139,2208,2208,2210,2220,2276,2302,2304,2403,2406,2415,2417,2423,2425,2431,2433,2435,2437,2444,2447,2448,2451,2472,2474,2480,2482,2482,2486,2489,2492,2500,2503,2504,2507,2510,2519,2519,2524,2525,2527,2531,2534,2545,2561,2563,2565,2570,2575,2576,2579,2600,2602,2608,2610,2611,2613,2614,2616,2617,2620,2620,2622,2626,2631,2632,2635,2637,2641,2641,2649,2652,2654,2654,2662,2677,2689,2691,2693,2701,2703,2705,2707,2728,2730,2736,2738,2739,2741,2745,2748,2757,2759,2761,2763,2765,2768,2768,2784,2787,2790,2799,2817,2819,2821,2828,2831,2832,2835,2856,2858,2864,2866,2867,2869,2873,2876,2884,2887,2888,2891,2893,2902,2903,2908,2909,2911,2915,2918,2927,2929,2929,2946,2947,2949,2954,2958,2960,2962,2965,2969,2970,2972,2972,2974,2975,2979,2980,2984,2986,2990,3001,3006,3010,3014,3016,3018,3021,3024,3024,3031,3031,3046,3055,3073,3075,3077,3084,3086,3088,3090,3112,3114,3123,3125,3129,3133,3140,3142,3144,3146,3149,3157,3158,3160,3161,3168,3171,3174,3183,3202,3203,3205,3212,3214,3216,3218,3240,3242,3251,3253,3257,3260,3268,3270,3272,3274,3277,3285,3286,3294,3294,3296,3299,3302,3311,3313,3314,3330,3331,3333,3340,3342,3344,3346,3386,3389,3396,3398,3400,3402,3406,3415,3415,3424,3427,3430,3439,3450,3455,3458,3459,3461,3478,3482,3505,3507,3515,3517,3517,3520,3526,3530,3530,3535,3540,3542,3542,3544,3551,3570,3571,3585,3642,3648,3662,3664,3673,3713,3714,3716,3716,3719,3720,3722,3722,3725,3725,3732,3735,3737,3743,3745,3747,3749,3749,3751,3751,3754,3755,3757,3769,3771,3773,3776,3780,3782,3782,3784,3789,3792,3801,3804,3807,3840,3840,3864,3865,3872,3881,3893,3893,3895,3895,3897,3897,3902,3911,3913,3948,3953,3972,3974,3991,3993,4028,4038,4038,4096,4169,4176,4253,4256,4293,4295,4295,4301,4301,4304,4346,4348,4680,4682,4685,4688,4694,4696,4696,4698,4701,4704,4744,4746,4749,4752,4784,4786,4789,4792,4798,4800,4800,4802,4805,4808,4822,4824,4880,4882,4885,4888,4954,4957,4959,4992,5007,5024,5108,5121,5740,5743,5759,5761,5786,5792,5866,5870,5872,5888,5900,5902,5908,5920,5940,5952,5971,5984,5996,5998,6e3,6002,6003,6016,6099,6103,6103,6108,6109,6112,6121,6155,6157,6160,6169,6176,6263,6272,6314,6320,6389,6400,6428,6432,6443,6448,6459,6470,6509,6512,6516,6528,6571,6576,6601,6608,6617,6656,6683,6688,6750,6752,6780,6783,6793,6800,6809,6823,6823,6912,6987,6992,7001,7019,7027,7040,7155,7168,7223,7232,7241,7245,7293,7376,7378,7380,7414,7424,7654,7676,7957,7960,7965,7968,8005,8008,8013,8016,8023,8025,8025,8027,8027,8029,8029,8031,8061,8064,8116,8118,8124,8126,8126,8130,8132,8134,8140,8144,8147,8150,8155,8160,8172,8178,8180,8182,8188,8204,8205,8255,8256,8276,8276,8305,8305,8319,8319,8336,8348,8400,8412,8417,8417,8421,8432,8450,8450,8455,8455,8458,8467,8469,8469,8473,8477,8484,8484,8486,8486,8488,8488,8490,8493,8495,8505,8508,8511,8517,8521,8526,8526,8544,8584,11264,11310,11312,11358,11360,11492,11499,11507,11520,11557,11559,11559,11565,11565,11568,11623,11631,11631,11647,11670,11680,11686,11688,11694,11696,11702,11704,11710,11712,11718,11720,11726,11728,11734,11736,11742,11744,11775,11823,11823,12293,12295,12321,12335,12337,12341,12344,12348,12353,12438,12441,12442,12445,12447,12449,12538,12540,12543,12549,12589,12593,12686,12704,12730,12784,12799,13312,19893,19968,40908,40960,42124,42192,42237,42240,42508,42512,42539,42560,42607,42612,42621,42623,42647,42655,42737,42775,42783,42786,42888,42891,42894,42896,42899,42912,42922,43e3,43047,43072,43123,43136,43204,43216,43225,43232,43255,43259,43259,43264,43309,43312,43347,43360,43388,43392,43456,43471,43481,43520,43574,43584,43597,43600,43609,43616,43638,43642,43643,43648,43714,43739,43741,43744,43759,43762,43766,43777,43782,43785,43790,43793,43798,43808,43814,43816,43822,43968,44010,44012,44013,44016,44025,44032,55203,55216,55238,55243,55291,63744,64109,64112,64217,64256,64262,64275,64279,64285,64296,64298,64310,64312,64316,64318,64318,64320,64321,64323,64324,64326,64433,64467,64829,64848,64911,64914,64967,65008,65019,65024,65039,65056,65062,65075,65076,65101,65103,65136,65140,65142,65276,65296,65305,65313,65338,65343,65343,65345,65370,65382,65470,65474,65479,65482,65487,65490,65495,65498,65500],RA=[65,90,97,122,170,170,181,181,186,186,192,214,216,246,248,705,710,721,736,740,748,748,750,750,880,884,886,887,890,893,895,895,902,902,904,906,908,908,910,929,931,1013,1015,1153,1162,1327,1329,1366,1369,1369,1376,1416,1488,1514,1519,1522,1568,1610,1646,1647,1649,1747,1749,1749,1765,1766,1774,1775,1786,1788,1791,1791,1808,1808,1810,1839,1869,1957,1969,1969,1994,2026,2036,2037,2042,2042,2048,2069,2074,2074,2084,2084,2088,2088,2112,2136,2144,2154,2160,2183,2185,2190,2208,2249,2308,2361,2365,2365,2384,2384,2392,2401,2417,2432,2437,2444,2447,2448,2451,2472,2474,2480,2482,2482,2486,2489,2493,2493,2510,2510,2524,2525,2527,2529,2544,2545,2556,2556,2565,2570,2575,2576,2579,2600,2602,2608,2610,2611,2613,2614,2616,2617,2649,2652,2654,2654,2674,2676,2693,2701,2703,2705,2707,2728,2730,2736,2738,2739,2741,2745,2749,2749,2768,2768,2784,2785,2809,2809,2821,2828,2831,2832,2835,2856,2858,2864,2866,2867,2869,2873,2877,2877,2908,2909,2911,2913,2929,2929,2947,2947,2949,2954,2958,2960,2962,2965,2969,2970,2972,2972,2974,2975,2979,2980,2984,2986,2990,3001,3024,3024,3077,3084,3086,3088,3090,3112,3114,3129,3133,3133,3160,3162,3165,3165,3168,3169,3200,3200,3205,3212,3214,3216,3218,3240,3242,3251,3253,3257,3261,3261,3293,3294,3296,3297,3313,3314,3332,3340,3342,3344,3346,3386,3389,3389,3406,3406,3412,3414,3423,3425,3450,3455,3461,3478,3482,3505,3507,3515,3517,3517,3520,3526,3585,3632,3634,3635,3648,3654,3713,3714,3716,3716,3718,3722,3724,3747,3749,3749,3751,3760,3762,3763,3773,3773,3776,3780,3782,3782,3804,3807,3840,3840,3904,3911,3913,3948,3976,3980,4096,4138,4159,4159,4176,4181,4186,4189,4193,4193,4197,4198,4206,4208,4213,4225,4238,4238,4256,4293,4295,4295,4301,4301,4304,4346,4348,4680,4682,4685,4688,4694,4696,4696,4698,4701,4704,4744,4746,4749,4752,4784,4786,4789,4792,4798,4800,4800,4802,4805,4808,4822,4824,4880,4882,4885,4888,4954,4992,5007,5024,5109,5112,5117,5121,5740,5743,5759,5761,5786,5792,5866,5870,5880,5888,5905,5919,5937,5952,5969,5984,5996,5998,6e3,6016,6067,6103,6103,6108,6108,6176,6264,6272,6312,6314,6314,6320,6389,6400,6430,6480,6509,6512,6516,6528,6571,6576,6601,6656,6678,6688,6740,6823,6823,6917,6963,6981,6988,7043,7072,7086,7087,7098,7141,7168,7203,7245,7247,7258,7293,7296,7304,7312,7354,7357,7359,7401,7404,7406,7411,7413,7414,7418,7418,7424,7615,7680,7957,7960,7965,7968,8005,8008,8013,8016,8023,8025,8025,8027,8027,8029,8029,8031,8061,8064,8116,8118,8124,8126,8126,8130,8132,8134,8140,8144,8147,8150,8155,8160,8172,8178,8180,8182,8188,8305,8305,8319,8319,8336,8348,8450,8450,8455,8455,8458,8467,8469,8469,8472,8477,8484,8484,8486,8486,8488,8488,8490,8505,8508,8511,8517,8521,8526,8526,8544,8584,11264,11492,11499,11502,11506,11507,11520,11557,11559,11559,11565,11565,11568,11623,11631,11631,11648,11670,11680,11686,11688,11694,11696,11702,11704,11710,11712,11718,11720,11726,11728,11734,11736,11742,12293,12295,12321,12329,12337,12341,12344,12348,12353,12438,12443,12447,12449,12538,12540,12543,12549,12591,12593,12686,12704,12735,12784,12799,13312,19903,19968,42124,42192,42237,42240,42508,42512,42527,42538,42539,42560,42606,42623,42653,42656,42735,42775,42783,42786,42888,42891,42954,42960,42961,42963,42963,42965,42969,42994,43009,43011,43013,43015,43018,43020,43042,43072,43123,43138,43187,43250,43255,43259,43259,43261,43262,43274,43301,43312,43334,43360,43388,43396,43442,43471,43471,43488,43492,43494,43503,43514,43518,43520,43560,43584,43586,43588,43595,43616,43638,43642,43642,43646,43695,43697,43697,43701,43702,43705,43709,43712,43712,43714,43714,43739,43741,43744,43754,43762,43764,43777,43782,43785,43790,43793,43798,43808,43814,43816,43822,43824,43866,43868,43881,43888,44002,44032,55203,55216,55238,55243,55291,63744,64109,64112,64217,64256,64262,64275,64279,64285,64285,64287,64296,64298,64310,64312,64316,64318,64318,64320,64321,64323,64324,64326,64433,64467,64829,64848,64911,64914,64967,65008,65019,65136,65140,65142,65276,65313,65338,65345,65370,65382,65470,65474,65479,65482,65487,65490,65495,65498,65500,65536,65547,65549,65574,65576,65594,65596,65597,65599,65613,65616,65629,65664,65786,65856,65908,66176,66204,66208,66256,66304,66335,66349,66378,66384,66421,66432,66461,66464,66499,66504,66511,66513,66517,66560,66717,66736,66771,66776,66811,66816,66855,66864,66915,66928,66938,66940,66954,66956,66962,66964,66965,66967,66977,66979,66993,66995,67001,67003,67004,67072,67382,67392,67413,67424,67431,67456,67461,67463,67504,67506,67514,67584,67589,67592,67592,67594,67637,67639,67640,67644,67644,67647,67669,67680,67702,67712,67742,67808,67826,67828,67829,67840,67861,67872,67897,67968,68023,68030,68031,68096,68096,68112,68115,68117,68119,68121,68149,68192,68220,68224,68252,68288,68295,68297,68324,68352,68405,68416,68437,68448,68466,68480,68497,68608,68680,68736,68786,68800,68850,68864,68899,69248,69289,69296,69297,69376,69404,69415,69415,69424,69445,69488,69505,69552,69572,69600,69622,69635,69687,69745,69746,69749,69749,69763,69807,69840,69864,69891,69926,69956,69956,69959,69959,69968,70002,70006,70006,70019,70066,70081,70084,70106,70106,70108,70108,70144,70161,70163,70187,70207,70208,70272,70278,70280,70280,70282,70285,70287,70301,70303,70312,70320,70366,70405,70412,70415,70416,70419,70440,70442,70448,70450,70451,70453,70457,70461,70461,70480,70480,70493,70497,70656,70708,70727,70730,70751,70753,70784,70831,70852,70853,70855,70855,71040,71086,71128,71131,71168,71215,71236,71236,71296,71338,71352,71352,71424,71450,71488,71494,71680,71723,71840,71903,71935,71942,71945,71945,71948,71955,71957,71958,71960,71983,71999,71999,72001,72001,72096,72103,72106,72144,72161,72161,72163,72163,72192,72192,72203,72242,72250,72250,72272,72272,72284,72329,72349,72349,72368,72440,72704,72712,72714,72750,72768,72768,72818,72847,72960,72966,72968,72969,72971,73008,73030,73030,73056,73061,73063,73064,73066,73097,73112,73112,73440,73458,73474,73474,73476,73488,73490,73523,73648,73648,73728,74649,74752,74862,74880,75075,77712,77808,77824,78895,78913,78918,82944,83526,92160,92728,92736,92766,92784,92862,92880,92909,92928,92975,92992,92995,93027,93047,93053,93071,93760,93823,93952,94026,94032,94032,94099,94111,94176,94177,94179,94179,94208,100343,100352,101589,101632,101640,110576,110579,110581,110587,110589,110590,110592,110882,110898,110898,110928,110930,110933,110933,110948,110951,110960,111355,113664,113770,113776,113788,113792,113800,113808,113817,119808,119892,119894,119964,119966,119967,119970,119970,119973,119974,119977,119980,119982,119993,119995,119995,119997,120003,120005,120069,120071,120074,120077,120084,120086,120092,120094,120121,120123,120126,120128,120132,120134,120134,120138,120144,120146,120485,120488,120512,120514,120538,120540,120570,120572,120596,120598,120628,120630,120654,120656,120686,120688,120712,120714,120744,120746,120770,120772,120779,122624,122654,122661,122666,122928,122989,123136,123180,123191,123197,123214,123214,123536,123565,123584,123627,124112,124139,124896,124902,124904,124907,124909,124910,124912,124926,124928,125124,125184,125251,125259,125259,126464,126467,126469,126495,126497,126498,126500,126500,126503,126503,126505,126514,126516,126519,126521,126521,126523,126523,126530,126530,126535,126535,126537,126537,126539,126539,126541,126543,126545,126546,126548,126548,126551,126551,126553,126553,126555,126555,126557,126557,126559,126559,126561,126562,126564,126564,126567,126570,126572,126578,126580,126583,126585,126588,126590,126590,126592,126601,126603,126619,126625,126627,126629,126633,126635,126651,131072,173791,173824,177977,177984,178205,178208,183969,183984,191456,191472,192093,194560,195101,196608,201546,201552,205743],NA=[48,57,65,90,95,95,97,122,170,170,181,181,183,183,186,186,192,214,216,246,248,705,710,721,736,740,748,748,750,750,768,884,886,887,890,893,895,895,902,906,908,908,910,929,931,1013,1015,1153,1155,1159,1162,1327,1329,1366,1369,1369,1376,1416,1425,1469,1471,1471,1473,1474,1476,1477,1479,1479,1488,1514,1519,1522,1552,1562,1568,1641,1646,1747,1749,1756,1759,1768,1770,1788,1791,1791,1808,1866,1869,1969,1984,2037,2042,2042,2045,2045,2048,2093,2112,2139,2144,2154,2160,2183,2185,2190,2200,2273,2275,2403,2406,2415,2417,2435,2437,2444,2447,2448,2451,2472,2474,2480,2482,2482,2486,2489,2492,2500,2503,2504,2507,2510,2519,2519,2524,2525,2527,2531,2534,2545,2556,2556,2558,2558,2561,2563,2565,2570,2575,2576,2579,2600,2602,2608,2610,2611,2613,2614,2616,2617,2620,2620,2622,2626,2631,2632,2635,2637,2641,2641,2649,2652,2654,2654,2662,2677,2689,2691,2693,2701,2703,2705,2707,2728,2730,2736,2738,2739,2741,2745,2748,2757,2759,2761,2763,2765,2768,2768,2784,2787,2790,2799,2809,2815,2817,2819,2821,2828,2831,2832,2835,2856,2858,2864,2866,2867,2869,2873,2876,2884,2887,2888,2891,2893,2901,2903,2908,2909,2911,2915,2918,2927,2929,2929,2946,2947,2949,2954,2958,2960,2962,2965,2969,2970,2972,2972,2974,2975,2979,2980,2984,2986,2990,3001,3006,3010,3014,3016,3018,3021,3024,3024,3031,3031,3046,3055,3072,3084,3086,3088,3090,3112,3114,3129,3132,3140,3142,3144,3146,3149,3157,3158,3160,3162,3165,3165,3168,3171,3174,3183,3200,3203,3205,3212,3214,3216,3218,3240,3242,3251,3253,3257,3260,3268,3270,3272,3274,3277,3285,3286,3293,3294,3296,3299,3302,3311,3313,3315,3328,3340,3342,3344,3346,3396,3398,3400,3402,3406,3412,3415,3423,3427,3430,3439,3450,3455,3457,3459,3461,3478,3482,3505,3507,3515,3517,3517,3520,3526,3530,3530,3535,3540,3542,3542,3544,3551,3558,3567,3570,3571,3585,3642,3648,3662,3664,3673,3713,3714,3716,3716,3718,3722,3724,3747,3749,3749,3751,3773,3776,3780,3782,3782,3784,3790,3792,3801,3804,3807,3840,3840,3864,3865,3872,3881,3893,3893,3895,3895,3897,3897,3902,3911,3913,3948,3953,3972,3974,3991,3993,4028,4038,4038,4096,4169,4176,4253,4256,4293,4295,4295,4301,4301,4304,4346,4348,4680,4682,4685,4688,4694,4696,4696,4698,4701,4704,4744,4746,4749,4752,4784,4786,4789,4792,4798,4800,4800,4802,4805,4808,4822,4824,4880,4882,4885,4888,4954,4957,4959,4969,4977,4992,5007,5024,5109,5112,5117,5121,5740,5743,5759,5761,5786,5792,5866,5870,5880,5888,5909,5919,5940,5952,5971,5984,5996,5998,6e3,6002,6003,6016,6099,6103,6103,6108,6109,6112,6121,6155,6157,6159,6169,6176,6264,6272,6314,6320,6389,6400,6430,6432,6443,6448,6459,6470,6509,6512,6516,6528,6571,6576,6601,6608,6618,6656,6683,6688,6750,6752,6780,6783,6793,6800,6809,6823,6823,6832,6845,6847,6862,6912,6988,6992,7001,7019,7027,7040,7155,7168,7223,7232,7241,7245,7293,7296,7304,7312,7354,7357,7359,7376,7378,7380,7418,7424,7957,7960,7965,7968,8005,8008,8013,8016,8023,8025,8025,8027,8027,8029,8029,8031,8061,8064,8116,8118,8124,8126,8126,8130,8132,8134,8140,8144,8147,8150,8155,8160,8172,8178,8180,8182,8188,8204,8205,8255,8256,8276,8276,8305,8305,8319,8319,8336,8348,8400,8412,8417,8417,8421,8432,8450,8450,8455,8455,8458,8467,8469,8469,8472,8477,8484,8484,8486,8486,8488,8488,8490,8505,8508,8511,8517,8521,8526,8526,8544,8584,11264,11492,11499,11507,11520,11557,11559,11559,11565,11565,11568,11623,11631,11631,11647,11670,11680,11686,11688,11694,11696,11702,11704,11710,11712,11718,11720,11726,11728,11734,11736,11742,11744,11775,12293,12295,12321,12335,12337,12341,12344,12348,12353,12438,12441,12447,12449,12543,12549,12591,12593,12686,12704,12735,12784,12799,13312,19903,19968,42124,42192,42237,42240,42508,42512,42539,42560,42607,42612,42621,42623,42737,42775,42783,42786,42888,42891,42954,42960,42961,42963,42963,42965,42969,42994,43047,43052,43052,43072,43123,43136,43205,43216,43225,43232,43255,43259,43259,43261,43309,43312,43347,43360,43388,43392,43456,43471,43481,43488,43518,43520,43574,43584,43597,43600,43609,43616,43638,43642,43714,43739,43741,43744,43759,43762,43766,43777,43782,43785,43790,43793,43798,43808,43814,43816,43822,43824,43866,43868,43881,43888,44010,44012,44013,44016,44025,44032,55203,55216,55238,55243,55291,63744,64109,64112,64217,64256,64262,64275,64279,64285,64296,64298,64310,64312,64316,64318,64318,64320,64321,64323,64324,64326,64433,64467,64829,64848,64911,64914,64967,65008,65019,65024,65039,65056,65071,65075,65076,65101,65103,65136,65140,65142,65276,65296,65305,65313,65338,65343,65343,65345,65370,65381,65470,65474,65479,65482,65487,65490,65495,65498,65500,65536,65547,65549,65574,65576,65594,65596,65597,65599,65613,65616,65629,65664,65786,65856,65908,66045,66045,66176,66204,66208,66256,66272,66272,66304,66335,66349,66378,66384,66426,66432,66461,66464,66499,66504,66511,66513,66517,66560,66717,66720,66729,66736,66771,66776,66811,66816,66855,66864,66915,66928,66938,66940,66954,66956,66962,66964,66965,66967,66977,66979,66993,66995,67001,67003,67004,67072,67382,67392,67413,67424,67431,67456,67461,67463,67504,67506,67514,67584,67589,67592,67592,67594,67637,67639,67640,67644,67644,67647,67669,67680,67702,67712,67742,67808,67826,67828,67829,67840,67861,67872,67897,67968,68023,68030,68031,68096,68099,68101,68102,68108,68115,68117,68119,68121,68149,68152,68154,68159,68159,68192,68220,68224,68252,68288,68295,68297,68326,68352,68405,68416,68437,68448,68466,68480,68497,68608,68680,68736,68786,68800,68850,68864,68903,68912,68921,69248,69289,69291,69292,69296,69297,69373,69404,69415,69415,69424,69456,69488,69509,69552,69572,69600,69622,69632,69702,69734,69749,69759,69818,69826,69826,69840,69864,69872,69881,69888,69940,69942,69951,69956,69959,69968,70003,70006,70006,70016,70084,70089,70092,70094,70106,70108,70108,70144,70161,70163,70199,70206,70209,70272,70278,70280,70280,70282,70285,70287,70301,70303,70312,70320,70378,70384,70393,70400,70403,70405,70412,70415,70416,70419,70440,70442,70448,70450,70451,70453,70457,70459,70468,70471,70472,70475,70477,70480,70480,70487,70487,70493,70499,70502,70508,70512,70516,70656,70730,70736,70745,70750,70753,70784,70853,70855,70855,70864,70873,71040,71093,71096,71104,71128,71133,71168,71232,71236,71236,71248,71257,71296,71352,71360,71369,71424,71450,71453,71467,71472,71481,71488,71494,71680,71738,71840,71913,71935,71942,71945,71945,71948,71955,71957,71958,71960,71989,71991,71992,71995,72003,72016,72025,72096,72103,72106,72151,72154,72161,72163,72164,72192,72254,72263,72263,72272,72345,72349,72349,72368,72440,72704,72712,72714,72758,72760,72768,72784,72793,72818,72847,72850,72871,72873,72886,72960,72966,72968,72969,72971,73014,73018,73018,73020,73021,73023,73031,73040,73049,73056,73061,73063,73064,73066,73102,73104,73105,73107,73112,73120,73129,73440,73462,73472,73488,73490,73530,73534,73538,73552,73561,73648,73648,73728,74649,74752,74862,74880,75075,77712,77808,77824,78895,78912,78933,82944,83526,92160,92728,92736,92766,92768,92777,92784,92862,92864,92873,92880,92909,92912,92916,92928,92982,92992,92995,93008,93017,93027,93047,93053,93071,93760,93823,93952,94026,94031,94087,94095,94111,94176,94177,94179,94180,94192,94193,94208,100343,100352,101589,101632,101640,110576,110579,110581,110587,110589,110590,110592,110882,110898,110898,110928,110930,110933,110933,110948,110951,110960,111355,113664,113770,113776,113788,113792,113800,113808,113817,113821,113822,118528,118573,118576,118598,119141,119145,119149,119154,119163,119170,119173,119179,119210,119213,119362,119364,119808,119892,119894,119964,119966,119967,119970,119970,119973,119974,119977,119980,119982,119993,119995,119995,119997,120003,120005,120069,120071,120074,120077,120084,120086,120092,120094,120121,120123,120126,120128,120132,120134,120134,120138,120144,120146,120485,120488,120512,120514,120538,120540,120570,120572,120596,120598,120628,120630,120654,120656,120686,120688,120712,120714,120744,120746,120770,120772,120779,120782,120831,121344,121398,121403,121452,121461,121461,121476,121476,121499,121503,121505,121519,122624,122654,122661,122666,122880,122886,122888,122904,122907,122913,122915,122916,122918,122922,122928,122989,123023,123023,123136,123180,123184,123197,123200,123209,123214,123214,123536,123566,123584,123641,124112,124153,124896,124902,124904,124907,124909,124910,124912,124926,124928,125124,125136,125142,125184,125259,125264,125273,126464,126467,126469,126495,126497,126498,126500,126500,126503,126503,126505,126514,126516,126519,126521,126521,126523,126523,126530,126530,126535,126535,126537,126537,126539,126539,126541,126543,126545,126546,126548,126548,126551,126551,126553,126553,126555,126555,126557,126557,126559,126559,126561,126562,126564,126564,126567,126570,126572,126578,126580,126583,126585,126588,126590,126590,126592,126601,126603,126619,126625,126627,126629,126633,126635,126651,130032,130041,131072,173791,173824,177977,177984,178205,178208,183969,183984,191456,191472,192093,194560,195101,196608,201546,201552,205743,917760,917999],OA=/^\/\/\/?\s*@(ts-expect-error|ts-ignore)/,QA=/^(?:\/|\*)*\s*@(ts-expect-error|ts-ignore)/,LA=/@(?:see|link)/i;function xl(ml,Al){if(ml=2?xl(ml,RA):xl(ml,FA)}function gg(ml,Al){return Al>=2?xl(ml,NA):xl(ml,PA)}function zm(ml){let Al=[];return ml.forEach((ml,Rl)=>{Al[ml]=Rl}),Al}var MA=zm(TA);function rt(ml){return MA[ml]}function Vm(ml){return TA.get(ml)}var jA=zm(IA);function Pd(ml){return IA.get(ml)}function Wm(ml){let Al=[],Rl=0,zl=0;for(;Rl127&&Cn(rd)&&(Al.push(zl),zl=Rl);break}}return Al.push(zl),Al}function vg(ml,Al,Rl,zl,rd){(Al<0||Al>=ml.length)&&(rd?Al=Al<0?0:Al>=ml.length?ml.length-1:Al:P_.fail(`Bad line number. Line: ${Al}, lineStarts.length: ${ml.length} , line map is correct? ${zl!==void 0?Ay(ml,Wm(zl)):"unknown"}`));let yh=ml[Al]+Rl;return rd?yh>ml[Al+1]?ml[Al+1]:typeof zl=="string"&&yh>zl.length?zl.length:yh:(Al=8192&&ml<=8203||ml===8239||ml===8287||ml===12288||ml===65279}function Cn(ml){return ml===10||ml===13||ml===8232||ml===8233}function hi(ml){return ml>=48&&ml<=57}function kp(ml){return hi(ml)||ml>=65&&ml<=70||ml>=97&&ml<=102}function of(ml){return ml>=65&&ml<=90||ml>=97&&ml<=122}function Ym(ml){return of(ml)||hi(ml)||ml===95}function Ep(ml){return ml>=48&&ml<=55}function Ir(ml,Al,Rl,zl,rd){if(b_(Al))return Al;let yh=!1;for(;;){let kh=ml.charCodeAt(Al);switch(kh){case 13:ml.charCodeAt(Al+1)===10&&Al++;case 10:if(Al++,Rl)return Al;yh=!!rd;continue;case 9:case 11:case 12:case 32:Al++;continue;case 47:if(zl)break;if(ml.charCodeAt(Al+1)===47){for(Al+=2;Al127&&Wa(kh)){Al++;continue}break}return Al}}var UA=7;function Qi(ml,Al){if(P_.assert(Al>=0),Al===0||Cn(ml.charCodeAt(Al-1))){let Rl=ml.charCodeAt(Al);if(Al+UA=0&&Rl127&&Wa(kh)){u_&&Cn(kh)&&(r_=!0),Rl++;continue}break e}}return u_&&(D_=rd(Qh,cf,t_,r_,yh,D_)),D_}function $m(ml,Al,Rl,zl){return Dl(!1,ml,Al,!1,Rl,zl)}function Qm(ml,Al,Rl,zl){return Dl(!1,ml,Al,!0,Rl,zl)}function Sg(ml,Al,Rl,zl,rd){return Dl(!0,ml,Al,!1,Rl,zl,rd)}function wg(ml,Al,Rl,zl,rd){return Dl(!0,ml,Al,!0,Rl,zl,rd)}function Km(ml,Al,Rl,zl,rd,yh=[]){return yh.push({kind:Rl,pos:ml,end:Al,hasTrailingNewLine:zl}),yh}function Bp(ml,Al){return Sg(ml,Al,Km,void 0,void 0)}function kg(ml,Al){return wg(ml,Al,Km,void 0,void 0)}function lf(ml){let Al=GA.exec(ml);if(Al)return Al[0]}function er(ml,Al){return of(ml)||ml===36||ml===95||ml>127&&yg(ml,Al)}function Nr(ml,Al,Rl){return Ym(ml)||ml===36||(Rl===1?ml===45||ml===58:!1)||ml>127&&gg(ml,Al)}function Eg(ml,Al,Rl){let zl=Ki(ml,0);if(!er(zl,Al))return!1;for(let rd=Wt(zl);rdr_,getStartPos:()=>r_,getTokenEnd:()=>cf,getTextPos:()=>cf,getToken:()=>C_,getTokenStart:()=>u_,getTokenPos:()=>u_,getTokenText:()=>Qh.substring(u_,cf),getTokenValue:()=>D_,hasUnicodeEscape:()=>(S_&1024)!==0,hasExtendedUnicodeEscape:()=>(S_&8)!==0,hasPrecedingLineBreak:()=>(S_&1)!==0,hasPrecedingJSDocComment:()=>(S_&2)!==0,hasPrecedingJSDocLeadingAsterisks:()=>(S_&32768)!==0,isIdentifier:()=>C_===80||C_>118,isReservedWord:()=>C_>=83&&C_<=118,isUnterminated:()=>(S_&4)!==0,getCommentDirectives:()=>Cg,getNumericLiteralFlags:()=>S_&25584,getTokenFlags:()=>S_,reScanGreaterToken:lt,reScanAsteriskEqualsToken:sr,reScanSlashToken:ht,reScanTemplateToken:Ft,reScanTemplateHeadOrNoSubstitutionTemplate:sn,scanJsxIdentifier:Jr,scanJsxAttributeValue:Wn,reScanJsxAttributeValue:Pe,reScanJsxToken:_r,reScanLessThanToken:br,reScanHashToken:vr,reScanQuestionToken:zn,reScanInvalidIdentifier:qt,scanJsxToken:Vn,scanJsDocToken:L,scanJSDocCommentTextToken:xr,scan:ct,getText:Ze,clearCommentDirectives:_t,setText:Pt,setScriptTarget:ut,setLanguageVariant:Rr,setScriptKind:Tr,setJSDocParsingMode:Mn,setOnError:St,resetTokenState:Gn,setTextPos:Gn,setSkipJsDocLeadingAsterisks:Ei,tryScan:$e,lookAhead:Se,scanRange:fe};return P_.isDebugging&&Object.defineProperty(nA,"__debugShowCurrentPositionInText",{get:()=>{let ml=nA.getText();return ml.slice(0,nA.getTokenFullStart())+"║"+ml.slice(nA.getTokenFullStart())}}),nA;function ae(ml){return Ki(Qh,ml)}function Le(ml){return ml>=0&&ml=0&&ml=65&&ml<=70)ml+=32;else if(!(ml>=48&&ml<=57||ml>=97&&ml<=102))break;zl.push(ml),cf++,yh=!1}return zl.length=t_){Rl+=Qh.substring(zl,cf),S_|=4,Y(DA.Unterminated_string_literal);break}let rd=V(cf);if(rd===Al){Rl+=Qh.substring(zl,cf),cf++;break}if(rd===92&&!ml){Rl+=Qh.substring(zl,cf),Rl+=Lt(3),zl=cf;continue}if((rd===10||rd===13)&&!ml){Rl+=Qh.substring(zl,cf),S_|=4,Y(DA.Unterminated_string_literal);break}cf++}return Rl}function jr(ml){let Al=V(cf)===96;cf++;let Rl=cf,zl="",rd;for(;;){if(cf>=t_){zl+=Qh.substring(Rl,cf),S_|=4,Y(DA.Unterminated_template_literal),rd=Al?15:18;break}let yh=V(cf);if(yh===96){zl+=Qh.substring(Rl,cf),cf++,rd=Al?15:18;break}if(yh===36&&cf+1=t_)return Y(DA.Unexpected_end_of_text),"";let zl=V(cf);switch(cf++,zl){case 48:if(cf>=t_||!hi(V(cf)))return"\0";case 49:case 50:case 51:cf=55296&&rd<=56319&&cf+6=56320&&Rl<=57343)return cf=Al,yh+String.fromCharCode(Rl)}return yh;case 120:for(;cf1114111&&(ml&&Y(DA.An_extended_Unicode_escape_value_must_be_between_0x0_and_0x10FFFF_inclusive,Rl,cf-Rl),yh=!0),cf>=t_?(ml&&Y(DA.Unexpected_end_of_text),yh=!0):V(cf)===125?cf++:(ml&&Y(DA.Unterminated_Unicode_escape_sequence),yh=!0),yh?(S_|=2048,Qh.substring(Al,cf)):(S_|=8,Nd(rd))}function On(){if(cf+5=0&&Nr(zl,ml)){Al+=qn(!0),Rl=cf;continue}if(zl=On(),!(zl>=0&&Nr(zl,ml)))break;S_|=1024,Al+=Qh.substring(Rl,cf),Al+=Nd(zl),cf+=6,Rl=cf}else break}return Al+=Qh.substring(Rl,cf),Al}function Ke(){let ml=D_.length;if(ml>=2&&ml<=12){let ml=D_.charCodeAt(0);if(ml>=97&&ml<=122){let ml=kA.get(D_);if(ml!==void 0)return C_=ml}}return C_=80}function Fn(ml){let Al="",Rl=!1,zl=!1;for(;;){let rd=V(cf);if(rd===95){S_|=512,Rl?(Rl=!1,zl=!0):Y(zl?DA.Multiple_consecutive_numeric_separators_are_not_permitted:DA.Numeric_separators_are_not_allowed_here,cf,1),cf++;continue}if(Rl=!0,!hi(rd)||rd-48>=ml)break;Al+=Qh[cf],cf++,zl=!1}return V(cf-1)===95&&Y(DA.Numeric_separators_are_not_allowed_here,cf-1,1),Al}function Zt(){return V(cf)===110?(D_+="n",S_&384&&(D_=Jb(D_)+"n"),cf++,10):(D_=""+(S_&128?parseInt(D_.slice(2),2):S_&256?parseInt(D_.slice(2),8):+D_),9)}function ct(){for(r_=cf,S_=0;;){if(u_=cf,cf>=t_)return C_=1;let zl=ae(cf);if(cf===0&&zl===35&&Hm(Qh,cf)){if(cf=Xm(Qh,cf),Al)continue;return C_=6}switch(zl){case 10:case 13:if(S_|=1,Al){cf++;continue}else return zl===13&&cf+1=0&&er(rd,ml))return D_=qn(!0)+gt(),C_=Ke();let yh=On();return yh>=0&&er(yh,ml)?(cf+=6,S_|=1024,D_=String.fromCharCode(yh)+gt(),C_=Ke()):(Y(DA.Invalid_character),cf++,C_=0);case 35:if(cf!==0&&Qh[cf+1]==="!")return Y(DA.can_only_be_used_at_the_start_of_a_file,cf,2),cf++,C_=0;let kh=ae(cf+1);if(kh===92){cf++;let Al=jt();if(Al>=0&&er(Al,ml))return D_="#"+qn(!0)+gt(),C_=81;let Rl=On();if(Rl>=0&&er(Rl,ml))return cf+=6,S_|=1024,D_="#"+String.fromCharCode(Rl)+gt(),C_=81;cf--}return er(kh,ml)?(cf++,Jt(kh,ml)):(D_="#",Y(DA.Invalid_character,cf++,Wt(zl))),C_=81;case 65533:return Y(DA.File_appears_to_be_binary,0,0),cf=t_,C_=8;default:let r_=Jt(zl,ml);if(r_)return C_=r_;if(__(zl)){cf+=Wt(zl);continue}else if(Cn(zl)){S_|=1,cf+=Wt(zl);continue}let P_=Wt(zl);return Y(DA.Invalid_character,cf,P_),cf+=P_,C_=0}}}function st(){switch(rA){case 0:return!0;case 1:return!1}return tA!==3&&tA!==4?!0:rA===3?!1:LA.test(Qh.slice(r_,cf))}function qt(){P_.assert(C_===0,"'reScanInvalidIdentifier' should only be called when the current token is 'SyntaxKind.Unknown'."),cf=u_=r_,S_=0;let ml=ae(cf),Al=Jt(ml,99);return Al?C_=Al:(cf+=Wt(ml),C_)}function Jt(ml,Al){let Rl=ml;if(er(Rl,Al)){for(cf+=Wt(Rl);cf=t_)return C_=1;let Al=V(cf);if(Al===60)return V(cf+1)===47?(cf+=2,C_=31):(cf++,C_=30);if(Al===123)return cf++,C_=19;let Rl=0;for(;cf0)break;Wa(Al)||(Rl=cf)}cf++}return D_=Qh.substring(r_,cf),Rl===-1?13:12}function Jr(){if(kt(C_)){for(;cf=t_)return C_=1;for(let Al=V(cf);cf=0&&__(V(cf-1))&&!(cf+1=t_)return C_=1;let Al=ae(cf);switch(cf+=Wt(Al),Al){case 9:case 11:case 12:case 32:for(;cf=0&&er(Al,ml))return D_=qn(!0)+gt(),C_=Ke();let Rl=On();return Rl>=0&&er(Rl,ml)?(cf+=6,S_|=1024,D_=String.fromCharCode(Rl)+gt(),C_=Ke()):(cf++,C_=0)}if(er(Al,ml)){let Rl=Al;for(;cf=0),cf=ml,r_=ml,u_=ml,C_=0,D_=void 0,S_=0}function Ei(ml){eA+=ml?1:-1}}function Ki(ml,Al){return ml.codePointAt(Al)}function Wt(ml){return ml>=65536?2:ml===-1?0:1}function Ag(ml){if(P_.assert(0<=ml&&ml<=1114111),ml<=65535)return String.fromCharCode(ml);let Al=Math.floor((ml-65536)/1024)+55296,Rl=(ml-65536)%1024+56320;return String.fromCharCode(Al,Rl)}var qA=String.fromCodePoint?ml=>String.fromCodePoint(ml):Ag;function Nd(ml){return qA(ml)}var $A=new Map(Object.entries({General_Category:"General_Category",gc:"General_Category",Script:"Script",sc:"Script",Script_Extensions:"Script_Extensions",scx:"Script_Extensions"})),JA=new Set(["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","EComp","Emoji_Modifier","EMod","Emoji_Modifier_Base","EBase","Emoji_Presentation","EPres","Extended_Pictographic","ExtPict","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"]),HA=new Set(["Basic_Emoji","Emoji_Keycap_Sequence","RGI_Emoji_Modifier_Sequence","RGI_Emoji_Flag_Sequence","RGI_Emoji_Tag_Sequence","RGI_Emoji_ZWJ_Sequence","RGI_Emoji"]),VA={General_Category:new Set(["C","Other","Cc","Control","cntrl","Cf","Format","Cn","Unassigned","Co","Private_Use","Cs","Surrogate","L","Letter","LC","Cased_Letter","Ll","Lowercase_Letter","Lm","Modifier_Letter","Lo","Other_Letter","Lt","Titlecase_Letter","Lu","Uppercase_Letter","M","Mark","Combining_Mark","Mc","Spacing_Mark","Me","Enclosing_Mark","Mn","Nonspacing_Mark","N","Number","Nd","Decimal_Number","digit","Nl","Letter_Number","No","Other_Number","P","Punctuation","punct","Pc","Connector_Punctuation","Pd","Dash_Punctuation","Pe","Close_Punctuation","Pf","Final_Punctuation","Pi","Initial_Punctuation","Po","Other_Punctuation","Ps","Open_Punctuation","S","Symbol","Sc","Currency_Symbol","Sk","Modifier_Symbol","Sm","Math_Symbol","So","Other_Symbol","Z","Separator","Zl","Line_Separator","Zp","Paragraph_Separator","Zs","Space_Separator"]),Script:new Set(["Adlm","Adlam","Aghb","Caucasian_Albanian","Ahom","Arab","Arabic","Armi","Imperial_Aramaic","Armn","Armenian","Avst","Avestan","Bali","Balinese","Bamu","Bamum","Bass","Bassa_Vah","Batk","Batak","Beng","Bengali","Bhks","Bhaiksuki","Bopo","Bopomofo","Brah","Brahmi","Brai","Braille","Bugi","Buginese","Buhd","Buhid","Cakm","Chakma","Cans","Canadian_Aboriginal","Cari","Carian","Cham","Cher","Cherokee","Chrs","Chorasmian","Copt","Coptic","Qaac","Cpmn","Cypro_Minoan","Cprt","Cypriot","Cyrl","Cyrillic","Deva","Devanagari","Diak","Dives_Akuru","Dogr","Dogra","Dsrt","Deseret","Dupl","Duployan","Egyp","Egyptian_Hieroglyphs","Elba","Elbasan","Elym","Elymaic","Ethi","Ethiopic","Geor","Georgian","Glag","Glagolitic","Gong","Gunjala_Gondi","Gonm","Masaram_Gondi","Goth","Gothic","Gran","Grantha","Grek","Greek","Gujr","Gujarati","Guru","Gurmukhi","Hang","Hangul","Hani","Han","Hano","Hanunoo","Hatr","Hatran","Hebr","Hebrew","Hira","Hiragana","Hluw","Anatolian_Hieroglyphs","Hmng","Pahawh_Hmong","Hmnp","Nyiakeng_Puachue_Hmong","Hrkt","Katakana_Or_Hiragana","Hung","Old_Hungarian","Ital","Old_Italic","Java","Javanese","Kali","Kayah_Li","Kana","Katakana","Kawi","Khar","Kharoshthi","Khmr","Khmer","Khoj","Khojki","Kits","Khitan_Small_Script","Knda","Kannada","Kthi","Kaithi","Lana","Tai_Tham","Laoo","Lao","Latn","Latin","Lepc","Lepcha","Limb","Limbu","Lina","Linear_A","Linb","Linear_B","Lisu","Lyci","Lycian","Lydi","Lydian","Mahj","Mahajani","Maka","Makasar","Mand","Mandaic","Mani","Manichaean","Marc","Marchen","Medf","Medefaidrin","Mend","Mende_Kikakui","Merc","Meroitic_Cursive","Mero","Meroitic_Hieroglyphs","Mlym","Malayalam","Modi","Mong","Mongolian","Mroo","Mro","Mtei","Meetei_Mayek","Mult","Multani","Mymr","Myanmar","Nagm","Nag_Mundari","Nand","Nandinagari","Narb","Old_North_Arabian","Nbat","Nabataean","Newa","Nkoo","Nko","Nshu","Nushu","Ogam","Ogham","Olck","Ol_Chiki","Orkh","Old_Turkic","Orya","Oriya","Osge","Osage","Osma","Osmanya","Ougr","Old_Uyghur","Palm","Palmyrene","Pauc","Pau_Cin_Hau","Perm","Old_Permic","Phag","Phags_Pa","Phli","Inscriptional_Pahlavi","Phlp","Psalter_Pahlavi","Phnx","Phoenician","Plrd","Miao","Prti","Inscriptional_Parthian","Rjng","Rejang","Rohg","Hanifi_Rohingya","Runr","Runic","Samr","Samaritan","Sarb","Old_South_Arabian","Saur","Saurashtra","Sgnw","SignWriting","Shaw","Shavian","Shrd","Sharada","Sidd","Siddham","Sind","Khudawadi","Sinh","Sinhala","Sogd","Sogdian","Sogo","Old_Sogdian","Sora","Sora_Sompeng","Soyo","Soyombo","Sund","Sundanese","Sylo","Syloti_Nagri","Syrc","Syriac","Tagb","Tagbanwa","Takr","Takri","Tale","Tai_Le","Talu","New_Tai_Lue","Taml","Tamil","Tang","Tangut","Tavt","Tai_Viet","Telu","Telugu","Tfng","Tifinagh","Tglg","Tagalog","Thaa","Thaana","Thai","Tibt","Tibetan","Tirh","Tirhuta","Tnsa","Tangsa","Toto","Ugar","Ugaritic","Vaii","Vai","Vith","Vithkuqi","Wara","Warang_Citi","Wcho","Wancho","Xpeo","Old_Persian","Xsux","Cuneiform","Yezi","Yezidi","Yiii","Yi","Zanb","Zanabazar_Square","Zinh","Inherited","Qaai","Zyyy","Common","Zzzz","Unknown"]),Script_Extensions:void 0};VA.Script_Extensions=VA.Script;function Dr(ml){return ml.start+ml.length}function Dg(ml){return ml.length===0}function pf(ml,Al){if(ml<0)throw new Error("start < 0");if(Al<0)throw new Error("length < 0");return{start:ml,length:Al}}function Pg(ml,Al){return pf(ml,Al-ml)}function n_(ml){return pf(ml.span.start,ml.newLength)}function Ng(ml){return Dg(ml.span)&&ml.newLength===0}function Zm(ml,Al){if(Al<0)throw new Error("newLength < 0");return{span:ml,newLength:Al}}var WA=Zm(pf(0,0),0);function ff(ml,Al){for(;ml;){let Rl=Al(ml);if(Rl==="quit")return;if(Rl)return ml;ml=ml.parent}}function Tl(ml){return(ml.flags&16)===0}function Ig(ml,Al){if(ml===void 0||Tl(ml))return ml;for(ml=ml.original;ml;){if(Tl(ml))return!Al||Al(ml)?ml:void 0;ml=ml.original}}function Ua(ml){return ml.length>=2&&ml.charCodeAt(0)===95&&ml.charCodeAt(1)===95?"_"+ml:ml}function m_(ml){let Al=ml;return Al.length>=3&&Al.charCodeAt(0)===95&&Al.charCodeAt(1)===95&&Al.charCodeAt(2)===95?Al.substr(1):Al}function Pn(ml){return m_(ml.escapedText)}function df(ml){let Al=Vm(ml.escapedText);return Al?By(Al,yi):void 0}function qp(ml){return ml.valueDeclaration&&e2(ml.valueDeclaration)?Pn(ml.valueDeclaration.name):m_(ml.escapedName)}function e1(ml){let Al=ml.parent.parent;if(Al){if(Jd(Al))return _l(Al);switch(Al.kind){case 244:if(Al.declarationList&&Al.declarationList.declarations[0])return _l(Al.declarationList.declarations[0]);break;case 245:let ml=Al.expression;switch(ml.kind===227&&ml.operatorToken.kind===64&&(ml=ml.left),ml.kind){case 212:return ml.name;case 213:let Al=ml.argumentExpression;if(et(Al))return Al}break;case 218:return _l(Al.expression);case 257:{if(Jd(Al.statement)||p1(Al.statement))return _l(Al.statement);break}}}}function _l(ml){let Al=t1(ml);return Al&&et(Al)?Al:void 0}function Og(ml){return ml.name||e1(ml)}function Mg(ml){return!!ml.name}function mf(ml){switch(ml.kind){case 80:return ml;case 349:case 342:{let{name:Al}=ml;if(Al.kind===167)return Al.right;break}case 214:case 227:{let Al=ml;switch(Sf(Al)){case 1:case 4:case 5:case 3:return wf(Al.left);case 7:case 8:case 9:return Al.arguments[1];default:return}}case 347:return Og(ml);case 341:return e1(ml);case 278:{let{expression:Al}=ml;return et(Al)?Al:void 0}case 213:let Al=ml;if(b1(Al))return Al.argumentExpression}return ml.name}function t1(ml){if(ml!==void 0)return mf(ml)||(Bf(ml)||qf(ml)||El(ml)?Lg(ml):void 0)}function Lg(ml){if(ml.parent){if(rh(ml.parent)||W1(ml.parent))return ml.parent.name;if(ra(ml.parent)&&ml===ml.parent.right){if(et(ml.parent.left))return ml.parent.left;if(k1(ml.parent.left))return wf(ml.parent.left)}else if(Ff(ml.parent)&&et(ml.parent.name))return ml.parent.name}else return}function hf(ml){if(ab(ml))return $r(ml.modifiers,Ka)}function n1(ml){if(k_(ml,98303))return $r(ml.modifiers,r2)}function r1(ml,Al){if(ml.name)if(et(ml.name)){let Rl=ml.name.escapedText;return h_(ml.parent,Al).filter(ml=>Hp(ml)&&et(ml.name)&&ml.name.escapedText===Rl)}else{let Rl=ml.parent.parameters.indexOf(ml);P_.assert(Rl>-1,"Parameters should always be in their parents' parameter list");let zl=h_(ml.parent,Al).filter(Hp);if(Rlch(ml)&&ml.typeParameters.some(ml=>ml.name.escapedText===Rl))}function Rg(ml){return i1(ml,!1)}function Ug(ml){return i1(ml,!0)}function Bg(ml){return Ti(ml,Tv)}function qg(ml){return Xg(ml,Nv)}function Fg(ml){return Ti(ml,Sv,!0)}function zg(ml){return Ti(ml,wv,!0)}function Vg(ml){return Ti(ml,kv,!0)}function Wg(ml){return Ti(ml,Ev,!0)}function Gg(ml){return Ti(ml,Av,!0)}function Yg(ml){return Ti(ml,Dv,!0)}function Hg(ml){let Al=Ti(ml,Xf);if(Al&&Al.typeExpression&&Al.typeExpression.type)return Al}function h_(ml,Al){var Rl;if(!kf(ml))return u_;let zl=(Rl=ml.jsDoc)==null?void 0:Rl.jsDocCache;if(zl===void 0||Al){let Rl=z2(ml,Al);P_.assert(Rl.length<2||Rl[0]!==Rl[1]),zl=Am(Rl,ml=>oh(ml)?ml.tags:ml),Al||(ml.jsDoc??(ml.jsDoc=[]),ml.jsDoc.jsDocCache=zl)}return zl}function a1(ml){return h_(ml,!1)}function Ti(ml,Al,Rl){return km(h_(ml,Rl),Al)}function Xg(ml,Al){return a1(ml).filter(Al)}function Fp(ml){return ml.kind===80||ml.kind===81}function $g(ml){return hr(ml)&&!!(ml.flags&64)}function Qg(ml){return Za(ml)&&!!(ml.flags&64)}function Ld(ml){return Uf(ml)&&!!(ml.flags&64)}function yf(ml){let Al=ml.kind;return!!(ml.flags&64)&&(Al===212||Al===213||Al===214||Al===236)}function gf(ml){return $f(ml,8)}function Kg(ml){return yl(ml)&&!!(ml.flags&64)}function bf(ml){return ml>=167}function vf(ml){return ml>=0&&ml<=166}function s1(ml){return vf(ml.kind)}function gi(ml){return Or(ml,"pos")&&Or(ml,"end")}function Zg(ml){return 9<=ml&&ml<=15}function jd(ml){return 15<=ml&&ml<=18}function za(ml){var Al;return et(ml)&&((Al=ml.emitNode)==null?void 0:Al.autoGenerate)!==void 0}function _1(ml){var Al;return xi(ml)&&((Al=ml.emitNode)==null?void 0:Al.autoGenerate)!==void 0}function e2(ml){return(Xa(ml)||s2(ml))&&xi(ml.name)}function Xr(ml){switch(ml){case 128:case 129:case 134:case 87:case 138:case 90:case 95:case 103:case 125:case 123:case 124:case 148:case 126:case 147:case 164:return!0}return!1}function t2(ml){return!!(S1(ml)&31)}function n2(ml){return t2(ml)||ml===126||ml===164||ml===129}function r2(ml){return Xr(ml.kind)}function o1(ml){let Al=ml.kind;return Al===80||Al===81||Al===11||Al===9||Al===168}function xf(ml){return!!ml&&a2(ml.kind)}function i2(ml){switch(ml){case 263:case 175:case 177:case 178:case 179:case 219:case 220:return!0;default:return!1}}function a2(ml){switch(ml){case 174:case 180:case 324:case 181:case 182:case 185:case 318:case 186:return!0;default:return i2(ml)}}function ia(ml){return ml&&(ml.kind===264||ml.kind===232)}function s2(ml){switch(ml.kind){case 175:case 178:case 179:return!0;default:return!1}}function _2(ml){let Al=ml.kind;return Al===304||Al===305||Al===306||Al===175||Al===178||Al===179}function c1(ml){return hb(ml.kind)}function o2(ml){if(ml){let Al=ml.kind;return Al===208||Al===207}return!1}function c2(ml){let Al=ml.kind;return Al===210||Al===211}function l2(ml){switch(ml.kind){case 261:case 170:case 209:return!0}return!1}function Ga(ml){return l1(gf(ml).kind)}function l1(ml){switch(ml){case 212:case 213:case 215:case 214:case 285:case 286:case 289:case 216:case 210:case 218:case 211:case 232:case 219:case 80:case 81:case 14:case 9:case 10:case 11:case 15:case 229:case 97:case 106:case 110:case 112:case 108:case 236:case 234:case 237:case 102:case 283:return!0;default:return!1}}function u2(ml){return u1(gf(ml).kind)}function u1(ml){switch(ml){case 225:case 226:case 221:case 222:case 223:case 224:case 217:return!0;default:return l1(ml)}}function p1(ml){return p2(gf(ml).kind)}function p2(ml){switch(ml){case 228:case 230:case 220:case 227:case 231:case 235:case 233:case 357:case 356:case 239:return!0;default:return u1(ml)}}function f2(ml){return ml===220||ml===209||ml===264||ml===232||ml===176||ml===177||ml===267||ml===307||ml===282||ml===263||ml===219||ml===178||ml===274||ml===272||ml===277||ml===265||ml===292||ml===175||ml===174||ml===268||ml===271||ml===275||ml===281||ml===170||ml===304||ml===173||ml===172||ml===179||ml===305||ml===266||ml===169||ml===261||ml===347||ml===339||ml===349||ml===203}function f1(ml){return ml===263||ml===283||ml===264||ml===265||ml===266||ml===267||ml===268||ml===273||ml===272||ml===279||ml===278||ml===271}function d1(ml){return ml===253||ml===252||ml===260||ml===247||ml===245||ml===243||ml===250||ml===251||ml===249||ml===246||ml===257||ml===254||ml===256||ml===258||ml===259||ml===244||ml===248||ml===255||ml===354}function Jd(ml){return ml.kind===169?ml.parent&&ml.parent.kind!==346||aa(ml):f2(ml.kind)}function d2(ml){let Al=ml.kind;return d1(Al)||f1(Al)||m2(ml)}function m2(ml){return ml.kind!==242||ml.parent!==void 0&&(ml.parent.kind===259||ml.parent.kind===300)?!1:!P2(ml)}function h2(ml){let Al=ml.kind;return d1(Al)||f1(Al)||Al===242}function m1(ml){return ml.kind>=310&&ml.kind<=352}function y2(ml){return ml.kind===321||ml.kind===320||ml.kind===322||v2(ml)||g2(ml)||xv(ml)||Ll(ml)}function g2(ml){return ml.kind>=328&&ml.kind<=352}function ol(ml){return ml.kind===179}function cl(ml){return ml.kind===178}function Zi(ml){if(!kf(ml))return!1;let{jsDoc:Al}=ml;return!!Al&&Al.length>0}function b2(ml){return!!ml.initializer}function Pl(ml){return ml.kind===11||ml.kind===15}function v2(ml){return ml.kind===325||ml.kind===326||ml.kind===327}function Rd(ml){return(ml.flags&33554432)!==0}var zA=x2();function x2(){var ml="";let t=Al=>ml+=Al;return{getText:()=>ml,write:t,rawWrite:t,writeKeyword:t,writeOperator:t,writePunctuation:t,writeSpace:t,writeStringLiteral:t,writeLiteral:t,writeParameter:t,writeProperty:t,writeSymbol:(ml,Al)=>t(ml),writeTrailingSemicolon:t,writeComment:t,getTextPos:()=>ml.length,getLine:()=>0,getColumn:()=>0,getIndent:()=>0,isAtStartOfLine:()=>!1,hasTrailingComment:()=>!1,hasTrailingWhitespace:()=>!!ml.length&&Wa(ml.charCodeAt(ml.length-1)),writeLine:()=>ml+=" ",increaseIndent:Ha,decreaseIndent:Ha,clear:()=>ml=""}}function T2(ml,Al){let Rl=ml.entries();for(let[ml,zl]of Rl){let Rl=Al(zl,ml);if(Rl)return Rl}}function S2(ml){return ml.end-ml.pos}function h1(ml){return w2(ml),(ml.flags&1048576)!==0}function w2(ml){ml.flags&2097152||(((ml.flags&262144)!==0||$t(ml,h1))&&(ml.flags|=1048576),ml.flags|=2097152)}function bi(ml){for(;ml&&ml.kind!==308;)ml=ml.parent;return ml}function ea(ml){return ml===void 0?!0:ml.pos===ml.end&&ml.pos>=0&&ml.kind!==1}function zp(ml){return!ea(ml)}function Sl(ml,Al,Rl){if(ea(ml))return ml.pos;if(m1(ml)||ml.kind===12)return Ir((Al??bi(ml)).text,ml.pos,!1,!0);if(Rl&&Zi(ml))return Sl(ml.jsDoc[0],Al);if(ml.kind===353){Al??(Al=bi(ml));let zl=Zp(lh(ml,Al));if(zl)return Sl(zl,Al,Rl)}return Ir((Al??bi(ml)).text,ml.pos,!1,!1,N2(ml))}function Ud(ml,Al,Rl=!1){return o_(ml.text,Al,Rl)}function k2(ml){return!!ff(ml,ah)}function o_(ml,Al,Rl=!1){if(ea(Al))return"";let zl=ml.substring(Rl?Al.pos:Ir(ml,Al.pos),Al.end);return k2(Al)&&(zl=zl.split(/\r\n|\n|\r/).map(ml=>ml.replace(/^\s*\*/,"").trimStart()).join(`\n`)),zl}function Ya(ml){let Al=ml.emitNode;return Al&&Al.flags||0}function E2(ml,Al,Rl){P_.assertGreaterThanOrEqual(Al,0),P_.assertGreaterThanOrEqual(Rl,0),P_.assertLessThanOrEqual(Al,ml.length),P_.assertLessThanOrEqual(Al+Rl,ml.length)}function hl(ml){return ml.kind===245&&ml.expression.kind===11}function Tf(ml){return!!(Ya(ml)&2097152)}function Bd(ml){return Tf(ml)&&zf(ml)}function A2(ml){return et(ml.name)&&!ml.initializer}function qd(ml){return Tf(ml)&&es(ml)&&Qp(ml.declarationList.declarations,A2)}function C2(ml,Al){let Rl=ml.kind===170||ml.kind===169||ml.kind===219||ml.kind===220||ml.kind===218||ml.kind===261||ml.kind===282?Kp(kg(Al,ml.pos),Bp(Al,ml.pos)):Bp(Al,ml.pos);return $r(Rl,Rl=>Rl.end<=ml.end&&Al.charCodeAt(Rl.pos+1)===42&&Al.charCodeAt(Rl.pos+2)===42&&Al.charCodeAt(Rl.pos+3)!==47)}function D2(ml){if(ml)switch(ml.kind){case 209:case 307:case 170:case 304:case 173:case 172:case 305:case 261:return!0}return!1}function P2(ml){return ml&&ml.kind===242&&xf(ml.parent)}function Fd(ml){let Al=ml.kind;return(Al===212||Al===213)&&ml.expression.kind===108}function aa(ml){return!!ml&&!!(ml.flags&524288)}function N2(ml){return!!ml&&!!(ml.flags&16777216)}function I2(ml){for(;wl(ml,!0);)ml=ml.right;return ml}function O2(ml){return et(ml)&&ml.escapedText==="exports"}function M2(ml){return et(ml)&&ml.escapedText==="module"}function y1(ml){return(hr(ml)||g1(ml))&&M2(ml.expression)&&g_(ml)==="exports"}function Sf(ml){let Al=j2(ml);return Al===5||aa(ml)?Al:0}function L2(ml){return a_(ml.arguments)===3&&hr(ml.expression)&&et(ml.expression.expression)&&Pn(ml.expression.expression)==="Object"&&Pn(ml.expression.name)==="defineProperty"&&Nl(ml.arguments[1])&&y_(ml.arguments[0],!0)}function g1(ml){return Za(ml)&&Nl(ml.argumentExpression)}function w_(ml,Al){return hr(ml)&&(!Al&&ml.expression.kind===110||et(ml.name)&&y_(ml.expression,!0))||b1(ml,Al)}function b1(ml,Al){return g1(ml)&&(!Al&&ml.expression.kind===110||Cf(ml.expression)||w_(ml.expression,!0))}function y_(ml,Al){return Cf(ml)||w_(ml,Al)}function j2(ml){if(Uf(ml)){if(!L2(ml))return 0;let Al=ml.arguments[0];return O2(Al)||y1(Al)?8:w_(Al)&&g_(Al)==="prototype"?9:7}return ml.operatorToken.kind!==64||!k1(ml.left)||J2(I2(ml))?0:y_(ml.left.expression,!0)&&g_(ml.left)==="prototype"&&Rf(U2(ml))?6:R2(ml.left)}function J2(ml){return mv(ml)&&sa(ml.expression)&&ml.expression.text==="0"}function wf(ml){if(hr(ml))return ml.name;let Al=Ef(ml.argumentExpression);return sa(Al)||Pl(Al)?Al:ml}function g_(ml){let Al=wf(ml);if(Al){if(et(Al))return Al.escapedText;if(Pl(Al)||sa(Al))return Ua(Al.text)}}function R2(ml){if(ml.expression.kind===110)return 4;if(y1(ml))return 2;if(y_(ml.expression,!0)){if(db(ml.expression))return 3;let Al=ml;for(;!et(Al.expression);)Al=Al.expression;let Rl=Al.expression;if((Rl.escapedText==="exports"||Rl.escapedText==="module"&&g_(Al)==="exports")&&w_(ml))return 1;if(y_(ml,!0)||Za(ml)&&Z2(ml))return 5}return 0}function U2(ml){for(;ra(ml.right);)ml=ml.right;return ml.right}function B2(ml){return Ol(ml)&&ra(ml.expression)&&Sf(ml.expression)!==0&&ra(ml.expression.right)&&(ml.expression.right.operatorToken.kind===57||ml.expression.right.operatorToken.kind===61)?ml.expression.right.right:void 0}function q2(ml){switch(ml.kind){case 244:let Al=Vp(ml);return Al&&Al.initializer;case 173:return ml.initializer;case 304:return ml.initializer}}function Vp(ml){return es(ml)?Zp(ml.declarationList.declarations):void 0}function F2(ml){return Si(ml)&&ml.body&&ml.body.kind===268?ml.body:void 0}function kf(ml){switch(ml.kind){case 220:case 227:case 242:case 253:case 180:case 297:case 264:case 232:case 176:case 177:case 186:case 181:case 252:case 260:case 247:case 213:case 243:case 1:case 267:case 307:case 278:case 279:case 282:case 245:case 250:case 251:case 249:case 263:case 219:case 185:case 178:case 80:case 246:case 273:case 272:case 182:case 265:case 318:case 324:case 257:case 175:case 174:case 268:case 203:case 271:case 211:case 170:case 218:case 212:case 304:case 173:case 172:case 254:case 241:case 179:case 305:case 306:case 256:case 258:case 259:case 266:case 169:case 261:case 244:case 248:case 255:return!0;default:return!1}}function z2(ml,Al){let Rl;D2(ml)&&b2(ml)&&Zi(ml.initializer)&&(Rl=Dn(Rl,zd(ml,ml.initializer.jsDoc)));let zl=ml;for(;zl&&zl.parent;){if(Zi(zl)&&(Rl=Dn(Rl,zd(ml,zl.jsDoc))),zl.kind===170){Rl=Dn(Rl,(Al?Jg:jg)(zl));break}if(zl.kind===169){Rl=Dn(Rl,(Al?Ug:Rg)(zl));break}zl=W2(zl)}return Rl||u_}function zd(ml,Al){let Rl=Ny(Al);return Am(Al,Al=>{if(Al===Rl){let Rl=$r(Al.tags,Al=>V2(ml,Al));return Al.tags===Rl?[Al]:Rl}else return $r(Al.tags,Cv)})}function V2(ml,Al){return!(Xf(Al)||Iv(Al))||!Al.parent||!oh(Al.parent)||!Il(Al.parent.parent)||Al.parent.parent===ml}function W2(ml){let Al=ml.parent;if(Al.kind===304||Al.kind===278||Al.kind===173||Al.kind===245&&ml.kind===212||Al.kind===254||F2(Al)||wl(ml))return Al;if(Al.parent&&(Vp(Al.parent)===ml||wl(Al)))return Al.parent;if(Al.parent&&Al.parent.parent&&(Vp(Al.parent.parent)||q2(Al.parent.parent)===ml||B2(Al.parent.parent)))return Al.parent.parent}function Ef(ml,Al){return $f(ml,Al?-2147483647:1)}function G2(ml){let Al=Y2(ml);if(Al&&aa(ml)){let Al=Bg(ml);if(Al)return Al.class}return Al}function Y2(ml){let Al=Af(ml.heritageClauses,96);return Al&&Al.types.length>0?Al.types[0]:void 0}function H2(ml){if(aa(ml))return qg(ml).map(ml=>ml.class);{let Al=Af(ml.heritageClauses,119);return Al?.types}}function X2(ml){return E_(ml)?$2(ml)||u_:ia(ml)&&Kp(Jp(G2(ml)),H2(ml))||u_}function $2(ml){let Al=Af(ml.heritageClauses,96);return Al?Al.types:void 0}function Af(ml,Al){if(ml){for(let Rl of ml)if(Rl.token===Al)return Rl}}function yi(ml){return 83<=ml&&ml<=166}function Q2(ml){return 19<=ml&&ml<=79}function Ap(ml){return yi(ml)||Q2(ml)}function Nl(ml){return Pl(ml)||sa(ml)}function K2(ml){return H1(ml)&&(ml.operator===40||ml.operator===41)&&sa(ml.operand)}function Z2(ml){if(!(ml.kind===168||ml.kind===213))return!1;let Al=Za(ml)?Ef(ml.argumentExpression):ml.expression;return!Nl(Al)&&!K2(Al)}function eb(ml){return Fp(ml)?Pn(ml):nh(ml)?zb(ml):ml.text}function Ba(ml){return b_(ml.pos)||b_(ml.end)}function Cp(ml){switch(ml){case 61:return 5;case 57:return 5;case 56:return 6;case 52:return 7;case 53:return 8;case 51:return 9;case 35:case 36:case 37:case 38:return 10;case 30:case 32:case 33:case 34:case 104:case 103:case 130:case 152:return 11;case 48:case 49:case 50:return 12;case 40:case 41:return 13;case 42:case 44:case 45:return 14;case 43:return 15}return-1}function Dp(ml){return!!((ml.templateFlags||0)&2048)}function tb(ml){return ml&&!!(N1(ml)?Dp(ml):Dp(ml.head)||nn(ml.templateSpans,ml=>Dp(ml.literal)))}var YA=new Map(Object.entries({"\t":"\\t","\v":"\\v","\f":"\\f","\b":"\\b","\r":"\\r","\n":"\\n","\\":"\\\\",'"':'\\"',"'":"\\'","`":"\\`","\u2028":"\\u2028","\u2029":"\\u2029","…":"\\u0085","\r\n":"\\r\\n"}));var KA=new Map(Object.entries({'"':""","'":"'"}));function nb(ml){return!!ml&&ml.kind===80&&rb(ml)}function rb(ml){return ml.escapedText==="this"}function k_(ml,Al){return!!sb(ml,Al)}function ib(ml){return k_(ml,256)}function ab(ml){return k_(ml,32768)}function sb(ml,Al){return ob(ml)&Al}function _b(ml,Al,Rl){return ml.kind>=0&&ml.kind<=166?0:(ml.modifierFlagsCache&536870912||(ml.modifierFlagsCache=T1(ml)|536870912),Rl||Al&&aa(ml)?(!(ml.modifierFlagsCache&268435456)&&ml.parent&&(ml.modifierFlagsCache|=v1(ml)|268435456),x1(ml.modifierFlagsCache)):cb(ml.modifierFlagsCache))}function ob(ml){return _b(ml,!1)}function v1(ml){let Al=0;return ml.parent&&!v_(ml)&&(aa(ml)&&(Fg(ml)&&(Al|=8388608),zg(ml)&&(Al|=16777216),Vg(ml)&&(Al|=33554432),Wg(ml)&&(Al|=67108864),Gg(ml)&&(Al|=134217728)),Yg(ml)&&(Al|=65536)),Al}function cb(ml){return ml&65535}function x1(ml){return ml&131071|(ml&260046848)>>>23}function lb(ml){return x1(v1(ml))}function ub(ml){return T1(ml)|lb(ml)}function T1(ml){let Al=jl(ml)?Un(ml.modifiers):0;return(ml.flags&8||ml.kind===80&&ml.flags&4096)&&(Al|=32),Al}function Un(ml){let Al=0;if(ml)for(let Rl of ml)Al|=S1(Rl.kind);return Al}function S1(ml){switch(ml){case 126:return 256;case 125:return 1;case 124:return 4;case 123:return 2;case 128:return 64;case 129:return 512;case 95:return 32;case 138:return 128;case 87:return 4096;case 90:return 2048;case 134:return 1024;case 148:return 8;case 164:return 16;case 103:return 8192;case 147:return 16384;case 171:return 32768}return 0}function pb(ml){return ml===76||ml===77||ml===78}function w1(ml){return ml>=64&&ml<=79}function wl(ml,Al){return ra(ml)&&(Al?ml.operatorToken.kind===64:w1(ml.operatorToken.kind))&&Ga(ml.left)}function Cf(ml){return ml.kind===80||fb(ml)}function fb(ml){return hr(ml)&&et(ml.name)&&Cf(ml.expression)}function db(ml){return w_(ml)&&g_(ml)==="prototype"}function Pp(ml){return ml.flags&403963917?ml.objectFlags:0}function mb(ml){let Al;return $t(ml,ml=>{zp(ml)&&(Al=ml)},ml=>{for(let Rl=ml.length-1;Rl>=0;Rl--)if(zp(ml[Rl])){Al=ml[Rl];break}}),Al}function hb(ml){return ml>=183&&ml<=206||ml===133||ml===159||ml===150||ml===163||ml===151||ml===136||ml===154||ml===155||ml===116||ml===157||ml===146||ml===141||ml===234||ml===313||ml===314||ml===315||ml===316||ml===317||ml===318||ml===319}function k1(ml){return ml.kind===212||ml.kind===213}function yb(ml,Al){this.flags=ml,this.escapedName=Al,this.declarations=void 0,this.valueDeclaration=void 0,this.id=0,this.mergeId=0,this.parent=void 0,this.members=void 0,this.exports=void 0,this.exportSymbol=void 0,this.constEnumOnlyModule=void 0,this.isReferenced=void 0,this.lastAssignmentPos=void 0,this.links=void 0}function gb(ml,Al){this.flags=Al,(P_.isDebugging||eA)&&(this.checker=ml)}function bb(ml,Al){this.flags=Al,P_.isDebugging&&(this.checker=ml)}function Np(ml,Al,Rl){this.pos=Al,this.end=Rl,this.kind=ml,this.id=0,this.flags=0,this.modifierFlagsCache=0,this.transformFlags=0,this.parent=void 0,this.original=void 0,this.emitNode=void 0}function vb(ml,Al,Rl){this.pos=Al,this.end=Rl,this.kind=ml,this.id=0,this.flags=0,this.transformFlags=0,this.parent=void 0,this.emitNode=void 0}function xb(ml,Al,Rl){this.pos=Al,this.end=Rl,this.kind=ml,this.id=0,this.flags=0,this.transformFlags=0,this.parent=void 0,this.original=void 0,this.emitNode=void 0}function Tb(ml,Al,Rl){this.fileName=ml,this.text=Al,this.skipTrivia=Rl||(ml=>ml)}var XA={getNodeConstructor:()=>Np,getTokenConstructor:()=>vb,getIdentifierConstructor:()=>xb,getPrivateIdentifierConstructor:()=>Np,getSourceFileConstructor:()=>Np,getSymbolConstructor:()=>yb,getTypeConstructor:()=>gb,getSignatureConstructor:()=>bb,getSourceMapSourceConstructor:()=>Tb},ZA=[];function wb(ml){Object.assign(XA,ml),Bn(ZA,ml=>ml(XA))}function kb(ml,Al){return ml.replace(/\{(\d+)\}/g,(ml,Rl)=>""+P_.checkDefined(Al[+Rl]))}var dy;function Eb(ml){return dy&&dy[ml.key]||ml.message}function Ja(ml,Al,Rl,zl,rd,...yh){Rl+zl>Al.length&&(zl=Al.length-Rl),E2(Al,Rl,zl);let kh=Eb(rd);return nn(yh)&&(kh=kb(kh,yh)),{file:void 0,start:Rl,length:zl,messageText:kh,category:rd.category,code:rd.code,reportsUnnecessary:rd.reportsUnnecessary,fileName:ml}}function Ab(ml){return ml.file===void 0&&ml.start!==void 0&&ml.length!==void 0&&typeof ml.fileName=="string"}function E1(ml,Al){let Rl=Al.fileName||"",zl=Al.text.length;P_.assertEqual(ml.fileName,Rl),P_.assertLessThanOrEqual(ml.start,zl),P_.assertLessThanOrEqual(ml.start+ml.length,zl);let rd={file:Al,start:ml.start,length:ml.length,messageText:ml.messageText,category:ml.category,code:ml.code,reportsUnnecessary:ml.reportsUnnecessary};if(ml.relatedInformation){rd.relatedInformation=[];for(let yh of ml.relatedInformation)Ab(yh)&&yh.fileName===Rl?(P_.assertLessThanOrEqual(yh.start,zl),P_.assertLessThanOrEqual(yh.start+yh.length,zl),rd.relatedInformation.push(E1(yh,Al))):rd.relatedInformation.push(yh)}return rd}function Hi(ml,Al){let Rl=[];for(let zl of ml)Rl.push(E1(zl,Al));return Rl}function Wd(ml){return ml===4||ml===2||ml===1||ml===6?1:0}var my={allowImportingTsExtensions:{dependencies:["rewriteRelativeImportExtensions"],computeValue:ml=>!!(ml.allowImportingTsExtensions||ml.rewriteRelativeImportExtensions)},target:{dependencies:[],computeValue:ml=>(ml.target===0?void 0:ml.target)??12},module:{dependencies:["target"],computeValue:ml=>{if(typeof ml.module=="number")return ml.module;let Al=my.target.computeValue(ml);return Al===99?99:Al>=9?7:Al>=7?6:Al>=2?5:1}},moduleResolution:{dependencies:["module","target"],computeValue:ml=>{if(ml.moduleResolution!==void 0)return ml.moduleResolution;let Al=my.module.computeValue(ml);switch(Al){case 0:case 2:case 3:case 4:return 1;case 199:return 99}return 100<=Al&&Al<199?3:100}},moduleDetection:{dependencies:["module","target"],computeValue:ml=>{if(ml.moduleDetection!==void 0)return ml.moduleDetection;let Al=my.module.computeValue(ml);return 100<=Al&&Al<=199?3:2}},isolatedModules:{dependencies:["verbatimModuleSyntax"],computeValue:ml=>!!(ml.isolatedModules||ml.verbatimModuleSyntax)},esModuleInterop:{dependencies:[],computeValue:ml=>ml.esModuleInterop!==void 0?ml.esModuleInterop:!0},allowSyntheticDefaultImports:{dependencies:[],computeValue:ml=>ml.allowSyntheticDefaultImports!==void 0?ml.allowSyntheticDefaultImports:!0},resolvePackageJsonExports:{dependencies:["moduleResolution","module","target"],computeValue:ml=>{let Al=my.moduleResolution.computeValue(ml);if(!Gd(Al))return!1;if(ml.resolvePackageJsonExports!==void 0)return ml.resolvePackageJsonExports;switch(Al){case 3:case 99:case 100:return!0}return!1}},resolvePackageJsonImports:{dependencies:["moduleResolution","resolvePackageJsonExports","module","target"],computeValue:ml=>{let Al=my.moduleResolution.computeValue(ml);if(!Gd(Al))return!1;if(ml.resolvePackageJsonImports!==void 0)return ml.resolvePackageJsonImports;switch(Al){case 3:case 99:case 100:return!0}return!1}},resolveJsonModule:{dependencies:["moduleResolution","module","target"],computeValue:ml=>{if(ml.resolveJsonModule!==void 0)return ml.resolveJsonModule;switch(my.module.computeValue(ml)){case 102:case 199:return!0}return my.moduleResolution.computeValue(ml)===100}},declaration:{dependencies:["composite"],computeValue:ml=>!!(ml.declaration||ml.composite)},preserveConstEnums:{dependencies:["isolatedModules","verbatimModuleSyntax"],computeValue:ml=>!!(ml.preserveConstEnums||my.isolatedModules.computeValue(ml))},incremental:{dependencies:["composite"],computeValue:ml=>!!(ml.incremental||ml.composite)},declarationMap:{dependencies:["declaration","composite"],computeValue:ml=>!!(ml.declarationMap&&my.declaration.computeValue(ml))},allowJs:{dependencies:["checkJs"],computeValue:ml=>ml.allowJs===void 0?!!ml.checkJs:ml.allowJs},useDefineForClassFields:{dependencies:["target","module"],computeValue:ml=>ml.useDefineForClassFields===void 0?my.target.computeValue(ml)>=9:ml.useDefineForClassFields},noImplicitAny:{dependencies:["strict"],computeValue:ml=>fi(ml,"noImplicitAny")},noImplicitThis:{dependencies:["strict"],computeValue:ml=>fi(ml,"noImplicitThis")},strictNullChecks:{dependencies:["strict"],computeValue:ml=>fi(ml,"strictNullChecks")},strictFunctionTypes:{dependencies:["strict"],computeValue:ml=>fi(ml,"strictFunctionTypes")},strictBindCallApply:{dependencies:["strict"],computeValue:ml=>fi(ml,"strictBindCallApply")},strictPropertyInitialization:{dependencies:["strict"],computeValue:ml=>fi(ml,"strictPropertyInitialization")},strictBuiltinIteratorReturn:{dependencies:["strict"],computeValue:ml=>fi(ml,"strictBuiltinIteratorReturn")},alwaysStrict:{dependencies:[],computeValue:ml=>ml.alwaysStrict!==!1},useUnknownInCatchVariables:{dependencies:["strict"],computeValue:ml=>fi(ml,"useUnknownInCatchVariables")}};var vy=my.allowImportingTsExtensions.computeValue,xy=my.target.computeValue,Ty=my.module.computeValue,Qy=my.moduleResolution.computeValue,Ky=my.moduleDetection.computeValue,Qb=my.isolatedModules.computeValue,Lb=my.esModuleInterop.computeValue,Mb=my.allowSyntheticDefaultImports.computeValue,jb=my.resolvePackageJsonExports.computeValue,Gb=my.resolvePackageJsonImports.computeValue,Vb=my.resolveJsonModule.computeValue,Yb=my.declaration.computeValue,Fv=my.preserveConstEnums.computeValue,Xv=my.incremental.computeValue,tE=my.declarationMap.computeValue,rE=my.allowJs.computeValue,iE=my.useDefineForClassFields.computeValue,sE=my.alwaysStrict.computeValue;function Gd(ml){return ml>=3&&ml<=99||ml===100}function fi(ml,Al){return ml[Al]===void 0?ml.strict!==!1:!!ml[Al]}function Cb(ml){return T2(targetOptionDeclaration.type,(Al,Rl)=>Al===ml?Rl:void 0)}var pE=["node_modules","bower_components","jspm_packages"],dE=`(?!(?:${pE.join("|")})(?:/|$))`,gE={singleAsteriskRegexFragment:"(?:[^./]|(?:\\.(?!min\\.js$))?)*",doubleAsteriskRegexFragment:`(?:/${dE}[^/.][^/]*)*?`,replaceWildcardCharacter:ml=>C1(ml,gE.singleAsteriskRegexFragment)},bE={singleAsteriskRegexFragment:"[^/]*",doubleAsteriskRegexFragment:`(?:/${dE}[^/.][^/]*)*?`,replaceWildcardCharacter:ml=>C1(ml,bE.singleAsteriskRegexFragment)};function C1(ml,Al){return ml==="*"?Al:ml==="?"?"[^/]":"\\"+ml}function Ib(ml,Al){return Al||Ob(ml)||3}function Ob(ml){switch(ml.substr(ml.lastIndexOf(".")).toLowerCase()){case".js":case".cjs":case".mjs":return 1;case".jsx":return 2;case".ts":case".cts":case".mts":return 3;case".tsx":return 4;case".json":return 6;default:return 0}}var vE=[[".ts",".tsx",".d.ts"],[".cts",".d.cts"],[".mts",".d.mts"]],wE=Em(vE),CE=[...vE,[".json"]];var BE=[[".js",".jsx"],[".mjs"],[".cjs"]],NE=Em(BE),jE=[[".ts",".tsx",".d.ts",".js",".jsx"],[".cts",".d.cts",".cjs"],[".mts",".d.mts",".mjs"]],GE=[...jE,[".json"]],WE=[".d.ts",".d.cts",".d.mts"];function b_(ml){return!(ml>=0)}function ll(ml,...Al){return Al.length&&(ml.relatedInformation||(ml.relatedInformation=[]),P_.assert(ml.relatedInformation!==u_,"Diagnostic had empty array singleton for related info, but is still being constructed!"),ml.relatedInformation.push(...Al)),ml}function Jb(ml){let Al;switch(ml.charCodeAt(1)){case 98:case 66:Al=1;break;case 111:case 79:Al=3;break;case 120:case 88:Al=4;break;default:let Rl=ml.length-1,zl=0;for(;ml.charCodeAt(zl)===48;)zl++;return ml.slice(zl,Rl)||"0"}let Rl=2,zl=ml.length-1,rd=(zl-Rl)*Al,yh=new Uint16Array((rd>>>4)+(rd&15?1:0));for(let rd=zl-1,kh=0;rd>=Rl;rd--,kh+=Al){let Al=kh>>>4,Rl=ml.charCodeAt(rd),zl=(Rl<=57?Rl-48:10+Rl-(Rl<=70?65:97))<<(kh&15);yh[Al]|=zl;let Qh=zl>>>16;Qh&&(yh[Al+1]|=Qh)}let kh="",Qh=yh.length-1,cf=!0;for(;cf;){let ml=0;cf=!1;for(let Al=Qh;Al>=0;Al--){let Rl=ml<<16|yh[Al],zl=Rl/10|0;yh[Al]=zl,ml=Rl-zl*10,zl&&!cf&&(Qh=Al,cf=!0)}kh=ml+kh}return kh}function Rb({negative:ml,base10Value:Al}){return(ml&&Al!=="0"?"-":"")+Al}function Wp(ml,Al){return ml.pos=Al,ml}function Ub(ml,Al){return ml.end=Al,ml}function vi(ml,Al,Rl){return Ub(Wp(ml,Al),Rl)}function Yd(ml,Al,Rl){return vi(ml,Al,Al+Rl)}function Df(ml,Al){return ml&&Al&&(ml.parent=Al),ml}function Bb(ml,Al){if(!ml)return ml;return vm(ml,m1(ml)?a:f),ml;function a(ml,Rl){if(Al&&ml.parent===Rl)return"skip";Df(ml,Rl)}function s(ml){if(Zi(ml))for(let Al of ml.jsDoc)a(Al,ml),vm(Al,a)}function f(ml,Al){return a(ml,Al)||s(ml)}}function qb(ml){return!!(ml.flags&524288&&ml.isThisType)}function Fb(ml){var Al;return((Al=getSnippetElement(ml))==null?void 0:Al.kind)===0}function zb(ml){return`${Pn(ml.namespace)}:${Pn(ml.name)}`}var YE=String.prototype.replace;var ow=["assert","assert/strict","async_hooks","buffer","child_process","cluster","console","constants","crypto","dgram","diagnostics_channel","dns","dns/promises","domain","events","fs","fs/promises","http","http2","https","inspector","inspector/promises","module","net","os","path","path/posix","path/win32","perf_hooks","process","punycode","querystring","readline","readline/promises","repl","stream","stream/consumers","stream/promises","stream/web","string_decoder","sys","timers","timers/promises","tls","trace_events","tty","url","util","util/types","v8","vm","wasi","worker_threads","zlib"],lw=new Set(ow),cw=new Set(["node:quic","node:sea","node:sqlite","node:test","node:test/reporters"]),pw=new Set([...ow,...ow.map(ml=>`node:${ml}`),...cw]);function Wb(){let ml,Al,Rl,zl,rd;return{createBaseSourceFileNode:h,createBaseIdentifierNode:b,createBasePrivateIdentifierNode:S,createBaseTokenNode:c,createBaseNode:W};function h(ml){return new(rd||(rd=XA.getSourceFileConstructor()))(ml,-1,-1)}function b(ml){return new(Rl||(Rl=XA.getIdentifierConstructor()))(ml,-1,-1)}function S(ml){return new(zl||(zl=XA.getPrivateIdentifierConstructor()))(ml,-1,-1)}function c(ml){return new(Al||(Al=XA.getTokenConstructor()))(ml,-1,-1)}function W(Al){return new(ml||(ml=XA.getNodeConstructor()))(Al,-1,-1)}}var dw={getParenthesizeLeftSideOfBinaryForOperator:ml=>xt,getParenthesizeRightSideOfBinaryForOperator:ml=>xt,parenthesizeLeftSideOfBinary:(ml,Al)=>Al,parenthesizeRightSideOfBinary:(ml,Al,Rl)=>Rl,parenthesizeExpressionOfComputedPropertyName:xt,parenthesizeConditionOfConditionalExpression:xt,parenthesizeBranchOfConditionalExpression:xt,parenthesizeExpressionOfExportDefault:xt,parenthesizeExpressionOfNew:ml=>Pr(ml,Ga),parenthesizeLeftSideOfAccess:ml=>Pr(ml,Ga),parenthesizeOperandOfPostfixUnary:ml=>Pr(ml,Ga),parenthesizeOperandOfPrefixUnary:ml=>Pr(ml,u2),parenthesizeExpressionsOfCommaDelimitedList:ml=>Pr(ml,gi),parenthesizeExpressionForDisallowedComma:xt,parenthesizeExpressionOfExpressionStatement:xt,parenthesizeConciseBodyOfArrowFunction:xt,parenthesizeCheckTypeOfConditionalType:xt,parenthesizeExtendsTypeOfConditionalType:xt,parenthesizeConstituentTypesOfUnionType:ml=>Pr(ml,gi),parenthesizeConstituentTypeOfUnionType:xt,parenthesizeConstituentTypesOfIntersectionType:ml=>Pr(ml,gi),parenthesizeConstituentTypeOfIntersectionType:xt,parenthesizeOperandOfTypeOperator:xt,parenthesizeOperandOfReadonlyTypeOperator:xt,parenthesizeNonArrayTypeOfPostfixType:xt,parenthesizeElementTypesOfTupleType:ml=>Pr(ml,gi),parenthesizeElementTypeOfTupleType:xt,parenthesizeTypeOfOptionalType:xt,parenthesizeTypeArguments:ml=>ml&&Pr(ml,gi),parenthesizeLeadingTypeArgument:xt},hw=0;var fw=[];function Pf(ml,Al){let Rl=ml&8?xt:Kb,zl=wd(()=>ml&1?dw:createParenthesizerRules(rA)),rd=wd(()=>ml&2?nullNodeConverters:createNodeConverters(rA)),yh=Zn(ml=>(Al,Rl)=>ya(Al,ml,Rl)),kh=Zn(ml=>Al=>zr(ml,Al)),Qh=Zn(ml=>Al=>ri(Al,ml)),cf=Zn(ml=>()=>tc(ml)),t_=Zn(ml=>Al=>Ms(ml,Al)),r_=Zn(ml=>(Al,Rl)=>Cu(ml,Al,Rl)),C_=Zn(ml=>(Al,Rl)=>nc(ml,Al,Rl)),D_=Zn(ml=>(Al,Rl)=>Au(ml,Al,Rl)),S_=Zn(ml=>(Al,Rl)=>vc(ml,Al,Rl)),Cg=Zn(ml=>(Al,Rl,zl)=>Uu(ml,Al,Rl,zl)),eA=Zn(ml=>(Al,Rl,zl)=>xc(ml,Al,Rl,zl)),tA=Zn(ml=>(Al,Rl,zl,rd)=>Bu(ml,Al,Rl,zl,rd)),rA={get parenthesizer(){return zl()},get converters(){return rd()},baseFactory:Al,flags:ml,createNodeArray:me,createNumericLiteral:V,createBigIntLiteral:oe,createStringLiteral:mt,createStringLiteralFromNode:rr,createRegularExpressionLiteral:gn,createLiteralLikeNode:ir,createIdentifier:He,createTempVariable:ar,createLoopVariable:jr,createUniqueName:Lt,getGeneratedNameForNode:qn,createPrivateIdentifier:jt,createUniquePrivateName:Ke,getGeneratedPrivateNameForNode:Fn,createToken:ct,createSuper:st,createThis:qt,createNull:Jt,createTrue:lt,createFalse:sr,createModifier:ht,createModifiersFromModifierFlags:vn,createQualifiedName:bt,updateQualifiedName:ln,createComputedPropertyName:it,updateComputedPropertyName:Ft,createTypeParameterDeclaration:sn,updateTypeParameterDeclaration:_r,createParameterDeclaration:br,updateParameterDeclaration:vr,createDecorator:zn,updateDecorator:Vn,createPropertySignature:Jr,updatePropertySignature:Wn,createPropertyDeclaration:xr,updatePropertyDeclaration:L,createMethodSignature:se,updateMethodSignature:fe,createMethodDeclaration:Se,updateMethodDeclaration:$e,createConstructorDeclaration:ut,updateConstructorDeclaration:Rr,createGetAccessorDeclaration:Mn,updateGetAccessorDeclaration:Gn,createSetAccessorDeclaration:U,updateSetAccessorDeclaration:K,createCallSignature:we,updateCallSignature:ke,createConstructSignature:Ee,updateConstructSignature:he,createIndexSignature:Ye,updateIndexSignature:tt,createClassStaticBlockDeclaration:_t,updateClassStaticBlockDeclaration:Pt,createTemplateLiteralTypeSpan:Xe,updateTemplateLiteralTypeSpan:Ce,createKeywordTypeNode:xn,createTypePredicateNode:at,updateTypePredicateNode:un,createTypeReferenceNode:ei,updateTypeReferenceNode:O,createFunctionTypeNode:qe,updateFunctionTypeNode:u,createConstructorTypeNode:je,updateConstructorTypeNode:_n,createTypeQueryNode:Nt,updateTypeQueryNode:Et,createTypeLiteralNode:It,updateTypeLiteralNode:zt,createArrayTypeNode:Yn,updateArrayTypeNode:Ai,createTupleTypeNode:pn,updateTupleTypeNode:H,createNamedTupleMember:le,updateNamedTupleMember:Ve,createOptionalTypeNode:Te,updateOptionalTypeNode:j,createRestTypeNode:yt,updateRestTypeNode:wt,createUnionTypeNode:Wl,updateUnionTypeNode:I_,createIntersectionTypeNode:Ur,updateIntersectionTypeNode:Je,createConditionalTypeNode:ft,updateConditionalTypeNode:Gl,createInferTypeNode:Hn,updateInferTypeNode:Yl,createImportTypeNode:or,updateImportTypeNode:ua,createParenthesizedType:en,updateParenthesizedType:Dt,createThisTypeNode:D,createTypeOperatorNode:Yt,updateTypeOperatorNode:Br,createIndexedAccessTypeNode:cr,updateIndexedAccessTypeNode:is,createMappedTypeNode:vt,updateMappedTypeNode:Ut,createLiteralTypeNode:ti,updateLiteralTypeNode:Sr,createTemplateLiteralType:Gt,updateTemplateLiteralType:Hl,createObjectBindingPattern:O_,updateObjectBindingPattern:Xl,createArrayBindingPattern:qr,updateArrayBindingPattern:$l,createBindingElement:pa,updateBindingElement:ni,createArrayLiteralExpression:as,updateArrayLiteralExpression:M_,createObjectLiteralExpression:Ci,updateObjectLiteralExpression:Ql,createPropertyAccessExpression:ml&4?(ml,Al)=>setEmitFlags(lr(ml,Al),262144):lr,updatePropertyAccessExpression:Kl,createPropertyAccessChain:ml&4?(ml,Al,Rl)=>setEmitFlags(Di(ml,Al,Rl),262144):Di,updatePropertyAccessChain:fa,createElementAccessExpression:Pi,updateElementAccessExpression:Zl,createElementAccessChain:J_,updateElementAccessChain:ss,createCallExpression:Ni,updateCallExpression:da,createCallChain:_s,updateCallChain:U_,createNewExpression:Tn,updateNewExpression:os,createTaggedTemplateExpression:ma,updateTaggedTemplateExpression:B_,createTypeAssertion:q_,updateTypeAssertion:F_,createParenthesizedExpression:cs,updateParenthesizedExpression:z_,createFunctionExpression:ls,updateFunctionExpression:V_,createArrowFunction:us,updateArrowFunction:W_,createDeleteExpression:G_,updateDeleteExpression:Y_,createTypeOfExpression:ha,updateTypeOfExpression:dn,createVoidExpression:ps,updateVoidExpression:ur,createAwaitExpression:H_,updateAwaitExpression:Fr,createPrefixUnaryExpression:zr,updatePrefixUnaryExpression:eu,createPostfixUnaryExpression:ri,updatePostfixUnaryExpression:tu,createBinaryExpression:ya,updateBinaryExpression:nu,createConditionalExpression:$_,updateConditionalExpression:Q_,createTemplateExpression:K_,updateTemplateExpression:Xn,createTemplateHead:eo,createTemplateMiddle:ga,createTemplateTail:fs,createNoSubstitutionTemplateLiteral:iu,createTemplateLiteralLikeNode:ai,createYieldExpression:ds,updateYieldExpression:au,createSpreadElement:to,updateSpreadElement:su,createClassExpression:no,updateClassExpression:ms,createOmittedExpression:hs,createExpressionWithTypeArguments:ro,updateExpressionWithTypeArguments:io,createAsExpression:mn,updateAsExpression:ba,createNonNullExpression:ao,updateNonNullExpression:so,createSatisfiesExpression:ys,updateSatisfiesExpression:_o,createNonNullChain:gs,updateNonNullChain:Ln,createMetaProperty:oo,updateMetaProperty:bs,createTemplateSpan:$n,updateTemplateSpan:va,createSemicolonClassElement:co,createBlock:Vr,updateBlock:_u,createVariableStatement:vs,updateVariableStatement:lo,createEmptyStatement:uo,createExpressionStatement:Oi,updateExpressionStatement:po,createIfStatement:fo,updateIfStatement:mo,createDoStatement:ho,updateDoStatement:yo,createWhileStatement:go,updateWhileStatement:ou,createForStatement:bo,updateForStatement:vo,createForInStatement:xs,updateForInStatement:cu,createForOfStatement:xo,updateForOfStatement:lu,createContinueStatement:To,updateContinueStatement:uu,createBreakStatement:Ts,updateBreakStatement:So,createReturnStatement:Ss,updateReturnStatement:pu,createWithStatement:ws,updateWithStatement:wo,createSwitchStatement:ks,updateSwitchStatement:si,createLabeledStatement:ko,updateLabeledStatement:Eo,createThrowStatement:Ao,updateThrowStatement:fu,createTryStatement:Co,updateTryStatement:du,createDebuggerStatement:Do,createVariableDeclaration:xa,updateVariableDeclaration:Po,createVariableDeclarationList:Es,updateVariableDeclarationList:mu,createFunctionDeclaration:No,updateFunctionDeclaration:As,createClassDeclaration:Io,updateClassDeclaration:Ta,createInterfaceDeclaration:Oo,updateInterfaceDeclaration:Mo,createTypeAliasDeclaration:ot,updateTypeAliasDeclaration:wr,createEnumDeclaration:Cs,updateEnumDeclaration:kr,createModuleDeclaration:Lo,updateModuleDeclaration:At,createModuleBlock:Er,updateModuleBlock:Vt,createCaseBlock:jo,updateCaseBlock:yu,createNamespaceExportDeclaration:Jo,updateNamespaceExportDeclaration:Ro,createImportEqualsDeclaration:Uo,updateImportEqualsDeclaration:Bo,createImportDeclaration:qo,updateImportDeclaration:Fo,createImportClause:zo,updateImportClause:Vo,createAssertClause:Ds,updateAssertClause:bu,createAssertEntry:Mi,updateAssertEntry:Wo,createImportTypeAssertionContainer:Ps,updateImportTypeAssertionContainer:Go,createImportAttributes:Yo,updateImportAttributes:Ns,createImportAttribute:Ho,updateImportAttribute:Xo,createNamespaceImport:$o,updateNamespaceImport:vu,createNamespaceExport:Qo,updateNamespaceExport:xu,createNamedImports:Ko,updateNamedImports:Zo,createImportSpecifier:Ar,updateImportSpecifier:Tu,createExportAssignment:Sa,updateExportAssignment:Li,createExportDeclaration:wa,updateExportDeclaration:ec,createNamedExports:Is,updateNamedExports:Su,createExportSpecifier:ka,updateExportSpecifier:wu,createMissingDeclaration:ku,createExternalModuleReference:Os,updateExternalModuleReference:Eu,get createJSDocAllType(){return cf(313)},get createJSDocUnknownType(){return cf(314)},get createJSDocNonNullableType(){return C_(316)},get updateJSDocNonNullableType(){return D_(316)},get createJSDocNullableType(){return C_(315)},get updateJSDocNullableType(){return D_(315)},get createJSDocOptionalType(){return t_(317)},get updateJSDocOptionalType(){return r_(317)},get createJSDocVariadicType(){return t_(319)},get updateJSDocVariadicType(){return r_(319)},get createJSDocNamepathType(){return t_(320)},get updateJSDocNamepathType(){return r_(320)},createJSDocFunctionType:rc,updateJSDocFunctionType:Du,createJSDocTypeLiteral:ic,updateJSDocTypeLiteral:Pu,createJSDocTypeExpression:ac,updateJSDocTypeExpression:Ls,createJSDocSignature:sc,updateJSDocSignature:Nu,createJSDocTemplateTag:js,updateJSDocTemplateTag:_c,createJSDocTypedefTag:Ea,updateJSDocTypedefTag:Iu,createJSDocParameterTag:Js,updateJSDocParameterTag:Ou,createJSDocPropertyTag:oc,updateJSDocPropertyTag:cc,createJSDocCallbackTag:lc,updateJSDocCallbackTag:uc,createJSDocOverloadTag:pc,updateJSDocOverloadTag:Rs,createJSDocAugmentsTag:Us,updateJSDocAugmentsTag:Ji,createJSDocImplementsTag:fc,updateJSDocImplementsTag:Ru,createJSDocSeeTag:Gr,updateJSDocSeeTag:Aa,createJSDocImportTag:wc,updateJSDocImportTag:kc,createJSDocNameReference:dc,updateJSDocNameReference:Mu,createJSDocMemberName:mc,updateJSDocMemberName:Lu,createJSDocLink:hc,updateJSDocLink:yc,createJSDocLinkCode:gc,updateJSDocLinkCode:ju,createJSDocLinkPlain:bc,updateJSDocLinkPlain:Ju,get createJSDocTypeTag(){return eA(345)},get updateJSDocTypeTag(){return tA(345)},get createJSDocReturnTag(){return eA(343)},get updateJSDocReturnTag(){return tA(343)},get createJSDocThisTag(){return eA(344)},get updateJSDocThisTag(){return tA(344)},get createJSDocAuthorTag(){return S_(331)},get updateJSDocAuthorTag(){return Cg(331)},get createJSDocClassTag(){return S_(333)},get updateJSDocClassTag(){return Cg(333)},get createJSDocPublicTag(){return S_(334)},get updateJSDocPublicTag(){return Cg(334)},get createJSDocPrivateTag(){return S_(335)},get updateJSDocPrivateTag(){return Cg(335)},get createJSDocProtectedTag(){return S_(336)},get updateJSDocProtectedTag(){return Cg(336)},get createJSDocReadonlyTag(){return S_(337)},get updateJSDocReadonlyTag(){return Cg(337)},get createJSDocOverrideTag(){return S_(338)},get updateJSDocOverrideTag(){return Cg(338)},get createJSDocDeprecatedTag(){return S_(332)},get updateJSDocDeprecatedTag(){return Cg(332)},get createJSDocThrowsTag(){return eA(350)},get updateJSDocThrowsTag(){return tA(350)},get createJSDocSatisfiesTag(){return eA(351)},get updateJSDocSatisfiesTag(){return tA(351)},createJSDocEnumTag:Sc,updateJSDocEnumTag:Bs,createJSDocUnknownTag:Tc,updateJSDocUnknownTag:qu,createJSDocText:qs,updateJSDocText:Fu,createJSDocComment:Ri,updateJSDocComment:Ec,createJsxElement:Ac,updateJsxElement:zu,createJsxSelfClosingElement:Cc,updateJsxSelfClosingElement:Vu,createJsxOpeningElement:Ca,updateJsxOpeningElement:Dc,createJsxClosingElement:Fs,updateJsxClosingElement:Da,createJsxFragment:Ht,createJsxText:Ui,updateJsxText:Wu,createJsxOpeningFragment:Nc,createJsxJsxClosingFragment:Ic,updateJsxFragment:Pc,createJsxAttribute:Oc,updateJsxAttribute:Gu,createJsxAttributes:Bi,updateJsxAttributes:Yu,createJsxSpreadAttribute:Mc,updateJsxSpreadAttribute:Hu,createJsxExpression:Lc,updateJsxExpression:zs,createJsxNamespacedName:_i,updateJsxNamespacedName:Xu,createCaseClause:Pa,updateCaseClause:jc,createDefaultClause:Jc,updateDefaultClause:oi,createHeritageClause:Vs,updateHeritageClause:$u,createCatchClause:Rc,updateCatchClause:Uc,createPropertyAssignment:Na,updatePropertyAssignment:Ws,createShorthandPropertyAssignment:Bc,updateShorthandPropertyAssignment:Qu,createSpreadAssignment:qc,updateSpreadAssignment:Fc,createEnumMember:Gs,updateEnumMember:jn,createSourceFile:zc,updateSourceFile:tp,createRedirectedSourceFile:Vc,createBundle:Wc,updateBundle:Gc,createSyntheticExpression:np,createSyntaxList:rp,createNotEmittedStatement:Ia,createNotEmittedTypeElement:ip,createPartiallyEmittedExpression:Xs,updatePartiallyEmittedExpression:Yc,createCommaListExpression:$s,updateCommaListExpression:sp,createSyntheticReferenceExpression:Qs,updateSyntheticReferenceExpression:Hc,cloneNode:Oa,get createComma(){return yh(28)},get createAssignment(){return yh(64)},get createLogicalOr(){return yh(57)},get createLogicalAnd(){return yh(56)},get createBitwiseOr(){return yh(52)},get createBitwiseXor(){return yh(53)},get createBitwiseAnd(){return yh(51)},get createStrictEquality(){return yh(37)},get createStrictInequality(){return yh(38)},get createEquality(){return yh(35)},get createInequality(){return yh(36)},get createLessThan(){return yh(30)},get createLessThanEquals(){return yh(33)},get createGreaterThan(){return yh(32)},get createGreaterThanEquals(){return yh(34)},get createLeftShift(){return yh(48)},get createRightShift(){return yh(49)},get createUnsignedRightShift(){return yh(50)},get createAdd(){return yh(40)},get createSubtract(){return yh(41)},get createMultiply(){return yh(42)},get createDivide(){return yh(44)},get createModulo(){return yh(45)},get createExponent(){return yh(43)},get createPrefixPlus(){return kh(40)},get createPrefixMinus(){return kh(41)},get createPrefixIncrement(){return kh(46)},get createPrefixDecrement(){return kh(47)},get createBitwiseNot(){return kh(55)},get createLogicalNot(){return kh(54)},get createPostfixIncrement(){return Qh(46)},get createPostfixDecrement(){return Qh(47)},createImmediatelyInvokedFunctionExpression:cp,createImmediatelyInvokedArrowFunction:lp,createVoidZero:qi,createExportDefault:Qc,createExternalModuleExport:Kc,createTypeCheck:up,createIsNotTypeCheck:Ks,createMethodCall:Yr,createGlobalMethodCall:Fi,createFunctionBindCall:pp,createFunctionCallCall:fp,createFunctionApplyCall:dp,createArraySliceCall:mp,createArrayConcatCall:zi,createObjectDefinePropertyCall:hp,createObjectGetOwnPropertyDescriptorCall:Zs,createReflectGetCall:li,createReflectSetCall:Zc,createPropertyDescriptor:yp,createCallBinding:rl,createAssignmentTargetWrapper:il,inlineExpressions:o,getInternalName:m,getLocalName:g,getExportName:v,getDeclarationName:P,getNamespaceMemberName:Q,getExternalModuleOrNamespaceExportName:_e,restoreOuterExpressions:tl,restoreEnclosingLabel:nl,createUseStrictPrologue:ce,copyPrologue:ee,copyStandardPrologue:Ue,copyCustomPrologue:Re,ensureUseStrict:Ne,liftToBlock:Xt,mergeLexicalEnvironment:pr,replaceModifiers:fr,replaceDecoratorsAndModifiers:Jn,replacePropertyName:Hr};return Bn(fw,ml=>ml(rA)),rA;function me(ml,Al){if(ml===void 0||ml===u_)ml=[];else if(gi(ml)){if(Al===void 0||ml.hasTrailingComma===Al)return ml.transformFlags===void 0&&Xd(ml),P_.attachNodeArrayDebugInfo(ml),ml;let Rl=ml.slice();return Rl.pos=ml.pos,Rl.end=ml.end,Rl.hasTrailingComma=Al,Rl.transformFlags=ml.transformFlags,P_.attachNodeArrayDebugInfo(Rl),Rl}let Rl=ml.length,zl=Rl>=1&&Rl<=4?ml.slice():ml;return zl.pos=-1,zl.end=-1,zl.hasTrailingComma=!!Al,zl.transformFlags=0,Xd(zl),P_.attachNodeArrayDebugInfo(zl),zl}function I(ml){return Al.createBaseNode(ml)}function ae(ml){let Al=I(ml);return Al.symbol=void 0,Al.localSymbol=void 0,Al}function Le(ml,Al){return ml!==Al&&(ml.typeArguments=Al.typeArguments),J(ml,Al)}function V(ml,Al=0){let Rl=typeof ml=="number"?ml+"":ml;P_.assert(Rl.charCodeAt(0)!==45,"Negative numbers should be created in combination with createPrefixUnaryExpression");let zl=ae(9);return zl.text=Rl,zl.numericLiteralFlags=Al,Al&384&&(zl.transformFlags|=1024),zl}function oe(ml){let Al=Zt(10);return Al.text=typeof ml=="string"?ml:Rb(ml)+"n",Al.transformFlags|=32,Al}function Y(ml,Al){let Rl=ae(11);return Rl.text=ml,Rl.singleQuote=Al,Rl}function mt(ml,Al,Rl){let zl=Y(ml,Al);return zl.hasExtendedUnicodeEscape=Rl,Rl&&(zl.transformFlags|=1024),zl}function rr(ml){let Al=Y(eb(ml),void 0);return Al.textSourceNode=ml,Al}function gn(ml){let Al=Zt(14);return Al.text=ml,Al}function ir(ml,Al){switch(ml){case 9:return V(Al,0);case 10:return oe(Al);case 11:return mt(Al,void 0);case 12:return Ui(Al,!1);case 13:return Ui(Al,!0);case 14:return gn(Al);case 15:return ai(ml,Al,void 0,0)}}function bn(ml){let Rl=Al.createBaseIdentifierNode(80);return Rl.escapedText=ml,Rl.jsDoc=void 0,Rl.flowNode=void 0,Rl.symbol=void 0,Rl}function In(ml,Al,Rl,zl){let rd=bn(Ua(ml));return setIdentifierAutoGenerate(rd,{flags:Al,id:hw,prefix:Rl,suffix:zl}),hw++,rd}function He(ml,Al,Rl){Al===void 0&&ml&&(Al=Vm(ml)),Al===80&&(Al=void 0);let zl=bn(Ua(ml));return Rl&&(zl.flags|=256),zl.escapedText==="await"&&(zl.transformFlags|=67108864),zl.flags&256&&(zl.transformFlags|=1024),zl}function ar(ml,Al,Rl,zl){let rd=1;Al&&(rd|=8);let yh=In("",rd,Rl,zl);return ml&&ml(yh),yh}function jr(ml){let Al=2;return ml&&(Al|=8),In("",Al,void 0,void 0)}function Lt(ml,Al=0,Rl,zl){return P_.assert(!(Al&7),"Argument out of range: flags"),P_.assert((Al&48)!==32,"GeneratedIdentifierFlags.FileLevel cannot be set without also setting GeneratedIdentifierFlags.Optimistic"),In(ml,3|Al,Rl,zl)}function qn(ml,Al=0,Rl,zl){P_.assert(!(Al&7),"Argument out of range: flags");let rd=ml?Fp(ml)?Xp(!1,Rl,ml,zl,Pn):`generated@${getNodeId(ml)}`:"";(Rl||zl)&&(Al|=16);let yh=In(rd,4|Al,Rl,zl);return yh.original=ml,yh}function On(ml){let Rl=Al.createBasePrivateIdentifierNode(81);return Rl.escapedText=ml,Rl.transformFlags|=16777216,Rl}function jt(ml){return bl(ml,"#")||P_.fail("First character of private identifier must be #: "+ml),On(Ua(ml))}function gt(ml,Al,Rl,zl){let rd=On(Ua(ml));return setIdentifierAutoGenerate(rd,{flags:Al,id:hw,prefix:Rl,suffix:zl}),hw++,rd}function Ke(ml,Al,Rl){ml&&!bl(ml,"#")&&P_.fail("First character of private identifier must be #: "+ml);let zl=8|(ml?3:1);return gt(ml??"",zl,Al,Rl)}function Fn(ml,Al,Rl){let zl=Fp(ml)?Xp(!0,Al,ml,Rl,Pn):`#generated@${getNodeId(ml)}`,rd=gt(zl,4|(Al||Rl?16:0),Al,Rl);return rd.original=ml,rd}function Zt(ml){return Al.createBaseTokenNode(ml)}function ct(ml){P_.assert(ml>=0&&ml<=166,"Invalid token"),P_.assert(ml<=15||ml>=18,"Invalid token. Use 'createTemplateLiteralLikeNode' to create template literals."),P_.assert(ml<=9||ml>=15,"Invalid token. Use 'createLiteralLikeNode' to create literals."),P_.assert(ml!==80,"Invalid token. Use 'createIdentifier' to create identifiers");let Al=Zt(ml),Rl=0;switch(ml){case 134:Rl=384;break;case 160:Rl=4;break;case 125:case 123:case 124:case 148:case 128:case 138:case 87:case 133:case 150:case 163:case 146:case 151:case 103:case 147:case 164:case 154:case 136:case 155:case 116:case 159:case 157:Rl=1;break;case 108:Rl=134218752,Al.flowNode=void 0;break;case 126:Rl=1024;break;case 129:Rl=16777216;break;case 110:Rl=16384,Al.flowNode=void 0;break}return Rl&&(Al.transformFlags|=Rl),Al}function st(){return ct(108)}function qt(){return ct(110)}function Jt(){return ct(106)}function lt(){return ct(112)}function sr(){return ct(97)}function ht(ml){return ct(ml)}function vn(ml){let Al=[];return ml&32&&Al.push(ht(95)),ml&128&&Al.push(ht(138)),ml&2048&&Al.push(ht(90)),ml&4096&&Al.push(ht(87)),ml&1&&Al.push(ht(125)),ml&2&&Al.push(ht(123)),ml&4&&Al.push(ht(124)),ml&64&&Al.push(ht(128)),ml&256&&Al.push(ht(126)),ml&16&&Al.push(ht(164)),ml&8&&Al.push(ht(148)),ml&512&&Al.push(ht(129)),ml&1024&&Al.push(ht(134)),ml&8192&&Al.push(ht(103)),ml&16384&&Al.push(ht(147)),Al.length?Al:void 0}function bt(ml,Al){let Rl=I(167);return Rl.left=ml,Rl.right=nt(Al),Rl.transformFlags|=z(Rl.left)|qa(Rl.right),Rl.flowNode=void 0,Rl}function ln(ml,Al,Rl){return ml.left!==Al||ml.right!==Rl?J(bt(Al,Rl),ml):ml}function it(ml){let Al=I(168);return Al.expression=zl().parenthesizeExpressionOfComputedPropertyName(ml),Al.transformFlags|=z(Al.expression)|1024|131072,Al}function Ft(ml,Al){return ml.expression!==Al?J(it(Al),ml):ml}function sn(ml,Al,Rl,zl){let rd=ae(169);return rd.modifiers=Ie(ml),rd.name=nt(Al),rd.constraint=Rl,rd.default=zl,rd.transformFlags=1,rd.expression=void 0,rd.jsDoc=void 0,rd}function _r(ml,Al,Rl,zl,rd){return ml.modifiers!==Al||ml.name!==Rl||ml.constraint!==zl||ml.default!==rd?J(sn(Al,Rl,zl,rd),ml):ml}function br(ml,Al,Rl,zl,rd,yh){let kh=ae(170);return kh.modifiers=Ie(ml),kh.dotDotDotToken=Al,kh.name=nt(Rl),kh.questionToken=zl,kh.type=rd,kh.initializer=Vi(yh),nb(kh.name)?kh.transformFlags=1:kh.transformFlags=Ae(kh.modifiers)|z(kh.dotDotDotToken)|Rn(kh.name)|z(kh.questionToken)|z(kh.initializer)|(kh.questionToken??kh.type?1:0)|(kh.dotDotDotToken??kh.initializer?1024:0)|(Un(kh.modifiers)&31?8192:0),kh.jsDoc=void 0,kh}function vr(ml,Al,Rl,zl,rd,yh,kh){return ml.modifiers!==Al||ml.dotDotDotToken!==Rl||ml.name!==zl||ml.questionToken!==rd||ml.type!==yh||ml.initializer!==kh?J(br(Al,Rl,zl,rd,yh,kh),ml):ml}function zn(ml){let Al=I(171);return Al.expression=zl().parenthesizeLeftSideOfAccess(ml,!1),Al.transformFlags|=z(Al.expression)|1|8192|33554432,Al}function Vn(ml,Al){return ml.expression!==Al?J(zn(Al),ml):ml}function Jr(ml,Al,Rl,zl){let rd=ae(172);return rd.modifiers=Ie(ml),rd.name=nt(Al),rd.type=zl,rd.questionToken=Rl,rd.transformFlags=1,rd.initializer=void 0,rd.jsDoc=void 0,rd}function Wn(ml,Al,Rl,zl,rd){return ml.modifiers!==Al||ml.name!==Rl||ml.questionToken!==zl||ml.type!==rd?Pe(Jr(Al,Rl,zl,rd),ml):ml}function Pe(ml,Al){return ml!==Al&&(ml.initializer=Al.initializer),J(ml,Al)}function xr(ml,Al,Rl,zl,rd){let yh=ae(173);yh.modifiers=Ie(ml),yh.name=nt(Al),yh.questionToken=Rl&&Qd(Rl)?Rl:void 0,yh.exclamationToken=Rl&&$d(Rl)?Rl:void 0,yh.type=zl,yh.initializer=Vi(rd);let kh=yh.flags&33554432||Un(yh.modifiers)&128;return yh.transformFlags=Ae(yh.modifiers)|Rn(yh.name)|z(yh.initializer)|(kh||yh.questionToken||yh.exclamationToken||yh.type?1:0)|(Nf(yh.name)||Un(yh.modifiers)&256&&yh.initializer?8192:0)|16777216,yh.jsDoc=void 0,yh}function L(ml,Al,Rl,zl,rd,yh){return ml.modifiers!==Al||ml.name!==Rl||ml.questionToken!==(zl!==void 0&&Qd(zl)?zl:void 0)||ml.exclamationToken!==(zl!==void 0&&$d(zl)?zl:void 0)||ml.type!==rd||ml.initializer!==yh?J(xr(Al,Rl,zl,rd,yh),ml):ml}function se(ml,Al,Rl,zl,rd,yh){let kh=ae(174);return kh.modifiers=Ie(ml),kh.name=nt(Al),kh.questionToken=Rl,kh.typeParameters=Ie(zl),kh.parameters=Ie(rd),kh.type=yh,kh.transformFlags=1,kh.jsDoc=void 0,kh.locals=void 0,kh.nextContainer=void 0,kh.typeArguments=void 0,kh}function fe(ml,Al,Rl,zl,rd,yh,kh){return ml.modifiers!==Al||ml.name!==Rl||ml.questionToken!==zl||ml.typeParameters!==rd||ml.parameters!==yh||ml.type!==kh?Le(se(Al,Rl,zl,rd,yh,kh),ml):ml}function Se(ml,Al,Rl,zl,rd,yh,kh,Qh){let cf=ae(175);if(cf.modifiers=Ie(ml),cf.asteriskToken=Al,cf.name=nt(Rl),cf.questionToken=zl,cf.exclamationToken=void 0,cf.typeParameters=Ie(rd),cf.parameters=me(yh),cf.type=kh,cf.body=Qh,!cf.body)cf.transformFlags=1;else{let ml=Un(cf.modifiers)&1024,Al=!!cf.asteriskToken,Rl=ml&&Al;cf.transformFlags=Ae(cf.modifiers)|z(cf.asteriskToken)|Rn(cf.name)|z(cf.questionToken)|Ae(cf.typeParameters)|Ae(cf.parameters)|z(cf.type)|z(cf.body)&-67108865|(Rl?128:ml?256:Al?2048:0)|(cf.questionToken||cf.typeParameters||cf.type?1:0)|1024}return cf.typeArguments=void 0,cf.jsDoc=void 0,cf.locals=void 0,cf.nextContainer=void 0,cf.flowNode=void 0,cf.endFlowNode=void 0,cf.returnFlowNode=void 0,cf}function $e(ml,Al,Rl,zl,rd,yh,kh,Qh,cf){return ml.modifiers!==Al||ml.asteriskToken!==Rl||ml.name!==zl||ml.questionToken!==rd||ml.typeParameters!==yh||ml.parameters!==kh||ml.type!==Qh||ml.body!==cf?Ze(Se(Al,Rl,zl,rd,yh,kh,Qh,cf),ml):ml}function Ze(ml,Al){return ml!==Al&&(ml.exclamationToken=Al.exclamationToken),J(ml,Al)}function _t(ml){let Al=ae(176);return Al.body=ml,Al.transformFlags=z(ml)|16777216,Al.modifiers=void 0,Al.jsDoc=void 0,Al.locals=void 0,Al.nextContainer=void 0,Al.endFlowNode=void 0,Al.returnFlowNode=void 0,Al}function Pt(ml,Al){return ml.body!==Al?St(_t(Al),ml):ml}function St(ml,Al){return ml!==Al&&(ml.modifiers=Al.modifiers),J(ml,Al)}function ut(ml,Al,Rl){let zl=ae(177);return zl.modifiers=Ie(ml),zl.parameters=me(Al),zl.body=Rl,zl.body?zl.transformFlags=Ae(zl.modifiers)|Ae(zl.parameters)|z(zl.body)&-67108865|1024:zl.transformFlags=1,zl.typeParameters=void 0,zl.type=void 0,zl.typeArguments=void 0,zl.jsDoc=void 0,zl.locals=void 0,zl.nextContainer=void 0,zl.endFlowNode=void 0,zl.returnFlowNode=void 0,zl}function Rr(ml,Al,Rl,zl){return ml.modifiers!==Al||ml.parameters!==Rl||ml.body!==zl?Tr(ut(Al,Rl,zl),ml):ml}function Tr(ml,Al){return ml!==Al&&(ml.typeParameters=Al.typeParameters,ml.type=Al.type),Le(ml,Al)}function Mn(ml,Al,Rl,zl,rd){let yh=ae(178);return yh.modifiers=Ie(ml),yh.name=nt(Al),yh.parameters=me(Rl),yh.type=zl,yh.body=rd,yh.body?yh.transformFlags=Ae(yh.modifiers)|Rn(yh.name)|Ae(yh.parameters)|z(yh.type)|z(yh.body)&-67108865|(yh.type?1:0):yh.transformFlags=1,yh.typeArguments=void 0,yh.typeParameters=void 0,yh.jsDoc=void 0,yh.locals=void 0,yh.nextContainer=void 0,yh.flowNode=void 0,yh.endFlowNode=void 0,yh.returnFlowNode=void 0,yh}function Gn(ml,Al,Rl,zl,rd,yh){return ml.modifiers!==Al||ml.name!==Rl||ml.parameters!==zl||ml.type!==rd||ml.body!==yh?Ei(Mn(Al,Rl,zl,rd,yh),ml):ml}function Ei(ml,Al){return ml!==Al&&(ml.typeParameters=Al.typeParameters),Le(ml,Al)}function U(ml,Al,Rl,zl){let rd=ae(179);return rd.modifiers=Ie(ml),rd.name=nt(Al),rd.parameters=me(Rl),rd.body=zl,rd.body?rd.transformFlags=Ae(rd.modifiers)|Rn(rd.name)|Ae(rd.parameters)|z(rd.body)&-67108865|(rd.type?1:0):rd.transformFlags=1,rd.typeArguments=void 0,rd.typeParameters=void 0,rd.type=void 0,rd.jsDoc=void 0,rd.locals=void 0,rd.nextContainer=void 0,rd.flowNode=void 0,rd.endFlowNode=void 0,rd.returnFlowNode=void 0,rd}function K(ml,Al,Rl,zl,rd){return ml.modifiers!==Al||ml.name!==Rl||ml.parameters!==zl||ml.body!==rd?Z(U(Al,Rl,zl,rd),ml):ml}function Z(ml,Al){return ml!==Al&&(ml.typeParameters=Al.typeParameters,ml.type=Al.type),Le(ml,Al)}function we(ml,Al,Rl){let zl=ae(180);return zl.typeParameters=Ie(ml),zl.parameters=Ie(Al),zl.type=Rl,zl.transformFlags=1,zl.jsDoc=void 0,zl.locals=void 0,zl.nextContainer=void 0,zl.typeArguments=void 0,zl}function ke(ml,Al,Rl,zl){return ml.typeParameters!==Al||ml.parameters!==Rl||ml.type!==zl?Le(we(Al,Rl,zl),ml):ml}function Ee(ml,Al,Rl){let zl=ae(181);return zl.typeParameters=Ie(ml),zl.parameters=Ie(Al),zl.type=Rl,zl.transformFlags=1,zl.jsDoc=void 0,zl.locals=void 0,zl.nextContainer=void 0,zl.typeArguments=void 0,zl}function he(ml,Al,Rl,zl){return ml.typeParameters!==Al||ml.parameters!==Rl||ml.type!==zl?Le(Ee(Al,Rl,zl),ml):ml}function Ye(ml,Al,Rl){let zl=ae(182);return zl.modifiers=Ie(ml),zl.parameters=Ie(Al),zl.type=Rl,zl.transformFlags=1,zl.jsDoc=void 0,zl.locals=void 0,zl.nextContainer=void 0,zl.typeArguments=void 0,zl}function tt(ml,Al,Rl,zl){return ml.parameters!==Rl||ml.type!==zl||ml.modifiers!==Al?Le(Ye(Al,Rl,zl),ml):ml}function Xe(ml,Al){let Rl=I(205);return Rl.type=ml,Rl.literal=Al,Rl.transformFlags=1,Rl}function Ce(ml,Al,Rl){return ml.type!==Al||ml.literal!==Rl?J(Xe(Al,Rl),ml):ml}function xn(ml){return ct(ml)}function at(ml,Al,Rl){let zl=I(183);return zl.assertsModifier=ml,zl.parameterName=nt(Al),zl.type=Rl,zl.transformFlags=1,zl}function un(ml,Al,Rl,zl){return ml.assertsModifier!==Al||ml.parameterName!==Rl||ml.type!==zl?J(at(Al,Rl,zl),ml):ml}function ei(ml,Al){let Rl=I(184);return Rl.typeName=nt(ml),Rl.typeArguments=Al&&zl().parenthesizeTypeArguments(me(Al)),Rl.transformFlags=1,Rl}function O(ml,Al,Rl){return ml.typeName!==Al||ml.typeArguments!==Rl?J(ei(Al,Rl),ml):ml}function qe(ml,Al,Rl){let zl=ae(185);return zl.typeParameters=Ie(ml),zl.parameters=Ie(Al),zl.type=Rl,zl.transformFlags=1,zl.modifiers=void 0,zl.jsDoc=void 0,zl.locals=void 0,zl.nextContainer=void 0,zl.typeArguments=void 0,zl}function u(ml,Al,Rl,zl){return ml.typeParameters!==Al||ml.parameters!==Rl||ml.type!==zl?Me(qe(Al,Rl,zl),ml):ml}function Me(ml,Al){return ml!==Al&&(ml.modifiers=Al.modifiers),Le(ml,Al)}function je(...ml){return ml.length===4?B(...ml):ml.length===3?ze(...ml):P_.fail("Incorrect number of arguments specified.")}function B(ml,Al,Rl,zl){let rd=ae(186);return rd.modifiers=Ie(ml),rd.typeParameters=Ie(Al),rd.parameters=Ie(Rl),rd.type=zl,rd.transformFlags=1,rd.jsDoc=void 0,rd.locals=void 0,rd.nextContainer=void 0,rd.typeArguments=void 0,rd}function ze(ml,Al,Rl){return B(void 0,ml,Al,Rl)}function _n(...ml){return ml.length===5?Ge(...ml):ml.length===4?Qe(...ml):P_.fail("Incorrect number of arguments specified.")}function Ge(ml,Al,Rl,zl,rd){return ml.modifiers!==Al||ml.typeParameters!==Rl||ml.parameters!==zl||ml.type!==rd?Le(je(Al,Rl,zl,rd),ml):ml}function Qe(ml,Al,Rl,zl){return Ge(ml,ml.modifiers,Al,Rl,zl)}function Nt(ml,Al){let Rl=I(187);return Rl.exprName=ml,Rl.typeArguments=Al&&zl().parenthesizeTypeArguments(Al),Rl.transformFlags=1,Rl}function Et(ml,Al,Rl){return ml.exprName!==Al||ml.typeArguments!==Rl?J(Nt(Al,Rl),ml):ml}function It(ml){let Al=ae(188);return Al.members=me(ml),Al.transformFlags=1,Al}function zt(ml,Al){return ml.members!==Al?J(It(Al),ml):ml}function Yn(ml){let Al=I(189);return Al.elementType=zl().parenthesizeNonArrayTypeOfPostfixType(ml),Al.transformFlags=1,Al}function Ai(ml,Al){return ml.elementType!==Al?J(Yn(Al),ml):ml}function pn(ml){let Al=I(190);return Al.elements=me(zl().parenthesizeElementTypesOfTupleType(ml)),Al.transformFlags=1,Al}function H(ml,Al){return ml.elements!==Al?J(pn(Al),ml):ml}function le(ml,Al,Rl,zl){let rd=ae(203);return rd.dotDotDotToken=ml,rd.name=Al,rd.questionToken=Rl,rd.type=zl,rd.transformFlags=1,rd.jsDoc=void 0,rd}function Ve(ml,Al,Rl,zl,rd){return ml.dotDotDotToken!==Al||ml.name!==Rl||ml.questionToken!==zl||ml.type!==rd?J(le(Al,Rl,zl,rd),ml):ml}function Te(ml){let Al=I(191);return Al.type=zl().parenthesizeTypeOfOptionalType(ml),Al.transformFlags=1,Al}function j(ml,Al){return ml.type!==Al?J(Te(Al),ml):ml}function yt(ml){let Al=I(192);return Al.type=ml,Al.transformFlags=1,Al}function wt(ml,Al){return ml.type!==Al?J(yt(Al),ml):ml}function Rt(ml,Al,Rl){let zl=I(ml);return zl.types=rA.createNodeArray(Rl(Al)),zl.transformFlags=1,zl}function fn(ml,Al,Rl){return ml.types!==Al?J(Rt(ml.kind,Al,Rl),ml):ml}function Wl(ml){return Rt(193,ml,zl().parenthesizeConstituentTypesOfUnionType)}function I_(ml,Al){return fn(ml,Al,zl().parenthesizeConstituentTypesOfUnionType)}function Ur(ml){return Rt(194,ml,zl().parenthesizeConstituentTypesOfIntersectionType)}function Je(ml,Al){return fn(ml,Al,zl().parenthesizeConstituentTypesOfIntersectionType)}function ft(ml,Al,Rl,rd){let yh=I(195);return yh.checkType=zl().parenthesizeCheckTypeOfConditionalType(ml),yh.extendsType=zl().parenthesizeExtendsTypeOfConditionalType(Al),yh.trueType=Rl,yh.falseType=rd,yh.transformFlags=1,yh.locals=void 0,yh.nextContainer=void 0,yh}function Gl(ml,Al,Rl,zl,rd){return ml.checkType!==Al||ml.extendsType!==Rl||ml.trueType!==zl||ml.falseType!==rd?J(ft(Al,Rl,zl,rd),ml):ml}function Hn(ml){let Al=I(196);return Al.typeParameter=ml,Al.transformFlags=1,Al}function Yl(ml,Al){return ml.typeParameter!==Al?J(Hn(Al),ml):ml}function Gt(ml,Al){let Rl=I(204);return Rl.head=ml,Rl.templateSpans=me(Al),Rl.transformFlags=1,Rl}function Hl(ml,Al,Rl){return ml.head!==Al||ml.templateSpans!==Rl?J(Gt(Al,Rl),ml):ml}function or(ml,Al,Rl,rd,yh=!1){let kh=I(206);return kh.argument=ml,kh.attributes=Al,kh.assertions&&kh.assertions.assertClause&&kh.attributes&&(kh.assertions.assertClause=kh.attributes),kh.qualifier=Rl,kh.typeArguments=rd&&zl().parenthesizeTypeArguments(rd),kh.isTypeOf=yh,kh.transformFlags=1,kh}function ua(ml,Al,Rl,zl,rd,yh=ml.isTypeOf){return ml.argument!==Al||ml.attributes!==Rl||ml.qualifier!==zl||ml.typeArguments!==rd||ml.isTypeOf!==yh?J(or(Al,Rl,zl,rd,yh),ml):ml}function en(ml){let Al=I(197);return Al.type=ml,Al.transformFlags=1,Al}function Dt(ml,Al){return ml.type!==Al?J(en(Al),ml):ml}function D(){let ml=I(198);return ml.transformFlags=1,ml}function Yt(ml,Al){let Rl=I(199);return Rl.operator=ml,Rl.type=ml===148?zl().parenthesizeOperandOfReadonlyTypeOperator(Al):zl().parenthesizeOperandOfTypeOperator(Al),Rl.transformFlags=1,Rl}function Br(ml,Al){return ml.type!==Al?J(Yt(ml.operator,Al),ml):ml}function cr(ml,Al){let Rl=I(200);return Rl.objectType=zl().parenthesizeNonArrayTypeOfPostfixType(ml),Rl.indexType=Al,Rl.transformFlags=1,Rl}function is(ml,Al,Rl){return ml.objectType!==Al||ml.indexType!==Rl?J(cr(Al,Rl),ml):ml}function vt(ml,Al,Rl,zl,rd,yh){let kh=ae(201);return kh.readonlyToken=ml,kh.typeParameter=Al,kh.nameType=Rl,kh.questionToken=zl,kh.type=rd,kh.members=yh&&me(yh),kh.transformFlags=1,kh.locals=void 0,kh.nextContainer=void 0,kh}function Ut(ml,Al,Rl,zl,rd,yh,kh){return ml.readonlyToken!==Al||ml.typeParameter!==Rl||ml.nameType!==zl||ml.questionToken!==rd||ml.type!==yh||ml.members!==kh?J(vt(Al,Rl,zl,rd,yh,kh),ml):ml}function ti(ml){let Al=I(202);return Al.literal=ml,Al.transformFlags=1,Al}function Sr(ml,Al){return ml.literal!==Al?J(ti(Al),ml):ml}function O_(ml){let Al=I(207);return Al.elements=me(ml),Al.transformFlags|=Ae(Al.elements)|1024|524288,Al.transformFlags&32768&&(Al.transformFlags|=65664),Al}function Xl(ml,Al){return ml.elements!==Al?J(O_(Al),ml):ml}function qr(ml){let Al=I(208);return Al.elements=me(ml),Al.transformFlags|=Ae(Al.elements)|1024|524288,Al}function $l(ml,Al){return ml.elements!==Al?J(qr(Al),ml):ml}function pa(ml,Al,Rl,zl){let rd=ae(209);return rd.dotDotDotToken=ml,rd.propertyName=nt(Al),rd.name=nt(Rl),rd.initializer=Vi(zl),rd.transformFlags|=z(rd.dotDotDotToken)|Rn(rd.propertyName)|Rn(rd.name)|z(rd.initializer)|(rd.dotDotDotToken?32768:0)|1024,rd.flowNode=void 0,rd}function ni(ml,Al,Rl,zl,rd){return ml.propertyName!==Rl||ml.dotDotDotToken!==Al||ml.name!==zl||ml.initializer!==rd?J(pa(Al,Rl,zl,rd),ml):ml}function as(ml,Al){let Rl=I(210),rd=ml&&Va(ml),yh=me(ml,rd&&$1(rd)?!0:void 0);return Rl.elements=zl().parenthesizeExpressionsOfCommaDelimitedList(yh),Rl.multiLine=Al,Rl.transformFlags|=Ae(Rl.elements),Rl}function M_(ml,Al){return ml.elements!==Al?J(as(Al,ml.multiLine),ml):ml}function Ci(ml,Al){let Rl=ae(211);return Rl.properties=me(ml),Rl.multiLine=Al,Rl.transformFlags|=Ae(Rl.properties),Rl.jsDoc=void 0,Rl}function Ql(ml,Al){return ml.properties!==Al?J(Ci(Al,ml.multiLine),ml):ml}function L_(ml,Al,Rl){let zl=ae(212);return zl.expression=ml,zl.questionDotToken=Al,zl.name=Rl,zl.transformFlags=z(zl.expression)|z(zl.questionDotToken)|(et(zl.name)?qa(zl.name):z(zl.name)|536870912),zl.jsDoc=void 0,zl.flowNode=void 0,zl}function lr(ml,Al){let Rl=L_(zl().parenthesizeLeftSideOfAccess(ml,!1),void 0,nt(Al));return Ip(ml)&&(Rl.transformFlags|=384),Rl}function Kl(ml,Al,Rl){return $g(ml)?fa(ml,Al,ml.questionDotToken,Pr(Rl,et)):ml.expression!==Al||ml.name!==Rl?J(lr(Al,Rl),ml):ml}function Di(ml,Al,Rl){let rd=L_(zl().parenthesizeLeftSideOfAccess(ml,!0),Al,nt(Rl));return rd.flags|=64,rd.transformFlags|=32,rd}function fa(ml,Al,Rl,zl){return P_.assert(!!(ml.flags&64),"Cannot update a PropertyAccessExpression using updatePropertyAccessChain. Use updatePropertyAccess instead."),ml.expression!==Al||ml.questionDotToken!==Rl||ml.name!==zl?J(Di(Al,Rl,zl),ml):ml}function j_(ml,Al,Rl){let zl=ae(213);return zl.expression=ml,zl.questionDotToken=Al,zl.argumentExpression=Rl,zl.transformFlags|=z(zl.expression)|z(zl.questionDotToken)|z(zl.argumentExpression),zl.jsDoc=void 0,zl.flowNode=void 0,zl}function Pi(ml,Al){let Rl=j_(zl().parenthesizeLeftSideOfAccess(ml,!1),void 0,Cr(Al));return Ip(ml)&&(Rl.transformFlags|=384),Rl}function Zl(ml,Al,Rl){return Qg(ml)?ss(ml,Al,ml.questionDotToken,Rl):ml.expression!==Al||ml.argumentExpression!==Rl?J(Pi(Al,Rl),ml):ml}function J_(ml,Al,Rl){let rd=j_(zl().parenthesizeLeftSideOfAccess(ml,!0),Al,Cr(Rl));return rd.flags|=64,rd.transformFlags|=32,rd}function ss(ml,Al,Rl,zl){return P_.assert(!!(ml.flags&64),"Cannot update a ElementAccessExpression using updateElementAccessChain. Use updateElementAccess instead."),ml.expression!==Al||ml.questionDotToken!==Rl||ml.argumentExpression!==zl?J(J_(Al,Rl,zl),ml):ml}function R_(ml,Al,Rl,zl){let rd=ae(214);return rd.expression=ml,rd.questionDotToken=Al,rd.typeArguments=Rl,rd.arguments=zl,rd.transformFlags|=z(rd.expression)|z(rd.questionDotToken)|Ae(rd.typeArguments)|Ae(rd.arguments),rd.typeArguments&&(rd.transformFlags|=1),Fd(rd.expression)&&(rd.transformFlags|=16384),rd}function Ni(ml,Al,Rl){let rd=R_(zl().parenthesizeLeftSideOfAccess(ml,!1),void 0,Ie(Al),zl().parenthesizeExpressionsOfCommaDelimitedList(me(Rl)));return rv(rd.expression)&&(rd.transformFlags|=8388608),rd}function da(ml,Al,Rl,zl){return Ld(ml)?U_(ml,Al,ml.questionDotToken,Rl,zl):ml.expression!==Al||ml.typeArguments!==Rl||ml.arguments!==zl?J(Ni(Al,Rl,zl),ml):ml}function _s(ml,Al,Rl,rd){let yh=R_(zl().parenthesizeLeftSideOfAccess(ml,!0),Al,Ie(Rl),zl().parenthesizeExpressionsOfCommaDelimitedList(me(rd)));return yh.flags|=64,yh.transformFlags|=32,yh}function U_(ml,Al,Rl,zl,rd){return P_.assert(!!(ml.flags&64),"Cannot update a CallExpression using updateCallChain. Use updateCall instead."),ml.expression!==Al||ml.questionDotToken!==Rl||ml.typeArguments!==zl||ml.arguments!==rd?J(_s(Al,Rl,zl,rd),ml):ml}function Tn(ml,Al,Rl){let rd=ae(215);return rd.expression=zl().parenthesizeExpressionOfNew(ml),rd.typeArguments=Ie(Al),rd.arguments=Rl?zl().parenthesizeExpressionsOfCommaDelimitedList(Rl):void 0,rd.transformFlags|=z(rd.expression)|Ae(rd.typeArguments)|Ae(rd.arguments)|32,rd.typeArguments&&(rd.transformFlags|=1),rd}function os(ml,Al,Rl,zl){return ml.expression!==Al||ml.typeArguments!==Rl||ml.arguments!==zl?J(Tn(Al,Rl,zl),ml):ml}function ma(ml,Al,Rl){let rd=I(216);return rd.tag=zl().parenthesizeLeftSideOfAccess(ml,!1),rd.typeArguments=Ie(Al),rd.template=Rl,rd.transformFlags|=z(rd.tag)|Ae(rd.typeArguments)|z(rd.template)|1024,rd.typeArguments&&(rd.transformFlags|=1),tb(rd.template)&&(rd.transformFlags|=128),rd}function B_(ml,Al,Rl,zl){return ml.tag!==Al||ml.typeArguments!==Rl||ml.template!==zl?J(ma(Al,Rl,zl),ml):ml}function q_(ml,Al){let Rl=I(217);return Rl.expression=zl().parenthesizeOperandOfPrefixUnary(Al),Rl.type=ml,Rl.transformFlags|=z(Rl.expression)|z(Rl.type)|1,Rl}function F_(ml,Al,Rl){return ml.type!==Al||ml.expression!==Rl?J(q_(Al,Rl),ml):ml}function cs(ml){let Al=I(218);return Al.expression=ml,Al.transformFlags=z(Al.expression),Al.jsDoc=void 0,Al}function z_(ml,Al){return ml.expression!==Al?J(cs(Al),ml):ml}function ls(ml,Al,Rl,zl,rd,yh,kh){let Qh=ae(219);Qh.modifiers=Ie(ml),Qh.asteriskToken=Al,Qh.name=nt(Rl),Qh.typeParameters=Ie(zl),Qh.parameters=me(rd),Qh.type=yh,Qh.body=kh;let cf=Un(Qh.modifiers)&1024,t_=!!Qh.asteriskToken,r_=cf&&t_;return Qh.transformFlags=Ae(Qh.modifiers)|z(Qh.asteriskToken)|Rn(Qh.name)|Ae(Qh.typeParameters)|Ae(Qh.parameters)|z(Qh.type)|z(Qh.body)&-67108865|(r_?128:cf?256:t_?2048:0)|(Qh.typeParameters||Qh.type?1:0)|4194304,Qh.typeArguments=void 0,Qh.jsDoc=void 0,Qh.locals=void 0,Qh.nextContainer=void 0,Qh.flowNode=void 0,Qh.endFlowNode=void 0,Qh.returnFlowNode=void 0,Qh}function V_(ml,Al,Rl,zl,rd,yh,kh,Qh){return ml.name!==zl||ml.modifiers!==Al||ml.asteriskToken!==Rl||ml.typeParameters!==rd||ml.parameters!==yh||ml.type!==kh||ml.body!==Qh?Le(ls(Al,Rl,zl,rd,yh,kh,Qh),ml):ml}function us(ml,Al,Rl,rd,yh,kh){let Qh=ae(220);Qh.modifiers=Ie(ml),Qh.typeParameters=Ie(Al),Qh.parameters=me(Rl),Qh.type=rd,Qh.equalsGreaterThanToken=yh??ct(39),Qh.body=zl().parenthesizeConciseBodyOfArrowFunction(kh);let cf=Un(Qh.modifiers)&1024;return Qh.transformFlags=Ae(Qh.modifiers)|Ae(Qh.typeParameters)|Ae(Qh.parameters)|z(Qh.type)|z(Qh.equalsGreaterThanToken)|z(Qh.body)&-67108865|(Qh.typeParameters||Qh.type?1:0)|(cf?16640:0)|1024,Qh.typeArguments=void 0,Qh.jsDoc=void 0,Qh.locals=void 0,Qh.nextContainer=void 0,Qh.flowNode=void 0,Qh.endFlowNode=void 0,Qh.returnFlowNode=void 0,Qh}function W_(ml,Al,Rl,zl,rd,yh,kh){return ml.modifiers!==Al||ml.typeParameters!==Rl||ml.parameters!==zl||ml.type!==rd||ml.equalsGreaterThanToken!==yh||ml.body!==kh?Le(us(Al,Rl,zl,rd,yh,kh),ml):ml}function G_(ml){let Al=I(221);return Al.expression=zl().parenthesizeOperandOfPrefixUnary(ml),Al.transformFlags|=z(Al.expression),Al}function Y_(ml,Al){return ml.expression!==Al?J(G_(Al),ml):ml}function ha(ml){let Al=I(222);return Al.expression=zl().parenthesizeOperandOfPrefixUnary(ml),Al.transformFlags|=z(Al.expression),Al}function dn(ml,Al){return ml.expression!==Al?J(ha(Al),ml):ml}function ps(ml){let Al=I(223);return Al.expression=zl().parenthesizeOperandOfPrefixUnary(ml),Al.transformFlags|=z(Al.expression),Al}function ur(ml,Al){return ml.expression!==Al?J(ps(Al),ml):ml}function H_(ml){let Al=I(224);return Al.expression=zl().parenthesizeOperandOfPrefixUnary(ml),Al.transformFlags|=z(Al.expression)|256|128|2097152,Al}function Fr(ml,Al){return ml.expression!==Al?J(H_(Al),ml):ml}function zr(ml,Al){let Rl=I(225);return Rl.operator=ml,Rl.operand=zl().parenthesizeOperandOfPrefixUnary(Al),Rl.transformFlags|=z(Rl.operand),(ml===46||ml===47)&&et(Rl.operand)&&!za(Rl.operand)&&!Zd(Rl.operand)&&(Rl.transformFlags|=268435456),Rl}function eu(ml,Al){return ml.operand!==Al?J(zr(ml.operator,Al),ml):ml}function ri(ml,Al){let Rl=I(226);return Rl.operator=Al,Rl.operand=zl().parenthesizeOperandOfPostfixUnary(ml),Rl.transformFlags|=z(Rl.operand),et(Rl.operand)&&!za(Rl.operand)&&!Zd(Rl.operand)&&(Rl.transformFlags|=268435456),Rl}function tu(ml,Al){return ml.operand!==Al?J(ri(Al,ml.operator),ml):ml}function ya(ml,Al,Rl){let rd=ae(227),yh=bp(Al),kh=yh.kind;return rd.left=zl().parenthesizeLeftSideOfBinary(kh,ml),rd.operatorToken=yh,rd.right=zl().parenthesizeRightSideOfBinary(kh,rd.left,Rl),rd.transformFlags|=z(rd.left)|z(rd.operatorToken)|z(rd.right),kh===61?rd.transformFlags|=32:kh===64?Rf(rd.left)?rd.transformFlags|=5248|X_(rd.left):G1(rd.left)&&(rd.transformFlags|=5120|X_(rd.left)):kh===43||kh===68?rd.transformFlags|=512:pb(kh)&&(rd.transformFlags|=16),kh===103&&xi(rd.left)&&(rd.transformFlags|=536870912),rd.jsDoc=void 0,rd}function X_(ml){return ph(ml)?65536:0}function nu(ml,Al,Rl,zl){return ml.left!==Al||ml.operatorToken!==Rl||ml.right!==zl?J(ya(Al,Rl,zl),ml):ml}function $_(ml,Al,Rl,rd,yh){let kh=I(228);return kh.condition=zl().parenthesizeConditionOfConditionalExpression(ml),kh.questionToken=Al??ct(58),kh.whenTrue=zl().parenthesizeBranchOfConditionalExpression(Rl),kh.colonToken=rd??ct(59),kh.whenFalse=zl().parenthesizeBranchOfConditionalExpression(yh),kh.transformFlags|=z(kh.condition)|z(kh.questionToken)|z(kh.whenTrue)|z(kh.colonToken)|z(kh.whenFalse),kh.flowNodeWhenFalse=void 0,kh.flowNodeWhenTrue=void 0,kh}function Q_(ml,Al,Rl,zl,rd,yh){return ml.condition!==Al||ml.questionToken!==Rl||ml.whenTrue!==zl||ml.colonToken!==rd||ml.whenFalse!==yh?J($_(Al,Rl,zl,rd,yh),ml):ml}function K_(ml,Al){let Rl=I(229);return Rl.head=ml,Rl.templateSpans=me(Al),Rl.transformFlags|=z(Rl.head)|Ae(Rl.templateSpans)|1024,Rl}function Xn(ml,Al,Rl){return ml.head!==Al||ml.templateSpans!==Rl?J(K_(Al,Rl),ml):ml}function Ii(ml,Al,Rl,zl=0){P_.assert(!(zl&-7177),"Unsupported template flags.");let rd;if(Rl!==void 0&&Rl!==Al&&(rd=Hb(ml,Rl),typeof rd=="object"))return P_.fail("Invalid raw text");if(Al===void 0){if(rd===void 0)return P_.fail("Arguments 'text' and 'rawText' may not both be undefined.");Al=rd}else rd!==void 0&&P_.assert(Al===rd,"Expected argument 'text' to be the normalized (i.e. 'cooked') version of argument 'rawText'.");return Al}function Z_(ml){let Al=1024;return ml&&(Al|=128),Al}function ru(ml,Al,Rl,zl){let rd=Zt(ml);return rd.text=Al,rd.rawText=Rl,rd.templateFlags=zl&7176,rd.transformFlags=Z_(rd.templateFlags),rd}function ii(ml,Al,Rl,zl){let rd=ae(ml);return rd.text=Al,rd.rawText=Rl,rd.templateFlags=zl&7176,rd.transformFlags=Z_(rd.templateFlags),rd}function ai(ml,Al,Rl,zl){return ml===15?ii(ml,Al,Rl,zl):ru(ml,Al,Rl,zl)}function eo(ml,Al,Rl){return ml=Ii(16,ml,Al,Rl),ai(16,ml,Al,Rl)}function ga(ml,Al,Rl){return ml=Ii(16,ml,Al,Rl),ai(17,ml,Al,Rl)}function fs(ml,Al,Rl){return ml=Ii(16,ml,Al,Rl),ai(18,ml,Al,Rl)}function iu(ml,Al,Rl){return ml=Ii(16,ml,Al,Rl),ii(15,ml,Al,Rl)}function ds(ml,Al){P_.assert(!ml||!!Al,"A `YieldExpression` with an asteriskToken must have an expression.");let Rl=I(230);return Rl.expression=Al&&zl().parenthesizeExpressionForDisallowedComma(Al),Rl.asteriskToken=ml,Rl.transformFlags|=z(Rl.expression)|z(Rl.asteriskToken)|1024|128|1048576,Rl}function au(ml,Al,Rl){return ml.expression!==Rl||ml.asteriskToken!==Al?J(ds(Al,Rl),ml):ml}function to(ml){let Al=I(231);return Al.expression=zl().parenthesizeExpressionForDisallowedComma(ml),Al.transformFlags|=z(Al.expression)|1024|32768,Al}function su(ml,Al){return ml.expression!==Al?J(to(Al),ml):ml}function no(ml,Al,Rl,zl,rd){let yh=ae(232);return yh.modifiers=Ie(ml),yh.name=nt(Al),yh.typeParameters=Ie(Rl),yh.heritageClauses=Ie(zl),yh.members=me(rd),yh.transformFlags|=Ae(yh.modifiers)|Rn(yh.name)|Ae(yh.typeParameters)|Ae(yh.heritageClauses)|Ae(yh.members)|(yh.typeParameters?1:0)|1024,yh.jsDoc=void 0,yh}function ms(ml,Al,Rl,zl,rd,yh){return ml.modifiers!==Al||ml.name!==Rl||ml.typeParameters!==zl||ml.heritageClauses!==rd||ml.members!==yh?J(no(Al,Rl,zl,rd,yh),ml):ml}function hs(){return I(233)}function ro(ml,Al){let Rl=I(234);return Rl.expression=zl().parenthesizeLeftSideOfAccess(ml,!1),Rl.typeArguments=Al&&zl().parenthesizeTypeArguments(Al),Rl.transformFlags|=z(Rl.expression)|Ae(Rl.typeArguments)|1024,Rl}function io(ml,Al,Rl){return ml.expression!==Al||ml.typeArguments!==Rl?J(ro(Al,Rl),ml):ml}function mn(ml,Al){let Rl=I(235);return Rl.expression=ml,Rl.type=Al,Rl.transformFlags|=z(Rl.expression)|z(Rl.type)|1,Rl}function ba(ml,Al,Rl){return ml.expression!==Al||ml.type!==Rl?J(mn(Al,Rl),ml):ml}function ao(ml){let Al=I(236);return Al.expression=zl().parenthesizeLeftSideOfAccess(ml,!1),Al.transformFlags|=z(Al.expression)|1,Al}function so(ml,Al){return Kg(ml)?Ln(ml,Al):ml.expression!==Al?J(ao(Al),ml):ml}function ys(ml,Al){let Rl=I(239);return Rl.expression=ml,Rl.type=Al,Rl.transformFlags|=z(Rl.expression)|z(Rl.type)|1,Rl}function _o(ml,Al,Rl){return ml.expression!==Al||ml.type!==Rl?J(ys(Al,Rl),ml):ml}function gs(ml){let Al=I(236);return Al.flags|=64,Al.expression=zl().parenthesizeLeftSideOfAccess(ml,!0),Al.transformFlags|=z(Al.expression)|1,Al}function Ln(ml,Al){return P_.assert(!!(ml.flags&64),"Cannot update a NonNullExpression using updateNonNullChain. Use updateNonNullExpression instead."),ml.expression!==Al?J(gs(Al),ml):ml}function oo(ml,Al){let Rl=I(237);switch(Rl.keywordToken=ml,Rl.name=Al,Rl.transformFlags|=z(Rl.name),ml){case 105:Rl.transformFlags|=1024;break;case 102:Rl.transformFlags|=32;break;default:return P_.assertNever(ml)}return Rl.flowNode=void 0,Rl}function bs(ml,Al){return ml.name!==Al?J(oo(ml.keywordToken,Al),ml):ml}function $n(ml,Al){let Rl=I(240);return Rl.expression=ml,Rl.literal=Al,Rl.transformFlags|=z(Rl.expression)|z(Rl.literal)|1024,Rl}function va(ml,Al,Rl){return ml.expression!==Al||ml.literal!==Rl?J($n(Al,Rl),ml):ml}function co(){let ml=I(241);return ml.transformFlags|=1024,ml}function Vr(ml,Al){let Rl=I(242);return Rl.statements=me(ml),Rl.multiLine=Al,Rl.transformFlags|=Ae(Rl.statements),Rl.jsDoc=void 0,Rl.locals=void 0,Rl.nextContainer=void 0,Rl}function _u(ml,Al){return ml.statements!==Al?J(Vr(Al,ml.multiLine),ml):ml}function vs(ml,Al){let Rl=I(244);return Rl.modifiers=Ie(ml),Rl.declarationList=Kr(Al)?Es(Al):Al,Rl.transformFlags|=Ae(Rl.modifiers)|z(Rl.declarationList),Un(Rl.modifiers)&128&&(Rl.transformFlags=1),Rl.jsDoc=void 0,Rl.flowNode=void 0,Rl}function lo(ml,Al,Rl){return ml.modifiers!==Al||ml.declarationList!==Rl?J(vs(Al,Rl),ml):ml}function uo(){let ml=I(243);return ml.jsDoc=void 0,ml}function Oi(ml){let Al=I(245);return Al.expression=zl().parenthesizeExpressionOfExpressionStatement(ml),Al.transformFlags|=z(Al.expression),Al.jsDoc=void 0,Al.flowNode=void 0,Al}function po(ml,Al){return ml.expression!==Al?J(Oi(Al),ml):ml}function fo(ml,Al,Rl){let zl=I(246);return zl.expression=ml,zl.thenStatement=Qn(Al),zl.elseStatement=Qn(Rl),zl.transformFlags|=z(zl.expression)|z(zl.thenStatement)|z(zl.elseStatement),zl.jsDoc=void 0,zl.flowNode=void 0,zl}function mo(ml,Al,Rl,zl){return ml.expression!==Al||ml.thenStatement!==Rl||ml.elseStatement!==zl?J(fo(Al,Rl,zl),ml):ml}function ho(ml,Al){let Rl=I(247);return Rl.statement=Qn(ml),Rl.expression=Al,Rl.transformFlags|=z(Rl.statement)|z(Rl.expression),Rl.jsDoc=void 0,Rl.flowNode=void 0,Rl}function yo(ml,Al,Rl){return ml.statement!==Al||ml.expression!==Rl?J(ho(Al,Rl),ml):ml}function go(ml,Al){let Rl=I(248);return Rl.expression=ml,Rl.statement=Qn(Al),Rl.transformFlags|=z(Rl.expression)|z(Rl.statement),Rl.jsDoc=void 0,Rl.flowNode=void 0,Rl}function ou(ml,Al,Rl){return ml.expression!==Al||ml.statement!==Rl?J(go(Al,Rl),ml):ml}function bo(ml,Al,Rl,zl){let rd=I(249);return rd.initializer=ml,rd.condition=Al,rd.incrementor=Rl,rd.statement=Qn(zl),rd.transformFlags|=z(rd.initializer)|z(rd.condition)|z(rd.incrementor)|z(rd.statement),rd.jsDoc=void 0,rd.locals=void 0,rd.nextContainer=void 0,rd.flowNode=void 0,rd}function vo(ml,Al,Rl,zl,rd){return ml.initializer!==Al||ml.condition!==Rl||ml.incrementor!==zl||ml.statement!==rd?J(bo(Al,Rl,zl,rd),ml):ml}function xs(ml,Al,Rl){let zl=I(250);return zl.initializer=ml,zl.expression=Al,zl.statement=Qn(Rl),zl.transformFlags|=z(zl.initializer)|z(zl.expression)|z(zl.statement),zl.jsDoc=void 0,zl.locals=void 0,zl.nextContainer=void 0,zl.flowNode=void 0,zl}function cu(ml,Al,Rl,zl){return ml.initializer!==Al||ml.expression!==Rl||ml.statement!==zl?J(xs(Al,Rl,zl),ml):ml}function xo(ml,Al,Rl,rd){let yh=I(251);return yh.awaitModifier=ml,yh.initializer=Al,yh.expression=zl().parenthesizeExpressionForDisallowedComma(Rl),yh.statement=Qn(rd),yh.transformFlags|=z(yh.awaitModifier)|z(yh.initializer)|z(yh.expression)|z(yh.statement)|1024,ml&&(yh.transformFlags|=128),yh.jsDoc=void 0,yh.locals=void 0,yh.nextContainer=void 0,yh.flowNode=void 0,yh}function lu(ml,Al,Rl,zl,rd){return ml.awaitModifier!==Al||ml.initializer!==Rl||ml.expression!==zl||ml.statement!==rd?J(xo(Al,Rl,zl,rd),ml):ml}function To(ml){let Al=I(252);return Al.label=nt(ml),Al.transformFlags|=z(Al.label)|4194304,Al.jsDoc=void 0,Al.flowNode=void 0,Al}function uu(ml,Al){return ml.label!==Al?J(To(Al),ml):ml}function Ts(ml){let Al=I(253);return Al.label=nt(ml),Al.transformFlags|=z(Al.label)|4194304,Al.jsDoc=void 0,Al.flowNode=void 0,Al}function So(ml,Al){return ml.label!==Al?J(Ts(Al),ml):ml}function Ss(ml){let Al=I(254);return Al.expression=ml,Al.transformFlags|=z(Al.expression)|128|4194304,Al.jsDoc=void 0,Al.flowNode=void 0,Al}function pu(ml,Al){return ml.expression!==Al?J(Ss(Al),ml):ml}function ws(ml,Al){let Rl=I(255);return Rl.expression=ml,Rl.statement=Qn(Al),Rl.transformFlags|=z(Rl.expression)|z(Rl.statement),Rl.jsDoc=void 0,Rl.flowNode=void 0,Rl}function wo(ml,Al,Rl){return ml.expression!==Al||ml.statement!==Rl?J(ws(Al,Rl),ml):ml}function ks(ml,Al){let Rl=I(256);return Rl.expression=zl().parenthesizeExpressionForDisallowedComma(ml),Rl.caseBlock=Al,Rl.transformFlags|=z(Rl.expression)|z(Rl.caseBlock),Rl.jsDoc=void 0,Rl.flowNode=void 0,Rl.possiblyExhaustive=!1,Rl}function si(ml,Al,Rl){return ml.expression!==Al||ml.caseBlock!==Rl?J(ks(Al,Rl),ml):ml}function ko(ml,Al){let Rl=I(257);return Rl.label=nt(ml),Rl.statement=Qn(Al),Rl.transformFlags|=z(Rl.label)|z(Rl.statement),Rl.jsDoc=void 0,Rl.flowNode=void 0,Rl}function Eo(ml,Al,Rl){return ml.label!==Al||ml.statement!==Rl?J(ko(Al,Rl),ml):ml}function Ao(ml){let Al=I(258);return Al.expression=ml,Al.transformFlags|=z(Al.expression),Al.jsDoc=void 0,Al.flowNode=void 0,Al}function fu(ml,Al){return ml.expression!==Al?J(Ao(Al),ml):ml}function Co(ml,Al,Rl){let zl=I(259);return zl.tryBlock=ml,zl.catchClause=Al,zl.finallyBlock=Rl,zl.transformFlags|=z(zl.tryBlock)|z(zl.catchClause)|z(zl.finallyBlock),zl.jsDoc=void 0,zl.flowNode=void 0,zl}function du(ml,Al,Rl,zl){return ml.tryBlock!==Al||ml.catchClause!==Rl||ml.finallyBlock!==zl?J(Co(Al,Rl,zl),ml):ml}function Do(){let ml=I(260);return ml.jsDoc=void 0,ml.flowNode=void 0,ml}function xa(ml,Al,Rl,zl){let rd=ae(261);return rd.name=nt(ml),rd.exclamationToken=Al,rd.type=Rl,rd.initializer=Vi(zl),rd.transformFlags|=Rn(rd.name)|z(rd.initializer)|(rd.exclamationToken??rd.type?1:0),rd.jsDoc=void 0,rd}function Po(ml,Al,Rl,zl,rd){return ml.name!==Al||ml.type!==zl||ml.exclamationToken!==Rl||ml.initializer!==rd?J(xa(Al,Rl,zl,rd),ml):ml}function Es(ml,Al=0){let Rl=I(262);return Rl.flags|=Al&7,Rl.declarations=me(ml),Rl.transformFlags|=Ae(Rl.declarations)|4194304,Al&7&&(Rl.transformFlags|=263168),Al&4&&(Rl.transformFlags|=4),Rl}function mu(ml,Al){return ml.declarations!==Al?J(Es(Al,ml.flags),ml):ml}function No(ml,Al,Rl,zl,rd,yh,kh){let Qh=ae(263);if(Qh.modifiers=Ie(ml),Qh.asteriskToken=Al,Qh.name=nt(Rl),Qh.typeParameters=Ie(zl),Qh.parameters=me(rd),Qh.type=yh,Qh.body=kh,!Qh.body||Un(Qh.modifiers)&128)Qh.transformFlags=1;else{let ml=Un(Qh.modifiers)&1024,Al=!!Qh.asteriskToken,Rl=ml&&Al;Qh.transformFlags=Ae(Qh.modifiers)|z(Qh.asteriskToken)|Rn(Qh.name)|Ae(Qh.typeParameters)|Ae(Qh.parameters)|z(Qh.type)|z(Qh.body)&-67108865|(Rl?128:ml?256:Al?2048:0)|(Qh.typeParameters||Qh.type?1:0)|4194304}return Qh.typeArguments=void 0,Qh.jsDoc=void 0,Qh.locals=void 0,Qh.nextContainer=void 0,Qh.endFlowNode=void 0,Qh.returnFlowNode=void 0,Qh}function As(ml,Al,Rl,zl,rd,yh,kh,Qh){return ml.modifiers!==Al||ml.asteriskToken!==Rl||ml.name!==zl||ml.typeParameters!==rd||ml.parameters!==yh||ml.type!==kh||ml.body!==Qh?hu(No(Al,Rl,zl,rd,yh,kh,Qh),ml):ml}function hu(ml,Al){return ml!==Al&&ml.modifiers===Al.modifiers&&(ml.modifiers=Al.modifiers),Le(ml,Al)}function Io(ml,Al,Rl,zl,rd){let yh=ae(264);return yh.modifiers=Ie(ml),yh.name=nt(Al),yh.typeParameters=Ie(Rl),yh.heritageClauses=Ie(zl),yh.members=me(rd),Un(yh.modifiers)&128?yh.transformFlags=1:(yh.transformFlags|=Ae(yh.modifiers)|Rn(yh.name)|Ae(yh.typeParameters)|Ae(yh.heritageClauses)|Ae(yh.members)|(yh.typeParameters?1:0)|1024,yh.transformFlags&8192&&(yh.transformFlags|=1)),yh.jsDoc=void 0,yh}function Ta(ml,Al,Rl,zl,rd,yh){return ml.modifiers!==Al||ml.name!==Rl||ml.typeParameters!==zl||ml.heritageClauses!==rd||ml.members!==yh?J(Io(Al,Rl,zl,rd,yh),ml):ml}function Oo(ml,Al,Rl,zl,rd){let yh=ae(265);return yh.modifiers=Ie(ml),yh.name=nt(Al),yh.typeParameters=Ie(Rl),yh.heritageClauses=Ie(zl),yh.members=me(rd),yh.transformFlags=1,yh.jsDoc=void 0,yh}function Mo(ml,Al,Rl,zl,rd,yh){return ml.modifiers!==Al||ml.name!==Rl||ml.typeParameters!==zl||ml.heritageClauses!==rd||ml.members!==yh?J(Oo(Al,Rl,zl,rd,yh),ml):ml}function ot(ml,Al,Rl,zl){let rd=ae(266);return rd.modifiers=Ie(ml),rd.name=nt(Al),rd.typeParameters=Ie(Rl),rd.type=zl,rd.transformFlags=1,rd.jsDoc=void 0,rd.locals=void 0,rd.nextContainer=void 0,rd}function wr(ml,Al,Rl,zl,rd){return ml.modifiers!==Al||ml.name!==Rl||ml.typeParameters!==zl||ml.type!==rd?J(ot(Al,Rl,zl,rd),ml):ml}function Cs(ml,Al,Rl){let zl=ae(267);return zl.modifiers=Ie(ml),zl.name=nt(Al),zl.members=me(Rl),zl.transformFlags|=Ae(zl.modifiers)|z(zl.name)|Ae(zl.members)|1,zl.transformFlags&=-67108865,zl.jsDoc=void 0,zl}function kr(ml,Al,Rl,zl){return ml.modifiers!==Al||ml.name!==Rl||ml.members!==zl?J(Cs(Al,Rl,zl),ml):ml}function Lo(ml,Al,Rl,zl=0){let rd=ae(268);return rd.modifiers=Ie(ml),rd.flags|=zl&2088,rd.name=Al,rd.body=Rl,Un(rd.modifiers)&128?rd.transformFlags=1:rd.transformFlags|=Ae(rd.modifiers)|z(rd.name)|z(rd.body)|1,rd.transformFlags&=-67108865,rd.jsDoc=void 0,rd.locals=void 0,rd.nextContainer=void 0,rd}function At(ml,Al,Rl,zl){return ml.modifiers!==Al||ml.name!==Rl||ml.body!==zl?J(Lo(Al,Rl,zl,ml.flags),ml):ml}function Er(ml){let Al=I(269);return Al.statements=me(ml),Al.transformFlags|=Ae(Al.statements),Al.jsDoc=void 0,Al}function Vt(ml,Al){return ml.statements!==Al?J(Er(Al),ml):ml}function jo(ml){let Al=I(270);return Al.clauses=me(ml),Al.transformFlags|=Ae(Al.clauses),Al.locals=void 0,Al.nextContainer=void 0,Al}function yu(ml,Al){return ml.clauses!==Al?J(jo(Al),ml):ml}function Jo(ml){let Al=ae(271);return Al.name=nt(ml),Al.transformFlags|=qa(Al.name)|1,Al.modifiers=void 0,Al.jsDoc=void 0,Al}function Ro(ml,Al){return ml.name!==Al?gu(Jo(Al),ml):ml}function gu(ml,Al){return ml!==Al&&(ml.modifiers=Al.modifiers),J(ml,Al)}function Uo(ml,Al,Rl,zl){let rd=ae(272);return rd.modifiers=Ie(ml),rd.name=nt(Rl),rd.isTypeOnly=Al,rd.moduleReference=zl,rd.transformFlags|=Ae(rd.modifiers)|qa(rd.name)|z(rd.moduleReference),Hf(rd.moduleReference)||(rd.transformFlags|=1),rd.transformFlags&=-67108865,rd.jsDoc=void 0,rd}function Bo(ml,Al,Rl,zl,rd){return ml.modifiers!==Al||ml.isTypeOnly!==Rl||ml.name!==zl||ml.moduleReference!==rd?J(Uo(Al,Rl,zl,rd),ml):ml}function qo(ml,Al,Rl,zl){let rd=I(273);return rd.modifiers=Ie(ml),rd.importClause=Al,rd.moduleSpecifier=Rl,rd.attributes=rd.assertClause=zl,rd.transformFlags|=z(rd.importClause)|z(rd.moduleSpecifier),rd.transformFlags&=-67108865,rd.jsDoc=void 0,rd}function Fo(ml,Al,Rl,zl,rd){return ml.modifiers!==Al||ml.importClause!==Rl||ml.moduleSpecifier!==zl||ml.attributes!==rd?J(qo(Al,Rl,zl,rd),ml):ml}function zo(ml,Al,Rl){let zl=ae(274);return typeof ml=="boolean"&&(ml=ml?156:void 0),zl.isTypeOnly=ml===156,zl.phaseModifier=ml,zl.name=Al,zl.namedBindings=Rl,zl.transformFlags|=z(zl.name)|z(zl.namedBindings),ml===156&&(zl.transformFlags|=1),zl.transformFlags&=-67108865,zl}function Vo(ml,Al,Rl,zl){return typeof Al=="boolean"&&(Al=Al?156:void 0),ml.phaseModifier!==Al||ml.name!==Rl||ml.namedBindings!==zl?J(zo(Al,Rl,zl),ml):ml}function Ds(ml,Al){let Rl=I(301);return Rl.elements=me(ml),Rl.multiLine=Al,Rl.token=132,Rl.transformFlags|=4,Rl}function bu(ml,Al,Rl){return ml.elements!==Al||ml.multiLine!==Rl?J(Ds(Al,Rl),ml):ml}function Mi(ml,Al){let Rl=I(302);return Rl.name=ml,Rl.value=Al,Rl.transformFlags|=4,Rl}function Wo(ml,Al,Rl){return ml.name!==Al||ml.value!==Rl?J(Mi(Al,Rl),ml):ml}function Ps(ml,Al){let Rl=I(303);return Rl.assertClause=ml,Rl.multiLine=Al,Rl}function Go(ml,Al,Rl){return ml.assertClause!==Al||ml.multiLine!==Rl?J(Ps(Al,Rl),ml):ml}function Yo(ml,Al,Rl){let zl=I(301);return zl.token=Rl??118,zl.elements=me(ml),zl.multiLine=Al,zl.transformFlags|=4,zl}function Ns(ml,Al,Rl){return ml.elements!==Al||ml.multiLine!==Rl?J(Yo(Al,Rl,ml.token),ml):ml}function Ho(ml,Al){let Rl=I(302);return Rl.name=ml,Rl.value=Al,Rl.transformFlags|=4,Rl}function Xo(ml,Al,Rl){return ml.name!==Al||ml.value!==Rl?J(Ho(Al,Rl),ml):ml}function $o(ml){let Al=ae(275);return Al.name=ml,Al.transformFlags|=z(Al.name),Al.transformFlags&=-67108865,Al}function vu(ml,Al){return ml.name!==Al?J($o(Al),ml):ml}function Qo(ml){let Al=ae(281);return Al.name=ml,Al.transformFlags|=z(Al.name)|32,Al.transformFlags&=-67108865,Al}function xu(ml,Al){return ml.name!==Al?J(Qo(Al),ml):ml}function Ko(ml){let Al=I(276);return Al.elements=me(ml),Al.transformFlags|=Ae(Al.elements),Al.transformFlags&=-67108865,Al}function Zo(ml,Al){return ml.elements!==Al?J(Ko(Al),ml):ml}function Ar(ml,Al,Rl){let zl=ae(277);return zl.isTypeOnly=ml,zl.propertyName=Al,zl.name=Rl,zl.transformFlags|=z(zl.propertyName)|z(zl.name),zl.transformFlags&=-67108865,zl}function Tu(ml,Al,Rl,zl){return ml.isTypeOnly!==Al||ml.propertyName!==Rl||ml.name!==zl?J(Ar(Al,Rl,zl),ml):ml}function Sa(ml,Al,Rl){let rd=ae(278);return rd.modifiers=Ie(ml),rd.isExportEquals=Al,rd.expression=Al?zl().parenthesizeRightSideOfBinary(64,void 0,Rl):zl().parenthesizeExpressionOfExportDefault(Rl),rd.transformFlags|=Ae(rd.modifiers)|z(rd.expression),rd.transformFlags&=-67108865,rd.jsDoc=void 0,rd}function Li(ml,Al,Rl){return ml.modifiers!==Al||ml.expression!==Rl?J(Sa(Al,ml.isExportEquals,Rl),ml):ml}function wa(ml,Al,Rl,zl,rd){let yh=ae(279);return yh.modifiers=Ie(ml),yh.isTypeOnly=Al,yh.exportClause=Rl,yh.moduleSpecifier=zl,yh.attributes=yh.assertClause=rd,yh.transformFlags|=Ae(yh.modifiers)|z(yh.exportClause)|z(yh.moduleSpecifier),yh.transformFlags&=-67108865,yh.jsDoc=void 0,yh}function ec(ml,Al,Rl,zl,rd,yh){return ml.modifiers!==Al||ml.isTypeOnly!==Rl||ml.exportClause!==zl||ml.moduleSpecifier!==rd||ml.attributes!==yh?ji(wa(Al,Rl,zl,rd,yh),ml):ml}function ji(ml,Al){return ml!==Al&&ml.modifiers===Al.modifiers&&(ml.modifiers=Al.modifiers),J(ml,Al)}function Is(ml){let Al=I(280);return Al.elements=me(ml),Al.transformFlags|=Ae(Al.elements),Al.transformFlags&=-67108865,Al}function Su(ml,Al){return ml.elements!==Al?J(Is(Al),ml):ml}function ka(ml,Al,Rl){let zl=I(282);return zl.isTypeOnly=ml,zl.propertyName=nt(Al),zl.name=nt(Rl),zl.transformFlags|=z(zl.propertyName)|z(zl.name),zl.transformFlags&=-67108865,zl.jsDoc=void 0,zl}function wu(ml,Al,Rl,zl){return ml.isTypeOnly!==Al||ml.propertyName!==Rl||ml.name!==zl?J(ka(Al,Rl,zl),ml):ml}function ku(){let ml=ae(283);return ml.jsDoc=void 0,ml}function Os(ml){let Al=I(284);return Al.expression=ml,Al.transformFlags|=z(Al.expression),Al.transformFlags&=-67108865,Al}function Eu(ml,Al){return ml.expression!==Al?J(Os(Al),ml):ml}function tc(ml){return I(ml)}function nc(ml,Al,Rl=!1){let rd=Ms(ml,Rl?Al&&zl().parenthesizeNonArrayTypeOfPostfixType(Al):Al);return rd.postfix=Rl,rd}function Ms(ml,Al){let Rl=I(ml);return Rl.type=Al,Rl}function Au(ml,Al,Rl){return Al.type!==Rl?J(nc(ml,Rl,Al.postfix),Al):Al}function Cu(ml,Al,Rl){return Al.type!==Rl?J(Ms(ml,Rl),Al):Al}function rc(ml,Al){let Rl=ae(318);return Rl.parameters=Ie(ml),Rl.type=Al,Rl.transformFlags=Ae(Rl.parameters)|(Rl.type?1:0),Rl.jsDoc=void 0,Rl.locals=void 0,Rl.nextContainer=void 0,Rl.typeArguments=void 0,Rl}function Du(ml,Al,Rl){return ml.parameters!==Al||ml.type!==Rl?J(rc(Al,Rl),ml):ml}function ic(ml,Al=!1){let Rl=ae(323);return Rl.jsDocPropertyTags=Ie(ml),Rl.isArrayType=Al,Rl}function Pu(ml,Al,Rl){return ml.jsDocPropertyTags!==Al||ml.isArrayType!==Rl?J(ic(Al,Rl),ml):ml}function ac(ml){let Al=I(310);return Al.type=ml,Al}function Ls(ml,Al){return ml.type!==Al?J(ac(Al),ml):ml}function sc(ml,Al,Rl){let zl=ae(324);return zl.typeParameters=Ie(ml),zl.parameters=me(Al),zl.type=Rl,zl.jsDoc=void 0,zl.locals=void 0,zl.nextContainer=void 0,zl}function Nu(ml,Al,Rl,zl){return ml.typeParameters!==Al||ml.parameters!==Rl||ml.type!==zl?J(sc(Al,Rl,zl),ml):ml}function on(ml){let Al=pl(ml.kind);return ml.tagName.escapedText===Ua(Al)?ml.tagName:He(Al)}function Sn(ml,Al,Rl){let zl=I(ml);return zl.tagName=Al,zl.comment=Rl,zl}function Wr(ml,Al,Rl){let zl=ae(ml);return zl.tagName=Al,zl.comment=Rl,zl}function js(ml,Al,Rl,zl){let rd=Sn(346,ml??He("template"),zl);return rd.constraint=Al,rd.typeParameters=me(Rl),rd}function _c(ml,Al=on(ml),Rl,zl,rd){return ml.tagName!==Al||ml.constraint!==Rl||ml.typeParameters!==zl||ml.comment!==rd?J(js(Al,Rl,zl,rd),ml):ml}function Ea(ml,Al,Rl,zl){let rd=Wr(347,ml??He("typedef"),zl);return rd.typeExpression=Al,rd.fullName=Rl,rd.name=em(Rl),rd.locals=void 0,rd.nextContainer=void 0,rd}function Iu(ml,Al=on(ml),Rl,zl,rd){return ml.tagName!==Al||ml.typeExpression!==Rl||ml.fullName!==zl||ml.comment!==rd?J(Ea(Al,Rl,zl,rd),ml):ml}function Js(ml,Al,Rl,zl,rd,yh){let kh=Wr(342,ml??He("param"),yh);return kh.typeExpression=zl,kh.name=Al,kh.isNameFirst=!!rd,kh.isBracketed=Rl,kh}function Ou(ml,Al=on(ml),Rl,zl,rd,yh,kh){return ml.tagName!==Al||ml.name!==Rl||ml.isBracketed!==zl||ml.typeExpression!==rd||ml.isNameFirst!==yh||ml.comment!==kh?J(Js(Al,Rl,zl,rd,yh,kh),ml):ml}function oc(ml,Al,Rl,zl,rd,yh){let kh=Wr(349,ml??He("prop"),yh);return kh.typeExpression=zl,kh.name=Al,kh.isNameFirst=!!rd,kh.isBracketed=Rl,kh}function cc(ml,Al=on(ml),Rl,zl,rd,yh,kh){return ml.tagName!==Al||ml.name!==Rl||ml.isBracketed!==zl||ml.typeExpression!==rd||ml.isNameFirst!==yh||ml.comment!==kh?J(oc(Al,Rl,zl,rd,yh,kh),ml):ml}function lc(ml,Al,Rl,zl){let rd=Wr(339,ml??He("callback"),zl);return rd.typeExpression=Al,rd.fullName=Rl,rd.name=em(Rl),rd.locals=void 0,rd.nextContainer=void 0,rd}function uc(ml,Al=on(ml),Rl,zl,rd){return ml.tagName!==Al||ml.typeExpression!==Rl||ml.fullName!==zl||ml.comment!==rd?J(lc(Al,Rl,zl,rd),ml):ml}function pc(ml,Al,Rl){let zl=Sn(340,ml??He("overload"),Rl);return zl.typeExpression=Al,zl}function Rs(ml,Al=on(ml),Rl,zl){return ml.tagName!==Al||ml.typeExpression!==Rl||ml.comment!==zl?J(pc(Al,Rl,zl),ml):ml}function Us(ml,Al,Rl){let zl=Sn(329,ml??He("augments"),Rl);return zl.class=Al,zl}function Ji(ml,Al=on(ml),Rl,zl){return ml.tagName!==Al||ml.class!==Rl||ml.comment!==zl?J(Us(Al,Rl,zl),ml):ml}function fc(ml,Al,Rl){let zl=Sn(330,ml??He("implements"),Rl);return zl.class=Al,zl}function Gr(ml,Al,Rl){let zl=Sn(348,ml??He("see"),Rl);return zl.name=Al,zl}function Aa(ml,Al,Rl,zl){return ml.tagName!==Al||ml.name!==Rl||ml.comment!==zl?J(Gr(Al,Rl,zl),ml):ml}function dc(ml){let Al=I(311);return Al.name=ml,Al}function Mu(ml,Al){return ml.name!==Al?J(dc(Al),ml):ml}function mc(ml,Al){let Rl=I(312);return Rl.left=ml,Rl.right=Al,Rl.transformFlags|=z(Rl.left)|z(Rl.right),Rl}function Lu(ml,Al,Rl){return ml.left!==Al||ml.right!==Rl?J(mc(Al,Rl),ml):ml}function hc(ml,Al){let Rl=I(325);return Rl.name=ml,Rl.text=Al,Rl}function yc(ml,Al,Rl){return ml.name!==Al?J(hc(Al,Rl),ml):ml}function gc(ml,Al){let Rl=I(326);return Rl.name=ml,Rl.text=Al,Rl}function ju(ml,Al,Rl){return ml.name!==Al?J(gc(Al,Rl),ml):ml}function bc(ml,Al){let Rl=I(327);return Rl.name=ml,Rl.text=Al,Rl}function Ju(ml,Al,Rl){return ml.name!==Al?J(bc(Al,Rl),ml):ml}function Ru(ml,Al=on(ml),Rl,zl){return ml.tagName!==Al||ml.class!==Rl||ml.comment!==zl?J(fc(Al,Rl,zl),ml):ml}function vc(ml,Al,Rl){return Sn(ml,Al??He(pl(ml)),Rl)}function Uu(ml,Al,Rl=on(Al),zl){return Al.tagName!==Rl||Al.comment!==zl?J(vc(ml,Rl,zl),Al):Al}function xc(ml,Al,Rl,zl){let rd=Sn(ml,Al??He(pl(ml)),zl);return rd.typeExpression=Rl,rd}function Bu(ml,Al,Rl=on(Al),zl,rd){return Al.tagName!==Rl||Al.typeExpression!==zl||Al.comment!==rd?J(xc(ml,Rl,zl,rd),Al):Al}function Tc(ml,Al){return Sn(328,ml,Al)}function qu(ml,Al,Rl){return ml.tagName!==Al||ml.comment!==Rl?J(Tc(Al,Rl),ml):ml}function Sc(ml,Al,Rl){let zl=Wr(341,ml??He(pl(341)),Rl);return zl.typeExpression=Al,zl.locals=void 0,zl.nextContainer=void 0,zl}function Bs(ml,Al=on(ml),Rl,zl){return ml.tagName!==Al||ml.typeExpression!==Rl||ml.comment!==zl?J(Sc(Al,Rl,zl),ml):ml}function wc(ml,Al,Rl,zl,rd){let yh=Sn(352,ml??He("import"),rd);return yh.importClause=Al,yh.moduleSpecifier=Rl,yh.attributes=zl,yh.comment=rd,yh}function kc(ml,Al,Rl,zl,rd,yh){return ml.tagName!==Al||ml.comment!==yh||ml.importClause!==Rl||ml.moduleSpecifier!==zl||ml.attributes!==rd?J(wc(Al,Rl,zl,rd,yh),ml):ml}function qs(ml){let Al=I(322);return Al.text=ml,Al}function Fu(ml,Al){return ml.text!==Al?J(qs(Al),ml):ml}function Ri(ml,Al){let Rl=I(321);return Rl.comment=ml,Rl.tags=Ie(Al),Rl}function Ec(ml,Al,Rl){return ml.comment!==Al||ml.tags!==Rl?J(Ri(Al,Rl),ml):ml}function Ac(ml,Al,Rl){let zl=I(285);return zl.openingElement=ml,zl.children=me(Al),zl.closingElement=Rl,zl.transformFlags|=z(zl.openingElement)|Ae(zl.children)|z(zl.closingElement)|2,zl}function zu(ml,Al,Rl,zl){return ml.openingElement!==Al||ml.children!==Rl||ml.closingElement!==zl?J(Ac(Al,Rl,zl),ml):ml}function Cc(ml,Al,Rl){let zl=I(286);return zl.tagName=ml,zl.typeArguments=Ie(Al),zl.attributes=Rl,zl.transformFlags|=z(zl.tagName)|Ae(zl.typeArguments)|z(zl.attributes)|2,zl.typeArguments&&(zl.transformFlags|=1),zl}function Vu(ml,Al,Rl,zl){return ml.tagName!==Al||ml.typeArguments!==Rl||ml.attributes!==zl?J(Cc(Al,Rl,zl),ml):ml}function Ca(ml,Al,Rl){let zl=I(287);return zl.tagName=ml,zl.typeArguments=Ie(Al),zl.attributes=Rl,zl.transformFlags|=z(zl.tagName)|Ae(zl.typeArguments)|z(zl.attributes)|2,Al&&(zl.transformFlags|=1),zl}function Dc(ml,Al,Rl,zl){return ml.tagName!==Al||ml.typeArguments!==Rl||ml.attributes!==zl?J(Ca(Al,Rl,zl),ml):ml}function Fs(ml){let Al=I(288);return Al.tagName=ml,Al.transformFlags|=z(Al.tagName)|2,Al}function Da(ml,Al){return ml.tagName!==Al?J(Fs(Al),ml):ml}function Ht(ml,Al,Rl){let zl=I(289);return zl.openingFragment=ml,zl.children=me(Al),zl.closingFragment=Rl,zl.transformFlags|=z(zl.openingFragment)|Ae(zl.children)|z(zl.closingFragment)|2,zl}function Pc(ml,Al,Rl,zl){return ml.openingFragment!==Al||ml.children!==Rl||ml.closingFragment!==zl?J(Ht(Al,Rl,zl),ml):ml}function Ui(ml,Al){let Rl=I(12);return Rl.text=ml,Rl.containsOnlyTriviaWhiteSpaces=!!Al,Rl.transformFlags|=2,Rl}function Wu(ml,Al,Rl){return ml.text!==Al||ml.containsOnlyTriviaWhiteSpaces!==Rl?J(Ui(Al,Rl),ml):ml}function Nc(){let ml=I(290);return ml.transformFlags|=2,ml}function Ic(){let ml=I(291);return ml.transformFlags|=2,ml}function Oc(ml,Al){let Rl=ae(292);return Rl.name=ml,Rl.initializer=Al,Rl.transformFlags|=z(Rl.name)|z(Rl.initializer)|2,Rl}function Gu(ml,Al,Rl){return ml.name!==Al||ml.initializer!==Rl?J(Oc(Al,Rl),ml):ml}function Bi(ml){let Al=ae(293);return Al.properties=me(ml),Al.transformFlags|=Ae(Al.properties)|2,Al}function Yu(ml,Al){return ml.properties!==Al?J(Bi(Al),ml):ml}function Mc(ml){let Al=I(294);return Al.expression=ml,Al.transformFlags|=z(Al.expression)|2,Al}function Hu(ml,Al){return ml.expression!==Al?J(Mc(Al),ml):ml}function Lc(ml,Al){let Rl=I(295);return Rl.dotDotDotToken=ml,Rl.expression=Al,Rl.transformFlags|=z(Rl.dotDotDotToken)|z(Rl.expression)|2,Rl}function zs(ml,Al){return ml.expression!==Al?J(Lc(ml.dotDotDotToken,Al),ml):ml}function _i(ml,Al){let Rl=I(296);return Rl.namespace=ml,Rl.name=Al,Rl.transformFlags|=z(Rl.namespace)|z(Rl.name)|2,Rl}function Xu(ml,Al,Rl){return ml.namespace!==Al||ml.name!==Rl?J(_i(Al,Rl),ml):ml}function Pa(ml,Al){let Rl=I(297);return Rl.expression=zl().parenthesizeExpressionForDisallowedComma(ml),Rl.statements=me(Al),Rl.transformFlags|=z(Rl.expression)|Ae(Rl.statements),Rl.jsDoc=void 0,Rl}function jc(ml,Al,Rl){return ml.expression!==Al||ml.statements!==Rl?J(Pa(Al,Rl),ml):ml}function Jc(ml){let Al=I(298);return Al.statements=me(ml),Al.transformFlags=Ae(Al.statements),Al}function oi(ml,Al){return ml.statements!==Al?J(Jc(Al),ml):ml}function Vs(ml,Al){let Rl=I(299);switch(Rl.token=ml,Rl.types=me(Al),Rl.transformFlags|=Ae(Rl.types),ml){case 96:Rl.transformFlags|=1024;break;case 119:Rl.transformFlags|=1;break;default:return P_.assertNever(ml)}return Rl}function $u(ml,Al){return ml.types!==Al?J(Vs(ml.token,Al),ml):ml}function Rc(ml,Al){let Rl=I(300);return Rl.variableDeclaration=wn(ml),Rl.block=Al,Rl.transformFlags|=z(Rl.variableDeclaration)|z(Rl.block)|(ml?0:64),Rl.locals=void 0,Rl.nextContainer=void 0,Rl}function Uc(ml,Al,Rl){return ml.variableDeclaration!==Al||ml.block!==Rl?J(Rc(Al,Rl),ml):ml}function Na(ml,Al){let Rl=ae(304);return Rl.name=nt(ml),Rl.initializer=zl().parenthesizeExpressionForDisallowedComma(Al),Rl.transformFlags|=Rn(Rl.name)|z(Rl.initializer),Rl.modifiers=void 0,Rl.questionToken=void 0,Rl.exclamationToken=void 0,Rl.jsDoc=void 0,Rl}function Ws(ml,Al,Rl){return ml.name!==Al||ml.initializer!==Rl?ci(Na(Al,Rl),ml):ml}function ci(ml,Al){return ml!==Al&&(ml.modifiers=Al.modifiers,ml.questionToken=Al.questionToken,ml.exclamationToken=Al.exclamationToken),J(ml,Al)}function Bc(ml,Al){let Rl=ae(305);return Rl.name=nt(ml),Rl.objectAssignmentInitializer=Al&&zl().parenthesizeExpressionForDisallowedComma(Al),Rl.transformFlags|=qa(Rl.name)|z(Rl.objectAssignmentInitializer)|1024,Rl.equalsToken=void 0,Rl.modifiers=void 0,Rl.questionToken=void 0,Rl.exclamationToken=void 0,Rl.jsDoc=void 0,Rl}function Qu(ml,Al,Rl){return ml.name!==Al||ml.objectAssignmentInitializer!==Rl?Ku(Bc(Al,Rl),ml):ml}function Ku(ml,Al){return ml!==Al&&(ml.modifiers=Al.modifiers,ml.questionToken=Al.questionToken,ml.exclamationToken=Al.exclamationToken,ml.equalsToken=Al.equalsToken),J(ml,Al)}function qc(ml){let Al=ae(306);return Al.expression=zl().parenthesizeExpressionForDisallowedComma(ml),Al.transformFlags|=z(Al.expression)|128|65536,Al.jsDoc=void 0,Al}function Fc(ml,Al){return ml.expression!==Al?J(qc(Al),ml):ml}function Gs(ml,Al){let Rl=ae(307);return Rl.name=nt(ml),Rl.initializer=Al&&zl().parenthesizeExpressionForDisallowedComma(Al),Rl.transformFlags|=z(Rl.name)|z(Rl.initializer)|1,Rl.jsDoc=void 0,Rl}function jn(ml,Al,Rl){return ml.name!==Al||ml.initializer!==Rl?J(Gs(Al,Rl),ml):ml}function zc(ml,Rl,zl){let rd=Al.createBaseSourceFileNode(308);return rd.statements=me(ml),rd.endOfFileToken=Rl,rd.flags|=zl,rd.text="",rd.fileName="",rd.path="",rd.resolvedPath="",rd.originalFileName="",rd.languageVersion=12,rd.languageVariant=0,rd.scriptKind=0,rd.isDeclarationFile=!1,rd.hasNoDefaultLib=!1,rd.transformFlags|=Ae(rd.statements)|z(rd.endOfFileToken),rd.locals=void 0,rd.nextContainer=void 0,rd.endFlowNode=void 0,rd.nodeCount=0,rd.identifierCount=0,rd.symbolCount=0,rd.parseDiagnostics=void 0,rd.bindDiagnostics=void 0,rd.bindSuggestionDiagnostics=void 0,rd.lineMap=void 0,rd.externalModuleIndicator=void 0,rd.setExternalModuleIndicator=void 0,rd.pragmas=void 0,rd.checkJsDirective=void 0,rd.referencedFiles=void 0,rd.typeReferenceDirectives=void 0,rd.libReferenceDirectives=void 0,rd.amdDependencies=void 0,rd.commentDirectives=void 0,rd.identifiers=void 0,rd.packageJsonLocations=void 0,rd.packageJsonScope=void 0,rd.imports=void 0,rd.moduleAugmentations=void 0,rd.ambientModuleNames=void 0,rd.classifiableNames=void 0,rd.impliedNodeFormat=void 0,rd}function Vc(ml){let Al=Object.create(ml.redirectTarget);return Object.defineProperties(Al,{id:{get(){return this.redirectInfo.redirectTarget.id},set(ml){this.redirectInfo.redirectTarget.id=ml}},symbol:{get(){return this.redirectInfo.redirectTarget.symbol},set(ml){this.redirectInfo.redirectTarget.symbol=ml}}}),Al.redirectInfo=ml,Al}function Zu(ml){let Al=Vc(ml.redirectInfo);return Al.flags|=ml.flags&-17,Al.fileName=ml.fileName,Al.path=ml.path,Al.resolvedPath=ml.resolvedPath,Al.originalFileName=ml.originalFileName,Al.packageJsonLocations=ml.packageJsonLocations,Al.packageJsonScope=ml.packageJsonScope,Al.emitNode=void 0,Al}function ep(ml){let Rl=Al.createBaseSourceFileNode(308);Rl.flags|=ml.flags&-17;for(let Al in ml)if(!(Or(Rl,Al)||!Or(ml,Al))){if(Al==="emitNode"){Rl.emitNode=void 0;continue}Rl[Al]=ml[Al]}return Rl}function Ys(ml){let Al=ml.redirectInfo?Zu(ml):ep(ml);return Rl(Al,ml),Al}function Hs(ml,Al,Rl,zl,rd,yh,kh){let Qh=Ys(ml);return Qh.statements=me(Al),Qh.isDeclarationFile=Rl,Qh.referencedFiles=zl,Qh.typeReferenceDirectives=rd,Qh.hasNoDefaultLib=yh,Qh.libReferenceDirectives=kh,Qh.transformFlags=Ae(Qh.statements)|z(Qh.endOfFileToken),Qh}function tp(ml,Al,Rl=ml.isDeclarationFile,zl=ml.referencedFiles,rd=ml.typeReferenceDirectives,yh=!1,kh=ml.libReferenceDirectives){return ml.statements!==Al||ml.isDeclarationFile!==Rl||ml.referencedFiles!==zl||ml.typeReferenceDirectives!==rd||ml.libReferenceDirectives!==kh?J(Hs(ml,Al,Rl,zl,rd,!1,kh),ml):ml}function Wc(ml){let Al=I(309);return Al.sourceFiles=ml,Al.syntheticFileReferences=void 0,Al.syntheticTypeReferences=void 0,Al.syntheticLibReferences=void 0,Al}function Gc(ml,Al){return ml.sourceFiles!==Al?J(Wc(Al),ml):ml}function np(ml,Al=!1,Rl){let zl=I(238);return zl.type=ml,zl.isSpread=Al,zl.tupleNameSource=Rl,zl}function rp(ml){let Al=I(353);return Al._children=ml,Al}function Ia(ml){let Al=I(354);return Al.original=ml,yn(Al,ml),Al}function Xs(ml,Al){let Rl=I(356);return Rl.expression=ml,Rl.original=Al,Rl.transformFlags|=z(Rl.expression)|1,yn(Rl,Al),Rl}function Yc(ml,Al){return ml.expression!==Al?J(Xs(Al,ml.original),ml):ml}function ip(){return I(355)}function ap(ml){if(Ba(ml)&&!Tl(ml)&&!ml.original&&!ml.emitNode&&!ml.id){if(yv(ml))return ml.elements;if(ra(ml)&&tv(ml.operatorToken))return[ml.left,ml.right]}return ml}function $s(ml){let Al=I(357);return Al.elements=me(ky(ml,ap)),Al.transformFlags|=Ae(Al.elements),Al}function sp(ml,Al){return ml.elements!==Al?J($s(Al),ml):ml}function Qs(ml,Al){let Rl=I(358);return Rl.expression=ml,Rl.thisArg=Al,Rl.transformFlags|=z(Rl.expression)|z(Rl.thisArg),Rl}function Hc(ml,Al,Rl){return ml.expression!==Al||ml.thisArg!==Rl?J(Qs(Al,Rl),ml):ml}function Xc(ml){let Al=bn(ml.escapedText);return Al.flags|=ml.flags&-17,Al.transformFlags=ml.transformFlags,Rl(Al,ml),setIdentifierAutoGenerate(Al,{...ml.emitNode.autoGenerate}),Al}function _p(ml){let Al=bn(ml.escapedText);Al.flags|=ml.flags&-17,Al.jsDoc=ml.jsDoc,Al.flowNode=ml.flowNode,Al.symbol=ml.symbol,Al.transformFlags=ml.transformFlags,Rl(Al,ml);let zl=getIdentifierTypeArguments(ml);return zl&&setIdentifierTypeArguments(Al,zl),Al}function op(ml){let Al=On(ml.escapedText);return Al.flags|=ml.flags&-17,Al.transformFlags=ml.transformFlags,Rl(Al,ml),setIdentifierAutoGenerate(Al,{...ml.emitNode.autoGenerate}),Al}function $c(ml){let Al=On(ml.escapedText);return Al.flags|=ml.flags&-17,Al.transformFlags=ml.transformFlags,Rl(Al,ml),Al}function Oa(ml){if(ml===void 0)return ml;if(ih(ml))return Ys(ml);if(za(ml))return Xc(ml);if(et(ml))return _p(ml);if(_1(ml))return op(ml);if(xi(ml))return $c(ml);let zl=bf(ml.kind)?Al.createBaseNode(ml.kind):Al.createBaseTokenNode(ml.kind);zl.flags|=ml.flags&-17,zl.transformFlags=ml.transformFlags,Rl(zl,ml);for(let Al in ml)Or(zl,Al)||!Or(ml,Al)||(zl[Al]=ml[Al]);return zl}function cp(ml,Al,Rl){return Ni(ls(void 0,void 0,void 0,void 0,Al?[Al]:[],void 0,Vr(ml,!0)),void 0,Rl?[Rl]:[])}function lp(ml,Al,Rl){return Ni(us(void 0,void 0,Al?[Al]:[],void 0,void 0,Vr(ml,!0)),void 0,Rl?[Rl]:[])}function qi(){return ps(V("0"))}function Qc(ml){return Sa(void 0,!1,ml)}function Kc(ml){return wa(void 0,!1,Is([ka(!1,void 0,ml)]))}function up(ml,Al){return Al==="null"?rA.createStrictEquality(ml,Jt()):Al==="undefined"?rA.createStrictEquality(ml,qi()):rA.createStrictEquality(ha(ml),mt(Al))}function Ks(ml,Al){return Al==="null"?rA.createStrictInequality(ml,Jt()):Al==="undefined"?rA.createStrictInequality(ml,qi()):rA.createStrictInequality(ha(ml),mt(Al))}function Yr(ml,Al,Rl){return Ld(ml)?_s(Di(ml,void 0,Al),void 0,void 0,Rl):Ni(lr(ml,Al),void 0,Rl)}function pp(ml,Al,Rl){return Yr(ml,"bind",[Al,...Rl])}function fp(ml,Al,Rl){return Yr(ml,"call",[Al,...Rl])}function dp(ml,Al,Rl){return Yr(ml,"apply",[Al,Rl])}function Fi(ml,Al,Rl){return Yr(He(ml),Al,Rl)}function mp(ml,Al){return Yr(ml,"slice",Al===void 0?[]:[Cr(Al)])}function zi(ml,Al){return Yr(ml,"concat",Al)}function hp(ml,Al,Rl){return Fi("Object","defineProperty",[ml,Cr(Al),Rl])}function Zs(ml,Al){return Fi("Object","getOwnPropertyDescriptor",[ml,Cr(Al)])}function li(ml,Al,Rl){return Fi("Reflect","get",Rl?[ml,Al,Rl]:[ml,Al])}function Zc(ml,Al,Rl,zl){return Fi("Reflect","set",zl?[ml,Al,Rl,zl]:[ml,Al,Rl])}function ui(ml,Al,Rl){return Rl?(ml.push(Na(Al,Rl)),!0):!1}function yp(ml,Al){let Rl=[];ui(Rl,"enumerable",Cr(ml.enumerable)),ui(Rl,"configurable",Cr(ml.configurable));let zl=ui(Rl,"writable",Cr(ml.writable));zl=ui(Rl,"value",ml.value)||zl;let rd=ui(Rl,"get",ml.get);return rd=ui(Rl,"set",ml.set)||rd,P_.assert(!(zl&&rd),"A PropertyDescriptor may not be both an accessor descriptor and a data descriptor."),Ci(Rl,!Al)}function el(ml,Al){switch(ml.kind){case 218:return z_(ml,Al);case 217:return F_(ml,ml.type,Al);case 235:return ba(ml,Al,ml.type);case 239:return _o(ml,Al,ml.type);case 236:return so(ml,Al);case 234:return io(ml,Al,ml.typeArguments);case 356:return Yc(ml,Al)}}function gp(ml){return Il(ml)&&Ba(ml)&&Ba(getSourceMapRange(ml))&&Ba(getCommentRange(ml))&&!nn(getSyntheticLeadingComments(ml))&&!nn(getSyntheticTrailingComments(ml))}function tl(ml,Al,Rl=63){return ml&&uh(ml,Rl)&&!gp(ml)?el(ml,tl(ml.expression,Al)):Al}function nl(ml,Al,Rl){if(!Al)return ml;let zl=Eo(Al,Al.label,K1(Al.statement)?nl(ml,Al.statement):ml);return Rl&&Rl(Al),zl}function e_(ml,Al){let Rl=Ef(ml);switch(Rl.kind){case 80:return Al;case 110:case 9:case 10:case 11:return!1;case 210:return Rl.elements.length!==0;case 211:return Rl.properties.length>0;default:return!0}}function rl(ml,Al,Rl,rd=!1){let yh=$f(ml,63),kh,Qh;return Fd(yh)?(kh=qt(),Qh=yh):Ip(yh)?(kh=qt(),Qh=Rl!==void 0&&Rl<2?yn(He("_super"),yh):yh):Ya(yh)&8192?(kh=qi(),Qh=zl().parenthesizeLeftSideOfAccess(yh,!1)):hr(yh)?e_(yh.expression,rd)?(kh=ar(Al),Qh=lr(yn(rA.createAssignment(kh,yh.expression),yh.expression),yh.name),yn(Qh,yh)):(kh=yh.expression,Qh=yh):Za(yh)?e_(yh.expression,rd)?(kh=ar(Al),Qh=Pi(yn(rA.createAssignment(kh,yh.expression),yh.expression),yh.argumentExpression),yn(Qh,yh)):(kh=yh.expression,Qh=yh):(kh=qi(),Qh=zl().parenthesizeLeftSideOfAccess(ml,!1)),{target:Qh,thisArg:kh}}function il(ml,Al){return lr(cs(Ci([U(void 0,"value",[br(void 0,void 0,ml,void 0,void 0,void 0)],Vr([Oi(Al)]))])),"value")}function o(ml){return ml.length>10?$s(ml):Ly(ml,rA.createComma)}function p(ml,Al,Rl,zl=0,rd){let yh=rd?ml&&mf(ml):t1(ml);if(yh&&et(yh)&&!za(yh)){let ml=Df(yn(Oa(yh),yh),yh.parent);return zl|=Ya(yh),Rl||(zl|=96),Al||(zl|=3072),zl&&setEmitFlags(ml,zl),ml}return qn(ml)}function m(ml,Al,Rl){return p(ml,Al,Rl,98304)}function g(ml,Al,Rl,zl){return p(ml,Al,Rl,32768,zl)}function v(ml,Al,Rl){return p(ml,Al,Rl,16384)}function P(ml,Al,Rl){return p(ml,Al,Rl)}function Q(ml,Al,Rl,zl){let rd=lr(ml,Ba(Al)?Al:Oa(Al));yn(rd,Al);let yh=0;return zl||(yh|=96),Rl||(yh|=3072),yh&&setEmitFlags(rd,yh),rd}function _e(ml,Al,Rl,zl){return ml&&k_(Al,32)?Q(ml,p(Al),Rl,zl):v(Al,Rl,zl)}function ee(ml,Al,Rl,zl){let rd=Ue(ml,Al,0,Rl);return Re(ml,Al,rd,zl)}function te(ml){return Lr(ml.expression)&&ml.expression.text==="use strict"}function ce(){return Rv(Oi(mt("use strict")))}function Ue(ml,Al,Rl=0,zl){P_.assert(Al.length===0,"Prologue directives should be at the first statement in the target statements array");let rd=!1,yh=ml.length;for(;RlQh&&t_.splice(rd,0,...Al.slice(Qh,cf)),Qh>kh&&t_.splice(zl,0,...Al.slice(kh,Qh)),kh>yh&&t_.splice(Rl,0,...Al.slice(yh,kh)),yh>0)if(Rl===0)t_.splice(0,0,...Al.slice(0,yh));else{let zl=new Map;for(let Al=0;Al=0;ml--){let Rl=Al[ml];zl.has(Rl.expression.text)||t_.unshift(Rl)}}return gi(ml)?yn(me(t_,ml.hasTrailingComma),ml):ml}function fr(ml,Al){let Rl;return typeof Al=="number"?Rl=vn(Al):Rl=Al,If(ml)?_r(ml,Rl,ml.name,ml.constraint,ml.default):v_(ml)?vr(ml,Rl,ml.dotDotDotToken,ml.name,ml.questionToken,ml.type,ml.initializer):Jf(ml)?Ge(ml,Rl,ml.typeParameters,ml.parameters,ml.type):O1(ml)?Wn(ml,Rl,ml.name,ml.questionToken,ml.type):Xa(ml)?L(ml,Rl,ml.name,ml.questionToken??ml.exclamationToken,ml.type,ml.initializer):M1(ml)?fe(ml,Rl,ml.name,ml.questionToken,ml.typeParameters,ml.parameters,ml.type):x_(ml)?$e(ml,Rl,ml.asteriskToken,ml.name,ml.questionToken,ml.typeParameters,ml.parameters,ml.type,ml.body):Of(ml)?Rr(ml,Rl,ml.parameters,ml.body):kl(ml)?Gn(ml,Rl,ml.name,ml.parameters,ml.type,ml.body):T_(ml)?K(ml,Rl,ml.name,ml.parameters,ml.body):Mf(ml)?tt(ml,Rl,ml.parameters,ml.type):Bf(ml)?V_(ml,Rl,ml.asteriskToken,ml.name,ml.typeParameters,ml.parameters,ml.type,ml.body):qf(ml)?W_(ml,Rl,ml.typeParameters,ml.parameters,ml.type,ml.equalsGreaterThanToken,ml.body):El(ml)?ms(ml,Rl,ml.name,ml.typeParameters,ml.heritageClauses,ml.members):es(ml)?lo(ml,Rl,ml.declarationList):zf(ml)?As(ml,Rl,ml.asteriskToken,ml.name,ml.typeParameters,ml.parameters,ml.type,ml.body):$a(ml)?Ta(ml,Rl,ml.name,ml.typeParameters,ml.heritageClauses,ml.members):E_(ml)?Mo(ml,Rl,ml.name,ml.typeParameters,ml.heritageClauses,ml.members):Ml(ml)?wr(ml,Rl,ml.name,ml.typeParameters,ml.type):eh(ml)?kr(ml,Rl,ml.name,ml.members):Si(ml)?At(ml,Rl,ml.name,ml.body):Vf(ml)?Bo(ml,Rl,ml.isTypeOnly,ml.name,ml.moduleReference):Wf(ml)?Fo(ml,Rl,ml.importClause,ml.moduleSpecifier,ml.attributes):Gf(ml)?Li(ml,Rl,ml.expression):Yf(ml)?ec(ml,Rl,ml.isTypeOnly,ml.exportClause,ml.moduleSpecifier,ml.attributes):P_.assertNever(ml)}function Jn(ml,Al){return v_(ml)?vr(ml,Al,ml.dotDotDotToken,ml.name,ml.questionToken,ml.type,ml.initializer):Xa(ml)?L(ml,Al,ml.name,ml.questionToken??ml.exclamationToken,ml.type,ml.initializer):x_(ml)?$e(ml,Al,ml.asteriskToken,ml.name,ml.questionToken,ml.typeParameters,ml.parameters,ml.type,ml.body):kl(ml)?Gn(ml,Al,ml.name,ml.parameters,ml.type,ml.body):T_(ml)?K(ml,Al,ml.name,ml.parameters,ml.body):El(ml)?ms(ml,Al,ml.name,ml.typeParameters,ml.heritageClauses,ml.members):$a(ml)?Ta(ml,Al,ml.name,ml.typeParameters,ml.heritageClauses,ml.members):P_.assertNever(ml)}function Hr(ml,Al){switch(ml.kind){case 178:return Gn(ml,ml.modifiers,Al,ml.parameters,ml.type,ml.body);case 179:return K(ml,ml.modifiers,Al,ml.parameters,ml.body);case 175:return $e(ml,ml.modifiers,ml.asteriskToken,Al,ml.questionToken,ml.typeParameters,ml.parameters,ml.type,ml.body);case 174:return fe(ml,ml.modifiers,Al,ml.questionToken,ml.typeParameters,ml.parameters,ml.type);case 173:return L(ml,ml.modifiers,Al,ml.questionToken??ml.exclamationToken,ml.type,ml.initializer);case 172:return Wn(ml,ml.modifiers,Al,ml.questionToken,ml.type);case 304:return Ws(ml,Al,ml.initializer)}}function Ie(ml){return ml?me(ml):void 0}function nt(ml){return typeof ml=="string"?He(ml):ml}function Cr(ml){return typeof ml=="string"?mt(ml):typeof ml=="number"?V(ml):typeof ml=="boolean"?ml?lt():sr():ml}function Vi(ml){return ml&&zl().parenthesizeExpressionForDisallowedComma(ml)}function bp(ml){return typeof ml=="number"?ct(ml):ml}function Qn(ml){return ml&&gv(ml)?yn(Rl(uo(),ml),ml):ml}function wn(ml){return typeof ml=="string"||ml&&!Ff(ml)?xa(ml,void 0,void 0,void 0):ml}function J(ml,Al){return ml!==Al&&(Rl(ml,Al),yn(ml,Al)),ml}}function pl(ml){switch(ml){case 345:return"type";case 343:return"returns";case 344:return"this";case 341:return"enum";case 331:return"author";case 333:return"class";case 334:return"public";case 335:return"private";case 336:return"protected";case 337:return"readonly";case 338:return"override";case 346:return"template";case 347:return"typedef";case 342:return"param";case 349:return"prop";case 339:return"callback";case 340:return"overload";case 329:return"augments";case 330:return"implements";case 352:return"import";default:return P_.fail(`Unsupported kind: ${P_.formatSyntaxKind(ml)}`)}}var _w,mw={};function Hb(ml,Al){switch(_w||(_w=uf(99,!1,0)),ml){case 15:_w.setText("`"+Al+"`");break;case 16:_w.setText("`"+Al+"${");break;case 17:_w.setText("}"+Al+"${");break;case 18:_w.setText("}"+Al+"`");break}let Rl=_w.scan();if(Rl===20&&(Rl=_w.reScanTemplateToken(!1)),_w.isUnterminated())return _w.setText(void 0),mw;let zl;switch(Rl){case 15:case 16:case 17:case 18:zl=_w.getTokenValue();break}return zl===void 0||_w.scan()!==1?(_w.setText(void 0),mw):(_w.setText(void 0),zl)}function Rn(ml){return ml&&et(ml)?qa(ml):z(ml)}function qa(ml){return z(ml)&-67108865}function Xb(ml,Al){return Al|ml.transformFlags&134234112}function z(ml){if(!ml)return 0;let Al=ml.transformFlags&~$b(ml.kind);return Mg(ml)&&o1(ml.name)?Xb(ml.name,Al):Al}function Ae(ml){return ml?ml.transformFlags:0}function Xd(ml){let Al=0;for(let Rl of ml)Al|=z(Rl);ml.transformFlags=Al}function $b(ml){if(ml>=183&&ml<=206)return-2;switch(ml){case 214:case 215:case 210:return-2147450880;case 268:return-1941676032;case 170:return-2147483648;case 220:return-2072174592;case 219:case 263:return-1937940480;case 262:return-2146893824;case 264:case 232:return-2147344384;case 177:return-1937948672;case 173:return-2013249536;case 175:case 178:case 179:return-2005057536;case 133:case 150:case 163:case 146:case 154:case 151:case 136:case 155:case 116:case 169:case 172:case 174:case 180:case 181:case 182:case 265:case 266:return-2;case 211:return-2147278848;case 300:return-2147418112;case 207:case 208:return-2147450880;case 217:case 239:case 235:case 356:case 218:case 108:return-2147483648;case 212:case 213:return-2147483648;default:return-2147483648}}var gw=Wb();function i_(ml){return ml.flags|=16,ml}var Aw={createBaseSourceFileNode:ml=>i_(gw.createBaseSourceFileNode(ml)),createBaseIdentifierNode:ml=>i_(gw.createBaseIdentifierNode(ml)),createBasePrivateIdentifierNode:ml=>i_(gw.createBasePrivateIdentifierNode(ml)),createBaseTokenNode:ml=>i_(gw.createBaseTokenNode(ml)),createBaseNode:ml=>i_(gw.createBaseNode(ml))},yw=Pf(4,Aw);function Kb(ml,Al){if(ml.original!==Al&&(ml.original=Al,Al)){let Rl=Al.emitNode;Rl&&(ml.emitNode=Zb(Rl,ml.emitNode))}return ml}function Zb(ml,Al){let{flags:Rl,internalFlags:zl,leadingComments:rd,trailingComments:yh,commentRange:kh,sourceMapRange:Qh,tokenSourceMapRanges:cf,constantValue:t_,helpers:r_,startsOnNewLine:u_,snippetElement:C_,classThis:D_,assignedName:S_}=ml;if(Al||(Al={}),Rl&&(Al.flags=Rl),zl&&(Al.internalFlags=zl&-9),rd&&(Al.leadingComments=Dn(rd.slice(),Al.leadingComments)),yh&&(Al.trailingComments=Dn(yh.slice(),Al.trailingComments)),kh&&(Al.commentRange=kh),Qh&&(Al.sourceMapRange=Qh),cf&&(Al.tokenSourceMapRanges=ev(cf,Al.tokenSourceMapRanges)),t_!==void 0&&(Al.constantValue=t_),r_)for(let ml of r_)Al.helpers=Dy(Al.helpers,ml);return u_!==void 0&&(Al.startsOnNewLine=u_),C_!==void 0&&(Al.snippetElement=C_),D_&&(Al.classThis=D_),S_&&(Al.assignedName=S_),Al}function ev(ml,Al){Al||(Al=[]);for(let Rl in ml)Al[Rl]=ml[Rl];return Al}function sa(ml){return ml.kind===9}function P1(ml){return ml.kind===10}function Lr(ml){return ml.kind===11}function N1(ml){return ml.kind===15}function tv(ml){return ml.kind===28}function $d(ml){return ml.kind===54}function Qd(ml){return ml.kind===58}function et(ml){return ml.kind===80}function xi(ml){return ml.kind===81}function nv(ml){return ml.kind===95}function fl(ml){return ml.kind===134}function Ip(ml){return ml.kind===108}function rv(ml){return ml.kind===102}function I1(ml){return ml.kind===167}function Nf(ml){return ml.kind===168}function If(ml){return ml.kind===169}function v_(ml){return ml.kind===170}function Ka(ml){return ml.kind===171}function O1(ml){return ml.kind===172}function Xa(ml){return ml.kind===173}function M1(ml){return ml.kind===174}function x_(ml){return ml.kind===175}function Of(ml){return ml.kind===177}function kl(ml){return ml.kind===178}function T_(ml){return ml.kind===179}function L1(ml){return ml.kind===180}function j1(ml){return ml.kind===181}function Mf(ml){return ml.kind===182}function J1(ml){return ml.kind===183}function Lf(ml){return ml.kind===184}function jf(ml){return ml.kind===185}function Jf(ml){return ml.kind===186}function iv(ml){return ml.kind===187}function R1(ml){return ml.kind===188}function av(ml){return ml.kind===189}function sv(ml){return ml.kind===190}function U1(ml){return ml.kind===203}function _v(ml){return ml.kind===191}function ov(ml){return ml.kind===192}function B1(ml){return ml.kind===193}function q1(ml){return ml.kind===194}function cv(ml){return ml.kind===195}function lv(ml){return ml.kind===196}function F1(ml){return ml.kind===197}function uv(ml){return ml.kind===198}function z1(ml){return ml.kind===199}function pv(ml){return ml.kind===200}function V1(ml){return ml.kind===201}function fv(ml){return ml.kind===202}function dv(ml){return ml.kind===206}function W1(ml){return ml.kind===209}function G1(ml){return ml.kind===210}function Rf(ml){return ml.kind===211}function hr(ml){return ml.kind===212}function Za(ml){return ml.kind===213}function Uf(ml){return ml.kind===214}function Y1(ml){return ml.kind===216}function Il(ml){return ml.kind===218}function Bf(ml){return ml.kind===219}function qf(ml){return ml.kind===220}function mv(ml){return ml.kind===223}function H1(ml){return ml.kind===225}function ra(ml){return ml.kind===227}function X1(ml){return ml.kind===231}function El(ml){return ml.kind===232}function $1(ml){return ml.kind===233}function Q1(ml){return ml.kind===234}function yl(ml){return ml.kind===236}function hv(ml){return ml.kind===237}function yv(ml){return ml.kind===357}function es(ml){return ml.kind===244}function Ol(ml){return ml.kind===245}function K1(ml){return ml.kind===257}function Ff(ml){return ml.kind===261}function Z1(ml){return ml.kind===262}function zf(ml){return ml.kind===263}function $a(ml){return ml.kind===264}function E_(ml){return ml.kind===265}function Ml(ml){return ml.kind===266}function eh(ml){return ml.kind===267}function Si(ml){return ml.kind===268}function Vf(ml){return ml.kind===272}function Wf(ml){return ml.kind===273}function Gf(ml){return ml.kind===278}function Yf(ml){return ml.kind===279}function th(ml){return ml.kind===280}function gv(ml){return ml.kind===354}function Hf(ml){return ml.kind===284}function Yp(ml){return ml.kind===287}function bv(ml){return ml.kind===290}function nh(ml){return ml.kind===296}function vv(ml){return ml.kind===298}function rh(ml){return ml.kind===304}function ih(ml){return ml.kind===308}function ah(ml){return ml.kind===310}function sh(ml){return ml.kind===315}function _h(ml){return ml.kind===318}function oh(ml){return ml.kind===321}function xv(ml){return ml.kind===323}function Ll(ml){return ml.kind===324}function Tv(ml){return ml.kind===329}function Sv(ml){return ml.kind===334}function wv(ml){return ml.kind===335}function kv(ml){return ml.kind===336}function Ev(ml){return ml.kind===337}function Av(ml){return ml.kind===338}function Cv(ml){return ml.kind===340}function Dv(ml){return ml.kind===332}function Hp(ml){return ml.kind===342}function Pv(ml){return ml.kind===343}function Xf(ml){return ml.kind===345}function ch(ml){return ml.kind===346}function Nv(ml){return ml.kind===330}function Iv(ml){return ml.kind===351}var bw=new WeakMap;function lh(ml,Al){var Rl;let zl=ml.kind;return bf(zl)?zl===353?ml._children:(Rl=bw.get(Al))==null?void 0:Rl.get(ml):u_}function Ov(ml,Al,Rl){ml.kind===353&&P_.fail("Should not need to re-set the children of a SyntaxList.");let zl=bw.get(Al);return zl===void 0&&(zl=new WeakMap,bw.set(Al,zl)),zl.set(ml,Rl),Rl}function Kd(ml,Al){var Rl;ml.kind===353&&P_.fail("Did not expect to unset the children of a SyntaxList."),(Rl=bw.get(Al))==null||Rl.delete(ml)}function Mv(ml,Al){let Rl=bw.get(ml);Rl!==void 0&&(bw.delete(ml),bw.set(Al,Rl))}function Zd(ml){return(Ya(ml)&32768)!==0}function Lv(ml){return Lr(ml.expression)&&ml.expression.text==="use strict"}function jv(ml){for(let Al of ml)if(hl(Al)){if(Lv(Al))return Al}else break}function Jv(ml){return Il(ml)&&aa(ml)&&!!Hg(ml)}function uh(ml,Al=63){switch(ml.kind){case 218:return Al&-2147483648&&Jv(ml)?!1:(Al&1)!==0;case 217:case 235:return(Al&2)!==0;case 239:return(Al&34)!==0;case 234:return(Al&16)!==0;case 236:return(Al&4)!==0;case 356:return(Al&8)!==0}return!1}function $f(ml,Al=63){for(;uh(ml,Al);)ml=ml.expression;return ml}function Rv(ml){return setStartsOnNewLine(ml,!0)}function c_(ml){if(l2(ml))return ml.name;if(_2(ml)){switch(ml.kind){case 304:return c_(ml.initializer);case 305:return ml.name;case 306:return c_(ml.expression)}return}return wl(ml,!0)?c_(ml.left):X1(ml)?c_(ml.expression):ml}function Uv(ml){switch(ml.kind){case 207:case 208:case 210:return ml.elements;case 211:return ml.properties}}function em(ml){if(ml){let Al=ml;for(;;){if(et(Al)||!Al.body)return et(Al)?Al:Al.name;Al=Al.body}}}var vw;(ml=>{function t(ml,Al,Rl,zl,rd,yh,kh){let Qh=Al>0?rd[Al-1]:void 0;return P_.assertEqual(Rl[Al],t),rd[Al]=ml.onEnter(zl[Al],Qh,kh),Rl[Al]=S(ml,t),Al}ml.enter=t;function a(ml,Al,Rl,zl,rd,yh,kh){P_.assertEqual(Rl[Al],a),P_.assertIsDefined(ml.onLeft),Rl[Al]=S(ml,a);let Qh=ml.onLeft(zl[Al].left,rd[Al],zl[Al]);return Qh?(W(Al,zl,Qh),c(Al,Rl,zl,rd,Qh)):Al}ml.left=a;function s(ml,Al,Rl,zl,rd,yh,kh){return P_.assertEqual(Rl[Al],s),P_.assertIsDefined(ml.onOperator),Rl[Al]=S(ml,s),ml.onOperator(zl[Al].operatorToken,rd[Al],zl[Al]),Al}ml.operator=s;function f(ml,Al,Rl,zl,rd,yh,kh){P_.assertEqual(Rl[Al],f),P_.assertIsDefined(ml.onRight),Rl[Al]=S(ml,f);let Qh=ml.onRight(zl[Al].right,rd[Al],zl[Al]);return Qh?(W(Al,zl,Qh),c(Al,Rl,zl,rd,Qh)):Al}ml.right=f;function h(ml,Al,Rl,zl,rd,yh,kh){P_.assertEqual(Rl[Al],h),Rl[Al]=S(ml,h);let Qh=ml.onExit(zl[Al],rd[Al]);if(Al>0){if(Al--,ml.foldState){let zl=Rl[Al]===h?"right":"left";rd[Al]=ml.foldState(rd[Al],Qh,zl)}}else yh.value=Qh;return Al}ml.exit=h;function b(ml,Al,Rl,zl,rd,yh,kh){return P_.assertEqual(Rl[Al],b),Al}ml.done=b;function S(ml,Al){switch(Al){case t:if(ml.onLeft)return a;case a:if(ml.onOperator)return s;case s:if(ml.onRight)return f;case f:return h;case h:return b;case b:return b;default:P_.fail("Invalid state")}}ml.nextState=S;function c(ml,Al,Rl,zl,rd){return ml++,Al[ml]=t,Rl[ml]=rd,zl[ml]=void 0,ml}function W(ml,Al,Rl){if(P_.shouldAssert(2))for(;ml>=0;)P_.assert(Al[ml]!==Rl,"Circular traversal detected."),ml--}})(vw||(vw={}));function nm(ml,Al){return typeof ml=="object"?Xp(!1,ml.prefix,ml.node,ml.suffix,Al):typeof ml=="string"?ml.length>0&&ml.charCodeAt(0)===35?ml.slice(1):ml:""}function Bv(ml,Al){return typeof ml=="string"?ml:qv(ml,P_.checkDefined(Al))}function qv(ml,Al){return _1(ml)?Al(ml).slice(1):za(ml)?Al(ml):xi(ml)?ml.escapedText.slice(1):Pn(ml)}function Xp(ml,Al,Rl,zl,rd){return Al=nm(Al,rd),zl=nm(zl,rd),Rl=Bv(Rl,rd),`${ml?"#":""}${Al}${Rl}${zl}`}function ph(ml){if(ml.transformFlags&65536)return!0;if(ml.transformFlags&128)for(let Al of Uv(ml)){let ml=c_(Al);if(ml&&c2(ml)&&(ml.transformFlags&65536||ml.transformFlags&128&&ph(ml)))return!0}return!1}function yn(ml,Al){return Al?vi(ml,Al.pos,Al.end):ml}function jl(ml){let Al=ml.kind;return Al===169||Al===170||Al===172||Al===173||Al===174||Al===175||Al===177||Al===178||Al===179||Al===182||Al===186||Al===219||Al===220||Al===232||Al===244||Al===263||Al===264||Al===265||Al===266||Al===267||Al===268||Al===272||Al===273||Al===278||Al===279}function Qf(ml){let Al=ml.kind;return Al===170||Al===173||Al===175||Al===178||Al===179||Al===232||Al===264}var Ew,ww,Cw,xw,Dw,Sw={createBaseSourceFileNode:ml=>new(Dw||(Dw=XA.getSourceFileConstructor()))(ml,-1,-1),createBaseIdentifierNode:ml=>new(Cw||(Cw=XA.getIdentifierConstructor()))(ml,-1,-1),createBasePrivateIdentifierNode:ml=>new(xw||(xw=XA.getPrivateIdentifierConstructor()))(ml,-1,-1),createBaseTokenNode:ml=>new(ww||(ww=XA.getTokenConstructor()))(ml,-1,-1),createBaseNode:ml=>new(Ew||(Ew=XA.getNodeConstructor()))(ml,-1,-1)},kw=Pf(1,Sw);function T(ml,Al){return Al&&ml(Al)}function ie(ml,Al,Rl){if(Rl){if(Al)return Al(Rl);for(let Al of Rl){let Rl=ml(Al);if(Rl)return Rl}}}function zv(ml,Al){return ml.charCodeAt(Al+1)===42&&ml.charCodeAt(Al+2)===42&&ml.charCodeAt(Al+3)!==47}function Vv(ml){return Bn(ml.statements,Wv)||Gv(ml)}function Wv(ml){return jl(ml)&&Yv(ml,95)||Vf(ml)&&Hf(ml.moduleReference)||Wf(ml)||Gf(ml)||Yf(ml)?ml:void 0}function Gv(ml){return ml.flags&8388608?fh(ml):void 0}function fh(ml){return Hv(ml)?ml:$t(ml,fh)}function Yv(ml,Al){return nn(ml.modifiers,ml=>ml.kind===Al)}function Hv(ml){return hv(ml)&&ml.keywordToken===102&&ml.name.escapedText==="meta"}var Tw={167:function(ml,Al,Rl){return T(Al,ml.left)||T(Al,ml.right)},169:function(ml,Al,Rl){return ie(Al,Rl,ml.modifiers)||T(Al,ml.name)||T(Al,ml.constraint)||T(Al,ml.default)||T(Al,ml.expression)},305:function(ml,Al,Rl){return ie(Al,Rl,ml.modifiers)||T(Al,ml.name)||T(Al,ml.questionToken)||T(Al,ml.exclamationToken)||T(Al,ml.equalsToken)||T(Al,ml.objectAssignmentInitializer)},306:function(ml,Al,Rl){return T(Al,ml.expression)},170:function(ml,Al,Rl){return ie(Al,Rl,ml.modifiers)||T(Al,ml.dotDotDotToken)||T(Al,ml.name)||T(Al,ml.questionToken)||T(Al,ml.type)||T(Al,ml.initializer)},173:function(ml,Al,Rl){return ie(Al,Rl,ml.modifiers)||T(Al,ml.name)||T(Al,ml.questionToken)||T(Al,ml.exclamationToken)||T(Al,ml.type)||T(Al,ml.initializer)},172:function(ml,Al,Rl){return ie(Al,Rl,ml.modifiers)||T(Al,ml.name)||T(Al,ml.questionToken)||T(Al,ml.type)||T(Al,ml.initializer)},304:function(ml,Al,Rl){return ie(Al,Rl,ml.modifiers)||T(Al,ml.name)||T(Al,ml.questionToken)||T(Al,ml.exclamationToken)||T(Al,ml.initializer)},261:function(ml,Al,Rl){return T(Al,ml.name)||T(Al,ml.exclamationToken)||T(Al,ml.type)||T(Al,ml.initializer)},209:function(ml,Al,Rl){return T(Al,ml.dotDotDotToken)||T(Al,ml.propertyName)||T(Al,ml.name)||T(Al,ml.initializer)},182:function(ml,Al,Rl){return ie(Al,Rl,ml.modifiers)||ie(Al,Rl,ml.typeParameters)||ie(Al,Rl,ml.parameters)||T(Al,ml.type)},186:function(ml,Al,Rl){return ie(Al,Rl,ml.modifiers)||ie(Al,Rl,ml.typeParameters)||ie(Al,Rl,ml.parameters)||T(Al,ml.type)},185:function(ml,Al,Rl){return ie(Al,Rl,ml.modifiers)||ie(Al,Rl,ml.typeParameters)||ie(Al,Rl,ml.parameters)||T(Al,ml.type)},180:om,181:om,175:function(ml,Al,Rl){return ie(Al,Rl,ml.modifiers)||T(Al,ml.asteriskToken)||T(Al,ml.name)||T(Al,ml.questionToken)||T(Al,ml.exclamationToken)||ie(Al,Rl,ml.typeParameters)||ie(Al,Rl,ml.parameters)||T(Al,ml.type)||T(Al,ml.body)},174:function(ml,Al,Rl){return ie(Al,Rl,ml.modifiers)||T(Al,ml.name)||T(Al,ml.questionToken)||ie(Al,Rl,ml.typeParameters)||ie(Al,Rl,ml.parameters)||T(Al,ml.type)},177:function(ml,Al,Rl){return ie(Al,Rl,ml.modifiers)||T(Al,ml.name)||ie(Al,Rl,ml.typeParameters)||ie(Al,Rl,ml.parameters)||T(Al,ml.type)||T(Al,ml.body)},178:function(ml,Al,Rl){return ie(Al,Rl,ml.modifiers)||T(Al,ml.name)||ie(Al,Rl,ml.typeParameters)||ie(Al,Rl,ml.parameters)||T(Al,ml.type)||T(Al,ml.body)},179:function(ml,Al,Rl){return ie(Al,Rl,ml.modifiers)||T(Al,ml.name)||ie(Al,Rl,ml.typeParameters)||ie(Al,Rl,ml.parameters)||T(Al,ml.type)||T(Al,ml.body)},263:function(ml,Al,Rl){return ie(Al,Rl,ml.modifiers)||T(Al,ml.asteriskToken)||T(Al,ml.name)||ie(Al,Rl,ml.typeParameters)||ie(Al,Rl,ml.parameters)||T(Al,ml.type)||T(Al,ml.body)},219:function(ml,Al,Rl){return ie(Al,Rl,ml.modifiers)||T(Al,ml.asteriskToken)||T(Al,ml.name)||ie(Al,Rl,ml.typeParameters)||ie(Al,Rl,ml.parameters)||T(Al,ml.type)||T(Al,ml.body)},220:function(ml,Al,Rl){return ie(Al,Rl,ml.modifiers)||ie(Al,Rl,ml.typeParameters)||ie(Al,Rl,ml.parameters)||T(Al,ml.type)||T(Al,ml.equalsGreaterThanToken)||T(Al,ml.body)},176:function(ml,Al,Rl){return ie(Al,Rl,ml.modifiers)||T(Al,ml.body)},184:function(ml,Al,Rl){return T(Al,ml.typeName)||ie(Al,Rl,ml.typeArguments)},183:function(ml,Al,Rl){return T(Al,ml.assertsModifier)||T(Al,ml.parameterName)||T(Al,ml.type)},187:function(ml,Al,Rl){return T(Al,ml.exprName)||ie(Al,Rl,ml.typeArguments)},188:function(ml,Al,Rl){return ie(Al,Rl,ml.members)},189:function(ml,Al,Rl){return T(Al,ml.elementType)},190:function(ml,Al,Rl){return ie(Al,Rl,ml.elements)},193:cm,194:cm,195:function(ml,Al,Rl){return T(Al,ml.checkType)||T(Al,ml.extendsType)||T(Al,ml.trueType)||T(Al,ml.falseType)},196:function(ml,Al,Rl){return T(Al,ml.typeParameter)},206:function(ml,Al,Rl){return T(Al,ml.argument)||T(Al,ml.attributes)||T(Al,ml.qualifier)||ie(Al,Rl,ml.typeArguments)},303:function(ml,Al,Rl){return T(Al,ml.assertClause)},197:lm,199:lm,200:function(ml,Al,Rl){return T(Al,ml.objectType)||T(Al,ml.indexType)},201:function(ml,Al,Rl){return T(Al,ml.readonlyToken)||T(Al,ml.typeParameter)||T(Al,ml.nameType)||T(Al,ml.questionToken)||T(Al,ml.type)||ie(Al,Rl,ml.members)},202:function(ml,Al,Rl){return T(Al,ml.literal)},203:function(ml,Al,Rl){return T(Al,ml.dotDotDotToken)||T(Al,ml.name)||T(Al,ml.questionToken)||T(Al,ml.type)},207:um,208:um,210:function(ml,Al,Rl){return ie(Al,Rl,ml.elements)},211:function(ml,Al,Rl){return ie(Al,Rl,ml.properties)},212:function(ml,Al,Rl){return T(Al,ml.expression)||T(Al,ml.questionDotToken)||T(Al,ml.name)},213:function(ml,Al,Rl){return T(Al,ml.expression)||T(Al,ml.questionDotToken)||T(Al,ml.argumentExpression)},214:pm,215:pm,216:function(ml,Al,Rl){return T(Al,ml.tag)||T(Al,ml.questionDotToken)||ie(Al,Rl,ml.typeArguments)||T(Al,ml.template)},217:function(ml,Al,Rl){return T(Al,ml.type)||T(Al,ml.expression)},218:function(ml,Al,Rl){return T(Al,ml.expression)},221:function(ml,Al,Rl){return T(Al,ml.expression)},222:function(ml,Al,Rl){return T(Al,ml.expression)},223:function(ml,Al,Rl){return T(Al,ml.expression)},225:function(ml,Al,Rl){return T(Al,ml.operand)},230:function(ml,Al,Rl){return T(Al,ml.asteriskToken)||T(Al,ml.expression)},224:function(ml,Al,Rl){return T(Al,ml.expression)},226:function(ml,Al,Rl){return T(Al,ml.operand)},227:function(ml,Al,Rl){return T(Al,ml.left)||T(Al,ml.operatorToken)||T(Al,ml.right)},235:function(ml,Al,Rl){return T(Al,ml.expression)||T(Al,ml.type)},236:function(ml,Al,Rl){return T(Al,ml.expression)},239:function(ml,Al,Rl){return T(Al,ml.expression)||T(Al,ml.type)},237:function(ml,Al,Rl){return T(Al,ml.name)},228:function(ml,Al,Rl){return T(Al,ml.condition)||T(Al,ml.questionToken)||T(Al,ml.whenTrue)||T(Al,ml.colonToken)||T(Al,ml.whenFalse)},231:function(ml,Al,Rl){return T(Al,ml.expression)},242:fm,269:fm,308:function(ml,Al,Rl){return ie(Al,Rl,ml.statements)||T(Al,ml.endOfFileToken)},244:function(ml,Al,Rl){return ie(Al,Rl,ml.modifiers)||T(Al,ml.declarationList)},262:function(ml,Al,Rl){return ie(Al,Rl,ml.declarations)},245:function(ml,Al,Rl){return T(Al,ml.expression)},246:function(ml,Al,Rl){return T(Al,ml.expression)||T(Al,ml.thenStatement)||T(Al,ml.elseStatement)},247:function(ml,Al,Rl){return T(Al,ml.statement)||T(Al,ml.expression)},248:function(ml,Al,Rl){return T(Al,ml.expression)||T(Al,ml.statement)},249:function(ml,Al,Rl){return T(Al,ml.initializer)||T(Al,ml.condition)||T(Al,ml.incrementor)||T(Al,ml.statement)},250:function(ml,Al,Rl){return T(Al,ml.initializer)||T(Al,ml.expression)||T(Al,ml.statement)},251:function(ml,Al,Rl){return T(Al,ml.awaitModifier)||T(Al,ml.initializer)||T(Al,ml.expression)||T(Al,ml.statement)},252:dm,253:dm,254:function(ml,Al,Rl){return T(Al,ml.expression)},255:function(ml,Al,Rl){return T(Al,ml.expression)||T(Al,ml.statement)},256:function(ml,Al,Rl){return T(Al,ml.expression)||T(Al,ml.caseBlock)},270:function(ml,Al,Rl){return ie(Al,Rl,ml.clauses)},297:function(ml,Al,Rl){return T(Al,ml.expression)||ie(Al,Rl,ml.statements)},298:function(ml,Al,Rl){return ie(Al,Rl,ml.statements)},257:function(ml,Al,Rl){return T(Al,ml.label)||T(Al,ml.statement)},258:function(ml,Al,Rl){return T(Al,ml.expression)},259:function(ml,Al,Rl){return T(Al,ml.tryBlock)||T(Al,ml.catchClause)||T(Al,ml.finallyBlock)},300:function(ml,Al,Rl){return T(Al,ml.variableDeclaration)||T(Al,ml.block)},171:function(ml,Al,Rl){return T(Al,ml.expression)},264:mm,232:mm,265:function(ml,Al,Rl){return ie(Al,Rl,ml.modifiers)||T(Al,ml.name)||ie(Al,Rl,ml.typeParameters)||ie(Al,Rl,ml.heritageClauses)||ie(Al,Rl,ml.members)},266:function(ml,Al,Rl){return ie(Al,Rl,ml.modifiers)||T(Al,ml.name)||ie(Al,Rl,ml.typeParameters)||T(Al,ml.type)},267:function(ml,Al,Rl){return ie(Al,Rl,ml.modifiers)||T(Al,ml.name)||ie(Al,Rl,ml.members)},307:function(ml,Al,Rl){return T(Al,ml.name)||T(Al,ml.initializer)},268:function(ml,Al,Rl){return ie(Al,Rl,ml.modifiers)||T(Al,ml.name)||T(Al,ml.body)},272:function(ml,Al,Rl){return ie(Al,Rl,ml.modifiers)||T(Al,ml.name)||T(Al,ml.moduleReference)},273:function(ml,Al,Rl){return ie(Al,Rl,ml.modifiers)||T(Al,ml.importClause)||T(Al,ml.moduleSpecifier)||T(Al,ml.attributes)},274:function(ml,Al,Rl){return T(Al,ml.name)||T(Al,ml.namedBindings)},301:function(ml,Al,Rl){return ie(Al,Rl,ml.elements)},302:function(ml,Al,Rl){return T(Al,ml.name)||T(Al,ml.value)},271:function(ml,Al,Rl){return ie(Al,Rl,ml.modifiers)||T(Al,ml.name)},275:function(ml,Al,Rl){return T(Al,ml.name)},281:function(ml,Al,Rl){return T(Al,ml.name)},276:hm,280:hm,279:function(ml,Al,Rl){return ie(Al,Rl,ml.modifiers)||T(Al,ml.exportClause)||T(Al,ml.moduleSpecifier)||T(Al,ml.attributes)},277:ym,282:ym,278:function(ml,Al,Rl){return ie(Al,Rl,ml.modifiers)||T(Al,ml.expression)},229:function(ml,Al,Rl){return T(Al,ml.head)||ie(Al,Rl,ml.templateSpans)},240:function(ml,Al,Rl){return T(Al,ml.expression)||T(Al,ml.literal)},204:function(ml,Al,Rl){return T(Al,ml.head)||ie(Al,Rl,ml.templateSpans)},205:function(ml,Al,Rl){return T(Al,ml.type)||T(Al,ml.literal)},168:function(ml,Al,Rl){return T(Al,ml.expression)},299:function(ml,Al,Rl){return ie(Al,Rl,ml.types)},234:function(ml,Al,Rl){return T(Al,ml.expression)||ie(Al,Rl,ml.typeArguments)},284:function(ml,Al,Rl){return T(Al,ml.expression)},283:function(ml,Al,Rl){return ie(Al,Rl,ml.modifiers)},357:function(ml,Al,Rl){return ie(Al,Rl,ml.elements)},285:function(ml,Al,Rl){return T(Al,ml.openingElement)||ie(Al,Rl,ml.children)||T(Al,ml.closingElement)},289:function(ml,Al,Rl){return T(Al,ml.openingFragment)||ie(Al,Rl,ml.children)||T(Al,ml.closingFragment)},286:gm,287:gm,293:function(ml,Al,Rl){return ie(Al,Rl,ml.properties)},292:function(ml,Al,Rl){return T(Al,ml.name)||T(Al,ml.initializer)},294:function(ml,Al,Rl){return T(Al,ml.expression)},295:function(ml,Al,Rl){return T(Al,ml.dotDotDotToken)||T(Al,ml.expression)},288:function(ml,Al,Rl){return T(Al,ml.tagName)},296:function(ml,Al,Rl){return T(Al,ml.namespace)||T(Al,ml.name)},191:Xi,192:Xi,310:Xi,316:Xi,315:Xi,317:Xi,319:Xi,318:function(ml,Al,Rl){return ie(Al,Rl,ml.parameters)||T(Al,ml.type)},321:function(ml,Al,Rl){return(typeof ml.comment=="string"?void 0:ie(Al,Rl,ml.comment))||ie(Al,Rl,ml.tags)},348:function(ml,Al,Rl){return T(Al,ml.tagName)||T(Al,ml.name)||(typeof ml.comment=="string"?void 0:ie(Al,Rl,ml.comment))},311:function(ml,Al,Rl){return T(Al,ml.name)},312:function(ml,Al,Rl){return T(Al,ml.left)||T(Al,ml.right)},342:bm,349:bm,331:function(ml,Al,Rl){return T(Al,ml.tagName)||(typeof ml.comment=="string"?void 0:ie(Al,Rl,ml.comment))},330:function(ml,Al,Rl){return T(Al,ml.tagName)||T(Al,ml.class)||(typeof ml.comment=="string"?void 0:ie(Al,Rl,ml.comment))},329:function(ml,Al,Rl){return T(Al,ml.tagName)||T(Al,ml.class)||(typeof ml.comment=="string"?void 0:ie(Al,Rl,ml.comment))},346:function(ml,Al,Rl){return T(Al,ml.tagName)||T(Al,ml.constraint)||ie(Al,Rl,ml.typeParameters)||(typeof ml.comment=="string"?void 0:ie(Al,Rl,ml.comment))},347:function(ml,Al,Rl){return T(Al,ml.tagName)||(ml.typeExpression&&ml.typeExpression.kind===310?T(Al,ml.typeExpression)||T(Al,ml.fullName)||(typeof ml.comment=="string"?void 0:ie(Al,Rl,ml.comment)):T(Al,ml.fullName)||T(Al,ml.typeExpression)||(typeof ml.comment=="string"?void 0:ie(Al,Rl,ml.comment)))},339:function(ml,Al,Rl){return T(Al,ml.tagName)||T(Al,ml.fullName)||T(Al,ml.typeExpression)||(typeof ml.comment=="string"?void 0:ie(Al,Rl,ml.comment))},343:$i,345:$i,344:$i,341:$i,351:$i,350:$i,340:$i,324:function(ml,Al,Rl){return Bn(ml.typeParameters,Al)||Bn(ml.parameters,Al)||T(Al,ml.type)},325:Op,326:Op,327:Op,323:function(ml,Al,Rl){return Bn(ml.jsDocPropertyTags,Al)},328:di,333:di,334:di,335:di,336:di,337:di,332:di,338:di,352:$v,356:Qv};function om(ml,Al,Rl){return ie(Al,Rl,ml.typeParameters)||ie(Al,Rl,ml.parameters)||T(Al,ml.type)}function cm(ml,Al,Rl){return ie(Al,Rl,ml.types)}function lm(ml,Al,Rl){return T(Al,ml.type)}function um(ml,Al,Rl){return ie(Al,Rl,ml.elements)}function pm(ml,Al,Rl){return T(Al,ml.expression)||T(Al,ml.questionDotToken)||ie(Al,Rl,ml.typeArguments)||ie(Al,Rl,ml.arguments)}function fm(ml,Al,Rl){return ie(Al,Rl,ml.statements)}function dm(ml,Al,Rl){return T(Al,ml.label)}function mm(ml,Al,Rl){return ie(Al,Rl,ml.modifiers)||T(Al,ml.name)||ie(Al,Rl,ml.typeParameters)||ie(Al,Rl,ml.heritageClauses)||ie(Al,Rl,ml.members)}function hm(ml,Al,Rl){return ie(Al,Rl,ml.elements)}function ym(ml,Al,Rl){return T(Al,ml.propertyName)||T(Al,ml.name)}function gm(ml,Al,Rl){return T(Al,ml.tagName)||ie(Al,Rl,ml.typeArguments)||T(Al,ml.attributes)}function Xi(ml,Al,Rl){return T(Al,ml.type)}function bm(ml,Al,Rl){return T(Al,ml.tagName)||(ml.isNameFirst?T(Al,ml.name)||T(Al,ml.typeExpression):T(Al,ml.typeExpression)||T(Al,ml.name))||(typeof ml.comment=="string"?void 0:ie(Al,Rl,ml.comment))}function $i(ml,Al,Rl){return T(Al,ml.tagName)||T(Al,ml.typeExpression)||(typeof ml.comment=="string"?void 0:ie(Al,Rl,ml.comment))}function Op(ml,Al,Rl){return T(Al,ml.name)}function di(ml,Al,Rl){return T(Al,ml.tagName)||(typeof ml.comment=="string"?void 0:ie(Al,Rl,ml.comment))}function $v(ml,Al,Rl){return T(Al,ml.tagName)||T(Al,ml.importClause)||T(Al,ml.moduleSpecifier)||T(Al,ml.attributes)||(typeof ml.comment=="string"?void 0:ie(Al,Rl,ml.comment))}function Qv(ml,Al,Rl){return T(Al,ml.expression)}function $t(ml,Al,Rl){if(ml===void 0||ml.kind<=166)return;let zl=Tw[ml.kind];return zl===void 0?void 0:zl(ml,Al,Rl)}function vm(ml,Al,Rl){let zl=xm(ml),rd=[];for(;rd.length=0;--Al)zl.push(ml[Al]),rd.push(yh)}else{let Rl=Al(ml,yh);if(Rl){if(Rl==="skip")continue;return Rl}if(ml.kind>=167)for(let Al of xm(ml))zl.push(Al),rd.push(ml)}}}function xm(ml){let Al=[];return $t(ml,a,a),Al;function a(ml){Al.unshift(ml)}}function dh(ml){ml.externalModuleIndicator=Vv(ml)}function mh(ml,Al,Rl,zl=!1,rd){var yh,kh;(yh=eA)==null||yh.push(eA.Phase.Parse,"createSourceFile",{path:ml},!0),kd("beforeParse");let Qh,{languageVersion:cf,setExternalModuleIndicator:t_,impliedNodeFormat:r_,jsDocParsingMode:u_}=typeof Rl=="object"?Rl:{languageVersion:Rl};if(cf===100)Qh=Iw.parseSourceFile(ml,Al,cf,void 0,zl,6,Ha,u_);else{let Rl=r_===void 0?t_:ml=>(ml.impliedNodeFormat=r_,(t_||dh)(ml));Qh=Iw.parseSourceFile(ml,Al,cf,void 0,zl,rd,Rl,u_)}return kd("afterParse"),$y("Parse","beforeParse","afterParse"),(kh=eA)==null||kh.pop(),Qh}function hh(ml){return ml.externalModuleIndicator!==void 0}function Kv(ml,Al,Rl,zl=!1){let rd=Pw.updateSourceFile(ml,Al,Rl,zl);return rd.flags|=ml.flags&12582912,rd}var Iw;(ml=>{var Al=uf(99,!0),Rl=40960,zl,rd,yh,kh,Qh;function c(ml){return RA++,ml}var cf={createBaseSourceFileNode:ml=>c(new Qh(ml,0,0)),createBaseIdentifierNode:ml=>c(new yh(ml,0,0)),createBasePrivateIdentifierNode:ml=>c(new kh(ml,0,0)),createBaseTokenNode:ml=>c(new rd(ml,0,0)),createBaseNode:ml=>c(new zl(ml,0,0))},t_=Pf(11,cf),{createNodeArray:r_,createNumericLiteral:D_,createStringLiteral:S_,createLiteralLikeNode:Cg,createIdentifier:eA,createPrivateIdentifier:tA,createToken:rA,createArrayLiteralExpression:nA,createObjectLiteralExpression:iA,createPropertyAccessExpression:sA,createPropertyAccessChain:aA,createElementAccessExpression:oA,createElementAccessChain:lA,createCallExpression:cA,createCallChain:uA,createNewExpression:pA,createParenthesizedExpression:dA,createBlock:hA,createVariableStatement:fA,createExpressionStatement:_A,createIfStatement:mA,createWhileStatement:gA,createForStatement:AA,createForOfStatement:yA,createVariableDeclaration:bA,createVariableDeclarationList:vA}=t_,EA,wA,CA,xA,kA,TA,IA,BA,FA,PA,RA,NA,OA,QA,LA,MA,jA=!0,UA=!1;function _r(ml,Al,Rl,zl,rd=!1,yh,kh,Qh=0){var cf;if(yh=Ib(ml,yh),yh===6){let yh=vr(ml,Al,Rl,zl,rd);return convertToJson(yh,(cf=yh.statements[0])==null?void 0:cf.expression,yh.parseDiagnostics,!1,void 0),yh.referencedFiles=u_,yh.typeReferenceDirectives=u_,yh.libReferenceDirectives=u_,yh.amdDependencies=u_,yh.hasNoDefaultLib=!1,yh.pragmas=C_,yh}zn(ml,Al,Rl,zl,yh,Qh);let t_=Jr(Rl,rd,yh,kh||dh,Qh);return Vn(),t_}ml.parseSourceFile=_r;function br(ml,Al){zn("",ml,Al,void 0,1,0),B();let Rl=zr(!0),zl=u()===1&&!IA.length;return Vn(),zl?Rl:void 0}ml.parseIsolatedEntityName=br;function vr(ml,Al,Rl=2,zl,rd=!1){zn(ml,Al,Rl,zl,6,0),wA=MA,B();let yh=O(),kh,Qh;if(u()===1)kh=Dt([],yh,yh),Qh=Gt();else{let ml;for(;u()!==1;){let Al;switch(u()){case 23:Al=uc();break;case 112:case 97:case 106:Al=Gt();break;case 41:H(()=>B()===9&&B()!==59)?Al=Xo():Al=Rs();break;case 9:case 11:if(H(()=>B()!==59)){Al=Xn();break}default:Al=Rs();break}ml&&Kr(ml)?ml.push(Al):ml?ml=[ml,Al]:(ml=Al,u()!==1&&Ce(DA.Unexpected_token))}let Al=Kr(ml)?D(nA(ml),yh):P_.checkDefined(ml),Rl=_A(Al);D(Rl,yh),kh=Dt([Rl],yh),Qh=Hn(1,DA.Unexpected_token)}let cf=se(ml,2,6,!1,kh,Qh,wA,Ha);rd&&L(cf),cf.nodeCount=RA,cf.identifierCount=OA,cf.identifiers=NA,cf.parseDiagnostics=Hi(IA,cf),BA&&(cf.jsDocDiagnostics=Hi(BA,cf));let t_=cf;return Vn(),t_}ml.parseJsonText=vr;function zn(ml,Rl,cf,t_,r_,u_){switch(zl=XA.getNodeConstructor(),rd=XA.getTokenConstructor(),yh=XA.getIdentifierConstructor(),kh=XA.getPrivateIdentifierConstructor(),Qh=XA.getSourceFileConstructor(),EA=sg(ml),CA=Rl,xA=cf,FA=t_,kA=r_,TA=Wd(r_),IA=[],QA=0,NA=new Map,OA=0,RA=0,wA=0,jA=!0,kA){case 1:case 2:MA=524288;break;case 6:MA=134742016;break;default:MA=0;break}UA=!1,Al.setText(CA),Al.setOnError(ei),Al.setScriptTarget(xA),Al.setLanguageVariant(TA),Al.setScriptKind(kA),Al.setJSDocParsingMode(u_)}function Vn(){Al.clearCommentDirectives(),Al.setText(""),Al.setOnError(void 0),Al.setScriptKind(0),Al.setJSDocParsingMode(0),CA=void 0,xA=void 0,FA=void 0,kA=void 0,TA=void 0,wA=0,IA=void 0,BA=void 0,QA=0,NA=void 0,LA=void 0,jA=!0}function Jr(ml,Rl,zl,rd,yh){let kh=t6(EA);kh&&(MA|=33554432),wA=MA,B();let Qh=Tn(0,Ht);P_.assert(u()===1);let cf=qe(),t_=Pe(Gt(),cf),r_=se(EA,ml,zl,kh,Qh,t_,wA,rd);return i6(r_,CA),a6(r_,ce),r_.commentDirectives=Al.getCommentDirectives(),r_.nodeCount=RA,r_.identifierCount=OA,r_.identifiers=NA,r_.parseDiagnostics=Hi(IA,r_),r_.jsDocParsingMode=yh,BA&&(r_.jsDocDiagnostics=Hi(BA,r_)),Rl&&L(r_),r_;function ce(ml,Al,Rl){IA.push(Ja(EA,CA,ml,Al,Rl))}}let GA=!1;function Pe(ml,Al){if(!Al)return ml;P_.assert(!ml.jsDoc);let Rl=Ey(C2(ml,CA),Al=>HA.parseJSDocComment(ml,Al.pos,Al.end-Al.pos));return Rl.length&&(ml.jsDoc=Rl),GA&&(GA=!1,ml.flags|=536870912),ml}function xr(ml){let Rl=FA,zl=Pw.createSyntaxCursor(ml);FA={currentNode:ce};let rd=[],yh=IA;IA=[];let kh=0,Qh=ee(ml.statements,0);for(;Qh!==-1;){let Rl=ml.statements[kh],zl=ml.statements[Qh];Dn(rd,ml.statements,kh,Qh),kh=te(ml.statements,Qh);let cf=Sp(yh,ml=>ml.start>=Rl.pos),t_=cf>=0?Sp(yh,ml=>ml.start>=zl.pos,cf):-1;cf>=0&&Dn(IA,yh,cf,t_>=0?t_:void 0),pn(()=>{let Rl=MA;for(MA|=65536,Al.resetTokenState(zl.pos),B();u()!==1;){let Rl=Al.getTokenFullStart(),zl=os(0,Ht);if(rd.push(zl),Rl===Al.getTokenFullStart()&&B(),kh>=0){let Al=ml.statements[kh];if(zl.end===Al.pos)break;zl.end>Al.pos&&(kh=te(ml.statements,kh+1))}}MA=Rl},2),Qh=kh>=0?ee(ml.statements,kh):-1}if(kh>=0){let Al=ml.statements[kh];Dn(rd,ml.statements,kh);let Rl=Sp(yh,ml=>ml.start>=Al.pos);Rl>=0&&Dn(IA,yh,Rl)}return FA=Rl,t_.updateSourceFile(ml,yn(r_(rd),ml.statements));function _e(ml){return!(ml.flags&65536)&&!!(ml.transformFlags&67108864)}function ee(ml,Al){for(let Rl=Al;Rl118}function Te(){return u()===80?!0:u()===127&&Ee()||u()===135&&Xe()?!1:u()>118}function j(ml,Al,Rl=!0){return u()===ml?(Rl&&B(),!0):(Al?Ce(Al):Ce(DA._0_expected,rt(ml)),!1)}let qA=Object.keys(SA).filter(ml=>ml.length>2);function wt(ml){if(Y1(ml)){at(Ir(CA,ml.template.pos),ml.template.end,DA.Module_declaration_names_may_only_use_or_quoted_strings);return}let Rl=et(ml)?Pn(ml):void 0;if(!Rl||!Eg(Rl,xA)){Ce(DA._0_expected,rt(27));return}let zl=Ir(CA,ml.pos);switch(Rl){case"const":case"let":case"var":at(zl,ml.end,DA.Variable_declaration_not_allowed_at_this_location);return;case"declare":return;case"interface":Rt(DA.Interface_name_cannot_be_0,DA.Interface_must_be_given_a_name,19);return;case"is":at(zl,Al.getTokenStart(),DA.A_type_predicate_is_only_allowed_in_return_type_position_for_functions_and_methods);return;case"module":case"namespace":Rt(DA.Namespace_name_cannot_be_0,DA.Namespace_must_be_given_a_name,19);return;case"type":Rt(DA.Type_alias_name_cannot_be_0,DA.Type_alias_must_be_given_a_name,64);return}let rd=s_(Rl,qA,xt)??fn(Rl);if(rd){at(zl,ml.end,DA.Unknown_keyword_or_identifier_Did_you_mean_0,rd);return}u()!==0&&at(zl,ml.end,DA.Unexpected_keyword_or_identifier)}function Rt(ml,Rl,zl){u()===zl?Ce(Rl):Ce(ml,Al.getTokenValue())}function fn(ml){for(let Al of qA)if(ml.length>Al.length+2&&bl(ml,Al))return`${Al} ${ml.slice(Al.length)}`}function Wl(ml,Rl,zl){if(u()===60&&!Al.hasPrecedingLineBreak()){Ce(DA.Decorators_must_precede_the_name_and_all_keywords_of_property_declarations);return}if(u()===21){Ce(DA.Cannot_start_a_function_call_in_a_type_annotation),B();return}if(Rl&&!or()){zl?Ce(DA._0_expected,rt(27)):Ce(DA.Expected_for_property_initializer);return}if(!ua()){if(zl){Ce(DA._0_expected,rt(27));return}wt(ml)}}function I_(ml){return u()===ml?(ze(),!0):(P_.assert(Ap(ml)),Ce(DA._0_expected,rt(ml)),!1)}function Ur(ml,Al,Rl,zl){if(u()===Al){B();return}let rd=Ce(DA._0_expected,rt(Al));Rl&&rd&&ll(rd,Ja(EA,CA,zl,1,DA.The_parser_expected_to_find_a_1_to_match_the_0_token_here,rt(ml),rt(Al)))}function Je(ml){return u()===ml?(B(),!0):!1}function ft(ml){if(u()===ml)return Gt()}function Gl(ml){if(u()===ml)return Hl()}function Hn(ml,Al,Rl){return ft(ml)||Yt(ml,!1,Al||DA._0_expected,Rl||rt(ml))}function Yl(ml){let Al=Gl(ml);return Al||(P_.assert(Ap(ml)),Yt(ml,!1,DA._0_expected,rt(ml)))}function Gt(){let ml=O(),Al=u();return B(),D(rA(Al),ml)}function Hl(){let ml=O(),Al=u();return ze(),D(rA(Al),ml)}function or(){return u()===27?!0:u()===20||u()===1||Al.hasPrecedingLineBreak()}function ua(){return or()?(u()===27&&B(),!0):!1}function en(){return ua()||j(27)}function Dt(ml,Rl,zl,rd){let yh=r_(ml,rd);return vi(yh,Rl,zl??Al.getTokenFullStart()),yh}function D(ml,Rl,zl){return vi(ml,Rl,zl??Al.getTokenFullStart()),MA&&(ml.flags|=MA),UA&&(UA=!1,ml.flags|=262144),ml}function Yt(ml,Rl,zl,...rd){Rl?xn(Al.getTokenFullStart(),0,zl,...rd):zl&&Ce(zl,...rd);let yh=O(),kh=ml===80?eA("",void 0):jd(ml)?t_.createTemplateLiteralLikeNode(ml,"","",void 0):ml===9?D_("",void 0):ml===11?S_("",void 0):ml===283?t_.createMissingDeclaration():rA(ml);return D(kh,yh)}function Br(ml){let Al=NA.get(ml);return Al===void 0&&NA.set(ml,Al=ml),Al}function cr(ml,Rl,zl){if(ml){OA++;let ml=Al.hasPrecedingJSDocLeadingAsterisks()?Al.getTokenStart():O(),Rl=u(),zl=Br(Al.getTokenValue()),rd=Al.hasExtendedUnicodeEscape();return Me(),D(eA(zl,Rl,rd),ml)}if(u()===81)return Ce(zl||DA.Private_identifiers_are_not_allowed_outside_class_bodies),cr(!0);if(u()===0&&Al.tryScan(()=>Al.reScanInvalidIdentifier()===80))return cr(!0);OA++;let rd=u()===1,yh=Al.isReservedWord(),kh=Al.getTokenText(),Qh=yh?DA.Identifier_expected_0_is_a_reserved_word_that_cannot_be_used_here:DA.Identifier_expected;return Yt(80,rd,Rl||Qh,kh)}function is(ml){return cr(Ve(),void 0,ml)}function vt(ml,Al){return cr(Te(),ml,Al)}function Ut(ml){return cr(kt(u()),ml)}function ti(){return(Al.hasUnicodeEscape()||Al.hasExtendedUnicodeEscape())&&Ce(DA.Unicode_escape_sequence_cannot_appear_here),cr(kt(u()))}function Sr(){return kt(u())||u()===11||u()===9||u()===10}function O_(){return kt(u())||u()===11}function Xl(ml){if(u()===11||u()===9||u()===10){let ml=Xn();return ml.text=Br(ml.text),ml}return ml&&u()===23?$l():u()===81?pa():Ut()}function qr(){return Xl(!0)}function $l(){let ml=O();j(23);let Al=ut(At);return j(24),D(t_.createComputedPropertyName(Al),ml)}function pa(){let ml=O(),Rl=tA(Br(Al.getTokenValue()));return B(),D(Rl,ml)}function ni(ml){return u()===ml&&le(M_)}function as(){return B(),Al.hasPrecedingLineBreak()?!1:lr()}function M_(){switch(u()){case 87:return B()===94;case 95:return B(),u()===90?H(Di):u()===156?H(Ql):Ci();case 90:return Di();case 126:return B(),lr();case 139:case 153:return B(),Kl();default:return as()}}function Ci(){return u()===60||u()!==42&&u()!==130&&u()!==19&&lr()}function Ql(){return B(),Ci()}function L_(){return Xr(u())&&le(M_)}function lr(){return u()===23||u()===19||u()===42||u()===26||Sr()}function Kl(){return u()===23||Sr()}function Di(){return B(),u()===86||u()===100||u()===120||u()===60||u()===128&&H(wc)||u()===134&&H(kc)}function fa(ml,Al){if(ma(ml))return!0;switch(ml){case 0:case 1:case 3:return!(u()===27&&Al)&&Ec();case 2:return u()===84||u()===90;case 4:return H(uo);case 5:return H(Bc)||u()===27&&!Al;case 6:return u()===23||Sr();case 12:switch(u()){case 23:case 42:case 26:case 25:return!0;default:return Sr()}case 18:return Sr();case 9:return u()===23||u()===26||Sr();case 24:return O_();case 7:return u()===19?H(j_):Al?Te()&&!ss():Cs()&&!ss();case 8:return zs();case 10:return u()===28||u()===26||zs();case 19:return u()===103||u()===87||Te();case 15:switch(u()){case 28:case 25:return!0}case 11:return u()===26||kr();case 16:return ba(!1);case 17:return ba(!0);case 20:case 21:return u()===28||si();case 22:return Xs();case 23:return u()===161&&H(Ic)?!1:u()===11?!0:kt(u());case 13:return kt(u())||u()===19;case 14:return!0;case 25:return!0;case 26:return P_.fail("ParsingContext.Count used as a context");default:P_.assertNever(ml,"Non-exhaustive case in 'isListElement'.")}}function j_(){if(P_.assert(u()===19),B()===20){let ml=B();return ml===28||ml===19||ml===96||ml===119}return!0}function Pi(){return B(),Te()}function Zl(){return B(),kt(u())}function J_(){return B(),_g(u())}function ss(){return u()===119||u()===96?H(R_):!1}function R_(){return B(),kr()}function Ni(){return B(),si()}function da(ml){if(u()===1)return!0;switch(ml){case 1:case 2:case 4:case 5:case 6:case 12:case 9:case 23:case 24:return u()===20;case 3:return u()===20||u()===84||u()===90;case 7:return u()===19||u()===96||u()===119;case 8:return _s();case 19:return u()===32||u()===21||u()===19||u()===96||u()===119;case 11:return u()===22||u()===27;case 15:case 21:case 10:return u()===24;case 17:case 16:case 18:return u()===22||u()===24;case 20:return u()!==28;case 22:return u()===19||u()===20;case 13:return u()===32||u()===44;case 14:return u()===30&&H(cp);default:return!1}}function _s(){return!!(or()||Wo(u())||u()===39)}function U_(){P_.assert(QA,"Missing parsing context");for(let ml=0;ml<26;ml++)if(QA&1<=0)}function ps(ml){return ml===6?DA.An_enum_member_name_must_be_followed_by_a_or:void 0}function ur(){let ml=Dt([],O());return ml.isMissingList=!0,ml}function H_(ml){return!!ml.isMissingList}function Fr(ml,Al,Rl,zl){if(j(Rl)){let Rl=dn(ml,Al);return j(zl),Rl}return ur()}function zr(ml,Al){let Rl=O(),zl=ml?Ut(Al):vt(Al);for(;Je(25)&&u()!==30;)zl=D(t_.createQualifiedName(zl,ri(ml,!1,!0)),Rl);return zl}function eu(ml,Al){return D(t_.createQualifiedName(ml,Al),ml.pos)}function ri(ml,Rl,zl){if(Al.hasPrecedingLineBreak()&&kt(u())&&H(Bs))return Yt(80,!0,DA.Identifier_expected);if(u()===81){let ml=pa();return Rl?ml:Yt(80,!0,DA.Identifier_expected)}return ml?zl?Ut():ti():vt()}function tu(ml){let Al=O(),Rl=[],zl;do{zl=K_(ml),Rl.push(zl)}while(zl.literal.kind===17);return Dt(Rl,Al)}function ya(ml){let Al=O();return D(t_.createTemplateExpression(Ii(ml),tu(ml)),Al)}function X_(){let ml=O();return D(t_.createTemplateLiteralType(Ii(!1),nu()),ml)}function nu(){let ml=O(),Al=[],Rl;do{Rl=$_(),Al.push(Rl)}while(Rl.literal.kind===17);return Dt(Al,ml)}function $_(){let ml=O();return D(t_.createTemplateLiteralTypeSpan(ot(),Q_(!1)),ml)}function Q_(ml){return u()===20?(Nt(ml),Z_()):Hn(18,DA._0_expected,rt(20))}function K_(ml){let Al=O();return D(t_.createTemplateSpan(ut(At),Q_(ml)),Al)}function Xn(){return ii(u())}function Ii(ml){!ml&&Al.getTokenFlags()&26656&&Nt(!1);let Rl=ii(u());return P_.assert(Rl.kind===16,"Template head has wrong token kind"),Rl}function Z_(){let ml=ii(u());return P_.assert(ml.kind===17||ml.kind===18,"Template fragment has wrong token kind"),ml}function ru(ml){let Rl=ml===15||ml===18,zl=Al.getTokenText();return zl.substring(1,zl.length-(Al.isUnterminated()?0:Rl?1:2))}function ii(ml){let Rl=O(),zl=jd(ml)?t_.createTemplateLiteralLikeNode(ml,Al.getTokenValue(),ru(ml),Al.getTokenFlags()&7176):ml===9?D_(Al.getTokenValue(),Al.getNumericLiteralFlags()):ml===11?S_(Al.getTokenValue(),void 0,Al.hasExtendedUnicodeEscape()):Zg(ml)?Cg(ml,Al.getTokenValue()):P_.fail();return Al.hasExtendedUnicodeEscape()&&(zl.hasExtendedUnicodeEscape=!0),Al.isUnterminated()&&(zl.isUnterminated=!0),B(),D(zl,Rl)}function ai(){return zr(!0,DA.Type_expected)}function eo(){if(!Al.hasPrecedingLineBreak()&&Et()===30)return Fr(20,ot,30,32)}function ga(){let ml=O();return D(t_.createTypeReferenceNode(ai(),eo()),ml)}function fs(ml){switch(ml.kind){case 184:return ea(ml.typeName);case 185:case 186:{let{parameters:Al,type:Rl}=ml;return H_(Al)||fs(Rl)}case 197:return fs(ml.type);default:return!1}}function iu(ml){return B(),D(t_.createTypePredicateNode(void 0,ml,ot()),ml.pos)}function ds(){let ml=O();return B(),D(t_.createThisTypeNode(),ml)}function au(){let ml=O();return B(),D(t_.createJSDocAllType(),ml)}function to(){let ml=O();return B(),D(t_.createJSDocNonNullableType(ks(),!1),ml)}function su(){let ml=O();return B(),u()===28||u()===20||u()===22||u()===32||u()===64||u()===52?D(t_.createJSDocUnknownType(),ml):D(t_.createJSDocNullableType(ot(),!1),ml)}function no(){let ml=O(),Al=qe();if(le($c)){let Rl=$n(36),zl=Ln(59,!1);return Pe(D(t_.createJSDocFunctionType(Rl,zl),ml),Al)}return D(t_.createTypeReferenceNode(Ut(),void 0),ml)}function ms(){let ml=O(),Al;return(u()===110||u()===105)&&(Al=Ut(),j(59)),D(t_.createParameterDeclaration(void 0,void 0,Al,void 0,hs(),void 0),ml)}function hs(){Al.setSkipJsDocLeadingAsterisks(!0);let ml=O();if(Je(144)){let Rl=t_.createJSDocNamepathType(void 0);e:for(;;)switch(u()){case 20:case 1:case 28:case 5:break e;default:ze()}return Al.setSkipJsDocLeadingAsterisks(!1),D(Rl,ml)}let Rl=Je(26),zl=Ta();return Al.setSkipJsDocLeadingAsterisks(!1),Rl&&(zl=D(t_.createJSDocVariadicType(zl),ml)),u()===64?(B(),D(t_.createJSDocOptionalType(zl),ml)):zl}function ro(){let ml=O();j(114);let Rl=zr(!0),zl=Al.hasPrecedingLineBreak()?void 0:Ia();return D(t_.createTypeQueryNode(Rl,zl),ml)}function io(){let ml=O(),Al=jn(!1,!0),Rl=vt(),zl,rd;Je(96)&&(si()||!kr()?zl=ot():rd=Zo());let yh=Je(64)?ot():void 0,kh=t_.createTypeParameterDeclaration(Al,Rl,zl,yh);return kh.expression=rd,D(kh,ml)}function mn(){if(u()===30)return Fr(19,io,30,32)}function ba(ml){return u()===26||zs()||Xr(u())||u()===60||si(!ml)}function ao(ml){let Al=_i(DA.Private_identifiers_cannot_be_used_as_parameters);return S2(Al)===0&&!nn(ml)&&Xr(u())&&B(),Al}function so(){return Ve()||u()===23||u()===19}function ys(ml){return gs(ml)}function _o(ml){return gs(ml,!1)}function gs(ml,Al=!0){let Rl=O(),zl=qe(),rd=ml?U(()=>jn(!0)):K(()=>jn(!0));if(u()===110){let ml=t_.createParameterDeclaration(rd,void 0,cr(!0),void 0,wr(),void 0),Al=Zp(rd);return Al&&un(Al,DA.Neither_decorators_nor_modifiers_may_be_applied_to_this_parameters),Pe(D(ml,Rl),zl)}let yh=jA;jA=!1;let kh=ft(26);if(!Al&&!so())return;let Qh=Pe(D(t_.createParameterDeclaration(rd,kh,ao(rd),ft(58),wr(),Er()),Rl),zl);return jA=yh,Qh}function Ln(ml,Al){if(oo(ml,Al))return Tr(Ta)}function oo(ml,Al){return ml===39?(j(ml),!0):Je(59)?!0:Al&&u()===39?(Ce(DA._0_expected,rt(59)),B(),!0):!1}function bs(ml,Al){let Rl=Ee(),zl=Xe();$e(!!(ml&1)),_t(!!(ml&2));let rd=ml&32?dn(17,ms):dn(16,()=>Al?ys(zl):_o(zl));return $e(Rl),_t(zl),rd}function $n(ml){if(!j(21))return ur();let Al=bs(ml,!0);return j(22),Al}function va(){Je(28)||en()}function co(ml){let Al=O(),Rl=qe();ml===181&&j(105);let zl=mn(),rd=$n(4),yh=Ln(59,!0);va();let kh=ml===180?t_.createCallSignature(zl,rd,yh):t_.createConstructSignature(zl,rd,yh);return Pe(D(kh,Al),Rl)}function Vr(){return u()===23&&H(_u)}function _u(){if(B(),u()===26||u()===24)return!0;if(Xr(u())){if(B(),Te())return!0}else if(Te())B();else return!1;return u()===59||u()===28?!0:u()!==58?!1:(B(),u()===59||u()===28||u()===24)}function vs(ml,Al,Rl){let zl=Fr(16,()=>ys(!1),23,24),rd=wr();va();let yh=t_.createIndexSignature(Rl,zl,rd);return Pe(D(yh,ml),Al)}function lo(ml,Al,Rl){let zl=qr(),rd=ft(58),yh;if(u()===21||u()===30){let ml=mn(),Al=$n(4),kh=Ln(59,!0);yh=t_.createMethodSignature(Rl,zl,rd,ml,Al,kh)}else{let ml=wr();yh=t_.createPropertySignature(Rl,zl,rd,ml),u()===64&&(yh.initializer=Er())}return va(),Pe(D(yh,ml),Al)}function uo(){if(u()===21||u()===30||u()===139||u()===153)return!0;let ml=!1;for(;Xr(u());)ml=!0,B();return u()===23?!0:(Sr()&&(ml=!0,B()),ml?u()===21||u()===30||u()===58||u()===59||u()===28||or():!1)}function Oi(){if(u()===21||u()===30)return co(180);if(u()===105&&H(po))return co(181);let ml=O(),Al=qe(),Rl=jn(!1);return ni(139)?ci(ml,Al,Rl,178,4):ni(153)?ci(ml,Al,Rl,179,4):Vr()?vs(ml,Al,Rl):lo(ml,Al,Rl)}function po(){return B(),u()===21||u()===30}function fo(){return B()===25}function mo(){switch(B()){case 21:case 30:case 25:return!0}return!1}function ho(){let ml=O();return D(t_.createTypeLiteralNode(yo()),ml)}function yo(){let ml;return j(19)?(ml=Tn(4,Oi),j(20)):ml=ur(),ml}function go(){return B(),u()===40||u()===41?B()===148:(u()===148&&B(),u()===23&&Pi()&&B()===103)}function ou(){let ml=O(),Al=Ut();j(103);let Rl=ot();return D(t_.createTypeParameterDeclaration(void 0,Al,Rl,void 0),ml)}function bo(){let ml=O();j(19);let Al;(u()===148||u()===40||u()===41)&&(Al=Gt(),Al.kind!==148&&j(148)),j(23);let Rl=ou(),zl=Je(130)?ot():void 0;j(24);let rd;(u()===58||u()===40||u()===41)&&(rd=Gt(),rd.kind!==58&&j(58));let yh=wr();en();let kh=Tn(4,Oi);return j(20),D(t_.createMappedTypeNode(Al,Rl,zl,rd,yh,kh),ml)}function vo(){let ml=O();if(Je(26))return D(t_.createRestTypeNode(ot()),ml);let Al=ot();if(sh(Al)&&Al.pos===Al.type.pos){let ml=t_.createOptionalTypeNode(Al.type);return yn(ml,Al),ml.flags=Al.flags,ml}return Al}function xs(){return B()===59||u()===58&&B()===59}function cu(){return u()===26?kt(B())&&xs():kt(u())&&xs()}function xo(){if(H(cu)){let ml=O(),Al=qe(),Rl=ft(26),zl=Ut(),rd=ft(58);j(59);let yh=vo(),kh=t_.createNamedTupleMember(Rl,zl,rd,yh);return Pe(D(kh,ml),Al)}return vo()}function lu(){let ml=O();return D(t_.createTupleTypeNode(Fr(21,xo,23,24)),ml)}function To(){let ml=O();j(21);let Al=ot();return j(22),D(t_.createParenthesizedType(Al),ml)}function uu(){let ml;if(u()===128){let Al=O();B();let Rl=D(rA(128),Al);ml=Dt([Rl],Al)}return ml}function Ts(){let ml=O(),Al=qe(),Rl=uu(),zl=Je(105);P_.assert(!Rl||zl,"Per isStartOfFunctionOrConstructorType, a function type cannot have modifiers.");let rd=mn(),yh=$n(4),kh=Ln(39,!1),Qh=zl?t_.createConstructorTypeNode(Rl,rd,yh,kh):t_.createFunctionTypeNode(rd,yh,kh);return Pe(D(Qh,ml),Al)}function So(){let ml=Gt();return u()===25?void 0:ml}function Ss(ml){let Al=O();ml&&B();let Rl=u()===112||u()===97||u()===106?Gt():ii(u());return ml&&(Rl=D(t_.createPrefixUnaryExpression(41,Rl),Al)),D(t_.createLiteralTypeNode(Rl),Al)}function pu(){return B(),u()===102}function ws(){wA|=4194304;let ml=O(),Rl=Je(114);j(102),j(21);let zl=ot(),rd;if(Je(28)){let ml=Al.getTokenStart();j(19);let Rl=u();if(Rl===118||Rl===132?B():Ce(DA._0_expected,rt(118)),j(59),rd=Ks(Rl,!0),Je(28),!j(20)){let Al=Va(IA);Al&&Al.code===DA._0_expected.code&&ll(Al,Ja(EA,CA,ml,1,DA.The_parser_expected_to_find_a_1_to_match_the_0_token_here,"{","}"))}}j(22);let yh=Je(25)?ai():void 0,kh=eo();return D(t_.createImportTypeNode(zl,rd,yh,kh,Rl),ml)}function wo(){return B(),u()===9||u()===10}function ks(){switch(u()){case 133:case 159:case 154:case 150:case 163:case 155:case 136:case 157:case 146:case 151:return le(So)||ga();case 67:Al.reScanAsteriskEqualsToken();case 42:return au();case 61:Al.reScanQuestionToken();case 58:return su();case 100:return no();case 54:return to();case 15:case 11:case 9:case 10:case 112:case 97:case 106:return Ss();case 41:return H(wo)?Ss(!0):ga();case 116:return Gt();case 110:{let ml=ds();return u()===142&&!Al.hasPrecedingLineBreak()?iu(ml):ml}case 114:return H(pu)?ws():ro();case 19:return H(go)?bo():ho();case 23:return lu();case 21:return To();case 102:return ws();case 131:return H(Bs)?Mo():ga();case 16:return X_();default:return ga()}}function si(ml){switch(u()){case 133:case 159:case 154:case 150:case 163:case 136:case 148:case 155:case 158:case 116:case 157:case 106:case 110:case 114:case 146:case 19:case 23:case 30:case 52:case 51:case 105:case 11:case 9:case 10:case 112:case 97:case 151:case 42:case 58:case 54:case 26:case 140:case 102:case 131:case 15:case 16:return!0;case 100:return!ml;case 41:return!ml&&H(wo);case 21:return!ml&&H(ko);default:return Te()}}function ko(){return B(),u()===22||ba(!1)||si()}function Eo(){let ml=O(),Rl=ks();for(;!Al.hasPrecedingLineBreak();)switch(u()){case 54:B(),Rl=D(t_.createJSDocNonNullableType(Rl,!0),ml);break;case 58:if(H(Ni))return Rl;B(),Rl=D(t_.createJSDocNullableType(Rl,!0),ml);break;case 23:if(j(23),si()){let Al=ot();j(24),Rl=D(t_.createIndexedAccessTypeNode(Rl,Al),ml)}else j(24),Rl=D(t_.createArrayTypeNode(Rl),ml);break;default:return Rl}return Rl}function Ao(ml){let Al=O();return j(ml),D(t_.createTypeOperatorNode(ml,Do()),Al)}function fu(){if(Je(96)){let ml=Mn(ot);if(Ye()||u()!==58)return ml}}function Co(){let ml=O(),Al=vt(),Rl=le(fu),zl=t_.createTypeParameterDeclaration(void 0,Al,Rl);return D(zl,ml)}function du(){let ml=O();return j(140),D(t_.createInferTypeNode(Co()),ml)}function Do(){let ml=u();switch(ml){case 143:case 158:case 148:return Ao(ml);case 140:return du()}return Tr(Eo)}function xa(ml){if(As()){let Al=Ts(),Rl;return jf(Al)?Rl=ml?DA.Function_type_notation_must_be_parenthesized_when_used_in_a_union_type:DA.Function_type_notation_must_be_parenthesized_when_used_in_an_intersection_type:Rl=ml?DA.Constructor_type_notation_must_be_parenthesized_when_used_in_a_union_type:DA.Constructor_type_notation_must_be_parenthesized_when_used_in_an_intersection_type,un(Al,Rl),Al}}function Po(ml,Al,Rl){let zl=O(),rd=ml===52,yh=Je(ml),kh=yh&&xa(rd)||Al();if(u()===ml||yh){let yh=[kh];for(;Je(ml);)yh.push(xa(rd)||Al());kh=D(Rl(Dt(yh,zl)),zl)}return kh}function Es(){return Po(51,Do,t_.createIntersectionTypeNode)}function mu(){return Po(52,Es,t_.createUnionTypeNode)}function No(){return B(),u()===105}function As(){return u()===30||u()===21&&H(Io)?!0:u()===105||u()===128&&H(No)}function hu(){if(Xr(u())&&jn(!1),Te()||u()===110)return B(),!0;if(u()===23||u()===19){let ml=IA.length;return _i(),ml===IA.length}return!1}function Io(){return B(),!!(u()===22||u()===26||hu()&&(u()===59||u()===28||u()===58||u()===64||u()===22&&(B(),u()===39)))}function Ta(){let ml=O(),Al=Te()&&le(Oo),Rl=ot();return Al?D(t_.createTypePredicateNode(void 0,Al,Rl),ml):Rl}function Oo(){let ml=vt();if(u()===142&&!Al.hasPrecedingLineBreak())return B(),ml}function Mo(){let ml=O(),Al=Hn(131),Rl=u()===110?ds():vt(),zl=Je(142)?ot():void 0;return D(t_.createTypePredicateNode(Al,Rl,zl),ml)}function ot(){if(MA&81920)return Pt(81920,ot);if(As())return Ts();let ml=O(),Rl=mu();if(!Ye()&&!Al.hasPrecedingLineBreak()&&Je(96)){let Al=Mn(ot);j(58);let zl=Tr(ot);j(59);let rd=Tr(ot);return D(t_.createConditionalTypeNode(Rl,Al,zl,rd),ml)}return Rl}function wr(){return Je(59)?ot():void 0}function Cs(){switch(u()){case 110:case 108:case 106:case 112:case 97:case 9:case 10:case 11:case 15:case 16:case 21:case 23:case 19:case 100:case 86:case 105:case 44:case 69:case 80:return!0;case 102:return H(mo);default:return Te()}}function kr(){if(Cs())return!0;switch(u()){case 40:case 41:case 55:case 54:case 91:case 114:case 116:case 46:case 47:case 30:case 135:case 127:case 81:case 60:return!0;default:return Go()?!0:Te()}}function Lo(){return u()!==19&&u()!==100&&u()!==86&&u()!==60&&kr()}function At(){let ml=tt();ml&&Ze(!1);let Al=O(),Rl=Vt(!0),zl;for(;zl=ft(28);)Rl=Ns(Rl,zl,Vt(!0),Al);return ml&&Ze(!0),Rl}function Er(){return Je(64)?Vt(!0):void 0}function Vt(ml){if(jo())return Jo();let Al=gu(ml)||Fo(ml);if(Al)return Al;let Rl=O(),zl=qe(),rd=Mi(0);return rd.kind===80&&u()===39?Ro(Rl,rd,ml,zl,void 0):Ga(rd)&&w1(Ge())?Ns(rd,Gt(),Vt(ml),Rl):bu(rd,Rl,ml)}function jo(){return u()===127?Ee()?!0:H(qs):!1}function yu(){return B(),!Al.hasPrecedingLineBreak()&&Te()}function Jo(){let ml=O();return B(),!Al.hasPrecedingLineBreak()&&(u()===42||kr())?D(t_.createYieldExpression(ft(42),Vt(!0)),ml):D(t_.createYieldExpression(void 0,void 0),ml)}function Ro(ml,Al,Rl,zl,rd){P_.assert(u()===39,"parseSimpleArrowFunctionExpression should only have been called if we had a =>");let yh=t_.createParameterDeclaration(void 0,void 0,Al,void 0,void 0,void 0);D(yh,Al.pos);let kh=Dt([yh],yh.pos,yh.end),Qh=Hn(39),cf=Ds(!!rd,Rl),r_=t_.createArrowFunction(rd,void 0,kh,void 0,Qh,cf);return Pe(D(r_,ml),zl)}function gu(ml){let Al=Uo();if(Al!==0)return Al===1?Vo(!0,!0):le(()=>qo(ml))}function Uo(){return u()===21||u()===30||u()===134?H(Bo):u()===39?1:0}function Bo(){if(u()===134&&(B(),Al.hasPrecedingLineBreak()||u()!==21&&u()!==30))return 0;let ml=u(),Rl=B();if(ml===21){if(Rl===22)switch(B()){case 39:case 59:case 19:return 1;default:return 0}if(Rl===23||Rl===19)return 2;if(Rl===26)return 1;if(Xr(Rl)&&Rl!==134&&H(Pi))return B()===130?0:1;if(!Te()&&Rl!==110)return 0;switch(B()){case 59:return 1;case 58:return B(),u()===59||u()===28||u()===64||u()===22?1:0;case 28:case 64:case 22:return 2}return 0}else return P_.assert(ml===30),!Te()&&u()!==87?0:TA===1?H(()=>{Je(87);let ml=B();if(ml===96)switch(B()){case 64:case 32:case 44:return!1;default:return!0}else if(ml===28||ml===64)return!0;return!1})?1:0:2}function qo(ml){let Rl=Al.getTokenStart();if(LA?.has(Rl))return;let zl=Vo(!1,ml);return zl||(LA||(LA=new Set)).add(Rl),zl}function Fo(ml){if(u()===134&&H(zo)===1){let Al=O(),Rl=qe(),zl=zc(),rd=Mi(0);return Ro(Al,rd,ml,Rl,zl)}}function zo(){if(u()===134){if(B(),Al.hasPrecedingLineBreak()||u()===39)return 0;let ml=Mi(0);if(!Al.hasPrecedingLineBreak()&&ml.kind===80&&u()===39)return 1}return 0}function Vo(ml,Al){let Rl=O(),zl=qe(),rd=zc(),yh=nn(rd,fl)?2:0,kh=mn(),Qh;if(j(21)){if(ml)Qh=bs(yh,ml);else{let Al=bs(yh,ml);if(!Al)return;Qh=Al}if(!j(22)&&!ml)return}else{if(!ml)return;Qh=ur()}let cf=u()===59,r_=Ln(59,!1);if(r_&&!ml&&fs(r_))return;let u_=r_;for(;u_?.kind===197;)u_=u_.type;let C_=u_&&_h(u_);if(!ml&&u()!==39&&(C_||u()!==19))return;let D_=u(),S_=Hn(39),P_=D_===39||D_===19?Ds(nn(rd,fl),Al):vt();if(!Al&&cf&&u()!==59)return;let Cg=t_.createArrowFunction(rd,kh,Qh,r_,S_,P_);return Pe(D(Cg,Rl),zl)}function Ds(ml,Al){if(u()===19)return Aa(ml?2:0);if(u()!==27&&u()!==100&&u()!==86&&Ec()&&!Lo())return Aa(16|(ml?2:0));let Rl=Ee();$e(!1);let zl=jA;jA=!1;let rd=ml?U(()=>Vt(Al)):K(()=>Vt(Al));return jA=zl,$e(Rl),rd}function bu(ml,Al,zl){let rd=ft(58);if(!rd)return ml;let yh;return D(t_.createConditionalExpression(ml,rd,Pt(Rl,()=>Vt(!1)),yh=Hn(59),zp(yh)?Vt(zl):Yt(80,!1,DA._0_expected,rt(59))),Al)}function Mi(ml){let Al=O(),Rl=Zo();return Ps(ml,Rl,Al)}function Wo(ml){return ml===103||ml===165}function Ps(ml,Rl,zl){for(;;){Ge();let rd=Cp(u());if(!(u()===43?rd>=ml:rd>ml)||u()===103&&he())break;if(u()===130||u()===152){if(Al.hasPrecedingLineBreak())break;{let ml=u();B(),Rl=ml===152?Yo(Rl,ot()):Ho(Rl,ot())}}else Rl=Ns(Rl,Gt(),Mi(rd),zl)}return Rl}function Go(){return he()&&u()===103?!1:Cp(u())>0}function Yo(ml,Al){return D(t_.createSatisfiesExpression(ml,Al),ml.pos)}function Ns(ml,Al,Rl,zl){return D(t_.createBinaryExpression(ml,Al,Rl),zl)}function Ho(ml,Al){return D(t_.createAsExpression(ml,Al),ml.pos)}function Xo(){let ml=O();return D(t_.createPrefixUnaryExpression(u(),je(Ar)),ml)}function $o(){let ml=O();return D(t_.createDeleteExpression(je(Ar)),ml)}function vu(){let ml=O();return D(t_.createTypeOfExpression(je(Ar)),ml)}function Qo(){let ml=O();return D(t_.createVoidExpression(je(Ar)),ml)}function xu(){return u()===135?Xe()?!0:H(qs):!1}function Ko(){let ml=O();return D(t_.createAwaitExpression(je(Ar)),ml)}function Zo(){if(Tu()){let ml=O(),Al=Sa();return u()===43?Ps(Cp(u()),Al,ml):Al}let ml=u(),Al=Ar();if(u()===43){let Rl=Ir(CA,Al.pos),{end:zl}=Al;Al.kind===217?at(Rl,zl,DA.A_type_assertion_expression_is_not_allowed_in_the_left_hand_side_of_an_exponentiation_expression_Consider_enclosing_the_expression_in_parentheses):(P_.assert(Ap(ml)),at(Rl,zl,DA.An_unary_expression_with_the_0_operator_is_not_allowed_in_the_left_hand_side_of_an_exponentiation_expression_Consider_enclosing_the_expression_in_parentheses,rt(ml)))}return Al}function Ar(){switch(u()){case 40:case 41:case 55:case 54:return Xo();case 91:return $o();case 114:return vu();case 116:return Qo();case 30:return TA===1?ji(!0,void 0,void 0,!0):ic();case 135:if(xu())return Ko();default:return Sa()}}function Tu(){switch(u()){case 40:case 41:case 55:case 54:case 91:case 114:case 116:case 135:return!1;case 30:if(TA!==1)return!1;default:return!0}}function Sa(){if(u()===46||u()===47){let ml=O();return D(t_.createPrefixUnaryExpression(u(),je(Li)),ml)}else if(TA===1&&u()===30&&H(J_))return ji(!0);let ml=Li();if(P_.assert(Ga(ml)),(u()===46||u()===47)&&!Al.hasPrecedingLineBreak()){let Al=u();return B(),D(t_.createPostfixUnaryExpression(ml,Al),ml.pos)}return ml}function Li(){let ml=O(),Al;return u()===102?H(po)?(wA|=4194304,Al=Gt()):H(fo)?(B(),B(),Al=D(t_.createMetaProperty(102,Ut()),ml),Al.name.escapedText==="defer"?(u()===21||u()===30)&&(wA|=4194304):wA|=8388608):Al=wa():Al=u()===108?ec():wa(),js(ml,Al)}function wa(){let ml=O(),Al=Js();return on(ml,Al,!0)}function ec(){let ml=O(),Al=Gt();if(u()===30){let ml=O(),Rl=le(Ea);Rl!==void 0&&(at(ml,O(),DA.super_may_not_use_type_arguments),Sn()||(Al=t_.createExpressionWithTypeArguments(Al,Rl)))}return u()===21||u()===25||u()===23?Al:(Hn(25,DA.super_must_be_followed_by_an_argument_list_or_member_access),D(sA(Al,ri(!0,!0,!0)),ml))}function ji(ml,Al,Rl,zl=!1){let rd=O(),yh=ku(ml),kh;if(yh.kind===287){let Al=ka(yh),zl,Qh=Al[Al.length-1];if(Qh?.kind===285&&!mi(Qh.openingElement.tagName,Qh.closingElement.tagName)&&mi(yh.tagName,Qh.closingElement.tagName)){let ml=Qh.children.end,Rl=D(t_.createJsxElement(Qh.openingElement,Qh.children,D(t_.createJsxClosingElement(D(eA(""),ml,ml)),ml,ml)),Qh.openingElement.pos,ml);Al=Dt([...Al.slice(0,Al.length-1),Rl],Al.pos,ml),zl=Qh.closingElement}else zl=rc(yh,ml),mi(yh.tagName,zl.tagName)||(Rl&&Yp(Rl)&&mi(zl.tagName,Rl.tagName)?un(yh.tagName,DA.JSX_element_0_has_no_corresponding_closing_tag,o_(CA,yh.tagName)):un(zl.tagName,DA.Expected_corresponding_JSX_closing_tag_for_0,o_(CA,yh.tagName)));kh=D(t_.createJsxElement(yh,Al,zl),rd)}else yh.kind===290?kh=D(t_.createJsxFragment(yh,ka(yh),Du(ml)),rd):(P_.assert(yh.kind===286),kh=yh);if(!zl&&ml&&u()===30){let ml=typeof Al>"u"?kh.pos:Al,Rl=le(()=>ji(!0,ml));if(Rl){let Al=Yt(28,!1);return Yd(Al,Rl.pos,0),at(Ir(CA,ml),Rl.end,DA.JSX_expressions_must_have_one_parent_element),D(t_.createBinaryExpression(kh,Al,Rl),rd)}}return kh}function Is(){let ml=O(),Rl=t_.createJsxText(Al.getTokenValue(),PA===13);return PA=Al.scanJsxToken(),D(Rl,ml)}function Su(ml,Al){switch(Al){case 1:if(bv(ml))un(ml,DA.JSX_fragment_has_no_corresponding_closing_tag);else{let Al=ml.tagName,Rl=Math.min(Ir(CA,Al.pos),Al.end);at(Rl,Al.end,DA.JSX_element_0_has_no_corresponding_closing_tag,o_(CA,ml.tagName))}return;case 31:case 7:return;case 12:case 13:return Is();case 19:return tc(!1);case 30:return ji(!1,void 0,ml);default:return P_.assertNever(Al)}}function ka(ml){let Rl=[],zl=O(),rd=QA;for(QA|=16384;;){let zl=Su(ml,PA=Al.reScanJsxToken());if(!zl||(Rl.push(zl),Yp(ml)&&zl?.kind===285&&!mi(zl.openingElement.tagName,zl.closingElement.tagName)&&mi(ml.tagName,zl.closingElement.tagName)))break}return QA=rd,Dt(Rl,zl)}function wu(){let ml=O();return D(t_.createJsxAttributes(Tn(13,nc)),ml)}function ku(ml){let Al=O();if(j(30),u()===32)return Yn(),D(t_.createJsxOpeningFragment(),Al);let Rl=Os(),zl=(MA&524288)===0?Ia():void 0,rd=wu(),yh;return u()===32?(Yn(),yh=t_.createJsxOpeningElement(Rl,zl,rd)):(j(44),j(32,void 0,!1)&&(ml?B():Yn()),yh=t_.createJsxSelfClosingElement(Rl,zl,rd)),D(yh,Al)}function Os(){let ml=O(),Al=Eu();if(nh(Al))return Al;let Rl=Al;for(;Je(25);)Rl=D(sA(Rl,ri(!0,!1,!1)),ml);return Rl}function Eu(){let ml=O();zt();let Al=u()===110,Rl=ti();return Je(59)?(zt(),D(t_.createJsxNamespacedName(Rl,ti()),ml)):Al?D(t_.createToken(110),ml):Rl}function tc(ml){let Al=O();if(!j(19))return;let Rl,zl;return u()!==20&&(ml||(Rl=ft(26)),zl=At()),ml?j(20):j(20,void 0,!1)&&Yn(),D(t_.createJsxExpression(Rl,zl),Al)}function nc(){if(u()===19)return Cu();let ml=O();return D(t_.createJsxAttribute(Au(),Ms()),ml)}function Ms(){if(u()===64){if(Ai()===11)return Xn();if(u()===19)return tc(!0);if(u()===30)return ji(!0);Ce(DA.or_JSX_element_expected)}}function Au(){let ml=O();zt();let Al=ti();return Je(59)?(zt(),D(t_.createJsxNamespacedName(Al,ti()),ml)):Al}function Cu(){let ml=O();j(19),j(26);let Al=At();return j(20),D(t_.createJsxSpreadAttribute(Al),ml)}function rc(ml,Al){let Rl=O();j(31);let zl=Os();return j(32,void 0,!1)&&(Al||!mi(ml.tagName,zl)?B():Yn()),D(t_.createJsxClosingElement(zl),Rl)}function Du(ml){let Al=O();return j(31),j(32,DA.Expected_corresponding_closing_tag_for_JSX_fragment,!1)&&(ml?B():Yn()),D(t_.createJsxJsxClosingFragment(),Al)}function ic(){P_.assert(TA!==1,"Type assertions should never be parsed in JSX; they should be parsed as comparisons or JSX elements/fragments.");let ml=O();j(30);let Al=ot();j(32);let Rl=Ar();return D(t_.createTypeAssertion(Al,Rl),ml)}function Pu(){return B(),kt(u())||u()===23||Sn()}function ac(){return u()===29&&H(Pu)}function Ls(ml){if(ml.flags&64)return!0;if(yl(ml)){let Al=ml.expression;for(;yl(Al)&&!(Al.flags&64);)Al=Al.expression;if(Al.flags&64){for(;yl(ml);)ml.flags|=64,ml=ml.expression;return!0}}return!1}function sc(ml,Al,Rl){let zl=ri(!0,!0,!0),rd=Rl||Ls(Al),yh=rd?aA(Al,Rl,zl):sA(Al,zl);if(rd&&xi(yh.name)&&un(yh.name,DA.An_optional_chain_cannot_contain_private_identifiers),Q1(Al)&&Al.typeArguments){let ml=Al.typeArguments.pos-1,Rl=Ir(CA,Al.typeArguments.end)+1;at(ml,Rl,DA.An_instantiation_expression_cannot_be_followed_by_a_property_access)}return D(yh,ml)}function Nu(ml,Al,Rl){let zl;if(u()===24)zl=Yt(80,!0,DA.An_element_access_expression_should_take_an_argument);else{let ml=ut(At);Nl(ml)&&(ml.text=Br(ml.text)),zl=ml}j(24);let rd=Rl||Ls(Al)?lA(Al,Rl,zl):oA(Al,zl);return D(rd,ml)}function on(ml,Rl,zl){for(;;){let rd,yh=!1;if(zl&&ac()?(rd=Hn(29),yh=kt(u())):yh=Je(25),yh){Rl=sc(ml,Rl,rd);continue}if((rd||!tt())&&Je(23)){Rl=Nu(ml,Rl,rd);continue}if(Sn()){Rl=!rd&&Rl.kind===234?Wr(ml,Rl.expression,rd,Rl.typeArguments):Wr(ml,Rl,rd,void 0);continue}if(!rd){if(u()===54&&!Al.hasPrecedingLineBreak()){B(),Rl=D(t_.createNonNullExpression(Rl),ml);continue}let zl=le(Ea);if(zl){Rl=D(t_.createExpressionWithTypeArguments(Rl,zl),ml);continue}}return Rl}}function Sn(){return u()===15||u()===16}function Wr(ml,Al,Rl,zl){let rd=t_.createTaggedTemplateExpression(Al,zl,u()===15?(Nt(!0),Xn()):ya(!0));return(Rl||Al.flags&64)&&(rd.flags|=64),rd.questionDotToken=Rl,D(rd,ml)}function js(ml,Al){for(;;){Al=on(ml,Al,!0);let Rl,zl=ft(29);if(zl&&(Rl=le(Ea),Sn())){Al=Wr(ml,Al,zl,Rl);continue}if(Rl||u()===21){!zl&&Al.kind===234&&(Rl=Al.typeArguments,Al=Al.expression);let rd=_c(),yh=zl||Ls(Al)?uA(Al,zl,Rl,rd):cA(Al,Rl,rd);Al=D(yh,ml);continue}if(zl){let Rl=Yt(80,!1,DA.Identifier_expected);Al=D(aA(Al,zl,Rl),ml)}break}return Al}function _c(){j(21);let ml=dn(11,lc);return j(22),ml}function Ea(){if((MA&524288)!==0||Et()!==30)return;B();let ml=dn(20,ot);if(Ge()===32)return B(),ml&&Iu()?ml:void 0}function Iu(){switch(u()){case 21:case 15:case 16:return!0;case 30:case 32:case 40:case 41:return!1}return Al.hasPrecedingLineBreak()||Go()||!kr()}function Js(){switch(u()){case 15:Al.getTokenFlags()&26656&&Nt(!1);case 9:case 10:case 11:return Xn();case 110:case 108:case 106:case 112:case 97:return Gt();case 21:return Ou();case 23:return uc();case 19:return Rs();case 134:if(!H(kc))break;return Us();case 60:return Zu();case 86:return ep();case 100:return Us();case 105:return fc();case 44:case 69:if(Qe()===14)return Xn();break;case 16:return ya(!1);case 81:return pa()}return vt(DA.Expression_expected)}function Ou(){let ml=O(),Al=qe();j(21);let Rl=ut(At);return j(22),Pe(D(dA(Rl),ml),Al)}function oc(){let ml=O();j(26);let Al=Vt(!0);return D(t_.createSpreadElement(Al),ml)}function cc(){return u()===26?oc():u()===28?D(t_.createOmittedExpression(),O()):Vt(!0)}function lc(){return Pt(Rl,cc)}function uc(){let ml=O(),Rl=Al.getTokenStart(),zl=j(23),rd=Al.hasPrecedingLineBreak(),yh=dn(15,cc);return Ur(23,24,zl,Rl),D(nA(yh,rd),ml)}function pc(){let ml=O(),Al=qe();if(ft(26)){let Rl=Vt(!0);return Pe(D(t_.createSpreadAssignment(Rl),ml),Al)}let Rl=jn(!0);if(ni(139))return ci(ml,Al,Rl,178,0);if(ni(153))return ci(ml,Al,Rl,179,0);let zl=ft(42),rd=Te(),yh=qr(),kh=ft(58),Qh=ft(54);if(zl||u()===21||u()===30)return Uc(ml,Al,Rl,zl,yh,kh,Qh);let cf;if(rd&&u()!==59){let ml=ft(64),Al=ml?ut(()=>Vt(!0)):void 0;cf=t_.createShorthandPropertyAssignment(yh,Al),cf.equalsToken=ml}else{j(59);let ml=ut(()=>Vt(!0));cf=t_.createPropertyAssignment(yh,ml)}return cf.modifiers=Rl,cf.questionToken=kh,cf.exclamationToken=Qh,Pe(D(cf,ml),Al)}function Rs(){let ml=O(),Rl=Al.getTokenStart(),zl=j(19),rd=Al.hasPrecedingLineBreak(),yh=dn(12,pc,!0);return Ur(19,20,zl,Rl),D(iA(yh,rd),ml)}function Us(){let ml=tt();Ze(!1);let Al=O(),Rl=qe(),zl=jn(!1);j(100);let rd=ft(42),yh=rd?1:0,kh=nn(zl,fl)?2:0,Qh=yh&&kh?Z(Ji):yh?Gn(Ji):kh?U(Ji):Ji(),cf=mn(),r_=$n(yh|kh),u_=Ln(59,!1),C_=Aa(yh|kh);Ze(ml);let D_=t_.createFunctionExpression(zl,rd,Qh,cf,r_,u_,C_);return Pe(D(D_,Al),Rl)}function Ji(){return Ve()?is():void 0}function fc(){let ml=O();if(j(105),Je(25)){let Al=Ut();return D(t_.createMetaProperty(105,Al),ml)}let Al=O(),Rl=on(Al,Js(),!1),zl;Rl.kind===234&&(zl=Rl.typeArguments,Rl=Rl.expression),u()===29&&Ce(DA.Invalid_optional_chain_from_new_expression_Did_you_mean_to_call_0,o_(CA,Rl));let rd=u()===21?_c():void 0;return D(pA(Rl,zl,rd),ml)}function Gr(ml,Rl){let zl=O(),rd=qe(),yh=Al.getTokenStart(),kh=j(19,Rl);if(kh||ml){let ml=Al.hasPrecedingLineBreak(),Rl=Tn(1,Ht);Ur(19,20,kh,yh);let Qh=Pe(D(hA(Rl,ml),zl),rd);return u()===64&&(Ce(DA.Declaration_or_statement_expected_This_follows_a_block_of_statements_so_if_you_intended_to_write_a_destructuring_assignment_you_might_need_to_wrap_the_whole_assignment_in_parentheses),B()),Qh}else{let ml=ur();return Pe(D(hA(ml,void 0),zl),rd)}}function Aa(ml,Al){let Rl=Ee();$e(!!(ml&1));let zl=Xe();_t(!!(ml&2));let rd=jA;jA=!1;let yh=tt();yh&&Ze(!1);let kh=Gr(!!(ml&16),Al);return yh&&Ze(!0),jA=rd,$e(Rl),_t(zl),kh}function dc(){let ml=O(),Al=qe();return j(27),Pe(D(t_.createEmptyStatement(),ml),Al)}function Mu(){let ml=O(),Rl=qe();j(101);let zl=Al.getTokenStart(),rd=j(21),yh=ut(At);Ur(21,22,rd,zl);let kh=Ht(),Qh=Je(93)?Ht():void 0;return Pe(D(mA(yh,kh,Qh),ml),Rl)}function mc(){let ml=O(),Rl=qe();j(92);let zl=Ht();j(117);let rd=Al.getTokenStart(),yh=j(21),kh=ut(At);return Ur(21,22,yh,rd),Je(27),Pe(D(t_.createDoStatement(zl,kh),ml),Rl)}function Lu(){let ml=O(),Rl=qe();j(117);let zl=Al.getTokenStart(),rd=j(21),yh=ut(At);Ur(21,22,rd,zl);let kh=Ht();return Pe(D(gA(yh,kh),ml),Rl)}function hc(){let ml=O(),Al=qe();j(99);let Rl=ft(135);j(21);let zl;u()!==27&&(u()===115||u()===121||u()===87||u()===160&&H(Cc)||u()===135&&H(Fs)?zl=jc(!0):zl=Rr(At));let rd;if(Rl?j(165):Je(165)){let ml=ut(()=>Vt(!0));j(22),rd=yA(Rl,zl,ml,Ht())}else if(Je(103)){let ml=ut(At);j(22),rd=t_.createForInStatement(zl,ml,Ht())}else{j(27);let ml=u()!==27&&u()!==22?ut(At):void 0;j(27);let Al=u()!==22?ut(At):void 0;j(22),rd=AA(zl,ml,Al,Ht())}return Pe(D(rd,ml),Al)}function yc(ml){let Al=O(),Rl=qe();j(ml===253?83:88);let zl=or()?void 0:vt();en();let rd=ml===253?t_.createBreakStatement(zl):t_.createContinueStatement(zl);return Pe(D(rd,Al),Rl)}function gc(){let ml=O(),Al=qe();j(107);let Rl=or()?void 0:ut(At);return en(),Pe(D(t_.createReturnStatement(Rl),ml),Al)}function ju(){let ml=O(),Rl=qe();j(118);let zl=Al.getTokenStart(),rd=j(21),yh=ut(At);Ur(21,22,rd,zl);let kh=St(67108864,Ht);return Pe(D(t_.createWithStatement(yh,kh),ml),Rl)}function bc(){let ml=O(),Al=qe();j(84);let Rl=ut(At);j(59);let zl=Tn(3,Ht);return Pe(D(t_.createCaseClause(Rl,zl),ml),Al)}function Ju(){let ml=O();j(90),j(59);let Al=Tn(3,Ht);return D(t_.createDefaultClause(Al),ml)}function Ru(){return u()===84?bc():Ju()}function vc(){let ml=O();j(19);let Al=Tn(2,Ru);return j(20),D(t_.createCaseBlock(Al),ml)}function Uu(){let ml=O(),Al=qe();j(109),j(21);let Rl=ut(At);j(22);let zl=vc();return Pe(D(t_.createSwitchStatement(Rl,zl),ml),Al)}function xc(){let ml=O(),Rl=qe();j(111);let zl=Al.hasPrecedingLineBreak()?void 0:ut(At);return zl===void 0&&(OA++,zl=D(eA(""),O())),ua()||wt(zl),Pe(D(t_.createThrowStatement(zl),ml),Rl)}function Bu(){let ml=O(),Al=qe();j(113);let Rl=Gr(!1),zl=u()===85?Tc():void 0,rd;return(!zl||u()===98)&&(j(98,DA.catch_or_finally_expected),rd=Gr(!1)),Pe(D(t_.createTryStatement(Rl,zl,rd),ml),Al)}function Tc(){let ml=O();j(85);let Al;Je(21)?(Al=Pa(),j(22)):Al=void 0;let Rl=Gr(!1);return D(t_.createCatchClause(Al,Rl),ml)}function qu(){let ml=O(),Al=qe();return j(89),en(),Pe(D(t_.createDebuggerStatement(),ml),Al)}function Sc(){let ml=O(),Al=qe(),Rl,zl=u()===21,rd=ut(At);return et(rd)&&Je(59)?Rl=t_.createLabeledStatement(rd,Ht()):(ua()||wt(rd),Rl=_A(rd),zl&&(Al=!1)),Pe(D(Rl,ml),Al)}function Bs(){return B(),kt(u())&&!Al.hasPrecedingLineBreak()}function wc(){return B(),u()===86&&!Al.hasPrecedingLineBreak()}function kc(){return B(),u()===100&&!Al.hasPrecedingLineBreak()}function qs(){return B(),(kt(u())||u()===9||u()===10||u()===11)&&!Al.hasPrecedingLineBreak()}function Fu(){for(;;)switch(u()){case 115:case 121:case 87:case 100:case 86:case 94:return!0;case 160:return Dc();case 135:return Da();case 120:case 156:case 166:return yu();case 144:case 145:return Gu();case 128:case 129:case 134:case 138:case 123:case 124:case 125:case 148:let ml=u();if(B(),Al.hasPrecedingLineBreak())return!1;if(ml===138&&u()===156)return!0;continue;case 162:return B(),u()===19||u()===80||u()===95;case 102:return B(),u()===166||u()===11||u()===42||u()===19||kt(u());case 95:let Rl=B();if(Rl===156&&(Rl=H(B)),Rl===64||Rl===42||Rl===19||Rl===90||Rl===130||Rl===60)return!0;continue;case 126:B();continue;default:return!1}}function Ri(){return H(Fu)}function Ec(){switch(u()){case 60:case 27:case 19:case 115:case 121:case 160:case 100:case 86:case 94:case 101:case 92:case 117:case 99:case 88:case 83:case 107:case 118:case 109:case 111:case 113:case 89:case 85:case 98:return!0;case 102:return Ri()||H(mo);case 87:case 95:return Ri();case 134:case 138:case 120:case 144:case 145:case 156:case 162:case 166:return!0;case 129:case 125:case 123:case 124:case 126:case 148:return Ri()||!H(Bs);default:return kr()}}function Ac(){return B(),Ve()||u()===19||u()===23}function zu(){return H(Ac)}function Cc(){return Ca(!0)}function Vu(){return B(),u()===64||u()===27||u()===59}function Ca(ml){return B(),ml&&u()===165?H(Vu):(Ve()||u()===19)&&!Al.hasPrecedingLineBreak()}function Dc(){return H(Ca)}function Fs(ml){return B()===160?Ca(ml):!1}function Da(){return H(Fs)}function Ht(){switch(u()){case 27:return dc();case 19:return Gr(!1);case 115:return oi(O(),qe(),void 0);case 121:if(zu())return oi(O(),qe(),void 0);break;case 135:if(Da())return oi(O(),qe(),void 0);break;case 160:if(Dc())return oi(O(),qe(),void 0);break;case 100:return Vs(O(),qe(),void 0);case 86:return Ys(O(),qe(),void 0);case 101:return Mu();case 92:return mc();case 117:return Lu();case 99:return hc();case 88:return yc(252);case 83:return yc(253);case 107:return gc();case 118:return ju();case 109:return Uu();case 111:return xc();case 113:case 85:case 98:return Bu();case 89:return qu();case 60:return Ui();case 134:case 120:case 156:case 144:case 145:case 138:case 87:case 94:case 95:case 102:case 123:case 124:case 125:case 128:case 129:case 126:case 148:case 162:if(Ri())return Ui();break}return Sc()}function Pc(ml){return ml.kind===138}function Ui(){let ml=O(),Al=qe(),Rl=jn(!0);if(nn(Rl,Pc)){let zl=Wu(ml);if(zl)return zl;for(let ml of Rl)ml.flags|=33554432;return St(33554432,()=>Nc(ml,Al,Rl))}else return Nc(ml,Al,Rl)}function Wu(ml){return St(33554432,()=>{let Al=ma(QA,ml);if(Al)return B_(Al)})}function Nc(ml,Al,Rl){switch(u()){case 115:case 121:case 87:case 160:return oi(ml,Al,Rl);case 135:if(!Da())break;return oi(ml,Al,Rl);case 100:return Vs(ml,Al,Rl);case 86:return Ys(ml,Al,Rl);case 120:return ip(ml,Al,Rl);case 156:return ap(ml,Al,Rl);case 94:return sp(ml,Al,Rl);case 162:case 144:case 145:return _p(ml,Al,Rl);case 102:return qi(ml,Al,Rl);case 95:switch(B(),u()){case 90:case 64:return nl(ml,Al,Rl);case 130:return lp(ml,Al,Rl);default:return tl(ml,Al,Rl)}}if(Rl){let Al=Yt(283,!0,DA.Declaration_expected);return Wp(Al,ml),Al.modifiers=Rl,Al}}function Ic(){return B()===11}function Oc(){return B(),u()===161||u()===64}function Gu(){return B(),!Al.hasPrecedingLineBreak()&&(Te()||u()===11)}function Bi(ml,Al){if(u()!==19){if(ml&4){va();return}if(or()){en();return}}return Aa(ml,Al)}function Yu(){let ml=O();if(u()===28)return D(t_.createOmittedExpression(),ml);let Al=ft(26),Rl=_i(),zl=Er();return D(t_.createBindingElement(Al,void 0,Rl,zl),ml)}function Mc(){let ml=O(),Al=ft(26),Rl=Ve(),zl=qr(),rd;Rl&&u()!==59?(rd=zl,zl=void 0):(j(59),rd=_i());let yh=Er();return D(t_.createBindingElement(Al,zl,rd,yh),ml)}function Hu(){let ml=O();j(19);let Al=ut(()=>dn(9,Mc));return j(20),D(t_.createObjectBindingPattern(Al),ml)}function Lc(){let ml=O();j(23);let Al=ut(()=>dn(10,Yu));return j(24),D(t_.createArrayBindingPattern(Al),ml)}function zs(){return u()===19||u()===23||u()===81||Ve()}function _i(ml){return u()===23?Lc():u()===19?Hu():is(ml)}function Xu(){return Pa(!0)}function Pa(ml){let Rl=O(),zl=qe(),rd=_i(DA.Private_identifiers_are_not_allowed_in_variable_declarations),yh;ml&&rd.kind===80&&u()===54&&!Al.hasPrecedingLineBreak()&&(yh=Gt());let kh=wr(),Qh=Wo(u())?void 0:Er(),cf=bA(rd,yh,kh,Qh);return Pe(D(cf,Rl),zl)}function jc(ml){let Al=O(),Rl=0;switch(u()){case 115:break;case 121:Rl|=1;break;case 87:Rl|=2;break;case 160:Rl|=4;break;case 135:if(!Da())break;Rl|=6,B();break;default:P_.fail()}B();let zl;if(u()===165&&H(Jc))zl=ur();else{let Al=he();Se(ml),zl=dn(8,ml?Pa:Xu),Se(Al)}return D(vA(zl,Rl),Al)}function Jc(){return Pi()&&B()===22}function oi(ml,Al,Rl){let zl=jc(!1);en();let rd=fA(Rl,zl);return Pe(D(rd,ml),Al)}function Vs(ml,Al,Rl){let zl=Xe(),rd=Un(Rl);j(100);let yh=ft(42),kh=rd&2048?Ji():is(),Qh=yh?1:0,cf=rd&1024?2:0,r_=mn();rd&32&&_t(!0);let u_=$n(Qh|cf),C_=Ln(59,!1),D_=Bi(Qh|cf,DA.or_expected);_t(zl);let S_=t_.createFunctionDeclaration(Rl,yh,kh,r_,u_,C_,D_);return Pe(D(S_,ml),Al)}function $u(){if(u()===137)return j(137);if(u()===11&&H(B)===21)return le(()=>{let ml=Xn();return ml.text==="constructor"?ml:void 0})}function Rc(ml,Al,Rl){return le(()=>{if($u()){let zl=mn(),rd=$n(0),yh=Ln(59,!1),kh=Bi(0,DA.or_expected),Qh=t_.createConstructorDeclaration(Rl,rd,kh);return Qh.typeParameters=zl,Qh.type=yh,Pe(D(Qh,ml),Al)}})}function Uc(ml,Al,Rl,zl,rd,yh,kh,Qh){let cf=zl?1:0,r_=nn(Rl,fl)?2:0,u_=mn(),C_=$n(cf|r_),D_=Ln(59,!1),S_=Bi(cf|r_,Qh),P_=t_.createMethodDeclaration(Rl,zl,rd,yh,u_,C_,D_,S_);return P_.exclamationToken=kh,Pe(D(P_,ml),Al)}function Na(ml,Rl,zl,rd,yh){let kh=!yh&&!Al.hasPrecedingLineBreak()?ft(54):void 0,Qh=wr(),cf=Pt(90112,Er);Wl(rd,Qh,cf);let r_=t_.createPropertyDeclaration(zl,rd,yh||kh,Qh,cf);return Pe(D(r_,ml),Rl)}function Ws(ml,Al,Rl){let zl=ft(42),rd=qr(),yh=ft(58);return zl||u()===21||u()===30?Uc(ml,Al,Rl,zl,rd,yh,void 0,DA.or_expected):Na(ml,Al,Rl,rd,yh)}function ci(ml,Al,Rl,zl,rd){let yh=qr(),kh=mn(),Qh=$n(0),cf=Ln(59,!1),r_=Bi(rd),u_=zl===178?t_.createGetAccessorDeclaration(Rl,yh,Qh,cf,r_):t_.createSetAccessorDeclaration(Rl,yh,Qh,r_);return u_.typeParameters=kh,T_(u_)&&(u_.type=cf),Pe(D(u_,ml),Al)}function Bc(){let ml;if(u()===60)return!0;for(;Xr(u());){if(ml=u(),n2(ml))return!0;B()}if(u()===42||(Sr()&&(ml=u(),B()),u()===23))return!0;if(ml!==void 0){if(!yi(ml)||ml===153||ml===139)return!0;switch(u()){case 21:case 30:case 54:case 59:case 64:case 58:return!0;default:return or()}}return!1}function Qu(ml,Al,Rl){Hn(126);let zl=Ku(),rd=Pe(D(t_.createClassStaticBlockDeclaration(zl),ml),Al);return rd.modifiers=Rl,rd}function Ku(){let ml=Ee(),Al=Xe();$e(!1),_t(!0);let Rl=Gr(!1);return $e(ml),_t(Al),Rl}function qc(){if(Xe()&&u()===135){let ml=O(),Al=vt(DA.Expression_expected);B();let Rl=on(ml,Al,!0);return js(ml,Rl)}return Li()}function Fc(){let ml=O();if(!Je(60))return;let Al=Ei(qc);return D(t_.createDecorator(Al),ml)}function Gs(ml,Al,Rl){let zl=O(),rd=u();if(u()===87&&Al){if(!le(as))return}else{if(Rl&&u()===126&&H(Oa))return;if(ml&&u()===126)return;if(!L_())return}return D(rA(rd),zl)}function jn(ml,Al,Rl){let zl=O(),rd,yh,kh,Qh=!1,cf=!1,t_=!1;if(ml&&u()===60)for(;yh=Fc();)rd=An(rd,yh);for(;kh=Gs(Qh,Al,Rl);)kh.kind===126&&(Qh=!0),rd=An(rd,kh),cf=!0;if(cf&&ml&&u()===60)for(;yh=Fc();)rd=An(rd,yh),t_=!0;if(t_)for(;kh=Gs(Qh,Al,Rl);)kh.kind===126&&(Qh=!0),rd=An(rd,kh);return rd&&Dt(rd,zl)}function zc(){let ml;if(u()===134){let Al=O();B();let Rl=D(rA(134),Al);ml=Dt([Rl],Al)}return ml}function Vc(){let ml=O(),Al=qe();if(u()===27)return B(),Pe(D(t_.createSemicolonClassElement(),ml),Al);let Rl=jn(!0,!0,!0);if(u()===126&&H(Oa))return Qu(ml,Al,Rl);if(ni(139))return ci(ml,Al,Rl,178,0);if(ni(153))return ci(ml,Al,Rl,179,0);if(u()===137||u()===11){let zl=Rc(ml,Al,Rl);if(zl)return zl}if(Vr())return vs(ml,Al,Rl);if(kt(u())||u()===11||u()===9||u()===10||u()===42||u()===23)if(nn(Rl,Pc)){for(let ml of Rl)ml.flags|=33554432;return St(33554432,()=>Ws(ml,Al,Rl))}else return Ws(ml,Al,Rl);if(Rl){let zl=Yt(80,!0,DA.Declaration_expected);return Na(ml,Al,Rl,zl,void 0)}return P_.fail("Should not have attempted to parse class member declaration.")}function Zu(){let ml=O(),Al=qe(),Rl=jn(!0);if(u()===86)return Hs(ml,Al,Rl,232);let zl=Yt(283,!0,DA.Expression_expected);return Wp(zl,ml),zl.modifiers=Rl,zl}function ep(){return Hs(O(),qe(),void 0,232)}function Ys(ml,Al,Rl){return Hs(ml,Al,Rl,264)}function Hs(ml,Al,Rl,zl){let rd=Xe();j(86);let yh=tp(),kh=mn();nn(Rl,nv)&&_t(!0);let Qh=Gc(),cf;j(19)?(cf=Yc(),j(20)):cf=ur(),_t(rd);let r_=zl===264?t_.createClassDeclaration(Rl,yh,kh,Qh,cf):t_.createClassExpression(Rl,yh,kh,Qh,cf);return Pe(D(r_,ml),Al)}function tp(){return Ve()&&!Wc()?cr(Ve()):void 0}function Wc(){return u()===119&&H(Zl)}function Gc(){if(Xs())return Tn(22,np)}function np(){let ml=O(),Al=u();P_.assert(Al===96||Al===119),B();let Rl=dn(7,rp);return D(t_.createHeritageClause(Al,Rl),ml)}function rp(){let ml=O(),Al=Li();if(Al.kind===234)return Al;let Rl=Ia();return D(t_.createExpressionWithTypeArguments(Al,Rl),ml)}function Ia(){return u()===30?Fr(20,ot,30,32):void 0}function Xs(){return u()===96||u()===119}function Yc(){return Tn(5,Vc)}function ip(ml,Al,Rl){j(120);let zl=vt(),rd=mn(),yh=Gc(),kh=yo(),Qh=t_.createInterfaceDeclaration(Rl,zl,rd,yh,kh);return Pe(D(Qh,ml),Al)}function ap(ml,Rl,zl){j(156),Al.hasPrecedingLineBreak()&&Ce(DA.Line_break_not_permitted_here);let rd=vt(),yh=mn();j(64);let kh=u()===141&&le(So)||ot();en();let Qh=t_.createTypeAliasDeclaration(zl,rd,yh,kh);return Pe(D(Qh,ml),Rl)}function $s(){let ml=O(),Al=qe(),Rl=qr(),zl=ut(Er);return Pe(D(t_.createEnumMember(Rl,zl),ml),Al)}function sp(ml,Al,Rl){j(94);let zl=vt(),rd;j(19)?(rd=we(()=>dn(6,$s)),j(20)):rd=ur();let yh=t_.createEnumDeclaration(Rl,zl,rd);return Pe(D(yh,ml),Al)}function Qs(){let ml=O(),Al;return j(19)?(Al=Tn(1,Ht),j(20)):Al=ur(),D(t_.createModuleBlock(Al),ml)}function Hc(ml,Al,Rl,zl){let rd=zl&32,yh=zl&8?Ut():vt(),kh=Je(25)?Hc(O(),!1,void 0,8|rd):Qs(),Qh=t_.createModuleDeclaration(Rl,yh,kh,zl);return Pe(D(Qh,ml),Al)}function Xc(ml,Al,Rl){let zl=0,rd;u()===162?(rd=vt(),zl|=2048):(rd=Xn(),rd.text=Br(rd.text));let yh;u()===19?yh=Qs():en();let kh=t_.createModuleDeclaration(Rl,rd,yh,zl);return Pe(D(kh,ml),Al)}function _p(ml,Al,Rl){let zl=0;if(u()===162)return Xc(ml,Al,Rl);if(Je(145))zl|=32;else if(j(144),u()===11)return Xc(ml,Al,Rl);return Hc(ml,Al,Rl,zl)}function op(){return u()===149&&H($c)}function $c(){return B()===21}function Oa(){return B()===19}function cp(){return B()===44}function lp(ml,Al,Rl){j(130),j(145);let zl=vt();en();let rd=t_.createNamespaceExportDeclaration(zl);return rd.modifiers=Rl,Pe(D(rd,ml),Al)}function qi(ml,Rl,zl){j(102);let rd=Al.getTokenFullStart(),yh;Te()&&(yh=vt());let kh;if(yh?.escapedText==="type"&&(u()!==161||Te()&&H(Oc))&&(Te()||Yr())?(kh=156,yh=Te()?vt():void 0):yh?.escapedText==="defer"&&(u()===161?!H(Ic):u()!==28&&u()!==64)&&(kh=166,yh=Te()?vt():void 0),yh&&!pp()&&kh!==166)return fp(ml,Rl,zl,yh,kh===156);let Qh=Qc(yh,rd,kh,void 0),cf=zi(),r_=Kc();en();let u_=t_.createImportDeclaration(zl,Qh,cf,r_);return Pe(D(u_,ml),Rl)}function Qc(ml,Al,Rl,zl=!1){let rd;return(ml||u()===42||u()===19)&&(rd=dp(ml,Al,Rl,zl),j(161)),rd}function Kc(){let ml=u();if(ml===118||ml===132&&!Al.hasPrecedingLineBreak())return Ks(ml)}function up(){let ml=O(),Al=kt(u())?Ut():ii(11);j(59);let Rl=Vt(!0);return D(t_.createImportAttribute(Al,Rl),ml)}function Ks(ml,Rl){let zl=O();Rl||j(ml);let rd=Al.getTokenStart();if(j(19)){let Rl=Al.hasPrecedingLineBreak(),yh=dn(24,up,!0);if(!j(20)){let ml=Va(IA);ml&&ml.code===DA._0_expected.code&&ll(ml,Ja(EA,CA,rd,1,DA.The_parser_expected_to_find_a_1_to_match_the_0_token_here,"{","}"))}return D(t_.createImportAttributes(yh,Rl,ml),zl)}else{let Al=Dt([],O(),void 0,!1);return D(t_.createImportAttributes(Al,!1,ml),zl)}}function Yr(){return u()===42||u()===19}function pp(){return u()===28||u()===161}function fp(ml,Al,Rl,zl,rd){j(64);let yh=Fi();en();let kh=t_.createImportEqualsDeclaration(Rl,rd,zl,yh);return Pe(D(kh,ml),Al)}function dp(ml,Rl,zl,rd){let yh;return(!ml||Je(28))&&(rd&&Al.setSkipJsDocLeadingAsterisks(!0),u()===42?yh=hp():yh=Zc(276),rd&&Al.setSkipJsDocLeadingAsterisks(!1)),D(t_.createImportClause(zl,ml,yh),Rl)}function Fi(){return op()?mp():zr(!1)}function mp(){let ml=O();j(149),j(21);let Al=zi();return j(22),D(t_.createExternalModuleReference(Al),ml)}function zi(){if(u()===11){let ml=Xn();return ml.text=Br(ml.text),ml}else return At()}function hp(){let ml=O();j(42),j(130);let Al=vt();return D(t_.createNamespaceImport(Al),ml)}function Zs(){return kt(u())||u()===11}function li(ml){return u()===11?Xn():ml()}function Zc(ml){let Al=O(),Rl=ml===276?t_.createNamedImports(Fr(23,yp,19,20)):t_.createNamedExports(Fr(23,ui,19,20));return D(Rl,Al)}function ui(){let ml=qe();return Pe(el(282),ml)}function yp(){return el(277)}function el(ml){let Rl=O(),zl=yi(u())&&!Te(),rd=Al.getTokenStart(),yh=Al.getTokenEnd(),kh=!1,Qh,cf=!0,r_=li(Ut);if(r_.kind===80&&r_.escapedText==="type")if(u()===130){let ml=Ut();if(u()===130){let Al=Ut();Zs()?(kh=!0,Qh=ml,r_=li(ce),cf=!1):(Qh=r_,r_=Al,cf=!1)}else Zs()?(Qh=r_,cf=!1,r_=li(ce)):(kh=!0,r_=ml)}else Zs()&&(kh=!0,r_=li(ce));cf&&u()===130&&(Qh=r_,j(130),r_=li(ce)),ml===277&&(r_.kind!==80?(at(Ir(CA,r_.pos),r_.end,DA.Identifier_expected),r_=vi(Yt(80,!1),r_.pos,r_.pos)):zl&&at(rd,yh,DA.Identifier_expected));let u_=ml===277?t_.createImportSpecifier(kh,Qh,r_):t_.createExportSpecifier(kh,Qh,r_);return D(u_,Rl);function ce(){return zl=yi(u())&&!Te(),rd=Al.getTokenStart(),yh=Al.getTokenEnd(),Ut()}}function gp(ml){return D(t_.createNamespaceExport(li(Ut)),ml)}function tl(ml,Rl,zl){let rd=Xe();_t(!0);let yh,kh,Qh,cf=Je(156),r_=O();Je(42)?(Je(130)&&(yh=gp(r_)),j(161),kh=zi()):(yh=Zc(280),(u()===161||u()===11&&!Al.hasPrecedingLineBreak())&&(j(161),kh=zi()));let u_=u();kh&&(u_===118||u_===132)&&!Al.hasPrecedingLineBreak()&&(Qh=Ks(u_)),en(),_t(rd);let C_=t_.createExportDeclaration(zl,cf,yh,kh,Qh);return Pe(D(C_,ml),Rl)}function nl(ml,Al,Rl){let zl=Xe();_t(!0);let rd;Je(64)?rd=!0:j(90);let yh=Vt(!0);en(),_t(zl);let kh=t_.createExportAssignment(Rl,rd,yh);return Pe(D(kh,ml),Al)}let $A;(ml=>{ml[ml.SourceElements=0]="SourceElements",ml[ml.BlockStatements=1]="BlockStatements",ml[ml.SwitchClauses=2]="SwitchClauses",ml[ml.SwitchClauseStatements=3]="SwitchClauseStatements",ml[ml.TypeMembers=4]="TypeMembers",ml[ml.ClassMembers=5]="ClassMembers",ml[ml.EnumMembers=6]="EnumMembers",ml[ml.HeritageClauseElement=7]="HeritageClauseElement",ml[ml.VariableDeclarations=8]="VariableDeclarations",ml[ml.ObjectBindingElements=9]="ObjectBindingElements",ml[ml.ArrayBindingElements=10]="ArrayBindingElements",ml[ml.ArgumentExpressions=11]="ArgumentExpressions",ml[ml.ObjectLiteralMembers=12]="ObjectLiteralMembers",ml[ml.JsxAttributes=13]="JsxAttributes",ml[ml.JsxChildren=14]="JsxChildren",ml[ml.ArrayLiteralMembers=15]="ArrayLiteralMembers",ml[ml.Parameters=16]="Parameters",ml[ml.JSDocParameters=17]="JSDocParameters",ml[ml.RestProperties=18]="RestProperties",ml[ml.TypeParameters=19]="TypeParameters",ml[ml.TypeArguments=20]="TypeArguments",ml[ml.TupleElementTypes=21]="TupleElementTypes",ml[ml.HeritageClauses=22]="HeritageClauses",ml[ml.ImportOrExportSpecifiers=23]="ImportOrExportSpecifiers",ml[ml.ImportAttributes=24]="ImportAttributes",ml[ml.JSDocComment=25]="JSDocComment",ml[ml.Count=26]="Count"})($A||($A={}));let JA;(ml=>{ml[ml.False=0]="False",ml[ml.True=1]="True",ml[ml.Unknown=2]="Unknown"})(JA||(JA={}));let HA;(ml=>{function p(ml,Rl,zl){zn("file.js",ml,99,void 0,1,0),Al.setText(ml,Rl,zl),PA=Al.scan();let rd=m(),yh=se("file.js",99,1,!1,[],rA(1),0,Ha),kh=Hi(IA,yh);return BA&&(yh.jsDocDiagnostics=Hi(BA,yh)),Vn(),rd?{jsDocTypeExpression:rd,diagnostics:kh}:void 0}ml.parseJSDocTypeExpressionForTests=p;function m(ml){let Al=O(),Rl=(ml?Je:j)(19),zl=St(16777216,hs);(!ml||Rl)&&I_(20);let rd=t_.createJSDocTypeExpression(zl);return L(rd),D(rd,Al)}ml.parseJSDocTypeExpression=m;function g(){let ml=O(),Al=Je(19),Rl=O(),zl=zr(!1);for(;u()===81;)It(),ze(),zl=D(t_.createJSDocMemberName(zl,vt()),Rl);Al&&I_(20);let rd=t_.createJSDocNameReference(zl);return L(rd),D(rd,ml)}ml.parseJSDocNameReference=g;function v(ml,Al,Rl){zn("",ml,99,void 0,1,0);let zl=St(16777216,()=>ee(Al,Rl)),rd=Hi(IA,{languageVariant:0,text:ml});return Vn(),zl?{jsDoc:zl,diagnostics:rd}:void 0}ml.parseIsolatedJSDocComment=v;function P(ml,Al,Rl){let zl=PA,rd=IA.length,yh=UA,kh=St(16777216,()=>ee(Al,Rl));return Df(kh,ml),MA&524288&&(BA||(BA=[]),Dn(BA,IA,rd)),PA=zl,IA.length=rd,UA=yh,kh}ml.parseJSDocComment=P;let Rl;(ml=>{ml[ml.BeginningOfLine=0]="BeginningOfLine",ml[ml.SawAsterisk=1]="SawAsterisk",ml[ml.SavingComments=2]="SavingComments",ml[ml.SavingBackticks=3]="SavingBackticks"})(Rl||(Rl={}));let zl;(ml=>{ml[ml.Property=1]="Property",ml[ml.Parameter=2]="Parameter",ml[ml.CallbackParameter=4]="CallbackParameter"})(zl||(zl={}));function ee(ml=0,Rl){let zl=CA,rd=Rl===void 0?zl.length:ml+Rl;if(Rl=rd-ml,P_.assert(ml>=0),P_.assert(ml<=rd),P_.assert(rd<=zl.length),!zv(zl,ml))return;let yh,kh,Qh,cf,r_,u_=[],C_=[],D_=QA;QA|=1<<25;let S_=Al.scanRange(ml+3,Rl-5,Cr);return QA=D_,S_;function Cr(){let Rl=1,D_,S_=ml-(zl.lastIndexOf(`\n`,ml)+1)+4;function ne(ml){D_||(D_=S_),u_.push(ml),S_+=ml.length}for(ze();Yi(5););Yi(4)&&(Rl=0,S_=0);e:for(;;){switch(u()){case 60:bp(u_),r_||(r_=O()),We(r(S_)),Rl=0,D_=void 0;break;case 4:u_.push(Al.getTokenText()),Rl=0,S_=0;break;case 42:let zl=Al.getTokenText();Rl===1?(Rl=2,ne(zl)):(P_.assert(Rl===0),Rl=1,S_+=zl.length);break;case 5:P_.assert(Rl!==2,"whitespace shouldn't come from the scanner while saving top-level comment text");let rd=Al.getTokenText();D_!==void 0&&S_+rd.length>D_&&u_.push(rd.slice(D_-S_)),S_+=rd.length;break;case 1:break e;case 82:Rl=2,ne(Al.getTokenValue());break;case 19:Rl=2;let yh=Al.getTokenFullStart(),kh=Al.getTokenEnd()-1,Qh=l(kh);if(Qh){cf||Vi(u_),C_.push(D(t_.createJSDocText(u_.join("")),cf??ml,yh)),C_.push(Qh),u_=[],cf=Al.getTokenEnd();break}default:Rl=2,ne(Al.getTokenText());break}Rl===2?_n(!1):ze()}let Cg=u_.join("").trimEnd();C_.length&&Cg.length&&C_.push(D(t_.createJSDocText(Cg),cf??ml,r_)),C_.length&&yh&&P_.assertIsDefined(r_,"having parsed tags implies that the end of the comment span should be set");let eA=yh&&Dt(yh,kh,Qh);return D(t_.createJSDocComment(C_.length?Dt(C_,ml,r_):Cg.length?Cg:void 0,eA),ml,rd)}function Vi(ml){for(;ml.length&&(ml[0]===`\n`||ml[0]==="\r");)ml.shift()}function bp(ml){for(;ml.length;){let Al=ml[ml.length-1].trimEnd();if(Al==="")ml.pop();else if(Al.lengthcf&&(rd.push(Rl.slice(cf-ml)),Qh=2),ml+=Rl.length;break;case 19:Qh=2;let r_=Al.getTokenFullStart(),u_=Al.getTokenEnd()-1,C_=l(u_);C_?(yh.push(D(t_.createJSDocText(rd.join("")),kh??zl,r_)),yh.push(C_),rd=[],kh=Al.getTokenEnd()):hn(Al.getTokenText());break;case 62:Qh===3?Qh=2:Qh=3,hn(Al.getTokenText());break;case 82:Qh!==3&&(Qh=2),hn(Al.getTokenValue());break;case 42:if(Qh===0){Qh=1,ml+=1;break}default:Qh!==3&&(Qh=2),hn(Al.getTokenText());break}Qh===2||Qh===3?r_=_n(Qh===3):r_=ze()}Vi(rd);let u_=rd.join("").trimEnd();if(yh.length)return u_.length&&yh.push(D(t_.createJSDocText(u_),kh??zl)),Dt(yh,zl,Al.getTokenEnd());if(u_.length)return u_}function l(ml){let Rl=le(x);if(!Rl)return;ze(),wn();let zl=d(),rd=[];for(;u()!==20&&u()!==4&&u()!==1;)rd.push(Al.getTokenText()),ze();let yh=Rl==="link"?t_.createJSDocLink:Rl==="linkcode"?t_.createJSDocLinkCode:t_.createJSDocLinkPlain;return D(yh(zl,rd.join("")),ml,Al.getTokenEnd())}function d(){if(kt(u())){let ml=O(),Al=Ut();for(;Je(25);)Al=D(t_.createQualifiedName(Al,u()===81?Yt(80,!1):Ut()),ml);for(;u()===81;)It(),ze(),Al=D(t_.createJSDocMemberName(Al,vt()),ml);return Al}}function x(){if(J(),u()===19&&ze()===60&&kt(ze())){let ml=Al.getTokenValue();if(F(ml))return ml}}function F(ml){return ml==="link"||ml==="linkcode"||ml==="linkplain"}function pe(ml,Al,Rl,zl){return D(t_.createJSDocUnknownTag(Al,i(ml,O(),Rl,zl)),ml)}function We(ml){ml&&(yh?yh.push(ml):(yh=[ml],kh=ml.pos),Qh=ml.end)}function Mt(){return J(),u()===19?m():void 0}function dr(){let ml=Yi(23);ml&&wn();let Al=Yi(62),Rl=fy();return Al&&Yl(62),ml&&(wn(),ft(64)&&At(),j(24)),{name:Rl,isBracketed:ml}}function kn(ml){switch(ml.kind){case 151:return!0;case 189:return kn(ml.elementType);default:return Lf(ml)&&et(ml.typeName)&&ml.typeName.escapedText==="Object"&&!ml.typeArguments}}function Wi(ml,Al,Rl,zl){let rd=Mt(),yh=!rd;J();let{name:kh,isBracketed:Qh}=dr(),cf=J();yh&&!H(x)&&(rd=Mt());let r_=i(ml,O(),zl,cf),u_=G0(rd,kh,Rl,zl);u_&&(rd=u_,yh=!0);let C_=Rl===1?t_.createJSDocPropertyTag(Al,kh,Qh,rd,yh,r_):t_.createJSDocParameterTag(Al,kh,Qh,rd,yh,r_);return D(C_,ml)}function G0(ml,Al,Rl,zl){if(ml&&kn(ml.type)){let rd=O(),yh,kh;for(;yh=le(()=>xp(Rl,zl,Al));)yh.kind===342||yh.kind===349?kh=An(kh,yh):yh.kind===346&&un(yh.tagName,DA.A_JSDoc_template_tag_may_not_follow_a_typedef_callback_or_overload_tag);if(kh){let Al=D(t_.createJSDocTypeLiteral(kh,ml.type.kind===189),rd);return D(t_.createJSDocTypeExpression(Al),rd)}}}function Y0(ml,Rl,zl,rd){nn(yh,Pv)&&at(Rl.pos,Al.getTokenStart(),DA._0_tag_already_specified,m_(Rl.escapedText));let kh=Mt();return D(t_.createJSDocReturnTag(Rl,kh,i(ml,O(),zl,rd)),ml)}function yd(ml,Rl,zl,rd){nn(yh,Xf)&&at(Rl.pos,Al.getTokenStart(),DA._0_tag_already_specified,m_(Rl.escapedText));let kh=m(!0),Qh=zl!==void 0&&rd!==void 0?i(ml,O(),zl,rd):void 0;return D(t_.createJSDocTypeTag(Rl,kh,Qh),ml)}function H0(ml,Rl,zl,rd){let yh=u()===23||H(()=>ze()===60&&kt(ze())&&F(Al.getTokenValue()))?void 0:g(),kh=zl!==void 0&&rd!==void 0?i(ml,O(),zl,rd):void 0;return D(t_.createJSDocSeeTag(Rl,yh,kh),ml)}function X0(ml,Al,Rl,zl){let rd=Mt(),yh=i(ml,O(),Rl,zl);return D(t_.createJSDocThrowsTag(Al,rd,yh),ml)}function $0(ml,Rl,zl,rd){let yh=O(),kh=Q0(),Qh=Al.getTokenFullStart(),cf=i(ml,Qh,zl,rd);cf||(Qh=Al.getTokenFullStart());let r_=typeof cf!="string"?Dt(Kp([D(kh,yh,Qh)],cf),yh):kh.text+cf;return D(t_.createJSDocAuthorTag(Rl,r_),ml)}function Q0(){let ml=[],Rl=!1,zl=Al.getToken();for(;zl!==1&&zl!==4;){if(zl===30)Rl=!0;else{if(zl===60&&!Rl)break;if(zl===32&&Rl){ml.push(Al.getTokenText()),Al.resetTokenState(Al.getTokenEnd());break}}ml.push(Al.getTokenText()),zl=ze()}return t_.createJSDocText(ml.join(""))}function K0(ml,Al,Rl,zl){let rd=gd();return D(t_.createJSDocImplementsTag(Al,rd,i(ml,O(),Rl,zl)),ml)}function Z0(ml,Al,Rl,zl){let rd=gd();return D(t_.createJSDocAugmentsTag(Al,rd,i(ml,O(),Rl,zl)),ml)}function ey(ml,Al,Rl,zl){let rd=m(!1),yh=Rl!==void 0&&zl!==void 0?i(ml,O(),Rl,zl):void 0;return D(t_.createJSDocSatisfiesTag(Al,rd,yh),ml)}function ty(ml,Rl,zl,rd){let yh=Al.getTokenFullStart(),kh;Te()&&(kh=vt());let Qh=Qc(kh,yh,156,!0),cf=zi(),r_=Kc(),u_=zl!==void 0&&rd!==void 0?i(ml,O(),zl,rd):void 0;return D(t_.createJSDocImportTag(Rl,Qh,cf,r_,u_),ml)}function gd(){let ml=Je(19),Rl=O(),zl=ny();Al.setSkipJsDocLeadingAsterisks(!0);let rd=Ia();Al.setSkipJsDocLeadingAsterisks(!1);let yh=t_.createExpressionWithTypeArguments(zl,rd),kh=D(yh,Rl);return ml&&(wn(),j(20)),kh}function ny(){let ml=O(),Al=pi();for(;Je(25);){let Rl=pi();Al=D(sA(Al,Rl),ml)}return Al}function Gi(ml,Al,Rl,zl,rd){return D(Al(Rl,i(ml,O(),zl,rd)),ml)}function bd(ml,Al,Rl,zl){let rd=m(!0);return wn(),D(t_.createJSDocThisTag(Al,rd,i(ml,O(),Rl,zl)),ml)}function ry(ml,Al,Rl,zl){let rd=m(!0);return wn(),D(t_.createJSDocEnumTag(Al,rd,i(ml,O(),Rl,zl)),ml)}function iy(ml,Al,Rl,zl){let rd=Mt();J();let yh=vp();wn();let kh=_(Rl),Qh;if(!rd||kn(rd.type)){let Al,zl,yh,kh=!1;for(;(Al=le(()=>cy(Rl)))&&Al.kind!==346;)if(kh=!0,Al.kind===345)if(zl){let ml=Ce(DA.A_JSDoc_typedef_comment_may_not_contain_multiple_type_tags);ml&&ll(ml,Ja(EA,CA,0,0,DA.The_tag_was_first_specified_here));break}else zl=Al;else yh=An(yh,Al);if(kh){let Al=rd&&rd.type.kind===189,Rl=t_.createJSDocTypeLiteral(yh,Al);rd=zl&&zl.typeExpression&&!kn(zl.typeExpression.type)?zl.typeExpression:D(Rl,ml),Qh=rd.end}}Qh=Qh||kh!==void 0?O():(yh??rd??Al).end,kh||(kh=i(ml,Qh,Rl,zl));let cf=t_.createJSDocTypedefTag(Al,rd,yh,kh);return D(cf,ml,Qh)}function vp(ml){let Rl=Al.getTokenStart();if(!kt(u()))return;let zl=pi();if(Je(25)){let Al=vp(!0),rd=t_.createModuleDeclaration(void 0,zl,Al,ml?8:void 0);return D(rd,Rl)}return ml&&(zl.flags|=4096),zl}function ay(ml){let Al=O(),Rl,zl;for(;Rl=le(()=>xp(4,ml));){if(Rl.kind===346){un(Rl.tagName,DA.A_JSDoc_template_tag_may_not_follow_a_typedef_callback_or_overload_tag);break}zl=An(zl,Rl)}return Dt(zl||[],Al)}function vd(ml,Al){let Rl=ay(Al),zl=le(()=>{if(Yi(60)){let ml=r(Al);if(ml&&ml.kind===343)return ml}});return D(t_.createJSDocSignature(void 0,Rl,zl),ml)}function sy(ml,Al,Rl,zl){let rd=vp();wn();let yh=_(Rl),kh=vd(ml,Rl);yh||(yh=i(ml,O(),Rl,zl));let Qh=yh!==void 0?O():kh.end;return D(t_.createJSDocCallbackTag(Al,kh,rd,yh),ml,Qh)}function _y(ml,Al,Rl,zl){wn();let rd=_(Rl),yh=vd(ml,Rl);rd||(rd=i(ml,O(),Rl,zl));let kh=rd!==void 0?O():yh.end;return D(t_.createJSDocOverloadTag(Al,yh,rd),ml,kh)}function oy(ml,Al){for(;!et(ml)||!et(Al);)if(!et(ml)&&!et(Al)&&ml.right.escapedText===Al.right.escapedText)ml=ml.left,Al=Al.left;else return!1;return ml.escapedText===Al.escapedText}function cy(ml){return xp(1,ml)}function xp(ml,Al,Rl){let zl=!0,rd=!1;for(;;)switch(ze()){case 60:if(zl){let zl=ly(ml,Al);return zl&&(zl.kind===342||zl.kind===349)&&Rl&&(et(zl.name)||!oy(Rl,zl.name.left))?!1:zl}rd=!1;break;case 4:zl=!0,rd=!1;break;case 42:rd&&(zl=!1),rd=!0;break;case 80:zl=!1;break;case 1:return!1}}function ly(ml,Rl){P_.assert(u()===60);let zl=Al.getTokenFullStart();ze();let rd=pi(),yh=J(),kh;switch(rd.escapedText){case"type":return ml===1&&yd(zl,rd);case"prop":case"property":kh=1;break;case"arg":case"argument":case"param":kh=6;break;case"template":return xd(zl,rd,Rl,yh);case"this":return bd(zl,rd,Rl,yh);default:return!1}return ml&kh?Wi(zl,rd,ml,Rl):!1}function uy(){let ml=O(),Al=Yi(23);Al&&wn();let Rl=jn(!1,!0),zl=pi(DA.Unexpected_token_A_type_parameter_name_was_expected_without_curly_braces),rd;if(Al&&(wn(),j(64),rd=St(16777216,hs),j(24)),!ea(zl))return D(t_.createTypeParameterDeclaration(Rl,zl,void 0,rd),ml)}function py(){let ml=O(),Al=[];do{wn();let ml=uy();ml!==void 0&&Al.push(ml),J()}while(Yi(28));return Dt(Al,ml)}function xd(ml,Al,Rl,zl){let rd=u()===19?m():void 0,yh=py();return D(t_.createJSDocTemplateTag(Al,rd,yh,i(ml,O(),Rl,zl)),ml)}function Yi(ml){return u()===ml?(ze(),!0):!1}function fy(){let ml=pi();for(Je(23)&&j(24);Je(25);){let Al=pi();Je(23)&&j(24),ml=eu(ml,Al)}return ml}function pi(ml){if(!kt(u()))return Yt(80,!ml,ml||DA.Identifier_expected);OA++;let Rl=Al.getTokenStart(),zl=Al.getTokenEnd(),rd=u(),yh=Br(Al.getTokenValue()),kh=D(eA(yh,rd),Rl,zl);return ze(),kh}}})(HA=ml.JSDocParser||(ml.JSDocParser={}))})(Iw||(Iw={}));var Bw=new WeakSet;function Zv(ml){Bw.has(ml)&&P_.fail("Source file has already been incrementally parsed"),Bw.add(ml)}var Fw=new WeakSet;function e6(ml){return Fw.has(ml)}function $p(ml){Fw.add(ml)}var Pw;(ml=>{function t(ml,Al,Rl,zl){if(zl=zl||P_.shouldAssert(2),y(ml,Al,Rl,zl),Ng(Rl))return ml;if(ml.statements.length===0)return Iw.parseSourceFile(ml.fileName,Al,ml.languageVersion,void 0,!0,ml.scriptKind,ml.setExternalModuleIndicator,ml.jsDocParsingMode);Zv(ml),Iw.fixupParentReferences(ml);let rd=ml.text,yh=G(ml),kh=c(ml,Rl);y(ml,Al,kh,zl),P_.assert(kh.span.start<=Rl.span.start),P_.assert(Dr(kh.span)===Dr(Rl.span)),P_.assert(Dr(n_(kh))===Dr(n_(Rl)));let Qh=n_(kh).length-kh.span.length;S(ml,kh.span.start,Dr(kh.span),Dr(n_(kh)),Qh,rd,Al,zl);let cf=Iw.parseSourceFile(ml.fileName,Al,ml.languageVersion,yh,!0,ml.scriptKind,ml.setExternalModuleIndicator,ml.jsDocParsingMode);return cf.commentDirectives=a(ml.commentDirectives,cf.commentDirectives,kh.span.start,Dr(kh.span),Qh,rd,Al,zl),cf.impliedNodeFormat=ml.impliedNodeFormat,Mv(ml,cf),cf}ml.updateSourceFile=t;function a(ml,Al,Rl,zl,rd,yh,kh,Qh){if(!ml)return Al;let cf,t_=!1;for(let Al of ml){let{range:ml,type:t_}=Al;if(ml.endzl){oe();let Al={range:{pos:ml.pos+rd,end:ml.end+rd},type:t_};cf=An(cf,Al),Qh&&P_.assert(yh.substring(ml.pos,ml.end)===kh.substring(Al.range.pos,Al.range.end))}}return oe(),cf;function oe(){t_||(t_=!0,cf?Al&&cf.push(...Al):cf=Al)}}function s(ml,Al,Rl,zl,rd,yh,kh){Rl?Le(ml):ae(ml);return;function ae(ml){let Rl="";if(kh&&f(ml)&&(Rl=rd.substring(ml.pos,ml.end)),Kd(ml,Al),vi(ml,ml.pos+zl,ml.end+zl),kh&&f(ml)&&P_.assert(Rl===yh.substring(ml.pos,ml.end)),$t(ml,ae,Le),Zi(ml))for(let Al of ml.jsDoc)ae(Al);b(ml,kh)}function Le(ml){vi(ml,ml.pos+zl,ml.end+zl);for(let Al of ml)ae(Al)}}function f(ml){switch(ml.kind){case 11:case 9:case 80:return!0}return!1}function h(ml,Al,Rl,zl,rd){P_.assert(ml.end>=Al,"Adjusting an element that was entirely before the change range"),P_.assert(ml.pos<=Rl,"Adjusting an element that was entirely after the change range"),P_.assert(ml.pos<=ml.end);let yh=Math.min(ml.pos,zl),kh=ml.end>=Rl?ml.end+rd:Math.min(ml.end,zl);if(P_.assert(yh<=kh),ml.parent){let Al=ml.parent;P_.assertGreaterThanOrEqual(yh,Al.pos),P_.assertLessThanOrEqual(kh,Al.end)}vi(ml,yh,kh)}function b(ml,Al){if(Al){let Al=ml.pos,ve=ml=>{P_.assert(ml.pos>=Al),Al=ml.end};if(Zi(ml))for(let Al of ml.jsDoc)ve(Al);$t(ml,ve),P_.assert(Al<=ml.end)}}function S(ml,Al,Rl,zl,rd,yh,kh,Qh){Le(ml);return;function Le(cf){if(P_.assert(cf.pos<=cf.end),cf.pos>Rl){s(cf,ml,!1,rd,yh,kh,Qh);return}let t_=cf.end;if(t_>=Al){if($p(cf),Kd(cf,ml),h(cf,Al,Rl,zl,rd),$t(cf,Le,V),Zi(cf))for(let ml of cf.jsDoc)Le(ml);b(cf,Qh);return}P_.assert(t_Rl){s(cf,ml,!0,rd,yh,kh,Qh);return}let t_=cf.end;if(t_>=Al){$p(cf),h(cf,Al,Rl,zl,rd);for(let ml of cf)Le(ml);return}P_.assert(t_0&&Al<=1;Al++){let Al=W(ml,Rl);P_.assert(Al.pos<=Rl);let zl=Al.pos;Rl=Math.max(0,zl-1)}let zl=Pg(Rl,Dr(Al.span)),rd=Al.newLength+(Al.span.start-Rl);return Zm(zl,rd)}function W(ml,Al){let Rl=ml,zl;if($t(ml,me),zl){let ml=ge(zl);ml.pos>Rl.pos&&(Rl=ml)}return Rl;function ge(ml){for(;;){let Al=mb(ml);if(Al)ml=Al;else return ml}}function me(ml){if(!ea(ml))if(ml.pos<=Al){if(ml.pos>=Rl.pos&&(Rl=ml),AlAl),!0}}function y(ml,Al,Rl,zl){let rd=ml.text;if(Rl&&(P_.assert(rd.length-Rl.span.length+Rl.newLength===Al.length),zl||P_.shouldAssert(3))){let ml=rd.substr(0,Rl.span.start),zl=Al.substr(0,Rl.span.start);P_.assert(ml===zl);let yh=rd.substring(Dr(Rl.span),rd.length),kh=Al.substring(Dr(n_(Rl)),Al.length);P_.assert(yh===kh)}}function G(ml){let Al=ml.statements,Rl=0;P_.assert(Rl=ml.pos&&rd=ml.pos&&rd{ml[ml.Value=-1]="Value"})(Al||(Al={}))})(Pw||(Pw={}));function t6(ml){return n6(ml)!==void 0}function n6(ml){let Al=Rm(ml,WE,!1);if(Al)return Al;if(eg(ml,".ts")){let Al=Jm(ml),Rl=Al.lastIndexOf(".d.");if(Rl>=0)return Al.substring(Rl)}}function r6(ml,Al,Rl,zl){if(ml){if(ml==="import")return 99;if(ml==="require")return 1;zl(Al,Rl-Al,DA.resolution_mode_should_be_either_require_or_import)}}function i6(ml,Al){let Rl=[];for(let ml of Bp(Al,0)||u_){let zl=Al.substring(ml.pos,ml.end);c6(Rl,ml,zl)}ml.pragmas=new Map;for(let Al of Rl){if(ml.pragmas.has(Al.name)){let Rl=ml.pragmas.get(Al.name);Rl instanceof Array?Rl.push(Al.args):ml.pragmas.set(Al.name,[Rl,Al.args]);continue}ml.pragmas.set(Al.name,Al.args)}}function a6(ml,Al){ml.checkJsDirective=void 0,ml.referencedFiles=[],ml.typeReferenceDirectives=[],ml.libReferenceDirectives=[],ml.amdDependencies=[],ml.pragmas.forEach((Rl,zl)=>{switch(zl){case"reference":{let zl=ml.referencedFiles,rd=ml.typeReferenceDirectives,yh=ml.libReferenceDirectives;Bn(wp(Rl),ml=>{let{types:Rl,lib:kh,path:Qh,["resolution-mode"]:cf,preserve:t_}=ml.arguments,r_=t_==="true"?!0:void 0;if(ml.arguments["no-default-lib"]!=="true")if(Rl){let ml=r6(cf,Rl.pos,Rl.end,Al);rd.push({pos:Rl.pos,end:Rl.end,fileName:Rl.value,...ml?{resolutionMode:ml}:{},...r_?{preserve:r_}:{}})}else kh?yh.push({pos:kh.pos,end:kh.end,fileName:kh.value,...r_?{preserve:r_}:{}}):Qh?zl.push({pos:Qh.pos,end:Qh.end,fileName:Qh.value,...r_?{preserve:r_}:{}}):Al(ml.range.pos,ml.range.end-ml.range.pos,DA.Invalid_reference_directive_syntax)});break}case"amd-dependency":{ml.amdDependencies=Lp(wp(Rl),ml=>({name:ml.arguments.name,path:ml.arguments.path}));break}case"amd-module":{if(Rl instanceof Array)for(let zl of Rl)ml.moduleName&&Al(zl.range.pos,zl.range.end-zl.range.pos,DA.An_AMD_module_cannot_have_multiple_name_assignments),ml.moduleName=zl.arguments.name;else ml.moduleName=Rl.arguments.name;break}case"ts-nocheck":case"ts-check":{Bn(wp(Rl),Al=>{(!ml.checkJsDirective||Al.range.pos>ml.checkJsDirective.pos)&&(ml.checkJsDirective={enabled:zl==="ts-check",end:Al.range.end,pos:Al.range.pos})});break}case"jsx":case"jsxfrag":case"jsximportsource":case"jsxruntime":return;default:P_.fail("Unhandled pragma kind")}})}var Rw=new Map;function s6(ml){if(Rw.has(ml))return Rw.get(ml);let Al=new RegExp(`(\\s${ml}\\s*=\\s*)(?:(?:'([^']*)')|(?:"([^"]*)"))`,"im");return Rw.set(ml,Al),Al}var Nw=/^\/\/\/\s*<(\S+)\s.*?\/>/m,Ow=/^\/\/\/?\s*@([^\s:]+)((?:[^\S\r\n]|:).*)?$/m;function c6(ml,Al,Rl){let zl=Al.kind===2&&Nw.exec(Rl);if(zl){let rd=zl[1].toLowerCase(),yh=yA[rd];if(!yh||!(yh.kind&1))return;if(yh.args){let zl={};for(let ml of yh.args){let rd=s6(ml.name).exec(Rl);if(!rd&&!ml.optional)return;if(rd){let Rl=rd[2]||rd[3];if(ml.captureSpan){let yh=Al.pos+rd.index+rd[1].length+1;zl[ml.name]={value:Rl,pos:yh,end:yh+Rl.length}}else zl[ml.name]=Rl}}ml.push({name:rd,args:{arguments:zl,range:Al}})}else ml.push({name:rd,args:{arguments:{},range:Al}});return}let rd=Al.kind===2&&Ow.exec(Rl);if(rd)return Sm(ml,Al,2,rd);if(Al.kind===3){let zl=/@(\S+)(\s+(?:\S.*)?)?$/gm,rd;for(;rd=zl.exec(Rl);)Sm(ml,Al,4,rd)}}function Sm(ml,Al,Rl,zl){if(!zl)return;let rd=zl[1].toLowerCase(),yh=yA[rd];if(!yh||!(yh.kind&Rl))return;let kh=zl[2],Qh=l6(yh,kh);Qh!=="fail"&&ml.push({name:rd,args:{arguments:Qh,range:Al}})}function l6(ml,Al){if(!Al)return{};if(!ml.args)return{};let Rl=Al.trim().split(/\s+/),zl={};for(let Al=0;Alml.kind<310||ml.kind>352);return Rl.kind<167?Rl:Rl.getFirstToken(ml)}getLastToken(ml){this.assertHasRealPosition();let Al=this.getChildren(ml),Rl=Va(Al);if(Rl)return Rl.kind<167?Rl:Rl.getLastToken(ml)}forEachChild(ml,Al){return $t(this,ml,Al)}};function u6(ml,Al){let Rl=[];if(y2(ml))return ml.forEachChild(ml=>{Rl.push(ml)}),Rl;Qw.setText((Al||ml.getSourceFile()).text);let zl=ml.pos,f=Al=>{p_(Rl,zl,Al.pos,ml),Rl.push(Al),zl=Al.end},h=Al=>{p_(Rl,zl,Al.pos,ml),Rl.push(p6(Al,ml)),zl=Al.end};return Bn(ml.jsDoc,f),zl=ml.pos,ml.forEachChild(f,h),p_(Rl,zl,ml.end,ml),Qw.setText(void 0),Rl}function p_(ml,Al,Rl,zl){for(Qw.resetTokenState(Al);Alml.tagName.text==="inheritDoc"||ml.tagName.text==="inheritdoc")}function gl(ml,Al){if(!ml)return u_;let Rl=ts_JsDoc_exports.getJsDocTagsFromDeclarations(ml,Al);if(Al&&(Rl.length===0||ml.some(Th))){let zl=new Set;for(let rd of ml){let ml=Sh(Al,rd,ml=>{var Rl;if(!zl.has(ml))return zl.add(ml),rd.kind===178||rd.kind===179?ml.getContextualJsDocTags(rd,Al):((Rl=ml.declarations)==null?void 0:Rl.length)===1?ml.getJsDocTags(Al):void 0});ml&&(Rl=[...ml,...Rl])}}return Rl}function l_(ml,Al){if(!ml)return u_;let Rl=ts_JsDoc_exports.getJsDocCommentsFromDeclarations(ml,Al);if(Al&&(Rl.length===0||ml.some(Th))){let zl=new Set;for(let rd of ml){let ml=Sh(Al,rd,ml=>{if(!zl.has(ml))return zl.add(ml),rd.kind===178||rd.kind===179?ml.getContextualDocumentationComment(rd,Al):ml.getDocumentationComment(Al)});ml&&(Rl=Rl.length===0?ml.slice():ml.concat(lineBreakPart(),Rl))}}return Rl}function Sh(ml,Al,Rl){var zl;let rd=((zl=Al.parent)==null?void 0:zl.kind)===177?Al.parent.parent:Al.parent;if(!rd)return;let yh=ib(Al);return Sy(X2(rd),zl=>{let rd=ml.getTypeAtLocation(zl),kh=yh&&rd.symbol?ml.getTypeOfSymbol(rd.symbol):rd,Qh=ml.getPropertyOfType(kh,Al.symbol.name);return Qh?Rl(Qh):void 0})}var Hw=class extends Lw{constructor(ml,Al,Rl){super(ml,Al,Rl)}update(ml,Al){return Kv(this,ml,Al)}getLineAndCharacterOfPosition(ml){return Gm(this,ml)}getLineStarts(){return Up(this)}getPositionOfLineAndCharacter(ml,Al,Rl){return vg(Up(this),ml,Al,this.text,Rl)}getLineEndOfPosition(ml){let{line:Al}=this.getLineAndCharacterOfPosition(ml),Rl=this.getLineStarts(),zl;Al+1>=Rl.length&&(zl=this.getEnd()),zl||(zl=Rl[Al+1]-1);let rd=this.getFullText();return rd[zl]===`\n`&&rd[zl-1]==="\r"?zl-1:zl}getNamedDeclarations(){return this.namedDeclarations||(this.namedDeclarations=this.computeNamedDeclarations()),this.namedDeclarations}computeNamedDeclarations(){let ml=Jy();return this.forEachChild(f),ml;function t(Al){let Rl=s(Al);Rl&&ml.add(Rl,Al)}function a(Al){let Rl=ml.get(Al);return Rl||ml.set(Al,Rl=[]),Rl}function s(ml){let Al=mf(ml);return Al&&(Nf(Al)&&hr(Al.expression)?Al.expression.name.text:o1(Al)?getNameFromPropertyName(Al):void 0)}function f(ml){switch(ml.kind){case 263:case 219:case 175:case 174:let Al=ml,Rl=s(Al);if(Rl){let ml=a(Rl),zl=Va(ml);zl&&Al.parent===zl.parent&&Al.symbol===zl.symbol?Al.body&&!zl.body&&(ml[ml.length-1]=Al):ml.push(Al)}$t(ml,f);break;case 264:case 232:case 265:case 266:case 267:case 268:case 272:case 282:case 277:case 274:case 275:case 178:case 179:case 188:t(ml),$t(ml,f);break;case 170:if(!k_(ml,31))break;case 261:case 209:{let Al=ml;if(o2(Al.name)){$t(Al.name,f);break}Al.initializer&&f(Al.initializer)}case 307:case 173:case 172:t(ml);break;case 279:let zl=ml;zl.exportClause&&(th(zl.exportClause)?Bn(zl.exportClause.elements,f):f(zl.exportClause.name));break;case 273:let rd=ml.importClause;rd&&(rd.name&&t(rd.name),rd.namedBindings&&(rd.namedBindings.kind===275?t(rd.namedBindings):Bn(rd.namedBindings.elements,f)));break;case 227:Sf(ml)!==0&&t(ml);default:$t(ml,f)}}}},Vw=class{constructor(ml,Al,Rl){this.fileName=ml,this.text=Al,this.skipTrivia=Rl||(ml=>ml)}getLineAndCharacterOfPosition(ml){return Gm(this,ml)}};function g6(){return{getNodeConstructor:()=>Lw,getTokenConstructor:()=>Uw,getIdentifierConstructor:()=>Gw,getPrivateIdentifierConstructor:()=>qw,getSourceFileConstructor:()=>Hw,getSymbolConstructor:()=>jw,getTypeConstructor:()=>$w,getSignatureConstructor:()=>Jw,getSourceMapSourceConstructor:()=>Vw}}var Ww=["getSemanticDiagnostics","getSuggestionDiagnostics","getCompilerOptionsDiagnostics","getSemanticClassifications","getEncodedSemanticClassifications","getCodeFixesAtPosition","getCombinedCodeFix","applyCodeActionCommand","organizeImports","getEditsForFileRename","getEmitOutput","getApplicableRefactors","getEditsForRefactor","prepareCallHierarchy","provideCallHierarchyIncomingCalls","provideCallHierarchyOutgoingCalls","provideInlayHints","getSupportedCodeFixes","getPasteEdits"],zw=[...Ww,"getCompletionsAtPosition","getCompletionEntryDetails","getCompletionEntrySymbol","getSignatureHelpItems","getQuickInfoAtPosition","getDefinitionAtPosition","getDefinitionAndBoundSpan","getImplementationAtPosition","getTypeDefinitionAtPosition","getReferencesAtPosition","findReferences","getDocumentHighlights","getNavigateToItems","getRenameInfo","findRenameLocations","getApplicableRefactors","preparePasteEditsForFile"];wb(g6());var Yw=new Proxy({},{get:()=>!0});var Kw=Yw["4.8"];function tr(ml,Al=!1){if(ml!=null){if(Kw){if(Al||jl(ml)){let Al=n1(ml);return Al?[...Al]:void 0}return}return ml.modifiers?.filter(ml=>!Ka(ml))}}function wi(ml,Al=!1){if(ml!=null){if(Kw){if(Al||Qf(ml)){let Al=hf(ml);return Al?[...Al]:void 0}return}return ml.decorators?.filter(Ka)}}var Xw={};var Zw=new Proxy({},{get:(ml,Al)=>Al});var eC=Zw,tC=Zw;var rC=eC,nC=tC;var iC=Yw["5.0"],sC=tA,aC=new Set([sC.AmpersandAmpersandToken,sC.BarBarToken,sC.QuestionQuestionToken]),oC=new Set([tA.AmpersandAmpersandEqualsToken,tA.AmpersandEqualsToken,tA.AsteriskAsteriskEqualsToken,tA.AsteriskEqualsToken,tA.BarBarEqualsToken,tA.BarEqualsToken,tA.CaretEqualsToken,tA.EqualsToken,tA.GreaterThanGreaterThanEqualsToken,tA.GreaterThanGreaterThanGreaterThanEqualsToken,tA.LessThanLessThanEqualsToken,tA.MinusEqualsToken,tA.PercentEqualsToken,tA.PlusEqualsToken,tA.QuestionQuestionEqualsToken,tA.SlashEqualsToken]),lC=new Set([sC.AmpersandAmpersandToken,sC.AmpersandToken,sC.AsteriskAsteriskToken,sC.AsteriskToken,sC.BarBarToken,sC.BarToken,sC.CaretToken,sC.EqualsEqualsEqualsToken,sC.EqualsEqualsToken,sC.ExclamationEqualsEqualsToken,sC.ExclamationEqualsToken,sC.GreaterThanEqualsToken,sC.GreaterThanGreaterThanGreaterThanToken,sC.GreaterThanGreaterThanToken,sC.GreaterThanToken,sC.InKeyword,sC.InstanceOfKeyword,sC.LessThanEqualsToken,sC.LessThanLessThanToken,sC.LessThanToken,sC.MinusToken,sC.PercentToken,sC.PlusToken,sC.SlashToken]);function E6(ml){return oC.has(ml.kind)}function A6(ml){return aC.has(ml.kind)}function C6(ml){return lC.has(ml.kind)}function gr(ml){return rt(ml)}function Dh(ml){return ml.kind!==sC.SemicolonClassElement}function Fe(ml,Al){return tr(Al)?.some(Al=>Al.kind===ml)===!0}function Ph(ml){let Al=tr(ml);return Al==null?null:Al[Al.length-1]??null}function Nh(ml){return ml.kind===sC.CommaToken}function D6(ml){return ml.kind===sC.SingleLineCommentTrivia||ml.kind===sC.MultiLineCommentTrivia}function P6(ml){return ml.kind===sC.JSDocComment}function Ih(ml){if(E6(ml))return{type:rC.AssignmentExpression,operator:gr(ml.kind)};if(A6(ml))return{type:rC.LogicalExpression,operator:gr(ml.kind)};if(C6(ml))return{type:rC.BinaryExpression,operator:gr(ml.kind)};throw new Error(`Unexpected binary operator ${rt(ml.kind)}`)}function A_(ml,Al){let Rl=Al.getLineAndCharacterOfPosition(ml);return{column:Rl.character,line:Rl.line+1}}function Zr(ml,Al){let[Rl,zl]=ml.map(ml=>A_(ml,Al));return{end:zl,start:Rl}}function Oh(ml){if(ml.kind===tA.Block)switch(ml.parent.kind){case tA.Constructor:case tA.GetAccessor:case tA.SetAccessor:case tA.ArrowFunction:case tA.FunctionExpression:case tA.FunctionDeclaration:case tA.MethodDeclaration:return!0;default:return!1}return!0}function _a(ml,Al){return[ml.getStart(Al),ml.getEnd()]}function N6(ml){return ml.kind>=sC.FirstToken&&ml.kind<=sC.LastToken}function Mh(ml){return ml.kind>=sC.JsxElement&&ml.kind<=sC.JsxAttribute}function oa(ml){return ml.flags&rA.Let?"let":(ml.flags&rA.AwaitUsing)===rA.AwaitUsing?"await using":ml.flags&rA.Const?"const":ml.flags&rA.Using?"using":"var"}function ki(ml){let Al=tr(ml);if(Al!=null)for(let ml of Al)switch(ml.kind){case sC.PublicKeyword:return"public";case sC.ProtectedKeyword:return"protected";case sC.PrivateKeyword:return"private";default:break}}function nr(ml,Al,Rl){return s(Al);function s(Al){return s1(Al)&&Al.pos===ml.end?Al:J6(Al.getChildren(Rl),Al=>(Al.pos<=ml.pos&&Al.end>ml.end||Al.pos===ml.end)&&j6(Al,Rl)?s(Al):void 0)}}function I6(ml,Al){let Rl=ml;for(;Rl;){if(Al(Rl))return Rl;Rl=Rl.parent}}function O6(ml){return!!I6(ml,Mh)}function id(ml){return t_(0,ml,/&(?:#\d+|#x[\da-fA-F]+|[0-9a-zA-Z]+);/g,ml=>{let Al=ml.slice(1,-1);if(Al[0]==="#"){let Rl=Al[1]==="x"?parseInt(Al.slice(2),16):parseInt(Al.slice(1),10);return Rl>1114111?ml:String.fromCodePoint(Rl)}return Xw[Al]||ml})}function ca(ml){return ml.kind===sC.ComputedPropertyName}function ad(ml){return!!ml.questionToken}function sd(ml){return ml.type===rC.ChainExpression}function Lh(ml,Al){return sd(Al)&&ml.expression.kind!==tA.ParenthesizedExpression}function M6(ml){if(ml.kind===sC.NullKeyword)return nC.Null;if(ml.kind>=sC.FirstKeyword&&ml.kind<=sC.LastFutureReservedWord)return ml.kind===sC.FalseKeyword||ml.kind===sC.TrueKeyword?nC.Boolean:nC.Keyword;if(ml.kind>=sC.FirstPunctuation&&ml.kind<=sC.LastPunctuation)return nC.Punctuator;if(ml.kind>=sC.NoSubstitutionTemplateLiteral&&ml.kind<=sC.TemplateTail)return nC.Template;switch(ml.kind){case sC.NumericLiteral:case sC.BigIntLiteral:return nC.Numeric;case sC.PrivateIdentifier:return nC.PrivateIdentifier;case sC.JsxText:return nC.JSXText;case sC.StringLiteral:return ml.parent.kind===sC.JsxAttribute||ml.parent.kind===sC.JsxElement?nC.JSXText:nC.String;case sC.RegularExpressionLiteral:return nC.RegularExpression;case sC.Identifier:case sC.ConstructorKeyword:case sC.GetKeyword:case sC.SetKeyword:default:}if(ml.kind===sC.Identifier){if(Mh(ml.parent))return nC.JSXIdentifier;if(ml.parent.kind===sC.PropertyAccessExpression&&O6(ml))return nC.JSXIdentifier}return nC.Identifier}function L6(ml,Al){let Rl=ml.kind===sC.JsxText?ml.getFullStart():ml.getStart(Al),zl=ml.getEnd(),rd=Al.text.slice(Rl,zl),yh=M6(ml),kh=[Rl,zl],Qh=Zr(kh,Al);return yh===nC.RegularExpression?{type:yh,loc:Qh,range:kh,regex:{flags:rd.slice(rd.lastIndexOf("/")+1),pattern:rd.slice(1,rd.lastIndexOf("/"))},value:rd}:yh===nC.PrivateIdentifier?{type:yh,loc:Qh,range:kh,value:rd.slice(1)}:{type:yh,loc:Qh,range:kh,value:rd}}function jh(ml){let Al=[];function a(Rl){D6(Rl)||P6(Rl)||(N6(Rl)&&Rl.kind!==sC.EndOfFileToken?Al.push(L6(Rl,ml)):Rl.getChildren(ml).forEach(a))}return a(ml),Al}var cC=class extends Error{fileName;location;name="TSError";constructor(ml,Al,Rl){super(ml),this.fileName=Al,this.location=Rl}get index(){return this.location.start.offset}get lineNumber(){return this.location.start.line}get column(){return this.location.start.column}};function de(ml,Al,Rl){let zl,rd;if(Array.isArray(ml)?[zl,rd]=ml:typeof ml=="number"?zl=rd=ml:(Rl??(Rl=ml.getSourceFile()),zl=ml.getStart(Rl),rd=ml.getEnd()),!Rl)throw new Error("`sourceFile` is required.");let[yh,kh]=[zl,rd].map(ml=>{let{character:Al,line:zl}=Rl.getLineAndCharacterOfPosition(ml);return{column:Al,line:zl+1,offset:ml}});return new cC(Al,Rl.fileName,{end:kh,start:yh})}function j6(ml,Al){return ml.kind===sC.EndOfFileToken?!!ml.jsDoc:ml.getWidth(Al)!==0}function J6(ml,Al){if(ml!==void 0)for(let Rl=0;Rl=0&&ml.kind!==uC.EndOfFileToken}function Bh(ml){return!B6(ml)}function q6(ml){return Fe(uC.AbstractKeyword,ml)}function F6(ml){if(ml.parameters.length&&!Ll(ml)){let Al=ml.parameters[0];if(z6(Al))return Al}return null}function z6(ml){return _d(ml.name)}function V6(ml){return ff(ml.parent,xf)}function W6(ml){switch(ml.kind){case uC.ClassDeclaration:return!0;case uC.ClassExpression:return!0;case uC.PropertyDeclaration:{let{parent:Al}=ml;return!!($a(Al)||ia(Al)&&!q6(ml))}case uC.GetAccessor:case uC.SetAccessor:case uC.MethodDeclaration:{let{parent:Al}=ml;return!!ml.body&&($a(Al)||ia(Al))}case uC.Parameter:{let{parent:Al}=ml,Rl=Al.parent;return!!Al&&"body"in Al&&!!Al.body&&(Al.kind===uC.Constructor||Al.kind===uC.MethodDeclaration||Al.kind===uC.SetAccessor)&&F6(Al)!==ml&&!!Rl&&Rl.kind===uC.ClassDeclaration}}return!1}function G6(ml){return!!("illegalDecorators"in ml&&ml.illegalDecorators?.length)}function Fh(ml){if(G6(ml))throw de(ml.illegalDecorators[0],"Decorators are not valid here.");for(let Al of wi(ml,!0)??[])if(!W6(ml))throw x_(ml)&&!Bh(ml.body)?de(Al,"A decorator can only decorate a method implementation, not an overload."):de(Al,"Decorators are not valid here.");let Al=tr(ml,!0)??[];for(let Rl of Al){if(Rl.kind!==uC.ReadonlyKeyword){if(ml.kind===uC.PropertySignature||ml.kind===uC.MethodSignature)throw de(Rl,`'${rt(Rl.kind)}' modifier cannot appear on a type member`);if(ml.kind===uC.IndexSignature&&(Rl.kind!==uC.StaticKeyword||!ia(ml.parent)))throw de(Rl,`'${rt(Rl.kind)}' modifier cannot appear on an index signature`)}if(Rl.kind!==uC.InKeyword&&Rl.kind!==uC.OutKeyword&&Rl.kind!==uC.ConstKeyword&&ml.kind===uC.TypeParameter)throw de(Rl,`'${rt(Rl.kind)}' modifier cannot appear on a type parameter`);if((Rl.kind===uC.InKeyword||Rl.kind===uC.OutKeyword)&&(ml.kind!==uC.TypeParameter||!(E_(ml.parent)||ia(ml.parent)||Ml(ml.parent))))throw de(Rl,`'${rt(Rl.kind)}' modifier can only appear on a type parameter of a class, interface or type alias`);if(Rl.kind===uC.ReadonlyKeyword&&ml.kind!==uC.PropertyDeclaration&&ml.kind!==uC.PropertySignature&&ml.kind!==uC.IndexSignature&&ml.kind!==uC.Parameter)throw de(Rl,"'readonly' modifier can only appear on a property declaration or index signature.");if(Rl.kind===uC.DeclareKeyword&&ia(ml.parent)&&!Xa(ml))throw de(Rl,`'${rt(Rl.kind)}' modifier cannot appear on class elements of this kind.`);if(Rl.kind===uC.DeclareKeyword&&es(ml)){let Al=oa(ml.declarationList);if(Al==="using"||Al==="await using")throw de(Rl,`'declare' modifier cannot appear on a '${Al}' declaration.`)}if(Rl.kind===uC.AbstractKeyword&&ml.kind!==uC.ClassDeclaration&&ml.kind!==uC.ConstructorType&&ml.kind!==uC.MethodDeclaration&&ml.kind!==uC.PropertyDeclaration&&ml.kind!==uC.GetAccessor&&ml.kind!==uC.SetAccessor)throw de(Rl,`'${rt(Rl.kind)}' modifier can only appear on a class, method, or property declaration.`);if((Rl.kind===uC.StaticKeyword||Rl.kind===uC.PublicKeyword||Rl.kind===uC.ProtectedKeyword||Rl.kind===uC.PrivateKeyword)&&(ml.parent.kind===uC.ModuleBlock||ml.parent.kind===uC.SourceFile))throw de(Rl,`'${rt(Rl.kind)}' modifier cannot appear on a module or namespace element.`);if(Rl.kind===uC.AccessorKeyword&&ml.kind!==uC.PropertyDeclaration)throw de(Rl,"'accessor' modifier can only appear on a property declaration.");if(Rl.kind===uC.AsyncKeyword&&ml.kind!==uC.MethodDeclaration&&ml.kind!==uC.FunctionDeclaration&&ml.kind!==uC.FunctionExpression&&ml.kind!==uC.ArrowFunction)throw de(Rl,"'async' modifier cannot be used here.");if(ml.kind===uC.Parameter&&(Rl.kind===uC.StaticKeyword||Rl.kind===uC.ExportKeyword||Rl.kind===uC.DeclareKeyword||Rl.kind===uC.AsyncKeyword))throw de(Rl,`'${rt(Rl.kind)}' modifier cannot appear on a parameter.`);if(Rl.kind===uC.PublicKeyword||Rl.kind===uC.ProtectedKeyword||Rl.kind===uC.PrivateKeyword){for(let ml of Al)if(ml!==Rl&&(ml.kind===uC.PublicKeyword||ml.kind===uC.ProtectedKeyword||ml.kind===uC.PrivateKeyword))throw de(ml,"Accessibility modifier already seen.")}if(ml.kind===uC.Parameter&&(Rl.kind===uC.PublicKeyword||Rl.kind===uC.PrivateKeyword||Rl.kind===uC.ProtectedKeyword||Rl.kind===uC.ReadonlyKeyword||Rl.kind===uC.OverrideKeyword)){let Al=V6(ml);if(!(Al?.kind===uC.Constructor&&Bh(Al.body)))throw de(Rl,"A parameter property is only allowed in a constructor implementation.");let zl=ml;if(zl.dotDotDotToken)throw de(Rl,"A parameter property cannot be a rest parameter.");if(zl.name.kind===uC.ArrayBindingPattern||zl.name.kind===uC.ObjectBindingPattern)throw de(Rl,"A parameter property may not be declared using a binding pattern.")}qh(ml,Rl)}if(ml.parent?.kind===uC.ObjectLiteralExpression)for(let Rl of ml.modifiers??[])Ka(Rl)||Al.includes(Rl)||qh(ml,Rl)}function qh(ml,Al){if((Al.kind!==uC.AsyncKeyword||ml.kind!==uC.MethodDeclaration)&&ml.parent.kind===uC.ObjectLiteralExpression)throw de(Al,`'${rt(Al.kind)}' modifier cannot be used here.`)}var pC=tA;function Vh(ml,Al,Rl){Fh(ml);let zl=ml;switch(zl.kind){case pC.SwitchStatement:if(zl.caseBlock.clauses.filter(ml=>ml.kind===pC.DefaultClause).length>1)throw de(zl,"A 'default' clause cannot appear more than once in a 'switch' statement.");break;case pC.ThrowStatement:if(zl.expression.end===zl.expression.pos)throw de(zl,"A throw statement must throw an expression.");break;case pC.CatchClause:if(zl.variableDeclaration?.initializer)throw de(zl.variableDeclaration.initializer,"Catch clause variable cannot have an initializer.");break;case pC.FunctionDeclaration:{let ml=Fe(pC.DeclareKeyword,zl),Al=Fe(pC.AsyncKeyword,zl),Rl=!!zl.asteriskToken;if(ml){if(zl.body)throw de(zl,"An implementation cannot be declared in ambient contexts.");if(Al)throw de(zl,"'async' modifier cannot be used in an ambient context.");if(Rl)throw de(zl,"Generators are not allowed in an ambient context.")}else if(!zl.body&&Rl)throw de(zl,"A function signature cannot be declared as a generator.");break}case pC.VariableDeclaration:{let ml=!!zl.exclamationToken;if(ml){if(zl.initializer)throw de(zl,"Declarations with initializers cannot also have definite assignment assertions.");if(zl.name.kind!==pC.Identifier||!zl.type)throw de(zl,"Declarations with definite assignment assertions must also have type annotations.")}if(zl.parent.kind===pC.VariableDeclarationList){let Al=zl.parent,Rl=oa(Al);if(Rl==="using"||Rl==="await using"){if(Al.parent.kind===pC.ForInStatement)throw de(Al,`The left-hand side of a 'for...in' statement cannot be a '${Rl}' declaration.`);if(Al.parent.kind===pC.ForStatement||Al.parent.kind===pC.VariableStatement){if(!zl.initializer)throw de(zl,`'${Rl}' declarations must be initialized.`);if(zl.name.kind!==pC.Identifier)throw de(zl.name,`'${Rl}' declarations may not have binding patterns.`)}}if(Al.parent.kind===pC.VariableStatement){let rd=Al.parent,yh=Fe(pC.DeclareKeyword,rd);if((yh||["await using","const","using"].includes(Rl))&&ml)throw de(zl,"A definite assignment assertion '!' is not permitted in this context.");if(yh&&zl.initializer&&(["let","var"].includes(Rl)||zl.type))throw de(zl,"Initializers are not permitted in ambient contexts.")}}break}case pC.VariableStatement:{if(!zl.declarationList.declarations.length)throw de(zl,"A variable declaration list must have at least one variable declarator.");break}case pC.PropertyAssignment:{let{exclamationToken:ml,questionToken:Al}=zl;if(Al)throw de(Al,"A property assignment cannot have a question token.");if(ml)throw de(ml,"A property assignment cannot have an exclamation token.");break}case pC.ShorthandPropertyAssignment:{let{exclamationToken:ml,modifiers:Al,questionToken:Rl}=zl;if(Al)throw de(Al[0],"A shorthand property assignment cannot have modifiers.");if(Rl)throw de(Rl,"A shorthand property assignment cannot have a question token.");if(ml)throw de(ml,"A shorthand property assignment cannot have an exclamation token.");break}case pC.PropertyDeclaration:{if(Fe(pC.AbstractKeyword,zl)&&zl.initializer)throw de(zl.initializer,"Abstract property cannot have an initializer.");if(zl.name.kind===pC.StringLiteral&&zl.name.text==="constructor")throw de(zl.name,"Classes may not have a field named 'constructor'.");break}case pC.TaggedTemplateExpression:if(zl.tag.flags&rA.OptionalChain)throw de(zl,"Tagged template expressions are not permitted in an optional chain.");break;case pC.BinaryExpression:if(zl.operatorToken.kind!==pC.InKeyword&&zl.left.kind===pC.PrivateIdentifier)throw de(zl.left,"Private identifiers cannot appear on the right-hand-side of an 'in' expression.");if(zl.right.kind===pC.PrivateIdentifier)throw de(zl.right,"Private identifiers are only allowed on the left-hand-side of an 'in' expression.");break;case pC.MappedType:if(zl.members&&zl.members.length>0)throw de(zl.members[0],"A mapped type may not declare properties or methods.");break;case pC.PropertySignature:{let{initializer:ml}=zl;if(ml)throw de(ml,"A property signature cannot have an initializer.");break}case pC.FunctionType:{let{modifiers:ml}=zl;if(ml)throw de(ml[0],"A function type cannot have modifiers.");break}case pC.EnumMember:{if(zl.name.kind===tA.ComputedPropertyName)throw de(zl.name,"Computed property names are not allowed in enums.");if(zl.name.kind===pC.NumericLiteral||zl.name.kind===pC.BigIntLiteral)throw de(zl.name,"An enum member cannot have a numeric name.");break}case pC.ExternalModuleReference:if(zl.expression.kind!==pC.StringLiteral)throw de(zl.expression,"String literal expected.");break;case pC.PrefixUnaryExpression:case pC.PostfixUnaryExpression:{let ml=gr(zl.operator);if((ml==="++"||ml==="--")&&!Ul(zl.operand))throw de(zl.operand,"Invalid left-hand side expression in unary operation");break}case pC.ImportDeclaration:{let{importClause:ml}=zl;if(ml?.isTypeOnly&&ml.name&&ml.namedBindings)throw de(ml,"A type-only import can specify a default import or named bindings, but not both.");zh(zl,!1);break}case pC.ExportDeclaration:zh(zl,zl.exportClause?.kind===pC.NamedExports);break;case pC.ExportSpecifier:{let ml=zl.propertyName??zl.name;if(ml.kind===pC.StringLiteral&&Al.kind===pC.ExportDeclaration&&Al.moduleSpecifier?.kind!==pC.StringLiteral)throw de(ml,"A string literal cannot be used as a local exported binding without `from`.");break}case pC.CallExpression:if(zl.expression.kind===pC.ImportKeyword&&zl.arguments.length!==1&&zl.arguments.length!==2)throw de(zl.arguments.length>1?zl.arguments[2]:zl,"Dynamic import requires exactly one or two arguments.");break;case pC.ClassDeclaration:if(!zl.name&&(!Fe(tA.ExportKeyword,zl)||!Fe(tA.DefaultKeyword,zl)))throw de(zl,"A class declaration without the 'default' modifier must have a name.");case pC.ClassExpression:{let ml=zl.heritageClauses??[],Al=!1,Rl=!1;for(let zl of ml){let{token:ml,types:rd}=zl;if(rd.length===0)throw de(zl,`'${rt(ml)}' list cannot be empty.`);if(ml===pC.ExtendsKeyword){if(Al)throw de(zl,"'extends' clause already seen.");if(Rl)throw de(zl,"'extends' clause must precede 'implements' clause.");if(rd.length>1)throw de(rd[1],"Classes can only extend a single class.");Al=!0}else{if(Rl)throw de(zl,"'implements' clause already seen.");for(let ml of zl.types)if(!Bl(ml.expression)||yf(ml.expression))throw de(ml,"A class can only implement an identifier/qualified-name with optional type arguments.");Rl=!0}}break}case pC.InterfaceDeclaration:{let ml=zl.heritageClauses??[],Al=!1;for(let Rl of ml){let{token:ml,types:zl}=Rl;if(ml===pC.ImplementsKeyword)throw de(Rl,"Interface declaration cannot have 'implements' clause.");if(ml!==pC.ExtendsKeyword)throw de(Rl,"Unexpected token.");if(zl.length===0)throw de(Rl,`'${rt(ml)}' list cannot be empty.`);if(Al)throw de(Rl,"'extends' clause already seen.");Al=!0;for(let ml of Rl.types)if(!Bl(ml.expression)||yf(ml.expression))throw de(ml,"Interface declaration can only extend an identifier/qualified name with optional type arguments.")}break}case pC.GetAccessor:case pC.SetAccessor:if(zl.parent.kind===pC.InterfaceDeclaration||zl.parent.kind===pC.TypeLiteral)return;case pC.MethodDeclaration:{if(Fe(pC.AbstractKeyword,zl)&&zl.body)throw de(zl.name,zl.kind===pC.GetAccessor||zl.kind===pC.SetAccessor?"An abstract accessor cannot have an implementation.":`Method '${Uh(zl.name)}' cannot have an implementation because it is marked abstract.`);break}case pC.ObjectLiteralExpression:{if(!Rl){for(let ml of zl.properties)if((ml.kind===pC.GetAccessor||ml.kind===pC.SetAccessor||ml.kind===pC.MethodDeclaration)&&!ml.body)throw de(ml.end-1,"'{' expected.",zl.getSourceFile())}break}case pC.ImportEqualsDeclaration:if(zl.isTypeOnly&&zl.moduleReference.kind!==pC.ExternalModuleReference)throw de(zl,"An import alias cannot use 'import type'");break;case pC.ModuleDeclaration:{if(zl.flags&rA.GlobalAugmentation){let{body:ml}=zl;if(ml==null||ml.kind===pC.ModuleDeclaration)throw de(zl.body??zl,"Expected a valid module body");let{name:Al}=zl;if(Al.kind!==tA.Identifier)throw de(Al,"global module augmentation must have an Identifier id");return}if(Lr(zl.name))return;if(zl.body==null)throw de(zl,"Expected a module body");if(zl.name.kind!==tA.Identifier)throw de(zl.name,"`namespace`s must have an Identifier id");break}case pC.ForInStatement:case pC.ForOfStatement:{H6(zl);break}}}function H6(ml){let{initializer:Al,kind:Rl}=ml,zl=Rl===pC.ForInStatement?"for...in":"for...of";if(Z1(Al)){if(Al.declarations.length!==1)throw de(Al,`Only a single variable declaration is allowed in a '${zl}' statement.`);let ml=Al.declarations[0];if(ml.initializer)throw de(ml,`The variable declaration of a '${zl}' statement cannot have an initializer.`);if(ml.type)throw de(ml,`The variable declaration of a '${zl}' statement cannot have a type annotation.`)}else if(!Ul(Al)&&Al.kind!==pC.ObjectLiteralExpression&&Al.kind!==pC.ArrayLiteralExpression)throw de(Al,`The left-hand side of a '${zl}' statement must be a variable or a property access.`)}function zh(ml,Al){if(!Al&&ml.moduleSpecifier==null)throw de(ml,"Module specifier must be a string literal.");if(ml.moduleSpecifier&&ml.moduleSpecifier.kind!==pC.StringLiteral)throw de(ml.moduleSpecifier,"Module specifier must be a string literal.")}var dC=tA;function od(ml){return de(ml.start,"message"in ml&&ml.message||ml.messageText,ml.file)}var hC=class{allowPattern=!1;ast;esTreeNodeToTSNodeMap=new WeakMap;options;tsNodeToESTreeNodeMap=new WeakMap;constructor(ml,Al){this.ast=ml,this.options={...Al}}#be(ml,Al){this.options.allowInvalidAST||Vh(ml,Al,this.allowPattern)}#ye(ml){if(/\\[xu]/.test(ml)){let Al=/\\u(?![0-9a-fA-F]{4}|{)/.test(ml),Rl=/\\x(?![0-9a-fA-F]{2})/.test(ml);return!Al&&!Rl}return!0}#_e(ml,Al){if(!this.options.allowInvalidAST)throw de(ml,Al,this.ast)}#me(ml,Al,Rl,zl=!1){let rd=zl;return Object.defineProperty(ml,Al,{configurable:!0,get:this.options.suppressDeprecatedPropertyWarnings?()=>ml[Rl]:()=>(rd||((void 0)(`The '${Al}' property is deprecated on ${ml.type} nodes. Use '${Rl}' instead. See https://tseslint.com/key-property-deprecated.`,"DeprecationWarning"),rd=!0),ml[Rl]),set(Rl){Object.defineProperty(ml,Al,{enumerable:!0,value:Rl,writable:!0})}}),ml}#ge(ml,Al,Rl,zl){let rd=!1;return Object.defineProperty(ml,Al,{configurable:!0,get:this.options.suppressDeprecatedPropertyWarnings?()=>zl:()=>{if(!rd){let zl=`The '${Al}' property is deprecated on ${ml.type} nodes.`;Rl&&(zl+=` Use ${Rl} instead.`),zl+=" See https://tseslint.com/key-property-deprecated.",(void 0)(zl,"DeprecationWarning"),rd=!0}return zl},set(Rl){Object.defineProperty(ml,Al,{enumerable:!0,value:Rl,writable:!0})}}),ml}convertBindingNameWithTypeAnnotation(ml,Al,Rl){let zl=this.convertPattern(ml);return Al&&(zl.typeAnnotation=this.convertTypeAnnotation(Al,Rl),this.fixParentLocation(zl,zl.typeAnnotation.range)),zl}convertBodyExpressions(ml,Al){let Rl=Oh(Al);return ml.map(ml=>{let Al=this.convertChild(ml);if(Rl){if(Al?.expression&&Ol(ml)&&Lr(ml.expression)){let ml=Al.expression.raw;return Al.directive=ml.slice(1,-1),Al}Rl=!1}return Al}).filter(ml=>ml)}convertChainExpression(ml,Al){let{child:Rl,isOptional:zl}=ml.type===rC.MemberExpression?{child:ml.object,isOptional:ml.optional}:ml.type===rC.CallExpression?{child:ml.callee,isOptional:ml.optional}:{child:ml.expression,isOptional:!1},rd=Lh(Al,Rl);if(!rd&&!zl)return ml;if(rd&&sd(Rl)){let Al=Rl.expression;ml.type===rC.MemberExpression?ml.object=Al:ml.type===rC.CallExpression?ml.callee=Al:ml.expression=Al}return this.createNode(Al,{type:rC.ChainExpression,expression:ml})}convertChild(ml,Al){return this.converter(ml,Al,!1)}convertChildren(ml,Al){return ml.map(ml=>this.converter(ml,Al,!1))}convertPattern(ml,Al){return this.converter(ml,Al,!0)}convertTypeAnnotation(ml,Al){let Rl=Al?.kind===dC.FunctionType||Al?.kind===dC.ConstructorType?2:1,zl=[ml.getFullStart()-Rl,ml.end],rd=Zr(zl,this.ast);return{type:rC.TSTypeAnnotation,loc:rd,range:zl,typeAnnotation:this.convertChild(ml)}}convertTypeArguments(ml){let{typeArguments:Al}=ml;if(!Al)return;let Rl=nr(Al,this.ast,this.ast),zl=[Al.pos-1,Rl.end];return Al.length===0&&this.#_e(zl,"Type argument list cannot be empty."),this.createNode(ml,{type:rC.TSTypeParameterInstantiation,range:zl,params:this.convertChildren(Al)})}convertTypeParameters(ml){let{typeParameters:Al}=ml;if(!Al)return;let Rl=nr(Al,this.ast,this.ast),zl=[Al.pos-1,Rl.end];return Al.length===0&&this.#_e(zl,"Type parameter list cannot be empty."),{type:rC.TSTypeParameterDeclaration,loc:Zr(zl,this.ast),range:zl,params:this.convertChildren(Al)}}convertParameters(ml){return ml?.length?ml.map(ml=>{let Al=this.convertChild(ml);return Al.decorators=this.convertChildren(wi(ml)??[]),Al}):[]}converter(ml,Al,Rl){if(!ml)return null;let zl=this.allowPattern;Rl!=null&&(this.allowPattern=Rl);let rd=Al??ml.parent;this.#be(ml,rd);let yh=this.convertNode(ml,rd);return this.registerTSNodeInNodeMap(ml,yh),this.allowPattern=zl,yh}convertImportAttributes(ml){let Al=ml.attributes??ml.assertClause;return this.convertChildren(Al?.elements??[])}convertJSXIdentifier(ml){let Al=this.createNode(ml,{type:rC.JSXIdentifier,name:ml.getText()});return this.registerTSNodeInNodeMap(ml,Al),Al}convertJSXNamespaceOrIdentifier(ml){if(ml.kind===tA.JsxNamespacedName){let Al=this.createNode(ml,{type:rC.JSXNamespacedName,name:this.createNode(ml.name,{type:rC.JSXIdentifier,name:ml.name.text}),namespace:this.createNode(ml.namespace,{type:rC.JSXIdentifier,name:ml.namespace.text})});return this.registerTSNodeInNodeMap(ml,Al),Al}let Al=ml.getText(),Rl=Al.indexOf(":");if(Rl>0){let zl=_a(ml,this.ast),rd=this.createNode(ml,{type:rC.JSXNamespacedName,range:zl,name:this.createNode(ml,{type:rC.JSXIdentifier,range:[zl[0]+Rl+1,zl[1]],name:Al.slice(Rl+1)}),namespace:this.createNode(ml,{type:rC.JSXIdentifier,range:[zl[0],zl[0]+Rl],name:Al.slice(0,Rl)})});return this.registerTSNodeInNodeMap(ml,rd),rd}return this.convertJSXIdentifier(ml)}convertJSXTagName(ml,Al){let Rl;switch(ml.kind){case dC.PropertyAccessExpression:ml.name.kind===dC.PrivateIdentifier&&this.#_e(ml.name,"Non-private identifier expected."),Rl=this.createNode(ml,{type:rC.JSXMemberExpression,object:this.convertJSXTagName(ml.expression,Al),property:this.convertJSXIdentifier(ml.name)});break;case dC.ThisKeyword:case dC.Identifier:default:return this.convertJSXNamespaceOrIdentifier(ml)}return this.registerTSNodeInNodeMap(ml,Rl),Rl}convertMethodSignature(ml){return this.createNode(ml,{type:rC.TSMethodSignature,accessibility:ki(ml),computed:ca(ml.name),key:this.convertChild(ml.name),kind:(()=>{switch(ml.kind){case dC.GetAccessor:return"get";case dC.SetAccessor:return"set";case dC.MethodSignature:return"method"}})(),optional:ad(ml),params:this.convertParameters(ml.parameters),readonly:Fe(dC.ReadonlyKeyword,ml),returnType:ml.type&&this.convertTypeAnnotation(ml.type,ml),static:Fe(dC.StaticKeyword,ml),typeParameters:this.convertTypeParameters(ml)})}fixParentLocation(ml,Al){Al[0]ml.range[1]&&(ml.range[1]=Al[1],ml.loc.end=A_(ml.range[1],this.ast))}convertNode(ml,Al){switch(ml.kind){case dC.SourceFile:return this.createNode(ml,{type:rC.Program,range:[ml.getStart(this.ast),ml.endOfFileToken.end],body:this.convertBodyExpressions(ml.statements,ml),comments:void 0,sourceType:ml.externalModuleIndicator?"module":"script",tokens:void 0});case dC.Block:return this.createNode(ml,{type:rC.BlockStatement,body:this.convertBodyExpressions(ml.statements,ml)});case dC.Identifier:return Jh(ml)?this.createNode(ml,{type:rC.ThisExpression}):this.createNode(ml,{type:rC.Identifier,decorators:[],name:ml.text,optional:!1,typeAnnotation:void 0});case dC.PrivateIdentifier:return this.createNode(ml,{type:rC.PrivateIdentifier,name:ml.text.slice(1)});case dC.WithStatement:return this.createNode(ml,{type:rC.WithStatement,body:this.convertChild(ml.statement),object:this.convertChild(ml.expression)});case dC.ReturnStatement:return this.createNode(ml,{type:rC.ReturnStatement,argument:this.convertChild(ml.expression)});case dC.LabeledStatement:return this.createNode(ml,{type:rC.LabeledStatement,body:this.convertChild(ml.statement),label:this.convertChild(ml.label)});case dC.ContinueStatement:return this.createNode(ml,{type:rC.ContinueStatement,label:this.convertChild(ml.label)});case dC.BreakStatement:return this.createNode(ml,{type:rC.BreakStatement,label:this.convertChild(ml.label)});case dC.IfStatement:return this.createNode(ml,{type:rC.IfStatement,alternate:this.convertChild(ml.elseStatement),consequent:this.convertChild(ml.thenStatement),test:this.convertChild(ml.expression)});case dC.SwitchStatement:return this.createNode(ml,{type:rC.SwitchStatement,cases:this.convertChildren(ml.caseBlock.clauses),discriminant:this.convertChild(ml.expression)});case dC.CaseClause:case dC.DefaultClause:return this.createNode(ml,{type:rC.SwitchCase,consequent:this.convertChildren(ml.statements),test:ml.kind===dC.CaseClause?this.convertChild(ml.expression):null});case dC.ThrowStatement:return this.createNode(ml,{type:rC.ThrowStatement,argument:this.convertChild(ml.expression)});case dC.TryStatement:return this.createNode(ml,{type:rC.TryStatement,block:this.convertChild(ml.tryBlock),finalizer:this.convertChild(ml.finallyBlock),handler:this.convertChild(ml.catchClause)});case dC.CatchClause:return this.createNode(ml,{type:rC.CatchClause,body:this.convertChild(ml.block),param:ml.variableDeclaration?this.convertBindingNameWithTypeAnnotation(ml.variableDeclaration.name,ml.variableDeclaration.type):null});case dC.WhileStatement:return this.createNode(ml,{type:rC.WhileStatement,body:this.convertChild(ml.statement),test:this.convertChild(ml.expression)});case dC.DoStatement:return this.createNode(ml,{type:rC.DoWhileStatement,body:this.convertChild(ml.statement),test:this.convertChild(ml.expression)});case dC.ForStatement:return this.createNode(ml,{type:rC.ForStatement,body:this.convertChild(ml.statement),init:this.convertChild(ml.initializer),test:this.convertChild(ml.condition),update:this.convertChild(ml.incrementor)});case dC.ForInStatement:return this.createNode(ml,{type:rC.ForInStatement,body:this.convertChild(ml.statement),left:this.convertPattern(ml.initializer),right:this.convertChild(ml.expression)});case dC.ForOfStatement:return this.createNode(ml,{type:rC.ForOfStatement,await:ml.awaitModifier?.kind===dC.AwaitKeyword,body:this.convertChild(ml.statement),left:this.convertPattern(ml.initializer),right:this.convertChild(ml.expression)});case dC.FunctionDeclaration:{let Al=Fe(dC.DeclareKeyword,ml),Rl=Fe(dC.AsyncKeyword,ml),zl=!!ml.asteriskToken,rd=this.createNode(ml,{type:ml.body?rC.FunctionDeclaration:rC.TSDeclareFunction,async:Rl,body:this.convertChild(ml.body)||void 0,declare:Al,expression:!1,generator:zl,id:this.convertChild(ml.name),params:this.convertParameters(ml.parameters),returnType:ml.type&&this.convertTypeAnnotation(ml.type,ml),typeParameters:this.convertTypeParameters(ml)});return this.fixExports(ml,rd)}case dC.VariableDeclaration:{let Al=!!ml.exclamationToken,Rl=this.convertChild(ml.initializer),zl=this.convertBindingNameWithTypeAnnotation(ml.name,ml.type,ml);return this.createNode(ml,{type:rC.VariableDeclarator,definite:Al,id:zl,init:Rl})}case dC.VariableStatement:{let Al=ml.declarationList.declarations,Rl=this.createNode(ml,{type:rC.VariableDeclaration,declarations:this.convertChildren(Al),declare:Fe(dC.DeclareKeyword,ml),kind:oa(ml.declarationList)});return this.fixExports(ml,Rl)}case dC.VariableDeclarationList:return this.createNode(ml,{type:rC.VariableDeclaration,declarations:this.convertChildren(ml.declarations),declare:!1,kind:oa(ml)});case dC.ExpressionStatement:return this.createNode(ml,{type:rC.ExpressionStatement,directive:void 0,expression:this.convertChild(ml.expression)});case dC.ThisKeyword:return this.createNode(ml,{type:rC.ThisExpression});case dC.ArrayLiteralExpression:return this.allowPattern?this.createNode(ml,{type:rC.ArrayPattern,decorators:[],elements:ml.elements.map(ml=>this.convertPattern(ml)),optional:!1,typeAnnotation:void 0}):this.createNode(ml,{type:rC.ArrayExpression,elements:this.convertChildren(ml.elements)});case dC.ObjectLiteralExpression:return this.allowPattern?this.createNode(ml,{type:rC.ObjectPattern,decorators:[],optional:!1,properties:ml.properties.map(ml=>this.convertPattern(ml)),typeAnnotation:void 0}):this.createNode(ml,{type:rC.ObjectExpression,properties:this.convertChildren(ml.properties)});case dC.PropertyAssignment:return this.createNode(ml,{type:rC.Property,computed:ca(ml.name),key:this.convertChild(ml.name),kind:"init",method:!1,optional:!1,shorthand:!1,value:this.converter(ml.initializer,ml,this.allowPattern)});case dC.ShorthandPropertyAssignment:return ml.objectAssignmentInitializer?this.createNode(ml,{type:rC.Property,computed:!1,key:this.convertChild(ml.name),kind:"init",method:!1,optional:!1,shorthand:!0,value:this.createNode(ml,{type:rC.AssignmentPattern,decorators:[],left:this.convertPattern(ml.name),optional:!1,right:this.convertChild(ml.objectAssignmentInitializer),typeAnnotation:void 0})}):this.createNode(ml,{type:rC.Property,computed:!1,key:this.convertChild(ml.name),kind:"init",method:!1,optional:!1,shorthand:!0,value:this.convertChild(ml.name)});case dC.ComputedPropertyName:return this.convertChild(ml.expression);case dC.PropertyDeclaration:{let Al=Fe(dC.AbstractKeyword,ml),Rl=Fe(dC.AccessorKeyword,ml)?Al?rC.TSAbstractAccessorProperty:rC.AccessorProperty:Al?rC.TSAbstractPropertyDefinition:rC.PropertyDefinition,zl=this.convertChild(ml.name);return this.createNode(ml,{type:Rl,accessibility:ki(ml),computed:ca(ml.name),declare:Fe(dC.DeclareKeyword,ml),decorators:this.convertChildren(wi(ml)??[]),definite:!!ml.exclamationToken,key:zl,optional:(zl.type===rC.Literal||ml.name.kind===dC.Identifier||ml.name.kind===dC.ComputedPropertyName||ml.name.kind===dC.PrivateIdentifier)&&!!ml.questionToken,override:Fe(dC.OverrideKeyword,ml),readonly:Fe(dC.ReadonlyKeyword,ml),static:Fe(dC.StaticKeyword,ml),typeAnnotation:ml.type&&this.convertTypeAnnotation(ml.type,ml),value:Al?null:this.convertChild(ml.initializer)})}case dC.GetAccessor:case dC.SetAccessor:if(ml.parent.kind===dC.InterfaceDeclaration||ml.parent.kind===dC.TypeLiteral)return this.convertMethodSignature(ml);case dC.MethodDeclaration:{let Rl=this.createNode(ml,{type:ml.body?rC.FunctionExpression:rC.TSEmptyBodyFunctionExpression,range:[ml.parameters.pos-1,ml.end],async:Fe(dC.AsyncKeyword,ml),body:this.convertChild(ml.body),declare:!1,expression:!1,generator:!!ml.asteriskToken,id:null,params:[],returnType:ml.type&&this.convertTypeAnnotation(ml.type,ml),typeParameters:this.convertTypeParameters(ml)});Rl.typeParameters&&this.fixParentLocation(Rl,Rl.typeParameters.range);let zl;if(Al.kind===dC.ObjectLiteralExpression)Rl.params=this.convertChildren(ml.parameters),zl=this.createNode(ml,{type:rC.Property,computed:ca(ml.name),key:this.convertChild(ml.name),kind:"init",method:ml.kind===dC.MethodDeclaration,optional:!!ml.questionToken,shorthand:!1,value:Rl});else{let Al=Fe(dC.AbstractKeyword,ml);Rl.params=this.convertParameters(ml.parameters);let rd=Al?rC.TSAbstractMethodDefinition:rC.MethodDefinition;zl=this.createNode(ml,{type:rd,accessibility:ki(ml),computed:ca(ml.name),decorators:this.convertChildren(wi(ml)??[]),key:this.convertChild(ml.name),kind:"method",optional:!!ml.questionToken,override:Fe(dC.OverrideKeyword,ml),static:Fe(dC.StaticKeyword,ml),value:Rl})}return ml.kind===dC.GetAccessor?zl.kind="get":ml.kind===dC.SetAccessor?zl.kind="set":!zl.static&&ml.name.kind===dC.StringLiteral&&ml.name.text==="constructor"&&zl.type!==rC.Property&&(zl.kind="constructor"),zl}case dC.Constructor:{let Al=Ph(ml),Rl=(Al&&nr(Al,ml,this.ast))??ml.getFirstToken(),zl=this.createNode(ml,{type:ml.body?rC.FunctionExpression:rC.TSEmptyBodyFunctionExpression,range:[ml.parameters.pos-1,ml.end],async:!1,body:this.convertChild(ml.body),declare:!1,expression:!1,generator:!1,id:null,params:this.convertParameters(ml.parameters),returnType:ml.type&&this.convertTypeAnnotation(ml.type,ml),typeParameters:this.convertTypeParameters(ml)});zl.typeParameters&&this.fixParentLocation(zl,zl.typeParameters.range);let rd=Rl.kind===dC.StringLiteral?this.createNode(Rl,{type:rC.Literal,raw:Rl.getText(),value:"constructor"}):this.createNode(ml,{type:rC.Identifier,range:[Rl.getStart(this.ast),Rl.end],decorators:[],name:"constructor",optional:!1,typeAnnotation:void 0}),yh=Fe(dC.StaticKeyword,ml);return this.createNode(ml,{type:Fe(dC.AbstractKeyword,ml)?rC.TSAbstractMethodDefinition:rC.MethodDefinition,accessibility:ki(ml),computed:!1,decorators:[],key:rd,kind:yh?"method":"constructor",optional:!1,override:!1,static:yh,value:zl})}case dC.FunctionExpression:return this.createNode(ml,{type:rC.FunctionExpression,async:Fe(dC.AsyncKeyword,ml),body:this.convertChild(ml.body),declare:!1,expression:!1,generator:!!ml.asteriskToken,id:this.convertChild(ml.name),params:this.convertParameters(ml.parameters),returnType:ml.type&&this.convertTypeAnnotation(ml.type,ml),typeParameters:this.convertTypeParameters(ml)});case dC.SuperKeyword:return this.createNode(ml,{type:rC.Super});case dC.ArrayBindingPattern:return this.createNode(ml,{type:rC.ArrayPattern,decorators:[],elements:ml.elements.map(ml=>this.convertPattern(ml)),optional:!1,typeAnnotation:void 0});case dC.OmittedExpression:return null;case dC.ObjectBindingPattern:return this.createNode(ml,{type:rC.ObjectPattern,decorators:[],optional:!1,properties:ml.elements.map(ml=>this.convertPattern(ml)),typeAnnotation:void 0});case dC.BindingElement:{if(Al.kind===dC.ArrayBindingPattern){let Rl=this.convertChild(ml.name,Al);return ml.initializer?this.createNode(ml,{type:rC.AssignmentPattern,decorators:[],left:Rl,optional:!1,right:this.convertChild(ml.initializer),typeAnnotation:void 0}):ml.dotDotDotToken?this.createNode(ml,{type:rC.RestElement,argument:Rl,decorators:[],optional:!1,typeAnnotation:void 0,value:void 0}):Rl}let Rl;return ml.dotDotDotToken?Rl=this.createNode(ml,{type:rC.RestElement,argument:this.convertChild(ml.propertyName??ml.name),decorators:[],optional:!1,typeAnnotation:void 0,value:void 0}):Rl=this.createNode(ml,{type:rC.Property,computed:ml.propertyName?.kind===dC.ComputedPropertyName,key:this.convertChild(ml.propertyName??ml.name),kind:"init",method:!1,optional:!1,shorthand:!ml.propertyName,value:this.convertChild(ml.name)}),ml.initializer&&(Rl.value=this.createNode(ml,{type:rC.AssignmentPattern,range:[ml.name.getStart(this.ast),ml.initializer.end],decorators:[],left:this.convertChild(ml.name),optional:!1,right:this.convertChild(ml.initializer),typeAnnotation:void 0})),Rl}case dC.ArrowFunction:return this.createNode(ml,{type:rC.ArrowFunctionExpression,async:Fe(dC.AsyncKeyword,ml),body:this.convertChild(ml.body),expression:ml.body.kind!==dC.Block,generator:!1,id:null,params:this.convertParameters(ml.parameters),returnType:ml.type&&this.convertTypeAnnotation(ml.type,ml),typeParameters:this.convertTypeParameters(ml)});case dC.YieldExpression:return this.createNode(ml,{type:rC.YieldExpression,argument:this.convertChild(ml.expression),delegate:!!ml.asteriskToken});case dC.AwaitExpression:return this.createNode(ml,{type:rC.AwaitExpression,argument:this.convertChild(ml.expression)});case dC.NoSubstitutionTemplateLiteral:{let Al=this.ast.text.slice(ml.getStart(this.ast)+1,ml.end-1);return this.createNode(ml,{type:rC.TemplateLiteral,expressions:[],quasis:[this.createNode(ml,{type:rC.TemplateElement,tail:!0,value:{cooked:ml.parent.kind===dC.TaggedTemplateExpression&&!this.#ye(Al)?null:ml.text,raw:Al}})]})}case dC.TemplateExpression:{let Al=this.createNode(ml,{type:rC.TemplateLiteral,expressions:[],quasis:[this.convertChild(ml.head)]});return ml.templateSpans.forEach(ml=>{Al.expressions.push(this.convertChild(ml.expression)),Al.quasis.push(this.convertChild(ml.literal))}),Al}case dC.TaggedTemplateExpression:return this.createNode(ml,{type:rC.TaggedTemplateExpression,quasi:this.convertChild(ml.template),tag:this.convertChild(ml.tag),typeArguments:this.convertTypeArguments(ml)});case dC.TemplateHead:case dC.TemplateMiddle:case dC.TemplateTail:{let Al=ml.kind===dC.TemplateTail,Rl=this.ast.text.slice(ml.getStart(this.ast)+1,ml.end-(Al?1:2)),zl=ml.kind===dC.TemplateHead?ml.parent.parent.kind===dC.TaggedTemplateExpression:ml.parent.parent.parent.kind===dC.TaggedTemplateExpression;return this.createNode(ml,{type:rC.TemplateElement,tail:Al,value:{cooked:zl&&!this.#ye(Rl)?null:ml.text,raw:Rl}})}case dC.SpreadAssignment:case dC.SpreadElement:return this.allowPattern?this.createNode(ml,{type:rC.RestElement,argument:this.convertPattern(ml.expression),decorators:[],optional:!1,typeAnnotation:void 0,value:void 0}):this.createNode(ml,{type:rC.SpreadElement,argument:this.convertChild(ml.expression)});case dC.Parameter:{let Rl,zl;return ml.dotDotDotToken?Rl=zl=this.createNode(ml,{type:rC.RestElement,argument:this.convertChild(ml.name),decorators:[],optional:!1,typeAnnotation:void 0,value:void 0}):ml.initializer?(Rl=this.convertChild(ml.name),zl=this.createNode(ml,{type:rC.AssignmentPattern,range:[ml.name.getStart(this.ast),ml.initializer.end],decorators:[],left:Rl,optional:!1,right:this.convertChild(ml.initializer),typeAnnotation:void 0}),tr(ml)&&(zl.range[0]=Rl.range[0],zl.loc=Zr(zl.range,this.ast))):Rl=zl=this.convertChild(ml.name,Al),ml.type&&(Rl.typeAnnotation=this.convertTypeAnnotation(ml.type,ml),this.fixParentLocation(Rl,Rl.typeAnnotation.range)),ml.questionToken&&(ml.questionToken.end>Rl.range[1]&&(Rl.range[1]=ml.questionToken.end,Rl.loc.end=A_(Rl.range[1],this.ast)),Rl.optional=!0),tr(ml)?this.createNode(ml,{type:rC.TSParameterProperty,accessibility:ki(ml),decorators:[],override:Fe(dC.OverrideKeyword,ml),parameter:zl,readonly:Fe(dC.ReadonlyKeyword,ml),static:Fe(dC.StaticKeyword,ml)}):zl}case dC.ClassDeclaration:case dC.ClassExpression:{let Al=ml.kind===dC.ClassDeclaration?rC.ClassDeclaration:rC.ClassExpression,Rl=ml.heritageClauses?.find(ml=>ml.token===dC.ExtendsKeyword),zl=ml.heritageClauses?.find(ml=>ml.token===dC.ImplementsKeyword),rd=this.createNode(ml,{type:Al,abstract:Fe(dC.AbstractKeyword,ml),body:this.createNode(ml,{type:rC.ClassBody,range:[ml.members.pos-1,ml.end],body:this.convertChildren(ml.members.filter(Dh))}),declare:Fe(dC.DeclareKeyword,ml),decorators:this.convertChildren(wi(ml)??[]),id:this.convertChild(ml.name),implements:this.convertChildren(zl?.types??[]),superClass:Rl?.types[0]?this.convertChild(Rl.types[0].expression):null,superTypeArguments:void 0,typeParameters:this.convertTypeParameters(ml)});return Rl?.types[0]?.typeArguments&&(rd.superTypeArguments=this.convertTypeArguments(Rl.types[0])),this.fixExports(ml,rd)}case dC.ModuleBlock:return this.createNode(ml,{type:rC.TSModuleBlock,body:this.convertBodyExpressions(ml.statements,ml)});case dC.ImportDeclaration:{let Al=this.createNode(ml,this.#me({type:rC.ImportDeclaration,attributes:this.convertImportAttributes(ml),importKind:"value",source:this.convertChild(ml.moduleSpecifier),specifiers:[]},"assertions","attributes",!0));if(ml.importClause&&(ml.importClause.isTypeOnly&&(Al.importKind="type"),ml.importClause.name&&Al.specifiers.push(this.convertChild(ml.importClause)),ml.importClause.namedBindings))switch(ml.importClause.namedBindings.kind){case dC.NamespaceImport:Al.specifiers.push(this.convertChild(ml.importClause.namedBindings));break;case dC.NamedImports:Al.specifiers.push(...this.convertChildren(ml.importClause.namedBindings.elements));break}return Al}case dC.NamespaceImport:return this.createNode(ml,{type:rC.ImportNamespaceSpecifier,local:this.convertChild(ml.name)});case dC.ImportSpecifier:return this.createNode(ml,{type:rC.ImportSpecifier,imported:this.convertChild(ml.propertyName??ml.name),importKind:ml.isTypeOnly?"type":"value",local:this.convertChild(ml.name)});case dC.ImportClause:{let Al=this.convertChild(ml.name);return this.createNode(ml,{type:rC.ImportDefaultSpecifier,range:Al.range,local:Al})}case dC.ExportDeclaration:return ml.exportClause?.kind===dC.NamedExports?this.createNode(ml,this.#me({type:rC.ExportNamedDeclaration,attributes:this.convertImportAttributes(ml),declaration:null,exportKind:ml.isTypeOnly?"type":"value",source:this.convertChild(ml.moduleSpecifier),specifiers:this.convertChildren(ml.exportClause.elements,ml)},"assertions","attributes",!0)):this.createNode(ml,this.#me({type:rC.ExportAllDeclaration,attributes:this.convertImportAttributes(ml),exported:ml.exportClause?.kind===dC.NamespaceExport?this.convertChild(ml.exportClause.name):null,exportKind:ml.isTypeOnly?"type":"value",source:this.convertChild(ml.moduleSpecifier)},"assertions","attributes",!0));case dC.ExportSpecifier:{let Al=ml.propertyName??ml.name;return this.createNode(ml,{type:rC.ExportSpecifier,exported:this.convertChild(ml.name),exportKind:ml.isTypeOnly?"type":"value",local:this.convertChild(Al)})}case dC.ExportAssignment:return ml.isExportEquals?this.createNode(ml,{type:rC.TSExportAssignment,expression:this.convertChild(ml.expression)}):this.createNode(ml,{type:rC.ExportDefaultDeclaration,declaration:this.convertChild(ml.expression),exportKind:"value"});case dC.PrefixUnaryExpression:case dC.PostfixUnaryExpression:{let Al=gr(ml.operator);if(Al==="++"||Al==="--")return this.createNode(ml,{type:rC.UpdateExpression,argument:this.convertChild(ml.operand),operator:Al,prefix:ml.kind===dC.PrefixUnaryExpression});let Rl=ml.kind===dC.PrefixUnaryExpression;return Rl||this.#_e(ml,`Unexpected PrefixUnaryExpression with operator ${Al}`),this.createNode(ml,{type:rC.UnaryExpression,argument:this.convertChild(ml.operand),operator:Al,prefix:Rl})}case dC.DeleteExpression:return this.createNode(ml,{type:rC.UnaryExpression,argument:this.convertChild(ml.expression),operator:"delete",prefix:!0});case dC.VoidExpression:return this.createNode(ml,{type:rC.UnaryExpression,argument:this.convertChild(ml.expression),operator:"void",prefix:!0});case dC.TypeOfExpression:return this.createNode(ml,{type:rC.UnaryExpression,argument:this.convertChild(ml.expression),operator:"typeof",prefix:!0});case dC.TypeOperator:return this.createNode(ml,{type:rC.TSTypeOperator,operator:gr(ml.operator),typeAnnotation:this.convertChild(ml.type)});case dC.BinaryExpression:{if(Nh(ml.operatorToken)){let Al=this.createNode(ml,{type:rC.SequenceExpression,expressions:[]}),Rl=this.convertChild(ml.left);return Rl.type===rC.SequenceExpression&&ml.left.kind!==dC.ParenthesizedExpression?Al.expressions.push(...Rl.expressions):Al.expressions.push(Rl),Al.expressions.push(this.convertChild(ml.right)),Al}let Al=Ih(ml.operatorToken);return this.allowPattern&&Al.type===rC.AssignmentExpression?this.createNode(ml,{type:rC.AssignmentPattern,decorators:[],left:this.convertPattern(ml.left,ml),optional:!1,right:this.convertChild(ml.right),typeAnnotation:void 0}):this.createNode(ml,{...Al,left:this.converter(ml.left,ml,Al.type===rC.AssignmentExpression),right:this.convertChild(ml.right)})}case dC.PropertyAccessExpression:{let Al=this.convertChild(ml.expression),Rl=this.convertChild(ml.name),zl=this.createNode(ml,{type:rC.MemberExpression,computed:!1,object:Al,optional:ml.questionDotToken!=null,property:Rl});return this.convertChainExpression(zl,ml)}case dC.ElementAccessExpression:{let Al=this.convertChild(ml.expression),Rl=this.convertChild(ml.argumentExpression),zl=this.createNode(ml,{type:rC.MemberExpression,computed:!0,object:Al,optional:ml.questionDotToken!=null,property:Rl});return this.convertChainExpression(zl,ml)}case dC.CallExpression:{if(ml.expression.kind===dC.ImportKeyword)return this.createNode(ml,this.#me({type:rC.ImportExpression,options:ml.arguments[1]?this.convertChild(ml.arguments[1]):null,source:this.convertChild(ml.arguments[0])},"attributes","options",!0));let Al=this.convertChild(ml.expression),Rl=this.convertChildren(ml.arguments),zl=this.convertTypeArguments(ml),rd=this.createNode(ml,{type:rC.CallExpression,arguments:Rl,callee:Al,optional:ml.questionDotToken!=null,typeArguments:zl});return this.convertChainExpression(rd,ml)}case dC.NewExpression:{let Al=this.convertTypeArguments(ml);return this.createNode(ml,{type:rC.NewExpression,arguments:this.convertChildren(ml.arguments??[]),callee:this.convertChild(ml.expression),typeArguments:Al})}case dC.ConditionalExpression:return this.createNode(ml,{type:rC.ConditionalExpression,alternate:this.convertChild(ml.whenFalse),consequent:this.convertChild(ml.whenTrue),test:this.convertChild(ml.condition)});case dC.MetaProperty:return this.createNode(ml,{type:rC.MetaProperty,meta:this.createNode(ml.getFirstToken(),{type:rC.Identifier,decorators:[],name:gr(ml.keywordToken),optional:!1,typeAnnotation:void 0}),property:this.convertChild(ml.name)});case dC.Decorator:return this.createNode(ml,{type:rC.Decorator,expression:this.convertChild(ml.expression)});case dC.StringLiteral:return this.createNode(ml,{type:rC.Literal,raw:ml.getText(),value:Al.kind===dC.JsxAttribute?id(ml.text):ml.text});case dC.NumericLiteral:return this.createNode(ml,{type:rC.Literal,raw:ml.getText(),value:Number(ml.text)});case dC.BigIntLiteral:{let Al=_a(ml,this.ast),Rl=this.ast.text.slice(Al[0],Al[1]),zl=t_(0,Rl.slice(0,-1),"_",""),rd=typeof BigInt<"u"?BigInt(zl):null;return this.createNode(ml,{type:rC.Literal,range:Al,bigint:rd==null?zl:String(rd),raw:Rl,value:rd})}case dC.RegularExpressionLiteral:{let Al=ml.text.slice(1,ml.text.lastIndexOf("/")),Rl=ml.text.slice(ml.text.lastIndexOf("/")+1),zl=null;try{zl=new RegExp(Al,Rl)}catch{}return this.createNode(ml,{type:rC.Literal,raw:ml.text,regex:{flags:Rl,pattern:Al},value:zl})}case dC.TrueKeyword:return this.createNode(ml,{type:rC.Literal,raw:"true",value:!0});case dC.FalseKeyword:return this.createNode(ml,{type:rC.Literal,raw:"false",value:!1});case dC.NullKeyword:return this.createNode(ml,{type:rC.Literal,raw:"null",value:null});case dC.EmptyStatement:return this.createNode(ml,{type:rC.EmptyStatement});case dC.DebuggerStatement:return this.createNode(ml,{type:rC.DebuggerStatement});case dC.JsxElement:return this.createNode(ml,{type:rC.JSXElement,children:this.convertChildren(ml.children),closingElement:this.convertChild(ml.closingElement),openingElement:this.convertChild(ml.openingElement)});case dC.JsxFragment:return this.createNode(ml,{type:rC.JSXFragment,children:this.convertChildren(ml.children),closingFragment:this.convertChild(ml.closingFragment),openingFragment:this.convertChild(ml.openingFragment)});case dC.JsxSelfClosingElement:return this.createNode(ml,{type:rC.JSXElement,children:[],closingElement:null,openingElement:this.createNode(ml,{type:rC.JSXOpeningElement,range:_a(ml,this.ast),attributes:this.convertChildren(ml.attributes.properties),name:this.convertJSXTagName(ml.tagName,ml),selfClosing:!0,typeArguments:this.convertTypeArguments(ml)})});case dC.JsxOpeningElement:return this.createNode(ml,{type:rC.JSXOpeningElement,attributes:this.convertChildren(ml.attributes.properties),name:this.convertJSXTagName(ml.tagName,ml),selfClosing:!1,typeArguments:this.convertTypeArguments(ml)});case dC.JsxClosingElement:return this.createNode(ml,{type:rC.JSXClosingElement,name:this.convertJSXTagName(ml.tagName,ml)});case dC.JsxOpeningFragment:return this.createNode(ml,{type:rC.JSXOpeningFragment});case dC.JsxClosingFragment:return this.createNode(ml,{type:rC.JSXClosingFragment});case dC.JsxExpression:{let Al=ml.expression?this.convertChild(ml.expression):this.createNode(ml,{type:rC.JSXEmptyExpression,range:[ml.getStart(this.ast)+1,ml.getEnd()-1]});return ml.dotDotDotToken?this.createNode(ml,{type:rC.JSXSpreadChild,expression:Al}):this.createNode(ml,{type:rC.JSXExpressionContainer,expression:Al})}case dC.JsxAttribute:return this.createNode(ml,{type:rC.JSXAttribute,name:this.convertJSXNamespaceOrIdentifier(ml.name),value:this.convertChild(ml.initializer)});case dC.JsxText:{let Al=ml.getFullStart(),Rl=ml.getEnd(),zl=this.ast.text.slice(Al,Rl);return this.createNode(ml,{type:rC.JSXText,range:[Al,Rl],raw:zl,value:id(zl)})}case dC.JsxSpreadAttribute:return this.createNode(ml,{type:rC.JSXSpreadAttribute,argument:this.convertChild(ml.expression)});case dC.QualifiedName:return this.createNode(ml,{type:rC.TSQualifiedName,left:this.convertChild(ml.left),right:this.convertChild(ml.right)});case dC.TypeReference:return this.createNode(ml,{type:rC.TSTypeReference,typeArguments:this.convertTypeArguments(ml),typeName:this.convertChild(ml.typeName)});case dC.TypeParameter:return this.createNode(ml,{type:rC.TSTypeParameter,const:Fe(dC.ConstKeyword,ml),constraint:ml.constraint&&this.convertChild(ml.constraint),default:ml.default?this.convertChild(ml.default):void 0,in:Fe(dC.InKeyword,ml),name:this.convertChild(ml.name),out:Fe(dC.OutKeyword,ml)});case dC.ThisType:return this.createNode(ml,{type:rC.TSThisType});case dC.AnyKeyword:case dC.BigIntKeyword:case dC.BooleanKeyword:case dC.NeverKeyword:case dC.NumberKeyword:case dC.ObjectKeyword:case dC.StringKeyword:case dC.SymbolKeyword:case dC.UnknownKeyword:case dC.VoidKeyword:case dC.UndefinedKeyword:case dC.IntrinsicKeyword:return this.createNode(ml,{type:rC[`TS${dC[ml.kind]}`]});case dC.NonNullExpression:{let Al=this.createNode(ml,{type:rC.TSNonNullExpression,expression:this.convertChild(ml.expression)});return this.convertChainExpression(Al,ml)}case dC.TypeLiteral:return this.createNode(ml,{type:rC.TSTypeLiteral,members:this.convertChildren(ml.members)});case dC.ArrayType:return this.createNode(ml,{type:rC.TSArrayType,elementType:this.convertChild(ml.elementType)});case dC.IndexedAccessType:return this.createNode(ml,{type:rC.TSIndexedAccessType,indexType:this.convertChild(ml.indexType),objectType:this.convertChild(ml.objectType)});case dC.ConditionalType:return this.createNode(ml,{type:rC.TSConditionalType,checkType:this.convertChild(ml.checkType),extendsType:this.convertChild(ml.extendsType),falseType:this.convertChild(ml.falseType),trueType:this.convertChild(ml.trueType)});case dC.TypeQuery:return this.createNode(ml,{type:rC.TSTypeQuery,exprName:this.convertChild(ml.exprName),typeArguments:this.convertTypeArguments(ml)});case dC.MappedType:return this.createNode(ml,this.#ge({type:rC.TSMappedType,constraint:this.convertChild(ml.typeParameter.constraint),key:this.convertChild(ml.typeParameter.name),nameType:this.convertChild(ml.nameType)??null,optional:ml.questionToken?ml.questionToken.kind===dC.QuestionToken||gr(ml.questionToken.kind):!1,readonly:ml.readonlyToken?ml.readonlyToken.kind===dC.ReadonlyKeyword||gr(ml.readonlyToken.kind):void 0,typeAnnotation:ml.type&&this.convertChild(ml.type)},"typeParameter","'constraint' and 'key'",this.convertChild(ml.typeParameter)));case dC.ParenthesizedExpression:return this.convertChild(ml.expression,Al);case dC.TypeAliasDeclaration:{let Al=this.createNode(ml,{type:rC.TSTypeAliasDeclaration,declare:Fe(dC.DeclareKeyword,ml),id:this.convertChild(ml.name),typeAnnotation:this.convertChild(ml.type),typeParameters:this.convertTypeParameters(ml)});return this.fixExports(ml,Al)}case dC.MethodSignature:return this.convertMethodSignature(ml);case dC.PropertySignature:return this.createNode(ml,{type:rC.TSPropertySignature,accessibility:ki(ml),computed:ca(ml.name),key:this.convertChild(ml.name),optional:ad(ml),readonly:Fe(dC.ReadonlyKeyword,ml),static:Fe(dC.StaticKeyword,ml),typeAnnotation:ml.type&&this.convertTypeAnnotation(ml.type,ml)});case dC.IndexSignature:return this.createNode(ml,{type:rC.TSIndexSignature,accessibility:ki(ml),parameters:this.convertChildren(ml.parameters),readonly:Fe(dC.ReadonlyKeyword,ml),static:Fe(dC.StaticKeyword,ml),typeAnnotation:ml.type&&this.convertTypeAnnotation(ml.type,ml)});case dC.ConstructorType:return this.createNode(ml,{type:rC.TSConstructorType,abstract:Fe(dC.AbstractKeyword,ml),params:this.convertParameters(ml.parameters),returnType:ml.type&&this.convertTypeAnnotation(ml.type,ml),typeParameters:this.convertTypeParameters(ml)});case dC.FunctionType:case dC.ConstructSignature:case dC.CallSignature:{let Al=ml.kind===dC.ConstructSignature?rC.TSConstructSignatureDeclaration:ml.kind===dC.CallSignature?rC.TSCallSignatureDeclaration:rC.TSFunctionType;return this.createNode(ml,{type:Al,params:this.convertParameters(ml.parameters),returnType:ml.type&&this.convertTypeAnnotation(ml.type,ml),typeParameters:this.convertTypeParameters(ml)})}case dC.ExpressionWithTypeArguments:{let Rl=Al.kind,zl=Rl===dC.InterfaceDeclaration?rC.TSInterfaceHeritage:Rl===dC.HeritageClause?rC.TSClassImplements:rC.TSInstantiationExpression;return this.createNode(ml,{type:zl,expression:this.convertChild(ml.expression),typeArguments:this.convertTypeArguments(ml)})}case dC.InterfaceDeclaration:{let Al=ml.heritageClauses?.flatMap(Al=>Al.token===dC.ExtendsKeyword?Al.types.map(Al=>this.convertChild(Al,ml)):[])??[],Rl=this.createNode(ml,{type:rC.TSInterfaceDeclaration,body:this.createNode(ml,{type:rC.TSInterfaceBody,range:[ml.members.pos-1,ml.end],body:this.convertChildren(ml.members)}),declare:Fe(dC.DeclareKeyword,ml),extends:Al,id:this.convertChild(ml.name),typeParameters:this.convertTypeParameters(ml)});return this.fixExports(ml,Rl)}case dC.TypePredicate:{let Al=this.createNode(ml,{type:rC.TSTypePredicate,asserts:ml.assertsModifier!=null,parameterName:this.convertChild(ml.parameterName),typeAnnotation:null});return ml.type&&(Al.typeAnnotation=this.convertTypeAnnotation(ml.type,ml),Al.typeAnnotation.loc=Al.typeAnnotation.typeAnnotation.loc,Al.typeAnnotation.range=Al.typeAnnotation.typeAnnotation.range),Al}case dC.ImportType:{let Al=_a(ml,this.ast);if(ml.isTypeOf){let Rl=nr(ml.getFirstToken(),ml,this.ast);Al[0]=Rl.getStart(this.ast)}let Rl=null;if(ml.attributes){let Al=this.createNode(ml.attributes,{type:rC.ObjectExpression,properties:ml.attributes.elements.map(ml=>this.createNode(ml,{type:rC.Property,computed:!1,key:this.convertChild(ml.name),kind:"init",method:!1,optional:!1,shorthand:!1,value:this.convertChild(ml.value)}))}),zl=nr(ml.argument,ml,this.ast),rd=nr(zl,ml,this.ast),yh=nr(ml.attributes,ml,this.ast),kh=yh.kind===tA.CommaToken?nr(yh,ml,this.ast):yh,Qh=nr(rd,ml,this.ast),cf=_a(Qh,this.ast),t_=Qh.kind===tA.AssertKeyword?"assert":"with";Rl=this.createNode(ml,{type:rC.ObjectExpression,range:[rd.getStart(this.ast),kh.end],properties:[this.createNode(ml,{type:rC.Property,range:[cf[0],ml.attributes.end],computed:!1,key:this.createNode(ml,{type:rC.Identifier,range:cf,decorators:[],name:t_,optional:!1,typeAnnotation:void 0}),kind:"init",method:!1,optional:!1,shorthand:!1,value:Al})]})}let zl=this.convertChild(ml.argument),rd=zl.literal,yh=this.createNode(ml,this.#ge({type:rC.TSImportType,range:Al,options:Rl,qualifier:this.convertChild(ml.qualifier),source:rd,typeArguments:this.convertTypeArguments(ml)??null},"argument","source",zl));return ml.isTypeOf?this.createNode(ml,{type:rC.TSTypeQuery,exprName:yh,typeArguments:void 0}):yh}case dC.EnumDeclaration:{let Al=this.convertChildren(ml.members),Rl=this.createNode(ml,this.#ge({type:rC.TSEnumDeclaration,body:this.createNode(ml,{type:rC.TSEnumBody,range:[ml.members.pos-1,ml.end],members:Al}),const:Fe(dC.ConstKeyword,ml),declare:Fe(dC.DeclareKeyword,ml),id:this.convertChild(ml.name)},"members","'body.members'",this.convertChildren(ml.members)));return this.fixExports(ml,Rl)}case dC.EnumMember:{let Al=ml.name.kind===tA.ComputedPropertyName;return this.createNode(ml,this.#ge({type:rC.TSEnumMember,id:this.convertChild(ml.name),initializer:ml.initializer&&this.convertChild(ml.initializer)},"computed",void 0,Al))}case dC.ModuleDeclaration:{let Al=Fe(dC.DeclareKeyword,ml),Rl=this.createNode(ml,{type:rC.TSModuleDeclaration,...(()=>{if(ml.flags&rA.GlobalAugmentation)return{body:this.convertChild(ml.body),declare:!1,global:!1,id:this.convertChild(ml.name),kind:"global"};if(Lr(ml.name)){let Al=this.convertChild(ml.body);return{kind:"module",...Al!=null?{body:Al}:{},declare:!1,global:!1,id:this.convertChild(ml.name)}}let Rl=this.createNode(ml.name,{type:rC.Identifier,range:[ml.name.getStart(this.ast),ml.name.getEnd()],decorators:[],name:ml.name.text,optional:!1,typeAnnotation:void 0});for(;ml.body&&Si(ml.body)&&ml.body.name;){ml=ml.body,Al||(Al=Fe(dC.DeclareKeyword,ml));let zl=ml.name,rd=this.createNode(zl,{type:rC.Identifier,range:[zl.getStart(this.ast),zl.getEnd()],decorators:[],name:zl.text,optional:!1,typeAnnotation:void 0});Rl=this.createNode(zl,{type:rC.TSQualifiedName,range:[Rl.range[0],rd.range[1]],left:Rl,right:rd})}return{body:this.convertChild(ml.body),declare:!1,global:!1,id:Rl,kind:ml.flags&rA.Namespace?"namespace":"module"}})()});return Rl.declare=Al,ml.flags&rA.GlobalAugmentation&&(Rl.global=!0),this.fixExports(ml,Rl)}case dC.ParenthesizedType:return this.convertChild(ml.type);case dC.UnionType:return this.createNode(ml,{type:rC.TSUnionType,types:this.convertChildren(ml.types)});case dC.IntersectionType:return this.createNode(ml,{type:rC.TSIntersectionType,types:this.convertChildren(ml.types)});case dC.AsExpression:return this.createNode(ml,{type:rC.TSAsExpression,expression:this.convertChild(ml.expression),typeAnnotation:this.convertChild(ml.type)});case dC.InferType:return this.createNode(ml,{type:rC.TSInferType,typeParameter:this.convertChild(ml.typeParameter)});case dC.LiteralType:return ml.literal.kind===dC.NullKeyword?this.createNode(ml.literal,{type:rC.TSNullKeyword}):this.createNode(ml,{type:rC.TSLiteralType,literal:this.convertChild(ml.literal)});case dC.TypeAssertionExpression:return this.createNode(ml,{type:rC.TSTypeAssertion,expression:this.convertChild(ml.expression),typeAnnotation:this.convertChild(ml.type)});case dC.ImportEqualsDeclaration:return this.fixExports(ml,this.createNode(ml,{type:rC.TSImportEqualsDeclaration,id:this.convertChild(ml.name),importKind:ml.isTypeOnly?"type":"value",moduleReference:this.convertChild(ml.moduleReference)}));case dC.ExternalModuleReference:return this.createNode(ml,{type:rC.TSExternalModuleReference,expression:this.convertChild(ml.expression)});case dC.NamespaceExportDeclaration:return this.createNode(ml,{type:rC.TSNamespaceExportDeclaration,id:this.convertChild(ml.name)});case dC.AbstractKeyword:return this.createNode(ml,{type:rC.TSAbstractKeyword});case dC.TupleType:{let Al=this.convertChildren(ml.elements);return this.createNode(ml,{type:rC.TSTupleType,elementTypes:Al})}case dC.NamedTupleMember:{let Al=this.createNode(ml,{type:rC.TSNamedTupleMember,elementType:this.convertChild(ml.type,ml),label:this.convertChild(ml.name,ml),optional:ml.questionToken!=null});return ml.dotDotDotToken?(Al.range[0]=Al.label.range[0],Al.loc.start=Al.label.loc.start,this.createNode(ml,{type:rC.TSRestType,typeAnnotation:Al})):Al}case dC.OptionalType:return this.createNode(ml,{type:rC.TSOptionalType,typeAnnotation:this.convertChild(ml.type)});case dC.RestType:return this.createNode(ml,{type:rC.TSRestType,typeAnnotation:this.convertChild(ml.type)});case dC.TemplateLiteralType:{let Al=this.createNode(ml,{type:rC.TSTemplateLiteralType,quasis:[this.convertChild(ml.head)],types:[]});return ml.templateSpans.forEach(ml=>{Al.types.push(this.convertChild(ml.type)),Al.quasis.push(this.convertChild(ml.literal))}),Al}case dC.ClassStaticBlockDeclaration:return this.createNode(ml,{type:rC.StaticBlock,body:this.convertBodyExpressions(ml.body.statements,ml)});case dC.AssertEntry:case dC.ImportAttribute:return this.createNode(ml,{type:rC.ImportAttribute,key:this.convertChild(ml.name),value:this.convertChild(ml.value)});case dC.SatisfiesExpression:return this.createNode(ml,{type:rC.TSSatisfiesExpression,expression:this.convertChild(ml.expression),typeAnnotation:this.convertChild(ml.type)});default:return this.deeplyCopy(ml)}}createNode(ml,Al){let Rl=Al;return Rl.range??(Rl.range=_a(ml,this.ast)),Rl.loc??(Rl.loc=Zr(Rl.range,this.ast)),Rl&&this.options.shouldPreserveNodeMaps&&this.esTreeNodeToTSNodeMap.set(Rl,ml),Rl}convertProgram(){return this.converter(this.ast)}deeplyCopy(ml){ml.kind===tA.JSDocFunctionType&&this.#_e(ml,"JSDoc types can only be used inside documentation comments.");let Al=`TS${dC[ml.kind]}`;if(this.options.errorOnUnknownASTType&&!rC[Al])throw new Error(`Unknown AST_NODE_TYPE: "${Al}"`);let Rl=this.createNode(ml,{type:Al});"type"in ml&&(Rl.typeAnnotation=ml.type&&"kind"in ml.type&&c1(ml.type)?this.convertTypeAnnotation(ml.type,ml):null),"typeArguments"in ml&&(Rl.typeArguments=ml.typeArguments&&"pos"in ml.typeArguments?this.convertTypeArguments(ml):null),"typeParameters"in ml&&(Rl.typeParameters=ml.typeParameters&&"pos"in ml.typeParameters?this.convertTypeParameters(ml):null);let zl=wi(ml);zl?.length&&(Rl.decorators=this.convertChildren(zl));let rd=new Set(["_children","decorators","end","flags","heritageClauses","illegalDecorators","jsDoc","kind","locals","localSymbol","modifierFlagsCache","modifiers","nextContainer","parent","pos","symbol","transformFlags","type","typeArguments","typeParameters"]);return Object.entries(ml).filter(([ml])=>!rd.has(ml)).forEach(([ml,Al])=>{Array.isArray(Al)?Rl[ml]=this.convertChildren(Al):Al&&typeof Al=="object"&&Al.kind?Rl[ml]=this.convertChild(Al):Rl[ml]=Al}),Rl}fixExports(ml,Al){let Rl=Si(ml)&&!Lr(ml.name)?Rh(ml):tr(ml);if(Rl?.[0].kind===dC.ExportKeyword){this.registerTSNodeInNodeMap(ml,Al);let zl=Rl[0],rd=Rl[1],yh=rd?.kind===dC.DefaultKeyword,kh=yh?nr(rd,this.ast,this.ast):nr(zl,this.ast,this.ast);if(Al.range[0]=kh.getStart(this.ast),Al.loc=Zr(Al.range,this.ast),yh)return this.createNode(ml,{type:rC.ExportDefaultDeclaration,range:[zl.getStart(this.ast),Al.range[1]],declaration:Al,exportKind:"value"});let Qh=Al.type===rC.TSInterfaceDeclaration||Al.type===rC.TSTypeAliasDeclaration,cf="declare"in Al&&Al.declare;return this.createNode(ml,this.#me({type:rC.ExportNamedDeclaration,range:[zl.getStart(this.ast),Al.range[1]],attributes:[],declaration:Al,exportKind:Qh||cf?"type":"value",source:null,specifiers:[]},"assertions","attributes",!0))}return Al}getASTMaps(){return{esTreeNodeToTSNodeMap:this.esTreeNodeToTSNodeMap,tsNodeToESTreeNodeMap:this.tsNodeToESTreeNodeMap}}registerTSNodeInNodeMap(ml,Al){Al&&this.options.shouldPreserveNodeMaps&&!this.tsNodeToESTreeNodeMap.has(ml)&&this.tsNodeToESTreeNodeMap.set(ml,Al)}};function*$6(ml,Al=ml.getSourceFile()){let Rl=[];for(;;){if(vf(ml.kind))yield ml;else{let zl=ml.getChildren(Al);if(zl.length===1){ml=zl[0];continue}for(let ml=zl.length-1;ml>=0;--ml)Rl.push(zl[ml])}if(Rl.length===0)break;ml=Rl.pop()}}function*Yh(ml,Al=ml.getSourceFile()){let Rl=Al.text,zl=Al.languageVariant!==hA.JSX;for(let rd of $6(ml,Al))rd.pos!==rd.end&&(rd.kind!==tA.JsxText&&(yield*Gh(ml=>{$m(Rl,rd.pos===0?(lf(Rl)??"").length:rd.pos,ml)},Rl)),(zl||Q6(rd))&&(yield*Gh(ml=>{Qm(Rl,rd.end,ml)},Rl)))}function Q6(ml){switch(ml.kind){case tA.CloseBraceToken:return ml.parent.kind!==tA.JsxExpression||!cd(ml.parent.parent);case tA.GreaterThanToken:switch(ml.parent.kind){case tA.JsxClosingElement:case tA.JsxClosingFragment:return!cd(ml.parent.parent.parent);case tA.JsxOpeningElement:return ml.end!==ml.parent.end;case tA.JsxOpeningFragment:return!1;case tA.JsxSelfClosingElement:return ml.end!==ml.parent.end||!cd(ml.parent.parent)}}return!0}function Gh(ml,Al){let Rl=[];return ml((ml,zl,rd)=>{let yh=Al.slice(ml,zl),kh=yh.slice(2,rd===tA.SingleLineCommentTrivia?void 0:-2);Rl.push({end:zl,kind:rd,pos:ml,text:yh,value:kh})}),Rl}function cd(ml){return ml.kind===tA.JsxElement||ml.kind===tA.JsxFragment}var[fC,_C]=r_.split(".").map(ml=>Number.parseInt(ml,10));var mC=lA.Intrinsic??lA.Any|lA.Unknown|lA.String|lA.Number|lA.BigInt|lA.Boolean|lA.BooleanLiteral|lA.ESSymbol|lA.Void|lA.Undefined|lA.Null|lA.Never|lA.NonPrimitive;function Hh(ml){return Array.from(Yh(ml),({end:Al,kind:Rl,pos:zl,value:rd})=>{let yh=Rl===tA.SingleLineCommentTrivia?nC.Line:nC.Block,kh=[zl,Al],Qh=Zr(kh,ml);return{type:yh,loc:Qh,range:kh,value:rd}})}var Xh=()=>{};function $h(ml,Al,Rl){let{parseDiagnostics:zl}=ml;if(zl.length)throw od(zl[0]);let rd=new hC(ml,{allowInvalidAST:Al.allowInvalidAST,errorOnUnknownASTType:Al.errorOnUnknownASTType,shouldPreserveNodeMaps:Rl,suppressDeprecatedPropertyWarnings:Al.suppressDeprecatedPropertyWarnings}),yh=rd.convertProgram();return(!Al.range||!Al.loc)&&Xh(yh,{enter:ml=>{Al.range||delete ml.range,Al.loc||delete ml.loc}}),Al.tokens&&(yh.tokens=jh(ml)),Al.comment&&(yh.comments=Hh(ml)),{astMaps:rd.getASTMaps(),estree:yh}}function Fl(ml){if(typeof ml!="object"||ml==null)return!1;let Al=ml;return Al.kind===tA.SourceFile&&typeof Al.getFullText=="function"}var i4=function(ml){return ml&&ml.__esModule?ml:{default:ml}};var gC=i4({extname:ml=>"."+ml.split(".").pop()});function Kh(ml,Al){switch(gC.default.extname(ml).toLowerCase()){case fA.Cjs:case fA.Js:case fA.Mjs:return pA.JS;case fA.Cts:case fA.Mts:case fA.Ts:return pA.TS;case fA.Json:return pA.JSON;case fA.Jsx:return pA.JSX;case fA.Tsx:return pA.TSX;default:return Al?pA.TSX:pA.TS}}var AC={default:kh},yC=(0,AC.default)("typescript-eslint:typescript-estree:create-program:createSourceFile");function Zh(ml){return yC("Getting AST without type information in %s mode for: %s",ml.jsx?"TSX":"TS",ml.filePath),Fl(ml.code)?ml.code:mh(ml.filePath,ml.codeFullText,{jsDocParsingMode:ml.jsDocParsingMode,languageVersion:dA.Latest,setExternalModuleIndicator:ml.setExternalModuleIndicator},!0,Kh(ml.filePath,ml.jsx))}var e0=ml=>ml;var t0=()=>{};var bC=class{};var i0=()=>!1;var a0=()=>{};var x4=function(ml){return ml&&ml.__esModule?ml:{default:ml}};var vC={},EC={default:kh},wC=x4({extname:ml=>"."+ml.split(".").pop()}),CC=(0,EC.default)("typescript-eslint:typescript-estree:parseSettings:createParseSettings"),xC,DC=null,SC={ParseAll:bA?.ParseAll,ParseForTypeErrors:bA?.ParseForTypeErrors,ParseForTypeInfo:bA?.ParseForTypeInfo,ParseNone:bA?.ParseNone};function _0(ml,Al={}){let Rl=E4(ml),zl=i0(Al),rd=void 0,yh=typeof Al.loggerFn=="function",kh=e0(typeof Al.filePath=="string"&&Al.filePath!==""?Al.filePath:A4(Al.jsx),rd),Qh=wC.default.extname(kh).toLowerCase(),cf=(()=>{switch(Al.jsDocParsingMode){case"all":return SC.ParseAll;case"none":return SC.ParseNone;case"type-info":return SC.ParseForTypeInfo;default:return SC.ParseAll}})(),t_={loc:Al.loc===!0,range:Al.range===!0,allowInvalidAST:Al.allowInvalidAST===!0,code:ml,codeFullText:Rl,comment:Al.comment===!0,comments:[],debugLevel:Al.debugLevel===!0?new Set(["typescript-eslint"]):Array.isArray(Al.debugLevel)?new Set(Al.debugLevel):new Set,errorOnTypeScriptSyntacticAndSemanticIssues:!1,errorOnUnknownASTType:Al.errorOnUnknownASTType===!0,extraFileExtensions:Array.isArray(Al.extraFileExtensions)&&Al.extraFileExtensions.every(ml=>typeof ml=="string")?Al.extraFileExtensions:[],filePath:kh,jsDocParsingMode:cf,jsx:Al.jsx===!0,log:typeof Al.loggerFn=="function"?Al.loggerFn:Al.loggerFn===!1?()=>{}:console.log,preserveNodeMaps:Al.preserveNodeMaps!==!1,programs:Array.isArray(Al.programs)?Al.programs:null,projects:new Map,projectService:Al.projectService||Al.project&&Al.projectService!==!1&&(void 0).env.TYPESCRIPT_ESLINT_PROJECT_SERVICE==="true"?C4(Al.projectService,{jsDocParsingMode:cf,tsconfigRootDir:rd}):void 0,setExternalModuleIndicator:Al.sourceType==="module"||Al.sourceType==null&&Qh===fA.Mjs||Al.sourceType==null&&Qh===fA.Mts?ml=>{ml.externalModuleIndicator=!0}:void 0,singleRun:zl,suppressDeprecatedPropertyWarnings:Al.suppressDeprecatedPropertyWarnings??!0,tokens:Al.tokens===!0?[]:null,tsconfigMatchCache:xC??(xC=new bC(zl?"Infinity":Al.cacheLifetime?.glob??void 0)),tsconfigRootDir:rd};if(t_.projectService&&Al.project&&(void 0).env.TYPESCRIPT_ESLINT_IGNORE_PROJECT_AND_PROJECT_SERVICE_ERROR!=="true")throw new Error('Enabling "project" does nothing when "projectService" is enabled. You can remove the "project" setting.');if(t_.debugLevel.size>0){let ml=[];t_.debugLevel.has("typescript-eslint")&&ml.push("typescript-eslint:*"),(t_.debugLevel.has("eslint")||EC.default.enabled("eslint:*,-eslint:code-path"))&&ml.push("eslint:*,-eslint:code-path"),EC.default.enable(ml.join(","))}if(Array.isArray(Al.programs)){if(!Al.programs.length)throw new Error("You have set parserOptions.programs to an empty array. This will cause all files to not be found in existing programs. Either provide one or more existing TypeScript Program instances in the array, or remove the parserOptions.programs setting.");CC("parserOptions.programs was provided, so parserOptions.project will be ignored.")}return!t_.programs&&!t_.projectService&&(t_.projects=new Map),Al.jsDocParsingMode==null&&t_.projects.size===0&&t_.programs==null&&t_.projectService==null&&(t_.jsDocParsingMode=SC.ParseNone),a0(t_,yh),t_}function E4(ml){return Fl(ml)?ml.getFullText(ml):typeof ml=="string"?ml:String(ml)}function A4(ml){return ml?"estree.tsx":"estree.ts"}function C4(ml,Al){let Rl=typeof ml=="object"?ml:{};return t0(Rl.allowDefaultProject),DC??(DC=(0,vC.createProjectService)({options:Rl,...Al})),DC}var kC={default:kh},TC=(0,kC.default)("typescript-eslint:typescript-estree:parser");function o0(ml,Al){let{ast:Rl}=O4(ml,Al,!1);return Rl}function O4(ml,Al,Rl){let zl=_0(ml,Al);if(Al?.errorOnTypeScriptSyntacticAndSemanticIssues)throw new Error('"errorOnTypeScriptSyntacticAndSemanticIssues" is only supported for parseAndGenerateServices()');let rd=Zh(zl),{astMaps:yh,estree:kh}=$h(rd,zl,Rl);return{ast:kh,esTreeNodeToTSNodeMap:yh.esTreeNodeToTSNodeMap,tsNodeToESTreeNodeMap:yh.tsNodeToESTreeNodeMap}}function M4(ml,Al){let Rl=new SyntaxError(ml+" ("+Al.loc.start.line+":"+Al.loc.start.column+")");return Object.assign(Rl,Al)}var IC=M4;function l0(ml){let Al=[];for(let Rl of ml)try{return Rl()}catch(ml){Al.push(ml)}throw Object.assign(new Error("All combinations failed"),{errors:Al})}var BC=Array.prototype.findLast??function(ml){for(let Al=this.length-1;Al>=0;Al--){let Rl=this[Al];if(ml(Rl,Al,this))return Rl}},FC=ja("findLast",function(){if(Array.isArray(this))return BC}),PC=FC;var RC=Symbol.for("comments");function J4(ml){return this[ml<0?this.length+ml:ml]}var NC=ja("at",function(){if(Array.isArray(this)||typeof this=="string")return J4}),OC=NC;function la(ml){let Al=new Set(ml);return ml=>Al.has(ml?.type)}function ts(ml){return ml.range?.[1]??ml.end}function Qt(ml){let Al=ml.range?.[0]??ml.start,Rl=(ml.declaration?.decorators??ml.decorators)?.[0];return Rl?Math.min(Qt(Rl),Al):Al}var QC=5,LC=8,MC=8,f0=ml=>Al=>Al.label?Kt(Al.label):Qt(Al)+ml,F4=ml=>ml.__contentEnd??ts(ml),jC=["ExpressionStatement","Directive","ImportDeclaration","ExportDefaultDeclaration","ExportNamedDeclaration","ExportAllDeclaration","ReturnStatement","ThrowStatement","DoWhileStatement"],UC=new Map([["BreakStatement",f0(QC)],["ContinueStatement",f0(LC)],["DebuggerStatement",ml=>Qt(ml)+MC],["VariableDeclaration",ml=>Kt(OC(0,ml.declarations,-1))],...jC.map(ml=>[ml,F4])]),GC=la(jC);function Kt(ml){let{type:Al}=ml;return Al==="IfStatement"?Kt(ml.alternate??ml.consequent):Al==="ForInStatement"||Al==="ForOfStatement"||Al==="ForStatement"||Al==="LabeledStatement"||Al==="WithStatement"||Al==="WhileStatement"?Kt(ml.body):UC.get(Al)?.(ml)??ts(ml)}var qC=la(["Block","CommentBlock","MultiLine"]),$C=la(["Line","CommentLine","SingleLine","HashbangComment","HTMLOpen","HTMLClose","Hashbang","InterpreterDirective"]);function rs(ml,Al,Rl){if(!ml.has(Al)){let zl=Rl(Al);ml.set(Al,zl)}return ml.get(Al)}var JC=new WeakMap;function h0(ml){return rs(JC,ml,ml=>qC(ml)&&ml.value[0]==="*"&&/@(?:type|satisfies)\b/.test(ml.value))}function W4(ml){return t_(0,ml,/[^\n]/g," ")}var HC=W4;function G4(ml,Al){for(let Rl of Al){let Al=Qt(Rl),zl=Kt(Rl);ml=ml.slice(0,Al)+HC(ml.slice(Al,zl))+ml.slice(zl)}return ml}var VC=new WeakMap;function g0(ml){let Al=ml[RC];return rs(VC,Al,Al=>G4(ml.originalText,Al))}function H4(ml){if(!qC(ml))return[];if(!ml.value.includes(`\n`))return[];let Al=[];for(let Rl of`*${ml.value}*`.split(`\n`)){if(Rl=Rl.trimStart(),!Rl.startsWith("*"))return[];Al.push(Rl)}return Al}var WC=new WeakMap;function X4(ml){return rs(WC,ml,H4)}function v0(ml){WC.delete(ml)}function pd(ml){return X4(ml).length>0}function x0(ml){if(ml.length<2)return;let Al;for(let Rl=ml.length-1;Rl>=0;Rl--){let zl=ml[Rl];if(Al&&Kt(zl)===Qt(Al)&&pd(zl)&&pd(Al)&&(ml.splice(Rl+1,1),zl.value+="*//*"+Al.value,zl.range=[Qt(zl),Kt(Al)],v0(zl)),!$C(zl)&&!qC(zl))throw new TypeError(`Unknown comment type: "${zl.type}".`);Al=zl}}function $4(ml){return ml!==null&&typeof ml=="object"}var zC=$4;var YC=null;function N_(ml){if(YC!==null&&typeof YC.property){let ml=YC;return YC=N_.prototype=null,ml}return YC=N_.prototype=ml??Object.create(null),new N_}var KC=10;for(let ml=0;ml<=KC;ml++)N_();function fd(ml){return N_(ml)}function K4(ml,Al="type"){fd(ml);function a(Rl){let zl=Rl[Al],rd=ml[zl];if(!Array.isArray(rd))throw Object.assign(new Error(`Missing visitor keys for '${zl}'.`),{node:Rl});return rd}return a}var XC=K4;var ZC=[["elements"],["left","right"],["value"],["directives","body"],["label"],["callee","typeArguments","arguments"],["test","consequent","alternate"],["body","test"],["expression"],["left","right","body"],["id","typeParameters","params","predicate","returnType","body"],["object","property"],["properties"],["decorators","key","typeParameters","params","returnType","body"],["decorators","key","value"],["argument"],["expressions"],["id","init"],["body"],["decorators","id","typeParameters","superClass","superTypeArguments","mixins","implements","body"],["declaration","specifiers","source","attributes"],["local"],["exported"],["decorators","variance","key","typeAnnotation","value"],["id"],["key","value"],["elementType"],["id","typeParameters"],["id","typeParameters","extends","body"],["id","body"],["typeAnnotation"],["id","typeParameters","right"],["name","typeAnnotation"],["types"],["qualification","id"],["elementTypes"],["expression","typeAnnotation"],["params"],["members"],["objectType","indexType"],["decorators","key","typeAnnotation","value"],["id","typeParameters","params","returnType","body"],["key","typeParameters","params","returnType"],["typeParameters","params","returnType"],["parameterName","typeAnnotation"],["checkType","extendsType","trueType","falseType"],["typeParameter"],["literal"],["expression","typeArguments"],["decorators","key","typeAnnotation"],["argument","cases"],["pattern","body","guard"],["properties","rest"],["node"]],rx={ArrayExpression:ZC[0],AssignmentExpression:ZC[1],BinaryExpression:ZC[1],InterpreterDirective:[],Directive:ZC[2],DirectiveLiteral:[],BlockStatement:ZC[3],BreakStatement:ZC[4],CallExpression:ZC[5],CatchClause:["param","body"],ConditionalExpression:ZC[6],ContinueStatement:ZC[4],DebuggerStatement:[],DoWhileStatement:ZC[7],EmptyStatement:[],ExpressionStatement:ZC[8],File:["program"],ForInStatement:ZC[9],ForStatement:["init","test","update","body"],FunctionDeclaration:ZC[10],FunctionExpression:ZC[10],Identifier:["typeAnnotation","decorators"],IfStatement:ZC[6],LabeledStatement:["label","body"],StringLiteral:[],NumericLiteral:[],NullLiteral:[],BooleanLiteral:[],RegExpLiteral:[],LogicalExpression:ZC[1],MemberExpression:ZC[11],NewExpression:ZC[5],Program:ZC[3],ObjectExpression:ZC[12],ObjectMethod:ZC[13],ObjectProperty:ZC[14],RestElement:["argument","typeAnnotation","decorators"],ReturnStatement:ZC[15],SequenceExpression:ZC[16],ParenthesizedExpression:ZC[8],SwitchCase:["test","consequent"],SwitchStatement:["discriminant","cases"],ThisExpression:[],ThrowStatement:ZC[15],TryStatement:["block","handler","finalizer"],UnaryExpression:ZC[15],UpdateExpression:ZC[15],VariableDeclaration:["declarations"],VariableDeclarator:ZC[17],WhileStatement:ZC[7],WithStatement:["object","body"],AssignmentPattern:["left","right","decorators","typeAnnotation"],ArrayPattern:["elements","typeAnnotation","decorators"],ArrowFunctionExpression:["typeParameters","params","predicate","returnType","body"],ClassBody:ZC[18],ClassExpression:ZC[19],ClassDeclaration:ZC[19],ExportAllDeclaration:["source","attributes","exported"],ExportDefaultDeclaration:["declaration"],ExportNamedDeclaration:ZC[20],ExportSpecifier:["local","exported"],ForOfStatement:ZC[9],ImportDeclaration:["specifiers","source","attributes"],ImportDefaultSpecifier:ZC[21],ImportNamespaceSpecifier:ZC[21],ImportSpecifier:["imported","local"],MetaProperty:["meta","property"],ClassMethod:ZC[13],ObjectPattern:["decorators","properties","typeAnnotation"],SpreadElement:ZC[15],Super:[],TaggedTemplateExpression:["tag","typeArguments","quasi"],TemplateElement:[],TemplateLiteral:["quasis","expressions"],YieldExpression:ZC[15],AwaitExpression:ZC[15],ImportExpression:["source","options"],BigIntLiteral:[],ExportNamespaceSpecifier:ZC[22],OptionalMemberExpression:ZC[11],OptionalCallExpression:ZC[5],ClassProperty:ZC[23],ClassPrivateProperty:ZC[23],ClassPrivateMethod:ZC[13],PrivateName:ZC[24],StaticBlock:ZC[18],ImportAttribute:ZC[25],AnyTypeAnnotation:[],ArrayTypeAnnotation:ZC[26],BooleanTypeAnnotation:[],BooleanLiteralTypeAnnotation:[],NullLiteralTypeAnnotation:[],ClassImplements:ZC[27],DeclareClass:["id","typeParameters","extends","mixins","implements","body"],DeclareFunction:["id","predicate"],DeclareInterface:ZC[28],DeclareModule:ZC[29],DeclareModuleExports:ZC[30],DeclareTypeAlias:ZC[31],DeclareOpaqueType:["id","typeParameters","supertype","lowerBound","upperBound"],DeclareVariable:["id","declarations"],DeclareExportDeclaration:ZC[20],DeclareExportAllDeclaration:["source","attributes"],DeclaredPredicate:ZC[2],ExistsTypeAnnotation:[],FunctionTypeAnnotation:["typeParameters","this","params","rest","returnType"],FunctionTypeParam:ZC[32],GenericTypeAnnotation:ZC[27],InferredPredicate:[],InterfaceExtends:ZC[27],InterfaceDeclaration:ZC[28],InterfaceTypeAnnotation:["extends","body"],IntersectionTypeAnnotation:ZC[33],MixedTypeAnnotation:[],EmptyTypeAnnotation:[],NullableTypeAnnotation:ZC[30],NumberLiteralTypeAnnotation:[],BigIntLiteralTypeAnnotation:[],NumberTypeAnnotation:[],ObjectTypeAnnotation:["properties","indexers","callProperties","internalSlots"],ObjectTypeInternalSlot:["id","value"],ObjectTypeCallProperty:ZC[2],ObjectTypeIndexer:["variance","id","key","value"],ObjectTypeProperty:["key","value","variance"],ObjectTypeSpreadProperty:ZC[15],OpaqueType:["id","typeParameters","supertype","impltype","lowerBound","upperBound"],QualifiedTypeIdentifier:ZC[34],StringLiteralTypeAnnotation:[],StringTypeAnnotation:[],SymbolTypeAnnotation:[],ThisTypeAnnotation:[],TupleTypeAnnotation:ZC[35],TypeofTypeAnnotation:["argument","typeArguments"],TypeAlias:ZC[31],TypeAnnotation:ZC[30],TypeCastExpression:ZC[36],TypeParameter:["bound","default","variance"],TypeParameterDeclaration:ZC[37],TypeParameterInstantiation:ZC[37],UnionTypeAnnotation:ZC[33],Variance:[],VoidTypeAnnotation:[],EnumDeclaration:ZC[29],EnumBooleanBody:ZC[38],EnumNumberBody:ZC[38],EnumStringBody:ZC[38],EnumSymbolBody:ZC[38],EnumBooleanMember:ZC[17],EnumNumberMember:ZC[17],EnumStringMember:ZC[17],EnumDefaultedMember:ZC[24],IndexedAccessType:ZC[39],OptionalIndexedAccessType:ZC[39],JSXAttribute:["name","value"],JSXClosingElement:["name"],JSXElement:["openingElement","children","closingElement"],JSXEmptyExpression:[],JSXExpressionContainer:ZC[8],JSXSpreadChild:ZC[8],JSXIdentifier:[],JSXMemberExpression:ZC[11],JSXNamespacedName:["namespace","name"],JSXOpeningElement:["name","typeArguments","attributes"],JSXSpreadAttribute:ZC[15],JSXText:[],JSXFragment:["openingFragment","children","closingFragment"],JSXOpeningFragment:[],JSXClosingFragment:[],Placeholder:[],V8IntrinsicIdentifier:[],ArgumentPlaceholder:[],BindExpression:["object","callee"],ClassAccessorProperty:ZC[40],Decorator:ZC[8],DoExpression:ZC[18],ExportDefaultSpecifier:ZC[22],ModuleExpression:ZC[18],TopicReference:[],VoidPattern:[],TSParameterProperty:["parameter","decorators"],TSDeclareFunction:ZC[41],TSDeclareMethod:ZC[42],TSQualifiedName:ZC[1],TSCallSignatureDeclaration:ZC[43],TSConstructSignatureDeclaration:ZC[43],TSPropertySignature:["key","typeAnnotation"],TSMethodSignature:ZC[42],TSIndexSignature:["parameters","typeAnnotation"],TSAnyKeyword:[],TSBooleanKeyword:[],TSBigIntKeyword:[],TSIntrinsicKeyword:[],TSNeverKeyword:[],TSNullKeyword:[],TSNumberKeyword:[],TSObjectKeyword:[],TSStringKeyword:[],TSSymbolKeyword:[],TSUndefinedKeyword:[],TSUnknownKeyword:[],TSVoidKeyword:[],TSThisType:[],TSFunctionType:ZC[43],TSConstructorType:ZC[43],TSTypeReference:["typeName","typeArguments"],TSTypePredicate:ZC[44],TSTypeQuery:["exprName","typeArguments"],TSTypeLiteral:ZC[38],TSArrayType:ZC[26],TSTupleType:ZC[35],TSOptionalType:ZC[30],TSRestType:ZC[30],TSNamedTupleMember:["label","elementType"],TSUnionType:ZC[33],TSIntersectionType:ZC[33],TSConditionalType:ZC[45],TSInferType:ZC[46],TSParenthesizedType:ZC[30],TSTypeOperator:ZC[30],TSIndexedAccessType:ZC[39],TSMappedType:["key","constraint","nameType","typeAnnotation"],TSTemplateLiteralType:["quasis","types"],TSLiteralType:ZC[47],TSClassImplements:ZC[48],TSInterfaceHeritage:ZC[48],TSInterfaceDeclaration:ZC[28],TSInterfaceBody:ZC[18],TSTypeAliasDeclaration:["id","typeParameters","typeAnnotation"],TSInstantiationExpression:ZC[48],TSAsExpression:ZC[36],TSSatisfiesExpression:ZC[36],TSTypeAssertion:ZC[36],TSEnumBody:ZC[38],TSEnumDeclaration:ZC[29],TSEnumMember:["id","initializer"],TSModuleDeclaration:ZC[29],TSModuleBlock:ZC[18],TSImportType:["source","options","qualifier","typeArguments"],TSImportEqualsDeclaration:["id","moduleReference"],TSExternalModuleReference:ZC[8],TSNonNullExpression:ZC[8],TSExportAssignment:ZC[8],TSNamespaceExportDeclaration:ZC[24],TSTypeAnnotation:ZC[30],TSTypeParameterInstantiation:ZC[37],TSTypeParameterDeclaration:ZC[37],TSTypeParameter:["name","constraint","default"],ChainExpression:ZC[8],Literal:[],MethodDefinition:ZC[14],PrivateIdentifier:[],Property:ZC[25],PropertyDefinition:ZC[23],AccessorProperty:ZC[40],TSAbstractAccessorProperty:ZC[49],TSAbstractKeyword:[],TSAbstractMethodDefinition:ZC[25],TSAbstractPropertyDefinition:ZC[49],TSAsyncKeyword:[],TSDeclareKeyword:[],TSEmptyBodyFunctionExpression:["id","typeParameters","params","returnType"],TSExportKeyword:[],TSPrivateKeyword:[],TSProtectedKeyword:[],TSPublicKeyword:[],TSReadonlyKeyword:[],TSStaticKeyword:[],AsConstExpression:ZC[8],AsExpression:ZC[36],BigIntTypeAnnotation:[],ComponentDeclaration:["id","params","body","typeParameters","rendersType"],ComponentParameter:["name","local"],ComponentTypeAnnotation:["params","rest","typeParameters","rendersType"],ComponentTypeParameter:ZC[32],ConditionalTypeAnnotation:ZC[45],DeclareComponent:["id","params","rest","typeParameters","rendersType"],DeclareEnum:ZC[29],DeclareHook:ZC[24],DeclareNamespace:ZC[29],EnumBigIntBody:ZC[38],EnumBigIntMember:ZC[17],EnumBody:ZC[38],HookDeclaration:ZC[41],HookTypeAnnotation:["params","returnType","rest","typeParameters"],InferTypeAnnotation:ZC[46],KeyofTypeAnnotation:ZC[15],MatchArrayPattern:["elements","rest"],MatchAsPattern:["pattern","target"],MatchBindingPattern:ZC[24],MatchExpression:ZC[50],MatchExpressionCase:ZC[51],MatchIdentifierPattern:ZC[24],MatchInstanceObjectPattern:ZC[52],MatchInstancePattern:["targetConstructor","properties"],MatchLiteralPattern:ZC[47],MatchMemberPattern:["base","property"],MatchObjectPattern:ZC[52],MatchObjectPatternProperty:["key","pattern"],MatchOrPattern:["patterns"],MatchRestPattern:ZC[15],MatchStatement:ZC[50],MatchStatementCase:ZC[51],MatchUnaryPattern:ZC[15],MatchWildcardPattern:[],NeverTypeAnnotation:[],ObjectTypeMappedTypeProperty:["keyTparam","propType","sourceType","variance"],QualifiedTypeofIdentifier:ZC[34],RecordDeclaration:["id","typeParameters","implements","body"],RecordDeclarationBody:ZC[0],RecordDeclarationImplements:["id","typeArguments"],RecordDeclarationProperty:["key","typeAnnotation","defaultValue"],RecordDeclarationStaticProperty:["key","typeAnnotation","value"],RecordExpression:["recordConstructor","typeArguments","properties"],RecordExpressionProperties:ZC[12],SatisfiesExpression:ZC[36],TupleTypeLabeledElement:["label","elementType","variance"],TupleTypeSpreadElement:["label","typeAnnotation"],TypeOperator:ZC[30],TypePredicate:ZC[44],UndefinedTypeAnnotation:[],UnknownTypeAnnotation:[],NGChainedExpression:ZC[16],NGEmptyExpression:[],NGPipeExpression:["left","right","arguments"],NGMicrosyntax:ZC[18],NGMicrosyntaxAs:["key","alias"],NGMicrosyntaxExpression:["expression","alias"],NGMicrosyntaxKey:[],NGMicrosyntaxKeyedExpression:["key","expression"],NGMicrosyntaxLet:ZC[25],NGRoot:ZC[53],JsExpressionRoot:ZC[53],JsonRoot:ZC[53],TSJSDocAllType:[],TSJSDocUnknownType:[],TSJSDocNullableType:ZC[30],TSJSDocNonNullableType:ZC[30]};var nx=XC(rx),sx=nx;function Vl(ml,Al){if(!zC(ml))return ml;if(Array.isArray(ml)){for(let Rl=0;Rlml<=zl);kh=ml&&Rl.slice(ml,zl).trim().length===0}return kh?void 0:(ml.extra={...ml.extra,parenthesized:!0},ml)}case"TemplateLiteral":if(Al.expressions.length!==Al.quasis.length-1)throw new Error("Malformed template literal.");break;case"TemplateElement":if(zl==="flow"||zl==="hermes"||zl==="espree"||zl==="typescript"||rd){let ml=Qt(Al)+1,Rl=Kt(Al)-(Al.tail?1:2);Al.range=[ml,Rl]}break;case"TSParenthesizedType":return Al.typeAnnotation;case"TopicReference":ml.extra={...ml.extra,__isUsingHackPipeline:!0};break;case"TSUnionType":case"TSIntersectionType":if(Al.types.length===1)return Al.types[0];break;case"TupleTypeAnnotation":Al.types&&!Al.elementTypes&&(Al.elementTypes=Al.types);break;case"ImportDeclaration":zl==="hermes"&&Al.assertions&&!Al.attributes&&(Al.attributes=Al.assertions,delete Al.assertions);break}},onLeave(ml){switch(ml.type){case"LogicalExpression":if(A0(ml))return dd(ml);break}}}),ml}function A0(ml){return ml.type==="LogicalExpression"&&ml.right.type==="LogicalExpression"&&ml.operator===ml.right.operator}function dd(ml){return A0(ml)?dd({type:"LogicalExpression",operator:ml.operator,left:dd({type:"LogicalExpression",operator:ml.operator,left:ml.left,right:ml.right.left,range:[Qt(ml.left),Kt(ml.right.left)]}),right:ml.right.right,range:[Qt(ml),Kt(ml)]}):ml}function t3(ml,Al,Rl){if(!GC(ml))return;let zl=ts(ml);if(Rl[zl-1]!==";")return;let rd=g0({[RC]:Al,originalText:Rl});zl-=1;let yh=rd.slice(Qt(ml),zl),kh=yh.trimEnd();ml.__contentEnd=zl-(yh.length-kh.length)}var dx=e3;var hx=Object.hasOwn??Function.prototype.call.bind(Object.prototype.hasOwnProperty),fx=hx;var mx=/\*\/$/,gx=/^\/\*\*?/,Ax=/^\s*(\/\*\*?(.|\r?\n)*?\*\/)/,yx=/(^|\s+)\/\/([^\n\r]*)/g,bx=/^(\r?\n)+/,vx=/(?:^|\r?\n) *(@[^\n\r]*?) *\r?\n *(?![^\n\r@]*\/\/[^]*)([^\s@][^\n\r@]+?) *\r?\n/g,Ex=/(?:^|\r?\n) *@(\S+) *([^\n\r]*)/g,wx=/(\r?\n|^) *\* ?/g,Cx=[];function N0(ml){let Al=ml.match(Ax);return Al?Al[0].trimStart():""}function I0(ml){ml=t_(0,ml.replace(gx,"").replace(mx,""),wx,"$1");let Al="";for(;Al!==ml;)Al=ml,ml=t_(0,ml,vx,`\n$1 $2\n`);ml=ml.replace(bx,"").trimEnd();let Rl=Object.create(null),zl=t_(0,ml,Ex,"").replace(bx,"").trimEnd(),rd;for(;rd=Ex.exec(ml);){let ml=t_(0,rd[2],yx,"");if(typeof Rl[rd[1]]=="string"||Array.isArray(Rl[rd[1]])){let Al=Rl[rd[1]];Rl[rd[1]]=[...Cx,...Array.isArray(Al)?Al:[Al],ml]}else Rl[rd[1]]=ml}return{comments:zl,pragmas:Rl}}var xx=["noformat","noprettier"],Dx=["format","prettier"];function l3(ml){if(!ml.startsWith("#!"))return"";let Al=ml.indexOf(`\n`);return Al===-1?ml:ml.slice(0,Al)}var kx=l3;function j0(ml){let Al=kx(ml);Al&&(ml=ml.slice(Al.length+1));let Rl=N0(ml),{pragmas:zl,comments:rd}=I0(Rl);return{shebang:Al,text:ml,pragmas:zl,comments:rd}}function J0(ml){let{pragmas:Al}=j0(ml);return Dx.some(ml=>fx(Al,ml))}function R0(ml){let{pragmas:Al}=j0(ml);return xx.some(ml=>fx(Al,ml))}function u3(ml){return ml=typeof ml=="function"?{parse:ml}:ml,{astFormat:"estree",hasPragma:J0,hasIgnorePragma:R0,locStart:Qt,locEnd:Kt,...ml}}var Fx=u3;var Rx=/^[^"'`]*<\/|^[^/]{2}.*\/>/m;function p3(ml){return ml.charAt(0)==="#"&&ml.charAt(1)==="!"?"//"+ml.slice(2):ml}var Nx=p3;var Qx="module",Mx="commonjs",qx=[Qx,Mx];function W0(ml){if(typeof ml=="string"){if(ml=ml.toLowerCase(),/\.(?:mjs|mts)$/i.test(ml))return Qx;if(/\.(?:cjs|cts)$/i.test(ml))return Mx}}var Jx={loc:!0,range:!0,comment:!0,tokens:!1,loggerFn:!1,project:!1,jsDocParsingMode:"none",suppressDeprecatedPropertyWarnings:!0};function d3(ml){let{message:Al,location:Rl}=ml;if(!Rl)return ml;let{start:zl,end:rd}=Rl;return IC(Al,{loc:{start:{line:zl.line,column:zl.column+1},end:{line:rd.line,column:rd.column+1}},cause:ml})}var m3=ml=>ml&&/\.(?:js|mjs|cjs|jsx|ts|mts|cts|tsx)$/i.test(ml);function h3(ml,Al){let Rl=[{...Jx,filePath:Al}],zl=W0(Al);if(zl?Rl=Rl.map(ml=>({...ml,sourceType:zl})):Rl=qx.flatMap(ml=>Rl.map(Al=>({...Al,sourceType:ml}))),m3(Al))return Rl;let rd=Rx.test(ml);return[rd,!rd].flatMap(ml=>Rl.map(Al=>({...Al,jsx:ml})))}function y3(ml,Al){let Rl=Al?.filepath;typeof Rl!="string"&&(Rl=void 0);let zl=Nx(ml),rd=h3(ml,Rl),yh;try{yh=l0(rd.map(ml=>()=>o0(zl,ml)))}catch({errors:[ml]}){throw d3(ml)}return dx(yh,{text:ml,astType:"typescript"})}var Wx=Fx(y3);return gy(rd)})},69482:ml=>{(function(Al){function e(){var ml=Al();return ml.default||ml}if(true)ml.exports=e();else{var Rl}})(function(){"use strict";var ml=Object.defineProperty;var Al=Object.getOwnPropertyDescriptor;var Rl=Object.getOwnPropertyNames;var zl=Object.prototype.hasOwnProperty;var Vs=(Al,Rl)=>{for(var zl in Rl)ml(Al,zl,{get:Rl[zl],enumerable:!0})},po=(rd,yh,kh,Qh)=>{if(yh&&typeof yh=="object"||typeof yh=="function")for(let cf of Rl(yh))!zl.call(rd,cf)&&cf!==kh&&ml(rd,cf,{get:()=>yh[cf],enumerable:!(Qh=Al(yh,cf))||Qh.enumerable});return rd};var mo=Al=>po(ml({},"__esModule",{value:!0}),Al);var rd={};Vs(rd,{languages:()=>KA,options:()=>dy,parsers:()=>my,printers:()=>mC});var Kt=(ml,Al)=>(Rl,zl,...rd)=>Rl|1&&zl==null?void 0:(Al.call(zl)??zl[ml]).apply(zl,rd);function ho(ml){return this[ml<0?this.length+ml:ml]}var yh=Kt("at",function(){if(Array.isArray(this)||typeof this=="string")return ho}),kh=yh;var Qh=String.prototype.replaceAll??function(ml,Al){return ml.global?this.replace(ml,Al):this.split(ml).join(Al)},cf=Kt("replaceAll",function(){if(typeof this=="string")return Qh}),t_=cf;var bo=()=>{},r_=bo;var u_="string",C_="array",D_="cursor",S_="indent",P_="align",Cg="trim",eA="group",tA="fill",rA="if-break",nA="indent-if-break",iA="line-suffix",sA="line-suffix-boundary",aA="line",oA="label",lA="break-parent",cA=new Set([D_,S_,P_,Cg,eA,tA,rA,nA,iA,sA,aA,oA,lA]);function Wt(ml,Al,Rl){if(!ml.has(Al)){let zl=Rl(Al);ml.set(Al,zl)}return ml.get(Al)}function ko(ml){if(typeof ml=="string")return u_;if(Array.isArray(ml))return C_;if(!ml)return;let{type:Al}=ml;if(cA.has(Al))return Al}var uA=ko;var So=ml=>new Intl.ListFormat("en-US",{type:"disjunction"}).format(ml);function Eo(ml){let Al=ml===null?"null":typeof ml;if(Al!=="string"&&Al!=="object")return`Unexpected doc '${Al}', \nExpected it to be 'string' or 'object'.`;if(uA(ml))throw new Error("doc is valid.");let Rl=Object.prototype.toString.call(ml);if(Rl!=="[object Object]")return`Unexpected doc '${Rl}'.`;let zl=So([...cA].map(ml=>`'${ml}'`));return`Unexpected doc.type '${ml.type}'.\nExpected it to be ${zl}.`}var pA=class extends Error{name="InvalidDocError";constructor(ml){super(Eo(ml)),this.doc=ml}},dA=pA;function Co(ml,Al){if(typeof ml=="string")return Al(ml);let Rl=new Map;return s(ml);function s(ml){return Wt(Rl,ml,r)}function r(ml){switch(uA(ml)){case C_:return Al(ml.map(s));case tA:return Al({...ml,parts:ml.parts.map(s)});case rA:return Al({...ml,breakContents:s(ml.breakContents),flatContents:s(ml.flatContents)});case eA:{let{expandedStates:Rl,contents:zl}=ml;return Rl?(Rl=Rl.map(s),zl=Rl[0]):zl=s(zl),Al({...ml,contents:zl,expandedStates:Rl})}case P_:case S_:case nA:case oA:case iA:return Al({...ml,contents:s(ml.contents)});case u_:case D_:case Cg:case sA:case aA:case lA:return Al(ml);default:throw new dA(ml)}}}function Qs(ml,Al=wA){return Co(ml,ml=>typeof ml=="string"?R(Al,ml.split(`\n`)):ml)}var hA=r_,fA=r_,_A=r_,mA=r_;function ht(ml,Al){return mA(ml),hA(Al),{type:P_,contents:Al,n:ml}}function zn(ml){return ht(Number.NEGATIVE_INFINITY,ml)}function Ws(ml){return ht({type:"root"},ml)}function Xs(ml){return ht(-1,ml)}var gA={type:lA};function Zt(ml){return _A(ml),{type:tA,parts:ml}}function Ge(ml,Al={}){return hA(ml),fA(Al.expandedStates,!0),{type:eA,id:Al.id,contents:ml,break:!!Al.shouldBreak,expandedStates:Al.expandedStates}}function Zn(ml,Al){return Ge(ml[0],{...Al,expandedStates:ml})}function gt(ml,Al="",Rl={}){return hA(ml),Al!==""&&hA(Al),{type:rA,breakContents:ml,flatContents:Al,groupId:Rl.groupId}}function R(ml,Al){hA(ml),fA(Al);let Rl=[];for(let zl=0;zl{if(Rl===!1)return!1;let rd=!!zl?.backwards,{length:yh}=Al,kh=Rl;for(;kh>=0&&khml===`\n`||ml==="\r"||ml==="\u2028"||ml==="\u2029";function To(ml,Al,Rl){if(Al===!1)return!1;let zl=!!Rl?.backwards,rd=ml.charAt(Al);if(zl){if(ml.charAt(Al-1)==="\r"&&rd===`\n`)return Al-2;if(Zs(rd))return Al-1}else{if(rd==="\r"&&ml.charAt(Al+1)===`\n`)return Al+2;if(Zs(rd))return Al+1}return Al}var kA=To;function Oo(ml,Al){let Rl=Al-1;Rl=xA(ml,Rl,{backwards:!0}),Rl=kA(ml,Rl,{backwards:!0}),Rl=xA(ml,Rl,{backwards:!0});let zl=kA(ml,Rl,{backwards:!0});return Rl!==zl}var TA=Oo;var IA=class extends Error{name="UnexpectedNodeError";constructor(ml,Al,Rl="type"){super(`Unexpected ${Al} node ${Rl}: ${JSON.stringify(ml[Rl])}.`),this.node=ml}},BA=IA;function tr(ml,Al){let{node:Rl}=ml;if(Rl.type==="root"&&Al.filepath&&/(?:[/\\]|^)\.(?:prettier|stylelint|lintstaged)rc$/.test(Al.filepath))return async ml=>{let Rl=await ml(Al.originalText,{parser:"json"});return Rl?[Rl,vA]:void 0}}tr.getVisitorKeys=()=>[];var FA=tr;var PA=null;function wt(ml){if(PA!==null&&typeof PA.property){let ml=PA;return PA=wt.prototype=null,ml}return PA=wt.prototype=ml??Object.create(null),new wt}var RA=10;for(let ml=0;ml<=RA;ml++)wt();function rs(ml){return wt(ml)}function Io(ml,Al="type"){rs(ml);function n(Rl){let zl=Rl[Al],rd=ml[zl];if(!Array.isArray(rd))throw Object.assign(new Error(`Missing visitor keys for '${zl}'.`),{node:Rl});return rd}return n}var NA=Io;var OA=[["children","anchor","tag","indicatorComment","leadingComments","middleComments","trailingComment","endComments"],["anchor","tag","indicatorComment","leadingComments","middleComments","trailingComment","endComments"],["key","value","children","anchor","tag","indicatorComment","leadingComments","middleComments","trailingComment","endComments"],["content","children","anchor","tag","indicatorComment","leadingComments","middleComments","trailingComment","endComments"],["indicatorComment","leadingComments","middleComments","trailingComment","endComments"]],QA={root:OA[0],document:["head","body","children","anchor","tag","indicatorComment","leadingComments","middleComments","trailingComment","endComments"],documentHead:OA[0],documentBody:OA[0],directive:OA[1],alias:OA[1],blockLiteral:OA[1],blockFolded:OA[0],plain:OA[0],quoteSingle:OA[1],quoteDouble:OA[1],mapping:OA[0],mappingItem:OA[2],mappingKey:OA[3],mappingValue:OA[3],sequence:OA[0],sequenceItem:OA[3],flowMapping:OA[0],flowMappingItem:OA[2],flowSequence:OA[0],flowSequenceItem:OA[3],comment:OA[1],tag:OA[4],anchor:OA[4]};var LA=NA(QA),MA=LA;var bt=ml=>ml.position.start.offset,or=ml=>ml.position.end.offset;var jA="format";var UA=/^\s*#[^\S\n]*@(?:noformat|noprettier)\s*?(?:\n|$)/,GA=/^\s*#[^\S\n]*@(?:format|prettier)\s*?(?:\n|$)/,qA=/^\s*@(?:format|prettier)\s*$/;var ur=ml=>qA.test(ml),pr=ml=>GA.test(ml),mr=ml=>UA.test(ml),hr=ml=>`# @${jA}\n\n${ml}`;function is(ml,Al){switch(ml.type){case"comment":if(ur(ml.value))return null;break;case"quoteDouble":case"quoteSingle":Al.type="quote";break;case"document":Al.directivesEndMarker||delete Al.directivesEndMarker,Al.documentEndMarker||delete Al.documentEndMarker;break;case"blockLiteral":case"blockFolded":ml.chomping==="keep"?Al.value=ml.value.split(`\n`).map(ml=>ml.replace(/[ \t]+$/,"")).join(`\n`):(ml.chomping==="clip"||ml.chomping==="strip")&&(Al.value=ml.value.trimEnd());break}}is.ignoredProperties=new Set(["position"]);function Po(ml){return Array.isArray(ml)&&ml.length>0}var $A=Po;function J(ml,Al){return typeof ml?.type=="string"&&Al.includes(ml.type)}function os(ml,Al,Rl){return Al("children"in ml?{...ml,children:ml.children.map(Rl=>os(Rl,Al,ml))}:ml,Rl)}function He(ml,Al,Rl){Object.defineProperty(ml,Al,{get:Rl,enumerable:!1})}function gr(ml,Al){let Rl=0,zl=Al.length;for(let rd=ml.position.end.offset-1;rdAl===0&&Al===Rl.length-1?ml:Al!==0&&Al!==Rl.length-1?ml.trim():Al===0?ml.trimEnd():ml.trimStart());if(Rl.proseWrap==="preserve")return zl.map(ml=>ml?[ml]:[]);let rd=[];for(let[Al,Rl]of zl.entries()){let yh=wr(Rl);Al>0&&zl[Al-1].length>0&&yh.length>0&&!(ml==="quoteDouble"&&kh(0,kh(0,rd,-1),-1).endsWith("\\"))?rd[rd.length-1]=[...kh(0,rd,-1),...yh]:rd.push(yh)}return Rl.proseWrap==="never"?rd.map(ml=>[ml.join(" ")]):rd}function kr(ml,{parentIndent:Al,isLastDescendant:Rl,options:zl}){let rd=ml.position.start.line===ml.position.end.line?"":zl.originalText.slice(ml.position.start.offset,ml.position.end.offset).match(/^[^\n]*\n(.*)$/s)[1];if(rd==="")return[];let yh;if(ml.indent===null){let ml=rd.match(/^(? *)[^\n\r ]/m);yh=ml?ml.groups.leadingSpace.length:Number.POSITIVE_INFINITY}else yh=ml.indent-1+Al;let Qh=rd.split(`\n`).map(ml=>ml.slice(yh));if(zl.proseWrap==="preserve"||ml.type==="blockLiteral")return l(Qh.map(ml=>ml?[ml]:[]));let cf=[];for(let[ml,Al]of Qh.entries()){let Rl=wr(Al);ml>0&&Rl.length>0&&Qh[ml-1].length>0&&!/^\s/.test(Rl[0])&&!/^\s|\s$/.test(kh(0,cf,-1))?cf[cf.length-1]=[...kh(0,cf,-1),...Rl]:cf.push(Rl)}return cf=cf.map(ml=>{let Al=[];for(let Rl of ml)Al.length>0&&/\s$/.test(kh(0,Al,-1))?Al[Al.length-1]+=" "+Rl:Al.push(Rl);return Al}),zl.proseWrap==="never"&&(cf=cf.map(ml=>[ml.join(" ")])),l(cf);function l(Al){if(ml.chomping==="keep")return rd.endsWith(`\n`)&&kh(0,Al,-1).length===0?Al.slice(0,-1):Al;let zl=0;for(let ml=Al.length-1;ml>=0&&Al[ml].every(ml=>ml.replace(/[ \t]+$/,"")==="");ml--)zl++;return zl===0?Al:zl>=2&&!Rl?Al.slice(0,-(zl-1)):Al.slice(0,-zl)}}function kt(ml){if(!ml)return!0;switch(ml.type){case"plain":case"quoteDouble":case"quoteSingle":case"alias":case"flowMapping":case"flowSequence":return!0;default:return!1}}var JA=new WeakMap;function rn(ml,Al){let{node:Rl,root:zl}=ml,rd=Wt(JA,zl,()=>new Set);return!rd.has(Rl.position.end.offset)&&(rd.add(Rl.position.end.offset),gr(Rl,Al)&&!ls(ml.parent))?yA:""}function ls(ml){return F(ml)&&!J(ml,["documentHead","documentBody","flowMapping","flowSequence"])}function K(ml,Al){return ht(" ".repeat(ml),Al)}function xo(ml,Al,Rl){let{node:zl}=ml,rd=ml.ancestors.filter(ml=>ml.type==="sequence"||ml.type==="mapping").length,yh=nn(ml),kh=[zl.type==="blockFolded"?">":"|"];zl.indent!==null&&kh.push(zl.indent.toString()),zl.chomping!=="clip"&&kh.push(zl.chomping==="keep"?"+":"-"),as(zl)&&kh.push(" ",Rl("indicatorComment"));let Qh=kr(zl,{parentIndent:rd,isLastDescendant:yh,options:Al}),cf=[];for(let[ml,Al]of Qh.entries())ml===0&&cf.push(vA),cf.push(Zt(R(AA,Al))),ml!==Qh.length-1?cf.push(Al.length===0?vA:Ws(wA)):zl.chomping==="keep"&&yh&&cf.push(zn(Al.length===0?vA:wA));return zl.indent===null?kh.push(Xs(K(Al.tabWidth,cf))):kh.push(zn(K(zl.indent-1+rd,cf))),kh}var HA=xo;function on(ml,Al,Rl){let{node:zl}=ml,rd=zl.type==="flowMapping",yh=rd?"{":"[",Qh=rd?"}":"]",cf=yA;rd&&zl.children.length>0&&Al.bracketSpacing&&(cf=AA);let t_=kh(0,zl.children,-1),r_=t_?.type==="flowMappingItem"&&Je(t_.key)&&Je(t_.value);return[yh,K(Al.tabWidth,[cf,Mo(ml,Al,Rl),Al.trailingComma==="none"?"":gt(","),F(zl)?[vA,R(vA,ml.map(Rl,"endComments"))]:""]),r_?"":cf,Qh]}function Mo(ml,Al,Rl){return ml.map(({isLast:zl,node:rd,next:yh})=>[Rl(),zl?"":[",",AA,rd.position.start.line!==yh.position.start.line?rn(ml,Al.originalText):""]],"children")}function $o(ml,Al,Rl){let{node:zl,parent:rd}=ml,{key:yh,value:kh}=zl,Qh=Je(yh),cf=Je(kh);if(Qh&&cf)return": ";let t_=Rl("key"),r_=Bo(zl)?" ":"";if(cf)return zl.type==="flowMappingItem"&&rd.type==="flowMapping"?t_:zl.type==="mappingItem"&&an(yh.content,Al)&&!W(yh.content)&&rd.tag?.value!=="tag:yaml.org,2002:set"?[t_,r_,":"]:["? ",K(2,t_)];let u_=Rl("value");if(Qh)return[": ",K(2,u_)];if(ce(kh)||!kt(yh.content))return["? ",K(2,t_),vA,...ml.map(()=>[Rl(),vA],"value","leadingComments"),": ",K(2,u_)];if(Ro(yh.content)&&!ce(yh.content)&&!Oe(yh.content)&&!W(yh.content)&&!F(yh)&&!ce(kh.content)&&!Oe(kh.content)&&!F(kh)&&an(kh.content,Al)&&an(yh.content,Al))return[t_,r_,": ",u_];let C_=Symbol("mappingKey"),D_=Ge([gt("? "),Ge(K(2,t_),{id:C_})]),S_=[vA,": ",K(2,u_)],P_=[r_,":"];F(kh)&&kh.content&&J(kh.content,["flowMapping","flowSequence"])&&kh.content.children.length===0?P_.push(" "):ce(kh.content)||F(kh)&&kh.content&&!J(kh.content,["mapping","sequence"])||rd.type==="mapping"&&W(yh.content)&&kt(kh.content)||J(kh.content,["mapping","sequence"])&&kh.content.tag===null&&kh.content.anchor===null?P_.push(vA):kh.content?P_.push(AA):W(kh)&&P_.push(" "),P_.push(u_);let Cg=K(Al.tabWidth,P_);return an(yh.content,Al)&&!ce(yh.content)&&!Oe(yh.content)&&!W(yh.content)&&!F(yh)?Zn([[t_,Cg]]):Zn([[D_,gt(S_,Cg,{groupId:C_})]])}function an(ml,Al){if(!ml)return!0;switch(ml.type){case"plain":case"quoteSingle":case"quoteDouble":break;case"alias":return!0;default:return!1}if(Al.proseWrap==="preserve")return ml.position.start.line===ml.position.end.line;if(/\\$/m.test(Al.originalText.slice(ml.position.start.offset,ml.position.end.offset)))return!1;switch(Al.proseWrap){case"never":return!ml.value.includes(`\n`);case"always":return!/[\n ]/.test(ml.value);default:return!1}}function Bo(ml){return ml.key.content?.type==="alias"}function Ro(ml){if(!ml)return!0;switch(ml.type){case"plain":case"quoteDouble":case"quoteSingle":return ml.position.start.line===ml.position.end.line;case"alias":return!0;default:return!1}}var VA=$o;function qo(ml){return os(ml,Fo)}function Fo(ml){switch(ml.type){case"document":He(ml,"head",()=>ml.children[0]),He(ml,"body",()=>ml.children[1]);break;case"documentBody":case"sequenceItem":case"flowSequenceItem":case"mappingKey":case"mappingValue":He(ml,"content",()=>ml.children[0]);break;case"mappingItem":case"flowMappingItem":He(ml,"key",()=>ml.children[0]),He(ml,"value",()=>ml.children[1]);break}return ml}var WA=qo;function Ko(ml,Al,Rl){let{node:zl}=ml,rd=[];zl.type!=="mappingValue"&&ce(zl)&&rd.push([R(vA,ml.map(Rl,"leadingComments")),vA]);let{tag:yh,anchor:kh}=zl;yh&&rd.push(Rl("tag")),yh&&kh&&rd.push(" "),kh&&rd.push(Rl("anchor"));let Qh="";return J(zl,["mapping","sequence","comment","directive","mappingItem","sequenceItem"])&&!nn(ml)&&(Qh=rn(ml,Al.originalText)),(yh||kh)&&(J(zl,["sequence","mapping"])&&!Oe(zl)?rd.push(vA):rd.push(" ")),Oe(zl)&&rd.push([zl.middleComments.length===1?"":vA,R(vA,ml.map(Rl,"middleComments")),vA]),yr(ml)?rd.push(Qs(Al.originalText.slice(zl.position.start.offset,zl.position.end.offset).trimEnd())):rd.push(Ge(Yo(ml,Al,Rl))),W(zl)&&!J(zl,["document","documentHead"])&&rd.push(zs([zl.type==="mappingValue"&&!zl.content?"":" ",ml.parent.type==="mappingKey"&&ml.getParentNode(2).type==="mapping"&&kt(zl)?"":gA,Rl("trailingComment")])),ls(zl)&&rd.push(K(zl.type==="sequenceItem"?2:0,[vA,R(vA,ml.map(({node:ml})=>[TA(Al.originalText,bt(ml))?vA:"",Rl()],"endComments"))])),rd.push(Qh),rd}function Yo(ml,Al,Rl){let{node:zl}=ml;switch(zl.type){case"root":{let Al=sn(zl),rd=!(J(Al,["blockLiteral","blockFolded"])&&Al.chomping==="keep"),yh=[];return ml.each(({node:Al,isFirst:zl})=>{zl||yh.push(vA),yh.push(Rl()),jo(ml)&&(rd&&yh.push(vA),yh.push("..."),W(Al)&&yh.push(" ",Rl("trailingComment")))},"children"),rd&&yh.push(vA),yh}case"document":{let Al=[];return Vo(ml)&&((zl.head.children.length>0||zl.head.endComments.length>0)&&Al.push(Rl("head")),W(zl.head)?Al.push(["---"," ",Rl(["head","trailingComment"])]):Al.push("---")),Uo(zl)&&Al.push(Rl("body")),R(vA,Al)}case"documentHead":return R(vA,[...ml.map(Rl,"children"),...ml.map(Rl,"endComments")]);case"documentBody":{let{children:rd,endComments:yh}=zl,Qh="";if(rd.length>0&&yh.length>0){let ml=sn(zl);if(J(ml,["blockFolded","blockLiteral"]))ml.chomping!=="keep"&&(Qh=[vA,vA]);else{let ml=kh(0,rd,-1);Qh=J(ml,["mapping"])&&TA(Al.originalText,bt(yh[0]))?[vA,vA]:vA}}return[R(vA,ml.map(Rl,"children")),Qh,R(vA,ml.map(Rl,"endComments"))]}case"directive":return["%",R(" ",[zl.name,...zl.parameters])];case"comment":return["#",zl.value];case"alias":return["*",zl.value];case"tag":return Al.originalText.slice(zl.position.start.offset,zl.position.end.offset);case"anchor":return["&",zl.value];case"plain":return St(zl.type,Al.originalText.slice(zl.position.start.offset,zl.position.end.offset),Al);case"quoteDouble":case"quoteSingle":{let ml=Al.originalText.slice(zl.position.start.offset+1,zl.position.end.offset-1);if(zl.type==="quoteSingle"&&ml.includes("\\")||zl.type==="quoteDouble"&&/\\[^"]/.test(ml)){let Rl=zl.type==="quoteDouble"?'"':"'";return[Rl,St(zl.type,ml,Al),Rl]}if(ml.includes('"'))return["'",St(zl.type,zl.type==="quoteDouble"?t_(0,t_(0,ml,'\\"','"'),"'","'".repeat(2)):ml,Al),"'"];if(ml.includes("'"))return['"',St(zl.type,zl.type==="quoteSingle"?t_(0,ml,"''","'"):ml,Al),'"'];let Rl=Al.singleQuote?"'":'"';return[Rl,St(zl.type,ml,Al),Rl]}case"blockFolded":case"blockLiteral":return HA(ml,Al,Rl);case"mapping":case"sequence":return R(vA,ml.map(Rl,"children"));case"sequenceItem":return["- ",K(2,zl.content?Rl("content"):"")];case"mappingKey":case"mappingValue":return zl.content?Rl("content"):"";case"mappingItem":case"flowMappingItem":return VA(ml,Al,Rl);case"flowMapping":return on(ml,Al,Rl);case"flowSequence":return on(ml,Al,Rl);case"flowSequenceItem":return Rl("content");default:throw new BA(zl,"YAML")}}function Uo(ml){return ml.body.children.length>0||F(ml.body)}function jo(ml){let Al=ml.node;if(Al.documentEndMarker||W(Al))return!0;if(ml.isLast)return!1;let Rl=ml.next;return Rl.head.children.length>0||F(Rl.head)}function Vo(ml){let Al=ml.node;return Al.directivesEndMarker||Al.head.children.length>0||F(Al.head)||W(Al.head)}function St(ml,Al,Rl){let zl=br(ml,Al,Rl);return R(vA,zl.map(ml=>Zt(R(AA,ml))))}var zA={preprocess:WA,embed:FA,print:Ko,massageAstNode:is,insertPragma:hr,getVisitorKeys:MA},YA=zA;var KA=[{name:"YAML",type:"data",aceMode:"yaml",extensions:[".yml",".mir",".reek",".rviz",".sublime-syntax",".syntax",".yaml",".yaml-tmlanguage",".yaml.sed",".yml.mysql"],filenames:[".clang-format",".clang-tidy",".clangd",".gemrc","CITATION.cff","glide.lock","pixi.lock",".prettierrc",".stylelintrc",".lintstagedrc"],tmScope:"source.yaml",aliases:["yml"],codemirrorMode:"yaml",codemirrorMimeType:"text/x-yaml",parsers:["yaml"],vscodeLanguageIds:["yaml","ansible","dockercompose","github-actions-workflow","home-assistant"],linguistLanguageId:407}];var XA={bracketSpacing:{category:"Common",type:"boolean",default:!0,description:"Print spaces between brackets.",oppositeDescription:"Do not print spaces between brackets."},objectWrap:{category:"Common",type:"choice",default:"preserve",description:"How to wrap object literals.",choices:[{value:"preserve",description:"Keep as multi-line, if there is a newline between the opening brace and first property."},{value:"collapse",description:"Fit to a single line when possible."}]},singleQuote:{category:"Common",type:"boolean",default:!1,description:"Use single quotes instead of double quotes."},proseWrap:{category:"Common",type:"choice",default:"preserve",description:"How to wrap prose.",choices:[{value:"always",description:"Wrap prose if it exceeds the print width."},{value:"never",description:"Do not wrap prose."},{value:"preserve",description:"Wrap prose as-is."}]},bracketSameLine:{category:"Common",type:"boolean",default:!1,description:"Put > of opening tags on the last line instead of on a new line."},singleAttributePerLine:{category:"Common",type:"boolean",default:!1,description:"Enforce single attribute per line in HTML, Vue and JSX."}};var ZA={bracketSpacing:XA.bracketSpacing,singleQuote:XA.singleQuote,proseWrap:XA.proseWrap},dy=ZA;var my={};Vs(my,{yaml:()=>_C});var vy=class extends SyntaxError{name="YAMLSyntaxError";code;source;position;constructor(ml,Al){super(Al.message,{cause:Al}),this.cause??(this.cause=Al),this.code=Al.code,this.source=ml.text,this.position=ml.transformRange(Al.pos)}};function Q(ml,Al=null){"children"in ml&&ml.children.forEach(Al=>Q(Al,ml)),"anchor"in ml&&ml.anchor&&Q(ml.anchor,ml),"tag"in ml&&ml.tag&&Q(ml.tag,ml);"leadingComments"in ml&&ml.leadingComments.forEach(Al=>Q(Al,ml)),"middleComments"in ml&&ml.middleComments.forEach(Al=>Q(Al,ml)),"indicatorComment"in ml&&ml.indicatorComment&&Q(ml.indicatorComment,ml),"trailingComment"in ml&&ml.trailingComment&&Q(ml.trailingComment,ml),"endComments"in ml&&ml.endComments.forEach(Al=>Q(Al,ml)),Object.defineProperty(ml,"_parent",{value:Al,enumerable:!1})}function _e(ml){return`${ml.line}:${ml.column}`}function Or(ml){Q(ml);let Al=Ho(ml),Rl=ml.children.slice();ml.comments.filter(ml=>!ml._parent).forEach(ml=>{for(;Rl.length>1&&ml.position.start.line>Rl[0].position.end.line;)Rl.shift();Jo(ml,Al,Rl[0])})}function Ho(ml){let Al=Array.from(new Array(ml.position.end.line),()=>({}));for(let Rl of ml.comments)Al[Rl.position.start.line-1].comment=Rl;return _r(Al,ml),Al}function _r(ml,Al){if(Al.position.start.offset!==Al.position.end.offset){if("leadingComments"in Al){let{start:Rl}=Al.position,{leadingAttachableNode:zl}=ml[Rl.line-1];(!zl||Rl.column1&&Al.type!=="document"&&Al.type!=="documentHead"){let{end:Rl}=Al.position,{trailingAttachableNode:zl}=ml[Rl.line-1];(!zl||Rl.column>=zl.position.end.column)&&(ml[Rl.line-1].trailingAttachableNode=Al)}if(Al.type!=="root"&&Al.type!=="document"&&Al.type!=="documentHead"&&Al.type!=="documentBody"){let{start:Rl,end:zl}=Al.position,rd=[zl.line].concat(Rl.line===zl.line?[]:Rl.line);for(let Rl of rd){let rd=ml[Rl-1].trailingNode;(!rd||zl.column>=rd.position.end.column)&&(ml[Rl-1].trailingNode=Al)}}"children"in Al&&Al.children.forEach(Al=>{_r(ml,Al)})}}function Jo(ml,Al,Rl){let zl=ml.position.start.line,{trailingAttachableNode:rd}=Al[zl-1];if(rd){if(rd.trailingComment)throw new Error(`Unexpected multiple trailing comment at ${_e(ml.position.start)}`);Q(ml,rd),rd.trailingComment=ml;return}for(let rd=zl;rd>=Rl.position.start.line;rd--){let{trailingNode:Rl}=Al[rd-1],yh;if(Rl)yh=Rl;else if(rd!==zl&&Al[rd-1].comment)yh=Al[rd-1].comment._parent;else continue;if((yh.type==="sequence"||yh.type==="mapping")&&(yh=yh.children[0]),yh.type==="mappingItem"){let[ml,Al]=yh.children;yh=Ir(ml)?ml:Al}for(;;){if(Wo(yh,ml)){Q(ml,yh),yh.endComments.push(ml);return}if(!yh._parent)break;yh=yh._parent}break}for(let rd=zl+1;rd<=Rl.position.end.line;rd++){let{leadingAttachableNode:Rl}=Al[rd-1];if(Rl){Q(ml,Rl),Rl.leadingComments.push(ml);return}}let yh=Rl.children[1];Q(ml,yh),yh.endComments.push(ml)}function Wo(ml,Al){if(ml.position.start.offsetAl.position.end.offset)switch(ml.type){case"flowMapping":case"flowSequence":return ml.children.length===0||Al.position.start.line>ml.children[ml.children.length-1].position.end.line}if(Al.position.end.offsetml.position.start.column;case"mappingKey":case"mappingValue":return Al.position.start.column>ml._parent.position.start.column&&(ml.children.length===0||ml.children.length===1&&ml.children[0].type!=="blockFolded"&&ml.children[0].type!=="blockLiteral")&&(ml.type==="mappingValue"||Ir(ml));default:return!1}}function Ir(ml){return ml.position.start!==ml.position.end&&(ml.children.length===0||ml.position.start.offset!==ml.children[0].position.start.offset)}function Lr(ml,Al,Rl){return{type:"root",position:ml,children:Al,comments:Rl}}function X(ml,Al){return{start:ml,end:Al}}function Pr(ml){return{start:ml,end:ml}}function vr(ml,Al){return{type:"comment",position:Al.transformRange([ml.offset,ml.offset+ml.source.length]),value:ml.source.slice(1)}}function Dr(ml,Al){return{type:"anchor",position:ml,value:Al}}function xr(ml,Al,Rl){return{anchor:Al,tag:ml,middleComments:Rl}}function Mr(ml,Al){return{type:"tag",position:ml,value:Al}}function $r(ml,Al,Rl){let zl=[],rd=null,yh=null,kh=null;for(let Qh of Al){let Al=[Qh.offset,Qh.offset+Qh.source.length];switch(Qh.type){case"tag":{rd??(rd=Al);let zl=ml.tag??Qh.source.slice(Qh.source.startsWith("!!")?2:1);zl==="!"&&(zl="tag:yaml.org,2002:str"),yh=Mr(Rl.transformRange(Al),zl)}break;case"anchor":rd??(rd=Al),kh=Dr(Rl.transformRange(Al),ml.anchor);break;case"comment":{let yh=Rl.transformComment(Qh);rd&&rd[0]<=Al[0]&&Al[1]<=ml.range[0]&&zl.push(yh);break}default:throw new Error(`Unexpected content property token type: ${Qh.type}`)}}return xr(yh,kh,zl)}function Br(ml,Al,Rl){return{type:"alias",position:ml,leadingComments:[],trailingComment:null,...Al,value:Rl}}function*q(...ml){for(let Al of ml)if(Al)for(let ml of Al)Xo(ml)||(yield ml)}function Xo(ml){return ml.type==="space"||ml.type==="newline"}function ke(ml){return ml.type==="comment"||ml.type==="tag"||ml.type==="anchor"}function v(ml,Al){let Rl=[];for(let zl of q(ml))zl.type==="comment"?Al.transformComment(zl):Rl.push(zl);return Rl}function Rr(ml,Al,Rl){let zl=ml.srcToken;for(let ml of v(zl.end,Al))throw new Error(`Unexpected token type in alias end: ${ml.type}`);return Br(Al.transformRange(ml.range),Al.transformContentProperties(ml,Rl.tokens),ml.source)}function qr(ml){return{...ml,type:"blockFolded"}}function Fr(ml,Al,Rl,zl,rd,yh){return{type:"blockValue",position:ml,leadingComments:[],...Al,chomping:Rl,indent:zl,value:rd,indicatorComment:yh}}function cn(ml,Al,Rl,zl){let rd=null,yh=null;for(let ml of q(Al.props))if(ml.type==="comment")yh=Rl.transformComment(ml);else if(ml.type==="block-scalar-header")rd=ml;else throw new Error(`Unexpected token type in block value end: ${ml.type}`);if(!rd)throw new Error("Expected block scalar header token");let kh=zo(rd.source);return Fr(Rl.transformRange(ml.range),Rl.transformContentProperties(ml,zl.tokens),kh.chomping,kh.indent,ml.source,yh)}function zo(ml){let Al=/([+-]?)(\d*)([+-]?)$/u.exec(ml),Rl=null,zl="clip";if(Al){Rl=Al[2]?Number(Al[2]):null;let ml=Al[3]||Al[1];zl=ml==="+"?"keep":ml==="-"?"strip":"clip"}return{chomping:zl,indent:Rl}}function Kr(ml,Al,Rl){let zl=ml.srcToken;if(!zl||zl.type!=="block-scalar")throw new Error("Expected block scalar srcToken");return qr(cn(ml,zl,Al,Rl))}function Yr(ml){return{...ml,type:"blockLiteral"}}function Ur(ml,Al,Rl){let zl=ml.srcToken;if(!zl||zl.type!=="block-scalar")throw new Error("Expected block scalar srcToken");return Yr(cn(ml,zl,Al,Rl))}function fn(ml,Al,Rl){return{type:"flowCollection",position:ml,leadingComments:[],trailingComment:null,endComments:[],...Al,children:Rl}}function jr(ml,Al,Rl){return{...fn(ml,Al,Rl),type:"flowMapping"}}function Ct(ml,Al,Rl){return{type:"flowMappingItem",position:ml,leadingComments:[],children:[Al,Rl]}}function Vr(ml,Al){return{type:"mappingKey",position:ml,trailingComment:null,endComments:[],children:Al?[Al]:[]}}function cs(ml,Al){return{type:"mappingValue",position:ml,leadingComments:[],trailingComment:null,endComments:[],children:Al?[Al]:[]}}function Se(ml,Al,Rl,zl){var rd;let yh=[],kh=null;for(let ml of q(Al.start)){if(ke(ml)){yh.push(ml);continue}if(ml.type==="explicit-key-ind"){kh=ml;continue}if(ml.type==="comma")continue;throw new Error(`Unexpected token type in collection item start: ${ml.type}`)}let Qh=[],cf=null;for(let ml of q(Al.sep)){if(ke(ml)){Qh.push(ml);continue}if(ml.type==="map-value-ind"){cf=ml;continue}throw new Error(`Unexpected token type in collection item sep: ${ml.type}`)}let t_=kh?.offset??((rd=Al.key)===null||rd===void 0?void 0:rd.offset)??cf?.offset??Al.value.offset,r_=[t_,Al.key?ml.key.range[1]:kh?kh.offset+kh.source.length:t_],u_=null;if(ml.value){var C_;let Rl=cf?.offset??((C_=Al.value)===null||C_===void 0?void 0:C_.offset)??ml.value.range[0];u_=[Rl,Al.value?ml.value.range[1]:cf?cf.offset+cf.source.length:Rl]}return Zo(ml,Rl,zl,{range:r_,props:{tokens:yh}},{range:u_,props:{tokens:Qh}})}function Zo(ml,Al,Rl,zl,rd){let yh=null;Nt(ml.key,zl.props)?v(zl.props.tokens,Al):yh=Al.transformNode(ml.key,zl.props);let kh=null;Nt(ml.value,rd.props)?v(rd.props.tokens,Al):kh=Al.transformNode(ml.value,rd.props);let Qh=Vr(Al.transformRange([zl.range?zl.range[0]:yh.position.start.offset,yh?yh.position.end.offset:zl.range[1]]),yh),cf=kh||rd.range?cs(Al.transformRange([rd.range?rd.range[0]:kh.position.start.offset,kh?kh.position.end.offset:rd.range[0]+1]),kh):null;return Rl(X(Qh.position.start,cf?cf.position.end:Qh.position.end),Qh,cf||cs(Pr(Qh.position.end),null))}function Gr(ml,Al,Rl){let zl=ml.srcToken;if(!zl||zl.type!=="flow-collection")throw new Error("Expected flow-collection CST node for flow map");let rd=ml.items.map((ml,Rl)=>{let rd=zl.items[Rl];return Se(ml,rd,Al,Ct)});if(ml.items.length!!ml&&typeof ml=="object"&&ml[Mb]===xy,fe=ml=>!!ml&&typeof ml=="object"&&ml[Mb]===Ty,G=ml=>!!ml&&typeof ml=="object"&&ml[Mb]===Qy,T=ml=>!!ml&&typeof ml=="object"&&ml[Mb]===Ky,N=ml=>!!ml&&typeof ml=="object"&&ml[Mb]===Qb,ee=ml=>!!ml&&typeof ml=="object"&&ml[Mb]===Lb;function I(ml){if(ml&&typeof ml=="object")switch(ml[Mb]){case Qy:case Lb:return!0}return!1}function _(ml){if(ml&&typeof ml=="object")switch(ml[Mb]){case xy:case Qy:case Qb:case Lb:return!0}return!1}var mn=ml=>(N(ml)||I(ml))&&!!ml.anchor;var jb=Symbol("break visit"),Gb=Symbol("skip children"),Vb=Symbol("remove node");function pe(ml,Al){let Rl=Wr(Al);fe(ml)?We(null,ml.contents,Rl,Object.freeze([ml]))===Vb&&(ml.contents=null):We(null,ml,Rl,Object.freeze([]))}pe.BREAK=jb;pe.SKIP=Gb;pe.REMOVE=Vb;function We(ml,Al,Rl,zl){let rd=Xr(ml,Al,Rl,zl);if(_(rd)||T(rd))return zr(ml,zl,rd),We(ml,rd,Rl,zl);if(typeof rd!="symbol"){if(I(Al)){zl=Object.freeze(zl.concat(Al));for(let ml=0;mlml.replace(/[!,[\]{}]/g,ml=>Yb[ml]),Fv=class t{constructor(ml,Al){this.docStart=null,this.docEnd=!1,this.yaml=Object.assign({},t.defaultYaml,ml),this.tags=Object.assign({},t.defaultTags,Al)}clone(){let ml=new t(this.yaml,this.tags);return ml.docStart=this.docStart,ml}atDocument(){let ml=new t(this.yaml,this.tags);switch(this.yaml.version){case"1.1":this.atNextDocument=!0;break;case"1.2":this.atNextDocument=!1,this.yaml={explicit:t.defaultYaml.explicit,version:"1.2"},this.tags=Object.assign({},t.defaultTags);break}return ml}add(ml,Al){this.atNextDocument&&(this.yaml={explicit:t.defaultYaml.explicit,version:"1.1"},this.tags=Object.assign({},t.defaultTags),this.atNextDocument=!1);let Rl=ml.trim().split(/[ \t]+/),zl=Rl.shift();switch(zl){case"%TAG":{if(Rl.length!==2&&(Al(0,"%TAG directive should contain exactly two parts"),Rl.length<2))return!1;let[ml,zl]=Rl;return this.tags[ml]=zl,!0}case"%YAML":{if(this.yaml.explicit=!0,Rl.length!==1)return Al(0,"%YAML directive should contain exactly one part"),!1;let[ml]=Rl;if(ml==="1.1"||ml==="1.2")return this.yaml.version=ml,!0;{let Rl=/^\d+\.\d+$/.test(ml);return Al(6,`Unsupported YAML version ${ml}`,Rl),!1}}default:return Al(0,`Unknown directive ${zl}`,!0),!1}}tagName(ml,Al){if(ml==="!")return"!";if(ml[0]!=="!")return Al(`Not a valid tag: ${ml}`),null;if(ml[1]==="<"){let Rl=ml.slice(2,-1);return Rl==="!"||Rl==="!!"?(Al(`Verbatim tags aren't resolved, so ${ml} is invalid.`),null):(ml[ml.length-1]!==">"&&Al("Verbatim tags must end with a >"),Rl)}let[,Rl,zl]=ml.match(/^(.*!)([^!]*)$/s);zl||Al(`The ${ml} tag has no suffix`);let rd=this.tags[Rl];if(rd)try{return rd+decodeURIComponent(zl)}catch(ml){return Al(String(ml)),null}return Rl==="!"?ml:(Al(`Could not resolve tag: ${ml}`),null)}tagString(ml){for(let[Al,Rl]of Object.entries(this.tags))if(ml.startsWith(Rl))return Al+ta(ml.substring(Rl.length));return ml[0]==="!"?ml:`!<${ml}>`}toString(ml){let Al=this.yaml.explicit?[`%YAML ${this.yaml.version||"1.2"}`]:[],Rl=Object.entries(this.tags),zl;if(ml&&Rl.length>0&&_(ml.contents)){let Al={};pe(ml.contents,(ml,Rl)=>{_(Rl)&&Rl.tag&&(Al[Rl.tag]=!0)}),zl=Object.keys(Al)}else zl=[];for(let[rd,yh]of Rl)rd==="!!"&&yh==="tag:yaml.org,2002:"||(!ml||zl.some(ml=>ml.startsWith(yh)))&&Al.push(`%TAG ${rd} ${yh}`);return Al.join(`\n`)}};Fv.defaultYaml={explicit:!1,version:"1.2"};Fv.defaultTags={"!!":"tag:yaml.org,2002:"};function dn(ml){if(/[\x00-\x19\s,[\]{}]/.test(ml)){let Al=`Anchor must not contain whitespace or control characters: ${JSON.stringify(ml)}`;throw new Error(Al)}return!0}function us(ml){let Al=new Set;return pe(ml,{Value(ml,Rl){Rl.anchor&&Al.add(Rl.anchor)}}),Al}function ps(ml,Al){for(let Rl=1;;++Rl){let zl=`${ml}${Rl}`;if(!Al.has(zl))return zl}}function Zr(ml,Al){let Rl=[],zl=new Map,rd=null;return{onAnchor:zl=>{Rl.push(zl),rd??(rd=us(ml));let yh=ps(Al,rd);return rd.add(yh),yh},setAnchors:()=>{for(let ml of Rl){let Al=zl.get(ml);if(typeof Al=="object"&&Al.anchor&&(N(Al.node)||I(Al.node)))Al.node.anchor=Al.anchor;else{let Al=new Error("Failed to resolve repeated object (this should not happen)");throw Al.source=ml,Al}}},sourceObjects:zl}}function Ie(ml,Al,Rl,zl){if(zl&&typeof zl=="object")if(Array.isArray(zl))for(let Al=0,Rl=zl.length;AlB(ml,String(Al),Rl));if(ml&&typeof ml.toJSON=="function"){if(!Rl||!mn(ml))return ml.toJSON(Al,Rl);let zl={aliasCount:0,count:1,res:void 0};Rl.anchors.set(ml,zl),Rl.onCreate=ml=>{zl.res=ml,delete Rl.onCreate};let rd=ml.toJSON(Al,Rl);return Rl.onCreate&&Rl.onCreate(rd),rd}return typeof ml=="bigint"&&!Rl?.keep?Number(ml):ml}var Xv=class{constructor(ml){Object.defineProperty(this,Mb,{value:ml})}clone(){let ml=Object.create(Object.getPrototypeOf(this),Object.getOwnPropertyDescriptors(this));return this.range&&(ml.range=this.range.slice()),ml}toJS(ml,{mapAsMap:Al,maxAliasCount:Rl,onAnchor:zl,reviver:rd}={}){if(!fe(ml))throw new TypeError("A document argument is required");let yh={anchors:new Map,doc:ml,keep:!0,mapAsMap:Al===!0,mapKeyWarned:!1,maxAliasCount:typeof Rl=="number"?Rl:100},kh=B(this,"",yh);if(typeof zl=="function")for(let{count:ml,res:Al}of yh.anchors.values())zl(Al,ml);return typeof rd=="function"?Ie(rd,{"":kh},"",kh):kh}};var tE=class extends Xv{constructor(ml){super(xy),this.source=ml,Object.defineProperty(this,"tag",{set(){throw new Error("Alias nodes cannot have tags")}})}resolve(ml,Al){if(Al?.maxAliasCount===0)throw new ReferenceError("Alias resolution is disabled");let Rl;Al?.aliasResolveCache?Rl=Al.aliasResolveCache:(Rl=[],pe(ml,{Node:(ml,Al)=>{(Z(Al)||mn(Al))&&Rl.push(Al)}}),Al&&(Al.aliasResolveCache=Rl));let zl;for(let ml of Rl){if(ml===this)break;ml.anchor===this.source&&(zl=ml)}return zl}toJSON(ml,Al){if(!Al)return{source:this.source};let{anchors:Rl,doc:zl,maxAliasCount:rd}=Al,yh=this.resolve(zl,Al);if(!yh){let ml=`Unresolved alias (the anchor must be set before the alias): ${this.source}`;throw new ReferenceError(ml)}let kh=Rl.get(yh);if(kh||(B(yh,null,Al),kh=Rl.get(yh)),kh?.res===void 0){let ml="This should not happen: Alias anchor was not resolved?";throw new ReferenceError(ml)}if(rd>=0&&(kh.count+=1,kh.aliasCount===0&&(kh.aliasCount=gn(zl,yh,Rl)),kh.count*kh.aliasCount>rd)){let ml="Excessive alias count indicates a resource exhaustion attack";throw new ReferenceError(ml)}return kh.res}toString(ml,Al,Rl){let zl=`*${this.source}`;if(ml){if(dn(this.source),ml.options.verifyAliasOrder&&!ml.anchors.has(this.source)){let ml=`Unresolved alias (the anchor must be set before the alias): ${this.source}`;throw new Error(ml)}if(ml.implicitKey)return`${zl} `}return zl}};function gn(ml,Al,Rl){if(Z(Al)){let zl=Al.resolve(ml),rd=Rl&&zl&&Rl.get(zl);return rd?rd.count*rd.aliasCount:0}else if(I(Al)){let zl=0;for(let rd of Al.items){let Al=gn(ml,rd,Rl);Al>zl&&(zl=Al)}return zl}else if(T(Al)){let zl=gn(ml,Al.key,Rl),rd=gn(ml,Al.value,Rl);return Math.max(zl,rd)}return 1}var yn=ml=>!ml||typeof ml!="function"&&typeof ml!="object",rE=class extends Xv{constructor(ml){super(Qb),this.value=ml}toJSON(ml,Al){return Al?.keep?this.value:B(this.value,ml,Al)}toString(){return String(this.value)}};rE.BLOCK_FOLDED="BLOCK_FOLDED";rE.BLOCK_LITERAL="BLOCK_LITERAL";rE.PLAIN="PLAIN";rE.QUOTE_DOUBLE="QUOTE_DOUBLE";rE.QUOTE_SINGLE="QUOTE_SINGLE";var iE="tag:yaml.org,2002:";function sa(ml,Al,Rl){if(Al){let ml=Rl.filter(ml=>ml.tag===Al),zl=ml.find(ml=>!ml.format)??ml[0];if(!zl)throw new Error(`Tag ${Al} not found`);return zl}return Rl.find(Al=>Al.identify?.(ml)&&!Al.format)}function Ne(ml,Al,Rl){if(fe(ml)&&(ml=ml.contents),_(ml))return ml;if(T(ml)){let Al=Rl.schema[Qy].createNode?.(Rl.schema,null,Rl);return Al.items.push(ml),Al}(ml instanceof String||ml instanceof Number||ml instanceof Boolean||typeof BigInt<"u"&&ml instanceof BigInt)&&(ml=ml.valueOf());let{aliasDuplicateObjects:zl,onAnchor:rd,onTagObj:yh,schema:kh,sourceObjects:Qh}=Rl,cf;if(zl&&ml&&typeof ml=="object"){if(cf=Qh.get(ml),cf)return cf.anchor??(cf.anchor=rd(ml)),new tE(cf.anchor);cf={anchor:null,node:null},Qh.set(ml,cf)}Al?.startsWith("!!")&&(Al=iE+Al.slice(2));let t_=sa(ml,Al,kh.tags);if(!t_){if(ml&&typeof ml.toJSON=="function"&&(ml=ml.toJSON()),!ml||typeof ml!="object"){let Al=new rE(ml);return cf&&(cf.node=Al),Al}t_=ml instanceof Map?kh[Qy]:Symbol.iterator in Object(ml)?kh[Lb]:kh[Qy]}yh&&(yh(t_),delete Rl.onTagObj);let r_=t_?.createNode?t_.createNode(Rl.schema,ml,Rl):typeof t_?.nodeClass?.from=="function"?t_.nodeClass.from(Rl.schema,ml,Rl):new rE(ml);return Al?r_.tag=Al:t_.default||(r_.tag=t_.tag),cf&&(cf.node=r_),r_}function At(ml,Al,Rl){let zl=Rl;for(let ml=Al.length-1;ml>=0;--ml){let Rl=Al[ml];if(typeof Rl=="number"&&Number.isInteger(Rl)&&Rl>=0){let ml=[];ml[Rl]=zl,zl=ml}else zl=new Map([[Rl,zl]])}return Ne(zl,void 0,{aliasDuplicateObjects:!1,keepUndefined:!1,onAnchor:()=>{throw new Error("This should not happen, please report a bug.")},schema:ml,sourceObjects:new Map})}var Ze=ml=>ml==null||typeof ml=="object"&&!!ml[Symbol.iterator]().next().done,sE=class extends Xv{constructor(ml,Al){super(ml),Object.defineProperty(this,"schema",{value:Al,configurable:!0,enumerable:!1,writable:!0})}clone(ml){let Al=Object.create(Object.getPrototypeOf(this),Object.getOwnPropertyDescriptors(this));return ml&&(Al.schema=ml),Al.items=Al.items.map(Al=>_(Al)||T(Al)?Al.clone(ml):Al),this.range&&(Al.range=this.range.slice()),Al}addIn(ml,Al){if(Ze(ml))this.add(Al);else{let[Rl,...zl]=ml,rd=this.get(Rl,!0);if(I(rd))rd.addIn(zl,Al);else if(rd===void 0&&this.schema)this.set(Rl,At(this.schema,zl,Al));else throw new Error(`Expected YAML collection at ${Rl}. Remaining path: ${zl}`)}}deleteIn(ml){let[Al,...Rl]=ml;if(Rl.length===0)return this.delete(Al);let zl=this.get(Al,!0);if(I(zl))return zl.deleteIn(Rl);throw new Error(`Expected YAML collection at ${Al}. Remaining path: ${Rl}`)}getIn(ml,Al){let[Rl,...zl]=ml,rd=this.get(Rl,!0);return zl.length===0?!Al&&N(rd)?rd.value:rd:I(rd)?rd.getIn(zl,Al):void 0}hasAllNullValues(ml){return this.items.every(Al=>{if(!T(Al))return!1;let Rl=Al.value;return Rl==null||ml&&N(Rl)&&Rl.value==null&&!Rl.commentBefore&&!Rl.comment&&!Rl.tag})}hasIn(ml){let[Al,...Rl]=ml;if(Rl.length===0)return this.has(Al);let zl=this.get(Al,!0);return I(zl)?zl.hasIn(Rl):!1}setIn(ml,Al){let[Rl,...zl]=ml;if(zl.length===0)this.set(Rl,Al);else{let ml=this.get(Rl,!0);if(I(ml))ml.setIn(zl,Al);else if(ml===void 0&&this.schema)this.set(Rl,At(this.schema,zl,Al));else throw new Error(`Expected YAML collection at ${Rl}. Remaining path: ${zl}`)}}};var ei=ml=>ml.replace(/^(?!$)(?: $)?/gm,"#");function te(ml,Al){return/^\n+$/.test(ml)?ml.substring(1):Al?ml.replace(/^(?! *$)/gm,Al):ml}var he=(ml,Al,Rl)=>ml.endsWith(`\n`)?te(Rl,Al):Rl.includes(`\n`)?`\n`+te(Rl,Al):(ml.endsWith(" ")?"":" ")+Rl;var pE="flow",dE="block",gE="quoted";function Ot(ml,Al,Rl="flow",{indentAtStart:zl,lineWidth:rd=80,minContentWidth:yh=20,onFold:kh,onOverflow:Qh}={}){if(!rd||rd<0)return ml;rdrd-Math.max(2,yh)?t_.push(0):u_=rd-zl);let C_,D_,S_=!1,P_=-1,Cg=-1,eA=-1;Rl===dE&&(P_=ti(ml,P_,Al.length),P_!==-1&&(u_=P_+cf));for(let zl;zl=ml[P_+=1];){if(Rl===gE&&zl==="\\"){switch(Cg=P_,ml[P_+1]){case"x":P_+=3;break;case"u":P_+=5;break;case"U":P_+=9;break;default:P_+=1}eA=P_}if(zl===`\n`)Rl===dE&&(P_=ti(ml,P_,Al.length)),u_=P_+Al.length+cf,C_=void 0;else{if(zl===" "&&D_&&D_!==" "&&D_!==`\n`&&D_!=="\t"){let Al=ml[P_+1];Al&&Al!==" "&&Al!==`\n`&&Al!=="\t"&&(C_=P_)}if(P_>=u_)if(C_)t_.push(C_),u_=C_+cf,C_=void 0;else if(Rl===gE){for(;D_===" "||D_==="\t";)D_=zl,zl=ml[P_+=1],S_=!0;let Al=P_>eA+1?P_-2:Cg-1;if(r_[Al])return ml;t_.push(Al),r_[Al]=!0,u_=Al+cf,C_=void 0}else S_=!0}D_=zl}if(S_&&Qh&&Qh(),t_.length===0)return ml;kh&&kh();let tA=ml.slice(0,t_[0]);for(let zl=0;zl({indentAtStart:Al?ml.indent.length:ml.indentAtStart,lineWidth:ml.options.lineWidth,minContentWidth:ml.options.minContentWidth}),Sn=ml=>/^(%|---|\.\.\.)/m.test(ml);function ra(ml,Al,Rl){if(!Al||Al<0)return!1;let zl=Al-Rl,rd=ml.length;if(rd<=zl)return!1;for(let Al=0,Rl=0;Alzl)return!0;if(Rl=Al+1,rd-Rl<=zl)return!1}return!0}function _t(ml,Al){let Rl=JSON.stringify(ml);if(Al.options.doubleQuotedAsJSON)return Rl;let{implicitKey:zl}=Al,rd=Al.options.doubleQuotedMinMultiLineLength,yh=Al.indent||(Sn(ml)?" ":""),kh="",Qh=0;for(let ml=0,Al=Rl[ml];Al;Al=Rl[++ml])if(Al===" "&&Rl[ml+1]==="\\"&&Rl[ml+2]==="n"&&(kh+=Rl.slice(Qh,ml)+"\\ ",ml+=1,Qh=ml,Al="\\"),Al==="\\")switch(Rl[ml+1]){case"u":{kh+=Rl.slice(Qh,ml);let Al=Rl.substr(ml+2,4);switch(Al){case"0000":kh+="\\0";break;case"0007":kh+="\\a";break;case"000b":kh+="\\v";break;case"001b":kh+="\\e";break;case"0085":kh+="\\N";break;case"00a0":kh+="\\_";break;case"2028":kh+="\\L";break;case"2029":kh+="\\P";break;default:Al.substr(0,2)==="00"?kh+="\\x"+Al.substr(2):kh+=Rl.substr(ml,6)}ml+=5,Qh=ml+1}break;case"n":if(zl||Rl[ml+2]==='"'||Rl.length\n`;let u_,C_;for(C_=Rl.length;C_>0;--C_){let ml=Rl[C_-1];if(ml!==`\n`&&ml!=="\t"&&ml!==" ")break}let D_=Rl.substring(C_),S_=D_.indexOf(`\n`);S_===-1?u_="-":Rl===D_||S_!==D_.length-1?(u_="+",yh&&yh()):u_="",D_&&(Rl=Rl.slice(0,-D_.length),D_[D_.length-1]===`\n`&&(D_=D_.slice(0,-1)),D_=D_.replace(bE,`$&${t_}`));let P_=!1,Cg,eA=-1;for(Cg=0;Cg{rd=!0});let Qh=Ot(`${tA}${ml}${D_}`,t_,dE,yh);if(!rd)return`>${rA}\n${t_}${Qh}`}return Rl=Rl.replace(/\n+/g,`$&${t_}`),`|${rA}\n${t_}${tA}${Rl}${D_}`}function ia(ml,Al,Rl,zl){let{type:rd,value:yh}=ml,{actualString:kh,implicitKey:Qh,indent:cf,indentStep:t_,inFlow:r_}=Al;if(Qh&&yh.includes(`\n`)||r_&&/[[\]{},]/.test(yh))return et(yh,Al);if(/^[\n\t ,[\]{}#&*!|>'"%@`]|^[?-]$|^[?-][ \t]|[\n:][ \t]|[ \t]\n|[\n\t ]#|[\n\t :]$/.test(yh))return Qh||r_||!yh.includes(`\n`)?et(yh,Al):bn(ml,Al,Rl,zl);if(!Qh&&!r_&&rd!==rE.PLAIN&&yh.includes(`\n`))return bn(ml,Al,Rl,zl);if(Sn(yh)){if(cf==="")return Al.forceBlockIndent=!0,bn(ml,Al,Rl,zl);if(Qh&&cf===t_)return et(yh,Al)}let u_=yh.replace(/\n+/g,`$&\n${cf}`);if(kh){let p=ml=>ml.default&&ml.tag!=="tag:yaml.org,2002:str"&&ml.test?.test(u_),{compat:ml,tags:Rl}=Al.doc.schema;if(Rl.some(p)||ml?.some(p))return et(yh,Al)}return Qh?u_:Ot(u_,cf,pE,kn(Al,!1))}function $e(ml,Al,Rl,zl){let{implicitKey:rd,inFlow:yh}=Al,kh=typeof ml.value=="string"?ml:Object.assign({},ml,{value:String(ml.value)}),{type:Qh}=ml;Qh!==rE.QUOTE_DOUBLE&&/[\x00-\x08\x0b-\x1f\x7f-\x9f\u{D800}-\u{DFFF}]/u.test(kh.value)&&(Qh=rE.QUOTE_DOUBLE);let l=ml=>{switch(ml){case rE.BLOCK_FOLDED:case rE.BLOCK_LITERAL:return rd||yh?et(kh.value,Al):bn(kh,Al,Rl,zl);case rE.QUOTE_DOUBLE:return _t(kh.value,Al);case rE.QUOTE_SINGLE:return hs(kh.value,Al);case rE.PLAIN:return ia(kh,Al,Rl,zl);default:return null}},cf=l(Qh);if(cf===null){let{defaultKeyType:ml,defaultStringType:Rl}=Al.options,zl=rd&&ml||Rl;if(cf=l(zl),cf===null)throw new Error(`Unsupported default string type ${zl}`)}return cf}function En(ml,Al){let Rl=Object.assign({blockQuote:!0,commentString:ei,defaultKeyType:null,defaultStringType:"PLAIN",directives:null,doubleQuotedAsJSON:!1,doubleQuotedMinMultiLineLength:40,falseStr:"false",flowCollectionPadding:!0,indentSeq:!0,lineWidth:80,minContentWidth:20,nullStr:"null",simpleKeys:!1,singleQuote:null,trailingComma:!1,trueStr:"true",verifyAliasOrder:!0},ml.schema.toStringOptions,Al),zl;switch(Rl.collectionStyle){case"block":zl=!1;break;case"flow":zl=!0;break;default:zl=null}return{anchors:new Set,doc:ml,flowCollectionPadding:Rl.flowCollectionPadding?" ":"",indent:"",indentStep:typeof Rl.indent=="number"?" ".repeat(Rl.indent):" ",inFlow:zl,options:Rl}}function oa(ml,Al){if(Al.tag){let Rl=ml.filter(ml=>ml.tag===Al.tag);if(Rl.length>0)return Rl.find(ml=>ml.format===Al.format)??Rl[0]}let Rl,zl;if(N(Al)){zl=Al.value;let rd=ml.filter(ml=>ml.identify?.(zl));if(rd.length>1){let ml=rd.filter(ml=>ml.test);ml.length>0&&(rd=ml)}Rl=rd.find(ml=>ml.format===Al.format)??rd.find(ml=>!ml.format)}else zl=Al,Rl=ml.find(ml=>ml.nodeClass&&zl instanceof ml.nodeClass);if(!Rl){let ml=zl?.constructor?.name??(zl===null?"null":typeof zl);throw new Error(`Tag not resolved for ${ml} value`)}return Rl}function aa(ml,Al,{anchors:Rl,doc:zl}){if(!zl.directives)return"";let rd=[],yh=(N(ml)||I(ml))&&ml.anchor;yh&&dn(yh)&&(Rl.add(yh),rd.push(`&${yh}`));let kh=ml.tag??(Al.default?null:Al.tag);return kh&&rd.push(zl.directives.tagString(kh)),rd.join(" ")}function Ae(ml,Al,Rl,zl){if(T(ml))return ml.toString(Al,Rl,zl);if(Z(ml)){if(Al.doc.directives)return ml.toString(Al);if(Al.resolvedAliases?.has(ml))throw new TypeError("Cannot stringify circular structure without alias nodes");Al.resolvedAliases?Al.resolvedAliases.add(ml):Al.resolvedAliases=new Set([ml]),ml=ml.resolve(Al.doc)}let rd,yh=_(ml)?ml:Al.doc.createNode(ml,{onTagObj:ml=>rd=ml});rd??(rd=oa(Al.doc.schema.tags,yh));let kh=aa(yh,rd,Al);kh.length>0&&(Al.indentAtStart=(Al.indentAtStart??0)+kh.length+1);let Qh=typeof rd.stringify=="function"?rd.stringify(yh,Al,Rl,zl):N(yh)?$e(yh,Al,Rl,zl):yh.toString(Al,Rl,zl);return kh?N(yh)||Qh[0]==="{"||Qh[0]==="["?`${kh} ${Qh}`:`${kh}\n${Al.indent}${Qh}`:Qh}function ni({key:ml,value:Al},Rl,zl,rd){let{allNullValues:yh,doc:kh,indent:Qh,indentStep:cf,options:{commentString:t_,indentSeq:r_,simpleKeys:u_}}=Rl,C_=_(ml)&&ml.comment||null;if(u_){if(C_)throw new Error("With simple keys, key nodes cannot have comments");if(I(ml)||!_(ml)&&typeof ml=="object"){let ml="With simple keys, collection cannot be used as a key value";throw new Error(ml)}}let D_=!u_&&(!ml||C_&&Al==null&&!Rl.inFlow||I(ml)||(N(ml)?ml.type===rE.BLOCK_FOLDED||ml.type===rE.BLOCK_LITERAL:typeof ml=="object"));Rl=Object.assign({},Rl,{allNullValues:!1,implicitKey:!D_&&(u_||!yh),indent:Qh+cf});let S_=!1,P_=!1,Cg=Ae(ml,Rl,()=>S_=!0,()=>P_=!0);if(!D_&&!Rl.inFlow&&Cg.length>1024){if(u_)throw new Error("With simple keys, single line scalar must not span more than 1024 characters");D_=!0}if(Rl.inFlow){if(yh||Al==null)return S_&&zl&&zl(),Cg===""?"?":D_?`? ${Cg}`:Cg}else if(yh&&!u_||Al==null&&D_)return Cg=`? ${Cg}`,C_&&!S_?Cg+=he(Cg,Rl.indent,t_(C_)):P_&&rd&&rd(),Cg;S_&&(C_=null),D_?(C_&&(Cg+=he(Cg,Rl.indent,t_(C_))),Cg=`? ${Cg}\n${Qh}:`):(Cg=`${Cg}:`,C_&&(Cg+=he(Cg,Rl.indent,t_(C_))));let eA,tA,rA;_(Al)?(eA=!!Al.spaceBefore,tA=Al.commentBefore,rA=Al.comment):(eA=!1,tA=null,rA=null,Al&&typeof Al=="object"&&(Al=kh.createNode(Al))),Rl.implicitKey=!1,!D_&&!C_&&N(Al)&&(Rl.indentAtStart=Cg.length+1),P_=!1,!r_&&cf.length>=2&&!Rl.inFlow&&!D_&&ee(Al)&&!Al.flow&&!Al.tag&&!Al.anchor&&(Rl.indent=Rl.indent.substring(2));let nA=!1,iA=Ae(Al,Rl,()=>nA=!0,()=>P_=!0),sA=" ";if(C_||eA||tA){if(sA=eA?`\n`:"",tA){let ml=t_(tA);sA+=`\n${te(ml,Rl.indent)}`}iA===""&&!Rl.inFlow?sA===`\n`&&rA&&(sA=`\n\n`):sA+=`\n${Rl.indent}`}else if(!D_&&I(Al)){let ml=iA[0],zl=iA.indexOf(`\n`),rd=zl!==-1,yh=Rl.inFlow??Al.flow??Al.items.length===0;if(rd||!yh){let Al=!1;if(rd&&(ml==="&"||ml==="!")){let Rl=iA.indexOf(" ");ml==="&"&&Rl!==-1&&Rlml===vE||typeof ml=="symbol"&&ml.description===vE,default:"key",tag:"tag:yaml.org,2002:merge",test:/^<<$/,resolve:()=>Object.assign(new rE(Symbol(vE)),{addToJSMap:ws}),stringify:()=>vE},si=(ml,Al)=>(wE.identify(Al)||N(Al)&&(!Al.type||Al.type===rE.PLAIN)&&wE.identify(Al.value))&&ml?.doc.schema.tags.some(ml=>ml.tag===wE.tag&&ml.default);function ws(ml,Al,Rl){let zl=ri(ml,Rl);if(ee(zl))for(let Rl of zl.items)ys(ml,Al,Rl);else if(Array.isArray(zl))for(let Rl of zl)ys(ml,Al,Rl);else ys(ml,Al,zl)}function ys(ml,Al,Rl){let zl=ri(ml,Rl);if(!G(zl))throw new Error("Merge sources must be maps or map aliases");let rd=zl.toJSON(null,ml,Map);for(let[ml,Rl]of rd)Al instanceof Map?Al.has(ml)||Al.set(ml,Rl):Al instanceof Set?Al.add(ml):Object.prototype.hasOwnProperty.call(Al,ml)||Object.defineProperty(Al,ml,{value:Rl,writable:!0,enumerable:!0,configurable:!0});return Al}function ri(ml,Al){return ml&&Z(Al)?Al.resolve(ml.doc,ml):Al}function Nn(ml,Al,{key:Rl,value:zl}){if(_(Rl)&&Rl.addToJSMap)Rl.addToJSMap(ml,Al,zl);else if(si(ml,Rl))ws(ml,Al,zl);else{let rd=B(Rl,"",ml);if(Al instanceof Map)Al.set(rd,B(zl,rd,ml));else if(Al instanceof Set)Al.add(rd);else{let yh=la(Rl,rd,ml),kh=B(zl,yh,ml);yh in Al?Object.defineProperty(Al,yh,{value:kh,writable:!0,enumerable:!0,configurable:!0}):Al[yh]=kh}}return Al}function la(ml,Al,Rl){if(Al===null)return"";if(typeof Al!="object")return String(Al);if(_(ml)&&Rl?.doc){let Al=En(Rl.doc,{});Al.anchors=new Set;for(let ml of Rl.anchors.keys())Al.anchors.add(ml.anchor);Al.inFlow=!0,Al.inStringifyKey=!0;let zl=ml.toString(Al);if(!Rl.mapKeyWarned){let ml=JSON.stringify(zl);ml.length>40&&(ml=ml.substring(0,36)+'..."'),gs(Rl.doc.options.logLevel,`Keys with collection values will be stringified due to JS Object restrictions: ${ml}. Set mapAsMap: true to use object keys.`),Rl.mapKeyWarned=!0}return zl}return JSON.stringify(Al)}function tt(ml,Al,Rl){let zl=Ne(ml,void 0,Rl),rd=Ne(Al,void 0,Rl);return new CE(zl,rd)}var CE=class t{constructor(ml,Al=null){Object.defineProperty(this,Mb,{value:Ky}),this.key=ml,this.value=Al}clone(ml){let{key:Al,value:Rl}=this;return _(Al)&&(Al=Al.clone(ml)),_(Rl)&&(Rl=Rl.clone(ml)),new t(Al,Rl)}toJSON(ml,Al){let Rl=Al?.mapAsMap?new Map:{};return Nn(Al,Rl,this)}toString(ml,Al,Rl){return ml?.doc?ni(this,ml,Al,Rl):JSON.stringify(this)}};function Tn(ml,Al,Rl){return(Al.inFlow??ml.flow?fa:ca)(ml,Al,Rl)}function ca({comment:ml,items:Al},Rl,{blockItemPrefix:zl,flowChars:rd,itemIndent:yh,onChompKeep:kh,onComment:Qh}){let{indent:cf,options:{commentString:t_}}=Rl,r_=Object.assign({},Rl,{indent:yh,type:null}),u_=!1,C_=[];for(let ml=0;mlkh=null,()=>u_=!0);kh&&(Qh+=he(Qh,yh,t_(kh))),u_&&kh&&(u_=!1),C_.push(zl+Qh)}let D_;if(C_.length===0)D_=rd.start+rd.end;else{D_=C_[0];for(let ml=1;mlyh=null);t_||(t_=u_.length>r_||kh.includes(`\n`)),Rl0&&(t_||(t_=u_.reduce((ml,Al)=>ml+Al.length+2,2)+(kh.length+2)>Al.options.lineWidth)),t_&&(kh+=",")),yh&&(kh+=he(kh,zl,Qh(yh))),u_.push(kh),r_=u_.length}let{start:C_,end:D_}=Rl;if(u_.length===0)return C_+D_;if(!t_){let ml=u_.reduce((ml,Al)=>ml+Al.length+2,2);t_=Al.options.lineWidth>0&&ml>Al.options.lineWidth}if(t_){let ml=C_;for(let Al of u_)ml+=Al?`\n${yh}${rd}${Al}`:`\n`;return`${ml}\n${rd}${D_}`}else return`${C_}${kh}${u_.join(" ")}${kh}${D_}`}function An({indent:ml,options:{commentString:Al}},Rl,zl,rd){if(zl&&rd&&(zl=zl.replace(/^\n+/,"")),zl){let rd=te(Al(zl),ml);Rl.push(rd.trimStart())}}function Pe(ml,Al){let Rl=N(Al)?Al.value:Al;for(let zl of ml)if(T(zl)&&(zl.key===Al||zl.key===Rl||N(zl.key)&&zl.key.value===Rl))return zl}var BE=class extends sE{static get tagName(){return"tag:yaml.org,2002:map"}constructor(ml){super(Qy,ml),this.items=[]}static from(ml,Al,Rl){let{keepUndefined:zl,replacer:rd}=Rl,yh=new this(ml),a=(ml,kh)=>{if(typeof rd=="function")kh=rd.call(Al,ml,kh);else if(Array.isArray(rd)&&!rd.includes(ml))return;(kh!==void 0||zl)&&yh.items.push(tt(ml,kh,Rl))};if(Al instanceof Map)for(let[ml,Rl]of Al)a(ml,Rl);else if(Al&&typeof Al=="object")for(let ml of Object.keys(Al))a(ml,Al[ml]);return typeof ml.sortMapEntries=="function"&&yh.items.sort(ml.sortMapEntries),yh}add(ml,Al){let Rl;T(ml)?Rl=ml:!ml||typeof ml!="object"||!("key"in ml)?Rl=new CE(ml,ml?.value):Rl=new CE(ml.key,ml.value);let zl=Pe(this.items,Rl.key),rd=this.schema?.sortMapEntries;if(zl){if(!Al)throw new Error(`Key ${Rl.key} already set`);N(zl.value)&&yn(Rl.value)?zl.value.value=Rl.value:zl.value=Rl.value}else if(rd){let ml=this.items.findIndex(ml=>rd(Rl,ml)<0);ml===-1?this.items.push(Rl):this.items.splice(ml,0,Rl)}else this.items.push(Rl)}delete(ml){let Al=Pe(this.items,ml);return Al?this.items.splice(this.items.indexOf(Al),1).length>0:!1}get(ml,Al){let Rl=Pe(this.items,ml)?.value;return(!Al&&N(Rl)?Rl.value:Rl)??void 0}has(ml){return!!Pe(this.items,ml)}set(ml,Al){this.add(new CE(ml,Al),!0)}toJSON(ml,Al,Rl){let zl=Rl?new Rl:Al?.mapAsMap?new Map:{};Al?.onCreate&&Al.onCreate(zl);for(let ml of this.items)Nn(Al,zl,ml);return zl}toString(ml,Al,Rl){if(!ml)return JSON.stringify(this);for(let ml of this.items)if(!T(ml))throw new Error(`Map items must all be pairs; found ${JSON.stringify(ml)} instead`);return!ml.allNullValues&&this.hasAllNullValues(!1)&&(ml=Object.assign({},ml,{allNullValues:!0})),Tn(this,ml,{blockItemPrefix:"",flowChars:{start:"{",end:"}"},itemIndent:ml.indent||"",onChompKeep:Rl,onComment:Al})}};var NE={collection:"map",default:!0,nodeClass:BE,tag:"tag:yaml.org,2002:map",resolve(ml,Al){return G(ml)||Al("Expected a mapping for this tag"),ml},createNode:(ml,Al,Rl)=>BE.from(ml,Al,Rl)};var jE=class extends sE{static get tagName(){return"tag:yaml.org,2002:seq"}constructor(ml){super(Lb,ml),this.items=[]}add(ml){this.items.push(ml)}delete(ml){let Al=On(ml);return typeof Al!="number"?!1:this.items.splice(Al,1).length>0}get(ml,Al){let Rl=On(ml);if(typeof Rl!="number")return;let zl=this.items[Rl];return!Al&&N(zl)?zl.value:zl}has(ml){let Al=On(ml);return typeof Al=="number"&&Al=0?Al:null}var GE={collection:"seq",default:!0,nodeClass:jE,tag:"tag:yaml.org,2002:seq",resolve(ml,Al){return ee(ml)||Al("Expected a sequence for this tag"),ml},createNode:(ml,Al,Rl)=>jE.from(ml,Al,Rl)};var WE={identify:ml=>typeof ml=="string",default:!0,tag:"tag:yaml.org,2002:str",resolve:ml=>ml,stringify(ml,Al,Rl,zl){return Al=Object.assign({actualString:!0},Al),$e(ml,Al,Rl,zl)}};var YE={identify:ml=>ml==null,createNode:()=>new rE(null),default:!0,tag:"tag:yaml.org,2002:null",test:/^(?:~|[Nn]ull|NULL)?$/,resolve:()=>new rE(null),stringify:({source:ml},Al)=>typeof ml=="string"&&YE.test.test(ml)?ml:Al.options.nullStr};var ow={identify:ml=>typeof ml=="boolean",default:!0,tag:"tag:yaml.org,2002:bool",test:/^(?:[Tt]rue|TRUE|[Ff]alse|FALSE)$/,resolve:ml=>new rE(ml[0]==="t"||ml[0]==="T"),stringify({source:ml,value:Al},Rl){if(ml&&ow.test.test(ml)){let Rl=ml[0]==="t"||ml[0]==="T";if(Al===Rl)return ml}return Al?Rl.options.trueStr:Rl.options.falseStr}};function U({format:ml,minFractionDigits:Al,tag:Rl,value:zl}){if(typeof zl=="bigint")return String(zl);let rd=typeof zl=="number"?zl:Number(zl);if(!isFinite(rd))return isNaN(rd)?".nan":rd<0?"-.inf":".inf";let yh=Object.is(zl,-0)?"-0":JSON.stringify(zl);if(!ml&&Al&&(!Rl||Rl==="tag:yaml.org,2002:float")&&/^-?\d/.test(yh)&&!yh.includes("e")){let ml=yh.indexOf(".");ml<0&&(ml=yh.length,yh+=".");let Rl=Al-(yh.length-ml-1);for(;Rl-- >0;)yh+="0"}return yh}var lw={identify:ml=>typeof ml=="number",default:!0,tag:"tag:yaml.org,2002:float",test:/^(?:[-+]?\.(?:inf|Inf|INF)|\.nan|\.NaN|\.NAN)$/,resolve:ml=>ml.slice(-3).toLowerCase()==="nan"?NaN:ml[0]==="-"?Number.NEGATIVE_INFINITY:Number.POSITIVE_INFINITY,stringify:U},cw={identify:ml=>typeof ml=="number",default:!0,tag:"tag:yaml.org,2002:float",format:"EXP",test:/^[-+]?(?:\.[0-9]+|[0-9]+(?:\.[0-9]*)?)[eE][-+]?[0-9]+$/,resolve:ml=>parseFloat(ml),stringify(ml){let Al=Number(ml.value);return isFinite(Al)?Al.toExponential():U(ml)}},pw={identify:ml=>typeof ml=="number",default:!0,tag:"tag:yaml.org,2002:float",test:/^[-+]?(?:\.[0-9]+|[0-9]+\.[0-9]*)$/,resolve(ml){let Al=new rE(parseFloat(ml)),Rl=ml.indexOf(".");return Rl!==-1&&ml[ml.length-1]==="0"&&(Al.minFractionDigits=ml.length-Rl-1),Al},stringify:U};var Pn=ml=>typeof ml=="bigint"||Number.isInteger(ml),bs=(ml,Al,Rl,{intAsBigInt:zl})=>zl?BigInt(ml):parseInt(ml.substring(Al),Rl);function ii(ml,Al,Rl){let{value:zl}=ml;return Pn(zl)&&zl>=0?Rl+zl.toString(Al):U(ml)}var dw={identify:ml=>Pn(ml)&&ml>=0,default:!0,tag:"tag:yaml.org,2002:int",format:"OCT",test:/^0o[0-7]+$/,resolve:(ml,Al,Rl)=>bs(ml,2,8,Rl),stringify:ml=>ii(ml,8,"0o")},hw={identify:Pn,default:!0,tag:"tag:yaml.org,2002:int",test:/^[-+]?[0-9]+$/,resolve:(ml,Al,Rl)=>bs(ml,0,10,Rl),stringify:U},fw={identify:ml=>Pn(ml)&&ml>=0,default:!0,tag:"tag:yaml.org,2002:int",format:"HEX",test:/^0x[0-9a-fA-F]+$/,resolve:(ml,Al,Rl)=>bs(ml,2,16,Rl),stringify:ml=>ii(ml,16,"0x")};var _w=[NE,GE,WE,YE,ow,dw,hw,fw,lw,cw,pw];function ai(ml){return typeof ml=="bigint"||Number.isInteger(ml)}var Mn=({value:ml})=>JSON.stringify(ml),mw=[{identify:ml=>typeof ml=="string",default:!0,tag:"tag:yaml.org,2002:str",resolve:ml=>ml,stringify:Mn},{identify:ml=>ml==null,createNode:()=>new rE(null),default:!0,tag:"tag:yaml.org,2002:null",test:/^null$/,resolve:()=>null,stringify:Mn},{identify:ml=>typeof ml=="boolean",default:!0,tag:"tag:yaml.org,2002:bool",test:/^true$|^false$/,resolve:ml=>ml==="true",stringify:Mn},{identify:ai,default:!0,tag:"tag:yaml.org,2002:int",test:/^-?(?:0|[1-9][0-9]*)$/,resolve:(ml,Al,{intAsBigInt:Rl})=>Rl?BigInt(ml):parseInt(ml,10),stringify:({value:ml})=>ai(ml)?ml.toString():JSON.stringify(ml)},{identify:ml=>typeof ml=="number",default:!0,tag:"tag:yaml.org,2002:float",test:/^-?(?:0|[1-9][0-9]*)(?:\.[0-9]*)?(?:[eE][-+]?[0-9]+)?$/,resolve:ml=>parseFloat(ml),stringify:Mn}],gw={default:!0,tag:"",test:/^/,resolve(ml,Al){return Al(`Unresolved plain scalar ${JSON.stringify(ml)}`),ml}},Aw=[NE,GE].concat(mw,gw);var yw={identify:ml=>ml instanceof Uint8Array,default:!1,tag:"tag:yaml.org,2002:binary",resolve(ml,Al){if(typeof atob=="function"){let Al=atob(ml.replace(/[\n\r]/g,"")),Rl=new Uint8Array(Al.length);for(let ml=0;ml1&&Al("Each pair must have its own sequence indicator");let ml=zl.items[0]||new CE(new rE(null));if(zl.commentBefore&&(ml.key.commentBefore=ml.key.commentBefore?`${zl.commentBefore}\n${ml.key.commentBefore}`:zl.commentBefore),zl.comment){let Al=ml.value??ml.key;Al.comment=Al.comment?`${zl.comment}\n${Al.comment}`:zl.comment}zl=ml}ml.items[Rl]=T(zl)?zl:new CE(zl)}}else Al("Expected a sequence for this tag");return ml}function Ss(ml,Al,Rl){let{replacer:zl}=Rl,rd=new jE(ml);rd.tag="tag:yaml.org,2002:pairs";let yh=0;if(Al&&Symbol.iterator in Object(Al))for(let ml of Al){typeof zl=="function"&&(ml=zl.call(Al,String(yh++),ml));let kh,Qh;if(Array.isArray(ml))if(ml.length===2)kh=ml[0],Qh=ml[1];else throw new TypeError(`Expected [key, value] tuple: ${ml}`);else if(ml&&ml instanceof Object){let Al=Object.keys(ml);if(Al.length===1)kh=Al[0],Qh=ml[kh];else throw new TypeError(`Expected tuple with one key, not ${Al.length} keys`)}else kh=ml;rd.items.push(tt(kh,Qh,Rl))}return rd}var bw={collection:"seq",default:!1,tag:"tag:yaml.org,2002:pairs",resolve:ks,createNode:Ss};var vw=class t extends jE{constructor(){super(),this.add=BE.prototype.add.bind(this),this.delete=BE.prototype.delete.bind(this),this.get=BE.prototype.get.bind(this),this.has=BE.prototype.has.bind(this),this.set=BE.prototype.set.bind(this),this.tag=t.tag}toJSON(ml,Al){if(!Al)return super.toJSON(ml);let Rl=new Map;Al?.onCreate&&Al.onCreate(Rl);for(let ml of this.items){let zl,rd;if(T(ml)?(zl=B(ml.key,"",Al),rd=B(ml.value,zl,Al)):zl=B(ml,"",Al),Rl.has(zl))throw new Error("Ordered maps must not include duplicate keys");Rl.set(zl,rd)}return Rl}static from(ml,Al,Rl){let zl=Ss(ml,Al,Rl),rd=new this;return rd.items=zl.items,rd}};vw.tag="tag:yaml.org,2002:omap";var Ew={collection:"seq",identify:ml=>ml instanceof Map,nodeClass:vw,default:!1,tag:"tag:yaml.org,2002:omap",resolve(ml,Al){let Rl=ks(ml,Al),zl=[];for(let{key:ml}of Rl.items)N(ml)&&(zl.includes(ml.value)?Al(`Ordered maps must not include duplicate keys: ${ml.value}`):zl.push(ml.value));return Object.assign(new vw,Rl)},createNode:(ml,Al,Rl)=>vw.from(ml,Al,Rl)};function ci({value:ml,source:Al},Rl){return Al&&(ml?ww:Cw).test.test(Al)?Al:ml?Rl.options.trueStr:Rl.options.falseStr}var ww={identify:ml=>ml===!0,default:!0,tag:"tag:yaml.org,2002:bool",test:/^(?:Y|y|[Yy]es|YES|[Tt]rue|TRUE|[Oo]n|ON)$/,resolve:()=>new rE(!0),stringify:ci},Cw={identify:ml=>ml===!1,default:!0,tag:"tag:yaml.org,2002:bool",test:/^(?:N|n|[Nn]o|NO|[Ff]alse|FALSE|[Oo]ff|OFF)$/,resolve:()=>new rE(!1),stringify:ci};var xw={identify:ml=>typeof ml=="number",default:!0,tag:"tag:yaml.org,2002:float",test:/^(?:[-+]?\.(?:inf|Inf|INF)|\.nan|\.NaN|\.NAN)$/,resolve:ml=>ml.slice(-3).toLowerCase()==="nan"?NaN:ml[0]==="-"?Number.NEGATIVE_INFINITY:Number.POSITIVE_INFINITY,stringify:U},Dw={identify:ml=>typeof ml=="number",default:!0,tag:"tag:yaml.org,2002:float",format:"EXP",test:/^[-+]?(?:[0-9][0-9_]*)?(?:\.[0-9_]*)?[eE][-+]?[0-9]+$/,resolve:ml=>parseFloat(ml.replace(/_/g,"")),stringify(ml){let Al=Number(ml.value);return isFinite(Al)?Al.toExponential():U(ml)}},Sw={identify:ml=>typeof ml=="number",default:!0,tag:"tag:yaml.org,2002:float",test:/^[-+]?(?:[0-9][0-9_]*)?\.[0-9_]*$/,resolve(ml){let Al=new rE(parseFloat(ml.replace(/_/g,""))),Rl=ml.indexOf(".");if(Rl!==-1){let zl=ml.substring(Rl+1).replace(/_/g,"");zl[zl.length-1]==="0"&&(Al.minFractionDigits=zl.length)}return Al},stringify:U};var Dt=ml=>typeof ml=="bigint"||Number.isInteger(ml);function $n(ml,Al,Rl,{intAsBigInt:zl}){let rd=ml[0];if((rd==="-"||rd==="+")&&(Al+=1),ml=ml.substring(Al).replace(/_/g,""),zl){switch(Rl){case 2:ml=`0b${ml}`;break;case 8:ml=`0o${ml}`;break;case 16:ml=`0x${ml}`;break}let Al=BigInt(ml);return rd==="-"?BigInt(-1)*Al:Al}let yh=parseInt(ml,Rl);return rd==="-"?-1*yh:yh}function Ns(ml,Al,Rl){let{value:zl}=ml;if(Dt(zl)){let ml=zl.toString(Al);return zl<0?"-"+Rl+ml.substr(1):Rl+ml}return U(ml)}var kw={identify:Dt,default:!0,tag:"tag:yaml.org,2002:int",format:"BIN",test:/^[-+]?0b[0-1_]+$/,resolve:(ml,Al,Rl)=>$n(ml,2,2,Rl),stringify:ml=>Ns(ml,2,"0b")},Tw={identify:Dt,default:!0,tag:"tag:yaml.org,2002:int",format:"OCT",test:/^[-+]?0[0-7_]+$/,resolve:(ml,Al,Rl)=>$n(ml,1,8,Rl),stringify:ml=>Ns(ml,8,"0")},Iw={identify:Dt,default:!0,tag:"tag:yaml.org,2002:int",test:/^[-+]?[0-9][0-9_]*$/,resolve:(ml,Al,Rl)=>$n(ml,0,10,Rl),stringify:U},Bw={identify:Dt,default:!0,tag:"tag:yaml.org,2002:int",format:"HEX",test:/^[-+]?0x[0-9a-fA-F_]+$/,resolve:(ml,Al,Rl)=>$n(ml,2,16,Rl),stringify:ml=>Ns(ml,16,"0x")};var Fw=class t extends BE{constructor(ml){super(ml),this.tag=t.tag}add(ml){let Al;T(ml)?Al=ml:ml&&typeof ml=="object"&&"key"in ml&&"value"in ml&&ml.value===null?Al=new CE(ml.key,null):Al=new CE(ml,null),Pe(this.items,Al.key)||this.items.push(Al)}get(ml,Al){let Rl=Pe(this.items,ml);return!Al&&T(Rl)?N(Rl.key)?Rl.key.value:Rl.key:Rl}set(ml,Al){if(typeof Al!="boolean")throw new Error(`Expected boolean value for set(key, value) in a YAML set, not ${typeof Al}`);let Rl=Pe(this.items,ml);Rl&&!Al?this.items.splice(this.items.indexOf(Rl),1):!Rl&&Al&&this.items.push(new CE(ml))}toJSON(ml,Al){return super.toJSON(ml,Al,Set)}toString(ml,Al,Rl){if(!ml)return JSON.stringify(this);if(this.hasAllNullValues(!0))return super.toString(Object.assign({},ml,{allNullValues:!0}),Al,Rl);throw new Error("Set items must all have null values")}static from(ml,Al,Rl){let{replacer:zl}=Rl,rd=new this(ml);if(Al&&Symbol.iterator in Object(Al))for(let ml of Al)typeof zl=="function"&&(ml=zl.call(Al,ml,ml)),rd.items.push(tt(ml,null,Rl));return rd}};Fw.tag="tag:yaml.org,2002:set";var Pw={collection:"map",identify:ml=>ml instanceof Set,nodeClass:Fw,default:!1,tag:"tag:yaml.org,2002:set",createNode:(ml,Al,Rl)=>Fw.from(ml,Al,Rl),resolve(ml,Al){if(G(ml)){if(ml.hasAllNullValues(!0))return Object.assign(new Fw,ml);Al("Set items must all have null values")}else Al("Expected a mapping for this tag");return ml}};function As(ml,Al){let Rl=ml[0],zl=Rl==="-"||Rl==="+"?ml.substring(1):ml,r=ml=>Al?BigInt(ml):Number(ml),rd=zl.replace(/_/g,"").split(":").reduce((ml,Al)=>ml*r(60)+r(Al),r(0));return Rl==="-"?r(-1)*rd:rd}function yi(ml){let{value:Al}=ml,n=ml=>ml;if(typeof Al=="bigint")n=ml=>BigInt(ml);else if(isNaN(Al)||!isFinite(Al))return U(ml);let Rl="";Al<0&&(Rl="-",Al*=n(-1));let zl=n(60),rd=[Al%zl];return Al<60?rd.unshift(0):(Al=(Al-rd[0])/zl,rd.unshift(Al%zl),Al>=60&&(Al=(Al-rd[0])/zl,rd.unshift(Al))),Rl+rd.map(ml=>String(ml).padStart(2,"0")).join(":").replace(/000000\d*$/,"")}var Rw={identify:ml=>typeof ml=="bigint"||Number.isInteger(ml),default:!0,tag:"tag:yaml.org,2002:int",format:"TIME",test:/^[-+]?[0-9][0-9_]*(?::[0-5]?[0-9])+$/,resolve:(ml,Al,{intAsBigInt:Rl})=>As(ml,Rl),stringify:yi},Nw={identify:ml=>typeof ml=="number",default:!0,tag:"tag:yaml.org,2002:float",format:"TIME",test:/^[-+]?[0-9][0-9_]*(?::[0-5]?[0-9])+\.[0-9_]*$/,resolve:ml=>As(ml,!1),stringify:yi},Ow={identify:ml=>ml instanceof Date,default:!0,tag:"tag:yaml.org,2002:timestamp",test:RegExp("^([0-9]{4})-([0-9]{1,2})-([0-9]{1,2})(?:(?:t|T|[ \\t]+)([0-9]{1,2}):([0-9]{1,2}):([0-9]{1,2}(\\.[0-9]+)?)(?:[ \\t]*(Z|[-+][012]?[0-9](?::[0-9]{2})?))?)?$"),resolve(ml){let Al=ml.match(Ow.test);if(!Al)throw new Error("!!timestamp expects a date, starting with yyyy-mm-dd");let[,Rl,zl,rd,yh,kh,Qh]=Al.map(Number),cf=Al[7]?Number((Al[7]+"00").substr(1,3)):0,t_=Date.UTC(Rl,zl-1,rd,yh||0,kh||0,Qh||0,cf),r_=Al[8];if(r_&&r_!=="Z"){let ml=As(r_,!1);Math.abs(ml)<30&&(ml*=60),t_-=6e4*ml}return new Date(t_)},stringify:({value:ml})=>ml?.toISOString().replace(/(T00:00:00)?\.000Z$/,"")??""};var Qw=[NE,GE,WE,YE,ww,Cw,kw,Tw,Iw,Bw,xw,Dw,Sw,yw,wE,Ew,bw,Pw,Rw,Nw,Ow];var Lw=new Map([["core",_w],["failsafe",[NE,GE,WE]],["json",Aw],["yaml11",Qw],["yaml-1.1",Qw]]),Mw={binary:yw,bool:ow,float:pw,floatExp:cw,floatNaN:lw,floatTime:Nw,int:hw,intHex:fw,intOct:dw,intTime:Rw,map:NE,merge:wE,null:YE,omap:Ew,pairs:bw,seq:GE,set:Pw,timestamp:Ow},jw={"tag:yaml.org,2002:binary":yw,"tag:yaml.org,2002:merge":wE,"tag:yaml.org,2002:omap":Ew,"tag:yaml.org,2002:pairs":bw,"tag:yaml.org,2002:set":Pw,"tag:yaml.org,2002:timestamp":Ow};function qn(ml,Al,Rl){let zl=Lw.get(Al);if(zl&&!ml)return Rl&&!zl.includes(wE)?zl.concat(wE):zl.slice();let rd=zl;if(!rd)if(Array.isArray(ml))rd=[];else{let ml=Array.from(Lw.keys()).filter(ml=>ml!=="yaml11").map(ml=>JSON.stringify(ml)).join(", ");throw new Error(`Unknown schema "${Al}"; use one of ${ml} or define customTags array`)}if(Array.isArray(ml))for(let Al of ml)rd=rd.concat(Al);else typeof ml=="function"&&(rd=ml(rd.slice()));return Rl&&(rd=rd.concat(wE)),rd.reduce((ml,Al)=>{let Rl=typeof Al=="string"?Mw[Al]:Al;if(!Rl){let ml=JSON.stringify(Al),Rl=Object.keys(Mw).map(ml=>JSON.stringify(ml)).join(", ");throw new Error(`Unknown custom tag ${ml}; use one of ${Rl}`)}return ml.includes(Rl)||ml.push(Rl),ml},[])}var ma=(ml,Al)=>ml.keyAl.key?1:0,Uw=class t{constructor({compat:ml,customTags:Al,merge:Rl,resolveKnownTags:zl,schema:rd,sortMapEntries:yh,toStringDefaults:kh}){this.compat=Array.isArray(ml)?qn(ml,"compat"):ml?qn(null,ml):null,this.name=typeof rd=="string"&&rd||"core",this.knownTags=zl?jw:{},this.tags=qn(Al,this.name,Rl),this.toStringOptions=kh??null,Object.defineProperty(this,Qy,{value:NE}),Object.defineProperty(this,Qb,{value:WE}),Object.defineProperty(this,Lb,{value:GE}),this.sortMapEntries=typeof yh=="function"?yh:yh===!0?ma:null}clone(){let ml=Object.create(t.prototype,Object.getOwnPropertyDescriptors(this));return ml.tags=this.tags.slice(),ml}};function Si(ml,Al){let Rl=[],zl=Al.directives===!0;if(Al.directives!==!1&&ml.directives){let Al=ml.directives.toString(ml);Al?(Rl.push(Al),zl=!0):ml.directives.docStart&&(zl=!0)}zl&&Rl.push("---");let rd=En(ml,Al),{commentString:yh}=rd.options;if(ml.commentBefore){Rl.length!==1&&Rl.unshift("");let Al=yh(ml.commentBefore);Rl.unshift(te(Al,""))}let kh=!1,Qh=null;if(ml.contents){if(_(ml.contents)){if(ml.contents.spaceBefore&&zl&&Rl.push(""),ml.contents.commentBefore){let Al=yh(ml.contents.commentBefore);Rl.push(te(Al,""))}rd.forceBlockIndent=!!ml.comment,Qh=ml.contents.comment}let Al=Qh?void 0:()=>kh=!0,cf=Ae(ml.contents,rd,()=>Qh=null,Al);Qh&&(cf+=he(cf,"",yh(Qh))),(cf[0]==="|"||cf[0]===">")&&Rl[Rl.length-1]==="---"?Rl[Rl.length-1]=`--- ${cf}`:Rl.push(cf)}else Rl.push(Ae(ml.contents,rd));if(ml.directives?.docEnd)if(ml.comment){let Al=yh(ml.comment);Al.includes(`\n`)?(Rl.push("..."),Rl.push(te(Al,""))):Rl.push(`... ${Al}`)}else Rl.push("...");else{let Al=ml.comment;Al&&kh&&(Al=Al.replace(/^\n+/,"")),Al&&((!kh||Qh)&&Rl[Rl.length-1]!==""&&Rl.push(""),Rl.push(te(yh(Al),"")))}return Rl.join(`\n`)+`\n`}var Gw=class t{constructor(ml,Al,Rl){this.commentBefore=null,this.comment=null,this.errors=[],this.warnings=[],Object.defineProperty(this,Mb,{value:Ty});let zl=null;typeof Al=="function"||Array.isArray(Al)?zl=Al:Rl===void 0&&Al&&(Rl=Al,Al=void 0);let rd=Object.assign({intAsBigInt:!1,keepSourceTokens:!1,logLevel:"warn",prettyErrors:!0,strict:!0,stringKeys:!1,uniqueKeys:!0,version:"1.2"},Rl);this.options=rd;let{version:yh}=rd;Rl?._directives?(this.directives=Rl._directives.atDocument(),this.directives.yaml.explicit&&(yh=this.directives.yaml.version)):this.directives=new Fv({version:yh}),this.setSchema(yh,Rl),this.contents=ml===void 0?null:this.createNode(ml,zl,Rl)}clone(){let ml=Object.create(t.prototype,{[Mb]:{value:Ty}});return ml.commentBefore=this.commentBefore,ml.comment=this.comment,ml.errors=this.errors.slice(),ml.warnings=this.warnings.slice(),ml.options=Object.assign({},this.options),this.directives&&(ml.directives=this.directives.clone()),ml.schema=this.schema.clone(),ml.contents=_(this.contents)?this.contents.clone(ml.schema):this.contents,this.range&&(ml.range=this.range.slice()),ml}add(ml){it(this.contents)&&this.contents.add(ml)}addIn(ml,Al){it(this.contents)&&this.contents.addIn(ml,Al)}createAlias(ml,Al){if(!ml.anchor){let Rl=us(this);ml.anchor=!Al||Rl.has(Al)?ps(Al||"a",Rl):Al}return new tE(ml.anchor)}createNode(ml,Al,Rl){let zl;if(typeof Al=="function")ml=Al.call({"":ml},"",ml),zl=Al;else if(Array.isArray(Al)){let d=ml=>typeof ml=="number"||ml instanceof String||ml instanceof Number,ml=Al.filter(d).map(String);ml.length>0&&(Al=Al.concat(ml)),zl=Al}else Rl===void 0&&Al&&(Rl=Al,Al=void 0);let{aliasDuplicateObjects:rd,anchorPrefix:yh,flow:kh,keepUndefined:Qh,onTagObj:cf,tag:t_}=Rl??{},{onAnchor:r_,setAnchors:u_,sourceObjects:C_}=Zr(this,yh||"a"),D_={aliasDuplicateObjects:rd??!0,keepUndefined:Qh??!1,onAnchor:r_,onTagObj:cf,replacer:zl,schema:this.schema,sourceObjects:C_},S_=Ne(ml,t_,D_);return kh&&I(S_)&&(S_.flow=!0),u_(),S_}createPair(ml,Al,Rl={}){let zl=this.createNode(ml,null,Rl),rd=this.createNode(Al,null,Rl);return new CE(zl,rd)}delete(ml){return it(this.contents)?this.contents.delete(ml):!1}deleteIn(ml){return Ze(ml)?this.contents==null?!1:(this.contents=null,!0):it(this.contents)?this.contents.deleteIn(ml):!1}get(ml,Al){return I(this.contents)?this.contents.get(ml,Al):void 0}getIn(ml,Al){return Ze(ml)?!Al&&N(this.contents)?this.contents.value:this.contents:I(this.contents)?this.contents.getIn(ml,Al):void 0}has(ml){return I(this.contents)?this.contents.has(ml):!1}hasIn(ml){return Ze(ml)?this.contents!==void 0:I(this.contents)?this.contents.hasIn(ml):!1}set(ml,Al){this.contents==null?this.contents=At(this.schema,[ml],Al):it(this.contents)&&this.contents.set(ml,Al)}setIn(ml,Al){Ze(ml)?this.contents=Al:this.contents==null?this.contents=At(this.schema,Array.from(ml),Al):it(this.contents)&&this.contents.setIn(ml,Al)}setSchema(ml,Al={}){typeof ml=="number"&&(ml=String(ml));let Rl;switch(ml){case"1.1":this.directives?this.directives.yaml.version="1.1":this.directives=new Fv({version:"1.1"}),Rl={resolveKnownTags:!1,schema:"yaml-1.1"};break;case"1.2":case"next":this.directives?this.directives.yaml.version=ml:this.directives=new Fv({version:ml}),Rl={resolveKnownTags:!0,schema:"core"};break;case null:this.directives&&delete this.directives,Rl=null;break;default:{let Al=JSON.stringify(ml);throw new Error(`Expected '1.1', '1.2' or null as first argument, but found: ${Al}`)}}if(Al.schema instanceof Object)this.schema=Al.schema;else if(Rl)this.schema=new Uw(Object.assign(Rl,Al));else throw new Error("With a null YAML version, the { schema: Schema } option is required")}toJS({json:ml,jsonArg:Al,mapAsMap:Rl,maxAliasCount:zl,onAnchor:rd,reviver:yh}={}){let kh={anchors:new Map,doc:this,keep:!ml,mapAsMap:Rl===!0,mapKeyWarned:!1,maxAliasCount:typeof zl=="number"?zl:100},Qh=B(this.contents,Al??"",kh);if(typeof rd=="function")for(let{count:ml,res:Al}of kh.anchors.values())rd(Al,ml);return typeof yh=="function"?Ie(yh,{"":Qh},"",Qh):Qh}toJSON(ml,Al){return this.toJS({json:!0,jsonArg:ml,mapAsMap:!1,onAnchor:Al})}toString(ml={}){if(this.errors.length>0)throw new Error("Document with errors cannot be stringified");if("indent"in ml&&(!Number.isInteger(ml.indent)||Number(ml.indent)<=0)){let Al=JSON.stringify(ml.indent);throw new Error(`"indent" option must be a positive integer, not ${Al}`)}return Si(this,ml)}};function it(ml){if(I(ml))return!0;throw new Error("Expected a YAML collection as document contents")}var qw=class extends Error{constructor(ml,Al,Rl,zl){super(),this.name=ml,this.code=Rl,this.message=zl,this.pos=Al}},$w=class extends qw{constructor(ml,Al,Rl){super("YAMLParseError",ml,Al,Rl)}},Jw=class extends qw{constructor(ml,Al,Rl){super("YAMLWarning",ml,Al,Rl)}};function ge(ml,{flow:Al,indicator:Rl,next:zl,offset:rd,onError:yh,parentIndent:kh,startOnNewline:Qh}){let cf=!1,t_=Qh,r_=Qh,u_="",C_="",D_=!1,S_=!1,P_=null,Cg=null,eA=null,tA=null,rA=null,nA=null,iA=null;for(let rd of ml)switch(S_&&(rd.type!=="space"&&rd.type!=="newline"&&rd.type!=="comma"&&yh(rd.offset,"MISSING_CHAR","Tags and anchors must be separated from the next token by white space"),S_=!1),P_&&(t_&&rd.type!=="comment"&&rd.type!=="newline"&&yh(P_,"TAB_AS_INDENT","Tabs are not allowed as indentation"),P_=null),rd.type){case"space":!Al&&(Rl!=="doc-start"||zl?.type!=="flow-collection")&&rd.source.includes("\t")&&(P_=rd),r_=!0;break;case"comment":{r_||yh(rd,"MISSING_CHAR","Comments must be separated from other tokens by white space characters");let ml=rd.source.substring(1)||" ";u_?u_+=C_+ml:u_=ml,C_="",t_=!1;break}case"newline":t_?u_?u_+=rd.source:(!nA||Rl!=="seq-item-ind")&&(cf=!0):C_+=rd.source,t_=!0,D_=!0,(Cg||eA)&&(tA=rd),r_=!0;break;case"anchor":Cg&&yh(rd,"MULTIPLE_ANCHORS","A node can have at most one anchor"),rd.source.endsWith(":")&&yh(rd.offset+rd.source.length-1,"BAD_ALIAS","Anchor ending in : is ambiguous",!0),Cg=rd,iA??(iA=rd.offset),t_=!1,r_=!1,S_=!0;break;case"tag":{eA&&yh(rd,"MULTIPLE_TAGS","A node can have at most one tag"),eA=rd,iA??(iA=rd.offset),t_=!1,r_=!1,S_=!0;break}case Rl:(Cg||eA)&&yh(rd,"BAD_PROP_ORDER",`Anchors and tags must be after the ${rd.source} indicator`),nA&&yh(rd,"UNEXPECTED_TOKEN",`Unexpected ${rd.source} in ${Al??"collection"}`),nA=rd,t_=Rl==="seq-item-ind"||Rl==="explicit-key-ind",r_=!1;break;case"comma":if(Al){rA&&yh(rd,"UNEXPECTED_TOKEN",`Unexpected , in ${Al}`),rA=rd,t_=!1,r_=!1;break}default:yh(rd,"UNEXPECTED_TOKEN",`Unexpected ${rd.type} token`),t_=!1,r_=!1}let sA=ml[ml.length-1],aA=sA?sA.offset+sA.source.length:rd;return S_&&zl&&zl.type!=="space"&&zl.type!=="newline"&&zl.type!=="comma"&&(zl.type!=="scalar"||zl.source!=="")&&yh(zl.offset,"MISSING_CHAR","Tags and anchors must be separated from the next token by white space"),P_&&(t_&&P_.indent<=kh||zl?.type==="block-map"||zl?.type==="block-seq")&&yh(P_,"TAB_AS_INDENT","Tabs are not allowed as indentation"),{comma:rA,found:nA,spaceBefore:cf,comment:u_,hasNewline:D_,anchor:Cg,tag:eA,newlineAfterProp:tA,end:aA,start:iA??aA}}function xe(ml){if(!ml)return null;switch(ml.type){case"alias":case"scalar":case"double-quoted-scalar":case"single-quoted-scalar":if(ml.source.includes(`\n`))return!0;if(ml.end){for(let Al of ml.end)if(Al.type==="newline")return!0}return!1;case"flow-collection":for(let Al of ml.items){for(let ml of Al.start)if(ml.type==="newline")return!0;if(Al.sep){for(let ml of Al.sep)if(ml.type==="newline")return!0}if(xe(Al.key)||xe(Al.value))return!0}return!1;default:return!0}}function Rt(ml,Al,Rl){if(Al?.type==="flow-collection"){let zl=Al.end[0];zl.indent===ml&&(zl.source==="]"||zl.source==="}")&&xe(Al)&&Rl(zl,"BAD_INDENT","Flow end indicator should be more indented than parent",!0)}}function Fn(ml,Al,Rl){let{uniqueKeys:zl}=ml.options;if(zl===!1)return!1;let rd=typeof zl=="function"?zl:(ml,Al)=>ml===Al||N(ml)&&N(Al)&&ml.value===Al.value;return Al.some(ml=>rd(ml.key,Rl))}var Hw="All mapping items must start at the same column";function Ci({composeNode:ml,composeEmptyNode:Al},Rl,zl,rd,yh){let kh=yh?.nodeClass??BE,Qh=new kh(Rl.schema);Rl.atRoot&&(Rl.atRoot=!1);let cf=zl.offset,t_=null;for(let yh of zl.items){let{start:kh,key:r_,sep:u_,value:C_}=yh,D_=ge(kh,{indicator:"explicit-key-ind",next:r_??u_?.[0],offset:cf,onError:rd,parentIndent:zl.indent,startOnNewline:!0}),S_=!D_.found;if(S_){if(r_&&(r_.type==="block-seq"?rd(cf,"BLOCK_AS_IMPLICIT_KEY","A block sequence may not be used as an implicit map key"):"indent"in r_&&r_.indent!==zl.indent&&rd(cf,"BAD_INDENT",Hw)),!D_.anchor&&!D_.tag&&!u_){t_=D_.end,D_.comment&&(Qh.comment?Qh.comment+=`\n`+D_.comment:Qh.comment=D_.comment);continue}(D_.newlineAfterProp||xe(r_))&&rd(r_??kh[kh.length-1],"MULTILINE_IMPLICIT_KEY","Implicit keys need to be on a single line")}else D_.found?.indent!==zl.indent&&rd(cf,"BAD_INDENT",Hw);Rl.atKey=!0;let P_=D_.end,Cg=r_?ml(Rl,r_,D_,rd):Al(Rl,P_,kh,null,D_,rd);Rl.schema.compat&&Rt(zl.indent,r_,rd),Rl.atKey=!1,Fn(Rl,Qh.items,Cg)&&rd(P_,"DUPLICATE_KEY","Map keys must be unique");let eA=ge(u_??[],{indicator:"map-value-ind",next:C_,offset:Cg.range[2],onError:rd,parentIndent:zl.indent,startOnNewline:!r_||r_.type==="block-scalar"});if(cf=eA.end,eA.found){S_&&(C_?.type==="block-map"&&!eA.hasNewline&&rd(cf,"BLOCK_AS_IMPLICIT_KEY","Nested mappings are not allowed in compact mappings"),Rl.options.strict&&D_.startml&&(ml.type==="block-map"||ml.type==="block-seq");function Ai({composeNode:ml,composeEmptyNode:Al},Rl,zl,rd,yh){let kh=zl.start.source==="{",Qh=kh?"flow map":"flow sequence",cf=yh?.nodeClass??(kh?BE:jE),t_=new cf(Rl.schema);t_.flow=!0;let r_=Rl.atRoot;r_&&(Rl.atRoot=!1),Rl.atKey&&(Rl.atKey=!1);let u_=zl.offset+zl.start.source.length;for(let yh=0;yh0){let ml=ye(S_,P_,Rl.options.strict,rd);ml.comment&&(t_.comment?t_.comment+=`\n`+ml.comment:t_.comment=ml.comment),t_.range=[zl.offset,P_,ml.offset]}else t_.range=[zl.offset,P_,P_];return t_}function Is(ml,Al,Rl,zl,rd,yh){let kh=Rl.type==="block-map"?Ci(ml,Al,Rl,zl,yh):Rl.type==="block-seq"?Ni(ml,Al,Rl,zl,yh):Ai(ml,Al,Rl,zl,yh),Qh=kh.constructor;return rd==="!"||rd===Qh.tagName?(kh.tag=Qh.tagName,kh):(rd&&(kh.tag=rd),kh)}function Ti(ml,Al,Rl,zl,rd){let yh=zl.tag,kh=yh?Al.directives.tagName(yh.source,ml=>rd(yh,"TAG_RESOLVE_FAILED",ml)):null;if(Rl.type==="block-seq"){let{anchor:ml,newlineAfterProp:Al}=zl,Rl=ml&&yh?ml.offset>yh.offset?ml:yh:ml??yh;Rl&&(!Al||Al.offsetml.tag===kh&&ml.collection===Qh);if(!cf){let zl=Al.schema.knownTags[kh];if(zl?.collection===Qh)Al.schema.tags.push(Object.assign({},zl,{default:!1})),cf=zl;else return zl?rd(yh,"BAD_COLLECTION_TYPE",`${zl.tag} used for ${Qh} collection, but expects ${zl.collection??"scalar"}`,!0):rd(yh,"TAG_RESOLVE_FAILED",`Unresolved tag: ${kh}`,!0),Is(ml,Al,Rl,rd,kh)}let t_=Is(ml,Al,Rl,rd,kh,cf),r_=cf.resolve?.(t_,ml=>rd(yh,"TAG_RESOLVE_FAILED",ml),Al.options)??t_,u_=_(r_)?r_:new rE(r_);return u_.range=t_.range,u_.tag=kh,cf?.format&&(u_.format=cf.format),u_}function Ls(ml,Al,Rl){let zl=Al.offset,rd=ha(Al,ml.options.strict,Rl);if(!rd)return{value:"",type:null,comment:"",range:[zl,zl,zl]};let yh=rd.mode===">"?rE.BLOCK_FOLDED:rE.BLOCK_LITERAL,kh=Al.source?da(Al.source):[],Qh=kh.length;for(let ml=kh.length-1;ml>=0;--ml){let Al=kh[ml][1];if(Al===""||Al==="\r")Qh=ml;else break}if(Qh===0){let ml=rd.chomp==="+"&&kh.length>0?`\n`.repeat(Math.max(1,kh.length-1)):"",Rl=zl+rd.length;return Al.source&&(Rl+=Al.source.length),{value:ml,type:yh,comment:rd.comment,range:[zl,Rl,Rl]}}let cf=Al.indent+rd.indent,t_=Al.offset+rd.length,r_=0;for(let Al=0;Alcf&&(cf=zl.length);else{zl.length=Qh;--ml)kh[ml][0].length>cf&&(Qh=ml+1);let u_="",C_="",D_=!1;for(let ml=0;mlcf||zl[0]==="\t"?(C_===" "?C_=`\n`:!D_&&C_===`\n`&&(C_=`\n\n`),u_+=C_+Al.slice(cf)+zl,C_=`\n`,D_=!0):zl===""?C_===`\n`?u_+=`\n`:C_=`\n`:(u_+=C_+zl,C_=" ",D_=!1)}switch(rd.chomp){case"-":break;case"+":for(let ml=Qh;mlRl(zl+ml,Al,rd);switch(rd){case"scalar":Qh=rE.PLAIN,cf=ga(yh,c);break;case"single-quoted-scalar":Qh=rE.QUOTE_SINGLE,cf=ya(yh,c);break;case"double-quoted-scalar":Qh=rE.QUOTE_DOUBLE,cf=wa(yh,c);break;default:return Rl(ml,"UNEXPECTED_TOKEN",`Expected a flow scalar value, but found: ${rd}`),{value:"",type:null,comment:"",range:[zl,zl+yh.length,zl+yh.length]}}let t_=zl+yh.length,r_=ye(kh,t_,Al,Rl);return{value:cf,type:Qh,comment:r_.comment,range:[zl,t_,r_.offset]}}function ga(ml,Al){let Rl="";switch(ml[0]){case"\t":Rl="a tab character";break;case",":Rl="flow indicator character ,";break;case"%":Rl="directive indicator character %";break;case"|":case">":{Rl=`block scalar indicator ${ml[0]}`;break}case"@":case"`":{Rl=`reserved character ${ml[0]}`;break}}return Rl&&Al(0,"BAD_SCALAR_START",`Plain value cannot start with ${Rl}`),Oi(ml)}function ya(ml,Al){return(ml[ml.length-1]!=="'"||ml.length===1)&&Al(ml.length,"MISSING_CHAR","Missing closing 'quote"),Oi(ml.slice(1,-1)).replace(/''/g,"'")}function Oi(ml){let Al,Rl;try{Al=new RegExp(`(.*?)(?Al?ml.slice(Al,zl+1):rd)}else Rl+=rd}return(ml[ml.length-1]!=='"'||ml.length===1)&&Al(ml.length,"MISSING_CHAR",'Missing closing "quote'),Rl}function ba(ml,Al){let Rl="",zl=ml[Al+1];for(;(zl===" "||zl==="\t"||zl===`\n`||zl==="\r")&&!(zl==="\r"&&ml[Al+2]!==`\n`);)zl===`\n`&&(Rl+=`\n`),Al+=1,zl=ml[Al+1];return Rl||(Rl=" "),{fold:Rl,offset:Al}}var Ww={0:"\0",a:"",b:"\b",e:"",f:"\f",n:`\n`,r:"\r",t:"\t",v:"\v",N:"…",_:" ",L:"\u2028",P:"\u2029"," ":" ",'"':'"',"/":"/","\\":"\\","\t":"\t"};function Sa(ml,Al,Rl,zl){let rd=ml.substr(Al,Rl),yh=rd.length===Rl&&/^[0-9a-fA-F]+$/.test(rd)?parseInt(rd,16):NaN;try{return String.fromCodePoint(yh)}catch{let rd=ml.substr(Al-2,Rl+2);return zl(Al-2,"BAD_DQ_ESCAPE",`Invalid escape sequence ${rd}`),rd}}function vs(ml,Al,Rl,zl){let{value:rd,type:yh,comment:kh,range:Qh}=Al.type==="block-scalar"?Ls(ml,Al,zl):Ps(Al,ml.options.strict,zl),cf=Rl?ml.directives.tagName(Rl.source,ml=>zl(Rl,"TAG_RESOLVE_FAILED",ml)):null,t_;ml.options.stringKeys&&ml.atKey?t_=ml.schema[Qb]:cf?t_=Ea(ml.schema,rd,cf,Rl,zl):Al.type==="scalar"?t_=Ca(ml,rd,Al,zl):t_=ml.schema[Qb];let r_;try{let yh=t_.resolve(rd,ml=>zl(Rl??Al,"TAG_RESOLVE_FAILED",ml),ml.options);r_=N(yh)?yh:new rE(yh)}catch(ml){let yh=ml instanceof Error?ml.message:String(ml);zl(Rl??Al,"TAG_RESOLVE_FAILED",yh),r_=new rE(rd)}return r_.range=Qh,r_.source=rd,yh&&(r_.type=yh),cf&&(r_.tag=cf),t_.format&&(r_.format=t_.format),kh&&(r_.comment=kh),r_}function Ea(ml,Al,Rl,zl,rd){if(Rl==="!")return ml[Qb];let yh=[];for(let Al of ml.tags)if(!Al.collection&&Al.tag===Rl)if(Al.default&&Al.test)yh.push(Al);else return Al;for(let ml of yh)if(ml.test?.test(Al))return ml;let kh=ml.knownTags[Rl];return kh&&!kh.collection?(ml.tags.push(Object.assign({},kh,{default:!1,test:void 0})),kh):(rd(zl,"TAG_RESOLVE_FAILED",`Unresolved tag: ${Rl}`,Rl!=="tag:yaml.org,2002:str"),ml[Qb])}function Ca({atKey:ml,directives:Al,schema:Rl},zl,rd,yh){let kh=Rl.tags.find(Al=>(Al.default===!0||ml&&Al.default==="key")&&Al.test?.test(zl))||Rl[Qb];if(Rl.compat){let ml=Rl.compat.find(ml=>ml.default&&ml.test?.test(zl))??Rl[Qb];if(kh.tag!==ml.tag){let Rl=Al.tagString(kh.tag),zl=Al.tagString(ml.tag),Qh=`Value may be parsed as either ${Rl} or ${zl}`;yh(rd,"TAG_RESOLVE_FAILED",Qh,!0)}}return kh}function _i(ml,Al,Rl){if(Al){Rl??(Rl=Al.length);for(let zl=Rl-1;zl>=0;--zl){let Rl=Al[zl];switch(Rl.type){case"space":case"comment":case"newline":ml-=Rl.source.length;continue}for(Rl=Al[++zl];Rl?.type==="space";)ml+=Rl.source.length,Rl=Al[++zl];break}}return ml}var zw={composeNode:Ds,composeEmptyNode:Kn};function Ds(ml,Al,Rl,zl){let rd=ml.atKey,{spaceBefore:yh,comment:kh,anchor:Qh,tag:cf}=Rl,t_,r_=!0;switch(Al.type){case"alias":t_=Aa(ml,Al,zl),(Qh||cf)&&zl(Al,"ALIAS_PROPS","An alias node must not specify any properties");break;case"scalar":case"single-quoted-scalar":case"double-quoted-scalar":case"block-scalar":t_=vs(ml,Al,cf,zl),Qh&&(t_.anchor=Qh.source.substring(1));break;case"block-map":case"block-seq":case"flow-collection":try{t_=Ti(zw,ml,Al,Rl,zl),Qh&&(t_.anchor=Qh.source.substring(1))}catch(ml){let Rl=ml instanceof Error?ml.message:String(ml);zl(Al,"RESOURCE_EXHAUSTION",Rl)}break;default:{let ml=Al.type==="error"?Al.message:`Unsupported token (type: ${Al.type})`;zl(Al,"UNEXPECTED_TOKEN",ml),r_=!1}}return t_??(t_=Kn(ml,Al.offset,void 0,null,Rl,zl)),Qh&&t_.anchor===""&&zl(Qh,"BAD_ALIAS","Anchor cannot be an empty string"),rd&&ml.options.stringKeys&&(!N(t_)||typeof t_.value!="string"||t_.tag&&t_.tag!=="tag:yaml.org,2002:str")&&zl(cf??Al,"NON_STRING_KEY","With stringKeys, all keys must be strings"),yh&&(t_.spaceBefore=!0),kh&&(Al.type==="scalar"&&Al.source===""?t_.comment=kh:t_.commentBefore=kh),ml.options.keepSourceTokens&&r_&&(t_.srcToken=Al),t_}function Kn(ml,Al,Rl,zl,{spaceBefore:rd,comment:yh,anchor:kh,tag:Qh,end:cf},t_){let r_={type:"scalar",offset:_i(Al,Rl,zl),indent:-1,source:""},u_=vs(ml,r_,Qh,t_);return kh&&(u_.anchor=kh.source.substring(1),u_.anchor===""&&t_(kh,"BAD_ALIAS","Anchor cannot be an empty string")),rd&&(u_.spaceBefore=!0),yh&&(u_.comment=yh,u_.range[2]=cf),u_}function Aa({options:ml},{offset:Al,source:Rl,end:zl},rd){let yh=new tE(Rl.substring(1));yh.source===""&&rd(Al,"BAD_ALIAS","Alias cannot be an empty string"),yh.source.endsWith(":")&&rd(Al+Rl.length-1,"BAD_ALIAS","Alias ending in : is ambiguous",!0);let kh=Al+Rl.length,Qh=ye(zl,kh,ml.strict,rd);return yh.range=[Al,kh,Qh.offset],Qh.comment&&(yh.comment=Qh.comment),yh}function Ii(ml,Al,{offset:Rl,start:zl,value:rd,end:yh},kh){let Qh=Object.assign({_directives:Al},ml),cf=new Gw(void 0,Qh),t_={atKey:!1,atRoot:!0,directives:cf.directives,options:cf.options,schema:cf.schema},r_=ge(zl,{indicator:"doc-start",next:rd??yh?.[0],offset:Rl,onError:kh,parentIndent:0,startOnNewline:!0});r_.found&&(cf.directives.docStart=!0,rd&&(rd.type==="block-map"||rd.type==="block-seq")&&!r_.hasNewline&&kh(r_.end,"MISSING_CHAR","Block collection cannot start on same line with directives-end marker")),cf.contents=rd?Ds(t_,rd,r_,kh):Kn(t_,r_.end,zl,null,r_,kh);let u_=cf.contents.range[2],C_=ye(yh,u_,!1,kh);return C_.comment&&(cf.comment=C_.comment),cf.range=[Rl,u_,C_.offset],cf}function qt(ml){if(typeof ml=="number")return[ml,ml+1];if(Array.isArray(ml))return ml.length===2?ml:[ml[0],ml[1]];let{offset:Al,source:Rl}=ml;return[Al,Al+(typeof Rl=="string"?Rl.length:1)]}function Li(ml){let Al="",Rl=!1,zl=!1;for(let rd=0;rd{let rd=qt(ml);zl?this.warnings.push(new Jw(rd,Al,Rl)):this.errors.push(new $w(rd,Al,Rl))},this.directives=new Fv({version:ml.version||"1.2"}),this.options=ml}decorate(ml,Al){let{comment:Rl,afterEmptyLine:zl}=Li(this.prelude);if(Rl){let rd=ml.contents;if(Al)ml.comment=ml.comment?`${ml.comment}\n${Rl}`:Rl;else if(zl||ml.directives.docStart||!rd)ml.commentBefore=Rl;else if(I(rd)&&!rd.flow&&rd.items.length>0){let ml=rd.items[0];T(ml)&&(ml=ml.key);let Al=ml.commentBefore;ml.commentBefore=Al?`${Rl}\n${Al}`:Rl}else{let ml=rd.commentBefore;rd.commentBefore=ml?`${Rl}\n${ml}`:Rl}}if(Al){for(let Al=0;Al{let rd=qt(ml);rd[0]+=Al,this.onError(rd,"BAD_DIRECTIVE",Rl,zl)}),this.prelude.push(ml.source),this.atDirectives=!0;break;case"document":{let Al=Ii(this.options,this.directives,ml,this.onError);this.atDirectives&&!Al.directives.docStart&&this.onError(ml,"MISSING_CHAR","Missing directives-end/doc-start indicator line"),this.decorate(Al,!1),this.doc&&(yield this.doc),this.doc=Al,this.atDirectives=!1;break}case"byte-order-mark":case"space":break;case"comment":case"newline":this.prelude.push(ml.source);break;case"error":{let Al=ml.source?`${ml.message}: ${JSON.stringify(ml.source)}`:ml.message,Rl=new $w(qt(ml),"UNEXPECTED_TOKEN",Al);this.atDirectives||!this.doc?this.errors.push(Rl):this.doc.errors.push(Rl);break}case"doc-end":{if(!this.doc){let Al="Unexpected doc-end without preceding document";this.errors.push(new $w(qt(ml),"UNEXPECTED_TOKEN",Al));break}this.doc.directives.docEnd=!0;let Al=ye(ml.end,ml.offset+ml.source.length,this.doc.options.strict,this.onError);if(this.decorate(this.doc,!0),Al.comment){let ml=this.doc.comment;this.doc.comment=ml?`${ml}\n${Al.comment}`:Al.comment}this.doc.range[2]=Al.offset;break}default:this.errors.push(new $w(qt(ml),"UNEXPECTED_TOKEN",`Unsupported token ${ml.type}`))}}*end(ml=!1,Al=-1){if(this.doc)this.decorate(this.doc,!0),yield this.doc,this.doc=null;else if(ml){let ml=Object.assign({_directives:this.directives},this.options),Rl=new Gw(void 0,ml);this.atDirectives&&this.onError(Al,"MISSING_CHAR","Missing directives-end indicator line"),Rl.range=[0,Al,Al],this.decorate(Rl,!1),yield Rl}}};var Kw=Symbol("break visit"),Xw=Symbol("skip children"),Zw=Symbol("remove item");function Re(ml,Al){"type"in ml&&ml.type==="document"&&(ml={start:ml.start,value:ml.value}),vi(Object.freeze([]),ml,Al)}Re.BREAK=Kw;Re.SKIP=Xw;Re.REMOVE=Zw;Re.itemAtPath=(ml,Al)=>{let Rl=ml;for(let[ml,zl]of Al){let Al=Rl?.[ml];if(Al&&"items"in Al)Rl=Al.items[zl];else return}return Rl};Re.parentCollection=(ml,Al)=>{let Rl=Re.itemAtPath(ml,Al.slice(0,-1)),zl=Al[Al.length-1][0],rd=Rl?.[zl];if(rd&&"items"in rd)return rd;throw new Error("Parent collection not found")};function vi(ml,Al,Rl){let zl=Rl(Al,ml);if(typeof zl=="symbol")return zl;for(let rd of["key","value"]){let yh=Al[rd];if(yh&&"items"in yh){for(let Al=0;Al":return"block-scalar-header"}return null}function le(ml){switch(ml){case void 0:case" ":case`\n`:case"\r":case"\t":return!0;default:return!1}}var iC=new Set("0123456789ABCDEFabcdef"),sC=new Set("0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz-#;/?:@&=+$_.!~*'()"),aC=new Set(",[]{}"),oC=new Set(` ,[]{}\n\r\t`),Rs=ml=>!ml||oC.has(ml),lC=class{constructor(){this.atEnd=!1,this.blockScalarIndent=-1,this.blockScalarKeep=!1,this.buffer="",this.flowKey=!1,this.flowLevel=0,this.indentNext=0,this.indentValue=0,this.lineEndPos=null,this.next=null,this.pos=0}*lex(ml,Al=!1){if(ml){if(typeof ml!="string")throw TypeError("source is not a string");this.buffer=this.buffer?this.buffer+ml:ml,this.lineEndPos=null}this.atEnd=!Al;let Rl=this.next??"stream";for(;Rl&&(Al||this.hasChars(1));)Rl=yield*this.parseNext(Rl)}atLineEnd(){let ml=this.pos,Al=this.buffer[ml];for(;Al===" "||Al==="\t";)Al=this.buffer[++ml];return!Al||Al==="#"||Al===`\n`?!0:Al==="\r"?this.buffer[ml+1]===`\n`:!1}charAt(ml){return this.buffer[this.pos+ml]}continueScalar(ml){let Al=this.buffer[ml];if(this.indentNext>0){let Rl=0;for(;Al===" ";)Al=this.buffer[++Rl+ml];if(Al==="\r"){let Al=this.buffer[Rl+ml+1];if(Al===`\n`||!Al&&!this.atEnd)return ml+Rl+1}return Al===`\n`||Rl>=this.indentNext||!Al&&!this.atEnd?ml+Rl:-1}if(Al==="-"||Al==="."){let Al=this.buffer.substr(ml,3);if((Al==="---"||Al==="...")&&le(this.buffer[ml+3]))return-1}return ml}getLine(){let ml=this.lineEndPos;return(typeof ml!="number"||ml!==-1&&mlthis.indentValue&&!le(this.charAt(1))&&(this.indentNext=this.indentValue),yield*this.parseBlockStart()}*parseBlockStart(){let[ml,Al]=this.peek(2);if(!Al&&!this.atEnd)return this.setNext("block-start");if((ml==="-"||ml==="?"||ml===":")&&le(Al)){let ml=(yield*this.pushCount(1))+(yield*this.pushSpaces(!0));return this.indentNext=this.indentValue+1,this.indentValue+=ml,"block-start"}return"doc"}*parseDocument(){yield*this.pushSpaces(!0);let ml=this.getLine();if(ml===null)return this.setNext("doc");let Al=yield*this.pushIndicators();switch(ml[Al]){case"#":yield*this.pushCount(ml.length-Al);case void 0:return yield*this.pushNewline(),yield*this.parseLineStart();case"{":case"[":return yield*this.pushCount(1),this.flowKey=!1,this.flowLevel=1,"flow";case"}":case"]":return yield*this.pushCount(1),"doc";case"*":return yield*this.pushUntil(Rs),"doc";case'"':case"'":return yield*this.parseQuotedScalar();case"|":case">":return Al+=(yield*this.parseBlockScalarHeader()),Al+=(yield*this.pushSpaces(!0)),yield*this.pushCount(ml.length-Al),yield*this.pushNewline(),yield*this.parseBlockScalar();default:return yield*this.parsePlainScalar()}}*parseFlowCollection(){let ml,Al,Rl=-1;do{ml=yield*this.pushNewline(),ml>0?(Al=yield*this.pushSpaces(!1),this.indentValue=Rl=Al):Al=0,Al+=(yield*this.pushSpaces(!0))}while(ml+Al>0);let zl=this.getLine();if(zl===null)return this.setNext("flow");if((Rl!==-1&&Rl"0"&&Al<="9")this.blockScalarIndent=Number(Al)-1;else if(Al!=="-")break}return yield*this.pushUntil(ml=>le(ml)||ml==="#")}*parseBlockScalar(){let ml=this.pos-1,Al=0,Rl;e:for(let zl=this.pos;Rl=this.buffer[zl];++zl)switch(Rl){case" ":Al+=1;break;case`\n`:ml=zl,Al=0;break;case"\r":{let ml=this.buffer[zl+1];if(!ml&&!this.atEnd)return this.setNext("block-scalar");if(ml===`\n`)break}default:break e}if(!Rl&&!this.atEnd)return this.setNext("block-scalar");if(Al>=this.indentNext){this.blockScalarIndent===-1?this.indentNext=Al:this.indentNext=this.blockScalarIndent+(this.indentNext===0?1:this.indentNext);do{let Al=this.continueScalar(ml+1);if(Al===-1)break;ml=this.buffer.indexOf(`\n`,Al)}while(ml!==-1);if(ml===-1){if(!this.atEnd)return this.setNext("block-scalar");ml=this.buffer.length}}let zl=ml+1;for(Rl=this.buffer[zl];Rl===" ";)Rl=this.buffer[++zl];if(Rl==="\t"){for(;Rl==="\t"||Rl===" "||Rl==="\r"||Rl===`\n`;)Rl=this.buffer[++zl];ml=zl-1}else if(!this.blockScalarKeep)do{let Rl=ml-1,zl=this.buffer[Rl];zl==="\r"&&(zl=this.buffer[--Rl]);let rd=Rl;for(;zl===" ";)zl=this.buffer[--Rl];if(zl===`\n`&&Rl>=this.pos&&Rl+1+Al>rd)ml=Rl;else break}while(!0);return yield nC,yield*this.pushToIndex(ml+1,!0),yield*this.parseLineStart()}*parsePlainScalar(){let ml=this.flowLevel>0,Al=this.pos-1,Rl=this.pos-1,zl;for(;zl=this.buffer[++Rl];)if(zl===":"){let zl=this.buffer[Rl+1];if(le(zl)||ml&&aC.has(zl))break;Al=Rl}else if(le(zl)){let rd=this.buffer[Rl+1];if(zl==="\r"&&(rd===`\n`?(Rl+=1,zl=`\n`,rd=this.buffer[Rl+1]):Al=Rl),rd==="#"||ml&&aC.has(rd))break;if(zl===`\n`){let ml=this.continueScalar(Rl+1);if(ml===-1)break;Rl=Math.max(Rl,ml-2)}}else{if(ml&&aC.has(zl))break;Al=Rl}return!zl&&!this.atEnd?this.setNext("plain-scalar"):(yield nC,yield*this.pushToIndex(Al+1,!0),ml?"flow":"doc")}*pushCount(ml){return ml>0?(yield this.buffer.substr(this.pos,ml),this.pos+=ml,ml):0}*pushToIndex(ml,Al){let Rl=this.buffer.slice(this.pos,ml);return Rl?(yield Rl,this.pos+=Rl.length,Rl.length):(Al&&(yield""),0)}*pushIndicators(){let ml=0;e:for(;;){switch(this.charAt(0)){case"!":ml+=(yield*this.pushTag()),ml+=(yield*this.pushSpaces(!0));continue e;case"&":ml+=(yield*this.pushUntil(Rs)),ml+=(yield*this.pushSpaces(!0));continue e;case"-":case"?":case":":{let Al=this.flowLevel>0,Rl=this.charAt(1);if(le(Rl)||Al&&aC.has(Rl)){Al?this.flowKey&&(this.flowKey=!1):this.indentNext=this.indentValue+1,ml+=(yield*this.pushCount(1)),ml+=(yield*this.pushSpaces(!0));continue e}}}break e}return ml}*pushTag(){if(this.charAt(1)==="<"){let ml=this.pos+2,Al=this.buffer[ml];for(;!le(Al)&&Al!==">";)Al=this.buffer[++ml];return yield*this.pushToIndex(Al===">"?ml+1:ml,!1)}else{let ml=this.pos+1,Al=this.buffer[ml];for(;Al;)if(sC.has(Al))Al=this.buffer[++ml];else if(Al==="%"&&iC.has(this.buffer[ml+1])&&iC.has(this.buffer[ml+2]))Al=this.buffer[ml+=3];else break;return yield*this.pushToIndex(ml,!1)}}*pushNewline(){let ml=this.buffer[this.pos];return ml===`\n`?yield*this.pushCount(1):ml==="\r"&&this.charAt(1)===`\n`?yield*this.pushCount(2):0}*pushSpaces(ml){let Al=this.pos-1,Rl;do{Rl=this.buffer[++Al]}while(Rl===" "||ml&&Rl==="\t");let zl=Al-this.pos;return zl>0&&(yield this.buffer.substr(this.pos,zl),this.pos=Al),zl}*pushUntil(ml){let Al=this.pos,Rl=this.buffer[Al];for(;!ml(Rl);)Rl=this.buffer[++Al];return yield*this.pushToIndex(Al,!1)}};var cC=class{constructor(){this.lineStarts=[],this.addNewLine=ml=>this.lineStarts.push(ml),this.linePos=ml=>{let Al=0,Rl=this.lineStarts.length;for(;Al>1;this.lineStarts[zl]=0;)switch(ml[Al].type){case"doc-start":case"explicit-key-ind":case"map-value-ind":case"seq-item-ind":case"newline":break e}for(;ml[++Al]?.type==="space";);return ml.splice(Al,ml.length)}function Vn(ml,Al){if(Al.length<1e5)Array.prototype.push.apply(ml,Al);else for(let Rl=0;Rl0;)yield*this.pop()}get sourceToken(){return{type:this.type,offset:this.offset,indent:this.indent,source:this.source}}*step(){let ml=this.peek(1);if(this.type==="doc-end"&&ml?.type!=="doc-end"){for(;this.stack.length>0;)yield*this.pop();this.stack.push({type:"doc-end",offset:this.offset,source:this.source});return}if(!ml)return yield*this.stream();switch(ml.type){case"document":return yield*this.document(ml);case"alias":case"scalar":case"single-quoted-scalar":case"double-quoted-scalar":return yield*this.scalar(ml);case"block-scalar":return yield*this.blockScalar(ml);case"block-map":return yield*this.blockMap(ml);case"block-seq":return yield*this.blockSequence(ml);case"flow-collection":return yield*this.flowCollection(ml);case"doc-end":return yield*this.documentEnd(ml)}yield*this.pop()}peek(ml){return this.stack[this.stack.length-ml]}*pop(ml){let Al=ml??this.stack.pop();if(!Al)yield{type:"error",offset:this.offset,source:"",message:"Tried to pop an empty stack"};else if(this.stack.length===0)yield Al;else{let ml=this.peek(1);switch(Al.type==="block-scalar"?Al.indent="indent"in ml?ml.indent:0:Al.type==="flow-collection"&&ml.type==="document"&&(Al.indent=0),Al.type==="flow-collection"&&$i(Al),ml.type){case"document":ml.value=Al;break;case"block-scalar":ml.props.push(Al);break;case"block-map":{let Rl=ml.items[ml.items.length-1];if(Rl.value){ml.items.push({start:[],key:Al,sep:[]}),this.onKeyLine=!0;return}else if(Rl.sep)Rl.value=Al;else{Object.assign(Rl,{key:Al,sep:[]}),this.onKeyLine=!Rl.explicitKey;return}break}case"block-seq":{let Rl=ml.items[ml.items.length-1];Rl.value?ml.items.push({start:[],value:Al}):Rl.value=Al;break}case"flow-collection":{let Rl=ml.items[ml.items.length-1];!Rl||Rl.value?ml.items.push({start:[],key:Al,sep:[]}):Rl.sep?Rl.value=Al:Object.assign(Rl,{key:Al,sep:[]});return}default:yield*this.pop(),yield*this.pop(Al)}if((ml.type==="document"||ml.type==="block-map"||ml.type==="block-seq")&&(Al.type==="block-map"||Al.type==="block-seq")){let Rl=Al.items[Al.items.length-1];Rl&&!Rl.sep&&!Rl.value&&Rl.start.length>0&&Mi(Rl.start)===-1&&(Al.indent===0||Rl.start.every(ml=>ml.type!=="comment"||ml.indent=ml.indent){let Rl=!this.onKeyLine&&this.indent===ml.indent,zl=Rl&&(Al.sep||Al.explicitKey)&&this.type!=="seq-item-ind",rd=[];if(zl&&Al.sep&&!Al.value){let Rl=[];for(let zl=0;zlml.indent&&(Rl.length=0);break;default:Rl.length=0}}Rl.length>=2&&(rd=Al.sep.splice(Rl[1]))}switch(this.type){case"anchor":case"tag":zl||Al.value?(rd.push(this.sourceToken),ml.items.push({start:rd}),this.onKeyLine=!0):Al.sep?Al.sep.push(this.sourceToken):Al.start.push(this.sourceToken);return;case"explicit-key-ind":!Al.sep&&!Al.explicitKey?(Al.start.push(this.sourceToken),Al.explicitKey=!0):zl||Al.value?(rd.push(this.sourceToken),ml.items.push({start:rd,explicitKey:!0})):this.stack.push({type:"block-map",offset:this.offset,indent:this.indent,items:[{start:[this.sourceToken],explicitKey:!0}]}),this.onKeyLine=!0;return;case"map-value-ind":if(Al.explicitKey)if(Al.sep)if(Al.value)ml.items.push({start:[],key:null,sep:[this.sourceToken]});else if(Me(Al.sep,"map-value-ind"))this.stack.push({type:"block-map",offset:this.offset,indent:this.indent,items:[{start:rd,key:null,sep:[this.sourceToken]}]});else if(Bi(Al.key)&&!Me(Al.sep,"newline")){let ml=lt(Al.start),Rl=Al.key,zl=Al.sep;zl.push(this.sourceToken),delete Al.key,delete Al.sep,this.stack.push({type:"block-map",offset:this.offset,indent:this.indent,items:[{start:ml,key:Rl,sep:zl}]})}else rd.length>0?Al.sep=Al.sep.concat(rd,this.sourceToken):Al.sep.push(this.sourceToken);else if(Me(Al.start,"newline"))Object.assign(Al,{key:null,sep:[this.sourceToken]});else{let ml=lt(Al.start);this.stack.push({type:"block-map",offset:this.offset,indent:this.indent,items:[{start:ml,key:null,sep:[this.sourceToken]}]})}else Al.sep?Al.value||zl?ml.items.push({start:rd,key:null,sep:[this.sourceToken]}):Me(Al.sep,"map-value-ind")?this.stack.push({type:"block-map",offset:this.offset,indent:this.indent,items:[{start:[],key:null,sep:[this.sourceToken]}]}):Al.sep.push(this.sourceToken):Object.assign(Al,{key:null,sep:[this.sourceToken]});this.onKeyLine=!0;return;case"alias":case"scalar":case"single-quoted-scalar":case"double-quoted-scalar":{let Rl=this.flowScalar(this.type);zl||Al.value?(ml.items.push({start:rd,key:Rl,sep:[]}),this.onKeyLine=!0):Al.sep?this.stack.push(Rl):(Object.assign(Al,{key:Rl,sep:[]}),this.onKeyLine=!0);return}default:{let zl=this.startBlockValue(ml);if(zl){if(zl.type==="block-seq"){if(!Al.explicitKey&&Al.sep&&!Me(Al.sep,"newline")){yield*this.pop({type:"error",offset:this.offset,message:"Unexpected block-seq-ind on same line with key",source:this.source});return}}else Rl&&ml.items.push({start:rd});this.stack.push(zl);return}}}}yield*this.pop(),yield*this.step()}*blockSequence(ml){let Al=ml.items[ml.items.length-1];switch(this.type){case"newline":if(Al.value){let Rl="end"in Al.value?Al.value.end:void 0;(Array.isArray(Rl)?Rl[Rl.length-1]:void 0)?.type==="comment"?Rl?.push(this.sourceToken):ml.items.push({start:[this.sourceToken]})}else Al.start.push(this.sourceToken);return;case"space":case"comment":if(Al.value)ml.items.push({start:[this.sourceToken]});else{if(this.atIndentedComment(Al.start,ml.indent)){let Rl=ml.items[ml.items.length-2]?.value?.end;if(Array.isArray(Rl)){Vn(Rl,Al.start),Rl.push(this.sourceToken),ml.items.pop();return}}Al.start.push(this.sourceToken)}return;case"anchor":case"tag":if(Al.value||this.indent<=ml.indent)break;Al.start.push(this.sourceToken);return;case"seq-item-ind":if(this.indent!==ml.indent)break;Al.value||Me(Al.start,"seq-item-ind")?ml.items.push({start:[this.sourceToken]}):Al.start.push(this.sourceToken);return}if(this.indent>ml.indent){let Al=this.startBlockValue(ml);if(Al){this.stack.push(Al);return}}yield*this.pop(),yield*this.step()}*flowCollection(ml){let Al=ml.items[ml.items.length-1];if(this.type==="flow-error-end"){let ml;do{yield*this.pop(),ml=this.peek(1)}while(ml?.type==="flow-collection")}else if(ml.end.length===0){switch(this.type){case"comma":case"explicit-key-ind":!Al||Al.sep?ml.items.push({start:[this.sourceToken]}):Al.start.push(this.sourceToken);return;case"map-value-ind":!Al||Al.value?ml.items.push({start:[],key:null,sep:[this.sourceToken]}):Al.sep?Al.sep.push(this.sourceToken):Object.assign(Al,{key:null,sep:[this.sourceToken]});return;case"space":case"comment":case"newline":case"anchor":case"tag":!Al||Al.value?ml.items.push({start:[this.sourceToken]}):Al.sep?Al.sep.push(this.sourceToken):Al.start.push(this.sourceToken);return;case"alias":case"scalar":case"single-quoted-scalar":case"double-quoted-scalar":{let Rl=this.flowScalar(this.type);!Al||Al.value?ml.items.push({start:[],key:Rl,sep:[]}):Al.sep?this.stack.push(Rl):Object.assign(Al,{key:Rl,sep:[]});return}case"flow-map-end":case"flow-seq-end":ml.end.push(this.sourceToken);return}let Rl=this.startBlockValue(ml);Rl?this.stack.push(Rl):(yield*this.pop(),yield*this.step())}else{let Al=this.peek(2);if(Al.type==="block-map"&&(this.type==="map-value-ind"&&Al.indent===ml.indent||this.type==="newline"&&!Al.items[Al.items.length-1].sep))yield*this.pop(),yield*this.step();else if(this.type==="map-value-ind"&&Al.type!=="flow-collection"){let Rl=jn(Al),zl=lt(Rl);$i(ml);let rd=ml.end.splice(1,ml.end.length);rd.push(this.sourceToken);let yh={type:"block-map",offset:ml.offset,indent:ml.indent,items:[{start:zl,key:ml,sep:rd}]};this.onKeyLine=!0,this.stack[this.stack.length-1]=yh}else yield*this.lineEnd(ml)}}flowScalar(ml){if(this.onNewLine){let ml=this.source.indexOf(`\n`)+1;for(;ml!==0;)this.onNewLine(this.offset+ml),ml=this.source.indexOf(`\n`,ml)+1}return{type:ml,offset:this.offset,indent:this.indent,source:this.source}}startBlockValue(ml){switch(this.type){case"alias":case"scalar":case"single-quoted-scalar":case"double-quoted-scalar":return this.flowScalar(this.type);case"block-scalar-header":return{type:"block-scalar",offset:this.offset,indent:this.indent,props:[this.sourceToken],source:""};case"flow-map-start":case"flow-seq-start":return{type:"flow-collection",offset:this.offset,indent:this.indent,start:this.sourceToken,items:[],end:[]};case"seq-item-ind":return{type:"block-seq",offset:this.offset,indent:this.indent,items:[{start:[this.sourceToken]}]};case"explicit-key-ind":{this.onKeyLine=!0;let Al=jn(ml),Rl=lt(Al);return Rl.push(this.sourceToken),{type:"block-map",offset:this.offset,indent:this.indent,items:[{start:Rl,explicitKey:!0}]}}case"map-value-ind":{this.onKeyLine=!0;let Al=jn(ml),Rl=lt(Al);return{type:"block-map",offset:this.offset,indent:this.indent,items:[{start:Rl,key:null,sep:[this.sourceToken]}]}}}return null}atIndentedComment(ml,Al){return this.type!=="comment"||this.indent<=Al?!1:ml.every(ml=>ml.type==="newline"||ml.type==="space")}*documentEnd(ml){this.type!=="doc-mode"&&(ml.end?ml.end.push(this.sourceToken):ml.end=[this.sourceToken],this.type==="newline"&&(yield*this.pop()))}*lineEnd(ml){switch(this.type){case"comma":case"doc-start":case"doc-end":case"flow-seq-end":case"flow-map-end":case"map-value-ind":yield*this.pop(),yield*this.step();break;case"newline":this.onKeyLine=!1;default:ml.end?ml.end.push(this.sourceToken):ml.end=[this.sourceToken],this.type==="newline"&&(yield*this.pop())}}};function Ri(ml,Al,Rl){let zl=ml.srcToken;if(!zl||zl.type!=="flow-collection")throw new Error("Expected flow-collection CST node for flow sequence");let rd=ml.items.map((ml,Rl)=>{let rd=zl.items[Rl];if(Pa(ml,rd))return Se(se(ml.items),rd,Al,Ct);if(T(ml))return Se(ml,rd,Al,Ct);{let Rl=[];for(let ml of q(rd.start)){if(ke(ml)){Rl.push(ml);continue}if(ml.type==="comma")continue;throw new Error(`Unexpected token type in sequence item start: ${ml.type}`)}let zl=Al.transformNode(ml,{tokens:Rl});return Hr(X(zl.position.start,zl.position.end),zl)}});if(ml.items.length{let rd=zl.items[Rl];return Se(ml,rd,Al,Hn)});if(ml.items.length=0;zl--)if(Rl.test(ml[zl]))return zl;return-1}function Ki(ml,Al,Rl){if(ml.range[0]===ml.range[1]){let zl=Fi(Al.text,ml.range[0]-1,/\S/u)+1;return qs(Al.transformRange([zl,zl]),Al.transformContentProperties(ml,Rl.tokens),"")}let zl=ml.srcToken;if(!zl||zl.type!=="scalar")throw new Error("Expected plain scalar srcToken");for(let ml of v(zl.end,Al))throw new Error(`Unexpected token type in plain scalar end: ${ml.type}`);return qs(Al.transformRange(ml.range),Al.transformContentProperties(ml,Rl.tokens),ml.source)}function Yi(ml){return{...ml,type:"quoteDouble"}}function Ui(ml,Al,Rl){return{type:"quoteValue",position:ml,...Al,leadingComments:[],trailingComment:null,value:Rl}}function Jn(ml,Al,Rl,zl){for(let ml of v(Al.end,Rl))throw new Error(`Unexpected token type in quote value end: ${ml.type}`);return Ui(Rl.transformRange(ml.range),Rl.transformContentProperties(ml,zl.tokens),ml.source)}function ji(ml,Al,Rl){let zl=ml.srcToken;if(!zl||zl.type!=="double-quoted-scalar")throw new Error("Expected double-quoted scalar srcToken");return Yi(Jn(ml,zl,Al,Rl))}function Vi(ml){return{...ml,type:"quoteSingle"}}function Gi(ml,Al,Rl){let zl=ml.srcToken;if(!zl||zl.type!=="single-quoted-scalar")throw new Error("Expected single-quoted scalar srcToken");return Vi(Jn(ml,zl,Al,Rl))}function Qi(ml,Al,Rl){return{type:"sequence",position:ml,leadingComments:[],endComments:[],...Al,children:Rl}}function Hi(ml,Al){return{type:"sequenceItem",position:ml,leadingComments:[],trailingComment:null,endComments:[],children:Al?[Al]:[]}}function Ji(ml,Al,Rl){let zl=ml.srcToken;if(!zl||zl.type!=="block-seq")throw new Error("Expected block sequence srcToken");let rd=ml.items.map((ml,Rl)=>{let rd=zl.items[Rl],yh=[],kh=null;for(let ml of q(rd.start)){if(ke(ml)){yh.push(ml);continue}if(ml.type==="seq-item-ind"){kh=ml;continue}throw new Error(`Unexpected token type in sequence item start: ${ml.type}`)}let Qh=va(ml,Al,{tokens:yh});return Hi(X(kh?Al.transformOffset(kh.offset):Qh.position.start,Qh?.position.end??Al.transformOffset(kh.offset+kh.source.length)),Qh)});if(ml.items.lengthml.type==="comment")}var pC=class{text;comments=[];#_e;constructor(ml,Al){this.text=ml,this.#_e=Al}transformOffset(ml){let{line:Al,col:Rl}=this.#_e.linePos(ml);return{line:Al,column:Rl,offset:ml}}transformRange(ml){let[Al,Rl]=ml.map(ml=>this.transformOffset(ml));return X(Al,Rl)}transformNode(ml,Al){return Wi(ml,this,Al)}transformComment(ml){let Al=vr(ml,this);return this.comments.push(Al),Al}transformContentProperties(ml,Al){return $r(ml,Al,this)}},dC=pC;function zi(ml,Al,Rl,zl,rd,yh){return{type:"document",position:ml,trailingComment:yh,directivesEndMarker:Al,documentEndMarker:Rl,children:[zl,rd]}}function Zi(ml,Al,Rl){return{type:"documentBody",position:ml,endComments:Rl,children:Al?[Al]:[]}}function eo(ml,Al,Rl){for(let zl=Al;zlml.type==="tag"||ml.type==="anchor")),u_=r_?kh.transformNode(zl.contents,{tokens:t_}):null;if(!r_)for(let ml of v(t_,kh))throw new Error(`Unexpected token type in empty document body: ${ml.type}`);let{position:C_,documentEndPoint:D_}=Ma(ml,zl,u_,yh,kh);return{documentBody:Zi(C_,u_,cf),documentEndPoint:D_,documentTrailingComment:Qh}}function xa(ml,Al,Rl,zl,rd){let yh=[],kh=[],Qh=[];for(let Al of ml){if(ke(Al)){Qh.push(Al);continue}throw new Error(`Unexpected token type: ${Al.type}`)}for(let ml of v(Rl,rd))throw new Error(`Unexpected token type: ${ml.type}`);let cf=zl?rd.transformOffset(zl.offset):null;if(Al)for(let ml of q(Al.end,zl?.end)){if(ml.type==="comment"){let Al=rd.transformComment(ml);cf?cf.line===Al.position.start.line?kh.push(Al):Al.position.start.line1)throw new Error(`Unexpected multiple document trailing comments at ${_e(kh[1].position.start)}`);return{propTokens:Qh,endComments:yh,documentTrailingComment:se(kh)||null}}function Ma(ml,Al,Rl,zl,rd){let yh=zl?Math.max(0,zl.offset-1):eo(rd.text,Al.range[2],/\S/u)??rd.text.length;rd.text[yh-1]==="\r"&&yh--;let kh=Rl!==null?Rl.position.start.offset:yh;if(ml){let Al=ml.offset+ml.source.length+1;kh0){let ml=kh[0];ml.type==="comment"&&zl.transformOffset(ml.offset).line===cf.end.line&&(t_=zl.transformComment(ml),kh.shift())}return{documentHead:no(cf,rd,Qh?yh:[],t_),docStart:Qh,tokensBeforeBody:kh}}function $a(ml,Al){let Rl=[],zl=[],rd=null;for(let yh of ml)if(yh.type==="comment"){let ml=Al.transformComment(yh);rd&&rd.position.end.line===ml.position.start.line&&!rd.trailingComment?(rd.trailingComment=ml,rd.position.end=ml.position.end):zl.push(ml)}else{let ml=ro(yh,Al);Rl.push(ml),rd=ml,zl=[]}return{directives:Rl,endCommentCandidates:zl}}function Ba(ml,Al,Rl,zl){let rd=Rl?[Rl.offset,Rl.offset+Rl.source.length]:Al.contents?[Al.contents.range[0],Al.contents.range[0]]:[Al.range[0],Al.range[0]];return ml.length!==0&&(rd[0]=ml[0].position.start.offset),zl.transformRange(rd)}function oo(ml,Al){let{documentHead:Rl,tokensBeforeBody:zl,docStart:rd}=io(ml.tokensBeforeBody,ml.cstNode,ml.node,Al),{documentBody:yh,documentEndPoint:kh,documentTrailingComment:Qh}=to(rd,zl,ml.cstNode,ml.node,ml.tokensAfterBody,ml.documentEnd,Al);return zi(X(Rl.position.start,kh),!!rd,!!ml.documentEnd,Rl,yh,Qh)}function ao(ml,Al,Rl){if(ml.length===0)return[];let zl=[],rd=[],yh=[],kh=null,a=Al=>{let Rl={tokensBeforeBody:[...yh,...rd],cstNode:Al,node:ml[zl.length],tokensAfterBody:[],documentEnd:null};return zl.push(Rl),yh.length=0,rd.length=0,Rl};for(let Qh of q(Al)){if(Qh.type==="document"){if(zl.length>=ml.length)throw new Error(`Unexpected 'document' token at ${_e(Rl.transformOffset(Qh.offset))}`);kh=a(Qh);continue}if(Qh.type==="comment"){rd.push(Qh);continue}if(Qh.type==="directive"){yh.push(...rd,Qh),rd.length=0;continue}if(Qh.type==="doc-end"){if(!kh||kh.documentEnd)throw new Error(`Unexpected 'doc-end' token at ${_e(Rl.transformOffset(Qh.offset))}`);kh.tokensAfterBody=[...rd],rd.length=0,kh.documentEnd=Qh;continue}}if(yh.length>0){let[ml]=yh;throw new Error(`Unexpected '${ml.type}' token at ${_e(Rl.transformOffset(ml.offset))}`)}return rd.length>0&&(kh||(kh=a(null)),rd.length>0&&(kh.tokensAfterBody.push(...rd),rd.length=0)),zl.map(ml=>oo(ml,Rl))}function Fs(ml,Al,Rl,zl){let rd=Al(ml);return Al=>{zl(rd,Al)&&Rl(ml,rd=Al)}}function Ks(ml){if(ml===null||!("children"in ml))return;let Al=ml.children;if(Al.forEach(Ks),ml.type==="document"){let[Al,Rl]=ml.children;Al.position.start.offset===Al.position.end.offset?Al.position.start=Al.position.end=Rl.position.start:Rl.position.start.offset===Rl.position.end.offset&&(Rl.position.start=Rl.position.end=Al.position.end)}let Rl=Fs(ml.position,Ra,qa,Ya),zl=Fs(ml.position,Fa,Ka,Ua);"endComments"in ml&&ml.endComments.length!==0&&(Rl(ml.endComments[0].position.start),zl(se(ml.endComments).position.end));let rd=Al.filter(ml=>ml!==null);if(rd.length!==0){let ml=rd[0],Al=se(rd);Rl(ml.position.start),zl(Al.position.end),"leadingComments"in ml&&ml.leadingComments.length!==0&&Rl(ml.leadingComments[0].position.start),"tag"in ml&&ml.tag&&Rl(ml.tag.position.start),"anchor"in ml&&ml.anchor&&Rl(ml.anchor.position.start),"trailingComment"in Al&&Al.trailingComment&&zl(Al.trailingComment.position.end)}}function Ra(ml){return ml.start}function qa(ml,Al){ml.start=Al}function Fa(ml){return ml.end}function Ka(ml,Al){ml.end=Al}function Ya(ml,Al){return Al.offsetml.offset}function Ys(ml,Al){let Rl=new cC,zl=new dC(ml,Rl),rd=new uC(Rl.addNewLine),yh=new Yw({keepSourceTokens:!0,uniqueKeys:Al?.uniqueKeys,lineCounter:Rl,merge:!0}),kh=[],Qh=[...rd.parse(ml)];for(let Al of yh.compose(Qh,!0,ml.length)){let{errors:ml}=Al;if(ml.length>0)throw new vy(zl,ml[0]);kh.push(Al)}let cf=ao(kh,Qh,zl),t_=zl.comments.sort((ml,Al)=>ml.position.start.offset-Al.position.end.offset),r_=Lr(zl.transformRange([0,ml.length]),cf,t_);return Or(r_),Ks(r_),r_}function ja(ml,Al){let Rl=new SyntaxError(ml+" ("+Al.loc.start.line+":"+Al.loc.start.column+")");return Object.assign(Rl,Al)}var hC=ja;var fC={uniqueKeys:!1};function Ga(ml){let Al;try{Al=Ys(ml,fC)}catch(ml){throw ml instanceof vy?hC(ml.message,{loc:ml.position,cause:ml}):ml}return delete Al.comments,Al}var _C={astFormat:"yaml",parse:Ga,hasPragma:pr,hasIgnorePragma:mr,locStart:bt,locEnd:or};var mC={yaml:YA};return mo(rd)})},34267:ml=>{(function(Al){function e(){var ml=Al();return ml.default||ml}if(true)ml.exports=e();else{var Rl}})(function(){"use strict";var ml=Object.defineProperty;var Al=Object.getOwnPropertyDescriptor;var Rl=Object.getOwnPropertyNames;var zl=Object.prototype.hasOwnProperty;var At=(Al,Rl)=>{for(var zl in Rl)ml(Al,zl,{get:Rl[zl],enumerable:!0})},Mu=(rd,yh,kh,Qh)=>{if(yh&&typeof yh=="object"||typeof yh=="function")for(let cf of Rl(yh))!zl.call(rd,cf)&&cf!==kh&&ml(rd,cf,{get:()=>yh[cf],enumerable:!(Qh=Al(yh,cf))||Qh.enumerable});return rd};var Yu=Al=>Mu(ml({},"__esModule",{value:!0}),Al);var rd={};At(rd,{__debug:()=>TC,check:()=>Gi,doc:()=>lC,format:()=>Su,formatWithCursor:()=>SC,getSupportInfo:()=>kC,util:()=>hC,version:()=>dC});var X=(ml,Al)=>(Rl,zl,...rd)=>Rl|1&&zl==null?void 0:(Al.call(zl)??zl[ml]).apply(zl,rd);var yh=String.prototype.replaceAll??function(ml,Al){return ml.global?this.replace(ml,Al):this.split(ml).join(Al)},kh=X("replaceAll",function(){if(typeof this=="string")return yh}),Qh=kh;var cf=class{diff(ml,Al,Rl={}){let zl;typeof Rl=="function"?(zl=Rl,Rl={}):"callback"in Rl&&(zl=Rl.callback);let rd=this.castInput(ml,Rl),yh=this.castInput(Al,Rl),kh=this.removeEmpty(this.tokenize(rd,Rl)),Qh=this.removeEmpty(this.tokenize(yh,Rl));return this.diffWithOptionsObj(kh,Qh,Rl,zl)}diffWithOptionsObj(ml,Al,Rl,zl){var rd;let i=ml=>{if(ml=this.postProcess(ml,Rl),zl){setTimeout(function(){zl(ml)},0);return}else return ml},yh=Al.length,kh=ml.length,Qh=1,cf=yh+kh;Rl.maxEditLength!=null&&(cf=Math.min(cf,Rl.maxEditLength));let t_=(rd=Rl.timeout)!==null&&rd!==void 0?rd:1/0,r_=Date.now()+t_,u_=[{oldPos:-1,lastComponent:void 0}],C_=this.extractCommon(u_[0],Al,ml,0,Rl);if(u_[0].oldPos+1>=kh&&C_+1>=yh)return i(this.buildValues(u_[0].lastComponent,Al,ml));let D_=-1/0,S_=1/0,E=()=>{for(let zl=Math.max(D_,-Qh);zl<=Math.min(S_,Qh);zl+=2){let rd,Qh=u_[zl-1],cf=u_[zl+1];Qh&&(u_[zl-1]=void 0);let t_=!1;if(cf){let ml=cf.oldPos-zl;t_=cf&&0<=ml&&ml=kh&&C_+1>=yh)return i(this.buildValues(rd.lastComponent,Al,ml))||!0;u_[zl]=rd,rd.oldPos+1>=kh&&(S_=Math.min(S_,zl-1)),C_+1>=yh&&(D_=Math.max(D_,zl+1))}Qh++};if(zl)(function C(){setTimeout(function(){if(Qh>cf||Date.now()>r_)return zl(void 0);E()||C()},0)})();else for(;Qh<=cf&&Date.now()<=r_;){let ml=E();if(ml)return ml}}addToPath(ml,Al,Rl,zl,rd){let yh=ml.lastComponent;return yh&&!rd.oneChangePerToken&&yh.added===Al&&yh.removed===Rl?{oldPos:ml.oldPos+zl,lastComponent:{count:yh.count+1,added:Al,removed:Rl,previousComponent:yh.previousComponent}}:{oldPos:ml.oldPos+zl,lastComponent:{count:1,added:Al,removed:Rl,previousComponent:yh}}}extractCommon(ml,Al,Rl,zl,rd){let yh=Al.length,kh=Rl.length,Qh=ml.oldPos,cf=Qh-zl,t_=0;for(;cf+1ml.length?zl:ml}),ml.value=this.join(zl)}else ml.value=this.join(Al.slice(Qh,Qh+ml.count));Qh+=ml.count,ml.added||(cf+=ml.count)}}return zl}};var t_=class extends cf{tokenize(ml){return ml.slice()}join(ml){return ml}removeEmpty(ml){return ml}},r_=new t_;function Bt(ml,Al,Rl){return r_.diff(ml,Al,Rl)}var Vu=()=>{},u_=Vu;var C_="cr",D_="crlf",S_="lf",P_=S_,Cg="\r",eA=`\r\n`,tA=`\n`,rA=tA;function hr(ml){let Al=ml.indexOf(Cg);return Al!==-1?ml.charAt(Al+1)===tA?D_:C_:P_}function we(ml){return ml===C_?Cg:ml===D_?eA:rA}var nA=new Map([[tA,/\n/g],[Cg,/\r/g],[eA,/\r\n/g]]);function Nt(ml,Al){let Rl=nA.get(Al);return ml.match(Rl)?.length??0}var iA=/\r\n?/g;function gr(ml){return Qh(0,ml,iA,tA)}var sA=Symbol.for("comments");function Hu(ml){return this[ml<0?this.length+ml:ml]}var aA=X("at",function(){if(Array.isArray(this)||typeof this=="string")return Hu}),oA=aA;var lA="string",cA="array",uA="cursor",pA="indent",dA="align",hA="trim",fA="group",_A="fill",mA="if-break",gA="indent-if-break",AA="line-suffix",yA="line-suffix-boundary",bA="line",vA="label",EA="break-parent",wA=new Set([uA,pA,dA,hA,fA,_A,mA,gA,AA,yA,bA,vA,EA]);function _r(ml){let Al=ml.length;for(;Al>0&&(ml[Al-1]==="\r"||ml[Al-1]===`\n`);)Al--;return Alnew Intl.ListFormat("en-US",{type:"disjunction"}).format(ml);function Qu(ml){let Al=ml===null?"null":typeof ml;if(Al!=="string"&&Al!=="object")return`Unexpected doc '${Al}', \nExpected it to be 'string' or 'object'.`;if(CA(ml))throw new Error("doc is valid.");let Rl=Object.prototype.toString.call(ml);if(Rl!=="[object Object]")return`Unexpected doc '${Rl}'.`;let zl=Xu([...wA].map(ml=>`'${ml}'`));return`Unexpected doc.type '${ml.type}'.\nExpected it to be ${zl}.`}var xA=class extends Error{name="InvalidDocError";constructor(ml){super(Qu(ml)),this.doc=ml}},DA=xA;var SA={};function Zu(ml,Al,Rl,zl){let rd=[ml];for(;rd.length>0;){let ml=rd.pop();if(ml===SA){Rl(rd.pop());continue}Rl&&rd.push(ml,SA);let yh=CA(ml);if(!yh)throw new DA(ml);if(Al?.(ml)!==!1)switch(yh){case cA:case _A:{let Al=yh===cA?ml:ml.parts;for(let ml=Al.length,Rl=ml-1;Rl>=0;--Rl)rd.push(Al[Rl]);break}case mA:rd.push(ml.flatContents,ml.breakContents);break;case fA:if(zl&&ml.expandedStates)for(let Al=ml.expandedStates.length,Rl=Al-1;Rl>=0;--Rl)rd.push(ml.expandedStates[Rl]);else rd.push(ml.contents);break;case dA:case pA:case gA:case vA:case AA:rd.push(ml.contents);break;case lA:case uA:case hA:case yA:case bA:case EA:break;default:throw new DA(ml)}}}var kA=Zu;function Se(ml,Al){if(typeof ml=="string")return Al(ml);let Rl=new Map;return n(ml);function n(ml){return Fe(Rl,ml,u)}function u(ml){switch(CA(ml)){case cA:return Al(ml.map(n));case _A:return Al({...ml,parts:ml.parts.map(n)});case mA:return Al({...ml,breakContents:n(ml.breakContents),flatContents:n(ml.flatContents)});case fA:{let{expandedStates:Rl,contents:zl}=ml;return Rl?(Rl=Rl.map(n),zl=Rl[0]):zl=n(zl),Al({...ml,contents:zl,expandedStates:Rl})}case dA:case pA:case gA:case vA:case AA:return Al({...ml,contents:n(ml.contents)});case lA:case uA:case hA:case yA:case bA:case EA:return Al(ml);default:throw new DA(ml)}}}function Ke(ml,Al,Rl){let zl=Rl,rd=!1;function o(ml){if(rd)return!1;let Rl=Al(ml);Rl!==void 0&&(rd=!0,zl=Rl)}return kA(ml,o),zl}function eo(ml){if(ml.type===fA&&ml.break||ml.type===bA&&ml.hard||ml.type===EA)return!0}function Br(ml){return Ke(ml,eo,!1)}function Ar(ml){if(ml.length>0){let Al=oA(0,ml,-1);!Al.expandedStates&&!Al.break&&(Al.break="propagated")}return null}function Tr(ml){let Al=new Set,Rl=[];function n(ml){if(ml.type===EA&&Ar(Rl),ml.type===fA){if(Rl.push(ml),Al.has(ml))return!1;Al.add(ml)}}function u(ml){ml.type===fA&&Rl.pop().break&&Ar(Rl)}kA(ml,n,u,!0)}function to(ml){return ml.type===bA&&!ml.hard?ml.soft?"":" ":ml.type===mA?ml.flatContents:ml}function Nr(ml){return Se(ml,to)}function xr(ml){for(ml=[...ml];ml.length>=2&&oA(0,ml,-2).type===bA&&oA(0,ml,-1).type===EA;)ml.length-=2;if(ml.length>0){let Al=Pe(oA(0,ml,-1));ml[ml.length-1]=Al}return ml}function Pe(ml){switch(CA(ml)){case pA:case gA:case fA:case AA:case vA:{let Al=Pe(ml.contents);return{...ml,contents:Al}}case mA:return{...ml,breakContents:Pe(ml.breakContents),flatContents:Pe(ml.flatContents)};case _A:return{...ml,parts:xr(ml.parts)};case cA:return xr(ml);case lA:return _r(ml);case dA:case uA:case hA:case yA:case bA:case EA:break;default:throw new DA(ml)}return ml}function He(ml){return Pe(no(ml))}function ro(ml){switch(CA(ml)){case _A:{let{parts:Al}=ml;if(Al.every(ml=>ml===""))return"";if(Al.length===1)return Al[0];break}case fA:if(!ml.contents&&!ml.id&&!ml.break&&!ml.expandedStates)return"";if(ml.contents.type===fA&&ml.contents.id===ml.id&&ml.contents.break===ml.break&&ml.contents.expandedStates===ml.expandedStates)return ml.contents;break;case dA:case pA:case gA:case AA:if(!ml.contents)return"";break;case mA:if(!ml.flatContents&&!ml.breakContents)return"";break;case cA:{let Al=[];for(let Rl of ml){if(!Rl)continue;let[ml,...zl]=Array.isArray(Rl)?Rl:[Rl];typeof ml=="string"&&typeof oA(0,Al,-1)=="string"?Al[Al.length-1]+=ml:Al.push(ml),Al.push(...zl)}return Al.length===0?"":Al.length===1?Al[0]:Al}case lA:case uA:case hA:case yA:case bA:case vA:case EA:break;default:throw new DA(ml)}return ml}function no(ml){return Se(ml,ml=>ro(ml))}function wr(ml,Al=jA){return Se(ml,ml=>typeof ml=="string"?be(Al,ml.split(`\n`)):ml)}function uo(ml){if(ml.type===bA)return!0}function Or(ml){return Ke(ml,uo,!1)}function Ee(ml,Al){return ml.type===vA?{...ml,contents:Al(ml.contents)}:Al(ml)}var TA=u_,IA=u_,BA=u_,FA=u_;function oe(ml){return TA(ml),{type:pA,contents:ml}}function De(ml,Al){return FA(ml),TA(Al),{type:dA,contents:Al,n:ml}}function br(ml){return De(Number.NEGATIVE_INFINITY,ml)}function Xe(ml){return De({type:"root"},ml)}function kr(ml){return De(-1,ml)}function Qe(ml,Al,Rl){TA(ml);let zl=ml;if(Al>0){for(let ml=0;ml0?`, { ${Al.join(", ")} }`:"";return`indentIfBreak(${n(ml.contents)}${Rl})`}if(ml.type===fA){let Al=[];ml.break&&ml.break!=="propagated"&&Al.push("shouldBreak: true"),ml.id&&Al.push(`id: ${u(ml.id)}`);let Rl=Al.length>0?`, { ${Al.join(", ")} }`:"";return ml.expandedStates?`conditionalGroup([${ml.expandedStates.map(ml=>n(ml)).join(",")}]${Rl})`:`group(${n(ml.contents)}${Rl})`}if(ml.type===_A)return`fill([${ml.parts.map(ml=>n(ml)).join(", ")}])`;if(ml.type===AA)return"lineSuffix("+n(ml.contents)+")";if(ml.type===yA)return"lineSuffixBoundary";if(ml.type===vA)return`label(${JSON.stringify(ml.label)}, ${n(ml.contents)})`;if(ml.type===uA)return"cursor";throw new Error("Unknown doc type "+ml.type)}function u(ml){if(typeof ml!="symbol")return JSON.stringify(String(ml));if(ml in Al)return Al[ml];let zl=ml.description||"symbol";for(let rd=0;;rd++){let yh=zl+(rd>0?` #${rd}`:"");if(!Rl.has(yh))return Rl.add(yh),Al[ml]=`Symbol.for(${JSON.stringify(yh)})`}}}var Wr=()=>/[#*0-9]\uFE0F?\u20E3|[\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23ED-\u23EF\u23F1\u23F2\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB\u25FC\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692\u2694-\u2697\u2699\u269B\u269C\u26A0\u26A7\u26AA\u26B0\u26B1\u26BD\u26BE\u26C4\u26C8\u26CF\u26D1\u26E9\u26F0-\u26F5\u26F7\u26F8\u26FA\u2702\u2708\u2709\u270F\u2712\u2714\u2716\u271D\u2721\u2733\u2734\u2744\u2747\u2757\u2763\u27A1\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B55\u3030\u303D\u3297\u3299]\uFE0F?|[\u261D\u270C\u270D](?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?|[\u270A\u270B](?:\uD83C[\uDFFB-\uDFFF])?|[\u23E9-\u23EC\u23F0\u23F3\u25FD\u2693\u26A1\u26AB\u26C5\u26CE\u26D4\u26EA\u26FD\u2705\u2728\u274C\u274E\u2753-\u2755\u2795-\u2797\u27B0\u27BF\u2B50]|\u26D3\uFE0F?(?:\u200D\uD83D\uDCA5)?|\u26F9(?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?(?:\u200D[\u2640\u2642]\uFE0F?)?|\u2764\uFE0F?(?:\u200D(?:\uD83D\uDD25|\uD83E\uDE79))?|\uD83C(?:[\uDC04\uDD70\uDD71\uDD7E\uDD7F\uDE02\uDE37\uDF21\uDF24-\uDF2C\uDF36\uDF7D\uDF96\uDF97\uDF99-\uDF9B\uDF9E\uDF9F\uDFCD\uDFCE\uDFD4-\uDFDF\uDFF5\uDFF7]\uFE0F?|[\uDF85\uDFC2\uDFC7](?:\uD83C[\uDFFB-\uDFFF])?|[\uDFC4\uDFCA](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDFCB\uDFCC](?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDCCF\uDD8E\uDD91-\uDD9A\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF43\uDF45-\uDF4A\uDF4C-\uDF7C\uDF7E-\uDF84\uDF86-\uDF93\uDFA0-\uDFC1\uDFC5\uDFC6\uDFC8\uDFC9\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF8-\uDFFF]|\uDDE6\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF]|\uDDE7\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF]|\uDDE8\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF7\uDDFA-\uDDFF]|\uDDE9\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF]|\uDDEA\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA]|\uDDEB\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7]|\uDDEC\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE]|\uDDED\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA]|\uDDEE\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9]|\uDDEF\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5]|\uDDF0\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF]|\uDDF1\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE]|\uDDF2\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF]|\uDDF3\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF]|\uDDF4\uD83C\uDDF2|\uDDF5\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE]|\uDDF6\uD83C\uDDE6|\uDDF7\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC]|\uDDF8\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF]|\uDDF9\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF]|\uDDFA\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF]|\uDDFB\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA]|\uDDFC\uD83C[\uDDEB\uDDF8]|\uDDFD\uD83C\uDDF0|\uDDFE\uD83C[\uDDEA\uDDF9]|\uDDFF\uD83C[\uDDE6\uDDF2\uDDFC]|\uDF44(?:\u200D\uD83D\uDFEB)?|\uDF4B(?:\u200D\uD83D\uDFE9)?|\uDFC3(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?|\uDFF3\uFE0F?(?:\u200D(?:\u26A7\uFE0F?|\uD83C\uDF08))?|\uDFF4(?:\u200D\u2620\uFE0F?|\uDB40\uDC67\uDB40\uDC62\uDB40(?:\uDC65\uDB40\uDC6E\uDB40\uDC67|\uDC73\uDB40\uDC63\uDB40\uDC74|\uDC77\uDB40\uDC6C\uDB40\uDC73)\uDB40\uDC7F)?)|\uD83D(?:[\uDC3F\uDCFD\uDD49\uDD4A\uDD6F\uDD70\uDD73\uDD76-\uDD79\uDD87\uDD8A-\uDD8D\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA\uDECB\uDECD-\uDECF\uDEE0-\uDEE5\uDEE9\uDEF0\uDEF3]\uFE0F?|[\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDC8F\uDC91\uDCAA\uDD7A\uDD95\uDD96\uDE4C\uDE4F\uDEC0\uDECC](?:\uD83C[\uDFFB-\uDFFF])?|[\uDC6E-\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4\uDEB5](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDD74\uDD90](?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?|[\uDC00-\uDC07\uDC09-\uDC14\uDC16-\uDC25\uDC27-\uDC3A\uDC3C-\uDC3E\uDC40\uDC44\uDC45\uDC51-\uDC65\uDC6A\uDC79-\uDC7B\uDC7D-\uDC80\uDC84\uDC88-\uDC8E\uDC90\uDC92-\uDCA9\uDCAB-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDDA4\uDDFB-\uDE2D\uDE2F-\uDE34\uDE37-\uDE41\uDE43\uDE44\uDE48-\uDE4A\uDE80-\uDEA2\uDEA4-\uDEB3\uDEB7-\uDEBF\uDEC1-\uDEC5\uDED0-\uDED2\uDED5-\uDED8\uDEDC-\uDEDF\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB\uDFF0]|\uDC08(?:\u200D\u2B1B)?|\uDC15(?:\u200D\uD83E\uDDBA)?|\uDC26(?:\u200D(?:\u2B1B|\uD83D\uDD25))?|\uDC3B(?:\u200D\u2744\uFE0F?)?|\uDC41\uFE0F?(?:\u200D\uD83D\uDDE8\uFE0F?)?|\uDC68(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDC68\uDC69]\u200D\uD83D(?:\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?)|[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?)|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC68\uD83C[\uDFFC-\uDFFF])|\uD83E(?:[\uDD1D\uDEEF]\u200D\uD83D\uDC68\uD83C[\uDFFC-\uDFFF]|[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83E(?:[\uDD1D\uDEEF]\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFD-\uDFFF]|[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83E(?:[\uDD1D\uDEEF]\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF]|[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83E(?:[\uDD1D\uDEEF]\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFD\uDFFF]|[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFE])|\uD83E(?:[\uDD1D\uDEEF]\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFE]|[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3])))?))?|\uDC69(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?[\uDC68\uDC69]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?|\uDC69\u200D\uD83D(?:\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?))|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC69\uD83C[\uDFFC-\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFC-\uDFFF]|\uDEEF\u200D\uD83D\uDC69\uD83C[\uDFFC-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC69\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB\uDFFD-\uDFFF]|\uDEEF\u200D\uD83D\uDC69\uD83C[\uDFFB\uDFFD-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC69\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF]|\uDEEF\u200D\uD83D\uDC69\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC69\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB-\uDFFD\uDFFF]|\uDEEF\u200D\uD83D\uDC69\uD83C[\uDFFB-\uDFFD\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC69\uD83C[\uDFFB-\uDFFE])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB-\uDFFE]|\uDEEF\u200D\uD83D\uDC69\uD83C[\uDFFB-\uDFFE])))?))?|\uDD75(?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?(?:\u200D[\u2640\u2642]\uFE0F?)?|\uDE2E(?:\u200D\uD83D\uDCA8)?|\uDE35(?:\u200D\uD83D\uDCAB)?|\uDE36(?:\u200D\uD83C\uDF2B\uFE0F?)?|\uDE42(?:\u200D[\u2194\u2195]\uFE0F?)?|\uDEB6(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?)|\uD83E(?:[\uDD0C\uDD0F\uDD18-\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5\uDEC3-\uDEC5\uDEF0\uDEF2-\uDEF8](?:\uD83C[\uDFFB-\uDFFF])?|[\uDD26\uDD35\uDD37-\uDD39\uDD3C-\uDD3E\uDDB8\uDDB9\uDDCD\uDDCF\uDDD4\uDDD6-\uDDDD](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDDDE\uDDDF](?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDD0D\uDD0E\uDD10-\uDD17\uDD20-\uDD25\uDD27-\uDD2F\uDD3A\uDD3F-\uDD45\uDD47-\uDD76\uDD78-\uDDB4\uDDB7\uDDBA\uDDBC-\uDDCC\uDDD0\uDDE0-\uDDFF\uDE70-\uDE7C\uDE80-\uDE8A\uDE8E-\uDEC2\uDEC6\uDEC8\uDECD-\uDEDC\uDEDF-\uDEEA\uDEEF]|\uDDCE(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?|\uDDD1(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3\uDE70]|\uDD1D\u200D\uD83E\uDDD1|\uDDD1\u200D\uD83E\uDDD2(?:\u200D\uD83E\uDDD2)?|\uDDD2(?:\u200D\uD83E\uDDD2)?))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFC-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83E\uDDD1\uD83C[\uDFFC-\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3\uDE70]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF]|\uDEEF\u200D\uD83E\uDDD1\uD83C[\uDFFC-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB\uDFFD-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83E\uDDD1\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3\uDE70]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF]|\uDEEF\u200D\uD83E\uDDD1\uD83C[\uDFFB\uDFFD-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83E\uDDD1\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3\uDE70]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF]|\uDEEF\u200D\uD83E\uDDD1\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB-\uDFFD\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3\uDE70]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF]|\uDEEF\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFD\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB-\uDFFE]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFE])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3\uDE70]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF]|\uDEEF\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFE])))?))?|\uDEF1(?:\uD83C(?:\uDFFB(?:\u200D\uD83E\uDEF2\uD83C[\uDFFC-\uDFFF])?|\uDFFC(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB\uDFFD-\uDFFF])?|\uDFFD(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])?|\uDFFE(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB-\uDFFD\uDFFF])?|\uDFFF(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB-\uDFFE])?))?)/g;var qA=12288,$A=65510,JA=[12288,12288,65281,65376,65504,65510];var HA=4352,VA=262141,WA=[4352,4447,8986,8987,9001,9002,9193,9196,9200,9200,9203,9203,9725,9726,9748,9749,9776,9783,9800,9811,9855,9855,9866,9871,9875,9875,9889,9889,9898,9899,9917,9918,9924,9925,9934,9934,9940,9940,9962,9962,9970,9971,9973,9973,9978,9978,9981,9981,9989,9989,9994,9995,10024,10024,10060,10060,10062,10062,10067,10069,10071,10071,10133,10135,10160,10160,10175,10175,11035,11036,11088,11088,11093,11093,11904,11929,11931,12019,12032,12245,12272,12287,12289,12350,12353,12438,12441,12543,12549,12591,12593,12686,12688,12773,12783,12830,12832,12871,12880,42124,42128,42182,43360,43388,44032,55203,63744,64255,65040,65049,65072,65106,65108,65126,65128,65131,94176,94180,94192,94198,94208,101589,101631,101662,101760,101874,110576,110579,110581,110587,110589,110590,110592,110882,110898,110898,110928,110930,110933,110933,110948,110951,110960,111355,119552,119638,119648,119670,126980,126980,127183,127183,127374,127374,127377,127386,127488,127490,127504,127547,127552,127560,127568,127569,127584,127589,127744,127776,127789,127797,127799,127868,127870,127891,127904,127946,127951,127955,127968,127984,127988,127988,127992,128062,128064,128064,128066,128252,128255,128317,128331,128334,128336,128359,128378,128378,128405,128406,128420,128420,128507,128591,128640,128709,128716,128716,128720,128722,128725,128728,128732,128735,128747,128748,128756,128764,128992,129003,129008,129008,129292,129338,129340,129349,129351,129535,129648,129660,129664,129674,129678,129734,129736,129736,129741,129756,129759,129770,129775,129784,131072,196605,196608,262141];var bt=(ml,Al)=>{let Rl=0,zl=Math.floor(ml.length/2)-1;for(;Rl<=zl;){let rd=Math.floor((Rl+zl)/2),yh=rd*2;if(Alml[yh+1])Rl=rd+1;else return!0}return!1};var zA=19968,[YA,KA]=so(WA);function so(ml){let Al=ml[0],Rl=ml[1];for(let zl=0;zl=rd&&zA<=yh)return[rd,yh];yh-rd>Rl-Al&&(Al=rd,Rl=yh)}return[Al,Rl]}var kt=ml=>ml$A?!1:bt(JA,ml);var It=ml=>ml>=YA&&ml<=KA?!0:mlVA?!1:bt(WA,ml);var XA=/^(?:[\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u2328\u23CF\u23ED-\u23EF\u23F1\u23F2\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB\u25FC\u2600-\u2604\u260E\u2611\u2618\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u2692\u2694-\u2697\u2699\u269B\u269C\u26A0\u26A7\u26B0\u26B1\u26C8\u26CF\u26D1\u26D3\u26E9\u26F0\u26F1\u26F4\u26F7\u26F8\u2702\u2708\u2709\u270F\u2712\u2714\u2716\u271D\u2721\u2733\u2734\u2744\u2747\u2763\u2764\u27A1\u2934\u2935\u2B05-\u2B07]|\uD83C[\uDD70\uDD71\uDD7E\uDD7F\uDF21\uDF24-\uDF2C\uDF36\uDF7D\uDF96\uDF97\uDF99-\uDF9B\uDF9E\uDF9F\uDFCD\uDFCE\uDFD4-\uDFDF\uDFF3\uDFF5\uDFF7]|\uD83D[\uDC3F\uDC41\uDCFD\uDD49\uDD4A\uDD6F\uDD70\uDD73\uDD76-\uDD79\uDD87\uDD8A-\uDD8D\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA\uDECB\uDECD-\uDECF\uDEE0-\uDEE5\uDEE9\uDEF0\uDEF3])$/,qr=ml=>XA.test(ml);var ZA=/[^\x20-\x7F]/;function co(ml){if(!ml)return 0;if(!ZA.test(ml))return ml.length;let Al=0;ml=ml.replace(Wr(),ml=>(Al+=qr(ml)?1:2,""));for(let Rl of ml){let ml=Rl.codePointAt(0);ml<=31||ml>=127&&ml<=159||ml>=768&&ml<=879||ml>=65024&&ml<=65039||(Al+=kt(ml)||It(ml)?2:1)}return Al}var dy=co;var my={type:0},vy={type:1},xy={value:"",length:0,queue:[],get root(){return xy}};function Xr(ml,Al,Rl){let zl=Al.type===1?ml.queue.slice(0,-1):[...ml.queue,Al],rd="",yh=0,kh=0,Qh=0;for(let ml of zl)switch(ml.type){case 0:c(),Rl.useTabs?s(1):a(Rl.tabWidth);break;case 3:{let{string:Al}=ml;c(),rd+=Al,yh+=Al.length;break}case 2:{let{width:Al}=ml;kh+=1,Qh+=Al;break}default:throw new Error(`Unexpected indent comment '${ml.type}'.`)}return l(),{...ml,value:rd,length:yh,queue:zl};function s(ml){rd+="\t".repeat(ml),yh+=Rl.tabWidth*ml}function a(ml){rd+=" ".repeat(ml),yh+=ml}function c(){Rl.useTabs?p():l()}function p(){kh>0&&s(kh),m()}function l(){Qh>0&&a(Qh),m()}function m(){kh=0,Qh=0}}function Qr(ml,Al,Rl){if(!Al)return ml;if(Al.type==="root")return{...ml,root:ml};if(Al===Number.NEGATIVE_INFINITY)return ml.root;let zl;return typeof Al=="number"?Al<0?zl=vy:zl={type:2,width:Al}:zl={type:3,string:Al},Xr(ml,zl,Rl)}function Zr(ml,Al){return Xr(ml,my,Al)}function po(ml){let Al=0;for(let Rl=ml.length-1;Rl>=0;Rl--){let zl=ml[Rl];if(zl===" "||zl==="\t")Al++;else break}return Al}function et(ml){let Al=po(ml);return{text:Al===0?ml:ml.slice(0,ml.length-Al),count:Al}}var Ty=class{#me=[];#_e="";#ge=0;#Ee=[];#ye=[];#Ae(){let ml=this.#_e;ml!==""&&(this.#me.push(ml),this.#ge+=ml.length,this.#_e="");for(let ml of this.#ye)this.#Ee.push(Math.min(ml,this.#ge));this.#ye.length=0}markPosition(){if(this.#Ee.length+this.#ye.length>=2)throw new Error("There are too many 'cursor' in doc.");this.#ye.push(this.#ge+this.#_e.length)}write(ml){this.#_e+=ml}trim(){let{text:ml,count:Al}=et(this.#_e);return this.#_e=ml,this.#Ae(),Al}finish(){return this.#Ae(),{text:this.#me.join(""),positions:this.#Ee}}},Qy=Ty;var Ky=Symbol("MODE_BREAK"),Qb=Symbol("MODE_FLAT"),Lb=Symbol("DOC_FILL_PRINTED_LENGTH");function tt(ml,Al,Rl,zl,rd,yh){if(Rl===Number.POSITIVE_INFINITY)return!0;let kh=Al.length,Qh=!1,cf=[ml],t_="";for(;Rl>=0;){if(cf.length===0){if(kh===0)return!0;cf.push(Al[--kh]);continue}let{mode:ml,doc:r_}=cf.pop(),u_=CA(r_);switch(u_){case lA:r_&&(Qh&&(t_+=" ",Rl-=1,Qh=!1),t_+=r_,Rl-=dy(r_));break;case cA:case _A:{let Al=u_===cA?r_:r_.parts,Rl=r_[Lb]??0;for(let zl=Al.length-1;zl>=Rl;zl--)cf.push({mode:ml,doc:Al[zl]});break}case pA:case dA:case gA:case vA:cf.push({mode:ml,doc:r_.contents});break;case hA:{let{text:ml,count:Al}=et(t_);t_=ml,Rl+=Al;break}case fA:{if(yh&&r_.break)return!1;let Al=r_.break?Ky:ml,Rl=r_.expandedStates&&Al===Ky?oA(0,r_.expandedStates,-1):r_.contents;cf.push({mode:Al,doc:Rl});break}case mA:{let Al=(r_.groupId?rd[r_.groupId]||Qb:ml)===Ky?r_.breakContents:r_.flatContents;Al&&cf.push({mode:ml,doc:Al});break}case bA:if(ml===Ky||r_.hard)return!0;r_.soft||(Qh=!0);break;case AA:zl=!0;break;case yA:if(zl)return!1;break}}return!1}function Ce(ml,Al){let Rl=Object.create(null),zl=Al.printWidth,rd=we(Al.endOfLine),yh=0,kh=[{indent:xy,mode:Ky,doc:ml}],cf=!1,t_=[],r_=new Qy;for(Tr(ml);kh.length>0;){let{indent:ml,mode:u_,doc:C_}=kh.pop();switch(CA(C_)){case lA:{let ml=rd!==`\n`?Qh(0,C_,`\n`,rd):C_;ml&&(r_.write(ml),kh.length>0&&(yh+=dy(ml)));break}case cA:for(let Al=C_.length-1;Al>=0;Al--)kh.push({indent:ml,mode:u_,doc:C_[Al]});break;case uA:r_.markPosition();break;case pA:kh.push({indent:Zr(ml,Al),mode:u_,doc:C_.contents});break;case dA:kh.push({indent:Qr(ml,C_.n,Al),mode:u_,doc:C_.contents});break;case hA:yh-=r_.trim();break;case fA:{let Al=function(){if(u_===Qb&&!cf)return{indent:ml,mode:C_.break?Ky:Qb,doc:C_.contents};cf=!1;let Al=zl-yh,rd=t_.length>0,Qh={indent:ml,mode:Qb,doc:C_.contents};if(!C_.break&&tt(Qh,kh,Al,rd,Rl))return Qh;if(!C_.expandedStates)return{indent:ml,mode:Ky,doc:C_.contents};if(!C_.break)for(let zl=1;zl0,Rl,!0);if(cf===1){Cg?kh.push(S_):kh.push(P_);break}let eA={indent:ml,mode:Qb,doc:D_},tA={indent:ml,mode:Ky,doc:D_};if(cf===2){Cg?kh.push(eA,S_):kh.push(tA,P_);break}let rA=Qh[rd+2],nA={indent:ml,mode:u_,doc:{...C_,[Lb]:rd+2}},iA=tt({indent:ml,mode:Qb,doc:[r_,D_,rA]},[],Al,t_.length>0,Rl,!0);kh.push(nA),iA?kh.push(eA,S_):Cg?kh.push(tA,S_):kh.push(tA,P_);break}case mA:case gA:{let Al=C_.groupId?Rl[C_.groupId]:u_;if(Al===Ky){let Al=C_.type===mA?C_.breakContents:C_.negate?C_.contents:oe(C_.contents);Al&&kh.push({indent:ml,mode:u_,doc:Al})}if(Al===Qb){let Al=C_.type===mA?C_.flatContents:C_.negate?oe(C_.contents):C_.contents;Al&&kh.push({indent:ml,mode:u_,doc:Al})}break}case AA:t_.push({indent:ml,mode:u_,doc:C_.contents});break;case yA:t_.length>0&&kh.push({indent:ml,mode:u_,doc:QA});break;case bA:switch(u_){case Qb:if(!C_.hard){C_.soft||(r_.write(" "),yh+=1);break}cf=!0;case Ky:if(t_.length>0){kh.push({indent:ml,mode:u_,doc:C_},...t_.reverse()),t_.length=0;break}C_.literal?(r_.write(rd),yh=0,ml.root&&(ml.root.value&&r_.write(ml.root.value),yh=ml.root.length)):(r_.trim(),r_.write(rd+ml.value),yh=ml.length);break}break;case vA:kh.push({indent:ml,mode:u_,doc:C_.contents});break;case EA:break;default:throw new DA(C_)}kh.length===0&&t_.length>0&&(kh.push(...t_.reverse()),t_.length=0)}let{text:u_,positions:C_}=r_.finish();if(C_.length!==2)return{formatted:u_};let[D_,S_]=C_;return{formatted:u_,cursorNodeStart:D_,cursorNodeText:u_.slice(D_,S_)}}function mo(ml,Al,Rl=0){let zl=0;for(let rd=Rl;rd1?oA(0,ml,-2):null}getValue(){return oA(0,this.stack,-1)}getNode(ml=0){let Al=this.#me(ml);return Al===-1?null:this.stack[Al]}getParentNode(ml=0){return this.getNode(ml+1)}#me(ml){let{stack:Al}=this;for(let Rl=Al.length-1;Rl>=0;Rl-=2)if(!Array.isArray(Al[Rl])&&--ml<0)return Rl;return-1}call(ml,...Al){let{stack:Rl}=this,{length:zl}=Rl,rd=oA(0,Rl,-1);for(let ml of Al)rd=rd?.[ml],Rl.push(ml,rd);try{return ml(this)}finally{Rl.length=zl}}callParent(ml,Al=0){let Rl=this.#me(Al+1),zl=this.stack.splice(Rl+1);try{return ml(this)}finally{this.stack.push(...zl)}}each(ml,...Al){let{stack:Rl}=this,{length:zl}=Rl,rd=oA(0,Rl,-1);for(let ml of Al)rd=rd[ml],Rl.push(ml,rd);try{for(let Al=0;Al{Rl[zl]=ml(Al,zl,rd)},...Al),Rl}match(...ml){let Al=this.stack.length-1,Rl=null,zl=this.stack[Al--];for(let rd of ml){if(zl===void 0)return!1;let ml=null;if(typeof Rl=="number"&&(ml=Rl,Rl=this.stack[Al--],zl=this.stack[Al--]),rd&&!rd(zl,Rl,ml))return!1;Rl=this.stack[Al--],zl=this.stack[Al--]}return!0}findAncestor(ml){for(let Al of this.#_e())if(ml(Al))return Al}hasAncestor(ml){for(let Al of this.#_e())if(ml(Al))return!0;return!1}*#_e(){let{stack:ml}=this;for(let Al=ml.length-3;Al>=0;Al-=2){let Rl=ml[Al];Array.isArray(Rl)||(yield Rl)}}},Gb=jb;function Fo(ml){return Array.isArray(ml)&&ml.length>0}var Vb=Fo;function Eo(ml){return ml!==null&&typeof ml=="object"}var Yb=Eo;function _e(ml){return(Al,Rl,zl)=>{if(Rl===!1)return!1;let rd=!!zl?.backwards,{length:yh}=Al,kh=Rl;for(;kh>=0&&khml===`\n`||ml==="\r"||ml==="\u2028"||ml==="\u2029";function Co(ml,Al,Rl){if(Al===!1)return!1;let zl=!!Rl?.backwards,rd=ml.charAt(Al);if(zl){if(ml.charAt(Al-1)==="\r"&&rd===`\n`)return Al-2;if(nn(rd))return Al-1}else{if(rd==="\r"&&ml.charAt(Al+1)===`\n`)return Al+2;if(nn(rd))return Al+1}return Al}var iE=Co;function ho(ml,Al,Rl={}){let zl=Xv(ml,Rl.backwards?Al-1:Al,Rl),rd=iE(ml,zl,Rl);return zl!==rd}var sE=ho;function*ye(ml,Al){let{getVisitorKeys:Rl,filter:zl=()=>!0}=Al,u=ml=>Yb(ml)&&zl(ml);for(let Al of Rl(ml)){let Rl=ml[Al];if(Array.isArray(Rl))for(let ml of Rl)u(ml)&&(yield ml);else u(Rl)&&(yield Rl)}}function*un(ml,Al){let Rl=[ml];for(let ml=0;ml(rd??(rd=[ml,...Al]),zl(yh,rd)?[yh]:sn(yh,rd,Rl))),{locStart:kh,locEnd:Qh}=Rl;return yh.sort((ml,Al)=>kh(ml)-kh(Al)||Qh(ml)-Qh(Al)),yh}function sn(ml,Al,Rl){return Fe(Rl.cache,ml,ml=>go(ml,Al,Rl))}var pE=sn;function _o(ml){let Al=ml.type||ml.kind||"(unknown type)",Rl=String(ml.name||ml.id&&(typeof ml.id=="object"?ml.id.name:ml.id)||ml.key&&(typeof ml.key=="object"?ml.key.name:ml.key)||ml.value&&(typeof ml.value=="object"?"":String(ml.value))||ml.operator||"");return Rl.length>20&&(Rl=Rl.slice(0,19)+"…"),Al+(Rl?" "+Rl:"")}function Yt(ml,Al){(ml.comments??(ml.comments=[])).push(Al),Al.printed=!1,Al.nodeDescription=_o(ml)}function ce(ml,Al){Al.leading=!0,Al.trailing=!1,Yt(ml,Al)}function re(ml,Al,Rl){Al.leading=!1,Al.trailing=!1,Rl&&(Al.marker=Rl),Yt(ml,Al)}function fe(ml,Al){Al.leading=!1,Al.trailing=!0,Yt(ml,Al)}var dE=new WeakMap;function an(ml,Al,Rl,zl,rd=[]){let{locStart:yh,locEnd:kh}=Rl,Qh=yh(Al),cf=kh(Al),t_=pE(ml,rd,{cache:dE,locStart:yh,locEnd:kh,getVisitorKeys:Rl.getVisitorKeys,filter:Rl.printer.canAttachComment,getChildren:Rl.printer.getCommentChildNodes}),r_,u_,C_=0,D_=t_.length;for(;C_>1,zl=t_[ml],S_=yh(zl),P_=kh(zl);if(S_<=Qh&&cf<=P_)return an(zl,Al,Rl,zl,[zl,...rd]);if(P_<=Qh){r_=zl,C_=ml+1;continue}if(cf<=S_){u_=zl,D_=ml;continue}throw new Error("Comment location overlaps with node location")}if(zl?.type==="TemplateLiteral"){let{quasis:ml}=zl,rd=Ut(ml,Al,Rl);r_&&Ut(ml,r_,Rl)!==rd&&(r_=null),u_&&Ut(ml,u_,Rl)!==rd&&(u_=null)}return{enclosingNode:zl,precedingNode:r_,followingNode:u_}}var jt=()=>!1;function cn(ml,Al){let{comments:Rl}=ml;if(delete ml.comments,!Vb(Rl)||!Al.printer.canAttachComment)return;let zl=[],{printer:{features:{experimental_avoidAstMutation:rd},handleComments:yh={}},originalText:kh}=Al,{ownLine:Qh=jt,endOfLine:cf=jt,remaining:t_=jt}=yh,r_=Rl.map((zl,rd)=>({...an(ml,zl,Al),comment:zl,text:kh,options:Al,ast:ml,isLastComment:Rl.length-1===rd,placement:void 0})),u_=!rd;for(let[ml,Al]of r_.entries()){let{comment:Rl,precedingNode:yh,enclosingNode:kh,followingNode:C_,text:D_,options:S_,ast:P_,isLastComment:Cg}=Al,eA=yo(D_,S_,r_,ml)?"ownLine":Ao(D_,S_,r_,ml)?"endOfLine":"remaining",tA;if(rd?(Al.placement=eA,tA=[Al]):tA=[Rl,D_,S_,P_,Cg],u_&&(Rl.placement=eA,Rl.enclosingNode=kh,Rl.precedingNode=yh,Rl.followingNode=C_),eA==="ownLine")Qh(...tA)||(C_?ce(C_,Rl):yh?fe(yh,Rl):kh?re(kh,Rl):re(P_,Rl));else if(eA==="endOfLine")cf(...tA)||(yh?fe(yh,Rl):C_?ce(C_,Rl):kh?re(kh,Rl):re(P_,Rl));else if(!t_(...tA))if(yh&&C_){let ml=zl.length;ml>0&&zl[ml-1].followingNode!==C_&&Dn(zl,S_),zl.push(Al)}else yh?fe(yh,Rl):C_?ce(C_,Rl):kh?re(kh,Rl):re(P_,Rl)}if(Dn(zl,Al),u_)for(let ml of Rl)delete ml.precedingNode,delete ml.enclosingNode,delete ml.followingNode,delete ml.placement}var fn=ml=>!/[\S\n\u2028\u2029]/.test(ml);function yo(ml,Al,Rl,zl){let{comment:rd,precedingNode:yh}=Rl[zl],{locStart:kh,locEnd:Qh}=Al,cf=kh(rd);if(yh)for(let Al=zl-1;Al>=0;Al--){let{comment:zl,precedingNode:rd}=Rl[Al];if(rd!==yh||!fn(ml.slice(Qh(zl),cf)))break;cf=kh(zl)}return sE(ml,cf,{backwards:!0})}function Ao(ml,Al,Rl,zl){let{comment:rd,followingNode:yh}=Rl[zl],{locStart:kh,locEnd:Qh}=Al,cf=Qh(rd);if(yh)for(let Al=zl+1;Al0;--kh){let{comment:Rl,precedingNode:Qh,followingNode:cf}=ml[kh-1];u_(Qh,zl),u_(cf,rd);let t_=Al.originalText.slice(Al.locEnd(Rl),yh);if(Al.printer.isGap?.(t_,Al)??/^[\s(]*$/.test(t_))yh=Al.locStart(Rl);else break}for(let[Al,{comment:Rl}]of ml.entries())Al1&&ml.comments.sort((ml,Rl)=>Al.locStart(ml)-Al.locStart(Rl));ml.length=0}function Ut(ml,Al,Rl){let zl=Rl.locStart(Al)-1;for(let Al=1;Al!0;function pn(ml,Al){let Rl=ml.node;return Rl.printed=!0,Al.printer.printComment(ml,Al)}function Bo(ml,Al){let Rl=ml.node,zl=[pn(ml,Al)],{printer:rd,originalText:yh,locStart:kh,locEnd:Qh}=Al;if(rd.isBlockComment?.(Rl)){let ml=" ";sE(yh,Qh(Rl))&&(sE(yh,kh(Rl),{backwards:!0})?ml=LA:ml=NA),zl.push(ml)}else zl.push(LA);let cf=iE(yh,Xv(yh,Qh(Rl)));return cf!==!1&&sE(yh,cf)&&zl.push(LA),zl}function To(ml,Al,Rl){let zl=ml.node,rd=pn(ml,Al),{printer:yh,originalText:kh,locStart:Qh}=Al,cf=yh.isBlockComment?.(zl);if(Rl?.hasLineSuffix&&!Rl?.isBlock||sE(kh,Qh(zl),{backwards:!0})){let ml=gE(kh,Qh(zl));return{doc:Ie([LA,ml?LA:"",rd]),isBlock:cf,hasLineSuffix:!0}}return!cf||Rl?.hasLineSuffix?{doc:[Ie([" ",rd]),PA],isBlock:cf,hasLineSuffix:!0}:{doc:[" ",rd],isBlock:cf,hasLineSuffix:!1}}function No(ml,Al,Rl){let zl=Al[Symbol.for("printedComments")],rd=Rl?.filter??ln,yh=new Set(ml.node?.comments?.filter(ml=>!zl?.has(ml)&&ml.leading&&rd(ml)));return yh.size===0?"":ml.map(({node:Rl})=>yh.has(Rl)?Bo(ml,Al):"","comments").filter(Boolean)}function wo(ml,Al,Rl){let zl=ml.node?.comments,rd=new Set(zl?.filter(ml=>ml.trailing)),yh=Al[Symbol.for("printedComments")],kh=Rl?.filter??ln,Qh=new Set(zl?.filter(ml=>rd.has(ml)&&!yh?.has(ml)&&kh(ml)));if(Qh.size===0)return"";let cf=[],t_;return ml.each(({node:Rl})=>{rd.has(Rl)&&(t_=To(ml,Al,t_),Qh.has(Rl)&&cf.push(t_.doc))},"comments"),cf}function mn(ml,Al,Rl,zl){let rd=No(ml,Rl,zl),yh=wo(ml,Rl,zl);return rd||yh?Ee(Al,ml=>[rd,ml,yh]):Al}function dn(ml){let{[sA]:Al,[Symbol.for("printedComments")]:Rl}=ml;for(let ml of Al){if(!ml.printed&&!Rl.has(ml))throw new Error('Comment "'+ml.value.trim()+'" was not printed. Please report this error!');delete ml.printed}}var Fn=()=>u_;var bE=class extends Error{name="ConfigError"},vE=class extends Error{name="UndefinedParserError"};var wE=Object.hasOwn??Function.prototype.call.bind(Object.prototype.hasOwnProperty),CE=wE;var BE={checkIgnorePragma:{category:"Special",type:"boolean",default:!1,description:"Check whether the file's first docblock comment contains '@noprettier' or '@noformat' to determine if it should be formatted.",cliCategory:"Other"},cursorOffset:{category:"Special",type:"int",default:-1,range:{start:-1,end:1/0,step:1},description:"Print (to stderr) where a cursor at the given position would move to after formatting.",cliCategory:"Editor"},endOfLine:{category:"Global",type:"choice",default:"lf",description:"Which end of line characters to apply.",choices:[{value:"lf",description:"Line Feed only (\\n), common on Linux and macOS as well as inside git repos"},{value:"crlf",description:"Carriage Return + Line Feed characters (\\r\\n), common on Windows"},{value:"cr",description:"Carriage Return character only (\\r), used very rarely"},{value:"auto",description:`Maintain existing\n(mixed values within one file are normalised by looking at what's used after the first line)`}]},filepath:{category:"Special",type:"path",description:"Specify the input filepath. This will be used to do parser inference.",cliName:"stdin-filepath",cliCategory:"Other",cliDescription:"Path to the file to pretend that stdin comes from."},insertPragma:{category:"Special",type:"boolean",default:!1,description:"Insert @format pragma into file's first docblock comment.",cliCategory:"Other"},parser:{category:"Global",type:"choice",default:void 0,description:"Which parser to use.",exception:ml=>typeof ml=="string"||typeof ml=="function",choices:[{value:"flow",description:"Flow"},{value:"babel",description:"JavaScript"},{value:"babel-flow",description:"Flow"},{value:"babel-ts",description:"TypeScript"},{value:"typescript",description:"TypeScript"},{value:"acorn",description:"JavaScript"},{value:"espree",description:"JavaScript"},{value:"meriyah",description:"JavaScript"},{value:"css",description:"CSS"},{value:"less",description:"Less"},{value:"scss",description:"SCSS"},{value:"json",description:"JSON"},{value:"json5",description:"JSON5"},{value:"jsonc",description:"JSON with Comments"},{value:"json-stringify",description:"JSON.stringify"},{value:"graphql",description:"GraphQL"},{value:"markdown",description:"Markdown"},{value:"mdx",description:"MDX"},{value:"vue",description:"Vue"},{value:"yaml",description:"YAML"},{value:"glimmer",description:"Ember / Handlebars"},{value:"html",description:"HTML"},{value:"angular",description:"Angular"},{value:"lwc",description:"Lightning Web Components"},{value:"mjml",description:"MJML"}]},plugins:{type:"path",array:!0,default:[{value:[]}],category:"Global",description:"Add a plugin. Multiple plugins can be passed as separate `--plugin`s.",exception:ml=>typeof ml=="string"||typeof ml=="object",cliName:"plugin",cliCategory:"Config"},printWidth:{category:"Global",type:"int",default:80,description:"The line length where Prettier will try wrap.",range:{start:0,end:1/0,step:1}},rangeEnd:{category:"Special",type:"int",default:1/0,range:{start:0,end:1/0,step:1},description:`Format code ending at a given character offset (exclusive).\nThe range will extend forwards to the end of the selected statement.`,cliCategory:"Editor"},rangeStart:{category:"Special",type:"int",default:0,range:{start:0,end:1/0,step:1},description:`Format code starting at a given character offset.\nThe range will extend backwards to the start of the first line containing the selected statement.`,cliCategory:"Editor"},requirePragma:{category:"Special",type:"boolean",default:!1,description:"Require either '@prettier' or '@format' to be present in the file's first docblock comment in order for it to be formatted.",cliCategory:"Other"},tabWidth:{type:"int",category:"Global",default:2,description:"Number of spaces per indentation level.",range:{start:0,end:1/0,step:1}},useTabs:{category:"Global",type:"boolean",default:!1,description:"Indent with tabs instead of spaces."},embeddedLanguageFormatting:{category:"Global",type:"choice",default:"auto",description:"Control how Prettier formats quoted code embedded in the file.",choices:[{value:"auto",description:"Format embedded code if Prettier can automatically identify it."},{value:"off",description:"Never automatically format embedded code."}]}};function it({plugins:ml=[],showDeprecated:Al=!1}={}){let Rl=ml.flatMap(ml=>ml.languages??[]),zl=[];for(let rd of So(Object.assign({},...ml.map(({options:ml})=>ml),BE)))!Al&&rd.deprecated||(Array.isArray(rd.choices)&&(Al||(rd.choices=rd.choices.filter(ml=>!ml.deprecated)),rd.name==="parser"&&(rd.choices=[...rd.choices,...Po(rd.choices,Rl,ml)])),rd.pluginDefaults=Object.fromEntries(ml.filter(ml=>ml.defaultOptions?.[rd.name]!==void 0).map(ml=>[ml.name,ml.defaultOptions[rd.name]])),zl.push(rd));return{languages:Rl,options:zl}}function*Po(ml,Al,Rl){let zl=new Set(ml.map(ml=>ml.value));for(let ml of Al)if(ml.parsers){for(let Al of ml.parsers)if(!zl.has(Al)){zl.add(Al);let rd=Rl.find(ml=>ml.parsers&&CE(ml.parsers,Al)),yh=ml.name;rd?.name&&(yh+=` (plugin: ${rd.name})`),yield{value:Al,description:yh}}}}function So(ml){let Al=[];for(let[Rl,zl]of Object.entries(ml)){let ml={name:Rl,...zl};Array.isArray(ml.default)&&(ml.default=oA(0,ml.default,-1).value),Al.push(ml)}return Al}var NE=Array.prototype.toReversed??function(){return[...this].reverse()},jE=X("toReversed",function(){if(Array.isArray(this))return NE}),GE=jE;function Io(){let ml=globalThis,Al=ml.process?.platform;if(typeof Al=="string")return Al.startsWith("win");let Rl=ml.Deno?.build?.os;return typeof Rl=="string"?Rl==="windows":ml.navigator?.platform?.startsWith("Win")??!1}var WE=Io();function hn(ml){if(ml=ml instanceof URL?ml:new URL(ml),ml.protocol!=="file:")throw new TypeError(`URL must be a file URL: received "${ml.protocol}"`);return ml}function vo(ml){return ml=hn(ml),decodeURIComponent(ml.pathname.replace(/%(?![0-9A-Fa-f]{2})/g,"%25"))}function Lo(ml){ml=hn(ml);let Al=decodeURIComponent(ml.pathname.replace(/\//g,"\\").replace(/%(?![0-9A-Fa-f]{2})/g,"%25")).replace(/^\\*([A-Za-z]:)(\\|$)/,"$1\\");return ml.hostname!==""&&(Al=`\\\\${ml.hostname}${Al}`),Al}function Wt(ml){return WE?Lo(ml):vo(ml)}var gn=ml=>String(ml).split(/[/\\]/).pop(),_n=ml=>String(ml).startsWith("file:");function yn(ml,Al){if(!Al)return;let Rl=gn(Al).toLowerCase();return ml.find(({filenames:ml})=>ml?.some(ml=>ml.toLowerCase()===Rl))??ml.find(({extensions:ml})=>ml?.some(ml=>Rl.endsWith(ml)))}function Mo(ml,Al){if(Al)return ml.find(({name:ml})=>ml.toLowerCase()===Al)??ml.find(({aliases:ml})=>ml?.includes(Al))??ml.find(({extensions:ml})=>ml?.includes(`.${Al}`))}var YE=void 0;function An(ml,Al){if(Al){if(_n(Al))try{Al=Wt(Al)}catch{return}if(typeof Al=="string")return ml.find(({isSupported:ml})=>ml?.({filepath:Al}))}}function jo(ml,Al){let Rl=GE(0,ml.plugins).flatMap(ml=>ml.languages??[]);return(Mo(Rl,Al.language)??yn(Rl,Al.physicalFile)??yn(Rl,Al.file)??An(Rl,Al.physicalFile)??An(Rl,Al.file)??YE?.(Rl,Al.physicalFile))?.parsers[0]}var ow=jo;var lw={key:ml=>/^[$_a-zA-Z][$_a-zA-Z0-9]*$/.test(ml)?ml:JSON.stringify(ml),value(ml){if(ml===null||typeof ml!="object")return JSON.stringify(ml);if(Array.isArray(ml))return`[${ml.map(ml=>lw.value(ml)).join(", ")}]`;let Al=Object.keys(ml);return Al.length===0?"{}":`{ ${Al.map(Al=>`${lw.key(Al)}: ${lw.value(ml[Al])}`).join(", ")} }`},pair:({key:ml,value:Al})=>lw.value({[ml]:Al})};var cw=new Proxy(String,{get:()=>cw}),pw=cw;var Bn=(ml,Al,{descriptor:Rl})=>{let zl=[`${pw.yellow(typeof ml=="string"?Rl.key(ml):Rl.pair(ml))} is deprecated`];return Al&&zl.push(`we now treat it as ${pw.blue(typeof Al=="string"?Rl.key(Al):Rl.pair(Al))}`),zl.join("; ")+"."};var dw=Symbol.for("vnopts.VALUE_NOT_EXIST"),hw=Symbol.for("vnopts.VALUE_UNCHANGED");var fw=" ".repeat(2),wn=(ml,Al,Rl)=>{let{text:zl,list:rd}=Rl.normalizeExpectedResult(Rl.schemas[ml].expected(Rl)),yh=[];return zl&&yh.push(Nn(ml,Al,zl,Rl.descriptor)),rd&&yh.push([Nn(ml,Al,rd.title,Rl.descriptor)].concat(rd.values.map(ml=>On(ml,Rl.loggerPrintWidth))).join(`\n`)),Pn(yh,Rl.loggerPrintWidth)};function Nn(ml,Al,Rl,zl){return[`Invalid ${pw.red(zl.key(ml))} value.`,`Expected ${pw.blue(Rl)},`,`but received ${Al===dw?pw.gray("nothing"):pw.red(zl.value(Al))}.`].join(" ")}function On({text:ml,list:Al},Rl){let zl=[];return ml&&zl.push(`- ${pw.blue(ml)}`),Al&&zl.push([`- ${pw.blue(Al.title)}:`].concat(Al.values.map(ml=>On(ml,Rl-fw.length).replace(/^|\n/g,`$&${fw}`))).join(`\n`)),Pn(zl,Rl)}function Pn(ml,Al){if(ml.length===1)return ml[0];let[Rl,zl]=ml,[rd,yh]=ml.map(ml=>ml.split(`\n`,1)[0].length);return rd>Al&&rd>yh?zl:Rl}var _w=[],mw=[];function at(ml,Al,Rl){if(ml===Al)return 0;let zl=Rl?.maxDistance,rd=ml;ml.length>Al.length&&(ml=Al,Al=rd);let yh=ml.length,kh=Al.length;for(;yh>0&&ml.charCodeAt(~-yh)===Al.charCodeAt(~-kh);)yh--,kh--;let Qh=0;for(;Qhzl)return zl;if(yh===0)return zl!==void 0&&kh>zl?zl:kh;let cf,t_,r_,u_,C_=0,D_=0;for(;C_t_?u_>t_?t_+1:u_:u_>r_?r_+1:u_;if(zl!==void 0){let ml=t_;for(C_=0;C_zl)return zl}}return _w.length=yh,mw.length=yh,zl!==void 0&&t_>zl?zl:t_}function Sn(ml,Al,Rl){if(!Array.isArray(Al)||Al.length===0)return;let zl=Rl?.maxDistance,rd=ml.length;for(let Rl of Al)if(Rl===ml)return Rl;if(zl===0)return;let yh,kh=Number.POSITIVE_INFINITY,Qh=new Set;for(let Rl of Al){if(Qh.has(Rl))continue;Qh.add(Rl);let Al=Math.abs(Rl.length-rd);if(Al>=kh||zl!==void 0&&Al>zl)continue;let cf=Number.isFinite(kh)?zl===void 0?kh:Math.min(kh,zl):zl,t_=cf===void 0?at(ml,Rl):at(ml,Rl,{maxDistance:cf});if(zl!==void 0&&t_>zl)continue;let r_=t_;if(cf!==void 0&&t_===cf&&cf===zl&&(r_=at(ml,Rl)),r_zl))return yh}var ct=(ml,Al,{descriptor:Rl,logger:zl,schemas:rd})=>{let yh=[`Ignored unknown option ${pw.yellow(Rl.pair({key:ml,value:Al}))}.`],kh=Sn(ml,Object.keys(rd),{maxDistance:3});kh&&yh.push(`Did you mean ${pw.blue(Rl.key(kh))}?`),zl.warn(yh.join(" "))};var gw=["default","expected","validate","deprecated","forward","redirect","overlap","preprocess","postprocess"];function Vo(ml,Al){let Rl=new ml(Al),zl=Object.create(Rl);for(let ml of gw)ml in Al&&(zl[ml]=Wo(Al[ml],Rl,Aw.prototype[ml].length));return zl}var Aw=class{static create(ml){return Vo(this,ml)}constructor(ml){this.name=ml.name}default(ml){}expected(ml){return"nothing"}validate(ml,Al){return!1}deprecated(ml,Al){return!1}forward(ml,Al){}redirect(ml,Al){}overlap(ml,Al,Rl){return ml}preprocess(ml,Al){return ml}postprocess(ml,Al){return hw}};function Wo(ml,Al,Rl){return typeof ml=="function"?(...zl)=>ml(...zl.slice(0,Rl-1),Al,...zl.slice(Rl-1)):()=>ml}var yw=class extends Aw{constructor(ml){super(ml),this._sourceName=ml.sourceName}expected(ml){return ml.schemas[this._sourceName].expected(ml)}validate(ml,Al){return Al.schemas[this._sourceName].validate(ml,Al)}redirect(ml,Al){return this._sourceName}};var bw=class extends Aw{expected(){return"anything"}validate(){return!0}};var vw=class extends Aw{constructor({valueSchema:ml,name:Al=ml.name,...Rl}){super({...Rl,name:Al}),this._valueSchema=ml}expected(ml){let{text:Al,list:Rl}=ml.normalizeExpectedResult(this._valueSchema.expected(ml));return{text:Al&&`an array of ${Al}`,list:Rl&&{title:"an array of the following values",values:[{list:Rl}]}}}validate(ml,Al){if(!Array.isArray(ml))return!1;let Rl=[];for(let zl of ml){let ml=Al.normalizeValidateResult(this._valueSchema.validate(zl,Al),zl);ml!==!0&&Rl.push(ml.value)}return Rl.length===0?!0:{value:Rl}}deprecated(ml,Al){let Rl=[];for(let zl of ml){let ml=Al.normalizeDeprecatedResult(this._valueSchema.deprecated(zl,Al),zl);ml!==!1&&Rl.push(...ml.map(({value:ml})=>({value:[ml]})))}return Rl}forward(ml,Al){let Rl=[];for(let zl of ml){let ml=Al.normalizeForwardResult(this._valueSchema.forward(zl,Al),zl);Rl.push(...ml.map(bn))}return Rl}redirect(ml,Al){let Rl=[],zl=[];for(let rd of ml){let ml=Al.normalizeRedirectResult(this._valueSchema.redirect(rd,Al),rd);"remain"in ml&&Rl.push(ml.remain),zl.push(...ml.redirect.map(bn))}return Rl.length===0?{redirect:zl}:{redirect:zl,remain:Rl}}overlap(ml,Al){return ml.concat(Al)}};function bn({from:ml,to:Al}){return{from:[ml],to:Al}}var Ew=class extends Aw{expected(){return"true or false"}validate(ml){return typeof ml=="boolean"}};function In(ml,Al){let Rl=Object.create(null);for(let zl of ml){let ml=zl[Al];if(Rl[ml])throw new Error(`Duplicate ${Al} ${JSON.stringify(ml)}`);Rl[ml]=zl}return Rl}function Rn(ml,Al){let Rl=new Map;for(let zl of ml){let ml=zl[Al];if(Rl.has(ml))throw new Error(`Duplicate ${Al} ${JSON.stringify(ml)}`);Rl.set(ml,zl)}return Rl}function vn(){let ml=Object.create(null);return Al=>{let Rl=JSON.stringify(Al);return ml[Rl]?!0:(ml[Rl]=!0,!1)}}function Ln(ml,Al){let Rl=[],zl=[];for(let rd of ml)Al(rd)?Rl.push(rd):zl.push(rd);return[Rl,zl]}function Mn(ml){return ml===Math.floor(ml)}function Yn(ml,Al){if(ml===Al)return 0;let Rl=typeof ml,zl=typeof Al,rd=["undefined","object","boolean","number","string"];return Rl!==zl?rd.indexOf(Rl)-rd.indexOf(zl):Rl!=="string"?Number(ml)-Number(Al):ml.localeCompare(Al)}function jn(ml){return(...Al)=>{let Rl=ml(...Al);return typeof Rl=="string"?new Error(Rl):Rl}}function zt(ml){return ml===void 0?{}:ml}function Gt(ml){if(typeof ml=="string")return{text:ml};let{text:Al,list:Rl}=ml;return $o((Al||Rl)!==void 0,"Unexpected `expected` result, there should be at least one field."),Rl?{text:Al,list:{title:Rl.title,values:Rl.values.map(Gt)}}:{text:Al}}function Kt(ml,Al){return ml===!0?!0:ml===!1?{value:Al}:ml}function Ht(ml,Al,Rl=!1){return ml===!1?!1:ml===!0?Rl?!0:[{value:Al}]:"value"in ml?[ml]:ml.length===0?!1:ml}function kn(ml,Al){return typeof ml=="string"||"key"in ml?{from:Al,to:ml}:"from"in ml?{from:ml.from,to:ml.to}:{from:Al,to:ml.to}}function dt(ml,Al){return ml===void 0?[]:Array.isArray(ml)?ml.map(ml=>kn(ml,Al)):[kn(ml,Al)]}function Jt(ml,Al){let Rl=dt(typeof ml=="object"&&"redirect"in ml?ml.redirect:ml,Al);return Rl.length===0?{remain:Al,redirect:Rl}:typeof ml=="object"&&"remain"in ml?{remain:ml.remain,redirect:Rl}:{redirect:Rl}}function $o(ml,Al){if(!ml)throw new Error(Al)}var ww=class extends Aw{constructor(ml){super(ml),this._choices=Rn(ml.choices.map(ml=>ml&&typeof ml=="object"?ml:{value:ml}),"value")}expected({descriptor:ml}){let Al=Array.from(this._choices.keys()).map(ml=>this._choices.get(ml)).filter(({hidden:ml})=>!ml).map(ml=>ml.value).sort(Yn).map(ml.value),Rl=Al.slice(0,-2),zl=Al.slice(-2);return{text:Rl.concat(zl.join(" or ")).join(", "),list:{title:"one of the following values",values:Al}}}validate(ml){return this._choices.has(ml)}deprecated(ml){let Al=this._choices.get(ml);return Al&&Al.deprecated?{value:ml}:!1}forward(ml){let Al=this._choices.get(ml);return Al?Al.forward:void 0}redirect(ml){let Al=this._choices.get(ml);return Al?Al.redirect:void 0}};var Cw=class extends Aw{expected(){return"a number"}validate(ml,Al){return typeof ml=="number"}};var xw=class extends Cw{expected(){return"an integer"}validate(ml,Al){return Al.normalizeValidateResult(super.validate(ml,Al),ml)===!0&&Mn(ml)}};var Dw=class extends Aw{expected(){return"a string"}validate(ml){return typeof ml=="string"}};var Sw=lw,kw=ct,Tw=wn,Iw=Bn;var Bw=class{constructor(ml,Al){let{logger:Rl=console,loggerPrintWidth:zl=80,descriptor:rd=Sw,unknown:yh=kw,invalid:kh=Tw,deprecated:Qh=Iw,missing:cf=()=>!1,required:t_=()=>!1,preprocess:r_=ml=>ml,postprocess:u_=()=>hw}=Al||{};this._utils={descriptor:rd,logger:Rl||{warn:()=>{}},loggerPrintWidth:zl,schemas:In(ml,"name"),normalizeDefaultResult:zt,normalizeExpectedResult:Gt,normalizeDeprecatedResult:Ht,normalizeForwardResult:dt,normalizeRedirectResult:Jt,normalizeValidateResult:Kt},this._unknownHandler=yh,this._invalidHandler=jn(kh),this._deprecatedHandler=Qh,this._identifyMissing=(ml,Al)=>!(ml in Al)||cf(ml,Al),this._identifyRequired=t_,this._preprocess=r_,this._postprocess=u_,this.cleanHistory()}cleanHistory(){this._hasDeprecationWarned=vn()}normalize(ml){let Al={},Rl=[this._preprocess(ml,this._utils)],o=()=>{for(;Rl.length!==0;){let ml=Rl.shift(),zl=this._applyNormalization(ml,Al);Rl.push(...zl)}};o();for(let ml of Object.keys(this._utils.schemas)){let zl=this._utils.schemas[ml];if(!(ml in Al)){let Al=zt(zl.default(this._utils));"value"in Al&&Rl.push({[ml]:Al.value})}}o();for(let ml of Object.keys(this._utils.schemas)){if(!(ml in Al))continue;let Rl=this._utils.schemas[ml],zl=Al[ml],rd=Rl.postprocess(zl,this._utils);rd!==hw&&(this._applyValidation(rd,ml,Rl),Al[ml]=rd)}return this._applyPostprocess(Al),this._applyRequiredCheck(Al),Al}_applyNormalization(ml,Al){let Rl=[],{knownKeys:zl,unknownKeys:rd}=this._partitionOptionKeys(ml);for(let rd of zl){let zl=this._utils.schemas[rd],yh=zl.preprocess(ml[rd],this._utils);this._applyValidation(yh,rd,zl);let a=({from:ml,to:Al})=>{Rl.push(typeof Al=="string"?{[Al]:ml}:{[Al.key]:Al.value})},c=({value:ml,redirectTo:Al})=>{let Rl=Ht(zl.deprecated(ml,this._utils),yh,!0);if(Rl!==!1)if(Rl===!0)this._hasDeprecationWarned(rd)||this._utils.logger.warn(this._deprecatedHandler(rd,Al,this._utils));else for(let{value:ml}of Rl){let Rl={key:rd,value:ml};if(!this._hasDeprecationWarned(Rl)){let zl=typeof Al=="string"?{key:Al,value:ml}:Al;this._utils.logger.warn(this._deprecatedHandler(Rl,zl,this._utils))}}};dt(zl.forward(yh,this._utils),yh).forEach(a);let kh=Jt(zl.redirect(yh,this._utils),yh);if(kh.redirect.forEach(a),"remain"in kh){let ml=kh.remain;Al[rd]=rd in Al?zl.overlap(Al[rd],ml,this._utils):ml,c({value:ml})}for(let{from:ml,to:Al}of kh.redirect)c({value:ml,redirectTo:Al})}for(let zl of rd){let rd=ml[zl];this._applyUnknownHandler(zl,rd,Al,(ml,Al)=>{Rl.push({[ml]:Al})})}return Rl}_applyRequiredCheck(ml){for(let Al of Object.keys(this._utils.schemas))if(this._identifyMissing(Al,ml)&&this._identifyRequired(Al))throw this._invalidHandler(Al,dw,this._utils)}_partitionOptionKeys(ml){let[Al,Rl]=Ln(Object.keys(ml).filter(Al=>!this._identifyMissing(Al,ml)),ml=>ml in this._utils.schemas);return{knownKeys:Al,unknownKeys:Rl}}_applyValidation(ml,Al,Rl){let zl=Kt(Rl.validate(ml,this._utils),ml);if(zl!==!0)throw this._invalidHandler(Al,zl.value,this._utils)}_applyUnknownHandler(ml,Al,Rl,zl){let rd=this._unknownHandler(ml,Al,this._utils);if(rd)for(let ml of Object.keys(rd)){if(this._identifyMissing(ml,rd))continue;let Al=rd[ml];ml in this._utils.schemas?zl(ml,Al):Rl[ml]=Al}}_applyPostprocess(ml){let Al=this._postprocess(ml,this._utils);if(Al!==hw){if(Al.delete)for(let Rl of Al.delete)delete ml[Rl];if(Al.override){let{knownKeys:Rl,unknownKeys:zl}=this._partitionOptionKeys(Al.override);for(let zl of Rl){let Rl=Al.override[zl];this._applyValidation(Rl,zl,this._utils.schemas[zl]),ml[zl]=Rl}for(let Rl of zl){let zl=Al.override[Rl];this._applyUnknownHandler(Rl,zl,ml,(Al,Rl)=>{let zl=this._utils.schemas[Al];this._applyValidation(Rl,Al,zl),ml[Al]=Rl})}}}}};var Fw;function zo(ml,Al,{logger:Rl=!1,isCLI:zl=!1,passThrough:rd=!1,FlagSchema:yh,descriptor:kh}={}){if(zl){if(!yh)throw new Error("'FlagSchema' option is required.");if(!kh)throw new Error("'descriptor' option is required.")}else kh=lw;let Qh=rd?Array.isArray(rd)?(ml,Al)=>rd.includes(ml)?{[ml]:Al}:void 0:(ml,Al)=>({[ml]:Al}):(ml,Al,Rl)=>{let{_:zl,...rd}=Rl.schemas;return ct(ml,Al,{...Rl,schemas:rd})},cf=Go(Al,{isCLI:zl,FlagSchema:yh}),t_=new Bw(cf,{logger:Rl,unknown:Qh,descriptor:kh}),r_=Rl!==!1;r_&&Fw&&(t_._hasDeprecationWarned=Fw);let u_=t_.normalize(ml);return r_&&(Fw=t_._hasDeprecationWarned),u_}function Go(ml,{isCLI:Al,FlagSchema:Rl}){let zl=[];Al&&zl.push(bw.create({name:"_"}));for(let rd of ml)zl.push(Ko(rd,{isCLI:Al,optionInfos:ml,FlagSchema:Rl})),rd.alias&&Al&&zl.push(yw.create({name:rd.alias,sourceName:rd.name}));return zl}function Ko(ml,{isCLI:Al,optionInfos:Rl,FlagSchema:zl}){let{name:rd}=ml,yh={name:rd},kh,Qh={};switch(ml.type){case"int":kh=xw,Al&&(yh.preprocess=Number);break;case"string":kh=Dw;break;case"choice":kh=ww,yh.choices=ml.choices.map(Al=>Al?.redirect?{...Al,redirect:{to:{key:ml.name,value:Al.redirect}}}:Al);break;case"boolean":kh=Ew;break;case"flag":kh=zl,yh.flags=Rl.flatMap(ml=>[ml.alias,ml.description&&ml.name,ml.oppositeDescription&&`no-${ml.name}`].filter(Boolean));break;case"path":kh=Dw;break;default:throw new Error(`Unexpected type ${ml.type}`)}if(ml.exception?yh.validate=(Al,Rl,zl)=>ml.exception(Al)||Rl.validate(Al,zl):yh.validate=(ml,Al,Rl)=>ml===void 0||Al.validate(ml,Rl),ml.redirect&&(Qh.redirect=Al=>Al?{to:typeof ml.redirect=="string"?ml.redirect:{key:ml.redirect.option,value:ml.redirect.value}}:void 0),ml.deprecated&&(Qh.deprecated=!0),Al&&!ml.array){let ml=yh.preprocess||(ml=>ml);yh.preprocess=(Al,Rl,zl)=>Rl.preprocess(ml(Array.isArray(Al)?oA(0,Al,-1):Al),zl)}return ml.array?vw.create({...Al?{preprocess:ml=>Array.isArray(ml)?ml:[ml]}:{},...Qh,valueSchema:kh.create(yh)}):kh.create({...yh,...Qh})}var Pw=zo;var Rw=Array.prototype.findLast??function(ml){for(let Al=this.length-1;Al>=0;Al--){let Rl=this[Al];if(ml(Rl,Al,this))return Rl}},Nw=X("findLast",function(){if(Array.isArray(this))return Rw}),Ow=Nw;var Qw=Symbol.for("PRETTIER_IS_FRONT_MATTER"),Lw=[];function qo(ml){return!!ml?.[Qw]}var Mw=qo;var jw=new Set(["yaml","toml"]),je=({node:ml})=>Mw(ml)&&jw.has(ml.language);async function Zt(ml,Al,Rl,zl){let{node:rd}=Rl,{language:yh}=rd;if(!jw.has(yh))return;let kh=rd.value.trim(),Qh;if(kh){let Al=yh==="yaml"?yh:ow(zl,{language:yh});if(!Al)return;Qh=kh?await ml(kh,{parser:Al}):""}else Qh=kh;return Xe([rd.startDelimiter,rd.explicitLanguage??"",LA,Qh,Qh?LA:"",rd.endDelimiter])}function Xo(ml,Al){return je({node:ml})&&(delete Al.end,delete Al.raw,delete Al.value),Al}var Uw=Xo;function Qo({node:ml}){return ml.raw}var Gw=Qo;var qw=new Set(["tokens","comments","parent","enclosingNode","precedingNode","followingNode"]),Zo=ml=>Object.keys(ml).filter(ml=>!qw.has(ml));function ei(ml,Al){let Rl=ml?Al=>ml(Al,qw):Zo;return Al?new Proxy(Rl,{apply:(ml,Al,Rl)=>Mw(Rl[0])?Lw:Reflect.apply(ml,Al,Rl)}):Rl}var $w=ei;function nr(ml,Al){if(!Al)throw new Error("parserName is required.");let Rl=Ow(0,ml,ml=>ml.parsers&&CE(ml.parsers,Al));if(Rl)return Rl;let zl=`Couldn't resolve parser "${Al}".`;throw zl+=" Plugins must be explicitly added to the standalone bundle.",new bE(zl)}function Jn(ml,Al){if(!Al)throw new Error("astFormat is required.");let Rl=Ow(0,ml,ml=>ml.printers&&CE(ml.printers,Al));if(Rl)return Rl;let zl=`Couldn't find plugin for AST format "${Al}".`;throw zl+=" Plugins must be explicitly added to the standalone bundle.",new bE(zl)}function Ue({plugins:ml,parser:Al}){let Rl=nr(ml,Al);return ur(Rl,Al)}function ur(ml,Al){let Rl=ml.parsers[Al];return typeof Rl=="function"?Rl():Rl}async function qn(ml,Al){let Rl=ml.printers[Al],zl=typeof Rl=="function"?await Rl():Rl;return ni(zl)}function ti(ml){let{features:Al,getVisitorKeys:Rl,embed:zl,massageAstNode:rd,print:yh,...kh}=ml;Al=si(Al);let Qh=Al.experimental_frontMatterSupport;Rl=$w(Rl,Qh.massageAstNode||Qh.embed||Qh.print);let cf=rd;rd&&Qh.massageAstNode&&(cf=new Proxy(rd,{apply(ml,Al,Rl){return Uw(...Rl),Reflect.apply(ml,Al,Rl)}}));let t_=zl;if(zl){let ml;t_=new Proxy(zl,{get(Al,rd,yh){return rd==="getVisitorKeys"?(ml??(ml=zl.getVisitorKeys?$w(zl.getVisitorKeys,Qh.massageAstNode||Qh.embed):Rl),ml):Reflect.get(Al,rd,yh)},apply:(ml,Al,Rl)=>Qh.embed&&je(...Rl)?Zt:Reflect.apply(ml,Al,Rl)})}let r_=yh;return Qh.print&&(r_=new Proxy(yh,{apply(ml,Al,Rl){let[zl]=Rl;return Mw(zl.node)?Gw(zl):Reflect.apply(ml,Al,Rl)}})),{features:Al,getVisitorKeys:Rl,embed:t_,massageAstNode:cf,print:r_,...kh}}var Jw=new WeakMap;function ni(ml){return Fe(Jw,ml,ti)}var Hw=["clean","embed","print"],Vw=Object.fromEntries(Hw.map(ml=>[ml,!1]));function ii(ml){return{...Vw,...ml}}function si(ml){return{experimental_avoidAstMutation:!1,...ml,experimental_frontMatterSupport:ii(ml?.experimental_frontMatterSupport)}}var Ww={astFormat:"estree",printer:{},originalText:void 0,locStart:null,locEnd:null,getVisitorKeys:null};async function Di(ml,Al={}){let Rl={...ml};if(!Rl.parser){if(!Rl.filepath)throw new vE("No parser and no file path given, couldn't infer a parser.");if(Rl.parser=ow(Rl,{physicalFile:Rl.filepath}),!Rl.parser)throw new vE(`No parser could be inferred for file "${Rl.filepath}".`)}let zl=it({plugins:ml.plugins,showDeprecated:!0}).options,rd={...Ww,...Object.fromEntries(zl.filter(ml=>ml.default!==void 0).map(ml=>[ml.name,ml.default]))},yh=nr(Rl.plugins,Rl.parser),kh=await ur(yh,Rl.parser);Rl.astFormat=kh.astFormat,Rl.locEnd=kh.locEnd,Rl.locStart=kh.locStart;let Qh=yh.printers?.[kh.astFormat]?yh:Jn(Rl.plugins,kh.astFormat),cf=await qn(Qh,kh.astFormat);Rl.printer=cf,Rl.getVisitorKeys=cf.getVisitorKeys;let t_=Qh.defaultOptions?Object.fromEntries(Object.entries(Qh.defaultOptions).filter(([,ml])=>ml!==void 0)):{},r_={...rd,...t_};for(let[ml,Al]of Object.entries(r_))Rl[ml]??(Rl[ml]=Al);return Rl.parser==="json"&&(Rl.trailingComma="none"),Pw(Rl,zl,{passThrough:Object.keys(Ww),...Al})}var zw=Di;var Yw=/\r\n|[\n\r\u2028\u2029]/;function ai(ml,Al,Rl,zl){let rd={column:null,line:-1,...ml.start},yh={...rd,...ml.end},{linesAbove:kh=2,linesBelow:Qh=3}=Rl||{},cf=rd.line-zl,t_=rd.column,r_=yh.line-zl,u_=yh.column,C_=Math.max(cf-(kh+1),0),D_=Math.min(Al.length,r_+Qh);cf===-1&&(C_=0),r_===-1&&(D_=Al.length);let S_=r_-cf,P_={};if(S_)for(let ml=0;ml<=S_;ml++){let Rl=ml+cf;if(t_==null)P_[Rl]=!0;else if(ml===0){let ml=Al[Rl-1].length;P_[Rl]=[t_,ml-t_]}else if(ml===S_)P_[Rl]=[0,u_];else{let ml=Al[Rl-1].length;P_[Rl]=[0,ml]}}else if(t_===u_)t_!=null?P_[cf]=[t_,0]:P_[cf]=!0;else{let ml=t_??0,Al=u_??ml;P_[cf]=[ml,Al-ml]}return{start:C_,end:D_,markerLines:P_}}function Zn(ml,Al,Rl={},zl){let{defs:rd,highlight:yh}=zl||{defs:{gutter:String,marker:String,message:String,reset:String},highlight:String},kh=(Rl.startLine||1)-1,Qh=ml.split(Yw),{start:cf,end:t_,markerLines:r_}=ai(Al,Qh,Rl,kh),u_=Al.start&&typeof Al.start.column=="number",C_=String(t_+kh).length,D_=yh(ml).split(Yw,t_).slice(cf,t_).map((ml,Al)=>{let zl=cf+1+Al,yh=` ${` ${zl+kh}`.slice(-C_)} |`,Qh=r_[zl],t_=!r_[zl+1];if(Qh){let Al="";if(Array.isArray(Qh)){let zl=ml.slice(0,Qh[0]).replace(/[^\t]/g," "),kh=Qh[1]||1;Al=[`\n `,rd.gutter(yh.replace(/\d/g," "))," ",zl,rd.marker("^").repeat(kh)].join(""),t_&&Rl.message&&(Al+=" "+rd.message(Rl.message))}return[rd.marker(">"),rd.gutter(yh),ml.length>0?` ${ml}`:"",Al].join("")}else return` ${rd.gutter(yh)}${ml.length>0?` ${ml}`:""}`}).join(`\n`);return Rl.message&&!u_&&(D_=`${" ".repeat(C_+1)}${Rl.message}\n${D_}`),rd.reset(D_)}function eu(ml,Al,Rl={}){return Zn(ml,Al,Rl)}async function ci(ml,Al){let Rl=await Ue(Al),zl=Rl.preprocess?await Rl.preprocess(ml,Al):ml;Al.originalText=zl;let rd;try{rd=await Rl.parse(zl,Al,Al)}catch(Al){fi(Al,ml)}return{text:zl,ast:rd}}function fi(ml,Al){let{loc:Rl}=ml;if(Rl){let{start:zl,end:rd}=Rl;zl&&(zl={line:zl.line,column:zl.column-1}),rd&&(rd={line:rd.line,column:rd.column-1});let yh=eu(Al,{start:zl,end:rd},{highlightCode:!0});ml.message+=`\n`+yh,ml.codeFrame=yh}throw ml}var Kw=ci;async function tu(ml,Al,Rl,zl,rd){if(Rl.embeddedLanguageFormatting!=="auto")return;let{printer:yh}=Rl,{embed:kh}=yh;if(!kh)return;if(kh.length>2)throw new Error("printer.embed has too many parameters. The API changed in Prettier v3. Please update your plugin. See https://prettier.io/docs/plugins#optional-embed");let{hasPrettierIgnore:Qh}=yh,{getVisitorKeys:cf}=kh,t_=[];l();let r_=ml.stack;for(let{print:zl,node:yh,pathStack:kh}of t_)try{ml.stack=kh;let Qh=await zl(p,Al,ml,Rl);Qh&&rd.set(yh,Qh)}catch(ml){if(globalThis.PRETTIER_DEBUG)throw ml}ml.stack=r_;function p(ml,Al){return li(ml,Al,Rl,zl)}function l(){let{node:Al}=ml;if(Al===null||typeof Al!="object"||Qh?.(ml))return;for(let Rl of cf(Al))Array.isArray(Al[Rl])?ml.each(l,Rl):ml.call(l,Rl);let zl=kh(ml,Rl);if(zl){if(typeof zl=="function"){t_.push({print:zl,node:Al,pathStack:[...ml.stack]});return}rd.set(Al,zl)}}}async function li(ml,Al,Rl,zl){let rd=await zw({...Rl,...Al,parentParser:Rl.parser,originalText:ml,cursorOffset:void 0,rangeStart:void 0,rangeEnd:void 0},{passThrough:!0}),{ast:yh}=await Kw(ml,rd),kh=await zl(yh,rd);return He(kh)}function pi(ml,Al,Rl,zl){let{originalText:rd,[sA]:yh,locStart:kh,locEnd:Qh,[Symbol.for("printedComments")]:cf}=Al,{node:t_}=ml,r_=kh(t_),u_=Qh(t_);for(let ml of yh)kh(ml)>=r_&&Qh(ml)<=u_&&cf.add(ml);let{printPrettierIgnored:C_}=Al.printer;return C_?C_(ml,Al,Rl,zl):rd.slice(r_,u_)}var Xw=pi;async function Ve(ml,Al){({ast:ml}=await or(ml,Al));let Rl=new Map,zl=new Gb(ml),rd=Fn(Al),yh=new Map;await tu(zl,D,Al,Ve,yh);let kh=await nu(zl,Al,D,void 0,yh);if(dn(Al),Al.cursorOffset>=0){if(Al.nodeAfterCursor&&!Al.nodeBeforeCursor)return[RA,kh];if(Al.nodeBeforeCursor&&!Al.nodeAfterCursor)return[kh,RA]}return kh;function D(ml,Al){return ml===void 0||ml===zl?s(Al):Array.isArray(ml)?zl.call(()=>s(Al),...ml):zl.call(()=>s(Al),ml)}function s(ml){rd(zl);let kh=zl.node;if(kh==null)return"";let Qh=Yb(kh)&&ml===void 0;if(Qh&&Rl.has(kh))return Rl.get(kh);let cf=nu(zl,Al,D,ml,yh);return Qh&&Rl.set(kh,cf),cf}}function nu(ml,Al,Rl,zl,rd){let{node:yh}=ml,{printer:kh}=Al,Qh;switch(kh.hasPrettierIgnore?.(ml)?Qh=Xw(ml,Al,Rl,zl):rd.has(yh)?Qh=rd.get(yh):Qh=kh.print(ml,Al,Rl,zl),yh){case Al.cursorNode:Qh=Ee(Qh,ml=>[RA,ml,RA]);break;case Al.nodeBeforeCursor:Qh=Ee(Qh,ml=>[ml,RA]);break;case Al.nodeAfterCursor:Qh=Ee(Qh,ml=>[RA,ml]);break}return kh.printComment&&Vb(yh.comments)&&!kh.willPrintOwnComments?.(ml,Al)&&(Qh=mn(ml,Qh,Al)),Qh}async function or(ml,Al){let Rl=ml.comments??[];Al[sA]=Rl,Al[Symbol.for("printedComments")]=new Set,cn(ml,Al);let{printer:{preprocess:zl}}=Al;return ml=zl?await zl(ml,Al):ml,{ast:ml,comments:Rl}}function mi(ml,Al){let{cursorOffset:Rl,locStart:zl,locEnd:rd,getVisitorKeys:yh}=Al,i=ml=>zl(ml)<=Rl&&rd(ml)>=Rl,kh=ml,Qh=[ml];for(let Al of un(ml,{getVisitorKeys:yh,filter:i}))Qh.push(Al),kh=Al;if(on(kh,{getVisitorKeys:yh}))return{cursorNode:kh};let cf,t_,r_=-1,u_=Number.POSITIVE_INFINITY;for(;Qh.length>0&&(cf===void 0||t_===void 0);){kh=Qh.pop();let ml=cf!==void 0,Al=t_!==void 0;for(let Qh of ye(kh,{getVisitorKeys:yh})){if(!ml){let ml=rd(Qh);ml<=Rl&&ml>r_&&(cf=Qh,r_=ml)}if(!Al){let ml=zl(Qh);ml>=Rl&&mli(ml,Al)).filter(Boolean);let Rl={},kh=new Set(rd(ml));for(let Al in ml)!CE(ml,Al)||yh?.has(Al)||(kh.has(Al)?Rl[Al]=i(ml[Al],ml):Rl[Al]=ml[Al]);let Qh=zl(ml,Rl,Al);if(Qh!==null)return Qh??Rl}}var eC=di;var tC=Array.prototype.findLastIndex??function(ml){for(let Al=this.length-1;Al>=0;Al--){let Rl=this[Al];if(ml(Rl,Al,this))return Al}return-1},rC=X("findLastIndex",function(){if(Array.isArray(this))return tC}),nC=rC;function Ci(ml,Al){return Al=new Set(Al),ml.find(ml=>iC.has(ml.type)&&Al.has(ml))}function iu(ml){let Al=nC(0,ml,ml=>ml.type!=="Program"&&ml.type!=="File");return Al===-1?ml:ml.slice(0,Al+1)}function hi(ml,Al,{locStart:Rl,locEnd:zl}){let[rd,...yh]=ml,[kh,...Qh]=Al;if(rd===kh)return[rd,kh];let cf=Rl(rd);for(let ml of iu(Qh))if(Rl(ml)>=cf)kh=ml;else break;let t_=zl(kh);for(let ml of iu(yh)){if(zl(ml)<=t_)rd=ml;else break;if(rd===kh)break}return[rd,kh]}function sr(ml,Al,Rl,zl,rd=[],yh,kh){let{locStart:Qh,locEnd:cf}=kh,t_=Qh(ml),r_=cf(ml);if(Al>r_||Alzl);let yh=ml.slice(zl,rd).search(/\S/),kh=yh===-1;if(!kh)for(zl+=yh;rd>zl&&!/\S/.test(ml[rd-1]);--rd);let Qh=Al.printer.features?.experimental_locForRangeFormat??Al,cf=sr(Rl,zl,Al,(ml,Rl)=>su(Al,ml,Rl),[],"rangeStart",Qh);if(!cf)return;let t_=kh?cf:sr(Rl,rd,Al,ml=>su(Al,ml),[],"rangeEnd",Qh);if(!t_)return;let r_,C_;if(Rl.type==="JsonRoot"){let ml=Ci(cf,t_);r_=ml,C_=ml}else[r_,C_]=hi(cf,t_,Al);let{locStart:D_,locEnd:S_}=Qh;return[Math.min(D_(r_),D_(C_)),Math.max(S_(r_),S_(C_))]}var aC="\ufeff",oC=Symbol("cursor");async function mu(ml,Al,Rl=0){if(!ml||ml.trim().length===0)return{formatted:"",cursorOffset:-1,comments:[]};let{ast:zl,text:rd}=await Kw(ml,Al);Al.cursorOffset>=0&&(Al={...Al,...Zw(zl,Al)});let yh=await Ve(zl,Al,Rl);Rl>0&&(yh=Qe([LA,yh],Rl,Al.tabWidth));let kh=Ce(yh,Al);if(Rl>0){let ml=kh.formatted.trim();kh.cursorNodeStart!==void 0&&(kh.cursorNodeStart-=kh.formatted.indexOf(ml),kh.cursorNodeStart<0&&(kh.cursorNodeStart=0,kh.cursorNodeText=kh.cursorNodeText.trimStart()),kh.cursorNodeStart+kh.cursorNodeText.length>ml.length&&(kh.cursorNodeText=kh.cursorNodeText.trimEnd())),kh.formatted=ml+we(Al.endOfLine)}let Qh=Al[sA];if(Al.cursorOffset>=0){let ml,Rl,zl,yh;if((Al.cursorNode||Al.nodeBeforeCursor||Al.nodeAfterCursor)&&kh.cursorNodeText)if(zl=kh.cursorNodeStart,yh=kh.cursorNodeText,Al.cursorNode)ml=Al.locStart(Al.cursorNode),Rl=rd.slice(ml,Al.locEnd(Al.cursorNode));else{if(!Al.nodeBeforeCursor&&!Al.nodeAfterCursor)throw new Error("Cursor location must contain at least one of cursorNode, nodeBeforeCursor, nodeAfterCursor");ml=Al.nodeBeforeCursor?Al.locEnd(Al.nodeBeforeCursor):0;let zl=Al.nodeAfterCursor?Al.locStart(Al.nodeAfterCursor):rd.length;Rl=rd.slice(ml,zl)}else ml=0,Rl=rd,zl=0,yh=kh.formatted;let cf=Al.cursorOffset-ml;if(Rl===yh)return{formatted:kh.formatted,cursorOffset:zl+cf,comments:Qh};let t_=Rl.split("");t_.splice(cf,0,oC);let r_=yh.split(""),u_=Bt(t_,r_),C_=zl;for(let ml of u_)if(ml.removed){if(ml.value.includes(oC))break}else C_+=ml.count;return{formatted:kh.formatted,cursorOffset:C_,comments:Qh}}return{formatted:kh.formatted,cursorOffset:-1,comments:Qh}}async function yi(ml,Al){let{ast:Rl,text:zl}=await Kw(ml,Al),[rd,yh]=au(zl,Al,Rl)??[0,0],kh=zl.slice(rd,yh),cf=Math.min(rd,zl.lastIndexOf(`\n`,rd)+1),t_=zl.slice(cf,rd).match(/^\s*/)[0],r_=Mb(t_,Al.tabWidth),u_=await mu(kh,{...Al,rangeStart:0,rangeEnd:Number.POSITIVE_INFINITY,cursorOffset:Al.cursorOffset>rd&&Al.cursorOffset<=yh?Al.cursorOffset-rd:-1,endOfLine:"lf"},r_),C_=u_.formatted.trimEnd(),{cursorOffset:D_}=Al;D_>yh?D_+=C_.length-kh.length:u_.cursorOffset>=0&&(D_=u_.cursorOffset+rd);let S_=zl.slice(0,rd)+C_+zl.slice(yh);if(Al.endOfLine!=="lf"){let ml=we(Al.endOfLine);D_>=0&&ml===`\r\n`&&(D_+=Nt(S_.slice(0,D_),`\n`)),S_=Qh(0,S_,`\n`,ml)}return{formatted:S_,cursorOffset:D_,comments:u_.comments}}function Dr(ml,Al,Rl){return typeof Al!="number"||Number.isNaN(Al)||Al<0||Al>ml.length?Rl:Al}function fu(ml,Al){let{cursorOffset:Rl,rangeStart:zl,rangeEnd:rd}=Al;return Rl=Dr(ml,Rl,-1),zl=Dr(ml,zl,0),rd=Dr(ml,rd,ml.length),{...Al,cursorOffset:Rl,rangeStart:zl,rangeEnd:rd}}function du(ml,Al){let{cursorOffset:Rl,rangeStart:zl,rangeEnd:rd,endOfLine:yh}=fu(ml,Al),kh=ml.charAt(0)===aC;if(kh&&(ml=ml.slice(1),Rl--,zl--,rd--),yh==="auto"&&(yh=hr(ml)),ml.includes("\r")){let D=Al=>Nt(ml.slice(0,Math.max(Al,0)),`\r\n`);Rl-=D(Rl),zl-=D(zl),rd-=D(rd),ml=gr(ml)}return{hasBOM:kh,text:ml,options:fu(ml,{...Al,cursorOffset:Rl,rangeStart:zl,rangeEnd:rd,endOfLine:yh})}}async function lu(ml,Al){let Rl=await Ue(Al);return!Rl.hasPragma||Rl.hasPragma(ml)}async function Ai(ml,Al){return(await Ue(Al)).hasIgnorePragma?.(ml)}async function ar(ml,Al){let{hasBOM:Rl,text:zl,options:rd}=du(ml,await zw(Al));if(rd.rangeStart>=rd.rangeEnd&&zl!==""||rd.requirePragma&&!await lu(zl,rd)||rd.checkIgnorePragma&&await Ai(zl,rd))return{formatted:ml,cursorOffset:Al.cursorOffset,comments:[]};let yh;return rd.rangeStart>0||rd.rangeEnd=0&&yh.cursorOffset++),yh}async function Fu(ml,Al,Rl){let{text:zl,options:rd}=du(ml,await zw(Al)),yh=await Kw(zl,rd);return Rl&&(Rl.preprocessForPrint&&(yh.ast=await or(yh.ast,rd)),Rl.massage&&(yh.ast=eC(yh.ast,rd))),yh}async function Eu(ml,Al){Al=await zw(Al);let Rl=await Ve(ml,Al);return Ce(Rl,Al)}async function Cu(ml,Al){let Rl=Vr(ml),{formatted:zl}=await ar(Rl,{...Al,parser:"__js_expression"});return zl}async function hu(ml,Al){Al=await zw(Al);let{ast:Rl}=await Kw(ml,Al);return Al.cursorOffset>=0&&(Al={...Al,...Zw(Rl,Al)}),Ve(Rl,Al)}async function gu(ml,Al){return Ce(ml,await zw(Al))}var lC={};At(lC,{builders:()=>cC,printer:()=>uC,utils:()=>pC});var cC={join:be,line:NA,softline:OA,hardline:LA,literalline:jA,group:Ot,conditionalGroup:Rr,fill:Ir,lineSuffix:Ie,lineSuffixBoundary:UA,cursor:RA,breakParent:PA,ifBreak:vr,trim:GA,indent:oe,indentIfBreak:Lr,align:De,addAlignmentToDoc:Qe,markAsRoot:Xe,dedentToRoot:br,dedent:kr,hardlineWithoutBreakParent:QA,literallineWithoutBreakParent:MA,label:Mr,concat:ml=>ml},uC={printDocToString:Ce},pC={willBreak:Br,traverseDoc:kA,findInDoc:Ke,mapDoc:Se,removeLines:Nr,stripTrailingHardline:He,replaceEndOfLine:wr,canBreak:Or};var dC="3.9.4";var hC={};At(hC,{addDanglingComment:()=>re,addLeadingComment:()=>ce,addTrailingComment:()=>fe,getAlignmentSize:()=>Mb,getIndentSize:()=>AC,getMaxContinuousCount:()=>yC,getNextNonSpaceNonCommentCharacter:()=>bC,getNextNonSpaceNonCommentCharacterIndex:()=>ji,getPreferredQuote:()=>Nu,getStringWidth:()=>dy,hasNewline:()=>sE,hasNewlineInRange:()=>xC,hasSpaces:()=>DC,isNextLineEmpty:()=>zi,isNextLineEmptyAfterIndex:()=>gC,isPreviousLineEmpty:()=>Vi,makeString:()=>$i,skip:()=>_e,skipEverythingButNewLine:()=>rE,skipInlineComment:()=>fC,skipNewline:()=>iE,skipSpaces:()=>Xv,skipToLineEnd:()=>tE,skipTrailingComment:()=>_C,skipWhitespace:()=>Fv});function wi(ml,Al){if(Al===!1)return!1;if(ml.charAt(Al)==="/"&&ml.charAt(Al+1)==="*"){for(let Rl=Al+2;RlMath.max(ml,Al.length),0)/Al.length}var yC=ki;function Ii(ml,Al){let Rl=mC(ml,Al);return Rl===!1?"":ml.charAt(Rl)}var bC=Ii;var vC=Object.freeze({character:"'",codePoint:39}),EC=Object.freeze({character:'"',codePoint:34}),wC=Object.freeze({preferred:vC,alternate:EC}),CC=Object.freeze({preferred:EC,alternate:vC});function Nu(ml,Al){let{preferred:Rl,alternate:zl}=Al===!0||Al==="'"?wC:CC,{length:rd}=ml,yh=0,kh=0;for(let Al=0;Alkh?zl:Rl).character}function Li(ml,Al,Rl){for(let zl=Al;zlrd===zl?rd:yh===Al?"\\"+yh:yh||(Rl&&/^[^\n\r"'0-7\\bfnrt-vx\u2028\u2029]$/.test(rd)?rd:"\\"+rd));return Al+rd+Al}function zi(ml,Al){return arguments.length===2||typeof Al=="number"?gC(ml,Al):Wi(...arguments)}function de(ml,Al=1){return async(...Rl)=>{let zl=Rl[Al]??{},rd=zl.plugins??[];return Rl[Al]={...zl,plugins:Array.isArray(rd)?rd:Object.values(rd)},await ml(...Rl)}}var SC=de(ar);async function Su(ml,Al){let{formatted:Rl}=await SC(ml,{...Al,cursorOffset:-1});return Rl}async function Gi(ml,Al){return await Su(ml,Al)===ml}var kC=de(it,0),TC={parse:de(Fu),formatAST:de(Eu),formatDoc:de(Cu),printToDoc:de(hu),printDocToString:de(gu)};return Yu(rd)})},87269:(ml,Al,Rl)=>{"use strict"; -/*! Axios v1.18.0 Copyright (c) 2026 Matt Zabriskie and contributors */var zl=Rl(96454);var rd=Rl(76982);var yh=Rl(87016);var kh=Rl(3669);var Qh=Rl(58611);var cf=Rl(65692);var t_=Rl(85675);var r_=Rl(39023);var u_=Rl(16928);var C_=Rl(1573);var D_=Rl(43106);var S_=Rl(2203);var P_=Rl(24434);function bind(ml,Al){return function wrap(){return ml.apply(Al,arguments)}}const{toString:Cg}=Object.prototype;const{getPrototypeOf:eA}=Object;const{iterator:tA,toStringTag:rA}=Symbol;const nA=(({hasOwnProperty:ml})=>(Al,Rl)=>ml.call(Al,Rl))(Object.prototype);const hasOwnInPrototypeChain=(ml,Al)=>{let Rl=ml;const zl=[];while(Rl!=null&&Rl!==Object.prototype){if(zl.indexOf(Rl)!==-1){return false}zl.push(Rl);if(nA(Rl,Al)){return true}Rl=eA(Rl)}return false};const getSafeProp=(ml,Al)=>ml!=null&&hasOwnInPrototypeChain(ml,Al)?ml[Al]:undefined;const iA=(ml=>Al=>{const Rl=Cg.call(Al);return ml[Rl]||(ml[Rl]=Rl.slice(8,-1).toLowerCase())})(Object.create(null));const kindOfTest=ml=>{ml=ml.toLowerCase();return Al=>iA(Al)===ml};const typeOfTest=ml=>Al=>typeof Al===ml;const{isArray:sA}=Array;const aA=typeOfTest("undefined");function isBuffer(ml){return ml!==null&&!aA(ml)&&ml.constructor!==null&&!aA(ml.constructor)&&cA(ml.constructor.isBuffer)&&ml.constructor.isBuffer(ml)}const oA=kindOfTest("ArrayBuffer");function isArrayBufferView(ml){let Al;if(typeof ArrayBuffer!=="undefined"&&ArrayBuffer.isView){Al=ArrayBuffer.isView(ml)}else{Al=ml&&ml.buffer&&oA(ml.buffer)}return Al}const lA=typeOfTest("string");const cA=typeOfTest("function");const uA=typeOfTest("number");const isObject=ml=>ml!==null&&typeof ml==="object";const isBoolean=ml=>ml===true||ml===false;const isPlainObject=ml=>{if(!isObject(ml)){return false}const Al=eA(ml);return(Al===null||Al===Object.prototype||eA(Al)===null)&&!hasOwnInPrototypeChain(ml,rA)&&!hasOwnInPrototypeChain(ml,tA)};const isEmptyObject=ml=>{if(!isObject(ml)||isBuffer(ml)){return false}try{return Object.keys(ml).length===0&&Object.getPrototypeOf(ml)===Object.prototype}catch(ml){return false}};const pA=kindOfTest("Date");const dA=kindOfTest("File");const isReactNativeBlob=ml=>!!(ml&&typeof ml.uri!=="undefined");const isReactNative=ml=>ml&&typeof ml.getParts!=="undefined";const hA=kindOfTest("Blob");const fA=kindOfTest("FileList");const isStream=ml=>isObject(ml)&&cA(ml.pipe);function getGlobal(){if(typeof globalThis!=="undefined")return globalThis;if(typeof self!=="undefined")return self;if(typeof window!=="undefined")return window;if(typeof global!=="undefined")return global;return{}}const _A=getGlobal();const mA=typeof _A.FormData!=="undefined"?_A.FormData:undefined;const isFormData=ml=>{if(!ml)return false;if(mA&&ml instanceof mA)return true;const Al=eA(ml);if(!Al||Al===Object.prototype)return false;if(!cA(ml.append))return false;const Rl=iA(ml);return Rl==="formdata"||Rl==="object"&&cA(ml.toString)&&ml.toString()==="[object FormData]"};const gA=kindOfTest("URLSearchParams");const[AA,yA,bA,vA]=["ReadableStream","Request","Response","Headers"].map(kindOfTest);const trim=ml=>ml.trim?ml.trim():ml.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function forEach(ml,Al,{allOwnKeys:Rl=false}={}){if(ml===null||typeof ml==="undefined"){return}let zl;let rd;if(typeof ml!=="object"){ml=[ml]}if(sA(ml)){for(zl=0,rd=ml.length;zl0){rd=Rl[zl];if(Al===rd.toLowerCase()){return rd}}return null}const EA=(()=>{if(typeof globalThis!=="undefined")return globalThis;return typeof self!=="undefined"?self:typeof window!=="undefined"?window:global})();const isContextDefined=ml=>!aA(ml)&&ml!==EA;function merge(...ml){const{caseless:Al,skipUndefined:Rl}=isContextDefined(this)&&this||{};const zl={};const assignValue=(ml,rd)=>{if(rd==="__proto__"||rd==="constructor"||rd==="prototype"){return}const yh=Al&&typeof rd==="string"&&findKey(zl,rd)||rd;const kh=nA(zl,yh)?zl[yh]:undefined;if(isPlainObject(kh)&&isPlainObject(ml)){zl[yh]=merge(kh,ml)}else if(isPlainObject(ml)){zl[yh]=merge({},ml)}else if(sA(ml)){zl[yh]=ml.slice()}else if(!Rl||!aA(ml)){zl[yh]=ml}};for(let Al=0,Rl=ml.length;Al{forEach(Al,(Al,zl)=>{if(Rl&&cA(Al)){Object.defineProperty(ml,zl,{__proto__:null,value:bind(Al,Rl),writable:true,enumerable:true,configurable:true})}else{Object.defineProperty(ml,zl,{__proto__:null,value:Al,writable:true,enumerable:true,configurable:true})}},{allOwnKeys:zl});return ml};const stripBOM=ml=>{if(ml.charCodeAt(0)===65279){ml=ml.slice(1)}return ml};const inherits=(ml,Al,Rl,zl)=>{ml.prototype=Object.create(Al.prototype,zl);Object.defineProperty(ml.prototype,"constructor",{__proto__:null,value:ml,writable:true,enumerable:false,configurable:true});Object.defineProperty(ml,"super",{__proto__:null,value:Al.prototype});Rl&&Object.assign(ml.prototype,Rl)};const toFlatObject=(ml,Al,Rl,zl)=>{let rd;let yh;let kh;const Qh={};Al=Al||{};if(ml==null)return Al;do{rd=Object.getOwnPropertyNames(ml);yh=rd.length;while(yh-- >0){kh=rd[yh];if((!zl||zl(kh,ml,Al))&&!Qh[kh]){Al[kh]=ml[kh];Qh[kh]=true}}ml=Rl!==false&&eA(ml)}while(ml&&(!Rl||Rl(ml,Al))&&ml!==Object.prototype);return Al};const endsWith=(ml,Al,Rl)=>{ml=String(ml);if(Rl===undefined||Rl>ml.length){Rl=ml.length}Rl-=Al.length;const zl=ml.indexOf(Al,Rl);return zl!==-1&&zl===Rl};const toArray=ml=>{if(!ml)return null;if(sA(ml))return ml;let Al=ml.length;if(!uA(Al))return null;const Rl=new Array(Al);while(Al-- >0){Rl[Al]=ml[Al]}return Rl};const wA=(ml=>Al=>ml&&Al instanceof ml)(typeof Uint8Array!=="undefined"&&eA(Uint8Array));const forEachEntry=(ml,Al)=>{const Rl=ml&&ml[tA];const zl=Rl.call(ml);let rd;while((rd=zl.next())&&!rd.done){const Rl=rd.value;Al.call(ml,Rl[0],Rl[1])}};const matchAll=(ml,Al)=>{let Rl;const zl=[];while((Rl=ml.exec(Al))!==null){zl.push(Rl)}return zl};const CA=kindOfTest("HTMLFormElement");const toCamelCase=ml=>ml.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function replacer(ml,Al,Rl){return Al.toUpperCase()+Rl});const{propertyIsEnumerable:xA}=Object.prototype;const DA=kindOfTest("RegExp");const reduceDescriptors=(ml,Al)=>{const Rl=Object.getOwnPropertyDescriptors(ml);const zl={};forEach(Rl,(Rl,rd)=>{let yh;if((yh=Al(Rl,rd,ml))!==false){zl[rd]=yh||Rl}});Object.defineProperties(ml,zl)};const freezeMethods=ml=>{reduceDescriptors(ml,(Al,Rl)=>{if(cA(ml)&&["arguments","caller","callee"].includes(Rl)){return false}const zl=ml[Rl];if(!cA(zl))return;Al.enumerable=false;if("writable"in Al){Al.writable=false;return}if(!Al.set){Al.set=()=>{throw Error("Can not rewrite read-only method '"+Rl+"'")}}})};const toObjectSet=(ml,Al)=>{const Rl={};const define=ml=>{ml.forEach(ml=>{Rl[ml]=true})};sA(ml)?define(ml):define(String(ml).split(Al));return Rl};const noop=()=>{};const toFiniteNumber=(ml,Al)=>ml!=null&&Number.isFinite(ml=+ml)?ml:Al;function isSpecCompliantForm(ml){return!!(ml&&cA(ml.append)&&ml[rA]==="FormData"&&ml[tA])}const toJSONObject=ml=>{const Al=new WeakSet;const visit=ml=>{if(isObject(ml)){if(Al.has(ml)){return}if(isBuffer(ml)){return ml}if(!("toJSON"in ml)){Al.add(ml);const Rl=sA(ml)?[]:{};forEach(ml,(ml,Al)=>{const zl=visit(ml);!aA(zl)&&(Rl[Al]=zl)});Al.delete(ml);return Rl}}return ml};return visit(ml)};const SA=kindOfTest("AsyncFunction");const isThenable=ml=>ml&&(isObject(ml)||cA(ml))&&cA(ml.then)&&cA(ml.catch);const kA=((ml,Al)=>{if(ml){return setImmediate}return Al?((ml,Al)=>{EA.addEventListener("message",({source:Rl,data:zl})=>{if(Rl===EA&&zl===ml){Al.length&&Al.shift()()}},false);return Rl=>{Al.push(Rl);EA.postMessage(ml,"*")}})(`axios@${Math.random()}`,[]):ml=>setTimeout(ml)})(typeof setImmediate==="function",cA(EA.postMessage));const TA=typeof queueMicrotask!=="undefined"?queueMicrotask.bind(EA):typeof process!=="undefined"&&process.nextTick||kA;const isIterable=ml=>ml!=null&&cA(ml[tA]);const isSafeIterable=ml=>ml!=null&&hasOwnInPrototypeChain(ml,tA)&&isIterable(ml);var IA={isArray:sA,isArrayBuffer:oA,isBuffer:isBuffer,isFormData:isFormData,isArrayBufferView:isArrayBufferView,isString:lA,isNumber:uA,isBoolean:isBoolean,isObject:isObject,isPlainObject:isPlainObject,isEmptyObject:isEmptyObject,isReadableStream:AA,isRequest:yA,isResponse:bA,isHeaders:vA,isUndefined:aA,isDate:pA,isFile:dA,isReactNativeBlob:isReactNativeBlob,isReactNative:isReactNative,isBlob:hA,isRegExp:DA,isFunction:cA,isStream:isStream,isURLSearchParams:gA,isTypedArray:wA,isFileList:fA,forEach:forEach,merge:merge,extend:extend,trim:trim,stripBOM:stripBOM,inherits:inherits,toFlatObject:toFlatObject,kindOf:iA,kindOfTest:kindOfTest,endsWith:endsWith,toArray:toArray,forEachEntry:forEachEntry,matchAll:matchAll,isHTMLForm:CA,hasOwnProperty:nA,hasOwnProp:nA,hasOwnInPrototypeChain:hasOwnInPrototypeChain,getSafeProp:getSafeProp,reduceDescriptors:reduceDescriptors,freezeMethods:freezeMethods,toObjectSet:toObjectSet,toCamelCase:toCamelCase,noop:noop,toFiniteNumber:toFiniteNumber,findKey:findKey,global:EA,isContextDefined:isContextDefined,isSpecCompliantForm:isSpecCompliantForm,toJSONObject:toJSONObject,isAsyncFn:SA,isThenable:isThenable,setImmediate:kA,asap:TA,isIterable:isIterable,isSafeIterable:isSafeIterable};const BA=IA.toObjectSet(["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"]);var parseHeaders=ml=>{const Al={};let Rl;let zl;let rd;ml&&ml.split("\n").forEach(function parser(ml){rd=ml.indexOf(":");Rl=ml.substring(0,rd).trim().toLowerCase();zl=ml.substring(rd+1).trim();if(!Rl||Al[Rl]&&BA[Rl]){return}if(Rl==="set-cookie"){if(Al[Rl]){Al[Rl].push(zl)}else{Al[Rl]=[zl]}}else{Al[Rl]=Al[Rl]?Al[Rl]+", "+zl:zl}});return Al};function trimSPorHTAB(ml){let Al=0;let Rl=ml.length;while(AlAl){const Al=ml.charCodeAt(Rl-1);if(Al!==9&&Al!==32){break}Rl-=1}return Al===0&&Rl===ml.length?ml:ml.slice(Al,Rl)}const FA=new RegExp("[\\u0000-\\u0008\\u000a-\\u001f\\u007f]+","g");const PA=new RegExp("[^\\u0009\\u0020-\\u007e\\u0080-\\u00ff]+","g");function sanitizeValue(ml,Al){if(IA.isArray(ml)){return ml.map(ml=>sanitizeValue(ml,Al))}return trimSPorHTAB(String(ml).replace(Al,""))}const sanitizeHeaderValue=ml=>sanitizeValue(ml,FA);const sanitizeByteStringHeaderValue=ml=>sanitizeValue(ml,PA);function toByteStringHeaderObject(ml){const Al=Object.create(null);IA.forEach(ml.toJSON(),(ml,Rl)=>{Al[Rl]=sanitizeByteStringHeaderValue(ml)});return Al}const RA=Symbol("internals");function normalizeHeader(ml){return ml&&String(ml).trim().toLowerCase()}function normalizeValue(ml){if(ml===false||ml==null){return ml}return IA.isArray(ml)?ml.map(normalizeValue):sanitizeHeaderValue(String(ml))}function parseTokens(ml){const Al=Object.create(null);const Rl=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;let zl;while(zl=Rl.exec(ml)){Al[zl[1]]=zl[2]}return Al}const isValidHeaderName=ml=>/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(ml.trim());function matchHeaderValue(ml,Al,Rl,zl,rd){if(IA.isFunction(zl)){return zl.call(this,Al,Rl)}if(rd){Al=Rl}if(!IA.isString(Al))return;if(IA.isString(zl)){return Al.indexOf(zl)!==-1}if(IA.isRegExp(zl)){return zl.test(Al)}}function formatHeader(ml){return ml.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(ml,Al,Rl)=>Al.toUpperCase()+Rl)}function buildAccessors(ml,Al){const Rl=IA.toCamelCase(" "+Al);["get","set","has"].forEach(zl=>{Object.defineProperty(ml,zl+Rl,{__proto__:null,value:function(ml,Rl,rd){return this[zl].call(this,Al,ml,Rl,rd)},configurable:true})})}class AxiosHeaders{constructor(ml){ml&&this.set(ml)}set(ml,Al,Rl){const zl=this;function setHeader(ml,Al,Rl){const rd=normalizeHeader(Al);if(!rd){return}const yh=IA.findKey(zl,rd);if(!yh||zl[yh]===undefined||Rl===true||Rl===undefined&&zl[yh]!==false){zl[yh||Al]=normalizeValue(ml)}}const setHeaders=(ml,Al)=>IA.forEach(ml,(ml,Rl)=>setHeader(ml,Rl,Al));if(IA.isPlainObject(ml)||ml instanceof this.constructor){setHeaders(ml,Al)}else if(IA.isString(ml)&&(ml=ml.trim())&&!isValidHeaderName(ml)){setHeaders(parseHeaders(ml),Al)}else if(IA.isObject(ml)&&IA.isSafeIterable(ml)){let Rl=Object.create(null),zl,rd;for(const Al of ml){if(!IA.isArray(Al)){throw new TypeError("Object iterator must return a key-value pair")}rd=Al[0];if(IA.hasOwnProp(Rl,rd)){zl=Rl[rd];Rl[rd]=IA.isArray(zl)?[...zl,Al[1]]:[zl,Al[1]]}else{Rl[rd]=Al[1]}}setHeaders(Rl,Al)}else{ml!=null&&setHeader(Al,ml,Rl)}return this}get(ml,Al){ml=normalizeHeader(ml);if(ml){const Rl=IA.findKey(this,ml);if(Rl){const ml=this[Rl];if(!Al){return ml}if(Al===true){return parseTokens(ml)}if(IA.isFunction(Al)){return Al.call(this,ml,Rl)}if(IA.isRegExp(Al)){return Al.exec(ml)}throw new TypeError("parser must be boolean|regexp|function")}}}has(ml,Al){ml=normalizeHeader(ml);if(ml){const Rl=IA.findKey(this,ml);return!!(Rl&&this[Rl]!==undefined&&(!Al||matchHeaderValue(this,this[Rl],Rl,Al)))}return false}delete(ml,Al){const Rl=this;let zl=false;function deleteHeader(ml){ml=normalizeHeader(ml);if(ml){const rd=IA.findKey(Rl,ml);if(rd&&(!Al||matchHeaderValue(Rl,Rl[rd],rd,Al))){delete Rl[rd];zl=true}}}if(IA.isArray(ml)){ml.forEach(deleteHeader)}else{deleteHeader(ml)}return zl}clear(ml){const Al=Object.keys(this);let Rl=Al.length;let zl=false;while(Rl--){const rd=Al[Rl];if(!ml||matchHeaderValue(this,this[rd],rd,ml,true)){delete this[rd];zl=true}}return zl}normalize(ml){const Al=this;const Rl={};IA.forEach(this,(zl,rd)=>{const yh=IA.findKey(Rl,rd);if(yh){Al[yh]=normalizeValue(zl);delete Al[rd];return}const kh=ml?formatHeader(rd):String(rd).trim();if(kh!==rd){delete Al[rd]}Al[kh]=normalizeValue(zl);Rl[kh]=true});return this}concat(...ml){return this.constructor.concat(this,...ml)}toJSON(ml){const Al=Object.create(null);IA.forEach(this,(Rl,zl)=>{Rl!=null&&Rl!==false&&(Al[zl]=ml&&IA.isArray(Rl)?Rl.join(", "):Rl)});return Al}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map(([ml,Al])=>ml+": "+Al).join("\n")}getSetCookie(){return this.get("set-cookie")||[]}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(ml){return ml instanceof this?ml:new this(ml)}static concat(ml,...Al){const Rl=new this(ml);Al.forEach(ml=>Rl.set(ml));return Rl}static accessor(ml){const Al=this[RA]=this[RA]={accessors:{}};const Rl=Al.accessors;const zl=this.prototype;function defineAccessor(ml){const Al=normalizeHeader(ml);if(!Rl[Al]){buildAccessors(zl,ml);Rl[Al]=true}}IA.isArray(ml)?ml.forEach(defineAccessor):defineAccessor(ml);return this}}AxiosHeaders.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]);IA.reduceDescriptors(AxiosHeaders.prototype,({value:ml},Al)=>{let Rl=Al[0].toUpperCase()+Al.slice(1);return{get:()=>ml,set(ml){this[Rl]=ml}}});IA.freezeMethods(AxiosHeaders);const NA="[REDACTED ****]";function hasOwnOrPrototypeToJSON(ml){if(IA.hasOwnProp(ml,"toJSON")){return true}let Al=Object.getPrototypeOf(ml);while(Al&&Al!==Object.prototype){if(IA.hasOwnProp(Al,"toJSON")){return true}Al=Object.getPrototypeOf(Al)}return false}function redactConfig(ml,Al){const Rl=new Set(Al.map(ml=>String(ml).toLowerCase()));const zl=[];const visit=ml=>{if(ml===null||typeof ml!=="object")return ml;if(IA.isBuffer(ml))return ml;if(zl.indexOf(ml)!==-1)return undefined;if(ml instanceof AxiosHeaders){ml=ml.toJSON()}zl.push(ml);let Al;if(IA.isArray(ml)){Al=[];ml.forEach((ml,Rl)=>{const zl=visit(ml);if(!IA.isUndefined(zl)){Al[Rl]=zl}})}else{if(!IA.isPlainObject(ml)&&hasOwnOrPrototypeToJSON(ml)){zl.pop();return ml}Al=Object.create(null);for(const[zl,rd]of Object.entries(ml)){const ml=Rl.has(zl.toLowerCase())?NA:visit(rd);if(!IA.isUndefined(ml)){Al[zl]=ml}}}zl.pop();return Al};return visit(ml)}class AxiosError extends Error{static from(ml,Al,Rl,zl,rd,yh){const kh=new AxiosError(ml.message,Al||ml.code,Rl,zl,rd);kh.cause=ml;kh.name=ml.name;if(ml.status!=null&&kh.status==null){kh.status=ml.status}yh&&Object.assign(kh,yh);return kh}constructor(ml,Al,Rl,zl,rd){super(ml);Object.defineProperty(this,"message",{__proto__:null,value:ml,enumerable:true,writable:true,configurable:true});this.name="AxiosError";this.isAxiosError=true;Al&&(this.code=Al);Rl&&(this.config=Rl);zl&&(this.request=zl);if(rd){this.response=rd;this.status=rd.status}}toJSON(){const ml=this.config;const Al=ml&&IA.hasOwnProp(ml,"redact")?ml.redact:undefined;const Rl=IA.isArray(Al)&&Al.length>0?redactConfig(ml,Al):IA.toJSONObject(ml);return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:Rl,code:this.code,status:this.status}}}AxiosError.ERR_BAD_OPTION_VALUE="ERR_BAD_OPTION_VALUE";AxiosError.ERR_BAD_OPTION="ERR_BAD_OPTION";AxiosError.ECONNABORTED="ECONNABORTED";AxiosError.ETIMEDOUT="ETIMEDOUT";AxiosError.ECONNREFUSED="ECONNREFUSED";AxiosError.ERR_NETWORK="ERR_NETWORK";AxiosError.ERR_FR_TOO_MANY_REDIRECTS="ERR_FR_TOO_MANY_REDIRECTS";AxiosError.ERR_DEPRECATED="ERR_DEPRECATED";AxiosError.ERR_BAD_RESPONSE="ERR_BAD_RESPONSE";AxiosError.ERR_BAD_REQUEST="ERR_BAD_REQUEST";AxiosError.ERR_CANCELED="ERR_CANCELED";AxiosError.ERR_NOT_SUPPORT="ERR_NOT_SUPPORT";AxiosError.ERR_INVALID_URL="ERR_INVALID_URL";AxiosError.ERR_FORM_DATA_DEPTH_EXCEEDED="ERR_FORM_DATA_DEPTH_EXCEEDED";const OA=100;function isVisitable(ml){return IA.isPlainObject(ml)||IA.isArray(ml)}function removeBrackets(ml){return IA.endsWith(ml,"[]")?ml.slice(0,-2):ml}function renderKey(ml,Al,Rl){if(!ml)return Al;return ml.concat(Al).map(function each(ml,Al){ml=removeBrackets(ml);return!Rl&&Al?"["+ml+"]":ml}).join(Rl?".":"")}function isFlatArray(ml){return IA.isArray(ml)&&!ml.some(isVisitable)}const QA=IA.toFlatObject(IA,{},null,function filter(ml){return/^is[A-Z]/.test(ml)});function toFormData(ml,Al,Rl){if(!IA.isObject(ml)){throw new TypeError("target must be an object")}Al=Al||new(zl||FormData);Rl=IA.toFlatObject(Rl,{metaTokens:true,dots:false,indexes:false},false,function defined(ml,Al){return!IA.isUndefined(Al[ml])});const rd=Rl.metaTokens;const yh=Rl.visitor||defaultVisitor;const kh=Rl.dots;const Qh=Rl.indexes;const cf=Rl.Blob||typeof Blob!=="undefined"&&Blob;const t_=Rl.maxDepth===undefined?OA:Rl.maxDepth;const r_=cf&&IA.isSpecCompliantForm(Al);const u_=[];if(!IA.isFunction(yh)){throw new TypeError("visitor must be a function")}function convertValue(ml){if(ml===null)return"";if(IA.isDate(ml)){return ml.toISOString()}if(IA.isBoolean(ml)){return ml.toString()}if(!r_&&IA.isBlob(ml)){throw new AxiosError("Blob is not supported. Use a Buffer instead.")}if(IA.isArrayBuffer(ml)||IA.isTypedArray(ml)){return r_&&typeof Blob==="function"?new Blob([ml]):Buffer.from(ml)}return ml}function throwIfMaxDepthExceeded(ml){if(ml>t_){throw new AxiosError("Object is too deeply nested ("+ml+" levels). Max depth: "+t_,AxiosError.ERR_FORM_DATA_DEPTH_EXCEEDED)}}function stringifyWithDepthLimit(ml,Al){if(t_===Infinity){return JSON.stringify(ml)}const Rl=[];return JSON.stringify(ml,function limitDepth(ml,zl){if(!IA.isObject(zl)){return zl}while(Rl.length&&Rl[Rl.length-1]!==this){Rl.pop()}Rl.push(zl);throwIfMaxDepthExceeded(Al+Rl.length-1);return zl})}function defaultVisitor(ml,Rl,zl){let yh=ml;if(IA.isReactNative(Al)&&IA.isReactNativeBlob(ml)){Al.append(renderKey(zl,Rl,kh),convertValue(ml));return false}if(ml&&!zl&&typeof ml==="object"){if(IA.endsWith(Rl,"{}")){Rl=rd?Rl:Rl.slice(0,-2);ml=stringifyWithDepthLimit(ml,1)}else if(IA.isArray(ml)&&isFlatArray(ml)||(IA.isFileList(ml)||IA.endsWith(Rl,"[]"))&&(yh=IA.toArray(ml))){Rl=removeBrackets(Rl);yh.forEach(function each(ml,zl){!(IA.isUndefined(ml)||ml===null)&&Al.append(Qh===true?renderKey([Rl],zl,kh):Qh===null?Rl:Rl+"[]",convertValue(ml))});return false}}if(isVisitable(ml)){return true}Al.append(renderKey(zl,Rl,kh),convertValue(ml));return false}const C_=Object.assign(QA,{defaultVisitor:defaultVisitor,convertValue:convertValue,isVisitable:isVisitable});function build(ml,Rl,zl=0){if(IA.isUndefined(ml))return;throwIfMaxDepthExceeded(zl);if(u_.indexOf(ml)!==-1){throw new Error("Circular reference detected in "+Rl.join("."))}u_.push(ml);IA.forEach(ml,function each(ml,rd){const kh=!(IA.isUndefined(ml)||ml===null)&&yh.call(Al,ml,IA.isString(rd)?rd.trim():rd,Rl,C_);if(kh===true){build(ml,Rl?Rl.concat(rd):[rd],zl+1)}});u_.pop()}if(!IA.isObject(ml)){throw new TypeError("data must be an object")}build(ml);return Al}function encode$1(ml){const Al={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+"};return encodeURIComponent(ml).replace(/[!'()~]|%20/g,function replacer(ml){return Al[ml]})}function AxiosURLSearchParams(ml,Al){this._pairs=[];ml&&toFormData(ml,this,Al)}const LA=AxiosURLSearchParams.prototype;LA.append=function append(ml,Al){this._pairs.push([ml,Al])};LA.toString=function toString(ml){const Al=ml?function(Al){return ml.call(this,Al,encode$1)}:encode$1;return this._pairs.map(function each(ml){return Al(ml[0])+"="+Al(ml[1])},"").join("&")};function encode(ml){return encodeURIComponent(ml).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+")}function buildURL(ml,Al,Rl){if(!Al){return ml}const zl=IA.isFunction(Rl)?{serialize:Rl}:Rl;const rd=IA.getSafeProp(zl,"encode")||encode;const yh=IA.getSafeProp(zl,"serialize");let kh;if(yh){kh=yh(Al,zl)}else{kh=IA.isURLSearchParams(Al)?Al.toString():new AxiosURLSearchParams(Al,zl).toString(rd)}if(kh){const Al=ml.indexOf("#");if(Al!==-1){ml=ml.slice(0,Al)}ml+=(ml.indexOf("?")===-1?"?":"&")+kh}return ml}class InterceptorManager{constructor(){this.handlers=[]}use(ml,Al,Rl){this.handlers.push({fulfilled:ml,rejected:Al,synchronous:Rl?Rl.synchronous:false,runWhen:Rl?Rl.runWhen:null});return this.handlers.length-1}eject(ml){if(this.handlers[ml]){this.handlers[ml]=null}}clear(){if(this.handlers){this.handlers=[]}}forEach(ml){IA.forEach(this.handlers,function forEachHandler(Al){if(Al!==null){ml(Al)}})}}var MA={silentJSONParsing:true,forcedJSONParsing:true,clarifyTimeoutError:false,legacyInterceptorReqResOrdering:true,advertiseZstdAcceptEncoding:false,validateStatusUndefinedResolves:true};var jA=yh.URLSearchParams;const UA="abcdefghijklmnopqrstuvwxyz";const GA="0123456789";const qA={DIGIT:GA,ALPHA:UA,ALPHA_DIGIT:UA+UA.toUpperCase()+GA};const generateString=(ml=16,Al=qA.ALPHA_DIGIT)=>{let Rl="";const{length:zl}=Al;const yh=new Uint32Array(ml);rd.randomFillSync(yh);for(let rd=0;rdtypeof WorkerGlobalScope!=="undefined"&&self instanceof WorkerGlobalScope&&typeof self.importScripts==="function")();const zA=JA&&window.location.href||"http://localhost";var YA=Object.freeze({__proto__:null,hasBrowserEnv:JA,hasStandardBrowserEnv:VA,hasStandardBrowserWebWorkerEnv:WA,navigator:HA,origin:zA});var KA={...YA,...$A};function toURLEncodedForm(ml,Al){return toFormData(ml,new KA.classes.URLSearchParams,{visitor:function(ml,Al,Rl,zl){if(KA.isNode&&IA.isBuffer(ml)){this.append(Al,ml.toString("base64"));return false}return zl.defaultVisitor.apply(this,arguments)},...Al})}const XA=OA;function throwIfDepthExceeded(ml){if(ml>XA){throw new AxiosError("FormData field is too deeply nested ("+ml+" levels). Max depth: "+XA,AxiosError.ERR_FORM_DATA_DEPTH_EXCEEDED)}}function parsePropPath(ml){const Al=[];const Rl=/\w+|\[(\w*)]/g;let zl;while((zl=Rl.exec(ml))!==null){throwIfDepthExceeded(Al.length);Al.push(zl[0]==="[]"?"":zl[1]||zl[0])}return Al}function arrayToObject(ml){const Al={};const Rl=Object.keys(ml);let zl;const rd=Rl.length;let yh;for(zl=0;zl=ml.length;rd=!rd&&IA.isArray(Rl)?Rl.length:rd;if(kh){if(IA.hasOwnProp(Rl,rd)){Rl[rd]=IA.isArray(Rl[rd])?Rl[rd].concat(Al):[Rl[rd],Al]}else{Rl[rd]=Al}return!yh}if(!IA.hasOwnProp(Rl,rd)||!IA.isObject(Rl[rd])){Rl[rd]=[]}const Qh=buildPath(ml,Al,Rl[rd],zl);if(Qh&&IA.isArray(Rl[rd])){Rl[rd]=arrayToObject(Rl[rd])}return!yh}if(IA.isFormData(ml)&&IA.isFunction(ml.entries)){const Al={};IA.forEachEntry(ml,(ml,Rl)=>{buildPath(parsePropPath(ml),Rl,Al,0)});return Al}return null}const own=(ml,Al)=>ml!=null&&IA.hasOwnProp(ml,Al)?ml[Al]:undefined;function stringifySafely(ml,Al,Rl){if(IA.isString(ml)){try{(Al||JSON.parse)(ml);return IA.trim(ml)}catch(ml){if(ml.name!=="SyntaxError"){throw ml}}}return(Rl||JSON.stringify)(ml)}const ZA={transitional:MA,adapter:["xhr","http","fetch"],transformRequest:[function transformRequest(ml,Al){const Rl=Al.getContentType()||"";const zl=Rl.indexOf("application/json")>-1;const rd=IA.isObject(ml);if(rd&&IA.isHTMLForm(ml)){ml=new FormData(ml)}const yh=IA.isFormData(ml);if(yh){return zl?JSON.stringify(formDataToJSON(ml)):ml}if(IA.isArrayBuffer(ml)||IA.isBuffer(ml)||IA.isStream(ml)||IA.isFile(ml)||IA.isBlob(ml)||IA.isReadableStream(ml)){return ml}if(IA.isArrayBufferView(ml)){return ml.buffer}if(IA.isURLSearchParams(ml)){Al.setContentType("application/x-www-form-urlencoded;charset=utf-8",false);return ml.toString()}let kh;if(rd){const Al=own(this,"formSerializer");if(Rl.indexOf("application/x-www-form-urlencoded")>-1){return toURLEncodedForm(ml,Al).toString()}if((kh=IA.isFileList(ml))||Rl.indexOf("multipart/form-data")>-1){const Rl=own(this,"env");const zl=Rl&&Rl.FormData;return toFormData(kh?{"files[]":ml}:ml,zl&&new zl,Al)}}if(rd||zl){Al.setContentType("application/json",false);return stringifySafely(ml)}return ml}],transformResponse:[function transformResponse(ml){const Al=own(this,"transitional")||ZA.transitional;const Rl=Al&&Al.forcedJSONParsing;const zl=own(this,"responseType");const rd=zl==="json";if(IA.isResponse(ml)||IA.isReadableStream(ml)){return ml}if(ml&&IA.isString(ml)&&(Rl&&!zl||rd)){const Rl=Al&&Al.silentJSONParsing;const zl=!Rl&&rd;try{return JSON.parse(ml,own(this,"parseReviver"))}catch(ml){if(zl){if(ml.name==="SyntaxError"){throw AxiosError.from(ml,AxiosError.ERR_BAD_RESPONSE,this,null,own(this,"response"))}throw ml}}}return ml}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:KA.classes.FormData,Blob:KA.classes.Blob},validateStatus:function validateStatus(ml){return ml>=200&&ml<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":undefined}}};IA.forEach(["delete","get","head","post","put","patch","query"],ml=>{ZA.headers[ml]={}});function transformData(ml,Al){const Rl=this||ZA;const zl=Al||Rl;const rd=AxiosHeaders.from(zl.headers);let yh=zl.data;IA.forEach(ml,function transform(ml){yh=ml.call(Rl,yh,rd.normalize(),Al?Al.status:undefined)});rd.normalize();return yh}function isCancel(ml){return!!(ml&&ml.__CANCEL__)}class CanceledError extends AxiosError{constructor(ml,Al,Rl){super(ml==null?"canceled":ml,AxiosError.ERR_CANCELED,Al,Rl);this.name="CanceledError";this.__CANCEL__=true}}function settle(ml,Al,Rl){const zl=Rl.config.validateStatus;if(!Rl.status||!zl||zl(Rl.status)){ml(Rl)}else{Al(new AxiosError("Request failed with status code "+Rl.status,Rl.status>=400&&Rl.status<500?AxiosError.ERR_BAD_REQUEST:AxiosError.ERR_BAD_RESPONSE,Rl.config,Rl.request,Rl))}}function isAbsoluteURL(ml){if(typeof ml!=="string"){return false}return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(ml)}function combineURLs(ml,Al){return Al?ml.replace(/\/?\/$/,"")+"/"+Al.replace(/^\/+/,""):ml}const dy=/^https?:(?!\/\/)/i;const my=/[\t\n\r]/g;function stripLeadingC0ControlOrSpace(ml){let Al=0;while(Al!IA.isUndefined(Al[ml]));super({readableHighWaterMark:ml.chunkSize});const Al=this[Qy]={timeWindow:ml.timeWindow,chunkSize:ml.chunkSize,maxRate:ml.maxRate,minChunkSize:ml.minChunkSize,bytesSeen:0,isCaptured:false,notifiedBytesLoaded:0,ts:Date.now(),bytes:0,onReadCallback:null};this.on("newListener",ml=>{if(ml==="progress"){if(!Al.isCaptured){Al.isCaptured=true}}})}_read(ml){const Al=this[Qy];if(Al.onReadCallback){Al.onReadCallback()}return super._read(ml)}_transform(ml,Al,Rl){const zl=this[Qy];const rd=zl.maxRate;const yh=this.readableHighWaterMark;const kh=zl.timeWindow;const Qh=1e3/kh;const cf=rd/Qh;const t_=zl.minChunkSize!==false?Math.max(zl.minChunkSize,cf*.01):0;const pushChunk=(ml,Al)=>{const Rl=Buffer.byteLength(ml);zl.bytesSeen+=Rl;zl.bytes+=Rl;zl.isCaptured&&this.emit("progress",zl.bytesSeen);if(this.push(ml)){process.nextTick(Al)}else{zl.onReadCallback=()=>{zl.onReadCallback=null;process.nextTick(Al)}}};const transformChunk=(ml,Al)=>{const Rl=Buffer.byteLength(ml);let Qh=null;let r_=yh;let u_;let C_=0;if(rd){const ml=Date.now();if(!zl.ts||(C_=ml-zl.ts)>=kh){zl.ts=ml;u_=cf-zl.bytes;zl.bytes=u_<0?-u_:0;C_=0}u_=cf-zl.bytes}if(rd){if(u_<=0){return setTimeout(()=>{Al(null,ml)},kh-C_)}if(u_r_&&Rl-r_>t_){Qh=ml.subarray(r_);ml=ml.subarray(0,r_)}pushChunk(ml,Qh?()=>{process.nextTick(Al,null,Qh)}:Al)};transformChunk(ml,function transformNextChunk(ml,Al){if(ml){return Rl(ml)}if(Al){transformChunk(Al,transformNextChunk)}else{Rl(null)}})}}const{asyncIterator:Ky}=Symbol;const readBlob=async function*(ml){if(ml.stream){yield*ml.stream()}else if(ml.arrayBuffer){yield await ml.arrayBuffer()}else if(ml[Ky]){yield*ml[Ky]()}else{yield ml}};const Qb=KA.ALPHABET.ALPHA_DIGIT+"-_";const Lb=typeof TextEncoder==="function"?new TextEncoder:new r_.TextEncoder;const Mb="\r\n";const jb=Lb.encode(Mb);const Gb=2;class FormDataPart{constructor(ml,Al){const{escapeName:Rl}=this.constructor;const zl=IA.isString(Al);let rd=`Content-Disposition: form-data; name="${Rl(ml)}"${!zl&&Al.name?`; filename="${Rl(Al.name)}"`:""}${Mb}`;if(zl){Al=Lb.encode(String(Al).replace(/\r?\n|\r\n?/g,Mb))}else{const ml=String(Al.type||"application/octet-stream").replace(/[\r\n]/g,"");rd+=`Content-Type: ${ml}${Mb}`}this.headers=Lb.encode(rd+Mb);this.contentLength=zl?Al.byteLength:Al.size;this.size=this.headers.byteLength+this.contentLength+Gb;this.name=ml;this.value=Al}async*encode(){yield this.headers;const{value:ml}=this;if(IA.isTypedArray(ml)){yield ml}else{yield*readBlob(ml)}yield jb}static escapeName(ml){return String(ml).replace(/[\r\n"]/g,ml=>({"\r":"%0D","\n":"%0A",'"':"%22"}[ml]))}}const formDataToStream=(ml,Al,Rl)=>{const{tag:zl="form-data-boundary",size:rd=25,boundary:yh=zl+"-"+KA.generateString(rd,Qb)}=Rl||{};if(!IA.isFormData(ml)){throw new TypeError("FormData instance required")}if(yh.length<1||yh.length>70){throw new Error("boundary must be 1-70 characters long")}const kh=Lb.encode("--"+yh+Mb);const Qh=Lb.encode("--"+yh+"--"+Mb);let cf=Qh.byteLength;const t_=Array.from(ml.entries()).map(([ml,Al])=>{const Rl=new FormDataPart(ml,Al);cf+=Rl.size;return Rl});cf+=kh.byteLength*t_.length;cf=IA.toFiniteNumber(cf);const r_={"Content-Type":`multipart/form-data; boundary=${yh}`};if(Number.isFinite(cf)){r_["Content-Length"]=cf}Al&&Al(r_);return S_.Readable.from(async function*(){for(const ml of t_){yield kh;yield*ml.encode()}yield Qh}())};class ZlibHeaderTransformStream extends S_.Transform{__transform(ml,Al,Rl){this.push(ml);Rl()}_transform(ml,Al,Rl){if(ml.length!==0){this._transform=this.__transform;if(ml[0]!==120){const ml=Buffer.alloc(2);ml[0]=120;ml[1]=156;this.push(ml,Al)}}this.__transform(ml,Al,Rl)}}class Http2Sessions{constructor(){this.sessions=Object.create(null)}getSession(ml,Al){Al=Object.assign({sessionTimeout:1e3},Al);let Rl=this.sessions[ml];if(Rl){let ml=Rl.length;for(let zl=0;zl{if(rd){return}rd=true;if(yh){clearTimeout(yh);yh=null}let Al=Rl,kh=Al.length,Qh=kh;while(Qh--){if(Al[Qh][0]===zl){if(kh===1){delete this.sessions[ml]}else{Al.splice(Qh,1)}if(!zl.closed){zl.close()}return}}};const kh=zl.request;const{sessionTimeout:Qh}=Al;if(Qh!=null){let ml=0;zl.request=function(){const Al=kh.apply(this,arguments);ml++;if(yh){clearTimeout(yh);yh=null}Al.once("close",()=>{if(! --ml){yh=setTimeout(()=>{yh=null;removeSession()},Qh)}});return Al}}zl.once("close",removeSession);let cf=[zl,Al];Rl?Rl.push(cf):Rl=this.sessions[ml]=[cf];return zl}}const callbackify=(ml,Al)=>IA.isAsyncFn(ml)?function(...Rl){const zl=Rl.pop();ml.apply(this,Rl).then(ml=>{try{Al?zl(null,...Al(ml)):zl(null,ml)}catch(ml){zl(ml)}},zl)}:ml;const Vb=new Set(["localhost","0.0.0.0"]);const isIPv4Loopback=ml=>{const Al=ml.split(".");if(Al.length!==4)return false;if(Al[0]!=="127")return false;return Al.every(ml=>/^\d+$/.test(ml)&&Number(ml)>=0&&Number(ml)<=255)};const isIPv6ZeroGroup=ml=>/^0{1,4}$/.test(ml);const isIPv6Unspecified=ml=>{if(ml==="::")return true;const Al=ml.indexOf("::");if(Al!==-1){if(Al!==ml.lastIndexOf("::"))return false;const Rl=ml.slice(0,Al);const zl=ml.slice(Al+2);const rd=Rl?Rl.split(":"):[];const yh=zl?zl.split(":"):[];const kh=rd.length+yh.length;return kh<8&&rd.every(isIPv6ZeroGroup)&&yh.every(isIPv6ZeroGroup)}const Rl=ml.split(":");return Rl.length===8&&Rl.every(isIPv6ZeroGroup)};const isIPv6Loopback=ml=>{if(ml==="::1")return true;const Al=ml.match(/^::ffff:(\d+\.\d+\.\d+\.\d+)$/i);if(Al)return isIPv4Loopback(Al[1]);const Rl=ml.match(/^::ffff:([0-9a-f]{1,4}):([0-9a-f]{1,4})$/i);if(Rl){const ml=parseInt(Rl[1],16);return ml>=32512&&ml<=32767}const zl=ml.split(":");if(zl.length===8){for(let ml=0;ml<7;ml++){if(!/^0+$/.test(zl[ml]))return false}return/^0*1$/.test(zl[7])}return false};const isLoopback=ml=>{if(!ml)return false;if(Vb.has(ml))return true;if(isIPv4Loopback(ml))return true;if(isIPv6Unspecified(ml))return true;return isIPv6Loopback(ml)};const Yb={http:80,https:443,ws:80,wss:443,ftp:21};const parseNoProxyEntry=ml=>{let Al=ml;let Rl=0;if(Al.charAt(0)==="["){const ml=Al.indexOf("]");if(ml!==-1){const zl=Al.slice(1,ml);const rd=Al.slice(ml+1);if(rd.charAt(0)===":"&&/^\d+$/.test(rd.slice(1))){Rl=Number.parseInt(rd.slice(1),10)}return[zl,Rl]}}const zl=Al.indexOf(":");const rd=Al.lastIndexOf(":");if(zl!==-1&&zl===rd&&/^\d+$/.test(Al.slice(rd+1))){Rl=Number.parseInt(Al.slice(rd+1),10);Al=Al.slice(0,rd)}return[Al,Rl]};const Fv=/^(?:::|(?:0{1,4}:){1,4}:|(?:0{1,4}:){5})ffff:(\d+\.\d+\.\d+\.\d+)$/i;const Xv=/^(?:::|(?:0{1,4}:){1,4}:|(?:0{1,4}:){5})ffff:([0-9a-f]{1,4}):([0-9a-f]{1,4})$/i;const unmapIPv4MappedIPv6=ml=>{if(typeof ml!=="string"||ml.indexOf(":")===-1)return ml;const Al=ml.match(Fv);if(Al)return Al[1];const Rl=ml.match(Xv);if(Rl){const ml=parseInt(Rl[1],16);const Al=parseInt(Rl[2],16);return`${ml>>8}.${ml&255}.${Al>>8}.${Al&255}`}return ml};const normalizeNoProxyHost=ml=>{if(!ml){return ml}if(ml.charAt(0)==="["&&ml.charAt(ml.length-1)==="]"){ml=ml.slice(1,-1)}return unmapIPv4MappedIPv6(ml.replace(/\.+$/,""))};function shouldBypassProxy(ml){let Al;try{Al=new URL(ml)}catch(ml){return false}const Rl=(process.env.no_proxy||process.env.NO_PROXY||"").toLowerCase();if(!Rl){return false}if(Rl==="*"){return true}const zl=Number.parseInt(Al.port,10)||Yb[Al.protocol.split(":",1)[0]]||0;const rd=normalizeNoProxyHost(Al.hostname.toLowerCase());return Rl.split(/[\s,]+/).some(ml=>{if(!ml){return false}let[Al,Rl]=parseNoProxyEntry(ml);Al=normalizeNoProxyHost(Al);if(!Al){return false}if(Rl&&Rl!==zl){return false}if(Al.charAt(0)==="*"){Al=Al.slice(1)}if(Al.charAt(0)==="."){return rd.endsWith(Al)}return rd===Al||isLoopback(rd)&&isLoopback(Al)})}function speedometer(ml,Al){ml=ml||10;const Rl=new Array(ml);const zl=new Array(ml);let rd=0;let yh=0;let kh;Al=Al!==undefined?Al:1e3;return function push(Qh){const cf=Date.now();const t_=zl[yh];if(!kh){kh=cf}Rl[rd]=Qh;zl[rd]=cf;let r_=yh;let u_=0;while(r_!==rd){u_+=Rl[r_++];r_=r_%ml}rd=(rd+1)%ml;if(rd===yh){yh=(yh+1)%ml}if(cf-kh{Rl=zl;rd=null;if(yh){clearTimeout(yh);yh=null}ml(...Al)};const throttled=(...ml)=>{const Al=Date.now();const kh=Al-Rl;if(kh>=zl){invoke(ml,Al)}else{rd=ml;if(!yh){yh=setTimeout(()=>{yh=null;invoke(rd)},zl-kh)}}};const flush=()=>rd&&invoke(rd);return[throttled,flush]}const progressEventReducer=(ml,Al,Rl=3)=>{let zl=0;const rd=speedometer(50,250);return throttle(Rl=>{if(!Rl||typeof Rl.loaded!=="number"){return}const yh=Rl.loaded;const kh=Rl.lengthComputable?Rl.total:undefined;const Qh=kh!=null?Math.min(yh,kh):yh;const cf=Math.max(0,Qh-zl);const t_=rd(cf);zl=Math.max(zl,Qh);const r_={loaded:Qh,total:kh,progress:kh?Qh/kh:undefined,bytes:cf,rate:t_?t_:undefined,estimated:t_&&kh?(kh-Qh)/t_:undefined,event:Rl,lengthComputable:kh!=null,[Al?"download":"upload"]:true};ml(r_)},Rl)};const progressEventDecorator=(ml,Al)=>{const Rl=ml!=null;return[zl=>Al[0]({lengthComputable:Rl,total:ml,loaded:zl}),Al[1]]};const asyncDecorator=ml=>(...Al)=>IA.asap(()=>ml(...Al));const isHexDigit=ml=>ml>=48&&ml<=57||ml>=65&&ml<=70||ml>=97&&ml<=102;const isPercentEncodedByte=(ml,Al,Rl)=>Al+2ml>=2&&zl.charCodeAt(ml-2)===37&&zl.charCodeAt(ml-1)===51&&(zl.charCodeAt(ml)===68||zl.charCodeAt(ml)===100);if(rd>=0){if(zl.charCodeAt(rd)===61){Rl++;rd--}else if(tailIsPct3D(rd)){Rl++;rd-=3}}if(Rl===1&&rd>=0){if(zl.charCodeAt(rd)===61){Rl++}else if(tailIsPct3D(rd)){Rl++}}const yh=Math.floor(ml/4);const kh=yh*3-(Rl||0);return kh>0?kh:0}let yh=0;for(let ml=0,Al=zl.length;ml=55296&&Rl<=56319&&ml+1=56320&&Al<=57343){yh+=4;ml++}else{yh+=3}}else{yh+=3}}return yh}const tE={flush:D_.constants.Z_SYNC_FLUSH,finishFlush:D_.constants.Z_SYNC_FLUSH};const rE={flush:D_.constants.BROTLI_OPERATION_FLUSH,finishFlush:D_.constants.BROTLI_OPERATION_FLUSH};const iE={flush:D_.constants.ZSTD_e_flush,finishFlush:D_.constants.ZSTD_e_flush};const sE=IA.isFunction(D_.createBrotliDecompress);const pE=IA.isFunction(D_.createZstdDecompress);const dE="gzip, compress, deflate"+(sE?", br":"");const gE=dE+(pE?", zstd":"");const{http:bE,https:vE}=C_;const wE=/https:?/;const CE=["content-type","content-length"];function setFormDataHeaders$1(ml,Al,Rl){if(Rl!=="content-only"){ml.set(Al);return}Object.entries(Al).forEach(([Al,Rl])=>{if(CE.includes(Al.toLowerCase())){ml.set(Al,Rl)}})}const BE=Symbol("axios.http.socketListener");const NE=Symbol("axios.http.currentReq");const jE=Symbol("axios.http.installedTunnel");const GE=new Map;const WE=new WeakMap;function getTunnelingAgent(ml,Al){const Rl=ml.protocol+"//"+ml.hostname+":"+(ml.port||"")+"#"+(ml.auth||"");const zl=Al?WE.get(Al)||WE.set(Al,new Map).get(Al):GE;let rd=zl.get(Rl);if(rd)return rd;const yh=Al&&Al.options?{...Al.options,...ml}:ml;rd=new kh(yh);if(Al&&Al.options){const ml={...Al.options};const Rl=rd.callback;rd.callback=function axiosTunnelingAgentCallback(Al,zl){return Rl.call(this,Al,{...ml,...zl})}}rd[jE]=true;zl.set(Rl,rd);return rd}const YE=KA.protocols.map(ml=>ml+":");const decodeURIComponentSafe$1=ml=>{if(!IA.isString(ml)){return ml}try{return decodeURIComponent(ml)}catch(Al){return ml}};const flushOnFinish=(ml,[Al,Rl])=>{ml.on("end",Rl).on("error",Rl);return Al};const ow=new Http2Sessions;function dispatchBeforeRedirect(ml,Al,Rl){if(ml.beforeRedirects.proxy){ml.beforeRedirects.proxy(ml)}if(ml.beforeRedirects.auth){ml.beforeRedirects.auth(ml)}if(ml.beforeRedirects.sensitiveHeaders){ml.beforeRedirects.sensitiveHeaders(ml,Rl)}if(ml.beforeRedirects.config){ml.beforeRedirects.config(ml,Al,Rl)}}function stripMatchingHeaders(ml,Al){if(!ml){return}Object.keys(ml).forEach(Rl=>{if(Al.has(Rl.toLowerCase())){delete ml[Rl]}})}function isSameOriginRedirect(ml,Al){if(!Al){return false}try{return new URL(Al.url).origin===new URL(ml.href).origin}catch(ml){return false}}function setProxy(ml,Al,Rl,zl,rd){let yh=Al;if(!yh&&yh!==false){const ml=getProxyForUrl(Rl);if(ml){if(!shouldBypassProxy(Rl)){yh=new URL(ml)}}}if(zl&&ml.headers){for(const Al of Object.keys(ml.headers)){if(Al.toLowerCase()==="proxy-authorization"){delete ml.headers[Al]}}}if(zl&&ml.agent&&ml.agent[jE]){ml.agent=undefined}if(yh){const Al=yh instanceof URL;const readProxyField=ml=>Al||IA.hasOwnProp(yh,ml)?yh[ml]:undefined;const zl=readProxyField("username");const Qh=readProxyField("password");let cf=IA.hasOwnProp(yh,"auth")?yh.auth:undefined;if(zl){cf=(zl||"")+":"+(Qh||"")}if(cf){const ml=typeof cf==="object";const Al=ml&&IA.hasOwnProp(cf,"username")?cf.username:undefined;const Rl=ml&&IA.hasOwnProp(cf,"password")?cf.password:undefined;const zl=Boolean(Al||Rl);if(zl){cf=(Al||"")+":"+(Rl||"")}else if(ml){throw new AxiosError("Invalid proxy authorization",AxiosError.ERR_BAD_OPTION,{proxy:yh})}}const t_=wE.test(ml.protocol);if(t_){if(!(rd instanceof kh)){const Al=readProxyField("hostname")||readProxyField("host");const Rl=readProxyField("port");const zl=readProxyField("protocol");const yh=zl?zl.includes(":")?zl:`${zl}:`:"http:";const kh=Al&&Al.includes(":")&&!Al.startsWith("[")?`[${Al}]`:Al;const Qh=new URL(`${yh}//${kh}${Rl?":"+Rl:""}`);const t_={protocol:Qh.protocol,hostname:Qh.hostname.replace(/^\[|\]$/g,""),port:Qh.port,auth:cf&&typeof cf==="string"?cf:undefined};if(Qh.protocol==="https:"){t_.ALPNProtocols=["http/1.1"]}const r_=getTunnelingAgent(t_,rd);ml.agent=r_;if(ml.agents){ml.agents.https=r_}}}else{if(cf){const Al=Buffer.from(cf,"utf8").toString("base64");ml.headers["Proxy-Authorization"]="Basic "+Al}let Al=false;for(const Rl of Object.keys(ml.headers)){if(Rl.toLowerCase()==="host"){Al=true;break}}if(!Al){ml.headers.host=ml.hostname+(ml.port?":"+ml.port:"")}const zl=readProxyField("hostname")||readProxyField("host");ml.hostname=zl;ml.host=zl;ml.port=readProxyField("port");ml.path=Rl;const rd=readProxyField("protocol");if(rd){ml.protocol=rd.includes(":")?rd:`${rd}:`}}}ml.beforeRedirects.proxy=function beforeRedirect(ml){setProxy(ml,Al,ml.href,true,rd)}}const lw=typeof process!=="undefined"&&IA.kindOf(process)==="process";const wrapAsync=ml=>new Promise((Al,Rl)=>{let zl;let rd;const done=(ml,Al)=>{if(rd)return;rd=true;zl&&zl(ml,Al)};const _resolve=ml=>{done(ml);Al(ml)};const _reject=ml=>{done(ml,true);Rl(ml)};ml(_resolve,_reject,ml=>zl=ml).catch(_reject)});const resolveFamily=({address:ml,family:Al})=>{if(!IA.isString(ml)){throw TypeError("address must be a string")}return{address:ml,family:Al||(ml.indexOf(".")<0?6:4)}};const buildAddressEntry=(ml,Al)=>resolveFamily(IA.isObject(ml)?ml:{address:ml,family:Al});const cw={request(ml,Al){const Rl=ml.protocol+"//"+ml.hostname+":"+(ml.port||(ml.protocol==="https:"?443:80));const{http2Options:zl,headers:rd}=ml;const yh=ow.getSession(Rl,zl);const{HTTP2_HEADER_SCHEME:kh,HTTP2_HEADER_METHOD:Qh,HTTP2_HEADER_PATH:cf,HTTP2_HEADER_STATUS:r_}=t_.constants;const u_={[kh]:ml.protocol.replace(":",""),[Qh]:ml.method,[cf]:ml.path};IA.forEach(rd,(ml,Al)=>{Al.charAt(0)!==":"&&(u_[Al]=ml)});const C_=yh.request(u_);C_.once("response",ml=>{const Rl=C_;ml=Object.assign({},ml);const zl=ml[r_];delete ml[r_];Rl.headers=ml;Rl.statusCode=+zl;Al(Rl)});return C_}};var pw=lw&&function httpAdapter(ml){return wrapAsync(async function dispatchHttpRequest(Al,Rl,zl){const own=Al=>IA.getSafeProp(ml,Al);const rd=own("transitional")||MA;let yh=own("data");let kh=own("lookup");let t_=own("family");let C_=own("httpVersion");if(C_===undefined)C_=1;let Cg=own("http2Options");const eA=own("responseType");const tA=own("responseEncoding");const rA=own("httpAgent");const nA=own("httpsAgent");const iA=own("method").toUpperCase();const sA=own("maxRedirects");const aA=own("maxBodyLength");const oA=own("maxContentLength");const lA=own("decompress");let cA;let uA=false;let pA;let dA;C_=+C_;if(Number.isNaN(C_)){throw TypeError(`Invalid protocol version: '${ml.httpVersion}' is not a number`)}if(C_!==1&&C_!==2){throw TypeError(`Unsupported protocol version '${C_}'`)}const hA=C_===2;if(kh){const ml=callbackify(kh,ml=>IA.isArray(ml)?ml:[ml]);kh=(Al,Rl,zl)=>{ml(Al,Rl,(ml,Al,rd)=>{if(ml){return zl(ml)}const yh=IA.isArray(Al)?Al.map(ml=>buildAddressEntry(ml)):[buildAddressEntry(Al,rd)];Rl.all?zl(ml,yh):zl(ml,yh[0].address,yh[0].family)})}}const fA=new P_.EventEmitter;function abort(Al){try{fA.emit("abort",!Al||Al.type?new CanceledError(null,ml,pA):Al)}catch(ml){}}function clearConnectPhaseTimer(){if(dA){clearTimeout(dA);dA=null}}function createTimeoutError(){const Al=own("timeout");let Rl=Al?"timeout of "+Al+"ms exceeded":"timeout exceeded";const zl=own("timeoutErrorMessage");if(zl){Rl=zl}return new AxiosError(Rl,rd.clarifyTimeoutError?AxiosError.ETIMEDOUT:AxiosError.ECONNABORTED,ml,pA)}fA.once("abort",Rl);const onFinished=()=>{clearConnectPhaseTimer();if(ml.cancelToken){ml.cancelToken.unsubscribe(abort)}if(ml.signal){ml.signal.removeEventListener("abort",abort)}fA.removeAllListeners()};if(ml.cancelToken||ml.signal){ml.cancelToken&&ml.cancelToken.subscribe(abort);if(ml.signal){ml.signal.aborted?abort():ml.signal.addEventListener("abort",abort)}}zl((ml,Al)=>{cA=true;clearConnectPhaseTimer();if(Al){uA=true;onFinished();return}const{data:Rl}=ml;if(Rl instanceof S_.Readable||Rl instanceof S_.Duplex){const ml=S_.finished(Rl,()=>{ml();onFinished()})}else{onFinished()}});const _A=buildFullPath(own("baseURL"),own("url"),own("allowAbsoluteUrls"),ml);const mA=new URL(_A,KA.hasBrowserEnv?KA.origin:undefined);const gA=mA.protocol||YE[0];if(gA==="data:"){if(oA>-1){const Al=String(own("url")||_A||"");const zl=estimateDataURLDecodedBytes(Al);if(zl>oA){return Rl(new AxiosError("maxContentLength size of "+oA+" exceeded",AxiosError.ERR_BAD_RESPONSE,ml))}}let zl;if(iA!=="GET"){return settle(Al,Rl,{status:405,statusText:"method not allowed",headers:{},config:ml})}try{zl=fromDataURI(own("url"),eA==="blob",{Blob:ml.env&&ml.env.Blob})}catch(Al){throw AxiosError.from(Al,AxiosError.ERR_BAD_REQUEST,ml)}if(eA==="text"){zl=zl.toString(tA);if(!tA||tA==="utf8"){zl=IA.stripBOM(zl)}}else if(eA==="stream"){zl=S_.Readable.from(zl)}return settle(Al,Rl,{data:zl,status:200,statusText:"OK",headers:new AxiosHeaders,config:ml})}if(YE.indexOf(gA)===-1){return Rl(new AxiosError("Unsupported protocol "+gA,AxiosError.ERR_BAD_REQUEST,ml))}const AA=AxiosHeaders.from(ml.headers).normalize();AA.set("User-Agent","axios/"+xy,false);const{onUploadProgress:yA,onDownloadProgress:bA}=ml;const vA=ml.maxRate;let EA=undefined;let wA=undefined;if(IA.isSpecCompliantForm(yh)){const ml=AA.getContentType(/boundary=([-_\w\d]{10,70})/i);yh=formDataToStream(yh,ml=>{AA.set(ml)},{tag:`axios-${xy}-boundary`,boundary:ml&&ml[1]||undefined})}else if(IA.isFormData(yh)&&IA.isFunction(yh.getHeaders)&&yh.getHeaders!==Object.prototype.getHeaders){setFormDataHeaders$1(AA,yh.getHeaders(),own("formDataHeaderPolicy"));if(!AA.hasContentLength()){try{const ml=await r_.promisify(yh.getLength).call(yh);Number.isFinite(ml)&&ml>=0&&AA.setContentLength(ml)}catch(ml){}}}else if(IA.isBlob(yh)||IA.isFile(yh)){yh.size&&AA.setContentType(yh.type||"application/octet-stream");AA.setContentLength(yh.size||0);yh=S_.Readable.from(readBlob(yh))}else if(yh&&!IA.isStream(yh)){if(Buffer.isBuffer(yh));else if(IA.isArrayBuffer(yh)){yh=Buffer.from(new Uint8Array(yh))}else if(IA.isString(yh)){yh=Buffer.from(yh,"utf-8")}else{return Rl(new AxiosError("Data after transformation must be a string, an ArrayBuffer, a Buffer, or a Stream",AxiosError.ERR_BAD_REQUEST,ml))}AA.setContentLength(yh.length,false);if(aA>-1&&yh.length>aA){return Rl(new AxiosError("Request body larger than maxBodyLength limit",AxiosError.ERR_BAD_REQUEST,ml))}}const CA=IA.toFiniteNumber(AA.getContentLength());if(IA.isArray(vA)){EA=vA[0];wA=vA[1]}else{EA=wA=vA}if(yh&&(yA||EA)){if(!IA.isStream(yh)){yh=S_.Readable.from(yh,{objectMode:false})}yh=S_.pipeline([yh,new AxiosTransformStream({maxRate:IA.toFiniteNumber(EA)})],IA.noop);yA&&yh.on("progress",flushOnFinish(yh,progressEventDecorator(CA,progressEventReducer(asyncDecorator(yA),false,3))))}let xA=undefined;const DA=own("auth");if(DA){const ml=IA.getSafeProp(DA,"username")||"";const Al=IA.getSafeProp(DA,"password")||"";xA=ml+":"+Al}if(!xA&&(mA.username||mA.password)){const ml=decodeURIComponentSafe$1(mA.username);const Al=decodeURIComponentSafe$1(mA.password);xA=ml+":"+Al}xA&&AA.delete("authorization");let SA;try{SA=buildURL(mA.pathname+mA.search,own("params"),own("paramsSerializer")).replace(/^\?/,"")}catch(Al){const zl=new Error(Al.message);zl.config=ml;zl.url=own("url");zl.exists=true;return Rl(zl)}AA.set("Accept-Encoding",IA.hasOwnProp(rd,"advertiseZstdAcceptEncoding")&&rd.advertiseZstdAcceptEncoding===true?gE:dE,false);const kA=Object.assign(Object.create(null),{path:SA,method:iA,headers:toByteStringHeaderObject(AA),agents:{http:rA,https:nA},auth:xA,protocol:gA,family:t_,beforeRedirect:dispatchBeforeRedirect,beforeRedirects:Object.create(null),http2Options:Cg});!IA.isUndefined(kh)&&(kA.lookup=kh);const TA=own("socketPath");if(TA){if(typeof TA!=="string"){return Rl(new AxiosError("socketPath must be a string",AxiosError.ERR_BAD_OPTION_VALUE,ml))}const Al=own("allowedSocketPaths");if(Al!=null){const zl=Array.isArray(Al)?Al:[Al];const rd=u_.resolve(TA);const yh=zl.some(ml=>typeof ml==="string"&&u_.resolve(ml)===rd);if(!yh){return Rl(new AxiosError(`socketPath "${TA}" is not permitted by allowedSocketPaths`,AxiosError.ERR_BAD_OPTION_VALUE,ml))}}kA.socketPath=TA}else{kA.hostname=mA.hostname.startsWith("[")?mA.hostname.slice(1,-1):mA.hostname;kA.port=mA.port;setProxy(kA,own("proxy"),gA+"//"+mA.hostname+(mA.port?":"+mA.port:"")+kA.path,false,nA)}let BA;let FA=false;let PA=false;const RA=wE.test(kA.protocol);if(kA.agent==null){kA.agent=RA?nA:rA}if(hA){BA=cw}else{const Al=own("transport");if(Al){BA=Al}else if(sA===0){BA=RA?cf:Qh;FA=true}else{PA=true;kA.sensitiveHeaders=[];if(sA){kA.maxRedirects=sA}const Al=own("beforeRedirect");if(Al){kA.beforeRedirects.config=Al}if(xA){const ml=mA.origin;const Al=xA;kA.beforeRedirects.auth=function beforeRedirectAuth(Rl){try{if(new URL(Rl.href).origin===ml){Rl.auth=Al}}catch(ml){}}}const zl=own("sensitiveHeaders");if(zl!=null){if(!IA.isArray(zl)){return Rl(new AxiosError("sensitiveHeaders must be an array of strings",AxiosError.ERR_BAD_OPTION_VALUE,ml))}const Al=new Set;for(const rd of zl){if(!IA.isString(rd)){return Rl(new AxiosError("sensitiveHeaders must be an array of strings",AxiosError.ERR_BAD_OPTION_VALUE,ml))}Al.add(rd.toLowerCase())}if(Al.size){kA.sensitiveHeaders=Array.from(Al);kA.beforeRedirects.sensitiveHeaders=function beforeRedirectSensitiveHeaders(ml,Rl){if(!isSameOriginRedirect(ml,Rl)){stripMatchingHeaders(ml.headers,Al)}}}}BA=RA?vE:bE}}if(aA>-1){kA.maxBodyLength=aA}else{kA.maxBodyLength=Infinity}kA.insecureHTTPParser=Boolean(own("insecureHTTPParser"));pA=BA.request(kA,function handleResponse(zl){clearConnectPhaseTimer();if(pA.destroyed)return;const rd=[zl];const yh=IA.toFiniteNumber(zl.headers["content-length"]);if(bA||wA){const t_=new AxiosTransformStream({maxRate:IA.toFiniteNumber(wA)});bA&&t_.on("progress",flushOnFinish(t_,progressEventDecorator(yh,progressEventReducer(asyncDecorator(bA),true,3))));rd.push(t_)}let kh=zl;const Qh=zl.req||pA;if(lA!==false&&zl.headers["content-encoding"]){if(iA==="HEAD"||zl.statusCode===204){delete zl.headers["content-encoding"]}switch((zl.headers["content-encoding"]||"").toLowerCase()){case"gzip":case"x-gzip":case"compress":case"x-compress":rd.push(D_.createUnzip(tE));delete zl.headers["content-encoding"];break;case"deflate":rd.push(new ZlibHeaderTransformStream);rd.push(D_.createUnzip(tE));delete zl.headers["content-encoding"];break;case"br":if(sE){rd.push(D_.createBrotliDecompress(rE));delete zl.headers["content-encoding"]}break;case"zstd":if(pE){rd.push(D_.createZstdDecompress(iE));delete zl.headers["content-encoding"]}break}}kh=rd.length>1?S_.pipeline(rd,IA.noop):rd[0];const cf={status:zl.statusCode,statusText:zl.statusMessage,headers:new AxiosHeaders(zl.headers),config:ml,request:Qh};if(eA==="stream"){if(oA>-1){const r_=oA;const u_=kh;async function*enforceMaxContentLength(){let Al=0;for await(const Rl of u_){Al+=Rl.length;if(Al>r_){throw new AxiosError("maxContentLength size of "+r_+" exceeded",AxiosError.ERR_BAD_RESPONSE,ml,Qh)}yield Rl}}kh=S_.Readable.from(enforceMaxContentLength(),{objectMode:false})}cf.data=kh;settle(Al,Rl,cf)}else{const C_=[];let P_=0;kh.on("data",function handleStreamData(Al){C_.push(Al);P_+=Al.length;if(oA>-1&&P_>oA){uA=true;kh.destroy();abort(new AxiosError("maxContentLength size of "+oA+" exceeded",AxiosError.ERR_BAD_RESPONSE,ml,Qh))}});kh.on("aborted",function handlerStreamAborted(){if(uA){return}const Al=new AxiosError("stream has been aborted",AxiosError.ERR_BAD_RESPONSE,ml,Qh,cf);kh.destroy(Al);Rl(Al)});kh.on("error",function handleStreamError(Al){if(uA)return;Rl(AxiosError.from(Al,null,ml,Qh,cf))});kh.on("end",function handleStreamEnd(){try{let ml=C_.length===1?C_[0]:Buffer.concat(C_);if(eA!=="arraybuffer"){ml=ml.toString(tA);if(!tA||tA==="utf8"){ml=IA.stripBOM(ml)}}cf.data=ml}catch(Al){return Rl(AxiosError.from(Al,null,ml,cf.request,cf))}settle(Al,Rl,cf)})}fA.once("abort",ml=>{if(!kh.destroyed){kh.emit("error",ml);kh.destroy()}})});fA.once("abort",ml=>{if(pA.close){pA.close()}else{pA.destroy(ml)}});pA.on("error",function handleRequestError(Al){Rl(AxiosError.from(Al,null,ml,pA))});const NA=new Set;pA.on("socket",function handleRequestSocket(ml){ml.setKeepAlive(true,1e3*60);if(!ml[BE]){ml.on("error",function handleSocketError(Al){const Rl=ml[NE];if(Rl&&!Rl.destroyed){Rl.destroy(Al)}});ml[BE]=true}ml[NE]=pA;NA.add(ml)});pA.once("close",function clearCurrentReq(){clearConnectPhaseTimer();for(const ml of NA){if(ml[NE]===pA){ml[NE]=null}}NA.clear()});if(own("timeout")){const Al=parseInt(own("timeout"),10);if(Number.isNaN(Al)){abort(new AxiosError("error trying to parse `config.timeout` to int",AxiosError.ERR_BAD_OPTION_VALUE,ml,pA));return}const Rl=function handleTimeout(){if(cA)return;abort(createTimeoutError())};if(FA&&Al>0){dA=setTimeout(Rl,Al)}pA.setTimeout(Al,Rl)}else{pA.setTimeout(0)}if(IA.isStream(yh)){let Al=false;let Rl=false;yh.on("end",()=>{Al=true});yh.once("error",ml=>{Rl=true;pA.destroy(ml)});yh.on("close",()=>{if(!Al&&!Rl){abort(new CanceledError("Request stream has been aborted",ml,pA))}});let zl=yh;if(aA>-1&&!PA){const Al=aA;let Rl=0;zl=S_.pipeline([yh,new S_.Transform({transform(zl,rd,yh){Rl+=zl.length;if(Rl>Al){return yh(new AxiosError("Request body larger than maxBodyLength limit",AxiosError.ERR_BAD_REQUEST,ml,pA))}yh(null,zl)}})],IA.noop);zl.on("error",ml=>{if(!pA.destroyed)pA.destroy(ml)})}zl.pipe(pA)}else{yh&&pA.write(yh);pA.end()}})};var dw=KA.hasStandardBrowserEnv?((ml,Al)=>Rl=>{Rl=new URL(Rl,KA.origin);return ml.protocol===Rl.protocol&&ml.host===Rl.host&&(Al||ml.port===Rl.port)})(new URL(KA.origin),KA.navigator&&/(msie|trident)/i.test(KA.navigator.userAgent)):()=>true;var hw=KA.hasStandardBrowserEnv?{write(ml,Al,Rl,zl,rd,yh,kh){if(typeof document==="undefined")return;const Qh=[`${ml}=${encodeURIComponent(Al)}`];if(IA.isNumber(Rl)){Qh.push(`expires=${new Date(Rl).toUTCString()}`)}if(IA.isString(zl)){Qh.push(`path=${zl}`)}if(IA.isString(rd)){Qh.push(`domain=${rd}`)}if(yh===true){Qh.push("secure")}if(IA.isString(kh)){Qh.push(`SameSite=${kh}`)}document.cookie=Qh.join("; ")},read(ml){if(typeof document==="undefined")return null;const Al=document.cookie.split(";");for(let Rl=0;Rlml instanceof AxiosHeaders?{...ml}:ml;function mergeConfig(ml,Al){Al=Al||{};const Rl=Object.create(null);Object.defineProperty(Rl,"hasOwnProperty",{__proto__:null,value:Object.prototype.hasOwnProperty,enumerable:false,writable:true,configurable:true});function getMergedValue(ml,Al,Rl,zl){if(IA.isPlainObject(ml)&&IA.isPlainObject(Al)){return IA.merge.call({caseless:zl},ml,Al)}else if(IA.isPlainObject(Al)){return IA.merge({},Al)}else if(IA.isArray(Al)){return Al.slice()}return Al}function mergeDeepProperties(ml,Al,Rl,zl){if(!IA.isUndefined(Al)){return getMergedValue(ml,Al,Rl,zl)}else if(!IA.isUndefined(ml)){return getMergedValue(undefined,ml,Rl,zl)}}function valueFromConfig2(ml,Al){if(!IA.isUndefined(Al)){return getMergedValue(undefined,Al)}}function defaultToConfig2(ml,Al){if(!IA.isUndefined(Al)){return getMergedValue(undefined,Al)}else if(!IA.isUndefined(ml)){return getMergedValue(undefined,ml)}}function getMergedTransitionalOption(Rl){const zl=IA.hasOwnProp(Al,"transitional")?Al.transitional:undefined;if(!IA.isUndefined(zl)){if(IA.isPlainObject(zl)){if(IA.hasOwnProp(zl,Rl)){return zl[Rl]}}else{return undefined}}const rd=IA.hasOwnProp(ml,"transitional")?ml.transitional:undefined;if(IA.isPlainObject(rd)&&IA.hasOwnProp(rd,Rl)){return rd[Rl]}return undefined}function mergeDirectKeys(Rl,zl,rd){if(IA.hasOwnProp(Al,rd)){return getMergedValue(Rl,zl)}else if(IA.hasOwnProp(ml,rd)){return getMergedValue(undefined,Rl)}}const zl={url:valueFromConfig2,method:valueFromConfig2,data:valueFromConfig2,baseURL:defaultToConfig2,transformRequest:defaultToConfig2,transformResponse:defaultToConfig2,paramsSerializer:defaultToConfig2,timeout:defaultToConfig2,timeoutMessage:defaultToConfig2,withCredentials:defaultToConfig2,withXSRFToken:defaultToConfig2,adapter:defaultToConfig2,responseType:defaultToConfig2,xsrfCookieName:defaultToConfig2,xsrfHeaderName:defaultToConfig2,onUploadProgress:defaultToConfig2,onDownloadProgress:defaultToConfig2,decompress:defaultToConfig2,maxContentLength:defaultToConfig2,maxBodyLength:defaultToConfig2,beforeRedirect:defaultToConfig2,transport:defaultToConfig2,httpAgent:defaultToConfig2,httpsAgent:defaultToConfig2,cancelToken:defaultToConfig2,socketPath:defaultToConfig2,allowedSocketPaths:defaultToConfig2,responseEncoding:defaultToConfig2,validateStatus:mergeDirectKeys,headers:(ml,Al,Rl)=>mergeDeepProperties(headersToObject(ml),headersToObject(Al),Rl,true)};IA.forEach(Object.keys({...ml,...Al}),function computeConfigValue(rd){if(rd==="__proto__"||rd==="constructor"||rd==="prototype")return;const yh=IA.hasOwnProp(zl,rd)?zl[rd]:mergeDeepProperties;const kh=IA.hasOwnProp(ml,rd)?ml[rd]:undefined;const Qh=IA.hasOwnProp(Al,rd)?Al[rd]:undefined;const cf=yh(kh,Qh,rd);IA.isUndefined(cf)&&yh!==mergeDirectKeys||(Rl[rd]=cf)});if(IA.hasOwnProp(Al,"validateStatus")&&IA.isUndefined(Al.validateStatus)&&getMergedTransitionalOption("validateStatusUndefinedResolves")===false){if(IA.hasOwnProp(ml,"validateStatus")){Rl.validateStatus=getMergedValue(undefined,ml.validateStatus)}else{delete Rl.validateStatus}}return Rl}const fw=["content-type","content-length"];function setFormDataHeaders(ml,Al,Rl){if(Rl!=="content-only"){ml.set(Al);return}Object.entries(Al).forEach(([Al,Rl])=>{if(fw.includes(Al.toLowerCase())){ml.set(Al,Rl)}})}const encodeUTF8$1=ml=>encodeURIComponent(ml).replace(/%([0-9A-F]{2})/gi,(ml,Al)=>String.fromCharCode(parseInt(Al,16)));function resolveConfig(ml){const Al=mergeConfig({},ml);const own=ml=>IA.hasOwnProp(Al,ml)?Al[ml]:undefined;const Rl=own("data");let zl=own("withXSRFToken");const rd=own("xsrfHeaderName");const yh=own("xsrfCookieName");let kh=own("headers");const Qh=own("auth");const cf=own("baseURL");const t_=own("allowAbsoluteUrls");const r_=own("url");Al.headers=kh=AxiosHeaders.from(kh);Al.url=buildURL(buildFullPath(cf,r_,t_,Al),own("params"),own("paramsSerializer"));if(Qh){const ml=IA.getSafeProp(Qh,"username")||"";const Al=IA.getSafeProp(Qh,"password")||"";kh.set("Authorization","Basic "+btoa(ml+":"+(Al?encodeUTF8$1(Al):"")))}if(IA.isFormData(Rl)){if(KA.hasStandardBrowserEnv||KA.hasStandardBrowserWebWorkerEnv||IA.isReactNative(Rl)){kh.setContentType(undefined)}else if(IA.isFunction(Rl.getHeaders)){setFormDataHeaders(kh,Rl.getHeaders(),own("formDataHeaderPolicy"))}}if(KA.hasStandardBrowserEnv){if(IA.isFunction(zl)){zl=zl(Al)}const ml=zl===true||zl==null&&dw(Al.url);if(ml){const ml=rd&&yh&&hw.read(yh);if(ml){kh.set(rd,ml)}}}return Al}const _w=typeof XMLHttpRequest!=="undefined";var mw=_w&&function(ml){return new Promise(function dispatchXhrRequest(Al,Rl){const zl=resolveConfig(ml);let rd=zl.data;const yh=AxiosHeaders.from(zl.headers).normalize();let{responseType:kh,onUploadProgress:Qh,onDownloadProgress:cf}=zl;let t_;let r_,u_;let C_,D_;function done(){C_&&C_();D_&&D_();zl.cancelToken&&zl.cancelToken.unsubscribe(t_);zl.signal&&zl.signal.removeEventListener("abort",t_)}let S_=new XMLHttpRequest;S_.open(zl.method.toUpperCase(),zl.url,true);S_.timeout=zl.timeout;function onloadend(){if(!S_){return}const zl=AxiosHeaders.from("getAllResponseHeaders"in S_&&S_.getAllResponseHeaders());const rd=!kh||kh==="text"||kh==="json"?S_.responseText:S_.response;const yh={data:rd,status:S_.status,statusText:S_.statusText,headers:zl,config:ml,request:S_};settle(function _resolve(ml){Al(ml);done()},function _reject(ml){Rl(ml);done()},yh);S_=null}if("onloadend"in S_){S_.onloadend=onloadend}else{S_.onreadystatechange=function handleLoad(){if(!S_||S_.readyState!==4){return}if(S_.status===0&&!(S_.responseURL&&S_.responseURL.startsWith("file:"))){return}setTimeout(onloadend)}}S_.onabort=function handleAbort(){if(!S_){return}Rl(new AxiosError("Request aborted",AxiosError.ECONNABORTED,ml,S_));done();S_=null};S_.onerror=function handleError(Al){const zl=Al&&Al.message?Al.message:"Network Error";const rd=new AxiosError(zl,AxiosError.ERR_NETWORK,ml,S_);rd.event=Al||null;Rl(rd);done();S_=null};S_.ontimeout=function handleTimeout(){let Al=zl.timeout?"timeout of "+zl.timeout+"ms exceeded":"timeout exceeded";const rd=zl.transitional||MA;if(zl.timeoutErrorMessage){Al=zl.timeoutErrorMessage}Rl(new AxiosError(Al,rd.clarifyTimeoutError?AxiosError.ETIMEDOUT:AxiosError.ECONNABORTED,ml,S_));done();S_=null};rd===undefined&&yh.setContentType(null);if("setRequestHeader"in S_){IA.forEach(toByteStringHeaderObject(yh),function setRequestHeader(ml,Al){S_.setRequestHeader(Al,ml)})}if(!IA.isUndefined(zl.withCredentials)){S_.withCredentials=!!zl.withCredentials}if(kh&&kh!=="json"){S_.responseType=zl.responseType}if(cf){[u_,D_]=progressEventReducer(cf,true);S_.addEventListener("progress",u_)}if(Qh&&S_.upload){[r_,C_]=progressEventReducer(Qh);S_.upload.addEventListener("progress",r_);S_.upload.addEventListener("loadend",C_)}if(zl.cancelToken||zl.signal){t_=Al=>{if(!S_){return}Rl(!Al||Al.type?new CanceledError(null,ml,S_):Al);S_.abort();done();S_=null};zl.cancelToken&&zl.cancelToken.subscribe(t_);if(zl.signal){zl.signal.aborted?t_():zl.signal.addEventListener("abort",t_)}}const P_=parseProtocol(zl.url);if(P_&&!KA.protocols.includes(P_)){Rl(new AxiosError("Unsupported protocol "+P_+":",AxiosError.ERR_BAD_REQUEST,ml));return}S_.send(rd||null)})};const composeSignals=(ml,Al)=>{ml=ml?ml.filter(Boolean):[];if(!Al&&!ml.length){return}const Rl=new AbortController;let zl=false;const onabort=function(ml){if(!zl){zl=true;unsubscribe();const Al=ml instanceof Error?ml:this.reason;Rl.abort(Al instanceof AxiosError?Al:new CanceledError(Al instanceof Error?Al.message:Al))}};let rd=Al&&setTimeout(()=>{rd=null;onabort(new AxiosError(`timeout of ${Al}ms exceeded`,AxiosError.ETIMEDOUT))},Al);const unsubscribe=()=>{if(!ml){return}rd&&clearTimeout(rd);rd=null;ml.forEach(ml=>{ml.unsubscribe?ml.unsubscribe(onabort):ml.removeEventListener("abort",onabort)});ml=null};ml.forEach(ml=>ml.addEventListener("abort",onabort));const{signal:yh}=Rl;yh.unsubscribe=()=>IA.asap(unsubscribe);return yh};const streamChunk=function*(ml,Al){let Rl=ml.byteLength;if(Rl{const rd=readBytes(ml,Al);let yh=0;let kh;let _onFinish=ml=>{if(!kh){kh=true;zl&&zl(ml)}};return new ReadableStream({async pull(ml){try{const{done:Al,value:zl}=await rd.next();if(Al){_onFinish();ml.close();return}let kh=zl.byteLength;if(Rl){let ml=yh+=kh;Rl(ml)}ml.enqueue(new Uint8Array(zl))}catch(ml){_onFinish(ml);throw ml}},cancel(ml){_onFinish(ml);return rd.return()}},{highWaterMark:2})};const gw=64*1024;const{isFunction:Aw}=IA;const encodeUTF8=ml=>encodeURIComponent(ml).replace(/%([0-9A-F]{2})/gi,(ml,Al)=>String.fromCharCode(parseInt(Al,16)));const decodeURIComponentSafe=ml=>{if(!IA.isString(ml)){return ml}try{return decodeURIComponent(ml)}catch(Al){return ml}};const test=(ml,...Al)=>{try{return!!ml(...Al)}catch(ml){return false}};const maybeWithAuthCredentials=ml=>{const Al=ml.indexOf("://");let Rl=ml;if(Al!==-1){Rl=Rl.slice(Al+3)}return Rl.includes("@")||Rl.includes(":")};const factory=ml=>{const Al=IA.global!==undefined&&IA.global!==null?IA.global:globalThis;const{ReadableStream:Rl,TextEncoder:zl}=Al;ml=IA.merge.call({skipUndefined:true},{Request:Al.Request,Response:Al.Response},ml);const{fetch:rd,Request:yh,Response:kh}=ml;const Qh=rd?Aw(rd):typeof fetch==="function";const cf=Aw(yh);const t_=Aw(kh);if(!Qh){return false}const r_=Qh&&Aw(Rl);const u_=Qh&&(typeof zl==="function"?(ml=>Al=>ml.encode(Al))(new zl):async ml=>new Uint8Array(await new yh(ml).arrayBuffer()));const C_=cf&&r_&&test(()=>{let ml=false;const Al=new yh(KA.origin,{body:new Rl,method:"POST",get duplex(){ml=true;return"half"}});const zl=Al.headers.has("Content-Type");if(Al.body!=null){Al.body.cancel()}return ml&&!zl});const D_=t_&&r_&&test(()=>IA.isReadableStream(new kh("").body));const S_={stream:D_&&(ml=>ml.body)};Qh&&(()=>{["text","arrayBuffer","blob","formData","stream"].forEach(ml=>{!S_[ml]&&(S_[ml]=(Al,Rl)=>{let zl=Al&&Al[ml];if(zl){return zl.call(Al)}throw new AxiosError(`Response type '${ml}' is not supported`,AxiosError.ERR_NOT_SUPPORT,Rl)})})})();const getBodyLength=async ml=>{if(ml==null){return 0}if(IA.isBlob(ml)){return ml.size}if(IA.isSpecCompliantForm(ml)){const Al=new yh(KA.origin,{method:"POST",body:ml});return(await Al.arrayBuffer()).byteLength}if(IA.isArrayBufferView(ml)||IA.isArrayBuffer(ml)){return ml.byteLength}if(IA.isURLSearchParams(ml)){ml=ml+""}if(IA.isString(ml)){return(await u_(ml)).byteLength}};const resolveBodyLength=async(ml,Al)=>{const Rl=IA.toFiniteNumber(ml.getContentLength());return Rl==null?getBodyLength(Al):Rl};return async ml=>{let{url:Al,method:Rl,data:Qh,signal:t_,cancelToken:u_,timeout:P_,onDownloadProgress:Cg,onUploadProgress:eA,responseType:tA,headers:rA,withCredentials:nA="same-origin",fetchOptions:iA,maxContentLength:sA,maxBodyLength:aA}=resolveConfig(ml);const oA=IA.isNumber(sA)&&sA>-1;const lA=IA.isNumber(aA)&&aA>-1;const own=Al=>IA.hasOwnProp(ml,Al)?ml[Al]:undefined;let cA=rd||fetch;tA=tA?(tA+"").toLowerCase():"text";let uA=composeSignals([t_,u_&&u_.toAbortSignal()],P_);let pA=null;const dA=uA&&uA.unsubscribe&&(()=>{uA.unsubscribe()});let hA;let fA=null;const maxBodyLengthError=()=>new AxiosError("Request body larger than maxBodyLength limit",AxiosError.ERR_BAD_REQUEST,ml,pA);try{let rd=undefined;const t_=own("auth");if(t_){const ml=IA.getSafeProp(t_,"username")||"";const Al=IA.getSafeProp(t_,"password")||"";rd={username:ml,password:Al}}if(maybeWithAuthCredentials(Al)){const ml=new URL(Al,KA.origin);if(!rd&&(ml.username||ml.password)){const Al=decodeURIComponentSafe(ml.username);const Rl=decodeURIComponentSafe(ml.password);rd={username:Al,password:Rl}}if(ml.username||ml.password){ml.username="";ml.password="";Al=ml.href}}if(rd){rA.delete("authorization");rA.set("Authorization","Basic "+btoa(encodeUTF8((rd.username||"")+":"+(rd.password||""))))}if(oA&&typeof Al==="string"&&Al.startsWith("data:")){const Rl=estimateDataURLDecodedBytes(Al);if(Rl>sA){throw new AxiosError("maxContentLength size of "+sA+" exceeded",AxiosError.ERR_BAD_RESPONSE,ml,pA)}}if(lA&&Rl!=="get"&&Rl!=="head"){const ml=await getBodyLength(Qh);if(typeof ml==="number"&&isFinite(ml)){hA=ml;if(ml>aA){throw maxBodyLengthError()}}}const u_=lA&&(IA.isReadableStream(Qh)||IA.isStream(Qh));const trackRequestStream=(ml,Al,Rl)=>trackStream(ml,gw,ml=>{if(lA&&ml>aA){throw fA=maxBodyLengthError()}Al&&Al(ml)},Rl);if(C_&&Rl!=="get"&&Rl!=="head"&&(eA||u_)){hA=hA==null?await resolveBodyLength(rA,Qh):hA;if(hA!==0||u_){let ml=new yh(Al,{method:"POST",body:Qh,duplex:"half"});let Rl;if(IA.isFormData(Qh)&&(Rl=ml.headers.get("content-type"))){rA.setContentType(Rl)}if(ml.body){const[Al,Rl]=eA&&progressEventDecorator(hA,progressEventReducer(asyncDecorator(eA)))||[];Qh=trackRequestStream(ml.body,Al,Rl)}}}else if(u_&&!cf&&r_&&Rl!=="get"&&Rl!=="head"){Qh=trackRequestStream(Qh)}else if(u_&&cf&&!C_&&Rl!=="get"&&Rl!=="head"){throw new AxiosError("Stream request bodies are not supported by the current fetch implementation",AxiosError.ERR_NOT_SUPPORT,ml,pA)}if(!IA.isString(nA)){nA=nA?"include":"omit"}const P_=cf&&"credentials"in yh.prototype;if(IA.isFormData(Qh)){const ml=rA.getContentType();if(ml&&/^multipart\/form-data/i.test(ml)&&!/boundary=/i.test(ml)){rA.delete("content-type")}}rA.set("User-Agent","axios/"+xy,false);const _A={...iA,signal:uA,method:Rl.toUpperCase(),headers:toByteStringHeaderObject(rA.normalize()),body:Qh,duplex:"half",credentials:P_?nA:undefined};pA=cf&&new yh(Al,_A);let mA=await(cf?cA(pA,iA):cA(Al,_A));const gA=AxiosHeaders.from(mA.headers);if(oA){const Al=IA.toFiniteNumber(gA.getContentLength());if(Al!=null&&Al>sA){throw new AxiosError("maxContentLength size of "+sA+" exceeded",AxiosError.ERR_BAD_RESPONSE,ml,pA)}}const AA=D_&&(tA==="stream"||tA==="response");if(D_&&mA.body&&(Cg||oA||AA&&dA)){const Al={};["status","statusText","headers"].forEach(ml=>{Al[ml]=mA[ml]});const Rl=IA.toFiniteNumber(gA.getContentLength());const[zl,rd]=Cg&&progressEventDecorator(Rl,progressEventReducer(asyncDecorator(Cg),true))||[];let yh=0;const onChunkProgress=Al=>{if(oA){yh=Al;if(yh>sA){throw new AxiosError("maxContentLength size of "+sA+" exceeded",AxiosError.ERR_BAD_RESPONSE,ml,pA)}}zl&&zl(Al)};mA=new kh(trackStream(mA.body,gw,onChunkProgress,()=>{rd&&rd();dA&&dA()}),Al)}tA=tA||"text";let yA=await S_[IA.findKey(S_,tA)||"text"](mA,ml);if(oA&&!D_&&!AA){let Al;if(yA!=null){if(typeof yA.byteLength==="number"){Al=yA.byteLength}else if(typeof yA.size==="number"){Al=yA.size}else if(typeof yA==="string"){Al=typeof zl==="function"?(new zl).encode(yA).byteLength:yA.length}}if(typeof Al==="number"&&Al>sA){throw new AxiosError("maxContentLength size of "+sA+" exceeded",AxiosError.ERR_BAD_RESPONSE,ml,pA)}}!AA&&dA&&dA();return await new Promise((Al,Rl)=>{settle(Al,Rl,{data:yA,headers:AxiosHeaders.from(mA.headers),status:mA.status,statusText:mA.statusText,config:ml,request:pA})})}catch(Al){dA&&dA();if(uA&&uA.aborted&&uA.reason instanceof AxiosError){const Rl=uA.reason;Rl.config=ml;pA&&(Rl.request=pA);Al!==Rl&&(Rl.cause=Al);throw Rl}if(fA){pA&&!fA.request&&(fA.request=pA);throw fA}if(Al instanceof AxiosError){pA&&!Al.request&&(Al.request=pA);throw Al}if(Al&&Al.name==="TypeError"&&/Load failed|fetch/i.test(Al.message)){throw Object.assign(new AxiosError("Network Error",AxiosError.ERR_NETWORK,ml,pA,Al&&Al.response),{cause:Al.cause||Al})}throw AxiosError.from(Al,Al&&Al.code,ml,pA,Al&&Al.response)}}};const yw=new Map;const getFetch=ml=>{let Al=ml&&ml.env||{};const{fetch:Rl,Request:zl,Response:rd}=Al;const yh=[zl,rd,Rl];let kh=yh.length,Qh=kh,cf,t_,r_=yw;while(Qh--){cf=yh[Qh];t_=r_.get(cf);t_===undefined&&r_.set(cf,t_=Qh?new Map:factory(Al));r_=t_}return t_};getFetch();const bw={http:pw,xhr:mw,fetch:{get:getFetch}};IA.forEach(bw,(ml,Al)=>{if(ml){try{Object.defineProperty(ml,"name",{__proto__:null,value:Al})}catch(ml){}Object.defineProperty(ml,"adapterName",{__proto__:null,value:Al})}});const renderReason=ml=>`- ${ml}`;const isResolvedHandle=ml=>IA.isFunction(ml)||ml===null||ml===false;function getAdapter(ml,Al){ml=IA.isArray(ml)?ml:[ml];const{length:Rl}=ml;let zl;let rd;const yh={};for(let kh=0;kh`adapter ${ml} `+(Al===false?"is not supported by the environment":"is not available in the build"));let Al=Rl?ml.length>1?"since :\n"+ml.map(renderReason).join("\n"):" "+renderReason(ml[0]):"as no adapter specified";throw new AxiosError(`There is no suitable adapter to dispatch the request `+Al,"ERR_NOT_SUPPORT")}return rd}var vw={getAdapter:getAdapter,adapters:bw};function throwIfCancellationRequested(ml){if(ml.cancelToken){ml.cancelToken.throwIfRequested()}if(ml.signal&&ml.signal.aborted){throw new CanceledError(null,ml)}}function dispatchRequest(ml){throwIfCancellationRequested(ml);ml.headers=AxiosHeaders.from(ml.headers);ml.data=transformData.call(ml,ml.transformRequest);if(["post","put","patch"].indexOf(ml.method)!==-1){ml.headers.setContentType("application/x-www-form-urlencoded",false)}const Al=vw.getAdapter(ml.adapter||ZA.adapter,ml);return Al(ml).then(function onAdapterResolution(Al){throwIfCancellationRequested(ml);ml.response=Al;try{Al.data=transformData.call(ml,ml.transformResponse,Al)}finally{delete ml.response}Al.headers=AxiosHeaders.from(Al.headers);return Al},function onAdapterRejection(Al){if(!isCancel(Al)){throwIfCancellationRequested(ml);if(Al&&Al.response){ml.response=Al.response;try{Al.response.data=transformData.call(ml,ml.transformResponse,Al.response)}finally{delete ml.response}Al.response.headers=AxiosHeaders.from(Al.response.headers)}}return Promise.reject(Al)})}const Ew={};["object","boolean","number","function","string","symbol"].forEach((ml,Al)=>{Ew[ml]=function validator(Rl){return typeof Rl===ml||"a"+(Al<1?"n ":" ")+ml}});const ww={};Ew.transitional=function transitional(ml,Al,Rl){function formatMessage(ml,Al){return"[Axios v"+xy+"] Transitional option '"+ml+"'"+Al+(Rl?". "+Rl:"")}return(Rl,zl,rd)=>{if(ml===false){throw new AxiosError(formatMessage(zl," has been removed"+(Al?" in "+Al:"")),AxiosError.ERR_DEPRECATED)}if(Al&&!ww[zl]){ww[zl]=true;console.warn(formatMessage(zl," has been deprecated since v"+Al+" and will be removed in the near future"))}return ml?ml(Rl,zl,rd):true}};Ew.spelling=function spelling(ml){return(Al,Rl)=>{console.warn(`${Rl} is likely a misspelling of ${ml}`);return true}};function assertOptions(ml,Al,Rl){if(typeof ml!=="object"){throw new AxiosError("options must be an object",AxiosError.ERR_BAD_OPTION_VALUE)}const zl=Object.keys(ml);let rd=zl.length;while(rd-- >0){const yh=zl[rd];const kh=Object.prototype.hasOwnProperty.call(Al,yh)?Al[yh]:undefined;if(kh){const Al=ml[yh];const Rl=Al===undefined||kh(Al,yh,ml);if(Rl!==true){throw new AxiosError("option "+yh+" must be "+Rl,AxiosError.ERR_BAD_OPTION_VALUE)}continue}if(Rl!==true){throw new AxiosError("Unknown option "+yh,AxiosError.ERR_BAD_OPTION)}}}var Cw={assertOptions:assertOptions,validators:Ew};const xw=Cw.validators;class Axios{constructor(ml){this.defaults=ml||{};this.interceptors={request:new InterceptorManager,response:new InterceptorManager}}async request(ml,Al){try{return await this._request(ml,Al)}catch(ml){if(ml instanceof Error){let Al={};Error.captureStackTrace?Error.captureStackTrace(Al):Al=new Error;const Rl=(()=>{if(!Al.stack){return""}const ml=Al.stack.indexOf("\n");return ml===-1?"":Al.stack.slice(ml+1)})();try{if(!ml.stack){ml.stack=Rl}else if(Rl){const Al=Rl.indexOf("\n");const zl=Al===-1?-1:Rl.indexOf("\n",Al+1);const rd=zl===-1?"":Rl.slice(zl+1);if(!String(ml.stack).endsWith(rd)){ml.stack+="\n"+Rl}}}catch(ml){}}throw ml}}_request(ml,Al){if(typeof ml==="string"){Al=Al||{};Al.url=ml}else{Al=ml||{}}Al=mergeConfig(this.defaults,Al);const{transitional:Rl,paramsSerializer:zl,headers:rd}=Al;if(Rl!==undefined){Cw.assertOptions(Rl,{silentJSONParsing:xw.transitional(xw.boolean),forcedJSONParsing:xw.transitional(xw.boolean),clarifyTimeoutError:xw.transitional(xw.boolean),legacyInterceptorReqResOrdering:xw.transitional(xw.boolean),advertiseZstdAcceptEncoding:xw.transitional(xw.boolean),validateStatusUndefinedResolves:xw.transitional(xw.boolean)},false)}if(zl!=null){if(IA.isFunction(zl)){Al.paramsSerializer={serialize:zl}}else{Cw.assertOptions(zl,{encode:xw.function,serialize:xw.function},true)}}if(Al.allowAbsoluteUrls!==undefined);else if(this.defaults.allowAbsoluteUrls!==undefined){Al.allowAbsoluteUrls=this.defaults.allowAbsoluteUrls}else{Al.allowAbsoluteUrls=true}Cw.assertOptions(Al,{baseUrl:xw.spelling("baseURL"),withXsrfToken:xw.spelling("withXSRFToken")},true);Al.method=(Al.method||this.defaults.method||"get").toLowerCase();let yh=rd&&IA.merge(rd.common,rd[Al.method]);rd&&IA.forEach(["delete","get","head","post","put","patch","query","common"],ml=>{delete rd[ml]});Al.headers=AxiosHeaders.concat(yh,rd);const kh=[];let Qh=true;this.interceptors.request.forEach(function unshiftRequestInterceptors(ml){if(typeof ml.runWhen==="function"&&ml.runWhen(Al)===false){return}Qh=Qh&&ml.synchronous;const Rl=Al.transitional||MA;const zl=Rl&&Rl.legacyInterceptorReqResOrdering;if(zl){kh.unshift(ml.fulfilled,ml.rejected)}else{kh.push(ml.fulfilled,ml.rejected)}});const cf=[];this.interceptors.response.forEach(function pushResponseInterceptors(ml){cf.push(ml.fulfilled,ml.rejected)});let t_;let r_=0;let u_;if(!Qh){const ml=[dispatchRequest.bind(this),undefined];ml.unshift(...kh);ml.push(...cf);u_=ml.length;t_=Promise.resolve(Al);while(r_{if(!Rl._listeners)return;let Al=Rl._listeners.length;while(Al-- >0){Rl._listeners[Al](ml)}Rl._listeners=null});this.promise.then=ml=>{let Al;const zl=new Promise(ml=>{Rl.subscribe(ml);Al=ml}).then(ml);zl.cancel=function reject(){Rl.unsubscribe(Al)};return zl};ml(function cancel(ml,zl,rd){if(Rl.reason){return}Rl.reason=new CanceledError(ml,zl,rd);Al(Rl.reason)})}throwIfRequested(){if(this.reason){throw this.reason}}subscribe(ml){if(this.reason){ml(this.reason);return}if(this._listeners){this._listeners.push(ml)}else{this._listeners=[ml]}}unsubscribe(ml){if(!this._listeners){return}const Al=this._listeners.indexOf(ml);if(Al!==-1){this._listeners.splice(Al,1)}}toAbortSignal(){const ml=new AbortController;const abort=Al=>{ml.abort(Al)};this.subscribe(abort);ml.signal.unsubscribe=()=>this.unsubscribe(abort);return ml.signal}static source(){let ml;const Al=new CancelToken(function executor(Al){ml=Al});return{token:Al,cancel:ml}}}function spread(ml){return function wrap(Al){return ml.apply(null,Al)}}function isAxiosError(ml){return IA.isObject(ml)&&ml.isAxiosError===true}const Dw={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511,WebServerIsDown:521,ConnectionTimedOut:522,OriginIsUnreachable:523,TimeoutOccurred:524,SslHandshakeFailed:525,InvalidSslCertificate:526};Object.entries(Dw).forEach(([ml,Al])=>{Dw[Al]=ml});function createInstance(ml){const Al=new Axios(ml);const Rl=bind(Axios.prototype.request,Al);IA.extend(Rl,Axios.prototype,Al,{allOwnKeys:true});IA.extend(Rl,Al,null,{allOwnKeys:true});Rl.create=function create(Al){return createInstance(mergeConfig(ml,Al))};return Rl}const Sw=createInstance(ZA);Sw.Axios=Axios;Sw.CanceledError=CanceledError;Sw.CancelToken=CancelToken;Sw.isCancel=isCancel;Sw.VERSION=xy;Sw.toFormData=toFormData;Sw.AxiosError=AxiosError;Sw.Cancel=Sw.CanceledError;Sw.all=function all(ml){return Promise.all(ml)};Sw.spread=spread;Sw.isAxiosError=isAxiosError;Sw.mergeConfig=mergeConfig;Sw.AxiosHeaders=AxiosHeaders;Sw.formToJSON=ml=>formDataToJSON(IA.isHTMLForm(ml)?new FormData(ml):ml);Sw.getAdapter=vw.getAdapter;Sw.HttpStatusCode=Dw;Sw.default=Sw;ml.exports=Sw},41002:ml=>{"use strict";ml.exports=JSON.parse('{"version":"2.1.293","license":"MIT","main":"dist/index.js","typings":"dist/index.d.ts","files":["dist","src"],"engines":{"node":">=22"},"scripts":{"jest:clear":"jest --clearCache","start":"tsup --watch","build":"tsup && tsc -p tsconfig.build.json","test":"jest","test:coverage":"npm run test -- --coverage","lint":"eslint src/**/*.ts","prepare":"npm run build && husky","version":"echo version && git add -A src","debug-dry-run":"npm test dry-run.test","postversion":"echo postversion && git push origin HEAD:$CI_DEFAULT_BRANCH && git push --tags origin HEAD:$CI_DEFAULT_BRANCH","publish-rc":"npm publish --tag rc"},"publishConfig":{"registry":"https://linearb.jfrog.io/linearb/api/npm/npm-local/"},"name":"@linearb/gitstream-core","author":"Misha Kav","devDependencies":{"@eslint/js":"^10.0.1","@jest/globals":"^30.4.1","@types/jest":"^30.0.0","@types/js-yaml":"^4.0.9","@types/jsonwebtoken":"^9.0.10","@types/lodash":"^4.17.24","@types/node":"^25.9.3","@types/nunjucks":"^3.2.6","@types/shell-quote":"^1.7.5","eslint":"^10.5.0","eslint-config-prettier":"^10.1.8","eslint-plugin-import-x":"^4.16.2","eslint-plugin-prettier":"^5.5.6","globals":"^17.6.0","husky":"^9.1.7","jest":"^30.4.2","ts-jest":"^29.4.11","tslib":"^2.8.1","tsup":"^8.5.1","typescript":"^6.0.3","typescript-eslint":"^8.61.1"},"dependencies":{"@actions/core":"^2.0.3","@gitbeaker/rest":"^43.8.0","@linearb/gitstream-core-js":"0.1.110","@octokit/rest":"^20.1.2","@wasm-fmt/ruff_fmt":"^0.15.10","ajv":"^8.20.0","axios":"^1.18.0","isolated-vm":"^6.1.2","js-yaml":"^4.2.0","jsonwebtoken":"^9.0.3","lodash":"^4.18.1","moment":"^2.30.1","nunjucks":"^3.2.4","parse-diff":"^0.12.0","prettier":"^3.8.4","shell-quote":"^1.8.4"},"prettier":{"printWidth":80,"semi":true,"singleQuote":true,"trailingComma":"all"}}')},81813:ml=>{"use strict";ml.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}}')}};var __webpack_module_cache__={};function __nccwpck_require__(ml){var Al=__webpack_module_cache__[ml];if(Al!==undefined){return Al.exports}var Rl=__webpack_module_cache__[ml]={id:ml,loaded:false,exports:{}};var zl=true;try{__webpack_modules__[ml].call(Rl.exports,Rl,Rl.exports,__nccwpck_require__);zl=false}finally{if(zl)delete __webpack_module_cache__[ml]}Rl.loaded=true;return Rl.exports}__nccwpck_require__.m=__webpack_modules__;(()=>{var ml=Object.getPrototypeOf?ml=>Object.getPrototypeOf(ml):ml=>ml.__proto__;var Al;__nccwpck_require__.t=function(Rl,zl){if(zl&1)Rl=this(Rl);if(zl&8)return Rl;if(typeof Rl==="object"&&Rl){if(zl&4&&Rl.__esModule)return Rl;if(zl&16&&typeof Rl.then==="function")return Rl}var rd=Object.create(null);__nccwpck_require__.r(rd);var yh={};Al=Al||[null,ml({}),ml([]),ml(ml)];for(var kh=zl&2&&Rl;typeof kh=="object"&&!~Al.indexOf(kh);kh=ml(kh)){Object.getOwnPropertyNames(kh).forEach(ml=>yh[ml]=()=>Rl[ml])}yh["default"]=()=>Rl;__nccwpck_require__.d(rd,yh);return rd}})();(()=>{__nccwpck_require__.d=(ml,Al)=>{for(var Rl in Al){if(__nccwpck_require__.o(Al,Rl)&&!__nccwpck_require__.o(ml,Rl)){Object.defineProperty(ml,Rl,{enumerable:true,get:Al[Rl]})}}}})();(()=>{__nccwpck_require__.f={};__nccwpck_require__.e=ml=>Promise.all(Object.keys(__nccwpck_require__.f).reduce((Al,Rl)=>{__nccwpck_require__.f[Rl](ml,Al);return Al},[]))})();(()=>{__nccwpck_require__.u=ml=>""+ml+".index.js"})();(()=>{__nccwpck_require__.o=(ml,Al)=>Object.prototype.hasOwnProperty.call(ml,Al)})();(()=>{__nccwpck_require__.r=ml=>{if(typeof Symbol!=="undefined"&&Symbol.toStringTag){Object.defineProperty(ml,Symbol.toStringTag,{value:"Module"})}Object.defineProperty(ml,"__esModule",{value:true})}})();(()=>{__nccwpck_require__.nmd=ml=>{ml.paths=[];if(!ml.children)ml.children=[];return ml}})();if(typeof __nccwpck_require__!=="undefined")__nccwpck_require__.ab=__dirname+"/";(()=>{var ml={792:1};var installChunk=Al=>{var Rl=Al.modules,zl=Al.ids,rd=Al.runtime;for(var yh in Rl){if(__nccwpck_require__.o(Rl,yh)){__nccwpck_require__.m[yh]=Rl[yh]}}if(rd)rd(__nccwpck_require__);for(var kh=0;kh{if(!ml[Al]){if(true){installChunk(require("./"+__nccwpck_require__.u(Al)))}else ml[Al]=1}}})();var __webpack_exports__={};(()=>{"use strict";var ml=__webpack_exports__;Object.defineProperty(ml,"__esModule",{value:true});const Al=__nccwpck_require__(41730);(0,Al.run)()})();module.exports=__webpack_exports__})(); \ No newline at end of file +var yl=fl(20181);var Pl=yl.Buffer;function copyProps(La,hl){for(var fl in La){hl[fl]=La[fl]}}if(Pl.from&&Pl.alloc&&Pl.allocUnsafe&&Pl.allocUnsafeSlow){La.exports=yl}else{copyProps(yl,hl);hl.Buffer=SafeBuffer}function SafeBuffer(La,hl,fl){return Pl(La,hl,fl)}SafeBuffer.prototype=Object.create(Pl.prototype);copyProps(Pl,SafeBuffer);SafeBuffer.from=function(La,hl,fl){if(typeof La==="number"){throw new TypeError("Argument must not be a number")}return Pl(La,hl,fl)};SafeBuffer.alloc=function(La,hl,fl){if(typeof La!=="number"){throw new TypeError("Argument must be a number")}var yl=Pl(La);if(hl!==undefined){if(typeof fl==="string"){yl.fill(hl,fl)}else{yl.fill(hl)}}else{yl.fill(0)}return yl};SafeBuffer.allocUnsafe=function(La){if(typeof La!=="number"){throw new TypeError("Argument must be a number")}return Pl(La)};SafeBuffer.allocUnsafeSlow=function(La){if(typeof La!=="number"){throw new TypeError("Argument must be a number")}return yl.SlowBuffer(La)}},89379:(La,hl,fl)=>{"use strict";const yl=Symbol("SemVer ANY");class Comparator{static get ANY(){return yl}constructor(La,hl){hl=Pl(hl);if(La instanceof Comparator){if(La.loose===!!hl.loose){return La}else{La=La.value}}La=La.trim().split(/\s+/).join(" ");n_("comparator",La,hl);this.options=hl;this.loose=!!hl.loose;this.parse(La);if(this.semver===yl){this.value=""}else{this.value=this.operator+this.semver.version}n_("comp",this)}parse(La){const hl=this.options.loose?Ul[Gd.COMPARATORLOOSE]:Ul[Gd.COMPARATOR];const fl=La.match(hl);if(!fl){throw new TypeError(`Invalid comparator: ${La}`)}this.operator=fl[1]!==undefined?fl[1]:"";if(this.operator==="="){this.operator=""}if(!fl[2]){this.semver=yl}else{this.semver=new i_(fl[2],this.options.loose)}}toString(){return this.value}test(La){n_("Comparator.test",La,this.options.loose);if(this.semver===yl||La===yl){return true}if(typeof La==="string"){try{La=new i_(La,this.options)}catch(La){return false}}return af(La,this.operator,this.semver,this.options)}intersects(La,hl){if(!(La instanceof Comparator)){throw new TypeError("a Comparator is required")}if(this.operator===""){if(this.value===""){return true}return new p_(La.value,hl).test(this.value)}else if(La.operator===""){if(La.value===""){return true}return new p_(this.value,hl).test(La.semver)}hl=Pl(hl);if(hl.includePrerelease&&(this.value==="<0.0.0-0"||La.value==="<0.0.0-0")){return false}if(!hl.includePrerelease&&(this.value.startsWith("<0.0.0")||La.value.startsWith("<0.0.0"))){return false}if(this.operator.startsWith(">")&&La.operator.startsWith(">")){return true}if(this.operator.startsWith("<")&&La.operator.startsWith("<")){return true}if(this.semver.version===La.semver.version&&this.operator.includes("=")&&La.operator.includes("=")){return true}if(af(this.semver,"<",La.semver,hl)&&this.operator.startsWith(">")&&La.operator.startsWith("<")){return true}if(af(this.semver,">",La.semver,hl)&&this.operator.startsWith("<")&&La.operator.startsWith(">")){return true}return false}}La.exports=Comparator;const Pl=fl(70356);const{safeRe:Ul,t:Gd}=fl(95471);const af=fl(28646);const n_=fl(1159);const i_=fl(7163);const p_=fl(96782)},96782:(La,hl,fl)=>{"use strict";const yl=/\s+/g;class Range{constructor(La,hl){hl=Gd(hl);if(La instanceof Range){if(La.loose===!!hl.loose&&La.includePrerelease===!!hl.includePrerelease){return La}else{return new Range(La.raw,hl)}}if(La instanceof af){this.raw=La.value;this.set=[[La]];this.formatted=undefined;return this}this.options=hl;this.loose=!!hl.loose;this.includePrerelease=!!hl.includePrerelease;this.raw=La.trim().replace(yl," ");this.set=this.raw.split("||").map(La=>this.parseRange(La.trim())).filter(La=>La.length);if(!this.set.length){throw new TypeError(`Invalid SemVer Range: ${this.raw}`)}if(this.set.length>1){const La=this.set[0];this.set=this.set.filter(La=>!isNullSet(La[0]));if(this.set.length===0){this.set=[La]}else if(this.set.length>1){for(const La of this.set){if(La.length===1&&isAny(La[0])){this.set=[La];break}}}}this.formatted=undefined}get range(){if(this.formatted===undefined){this.formatted="";for(let La=0;La0){this.formatted+="||"}const hl=this.set[La];for(let La=0;La0){this.formatted+=" "}this.formatted+=hl[La].toString().trim()}}}return this.formatted}format(){return this.range}toString(){return this.range}parseRange(La){La=La.replace(gg,"");const hl=(this.options.includePrerelease&&pg)|(this.options.loose&&mg);const fl=hl+":"+La;const yl=Ul.get(fl);if(yl){return yl}const Pl=this.options.loose;const Gd=Pl?p_[D_.HYPHENRANGELOOSE]:p_[D_.HYPHENRANGE];La=La.replace(Gd,hyphenReplace(this.options.includePrerelease));n_("hyphen replace",La);La=La.replace(p_[D_.COMPARATORTRIM],I_);n_("comparator trim",La);La=La.replace(p_[D_.TILDETRIM],N_);n_("tilde trim",La);La=La.replace(p_[D_.CARETTRIM],_m);n_("caret trim",La);let i_=La.split(" ").map(La=>parseComparator(La,this.options)).join(" ").split(/\s+/).map(La=>replaceGTE0(La,this.options));if(Pl){i_=i_.filter(La=>{n_("loose invalid filter",La,this.options);return!!La.match(p_[D_.COMPARATORLOOSE])})}n_("range list",i_);const w_=new Map;const eA=i_.map(La=>new af(La,this.options));for(const La of eA){if(isNullSet(La)){return[La]}w_.set(La.value,La)}if(w_.size>1&&w_.has("")){w_.delete("")}const tA=[...w_.values()];Ul.set(fl,tA);return tA}intersects(La,hl){if(!(La instanceof Range)){throw new TypeError("a Range is required")}return this.set.some(fl=>isSatisfiable(fl,hl)&&La.set.some(La=>isSatisfiable(La,hl)&&fl.every(fl=>La.every(La=>fl.intersects(La,hl)))))}test(La){if(!La){return false}if(typeof La==="string"){try{La=new i_(La,this.options)}catch(La){return false}}for(let hl=0;hlLa.value==="<0.0.0-0";const isAny=La=>La.value==="";const isSatisfiable=(La,hl)=>{let fl=true;const yl=La.slice();let Pl=yl.pop();while(fl&&yl.length){fl=yl.every(La=>Pl.intersects(La,hl));Pl=yl.pop()}return fl};const parseComparator=(La,hl)=>{La=La.replace(p_[D_.BUILD],"");n_("comp",La,hl);La=replaceCarets(La,hl);n_("caret",La);La=replaceTildes(La,hl);n_("tildes",La);La=replaceXRanges(La,hl);n_("xrange",La);La=replaceStars(La,hl);n_("stars",La);return La};const isX=La=>!La||La.toLowerCase()==="x"||La==="*";const replaceTildes=(La,hl)=>La.trim().split(/\s+/).map(La=>replaceTilde(La,hl)).join(" ");const replaceTilde=(La,hl)=>{const fl=hl.loose?p_[D_.TILDELOOSE]:p_[D_.TILDE];return La.replace(fl,(hl,fl,yl,Pl,Ul)=>{n_("tilde",La,hl,fl,yl,Pl,Ul);let Gd;if(isX(fl)){Gd=""}else if(isX(yl)){Gd=`>=${fl}.0.0 <${+fl+1}.0.0-0`}else if(isX(Pl)){Gd=`>=${fl}.${yl}.0 <${fl}.${+yl+1}.0-0`}else if(Ul){n_("replaceTilde pr",Ul);Gd=`>=${fl}.${yl}.${Pl}-${Ul} <${fl}.${+yl+1}.0-0`}else{Gd=`>=${fl}.${yl}.${Pl} <${fl}.${+yl+1}.0-0`}n_("tilde return",Gd);return Gd})};const replaceCarets=(La,hl)=>La.trim().split(/\s+/).map(La=>replaceCaret(La,hl)).join(" ");const replaceCaret=(La,hl)=>{n_("caret",La,hl);const fl=hl.loose?p_[D_.CARETLOOSE]:p_[D_.CARET];const yl=hl.includePrerelease?"-0":"";return La.replace(fl,(hl,fl,Pl,Ul,Gd)=>{n_("caret",La,hl,fl,Pl,Ul,Gd);let af;if(isX(fl)){af=""}else if(isX(Pl)){af=`>=${fl}.0.0${yl} <${+fl+1}.0.0-0`}else if(isX(Ul)){if(fl==="0"){af=`>=${fl}.${Pl}.0${yl} <${fl}.${+Pl+1}.0-0`}else{af=`>=${fl}.${Pl}.0${yl} <${+fl+1}.0.0-0`}}else if(Gd){n_("replaceCaret pr",Gd);if(fl==="0"){if(Pl==="0"){af=`>=${fl}.${Pl}.${Ul}-${Gd} <${fl}.${Pl}.${+Ul+1}-0`}else{af=`>=${fl}.${Pl}.${Ul}-${Gd} <${fl}.${+Pl+1}.0-0`}}else{af=`>=${fl}.${Pl}.${Ul}-${Gd} <${+fl+1}.0.0-0`}}else{n_("no pr");if(fl==="0"){if(Pl==="0"){af=`>=${fl}.${Pl}.${Ul}${yl} <${fl}.${Pl}.${+Ul+1}-0`}else{af=`>=${fl}.${Pl}.${Ul}${yl} <${fl}.${+Pl+1}.0-0`}}else{af=`>=${fl}.${Pl}.${Ul} <${+fl+1}.0.0-0`}}n_("caret return",af);return af})};const replaceXRanges=(La,hl)=>{n_("replaceXRanges",La,hl);return La.split(/\s+/).map(La=>replaceXRange(La,hl)).join(" ")};const replaceXRange=(La,hl)=>{La=La.trim();const fl=hl.loose?p_[D_.XRANGELOOSE]:p_[D_.XRANGE];return La.replace(fl,(fl,yl,Pl,Ul,Gd,af)=>{n_("xRange",La,fl,yl,Pl,Ul,Gd,af);const i_=isX(Pl);const p_=i_||isX(Ul);const w_=p_||isX(Gd);const D_=w_;if(yl==="="&&D_){yl=""}af=hl.includePrerelease?"-0":"";if(i_){if(yl===">"||yl==="<"){fl="<0.0.0-0"}else{fl="*"}}else if(yl&&D_){if(p_){Ul=0}Gd=0;if(yl===">"){yl=">=";if(p_){Pl=+Pl+1;Ul=0;Gd=0}else{Ul=+Ul+1;Gd=0}}else if(yl==="<="){yl="<";if(p_){Pl=+Pl+1}else{Ul=+Ul+1}}if(yl==="<"){af="-0"}fl=`${yl+Pl}.${Ul}.${Gd}${af}`}else if(p_){fl=`>=${Pl}.0.0${af} <${+Pl+1}.0.0-0`}else if(w_){fl=`>=${Pl}.${Ul}.0${af} <${Pl}.${+Ul+1}.0-0`}n_("xRange return",fl);return fl})};const replaceStars=(La,hl)=>{n_("replaceStars",La,hl);return La.trim().replace(p_[D_.STAR],"")};const replaceGTE0=(La,hl)=>{n_("replaceGTE0",La,hl);return La.trim().replace(p_[hl.includePrerelease?D_.GTE0PRE:D_.GTE0],"")};const hyphenReplace=La=>(hl,fl,yl,Pl,Ul,Gd,af,n_,i_,p_,w_,D_)=>{if(isX(yl)){fl=""}else if(isX(Pl)){fl=`>=${yl}.0.0${La?"-0":""}`}else if(isX(Ul)){fl=`>=${yl}.${Pl}.0${La?"-0":""}`}else if(Gd){fl=`>=${fl}`}else{fl=`>=${fl}${La?"-0":""}`}if(isX(i_)){n_=""}else if(isX(p_)){n_=`<${+i_+1}.0.0-0`}else if(isX(w_)){n_=`<${i_}.${+p_+1}.0-0`}else if(D_){n_=`<=${i_}.${p_}.${w_}-${D_}`}else if(La){n_=`<${i_}.${p_}.${+w_+1}-0`}else{n_=`<=${n_}`}return`${fl} ${n_}`.trim()};const testSet=(La,hl,fl)=>{for(let fl=0;fl0){const yl=La[fl].semver;if(yl.major===hl.major&&yl.minor===hl.minor&&yl.patch===hl.patch){return true}}}return false}return true}},7163:(La,hl,fl)=>{"use strict";const yl=fl(1159);const{MAX_LENGTH:Pl,MAX_SAFE_INTEGER:Ul}=fl(45101);const{safeRe:Gd,t:af}=fl(95471);const n_=fl(70356);const{compareIdentifiers:i_}=fl(73348);const isPrereleaseIdentifier=(La,hl)=>{const fl=hl.split(".");if(fl.length>La.length){return false}for(let hl=0;hlPl){throw new TypeError(`version is longer than ${Pl} characters`)}yl("SemVer",La,hl);this.options=hl;this.loose=!!hl.loose;this.includePrerelease=!!hl.includePrerelease;const fl=La.trim().match(hl.loose?Gd[af.LOOSE]:Gd[af.FULL]);if(!fl){throw new TypeError(`Invalid Version: ${La}`)}this.raw=La;this.major=+fl[1];this.minor=+fl[2];this.patch=+fl[3];if(this.major>Ul||this.major<0){throw new TypeError("Invalid major version")}if(this.minor>Ul||this.minor<0){throw new TypeError("Invalid minor version")}if(this.patch>Ul||this.patch<0){throw new TypeError("Invalid patch version")}if(!fl[4]){this.prerelease=[]}else{this.prerelease=fl[4].split(".").map(La=>{if(/^[0-9]+$/.test(La)){const hl=+La;if(hl>=0&&hlLa.major){return 1}if(this.minorLa.minor){return 1}if(this.patchLa.patch){return 1}return 0}comparePre(La){if(!(La instanceof SemVer)){La=new SemVer(La,this.options)}if(this.prerelease.length&&!La.prerelease.length){return-1}else if(!this.prerelease.length&&La.prerelease.length){return 1}else if(!this.prerelease.length&&!La.prerelease.length){return 0}let hl=0;do{const fl=this.prerelease[hl];const Pl=La.prerelease[hl];yl("prerelease compare",hl,fl,Pl);if(fl===undefined&&Pl===undefined){return 0}else if(Pl===undefined){return 1}else if(fl===undefined){return-1}else if(fl===Pl){continue}else{return i_(fl,Pl)}}while(++hl)}compareBuild(La){if(!(La instanceof SemVer)){La=new SemVer(La,this.options)}let hl=0;do{const fl=this.build[hl];const Pl=La.build[hl];yl("build compare",hl,fl,Pl);if(fl===undefined&&Pl===undefined){return 0}else if(Pl===undefined){return 1}else if(fl===undefined){return-1}else if(fl===Pl){continue}else{return i_(fl,Pl)}}while(++hl)}inc(La,hl,fl){if(La.startsWith("pre")){if(!hl&&fl===false){throw new Error("invalid increment argument: identifier is empty")}if(hl){const La=`-${hl}`.match(this.options.loose?Gd[af.PRERELEASELOOSE]:Gd[af.PRERELEASE]);if(!La||La[1]!==hl){throw new Error(`invalid identifier: ${hl}`)}}}switch(La){case"premajor":this.prerelease.length=0;this.patch=0;this.minor=0;this.major++;this.inc("pre",hl,fl);break;case"preminor":this.prerelease.length=0;this.patch=0;this.minor++;this.inc("pre",hl,fl);break;case"prepatch":this.prerelease.length=0;this.inc("patch",hl,fl);this.inc("pre",hl,fl);break;case"prerelease":if(this.prerelease.length===0){this.inc("patch",hl,fl)}this.inc("pre",hl,fl);break;case"release":if(this.prerelease.length===0){throw new Error(`version ${this.raw} is not a prerelease`)}this.prerelease.length=0;break;case"major":if(this.minor!==0||this.patch!==0||this.prerelease.length===0){this.major++}this.minor=0;this.patch=0;this.prerelease=[];break;case"minor":if(this.patch!==0||this.prerelease.length===0){this.minor++}this.patch=0;this.prerelease=[];break;case"patch":if(this.prerelease.length===0){this.patch++}this.prerelease=[];break;case"pre":{const La=Number(fl)?1:0;if(this.prerelease.length===0){this.prerelease=[La]}else{let yl=this.prerelease.length;while(--yl>=0){if(typeof this.prerelease[yl]==="number"){this.prerelease[yl]++;yl=-2}}if(yl===-1){if(hl===this.prerelease.join(".")&&fl===false){throw new Error("invalid increment argument: identifier already exists")}this.prerelease.push(La)}}if(hl){let yl=[hl,La];if(fl===false){yl=[hl]}if(isPrereleaseIdentifier(this.prerelease,hl)){const La=this.prerelease[hl.split(".").length];if(isNaN(La)){this.prerelease=yl}}else{this.prerelease=yl}}break}default:throw new Error(`invalid increment argument: ${La}`)}this.raw=this.format();if(this.build.length){this.raw+=`+${this.build.join(".")}`}return this}}La.exports=SemVer},1799:(La,hl,fl)=>{"use strict";const yl=fl(16353);const clean=(La,hl)=>{const fl=yl(La.trim().replace(/^[=v]+/,""),hl);return fl?fl.version:null};La.exports=clean},28646:(La,hl,fl)=>{"use strict";const yl=fl(55082);const Pl=fl(4974);const Ul=fl(16599);const Gd=fl(41236);const af=fl(3872);const n_=fl(56717);const cmp=(La,hl,fl,i_)=>{switch(hl){case"===":if(typeof La==="object"){La=La.version}if(typeof fl==="object"){fl=fl.version}return La===fl;case"!==":if(typeof La==="object"){La=La.version}if(typeof fl==="object"){fl=fl.version}return La!==fl;case"":case"=":case"==":return yl(La,fl,i_);case"!=":return Pl(La,fl,i_);case">":return Ul(La,fl,i_);case">=":return Gd(La,fl,i_);case"<":return af(La,fl,i_);case"<=":return n_(La,fl,i_);default:throw new TypeError(`Invalid operator: ${hl}`)}};La.exports=cmp},35385:(La,hl,fl)=>{"use strict";const yl=fl(7163);const Pl=fl(16353);const{safeRe:Ul,t:Gd}=fl(95471);const coerce=(La,hl)=>{if(La instanceof yl){return La}if(typeof La==="number"){La=String(La)}if(typeof La!=="string"){return null}hl=hl||{};let fl=null;if(!hl.rtl){fl=La.match(hl.includePrerelease?Ul[Gd.COERCEFULL]:Ul[Gd.COERCE])}else{const yl=hl.includePrerelease?Ul[Gd.COERCERTLFULL]:Ul[Gd.COERCERTL];let Pl;while((Pl=yl.exec(La))&&(!fl||fl.index+fl[0].length!==La.length)){if(!fl||Pl.index+Pl[0].length!==fl.index+fl[0].length){fl=Pl}yl.lastIndex=Pl.index+Pl[1].length+Pl[2].length}yl.lastIndex=-1}if(fl===null){return null}const af=fl[2];const n_=fl[3]||"0";const i_=fl[4]||"0";const p_=hl.includePrerelease&&fl[5]?`-${fl[5]}`:"";const w_=hl.includePrerelease&&fl[6]?`+${fl[6]}`:"";return Pl(`${af}.${n_}.${i_}${p_}${w_}`,hl)};La.exports=coerce},37648:(La,hl,fl)=>{"use strict";const yl=fl(7163);const compareBuild=(La,hl,fl)=>{const Pl=new yl(La,fl);const Ul=new yl(hl,fl);return Pl.compare(Ul)||Pl.compareBuild(Ul)};La.exports=compareBuild},56874:(La,hl,fl)=>{"use strict";const yl=fl(78469);const compareLoose=(La,hl)=>yl(La,hl,true);La.exports=compareLoose},78469:(La,hl,fl)=>{"use strict";const yl=fl(7163);const compare=(La,hl,fl)=>new yl(La,fl).compare(new yl(hl,fl));La.exports=compare},70711:(La,hl,fl)=>{"use strict";const yl=fl(16353);const diff=(La,hl)=>{const fl=yl(La,null,true);const Pl=yl(hl,null,true);const Ul=fl.compare(Pl);if(Ul===0){return null}const Gd=Ul>0;const af=Gd?fl:Pl;const n_=Gd?Pl:fl;const i_=!!af.prerelease.length;const p_=!!n_.prerelease.length;if(p_&&!i_){if(!n_.patch&&!n_.minor){return"major"}if(n_.compareMain(af)===0){if(n_.minor&&!n_.patch){return"minor"}return"patch"}}const w_=i_?"pre":"";if(fl.major!==Pl.major){return w_+"major"}if(fl.minor!==Pl.minor){return w_+"minor"}if(fl.patch!==Pl.patch){return w_+"patch"}return"prerelease"};La.exports=diff},55082:(La,hl,fl)=>{"use strict";const yl=fl(78469);const eq=(La,hl,fl)=>yl(La,hl,fl)===0;La.exports=eq},16599:(La,hl,fl)=>{"use strict";const yl=fl(78469);const gt=(La,hl,fl)=>yl(La,hl,fl)>0;La.exports=gt},41236:(La,hl,fl)=>{"use strict";const yl=fl(78469);const gte=(La,hl,fl)=>yl(La,hl,fl)>=0;La.exports=gte},62338:(La,hl,fl)=>{"use strict";const yl=fl(7163);const inc=(La,hl,fl,Pl,Ul)=>{if(typeof fl==="string"){Ul=Pl;Pl=fl;fl=undefined}try{return new yl(La instanceof yl?La.version:La,fl).inc(hl,Pl,Ul).version}catch(La){return null}};La.exports=inc},3872:(La,hl,fl)=>{"use strict";const yl=fl(78469);const lt=(La,hl,fl)=>yl(La,hl,fl)<0;La.exports=lt},56717:(La,hl,fl)=>{"use strict";const yl=fl(78469);const lte=(La,hl,fl)=>yl(La,hl,fl)<=0;La.exports=lte},68511:(La,hl,fl)=>{"use strict";const yl=fl(7163);const major=(La,hl)=>new yl(La,hl).major;La.exports=major},32603:(La,hl,fl)=>{"use strict";const yl=fl(7163);const minor=(La,hl)=>new yl(La,hl).minor;La.exports=minor},4974:(La,hl,fl)=>{"use strict";const yl=fl(78469);const neq=(La,hl,fl)=>yl(La,hl,fl)!==0;La.exports=neq},16353:(La,hl,fl)=>{"use strict";const yl=fl(7163);const parse=(La,hl,fl=false)=>{if(La instanceof yl){return La}try{return new yl(La,hl)}catch(La){if(!fl){return null}throw La}};La.exports=parse},48756:(La,hl,fl)=>{"use strict";const yl=fl(7163);const patch=(La,hl)=>new yl(La,hl).patch;La.exports=patch},15714:(La,hl,fl)=>{"use strict";const yl=fl(16353);const prerelease=(La,hl)=>{const fl=yl(La,hl);return fl&&fl.prerelease.length?fl.prerelease:null};La.exports=prerelease},32173:(La,hl,fl)=>{"use strict";const yl=fl(78469);const rcompare=(La,hl,fl)=>yl(hl,La,fl);La.exports=rcompare},87192:(La,hl,fl)=>{"use strict";const yl=fl(37648);const rsort=(La,hl)=>La.sort((La,fl)=>yl(fl,La,hl));La.exports=rsort},68011:(La,hl,fl)=>{"use strict";const yl=fl(96782);const satisfies=(La,hl,fl)=>{try{hl=new yl(hl,fl)}catch(La){return false}return hl.test(La)};La.exports=satisfies},29872:(La,hl,fl)=>{"use strict";const yl=fl(37648);const sort=(La,hl)=>La.sort((La,fl)=>yl(La,fl,hl));La.exports=sort},16114:(La,hl,fl)=>{"use strict";const yl=fl(16353);const Pl=fl(45101);const Ul=fl(7163);const truncate=(La,hl,fl)=>{if(!Pl.RELEASE_TYPES.includes(hl)){return null}const yl=cloneInputVersion(La,fl);return yl&&doTruncation(yl,hl)};const cloneInputVersion=(La,hl)=>{const fl=La instanceof Ul?La.version:La;return yl(fl,hl)};const doTruncation=(La,hl)=>{if(isPrerelease(hl)){return La.version}La.prerelease=[];switch(hl){case"major":La.minor=0;La.patch=0;break;case"minor":La.patch=0;break}return La.format()};const isPrerelease=La=>La.startsWith("pre");La.exports=truncate},58780:(La,hl,fl)=>{"use strict";const yl=fl(16353);const valid=(La,hl)=>{const fl=yl(La,hl);return fl?fl.version:null};La.exports=valid},62088:(La,hl,fl)=>{"use strict";const yl=fl(95471);const Pl=fl(45101);const Ul=fl(7163);const Gd=fl(73348);const af=fl(16353);const n_=fl(58780);const i_=fl(1799);const p_=fl(62338);const w_=fl(70711);const D_=fl(68511);const I_=fl(32603);const N_=fl(48756);const _m=fl(15714);const pg=fl(78469);const mg=fl(32173);const gg=fl(56874);const eA=fl(37648);const tA=fl(29872);const rA=fl(87192);const nA=fl(16599);const iA=fl(3872);const sA=fl(55082);const aA=fl(4974);const oA=fl(41236);const lA=fl(56717);const cA=fl(28646);const uA=fl(35385);const pA=fl(16114);const dA=fl(89379);const hA=fl(96782);const fA=fl(68011);const _A=fl(54750);const mA=fl(73193);const gA=fl(68595);const AA=fl(51866);const yA=fl(64737);const bA=fl(10280);const vA=fl(12276);const EA=fl(15213);const wA=fl(23465);const CA=fl(82028);const xA=fl(61489);La.exports={parse:af,valid:n_,clean:i_,inc:p_,diff:w_,major:D_,minor:I_,patch:N_,prerelease:_m,compare:pg,rcompare:mg,compareLoose:gg,compareBuild:eA,sort:tA,rsort:rA,gt:nA,lt:iA,eq:sA,neq:aA,gte:oA,lte:lA,cmp:cA,coerce:uA,truncate:pA,Comparator:dA,Range:hA,satisfies:fA,toComparators:_A,maxSatisfying:mA,minSatisfying:gA,minVersion:AA,validRange:yA,outside:bA,gtr:vA,ltr:EA,intersects:wA,simplifyRange:CA,subset:xA,SemVer:Ul,re:yl.re,src:yl.src,tokens:yl.t,SEMVER_SPEC_VERSION:Pl.SEMVER_SPEC_VERSION,RELEASE_TYPES:Pl.RELEASE_TYPES,compareIdentifiers:Gd.compareIdentifiers,rcompareIdentifiers:Gd.rcompareIdentifiers}},45101:La=>{"use strict";const hl="2.0.0";const fl=256;const yl=Number.MAX_SAFE_INTEGER||9007199254740991;const Pl=16;const Ul=fl-6;const Gd=["major","premajor","minor","preminor","patch","prepatch","prerelease"];La.exports={MAX_LENGTH:fl,MAX_SAFE_COMPONENT_LENGTH:Pl,MAX_SAFE_BUILD_LENGTH:Ul,MAX_SAFE_INTEGER:yl,RELEASE_TYPES:Gd,SEMVER_SPEC_VERSION:hl,FLAG_INCLUDE_PRERELEASE:1,FLAG_LOOSE:2}},1159:La=>{"use strict";const hl=typeof process==="object"&&process.env&&process.env.NODE_DEBUG&&/\bsemver\b/i.test(process.env.NODE_DEBUG)?(...La)=>console.error("SEMVER",...La):()=>{};La.exports=hl},73348:La=>{"use strict";const hl=/^[0-9]+$/;const compareIdentifiers=(La,fl)=>{if(typeof La==="number"&&typeof fl==="number"){return La===fl?0:LacompareIdentifiers(hl,La);La.exports={compareIdentifiers:compareIdentifiers,rcompareIdentifiers:rcompareIdentifiers}},61383:La=>{"use strict";class LRUCache{constructor(){this.max=1e3;this.map=new Map}get(La){const hl=this.map.get(La);if(hl===undefined){return undefined}else{this.map.delete(La);this.map.set(La,hl);return hl}}delete(La){return this.map.delete(La)}set(La,hl){const fl=this.delete(La);if(!fl&&hl!==undefined){if(this.map.size>=this.max){const La=this.map.keys().next().value;this.delete(La)}this.map.set(La,hl)}return this}}La.exports=LRUCache},70356:La=>{"use strict";const hl=Object.freeze({loose:true});const fl=Object.freeze({});const parseOptions=La=>{if(!La){return fl}if(typeof La!=="object"){return hl}return La};La.exports=parseOptions},95471:(La,hl,fl)=>{"use strict";const{MAX_SAFE_COMPONENT_LENGTH:yl,MAX_SAFE_BUILD_LENGTH:Pl,MAX_LENGTH:Ul}=fl(45101);const Gd=fl(1159);hl=La.exports={};const af=hl.re=[];const n_=hl.safeRe=[];const i_=hl.src=[];const p_=hl.safeSrc=[];const w_=hl.t={};let D_=0;const I_="[a-zA-Z0-9-]";const N_=[["\\s",1],["\\d",Ul],[I_,Pl]];const makeSafeRegex=La=>{for(const[hl,fl]of N_){La=La.split(`${hl}*`).join(`${hl}{0,${fl}}`).split(`${hl}+`).join(`${hl}{1,${fl}}`)}return La};const createToken=(La,hl,fl)=>{const yl=makeSafeRegex(hl);const Pl=D_++;Gd(La,Pl,hl);w_[La]=Pl;i_[Pl]=hl;p_[Pl]=yl;af[Pl]=new RegExp(hl,fl?"g":undefined);n_[Pl]=new RegExp(yl,fl?"g":undefined)};createToken("NUMERICIDENTIFIER","0|[1-9]\\d*");createToken("NUMERICIDENTIFIERLOOSE","\\d+");createToken("NONNUMERICIDENTIFIER",`\\d*[a-zA-Z-]${I_}*`);createToken("MAINVERSION",`(${i_[w_.NUMERICIDENTIFIER]})\\.`+`(${i_[w_.NUMERICIDENTIFIER]})\\.`+`(${i_[w_.NUMERICIDENTIFIER]})`);createToken("MAINVERSIONLOOSE",`(${i_[w_.NUMERICIDENTIFIERLOOSE]})\\.`+`(${i_[w_.NUMERICIDENTIFIERLOOSE]})\\.`+`(${i_[w_.NUMERICIDENTIFIERLOOSE]})`);createToken("PRERELEASEIDENTIFIER",`(?:${i_[w_.NONNUMERICIDENTIFIER]}|${i_[w_.NUMERICIDENTIFIER]})`);createToken("PRERELEASEIDENTIFIERLOOSE",`(?:${i_[w_.NONNUMERICIDENTIFIER]}|${i_[w_.NUMERICIDENTIFIERLOOSE]})`);createToken("PRERELEASE",`(?:-(${i_[w_.PRERELEASEIDENTIFIER]}(?:\\.${i_[w_.PRERELEASEIDENTIFIER]})*))`);createToken("PRERELEASELOOSE",`(?:-?(${i_[w_.PRERELEASEIDENTIFIERLOOSE]}(?:\\.${i_[w_.PRERELEASEIDENTIFIERLOOSE]})*))`);createToken("BUILDIDENTIFIER",`${I_}+`);createToken("BUILD",`(?:\\+(${i_[w_.BUILDIDENTIFIER]}(?:\\.${i_[w_.BUILDIDENTIFIER]})*))`);createToken("FULLPLAIN",`v?${i_[w_.MAINVERSION]}${i_[w_.PRERELEASE]}?${i_[w_.BUILD]}?`);createToken("FULL",`^${i_[w_.FULLPLAIN]}$`);createToken("LOOSEPLAIN",`[v=\\s]*${i_[w_.MAINVERSIONLOOSE]}${i_[w_.PRERELEASELOOSE]}?${i_[w_.BUILD]}?`);createToken("LOOSE",`^${i_[w_.LOOSEPLAIN]}$`);createToken("GTLT","((?:<|>)?=?)");createToken("XRANGEIDENTIFIERLOOSE",`${i_[w_.NUMERICIDENTIFIERLOOSE]}|x|X|\\*`);createToken("XRANGEIDENTIFIER",`${i_[w_.NUMERICIDENTIFIER]}|x|X|\\*`);createToken("XRANGEPLAIN",`[v=\\s]*(${i_[w_.XRANGEIDENTIFIER]})`+`(?:\\.(${i_[w_.XRANGEIDENTIFIER]})`+`(?:\\.(${i_[w_.XRANGEIDENTIFIER]})`+`(?:${i_[w_.PRERELEASE]})?${i_[w_.BUILD]}?`+`)?)?`);createToken("XRANGEPLAINLOOSE",`[v=\\s]*(${i_[w_.XRANGEIDENTIFIERLOOSE]})`+`(?:\\.(${i_[w_.XRANGEIDENTIFIERLOOSE]})`+`(?:\\.(${i_[w_.XRANGEIDENTIFIERLOOSE]})`+`(?:${i_[w_.PRERELEASELOOSE]})?${i_[w_.BUILD]}?`+`)?)?`);createToken("XRANGE",`^${i_[w_.GTLT]}\\s*${i_[w_.XRANGEPLAIN]}$`);createToken("XRANGELOOSE",`^${i_[w_.GTLT]}\\s*${i_[w_.XRANGEPLAINLOOSE]}$`);createToken("COERCEPLAIN",`${"(^|[^\\d])"+"(\\d{1,"}${yl}})`+`(?:\\.(\\d{1,${yl}}))?`+`(?:\\.(\\d{1,${yl}}))?`);createToken("COERCE",`${i_[w_.COERCEPLAIN]}(?:$|[^\\d])`);createToken("COERCEFULL",i_[w_.COERCEPLAIN]+`(?:${i_[w_.PRERELEASE]})?`+`(?:${i_[w_.BUILD]})?`+`(?:$|[^\\d])`);createToken("COERCERTL",i_[w_.COERCE],true);createToken("COERCERTLFULL",i_[w_.COERCEFULL],true);createToken("LONETILDE","(?:~>?)");createToken("TILDETRIM",`(\\s*)${i_[w_.LONETILDE]}\\s+`,true);hl.tildeTrimReplace="$1~";createToken("TILDE",`^${i_[w_.LONETILDE]}${i_[w_.XRANGEPLAIN]}$`);createToken("TILDELOOSE",`^${i_[w_.LONETILDE]}${i_[w_.XRANGEPLAINLOOSE]}$`);createToken("LONECARET","(?:\\^)");createToken("CARETTRIM",`(\\s*)${i_[w_.LONECARET]}\\s+`,true);hl.caretTrimReplace="$1^";createToken("CARET",`^${i_[w_.LONECARET]}${i_[w_.XRANGEPLAIN]}$`);createToken("CARETLOOSE",`^${i_[w_.LONECARET]}${i_[w_.XRANGEPLAINLOOSE]}$`);createToken("COMPARATORLOOSE",`^${i_[w_.GTLT]}\\s*(${i_[w_.LOOSEPLAIN]})$|^$`);createToken("COMPARATOR",`^${i_[w_.GTLT]}\\s*(${i_[w_.FULLPLAIN]})$|^$`);createToken("COMPARATORTRIM",`(\\s*)${i_[w_.GTLT]}\\s*(${i_[w_.LOOSEPLAIN]}|${i_[w_.XRANGEPLAIN]})`,true);hl.comparatorTrimReplace="$1$2$3";createToken("HYPHENRANGE",`^\\s*(${i_[w_.XRANGEPLAIN]})`+`\\s+-\\s+`+`(${i_[w_.XRANGEPLAIN]})`+`\\s*$`);createToken("HYPHENRANGELOOSE",`^\\s*(${i_[w_.XRANGEPLAINLOOSE]})`+`\\s+-\\s+`+`(${i_[w_.XRANGEPLAINLOOSE]})`+`\\s*$`);createToken("STAR","(<|>)?=?\\s*\\*");createToken("GTE0","^\\s*>=\\s*0\\.0\\.0\\s*$");createToken("GTE0PRE","^\\s*>=\\s*0\\.0\\.0-0\\s*$")},12276:(La,hl,fl)=>{"use strict";const yl=fl(10280);const gtr=(La,hl,fl)=>yl(La,hl,">",fl);La.exports=gtr},23465:(La,hl,fl)=>{"use strict";const yl=fl(96782);const intersects=(La,hl,fl)=>{La=new yl(La,fl);hl=new yl(hl,fl);return La.intersects(hl,fl)};La.exports=intersects},15213:(La,hl,fl)=>{"use strict";const yl=fl(10280);const ltr=(La,hl,fl)=>yl(La,hl,"<",fl);La.exports=ltr},73193:(La,hl,fl)=>{"use strict";const yl=fl(7163);const Pl=fl(96782);const maxSatisfying=(La,hl,fl)=>{let Ul=null;let Gd=null;let af=null;try{af=new Pl(hl,fl)}catch(La){return null}La.forEach(La=>{if(af.test(La)){if(!Ul||Gd.compare(La)===-1){Ul=La;Gd=new yl(Ul,fl)}}});return Ul};La.exports=maxSatisfying},68595:(La,hl,fl)=>{"use strict";const yl=fl(7163);const Pl=fl(96782);const minSatisfying=(La,hl,fl)=>{let Ul=null;let Gd=null;let af=null;try{af=new Pl(hl,fl)}catch(La){return null}La.forEach(La=>{if(af.test(La)){if(!Ul||Gd.compare(La)===1){Ul=La;Gd=new yl(Ul,fl)}}});return Ul};La.exports=minSatisfying},51866:(La,hl,fl)=>{"use strict";const yl=fl(7163);const Pl=fl(96782);const Ul=fl(16599);const minVersion=(La,hl)=>{La=new Pl(La,hl);let fl=new yl("0.0.0");if(La.test(fl)){return fl}fl=new yl("0.0.0-0");if(La.test(fl)){return fl}fl=null;for(let hl=0;hl{const hl=new yl(La.semver.version);switch(La.operator){case">":if(hl.prerelease.length===0){hl.patch++}else{hl.prerelease.push(0)}hl.raw=hl.format();case"":case">=":if(!Gd||Ul(hl,Gd)){Gd=hl}break;case"<":case"<=":break;default:throw new Error(`Unexpected operation: ${La.operator}`)}});if(Gd&&(!fl||Ul(fl,Gd))){fl=Gd}}if(fl&&La.test(fl)){return fl}return null};La.exports=minVersion},10280:(La,hl,fl)=>{"use strict";const yl=fl(7163);const Pl=fl(89379);const{ANY:Ul}=Pl;const Gd=fl(96782);const af=fl(68011);const n_=fl(16599);const i_=fl(3872);const p_=fl(56717);const w_=fl(41236);const outside=(La,hl,fl,D_)=>{La=new yl(La,D_);hl=new Gd(hl,D_);let I_,N_,_m,pg,mg;switch(fl){case">":I_=n_;N_=p_;_m=i_;pg=">";mg=">=";break;case"<":I_=i_;N_=w_;_m=n_;pg="<";mg="<=";break;default:throw new TypeError('Must provide a hilo val of "<" or ">"')}if(af(La,hl,D_)){return false}for(let fl=0;fl{if(La.semver===Ul){La=new Pl(">=0.0.0")}Gd=Gd||La;af=af||La;if(I_(La.semver,Gd.semver,D_)){Gd=La}else if(_m(La.semver,af.semver,D_)){af=La}});if(Gd.operator===pg||Gd.operator===mg){return false}if((!af.operator||af.operator===pg)&&N_(La,af.semver)){return false}else if(af.operator===mg&&_m(La,af.semver)){return false}}return true};La.exports=outside},82028:(La,hl,fl)=>{"use strict";const yl=fl(68011);const Pl=fl(78469);La.exports=(La,hl,fl)=>{const Ul=[];let Gd=null;let af=null;const n_=La.sort((La,hl)=>Pl(La,hl,fl));for(const La of n_){const Pl=yl(La,hl,fl);if(Pl){af=La;if(!Gd){Gd=La}}else{if(af){Ul.push([Gd,af])}af=null;Gd=null}}if(Gd){Ul.push([Gd,null])}const i_=[];for(const[La,hl]of Ul){if(La===hl){i_.push(La)}else if(!hl&&La===n_[0]){i_.push("*")}else if(!hl){i_.push(`>=${La}`)}else if(La===n_[0]){i_.push(`<=${hl}`)}else{i_.push(`${La} - ${hl}`)}}const p_=i_.join(" || ");const w_=typeof hl.raw==="string"?hl.raw:String(hl);return p_.length{"use strict";const yl=fl(96782);const Pl=fl(89379);const{ANY:Ul}=Pl;const Gd=fl(68011);const af=fl(78469);const subset=(La,hl,fl={})=>{if(La===hl){return true}La=new yl(La,fl);hl=new yl(hl,fl);let Pl=false;e:for(const yl of La.set){for(const La of hl.set){const hl=simpleSubset(yl,La,fl);Pl=Pl||hl!==null;if(hl){continue e}}if(Pl){return false}}return true};const n_=[new Pl(">=0.0.0-0")];const i_=[new Pl(">=0.0.0")];const simpleSubset=(La,hl,fl)=>{if(La===hl){return true}if(La.length===1&&La[0].semver===Ul){if(hl.length===1&&hl[0].semver===Ul){return true}else if(fl.includePrerelease){La=n_}else{La=i_}}if(hl.length===1&&hl[0].semver===Ul){if(fl.includePrerelease){return true}else{hl=i_}}const yl=new Set;let Pl,p_;for(const hl of La){if(hl.operator===">"||hl.operator===">="){Pl=higherGT(Pl,hl,fl)}else if(hl.operator==="<"||hl.operator==="<="){p_=lowerLT(p_,hl,fl)}else{yl.add(hl.semver)}}if(yl.size>1){return null}let w_;if(Pl&&p_){w_=af(Pl.semver,p_.semver,fl);if(w_>0){return null}else if(w_===0&&(Pl.operator!==">="||p_.operator!=="<=")){return null}}for(const La of yl){if(Pl&&!Gd(La,String(Pl),fl)){return null}if(p_&&!Gd(La,String(p_),fl)){return null}for(const yl of hl){if(!Gd(La,String(yl),fl)){return false}}return true}let D_,I_;let N_,_m;let pg=p_&&!fl.includePrerelease&&p_.semver.prerelease.length?p_.semver:false;let mg=Pl&&!fl.includePrerelease&&Pl.semver.prerelease.length?Pl.semver:false;if(pg&&pg.prerelease.length===1&&p_.operator==="<"&&pg.prerelease[0]===0){pg=false}for(const La of hl){_m=_m||La.operator===">"||La.operator===">=";N_=N_||La.operator==="<"||La.operator==="<=";if(Pl){if(mg){if(La.semver.prerelease&&La.semver.prerelease.length&&La.semver.major===mg.major&&La.semver.minor===mg.minor&&La.semver.patch===mg.patch){mg=false}}if(La.operator===">"||La.operator===">="){D_=higherGT(Pl,La,fl);if(D_===La&&D_!==Pl){return false}}else if(Pl.operator===">="&&!La.test(Pl.semver)){return false}}if(p_){if(pg){if(La.semver.prerelease&&La.semver.prerelease.length&&La.semver.major===pg.major&&La.semver.minor===pg.minor&&La.semver.patch===pg.patch){pg=false}}if(La.operator==="<"||La.operator==="<="){I_=lowerLT(p_,La,fl);if(I_===La&&I_!==p_){return false}}else if(p_.operator==="<="&&!La.test(p_.semver)){return false}}if(!La.operator&&(p_||Pl)&&w_!==0){return false}}if(Pl&&N_&&!p_&&w_!==0){return false}if(p_&&_m&&!Pl&&w_!==0){return false}if(mg||pg){return false}return true};const higherGT=(La,hl,fl)=>{if(!La){return hl}const yl=af(La.semver,hl.semver,fl);return yl>0?La:yl<0?hl:hl.operator===">"&&La.operator===">="?hl:La};const lowerLT=(La,hl,fl)=>{if(!La){return hl}const yl=af(La.semver,hl.semver,fl);return yl<0?La:yl>0?hl:hl.operator==="<"&&La.operator==="<="?hl:La};La.exports=subset},54750:(La,hl,fl)=>{"use strict";const yl=fl(96782);const toComparators=(La,hl)=>new yl(La,hl).set.map(La=>La.map(La=>La.value).join(" ").trim().split(" "));La.exports=toComparators},64737:(La,hl,fl)=>{"use strict";const yl=fl(96782);const validRange=(La,hl)=>{try{return new yl(La,hl).range||"*"}catch(La){return null}};La.exports=validRange},26591:(La,hl,fl)=>{"use strict";hl.quote=fl(5335);hl.parse=fl(42696)},42696:La=>{"use strict";var hl="(?:"+["\\|\\|","\\&\\&",";;","\\|\\&","\\<\\(","\\<\\<\\<",">>",">\\&","<\\&","[&;()|<>]"].join("|")+")";var fl=new RegExp("^"+hl+"$");var yl="|&;()<> \\t";var Pl="'([^']*?)'";var Ul='"((\\\\"|[^"])*?)"';var Gd=/^#$/;var af="'";var n_='"';var i_="$";var p_="";var w_=4294967296;for(var D_=0;D_<4;D_++){p_+=(w_*Math.random()).toString(16)}var I_=new RegExp("^"+p_);function matchAll(La,hl){var fl=hl.lastIndex;var yl=[];var Pl;while(Pl=hl.exec(La)){yl[yl.length]=Pl;if(hl.lastIndex===Pl.index){hl.lastIndex+=1}}hl.lastIndex=fl;return yl}function getVar(La,hl,fl){var yl=typeof La==="function"?La(fl):La[fl];if(typeof yl==="undefined"&&fl!=""){yl=""}else if(typeof yl==="undefined"){yl="$"}if(typeof yl==="object"){return hl+p_+JSON.stringify(yl)+p_}return hl+yl}function parseInternal(La,p_,w_){if(!w_){w_={}}var D_=w_.escape||"\\";var I_=w_.splitUnquoted===true?" \t\n":typeof w_.splitUnquoted==="string"?w_.splitUnquoted:"";var N_="(\\"+D_+"['\""+yl+"]|[^\\s'\""+yl+"])+";var _m=new RegExp(["("+hl+")","("+N_+"|"+Ul+"|"+Pl+")+"].join("|"),"g");var pg=matchAll(La,_m);if(pg.length===0){return[]}if(!p_){p_={}}var mg=false;return pg.map(function(hl){var yl=hl[0];if(!yl||mg){return void undefined}if(fl.test(yl)){return{op:yl}}var Pl=false;var Ul=false;var w_="";var N_=[];var _m=false;var pg=null;var gg=false;var eA;function parseEnvVar(){eA+=1;var La;var hl;var fl=yl.charAt(eA);if(fl==="{"){eA+=1;if(yl.charAt(eA)==="}"){throw new Error("Bad substitution: "+yl.slice(eA-2,eA+1))}var Pl=1;La=eA;while(Pl>0&&La0){N_[N_.length]=w_;w_="";for(var aA=1;aA{"use strict";var hl=["||","&&",";;","|&","<(","<<<",">>",">&","<&","&",";","(",")","|","<",">"];var fl=/[\n\r\u2028\u2029]/;var yl=/[\s#!"$&'():;<=>@\\^`|]/g;La.exports=function quote(La){return La.map(function(La){if(La===""){return"''"}if(La&&typeof La==="object"){if("op"in La&&La.op==="glob"){if(typeof La.pattern!=="string"){throw new TypeError("glob token requires a string `pattern`")}if(fl.test(La.pattern)){throw new TypeError("glob `pattern` must not contain line terminators")}return La.pattern.replace(yl,"\\$&")}if("op"in La&&typeof La.op==="string"){if(hl.indexOf(La.op)<0){throw new TypeError("invalid `op` value: "+JSON.stringify(La.op))}return La.op.replace(/[\s\S]/g,"\\$&")}if("comment"in La&&typeof La.comment==="string"){if(fl.test(La.comment)){throw new TypeError("`comment` must not contain line terminators")}return"#"+La.comment}throw new TypeError("unrecognized object token shape")}if(/["\s\\]/.test(La)&&!/'/.test(La)){return"'"+La.replace(/(['])/g,"\\$1")+"'"}if(/["'\s]/.test(La)){return'"'+La.replace(/(["\\$`!])/g,"\\$1")+'"'}return String(La).replace(/([A-Za-z]:)?([#!"$&'()*,:;<=>?@[\\\]^`{|}~])/g,"$1\\$2")}).join(" ")}},8948:(La,hl,fl)=>{"use strict";var yl=fl(60506);var Pl=fl(73314);var listGetNode=function(La,hl,fl){var yl=La;var Pl;for(;(Pl=yl.next)!=null;yl=Pl){if(Pl.key===hl){yl.next=Pl.next;if(!fl){Pl.next=La.next;La.next=Pl}return Pl}}};var listGet=function(La,hl){if(!La){return void undefined}var fl=listGetNode(La,hl);return fl&&fl.value};var listSet=function(La,hl,fl){var yl=listGetNode(La,hl);if(yl){yl.value=fl}else{La.next={key:hl,next:La.next,value:fl}}};var listHas=function(La,hl){if(!La){return false}return!!listGetNode(La,hl)};var listDelete=function(La,hl){if(La){return listGetNode(La,hl,true)}};La.exports=function getSideChannelList(){var La;var hl={assert:function(La){if(!hl.has(La)){throw new Pl("Side channel does not contain "+yl(La))}},delete:function(hl){var fl=La&&La.next;var yl=listDelete(La,hl);if(yl&&fl&&fl===yl){La=void undefined}return!!yl},get:function(hl){return listGet(La,hl)},has:function(hl){return listHas(La,hl)},set:function(hl,fl){if(!La){La={next:void undefined}}listSet(La,hl,fl)}};return hl}},82622:(La,hl,fl)=>{"use strict";var yl=fl(60470);var Pl=fl(23105);var Ul=fl(60506);var Gd=fl(73314);var af=yl("%Map%",true);var n_=Pl("Map.prototype.get",true);var i_=Pl("Map.prototype.set",true);var p_=Pl("Map.prototype.has",true);var w_=Pl("Map.prototype.delete",true);var D_=Pl("Map.prototype.size",true);La.exports=!!af&&function getSideChannelMap(){var La;var hl={assert:function(La){if(!hl.has(La)){throw new Gd("Side channel does not contain "+Ul(La))}},delete:function(hl){if(La){var fl=w_(La,hl);if(D_(La)===0){La=void undefined}return fl}return false},get:function(hl){if(La){return n_(La,hl)}},has:function(hl){if(La){return p_(La,hl)}return false},set:function(hl,fl){if(!La){La=new af}i_(La,hl,fl)}};return hl}},92870:(La,hl,fl)=>{"use strict";var yl=fl(60470);var Pl=fl(23105);var Ul=fl(60506);var Gd=fl(82622);var af=fl(73314);var n_=yl("%WeakMap%",true);var i_=Pl("WeakMap.prototype.get",true);var p_=Pl("WeakMap.prototype.set",true);var w_=Pl("WeakMap.prototype.has",true);var D_=Pl("WeakMap.prototype.delete",true);La.exports=n_?function getSideChannelWeakMap(){var La;var hl;var fl={assert:function(La){if(!fl.has(La)){throw new af("Side channel does not contain "+Ul(La))}},delete:function(fl){if(n_&&fl&&(typeof fl==="object"||typeof fl==="function")){if(La){return D_(La,fl)}}else if(Gd){if(hl){return hl["delete"](fl)}}return false},get:function(fl){if(n_&&fl&&(typeof fl==="object"||typeof fl==="function")){if(La){return i_(La,fl)}}return hl&&hl.get(fl)},has:function(fl){if(n_&&fl&&(typeof fl==="object"||typeof fl==="function")){if(La){return w_(La,fl)}}return!!hl&&hl.has(fl)},set:function(fl,yl){if(n_&&fl&&(typeof fl==="object"||typeof fl==="function")){if(!La){La=new n_}p_(La,fl,yl)}else if(Gd){if(!hl){hl=Gd()}hl.set(fl,yl)}}};return fl}:Gd},94753:(La,hl,fl)=>{"use strict";var yl=fl(73314);var Pl=fl(60506);var Ul=fl(8948);var Gd=fl(82622);var af=fl(92870);var n_=af||Gd||Ul;La.exports=function getSideChannel(){var La;var hl={assert:function(La){if(!hl.has(La)){throw new yl("Side channel does not contain "+Pl(La))}},delete:function(hl){return!!La&&La["delete"](hl)},get:function(hl){return La&&La.get(hl)},has:function(hl){return!!La&&La.has(hl)},set:function(hl,fl){if(!La){La=n_()}La.set(hl,fl)}};return hl}},21450:(La,hl,fl)=>{"use strict";const yl=fl(70857);const Pl=fl(52018);const Ul=fl(83813);const{env:Gd}=process;let af;if(Ul("no-color")||Ul("no-colors")||Ul("color=false")||Ul("color=never")){af=0}else if(Ul("color")||Ul("colors")||Ul("color=true")||Ul("color=always")){af=1}if("FORCE_COLOR"in Gd){if(Gd.FORCE_COLOR==="true"){af=1}else if(Gd.FORCE_COLOR==="false"){af=0}else{af=Gd.FORCE_COLOR.length===0?1:Math.min(parseInt(Gd.FORCE_COLOR,10),3)}}function translateLevel(La){if(La===0){return false}return{level:La,hasBasic:true,has256:La>=2,has16m:La>=3}}function supportsColor(La,hl){if(af===0){return 0}if(Ul("color=16m")||Ul("color=full")||Ul("color=truecolor")){return 3}if(Ul("color=256")){return 2}if(La&&!hl&&af===undefined){return 0}const fl=af||0;if(Gd.TERM==="dumb"){return fl}if(process.platform==="win32"){const La=yl.release().split(".");if(Number(La[0])>=10&&Number(La[2])>=10586){return Number(La[2])>=14931?3:2}return 1}if("CI"in Gd){if(["TRAVIS","CIRCLECI","APPVEYOR","GITLAB_CI","GITHUB_ACTIONS","BUILDKITE"].some(La=>La in Gd)||Gd.CI_NAME==="codeship"){return 1}return fl}if("TEAMCITY_VERSION"in Gd){return/^(9\.(0*[1-9]\d*)\.|\d{2,}\.)/.test(Gd.TEAMCITY_VERSION)?1:0}if(Gd.COLORTERM==="truecolor"){return 3}if("TERM_PROGRAM"in Gd){const La=parseInt((Gd.TERM_PROGRAM_VERSION||"").split(".")[0],10);switch(Gd.TERM_PROGRAM){case"iTerm.app":return La>=3?3:2;case"Apple_Terminal":return 2}}if(/-256(color)?$/i.test(Gd.TERM)){return 2}if(/^screen|^xterm|^vt100|^vt220|^rxvt|color|ansi|cygwin|linux/i.test(Gd.TERM)){return 1}if("COLORTERM"in Gd){return 1}return fl}function getSupportLevel(La){const hl=supportsColor(La,La&&La.isTTY);return translateLevel(hl)}La.exports={supportsColor:getSupportLevel,stdout:translateLevel(supportsColor(true,Pl.isatty(1))),stderr:translateLevel(supportsColor(true,Pl.isatty(2)))}},20770:(La,hl,fl)=>{La.exports=fl(20218)},20218:(La,hl,fl)=>{"use strict";var yl=fl(69278);var Pl=fl(64756);var Ul=fl(58611);var Gd=fl(65692);var af=fl(24434);var n_=fl(42613);var i_=fl(39023);hl.httpOverHttp=httpOverHttp;hl.httpsOverHttp=httpsOverHttp;hl.httpOverHttps=httpOverHttps;hl.httpsOverHttps=httpsOverHttps;function httpOverHttp(La){var hl=new TunnelingAgent(La);hl.request=Ul.request;return hl}function httpsOverHttp(La){var hl=new TunnelingAgent(La);hl.request=Ul.request;hl.createSocket=createSecureSocket;hl.defaultPort=443;return hl}function httpOverHttps(La){var hl=new TunnelingAgent(La);hl.request=Gd.request;return hl}function httpsOverHttps(La){var hl=new TunnelingAgent(La);hl.request=Gd.request;hl.createSocket=createSecureSocket;hl.defaultPort=443;return hl}function TunnelingAgent(La){var hl=this;hl.options=La||{};hl.proxyOptions=hl.options.proxy||{};hl.maxSockets=hl.options.maxSockets||Ul.Agent.defaultMaxSockets;hl.requests=[];hl.sockets=[];hl.on("free",function onFree(La,fl,yl,Pl){var Ul=toOptions(fl,yl,Pl);for(var Gd=0,af=hl.requests.length;Gd=this.maxSockets){Pl.requests.push(Ul);return}Pl.createSocket(Ul,function(hl){hl.on("free",onFree);hl.on("close",onCloseOrRemove);hl.on("agentRemove",onCloseOrRemove);La.onSocket(hl);function onFree(){Pl.emit("free",hl,Ul)}function onCloseOrRemove(La){Pl.removeSocket(hl);hl.removeListener("free",onFree);hl.removeListener("close",onCloseOrRemove);hl.removeListener("agentRemove",onCloseOrRemove)}})};TunnelingAgent.prototype.createSocket=function createSocket(La,hl){var fl=this;var yl={};fl.sockets.push(yl);var Pl=mergeOptions({},fl.proxyOptions,{method:"CONNECT",path:La.host+":"+La.port,agent:false,headers:{host:La.host+":"+La.port}});if(La.localAddress){Pl.localAddress=La.localAddress}if(Pl.proxyAuth){Pl.headers=Pl.headers||{};Pl.headers["Proxy-Authorization"]="Basic "+new Buffer(Pl.proxyAuth).toString("base64")}p_("making CONNECT request");var Ul=fl.request(Pl);Ul.useChunkedEncodingByDefault=false;Ul.once("response",onResponse);Ul.once("upgrade",onUpgrade);Ul.once("connect",onConnect);Ul.once("error",onError);Ul.end();function onResponse(La){La.upgrade=true}function onUpgrade(La,hl,fl){process.nextTick(function(){onConnect(La,hl,fl)})}function onConnect(Pl,Gd,af){Ul.removeAllListeners();Gd.removeAllListeners();if(Pl.statusCode!==200){p_("tunneling socket could not be established, statusCode=%d",Pl.statusCode);Gd.destroy();var n_=new Error("tunneling socket could not be established, "+"statusCode="+Pl.statusCode);n_.code="ECONNRESET";La.request.emit("error",n_);fl.removeSocket(yl);return}if(af.length>0){p_("got illegal response body from proxy");Gd.destroy();var n_=new Error("got illegal response body from proxy");n_.code="ECONNRESET";La.request.emit("error",n_);fl.removeSocket(yl);return}p_("tunneling connection has established");fl.sockets[fl.sockets.indexOf(yl)]=Gd;return hl(Gd)}function onError(hl){Ul.removeAllListeners();p_("tunneling socket could not be established, cause=%s\n",hl.message,hl.stack);var Pl=new Error("tunneling socket could not be established, "+"cause="+hl.message);Pl.code="ECONNRESET";La.request.emit("error",Pl);fl.removeSocket(yl)}};TunnelingAgent.prototype.removeSocket=function removeSocket(La){var hl=this.sockets.indexOf(La);if(hl===-1){return}this.sockets.splice(hl,1);var fl=this.requests.shift();if(fl){this.createSocket(fl,function(La){fl.request.onSocket(La)})}};function createSecureSocket(La,hl){var fl=this;TunnelingAgent.prototype.createSocket.call(fl,La,function(yl){var Ul=La.request.getHeader("host");var Gd=mergeOptions({},fl.options,{socket:yl,servername:Ul?Ul.replace(/:.*$/,""):La.host});var af=Pl.connect(0,Gd);fl.sockets[fl.sockets.indexOf(yl)]=af;hl(af)})}function toOptions(La,hl,fl){if(typeof La==="string"){return{host:La,port:hl,localAddress:fl}}return La}function mergeOptions(La){for(var hl=1,fl=arguments.length;hl{"use strict";const yl=fl(23701);const Pl=fl(30883);const Ul=fl(30628);const Gd=fl(837);const af=fl(57405);const n_=fl(76672);const i_=fl(53137);const p_=fl(30050);const w_=fl(68707);const D_=fl(3440);const{InvalidArgumentError:I_}=w_;const N_=fl(56615);const _m=fl(59136);const pg=fl(47365);const mg=fl(47501);const gg=fl(94004);const eA=fl(52429);const tA=fl(17816);const{getGlobalDispatcher:rA,setGlobalDispatcher:nA}=fl(32581);const iA=fl(58155);const sA=fl(8754);const aA=fl(25092);Object.assign(Pl.prototype,N_);La.exports.Dispatcher=Pl;La.exports.Client=yl;La.exports.Pool=Ul;La.exports.BalancedPool=Gd;La.exports.Agent=af;La.exports.ProxyAgent=n_;La.exports.EnvHttpProxyAgent=i_;La.exports.RetryAgent=p_;La.exports.RetryHandler=tA;La.exports.DecoratorHandler=iA;La.exports.RedirectHandler=sA;La.exports.createRedirectInterceptor=aA;La.exports.interceptors={redirect:fl(21514),retry:fl(92026),dump:fl(88060),dns:fl(70379)};La.exports.buildConnector=_m;La.exports.errors=w_;La.exports.util={parseHeaders:D_.parseHeaders,headerNameToString:D_.headerNameToString};function makeDispatcher(La){return(hl,fl,yl)=>{if(typeof fl==="function"){yl=fl;fl=null}if(!hl||typeof hl!=="string"&&typeof hl!=="object"&&!(hl instanceof URL)){throw new I_("invalid url")}if(fl!=null&&typeof fl!=="object"){throw new I_("invalid opts")}if(fl&&fl.path!=null){if(typeof fl.path!=="string"){throw new I_("invalid opts.path")}let La=fl.path;if(!fl.path.startsWith("/")){La=`/${La}`}hl=new URL(D_.parseOrigin(hl).origin+La)}else{if(!fl){fl=typeof hl==="object"?hl:{}}hl=D_.parseURL(hl)}const{agent:Pl,dispatcher:Ul=rA()}=fl;if(Pl){throw new I_("unsupported opts.agent. Did you mean opts.client?")}return La.call(Ul,{...fl,origin:hl.origin,path:hl.search?`${hl.pathname}${hl.search}`:hl.pathname,method:fl.method||(fl.body?"PUT":"GET")},yl)}}La.exports.setGlobalDispatcher=nA;La.exports.getGlobalDispatcher=rA;const oA=fl(54398).fetch;La.exports.fetch=async function fetch(La,hl=undefined){try{return await oA(La,hl)}catch(La){if(La&&typeof La==="object"){Error.captureStackTrace(La)}throw La}};La.exports.Headers=fl(60660).Headers;La.exports.Response=fl(99051).Response;La.exports.Request=fl(9967).Request;La.exports.FormData=fl(35910).FormData;La.exports.File=globalThis.File??fl(4573).File;La.exports.FileReader=fl(48355).FileReader;const{setGlobalOrigin:lA,getGlobalOrigin:cA}=fl(51059);La.exports.setGlobalOrigin=lA;La.exports.getGlobalOrigin=cA;const{CacheStorage:uA}=fl(3245);const{kConstruct:pA}=fl(20109);La.exports.caches=new uA(pA);const{deleteCookie:dA,getCookies:hA,getSetCookies:fA,setCookie:_A}=fl(79061);La.exports.deleteCookie=dA;La.exports.getCookies=hA;La.exports.getSetCookies=fA;La.exports.setCookie=_A;const{parseMIMEType:mA,serializeAMimeType:gA}=fl(51900);La.exports.parseMIMEType=mA;La.exports.serializeAMimeType=gA;const{CloseEvent:AA,ErrorEvent:yA,MessageEvent:bA}=fl(15188);La.exports.WebSocket=fl(13726).WebSocket;La.exports.CloseEvent=AA;La.exports.ErrorEvent=yA;La.exports.MessageEvent=bA;La.exports.request=makeDispatcher(N_.request);La.exports.stream=makeDispatcher(N_.stream);La.exports.pipeline=makeDispatcher(N_.pipeline);La.exports.connect=makeDispatcher(N_.connect);La.exports.upgrade=makeDispatcher(N_.upgrade);La.exports.MockClient=pg;La.exports.MockPool=gg;La.exports.MockAgent=mg;La.exports.mockErrors=eA;const{EventSource:vA}=fl(21238);La.exports.EventSource=vA},80158:(La,hl,fl)=>{const{addAbortListener:yl}=fl(3440);const{RequestAbortedError:Pl}=fl(68707);const Ul=Symbol("kListener");const Gd=Symbol("kSignal");function abort(La){if(La.abort){La.abort(La[Gd]?.reason)}else{La.reason=La[Gd]?.reason??new Pl}removeSignal(La)}function addSignal(La,hl){La.reason=null;La[Gd]=null;La[Ul]=null;if(!hl){return}if(hl.aborted){abort(La);return}La[Gd]=hl;La[Ul]=()=>{abort(La)};yl(La[Gd],La[Ul])}function removeSignal(La){if(!La[Gd]){return}if("removeEventListener"in La[Gd]){La[Gd].removeEventListener("abort",La[Ul])}else{La[Gd].removeListener("abort",La[Ul])}La[Gd]=null;La[Ul]=null}La.exports={addSignal:addSignal,removeSignal:removeSignal}},34660:(La,hl,fl)=>{"use strict";const yl=fl(34589);const{AsyncResource:Pl}=fl(16698);const{InvalidArgumentError:Ul,SocketError:Gd}=fl(68707);const af=fl(3440);const{addSignal:n_,removeSignal:i_}=fl(80158);class ConnectHandler extends Pl{constructor(La,hl){if(!La||typeof La!=="object"){throw new Ul("invalid opts")}if(typeof hl!=="function"){throw new Ul("invalid callback")}const{signal:fl,opaque:yl,responseHeaders:Pl}=La;if(fl&&typeof fl.on!=="function"&&typeof fl.addEventListener!=="function"){throw new Ul("signal must be an EventEmitter or EventTarget")}super("UNDICI_CONNECT");this.opaque=yl||null;this.responseHeaders=Pl||null;this.callback=hl;this.abort=null;n_(this,fl)}onConnect(La,hl){if(this.reason){La(this.reason);return}yl(this.callback);this.abort=La;this.context=hl}onHeaders(){throw new Gd("bad connect",null)}onUpgrade(La,hl,fl){const{callback:yl,opaque:Pl,context:Ul}=this;i_(this);this.callback=null;let Gd=hl;if(Gd!=null){Gd=this.responseHeaders==="raw"?af.parseRawHeaders(hl):af.parseHeaders(hl)}this.runInAsyncScope(yl,null,null,{statusCode:La,headers:Gd,socket:fl,opaque:Pl,context:Ul})}onError(La){const{callback:hl,opaque:fl}=this;i_(this);if(hl){this.callback=null;queueMicrotask(()=>{this.runInAsyncScope(hl,null,La,{opaque:fl})})}}}function connect(La,hl){if(hl===undefined){return new Promise((hl,fl)=>{connect.call(this,La,(La,yl)=>La?fl(La):hl(yl))})}try{const fl=new ConnectHandler(La,hl);this.dispatch({...La,method:"CONNECT"},fl)}catch(fl){if(typeof hl!=="function"){throw fl}const yl=La?.opaque;queueMicrotask(()=>hl(fl,{opaque:yl}))}}La.exports=connect},76862:(La,hl,fl)=>{"use strict";const{Readable:yl,Duplex:Pl,PassThrough:Ul}=fl(57075);const{InvalidArgumentError:Gd,InvalidReturnValueError:af,RequestAbortedError:n_}=fl(68707);const i_=fl(3440);const{AsyncResource:p_}=fl(16698);const{addSignal:w_,removeSignal:D_}=fl(80158);const I_=fl(34589);const N_=Symbol("resume");class PipelineRequest extends yl{constructor(){super({autoDestroy:true});this[N_]=null}_read(){const{[N_]:La}=this;if(La){this[N_]=null;La()}}_destroy(La,hl){this._read();hl(La)}}class PipelineResponse extends yl{constructor(La){super({autoDestroy:true});this[N_]=La}_read(){this[N_]()}_destroy(La,hl){if(!La&&!this._readableState.endEmitted){La=new n_}hl(La)}}class PipelineHandler extends p_{constructor(La,hl){if(!La||typeof La!=="object"){throw new Gd("invalid opts")}if(typeof hl!=="function"){throw new Gd("invalid handler")}const{signal:fl,method:yl,opaque:Ul,onInfo:af,responseHeaders:p_}=La;if(fl&&typeof fl.on!=="function"&&typeof fl.addEventListener!=="function"){throw new Gd("signal must be an EventEmitter or EventTarget")}if(yl==="CONNECT"){throw new Gd("invalid method")}if(af&&typeof af!=="function"){throw new Gd("invalid onInfo callback")}super("UNDICI_PIPELINE");this.opaque=Ul||null;this.responseHeaders=p_||null;this.handler=hl;this.abort=null;this.context=null;this.onInfo=af||null;this.req=(new PipelineRequest).on("error",i_.nop);this.ret=new Pl({readableObjectMode:La.objectMode,autoDestroy:true,read:()=>{const{body:La}=this;if(La?.resume){La.resume()}},write:(La,hl,fl)=>{const{req:yl}=this;if(yl.push(La,hl)||yl._readableState.destroyed){fl()}else{yl[N_]=fl}},destroy:(La,hl)=>{const{body:fl,req:yl,res:Pl,ret:Ul,abort:Gd}=this;if(!La&&!Ul._readableState.endEmitted){La=new n_}if(Gd&&La){Gd()}i_.destroy(fl,La);i_.destroy(yl,La);i_.destroy(Pl,La);D_(this);hl(La)}}).on("prefinish",()=>{const{req:La}=this;La.push(null)});this.res=null;w_(this,fl)}onConnect(La,hl){const{ret:fl,res:yl}=this;if(this.reason){La(this.reason);return}I_(!yl,"pipeline cannot be retried");I_(!fl.destroyed);this.abort=La;this.context=hl}onHeaders(La,hl,fl){const{opaque:yl,handler:Pl,context:Ul}=this;if(La<200){if(this.onInfo){const fl=this.responseHeaders==="raw"?i_.parseRawHeaders(hl):i_.parseHeaders(hl);this.onInfo({statusCode:La,headers:fl})}return}this.res=new PipelineResponse(fl);let Gd;try{this.handler=null;const fl=this.responseHeaders==="raw"?i_.parseRawHeaders(hl):i_.parseHeaders(hl);Gd=this.runInAsyncScope(Pl,null,{statusCode:La,headers:fl,opaque:yl,body:this.res,context:Ul})}catch(La){this.res.on("error",i_.nop);throw La}if(!Gd||typeof Gd.on!=="function"){throw new af("expected Readable")}Gd.on("data",La=>{const{ret:hl,body:fl}=this;if(!hl.push(La)&&fl.pause){fl.pause()}}).on("error",La=>{const{ret:hl}=this;i_.destroy(hl,La)}).on("end",()=>{const{ret:La}=this;La.push(null)}).on("close",()=>{const{ret:La}=this;if(!La._readableState.ended){i_.destroy(La,new n_)}});this.body=Gd}onData(La){const{res:hl}=this;return hl.push(La)}onComplete(La){const{res:hl}=this;hl.push(null)}onError(La){const{ret:hl}=this;this.handler=null;i_.destroy(hl,La)}}function pipeline(La,hl){try{const fl=new PipelineHandler(La,hl);this.dispatch({...La,body:fl.req},fl);return fl.ret}catch(La){return(new Ul).destroy(La)}}La.exports=pipeline},14043:(La,hl,fl)=>{"use strict";const yl=fl(34589);const{Readable:Pl}=fl(49927);const{InvalidArgumentError:Ul,RequestAbortedError:Gd}=fl(68707);const af=fl(3440);const{getResolveErrorBodyCallback:n_}=fl(87655);const{AsyncResource:i_}=fl(16698);class RequestHandler extends i_{constructor(La,hl){if(!La||typeof La!=="object"){throw new Ul("invalid opts")}const{signal:fl,method:yl,opaque:Pl,body:n_,onInfo:i_,responseHeaders:p_,throwOnError:w_,highWaterMark:D_}=La;try{if(typeof hl!=="function"){throw new Ul("invalid callback")}if(D_&&(typeof D_!=="number"||D_<0)){throw new Ul("invalid highWaterMark")}if(fl&&typeof fl.on!=="function"&&typeof fl.addEventListener!=="function"){throw new Ul("signal must be an EventEmitter or EventTarget")}if(yl==="CONNECT"){throw new Ul("invalid method")}if(i_&&typeof i_!=="function"){throw new Ul("invalid onInfo callback")}super("UNDICI_REQUEST")}catch(La){if(af.isStream(n_)){af.destroy(n_.on("error",af.nop),La)}throw La}this.method=yl;this.responseHeaders=p_||null;this.opaque=Pl||null;this.callback=hl;this.res=null;this.abort=null;this.body=n_;this.trailers={};this.context=null;this.onInfo=i_||null;this.throwOnError=w_;this.highWaterMark=D_;this.signal=fl;this.reason=null;this.removeAbortListener=null;if(af.isStream(n_)){n_.on("error",La=>{this.onError(La)})}if(this.signal){if(this.signal.aborted){this.reason=this.signal.reason??new Gd}else{this.removeAbortListener=af.addAbortListener(this.signal,()=>{this.reason=this.signal.reason??new Gd;if(this.res){af.destroy(this.res.on("error",af.nop),this.reason)}else if(this.abort){this.abort(this.reason)}if(this.removeAbortListener){this.res?.off("close",this.removeAbortListener);this.removeAbortListener();this.removeAbortListener=null}})}}}onConnect(La,hl){if(this.reason){La(this.reason);return}yl(this.callback);this.abort=La;this.context=hl}onHeaders(La,hl,fl,yl){const{callback:Ul,opaque:Gd,abort:i_,context:p_,responseHeaders:w_,highWaterMark:D_}=this;const I_=w_==="raw"?af.parseRawHeaders(hl):af.parseHeaders(hl);if(La<200){if(this.onInfo){this.onInfo({statusCode:La,headers:I_})}return}const N_=w_==="raw"?af.parseHeaders(hl):I_;const _m=N_["content-type"];const pg=N_["content-length"];const mg=new Pl({resume:fl,abort:i_,contentType:_m,contentLength:this.method!=="HEAD"&&pg?Number(pg):null,highWaterMark:D_});if(this.removeAbortListener){mg.on("close",this.removeAbortListener)}this.callback=null;this.res=mg;if(Ul!==null){if(this.throwOnError&&La>=400){this.runInAsyncScope(n_,null,{callback:Ul,body:mg,contentType:_m,statusCode:La,statusMessage:yl,headers:I_})}else{this.runInAsyncScope(Ul,null,null,{statusCode:La,headers:I_,trailers:this.trailers,opaque:Gd,body:mg,context:p_})}}}onData(La){return this.res.push(La)}onComplete(La){af.parseHeaders(La,this.trailers);this.res.push(null)}onError(La){const{res:hl,callback:fl,body:yl,opaque:Pl}=this;if(fl){this.callback=null;queueMicrotask(()=>{this.runInAsyncScope(fl,null,La,{opaque:Pl})})}if(hl){this.res=null;queueMicrotask(()=>{af.destroy(hl,La)})}if(yl){this.body=null;af.destroy(yl,La)}if(this.removeAbortListener){hl?.off("close",this.removeAbortListener);this.removeAbortListener();this.removeAbortListener=null}}}function request(La,hl){if(hl===undefined){return new Promise((hl,fl)=>{request.call(this,La,(La,yl)=>La?fl(La):hl(yl))})}try{this.dispatch(La,new RequestHandler(La,hl))}catch(fl){if(typeof hl!=="function"){throw fl}const yl=La?.opaque;queueMicrotask(()=>hl(fl,{opaque:yl}))}}La.exports=request;La.exports.RequestHandler=RequestHandler},3560:(La,hl,fl)=>{"use strict";const yl=fl(34589);const{finished:Pl,PassThrough:Ul}=fl(57075);const{InvalidArgumentError:Gd,InvalidReturnValueError:af}=fl(68707);const n_=fl(3440);const{getResolveErrorBodyCallback:i_}=fl(87655);const{AsyncResource:p_}=fl(16698);const{addSignal:w_,removeSignal:D_}=fl(80158);class StreamHandler extends p_{constructor(La,hl,fl){if(!La||typeof La!=="object"){throw new Gd("invalid opts")}const{signal:yl,method:Pl,opaque:Ul,body:af,onInfo:i_,responseHeaders:p_,throwOnError:D_}=La;try{if(typeof fl!=="function"){throw new Gd("invalid callback")}if(typeof hl!=="function"){throw new Gd("invalid factory")}if(yl&&typeof yl.on!=="function"&&typeof yl.addEventListener!=="function"){throw new Gd("signal must be an EventEmitter or EventTarget")}if(Pl==="CONNECT"){throw new Gd("invalid method")}if(i_&&typeof i_!=="function"){throw new Gd("invalid onInfo callback")}super("UNDICI_STREAM")}catch(La){if(n_.isStream(af)){n_.destroy(af.on("error",n_.nop),La)}throw La}this.responseHeaders=p_||null;this.opaque=Ul||null;this.factory=hl;this.callback=fl;this.res=null;this.abort=null;this.context=null;this.trailers=null;this.body=af;this.onInfo=i_||null;this.throwOnError=D_||false;if(n_.isStream(af)){af.on("error",La=>{this.onError(La)})}w_(this,yl)}onConnect(La,hl){if(this.reason){La(this.reason);return}yl(this.callback);this.abort=La;this.context=hl}onHeaders(La,hl,fl,yl){const{factory:Gd,opaque:p_,context:w_,callback:D_,responseHeaders:I_}=this;const N_=I_==="raw"?n_.parseRawHeaders(hl):n_.parseHeaders(hl);if(La<200){if(this.onInfo){this.onInfo({statusCode:La,headers:N_})}return}this.factory=null;let _m;if(this.throwOnError&&La>=400){const fl=I_==="raw"?n_.parseHeaders(hl):N_;const Pl=fl["content-type"];_m=new Ul;this.callback=null;this.runInAsyncScope(i_,null,{callback:D_,body:_m,contentType:Pl,statusCode:La,statusMessage:yl,headers:N_})}else{if(Gd===null){return}_m=this.runInAsyncScope(Gd,null,{statusCode:La,headers:N_,opaque:p_,context:w_});if(!_m||typeof _m.write!=="function"||typeof _m.end!=="function"||typeof _m.on!=="function"){throw new af("expected Writable")}Pl(_m,{readable:false},La=>{const{callback:hl,res:fl,opaque:yl,trailers:Pl,abort:Ul}=this;this.res=null;if(La||!fl.readable){n_.destroy(fl,La)}this.callback=null;this.runInAsyncScope(hl,null,La||null,{opaque:yl,trailers:Pl});if(La){Ul()}})}_m.on("drain",fl);this.res=_m;const pg=_m.writableNeedDrain!==undefined?_m.writableNeedDrain:_m._writableState?.needDrain;return pg!==true}onData(La){const{res:hl}=this;return hl?hl.write(La):true}onComplete(La){const{res:hl}=this;D_(this);if(!hl){return}this.trailers=n_.parseHeaders(La);hl.end()}onError(La){const{res:hl,callback:fl,opaque:yl,body:Pl}=this;D_(this);this.factory=null;if(hl){this.res=null;n_.destroy(hl,La)}else if(fl){this.callback=null;queueMicrotask(()=>{this.runInAsyncScope(fl,null,La,{opaque:yl})})}if(Pl){this.body=null;n_.destroy(Pl,La)}}}function stream(La,hl,fl){if(fl===undefined){return new Promise((fl,yl)=>{stream.call(this,La,hl,(La,hl)=>La?yl(La):fl(hl))})}try{this.dispatch(La,new StreamHandler(La,hl,fl))}catch(hl){if(typeof fl!=="function"){throw hl}const yl=La?.opaque;queueMicrotask(()=>fl(hl,{opaque:yl}))}}La.exports=stream},61882:(La,hl,fl)=>{"use strict";const{InvalidArgumentError:yl,SocketError:Pl}=fl(68707);const{AsyncResource:Ul}=fl(16698);const Gd=fl(3440);const{addSignal:af,removeSignal:n_}=fl(80158);const i_=fl(34589);class UpgradeHandler extends Ul{constructor(La,hl){if(!La||typeof La!=="object"){throw new yl("invalid opts")}if(typeof hl!=="function"){throw new yl("invalid callback")}const{signal:fl,opaque:Pl,responseHeaders:Ul}=La;if(fl&&typeof fl.on!=="function"&&typeof fl.addEventListener!=="function"){throw new yl("signal must be an EventEmitter or EventTarget")}super("UNDICI_UPGRADE");this.responseHeaders=Ul||null;this.opaque=Pl||null;this.callback=hl;this.abort=null;this.context=null;af(this,fl)}onConnect(La,hl){if(this.reason){La(this.reason);return}i_(this.callback);this.abort=La;this.context=null}onHeaders(){throw new Pl("bad upgrade",null)}onUpgrade(La,hl,fl){i_(La===101);const{callback:yl,opaque:Pl,context:Ul}=this;n_(this);this.callback=null;const af=this.responseHeaders==="raw"?Gd.parseRawHeaders(hl):Gd.parseHeaders(hl);this.runInAsyncScope(yl,null,null,{headers:af,socket:fl,opaque:Pl,context:Ul})}onError(La){const{callback:hl,opaque:fl}=this;n_(this);if(hl){this.callback=null;queueMicrotask(()=>{this.runInAsyncScope(hl,null,La,{opaque:fl})})}}}function upgrade(La,hl){if(hl===undefined){return new Promise((hl,fl)=>{upgrade.call(this,La,(La,yl)=>La?fl(La):hl(yl))})}try{const fl=new UpgradeHandler(La,hl);this.dispatch({...La,method:La.method||"GET",upgrade:La.protocol||"Websocket"},fl)}catch(fl){if(typeof hl!=="function"){throw fl}const yl=La?.opaque;queueMicrotask(()=>hl(fl,{opaque:yl}))}}La.exports=upgrade},56615:(La,hl,fl)=>{"use strict";La.exports.request=fl(14043);La.exports.stream=fl(3560);La.exports.pipeline=fl(76862);La.exports.upgrade=fl(61882);La.exports.connect=fl(34660)},49927:(La,hl,fl)=>{"use strict";const yl=fl(34589);const{Readable:Pl}=fl(57075);const{RequestAbortedError:Ul,NotSupportedError:Gd,InvalidArgumentError:af,AbortError:n_}=fl(68707);const i_=fl(3440);const{ReadableStreamFrom:p_}=fl(3440);const w_=Symbol("kConsume");const D_=Symbol("kReading");const I_=Symbol("kBody");const N_=Symbol("kAbort");const _m=Symbol("kContentType");const pg=Symbol("kContentLength");const noop=()=>{};class BodyReadable extends Pl{constructor({resume:La,abort:hl,contentType:fl="",contentLength:yl,highWaterMark:Pl=64*1024}){super({autoDestroy:true,read:La,highWaterMark:Pl});this._readableState.dataEmitted=false;this[N_]=hl;this[w_]=null;this[I_]=null;this[_m]=fl;this[pg]=yl;this[D_]=false}destroy(La){if(!La&&!this._readableState.endEmitted){La=new Ul}if(La){this[N_]()}return super.destroy(La)}_destroy(La,hl){if(!this[D_]){setImmediate(()=>{hl(La)})}else{hl(La)}}on(La,...hl){if(La==="data"||La==="readable"){this[D_]=true}return super.on(La,...hl)}addListener(La,...hl){return this.on(La,...hl)}off(La,...hl){const fl=super.off(La,...hl);if(La==="data"||La==="readable"){this[D_]=this.listenerCount("data")>0||this.listenerCount("readable")>0}return fl}removeListener(La,...hl){return this.off(La,...hl)}push(La){if(this[w_]&&La!==null){consumePush(this[w_],La);return this[D_]?super.push(La):true}return super.push(La)}async text(){return consume(this,"text")}async json(){return consume(this,"json")}async blob(){return consume(this,"blob")}async bytes(){return consume(this,"bytes")}async arrayBuffer(){return consume(this,"arrayBuffer")}async formData(){throw new Gd}get bodyUsed(){return i_.isDisturbed(this)}get body(){if(!this[I_]){this[I_]=p_(this);if(this[w_]){this[I_].getReader();yl(this[I_].locked)}}return this[I_]}async dump(La){let hl=Number.isFinite(La?.limit)?La.limit:128*1024;const fl=La?.signal;if(fl!=null&&(typeof fl!=="object"||!("aborted"in fl))){throw new af("signal must be an AbortSignal")}fl?.throwIfAborted();if(this._readableState.closeEmitted){return null}return await new Promise((La,yl)=>{if(this[pg]>hl){this.destroy(new n_)}const onAbort=()=>{this.destroy(fl.reason??new n_)};fl?.addEventListener("abort",onAbort);this.on("close",function(){fl?.removeEventListener("abort",onAbort);if(fl?.aborted){yl(fl.reason??new n_)}else{La(null)}}).on("error",noop).on("data",function(La){hl-=La.length;if(hl<=0){this.destroy()}}).resume()})}}function isLocked(La){return La[I_]&&La[I_].locked===true||La[w_]}function isUnusable(La){return i_.isDisturbed(La)||isLocked(La)}async function consume(La,hl){yl(!La[w_]);return new Promise((fl,yl)=>{if(isUnusable(La)){const hl=La._readableState;if(hl.destroyed&&hl.closeEmitted===false){La.on("error",La=>{yl(La)}).on("close",()=>{yl(new TypeError("unusable"))})}else{yl(hl.errored??new TypeError("unusable"))}}else{queueMicrotask(()=>{La[w_]={type:hl,stream:La,resolve:fl,reject:yl,length:0,body:[]};La.on("error",function(La){consumeFinish(this[w_],La)}).on("close",function(){if(this[w_].body!==null){consumeFinish(this[w_],new Ul)}});consumeStart(La[w_])})}})}function consumeStart(La){if(La.body===null){return}const{_readableState:hl}=La.stream;if(hl.bufferIndex){const fl=hl.bufferIndex;const yl=hl.buffer.length;for(let Pl=fl;Pl2&&fl[0]===239&&fl[1]===187&&fl[2]===191?3:0;return fl.utf8Slice(Pl,yl)}function chunksConcat(La,hl){if(La.length===0||hl===0){return new Uint8Array(0)}if(La.length===1){return new Uint8Array(La[0])}const fl=new Uint8Array(Buffer.allocUnsafeSlow(hl).buffer);let yl=0;for(let hl=0;hl{const yl=fl(34589);const{ResponseStatusCodeError:Pl}=fl(68707);const{chunksDecode:Ul}=fl(49927);const Gd=128*1024;async function getResolveErrorBodyCallback({callback:La,body:hl,contentType:fl,statusCode:af,statusMessage:n_,headers:i_}){yl(hl);let p_=[];let w_=0;try{for await(const La of hl){p_.push(La);w_+=La.length;if(w_>Gd){p_=[];w_=0;break}}}catch{p_=[];w_=0}const D_=`Response status code ${af}${n_?`: ${n_}`:""}`;if(af===204||!fl||!w_){queueMicrotask(()=>La(new Pl(D_,af,i_)));return}const I_=Error.stackTraceLimit;Error.stackTraceLimit=0;let N_;try{if(isContentTypeApplicationJson(fl)){N_=JSON.parse(Ul(p_,w_))}else if(isContentTypeText(fl)){N_=Ul(p_,w_)}}catch{}finally{Error.stackTraceLimit=I_}queueMicrotask(()=>La(new Pl(D_,af,i_,N_)))}const isContentTypeApplicationJson=La=>La.length>15&&La[11]==="/"&&La[0]==="a"&&La[1]==="p"&&La[2]==="p"&&La[3]==="l"&&La[4]==="i"&&La[5]==="c"&&La[6]==="a"&&La[7]==="t"&&La[8]==="i"&&La[9]==="o"&&La[10]==="n"&&La[12]==="j"&&La[13]==="s"&&La[14]==="o"&&La[15]==="n";const isContentTypeText=La=>La.length>4&&La[4]==="/"&&La[0]==="t"&&La[1]==="e"&&La[2]==="x"&&La[3]==="t";La.exports={getResolveErrorBodyCallback:getResolveErrorBodyCallback,isContentTypeApplicationJson:isContentTypeApplicationJson,isContentTypeText:isContentTypeText}},59136:(La,hl,fl)=>{"use strict";const yl=fl(77030);const Pl=fl(34589);const Ul=fl(3440);const{InvalidArgumentError:Gd,ConnectTimeoutError:af}=fl(68707);const n_=fl(96603);function noop(){}let i_;let p_;if(global.FinalizationRegistry&&!(process.env.NODE_V8_COVERAGE||process.env.UNDICI_NO_FG)){p_=class WeakSessionCache{constructor(La){this._maxCachedSessions=La;this._sessionCache=new Map;this._sessionRegistry=new global.FinalizationRegistry(La=>{if(this._sessionCache.size=this._maxCachedSessions){const{value:La}=this._sessionCache.keys().next();this._sessionCache.delete(La)}this._sessionCache.set(La,hl)}}}function buildConnector({allowH2:La,maxCachedSessions:hl,socketPath:af,timeout:n_,session:D_,...I_}){if(hl!=null&&(!Number.isInteger(hl)||hl<0)){throw new Gd("maxCachedSessions must be a positive integer or zero")}const N_={path:af,...I_};const _m=new p_(hl==null?100:hl);n_=n_==null?1e4:n_;La=La!=null?La:false;return function connect({hostname:hl,host:Gd,protocol:af,port:p_,servername:I_,localAddress:pg,httpSocket:mg},gg){let eA;if(af==="https:"){if(!i_){i_=fl(41692)}I_=I_||N_.servername||Ul.getServerName(Gd)||null;const yl=I_||hl;Pl(yl);const af=D_||_m.get(yl)||null;p_=p_||443;eA=i_.connect({highWaterMark:16384,...N_,servername:I_,session:af,localAddress:pg,ALPNProtocols:La?["http/1.1","h2"]:["http/1.1"],socket:mg,port:p_,host:hl});eA.on("session",function(La){_m.set(yl,La)})}else{Pl(!mg,"httpSocket can only be sent on TLS update");p_=p_||80;eA=yl.connect({highWaterMark:64*1024,...N_,localAddress:pg,port:p_,host:hl})}if(N_.keepAlive==null||N_.keepAlive){const La=N_.keepAliveInitialDelay===undefined?6e4:N_.keepAliveInitialDelay;eA.setKeepAlive(true,La)}const tA=w_(new WeakRef(eA),{timeout:n_,hostname:hl,port:p_});eA.setNoDelay(true).once(af==="https:"?"secureConnect":"connect",function(){queueMicrotask(tA);if(gg){const La=gg;gg=null;La(null,this)}}).on("error",function(La){queueMicrotask(tA);if(gg){const hl=gg;gg=null;hl(La)}});return eA}}const w_=process.platform==="win32"?(La,hl)=>{if(!hl.timeout){return noop}let fl=null;let yl=null;const Pl=n_.setFastTimeout(()=>{fl=setImmediate(()=>{yl=setImmediate(()=>onConnectTimeout(La.deref(),hl))})},hl.timeout);return()=>{n_.clearFastTimeout(Pl);clearImmediate(fl);clearImmediate(yl)}}:(La,hl)=>{if(!hl.timeout){return noop}let fl=null;const yl=n_.setFastTimeout(()=>{fl=setImmediate(()=>{onConnectTimeout(La.deref(),hl)})},hl.timeout);return()=>{n_.clearFastTimeout(yl);clearImmediate(fl)}};function onConnectTimeout(La,hl){if(La==null){return}let fl="Connect Timeout Error";if(Array.isArray(La.autoSelectFamilyAttemptedAddresses)){fl+=` (attempted addresses: ${La.autoSelectFamilyAttemptedAddresses.join(", ")},`}else{fl+=` (attempted address: ${hl.hostname}:${hl.port},`}fl+=` timeout: ${hl.timeout}ms)`;Ul.destroy(La,new af(fl))}La.exports=buildConnector},10735:La=>{"use strict";const hl={};const fl=["Accept","Accept-Encoding","Accept-Language","Accept-Ranges","Access-Control-Allow-Credentials","Access-Control-Allow-Headers","Access-Control-Allow-Methods","Access-Control-Allow-Origin","Access-Control-Expose-Headers","Access-Control-Max-Age","Access-Control-Request-Headers","Access-Control-Request-Method","Age","Allow","Alt-Svc","Alt-Used","Authorization","Cache-Control","Clear-Site-Data","Connection","Content-Disposition","Content-Encoding","Content-Language","Content-Length","Content-Location","Content-Range","Content-Security-Policy","Content-Security-Policy-Report-Only","Content-Type","Cookie","Cross-Origin-Embedder-Policy","Cross-Origin-Opener-Policy","Cross-Origin-Resource-Policy","Date","Device-Memory","Downlink","ECT","ETag","Expect","Expect-CT","Expires","Forwarded","From","Host","If-Match","If-Modified-Since","If-None-Match","If-Range","If-Unmodified-Since","Keep-Alive","Last-Modified","Link","Location","Max-Forwards","Origin","Permissions-Policy","Pragma","Proxy-Authenticate","Proxy-Authorization","RTT","Range","Referer","Referrer-Policy","Refresh","Retry-After","Sec-WebSocket-Accept","Sec-WebSocket-Extensions","Sec-WebSocket-Key","Sec-WebSocket-Protocol","Sec-WebSocket-Version","Server","Server-Timing","Service-Worker-Allowed","Service-Worker-Navigation-Preload","Set-Cookie","SourceMap","Strict-Transport-Security","Supports-Loading-Mode","TE","Timing-Allow-Origin","Trailer","Transfer-Encoding","Upgrade","Upgrade-Insecure-Requests","User-Agent","Vary","Via","WWW-Authenticate","X-Content-Type-Options","X-DNS-Prefetch-Control","X-Frame-Options","X-Permitted-Cross-Domain-Policies","X-Powered-By","X-Requested-With","X-XSS-Protection"];for(let La=0;La{"use strict";const yl=fl(53053);const Pl=fl(57975);const Ul=Pl.debuglog("undici");const Gd=Pl.debuglog("fetch");const af=Pl.debuglog("websocket");let n_=false;const i_={beforeConnect:yl.channel("undici:client:beforeConnect"),connected:yl.channel("undici:client:connected"),connectError:yl.channel("undici:client:connectError"),sendHeaders:yl.channel("undici:client:sendHeaders"),create:yl.channel("undici:request:create"),bodySent:yl.channel("undici:request:bodySent"),headers:yl.channel("undici:request:headers"),trailers:yl.channel("undici:request:trailers"),error:yl.channel("undici:request:error"),open:yl.channel("undici:websocket:open"),close:yl.channel("undici:websocket:close"),socketError:yl.channel("undici:websocket:socket_error"),ping:yl.channel("undici:websocket:ping"),pong:yl.channel("undici:websocket:pong")};if(Ul.enabled||Gd.enabled){const La=Gd.enabled?Gd:Ul;yl.channel("undici:client:beforeConnect").subscribe(hl=>{const{connectParams:{version:fl,protocol:yl,port:Pl,host:Ul}}=hl;La("connecting to %s using %s%s",`${Ul}${Pl?`:${Pl}`:""}`,yl,fl)});yl.channel("undici:client:connected").subscribe(hl=>{const{connectParams:{version:fl,protocol:yl,port:Pl,host:Ul}}=hl;La("connected to %s using %s%s",`${Ul}${Pl?`:${Pl}`:""}`,yl,fl)});yl.channel("undici:client:connectError").subscribe(hl=>{const{connectParams:{version:fl,protocol:yl,port:Pl,host:Ul},error:Gd}=hl;La("connection to %s using %s%s errored - %s",`${Ul}${Pl?`:${Pl}`:""}`,yl,fl,Gd.message)});yl.channel("undici:client:sendHeaders").subscribe(hl=>{const{request:{method:fl,path:yl,origin:Pl}}=hl;La("sending request to %s %s/%s",fl,Pl,yl)});yl.channel("undici:request:headers").subscribe(hl=>{const{request:{method:fl,path:yl,origin:Pl},response:{statusCode:Ul}}=hl;La("received response to %s %s/%s - HTTP %d",fl,Pl,yl,Ul)});yl.channel("undici:request:trailers").subscribe(hl=>{const{request:{method:fl,path:yl,origin:Pl}}=hl;La("trailers received from %s %s/%s",fl,Pl,yl)});yl.channel("undici:request:error").subscribe(hl=>{const{request:{method:fl,path:yl,origin:Pl},error:Ul}=hl;La("request to %s %s/%s errored - %s",fl,Pl,yl,Ul.message)});n_=true}if(af.enabled){if(!n_){const La=Ul.enabled?Ul:af;yl.channel("undici:client:beforeConnect").subscribe(hl=>{const{connectParams:{version:fl,protocol:yl,port:Pl,host:Ul}}=hl;La("connecting to %s%s using %s%s",Ul,Pl?`:${Pl}`:"",yl,fl)});yl.channel("undici:client:connected").subscribe(hl=>{const{connectParams:{version:fl,protocol:yl,port:Pl,host:Ul}}=hl;La("connected to %s%s using %s%s",Ul,Pl?`:${Pl}`:"",yl,fl)});yl.channel("undici:client:connectError").subscribe(hl=>{const{connectParams:{version:fl,protocol:yl,port:Pl,host:Ul},error:Gd}=hl;La("connection to %s%s using %s%s errored - %s",Ul,Pl?`:${Pl}`:"",yl,fl,Gd.message)});yl.channel("undici:client:sendHeaders").subscribe(hl=>{const{request:{method:fl,path:yl,origin:Pl}}=hl;La("sending request to %s %s/%s",fl,Pl,yl)})}yl.channel("undici:websocket:open").subscribe(La=>{const{address:{address:hl,port:fl}}=La;af("connection opened %s%s",hl,fl?`:${fl}`:"")});yl.channel("undici:websocket:close").subscribe(La=>{const{websocket:hl,code:fl,reason:yl}=La;af("closed connection to %s - %s %s",hl.url,fl,yl)});yl.channel("undici:websocket:socket_error").subscribe(La=>{af("connection errored - %s",La.message)});yl.channel("undici:websocket:ping").subscribe(La=>{af("ping received")});yl.channel("undici:websocket:pong").subscribe(La=>{af("pong received")})}La.exports={channels:i_}},68707:La=>{"use strict";const hl=Symbol.for("undici.error.UND_ERR");class UndiciError extends Error{constructor(La){super(La);this.name="UndiciError";this.code="UND_ERR"}static[Symbol.hasInstance](La){return La&&La[hl]===true}[hl]=true}const fl=Symbol.for("undici.error.UND_ERR_CONNECT_TIMEOUT");class ConnectTimeoutError extends UndiciError{constructor(La){super(La);this.name="ConnectTimeoutError";this.message=La||"Connect Timeout Error";this.code="UND_ERR_CONNECT_TIMEOUT"}static[Symbol.hasInstance](La){return La&&La[fl]===true}[fl]=true}const yl=Symbol.for("undici.error.UND_ERR_HEADERS_TIMEOUT");class HeadersTimeoutError extends UndiciError{constructor(La){super(La);this.name="HeadersTimeoutError";this.message=La||"Headers Timeout Error";this.code="UND_ERR_HEADERS_TIMEOUT"}static[Symbol.hasInstance](La){return La&&La[yl]===true}[yl]=true}const Pl=Symbol.for("undici.error.UND_ERR_HEADERS_OVERFLOW");class HeadersOverflowError extends UndiciError{constructor(La){super(La);this.name="HeadersOverflowError";this.message=La||"Headers Overflow Error";this.code="UND_ERR_HEADERS_OVERFLOW"}static[Symbol.hasInstance](La){return La&&La[Pl]===true}[Pl]=true}const Ul=Symbol.for("undici.error.UND_ERR_BODY_TIMEOUT");class BodyTimeoutError extends UndiciError{constructor(La){super(La);this.name="BodyTimeoutError";this.message=La||"Body Timeout Error";this.code="UND_ERR_BODY_TIMEOUT"}static[Symbol.hasInstance](La){return La&&La[Ul]===true}[Ul]=true}const Gd=Symbol.for("undici.error.UND_ERR_RESPONSE_STATUS_CODE");class ResponseStatusCodeError extends UndiciError{constructor(La,hl,fl,yl){super(La);this.name="ResponseStatusCodeError";this.message=La||"Response Status Code Error";this.code="UND_ERR_RESPONSE_STATUS_CODE";this.body=yl;this.status=hl;this.statusCode=hl;this.headers=fl}static[Symbol.hasInstance](La){return La&&La[Gd]===true}[Gd]=true}const af=Symbol.for("undici.error.UND_ERR_INVALID_ARG");class InvalidArgumentError extends UndiciError{constructor(La){super(La);this.name="InvalidArgumentError";this.message=La||"Invalid Argument Error";this.code="UND_ERR_INVALID_ARG"}static[Symbol.hasInstance](La){return La&&La[af]===true}[af]=true}const n_=Symbol.for("undici.error.UND_ERR_INVALID_RETURN_VALUE");class InvalidReturnValueError extends UndiciError{constructor(La){super(La);this.name="InvalidReturnValueError";this.message=La||"Invalid Return Value Error";this.code="UND_ERR_INVALID_RETURN_VALUE"}static[Symbol.hasInstance](La){return La&&La[n_]===true}[n_]=true}const i_=Symbol.for("undici.error.UND_ERR_ABORT");class AbortError extends UndiciError{constructor(La){super(La);this.name="AbortError";this.message=La||"The operation was aborted";this.code="UND_ERR_ABORT"}static[Symbol.hasInstance](La){return La&&La[i_]===true}[i_]=true}const p_=Symbol.for("undici.error.UND_ERR_ABORTED");class RequestAbortedError extends AbortError{constructor(La){super(La);this.name="AbortError";this.message=La||"Request aborted";this.code="UND_ERR_ABORTED"}static[Symbol.hasInstance](La){return La&&La[p_]===true}[p_]=true}const w_=Symbol.for("undici.error.UND_ERR_INFO");class InformationalError extends UndiciError{constructor(La){super(La);this.name="InformationalError";this.message=La||"Request information";this.code="UND_ERR_INFO"}static[Symbol.hasInstance](La){return La&&La[w_]===true}[w_]=true}const D_=Symbol.for("undici.error.UND_ERR_REQ_CONTENT_LENGTH_MISMATCH");class RequestContentLengthMismatchError extends UndiciError{constructor(La){super(La);this.name="RequestContentLengthMismatchError";this.message=La||"Request body length does not match content-length header";this.code="UND_ERR_REQ_CONTENT_LENGTH_MISMATCH"}static[Symbol.hasInstance](La){return La&&La[D_]===true}[D_]=true}const I_=Symbol.for("undici.error.UND_ERR_RES_CONTENT_LENGTH_MISMATCH");class ResponseContentLengthMismatchError extends UndiciError{constructor(La){super(La);this.name="ResponseContentLengthMismatchError";this.message=La||"Response body length does not match content-length header";this.code="UND_ERR_RES_CONTENT_LENGTH_MISMATCH"}static[Symbol.hasInstance](La){return La&&La[I_]===true}[I_]=true}const N_=Symbol.for("undici.error.UND_ERR_DESTROYED");class ClientDestroyedError extends UndiciError{constructor(La){super(La);this.name="ClientDestroyedError";this.message=La||"The client is destroyed";this.code="UND_ERR_DESTROYED"}static[Symbol.hasInstance](La){return La&&La[N_]===true}[N_]=true}const _m=Symbol.for("undici.error.UND_ERR_CLOSED");class ClientClosedError extends UndiciError{constructor(La){super(La);this.name="ClientClosedError";this.message=La||"The client is closed";this.code="UND_ERR_CLOSED"}static[Symbol.hasInstance](La){return La&&La[_m]===true}[_m]=true}const pg=Symbol.for("undici.error.UND_ERR_SOCKET");class SocketError extends UndiciError{constructor(La,hl){super(La);this.name="SocketError";this.message=La||"Socket error";this.code="UND_ERR_SOCKET";this.socket=hl}static[Symbol.hasInstance](La){return La&&La[pg]===true}[pg]=true}const mg=Symbol.for("undici.error.UND_ERR_NOT_SUPPORTED");class NotSupportedError extends UndiciError{constructor(La){super(La);this.name="NotSupportedError";this.message=La||"Not supported error";this.code="UND_ERR_NOT_SUPPORTED"}static[Symbol.hasInstance](La){return La&&La[mg]===true}[mg]=true}const gg=Symbol.for("undici.error.UND_ERR_BPL_MISSING_UPSTREAM");class BalancedPoolMissingUpstreamError extends UndiciError{constructor(La){super(La);this.name="MissingUpstreamError";this.message=La||"No upstream has been added to the BalancedPool";this.code="UND_ERR_BPL_MISSING_UPSTREAM"}static[Symbol.hasInstance](La){return La&&La[gg]===true}[gg]=true}const eA=Symbol.for("undici.error.UND_ERR_HTTP_PARSER");class HTTPParserError extends Error{constructor(La,hl,fl){super(La);this.name="HTTPParserError";this.code=hl?`HPE_${hl}`:undefined;this.data=fl?fl.toString():undefined}static[Symbol.hasInstance](La){return La&&La[eA]===true}[eA]=true}const tA=Symbol.for("undici.error.UND_ERR_RES_EXCEEDED_MAX_SIZE");class ResponseExceededMaxSizeError extends UndiciError{constructor(La){super(La);this.name="ResponseExceededMaxSizeError";this.message=La||"Response content exceeded max size";this.code="UND_ERR_RES_EXCEEDED_MAX_SIZE"}static[Symbol.hasInstance](La){return La&&La[tA]===true}[tA]=true}const rA=Symbol.for("undici.error.UND_ERR_REQ_RETRY");class RequestRetryError extends UndiciError{constructor(La,hl,{headers:fl,data:yl}){super(La);this.name="RequestRetryError";this.message=La||"Request retry error";this.code="UND_ERR_REQ_RETRY";this.statusCode=hl;this.data=yl;this.headers=fl}static[Symbol.hasInstance](La){return La&&La[rA]===true}[rA]=true}const nA=Symbol.for("undici.error.UND_ERR_RESPONSE");class ResponseError extends UndiciError{constructor(La,hl,{headers:fl,data:yl}){super(La);this.name="ResponseError";this.message=La||"Response error";this.code="UND_ERR_RESPONSE";this.statusCode=hl;this.data=yl;this.headers=fl}static[Symbol.hasInstance](La){return La&&La[nA]===true}[nA]=true}const iA=Symbol.for("undici.error.UND_ERR_PRX_TLS");class SecureProxyConnectionError extends UndiciError{constructor(La,hl,fl){super(hl,{cause:La,...fl??{}});this.name="SecureProxyConnectionError";this.message=hl||"Secure Proxy Connection failed";this.code="UND_ERR_PRX_TLS";this.cause=La}static[Symbol.hasInstance](La){return La&&La[iA]===true}[iA]=true}const sA=Symbol.for("undici.error.UND_ERR_WS_MESSAGE_SIZE_EXCEEDED");class MessageSizeExceededError extends UndiciError{constructor(La){super(La);this.name="MessageSizeExceededError";this.message=La||"Max decompressed message size exceeded";this.code="UND_ERR_WS_MESSAGE_SIZE_EXCEEDED"}static[Symbol.hasInstance](La){return La&&La[sA]===true}get[sA](){return true}}La.exports={AbortError:AbortError,HTTPParserError:HTTPParserError,UndiciError:UndiciError,HeadersTimeoutError:HeadersTimeoutError,HeadersOverflowError:HeadersOverflowError,BodyTimeoutError:BodyTimeoutError,RequestContentLengthMismatchError:RequestContentLengthMismatchError,ConnectTimeoutError:ConnectTimeoutError,ResponseStatusCodeError:ResponseStatusCodeError,InvalidArgumentError:InvalidArgumentError,InvalidReturnValueError:InvalidReturnValueError,RequestAbortedError:RequestAbortedError,ClientDestroyedError:ClientDestroyedError,ClientClosedError:ClientClosedError,InformationalError:InformationalError,SocketError:SocketError,NotSupportedError:NotSupportedError,ResponseContentLengthMismatchError:ResponseContentLengthMismatchError,BalancedPoolMissingUpstreamError:BalancedPoolMissingUpstreamError,ResponseExceededMaxSizeError:ResponseExceededMaxSizeError,RequestRetryError:RequestRetryError,ResponseError:ResponseError,SecureProxyConnectionError:SecureProxyConnectionError,MessageSizeExceededError:MessageSizeExceededError}},44655:(La,hl,fl)=>{"use strict";const{InvalidArgumentError:yl,NotSupportedError:Pl}=fl(68707);const Ul=fl(34589);const{isValidHTTPToken:Gd,isValidHeaderValue:af,isStream:n_,destroy:i_,isBuffer:p_,isFormDataLike:w_,isIterable:D_,isBlobLike:I_,buildURL:N_,validateHandler:_m,getServerName:pg,normalizedMethodRecords:mg}=fl(3440);const{channels:gg}=fl(42414);const{headerNameLowerCasedRecord:eA}=fl(10735);const tA=/[^\u0021-\u00ff]/;const rA=Symbol("handler");class Request{constructor(La,{path:hl,method:fl,body:Pl,headers:Ul,query:eA,idempotent:nA,blocking:iA,upgrade:sA,headersTimeout:aA,bodyTimeout:oA,reset:lA,throwOnError:cA,expectContinue:uA,servername:pA},dA){if(typeof hl!=="string"){throw new yl("path must be a string")}else if(hl[0]!=="/"&&!(hl.startsWith("http://")||hl.startsWith("https://"))&&fl!=="CONNECT"){throw new yl("path must be an absolute URL or start with a slash")}else if(tA.test(hl)){throw new yl("invalid request path")}if(typeof fl!=="string"){throw new yl("method must be a string")}else if(mg[fl]===undefined&&!Gd(fl)){throw new yl("invalid request method")}if(sA&&typeof sA!=="string"){throw new yl("upgrade must be a string")}if(sA&&!af(sA)){throw new yl("invalid upgrade header")}if(aA!=null&&(!Number.isFinite(aA)||aA<0)){throw new yl("invalid headersTimeout")}if(oA!=null&&(!Number.isFinite(oA)||oA<0)){throw new yl("invalid bodyTimeout")}if(lA!=null&&typeof lA!=="boolean"){throw new yl("invalid reset")}if(uA!=null&&typeof uA!=="boolean"){throw new yl("invalid expectContinue")}this.headersTimeout=aA;this.bodyTimeout=oA;this.throwOnError=cA===true;this.method=fl;this.abort=null;if(Pl==null){this.body=null}else if(n_(Pl)){this.body=Pl;const La=this.body._readableState;if(!La||!La.autoDestroy){this.endHandler=function autoDestroy(){i_(this)};this.body.on("end",this.endHandler)}this.errorHandler=La=>{if(this.abort){this.abort(La)}else{this.error=La}};this.body.on("error",this.errorHandler)}else if(p_(Pl)){this.body=Pl.byteLength?Pl:null}else if(ArrayBuffer.isView(Pl)){this.body=Pl.buffer.byteLength?Buffer.from(Pl.buffer,Pl.byteOffset,Pl.byteLength):null}else if(Pl instanceof ArrayBuffer){this.body=Pl.byteLength?Buffer.from(Pl):null}else if(typeof Pl==="string"){this.body=Pl.length?Buffer.from(Pl):null}else if(w_(Pl)||D_(Pl)||I_(Pl)){this.body=Pl}else{throw new yl("body must be a string, a Buffer, a Readable stream, an iterable, or an async iterable")}this.completed=false;this.aborted=false;this.upgrade=sA||null;this.path=eA?N_(hl,eA):hl;this.origin=La;this.idempotent=nA==null?fl==="HEAD"||fl==="GET":nA;this.blocking=iA==null?false:iA;this.reset=lA==null?null:lA;this.host=null;this.contentLength=null;this.contentType=null;this.headers=[];this.expectContinue=uA!=null?uA:false;if(Array.isArray(Ul)){if(Ul.length%2!==0){throw new yl("headers array must be even")}for(let La=0;La{La.exports={kClose:Symbol("close"),kDestroy:Symbol("destroy"),kDispatch:Symbol("dispatch"),kUrl:Symbol("url"),kWriting:Symbol("writing"),kResuming:Symbol("resuming"),kQueue:Symbol("queue"),kConnect:Symbol("connect"),kConnecting:Symbol("connecting"),kKeepAliveDefaultTimeout:Symbol("default keep alive timeout"),kKeepAliveMaxTimeout:Symbol("max keep alive timeout"),kKeepAliveTimeoutThreshold:Symbol("keep alive timeout threshold"),kKeepAliveTimeoutValue:Symbol("keep alive timeout"),kKeepAlive:Symbol("keep alive"),kHeadersTimeout:Symbol("headers timeout"),kBodyTimeout:Symbol("body timeout"),kServerName:Symbol("server name"),kLocalAddress:Symbol("local address"),kHost:Symbol("host"),kNoRef:Symbol("no ref"),kBodyUsed:Symbol("used"),kBody:Symbol("abstracted request body"),kRunning:Symbol("running"),kBlocking:Symbol("blocking"),kPending:Symbol("pending"),kSize:Symbol("size"),kBusy:Symbol("busy"),kQueued:Symbol("queued"),kFree:Symbol("free"),kConnected:Symbol("connected"),kClosed:Symbol("closed"),kNeedDrain:Symbol("need drain"),kReset:Symbol("reset"),kDestroyed:Symbol.for("nodejs.stream.destroyed"),kResume:Symbol("resume"),kOnError:Symbol("on error"),kMaxHeadersSize:Symbol("max headers size"),kRunningIdx:Symbol("running index"),kPendingIdx:Symbol("pending index"),kError:Symbol("error"),kClients:Symbol("clients"),kClient:Symbol("client"),kParser:Symbol("parser"),kOnDestroyed:Symbol("destroy callbacks"),kPipelining:Symbol("pipelining"),kSocket:Symbol("socket"),kHostHeader:Symbol("host header"),kConnector:Symbol("connector"),kStrictContentLength:Symbol("strict content length"),kMaxRedirections:Symbol("maxRedirections"),kMaxRequests:Symbol("maxRequestsPerClient"),kProxy:Symbol("proxy agent options"),kCounter:Symbol("socket request counter"),kInterceptors:Symbol("dispatch interceptors"),kMaxResponseSize:Symbol("max response size"),kHTTP2Session:Symbol("http2Session"),kHTTP2SessionState:Symbol("http2Session state"),kRetryHandlerDefaultRetry:Symbol("retry agent default retry"),kConstruct:Symbol("constructable"),kListeners:Symbol("listeners"),kHTTPContext:Symbol("http context"),kMaxConcurrentStreams:Symbol("max concurrent streams"),kNoProxyAgent:Symbol("no proxy agent"),kHttpProxyAgent:Symbol("http proxy agent"),kHttpsProxyAgent:Symbol("https proxy agent")}},67752:(La,hl,fl)=>{"use strict";const{wellknownHeaderNames:yl,headerNameLowerCasedRecord:Pl}=fl(10735);class TstNode{value=null;left=null;middle=null;right=null;code;constructor(La,hl,fl){if(fl===undefined||fl>=La.length){throw new TypeError("Unreachable")}const yl=this.code=La.charCodeAt(fl);if(yl>127){throw new TypeError("key must be ascii string")}if(La.length!==++fl){this.middle=new TstNode(La,hl,fl)}else{this.value=hl}}add(La,hl){const fl=La.length;if(fl===0){throw new TypeError("Unreachable")}let yl=0;let Pl=this;while(true){const Ul=La.charCodeAt(yl);if(Ul>127){throw new TypeError("key must be ascii string")}if(Pl.code===Ul){if(fl===++yl){Pl.value=hl;break}else if(Pl.middle!==null){Pl=Pl.middle}else{Pl.middle=new TstNode(La,hl,yl);break}}else if(Pl.code=65){Pl|=32}while(yl!==null){if(Pl===yl.code){if(hl===++fl){return yl}yl=yl.middle;break}yl=yl.code{"use strict";const yl=fl(34589);const{kDestroyed:Pl,kBodyUsed:Ul,kListeners:Gd,kBody:af}=fl(36443);const{IncomingMessage:n_}=fl(37067);const i_=fl(57075);const p_=fl(77030);const{Blob:w_}=fl(4573);const D_=fl(57975);const{stringify:I_}=fl(41792);const{EventEmitter:N_}=fl(78474);const{InvalidArgumentError:_m}=fl(68707);const{headerNameLowerCasedRecord:pg}=fl(10735);const{tree:mg}=fl(67752);const[gg,eA]=process.versions.node.split(".").map(La=>Number(La));class BodyAsyncIterable{constructor(La){this[af]=La;this[Ul]=false}async*[Symbol.asyncIterator](){yl(!this[Ul],"disturbed");this[Ul]=true;yield*this[af]}}function wrapRequestBody(La){if(isStream(La)){if(bodyLength(La)===0){La.on("data",function(){yl(false)})}if(typeof La.readableDidRead!=="boolean"){La[Ul]=false;N_.prototype.on.call(La,"data",function(){this[Ul]=true})}return La}else if(La&&typeof La.pipeTo==="function"){return new BodyAsyncIterable(La)}else if(La&&typeof La!=="string"&&!ArrayBuffer.isView(La)&&isIterable(La)){return new BodyAsyncIterable(La)}else{return La}}function nop(){}function isStream(La){return La&&typeof La==="object"&&typeof La.pipe==="function"&&typeof La.on==="function"}function isBlobLike(La){if(La===null){return false}else if(La instanceof w_){return true}else if(typeof La!=="object"){return false}else{const hl=La[Symbol.toStringTag];return(hl==="Blob"||hl==="File")&&("stream"in La&&typeof La.stream==="function"||"arrayBuffer"in La&&typeof La.arrayBuffer==="function")}}function buildURL(La,hl){if(La.includes("?")||La.includes("#")){throw new Error('Query params cannot be passed when url already contains "?" or "#".')}const fl=I_(hl);if(fl){La+="?"+fl}return La}function isValidPort(La){const hl=parseInt(La,10);return hl===Number(La)&&hl>=0&&hl<=65535}function isHttpOrHttpsPrefixed(La){return La!=null&&La[0]==="h"&&La[1]==="t"&&La[2]==="t"&&La[3]==="p"&&(La[4]===":"||La[4]==="s"&&La[5]===":")}function parseURL(La){if(typeof La==="string"){La=new URL(La);if(!isHttpOrHttpsPrefixed(La.origin||La.protocol)){throw new _m("Invalid URL protocol: the URL must start with `http:` or `https:`.")}return La}if(!La||typeof La!=="object"){throw new _m("Invalid URL: The URL argument must be a non-null object.")}if(!(La instanceof URL)){if(La.port!=null&&La.port!==""&&isValidPort(La.port)===false){throw new _m("Invalid URL: port must be a valid integer or a string representation of an integer.")}if(La.path!=null&&typeof La.path!=="string"){throw new _m("Invalid URL path: the path must be a string or null/undefined.")}if(La.pathname!=null&&typeof La.pathname!=="string"){throw new _m("Invalid URL pathname: the pathname must be a string or null/undefined.")}if(La.hostname!=null&&typeof La.hostname!=="string"){throw new _m("Invalid URL hostname: the hostname must be a string or null/undefined.")}if(La.origin!=null&&typeof La.origin!=="string"){throw new _m("Invalid URL origin: the origin must be a string or null/undefined.")}if(!isHttpOrHttpsPrefixed(La.origin||La.protocol)){throw new _m("Invalid URL protocol: the URL must start with `http:` or `https:`.")}const hl=La.port!=null?La.port:La.protocol==="https:"?443:80;let fl=La.origin!=null?La.origin:`${La.protocol||""}//${La.hostname||""}:${hl}`;let yl=La.path!=null?La.path:`${La.pathname||""}${La.search||""}`;if(fl[fl.length-1]==="/"){fl=fl.slice(0,fl.length-1)}if(yl&&yl[0]!=="/"){yl=`/${yl}`}return new URL(`${fl}${yl}`)}if(!isHttpOrHttpsPrefixed(La.origin||La.protocol)){throw new _m("Invalid URL protocol: the URL must start with `http:` or `https:`.")}return La}function parseOrigin(La){La=parseURL(La);if(La.pathname!=="/"||La.search||La.hash){throw new _m("invalid url")}return La}function getHostname(La){if(La[0]==="["){const hl=La.indexOf("]");yl(hl!==-1);return La.substring(1,hl)}const hl=La.indexOf(":");if(hl===-1)return La;return La.substring(0,hl)}function getServerName(La){if(!La){return null}yl(typeof La==="string");const hl=getHostname(La);if(p_.isIP(hl)){return""}return hl}function deepClone(La){return JSON.parse(JSON.stringify(La))}function isAsyncIterable(La){return!!(La!=null&&typeof La[Symbol.asyncIterator]==="function")}function isIterable(La){return!!(La!=null&&(typeof La[Symbol.iterator]==="function"||typeof La[Symbol.asyncIterator]==="function"))}function bodyLength(La){if(La==null){return 0}else if(isStream(La)){const hl=La._readableState;return hl&&hl.objectMode===false&&hl.ended===true&&Number.isFinite(hl.length)?hl.length:null}else if(isBlobLike(La)){return La.size!=null?La.size:null}else if(isBuffer(La)){return La.byteLength}return null}function isDestroyed(La){return La&&!!(La.destroyed||La[Pl]||i_.isDestroyed?.(La))}function destroy(La,hl){if(La==null||!isStream(La)||isDestroyed(La)){return}if(typeof La.destroy==="function"){if(Object.getPrototypeOf(La).constructor===n_){La.socket=null}La.destroy(hl)}else if(hl){queueMicrotask(()=>{La.emit("error",hl)})}if(La.destroyed!==true){La[Pl]=true}}const tA=/timeout=(\d+)/;function parseKeepAliveTimeout(La){const hl=La.toString().match(tA);return hl?parseInt(hl[1],10)*1e3:null}function headerNameToString(La){return typeof La==="string"?pg[La]??La.toLowerCase():mg.lookup(La)??La.toString("latin1").toLowerCase()}function bufferToLowerCasedHeaderName(La){return mg.lookup(La)??La.toString("latin1").toLowerCase()}function parseHeaders(La,hl){if(hl===undefined)hl={};for(let fl=0;flLa.toString("utf8")):Pl.toString("utf8")}}}if("content-length"in hl&&"content-disposition"in hl){hl["content-disposition"]=Buffer.from(hl["content-disposition"]).toString("latin1")}return hl}function parseRawHeaders(La){const hl=La.length;const fl=new Array(hl);let yl=false;let Pl=-1;let Ul;let Gd;let af=0;for(let hl=0;hl{La.close();La.byobRequest?.respond(0)})}else{const hl=Buffer.isBuffer(yl)?yl:Buffer.from(yl);if(hl.byteLength){La.enqueue(new Uint8Array(hl))}}return La.desiredSize>0},async cancel(La){await hl.return()},type:"bytes"})}function isFormDataLike(La){return La&&typeof La==="object"&&typeof La.append==="function"&&typeof La.delete==="function"&&typeof La.get==="function"&&typeof La.getAll==="function"&&typeof La.has==="function"&&typeof La.set==="function"&&La[Symbol.toStringTag]==="FormData"}function addAbortListener(La,hl){if("addEventListener"in La){La.addEventListener("abort",hl,{once:true});return()=>La.removeEventListener("abort",hl)}La.addListener("abort",hl);return()=>La.removeListener("abort",hl)}const rA=typeof String.prototype.toWellFormed==="function";const nA=typeof String.prototype.isWellFormed==="function";function toUSVString(La){return rA?`${La}`.toWellFormed():D_.toUSVString(La)}function isUSVString(La){return nA?`${La}`.isWellFormed():toUSVString(La)===`${La}`}function isTokenCharCode(La){switch(La){case 34:case 40:case 41:case 44:case 47:case 58:case 59:case 60:case 61:case 62:case 63:case 64:case 91:case 92:case 93:case 123:case 125:return false;default:return La>=33&&La<=126}}function isValidHTTPToken(La){if(La.length===0){return false}for(let hl=0;hl{"use strict";const{InvalidArgumentError:yl}=fl(68707);const{kClients:Pl,kRunning:Ul,kClose:Gd,kDestroy:af,kDispatch:n_,kInterceptors:i_}=fl(36443);const p_=fl(21841);const w_=fl(30628);const D_=fl(23701);const I_=fl(3440);const N_=fl(25092);const _m=Symbol("onConnect");const pg=Symbol("onDisconnect");const mg=Symbol("onConnectionError");const gg=Symbol("maxRedirections");const eA=Symbol("onDrain");const tA=Symbol("factory");const rA=Symbol("options");function defaultFactory(La,hl){return hl&&hl.connections===1?new D_(La,hl):new w_(La,hl)}class Agent extends p_{constructor({factory:La=defaultFactory,maxRedirections:hl=0,connect:fl,...Ul}={}){if(typeof La!=="function"){throw new yl("factory must be a function.")}if(fl!=null&&typeof fl!=="function"&&typeof fl!=="object"){throw new yl("connect must be a function or an object")}if(!Number.isInteger(hl)||hl<0){throw new yl("maxRedirections must be a positive number")}super(Ul);if(fl&&typeof fl!=="function"){fl={...fl}}this[i_]=Ul.interceptors?.Agent&&Array.isArray(Ul.interceptors.Agent)?Ul.interceptors.Agent:[N_({maxRedirections:hl})];this[rA]={...I_.deepClone(Ul),connect:fl};this[rA].interceptors=Ul.interceptors?{...Ul.interceptors}:undefined;this[gg]=hl;this[tA]=La;this[Pl]=new Map;this[eA]=(La,hl)=>{this.emit("drain",La,[this,...hl])};this[_m]=(La,hl)=>{this.emit("connect",La,[this,...hl])};this[pg]=(La,hl,fl)=>{this.emit("disconnect",La,[this,...hl],fl)};this[mg]=(La,hl,fl)=>{this.emit("connectionError",La,[this,...hl],fl)}}get[Ul](){let La=0;for(const hl of this[Pl].values()){La+=hl[Ul]}return La}[n_](La,hl){let fl;if(La.origin&&(typeof La.origin==="string"||La.origin instanceof URL)){fl=String(La.origin)}else{throw new yl("opts.origin must be a non-empty string or URL.")}let Ul=this[Pl].get(fl);if(!Ul){Ul=this[tA](La.origin,this[rA]).on("drain",this[eA]).on("connect",this[_m]).on("disconnect",this[pg]).on("connectionError",this[mg]);this[Pl].set(fl,Ul)}return Ul.dispatch(La,hl)}async[Gd](){const La=[];for(const hl of this[Pl].values()){La.push(hl.close())}this[Pl].clear();await Promise.all(La)}async[af](La){const hl=[];for(const fl of this[Pl].values()){hl.push(fl.destroy(La))}this[Pl].clear();await Promise.all(hl)}}La.exports=Agent},837:(La,hl,fl)=>{"use strict";const{BalancedPoolMissingUpstreamError:yl,InvalidArgumentError:Pl}=fl(68707);const{PoolBase:Ul,kClients:Gd,kNeedDrain:af,kAddClient:n_,kRemoveClient:i_,kGetDispatcher:p_}=fl(42128);const w_=fl(30628);const{kUrl:D_,kInterceptors:I_}=fl(36443);const{parseOrigin:N_}=fl(3440);const _m=Symbol("factory");const pg=Symbol("options");const mg=Symbol("kGreatestCommonDivisor");const gg=Symbol("kCurrentWeight");const eA=Symbol("kIndex");const tA=Symbol("kWeight");const rA=Symbol("kMaxWeightPerServer");const nA=Symbol("kErrorPenalty");function getGreatestCommonDivisor(La,hl){if(La===0)return hl;while(hl!==0){const fl=hl;hl=La%hl;La=fl}return La}function defaultFactory(La,hl){return new w_(La,hl)}class BalancedPool extends Ul{constructor(La=[],{factory:hl=defaultFactory,...fl}={}){super();this[pg]=fl;this[eA]=-1;this[gg]=0;this[rA]=this[pg].maxWeightPerServer||100;this[nA]=this[pg].errorPenalty||15;if(!Array.isArray(La)){La=[La]}if(typeof hl!=="function"){throw new Pl("factory must be a function.")}this[I_]=fl.interceptors?.BalancedPool&&Array.isArray(fl.interceptors.BalancedPool)?fl.interceptors.BalancedPool:[];this[_m]=hl;for(const hl of La){this.addUpstream(hl)}this._updateBalancedPoolStats()}addUpstream(La){const hl=N_(La).origin;if(this[Gd].find(La=>La[D_].origin===hl&&La.closed!==true&&La.destroyed!==true)){return this}const fl=this[_m](hl,Object.assign({},this[pg]));this[n_](fl);fl.on("connect",()=>{fl[tA]=Math.min(this[rA],fl[tA]+this[nA])});fl.on("connectionError",()=>{fl[tA]=Math.max(1,fl[tA]-this[nA]);this._updateBalancedPoolStats()});fl.on("disconnect",(...La)=>{const hl=La[2];if(hl&&hl.code==="UND_ERR_SOCKET"){fl[tA]=Math.max(1,fl[tA]-this[nA]);this._updateBalancedPoolStats()}});for(const La of this[Gd]){La[tA]=this[rA]}this._updateBalancedPoolStats();return this}_updateBalancedPoolStats(){let La=0;for(let hl=0;hlLa[D_].origin===hl&&La.closed!==true&&La.destroyed!==true);if(fl){this[i_](fl)}return this}get upstreams(){return this[Gd].filter(La=>La.closed!==true&&La.destroyed!==true).map(La=>La[D_].origin)}[p_](){if(this[Gd].length===0){throw new yl}const La=this[Gd].find(La=>!La[af]&&La.closed!==true&&La.destroyed!==true);if(!La){return}const hl=this[Gd].map(La=>La[af]).reduce((La,hl)=>La&&hl,true);if(hl){return}let fl=0;let Pl=this[Gd].findIndex(La=>!La[af]);while(fl++this[Gd][Pl][tA]&&!La[af]){Pl=this[eA]}if(this[eA]===0){this[gg]=this[gg]-this[mg];if(this[gg]<=0){this[gg]=this[rA]}}if(La[tA]>=this[gg]&&!La[af]){return La}}this[gg]=this[Gd][Pl][tA];this[eA]=Pl;return this[Gd][Pl]}}La.exports=BalancedPool},637:(La,hl,fl)=>{"use strict";const yl=fl(34589);const Pl=fl(3440);const{channels:Ul}=fl(42414);const Gd=fl(96603);const{RequestContentLengthMismatchError:af,ResponseContentLengthMismatchError:n_,RequestAbortedError:i_,HeadersTimeoutError:p_,HeadersOverflowError:w_,SocketError:D_,InformationalError:I_,BodyTimeoutError:N_,HTTPParserError:_m,ResponseExceededMaxSizeError:pg}=fl(68707);const{kUrl:mg,kReset:gg,kClient:eA,kParser:tA,kBlocking:rA,kRunning:nA,kPending:iA,kSize:sA,kWriting:aA,kQueue:oA,kNoRef:lA,kKeepAliveDefaultTimeout:cA,kHostHeader:uA,kPendingIdx:pA,kRunningIdx:dA,kError:hA,kPipelining:fA,kSocket:_A,kKeepAliveTimeoutValue:mA,kMaxHeadersSize:gA,kKeepAliveMaxTimeout:AA,kKeepAliveTimeoutThreshold:yA,kHeadersTimeout:bA,kBodyTimeout:vA,kStrictContentLength:EA,kMaxRequests:wA,kCounter:CA,kMaxResponseSize:xA,kOnError:DA,kResume:SA,kHTTPContext:kA}=fl(36443);const TA=fl(52824);const IA=Buffer.alloc(0);const BA=Buffer[Symbol.species];const FA=Pl.addListener;const PA=Pl.removeAllListeners;const RA=Symbol("kIdleSocketValidation");const NA=Symbol("kIdleSocketValidationTimeout");const OA=Symbol("kSocketUsed");let QA;async function lazyllhttp(){const La=process.env.JEST_WORKER_ID?fl(63870):undefined;let hl;try{hl=await WebAssembly.compile(fl(53434))}catch(yl){hl=await WebAssembly.compile(La||fl(63870))}return await WebAssembly.instantiate(hl,{env:{wasm_on_url:(La,hl,fl)=>0,wasm_on_status:(La,hl,fl)=>{yl(jA.ptr===La);const Pl=hl-qA+UA.byteOffset;return jA.onStatus(new BA(UA.buffer,Pl,fl))||0},wasm_on_message_begin:La=>{yl(jA.ptr===La);return jA.onMessageBegin()||0},wasm_on_header_field:(La,hl,fl)=>{yl(jA.ptr===La);const Pl=hl-qA+UA.byteOffset;return jA.onHeaderField(new BA(UA.buffer,Pl,fl))||0},wasm_on_header_value:(La,hl,fl)=>{yl(jA.ptr===La);const Pl=hl-qA+UA.byteOffset;return jA.onHeaderValue(new BA(UA.buffer,Pl,fl))||0},wasm_on_headers_complete:(La,hl,fl,Pl)=>{yl(jA.ptr===La);return jA.onHeadersComplete(hl,Boolean(fl),Boolean(Pl))||0},wasm_on_body:(La,hl,fl)=>{yl(jA.ptr===La);const Pl=hl-qA+UA.byteOffset;return jA.onBody(new BA(UA.buffer,Pl,fl))||0},wasm_on_message_complete:La=>{yl(jA.ptr===La);return jA.onMessageComplete()||0}}})}let LA=null;let MA=lazyllhttp();MA.catch();let jA=null;let UA=null;let GA=0;let qA=null;const $A=0;const JA=1;const HA=2|JA;const VA=4|JA;const WA=8|$A;class Parser{constructor(La,hl,{exports:fl}){yl(Number.isFinite(La[gA])&&La[gA]>0);this.llhttp=fl;this.ptr=this.llhttp.llhttp_alloc(TA.TYPE.RESPONSE);this.client=La;this.socket=hl;this.timeout=null;this.timeoutValue=null;this.timeoutType=null;this.statusCode=null;this.statusText="";this.upgrade=false;this.headers=[];this.headersSize=0;this.headersMaxSize=La[gA];this.shouldKeepAlive=false;this.paused=false;this.resume=this.resume.bind(this);this.bytesRead=0;this.keepAlive="";this.contentLength="";this.connection="";this.maxResponseSize=La[xA]}setTimeout(La,hl){if(La!==this.timeoutValue||hl&JA^this.timeoutType&JA){if(this.timeout){Gd.clearTimeout(this.timeout);this.timeout=null}if(La){if(hl&JA){this.timeout=Gd.setFastTimeout(onParserTimeout,La,new WeakRef(this))}else{this.timeout=setTimeout(onParserTimeout,La,new WeakRef(this));this.timeout.unref()}}this.timeoutValue=La}else if(this.timeout){if(this.timeout.refresh){this.timeout.refresh()}}this.timeoutType=hl}resume(){if(this.socket.destroyed||!this.paused){return}yl(this.ptr!=null);yl(jA==null);this.llhttp.llhttp_resume(this.ptr);yl(this.timeoutType===VA);if(this.timeout){if(this.timeout.refresh){this.timeout.refresh()}}this.paused=false;this.execute(this.socket.read()||IA);this.readMore()}readMore(){while(!this.paused&&this.ptr){const La=this.socket.read();if(La===null){break}this.execute(La)}}execute(La){yl(this.ptr!=null);yl(jA==null);yl(!this.paused);const{socket:hl,llhttp:fl}=this;if(La.length>GA){if(qA){fl.free(qA)}GA=Math.ceil(La.length/4096)*4096;qA=fl.malloc(GA)}new Uint8Array(fl.memory.buffer,qA,GA).set(La);try{let yl;try{UA=La;jA=this;yl=fl.llhttp_execute(this.ptr,qA,La.length)}catch(La){throw La}finally{jA=null;UA=null}const Pl=fl.llhttp_get_error_pos(this.ptr)-qA;if(yl!==TA.ERROR.OK){const fl=La.subarray(Pl);if(yl===TA.ERROR.PAUSED_UPGRADE){this.onUpgrade(fl)}else if(yl===TA.ERROR.PAUSED){this.paused=true;hl.unshift(fl)}else{throw this.createError(yl,fl)}}}catch(La){Pl.destroy(hl,La)}}finish(){yl(jA===null);yl(this.ptr!=null);yl(!this.paused);const{llhttp:La}=this;let hl;try{jA=this;hl=La.llhttp_finish(this.ptr)}finally{jA=null}if(hl===TA.ERROR.OK){return null}if(hl===TA.ERROR.PAUSED||hl===TA.ERROR.PAUSED_UPGRADE){this.paused=true;return null}return this.createError(hl,IA)}createError(La,hl){const{llhttp:fl,contentLength:yl,bytesRead:Pl}=this;if(yl&&Pl!==parseInt(yl,10)){return new n_}const Ul=fl.llhttp_get_error_reason(this.ptr);let Gd="";if(Ul){const La=new Uint8Array(fl.memory.buffer,Ul).indexOf(0);Gd="Response does not match the HTTP/1.1 protocol ("+Buffer.from(fl.memory.buffer,Ul,La).toString()+")"}return new _m(Gd,TA.ERROR[La],hl)}destroy(){yl(this.ptr!=null);yl(jA==null);this.llhttp.llhttp_free(this.ptr);this.ptr=null;this.timeout&&Gd.clearTimeout(this.timeout);this.timeout=null;this.timeoutValue=null;this.timeoutType=null;this.paused=false}onStatus(La){this.statusText=La.toString()}onMessageBegin(){const{socket:La,client:hl}=this;if(La.destroyed){return-1}if(hl[nA]===0){Pl.destroy(La,new D_("bad response",Pl.getSocketInfo(La)));return-1}const fl=hl[oA][hl[dA]];if(!fl){return-1}fl.onResponseStarted()}onHeaderField(La){const hl=this.headers.length;if((hl&1)===0){this.headers.push(La)}else{this.headers[hl-1]=Buffer.concat([this.headers[hl-1],La])}this.trackHeader(La.length)}onHeaderValue(La){let hl=this.headers.length;if((hl&1)===1){this.headers.push(La);hl+=1}else{this.headers[hl-1]=Buffer.concat([this.headers[hl-1],La])}const fl=this.headers[hl-2];if(fl.length===10){const hl=Pl.bufferToLowerCasedHeaderName(fl);if(hl==="keep-alive"){this.keepAlive+=La.toString()}else if(hl==="connection"){this.connection+=La.toString()}}else if(fl.length===14&&Pl.bufferToLowerCasedHeaderName(fl)==="content-length"){this.contentLength+=La.toString()}this.trackHeader(La.length)}trackHeader(La){this.headersSize+=La;if(this.headersSize>=this.headersMaxSize){Pl.destroy(this.socket,new w_)}}onUpgrade(La){const{upgrade:hl,client:fl,socket:Ul,headers:Gd,statusCode:af}=this;yl(hl);yl(fl[_A]===Ul);yl(!Ul.destroyed);yl(!this.paused);yl((Gd.length&1)===0);const n_=fl[oA][fl[dA]];yl(n_);yl(n_.upgrade||n_.method==="CONNECT");this.statusCode=null;this.statusText="";this.shouldKeepAlive=null;this.headers=[];this.headersSize=0;Ul.unshift(La);Ul[tA].destroy();Ul[tA]=null;Ul[eA]=null;Ul[hA]=null;PA(Ul);fl[_A]=null;fl[kA]=null;fl[oA][fl[dA]++]=null;fl.emit("disconnect",fl[mg],[fl],new I_("upgrade"));try{n_.onUpgrade(af,Gd,Ul)}catch(La){Pl.destroy(Ul,La)}fl[SA]()}onHeadersComplete(La,hl,fl){const{client:Ul,socket:Gd,headers:af,statusText:n_}=this;if(Gd.destroyed){return-1}if(Ul[nA]===0){Pl.destroy(Gd,new D_("bad response",Pl.getSocketInfo(Gd)));return-1}const i_=Ul[oA][Ul[dA]];if(!i_){return-1}yl(!this.upgrade);yl(this.statusCode<200);if(La===100){Pl.destroy(Gd,new D_("bad response",Pl.getSocketInfo(Gd)));return-1}if(hl&&!i_.upgrade){Pl.destroy(Gd,new D_("bad upgrade",Pl.getSocketInfo(Gd)));return-1}yl(this.timeoutType===HA);this.statusCode=La;this.shouldKeepAlive=fl||i_.method==="HEAD"&&!Gd[gg]&&this.connection.toLowerCase()==="keep-alive";if(this.statusCode>=200){const La=i_.bodyTimeout!=null?i_.bodyTimeout:Ul[vA];this.setTimeout(La,VA)}else if(this.timeout){if(this.timeout.refresh){this.timeout.refresh()}}if(i_.method==="CONNECT"){yl(Ul[nA]===1);this.upgrade=true;return 2}if(hl){yl(Ul[nA]===1);this.upgrade=true;return 2}yl((this.headers.length&1)===0);this.headers=[];this.headersSize=0;if(this.shouldKeepAlive&&Ul[fA]){const La=this.keepAlive?Pl.parseKeepAliveTimeout(this.keepAlive):null;if(La!=null){const hl=Math.min(La-Ul[yA],Ul[AA]);if(hl<=0){Gd[gg]=true}else{Ul[mA]=hl}}else{Ul[mA]=Ul[cA]}}else{Gd[gg]=true}const p_=i_.onHeaders(La,af,this.resume,n_)===false;if(i_.aborted){return-1}if(i_.method==="HEAD"){return 1}if(La<200){return 1}if(Gd[rA]){Gd[rA]=false;Ul[SA]()}return p_?TA.ERROR.PAUSED:0}onBody(La){const{client:hl,socket:fl,statusCode:Ul,maxResponseSize:Gd}=this;if(fl.destroyed){return-1}const af=hl[oA][hl[dA]];yl(af);yl(this.timeoutType===VA);if(this.timeout){if(this.timeout.refresh){this.timeout.refresh()}}yl(Ul>=200);if(Gd>-1&&this.bytesRead+La.length>Gd){Pl.destroy(fl,new pg);return-1}this.bytesRead+=La.length;if(af.onData(La)===false){return TA.ERROR.PAUSED}}onMessageComplete(){const{client:La,socket:hl,statusCode:fl,upgrade:Ul,headers:Gd,contentLength:af,bytesRead:i_,shouldKeepAlive:p_}=this;if(hl.destroyed&&(!fl||p_)){return-1}if(Ul){return}yl(fl>=100);yl((this.headers.length&1)===0);const w_=La[oA][La[dA]];yl(w_);this.statusCode=null;this.statusText="";this.bytesRead=0;this.contentLength="";this.keepAlive="";this.connection="";this.headers=[];this.headersSize=0;if(fl<200){return}if(w_.method!=="HEAD"&&af&&i_!==parseInt(af,10)){Pl.destroy(hl,new n_);return-1}w_.onComplete(Gd);La[oA][La[dA]++]=null;hl[OA]=true;if(hl[aA]){yl(La[nA]===0);Pl.destroy(hl,new I_("reset"));return TA.ERROR.PAUSED}else if(!p_){Pl.destroy(hl,new I_("reset"));return TA.ERROR.PAUSED}else if(hl[gg]&&La[nA]===0){Pl.destroy(hl,new I_("reset"));return TA.ERROR.PAUSED}else if(La[fA]==null||La[fA]===1){setImmediate(()=>La[SA]())}else{La[SA]()}}}function onParserTimeout(La){const{socket:hl,timeoutType:fl,client:Ul,paused:Gd}=La.deref();if(fl===HA){if(!hl[aA]||hl.writableNeedDrain||Ul[nA]>1){yl(!Gd,"cannot be paused while waiting for headers");Pl.destroy(hl,new p_)}}else if(fl===VA){if(!Gd){Pl.destroy(hl,new N_)}}else if(fl===WA){yl(Ul[nA]===0&&Ul[mA]);Pl.destroy(hl,new I_("socket idle timeout"))}}async function connectH1(La,hl){La[_A]=hl;if(!LA){LA=await MA;MA=null}hl[lA]=false;hl[aA]=false;hl[gg]=false;hl[rA]=false;hl[RA]=0;hl[NA]=null;hl[OA]=false;hl[tA]=new Parser(La,hl,LA);FA(hl,"error",function(La){yl(La.code!=="ERR_TLS_CERT_ALTNAME_INVALID");const hl=this[tA];if(La.code==="ECONNRESET"&&hl.statusCode&&!hl.shouldKeepAlive){const La=hl.finish();if(La){this[hA]=La;this[eA][DA](La)}return}this[hA]=La;this[eA][DA](La)});FA(hl,"readable",function(){const La=this[tA];if(La){La.readMore()}});FA(hl,"end",function(){const La=this[tA];if(La.statusCode&&!La.shouldKeepAlive){const hl=La.finish();if(hl){Pl.destroy(this,hl)}return}Pl.destroy(this,new D_("other side closed",Pl.getSocketInfo(this)))});FA(hl,"close",function(){const La=this[eA];const hl=this[tA];clearIdleSocketValidation(this);if(hl){if(!this[hA]&&hl.statusCode&&!hl.shouldKeepAlive){this[hA]=hl.finish()||this[hA]}this[tA].destroy();this[tA]=null}const fl=this[hA]||new D_("closed",Pl.getSocketInfo(this));La[_A]=null;La[kA]=null;if(La.destroyed){yl(La[iA]===0);const hl=La[oA].splice(La[dA]);for(let yl=0;yl0&&fl.code!=="UND_ERR_INFO"){const hl=La[oA][La[dA]];La[oA][La[dA]++]=null;Pl.errorRequest(La,hl,fl)}La[pA]=La[dA];yl(La[nA]===0);La.emit("disconnect",La[mg],[La],fl);La[SA]()});let fl=false;hl.on("close",()=>{fl=true});return{version:"h1",defaultPipelining:1,write(...hl){return writeH1(La,...hl)},resume(){resumeH1(La)},destroy(La,yl){if(fl){queueMicrotask(yl)}else{hl.destroy(La).on("close",yl)}},get destroyed(){return hl.destroyed},busy(fl){if(hl[aA]||hl[gg]||hl[rA]||hl[RA]===1){return true}if(fl){if(La[nA]>0&&!fl.idempotent){return true}if(La[nA]>0&&(fl.upgrade||fl.method==="CONNECT")){return true}if(La[nA]>0&&Pl.bodyLength(fl.body)!==0&&(Pl.isStream(fl.body)||Pl.isAsyncIterable(fl.body)||Pl.isFormDataLike(fl.body))){return true}}return false}}}function clearIdleSocketValidation(La){if(La[NA]){clearTimeout(La[NA]);La[NA]=null}La[RA]=0}function scheduleIdleSocketValidation(La,hl){hl[RA]=1;hl[NA]=setTimeout(()=>{hl[NA]=null;hl[RA]=2;if(La[_A]===hl&&!hl.destroyed){La[SA]()}},0);hl[NA].unref?.()}function resumeH1(La){const hl=La[_A];if(hl&&!hl.destroyed){if(La[sA]===0){if(!hl[lA]&&hl.unref){hl.unref();hl[lA]=true}}else if(hl[lA]&&hl.ref){hl.ref();hl[lA]=false}if(La[nA]===0&&La[iA]>0&&hl[OA]){if(hl[RA]===0){scheduleIdleSocketValidation(La,hl);hl[tA].readMore();if(hl.destroyed){return}return}if(hl[RA]===1){hl[tA].readMore();if(hl.destroyed){return}return}}if(La[nA]===0){hl[tA].readMore();if(hl.destroyed){return}}if(La[sA]===0){if(hl[tA].timeoutType!==WA){hl[tA].setTimeout(La[mA],WA)}}else if(La[nA]>0&&hl[tA].statusCode<200){if(hl[tA].timeoutType!==HA){const fl=La[oA][La[dA]];const yl=fl.headersTimeout!=null?fl.headersTimeout:La[bA];hl[tA].setTimeout(yl,HA)}}}}function shouldSendContentLength(La){return La!=="GET"&&La!=="HEAD"&&La!=="OPTIONS"&&La!=="TRACE"&&La!=="CONNECT"}function writeH1(La,hl){const{method:Gd,path:n_,host:p_,upgrade:w_,blocking:D_,reset:N_}=hl;let{body:_m,headers:pg,contentLength:mg}=hl;const eA=Gd==="PUT"||Gd==="POST"||Gd==="PATCH"||Gd==="QUERY"||Gd==="PROPFIND"||Gd==="PROPPATCH";if(Pl.isFormDataLike(_m)){if(!QA){QA=fl(84492).extractBody}const[La,yl]=QA(_m);if(hl.contentType==null){pg.push("content-type",yl)}_m=La.stream;mg=La.length}else if(Pl.isBlobLike(_m)&&hl.contentType==null&&_m.type){pg.push("content-type",_m.type)}if(_m&&typeof _m.read==="function"){_m.read(0)}const tA=Pl.bodyLength(_m);mg=tA??mg;if(mg===null){mg=hl.contentLength}if(mg===0&&!eA){mg=null}if(shouldSendContentLength(Gd)&&mg>0&&hl.contentLength!==null&&hl.contentLength!==mg){if(La[EA]){Pl.errorRequest(La,hl,new af);return false}process.emitWarning(new af)}const nA=La[_A];clearIdleSocketValidation(nA);const abort=fl=>{if(hl.aborted||hl.completed){return}Pl.errorRequest(La,hl,fl||new i_);Pl.destroy(_m);Pl.destroy(nA,new I_("aborted"))};try{hl.onConnect(abort)}catch(fl){Pl.errorRequest(La,hl,fl)}if(hl.aborted){return false}if(Gd==="HEAD"){nA[gg]=true}if(w_||Gd==="CONNECT"){nA[gg]=true}if(N_!=null){nA[gg]=N_}if(La[wA]&&nA[CA]++>=La[wA]){nA[gg]=true}if(D_){nA[rA]=true}let iA=`${Gd} ${n_} HTTP/1.1\r\n`;if(typeof p_==="string"){iA+=`host: ${p_}\r\n`}else{iA+=La[uA]}if(w_){iA+=`connection: upgrade\r\nupgrade: ${w_}\r\n`}else if(La[fA]&&!nA[gg]){iA+="connection: keep-alive\r\n"}else{iA+="connection: close\r\n"}if(Array.isArray(pg)){for(let La=0;La{hl.removeListener("error",onFinished)});if(!w_){const La=new i_;queueMicrotask(()=>onFinished(La))}};const onFinished=function(La){if(w_){return}w_=true;yl(Gd.destroyed||Gd[aA]&&fl[nA]<=1);Gd.off("drain",onDrain).off("error",onFinished);hl.removeListener("data",onData).removeListener("end",onFinished).removeListener("close",onClose);if(!La){try{D_.end()}catch(hl){La=hl}}D_.destroy(La);if(La&&(La.code!=="UND_ERR_INFO"||La.message!=="reset")){Pl.destroy(hl,La)}else{Pl.destroy(hl)}};hl.on("data",onData).on("end",onFinished).on("error",onFinished).on("close",onClose);if(hl.resume){hl.resume()}Gd.on("drain",onDrain).on("error",onFinished);if(hl.errorEmitted??hl.errored){setImmediate(()=>onFinished(hl.errored))}else if(hl.endEmitted??hl.readableEnded){setImmediate(()=>onFinished(null))}if(hl.closeEmitted??hl.closed){setImmediate(onClose)}}function writeBuffer(La,hl,fl,Ul,Gd,af,n_,i_){try{if(!hl){if(af===0){Gd.write(`${n_}content-length: 0\r\n\r\n`,"latin1")}else{yl(af===null,"no body must not have content length");Gd.write(`${n_}\r\n`,"latin1")}}else if(Pl.isBuffer(hl)){yl(af===hl.byteLength,"buffer body must have content length");Gd.cork();Gd.write(`${n_}content-length: ${af}\r\n\r\n`,"latin1");Gd.write(hl);Gd.uncork();Ul.onBodySent(hl);if(!i_&&Ul.reset!==false){Gd[gg]=true}}Ul.onRequestSent();fl[SA]()}catch(hl){La(hl)}}async function writeBlob(La,hl,fl,Pl,Ul,Gd,n_,i_){yl(Gd===hl.size,"blob body must have content length");try{if(Gd!=null&&Gd!==hl.size){throw new af}const La=Buffer.from(await hl.arrayBuffer());Ul.cork();Ul.write(`${n_}content-length: ${Gd}\r\n\r\n`,"latin1");Ul.write(La);Ul.uncork();Pl.onBodySent(La);Pl.onRequestSent();if(!i_&&Pl.reset!==false){Ul[gg]=true}fl[SA]()}catch(hl){La(hl)}}async function writeIterable(La,hl,fl,Pl,Ul,Gd,af,n_){yl(Gd!==0||fl[nA]===0,"iterator body cannot be pipelined");let i_=null;function onDrain(){if(i_){const La=i_;i_=null;La()}}const waitForDrain=()=>new Promise((La,hl)=>{yl(i_===null);if(Ul[hA]){hl(Ul[hA])}else{i_=La}});Ul.on("close",onDrain).on("drain",onDrain);const p_=new AsyncWriter({abort:La,socket:Ul,request:Pl,contentLength:Gd,client:fl,expectsPayload:n_,header:af});try{for await(const La of hl){if(Ul[hA]){throw Ul[hA]}if(!p_.write(La)){await waitForDrain()}}p_.end()}catch(La){p_.destroy(La)}finally{Ul.off("close",onDrain).off("drain",onDrain)}}class AsyncWriter{constructor({abort:La,socket:hl,request:fl,contentLength:yl,client:Pl,expectsPayload:Ul,header:Gd}){this.socket=hl;this.request=fl;this.contentLength=yl;this.client=Pl;this.bytesWritten=0;this.expectsPayload=Ul;this.header=Gd;this.abort=La;hl[aA]=true}write(La){const{socket:hl,request:fl,contentLength:yl,client:Pl,bytesWritten:Ul,expectsPayload:Gd,header:n_}=this;if(hl[hA]){throw hl[hA]}if(hl.destroyed){return false}const i_=Buffer.byteLength(La);if(!i_){return true}if(yl!==null&&Ul+i_>yl){if(Pl[EA]){throw new af}process.emitWarning(new af)}hl.cork();if(Ul===0){if(!Gd&&fl.reset!==false){hl[gg]=true}if(yl===null){hl.write(`${n_}transfer-encoding: chunked\r\n`,"latin1")}else{hl.write(`${n_}content-length: ${yl}\r\n\r\n`,"latin1")}}if(yl===null){hl.write(`\r\n${i_.toString(16)}\r\n`,"latin1")}this.bytesWritten+=i_;const p_=hl.write(La);hl.uncork();fl.onBodySent(La);if(!p_){if(hl[tA].timeout&&hl[tA].timeoutType===HA){if(hl[tA].timeout.refresh){hl[tA].timeout.refresh()}}}return p_}end(){const{socket:La,contentLength:hl,client:fl,bytesWritten:yl,expectsPayload:Pl,header:Ul,request:Gd}=this;Gd.onRequestSent();La[aA]=false;if(La[hA]){throw La[hA]}if(La.destroyed){return}if(yl===0){if(Pl){La.write(`${Ul}content-length: 0\r\n\r\n`,"latin1")}else{La.write(`${Ul}\r\n`,"latin1")}}else if(hl===null){La.write("\r\n0\r\n\r\n","latin1")}if(hl!==null&&yl!==hl){if(fl[EA]){throw new af}else{process.emitWarning(new af)}}if(La[tA].timeout&&La[tA].timeoutType===HA){if(La[tA].timeout.refresh){La[tA].timeout.refresh()}}fl[SA]()}destroy(La){const{socket:hl,client:fl,abort:Pl}=this;hl[aA]=false;if(La){yl(fl[nA]<=1,"pipeline should only contain this request");Pl(La)}}}La.exports=connectH1},88788:(La,hl,fl)=>{"use strict";const yl=fl(34589);const{pipeline:Pl}=fl(57075);const Ul=fl(3440);const{RequestContentLengthMismatchError:Gd,RequestAbortedError:af,SocketError:n_,InformationalError:i_}=fl(68707);const{kUrl:p_,kReset:w_,kClient:D_,kRunning:I_,kPending:N_,kQueue:_m,kPendingIdx:pg,kRunningIdx:mg,kError:gg,kSocket:eA,kStrictContentLength:tA,kOnError:rA,kMaxConcurrentStreams:nA,kHTTP2Session:iA,kResume:sA,kSize:aA,kHTTPContext:oA}=fl(36443);const lA=Symbol("open streams");let cA;let uA=false;let pA;try{pA=fl(32467)}catch{pA={constants:{}}}const{constants:{HTTP2_HEADER_AUTHORITY:dA,HTTP2_HEADER_METHOD:hA,HTTP2_HEADER_PATH:fA,HTTP2_HEADER_SCHEME:_A,HTTP2_HEADER_CONTENT_LENGTH:mA,HTTP2_HEADER_EXPECT:gA,HTTP2_HEADER_STATUS:AA}}=pA;function parseH2Headers(La){const hl=[];for(const[fl,yl]of Object.entries(La)){if(Array.isArray(yl)){for(const La of yl){hl.push(Buffer.from(fl),Buffer.from(La))}}else{hl.push(Buffer.from(fl),Buffer.from(yl))}}return hl}async function connectH2(La,hl){La[eA]=hl;if(!uA){uA=true;process.emitWarning("H2 support is experimental, expect them to change at any time.",{code:"UNDICI-H2"})}const fl=pA.connect(La[p_],{createConnection:()=>hl,peerMaxConcurrentStreams:La[nA]});fl[lA]=0;fl[D_]=La;fl[eA]=hl;Ul.addListener(fl,"error",onHttp2SessionError);Ul.addListener(fl,"frameError",onHttp2FrameError);Ul.addListener(fl,"end",onHttp2SessionEnd);Ul.addListener(fl,"goaway",onHTTP2GoAway);Ul.addListener(fl,"close",function(){const{[D_]:La}=this;const{[eA]:hl}=La;const fl=this[eA][gg]||this[gg]||new n_("closed",Ul.getSocketInfo(hl));La[iA]=null;if(La.destroyed){yl(La[N_]===0);const hl=La[_m].splice(La[mg]);for(let yl=0;yl{Pl=true});return{version:"h2",defaultPipelining:Infinity,write(...hl){return writeH2(La,...hl)},resume(){resumeH2(La)},destroy(La,fl){if(Pl){queueMicrotask(fl)}else{hl.destroy(La).on("close",fl)}},get destroyed(){return hl.destroyed},busy(){return false}}}function resumeH2(La){const hl=La[eA];if(hl?.destroyed===false){if(La[aA]===0&&La[nA]===0){hl.unref();La[iA].unref()}else{hl.ref();La[iA].ref()}}}function onHttp2SessionError(La){yl(La.code!=="ERR_TLS_CERT_ALTNAME_INVALID");this[eA][gg]=La;this[D_][rA](La)}function onHttp2FrameError(La,hl,fl){if(fl===0){const fl=new i_(`HTTP/2: "frameError" received - type ${La}, code ${hl}`);this[eA][gg]=fl;this[D_][rA](fl)}}function onHttp2SessionEnd(){const La=new n_("other side closed",Ul.getSocketInfo(this[eA]));this.destroy(La);Ul.destroy(this[eA],La)}function onHTTP2GoAway(La){const hl=this[gg]||new n_(`HTTP/2: "GOAWAY" frame received with code ${La}`,Ul.getSocketInfo(this));const fl=this[D_];fl[eA]=null;fl[oA]=null;if(this[iA]!=null){this[iA].destroy(hl);this[iA]=null}Ul.destroy(this[eA],hl);if(fl[mg]{if(hl.aborted||hl.completed){return}fl=fl||new af;Ul.errorRequest(La,hl,fl);if(oA!=null){Ul.destroy(oA,fl)}Ul.destroy(nA,fl);La[_m][La[mg]++]=null;La[sA]()};try{hl.onConnect(abort)}catch(fl){Ul.errorRequest(La,hl,fl)}if(hl.aborted){return false}if(n_==="CONNECT"){Pl.ref();oA=Pl.request(aA,{endStream:false,signal:gg});if(oA.id&&!oA.pending){hl.onUpgrade(null,null,oA);++Pl[lA];La[_m][La[mg]++]=null}else{oA.once("ready",()=>{hl.onUpgrade(null,null,oA);++Pl[lA];La[_m][La[mg]++]=null})}oA.once("close",()=>{Pl[lA]-=1;if(Pl[lA]===0)Pl.unref()});return true}aA[fA]=w_;aA[_A]="https";const yA=n_==="PUT"||n_==="POST"||n_==="PATCH";if(nA&&typeof nA.read==="function"){nA.read(0)}let bA=Ul.bodyLength(nA);if(Ul.isFormDataLike(nA)){cA??=fl(84492).extractBody;const[La,hl]=cA(nA);aA["content-type"]=hl;nA=La.stream;bA=La.length}if(bA==null){bA=hl.contentLength}if(bA===0||!yA){bA=null}if(shouldSendContentLength(n_)&&bA>0&&hl.contentLength!=null&&hl.contentLength!==bA){if(La[tA]){Ul.errorRequest(La,hl,new Gd);return false}process.emitWarning(new Gd)}if(bA!=null){yl(nA,"no body must not have content length");aA[mA]=`${bA}`}Pl.ref();const vA=n_==="GET"||n_==="HEAD"||nA===null;if(N_){aA[gA]="100-continue";oA=Pl.request(aA,{endStream:vA,signal:gg});oA.once("continue",writeBodyH2)}else{oA=Pl.request(aA,{endStream:vA,signal:gg});writeBodyH2()}++Pl[lA];oA.once("response",fl=>{const{[AA]:yl,...Pl}=fl;hl.onResponseStarted();if(hl.aborted){const fl=new af;Ul.errorRequest(La,hl,fl);Ul.destroy(oA,fl);return}if(hl.onHeaders(Number(yl),parseH2Headers(Pl),oA.resume.bind(oA),"")===false){oA.pause()}oA.on("data",La=>{if(hl.onData(La)===false){oA.pause()}})});oA.once("end",()=>{if(oA.state?.state==null||oA.state.state<6){hl.onComplete([])}if(Pl[lA]===0){Pl.unref()}abort(new i_("HTTP/2: stream half-closed (remote)"));La[_m][La[mg]++]=null;La[pg]=La[mg];La[sA]()});oA.once("close",()=>{Pl[lA]-=1;if(Pl[lA]===0){Pl.unref()}});oA.once("error",function(La){abort(La)});oA.once("frameError",(La,hl)=>{abort(new i_(`HTTP/2: "frameError" received - type ${La}, code ${hl}`))});return true;function writeBodyH2(){if(!nA||bA===0){writeBuffer(abort,oA,null,La,hl,La[eA],bA,yA)}else if(Ul.isBuffer(nA)){writeBuffer(abort,oA,nA,La,hl,La[eA],bA,yA)}else if(Ul.isBlobLike(nA)){if(typeof nA.stream==="function"){writeIterable(abort,oA,nA.stream(),La,hl,La[eA],bA,yA)}else{writeBlob(abort,oA,nA,La,hl,La[eA],bA,yA)}}else if(Ul.isStream(nA)){writeStream(abort,La[eA],yA,oA,nA,La,hl,bA)}else if(Ul.isIterable(nA)){writeIterable(abort,oA,nA,La,hl,La[eA],bA,yA)}else{yl(false)}}}function writeBuffer(La,hl,fl,Pl,Gd,af,n_,i_){try{if(fl!=null&&Ul.isBuffer(fl)){yl(n_===fl.byteLength,"buffer body must have content length");hl.cork();hl.write(fl);hl.uncork();hl.end();Gd.onBodySent(fl)}if(!i_){af[w_]=true}Gd.onRequestSent();Pl[sA]()}catch(hl){La(hl)}}function writeStream(La,hl,fl,Gd,af,n_,i_,p_){yl(p_!==0||n_[I_]===0,"stream body cannot be pipelined");const D_=Pl(af,Gd,yl=>{if(yl){Ul.destroy(D_,yl);La(yl)}else{Ul.removeAllListeners(D_);i_.onRequestSent();if(!fl){hl[w_]=true}n_[sA]()}});Ul.addListener(D_,"data",onPipeData);function onPipeData(La){i_.onBodySent(La)}}async function writeBlob(La,hl,fl,Pl,Ul,af,n_,i_){yl(n_===fl.size,"blob body must have content length");try{if(n_!=null&&n_!==fl.size){throw new Gd}const La=Buffer.from(await fl.arrayBuffer());hl.cork();hl.write(La);hl.uncork();hl.end();Ul.onBodySent(La);Ul.onRequestSent();if(!i_){af[w_]=true}Pl[sA]()}catch(hl){La(hl)}}async function writeIterable(La,hl,fl,Pl,Ul,Gd,af,n_){yl(af!==0||Pl[I_]===0,"iterator body cannot be pipelined");let i_=null;function onDrain(){if(i_){const La=i_;i_=null;La()}}const waitForDrain=()=>new Promise((La,hl)=>{yl(i_===null);if(Gd[gg]){hl(Gd[gg])}else{i_=La}});hl.on("close",onDrain).on("drain",onDrain);try{for await(const La of fl){if(Gd[gg]){throw Gd[gg]}const fl=hl.write(La);Ul.onBodySent(La);if(!fl){await waitForDrain()}}hl.end();Ul.onRequestSent();if(!n_){Gd[w_]=true}Pl[sA]()}catch(hl){La(hl)}finally{hl.off("close",onDrain).off("drain",onDrain)}}La.exports=connectH2},23701:(La,hl,fl)=>{"use strict";const yl=fl(34589);const Pl=fl(77030);const Ul=fl(37067);const Gd=fl(3440);const{channels:af}=fl(42414);const n_=fl(44655);const i_=fl(21841);const{InvalidArgumentError:p_,InformationalError:w_,ClientDestroyedError:D_}=fl(68707);const I_=fl(59136);const{kUrl:N_,kServerName:_m,kClient:pg,kBusy:mg,kConnect:gg,kResuming:eA,kRunning:tA,kPending:rA,kSize:nA,kQueue:iA,kConnected:sA,kConnecting:aA,kNeedDrain:oA,kKeepAliveDefaultTimeout:lA,kHostHeader:cA,kPendingIdx:uA,kRunningIdx:pA,kError:dA,kPipelining:hA,kKeepAliveTimeoutValue:fA,kMaxHeadersSize:_A,kKeepAliveMaxTimeout:mA,kKeepAliveTimeoutThreshold:gA,kHeadersTimeout:AA,kBodyTimeout:yA,kStrictContentLength:bA,kConnector:vA,kMaxRedirections:EA,kMaxRequests:wA,kCounter:CA,kClose:xA,kDestroy:DA,kDispatch:SA,kInterceptors:kA,kLocalAddress:TA,kMaxResponseSize:IA,kOnError:BA,kHTTPContext:FA,kMaxConcurrentStreams:PA,kResume:RA}=fl(36443);const NA=fl(637);const OA=fl(88788);let QA=false;const LA=Symbol("kClosedResolve");const noop=()=>{};function getPipelining(La){return La[hA]??La[FA]?.defaultPipelining??1}class Client extends i_{constructor(La,{interceptors:hl,maxHeaderSize:fl,headersTimeout:yl,socketTimeout:af,requestTimeout:n_,connectTimeout:i_,bodyTimeout:w_,idleTimeout:D_,keepAlive:pg,keepAliveTimeout:mg,maxKeepAliveTimeout:gg,keepAliveMaxTimeout:tA,keepAliveTimeoutThreshold:rA,socketPath:nA,pipelining:sA,tls:aA,strictContentLength:dA,maxCachedSessions:CA,maxRedirections:xA,connect:DA,maxRequestsPerClient:SA,localAddress:NA,maxResponseSize:OA,autoSelectFamily:jA,autoSelectFamilyAttemptTimeout:UA,maxConcurrentStreams:GA,allowH2:qA,webSocket:$A}={}){super({webSocket:$A});if(pg!==undefined){throw new p_("unsupported keepAlive, use pipelining=0 instead")}if(af!==undefined){throw new p_("unsupported socketTimeout, use headersTimeout & bodyTimeout instead")}if(n_!==undefined){throw new p_("unsupported requestTimeout, use headersTimeout & bodyTimeout instead")}if(D_!==undefined){throw new p_("unsupported idleTimeout, use keepAliveTimeout instead")}if(gg!==undefined){throw new p_("unsupported maxKeepAliveTimeout, use keepAliveMaxTimeout instead")}if(fl!=null&&!Number.isFinite(fl)){throw new p_("invalid maxHeaderSize")}if(nA!=null&&typeof nA!=="string"){throw new p_("invalid socketPath")}if(i_!=null&&(!Number.isFinite(i_)||i_<0)){throw new p_("invalid connectTimeout")}if(mg!=null&&(!Number.isFinite(mg)||mg<=0)){throw new p_("invalid keepAliveTimeout")}if(tA!=null&&(!Number.isFinite(tA)||tA<=0)){throw new p_("invalid keepAliveMaxTimeout")}if(rA!=null&&!Number.isFinite(rA)){throw new p_("invalid keepAliveTimeoutThreshold")}if(yl!=null&&(!Number.isInteger(yl)||yl<0)){throw new p_("headersTimeout must be a positive integer or zero")}if(w_!=null&&(!Number.isInteger(w_)||w_<0)){throw new p_("bodyTimeout must be a positive integer or zero")}if(DA!=null&&typeof DA!=="function"&&typeof DA!=="object"){throw new p_("connect must be a function or an object")}if(xA!=null&&(!Number.isInteger(xA)||xA<0)){throw new p_("maxRedirections must be a positive number")}if(SA!=null&&(!Number.isInteger(SA)||SA<0)){throw new p_("maxRequestsPerClient must be a positive number")}if(NA!=null&&(typeof NA!=="string"||Pl.isIP(NA)===0)){throw new p_("localAddress must be valid string IP address")}if(OA!=null&&(!Number.isInteger(OA)||OA<-1)){throw new p_("maxResponseSize must be a positive number")}if(UA!=null&&(!Number.isInteger(UA)||UA<-1)){throw new p_("autoSelectFamilyAttemptTimeout must be a positive number")}if(qA!=null&&typeof qA!=="boolean"){throw new p_("allowH2 must be a valid boolean value")}if(GA!=null&&(typeof GA!=="number"||GA<1)){throw new p_("maxConcurrentStreams must be a positive integer, greater than 0")}if(typeof DA!=="function"){DA=I_({...aA,maxCachedSessions:CA,allowH2:qA,socketPath:nA,timeout:i_,...jA?{autoSelectFamily:jA,autoSelectFamilyAttemptTimeout:UA}:undefined,...DA})}if(hl?.Client&&Array.isArray(hl.Client)){this[kA]=hl.Client;if(!QA){QA=true;process.emitWarning("Client.Options#interceptor is deprecated. Use Dispatcher#compose instead.",{code:"UNDICI-CLIENT-INTERCEPTOR-DEPRECATED"})}}else{this[kA]=[MA({maxRedirections:xA})]}this[N_]=Gd.parseOrigin(La);this[vA]=DA;this[hA]=sA!=null?sA:1;this[_A]=fl||Ul.maxHeaderSize;this[lA]=mg==null?4e3:mg;this[mA]=tA==null?6e5:tA;this[gA]=rA==null?2e3:rA;this[fA]=this[lA];this[_m]=null;this[TA]=NA!=null?NA:null;this[eA]=0;this[oA]=0;this[cA]=`host: ${this[N_].hostname}${this[N_].port?`:${this[N_].port}`:""}\r\n`;this[yA]=w_!=null?w_:3e5;this[AA]=yl!=null?yl:3e5;this[bA]=dA==null?true:dA;this[EA]=xA;this[wA]=SA;this[LA]=null;this[IA]=OA>-1?OA:-1;this[PA]=GA!=null?GA:100;this[FA]=null;this[iA]=[];this[pA]=0;this[uA]=0;this[RA]=La=>resume(this,La);this[BA]=La=>onError(this,La)}get pipelining(){return this[hA]}set pipelining(La){this[hA]=La;this[RA](true)}get[rA](){return this[iA].length-this[uA]}get[tA](){return this[uA]-this[pA]}get[nA](){return this[iA].length-this[pA]}get[sA](){return!!this[FA]&&!this[aA]&&!this[FA].destroyed}get[mg](){return Boolean(this[FA]?.busy(null)||this[nA]>=(getPipelining(this)||1)||this[rA]>0)}[gg](La){connect(this);this.once("connect",La)}[SA](La,hl){const fl=La.origin||this[N_].origin;const yl=new n_(fl,La,hl);this[iA].push(yl);if(this[eA]){}else if(Gd.bodyLength(yl.body)==null&&Gd.isIterable(yl.body)){this[eA]=1;queueMicrotask(()=>resume(this))}else{this[RA](true)}if(this[eA]&&this[oA]!==2&&this[mg]){this[oA]=2}return this[oA]<2}async[xA](){return new Promise(La=>{if(this[nA]){this[LA]=La}else{La(null)}})}async[DA](La){return new Promise(hl=>{const fl=this[iA].splice(this[uA]);for(let hl=0;hl{if(this[LA]){this[LA]();this[LA]=null}hl(null)};if(this[FA]){this[FA].destroy(La,callback);this[FA]=null}else{queueMicrotask(callback)}this[RA]()})}}const MA=fl(25092);function onError(La,hl){if(La[tA]===0&&hl.code!=="UND_ERR_INFO"&&hl.code!=="UND_ERR_SOCKET"){yl(La[uA]===La[pA]);const fl=La[iA].splice(La[pA]);for(let yl=0;yl{La[vA]({host:hl,hostname:fl,protocol:Ul,port:n_,servername:La[_m],localAddress:La[TA]},(La,hl)=>{if(La){Pl(La)}else{yl(hl)}})});if(La.destroyed){Gd.destroy(Pl.on("error",noop),new D_);return}yl(Pl);try{La[FA]=Pl.alpnProtocol==="h2"?await OA(La,Pl):await NA(La,Pl)}catch(La){Pl.destroy().on("error",noop);throw La}La[aA]=false;Pl[CA]=0;Pl[wA]=La[wA];Pl[pg]=La;Pl[dA]=null;if(af.connected.hasSubscribers){af.connected.publish({connectParams:{host:hl,hostname:fl,protocol:Ul,port:n_,version:La[FA]?.version,servername:La[_m],localAddress:La[TA]},connector:La[vA],socket:Pl})}La.emit("connect",La[N_],[La])}catch(Pl){if(La.destroyed){return}La[aA]=false;if(af.connectError.hasSubscribers){af.connectError.publish({connectParams:{host:hl,hostname:fl,protocol:Ul,port:n_,version:La[FA]?.version,servername:La[_m],localAddress:La[TA]},connector:La[vA],error:Pl})}if(Pl.code==="ERR_TLS_CERT_ALTNAME_INVALID"){yl(La[tA]===0);while(La[rA]>0&&La[iA][La[uA]].servername===La[_m]){const hl=La[iA][La[uA]++];Gd.errorRequest(La,hl,Pl)}}else{onError(La,Pl)}La.emit("connectionError",La[N_],[La],Pl)}La[RA]()}function emitDrain(La){La[oA]=0;La.emit("drain",La[N_],[La])}function resume(La,hl){if(La[eA]===2){return}La[eA]=2;_resume(La,hl);La[eA]=0;if(La[pA]>256){La[iA].splice(0,La[pA]);La[uA]-=La[pA];La[pA]=0}}function _resume(La,hl){while(true){if(La.destroyed){yl(La[rA]===0);return}if(La[LA]&&!La[nA]){La[LA]();La[LA]=null;return}if(La[FA]){La[FA].resume()}if(La[mg]){La[oA]=2}else if(La[oA]===2){if(hl){La[oA]=1;queueMicrotask(()=>emitDrain(La))}else{emitDrain(La)}continue}if(La[rA]===0){return}if(La[tA]>=(getPipelining(La)||1)){return}const fl=La[iA][La[uA]];if(La[N_].protocol==="https:"&&La[_m]!==fl.servername){if(La[tA]>0){return}La[_m]=fl.servername;La[FA]?.destroy(new w_("servername changed"),()=>{La[FA]=null;resume(La)})}if(La[aA]){return}if(!La[FA]){connect(La);return}if(La[FA].destroyed){return}if(La[FA].busy(fl)){return}if(!fl.aborted&&La[FA].write(fl)){La[uA]++}else{La[iA].splice(La[uA],1)}}}La.exports=Client},21841:(La,hl,fl)=>{"use strict";const yl=fl(30883);const{ClientDestroyedError:Pl,ClientClosedError:Ul,InvalidArgumentError:Gd}=fl(68707);const{kDestroy:af,kClose:n_,kClosed:i_,kDestroyed:p_,kDispatch:w_,kInterceptors:D_}=fl(36443);const I_=Symbol("onDestroyed");const N_=Symbol("onClosed");const _m=Symbol("Intercepted Dispatch");const pg=Symbol("webSocketOptions");class DispatcherBase extends yl{constructor(La){super();this[p_]=false;this[I_]=null;this[i_]=false;this[N_]=[];this[pg]=La?.webSocket??{}}get webSocketOptions(){return{maxFragments:this[pg].maxFragments??131072,maxPayloadSize:this[pg].maxPayloadSize??128*1024*1024}}get destroyed(){return this[p_]}get closed(){return this[i_]}get interceptors(){return this[D_]}set interceptors(La){if(La){for(let hl=La.length-1;hl>=0;hl--){const La=this[D_][hl];if(typeof La!=="function"){throw new Gd("interceptor must be an function")}}}this[D_]=La}close(La){if(La===undefined){return new Promise((La,hl)=>{this.close((fl,yl)=>fl?hl(fl):La(yl))})}if(typeof La!=="function"){throw new Gd("invalid callback")}if(this[p_]){queueMicrotask(()=>La(new Pl,null));return}if(this[i_]){if(this[N_]){this[N_].push(La)}else{queueMicrotask(()=>La(null,null))}return}this[i_]=true;this[N_].push(La);const onClosed=()=>{const La=this[N_];this[N_]=null;for(let hl=0;hlthis.destroy()).then(()=>{queueMicrotask(onClosed)})}destroy(La,hl){if(typeof La==="function"){hl=La;La=null}if(hl===undefined){return new Promise((hl,fl)=>{this.destroy(La,(La,yl)=>La?fl(La):hl(yl))})}if(typeof hl!=="function"){throw new Gd("invalid callback")}if(this[p_]){if(this[I_]){this[I_].push(hl)}else{queueMicrotask(()=>hl(null,null))}return}if(!La){La=new Pl}this[p_]=true;this[I_]=this[I_]||[];this[I_].push(hl);const onDestroyed=()=>{const La=this[I_];this[I_]=null;for(let hl=0;hl{queueMicrotask(onDestroyed)})}[_m](La,hl){if(!this[D_]||this[D_].length===0){this[_m]=this[w_];return this[w_](La,hl)}let fl=this[w_].bind(this);for(let La=this[D_].length-1;La>=0;La--){fl=this[D_][La](fl)}this[_m]=fl;return fl(La,hl)}dispatch(La,hl){if(!hl||typeof hl!=="object"){throw new Gd("handler must be an object")}try{if(!La||typeof La!=="object"){throw new Gd("opts must be an object.")}if(this[p_]||this[I_]){throw new Pl}if(this[i_]){throw new Ul}return this[_m](La,hl)}catch(La){if(typeof hl.onError!=="function"){throw new Gd("invalid onError method")}hl.onError(La);return false}}}La.exports=DispatcherBase},30883:(La,hl,fl)=>{"use strict";const yl=fl(78474);class Dispatcher extends yl{dispatch(){throw new Error("not implemented")}close(){throw new Error("not implemented")}destroy(){throw new Error("not implemented")}compose(...La){const hl=Array.isArray(La[0])?La[0]:La;let fl=this.dispatch.bind(this);for(const La of hl){if(La==null){continue}if(typeof La!=="function"){throw new TypeError(`invalid interceptor, expected function received ${typeof La}`)}fl=La(fl);if(fl==null||typeof fl!=="function"||fl.length!==2){throw new TypeError("invalid interceptor")}}return new ComposedDispatcher(this,fl)}}class ComposedDispatcher extends Dispatcher{#e=null;#t=null;constructor(La,hl){super();this.#e=La;this.#t=hl}dispatch(...La){this.#t(...La)}close(...La){return this.#e.close(...La)}destroy(...La){return this.#e.destroy(...La)}}La.exports=Dispatcher},53137:(La,hl,fl)=>{"use strict";const yl=fl(21841);const{kClose:Pl,kDestroy:Ul,kClosed:Gd,kDestroyed:af,kDispatch:n_,kNoProxyAgent:i_,kHttpProxyAgent:p_,kHttpsProxyAgent:w_}=fl(36443);const D_=fl(76672);const I_=fl(57405);const N_={"http:":80,"https:":443};let _m=false;class EnvHttpProxyAgent extends yl{#r=null;#n=null;#i=null;constructor(La={}){super();this.#i=La;if(!_m){_m=true;process.emitWarning("EnvHttpProxyAgent is experimental, expect them to change at any time.",{code:"UNDICI-EHPA"})}const{httpProxy:hl,httpsProxy:fl,noProxy:yl,...Pl}=La;this[i_]=new I_(Pl);const Ul=hl??process.env.http_proxy??process.env.HTTP_PROXY;if(Ul){this[p_]=new D_({...Pl,uri:Ul})}else{this[p_]=this[i_]}const Gd=fl??process.env.https_proxy??process.env.HTTPS_PROXY;if(Gd){this[w_]=new D_({...Pl,uri:Gd})}else{this[w_]=this[p_]}this.#s()}[n_](La,hl){const fl=new URL(La.origin);const yl=this.#a(fl);return yl.dispatch(La,hl)}async[Pl](){await this[i_].close();if(!this[p_][Gd]){await this[p_].close()}if(!this[w_][Gd]){await this[w_].close()}}async[Ul](La){await this[i_].destroy(La);if(!this[p_][af]){await this[p_].destroy(La)}if(!this[w_][af]){await this[w_].destroy(La)}}#a(La){let{protocol:hl,host:fl,port:yl}=La;fl=fl.replace(/:\d*$/,"").toLowerCase();yl=Number.parseInt(yl,10)||N_[hl]||0;if(!this.#o(fl,yl)){return this[i_]}if(hl==="https:"){return this[w_]}return this[p_]}#o(La,hl){if(this.#l){this.#s()}if(this.#n.length===0){return true}if(this.#r==="*"){return false}for(let fl=0;fl{"use strict";const hl=2048;const fl=hl-1;class FixedCircularBuffer{constructor(){this.bottom=0;this.top=0;this.list=new Array(hl);this.next=null}isEmpty(){return this.top===this.bottom}isFull(){return(this.top+1&fl)===this.bottom}push(La){this.list[this.top]=La;this.top=this.top+1&fl}shift(){const La=this.list[this.bottom];if(La===undefined)return null;this.list[this.bottom]=undefined;this.bottom=this.bottom+1&fl;return La}}La.exports=class FixedQueue{constructor(){this.head=this.tail=new FixedCircularBuffer}isEmpty(){return this.head.isEmpty()}push(La){if(this.head.isFull()){this.head=this.head.next=new FixedCircularBuffer}this.head.push(La)}shift(){const La=this.tail;const hl=La.shift();if(La.isEmpty()&&La.next!==null){this.tail=La.next}return hl}}},42128:(La,hl,fl)=>{"use strict";const yl=fl(21841);const Pl=fl(64660);const{kConnected:Ul,kSize:Gd,kRunning:af,kPending:n_,kQueued:i_,kBusy:p_,kFree:w_,kUrl:D_,kClose:I_,kDestroy:N_,kDispatch:_m}=fl(36443);const pg=fl(43246);const mg=Symbol("clients");const gg=Symbol("needDrain");const eA=Symbol("queue");const tA=Symbol("closed resolve");const rA=Symbol("onDrain");const nA=Symbol("onConnect");const iA=Symbol("onDisconnect");const sA=Symbol("onConnectionError");const aA=Symbol("get dispatcher");const oA=Symbol("add client");const lA=Symbol("remove client");const cA=Symbol("stats");class PoolBase extends yl{constructor(La){super(La);this[eA]=new Pl;this[mg]=[];this[i_]=0;const hl=this;this[rA]=function onDrain(La,fl){const yl=hl[eA];let Pl=false;while(!Pl){const La=yl.shift();if(!La){break}hl[i_]--;Pl=!this.dispatch(La.opts,La.handler)}this[gg]=Pl;if(!this[gg]&&hl[gg]){hl[gg]=false;hl.emit("drain",La,[hl,...fl])}if(hl[tA]&&yl.isEmpty()){Promise.all(hl[mg].map(La=>La.close())).then(hl[tA])}};this[nA]=(La,fl)=>{hl.emit("connect",La,[hl,...fl])};this[iA]=(La,fl,yl)=>{hl.emit("disconnect",La,[hl,...fl],yl)};this[sA]=(La,fl,yl)=>{hl.emit("connectionError",La,[hl,...fl],yl)};this[cA]=new pg(this)}get[p_](){return this[gg]}get[Ul](){return this[mg].filter(La=>La[Ul]).length}get[w_](){return this[mg].filter(La=>La[Ul]&&!La[gg]).length}get[n_](){let La=this[i_];for(const{[n_]:hl}of this[mg]){La+=hl}return La}get[af](){let La=0;for(const{[af]:hl}of this[mg]){La+=hl}return La}get[Gd](){let La=this[i_];for(const{[Gd]:hl}of this[mg]){La+=hl}return La}get stats(){return this[cA]}async[I_](){if(this[eA].isEmpty()){await Promise.all(this[mg].map(La=>La.close()))}else{await new Promise(La=>{this[tA]=La})}}async[N_](La){while(true){const hl=this[eA].shift();if(!hl){break}hl.handler.onError(La)}await Promise.all(this[mg].map(hl=>hl.destroy(La)))}[_m](La,hl){const fl=this[aA]();if(!fl){this[gg]=true;this[eA].push({opts:La,handler:hl});this[i_]++}else if(!fl.dispatch(La,hl)){fl[gg]=true;this[gg]=!this[aA]()}return!this[gg]}[oA](La){La.on("drain",this[rA]).on("connect",this[nA]).on("disconnect",this[iA]).on("connectionError",this[sA]);this[mg].push(La);if(this[gg]){queueMicrotask(()=>{if(this[gg]){this[rA](La[D_],[this,La])}})}return this}[lA](La){La.close(()=>{const hl=this[mg].indexOf(La);if(hl!==-1){this[mg].splice(hl,1)}});this[gg]=this[mg].some(La=>!La[gg]&&La.closed!==true&&La.destroyed!==true)}}La.exports={PoolBase:PoolBase,kClients:mg,kNeedDrain:gg,kAddClient:oA,kRemoveClient:lA,kGetDispatcher:aA}},43246:(La,hl,fl)=>{const{kFree:yl,kConnected:Pl,kPending:Ul,kQueued:Gd,kRunning:af,kSize:n_}=fl(36443);const i_=Symbol("pool");class PoolStats{constructor(La){this[i_]=La}get connected(){return this[i_][Pl]}get free(){return this[i_][yl]}get pending(){return this[i_][Ul]}get queued(){return this[i_][Gd]}get running(){return this[i_][af]}get size(){return this[i_][n_]}}La.exports=PoolStats},30628:(La,hl,fl)=>{"use strict";const{PoolBase:yl,kClients:Pl,kNeedDrain:Ul,kAddClient:Gd,kGetDispatcher:af}=fl(42128);const n_=fl(23701);const{InvalidArgumentError:i_}=fl(68707);const p_=fl(3440);const{kUrl:w_,kInterceptors:D_}=fl(36443);const I_=fl(59136);const N_=Symbol("options");const _m=Symbol("connections");const pg=Symbol("factory");function defaultFactory(La,hl){return new n_(La,hl)}class Pool extends yl{constructor(La,{connections:hl,factory:fl=defaultFactory,connect:yl,connectTimeout:Ul,tls:Gd,maxCachedSessions:af,socketPath:n_,autoSelectFamily:mg,autoSelectFamilyAttemptTimeout:gg,allowH2:eA,...tA}={}){if(hl!=null&&(!Number.isFinite(hl)||hl<0)){throw new i_("invalid connections")}if(typeof fl!=="function"){throw new i_("factory must be a function.")}if(yl!=null&&typeof yl!=="function"&&typeof yl!=="object"){throw new i_("connect must be a function or an object")}if(typeof yl!=="function"){yl=I_({...Gd,maxCachedSessions:af,allowH2:eA,socketPath:n_,timeout:Ul,...mg?{autoSelectFamily:mg,autoSelectFamilyAttemptTimeout:gg}:undefined,...yl})}super(tA);this[D_]=tA.interceptors?.Pool&&Array.isArray(tA.interceptors.Pool)?tA.interceptors.Pool:[];this[_m]=hl||null;this[w_]=p_.parseOrigin(La);this[N_]={...p_.deepClone(tA),connect:yl,allowH2:eA};this[N_].interceptors=tA.interceptors?{...tA.interceptors}:undefined;this[pg]=fl;this.on("connectionError",(La,hl,fl)=>{for(const La of hl){const hl=this[Pl].indexOf(La);if(hl!==-1){this[Pl].splice(hl,1)}}})}[af](){for(const La of this[Pl]){if(!La[Ul]){return La}}if(!this[_m]||this[Pl].length{"use strict";const{kProxy:yl,kClose:Pl,kDestroy:Ul,kDispatch:Gd,kInterceptors:af}=fl(36443);const{URL:n_}=fl(73136);const i_=fl(57405);const p_=fl(30628);const w_=fl(21841);const{InvalidArgumentError:D_,RequestAbortedError:I_,SecureProxyConnectionError:N_}=fl(68707);const _m=fl(59136);const pg=fl(23701);const mg=Symbol("proxy agent");const gg=Symbol("proxy client");const eA=Symbol("proxy headers");const tA=Symbol("request tls settings");const rA=Symbol("proxy tls settings");const nA=Symbol("connect endpoint function");const iA=Symbol("tunnel proxy");function defaultProtocolPort(La){return La==="https:"?443:80}function defaultFactory(La,hl){return new p_(La,hl)}const noop=()=>{};function defaultAgentFactory(La,hl){if(hl.connections===1){return new pg(La,hl)}return new p_(La,hl)}class Http1ProxyWrapper extends w_{#u;constructor(La,{headers:hl={},connect:fl,factory:yl}){super();if(!La){throw new D_("Proxy URL is mandatory")}this[eA]=hl;if(yl){this.#u=yl(La,{connect:fl})}else{this.#u=new pg(La,{connect:fl})}}[Gd](La,hl){const fl=hl.onHeaders;hl.onHeaders=function(La,yl,Pl){if(La===407){if(typeof hl.onError==="function"){hl.onError(new D_("Proxy Authentication Required (407)"))}return}if(fl)fl.call(this,La,yl,Pl)};const{origin:yl,path:Pl="/",headers:Ul={}}=La;La.path=yl+Pl;if(!("host"in Ul)&&!("Host"in Ul)){const{host:La}=new n_(yl);Ul.host=La}La.headers={...this[eA],...Ul};return this.#u[Gd](La,hl)}async[Pl](){return this.#u.close()}async[Ul](La){return this.#u.destroy(La)}}class ProxyAgent extends w_{constructor(La){super();if(!La||typeof La==="object"&&!(La instanceof n_)&&!La.uri){throw new D_("Proxy uri is mandatory")}const{clientFactory:hl=defaultFactory}=La;if(typeof hl!=="function"){throw new D_("Proxy opts.clientFactory must be a function.")}const{proxyTunnel:fl=true}=La;const Pl=this.#p(La);const{href:Ul,origin:Gd,port:p_,protocol:w_,username:pg,password:sA,hostname:aA}=Pl;this[yl]={uri:Ul,protocol:w_};this[af]=La.interceptors?.ProxyAgent&&Array.isArray(La.interceptors.ProxyAgent)?La.interceptors.ProxyAgent:[];this[tA]=La.requestTls;this[rA]=La.proxyTls;this[eA]=La.headers||{};this[iA]=fl;if(La.auth&&La.token){throw new D_("opts.auth cannot be used in combination with opts.token")}else if(La.auth){this[eA]["proxy-authorization"]=`Basic ${La.auth}`}else if(La.token){this[eA]["proxy-authorization"]=La.token}else if(pg&&sA){this[eA]["proxy-authorization"]=`Basic ${Buffer.from(`${decodeURIComponent(pg)}:${decodeURIComponent(sA)}`).toString("base64")}`}const oA=_m({...La.proxyTls});this[nA]=_m({...La.requestTls});const lA=La.factory||defaultAgentFactory;const factory=(La,hl)=>{const{protocol:fl}=new n_(La);if(!this[iA]&&fl==="http:"&&this[yl].protocol==="http:"){return new Http1ProxyWrapper(this[yl].uri,{headers:this[eA],connect:oA,factory:lA})}return lA(La,hl)};this[gg]=hl(Pl,{connect:oA});this[mg]=new i_({...La,factory:factory,connect:async(La,hl)=>{let fl=La.host;if(!La.port){fl+=`:${defaultProtocolPort(La.protocol)}`}try{const{socket:yl,statusCode:Pl}=await this[gg].connect({origin:Gd,port:p_,path:fl,signal:La.signal,headers:{...this[eA],host:La.host},servername:this[rA]?.servername||aA});if(Pl!==200){yl.on("error",noop).destroy();hl(new I_(`Proxy response (${Pl}) !== 200 when HTTP Tunneling`))}if(La.protocol!=="https:"){hl(null,yl);return}let Ul;if(this[tA]){Ul=this[tA].servername}else{Ul=La.servername}this[nA]({...La,servername:Ul,httpSocket:yl},hl)}catch(La){if(La.code==="ERR_TLS_CERT_ALTNAME_INVALID"){hl(new N_(La))}else{hl(La)}}}})}dispatch(La,hl){const fl=buildHeaders(La.headers);throwIfProxyAuthIsSent(fl);if(fl&&!("host"in fl)&&!("Host"in fl)){const{host:hl}=new n_(La.origin);fl.host=hl}return this[mg].dispatch({...La,headers:fl},hl)}#p(La){if(typeof La==="string"){return new n_(La)}else if(La instanceof n_){return La}else{return new n_(La.uri)}}async[Pl](){await this[mg].close();await this[gg].close()}async[Ul](){await this[mg].destroy();await this[gg].destroy()}}function buildHeaders(La){if(Array.isArray(La)){const hl={};for(let fl=0;flLa.toLowerCase()==="proxy-authorization");if(hl){throw new D_("Proxy-Authorization should be sent in ProxyAgent constructor")}}La.exports=ProxyAgent},30050:(La,hl,fl)=>{"use strict";const yl=fl(30883);const Pl=fl(17816);class RetryAgent extends yl{#d=null;#h=null;constructor(La,hl={}){super(hl);this.#d=La;this.#h=hl}dispatch(La,hl){const fl=new Pl({...La,retryOptions:this.#h},{dispatch:this.#d.dispatch.bind(this.#d),handler:hl});return this.#d.dispatch(La,fl)}close(){return this.#d.close()}destroy(){return this.#d.destroy()}}La.exports=RetryAgent},32581:(La,hl,fl)=>{"use strict";const yl=Symbol.for("undici.globalDispatcher.1");const{InvalidArgumentError:Pl}=fl(68707);const Ul=fl(57405);if(getGlobalDispatcher()===undefined){setGlobalDispatcher(new Ul)}function setGlobalDispatcher(La){if(!La||typeof La.dispatch!=="function"){throw new Pl("Argument agent must implement Agent")}Object.defineProperty(globalThis,yl,{value:La,writable:true,enumerable:false,configurable:false})}function getGlobalDispatcher(){return globalThis[yl]}La.exports={setGlobalDispatcher:setGlobalDispatcher,getGlobalDispatcher:getGlobalDispatcher}},58155:La=>{"use strict";La.exports=class DecoratorHandler{#f;constructor(La){if(typeof La!=="object"||La===null){throw new TypeError("handler must be an object")}this.#f=La}onConnect(...La){return this.#f.onConnect?.(...La)}onError(...La){return this.#f.onError?.(...La)}onUpgrade(...La){return this.#f.onUpgrade?.(...La)}onResponseStarted(...La){return this.#f.onResponseStarted?.(...La)}onHeaders(...La){return this.#f.onHeaders?.(...La)}onData(...La){return this.#f.onData?.(...La)}onComplete(...La){return this.#f.onComplete?.(...La)}onBodySent(...La){return this.#f.onBodySent?.(...La)}}},8754:(La,hl,fl)=>{"use strict";const yl=fl(3440);const{kBodyUsed:Pl}=fl(36443);const Ul=fl(34589);const{InvalidArgumentError:Gd}=fl(68707);const af=fl(78474);const n_=[300,301,302,303,307,308];const i_=Symbol("body");class BodyAsyncIterable{constructor(La){this[i_]=La;this[Pl]=false}async*[Symbol.asyncIterator](){Ul(!this[Pl],"disturbed");this[Pl]=true;yield*this[i_]}}class RedirectHandler{constructor(La,hl,fl,n_){if(hl!=null&&(!Number.isInteger(hl)||hl<0)){throw new Gd("maxRedirections must be a positive number")}yl.validateHandler(n_,fl.method,fl.upgrade);this.dispatch=La;this.location=null;this.abort=null;this.opts={...fl,maxRedirections:0};this.maxRedirections=hl;this.handler=n_;this.history=[];this.redirectionLimitReached=false;if(yl.isStream(this.opts.body)){if(yl.bodyLength(this.opts.body)===0){this.opts.body.on("data",function(){Ul(false)})}if(typeof this.opts.body.readableDidRead!=="boolean"){this.opts.body[Pl]=false;af.prototype.on.call(this.opts.body,"data",function(){this[Pl]=true})}}else if(this.opts.body&&typeof this.opts.body.pipeTo==="function"){this.opts.body=new BodyAsyncIterable(this.opts.body)}else if(this.opts.body&&typeof this.opts.body!=="string"&&!ArrayBuffer.isView(this.opts.body)&&yl.isIterable(this.opts.body)){this.opts.body=new BodyAsyncIterable(this.opts.body)}}onConnect(La){this.abort=La;this.handler.onConnect(La,{history:this.history})}onUpgrade(La,hl,fl){this.handler.onUpgrade(La,hl,fl)}onError(La){this.handler.onError(La)}onHeaders(La,hl,fl,Pl){this.location=this.history.length>=this.maxRedirections||yl.isDisturbed(this.opts.body)?null:parseLocation(La,hl);if(this.opts.throwOnMaxRedirect&&this.history.length>=this.maxRedirections){if(this.request){this.request.abort(new Error("max redirects"))}this.redirectionLimitReached=true;this.abort(new Error("max redirects"));return}if(this.opts.origin){this.history.push(new URL(this.opts.path,this.opts.origin))}if(!this.location){return this.handler.onHeaders(La,hl,fl,Pl)}const{origin:Ul,pathname:Gd,search:af}=yl.parseURL(new URL(this.location,this.opts.origin&&new URL(this.opts.path,this.opts.origin)));const n_=af?`${Gd}${af}`:Gd;this.opts.headers=cleanRequestHeaders(this.opts.headers,La===303,this.opts.origin!==Ul);this.opts.path=n_;this.opts.origin=Ul;this.opts.maxRedirections=0;this.opts.query=null;if(La===303&&this.opts.method!=="HEAD"){this.opts.method="GET";this.opts.body=null}}onData(La){if(this.location){}else{return this.handler.onData(La)}}onComplete(La){if(this.location){this.location=null;this.abort=null;this.dispatch(this.opts,this)}else{this.handler.onComplete(La)}}onBodySent(La){if(this.handler.onBodySent){this.handler.onBodySent(La)}}}function parseLocation(La,hl){if(n_.indexOf(La)===-1){return null}for(let La=0;La{"use strict";const yl=fl(34589);const{kRetryHandlerDefaultRetry:Pl}=fl(36443);const{RequestRetryError:Ul}=fl(68707);const{isDisturbed:Gd,parseHeaders:af,parseRangeHeader:n_,wrapRequestBody:i_}=fl(3440);function calculateRetryAfterHeader(La){const hl=Date.now();return new Date(La).getTime()-hl}class RetryHandler{constructor(La,hl){const{retryOptions:fl,...yl}=La;const{retry:Ul,maxRetries:Gd,maxTimeout:af,minTimeout:n_,timeoutFactor:p_,methods:w_,errorCodes:D_,retryAfter:I_,statusCodes:N_}=fl??{};this.dispatch=hl.dispatch;this.handler=hl.handler;this.opts={...yl,body:i_(La.body)};this.abort=null;this.aborted=false;this.retryOpts={retry:Ul??RetryHandler[Pl],retryAfter:I_??true,maxTimeout:af??30*1e3,minTimeout:n_??500,timeoutFactor:p_??2,maxRetries:Gd??5,methods:w_??["GET","HEAD","OPTIONS","PUT","DELETE","TRACE"],statusCodes:N_??[500,502,503,504,429],errorCodes:D_??["ECONNRESET","ECONNREFUSED","ENOTFOUND","ENETDOWN","ENETUNREACH","EHOSTDOWN","EHOSTUNREACH","EPIPE","UND_ERR_SOCKET"]};this.retryCount=0;this.retryCountCheckpoint=0;this.start=0;this.end=null;this.etag=null;this.resume=null;this.handler.onConnect(La=>{this.aborted=true;if(this.abort){this.abort(La)}else{this.reason=La}})}onRequestSent(){if(this.handler.onRequestSent){this.handler.onRequestSent()}}onUpgrade(La,hl,fl){if(this.handler.onUpgrade){this.handler.onUpgrade(La,hl,fl)}}onConnect(La){if(this.aborted){La(this.reason)}else{this.abort=La}}onBodySent(La){if(this.handler.onBodySent)return this.handler.onBodySent(La)}static[Pl](La,{state:hl,opts:fl},yl){const{statusCode:Pl,code:Ul,headers:Gd}=La;const{method:af,retryOptions:n_}=fl;const{maxRetries:i_,minTimeout:p_,maxTimeout:w_,timeoutFactor:D_,statusCodes:I_,errorCodes:N_,methods:_m}=n_;const{counter:pg}=hl;if(Ul&&Ul!=="UND_ERR_REQ_RETRY"&&!N_.includes(Ul)){yl(La);return}if(Array.isArray(_m)&&!_m.includes(af)){yl(La);return}if(Pl!=null&&Array.isArray(I_)&&!I_.includes(Pl)){yl(La);return}if(pg>i_){yl(La);return}let mg=Gd?.["retry-after"];if(mg){mg=Number(mg);mg=Number.isNaN(mg)?calculateRetryAfterHeader(mg):mg*1e3}const gg=mg>0?Math.min(mg,w_):Math.min(p_*D_**(pg-1),w_);setTimeout(()=>yl(null),gg)}onHeaders(La,hl,fl,Pl){const Gd=af(hl);this.retryCount+=1;if(La>=300){if(this.retryOpts.statusCodes.includes(La)===false){return this.handler.onHeaders(La,hl,fl,Pl)}else{this.abort(new Ul("Request failed",La,{headers:Gd,data:{count:this.retryCount}}));return false}}if(this.resume!=null){this.resume=null;if(La!==206&&(this.start>0||La!==200)){this.abort(new Ul("server does not support the range header and the payload was partially consumed",La,{headers:Gd,data:{count:this.retryCount}}));return false}const hl=n_(Gd["content-range"]);if(!hl){this.abort(new Ul("Content-Range mismatch",La,{headers:Gd,data:{count:this.retryCount}}));return false}if(this.etag!=null&&this.etag!==Gd.etag){this.abort(new Ul("ETag mismatch",La,{headers:Gd,data:{count:this.retryCount}}));return false}const{start:Pl,size:af,end:i_=af-1}=hl;yl(this.start===Pl,"content-range mismatch");yl(this.end==null||this.end===i_,"content-range mismatch");this.resume=fl;return true}if(this.end==null){if(La===206){const Ul=n_(Gd["content-range"]);if(Ul==null){return this.handler.onHeaders(La,hl,fl,Pl)}const{start:af,size:i_,end:p_=i_-1}=Ul;yl(af!=null&&Number.isFinite(af),"content-range mismatch");yl(p_!=null&&Number.isFinite(p_),"invalid content-length");this.start=af;this.end=p_}if(this.end==null){const La=Gd["content-length"];this.end=La!=null?Number(La)-1:null}yl(Number.isFinite(this.start));yl(this.end==null||Number.isFinite(this.end),"invalid content-length");this.resume=fl;this.etag=Gd.etag!=null?Gd.etag:null;if(this.etag!=null&&this.etag.startsWith("W/")){this.etag=null}return this.handler.onHeaders(La,hl,fl,Pl)}const i_=new Ul("Request failed",La,{headers:Gd,data:{count:this.retryCount}});this.abort(i_);return false}onData(La){this.start+=La.length;return this.handler.onData(La)}onComplete(La){this.retryCount=0;return this.handler.onComplete(La)}onError(La){if(this.aborted||Gd(this.opts.body)){return this.handler.onError(La)}if(this.retryCount-this.retryCountCheckpoint>0){this.retryCount=this.retryCountCheckpoint+(this.retryCount-this.retryCountCheckpoint)}else{this.retryCount+=1}this.retryOpts.retry(La,{state:{counter:this.retryCount},opts:{retryOptions:this.retryOpts,...this.opts}},onRetry.bind(this));function onRetry(La){if(La!=null||this.aborted||Gd(this.opts.body)){return this.handler.onError(La)}if(this.start!==0){const La={range:`bytes=${this.start}-${this.end??""}`};if(this.etag!=null){La["if-match"]=this.etag}this.opts={...this.opts,headers:{...this.opts.headers,...La}}}try{this.retryCountCheckpoint=this.retryCount;this.dispatch(this.opts,this)}catch(La){this.handler.onError(La)}}}}La.exports=RetryHandler},70379:(La,hl,fl)=>{"use strict";const{isIP:yl}=fl(77030);const{lookup:Pl}=fl(40610);const Ul=fl(58155);const{InvalidArgumentError:Gd,InformationalError:af}=fl(68707);const n_=Math.pow(2,31)-1;class DNSInstance{#_=0;#m=0;#g=new Map;dualStack=true;affinity=null;lookup=null;pick=null;constructor(La){this.#_=La.maxTTL;this.#m=La.maxItems;this.dualStack=La.dualStack;this.affinity=La.affinity;this.lookup=La.lookup??this.#A;this.pick=La.pick??this.#y}get full(){return this.#g.size===this.#m}runLookup(La,hl,fl){const yl=this.#g.get(La.hostname);if(yl==null&&this.full){fl(null,La.origin);return}const Pl={affinity:this.affinity,dualStack:this.dualStack,lookup:this.lookup,pick:this.pick,...hl.dns,maxTTL:this.#_,maxItems:this.#m};if(yl==null){this.lookup(La,Pl,(hl,yl)=>{if(hl||yl==null||yl.length===0){fl(hl??new af("No DNS entries found"));return}this.setRecords(La,yl);const Ul=this.#g.get(La.hostname);const Gd=this.pick(La,Ul,Pl.affinity);let n_;if(typeof Gd.port==="number"){n_=`:${Gd.port}`}else if(La.port!==""){n_=`:${La.port}`}else{n_=""}fl(null,`${La.protocol}//${Gd.family===6?`[${Gd.address}]`:Gd.address}${n_}`)})}else{const Ul=this.pick(La,yl,Pl.affinity);if(Ul==null){this.#g.delete(La.hostname);this.runLookup(La,hl,fl);return}let Gd;if(typeof Ul.port==="number"){Gd=`:${Ul.port}`}else if(La.port!==""){Gd=`:${La.port}`}else{Gd=""}fl(null,`${La.protocol}//${Ul.family===6?`[${Ul.address}]`:Ul.address}${Gd}`)}}#A(La,hl,fl){Pl(La.hostname,{all:true,family:this.dualStack===false?this.affinity:0,order:"ipv4first"},(La,hl)=>{if(La){return fl(La)}const yl=new Map;for(const La of hl){yl.set(`${La.address}:${La.family}`,La)}fl(null,yl.values())})}#y(La,hl,fl){let yl=null;const{records:Pl,offset:Ul}=hl;let Gd;if(this.dualStack){if(fl==null){if(Ul==null||Ul===n_){hl.offset=0;fl=4}else{hl.offset++;fl=(hl.offset&1)===1?6:4}}if(Pl[fl]!=null&&Pl[fl].ips.length>0){Gd=Pl[fl]}else{Gd=Pl[fl===4?6:4]}}else{Gd=Pl[fl]}if(Gd==null||Gd.ips.length===0){return yl}if(Gd.offset==null||Gd.offset===n_){Gd.offset=0}else{Gd.offset++}const af=Gd.offset%Gd.ips.length;yl=Gd.ips[af]??null;if(yl==null){return yl}if(Date.now()-yl.timestamp>yl.ttl){Gd.ips.splice(af,1);return this.pick(La,hl,fl)}return yl}setRecords(La,hl){const fl=Date.now();const yl={records:{4:null,6:null}};for(const La of hl){La.timestamp=fl;if(typeof La.ttl==="number"){La.ttl=Math.min(La.ttl,this.#_)}else{La.ttl=this.#_}const hl=yl.records[La.family]??{ips:[]};hl.ips.push(La);yl.records[La.family]=hl}this.#g.set(La.hostname,yl)}getHandler(La,hl){return new DNSDispatchHandler(this,La,hl)}}class DNSDispatchHandler extends Ul{#b=null;#i=null;#t=null;#f=null;#v=null;constructor(La,{origin:hl,handler:fl,dispatch:yl},Pl){super(fl);this.#v=hl;this.#f=fl;this.#i={...Pl};this.#b=La;this.#t=yl}onError(La){switch(La.code){case"ETIMEDOUT":case"ECONNREFUSED":{if(this.#b.dualStack){this.#b.runLookup(this.#v,this.#i,(La,hl)=>{if(La){return this.#f.onError(La)}const fl={...this.#i,origin:hl};this.#t(fl,this)});return}this.#f.onError(La);return}case"ENOTFOUND":this.#b.deleteRecord(this.#v);default:this.#f.onError(La);break}}}La.exports=La=>{if(La?.maxTTL!=null&&(typeof La?.maxTTL!=="number"||La?.maxTTL<0)){throw new Gd("Invalid maxTTL. Must be a positive number")}if(La?.maxItems!=null&&(typeof La?.maxItems!=="number"||La?.maxItems<1)){throw new Gd("Invalid maxItems. Must be a positive number and greater than zero")}if(La?.affinity!=null&&La?.affinity!==4&&La?.affinity!==6){throw new Gd("Invalid affinity. Must be either 4 or 6")}if(La?.dualStack!=null&&typeof La?.dualStack!=="boolean"){throw new Gd("Invalid dualStack. Must be a boolean")}if(La?.lookup!=null&&typeof La?.lookup!=="function"){throw new Gd("Invalid lookup. Must be a function")}if(La?.pick!=null&&typeof La?.pick!=="function"){throw new Gd("Invalid pick. Must be a function")}const hl=La?.dualStack??true;let fl;if(hl){fl=La?.affinity??null}else{fl=La?.affinity??4}const Pl={maxTTL:La?.maxTTL??1e4,lookup:La?.lookup??null,pick:La?.pick??null,dualStack:hl,affinity:fl,maxItems:La?.maxItems??Infinity};const Ul=new DNSInstance(Pl);return La=>function dnsInterceptor(hl,fl){const Pl=hl.origin.constructor===URL?hl.origin:new URL(hl.origin);if(yl(Pl.hostname)!==0){return La(hl,fl)}Ul.runLookup(Pl,hl,(yl,Gd)=>{if(yl){return fl.onError(yl)}let af=null;af={...hl,servername:Pl.hostname,origin:Gd,headers:{host:Pl.hostname,...hl.headers}};La(af,Ul.getHandler({origin:Pl,dispatch:La,handler:fl},hl))});return true}}},88060:(La,hl,fl)=>{"use strict";const yl=fl(3440);const{InvalidArgumentError:Pl,RequestAbortedError:Ul}=fl(68707);const Gd=fl(58155);class DumpHandler extends Gd{#E=1024*1024;#w=null;#C=false;#x=false;#D=0;#S=null;#f=null;constructor({maxSize:La},hl){super(hl);if(La!=null&&(!Number.isFinite(La)||La<1)){throw new Pl("maxSize must be a number greater than 0")}this.#E=La??this.#E;this.#f=hl}onConnect(La){this.#w=La;this.#f.onConnect(this.#k.bind(this))}#k(La){this.#x=true;this.#S=La}onHeaders(La,hl,fl,Pl){const Gd=yl.parseHeaders(hl);const af=Gd["content-length"];if(af!=null&&af>this.#E){throw new Ul(`Response size (${af}) larger than maxSize (${this.#E})`)}if(this.#x){return true}return this.#f.onHeaders(La,hl,fl,Pl)}onError(La){if(this.#C){return}La=this.#S??La;this.#f.onError(La)}onData(La){this.#D=this.#D+La.length;if(this.#D>=this.#E){this.#C=true;if(this.#x){this.#f.onError(this.#S)}else{this.#f.onComplete([])}}return true}onComplete(La){if(this.#C){return}if(this.#x){this.#f.onError(this.reason);return}this.#f.onComplete(La)}}function createDumpInterceptor({maxSize:La}={maxSize:1024*1024}){return hl=>function Intercept(fl,yl){const{dumpMaxSize:Pl=La}=fl;const Ul=new DumpHandler({maxSize:Pl},yl);return hl(fl,Ul)}}La.exports=createDumpInterceptor},25092:(La,hl,fl)=>{"use strict";const yl=fl(8754);function createRedirectInterceptor({maxRedirections:La}){return hl=>function Intercept(fl,Pl){const{maxRedirections:Ul=La}=fl;if(!Ul){return hl(fl,Pl)}const Gd=new yl(hl,Ul,fl,Pl);fl={...fl,maxRedirections:0};return hl(fl,Gd)}}La.exports=createRedirectInterceptor},21514:(La,hl,fl)=>{"use strict";const yl=fl(8754);La.exports=La=>{const hl=La?.maxRedirections;return La=>function redirectInterceptor(fl,Pl){const{maxRedirections:Ul=hl,...Gd}=fl;if(!Ul){return La(fl,Pl)}const af=new yl(La,Ul,fl,Pl);return La(Gd,af)}}},92026:(La,hl,fl)=>{"use strict";const yl=fl(17816);La.exports=La=>hl=>function retryInterceptor(fl,Pl){return hl(fl,new yl({...fl,retryOptions:{...La,...fl.retryOptions}},{handler:Pl,dispatch:hl}))}},52824:(La,hl,fl)=>{"use strict";Object.defineProperty(hl,"__esModule",{value:true});hl.SPECIAL_HEADERS=hl.HEADER_STATE=hl.MINOR=hl.MAJOR=hl.CONNECTION_TOKEN_CHARS=hl.HEADER_CHARS=hl.TOKEN=hl.STRICT_TOKEN=hl.HEX=hl.URL_CHAR=hl.STRICT_URL_CHAR=hl.USERINFO_CHARS=hl.MARK=hl.ALPHANUM=hl.NUM=hl.HEX_MAP=hl.NUM_MAP=hl.ALPHA=hl.FINISH=hl.H_METHOD_MAP=hl.METHOD_MAP=hl.METHODS_RTSP=hl.METHODS_ICE=hl.METHODS_HTTP=hl.METHODS=hl.LENIENT_FLAGS=hl.FLAGS=hl.TYPE=hl.ERROR=void 0;const yl=fl(50172);var Pl;(function(La){La[La["OK"]=0]="OK";La[La["INTERNAL"]=1]="INTERNAL";La[La["STRICT"]=2]="STRICT";La[La["LF_EXPECTED"]=3]="LF_EXPECTED";La[La["UNEXPECTED_CONTENT_LENGTH"]=4]="UNEXPECTED_CONTENT_LENGTH";La[La["CLOSED_CONNECTION"]=5]="CLOSED_CONNECTION";La[La["INVALID_METHOD"]=6]="INVALID_METHOD";La[La["INVALID_URL"]=7]="INVALID_URL";La[La["INVALID_CONSTANT"]=8]="INVALID_CONSTANT";La[La["INVALID_VERSION"]=9]="INVALID_VERSION";La[La["INVALID_HEADER_TOKEN"]=10]="INVALID_HEADER_TOKEN";La[La["INVALID_CONTENT_LENGTH"]=11]="INVALID_CONTENT_LENGTH";La[La["INVALID_CHUNK_SIZE"]=12]="INVALID_CHUNK_SIZE";La[La["INVALID_STATUS"]=13]="INVALID_STATUS";La[La["INVALID_EOF_STATE"]=14]="INVALID_EOF_STATE";La[La["INVALID_TRANSFER_ENCODING"]=15]="INVALID_TRANSFER_ENCODING";La[La["CB_MESSAGE_BEGIN"]=16]="CB_MESSAGE_BEGIN";La[La["CB_HEADERS_COMPLETE"]=17]="CB_HEADERS_COMPLETE";La[La["CB_MESSAGE_COMPLETE"]=18]="CB_MESSAGE_COMPLETE";La[La["CB_CHUNK_HEADER"]=19]="CB_CHUNK_HEADER";La[La["CB_CHUNK_COMPLETE"]=20]="CB_CHUNK_COMPLETE";La[La["PAUSED"]=21]="PAUSED";La[La["PAUSED_UPGRADE"]=22]="PAUSED_UPGRADE";La[La["PAUSED_H2_UPGRADE"]=23]="PAUSED_H2_UPGRADE";La[La["USER"]=24]="USER"})(Pl=hl.ERROR||(hl.ERROR={}));var Ul;(function(La){La[La["BOTH"]=0]="BOTH";La[La["REQUEST"]=1]="REQUEST";La[La["RESPONSE"]=2]="RESPONSE"})(Ul=hl.TYPE||(hl.TYPE={}));var Gd;(function(La){La[La["CONNECTION_KEEP_ALIVE"]=1]="CONNECTION_KEEP_ALIVE";La[La["CONNECTION_CLOSE"]=2]="CONNECTION_CLOSE";La[La["CONNECTION_UPGRADE"]=4]="CONNECTION_UPGRADE";La[La["CHUNKED"]=8]="CHUNKED";La[La["UPGRADE"]=16]="UPGRADE";La[La["CONTENT_LENGTH"]=32]="CONTENT_LENGTH";La[La["SKIPBODY"]=64]="SKIPBODY";La[La["TRAILING"]=128]="TRAILING";La[La["TRANSFER_ENCODING"]=512]="TRANSFER_ENCODING"})(Gd=hl.FLAGS||(hl.FLAGS={}));var af;(function(La){La[La["HEADERS"]=1]="HEADERS";La[La["CHUNKED_LENGTH"]=2]="CHUNKED_LENGTH";La[La["KEEP_ALIVE"]=4]="KEEP_ALIVE"})(af=hl.LENIENT_FLAGS||(hl.LENIENT_FLAGS={}));var n_;(function(La){La[La["DELETE"]=0]="DELETE";La[La["GET"]=1]="GET";La[La["HEAD"]=2]="HEAD";La[La["POST"]=3]="POST";La[La["PUT"]=4]="PUT";La[La["CONNECT"]=5]="CONNECT";La[La["OPTIONS"]=6]="OPTIONS";La[La["TRACE"]=7]="TRACE";La[La["COPY"]=8]="COPY";La[La["LOCK"]=9]="LOCK";La[La["MKCOL"]=10]="MKCOL";La[La["MOVE"]=11]="MOVE";La[La["PROPFIND"]=12]="PROPFIND";La[La["PROPPATCH"]=13]="PROPPATCH";La[La["SEARCH"]=14]="SEARCH";La[La["UNLOCK"]=15]="UNLOCK";La[La["BIND"]=16]="BIND";La[La["REBIND"]=17]="REBIND";La[La["UNBIND"]=18]="UNBIND";La[La["ACL"]=19]="ACL";La[La["REPORT"]=20]="REPORT";La[La["MKACTIVITY"]=21]="MKACTIVITY";La[La["CHECKOUT"]=22]="CHECKOUT";La[La["MERGE"]=23]="MERGE";La[La["M-SEARCH"]=24]="M-SEARCH";La[La["NOTIFY"]=25]="NOTIFY";La[La["SUBSCRIBE"]=26]="SUBSCRIBE";La[La["UNSUBSCRIBE"]=27]="UNSUBSCRIBE";La[La["PATCH"]=28]="PATCH";La[La["PURGE"]=29]="PURGE";La[La["MKCALENDAR"]=30]="MKCALENDAR";La[La["LINK"]=31]="LINK";La[La["UNLINK"]=32]="UNLINK";La[La["SOURCE"]=33]="SOURCE";La[La["PRI"]=34]="PRI";La[La["DESCRIBE"]=35]="DESCRIBE";La[La["ANNOUNCE"]=36]="ANNOUNCE";La[La["SETUP"]=37]="SETUP";La[La["PLAY"]=38]="PLAY";La[La["PAUSE"]=39]="PAUSE";La[La["TEARDOWN"]=40]="TEARDOWN";La[La["GET_PARAMETER"]=41]="GET_PARAMETER";La[La["SET_PARAMETER"]=42]="SET_PARAMETER";La[La["REDIRECT"]=43]="REDIRECT";La[La["RECORD"]=44]="RECORD";La[La["FLUSH"]=45]="FLUSH"})(n_=hl.METHODS||(hl.METHODS={}));hl.METHODS_HTTP=[n_.DELETE,n_.GET,n_.HEAD,n_.POST,n_.PUT,n_.CONNECT,n_.OPTIONS,n_.TRACE,n_.COPY,n_.LOCK,n_.MKCOL,n_.MOVE,n_.PROPFIND,n_.PROPPATCH,n_.SEARCH,n_.UNLOCK,n_.BIND,n_.REBIND,n_.UNBIND,n_.ACL,n_.REPORT,n_.MKACTIVITY,n_.CHECKOUT,n_.MERGE,n_["M-SEARCH"],n_.NOTIFY,n_.SUBSCRIBE,n_.UNSUBSCRIBE,n_.PATCH,n_.PURGE,n_.MKCALENDAR,n_.LINK,n_.UNLINK,n_.PRI,n_.SOURCE];hl.METHODS_ICE=[n_.SOURCE];hl.METHODS_RTSP=[n_.OPTIONS,n_.DESCRIBE,n_.ANNOUNCE,n_.SETUP,n_.PLAY,n_.PAUSE,n_.TEARDOWN,n_.GET_PARAMETER,n_.SET_PARAMETER,n_.REDIRECT,n_.RECORD,n_.FLUSH,n_.GET,n_.POST];hl.METHOD_MAP=yl.enumToMap(n_);hl.H_METHOD_MAP={};Object.keys(hl.METHOD_MAP).forEach(La=>{if(/^H/.test(La)){hl.H_METHOD_MAP[La]=hl.METHOD_MAP[La]}});var i_;(function(La){La[La["SAFE"]=0]="SAFE";La[La["SAFE_WITH_CB"]=1]="SAFE_WITH_CB";La[La["UNSAFE"]=2]="UNSAFE"})(i_=hl.FINISH||(hl.FINISH={}));hl.ALPHA=[];for(let La="A".charCodeAt(0);La<="Z".charCodeAt(0);La++){hl.ALPHA.push(String.fromCharCode(La));hl.ALPHA.push(String.fromCharCode(La+32))}hl.NUM_MAP={0:0,1:1,2:2,3:3,4:4,5:5,6:6,7:7,8:8,9:9};hl.HEX_MAP={0:0,1:1,2:2,3:3,4:4,5:5,6:6,7:7,8:8,9:9,A:10,B:11,C:12,D:13,E:14,F:15,a:10,b:11,c:12,d:13,e:14,f:15};hl.NUM=["0","1","2","3","4","5","6","7","8","9"];hl.ALPHANUM=hl.ALPHA.concat(hl.NUM);hl.MARK=["-","_",".","!","~","*","'","(",")"];hl.USERINFO_CHARS=hl.ALPHANUM.concat(hl.MARK).concat(["%",";",":","&","=","+","$",","]);hl.STRICT_URL_CHAR=["!",'"',"$","%","&","'","(",")","*","+",",","-",".","/",":",";","<","=",">","@","[","\\","]","^","_","`","{","|","}","~"].concat(hl.ALPHANUM);hl.URL_CHAR=hl.STRICT_URL_CHAR.concat(["\t","\f"]);for(let La=128;La<=255;La++){hl.URL_CHAR.push(La)}hl.HEX=hl.NUM.concat(["a","b","c","d","e","f","A","B","C","D","E","F"]);hl.STRICT_TOKEN=["!","#","$","%","&","'","*","+","-",".","^","_","`","|","~"].concat(hl.ALPHANUM);hl.TOKEN=hl.STRICT_TOKEN.concat([" "]);hl.HEADER_CHARS=["\t"];for(let La=32;La<=255;La++){if(La!==127){hl.HEADER_CHARS.push(La)}}hl.CONNECTION_TOKEN_CHARS=hl.HEADER_CHARS.filter(La=>La!==44);hl.MAJOR=hl.NUM_MAP;hl.MINOR=hl.MAJOR;var p_;(function(La){La[La["GENERAL"]=0]="GENERAL";La[La["CONNECTION"]=1]="CONNECTION";La[La["CONTENT_LENGTH"]=2]="CONTENT_LENGTH";La[La["TRANSFER_ENCODING"]=3]="TRANSFER_ENCODING";La[La["UPGRADE"]=4]="UPGRADE";La[La["CONNECTION_KEEP_ALIVE"]=5]="CONNECTION_KEEP_ALIVE";La[La["CONNECTION_CLOSE"]=6]="CONNECTION_CLOSE";La[La["CONNECTION_UPGRADE"]=7]="CONNECTION_UPGRADE";La[La["TRANSFER_ENCODING_CHUNKED"]=8]="TRANSFER_ENCODING_CHUNKED"})(p_=hl.HEADER_STATE||(hl.HEADER_STATE={}));hl.SPECIAL_HEADERS={connection:p_.CONNECTION,"content-length":p_.CONTENT_LENGTH,"proxy-connection":p_.CONNECTION,"transfer-encoding":p_.TRANSFER_ENCODING,upgrade:p_.UPGRADE}},63870:(La,hl,fl)=>{"use strict";const{Buffer:yl}=fl(4573);La.exports=yl.from("AGFzbQEAAAABJwdgAX8Bf2ADf39/AX9gAX8AYAJ/fwBgBH9/f38Bf2AAAGADf39/AALLAQgDZW52GHdhc21fb25faGVhZGVyc19jb21wbGV0ZQAEA2VudhV3YXNtX29uX21lc3NhZ2VfYmVnaW4AAANlbnYLd2FzbV9vbl91cmwAAQNlbnYOd2FzbV9vbl9zdGF0dXMAAQNlbnYUd2FzbV9vbl9oZWFkZXJfZmllbGQAAQNlbnYUd2FzbV9vbl9oZWFkZXJfdmFsdWUAAQNlbnYMd2FzbV9vbl9ib2R5AAEDZW52GHdhc21fb25fbWVzc2FnZV9jb21wbGV0ZQAAAy0sBQYAAAIAAAAAAAACAQIAAgICAAADAAAAAAMDAwMBAQEBAQEBAQEAAAIAAAAEBQFwARISBQMBAAIGCAF/AUGA1AQLB9EFIgZtZW1vcnkCAAtfaW5pdGlhbGl6ZQAIGV9faW5kaXJlY3RfZnVuY3Rpb25fdGFibGUBAAtsbGh0dHBfaW5pdAAJGGxsaHR0cF9zaG91bGRfa2VlcF9hbGl2ZQAvDGxsaHR0cF9hbGxvYwALBm1hbGxvYwAxC2xsaHR0cF9mcmVlAAwEZnJlZQAMD2xsaHR0cF9nZXRfdHlwZQANFWxsaHR0cF9nZXRfaHR0cF9tYWpvcgAOFWxsaHR0cF9nZXRfaHR0cF9taW5vcgAPEWxsaHR0cF9nZXRfbWV0aG9kABAWbGxodHRwX2dldF9zdGF0dXNfY29kZQAREmxsaHR0cF9nZXRfdXBncmFkZQASDGxsaHR0cF9yZXNldAATDmxsaHR0cF9leGVjdXRlABQUbGxodHRwX3NldHRpbmdzX2luaXQAFQ1sbGh0dHBfZmluaXNoABYMbGxodHRwX3BhdXNlABcNbGxodHRwX3Jlc3VtZQAYG2xsaHR0cF9yZXN1bWVfYWZ0ZXJfdXBncmFkZQAZEGxsaHR0cF9nZXRfZXJybm8AGhdsbGh0dHBfZ2V0X2Vycm9yX3JlYXNvbgAbF2xsaHR0cF9zZXRfZXJyb3JfcmVhc29uABwUbGxodHRwX2dldF9lcnJvcl9wb3MAHRFsbGh0dHBfZXJybm9fbmFtZQAeEmxsaHR0cF9tZXRob2RfbmFtZQAfEmxsaHR0cF9zdGF0dXNfbmFtZQAgGmxsaHR0cF9zZXRfbGVuaWVudF9oZWFkZXJzACEhbGxodHRwX3NldF9sZW5pZW50X2NodW5rZWRfbGVuZ3RoACIdbGxodHRwX3NldF9sZW5pZW50X2tlZXBfYWxpdmUAIyRsbGh0dHBfc2V0X2xlbmllbnRfdHJhbnNmZXJfZW5jb2RpbmcAJBhsbGh0dHBfbWVzc2FnZV9uZWVkc19lb2YALgkXAQBBAQsRAQIDBAUKBgcrLSwqKSglJyYK07MCLBYAQYjQACgCAARAAAtBiNAAQQE2AgALFAAgABAwIAAgAjYCOCAAIAE6ACgLFAAgACAALwEyIAAtAC4gABAvEAALHgEBf0HAABAyIgEQMCABQYAINgI4IAEgADoAKCABC48MAQd/AkAgAEUNACAAQQhrIgEgAEEEaygCACIAQXhxIgRqIQUCQCAAQQFxDQAgAEEDcUUNASABIAEoAgAiAGsiAUGc0AAoAgBJDQEgACAEaiEEAkACQEGg0AAoAgAgAUcEQCAAQf8BTQRAIABBA3YhAyABKAIIIgAgASgCDCICRgRAQYzQAEGM0AAoAgBBfiADd3E2AgAMBQsgAiAANgIIIAAgAjYCDAwECyABKAIYIQYgASABKAIMIgBHBEAgACABKAIIIgI2AgggAiAANgIMDAMLIAFBFGoiAygCACICRQRAIAEoAhAiAkUNAiABQRBqIQMLA0AgAyEHIAIiAEEUaiIDKAIAIgINACAAQRBqIQMgACgCECICDQALIAdBADYCAAwCCyAFKAIEIgBBA3FBA0cNAiAFIABBfnE2AgRBlNAAIAQ2AgAgBSAENgIAIAEgBEEBcjYCBAwDC0EAIQALIAZFDQACQCABKAIcIgJBAnRBvNIAaiIDKAIAIAFGBEAgAyAANgIAIAANAUGQ0ABBkNAAKAIAQX4gAndxNgIADAILIAZBEEEUIAYoAhAgAUYbaiAANgIAIABFDQELIAAgBjYCGCABKAIQIgIEQCAAIAI2AhAgAiAANgIYCyABQRRqKAIAIgJFDQAgAEEUaiACNgIAIAIgADYCGAsgASAFTw0AIAUoAgQiAEEBcUUNAAJAAkACQAJAIABBAnFFBEBBpNAAKAIAIAVGBEBBpNAAIAE2AgBBmNAAQZjQACgCACAEaiIANgIAIAEgAEEBcjYCBCABQaDQACgCAEcNBkGU0ABBADYCAEGg0ABBADYCAAwGC0Gg0AAoAgAgBUYEQEGg0AAgATYCAEGU0ABBlNAAKAIAIARqIgA2AgAgASAAQQFyNgIEIAAgAWogADYCAAwGCyAAQXhxIARqIQQgAEH/AU0EQCAAQQN2IQMgBSgCCCIAIAUoAgwiAkYEQEGM0ABBjNAAKAIAQX4gA3dxNgIADAULIAIgADYCCCAAIAI2AgwMBAsgBSgCGCEGIAUgBSgCDCIARwRAQZzQACgCABogACAFKAIIIgI2AgggAiAANgIMDAMLIAVBFGoiAygCACICRQRAIAUoAhAiAkUNAiAFQRBqIQMLA0AgAyEHIAIiAEEUaiIDKAIAIgINACAAQRBqIQMgACgCECICDQALIAdBADYCAAwCCyAFIABBfnE2AgQgASAEaiAENgIAIAEgBEEBcjYCBAwDC0EAIQALIAZFDQACQCAFKAIcIgJBAnRBvNIAaiIDKAIAIAVGBEAgAyAANgIAIAANAUGQ0ABBkNAAKAIAQX4gAndxNgIADAILIAZBEEEUIAYoAhAgBUYbaiAANgIAIABFDQELIAAgBjYCGCAFKAIQIgIEQCAAIAI2AhAgAiAANgIYCyAFQRRqKAIAIgJFDQAgAEEUaiACNgIAIAIgADYCGAsgASAEaiAENgIAIAEgBEEBcjYCBCABQaDQACgCAEcNAEGU0AAgBDYCAAwBCyAEQf8BTQRAIARBeHFBtNAAaiEAAn9BjNAAKAIAIgJBASAEQQN2dCIDcUUEQEGM0AAgAiADcjYCACAADAELIAAoAggLIgIgATYCDCAAIAE2AgggASAANgIMIAEgAjYCCAwBC0EfIQIgBEH///8HTQRAIARBJiAEQQh2ZyIAa3ZBAXEgAEEBdGtBPmohAgsgASACNgIcIAFCADcCECACQQJ0QbzSAGohAAJAQZDQACgCACIDQQEgAnQiB3FFBEAgACABNgIAQZDQACADIAdyNgIAIAEgADYCGCABIAE2AgggASABNgIMDAELIARBGSACQQF2a0EAIAJBH0cbdCECIAAoAgAhAAJAA0AgACIDKAIEQXhxIARGDQEgAkEddiEAIAJBAXQhAiADIABBBHFqQRBqIgcoAgAiAA0ACyAHIAE2AgAgASADNgIYIAEgATYCDCABIAE2AggMAQsgAygCCCIAIAE2AgwgAyABNgIIIAFBADYCGCABIAM2AgwgASAANgIIC0Gs0ABBrNAAKAIAQQFrIgBBfyAAGzYCAAsLBwAgAC0AKAsHACAALQAqCwcAIAAtACsLBwAgAC0AKQsHACAALwEyCwcAIAAtAC4LQAEEfyAAKAIYIQEgAC0ALSECIAAtACghAyAAKAI4IQQgABAwIAAgBDYCOCAAIAM6ACggACACOgAtIAAgATYCGAu74gECB38DfiABIAJqIQQCQCAAIgIoAgwiAA0AIAIoAgQEQCACIAE2AgQLIwBBEGsiCCQAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACfwJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAIAIoAhwiA0EBaw7dAdoBAdkBAgMEBQYHCAkKCwwNDtgBDxDXARES1gETFBUWFxgZGhvgAd8BHB0e1QEfICEiIyQl1AEmJygpKiss0wHSAS0u0QHQAS8wMTIzNDU2Nzg5Ojs8PT4/QEFCQ0RFRtsBR0hJSs8BzgFLzQFMzAFNTk9QUVJTVFVWV1hZWltcXV5fYGFiY2RlZmdoaWprbG1ub3BxcnN0dXZ3eHl6e3x9fn+AAYEBggGDAYQBhQGGAYcBiAGJAYoBiwGMAY0BjgGPAZABkQGSAZMBlAGVAZYBlwGYAZkBmgGbAZwBnQGeAZ8BoAGhAaIBowGkAaUBpgGnAagBqQGqAasBrAGtAa4BrwGwAbEBsgGzAbQBtQG2AbcBywHKAbgByQG5AcgBugG7AbwBvQG+Ab8BwAHBAcIBwwHEAcUBxgEA3AELQQAMxgELQQ4MxQELQQ0MxAELQQ8MwwELQRAMwgELQRMMwQELQRQMwAELQRUMvwELQRYMvgELQRgMvQELQRkMvAELQRoMuwELQRsMugELQRwMuQELQR0MuAELQQgMtwELQR4MtgELQSAMtQELQR8MtAELQQcMswELQSEMsgELQSIMsQELQSMMsAELQSQMrwELQRIMrgELQREMrQELQSUMrAELQSYMqwELQScMqgELQSgMqQELQcMBDKgBC0EqDKcBC0ErDKYBC0EsDKUBC0EtDKQBC0EuDKMBC0EvDKIBC0HEAQyhAQtBMAygAQtBNAyfAQtBDAyeAQtBMQydAQtBMgycAQtBMwybAQtBOQyaAQtBNQyZAQtBxQEMmAELQQsMlwELQToMlgELQTYMlQELQQoMlAELQTcMkwELQTgMkgELQTwMkQELQTsMkAELQT0MjwELQQkMjgELQSkMjQELQT4MjAELQT8MiwELQcAADIoBC0HBAAyJAQtBwgAMiAELQcMADIcBC0HEAAyGAQtBxQAMhQELQcYADIQBC0EXDIMBC0HHAAyCAQtByAAMgQELQckADIABC0HKAAx/C0HLAAx+C0HNAAx9C0HMAAx8C0HOAAx7C0HPAAx6C0HQAAx5C0HRAAx4C0HSAAx3C0HTAAx2C0HUAAx1C0HWAAx0C0HVAAxzC0EGDHILQdcADHELQQUMcAtB2AAMbwtBBAxuC0HZAAxtC0HaAAxsC0HbAAxrC0HcAAxqC0EDDGkLQd0ADGgLQd4ADGcLQd8ADGYLQeEADGULQeAADGQLQeIADGMLQeMADGILQQIMYQtB5AAMYAtB5QAMXwtB5gAMXgtB5wAMXQtB6AAMXAtB6QAMWwtB6gAMWgtB6wAMWQtB7AAMWAtB7QAMVwtB7gAMVgtB7wAMVQtB8AAMVAtB8QAMUwtB8gAMUgtB8wAMUQtB9AAMUAtB9QAMTwtB9gAMTgtB9wAMTQtB+AAMTAtB+QAMSwtB+gAMSgtB+wAMSQtB/AAMSAtB/QAMRwtB/gAMRgtB/wAMRQtBgAEMRAtBgQEMQwtBggEMQgtBgwEMQQtBhAEMQAtBhQEMPwtBhgEMPgtBhwEMPQtBiAEMPAtBiQEMOwtBigEMOgtBiwEMOQtBjAEMOAtBjQEMNwtBjgEMNgtBjwEMNQtBkAEMNAtBkQEMMwtBkgEMMgtBkwEMMQtBlAEMMAtBlQEMLwtBlgEMLgtBlwEMLQtBmAEMLAtBmQEMKwtBmgEMKgtBmwEMKQtBnAEMKAtBnQEMJwtBngEMJgtBnwEMJQtBoAEMJAtBoQEMIwtBogEMIgtBowEMIQtBpAEMIAtBpQEMHwtBpgEMHgtBpwEMHQtBqAEMHAtBqQEMGwtBqgEMGgtBqwEMGQtBrAEMGAtBrQEMFwtBrgEMFgtBAQwVC0GvAQwUC0GwAQwTC0GxAQwSC0GzAQwRC0GyAQwQC0G0AQwPC0G1AQwOC0G2AQwNC0G3AQwMC0G4AQwLC0G5AQwKC0G6AQwJC0G7AQwIC0HGAQwHC0G8AQwGC0G9AQwFC0G+AQwEC0G/AQwDC0HAAQwCC0HCAQwBC0HBAQshAwNAAkACQAJAAkACQAJAAkACQAJAIAICfwJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJ/AkACQAJAAkACQAJAAkACQAJAAkACQAJAAkAgAgJ/AkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACfwJAAkACfwJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACfwJAAkACQAJAAn8CQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQCADDsYBAAECAwQFBgcICQoLDA0ODxAREhMUFRYXGBkaGxwdHyAhIyUmKCorLC8wMTIzNDU2Nzk6Ozw9lANAQkRFRklLTk9QUVJTVFVWWFpbXF1eX2BhYmNkZWZnaGpsb3Bxc3V2eHl6e3x/gAGBAYIBgwGEAYUBhgGHAYgBiQGKAYsBjAGNAY4BjwGQAZEBkgGTAZQBlQGWAZcBmAGZAZoBmwGcAZ0BngGfAaABoQGiAaMBpAGlAaYBpwGoAakBqgGrAawBrQGuAa8BsAGxAbIBswG0AbUBtgG3AbgBuQG6AbsBvAG9Ab4BvwHAAcEBwgHDAcQBxQHGAccByAHJAcsBzAHNAc4BzwGKA4kDiAOHA4QDgwOAA/sC+gL5AvgC9wL0AvMC8gLLAsECsALZAQsgASAERw3wAkHdASEDDLMDCyABIARHDcgBQcMBIQMMsgMLIAEgBEcNe0H3ACEDDLEDCyABIARHDXBB7wAhAwywAwsgASAERw1pQeoAIQMMrwMLIAEgBEcNZUHoACEDDK4DCyABIARHDWJB5gAhAwytAwsgASAERw0aQRghAwysAwsgASAERw0VQRIhAwyrAwsgASAERw1CQcUAIQMMqgMLIAEgBEcNNEE/IQMMqQMLIAEgBEcNMkE8IQMMqAMLIAEgBEcNK0ExIQMMpwMLIAItAC5BAUYNnwMMwQILQQAhAAJAAkACQCACLQAqRQ0AIAItACtFDQAgAi8BMCIDQQJxRQ0BDAILIAIvATAiA0EBcUUNAQtBASEAIAItAChBAUYNACACLwEyIgVB5ABrQeQASQ0AIAVBzAFGDQAgBUGwAkYNACADQcAAcQ0AQQAhACADQYgEcUGABEYNACADQShxQQBHIQALIAJBADsBMCACQQA6AC8gAEUN3wIgAkIANwMgDOACC0EAIQACQCACKAI4IgNFDQAgAygCLCIDRQ0AIAIgAxEAACEACyAARQ3MASAAQRVHDd0CIAJBBDYCHCACIAE2AhQgAkGwGDYCECACQRU2AgxBACEDDKQDCyABIARGBEBBBiEDDKQDCyABQQFqIQFBACEAAkAgAigCOCIDRQ0AIAMoAlQiA0UNACACIAMRAAAhAAsgAA3ZAgwcCyACQgA3AyBBEiEDDIkDCyABIARHDRZBHSEDDKEDCyABIARHBEAgAUEBaiEBQRAhAwyIAwtBByEDDKADCyACIAIpAyAiCiAEIAFrrSILfSIMQgAgCiAMWhs3AyAgCiALWA3UAkEIIQMMnwMLIAEgBEcEQCACQQk2AgggAiABNgIEQRQhAwyGAwtBCSEDDJ4DCyACKQMgQgBSDccBIAIgAi8BMEGAAXI7ATAMQgsgASAERw0/QdAAIQMMnAMLIAEgBEYEQEELIQMMnAMLIAFBAWohAUEAIQACQCACKAI4IgNFDQAgAygCUCIDRQ0AIAIgAxEAACEACyAADc8CDMYBC0EAIQACQCACKAI4IgNFDQAgAygCSCIDRQ0AIAIgAxEAACEACyAARQ3GASAAQRVHDc0CIAJBCzYCHCACIAE2AhQgAkGCGTYCECACQRU2AgxBACEDDJoDC0EAIQACQCACKAI4IgNFDQAgAygCSCIDRQ0AIAIgAxEAACEACyAARQ0MIABBFUcNygIgAkEaNgIcIAIgATYCFCACQYIZNgIQIAJBFTYCDEEAIQMMmQMLQQAhAAJAIAIoAjgiA0UNACADKAJMIgNFDQAgAiADEQAAIQALIABFDcQBIABBFUcNxwIgAkELNgIcIAIgATYCFCACQZEXNgIQIAJBFTYCDEEAIQMMmAMLIAEgBEYEQEEPIQMMmAMLIAEtAAAiAEE7Rg0HIABBDUcNxAIgAUEBaiEBDMMBC0EAIQACQCACKAI4IgNFDQAgAygCTCIDRQ0AIAIgAxEAACEACyAARQ3DASAAQRVHDcICIAJBDzYCHCACIAE2AhQgAkGRFzYCECACQRU2AgxBACEDDJYDCwNAIAEtAABB8DVqLQAAIgBBAUcEQCAAQQJHDcECIAIoAgQhAEEAIQMgAkEANgIEIAIgACABQQFqIgEQLSIADcICDMUBCyAEIAFBAWoiAUcNAAtBEiEDDJUDC0EAIQACQCACKAI4IgNFDQAgAygCTCIDRQ0AIAIgAxEAACEACyAARQ3FASAAQRVHDb0CIAJBGzYCHCACIAE2AhQgAkGRFzYCECACQRU2AgxBACEDDJQDCyABIARGBEBBFiEDDJQDCyACQQo2AgggAiABNgIEQQAhAAJAIAIoAjgiA0UNACADKAJIIgNFDQAgAiADEQAAIQALIABFDcIBIABBFUcNuQIgAkEVNgIcIAIgATYCFCACQYIZNgIQIAJBFTYCDEEAIQMMkwMLIAEgBEcEQANAIAEtAABB8DdqLQAAIgBBAkcEQAJAIABBAWsOBMQCvQIAvgK9AgsgAUEBaiEBQQghAwz8AgsgBCABQQFqIgFHDQALQRUhAwyTAwtBFSEDDJIDCwNAIAEtAABB8DlqLQAAIgBBAkcEQCAAQQFrDgTFArcCwwK4ArcCCyAEIAFBAWoiAUcNAAtBGCEDDJEDCyABIARHBEAgAkELNgIIIAIgATYCBEEHIQMM+AILQRkhAwyQAwsgAUEBaiEBDAILIAEgBEYEQEEaIQMMjwMLAkAgAS0AAEENaw4UtQG/Ab8BvwG/Ab8BvwG/Ab8BvwG/Ab8BvwG/Ab8BvwG/Ab8BvwEAvwELQQAhAyACQQA2AhwgAkGvCzYCECACQQI2AgwgAiABQQFqNgIUDI4DCyABIARGBEBBGyEDDI4DCyABLQAAIgBBO0cEQCAAQQ1HDbECIAFBAWohAQy6AQsgAUEBaiEBC0EiIQMM8wILIAEgBEYEQEEcIQMMjAMLQgAhCgJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkAgAS0AAEEwaw43wQLAAgABAgMEBQYH0AHQAdAB0AHQAdAB0AEICQoLDA3QAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdABDg8QERIT0AELQgIhCgzAAgtCAyEKDL8CC0IEIQoMvgILQgUhCgy9AgtCBiEKDLwCC0IHIQoMuwILQgghCgy6AgtCCSEKDLkCC0IKIQoMuAILQgshCgy3AgtCDCEKDLYCC0INIQoMtQILQg4hCgy0AgtCDyEKDLMCC0IKIQoMsgILQgshCgyxAgtCDCEKDLACC0INIQoMrwILQg4hCgyuAgtCDyEKDK0CC0IAIQoCQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAIAEtAABBMGsON8ACvwIAAQIDBAUGB74CvgK+Ar4CvgK+Ar4CCAkKCwwNvgK+Ar4CvgK+Ar4CvgK+Ar4CvgK+Ar4CvgK+Ar4CvgK+Ar4CvgK+Ar4CvgK+Ar4CvgK+Ag4PEBESE74CC0ICIQoMvwILQgMhCgy+AgtCBCEKDL0CC0IFIQoMvAILQgYhCgy7AgtCByEKDLoCC0IIIQoMuQILQgkhCgy4AgtCCiEKDLcCC0ILIQoMtgILQgwhCgy1AgtCDSEKDLQCC0IOIQoMswILQg8hCgyyAgtCCiEKDLECC0ILIQoMsAILQgwhCgyvAgtCDSEKDK4CC0IOIQoMrQILQg8hCgysAgsgAiACKQMgIgogBCABa60iC30iDEIAIAogDFobNwMgIAogC1gNpwJBHyEDDIkDCyABIARHBEAgAkEJNgIIIAIgATYCBEElIQMM8AILQSAhAwyIAwtBASEFIAIvATAiA0EIcUUEQCACKQMgQgBSIQULAkAgAi0ALgRAQQEhACACLQApQQVGDQEgA0HAAHFFIAVxRQ0BC0EAIQAgA0HAAHENAEECIQAgA0EIcQ0AIANBgARxBEACQCACLQAoQQFHDQAgAi0ALUEKcQ0AQQUhAAwCC0EEIQAMAQsgA0EgcUUEQAJAIAItAChBAUYNACACLwEyIgBB5ABrQeQASQ0AIABBzAFGDQAgAEGwAkYNAEEEIQAgA0EocUUNAiADQYgEcUGABEYNAgtBACEADAELQQBBAyACKQMgUBshAAsgAEEBaw4FvgIAsAEBpAKhAgtBESEDDO0CCyACQQE6AC8MhAMLIAEgBEcNnQJBJCEDDIQDCyABIARHDRxBxgAhAwyDAwtBACEAAkAgAigCOCIDRQ0AIAMoAkQiA0UNACACIAMRAAAhAAsgAEUNJyAAQRVHDZgCIAJB0AA2AhwgAiABNgIUIAJBkRg2AhAgAkEVNgIMQQAhAwyCAwsgASAERgRAQSghAwyCAwtBACEDIAJBADYCBCACQQw2AgggAiABIAEQKiIARQ2UAiACQSc2AhwgAiABNgIUIAIgADYCDAyBAwsgASAERgRAQSkhAwyBAwsgAS0AACIAQSBGDRMgAEEJRw2VAiABQQFqIQEMFAsgASAERwRAIAFBAWohAQwWC0EqIQMM/wILIAEgBEYEQEErIQMM/wILIAEtAAAiAEEJRyAAQSBHcQ2QAiACLQAsQQhHDd0CIAJBADoALAzdAgsgASAERgRAQSwhAwz+AgsgAS0AAEEKRw2OAiABQQFqIQEMsAELIAEgBEcNigJBLyEDDPwCCwNAIAEtAAAiAEEgRwRAIABBCmsOBIQCiAKIAoQChgILIAQgAUEBaiIBRw0AC0ExIQMM+wILQTIhAyABIARGDfoCIAIoAgAiACAEIAFraiEHIAEgAGtBA2ohBgJAA0AgAEHwO2otAAAgAS0AACIFQSByIAUgBUHBAGtB/wFxQRpJG0H/AXFHDQEgAEEDRgRAQQYhAQziAgsgAEEBaiEAIAQgAUEBaiIBRw0ACyACIAc2AgAM+wILIAJBADYCAAyGAgtBMyEDIAQgASIARg35AiAEIAFrIAIoAgAiAWohByAAIAFrQQhqIQYCQANAIAFB9DtqLQAAIAAtAAAiBUEgciAFIAVBwQBrQf8BcUEaSRtB/wFxRw0BIAFBCEYEQEEFIQEM4QILIAFBAWohASAEIABBAWoiAEcNAAsgAiAHNgIADPoCCyACQQA2AgAgACEBDIUCC0E0IQMgBCABIgBGDfgCIAQgAWsgAigCACIBaiEHIAAgAWtBBWohBgJAA0AgAUHQwgBqLQAAIAAtAAAiBUEgciAFIAVBwQBrQf8BcUEaSRtB/wFxRw0BIAFBBUYEQEEHIQEM4AILIAFBAWohASAEIABBAWoiAEcNAAsgAiAHNgIADPkCCyACQQA2AgAgACEBDIQCCyABIARHBEADQCABLQAAQYA+ai0AACIAQQFHBEAgAEECRg0JDIECCyAEIAFBAWoiAUcNAAtBMCEDDPgCC0EwIQMM9wILIAEgBEcEQANAIAEtAAAiAEEgRwRAIABBCmsOBP8B/gH+Af8B/gELIAQgAUEBaiIBRw0AC0E4IQMM9wILQTghAwz2AgsDQCABLQAAIgBBIEcgAEEJR3EN9gEgBCABQQFqIgFHDQALQTwhAwz1AgsDQCABLQAAIgBBIEcEQAJAIABBCmsOBPkBBAT5AQALIABBLEYN9QEMAwsgBCABQQFqIgFHDQALQT8hAwz0AgtBwAAhAyABIARGDfMCIAIoAgAiACAEIAFraiEFIAEgAGtBBmohBgJAA0AgAEGAQGstAAAgAS0AAEEgckcNASAAQQZGDdsCIABBAWohACAEIAFBAWoiAUcNAAsgAiAFNgIADPQCCyACQQA2AgALQTYhAwzZAgsgASAERgRAQcEAIQMM8gILIAJBDDYCCCACIAE2AgQgAi0ALEEBaw4E+wHuAewB6wHUAgsgAUEBaiEBDPoBCyABIARHBEADQAJAIAEtAAAiAEEgciAAIABBwQBrQf8BcUEaSRtB/wFxIgBBCUYNACAAQSBGDQACQAJAAkACQCAAQeMAaw4TAAMDAwMDAwMBAwMDAwMDAwMDAgMLIAFBAWohAUExIQMM3AILIAFBAWohAUEyIQMM2wILIAFBAWohAUEzIQMM2gILDP4BCyAEIAFBAWoiAUcNAAtBNSEDDPACC0E1IQMM7wILIAEgBEcEQANAIAEtAABBgDxqLQAAQQFHDfcBIAQgAUEBaiIBRw0AC0E9IQMM7wILQT0hAwzuAgtBACEAAkAgAigCOCIDRQ0AIAMoAkAiA0UNACACIAMRAAAhAAsgAEUNASAAQRVHDeYBIAJBwgA2AhwgAiABNgIUIAJB4xg2AhAgAkEVNgIMQQAhAwztAgsgAUEBaiEBC0E8IQMM0gILIAEgBEYEQEHCACEDDOsCCwJAA0ACQCABLQAAQQlrDhgAAswCzALRAswCzALMAswCzALMAswCzALMAswCzALMAswCzALMAswCzALMAgDMAgsgBCABQQFqIgFHDQALQcIAIQMM6wILIAFBAWohASACLQAtQQFxRQ3+AQtBLCEDDNACCyABIARHDd4BQcQAIQMM6AILA0AgAS0AAEGQwABqLQAAQQFHDZwBIAQgAUEBaiIBRw0AC0HFACEDDOcCCyABLQAAIgBBIEYN/gEgAEE6Rw3AAiACKAIEIQBBACEDIAJBADYCBCACIAAgARApIgAN3gEM3QELQccAIQMgBCABIgBGDeUCIAQgAWsgAigCACIBaiEHIAAgAWtBBWohBgNAIAFBkMIAai0AACAALQAAIgVBIHIgBSAFQcEAa0H/AXFBGkkbQf8BcUcNvwIgAUEFRg3CAiABQQFqIQEgBCAAQQFqIgBHDQALIAIgBzYCAAzlAgtByAAhAyAEIAEiAEYN5AIgBCABayACKAIAIgFqIQcgACABa0EJaiEGA0AgAUGWwgBqLQAAIAAtAAAiBUEgciAFIAVBwQBrQf8BcUEaSRtB/wFxRw2+AkECIAFBCUYNwgIaIAFBAWohASAEIABBAWoiAEcNAAsgAiAHNgIADOQCCyABIARGBEBByQAhAwzkAgsCQAJAIAEtAAAiAEEgciAAIABBwQBrQf8BcUEaSRtB/wFxQe4Aaw4HAL8CvwK/Ar8CvwIBvwILIAFBAWohAUE+IQMMywILIAFBAWohAUE/IQMMygILQcoAIQMgBCABIgBGDeICIAQgAWsgAigCACIBaiEGIAAgAWtBAWohBwNAIAFBoMIAai0AACAALQAAIgVBIHIgBSAFQcEAa0H/AXFBGkkbQf8BcUcNvAIgAUEBRg2+AiABQQFqIQEgBCAAQQFqIgBHDQALIAIgBjYCAAziAgtBywAhAyAEIAEiAEYN4QIgBCABayACKAIAIgFqIQcgACABa0EOaiEGA0AgAUGiwgBqLQAAIAAtAAAiBUEgciAFIAVBwQBrQf8BcUEaSRtB/wFxRw27AiABQQ5GDb4CIAFBAWohASAEIABBAWoiAEcNAAsgAiAHNgIADOECC0HMACEDIAQgASIARg3gAiAEIAFrIAIoAgAiAWohByAAIAFrQQ9qIQYDQCABQcDCAGotAAAgAC0AACIFQSByIAUgBUHBAGtB/wFxQRpJG0H/AXFHDboCQQMgAUEPRg2+AhogAUEBaiEBIAQgAEEBaiIARw0ACyACIAc2AgAM4AILQc0AIQMgBCABIgBGDd8CIAQgAWsgAigCACIBaiEHIAAgAWtBBWohBgNAIAFB0MIAai0AACAALQAAIgVBIHIgBSAFQcEAa0H/AXFBGkkbQf8BcUcNuQJBBCABQQVGDb0CGiABQQFqIQEgBCAAQQFqIgBHDQALIAIgBzYCAAzfAgsgASAERgRAQc4AIQMM3wILAkACQAJAAkAgAS0AACIAQSByIAAgAEHBAGtB/wFxQRpJG0H/AXFB4wBrDhMAvAK8ArwCvAK8ArwCvAK8ArwCvAK8ArwCAbwCvAK8AgIDvAILIAFBAWohAUHBACEDDMgCCyABQQFqIQFBwgAhAwzHAgsgAUEBaiEBQcMAIQMMxgILIAFBAWohAUHEACEDDMUCCyABIARHBEAgAkENNgIIIAIgATYCBEHFACEDDMUCC0HPACEDDN0CCwJAAkAgAS0AAEEKaw4EAZABkAEAkAELIAFBAWohAQtBKCEDDMMCCyABIARGBEBB0QAhAwzcAgsgAS0AAEEgRw0AIAFBAWohASACLQAtQQFxRQ3QAQtBFyEDDMECCyABIARHDcsBQdIAIQMM2QILQdMAIQMgASAERg3YAiACKAIAIgAgBCABa2ohBiABIABrQQFqIQUDQCABLQAAIABB1sIAai0AAEcNxwEgAEEBRg3KASAAQQFqIQAgBCABQQFqIgFHDQALIAIgBjYCAAzYAgsgASAERgRAQdUAIQMM2AILIAEtAABBCkcNwgEgAUEBaiEBDMoBCyABIARGBEBB1gAhAwzXAgsCQAJAIAEtAABBCmsOBADDAcMBAcMBCyABQQFqIQEMygELIAFBAWohAUHKACEDDL0CC0EAIQACQCACKAI4IgNFDQAgAygCPCIDRQ0AIAIgAxEAACEACyAADb8BQc0AIQMMvAILIAItAClBIkYNzwIMiQELIAQgASIFRgRAQdsAIQMM1AILQQAhAEEBIQFBASEGQQAhAwJAAn8CQAJAAkACQAJAAkACQCAFLQAAQTBrDgrFAcQBAAECAwQFBgjDAQtBAgwGC0EDDAULQQQMBAtBBQwDC0EGDAILQQcMAQtBCAshA0EAIQFBACEGDL0BC0EJIQNBASEAQQAhAUEAIQYMvAELIAEgBEYEQEHdACEDDNMCCyABLQAAQS5HDbgBIAFBAWohAQyIAQsgASAERw22AUHfACEDDNECCyABIARHBEAgAkEONgIIIAIgATYCBEHQACEDDLgCC0HgACEDDNACC0HhACEDIAEgBEYNzwIgAigCACIAIAQgAWtqIQUgASAAa0EDaiEGA0AgAS0AACAAQeLCAGotAABHDbEBIABBA0YNswEgAEEBaiEAIAQgAUEBaiIBRw0ACyACIAU2AgAMzwILQeIAIQMgASAERg3OAiACKAIAIgAgBCABa2ohBSABIABrQQJqIQYDQCABLQAAIABB5sIAai0AAEcNsAEgAEECRg2vASAAQQFqIQAgBCABQQFqIgFHDQALIAIgBTYCAAzOAgtB4wAhAyABIARGDc0CIAIoAgAiACAEIAFraiEFIAEgAGtBA2ohBgNAIAEtAAAgAEHpwgBqLQAARw2vASAAQQNGDa0BIABBAWohACAEIAFBAWoiAUcNAAsgAiAFNgIADM0CCyABIARGBEBB5QAhAwzNAgsgAUEBaiEBQQAhAAJAIAIoAjgiA0UNACADKAIwIgNFDQAgAiADEQAAIQALIAANqgFB1gAhAwyzAgsgASAERwRAA0AgAS0AACIAQSBHBEACQAJAAkAgAEHIAGsOCwABswGzAbMBswGzAbMBswGzAQKzAQsgAUEBaiEBQdIAIQMMtwILIAFBAWohAUHTACEDDLYCCyABQQFqIQFB1AAhAwy1AgsgBCABQQFqIgFHDQALQeQAIQMMzAILQeQAIQMMywILA0AgAS0AAEHwwgBqLQAAIgBBAUcEQCAAQQJrDgOnAaYBpQGkAQsgBCABQQFqIgFHDQALQeYAIQMMygILIAFBAWogASAERw0CGkHnACEDDMkCCwNAIAEtAABB8MQAai0AACIAQQFHBEACQCAAQQJrDgSiAaEBoAEAnwELQdcAIQMMsQILIAQgAUEBaiIBRw0AC0HoACEDDMgCCyABIARGBEBB6QAhAwzIAgsCQCABLQAAIgBBCmsOGrcBmwGbAbQBmwGbAZsBmwGbAZsBmwGbAZsBmwGbAZsBmwGbAZsBmwGbAZsBpAGbAZsBAJkBCyABQQFqCyEBQQYhAwytAgsDQCABLQAAQfDGAGotAABBAUcNfSAEIAFBAWoiAUcNAAtB6gAhAwzFAgsgAUEBaiABIARHDQIaQesAIQMMxAILIAEgBEYEQEHsACEDDMQCCyABQQFqDAELIAEgBEYEQEHtACEDDMMCCyABQQFqCyEBQQQhAwyoAgsgASAERgRAQe4AIQMMwQILAkACQAJAIAEtAABB8MgAai0AAEEBaw4HkAGPAY4BAHwBAo0BCyABQQFqIQEMCwsgAUEBagyTAQtBACEDIAJBADYCHCACQZsSNgIQIAJBBzYCDCACIAFBAWo2AhQMwAILAkADQCABLQAAQfDIAGotAAAiAEEERwRAAkACQCAAQQFrDgeUAZMBkgGNAQAEAY0BC0HaACEDDKoCCyABQQFqIQFB3AAhAwypAgsgBCABQQFqIgFHDQALQe8AIQMMwAILIAFBAWoMkQELIAQgASIARgRAQfAAIQMMvwILIAAtAABBL0cNASAAQQFqIQEMBwsgBCABIgBGBEBB8QAhAwy+AgsgAC0AACIBQS9GBEAgAEEBaiEBQd0AIQMMpQILIAFBCmsiA0EWSw0AIAAhAUEBIAN0QYmAgAJxDfkBC0EAIQMgAkEANgIcIAIgADYCFCACQYwcNgIQIAJBBzYCDAy8AgsgASAERwRAIAFBAWohAUHeACEDDKMCC0HyACEDDLsCCyABIARGBEBB9AAhAwy7AgsCQCABLQAAQfDMAGotAABBAWsOA/cBcwCCAQtB4QAhAwyhAgsgASAERwRAA0AgAS0AAEHwygBqLQAAIgBBA0cEQAJAIABBAWsOAvkBAIUBC0HfACEDDKMCCyAEIAFBAWoiAUcNAAtB8wAhAwy6AgtB8wAhAwy5AgsgASAERwRAIAJBDzYCCCACIAE2AgRB4AAhAwygAgtB9QAhAwy4AgsgASAERgRAQfYAIQMMuAILIAJBDzYCCCACIAE2AgQLQQMhAwydAgsDQCABLQAAQSBHDY4CIAQgAUEBaiIBRw0AC0H3ACEDDLUCCyABIARGBEBB+AAhAwy1AgsgAS0AAEEgRw16IAFBAWohAQxbC0EAIQACQCACKAI4IgNFDQAgAygCOCIDRQ0AIAIgAxEAACEACyAADXgMgAILIAEgBEYEQEH6ACEDDLMCCyABLQAAQcwARw10IAFBAWohAUETDHYLQfsAIQMgASAERg2xAiACKAIAIgAgBCABa2ohBSABIABrQQVqIQYDQCABLQAAIABB8M4Aai0AAEcNcyAAQQVGDXUgAEEBaiEAIAQgAUEBaiIBRw0ACyACIAU2AgAMsQILIAEgBEYEQEH8ACEDDLECCwJAAkAgAS0AAEHDAGsODAB0dHR0dHR0dHR0AXQLIAFBAWohAUHmACEDDJgCCyABQQFqIQFB5wAhAwyXAgtB/QAhAyABIARGDa8CIAIoAgAiACAEIAFraiEFIAEgAGtBAmohBgJAA0AgAS0AACAAQe3PAGotAABHDXIgAEECRg0BIABBAWohACAEIAFBAWoiAUcNAAsgAiAFNgIADLACCyACQQA2AgAgBkEBaiEBQRAMcwtB/gAhAyABIARGDa4CIAIoAgAiACAEIAFraiEFIAEgAGtBBWohBgJAA0AgAS0AACAAQfbOAGotAABHDXEgAEEFRg0BIABBAWohACAEIAFBAWoiAUcNAAsgAiAFNgIADK8CCyACQQA2AgAgBkEBaiEBQRYMcgtB/wAhAyABIARGDa0CIAIoAgAiACAEIAFraiEFIAEgAGtBA2ohBgJAA0AgAS0AACAAQfzOAGotAABHDXAgAEEDRg0BIABBAWohACAEIAFBAWoiAUcNAAsgAiAFNgIADK4CCyACQQA2AgAgBkEBaiEBQQUMcQsgASAERgRAQYABIQMMrQILIAEtAABB2QBHDW4gAUEBaiEBQQgMcAsgASAERgRAQYEBIQMMrAILAkACQCABLQAAQc4Aaw4DAG8BbwsgAUEBaiEBQesAIQMMkwILIAFBAWohAUHsACEDDJICCyABIARGBEBBggEhAwyrAgsCQAJAIAEtAABByABrDggAbm5ubm5uAW4LIAFBAWohAUHqACEDDJICCyABQQFqIQFB7QAhAwyRAgtBgwEhAyABIARGDakCIAIoAgAiACAEIAFraiEFIAEgAGtBAmohBgJAA0AgAS0AACAAQYDPAGotAABHDWwgAEECRg0BIABBAWohACAEIAFBAWoiAUcNAAsgAiAFNgIADKoCCyACQQA2AgAgBkEBaiEBQQAMbQtBhAEhAyABIARGDagCIAIoAgAiACAEIAFraiEFIAEgAGtBBGohBgJAA0AgAS0AACAAQYPPAGotAABHDWsgAEEERg0BIABBAWohACAEIAFBAWoiAUcNAAsgAiAFNgIADKkCCyACQQA2AgAgBkEBaiEBQSMMbAsgASAERgRAQYUBIQMMqAILAkACQCABLQAAQcwAaw4IAGtra2trawFrCyABQQFqIQFB7wAhAwyPAgsgAUEBaiEBQfAAIQMMjgILIAEgBEYEQEGGASEDDKcCCyABLQAAQcUARw1oIAFBAWohAQxgC0GHASEDIAEgBEYNpQIgAigCACIAIAQgAWtqIQUgASAAa0EDaiEGAkADQCABLQAAIABBiM8Aai0AAEcNaCAAQQNGDQEgAEEBaiEAIAQgAUEBaiIBRw0ACyACIAU2AgAMpgILIAJBADYCACAGQQFqIQFBLQxpC0GIASEDIAEgBEYNpAIgAigCACIAIAQgAWtqIQUgASAAa0EIaiEGAkADQCABLQAAIABB0M8Aai0AAEcNZyAAQQhGDQEgAEEBaiEAIAQgAUEBaiIBRw0ACyACIAU2AgAMpQILIAJBADYCACAGQQFqIQFBKQxoCyABIARGBEBBiQEhAwykAgtBASABLQAAQd8ARw1nGiABQQFqIQEMXgtBigEhAyABIARGDaICIAIoAgAiACAEIAFraiEFIAEgAGtBAWohBgNAIAEtAAAgAEGMzwBqLQAARw1kIABBAUYN+gEgAEEBaiEAIAQgAUEBaiIBRw0ACyACIAU2AgAMogILQYsBIQMgASAERg2hAiACKAIAIgAgBCABa2ohBSABIABrQQJqIQYCQANAIAEtAAAgAEGOzwBqLQAARw1kIABBAkYNASAAQQFqIQAgBCABQQFqIgFHDQALIAIgBTYCAAyiAgsgAkEANgIAIAZBAWohAUECDGULQYwBIQMgASAERg2gAiACKAIAIgAgBCABa2ohBSABIABrQQFqIQYCQANAIAEtAAAgAEHwzwBqLQAARw1jIABBAUYNASAAQQFqIQAgBCABQQFqIgFHDQALIAIgBTYCAAyhAgsgAkEANgIAIAZBAWohAUEfDGQLQY0BIQMgASAERg2fAiACKAIAIgAgBCABa2ohBSABIABrQQFqIQYCQANAIAEtAAAgAEHyzwBqLQAARw1iIABBAUYNASAAQQFqIQAgBCABQQFqIgFHDQALIAIgBTYCAAygAgsgAkEANgIAIAZBAWohAUEJDGMLIAEgBEYEQEGOASEDDJ8CCwJAAkAgAS0AAEHJAGsOBwBiYmJiYgFiCyABQQFqIQFB+AAhAwyGAgsgAUEBaiEBQfkAIQMMhQILQY8BIQMgASAERg2dAiACKAIAIgAgBCABa2ohBSABIABrQQVqIQYCQANAIAEtAAAgAEGRzwBqLQAARw1gIABBBUYNASAAQQFqIQAgBCABQQFqIgFHDQALIAIgBTYCAAyeAgsgAkEANgIAIAZBAWohAUEYDGELQZABIQMgASAERg2cAiACKAIAIgAgBCABa2ohBSABIABrQQJqIQYCQANAIAEtAAAgAEGXzwBqLQAARw1fIABBAkYNASAAQQFqIQAgBCABQQFqIgFHDQALIAIgBTYCAAydAgsgAkEANgIAIAZBAWohAUEXDGALQZEBIQMgASAERg2bAiACKAIAIgAgBCABa2ohBSABIABrQQZqIQYCQANAIAEtAAAgAEGazwBqLQAARw1eIABBBkYNASAAQQFqIQAgBCABQQFqIgFHDQALIAIgBTYCAAycAgsgAkEANgIAIAZBAWohAUEVDF8LQZIBIQMgASAERg2aAiACKAIAIgAgBCABa2ohBSABIABrQQVqIQYCQANAIAEtAAAgAEGhzwBqLQAARw1dIABBBUYNASAAQQFqIQAgBCABQQFqIgFHDQALIAIgBTYCAAybAgsgAkEANgIAIAZBAWohAUEeDF4LIAEgBEYEQEGTASEDDJoCCyABLQAAQcwARw1bIAFBAWohAUEKDF0LIAEgBEYEQEGUASEDDJkCCwJAAkAgAS0AAEHBAGsODwBcXFxcXFxcXFxcXFxcAVwLIAFBAWohAUH+ACEDDIACCyABQQFqIQFB/wAhAwz/AQsgASAERgRAQZUBIQMMmAILAkACQCABLQAAQcEAaw4DAFsBWwsgAUEBaiEBQf0AIQMM/wELIAFBAWohAUGAASEDDP4BC0GWASEDIAEgBEYNlgIgAigCACIAIAQgAWtqIQUgASAAa0EBaiEGAkADQCABLQAAIABBp88Aai0AAEcNWSAAQQFGDQEgAEEBaiEAIAQgAUEBaiIBRw0ACyACIAU2AgAMlwILIAJBADYCACAGQQFqIQFBCwxaCyABIARGBEBBlwEhAwyWAgsCQAJAAkACQCABLQAAQS1rDiMAW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1sBW1tbW1sCW1tbA1sLIAFBAWohAUH7ACEDDP8BCyABQQFqIQFB/AAhAwz+AQsgAUEBaiEBQYEBIQMM/QELIAFBAWohAUGCASEDDPwBC0GYASEDIAEgBEYNlAIgAigCACIAIAQgAWtqIQUgASAAa0EEaiEGAkADQCABLQAAIABBqc8Aai0AAEcNVyAAQQRGDQEgAEEBaiEAIAQgAUEBaiIBRw0ACyACIAU2AgAMlQILIAJBADYCACAGQQFqIQFBGQxYC0GZASEDIAEgBEYNkwIgAigCACIAIAQgAWtqIQUgASAAa0EFaiEGAkADQCABLQAAIABBrs8Aai0AAEcNViAAQQVGDQEgAEEBaiEAIAQgAUEBaiIBRw0ACyACIAU2AgAMlAILIAJBADYCACAGQQFqIQFBBgxXC0GaASEDIAEgBEYNkgIgAigCACIAIAQgAWtqIQUgASAAa0EBaiEGAkADQCABLQAAIABBtM8Aai0AAEcNVSAAQQFGDQEgAEEBaiEAIAQgAUEBaiIBRw0ACyACIAU2AgAMkwILIAJBADYCACAGQQFqIQFBHAxWC0GbASEDIAEgBEYNkQIgAigCACIAIAQgAWtqIQUgASAAa0EBaiEGAkADQCABLQAAIABBts8Aai0AAEcNVCAAQQFGDQEgAEEBaiEAIAQgAUEBaiIBRw0ACyACIAU2AgAMkgILIAJBADYCACAGQQFqIQFBJwxVCyABIARGBEBBnAEhAwyRAgsCQAJAIAEtAABB1ABrDgIAAVQLIAFBAWohAUGGASEDDPgBCyABQQFqIQFBhwEhAwz3AQtBnQEhAyABIARGDY8CIAIoAgAiACAEIAFraiEFIAEgAGtBAWohBgJAA0AgAS0AACAAQbjPAGotAABHDVIgAEEBRg0BIABBAWohACAEIAFBAWoiAUcNAAsgAiAFNgIADJACCyACQQA2AgAgBkEBaiEBQSYMUwtBngEhAyABIARGDY4CIAIoAgAiACAEIAFraiEFIAEgAGtBAWohBgJAA0AgAS0AACAAQbrPAGotAABHDVEgAEEBRg0BIABBAWohACAEIAFBAWoiAUcNAAsgAiAFNgIADI8CCyACQQA2AgAgBkEBaiEBQQMMUgtBnwEhAyABIARGDY0CIAIoAgAiACAEIAFraiEFIAEgAGtBAmohBgJAA0AgAS0AACAAQe3PAGotAABHDVAgAEECRg0BIABBAWohACAEIAFBAWoiAUcNAAsgAiAFNgIADI4CCyACQQA2AgAgBkEBaiEBQQwMUQtBoAEhAyABIARGDYwCIAIoAgAiACAEIAFraiEFIAEgAGtBA2ohBgJAA0AgAS0AACAAQbzPAGotAABHDU8gAEEDRg0BIABBAWohACAEIAFBAWoiAUcNAAsgAiAFNgIADI0CCyACQQA2AgAgBkEBaiEBQQ0MUAsgASAERgRAQaEBIQMMjAILAkACQCABLQAAQcYAaw4LAE9PT09PT09PTwFPCyABQQFqIQFBiwEhAwzzAQsgAUEBaiEBQYwBIQMM8gELIAEgBEYEQEGiASEDDIsCCyABLQAAQdAARw1MIAFBAWohAQxGCyABIARGBEBBowEhAwyKAgsCQAJAIAEtAABByQBrDgcBTU1NTU0ATQsgAUEBaiEBQY4BIQMM8QELIAFBAWohAUEiDE0LQaQBIQMgASAERg2IAiACKAIAIgAgBCABa2ohBSABIABrQQFqIQYCQANAIAEtAAAgAEHAzwBqLQAARw1LIABBAUYNASAAQQFqIQAgBCABQQFqIgFHDQALIAIgBTYCAAyJAgsgAkEANgIAIAZBAWohAUEdDEwLIAEgBEYEQEGlASEDDIgCCwJAAkAgAS0AAEHSAGsOAwBLAUsLIAFBAWohAUGQASEDDO8BCyABQQFqIQFBBAxLCyABIARGBEBBpgEhAwyHAgsCQAJAAkACQAJAIAEtAABBwQBrDhUATU1NTU1NTU1NTQFNTQJNTQNNTQRNCyABQQFqIQFBiAEhAwzxAQsgAUEBaiEBQYkBIQMM8AELIAFBAWohAUGKASEDDO8BCyABQQFqIQFBjwEhAwzuAQsgAUEBaiEBQZEBIQMM7QELQacBIQMgASAERg2FAiACKAIAIgAgBCABa2ohBSABIABrQQJqIQYCQANAIAEtAAAgAEHtzwBqLQAARw1IIABBAkYNASAAQQFqIQAgBCABQQFqIgFHDQALIAIgBTYCAAyGAgsgAkEANgIAIAZBAWohAUERDEkLQagBIQMgASAERg2EAiACKAIAIgAgBCABa2ohBSABIABrQQJqIQYCQANAIAEtAAAgAEHCzwBqLQAARw1HIABBAkYNASAAQQFqIQAgBCABQQFqIgFHDQALIAIgBTYCAAyFAgsgAkEANgIAIAZBAWohAUEsDEgLQakBIQMgASAERg2DAiACKAIAIgAgBCABa2ohBSABIABrQQRqIQYCQANAIAEtAAAgAEHFzwBqLQAARw1GIABBBEYNASAAQQFqIQAgBCABQQFqIgFHDQALIAIgBTYCAAyEAgsgAkEANgIAIAZBAWohAUErDEcLQaoBIQMgASAERg2CAiACKAIAIgAgBCABa2ohBSABIABrQQJqIQYCQANAIAEtAAAgAEHKzwBqLQAARw1FIABBAkYNASAAQQFqIQAgBCABQQFqIgFHDQALIAIgBTYCAAyDAgsgAkEANgIAIAZBAWohAUEUDEYLIAEgBEYEQEGrASEDDIICCwJAAkACQAJAIAEtAABBwgBrDg8AAQJHR0dHR0dHR0dHRwNHCyABQQFqIQFBkwEhAwzrAQsgAUEBaiEBQZQBIQMM6gELIAFBAWohAUGVASEDDOkBCyABQQFqIQFBlgEhAwzoAQsgASAERgRAQawBIQMMgQILIAEtAABBxQBHDUIgAUEBaiEBDD0LQa0BIQMgASAERg3/ASACKAIAIgAgBCABa2ohBSABIABrQQJqIQYCQANAIAEtAAAgAEHNzwBqLQAARw1CIABBAkYNASAAQQFqIQAgBCABQQFqIgFHDQALIAIgBTYCAAyAAgsgAkEANgIAIAZBAWohAUEODEMLIAEgBEYEQEGuASEDDP8BCyABLQAAQdAARw1AIAFBAWohAUElDEILQa8BIQMgASAERg39ASACKAIAIgAgBCABa2ohBSABIABrQQhqIQYCQANAIAEtAAAgAEHQzwBqLQAARw1AIABBCEYNASAAQQFqIQAgBCABQQFqIgFHDQALIAIgBTYCAAz+AQsgAkEANgIAIAZBAWohAUEqDEELIAEgBEYEQEGwASEDDP0BCwJAAkAgAS0AAEHVAGsOCwBAQEBAQEBAQEABQAsgAUEBaiEBQZoBIQMM5AELIAFBAWohAUGbASEDDOMBCyABIARGBEBBsQEhAwz8AQsCQAJAIAEtAABBwQBrDhQAPz8/Pz8/Pz8/Pz8/Pz8/Pz8/AT8LIAFBAWohAUGZASEDDOMBCyABQQFqIQFBnAEhAwziAQtBsgEhAyABIARGDfoBIAIoAgAiACAEIAFraiEFIAEgAGtBA2ohBgJAA0AgAS0AACAAQdnPAGotAABHDT0gAEEDRg0BIABBAWohACAEIAFBAWoiAUcNAAsgAiAFNgIADPsBCyACQQA2AgAgBkEBaiEBQSEMPgtBswEhAyABIARGDfkBIAIoAgAiACAEIAFraiEFIAEgAGtBBmohBgJAA0AgAS0AACAAQd3PAGotAABHDTwgAEEGRg0BIABBAWohACAEIAFBAWoiAUcNAAsgAiAFNgIADPoBCyACQQA2AgAgBkEBaiEBQRoMPQsgASAERgRAQbQBIQMM+QELAkACQAJAIAEtAABBxQBrDhEAPT09PT09PT09AT09PT09Aj0LIAFBAWohAUGdASEDDOEBCyABQQFqIQFBngEhAwzgAQsgAUEBaiEBQZ8BIQMM3wELQbUBIQMgASAERg33ASACKAIAIgAgBCABa2ohBSABIABrQQVqIQYCQANAIAEtAAAgAEHkzwBqLQAARw06IABBBUYNASAAQQFqIQAgBCABQQFqIgFHDQALIAIgBTYCAAz4AQsgAkEANgIAIAZBAWohAUEoDDsLQbYBIQMgASAERg32ASACKAIAIgAgBCABa2ohBSABIABrQQJqIQYCQANAIAEtAAAgAEHqzwBqLQAARw05IABBAkYNASAAQQFqIQAgBCABQQFqIgFHDQALIAIgBTYCAAz3AQsgAkEANgIAIAZBAWohAUEHDDoLIAEgBEYEQEG3ASEDDPYBCwJAAkAgAS0AAEHFAGsODgA5OTk5OTk5OTk5OTkBOQsgAUEBaiEBQaEBIQMM3QELIAFBAWohAUGiASEDDNwBC0G4ASEDIAEgBEYN9AEgAigCACIAIAQgAWtqIQUgASAAa0ECaiEGAkADQCABLQAAIABB7c8Aai0AAEcNNyAAQQJGDQEgAEEBaiEAIAQgAUEBaiIBRw0ACyACIAU2AgAM9QELIAJBADYCACAGQQFqIQFBEgw4C0G5ASEDIAEgBEYN8wEgAigCACIAIAQgAWtqIQUgASAAa0EBaiEGAkADQCABLQAAIABB8M8Aai0AAEcNNiAAQQFGDQEgAEEBaiEAIAQgAUEBaiIBRw0ACyACIAU2AgAM9AELIAJBADYCACAGQQFqIQFBIAw3C0G6ASEDIAEgBEYN8gEgAigCACIAIAQgAWtqIQUgASAAa0EBaiEGAkADQCABLQAAIABB8s8Aai0AAEcNNSAAQQFGDQEgAEEBaiEAIAQgAUEBaiIBRw0ACyACIAU2AgAM8wELIAJBADYCACAGQQFqIQFBDww2CyABIARGBEBBuwEhAwzyAQsCQAJAIAEtAABByQBrDgcANTU1NTUBNQsgAUEBaiEBQaUBIQMM2QELIAFBAWohAUGmASEDDNgBC0G8ASEDIAEgBEYN8AEgAigCACIAIAQgAWtqIQUgASAAa0EHaiEGAkADQCABLQAAIABB9M8Aai0AAEcNMyAAQQdGDQEgAEEBaiEAIAQgAUEBaiIBRw0ACyACIAU2AgAM8QELIAJBADYCACAGQQFqIQFBGww0CyABIARGBEBBvQEhAwzwAQsCQAJAAkAgAS0AAEHCAGsOEgA0NDQ0NDQ0NDQBNDQ0NDQ0AjQLIAFBAWohAUGkASEDDNgBCyABQQFqIQFBpwEhAwzXAQsgAUEBaiEBQagBIQMM1gELIAEgBEYEQEG+ASEDDO8BCyABLQAAQc4ARw0wIAFBAWohAQwsCyABIARGBEBBvwEhAwzuAQsCQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQCABLQAAQcEAaw4VAAECAz8EBQY/Pz8HCAkKCz8MDQ4PPwsgAUEBaiEBQegAIQMM4wELIAFBAWohAUHpACEDDOIBCyABQQFqIQFB7gAhAwzhAQsgAUEBaiEBQfIAIQMM4AELIAFBAWohAUHzACEDDN8BCyABQQFqIQFB9gAhAwzeAQsgAUEBaiEBQfcAIQMM3QELIAFBAWohAUH6ACEDDNwBCyABQQFqIQFBgwEhAwzbAQsgAUEBaiEBQYQBIQMM2gELIAFBAWohAUGFASEDDNkBCyABQQFqIQFBkgEhAwzYAQsgAUEBaiEBQZgBIQMM1wELIAFBAWohAUGgASEDDNYBCyABQQFqIQFBowEhAwzVAQsgAUEBaiEBQaoBIQMM1AELIAEgBEcEQCACQRA2AgggAiABNgIEQasBIQMM1AELQcABIQMM7AELQQAhAAJAIAIoAjgiA0UNACADKAI0IgNFDQAgAiADEQAAIQALIABFDV4gAEEVRw0HIAJB0QA2AhwgAiABNgIUIAJBsBc2AhAgAkEVNgIMQQAhAwzrAQsgAUEBaiABIARHDQgaQcIBIQMM6gELA0ACQCABLQAAQQprDgQIAAALAAsgBCABQQFqIgFHDQALQcMBIQMM6QELIAEgBEcEQCACQRE2AgggAiABNgIEQQEhAwzQAQtBxAEhAwzoAQsgASAERgRAQcUBIQMM6AELAkACQCABLQAAQQprDgQBKCgAKAsgAUEBagwJCyABQQFqDAULIAEgBEYEQEHGASEDDOcBCwJAAkAgAS0AAEEKaw4XAQsLAQsLCwsLCwsLCwsLCwsLCwsLCwALCyABQQFqIQELQbABIQMMzQELIAEgBEYEQEHIASEDDOYBCyABLQAAQSBHDQkgAkEAOwEyIAFBAWohAUGzASEDDMwBCwNAIAEhAAJAIAEgBEcEQCABLQAAQTBrQf8BcSIDQQpJDQEMJwtBxwEhAwzmAQsCQCACLwEyIgFBmTNLDQAgAiABQQpsIgU7ATIgBUH+/wNxIANB//8Dc0sNACAAQQFqIQEgAiADIAVqIgM7ATIgA0H//wNxQegHSQ0BCwtBACEDIAJBADYCHCACQcEJNgIQIAJBDTYCDCACIABBAWo2AhQM5AELIAJBADYCHCACIAE2AhQgAkHwDDYCECACQRs2AgxBACEDDOMBCyACKAIEIQAgAkEANgIEIAIgACABECYiAA0BIAFBAWoLIQFBrQEhAwzIAQsgAkHBATYCHCACIAA2AgwgAiABQQFqNgIUQQAhAwzgAQsgAigCBCEAIAJBADYCBCACIAAgARAmIgANASABQQFqCyEBQa4BIQMMxQELIAJBwgE2AhwgAiAANgIMIAIgAUEBajYCFEEAIQMM3QELIAJBADYCHCACIAE2AhQgAkGXCzYCECACQQ02AgxBACEDDNwBCyACQQA2AhwgAiABNgIUIAJB4xA2AhAgAkEJNgIMQQAhAwzbAQsgAkECOgAoDKwBC0EAIQMgAkEANgIcIAJBrws2AhAgAkECNgIMIAIgAUEBajYCFAzZAQtBAiEDDL8BC0ENIQMMvgELQSYhAwy9AQtBFSEDDLwBC0EWIQMMuwELQRghAwy6AQtBHCEDDLkBC0EdIQMMuAELQSAhAwy3AQtBISEDDLYBC0EjIQMMtQELQcYAIQMMtAELQS4hAwyzAQtBPSEDDLIBC0HLACEDDLEBC0HOACEDDLABC0HYACEDDK8BC0HZACEDDK4BC0HbACEDDK0BC0HxACEDDKwBC0H0ACEDDKsBC0GNASEDDKoBC0GXASEDDKkBC0GpASEDDKgBC0GvASEDDKcBC0GxASEDDKYBCyACQQA2AgALQQAhAyACQQA2AhwgAiABNgIUIAJB8Rs2AhAgAkEGNgIMDL0BCyACQQA2AgAgBkEBaiEBQSQLOgApIAIoAgQhACACQQA2AgQgAiAAIAEQJyIARQRAQeUAIQMMowELIAJB+QA2AhwgAiABNgIUIAIgADYCDEEAIQMMuwELIABBFUcEQCACQQA2AhwgAiABNgIUIAJBzA42AhAgAkEgNgIMQQAhAwy7AQsgAkH4ADYCHCACIAE2AhQgAkHKGDYCECACQRU2AgxBACEDDLoBCyACQQA2AhwgAiABNgIUIAJBjhs2AhAgAkEGNgIMQQAhAwy5AQsgAkEANgIcIAIgATYCFCACQf4RNgIQIAJBBzYCDEEAIQMMuAELIAJBADYCHCACIAE2AhQgAkGMHDYCECACQQc2AgxBACEDDLcBCyACQQA2AhwgAiABNgIUIAJBww82AhAgAkEHNgIMQQAhAwy2AQsgAkEANgIcIAIgATYCFCACQcMPNgIQIAJBBzYCDEEAIQMMtQELIAIoAgQhACACQQA2AgQgAiAAIAEQJSIARQ0RIAJB5QA2AhwgAiABNgIUIAIgADYCDEEAIQMMtAELIAIoAgQhACACQQA2AgQgAiAAIAEQJSIARQ0gIAJB0wA2AhwgAiABNgIUIAIgADYCDEEAIQMMswELIAIoAgQhACACQQA2AgQgAiAAIAEQJSIARQ0iIAJB0gA2AhwgAiABNgIUIAIgADYCDEEAIQMMsgELIAIoAgQhACACQQA2AgQgAiAAIAEQJSIARQ0OIAJB5QA2AhwgAiABNgIUIAIgADYCDEEAIQMMsQELIAIoAgQhACACQQA2AgQgAiAAIAEQJSIARQ0dIAJB0wA2AhwgAiABNgIUIAIgADYCDEEAIQMMsAELIAIoAgQhACACQQA2AgQgAiAAIAEQJSIARQ0fIAJB0gA2AhwgAiABNgIUIAIgADYCDEEAIQMMrwELIABBP0cNASABQQFqCyEBQQUhAwyUAQtBACEDIAJBADYCHCACIAE2AhQgAkH9EjYCECACQQc2AgwMrAELIAJBADYCHCACIAE2AhQgAkHcCDYCECACQQc2AgxBACEDDKsBCyACKAIEIQAgAkEANgIEIAIgACABECUiAEUNByACQeUANgIcIAIgATYCFCACIAA2AgxBACEDDKoBCyACKAIEIQAgAkEANgIEIAIgACABECUiAEUNFiACQdMANgIcIAIgATYCFCACIAA2AgxBACEDDKkBCyACKAIEIQAgAkEANgIEIAIgACABECUiAEUNGCACQdIANgIcIAIgATYCFCACIAA2AgxBACEDDKgBCyACQQA2AhwgAiABNgIUIAJBxgo2AhAgAkEHNgIMQQAhAwynAQsgAigCBCEAIAJBADYCBCACIAAgARAlIgBFDQMgAkHlADYCHCACIAE2AhQgAiAANgIMQQAhAwymAQsgAigCBCEAIAJBADYCBCACIAAgARAlIgBFDRIgAkHTADYCHCACIAE2AhQgAiAANgIMQQAhAwylAQsgAigCBCEAIAJBADYCBCACIAAgARAlIgBFDRQgAkHSADYCHCACIAE2AhQgAiAANgIMQQAhAwykAQsgAigCBCEAIAJBADYCBCACIAAgARAlIgBFDQAgAkHlADYCHCACIAE2AhQgAiAANgIMQQAhAwyjAQtB1QAhAwyJAQsgAEEVRwRAIAJBADYCHCACIAE2AhQgAkG5DTYCECACQRo2AgxBACEDDKIBCyACQeQANgIcIAIgATYCFCACQeMXNgIQIAJBFTYCDEEAIQMMoQELIAJBADYCACAGQQFqIQEgAi0AKSIAQSNrQQtJDQQCQCAAQQZLDQBBASAAdEHKAHFFDQAMBQtBACEDIAJBADYCHCACIAE2AhQgAkH3CTYCECACQQg2AgwMoAELIAJBADYCACAGQQFqIQEgAi0AKUEhRg0DIAJBADYCHCACIAE2AhQgAkGbCjYCECACQQg2AgxBACEDDJ8BCyACQQA2AgALQQAhAyACQQA2AhwgAiABNgIUIAJBkDM2AhAgAkEINgIMDJ0BCyACQQA2AgAgBkEBaiEBIAItAClBI0kNACACQQA2AhwgAiABNgIUIAJB0wk2AhAgAkEINgIMQQAhAwycAQtB0QAhAwyCAQsgAS0AAEEwayIAQf8BcUEKSQRAIAIgADoAKiABQQFqIQFBzwAhAwyCAQsgAigCBCEAIAJBADYCBCACIAAgARAoIgBFDYYBIAJB3gA2AhwgAiABNgIUIAIgADYCDEEAIQMMmgELIAIoAgQhACACQQA2AgQgAiAAIAEQKCIARQ2GASACQdwANgIcIAIgATYCFCACIAA2AgxBACEDDJkBCyACKAIEIQAgAkEANgIEIAIgACAFECgiAEUEQCAFIQEMhwELIAJB2gA2AhwgAiAFNgIUIAIgADYCDAyYAQtBACEBQQEhAwsgAiADOgArIAVBAWohAwJAAkACQCACLQAtQRBxDQACQAJAAkAgAi0AKg4DAQACBAsgBkUNAwwCCyAADQEMAgsgAUUNAQsgAigCBCEAIAJBADYCBCACIAAgAxAoIgBFBEAgAyEBDAILIAJB2AA2AhwgAiADNgIUIAIgADYCDEEAIQMMmAELIAIoAgQhACACQQA2AgQgAiAAIAMQKCIARQRAIAMhAQyHAQsgAkHZADYCHCACIAM2AhQgAiAANgIMQQAhAwyXAQtBzAAhAwx9CyAAQRVHBEAgAkEANgIcIAIgATYCFCACQZQNNgIQIAJBITYCDEEAIQMMlgELIAJB1wA2AhwgAiABNgIUIAJByRc2AhAgAkEVNgIMQQAhAwyVAQtBACEDIAJBADYCHCACIAE2AhQgAkGAETYCECACQQk2AgwMlAELIAIoAgQhACACQQA2AgQgAiAAIAEQJSIARQ0AIAJB0wA2AhwgAiABNgIUIAIgADYCDEEAIQMMkwELQckAIQMMeQsgAkEANgIcIAIgATYCFCACQcEoNgIQIAJBBzYCDCACQQA2AgBBACEDDJEBCyACKAIEIQBBACEDIAJBADYCBCACIAAgARAlIgBFDQAgAkHSADYCHCACIAE2AhQgAiAANgIMDJABC0HIACEDDHYLIAJBADYCACAFIQELIAJBgBI7ASogAUEBaiEBQQAhAAJAIAIoAjgiA0UNACADKAIwIgNFDQAgAiADEQAAIQALIAANAQtBxwAhAwxzCyAAQRVGBEAgAkHRADYCHCACIAE2AhQgAkHjFzYCECACQRU2AgxBACEDDIwBC0EAIQMgAkEANgIcIAIgATYCFCACQbkNNgIQIAJBGjYCDAyLAQtBACEDIAJBADYCHCACIAE2AhQgAkGgGTYCECACQR42AgwMigELIAEtAABBOkYEQCACKAIEIQBBACEDIAJBADYCBCACIAAgARApIgBFDQEgAkHDADYCHCACIAA2AgwgAiABQQFqNgIUDIoBC0EAIQMgAkEANgIcIAIgATYCFCACQbERNgIQIAJBCjYCDAyJAQsgAUEBaiEBQTshAwxvCyACQcMANgIcIAIgADYCDCACIAFBAWo2AhQMhwELQQAhAyACQQA2AhwgAiABNgIUIAJB8A42AhAgAkEcNgIMDIYBCyACIAIvATBBEHI7ATAMZgsCQCACLwEwIgBBCHFFDQAgAi0AKEEBRw0AIAItAC1BCHFFDQMLIAIgAEH3+wNxQYAEcjsBMAwECyABIARHBEACQANAIAEtAABBMGsiAEH/AXFBCk8EQEE1IQMMbgsgAikDICIKQpmz5syZs+bMGVYNASACIApCCn4iCjcDICAKIACtQv8BgyILQn+FVg0BIAIgCiALfDcDICAEIAFBAWoiAUcNAAtBOSEDDIUBCyACKAIEIQBBACEDIAJBADYCBCACIAAgAUEBaiIBECoiAA0MDHcLQTkhAwyDAQsgAi0AMEEgcQ0GQcUBIQMMaQtBACEDIAJBADYCBCACIAEgARAqIgBFDQQgAkE6NgIcIAIgADYCDCACIAFBAWo2AhQMgQELIAItAChBAUcNACACLQAtQQhxRQ0BC0E3IQMMZgsgAigCBCEAQQAhAyACQQA2AgQgAiAAIAEQKiIABEAgAkE7NgIcIAIgADYCDCACIAFBAWo2AhQMfwsgAUEBaiEBDG4LIAJBCDoALAwECyABQQFqIQEMbQtBACEDIAJBADYCHCACIAE2AhQgAkHkEjYCECACQQQ2AgwMewsgAigCBCEAQQAhAyACQQA2AgQgAiAAIAEQKiIARQ1sIAJBNzYCHCACIAE2AhQgAiAANgIMDHoLIAIgAi8BMEEgcjsBMAtBMCEDDF8LIAJBNjYCHCACIAE2AhQgAiAANgIMDHcLIABBLEcNASABQQFqIQBBASEBAkACQAJAAkACQCACLQAsQQVrDgQDAQIEAAsgACEBDAQLQQIhAQwBC0EEIQELIAJBAToALCACIAIvATAgAXI7ATAgACEBDAELIAIgAi8BMEEIcjsBMCAAIQELQTkhAwxcCyACQQA6ACwLQTQhAwxaCyABIARGBEBBLSEDDHMLAkACQANAAkAgAS0AAEEKaw4EAgAAAwALIAQgAUEBaiIBRw0AC0EtIQMMdAsgAigCBCEAQQAhAyACQQA2AgQgAiAAIAEQKiIARQ0CIAJBLDYCHCACIAE2AhQgAiAANgIMDHMLIAIoAgQhAEEAIQMgAkEANgIEIAIgACABECoiAEUEQCABQQFqIQEMAgsgAkEsNgIcIAIgADYCDCACIAFBAWo2AhQMcgsgAS0AAEENRgRAIAIoAgQhAEEAIQMgAkEANgIEIAIgACABECoiAEUEQCABQQFqIQEMAgsgAkEsNgIcIAIgADYCDCACIAFBAWo2AhQMcgsgAi0ALUEBcQRAQcQBIQMMWQsgAigCBCEAQQAhAyACQQA2AgQgAiAAIAEQKiIADQEMZQtBLyEDDFcLIAJBLjYCHCACIAE2AhQgAiAANgIMDG8LQQAhAyACQQA2AhwgAiABNgIUIAJB8BQ2AhAgAkEDNgIMDG4LQQEhAwJAAkACQAJAIAItACxBBWsOBAMBAgAECyACIAIvATBBCHI7ATAMAwtBAiEDDAELQQQhAwsgAkEBOgAsIAIgAi8BMCADcjsBMAtBKiEDDFMLQQAhAyACQQA2AhwgAiABNgIUIAJB4Q82AhAgAkEKNgIMDGsLQQEhAwJAAkACQAJAAkACQCACLQAsQQJrDgcFBAQDAQIABAsgAiACLwEwQQhyOwEwDAMLQQIhAwwBC0EEIQMLIAJBAToALCACIAIvATAgA3I7ATALQSshAwxSC0EAIQMgAkEANgIcIAIgATYCFCACQasSNgIQIAJBCzYCDAxqC0EAIQMgAkEANgIcIAIgATYCFCACQf0NNgIQIAJBHTYCDAxpCyABIARHBEADQCABLQAAQSBHDUggBCABQQFqIgFHDQALQSUhAwxpC0ElIQMMaAsgAi0ALUEBcQRAQcMBIQMMTwsgAigCBCEAQQAhAyACQQA2AgQgAiAAIAEQKSIABEAgAkEmNgIcIAIgADYCDCACIAFBAWo2AhQMaAsgAUEBaiEBDFwLIAFBAWohASACLwEwIgBBgAFxBEBBACEAAkAgAigCOCIDRQ0AIAMoAlQiA0UNACACIAMRAAAhAAsgAEUNBiAAQRVHDR8gAkEFNgIcIAIgATYCFCACQfkXNgIQIAJBFTYCDEEAIQMMZwsCQCAAQaAEcUGgBEcNACACLQAtQQJxDQBBACEDIAJBADYCHCACIAE2AhQgAkGWEzYCECACQQQ2AgwMZwsgAgJ/IAIvATBBFHFBFEYEQEEBIAItAChBAUYNARogAi8BMkHlAEYMAQsgAi0AKUEFRgs6AC5BACEAAkAgAigCOCIDRQ0AIAMoAiQiA0UNACACIAMRAAAhAAsCQAJAAkACQAJAIAAOFgIBAAQEBAQEBAQEBAQEBAQEBAQEBAMECyACQQE6AC4LIAIgAi8BMEHAAHI7ATALQSchAwxPCyACQSM2AhwgAiABNgIUIAJBpRY2AhAgAkEVNgIMQQAhAwxnC0EAIQMgAkEANgIcIAIgATYCFCACQdULNgIQIAJBETYCDAxmC0EAIQACQCACKAI4IgNFDQAgAygCLCIDRQ0AIAIgAxEAACEACyAADQELQQ4hAwxLCyAAQRVGBEAgAkECNgIcIAIgATYCFCACQbAYNgIQIAJBFTYCDEEAIQMMZAtBACEDIAJBADYCHCACIAE2AhQgAkGnDjYCECACQRI2AgwMYwtBACEDIAJBADYCHCACIAE2AhQgAkGqHDYCECACQQ82AgwMYgsgAigCBCEAQQAhAyACQQA2AgQgAiAAIAEgCqdqIgEQKyIARQ0AIAJBBTYCHCACIAE2AhQgAiAANgIMDGELQQ8hAwxHC0EAIQMgAkEANgIcIAIgATYCFCACQc0TNgIQIAJBDDYCDAxfC0IBIQoLIAFBAWohAQJAIAIpAyAiC0L//////////w9YBEAgAiALQgSGIAqENwMgDAELQQAhAyACQQA2AhwgAiABNgIUIAJBrQk2AhAgAkEMNgIMDF4LQSQhAwxEC0EAIQMgAkEANgIcIAIgATYCFCACQc0TNgIQIAJBDDYCDAxcCyACKAIEIQBBACEDIAJBADYCBCACIAAgARAsIgBFBEAgAUEBaiEBDFILIAJBFzYCHCACIAA2AgwgAiABQQFqNgIUDFsLIAIoAgQhAEEAIQMgAkEANgIEAkAgAiAAIAEQLCIARQRAIAFBAWohAQwBCyACQRY2AhwgAiAANgIMIAIgAUEBajYCFAxbC0EfIQMMQQtBACEDIAJBADYCHCACIAE2AhQgAkGaDzYCECACQSI2AgwMWQsgAigCBCEAQQAhAyACQQA2AgQgAiAAIAEQLSIARQRAIAFBAWohAQxQCyACQRQ2AhwgAiAANgIMIAIgAUEBajYCFAxYCyACKAIEIQBBACEDIAJBADYCBAJAIAIgACABEC0iAEUEQCABQQFqIQEMAQsgAkETNgIcIAIgADYCDCACIAFBAWo2AhQMWAtBHiEDDD4LQQAhAyACQQA2AhwgAiABNgIUIAJBxgw2AhAgAkEjNgIMDFYLIAIoAgQhAEEAIQMgAkEANgIEIAIgACABEC0iAEUEQCABQQFqIQEMTgsgAkERNgIcIAIgADYCDCACIAFBAWo2AhQMVQsgAkEQNgIcIAIgATYCFCACIAA2AgwMVAtBACEDIAJBADYCHCACIAE2AhQgAkHGDDYCECACQSM2AgwMUwtBACEDIAJBADYCHCACIAE2AhQgAkHAFTYCECACQQI2AgwMUgsgAigCBCEAQQAhAyACQQA2AgQCQCACIAAgARAtIgBFBEAgAUEBaiEBDAELIAJBDjYCHCACIAA2AgwgAiABQQFqNgIUDFILQRshAww4C0EAIQMgAkEANgIcIAIgATYCFCACQcYMNgIQIAJBIzYCDAxQCyACKAIEIQBBACEDIAJBADYCBAJAIAIgACABECwiAEUEQCABQQFqIQEMAQsgAkENNgIcIAIgADYCDCACIAFBAWo2AhQMUAtBGiEDDDYLQQAhAyACQQA2AhwgAiABNgIUIAJBmg82AhAgAkEiNgIMDE4LIAIoAgQhAEEAIQMgAkEANgIEAkAgAiAAIAEQLCIARQRAIAFBAWohAQwBCyACQQw2AhwgAiAANgIMIAIgAUEBajYCFAxOC0EZIQMMNAtBACEDIAJBADYCHCACIAE2AhQgAkGaDzYCECACQSI2AgwMTAsgAEEVRwRAQQAhAyACQQA2AhwgAiABNgIUIAJBgww2AhAgAkETNgIMDEwLIAJBCjYCHCACIAE2AhQgAkHkFjYCECACQRU2AgxBACEDDEsLIAIoAgQhAEEAIQMgAkEANgIEIAIgACABIAqnaiIBECsiAARAIAJBBzYCHCACIAE2AhQgAiAANgIMDEsLQRMhAwwxCyAAQRVHBEBBACEDIAJBADYCHCACIAE2AhQgAkHaDTYCECACQRQ2AgwMSgsgAkEeNgIcIAIgATYCFCACQfkXNgIQIAJBFTYCDEEAIQMMSQtBACEAAkAgAigCOCIDRQ0AIAMoAiwiA0UNACACIAMRAAAhAAsgAEUNQSAAQRVGBEAgAkEDNgIcIAIgATYCFCACQbAYNgIQIAJBFTYCDEEAIQMMSQtBACEDIAJBADYCHCACIAE2AhQgAkGnDjYCECACQRI2AgwMSAtBACEDIAJBADYCHCACIAE2AhQgAkHaDTYCECACQRQ2AgwMRwtBACEDIAJBADYCHCACIAE2AhQgAkGnDjYCECACQRI2AgwMRgsgAkEAOgAvIAItAC1BBHFFDT8LIAJBADoALyACQQE6ADRBACEDDCsLQQAhAyACQQA2AhwgAkHkETYCECACQQc2AgwgAiABQQFqNgIUDEMLAkADQAJAIAEtAABBCmsOBAACAgACCyAEIAFBAWoiAUcNAAtB3QEhAwxDCwJAAkAgAi0ANEEBRw0AQQAhAAJAIAIoAjgiA0UNACADKAJYIgNFDQAgAiADEQAAIQALIABFDQAgAEEVRw0BIAJB3AE2AhwgAiABNgIUIAJB1RY2AhAgAkEVNgIMQQAhAwxEC0HBASEDDCoLIAJBADYCHCACIAE2AhQgAkHpCzYCECACQR82AgxBACEDDEILAkACQCACLQAoQQFrDgIEAQALQcABIQMMKQtBuQEhAwwoCyACQQI6AC9BACEAAkAgAigCOCIDRQ0AIAMoAgAiA0UNACACIAMRAAAhAAsgAEUEQEHCASEDDCgLIABBFUcEQCACQQA2AhwgAiABNgIUIAJBpAw2AhAgAkEQNgIMQQAhAwxBCyACQdsBNgIcIAIgATYCFCACQfoWNgIQIAJBFTYCDEEAIQMMQAsgASAERgRAQdoBIQMMQAsgAS0AAEHIAEYNASACQQE6ACgLQawBIQMMJQtBvwEhAwwkCyABIARHBEAgAkEQNgIIIAIgATYCBEG+ASEDDCQLQdkBIQMMPAsgASAERgRAQdgBIQMMPAsgAS0AAEHIAEcNBCABQQFqIQFBvQEhAwwiCyABIARGBEBB1wEhAww7CwJAAkAgAS0AAEHFAGsOEAAFBQUFBQUFBQUFBQUFBQEFCyABQQFqIQFBuwEhAwwiCyABQQFqIQFBvAEhAwwhC0HWASEDIAEgBEYNOSACKAIAIgAgBCABa2ohBSABIABrQQJqIQYCQANAIAEtAAAgAEGD0ABqLQAARw0DIABBAkYNASAAQQFqIQAgBCABQQFqIgFHDQALIAIgBTYCAAw6CyACKAIEIQAgAkIANwMAIAIgACAGQQFqIgEQJyIARQRAQcYBIQMMIQsgAkHVATYCHCACIAE2AhQgAiAANgIMQQAhAww5C0HUASEDIAEgBEYNOCACKAIAIgAgBCABa2ohBSABIABrQQFqIQYCQANAIAEtAAAgAEGB0ABqLQAARw0CIABBAUYNASAAQQFqIQAgBCABQQFqIgFHDQALIAIgBTYCAAw5CyACQYEEOwEoIAIoAgQhACACQgA3AwAgAiAAIAZBAWoiARAnIgANAwwCCyACQQA2AgALQQAhAyACQQA2AhwgAiABNgIUIAJB2Bs2AhAgAkEINgIMDDYLQboBIQMMHAsgAkHTATYCHCACIAE2AhQgAiAANgIMQQAhAww0C0EAIQACQCACKAI4IgNFDQAgAygCOCIDRQ0AIAIgAxEAACEACyAARQ0AIABBFUYNASACQQA2AhwgAiABNgIUIAJBzA42AhAgAkEgNgIMQQAhAwwzC0HkACEDDBkLIAJB+AA2AhwgAiABNgIUIAJByhg2AhAgAkEVNgIMQQAhAwwxC0HSASEDIAQgASIARg0wIAQgAWsgAigCACIBaiEFIAAgAWtBBGohBgJAA0AgAC0AACABQfzPAGotAABHDQEgAUEERg0DIAFBAWohASAEIABBAWoiAEcNAAsgAiAFNgIADDELIAJBADYCHCACIAA2AhQgAkGQMzYCECACQQg2AgwgAkEANgIAQQAhAwwwCyABIARHBEAgAkEONgIIIAIgATYCBEG3ASEDDBcLQdEBIQMMLwsgAkEANgIAIAZBAWohAQtBuAEhAwwUCyABIARGBEBB0AEhAwwtCyABLQAAQTBrIgBB/wFxQQpJBEAgAiAAOgAqIAFBAWohAUG2ASEDDBQLIAIoAgQhACACQQA2AgQgAiAAIAEQKCIARQ0UIAJBzwE2AhwgAiABNgIUIAIgADYCDEEAIQMMLAsgASAERgRAQc4BIQMMLAsCQCABLQAAQS5GBEAgAUEBaiEBDAELIAIoAgQhACACQQA2AgQgAiAAIAEQKCIARQ0VIAJBzQE2AhwgAiABNgIUIAIgADYCDEEAIQMMLAtBtQEhAwwSCyAEIAEiBUYEQEHMASEDDCsLQQAhAEEBIQFBASEGQQAhAwJAAkACQAJAAkACfwJAAkACQAJAAkACQAJAIAUtAABBMGsOCgoJAAECAwQFBggLC0ECDAYLQQMMBQtBBAwEC0EFDAMLQQYMAgtBBwwBC0EICyEDQQAhAUEAIQYMAgtBCSEDQQEhAEEAIQFBACEGDAELQQAhAUEBIQMLIAIgAzoAKyAFQQFqIQMCQAJAIAItAC1BEHENAAJAAkACQCACLQAqDgMBAAIECyAGRQ0DDAILIAANAQwCCyABRQ0BCyACKAIEIQAgAkEANgIEIAIgACADECgiAEUEQCADIQEMAwsgAkHJATYCHCACIAM2AhQgAiAANgIMQQAhAwwtCyACKAIEIQAgAkEANgIEIAIgACADECgiAEUEQCADIQEMGAsgAkHKATYCHCACIAM2AhQgAiAANgIMQQAhAwwsCyACKAIEIQAgAkEANgIEIAIgACAFECgiAEUEQCAFIQEMFgsgAkHLATYCHCACIAU2AhQgAiAANgIMDCsLQbQBIQMMEQtBACEAAkAgAigCOCIDRQ0AIAMoAjwiA0UNACACIAMRAAAhAAsCQCAABEAgAEEVRg0BIAJBADYCHCACIAE2AhQgAkGUDTYCECACQSE2AgxBACEDDCsLQbIBIQMMEQsgAkHIATYCHCACIAE2AhQgAkHJFzYCECACQRU2AgxBACEDDCkLIAJBADYCACAGQQFqIQFB9QAhAwwPCyACLQApQQVGBEBB4wAhAwwPC0HiACEDDA4LIAAhASACQQA2AgALIAJBADoALEEJIQMMDAsgAkEANgIAIAdBAWohAUHAACEDDAsLQQELOgAsIAJBADYCACAGQQFqIQELQSkhAwwIC0E4IQMMBwsCQCABIARHBEADQCABLQAAQYA+ai0AACIAQQFHBEAgAEECRw0DIAFBAWohAQwFCyAEIAFBAWoiAUcNAAtBPiEDDCELQT4hAwwgCwsgAkEAOgAsDAELQQshAwwEC0E6IQMMAwsgAUEBaiEBQS0hAwwCCyACIAE6ACwgAkEANgIAIAZBAWohAUEMIQMMAQsgAkEANgIAIAZBAWohAUEKIQMMAAsAC0EAIQMgAkEANgIcIAIgATYCFCACQc0QNgIQIAJBCTYCDAwXC0EAIQMgAkEANgIcIAIgATYCFCACQekKNgIQIAJBCTYCDAwWC0EAIQMgAkEANgIcIAIgATYCFCACQbcQNgIQIAJBCTYCDAwVC0EAIQMgAkEANgIcIAIgATYCFCACQZwRNgIQIAJBCTYCDAwUC0EAIQMgAkEANgIcIAIgATYCFCACQc0QNgIQIAJBCTYCDAwTC0EAIQMgAkEANgIcIAIgATYCFCACQekKNgIQIAJBCTYCDAwSC0EAIQMgAkEANgIcIAIgATYCFCACQbcQNgIQIAJBCTYCDAwRC0EAIQMgAkEANgIcIAIgATYCFCACQZwRNgIQIAJBCTYCDAwQC0EAIQMgAkEANgIcIAIgATYCFCACQZcVNgIQIAJBDzYCDAwPC0EAIQMgAkEANgIcIAIgATYCFCACQZcVNgIQIAJBDzYCDAwOC0EAIQMgAkEANgIcIAIgATYCFCACQcASNgIQIAJBCzYCDAwNC0EAIQMgAkEANgIcIAIgATYCFCACQZUJNgIQIAJBCzYCDAwMC0EAIQMgAkEANgIcIAIgATYCFCACQeEPNgIQIAJBCjYCDAwLC0EAIQMgAkEANgIcIAIgATYCFCACQfsPNgIQIAJBCjYCDAwKC0EAIQMgAkEANgIcIAIgATYCFCACQfEZNgIQIAJBAjYCDAwJC0EAIQMgAkEANgIcIAIgATYCFCACQcQUNgIQIAJBAjYCDAwIC0EAIQMgAkEANgIcIAIgATYCFCACQfIVNgIQIAJBAjYCDAwHCyACQQI2AhwgAiABNgIUIAJBnBo2AhAgAkEWNgIMQQAhAwwGC0EBIQMMBQtB1AAhAyABIARGDQQgCEEIaiEJIAIoAgAhBQJAAkAgASAERwRAIAVB2MIAaiEHIAQgBWogAWshACAFQX9zQQpqIgUgAWohBgNAIAEtAAAgBy0AAEcEQEECIQcMAwsgBUUEQEEAIQcgBiEBDAMLIAVBAWshBSAHQQFqIQcgBCABQQFqIgFHDQALIAAhBSAEIQELIAlBATYCACACIAU2AgAMAQsgAkEANgIAIAkgBzYCAAsgCSABNgIEIAgoAgwhACAIKAIIDgMBBAIACwALIAJBADYCHCACQbUaNgIQIAJBFzYCDCACIABBAWo2AhRBACEDDAILIAJBADYCHCACIAA2AhQgAkHKGjYCECACQQk2AgxBACEDDAELIAEgBEYEQEEiIQMMAQsgAkEJNgIIIAIgATYCBEEhIQMLIAhBEGokACADRQRAIAIoAgwhAAwBCyACIAM2AhxBACEAIAIoAgQiAUUNACACIAEgBCACKAIIEQEAIgFFDQAgAiAENgIUIAIgATYCDCABIQALIAALvgIBAn8gAEEAOgAAIABB3ABqIgFBAWtBADoAACAAQQA6AAIgAEEAOgABIAFBA2tBADoAACABQQJrQQA6AAAgAEEAOgADIAFBBGtBADoAAEEAIABrQQNxIgEgAGoiAEEANgIAQdwAIAFrQXxxIgIgAGoiAUEEa0EANgIAAkAgAkEJSQ0AIABBADYCCCAAQQA2AgQgAUEIa0EANgIAIAFBDGtBADYCACACQRlJDQAgAEEANgIYIABBADYCFCAAQQA2AhAgAEEANgIMIAFBEGtBADYCACABQRRrQQA2AgAgAUEYa0EANgIAIAFBHGtBADYCACACIABBBHFBGHIiAmsiAUEgSQ0AIAAgAmohAANAIABCADcDGCAAQgA3AxAgAEIANwMIIABCADcDACAAQSBqIQAgAUEgayIBQR9LDQALCwtWAQF/AkAgACgCDA0AAkACQAJAAkAgAC0ALw4DAQADAgsgACgCOCIBRQ0AIAEoAiwiAUUNACAAIAERAAAiAQ0DC0EADwsACyAAQcMWNgIQQQ4hAQsgAQsaACAAKAIMRQRAIABB0Rs2AhAgAEEVNgIMCwsUACAAKAIMQRVGBEAgAEEANgIMCwsUACAAKAIMQRZGBEAgAEEANgIMCwsHACAAKAIMCwcAIAAoAhALCQAgACABNgIQCwcAIAAoAhQLFwAgAEEkTwRAAAsgAEECdEGgM2ooAgALFwAgAEEuTwRAAAsgAEECdEGwNGooAgALvwkBAX9B6yghAQJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAIABB5ABrDvQDY2IAAWFhYWFhYQIDBAVhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhBgcICQoLDA0OD2FhYWFhEGFhYWFhYWFhYWFhEWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYRITFBUWFxgZGhthYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhHB0eHyAhIiMkJSYnKCkqKywtLi8wMTIzNDU2YTc4OTphYWFhYWFhYTthYWE8YWFhYT0+P2FhYWFhYWFhQGFhQWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYUJDREVGR0hJSktMTU5PUFFSU2FhYWFhYWFhVFVWV1hZWlthXF1hYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFeYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhX2BhC0HhJw8LQaQhDwtByywPC0H+MQ8LQcAkDwtBqyQPC0GNKA8LQeImDwtBgDAPC0G5Lw8LQdckDwtB7x8PC0HhHw8LQfofDwtB8iAPC0GoLw8LQa4yDwtBiDAPC0HsJw8LQYIiDwtBjh0PC0HQLg8LQcojDwtBxTIPC0HfHA8LQdIcDwtBxCAPC0HXIA8LQaIfDwtB7S4PC0GrMA8LQdQlDwtBzC4PC0H6Lg8LQfwrDwtB0jAPC0HxHQ8LQbsgDwtB9ysPC0GQMQ8LQdcxDwtBoi0PC0HUJw8LQeArDwtBnywPC0HrMQ8LQdUfDwtByjEPC0HeJQ8LQdQeDwtB9BwPC0GnMg8LQbEdDwtBoB0PC0G5MQ8LQbwwDwtBkiEPC0GzJg8LQeksDwtBrB4PC0HUKw8LQfcmDwtBgCYPC0GwIQ8LQf4eDwtBjSMPC0GJLQ8LQfciDwtBoDEPC0GuHw8LQcYlDwtB6B4PC0GTIg8LQcIvDwtBwx0PC0GLLA8LQeEdDwtBjS8PC0HqIQ8LQbQtDwtB0i8PC0HfMg8LQdIyDwtB8DAPC0GpIg8LQfkjDwtBmR4PC0G1LA8LQZswDwtBkjIPC0G2Kw8LQcIiDwtB+DIPC0GeJQ8LQdAiDwtBuh4PC0GBHg8LAAtB1iEhAQsgAQsWACAAIAAtAC1B/gFxIAFBAEdyOgAtCxkAIAAgAC0ALUH9AXEgAUEAR0EBdHI6AC0LGQAgACAALQAtQfsBcSABQQBHQQJ0cjoALQsZACAAIAAtAC1B9wFxIAFBAEdBA3RyOgAtCz4BAn8CQCAAKAI4IgNFDQAgAygCBCIDRQ0AIAAgASACIAFrIAMRAQAiBEF/Rw0AIABBxhE2AhBBGCEECyAECz4BAn8CQCAAKAI4IgNFDQAgAygCCCIDRQ0AIAAgASACIAFrIAMRAQAiBEF/Rw0AIABB9go2AhBBGCEECyAECz4BAn8CQCAAKAI4IgNFDQAgAygCDCIDRQ0AIAAgASACIAFrIAMRAQAiBEF/Rw0AIABB7Ro2AhBBGCEECyAECz4BAn8CQCAAKAI4IgNFDQAgAygCECIDRQ0AIAAgASACIAFrIAMRAQAiBEF/Rw0AIABBlRA2AhBBGCEECyAECz4BAn8CQCAAKAI4IgNFDQAgAygCFCIDRQ0AIAAgASACIAFrIAMRAQAiBEF/Rw0AIABBqhs2AhBBGCEECyAECz4BAn8CQCAAKAI4IgNFDQAgAygCGCIDRQ0AIAAgASACIAFrIAMRAQAiBEF/Rw0AIABB7RM2AhBBGCEECyAECz4BAn8CQCAAKAI4IgNFDQAgAygCKCIDRQ0AIAAgASACIAFrIAMRAQAiBEF/Rw0AIABB9gg2AhBBGCEECyAECz4BAn8CQCAAKAI4IgNFDQAgAygCHCIDRQ0AIAAgASACIAFrIAMRAQAiBEF/Rw0AIABBwhk2AhBBGCEECyAECz4BAn8CQCAAKAI4IgNFDQAgAygCICIDRQ0AIAAgASACIAFrIAMRAQAiBEF/Rw0AIABBlBQ2AhBBGCEECyAEC1kBAn8CQCAALQAoQQFGDQAgAC8BMiIBQeQAa0HkAEkNACABQcwBRg0AIAFBsAJGDQAgAC8BMCIAQcAAcQ0AQQEhAiAAQYgEcUGABEYNACAAQShxRSECCyACC4wBAQJ/AkACQAJAIAAtACpFDQAgAC0AK0UNACAALwEwIgFBAnFFDQEMAgsgAC8BMCIBQQFxRQ0BC0EBIQIgAC0AKEEBRg0AIAAvATIiAEHkAGtB5ABJDQAgAEHMAUYNACAAQbACRg0AIAFBwABxDQBBACECIAFBiARxQYAERg0AIAFBKHFBAEchAgsgAgtXACAAQRhqQgA3AwAgAEIANwMAIABBOGpCADcDACAAQTBqQgA3AwAgAEEoakIANwMAIABBIGpCADcDACAAQRBqQgA3AwAgAEEIakIANwMAIABB3QE2AhwLBgAgABAyC5otAQt/IwBBEGsiCiQAQaTQACgCACIJRQRAQeTTACgCACIFRQRAQfDTAEJ/NwIAQejTAEKAgISAgIDAADcCAEHk0wAgCkEIakFwcUHYqtWqBXMiBTYCAEH40wBBADYCAEHI0wBBADYCAAtBzNMAQYDUBDYCAEGc0ABBgNQENgIAQbDQACAFNgIAQazQAEF/NgIAQdDTAEGArAM2AgADQCABQcjQAGogAUG80ABqIgI2AgAgAiABQbTQAGoiAzYCACABQcDQAGogAzYCACABQdDQAGogAUHE0ABqIgM2AgAgAyACNgIAIAFB2NAAaiABQczQAGoiAjYCACACIAM2AgAgAUHU0ABqIAI2AgAgAUEgaiIBQYACRw0AC0GM1ARBwasDNgIAQajQAEH00wAoAgA2AgBBmNAAQcCrAzYCAEGk0ABBiNQENgIAQcz/B0E4NgIAQYjUBCEJCwJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAIABB7AFNBEBBjNAAKAIAIgZBECAAQRNqQXBxIABBC0kbIgRBA3YiAHYiAUEDcQRAAkAgAUEBcSAAckEBcyICQQN0IgBBtNAAaiIBIABBvNAAaigCACIAKAIIIgNGBEBBjNAAIAZBfiACd3E2AgAMAQsgASADNgIIIAMgATYCDAsgAEEIaiEBIAAgAkEDdCICQQNyNgIEIAAgAmoiACAAKAIEQQFyNgIEDBELQZTQACgCACIIIARPDQEgAQRAAkBBAiAAdCICQQAgAmtyIAEgAHRxaCIAQQN0IgJBtNAAaiIBIAJBvNAAaigCACICKAIIIgNGBEBBjNAAIAZBfiAAd3EiBjYCAAwBCyABIAM2AgggAyABNgIMCyACIARBA3I2AgQgAEEDdCIAIARrIQUgACACaiAFNgIAIAIgBGoiBCAFQQFyNgIEIAgEQCAIQXhxQbTQAGohAEGg0AAoAgAhAwJ/QQEgCEEDdnQiASAGcUUEQEGM0AAgASAGcjYCACAADAELIAAoAggLIgEgAzYCDCAAIAM2AgggAyAANgIMIAMgATYCCAsgAkEIaiEBQaDQACAENgIAQZTQACAFNgIADBELQZDQACgCACILRQ0BIAtoQQJ0QbzSAGooAgAiACgCBEF4cSAEayEFIAAhAgNAAkAgAigCECIBRQRAIAJBFGooAgAiAUUNAQsgASgCBEF4cSAEayIDIAVJIQIgAyAFIAIbIQUgASAAIAIbIQAgASECDAELCyAAKAIYIQkgACgCDCIDIABHBEBBnNAAKAIAGiADIAAoAggiATYCCCABIAM2AgwMEAsgAEEUaiICKAIAIgFFBEAgACgCECIBRQ0DIABBEGohAgsDQCACIQcgASIDQRRqIgIoAgAiAQ0AIANBEGohAiADKAIQIgENAAsgB0EANgIADA8LQX8hBCAAQb9/Sw0AIABBE2oiAUFwcSEEQZDQACgCACIIRQ0AQQAgBGshBQJAAkACQAJ/QQAgBEGAAkkNABpBHyAEQf///wdLDQAaIARBJiABQQh2ZyIAa3ZBAXEgAEEBdGtBPmoLIgZBAnRBvNIAaigCACICRQRAQQAhAUEAIQMMAQtBACEBIARBGSAGQQF2a0EAIAZBH0cbdCEAQQAhAwNAAkAgAigCBEF4cSAEayIHIAVPDQAgAiEDIAciBQ0AQQAhBSACIQEMAwsgASACQRRqKAIAIgcgByACIABBHXZBBHFqQRBqKAIAIgJGGyABIAcbIQEgAEEBdCEAIAINAAsLIAEgA3JFBEBBACEDQQIgBnQiAEEAIABrciAIcSIARQ0DIABoQQJ0QbzSAGooAgAhAQsgAUUNAQsDQCABKAIEQXhxIARrIgIgBUkhACACIAUgABshBSABIAMgABshAyABKAIQIgAEfyAABSABQRRqKAIACyIBDQALCyADRQ0AIAVBlNAAKAIAIARrTw0AIAMoAhghByADIAMoAgwiAEcEQEGc0AAoAgAaIAAgAygCCCIBNgIIIAEgADYCDAwOCyADQRRqIgIoAgAiAUUEQCADKAIQIgFFDQMgA0EQaiECCwNAIAIhBiABIgBBFGoiAigCACIBDQAgAEEQaiECIAAoAhAiAQ0ACyAGQQA2AgAMDQtBlNAAKAIAIgMgBE8EQEGg0AAoAgAhAQJAIAMgBGsiAkEQTwRAIAEgBGoiACACQQFyNgIEIAEgA2ogAjYCACABIARBA3I2AgQMAQsgASADQQNyNgIEIAEgA2oiACAAKAIEQQFyNgIEQQAhAEEAIQILQZTQACACNgIAQaDQACAANgIAIAFBCGohAQwPC0GY0AAoAgAiAyAESwRAIAQgCWoiACADIARrIgFBAXI2AgRBpNAAIAA2AgBBmNAAIAE2AgAgCSAEQQNyNgIEIAlBCGohAQwPC0EAIQEgBAJ/QeTTACgCAARAQezTACgCAAwBC0Hw0wBCfzcCAEHo0wBCgICEgICAwAA3AgBB5NMAIApBDGpBcHFB2KrVqgVzNgIAQfjTAEEANgIAQcjTAEEANgIAQYCABAsiACAEQccAaiIFaiIGQQAgAGsiB3EiAk8EQEH80wBBMDYCAAwPCwJAQcTTACgCACIBRQ0AQbzTACgCACIIIAJqIQAgACABTSAAIAhLcQ0AQQAhAUH80wBBMDYCAAwPC0HI0wAtAABBBHENBAJAAkAgCQRAQczTACEBA0AgASgCACIAIAlNBEAgACABKAIEaiAJSw0DCyABKAIIIgENAAsLQQAQMyIAQX9GDQUgAiEGQejTACgCACIBQQFrIgMgAHEEQCACIABrIAAgA2pBACABa3FqIQYLIAQgBk8NBSAGQf7///8HSw0FQcTTACgCACIDBEBBvNMAKAIAIgcgBmohASABIAdNDQYgASADSw0GCyAGEDMiASAARw0BDAcLIAYgA2sgB3EiBkH+////B0sNBCAGEDMhACAAIAEoAgAgASgCBGpGDQMgACEBCwJAIAYgBEHIAGpPDQAgAUF/Rg0AQezTACgCACIAIAUgBmtqQQAgAGtxIgBB/v///wdLBEAgASEADAcLIAAQM0F/RwRAIAAgBmohBiABIQAMBwtBACAGaxAzGgwECyABIgBBf0cNBQwDC0EAIQMMDAtBACEADAoLIABBf0cNAgtByNMAQcjTACgCAEEEcjYCAAsgAkH+////B0sNASACEDMhAEEAEDMhASAAQX9GDQEgAUF/Rg0BIAAgAU8NASABIABrIgYgBEE4ak0NAQtBvNMAQbzTACgCACAGaiIBNgIAQcDTACgCACABSQRAQcDTACABNgIACwJAAkACQEGk0AAoAgAiAgRAQczTACEBA0AgACABKAIAIgMgASgCBCIFakYNAiABKAIIIgENAAsMAgtBnNAAKAIAIgFBAEcgACABT3FFBEBBnNAAIAA2AgALQQAhAUHQ0wAgBjYCAEHM0wAgADYCAEGs0ABBfzYCAEGw0ABB5NMAKAIANgIAQdjTAEEANgIAA0AgAUHI0ABqIAFBvNAAaiICNgIAIAIgAUG00ABqIgM2AgAgAUHA0ABqIAM2AgAgAUHQ0ABqIAFBxNAAaiIDNgIAIAMgAjYCACABQdjQAGogAUHM0ABqIgI2AgAgAiADNgIAIAFB1NAAaiACNgIAIAFBIGoiAUGAAkcNAAtBeCAAa0EPcSIBIABqIgIgBkE4ayIDIAFrIgFBAXI2AgRBqNAAQfTTACgCADYCAEGY0AAgATYCAEGk0AAgAjYCACAAIANqQTg2AgQMAgsgACACTQ0AIAIgA0kNACABKAIMQQhxDQBBeCACa0EPcSIAIAJqIgNBmNAAKAIAIAZqIgcgAGsiAEEBcjYCBCABIAUgBmo2AgRBqNAAQfTTACgCADYCAEGY0AAgADYCAEGk0AAgAzYCACACIAdqQTg2AgQMAQsgAEGc0AAoAgBJBEBBnNAAIAA2AgALIAAgBmohA0HM0wAhAQJAAkACQANAIAMgASgCAEcEQCABKAIIIgENAQwCCwsgAS0ADEEIcUUNAQtBzNMAIQEDQCABKAIAIgMgAk0EQCADIAEoAgRqIgUgAksNAwsgASgCCCEBDAALAAsgASAANgIAIAEgASgCBCAGajYCBCAAQXggAGtBD3FqIgkgBEEDcjYCBCADQXggA2tBD3FqIgYgBCAJaiIEayEBIAIgBkYEQEGk0AAgBDYCAEGY0ABBmNAAKAIAIAFqIgA2AgAgBCAAQQFyNgIEDAgLQaDQACgCACAGRgRAQaDQACAENgIAQZTQAEGU0AAoAgAgAWoiADYCACAEIABBAXI2AgQgACAEaiAANgIADAgLIAYoAgQiBUEDcUEBRw0GIAVBeHEhCCAFQf8BTQRAIAVBA3YhAyAGKAIIIgAgBigCDCICRgRAQYzQAEGM0AAoAgBBfiADd3E2AgAMBwsgAiAANgIIIAAgAjYCDAwGCyAGKAIYIQcgBiAGKAIMIgBHBEAgACAGKAIIIgI2AgggAiAANgIMDAULIAZBFGoiAigCACIFRQRAIAYoAhAiBUUNBCAGQRBqIQILA0AgAiEDIAUiAEEUaiICKAIAIgUNACAAQRBqIQIgACgCECIFDQALIANBADYCAAwEC0F4IABrQQ9xIgEgAGoiByAGQThrIgMgAWsiAUEBcjYCBCAAIANqQTg2AgQgAiAFQTcgBWtBD3FqQT9rIgMgAyACQRBqSRsiA0EjNgIEQajQAEH00wAoAgA2AgBBmNAAIAE2AgBBpNAAIAc2AgAgA0EQakHU0wApAgA3AgAgA0HM0wApAgA3AghB1NMAIANBCGo2AgBB0NMAIAY2AgBBzNMAIAA2AgBB2NMAQQA2AgAgA0EkaiEBA0AgAUEHNgIAIAUgAUEEaiIBSw0ACyACIANGDQAgAyADKAIEQX5xNgIEIAMgAyACayIFNgIAIAIgBUEBcjYCBCAFQf8BTQRAIAVBeHFBtNAAaiEAAn9BjNAAKAIAIgFBASAFQQN2dCIDcUUEQEGM0AAgASADcjYCACAADAELIAAoAggLIgEgAjYCDCAAIAI2AgggAiAANgIMIAIgATYCCAwBC0EfIQEgBUH///8HTQRAIAVBJiAFQQh2ZyIAa3ZBAXEgAEEBdGtBPmohAQsgAiABNgIcIAJCADcCECABQQJ0QbzSAGohAEGQ0AAoAgAiA0EBIAF0IgZxRQRAIAAgAjYCAEGQ0AAgAyAGcjYCACACIAA2AhggAiACNgIIIAIgAjYCDAwBCyAFQRkgAUEBdmtBACABQR9HG3QhASAAKAIAIQMCQANAIAMiACgCBEF4cSAFRg0BIAFBHXYhAyABQQF0IQEgACADQQRxakEQaiIGKAIAIgMNAAsgBiACNgIAIAIgADYCGCACIAI2AgwgAiACNgIIDAELIAAoAggiASACNgIMIAAgAjYCCCACQQA2AhggAiAANgIMIAIgATYCCAtBmNAAKAIAIgEgBE0NAEGk0AAoAgAiACAEaiICIAEgBGsiAUEBcjYCBEGY0AAgATYCAEGk0AAgAjYCACAAIARBA3I2AgQgAEEIaiEBDAgLQQAhAUH80wBBMDYCAAwHC0EAIQALIAdFDQACQCAGKAIcIgJBAnRBvNIAaiIDKAIAIAZGBEAgAyAANgIAIAANAUGQ0ABBkNAAKAIAQX4gAndxNgIADAILIAdBEEEUIAcoAhAgBkYbaiAANgIAIABFDQELIAAgBzYCGCAGKAIQIgIEQCAAIAI2AhAgAiAANgIYCyAGQRRqKAIAIgJFDQAgAEEUaiACNgIAIAIgADYCGAsgASAIaiEBIAYgCGoiBigCBCEFCyAGIAVBfnE2AgQgASAEaiABNgIAIAQgAUEBcjYCBCABQf8BTQRAIAFBeHFBtNAAaiEAAn9BjNAAKAIAIgJBASABQQN2dCIBcUUEQEGM0AAgASACcjYCACAADAELIAAoAggLIgEgBDYCDCAAIAQ2AgggBCAANgIMIAQgATYCCAwBC0EfIQUgAUH///8HTQRAIAFBJiABQQh2ZyIAa3ZBAXEgAEEBdGtBPmohBQsgBCAFNgIcIARCADcCECAFQQJ0QbzSAGohAEGQ0AAoAgAiAkEBIAV0IgNxRQRAIAAgBDYCAEGQ0AAgAiADcjYCACAEIAA2AhggBCAENgIIIAQgBDYCDAwBCyABQRkgBUEBdmtBACAFQR9HG3QhBSAAKAIAIQACQANAIAAiAigCBEF4cSABRg0BIAVBHXYhACAFQQF0IQUgAiAAQQRxakEQaiIDKAIAIgANAAsgAyAENgIAIAQgAjYCGCAEIAQ2AgwgBCAENgIIDAELIAIoAggiACAENgIMIAIgBDYCCCAEQQA2AhggBCACNgIMIAQgADYCCAsgCUEIaiEBDAILAkAgB0UNAAJAIAMoAhwiAUECdEG80gBqIgIoAgAgA0YEQCACIAA2AgAgAA0BQZDQACAIQX4gAXdxIgg2AgAMAgsgB0EQQRQgBygCECADRhtqIAA2AgAgAEUNAQsgACAHNgIYIAMoAhAiAQRAIAAgATYCECABIAA2AhgLIANBFGooAgAiAUUNACAAQRRqIAE2AgAgASAANgIYCwJAIAVBD00EQCADIAQgBWoiAEEDcjYCBCAAIANqIgAgACgCBEEBcjYCBAwBCyADIARqIgIgBUEBcjYCBCADIARBA3I2AgQgAiAFaiAFNgIAIAVB/wFNBEAgBUF4cUG00ABqIQACf0GM0AAoAgAiAUEBIAVBA3Z0IgVxRQRAQYzQACABIAVyNgIAIAAMAQsgACgCCAsiASACNgIMIAAgAjYCCCACIAA2AgwgAiABNgIIDAELQR8hASAFQf///wdNBEAgBUEmIAVBCHZnIgBrdkEBcSAAQQF0a0E+aiEBCyACIAE2AhwgAkIANwIQIAFBAnRBvNIAaiEAQQEgAXQiBCAIcUUEQCAAIAI2AgBBkNAAIAQgCHI2AgAgAiAANgIYIAIgAjYCCCACIAI2AgwMAQsgBUEZIAFBAXZrQQAgAUEfRxt0IQEgACgCACEEAkADQCAEIgAoAgRBeHEgBUYNASABQR12IQQgAUEBdCEBIAAgBEEEcWpBEGoiBigCACIEDQALIAYgAjYCACACIAA2AhggAiACNgIMIAIgAjYCCAwBCyAAKAIIIgEgAjYCDCAAIAI2AgggAkEANgIYIAIgADYCDCACIAE2AggLIANBCGohAQwBCwJAIAlFDQACQCAAKAIcIgFBAnRBvNIAaiICKAIAIABGBEAgAiADNgIAIAMNAUGQ0AAgC0F+IAF3cTYCAAwCCyAJQRBBFCAJKAIQIABGG2ogAzYCACADRQ0BCyADIAk2AhggACgCECIBBEAgAyABNgIQIAEgAzYCGAsgAEEUaigCACIBRQ0AIANBFGogATYCACABIAM2AhgLAkAgBUEPTQRAIAAgBCAFaiIBQQNyNgIEIAAgAWoiASABKAIEQQFyNgIEDAELIAAgBGoiByAFQQFyNgIEIAAgBEEDcjYCBCAFIAdqIAU2AgAgCARAIAhBeHFBtNAAaiEBQaDQACgCACEDAn9BASAIQQN2dCICIAZxRQRAQYzQACACIAZyNgIAIAEMAQsgASgCCAsiAiADNgIMIAEgAzYCCCADIAE2AgwgAyACNgIIC0Gg0AAgBzYCAEGU0AAgBTYCAAsgAEEIaiEBCyAKQRBqJAAgAQtDACAARQRAPwBBEHQPCwJAIABB//8DcQ0AIABBAEgNACAAQRB2QAAiAEF/RgRAQfzTAEEwNgIAQX8PCyAAQRB0DwsACwvcPyIAQYAICwkBAAAAAgAAAAMAQZQICwUEAAAABQBBpAgLCQYAAAAHAAAACABB3AgLii1JbnZhbGlkIGNoYXIgaW4gdXJsIHF1ZXJ5AFNwYW4gY2FsbGJhY2sgZXJyb3IgaW4gb25fYm9keQBDb250ZW50LUxlbmd0aCBvdmVyZmxvdwBDaHVuayBzaXplIG92ZXJmbG93AFJlc3BvbnNlIG92ZXJmbG93AEludmFsaWQgbWV0aG9kIGZvciBIVFRQL3gueCByZXF1ZXN0AEludmFsaWQgbWV0aG9kIGZvciBSVFNQL3gueCByZXF1ZXN0AEV4cGVjdGVkIFNPVVJDRSBtZXRob2QgZm9yIElDRS94LnggcmVxdWVzdABJbnZhbGlkIGNoYXIgaW4gdXJsIGZyYWdtZW50IHN0YXJ0AEV4cGVjdGVkIGRvdABTcGFuIGNhbGxiYWNrIGVycm9yIGluIG9uX3N0YXR1cwBJbnZhbGlkIHJlc3BvbnNlIHN0YXR1cwBJbnZhbGlkIGNoYXJhY3RlciBpbiBjaHVuayBleHRlbnNpb25zAFVzZXIgY2FsbGJhY2sgZXJyb3IAYG9uX3Jlc2V0YCBjYWxsYmFjayBlcnJvcgBgb25fY2h1bmtfaGVhZGVyYCBjYWxsYmFjayBlcnJvcgBgb25fbWVzc2FnZV9iZWdpbmAgY2FsbGJhY2sgZXJyb3IAYG9uX2NodW5rX2V4dGVuc2lvbl92YWx1ZWAgY2FsbGJhY2sgZXJyb3IAYG9uX3N0YXR1c19jb21wbGV0ZWAgY2FsbGJhY2sgZXJyb3IAYG9uX3ZlcnNpb25fY29tcGxldGVgIGNhbGxiYWNrIGVycm9yAGBvbl91cmxfY29tcGxldGVgIGNhbGxiYWNrIGVycm9yAGBvbl9jaHVua19jb21wbGV0ZWAgY2FsbGJhY2sgZXJyb3IAYG9uX2hlYWRlcl92YWx1ZV9jb21wbGV0ZWAgY2FsbGJhY2sgZXJyb3IAYG9uX21lc3NhZ2VfY29tcGxldGVgIGNhbGxiYWNrIGVycm9yAGBvbl9tZXRob2RfY29tcGxldGVgIGNhbGxiYWNrIGVycm9yAGBvbl9oZWFkZXJfZmllbGRfY29tcGxldGVgIGNhbGxiYWNrIGVycm9yAGBvbl9jaHVua19leHRlbnNpb25fbmFtZWAgY2FsbGJhY2sgZXJyb3IAVW5leHBlY3RlZCBjaGFyIGluIHVybCBzZXJ2ZXIASW52YWxpZCBoZWFkZXIgdmFsdWUgY2hhcgBJbnZhbGlkIGhlYWRlciBmaWVsZCBjaGFyAFNwYW4gY2FsbGJhY2sgZXJyb3IgaW4gb25fdmVyc2lvbgBJbnZhbGlkIG1pbm9yIHZlcnNpb24ASW52YWxpZCBtYWpvciB2ZXJzaW9uAEV4cGVjdGVkIHNwYWNlIGFmdGVyIHZlcnNpb24ARXhwZWN0ZWQgQ1JMRiBhZnRlciB2ZXJzaW9uAEludmFsaWQgSFRUUCB2ZXJzaW9uAEludmFsaWQgaGVhZGVyIHRva2VuAFNwYW4gY2FsbGJhY2sgZXJyb3IgaW4gb25fdXJsAEludmFsaWQgY2hhcmFjdGVycyBpbiB1cmwAVW5leHBlY3RlZCBzdGFydCBjaGFyIGluIHVybABEb3VibGUgQCBpbiB1cmwARW1wdHkgQ29udGVudC1MZW5ndGgASW52YWxpZCBjaGFyYWN0ZXIgaW4gQ29udGVudC1MZW5ndGgARHVwbGljYXRlIENvbnRlbnQtTGVuZ3RoAEludmFsaWQgY2hhciBpbiB1cmwgcGF0aABDb250ZW50LUxlbmd0aCBjYW4ndCBiZSBwcmVzZW50IHdpdGggVHJhbnNmZXItRW5jb2RpbmcASW52YWxpZCBjaGFyYWN0ZXIgaW4gY2h1bmsgc2l6ZQBTcGFuIGNhbGxiYWNrIGVycm9yIGluIG9uX2hlYWRlcl92YWx1ZQBTcGFuIGNhbGxiYWNrIGVycm9yIGluIG9uX2NodW5rX2V4dGVuc2lvbl92YWx1ZQBJbnZhbGlkIGNoYXJhY3RlciBpbiBjaHVuayBleHRlbnNpb25zIHZhbHVlAE1pc3NpbmcgZXhwZWN0ZWQgTEYgYWZ0ZXIgaGVhZGVyIHZhbHVlAEludmFsaWQgYFRyYW5zZmVyLUVuY29kaW5nYCBoZWFkZXIgdmFsdWUASW52YWxpZCBjaGFyYWN0ZXIgaW4gY2h1bmsgZXh0ZW5zaW9ucyBxdW90ZSB2YWx1ZQBJbnZhbGlkIGNoYXJhY3RlciBpbiBjaHVuayBleHRlbnNpb25zIHF1b3RlZCB2YWx1ZQBQYXVzZWQgYnkgb25faGVhZGVyc19jb21wbGV0ZQBJbnZhbGlkIEVPRiBzdGF0ZQBvbl9yZXNldCBwYXVzZQBvbl9jaHVua19oZWFkZXIgcGF1c2UAb25fbWVzc2FnZV9iZWdpbiBwYXVzZQBvbl9jaHVua19leHRlbnNpb25fdmFsdWUgcGF1c2UAb25fc3RhdHVzX2NvbXBsZXRlIHBhdXNlAG9uX3ZlcnNpb25fY29tcGxldGUgcGF1c2UAb25fdXJsX2NvbXBsZXRlIHBhdXNlAG9uX2NodW5rX2NvbXBsZXRlIHBhdXNlAG9uX2hlYWRlcl92YWx1ZV9jb21wbGV0ZSBwYXVzZQBvbl9tZXNzYWdlX2NvbXBsZXRlIHBhdXNlAG9uX21ldGhvZF9jb21wbGV0ZSBwYXVzZQBvbl9oZWFkZXJfZmllbGRfY29tcGxldGUgcGF1c2UAb25fY2h1bmtfZXh0ZW5zaW9uX25hbWUgcGF1c2UAVW5leHBlY3RlZCBzcGFjZSBhZnRlciBzdGFydCBsaW5lAFNwYW4gY2FsbGJhY2sgZXJyb3IgaW4gb25fY2h1bmtfZXh0ZW5zaW9uX25hbWUASW52YWxpZCBjaGFyYWN0ZXIgaW4gY2h1bmsgZXh0ZW5zaW9ucyBuYW1lAFBhdXNlIG9uIENPTk5FQ1QvVXBncmFkZQBQYXVzZSBvbiBQUkkvVXBncmFkZQBFeHBlY3RlZCBIVFRQLzIgQ29ubmVjdGlvbiBQcmVmYWNlAFNwYW4gY2FsbGJhY2sgZXJyb3IgaW4gb25fbWV0aG9kAEV4cGVjdGVkIHNwYWNlIGFmdGVyIG1ldGhvZABTcGFuIGNhbGxiYWNrIGVycm9yIGluIG9uX2hlYWRlcl9maWVsZABQYXVzZWQASW52YWxpZCB3b3JkIGVuY291bnRlcmVkAEludmFsaWQgbWV0aG9kIGVuY291bnRlcmVkAFVuZXhwZWN0ZWQgY2hhciBpbiB1cmwgc2NoZW1hAFJlcXVlc3QgaGFzIGludmFsaWQgYFRyYW5zZmVyLUVuY29kaW5nYABTV0lUQ0hfUFJPWFkAVVNFX1BST1hZAE1LQUNUSVZJVFkAVU5QUk9DRVNTQUJMRV9FTlRJVFkAQ09QWQBNT1ZFRF9QRVJNQU5FTlRMWQBUT09fRUFSTFkATk9USUZZAEZBSUxFRF9ERVBFTkRFTkNZAEJBRF9HQVRFV0FZAFBMQVkAUFVUAENIRUNLT1VUAEdBVEVXQVlfVElNRU9VVABSRVFVRVNUX1RJTUVPVVQATkVUV09SS19DT05ORUNUX1RJTUVPVVQAQ09OTkVDVElPTl9USU1FT1VUAExPR0lOX1RJTUVPVVQATkVUV09SS19SRUFEX1RJTUVPVVQAUE9TVABNSVNESVJFQ1RFRF9SRVFVRVNUAENMSUVOVF9DTE9TRURfUkVRVUVTVABDTElFTlRfQ0xPU0VEX0xPQURfQkFMQU5DRURfUkVRVUVTVABCQURfUkVRVUVTVABIVFRQX1JFUVVFU1RfU0VOVF9UT19IVFRQU19QT1JUAFJFUE9SVABJTV9BX1RFQVBPVABSRVNFVF9DT05URU5UAE5PX0NPTlRFTlQAUEFSVElBTF9DT05URU5UAEhQRV9JTlZBTElEX0NPTlNUQU5UAEhQRV9DQl9SRVNFVABHRVQASFBFX1NUUklDVABDT05GTElDVABURU1QT1JBUllfUkVESVJFQ1QAUEVSTUFORU5UX1JFRElSRUNUAENPTk5FQ1QATVVMVElfU1RBVFVTAEhQRV9JTlZBTElEX1NUQVRVUwBUT09fTUFOWV9SRVFVRVNUUwBFQVJMWV9ISU5UUwBVTkFWQUlMQUJMRV9GT1JfTEVHQUxfUkVBU09OUwBPUFRJT05TAFNXSVRDSElOR19QUk9UT0NPTFMAVkFSSUFOVF9BTFNPX05FR09USUFURVMATVVMVElQTEVfQ0hPSUNFUwBJTlRFUk5BTF9TRVJWRVJfRVJST1IAV0VCX1NFUlZFUl9VTktOT1dOX0VSUk9SAFJBSUxHVU5fRVJST1IASURFTlRJVFlfUFJPVklERVJfQVVUSEVOVElDQVRJT05fRVJST1IAU1NMX0NFUlRJRklDQVRFX0VSUk9SAElOVkFMSURfWF9GT1JXQVJERURfRk9SAFNFVF9QQVJBTUVURVIAR0VUX1BBUkFNRVRFUgBIUEVfVVNFUgBTRUVfT1RIRVIASFBFX0NCX0NIVU5LX0hFQURFUgBNS0NBTEVOREFSAFNFVFVQAFdFQl9TRVJWRVJfSVNfRE9XTgBURUFSRE9XTgBIUEVfQ0xPU0VEX0NPTk5FQ1RJT04ASEVVUklTVElDX0VYUElSQVRJT04ARElTQ09OTkVDVEVEX09QRVJBVElPTgBOT05fQVVUSE9SSVRBVElWRV9JTkZPUk1BVElPTgBIUEVfSU5WQUxJRF9WRVJTSU9OAEhQRV9DQl9NRVNTQUdFX0JFR0lOAFNJVEVfSVNfRlJPWkVOAEhQRV9JTlZBTElEX0hFQURFUl9UT0tFTgBJTlZBTElEX1RPS0VOAEZPUkJJRERFTgBFTkhBTkNFX1lPVVJfQ0FMTQBIUEVfSU5WQUxJRF9VUkwAQkxPQ0tFRF9CWV9QQVJFTlRBTF9DT05UUk9MAE1LQ09MAEFDTABIUEVfSU5URVJOQUwAUkVRVUVTVF9IRUFERVJfRklFTERTX1RPT19MQVJHRV9VTk9GRklDSUFMAEhQRV9PSwBVTkxJTksAVU5MT0NLAFBSSQBSRVRSWV9XSVRIAEhQRV9JTlZBTElEX0NPTlRFTlRfTEVOR1RIAEhQRV9VTkVYUEVDVEVEX0NPTlRFTlRfTEVOR1RIAEZMVVNIAFBST1BQQVRDSABNLVNFQVJDSABVUklfVE9PX0xPTkcAUFJPQ0VTU0lORwBNSVNDRUxMQU5FT1VTX1BFUlNJU1RFTlRfV0FSTklORwBNSVNDRUxMQU5FT1VTX1dBUk5JTkcASFBFX0lOVkFMSURfVFJBTlNGRVJfRU5DT0RJTkcARXhwZWN0ZWQgQ1JMRgBIUEVfSU5WQUxJRF9DSFVOS19TSVpFAE1PVkUAQ09OVElOVUUASFBFX0NCX1NUQVRVU19DT01QTEVURQBIUEVfQ0JfSEVBREVSU19DT01QTEVURQBIUEVfQ0JfVkVSU0lPTl9DT01QTEVURQBIUEVfQ0JfVVJMX0NPTVBMRVRFAEhQRV9DQl9DSFVOS19DT01QTEVURQBIUEVfQ0JfSEVBREVSX1ZBTFVFX0NPTVBMRVRFAEhQRV9DQl9DSFVOS19FWFRFTlNJT05fVkFMVUVfQ09NUExFVEUASFBFX0NCX0NIVU5LX0VYVEVOU0lPTl9OQU1FX0NPTVBMRVRFAEhQRV9DQl9NRVNTQUdFX0NPTVBMRVRFAEhQRV9DQl9NRVRIT0RfQ09NUExFVEUASFBFX0NCX0hFQURFUl9GSUVMRF9DT01QTEVURQBERUxFVEUASFBFX0lOVkFMSURfRU9GX1NUQVRFAElOVkFMSURfU1NMX0NFUlRJRklDQVRFAFBBVVNFAE5PX1JFU1BPTlNFAFVOU1VQUE9SVEVEX01FRElBX1RZUEUAR09ORQBOT1RfQUNDRVBUQUJMRQBTRVJWSUNFX1VOQVZBSUxBQkxFAFJBTkdFX05PVF9TQVRJU0ZJQUJMRQBPUklHSU5fSVNfVU5SRUFDSEFCTEUAUkVTUE9OU0VfSVNfU1RBTEUAUFVSR0UATUVSR0UAUkVRVUVTVF9IRUFERVJfRklFTERTX1RPT19MQVJHRQBSRVFVRVNUX0hFQURFUl9UT09fTEFSR0UAUEFZTE9BRF9UT09fTEFSR0UASU5TVUZGSUNJRU5UX1NUT1JBR0UASFBFX1BBVVNFRF9VUEdSQURFAEhQRV9QQVVTRURfSDJfVVBHUkFERQBTT1VSQ0UAQU5OT1VOQ0UAVFJBQ0UASFBFX1VORVhQRUNURURfU1BBQ0UAREVTQ1JJQkUAVU5TVUJTQ1JJQkUAUkVDT1JEAEhQRV9JTlZBTElEX01FVEhPRABOT1RfRk9VTkQAUFJPUEZJTkQAVU5CSU5EAFJFQklORABVTkFVVEhPUklaRUQATUVUSE9EX05PVF9BTExPV0VEAEhUVFBfVkVSU0lPTl9OT1RfU1VQUE9SVEVEAEFMUkVBRFlfUkVQT1JURUQAQUNDRVBURUQATk9UX0lNUExFTUVOVEVEAExPT1BfREVURUNURUQASFBFX0NSX0VYUEVDVEVEAEhQRV9MRl9FWFBFQ1RFRABDUkVBVEVEAElNX1VTRUQASFBFX1BBVVNFRABUSU1FT1VUX09DQ1VSRUQAUEFZTUVOVF9SRVFVSVJFRABQUkVDT05ESVRJT05fUkVRVUlSRUQAUFJPWFlfQVVUSEVOVElDQVRJT05fUkVRVUlSRUQATkVUV09SS19BVVRIRU5USUNBVElPTl9SRVFVSVJFRABMRU5HVEhfUkVRVUlSRUQAU1NMX0NFUlRJRklDQVRFX1JFUVVJUkVEAFVQR1JBREVfUkVRVUlSRUQAUEFHRV9FWFBJUkVEAFBSRUNPTkRJVElPTl9GQUlMRUQARVhQRUNUQVRJT05fRkFJTEVEAFJFVkFMSURBVElPTl9GQUlMRUQAU1NMX0hBTkRTSEFLRV9GQUlMRUQATE9DS0VEAFRSQU5TRk9STUFUSU9OX0FQUExJRUQATk9UX01PRElGSUVEAE5PVF9FWFRFTkRFRABCQU5EV0lEVEhfTElNSVRfRVhDRUVERUQAU0lURV9JU19PVkVSTE9BREVEAEhFQUQARXhwZWN0ZWQgSFRUUC8AAF4TAAAmEwAAMBAAAPAXAACdEwAAFRIAADkXAADwEgAAChAAAHUSAACtEgAAghMAAE8UAAB/EAAAoBUAACMUAACJEgAAixQAAE0VAADUEQAAzxQAABAYAADJFgAA3BYAAMERAADgFwAAuxQAAHQUAAB8FQAA5RQAAAgXAAAfEAAAZRUAAKMUAAAoFQAAAhUAAJkVAAAsEAAAixkAAE8PAADUDgAAahAAAM4QAAACFwAAiQ4AAG4TAAAcEwAAZhQAAFYXAADBEwAAzRMAAGwTAABoFwAAZhcAAF8XAAAiEwAAzg8AAGkOAADYDgAAYxYAAMsTAACqDgAAKBcAACYXAADFEwAAXRYAAOgRAABnEwAAZRMAAPIWAABzEwAAHRcAAPkWAADzEQAAzw4AAM4VAAAMEgAAsxEAAKURAABhEAAAMhcAALsTAEH5NQsBAQBBkDYL4AEBAQIBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQBB/TcLAQEAQZE4C14CAwICAgICAAACAgACAgACAgICAgICAgICAAQAAAAAAAICAgICAgICAgICAgICAgICAgICAgICAgICAAAAAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAAgACAEH9OQsBAQBBkToLXgIAAgICAgIAAAICAAICAAICAgICAgICAgIAAwAEAAAAAgICAgICAgICAgICAgICAgICAgICAgICAgIAAAACAgICAgICAgICAgICAgICAgICAgICAgICAgICAgACAAIAQfA7Cw1sb3NlZWVwLWFsaXZlAEGJPAsBAQBBoDwL4AEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQABAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQBBiT4LAQEAQaA+C+cBAQEBAQEBAQEBAQEBAgEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQFjaHVua2VkAEGwwAALXwEBAAEBAQEBAAABAQABAQABAQEBAQEBAQEBAAAAAAAAAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAAAAAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAAQABAEGQwgALIWVjdGlvbmVudC1sZW5ndGhvbnJveHktY29ubmVjdGlvbgBBwMIACy1yYW5zZmVyLWVuY29kaW5ncGdyYWRlDQoNCg0KU00NCg0KVFRQL0NFL1RTUC8AQfnCAAsFAQIAAQMAQZDDAAvgAQQBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAEH5xAALBQECAAEDAEGQxQAL4AEEAQEFAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQABAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQBB+cYACwQBAAABAEGRxwAL3wEBAQABAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAEH6yAALBAEAAAIAQZDJAAtfAwQAAAQEBAQEBAQEBAQEBQQEBAQEBAQEBAQEBAAEAAYHBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAAQABAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAAAAAQAQfrKAAsEAQAAAQBBkMsACwEBAEGqywALQQIAAAAAAAADAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwAAAAAAAAMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAEH6zAALBAEAAAEAQZDNAAsBAQBBms0ACwYCAAAAAAIAQbHNAAs6AwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMAAAAAAAADAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwBB8M4AC5YBTk9VTkNFRUNLT1VUTkVDVEVURUNSSUJFTFVTSEVURUFEU0VBUkNIUkdFQ1RJVklUWUxFTkRBUlZFT1RJRllQVElPTlNDSFNFQVlTVEFUQ0hHRU9SRElSRUNUT1JUUkNIUEFSQU1FVEVSVVJDRUJTQ1JJQkVBUkRPV05BQ0VJTkROS0NLVUJTQ1JJQkVIVFRQL0FEVFAv","base64")},53434:(La,hl,fl)=>{"use strict";const{Buffer:yl}=fl(4573);La.exports=yl.from("AGFzbQEAAAABJwdgAX8Bf2ADf39/AX9gAX8AYAJ/fwBgBH9/f38Bf2AAAGADf39/AALLAQgDZW52GHdhc21fb25faGVhZGVyc19jb21wbGV0ZQAEA2VudhV3YXNtX29uX21lc3NhZ2VfYmVnaW4AAANlbnYLd2FzbV9vbl91cmwAAQNlbnYOd2FzbV9vbl9zdGF0dXMAAQNlbnYUd2FzbV9vbl9oZWFkZXJfZmllbGQAAQNlbnYUd2FzbV9vbl9oZWFkZXJfdmFsdWUAAQNlbnYMd2FzbV9vbl9ib2R5AAEDZW52GHdhc21fb25fbWVzc2FnZV9jb21wbGV0ZQAAAy0sBQYAAAIAAAAAAAACAQIAAgICAAADAAAAAAMDAwMBAQEBAQEBAQEAAAIAAAAEBQFwARISBQMBAAIGCAF/AUGA1AQLB9EFIgZtZW1vcnkCAAtfaW5pdGlhbGl6ZQAIGV9faW5kaXJlY3RfZnVuY3Rpb25fdGFibGUBAAtsbGh0dHBfaW5pdAAJGGxsaHR0cF9zaG91bGRfa2VlcF9hbGl2ZQAvDGxsaHR0cF9hbGxvYwALBm1hbGxvYwAxC2xsaHR0cF9mcmVlAAwEZnJlZQAMD2xsaHR0cF9nZXRfdHlwZQANFWxsaHR0cF9nZXRfaHR0cF9tYWpvcgAOFWxsaHR0cF9nZXRfaHR0cF9taW5vcgAPEWxsaHR0cF9nZXRfbWV0aG9kABAWbGxodHRwX2dldF9zdGF0dXNfY29kZQAREmxsaHR0cF9nZXRfdXBncmFkZQASDGxsaHR0cF9yZXNldAATDmxsaHR0cF9leGVjdXRlABQUbGxodHRwX3NldHRpbmdzX2luaXQAFQ1sbGh0dHBfZmluaXNoABYMbGxodHRwX3BhdXNlABcNbGxodHRwX3Jlc3VtZQAYG2xsaHR0cF9yZXN1bWVfYWZ0ZXJfdXBncmFkZQAZEGxsaHR0cF9nZXRfZXJybm8AGhdsbGh0dHBfZ2V0X2Vycm9yX3JlYXNvbgAbF2xsaHR0cF9zZXRfZXJyb3JfcmVhc29uABwUbGxodHRwX2dldF9lcnJvcl9wb3MAHRFsbGh0dHBfZXJybm9fbmFtZQAeEmxsaHR0cF9tZXRob2RfbmFtZQAfEmxsaHR0cF9zdGF0dXNfbmFtZQAgGmxsaHR0cF9zZXRfbGVuaWVudF9oZWFkZXJzACEhbGxodHRwX3NldF9sZW5pZW50X2NodW5rZWRfbGVuZ3RoACIdbGxodHRwX3NldF9sZW5pZW50X2tlZXBfYWxpdmUAIyRsbGh0dHBfc2V0X2xlbmllbnRfdHJhbnNmZXJfZW5jb2RpbmcAJBhsbGh0dHBfbWVzc2FnZV9uZWVkc19lb2YALgkXAQBBAQsRAQIDBAUKBgcrLSwqKSglJyYK77MCLBYAQYjQACgCAARAAAtBiNAAQQE2AgALFAAgABAwIAAgAjYCOCAAIAE6ACgLFAAgACAALwEyIAAtAC4gABAvEAALHgEBf0HAABAyIgEQMCABQYAINgI4IAEgADoAKCABC48MAQd/AkAgAEUNACAAQQhrIgEgAEEEaygCACIAQXhxIgRqIQUCQCAAQQFxDQAgAEEDcUUNASABIAEoAgAiAGsiAUGc0AAoAgBJDQEgACAEaiEEAkACQEGg0AAoAgAgAUcEQCAAQf8BTQRAIABBA3YhAyABKAIIIgAgASgCDCICRgRAQYzQAEGM0AAoAgBBfiADd3E2AgAMBQsgAiAANgIIIAAgAjYCDAwECyABKAIYIQYgASABKAIMIgBHBEAgACABKAIIIgI2AgggAiAANgIMDAMLIAFBFGoiAygCACICRQRAIAEoAhAiAkUNAiABQRBqIQMLA0AgAyEHIAIiAEEUaiIDKAIAIgINACAAQRBqIQMgACgCECICDQALIAdBADYCAAwCCyAFKAIEIgBBA3FBA0cNAiAFIABBfnE2AgRBlNAAIAQ2AgAgBSAENgIAIAEgBEEBcjYCBAwDC0EAIQALIAZFDQACQCABKAIcIgJBAnRBvNIAaiIDKAIAIAFGBEAgAyAANgIAIAANAUGQ0ABBkNAAKAIAQX4gAndxNgIADAILIAZBEEEUIAYoAhAgAUYbaiAANgIAIABFDQELIAAgBjYCGCABKAIQIgIEQCAAIAI2AhAgAiAANgIYCyABQRRqKAIAIgJFDQAgAEEUaiACNgIAIAIgADYCGAsgASAFTw0AIAUoAgQiAEEBcUUNAAJAAkACQAJAIABBAnFFBEBBpNAAKAIAIAVGBEBBpNAAIAE2AgBBmNAAQZjQACgCACAEaiIANgIAIAEgAEEBcjYCBCABQaDQACgCAEcNBkGU0ABBADYCAEGg0ABBADYCAAwGC0Gg0AAoAgAgBUYEQEGg0AAgATYCAEGU0ABBlNAAKAIAIARqIgA2AgAgASAAQQFyNgIEIAAgAWogADYCAAwGCyAAQXhxIARqIQQgAEH/AU0EQCAAQQN2IQMgBSgCCCIAIAUoAgwiAkYEQEGM0ABBjNAAKAIAQX4gA3dxNgIADAULIAIgADYCCCAAIAI2AgwMBAsgBSgCGCEGIAUgBSgCDCIARwRAQZzQACgCABogACAFKAIIIgI2AgggAiAANgIMDAMLIAVBFGoiAygCACICRQRAIAUoAhAiAkUNAiAFQRBqIQMLA0AgAyEHIAIiAEEUaiIDKAIAIgINACAAQRBqIQMgACgCECICDQALIAdBADYCAAwCCyAFIABBfnE2AgQgASAEaiAENgIAIAEgBEEBcjYCBAwDC0EAIQALIAZFDQACQCAFKAIcIgJBAnRBvNIAaiIDKAIAIAVGBEAgAyAANgIAIAANAUGQ0ABBkNAAKAIAQX4gAndxNgIADAILIAZBEEEUIAYoAhAgBUYbaiAANgIAIABFDQELIAAgBjYCGCAFKAIQIgIEQCAAIAI2AhAgAiAANgIYCyAFQRRqKAIAIgJFDQAgAEEUaiACNgIAIAIgADYCGAsgASAEaiAENgIAIAEgBEEBcjYCBCABQaDQACgCAEcNAEGU0AAgBDYCAAwBCyAEQf8BTQRAIARBeHFBtNAAaiEAAn9BjNAAKAIAIgJBASAEQQN2dCIDcUUEQEGM0AAgAiADcjYCACAADAELIAAoAggLIgIgATYCDCAAIAE2AgggASAANgIMIAEgAjYCCAwBC0EfIQIgBEH///8HTQRAIARBJiAEQQh2ZyIAa3ZBAXEgAEEBdGtBPmohAgsgASACNgIcIAFCADcCECACQQJ0QbzSAGohAAJAQZDQACgCACIDQQEgAnQiB3FFBEAgACABNgIAQZDQACADIAdyNgIAIAEgADYCGCABIAE2AgggASABNgIMDAELIARBGSACQQF2a0EAIAJBH0cbdCECIAAoAgAhAAJAA0AgACIDKAIEQXhxIARGDQEgAkEddiEAIAJBAXQhAiADIABBBHFqQRBqIgcoAgAiAA0ACyAHIAE2AgAgASADNgIYIAEgATYCDCABIAE2AggMAQsgAygCCCIAIAE2AgwgAyABNgIIIAFBADYCGCABIAM2AgwgASAANgIIC0Gs0ABBrNAAKAIAQQFrIgBBfyAAGzYCAAsLBwAgAC0AKAsHACAALQAqCwcAIAAtACsLBwAgAC0AKQsHACAALwEyCwcAIAAtAC4LQAEEfyAAKAIYIQEgAC0ALSECIAAtACghAyAAKAI4IQQgABAwIAAgBDYCOCAAIAM6ACggACACOgAtIAAgATYCGAu74gECB38DfiABIAJqIQQCQCAAIgIoAgwiAA0AIAIoAgQEQCACIAE2AgQLIwBBEGsiCCQAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACfwJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAIAIoAhwiA0EBaw7dAdoBAdkBAgMEBQYHCAkKCwwNDtgBDxDXARES1gETFBUWFxgZGhvgAd8BHB0e1QEfICEiIyQl1AEmJygpKiss0wHSAS0u0QHQAS8wMTIzNDU2Nzg5Ojs8PT4/QEFCQ0RFRtsBR0hJSs8BzgFLzQFMzAFNTk9QUVJTVFVWV1hZWltcXV5fYGFiY2RlZmdoaWprbG1ub3BxcnN0dXZ3eHl6e3x9fn+AAYEBggGDAYQBhQGGAYcBiAGJAYoBiwGMAY0BjgGPAZABkQGSAZMBlAGVAZYBlwGYAZkBmgGbAZwBnQGeAZ8BoAGhAaIBowGkAaUBpgGnAagBqQGqAasBrAGtAa4BrwGwAbEBsgGzAbQBtQG2AbcBywHKAbgByQG5AcgBugG7AbwBvQG+Ab8BwAHBAcIBwwHEAcUBxgEA3AELQQAMxgELQQ4MxQELQQ0MxAELQQ8MwwELQRAMwgELQRMMwQELQRQMwAELQRUMvwELQRYMvgELQRgMvQELQRkMvAELQRoMuwELQRsMugELQRwMuQELQR0MuAELQQgMtwELQR4MtgELQSAMtQELQR8MtAELQQcMswELQSEMsgELQSIMsQELQSMMsAELQSQMrwELQRIMrgELQREMrQELQSUMrAELQSYMqwELQScMqgELQSgMqQELQcMBDKgBC0EqDKcBC0ErDKYBC0EsDKUBC0EtDKQBC0EuDKMBC0EvDKIBC0HEAQyhAQtBMAygAQtBNAyfAQtBDAyeAQtBMQydAQtBMgycAQtBMwybAQtBOQyaAQtBNQyZAQtBxQEMmAELQQsMlwELQToMlgELQTYMlQELQQoMlAELQTcMkwELQTgMkgELQTwMkQELQTsMkAELQT0MjwELQQkMjgELQSkMjQELQT4MjAELQT8MiwELQcAADIoBC0HBAAyJAQtBwgAMiAELQcMADIcBC0HEAAyGAQtBxQAMhQELQcYADIQBC0EXDIMBC0HHAAyCAQtByAAMgQELQckADIABC0HKAAx/C0HLAAx+C0HNAAx9C0HMAAx8C0HOAAx7C0HPAAx6C0HQAAx5C0HRAAx4C0HSAAx3C0HTAAx2C0HUAAx1C0HWAAx0C0HVAAxzC0EGDHILQdcADHELQQUMcAtB2AAMbwtBBAxuC0HZAAxtC0HaAAxsC0HbAAxrC0HcAAxqC0EDDGkLQd0ADGgLQd4ADGcLQd8ADGYLQeEADGULQeAADGQLQeIADGMLQeMADGILQQIMYQtB5AAMYAtB5QAMXwtB5gAMXgtB5wAMXQtB6AAMXAtB6QAMWwtB6gAMWgtB6wAMWQtB7AAMWAtB7QAMVwtB7gAMVgtB7wAMVQtB8AAMVAtB8QAMUwtB8gAMUgtB8wAMUQtB9AAMUAtB9QAMTwtB9gAMTgtB9wAMTQtB+AAMTAtB+QAMSwtB+gAMSgtB+wAMSQtB/AAMSAtB/QAMRwtB/gAMRgtB/wAMRQtBgAEMRAtBgQEMQwtBggEMQgtBgwEMQQtBhAEMQAtBhQEMPwtBhgEMPgtBhwEMPQtBiAEMPAtBiQEMOwtBigEMOgtBiwEMOQtBjAEMOAtBjQEMNwtBjgEMNgtBjwEMNQtBkAEMNAtBkQEMMwtBkgEMMgtBkwEMMQtBlAEMMAtBlQEMLwtBlgEMLgtBlwEMLQtBmAEMLAtBmQEMKwtBmgEMKgtBmwEMKQtBnAEMKAtBnQEMJwtBngEMJgtBnwEMJQtBoAEMJAtBoQEMIwtBogEMIgtBowEMIQtBpAEMIAtBpQEMHwtBpgEMHgtBpwEMHQtBqAEMHAtBqQEMGwtBqgEMGgtBqwEMGQtBrAEMGAtBrQEMFwtBrgEMFgtBAQwVC0GvAQwUC0GwAQwTC0GxAQwSC0GzAQwRC0GyAQwQC0G0AQwPC0G1AQwOC0G2AQwNC0G3AQwMC0G4AQwLC0G5AQwKC0G6AQwJC0G7AQwIC0HGAQwHC0G8AQwGC0G9AQwFC0G+AQwEC0G/AQwDC0HAAQwCC0HCAQwBC0HBAQshAwNAAkACQAJAAkACQAJAAkACQAJAIAICfwJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJ/AkACQAJAAkACQAJAAkACQAJAAkACQAJAAkAgAgJ/AkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACfwJAAkACfwJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACfwJAAkACQAJAAn8CQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQCADDsYBAAECAwQFBgcICQoLDA0ODxAREhMUFRYXGBkaGxwdHyAhIyUmKCorLC8wMTIzNDU2Nzk6Ozw9lANAQkRFRklLTk9QUVJTVFVWWFpbXF1eX2BhYmNkZWZnaGpsb3Bxc3V2eHl6e3x/gAGBAYIBgwGEAYUBhgGHAYgBiQGKAYsBjAGNAY4BjwGQAZEBkgGTAZQBlQGWAZcBmAGZAZoBmwGcAZ0BngGfAaABoQGiAaMBpAGlAaYBpwGoAakBqgGrAawBrQGuAa8BsAGxAbIBswG0AbUBtgG3AbgBuQG6AbsBvAG9Ab4BvwHAAcEBwgHDAcQBxQHGAccByAHJAcsBzAHNAc4BzwGKA4kDiAOHA4QDgwOAA/sC+gL5AvgC9wL0AvMC8gLLAsECsALZAQsgASAERw3wAkHdASEDDLMDCyABIARHDcgBQcMBIQMMsgMLIAEgBEcNe0H3ACEDDLEDCyABIARHDXBB7wAhAwywAwsgASAERw1pQeoAIQMMrwMLIAEgBEcNZUHoACEDDK4DCyABIARHDWJB5gAhAwytAwsgASAERw0aQRghAwysAwsgASAERw0VQRIhAwyrAwsgASAERw1CQcUAIQMMqgMLIAEgBEcNNEE/IQMMqQMLIAEgBEcNMkE8IQMMqAMLIAEgBEcNK0ExIQMMpwMLIAItAC5BAUYNnwMMwQILQQAhAAJAAkACQCACLQAqRQ0AIAItACtFDQAgAi8BMCIDQQJxRQ0BDAILIAIvATAiA0EBcUUNAQtBASEAIAItAChBAUYNACACLwEyIgVB5ABrQeQASQ0AIAVBzAFGDQAgBUGwAkYNACADQcAAcQ0AQQAhACADQYgEcUGABEYNACADQShxQQBHIQALIAJBADsBMCACQQA6AC8gAEUN3wIgAkIANwMgDOACC0EAIQACQCACKAI4IgNFDQAgAygCLCIDRQ0AIAIgAxEAACEACyAARQ3MASAAQRVHDd0CIAJBBDYCHCACIAE2AhQgAkGwGDYCECACQRU2AgxBACEDDKQDCyABIARGBEBBBiEDDKQDCyABQQFqIQFBACEAAkAgAigCOCIDRQ0AIAMoAlQiA0UNACACIAMRAAAhAAsgAA3ZAgwcCyACQgA3AyBBEiEDDIkDCyABIARHDRZBHSEDDKEDCyABIARHBEAgAUEBaiEBQRAhAwyIAwtBByEDDKADCyACIAIpAyAiCiAEIAFrrSILfSIMQgAgCiAMWhs3AyAgCiALWA3UAkEIIQMMnwMLIAEgBEcEQCACQQk2AgggAiABNgIEQRQhAwyGAwtBCSEDDJ4DCyACKQMgQgBSDccBIAIgAi8BMEGAAXI7ATAMQgsgASAERw0/QdAAIQMMnAMLIAEgBEYEQEELIQMMnAMLIAFBAWohAUEAIQACQCACKAI4IgNFDQAgAygCUCIDRQ0AIAIgAxEAACEACyAADc8CDMYBC0EAIQACQCACKAI4IgNFDQAgAygCSCIDRQ0AIAIgAxEAACEACyAARQ3GASAAQRVHDc0CIAJBCzYCHCACIAE2AhQgAkGCGTYCECACQRU2AgxBACEDDJoDC0EAIQACQCACKAI4IgNFDQAgAygCSCIDRQ0AIAIgAxEAACEACyAARQ0MIABBFUcNygIgAkEaNgIcIAIgATYCFCACQYIZNgIQIAJBFTYCDEEAIQMMmQMLQQAhAAJAIAIoAjgiA0UNACADKAJMIgNFDQAgAiADEQAAIQALIABFDcQBIABBFUcNxwIgAkELNgIcIAIgATYCFCACQZEXNgIQIAJBFTYCDEEAIQMMmAMLIAEgBEYEQEEPIQMMmAMLIAEtAAAiAEE7Rg0HIABBDUcNxAIgAUEBaiEBDMMBC0EAIQACQCACKAI4IgNFDQAgAygCTCIDRQ0AIAIgAxEAACEACyAARQ3DASAAQRVHDcICIAJBDzYCHCACIAE2AhQgAkGRFzYCECACQRU2AgxBACEDDJYDCwNAIAEtAABB8DVqLQAAIgBBAUcEQCAAQQJHDcECIAIoAgQhAEEAIQMgAkEANgIEIAIgACABQQFqIgEQLSIADcICDMUBCyAEIAFBAWoiAUcNAAtBEiEDDJUDC0EAIQACQCACKAI4IgNFDQAgAygCTCIDRQ0AIAIgAxEAACEACyAARQ3FASAAQRVHDb0CIAJBGzYCHCACIAE2AhQgAkGRFzYCECACQRU2AgxBACEDDJQDCyABIARGBEBBFiEDDJQDCyACQQo2AgggAiABNgIEQQAhAAJAIAIoAjgiA0UNACADKAJIIgNFDQAgAiADEQAAIQALIABFDcIBIABBFUcNuQIgAkEVNgIcIAIgATYCFCACQYIZNgIQIAJBFTYCDEEAIQMMkwMLIAEgBEcEQANAIAEtAABB8DdqLQAAIgBBAkcEQAJAIABBAWsOBMQCvQIAvgK9AgsgAUEBaiEBQQghAwz8AgsgBCABQQFqIgFHDQALQRUhAwyTAwtBFSEDDJIDCwNAIAEtAABB8DlqLQAAIgBBAkcEQCAAQQFrDgTFArcCwwK4ArcCCyAEIAFBAWoiAUcNAAtBGCEDDJEDCyABIARHBEAgAkELNgIIIAIgATYCBEEHIQMM+AILQRkhAwyQAwsgAUEBaiEBDAILIAEgBEYEQEEaIQMMjwMLAkAgAS0AAEENaw4UtQG/Ab8BvwG/Ab8BvwG/Ab8BvwG/Ab8BvwG/Ab8BvwG/Ab8BvwEAvwELQQAhAyACQQA2AhwgAkGvCzYCECACQQI2AgwgAiABQQFqNgIUDI4DCyABIARGBEBBGyEDDI4DCyABLQAAIgBBO0cEQCAAQQ1HDbECIAFBAWohAQy6AQsgAUEBaiEBC0EiIQMM8wILIAEgBEYEQEEcIQMMjAMLQgAhCgJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkAgAS0AAEEwaw43wQLAAgABAgMEBQYH0AHQAdAB0AHQAdAB0AEICQoLDA3QAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdAB0AHQAdABDg8QERIT0AELQgIhCgzAAgtCAyEKDL8CC0IEIQoMvgILQgUhCgy9AgtCBiEKDLwCC0IHIQoMuwILQgghCgy6AgtCCSEKDLkCC0IKIQoMuAILQgshCgy3AgtCDCEKDLYCC0INIQoMtQILQg4hCgy0AgtCDyEKDLMCC0IKIQoMsgILQgshCgyxAgtCDCEKDLACC0INIQoMrwILQg4hCgyuAgtCDyEKDK0CC0IAIQoCQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAIAEtAABBMGsON8ACvwIAAQIDBAUGB74CvgK+Ar4CvgK+Ar4CCAkKCwwNvgK+Ar4CvgK+Ar4CvgK+Ar4CvgK+Ar4CvgK+Ar4CvgK+Ar4CvgK+Ar4CvgK+Ar4CvgK+Ag4PEBESE74CC0ICIQoMvwILQgMhCgy+AgtCBCEKDL0CC0IFIQoMvAILQgYhCgy7AgtCByEKDLoCC0IIIQoMuQILQgkhCgy4AgtCCiEKDLcCC0ILIQoMtgILQgwhCgy1AgtCDSEKDLQCC0IOIQoMswILQg8hCgyyAgtCCiEKDLECC0ILIQoMsAILQgwhCgyvAgtCDSEKDK4CC0IOIQoMrQILQg8hCgysAgsgAiACKQMgIgogBCABa60iC30iDEIAIAogDFobNwMgIAogC1gNpwJBHyEDDIkDCyABIARHBEAgAkEJNgIIIAIgATYCBEElIQMM8AILQSAhAwyIAwtBASEFIAIvATAiA0EIcUUEQCACKQMgQgBSIQULAkAgAi0ALgRAQQEhACACLQApQQVGDQEgA0HAAHFFIAVxRQ0BC0EAIQAgA0HAAHENAEECIQAgA0EIcQ0AIANBgARxBEACQCACLQAoQQFHDQAgAi0ALUEKcQ0AQQUhAAwCC0EEIQAMAQsgA0EgcUUEQAJAIAItAChBAUYNACACLwEyIgBB5ABrQeQASQ0AIABBzAFGDQAgAEGwAkYNAEEEIQAgA0EocUUNAiADQYgEcUGABEYNAgtBACEADAELQQBBAyACKQMgUBshAAsgAEEBaw4FvgIAsAEBpAKhAgtBESEDDO0CCyACQQE6AC8MhAMLIAEgBEcNnQJBJCEDDIQDCyABIARHDRxBxgAhAwyDAwtBACEAAkAgAigCOCIDRQ0AIAMoAkQiA0UNACACIAMRAAAhAAsgAEUNJyAAQRVHDZgCIAJB0AA2AhwgAiABNgIUIAJBkRg2AhAgAkEVNgIMQQAhAwyCAwsgASAERgRAQSghAwyCAwtBACEDIAJBADYCBCACQQw2AgggAiABIAEQKiIARQ2UAiACQSc2AhwgAiABNgIUIAIgADYCDAyBAwsgASAERgRAQSkhAwyBAwsgAS0AACIAQSBGDRMgAEEJRw2VAiABQQFqIQEMFAsgASAERwRAIAFBAWohAQwWC0EqIQMM/wILIAEgBEYEQEErIQMM/wILIAEtAAAiAEEJRyAAQSBHcQ2QAiACLQAsQQhHDd0CIAJBADoALAzdAgsgASAERgRAQSwhAwz+AgsgAS0AAEEKRw2OAiABQQFqIQEMsAELIAEgBEcNigJBLyEDDPwCCwNAIAEtAAAiAEEgRwRAIABBCmsOBIQCiAKIAoQChgILIAQgAUEBaiIBRw0AC0ExIQMM+wILQTIhAyABIARGDfoCIAIoAgAiACAEIAFraiEHIAEgAGtBA2ohBgJAA0AgAEHwO2otAAAgAS0AACIFQSByIAUgBUHBAGtB/wFxQRpJG0H/AXFHDQEgAEEDRgRAQQYhAQziAgsgAEEBaiEAIAQgAUEBaiIBRw0ACyACIAc2AgAM+wILIAJBADYCAAyGAgtBMyEDIAQgASIARg35AiAEIAFrIAIoAgAiAWohByAAIAFrQQhqIQYCQANAIAFB9DtqLQAAIAAtAAAiBUEgciAFIAVBwQBrQf8BcUEaSRtB/wFxRw0BIAFBCEYEQEEFIQEM4QILIAFBAWohASAEIABBAWoiAEcNAAsgAiAHNgIADPoCCyACQQA2AgAgACEBDIUCC0E0IQMgBCABIgBGDfgCIAQgAWsgAigCACIBaiEHIAAgAWtBBWohBgJAA0AgAUHQwgBqLQAAIAAtAAAiBUEgciAFIAVBwQBrQf8BcUEaSRtB/wFxRw0BIAFBBUYEQEEHIQEM4AILIAFBAWohASAEIABBAWoiAEcNAAsgAiAHNgIADPkCCyACQQA2AgAgACEBDIQCCyABIARHBEADQCABLQAAQYA+ai0AACIAQQFHBEAgAEECRg0JDIECCyAEIAFBAWoiAUcNAAtBMCEDDPgCC0EwIQMM9wILIAEgBEcEQANAIAEtAAAiAEEgRwRAIABBCmsOBP8B/gH+Af8B/gELIAQgAUEBaiIBRw0AC0E4IQMM9wILQTghAwz2AgsDQCABLQAAIgBBIEcgAEEJR3EN9gEgBCABQQFqIgFHDQALQTwhAwz1AgsDQCABLQAAIgBBIEcEQAJAIABBCmsOBPkBBAT5AQALIABBLEYN9QEMAwsgBCABQQFqIgFHDQALQT8hAwz0AgtBwAAhAyABIARGDfMCIAIoAgAiACAEIAFraiEFIAEgAGtBBmohBgJAA0AgAEGAQGstAAAgAS0AAEEgckcNASAAQQZGDdsCIABBAWohACAEIAFBAWoiAUcNAAsgAiAFNgIADPQCCyACQQA2AgALQTYhAwzZAgsgASAERgRAQcEAIQMM8gILIAJBDDYCCCACIAE2AgQgAi0ALEEBaw4E+wHuAewB6wHUAgsgAUEBaiEBDPoBCyABIARHBEADQAJAIAEtAAAiAEEgciAAIABBwQBrQf8BcUEaSRtB/wFxIgBBCUYNACAAQSBGDQACQAJAAkACQCAAQeMAaw4TAAMDAwMDAwMBAwMDAwMDAwMDAgMLIAFBAWohAUExIQMM3AILIAFBAWohAUEyIQMM2wILIAFBAWohAUEzIQMM2gILDP4BCyAEIAFBAWoiAUcNAAtBNSEDDPACC0E1IQMM7wILIAEgBEcEQANAIAEtAABBgDxqLQAAQQFHDfcBIAQgAUEBaiIBRw0AC0E9IQMM7wILQT0hAwzuAgtBACEAAkAgAigCOCIDRQ0AIAMoAkAiA0UNACACIAMRAAAhAAsgAEUNASAAQRVHDeYBIAJBwgA2AhwgAiABNgIUIAJB4xg2AhAgAkEVNgIMQQAhAwztAgsgAUEBaiEBC0E8IQMM0gILIAEgBEYEQEHCACEDDOsCCwJAA0ACQCABLQAAQQlrDhgAAswCzALRAswCzALMAswCzALMAswCzALMAswCzALMAswCzALMAswCzALMAgDMAgsgBCABQQFqIgFHDQALQcIAIQMM6wILIAFBAWohASACLQAtQQFxRQ3+AQtBLCEDDNACCyABIARHDd4BQcQAIQMM6AILA0AgAS0AAEGQwABqLQAAQQFHDZwBIAQgAUEBaiIBRw0AC0HFACEDDOcCCyABLQAAIgBBIEYN/gEgAEE6Rw3AAiACKAIEIQBBACEDIAJBADYCBCACIAAgARApIgAN3gEM3QELQccAIQMgBCABIgBGDeUCIAQgAWsgAigCACIBaiEHIAAgAWtBBWohBgNAIAFBkMIAai0AACAALQAAIgVBIHIgBSAFQcEAa0H/AXFBGkkbQf8BcUcNvwIgAUEFRg3CAiABQQFqIQEgBCAAQQFqIgBHDQALIAIgBzYCAAzlAgtByAAhAyAEIAEiAEYN5AIgBCABayACKAIAIgFqIQcgACABa0EJaiEGA0AgAUGWwgBqLQAAIAAtAAAiBUEgciAFIAVBwQBrQf8BcUEaSRtB/wFxRw2+AkECIAFBCUYNwgIaIAFBAWohASAEIABBAWoiAEcNAAsgAiAHNgIADOQCCyABIARGBEBByQAhAwzkAgsCQAJAIAEtAAAiAEEgciAAIABBwQBrQf8BcUEaSRtB/wFxQe4Aaw4HAL8CvwK/Ar8CvwIBvwILIAFBAWohAUE+IQMMywILIAFBAWohAUE/IQMMygILQcoAIQMgBCABIgBGDeICIAQgAWsgAigCACIBaiEGIAAgAWtBAWohBwNAIAFBoMIAai0AACAALQAAIgVBIHIgBSAFQcEAa0H/AXFBGkkbQf8BcUcNvAIgAUEBRg2+AiABQQFqIQEgBCAAQQFqIgBHDQALIAIgBjYCAAziAgtBywAhAyAEIAEiAEYN4QIgBCABayACKAIAIgFqIQcgACABa0EOaiEGA0AgAUGiwgBqLQAAIAAtAAAiBUEgciAFIAVBwQBrQf8BcUEaSRtB/wFxRw27AiABQQ5GDb4CIAFBAWohASAEIABBAWoiAEcNAAsgAiAHNgIADOECC0HMACEDIAQgASIARg3gAiAEIAFrIAIoAgAiAWohByAAIAFrQQ9qIQYDQCABQcDCAGotAAAgAC0AACIFQSByIAUgBUHBAGtB/wFxQRpJG0H/AXFHDboCQQMgAUEPRg2+AhogAUEBaiEBIAQgAEEBaiIARw0ACyACIAc2AgAM4AILQc0AIQMgBCABIgBGDd8CIAQgAWsgAigCACIBaiEHIAAgAWtBBWohBgNAIAFB0MIAai0AACAALQAAIgVBIHIgBSAFQcEAa0H/AXFBGkkbQf8BcUcNuQJBBCABQQVGDb0CGiABQQFqIQEgBCAAQQFqIgBHDQALIAIgBzYCAAzfAgsgASAERgRAQc4AIQMM3wILAkACQAJAAkAgAS0AACIAQSByIAAgAEHBAGtB/wFxQRpJG0H/AXFB4wBrDhMAvAK8ArwCvAK8ArwCvAK8ArwCvAK8ArwCAbwCvAK8AgIDvAILIAFBAWohAUHBACEDDMgCCyABQQFqIQFBwgAhAwzHAgsgAUEBaiEBQcMAIQMMxgILIAFBAWohAUHEACEDDMUCCyABIARHBEAgAkENNgIIIAIgATYCBEHFACEDDMUCC0HPACEDDN0CCwJAAkAgAS0AAEEKaw4EAZABkAEAkAELIAFBAWohAQtBKCEDDMMCCyABIARGBEBB0QAhAwzcAgsgAS0AAEEgRw0AIAFBAWohASACLQAtQQFxRQ3QAQtBFyEDDMECCyABIARHDcsBQdIAIQMM2QILQdMAIQMgASAERg3YAiACKAIAIgAgBCABa2ohBiABIABrQQFqIQUDQCABLQAAIABB1sIAai0AAEcNxwEgAEEBRg3KASAAQQFqIQAgBCABQQFqIgFHDQALIAIgBjYCAAzYAgsgASAERgRAQdUAIQMM2AILIAEtAABBCkcNwgEgAUEBaiEBDMoBCyABIARGBEBB1gAhAwzXAgsCQAJAIAEtAABBCmsOBADDAcMBAcMBCyABQQFqIQEMygELIAFBAWohAUHKACEDDL0CC0EAIQACQCACKAI4IgNFDQAgAygCPCIDRQ0AIAIgAxEAACEACyAADb8BQc0AIQMMvAILIAItAClBIkYNzwIMiQELIAQgASIFRgRAQdsAIQMM1AILQQAhAEEBIQFBASEGQQAhAwJAAn8CQAJAAkACQAJAAkACQCAFLQAAQTBrDgrFAcQBAAECAwQFBgjDAQtBAgwGC0EDDAULQQQMBAtBBQwDC0EGDAILQQcMAQtBCAshA0EAIQFBACEGDL0BC0EJIQNBASEAQQAhAUEAIQYMvAELIAEgBEYEQEHdACEDDNMCCyABLQAAQS5HDbgBIAFBAWohAQyIAQsgASAERw22AUHfACEDDNECCyABIARHBEAgAkEONgIIIAIgATYCBEHQACEDDLgCC0HgACEDDNACC0HhACEDIAEgBEYNzwIgAigCACIAIAQgAWtqIQUgASAAa0EDaiEGA0AgAS0AACAAQeLCAGotAABHDbEBIABBA0YNswEgAEEBaiEAIAQgAUEBaiIBRw0ACyACIAU2AgAMzwILQeIAIQMgASAERg3OAiACKAIAIgAgBCABa2ohBSABIABrQQJqIQYDQCABLQAAIABB5sIAai0AAEcNsAEgAEECRg2vASAAQQFqIQAgBCABQQFqIgFHDQALIAIgBTYCAAzOAgtB4wAhAyABIARGDc0CIAIoAgAiACAEIAFraiEFIAEgAGtBA2ohBgNAIAEtAAAgAEHpwgBqLQAARw2vASAAQQNGDa0BIABBAWohACAEIAFBAWoiAUcNAAsgAiAFNgIADM0CCyABIARGBEBB5QAhAwzNAgsgAUEBaiEBQQAhAAJAIAIoAjgiA0UNACADKAIwIgNFDQAgAiADEQAAIQALIAANqgFB1gAhAwyzAgsgASAERwRAA0AgAS0AACIAQSBHBEACQAJAAkAgAEHIAGsOCwABswGzAbMBswGzAbMBswGzAQKzAQsgAUEBaiEBQdIAIQMMtwILIAFBAWohAUHTACEDDLYCCyABQQFqIQFB1AAhAwy1AgsgBCABQQFqIgFHDQALQeQAIQMMzAILQeQAIQMMywILA0AgAS0AAEHwwgBqLQAAIgBBAUcEQCAAQQJrDgOnAaYBpQGkAQsgBCABQQFqIgFHDQALQeYAIQMMygILIAFBAWogASAERw0CGkHnACEDDMkCCwNAIAEtAABB8MQAai0AACIAQQFHBEACQCAAQQJrDgSiAaEBoAEAnwELQdcAIQMMsQILIAQgAUEBaiIBRw0AC0HoACEDDMgCCyABIARGBEBB6QAhAwzIAgsCQCABLQAAIgBBCmsOGrcBmwGbAbQBmwGbAZsBmwGbAZsBmwGbAZsBmwGbAZsBmwGbAZsBmwGbAZsBpAGbAZsBAJkBCyABQQFqCyEBQQYhAwytAgsDQCABLQAAQfDGAGotAABBAUcNfSAEIAFBAWoiAUcNAAtB6gAhAwzFAgsgAUEBaiABIARHDQIaQesAIQMMxAILIAEgBEYEQEHsACEDDMQCCyABQQFqDAELIAEgBEYEQEHtACEDDMMCCyABQQFqCyEBQQQhAwyoAgsgASAERgRAQe4AIQMMwQILAkACQAJAIAEtAABB8MgAai0AAEEBaw4HkAGPAY4BAHwBAo0BCyABQQFqIQEMCwsgAUEBagyTAQtBACEDIAJBADYCHCACQZsSNgIQIAJBBzYCDCACIAFBAWo2AhQMwAILAkADQCABLQAAQfDIAGotAAAiAEEERwRAAkACQCAAQQFrDgeUAZMBkgGNAQAEAY0BC0HaACEDDKoCCyABQQFqIQFB3AAhAwypAgsgBCABQQFqIgFHDQALQe8AIQMMwAILIAFBAWoMkQELIAQgASIARgRAQfAAIQMMvwILIAAtAABBL0cNASAAQQFqIQEMBwsgBCABIgBGBEBB8QAhAwy+AgsgAC0AACIBQS9GBEAgAEEBaiEBQd0AIQMMpQILIAFBCmsiA0EWSw0AIAAhAUEBIAN0QYmAgAJxDfkBC0EAIQMgAkEANgIcIAIgADYCFCACQYwcNgIQIAJBBzYCDAy8AgsgASAERwRAIAFBAWohAUHeACEDDKMCC0HyACEDDLsCCyABIARGBEBB9AAhAwy7AgsCQCABLQAAQfDMAGotAABBAWsOA/cBcwCCAQtB4QAhAwyhAgsgASAERwRAA0AgAS0AAEHwygBqLQAAIgBBA0cEQAJAIABBAWsOAvkBAIUBC0HfACEDDKMCCyAEIAFBAWoiAUcNAAtB8wAhAwy6AgtB8wAhAwy5AgsgASAERwRAIAJBDzYCCCACIAE2AgRB4AAhAwygAgtB9QAhAwy4AgsgASAERgRAQfYAIQMMuAILIAJBDzYCCCACIAE2AgQLQQMhAwydAgsDQCABLQAAQSBHDY4CIAQgAUEBaiIBRw0AC0H3ACEDDLUCCyABIARGBEBB+AAhAwy1AgsgAS0AAEEgRw16IAFBAWohAQxbC0EAIQACQCACKAI4IgNFDQAgAygCOCIDRQ0AIAIgAxEAACEACyAADXgMgAILIAEgBEYEQEH6ACEDDLMCCyABLQAAQcwARw10IAFBAWohAUETDHYLQfsAIQMgASAERg2xAiACKAIAIgAgBCABa2ohBSABIABrQQVqIQYDQCABLQAAIABB8M4Aai0AAEcNcyAAQQVGDXUgAEEBaiEAIAQgAUEBaiIBRw0ACyACIAU2AgAMsQILIAEgBEYEQEH8ACEDDLECCwJAAkAgAS0AAEHDAGsODAB0dHR0dHR0dHR0AXQLIAFBAWohAUHmACEDDJgCCyABQQFqIQFB5wAhAwyXAgtB/QAhAyABIARGDa8CIAIoAgAiACAEIAFraiEFIAEgAGtBAmohBgJAA0AgAS0AACAAQe3PAGotAABHDXIgAEECRg0BIABBAWohACAEIAFBAWoiAUcNAAsgAiAFNgIADLACCyACQQA2AgAgBkEBaiEBQRAMcwtB/gAhAyABIARGDa4CIAIoAgAiACAEIAFraiEFIAEgAGtBBWohBgJAA0AgAS0AACAAQfbOAGotAABHDXEgAEEFRg0BIABBAWohACAEIAFBAWoiAUcNAAsgAiAFNgIADK8CCyACQQA2AgAgBkEBaiEBQRYMcgtB/wAhAyABIARGDa0CIAIoAgAiACAEIAFraiEFIAEgAGtBA2ohBgJAA0AgAS0AACAAQfzOAGotAABHDXAgAEEDRg0BIABBAWohACAEIAFBAWoiAUcNAAsgAiAFNgIADK4CCyACQQA2AgAgBkEBaiEBQQUMcQsgASAERgRAQYABIQMMrQILIAEtAABB2QBHDW4gAUEBaiEBQQgMcAsgASAERgRAQYEBIQMMrAILAkACQCABLQAAQc4Aaw4DAG8BbwsgAUEBaiEBQesAIQMMkwILIAFBAWohAUHsACEDDJICCyABIARGBEBBggEhAwyrAgsCQAJAIAEtAABByABrDggAbm5ubm5uAW4LIAFBAWohAUHqACEDDJICCyABQQFqIQFB7QAhAwyRAgtBgwEhAyABIARGDakCIAIoAgAiACAEIAFraiEFIAEgAGtBAmohBgJAA0AgAS0AACAAQYDPAGotAABHDWwgAEECRg0BIABBAWohACAEIAFBAWoiAUcNAAsgAiAFNgIADKoCCyACQQA2AgAgBkEBaiEBQQAMbQtBhAEhAyABIARGDagCIAIoAgAiACAEIAFraiEFIAEgAGtBBGohBgJAA0AgAS0AACAAQYPPAGotAABHDWsgAEEERg0BIABBAWohACAEIAFBAWoiAUcNAAsgAiAFNgIADKkCCyACQQA2AgAgBkEBaiEBQSMMbAsgASAERgRAQYUBIQMMqAILAkACQCABLQAAQcwAaw4IAGtra2trawFrCyABQQFqIQFB7wAhAwyPAgsgAUEBaiEBQfAAIQMMjgILIAEgBEYEQEGGASEDDKcCCyABLQAAQcUARw1oIAFBAWohAQxgC0GHASEDIAEgBEYNpQIgAigCACIAIAQgAWtqIQUgASAAa0EDaiEGAkADQCABLQAAIABBiM8Aai0AAEcNaCAAQQNGDQEgAEEBaiEAIAQgAUEBaiIBRw0ACyACIAU2AgAMpgILIAJBADYCACAGQQFqIQFBLQxpC0GIASEDIAEgBEYNpAIgAigCACIAIAQgAWtqIQUgASAAa0EIaiEGAkADQCABLQAAIABB0M8Aai0AAEcNZyAAQQhGDQEgAEEBaiEAIAQgAUEBaiIBRw0ACyACIAU2AgAMpQILIAJBADYCACAGQQFqIQFBKQxoCyABIARGBEBBiQEhAwykAgtBASABLQAAQd8ARw1nGiABQQFqIQEMXgtBigEhAyABIARGDaICIAIoAgAiACAEIAFraiEFIAEgAGtBAWohBgNAIAEtAAAgAEGMzwBqLQAARw1kIABBAUYN+gEgAEEBaiEAIAQgAUEBaiIBRw0ACyACIAU2AgAMogILQYsBIQMgASAERg2hAiACKAIAIgAgBCABa2ohBSABIABrQQJqIQYCQANAIAEtAAAgAEGOzwBqLQAARw1kIABBAkYNASAAQQFqIQAgBCABQQFqIgFHDQALIAIgBTYCAAyiAgsgAkEANgIAIAZBAWohAUECDGULQYwBIQMgASAERg2gAiACKAIAIgAgBCABa2ohBSABIABrQQFqIQYCQANAIAEtAAAgAEHwzwBqLQAARw1jIABBAUYNASAAQQFqIQAgBCABQQFqIgFHDQALIAIgBTYCAAyhAgsgAkEANgIAIAZBAWohAUEfDGQLQY0BIQMgASAERg2fAiACKAIAIgAgBCABa2ohBSABIABrQQFqIQYCQANAIAEtAAAgAEHyzwBqLQAARw1iIABBAUYNASAAQQFqIQAgBCABQQFqIgFHDQALIAIgBTYCAAygAgsgAkEANgIAIAZBAWohAUEJDGMLIAEgBEYEQEGOASEDDJ8CCwJAAkAgAS0AAEHJAGsOBwBiYmJiYgFiCyABQQFqIQFB+AAhAwyGAgsgAUEBaiEBQfkAIQMMhQILQY8BIQMgASAERg2dAiACKAIAIgAgBCABa2ohBSABIABrQQVqIQYCQANAIAEtAAAgAEGRzwBqLQAARw1gIABBBUYNASAAQQFqIQAgBCABQQFqIgFHDQALIAIgBTYCAAyeAgsgAkEANgIAIAZBAWohAUEYDGELQZABIQMgASAERg2cAiACKAIAIgAgBCABa2ohBSABIABrQQJqIQYCQANAIAEtAAAgAEGXzwBqLQAARw1fIABBAkYNASAAQQFqIQAgBCABQQFqIgFHDQALIAIgBTYCAAydAgsgAkEANgIAIAZBAWohAUEXDGALQZEBIQMgASAERg2bAiACKAIAIgAgBCABa2ohBSABIABrQQZqIQYCQANAIAEtAAAgAEGazwBqLQAARw1eIABBBkYNASAAQQFqIQAgBCABQQFqIgFHDQALIAIgBTYCAAycAgsgAkEANgIAIAZBAWohAUEVDF8LQZIBIQMgASAERg2aAiACKAIAIgAgBCABa2ohBSABIABrQQVqIQYCQANAIAEtAAAgAEGhzwBqLQAARw1dIABBBUYNASAAQQFqIQAgBCABQQFqIgFHDQALIAIgBTYCAAybAgsgAkEANgIAIAZBAWohAUEeDF4LIAEgBEYEQEGTASEDDJoCCyABLQAAQcwARw1bIAFBAWohAUEKDF0LIAEgBEYEQEGUASEDDJkCCwJAAkAgAS0AAEHBAGsODwBcXFxcXFxcXFxcXFxcAVwLIAFBAWohAUH+ACEDDIACCyABQQFqIQFB/wAhAwz/AQsgASAERgRAQZUBIQMMmAILAkACQCABLQAAQcEAaw4DAFsBWwsgAUEBaiEBQf0AIQMM/wELIAFBAWohAUGAASEDDP4BC0GWASEDIAEgBEYNlgIgAigCACIAIAQgAWtqIQUgASAAa0EBaiEGAkADQCABLQAAIABBp88Aai0AAEcNWSAAQQFGDQEgAEEBaiEAIAQgAUEBaiIBRw0ACyACIAU2AgAMlwILIAJBADYCACAGQQFqIQFBCwxaCyABIARGBEBBlwEhAwyWAgsCQAJAAkACQCABLQAAQS1rDiMAW1tbW1tbW1tbW1tbW1tbW1tbW1tbW1sBW1tbW1sCW1tbA1sLIAFBAWohAUH7ACEDDP8BCyABQQFqIQFB/AAhAwz+AQsgAUEBaiEBQYEBIQMM/QELIAFBAWohAUGCASEDDPwBC0GYASEDIAEgBEYNlAIgAigCACIAIAQgAWtqIQUgASAAa0EEaiEGAkADQCABLQAAIABBqc8Aai0AAEcNVyAAQQRGDQEgAEEBaiEAIAQgAUEBaiIBRw0ACyACIAU2AgAMlQILIAJBADYCACAGQQFqIQFBGQxYC0GZASEDIAEgBEYNkwIgAigCACIAIAQgAWtqIQUgASAAa0EFaiEGAkADQCABLQAAIABBrs8Aai0AAEcNViAAQQVGDQEgAEEBaiEAIAQgAUEBaiIBRw0ACyACIAU2AgAMlAILIAJBADYCACAGQQFqIQFBBgxXC0GaASEDIAEgBEYNkgIgAigCACIAIAQgAWtqIQUgASAAa0EBaiEGAkADQCABLQAAIABBtM8Aai0AAEcNVSAAQQFGDQEgAEEBaiEAIAQgAUEBaiIBRw0ACyACIAU2AgAMkwILIAJBADYCACAGQQFqIQFBHAxWC0GbASEDIAEgBEYNkQIgAigCACIAIAQgAWtqIQUgASAAa0EBaiEGAkADQCABLQAAIABBts8Aai0AAEcNVCAAQQFGDQEgAEEBaiEAIAQgAUEBaiIBRw0ACyACIAU2AgAMkgILIAJBADYCACAGQQFqIQFBJwxVCyABIARGBEBBnAEhAwyRAgsCQAJAIAEtAABB1ABrDgIAAVQLIAFBAWohAUGGASEDDPgBCyABQQFqIQFBhwEhAwz3AQtBnQEhAyABIARGDY8CIAIoAgAiACAEIAFraiEFIAEgAGtBAWohBgJAA0AgAS0AACAAQbjPAGotAABHDVIgAEEBRg0BIABBAWohACAEIAFBAWoiAUcNAAsgAiAFNgIADJACCyACQQA2AgAgBkEBaiEBQSYMUwtBngEhAyABIARGDY4CIAIoAgAiACAEIAFraiEFIAEgAGtBAWohBgJAA0AgAS0AACAAQbrPAGotAABHDVEgAEEBRg0BIABBAWohACAEIAFBAWoiAUcNAAsgAiAFNgIADI8CCyACQQA2AgAgBkEBaiEBQQMMUgtBnwEhAyABIARGDY0CIAIoAgAiACAEIAFraiEFIAEgAGtBAmohBgJAA0AgAS0AACAAQe3PAGotAABHDVAgAEECRg0BIABBAWohACAEIAFBAWoiAUcNAAsgAiAFNgIADI4CCyACQQA2AgAgBkEBaiEBQQwMUQtBoAEhAyABIARGDYwCIAIoAgAiACAEIAFraiEFIAEgAGtBA2ohBgJAA0AgAS0AACAAQbzPAGotAABHDU8gAEEDRg0BIABBAWohACAEIAFBAWoiAUcNAAsgAiAFNgIADI0CCyACQQA2AgAgBkEBaiEBQQ0MUAsgASAERgRAQaEBIQMMjAILAkACQCABLQAAQcYAaw4LAE9PT09PT09PTwFPCyABQQFqIQFBiwEhAwzzAQsgAUEBaiEBQYwBIQMM8gELIAEgBEYEQEGiASEDDIsCCyABLQAAQdAARw1MIAFBAWohAQxGCyABIARGBEBBowEhAwyKAgsCQAJAIAEtAABByQBrDgcBTU1NTU0ATQsgAUEBaiEBQY4BIQMM8QELIAFBAWohAUEiDE0LQaQBIQMgASAERg2IAiACKAIAIgAgBCABa2ohBSABIABrQQFqIQYCQANAIAEtAAAgAEHAzwBqLQAARw1LIABBAUYNASAAQQFqIQAgBCABQQFqIgFHDQALIAIgBTYCAAyJAgsgAkEANgIAIAZBAWohAUEdDEwLIAEgBEYEQEGlASEDDIgCCwJAAkAgAS0AAEHSAGsOAwBLAUsLIAFBAWohAUGQASEDDO8BCyABQQFqIQFBBAxLCyABIARGBEBBpgEhAwyHAgsCQAJAAkACQAJAIAEtAABBwQBrDhUATU1NTU1NTU1NTQFNTQJNTQNNTQRNCyABQQFqIQFBiAEhAwzxAQsgAUEBaiEBQYkBIQMM8AELIAFBAWohAUGKASEDDO8BCyABQQFqIQFBjwEhAwzuAQsgAUEBaiEBQZEBIQMM7QELQacBIQMgASAERg2FAiACKAIAIgAgBCABa2ohBSABIABrQQJqIQYCQANAIAEtAAAgAEHtzwBqLQAARw1IIABBAkYNASAAQQFqIQAgBCABQQFqIgFHDQALIAIgBTYCAAyGAgsgAkEANgIAIAZBAWohAUERDEkLQagBIQMgASAERg2EAiACKAIAIgAgBCABa2ohBSABIABrQQJqIQYCQANAIAEtAAAgAEHCzwBqLQAARw1HIABBAkYNASAAQQFqIQAgBCABQQFqIgFHDQALIAIgBTYCAAyFAgsgAkEANgIAIAZBAWohAUEsDEgLQakBIQMgASAERg2DAiACKAIAIgAgBCABa2ohBSABIABrQQRqIQYCQANAIAEtAAAgAEHFzwBqLQAARw1GIABBBEYNASAAQQFqIQAgBCABQQFqIgFHDQALIAIgBTYCAAyEAgsgAkEANgIAIAZBAWohAUErDEcLQaoBIQMgASAERg2CAiACKAIAIgAgBCABa2ohBSABIABrQQJqIQYCQANAIAEtAAAgAEHKzwBqLQAARw1FIABBAkYNASAAQQFqIQAgBCABQQFqIgFHDQALIAIgBTYCAAyDAgsgAkEANgIAIAZBAWohAUEUDEYLIAEgBEYEQEGrASEDDIICCwJAAkACQAJAIAEtAABBwgBrDg8AAQJHR0dHR0dHR0dHRwNHCyABQQFqIQFBkwEhAwzrAQsgAUEBaiEBQZQBIQMM6gELIAFBAWohAUGVASEDDOkBCyABQQFqIQFBlgEhAwzoAQsgASAERgRAQawBIQMMgQILIAEtAABBxQBHDUIgAUEBaiEBDD0LQa0BIQMgASAERg3/ASACKAIAIgAgBCABa2ohBSABIABrQQJqIQYCQANAIAEtAAAgAEHNzwBqLQAARw1CIABBAkYNASAAQQFqIQAgBCABQQFqIgFHDQALIAIgBTYCAAyAAgsgAkEANgIAIAZBAWohAUEODEMLIAEgBEYEQEGuASEDDP8BCyABLQAAQdAARw1AIAFBAWohAUElDEILQa8BIQMgASAERg39ASACKAIAIgAgBCABa2ohBSABIABrQQhqIQYCQANAIAEtAAAgAEHQzwBqLQAARw1AIABBCEYNASAAQQFqIQAgBCABQQFqIgFHDQALIAIgBTYCAAz+AQsgAkEANgIAIAZBAWohAUEqDEELIAEgBEYEQEGwASEDDP0BCwJAAkAgAS0AAEHVAGsOCwBAQEBAQEBAQEABQAsgAUEBaiEBQZoBIQMM5AELIAFBAWohAUGbASEDDOMBCyABIARGBEBBsQEhAwz8AQsCQAJAIAEtAABBwQBrDhQAPz8/Pz8/Pz8/Pz8/Pz8/Pz8/AT8LIAFBAWohAUGZASEDDOMBCyABQQFqIQFBnAEhAwziAQtBsgEhAyABIARGDfoBIAIoAgAiACAEIAFraiEFIAEgAGtBA2ohBgJAA0AgAS0AACAAQdnPAGotAABHDT0gAEEDRg0BIABBAWohACAEIAFBAWoiAUcNAAsgAiAFNgIADPsBCyACQQA2AgAgBkEBaiEBQSEMPgtBswEhAyABIARGDfkBIAIoAgAiACAEIAFraiEFIAEgAGtBBmohBgJAA0AgAS0AACAAQd3PAGotAABHDTwgAEEGRg0BIABBAWohACAEIAFBAWoiAUcNAAsgAiAFNgIADPoBCyACQQA2AgAgBkEBaiEBQRoMPQsgASAERgRAQbQBIQMM+QELAkACQAJAIAEtAABBxQBrDhEAPT09PT09PT09AT09PT09Aj0LIAFBAWohAUGdASEDDOEBCyABQQFqIQFBngEhAwzgAQsgAUEBaiEBQZ8BIQMM3wELQbUBIQMgASAERg33ASACKAIAIgAgBCABa2ohBSABIABrQQVqIQYCQANAIAEtAAAgAEHkzwBqLQAARw06IABBBUYNASAAQQFqIQAgBCABQQFqIgFHDQALIAIgBTYCAAz4AQsgAkEANgIAIAZBAWohAUEoDDsLQbYBIQMgASAERg32ASACKAIAIgAgBCABa2ohBSABIABrQQJqIQYCQANAIAEtAAAgAEHqzwBqLQAARw05IABBAkYNASAAQQFqIQAgBCABQQFqIgFHDQALIAIgBTYCAAz3AQsgAkEANgIAIAZBAWohAUEHDDoLIAEgBEYEQEG3ASEDDPYBCwJAAkAgAS0AAEHFAGsODgA5OTk5OTk5OTk5OTkBOQsgAUEBaiEBQaEBIQMM3QELIAFBAWohAUGiASEDDNwBC0G4ASEDIAEgBEYN9AEgAigCACIAIAQgAWtqIQUgASAAa0ECaiEGAkADQCABLQAAIABB7c8Aai0AAEcNNyAAQQJGDQEgAEEBaiEAIAQgAUEBaiIBRw0ACyACIAU2AgAM9QELIAJBADYCACAGQQFqIQFBEgw4C0G5ASEDIAEgBEYN8wEgAigCACIAIAQgAWtqIQUgASAAa0EBaiEGAkADQCABLQAAIABB8M8Aai0AAEcNNiAAQQFGDQEgAEEBaiEAIAQgAUEBaiIBRw0ACyACIAU2AgAM9AELIAJBADYCACAGQQFqIQFBIAw3C0G6ASEDIAEgBEYN8gEgAigCACIAIAQgAWtqIQUgASAAa0EBaiEGAkADQCABLQAAIABB8s8Aai0AAEcNNSAAQQFGDQEgAEEBaiEAIAQgAUEBaiIBRw0ACyACIAU2AgAM8wELIAJBADYCACAGQQFqIQFBDww2CyABIARGBEBBuwEhAwzyAQsCQAJAIAEtAABByQBrDgcANTU1NTUBNQsgAUEBaiEBQaUBIQMM2QELIAFBAWohAUGmASEDDNgBC0G8ASEDIAEgBEYN8AEgAigCACIAIAQgAWtqIQUgASAAa0EHaiEGAkADQCABLQAAIABB9M8Aai0AAEcNMyAAQQdGDQEgAEEBaiEAIAQgAUEBaiIBRw0ACyACIAU2AgAM8QELIAJBADYCACAGQQFqIQFBGww0CyABIARGBEBBvQEhAwzwAQsCQAJAAkAgAS0AAEHCAGsOEgA0NDQ0NDQ0NDQBNDQ0NDQ0AjQLIAFBAWohAUGkASEDDNgBCyABQQFqIQFBpwEhAwzXAQsgAUEBaiEBQagBIQMM1gELIAEgBEYEQEG+ASEDDO8BCyABLQAAQc4ARw0wIAFBAWohAQwsCyABIARGBEBBvwEhAwzuAQsCQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQCABLQAAQcEAaw4VAAECAz8EBQY/Pz8HCAkKCz8MDQ4PPwsgAUEBaiEBQegAIQMM4wELIAFBAWohAUHpACEDDOIBCyABQQFqIQFB7gAhAwzhAQsgAUEBaiEBQfIAIQMM4AELIAFBAWohAUHzACEDDN8BCyABQQFqIQFB9gAhAwzeAQsgAUEBaiEBQfcAIQMM3QELIAFBAWohAUH6ACEDDNwBCyABQQFqIQFBgwEhAwzbAQsgAUEBaiEBQYQBIQMM2gELIAFBAWohAUGFASEDDNkBCyABQQFqIQFBkgEhAwzYAQsgAUEBaiEBQZgBIQMM1wELIAFBAWohAUGgASEDDNYBCyABQQFqIQFBowEhAwzVAQsgAUEBaiEBQaoBIQMM1AELIAEgBEcEQCACQRA2AgggAiABNgIEQasBIQMM1AELQcABIQMM7AELQQAhAAJAIAIoAjgiA0UNACADKAI0IgNFDQAgAiADEQAAIQALIABFDV4gAEEVRw0HIAJB0QA2AhwgAiABNgIUIAJBsBc2AhAgAkEVNgIMQQAhAwzrAQsgAUEBaiABIARHDQgaQcIBIQMM6gELA0ACQCABLQAAQQprDgQIAAALAAsgBCABQQFqIgFHDQALQcMBIQMM6QELIAEgBEcEQCACQRE2AgggAiABNgIEQQEhAwzQAQtBxAEhAwzoAQsgASAERgRAQcUBIQMM6AELAkACQCABLQAAQQprDgQBKCgAKAsgAUEBagwJCyABQQFqDAULIAEgBEYEQEHGASEDDOcBCwJAAkAgAS0AAEEKaw4XAQsLAQsLCwsLCwsLCwsLCwsLCwsLCwALCyABQQFqIQELQbABIQMMzQELIAEgBEYEQEHIASEDDOYBCyABLQAAQSBHDQkgAkEAOwEyIAFBAWohAUGzASEDDMwBCwNAIAEhAAJAIAEgBEcEQCABLQAAQTBrQf8BcSIDQQpJDQEMJwtBxwEhAwzmAQsCQCACLwEyIgFBmTNLDQAgAiABQQpsIgU7ATIgBUH+/wNxIANB//8Dc0sNACAAQQFqIQEgAiADIAVqIgM7ATIgA0H//wNxQegHSQ0BCwtBACEDIAJBADYCHCACQcEJNgIQIAJBDTYCDCACIABBAWo2AhQM5AELIAJBADYCHCACIAE2AhQgAkHwDDYCECACQRs2AgxBACEDDOMBCyACKAIEIQAgAkEANgIEIAIgACABECYiAA0BIAFBAWoLIQFBrQEhAwzIAQsgAkHBATYCHCACIAA2AgwgAiABQQFqNgIUQQAhAwzgAQsgAigCBCEAIAJBADYCBCACIAAgARAmIgANASABQQFqCyEBQa4BIQMMxQELIAJBwgE2AhwgAiAANgIMIAIgAUEBajYCFEEAIQMM3QELIAJBADYCHCACIAE2AhQgAkGXCzYCECACQQ02AgxBACEDDNwBCyACQQA2AhwgAiABNgIUIAJB4xA2AhAgAkEJNgIMQQAhAwzbAQsgAkECOgAoDKwBC0EAIQMgAkEANgIcIAJBrws2AhAgAkECNgIMIAIgAUEBajYCFAzZAQtBAiEDDL8BC0ENIQMMvgELQSYhAwy9AQtBFSEDDLwBC0EWIQMMuwELQRghAwy6AQtBHCEDDLkBC0EdIQMMuAELQSAhAwy3AQtBISEDDLYBC0EjIQMMtQELQcYAIQMMtAELQS4hAwyzAQtBPSEDDLIBC0HLACEDDLEBC0HOACEDDLABC0HYACEDDK8BC0HZACEDDK4BC0HbACEDDK0BC0HxACEDDKwBC0H0ACEDDKsBC0GNASEDDKoBC0GXASEDDKkBC0GpASEDDKgBC0GvASEDDKcBC0GxASEDDKYBCyACQQA2AgALQQAhAyACQQA2AhwgAiABNgIUIAJB8Rs2AhAgAkEGNgIMDL0BCyACQQA2AgAgBkEBaiEBQSQLOgApIAIoAgQhACACQQA2AgQgAiAAIAEQJyIARQRAQeUAIQMMowELIAJB+QA2AhwgAiABNgIUIAIgADYCDEEAIQMMuwELIABBFUcEQCACQQA2AhwgAiABNgIUIAJBzA42AhAgAkEgNgIMQQAhAwy7AQsgAkH4ADYCHCACIAE2AhQgAkHKGDYCECACQRU2AgxBACEDDLoBCyACQQA2AhwgAiABNgIUIAJBjhs2AhAgAkEGNgIMQQAhAwy5AQsgAkEANgIcIAIgATYCFCACQf4RNgIQIAJBBzYCDEEAIQMMuAELIAJBADYCHCACIAE2AhQgAkGMHDYCECACQQc2AgxBACEDDLcBCyACQQA2AhwgAiABNgIUIAJBww82AhAgAkEHNgIMQQAhAwy2AQsgAkEANgIcIAIgATYCFCACQcMPNgIQIAJBBzYCDEEAIQMMtQELIAIoAgQhACACQQA2AgQgAiAAIAEQJSIARQ0RIAJB5QA2AhwgAiABNgIUIAIgADYCDEEAIQMMtAELIAIoAgQhACACQQA2AgQgAiAAIAEQJSIARQ0gIAJB0wA2AhwgAiABNgIUIAIgADYCDEEAIQMMswELIAIoAgQhACACQQA2AgQgAiAAIAEQJSIARQ0iIAJB0gA2AhwgAiABNgIUIAIgADYCDEEAIQMMsgELIAIoAgQhACACQQA2AgQgAiAAIAEQJSIARQ0OIAJB5QA2AhwgAiABNgIUIAIgADYCDEEAIQMMsQELIAIoAgQhACACQQA2AgQgAiAAIAEQJSIARQ0dIAJB0wA2AhwgAiABNgIUIAIgADYCDEEAIQMMsAELIAIoAgQhACACQQA2AgQgAiAAIAEQJSIARQ0fIAJB0gA2AhwgAiABNgIUIAIgADYCDEEAIQMMrwELIABBP0cNASABQQFqCyEBQQUhAwyUAQtBACEDIAJBADYCHCACIAE2AhQgAkH9EjYCECACQQc2AgwMrAELIAJBADYCHCACIAE2AhQgAkHcCDYCECACQQc2AgxBACEDDKsBCyACKAIEIQAgAkEANgIEIAIgACABECUiAEUNByACQeUANgIcIAIgATYCFCACIAA2AgxBACEDDKoBCyACKAIEIQAgAkEANgIEIAIgACABECUiAEUNFiACQdMANgIcIAIgATYCFCACIAA2AgxBACEDDKkBCyACKAIEIQAgAkEANgIEIAIgACABECUiAEUNGCACQdIANgIcIAIgATYCFCACIAA2AgxBACEDDKgBCyACQQA2AhwgAiABNgIUIAJBxgo2AhAgAkEHNgIMQQAhAwynAQsgAigCBCEAIAJBADYCBCACIAAgARAlIgBFDQMgAkHlADYCHCACIAE2AhQgAiAANgIMQQAhAwymAQsgAigCBCEAIAJBADYCBCACIAAgARAlIgBFDRIgAkHTADYCHCACIAE2AhQgAiAANgIMQQAhAwylAQsgAigCBCEAIAJBADYCBCACIAAgARAlIgBFDRQgAkHSADYCHCACIAE2AhQgAiAANgIMQQAhAwykAQsgAigCBCEAIAJBADYCBCACIAAgARAlIgBFDQAgAkHlADYCHCACIAE2AhQgAiAANgIMQQAhAwyjAQtB1QAhAwyJAQsgAEEVRwRAIAJBADYCHCACIAE2AhQgAkG5DTYCECACQRo2AgxBACEDDKIBCyACQeQANgIcIAIgATYCFCACQeMXNgIQIAJBFTYCDEEAIQMMoQELIAJBADYCACAGQQFqIQEgAi0AKSIAQSNrQQtJDQQCQCAAQQZLDQBBASAAdEHKAHFFDQAMBQtBACEDIAJBADYCHCACIAE2AhQgAkH3CTYCECACQQg2AgwMoAELIAJBADYCACAGQQFqIQEgAi0AKUEhRg0DIAJBADYCHCACIAE2AhQgAkGbCjYCECACQQg2AgxBACEDDJ8BCyACQQA2AgALQQAhAyACQQA2AhwgAiABNgIUIAJBkDM2AhAgAkEINgIMDJ0BCyACQQA2AgAgBkEBaiEBIAItAClBI0kNACACQQA2AhwgAiABNgIUIAJB0wk2AhAgAkEINgIMQQAhAwycAQtB0QAhAwyCAQsgAS0AAEEwayIAQf8BcUEKSQRAIAIgADoAKiABQQFqIQFBzwAhAwyCAQsgAigCBCEAIAJBADYCBCACIAAgARAoIgBFDYYBIAJB3gA2AhwgAiABNgIUIAIgADYCDEEAIQMMmgELIAIoAgQhACACQQA2AgQgAiAAIAEQKCIARQ2GASACQdwANgIcIAIgATYCFCACIAA2AgxBACEDDJkBCyACKAIEIQAgAkEANgIEIAIgACAFECgiAEUEQCAFIQEMhwELIAJB2gA2AhwgAiAFNgIUIAIgADYCDAyYAQtBACEBQQEhAwsgAiADOgArIAVBAWohAwJAAkACQCACLQAtQRBxDQACQAJAAkAgAi0AKg4DAQACBAsgBkUNAwwCCyAADQEMAgsgAUUNAQsgAigCBCEAIAJBADYCBCACIAAgAxAoIgBFBEAgAyEBDAILIAJB2AA2AhwgAiADNgIUIAIgADYCDEEAIQMMmAELIAIoAgQhACACQQA2AgQgAiAAIAMQKCIARQRAIAMhAQyHAQsgAkHZADYCHCACIAM2AhQgAiAANgIMQQAhAwyXAQtBzAAhAwx9CyAAQRVHBEAgAkEANgIcIAIgATYCFCACQZQNNgIQIAJBITYCDEEAIQMMlgELIAJB1wA2AhwgAiABNgIUIAJByRc2AhAgAkEVNgIMQQAhAwyVAQtBACEDIAJBADYCHCACIAE2AhQgAkGAETYCECACQQk2AgwMlAELIAIoAgQhACACQQA2AgQgAiAAIAEQJSIARQ0AIAJB0wA2AhwgAiABNgIUIAIgADYCDEEAIQMMkwELQckAIQMMeQsgAkEANgIcIAIgATYCFCACQcEoNgIQIAJBBzYCDCACQQA2AgBBACEDDJEBCyACKAIEIQBBACEDIAJBADYCBCACIAAgARAlIgBFDQAgAkHSADYCHCACIAE2AhQgAiAANgIMDJABC0HIACEDDHYLIAJBADYCACAFIQELIAJBgBI7ASogAUEBaiEBQQAhAAJAIAIoAjgiA0UNACADKAIwIgNFDQAgAiADEQAAIQALIAANAQtBxwAhAwxzCyAAQRVGBEAgAkHRADYCHCACIAE2AhQgAkHjFzYCECACQRU2AgxBACEDDIwBC0EAIQMgAkEANgIcIAIgATYCFCACQbkNNgIQIAJBGjYCDAyLAQtBACEDIAJBADYCHCACIAE2AhQgAkGgGTYCECACQR42AgwMigELIAEtAABBOkYEQCACKAIEIQBBACEDIAJBADYCBCACIAAgARApIgBFDQEgAkHDADYCHCACIAA2AgwgAiABQQFqNgIUDIoBC0EAIQMgAkEANgIcIAIgATYCFCACQbERNgIQIAJBCjYCDAyJAQsgAUEBaiEBQTshAwxvCyACQcMANgIcIAIgADYCDCACIAFBAWo2AhQMhwELQQAhAyACQQA2AhwgAiABNgIUIAJB8A42AhAgAkEcNgIMDIYBCyACIAIvATBBEHI7ATAMZgsCQCACLwEwIgBBCHFFDQAgAi0AKEEBRw0AIAItAC1BCHFFDQMLIAIgAEH3+wNxQYAEcjsBMAwECyABIARHBEACQANAIAEtAABBMGsiAEH/AXFBCk8EQEE1IQMMbgsgAikDICIKQpmz5syZs+bMGVYNASACIApCCn4iCjcDICAKIACtQv8BgyILQn+FVg0BIAIgCiALfDcDICAEIAFBAWoiAUcNAAtBOSEDDIUBCyACKAIEIQBBACEDIAJBADYCBCACIAAgAUEBaiIBECoiAA0MDHcLQTkhAwyDAQsgAi0AMEEgcQ0GQcUBIQMMaQtBACEDIAJBADYCBCACIAEgARAqIgBFDQQgAkE6NgIcIAIgADYCDCACIAFBAWo2AhQMgQELIAItAChBAUcNACACLQAtQQhxRQ0BC0E3IQMMZgsgAigCBCEAQQAhAyACQQA2AgQgAiAAIAEQKiIABEAgAkE7NgIcIAIgADYCDCACIAFBAWo2AhQMfwsgAUEBaiEBDG4LIAJBCDoALAwECyABQQFqIQEMbQtBACEDIAJBADYCHCACIAE2AhQgAkHkEjYCECACQQQ2AgwMewsgAigCBCEAQQAhAyACQQA2AgQgAiAAIAEQKiIARQ1sIAJBNzYCHCACIAE2AhQgAiAANgIMDHoLIAIgAi8BMEEgcjsBMAtBMCEDDF8LIAJBNjYCHCACIAE2AhQgAiAANgIMDHcLIABBLEcNASABQQFqIQBBASEBAkACQAJAAkACQCACLQAsQQVrDgQDAQIEAAsgACEBDAQLQQIhAQwBC0EEIQELIAJBAToALCACIAIvATAgAXI7ATAgACEBDAELIAIgAi8BMEEIcjsBMCAAIQELQTkhAwxcCyACQQA6ACwLQTQhAwxaCyABIARGBEBBLSEDDHMLAkACQANAAkAgAS0AAEEKaw4EAgAAAwALIAQgAUEBaiIBRw0AC0EtIQMMdAsgAigCBCEAQQAhAyACQQA2AgQgAiAAIAEQKiIARQ0CIAJBLDYCHCACIAE2AhQgAiAANgIMDHMLIAIoAgQhAEEAIQMgAkEANgIEIAIgACABECoiAEUEQCABQQFqIQEMAgsgAkEsNgIcIAIgADYCDCACIAFBAWo2AhQMcgsgAS0AAEENRgRAIAIoAgQhAEEAIQMgAkEANgIEIAIgACABECoiAEUEQCABQQFqIQEMAgsgAkEsNgIcIAIgADYCDCACIAFBAWo2AhQMcgsgAi0ALUEBcQRAQcQBIQMMWQsgAigCBCEAQQAhAyACQQA2AgQgAiAAIAEQKiIADQEMZQtBLyEDDFcLIAJBLjYCHCACIAE2AhQgAiAANgIMDG8LQQAhAyACQQA2AhwgAiABNgIUIAJB8BQ2AhAgAkEDNgIMDG4LQQEhAwJAAkACQAJAIAItACxBBWsOBAMBAgAECyACIAIvATBBCHI7ATAMAwtBAiEDDAELQQQhAwsgAkEBOgAsIAIgAi8BMCADcjsBMAtBKiEDDFMLQQAhAyACQQA2AhwgAiABNgIUIAJB4Q82AhAgAkEKNgIMDGsLQQEhAwJAAkACQAJAAkACQCACLQAsQQJrDgcFBAQDAQIABAsgAiACLwEwQQhyOwEwDAMLQQIhAwwBC0EEIQMLIAJBAToALCACIAIvATAgA3I7ATALQSshAwxSC0EAIQMgAkEANgIcIAIgATYCFCACQasSNgIQIAJBCzYCDAxqC0EAIQMgAkEANgIcIAIgATYCFCACQf0NNgIQIAJBHTYCDAxpCyABIARHBEADQCABLQAAQSBHDUggBCABQQFqIgFHDQALQSUhAwxpC0ElIQMMaAsgAi0ALUEBcQRAQcMBIQMMTwsgAigCBCEAQQAhAyACQQA2AgQgAiAAIAEQKSIABEAgAkEmNgIcIAIgADYCDCACIAFBAWo2AhQMaAsgAUEBaiEBDFwLIAFBAWohASACLwEwIgBBgAFxBEBBACEAAkAgAigCOCIDRQ0AIAMoAlQiA0UNACACIAMRAAAhAAsgAEUNBiAAQRVHDR8gAkEFNgIcIAIgATYCFCACQfkXNgIQIAJBFTYCDEEAIQMMZwsCQCAAQaAEcUGgBEcNACACLQAtQQJxDQBBACEDIAJBADYCHCACIAE2AhQgAkGWEzYCECACQQQ2AgwMZwsgAgJ/IAIvATBBFHFBFEYEQEEBIAItAChBAUYNARogAi8BMkHlAEYMAQsgAi0AKUEFRgs6AC5BACEAAkAgAigCOCIDRQ0AIAMoAiQiA0UNACACIAMRAAAhAAsCQAJAAkACQAJAIAAOFgIBAAQEBAQEBAQEBAQEBAQEBAQEBAMECyACQQE6AC4LIAIgAi8BMEHAAHI7ATALQSchAwxPCyACQSM2AhwgAiABNgIUIAJBpRY2AhAgAkEVNgIMQQAhAwxnC0EAIQMgAkEANgIcIAIgATYCFCACQdULNgIQIAJBETYCDAxmC0EAIQACQCACKAI4IgNFDQAgAygCLCIDRQ0AIAIgAxEAACEACyAADQELQQ4hAwxLCyAAQRVGBEAgAkECNgIcIAIgATYCFCACQbAYNgIQIAJBFTYCDEEAIQMMZAtBACEDIAJBADYCHCACIAE2AhQgAkGnDjYCECACQRI2AgwMYwtBACEDIAJBADYCHCACIAE2AhQgAkGqHDYCECACQQ82AgwMYgsgAigCBCEAQQAhAyACQQA2AgQgAiAAIAEgCqdqIgEQKyIARQ0AIAJBBTYCHCACIAE2AhQgAiAANgIMDGELQQ8hAwxHC0EAIQMgAkEANgIcIAIgATYCFCACQc0TNgIQIAJBDDYCDAxfC0IBIQoLIAFBAWohAQJAIAIpAyAiC0L//////////w9YBEAgAiALQgSGIAqENwMgDAELQQAhAyACQQA2AhwgAiABNgIUIAJBrQk2AhAgAkEMNgIMDF4LQSQhAwxEC0EAIQMgAkEANgIcIAIgATYCFCACQc0TNgIQIAJBDDYCDAxcCyACKAIEIQBBACEDIAJBADYCBCACIAAgARAsIgBFBEAgAUEBaiEBDFILIAJBFzYCHCACIAA2AgwgAiABQQFqNgIUDFsLIAIoAgQhAEEAIQMgAkEANgIEAkAgAiAAIAEQLCIARQRAIAFBAWohAQwBCyACQRY2AhwgAiAANgIMIAIgAUEBajYCFAxbC0EfIQMMQQtBACEDIAJBADYCHCACIAE2AhQgAkGaDzYCECACQSI2AgwMWQsgAigCBCEAQQAhAyACQQA2AgQgAiAAIAEQLSIARQRAIAFBAWohAQxQCyACQRQ2AhwgAiAANgIMIAIgAUEBajYCFAxYCyACKAIEIQBBACEDIAJBADYCBAJAIAIgACABEC0iAEUEQCABQQFqIQEMAQsgAkETNgIcIAIgADYCDCACIAFBAWo2AhQMWAtBHiEDDD4LQQAhAyACQQA2AhwgAiABNgIUIAJBxgw2AhAgAkEjNgIMDFYLIAIoAgQhAEEAIQMgAkEANgIEIAIgACABEC0iAEUEQCABQQFqIQEMTgsgAkERNgIcIAIgADYCDCACIAFBAWo2AhQMVQsgAkEQNgIcIAIgATYCFCACIAA2AgwMVAtBACEDIAJBADYCHCACIAE2AhQgAkHGDDYCECACQSM2AgwMUwtBACEDIAJBADYCHCACIAE2AhQgAkHAFTYCECACQQI2AgwMUgsgAigCBCEAQQAhAyACQQA2AgQCQCACIAAgARAtIgBFBEAgAUEBaiEBDAELIAJBDjYCHCACIAA2AgwgAiABQQFqNgIUDFILQRshAww4C0EAIQMgAkEANgIcIAIgATYCFCACQcYMNgIQIAJBIzYCDAxQCyACKAIEIQBBACEDIAJBADYCBAJAIAIgACABECwiAEUEQCABQQFqIQEMAQsgAkENNgIcIAIgADYCDCACIAFBAWo2AhQMUAtBGiEDDDYLQQAhAyACQQA2AhwgAiABNgIUIAJBmg82AhAgAkEiNgIMDE4LIAIoAgQhAEEAIQMgAkEANgIEAkAgAiAAIAEQLCIARQRAIAFBAWohAQwBCyACQQw2AhwgAiAANgIMIAIgAUEBajYCFAxOC0EZIQMMNAtBACEDIAJBADYCHCACIAE2AhQgAkGaDzYCECACQSI2AgwMTAsgAEEVRwRAQQAhAyACQQA2AhwgAiABNgIUIAJBgww2AhAgAkETNgIMDEwLIAJBCjYCHCACIAE2AhQgAkHkFjYCECACQRU2AgxBACEDDEsLIAIoAgQhAEEAIQMgAkEANgIEIAIgACABIAqnaiIBECsiAARAIAJBBzYCHCACIAE2AhQgAiAANgIMDEsLQRMhAwwxCyAAQRVHBEBBACEDIAJBADYCHCACIAE2AhQgAkHaDTYCECACQRQ2AgwMSgsgAkEeNgIcIAIgATYCFCACQfkXNgIQIAJBFTYCDEEAIQMMSQtBACEAAkAgAigCOCIDRQ0AIAMoAiwiA0UNACACIAMRAAAhAAsgAEUNQSAAQRVGBEAgAkEDNgIcIAIgATYCFCACQbAYNgIQIAJBFTYCDEEAIQMMSQtBACEDIAJBADYCHCACIAE2AhQgAkGnDjYCECACQRI2AgwMSAtBACEDIAJBADYCHCACIAE2AhQgAkHaDTYCECACQRQ2AgwMRwtBACEDIAJBADYCHCACIAE2AhQgAkGnDjYCECACQRI2AgwMRgsgAkEAOgAvIAItAC1BBHFFDT8LIAJBADoALyACQQE6ADRBACEDDCsLQQAhAyACQQA2AhwgAkHkETYCECACQQc2AgwgAiABQQFqNgIUDEMLAkADQAJAIAEtAABBCmsOBAACAgACCyAEIAFBAWoiAUcNAAtB3QEhAwxDCwJAAkAgAi0ANEEBRw0AQQAhAAJAIAIoAjgiA0UNACADKAJYIgNFDQAgAiADEQAAIQALIABFDQAgAEEVRw0BIAJB3AE2AhwgAiABNgIUIAJB1RY2AhAgAkEVNgIMQQAhAwxEC0HBASEDDCoLIAJBADYCHCACIAE2AhQgAkHpCzYCECACQR82AgxBACEDDEILAkACQCACLQAoQQFrDgIEAQALQcABIQMMKQtBuQEhAwwoCyACQQI6AC9BACEAAkAgAigCOCIDRQ0AIAMoAgAiA0UNACACIAMRAAAhAAsgAEUEQEHCASEDDCgLIABBFUcEQCACQQA2AhwgAiABNgIUIAJBpAw2AhAgAkEQNgIMQQAhAwxBCyACQdsBNgIcIAIgATYCFCACQfoWNgIQIAJBFTYCDEEAIQMMQAsgASAERgRAQdoBIQMMQAsgAS0AAEHIAEYNASACQQE6ACgLQawBIQMMJQtBvwEhAwwkCyABIARHBEAgAkEQNgIIIAIgATYCBEG+ASEDDCQLQdkBIQMMPAsgASAERgRAQdgBIQMMPAsgAS0AAEHIAEcNBCABQQFqIQFBvQEhAwwiCyABIARGBEBB1wEhAww7CwJAAkAgAS0AAEHFAGsOEAAFBQUFBQUFBQUFBQUFBQEFCyABQQFqIQFBuwEhAwwiCyABQQFqIQFBvAEhAwwhC0HWASEDIAEgBEYNOSACKAIAIgAgBCABa2ohBSABIABrQQJqIQYCQANAIAEtAAAgAEGD0ABqLQAARw0DIABBAkYNASAAQQFqIQAgBCABQQFqIgFHDQALIAIgBTYCAAw6CyACKAIEIQAgAkIANwMAIAIgACAGQQFqIgEQJyIARQRAQcYBIQMMIQsgAkHVATYCHCACIAE2AhQgAiAANgIMQQAhAww5C0HUASEDIAEgBEYNOCACKAIAIgAgBCABa2ohBSABIABrQQFqIQYCQANAIAEtAAAgAEGB0ABqLQAARw0CIABBAUYNASAAQQFqIQAgBCABQQFqIgFHDQALIAIgBTYCAAw5CyACQYEEOwEoIAIoAgQhACACQgA3AwAgAiAAIAZBAWoiARAnIgANAwwCCyACQQA2AgALQQAhAyACQQA2AhwgAiABNgIUIAJB2Bs2AhAgAkEINgIMDDYLQboBIQMMHAsgAkHTATYCHCACIAE2AhQgAiAANgIMQQAhAww0C0EAIQACQCACKAI4IgNFDQAgAygCOCIDRQ0AIAIgAxEAACEACyAARQ0AIABBFUYNASACQQA2AhwgAiABNgIUIAJBzA42AhAgAkEgNgIMQQAhAwwzC0HkACEDDBkLIAJB+AA2AhwgAiABNgIUIAJByhg2AhAgAkEVNgIMQQAhAwwxC0HSASEDIAQgASIARg0wIAQgAWsgAigCACIBaiEFIAAgAWtBBGohBgJAA0AgAC0AACABQfzPAGotAABHDQEgAUEERg0DIAFBAWohASAEIABBAWoiAEcNAAsgAiAFNgIADDELIAJBADYCHCACIAA2AhQgAkGQMzYCECACQQg2AgwgAkEANgIAQQAhAwwwCyABIARHBEAgAkEONgIIIAIgATYCBEG3ASEDDBcLQdEBIQMMLwsgAkEANgIAIAZBAWohAQtBuAEhAwwUCyABIARGBEBB0AEhAwwtCyABLQAAQTBrIgBB/wFxQQpJBEAgAiAAOgAqIAFBAWohAUG2ASEDDBQLIAIoAgQhACACQQA2AgQgAiAAIAEQKCIARQ0UIAJBzwE2AhwgAiABNgIUIAIgADYCDEEAIQMMLAsgASAERgRAQc4BIQMMLAsCQCABLQAAQS5GBEAgAUEBaiEBDAELIAIoAgQhACACQQA2AgQgAiAAIAEQKCIARQ0VIAJBzQE2AhwgAiABNgIUIAIgADYCDEEAIQMMLAtBtQEhAwwSCyAEIAEiBUYEQEHMASEDDCsLQQAhAEEBIQFBASEGQQAhAwJAAkACQAJAAkACfwJAAkACQAJAAkACQAJAIAUtAABBMGsOCgoJAAECAwQFBggLC0ECDAYLQQMMBQtBBAwEC0EFDAMLQQYMAgtBBwwBC0EICyEDQQAhAUEAIQYMAgtBCSEDQQEhAEEAIQFBACEGDAELQQAhAUEBIQMLIAIgAzoAKyAFQQFqIQMCQAJAIAItAC1BEHENAAJAAkACQCACLQAqDgMBAAIECyAGRQ0DDAILIAANAQwCCyABRQ0BCyACKAIEIQAgAkEANgIEIAIgACADECgiAEUEQCADIQEMAwsgAkHJATYCHCACIAM2AhQgAiAANgIMQQAhAwwtCyACKAIEIQAgAkEANgIEIAIgACADECgiAEUEQCADIQEMGAsgAkHKATYCHCACIAM2AhQgAiAANgIMQQAhAwwsCyACKAIEIQAgAkEANgIEIAIgACAFECgiAEUEQCAFIQEMFgsgAkHLATYCHCACIAU2AhQgAiAANgIMDCsLQbQBIQMMEQtBACEAAkAgAigCOCIDRQ0AIAMoAjwiA0UNACACIAMRAAAhAAsCQCAABEAgAEEVRg0BIAJBADYCHCACIAE2AhQgAkGUDTYCECACQSE2AgxBACEDDCsLQbIBIQMMEQsgAkHIATYCHCACIAE2AhQgAkHJFzYCECACQRU2AgxBACEDDCkLIAJBADYCACAGQQFqIQFB9QAhAwwPCyACLQApQQVGBEBB4wAhAwwPC0HiACEDDA4LIAAhASACQQA2AgALIAJBADoALEEJIQMMDAsgAkEANgIAIAdBAWohAUHAACEDDAsLQQELOgAsIAJBADYCACAGQQFqIQELQSkhAwwIC0E4IQMMBwsCQCABIARHBEADQCABLQAAQYA+ai0AACIAQQFHBEAgAEECRw0DIAFBAWohAQwFCyAEIAFBAWoiAUcNAAtBPiEDDCELQT4hAwwgCwsgAkEAOgAsDAELQQshAwwEC0E6IQMMAwsgAUEBaiEBQS0hAwwCCyACIAE6ACwgAkEANgIAIAZBAWohAUEMIQMMAQsgAkEANgIAIAZBAWohAUEKIQMMAAsAC0EAIQMgAkEANgIcIAIgATYCFCACQc0QNgIQIAJBCTYCDAwXC0EAIQMgAkEANgIcIAIgATYCFCACQekKNgIQIAJBCTYCDAwWC0EAIQMgAkEANgIcIAIgATYCFCACQbcQNgIQIAJBCTYCDAwVC0EAIQMgAkEANgIcIAIgATYCFCACQZwRNgIQIAJBCTYCDAwUC0EAIQMgAkEANgIcIAIgATYCFCACQc0QNgIQIAJBCTYCDAwTC0EAIQMgAkEANgIcIAIgATYCFCACQekKNgIQIAJBCTYCDAwSC0EAIQMgAkEANgIcIAIgATYCFCACQbcQNgIQIAJBCTYCDAwRC0EAIQMgAkEANgIcIAIgATYCFCACQZwRNgIQIAJBCTYCDAwQC0EAIQMgAkEANgIcIAIgATYCFCACQZcVNgIQIAJBDzYCDAwPC0EAIQMgAkEANgIcIAIgATYCFCACQZcVNgIQIAJBDzYCDAwOC0EAIQMgAkEANgIcIAIgATYCFCACQcASNgIQIAJBCzYCDAwNC0EAIQMgAkEANgIcIAIgATYCFCACQZUJNgIQIAJBCzYCDAwMC0EAIQMgAkEANgIcIAIgATYCFCACQeEPNgIQIAJBCjYCDAwLC0EAIQMgAkEANgIcIAIgATYCFCACQfsPNgIQIAJBCjYCDAwKC0EAIQMgAkEANgIcIAIgATYCFCACQfEZNgIQIAJBAjYCDAwJC0EAIQMgAkEANgIcIAIgATYCFCACQcQUNgIQIAJBAjYCDAwIC0EAIQMgAkEANgIcIAIgATYCFCACQfIVNgIQIAJBAjYCDAwHCyACQQI2AhwgAiABNgIUIAJBnBo2AhAgAkEWNgIMQQAhAwwGC0EBIQMMBQtB1AAhAyABIARGDQQgCEEIaiEJIAIoAgAhBQJAAkAgASAERwRAIAVB2MIAaiEHIAQgBWogAWshACAFQX9zQQpqIgUgAWohBgNAIAEtAAAgBy0AAEcEQEECIQcMAwsgBUUEQEEAIQcgBiEBDAMLIAVBAWshBSAHQQFqIQcgBCABQQFqIgFHDQALIAAhBSAEIQELIAlBATYCACACIAU2AgAMAQsgAkEANgIAIAkgBzYCAAsgCSABNgIEIAgoAgwhACAIKAIIDgMBBAIACwALIAJBADYCHCACQbUaNgIQIAJBFzYCDCACIABBAWo2AhRBACEDDAILIAJBADYCHCACIAA2AhQgAkHKGjYCECACQQk2AgxBACEDDAELIAEgBEYEQEEiIQMMAQsgAkEJNgIIIAIgATYCBEEhIQMLIAhBEGokACADRQRAIAIoAgwhAAwBCyACIAM2AhxBACEAIAIoAgQiAUUNACACIAEgBCACKAIIEQEAIgFFDQAgAiAENgIUIAIgATYCDCABIQALIAALvgIBAn8gAEEAOgAAIABB3ABqIgFBAWtBADoAACAAQQA6AAIgAEEAOgABIAFBA2tBADoAACABQQJrQQA6AAAgAEEAOgADIAFBBGtBADoAAEEAIABrQQNxIgEgAGoiAEEANgIAQdwAIAFrQXxxIgIgAGoiAUEEa0EANgIAAkAgAkEJSQ0AIABBADYCCCAAQQA2AgQgAUEIa0EANgIAIAFBDGtBADYCACACQRlJDQAgAEEANgIYIABBADYCFCAAQQA2AhAgAEEANgIMIAFBEGtBADYCACABQRRrQQA2AgAgAUEYa0EANgIAIAFBHGtBADYCACACIABBBHFBGHIiAmsiAUEgSQ0AIAAgAmohAANAIABCADcDGCAAQgA3AxAgAEIANwMIIABCADcDACAAQSBqIQAgAUEgayIBQR9LDQALCwtWAQF/AkAgACgCDA0AAkACQAJAAkAgAC0ALw4DAQADAgsgACgCOCIBRQ0AIAEoAiwiAUUNACAAIAERAAAiAQ0DC0EADwsACyAAQcMWNgIQQQ4hAQsgAQsaACAAKAIMRQRAIABB0Rs2AhAgAEEVNgIMCwsUACAAKAIMQRVGBEAgAEEANgIMCwsUACAAKAIMQRZGBEAgAEEANgIMCwsHACAAKAIMCwcAIAAoAhALCQAgACABNgIQCwcAIAAoAhQLFwAgAEEkTwRAAAsgAEECdEGgM2ooAgALFwAgAEEuTwRAAAsgAEECdEGwNGooAgALvwkBAX9B6yghAQJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAIABB5ABrDvQDY2IAAWFhYWFhYQIDBAVhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhBgcICQoLDA0OD2FhYWFhEGFhYWFhYWFhYWFhEWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYRITFBUWFxgZGhthYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhHB0eHyAhIiMkJSYnKCkqKywtLi8wMTIzNDU2YTc4OTphYWFhYWFhYTthYWE8YWFhYT0+P2FhYWFhYWFhQGFhQWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYUJDREVGR0hJSktMTU5PUFFSU2FhYWFhYWFhVFVWV1hZWlthXF1hYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFeYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhYWFhX2BhC0HhJw8LQaQhDwtByywPC0H+MQ8LQcAkDwtBqyQPC0GNKA8LQeImDwtBgDAPC0G5Lw8LQdckDwtB7x8PC0HhHw8LQfofDwtB8iAPC0GoLw8LQa4yDwtBiDAPC0HsJw8LQYIiDwtBjh0PC0HQLg8LQcojDwtBxTIPC0HfHA8LQdIcDwtBxCAPC0HXIA8LQaIfDwtB7S4PC0GrMA8LQdQlDwtBzC4PC0H6Lg8LQfwrDwtB0jAPC0HxHQ8LQbsgDwtB9ysPC0GQMQ8LQdcxDwtBoi0PC0HUJw8LQeArDwtBnywPC0HrMQ8LQdUfDwtByjEPC0HeJQ8LQdQeDwtB9BwPC0GnMg8LQbEdDwtBoB0PC0G5MQ8LQbwwDwtBkiEPC0GzJg8LQeksDwtBrB4PC0HUKw8LQfcmDwtBgCYPC0GwIQ8LQf4eDwtBjSMPC0GJLQ8LQfciDwtBoDEPC0GuHw8LQcYlDwtB6B4PC0GTIg8LQcIvDwtBwx0PC0GLLA8LQeEdDwtBjS8PC0HqIQ8LQbQtDwtB0i8PC0HfMg8LQdIyDwtB8DAPC0GpIg8LQfkjDwtBmR4PC0G1LA8LQZswDwtBkjIPC0G2Kw8LQcIiDwtB+DIPC0GeJQ8LQdAiDwtBuh4PC0GBHg8LAAtB1iEhAQsgAQsWACAAIAAtAC1B/gFxIAFBAEdyOgAtCxkAIAAgAC0ALUH9AXEgAUEAR0EBdHI6AC0LGQAgACAALQAtQfsBcSABQQBHQQJ0cjoALQsZACAAIAAtAC1B9wFxIAFBAEdBA3RyOgAtCz4BAn8CQCAAKAI4IgNFDQAgAygCBCIDRQ0AIAAgASACIAFrIAMRAQAiBEF/Rw0AIABBxhE2AhBBGCEECyAECz4BAn8CQCAAKAI4IgNFDQAgAygCCCIDRQ0AIAAgASACIAFrIAMRAQAiBEF/Rw0AIABB9go2AhBBGCEECyAECz4BAn8CQCAAKAI4IgNFDQAgAygCDCIDRQ0AIAAgASACIAFrIAMRAQAiBEF/Rw0AIABB7Ro2AhBBGCEECyAECz4BAn8CQCAAKAI4IgNFDQAgAygCECIDRQ0AIAAgASACIAFrIAMRAQAiBEF/Rw0AIABBlRA2AhBBGCEECyAECz4BAn8CQCAAKAI4IgNFDQAgAygCFCIDRQ0AIAAgASACIAFrIAMRAQAiBEF/Rw0AIABBqhs2AhBBGCEECyAECz4BAn8CQCAAKAI4IgNFDQAgAygCGCIDRQ0AIAAgASACIAFrIAMRAQAiBEF/Rw0AIABB7RM2AhBBGCEECyAECz4BAn8CQCAAKAI4IgNFDQAgAygCKCIDRQ0AIAAgASACIAFrIAMRAQAiBEF/Rw0AIABB9gg2AhBBGCEECyAECz4BAn8CQCAAKAI4IgNFDQAgAygCHCIDRQ0AIAAgASACIAFrIAMRAQAiBEF/Rw0AIABBwhk2AhBBGCEECyAECz4BAn8CQCAAKAI4IgNFDQAgAygCICIDRQ0AIAAgASACIAFrIAMRAQAiBEF/Rw0AIABBlBQ2AhBBGCEECyAEC1kBAn8CQCAALQAoQQFGDQAgAC8BMiIBQeQAa0HkAEkNACABQcwBRg0AIAFBsAJGDQAgAC8BMCIAQcAAcQ0AQQEhAiAAQYgEcUGABEYNACAAQShxRSECCyACC4wBAQJ/AkACQAJAIAAtACpFDQAgAC0AK0UNACAALwEwIgFBAnFFDQEMAgsgAC8BMCIBQQFxRQ0BC0EBIQIgAC0AKEEBRg0AIAAvATIiAEHkAGtB5ABJDQAgAEHMAUYNACAAQbACRg0AIAFBwABxDQBBACECIAFBiARxQYAERg0AIAFBKHFBAEchAgsgAgtzACAAQRBq/QwAAAAAAAAAAAAAAAAAAAAA/QsDACAA/QwAAAAAAAAAAAAAAAAAAAAA/QsDACAAQTBq/QwAAAAAAAAAAAAAAAAAAAAA/QsDACAAQSBq/QwAAAAAAAAAAAAAAAAAAAAA/QsDACAAQd0BNgIcCwYAIAAQMguaLQELfyMAQRBrIgokAEGk0AAoAgAiCUUEQEHk0wAoAgAiBUUEQEHw0wBCfzcCAEHo0wBCgICEgICAwAA3AgBB5NMAIApBCGpBcHFB2KrVqgVzIgU2AgBB+NMAQQA2AgBByNMAQQA2AgALQczTAEGA1AQ2AgBBnNAAQYDUBDYCAEGw0AAgBTYCAEGs0ABBfzYCAEHQ0wBBgKwDNgIAA0AgAUHI0ABqIAFBvNAAaiICNgIAIAIgAUG00ABqIgM2AgAgAUHA0ABqIAM2AgAgAUHQ0ABqIAFBxNAAaiIDNgIAIAMgAjYCACABQdjQAGogAUHM0ABqIgI2AgAgAiADNgIAIAFB1NAAaiACNgIAIAFBIGoiAUGAAkcNAAtBjNQEQcGrAzYCAEGo0ABB9NMAKAIANgIAQZjQAEHAqwM2AgBBpNAAQYjUBDYCAEHM/wdBODYCAEGI1AQhCQsCQAJAAkACQAJAAkACQAJAAkACQAJAAkACQAJAAkACQCAAQewBTQRAQYzQACgCACIGQRAgAEETakFwcSAAQQtJGyIEQQN2IgB2IgFBA3EEQAJAIAFBAXEgAHJBAXMiAkEDdCIAQbTQAGoiASAAQbzQAGooAgAiACgCCCIDRgRAQYzQACAGQX4gAndxNgIADAELIAEgAzYCCCADIAE2AgwLIABBCGohASAAIAJBA3QiAkEDcjYCBCAAIAJqIgAgACgCBEEBcjYCBAwRC0GU0AAoAgAiCCAETw0BIAEEQAJAQQIgAHQiAkEAIAJrciABIAB0cWgiAEEDdCICQbTQAGoiASACQbzQAGooAgAiAigCCCIDRgRAQYzQACAGQX4gAHdxIgY2AgAMAQsgASADNgIIIAMgATYCDAsgAiAEQQNyNgIEIABBA3QiACAEayEFIAAgAmogBTYCACACIARqIgQgBUEBcjYCBCAIBEAgCEF4cUG00ABqIQBBoNAAKAIAIQMCf0EBIAhBA3Z0IgEgBnFFBEBBjNAAIAEgBnI2AgAgAAwBCyAAKAIICyIBIAM2AgwgACADNgIIIAMgADYCDCADIAE2AggLIAJBCGohAUGg0AAgBDYCAEGU0AAgBTYCAAwRC0GQ0AAoAgAiC0UNASALaEECdEG80gBqKAIAIgAoAgRBeHEgBGshBSAAIQIDQAJAIAIoAhAiAUUEQCACQRRqKAIAIgFFDQELIAEoAgRBeHEgBGsiAyAFSSECIAMgBSACGyEFIAEgACACGyEAIAEhAgwBCwsgACgCGCEJIAAoAgwiAyAARwRAQZzQACgCABogAyAAKAIIIgE2AgggASADNgIMDBALIABBFGoiAigCACIBRQRAIAAoAhAiAUUNAyAAQRBqIQILA0AgAiEHIAEiA0EUaiICKAIAIgENACADQRBqIQIgAygCECIBDQALIAdBADYCAAwPC0F/IQQgAEG/f0sNACAAQRNqIgFBcHEhBEGQ0AAoAgAiCEUNAEEAIARrIQUCQAJAAkACf0EAIARBgAJJDQAaQR8gBEH///8HSw0AGiAEQSYgAUEIdmciAGt2QQFxIABBAXRrQT5qCyIGQQJ0QbzSAGooAgAiAkUEQEEAIQFBACEDDAELQQAhASAEQRkgBkEBdmtBACAGQR9HG3QhAEEAIQMDQAJAIAIoAgRBeHEgBGsiByAFTw0AIAIhAyAHIgUNAEEAIQUgAiEBDAMLIAEgAkEUaigCACIHIAcgAiAAQR12QQRxakEQaigCACICRhsgASAHGyEBIABBAXQhACACDQALCyABIANyRQRAQQAhA0ECIAZ0IgBBACAAa3IgCHEiAEUNAyAAaEECdEG80gBqKAIAIQELIAFFDQELA0AgASgCBEF4cSAEayICIAVJIQAgAiAFIAAbIQUgASADIAAbIQMgASgCECIABH8gAAUgAUEUaigCAAsiAQ0ACwsgA0UNACAFQZTQACgCACAEa08NACADKAIYIQcgAyADKAIMIgBHBEBBnNAAKAIAGiAAIAMoAggiATYCCCABIAA2AgwMDgsgA0EUaiICKAIAIgFFBEAgAygCECIBRQ0DIANBEGohAgsDQCACIQYgASIAQRRqIgIoAgAiAQ0AIABBEGohAiAAKAIQIgENAAsgBkEANgIADA0LQZTQACgCACIDIARPBEBBoNAAKAIAIQECQCADIARrIgJBEE8EQCABIARqIgAgAkEBcjYCBCABIANqIAI2AgAgASAEQQNyNgIEDAELIAEgA0EDcjYCBCABIANqIgAgACgCBEEBcjYCBEEAIQBBACECC0GU0AAgAjYCAEGg0AAgADYCACABQQhqIQEMDwtBmNAAKAIAIgMgBEsEQCAEIAlqIgAgAyAEayIBQQFyNgIEQaTQACAANgIAQZjQACABNgIAIAkgBEEDcjYCBCAJQQhqIQEMDwtBACEBIAQCf0Hk0wAoAgAEQEHs0wAoAgAMAQtB8NMAQn83AgBB6NMAQoCAhICAgMAANwIAQeTTACAKQQxqQXBxQdiq1aoFczYCAEH40wBBADYCAEHI0wBBADYCAEGAgAQLIgAgBEHHAGoiBWoiBkEAIABrIgdxIgJPBEBB/NMAQTA2AgAMDwsCQEHE0wAoAgAiAUUNAEG80wAoAgAiCCACaiEAIAAgAU0gACAIS3ENAEEAIQFB/NMAQTA2AgAMDwtByNMALQAAQQRxDQQCQAJAIAkEQEHM0wAhAQNAIAEoAgAiACAJTQRAIAAgASgCBGogCUsNAwsgASgCCCIBDQALC0EAEDMiAEF/Rg0FIAIhBkHo0wAoAgAiAUEBayIDIABxBEAgAiAAayAAIANqQQAgAWtxaiEGCyAEIAZPDQUgBkH+////B0sNBUHE0wAoAgAiAwRAQbzTACgCACIHIAZqIQEgASAHTQ0GIAEgA0sNBgsgBhAzIgEgAEcNAQwHCyAGIANrIAdxIgZB/v///wdLDQQgBhAzIQAgACABKAIAIAEoAgRqRg0DIAAhAQsCQCAGIARByABqTw0AIAFBf0YNAEHs0wAoAgAiACAFIAZrakEAIABrcSIAQf7///8HSwRAIAEhAAwHCyAAEDNBf0cEQCAAIAZqIQYgASEADAcLQQAgBmsQMxoMBAsgASIAQX9HDQUMAwtBACEDDAwLQQAhAAwKCyAAQX9HDQILQcjTAEHI0wAoAgBBBHI2AgALIAJB/v///wdLDQEgAhAzIQBBABAzIQEgAEF/Rg0BIAFBf0YNASAAIAFPDQEgASAAayIGIARBOGpNDQELQbzTAEG80wAoAgAgBmoiATYCAEHA0wAoAgAgAUkEQEHA0wAgATYCAAsCQAJAAkBBpNAAKAIAIgIEQEHM0wAhAQNAIAAgASgCACIDIAEoAgQiBWpGDQIgASgCCCIBDQALDAILQZzQACgCACIBQQBHIAAgAU9xRQRAQZzQACAANgIAC0EAIQFB0NMAIAY2AgBBzNMAIAA2AgBBrNAAQX82AgBBsNAAQeTTACgCADYCAEHY0wBBADYCAANAIAFByNAAaiABQbzQAGoiAjYCACACIAFBtNAAaiIDNgIAIAFBwNAAaiADNgIAIAFB0NAAaiABQcTQAGoiAzYCACADIAI2AgAgAUHY0ABqIAFBzNAAaiICNgIAIAIgAzYCACABQdTQAGogAjYCACABQSBqIgFBgAJHDQALQXggAGtBD3EiASAAaiICIAZBOGsiAyABayIBQQFyNgIEQajQAEH00wAoAgA2AgBBmNAAIAE2AgBBpNAAIAI2AgAgACADakE4NgIEDAILIAAgAk0NACACIANJDQAgASgCDEEIcQ0AQXggAmtBD3EiACACaiIDQZjQACgCACAGaiIHIABrIgBBAXI2AgQgASAFIAZqNgIEQajQAEH00wAoAgA2AgBBmNAAIAA2AgBBpNAAIAM2AgAgAiAHakE4NgIEDAELIABBnNAAKAIASQRAQZzQACAANgIACyAAIAZqIQNBzNMAIQECQAJAAkADQCADIAEoAgBHBEAgASgCCCIBDQEMAgsLIAEtAAxBCHFFDQELQczTACEBA0AgASgCACIDIAJNBEAgAyABKAIEaiIFIAJLDQMLIAEoAgghAQwACwALIAEgADYCACABIAEoAgQgBmo2AgQgAEF4IABrQQ9xaiIJIARBA3I2AgQgA0F4IANrQQ9xaiIGIAQgCWoiBGshASACIAZGBEBBpNAAIAQ2AgBBmNAAQZjQACgCACABaiIANgIAIAQgAEEBcjYCBAwIC0Gg0AAoAgAgBkYEQEGg0AAgBDYCAEGU0ABBlNAAKAIAIAFqIgA2AgAgBCAAQQFyNgIEIAAgBGogADYCAAwICyAGKAIEIgVBA3FBAUcNBiAFQXhxIQggBUH/AU0EQCAFQQN2IQMgBigCCCIAIAYoAgwiAkYEQEGM0ABBjNAAKAIAQX4gA3dxNgIADAcLIAIgADYCCCAAIAI2AgwMBgsgBigCGCEHIAYgBigCDCIARwRAIAAgBigCCCICNgIIIAIgADYCDAwFCyAGQRRqIgIoAgAiBUUEQCAGKAIQIgVFDQQgBkEQaiECCwNAIAIhAyAFIgBBFGoiAigCACIFDQAgAEEQaiECIAAoAhAiBQ0ACyADQQA2AgAMBAtBeCAAa0EPcSIBIABqIgcgBkE4ayIDIAFrIgFBAXI2AgQgACADakE4NgIEIAIgBUE3IAVrQQ9xakE/ayIDIAMgAkEQakkbIgNBIzYCBEGo0ABB9NMAKAIANgIAQZjQACABNgIAQaTQACAHNgIAIANBEGpB1NMAKQIANwIAIANBzNMAKQIANwIIQdTTACADQQhqNgIAQdDTACAGNgIAQczTACAANgIAQdjTAEEANgIAIANBJGohAQNAIAFBBzYCACAFIAFBBGoiAUsNAAsgAiADRg0AIAMgAygCBEF+cTYCBCADIAMgAmsiBTYCACACIAVBAXI2AgQgBUH/AU0EQCAFQXhxQbTQAGohAAJ/QYzQACgCACIBQQEgBUEDdnQiA3FFBEBBjNAAIAEgA3I2AgAgAAwBCyAAKAIICyIBIAI2AgwgACACNgIIIAIgADYCDCACIAE2AggMAQtBHyEBIAVB////B00EQCAFQSYgBUEIdmciAGt2QQFxIABBAXRrQT5qIQELIAIgATYCHCACQgA3AhAgAUECdEG80gBqIQBBkNAAKAIAIgNBASABdCIGcUUEQCAAIAI2AgBBkNAAIAMgBnI2AgAgAiAANgIYIAIgAjYCCCACIAI2AgwMAQsgBUEZIAFBAXZrQQAgAUEfRxt0IQEgACgCACEDAkADQCADIgAoAgRBeHEgBUYNASABQR12IQMgAUEBdCEBIAAgA0EEcWpBEGoiBigCACIDDQALIAYgAjYCACACIAA2AhggAiACNgIMIAIgAjYCCAwBCyAAKAIIIgEgAjYCDCAAIAI2AgggAkEANgIYIAIgADYCDCACIAE2AggLQZjQACgCACIBIARNDQBBpNAAKAIAIgAgBGoiAiABIARrIgFBAXI2AgRBmNAAIAE2AgBBpNAAIAI2AgAgACAEQQNyNgIEIABBCGohAQwIC0EAIQFB/NMAQTA2AgAMBwtBACEACyAHRQ0AAkAgBigCHCICQQJ0QbzSAGoiAygCACAGRgRAIAMgADYCACAADQFBkNAAQZDQACgCAEF+IAJ3cTYCAAwCCyAHQRBBFCAHKAIQIAZGG2ogADYCACAARQ0BCyAAIAc2AhggBigCECICBEAgACACNgIQIAIgADYCGAsgBkEUaigCACICRQ0AIABBFGogAjYCACACIAA2AhgLIAEgCGohASAGIAhqIgYoAgQhBQsgBiAFQX5xNgIEIAEgBGogATYCACAEIAFBAXI2AgQgAUH/AU0EQCABQXhxQbTQAGohAAJ/QYzQACgCACICQQEgAUEDdnQiAXFFBEBBjNAAIAEgAnI2AgAgAAwBCyAAKAIICyIBIAQ2AgwgACAENgIIIAQgADYCDCAEIAE2AggMAQtBHyEFIAFB////B00EQCABQSYgAUEIdmciAGt2QQFxIABBAXRrQT5qIQULIAQgBTYCHCAEQgA3AhAgBUECdEG80gBqIQBBkNAAKAIAIgJBASAFdCIDcUUEQCAAIAQ2AgBBkNAAIAIgA3I2AgAgBCAANgIYIAQgBDYCCCAEIAQ2AgwMAQsgAUEZIAVBAXZrQQAgBUEfRxt0IQUgACgCACEAAkADQCAAIgIoAgRBeHEgAUYNASAFQR12IQAgBUEBdCEFIAIgAEEEcWpBEGoiAygCACIADQALIAMgBDYCACAEIAI2AhggBCAENgIMIAQgBDYCCAwBCyACKAIIIgAgBDYCDCACIAQ2AgggBEEANgIYIAQgAjYCDCAEIAA2AggLIAlBCGohAQwCCwJAIAdFDQACQCADKAIcIgFBAnRBvNIAaiICKAIAIANGBEAgAiAANgIAIAANAUGQ0AAgCEF+IAF3cSIINgIADAILIAdBEEEUIAcoAhAgA0YbaiAANgIAIABFDQELIAAgBzYCGCADKAIQIgEEQCAAIAE2AhAgASAANgIYCyADQRRqKAIAIgFFDQAgAEEUaiABNgIAIAEgADYCGAsCQCAFQQ9NBEAgAyAEIAVqIgBBA3I2AgQgACADaiIAIAAoAgRBAXI2AgQMAQsgAyAEaiICIAVBAXI2AgQgAyAEQQNyNgIEIAIgBWogBTYCACAFQf8BTQRAIAVBeHFBtNAAaiEAAn9BjNAAKAIAIgFBASAFQQN2dCIFcUUEQEGM0AAgASAFcjYCACAADAELIAAoAggLIgEgAjYCDCAAIAI2AgggAiAANgIMIAIgATYCCAwBC0EfIQEgBUH///8HTQRAIAVBJiAFQQh2ZyIAa3ZBAXEgAEEBdGtBPmohAQsgAiABNgIcIAJCADcCECABQQJ0QbzSAGohAEEBIAF0IgQgCHFFBEAgACACNgIAQZDQACAEIAhyNgIAIAIgADYCGCACIAI2AgggAiACNgIMDAELIAVBGSABQQF2a0EAIAFBH0cbdCEBIAAoAgAhBAJAA0AgBCIAKAIEQXhxIAVGDQEgAUEddiEEIAFBAXQhASAAIARBBHFqQRBqIgYoAgAiBA0ACyAGIAI2AgAgAiAANgIYIAIgAjYCDCACIAI2AggMAQsgACgCCCIBIAI2AgwgACACNgIIIAJBADYCGCACIAA2AgwgAiABNgIICyADQQhqIQEMAQsCQCAJRQ0AAkAgACgCHCIBQQJ0QbzSAGoiAigCACAARgRAIAIgAzYCACADDQFBkNAAIAtBfiABd3E2AgAMAgsgCUEQQRQgCSgCECAARhtqIAM2AgAgA0UNAQsgAyAJNgIYIAAoAhAiAQRAIAMgATYCECABIAM2AhgLIABBFGooAgAiAUUNACADQRRqIAE2AgAgASADNgIYCwJAIAVBD00EQCAAIAQgBWoiAUEDcjYCBCAAIAFqIgEgASgCBEEBcjYCBAwBCyAAIARqIgcgBUEBcjYCBCAAIARBA3I2AgQgBSAHaiAFNgIAIAgEQCAIQXhxQbTQAGohAUGg0AAoAgAhAwJ/QQEgCEEDdnQiAiAGcUUEQEGM0AAgAiAGcjYCACABDAELIAEoAggLIgIgAzYCDCABIAM2AgggAyABNgIMIAMgAjYCCAtBoNAAIAc2AgBBlNAAIAU2AgALIABBCGohAQsgCkEQaiQAIAELQwAgAEUEQD8AQRB0DwsCQCAAQf//A3ENACAAQQBIDQAgAEEQdkAAIgBBf0YEQEH80wBBMDYCAEF/DwsgAEEQdA8LAAsL3D8iAEGACAsJAQAAAAIAAAADAEGUCAsFBAAAAAUAQaQICwkGAAAABwAAAAgAQdwIC4otSW52YWxpZCBjaGFyIGluIHVybCBxdWVyeQBTcGFuIGNhbGxiYWNrIGVycm9yIGluIG9uX2JvZHkAQ29udGVudC1MZW5ndGggb3ZlcmZsb3cAQ2h1bmsgc2l6ZSBvdmVyZmxvdwBSZXNwb25zZSBvdmVyZmxvdwBJbnZhbGlkIG1ldGhvZCBmb3IgSFRUUC94LnggcmVxdWVzdABJbnZhbGlkIG1ldGhvZCBmb3IgUlRTUC94LnggcmVxdWVzdABFeHBlY3RlZCBTT1VSQ0UgbWV0aG9kIGZvciBJQ0UveC54IHJlcXVlc3QASW52YWxpZCBjaGFyIGluIHVybCBmcmFnbWVudCBzdGFydABFeHBlY3RlZCBkb3QAU3BhbiBjYWxsYmFjayBlcnJvciBpbiBvbl9zdGF0dXMASW52YWxpZCByZXNwb25zZSBzdGF0dXMASW52YWxpZCBjaGFyYWN0ZXIgaW4gY2h1bmsgZXh0ZW5zaW9ucwBVc2VyIGNhbGxiYWNrIGVycm9yAGBvbl9yZXNldGAgY2FsbGJhY2sgZXJyb3IAYG9uX2NodW5rX2hlYWRlcmAgY2FsbGJhY2sgZXJyb3IAYG9uX21lc3NhZ2VfYmVnaW5gIGNhbGxiYWNrIGVycm9yAGBvbl9jaHVua19leHRlbnNpb25fdmFsdWVgIGNhbGxiYWNrIGVycm9yAGBvbl9zdGF0dXNfY29tcGxldGVgIGNhbGxiYWNrIGVycm9yAGBvbl92ZXJzaW9uX2NvbXBsZXRlYCBjYWxsYmFjayBlcnJvcgBgb25fdXJsX2NvbXBsZXRlYCBjYWxsYmFjayBlcnJvcgBgb25fY2h1bmtfY29tcGxldGVgIGNhbGxiYWNrIGVycm9yAGBvbl9oZWFkZXJfdmFsdWVfY29tcGxldGVgIGNhbGxiYWNrIGVycm9yAGBvbl9tZXNzYWdlX2NvbXBsZXRlYCBjYWxsYmFjayBlcnJvcgBgb25fbWV0aG9kX2NvbXBsZXRlYCBjYWxsYmFjayBlcnJvcgBgb25faGVhZGVyX2ZpZWxkX2NvbXBsZXRlYCBjYWxsYmFjayBlcnJvcgBgb25fY2h1bmtfZXh0ZW5zaW9uX25hbWVgIGNhbGxiYWNrIGVycm9yAFVuZXhwZWN0ZWQgY2hhciBpbiB1cmwgc2VydmVyAEludmFsaWQgaGVhZGVyIHZhbHVlIGNoYXIASW52YWxpZCBoZWFkZXIgZmllbGQgY2hhcgBTcGFuIGNhbGxiYWNrIGVycm9yIGluIG9uX3ZlcnNpb24ASW52YWxpZCBtaW5vciB2ZXJzaW9uAEludmFsaWQgbWFqb3IgdmVyc2lvbgBFeHBlY3RlZCBzcGFjZSBhZnRlciB2ZXJzaW9uAEV4cGVjdGVkIENSTEYgYWZ0ZXIgdmVyc2lvbgBJbnZhbGlkIEhUVFAgdmVyc2lvbgBJbnZhbGlkIGhlYWRlciB0b2tlbgBTcGFuIGNhbGxiYWNrIGVycm9yIGluIG9uX3VybABJbnZhbGlkIGNoYXJhY3RlcnMgaW4gdXJsAFVuZXhwZWN0ZWQgc3RhcnQgY2hhciBpbiB1cmwARG91YmxlIEAgaW4gdXJsAEVtcHR5IENvbnRlbnQtTGVuZ3RoAEludmFsaWQgY2hhcmFjdGVyIGluIENvbnRlbnQtTGVuZ3RoAER1cGxpY2F0ZSBDb250ZW50LUxlbmd0aABJbnZhbGlkIGNoYXIgaW4gdXJsIHBhdGgAQ29udGVudC1MZW5ndGggY2FuJ3QgYmUgcHJlc2VudCB3aXRoIFRyYW5zZmVyLUVuY29kaW5nAEludmFsaWQgY2hhcmFjdGVyIGluIGNodW5rIHNpemUAU3BhbiBjYWxsYmFjayBlcnJvciBpbiBvbl9oZWFkZXJfdmFsdWUAU3BhbiBjYWxsYmFjayBlcnJvciBpbiBvbl9jaHVua19leHRlbnNpb25fdmFsdWUASW52YWxpZCBjaGFyYWN0ZXIgaW4gY2h1bmsgZXh0ZW5zaW9ucyB2YWx1ZQBNaXNzaW5nIGV4cGVjdGVkIExGIGFmdGVyIGhlYWRlciB2YWx1ZQBJbnZhbGlkIGBUcmFuc2Zlci1FbmNvZGluZ2AgaGVhZGVyIHZhbHVlAEludmFsaWQgY2hhcmFjdGVyIGluIGNodW5rIGV4dGVuc2lvbnMgcXVvdGUgdmFsdWUASW52YWxpZCBjaGFyYWN0ZXIgaW4gY2h1bmsgZXh0ZW5zaW9ucyBxdW90ZWQgdmFsdWUAUGF1c2VkIGJ5IG9uX2hlYWRlcnNfY29tcGxldGUASW52YWxpZCBFT0Ygc3RhdGUAb25fcmVzZXQgcGF1c2UAb25fY2h1bmtfaGVhZGVyIHBhdXNlAG9uX21lc3NhZ2VfYmVnaW4gcGF1c2UAb25fY2h1bmtfZXh0ZW5zaW9uX3ZhbHVlIHBhdXNlAG9uX3N0YXR1c19jb21wbGV0ZSBwYXVzZQBvbl92ZXJzaW9uX2NvbXBsZXRlIHBhdXNlAG9uX3VybF9jb21wbGV0ZSBwYXVzZQBvbl9jaHVua19jb21wbGV0ZSBwYXVzZQBvbl9oZWFkZXJfdmFsdWVfY29tcGxldGUgcGF1c2UAb25fbWVzc2FnZV9jb21wbGV0ZSBwYXVzZQBvbl9tZXRob2RfY29tcGxldGUgcGF1c2UAb25faGVhZGVyX2ZpZWxkX2NvbXBsZXRlIHBhdXNlAG9uX2NodW5rX2V4dGVuc2lvbl9uYW1lIHBhdXNlAFVuZXhwZWN0ZWQgc3BhY2UgYWZ0ZXIgc3RhcnQgbGluZQBTcGFuIGNhbGxiYWNrIGVycm9yIGluIG9uX2NodW5rX2V4dGVuc2lvbl9uYW1lAEludmFsaWQgY2hhcmFjdGVyIGluIGNodW5rIGV4dGVuc2lvbnMgbmFtZQBQYXVzZSBvbiBDT05ORUNUL1VwZ3JhZGUAUGF1c2Ugb24gUFJJL1VwZ3JhZGUARXhwZWN0ZWQgSFRUUC8yIENvbm5lY3Rpb24gUHJlZmFjZQBTcGFuIGNhbGxiYWNrIGVycm9yIGluIG9uX21ldGhvZABFeHBlY3RlZCBzcGFjZSBhZnRlciBtZXRob2QAU3BhbiBjYWxsYmFjayBlcnJvciBpbiBvbl9oZWFkZXJfZmllbGQAUGF1c2VkAEludmFsaWQgd29yZCBlbmNvdW50ZXJlZABJbnZhbGlkIG1ldGhvZCBlbmNvdW50ZXJlZABVbmV4cGVjdGVkIGNoYXIgaW4gdXJsIHNjaGVtYQBSZXF1ZXN0IGhhcyBpbnZhbGlkIGBUcmFuc2Zlci1FbmNvZGluZ2AAU1dJVENIX1BST1hZAFVTRV9QUk9YWQBNS0FDVElWSVRZAFVOUFJPQ0VTU0FCTEVfRU5USVRZAENPUFkATU9WRURfUEVSTUFORU5UTFkAVE9PX0VBUkxZAE5PVElGWQBGQUlMRURfREVQRU5ERU5DWQBCQURfR0FURVdBWQBQTEFZAFBVVABDSEVDS09VVABHQVRFV0FZX1RJTUVPVVQAUkVRVUVTVF9USU1FT1VUAE5FVFdPUktfQ09OTkVDVF9USU1FT1VUAENPTk5FQ1RJT05fVElNRU9VVABMT0dJTl9USU1FT1VUAE5FVFdPUktfUkVBRF9USU1FT1VUAFBPU1QATUlTRElSRUNURURfUkVRVUVTVABDTElFTlRfQ0xPU0VEX1JFUVVFU1QAQ0xJRU5UX0NMT1NFRF9MT0FEX0JBTEFOQ0VEX1JFUVVFU1QAQkFEX1JFUVVFU1QASFRUUF9SRVFVRVNUX1NFTlRfVE9fSFRUUFNfUE9SVABSRVBPUlQASU1fQV9URUFQT1QAUkVTRVRfQ09OVEVOVABOT19DT05URU5UAFBBUlRJQUxfQ09OVEVOVABIUEVfSU5WQUxJRF9DT05TVEFOVABIUEVfQ0JfUkVTRVQAR0VUAEhQRV9TVFJJQ1QAQ09ORkxJQ1QAVEVNUE9SQVJZX1JFRElSRUNUAFBFUk1BTkVOVF9SRURJUkVDVABDT05ORUNUAE1VTFRJX1NUQVRVUwBIUEVfSU5WQUxJRF9TVEFUVVMAVE9PX01BTllfUkVRVUVTVFMARUFSTFlfSElOVFMAVU5BVkFJTEFCTEVfRk9SX0xFR0FMX1JFQVNPTlMAT1BUSU9OUwBTV0lUQ0hJTkdfUFJPVE9DT0xTAFZBUklBTlRfQUxTT19ORUdPVElBVEVTAE1VTFRJUExFX0NIT0lDRVMASU5URVJOQUxfU0VSVkVSX0VSUk9SAFdFQl9TRVJWRVJfVU5LTk9XTl9FUlJPUgBSQUlMR1VOX0VSUk9SAElERU5USVRZX1BST1ZJREVSX0FVVEhFTlRJQ0FUSU9OX0VSUk9SAFNTTF9DRVJUSUZJQ0FURV9FUlJPUgBJTlZBTElEX1hfRk9SV0FSREVEX0ZPUgBTRVRfUEFSQU1FVEVSAEdFVF9QQVJBTUVURVIASFBFX1VTRVIAU0VFX09USEVSAEhQRV9DQl9DSFVOS19IRUFERVIATUtDQUxFTkRBUgBTRVRVUABXRUJfU0VSVkVSX0lTX0RPV04AVEVBUkRPV04ASFBFX0NMT1NFRF9DT05ORUNUSU9OAEhFVVJJU1RJQ19FWFBJUkFUSU9OAERJU0NPTk5FQ1RFRF9PUEVSQVRJT04ATk9OX0FVVEhPUklUQVRJVkVfSU5GT1JNQVRJT04ASFBFX0lOVkFMSURfVkVSU0lPTgBIUEVfQ0JfTUVTU0FHRV9CRUdJTgBTSVRFX0lTX0ZST1pFTgBIUEVfSU5WQUxJRF9IRUFERVJfVE9LRU4ASU5WQUxJRF9UT0tFTgBGT1JCSURERU4ARU5IQU5DRV9ZT1VSX0NBTE0ASFBFX0lOVkFMSURfVVJMAEJMT0NLRURfQllfUEFSRU5UQUxfQ09OVFJPTABNS0NPTABBQ0wASFBFX0lOVEVSTkFMAFJFUVVFU1RfSEVBREVSX0ZJRUxEU19UT09fTEFSR0VfVU5PRkZJQ0lBTABIUEVfT0sAVU5MSU5LAFVOTE9DSwBQUkkAUkVUUllfV0lUSABIUEVfSU5WQUxJRF9DT05URU5UX0xFTkdUSABIUEVfVU5FWFBFQ1RFRF9DT05URU5UX0xFTkdUSABGTFVTSABQUk9QUEFUQ0gATS1TRUFSQ0gAVVJJX1RPT19MT05HAFBST0NFU1NJTkcATUlTQ0VMTEFORU9VU19QRVJTSVNURU5UX1dBUk5JTkcATUlTQ0VMTEFORU9VU19XQVJOSU5HAEhQRV9JTlZBTElEX1RSQU5TRkVSX0VOQ09ESU5HAEV4cGVjdGVkIENSTEYASFBFX0lOVkFMSURfQ0hVTktfU0laRQBNT1ZFAENPTlRJTlVFAEhQRV9DQl9TVEFUVVNfQ09NUExFVEUASFBFX0NCX0hFQURFUlNfQ09NUExFVEUASFBFX0NCX1ZFUlNJT05fQ09NUExFVEUASFBFX0NCX1VSTF9DT01QTEVURQBIUEVfQ0JfQ0hVTktfQ09NUExFVEUASFBFX0NCX0hFQURFUl9WQUxVRV9DT01QTEVURQBIUEVfQ0JfQ0hVTktfRVhURU5TSU9OX1ZBTFVFX0NPTVBMRVRFAEhQRV9DQl9DSFVOS19FWFRFTlNJT05fTkFNRV9DT01QTEVURQBIUEVfQ0JfTUVTU0FHRV9DT01QTEVURQBIUEVfQ0JfTUVUSE9EX0NPTVBMRVRFAEhQRV9DQl9IRUFERVJfRklFTERfQ09NUExFVEUAREVMRVRFAEhQRV9JTlZBTElEX0VPRl9TVEFURQBJTlZBTElEX1NTTF9DRVJUSUZJQ0FURQBQQVVTRQBOT19SRVNQT05TRQBVTlNVUFBPUlRFRF9NRURJQV9UWVBFAEdPTkUATk9UX0FDQ0VQVEFCTEUAU0VSVklDRV9VTkFWQUlMQUJMRQBSQU5HRV9OT1RfU0FUSVNGSUFCTEUAT1JJR0lOX0lTX1VOUkVBQ0hBQkxFAFJFU1BPTlNFX0lTX1NUQUxFAFBVUkdFAE1FUkdFAFJFUVVFU1RfSEVBREVSX0ZJRUxEU19UT09fTEFSR0UAUkVRVUVTVF9IRUFERVJfVE9PX0xBUkdFAFBBWUxPQURfVE9PX0xBUkdFAElOU1VGRklDSUVOVF9TVE9SQUdFAEhQRV9QQVVTRURfVVBHUkFERQBIUEVfUEFVU0VEX0gyX1VQR1JBREUAU09VUkNFAEFOTk9VTkNFAFRSQUNFAEhQRV9VTkVYUEVDVEVEX1NQQUNFAERFU0NSSUJFAFVOU1VCU0NSSUJFAFJFQ09SRABIUEVfSU5WQUxJRF9NRVRIT0QATk9UX0ZPVU5EAFBST1BGSU5EAFVOQklORABSRUJJTkQAVU5BVVRIT1JJWkVEAE1FVEhPRF9OT1RfQUxMT1dFRABIVFRQX1ZFUlNJT05fTk9UX1NVUFBPUlRFRABBTFJFQURZX1JFUE9SVEVEAEFDQ0VQVEVEAE5PVF9JTVBMRU1FTlRFRABMT09QX0RFVEVDVEVEAEhQRV9DUl9FWFBFQ1RFRABIUEVfTEZfRVhQRUNURUQAQ1JFQVRFRABJTV9VU0VEAEhQRV9QQVVTRUQAVElNRU9VVF9PQ0NVUkVEAFBBWU1FTlRfUkVRVUlSRUQAUFJFQ09ORElUSU9OX1JFUVVJUkVEAFBST1hZX0FVVEhFTlRJQ0FUSU9OX1JFUVVJUkVEAE5FVFdPUktfQVVUSEVOVElDQVRJT05fUkVRVUlSRUQATEVOR1RIX1JFUVVJUkVEAFNTTF9DRVJUSUZJQ0FURV9SRVFVSVJFRABVUEdSQURFX1JFUVVJUkVEAFBBR0VfRVhQSVJFRABQUkVDT05ESVRJT05fRkFJTEVEAEVYUEVDVEFUSU9OX0ZBSUxFRABSRVZBTElEQVRJT05fRkFJTEVEAFNTTF9IQU5EU0hBS0VfRkFJTEVEAExPQ0tFRABUUkFOU0ZPUk1BVElPTl9BUFBMSUVEAE5PVF9NT0RJRklFRABOT1RfRVhURU5ERUQAQkFORFdJRFRIX0xJTUlUX0VYQ0VFREVEAFNJVEVfSVNfT1ZFUkxPQURFRABIRUFEAEV4cGVjdGVkIEhUVFAvAABeEwAAJhMAADAQAADwFwAAnRMAABUSAAA5FwAA8BIAAAoQAAB1EgAArRIAAIITAABPFAAAfxAAAKAVAAAjFAAAiRIAAIsUAABNFQAA1BEAAM8UAAAQGAAAyRYAANwWAADBEQAA4BcAALsUAAB0FAAAfBUAAOUUAAAIFwAAHxAAAGUVAACjFAAAKBUAAAIVAACZFQAALBAAAIsZAABPDwAA1A4AAGoQAADOEAAAAhcAAIkOAABuEwAAHBMAAGYUAABWFwAAwRMAAM0TAABsEwAAaBcAAGYXAABfFwAAIhMAAM4PAABpDgAA2A4AAGMWAADLEwAAqg4AACgXAAAmFwAAxRMAAF0WAADoEQAAZxMAAGUTAADyFgAAcxMAAB0XAAD5FgAA8xEAAM8OAADOFQAADBIAALMRAAClEQAAYRAAADIXAAC7EwBB+TULAQEAQZA2C+ABAQECAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAQf03CwEBAEGROAteAgMCAgICAgAAAgIAAgIAAgICAgICAgICAgAEAAAAAAACAgICAgICAgICAgICAgICAgICAgICAgICAgAAAAICAgICAgICAgICAgICAgICAgICAgICAgICAgICAAIAAgBB/TkLAQEAQZE6C14CAAICAgICAAACAgACAgACAgICAgICAgICAAMABAAAAAICAgICAgICAgICAgICAgICAgICAgICAgICAAAAAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIAAgACAEHwOwsNbG9zZWVlcC1hbGl2ZQBBiTwLAQEAQaA8C+ABAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAQYk+CwEBAEGgPgvnAQEBAQEBAQEBAQEBAQIBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBY2h1bmtlZABBsMAAC18BAQABAQEBAQAAAQEAAQEAAQEBAQEBAQEBAQAAAAAAAAABAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQAAAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAAEAAQBBkMIACyFlY3Rpb25lbnQtbGVuZ3Rob25yb3h5LWNvbm5lY3Rpb24AQcDCAAstcmFuc2Zlci1lbmNvZGluZ3BncmFkZQ0KDQoNClNNDQoNClRUUC9DRS9UU1AvAEH5wgALBQECAAEDAEGQwwAL4AEEAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQABAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQBB+cQACwUBAgABAwBBkMUAC+ABBAEBBQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEAQfnGAAsEAQAAAQBBkccAC98BAQEAAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAAEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQABAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQBB+sgACwQBAAACAEGQyQALXwMEAAAEBAQEBAQEBAQEBAUEBAQEBAQEBAQEBAQABAAGBwQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAAEAAQABAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQEBAQAAAAEAEH6ygALBAEAAAEAQZDLAAsBAQBBqssAC0ECAAAAAAAAAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMAAAAAAAADAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwBB+swACwQBAAABAEGQzQALAQEAQZrNAAsGAgAAAAACAEGxzQALOgMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAAAAAAAAAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMDAwMAQfDOAAuWAU5PVU5DRUVDS09VVE5FQ1RFVEVDUklCRUxVU0hFVEVBRFNFQVJDSFJHRUNUSVZJVFlMRU5EQVJWRU9USUZZUFRJT05TQ0hTRUFZU1RBVENIR0VPUkRJUkVDVE9SVFJDSFBBUkFNRVRFUlVSQ0VCU0NSSUJFQVJET1dOQUNFSU5ETktDS1VCU0NSSUJFSFRUUC9BRFRQLw==","base64")},50172:(La,hl)=>{"use strict";Object.defineProperty(hl,"__esModule",{value:true});hl.enumToMap=void 0;function enumToMap(La){const hl={};Object.keys(La).forEach(fl=>{const yl=La[fl];if(typeof yl==="number"){hl[fl]=yl}});return hl}hl.enumToMap=enumToMap},47501:(La,hl,fl)=>{"use strict";const{kClients:yl}=fl(36443);const Pl=fl(57405);const{kAgent:Ul,kMockAgentSet:Gd,kMockAgentGet:af,kDispatches:n_,kIsMockActive:i_,kNetConnect:p_,kGetNetConnect:w_,kOptions:D_,kFactory:I_}=fl(91117);const N_=fl(47365);const _m=fl(94004);const{matchValue:pg,buildMockOptions:mg}=fl(53397);const{InvalidArgumentError:gg,UndiciError:eA}=fl(68707);const tA=fl(30883);const rA=fl(91529);const nA=fl(56142);class MockAgent extends tA{constructor(La){super(La);this[p_]=true;this[i_]=true;if(La?.agent&&typeof La.agent.dispatch!=="function"){throw new gg("Argument opts.agent must implement Agent")}const hl=La?.agent?La.agent:new Pl(La);this[Ul]=hl;this[yl]=hl[yl];this[D_]=mg(La)}get(La){let hl=this[af](La);if(!hl){hl=this[I_](La);this[Gd](La,hl)}return hl}dispatch(La,hl){this.get(La.origin);return this[Ul].dispatch(La,hl)}async close(){await this[Ul].close();this[yl].clear()}deactivate(){this[i_]=false}activate(){this[i_]=true}enableNetConnect(La){if(typeof La==="string"||typeof La==="function"||La instanceof RegExp){if(Array.isArray(this[p_])){this[p_].push(La)}else{this[p_]=[La]}}else if(typeof La==="undefined"){this[p_]=true}else{throw new gg("Unsupported matcher. Must be one of String|Function|RegExp.")}}disableNetConnect(){this[p_]=false}get isMockActive(){return this[i_]}[Gd](La,hl){this[yl].set(La,hl)}[I_](La){const hl=Object.assign({agent:this},this[D_]);return this[D_]&&this[D_].connections===1?new N_(La,hl):new _m(La,hl)}[af](La){const hl=this[yl].get(La);if(hl){return hl}if(typeof La!=="string"){const hl=this[I_]("http://localhost:9999");this[Gd](La,hl);return hl}for(const[hl,fl]of Array.from(this[yl])){if(fl&&typeof hl!=="string"&&pg(hl,La)){const hl=this[I_](La);this[Gd](La,hl);hl[n_]=fl[n_];return hl}}}[w_](){return this[p_]}pendingInterceptors(){const La=this[yl];return Array.from(La.entries()).flatMap(([La,hl])=>hl[n_].map(hl=>({...hl,origin:La}))).filter(({pending:La})=>La)}assertNoPendingInterceptors({pendingInterceptorsFormatter:La=new nA}={}){const hl=this.pendingInterceptors();if(hl.length===0){return}const fl=new rA("interceptor","interceptors").pluralize(hl.length);throw new eA(`\n${fl.count} ${fl.noun} ${fl.is} pending:\n\n${La.format(hl)}\n`.trim())}}La.exports=MockAgent},47365:(La,hl,fl)=>{"use strict";const{promisify:yl}=fl(57975);const Pl=fl(23701);const{buildMockDispatch:Ul}=fl(53397);const{kDispatches:Gd,kMockAgent:af,kClose:n_,kOriginalClose:i_,kOrigin:p_,kOriginalDispatch:w_,kConnected:D_}=fl(91117);const{MockInterceptor:I_}=fl(31511);const N_=fl(36443);const{InvalidArgumentError:_m}=fl(68707);class MockClient extends Pl{constructor(La,hl){super(La,hl);if(!hl||!hl.agent||typeof hl.agent.dispatch!=="function"){throw new _m("Argument opts.agent must implement Agent")}this[af]=hl.agent;this[p_]=La;this[Gd]=[];this[D_]=1;this[w_]=this.dispatch;this[i_]=this.close.bind(this);this.dispatch=Ul.call(this);this.close=this[n_]}get[N_.kConnected](){return this[D_]}intercept(La){return new I_(La,this[Gd])}async[n_](){await yl(this[i_])();this[D_]=0;this[af][N_.kClients].delete(this[p_])}}La.exports=MockClient},52429:(La,hl,fl)=>{"use strict";const{UndiciError:yl}=fl(68707);const Pl=Symbol.for("undici.error.UND_MOCK_ERR_MOCK_NOT_MATCHED");class MockNotMatchedError extends yl{constructor(La){super(La);Error.captureStackTrace(this,MockNotMatchedError);this.name="MockNotMatchedError";this.message=La||"The request does not match any registered mock dispatches";this.code="UND_MOCK_ERR_MOCK_NOT_MATCHED"}static[Symbol.hasInstance](La){return La&&La[Pl]===true}[Pl]=true}La.exports={MockNotMatchedError:MockNotMatchedError}},31511:(La,hl,fl)=>{"use strict";const{getResponseData:yl,buildKey:Pl,addMockDispatch:Ul}=fl(53397);const{kDispatches:Gd,kDispatchKey:af,kDefaultHeaders:n_,kDefaultTrailers:i_,kContentLength:p_,kMockDispatch:w_}=fl(91117);const{InvalidArgumentError:D_}=fl(68707);const{buildURL:I_}=fl(3440);class MockScope{constructor(La){this[w_]=La}delay(La){if(typeof La!=="number"||!Number.isInteger(La)||La<=0){throw new D_("waitInMs must be a valid integer > 0")}this[w_].delay=La;return this}persist(){this[w_].persist=true;return this}times(La){if(typeof La!=="number"||!Number.isInteger(La)||La<=0){throw new D_("repeatTimes must be a valid integer > 0")}this[w_].times=La;return this}}class MockInterceptor{constructor(La,hl){if(typeof La!=="object"){throw new D_("opts must be an object")}if(typeof La.path==="undefined"){throw new D_("opts.path must be defined")}if(typeof La.method==="undefined"){La.method="GET"}if(typeof La.path==="string"){if(La.query){La.path=I_(La.path,La.query)}else{const hl=new URL(La.path,"data://");La.path=hl.pathname+hl.search}}if(typeof La.method==="string"){La.method=La.method.toUpperCase()}this[af]=Pl(La);this[Gd]=hl;this[n_]={};this[i_]={};this[p_]=false}createMockScopeDispatchData({statusCode:La,data:hl,responseOptions:fl}){const Pl=yl(hl);const Ul=this[p_]?{"content-length":Pl.length}:{};const Gd={...this[n_],...Ul,...fl.headers};const af={...this[i_],...fl.trailers};return{statusCode:La,data:hl,headers:Gd,trailers:af}}validateReplyParameters(La){if(typeof La.statusCode==="undefined"){throw new D_("statusCode must be defined")}if(typeof La.responseOptions!=="object"||La.responseOptions===null){throw new D_("responseOptions must be an object")}}reply(La){if(typeof La==="function"){const wrappedDefaultsCallback=hl=>{const fl=La(hl);if(typeof fl!=="object"||fl===null){throw new D_("reply options callback must return an object")}const yl={data:"",responseOptions:{},...fl};this.validateReplyParameters(yl);return{...this.createMockScopeDispatchData(yl)}};const hl=Ul(this[Gd],this[af],wrappedDefaultsCallback);return new MockScope(hl)}const hl={statusCode:La,data:arguments[1]===undefined?"":arguments[1],responseOptions:arguments[2]===undefined?{}:arguments[2]};this.validateReplyParameters(hl);const fl=this.createMockScopeDispatchData(hl);const yl=Ul(this[Gd],this[af],fl);return new MockScope(yl)}replyWithError(La){if(typeof La==="undefined"){throw new D_("error must be defined")}const hl=Ul(this[Gd],this[af],{error:La});return new MockScope(hl)}defaultReplyHeaders(La){if(typeof La==="undefined"){throw new D_("headers must be defined")}this[n_]=La;return this}defaultReplyTrailers(La){if(typeof La==="undefined"){throw new D_("trailers must be defined")}this[i_]=La;return this}replyContentLength(){this[p_]=true;return this}}La.exports.MockInterceptor=MockInterceptor;La.exports.MockScope=MockScope},94004:(La,hl,fl)=>{"use strict";const{promisify:yl}=fl(57975);const Pl=fl(30628);const{buildMockDispatch:Ul}=fl(53397);const{kDispatches:Gd,kMockAgent:af,kClose:n_,kOriginalClose:i_,kOrigin:p_,kOriginalDispatch:w_,kConnected:D_}=fl(91117);const{MockInterceptor:I_}=fl(31511);const N_=fl(36443);const{InvalidArgumentError:_m}=fl(68707);class MockPool extends Pl{constructor(La,hl){super(La,hl);if(!hl||!hl.agent||typeof hl.agent.dispatch!=="function"){throw new _m("Argument opts.agent must implement Agent")}this[af]=hl.agent;this[p_]=La;this[Gd]=[];this[D_]=1;this[w_]=this.dispatch;this[i_]=this.close.bind(this);this.dispatch=Ul.call(this);this.close=this[n_]}get[N_.kConnected](){return this[D_]}intercept(La){return new I_(La,this[Gd])}async[n_](){await yl(this[i_])();this[D_]=0;this[af][N_.kClients].delete(this[p_])}}La.exports=MockPool},91117:La=>{"use strict";La.exports={kAgent:Symbol("agent"),kOptions:Symbol("options"),kFactory:Symbol("factory"),kDispatches:Symbol("dispatches"),kDispatchKey:Symbol("dispatch key"),kDefaultHeaders:Symbol("default headers"),kDefaultTrailers:Symbol("default trailers"),kContentLength:Symbol("content length"),kMockAgent:Symbol("mock agent"),kMockAgentSet:Symbol("mock agent set"),kMockAgentGet:Symbol("mock agent get"),kMockDispatch:Symbol("mock dispatch"),kClose:Symbol("close"),kOriginalClose:Symbol("original agent close"),kOrigin:Symbol("origin"),kIsMockActive:Symbol("is mock active"),kNetConnect:Symbol("net connect"),kGetNetConnect:Symbol("get net connect"),kConnected:Symbol("connected")}},53397:(La,hl,fl)=>{"use strict";const{MockNotMatchedError:yl}=fl(52429);const{kDispatches:Pl,kMockAgent:Ul,kOriginalDispatch:Gd,kOrigin:af,kGetNetConnect:n_}=fl(91117);const{buildURL:i_}=fl(3440);const{STATUS_CODES:p_}=fl(37067);const{types:{isPromise:w_}}=fl(57975);function matchValue(La,hl){if(typeof La==="string"){return La===hl}if(La instanceof RegExp){return La.test(hl)}if(typeof La==="function"){return La(hl)===true}return false}function lowerCaseEntries(La){return Object.fromEntries(Object.entries(La).map(([La,hl])=>[La.toLocaleLowerCase(),hl]))}function getHeaderByName(La,hl){if(Array.isArray(La)){for(let fl=0;fl!La).filter(({path:La})=>matchValue(safeUrl(La),Pl));if(Ul.length===0){throw new yl(`Mock dispatch not matched for path '${Pl}'`)}Ul=Ul.filter(({method:La})=>matchValue(La,hl.method));if(Ul.length===0){throw new yl(`Mock dispatch not matched for method '${hl.method}' on path '${Pl}'`)}Ul=Ul.filter(({body:La})=>typeof La!=="undefined"?matchValue(La,hl.body):true);if(Ul.length===0){throw new yl(`Mock dispatch not matched for body '${hl.body}' on path '${Pl}'`)}Ul=Ul.filter(La=>matchHeaders(La,hl.headers));if(Ul.length===0){const La=typeof hl.headers==="object"?JSON.stringify(hl.headers):hl.headers;throw new yl(`Mock dispatch not matched for headers '${La}' on path '${Pl}'`)}return Ul[0]}function addMockDispatch(La,hl,fl){const yl={timesInvoked:0,times:1,persist:false,consumed:false};const Pl=typeof fl==="function"?{callback:fl}:{...fl};const Ul={...yl,...hl,pending:true,data:{error:null,...Pl}};La.push(Ul);return Ul}function deleteMockDispatch(La,hl){const fl=La.findIndex(La=>{if(!La.consumed){return false}return matchKey(La,hl)});if(fl!==-1){La.splice(fl,1)}}function buildKey(La){const{path:hl,method:fl,body:yl,headers:Pl,query:Ul}=La;return{path:hl,method:fl,body:yl,headers:Pl,query:Ul}}function generateKeyValues(La){const hl=Object.keys(La);const fl=[];for(let yl=0;yl=N_;yl.pending=I_0){setTimeout(()=>{handleReply(this[Pl])},p_)}else{handleReply(this[Pl])}function handleReply(yl,Pl=Gd){const i_=Array.isArray(La.headers)?buildHeadersFromArray(La.headers):La.headers;const p_=typeof Pl==="function"?Pl({...La,headers:i_}):Pl;if(w_(p_)){p_.then(La=>handleReply(yl,La));return}const D_=getResponseData(p_);const I_=generateKeyValues(af);const N_=generateKeyValues(n_);hl.onConnect?.(La=>hl.onError(La),null);hl.onHeaders?.(Ul,I_,resume,getStatusText(Ul));hl.onData?.(Buffer.from(D_));hl.onComplete?.(N_);deleteMockDispatch(yl,fl)}function resume(){}return true}function buildMockDispatch(){const La=this[Ul];const hl=this[af];const fl=this[Gd];return function dispatch(Pl,Ul){if(La.isMockActive){try{mockDispatch.call(this,Pl,Ul)}catch(Gd){if(Gd instanceof yl){const af=La[n_]();if(af===false){throw new yl(`${Gd.message}: subsequent request to origin ${hl} was not allowed (net.connect disabled)`)}if(checkNetConnect(af,hl)){fl.call(this,Pl,Ul)}else{throw new yl(`${Gd.message}: subsequent request to origin ${hl} was not allowed (net.connect is not enabled for this origin)`)}}else{throw Gd}}}else{fl.call(this,Pl,Ul)}}}function checkNetConnect(La,hl){const fl=new URL(hl);if(La===true){return true}else if(Array.isArray(La)&&La.some(La=>matchValue(La,fl.host))){return true}return false}function buildMockOptions(La){if(La){const{agent:hl,...fl}=La;return fl}}La.exports={getResponseData:getResponseData,getMockDispatch:getMockDispatch,addMockDispatch:addMockDispatch,deleteMockDispatch:deleteMockDispatch,buildKey:buildKey,generateKeyValues:generateKeyValues,matchValue:matchValue,getResponse:getResponse,getStatusText:getStatusText,mockDispatch:mockDispatch,buildMockDispatch:buildMockDispatch,checkNetConnect:checkNetConnect,buildMockOptions:buildMockOptions,getHeaderByName:getHeaderByName,buildHeadersFromArray:buildHeadersFromArray}},56142:(La,hl,fl)=>{"use strict";const{Transform:yl}=fl(57075);const{Console:Pl}=fl(37540);const Ul=process.versions.icu?"✅":"Y ";const Gd=process.versions.icu?"❌":"N ";La.exports=class PendingInterceptorsFormatter{constructor({disableColors:La}={}){this.transform=new yl({transform(La,hl,fl){fl(null,La)}});this.logger=new Pl({stdout:this.transform,inspectOptions:{colors:!La&&!process.env.CI}})}format(La){const hl=La.map(({method:La,path:hl,data:{statusCode:fl},persist:yl,times:Pl,timesInvoked:af,origin:n_})=>({Method:La,Origin:n_,Path:hl,"Status code":fl,Persistent:yl?Ul:Gd,Invocations:af,Remaining:yl?Infinity:Pl-af}));this.logger.table(hl);return this.transform.read().toString()}}},91529:La=>{"use strict";const hl={pronoun:"it",is:"is",was:"was",this:"this"};const fl={pronoun:"they",is:"are",was:"were",this:"these"};La.exports=class Pluralizer{constructor(La,hl){this.singular=La;this.plural=hl}pluralize(La){const yl=La===1;const Pl=yl?hl:fl;const Ul=yl?this.singular:this.plural;return{...Pl,count:La,noun:Ul}}}},96603:La=>{"use strict";let hl=0;const fl=1e3;const yl=(fl>>1)-1;let Pl;const Ul=Symbol("kFastTimer");const Gd=[];const af=-2;const n_=-1;const i_=0;const p_=1;function onTick(){hl+=yl;let La=0;let fl=Gd.length;while(La=Pl._idleStart+Pl._idleTimeout){Pl._state=n_;Pl._idleStart=-1;Pl._onTimeout(Pl._timerArg)}if(Pl._state===n_){Pl._state=af;if(--fl!==0){Gd[La]=Gd[fl]}}else{++La}}Gd.length=fl;if(Gd.length!==0){refreshTimeout()}}function refreshTimeout(){if(Pl){Pl.refresh()}else{clearTimeout(Pl);Pl=setTimeout(onTick,yl);if(Pl.unref){Pl.unref()}}}class FastTimer{[Ul]=true;_state=af;_idleTimeout=-1;_idleStart=-1;_onTimeout;_timerArg;constructor(La,hl,fl){this._onTimeout=La;this._idleTimeout=hl;this._timerArg=fl;this.refresh()}refresh(){if(this._state===af){Gd.push(this)}if(!Pl||Gd.length===1){refreshTimeout()}this._state=i_}clear(){this._state=n_;this._idleStart=-1}}La.exports={setTimeout(La,hl,yl){return hl<=fl?setTimeout(La,hl,yl):new FastTimer(La,hl,yl)},clearTimeout(La){if(La[Ul]){La.clear()}else{clearTimeout(La)}},setFastTimeout(La,hl,fl){return new FastTimer(La,hl,fl)},clearFastTimeout(La){La.clear()},now(){return hl},tick(La=0){hl+=La-fl+1;onTick();onTick()},reset(){hl=0;Gd.length=0;clearTimeout(Pl);Pl=null},kFastTimer:Ul}},89634:(La,hl,fl)=>{"use strict";const{kConstruct:yl}=fl(20109);const{urlEquals:Pl,getFieldValues:Ul}=fl(76798);const{kEnumerableProperty:Gd,isDisturbed:af}=fl(3440);const{webidl:n_}=fl(45893);const{Response:i_,cloneResponse:p_,fromInnerResponse:w_}=fl(99051);const{Request:D_,fromInnerRequest:I_}=fl(9967);const{kState:N_}=fl(93627);const{fetching:_m}=fl(54398);const{urlIsHttpHttpsScheme:pg,createDeferredPromise:mg,readAllBytes:gg}=fl(73168);const eA=fl(34589);class Cache{#T;constructor(){if(arguments[0]!==yl){n_.illegalConstructor()}n_.util.markAsUncloneable(this);this.#T=arguments[1]}async match(La,hl={}){n_.brandCheck(this,Cache);const fl="Cache.match";n_.argumentLengthCheck(arguments,1,fl);La=n_.converters.RequestInfo(La,fl,"request");hl=n_.converters.CacheQueryOptions(hl,fl,"options");const yl=this.#I(La,hl,1);if(yl.length===0){return}return yl[0]}async matchAll(La=undefined,hl={}){n_.brandCheck(this,Cache);const fl="Cache.matchAll";if(La!==undefined)La=n_.converters.RequestInfo(La,fl,"request");hl=n_.converters.CacheQueryOptions(hl,fl,"options");return this.#I(La,hl)}async add(La){n_.brandCheck(this,Cache);const hl="Cache.add";n_.argumentLengthCheck(arguments,1,hl);La=n_.converters.RequestInfo(La,hl,"request");const fl=[La];const yl=this.addAll(fl);return await yl}async addAll(La){n_.brandCheck(this,Cache);const hl="Cache.addAll";n_.argumentLengthCheck(arguments,1,hl);const fl=[];const yl=[];for(let fl of La){if(fl===undefined){throw n_.errors.conversionFailed({prefix:hl,argument:"Argument 1",types:["undefined is not allowed"]})}fl=n_.converters.RequestInfo(fl);if(typeof fl==="string"){continue}const La=fl[N_];if(!pg(La.url)||La.method!=="GET"){throw n_.errors.exception({header:hl,message:"Expected http/s scheme when method is not GET."})}}const Pl=[];for(const Gd of La){const La=new D_(Gd)[N_];if(!pg(La.url)){throw n_.errors.exception({header:hl,message:"Expected http/s scheme."})}La.initiator="fetch";La.destination="subresource";yl.push(La);const af=mg();Pl.push(_m({request:La,processResponse(La){if(La.type==="error"||La.status===206||La.status<200||La.status>299){af.reject(n_.errors.exception({header:"Cache.addAll",message:"Received an invalid status code or the request failed."}))}else if(La.headersList.contains("vary")){const hl=Ul(La.headersList.get("vary"));for(const La of hl){if(La==="*"){af.reject(n_.errors.exception({header:"Cache.addAll",message:"invalid vary field value"}));for(const La of Pl){La.abort()}return}}}},processResponseEndOfBody(La){if(La.aborted){af.reject(new DOMException("aborted","AbortError"));return}af.resolve(La)}}));fl.push(af.promise)}const Gd=Promise.all(fl);const af=await Gd;const i_=[];let p_=0;for(const La of af){const hl={type:"put",request:yl[p_],response:La};i_.push(hl);p_++}const w_=mg();let I_=null;try{this.#B(i_)}catch(La){I_=La}queueMicrotask(()=>{if(I_===null){w_.resolve(undefined)}else{w_.reject(I_)}});return w_.promise}async put(La,hl){n_.brandCheck(this,Cache);const fl="Cache.put";n_.argumentLengthCheck(arguments,2,fl);La=n_.converters.RequestInfo(La,fl,"request");hl=n_.converters.Response(hl,fl,"response");let yl=null;if(La instanceof D_){yl=La[N_]}else{yl=new D_(La)[N_]}if(!pg(yl.url)||yl.method!=="GET"){throw n_.errors.exception({header:fl,message:"Expected an http/s scheme when method is not GET"})}const Pl=hl[N_];if(Pl.status===206){throw n_.errors.exception({header:fl,message:"Got 206 status"})}if(Pl.headersList.contains("vary")){const La=Ul(Pl.headersList.get("vary"));for(const hl of La){if(hl==="*"){throw n_.errors.exception({header:fl,message:"Got * vary field value"})}}}if(Pl.body&&(af(Pl.body.stream)||Pl.body.stream.locked)){throw n_.errors.exception({header:fl,message:"Response body is locked or disturbed"})}const Gd=p_(Pl);const i_=mg();if(Pl.body!=null){const La=Pl.body.stream;const hl=La.getReader();gg(hl).then(i_.resolve,i_.reject)}else{i_.resolve(undefined)}const w_=[];const I_={type:"put",request:yl,response:Gd};w_.push(I_);const _m=await i_.promise;if(Gd.body!=null){Gd.body.source=_m}const eA=mg();let tA=null;try{this.#B(w_)}catch(La){tA=La}queueMicrotask(()=>{if(tA===null){eA.resolve()}else{eA.reject(tA)}});return eA.promise}async delete(La,hl={}){n_.brandCheck(this,Cache);const fl="Cache.delete";n_.argumentLengthCheck(arguments,1,fl);La=n_.converters.RequestInfo(La,fl,"request");hl=n_.converters.CacheQueryOptions(hl,fl,"options");let yl=null;if(La instanceof D_){yl=La[N_];if(yl.method!=="GET"&&!hl.ignoreMethod){return false}}else{eA(typeof La==="string");yl=new D_(La)[N_]}const Pl=[];const Ul={type:"delete",request:yl,options:hl};Pl.push(Ul);const Gd=mg();let af=null;let i_;try{i_=this.#B(Pl)}catch(La){af=La}queueMicrotask(()=>{if(af===null){Gd.resolve(!!i_?.length)}else{Gd.reject(af)}});return Gd.promise}async keys(La=undefined,hl={}){n_.brandCheck(this,Cache);const fl="Cache.keys";if(La!==undefined)La=n_.converters.RequestInfo(La,fl,"request");hl=n_.converters.CacheQueryOptions(hl,fl,"options");let yl=null;if(La!==undefined){if(La instanceof D_){yl=La[N_];if(yl.method!=="GET"&&!hl.ignoreMethod){return[]}}else if(typeof La==="string"){yl=new D_(La)[N_]}}const Pl=mg();const Ul=[];if(La===undefined){for(const La of this.#T){Ul.push(La[0])}}else{const La=this.#F(yl,hl);for(const hl of La){Ul.push(hl[0])}}queueMicrotask(()=>{const La=[];for(const hl of Ul){const fl=I_(hl,(new AbortController).signal,"immutable");La.push(fl)}Pl.resolve(Object.freeze(La))});return Pl.promise}#B(La){const hl=this.#T;const fl=[...hl];const yl=[];const Pl=[];try{for(const fl of La){if(fl.type!=="delete"&&fl.type!=="put"){throw n_.errors.exception({header:"Cache.#batchCacheOperations",message:'operation type does not match "delete" or "put"'})}if(fl.type==="delete"&&fl.response!=null){throw n_.errors.exception({header:"Cache.#batchCacheOperations",message:"delete operation should not have an associated response"})}if(this.#F(fl.request,fl.options,yl).length){throw new DOMException("???","InvalidStateError")}let La;if(fl.type==="delete"){La=this.#F(fl.request,fl.options);if(La.length===0){return[]}for(const fl of La){const La=hl.indexOf(fl);eA(La!==-1);hl.splice(La,1)}}else if(fl.type==="put"){if(fl.response==null){throw n_.errors.exception({header:"Cache.#batchCacheOperations",message:"put operation should have an associated response"})}const Pl=fl.request;if(!pg(Pl.url)){throw n_.errors.exception({header:"Cache.#batchCacheOperations",message:"expected http or https scheme"})}if(Pl.method!=="GET"){throw n_.errors.exception({header:"Cache.#batchCacheOperations",message:"not get method"})}if(fl.options!=null){throw n_.errors.exception({header:"Cache.#batchCacheOperations",message:"options must not be defined"})}La=this.#F(fl.request);for(const fl of La){const La=hl.indexOf(fl);eA(La!==-1);hl.splice(La,1)}hl.push([fl.request,fl.response]);yl.push([fl.request,fl.response])}Pl.push([fl.request,fl.response])}return Pl}catch(La){this.#T.length=0;this.#T=fl;throw La}}#F(La,hl,fl){const yl=[];const Pl=fl??this.#T;for(const fl of Pl){const[Pl,Ul]=fl;if(this.#P(La,Pl,Ul,hl)){yl.push(fl)}}return yl}#P(La,hl,fl=null,yl){const Gd=new URL(La.url);const af=new URL(hl.url);if(yl?.ignoreSearch){af.search="";Gd.search=""}if(!Pl(Gd,af,true)){return false}if(fl==null||yl?.ignoreVary||!fl.headersList.contains("vary")){return true}const n_=Ul(fl.headersList.get("vary"));for(const fl of n_){if(fl==="*"){return false}const yl=hl.headersList.get(fl);const Pl=La.headersList.get(fl);if(yl!==Pl){return false}}return true}#I(La,hl,fl=Infinity){let yl=null;if(La!==undefined){if(La instanceof D_){yl=La[N_];if(yl.method!=="GET"&&!hl.ignoreMethod){return[]}}else if(typeof La==="string"){yl=new D_(La)[N_]}}const Pl=[];if(La===undefined){for(const La of this.#T){Pl.push(La[1])}}else{const La=this.#F(yl,hl);for(const hl of La){Pl.push(hl[1])}}const Ul=[];for(const La of Pl){const hl=w_(La,"immutable");Ul.push(hl.clone());if(Ul.length>=fl){break}}return Object.freeze(Ul)}}Object.defineProperties(Cache.prototype,{[Symbol.toStringTag]:{value:"Cache",configurable:true},match:Gd,matchAll:Gd,add:Gd,addAll:Gd,put:Gd,delete:Gd,keys:Gd});const tA=[{key:"ignoreSearch",converter:n_.converters.boolean,defaultValue:()=>false},{key:"ignoreMethod",converter:n_.converters.boolean,defaultValue:()=>false},{key:"ignoreVary",converter:n_.converters.boolean,defaultValue:()=>false}];n_.converters.CacheQueryOptions=n_.dictionaryConverter(tA);n_.converters.MultiCacheQueryOptions=n_.dictionaryConverter([...tA,{key:"cacheName",converter:n_.converters.DOMString}]);n_.converters.Response=n_.interfaceConverter(i_);n_.converters["sequence"]=n_.sequenceConverter(n_.converters.RequestInfo);La.exports={Cache:Cache}},3245:(La,hl,fl)=>{"use strict";const{kConstruct:yl}=fl(20109);const{Cache:Pl}=fl(89634);const{webidl:Ul}=fl(45893);const{kEnumerableProperty:Gd}=fl(3440);class CacheStorage{#R=new Map;constructor(){if(arguments[0]!==yl){Ul.illegalConstructor()}Ul.util.markAsUncloneable(this)}async match(La,hl={}){Ul.brandCheck(this,CacheStorage);Ul.argumentLengthCheck(arguments,1,"CacheStorage.match");La=Ul.converters.RequestInfo(La);hl=Ul.converters.MultiCacheQueryOptions(hl);if(hl.cacheName!=null){if(this.#R.has(hl.cacheName)){const fl=this.#R.get(hl.cacheName);const Ul=new Pl(yl,fl);return await Ul.match(La,hl)}}else{for(const fl of this.#R.values()){const Ul=new Pl(yl,fl);const Gd=await Ul.match(La,hl);if(Gd!==undefined){return Gd}}}}async has(La){Ul.brandCheck(this,CacheStorage);const hl="CacheStorage.has";Ul.argumentLengthCheck(arguments,1,hl);La=Ul.converters.DOMString(La,hl,"cacheName");return this.#R.has(La)}async open(La){Ul.brandCheck(this,CacheStorage);const hl="CacheStorage.open";Ul.argumentLengthCheck(arguments,1,hl);La=Ul.converters.DOMString(La,hl,"cacheName");if(this.#R.has(La)){const hl=this.#R.get(La);return new Pl(yl,hl)}const fl=[];this.#R.set(La,fl);return new Pl(yl,fl)}async delete(La){Ul.brandCheck(this,CacheStorage);const hl="CacheStorage.delete";Ul.argumentLengthCheck(arguments,1,hl);La=Ul.converters.DOMString(La,hl,"cacheName");return this.#R.delete(La)}async keys(){Ul.brandCheck(this,CacheStorage);const La=this.#R.keys();return[...La]}}Object.defineProperties(CacheStorage.prototype,{[Symbol.toStringTag]:{value:"CacheStorage",configurable:true},match:Gd,has:Gd,open:Gd,delete:Gd,keys:Gd});La.exports={CacheStorage:CacheStorage}},20109:(La,hl,fl)=>{"use strict";La.exports={kConstruct:fl(36443).kConstruct}},76798:(La,hl,fl)=>{"use strict";const yl=fl(34589);const{URLSerializer:Pl}=fl(51900);const{isValidHeaderName:Ul}=fl(73168);function urlEquals(La,hl,fl=false){const yl=Pl(La,fl);const Ul=Pl(hl,fl);return yl===Ul}function getFieldValues(La){yl(La!==null);const hl=[];for(let fl of La.split(",")){fl=fl.trim();if(Ul(fl)){hl.push(fl)}}return hl}La.exports={urlEquals:urlEquals,getFieldValues:getFieldValues}},71276:La=>{"use strict";const hl=1024;const fl=4096;La.exports={maxAttributeValueSize:hl,maxNameValuePairSize:fl}},79061:(La,hl,fl)=>{"use strict";const{parseSetCookie:yl}=fl(11978);const{stringify:Pl}=fl(57797);const{webidl:Ul}=fl(45893);const{Headers:Gd}=fl(60660);function getCookies(La){Ul.argumentLengthCheck(arguments,1,"getCookies");Ul.brandCheck(La,Gd,{strict:false});const hl=La.get("cookie");const fl={};if(!hl){return fl}for(const La of hl.split(";")){const[hl,...yl]=La.split("=");fl[hl.trim()]=yl.join("=")}return fl}function deleteCookie(La,hl,fl){Ul.brandCheck(La,Gd,{strict:false});const yl="deleteCookie";Ul.argumentLengthCheck(arguments,2,yl);hl=Ul.converters.DOMString(hl,yl,"name");fl=Ul.converters.DeleteCookieAttributes(fl);setCookie(La,{name:hl,value:"",expires:new Date(0),...fl})}function getSetCookies(La){Ul.argumentLengthCheck(arguments,1,"getSetCookies");Ul.brandCheck(La,Gd,{strict:false});const hl=La.getSetCookie();if(!hl){return[]}return hl.map(La=>yl(La))}function setCookie(La,hl){Ul.argumentLengthCheck(arguments,2,"setCookie");Ul.brandCheck(La,Gd,{strict:false});hl=Ul.converters.Cookie(hl);const fl=Pl(hl);if(fl){La.append("Set-Cookie",fl)}}Ul.converters.DeleteCookieAttributes=Ul.dictionaryConverter([{converter:Ul.nullableConverter(Ul.converters.DOMString),key:"path",defaultValue:()=>null},{converter:Ul.nullableConverter(Ul.converters.DOMString),key:"domain",defaultValue:()=>null}]);Ul.converters.Cookie=Ul.dictionaryConverter([{converter:Ul.converters.DOMString,key:"name"},{converter:Ul.converters.DOMString,key:"value"},{converter:Ul.nullableConverter(La=>{if(typeof La==="number"){return Ul.converters["unsigned long long"](La)}return new Date(La)}),key:"expires",defaultValue:()=>null},{converter:Ul.nullableConverter(Ul.converters["long long"]),key:"maxAge",defaultValue:()=>null},{converter:Ul.nullableConverter(Ul.converters.DOMString),key:"domain",defaultValue:()=>null},{converter:Ul.nullableConverter(Ul.converters.DOMString),key:"path",defaultValue:()=>null},{converter:Ul.nullableConverter(Ul.converters.boolean),key:"secure",defaultValue:()=>null},{converter:Ul.nullableConverter(Ul.converters.boolean),key:"httpOnly",defaultValue:()=>null},{converter:Ul.converters.USVString,key:"sameSite",allowedValues:["Strict","Lax","None"]},{converter:Ul.sequenceConverter(Ul.converters.DOMString),key:"unparsed",defaultValue:()=>new Array(0)}]);La.exports={getCookies:getCookies,deleteCookie:deleteCookie,getSetCookies:getSetCookies,setCookie:setCookie}},11978:(La,hl,fl)=>{"use strict";const{maxNameValuePairSize:yl,maxAttributeValueSize:Pl}=fl(71276);const{isCTLExcludingHtab:Ul}=fl(57797);const{collectASequenceOfCodePointsFast:Gd}=fl(51900);const af=fl(34589);function parseSetCookie(La){if(Ul(La)){return null}let hl="";let fl="";let Pl="";let af="";if(La.includes(";")){const yl={position:0};hl=Gd(";",La,yl);fl=La.slice(yl.position)}else{hl=La}if(!hl.includes("=")){af=hl}else{const La={position:0};Pl=Gd("=",hl,La);af=hl.slice(La.position+1)}Pl=Pl.trim();af=af.trim();if(Pl.length+af.length>yl){return null}return{name:Pl,value:af,...parseUnparsedAttributes(fl)}}function parseUnparsedAttributes(La,hl={}){if(La.length===0){return hl}af(La[0]===";");La=La.slice(1);let fl="";if(La.includes(";")){fl=Gd(";",La,{position:0});La=La.slice(fl.length)}else{fl=La;La=""}let yl="";let Ul="";if(fl.includes("=")){const La={position:0};yl=Gd("=",fl,La);Ul=fl.slice(La.position+1)}else{yl=fl}yl=yl.trim();Ul=Ul.trim();if(Ul.length>Pl){return parseUnparsedAttributes(La,hl)}const n_=yl.toLowerCase();if(n_==="expires"){const La=new Date(Ul);hl.expires=La}else if(n_==="max-age"){const fl=Ul.charCodeAt(0);if((fl<48||fl>57)&&Ul[0]!=="-"){return parseUnparsedAttributes(La,hl)}if(!/^\d+$/.test(Ul)){return parseUnparsedAttributes(La,hl)}const yl=Number(Ul);hl.maxAge=yl}else if(n_==="domain"){let La=Ul;if(La[0]==="."){La=La.slice(1)}La=La.toLowerCase();hl.domain=La}else if(n_==="path"){let La="";if(Ul.length===0||Ul[0]!=="/"){La="/"}else{La=Ul}hl.path=La}else if(n_==="secure"){hl.secure=true}else if(n_==="httponly"){hl.httpOnly=true}else if(n_==="samesite"){const La=Ul.toLowerCase();if(La==="none"){hl.sameSite="None"}else if(La==="strict"){hl.sameSite="Strict"}else if(La==="lax"){hl.sameSite="Lax"}}else{hl.unparsed??=[];hl.unparsed.push(`${yl}=${Ul}`)}return parseUnparsedAttributes(La,hl)}La.exports={parseSetCookie:parseSetCookie,parseUnparsedAttributes:parseUnparsedAttributes}},57797:La=>{"use strict";function isCTLExcludingHtab(La){for(let hl=0;hl=0&&fl<=8||fl>=10&&fl<=31||fl===127){return true}}return false}function validateCookieName(La){for(let hl=0;hl126||fl===34||fl===40||fl===41||fl===60||fl===62||fl===64||fl===44||fl===59||fl===58||fl===92||fl===47||fl===91||fl===93||fl===63||fl===61||fl===123||fl===125){throw new Error("Invalid cookie name")}}}function validateCookieValue(La){let hl=La.length;let fl=0;if(La[0]==='"'){if(hl===1||La[hl-1]!=='"'){throw new Error("Invalid cookie value")}--hl;++fl}while(fl126||hl===34||hl===44||hl===59||hl===92){throw new Error("Invalid cookie value")}}}function validateCookiePath(La){for(let hl=0;hlhl.toString().padStart(2,"0"));function toIMFDate(La){if(typeof La==="number"){La=new Date(La)}return`${hl[La.getUTCDay()]}, ${yl[La.getUTCDate()]} ${fl[La.getUTCMonth()]} ${La.getUTCFullYear()} ${yl[La.getUTCHours()]}:${yl[La.getUTCMinutes()]}:${yl[La.getUTCSeconds()]} GMT`}function validateCookieMaxAge(La){if(La<0){throw new Error("Invalid cookie max-age")}}function stringify(La){if(La.name.length===0){return null}validateCookieName(La.name);validateCookieValue(La.value);const hl=[`${La.name}=${La.value}`];if(La.name.startsWith("__Secure-")){La.secure=true}if(La.name.startsWith("__Host-")){La.secure=true;La.domain=null;La.path="/"}if(La.secure){hl.push("Secure")}if(La.httpOnly){hl.push("HttpOnly")}if(typeof La.maxAge==="number"){validateCookieMaxAge(La.maxAge);hl.push(`Max-Age=${La.maxAge}`)}if(La.domain){validateCookieDomain(La.domain);hl.push(`Domain=${La.domain}`)}if(La.path){validateCookiePath(La.path);hl.push(`Path=${La.path}`)}if(La.expires&&La.expires.toString()!=="Invalid Date"){hl.push(`Expires=${toIMFDate(La.expires)}`)}if(La.sameSite){hl.push(`SameSite=${La.sameSite}`)}for(const fl of La.unparsed){if(!fl.includes("=")){throw new Error("Invalid unparsed")}const[La,...yl]=fl.split("=");hl.push(`${La.trim()}=${yl.join("=")}`)}return hl.join("; ")}La.exports={isCTLExcludingHtab:isCTLExcludingHtab,validateCookieName:validateCookieName,validateCookiePath:validateCookiePath,validateCookieValue:validateCookieValue,toIMFDate:toIMFDate,stringify:stringify}},24031:(La,hl,fl)=>{"use strict";const{Transform:yl}=fl(57075);const{isASCIINumber:Pl,isValidLastEventId:Ul}=fl(94811);const Gd=[239,187,191];const af=10;const n_=13;const i_=58;const p_=32;class EventSourceStream extends yl{state=null;checkBOM=true;crlfCheck=false;eventEndCheck=false;buffer=null;pos=0;event={data:undefined,event:undefined,id:undefined,retry:undefined};constructor(La={}){La.readableObjectMode=true;super(La);this.state=La.eventSourceSettings||{};if(La.push){this.push=La.push}}_transform(La,hl,fl){if(La.length===0){fl();return}if(this.buffer){this.buffer=Buffer.concat([this.buffer,La])}else{this.buffer=La}if(this.checkBOM){switch(this.buffer.length){case 1:if(this.buffer[0]===Gd[0]){fl();return}this.checkBOM=false;fl();return;case 2:if(this.buffer[0]===Gd[0]&&this.buffer[1]===Gd[1]){fl();return}this.checkBOM=false;break;case 3:if(this.buffer[0]===Gd[0]&&this.buffer[1]===Gd[1]&&this.buffer[2]===Gd[2]){this.buffer=Buffer.alloc(0);this.checkBOM=false;fl();return}this.checkBOM=false;break;default:if(this.buffer[0]===Gd[0]&&this.buffer[1]===Gd[1]&&this.buffer[2]===Gd[2]){this.buffer=this.buffer.subarray(3)}this.checkBOM=false;break}}while(this.pos0){hl[yl]=Gd}break}}processEvent(La){if(La.retry&&Pl(La.retry)){this.state.reconnectionTime=parseInt(La.retry,10)}if(La.id&&Ul(La.id)){this.state.lastEventId=La.id}if(La.data!==undefined){this.push({type:La.event||"message",options:{data:La.data,lastEventId:this.state.lastEventId,origin:this.state.origin}})}}clearEvent(){this.event={data:undefined,event:undefined,id:undefined,retry:undefined}}}La.exports={EventSourceStream:EventSourceStream}},21238:(La,hl,fl)=>{"use strict";const{pipeline:yl}=fl(57075);const{fetching:Pl}=fl(54398);const{makeRequest:Ul}=fl(9967);const{webidl:Gd}=fl(45893);const{EventSourceStream:af}=fl(24031);const{parseMIMEType:n_}=fl(51900);const{createFastMessageEvent:i_}=fl(15188);const{isNetworkError:p_}=fl(99051);const{delay:w_}=fl(94811);const{kEnumerableProperty:D_}=fl(3440);const{environmentSettingsObject:I_}=fl(73168);let N_=false;const _m=3e3;const pg=0;const mg=1;const gg=2;const eA="anonymous";const tA="use-credentials";class EventSource extends EventTarget{#N={open:null,error:null,message:null};#O=null;#Q=false;#L=pg;#M=null;#j=null;#e;#b;constructor(La,hl={}){super();Gd.util.markAsUncloneable(this);const fl="EventSource constructor";Gd.argumentLengthCheck(arguments,1,fl);if(!N_){N_=true;process.emitWarning("EventSource is experimental, expect them to change at any time.",{code:"UNDICI-ES"})}La=Gd.converters.USVString(La,fl,"url");hl=Gd.converters.EventSourceInitDict(hl,fl,"eventSourceInitDict");this.#e=hl.dispatcher;this.#b={lastEventId:"",reconnectionTime:_m};const yl=I_;let Pl;try{Pl=new URL(La,yl.settingsObject.baseUrl);this.#b.origin=Pl.origin}catch(La){throw new DOMException(La,"SyntaxError")}this.#O=Pl.href;let af=eA;if(hl.withCredentials){af=tA;this.#Q=true}const n_={redirect:"follow",keepalive:true,mode:"cors",credentials:af==="anonymous"?"same-origin":"omit",referrer:"no-referrer"};n_.client=I_.settingsObject;n_.headersList=[["accept",{name:"accept",value:"text/event-stream"}]];n_.cache="no-store";n_.initiator="other";n_.urlList=[new URL(this.#O)];this.#M=Ul(n_);this.#U()}get readyState(){return this.#L}get url(){return this.#O}get withCredentials(){return this.#Q}#U(){if(this.#L===gg)return;this.#L=pg;const La={request:this.#M,dispatcher:this.#e};const processEventSourceEndOfBody=La=>{if(p_(La)){this.dispatchEvent(new Event("error"));this.close()}this.#G()};La.processResponseEndOfBody=processEventSourceEndOfBody;La.processResponse=La=>{if(p_(La)){if(La.aborted){this.close();this.dispatchEvent(new Event("error"));return}else{this.#G();return}}const hl=La.headersList.get("content-type",true);const fl=hl!==null?n_(hl):"failure";const Pl=fl!=="failure"&&fl.essence==="text/event-stream";if(La.status!==200||Pl===false){this.close();this.dispatchEvent(new Event("error"));return}this.#L=mg;this.dispatchEvent(new Event("open"));this.#b.origin=La.urlList[La.urlList.length-1].origin;const Ul=new af({eventSourceSettings:this.#b,push:La=>{this.dispatchEvent(i_(La.type,La.options))}});yl(La.body.stream,Ul,La=>{if(La?.aborted===false){this.close();this.dispatchEvent(new Event("error"))}})};this.#j=Pl(La)}async#G(){if(this.#L===gg)return;this.#L=pg;this.dispatchEvent(new Event("error"));await w_(this.#b.reconnectionTime);if(this.#L!==pg)return;if(this.#b.lastEventId.length){this.#M.headersList.set("last-event-id",this.#b.lastEventId,true)}this.#U()}close(){Gd.brandCheck(this,EventSource);if(this.#L===gg)return;this.#L=gg;this.#j.abort();this.#M=null}get onopen(){return this.#N.open}set onopen(La){if(this.#N.open){this.removeEventListener("open",this.#N.open)}if(typeof La==="function"){this.#N.open=La;this.addEventListener("open",La)}else{this.#N.open=null}}get onmessage(){return this.#N.message}set onmessage(La){if(this.#N.message){this.removeEventListener("message",this.#N.message)}if(typeof La==="function"){this.#N.message=La;this.addEventListener("message",La)}else{this.#N.message=null}}get onerror(){return this.#N.error}set onerror(La){if(this.#N.error){this.removeEventListener("error",this.#N.error)}if(typeof La==="function"){this.#N.error=La;this.addEventListener("error",La)}else{this.#N.error=null}}}const rA={CONNECTING:{__proto__:null,configurable:false,enumerable:true,value:pg,writable:false},OPEN:{__proto__:null,configurable:false,enumerable:true,value:mg,writable:false},CLOSED:{__proto__:null,configurable:false,enumerable:true,value:gg,writable:false}};Object.defineProperties(EventSource,rA);Object.defineProperties(EventSource.prototype,rA);Object.defineProperties(EventSource.prototype,{close:D_,onerror:D_,onmessage:D_,onopen:D_,readyState:D_,url:D_,withCredentials:D_});Gd.converters.EventSourceInitDict=Gd.dictionaryConverter([{key:"withCredentials",converter:Gd.converters.boolean,defaultValue:()=>false},{key:"dispatcher",converter:Gd.converters.any}]);La.exports={EventSource:EventSource,defaultReconnectionTime:_m}},94811:La=>{"use strict";function isValidLastEventId(La){return La.indexOf("\0")===-1}function isASCIINumber(La){if(La.length===0)return false;for(let hl=0;hl57)return false}return true}function delay(La){return new Promise(hl=>{setTimeout(hl,La).unref()})}La.exports={isValidLastEventId:isValidLastEventId,isASCIINumber:isASCIINumber,delay:delay}},84492:(La,hl,fl)=>{"use strict";const yl=fl(3440);const{ReadableStreamFrom:Pl,isBlobLike:Ul,isReadableStreamLike:Gd,readableStreamClose:af,createDeferredPromise:n_,fullyReadBody:i_,extractMimeType:p_,utf8DecodeBytes:w_}=fl(73168);const{FormData:D_}=fl(35910);const{kState:I_}=fl(93627);const{webidl:N_}=fl(45893);const{Blob:_m}=fl(4573);const pg=fl(34589);const{isErrored:mg,isDisturbed:gg}=fl(57075);const{isArrayBuffer:eA}=fl(73429);const{serializeAMimeType:tA}=fl(51900);const{multipartFormDataParser:rA}=fl(50116);let nA;try{const La=fl(77598);nA=hl=>La.randomInt(0,hl)}catch{nA=La=>Math.floor(Math.random(La))}const iA=new TextEncoder;function noop(){}const sA=globalThis.FinalizationRegistry&&process.version.indexOf("v18")!==0;let aA;if(sA){aA=new FinalizationRegistry(La=>{const hl=La.deref();if(hl&&!hl.locked&&!gg(hl)&&!mg(hl)){hl.cancel("Response object has been garbage collected").catch(noop)}})}function extractBody(La,hl=false){let fl=null;if(La instanceof ReadableStream){fl=La}else if(Ul(La)){fl=La.stream()}else{fl=new ReadableStream({async pull(La){const hl=typeof i_==="string"?iA.encode(i_):i_;if(hl.byteLength){La.enqueue(hl)}queueMicrotask(()=>af(La))},start(){},type:"bytes"})}pg(Gd(fl));let n_=null;let i_=null;let p_=null;let w_=null;if(typeof La==="string"){i_=La;w_="text/plain;charset=UTF-8"}else if(La instanceof URLSearchParams){i_=La.toString();w_="application/x-www-form-urlencoded;charset=UTF-8"}else if(eA(La)){i_=new Uint8Array(La.slice())}else if(ArrayBuffer.isView(La)){i_=new Uint8Array(La.buffer.slice(La.byteOffset,La.byteOffset+La.byteLength))}else if(yl.isFormDataLike(La)){const hl=`----formdata-undici-0${`${nA(1e11)}`.padStart(11,"0")}`;const fl=`--${hl}\r\nContent-Disposition: form-data` +/*! formdata-polyfill. MIT License. Jimmy Wärting */;const escape=La=>La.replace(/\n/g,"%0A").replace(/\r/g,"%0D").replace(/"/g,"%22");const normalizeLinefeeds=La=>La.replace(/\r?\n|\r/g,"\r\n");const yl=[];const Pl=new Uint8Array([13,10]);p_=0;let Ul=false;for(const[hl,Gd]of La){if(typeof Gd==="string"){const La=iA.encode(fl+`; name="${escape(normalizeLinefeeds(hl))}"`+`\r\n\r\n${normalizeLinefeeds(Gd)}\r\n`);yl.push(La);p_+=La.byteLength}else{const La=iA.encode(`${fl}; name="${escape(normalizeLinefeeds(hl))}"`+(Gd.name?`; filename="${escape(Gd.name)}"`:"")+"\r\n"+`Content-Type: ${Gd.type||"application/octet-stream"}\r\n\r\n`);yl.push(La,Gd,Pl);if(typeof Gd.size==="number"){p_+=La.byteLength+Gd.size+Pl.byteLength}else{Ul=true}}}const Gd=iA.encode(`--${hl}--\r\n`);yl.push(Gd);p_+=Gd.byteLength;if(Ul){p_=null}i_=La;n_=async function*(){for(const La of yl){if(La.stream){yield*La.stream()}else{yield La}}};w_=`multipart/form-data; boundary=${hl}`}else if(Ul(La)){i_=La;p_=La.size;if(La.type){w_=La.type}}else if(typeof La[Symbol.asyncIterator]==="function"){if(hl){throw new TypeError("keepalive")}if(yl.isDisturbed(La)||La.locked){throw new TypeError("Response body object should not be disturbed or locked")}fl=La instanceof ReadableStream?La:Pl(La)}if(typeof i_==="string"||yl.isBuffer(i_)){p_=Buffer.byteLength(i_)}if(n_!=null){let hl;fl=new ReadableStream({async start(){hl=n_(La)[Symbol.asyncIterator]()},async pull(La){const{value:yl,done:Pl}=await hl.next();if(Pl){queueMicrotask(()=>{La.close();La.byobRequest?.respond(0)})}else{if(!mg(fl)){const hl=new Uint8Array(yl);if(hl.byteLength){La.enqueue(hl)}}}return La.desiredSize>0},async cancel(La){await hl.return()},type:"bytes"})}const D_={stream:fl,source:i_,length:p_};return[D_,w_]}function safelyExtractBody(La,hl=false){if(La instanceof ReadableStream){pg(!yl.isDisturbed(La),"The body has already been consumed.");pg(!La.locked,"The stream is locked.")}return extractBody(La,hl)}function cloneBody(La,hl){const[fl,yl]=hl.stream.tee();hl.stream=fl;return{stream:yl,length:hl.length,source:hl.source}}function throwIfAborted(La){if(La.aborted){throw new DOMException("The operation was aborted.","AbortError")}}function bodyMixinMethods(La){const hl={blob(){return consumeBody(this,La=>{let hl=bodyMimeType(this);if(hl===null){hl=""}else if(hl){hl=tA(hl)}return new _m([La],{type:hl})},La)},arrayBuffer(){return consumeBody(this,La=>new Uint8Array(La).buffer,La)},text(){return consumeBody(this,w_,La)},json(){return consumeBody(this,parseJSONFromBytes,La)},formData(){return consumeBody(this,La=>{const hl=bodyMimeType(this);if(hl!==null){switch(hl.essence){case"multipart/form-data":{const fl=rA(La,hl);if(fl==="failure"){throw new TypeError("Failed to parse body as FormData.")}const yl=new D_;yl[I_]=fl;return yl}case"application/x-www-form-urlencoded":{const hl=new URLSearchParams(La.toString());const fl=new D_;for(const[La,yl]of hl){fl.append(La,yl)}return fl}}}throw new TypeError('Content-Type was not one of "multipart/form-data" or "application/x-www-form-urlencoded".')},La)},bytes(){return consumeBody(this,La=>new Uint8Array(La),La)}};return hl}function mixinBody(La){Object.assign(La.prototype,bodyMixinMethods(La))}async function consumeBody(La,hl,fl){N_.brandCheck(La,fl);if(bodyUnusable(La)){throw new TypeError("Body is unusable: Body has already been read")}throwIfAborted(La[I_]);const yl=n_();const errorSteps=La=>yl.reject(La);const successSteps=La=>{try{yl.resolve(hl(La))}catch(La){errorSteps(La)}};if(La[I_].body==null){successSteps(Buffer.allocUnsafe(0));return yl.promise}await i_(La[I_].body,successSteps,errorSteps);return yl.promise}function bodyUnusable(La){const hl=La[I_].body;return hl!=null&&(hl.stream.locked||yl.isDisturbed(hl.stream))}function parseJSONFromBytes(La){return JSON.parse(w_(La))}function bodyMimeType(La){const hl=La[I_].headersList;const fl=p_(hl);if(fl==="failure"){return null}return fl}La.exports={extractBody:extractBody,safelyExtractBody:safelyExtractBody,cloneBody:cloneBody,mixinBody:mixinBody,streamRegistry:aA,hasFinalizationRegistry:sA,bodyUnusable:bodyUnusable}},4495:La=>{"use strict";const hl=["GET","HEAD","POST"];const fl=new Set(hl);const yl=[101,204,205,304];const Pl=[301,302,303,307,308];const Ul=new Set(Pl);const Gd=["1","7","9","11","13","15","17","19","20","21","22","23","25","37","42","43","53","69","77","79","87","95","101","102","103","104","109","110","111","113","115","117","119","123","135","137","139","143","161","179","389","427","465","512","513","514","515","526","530","531","532","540","548","554","556","563","587","601","636","989","990","993","995","1719","1720","1723","2049","3659","4045","4190","5060","5061","6000","6566","6665","6666","6667","6668","6669","6679","6697","10080"];const af=new Set(Gd);const n_=["","no-referrer","no-referrer-when-downgrade","same-origin","origin","strict-origin","origin-when-cross-origin","strict-origin-when-cross-origin","unsafe-url"];const i_=new Set(n_);const p_=["follow","manual","error"];const w_=["GET","HEAD","OPTIONS","TRACE"];const D_=new Set(w_);const I_=["navigate","same-origin","no-cors","cors"];const N_=["omit","same-origin","include"];const _m=["default","no-store","reload","no-cache","force-cache","only-if-cached"];const pg=["content-encoding","content-language","content-location","content-type","content-length"];const mg=["half"];const gg=["CONNECT","TRACE","TRACK"];const eA=new Set(gg);const tA=["audio","audioworklet","font","image","manifest","paintworklet","script","style","track","video","xslt",""];const rA=new Set(tA);La.exports={subresource:tA,forbiddenMethods:gg,requestBodyHeader:pg,referrerPolicy:n_,requestRedirect:p_,requestMode:I_,requestCredentials:N_,requestCache:_m,redirectStatus:Pl,corsSafeListedMethods:hl,nullBodyStatus:yl,safeMethods:w_,badPorts:Gd,requestDuplex:mg,subresourceSet:rA,badPortsSet:af,redirectStatusSet:Ul,corsSafeListedMethodsSet:fl,safeMethodsSet:D_,forbiddenMethodsSet:eA,referrerPolicySet:i_}},51900:(La,hl,fl)=>{"use strict";const yl=fl(34589);const Pl=new TextEncoder;const Ul=/^[!#$%&'*+\-.^_|~A-Za-z0-9]+$/;const Gd=/[\u000A\u000D\u0009\u0020]/;const af=/[\u0009\u000A\u000C\u000D\u0020]/g;const n_=/^[\u0009\u0020-\u007E\u0080-\u00FF]+$/;function dataURLProcessor(La){yl(La.protocol==="data:");let hl=URLSerializer(La,true);hl=hl.slice(5);const fl={position:0};let Pl=collectASequenceOfCodePointsFast(",",hl,fl);const Ul=Pl.length;Pl=removeASCIIWhitespace(Pl,true,true);if(fl.position>=hl.length){return"failure"}fl.position++;const Gd=hl.slice(Ul+1);let af=stringPercentDecode(Gd);if(/;(\u0020){0,}base64$/i.test(Pl)){const La=isomorphicDecode(af);af=forgivingBase64(La);if(af==="failure"){return"failure"}Pl=Pl.slice(0,-6);Pl=Pl.replace(/(\u0020)+$/,"");Pl=Pl.slice(0,-1)}if(Pl.startsWith(";")){Pl="text/plain"+Pl}let n_=parseMIMEType(Pl);if(n_==="failure"){n_=parseMIMEType("text/plain;charset=US-ASCII")}return{mimeType:n_,body:af}}function URLSerializer(La,hl=false){if(!hl){return La.href}const fl=La.href;const yl=La.hash.length;const Pl=yl===0?fl:fl.substring(0,fl.length-yl);if(!yl&&fl.endsWith("#")){return Pl.slice(0,-1)}return Pl}function collectASequenceOfCodePoints(La,hl,fl){let yl="";while(fl.position=48&&La<=57||La>=65&&La<=70||La>=97&&La<=102}function hexByteToNumber(La){return La>=48&&La<=57?La-48:(La&223)-55}function percentDecode(La){const hl=La.length;const fl=new Uint8Array(hl);let yl=0;for(let Pl=0;PlLa.length){return"failure"}hl.position++;let yl=collectASequenceOfCodePointsFast(";",La,hl);yl=removeHTTPWhitespace(yl,false,true);if(yl.length===0||!Ul.test(yl)){return"failure"}const Pl=fl.toLowerCase();const af=yl.toLowerCase();const i_={type:Pl,subtype:af,parameters:new Map,essence:`${Pl}/${af}`};while(hl.positionGd.test(La),La,hl);let fl=collectASequenceOfCodePoints(La=>La!==";"&&La!=="=",La,hl);fl=fl.toLowerCase();if(hl.positionLa.length){break}let yl=null;if(La[hl.position]==='"'){yl=collectAnHTTPQuotedString(La,hl,true);collectASequenceOfCodePointsFast(";",La,hl)}else{yl=collectASequenceOfCodePointsFast(";",La,hl);yl=removeHTTPWhitespace(yl,false,true);if(yl.length===0){continue}}if(fl.length!==0&&Ul.test(fl)&&(yl.length===0||n_.test(yl))&&!i_.parameters.has(fl)){i_.parameters.set(fl,yl)}}return i_}function forgivingBase64(La){La=La.replace(af,"");let hl=La.length;if(hl%4===0){if(La.charCodeAt(hl-1)===61){--hl;if(La.charCodeAt(hl-1)===61){--hl}}}if(hl%4===1){return"failure"}if(/[^+/0-9A-Za-z]/.test(La.length===hl?La:La.substring(0,hl))){return"failure"}const fl=Buffer.from(La,"base64");return new Uint8Array(fl.buffer,fl.byteOffset,fl.byteLength)}function collectAnHTTPQuotedString(La,hl,fl){const Pl=hl.position;let Ul="";yl(La[hl.position]==='"');hl.position++;while(true){Ul+=collectASequenceOfCodePoints(La=>La!=='"'&&La!=="\\",La,hl);if(hl.position>=La.length){break}const fl=La[hl.position];hl.position++;if(fl==="\\"){if(hl.position>=La.length){Ul+="\\";break}Ul+=La[hl.position];hl.position++}else{yl(fl==='"');break}}if(fl){return Ul}return La.slice(Pl,hl.position)}function serializeAMimeType(La){yl(La!=="failure");const{parameters:hl,essence:fl}=La;let Pl=fl;for(let[La,fl]of hl.entries()){Pl+=";";Pl+=La;Pl+="=";if(!Ul.test(fl)){fl=fl.replace(/(\\|")/g,"\\$1");fl='"'+fl;fl+='"'}Pl+=fl}return Pl}function isHTTPWhiteSpace(La){return La===13||La===10||La===9||La===32}function removeHTTPWhitespace(La,hl=true,fl=true){return removeChars(La,hl,fl,isHTTPWhiteSpace)}function isASCIIWhitespace(La){return La===13||La===10||La===9||La===12||La===32}function removeASCIIWhitespace(La,hl=true,fl=true){return removeChars(La,hl,fl,isASCIIWhitespace)}function removeChars(La,hl,fl,yl){let Pl=0;let Ul=La.length-1;if(hl){while(Pl0&&yl(La.charCodeAt(Ul)))Ul--}return Pl===0&&Ul===La.length-1?La:La.slice(Pl,Ul+1)}function isomorphicDecode(La){const hl=La.length;if((2<<15)-1>hl){return String.fromCharCode.apply(null,La)}let fl="";let yl=0;let Pl=(2<<15)-1;while(ylhl){Pl=hl-yl}fl+=String.fromCharCode.apply(null,La.subarray(yl,yl+=Pl))}return fl}function minimizeSupportedMimeType(La){switch(La.essence){case"application/ecmascript":case"application/javascript":case"application/x-ecmascript":case"application/x-javascript":case"text/ecmascript":case"text/javascript":case"text/javascript1.0":case"text/javascript1.1":case"text/javascript1.2":case"text/javascript1.3":case"text/javascript1.4":case"text/javascript1.5":case"text/jscript":case"text/livescript":case"text/x-ecmascript":case"text/x-javascript":return"text/javascript";case"application/json":case"text/json":return"application/json";case"image/svg+xml":return"image/svg+xml";case"text/xml":case"application/xml":return"application/xml"}if(La.subtype.endsWith("+json")){return"application/json"}if(La.subtype.endsWith("+xml")){return"application/xml"}return""}La.exports={dataURLProcessor:dataURLProcessor,URLSerializer:URLSerializer,collectASequenceOfCodePoints:collectASequenceOfCodePoints,collectASequenceOfCodePointsFast:collectASequenceOfCodePointsFast,stringPercentDecode:stringPercentDecode,parseMIMEType:parseMIMEType,collectAnHTTPQuotedString:collectAnHTTPQuotedString,serializeAMimeType:serializeAMimeType,removeChars:removeChars,removeHTTPWhitespace:removeHTTPWhitespace,minimizeSupportedMimeType:minimizeSupportedMimeType,HTTP_TOKEN_CODEPOINTS:Ul,isomorphicDecode:isomorphicDecode}},66653:(La,hl,fl)=>{"use strict";const{kConnected:yl,kSize:Pl}=fl(36443);class CompatWeakRef{constructor(La){this.value=La}deref(){return this.value[yl]===0&&this.value[Pl]===0?undefined:this.value}}class CompatFinalizer{constructor(La){this.finalizer=La}register(La,hl){if(La.on){La.on("disconnect",()=>{if(La[yl]===0&&La[Pl]===0){this.finalizer(hl)}})}}unregister(La){}}La.exports=function(){if(process.env.NODE_V8_COVERAGE&&process.version.startsWith("v18")){process._rawDebug("Using compatibility WeakRef and FinalizationRegistry");return{WeakRef:CompatWeakRef,FinalizationRegistry:CompatFinalizer}}return{WeakRef:WeakRef,FinalizationRegistry:FinalizationRegistry}}},27114:(La,hl,fl)=>{"use strict";const{Blob:yl,File:Pl}=fl(4573);const{kState:Ul}=fl(93627);const{webidl:Gd}=fl(45893);class FileLike{constructor(La,hl,fl={}){const yl=hl;const Pl=fl.type;const Gd=fl.lastModified??Date.now();this[Ul]={blobLike:La,name:yl,type:Pl,lastModified:Gd}}stream(...La){Gd.brandCheck(this,FileLike);return this[Ul].blobLike.stream(...La)}arrayBuffer(...La){Gd.brandCheck(this,FileLike);return this[Ul].blobLike.arrayBuffer(...La)}slice(...La){Gd.brandCheck(this,FileLike);return this[Ul].blobLike.slice(...La)}text(...La){Gd.brandCheck(this,FileLike);return this[Ul].blobLike.text(...La)}get size(){Gd.brandCheck(this,FileLike);return this[Ul].blobLike.size}get type(){Gd.brandCheck(this,FileLike);return this[Ul].blobLike.type}get name(){Gd.brandCheck(this,FileLike);return this[Ul].name}get lastModified(){Gd.brandCheck(this,FileLike);return this[Ul].lastModified}get[Symbol.toStringTag](){return"File"}}Gd.converters.Blob=Gd.interfaceConverter(yl);function isFileLike(La){return La instanceof Pl||La&&(typeof La.stream==="function"||typeof La.arrayBuffer==="function")&&La[Symbol.toStringTag]==="File"}La.exports={FileLike:FileLike,isFileLike:isFileLike}},50116:(La,hl,fl)=>{"use strict";const{isUSVString:yl,bufferToLowerCasedHeaderName:Pl}=fl(3440);const{utf8DecodeBytes:Ul}=fl(73168);const{HTTP_TOKEN_CODEPOINTS:Gd,isomorphicDecode:af}=fl(51900);const{isFileLike:n_}=fl(27114);const{makeEntry:i_}=fl(35910);const p_=fl(34589);const{File:w_}=fl(4573);const D_=globalThis.File??w_;const I_=Buffer.from('form-data; name="');const N_=Buffer.from("; filename");const _m=Buffer.from("--");const pg=Buffer.from("--\r\n");function isAsciiString(La){for(let hl=0;hl70){return false}for(let fl=0;fl=48&&hl<=57||hl>=65&&hl<=90||hl>=97&&hl<=122||hl===39||hl===45||hl===95)){return false}}return true}function multipartFormDataParser(La,hl){p_(hl!=="failure"&&hl.essence==="multipart/form-data");const fl=hl.parameters.get("boundary");if(fl===undefined){return"failure"}const Pl=Buffer.from(`--${fl}`,"utf8");const Gd=[];const af={position:0};while(La[af.position]===13&&La[af.position+1]===10){af.position+=2}let w_=La.length;while(La[w_-1]===10&&La[w_-2]===13){w_-=2}if(w_!==La.length){La=La.subarray(0,w_)}while(true){if(La.subarray(af.position,af.position+Pl.length).equals(Pl)){af.position+=Pl.length}else{return"failure"}if(af.position===La.length-2&&bufferStartsWith(La,_m,af)||af.position===La.length-4&&bufferStartsWith(La,pg,af)){return Gd}if(La[af.position]!==13||La[af.position+1]!==10){return"failure"}af.position+=2;const hl=parseMultipartFormDataHeaders(La,af);if(hl==="failure"){return"failure"}let{name:fl,filename:w_,contentType:I_,encoding:N_}=hl;af.position+=2;let mg;{const hl=La.indexOf(Pl.subarray(2),af.position);if(hl===-1){return"failure"}mg=La.subarray(af.position,hl-4);af.position+=mg.length;if(N_==="base64"){mg=Buffer.from(mg.toString(),"base64")}}if(La[af.position]!==13||La[af.position+1]!==10){return"failure"}else{af.position+=2}let gg;if(w_!==null){I_??="text/plain";if(!isAsciiString(I_)){I_=""}gg=new D_([mg],w_,{type:I_})}else{gg=Ul(Buffer.from(mg))}p_(yl(fl));p_(typeof gg==="string"&&yl(gg)||n_(gg));Gd.push(i_(fl,gg,w_))}}function parseMultipartFormDataHeaders(La,hl){let fl=null;let yl=null;let Ul=null;let n_=null;while(true){if(La[hl.position]===13&&La[hl.position+1]===10){if(fl===null){return"failure"}return{name:fl,filename:yl,contentType:Ul,encoding:n_}}let i_=collectASequenceOfBytes(La=>La!==10&&La!==13&&La!==58,La,hl);i_=removeChars(i_,true,true,La=>La===9||La===32);if(!Gd.test(i_.toString())){return"failure"}if(La[hl.position]!==58){return"failure"}hl.position++;collectASequenceOfBytes(La=>La===32||La===9,La,hl);switch(Pl(i_)){case"content-disposition":{fl=yl=null;if(!bufferStartsWith(La,I_,hl)){return"failure"}hl.position+=17;fl=parseMultipartFormDataName(La,hl);if(fl===null){return"failure"}if(bufferStartsWith(La,N_,hl)){let fl=hl.position+N_.length;if(La[fl]===42){hl.position+=1;fl+=1}if(La[fl]!==61||La[fl+1]!==34){return"failure"}hl.position+=12;yl=parseMultipartFormDataName(La,hl);if(yl===null){return"failure"}}break}case"content-type":{let fl=collectASequenceOfBytes(La=>La!==10&&La!==13,La,hl);fl=removeChars(fl,false,true,La=>La===9||La===32);Ul=af(fl);break}case"content-transfer-encoding":{let fl=collectASequenceOfBytes(La=>La!==10&&La!==13,La,hl);fl=removeChars(fl,false,true,La=>La===9||La===32);n_=af(fl);break}default:{collectASequenceOfBytes(La=>La!==10&&La!==13,La,hl)}}if(La[hl.position]!==13&&La[hl.position+1]!==10){return"failure"}else{hl.position+=2}}}function parseMultipartFormDataName(La,hl){p_(La[hl.position-1]===34);let fl=collectASequenceOfBytes(La=>La!==10&&La!==13&&La!==34,La,hl);if(La[hl.position]!==34){return null}else{hl.position++}fl=(new TextDecoder).decode(fl).replace(/%0A/gi,"\n").replace(/%0D/gi,"\r").replace(/%22/g,'"');return fl}function collectASequenceOfBytes(La,hl,fl){let yl=fl.position;while(yl0&&yl(La[Ul]))Ul--}return Pl===0&&Ul===La.length-1?La:La.subarray(Pl,Ul+1)}function bufferStartsWith(La,hl,fl){if(La.length{"use strict";const{isBlobLike:yl,iteratorMixin:Pl}=fl(73168);const{kState:Ul}=fl(93627);const{kEnumerableProperty:Gd}=fl(3440);const{FileLike:af,isFileLike:n_}=fl(27114);const{webidl:i_}=fl(45893);const{File:p_}=fl(4573);const w_=fl(57975);const D_=globalThis.File??p_;class FormData{constructor(La){i_.util.markAsUncloneable(this);if(La!==undefined){throw i_.errors.conversionFailed({prefix:"FormData constructor",argument:"Argument 1",types:["undefined"]})}this[Ul]=[]}append(La,hl,fl=undefined){i_.brandCheck(this,FormData);const Pl="FormData.append";i_.argumentLengthCheck(arguments,2,Pl);if(arguments.length===3&&!yl(hl)){throw new TypeError("Failed to execute 'append' on 'FormData': parameter 2 is not of type 'Blob'")}La=i_.converters.USVString(La,Pl,"name");hl=yl(hl)?i_.converters.Blob(hl,Pl,"value",{strict:false}):i_.converters.USVString(hl,Pl,"value");fl=arguments.length===3?i_.converters.USVString(fl,Pl,"filename"):undefined;const Gd=makeEntry(La,hl,fl);this[Ul].push(Gd)}delete(La){i_.brandCheck(this,FormData);const hl="FormData.delete";i_.argumentLengthCheck(arguments,1,hl);La=i_.converters.USVString(La,hl,"name");this[Ul]=this[Ul].filter(hl=>hl.name!==La)}get(La){i_.brandCheck(this,FormData);const hl="FormData.get";i_.argumentLengthCheck(arguments,1,hl);La=i_.converters.USVString(La,hl,"name");const fl=this[Ul].findIndex(hl=>hl.name===La);if(fl===-1){return null}return this[Ul][fl].value}getAll(La){i_.brandCheck(this,FormData);const hl="FormData.getAll";i_.argumentLengthCheck(arguments,1,hl);La=i_.converters.USVString(La,hl,"name");return this[Ul].filter(hl=>hl.name===La).map(La=>La.value)}has(La){i_.brandCheck(this,FormData);const hl="FormData.has";i_.argumentLengthCheck(arguments,1,hl);La=i_.converters.USVString(La,hl,"name");return this[Ul].findIndex(hl=>hl.name===La)!==-1}set(La,hl,fl=undefined){i_.brandCheck(this,FormData);const Pl="FormData.set";i_.argumentLengthCheck(arguments,2,Pl);if(arguments.length===3&&!yl(hl)){throw new TypeError("Failed to execute 'set' on 'FormData': parameter 2 is not of type 'Blob'")}La=i_.converters.USVString(La,Pl,"name");hl=yl(hl)?i_.converters.Blob(hl,Pl,"name",{strict:false}):i_.converters.USVString(hl,Pl,"name");fl=arguments.length===3?i_.converters.USVString(fl,Pl,"name"):undefined;const Gd=makeEntry(La,hl,fl);const af=this[Ul].findIndex(hl=>hl.name===La);if(af!==-1){this[Ul]=[...this[Ul].slice(0,af),Gd,...this[Ul].slice(af+1).filter(hl=>hl.name!==La)]}else{this[Ul].push(Gd)}}[w_.inspect.custom](La,hl){const fl=this[Ul].reduce((La,hl)=>{if(La[hl.name]){if(Array.isArray(La[hl.name])){La[hl.name].push(hl.value)}else{La[hl.name]=[La[hl.name],hl.value]}}else{La[hl.name]=hl.value}return La},{__proto__:null});hl.depth??=La;hl.colors??=true;const yl=w_.formatWithOptions(hl,fl);return`FormData ${yl.slice(yl.indexOf("]")+2)}`}}Pl("FormData",FormData,Ul,"name","value");Object.defineProperties(FormData.prototype,{append:Gd,delete:Gd,get:Gd,getAll:Gd,has:Gd,set:Gd,[Symbol.toStringTag]:{value:"FormData",configurable:true}});function makeEntry(La,hl,fl){if(typeof hl==="string"){}else{if(!n_(hl)){hl=hl instanceof Blob?new D_([hl],"blob",{type:hl.type}):new af(hl,"blob",{type:hl.type})}if(fl!==undefined){const La={type:hl.type,lastModified:hl.lastModified};hl=hl instanceof p_?new D_([hl],fl,La):new af(hl,fl,La)}}return{name:La,value:hl}}La.exports={FormData:FormData,makeEntry:makeEntry}},51059:La=>{"use strict";const hl=Symbol.for("undici.globalOrigin.1");function getGlobalOrigin(){return globalThis[hl]}function setGlobalOrigin(La){if(La===undefined){Object.defineProperty(globalThis,hl,{value:undefined,writable:true,enumerable:false,configurable:false});return}const fl=new URL(La);if(fl.protocol!=="http:"&&fl.protocol!=="https:"){throw new TypeError(`Only http & https urls are allowed, received ${fl.protocol}`)}Object.defineProperty(globalThis,hl,{value:fl,writable:true,enumerable:false,configurable:false})}La.exports={getGlobalOrigin:getGlobalOrigin,setGlobalOrigin:setGlobalOrigin}},60660:(La,hl,fl)=>{"use strict";const{kConstruct:yl}=fl(36443);const{kEnumerableProperty:Pl}=fl(3440);const{iteratorMixin:Ul,isValidHeaderName:Gd,isValidHeaderValue:af}=fl(73168);const{webidl:n_}=fl(45893);const i_=fl(34589);const p_=fl(57975);const w_=Symbol("headers map");const D_=Symbol("headers map sorted");function isHTTPWhiteSpaceCharCode(La){return La===10||La===13||La===9||La===32}function headerValueNormalize(La){let hl=0;let fl=La.length;while(fl>hl&&isHTTPWhiteSpaceCharCode(La.charCodeAt(fl-1)))--fl;while(fl>hl&&isHTTPWhiteSpaceCharCode(La.charCodeAt(hl)))++hl;return hl===0&&fl===La.length?La:La.substring(hl,fl)}function fill(La,hl){if(Array.isArray(hl)){for(let fl=0;fl>","record"]})}}function appendHeader(La,hl,fl){fl=headerValueNormalize(fl);if(!Gd(hl)){throw n_.errors.invalidArgument({prefix:"Headers.append",value:hl,type:"header name"})}else if(!af(fl)){throw n_.errors.invalidArgument({prefix:"Headers.append",value:fl,type:"header value"})}if(I_(La)==="immutable"){throw new TypeError("immutable")}return _m(La).append(hl,fl,false)}function compareHeaderName(La,hl){return La[0]>1);if(hl[af][0]<=n_[0]){Gd=af+1}else{Ul=af}}if(yl!==af){Pl=yl;while(Pl>Gd){hl[Pl]=hl[--Pl]}hl[Gd]=n_}}if(!fl.next().done){throw new TypeError("Unreachable")}return hl}else{let La=0;for(const{0:fl,1:{value:yl}}of this[w_]){hl[La++]=[fl,yl];i_(yl!==null)}return hl.sort(compareHeaderName)}}}class Headers{#q;#$;constructor(La=undefined){n_.util.markAsUncloneable(this);if(La===yl){return}this.#$=new HeadersList;this.#q="none";if(La!==undefined){La=n_.converters.HeadersInit(La,"Headers contructor","init");fill(this,La)}}append(La,hl){n_.brandCheck(this,Headers);n_.argumentLengthCheck(arguments,2,"Headers.append");const fl="Headers.append";La=n_.converters.ByteString(La,fl,"name");hl=n_.converters.ByteString(hl,fl,"value");return appendHeader(this,La,hl)}delete(La){n_.brandCheck(this,Headers);n_.argumentLengthCheck(arguments,1,"Headers.delete");const hl="Headers.delete";La=n_.converters.ByteString(La,hl,"name");if(!Gd(La)){throw n_.errors.invalidArgument({prefix:"Headers.delete",value:La,type:"header name"})}if(this.#q==="immutable"){throw new TypeError("immutable")}if(!this.#$.contains(La,false)){return}this.#$.delete(La,false)}get(La){n_.brandCheck(this,Headers);n_.argumentLengthCheck(arguments,1,"Headers.get");const hl="Headers.get";La=n_.converters.ByteString(La,hl,"name");if(!Gd(La)){throw n_.errors.invalidArgument({prefix:hl,value:La,type:"header name"})}return this.#$.get(La,false)}has(La){n_.brandCheck(this,Headers);n_.argumentLengthCheck(arguments,1,"Headers.has");const hl="Headers.has";La=n_.converters.ByteString(La,hl,"name");if(!Gd(La)){throw n_.errors.invalidArgument({prefix:hl,value:La,type:"header name"})}return this.#$.contains(La,false)}set(La,hl){n_.brandCheck(this,Headers);n_.argumentLengthCheck(arguments,2,"Headers.set");const fl="Headers.set";La=n_.converters.ByteString(La,fl,"name");hl=n_.converters.ByteString(hl,fl,"value");hl=headerValueNormalize(hl);if(!Gd(La)){throw n_.errors.invalidArgument({prefix:fl,value:La,type:"header name"})}else if(!af(hl)){throw n_.errors.invalidArgument({prefix:fl,value:hl,type:"header value"})}if(this.#q==="immutable"){throw new TypeError("immutable")}this.#$.set(La,hl,false)}getSetCookie(){n_.brandCheck(this,Headers);const La=this.#$.cookies;if(La){return[...La]}return[]}get[D_](){if(this.#$[D_]){return this.#$[D_]}const La=[];const hl=this.#$.toSortedArray();const fl=this.#$.cookies;if(fl===null||fl.length===1){return this.#$[D_]=hl}for(let yl=0;yl>"](La,hl,fl,yl.bind(La))}return n_.converters["record"](La,hl,fl)}throw n_.errors.conversionFailed({prefix:"Headers constructor",argument:"Argument 1",types:["sequence>","record"]})};La.exports={fill:fill,compareHeaderName:compareHeaderName,Headers:Headers,HeadersList:HeadersList,getHeadersGuard:I_,setHeadersGuard:N_,setHeadersList:pg,getHeadersList:_m}},54398:(La,hl,fl)=>{"use strict";const{makeNetworkError:yl,makeAppropriateNetworkError:Pl,filterResponse:Ul,makeResponse:Gd,fromInnerResponse:af}=fl(99051);const{HeadersList:n_}=fl(60660);const{Request:i_,cloneRequest:p_}=fl(9967);const w_=fl(38522);const{bytesMatch:D_,makePolicyContainer:I_,clonePolicyContainer:N_,requestBadPort:_m,TAOCheck:pg,appendRequestOriginHeader:mg,responseLocationURL:gg,requestCurrentURL:eA,setRequestReferrerPolicyOnRedirect:tA,tryUpgradeRequestToAPotentiallyTrustworthyURL:rA,createOpaqueTimingInfo:nA,appendFetchMetadata:iA,corsCheck:sA,crossOriginResourcePolicyCheck:aA,determineRequestsReferrer:oA,coarsenedSharedCurrentTime:lA,createDeferredPromise:cA,isBlobLike:uA,sameOrigin:pA,isCancelled:dA,isAborted:hA,isErrorLike:fA,fullyReadBody:_A,readableStreamClose:mA,isomorphicEncode:gA,urlIsLocal:AA,urlIsHttpHttpsScheme:yA,urlHasHttpsScheme:bA,clampAndCoarsenConnectionTimingInfo:vA,simpleRangeHeaderValue:EA,buildContentRange:wA,createInflate:CA,extractMimeType:xA}=fl(73168);const{kState:DA,kDispatcher:SA}=fl(93627);const kA=fl(34589);const{safelyExtractBody:TA,extractBody:IA}=fl(84492);const{redirectStatusSet:BA,nullBodyStatus:FA,safeMethodsSet:PA,requestBodyHeader:RA,subresourceSet:NA}=fl(4495);const OA=fl(78474);const{Readable:QA,pipeline:LA,finished:MA}=fl(57075);const{addAbortListener:jA,isErrored:UA,isReadable:GA,bufferToLowerCasedHeaderName:qA}=fl(3440);const{dataURLProcessor:$A,serializeAMimeType:JA,minimizeSupportedMimeType:HA}=fl(51900);const{getGlobalDispatcher:VA}=fl(32581);const{webidl:WA}=fl(45893);const{STATUS_CODES:zA}=fl(37067);const YA=["GET","HEAD"];const KA=typeof __UNDICI_IS_NODE__!=="undefined"||typeof esbuildDetection!=="undefined"?"node":"undici";let XA;class Fetch extends OA{constructor(La){super();this.dispatcher=La;this.connection=null;this.dump=false;this.state="ongoing"}terminate(La){if(this.state!=="ongoing"){return}this.state="terminated";this.connection?.destroy(La);this.emit("terminated",La)}abort(La){if(this.state!=="ongoing"){return}this.state="aborted";if(!La){La=new DOMException("The operation was aborted.","AbortError")}this.serializedAbortReason=La;this.connection?.destroy(La);this.emit("terminated",La)}}function handleFetchDone(La){finalizeAndReportTiming(La,"fetch")}function fetch(La,hl=undefined){WA.argumentLengthCheck(arguments,1,"globalThis.fetch");let fl=cA();let yl;try{yl=new i_(La,hl)}catch(La){fl.reject(La);return fl.promise}const Pl=yl[DA];if(yl.signal.aborted){abortFetch(fl,Pl,null,yl.signal.reason);return fl.promise}const Ul=Pl.client.globalObject;if(Ul?.constructor?.name==="ServiceWorkerGlobalScope"){Pl.serviceWorkers="none"}let Gd=null;let n_=false;let p_=null;jA(yl.signal,()=>{n_=true;kA(p_!=null);p_.abort(yl.signal.reason);const La=Gd?.deref();abortFetch(fl,Pl,La,yl.signal.reason)});const processResponse=La=>{if(n_){return}if(La.aborted){abortFetch(fl,Pl,Gd,p_.serializedAbortReason);return}if(La.type==="error"){fl.reject(new TypeError("fetch failed",{cause:La.error}));return}Gd=new WeakRef(af(La,"immutable"));fl.resolve(Gd.deref());fl=null};p_=fetching({request:Pl,processResponseEndOfBody:handleFetchDone,processResponse:processResponse,dispatcher:yl[SA]});return fl.promise}function finalizeAndReportTiming(La,hl="other"){if(La.type==="error"&&La.aborted){return}if(!La.urlList?.length){return}const fl=La.urlList[0];let yl=La.timingInfo;let Pl=La.cacheState;if(!yA(fl)){return}if(yl===null){return}if(!La.timingAllowPassed){yl=nA({startTime:yl.startTime});Pl=""}yl.endTime=lA();La.timingInfo=yl;ZA(yl,fl.href,hl,globalThis,Pl)}const ZA=performance.markResourceTiming;function abortFetch(La,hl,fl,yl){if(La){La.reject(yl)}if(hl.body!=null&&GA(hl.body?.stream)){hl.body.stream.cancel(yl).catch(La=>{if(La.code==="ERR_INVALID_STATE"){return}throw La})}if(fl==null){return}const Pl=fl[DA];if(Pl.body!=null&&GA(Pl.body?.stream)){Pl.body.stream.cancel(yl).catch(La=>{if(La.code==="ERR_INVALID_STATE"){return}throw La})}}function fetching({request:La,processRequestBodyChunkLength:hl,processRequestEndOfBody:fl,processResponse:yl,processResponseEndOfBody:Pl,processResponseConsumeBody:Ul,useParallelQueue:Gd=false,dispatcher:af=VA()}){kA(af);let n_=null;let i_=false;if(La.client!=null){n_=La.client.globalObject;i_=La.client.crossOriginIsolatedCapability}const p_=lA(i_);const w_=nA({startTime:p_});const D_={controller:new Fetch(af),request:La,timingInfo:w_,processRequestBodyChunkLength:hl,processRequestEndOfBody:fl,processResponse:yl,processResponseConsumeBody:Ul,processResponseEndOfBody:Pl,taskDestination:n_,crossOriginIsolatedCapability:i_};kA(!La.body||La.body.stream);if(La.window==="client"){La.window=La.client?.globalObject?.constructor?.name==="Window"?La.client:"no-window"}if(La.origin==="client"){La.origin=La.client.origin}if(La.policyContainer==="client"){if(La.client!=null){La.policyContainer=N_(La.client.policyContainer)}else{La.policyContainer=I_()}}if(!La.headersList.contains("accept",true)){const hl="*/*";La.headersList.append("accept",hl,true)}if(!La.headersList.contains("accept-language",true)){La.headersList.append("accept-language","*",true)}if(La.priority===null){}if(NA.has(La.destination)){}mainFetch(D_).catch(La=>{D_.controller.terminate(La)});return D_.controller}async function mainFetch(La,hl=false){const fl=La.request;let Pl=null;if(fl.localURLsOnly&&!AA(eA(fl))){Pl=yl("local URLs only")}rA(fl);if(_m(fl)==="blocked"){Pl=yl("bad port")}if(fl.referrerPolicy===""){fl.referrerPolicy=fl.policyContainer.referrerPolicy}if(fl.referrer!=="no-referrer"){fl.referrer=oA(fl)}if(Pl===null){Pl=await(async()=>{const hl=eA(fl);if(pA(hl,fl.url)&&fl.responseTainting==="basic"||hl.protocol==="data:"||(fl.mode==="navigate"||fl.mode==="websocket")){fl.responseTainting="basic";return await schemeFetch(La)}if(fl.mode==="same-origin"){return yl('request mode cannot be "same-origin"')}if(fl.mode==="no-cors"){if(fl.redirect!=="follow"){return yl('redirect mode cannot be "follow" for "no-cors" request')}fl.responseTainting="opaque";return await schemeFetch(La)}if(!yA(eA(fl))){return yl("URL scheme must be a HTTP(S) scheme")}fl.responseTainting="cors";return await httpFetch(La)})()}if(hl){return Pl}if(Pl.status!==0&&!Pl.internalResponse){if(fl.responseTainting==="cors"){}if(fl.responseTainting==="basic"){Pl=Ul(Pl,"basic")}else if(fl.responseTainting==="cors"){Pl=Ul(Pl,"cors")}else if(fl.responseTainting==="opaque"){Pl=Ul(Pl,"opaque")}else{kA(false)}}let Gd=Pl.status===0?Pl:Pl.internalResponse;if(Gd.urlList.length===0){Gd.urlList.push(...fl.urlList)}if(!fl.timingAllowFailed){Pl.timingAllowPassed=true}if(Pl.type==="opaque"&&Gd.status===206&&Gd.rangeRequested&&!fl.headers.contains("range",true)){Pl=Gd=yl()}if(Pl.status!==0&&(fl.method==="HEAD"||fl.method==="CONNECT"||FA.includes(Gd.status))){Gd.body=null;La.controller.dump=true}if(fl.integrity){const processBodyError=hl=>fetchFinale(La,yl(hl));if(fl.responseTainting==="opaque"||Pl.body==null){processBodyError(Pl.error);return}const processBody=hl=>{if(!D_(hl,fl.integrity)){processBodyError("integrity mismatch");return}Pl.body=TA(hl)[0];fetchFinale(La,Pl)};await _A(Pl.body,processBody,processBodyError)}else{fetchFinale(La,Pl)}}function schemeFetch(La){if(dA(La)&&La.request.redirectCount===0){return Promise.resolve(Pl(La))}const{request:hl}=La;const{protocol:Ul}=eA(hl);switch(Ul){case"about:":{return Promise.resolve(yl("about scheme is not supported"))}case"blob:":{if(!XA){XA=fl(4573).resolveObjectURL}const La=eA(hl);if(La.search.length!==0){return Promise.resolve(yl("NetworkError when attempting to fetch resource."))}const Pl=XA(La.toString());if(hl.method!=="GET"||!uA(Pl)){return Promise.resolve(yl("invalid method"))}const Ul=Gd();const af=Pl.size;const n_=gA(`${af}`);const i_=Pl.type;if(!hl.headersList.contains("range",true)){const La=IA(Pl);Ul.statusText="OK";Ul.body=La[0];Ul.headersList.set("content-length",n_,true);Ul.headersList.set("content-type",i_,true)}else{Ul.rangeRequested=true;const La=hl.headersList.get("range",true);const fl=EA(La,true);if(fl==="failure"){return Promise.resolve(yl("failed to fetch the data URL"))}let{rangeStartValue:Gd,rangeEndValue:n_}=fl;if(Gd===null){Gd=af-n_;n_=Gd+n_-1}else{if(Gd>=af){return Promise.resolve(yl("Range start is greater than the blob's size."))}if(n_===null||n_>=af){n_=af-1}}const p_=Pl.slice(Gd,n_,i_);const w_=IA(p_);Ul.body=w_[0];const D_=gA(`${p_.size}`);const I_=wA(Gd,n_,af);Ul.status=206;Ul.statusText="Partial Content";Ul.headersList.set("content-length",D_,true);Ul.headersList.set("content-type",i_,true);Ul.headersList.set("content-range",I_,true)}return Promise.resolve(Ul)}case"data:":{const La=eA(hl);const fl=$A(La);if(fl==="failure"){return Promise.resolve(yl("failed to fetch the data URL"))}const Pl=JA(fl.mimeType);return Promise.resolve(Gd({statusText:"OK",headersList:[["content-type",{name:"Content-Type",value:Pl}]],body:TA(fl.body)[0]}))}case"file:":{return Promise.resolve(yl("not implemented... yet..."))}case"http:":case"https:":{return httpFetch(La).catch(La=>yl(La))}default:{return Promise.resolve(yl("unknown scheme"))}}}function finalizeResponse(La,hl){La.request.done=true;if(La.processResponseDone!=null){queueMicrotask(()=>La.processResponseDone(hl))}}function fetchFinale(La,hl){let fl=La.timingInfo;const processResponseEndOfBody=()=>{const yl=Date.now();if(La.request.destination==="document"){La.controller.fullTimingInfo=fl}La.controller.reportTimingSteps=()=>{if(La.request.url.protocol!=="https:"){return}fl.endTime=yl;let Pl=hl.cacheState;const Ul=hl.bodyInfo;if(!hl.timingAllowPassed){fl=nA(fl);Pl=""}let Gd=0;if(La.request.mode!=="navigator"||!hl.hasCrossOriginRedirects){Gd=hl.status;const La=xA(hl.headersList);if(La!=="failure"){Ul.contentType=HA(La)}}if(La.request.initiatorType!=null){ZA(fl,La.request.url.href,La.request.initiatorType,globalThis,Pl,Ul,Gd)}};const processResponseEndOfBodyTask=()=>{La.request.done=true;if(La.processResponseEndOfBody!=null){queueMicrotask(()=>La.processResponseEndOfBody(hl))}if(La.request.initiatorType!=null){La.controller.reportTimingSteps()}};queueMicrotask(()=>processResponseEndOfBodyTask())};if(La.processResponse!=null){queueMicrotask(()=>{La.processResponse(hl);La.processResponse=null})}const yl=hl.type==="error"?hl:hl.internalResponse??hl;if(yl.body==null){processResponseEndOfBody()}else{MA(yl.body.stream,()=>{processResponseEndOfBody()})}}async function httpFetch(La){const hl=La.request;let fl=null;let Pl=null;const Ul=La.timingInfo;if(hl.serviceWorkers==="all"){}if(fl===null){if(hl.redirect==="follow"){hl.serviceWorkers="none"}Pl=fl=await httpNetworkOrCacheFetch(La);if(hl.responseTainting==="cors"&&sA(hl,fl)==="failure"){return yl("cors failure")}if(pg(hl,fl)==="failure"){hl.timingAllowFailed=true}}if((hl.responseTainting==="opaque"||fl.type==="opaque")&&aA(hl.origin,hl.client,hl.destination,Pl)==="blocked"){return yl("blocked")}if(BA.has(Pl.status)){if(hl.redirect!=="manual"){La.controller.connection.destroy(undefined,false)}if(hl.redirect==="error"){fl=yl("unexpected redirect")}else if(hl.redirect==="manual"){fl=Pl}else if(hl.redirect==="follow"){fl=await httpRedirectFetch(La,fl)}else{kA(false)}}fl.timingInfo=Ul;return fl}function httpRedirectFetch(La,hl){const fl=La.request;const Pl=hl.internalResponse?hl.internalResponse:hl;let Ul;try{Ul=gg(Pl,eA(fl).hash);if(Ul==null){return hl}}catch(La){return Promise.resolve(yl(La))}if(!yA(Ul)){return Promise.resolve(yl("URL scheme must be a HTTP(S) scheme"))}if(fl.redirectCount===20){return Promise.resolve(yl("redirect count exceeded"))}fl.redirectCount+=1;if(fl.mode==="cors"&&(Ul.username||Ul.password)&&!pA(fl,Ul)){return Promise.resolve(yl('cross origin not allowed for request mode "cors"'))}if(fl.responseTainting==="cors"&&(Ul.username||Ul.password)){return Promise.resolve(yl('URL cannot contain credentials for request mode "cors"'))}if(Pl.status!==303&&fl.body!=null&&fl.body.source==null){return Promise.resolve(yl())}if([301,302].includes(Pl.status)&&fl.method==="POST"||Pl.status===303&&!YA.includes(fl.method)){fl.method="GET";fl.body=null;for(const La of RA){fl.headersList.delete(La)}}if(!pA(eA(fl),Ul)){fl.headersList.delete("authorization",true);fl.headersList.delete("proxy-authorization",true);fl.headersList.delete("cookie",true);fl.headersList.delete("host",true)}if(fl.body!=null){kA(fl.body.source!=null);fl.body=TA(fl.body.source)[0]}const Gd=La.timingInfo;Gd.redirectEndTime=Gd.postRedirectStartTime=lA(La.crossOriginIsolatedCapability);if(Gd.redirectStartTime===0){Gd.redirectStartTime=Gd.startTime}fl.urlList.push(Ul);tA(fl,Pl);return mainFetch(La,true)}async function httpNetworkOrCacheFetch(La,hl=false,fl=false){const Ul=La.request;let Gd=null;let af=null;let n_=null;const i_=null;const w_=false;if(Ul.window==="no-window"&&Ul.redirect==="error"){Gd=La;af=Ul}else{af=p_(Ul);Gd={...La};Gd.request=af}const D_=Ul.credentials==="include"||Ul.credentials==="same-origin"&&Ul.responseTainting==="basic";const I_=af.body?af.body.length:null;let N_=null;if(af.body==null&&["POST","PUT"].includes(af.method)){N_="0"}if(I_!=null){N_=gA(`${I_}`)}if(N_!=null){af.headersList.append("content-length",N_,true)}if(I_!=null&&af.keepalive){}if(af.referrer instanceof URL){af.headersList.append("referer",gA(af.referrer.href),true)}mg(af);iA(af);if(!af.headersList.contains("user-agent",true)){af.headersList.append("user-agent",KA)}if(af.cache==="default"&&(af.headersList.contains("if-modified-since",true)||af.headersList.contains("if-none-match",true)||af.headersList.contains("if-unmodified-since",true)||af.headersList.contains("if-match",true)||af.headersList.contains("if-range",true))){af.cache="no-store"}if(af.cache==="no-cache"&&!af.preventNoCacheCacheControlHeaderModification&&!af.headersList.contains("cache-control",true)){af.headersList.append("cache-control","max-age=0",true)}if(af.cache==="no-store"||af.cache==="reload"){if(!af.headersList.contains("pragma",true)){af.headersList.append("pragma","no-cache",true)}if(!af.headersList.contains("cache-control",true)){af.headersList.append("cache-control","no-cache",true)}}if(af.headersList.contains("range",true)){af.headersList.append("accept-encoding","identity",true)}if(!af.headersList.contains("accept-encoding",true)){if(bA(eA(af))){af.headersList.append("accept-encoding","br, gzip, deflate",true)}else{af.headersList.append("accept-encoding","gzip, deflate",true)}}af.headersList.delete("host",true);if(D_){}if(i_==null){af.cache="no-store"}if(af.cache!=="no-store"&&af.cache!=="reload"){}if(n_==null){if(af.cache==="only-if-cached"){return yl("only if cached")}const La=await httpNetworkFetch(Gd,D_,fl);if(!PA.has(af.method)&&La.status>=200&&La.status<=399){}if(w_&&La.status===304){}if(n_==null){n_=La}}n_.urlList=[...af.urlList];if(af.headersList.contains("range",true)){n_.rangeRequested=true}n_.requestIncludesCredentials=D_;if(n_.status===407){if(Ul.window==="no-window"){return yl()}if(dA(La)){return Pl(La)}return yl("proxy authentication required")}if(n_.status===421&&!fl&&(Ul.body==null||Ul.body.source!=null)){if(dA(La)){return Pl(La)}La.controller.connection.destroy();n_=await httpNetworkOrCacheFetch(La,hl,true)}if(hl){}return n_}async function httpNetworkFetch(La,hl=false,fl=false){kA(!La.controller.connection||La.controller.connection.destroyed);La.controller.connection={abort:null,destroyed:false,destroy(La,hl=true){if(!this.destroyed){this.destroyed=true;if(hl){this.abort?.(La??new DOMException("The operation was aborted.","AbortError"))}}}};const Ul=La.request;let af=null;const i_=La.timingInfo;const p_=null;if(p_==null){Ul.cache="no-store"}const D_=fl?"yes":"no";if(Ul.mode==="websocket"){}else{}let I_=null;if(Ul.body==null&&La.processRequestEndOfBody){queueMicrotask(()=>La.processRequestEndOfBody())}else if(Ul.body!=null){const processBodyChunk=async function*(hl){if(dA(La)){return}yield hl;La.processRequestBodyChunkLength?.(hl.byteLength)};const processEndOfBody=()=>{if(dA(La)){return}if(La.processRequestEndOfBody){La.processRequestEndOfBody()}};const processBodyError=hl=>{if(dA(La)){return}if(hl.name==="AbortError"){La.controller.abort()}else{La.controller.terminate(hl)}};I_=async function*(){try{for await(const La of Ul.body.stream){yield*processBodyChunk(La)}processEndOfBody()}catch(La){processBodyError(La)}}()}try{const{body:hl,status:fl,statusText:yl,headersList:Pl,socket:Ul}=await dispatch({body:I_});if(Ul){af=Gd({status:fl,statusText:yl,headersList:Pl,socket:Ul})}else{const Ul=hl[Symbol.asyncIterator]();La.controller.next=()=>Ul.next();af=Gd({status:fl,statusText:yl,headersList:Pl})}}catch(hl){if(hl.name==="AbortError"){La.controller.connection.destroy();return Pl(La,hl)}return yl(hl)}const pullAlgorithm=async()=>{await La.controller.resume()};const cancelAlgorithm=hl=>{if(!dA(La)){La.controller.abort(hl)}};const N_=new ReadableStream({async start(hl){La.controller.controller=hl},async pull(La){await pullAlgorithm(La)},async cancel(La){await cancelAlgorithm(La)},type:"bytes"});af.body={stream:N_,source:null,length:null};La.controller.onAborted=onAborted;La.controller.on("terminated",onAborted);La.controller.resume=async()=>{while(true){let hl;let fl;try{const{done:fl,value:yl}=await La.controller.next();if(hA(La)){break}hl=fl?undefined:yl}catch(yl){if(La.controller.ended&&!i_.encodedBodySize){hl=undefined}else{hl=yl;fl=true}}if(hl===undefined){mA(La.controller.controller);finalizeResponse(La,af);return}i_.decodedBodySize+=hl?.byteLength??0;if(fl){La.controller.terminate(hl);return}const yl=new Uint8Array(hl);if(yl.byteLength){La.controller.controller.enqueue(yl)}if(UA(N_)){La.controller.terminate();return}if(La.controller.controller.desiredSize<=0){return}}};function onAborted(hl){if(hA(La)){af.aborted=true;if(GA(N_)){La.controller.controller.error(La.controller.serializedAbortReason)}}else{if(GA(N_)){La.controller.controller.error(new TypeError("terminated",{cause:fA(hl)?hl:undefined}))}}La.controller.connection.destroy()}return af;function dispatch({body:hl}){const fl=eA(Ul);const yl=La.controller.dispatcher;return new Promise((Pl,Gd)=>yl.dispatch({path:fl.pathname+fl.search,origin:fl.origin,method:Ul.method,body:yl.isMockActive?Ul.body&&(Ul.body.source||Ul.body.stream):hl,headers:Ul.headersList.entries,maxRedirections:0,upgrade:Ul.mode==="websocket"?"websocket":undefined},{body:null,abort:null,onConnect(hl){const{connection:fl}=La.controller;i_.finalConnectionTimingInfo=vA(undefined,i_.postRedirectStartTime,La.crossOriginIsolatedCapability);if(fl.destroyed){hl(new DOMException("The operation was aborted.","AbortError"))}else{La.controller.on("terminated",hl);this.abort=fl.abort=hl}i_.finalNetworkRequestStartTime=lA(La.crossOriginIsolatedCapability)},onResponseStarted(){i_.finalNetworkResponseStartTime=lA(La.crossOriginIsolatedCapability)},onHeaders(La,hl,fl,yl){if(La<200){return}let af="";const i_=new n_;for(let La=0;Lafl){Gd(new Error(`too many content-encodings in response: ${hl.length}, maximum allowed is ${fl}`));return true}for(let La=hl.length-1;La>=0;--La){const fl=hl[La].trim();if(fl==="x-gzip"||fl==="gzip"){p_.push(w_.createGunzip({flush:w_.constants.Z_SYNC_FLUSH,finishFlush:w_.constants.Z_SYNC_FLUSH}))}else if(fl==="deflate"){p_.push(CA({flush:w_.constants.Z_SYNC_FLUSH,finishFlush:w_.constants.Z_SYNC_FLUSH}))}else if(fl==="br"){p_.push(w_.createBrotliDecompress({flush:w_.constants.BROTLI_OPERATION_FLUSH,finishFlush:w_.constants.BROTLI_OPERATION_FLUSH}))}else{p_.length=0;break}}}const I_=this.onError.bind(this);Pl({status:La,statusText:yl,headersList:i_,body:p_.length?LA(this.body,...p_,La=>{if(La){this.onError(La)}}).on("error",I_):this.body.on("error",I_)});return true},onData(hl){if(La.controller.dump){return}const fl=hl;i_.encodedBodySize+=fl.byteLength;return this.body.push(fl)},onComplete(){if(this.abort){La.controller.off("terminated",this.abort)}if(La.controller.onAborted){La.controller.off("terminated",La.controller.onAborted)}La.controller.ended=true;this.body.push(null)},onError(hl){if(this.abort){La.controller.off("terminated",this.abort)}this.body?.destroy(hl);La.controller.terminate(hl);Gd(hl)},onUpgrade(La,hl,fl){if(La!==101){return}const yl=new n_;for(let La=0;La{"use strict";const{extractBody:yl,mixinBody:Pl,cloneBody:Ul,bodyUnusable:Gd}=fl(84492);const{Headers:af,fill:n_,HeadersList:i_,setHeadersGuard:p_,getHeadersGuard:w_,setHeadersList:D_,getHeadersList:I_}=fl(60660);const{FinalizationRegistry:N_}=fl(66653)();const _m=fl(3440);const pg=fl(57975);const{isValidHTTPToken:mg,sameOrigin:gg,environmentSettingsObject:eA}=fl(73168);const{forbiddenMethodsSet:tA,corsSafeListedMethodsSet:rA,referrerPolicy:nA,requestRedirect:iA,requestMode:sA,requestCredentials:aA,requestCache:oA,requestDuplex:lA}=fl(4495);const{kEnumerableProperty:cA,normalizedMethodRecordsBase:uA,normalizedMethodRecords:pA}=_m;const{kHeaders:dA,kSignal:hA,kState:fA,kDispatcher:_A}=fl(93627);const{webidl:mA}=fl(45893);const{URLSerializer:gA}=fl(51900);const{kConstruct:AA}=fl(36443);const yA=fl(34589);const{getMaxListeners:bA,setMaxListeners:vA,getEventListeners:EA,defaultMaxListeners:wA}=fl(78474);const CA=Symbol("abortController");const xA=new N_(({signal:La,abort:hl})=>{La.removeEventListener("abort",hl)});const DA=new WeakMap;function buildAbort(La){return abort;function abort(){const hl=La.deref();if(hl!==undefined){xA.unregister(abort);this.removeEventListener("abort",abort);hl.abort(this.reason);const La=DA.get(hl.signal);if(La!==undefined){if(La.size!==0){for(const hl of La){const La=hl.deref();if(La!==undefined){La.abort(this.reason)}}La.clear()}DA.delete(hl.signal)}}}}let SA=false;class Request{constructor(La,hl={}){mA.util.markAsUncloneable(this);if(La===AA){return}const fl="Request constructor";mA.argumentLengthCheck(arguments,1,fl);La=mA.converters.RequestInfo(La,fl,"input");hl=mA.converters.RequestInit(hl,fl,"init");let Pl=null;let Ul=null;const w_=eA.settingsObject.baseUrl;let N_=null;if(typeof La==="string"){this[_A]=hl.dispatcher;let fl;try{fl=new URL(La,w_)}catch(hl){throw new TypeError("Failed to parse URL from "+La,{cause:hl})}if(fl.username||fl.password){throw new TypeError("Request cannot be constructed from a URL that includes credentials: "+La)}Pl=makeRequest({urlList:[fl]});Ul="cors"}else{this[_A]=hl.dispatcher||La[_A];yA(La instanceof Request);Pl=La[fA];N_=La[hA]}const pg=eA.settingsObject.origin;let nA="client";if(Pl.window?.constructor?.name==="EnvironmentSettingsObject"&&gg(Pl.window,pg)){nA=Pl.window}if(hl.window!=null){throw new TypeError(`'window' option '${nA}' must be null`)}if("window"in hl){nA="no-window"}Pl=makeRequest({method:Pl.method,headersList:Pl.headersList,unsafeRequest:Pl.unsafeRequest,client:eA.settingsObject,window:nA,priority:Pl.priority,origin:Pl.origin,referrer:Pl.referrer,referrerPolicy:Pl.referrerPolicy,mode:Pl.mode,credentials:Pl.credentials,cache:Pl.cache,redirect:Pl.redirect,integrity:Pl.integrity,keepalive:Pl.keepalive,reloadNavigation:Pl.reloadNavigation,historyNavigation:Pl.historyNavigation,urlList:[...Pl.urlList]});const iA=Object.keys(hl).length!==0;if(iA){if(Pl.mode==="navigate"){Pl.mode="same-origin"}Pl.reloadNavigation=false;Pl.historyNavigation=false;Pl.origin="client";Pl.referrer="client";Pl.referrerPolicy="";Pl.url=Pl.urlList[Pl.urlList.length-1];Pl.urlList=[Pl.url]}if(hl.referrer!==undefined){const La=hl.referrer;if(La===""){Pl.referrer="no-referrer"}else{let hl;try{hl=new URL(La,w_)}catch(hl){throw new TypeError(`Referrer "${La}" is not a valid URL.`,{cause:hl})}if(hl.protocol==="about:"&&hl.hostname==="client"||pg&&!gg(hl,eA.settingsObject.baseUrl)){Pl.referrer="client"}else{Pl.referrer=hl}}}if(hl.referrerPolicy!==undefined){Pl.referrerPolicy=hl.referrerPolicy}let sA;if(hl.mode!==undefined){sA=hl.mode}else{sA=Ul}if(sA==="navigate"){throw mA.errors.exception({header:"Request constructor",message:"invalid request mode navigate."})}if(sA!=null){Pl.mode=sA}if(hl.credentials!==undefined){Pl.credentials=hl.credentials}if(hl.cache!==undefined){Pl.cache=hl.cache}if(Pl.cache==="only-if-cached"&&Pl.mode!=="same-origin"){throw new TypeError("'only-if-cached' can be set only with 'same-origin' mode")}if(hl.redirect!==undefined){Pl.redirect=hl.redirect}if(hl.integrity!=null){Pl.integrity=String(hl.integrity)}if(hl.keepalive!==undefined){Pl.keepalive=Boolean(hl.keepalive)}if(hl.method!==undefined){let La=hl.method;const fl=pA[La];if(fl!==undefined){Pl.method=fl}else{if(!mg(La)){throw new TypeError(`'${La}' is not a valid HTTP method.`)}const hl=La.toUpperCase();if(tA.has(hl)){throw new TypeError(`'${La}' HTTP method is unsupported.`)}La=uA[hl]??La;Pl.method=La}if(!SA&&Pl.method==="patch"){process.emitWarning("Using `patch` is highly likely to result in a `405 Method Not Allowed`. `PATCH` is much more likely to succeed.",{code:"UNDICI-FETCH-patch"});SA=true}}if(hl.signal!==undefined){N_=hl.signal}this[fA]=Pl;const aA=new AbortController;this[hA]=aA.signal;if(N_!=null){if(!N_||typeof N_.aborted!=="boolean"||typeof N_.addEventListener!=="function"){throw new TypeError("Failed to construct 'Request': member signal is not of type AbortSignal.")}if(N_.aborted){aA.abort(N_.reason)}else{this[CA]=aA;const La=new WeakRef(aA);const hl=buildAbort(La);try{if(typeof bA==="function"&&bA(N_)===wA){vA(1500,N_)}else if(EA(N_,"abort").length>=wA){vA(1500,N_)}}catch{}_m.addAbortListener(N_,hl);xA.register(aA,{signal:N_,abort:hl},hl)}}this[dA]=new af(AA);D_(this[dA],Pl.headersList);p_(this[dA],"request");if(sA==="no-cors"){if(!rA.has(Pl.method)){throw new TypeError(`'${Pl.method} is unsupported in no-cors mode.`)}p_(this[dA],"request-no-cors")}if(iA){const La=I_(this[dA]);const fl=hl.headers!==undefined?hl.headers:new i_(La);La.clear();if(fl instanceof i_){for(const{name:hl,value:yl}of fl.rawValues()){La.append(hl,yl,false)}La.cookies=fl.cookies}else{n_(this[dA],fl)}}const oA=La instanceof Request?La[fA].body:null;if((hl.body!=null||oA!=null)&&(Pl.method==="GET"||Pl.method==="HEAD")){throw new TypeError("Request with GET/HEAD method cannot have body.")}let lA=null;if(hl.body!=null){const[La,fl]=yl(hl.body,Pl.keepalive);lA=La;if(fl&&!I_(this[dA]).contains("content-type",true)){this[dA].append("content-type",fl)}}const cA=lA??oA;if(cA!=null&&cA.source==null){if(lA!=null&&hl.duplex==null){throw new TypeError("RequestInit: duplex option is required when sending a body.")}if(Pl.mode!=="same-origin"&&Pl.mode!=="cors"){throw new TypeError('If request is made from ReadableStream, mode should be "same-origin" or "cors"')}Pl.useCORSPreflightFlag=true}let gA=cA;if(lA==null&&oA!=null){if(Gd(La)){throw new TypeError("Cannot construct a Request with a Request object that has already been used.")}const hl=new TransformStream;oA.stream.pipeThrough(hl);gA={source:oA.source,length:oA.length,stream:hl.readable}}this[fA].body=gA}get method(){mA.brandCheck(this,Request);return this[fA].method}get url(){mA.brandCheck(this,Request);return gA(this[fA].url)}get headers(){mA.brandCheck(this,Request);return this[dA]}get destination(){mA.brandCheck(this,Request);return this[fA].destination}get referrer(){mA.brandCheck(this,Request);if(this[fA].referrer==="no-referrer"){return""}if(this[fA].referrer==="client"){return"about:client"}return this[fA].referrer.toString()}get referrerPolicy(){mA.brandCheck(this,Request);return this[fA].referrerPolicy}get mode(){mA.brandCheck(this,Request);return this[fA].mode}get credentials(){return this[fA].credentials}get cache(){mA.brandCheck(this,Request);return this[fA].cache}get redirect(){mA.brandCheck(this,Request);return this[fA].redirect}get integrity(){mA.brandCheck(this,Request);return this[fA].integrity}get keepalive(){mA.brandCheck(this,Request);return this[fA].keepalive}get isReloadNavigation(){mA.brandCheck(this,Request);return this[fA].reloadNavigation}get isHistoryNavigation(){mA.brandCheck(this,Request);return this[fA].historyNavigation}get signal(){mA.brandCheck(this,Request);return this[hA]}get body(){mA.brandCheck(this,Request);return this[fA].body?this[fA].body.stream:null}get bodyUsed(){mA.brandCheck(this,Request);return!!this[fA].body&&_m.isDisturbed(this[fA].body.stream)}get duplex(){mA.brandCheck(this,Request);return"half"}clone(){mA.brandCheck(this,Request);if(Gd(this)){throw new TypeError("unusable")}const La=cloneRequest(this[fA]);const hl=new AbortController;if(this.signal.aborted){hl.abort(this.signal.reason)}else{let La=DA.get(this.signal);if(La===undefined){La=new Set;DA.set(this.signal,La)}const fl=new WeakRef(hl);La.add(fl);_m.addAbortListener(hl.signal,buildAbort(fl))}return fromInnerRequest(La,hl.signal,w_(this[dA]))}[pg.inspect.custom](La,hl){if(hl.depth===null){hl.depth=2}hl.colors??=true;const fl={method:this.method,url:this.url,headers:this.headers,destination:this.destination,referrer:this.referrer,referrerPolicy:this.referrerPolicy,mode:this.mode,credentials:this.credentials,cache:this.cache,redirect:this.redirect,integrity:this.integrity,keepalive:this.keepalive,isReloadNavigation:this.isReloadNavigation,isHistoryNavigation:this.isHistoryNavigation,signal:this.signal};return`Request ${pg.formatWithOptions(hl,fl)}`}}Pl(Request);function makeRequest(La){return{method:La.method??"GET",localURLsOnly:La.localURLsOnly??false,unsafeRequest:La.unsafeRequest??false,body:La.body??null,client:La.client??null,reservedClient:La.reservedClient??null,replacesClientId:La.replacesClientId??"",window:La.window??"client",keepalive:La.keepalive??false,serviceWorkers:La.serviceWorkers??"all",initiator:La.initiator??"",destination:La.destination??"",priority:La.priority??null,origin:La.origin??"client",policyContainer:La.policyContainer??"client",referrer:La.referrer??"client",referrerPolicy:La.referrerPolicy??"",mode:La.mode??"no-cors",useCORSPreflightFlag:La.useCORSPreflightFlag??false,credentials:La.credentials??"same-origin",useCredentials:La.useCredentials??false,cache:La.cache??"default",redirect:La.redirect??"follow",integrity:La.integrity??"",cryptoGraphicsNonceMetadata:La.cryptoGraphicsNonceMetadata??"",parserMetadata:La.parserMetadata??"",reloadNavigation:La.reloadNavigation??false,historyNavigation:La.historyNavigation??false,userActivation:La.userActivation??false,taintedOrigin:La.taintedOrigin??false,redirectCount:La.redirectCount??0,responseTainting:La.responseTainting??"basic",preventNoCacheCacheControlHeaderModification:La.preventNoCacheCacheControlHeaderModification??false,done:La.done??false,timingAllowFailed:La.timingAllowFailed??false,urlList:La.urlList,url:La.urlList[0],headersList:La.headersList?new i_(La.headersList):new i_}}function cloneRequest(La){const hl=makeRequest({...La,body:null});if(La.body!=null){hl.body=Ul(hl,La.body)}return hl}function fromInnerRequest(La,hl,fl){const yl=new Request(AA);yl[fA]=La;yl[hA]=hl;yl[dA]=new af(AA);D_(yl[dA],La.headersList);p_(yl[dA],fl);return yl}Object.defineProperties(Request.prototype,{method:cA,url:cA,headers:cA,redirect:cA,clone:cA,signal:cA,duplex:cA,destination:cA,body:cA,bodyUsed:cA,isHistoryNavigation:cA,isReloadNavigation:cA,keepalive:cA,integrity:cA,cache:cA,credentials:cA,attribute:cA,referrerPolicy:cA,referrer:cA,mode:cA,[Symbol.toStringTag]:{value:"Request",configurable:true}});mA.converters.Request=mA.interfaceConverter(Request);mA.converters.RequestInfo=function(La,hl,fl){if(typeof La==="string"){return mA.converters.USVString(La,hl,fl)}if(La instanceof Request){return mA.converters.Request(La,hl,fl)}return mA.converters.USVString(La,hl,fl)};mA.converters.AbortSignal=mA.interfaceConverter(AbortSignal);mA.converters.RequestInit=mA.dictionaryConverter([{key:"method",converter:mA.converters.ByteString},{key:"headers",converter:mA.converters.HeadersInit},{key:"body",converter:mA.nullableConverter(mA.converters.BodyInit)},{key:"referrer",converter:mA.converters.USVString},{key:"referrerPolicy",converter:mA.converters.DOMString,allowedValues:nA},{key:"mode",converter:mA.converters.DOMString,allowedValues:sA},{key:"credentials",converter:mA.converters.DOMString,allowedValues:aA},{key:"cache",converter:mA.converters.DOMString,allowedValues:oA},{key:"redirect",converter:mA.converters.DOMString,allowedValues:iA},{key:"integrity",converter:mA.converters.DOMString},{key:"keepalive",converter:mA.converters.boolean},{key:"signal",converter:mA.nullableConverter(La=>mA.converters.AbortSignal(La,"RequestInit","signal",{strict:false}))},{key:"window",converter:mA.converters.any},{key:"duplex",converter:mA.converters.DOMString,allowedValues:lA},{key:"dispatcher",converter:mA.converters.any}]);La.exports={Request:Request,makeRequest:makeRequest,fromInnerRequest:fromInnerRequest,cloneRequest:cloneRequest}},99051:(La,hl,fl)=>{"use strict";const{Headers:yl,HeadersList:Pl,fill:Ul,getHeadersGuard:Gd,setHeadersGuard:af,setHeadersList:n_}=fl(60660);const{extractBody:i_,cloneBody:p_,mixinBody:w_,hasFinalizationRegistry:D_,streamRegistry:I_,bodyUnusable:N_}=fl(84492);const _m=fl(3440);const pg=fl(57975);const{kEnumerableProperty:mg}=_m;const{isValidReasonPhrase:gg,isCancelled:eA,isAborted:tA,isBlobLike:rA,serializeJavascriptValueToJSONString:nA,isErrorLike:iA,isomorphicEncode:sA,environmentSettingsObject:aA}=fl(73168);const{redirectStatusSet:oA,nullBodyStatus:lA}=fl(4495);const{kState:cA,kHeaders:uA}=fl(93627);const{webidl:pA}=fl(45893);const{FormData:dA}=fl(35910);const{URLSerializer:hA}=fl(51900);const{kConstruct:fA}=fl(36443);const _A=fl(34589);const{types:mA}=fl(57975);const gA=new TextEncoder("utf-8");class Response{static error(){const La=fromInnerResponse(makeNetworkError(),"immutable");return La}static json(La,hl={}){pA.argumentLengthCheck(arguments,1,"Response.json");if(hl!==null){hl=pA.converters.ResponseInit(hl)}const fl=gA.encode(nA(La));const yl=i_(fl);const Pl=fromInnerResponse(makeResponse({}),"response");initializeResponse(Pl,hl,{body:yl[0],type:"application/json"});return Pl}static redirect(La,hl=302){pA.argumentLengthCheck(arguments,1,"Response.redirect");La=pA.converters.USVString(La);hl=pA.converters["unsigned short"](hl);let fl;try{fl=new URL(La,aA.settingsObject.baseUrl)}catch(hl){throw new TypeError(`Failed to parse URL from ${La}`,{cause:hl})}if(!oA.has(hl)){throw new RangeError(`Invalid status code ${hl}`)}const yl=fromInnerResponse(makeResponse({}),"immutable");yl[cA].status=hl;const Pl=sA(hA(fl));yl[cA].headersList.append("location",Pl,true);return yl}constructor(La=null,hl={}){pA.util.markAsUncloneable(this);if(La===fA){return}if(La!==null){La=pA.converters.BodyInit(La)}hl=pA.converters.ResponseInit(hl);this[cA]=makeResponse({});this[uA]=new yl(fA);af(this[uA],"response");n_(this[uA],this[cA].headersList);let fl=null;if(La!=null){const[hl,yl]=i_(La);fl={body:hl,type:yl}}initializeResponse(this,hl,fl)}get type(){pA.brandCheck(this,Response);return this[cA].type}get url(){pA.brandCheck(this,Response);const La=this[cA].urlList;const hl=La[La.length-1]??null;if(hl===null){return""}return hA(hl,true)}get redirected(){pA.brandCheck(this,Response);return this[cA].urlList.length>1}get status(){pA.brandCheck(this,Response);return this[cA].status}get ok(){pA.brandCheck(this,Response);return this[cA].status>=200&&this[cA].status<=299}get statusText(){pA.brandCheck(this,Response);return this[cA].statusText}get headers(){pA.brandCheck(this,Response);return this[uA]}get body(){pA.brandCheck(this,Response);return this[cA].body?this[cA].body.stream:null}get bodyUsed(){pA.brandCheck(this,Response);return!!this[cA].body&&_m.isDisturbed(this[cA].body.stream)}clone(){pA.brandCheck(this,Response);if(N_(this)){throw pA.errors.exception({header:"Response.clone",message:"Body has already been consumed."})}const La=cloneResponse(this[cA]);if(D_&&this[cA].body?.stream){I_.register(this,new WeakRef(this[cA].body.stream))}return fromInnerResponse(La,Gd(this[uA]))}[pg.inspect.custom](La,hl){if(hl.depth===null){hl.depth=2}hl.colors??=true;const fl={status:this.status,statusText:this.statusText,headers:this.headers,body:this.body,bodyUsed:this.bodyUsed,ok:this.ok,redirected:this.redirected,type:this.type,url:this.url};return`Response ${pg.formatWithOptions(hl,fl)}`}}w_(Response);Object.defineProperties(Response.prototype,{type:mg,url:mg,status:mg,ok:mg,redirected:mg,statusText:mg,headers:mg,clone:mg,body:mg,bodyUsed:mg,[Symbol.toStringTag]:{value:"Response",configurable:true}});Object.defineProperties(Response,{json:mg,redirect:mg,error:mg});function cloneResponse(La){if(La.internalResponse){return filterResponse(cloneResponse(La.internalResponse),La.type)}const hl=makeResponse({...La,body:null});if(La.body!=null){hl.body=p_(hl,La.body)}return hl}function makeResponse(La){return{aborted:false,rangeRequested:false,timingAllowPassed:false,requestIncludesCredentials:false,type:"default",status:200,timingInfo:null,cacheState:"",statusText:"",...La,headersList:La?.headersList?new Pl(La?.headersList):new Pl,urlList:La?.urlList?[...La.urlList]:[]}}function makeNetworkError(La){const hl=iA(La);return makeResponse({type:"error",status:0,error:hl?La:new Error(La?String(La):La),aborted:La&&La.name==="AbortError"})}function isNetworkError(La){return La.type==="error"&&La.status===0}function makeFilteredResponse(La,hl){hl={internalResponse:La,...hl};return new Proxy(La,{get(La,fl){return fl in hl?hl[fl]:La[fl]},set(La,fl,yl){_A(!(fl in hl));La[fl]=yl;return true}})}function filterResponse(La,hl){if(hl==="basic"){return makeFilteredResponse(La,{type:"basic",headersList:La.headersList})}else if(hl==="cors"){return makeFilteredResponse(La,{type:"cors",headersList:La.headersList})}else if(hl==="opaque"){return makeFilteredResponse(La,{type:"opaque",urlList:Object.freeze([]),status:0,statusText:"",body:null})}else if(hl==="opaqueredirect"){return makeFilteredResponse(La,{type:"opaqueredirect",status:0,statusText:"",headersList:[],body:null})}else{_A(false)}}function makeAppropriateNetworkError(La,hl=null){_A(eA(La));return tA(La)?makeNetworkError(Object.assign(new DOMException("The operation was aborted.","AbortError"),{cause:hl})):makeNetworkError(Object.assign(new DOMException("Request was cancelled."),{cause:hl}))}function initializeResponse(La,hl,fl){if(hl.status!==null&&(hl.status<200||hl.status>599)){throw new RangeError('init["status"] must be in the range of 200 to 599, inclusive.')}if("statusText"in hl&&hl.statusText!=null){if(!gg(String(hl.statusText))){throw new TypeError("Invalid statusText")}}if("status"in hl&&hl.status!=null){La[cA].status=hl.status}if("statusText"in hl&&hl.statusText!=null){La[cA].statusText=hl.statusText}if("headers"in hl&&hl.headers!=null){Ul(La[uA],hl.headers)}if(fl){if(lA.includes(La.status)){throw pA.errors.exception({header:"Response constructor",message:`Invalid response status code ${La.status}`})}La[cA].body=fl.body;if(fl.type!=null&&!La[cA].headersList.contains("content-type",true)){La[cA].headersList.append("content-type",fl.type,true)}}}function fromInnerResponse(La,hl){const fl=new Response(fA);fl[cA]=La;fl[uA]=new yl(fA);n_(fl[uA],La.headersList);af(fl[uA],hl);if(D_&&La.body?.stream){I_.register(fl,new WeakRef(La.body.stream))}return fl}pA.converters.ReadableStream=pA.interfaceConverter(ReadableStream);pA.converters.FormData=pA.interfaceConverter(dA);pA.converters.URLSearchParams=pA.interfaceConverter(URLSearchParams);pA.converters.XMLHttpRequestBodyInit=function(La,hl,fl){if(typeof La==="string"){return pA.converters.USVString(La,hl,fl)}if(rA(La)){return pA.converters.Blob(La,hl,fl,{strict:false})}if(ArrayBuffer.isView(La)||mA.isArrayBuffer(La)){return pA.converters.BufferSource(La,hl,fl)}if(_m.isFormDataLike(La)){return pA.converters.FormData(La,hl,fl,{strict:false})}if(La instanceof URLSearchParams){return pA.converters.URLSearchParams(La,hl,fl)}return pA.converters.DOMString(La,hl,fl)};pA.converters.BodyInit=function(La,hl,fl){if(La instanceof ReadableStream){return pA.converters.ReadableStream(La,hl,fl)}if(La?.[Symbol.asyncIterator]){return La}return pA.converters.XMLHttpRequestBodyInit(La,hl,fl)};pA.converters.ResponseInit=pA.dictionaryConverter([{key:"status",converter:pA.converters["unsigned short"],defaultValue:()=>200},{key:"statusText",converter:pA.converters.ByteString,defaultValue:()=>""},{key:"headers",converter:pA.converters.HeadersInit}]);La.exports={isNetworkError:isNetworkError,makeNetworkError:makeNetworkError,makeResponse:makeResponse,makeAppropriateNetworkError:makeAppropriateNetworkError,filterResponse:filterResponse,Response:Response,cloneResponse:cloneResponse,fromInnerResponse:fromInnerResponse}},93627:La=>{"use strict";La.exports={kUrl:Symbol("url"),kHeaders:Symbol("headers"),kSignal:Symbol("signal"),kState:Symbol("state"),kDispatcher:Symbol("dispatcher")}},73168:(La,hl,fl)=>{"use strict";const{Transform:yl}=fl(57075);const Pl=fl(38522);const{redirectStatusSet:Ul,referrerPolicySet:Gd,badPortsSet:af}=fl(4495);const{getGlobalOrigin:n_}=fl(51059);const{collectASequenceOfCodePoints:i_,collectAnHTTPQuotedString:p_,removeChars:w_,parseMIMEType:D_}=fl(51900);const{performance:I_}=fl(643);const{isBlobLike:N_,ReadableStreamFrom:_m,isValidHTTPToken:pg,normalizedMethodRecordsBase:mg}=fl(3440);const gg=fl(34589);const{isUint8Array:eA}=fl(73429);const{webidl:tA}=fl(45893);let rA=[];let nA;try{nA=fl(77598);const La=["sha256","sha384","sha512"];rA=nA.getHashes().filter(hl=>La.includes(hl))}catch{}function responseURL(La){const hl=La.urlList;const fl=hl.length;return fl===0?null:hl[fl-1].toString()}function responseLocationURL(La,hl){if(!Ul.has(La.status)){return null}let fl=La.headersList.get("location",true);if(fl!==null&&isValidHeaderValue(fl)){if(!isValidEncodedURL(fl)){fl=normalizeBinaryStringToUtf8(fl)}fl=new URL(fl,responseURL(La))}if(fl&&!fl.hash){fl.hash=hl}return fl}function isValidEncodedURL(La){for(let hl=0;hl126||fl<32){return false}}return true}function normalizeBinaryStringToUtf8(La){return Buffer.from(La,"binary").toString("utf8")}function requestCurrentURL(La){return La.urlList[La.urlList.length-1]}function requestBadPort(La){const hl=requestCurrentURL(La);if(urlIsHttpHttpsScheme(hl)&&af.has(hl.port)){return"blocked"}return"allowed"}function isErrorLike(La){return La instanceof Error||(La?.constructor?.name==="Error"||La?.constructor?.name==="DOMException")}function isValidReasonPhrase(La){for(let hl=0;hl=32&&fl<=126||fl>=128&&fl<=255)){return false}}return true}const iA=pg;function isValidHeaderValue(La){return(La[0]==="\t"||La[0]===" "||La[La.length-1]==="\t"||La[La.length-1]===" "||La.includes("\n")||La.includes("\r")||La.includes("\0"))===false}function setRequestReferrerPolicyOnRedirect(La,hl){const{headersList:fl}=hl;const yl=(fl.get("referrer-policy",true)??"").split(",");let Pl="";if(yl.length>0){for(let La=yl.length;La!==0;La--){const hl=yl[La-1].trim();if(Gd.has(hl)){Pl=hl;break}}}if(Pl!==""){La.referrerPolicy=Pl}}function crossOriginResourcePolicyCheck(){return"allowed"}function corsCheck(){return"success"}function TAOCheck(){return"success"}function appendFetchMetadata(La){let hl=null;hl=La.mode;La.headersList.set("sec-fetch-mode",hl,true)}function appendRequestOriginHeader(La){let hl=La.origin;if(hl==="client"||hl===undefined){return}if(La.responseTainting==="cors"||La.mode==="websocket"){La.headersList.append("origin",hl,true)}else if(La.method!=="GET"&&La.method!=="HEAD"){switch(La.referrerPolicy){case"no-referrer":hl=null;break;case"no-referrer-when-downgrade":case"strict-origin":case"strict-origin-when-cross-origin":if(La.origin&&urlHasHttpsScheme(La.origin)&&!urlHasHttpsScheme(requestCurrentURL(La))){hl=null}break;case"same-origin":if(!sameOrigin(La,requestCurrentURL(La))){hl=null}break;default:}La.headersList.append("origin",hl,true)}}function coarsenTime(La,hl){return La}function clampAndCoarsenConnectionTimingInfo(La,hl,fl){if(!La?.startTime||La.startTime4096){yl=Pl}const Ul=sameOrigin(La,yl);const Gd=isURLPotentiallyTrustworthy(yl)&&!isURLPotentiallyTrustworthy(La.url);switch(hl){case"origin":return Pl!=null?Pl:stripURLForReferrer(fl,true);case"unsafe-url":return yl;case"same-origin":return Ul?Pl:"no-referrer";case"origin-when-cross-origin":return Ul?yl:Pl;case"strict-origin-when-cross-origin":{const hl=requestCurrentURL(La);if(sameOrigin(yl,hl)){return yl}if(isURLPotentiallyTrustworthy(yl)&&!isURLPotentiallyTrustworthy(hl)){return"no-referrer"}return Pl}case"strict-origin":case"no-referrer-when-downgrade":default:return Gd?"no-referrer":Pl}}function stripURLForReferrer(La,hl){gg(La instanceof URL);La=new URL(La);if(La.protocol==="file:"||La.protocol==="about:"||La.protocol==="blank:"){return"no-referrer"}La.username="";La.password="";La.hash="";if(hl){La.pathname="";La.search=""}return La}function isURLPotentiallyTrustworthy(La){if(!(La instanceof URL)){return false}if(La.href==="about:blank"||La.href==="about:srcdoc"){return true}if(La.protocol==="data:")return true;if(La.protocol==="file:")return true;return isOriginPotentiallyTrustworthy(La.origin);function isOriginPotentiallyTrustworthy(La){if(La==null||La==="null")return false;const hl=new URL(La);if(hl.protocol==="https:"||hl.protocol==="wss:"){return true}if(/^127(?:\.[0-9]+){0,2}\.[0-9]+$|^\[(?:0*:)*?:?0*1\]$/.test(hl.hostname)||(hl.hostname==="localhost"||hl.hostname.includes("localhost."))||hl.hostname.endsWith(".localhost")){return true}return false}}function bytesMatch(La,hl){if(nA===undefined){return true}const fl=parseMetadata(hl);if(fl==="no metadata"){return true}if(fl.length===0){return true}const yl=getStrongestMetadata(fl);const Pl=filterMetadataListByAlgorithm(fl,yl);for(const hl of Pl){const fl=hl.algo;const yl=hl.hash;let Pl=nA.createHash(fl).update(La).digest("base64");if(Pl[Pl.length-1]==="="){if(Pl[Pl.length-2]==="="){Pl=Pl.slice(0,-2)}else{Pl=Pl.slice(0,-1)}}if(compareBase64Mixed(Pl,yl)){return true}}return false}const sA=/(?sha256|sha384|sha512)-((?[A-Za-z0-9+/]+|[A-Za-z0-9_-]+)={0,2}(?:\s|$)( +[!-~]*)?)?/i;function parseMetadata(La){const hl=[];let fl=true;for(const yl of La.split(" ")){fl=false;const La=sA.exec(yl);if(La===null||La.groups===undefined||La.groups.algo===undefined){continue}const Pl=La.groups.algo.toLowerCase();if(rA.includes(Pl)){hl.push(La.groups)}}if(fl===true){return"no metadata"}return hl}function getStrongestMetadata(La){let hl=La[0].algo;if(hl[3]==="5"){return hl}for(let fl=1;fl{La=fl;hl=yl});return{promise:fl,resolve:La,reject:hl}}function isAborted(La){return La.controller.state==="aborted"}function isCancelled(La){return La.controller.state==="aborted"||La.controller.state==="terminated"}function normalizeMethod(La){return mg[La.toLowerCase()]??La}function serializeJavascriptValueToJSONString(La){const hl=JSON.stringify(La);if(hl===undefined){throw new TypeError("Value is not JSON serializable")}gg(typeof hl==="string");return hl}const aA=Object.getPrototypeOf(Object.getPrototypeOf([][Symbol.iterator]()));function createIterator(La,hl,fl=0,yl=1){class FastIterableIterator{#J;#H;#V;constructor(La,hl){this.#J=La;this.#H=hl;this.#V=0}next(){if(typeof this!=="object"||this===null||!(#J in this)){throw new TypeError(`'next' called on an object that does not implement interface ${La} Iterator.`)}const Pl=this.#V;const Ul=this.#J[hl];const Gd=Ul.length;if(Pl>=Gd){return{value:undefined,done:true}}const{[fl]:af,[yl]:n_}=Ul[Pl];this.#V=Pl+1;let i_;switch(this.#H){case"key":i_=af;break;case"value":i_=n_;break;case"key+value":i_=[af,n_];break}return{value:i_,done:false}}}delete FastIterableIterator.prototype.constructor;Object.setPrototypeOf(FastIterableIterator.prototype,aA);Object.defineProperties(FastIterableIterator.prototype,{[Symbol.toStringTag]:{writable:false,enumerable:false,configurable:true,value:`${La} Iterator`},next:{writable:true,enumerable:true,configurable:true}});return function(La,hl){return new FastIterableIterator(La,hl)}}function iteratorMixin(La,hl,fl,yl=0,Pl=1){const Ul=createIterator(La,fl,yl,Pl);const Gd={keys:{writable:true,enumerable:true,configurable:true,value:function keys(){tA.brandCheck(this,hl);return Ul(this,"key")}},values:{writable:true,enumerable:true,configurable:true,value:function values(){tA.brandCheck(this,hl);return Ul(this,"value")}},entries:{writable:true,enumerable:true,configurable:true,value:function entries(){tA.brandCheck(this,hl);return Ul(this,"key+value")}},forEach:{writable:true,enumerable:true,configurable:true,value:function forEach(fl,yl=globalThis){tA.brandCheck(this,hl);tA.argumentLengthCheck(arguments,1,`${La}.forEach`);if(typeof fl!=="function"){throw new TypeError(`Failed to execute 'forEach' on '${La}': parameter 1 is not of type 'Function'.`)}for(const{0:La,1:hl}of Ul(this,"key+value")){fl.call(yl,hl,La,this)}}}};return Object.defineProperties(hl.prototype,{...Gd,[Symbol.iterator]:{writable:true,enumerable:false,configurable:true,value:Gd.entries.value}})}async function fullyReadBody(La,hl,fl){const yl=hl;const Pl=fl;let Ul;try{Ul=La.stream.getReader()}catch(La){Pl(La);return}try{yl(await readAllBytes(Ul))}catch(La){Pl(La)}}function isReadableStreamLike(La){return La instanceof ReadableStream||La[Symbol.toStringTag]==="ReadableStream"&&typeof La.tee==="function"}function readableStreamClose(La){try{La.close();La.byobRequest?.respond(0)}catch(La){if(!La.message.includes("Controller is already closed")&&!La.message.includes("ReadableStream is already closed")){throw La}}}const oA=/[^\x00-\xFF]/;function isomorphicEncode(La){gg(!oA.test(La));return La}async function readAllBytes(La){const hl=[];let fl=0;while(true){const{done:yl,value:Pl}=await La.read();if(yl){return Buffer.concat(hl,fl)}if(!eA(Pl)){throw new TypeError("Received non-Uint8Array chunk")}hl.push(Pl);fl+=Pl.length}}function urlIsLocal(La){gg("protocol"in La);const hl=La.protocol;return hl==="about:"||hl==="blob:"||hl==="data:"}function urlHasHttpsScheme(La){return typeof La==="string"&&La[5]===":"&&La[0]==="h"&&La[1]==="t"&&La[2]==="t"&&La[3]==="p"&&La[4]==="s"||La.protocol==="https:"}function urlIsHttpHttpsScheme(La){gg("protocol"in La);const hl=La.protocol;return hl==="http:"||hl==="https:"}function simpleRangeHeaderValue(La,hl){const fl=La;if(!fl.startsWith("bytes")){return"failure"}const yl={position:5};if(hl){i_(La=>La==="\t"||La===" ",fl,yl)}if(fl.charCodeAt(yl.position)!==61){return"failure"}yl.position++;if(hl){i_(La=>La==="\t"||La===" ",fl,yl)}const Pl=i_(La=>{const hl=La.charCodeAt(0);return hl>=48&&hl<=57},fl,yl);const Ul=Pl.length?Number(Pl):null;if(hl){i_(La=>La==="\t"||La===" ",fl,yl)}if(fl.charCodeAt(yl.position)!==45){return"failure"}yl.position++;if(hl){i_(La=>La==="\t"||La===" ",fl,yl)}const Gd=i_(La=>{const hl=La.charCodeAt(0);return hl>=48&&hl<=57},fl,yl);const af=Gd.length?Number(Gd):null;if(yl.positionaf){return"failure"}return{rangeStartValue:Ul,rangeEndValue:af}}function buildContentRange(La,hl,fl){let yl="bytes ";yl+=isomorphicEncode(`${La}`);yl+="-";yl+=isomorphicEncode(`${hl}`);yl+="/";yl+=isomorphicEncode(`${fl}`);return yl}class InflateStream extends yl{#W;constructor(La){super();this.#W=La}_transform(La,hl,fl){if(!this._inflateStream){if(La.length===0){fl();return}this._inflateStream=(La[0]&15)===8?Pl.createInflate(this.#W):Pl.createInflateRaw(this.#W);this._inflateStream.on("data",this.push.bind(this));this._inflateStream.on("end",()=>this.push(null));this._inflateStream.on("error",La=>this.destroy(La))}this._inflateStream.write(La,hl,fl)}_final(La){if(this._inflateStream){this._inflateStream.end();this._inflateStream=null}La()}}function createInflate(La){return new InflateStream(La)}function extractMimeType(La){let hl=null;let fl=null;let yl=null;const Pl=getDecodeSplit("content-type",La);if(Pl===null){return"failure"}for(const La of Pl){const Pl=D_(La);if(Pl==="failure"||Pl.essence==="*/*"){continue}yl=Pl;if(yl.essence!==fl){hl=null;if(yl.parameters.has("charset")){hl=yl.parameters.get("charset")}fl=yl.essence}else if(!yl.parameters.has("charset")&&hl!==null){yl.parameters.set("charset",hl)}}if(yl==null){return"failure"}return yl}function gettingDecodingSplitting(La){const hl=La;const fl={position:0};const yl=[];let Pl="";while(fl.positionLa!=='"'&&La!==",",hl,fl);if(fl.positionLa===9||La===32);yl.push(Pl);Pl=""}return yl}function getDecodeSplit(La,hl){const fl=hl.get(La,true);if(fl===null){return null}return gettingDecodingSplitting(fl)}const lA=new TextDecoder;function utf8DecodeBytes(La){if(La.length===0){return""}if(La[0]===239&&La[1]===187&&La[2]===191){La=La.subarray(3)}const hl=lA.decode(La);return hl}class EnvironmentSettingsObjectBase{get baseUrl(){return n_()}get origin(){return this.baseUrl?.origin}policyContainer=makePolicyContainer()}class EnvironmentSettingsObject{settingsObject=new EnvironmentSettingsObjectBase}const cA=new EnvironmentSettingsObject;La.exports={isAborted:isAborted,isCancelled:isCancelled,isValidEncodedURL:isValidEncodedURL,createDeferredPromise:createDeferredPromise,ReadableStreamFrom:_m,tryUpgradeRequestToAPotentiallyTrustworthyURL:tryUpgradeRequestToAPotentiallyTrustworthyURL,clampAndCoarsenConnectionTimingInfo:clampAndCoarsenConnectionTimingInfo,coarsenedSharedCurrentTime:coarsenedSharedCurrentTime,determineRequestsReferrer:determineRequestsReferrer,makePolicyContainer:makePolicyContainer,clonePolicyContainer:clonePolicyContainer,appendFetchMetadata:appendFetchMetadata,appendRequestOriginHeader:appendRequestOriginHeader,TAOCheck:TAOCheck,corsCheck:corsCheck,crossOriginResourcePolicyCheck:crossOriginResourcePolicyCheck,createOpaqueTimingInfo:createOpaqueTimingInfo,setRequestReferrerPolicyOnRedirect:setRequestReferrerPolicyOnRedirect,isValidHTTPToken:pg,requestBadPort:requestBadPort,requestCurrentURL:requestCurrentURL,responseURL:responseURL,responseLocationURL:responseLocationURL,isBlobLike:N_,isURLPotentiallyTrustworthy:isURLPotentiallyTrustworthy,isValidReasonPhrase:isValidReasonPhrase,sameOrigin:sameOrigin,normalizeMethod:normalizeMethod,serializeJavascriptValueToJSONString:serializeJavascriptValueToJSONString,iteratorMixin:iteratorMixin,createIterator:createIterator,isValidHeaderName:iA,isValidHeaderValue:isValidHeaderValue,isErrorLike:isErrorLike,fullyReadBody:fullyReadBody,bytesMatch:bytesMatch,isReadableStreamLike:isReadableStreamLike,readableStreamClose:readableStreamClose,isomorphicEncode:isomorphicEncode,urlIsLocal:urlIsLocal,urlHasHttpsScheme:urlHasHttpsScheme,urlIsHttpHttpsScheme:urlIsHttpHttpsScheme,readAllBytes:readAllBytes,simpleRangeHeaderValue:simpleRangeHeaderValue,buildContentRange:buildContentRange,parseMetadata:parseMetadata,createInflate:createInflate,extractMimeType:extractMimeType,getDecodeSplit:getDecodeSplit,utf8DecodeBytes:utf8DecodeBytes,environmentSettingsObject:cA}},45893:(La,hl,fl)=>{"use strict";const{types:yl,inspect:Pl}=fl(57975);const{markAsUncloneable:Ul}=fl(75919);const{toUSVString:Gd}=fl(3440);const af={};af.converters={};af.util={};af.errors={};af.errors.exception=function(La){return new TypeError(`${La.header}: ${La.message}`)};af.errors.conversionFailed=function(La){const hl=La.types.length===1?"":" one of";const fl=`${La.argument} could not be converted to`+`${hl}: ${La.types.join(", ")}.`;return af.errors.exception({header:La.prefix,message:fl})};af.errors.invalidArgument=function(La){return af.errors.exception({header:La.prefix,message:`"${La.value}" is an invalid ${La.type}.`})};af.brandCheck=function(La,hl,fl){if(fl?.strict!==false){if(!(La instanceof hl)){const La=new TypeError("Illegal invocation");La.code="ERR_INVALID_THIS";throw La}}else{if(La?.[Symbol.toStringTag]!==hl.prototype[Symbol.toStringTag]){const La=new TypeError("Illegal invocation");La.code="ERR_INVALID_THIS";throw La}}};af.argumentLengthCheck=function({length:La},hl,fl){if(La{});af.util.ConvertToInt=function(La,hl,fl,yl){let Pl;let Ul;if(hl===64){Pl=Math.pow(2,53)-1;if(fl==="unsigned"){Ul=0}else{Ul=Math.pow(-2,53)+1}}else if(fl==="unsigned"){Ul=0;Pl=Math.pow(2,hl)-1}else{Ul=Math.pow(-2,hl)-1;Pl=Math.pow(2,hl-1)-1}let Gd=Number(La);if(Gd===0){Gd=0}if(yl?.enforceRange===true){if(Number.isNaN(Gd)||Gd===Number.POSITIVE_INFINITY||Gd===Number.NEGATIVE_INFINITY){throw af.errors.exception({header:"Integer conversion",message:`Could not convert ${af.util.Stringify(La)} to an integer.`})}Gd=af.util.IntegerPart(Gd);if(GdPl){throw af.errors.exception({header:"Integer conversion",message:`Value must be between ${Ul}-${Pl}, got ${Gd}.`})}return Gd}if(!Number.isNaN(Gd)&&yl?.clamp===true){Gd=Math.min(Math.max(Gd,Ul),Pl);if(Math.floor(Gd)%2===0){Gd=Math.floor(Gd)}else{Gd=Math.ceil(Gd)}return Gd}if(Number.isNaN(Gd)||Gd===0&&Object.is(0,Gd)||Gd===Number.POSITIVE_INFINITY||Gd===Number.NEGATIVE_INFINITY){return 0}Gd=af.util.IntegerPart(Gd);Gd=Gd%Math.pow(2,hl);if(fl==="signed"&&Gd>=Math.pow(2,hl)-1){return Gd-Math.pow(2,hl)}return Gd};af.util.IntegerPart=function(La){const hl=Math.floor(Math.abs(La));if(La<0){return-1*hl}return hl};af.util.Stringify=function(La){const hl=af.util.Type(La);switch(hl){case"Symbol":return`Symbol(${La.description})`;case"Object":return Pl(La);case"String":return`"${La}"`;default:return`${La}`}};af.sequenceConverter=function(La){return(hl,fl,yl,Pl)=>{if(af.util.Type(hl)!=="Object"){throw af.errors.exception({header:fl,message:`${yl} (${af.util.Stringify(hl)}) is not iterable.`})}const Ul=typeof Pl==="function"?Pl():hl?.[Symbol.iterator]?.();const Gd=[];let n_=0;if(Ul===undefined||typeof Ul.next!=="function"){throw af.errors.exception({header:fl,message:`${yl} is not iterable.`})}while(true){const{done:hl,value:Pl}=Ul.next();if(hl){break}Gd.push(La(Pl,fl,`${yl}[${n_++}]`))}return Gd}};af.recordConverter=function(La,hl){return(fl,Pl,Ul)=>{if(af.util.Type(fl)!=="Object"){throw af.errors.exception({header:Pl,message:`${Ul} ("${af.util.Type(fl)}") is not an Object.`})}const Gd={};if(!yl.isProxy(fl)){const yl=[...Object.getOwnPropertyNames(fl),...Object.getOwnPropertySymbols(fl)];for(const af of yl){const yl=La(af,Pl,Ul);const n_=hl(fl[af],Pl,Ul);Gd[yl]=n_}return Gd}const n_=Reflect.ownKeys(fl);for(const yl of n_){const af=Reflect.getOwnPropertyDescriptor(fl,yl);if(af?.enumerable){const af=La(yl,Pl,Ul);const n_=hl(fl[yl],Pl,Ul);Gd[af]=n_}}return Gd}};af.interfaceConverter=function(La){return(hl,fl,yl,Pl)=>{if(Pl?.strict!==false&&!(hl instanceof La)){throw af.errors.exception({header:fl,message:`Expected ${yl} ("${af.util.Stringify(hl)}") to be an instance of ${La.name}.`})}return hl}};af.dictionaryConverter=function(La){return(hl,fl,yl)=>{const Pl=af.util.Type(hl);const Ul={};if(Pl==="Null"||Pl==="Undefined"){return Ul}else if(Pl!=="Object"){throw af.errors.exception({header:fl,message:`Expected ${hl} to be one of: Null, Undefined, Object.`})}for(const Pl of La){const{key:La,defaultValue:Gd,required:n_,converter:i_}=Pl;if(n_===true){if(!Object.hasOwn(hl,La)){throw af.errors.exception({header:fl,message:`Missing required key "${La}".`})}}let p_=hl[La];const w_=Object.hasOwn(Pl,"defaultValue");if(w_&&p_!==null){p_??=Gd()}if(n_||w_||p_!==undefined){p_=i_(p_,fl,`${yl}.${La}`);if(Pl.allowedValues&&!Pl.allowedValues.includes(p_)){throw af.errors.exception({header:fl,message:`${p_} is not an accepted type. Expected one of ${Pl.allowedValues.join(", ")}.`})}Ul[La]=p_}}return Ul}};af.nullableConverter=function(La){return(hl,fl,yl)=>{if(hl===null){return hl}return La(hl,fl,yl)}};af.converters.DOMString=function(La,hl,fl,yl){if(La===null&&yl?.legacyNullToEmptyString){return""}if(typeof La==="symbol"){throw af.errors.exception({header:hl,message:`${fl} is a symbol, which cannot be converted to a DOMString.`})}return String(La)};af.converters.ByteString=function(La,hl,fl){const yl=af.converters.DOMString(La,hl,fl);for(let La=0;La255){throw new TypeError("Cannot convert argument to a ByteString because the character at "+`index ${La} has a value of ${yl.charCodeAt(La)} which is greater than 255.`)}}return yl};af.converters.USVString=Gd;af.converters.boolean=function(La){const hl=Boolean(La);return hl};af.converters.any=function(La){return La};af.converters["long long"]=function(La,hl,fl){const yl=af.util.ConvertToInt(La,64,"signed",undefined,hl,fl);return yl};af.converters["unsigned long long"]=function(La,hl,fl){const yl=af.util.ConvertToInt(La,64,"unsigned",undefined,hl,fl);return yl};af.converters["unsigned long"]=function(La,hl,fl){const yl=af.util.ConvertToInt(La,32,"unsigned",undefined,hl,fl);return yl};af.converters["unsigned short"]=function(La,hl,fl,yl){const Pl=af.util.ConvertToInt(La,16,"unsigned",yl,hl,fl);return Pl};af.converters.ArrayBuffer=function(La,hl,fl,Pl){if(af.util.Type(La)!=="Object"||!yl.isAnyArrayBuffer(La)){throw af.errors.conversionFailed({prefix:hl,argument:`${fl} ("${af.util.Stringify(La)}")`,types:["ArrayBuffer"]})}if(Pl?.allowShared===false&&yl.isSharedArrayBuffer(La)){throw af.errors.exception({header:"ArrayBuffer",message:"SharedArrayBuffer is not allowed."})}if(La.resizable||La.growable){throw af.errors.exception({header:"ArrayBuffer",message:"Received a resizable ArrayBuffer."})}return La};af.converters.TypedArray=function(La,hl,fl,Pl,Ul){if(af.util.Type(La)!=="Object"||!yl.isTypedArray(La)||La.constructor.name!==hl.name){throw af.errors.conversionFailed({prefix:fl,argument:`${Pl} ("${af.util.Stringify(La)}")`,types:[hl.name]})}if(Ul?.allowShared===false&&yl.isSharedArrayBuffer(La.buffer)){throw af.errors.exception({header:"ArrayBuffer",message:"SharedArrayBuffer is not allowed."})}if(La.buffer.resizable||La.buffer.growable){throw af.errors.exception({header:"ArrayBuffer",message:"Received a resizable ArrayBuffer."})}return La};af.converters.DataView=function(La,hl,fl,Pl){if(af.util.Type(La)!=="Object"||!yl.isDataView(La)){throw af.errors.exception({header:hl,message:`${fl} is not a DataView.`})}if(Pl?.allowShared===false&&yl.isSharedArrayBuffer(La.buffer)){throw af.errors.exception({header:"ArrayBuffer",message:"SharedArrayBuffer is not allowed."})}if(La.buffer.resizable||La.buffer.growable){throw af.errors.exception({header:"ArrayBuffer",message:"Received a resizable ArrayBuffer."})}return La};af.converters.BufferSource=function(La,hl,fl,Pl){if(yl.isAnyArrayBuffer(La)){return af.converters.ArrayBuffer(La,hl,fl,{...Pl,allowShared:false})}if(yl.isTypedArray(La)){return af.converters.TypedArray(La,La.constructor,hl,fl,{...Pl,allowShared:false})}if(yl.isDataView(La)){return af.converters.DataView(La,hl,fl,{...Pl,allowShared:false})}throw af.errors.conversionFailed({prefix:hl,argument:`${fl} ("${af.util.Stringify(La)}")`,types:["BufferSource"]})};af.converters["sequence"]=af.sequenceConverter(af.converters.ByteString);af.converters["sequence>"]=af.sequenceConverter(af.converters["sequence"]);af.converters["record"]=af.recordConverter(af.converters.ByteString,af.converters.ByteString);La.exports={webidl:af}},22607:La=>{"use strict";function getEncoding(La){if(!La){return"failure"}switch(La.trim().toLowerCase()){case"unicode-1-1-utf-8":case"unicode11utf8":case"unicode20utf8":case"utf-8":case"utf8":case"x-unicode20utf8":return"UTF-8";case"866":case"cp866":case"csibm866":case"ibm866":return"IBM866";case"csisolatin2":case"iso-8859-2":case"iso-ir-101":case"iso8859-2":case"iso88592":case"iso_8859-2":case"iso_8859-2:1987":case"l2":case"latin2":return"ISO-8859-2";case"csisolatin3":case"iso-8859-3":case"iso-ir-109":case"iso8859-3":case"iso88593":case"iso_8859-3":case"iso_8859-3:1988":case"l3":case"latin3":return"ISO-8859-3";case"csisolatin4":case"iso-8859-4":case"iso-ir-110":case"iso8859-4":case"iso88594":case"iso_8859-4":case"iso_8859-4:1988":case"l4":case"latin4":return"ISO-8859-4";case"csisolatincyrillic":case"cyrillic":case"iso-8859-5":case"iso-ir-144":case"iso8859-5":case"iso88595":case"iso_8859-5":case"iso_8859-5:1988":return"ISO-8859-5";case"arabic":case"asmo-708":case"csiso88596e":case"csiso88596i":case"csisolatinarabic":case"ecma-114":case"iso-8859-6":case"iso-8859-6-e":case"iso-8859-6-i":case"iso-ir-127":case"iso8859-6":case"iso88596":case"iso_8859-6":case"iso_8859-6:1987":return"ISO-8859-6";case"csisolatingreek":case"ecma-118":case"elot_928":case"greek":case"greek8":case"iso-8859-7":case"iso-ir-126":case"iso8859-7":case"iso88597":case"iso_8859-7":case"iso_8859-7:1987":case"sun_eu_greek":return"ISO-8859-7";case"csiso88598e":case"csisolatinhebrew":case"hebrew":case"iso-8859-8":case"iso-8859-8-e":case"iso-ir-138":case"iso8859-8":case"iso88598":case"iso_8859-8":case"iso_8859-8:1988":case"visual":return"ISO-8859-8";case"csiso88598i":case"iso-8859-8-i":case"logical":return"ISO-8859-8-I";case"csisolatin6":case"iso-8859-10":case"iso-ir-157":case"iso8859-10":case"iso885910":case"l6":case"latin6":return"ISO-8859-10";case"iso-8859-13":case"iso8859-13":case"iso885913":return"ISO-8859-13";case"iso-8859-14":case"iso8859-14":case"iso885914":return"ISO-8859-14";case"csisolatin9":case"iso-8859-15":case"iso8859-15":case"iso885915":case"iso_8859-15":case"l9":return"ISO-8859-15";case"iso-8859-16":return"ISO-8859-16";case"cskoi8r":case"koi":case"koi8":case"koi8-r":case"koi8_r":return"KOI8-R";case"koi8-ru":case"koi8-u":return"KOI8-U";case"csmacintosh":case"mac":case"macintosh":case"x-mac-roman":return"macintosh";case"iso-8859-11":case"iso8859-11":case"iso885911":case"tis-620":case"windows-874":return"windows-874";case"cp1250":case"windows-1250":case"x-cp1250":return"windows-1250";case"cp1251":case"windows-1251":case"x-cp1251":return"windows-1251";case"ansi_x3.4-1968":case"ascii":case"cp1252":case"cp819":case"csisolatin1":case"ibm819":case"iso-8859-1":case"iso-ir-100":case"iso8859-1":case"iso88591":case"iso_8859-1":case"iso_8859-1:1987":case"l1":case"latin1":case"us-ascii":case"windows-1252":case"x-cp1252":return"windows-1252";case"cp1253":case"windows-1253":case"x-cp1253":return"windows-1253";case"cp1254":case"csisolatin5":case"iso-8859-9":case"iso-ir-148":case"iso8859-9":case"iso88599":case"iso_8859-9":case"iso_8859-9:1989":case"l5":case"latin5":case"windows-1254":case"x-cp1254":return"windows-1254";case"cp1255":case"windows-1255":case"x-cp1255":return"windows-1255";case"cp1256":case"windows-1256":case"x-cp1256":return"windows-1256";case"cp1257":case"windows-1257":case"x-cp1257":return"windows-1257";case"cp1258":case"windows-1258":case"x-cp1258":return"windows-1258";case"x-mac-cyrillic":case"x-mac-ukrainian":return"x-mac-cyrillic";case"chinese":case"csgb2312":case"csiso58gb231280":case"gb2312":case"gb_2312":case"gb_2312-80":case"gbk":case"iso-ir-58":case"x-gbk":return"GBK";case"gb18030":return"gb18030";case"big5":case"big5-hkscs":case"cn-big5":case"csbig5":case"x-x-big5":return"Big5";case"cseucpkdfmtjapanese":case"euc-jp":case"x-euc-jp":return"EUC-JP";case"csiso2022jp":case"iso-2022-jp":return"ISO-2022-JP";case"csshiftjis":case"ms932":case"ms_kanji":case"shift-jis":case"shift_jis":case"sjis":case"windows-31j":case"x-sjis":return"Shift_JIS";case"cseuckr":case"csksc56011987":case"euc-kr":case"iso-ir-149":case"korean":case"ks_c_5601-1987":case"ks_c_5601-1989":case"ksc5601":case"ksc_5601":case"windows-949":return"EUC-KR";case"csiso2022kr":case"hz-gb-2312":case"iso-2022-cn":case"iso-2022-cn-ext":case"iso-2022-kr":case"replacement":return"replacement";case"unicodefffe":case"utf-16be":return"UTF-16BE";case"csunicode":case"iso-10646-ucs-2":case"ucs-2":case"unicode":case"unicodefeff":case"utf-16":case"utf-16le":return"UTF-16LE";case"x-user-defined":return"x-user-defined";default:return"failure"}}La.exports={getEncoding:getEncoding}},48355:(La,hl,fl)=>{"use strict";const{staticPropertyDescriptors:yl,readOperation:Pl,fireAProgressEvent:Ul}=fl(53610);const{kState:Gd,kError:af,kResult:n_,kEvents:i_,kAborted:p_}=fl(20961);const{webidl:w_}=fl(45893);const{kEnumerableProperty:D_}=fl(3440);class FileReader extends EventTarget{constructor(){super();this[Gd]="empty";this[n_]=null;this[af]=null;this[i_]={loadend:null,error:null,abort:null,load:null,progress:null,loadstart:null}}readAsArrayBuffer(La){w_.brandCheck(this,FileReader);w_.argumentLengthCheck(arguments,1,"FileReader.readAsArrayBuffer");La=w_.converters.Blob(La,{strict:false});Pl(this,La,"ArrayBuffer")}readAsBinaryString(La){w_.brandCheck(this,FileReader);w_.argumentLengthCheck(arguments,1,"FileReader.readAsBinaryString");La=w_.converters.Blob(La,{strict:false});Pl(this,La,"BinaryString")}readAsText(La,hl=undefined){w_.brandCheck(this,FileReader);w_.argumentLengthCheck(arguments,1,"FileReader.readAsText");La=w_.converters.Blob(La,{strict:false});if(hl!==undefined){hl=w_.converters.DOMString(hl,"FileReader.readAsText","encoding")}Pl(this,La,"Text",hl)}readAsDataURL(La){w_.brandCheck(this,FileReader);w_.argumentLengthCheck(arguments,1,"FileReader.readAsDataURL");La=w_.converters.Blob(La,{strict:false});Pl(this,La,"DataURL")}abort(){if(this[Gd]==="empty"||this[Gd]==="done"){this[n_]=null;return}if(this[Gd]==="loading"){this[Gd]="done";this[n_]=null}this[p_]=true;Ul("abort",this);if(this[Gd]!=="loading"){Ul("loadend",this)}}get readyState(){w_.brandCheck(this,FileReader);switch(this[Gd]){case"empty":return this.EMPTY;case"loading":return this.LOADING;case"done":return this.DONE}}get result(){w_.brandCheck(this,FileReader);return this[n_]}get error(){w_.brandCheck(this,FileReader);return this[af]}get onloadend(){w_.brandCheck(this,FileReader);return this[i_].loadend}set onloadend(La){w_.brandCheck(this,FileReader);if(this[i_].loadend){this.removeEventListener("loadend",this[i_].loadend)}if(typeof La==="function"){this[i_].loadend=La;this.addEventListener("loadend",La)}else{this[i_].loadend=null}}get onerror(){w_.brandCheck(this,FileReader);return this[i_].error}set onerror(La){w_.brandCheck(this,FileReader);if(this[i_].error){this.removeEventListener("error",this[i_].error)}if(typeof La==="function"){this[i_].error=La;this.addEventListener("error",La)}else{this[i_].error=null}}get onloadstart(){w_.brandCheck(this,FileReader);return this[i_].loadstart}set onloadstart(La){w_.brandCheck(this,FileReader);if(this[i_].loadstart){this.removeEventListener("loadstart",this[i_].loadstart)}if(typeof La==="function"){this[i_].loadstart=La;this.addEventListener("loadstart",La)}else{this[i_].loadstart=null}}get onprogress(){w_.brandCheck(this,FileReader);return this[i_].progress}set onprogress(La){w_.brandCheck(this,FileReader);if(this[i_].progress){this.removeEventListener("progress",this[i_].progress)}if(typeof La==="function"){this[i_].progress=La;this.addEventListener("progress",La)}else{this[i_].progress=null}}get onload(){w_.brandCheck(this,FileReader);return this[i_].load}set onload(La){w_.brandCheck(this,FileReader);if(this[i_].load){this.removeEventListener("load",this[i_].load)}if(typeof La==="function"){this[i_].load=La;this.addEventListener("load",La)}else{this[i_].load=null}}get onabort(){w_.brandCheck(this,FileReader);return this[i_].abort}set onabort(La){w_.brandCheck(this,FileReader);if(this[i_].abort){this.removeEventListener("abort",this[i_].abort)}if(typeof La==="function"){this[i_].abort=La;this.addEventListener("abort",La)}else{this[i_].abort=null}}}FileReader.EMPTY=FileReader.prototype.EMPTY=0;FileReader.LOADING=FileReader.prototype.LOADING=1;FileReader.DONE=FileReader.prototype.DONE=2;Object.defineProperties(FileReader.prototype,{EMPTY:yl,LOADING:yl,DONE:yl,readAsArrayBuffer:D_,readAsBinaryString:D_,readAsText:D_,readAsDataURL:D_,abort:D_,readyState:D_,result:D_,error:D_,onloadstart:D_,onprogress:D_,onload:D_,onabort:D_,onerror:D_,onloadend:D_,[Symbol.toStringTag]:{value:"FileReader",writable:false,enumerable:false,configurable:true}});Object.defineProperties(FileReader,{EMPTY:yl,LOADING:yl,DONE:yl});La.exports={FileReader:FileReader}},88573:(La,hl,fl)=>{"use strict";const{webidl:yl}=fl(45893);const Pl=Symbol("ProgressEvent state");class ProgressEvent extends Event{constructor(La,hl={}){La=yl.converters.DOMString(La,"ProgressEvent constructor","type");hl=yl.converters.ProgressEventInit(hl??{});super(La,hl);this[Pl]={lengthComputable:hl.lengthComputable,loaded:hl.loaded,total:hl.total}}get lengthComputable(){yl.brandCheck(this,ProgressEvent);return this[Pl].lengthComputable}get loaded(){yl.brandCheck(this,ProgressEvent);return this[Pl].loaded}get total(){yl.brandCheck(this,ProgressEvent);return this[Pl].total}}yl.converters.ProgressEventInit=yl.dictionaryConverter([{key:"lengthComputable",converter:yl.converters.boolean,defaultValue:()=>false},{key:"loaded",converter:yl.converters["unsigned long long"],defaultValue:()=>0},{key:"total",converter:yl.converters["unsigned long long"],defaultValue:()=>0},{key:"bubbles",converter:yl.converters.boolean,defaultValue:()=>false},{key:"cancelable",converter:yl.converters.boolean,defaultValue:()=>false},{key:"composed",converter:yl.converters.boolean,defaultValue:()=>false}]);La.exports={ProgressEvent:ProgressEvent}},20961:La=>{"use strict";La.exports={kState:Symbol("FileReader state"),kResult:Symbol("FileReader result"),kError:Symbol("FileReader error"),kLastProgressEventFired:Symbol("FileReader last progress event fired timestamp"),kEvents:Symbol("FileReader events"),kAborted:Symbol("FileReader aborted")}},53610:(La,hl,fl)=>{"use strict";const{kState:yl,kError:Pl,kResult:Ul,kAborted:Gd,kLastProgressEventFired:af}=fl(20961);const{ProgressEvent:n_}=fl(88573);const{getEncoding:i_}=fl(22607);const{serializeAMimeType:p_,parseMIMEType:w_}=fl(51900);const{types:D_}=fl(57975);const{StringDecoder:I_}=fl(13193);const{btoa:N_}=fl(4573);const _m={enumerable:true,writable:false,configurable:false};function readOperation(La,hl,fl,n_){if(La[yl]==="loading"){throw new DOMException("Invalid state","InvalidStateError")}La[yl]="loading";La[Ul]=null;La[Pl]=null;const i_=hl.stream();const p_=i_.getReader();const w_=[];let I_=p_.read();let N_=true;(async()=>{while(!La[Gd]){try{const{done:i_,value:_m}=await I_;if(N_&&!La[Gd]){queueMicrotask(()=>{fireAProgressEvent("loadstart",La)})}N_=false;if(!i_&&D_.isUint8Array(_m)){w_.push(_m);if((La[af]===undefined||Date.now()-La[af]>=50)&&!La[Gd]){La[af]=Date.now();queueMicrotask(()=>{fireAProgressEvent("progress",La)})}I_=p_.read()}else if(i_){queueMicrotask(()=>{La[yl]="done";try{const yl=packageData(w_,fl,hl.type,n_);if(La[Gd]){return}La[Ul]=yl;fireAProgressEvent("load",La)}catch(hl){La[Pl]=hl;fireAProgressEvent("error",La)}if(La[yl]!=="loading"){fireAProgressEvent("loadend",La)}});break}}catch(hl){if(La[Gd]){return}queueMicrotask(()=>{La[yl]="done";La[Pl]=hl;fireAProgressEvent("error",La);if(La[yl]!=="loading"){fireAProgressEvent("loadend",La)}});break}}})()}function fireAProgressEvent(La,hl){const fl=new n_(La,{bubbles:false,cancelable:false});hl.dispatchEvent(fl)}function packageData(La,hl,fl,yl){switch(hl){case"DataURL":{let hl="data:";const yl=w_(fl||"application/octet-stream");if(yl!=="failure"){hl+=p_(yl)}hl+=";base64,";const Pl=new I_("latin1");for(const fl of La){hl+=N_(Pl.write(fl))}hl+=N_(Pl.end());return hl}case"Text":{let hl="failure";if(yl){hl=i_(yl)}if(hl==="failure"&&fl){const La=w_(fl);if(La!=="failure"){hl=i_(La.parameters.get("charset"))}}if(hl==="failure"){hl="UTF-8"}return decode(La,hl)}case"ArrayBuffer":{const hl=combineByteSequences(La);return hl.buffer}case"BinaryString":{let hl="";const fl=new I_("latin1");for(const yl of La){hl+=fl.write(yl)}hl+=fl.end();return hl}}}function decode(La,hl){const fl=combineByteSequences(La);const yl=BOMSniffing(fl);let Pl=0;if(yl!==null){hl=yl;Pl=yl==="UTF-8"?3:2}const Ul=fl.slice(Pl);return new TextDecoder(hl).decode(Ul)}function BOMSniffing(La){const[hl,fl,yl]=La;if(hl===239&&fl===187&&yl===191){return"UTF-8"}else if(hl===254&&fl===255){return"UTF-16BE"}else if(hl===255&&fl===254){return"UTF-16LE"}return null}function combineByteSequences(La){const hl=La.reduce((La,hl)=>La+hl.byteLength,0);let fl=0;return La.reduce((La,hl)=>{La.set(hl,fl);fl+=hl.byteLength;return La},new Uint8Array(hl))}La.exports={staticPropertyDescriptors:_m,readOperation:readOperation,fireAProgressEvent:fireAProgressEvent}},86897:(La,hl,fl)=>{"use strict";const{uid:yl,states:Pl,sentCloseFrameState:Ul,emptyBuffer:Gd,opcodes:af}=fl(20736);const{kReadyState:n_,kSentClose:i_,kByteParser:p_,kReceivedClose:w_,kResponse:D_}=fl(61216);const{fireEvent:I_,failWebsocketConnection:N_,isClosing:_m,isClosed:pg,isEstablished:mg,parseExtensions:gg}=fl(98625);const{channels:eA}=fl(42414);const{CloseEvent:tA}=fl(15188);const{makeRequest:rA}=fl(9967);const{fetching:nA}=fl(54398);const{Headers:iA,getHeadersList:sA}=fl(60660);const{getDecodeSplit:aA}=fl(73168);const{WebsocketFrameSend:oA}=fl(3264);let lA;try{lA=fl(77598)}catch{}function establishWebSocketConnection(La,hl,fl,Pl,Ul,Gd){const af=La;af.protocol=La.protocol==="ws:"?"http:":"https:";const n_=rA({urlList:[af],client:fl,serviceWorkers:"none",referrer:"no-referrer",mode:"websocket",credentials:"include",cache:"no-store",redirect:"error"});if(Gd.headers){const La=sA(new iA(Gd.headers));n_.headersList=La}const i_=lA.randomBytes(16).toString("base64");n_.headersList.append("sec-websocket-key",i_);n_.headersList.append("sec-websocket-version","13");for(const La of hl){n_.headersList.append("sec-websocket-protocol",La)}const p_="permessage-deflate; client_max_window_bits";n_.headersList.append("sec-websocket-extensions",p_);const w_=nA({request:n_,useParallelQueue:true,dispatcher:Gd.dispatcher,processResponse(La){if(La.type==="error"||La.status!==101){N_(Pl,"Received network error or non-101 status code.");return}if(hl.length!==0&&!La.headersList.get("Sec-WebSocket-Protocol")){N_(Pl,"Server did not respond with sent protocols.");return}if(La.headersList.get("Upgrade")?.toLowerCase()!=="websocket"){N_(Pl,'Server did not set Upgrade header to "websocket".');return}if(La.headersList.get("Connection")?.toLowerCase()!=="upgrade"){N_(Pl,'Server did not set Connection header to "upgrade".');return}const fl=La.headersList.get("Sec-WebSocket-Accept");const Gd=lA.createHash("sha1").update(i_+yl).digest("base64");if(fl!==Gd){N_(Pl,"Incorrect hash received in Sec-WebSocket-Accept header.");return}const af=La.headersList.get("Sec-WebSocket-Extensions");let p_;if(af!==null){p_=gg(af);if(!p_.has("permessage-deflate")){N_(Pl,"Sec-WebSocket-Extensions header does not match.");return}}const w_=La.headersList.get("Sec-WebSocket-Protocol");if(w_!==null){const La=aA("sec-websocket-protocol",n_.headersList);if(!La.includes(w_)){N_(Pl,"Protocol was not set in the opening handshake.");return}}La.socket.on("data",onSocketData);La.socket.on("close",onSocketClose);La.socket.on("error",onSocketError);if(eA.open.hasSubscribers){eA.open.publish({address:La.socket.address(),protocol:w_,extensions:af})}Ul(La,p_)}});return w_}function closeWebSocketConnection(La,hl,fl,yl){if(_m(La)||pg(La)){}else if(!mg(La)){N_(La,"Connection was closed before it was established.");La[n_]=Pl.CLOSING}else if(La[i_]===Ul.NOT_SENT){La[i_]=Ul.PROCESSING;const p_=new oA;if(hl!==undefined&&fl===undefined){p_.frameData=Buffer.allocUnsafe(2);p_.frameData.writeUInt16BE(hl,0)}else if(hl!==undefined&&fl!==undefined){p_.frameData=Buffer.allocUnsafe(2+yl);p_.frameData.writeUInt16BE(hl,0);p_.frameData.write(fl,2,"utf-8")}else{p_.frameData=Gd}const w_=La[D_].socket;w_.write(p_.createFrame(af.CLOSE));La[i_]=Ul.SENT;La[n_]=Pl.CLOSING}else{La[n_]=Pl.CLOSING}}function onSocketData(La){if(!this.ws[p_].write(La)){this.pause()}}function onSocketClose(){const{ws:La}=this;const{[D_]:hl}=La;hl.socket.off("data",onSocketData);hl.socket.off("close",onSocketClose);hl.socket.off("error",onSocketError);const fl=La[i_]===Ul.SENT&&La[w_];let yl=1005;let Gd="";const af=La[p_].closingInfo;if(af&&!af.error){yl=af.code??1005;Gd=af.reason}else if(!La[w_]){yl=1006}La[n_]=Pl.CLOSED;I_("close",La,(La,hl)=>new tA(La,hl),{wasClean:fl,code:yl,reason:Gd});if(eA.close.hasSubscribers){eA.close.publish({websocket:La,code:yl,reason:Gd})}}function onSocketError(La){const{ws:hl}=this;hl[n_]=Pl.CLOSING;if(eA.socketError.hasSubscribers){eA.socketError.publish(La)}this.destroy()}La.exports={establishWebSocketConnection:establishWebSocketConnection,closeWebSocketConnection:closeWebSocketConnection}},20736:La=>{"use strict";const hl="258EAFA5-E914-47DA-95CA-C5AB0DC85B11";const fl={enumerable:true,writable:false,configurable:false};const yl={CONNECTING:0,OPEN:1,CLOSING:2,CLOSED:3};const Pl={NOT_SENT:0,PROCESSING:1,SENT:2};const Ul={CONTINUATION:0,TEXT:1,BINARY:2,CLOSE:8,PING:9,PONG:10};const Gd=2**16-1;const af={INFO:0,PAYLOADLENGTH_16:2,PAYLOADLENGTH_64:3,READ_DATA:4};const n_=Buffer.allocUnsafe(0);const i_={string:1,typedArray:2,arrayBuffer:3,blob:4};La.exports={uid:hl,sentCloseFrameState:Pl,staticPropertyDescriptors:fl,states:yl,opcodes:Ul,maxUnsigned16Bit:Gd,parserStates:af,emptyBuffer:n_,sendHints:i_}},15188:(La,hl,fl)=>{"use strict";const{webidl:yl}=fl(45893);const{kEnumerableProperty:Pl}=fl(3440);const{kConstruct:Ul}=fl(36443);const{MessagePort:Gd}=fl(75919);class MessageEvent extends Event{#z;constructor(La,hl={}){if(La===Ul){super(arguments[1],arguments[2]);yl.util.markAsUncloneable(this);return}const fl="MessageEvent constructor";yl.argumentLengthCheck(arguments,1,fl);La=yl.converters.DOMString(La,fl,"type");hl=yl.converters.MessageEventInit(hl,fl,"eventInitDict");super(La,hl);this.#z=hl;yl.util.markAsUncloneable(this)}get data(){yl.brandCheck(this,MessageEvent);return this.#z.data}get origin(){yl.brandCheck(this,MessageEvent);return this.#z.origin}get lastEventId(){yl.brandCheck(this,MessageEvent);return this.#z.lastEventId}get source(){yl.brandCheck(this,MessageEvent);return this.#z.source}get ports(){yl.brandCheck(this,MessageEvent);if(!Object.isFrozen(this.#z.ports)){Object.freeze(this.#z.ports)}return this.#z.ports}initMessageEvent(La,hl=false,fl=false,Pl=null,Ul="",Gd="",af=null,n_=[]){yl.brandCheck(this,MessageEvent);yl.argumentLengthCheck(arguments,1,"MessageEvent.initMessageEvent");return new MessageEvent(La,{bubbles:hl,cancelable:fl,data:Pl,origin:Ul,lastEventId:Gd,source:af,ports:n_})}static createFastMessageEvent(La,hl){const fl=new MessageEvent(Ul,La,hl);fl.#z=hl;fl.#z.data??=null;fl.#z.origin??="";fl.#z.lastEventId??="";fl.#z.source??=null;fl.#z.ports??=[];return fl}}const{createFastMessageEvent:af}=MessageEvent;delete MessageEvent.createFastMessageEvent;class CloseEvent extends Event{#z;constructor(La,hl={}){const fl="CloseEvent constructor";yl.argumentLengthCheck(arguments,1,fl);La=yl.converters.DOMString(La,fl,"type");hl=yl.converters.CloseEventInit(hl);super(La,hl);this.#z=hl;yl.util.markAsUncloneable(this)}get wasClean(){yl.brandCheck(this,CloseEvent);return this.#z.wasClean}get code(){yl.brandCheck(this,CloseEvent);return this.#z.code}get reason(){yl.brandCheck(this,CloseEvent);return this.#z.reason}}class ErrorEvent extends Event{#z;constructor(La,hl){const fl="ErrorEvent constructor";yl.argumentLengthCheck(arguments,1,fl);super(La,hl);yl.util.markAsUncloneable(this);La=yl.converters.DOMString(La,fl,"type");hl=yl.converters.ErrorEventInit(hl??{});this.#z=hl}get message(){yl.brandCheck(this,ErrorEvent);return this.#z.message}get filename(){yl.brandCheck(this,ErrorEvent);return this.#z.filename}get lineno(){yl.brandCheck(this,ErrorEvent);return this.#z.lineno}get colno(){yl.brandCheck(this,ErrorEvent);return this.#z.colno}get error(){yl.brandCheck(this,ErrorEvent);return this.#z.error}}Object.defineProperties(MessageEvent.prototype,{[Symbol.toStringTag]:{value:"MessageEvent",configurable:true},data:Pl,origin:Pl,lastEventId:Pl,source:Pl,ports:Pl,initMessageEvent:Pl});Object.defineProperties(CloseEvent.prototype,{[Symbol.toStringTag]:{value:"CloseEvent",configurable:true},reason:Pl,code:Pl,wasClean:Pl});Object.defineProperties(ErrorEvent.prototype,{[Symbol.toStringTag]:{value:"ErrorEvent",configurable:true},message:Pl,filename:Pl,lineno:Pl,colno:Pl,error:Pl});yl.converters.MessagePort=yl.interfaceConverter(Gd);yl.converters["sequence"]=yl.sequenceConverter(yl.converters.MessagePort);const n_=[{key:"bubbles",converter:yl.converters.boolean,defaultValue:()=>false},{key:"cancelable",converter:yl.converters.boolean,defaultValue:()=>false},{key:"composed",converter:yl.converters.boolean,defaultValue:()=>false}];yl.converters.MessageEventInit=yl.dictionaryConverter([...n_,{key:"data",converter:yl.converters.any,defaultValue:()=>null},{key:"origin",converter:yl.converters.USVString,defaultValue:()=>""},{key:"lastEventId",converter:yl.converters.DOMString,defaultValue:()=>""},{key:"source",converter:yl.nullableConverter(yl.converters.MessagePort),defaultValue:()=>null},{key:"ports",converter:yl.converters["sequence"],defaultValue:()=>new Array(0)}]);yl.converters.CloseEventInit=yl.dictionaryConverter([...n_,{key:"wasClean",converter:yl.converters.boolean,defaultValue:()=>false},{key:"code",converter:yl.converters["unsigned short"],defaultValue:()=>0},{key:"reason",converter:yl.converters.USVString,defaultValue:()=>""}]);yl.converters.ErrorEventInit=yl.dictionaryConverter([...n_,{key:"message",converter:yl.converters.DOMString,defaultValue:()=>""},{key:"filename",converter:yl.converters.USVString,defaultValue:()=>""},{key:"lineno",converter:yl.converters["unsigned long"],defaultValue:()=>0},{key:"colno",converter:yl.converters["unsigned long"],defaultValue:()=>0},{key:"error",converter:yl.converters.any}]);La.exports={MessageEvent:MessageEvent,CloseEvent:CloseEvent,ErrorEvent:ErrorEvent,createFastMessageEvent:af}},3264:(La,hl,fl)=>{"use strict";const{maxUnsigned16Bit:yl}=fl(20736);const Pl=16386;let Ul;let Gd=null;let af=Pl;try{Ul=fl(77598)}catch{Ul={randomFillSync:function randomFillSync(La,hl,fl){for(let hl=0;hlyl){Gd+=8;Ul=127}else if(Pl>125){Gd+=2;Ul=126}const af=Buffer.allocUnsafe(Pl+Gd);af[0]=af[1]=0;af[0]|=128;af[0]=(af[0]&240)+La; +/*! ws. MIT License. Einar Otto Stangvik */af[Gd-4]=fl[0];af[Gd-3]=fl[1];af[Gd-2]=fl[2];af[Gd-1]=fl[3];af[1]=Ul;if(Ul===126){af.writeUInt16BE(Pl,2)}else if(Ul===127){af[2]=af[3]=0;af.writeUIntBE(Pl,4,6)}af[1]|=128;for(let La=0;La{"use strict";const{createInflateRaw:yl,Z_DEFAULT_WINDOWBITS:Pl}=fl(38522);const{isValidClientWindowBits:Ul}=fl(98625);const{MessageSizeExceededError:Gd}=fl(68707);const af=Buffer.from([0,0,255,255]);const n_=Symbol("kBuffer");const i_=Symbol("kLength");class PerMessageDeflate{#Y;#h={};#K=0;constructor(La,hl){this.#h.serverNoContextTakeover=La.has("server_no_context_takeover");this.#h.serverMaxWindowBits=La.get("server_max_window_bits");this.#K=hl.maxPayloadSize}decompress(La,hl,fl){if(!this.#Y){let La=Pl;if(this.#h.serverMaxWindowBits){if(!Ul(this.#h.serverMaxWindowBits)){fl(new Error("Invalid server_max_window_bits"));return}La=Number.parseInt(this.#h.serverMaxWindowBits)}try{this.#Y=yl({windowBits:La})}catch(La){fl(La);return}this.#Y[n_]=[];this.#Y[i_]=0;this.#Y.on("data",La=>{this.#Y[i_]+=La.length;if(this.#K>0&&this.#Y[i_]>this.#K){fl(new Gd);this.#Y.removeAllListeners();this.#Y=null;return}this.#Y[n_].push(La)});this.#Y.on("error",La=>{this.#Y=null;fl(La)})}this.#Y.write(La);if(hl){this.#Y.write(af)}this.#Y.flush(()=>{if(!this.#Y){return}const La=Buffer.concat(this.#Y[n_],this.#Y[i_]);this.#Y[n_].length=0;this.#Y[i_]=0;fl(null,La)})}}La.exports={PerMessageDeflate:PerMessageDeflate}},81652:(La,hl,fl)=>{"use strict";const{Writable:yl}=fl(57075);const Pl=fl(34589);const{parserStates:Ul,opcodes:Gd,states:af,emptyBuffer:n_,sentCloseFrameState:i_}=fl(20736);const{kReadyState:p_,kSentClose:w_,kResponse:D_,kReceivedClose:I_}=fl(61216);const{channels:N_}=fl(42414);const{isValidStatusCode:_m,isValidOpcode:pg,failWebsocketConnection:mg,websocketMessageReceived:gg,utf8Decode:eA,isControlFrame:tA,isTextBinaryFrame:rA,isContinuationFrame:nA}=fl(98625);const{WebsocketFrameSend:iA}=fl(3264);const{closeWebSocketConnection:sA}=fl(86897);const{PerMessageDeflate:aA}=fl(19469);const{MessageSizeExceededError:oA}=fl(68707);function failWebsocketConnectionWithCode(La,hl,fl){sA(La,hl,fl,Buffer.byteLength(fl));mg(La,fl)}class ByteParser extends yl{#X=[];#Z=0;#ee=0;#te=false;#b=Ul.INFO;#re={};#ne=[];#ie;#se;#K;constructor(La,hl,fl={}){super();this.ws=La;this.#ie=hl==null?new Map:hl;this.#se=fl.maxFragments??0;this.#K=fl.maxPayloadSize??0;if(this.#ie.has("permessage-deflate")){this.#ie.set("permessage-deflate",new aA(hl,fl))}}_write(La,hl,fl){this.#X.push(La);this.#ee+=La.length;this.#te=true;this.run(fl)}#ae(){if(this.#K>0&&!tA(this.#re.opcode)&&this.#re.payloadLength+this.#Z>this.#K){failWebsocketConnectionWithCode(this.ws,1009,"Payload size exceeds maximum allowed size");return false}return true}run(La){while(this.#te){if(this.#b===Ul.INFO){if(this.#ee<2){return La()}const hl=this.consume(2);const fl=(hl[0]&128)!==0;const yl=hl[0]&15;const Pl=(hl[1]&128)===128;const af=!fl&&yl!==Gd.CONTINUATION;const n_=hl[1]&127;const i_=hl[0]&64;const p_=hl[0]&32;const w_=hl[0]&16;if(!pg(yl)){mg(this.ws,"Invalid opcode received");return La()}if(Pl){mg(this.ws,"Frame cannot be masked");return La()}if(i_!==0&&!this.#ie.has("permessage-deflate")){mg(this.ws,"Expected RSV1 to be clear.");return}if(p_!==0||w_!==0){mg(this.ws,"RSV1, RSV2, RSV3 must be clear");return}if(af&&!rA(yl)){mg(this.ws,"Invalid frame type was fragmented.");return}if(rA(yl)&&this.#ne.length>0){mg(this.ws,"Expected continuation frame");return}if(this.#re.fragmented&&af){mg(this.ws,"Fragmented frame exceeded 125 bytes.");return}if((n_>125||af)&&tA(yl)){mg(this.ws,"Control frame either too large or fragmented");return}if(nA(yl)&&this.#ne.length===0&&!this.#re.compressed){mg(this.ws,"Unexpected continuation frame");return}if(n_<=125){this.#re.payloadLength=n_;this.#b=Ul.READ_DATA;if(!this.#ae()){return}}else if(n_===126){this.#b=Ul.PAYLOADLENGTH_16}else if(n_===127){this.#b=Ul.PAYLOADLENGTH_64}if(rA(yl)){this.#re.binaryType=yl;this.#re.compressed=i_!==0}this.#re.opcode=yl;this.#re.masked=Pl;this.#re.fin=fl;this.#re.fragmented=af}else if(this.#b===Ul.PAYLOADLENGTH_16){if(this.#ee<2){return La()}const hl=this.consume(2);this.#re.payloadLength=hl.readUInt16BE(0);this.#b=Ul.READ_DATA;if(!this.#ae()){return}}else if(this.#b===Ul.PAYLOADLENGTH_64){if(this.#ee<8){return La()}const hl=this.consume(8);const fl=hl.readUInt32BE(0);const yl=hl.readUInt32BE(4);if(fl!==0||yl>2**31-1){mg(this.ws,"Received payload length > 2^31 bytes.");return}this.#re.payloadLength=yl;this.#b=Ul.READ_DATA;if(!this.#ae()){return}}else if(this.#b===Ul.READ_DATA){if(this.#ee0&&this.#Z>this.#K){failWebsocketConnectionWithCode(this.ws,1009,(new oA).message);return}if(!this.#re.fragmented&&this.#re.fin){gg(this.ws,this.#re.binaryType,this.consumeFragments())}this.#b=Ul.INFO}else{this.#ie.get("permessage-deflate").decompress(hl,this.#re.fin,(hl,fl)=>{if(hl){const La=hl instanceof oA?1009:1007;failWebsocketConnectionWithCode(this.ws,La,hl.message);return}if(!this.writeFragments(fl)){return}if(this.#K>0&&this.#Z>this.#K){failWebsocketConnectionWithCode(this.ws,1009,(new oA).message);return}if(!this.#re.fin){this.#b=Ul.INFO;this.#te=true;this.run(La);return}gg(this.ws,this.#re.binaryType,this.consumeFragments());this.#te=true;this.#b=Ul.INFO;this.run(La)});this.#te=false;break}}}}}consume(La){if(La>this.#ee){throw new Error("Called consume() before buffers satiated.")}else if(La===0){return n_}if(this.#X[0].length===La){this.#ee-=this.#X[0].length;return this.#X.shift()}const hl=Buffer.allocUnsafe(La);let fl=0;while(fl!==La){const yl=this.#X[0];const{length:Pl}=yl;if(Pl+fl===La){hl.set(this.#X.shift(),fl);break}else if(Pl+fl>La){hl.set(yl.subarray(0,La-fl),fl);this.#X[0]=yl.subarray(La-fl);break}else{hl.set(this.#X.shift(),fl);fl+=yl.length}}this.#ee-=La;return hl}writeFragments(La){if(this.#se>0&&this.#ne.length===this.#se){failWebsocketConnectionWithCode(this.ws,1008,"Too many message fragments");return false}this.#Z+=La.length;this.#ne.push(La);return true}consumeFragments(){const La=this.#ne;if(La.length===1){this.#Z=0;return La.shift()}const hl=Buffer.concat(La,this.#Z);this.#ne=[];this.#Z=0;return hl}parseCloseBody(La){Pl(La.length!==1);let hl;if(La.length>=2){hl=La.readUInt16BE(0)}if(hl!==undefined&&!_m(hl)){return{code:1002,reason:"Invalid status code",error:true}}let fl=La.subarray(2);if(fl[0]===239&&fl[1]===187&&fl[2]===191){fl=fl.subarray(3)}try{fl=eA(fl)}catch{return{code:1007,reason:"Invalid UTF-8",error:true}}return{code:hl,reason:fl,error:false}}parseControlFrame(La){const{opcode:hl,payloadLength:fl}=this.#re;if(hl===Gd.CLOSE){if(fl===1){mg(this.ws,"Received close frame with a 1-byte body.");return false}this.#re.closeInfo=this.parseCloseBody(La);if(this.#re.closeInfo.error){const{code:La,reason:hl}=this.#re.closeInfo;sA(this.ws,La,hl,hl.length);mg(this.ws,hl);return false}if(this.ws[w_]!==i_.SENT){let La=n_;if(this.#re.closeInfo.code){La=Buffer.allocUnsafe(2);La.writeUInt16BE(this.#re.closeInfo.code,0)}const hl=new iA(La);this.ws[D_].socket.write(hl.createFrame(Gd.CLOSE),La=>{if(!La){this.ws[w_]=i_.SENT}})}this.ws[p_]=af.CLOSING;this.ws[I_]=true;return false}else if(hl===Gd.PING){if(!this.ws[I_]){const hl=new iA(La);this.ws[D_].socket.write(hl.createFrame(Gd.PONG));if(N_.ping.hasSubscribers){N_.ping.publish({payload:La})}}}else if(hl===Gd.PONG){if(N_.pong.hasSubscribers){N_.pong.publish({payload:La})}}return true}get closingInfo(){return this.#re.closeInfo}}La.exports={ByteParser:ByteParser}},13900:(La,hl,fl)=>{"use strict";const{WebsocketFrameSend:yl}=fl(3264);const{opcodes:Pl,sendHints:Ul}=fl(20736);const Gd=fl(64660);const af=Buffer[Symbol.species];class SendQueue{#oe=new Gd;#le=false;#ce;constructor(La){this.#ce=La}add(La,hl,fl){if(fl!==Ul.blob){const yl=createFrame(La,fl);if(!this.#le){this.#ce.write(yl,hl)}else{const La={promise:null,callback:hl,frame:yl};this.#oe.push(La)}return}const yl={promise:La.arrayBuffer().then(La=>{yl.promise=null;yl.frame=createFrame(La,fl)}),callback:hl,frame:null};this.#oe.push(yl);if(!this.#le){this.#ue()}}async#ue(){this.#le=true;const La=this.#oe;while(!La.isEmpty()){const hl=La.shift();if(hl.promise!==null){await hl.promise}this.#ce.write(hl.frame,hl.callback);hl.callback=hl.frame=null}this.#le=false}}function createFrame(La,hl){return new yl(toBuffer(La,hl)).createFrame(hl===Ul.string?Pl.TEXT:Pl.BINARY)}function toBuffer(La,hl){switch(hl){case Ul.string:return Buffer.from(La);case Ul.arrayBuffer:case Ul.blob:return new af(La);case Ul.typedArray:return new af(La.buffer,La.byteOffset,La.byteLength)}}La.exports={SendQueue:SendQueue}},61216:La=>{"use strict";La.exports={kWebSocketURL:Symbol("url"),kReadyState:Symbol("ready state"),kController:Symbol("controller"),kResponse:Symbol("response"),kBinaryType:Symbol("binary type"),kSentClose:Symbol("sent close"),kReceivedClose:Symbol("received close"),kByteParser:Symbol("byte parser")}},98625:(La,hl,fl)=>{"use strict";const{kReadyState:yl,kController:Pl,kResponse:Ul,kBinaryType:Gd,kWebSocketURL:af}=fl(61216);const{states:n_,opcodes:i_}=fl(20736);const{ErrorEvent:p_,createFastMessageEvent:w_}=fl(15188);const{isUtf8:D_}=fl(4573);const{collectASequenceOfCodePointsFast:I_,removeHTTPWhitespace:N_}=fl(51900);function isConnecting(La){return La[yl]===n_.CONNECTING}function isEstablished(La){return La[yl]===n_.OPEN}function isClosing(La){return La[yl]===n_.CLOSING}function isClosed(La){return La[yl]===n_.CLOSED}function fireEvent(La,hl,fl=(La,hl)=>new Event(La,hl),yl={}){const Pl=fl(La,yl);hl.dispatchEvent(Pl)}function websocketMessageReceived(La,hl,fl){if(La[yl]!==n_.OPEN){return}let Pl;if(hl===i_.TEXT){try{Pl=mg(fl)}catch{failWebsocketConnection(La,"Received invalid UTF-8 in text frame.");return}}else if(hl===i_.BINARY){if(La[Gd]==="blob"){Pl=new Blob([fl])}else{Pl=toArrayBuffer(fl)}}fireEvent("message",La,w_,{origin:La[af].origin,data:Pl})}function toArrayBuffer(La){if(La.byteLength===La.buffer.byteLength){return La.buffer}return La.buffer.slice(La.byteOffset,La.byteOffset+La.byteLength)}function isValidSubprotocol(La){if(La.length===0){return false}for(let hl=0;hl126||fl===34||fl===40||fl===41||fl===44||fl===47||fl===58||fl===59||fl===60||fl===61||fl===62||fl===63||fl===64||fl===91||fl===92||fl===93||fl===123||fl===125){return false}}return true}function isValidStatusCode(La){if(La>=1e3&&La<1015){return La!==1004&&La!==1005&&La!==1006}return La>=3e3&&La<=4999}function failWebsocketConnection(La,hl){const{[Pl]:fl,[Ul]:yl}=La;fl.abort();if(yl?.socket&&!yl.socket.destroyed){yl.socket.destroy()}if(hl){fireEvent("error",La,(La,hl)=>new p_(La,hl),{error:new Error(hl),message:hl})}}function isControlFrame(La){return La===i_.CLOSE||La===i_.PING||La===i_.PONG}function isContinuationFrame(La){return La===i_.CONTINUATION}function isTextBinaryFrame(La){return La===i_.TEXT||La===i_.BINARY}function isValidOpcode(La){return isTextBinaryFrame(La)||isContinuationFrame(La)||isControlFrame(La)}function parseExtensions(La){const hl={position:0};const fl=new Map;while(hl.position57){return false}}const hl=Number.parseInt(La,10);return hl>=8&&hl<=15}const _m=typeof process.versions.icu==="string";const pg=_m?new TextDecoder("utf-8",{fatal:true}):undefined;const mg=_m?pg.decode.bind(pg):function(La){if(D_(La)){return La.toString("utf-8")}throw new TypeError("Invalid utf-8 received.")};La.exports={isConnecting:isConnecting,isEstablished:isEstablished,isClosing:isClosing,isClosed:isClosed,fireEvent:fireEvent,isValidSubprotocol:isValidSubprotocol,isValidStatusCode:isValidStatusCode,failWebsocketConnection:failWebsocketConnection,websocketMessageReceived:websocketMessageReceived,utf8Decode:mg,isControlFrame:isControlFrame,isContinuationFrame:isContinuationFrame,isTextBinaryFrame:isTextBinaryFrame,isValidOpcode:isValidOpcode,parseExtensions:parseExtensions,isValidClientWindowBits:isValidClientWindowBits}},13726:(La,hl,fl)=>{"use strict";const{webidl:yl}=fl(45893);const{URLSerializer:Pl}=fl(51900);const{environmentSettingsObject:Ul}=fl(73168);const{staticPropertyDescriptors:Gd,states:af,sentCloseFrameState:n_,sendHints:i_}=fl(20736);const{kWebSocketURL:p_,kReadyState:w_,kController:D_,kBinaryType:I_,kResponse:N_,kSentClose:_m,kByteParser:pg}=fl(61216);const{isConnecting:mg,isEstablished:gg,isClosing:eA,isValidSubprotocol:tA,fireEvent:rA}=fl(98625);const{establishWebSocketConnection:nA,closeWebSocketConnection:iA}=fl(86897);const{ByteParser:sA}=fl(81652);const{kEnumerableProperty:aA,isBlobLike:oA}=fl(3440);const{getGlobalDispatcher:lA}=fl(32581);const{types:cA}=fl(57975);const{ErrorEvent:uA,CloseEvent:pA}=fl(15188);const{SendQueue:dA}=fl(13900);class WebSocket extends EventTarget{#N={open:null,error:null,close:null,message:null};#pe=0;#de="";#ie="";#he;constructor(La,hl=[]){super();yl.util.markAsUncloneable(this);const fl="WebSocket constructor";yl.argumentLengthCheck(arguments,1,fl);const Pl=yl.converters["DOMString or sequence or WebSocketInit"](hl,fl,"options");La=yl.converters.USVString(La,fl,"url");hl=Pl.protocols;const Gd=Ul.settingsObject.baseUrl;let af;try{af=new URL(La,Gd)}catch(La){throw new DOMException(La,"SyntaxError")}if(af.protocol==="http:"){af.protocol="ws:"}else if(af.protocol==="https:"){af.protocol="wss:"}if(af.protocol!=="ws:"&&af.protocol!=="wss:"){throw new DOMException(`Expected a ws: or wss: protocol, got ${af.protocol}`,"SyntaxError")}if(af.hash||af.href.endsWith("#")){throw new DOMException("Got fragment","SyntaxError")}if(typeof hl==="string"){hl=[hl]}if(hl.length!==new Set(hl.map(La=>La.toLowerCase())).size){throw new DOMException("Invalid Sec-WebSocket-Protocol value","SyntaxError")}if(hl.length>0&&!hl.every(La=>tA(La))){throw new DOMException("Invalid Sec-WebSocket-Protocol value","SyntaxError")}this[p_]=new URL(af.href);const i_=Ul.settingsObject;this[D_]=nA(af,hl,i_,this,(La,hl)=>this.#fe(La,hl),Pl);this[w_]=WebSocket.CONNECTING;this[_m]=n_.NOT_SENT;this[I_]="blob"}close(La=undefined,hl=undefined){yl.brandCheck(this,WebSocket);const fl="WebSocket.close";if(La!==undefined){La=yl.converters["unsigned short"](La,fl,"code",{clamp:true})}if(hl!==undefined){hl=yl.converters.USVString(hl,fl,"reason")}if(La!==undefined){if(La!==1e3&&(La<3e3||La>4999)){throw new DOMException("invalid code","InvalidAccessError")}}let Pl=0;if(hl!==undefined){Pl=Buffer.byteLength(hl);if(Pl>123){throw new DOMException(`Reason must be less than 123 bytes; received ${Pl}`,"SyntaxError")}}iA(this,La,hl,Pl)}send(La){yl.brandCheck(this,WebSocket);const hl="WebSocket.send";yl.argumentLengthCheck(arguments,1,hl);La=yl.converters.WebSocketSendData(La,hl,"data");if(mg(this)){throw new DOMException("Sent before connected.","InvalidStateError")}if(!gg(this)||eA(this)){return}if(typeof La==="string"){const hl=Buffer.byteLength(La);this.#pe+=hl;this.#he.add(La,()=>{this.#pe-=hl},i_.string)}else if(cA.isArrayBuffer(La)){this.#pe+=La.byteLength;this.#he.add(La,()=>{this.#pe-=La.byteLength},i_.arrayBuffer)}else if(ArrayBuffer.isView(La)){this.#pe+=La.byteLength;this.#he.add(La,()=>{this.#pe-=La.byteLength},i_.typedArray)}else if(oA(La)){this.#pe+=La.size;this.#he.add(La,()=>{this.#pe-=La.size},i_.blob)}}get readyState(){yl.brandCheck(this,WebSocket);return this[w_]}get bufferedAmount(){yl.brandCheck(this,WebSocket);return this.#pe}get url(){yl.brandCheck(this,WebSocket);return Pl(this[p_])}get extensions(){yl.brandCheck(this,WebSocket);return this.#ie}get protocol(){yl.brandCheck(this,WebSocket);return this.#de}get onopen(){yl.brandCheck(this,WebSocket);return this.#N.open}set onopen(La){yl.brandCheck(this,WebSocket);if(this.#N.open){this.removeEventListener("open",this.#N.open)}if(typeof La==="function"){this.#N.open=La;this.addEventListener("open",La)}else{this.#N.open=null}}get onerror(){yl.brandCheck(this,WebSocket);return this.#N.error}set onerror(La){yl.brandCheck(this,WebSocket);if(this.#N.error){this.removeEventListener("error",this.#N.error)}if(typeof La==="function"){this.#N.error=La;this.addEventListener("error",La)}else{this.#N.error=null}}get onclose(){yl.brandCheck(this,WebSocket);return this.#N.close}set onclose(La){yl.brandCheck(this,WebSocket);if(this.#N.close){this.removeEventListener("close",this.#N.close)}if(typeof La==="function"){this.#N.close=La;this.addEventListener("close",La)}else{this.#N.close=null}}get onmessage(){yl.brandCheck(this,WebSocket);return this.#N.message}set onmessage(La){yl.brandCheck(this,WebSocket);if(this.#N.message){this.removeEventListener("message",this.#N.message)}if(typeof La==="function"){this.#N.message=La;this.addEventListener("message",La)}else{this.#N.message=null}}get binaryType(){yl.brandCheck(this,WebSocket);return this[I_]}set binaryType(La){yl.brandCheck(this,WebSocket);if(La!=="blob"&&La!=="arraybuffer"){this[I_]="blob"}else{this[I_]=La}}#fe(La,hl){this[N_]=La;const fl=this[D_]?.dispatcher?.webSocketOptions;const yl=fl?.maxFragments;const Pl=fl?.maxPayloadSize;const Ul=new sA(this,hl,{maxFragments:yl,maxPayloadSize:Pl});Ul.on("drain",onParserDrain);Ul.on("error",onParserError.bind(this));La.socket.ws=this;this[pg]=Ul;this.#he=new dA(La.socket);this[w_]=af.OPEN;const Gd=La.headersList.get("sec-websocket-extensions");if(Gd!==null){this.#ie=Gd}const n_=La.headersList.get("sec-websocket-protocol");if(n_!==null){this.#de=n_}rA("open",this)}}WebSocket.CONNECTING=WebSocket.prototype.CONNECTING=af.CONNECTING;WebSocket.OPEN=WebSocket.prototype.OPEN=af.OPEN;WebSocket.CLOSING=WebSocket.prototype.CLOSING=af.CLOSING;WebSocket.CLOSED=WebSocket.prototype.CLOSED=af.CLOSED;Object.defineProperties(WebSocket.prototype,{CONNECTING:Gd,OPEN:Gd,CLOSING:Gd,CLOSED:Gd,url:aA,readyState:aA,bufferedAmount:aA,onopen:aA,onerror:aA,onclose:aA,close:aA,onmessage:aA,binaryType:aA,send:aA,extensions:aA,protocol:aA,[Symbol.toStringTag]:{value:"WebSocket",writable:false,enumerable:false,configurable:true}});Object.defineProperties(WebSocket,{CONNECTING:Gd,OPEN:Gd,CLOSING:Gd,CLOSED:Gd});yl.converters["sequence"]=yl.sequenceConverter(yl.converters.DOMString);yl.converters["DOMString or sequence"]=function(La,hl,fl){if(yl.util.Type(La)==="Object"&&Symbol.iterator in La){return yl.converters["sequence"](La)}return yl.converters.DOMString(La,hl,fl)};yl.converters.WebSocketInit=yl.dictionaryConverter([{key:"protocols",converter:yl.converters["DOMString or sequence"],defaultValue:()=>new Array(0)},{key:"dispatcher",converter:yl.converters.any,defaultValue:()=>lA()},{key:"headers",converter:yl.nullableConverter(yl.converters.HeadersInit)}]);yl.converters["DOMString or sequence or WebSocketInit"]=function(La){if(yl.util.Type(La)==="Object"&&!(Symbol.iterator in La)){return yl.converters.WebSocketInit(La)}return{protocols:yl.converters["DOMString or sequence"](La)}};yl.converters.WebSocketSendData=function(La){if(yl.util.Type(La)==="Object"){if(oA(La)){return yl.converters.Blob(La,{strict:false})}if(ArrayBuffer.isView(La)||cA.isArrayBuffer(La)){return yl.converters.BufferSource(La)}}return yl.converters.USVString(La)};function onParserDrain(){this.ws[N_].socket.resume()}function onParserError(La){let hl;let fl;if(La instanceof pA){hl=La.reason;fl=La.code}else{hl=La.message}rA("error",this,()=>new uA("error",{error:La,message:hl}));iA(this,fl)}La.exports={WebSocket:WebSocket}},33843:(La,hl)=>{"use strict";Object.defineProperty(hl,"__esModule",{value:true});function getUserAgent(){if(typeof navigator==="object"&&"userAgent"in navigator){return navigator.userAgent}if(typeof process==="object"&&process.version!==undefined){return`Node.js/${process.version.substr(1)} (${process.platform}; ${process.arch})`}return""}hl.getUserAgent=getUserAgent},58264:La=>{La.exports=wrappy;function wrappy(La,hl){if(La&&hl)return wrappy(La)(hl);if(typeof La!=="function")throw new TypeError("need wrapper function");Object.keys(La).forEach(function(hl){wrapper[hl]=La[hl]});return wrapper;function wrapper(){var hl=new Array(arguments.length);for(var fl=0;fl{"use strict";Object.defineProperty(hl,"__esModule",{value:true});var fl=typeof Symbol==="function"&&typeof Symbol.iterator==="symbol"?function(La){return typeof La}:function(La){return La&&typeof Symbol==="function"&&La.constructor===Symbol?"symbol":typeof La};function isLower(La){return La>=97&&La<=122}function isUpper(La){return La>=65&&La<=90}function isDigit(La){return La>=48&&La<=57}function toUpper(La){return La-32}function toUpperSafe(La){if(isLower(La)){return La-32}return La}function toLower(La){return La+32}function camelize$1(La,hl){var fl=La.charCodeAt(0);if(isDigit(fl)||isUpper(fl)||fl==hl){return La}var yl=[];var Pl=false;if(isUpper(fl)){Pl=true;yl.push(toLower(fl))}else{yl.push(fl)}var Ul=La.length;for(var Gd=1;Gd0){Ul.push(hl)}Ul.push(toLower(af));Pl=true}else{Ul.push(af)}}return Pl?String.fromCharCode.apply(undefined,Ul):La}function shouldProcessValue(La){return La&&(typeof La==="undefined"?"undefined":fl(La))=="object"&&!(La instanceof Date)&&!(La instanceof Function)}function processKeys(La,hl,fl){var yl=void 0;if(La instanceof Array){yl=[]}else{if(typeof La.prototype!=="undefined"){return La}yl={}}for(var Pl in La){var Ul=La[Pl];if(typeof Pl==="string")Pl=hl(Pl,fl&&fl.separator);if(shouldProcessValue(Ul)){yl[Pl]=processKeys(Ul,hl,fl)}else{yl[Pl]=Ul}}return yl}function processKeysInPlace(La,hl,fl){var yl=Object.keys(La);for(var Pl=0;Pl{module.exports=eval("require")("chokidar")},65407:(La,hl,fl)=>{var yl={"./BurstyRateLimiter":[85860],"./BurstyRateLimiter.js":[85860],"./ExpressBruteFlexible":[83966,966],"./ExpressBruteFlexible.js":[83966,966],"./RLWrapperBlackAndWhite":[87383],"./RLWrapperBlackAndWhite.js":[87383],"./RLWrapperTimeouts":[24016],"./RLWrapperTimeouts.js":[24016],"./RateLimiterAbstract":[88569],"./RateLimiterAbstract.js":[88569],"./RateLimiterCluster":[10565],"./RateLimiterCluster.js":[10565],"./RateLimiterDrizzle":[50673],"./RateLimiterDrizzle.js":[50673],"./RateLimiterDrizzleNonAtomic":[75347],"./RateLimiterDrizzleNonAtomic.js":[75347],"./RateLimiterDynamo":[82309],"./RateLimiterDynamo.js":[82309],"./RateLimiterEtcd":[36481],"./RateLimiterEtcd.js":[36481],"./RateLimiterEtcdNonAtomic":[15299],"./RateLimiterEtcdNonAtomic.js":[15299],"./RateLimiterInsuredAbstract":[33847],"./RateLimiterInsuredAbstract.js":[33847],"./RateLimiterMemcache":[73250],"./RateLimiterMemcache.js":[73250],"./RateLimiterMemory":[24544],"./RateLimiterMemory.js":[24544],"./RateLimiterMongo":[28439],"./RateLimiterMongo.js":[28439],"./RateLimiterMySQL":[67793],"./RateLimiterMySQL.js":[67793],"./RateLimiterPostgres":[3740],"./RateLimiterPostgres.js":[3740],"./RateLimiterPrisma":[16323],"./RateLimiterPrisma.js":[16323],"./RateLimiterQueue":[52860],"./RateLimiterQueue.js":[52860],"./RateLimiterRedis":[54336],"./RateLimiterRedis.js":[54336],"./RateLimiterRes":[80449],"./RateLimiterRes.js":[80449],"./RateLimiterSQLite":[73283],"./RateLimiterSQLite.js":[73283],"./RateLimiterStoreAbstract":[65140],"./RateLimiterStoreAbstract.js":[65140],"./RateLimiterUnion":[10244],"./RateLimiterUnion.js":[10244],"./RateLimiterValkey":[32193],"./RateLimiterValkey.js":[32193],"./RateLimiterValkeyGlide":[53756],"./RateLimiterValkeyGlide.js":[53756],"./component/BlockedKeys":[38830],"./component/BlockedKeys/":[38830],"./component/BlockedKeys/BlockedKeys":[85202],"./component/BlockedKeys/BlockedKeys.js":[85202],"./component/BlockedKeys/index":[38830],"./component/BlockedKeys/index.js":[38830],"./component/MemoryStorage":[28178,178],"./component/MemoryStorage/":[28178,178],"./component/MemoryStorage/MemoryStorage":[81534],"./component/MemoryStorage/MemoryStorage.js":[81534],"./component/MemoryStorage/Record":[60749],"./component/MemoryStorage/Record.js":[60749],"./component/MemoryStorage/index":[28178,178],"./component/MemoryStorage/index.js":[28178,178],"./component/RateLimiterEtcdTransactionFailedError":[43184],"./component/RateLimiterEtcdTransactionFailedError.js":[43184],"./component/RateLimiterQueueError":[27948],"./component/RateLimiterQueueError.js":[27948],"./component/RateLimiterSetupError":[72922],"./component/RateLimiterSetupError.js":[72922],"./constants":[13880,880],"./constants.js":[13880,880]};function webpackAsyncContext(La){if(!fl.o(yl,La)){return Promise.resolve().then(()=>{var hl=new Error("Cannot find module '"+La+"'");hl.code="MODULE_NOT_FOUND";throw hl})}var hl=yl[La],Pl=hl[0];return Promise.all(hl.slice(1).map(fl.e)).then(()=>fl.t(Pl,7|16))}webpackAsyncContext.keys=()=>Object.keys(yl);webpackAsyncContext.id=65407;La.exports=webpackAsyncContext},42613:La=>{"use strict";La.exports=require("assert")},20181:La=>{"use strict";La.exports=require("buffer")},35317:La=>{"use strict";La.exports=require("child_process")},29907:La=>{"use strict";La.exports=require("cluster")},76982:La=>{"use strict";La.exports=require("crypto")},73167:La=>{"use strict";La.exports=require("domain")},24434:La=>{"use strict";La.exports=require("events")},79896:La=>{"use strict";La.exports=require("fs")},58611:La=>{"use strict";La.exports=require("http")},85675:La=>{"use strict";La.exports=require("http2")},65692:La=>{"use strict";La.exports=require("https")},23346:La=>{"use strict";La.exports=require("isolated-vm")},69278:La=>{"use strict";La.exports=require("net")},34589:La=>{"use strict";La.exports=require("node:assert")},16698:La=>{"use strict";La.exports=require("node:async_hooks")},4573:La=>{"use strict";La.exports=require("node:buffer")},37540:La=>{"use strict";La.exports=require("node:console")},77598:La=>{"use strict";La.exports=require("node:crypto")},53053:La=>{"use strict";La.exports=require("node:diagnostics_channel")},40610:La=>{"use strict";La.exports=require("node:dns")},78474:La=>{"use strict";La.exports=require("node:events")},37067:La=>{"use strict";La.exports=require("node:http")},32467:La=>{"use strict";La.exports=require("node:http2")},77030:La=>{"use strict";La.exports=require("node:net")},643:La=>{"use strict";La.exports=require("node:perf_hooks")},41792:La=>{"use strict";La.exports=require("node:querystring")},57075:La=>{"use strict";La.exports=require("node:stream")},41692:La=>{"use strict";La.exports=require("node:tls")},73136:La=>{"use strict";La.exports=require("node:url")},57975:La=>{"use strict";La.exports=require("node:util")},73429:La=>{"use strict";La.exports=require("node:util/types")},75919:La=>{"use strict";La.exports=require("node:worker_threads")},38522:La=>{"use strict";La.exports=require("node:zlib")},70857:La=>{"use strict";La.exports=require("os")},16928:La=>{"use strict";La.exports=require("path")},2203:La=>{"use strict";La.exports=require("stream")},13193:La=>{"use strict";La.exports=require("string_decoder")},53557:La=>{"use strict";La.exports=require("timers")},64756:La=>{"use strict";La.exports=require("tls")},52018:La=>{"use strict";La.exports=require("tty")},87016:La=>{"use strict";La.exports=require("url")},39023:La=>{"use strict";La.exports=require("util")},43106:La=>{"use strict";La.exports=require("zlib")},21173:La=>{(function(hl){function e(){var La=hl();return La.default||La}if(true)La.exports=e();else{var fl}})(function(){"use strict";var La=Object.defineProperty;var hl=Object.getOwnPropertyDescriptor;var fl=Object.getOwnPropertyNames;var yl=Object.prototype.hasOwnProperty;var $t=(hl,fl)=>{for(var yl in fl)La(hl,yl,{get:fl[yl],enumerable:!0})},ai=(Pl,Ul,Gd,af)=>{if(Ul&&typeof Ul=="object"||typeof Ul=="function")for(let n_ of fl(Ul))!yl.call(Pl,n_)&&n_!==Gd&&La(Pl,n_,{get:()=>Ul[n_],enumerable:!(af=hl(Ul,n_))||af.enumerable});return Pl};var ni=hl=>ai(La({},"__esModule",{value:!0}),hl);var Pl={};$t(Pl,{parsers:()=>TC});var Ul={};$t(Ul,{__babel_estree:()=>vC,__js_expression:()=>AC,__ts_expression:()=>yC,__vue_event_binding:()=>mC,__vue_expression:()=>AC,__vue_ts_event_binding:()=>gC,__vue_ts_expression:()=>yC,babel:()=>mC,"babel-flow":()=>bC,"babel-ts":()=>gC});var X=(La,hl)=>(fl,yl,...Pl)=>fl|1&&yl==null?void 0:(hl.call(yl)??yl[La]).apply(yl,Pl);var Gd=String.prototype.replaceAll??function(La,hl){return La.global?this.replace(La,hl):this.split(La).join(hl)},af=X("replaceAll",function(){if(typeof this=="string")return Gd}),n_=af;var i_=Object.hasOwn??Function.prototype.call.bind(Object.prototype.hasOwnProperty),p_=i_;var w_=class{constructor(La,hl,fl){this.line=void 0,this.column=void 0,fl!==void 0&&(this.index=void 0),this.line=La,this.column=hl,fl!==void 0&&(this.index=fl)}},D_=class{start;end;filename;identifierName;constructor(La,hl){this.start=La,this.end=hl}};function O(La,hl){let{line:fl,column:yl,index:Pl}=La;return new w_(fl,yl+hl,Pl+hl)}var I_="BABEL_PARSER_SOURCETYPE_MODULE_REQUIRED",N_={ImportMetaOutsideModule:{message:`import.meta may appear only with 'sourceType: "module"'`,code:I_},ImportOutsideModule:{message:`'import' and 'export' may appear only with 'sourceType: "module"'`,code:I_}},_m={ArrayPattern:"array destructuring pattern",AssignmentExpression:"assignment expression",AssignmentPattern:"assignment expression",ArrowFunctionExpression:"arrow function expression",ConditionalExpression:"conditional expression",CatchClause:"catch clause",ForOfStatement:"for-of statement",ForInStatement:"for-in statement",ForStatement:"for-loop",FormalParameters:"function parameter list",Identifier:"identifier",ImportSpecifier:"import specifier",ImportDefaultSpecifier:"import default specifier",ImportNamespaceSpecifier:"import namespace specifier",ObjectPattern:"object destructuring pattern",ParenthesizedExpression:"parenthesized expression",RestElement:"rest element",UpdateExpression:{true:"prefix operation",false:"postfix operation"},VariableDeclarator:"variable declaration",YieldExpression:"yield expression"},wt=La=>La.type==="UpdateExpression"?_m.UpdateExpression[`${La.prefix}`]:_m[La.type],pg={AccessorIsGenerator:({kind:La})=>`A ${La}ter cannot be a generator.`,ArgumentsInClass:"'arguments' is only allowed in functions and class methods.",AsyncFunctionInSingleStatementContext:"Async functions can only be declared at the top level or inside a block.",AwaitBindingIdentifier:"Can not use 'await' as identifier inside an async function.",AwaitBindingIdentifierInStaticBlock:"Can not use 'await' as identifier inside a static block.",AwaitExpressionFormalParameter:"'await' is not allowed in async function parameters.",AwaitUsingNotInAsyncContext:"'await using' is only allowed within async functions and at the top levels of modules.",AwaitNotInAsyncContext:"'await' is only allowed within async functions and at the top levels of modules.",BadGetterArity:"A 'get' accessor must not have any formal parameters.",BadSetterArity:"A 'set' accessor must have exactly one formal parameter.",BadSetterRestParameter:"A 'set' accessor function argument must not be a rest parameter.",ConstructorClassField:"Classes may not have a field named 'constructor'.",ConstructorClassPrivateField:"Classes may not have a private field named '#constructor'.",ConstructorIsAccessor:"Class constructor may not be an accessor.",ConstructorIsAsync:"Constructor can't be an async function.",ConstructorIsGenerator:"Constructor can't be a generator.",DeclarationMissingInitializer:({kind:La})=>`Missing initializer in ${La} declaration.`,DecoratorArgumentsOutsideParentheses:"Decorator arguments must be moved inside parentheses: use '@(decorator(args))' instead of '@(decorator)(args)'.",DecoratorsBeforeAfterExport:"Decorators can be placed *either* before or after the 'export' keyword, but not in both locations at the same time.",DecoratorConstructor:"Decorators can't be used with a constructor. Did you mean '@dec class { ... }'?",DecoratorSemicolon:"Decorators must not be followed by a semicolon.",DecoratorStaticBlock:"Decorators can't be used with a static block.",DeferImportRequiresNamespace:'Only `import defer * as x from "./module"` is valid.',DeletePrivateField:"Deleting a private field is not allowed.",DestructureNamedImport:"ES2015 named imports do not destructure. Use another statement for destructuring after the import.",DuplicateConstructor:"Duplicate constructor in the same class.",DuplicateDefaultExport:"Only one default export allowed per module.",DuplicateExport:({exportName:La})=>`\`${La}\` has already been exported. Exported identifiers must be unique.`,DuplicateProto:"Redefinition of __proto__ property.",DuplicateRegExpFlags:"Duplicate regular expression flag.",ElementAfterRest:"Rest element must be last element.",EscapedCharNotAnIdentifier:"Invalid Unicode escape.",ExportBindingIsString:({localName:La,exportName:hl})=>`A string literal cannot be used as an exported binding without \`from\`.\n- Did you mean \`export { '${La}' as '${hl}' } from 'some-module'\`?`,ExportDefaultFromAsIdentifier:"'from' is not allowed as an identifier after 'export default'.",ForInOfLoopInitializer:({type:La})=>`'${La==="ForInStatement"?"for-in":"for-of"}' loop variable declaration may not have an initializer.`,ForInUsing:"For-in loop may not start with 'using' declaration.",ForOfAsync:"The left-hand side of a for-of loop may not be 'async'.",ForOfLet:"The left-hand side of a for-of loop may not start with 'let'.",GeneratorInSingleStatementContext:"Generators can only be declared at the top level or inside a block.",IllegalBreakContinue:({type:La})=>`Unsyntactic ${La==="BreakStatement"?"break":"continue"}.`,IllegalLanguageModeDirective:"Illegal 'use strict' directive in function with non-simple parameter list.",IllegalReturn:"'return' outside of function.",ImportBindingIsString:({importName:La})=>`A string literal cannot be used as an imported binding.\n- Did you mean \`import { "${La}" as foo }\`?`,ImportCallArity:({phase:La})=>`\`import${La?`.${La}`:""}()\` requires exactly one or two arguments.`,ImportCallNotNewExpression:({phase:La})=>`Cannot use new with import${La?`.${La}`:""}().`,ImportCallSpreadArgument:({phase:La})=>`\`...\` is not allowed in \`import${La?`.${La}`:""}()\`.`,IncompatibleRegExpUVFlags:"The 'u' and 'v' regular expression flags cannot be enabled at the same time.",InvalidBigIntLiteral:"Invalid BigIntLiteral.",InvalidCodePoint:"Code point out of bounds.",InvalidCoverDiscardElement:"'void' must be followed by an expression when not used in a binding position.",InvalidCoverInitializedName:"Invalid shorthand property initializer.",InvalidDigit:({radix:La})=>`Expected number in radix ${La}.`,InvalidEscapeSequence:"Bad character escape sequence.",InvalidEscapeSequenceTemplate:"Invalid escape sequence in template.",InvalidEscapedReservedWord:({reservedWord:La})=>`Escape sequence in keyword ${La}.`,InvalidIdentifier:({identifierName:La})=>`Invalid identifier ${La}.`,InvalidLhs:({ancestor:La})=>`Invalid left-hand side in ${wt(La)}.`,InvalidLhsBinding:({ancestor:La})=>`Binding invalid left-hand side in ${wt(La)}.`,InvalidLhsOptionalChaining:({ancestor:La})=>`Invalid optional chaining in the left-hand side of ${wt(La)}.`,InvalidNumber:"Invalid number.",InvalidOrMissingExponent:"Floating-point numbers require a valid exponent after the 'e'.",InvalidOrUnexpectedToken:({unexpected:La})=>`Unexpected character '${La}'.`,InvalidParenthesizedAssignment:"Invalid parenthesized assignment pattern.",InvalidPrivateFieldResolution:({identifierName:La})=>`Private name #${La} is not defined.`,InvalidPropertyBindingPattern:"Binding member expression.",InvalidRestAssignmentPattern:"Invalid rest operator's argument.",LabelRedeclaration:({labelName:La})=>`Label '${La}' is already declared.`,LetInLexicalBinding:"'let' is disallowed as a lexically bound name.",LineTerminatorBeforeArrow:"No line break is allowed before '=>'.",MalformedRegExpFlags:"Invalid regular expression flag.",MissingClassName:"A class name is required.",MissingEqInAssignment:"Only '=' operator can be used for specifying default value.",MissingSemicolon:"Missing semicolon.",MissingPlugin:({missingPlugin:La})=>`This experimental syntax requires enabling the parser plugin: ${La.map(La=>JSON.stringify(La)).join(", ")}.`,MissingOneOfPlugins:({missingPlugin:La})=>`This experimental syntax requires enabling one of the following parser plugin(s): ${La.map(La=>JSON.stringify(La)).join(", ")}.`,MissingUnicodeEscape:"Expecting Unicode escape sequence \\uXXXX.",MixingCoalesceWithLogical:"Nullish coalescing operator(??) requires parens when mixing with logical operators.",ModuleAttributeInvalidValue:"Only string literals are allowed as module attribute values.",ModuleAttributesWithDuplicateKeys:({key:La})=>`Duplicate key "${La}" is not allowed in module attributes.`,ModuleExportNameHasLoneSurrogate:({surrogateCharCode:La})=>`An export name cannot include a lone surrogate, found '\\u${La.toString(16)}'.`,ModuleExportUndefined:({localName:La})=>`Export '${La}' is not defined.`,MultipleDefaultsInSwitch:"Multiple default clauses.",NewlineAfterThrow:"Illegal newline after throw.",NoCatchOrFinally:"Missing catch or finally clause.",NumberIdentifier:"Identifier directly after number.",NumericSeparatorInEscapeSequence:"Numeric separators are not allowed inside unicode escape sequences or hex escape sequences.",ObsoleteAwaitStar:"'await*' has been removed from the async functions proposal. Use Promise.all() instead.",OptionalChainingNoNew:"Constructors in/after an Optional Chain are not allowed.",OptionalChainingNoTemplate:"Tagged Template Literals are not allowed in optionalChain.",OverrideOnConstructor:"'override' modifier cannot appear on a constructor declaration.",ParamDupe:"Argument name clash.",PatternHasAccessor:"Object pattern can't contain getter or setter.",PatternHasMethod:"Object pattern can't contain methods.",PrivateInExpectedIn:({identifierName:La})=>`Private names are only allowed in property accesses (\`obj.#${La}\`) or in \`in\` expressions (\`#${La} in obj\`).`,PrivateNameRedeclaration:({identifierName:La})=>`Duplicate private name #${La}.`,RestTrailingComma:"Unexpected trailing comma after rest element.",SloppyFunction:"In non-strict mode code, functions can only be declared at top level or inside a block.",SloppyFunctionAnnexB:"In non-strict mode code, functions can only be declared at top level, inside a block, or as the body of an if statement.",SourcePhaseImportRequiresDefault:'Only `import source x from "./module"` is valid.',StaticPrototype:"Classes may not have static property named prototype.",SuperCallNotNewExpression:"Cannot use new with super(...).",SuperNotAllowed:"`super()` is only valid inside a class constructor of a subclass. Maybe a typo in the method name ('constructor') or not extending another class?",SuperPrivateField:"Private fields can't be accessed on super.",TrailingDecorator:"Decorators must be attached to a class element.",UnexpectedArgumentPlaceholder:"Unexpected argument placeholder.",UnexpectedDigitAfterHash:"Unexpected digit after hash token.",UnexpectedImportExport:"'import' and 'export' may only appear at the top level.",UnexpectedKeyword:({keyword:La})=>`Unexpected keyword '${La}'.`,UnexpectedLeadingDecorator:"Leading decorators must be attached to a class declaration.",UnexpectedLexicalDeclaration:"Lexical declaration cannot appear in a single-statement context.",UnexpectedNewTarget:"`new.target` can only be used in functions or class properties.",UnexpectedNumericSeparator:"A numeric separator is only allowed between two digits.",UnexpectedPrivateField:"Unexpected private name.",UnexpectedReservedWord:({reservedWord:La})=>`Unexpected reserved word '${La}'.`,UnexpectedSuper:"'super' is only allowed in object methods and classes.",UnexpectedToken:({expected:La,unexpected:hl})=>`Unexpected token${hl?` '${hl}'.`:""}${La?`, expected "${La}"`:""}`,UnexpectedTokenUnaryExponentiation:"Illegal expression. Wrap left hand side or entire exponentiation in parentheses.",UnexpectedUsingDeclaration:"Using declaration cannot appear in the top level when source type is `script` or in the bare case statement.",UnexpectedVoidPattern:"Unexpected void binding.",UnsupportedDecoratorExport:"A decorated export must export a class declaration.",UnsupportedDefaultExport:"Only expressions, functions or classes are allowed as the `default` export.",UnsupportedImport:"`import` can only be used in `import()` or `import.meta`.",UnsupportedMetaProperty:({target:La,onlyValidPropertyName:hl})=>`The only valid meta property for ${La} is ${La}.${hl}.`,UnsupportedParameterDecorator:"Decorators cannot be used to decorate parameters.",UnsupportedPropertyDecorator:"Decorators cannot be used to decorate object literal properties.",UnsupportedSuper:"'super' can only be used with function calls (i.e. super()) or in property accesses (i.e. super.prop or super[prop]).",UnterminatedComment:"Unterminated comment.",UnterminatedRegExp:"Unterminated regular expression.",UnterminatedString:"Unterminated string constant.",UnterminatedTemplate:"Unterminated template.",UsingDeclarationExport:"Using declaration cannot be exported.",UsingDeclarationHasBindingPattern:"Using declaration cannot have destructuring patterns.",VarRedeclaration:({identifierName:La})=>`Identifier '${La}' has already been declared.`,VoidPatternCatchClauseParam:"A void binding can not be the catch clause parameter. Use `try { ... } catch { ... }` if you want to discard the caught error.",VoidPatternInitializer:"A void binding may not have an initializer.",YieldBindingIdentifier:"Can not use 'yield' as identifier inside a generator.",YieldInParameter:"Yield expression is not allowed in formal parameters.",YieldNotInGeneratorFunction:"'yield' is only allowed within generator functions.",ZeroDigitNumericSeparator:"Numeric separator can not be used after leading 0."},mg={StrictDelete:"Deleting local variable in strict mode.",StrictEvalArguments:({referenceName:La})=>`Assigning to '${La}' in strict mode.`,StrictEvalArgumentsBinding:({bindingName:La})=>`Binding '${La}' in strict mode.`,StrictFunction:"In strict mode code, functions can only be declared at top level or inside a block.",StrictNumericEscape:"The only valid numeric escape in strict mode is '\\0'.",StrictOctalLiteral:"Legacy octal literals are not allowed in strict mode.",StrictWith:"'with' in strict mode."},gg={ParseExpressionEmptyInput:"Unexpected parseExpression() input: The input is empty or contains only comments.",ParseExpressionExpectsEOF:({unexpected:La})=>`Unexpected parseExpression() input: The input should contain exactly one expression, but the first expression is followed by the unexpected character \`${String.fromCodePoint(La)}\`.`},eA=new Set(["ArrowFunctionExpression","AssignmentExpression","ConditionalExpression","YieldExpression"]),tA={PipeTopicRequiresHackPipes:'Topic references are only supported when using the `"proposal": "hack"` version of the pipeline proposal.',PipeTopicUnbound:"Topic reference is unbound; it must be inside a pipe body.",PipeTopicUnconfiguredToken:({token:La})=>`Invalid topic token ${La}. In order to use ${La} as a topic reference, the pipelineOperator plugin must be configured with { "proposal": "hack", "topicToken": "${La}" }.`,PipeTopicUnused:"Hack-style pipe body does not contain a topic reference; Hack-style pipes must use topic at least once.",PipeUnparenthesizedBody:({type:La})=>`Hack-style pipe body cannot be an unparenthesized ${wt({type:La})}; please wrap it in parentheses.`,PipelineUnparenthesized:"Cannot mix binary operator with solo-await F#-style pipeline. Please wrap the pipeline in parentheses."},rA={UnsupportedBind:"Binding should be performed on object property.",UnsupportedBindRHS:"The right-hand side of binding can not be super or import."};function Ue(La,hl,fl){Object.defineProperty(La,hl,{enumerable:!1,configurable:!0,value:fl})}function xi({toMessage:La,code:hl,reasonCode:fl,syntaxPlugin:yl}){let Pl=fl==="MissingPlugin"||fl==="MissingOneOfPlugins";return function r(Ul,Gd,af){let n_=new SyntaxError;return n_.code=hl,n_.reasonCode=fl,n_.loc=Ul,n_.pos=Gd,n_.syntaxPlugin=yl,Pl&&(n_.missingPlugin=af.missingPlugin),Ue(n_,"clone",function(La={}){let{line:hl,column:fl,index:yl=Gd}=La.loc??Ul;return r(new w_(hl,fl),yl,{...af,...La.details})}),Ue(n_,"details",af),Object.defineProperty(n_,"message",{configurable:!0,get(){let hl=`${La(af)} (${Ul.line}:${Ul.column})`;return this.message=hl,hl},set(La){Object.defineProperty(this,"message",{value:La,writable:!0})}}),n_}}function F(La,hl){if(Array.isArray(La))return hl=>F(hl,La[0]);let fl={};for(let yl of Object.keys(La)){let Pl=La[yl],{message:Ul,...Gd}=typeof Pl=="string"?{message:()=>Pl}:typeof Pl=="function"?{message:Pl}:Pl,af=typeof Ul=="string"?()=>Ul:Ul;fl[yl]=xi({code:"BABEL_PARSER_SYNTAX_ERROR",reasonCode:yl,toMessage:af,...hl?{syntaxPlugin:hl}:{},...Gd})}return fl}var nA={...F(N_),...F(pg),...F(mg),...F(gg),...F`pipelineOperator`(tA),...F`functionBind`(rA)};function Pi(){return{sourceType:"script",sourceFilename:void 0,startIndex:0,startColumn:0,startLine:1,allowAwaitOutsideFunction:!1,allowReturnOutsideFunction:!1,allowNewTargetOutsideFunction:!1,allowImportExportEverywhere:!1,allowSuperOutsideMethod:!1,allowUndeclaredExports:!1,allowYieldOutsideFunction:!1,plugins:[],strictMode:void 0,ranges:!1,locations:!0,tokens:!1,createImportExpressions:!0,createParenthesizedExpressions:!1,errorRecovery:!1,attachComment:!0,annexB:!0}}function gi(La){let hl=Pi();if(La==null)return hl;if(La.annexB!=null&&La.annexB!==!1)throw new Error("The `annexB` option can only be set to `false`.");for(let fl of Object.keys(hl))La[fl]!=null&&(hl[fl]=La[fl]);if(hl.startLine===1)La.startIndex==null&&hl.startColumn>0?hl.startIndex=hl.startColumn:La.startColumn==null&&hl.startIndex>0&&(hl.startColumn=hl.startIndex);else if(La.startColumn==null||La.startIndex==null)throw new Error("With a `startLine > 1` you must also specify `startIndex` and `startColumn`.");if(hl.sourceType==="commonjs"){if(La.allowAwaitOutsideFunction!=null)throw new Error("The `allowAwaitOutsideFunction` option cannot be used with `sourceType: 'commonjs'`.");if(La.allowReturnOutsideFunction!=null)throw new Error("`sourceType: 'commonjs'` implies `allowReturnOutsideFunction: true`, please remove the `allowReturnOutsideFunction` option or use `sourceType: 'script'`.");if(La.allowNewTargetOutsideFunction!=null)throw new Error("`sourceType: 'commonjs'` implies `allowNewTargetOutsideFunction: true`, please remove the `allowNewTargetOutsideFunction` option or use `sourceType: 'script'`.")}return hl}function Y(La){let{start:hl,end:fl}=La.loc;return La.loc.start=new w_(hl.line,hl.column),La.loc.end=new w_(fl.line,fl.column),La}var Ti=La=>class extends La{createPosition(La){return new w_(La.line,La.column)}parse(){let La=super.parse();return this.optionFlags&512&&(La.tokens=La.tokens.map(Y)),Y(La)}parseRegExpLiteral({pattern:La,flags:hl}){let fl=null;try{fl=new RegExp(La,hl)}catch{}let yl=this.estreeParseLiteral(fl);return yl.regex={pattern:La,flags:hl},yl}parseBigIntLiteral(La){let hl;try{hl=BigInt(La)}catch{hl=null}let fl=this.estreeParseLiteral(hl);return fl.bigint=String(fl.value||La),fl}estreeParseLiteral(La){return this.parseLiteral(La,"Literal")}parseStringLiteral(La){return this.estreeParseLiteral(La)}parseNumericLiteral(La){return this.estreeParseLiteral(La)}parseNullLiteral(){return this.estreeParseLiteral(null)}parseBooleanLiteral(La){return this.estreeParseLiteral(La)}estreeParseChainExpression(La,hl){let fl=this.startNodeAtNode(La);return fl.expression=La,this.finishNodeAtNode(fl,"ChainExpression",hl)}directiveToStmt(La){let hl=La.value;delete La.value,this.castNodeTo(hl,"Literal"),hl.raw=hl.extra.raw,hl.value=hl.extra.expressionValue;let fl=this.castNodeTo(La,"ExpressionStatement");return fl.expression=hl,fl.directive=hl.extra.rawValue,delete hl.extra,fl}fillOptionalPropertiesForTSESLint(La){}cloneEstreeStringLiteral(La){let{start:hl,end:fl,loc:yl,range:Pl,raw:Ul,value:Gd}=La,af=Object.create(La.constructor.prototype);return af.type="Literal",af.start=hl,af.end=fl,af.loc=yl,af.range=Pl,af.raw=Ul,af.value=Gd,af}initFunction(La,hl){super.initFunction(La,hl),La.expression=!1}checkDeclaration(La){La!=null&&this.isObjectProperty(La)?this.checkDeclaration(La.value):super.checkDeclaration(La)}getObjectOrClassMethodParams(La){return La.value.params}isValidDirective(La){return La.type==="ExpressionStatement"&&La.expression.type==="Literal"&&typeof La.expression.value=="string"&&!La.expression.extra?.parenthesized}parseBlockBody(La,hl,fl,yl,Pl){super.parseBlockBody(La,hl,fl,yl,Pl);let Ul=La.directives.map(La=>this.directiveToStmt(La));La.body=Ul.concat(La.body),delete La.directives}parsePrivateName(){let La=super.parsePrivateName();return this.convertPrivateNameToPrivateIdentifier(La)}convertPrivateNameToPrivateIdentifier(La){let hl=super.getPrivateNameSV(La);return delete La.id,La.name=hl,this.castNodeTo(La,"PrivateIdentifier")}isPrivateName(La){return La.type==="PrivateIdentifier"}getPrivateNameSV(La){return La.name}parseLiteral(La,hl){let fl=super.parseLiteral(La,hl);return fl.raw=fl.extra.raw,delete fl.extra,fl}parseFunctionBody(La,hl,fl=!1){super.parseFunctionBody(La,hl,fl),La.expression=La.body.type!=="BlockStatement"}parseMethod(La,hl,fl,yl,Pl,Ul,Gd=!1){let af=this.startNode();af.kind=La.kind,af=super.parseMethod(af,hl,fl,yl,Pl,Ul,Gd),delete af.kind;let{typeParameters:n_}=La;n_&&(delete La.typeParameters,af.typeParameters=n_,this.resetStartLocationFromNode(af,n_));let i_=this.castNodeTo(af,this.hasPlugin("typescript")&&!af.body?"TSEmptyBodyFunctionExpression":"FunctionExpression");return La.value=i_,Ul==="ClassPrivateMethod"&&(La.computed=!1),this.hasPlugin("typescript")&&La.abstract?(delete La.abstract,this.finishNode(La,"TSAbstractMethodDefinition")):Ul==="ObjectMethod"?(La.kind==="method"&&(La.kind="init"),La.shorthand=!1,this.finishNode(La,"Property")):this.finishNode(La,"MethodDefinition")}nameIsConstructor(La){return La.type==="Literal"?La.value==="constructor":super.nameIsConstructor(La)}parseClassProperty(...La){let hl=super.parseClassProperty(...La);return hl.abstract&&this.hasPlugin("typescript")?(delete hl.abstract,this.castNodeTo(hl,"TSAbstractPropertyDefinition")):this.castNodeTo(hl,"PropertyDefinition"),hl}parseClassPrivateProperty(...La){let hl=super.parseClassPrivateProperty(...La);return hl.abstract&&this.hasPlugin("typescript")?this.castNodeTo(hl,"TSAbstractPropertyDefinition"):this.castNodeTo(hl,"PropertyDefinition"),hl.computed=!1,hl}parseClassAccessorProperty(La){let hl=super.parseClassAccessorProperty(La);return hl.abstract&&this.hasPlugin("typescript")?(delete hl.abstract,this.castNodeTo(hl,"TSAbstractAccessorProperty")):this.castNodeTo(hl,"AccessorProperty"),hl}parseObjectProperty(La,hl,fl,yl){let Pl=super.parseObjectProperty(La,hl,fl,yl);return Pl&&(Pl.kind="init",this.castNodeTo(Pl,"Property")),Pl}finishObjectProperty(La){return La.kind="init",this.finishNode(La,"Property")}isValidLVal(La,hl,fl,yl){return La==="Property"?"value":super.isValidLVal(La,hl,fl,yl)}isAssignable(La,hl){return La!=null&&this.isObjectProperty(La)?this.isAssignable(La.value,hl):super.isAssignable(La,hl)}toAssignable(La,hl=!1){if(La!=null&&this.isObjectProperty(La)){let{key:fl,value:yl}=La;this.isPrivateName(fl)&&this.classScope.usePrivateName(this.getPrivateNameSV(fl),fl.start),this.toAssignable(yl,hl)}else super.toAssignable(La,hl)}toAssignableObjectExpressionProp(La,hl,fl){La.type==="Property"&&(La.kind==="get"||La.kind==="set")?this.raise(nA.PatternHasAccessor,La.key):La.type==="Property"&&La.method?this.raise(nA.PatternHasMethod,La.key):super.toAssignableObjectExpressionProp(La,hl,fl)}finishCallExpression(La,hl){let fl=super.finishCallExpression(La,hl);return fl.callee.type==="Import"?(this.castNodeTo(fl,"ImportExpression"),fl.source=fl.arguments[0],fl.options=fl.arguments[1]??null,delete fl.arguments,delete fl.callee):fl.type==="OptionalCallExpression"?this.castNodeTo(fl,"CallExpression"):fl.optional=!1,fl}parseExport(La,hl){let fl=this.state.lastTokStartLoc,yl=super.parseExport(La,hl);switch(yl.type){case"ExportAllDeclaration":yl.exported=null;break;case"ExportNamedDeclaration":yl.specifiers.length===1&&yl.specifiers[0].type==="ExportNamespaceSpecifier"&&(this.castNodeTo(yl,"ExportAllDeclaration"),yl.exported=yl.specifiers[0].exported,delete yl.specifiers);case"ExportDefaultDeclaration":{let{declaration:La}=yl;La?.type==="ClassDeclaration"&&La.decorators?.length>0&&La.start===yl.start&&this.resetStartLocation(yl,fl)}break}return yl}stopParseSubscript(La,hl){let fl=super.stopParseSubscript(La,hl);return hl.optionalChainMember?this.estreeParseChainExpression(fl,La):fl}parseMember(La,hl,fl,yl,Pl){let Ul=super.parseMember(La,hl,fl,yl,Pl);return Ul.type==="OptionalMemberExpression"?this.castNodeTo(Ul,"MemberExpression"):Ul.optional=!1,Ul}isOptionalMemberExpression(La){return La.type==="ChainExpression"?La.expression.type==="MemberExpression":super.isOptionalMemberExpression(La)}hasPropertyAsPrivateName(La){return La.type==="ChainExpression"&&(La=La.expression),super.hasPropertyAsPrivateName(La)}isObjectProperty(La){return La.type==="Property"&&La.kind==="init"&&!La.method}isObjectMethod(La){return La.type==="Property"&&(La.method||La.kind==="get"||La.kind==="set")}castNodeTo(La,hl){let fl=super.castNodeTo(La,hl);return this.fillOptionalPropertiesForTSESLint(fl),fl}cloneIdentifier(La){let hl=super.cloneIdentifier(La);return this.fillOptionalPropertiesForTSESLint(hl),hl}cloneStringLiteral(La){return La.type==="Literal"?this.cloneEstreeStringLiteral(La):super.cloneStringLiteral(La)}finishNodeAt(La,hl,fl){return Y(super.finishNodeAt(La,hl,fl))}finishNodeAtNode(La,hl,fl){return Y(super.finishNodeAtNode(La,hl,fl))}finishNode(La,hl){let fl=super.finishNode(La,hl);return this.fillOptionalPropertiesForTSESLint(fl),fl}resetStartLocation(La,hl){super.resetStartLocation(La,hl),Y(La)}resetEndLocation(La,hl=this.state.lastTokEndLoc){super.resetEndLocation(La,hl),Y(La)}},iA=!0,sA=!0,aA=!0,oA=!0,lA=!0,cA=!0,uA=class{label;keyword;beforeExpr;startsExpr;rightAssociative;isLoop;isAssign;prefix;postfix;binop;constructor(La,hl={}){this.label=La,this.keyword=hl.keyword,this.beforeExpr=!!hl.beforeExpr,this.startsExpr=!!hl.startsExpr,this.rightAssociative=!!hl.rightAssociative,this.isLoop=!!hl.isLoop,this.isAssign=!!hl.isAssign,this.prefix=!!hl.prefix,this.postfix=!!hl.postfix,this.binop=hl.binop!=null?hl.binop:null}},pA=new Map;function S(La,hl={}){hl.keyword=La;let fl=g(La,hl);return pA.set(La,fl),fl}function M(La,hl){return g(La,{beforeExpr:iA,binop:hl})}var dA=-1,hA=[],fA=[],_A=[],mA=[],gA=[],AA=[];function g(La,hl={}){return++dA,fA.push(La),_A.push(hl.binop??-1),mA.push(hl.beforeExpr??!1),gA.push(hl.startsExpr??!1),AA.push(hl.prefix??!1),hA.push(new uA(La,hl)),dA}function b(La,hl={}){return++dA,pA.set(La,dA),fA.push(La),_A.push(hl.binop??-1),mA.push(hl.beforeExpr??!1),gA.push(hl.startsExpr??!1),AA.push(hl.prefix??!1),hA.push(new uA("name",hl)),dA}var yA={bracketL:g("[",{beforeExpr:iA,startsExpr:sA}),bracketR:g("]"),braceL:g("{",{beforeExpr:iA,startsExpr:sA}),braceBarL:g("{|",{beforeExpr:iA,startsExpr:sA}),braceR:g("}"),braceBarR:g("|}"),parenL:g("(",{beforeExpr:iA,startsExpr:sA}),parenR:g(")"),comma:g(",",{beforeExpr:iA}),semi:g(";",{beforeExpr:iA}),colon:g(":",{beforeExpr:iA}),doubleColon:g("::",{beforeExpr:iA}),dot:g("."),question:g("?",{beforeExpr:iA}),questionDot:g("?."),arrow:g("=>",{beforeExpr:iA}),template:g("template"),ellipsis:g("...",{beforeExpr:iA}),backQuote:g("`",{startsExpr:sA}),dollarBraceL:g("${",{beforeExpr:iA,startsExpr:sA}),templateTail:g("...`",{startsExpr:sA}),templateNonTail:g("...${",{beforeExpr:iA,startsExpr:sA}),at:g("@"),hash:g("#",{startsExpr:sA}),interpreterDirective:g("#!..."),eq:g("=",{beforeExpr:iA,isAssign:oA}),assign:g("_=",{beforeExpr:iA,isAssign:oA}),slashAssign:g("_=",{beforeExpr:iA,isAssign:oA}),xorAssign:g("_=",{beforeExpr:iA,isAssign:oA}),moduloAssign:g("_=",{beforeExpr:iA,isAssign:oA}),incDec:g("++/--",{prefix:lA,postfix:cA,startsExpr:sA}),bang:g("!",{beforeExpr:iA,prefix:lA,startsExpr:sA}),tilde:g("~",{beforeExpr:iA,prefix:lA,startsExpr:sA}),doubleCaret:g("^^",{startsExpr:sA}),doubleAt:g("@@",{startsExpr:sA}),pipeline:M("|>",0),nullishCoalescing:M("??",1),logicalOR:M("||",1),logicalAND:M("&&",2),bitwiseOR:M("|",3),bitwiseXOR:M("^",4),bitwiseAND:M("&",5),equality:M("==/!=/===/!==",6),lt:M("/<=/>=",7),gt:M("/<=/>=",7),relational:M("/<=/>=",7),bitShift:M("<>/>>>",8),bitShiftL:M("<>/>>>",8),bitShiftR:M("<>/>>>",8),plusMin:g("+/-",{beforeExpr:iA,binop:9,prefix:lA,startsExpr:sA}),modulo:g("%",{binop:10,startsExpr:sA}),star:g("*",{binop:10}),slash:M("/",10),exponent:g("**",{beforeExpr:iA,binop:11,rightAssociative:!0}),_in:S("in",{beforeExpr:iA,binop:7}),_instanceof:S("instanceof",{beforeExpr:iA,binop:7}),_break:S("break"),_case:S("case",{beforeExpr:iA}),_catch:S("catch"),_continue:S("continue"),_debugger:S("debugger"),_default:S("default",{beforeExpr:iA}),_else:S("else",{beforeExpr:iA}),_finally:S("finally"),_function:S("function",{startsExpr:sA}),_if:S("if"),_return:S("return",{beforeExpr:iA}),_switch:S("switch"),_throw:S("throw",{beforeExpr:iA,prefix:lA,startsExpr:sA}),_try:S("try"),_var:S("var"),_const:S("const"),_with:S("with"),_new:S("new",{beforeExpr:iA,startsExpr:sA}),_this:S("this",{startsExpr:sA}),_super:S("super",{startsExpr:sA}),_class:S("class",{startsExpr:sA}),_extends:S("extends",{beforeExpr:iA}),_export:S("export"),_import:S("import",{startsExpr:sA}),_null:S("null",{startsExpr:sA}),_true:S("true",{startsExpr:sA}),_false:S("false",{startsExpr:sA}),_typeof:S("typeof",{beforeExpr:iA,prefix:lA,startsExpr:sA}),_void:S("void",{beforeExpr:iA,prefix:lA,startsExpr:sA}),_delete:S("delete",{beforeExpr:iA,prefix:lA,startsExpr:sA}),_do:S("do",{isLoop:aA,beforeExpr:iA}),_for:S("for",{isLoop:aA}),_while:S("while",{isLoop:aA}),_as:b("as",{startsExpr:sA}),_assert:b("assert",{startsExpr:sA}),_async:b("async",{startsExpr:sA}),_await:b("await",{startsExpr:sA}),_defer:b("defer",{startsExpr:sA}),_from:b("from",{startsExpr:sA}),_get:b("get",{startsExpr:sA}),_let:b("let",{startsExpr:sA}),_meta:b("meta",{startsExpr:sA}),_of:b("of",{startsExpr:sA}),_sent:b("sent",{startsExpr:sA}),_set:b("set",{startsExpr:sA}),_source:b("source",{startsExpr:sA}),_static:b("static",{startsExpr:sA}),_using:b("using",{startsExpr:sA}),_yield:b("yield",{startsExpr:sA}),_asserts:b("asserts",{startsExpr:sA}),_checks:b("checks",{startsExpr:sA}),_exports:b("exports",{startsExpr:sA}),_global:b("global",{startsExpr:sA}),_implements:b("implements",{startsExpr:sA}),_intrinsic:b("intrinsic",{startsExpr:sA}),_infer:b("infer",{startsExpr:sA}),_is:b("is",{startsExpr:sA}),_mixins:b("mixins",{startsExpr:sA}),_proto:b("proto",{startsExpr:sA}),_require:b("require",{startsExpr:sA}),_satisfies:b("satisfies",{startsExpr:sA}),_keyof:b("keyof",{startsExpr:sA}),_readonly:b("readonly",{startsExpr:sA}),_unique:b("unique",{startsExpr:sA}),_abstract:b("abstract",{startsExpr:sA}),_declare:b("declare",{startsExpr:sA}),_enum:b("enum",{startsExpr:sA}),_module:b("module",{startsExpr:sA}),_namespace:b("namespace",{startsExpr:sA}),_interface:b("interface",{startsExpr:sA}),_type:b("type",{startsExpr:sA}),_opaque:b("opaque",{startsExpr:sA}),name:g("name",{startsExpr:sA}),placeholder:g("%%",{startsExpr:sA}),string:g("string",{startsExpr:sA}),num:g("num",{startsExpr:sA}),bigint:g("bigint",{startsExpr:sA}),regexp:g("regexp",{startsExpr:sA}),privateName:g("#name",{startsExpr:sA}),eof:g("eof"),jsxName:g("jsxName"),jsxText:g("jsxText",{beforeExpr:iA}),jsxTagStart:g("jsxTagStart",{startsExpr:sA}),jsxTagEnd:g("jsxTagEnd")};function C(La){return La>=89&&La<=129}function Si(La){return La<=88}function B(La){return La>=54&&La<=129}function Qe(La){return La>=54&&La<=132}function Ci(La){return mA[La]}function ft(La){return gA[La]}function Ei(La){return La>=25&&La<=29}function _e(La){return La>=125&&La<=127}function wi(La){return La>=86&&La<=88}function we(La){return La>=54&&La<=88}function je(La){return La>=35&&La<=55}function Ii(La){return La===30}function Ni(La){return AA[La]}function ki(La){return La>=117&&La<=119}function vi(La){return La>=120&&La<=126}function z(La){return fA[La]}function It(La){return _A[La]}function Li(La){return La===53}function Xt(La){return La>=20&&La<=21}function Ze(La){return hA[La]}var bA=class{constructor(La,hl){this.token=La,this.preserveSpace=!!hl}token;preserveSpace},vA={brace:new bA("{"),j_oTag:new bA("...",!0)},EA="\\xaa\\xb5\\xba\\xc0-\\xd6\\xd8-\\xf6\\xf8-\\u02c1\\u02c6-\\u02d1\\u02e0-\\u02e4\\u02ec\\u02ee\\u0370-\\u0374\\u0376\\u0377\\u037a-\\u037d\\u037f\\u0386\\u0388-\\u038a\\u038c\\u038e-\\u03a1\\u03a3-\\u03f5\\u03f7-\\u0481\\u048a-\\u052f\\u0531-\\u0556\\u0559\\u0560-\\u0588\\u05d0-\\u05ea\\u05ef-\\u05f2\\u0620-\\u064a\\u066e\\u066f\\u0671-\\u06d3\\u06d5\\u06e5\\u06e6\\u06ee\\u06ef\\u06fa-\\u06fc\\u06ff\\u0710\\u0712-\\u072f\\u074d-\\u07a5\\u07b1\\u07ca-\\u07ea\\u07f4\\u07f5\\u07fa\\u0800-\\u0815\\u081a\\u0824\\u0828\\u0840-\\u0858\\u0860-\\u086a\\u0870-\\u0887\\u0889-\\u088f\\u08a0-\\u08c9\\u0904-\\u0939\\u093d\\u0950\\u0958-\\u0961\\u0971-\\u0980\\u0985-\\u098c\\u098f\\u0990\\u0993-\\u09a8\\u09aa-\\u09b0\\u09b2\\u09b6-\\u09b9\\u09bd\\u09ce\\u09dc\\u09dd\\u09df-\\u09e1\\u09f0\\u09f1\\u09fc\\u0a05-\\u0a0a\\u0a0f\\u0a10\\u0a13-\\u0a28\\u0a2a-\\u0a30\\u0a32\\u0a33\\u0a35\\u0a36\\u0a38\\u0a39\\u0a59-\\u0a5c\\u0a5e\\u0a72-\\u0a74\\u0a85-\\u0a8d\\u0a8f-\\u0a91\\u0a93-\\u0aa8\\u0aaa-\\u0ab0\\u0ab2\\u0ab3\\u0ab5-\\u0ab9\\u0abd\\u0ad0\\u0ae0\\u0ae1\\u0af9\\u0b05-\\u0b0c\\u0b0f\\u0b10\\u0b13-\\u0b28\\u0b2a-\\u0b30\\u0b32\\u0b33\\u0b35-\\u0b39\\u0b3d\\u0b5c\\u0b5d\\u0b5f-\\u0b61\\u0b71\\u0b83\\u0b85-\\u0b8a\\u0b8e-\\u0b90\\u0b92-\\u0b95\\u0b99\\u0b9a\\u0b9c\\u0b9e\\u0b9f\\u0ba3\\u0ba4\\u0ba8-\\u0baa\\u0bae-\\u0bb9\\u0bd0\\u0c05-\\u0c0c\\u0c0e-\\u0c10\\u0c12-\\u0c28\\u0c2a-\\u0c39\\u0c3d\\u0c58-\\u0c5a\\u0c5c\\u0c5d\\u0c60\\u0c61\\u0c80\\u0c85-\\u0c8c\\u0c8e-\\u0c90\\u0c92-\\u0ca8\\u0caa-\\u0cb3\\u0cb5-\\u0cb9\\u0cbd\\u0cdc-\\u0cde\\u0ce0\\u0ce1\\u0cf1\\u0cf2\\u0d04-\\u0d0c\\u0d0e-\\u0d10\\u0d12-\\u0d3a\\u0d3d\\u0d4e\\u0d54-\\u0d56\\u0d5f-\\u0d61\\u0d7a-\\u0d7f\\u0d85-\\u0d96\\u0d9a-\\u0db1\\u0db3-\\u0dbb\\u0dbd\\u0dc0-\\u0dc6\\u0e01-\\u0e30\\u0e32\\u0e33\\u0e40-\\u0e46\\u0e81\\u0e82\\u0e84\\u0e86-\\u0e8a\\u0e8c-\\u0ea3\\u0ea5\\u0ea7-\\u0eb0\\u0eb2\\u0eb3\\u0ebd\\u0ec0-\\u0ec4\\u0ec6\\u0edc-\\u0edf\\u0f00\\u0f40-\\u0f47\\u0f49-\\u0f6c\\u0f88-\\u0f8c\\u1000-\\u102a\\u103f\\u1050-\\u1055\\u105a-\\u105d\\u1061\\u1065\\u1066\\u106e-\\u1070\\u1075-\\u1081\\u108e\\u10a0-\\u10c5\\u10c7\\u10cd\\u10d0-\\u10fa\\u10fc-\\u1248\\u124a-\\u124d\\u1250-\\u1256\\u1258\\u125a-\\u125d\\u1260-\\u1288\\u128a-\\u128d\\u1290-\\u12b0\\u12b2-\\u12b5\\u12b8-\\u12be\\u12c0\\u12c2-\\u12c5\\u12c8-\\u12d6\\u12d8-\\u1310\\u1312-\\u1315\\u1318-\\u135a\\u1380-\\u138f\\u13a0-\\u13f5\\u13f8-\\u13fd\\u1401-\\u166c\\u166f-\\u167f\\u1681-\\u169a\\u16a0-\\u16ea\\u16ee-\\u16f8\\u1700-\\u1711\\u171f-\\u1731\\u1740-\\u1751\\u1760-\\u176c\\u176e-\\u1770\\u1780-\\u17b3\\u17d7\\u17dc\\u1820-\\u1878\\u1880-\\u18a8\\u18aa\\u18b0-\\u18f5\\u1900-\\u191e\\u1950-\\u196d\\u1970-\\u1974\\u1980-\\u19ab\\u19b0-\\u19c9\\u1a00-\\u1a16\\u1a20-\\u1a54\\u1aa7\\u1b05-\\u1b33\\u1b45-\\u1b4c\\u1b83-\\u1ba0\\u1bae\\u1baf\\u1bba-\\u1be5\\u1c00-\\u1c23\\u1c4d-\\u1c4f\\u1c5a-\\u1c7d\\u1c80-\\u1c8a\\u1c90-\\u1cba\\u1cbd-\\u1cbf\\u1ce9-\\u1cec\\u1cee-\\u1cf3\\u1cf5\\u1cf6\\u1cfa\\u1d00-\\u1dbf\\u1e00-\\u1f15\\u1f18-\\u1f1d\\u1f20-\\u1f45\\u1f48-\\u1f4d\\u1f50-\\u1f57\\u1f59\\u1f5b\\u1f5d\\u1f5f-\\u1f7d\\u1f80-\\u1fb4\\u1fb6-\\u1fbc\\u1fbe\\u1fc2-\\u1fc4\\u1fc6-\\u1fcc\\u1fd0-\\u1fd3\\u1fd6-\\u1fdb\\u1fe0-\\u1fec\\u1ff2-\\u1ff4\\u1ff6-\\u1ffc\\u2071\\u207f\\u2090-\\u209c\\u2102\\u2107\\u210a-\\u2113\\u2115\\u2118-\\u211d\\u2124\\u2126\\u2128\\u212a-\\u2139\\u213c-\\u213f\\u2145-\\u2149\\u214e\\u2160-\\u2188\\u2c00-\\u2ce4\\u2ceb-\\u2cee\\u2cf2\\u2cf3\\u2d00-\\u2d25\\u2d27\\u2d2d\\u2d30-\\u2d67\\u2d6f\\u2d80-\\u2d96\\u2da0-\\u2da6\\u2da8-\\u2dae\\u2db0-\\u2db6\\u2db8-\\u2dbe\\u2dc0-\\u2dc6\\u2dc8-\\u2dce\\u2dd0-\\u2dd6\\u2dd8-\\u2dde\\u3005-\\u3007\\u3021-\\u3029\\u3031-\\u3035\\u3038-\\u303c\\u3041-\\u3096\\u309b-\\u309f\\u30a1-\\u30fa\\u30fc-\\u30ff\\u3105-\\u312f\\u3131-\\u318e\\u31a0-\\u31bf\\u31f0-\\u31ff\\u3400-\\u4dbf\\u4e00-\\ua48c\\ua4d0-\\ua4fd\\ua500-\\ua60c\\ua610-\\ua61f\\ua62a\\ua62b\\ua640-\\ua66e\\ua67f-\\ua69d\\ua6a0-\\ua6ef\\ua717-\\ua71f\\ua722-\\ua788\\ua78b-\\ua7dc\\ua7f1-\\ua801\\ua803-\\ua805\\ua807-\\ua80a\\ua80c-\\ua822\\ua840-\\ua873\\ua882-\\ua8b3\\ua8f2-\\ua8f7\\ua8fb\\ua8fd\\ua8fe\\ua90a-\\ua925\\ua930-\\ua946\\ua960-\\ua97c\\ua984-\\ua9b2\\ua9cf\\ua9e0-\\ua9e4\\ua9e6-\\ua9ef\\ua9fa-\\ua9fe\\uaa00-\\uaa28\\uaa40-\\uaa42\\uaa44-\\uaa4b\\uaa60-\\uaa76\\uaa7a\\uaa7e-\\uaaaf\\uaab1\\uaab5\\uaab6\\uaab9-\\uaabd\\uaac0\\uaac2\\uaadb-\\uaadd\\uaae0-\\uaaea\\uaaf2-\\uaaf4\\uab01-\\uab06\\uab09-\\uab0e\\uab11-\\uab16\\uab20-\\uab26\\uab28-\\uab2e\\uab30-\\uab5a\\uab5c-\\uab69\\uab70-\\uabe2\\uac00-\\ud7a3\\ud7b0-\\ud7c6\\ud7cb-\\ud7fb\\uf900-\\ufa6d\\ufa70-\\ufad9\\ufb00-\\ufb06\\ufb13-\\ufb17\\ufb1d\\ufb1f-\\ufb28\\ufb2a-\\ufb36\\ufb38-\\ufb3c\\ufb3e\\ufb40\\ufb41\\ufb43\\ufb44\\ufb46-\\ufbb1\\ufbd3-\\ufd3d\\ufd50-\\ufd8f\\ufd92-\\ufdc7\\ufdf0-\\ufdfb\\ufe70-\\ufe74\\ufe76-\\ufefc\\uff21-\\uff3a\\uff41-\\uff5a\\uff66-\\uffbe\\uffc2-\\uffc7\\uffca-\\uffcf\\uffd2-\\uffd7\\uffda-\\uffdc",wA="\\xb7\\u0300-\\u036f\\u0387\\u0483-\\u0487\\u0591-\\u05bd\\u05bf\\u05c1\\u05c2\\u05c4\\u05c5\\u05c7\\u0610-\\u061a\\u064b-\\u0669\\u0670\\u06d6-\\u06dc\\u06df-\\u06e4\\u06e7\\u06e8\\u06ea-\\u06ed\\u06f0-\\u06f9\\u0711\\u0730-\\u074a\\u07a6-\\u07b0\\u07c0-\\u07c9\\u07eb-\\u07f3\\u07fd\\u0816-\\u0819\\u081b-\\u0823\\u0825-\\u0827\\u0829-\\u082d\\u0859-\\u085b\\u0897-\\u089f\\u08ca-\\u08e1\\u08e3-\\u0903\\u093a-\\u093c\\u093e-\\u094f\\u0951-\\u0957\\u0962\\u0963\\u0966-\\u096f\\u0981-\\u0983\\u09bc\\u09be-\\u09c4\\u09c7\\u09c8\\u09cb-\\u09cd\\u09d7\\u09e2\\u09e3\\u09e6-\\u09ef\\u09fe\\u0a01-\\u0a03\\u0a3c\\u0a3e-\\u0a42\\u0a47\\u0a48\\u0a4b-\\u0a4d\\u0a51\\u0a66-\\u0a71\\u0a75\\u0a81-\\u0a83\\u0abc\\u0abe-\\u0ac5\\u0ac7-\\u0ac9\\u0acb-\\u0acd\\u0ae2\\u0ae3\\u0ae6-\\u0aef\\u0afa-\\u0aff\\u0b01-\\u0b03\\u0b3c\\u0b3e-\\u0b44\\u0b47\\u0b48\\u0b4b-\\u0b4d\\u0b55-\\u0b57\\u0b62\\u0b63\\u0b66-\\u0b6f\\u0b82\\u0bbe-\\u0bc2\\u0bc6-\\u0bc8\\u0bca-\\u0bcd\\u0bd7\\u0be6-\\u0bef\\u0c00-\\u0c04\\u0c3c\\u0c3e-\\u0c44\\u0c46-\\u0c48\\u0c4a-\\u0c4d\\u0c55\\u0c56\\u0c62\\u0c63\\u0c66-\\u0c6f\\u0c81-\\u0c83\\u0cbc\\u0cbe-\\u0cc4\\u0cc6-\\u0cc8\\u0cca-\\u0ccd\\u0cd5\\u0cd6\\u0ce2\\u0ce3\\u0ce6-\\u0cef\\u0cf3\\u0d00-\\u0d03\\u0d3b\\u0d3c\\u0d3e-\\u0d44\\u0d46-\\u0d48\\u0d4a-\\u0d4d\\u0d57\\u0d62\\u0d63\\u0d66-\\u0d6f\\u0d81-\\u0d83\\u0dca\\u0dcf-\\u0dd4\\u0dd6\\u0dd8-\\u0ddf\\u0de6-\\u0def\\u0df2\\u0df3\\u0e31\\u0e34-\\u0e3a\\u0e47-\\u0e4e\\u0e50-\\u0e59\\u0eb1\\u0eb4-\\u0ebc\\u0ec8-\\u0ece\\u0ed0-\\u0ed9\\u0f18\\u0f19\\u0f20-\\u0f29\\u0f35\\u0f37\\u0f39\\u0f3e\\u0f3f\\u0f71-\\u0f84\\u0f86\\u0f87\\u0f8d-\\u0f97\\u0f99-\\u0fbc\\u0fc6\\u102b-\\u103e\\u1040-\\u1049\\u1056-\\u1059\\u105e-\\u1060\\u1062-\\u1064\\u1067-\\u106d\\u1071-\\u1074\\u1082-\\u108d\\u108f-\\u109d\\u135d-\\u135f\\u1369-\\u1371\\u1712-\\u1715\\u1732-\\u1734\\u1752\\u1753\\u1772\\u1773\\u17b4-\\u17d3\\u17dd\\u17e0-\\u17e9\\u180b-\\u180d\\u180f-\\u1819\\u18a9\\u1920-\\u192b\\u1930-\\u193b\\u1946-\\u194f\\u19d0-\\u19da\\u1a17-\\u1a1b\\u1a55-\\u1a5e\\u1a60-\\u1a7c\\u1a7f-\\u1a89\\u1a90-\\u1a99\\u1ab0-\\u1abd\\u1abf-\\u1add\\u1ae0-\\u1aeb\\u1b00-\\u1b04\\u1b34-\\u1b44\\u1b50-\\u1b59\\u1b6b-\\u1b73\\u1b80-\\u1b82\\u1ba1-\\u1bad\\u1bb0-\\u1bb9\\u1be6-\\u1bf3\\u1c24-\\u1c37\\u1c40-\\u1c49\\u1c50-\\u1c59\\u1cd0-\\u1cd2\\u1cd4-\\u1ce8\\u1ced\\u1cf4\\u1cf7-\\u1cf9\\u1dc0-\\u1dff\\u200c\\u200d\\u203f\\u2040\\u2054\\u20d0-\\u20dc\\u20e1\\u20e5-\\u20f0\\u2cef-\\u2cf1\\u2d7f\\u2de0-\\u2dff\\u302a-\\u302f\\u3099\\u309a\\u30fb\\ua620-\\ua629\\ua66f\\ua674-\\ua67d\\ua69e\\ua69f\\ua6f0\\ua6f1\\ua802\\ua806\\ua80b\\ua823-\\ua827\\ua82c\\ua880\\ua881\\ua8b4-\\ua8c5\\ua8d0-\\ua8d9\\ua8e0-\\ua8f1\\ua8ff-\\ua909\\ua926-\\ua92d\\ua947-\\ua953\\ua980-\\ua983\\ua9b3-\\ua9c0\\ua9d0-\\ua9d9\\ua9e5\\ua9f0-\\ua9f9\\uaa29-\\uaa36\\uaa43\\uaa4c\\uaa4d\\uaa50-\\uaa59\\uaa7b-\\uaa7d\\uaab0\\uaab2-\\uaab4\\uaab7\\uaab8\\uaabe\\uaabf\\uaac1\\uaaeb-\\uaaef\\uaaf5\\uaaf6\\uabe3-\\uabea\\uabec\\uabed\\uabf0-\\uabf9\\ufb1e\\ufe00-\\ufe0f\\ufe20-\\ufe2f\\ufe33\\ufe34\\ufe4d-\\ufe4f\\uff10-\\uff19\\uff3f\\uff65",CA=[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,4,51,13,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,7,25,39,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,39,27,10,22,251,41,7,1,17,5,57,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,31,9,2,0,3,0,2,37,2,0,26,0,2,0,45,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,200,32,32,8,2,36,18,0,50,29,113,6,2,1,2,37,22,0,26,5,2,1,2,31,15,0,24,43,261,18,16,0,2,12,2,33,125,0,80,921,103,110,18,195,2637,96,16,1071,18,5,26,3994,6,582,6842,29,1763,568,8,30,18,78,18,29,19,47,17,3,32,20,6,18,433,44,212,63,33,24,3,24,45,74,6,0,67,12,65,1,2,0,15,4,10,7381,42,31,98,114,8702,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,229,29,3,0,208,30,2,2,2,1,2,6,3,4,10,1,225,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,4381,3,5773,3,7472,16,621,2467,541,1507,4938,6,8489],xA=[509,0,227,0,150,4,294,9,1368,2,2,1,6,3,41,2,5,0,166,1,574,3,9,9,7,9,32,4,318,1,78,5,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,68,8,2,0,3,0,2,3,2,4,2,0,15,1,83,17,10,9,5,0,82,19,13,9,214,6,3,8,28,1,83,16,16,9,82,12,9,9,7,19,58,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,199,7,137,9,54,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,55,9,266,3,10,1,2,0,49,6,4,4,14,10,5350,0,7,14,11465,27,2343,9,87,9,39,4,60,6,26,9,535,9,470,0,2,54,8,3,82,0,12,1,19628,1,4178,9,519,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,245,1,2,9,233,0,3,0,8,1,6,0,475,6,110,6,6,9,4759,9,787719,239],DA=new RegExp("["+EA+"]"),SA=new RegExp("["+EA+wA+"]");function Yt(La,hl){let fl=65536;for(let yl=0,Pl=hl.length;ylLa)return!1;if(fl+=hl[yl+1],fl>=La)return!0}return!1}function R(La){return La<65?La===36:La<=90?!0:La<97?La===95:La<=122?!0:La<=65535?La>=170&&DA.test(String.fromCharCode(La)):Yt(La,CA)}function W(La){return La<48?La===36:La<58?!0:La<65?!1:La<=90?!0:La<97?La===95:La<=122?!0:La<=65535?La>=170&&SA.test(String.fromCharCode(La)):Yt(La,CA)||Yt(La,xA)}var kA={keyword:["break","case","catch","continue","debugger","default","do","else","finally","for","function","if","return","switch","throw","try","var","const","while","with","new","this","super","class","extends","export","import","null","true","false","in","instanceof","typeof","void","delete"],strict:["implements","interface","let","package","private","protected","public","static","yield"],strictBind:["eval","arguments"]},TA=new Set(kA.keyword),IA=new Set(kA.strict),BA=new Set(kA.strictBind);function ss(La,hl){return hl&&La==="await"||La==="enum"}function is(La,hl){return ss(La,hl)||IA.has(La)}function rs(La){return BA.has(La)}function as(La,hl){return is(La,hl)||rs(La)}function _i(La){return TA.has(La)}function ji(La,hl,fl){return La===64&&hl===64&&R(fl)}var FA=new Set(["break","case","catch","continue","debugger","default","do","else","finally","for","function","if","return","switch","throw","try","var","const","while","with","new","this","super","class","extends","export","import","null","true","false","in","instanceof","typeof","void","delete","implements","interface","let","package","private","protected","public","static","yield","eval","arguments","enum","await"]);function qi(La){return FA.has(La)}var PA=class{flags=0;names=new Map;firstLexicalName="";constructor(La){this.flags=La}},RA=class{parser;scopeStack=[];inModule;undefinedExports=new Map;constructor(La,hl){this.parser=La,this.inModule=hl}get inTopLevel(){return(this.currentScope().flags&1)>0}get inFunction(){return(this.currentVarScopeFlags()&2)>0}get allowSuper(){return(this.currentThisScopeFlags()&16)>0}get allowDirectSuper(){return(this.currentThisScopeFlags()&32)>0}get allowNewTarget(){return(this.currentThisScopeFlags()&512)>0}get inClass(){return(this.currentThisScopeFlags()&64)>0}get inClassAndNotInNonArrowFunction(){let La=this.currentThisScopeFlags();return(La&64)>0&&(La&2)===0}get inStaticBlock(){for(let La=this.scopeStack.length-1;;La--){let{flags:hl}=this.scopeStack[La];if(hl&128)return!0;if(hl&3779)return!1}}get inNonArrowFunction(){return(this.currentThisScopeFlags()&2)>0}get inBareCaseStatement(){return(this.currentScope().flags&256)>0}get treatFunctionsAsVar(){return this.treatFunctionsAsVarInScope(this.currentScope())}createScope(La){return new PA(La)}enter(La){this.scopeStack.push(this.createScope(La))}exit(){return this.scopeStack.pop().flags}treatFunctionsAsVarInScope(La){return!!(La.flags&130||!this.parser.inModule&&La.flags&1)}declareName(La,hl,fl){let yl=this.currentScope();if(hl&8||hl&16){this.checkRedeclarationInScope(yl,La,hl,fl);let Pl=yl.names.get(La)||0;hl&16?Pl=Pl|4:(yl.firstLexicalName||(yl.firstLexicalName=La),Pl=Pl|2),yl.names.set(La,Pl),hl&8&&this.maybeExportDefined(yl,La)}else if(hl&4)for(let Pl=this.scopeStack.length-1;Pl>=0&&(yl=this.scopeStack[Pl],this.checkRedeclarationInScope(yl,La,hl,fl),yl.names.set(La,(yl.names.get(La)||0)|1),this.maybeExportDefined(yl,La),!(yl.flags&3715));--Pl);this.parser.inModule&&yl.flags&1&&this.undefinedExports.delete(La)}maybeExportDefined(La,hl){this.parser.inModule&&La.flags&1&&this.undefinedExports.delete(hl)}checkRedeclarationInScope(La,hl,fl,yl){this.isRedeclaredInScope(La,hl,fl)&&this.parser.raise(nA.VarRedeclaration,yl,{identifierName:hl})}isRedeclaredInScope(La,hl,fl){if(!(fl&1))return!1;if(fl&8)return La.names.has(hl);let yl=La.names.get(hl)||0;return fl&16?(yl&2)>0||!this.treatFunctionsAsVarInScope(La)&&(yl&1)>0:(yl&2)>0&&!(La.flags&8&&La.firstLexicalName===hl)||!this.treatFunctionsAsVarInScope(La)&&(yl&4)>0}checkLocalExport(La){let{name:hl}=La;this.scopeStack[0].names.has(hl)||this.undefinedExports.set(hl,La.start)}currentScope(){return this.scopeStack[this.scopeStack.length-1]}currentVarScopeFlags(){for(let La=this.scopeStack.length-1;;La--){let{flags:hl}=this.scopeStack[La];if(hl&3715)return hl}}currentThisScopeFlags(){for(let La=this.scopeStack.length-1;;La--){let{flags:hl}=this.scopeStack[La];if(hl&3779&&!(hl&4))return hl}}},NA=class extends PA{declareFunctions=new Set},OA=class extends RA{createScope(La){return new NA(La)}declareName(La,hl,fl){let yl=this.currentScope();if(hl&2048){this.checkRedeclarationInScope(yl,La,hl,fl),this.maybeExportDefined(yl,La),yl.declareFunctions.add(La);return}super.declareName(La,hl,fl)}isRedeclaredInScope(La,hl,fl){if(super.isRedeclaredInScope(La,hl,fl))return!0;if(fl&2048&&!La.declareFunctions.has(hl)){let fl=La.names.get(hl);return(fl&4)>0||(fl&2)>0}return!1}checkLocalExport(La){this.scopeStack[0].declareFunctions.has(La.name)||super.checkLocalExport(La)}},QA=new Set(["_","any","bool","boolean","empty","extends","false","interface","mixed","null","number","static","string","true","typeof","void"]),LA={AmbiguousConditionalArrow:"Ambiguous expression: wrap the arrow functions in parentheses to disambiguate.",AmbiguousDeclareModuleKind:"Found both `declare module.exports` and `declare export` in the same module. Modules can only have 1 since they are either an ES module or they are a CommonJS module.",AssignReservedType:({reservedType:La})=>`Cannot overwrite reserved type ${La}.`,DeclareClassElement:"The `declare` modifier can only appear on class fields.",DeclareClassFieldInitializer:"Initializers are not allowed in fields with the `declare` modifier.",DuplicateDeclareModuleExports:"Duplicate `declare module.exports` statement.",EnumBooleanMemberNotInitialized:({memberName:La,enumName:hl})=>`Boolean enum members need to be initialized. Use either \`${La} = true,\` or \`${La} = false,\` in enum \`${hl}\`.`,EnumDuplicateMemberName:({memberName:La,enumName:hl})=>`Enum member names need to be unique, but the name \`${La}\` has already been used before in enum \`${hl}\`.`,EnumInconsistentMemberValues:({enumName:La})=>`Enum \`${La}\` has inconsistent member initializers. Either use no initializers, or consistently use literals (either booleans, numbers, or strings) for all member initializers.`,EnumInvalidExplicitType:({invalidEnumType:La,enumName:hl})=>`Enum type \`${La}\` is not valid. Use one of \`boolean\`, \`number\`, \`string\`, or \`symbol\` in enum \`${hl}\`.`,EnumInvalidExplicitTypeUnknownSupplied:({enumName:La})=>`Supplied enum type is not valid. Use one of \`boolean\`, \`number\`, \`string\`, or \`symbol\` in enum \`${La}\`.`,EnumInvalidMemberInitializerPrimaryType:({enumName:La,memberName:hl,explicitType:fl})=>`Enum \`${La}\` has type \`${fl}\`, so the initializer of \`${hl}\` needs to be a ${fl} literal.`,EnumInvalidMemberInitializerSymbolType:({enumName:La,memberName:hl})=>`Symbol enum members cannot be initialized. Use \`${hl},\` in enum \`${La}\`.`,EnumInvalidMemberInitializerUnknownType:({enumName:La,memberName:hl})=>`The enum member initializer for \`${hl}\` needs to be a literal (either a boolean, number, or string) in enum \`${La}\`.`,EnumInvalidMemberName:({enumName:La,memberName:hl,suggestion:fl})=>`Enum member names cannot start with lowercase 'a' through 'z'. Instead of using \`${hl}\`, consider using \`${fl}\`, in enum \`${La}\`.`,EnumNumberMemberNotInitialized:({enumName:La,memberName:hl})=>`Number enum members need to be initialized, e.g. \`${hl} = 1\` in enum \`${La}\`.`,EnumStringMemberInconsistentlyInitialized:({enumName:La})=>`String enum members need to consistently either all use initializers, or use no initializers, in enum \`${La}\`.`,GetterMayNotHaveThisParam:"A getter cannot have a `this` parameter.",ImportTypeShorthandOnlyInPureImport:"The `type` and `typeof` keywords on named imports can only be used on regular `import` statements. It cannot be used with `import type` or `import typeof` statements.",InexactInsideExact:"Explicit inexact syntax cannot appear inside an explicit exact object type.",InexactInsideNonObject:"Explicit inexact syntax cannot appear in class or interface definitions.",InexactVariance:"Explicit inexact syntax cannot have variance.",InvalidNonTypeImportInDeclareModule:"Imports within a `declare module` body must always be `import type` or `import typeof`.",MissingTypeParamDefault:"Type parameter declaration needs a default, since a preceding type parameter declaration has a default.",NestedDeclareModule:"`declare module` cannot be used inside another `declare module`.",NestedFlowComment:"Cannot have a flow comment inside another flow comment.",PatternIsOptional:{message:"A binding pattern parameter cannot be optional in an implementation signature."},SetterMayNotHaveThisParam:"A setter cannot have a `this` parameter.",SpreadVariance:"Spread properties cannot have variance.",ThisParamAnnotationRequired:"A type annotation is required for the `this` parameter.",ThisParamBannedInConstructor:"Constructors cannot have a `this` parameter; constructors don't bind `this` like other functions.",ThisParamMayNotBeOptional:"The `this` parameter cannot be optional.",ThisParamMustBeFirst:"The `this` parameter must be the first function parameter.",ThisParamNoDefault:"The `this` parameter may not have a default value.",TypeBeforeInitializer:"Type annotations must come before default assignments, e.g. instead of `age = 25: number` use `age: number = 25`.",TypeCastInPattern:"The type cast expression is expected to be wrapped with parenthesis.",UnexpectedExplicitInexactInObject:"Explicit inexact syntax must appear at the end of an inexact object.",UnexpectedReservedType:({reservedType:La})=>`Unexpected reserved type ${La}.`,UnexpectedReservedUnderscore:"`_` is only allowed as a type argument to call or new.",UnexpectedSpaceBetweenModuloChecks:"Spaces between `%` and `checks` are not allowed here.",UnexpectedSpreadType:"Spread operator cannot appear in class or interface definitions.",UnexpectedSubtractionOperand:'Unexpected token, expected "number" or "bigint".',UnexpectedTokenAfterTypeParameter:"Expected an arrow function after this type parameter declaration.",UnexpectedTypeParameterBeforeAsyncArrowFunction:"Type parameters must come after the async keyword, e.g. instead of ` async () => {}`, use `async () => {}`.",UnsupportedDeclareExportKind:({unsupportedExportKind:La,suggestion:hl})=>`\`declare export ${La}\` is not supported. Use \`${hl}\` instead.`,UnsupportedStatementInDeclareModule:"Only declares and type imports are allowed inside declare module.",UnterminatedFlowComment:"Unterminated flow-comment."},MA=F`flow`(LA);function Hi(La){return La.type==="DeclareExportAllDeclaration"||La.type==="DeclareExportDeclaration"&&(!La.declaration||La.declaration.type!=="TypeAlias"&&La.declaration.type!=="InterfaceDeclaration")}function Ve(La){return La.importKind==="type"||La.importKind==="typeof"}var jA={const:"declare export var",let:"declare export var",type:"export type",interface:"export interface"};function Wi(La,hl){let fl=[],yl=[];for(let Pl=0;Plclass extends La{flowPragma=void 0;getScopeHandler(){return OA}shouldParseTypes(){return this.getPluginOption("flow","all")||this.flowPragma==="flow"}finishToken(La,hl){La!==130&&La!==9&&La!==24&&this.flowPragma===void 0&&(this.flowPragma=null),super.finishToken(La,hl)}addComment(La){if(this.flowPragma===void 0){let hl=UA.exec(La.value);if(hl)if(hl[1]==="flow")this.flowPragma="flow";else if(hl[1]==="noflow")this.flowPragma="noflow";else throw new Error("Unexpected flow pragma")}super.addComment(La)}flowParseTypeInitialiser(La){let hl=this.state.inType;this.state.inType=!0,this.expect(La||10);let fl=this.flowParseType();return this.state.inType=hl,fl}flowParsePredicate(){let La=this.startNode(),hl=this.state.startLoc;return this.next(),this.expectContextual(106),this.state.lastTokStartLoc.index>hl.index+1&&this.raise(MA.UnexpectedSpaceBetweenModuloChecks,hl),this.eat(6)?(La.value=super.parseExpression(),this.expect(7),this.finishNode(La,"DeclaredPredicate")):this.finishNode(La,"InferredPredicate")}flowParseTypeAndPredicateInitialiser(La){let hl=this.state.inType;this.state.inType=!0,this.expect(10);let fl=null,yl=null;return La&&this.match(50)?(this.state.inType=hl,yl=this.flowParsePredicate()):(fl=this.flowParseType(),this.state.inType=hl,this.match(50)&&(yl=this.flowParsePredicate())),[fl,yl]}flowParseDeclareClass(La){return this.next(),this.flowParseInterfaceish(La,!0),this.finishNode(La,"DeclareClass")}flowParseDeclareFunction(La){this.next();let hl=La.id=this.parseIdentifier(),fl=this.startNode(),yl=this.startNode();this.match(43)?fl.typeParameters=this.flowParseTypeParameterDeclaration():fl.typeParameters=null,this.expect(6);let Pl=this.flowParseFunctionTypeParams();return fl.params=Pl.params,fl.rest=Pl.rest,fl.this=Pl._this,this.expect(7),[fl.returnType,La.predicate]=this.flowParseTypeAndPredicateInitialiser(!1),yl.typeAnnotation=this.finishNode(fl,"FunctionTypeAnnotation"),hl.typeAnnotation=this.finishNode(yl,"TypeAnnotation"),this.resetEndLocation(hl),this.semicolon(),this.scope.declareName(La.id.name,2048,La.id.start),this.finishNode(La,"DeclareFunction")}flowParseDeclare(La,hl){if(this.match(76))return this.flowParseDeclareClass(La);if(this.match(64))return this.flowParseDeclareFunction(La);if(this.match(70))return this.flowParseDeclareVariable(La);if(this.eatContextual(123))return this.match(12)?this.flowParseDeclareModuleExports(La):(hl&&this.raise(MA.NestedDeclareModule,this.state.lastTokStartLoc),this.flowParseDeclareModule(La));if(this.isContextual(126))return this.flowParseDeclareTypeAlias(La);if(this.isContextual(127))return this.flowParseDeclareOpaqueType(La);if(this.isContextual(125))return this.flowParseDeclareInterface(La);if(this.match(78))return this.flowParseDeclareExportDeclaration(La,hl);throw this.unexpected()}flowParseDeclareVariable(La){return this.next(),La.id=this.flowParseTypeAnnotatableIdentifier(),this.scope.declareName(La.id.name,5,La.id.start),this.semicolon(),this.finishNode(La,"DeclareVariable")}flowParseDeclareModule(La){this.scope.enter(0),this.match(130)?La.id=super.parseExprAtom():La.id=this.parseIdentifier();let hl=this.startNode(),fl=hl.body=[];for(this.expect(2);!this.match(4);){let La=this.startNode();this.match(79)?(this.next(),!this.isContextual(126)&&!this.match(83)&&this.raise(MA.InvalidNonTypeImportInDeclareModule,this.state.lastTokStartLoc),fl.push(super.parseImport(La))):(this.expectContextual(121,MA.UnsupportedStatementInDeclareModule),fl.push(this.flowParseDeclare(La,!0)))}this.scope.exit(),this.expect(4),La.body=this.finishNode(hl,"BlockStatement");let yl=null,Pl=!1;return fl.forEach(La=>{Hi(La)?(yl==="CommonJS"&&this.raise(MA.AmbiguousDeclareModuleKind,La),yl="ES"):La.type==="DeclareModuleExports"&&(Pl&&this.raise(MA.DuplicateDeclareModuleExports,La),yl==="ES"&&this.raise(MA.AmbiguousDeclareModuleKind,La),yl="CommonJS",Pl=!0)}),La.kind=yl||"CommonJS",this.finishNode(La,"DeclareModule")}flowParseDeclareExportDeclaration(La,hl){if(this.expect(78),this.eat(61))return this.match(64)||this.match(76)?La.declaration=this.flowParseDeclare(this.startNode()):(La.declaration=this.flowParseType(),this.semicolon()),La.default=!0,this.finishNode(La,"DeclareExportDeclaration");if(this.match(71)||this.isLet()||(this.isContextual(126)||this.isContextual(125))&&!hl){let La=this.state.value;throw this.raise(MA.UnsupportedDeclareExportKind,this.state.startLoc,{unsupportedExportKind:La,suggestion:jA[La]})}if(this.match(70)||this.match(64)||this.match(76)||this.isContextual(127))return La.declaration=this.flowParseDeclare(this.startNode()),La.default=!1,this.finishNode(La,"DeclareExportDeclaration");if(this.match(51)||this.match(2)||this.isContextual(125)||this.isContextual(126)||this.isContextual(127)){let hl=this.parseExport(La,null);return hl.type==="ExportNamedDeclaration"?(hl.default=!1,delete hl.exportKind,this.castNodeTo(hl,"DeclareExportDeclaration")):this.castNodeTo(hl,"DeclareExportAllDeclaration")}throw this.unexpected()}flowParseDeclareModuleExports(La){return this.next(),this.expectContextual(107),La.typeAnnotation=this.flowParseTypeAnnotation(),this.semicolon(),this.finishNode(La,"DeclareModuleExports")}flowParseDeclareTypeAlias(La){this.next();let hl=this.flowParseTypeAlias(La);return this.castNodeTo(hl,"DeclareTypeAlias"),hl}flowParseDeclareOpaqueType(La){return this.next(),this.flowParseOpaqueType(La,!0)}flowParseDeclareInterface(La){return this.next(),this.flowParseInterfaceish(La,!1),this.finishNode(La,"DeclareInterface")}flowParseInterfaceish(La,hl){if(La.id=this.flowParseRestrictedIdentifier(!hl,!0),this.scope.declareName(La.id.name,hl?17:8201,La.id.start),this.match(43)?La.typeParameters=this.flowParseTypeParameterDeclaration():La.typeParameters=null,La.extends=[],this.eat(77))do{La.extends.push(this.flowParseInterfaceExtends())}while(!hl&&this.eat(8));if(hl){let hl=[],fl=[];if(this.eatContextual(113))do{fl.push(this.flowParseInterfaceExtends())}while(this.eat(8));if(this.eatContextual(109))do{hl.push(this.flowParseClassImplements())}while(this.eat(8));La.implements=hl,La.mixins=fl}La.body=this.flowParseObjectType({allowStatic:hl,allowExact:!1,allowSpread:!1,allowProto:hl,allowInexact:!1})}flowParseInterfaceExtends(){let La=this.startNode();return La.id=this.flowParseQualifiedTypeIdentifier(),this.match(43)?La.typeParameters=this.flowParseTypeParameterInstantiation():La.typeParameters=null,this.finishNode(La,"InterfaceExtends")}flowParseInterface(La){return this.flowParseInterfaceish(La,!1),this.finishNode(La,"InterfaceDeclaration")}checkNotUnderscore(La){La==="_"&&this.raise(MA.UnexpectedReservedUnderscore,this.state.startLoc)}checkReservedType(La,hl,fl){QA.has(La)&&this.raise(fl?MA.AssignReservedType:MA.UnexpectedReservedType,hl,{reservedType:La})}flowParseRestrictedIdentifierName(La,hl){return this.checkReservedType(this.state.value,this.state.startLoc,hl),this.parseIdentifierName(La)}flowParseRestrictedIdentifier(La,hl){let fl=this.startNode(),yl=this.flowParseRestrictedIdentifierName(La,hl);return this.createIdentifier(fl,yl)}flowParseTypeAlias(La){return La.id=this.flowParseRestrictedIdentifier(!1,!0),this.scope.declareName(La.id.name,8201,La.id.start),this.match(43)?La.typeParameters=this.flowParseTypeParameterDeclaration():La.typeParameters=null,La.right=this.flowParseTypeInitialiser(25),this.semicolon(),this.finishNode(La,"TypeAlias")}flowParseOpaqueType(La,hl){return this.expectContextual(126),La.id=this.flowParseRestrictedIdentifier(!0,!0),this.scope.declareName(La.id.name,8201,La.id.start),this.match(43)?La.typeParameters=this.flowParseTypeParameterDeclaration():La.typeParameters=null,La.supertype=null,this.match(10)&&(La.supertype=this.flowParseTypeInitialiser(10)),La.impltype=null,hl||(La.impltype=this.flowParseTypeInitialiser(25)),this.semicolon(),this.finishNode(La,hl?"DeclareOpaqueType":"OpaqueType")}flowParseTypeParameterBound(){if(this.match(10)||this.isContextual(77)){let La=this.startNode();return this.next(),La.typeAnnotation=this.flowParseType(),this.finishNode(La,"TypeAnnotation")}}flowParseTypeParameter(La=!1){let hl=this.state.startLoc,fl=this.startNode(),yl=this.flowParseVariance();return fl.name=this.flowParseRestrictedIdentifierName(),fl.variance=yl,fl.bound=this.flowParseTypeParameterBound(),this.match(25)?(this.eat(25),fl.default=this.flowParseType()):La&&this.raise(MA.MissingTypeParamDefault,hl),this.finishNode(fl,"TypeParameter")}flowParseTypeParameterDeclaration(){let La=this.state.inType,hl=this.startNode();hl.params=[],this.state.inType=!0,this.match(43)||this.match(138)?this.next():this.unexpected();let fl=!1;do{let La=this.flowParseTypeParameter(fl);hl.params.push(La),La.default&&(fl=!0),this.match(44)||this.expect(8)}while(!this.match(44));return this.expect(44),this.state.inType=La,this.finishNode(hl,"TypeParameterDeclaration")}flowInTopLevelContext(La){if(this.curContext()!==vA.brace){let hl=this.state.context;this.state.context=[hl[0]];try{return La()}finally{this.state.context=hl}}else return La()}flowParseTypeParameterInstantiationInExpression(){if(this.reScan_lt()===43)return this.flowParseTypeParameterInstantiation()}flowParseTypeParameterInstantiation(){let La=this.startNode(),hl=this.state.inType;return this.state.inType=!0,La.params=[],this.flowInTopLevelContext(()=>{this.expect(43);let hl=this.state.noAnonFunctionType;for(this.state.noAnonFunctionType=!1;!this.match(44);)La.params.push(this.flowParseType()),this.match(44)||this.expect(8);this.state.noAnonFunctionType=hl}),this.state.inType=hl,!this.state.inType&&this.curContext()===vA.brace&&this.reScan_lt_gt(),this.expect(44),this.finishNode(La,"TypeParameterInstantiation")}flowParseTypeParameterInstantiationCallOrNew(){if(this.reScan_lt()!==43)return null;let La=this.startNode(),hl=this.state.inType;for(La.params=[],this.state.inType=!0,this.expect(43);!this.match(44);)La.params.push(this.flowParseTypeOrImplicitInstantiation()),this.match(44)||this.expect(8);return this.expect(44),this.state.inType=hl,this.finishNode(La,"TypeParameterInstantiation")}flowParseInterfaceType(){let La=this.startNode();if(this.expectContextual(125),La.extends=[],this.eat(77))do{La.extends.push(this.flowParseInterfaceExtends())}while(this.eat(8));return La.body=this.flowParseObjectType({allowStatic:!1,allowExact:!1,allowSpread:!1,allowProto:!1,allowInexact:!1}),this.finishNode(La,"InterfaceTypeAnnotation")}flowParseObjectPropertyKey(){return this.match(131)||this.match(130)?super.parseExprAtom():this.parseIdentifier(!0)}flowParseObjectTypeIndexer(La,hl,fl){return La.static=hl,this.lookahead().type===10?(La.id=this.parseIdentifier(!0),La.key=this.flowParseTypeInitialiser()):(La.id=null,La.key=this.flowParseType()),this.expect(1),La.value=this.flowParseTypeInitialiser(),La.variance=fl,this.finishNode(La,"ObjectTypeIndexer")}flowParseObjectTypeInternalSlot(La,hl){return La.static=hl,La.id=this.parseIdentifier(!0),this.expect(1),this.expect(1),this.match(43)||this.match(6)?(La.method=!0,La.optional=!1,La.value=this.flowParseObjectTypeMethodish(this.startNodeAtNode(La))):(La.method=!1,this.eat(13)&&(La.optional=!0),La.value=this.flowParseTypeInitialiser()),this.finishNode(La,"ObjectTypeInternalSlot")}flowParseObjectTypeMethodish(La){for(La.params=[],La.rest=null,La.typeParameters=null,La.this=null,this.match(43)&&(La.typeParameters=this.flowParseTypeParameterDeclaration()),this.expect(6),this.match(74)&&(La.this=this.flowParseFunctionTypeParam(!0),La.this.name=null,this.match(7)||this.expect(8));!this.match(7)&&!this.match(17);)La.params.push(this.flowParseFunctionTypeParam(!1)),this.match(7)||this.expect(8);return this.eat(17)&&(La.rest=this.flowParseFunctionTypeParam(!1)),this.expect(7),La.returnType=this.flowParseTypeInitialiser(),this.finishNode(La,"FunctionTypeAnnotation")}flowParseObjectTypeCallProperty(La,hl){let fl=this.startNode();return La.static=hl,La.value=this.flowParseObjectTypeMethodish(fl),this.finishNode(La,"ObjectTypeCallProperty")}flowParseObjectType({allowStatic:La,allowExact:hl,allowSpread:fl,allowProto:yl,allowInexact:Pl}){let Ul=this.state.inType;this.state.inType=!0;let Gd=this.startNode();Gd.callProperties=[],Gd.properties=[],Gd.indexers=[],Gd.internalSlots=[];let af,n_,i_=!1;for(hl&&this.match(3)?(this.expect(3),af=5,n_=!0):(this.expect(2),af=4,n_=!1),Gd.exact=n_;!this.match(af);){let hl=!1,Ul=null,af=null,p_=this.startNode();if(yl&&this.isContextual(114)){let hl=this.lookahead();hl.type!==10&&hl.type!==13&&(this.next(),Ul=this.state.startLoc,La=!1)}if(La&&this.isContextual(102)){let La=this.lookahead();La.type!==10&&La.type!==13&&(this.next(),hl=!0)}let w_=this.flowParseVariance();if(this.eat(0))Ul!=null&&this.unexpected(Ul),this.eat(0)?(w_&&this.unexpected(w_.start),Gd.internalSlots.push(this.flowParseObjectTypeInternalSlot(p_,hl))):Gd.indexers.push(this.flowParseObjectTypeIndexer(p_,hl,w_));else if(this.match(6)||this.match(43))Ul!=null&&this.unexpected(Ul),w_&&this.unexpected(w_.start),Gd.callProperties.push(this.flowParseObjectTypeCallProperty(p_,hl));else{let La="init";if(this.isContextual(95)||this.isContextual(100)){let hl=this.lookahead();Qe(hl.type)&&(La=this.state.value,this.next())}let yl=this.flowParseObjectTypeProperty(p_,hl,Ul,w_,La,fl,Pl??!n_);yl===null?(i_=!0,af=this.state.lastTokStartLoc):Gd.properties.push(yl)}this.flowObjectTypeSemicolon(),af&&!this.match(4)&&!this.match(5)&&this.raise(MA.UnexpectedExplicitInexactInObject,af)}this.expect(af),fl&&(Gd.inexact=i_);let p_=this.finishNode(Gd,"ObjectTypeAnnotation");return this.state.inType=Ul,p_}flowParseObjectTypeProperty(La,hl,fl,yl,Pl,Ul,Gd){if(this.eat(17))return this.match(8)||this.match(9)||this.match(4)||this.match(5)?(Ul?Gd||this.raise(MA.InexactInsideExact,this.state.lastTokStartLoc):this.raise(MA.InexactInsideNonObject,this.state.lastTokStartLoc),yl&&this.raise(MA.InexactVariance,yl),null):(Ul||this.raise(MA.UnexpectedSpreadType,this.state.lastTokStartLoc),fl!=null&&this.unexpected(fl),yl&&this.raise(MA.SpreadVariance,yl),La.argument=this.flowParseType(),this.finishNode(La,"ObjectTypeSpreadProperty"));{La.key=this.flowParseObjectPropertyKey(),La.static=hl,La.proto=fl!=null,La.kind=Pl;let Gd=!1;return this.match(43)||this.match(6)?(La.method=!0,fl!=null&&this.unexpected(fl),yl&&this.unexpected(yl.start),La.value=this.flowParseObjectTypeMethodish(this.startNodeAtNode(La)),Pl==="get"||Pl==="set"?this.flowCheckGetterSetterParams(La):!hl&&!Ul&&La.key.name==="constructor"&&La.value.this&&this.raise(MA.ThisParamBannedInConstructor,La.value.this)):(Pl!=="init"&&this.unexpected(),La.method=!1,this.eat(13)&&(Gd=!0),La.value=this.flowParseTypeInitialiser(),La.variance=yl),La.optional=Gd,this.finishNode(La,"ObjectTypeProperty")}}flowCheckGetterSetterParams(La){let hl=La.kind==="get"?0:1,fl=La.value,yl=fl.params.length+(fl.rest?1:0);fl.this&&this.raise(La.kind==="get"?MA.GetterMayNotHaveThisParam:MA.SetterMayNotHaveThisParam,fl.this),yl!==hl&&this.raise(La.kind==="get"?nA.BadGetterArity:nA.BadSetterArity,La),La.kind==="set"&&fl.rest&&this.raise(nA.BadSetterRestParameter,La)}flowObjectTypeSemicolon(){!this.eat(9)&&!this.eat(8)&&!this.match(4)&&!this.match(5)&&this.unexpected()}flowParseQualifiedTypeIdentifier(La,hl){La??(La=this.state.startLoc);let fl=hl||this.flowParseRestrictedIdentifier(!0);for(;this.eat(12);){let hl=this.startNodeAt(La);hl.qualification=fl,hl.id=this.flowParseRestrictedIdentifier(!0),fl=this.finishNode(hl,"QualifiedTypeIdentifier")}return fl}flowParseGenericType(La,hl){let fl=this.startNodeAt(La);return fl.typeParameters=null,fl.id=this.flowParseQualifiedTypeIdentifier(La,hl),this.match(43)&&(fl.typeParameters=this.flowParseTypeParameterInstantiation()),this.finishNode(fl,"GenericTypeAnnotation")}flowParseTypeofType(){let La=this.startNode();return this.expect(83),La.argument=this.flowParsePrimaryType(),this.finishNode(La,"TypeofTypeAnnotation")}flowParseTupleType(){let La=this.startNode();for(La.types=[],this.expect(0);this.state.possuper.parseFunctionBody(La,!0,fl));return}super.parseFunctionBody(La,!1,fl)}parseFunctionBodyAndFinish(La,hl,fl=!1){if(this.match(10)){let fl=this.startNode();hl==="FunctionDeclaration"||hl==="FunctionExpression"||hl==="ArrowFunctionExpression"?[fl.typeAnnotation,La.predicate]=this.flowParseTypeAndPredicateInitialiser(!0):fl.typeAnnotation=this.flowParseTypeInitialiser(),La.returnType=fl.typeAnnotation?this.finishNode(fl,"TypeAnnotation"):null}return super.parseFunctionBodyAndFinish(La,hl,fl)}parseStatementLike(La){if(this.state.strict&&this.isContextual(125)){let La=this.lookahead();if(B(La.type)){let La=this.startNode();return this.next(),this.flowParseInterface(La)}}else if(this.isContextual(122)){let La=this.startNode();return this.next(),this.flowParseEnumDeclaration(La)}let hl=super.parseStatementLike(La);return this.flowPragma===void 0&&!this.isValidDirective(hl)&&(this.flowPragma=null),hl}parseExpressionStatement(La,hl,fl){if(hl.type==="Identifier"){if(hl.name==="declare"){if(this.match(76)||C(this.state.type)||this.match(64)||this.match(70)||this.match(78))return this.flowParseDeclare(La)}else if(C(this.state.type)){if(hl.name==="interface")return this.flowParseInterface(La);if(hl.name==="type")return this.flowParseTypeAlias(La);if(hl.name==="opaque")return this.flowParseOpaqueType(La,!1)}}return super.parseExpressionStatement(La,hl,fl)}shouldParseExportDeclaration(){let{type:La}=this.state;return La===122||_e(La)?!this.state.containsEsc:super.shouldParseExportDeclaration()}isExportDefaultSpecifier(){let{type:La}=this.state;return La===122||_e(La)?this.state.containsEsc:super.isExportDefaultSpecifier()}parseExportDefaultExpression(){if(this.isContextual(122)){let La=this.startNode();return this.next(),this.flowParseEnumDeclaration(La)}return super.parseExportDefaultExpression()}parseConditional(La,hl,fl){if(!this.match(13))return La;if(fl!=null){let hl=this.lookaheadCharCode();if(hl===44||hl===61||hl===58||hl===41)return this.setOptionalParametersError(fl),La}this.expect(13);let yl=this.state.clone(),Pl=this.state.noArrowAt,Ul=this.startNodeAt(hl),{consequent:Gd,failed:af}=this.tryParseConditionalConsequent(),n_=this.getArrowLikeExpressions(Gd),i_=n_[0],p_=n_[1];if(af||p_.length>0){let La=[...Pl];if(p_.length>0){this.state=yl,this.state.noArrowAt=La;for(let hl=0;hl1&&this.raise(MA.AmbiguousConditionalArrow,yl.startLoc),af&&i_.length===1&&(this.state=yl,La.push(i_[0].start),this.state.noArrowAt=La,({consequent:Gd}=this.tryParseConditionalConsequent()))}return this.getArrowLikeExpressions(Gd,!0),this.state.noArrowAt=Pl,this.expect(10),Ul.test=La,Ul.consequent=Gd,Ul.alternate=this.forwardNoArrowParamsConversionAt(Ul,()=>this.parseMaybeAssign(void 0,void 0)),this.finishNode(Ul,"ConditionalExpression")}tryParseConditionalConsequent(){this.state.noArrowParamsConversionAt.push(this.state.start);let La=this.parseMaybeAssignAllowIn(),hl=!this.match(10);return this.state.noArrowParamsConversionAt.pop(),{consequent:La,failed:hl}}getArrowLikeExpressions(La,hl){let fl=[La],yl=[];for(;fl.length!==0;){let La=fl.pop();La.type==="ArrowFunctionExpression"&&La.body.type!=="BlockStatement"?(La.typeParameters||!La.returnType?this.finishArrowValidation(La):yl.push(La),fl.push(La.body)):La.type==="ConditionalExpression"&&(fl.push(La.consequent),fl.push(La.alternate))}return hl?(yl.forEach(La=>this.finishArrowValidation(La)),[yl,[]]):Wi(yl,La=>La.params.every(La=>this.isAssignable(La,!0)))}finishArrowValidation(La){this.toAssignableList(La.params,La.extra?.trailingCommaLoc,!1),this.scope.enter(518),super.checkParams(La,!1,!0),this.scope.exit()}forwardNoArrowParamsConversionAt(La,hl){let fl;return this.state.noArrowParamsConversionAt.includes(this.offsetToSourcePos(La.start))?(this.state.noArrowParamsConversionAt.push(this.state.start),fl=hl(),this.state.noArrowParamsConversionAt.pop()):fl=hl(),fl}parseParenItem(La,hl){let fl=super.parseParenItem(La,hl);if(this.eat(13)&&(fl.optional=!0,this.resetEndLocation(La)),this.match(10)){let La=this.startNodeAt(hl);return La.expression=fl,La.typeAnnotation=this.flowParseTypeAnnotation(),this.finishNode(La,"TypeCastExpression")}return fl}assertModuleNodeAllowed(La){La.type==="ImportDeclaration"&&(La.importKind==="type"||La.importKind==="typeof")||La.type==="ExportNamedDeclaration"&&La.exportKind==="type"||La.type==="ExportAllDeclaration"&&La.exportKind==="type"||super.assertModuleNodeAllowed(La)}parseExportDeclaration(La){if(this.isContextual(126)){La.exportKind="type";let hl=this.startNode();return this.next(),this.match(2)?(La.specifiers=this.parseExportSpecifiers(!0),super.parseExportFrom(La),null):this.flowParseTypeAlias(hl)}else if(this.isContextual(127)){La.exportKind="type";let hl=this.startNode();return this.next(),this.flowParseOpaqueType(hl,!1)}else if(this.isContextual(125)){La.exportKind="type";let hl=this.startNode();return this.next(),this.flowParseInterface(hl)}else if(this.isContextual(122)){La.exportKind="value";let hl=this.startNode();return this.next(),this.flowParseEnumDeclaration(hl)}else return super.parseExportDeclaration(La)}eatExportStar(La){return super.eatExportStar(La)?!0:this.isContextual(126)&&this.lookahead().type===51?(La.exportKind="type",this.next(),this.next(),!0):!1}maybeParseExportNamespaceSpecifier(La){let{startLoc:hl}=this.state,fl=super.maybeParseExportNamespaceSpecifier(La);return fl&&La.exportKind==="type"&&this.unexpected(hl),fl}parseClassId(La,hl,fl){if((!hl||fl)&&this.isContextual(109)){La.id=null;return}super.parseClassId(La,hl,fl),this.match(43)&&(La.typeParameters=this.flowParseTypeParameterDeclaration())}parseClassMember(La,hl,fl){let{startLoc:yl}=this.state;if(this.isContextual(121)){if(super.parseClassMemberFromModifier(La,hl))return;hl.declare=!0}super.parseClassMember(La,hl,fl),hl.declare&&(hl.type!=="ClassProperty"&&hl.type!=="ClassPrivateProperty"&&hl.type!=="PropertyDefinition"?this.raise(MA.DeclareClassElement,yl):hl.value&&this.raise(MA.DeclareClassFieldInitializer,hl.value))}isIterator(La){return La==="iterator"||La==="asyncIterator"}readIterator(){let La=super.readWord1(),hl="@@"+La;(!this.isIterator(La)||!this.state.inType)&&this.raise(nA.InvalidIdentifier,this.state.curPosition(),{identifierName:hl}),this.finishToken(128,hl)}getTokenFromCode(La){let hl=this.input.charCodeAt(this.state.pos+1);La===123&&hl===124?this.finishOp(3,2):this.state.inType&&(La===62||La===60)?this.finishOp(La===62?44:43,1):this.state.inType&&La===63?hl===46?this.finishOp(14,2):this.finishOp(13,1):ji(La,hl,this.input.charCodeAt(this.state.pos+2))?(this.state.pos+=2,this.readIterator()):super.getTokenFromCode(La)}isAssignable(La,hl){return La.type==="TypeCastExpression"?this.isAssignable(La.expression,hl):super.isAssignable(La,hl)}toAssignable(La,hl=!1){!hl&&La.type==="AssignmentExpression"&&La.left.type==="TypeCastExpression"&&(La.left=this.typeCastToParameter(La.left)),super.toAssignable(La,hl)}toAssignableListItem(La,hl,fl){let yl=La[hl];yl.type==="TypeCastExpression"&&(La[hl]=this.typeCastToParameter(yl)),super.toAssignableListItem(La,hl,fl)}toReferencedList(La,hl){for(let fl=0;fl1||!hl)&&this.raise(MA.TypeCastInPattern,yl.typeAnnotation)}return La}parseArrayLike(La,hl){let fl=super.parseArrayLike(La,hl);return fl.type==="ArrayExpression"&&this.toReferencedList(fl.elements),fl}isValidLVal(La,hl,fl,yl){return La==="TypeCastExpression"||super.isValidLVal(La,hl,fl,yl)}parseClassProperty(La){return this.match(10)&&(La.typeAnnotation=this.flowParseTypeAnnotation()),super.parseClassProperty(La)}parseClassPrivateProperty(La){return this.match(10)&&(La.typeAnnotation=this.flowParseTypeAnnotation()),super.parseClassPrivateProperty(La)}isClassMethod(){return this.match(43)||super.isClassMethod()}isClassProperty(){return this.match(10)||super.isClassProperty()}isNonstaticConstructor(La){return!this.match(10)&&super.isNonstaticConstructor(La)}pushClassMethod(La,hl,fl,yl,Pl,Ul){if(hl.variance&&this.unexpected(hl.variance.start),delete hl.variance,this.match(43)&&(hl.typeParameters=this.flowParseTypeParameterDeclaration()),super.pushClassMethod(La,hl,fl,yl,Pl,Ul),hl.params&&Pl){let La=hl.params;La.length>0&&this.isThisParam(La[0])&&this.raise(MA.ThisParamBannedInConstructor,hl)}else if(hl.type==="MethodDefinition"&&Pl&&hl.value.params){let La=hl.value.params;La.length>0&&this.isThisParam(La[0])&&this.raise(MA.ThisParamBannedInConstructor,hl)}}pushClassPrivateMethod(La,hl,fl,yl){hl.variance&&this.unexpected(hl.variance.start),delete hl.variance,this.match(43)&&(hl.typeParameters=this.flowParseTypeParameterDeclaration()),super.pushClassPrivateMethod(La,hl,fl,yl)}flowParseClassImplements(){let La=this.startNode();return La.id=this.flowParseRestrictedIdentifier(!0),this.match(43)?La.typeParameters=this.flowParseTypeParameterInstantiation():La.typeParameters=null,this.finishNode(La,"ClassImplements")}parseClassSuper(La){if(super.parseClassSuper(La),La.superClass&&(this.match(43)||this.match(47))&&(La.superTypeArguments=this.flowParseTypeParameterInstantiationInExpression()),this.eatContextual(109)){let hl=La.implements=[];do{hl.push(this.flowParseClassImplements())}while(this.eat(8))}}checkGetterSetterParams(La){super.checkGetterSetterParams(La);let hl=this.getObjectOrClassMethodParams(La);if(hl.length>0){let fl=hl[0];this.isThisParam(fl)&&La.kind==="get"?this.raise(MA.GetterMayNotHaveThisParam,fl):this.isThisParam(fl)&&this.raise(MA.SetterMayNotHaveThisParam,fl)}}parsePropertyNamePrefixOperator(La){La.variance=this.flowParseVariance()}parseObjPropValue(La,hl,fl,yl,Pl,Ul,Gd){La.variance&&this.unexpected(La.variance.start),delete La.variance;let af;this.match(43)&&!Ul&&(af=this.flowParseTypeParameterDeclaration(),this.match(6)||this.unexpected());let n_=super.parseObjPropValue(La,hl,fl,yl,Pl,Ul,Gd);return af&&((n_.value||n_).typeParameters=af),n_}parseFunctionParamType(La){return this.eat(13)&&(La.type!=="Identifier"&&this.raise(MA.PatternIsOptional,La),this.isThisParam(La)&&this.raise(MA.ThisParamMayNotBeOptional,La),La.optional=!0),this.match(10)?La.typeAnnotation=this.flowParseTypeAnnotation():this.isThisParam(La)&&this.raise(MA.ThisParamAnnotationRequired,La),this.match(25)&&this.isThisParam(La)&&this.raise(MA.ThisParamNoDefault,La),this.resetEndLocation(La),La}parseMaybeDefault(La,hl){let fl=super.parseMaybeDefault(La,hl);return fl.type==="AssignmentPattern"&&fl.typeAnnotation&&fl.right.startsuper.parseMaybeAssign(La,hl),fl),!yl.error)return yl.node;let{context:Pl}=this.state,Ul=Pl[Pl.length-1];(Ul===vA.j_oTag||Ul===vA.j_expr)&&Pl.pop()}if(yl?.error||this.match(43)){fl=fl||this.state.clone();let Pl,Ul=this.tryParse(fl=>{Pl=this.flowParseTypeParameterDeclaration();let yl=this.forwardNoArrowParamsConversionAt(Pl,()=>{let fl=super.parseMaybeAssign(La,hl);return this.resetStartLocationFromNode(fl,Pl),fl});yl.extra?.parenthesized&&fl();let Ul=this.maybeUnwrapTypeCastExpression(yl);return Ul.type!=="ArrowFunctionExpression"&&fl(),Ul.typeParameters=Pl,this.resetStartLocationFromNode(Ul,Pl),yl},fl),Gd=null;if(Ul.node&&this.maybeUnwrapTypeCastExpression(Ul.node).type==="ArrowFunctionExpression"){if(!Ul.error&&!Ul.aborted)return Ul.node.async&&this.raise(MA.UnexpectedTypeParameterBeforeAsyncArrowFunction,Pl),Ul.node;Gd=Ul.node}if(yl?.node)return this.state=yl.failState,yl.node;if(Gd)return this.state=Ul.failState,Gd;throw yl?.thrown?yl.error:Ul.thrown?Ul.error:this.raise(MA.UnexpectedTokenAfterTypeParameter,Pl)}return super.parseMaybeAssign(La,hl)}parseArrow(La){if(this.match(10)){let hl=this.tryParse(()=>{let hl=this.state.noAnonFunctionType;this.state.noAnonFunctionType=!0;let fl=this.startNode();return[fl.typeAnnotation,La.predicate]=this.flowParseTypeAndPredicateInitialiser(!0),this.state.noAnonFunctionType=hl,this.canInsertSemicolon()&&this.unexpected(),this.match(15)||this.unexpected(),fl});if(hl.thrown)return null;hl.error&&(this.state=hl.failState),La.returnType=hl.node.typeAnnotation?this.finishNode(hl.node,"TypeAnnotation"):null}return super.parseArrow(La)}shouldParseArrow(La){return this.match(10)||super.shouldParseArrow(La)}setArrowFunctionParameters(La,hl){this.state.noArrowParamsConversionAt.includes(this.offsetToSourcePos(La.start))?La.params=hl:super.setArrowFunctionParameters(La,hl)}checkParams(La,hl,fl,yl=!0){if(!(fl&&this.state.noArrowParamsConversionAt.includes(this.offsetToSourcePos(La.start)))){for(let hl=0;hl0&&this.raise(MA.ThisParamMustBeFirst,La.params[hl]);super.checkParams(La,hl,fl,yl)}}parseParenAndDistinguishExpression(La){return super.parseParenAndDistinguishExpression(La&&!this.state.noArrowAt.includes(this.sourceToOffsetPos(this.state.start)))}parseSubscripts(La,hl,fl){if(La.type==="Identifier"&&La.name==="async"&&this.state.noArrowAt.includes(hl.index)){this.next();let fl=this.startNodeAt(hl);fl.callee=La,fl.arguments=super.parseCallExpressionArguments(),La=this.finishNode(fl,"CallExpression")}else if(La.type==="Identifier"&&La.name==="async"&&this.match(43)){let yl=this.state.clone(),Pl=this.tryParse(La=>this.parseAsyncArrowWithTypeParameters(hl)||La(),yl);if(!Pl.error&&!Pl.aborted)return Pl.node;let Ul=this.tryParse(()=>super.parseSubscripts(La,hl,fl),yl);if(Ul.node&&!Ul.error)return Ul.node;if(Pl.node)return this.state=Pl.failState,Pl.node;if(Ul.node)return this.state=Ul.failState,Ul.node;throw Pl.error||Ul.error}return super.parseSubscripts(La,hl,fl)}parseSubscript(La,hl,fl,yl){if(this.match(14)&&this.isLookaheadToken_lt()){if(yl.optionalChainMember=!0,fl)return yl.stop=!0,La;this.next();let Pl=this.startNodeAt(hl);return Pl.callee=La,Pl.typeArguments=this.flowParseTypeParameterInstantiationInExpression(),this.expect(6),Pl.arguments=this.parseCallExpressionArguments(),Pl.optional=!0,this.finishCallExpression(Pl,!0)}else if(!fl&&this.shouldParseTypes()&&(this.match(43)||this.match(47))){let fl=this.startNodeAt(hl);fl.callee=La;let Pl=this.tryParse(()=>(fl.typeArguments=this.flowParseTypeParameterInstantiationCallOrNew(),this.expect(6),fl.arguments=super.parseCallExpressionArguments(),yl.optionalChainMember&&(fl.optional=!1),this.finishCallExpression(fl,yl.optionalChainMember)));if(Pl.node)return Pl.error&&(this.state=Pl.failState),Pl.node}return super.parseSubscript(La,hl,fl,yl)}parseNewCallee(La){super.parseNewCallee(La);let hl=null;this.shouldParseTypes()&&this.match(43)&&(hl=this.tryParse(()=>this.flowParseTypeParameterInstantiationCallOrNew()).node),La.typeArguments=hl}parseAsyncArrowWithTypeParameters(La){let hl=this.startNodeAt(La);if(this.parseFunctionParams(hl,!1),!!this.parseArrow(hl))return super.parseArrowExpression(hl,void 0,!0)}readToken_mult_modulo(La){let hl=this.input.charCodeAt(this.state.pos+1);if(La===42&&hl===47&&this.state.hasFlowComment){this.state.hasFlowComment=!1,this.state.pos+=2,this.nextToken();return}super.readToken_mult_modulo(La)}readToken_pipe_amp(La){let hl=this.input.charCodeAt(this.state.pos+1);if(La===124&&hl===125){this.finishOp(5,2);return}super.readToken_pipe_amp(La)}parseTopLevel(La,hl){let fl=super.parseTopLevel(La,hl);return this.state.hasFlowComment&&this.raise(MA.UnterminatedFlowComment,this.state.curPosition()),fl}skipBlockComment(){if(this.hasPlugin("flowComments")&&this.skipFlowComment()){if(this.state.hasFlowComment)throw this.raise(MA.NestedFlowComment,this.state.startLoc);this.hasFlowCommentCompletion();let La=this.skipFlowComment();La&&(this.state.pos+=La,this.state.hasFlowComment=!0);return}return super.skipBlockComment(this.state.hasFlowComment?"*-/":"*/")}skipFlowComment(){let{pos:La}=this.state,hl=2;for(;[32,9].includes(this.input.charCodeAt(La+hl));)hl++;let fl=this.input.charCodeAt(hl+La),yl=this.input.charCodeAt(hl+La+1);return fl===58&&yl===58?hl+2:this.input.slice(hl+La,hl+La+12)==="flow-include"?hl+12:fl===58&&yl!==58?hl:!1}hasFlowCommentCompletion(){if(this.input.indexOf("*/",this.state.pos)===-1)throw this.raise(nA.UnterminatedComment,this.state.curPosition())}flowEnumErrorBooleanMemberNotInitialized(La,hl){this.raise(MA.EnumBooleanMemberNotInitialized,La,hl)}flowEnumErrorInvalidMemberInitializer(La,hl){return this.raise(hl.explicitType?hl.explicitType==="symbol"?MA.EnumInvalidMemberInitializerSymbolType:MA.EnumInvalidMemberInitializerPrimaryType:MA.EnumInvalidMemberInitializerUnknownType,La,hl)}flowEnumErrorNumberMemberNotInitialized(La,hl){this.raise(MA.EnumNumberMemberNotInitialized,La,hl)}flowEnumErrorStringMemberInconsistentlyInitialized(La,hl){this.raise(MA.EnumStringMemberInconsistentlyInitialized,La,hl)}flowEnumMemberInit(){let La=this.state.startLoc,s=()=>this.match(8)||this.match(4);switch(this.state.type){case 131:{let La=this.parseNumericLiteral(this.state.value);if(s())return{type:"number",loc:La.start,value:La};break}case 130:{let La=this.parseStringLiteral(this.state.value);if(s())return{type:"string",loc:La.start,value:La};break}case 81:case 82:{let La=this.parseBooleanLiteral(this.match(81));if(s())return{type:"boolean",loc:La.start,value:La}}}return{type:"invalid",loc:La}}flowEnumMemberRaw(){let La=this.state.startLoc,hl=this.parseIdentifier(!0),fl=this.eat(25)?this.flowEnumMemberInit():{type:"none",loc:La};return{id:hl,init:fl}}flowEnumCheckExplicitTypeMismatch(La,hl,fl){let{explicitType:yl}=hl;yl!==null&&yl!==fl&&this.flowEnumErrorInvalidMemberInitializer(La,hl)}flowEnumMembers({enumName:La,explicitType:hl}){let fl=new Set,yl={booleanMembers:[],numberMembers:[],stringMembers:[],defaultedMembers:[]},Pl=!1;for(;!this.match(4);){if(this.eat(17)){Pl=!0;break}let Ul=this.startNode(),{id:Gd,init:af}=this.flowEnumMemberRaw(),n_=Gd.name;if(n_==="")continue;/^[a-z]/.test(n_)&&this.raise(MA.EnumInvalidMemberName,Gd,{memberName:n_,suggestion:n_[0].toUpperCase()+n_.slice(1),enumName:La}),fl.has(n_)&&this.raise(MA.EnumDuplicateMemberName,Gd,{memberName:n_,enumName:La}),fl.add(n_);let i_={enumName:La,explicitType:hl,memberName:n_};switch(Ul.id=Gd,af.type){case"boolean":{this.flowEnumCheckExplicitTypeMismatch(af.loc,i_,"boolean"),Ul.init=af.value,yl.booleanMembers.push(this.finishNode(Ul,"EnumBooleanMember"));break}case"number":{this.flowEnumCheckExplicitTypeMismatch(af.loc,i_,"number"),Ul.init=af.value,yl.numberMembers.push(this.finishNode(Ul,"EnumNumberMember"));break}case"string":{this.flowEnumCheckExplicitTypeMismatch(af.loc,i_,"string"),Ul.init=af.value,yl.stringMembers.push(this.finishNode(Ul,"EnumStringMember"));break}case"invalid":throw this.flowEnumErrorInvalidMemberInitializer(af.loc,i_);case"none":switch(hl){case"boolean":this.flowEnumErrorBooleanMemberNotInitialized(af.loc,i_);break;case"number":this.flowEnumErrorNumberMemberNotInitialized(af.loc,i_);break;default:yl.defaultedMembers.push(this.finishNode(Ul,"EnumDefaultedMember"))}}this.match(4)||this.expect(8)}return{members:yl,hasUnknownMembers:Pl}}flowEnumStringMembers(La,hl,{enumName:fl}){if(La.length===0)return hl;if(hl.length===0)return La;if(hl.length>La.length){for(let hl of La)this.flowEnumErrorStringMemberInconsistentlyInitialized(hl,{enumName:fl});return hl}else{for(let La of hl)this.flowEnumErrorStringMemberInconsistentlyInitialized(La,{enumName:fl});return La}}flowEnumParseExplicitType({enumName:La}){if(!this.eatContextual(98))return null;if(!C(this.state.type))throw this.raise(MA.EnumInvalidExplicitTypeUnknownSupplied,this.state.startLoc,{enumName:La});let{value:hl}=this.state;return this.next(),hl!=="boolean"&&hl!=="number"&&hl!=="string"&&hl!=="symbol"&&this.raise(MA.EnumInvalidExplicitType,this.state.startLoc,{enumName:La,invalidEnumType:hl}),hl}flowEnumBody(La,hl){let fl=hl.name,yl=hl.start,Pl=this.flowEnumParseExplicitType({enumName:fl});this.expect(2);let{members:Ul,hasUnknownMembers:Gd}=this.flowEnumMembers({enumName:fl,explicitType:Pl});switch(La.hasUnknownMembers=Gd,Pl){case"boolean":return La.explicitType=!0,La.members=Ul.booleanMembers,this.expect(4),this.finishNode(La,"EnumBooleanBody");case"number":return La.explicitType=!0,La.members=Ul.numberMembers,this.expect(4),this.finishNode(La,"EnumNumberBody");case"string":return La.explicitType=!0,La.members=this.flowEnumStringMembers(Ul.stringMembers,Ul.defaultedMembers,{enumName:fl}),this.expect(4),this.finishNode(La,"EnumStringBody");case"symbol":return La.members=Ul.defaultedMembers,this.expect(4),this.finishNode(La,"EnumSymbolBody");default:{let c=()=>(La.members=[],this.expect(4),this.finishNode(La,"EnumStringBody"));La.explicitType=!1;let hl=Ul.booleanMembers.length,Pl=Ul.numberMembers.length,Gd=Ul.stringMembers.length,af=Ul.defaultedMembers.length;if(!hl&&!Pl&&!Gd&&!af)return c();if(!hl&&!Pl)return La.members=this.flowEnumStringMembers(Ul.stringMembers,Ul.defaultedMembers,{enumName:fl}),this.expect(4),this.finishNode(La,"EnumStringBody");if(!Pl&&!Gd&&hl>=af){for(let La of Ul.defaultedMembers)this.flowEnumErrorBooleanMemberNotInitialized(La.start,{enumName:fl,memberName:La.id.name});return La.members=Ul.booleanMembers,this.expect(4),this.finishNode(La,"EnumBooleanBody")}else if(!hl&&!Gd&&Pl>=af){for(let La of Ul.defaultedMembers)this.flowEnumErrorNumberMemberNotInitialized(La.start,{enumName:fl,memberName:La.id.name});return La.members=Ul.numberMembers,this.expect(4),this.finishNode(La,"EnumNumberBody")}else return this.raise(MA.EnumInconsistentMemberValues,yl,{enumName:fl}),c()}}}flowParseEnumDeclaration(La){let hl=this.parseIdentifier();return La.id=hl,La.body=this.flowEnumBody(this.startNode(),hl),this.finishNode(La,"EnumDeclaration")}jsxParseOpeningElementAfterName(La){return this.shouldParseTypes()&&(this.match(43)||this.match(47))&&(La.typeArguments=this.flowParseTypeParameterInstantiationInExpression()),super.jsxParseOpeningElementAfterName(La)}isLookaheadToken_lt(){let La=this.nextTokenStart();if(this.input.charCodeAt(La)===60){let hl=this.input.charCodeAt(La+1);return hl!==60&&hl!==61}return!1}reScan_lt_gt(){let{type:La}=this.state;La===43?(this.state.pos-=1,this.readToken_lt()):La===44&&(this.state.pos-=1,this.readToken_gt())}reScan_lt(){let{type:La}=this.state;return La===47?(this.state.pos-=2,this.finishOp(43,1),43):La}maybeUnwrapTypeCastExpression(La){return La.type==="TypeCastExpression"?La.expression:La}};var GA=/\r\n|[\r\n\u2028\u2029]/,qA=new RegExp(GA.source,"g");function tt(La){switch(La){case 10:case 13:case 8232:case 8233:return!0;default:return!1}}function qe(La,hl,fl){for(let yl=hl;yl`Expected corresponding JSX closing tag for <${La}>.`,MissingClosingTagFragment:"Expected corresponding JSX closing tag for <>.",UnexpectedSequenceExpression:"Sequence expressions cannot be directly nested inside JSX. Did you mean to wrap it in parentheses (...)?",UnexpectedToken:({unexpected:La,HTMLEntity:hl})=>`Unexpected token \`${La}\`. Did you mean \`${hl}\` or \`{'${La}'}\`?`,UnsupportedJsxValue:"JSX value should be either an expression or a quoted JSX text.",UnterminatedJsxContent:"Unterminated JSX contents.",UnwrappedAdjacentJSXElements:"Adjacent JSX elements must be wrapped in an enclosing tag. Did you want a JSX fragment <>...?"},VA=F`jsx`(HA);function q(La){return La?La.type==="JSXOpeningFragment"||La.type==="JSXClosingFragment":!1}function Z(La){if(La.type==="JSXIdentifier")return La.name;if(La.type==="JSXNamespacedName")return La.namespace.name+":"+La.name.name;if(La.type==="JSXMemberExpression")return Z(La.object)+"."+Z(La.property);throw new Error("Node had unexpected type: "+La.type)}var Zi=La=>class extends La{jsxReadToken(){let La="",hl=this.state.pos;for(;;){if(this.state.pos>=this.length)throw this.raise(VA.UnterminatedJsxContent,this.state.startLoc);let fl=this.input.charCodeAt(this.state.pos);switch(fl){case 60:case 123:if(this.state.pos===this.state.start){fl===60&&this.state.canStartJSXElement?(++this.state.pos,this.finishToken(138)):super.getTokenFromCode(fl);return}La+=this.input.slice(hl,this.state.pos),this.finishToken(137,La);return;case 38:La+=this.input.slice(hl,this.state.pos),La+=this.jsxReadEntity(),hl=this.state.pos;break;case 62:case 125:this.raise(VA.UnexpectedToken,this.state.curPosition(),{unexpected:this.input[this.state.pos],HTMLEntity:fl===125?"}":">"});default:tt(fl)?(La+=this.input.slice(hl,this.state.pos),La+=this.jsxReadNewLine(!0),hl=this.state.pos):++this.state.pos}}}jsxReadNewLine(La){let hl=this.input.charCodeAt(this.state.pos),fl;return++this.state.pos,hl===13&&this.input.charCodeAt(this.state.pos)===10?(++this.state.pos,fl=La?`\n`:`\r\n`):fl=String.fromCharCode(hl),++this.state.curLine,this.state.lineStart=this.state.pos,fl}jsxReadString(La){let hl="",fl=++this.state.pos;for(;;){if(this.state.pos>=this.length)throw this.raise(nA.UnterminatedString,this.state.startLoc);let yl=this.input.charCodeAt(this.state.pos);if(yl===La)break;yl===38?(hl+=this.input.slice(fl,this.state.pos),hl+=this.jsxReadEntity(),fl=this.state.pos):tt(yl)?(hl+=this.input.slice(fl,this.state.pos),hl+=this.jsxReadNewLine(!1),fl=this.state.pos):++this.state.pos}hl+=this.input.slice(fl,this.state.pos++),this.finishToken(130,hl)}jsxReadEntity(){let La=++this.state.pos;if(this.codePointAtPos(this.state.pos)===35){++this.state.pos;let La=10;this.codePointAtPos(this.state.pos)===120&&(La=16,++this.state.pos);let hl=this.readInt(La,void 0,!1,"bail");if(hl!==null&&this.codePointAtPos(this.state.pos)===59)return++this.state.pos,String.fromCodePoint(hl)}else{let hl=0,fl=!1;for(;hl++<10&&this.state.pos=2&&La[La.length-1].flags===0&&(La[La.length-2].flags&2048)>0}importsStack=[];createScope(La){return this.importsStack.push(new Set),new WA(La)}enter(La){La&3072&&this.importsStack.push(new Set),super.enter(La)}exit(){let La=super.exit();return La&3072&&this.importsStack.pop(),La}hasImport(La,hl){let fl=this.importsStack.length;if(this.importsStack[fl-1].has(La))return!0;if(!hl&&fl>1){for(let hl=0;hl0){if(fl&256){let La=(fl&512)>0,hl=(yl&4)>0;return La!==hl}return!0}return fl&128&&(yl&8)>0?La.names.get(hl)&2?!!(fl&1):!1:fl&2&&(yl&1)>0?!0:super.isRedeclaredInScope(La,hl,fl)}checkLocalExport(La){let{name:hl}=La;if(this.hasImport(hl))return;let fl=this.scopeStack.length;for(let La=fl-1;La>=0;La--){let fl=this.scopeStack[La].tsNames.get(hl);if((fl&1)>0||(fl&16)>0)return}super.checkLocalExport(La)}},YA=class{sawUnambiguousESM=!1;ambiguousScriptDifferentAst=!1;sourceToOffsetPos(La){return La+this.startIndex}offsetToSourcePos(La){return La-this.startIndex}hasPlugin(La){if(typeof La=="string")return this.plugins.has(La);{let[hl,fl]=La;if(!this.hasPlugin(hl))return!1;let yl=this.plugins.get(hl);for(let La of Object.keys(fl))if(yl?.[La]!==fl[La])return!1;return!0}}getPluginOption(La,hl){return this.plugins.get(La)?.[hl]}};function ns(La,hl){La.trailingComments===void 0?La.trailingComments=hl:La.trailingComments.unshift(...hl)}function tr(La,hl){La.leadingComments===void 0?La.leadingComments=hl:La.leadingComments.unshift(...hl)}function Pt(La,hl){La.innerComments===void 0?La.innerComments=hl:La.innerComments.unshift(...hl)}function $(La,hl,fl){let yl=null,Pl=hl.length;for(;yl===null&&Pl>0;)yl=hl[--Pl];yl===null||yl.start>fl.start?Pt(La,fl.comments):ns(yl,fl.comments)}var KA=class extends YA{addComment(La){this.filename&&(La.loc.filename=this.filename);let{commentsLen:hl}=this.state;this.comments.length!==hl&&(this.comments.length=hl),this.comments.push(La),this.state.commentsLen++}processComment(La){let{commentStack:hl}=this.state,fl=hl.length;if(fl===0)return;let yl=fl-1,Pl=hl[yl];Pl.start===La.end&&(Pl.leadingNode=La,yl--);let Ul=La.start;for(;yl>=0;yl--){let fl=hl[yl],Pl=fl.end;if(Pl>Ul)fl.containingNode=La,this.finalizeComment(fl),hl.splice(yl,1);else{Pl===Ul&&(fl.trailingNode=La);break}}}finalizeComment(La){let{comments:hl}=La;if(La.leadingNode!==null||La.trailingNode!==null)La.leadingNode!==null&&ns(La.leadingNode,hl),La.trailingNode!==null&&tr(La.trailingNode,hl);else{let fl=La.containingNode,yl=La.start;if(this.input.charCodeAt(this.offsetToSourcePos(yl)-1)===44)switch(fl.type){case"ObjectExpression":case"ObjectPattern":$(fl,fl.properties,La);break;case"CallExpression":case"NewExpression":case"OptionalCallExpression":$(fl,fl.arguments,La);break;case"ImportExpression":$(fl,[fl.source,fl.options??null],La);break;case"FunctionDeclaration":case"FunctionExpression":case"ArrowFunctionExpression":case"ObjectMethod":case"ClassMethod":case"ClassPrivateMethod":case"TSTypeParameterDeclaration":$(fl,fl.params,La);break;case"ArrayExpression":case"ArrayPattern":$(fl,fl.elements,La);break;case"ExportNamedDeclaration":case"ImportDeclaration":$(fl,fl.specifiers,La);break;case"TSEnumBody":$(fl,fl.members,La);break;case"TSInterfaceBody":$(fl,fl.body,La);break;default:Pt(fl,hl)}else Pt(fl,hl)}}finalizeRemainingComments(){let{commentStack:La}=this.state;for(let hl=La.length-1;hl>=0;hl--)this.finalizeComment(La[hl]);this.state.commentStack=[]}resetPreviousNodeTrailingComments(La){let{commentStack:hl}=this.state,{length:fl}=hl;if(fl===0)return;let yl=hl[fl-1];yl.leadingNode===La&&(yl.leadingNode=null)}takeSurroundingComments(La,hl,fl){let{commentStack:yl}=this.state,Pl=yl.length;if(Pl===0)return;let Ul=Pl-1;for(;Ul>=0;Ul--){let Pl=yl[Ul],Gd=Pl.end;if(Pl.start===fl)Pl.leadingNode=La;else if(Gd===hl)Pl.trailingNode=La;else if(Gd0}set strict(La){La?this.flags|=1:this.flags&=-2}startIndex;curLine;lineStart;startLoc;endLoc;init({strictMode:La,sourceType:hl,startIndex:fl,startLine:yl,startColumn:Pl}){this.strict=La===!1?!1:La===!0?!0:hl==="module",this.startIndex=fl,this.curLine=yl,this.lineStart=-Pl,this.startLoc=this.endLoc=new w_(yl,Pl,fl)}errors=[];noArrowAt=[];noArrowParamsConversionAt=[];get canStartArrow(){return(this.flags&2)>0}set canStartArrow(La){La?this.flags|=2:this.flags&=-3}get inType(){return(this.flags&4)>0}set inType(La){La?this.flags|=4:this.flags&=-5}get noAnonFunctionType(){return(this.flags&8)>0}set noAnonFunctionType(La){La?this.flags|=8:this.flags&=-9}get hasFlowComment(){return(this.flags&16)>0}set hasFlowComment(La){La?this.flags|=16:this.flags&=-17}get isAmbientContext(){return(this.flags&32)>0}set isAmbientContext(La){La?this.flags|=32:this.flags&=-33}get inAbstractClass(){return(this.flags&64)>0}set inAbstractClass(La){La?this.flags|=64:this.flags&=-65}get inDisallowConditionalTypesContext(){return(this.flags&128)>0}set inDisallowConditionalTypesContext(La){La?this.flags|=128:this.flags&=-129}get inConditionalConsequent(){return(this.flags&256)>0}set inConditionalConsequent(La){La?this.flags|=256:this.flags&=-257}get inHackPipelineBody(){return(this.flags&512)>0}set inHackPipelineBody(La){La?this.flags|=512:this.flags&=-513}get seenTopicReference(){return(this.flags&1024)>0}set seenTopicReference(La){La?this.flags|=1024:this.flags&=-1025}labels=[];commentsLen=0;commentStack=[];pos=0;type=135;value=null;start=0;end=0;lastTokEndLoc=null;lastTokStartLoc=null;context=[vA.brace];get canStartJSXElement(){return(this.flags&2048)>0}set canStartJSXElement(La){La?this.flags|=2048:this.flags&=-2049}get containsEsc(){return(this.flags&4096)>0}set containsEsc(La){La?this.flags|=4096:this.flags&=-4097}firstInvalidTemplateEscapePos=null;get hasTopLevelAwait(){return(this.flags&8192)>0}set hasTopLevelAwait(La){La?this.flags|=8192:this.flags&=-8193}strictErrors=new Map;tokensLength=0;curPosition(){return new w_(this.curLine,this.pos-this.lineStart,this.pos+this.startIndex)}clone(){let La=new a;return La.flags=this.flags,La.startIndex=this.startIndex,La.curLine=this.curLine,La.lineStart=this.lineStart,La.startLoc=this.startLoc,La.endLoc=this.endLoc,La.errors=this.errors.slice(),La.noArrowAt=this.noArrowAt.slice(),La.noArrowParamsConversionAt=this.noArrowParamsConversionAt.slice(),La.labels=this.labels.slice(),La.commentsLen=this.commentsLen,La.commentStack=this.commentStack.slice(),La.pos=this.pos,La.type=this.type,La.value=this.value,La.start=this.start,La.end=this.end,La.lastTokEndLoc=this.lastTokEndLoc,La.lastTokStartLoc=this.lastTokStartLoc,La.context=this.context.slice(),La.firstInvalidTemplateEscapePos=this.firstInvalidTemplateEscapePos,La.strictErrors=this.strictErrors,La.tokensLength=this.tokensLength,La}},er=function(La){return La>=48&&La<=57},ZA={decBinOct:new Set([46,66,69,79,95,98,101,111]),hex:new Set([46,88,95,120])},hy={bin:La=>La===48||La===49,oct:La=>La>=48&&La<=55,dec:La=>La>=48&&La<=57,hex:La=>La>=48&&La<=57||La>=65&&La<=70||La>=97&&La<=102};function ze(La,hl,fl,yl,Pl,Ul){let Gd=fl,af=yl,n_=Pl,i_="",p_=null,w_=fl,{length:D_}=hl;for(;;){if(fl>=D_){Ul.unterminated(Gd,af,n_),i_+=hl.slice(w_,fl);break}let I_=hl.charCodeAt(fl);if(sr(La,I_,hl,fl)){i_+=hl.slice(w_,fl);break}if(I_===92){i_+=hl.slice(w_,fl);let Gd=ir(hl,fl,yl,Pl,La==="template",Ul);Gd.ch===null&&!p_?p_={pos:fl,lineStart:yl,curLine:Pl}:i_+=Gd.ch,({pos:fl,lineStart:yl,curLine:Pl}=Gd),w_=fl}else I_===8232||I_===8233?(++fl,++Pl,yl=fl):I_===10||I_===13?La==="template"?(i_+=hl.slice(w_,fl)+`\n`,++fl,I_===13&&hl.charCodeAt(fl)===10&&++fl,++Pl,w_=yl=fl):Ul.unterminated(Gd,af,n_):++fl}return{pos:fl,str:i_,firstInvalidLoc:p_,lineStart:yl,curLine:Pl}}function sr(La,hl,fl,yl){return La==="template"?hl===96||hl===36&&fl.charCodeAt(yl+1)===123:hl===(La==="double"?34:39)}function ir(La,hl,fl,yl,Pl,Ul){let Gd=!Pl;hl++;let o=La=>({pos:hl,ch:La,lineStart:fl,curLine:yl}),af=La.charCodeAt(hl++);switch(af){case 110:return o(`\n`);case 114:return o("\r");case 120:{let Pl;return({code:Pl,pos:hl}=ae(La,hl,fl,yl,2,!1,Gd,Ul)),o(Pl===null?null:String.fromCharCode(Pl))}case 117:{let Pl;return({code:Pl,pos:hl}=hs(La,hl,fl,yl,Gd,Ul)),o(Pl===null?null:String.fromCodePoint(Pl))}case 116:return o("\t");case 98:return o("\b");case 118:return o("\v");case 102:return o("\f");case 13:La.charCodeAt(hl)===10&&++hl;case 10:fl=hl,++yl;case 8232:case 8233:return o("");case 56:case 57:if(Pl)return o(null);Ul.strictNumericEscape(hl-1,fl,yl);default:if(af>=48&&af<=55){let Gd=hl-1,af=/^[0-7]+/.exec(La.slice(Gd,hl+2))[0],n_=parseInt(af,8);n_>255&&(af=af.slice(0,-1),n_=parseInt(af,8)),hl+=af.length-1;let i_=La.charCodeAt(hl);if(af!=="0"||i_===56||i_===57){if(Pl)return o(null);Ul.strictNumericEscape(Gd,fl,yl)}return o(String.fromCharCode(n_))}return o(String.fromCharCode(af))}}function ae(La,hl,fl,yl,Pl,Ul,Gd,af){let n_=hl,i_;return({n:i_,pos:hl}=os(La,hl,fl,yl,16,Pl,Ul,!1,af,!Gd)),i_===null&&(Gd?af.invalidEscapeSequence(n_,fl,yl):hl=n_-1),{code:i_,pos:hl}}function os(La,hl,fl,yl,Pl,Ul,Gd,af,n_,i_){let p_=hl,w_=Pl===16?ZA.hex:ZA.decBinOct,D_=Pl===16?hy.hex:Pl===10?hy.dec:Pl===8?hy.oct:hy.bin,I_=!1,N_=0;for(let p_=0,_m=Ul??1/0;p_<_m;++p_){let Ul=La.charCodeAt(hl),p_;if(Ul===95&&af!=="bail"){let Pl=La.charCodeAt(hl-1),Ul=La.charCodeAt(hl+1);if(af){if(Number.isNaN(Ul)||!D_(Ul)||w_.has(Pl)||w_.has(Ul)){if(i_)return{n:null,pos:hl};n_.unexpectedNumericSeparator(hl,fl,yl)}}else{if(i_)return{n:null,pos:hl};n_.numericSeparatorInEscapeSequence(hl,fl,yl)}++hl;continue}if(Ul>=97?p_=Ul-97+10:Ul>=65?p_=Ul-65+10:er(Ul)?p_=Ul-48:p_=1/0,p_>=Pl){if(p_<=9&&i_)return{n:null,pos:hl};if(p_<=9&&n_.invalidDigit(hl,fl,yl,Pl))p_=0;else if(Gd)p_=0,I_=!0;else break}++hl,N_=N_*Pl+p_}return hl===p_||Ul!=null&&hl-p_!==Ul||I_?{n:null,pos:hl}:{n:N_,pos:hl}}function hs(La,hl,fl,yl,Pl,Ul){let Gd=La.charCodeAt(hl),af;if(Gd===123){if(++hl,({code:af,pos:hl}=ae(La,hl,fl,yl,La.indexOf("}",hl)-hl,!0,Pl,Ul)),++hl,af!==null&&af>1114111)if(Pl)Ul.invalidCodePoint(hl,fl,yl);else return{code:null,pos:hl}}else({code:af,pos:hl}=ae(La,hl,fl,yl,4,!1,Pl,Ul));return{code:af,pos:hl}}function ut(La,hl,fl){return new w_(fl,La-hl,La)}var gy=new Set([103,109,115,105,121,117,100,118]),yy=class{constructor(La){let hl=La.startIndex||0;this.type=La.type,this.value=La.value,this.start=hl+La.start,this.end=hl+La.end,this.loc=new D_(La.startLoc,La.endLoc)}},wy,Sy=class extends KA{isLookahead;tokens=[];constructor(La,hl){super(),this.state=new XA,this.state.init(La),this.input=hl,this.length=hl.length,this.comments=[],this.isLookahead=!1,(!wy||wy.length<(this.length+1)*2)&&(wy=new Uint32Array((this.length+1)*2)),this.locData=wy}setLoc(La){let hl=this.offsetToSourcePos(La.index);this.locData[hl*2]=La.line,this.locData[hl*2+1]=La.column}getLoc(La){let hl=this.offsetToSourcePos(La);return new w_(this.locData[hl*2],this.locData[hl*2+1],La)}pushToken(La){this.tokens.length=this.state.tokensLength,this.tokens.push(La),++this.state.tokensLength}next(){this.checkKeywordEscapes(),this.optionFlags&512&&this.pushToken(new yy(this.state)),this.state.lastTokEndLoc=this.state.endLoc,this.state.lastTokStartLoc=this.state.startLoc,this.nextToken()}eat(La){return this.match(La)?(this.next(),!0):!1}match(La){return this.state.type===La}createLookaheadState(La){return{pos:La.pos,value:null,type:La.type,start:La.start,end:La.end,context:[this.curContext()],inType:La.inType,startLoc:La.startLoc,lastTokEndLoc:La.lastTokEndLoc,curLine:La.curLine,lineStart:La.lineStart,curPosition:La.curPosition}}lookahead(){let La=this.state;this.state=this.createLookaheadState(La),this.isLookahead=!0,this.nextToken(),this.isLookahead=!1;let hl=this.state;return this.state=La,hl}nextTokenStart(){return this.nextTokenStartSince(this.state.pos)}nextTokenStartSince(La){return $A.lastIndex=La,$A.test(this.input)?$A.lastIndex:La}lookaheadCharCode(){return this.lookaheadCharCodeSince(this.state.pos)}lookaheadCharCodeSince(La){return this.input.charCodeAt(this.nextTokenStartSince(La))}nextTokenInLineStart(){return this.nextTokenInLineStartSince(this.state.pos)}nextTokenInLineStartSince(La){return JA.lastIndex=La,JA.test(this.input)?JA.lastIndex:La}lookaheadInLineCharCode(){return this.input.charCodeAt(this.nextTokenInLineStart())}codePointAtPos(La){let hl=this.input.charCodeAt(La);if((hl&64512)===55296&&++Lathis.raise(La,hl)),this.state.strictErrors.clear())}curContext(){return this.state.context[this.state.context.length-1]}nextToken(){if(this.skipSpace(),this.state.start=this.state.pos,this.isLookahead||(this.state.startLoc=this.state.curPosition()),this.state.pos>=this.length){this.finishToken(135);return}this.getTokenFromCode(this.codePointAtPos(this.state.pos))}skipBlockComment(La){let hl;this.isLookahead||(hl=this.state.curPosition());let fl=this.state.pos,yl=this.input.indexOf(La,fl+2);if(yl===-1)throw this.raise(nA.UnterminatedComment,this.state.curPosition());for(this.state.pos=yl+La.length,qA.lastIndex=fl+2;qA.test(this.input)&&qA.lastIndex<=yl;)++this.state.curLine,this.state.lineStart=qA.lastIndex;if(this.isLookahead)return;let Pl={type:"CommentBlock",value:this.input.slice(fl+2,yl),start:this.sourceToOffsetPos(fl),end:this.sourceToOffsetPos(yl+La.length),loc:new D_(hl,this.state.curPosition())};return this.optionFlags&512&&this.pushToken(Pl),Pl}skipLineComment(La){let hl=this.state.pos,fl;this.isLookahead||(fl=this.state.curPosition());let yl=this.input.charCodeAt(this.state.pos+=La);if(this.state.posLa)){let La=this.skipLineComment(3);La!==void 0&&(this.addComment(La),hl?.push(La))}else break e}else if(fl===60&&!this.inModule&&this.optionFlags&16384){let La=this.state.pos;if(this.input.charCodeAt(La+1)===33&&this.input.charCodeAt(La+2)===45&&this.input.charCodeAt(La+3)===45){let La=this.skipLineComment(4);La!==void 0&&(this.addComment(La),hl?.push(La))}else break e}else break e}}if(hl?.length>0){let fl=this.state.pos,yl={start:this.sourceToOffsetPos(La),end:this.sourceToOffsetPos(fl),comments:hl,leadingNode:null,trailingNode:null,containingNode:null};this.state.commentStack.push(yl)}}finishToken(La,hl){this.state.end=this.state.pos,this.state.endLoc=this.state.curPosition();let fl=this.state.type;this.state.type=La,this.state.value=hl,this.isLookahead||this.updateContext(fl)}replaceToken(La){this.state.type=La,this.updateContext()}readToken_numberSign(){if(this.state.pos===0&&this.readToken_interpreter())return;let La=this.state.pos+1,hl=this.codePointAtPos(La);if(hl>=48&&hl<=57)throw this.raise(nA.UnexpectedDigitAfterHash,this.state.curPosition());R(hl)?(++this.state.pos,this.finishToken(134,this.readWord1(hl))):hl===92?(++this.state.pos,this.finishToken(134,this.readWord1())):this.finishOp(23,1)}readToken_dot(){let La=this.input.charCodeAt(this.state.pos+1);if(La>=48&&La<=57){this.readNumber(!0);return}La===46&&this.input.charCodeAt(this.state.pos+2)===46?(this.state.pos+=3,this.finishToken(17)):(++this.state.pos,this.finishToken(12))}readToken_slash(){this.input.charCodeAt(this.state.pos+1)===61?this.finishOp(27,2):this.finishOp(52,1)}readToken_interpreter(){if(this.state.pos!==0||this.length<2)return!1;let La=this.input.charCodeAt(this.state.pos+1);if(La!==33)return!1;let hl=this.state.pos;for(this.state.pos+=1;!tt(La)&&++this.state.pos=48&&hl<=57)?(this.state.pos+=2,this.finishToken(14)):(++this.state.pos,this.finishToken(13))}getTokenFromCode(La){switch(La){case 46:this.readToken_dot();return;case 40:++this.state.pos,this.finishToken(6);return;case 41:++this.state.pos,this.finishToken(7);return;case 59:++this.state.pos,this.finishToken(9);return;case 44:++this.state.pos,this.finishToken(8);return;case 91:++this.state.pos,this.finishToken(0);return;case 93:++this.state.pos,this.finishToken(1);return;case 123:++this.state.pos,this.finishToken(2);return;case 125:++this.state.pos,this.finishToken(4);return;case 58:this.hasPlugin("functionBind")&&this.input.charCodeAt(this.state.pos+1)===58?this.finishOp(11,2):(++this.state.pos,this.finishToken(10));return;case 63:this.readToken_question();return;case 96:this.readTemplateToken();return;case 48:{let La=this.input.charCodeAt(this.state.pos+1);if(La===120||La===88){this.readRadixNumber(16);return}if(La===111||La===79){this.readRadixNumber(8);return}if(La===98||La===66){this.readRadixNumber(2);return}}case 49:case 50:case 51:case 52:case 53:case 54:case 55:case 56:case 57:this.readNumber(!1);return;case 34:case 39:this.readString(La);return;case 47:this.readToken_slash();return;case 37:case 42:this.readToken_mult_modulo(La);return;case 124:case 38:this.readToken_pipe_amp(La);return;case 94:this.readToken_caret();return;case 43:case 45:this.readToken_plus_min(La);return;case 60:this.readToken_lt();return;case 62:this.readToken_gt();return;case 61:case 33:this.readToken_eq_excl(La);return;case 126:this.finishOp(32,1);return;case 64:this.readToken_atSign();return;case 35:this.readToken_numberSign();return;case 92:this.readWord();return;default:if(R(La)){this.readWord(La);return}}throw this.raise(nA.InvalidOrUnexpectedToken,this.state.curPosition(),{unexpected:String.fromCodePoint(La)})}finishOp(La,hl){let fl=this.input.slice(this.state.pos,this.state.pos+hl);this.state.pos+=hl,this.finishToken(La,fl)}readRegexp(){let La=this.state.startLoc,hl=this.state.start+1,fl,yl,{pos:Pl}=this.state;for(;;++Pl){if(Pl>=this.length)throw this.raise(nA.UnterminatedRegExp,O(La,1));let hl=this.input.charCodeAt(Pl);if(tt(hl))throw this.raise(nA.UnterminatedRegExp,O(La,1));if(fl)fl=!1;else{if(hl===91)yl=!0;else if(hl===93&&yl)yl=!1;else if(hl===47&&!yl)break;fl=hl===92}}let Ul=this.input.slice(hl,Pl);++Pl;let Gd="",h=()=>O(La,Pl+2-hl);for(;Pl=2&&this.input.charCodeAt(hl)===48;if(Gd){let La=this.input.slice(hl,this.state.pos);if(this.recordStrictModeErrors(nA.StrictOctalLiteral,fl),!this.state.strict){let hl=La.indexOf("_");hl>0&&this.raise(nA.ZeroDigitNumericSeparator,O(fl,hl))}Ul=Gd&&!/[89]/.test(La)}let af=this.input.charCodeAt(this.state.pos);af===46&&!Ul&&(++this.state.pos,this.readInt(10),yl=!0,af=this.input.charCodeAt(this.state.pos)),(af===69||af===101)&&!Ul&&(af=this.input.charCodeAt(++this.state.pos),(af===43||af===45)&&++this.state.pos,this.readInt(10)===null&&this.raise(nA.InvalidOrMissingExponent,fl),yl=!0,af=this.input.charCodeAt(this.state.pos));let i_=n_(0,this.input.slice(hl,this.state.pos),"_","");if(af===110&&((yl||Gd)&&this.raise(nA.InvalidBigIntLiteral,fl),++this.state.pos,Pl=!0),R(this.codePointAtPos(this.state.pos)))throw this.raise(nA.NumberIdentifier,this.state.curPosition());if(Pl){this.finishToken(132,i_);return}let p_=Ul?parseInt(i_,8):parseFloat(i_);this.finishToken(131,p_)}readCodePoint(La){let{code:hl,pos:fl}=hs(this.input,this.state.pos,this.state.lineStart,this.state.curLine,La,this.errorHandlers_readCodePoint);return this.state.pos=fl,hl}readString(La){let{str:hl,pos:fl,curLine:yl,lineStart:Pl}=ze(La===34?"double":"single",this.input,this.state.pos+1,this.state.lineStart,this.state.curLine,this.errorHandlers_readStringContents_string);this.state.pos=fl+1,this.state.lineStart=Pl,this.state.curLine=yl,this.finishToken(130,hl)}readTemplateContinuation(){this.match(4)||this.unexpected(null,4),this.state.pos--,this.readTemplateToken()}readTemplateToken(){let La=this.input[this.state.pos],{str:hl,firstInvalidLoc:fl,pos:yl,curLine:Pl,lineStart:Ul}=ze("template",this.input,this.state.pos+1,this.state.lineStart,this.state.curLine,this.errorHandlers_readStringContents_template);this.state.pos=yl+1,this.state.lineStart=Ul,this.state.curLine=Pl,fl&&(this.state.firstInvalidTemplateEscapePos=new w_(fl.curLine,fl.pos-fl.lineStart,this.sourceToOffsetPos(fl.pos))),this.input.codePointAt(yl)===96?this.finishToken(20,fl?null:La+hl+"`"):(this.state.pos++,this.finishToken(21,fl?null:La+hl+"${"))}recordStrictModeErrors(La,hl){let fl=hl.index;this.state.strict&&!this.state.strictErrors.has(fl)?this.raise(La,hl):this.state.strictErrors.set(fl,[La,hl])}readWord1(La){this.state.containsEsc=!1;let hl="",fl=this.state.pos,yl=this.state.pos;for(La!==void 0&&(this.state.pos+=La<=65535?1:2);this.state.pos=0;hl--){let Gd=Ul[hl];if(Gd.pos===Pl)return Ul[hl]=La(yl,Pl,fl);if(Gd.posthis.hasPlugin(La)))throw this.raise(nA.MissingOneOfPlugins,this.state.startLoc,{missingPlugin:La})}errorBuilder(La){return(hl,fl,yl)=>{this.raise(La,ut(hl,fl,yl))}}errorHandlers_readInt={invalidDigit:(La,hl,fl,yl)=>this.optionFlags&4096?(this.raise(nA.InvalidDigit,ut(La,hl,fl),{radix:yl}),!0):!1,numericSeparatorInEscapeSequence:this.errorBuilder(nA.NumericSeparatorInEscapeSequence),unexpectedNumericSeparator:this.errorBuilder(nA.UnexpectedNumericSeparator)};errorHandlers_readCodePoint={...this.errorHandlers_readInt,invalidEscapeSequence:this.errorBuilder(nA.InvalidEscapeSequence),invalidCodePoint:this.errorBuilder(nA.InvalidCodePoint)};errorHandlers_readStringContents_string={...this.errorHandlers_readCodePoint,strictNumericEscape:(La,hl,fl)=>{this.recordStrictModeErrors(nA.StrictNumericEscape,ut(La,hl,fl))},unterminated:(La,hl,fl)=>{throw this.raise(nA.UnterminatedString,ut(La-1,hl,fl))}};errorHandlers_readStringContents_template={...this.errorHandlers_readCodePoint,strictNumericEscape:this.errorBuilder(nA.StrictNumericEscape),unterminated:(La,hl,fl)=>{throw this.raise(nA.UnterminatedTemplate,ut(La,hl,fl))}}},Ty=class{privateNames=new Set;loneAccessors=new Map;undefinedPrivateNames=new Map},Zy=class{parser;stack=[];constructor(La){this.parser=La}current(){return this.stack[this.stack.length-1]}enter(){this.stack.push(new Ty)}exit(){let La=this.stack.pop(),hl=this.current();for(let[fl,yl]of Array.from(La.undefinedPrivateNames))hl?hl.undefinedPrivateNames.has(fl)||hl.undefinedPrivateNames.set(fl,yl):this.parser.raise(nA.InvalidPrivateFieldResolution,yl,{identifierName:fl})}declarePrivateName(La,hl,fl){let{privateNames:yl,loneAccessors:Pl,undefinedPrivateNames:Ul}=this.current(),Gd=yl.has(La);if(hl&3){let fl=Gd&&Pl.get(La);if(fl){let yl=fl&4,Ul=hl&4,af=fl&3,n_=hl&3;Gd=af===n_||yl!==Ul,Gd||Pl.delete(La)}else Gd||Pl.set(La,hl)}Gd&&this.parser.raise(nA.PrivateNameRedeclaration,fl,{identifierName:La}),yl.add(La),Ul.delete(La)}usePrivateName(La,hl){let fl;for(fl of this.stack)if(fl.privateNames.has(La))return;fl?fl.undefinedPrivateNames.set(La,hl):this.parser.raise(nA.InvalidPrivateFieldResolution,hl,{identifierName:La})}},kb=class{constructor(La=0){this.type=La}canBeArrowParameterDeclaration(){return this.type===2||this.type===1}isCertainlyParameterDeclaration(){return this.type===3}},Rb=class extends kb{declarationErrors=new Map;constructor(La){super(La)}recordDeclarationError(La,hl){this.declarationErrors.set(hl,La)}clearDeclarationError(La){this.declarationErrors.delete(La)}iterateErrors(La){this.declarationErrors.forEach(La)}},Nb=class{parser;stack=[new kb];constructor(La){this.parser=La}enter(La){this.stack.push(La)}exit(){this.stack.pop()}recordParameterInitializerError(La,hl){let{stack:fl}=this,yl=fl.length-1,Pl=fl[yl];for(;!Pl.isCertainlyParameterDeclaration();){if(Pl.canBeArrowParameterDeclaration())Pl.recordDeclarationError(La,hl);else return;Pl=fl[--yl]}this.parser.raise(La,hl)}recordArrowParameterBindingError(La,hl){let{stack:fl}=this,yl=fl[fl.length-1],Pl=hl.start;if(yl.isCertainlyParameterDeclaration())this.parser.raise(La,Pl);else if(yl.canBeArrowParameterDeclaration())yl.recordDeclarationError(La,Pl);else return}recordAsyncArrowParametersError(La){let{stack:hl}=this,fl=hl.length-1,yl=hl[fl];for(;yl.canBeArrowParameterDeclaration();)yl.type===2&&yl.recordDeclarationError(nA.AwaitBindingIdentifier,La),yl=hl[--fl]}validateAsPattern(){let{stack:La}=this,hl=La[La.length-1];hl.canBeArrowParameterDeclaration()&&hl.iterateErrors((hl,fl)=>{this.parser.raise(hl,fl);let yl=La.length-2,Pl=La[yl];for(;Pl.canBeArrowParameterDeclaration();)Pl.clearDeclarationError(fl),Pl=La[--yl]})}};function ar(){return new kb(3)}function nr(){return new Rb(1)}function or(){return new Rb(2)}function cs(){return new kb}var Ob=class{stacks=[];enter(La){this.stacks.push(La)}exit(){this.stacks.pop()}currentFlags(){return this.stacks[this.stacks.length-1]}get hasAwait(){return(this.currentFlags()&2)>0}get hasYield(){return(this.currentFlags()&1)>0}get hasReturn(){return(this.currentFlags()&4)>0}get hasIn(){return(this.currentFlags()&8)>0}get inFSharpPipelineDirectBody(){return(this.currentFlags()&16)===0}};function Nt(La,hl){return(La?2:0)|(hl?1:0)}var jb=class extends Sy{addExtra(La,hl,fl,yl=!0){if(!La)return;let{extra:Pl}=La;Pl==null&&(Pl={},La.extra=Pl),yl?Pl[hl]=fl:Object.defineProperty(Pl,hl,{enumerable:yl,value:fl})}isContextual(La){return this.state.type===La&&!this.state.containsEsc}isUnparsedContextual(La,hl){if(this.input.startsWith(hl,La)){let fl=this.input.charCodeAt(La+hl.length);return!(W(fl)||(fl&64512)===55296)}return!1}isLookaheadContextual(La){let hl=this.nextTokenStart();return this.isUnparsedContextual(hl,La)}eatContextual(La){return this.isContextual(La)?(this.next(),!0):!1}expectContextual(La,hl){if(!this.eatContextual(La)){if(hl!=null)throw this.raise(hl,this.state.startLoc);this.unexpected(null,La)}}canInsertSemicolon(){return this.match(135)||this.match(4)||this.hasPrecedingLineBreak()}hasPrecedingLineBreak(){return qe(this.input,this.offsetToSourcePos(this.state.lastTokEndLoc.index),this.state.start)}hasFollowingLineBreak(){return qe(this.input,this.state.end,this.nextTokenStart())}isLineTerminator(){return this.eat(9)||this.canInsertSemicolon()}semicolon(La=!0){(La?this.isLineTerminator():this.eat(9))||this.raise(nA.MissingSemicolon,this.state.lastTokEndLoc)}expect(La,hl){this.eat(La)||this.unexpected(hl,La)}tryParse(La,hl=this.state.clone()){let fl={node:null};try{let yl=La((La=null)=>{throw fl.node=La,fl});if(this.state.errors.length>hl.errors.length){let La=this.state;return this.state=hl,this.state.tokensLength=La.tokensLength,{node:yl,error:La.errors[hl.errors.length],thrown:!1,aborted:!1,failState:La}}return{node:yl,error:null,thrown:!1,aborted:!1,failState:null}}catch(La){let yl=this.state;if(this.state=hl,La instanceof SyntaxError)return{node:null,error:La,thrown:!0,aborted:!1,failState:yl};if(La===fl)return{node:fl.node,error:null,thrown:!1,aborted:!0,failState:yl};throw La}}checkExpressionErrors(La,hl){if(!La)return!1;let{shorthandAssignLoc:fl,doubleProtoLoc:yl,privateKeyLoc:Pl,optionalParametersLoc:Ul,voidPatternLoc:Gd}=La,af=!!fl||!!yl||!!Ul||!!Pl||!!Gd;if(!hl)return af;fl!=null&&this.raise(nA.InvalidCoverInitializedName,fl),yl!=null&&this.raise(nA.DuplicateProto,yl),Pl!=null&&this.raise(nA.UnexpectedPrivateField,Pl),Ul!=null&&this.unexpected(Ul),Gd!=null&&this.raise(nA.InvalidCoverDiscardElement,Gd)}isLiteralPropertyName(){return Qe(this.state.type)}isPrivateName(La){return La.type==="PrivateName"}getPrivateNameSV(La){return La.id.name}hasPropertyAsPrivateName(La){return(La.type==="MemberExpression"||La.type==="OptionalMemberExpression")&&this.isPrivateName(La.property)}isObjectProperty(La){return La.type==="ObjectProperty"}isObjectMethod(La){return La.type==="ObjectMethod"}initializeScopes(La=this.options.sourceType==="module"){let hl=this.state.labels;this.state.labels=[];let fl=this.exportedIdentifiers;this.exportedIdentifiers=new Set;let yl=this.inModule;this.inModule=La;let Pl=this.scope,Ul=this.getScopeHandler();this.scope=new Ul(this,La);let Gd=this.prodParam;this.prodParam=new Ob;let af=this.classScope;this.classScope=new Zy(this);let n_=this.expressionScope;return this.expressionScope=new Nb(this),()=>{this.state.labels=hl,this.exportedIdentifiers=fl,this.inModule=yl,this.scope=Pl,this.prodParam=Gd,this.classScope=af,this.expressionScope=n_}}enterInitialScopes(){let La=0;(this.inModule||this.optionFlags&1)&&(La|=2),this.optionFlags&32&&(La|=1);let hl=!this.inModule&&this.options.sourceType==="commonjs";(hl||this.optionFlags&2)&&(La|=4),this.prodParam.enter(La);let fl=hl?514:1;this.optionFlags&4&&(fl|=512),this.optionFlags&16&&(fl|=48),this.scope.enter(fl)}checkDestructuringPrivate(La){let{privateKeyLoc:hl}=La;hl!==null&&this.expectPlugin("destructuringPrivate",hl)}},Gb=class{shorthandAssignLoc=null;doubleProtoLoc=null;privateKeyLoc=null;optionalParametersLoc=null;voidPatternLoc=null},Hb=class{constructor(La,hl,fl,yl){this.start=fl,this.end=0,yl!==void 0&&(this.loc=new D_(yl)),La&128&&(this.range=[fl,0]),yl!==void 0&&hl&&(this.loc.filename=hl)}type=""},Xb=Hb.prototype,Zb=class extends jb{createPosition(La){return La}startNode(){let{startLoc:La}=this.state;return this.setLoc(La),this.startNodeAt(La)}startNodeAt(La){let{optionFlags:hl,filename:fl}=this;return hl&256?new Hb(hl,fl,La.index,this.createPosition(La)):new Hb(hl,fl,La.index)}startNodeAtNode(La){let{optionFlags:hl,filename:fl}=this;return hl&256?new Hb(hl,fl,La.start,La.loc.start):new Hb(hl,fl,La.start)}finishNode(La,hl){return this.finishNodeAt(La,hl,this.state.lastTokEndLoc)}finishNodeAt(La,hl,fl){La.type=hl,La.end=fl.index;let{optionFlags:yl}=this;return yl&256&&(La.loc.end=this.createPosition(fl)),yl&128&&(La.range[1]=fl.index),yl&8192&&this.processComment(La),La}finishNodeAtNode(La,hl,fl){La.type=hl,La.end=fl.end;let{optionFlags:yl}=this;return yl&256&&(La.loc.end=fl.loc.end),yl&128&&(La.range[1]=La.end),yl&8192&&this.processComment(La),La}resetStartLocation(La,hl){La.start=hl.index;let{optionFlags:fl}=this;fl&256&&(La.loc.start=this.createPosition(hl)),fl&128&&(La.range[0]=hl.index)}resetEndLocation(La,hl=this.state.lastTokEndLoc){La.end=hl.index;let{optionFlags:fl}=this;fl&256&&(La.loc.end=this.createPosition(hl)),fl&128&&(La.range[1]=hl.index)}resetStartLocationFromNode(La,hl){La.start=hl.start;let{optionFlags:fl}=this;fl&256&&(La.loc.start=hl.loc.start),fl&128&&(La.range[0]=hl.start)}resetEndLocationFromNode(La,hl){La.end=hl.end;let{optionFlags:fl}=this;fl&256&&(La.loc.end=hl.loc.end),fl&128&&(La.range[1]=hl.end)}castNodeTo(La,hl){return La.type=hl,La}cloneIdentifier(La){let{type:hl,start:fl,end:yl,loc:Pl,range:Ul,name:Gd}=La,af=Object.create(Xb);return af.type=hl,af.start=fl,af.end=yl,af.loc=Pl,af.range=Ul,af.name=Gd,La.extra&&(af.extra=La.extra),af}cloneStringLiteral(La){let{type:hl,start:fl,end:yl,loc:Pl,range:Ul,extra:Gd}=La,af=Object.create(Xb);return af.type=hl,af.start=fl,af.end=yl,af.loc=Pl,af.range=Ul,af.extra=Gd,af.value=La.value,af}},de=La=>La.type==="ParenthesizedExpression"?de(La.expression):La,Qv=class extends Zb{toAssignable(La,hl=!1){let fl;switch((La.type==="ParenthesizedExpression"||La.extra?.parenthesized)&&(fl=de(La),hl?fl.type==="Identifier"?this.expressionScope.recordArrowParameterBindingError(nA.InvalidParenthesizedAssignment,La):fl.type!=="CallExpression"&&fl.type!=="MemberExpression"&&!this.isOptionalMemberExpression(fl)&&this.raise(nA.InvalidParenthesizedAssignment,La):this.raise(nA.InvalidParenthesizedAssignment,La)),La.type){case"Identifier":case"ObjectPattern":case"ArrayPattern":case"AssignmentPattern":case"RestElement":case"VoidPattern":break;case"ObjectExpression":this.castNodeTo(La,"ObjectPattern");for(let fl=0,yl=La.properties.length,Pl=yl-1;flLa.type!=="ObjectMethod"&&(fl===hl||La.type!=="SpreadElement")&&this.isAssignable(La))}case"ObjectProperty":return this.isAssignable(La.value);case"SpreadElement":return this.isAssignable(La.argument);case"ArrayExpression":return La.elements.every(La=>La===null||this.isAssignable(La));case"AssignmentExpression":return La.operator==="=";case"ParenthesizedExpression":return this.isAssignable(La.expression);case"MemberExpression":case"OptionalMemberExpression":return!hl;default:return!1}}toReferencedList(La,hl){return La}parseSpread(La){let hl=this.startNode();return this.next(),hl.argument=this.parseMaybeAssignAllowIn(La,void 0),this.finishNode(hl,"SpreadElement")}parseRestBinding(){let La=this.startNode();this.next();let hl=this.parseBindingAtom();return hl.type==="VoidPattern"&&this.raise(nA.UnexpectedVoidPattern,hl),La.argument=hl,this.finishNode(La,"RestElement")}parseBindingAtom(){switch(this.state.type){case 0:{let La=this.startNode();return this.next(),La.elements=this.parseBindingList(1,93,1),this.finishNode(La,"ArrayPattern")}case 2:return this.parseObjectLike(4,!0);case 84:return this.parseVoidPattern(null)}return this.parseIdentifier()}parseBindingList(La,hl,fl){let yl=fl&1,Pl=[],Ul=!0;for(;!this.eat(La);)if(Ul?Ul=!1:this.expect(8),yl&&this.match(8))Pl.push(null);else{if(this.eat(La))break;if(this.match(17)){let yl=this.parseRestBinding();if(fl&2&&(yl=this.parseFunctionParamType(yl)),Pl.push(yl),!this.checkCommaAfterRest(hl)){this.expect(La);break}}else{let La=[];if(fl&2)for(this.match(22)&&this.hasPlugin("decorators")&&this.raise(nA.UnsupportedParameterDecorator,this.state.startLoc);this.match(22);)La.push(this.parseDecorator());Pl.push(this.parseBindingElement(fl,La))}}return Pl}parseBindingRestProperty(La){return this.next(),this.hasPlugin("discardBinding")&&this.match(84)?(La.argument=this.parseVoidPattern(null),this.raise(nA.UnexpectedVoidPattern,La.argument)):La.argument=this.parseIdentifier(),this.checkCommaAfterRest(125),this.finishNode(La,"RestElement")}parseBindingProperty(){let{type:La,startLoc:hl}=this.state;if(La===17)return this.parseBindingRestProperty(this.startNode());let fl=this.startNode();return La===134?(this.expectPlugin("destructuringPrivate",hl),this.classScope.usePrivateName(this.state.value,hl),fl.key=this.parsePrivateName()):this.parsePropertyName(fl),fl.method=!1,this.parseObjPropValue(fl,hl,!1,!1,!0,!1)}parseBindingElement(La,hl){let{startLoc:fl}=this.state,yl=this.parseMaybeDefault();return La&2&&this.parseFunctionParamType(yl),hl.length&&(yl.decorators=hl,this.resetStartLocationFromNode(yl,hl[0])),this.parseMaybeDefault(fl,yl)}parseFunctionParamType(La){return La}parseMaybeDefault(La,hl){if(La??(La=this.state.startLoc),hl=hl??this.parseBindingAtom(),!this.eat(25))return hl;let fl=this.startNodeAt(La);return hl.type==="VoidPattern"&&this.raise(nA.VoidPatternInitializer,hl),fl.left=hl,fl.right=this.parseMaybeAssignAllowIn(),this.finishNode(fl,"AssignmentPattern")}isValidLVal(La,hl,fl,yl){switch(La){case"AssignmentPattern":return"left";case"RestElement":return"argument";case"ObjectProperty":return"value";case"ParenthesizedExpression":return"expression";case"ArrayPattern":return"elements";case"ObjectPattern":return"properties";case"VoidPattern":return!0;case"CallExpression":if(!hl&&!this.state.strict&&this.optionFlags&16384)return!0}return!1}isOptionalMemberExpression(La){return La.type==="OptionalMemberExpression"}checkLVal(La,hl,fl=64,yl=!1,Pl=!1,Ul=!1,Gd=!1){let af=La.type;if(this.isObjectMethod(La))return;let n_=this.isOptionalMemberExpression(La);if(n_||af==="MemberExpression"){n_&&(this.expectPlugin("optionalChainingAssign",La.start),hl.type!=="AssignmentExpression"&&this.raise(nA.InvalidLhsOptionalChaining,La,{ancestor:hl})),fl!==64&&this.raise(nA.InvalidPropertyBindingPattern,La);return}if(af==="Identifier"){this.checkIdentifier(La,fl,Pl);let{name:hl}=La;yl&&(yl.has(hl)?this.raise(nA.ParamDupe,La):yl.add(hl));return}else af==="VoidPattern"&&hl.type==="CatchClause"&&this.raise(nA.VoidPatternCatchClauseParam,La);let i_=de(La);Gd||(Gd=i_.type==="CallExpression"&&(i_.callee.type==="Import"||i_.callee.type==="Super"));let p_=this.isValidLVal(af,Gd,!(Ul||La.extra?.parenthesized)&&hl.type==="AssignmentExpression",fl);if(p_===!0)return;if(p_===!1){let yl=fl===64?nA.InvalidLhs:nA.InvalidLhsBinding;this.raise(yl,La,{ancestor:hl});return}let w_,D_;typeof p_=="string"?(w_=p_,D_=af==="ParenthesizedExpression"):[w_,D_]=p_;let I_=af==="ArrayPattern"||af==="ObjectPattern"?{type:af}:hl,N_=La[w_];if(Array.isArray(N_))for(let La of N_)La&&this.checkLVal(La,I_,fl,yl,Pl,D_,!0);else N_&&this.checkLVal(N_,I_,fl,yl,Pl,D_,Gd)}checkIdentifier(La,hl,fl=!1){this.state.strict&&(fl?as(La.name,this.inModule):rs(La.name))&&(hl===64?this.raise(nA.StrictEvalArguments,La,{referenceName:La.name}):this.raise(nA.StrictEvalArgumentsBinding,La,{bindingName:La.name})),hl&8192&&La.name==="let"&&this.raise(nA.LetInLexicalBinding,La),hl&64||this.declareNameFromIdentifier(La,hl)}declareNameFromIdentifier(La,hl){this.scope.declareName(La.name,hl,La.start)}checkToRestConversion(La,hl){switch(La.type){case"ParenthesizedExpression":this.checkToRestConversion(La.expression,hl);break;case"Identifier":case"MemberExpression":break;case"ArrayExpression":case"ObjectExpression":if(hl)break;default:this.raise(nA.InvalidRestAssignmentPattern,La)}}checkCommaAfterRest(La){return this.match(8)?(this.raise(this.lookaheadCharCode()===La?nA.RestTrailingComma:nA.ElementAfterRest,this.state.startLoc),!0):!1}},Vv=class extends Qv{checkProto(La,hl,fl){if(La.type==="SpreadElement"||this.isObjectMethod(La)||La.computed||La.shorthand)return hl;let yl=La.key;return(yl.type==="Identifier"?yl.name:yl.value)==="__proto__"?(hl&&(fl?fl.doubleProtoLoc===null&&(fl.doubleProtoLoc=this.getLoc(yl.start)):this.raise(nA.DuplicateProto,yl)),!0):hl}shouldExitDescending(La){return La.type==="ArrowFunctionExpression"&&!La.extra?.parenthesized}getExpression(){if(this.enterInitialScopes(),this.nextToken(),this.match(135))throw this.raise(nA.ParseExpressionEmptyInput,this.state.startLoc);let La=this.parseExpression();if(!this.match(135))throw this.raise(nA.ParseExpressionExpectsEOF,this.state.startLoc,{unexpected:this.input.codePointAt(this.state.start)});return this.finalizeRemainingComments(),La.comments=this.comments,La.errors=this.state.errors,this.optionFlags&512&&(La.tokens=ls(this.tokens)),La}parseExpression(La,hl){return La?this.disallowInAnd(()=>this.parseExpressionBase(hl)):this.allowInAnd(()=>this.parseExpressionBase(hl))}parseExpressionBase(La){let hl=this.state.startLoc,fl=this.parseMaybeAssign(La);if(this.match(8)){let yl=this.startNodeAt(hl);for(yl.expressions=[fl];this.eat(8);)yl.expressions.push(this.parseMaybeAssign(La));return this.toReferencedList(yl.expressions),this.finishNode(yl,"SequenceExpression")}return fl}parseMaybeAssignDisallowIn(La,hl){return this.disallowInAnd(()=>this.parseMaybeAssign(La,hl))}parseMaybeAssignAllowIn(La,hl){return this.allowInAnd(()=>this.parseMaybeAssign(La,hl))}setOptionalParametersError(La){La.optionalParametersLoc=this.state.startLoc}parseMaybeAssign(La,hl){let fl=this.state.startLoc,yl=this.isContextual(104);if(yl&&this.prodParam.hasYield){this.next();let La=this.parseYield(fl);return hl&&(La=hl.call(this,La,fl)),La}let Pl;La?Pl=!1:(La=new Gb,Pl=!0),this.state.canStartArrow=!0;let Ul=this.parseMaybeConditional(La);if(hl&&(Ul=hl.call(this,Ul,fl)),Ei(this.state.type)){let hl=this.startNodeAt(fl),yl=this.state.value;if(hl.operator=yl,this.match(25)){this.toAssignable(Ul,!0),hl.left=Ul;let yl=fl.index;La.doubleProtoLoc!=null&&La.doubleProtoLoc.index>=yl&&(La.doubleProtoLoc=null),La.shorthandAssignLoc!=null&&La.shorthandAssignLoc.index>=yl&&(La.shorthandAssignLoc=null),La.privateKeyLoc!=null&&La.privateKeyLoc.index>=yl&&(this.checkDestructuringPrivate(La),La.privateKeyLoc=null),La.voidPatternLoc!=null&&La.voidPatternLoc.index>=yl&&(La.voidPatternLoc=null)}else hl.left=Ul;return this.next(),hl.right=this.parseMaybeAssign(),this.checkLVal(Ul,this.finishNode(hl,"AssignmentExpression"),void 0,void 0,void 0,void 0,yl==="||="||yl==="&&="||yl==="??="),hl}else Pl&&this.checkExpressionErrors(La,!0);if(yl){let{type:La}=this.state;if((this.hasPlugin("v8intrinsic")?ft(La):ft(La)&&!this.match(50))&&!this.isAmbiguousPrefixOrIdentifier())return this.raiseOverwrite(nA.YieldNotInGeneratorFunction,fl),this.parseYield(fl)}return Ul}parseMaybeConditional(La){let hl=this.state.startLoc,fl=this.parseExprOps(La);return this.shouldExitDescending(fl)?fl:this.parseConditional(fl,hl,La)}parseConditional(La,hl,fl){if(this.eat(13)){let fl=this.startNodeAt(hl);return fl.test=La,fl.consequent=this.parseMaybeAssignAllowIn(),this.expect(10),fl.alternate=this.parseMaybeAssign(),this.finishNode(fl,"ConditionalExpression")}return La}parseMaybeUnaryOrPrivate(La){return this.match(134)?this.parsePrivateName():this.parseMaybeUnary(La)}parseExprOps(La){let hl=this.state.startLoc,fl=this.parseMaybeUnaryOrPrivate(La);return this.shouldExitDescending(fl)?fl:(this.state.canStartArrow=!1,this.parseExprOp(fl,hl,-1))}parseExprOp(La,hl,fl){if(this.isPrivateName(La)){let yl=this.getPrivateNameSV(La);(fl>=It(54)||!this.prodParam.hasIn||!this.match(54))&&this.raise(nA.PrivateInExpectedIn,hl,{identifierName:yl}),this.classScope.usePrivateName(yl,hl)}let yl=this.state.type;if(je(yl)&&(this.prodParam.hasIn||!this.match(54))){let Pl=It(yl);if(Pl>fl){if(yl===35&&(this.expectPlugin("pipelineOperator"),this.prodParam.inFSharpPipelineDirectBody))return La;let Ul=this.startNodeAt(hl);Ul.left=La,Ul.operator=this.state.value;let Gd=yl===37||yl===38,af=yl===36;af&&(Pl=It(38)),this.next(),Ul.right=this.parseExprOpRightExpr(yl,Pl);let n_=this.finishNode(Ul,Gd||af?"LogicalExpression":"BinaryExpression"),i_=this.state.type;if(af&&(i_===37||i_===38)||Gd&&i_===36)throw this.raise(nA.MixingCoalesceWithLogical,this.state.startLoc);return this.parseExprOp(n_,hl,fl)}}return La}parseExprOpRightExpr(La,hl){switch(La){case 35:switch(this.getPluginOption("pipelineOperator","proposal")){case"hack":return this.withTopicBindingContext(()=>this.parseHackPipeBody());case"fsharp":return this.parseFSharpPipelineBody(hl)}default:return this.parseExprOpBaseRightExpr(La,hl)}}parseExprOpBaseRightExpr(La,hl){let fl=this.state.startLoc;return this.parseExprOp(this.parseMaybeUnaryOrPrivate(),fl,Li(La)?hl-1:hl)}parseHackPipeBody(){let{startLoc:La}=this.state,hl=this.parseMaybeAssign();return eA.has(hl.type)&&!hl.extra?.parenthesized&&this.raise(nA.PipeUnparenthesizedBody,La,{type:hl.type}),this.topicReferenceWasUsedInCurrentContext()||this.raise(nA.PipeTopicUnused,La),hl}checkExponentialAfterUnary(La){this.match(53)&&this.raise(nA.UnexpectedTokenUnaryExponentiation,La.argument)}parseMaybeUnary(La,hl){let fl=this.state.startLoc,yl=this.isContextual(92);if(yl&&this.recordAwaitIfAllowed()){this.next();let La=this.parseAwait(fl);return hl||this.checkExponentialAfterUnary(La),La}let Pl=this.match(30),Ul=this.startNode();if(Ni(this.state.type)){Ul.operator=this.state.value,Ul.prefix=!0,this.state.canStartArrow=!1,this.match(68)&&this.expectPlugin("throwExpressions");let fl=this.match(85);if(this.next(),Ul.argument=this.parseMaybeUnary(null,!0),this.checkExpressionErrors(La,!0),this.state.strict&&fl){let La=Ul.argument;La.type==="Identifier"?this.raise(nA.StrictDelete,Ul):this.hasPropertyAsPrivateName(La)&&this.raise(nA.DeletePrivateField,Ul)}if(!Pl)return hl||this.checkExponentialAfterUnary(Ul),this.finishNode(Ul,"UnaryExpression")}let Gd=this.parseUpdate(Ul,Pl,La);if(yl){let{type:La}=this.state;if((this.hasPlugin("v8intrinsic")?ft(La):ft(La)&&!this.match(50))&&!this.isAmbiguousPrefixOrIdentifier())return this.raiseOverwrite(nA.AwaitNotInAsyncContext,fl),this.parseAwait(fl)}return Gd}parseUpdate(La,hl,fl){if(hl){let hl=this.finishNode(La,"UpdateExpression");return this.checkLVal(hl.argument,hl),hl}let yl=this.state.startLoc,Pl=this.parseExprSubscripts(fl);if(this.checkExpressionErrors(fl,!1))return Pl;for(;Ii(this.state.type)&&!this.canInsertSemicolon();){let La=this.startNodeAt(yl);La.operator=this.state.value,La.prefix=!1,La.argument=Pl,this.next(),this.checkLVal(Pl,Pl=this.finishNode(La,"UpdateExpression"))}return Pl}parseExprSubscripts(La){let hl=this.state.startLoc;this.setLoc(hl);let fl=this.parseExprAtom(La);return this.shouldExitDescending(fl)?fl:this.parseSubscripts(fl,hl)}parseSubscripts(La,hl,fl){let yl={optionalChainMember:!1,maybeAsyncArrow:this.atPossibleAsyncArrow(La),stop:!1};do{La=this.parseSubscript(La,hl,fl,yl),yl.maybeAsyncArrow=!1}while(!yl.stop);return La}parseSubscript(La,hl,fl,yl){let{type:Pl}=this.state;if(!fl&&Pl===11)return this.parseBind(La,hl,yl);if(Xt(Pl))return this.parseTaggedTemplateExpression(La,hl,yl);let Ul=!1;if(Pl===14){if(fl&&(this.raise(nA.OptionalChainingNoNew,this.state.startLoc),this.lookaheadCharCode()===40))return this.stopParseSubscript(La,yl);yl.optionalChainMember=Ul=!0,this.next()}if(!fl&&this.match(6))return this.parseCoverCallAndAsyncArrowHead(La,hl,yl,Ul);{let fl=this.eat(0);return fl||Ul||this.eat(12)?this.parseMember(La,hl,yl,fl,Ul):this.stopParseSubscript(La,yl)}}stopParseSubscript(La,hl){return hl.stop=!0,La}parseMember(La,hl,fl,yl,Pl){let Ul=this.startNodeAt(hl);return Ul.object=La,Ul.computed=yl,yl?(Ul.property=this.parseExpression(),this.expect(1)):this.match(134)?(La.type==="Super"&&this.raise(nA.SuperPrivateField,hl),this.classScope.usePrivateName(this.state.value,this.state.startLoc),Ul.property=this.parsePrivateName()):Ul.property=this.parseIdentifier(!0),fl.optionalChainMember?(Ul.optional=Pl,this.finishNode(Ul,"OptionalMemberExpression")):this.finishNode(Ul,"MemberExpression")}parseBind(La,hl,fl){let yl=this.startNodeAt(hl);yl.object=La,this.next();let Pl=this.match(79),Ul=this.parseNoCallExpr();if(Ul.type==="Super"||Pl&&Ul.type==="ImportExpression"||Ul.type==="Import")throw this.raise(nA.UnsupportedBindRHS,Ul);return yl.callee=Ul,fl.stop=!0,this.parseSubscripts(this.finishNode(yl,"BindExpression"),hl,!1)}parseCoverCallAndAsyncArrowHead(La,hl,fl,yl){let Pl=null;this.next();let Ul=this.startNodeAt(hl);Ul.callee=La;let{maybeAsyncArrow:Gd,optionalChainMember:af}=fl;Gd&&(this.expressionScope.enter(or()),Pl=new Gb),af&&(Ul.optional=yl),yl?Ul.arguments=this.parseCallExpressionArguments():Ul.arguments=this.parseCallExpressionArguments(La.type!=="Super",Ul,Pl);let n_=this.finishCallExpression(Ul,af);return Gd&&this.shouldParseAsyncArrow()&&!yl?(fl.stop=!0,this.checkDestructuringPrivate(Pl),this.expressionScope.validateAsPattern(),this.expressionScope.exit(),n_=this.parseAsyncArrowFromCallExpression(this.startNodeAt(hl),n_)):(Gd&&(this.checkExpressionErrors(Pl,!0),this.expressionScope.exit()),this.toReferencedList(Ul.arguments)),n_}parseTaggedTemplateExpression(La,hl,fl){let yl=this.startNodeAt(hl);return yl.tag=La,yl.quasi=this.parseTemplate(!0),fl.optionalChainMember&&this.raise(nA.OptionalChainingNoTemplate,hl),this.finishNode(yl,"TaggedTemplateExpression")}atPossibleAsyncArrow(La){return La.type==="Identifier"&&La.name==="async"&&this.state.lastTokEndLoc.index===La.end&&!this.canInsertSemicolon()&&La.end-La.start===5&&this.state.canStartArrow}finishCallExpression(La,hl){if(La.callee.type==="Import")if(La.arguments.length===0||La.arguments.length>2)this.raise(nA.ImportCallArity,La);else for(let hl of La.arguments)hl.type==="SpreadElement"&&this.raise(nA.ImportCallSpreadArgument,hl);return this.finishNode(La,hl?"OptionalCallExpression":"CallExpression")}parseCallExpressionArguments(La,hl,fl){let yl=[],Pl=!0;for(;!this.eat(7);){if(Pl)Pl=!1;else if(this.expect(8),this.match(7)){hl&&this.addTrailingCommaExtraToNode(hl),this.next();break}yl.push(this.parseExprListItem(7,!1,fl,La))}return yl}shouldParseAsyncArrow(){return this.match(15)&&!this.canInsertSemicolon()}parseAsyncArrowFromCallExpression(La,hl){return this.resetPreviousNodeTrailingComments(hl),this.expect(15),this.parseArrowExpression(La,hl.arguments,!0,hl.extra?.trailingCommaLoc),hl.innerComments&&Pt(La,hl.innerComments),hl.callee.trailingComments&&Pt(La,hl.callee.trailingComments),La}parseNoCallExpr(){let La=this.state.startLoc;return this.parseSubscripts(this.parseExprAtom(),La,!0)}parseExprAtom(La){let hl,fl=null,{type:yl}=this.state;switch(yl){case 75:return this.parseSuper();case 79:return hl=this.startNode(),this.next(),this.match(12)?this.parseImportMetaPropertyOrPhaseCall(hl):this.match(6)?this.optionFlags&1024?this.parseImportCall(hl):this.finishNode(hl,"Import"):(this.raise(nA.UnsupportedImport,this.state.lastTokStartLoc),this.finishNode(hl,"Import"));case 74:return hl=this.startNode(),this.next(),this.finishNode(hl,"ThisExpression");case 86:return this.parseDo(this.startNode(),!1);case 52:case 27:return this.readRegexp(),this.parseRegExpLiteral(this.state.value);case 131:return this.parseNumericLiteral(this.state.value);case 132:return this.parseBigIntLiteral(this.state.value);case 130:return this.parseStringLiteral(this.state.value);case 80:return this.parseNullLiteral();case 81:return this.parseBooleanLiteral(!0);case 82:return this.parseBooleanLiteral(!1);case 6:return this.parseParenAndDistinguishExpression(this.state.canStartArrow);case 0:return this.parseArrayLike(1,La);case 2:return this.parseObjectLike(4,!1,La);case 64:return this.parseFunctionOrFunctionSent();case 22:fl=this.parseDecorators();case 76:return this.parseClass(this.maybeTakeDecorators(fl,this.startNode()),!1);case 73:return this.parseNewOrNewTarget();case 21:case 20:return this.parseTemplate(!1);case 11:{hl=this.startNode(),this.next(),hl.object=null;let La=hl.callee=this.parseNoCallExpr();if(La.type==="MemberExpression")return this.finishNode(hl,"BindExpression");throw this.raise(nA.UnsupportedBind,La)}case 134:return this.raise(nA.PrivateInExpectedIn,this.state.startLoc,{identifierName:this.state.value}),this.parsePrivateName();case 29:return this.parseTopicReferenceThenEqualsSign(50,"%");case 28:return this.parseTopicReferenceThenEqualsSign(40,"^");case 33:case 34:return this.parseTopicReference("hack");case 40:case 50:case 23:{let La=this.getPluginOption("pipelineOperator","proposal");if(La)return this.parseTopicReference(La);throw this.unexpected()}case 43:{let La=this.input.codePointAt(this.nextTokenStart());throw R(La)||La===62?this.expectOnePlugin(["jsx","flow","typescript"]):this.unexpected()}default:if(C(yl)){if(this.isContextual(123)&&this.lookaheadInLineCharCode()===123)return this.parseModuleExpression();let{canStartArrow:La,containsEsc:hl}=this.state,fl=this.parseIdentifier();if(!hl&&fl.name==="async"&&!this.canInsertSemicolon()){let{type:hl}=this.state;if(hl===64)return this.resetPreviousNodeTrailingComments(fl),this.next(),this.parseAsyncFunctionExpression(this.startNodeAtNode(fl));if(C(hl))return La&&this.lookaheadCharCode()===61?this.parseAsyncArrowUnaryFunction(this.startNodeAtNode(fl)):fl;if(hl===86)return this.resetPreviousNodeTrailingComments(fl),this.parseDo(this.startNodeAtNode(fl),!0)}return La&&this.match(15)&&!this.canInsertSemicolon()?(this.next(),this.parseArrowExpression(this.startNodeAtNode(fl),[fl],!1)):fl}else throw this.unexpected()}}parseTopicReferenceThenEqualsSign(La,hl){let fl=this.getPluginOption("pipelineOperator","proposal");if(fl)return this.state.type=La,this.state.value=hl,this.state.pos--,this.state.end--,this.state.endLoc=O(this.state.endLoc,-1),this.parseTopicReference(fl);throw this.unexpected()}parseTopicReference(La){let hl=this.startNode(),fl=this.state.startLoc,yl=this.state.type;return this.next(),this.finishTopicReference(hl,fl,La,yl)}finishTopicReference(La,hl,fl,yl){if(this.testTopicReferenceConfiguration(fl,hl,yl))return this.topicReferenceIsAllowedInCurrentContext()||this.raise(nA.PipeTopicUnbound,hl),this.registerTopicReference(),this.finishNode(La,"TopicReference");throw this.raise(nA.PipeTopicUnconfiguredToken,hl,{token:z(yl)})}testTopicReferenceConfiguration(La,hl,fl){if(La==="hack")return this.hasPlugin(["pipelineOperator",{topicToken:z(fl)}]);throw this.raise(nA.PipeTopicRequiresHackPipes,hl)}parseAsyncArrowUnaryFunction(La){this.prodParam.enter(Nt(!0,this.prodParam.hasYield));let hl=[this.parseIdentifier()];return this.prodParam.exit(),this.hasPrecedingLineBreak()&&this.raise(nA.LineTerminatorBeforeArrow,this.state.curPosition()),this.expect(15),this.parseArrowExpression(La,hl,!0)}parseDo(La,hl){this.expectPlugin("doExpressions"),hl&&this.expectPlugin("asyncDoExpressions"),La.async=hl,this.next();let fl=this.state.labels;return this.state.labels=[],hl?(this.prodParam.enter(2),La.body=this.parseBlock(),this.prodParam.exit()):La.body=this.parseBlock(),this.state.labels=fl,this.finishNode(La,"DoExpression")}parseSuper(){let La=this.startNode();return this.next(),this.match(6)&&!this.scope.allowDirectSuper?this.raise(nA.SuperNotAllowed,La):this.scope.allowSuper||this.raise(nA.UnexpectedSuper,La),!this.match(6)&&!this.match(0)&&!this.match(12)&&this.raise(nA.UnsupportedSuper,La),this.finishNode(La,"Super")}parsePrivateName(){let La=this.startNode(),hl=this.startNodeAt(O(this.state.startLoc,1)),fl=this.state.value;return this.next(),La.id=this.createIdentifier(hl,fl),this.finishNode(La,"PrivateName")}parseFunctionOrFunctionSent(){let La=this.startNode();if(this.next(),this.prodParam.hasYield&&this.match(12)){let hl=this.createIdentifier(this.startNodeAtNode(La),"function");return this.next(),this.match(99)?this.expectPlugin("functionSent"):this.hasPlugin("functionSent")||this.unexpected(),this.parseMetaProperty(La,hl,"sent")}return this.parseFunction(La)}parseMetaProperty(La,hl,fl){La.meta=hl;let yl=this.state.containsEsc;return La.property=this.parseIdentifier(!0),(La.property.name!==fl||yl)&&this.raise(nA.UnsupportedMetaProperty,La.property,{target:hl.name,onlyValidPropertyName:fl}),this.finishNode(La,"MetaProperty")}parseImportMetaPropertyOrPhaseCall(La){if(this.next(),this.isContextual(101)||this.isContextual(93)){let hl=this.isContextual(101);return this.expectPlugin(hl?"sourcePhaseImports":"deferredImportEvaluation"),this.next(),La.phase=hl?"source":"defer",this.parseImportCall(La)}else{let hl=this.createIdentifierAt(this.startNodeAtNode(La),"import",this.state.lastTokStartLoc);return this.isContextual(97)&&(this.inModule||this.raise(nA.ImportMetaOutsideModule,hl),this.sawUnambiguousESM=!0),this.parseMetaProperty(La,hl,"meta")}}parseLiteralAtNode(La,hl,fl){return this.addExtra(fl,"rawValue",La),this.addExtra(fl,"raw",this.input.slice(this.offsetToSourcePos(fl.start),this.state.end)),fl.value=La,this.next(),this.finishNode(fl,hl)}parseLiteral(La,hl){let fl=this.startNode();return this.parseLiteralAtNode(La,hl,fl)}parseStringLiteral(La){return this.parseLiteral(La,"StringLiteral")}parseNumericLiteral(La){return this.parseLiteral(La,"NumericLiteral")}parseBigIntLiteral(La){let hl;try{hl=BigInt(La)}catch{hl=null}return this.parseLiteral(hl,"BigIntLiteral")}parseRegExpLiteral(La){let hl=this.startNode();return this.addExtra(hl,"raw",this.input.slice(this.offsetToSourcePos(hl.start),this.state.end)),hl.pattern=La.pattern,hl.flags=La.flags,this.next(),this.finishNode(hl,"RegExpLiteral")}parseBooleanLiteral(La){let hl=this.startNode();return hl.value=La,this.next(),this.finishNode(hl,"BooleanLiteral")}parseNullLiteral(){let La=this.startNode();return this.next(),this.finishNode(La,"NullLiteral")}parseParenAndDistinguishExpression(La){let hl=this.state.startLoc,fl;this.next(),this.expressionScope.enter(nr());let yl=this.state.startLoc,Pl=[],Ul=new Gb,Gd=!0,af,n_;for(;!this.match(7);){if(Gd)Gd=!1;else if(this.expect(8,Ul.optionalParametersLoc===null?null:Ul.optionalParametersLoc),this.match(7)){n_=this.state.startLoc;break}if(this.match(17)){let La=this.state.startLoc;if(af=this.state.startLoc,Pl.push(this.parseParenItem(this.parseRestBinding(),La)),!this.checkCommaAfterRest(41))break}else Pl.push(this.parseMaybeAssignAllowInOrVoidPattern(7,Ul,this.parseParenItem))}let i_=this.state.lastTokEndLoc;this.expect(7);let p_=this.startNodeAt(hl);return La&&this.shouldParseArrow(Pl)&&(p_=this.parseArrow(p_))?(this.checkDestructuringPrivate(Ul),this.expressionScope.validateAsPattern(),this.expressionScope.exit(),this.parseArrowExpression(p_,Pl,!1),p_):(this.expressionScope.exit(),Pl.length||this.unexpected(this.state.lastTokStartLoc),n_&&this.unexpected(n_),af&&this.unexpected(af),this.checkExpressionErrors(Ul,!0),this.toReferencedList(Pl,!0),Pl.length>1?(fl=this.startNodeAt(yl),fl.expressions=Pl,this.finishNode(fl,"SequenceExpression"),this.resetEndLocation(fl,i_)):fl=Pl[0],this.wrapParenthesis(hl,fl))}wrapParenthesis(La,hl){if(!(this.optionFlags&2048))return this.addExtra(hl,"parenthesized",!0),this.addExtra(hl,"parenStart",La.index),this.takeSurroundingComments(hl,La.index,this.state.lastTokEndLoc.index),hl;let fl=this.startNodeAt(La);return fl.expression=hl,this.finishNode(fl,"ParenthesizedExpression")}shouldParseArrow(La){return!this.canInsertSemicolon()}parseArrow(La){if(this.eat(15))return La}parseParenItem(La,hl){return La}parseNewOrNewTarget(){let La=this.startNode();if(this.next(),this.match(12)){let hl=this.createIdentifier(this.startNodeAtNode(La),"new");this.next();let fl=this.parseMetaProperty(La,hl,"target");return this.scope.allowNewTarget||this.raise(nA.UnexpectedNewTarget,fl),fl}return this.parseNew(La)}parseNew(La){if(this.parseNewCallee(La),this.eat(6)){let hl=this.parseExprList(7);this.toReferencedList(hl),La.arguments=hl}else La.arguments=[];return this.finishNode(La,"NewExpression")}parseNewCallee(La){let hl=this.match(79),fl=this.parseNoCallExpr();La.callee=fl,hl&&fl.type==="ImportExpression"&&this.raise(nA.ImportCallNotNewExpression,fl,fl),fl.type==="Import"&&this.raise(nA.ImportCallNotNewExpression,fl),fl.type==="Super"&&this.raise(nA.SuperCallNotNewExpression,fl)}parseTemplateElement(La){let{start:hl,startLoc:fl,end:yl,value:Pl}=this.state,Ul=hl+1,Gd=this.startNodeAt(O(fl,1));Pl===null&&(La||this.raise(nA.InvalidEscapeSequenceTemplate,O(this.state.firstInvalidTemplateEscapePos,1)));let af=this.match(20),n_=af?-1:-2,i_=yl+n_;Gd.value={raw:this.input.slice(Ul,i_).replace(/\r\n?/g,`\n`),cooked:Pl===null?null:Pl.slice(1,n_)},Gd.tail=af,this.next();let p_=this.finishNode(Gd,"TemplateElement");return this.resetEndLocation(p_,O(this.state.lastTokEndLoc,n_)),p_}parseTemplate(La){let hl=this.startNode(),fl=this.parseTemplateElement(La),yl=[fl],Pl=[];for(;!fl.tail;)Pl.push(this.parseTemplateSubstitution()),this.readTemplateContinuation(),yl.push(fl=this.parseTemplateElement(La));return hl.expressions=Pl,hl.quasis=yl,this.finishNode(hl,"TemplateLiteral")}parseTemplateSubstitution(){return this.parseExpression()}parseObjectLike(La,hl,fl){let yl=!1,Pl=!0,Ul=this.startNode();for(Ul.properties=[],this.next();!this.match(La);){if(Pl)Pl=!1;else if(this.expect(8),this.match(La)){this.addTrailingCommaExtraToNode(Ul);break}let Gd;hl?Gd=this.parseBindingProperty():(Gd=this.parsePropertyDefinition(fl),yl=this.checkProto(Gd,yl,fl)),Ul.properties.push(Gd)}this.next();let Gd=hl?"ObjectPattern":"ObjectExpression";return this.finishNode(Ul,Gd)}addTrailingCommaExtraToNode(La){this.addExtra(La,"trailingComma",this.state.lastTokStartLoc.index),this.addExtra(La,"trailingCommaLoc",this.state.lastTokStartLoc,!1)}maybeAsyncOrAccessorProp(La){return!La.computed&&La.key.type==="Identifier"&&(this.isLiteralPropertyName()||this.match(0)||this.match(51))}parsePropertyDefinition(La){let hl=[];if(this.match(22))for(this.hasPlugin("decorators")&&this.raise(nA.UnsupportedPropertyDecorator,this.state.startLoc);this.match(22);)hl.push(this.parseDecorator());let fl=this.startNode(),yl=!1,Pl=!1,Ul;if(this.match(17))return hl.length&&this.unexpected(),this.parseSpread();hl.length&&(fl.decorators=hl),fl.method=!1,La&&(Ul=this.state.startLoc);let Gd=this.eat(51);this.parsePropertyNamePrefixOperator(fl);let af=this.state.containsEsc;if(this.parsePropertyName(fl,La),!Gd&&!af&&this.maybeAsyncOrAccessorProp(fl)){let{key:La}=fl,hl=La.name;hl==="async"&&!this.hasPrecedingLineBreak()&&(yl=!0,this.resetPreviousNodeTrailingComments(La),Gd=this.eat(51),this.parsePropertyName(fl)),(hl==="get"||hl==="set")&&(Pl=!0,this.resetPreviousNodeTrailingComments(La),fl.kind=hl,this.match(51)&&(Gd=!0,this.raise(nA.AccessorIsGenerator,this.state.curPosition(),{kind:hl}),this.next()),this.parsePropertyName(fl))}return this.parseObjPropValue(fl,Ul,Gd,yl,!1,Pl,La)}getGetterSetterExpectedParamCount(La){return La.kind==="get"?0:1}getObjectOrClassMethodParams(La){return La.params}checkGetterSetterParams(La){let hl=this.getGetterSetterExpectedParamCount(La),fl=this.getObjectOrClassMethodParams(La);fl.length!==hl&&this.raise(La.kind==="get"?nA.BadGetterArity:nA.BadSetterArity,La),La.kind==="set"&&fl[fl.length-1]?.type==="RestElement"&&this.raise(nA.BadSetterRestParameter,La)}parseObjectMethod(La,hl,fl,yl,Pl){if(Pl){let fl=this.parseMethod(La,hl,!1,!1,!1,"ObjectMethod");return this.checkGetterSetterParams(fl),fl}if(fl||hl||this.match(6))return yl&&this.unexpected(),La.kind="method",La.method=!0,this.parseMethod(La,hl,fl,!1,!1,"ObjectMethod")}parseObjectProperty(La,hl,fl,yl){if(La.shorthand=!1,this.eat(10))return La.value=fl?this.parseMaybeDefault(this.state.startLoc):this.parseMaybeAssignAllowInOrVoidPattern(4,yl),this.finishObjectProperty(La);if(!La.computed&&La.key.type==="Identifier"){if(this.checkReservedWord(La.key.name,La.key.start,!0,!1),fl)La.value=this.parseMaybeDefault(hl,this.cloneIdentifier(La.key));else if(this.match(25)){let fl=this.state.startLoc;yl!=null?yl.shorthandAssignLoc===null&&(yl.shorthandAssignLoc=fl):this.raise(nA.InvalidCoverInitializedName,fl),La.value=this.parseMaybeDefault(hl,this.cloneIdentifier(La.key))}else La.value=this.cloneIdentifier(La.key);return La.shorthand=!0,this.finishObjectProperty(La)}}finishObjectProperty(La){return this.finishNode(La,"ObjectProperty")}parseObjPropValue(La,hl,fl,yl,Pl,Ul,Gd){let af=this.parseObjectMethod(La,fl,yl,Pl,Ul)||this.parseObjectProperty(La,hl,Pl,Gd);return af||this.unexpected(),af}parsePropertyName(La,hl){if(this.eat(0))La.computed=!0,La.key=this.parseMaybeAssignAllowIn(),this.expect(1);else{let{type:fl,value:yl}=this.state,Pl;if(B(fl))Pl=this.parseIdentifier(!0);else switch(fl){case 131:Pl=this.parseNumericLiteral(yl);break;case 130:Pl=this.parseStringLiteral(yl);break;case 132:Pl=this.parseBigIntLiteral(yl);break;case 134:{let La=this.state.startLoc;hl!=null?hl.privateKeyLoc===null&&(hl.privateKeyLoc=La):this.raise(nA.UnexpectedPrivateField,La),Pl=this.parsePrivateName();break}default:this.unexpected()}La.key=Pl,fl!==134&&(La.computed=!1)}}initFunction(La,hl){La.id=null,La.generator=!1,La.async=hl}parseMethod(La,hl,fl,yl,Pl,Ul,Gd=!1){this.initFunction(La,fl),La.generator=hl,this.scope.enter(530|(Gd?576:0)|(Pl?32:0)),this.prodParam.enter(Nt(fl,La.generator)),this.parseFunctionParams(La,yl);let af=this.parseFunctionBodyAndFinish(La,Ul,!0);return this.prodParam.exit(),this.scope.exit(),af}parseArrayLike(La,hl){let fl=this.startNode();return this.next(),fl.elements=this.parseExprList(La,!0,hl,fl),this.finishNode(fl,"ArrayExpression")}parseArrowExpression(La,hl,fl,yl){this.scope.enter(518);let Pl=Nt(fl,!1);return this.match(2)||(Pl|=this.prodParam.currentFlags()&24),this.prodParam.enter(Pl),this.initFunction(La,fl),hl&&this.setArrowFunctionParameters(La,hl,yl),this.parseFunctionBody(La,!0),this.prodParam.exit(),this.scope.exit(),this.finishNode(La,"ArrowFunctionExpression")}setArrowFunctionParameters(La,hl,fl){this.toAssignableList(hl,fl,!1),La.params=hl}parseFunctionBodyAndFinish(La,hl,fl=!1){return this.parseFunctionBody(La,!1,fl),this.finishNode(La,hl)}parseFunctionBody(La,hl,fl=!1){let yl=hl&&!this.match(2);if(this.expressionScope.enter(cs()),yl)La.body=this.parseMaybeAssign(),this.checkParams(La,!1,hl,!1);else{let yl=this.state.strict,Pl=this.state.labels;this.state.labels=[],this.prodParam.enter(this.prodParam.currentFlags()|4),La.body=this.parseBlock(!0,!1,Pl=>{let Ul=!this.isSimpleParamList(La.params);Pl&&Ul&&this.raise(nA.IllegalLanguageModeDirective,(La.kind==="method"||La.kind==="constructor")&&La.key?this.optionFlags&256?La.key.loc.end:La.key:La);let Gd=!yl&&this.state.strict;this.checkParams(La,!this.state.strict&&!hl&&!fl&&!Ul,hl,Gd),this.state.strict&&La.id&&this.checkIdentifier(La.id,65,Gd)}),this.prodParam.exit(),this.state.labels=Pl}this.expressionScope.exit()}isSimpleParameter(La){return La.type==="Identifier"}isSimpleParamList(La){for(let hl=0,fl=La.length;hl10||!qi(La))return;if(fl&&_i(La)){this.raise(nA.UnexpectedKeyword,hl,{keyword:La});return}if((this.state.strict?yl?as:is:ss)(La,this.inModule)){this.raise(nA.UnexpectedReservedWord,hl,{reservedWord:La});return}else if(La==="yield"){if(this.prodParam.hasYield){this.raise(nA.YieldBindingIdentifier,hl);return}}else if(La==="await"){if(this.prodParam.hasAwait){this.raise(nA.AwaitBindingIdentifier,hl);return}if(this.scope.inStaticBlock){this.raise(nA.AwaitBindingIdentifierInStaticBlock,hl);return}this.expressionScope.recordAsyncArrowParametersError(hl)}else if(La==="arguments"&&this.scope.inClassAndNotInNonArrowFunction){this.raise(nA.ArgumentsInClass,hl);return}}recordAwaitIfAllowed(){let La=this.prodParam.hasAwait;return La&&!this.scope.inFunction&&(this.state.hasTopLevelAwait=!0),La}parseAwait(La,hl){let fl=La.index;this.setLoc(La);let yl=this.startNodeAt(La);return this.expressionScope.recordParameterInitializerError(nA.AwaitExpressionFormalParameter,fl),this.eat(51)&&this.raise(nA.ObsoleteAwaitStar,La),!this.scope.inFunction&&!(this.optionFlags&1)&&(this.isAmbiguousPrefixOrIdentifier()?this.ambiguousScriptDifferentAst=!0:this.sawUnambiguousESM=!0),hl||(yl.argument=this.parseMaybeUnary(null,!0)),this.finishNode(yl,"AwaitExpression")}isAmbiguousPrefixOrIdentifier(){if(this.hasPrecedingLineBreak())return!0;let{type:La}=this.state;return La===49||La===6||La===0||Xt(La)||La===98&&!this.state.containsEsc||La===133||La===52||this.hasPlugin("v8intrinsic")&&La===50}parseYield(La){this.setLoc(La);let hl=this.startNodeAt(La);this.expressionScope.recordParameterInitializerError(nA.YieldInParameter,La.index);let fl=!1,yl=null;if(!this.hasPrecedingLineBreak())switch(fl=this.eat(51),this.state.type){case 9:case 135:case 4:case 7:case 1:case 5:case 10:case 8:if(!fl)break;default:yl=this.parseMaybeAssign()}return hl.delegate=fl,hl.argument=yl,this.finishNode(hl,"YieldExpression")}parseImportCall(La){this.next();let hl=this.parseCallExpressionArguments();if(hl.length===0||hl.length>2)this.raise(nA.ImportCallArity,La,La);else for(let fl of hl)fl.type==="SpreadElement"&&this.raise(nA.ImportCallSpreadArgument,fl,La);return La.source=hl[0],La.options=hl[1]??null,this.finishNode(La,"ImportExpression")}withTopicBindingContext(La){let hl=this.state.inHackPipelineBody;this.state.inHackPipelineBody=!0;let fl=this.state.seenTopicReference;this.state.seenTopicReference=!1;try{return La()}finally{this.state.inHackPipelineBody=hl,this.state.seenTopicReference=fl}}allowInAnd(La){let hl=this.prodParam.currentFlags();if(24&~hl){this.prodParam.enter(hl|8|16);try{return La()}finally{this.prodParam.exit()}}return La()}disallowInAnd(La){let hl=this.prodParam.currentFlags(),fl=8&hl,yl=16&~hl;if(fl||yl){this.prodParam.enter(hl&-9|16);try{return La()}finally{this.prodParam.exit()}}return La()}registerTopicReference(){this.state.seenTopicReference=!0}topicReferenceIsAllowedInCurrentContext(){return this.state.inHackPipelineBody}topicReferenceWasUsedInCurrentContext(){return this.state.seenTopicReference}parseFSharpPipelineBody(La){let hl=this.state.startLoc;this.prodParam.enter(this.prodParam.currentFlags()&-17);let fl;if(this.isContextual(92)&&this.recordAwaitIfAllowed()){this.next(),fl=this.parseAwait(hl,!0);let La=this.state.type;je(La)&&La!==35&&(this.prodParam.hasIn||La!==54)&&this.raise(nA.PipelineUnparenthesized,hl)}else this.state.canStartArrow=!0,fl=this.parseExprOp(this.parseMaybeUnaryOrPrivate(),hl,La);return this.prodParam.exit(),fl}parseModuleExpression(){this.expectPlugin("moduleBlocks");let La=this.startNode();this.next(),this.match(2)||this.unexpected(null,2);let hl=this.startNodeAt(this.state.endLoc);this.next();let fl=this.initializeScopes(!0);this.enterInitialScopes();try{La.body=this.parseProgram(hl,4,"module")}finally{fl()}return this.finishNode(La,"ModuleExpression")}parseVoidPattern(La){this.expectPlugin("discardBinding");let hl=this.startNode();return La!=null&&(La.voidPatternLoc=this.state.startLoc),this.next(),this.finishNode(hl,"VoidPattern")}parseMaybeAssignAllowInOrVoidPattern(La,hl,fl){if(hl!=null&&this.match(84)){let fl=this.lookaheadCharCode();if(fl===44||fl===(La===1?93:La===4?125:41)||fl===61)return this.parseMaybeDefault(this.state.startLoc,this.parseVoidPattern(hl))}return this.parseMaybeAssignAllowIn(hl,fl)}parsePropertyNamePrefixOperator(La){}},tE={kind:1},aE={kind:2},lE=/[\uD800-\uDFFF]/u,hE=/in(?:stanceof)?/y;function ls(La){for(let hl=0;hl0)for(let[La,hl]of Array.from(this.scope.undefinedExports))this.raise(nA.ModuleExportUndefined,hl,{localName:La});this.addExtra(La,"topLevelAwait",this.state.hasTopLevelAwait)}let yl;return hl===135?yl=this.finishNode(La,"Program"):yl=this.finishNodeAt(La,"Program",O(this.state.startLoc,-1)),yl}stmtToDirective(La){let hl=this.castNodeTo(La,"Directive"),fl=this.castNodeTo(La.expression,"DirectiveLiteral"),yl=fl.value,Pl=this.input.slice(this.offsetToSourcePos(fl.start),this.offsetToSourcePos(fl.end)),Ul=fl.value=Pl.slice(1,-1);return this.addExtra(fl,"raw",Pl),this.addExtra(fl,"rawValue",Ul),this.addExtra(fl,"expressionValue",yl),hl.value=fl,delete La.expression,hl}parseInterpreterDirective(){if(!this.match(24))return null;let La=this.startNode();return La.value=this.state.value,this.next(),this.finishNode(La,"InterpreterDirective")}isLet(){return this.isContextual(96)?this.hasFollowingBindingAtom():!1}isUsing(){return this.isContextual(103)?this.nextTokenIsIdentifierOnSameLine():!1}isForUsing(){if(!this.isContextual(103))return!1;let La=this.nextTokenInLineStart(),hl=this.codePointAtPos(La);if(this.isUnparsedContextual(La,"of")){let hl=this.lookaheadCharCodeSince(La+2);if(hl!==61&&hl!==58&&hl!==59)return!1}return!!(this.chStartsBindingIdentifier(hl,La)||this.isUnparsedContextual(La,"void"))}nextTokenIsIdentifierOnSameLine(){let La=this.nextTokenInLineStart(),hl=this.codePointAtPos(La);return this.chStartsBindingIdentifier(hl,La)}isAwaitUsing(){if(!this.isContextual(92))return!1;let La=this.nextTokenInLineStart();if(this.isUnparsedContextual(La,"using")){La=this.nextTokenInLineStartSince(La+5);let hl=this.codePointAtPos(La);if(this.chStartsBindingIdentifier(hl,La))return!0}return!1}chStartsBindingIdentifier(La,hl){if(R(La)){if(hE.lastIndex=hl,hE.test(this.input)){let La=this.codePointAtPos(hE.lastIndex);if(!W(La)&&La!==92)return!1}return!0}else return La===92}chStartsBindingPattern(La){return La===91||La===123}hasFollowingBindingAtom(){let La=this.nextTokenStart(),hl=this.codePointAtPos(La);return this.chStartsBindingPattern(hl)||this.chStartsBindingIdentifier(hl,La)}hasInLineFollowingBindingIdentifierOrBrace(){let La=this.nextTokenInLineStart(),hl=this.codePointAtPos(La);return hl===123||this.chStartsBindingIdentifier(hl,La)}allowsUsing(){return(this.scope.inModule||!this.scope.inTopLevel)&&!this.scope.inBareCaseStatement}parseModuleItem(){return this.parseStatementLike(15)}parseStatementListItem(){return this.parseStatementLike(6|(!this.options.annexB||this.state.strict?0:8))}parseStatementOrSloppyAnnexBFunctionDeclaration(La=!1){let hl=0;return this.options.annexB&&!this.state.strict&&(hl|=4,La&&(hl|=8)),this.parseStatementLike(hl)}parseStatement(){return this.parseStatementLike(0)}parseStatementLike(La){let hl=null;return this.match(22)&&(hl=this.parseDecorators(!0)),this.parseStatementContent(La,hl)}parseStatementContent(La,hl){let fl=this.state.type,yl=this.startNode(),Pl=!!(La&2),Ul=!!(La&4),Gd=La&1;switch(fl){case 56:return this.parseBreakContinueStatement(yl,!0);case 59:return this.parseBreakContinueStatement(yl,!1);case 60:return this.parseDebuggerStatement(yl);case 86:return this.parseDoWhileStatement(yl);case 87:return this.parseForStatement(yl);case 64:if(this.lookaheadCharCode()===46)break;return Ul||this.raise(this.state.strict?nA.StrictFunction:this.options.annexB?nA.SloppyFunctionAnnexB:nA.SloppyFunction,this.state.startLoc),this.parseFunctionStatement(yl,!1,!Pl&&Ul);case 76:return Pl||this.unexpected(),this.parseClass(this.maybeTakeDecorators(hl,yl),!0);case 65:return this.parseIfStatement(yl);case 66:return this.parseReturnStatement(yl);case 67:return this.parseSwitchStatement(yl);case 68:return this.parseThrowStatement(yl);case 69:return this.parseTryStatement(yl);case 92:if(this.isAwaitUsing())return this.allowsUsing()?Pl?this.recordAwaitIfAllowed()||this.raise(nA.AwaitUsingNotInAsyncContext,yl):this.raise(nA.UnexpectedLexicalDeclaration,yl):this.raise(nA.UnexpectedUsingDeclaration,yl),this.next(),this.parseVarStatement(yl,"await using");break;case 103:if(this.state.containsEsc||!this.hasInLineFollowingBindingIdentifierOrBrace())break;return this.allowsUsing()?Pl||this.raise(nA.UnexpectedLexicalDeclaration,this.state.startLoc):this.raise(nA.UnexpectedUsingDeclaration,this.state.startLoc),this.parseVarStatement(yl,"using");case 96:{if(this.state.containsEsc)break;let La=this.nextTokenStart(),hl=this.codePointAtPos(La);if(hl!==91&&(!Pl&&this.hasFollowingLineBreak()||!this.chStartsBindingIdentifier(hl,La)&&hl!==123))break}case 71:Pl||this.raise(nA.UnexpectedLexicalDeclaration,this.state.startLoc);case 70:{let La=this.state.value;return this.parseVarStatement(yl,La)}case 88:return this.parseWhileStatement(yl);case 72:return this.parseWithStatement(yl);case 2:return this.parseBlock();case 9:return this.parseEmptyStatement(yl);case 79:{let La=this.lookaheadCharCode();if(La===40||La===46)break}case 78:{!(this.optionFlags&8)&&!Gd&&this.raise(nA.UnexpectedImportExport,this.state.startLoc),this.next();let La;return fl===79?La=this.parseImport(yl):La=this.parseExport(yl,hl),this.assertModuleNodeAllowed(La),La}default:if(this.isAsyncFunction())return Pl||this.raise(nA.AsyncFunctionInSingleStatementContext,this.state.startLoc),this.next(),this.parseFunctionStatement(yl,!0,!Pl&&Ul)}let af=this.state.value,n_=this.parseExpression();return C(fl)&&n_.type==="Identifier"&&this.eat(10)?this.parseLabeledStatement(yl,af,n_,La):this.parseExpressionStatement(yl,n_,hl)}assertModuleNodeAllowed(La){!(this.optionFlags&8)&&!this.inModule&&this.raise(nA.ImportOutsideModule,La)}maybeTakeDecorators(La,hl,fl){return La&&(hl.decorators?.length?(this.raise(nA.DecoratorsBeforeAfterExport,hl.decorators[0]),hl.decorators.unshift(...La)):hl.decorators=La,this.resetStartLocationFromNode(hl,La[0]),fl&&this.resetStartLocationFromNode(fl,hl)),hl}canHaveLeadingDecorator(){return this.match(76)}parseDecorators(La){let hl=[];do{hl.push(this.parseDecorator())}while(this.match(22));if(this.match(78))La||this.unexpected();else if(!this.canHaveLeadingDecorator())throw this.raise(nA.UnexpectedLeadingDecorator,this.state.startLoc);return hl}parseDecorator(){this.expectOnePlugin(["decorators","decorators-legacy"]);let La=this.startNode();if(this.next(),this.hasPlugin("decorators")){let hl=this.state.startLoc,fl;if(this.match(6)){let hl=this.state.startLoc;this.next(),fl=this.parseExpression(),this.expect(7),fl=this.wrapParenthesis(hl,fl);let yl=this.state.startLoc;La.expression=this.parseMaybeDecoratorArguments(fl,hl),La.expression!==fl&&this.raise(nA.DecoratorArgumentsOutsideParentheses,yl)}else{for(fl=this.parseIdentifier(!1);this.eat(12);){let La=this.startNodeAt(hl);La.object=fl,this.match(134)?(this.classScope.usePrivateName(this.state.value,this.state.startLoc),La.property=this.parsePrivateName()):La.property=this.parseIdentifier(!0),La.computed=!1,fl=this.finishNode(La,"MemberExpression")}La.expression=this.parseMaybeDecoratorArguments(fl,hl)}}else this.state.canStartArrow=!1,La.expression=this.parseExprSubscripts();return this.finishNode(La,"Decorator")}parseMaybeDecoratorArguments(La,hl){if(this.eat(6)){let fl=this.startNodeAt(hl);return fl.callee=La,fl.arguments=this.parseCallExpressionArguments(),this.toReferencedList(fl.arguments),this.finishNode(fl,"CallExpression")}return La}parseBreakContinueStatement(La,hl){return this.next(),this.isLineTerminator()?La.label=null:(La.label=this.parseIdentifier(),this.semicolon()),this.verifyBreakContinue(La,hl),this.finishNode(La,hl?"BreakStatement":"ContinueStatement")}verifyBreakContinue(La,hl){let fl;for(fl=0;fl=0;hl--){let fl=this.state.labels[hl];if(fl.statementStart===La.start)fl.statementStart=this.sourceToOffsetPos(this.state.start),fl.kind=Pl;else break}return this.state.labels.push({name:hl,kind:Pl,statementStart:this.sourceToOffsetPos(this.state.start)}),La.body=yl&8?this.parseStatementOrSloppyAnnexBFunctionDeclaration(!0):this.parseStatement(),this.state.labels.pop(),La.label=fl,this.finishNode(La,"LabeledStatement")}parseExpressionStatement(La,hl,fl){return La.expression=hl,this.semicolon(),this.finishNode(La,"ExpressionStatement")}parseBlock(La=!1,hl=!0,fl){let yl=this.startNode();return La&&this.state.strictErrors.clear(),this.expect(2),hl&&this.scope.enter(0),this.parseBlockBody(yl,La,!1,4,fl),hl&&this.scope.exit(),this.finishNode(yl,"BlockStatement")}isValidDirective(La){return La.type==="ExpressionStatement"&&La.expression.type==="StringLiteral"&&!La.expression.extra.parenthesized}parseBlockBody(La,hl,fl,yl,Pl){let Ul=La.body=[],Gd=La.directives=[];this.parseBlockOrModuleBlockBody(Ul,hl?Gd:void 0,fl,yl,Pl)}parseBlockOrModuleBlockBody(La,hl,fl,yl,Pl){let Ul=this.state.strict,Gd=!1,af=!1;for(;!this.match(yl);){let yl=fl?this.parseModuleItem():this.parseStatementListItem();if(hl&&!af){if(this.isValidDirective(yl)){let La=this.stmtToDirective(yl);hl.push(La),!Gd&&La.value.value==="use strict"&&(Gd=!0,this.setStrict(!0));continue}af=!0,this.state.strictErrors.clear()}La.push(yl)}Pl?.call(this,Gd),Ul||this.setStrict(!1),this.next()}parseFor(La,hl){return La.init=hl,this.semicolon(!1),La.test=this.match(9)?null:this.parseExpression(),this.semicolon(!1),La.update=this.match(7)?null:this.parseExpression(),this.expect(7),La.body=this.parseStatement(),this.scope.exit(),this.state.labels.pop(),this.finishNode(La,"ForStatement")}parseForIn(La,hl,fl){let yl=this.match(54);return this.next(),yl?fl!==null&&this.unexpected(fl):La.await=fl!==null,hl.type==="VariableDeclaration"&&hl.declarations[0].init!=null&&(!yl||!this.options.annexB||this.state.strict||hl.kind!=="var"||hl.declarations[0].id.type!=="Identifier")&&this.raise(nA.ForInOfLoopInitializer,hl,{type:yl?"ForInStatement":"ForOfStatement"}),hl.type==="AssignmentPattern"&&this.raise(nA.InvalidLhs,hl,{ancestor:{type:"ForStatement"}}),La.left=hl,La.right=yl?this.parseExpression():this.parseMaybeAssignAllowIn(),this.expect(7),La.body=this.parseStatement(),this.scope.exit(),this.state.labels.pop(),this.finishNode(La,yl?"ForInStatement":"ForOfStatement")}parseVar(La,hl,fl,yl=!1){let Pl=La.declarations=[];for(La.kind=fl;;){let La=this.startNode();if(this.parseVarId(La,fl),La.init=this.eat(25)?hl?this.parseMaybeAssignDisallowIn():this.parseMaybeAssignAllowIn():null,La.init===null&&!yl&&(La.id.type!=="Identifier"&&!(hl&&(this.match(54)||this.isContextual(98)))?this.raise(nA.DeclarationMissingInitializer,this.state.lastTokEndLoc,{kind:"destructuring"}):(fl==="const"||fl==="using"||fl==="await using")&&!(this.match(54)||this.isContextual(98))&&this.raise(nA.DeclarationMissingInitializer,this.state.lastTokEndLoc,{kind:fl})),Pl.push(this.finishNode(La,"VariableDeclarator")),!this.eat(8))break}return La}parseVarId(La,hl){let fl=this.parseBindingAtom();hl==="using"||hl==="await using"?(fl.type==="ArrayPattern"||fl.type==="ObjectPattern")&&this.raise(nA.UsingDeclarationHasBindingPattern,fl):fl.type==="VoidPattern"&&this.raise(nA.UnexpectedVoidPattern,fl),this.checkLVal(fl,{type:"VariableDeclarator"},hl==="var"?5:8201),La.id=fl}parseAsyncFunctionExpression(La){return this.parseFunction(La,8)}parseFunction(La,hl=0){let fl=hl&2,yl=!!(hl&1),Pl=yl&&!(hl&4),Ul=!!(hl&8);return this.initFunction(La,Ul),this.match(51)&&(fl&&this.raise(nA.GeneratorInSingleStatementContext,this.state.startLoc),this.next(),La.generator=!0),yl&&(La.id=this.parseFunctionId(Pl)),this.scope.enter(514),this.prodParam.enter(Nt(Ul,La.generator)),yl||(La.id=this.parseFunctionId()),this.parseFunctionParams(La,!1),this.parseFunctionBodyAndFinish(La,yl?"FunctionDeclaration":"FunctionExpression"),this.prodParam.exit(),this.scope.exit(),yl&&!fl&&this.registerFunctionStatementId(La),La}parseFunctionId(La){return La||C(this.state.type)?this.parseIdentifier():null}parseFunctionParams(La,hl){this.expect(6),this.expressionScope.enter(ar()),La.params=this.parseBindingList(7,41,2|(hl?4:0)),this.expressionScope.exit()}registerFunctionStatementId(La){La.id&&this.scope.declareName(La.id.name,!this.options.annexB||this.state.strict||La.generator||La.async?this.scope.treatFunctionsAsVar?5:8201:17,La.id.start)}parseClass(La,hl,fl){this.next();let yl=this.state.strict;return this.state.strict=!0,this.parseClassId(La,hl,fl),this.parseClassSuper(La),La.body=this.parseClassBody(!!La.superClass,yl),this.finishNode(La,hl?"ClassDeclaration":"ClassExpression")}isClassProperty(){return this.match(25)||this.match(9)||this.match(4)}isClassMethod(){return this.match(6)}nameIsConstructor(La){return La.type==="Identifier"&&La.name==="constructor"||La.type==="StringLiteral"&&La.value==="constructor"}isNonstaticConstructor(La){return!La.computed&&!La.static&&this.nameIsConstructor(La.key)}parseClassBody(La,hl){this.classScope.enter();let fl={hadConstructor:!1,hadSuperClass:La},yl=[],Pl=this.startNode();for(Pl.body=[],this.expect(2);!this.match(4);){if(this.eat(9)){if(yl.length>0)throw this.raise(nA.DecoratorSemicolon,this.state.lastTokEndLoc);continue}if(this.match(22)){yl.push(this.parseDecorator());continue}let La=this.startNode();yl.length&&(La.decorators=yl,this.resetStartLocationFromNode(La,yl[0]),yl=[]),this.parseClassMember(Pl,La,fl)}if(this.state.strict=hl,this.next(),yl.length)throw this.raise(nA.TrailingDecorator,this.state.startLoc);return this.classScope.exit(),this.finishNode(Pl,"ClassBody")}parseClassMemberFromModifier(La,hl){let fl=this.parseIdentifier(!0);if(this.isClassMethod()){let yl=hl;return yl.kind="method",yl.computed=!1,yl.key=fl,yl.static=!1,this.pushClassMethod(La,yl,!1,!1,!1,!1),!0}else if(this.isClassProperty()){let yl=hl;return yl.computed=!1,yl.key=fl,yl.static=!1,La.body.push(this.parseClassProperty(yl)),!0}return this.resetPreviousNodeTrailingComments(fl),!1}parseClassMember(La,hl,fl){let yl=this.isContextual(102);if(yl){if(this.parseClassMemberFromModifier(La,hl))return;if(this.eat(2)){this.parseClassStaticBlock(La,hl);return}}this.parseClassMemberWithIsStatic(La,hl,fl,yl)}parseClassMemberWithIsStatic(La,hl,fl,yl){let Pl=hl,Ul=hl,Gd=hl,af=hl,n_=hl,i_=Pl,p_=Pl;if(hl.static=yl,this.parsePropertyNamePrefixOperator(hl),this.eat(51)){i_.kind="method";let hl=this.match(134);if(this.parseClassElementName(i_),this.parsePostMemberNameModifiers(i_),hl){this.pushClassPrivateMethod(La,Ul,!0,!1);return}this.isNonstaticConstructor(Pl)&&this.raise(nA.ConstructorIsGenerator,Pl.key),this.pushClassMethod(La,Pl,!0,!1,!1,!1);return}let w_=!this.state.containsEsc&&C(this.state.type),D_=this.parseClassElementName(hl),I_=w_?D_.name:null,N_=this.isPrivateName(D_),_m=this.state.startLoc;if(this.parsePostMemberNameModifiers(p_),this.isClassMethod()){if(i_.kind="method",N_){this.pushClassPrivateMethod(La,Ul,!1,!1);return}let yl=this.isNonstaticConstructor(Pl),Gd=!1;yl&&(Pl.kind="constructor",Pl.decorators&&Pl.decorators.length>0&&this.raise(nA.DecoratorConstructor,hl),fl.hadConstructor&&!this.hasPlugin("typescript")&&this.raise(nA.DuplicateConstructor,D_),yl&&this.hasPlugin("typescript")&&hl.override&&this.raise(nA.OverrideOnConstructor,D_),fl.hadConstructor=!0,Gd=fl.hadSuperClass),this.pushClassMethod(La,Pl,!1,!1,yl,Gd)}else if(this.isClassProperty())N_?this.pushClassPrivateProperty(La,af):this.pushClassProperty(La,Gd);else if(I_==="async"&&!this.isLineTerminator()){this.resetPreviousNodeTrailingComments(D_);let hl=this.eat(51);p_.optional&&this.unexpected(_m),i_.kind="method";let fl=this.match(134);this.parseClassElementName(i_),this.parsePostMemberNameModifiers(p_),fl?this.pushClassPrivateMethod(La,Ul,hl,!0):(this.isNonstaticConstructor(Pl)&&this.raise(nA.ConstructorIsAsync,Pl.key),this.pushClassMethod(La,Pl,hl,!0,!1,!1))}else if((I_==="get"||I_==="set")&&!(this.match(51)&&this.isLineTerminator())){this.resetPreviousNodeTrailingComments(D_),i_.kind=I_;let hl=this.match(134);this.parseClassElementName(Pl),hl?this.pushClassPrivateMethod(La,Ul,!1,!1):(this.isNonstaticConstructor(Pl)&&this.raise(nA.ConstructorIsAccessor,Pl.key),this.pushClassMethod(La,Pl,!1,!1,!1,!1)),this.checkGetterSetterParams(Pl)}else if(I_==="accessor"&&!this.isLineTerminator()){this.expectPlugin("decoratorAutoAccessors"),this.resetPreviousNodeTrailingComments(D_);let hl=this.match(134);this.parseClassElementName(Gd),this.pushClassAccessorProperty(La,n_,hl)}else this.isLineTerminator()?N_?this.pushClassPrivateProperty(La,af):this.pushClassProperty(La,Gd):this.unexpected()}parseClassElementName(La){let{type:hl,value:fl}=this.state;if((hl===128||hl===130)&&La.static&&fl==="prototype"&&this.raise(nA.StaticPrototype,this.state.startLoc),hl===134){fl==="constructor"&&this.raise(nA.ConstructorClassPrivateField,this.state.startLoc);let hl=this.parsePrivateName();return La.key=hl,hl}return this.parsePropertyName(La),La.key}parseClassStaticBlock(La,hl){this.scope.enter(720);let fl=this.state.labels;this.state.labels=[],this.prodParam.enter(0);let yl=hl.body=[];this.parseBlockOrModuleBlockBody(yl,void 0,!1,4),this.prodParam.exit(),this.scope.exit(),this.state.labels=fl,La.body.push(this.finishNode(hl,"StaticBlock")),hl.decorators?.length&&this.raise(nA.DecoratorStaticBlock,hl)}pushClassProperty(La,hl){!hl.computed&&this.nameIsConstructor(hl.key)&&this.raise(nA.ConstructorClassField,hl.key),La.body.push(this.parseClassProperty(hl))}pushClassPrivateProperty(La,hl){let fl=this.parseClassPrivateProperty(hl);La.body.push(fl),this.classScope.declarePrivateName(this.getPrivateNameSV(fl.key),0,fl.key.start)}pushClassAccessorProperty(La,hl,fl){!fl&&!hl.computed&&this.nameIsConstructor(hl.key)&&this.raise(nA.ConstructorClassField,hl.key);let yl=this.parseClassAccessorProperty(hl);La.body.push(yl),fl&&this.classScope.declarePrivateName(this.getPrivateNameSV(yl.key),0,yl.key.start)}pushClassMethod(La,hl,fl,yl,Pl,Ul){La.body.push(this.parseMethod(hl,fl,yl,Pl,Ul,"ClassMethod",!0))}pushClassPrivateMethod(La,hl,fl,yl){let Pl=this.parseMethod(hl,fl,yl,!1,!1,"ClassPrivateMethod",!0);La.body.push(Pl);let Ul=Pl.kind==="get"?Pl.static?6:2:Pl.kind==="set"?Pl.static?5:1:0;this.declareClassPrivateMethodInScope(Pl,Ul)}declareClassPrivateMethodInScope(La,hl){this.classScope.declarePrivateName(this.getPrivateNameSV(La.key),hl,La.key.start)}parsePostMemberNameModifiers(La){}parseClassPrivateProperty(La){return this.parseInitializer(La),this.semicolon(),this.finishNode(La,"ClassPrivateProperty")}parseClassProperty(La){return this.parseInitializer(La),this.semicolon(),this.finishNode(La,"ClassProperty")}parseClassAccessorProperty(La){return this.parseInitializer(La),this.semicolon(),this.finishNode(La,"ClassAccessorProperty")}parseInitializer(La){this.scope.enter(592),this.expressionScope.enter(cs()),this.prodParam.enter(0),La.value=this.eat(25)?this.parseMaybeAssignAllowIn():null,this.expressionScope.exit(),this.prodParam.exit(),this.scope.exit()}parseClassId(La,hl,fl,yl=8331){if(C(this.state.type))La.id=this.parseIdentifier(),hl&&this.declareNameFromIdentifier(La.id,yl);else if(fl||!hl)La.id=null;else throw this.raise(nA.MissingClassName,this.state.startLoc)}parseClassSuper(La){this.eat(77)?(this.state.canStartArrow=!1,La.superClass=this.parseExprSubscripts()):La.superClass=null}parseExport(La,hl){let fl=this.parseMaybeImportPhase(La,!0),yl=this.maybeParseExportDefaultSpecifier(La,fl),Pl=!yl||this.eat(8),Ul=Pl&&this.eatExportStar(La),Gd=Ul&&this.maybeParseExportNamespaceSpecifier(La),af=Pl&&(!Gd||this.eat(8)),n_=yl||Ul;if(Ul&&!Gd){if(yl&&this.unexpected(),hl)throw this.raise(nA.UnsupportedDecoratorExport,La);return this.parseExportFrom(La,!0),this.sawUnambiguousESM=!0,this.finishNode(La,"ExportAllDeclaration")}let i_=this.maybeParseExportNamedSpecifiers(La);yl&&Pl&&!Ul&&!i_&&this.unexpected(null,2),Gd&&af&&this.unexpected(null,94);let p_;if(n_||i_){if(p_=!1,hl)throw this.raise(nA.UnsupportedDecoratorExport,La);this.parseExportFrom(La,n_)}else p_=this.maybeParseExportDeclaration(La);if(n_||i_||p_){let fl=La;if(this.checkExport(fl,!0,!1,!!fl.source),fl.declaration?.type==="ClassDeclaration")this.maybeTakeDecorators(hl,fl.declaration,fl);else if(hl)throw this.raise(nA.UnsupportedDecoratorExport,La);return this.sawUnambiguousESM=!0,this.finishNode(fl,"ExportNamedDeclaration")}if(this.eat(61)){let fl=La,yl=this.parseExportDefaultExpression();if(fl.declaration=yl,yl.type==="ClassDeclaration")this.maybeTakeDecorators(hl,yl,fl);else if(hl)throw this.raise(nA.UnsupportedDecoratorExport,La);return this.checkExport(fl,!0,!0),this.sawUnambiguousESM=!0,this.finishNode(fl,"ExportDefaultDeclaration")}throw this.unexpected(null,2)}eatExportStar(La){return this.eat(51)}maybeParseExportDefaultSpecifier(La,hl){if(hl||this.isExportDefaultSpecifier()){this.expectPlugin("exportDefaultFrom",hl?.start);let fl=hl||this.parseIdentifier(!0),yl=this.startNodeAtNode(fl);return yl.exported=fl,La.specifiers=[this.finishNode(yl,"ExportDefaultSpecifier")],!0}return!1}maybeParseExportNamespaceSpecifier(La){if(this.isContextual(89)){La.specifiers??(La.specifiers=[]);let hl=this.startNodeAt(this.state.lastTokStartLoc);return this.next(),hl.exported=this.parseModuleExportName(),La.specifiers.push(this.finishNode(hl,"ExportNamespaceSpecifier")),!0}return!1}maybeParseExportNamedSpecifiers(La){if(this.match(2)){let hl=La;hl.specifiers||(hl.specifiers=[]);let fl=hl.exportKind==="type";return hl.specifiers.push(...this.parseExportSpecifiers(fl)),hl.source=null,hl.attributes=[],hl.declaration=null,!0}return!1}maybeParseExportDeclaration(La){return this.shouldParseExportDeclaration()?(La.specifiers=[],La.source=null,La.attributes=[],La.declaration=this.parseExportDeclaration(La),!0):!1}isAsyncFunction(){if(!this.isContextual(91))return!1;let La=this.nextTokenInLineStart();return this.isUnparsedContextual(La,"function")}parseExportDefaultExpression(){let La=this.startNode();if(this.match(64))return this.next(),this.parseFunction(La,5);if(this.isAsyncFunction())return this.next(),this.next(),this.parseFunction(La,13);if(this.match(76))return this.parseClass(La,!0,!0);if(this.match(22))return this.parseClass(this.maybeTakeDecorators(this.parseDecorators(!1),this.startNode()),!0,!0);if(this.match(71)||this.match(70)||this.isLet()||this.isUsing()||this.isAwaitUsing())throw this.raise(nA.UnsupportedDefaultExport,this.state.startLoc);let hl=this.parseMaybeAssignAllowIn();return this.semicolon(),hl}parseExportDeclaration(La){return this.match(76)?this.parseClass(this.startNode(),!0,!1):this.parseStatementListItem()}isExportDefaultSpecifier(){let{type:La}=this.state;if(C(La)){if(La===91&&!this.state.containsEsc||La===96)return!1;if((La===126||La===125)&&!this.state.containsEsc){let La=this.nextTokenStart(),hl=this.input.charCodeAt(La);if(hl===123||this.chStartsBindingIdentifier(hl,La)&&!this.input.startsWith("from",La))return this.expectOnePlugin(["flow","typescript"]),!1}}else if(!this.match(61))return!1;let hl=this.nextTokenStart(),fl=this.isUnparsedContextual(hl,"from");if(this.input.charCodeAt(hl)===44||C(this.state.type)&&fl)return!0;if(this.match(61)&&fl){let La=this.input.charCodeAt(this.nextTokenStartSince(hl+4));return La===34||La===39}return!1}parseExportFrom(La,hl){this.eatContextual(94)?(La.source=this.parseImportSource(),this.checkExport(La),this.maybeParseImportAttributes(La)):hl&&this.unexpected(),this.semicolon()}shouldParseExportDeclaration(){let{type:La}=this.state;return La===22&&(this.expectOnePlugin(["decorators","decorators-legacy"]),this.hasPlugin("decorators"))?!0:this.isUsing()?(this.raise(nA.UsingDeclarationExport,this.state.startLoc),!0):this.isAwaitUsing()?(this.raise(nA.UsingDeclarationExport,this.state.startLoc),!0):La===70||La===71||La===64||La===76||this.isLet()||this.isAsyncFunction()}checkExport(La,hl,fl,yl){if(hl){if(fl){if(this.checkDuplicateExports(La,"default"),this.hasPlugin("exportDefaultFrom")){let hl=La.declaration;hl.type==="Identifier"&&hl.name==="from"&&hl.end-hl.start===4&&!hl.extra?.parenthesized&&this.raise(nA.ExportDefaultFromAsIdentifier,hl)}}else if(La.specifiers?.length)for(let hl of La.specifiers){let{exported:La}=hl,fl=La.type==="Identifier"?La.name:La.value;if(this.checkDuplicateExports(hl,fl),!yl&&hl.local){let{local:La}=hl;La.type!=="Identifier"?this.raise(nA.ExportBindingIsString,hl,{localName:La.value,exportName:fl}):(this.checkReservedWord(La.name,La.start,!0,!1),this.scope.checkLocalExport(La))}}else if(La.declaration){let hl=La.declaration;if(hl.type==="FunctionDeclaration"||hl.type==="ClassDeclaration"){let{id:fl}=hl;if(!fl)throw new Error("Assertion failure");this.checkDuplicateExports(La,fl.name)}else if(hl.type==="VariableDeclaration")for(let La of hl.declarations)this.checkDeclaration(La.id)}}}checkDeclaration(La){if(La.type==="Identifier")this.checkDuplicateExports(La,La.name);else if(La.type==="ObjectPattern")for(let hl of La.properties)this.checkDeclaration(hl);else if(La.type==="ArrayPattern")for(let hl of La.elements)hl&&this.checkDeclaration(hl);else La.type==="ObjectProperty"?this.checkDeclaration(La.value):La.type==="RestElement"?this.checkDeclaration(La.argument):La.type==="AssignmentPattern"&&this.checkDeclaration(La.left)}checkDuplicateExports(La,hl){this.exportedIdentifiers.has(hl)&&(hl==="default"?this.raise(nA.DuplicateDefaultExport,La):this.raise(nA.DuplicateExport,La,{exportName:hl})),this.exportedIdentifiers.add(hl)}parseExportSpecifiers(La){let hl=[],fl=!0;for(this.expect(2);!this.eat(4);){if(fl)fl=!1;else if(this.expect(8),this.eat(4))break;let yl=this.isContextual(126),Pl=this.match(130),Ul=this.startNode();Ul.local=this.parseModuleExportName(),hl.push(this.parseExportSpecifier(Ul,Pl,La,yl))}return hl}parseExportSpecifier(La,hl,fl,yl){return this.eatContextual(89)?La.exported=this.parseModuleExportName():hl?La.exported=this.cloneStringLiteral(La.local):La.exported||(La.exported=this.cloneIdentifier(La.local)),this.finishNode(La,"ExportSpecifier")}parseModuleExportName(){if(this.match(130)){let La=this.parseStringLiteral(this.state.value),hl=lE.exec(La.value);return hl&&this.raise(nA.ModuleExportNameHasLoneSurrogate,La,{surrogateCharCode:hl[0].charCodeAt(0)}),La}return this.parseIdentifier(!0)}checkImportPhase(La){let{specifiers:hl}=La,fl=hl.length===1?hl[0].type:null;La.phase==="source"?fl!=="ImportDefaultSpecifier"&&this.raise(nA.SourcePhaseImportRequiresDefault,hl[0]):La.phase==="defer"&&fl!=="ImportNamespaceSpecifier"&&this.raise(nA.DeferImportRequiresNamespace,hl[0])}isPotentialImportPhase(La){return La?!1:this.isContextual(101)||this.isContextual(93)}applyImportPhase(La,hl,fl,yl){hl||(fl==="source"?(this.expectPlugin("sourcePhaseImports",yl),La.phase="source"):fl==="defer"?(this.expectPlugin("deferredImportEvaluation",yl),La.phase="defer"):this.hasPlugin("sourcePhaseImports")&&(La.phase=null))}parseMaybeImportPhase(La,hl){if(!this.isPotentialImportPhase(hl))return this.applyImportPhase(La,hl,null),null;let fl=this.startNode(),yl=this.parseIdentifierName(!0),{type:Pl}=this.state;return(B(Pl)?Pl!==94||this.lookaheadCharCode()===102:Pl!==8)?(this.applyImportPhase(La,hl,yl,fl.start),null):(this.applyImportPhase(La,hl,null),this.createIdentifier(fl,yl))}isPrecedingIdImportPhase(La){let{type:hl}=this.state;return C(hl)?hl!==94||this.lookaheadCharCode()===102:hl!==8}parseImport(La){return this.match(130)?this.parseImportSourceAndAttributes(La):this.parseImportSpecifiersAndAfter(La,this.parseMaybeImportPhase(La,!1))}parseImportSpecifiersAndAfter(La,hl){La.specifiers=[];let fl=!this.maybeParseDefaultImportSpecifier(La,hl)||this.eat(8),yl=fl&&this.maybeParseStarImportSpecifier(La);return fl&&!yl&&this.parseNamedImportSpecifiers(La),this.expectContextual(94),this.parseImportSourceAndAttributes(La)}parseImportSourceAndAttributes(La){return La.specifiers??(La.specifiers=[]),La.source=this.parseImportSource(),this.maybeParseImportAttributes(La),this.checkImportPhase(La),this.semicolon(),this.sawUnambiguousESM=!0,this.finishNode(La,"ImportDeclaration")}parseImportSource(){return this.match(130)||this.unexpected(),this.parseExprAtom()}parseImportSpecifierLocal(La,hl,fl){hl.local=this.parseIdentifier(),La.specifiers.push(this.finishImportSpecifier(hl,fl))}finishImportSpecifier(La,hl,fl=8201){return this.checkLVal(La.local,{type:hl},fl),this.finishNode(La,hl)}parseImportAttributes(){this.expect(2);let La=[],hl=new Set;do{if(this.match(4))break;let fl=this.startNode(),yl=this.state.value;if(hl.has(yl)&&this.raise(nA.ModuleAttributesWithDuplicateKeys,this.state.startLoc,{key:yl}),hl.add(yl),this.match(130)?fl.key=this.parseStringLiteral(yl):fl.key=this.parseIdentifier(!0),this.expect(10),!this.match(130))throw this.raise(nA.ModuleAttributeInvalidValue,this.state.startLoc);fl.value=this.parseStringLiteral(this.state.value),La.push(this.finishNode(fl,"ImportAttribute"))}while(this.eat(8));return this.expect(4),La}maybeParseImportAttributes(La){let hl;if(this.match(72)){if(this.hasPrecedingLineBreak()&&this.lookaheadCharCode()===40)return;this.next(),hl=this.parseImportAttributes()}else hl=[];La.attributes=hl}maybeParseDefaultImportSpecifier(La,hl){if(hl){let fl=this.startNodeAtNode(hl);return fl.local=hl,La.specifiers.push(this.finishImportSpecifier(fl,"ImportDefaultSpecifier")),!0}else if(B(this.state.type))return this.parseImportSpecifierLocal(La,this.startNode(),"ImportDefaultSpecifier"),!0;return!1}maybeParseStarImportSpecifier(La){if(this.match(51)){let hl=this.startNode();return this.next(),this.expectContextual(89),this.parseImportSpecifierLocal(La,hl,"ImportNamespaceSpecifier"),!0}return!1}parseNamedImportSpecifiers(La){let hl=!0;for(this.expect(2);!this.eat(4);){if(hl)hl=!1;else{if(this.eat(10))throw this.raise(nA.DestructureNamedImport,this.state.startLoc);if(this.expect(8),this.eat(4))break}let fl=this.startNode(),yl=this.match(130),Pl=this.isContextual(126);fl.imported=this.parseModuleExportName();let Ul=this.parseImportSpecifier(fl,yl,La.importKind==="type"||La.importKind==="typeof",Pl,void 0);La.specifiers.push(Ul)}}parseImportSpecifier(La,hl,fl,yl,Pl){if(this.eatContextual(89))La.local=this.parseIdentifier();else{let{imported:fl}=La;if(hl)throw this.raise(nA.ImportBindingIsString,La,{importName:fl.value});this.checkReservedWord(fl.name,La.start,!0,!0),La.local||(La.local=this.cloneIdentifier(fl))}return this.finishImportSpecifier(La,"ImportSpecifier",Pl)}isThisParam(La){return La.type==="Identifier"&&La.name==="this"}},bE=/in(?:stanceof)?|as|satisfies/y;function lr(La){if(La==null)throw new Error(`Unexpected ${La} value.`);return La}function Ke(La){if(!La)throw new Error("Assert fail")}var wE={AbstractMethodHasImplementation:({methodName:La})=>`Method '${La}' cannot have an implementation because it is marked abstract.`,AbstractPropertyHasInitializer:({propertyName:La})=>`Property '${La}' cannot have an initializer because it is marked abstract.`,AccessorCannotBeOptional:"An 'accessor' property cannot be declared optional.",AccessorCannotDeclareThisParameter:"'get' and 'set' accessors cannot declare 'this' parameters.",AccessorCannotHaveTypeParameters:"An accessor cannot have type parameters.",ClassMethodHasDeclare:"Class methods cannot have the 'declare' modifier.",ClassMethodHasReadonly:"Class methods cannot have the 'readonly' modifier.",ConstInitializerMustBeStringOrNumericLiteralOrLiteralEnumReference:"A 'const' initializer in an ambient context must be a string or numeric literal or literal enum reference.",ConstructorHasTypeParameters:"Type parameters cannot appear on a constructor declaration.",DeclareAccessor:({kind:La})=>`'declare' is not allowed in ${La}ters.`,DeclareClassFieldHasInitializer:"Initializers are not allowed in ambient contexts.",DeclareFunctionHasImplementation:"An implementation cannot be declared in ambient contexts.",DecoratorAbstractMethod:({kind:La})=>`Decorators can't be used with ${La.startsWith("a")?"an":"a"} ${La}.`,DuplicateAccessibilityModifier:({modifier:La})=>`Accessibility modifier already seen: '${La}'.`,DuplicateModifier:({modifier:La})=>`Duplicate modifier: '${La}'.`,EmptyHeritageClauseType:({token:La})=>`'${La}' list cannot be empty.`,EmptyTypeArguments:"Type argument list cannot be empty.",EmptyTypeParameters:"Type parameter list cannot be empty.",ExpectedAmbientAfterExportDeclare:"'export declare' must be followed by an ambient declaration.",ExportAssignmentInTSNamespace:"An export assignment cannot be used in a namespace.",ExportInTSNamespace:"Export declarations are not permitted in a namespace.",ImportAliasHasImportType:"An import alias can not use 'import type'.",ImportInTSNamespace:"Import declarations in a namespace cannot reference a module.",IncompatibleModifiers:({modifiers:La})=>`'${La[0]}' modifier cannot be used with '${La[1]}' modifier.`,IndexSignatureHasAbstract:"Index signatures cannot have the 'abstract' modifier.",IndexSignatureHasAccessibility:({modifier:La})=>`Index signatures cannot have an accessibility modifier ('${La}').`,IndexSignatureHasDeclare:"Index signatures cannot have the 'declare' modifier.",IndexSignatureHasOverride:"'override' modifier cannot appear on an index signature.",IndexSignatureHasStatic:"Index signatures cannot have the 'static' modifier.",InitializerNotAllowedInAmbientContext:"Initializers are not allowed in ambient contexts.",InlineModuleDeclarationMustUseString:"`module ... {}` declarations must have a string name. Use `namespace ... {}` instead.",InvalidHeritageClauseType:({token:La})=>`'${La}' list can only include identifiers or qualified-names with optional type arguments.`,InvalidModifierOnAwaitUsingDeclaration:La=>`'${La}' modifier cannot appear on an await using declaration.`,InvalidModifierOnTypeMember:({modifier:La})=>`'${La}' modifier cannot appear on a type member.`,InvalidModifierOnTypeParameter:({modifier:La})=>`'${La}' modifier cannot appear on a type parameter.`,InvalidModifierOnTypeParameterPositions:({modifier:La})=>`'${La}' modifier can only appear on a type parameter of a class, interface or type alias.`,InvalidModifierOnUsingDeclaration:La=>`'${La}' modifier cannot appear on a using declaration.`,InvalidModifiersOrder:({orderedModifiers:La})=>`'${La[0]}' modifier must precede '${La[1]}' modifier.`,InvalidPropertyAccessAfterInstantiationExpression:"Invalid property access after an instantiation expression. You can either wrap the instantiation expression in parentheses, or delete the type arguments.",InvalidTupleMemberLabel:"Tuple members must be labeled with a simple identifier.",MissingInterfaceName:"'interface' declarations must be followed by an identifier.",NamespaceExportInTSNamespace:"Global module exports may only appear at top level.",NonAbstractClassHasAbstractMethod:"Abstract methods can only appear within an abstract class.",NonClassMethodPropertyHasAbstractModifier:"'abstract' modifier can only appear on a class, method, or property declaration.",OptionalTypeBeforeRequired:"A required element cannot follow an optional element.",OverrideNotInSubClass:"This member cannot have an 'override' modifier because its containing class does not extend another class.",PatternIsOptional:"A binding pattern parameter cannot be optional in an implementation signature.",PrivateElementHasAbstract:"Private elements cannot have the 'abstract' modifier.",PrivateElementHasAccessibility:({modifier:La})=>`Private elements cannot have an accessibility modifier ('${La}').`,ReadonlyForMethodSignature:"'readonly' modifier can only appear on a property declaration or index signature.",ReservedArrowTypeParam:"This syntax is reserved in files with the .mts or .cts extension. Add a trailing comma, as in `() => ...`.",ReservedTypeAssertion:"This syntax is reserved in files with the .mts or .cts extension. Use an `as` expression instead.",SetAccessorCannotHaveOptionalParameter:"A 'set' accessor cannot have an optional parameter.",SetAccessorCannotHaveRestParameter:"A 'set' accessor cannot have rest parameter.",SetAccessorCannotHaveReturnType:"A 'set' accessor cannot have a return type annotation.",SingleTypeParameterWithoutTrailingComma:({typeParameterName:La})=>`Single type parameter ${La} should have a trailing comma. Example usage: <${La},>.`,StaticBlockCannotHaveModifier:"Static class blocks cannot have any modifier.",TupleOptionalAfterType:"A labeled tuple optional element must be declared using a question mark after the name and before the colon (`name?: type`), rather than after the type (`name: type?`).",TypeAnnotationAfterAssign:"Type annotations must come before default assignments, e.g. instead of `age = 25: number` use `age: number = 25`.",TypeImportCannotSpecifyDefaultAndNamed:"A type-only import can specify a default import or named bindings, but not both.",TypeModifierIsUsedInTypeExports:"The 'type' modifier cannot be used on a named export when 'export type' is used on its export statement.",TypeModifierIsUsedInTypeImports:"The 'type' modifier cannot be used on a named import when 'import type' is used on its import statement.",UnexpectedParameterInitializer:"A parameter initializer is only allowed in a function or constructor implementation.",UnexpectedParameterModifier:"A parameter property is only allowed in a constructor implementation.",UnexpectedReadonly:"'readonly' type modifier is only permitted on array and tuple literal types.",UnexpectedTypeAnnotation:"Did not expect a type annotation here.",UnexpectedTypeCastInParameter:"Unexpected type cast in parameter position.",UnexpectedTypeDeclaration:La=>`'${La}' declarations can only be declared inside a block.`,UnsupportedImportTypeArgument:"Argument in a type import must be a string literal.",UnsupportedParameterPropertyKind:"A parameter property may not be declared using a binding pattern.",UnsupportedSignatureParameterKind:({type:La})=>`Name in a signature must be an Identifier, ObjectPattern or ArrayPattern, instead got ${La}.`,UsingDeclarationInAmbientContext:La=>`'${La}' declarations are not allowed in ambient contexts.`},xE=F`typescript`(wE);function ur(La){switch(La){case"any":return"TSAnyKeyword";case"boolean":return"TSBooleanKeyword";case"bigint":return"TSBigIntKeyword";case"never":return"TSNeverKeyword";case"number":return"TSNumberKeyword";case"object":return"TSObjectKeyword";case"string":return"TSStringKeyword";case"symbol":return"TSSymbolKeyword";case"undefined":return"TSUndefinedKeyword";case"unknown":return"TSUnknownKeyword";default:return}}function We(La){return La==="private"||La==="public"||La==="protected"}function fr(La){return La==="in"||La==="out"}function Pe(La){if(La.extra?.parenthesized)return!1;switch(La.type){case"Identifier":return!0;case"MemberExpression":return!La.computed&&Pe(La.object);case"TSInstantiationExpression":return Pe(La.expression);default:return!1}}var dr=La=>class extends La{getScopeHandler(){return zA}tsIsIdentifier(){return C(this.state.type)}tsTokenCanFollowModifier(){return this.match(0)||this.match(2)||this.match(51)||this.match(17)||this.match(134)||this.isLiteralPropertyName()}tsNextTokenOnSameLineAndCanFollowModifier(){return this.next(),this.hasPrecedingLineBreak()?!1:this.tsTokenCanFollowModifier()}tsNextTokenCanFollowModifier(){return this.match(102)?(this.next(),this.tsTokenCanFollowModifier()):this.tsNextTokenOnSameLineAndCanFollowModifier()}tsParseModifier(La,hl,fl){if(!C(this.state.type)&&this.state.type!==54&&this.state.type!==71)return;let yl=this.state.value;if(La.includes(yl)){if(fl&&this.match(102)||hl&&this.tsIsStartOfStaticBlocks())return;if(this.tsTryParse(this.tsNextTokenCanFollowModifier.bind(this)))return yl}}tsParseModifiers({allowedModifiers:La,disallowedModifiers:hl,stopOnStartOfClassStaticBlock:fl,errorTemplate:yl=xE.InvalidModifierOnTypeMember},Pl){let o=(La,hl,fl,yl)=>{hl===fl&&Pl[yl]&&this.raise(xE.InvalidModifiersOrder,La,{orderedModifiers:[fl,yl]})},h=(La,hl,fl,yl)=>{(Pl[fl]&&hl===yl||Pl[yl]&&hl===fl)&&this.raise(xE.IncompatibleModifiers,La,{modifiers:[fl,yl]})};for(;;){let{startLoc:Ul}=this.state,Gd=this.tsParseModifier(La.concat(hl??[]),fl,Pl.static);if(!Gd)break;We(Gd)?Pl.accessibility?this.raise(xE.DuplicateAccessibilityModifier,Ul,{modifier:Gd}):(o(Ul,Gd,Gd,"override"),o(Ul,Gd,Gd,"static"),o(Ul,Gd,Gd,"readonly"),Pl.accessibility=Gd):fr(Gd)?(Pl[Gd]&&this.raise(xE.DuplicateModifier,Ul,{modifier:Gd}),Pl[Gd]=!0,o(Ul,Gd,"in","out")):(p_(Pl,Gd)?this.raise(xE.DuplicateModifier,Ul,{modifier:Gd}):(o(Ul,Gd,"static","readonly"),o(Ul,Gd,"static","override"),o(Ul,Gd,"override","readonly"),o(Ul,Gd,"abstract","override"),h(Ul,Gd,"declare","override"),h(Ul,Gd,"static","abstract")),Pl[Gd]=!0),hl?.includes(Gd)&&this.raise(yl,Ul,{modifier:Gd})}}tsIsListTerminator(La){switch(La){case"EnumMembers":case"TypeMembers":return this.match(4);case"HeritageClauseElement":return this.match(2);case"TupleElementTypes":return this.match(1);case"TypeParametersOrArguments":return this.match(44)}}tsParseList(La,hl){let fl=[];for(;!this.tsIsListTerminator(La);)fl.push(hl());return fl}tsParseDelimitedList(La,hl,fl){return lr(this.tsParseDelimitedListWorker(La,hl,!0,fl))}tsParseDelimitedListWorker(La,hl,fl,yl){let Pl=[],Ul=-1;for(;!this.tsIsListTerminator(La);){Ul=-1;let yl=hl();if(yl==null)return;if(Pl.push(yl),this.eat(8)){Ul=this.state.lastTokStartLoc.index;continue}if(this.tsIsListTerminator(La))break;fl&&this.expect(8);return}return yl&&(yl.value=Ul),Pl}tsParseBracketedList(La,hl,fl,yl,Pl){yl||(fl?this.expect(0):this.expect(43));let Ul=this.tsParseDelimitedList(La,hl,Pl);return fl?this.expect(1):this.expect(44),Ul}tsParseImportType(){let La=this.startNode();return this.expect(79),this.expect(6),this.match(130)?La.source=this.parseStringLiteral(this.state.value):(this.raise(xE.UnsupportedImportTypeArgument,this.state.startLoc),La.source=this.tsParseNonConditionalType()),this.eat(8)?La.options=this.tsParseImportTypeOptions():La.options=null,this.expect(7),this.eat(12)&&(La.qualifier=this.tsParseEntityName(3)),this.match(43)&&(La.typeArguments=this.tsParseTypeArguments()),this.finishNode(La,"TSImportType")}tsParseImportTypeOptions(){let La=this.startNode();this.expect(2);let hl=this.startNode();return this.isContextual(72)?(hl.method=!1,hl.key=this.parseIdentifier(!0),hl.computed=!1,hl.shorthand=!1):this.unexpected(null,72),this.expect(10),hl.value=this.tsParseImportTypeWithPropertyValue(),La.properties=[this.finishObjectProperty(hl)],this.eat(8),this.expect(4),this.finishNode(La,"ObjectExpression")}tsParseImportTypeWithPropertyValue(){let La=this.startNode(),hl=[];for(this.expect(2);!this.match(4);){let La=this.state.type;C(La)||La===130?hl.push(super.parsePropertyDefinition(null)):this.unexpected(),this.eat(8)}return La.properties=hl,this.next(),this.finishNode(La,"ObjectExpression")}tsParseEntityName(La){let hl;if(La&1&&this.match(74))if(La&2)hl=this.parseIdentifier(!0);else{let La=this.startNode();this.next(),hl=this.finishNode(La,"ThisExpression")}else hl=this.parseIdentifier(!!(La&1));for(;this.eat(12);){let fl=this.startNodeAtNode(hl);fl.left=hl,fl.right=this.parseIdentifier(!!(La&1)),hl=this.finishNode(fl,"TSQualifiedName")}return hl}tsParseTypeReference(){let La=this.startNode();return La.typeName=this.tsParseEntityName(1),!this.hasPrecedingLineBreak()&&this.match(43)&&(La.typeArguments=this.tsParseTypeArguments()),this.finishNode(La,"TSTypeReference")}tsParseThisTypePredicate(La){this.next();let hl=this.startNodeAtNode(La);return hl.parameterName=La,hl.typeAnnotation=this.tsParseTypeAnnotation(!1),hl.asserts=!1,this.finishNode(hl,"TSTypePredicate")}tsParseThisTypeNode(){let La=this.startNode();return this.next(),this.finishNode(La,"TSThisType")}tsParseTypeQuery(){let La=this.startNode();return this.expect(83),this.match(79)?La.exprName=this.tsParseImportType():La.exprName=this.tsParseEntityName(1),!this.hasPrecedingLineBreak()&&this.match(43)&&(La.typeArguments=this.tsParseTypeArguments()),this.finishNode(La,"TSTypeQuery")}tsParseInOutModifiers=this.tsParseModifiers.bind(this,{allowedModifiers:["in","out"],disallowedModifiers:["const","public","private","protected","readonly","declare","abstract","override"],errorTemplate:xE.InvalidModifierOnTypeParameter});tsParseConstModifier=this.tsParseModifiers.bind(this,{allowedModifiers:["const"],disallowedModifiers:["in","out"],errorTemplate:xE.InvalidModifierOnTypeParameterPositions});tsParseInOutConstModifiers=this.tsParseModifiers.bind(this,{allowedModifiers:["in","out","const"],disallowedModifiers:["public","private","protected","readonly","declare","abstract","override"],errorTemplate:xE.InvalidModifierOnTypeParameter});tsParseTypeParameter(La){let hl=this.startNode();return La(hl),hl.name=this.tsParseTypeParameterName(),hl.constraint=this.tsEatThenParseType(77),hl.default=this.tsEatThenParseType(25),this.finishNode(hl,"TSTypeParameter")}tsTryParseTypeParameters(La){if(this.match(43))return this.tsParseTypeParameters(La)}tsParseTypeParameters(La){let hl=this.startNode();this.match(43)||this.match(138)?this.next():this.unexpected();let fl={value:-1};return hl.params=this.tsParseBracketedList("TypeParametersOrArguments",this.tsParseTypeParameter.bind(this,La),!1,!0,fl),hl.params.length===0&&this.raise(xE.EmptyTypeParameters,hl),fl.value!==-1&&this.addExtra(hl,"trailingComma",fl.value),this.finishNode(hl,"TSTypeParameterDeclaration")}tsFillSignature(La,hl){let fl=La===15,yl="params",Pl="returnType";hl.typeParameters=this.tsTryParseTypeParameters(this.tsParseConstModifier),this.expect(6),hl[yl]=this.tsParseBindingListForSignature(),fl?hl[Pl]=this.tsParseTypeOrTypePredicateAnnotation(La):this.match(La)&&(hl[Pl]=this.tsParseTypeOrTypePredicateAnnotation(La))}tsParseBindingListForSignature(){let La=super.parseBindingList(7,41,2);for(let hl of La){let{type:La}=hl;(La==="AssignmentPattern"||La==="TSParameterProperty")&&this.raise(xE.UnsupportedSignatureParameterKind,hl,{type:La})}return La}tsParseTypeMemberSemicolon(){!this.eat(8)&&!this.isLineTerminator()&&this.expect(9)}tsParseSignatureMember(La,hl){return this.tsFillSignature(10,hl),this.tsParseTypeMemberSemicolon(),this.finishNode(hl,La)}tsIsUnambiguouslyIndexSignature(){return this.next(),C(this.state.type)?(this.next(),this.match(10)):!1}tsTryParseIndexSignature(La){if(!(this.match(0)&&this.tsLookAhead(this.tsIsUnambiguouslyIndexSignature.bind(this))))return;this.expect(0);let hl=this.parseIdentifier();hl.typeAnnotation=this.tsParseTypeAnnotation(),this.resetEndLocation(hl),this.expect(1),La.parameters=[hl];let fl=this.tsTryParseTypeAnnotation();return fl&&(La.typeAnnotation=fl),this.tsParseTypeMemberSemicolon(),this.finishNode(La,"TSIndexSignature")}tsParsePropertyOrMethodSignature(La,hl){if(this.eat(13)&&(La.optional=!0),this.match(6)||this.match(43)){hl&&this.raise(xE.ReadonlyForMethodSignature,La);let fl=La;if(fl.kind&&this.match(43)&&this.raise(xE.AccessorCannotHaveTypeParameters,this.state.curPosition()),this.tsFillSignature(10,fl),this.tsParseTypeMemberSemicolon(),fl.kind==="get")fl.params.length>0&&(this.raise(nA.BadGetterArity,this.state.curPosition()),this.isThisParam(fl.params[0])&&this.raise(xE.AccessorCannotDeclareThisParameter,this.state.curPosition()));else if(fl.kind==="set"){if(fl.params.length!==1)this.raise(nA.BadSetterArity,this.state.curPosition());else{let La=fl.params[0];this.isThisParam(La)&&this.raise(xE.AccessorCannotDeclareThisParameter,this.state.curPosition()),La.type==="Identifier"&&La.optional&&this.raise(xE.SetAccessorCannotHaveOptionalParameter,this.state.curPosition()),La.type==="RestElement"&&this.raise(xE.SetAccessorCannotHaveRestParameter,this.state.curPosition())}fl.returnType&&this.raise(xE.SetAccessorCannotHaveReturnType,fl.returnType)}else fl.kind="method";return this.finishNode(fl,"TSMethodSignature")}else{let fl=La;hl&&(fl.readonly=!0);let yl=this.tsTryParseTypeAnnotation();return yl&&(fl.typeAnnotation=yl),this.tsParseTypeMemberSemicolon(),this.finishNode(fl,"TSPropertySignature")}}tsParseTypeMember(){let La=this.startNode();if(this.match(6)||this.match(43))return this.tsParseSignatureMember("TSCallSignatureDeclaration",La);if(this.match(73)){let hl=this.startNode();return this.next(),this.match(6)||this.match(43)?this.tsParseSignatureMember("TSConstructSignatureDeclaration",La):(La.key=this.createIdentifier(hl,"new"),this.tsParsePropertyOrMethodSignature(La,!1))}this.tsParseModifiers({allowedModifiers:["readonly"],disallowedModifiers:["declare","abstract","private","protected","public","static","override"]},La);let hl=this.tsTryParseIndexSignature(La);return hl||(super.parsePropertyName(La),!La.computed&&La.key.type==="Identifier"&&(La.key.name==="get"||La.key.name==="set")&&this.tsTokenCanFollowModifier()&&(La.kind=La.key.name,super.parsePropertyName(La),!this.match(6)&&!this.match(43)&&this.unexpected(null,6)),this.tsParsePropertyOrMethodSignature(La,!!La.readonly))}tsParseTypeLiteral(){let La=this.startNode();return La.members=this.tsParseObjectTypeMembers(),this.finishNode(La,"TSTypeLiteral")}tsParseObjectTypeMembers(){this.expect(2);let La=this.tsParseList("TypeMembers",this.tsParseTypeMember.bind(this));return this.expect(4),La}tsIsStartOfMappedType(){return this.next(),this.eat(49)?this.isContextual(118):(this.isContextual(118)&&this.next(),!this.match(0)||(this.next(),!this.tsIsIdentifier())?!1:(this.next(),this.match(54)))}tsParseMappedType(){let La=this.startNode();return this.expect(2),this.match(49)?(La.readonly=this.state.value,this.next(),this.expectContextual(118)):this.eatContextual(118)&&(La.readonly=!0),this.expect(0),La.key=this.tsParseTypeParameterName(),La.constraint=this.tsExpectThenParseType(54),La.nameType=this.eatContextual(89)?this.tsParseType():null,this.expect(1),this.match(49)?(La.optional=this.state.value,this.next(),this.expect(13)):this.eat(13)&&(La.optional=!0),La.typeAnnotation=this.tsTryParseType(),this.semicolon(),this.expect(4),this.finishNode(La,"TSMappedType")}tsParseTupleType(){let La=this.startNode();La.elementTypes=this.tsParseBracketedList("TupleElementTypes",this.tsParseTupleElementType.bind(this),!0,!1);let hl=!1;return La.elementTypes.forEach(La=>{let{type:fl}=La;hl&&fl!=="TSRestType"&&fl!=="TSOptionalType"&&!(fl==="TSNamedTupleMember"&&La.optional)&&this.raise(xE.OptionalTypeBeforeRequired,La),hl||(hl=fl==="TSNamedTupleMember"&&La.optional||fl==="TSOptionalType")}),this.finishNode(La,"TSTupleType")}tsParseTupleElementType(){let La=this.state.startLoc,hl=this.eat(17),{startLoc:fl}=this.state,yl,Pl,Ul,Gd,af=B(this.state.type)?this.lookaheadCharCode():null;if(af===58)yl=!0,Ul=!1,Pl=this.parseIdentifier(!0),this.expect(10),Gd=this.tsParseType();else if(af===63){Ul=!0;let La=this.state.value,hl=this.tsParseNonArrayType();this.lookaheadCharCode()===58?(yl=!0,Pl=this.createIdentifier(this.startNodeAt(fl),La),this.expect(13),this.expect(10),Gd=this.tsParseType()):(yl=!1,Gd=hl,this.expect(13))}else Gd=this.tsParseType(),Ul=this.eat(13),yl=this.eat(10);if(yl){let La;Pl?(La=this.startNodeAt(fl),La.optional=Ul,La.label=Pl,La.elementType=Gd,this.eat(13)&&(La.optional=!0,this.raise(xE.TupleOptionalAfterType,this.state.lastTokStartLoc))):(La=this.startNodeAt(fl),La.optional=Ul,this.raise(xE.InvalidTupleMemberLabel,Gd),La.label=Gd,La.elementType=this.tsParseType()),Gd=this.finishNode(La,"TSNamedTupleMember")}else if(Ul){let La=this.startNodeAt(fl);La.typeAnnotation=Gd,Gd=this.finishNode(La,"TSOptionalType")}if(hl){let hl=this.startNodeAt(La);hl.typeAnnotation=Gd,Gd=this.finishNode(hl,"TSRestType")}return Gd}tsParseParenthesizedType(){let La=this.startNode();return this.expect(6),La.typeAnnotation=this.tsParseType(),this.expect(7),this.finishNode(La,"TSParenthesizedType")}tsParseFunctionOrConstructorType(La,hl){let fl=this.startNode();return La==="TSConstructorType"&&(fl.abstract=!!hl,hl&&this.next(),this.next()),this.tsInAllowConditionalTypesContext(()=>this.tsFillSignature(15,fl)),this.finishNode(fl,La)}tsParseLiteralTypeNode(){let La=this.startNode();switch(this.state.type){case 131:case 132:case 130:case 81:case 82:La.literal=super.parseExprAtom();break;default:this.unexpected()}return this.finishNode(La,"TSLiteralType")}tsParseTemplateLiteralType(){let La=this.state.startLoc,hl=this.parseTemplateElement(!1),fl=[hl];if(hl.tail){let hl=this.startNodeAt(La),yl=this.startNodeAt(La);return yl.expressions=[],yl.quasis=fl,hl.literal=this.finishNode(yl,"TemplateLiteral"),this.finishNode(hl,"TSLiteralType")}else{let yl=[];for(;!hl.tail;)yl.push(this.tsParseType()),this.readTemplateContinuation(),fl.push(hl=this.parseTemplateElement(!1));let Pl=this.startNodeAt(La);return Pl.types=yl,Pl.quasis=fl,this.finishNode(Pl,"TSTemplateLiteralType")}}parseTemplateSubstitution(){return this.state.inType?this.tsParseType():super.parseTemplateSubstitution()}tsParseThisTypeOrThisTypePredicate(){let La=this.tsParseThisTypeNode();return this.isContextual(112)&&!this.hasPrecedingLineBreak()?this.tsParseThisTypePredicate(La):La}tsParseNonArrayType(){switch(this.state.type){case 130:case 131:case 132:case 81:case 82:return this.tsParseLiteralTypeNode();case 49:if(this.state.value==="-"){let La=this.startNode(),hl=this.lookahead();return hl.type!==131&&hl.type!==132&&this.unexpected(),La.literal=this.parseMaybeUnary(),this.finishNode(La,"TSLiteralType")}break;case 74:return this.tsParseThisTypeOrThisTypePredicate();case 83:return this.tsParseTypeQuery();case 79:return this.tsParseImportType();case 2:return this.tsLookAhead(this.tsIsStartOfMappedType.bind(this))?this.tsParseMappedType():this.tsParseTypeLiteral();case 0:return this.tsParseTupleType();case 6:if(!(this.optionFlags&2048)){let La=this.state.startLoc;this.next();let hl=this.tsParseType();return this.expect(7),this.addExtra(hl,"parenthesized",!0),this.addExtra(hl,"parenStart",La.index),hl}return this.tsParseParenthesizedType();case 21:case 20:return this.tsParseTemplateLiteralType();default:{let{type:La}=this.state;if(C(La)||La===84||La===80){let hl=La===84?"TSVoidKeyword":La===80?"TSNullKeyword":ur(this.state.value);if(hl!==void 0&&this.lookaheadCharCode()!==46){let La=this.startNode();return this.next(),this.finishNode(La,hl)}return this.tsParseTypeReference()}}}throw this.unexpected()}tsParseArrayTypeOrHigher(){let{startLoc:La}=this.state,hl=this.tsParseNonArrayType();for(;!this.hasPrecedingLineBreak()&&this.eat(0);)if(this.match(1)){let fl=this.startNodeAt(La);fl.elementType=hl,this.expect(1),hl=this.finishNode(fl,"TSArrayType")}else{let fl=this.startNodeAt(La);fl.objectType=hl,fl.indexType=this.tsParseType(),this.expect(1),hl=this.finishNode(fl,"TSIndexedAccessType")}return hl}tsParseTypeOperator(){let La=this.startNode(),hl=this.state.value;return this.next(),La.operator=hl,La.typeAnnotation=this.tsParseTypeOperatorOrHigher(),hl==="readonly"&&this.tsCheckTypeAnnotationForReadOnly(La),this.finishNode(La,"TSTypeOperator")}tsCheckTypeAnnotationForReadOnly(La){switch(La.typeAnnotation.type){case"TSTupleType":case"TSArrayType":return;default:this.raise(xE.UnexpectedReadonly,La)}}tsParseInferType(){let La=this.startNode();this.expectContextual(111);let hl=this.startNode();return hl.name=this.tsParseTypeParameterName(),hl.constraint=this.tsTryParse(()=>this.tsParseConstraintForInferType()),La.typeParameter=this.finishNode(hl,"TSTypeParameter"),this.finishNode(La,"TSInferType")}tsParseConstraintForInferType(){if(this.eat(77)){let La=this.tsInDisallowConditionalTypesContext(()=>this.tsParseType());if(this.state.inDisallowConditionalTypesContext||!this.match(13))return La}}tsParseTypeOperatorOrHigher(){return ki(this.state.type)&&!this.state.containsEsc?this.tsParseTypeOperator():this.isContextual(111)?this.tsParseInferType():this.tsInAllowConditionalTypesContext(()=>this.tsParseArrayTypeOrHigher())}tsParseUnionOrIntersectionType(La,hl,fl){let yl=this.startNode(),Pl=this.eat(fl),Ul=[];do{Ul.push(hl())}while(this.eat(fl));return Ul.length===1&&!Pl?Ul[0]:(yl.types=Ul,this.finishNode(yl,La))}tsParseIntersectionTypeOrHigher(){return this.tsParseUnionOrIntersectionType("TSIntersectionType",this.tsParseTypeOperatorOrHigher.bind(this),41)}tsParseUnionTypeOrHigher(){return this.tsParseUnionOrIntersectionType("TSUnionType",this.tsParseIntersectionTypeOrHigher.bind(this),39)}tsIsStartOfFunctionType(){return this.match(43)?!0:this.match(6)&&this.tsLookAhead(this.tsIsUnambiguouslyStartOfFunctionType.bind(this))}tsSkipParameterStart(){if(C(this.state.type)||this.match(74))return this.next(),!0;if(this.match(2)){let{errors:La}=this.state,hl=La.length;try{return this.parseObjectLike(4,!0),La.length===hl}catch{return!1}}if(this.match(0)){this.next();let{errors:La}=this.state,hl=La.length;try{return super.parseBindingList(1,93,1),La.length===hl}catch{return!1}}return!1}tsIsUnambiguouslyStartOfFunctionType(){return this.next(),!!(this.match(7)||this.match(17)||this.tsSkipParameterStart()&&(this.match(10)||this.match(8)||this.match(13)||this.match(25)||this.match(7)&&(this.next(),this.match(15))))}tsParseTypeOrTypePredicateAnnotation(La){return this.tsInType(()=>{let hl=this.startNode();this.expect(La);let fl=this.startNode(),yl=!!this.tsTryParse(this.tsParseTypePredicateAsserts.bind(this));if(yl&&this.match(74)){let La=this.tsParseThisTypeOrThisTypePredicate();return La.type==="TSThisType"?(fl.parameterName=La,fl.asserts=!0,fl.typeAnnotation=null,La=this.finishNode(fl,"TSTypePredicate")):(this.resetStartLocationFromNode(La,fl),La.asserts=!0),hl.typeAnnotation=La,this.finishNode(hl,"TSTypeAnnotation")}let Pl=this.tsIsIdentifier()&&this.tsTryParse(this.tsParseTypePredicatePrefix.bind(this));if(!Pl)return yl?(fl.parameterName=this.parseIdentifier(),fl.asserts=yl,fl.typeAnnotation=null,hl.typeAnnotation=this.finishNode(fl,"TSTypePredicate"),this.finishNode(hl,"TSTypeAnnotation")):this.tsParseTypeAnnotation(!1,hl);let Ul=this.tsParseTypeAnnotation(!1);return fl.parameterName=Pl,fl.typeAnnotation=Ul,fl.asserts=yl,hl.typeAnnotation=this.finishNode(fl,"TSTypePredicate"),this.finishNode(hl,"TSTypeAnnotation")})}tsTryParseTypeOrTypePredicateAnnotation(){if(this.match(10))return this.tsParseTypeOrTypePredicateAnnotation(10)}tsTryParseTypeAnnotation(){if(this.match(10))return this.tsParseTypeAnnotation()}tsTryParseType(){return this.tsEatThenParseType(10)}tsParseTypePredicatePrefix(){let La=this.parseIdentifier();if(this.isContextual(112)&&!this.hasPrecedingLineBreak())return this.next(),La}tsParseTypePredicateAsserts(){if(this.state.type!==105)return!1;let La=this.state.containsEsc;return this.next(),!C(this.state.type)&&!this.match(74)?!1:(La&&this.raise(nA.InvalidEscapedReservedWord,this.state.lastTokStartLoc,{reservedWord:"asserts"}),!0)}tsParseTypeAnnotation(La=!0,hl=this.startNode()){return this.tsInType(()=>{La&&this.expect(10),hl.typeAnnotation=this.tsParseType()}),this.finishNode(hl,"TSTypeAnnotation")}tsParseType(){Ke(this.state.inType);let La=this.tsParseNonConditionalType();if(this.state.inDisallowConditionalTypesContext||this.hasPrecedingLineBreak()||!this.eat(77))return La;let hl=this.startNodeAtNode(La);return hl.checkType=La,hl.extendsType=this.tsInDisallowConditionalTypesContext(()=>this.tsParseNonConditionalType()),this.expect(13),hl.trueType=this.tsInAllowConditionalTypesContext(()=>this.tsParseType()),this.expect(10),hl.falseType=this.tsInAllowConditionalTypesContext(()=>this.tsParseType()),this.finishNode(hl,"TSConditionalType")}isAbstractConstructorSignature(){return this.isContextual(120)&&this.isLookaheadContextual("new")}tsParseNonConditionalType(){return this.tsIsStartOfFunctionType()?this.tsParseFunctionOrConstructorType("TSFunctionType"):this.match(73)?this.tsParseFunctionOrConstructorType("TSConstructorType"):this.isAbstractConstructorSignature()?this.tsParseFunctionOrConstructorType("TSConstructorType",!0):this.tsParseUnionTypeOrHigher()}tsParseTypeAssertion(){this.getPluginOption("typescript","disallowAmbiguousJSXLike")&&this.raise(xE.ReservedTypeAssertion,this.state.startLoc);let La=this.startNode();return La.typeAnnotation=this.tsInType(()=>(this.next(),this.match(71)?this.tsParseTypeReference():this.tsParseType())),this.expect(44),La.expression=this.parseMaybeUnary(),this.finishNode(La,"TSTypeAssertion")}tsParseHeritageClause(La){let hl=this.state.startLoc,fl=this.tsParseDelimitedList("HeritageClauseElement",()=>{let hl=(this.state.canStartArrow=!1,super.parseExprSubscripts());Pe(hl)||this.raise(xE.InvalidHeritageClauseType,hl.start,{token:La});let fl=La==="extends"?"TSInterfaceHeritage":"TSClassImplements";if(hl.type==="TSInstantiationExpression")return hl.type=fl,hl;let yl=this.startNodeAtNode(hl);return yl.expression=hl,(this.match(43)||this.match(47))&&(yl.typeArguments=this.tsParseTypeArgumentsInExpression()),this.finishNode(yl,fl)});return fl.length||this.raise(xE.EmptyHeritageClauseType,hl,{token:La}),fl}tsParseInterfaceDeclaration(La,hl={}){if(this.hasFollowingLineBreak())return null;this.expectContextual(125),hl.declare&&(La.declare=!0),C(this.state.type)?(La.id=this.parseIdentifier(),this.checkIdentifier(La.id,130)):(La.id=null,this.raise(xE.MissingInterfaceName,this.state.startLoc)),La.typeParameters=this.tsTryParseTypeParameters(this.tsParseInOutConstModifiers),this.eat(77)&&(La.extends=this.tsParseHeritageClause("extends"));let fl=this.startNode();return fl.body=this.tsInType(this.tsParseObjectTypeMembers.bind(this)),La.body=this.finishNode(fl,"TSInterfaceBody"),this.finishNode(La,"TSInterfaceDeclaration")}tsParseTypeAliasDeclaration(La){return La.id=this.parseIdentifier(),this.checkIdentifier(La.id,2),La.typeAnnotation=this.tsInType(()=>{if(La.typeParameters=this.tsTryParseTypeParameters(this.tsParseInOutModifiers),this.expect(25),this.isContextual(110)&&this.lookaheadCharCode()!==46){let La=this.startNode();return this.next(),this.finishNode(La,"TSIntrinsicKeyword")}return this.tsParseType()}),this.semicolon(),this.finishNode(La,"TSTypeAliasDeclaration")}tsInTopLevelContext(La){if(this.curContext()!==vA.brace){let hl=this.state.context;this.state.context=[hl[0]];try{return La()}finally{this.state.context=hl}}else return La()}tsInType(La){let hl=this.state.inType;this.state.inType=!0;try{return La()}finally{this.state.inType=hl}}tsInDisallowConditionalTypesContext(La){let hl=this.state.inDisallowConditionalTypesContext;this.state.inDisallowConditionalTypesContext=!0;try{return La()}finally{this.state.inDisallowConditionalTypesContext=hl}}tsInAllowConditionalTypesContext(La){let hl=this.state.inDisallowConditionalTypesContext;this.state.inDisallowConditionalTypesContext=!1;try{return La()}finally{this.state.inDisallowConditionalTypesContext=hl}}tsEatThenParseType(La){if(this.match(La))return this.tsNextThenParseType()}tsExpectThenParseType(La){return this.tsInType(()=>(this.expect(La),this.tsParseType()))}tsNextThenParseType(){return this.tsInType(()=>(this.next(),this.tsParseType()))}tsParseEnumMember(){let La=this.startNode();return La.id=this.match(130)?super.parseStringLiteral(this.state.value):this.parseIdentifier(!0),this.eat(25)&&(La.initializer=super.parseMaybeAssignAllowIn()),this.finishNode(La,"TSEnumMember")}tsParseEnumDeclaration(La,hl={}){return hl.const&&(La.const=!0),hl.declare&&(La.declare=!0),this.expectContextual(122),La.id=this.parseIdentifier(),this.checkIdentifier(La.id,La.const?8971:8459),La.body=this.tsParseEnumBody(),this.finishNode(La,"TSEnumDeclaration")}tsParseEnumBody(){let La=this.startNode();return this.expect(2),La.members=this.tsParseDelimitedList("EnumMembers",this.tsParseEnumMember.bind(this)),this.expect(4),this.finishNode(La,"TSEnumBody")}tsParseModuleBlock(La){let hl=this.startNode();return La||this.scope.enter(0),this.expect(2),super.parseBlockOrModuleBlockBody(hl.body=[],void 0,!0,4),La||this.scope.exit(),this.finishNode(hl,"TSModuleBlock")}tsParseNamespaceDeclaration(La){return La.id=this.tsParseEntityName(0),La.id.type==="Identifier"&&this.checkIdentifier(La.id,1024),this.scope.enter(2048),this.prodParam.enter(0),La.body=this.tsParseModuleBlock(!1),this.prodParam.exit(),this.scope.exit(),this.finishNode(La,"TSModuleDeclaration")}tsParseAmbientExternalModuleDeclaration(La){let hl=this.isContextual(108);return hl?(La.kind="global",La.id=this.parseIdentifier()):(La.kind="module",La.id=super.parseStringLiteral(this.state.value)),this.match(2)?(hl||this.scope.enter(1024),this.prodParam.enter(0),La.body=this.tsParseModuleBlock(hl),this.prodParam.exit(),hl||this.scope.exit()):this.semicolon(),this.finishNode(La,"TSModuleDeclaration")}tsParseImportEqualsDeclaration(La,hl){La.id=hl||this.parseIdentifier(),this.checkIdentifier(La.id,4096),this.expect(25);let fl=this.tsParseModuleReference();return La.importKind==="type"&&fl.type!=="TSExternalModuleReference"&&this.raise(xE.ImportAliasHasImportType,fl),La.moduleReference=fl,this.semicolon(),this.finishNode(La,"TSImportEqualsDeclaration")}tsIsExternalModuleReference(){return this.isContextual(115)&&this.lookaheadCharCode()===40}tsParseModuleReference(){return this.tsIsExternalModuleReference()?this.tsParseExternalModuleReference():this.tsParseEntityName(0)}tsParseExternalModuleReference(){let La=this.startNode();return this.expectContextual(115),this.expect(6),this.match(130)||this.unexpected(),La.expression=super.parseExprAtom(),this.expect(7),this.sawUnambiguousESM=!0,this.finishNode(La,"TSExternalModuleReference")}tsLookAhead(La){let hl=this.state.clone(),fl=La();return this.state=hl,fl}tsTryParseAndCatch(La){let hl=this.tryParse(hl=>La()||hl());if(!(hl.aborted||!hl.node))return hl.error&&(this.state=hl.failState),hl.node}tsTryParse(La){let hl=this.state.clone(),fl=La();if(fl!==void 0&&fl!==!1)return fl;this.state=hl}tsTryParseDeclare(La){if(this.isLineTerminator())return;let hl=this.state.type;return this.tsInAmbientContext(()=>{switch(hl){case 64:return La.declare=!0,super.parseFunctionStatement(La,!1,!1);case 76:return La.declare=!0,this.parseClass(La,!0,!1);case 122:return this.tsParseEnumDeclaration(La,{declare:!0});case 108:return this.tsParseAmbientExternalModuleDeclaration(La);case 96:if(this.state.containsEsc)return;case 71:case 70:return!this.match(71)||!this.isLookaheadContextual("enum")?(La.declare=!0,this.parseVarStatement(La,this.state.value,!0)):(this.expect(71),this.tsParseEnumDeclaration(La,{const:!0,declare:!0}));case 103:if(this.isUsing())return this.raise(xE.InvalidModifierOnUsingDeclaration,this.state.startLoc,"declare"),La.declare=!0,this.parseVarStatement(La,"using",!0);break;case 92:if(this.isAwaitUsing())return this.raise(xE.InvalidModifierOnAwaitUsingDeclaration,this.state.startLoc,"declare"),La.declare=!0,this.next(),this.parseVarStatement(La,"await using",!0);break;case 125:{let hl=this.tsParseInterfaceDeclaration(La,{declare:!0});if(hl)return hl}default:if(C(hl))return this.tsParseDeclaration(La,this.state.type,!0,null)}})}tsTryParseExportDeclaration(){return this.tsParseDeclaration(this.startNode(),this.state.type,!0,null)}tsParseDeclaration(La,hl,fl,yl){switch(hl){case 120:if(this.tsCheckLineTerminator(fl)&&(this.match(76)||C(this.state.type)))return this.tsParseAbstractDeclaration(La,yl);break;case 123:if(this.tsCheckLineTerminator(fl))return this.tsParseAmbientExternalModuleDeclaration(La);break;case 124:if(this.tsCheckLineTerminator(fl)&&C(this.state.type))return La.kind="namespace",this.tsParseNamespaceDeclaration(La);break;case 126:if(this.tsCheckLineTerminator(fl)&&C(this.state.type))return this.tsParseTypeAliasDeclaration(La);break}}tsCheckLineTerminator(La){return La?this.hasFollowingLineBreak()?!1:(this.next(),!0):!this.isLineTerminator()}tsTryParseGenericAsyncArrowFunction(La){if(!this.match(43))return;let hl=this.tsTryParseAndCatch(()=>{let hl=this.startNodeAt(La);return hl.typeParameters=this.tsParseTypeParameters(this.tsParseConstModifier),super.parseFunctionParams(hl),hl.returnType=this.tsTryParseTypeOrTypePredicateAnnotation(),this.expect(15),hl});if(hl)return super.parseArrowExpression(hl,null,!0)}tsParseTypeArgumentsInExpression(){if(this.reScan_lt()===43)return this.tsParseTypeArguments()}tsParseTypeArguments(){let La=this.startNode();return La.params=this.tsInType(()=>this.tsInTopLevelContext(()=>(this.expect(43),this.tsParseDelimitedList("TypeParametersOrArguments",this.tsParseType.bind(this))))),La.params.length===0?this.raise(xE.EmptyTypeArguments,La):!this.state.inType&&this.curContext()===vA.brace&&this.reScan_lt_gt(),this.expect(44),this.finishNode(La,"TSTypeParameterInstantiation")}tsIsDeclarationStart(){return vi(this.state.type)}isExportDefaultSpecifier(){return this.tsIsDeclarationStart()?!1:super.isExportDefaultSpecifier()}parseBindingElement(La,hl){let fl=hl.length?null:this.state.startLoc,yl={};this.tsParseModifiers({allowedModifiers:["public","private","protected","override","readonly"]},yl);let Pl=yl.accessibility,Ul=yl.override,Gd=yl.readonly;!(La&4)&&(Pl||Gd||Ul)&&this.raise(xE.UnexpectedParameterModifier,fl||hl[0]);let af=this.state.startLoc,n_=this.parseMaybeDefault(af);La&2&&this.parseFunctionParamType(n_);let i_=this.parseMaybeDefault(af,n_);if(Pl||Gd||Ul){let La=fl?this.startNodeAt(fl):this.startNodeAtNode(hl[0]);return hl.length?La.decorators=hl:this.setLoc(fl),Pl&&(La.accessibility=Pl),Gd&&(La.readonly=Gd),Ul&&(La.override=Ul),i_.type!=="Identifier"&&i_.type!=="AssignmentPattern"&&this.raise(xE.UnsupportedParameterPropertyKind,fl||hl[0]),La.parameter=i_,this.finishNode(La,"TSParameterProperty")}return hl.length&&(n_.decorators=hl),i_}isSimpleParameter(La){return La.type==="TSParameterProperty"&&super.isSimpleParameter(La.parameter)||super.isSimpleParameter(La)}tsDisallowOptionalPattern(La){for(let hl of La.params)hl.type!=="Identifier"&&hl.optional&&!this.state.isAmbientContext&&this.raise(xE.PatternIsOptional,hl)}setArrowFunctionParameters(La,hl,fl){super.setArrowFunctionParameters(La,hl,fl),this.tsDisallowOptionalPattern(La)}parseFunctionBodyAndFinish(La,hl,fl=!1){this.match(10)&&(La.returnType=this.tsParseTypeOrTypePredicateAnnotation(10));let yl=hl==="FunctionDeclaration"?"TSDeclareFunction":hl==="ClassMethod"||hl==="ClassPrivateMethod"?"TSDeclareMethod":void 0;if(yl&&!this.match(2)&&this.isLineTerminator()){if(yl==="TSDeclareMethod"&&La.kind==="constructor")for(let hl of La.params)hl.type==="TSParameterProperty"?this.raise(xE.UnexpectedParameterModifier,hl):hl.type==="AssignmentPattern"&&this.raise(xE.UnexpectedParameterInitializer,hl);else for(let hl of La.params)hl.type==="AssignmentPattern"&&this.raise(xE.UnexpectedParameterInitializer,hl);return this.finishNode(La,yl)}return yl&&this.state.isAmbientContext&&(this.raise(xE.DeclareFunctionHasImplementation,this.state.startLoc),yl==="TSDeclareFunction"&&La.declare)?super.parseFunctionBodyAndFinish(La,yl,fl):(this.tsDisallowOptionalPattern(La),super.parseFunctionBodyAndFinish(La,hl,fl))}registerFunctionStatementId(La){!La.body&&La.id?this.checkIdentifier(La.id,1024):super.registerFunctionStatementId(La)}tsCheckForInvalidTypeCasts(La){La.forEach(La=>{La?.type==="TSTypeCastExpression"&&this.raise(xE.UnexpectedTypeAnnotation,La.typeAnnotation)})}toReferencedList(La,hl){return this.tsCheckForInvalidTypeCasts(La),La}parseArrayLike(La,hl){let fl=super.parseArrayLike(La,hl);return fl.type==="ArrayExpression"&&this.tsCheckForInvalidTypeCasts(fl.elements),fl}parseSubscript(La,hl,fl,yl){if(!this.hasPrecedingLineBreak()&&this.match(31)){this.state.canStartJSXElement=!1,this.next();let fl=this.startNodeAt(hl);return fl.expression=La,this.finishNode(fl,"TSNonNullExpression")}let Pl=!1;if(this.match(14)&&this.lookaheadCharCode()===60){if(fl)return yl.stop=!0,La;yl.optionalChainMember=Pl=!0,this.next()}if(this.match(43)||this.match(47)){let Ul,Gd=this.tsTryParseAndCatch(()=>{if(!fl&&this.atPossibleAsyncArrow(La)){let La=this.tsTryParseGenericAsyncArrowFunction(hl);if(La)return yl.stop=!0,La}let Gd=this.tsParseTypeArgumentsInExpression();if(!Gd)return;if(Pl&&!this.match(6)){Ul=this.state.curPosition();return}if(Xt(this.state.type)){let fl=super.parseTaggedTemplateExpression(La,hl,yl);return fl.typeArguments=Gd,fl}if(!fl&&this.eat(6)){let fl=this.startNodeAt(hl);return fl.callee=La,fl.arguments=this.parseCallExpressionArguments(),this.tsCheckForInvalidTypeCasts(fl.arguments),fl.typeArguments=Gd,yl.optionalChainMember&&(fl.optional=Pl),this.finishCallExpression(fl,yl.optionalChainMember)}let af=this.state.type;if(af===44||af===48||af!==6&&af!==89&&af!==116&&ft(af)&&!this.hasPrecedingLineBreak())return;let n_=this.startNodeAt(hl);return n_.expression=La,n_.typeArguments=Gd,this.finishNode(n_,"TSInstantiationExpression")});if(Ul&&this.unexpected(Ul,6),Gd)return Gd.type==="TSInstantiationExpression"&&((this.match(12)||this.match(14)&&this.lookaheadCharCode()!==40)&&this.raise(xE.InvalidPropertyAccessAfterInstantiationExpression,this.state.startLoc),!this.match(12)&&!this.match(14)&&(Gd.expression=super.stopParseSubscript(La,yl))),Gd}return super.parseSubscript(La,hl,fl,yl)}parseNewCallee(La){super.parseNewCallee(La);let{callee:hl}=La;hl.type==="TSInstantiationExpression"&&!hl.extra?.parenthesized&&(La.typeArguments=hl.typeArguments,La.callee=hl.expression)}parseExprOp(La,hl,fl){let yl;if(It(54)>fl&&!this.hasPrecedingLineBreak()&&(this.isContextual(89)||(yl=this.isContextual(116)))){let Pl=this.startNodeAt(hl);Pl.expression=La,Pl.typeAnnotation=this.tsInType(()=>(this.next(),this.match(71)?(yl&&this.raise(nA.UnexpectedKeyword,this.state.startLoc,{keyword:"const"}),this.tsParseTypeReference()):this.tsParseType()));let Ul=this.finishNode(Pl,yl?"TSSatisfiesExpression":"TSAsExpression");return this.reScan_lt_gt(),this.parseExprOp(Ul,hl,fl)}return super.parseExprOp(La,hl,fl)}checkReservedWord(La,hl,fl,yl){this.state.isAmbientContext||super.checkReservedWord(La,hl,fl,yl)}checkDuplicateExports(){}isPotentialImportPhase(La){if(super.isPotentialImportPhase(La))return!0;if(this.isContextual(126)){let hl=this.lookaheadCharCode();return La?hl===123||hl===42:hl!==61}return!La&&this.isContextual(83)}applyImportPhase(La,hl,fl,yl){super.applyImportPhase(La,hl,fl,yl),hl?La.exportKind=fl==="type"?"type":"value":La.importKind=fl==="type"||fl==="typeof"?fl:"value"}parseImport(La){if(this.match(130))return La.importKind="value",this.scope.inTSNamespace&&this.raise(xE.ImportInTSNamespace,La),super.parseImport(La);let hl;if(C(this.state.type)&&this.lookaheadCharCode()===61){La.importKind="value";let hl=this.tsParseImportEqualsDeclaration(La);return this.scope.inTSNamespace&&hl.moduleReference.type==="TSExternalModuleReference"&&this.raise(xE.ImportInTSNamespace,La),hl}else if(this.isContextual(126)){let fl=this.parseMaybeImportPhase(La,!1);if(this.lookaheadCharCode()===61)return this.scope.inTSNamespace&&this.raise(xE.ImportInTSNamespace,La),this.tsParseImportEqualsDeclaration(La,fl);hl=super.parseImportSpecifiersAndAfter(La,fl)}else hl=super.parseImport(La);return hl.importKind==="type"&&hl.specifiers.length>1&&hl.specifiers[0].type==="ImportDefaultSpecifier"?this.raise(xE.TypeImportCannotSpecifyDefaultAndNamed,hl):this.scope.inTSNamespace&&this.raise(xE.ImportInTSNamespace,hl),hl}parseExport(La,hl){if(this.match(79)){let hl=this.startNode();this.next();let fl=null;this.isContextual(126)&&this.isPotentialImportPhase(!1)?fl=this.parseMaybeImportPhase(hl,!1):hl.importKind="value";let yl=this.tsParseImportEqualsDeclaration(hl,fl);return La.attributes=[],La.declaration=yl,La.exportKind="value",La.source=null,La.specifiers=[],this.finishNode(La,"ExportNamedDeclaration")}else if(this.eat(25)){let hl=La;return hl.expression=super.parseExpression(),this.semicolon(),this.sawUnambiguousESM=!0,this.scope.inTSNamespace&&this.raise(xE.ExportAssignmentInTSNamespace,hl),this.finishNode(hl,"TSExportAssignment")}else if(this.eatContextual(89)){let hl=La;return this.expectContextual(124),hl.id=this.parseIdentifier(),this.checkIdentifier(hl.id,8201),this.semicolon(),this.scope.inTSNamespace&&this.raise(xE.NamespaceExportInTSNamespace,hl),this.finishNode(hl,"TSNamespaceExportDeclaration")}else{let fl=super.parseExport(La,hl);return this.scope.inTSNamespace&&(fl.type!=="ExportNamedDeclaration"||fl.source||!fl.declaration&&!this.state.isAmbientContext)&&this.raise(xE.ExportInTSNamespace,fl),fl}}isAbstractClass(){return this.isContextual(120)&&this.isLookaheadContextual("class")}parseExportDefaultExpression(){if(this.isAbstractClass()){let La=this.startNode();return this.next(),La.abstract=!0,this.parseClass(La,!0,!0)}if(this.match(125)){let La=this.tsParseInterfaceDeclaration(this.startNode());if(La)return La}return super.parseExportDefaultExpression()}parseVarStatement(La,hl,fl=!1){let{isAmbientContext:yl}=this.state,Pl=super.parseVarStatement(La,hl,fl||yl);if(!yl)return Pl;if(!La.declare&&(hl==="using"||hl==="await using"))return this.raiseOverwrite(xE.UsingDeclarationInAmbientContext,La,hl),Pl;for(let{id:La,init:fl}of Pl.declarations)fl&&(hl==="var"||hl==="let"||La.typeAnnotation?this.raise(xE.InitializerNotAllowedInAmbientContext,fl):yr(fl,this.hasPlugin("estree"))||this.raise(xE.ConstInitializerMustBeStringOrNumericLiteralOrLiteralEnumReference,fl));return Pl}parseStatementContent(La,hl){let fl=!!(La&2);if(!this.state.containsEsc)switch(this.state.type){case 71:{if(this.isLookaheadContextual("enum")){let La=this.startNode();return this.next(),this.tsParseEnumDeclaration(La,{const:!0})}break}case 120:case 121:{if(this.nextTokenIsIdentifierAndNotTSRelationalOperatorOnSameLine()){let La=this.state.type,fl=this.startNode();this.next();let yl=La===121?this.tsTryParseDeclare(fl):this.tsParseAbstractDeclaration(fl,hl);return yl?(La===121&&(yl.declare=!0),yl):(fl.expression=this.createIdentifier(this.startNodeAtNode(fl),La===121?"declare":"abstract"),this.semicolon(!1),this.finishNode(fl,"ExpressionStatement"))}break}case 122:return this.tsParseEnumDeclaration(this.startNode());case 108:{if(this.lookaheadCharCode()===123){let La=this.startNode();return this.tsParseAmbientExternalModuleDeclaration(La)}break}case 125:{let La=this.tsParseInterfaceDeclaration(this.startNode());if(La)return fl||this.raise(xE.UnexpectedTypeDeclaration,La,"interface"),La;break}case 123:{if(this.nextTokenIsStringLiteralOnSameLine()){let La=this.startNode();return this.next(),this.tsParseDeclaration(La,123,!1,hl)}else if(this.nextTokenIsIdentifierOnSameLine()){this.raise(xE.InlineModuleDeclarationMustUseString,this.state.startLoc);let La=this.startNode();return this.next(),this.tsParseDeclaration(La,124,!1,hl)}break}case 124:{if(this.nextTokenIsIdentifierOnSameLine()){let La=this.startNode();return this.next(),this.tsParseDeclaration(La,124,!1,hl)}break}case 126:{if(this.nextTokenIsIdentifierOnSameLine()){let La=this.startNode();return fl||this.raise(xE.UnexpectedTypeDeclaration,La,"type"),this.next(),this.tsParseTypeAliasDeclaration(La)}break}}return super.parseStatementContent(La,hl)}parseAccessModifier(){return this.tsParseModifier(["public","protected","private"])}tsHasSomeModifiers(La,hl){return hl.some(hl=>We(hl)?La.accessibility===hl:!!La[hl])}tsIsStartOfStaticBlocks(){return this.isContextual(102)&&this.lookaheadCharCode()===123}parseClassMember(La,hl,fl){let yl=["declare","private","public","protected","override","abstract","readonly","static"];this.tsParseModifiers({allowedModifiers:yl,disallowedModifiers:["in","out"],stopOnStartOfClassStaticBlock:!0,errorTemplate:xE.InvalidModifierOnTypeParameterPositions},hl);let n=()=>{this.tsIsStartOfStaticBlocks()?(this.next(),this.next(),this.tsHasSomeModifiers(hl,yl)&&this.raise(xE.StaticBlockCannotHaveModifier,this.state.curPosition()),super.parseClassStaticBlock(La,hl)):this.parseClassMemberWithIsStatic(La,hl,fl,!!hl.static)};hl.declare?this.tsInAmbientContext(n):n(),hl.decorators&&hl.decorators.length>0&&!this.hasPlugin("decorators-legacy")&&(hl.type==="TSAbstractMethodDefinition"||hl.type==="TSDeclareMethod"?this.raise(xE.DecoratorAbstractMethod,hl,{kind:"abstract method"}):(hl.type==="ClassProperty"&&hl.abstract||hl.type==="ClassProperty"&&hl.declare||hl.type==="TSAbstractPropertyDefinition"||hl.type==="PropertyDefinition"&&hl.declare)&&this.raise(xE.DecoratorAbstractMethod,hl,{kind:hl.declare?"declare field":"abstract field"}))}parseClassMemberWithIsStatic(La,hl,fl,yl){let Pl=this.tsTryParseIndexSignature(hl);if(Pl){La.body.push(Pl),hl.abstract&&this.raise(xE.IndexSignatureHasAbstract,hl),hl.accessibility&&this.raise(xE.IndexSignatureHasAccessibility,hl,{modifier:hl.accessibility}),hl.declare&&this.raise(xE.IndexSignatureHasDeclare,hl),hl.override&&this.raise(xE.IndexSignatureHasOverride,hl);return}!this.state.inAbstractClass&&hl.abstract&&this.raise(xE.NonAbstractClassHasAbstractMethod,hl),hl.override&&(fl.hadSuperClass||this.raise(xE.OverrideNotInSubClass,hl)),super.parseClassMemberWithIsStatic(La,hl,fl,yl)}parsePostMemberNameModifiers(La){this.eat(13)&&(La.optional=!0),La.readonly&&this.match(6)&&this.raise(xE.ClassMethodHasReadonly,La),La.declare&&this.match(6)&&this.raise(xE.ClassMethodHasDeclare,La)}shouldParseExportDeclaration(){return this.tsIsDeclarationStart()?!0:super.shouldParseExportDeclaration()}parseConditional(La,hl,fl){if(!this.match(13))return La;if(fl!=null){let hl=this.lookaheadCharCode();if(hl===44||hl===61||hl===58||hl===41)return this.setOptionalParametersError(fl),La}this.next();let yl=this.startNodeAt(hl);yl.test=La;let Pl=this.state.inConditionalConsequent;return this.state.inConditionalConsequent=!0,yl.consequent=this.parseMaybeAssignAllowIn(),this.state.inConditionalConsequent=Pl,this.expect(10),yl.alternate=this.parseMaybeAssign(),this.finishNode(yl,"ConditionalExpression")}parseParenItem(La,hl){let fl=super.parseParenItem(La,hl);if(this.eat(13)&&(fl.optional=!0,this.resetEndLocation(La)),this.match(10)){let fl=this.startNodeAt(hl);return fl.expression=La,fl.typeAnnotation=this.tsParseTypeAnnotation(),this.finishNode(fl,"TSTypeCastExpression")}return La}parseExportDeclaration(La){if(!this.state.isAmbientContext&&this.isContextual(121))return this.tsInAmbientContext(()=>this.parseExportDeclaration(La));let hl=this.state.startLoc,fl=this.eatContextual(121);if(fl&&(this.isContextual(121)||!this.shouldParseExportDeclaration()))throw this.raise(xE.ExpectedAmbientAfterExportDeclare,this.state.startLoc);let yl=C(this.state.type)&&this.tsTryParseExportDeclaration()||super.parseExportDeclaration(La);return yl?((yl.type==="TSInterfaceDeclaration"||yl.type==="TSTypeAliasDeclaration"||fl)&&(La.exportKind="type"),fl&&yl.type!=="TSImportEqualsDeclaration"&&(this.resetStartLocation(yl,hl),yl.declare=!0),yl):null}parseClassId(La,hl,fl,yl){if((!hl||fl)&&this.isContextual(109)){La.id=null;return}super.parseClassId(La,hl,fl,La.declare?1024:8331);let Pl=this.tsTryParseTypeParameters(this.tsParseInOutConstModifiers);Pl&&(La.typeParameters=Pl)}parseClassPropertyAnnotation(La){La.optional||(this.eat(31)?La.definite=!0:this.eat(13)&&(La.optional=!0));let hl=this.tsTryParseTypeAnnotation();hl&&(La.typeAnnotation=hl)}parseClassProperty(La){if(this.parseClassPropertyAnnotation(La),this.state.isAmbientContext&&!(La.readonly&&!La.typeAnnotation)&&this.match(25)&&this.raise(xE.DeclareClassFieldHasInitializer,this.state.startLoc),La.abstract&&this.match(25)){let{key:hl}=La;this.raise(xE.AbstractPropertyHasInitializer,this.state.startLoc,{propertyName:hl.type==="Identifier"&&!La.computed?hl.name:`[${this.input.slice(this.offsetToSourcePos(hl.start),this.offsetToSourcePos(hl.end))}]`})}return super.parseClassProperty(La)}parseClassPrivateProperty(La){return La.abstract&&this.raise(xE.PrivateElementHasAbstract,La),La.accessibility&&this.raise(xE.PrivateElementHasAccessibility,La,{modifier:La.accessibility}),this.parseClassPropertyAnnotation(La),super.parseClassPrivateProperty(La)}parseClassAccessorProperty(La){return this.parseClassPropertyAnnotation(La),La.optional&&this.raise(xE.AccessorCannotBeOptional,La),super.parseClassAccessorProperty(La)}pushClassMethod(La,hl,fl,yl,Pl,Ul){let Gd=this.tsTryParseTypeParameters(this.tsParseConstModifier);Gd&&Pl&&this.raise(xE.ConstructorHasTypeParameters,Gd);let{declare:af=!1,kind:n_}=hl;af&&(n_==="get"||n_==="set")&&this.raise(xE.DeclareAccessor,hl,{kind:n_}),Gd&&(hl.typeParameters=Gd),super.pushClassMethod(La,hl,fl,yl,Pl,Ul)}pushClassPrivateMethod(La,hl,fl,yl){let Pl=this.tsTryParseTypeParameters(this.tsParseConstModifier);Pl&&(hl.typeParameters=Pl),super.pushClassPrivateMethod(La,hl,fl,yl)}declareClassPrivateMethodInScope(La,hl){La.type!=="TSDeclareMethod"&&(La.type==="MethodDefinition"&&La.value.body==null||super.declareClassPrivateMethodInScope(La,hl))}parseClassSuper(La){if(super.parseClassSuper(La),La.superClass)if(La.superClass.type==="TSInstantiationExpression"){let hl=La.superClass,fl=hl.expression;this.takeSurroundingComments(fl,fl.start,fl.end);let yl=hl.typeArguments;this.takeSurroundingComments(yl,yl.start,yl.end),La.superClass=fl,La.superTypeArguments=yl}else(this.match(43)||this.match(47))&&(La.superTypeArguments=this.tsParseTypeArgumentsInExpression());this.eatContextual(109)&&(La.implements=this.tsParseHeritageClause("implements"))}parseObjPropValue(La,hl,fl,yl,Pl,Ul,Gd){let af=this.tsTryParseTypeParameters(this.tsParseConstModifier);return af&&(La.typeParameters=af),super.parseObjPropValue(La,hl,fl,yl,Pl,Ul,Gd)}parseFunctionParams(La,hl){let fl=this.tsTryParseTypeParameters(this.tsParseConstModifier);fl&&(La.typeParameters=fl),super.parseFunctionParams(La,hl)}parseVarId(La,hl){super.parseVarId(La,hl),La.id.type==="Identifier"&&!this.hasPrecedingLineBreak()&&this.eat(31)&&(La.definite=!0);let fl=this.tsTryParseTypeAnnotation();fl&&(La.id.typeAnnotation=fl,this.resetEndLocation(La.id))}parseAsyncArrowFromCallExpression(La,hl){return this.match(10)&&(La.returnType=this.tsParseTypeAnnotation()),super.parseAsyncArrowFromCallExpression(La,hl)}parseMaybeAssign(La,hl){let fl,yl,Pl;if(this.hasPlugin("jsx")&&(this.match(138)||this.match(43))){if(fl=this.state.clone(),yl=this.tryParse(()=>super.parseMaybeAssign(La,hl),fl),!yl.error)return yl.node;let{context:Pl}=this.state,Ul=Pl[Pl.length-1];(Ul===vA.j_oTag||Ul===vA.j_expr)&&Pl.pop()}if(!yl?.error&&!this.match(43))return super.parseMaybeAssign(La,hl);(!fl||fl===this.state)&&(fl=this.state.clone());let Ul,Gd=this.tryParse(fl=>{Ul=this.tsParseTypeParameters(this.tsParseConstModifier);let yl=super.parseMaybeAssign(La,hl);if((yl.type!=="ArrowFunctionExpression"||yl.extra?.parenthesized)&&fl(),Ul?.params.length!==0&&this.resetStartLocationFromNode(yl,Ul),yl.typeParameters=Ul,this.hasPlugin("jsx")&&yl.typeParameters.params.length===1&&!yl.typeParameters.extra?.trailingComma){let La=yl.typeParameters.params[0];La.constraint||this.raise(xE.SingleTypeParameterWithoutTrailingComma,this.optionFlags&256?O(La.loc.end,1):La,{typeParameterName:La.name.name})}return yl},fl);if(!Gd.error&&!Gd.aborted)return Ul&&this.reportReservedArrowTypeParam(Ul),Gd.node;if(!yl&&(Ke(!this.hasPlugin("jsx")),Pl=this.tryParse(()=>super.parseMaybeAssign(La,hl),fl),!Pl.error))return Pl.node;if(yl?.node)return this.state=yl.failState,yl.node;if(Gd.node)return this.state=Gd.failState,Ul&&this.reportReservedArrowTypeParam(Ul),Gd.node;if(Pl?.node)return this.state=Pl.failState,Pl.node;throw yl?.error||Gd.error||Pl?.error}reportReservedArrowTypeParam(La){La.params.length===1&&!La.params[0].constraint&&!La.extra?.trailingComma&&this.getPluginOption("typescript","disallowAmbiguousJSXLike")&&this.raise(xE.ReservedArrowTypeParam,La)}parseMaybeUnary(La,hl){return!this.hasPlugin("jsx")&&this.match(43)?this.tsParseTypeAssertion():super.parseMaybeUnary(La,hl)}parseArrow(La){if(this.match(10)){let hl=this.tryParse(La=>{let hl=this.tsParseTypeOrTypePredicateAnnotation(10);return(this.canInsertSemicolon()||!this.match(15))&&La(),hl});if(hl.aborted)return;hl.thrown||(hl.error&&(this.state=hl.failState),La.returnType=hl.node)}return super.parseArrow(La)}parseFunctionParamType(La){this.eat(13)&&(La.optional=!0);let hl=this.tsTryParseTypeAnnotation();return hl&&(La.typeAnnotation=hl),this.resetEndLocation(La),La}isAssignable(La,hl){switch(La.type){case"TSTypeCastExpression":return this.isAssignable(La.expression,hl);case"TSParameterProperty":return!0;default:return super.isAssignable(La,hl)}}toAssignable(La,hl=!1){switch(La.type){case"ParenthesizedExpression":this.toAssignableParenthesizedExpression(La,hl);break;case"TSAsExpression":case"TSSatisfiesExpression":case"TSNonNullExpression":case"TSTypeAssertion":hl?this.expressionScope.recordArrowParameterBindingError(xE.UnexpectedTypeCastInParameter,La):this.raise(xE.UnexpectedTypeCastInParameter,La),this.toAssignable(La.expression,hl);break;case"AssignmentExpression":!hl&&La.left.type==="TSTypeCastExpression"&&(La.left=this.typeCastToParameter(La.left));default:super.toAssignable(La,hl)}}toAssignableParenthesizedExpression(La,hl){switch(La.expression.type){case"TSAsExpression":case"TSSatisfiesExpression":case"TSNonNullExpression":case"TSTypeAssertion":case"ParenthesizedExpression":this.toAssignable(La.expression,hl);break;default:super.toAssignable(La,hl)}}checkToRestConversion(La,hl){switch(La.type){case"TSAsExpression":case"TSSatisfiesExpression":case"TSTypeAssertion":case"TSNonNullExpression":this.checkToRestConversion(La.expression,!1);break;default:super.checkToRestConversion(La,hl)}}isValidLVal(La,hl,fl,yl){switch(La){case"TSTypeCastExpression":return!0;case"TSParameterProperty":return"parameter";case"TSNonNullExpression":return"expression";case"TSAsExpression":case"TSSatisfiesExpression":case"TSTypeAssertion":return(yl!==64||!fl)&&["expression",!0];default:return super.isValidLVal(La,hl,fl,yl)}}parseBindingAtom(){return this.state.type===74?this.parseIdentifier(!0):super.parseBindingAtom()}parseMaybeDecoratorArguments(La,hl){if(this.match(43)||this.match(47)){let fl=this.tsParseTypeArgumentsInExpression();if(this.match(6)){let yl=super.parseMaybeDecoratorArguments(La,hl);return yl.typeArguments=fl,yl}this.unexpected(null,6)}return super.parseMaybeDecoratorArguments(La,hl)}checkCommaAfterRest(La){return this.state.isAmbientContext&&this.match(8)&&this.lookaheadCharCode()===La?(this.next(),!1):super.checkCommaAfterRest(La)}isClassMethod(){return this.match(43)||super.isClassMethod()}isClassProperty(){return this.match(31)||this.match(10)||super.isClassProperty()}parseMaybeDefault(La,hl){let fl=super.parseMaybeDefault(La,hl);return fl.type==="AssignmentPattern"&&fl.typeAnnotation&&fl.right.startthis.isAssignable(La,!0)):super.shouldParseArrow(La)}shouldParseAsyncArrow(){return this.match(10)?!this.state.inConditionalConsequent:super.shouldParseAsyncArrow()}parseParenAndDistinguishExpression(La){let hl=this.state.inConditionalConsequent;this.state.inConditionalConsequent=!1;let fl=super.parseParenAndDistinguishExpression(La);return this.state.inConditionalConsequent=hl,fl}canHaveLeadingDecorator(){return super.canHaveLeadingDecorator()||this.isAbstractClass()}jsxParseOpeningElementAfterName(La){if(this.match(43)||this.match(47)){let hl=this.tsTryParseAndCatch(()=>this.tsParseTypeArgumentsInExpression());hl&&(La.typeArguments=hl)}return super.jsxParseOpeningElementAfterName(La)}getGetterSetterExpectedParamCount(La){let hl=super.getGetterSetterExpectedParamCount(La),fl=this.getObjectOrClassMethodParams(La)[0];return fl&&this.isThisParam(fl)?hl+1:hl}parseCatchClauseParam(){let La=super.parseCatchClauseParam(),hl=this.tsTryParseTypeAnnotation();return hl&&(La.typeAnnotation=hl,this.resetEndLocation(La)),La}tsInAmbientContext(La){let{isAmbientContext:hl,strict:fl}=this.state;this.state.isAmbientContext=!0,this.state.strict=!1;try{return La()}finally{this.state.isAmbientContext=hl,this.state.strict=fl}}parseClass(La,hl,fl){let yl=this.state.inAbstractClass;this.state.inAbstractClass=!!La.abstract;try{return super.parseClass(La,hl,fl)}finally{this.state.inAbstractClass=yl}}tsParseAbstractDeclaration(La,hl){if(this.match(76))return La.abstract=!0,this.maybeTakeDecorators(hl,this.parseClass(La,!0,!1));if(this.isContextual(125))return this.hasFollowingLineBreak()?null:(La.abstract=!0,this.raise(xE.NonClassMethodPropertyHasAbstractModifier,La),this.tsParseInterfaceDeclaration(La));throw this.unexpected(null,76)}parseMethod(La,hl,fl,yl,Pl,Ul,Gd){let af=super.parseMethod(La,hl,fl,yl,Pl,Ul,Gd);if((af.abstract||af.type==="TSAbstractMethodDefinition")&&(this.hasPlugin("estree")?af.value:af).body){let{key:La}=af;this.raise(xE.AbstractMethodHasImplementation,af,{methodName:La.type==="Identifier"&&!af.computed?La.name:`[${this.input.slice(this.offsetToSourcePos(La.start),this.offsetToSourcePos(La.end))}]`})}return af}tsParseTypeParameterName(){return this.parseIdentifier()}shouldParseAsAmbientContext(){return!!this.getPluginOption("typescript","dts")}parse(){return this.shouldParseAsAmbientContext()&&(this.state.isAmbientContext=!0),super.parse()}getExpression(){return this.shouldParseAsAmbientContext()&&(this.state.isAmbientContext=!0),super.getExpression()}parseExportSpecifier(La,hl,fl,yl){return!hl&&yl?(this.parseTypeOnlyImportExportSpecifier(La,!1,fl),this.finishNode(La,"ExportSpecifier")):(La.exportKind="value",super.parseExportSpecifier(La,hl,fl,yl))}parseImportSpecifier(La,hl,fl,yl,Pl){return!hl&&yl?(this.parseTypeOnlyImportExportSpecifier(La,!0,fl),this.finishNode(La,"ImportSpecifier")):(La.importKind="value",super.parseImportSpecifier(La,hl,fl,yl,fl?4098:4096))}parseTypeOnlyImportExportSpecifier(La,hl,fl){let yl=hl?"imported":"local",Pl=hl?"local":"exported",Ul=La[yl],Gd,af=!1,n_=!0,i_=Ul.start;if(this.isContextual(89)){let La=this.parseIdentifier();if(this.isContextual(89)){let fl=this.parseIdentifier();B(this.state.type)?(af=!0,Ul=La,Gd=hl?this.parseIdentifier():this.parseModuleExportName(),n_=!1):(Gd=fl,n_=!1)}else B(this.state.type)?(n_=!1,Gd=hl?this.parseIdentifier():this.parseModuleExportName()):(af=!0,Ul=La)}else B(this.state.type)&&(af=!0,hl?(Ul=this.parseIdentifier(!0),this.isContextual(89)||this.checkReservedWord(Ul.name,Ul.start,!0,!0)):Ul=this.parseModuleExportName());af&&fl&&this.raise(hl?xE.TypeModifierIsUsedInTypeImports:xE.TypeModifierIsUsedInTypeExports,i_),La[yl]=Ul,La[Pl]=Gd;let p_=hl?"importKind":"exportKind";La[p_]=af?"type":"value",n_&&this.eatContextual(89)&&(La[Pl]=hl?this.parseIdentifier():this.parseModuleExportName()),La[Pl]||(La[Pl]=this.cloneIdentifier(La[yl])),hl&&this.checkIdentifier(La[Pl],af?4098:4096)}fillOptionalPropertiesForTSESLint(La){switch(La.type){case"ExpressionStatement":La.directive??(La.directive=void 0);return;case"RestElement":La.value=void 0;case"Identifier":case"ArrayPattern":case"AssignmentPattern":case"ObjectPattern":La.decorators??(La.decorators=[]),La.optional??(La.optional=!1),La.typeAnnotation??(La.typeAnnotation=void 0);return;case"TSParameterProperty":La.accessibility??(La.accessibility=void 0),La.decorators??(La.decorators=[]),La.override??(La.override=!1),La.readonly??(La.readonly=!1),La.static??(La.static=!1);return;case"TSEmptyBodyFunctionExpression":La.body=null;case"TSDeclareFunction":case"FunctionDeclaration":case"FunctionExpression":case"ClassMethod":case"ClassPrivateMethod":La.declare??(La.declare=!1),La.returnType??(La.returnType=void 0),La.typeParameters??(La.typeParameters=void 0);return;case"Property":La.optional??(La.optional=!1);return;case"TSMethodSignature":case"TSPropertySignature":La.optional??(La.optional=!1);case"TSIndexSignature":La.accessibility??(La.accessibility=void 0),La.readonly??(La.readonly=!1),La.static??(La.static=!1);return;case"TSAbstractPropertyDefinition":case"PropertyDefinition":case"TSAbstractAccessorProperty":case"AccessorProperty":La.declare??(La.declare=!1),La.definite??(La.definite=!1),La.readonly??(La.readonly=!1),La.typeAnnotation??(La.typeAnnotation=void 0);case"TSAbstractMethodDefinition":case"MethodDefinition":La.accessibility??(La.accessibility=void 0),La.decorators??(La.decorators=[]),La.override??(La.override=!1),La.optional??(La.optional=!1);return;case"ClassExpression":La.id??(La.id=null);case"ClassDeclaration":La.abstract??(La.abstract=!1),La.declare??(La.declare=!1),La.decorators??(La.decorators=[]),La.implements??(La.implements=[]),La.superTypeArguments??(La.superTypeArguments=void 0),La.typeParameters??(La.typeParameters=void 0);return;case"TSTypeAliasDeclaration":case"VariableDeclaration":La.declare??(La.declare=!1);return;case"VariableDeclarator":La.definite??(La.definite=!1);return;case"TSEnumDeclaration":La.const??(La.const=!1),La.declare??(La.declare=!1);return;case"TSEnumMember":La.computed??(La.computed=!1);return;case"TSImportType":La.qualifier??(La.qualifier=null),La.options??(La.options=null),La.typeArguments??(La.typeArguments=null);return;case"TSInterfaceDeclaration":La.declare??(La.declare=!1),La.extends??(La.extends=[]);return;case"TSMappedType":La.optional??(La.optional=!1),La.readonly??(La.readonly=void 0);return;case"TSModuleDeclaration":La.declare??(La.declare=!1),La.global??(La.global=La.kind==="global");return;case"TSTypeParameter":La.const??(La.const=!1),La.in??(La.in=!1),La.out??(La.out=!1);return}}chStartsBindingIdentifierAndNotRelationalOperator(La,hl){if(R(La)){if(bE.lastIndex=hl,bE.test(this.input)){let La=this.codePointAtPos(bE.lastIndex);if(!W(La)&&La!==92)return!1}return!0}else return La===92}nextTokenIsIdentifierAndNotTSRelationalOperatorOnSameLine(){let La=this.nextTokenInLineStart(),hl=this.codePointAtPos(La);return this.chStartsBindingIdentifierAndNotRelationalOperator(hl,La)}nextTokenIsStringLiteralOnSameLine(){let La=this.nextTokenInLineStart(),hl=this.codePointAtPos(La);return hl===34||hl===39}};function mr(La){if(La.type!=="MemberExpression")return!1;let{computed:hl,property:fl}=La;return hl&&fl.type!=="StringLiteral"&&(fl.type!=="TemplateLiteral"||fl.expressions.length>0)?!1:us(La.object)}function yr(La,hl){let{type:fl}=La;if(La.extra?.parenthesized)return!1;if(hl){if(fl==="Literal"){let{value:hl}=La;if(typeof hl=="string"||typeof hl=="boolean")return!0}}else if(fl==="StringLiteral"||fl==="BooleanLiteral")return!0;return!!(ps(La,hl)||xr(La,hl)||fl==="TemplateLiteral"&&La.expressions.length===0||mr(La))}function ps(La,hl){return hl?La.type==="Literal"&&(typeof La.value=="number"||"bigint"in La):La.type==="NumericLiteral"||La.type==="BigIntLiteral"}function xr(La,hl){if(La.type==="UnaryExpression"){let{operator:fl,argument:yl}=La;if(fl==="-"&&ps(yl,hl))return!0}return!1}function us(La){return La.type==="Identifier"?!0:La.type!=="MemberExpression"||La.computed?!1:us(La.object)}var TE={ClassNameIsRequired:"A class name is required.",UnexpectedSpace:"Unexpected space in placeholder."},IE=F`placeholders`(TE),gr=La=>class extends La{parsePlaceholder(La){if(this.match(129)){let hl=this.startNode();return this.next(),this.assertNoSpace(),hl.name=super.parseIdentifier(!0),this.assertNoSpace(),this.expect(129),this.finishPlaceholder(hl,La)}}finishPlaceholder(La,hl){let fl=La;return(!fl.expectedNode||!fl.type)&&(fl=this.finishNode(fl,"Placeholder")),fl.expectedNode=hl,fl}getTokenFromCode(La){La===37&&this.input.charCodeAt(this.state.pos+1)===37?this.finishOp(129,2):super.getTokenFromCode(La)}parseExprAtom(La){return this.parsePlaceholder("Expression")||super.parseExprAtom(La)}parseIdentifier(La){return this.parsePlaceholder("Identifier")||super.parseIdentifier(La)}checkReservedWord(La,hl,fl,yl){La!==void 0&&super.checkReservedWord(La,hl,fl,yl)}cloneIdentifier(La){let hl=super.cloneIdentifier(La);return hl.type==="Placeholder"&&(hl.expectedNode=La.expectedNode),hl}cloneStringLiteral(La){return La.type==="Placeholder"?this.cloneIdentifier(La):super.cloneStringLiteral(La)}parseBindingAtom(){return this.parsePlaceholder("Pattern")||super.parseBindingAtom()}isValidLVal(La,hl,fl,yl){return La==="Placeholder"||super.isValidLVal(La,hl,fl,yl)}toAssignable(La,hl){La&&La.type==="Placeholder"&&La.expectedNode==="Expression"?La.expectedNode="Pattern":super.toAssignable(La,hl)}chStartsBindingIdentifier(La,hl){if(super.chStartsBindingIdentifier(La,hl))return!0;let fl=this.nextTokenStart();return this.input.charCodeAt(fl)===37&&this.input.charCodeAt(fl+1)===37}verifyBreakContinue(La,hl){La.label?.type!=="Placeholder"&&super.verifyBreakContinue(La,hl)}parseExpressionStatement(La,hl){if(hl.type!=="Placeholder"||hl.extra?.parenthesized)return super.parseExpressionStatement(La,hl);if(this.match(10)){let fl=La;return fl.label=this.finishPlaceholder(hl,"Identifier"),this.next(),fl.body=super.parseStatementOrSloppyAnnexBFunctionDeclaration(),this.finishNode(fl,"LabeledStatement")}this.semicolon();let fl=La;return fl.name=hl.name,this.finishPlaceholder(fl,"Statement")}parseBlock(La,hl,fl){return this.parsePlaceholder("BlockStatement")||super.parseBlock(La,hl,fl)}parseFunctionId(La){return this.parsePlaceholder("Identifier")||super.parseFunctionId(La)}parseClass(La,hl,fl){let yl=hl?"ClassDeclaration":"ClassExpression";this.next();let Pl=this.state.strict,Ul=this.parsePlaceholder("Identifier");if(Ul)if(this.match(77)||this.match(129)||this.match(2))La.id=Ul;else{if(fl||!hl)return La.id=null,La.body=this.finishPlaceholder(Ul,"ClassBody"),this.finishNode(La,yl);throw this.raise(IE.ClassNameIsRequired,this.state.startLoc)}else this.parseClassId(La,hl,fl);return super.parseClassSuper(La),La.body=this.parsePlaceholder("ClassBody")||super.parseClassBody(!!La.superClass,Pl),this.finishNode(La,yl)}parseExport(La,hl){let fl=this.parsePlaceholder("Identifier");if(!fl)return super.parseExport(La,hl);let yl=La;if(!this.isContextual(94)&&!this.match(8))return yl.specifiers=[],yl.source=null,yl.declaration=this.finishPlaceholder(fl,"Declaration"),this.finishNode(yl,"ExportNamedDeclaration");this.expectPlugin("exportDefaultFrom");let Pl=this.startNode();return Pl.exported=fl,yl.specifiers=[this.finishNode(Pl,"ExportDefaultSpecifier")],super.parseExport(yl,hl)}isExportDefaultSpecifier(){if(this.match(61)){let La=this.nextTokenStart();if(this.isUnparsedContextual(La,"from")&&this.input.startsWith(z(129),this.nextTokenStartSince(La+4)))return!0}return super.isExportDefaultSpecifier()}maybeParseExportDefaultSpecifier(La,hl){return La.specifiers?.length?!0:super.maybeParseExportDefaultSpecifier(La,hl)}checkExport(La){let{specifiers:hl}=La;hl?.length&&(La.specifiers=hl.filter(La=>La.exported.type==="Placeholder")),super.checkExport(La),La.specifiers=hl}parseImport(La){let hl=this.parsePlaceholder("Identifier");if(!hl)return super.parseImport(La);if(La.specifiers=[],!this.isContextual(94)&&!this.match(8))return La.source=this.finishPlaceholder(hl,"StringLiteral"),this.semicolon(),this.finishNode(La,"ImportDeclaration");let fl=this.startNodeAtNode(hl);return fl.local=hl,La.specifiers.push(this.finishNode(fl,"ImportDefaultSpecifier")),this.eat(8)&&(this.maybeParseStarImportSpecifier(La)||this.parseNamedImportSpecifiers(La)),this.expectContextual(94),La.source=this.parseImportSource(),this.semicolon(),this.finishNode(La,"ImportDeclaration")}parseImportSource(){return this.parsePlaceholder("StringLiteral")||super.parseImportSource()}assertNoSpace(){this.state.start>this.offsetToSourcePos(this.state.lastTokEndLoc.index)&&this.raise(IE.UnexpectedSpace,this.state.lastTokEndLoc)}},Tr=La=>class extends La{parseV8Intrinsic(){if(this.match(50)){let La=this.state.startLoc,hl=this.startNode();if(this.next(),C(this.state.type)){let La=this.parseIdentifierName(),fl=this.createIdentifier(hl,La);if(this.castNodeTo(fl,"V8IntrinsicIdentifier"),this.match(6))return fl}this.unexpected(La)}}parseExprAtom(La){return this.parseV8Intrinsic()||super.parseExprAtom(La)}},FE=["fsharp","hack"],PE=["^^","@@","^","%","#"];function br(La){if(La.has("decorators")&&La.has("decorators-legacy"))throw new Error("Cannot use the decorators and decorators-legacy plugin together");if(La.has("flow")&&La.has("typescript"))throw new Error("Cannot combine flow and typescript plugins.");if(La.has("placeholders")&&La.has("v8intrinsic"))throw new Error("Cannot combine placeholders and v8intrinsic plugins.");if(La.has("pipelineOperator")){let hl=La.get("pipelineOperator").proposal;if(!FE.includes(hl)){let La=FE.map(La=>`"${La}"`).join(", ");throw new Error(`"pipelineOperator" requires "proposal" option whose value must be one of: ${La}.`)}if(hl==="hack"){if(La.has("placeholders"))throw new Error("Cannot combine placeholders plugin and Hack-style pipes.");if(La.has("v8intrinsic"))throw new Error("Cannot combine v8intrinsic plugin and Hack-style pipes.");let hl=La.get("pipelineOperator").topicToken;if(!PE.includes(hl)){let La=PE.map(La=>`"${La}"`).join(", ");throw new Error(`"pipelineOperator" in "proposal": "hack" mode also requires a "topicToken" option whose value must be one of: ${La}.`)}}}if(La.has("moduleAttributes"))throw new Error("`moduleAttributes` has been removed in Babel 8, please migrate to import attributes instead.");if(La.has("importAssertions"))throw new Error("`importAssertions` has been removed in Babel 8, please use import attributes instead.");if(La.has("deprecatedImportAssert")?console.warn("`deprecatedImportAssert` has been removed in Babel 8, please use import attributes instead."):La.has("importAttributes")&&La.get("importAttributes").deprecatedAssertSyntax&&console.warn("The 'importAttributes' plugin has been removed in Babel 8. Please migrate any usage of `assert`-style attributes to `with`."),La.has("recordAndTuple"))throw new Error("The 'recordAndTuple' plugin has been removed in Babel 8. Please remove it from your configuration.");if(La.has("asyncDoExpressions")&&!La.has("doExpressions")){let La=new Error("'asyncDoExpressions' requires 'doExpressions', please add 'doExpressions' to parser plugins.");throw La.missingPlugins="doExpressions",La}if(La.has("optionalChainingAssign")&&La.get("optionalChainingAssign").version!=="2023-07")throw new Error("The 'optionalChainingAssign' plugin requires a 'version' option, representing the last proposal update. Currently, the only supported value is '2023-07'.");if(La.has("discardBinding")&&La.get("discardBinding").syntaxType!=="void")throw new Error("The 'discardBinding' plugin requires a 'syntaxType' option. Currently the only supported value is 'void'.");if(La.has("decimal"))throw new Error("The 'decimal' plugin has been removed in Babel 8. Please remove it from your configuration.");if(La.has("importReflection"))throw new Error("The 'importReflection' plugin has been removed in Babel 8. Use 'sourcePhaseImports' instead, and replace 'import module' with 'import source' in your code.")}var GE={estree:Ti,jsx:Zi,flow:Gi,typescript:dr,v8intrinsic:Tr,placeholders:gr},HE=Object.keys(GE),VE=class extends mE{constructor(La,hl,fl){let yl=gi(La);super(yl,hl),this.options=yl,this.initializeScopes(),this.plugins=fl,this.filename=yl.sourceFilename,this.startIndex=yl.startIndex;let Pl=0;yl.allowAwaitOutsideFunction&&(Pl|=1),yl.allowReturnOutsideFunction&&(Pl|=2),yl.allowImportExportEverywhere&&(Pl|=8),yl.allowSuperOutsideMethod&&(Pl|=16),yl.allowUndeclaredExports&&(Pl|=64),yl.allowNewTargetOutsideFunction&&(Pl|=4),yl.allowYieldOutsideFunction&&(Pl|=32),yl.ranges&&(Pl|=128),yl.locations===!0&&(Pl|=256),yl.tokens&&(Pl|=512),yl.createImportExpressions&&(Pl|=1024),yl.createParenthesizedExpressions&&(Pl|=2048),yl.errorRecovery&&(Pl|=4096),yl.attachComment&&(Pl|=8192),yl.annexB&&(Pl|=16384),this.optionFlags=Pl}getScopeHandler(){return RA}parse(){this.enterInitialScopes();let La=this.startNode(),hl=this.startNode();this.nextToken(),La.errors=[];let fl=this.parseTopLevel(La,hl);return fl.errors=this.state.errors,fl.comments.length=this.state.commentsLen,fl}};function Dt(La,hl){if(hl?.sourceType==="unambiguous"){hl={...hl};try{hl.sourceType="module";let fl=dt(hl,La),yl=fl.parse();if(fl.sawUnambiguousESM)return yl;if(fl.ambiguousScriptDifferentAst)try{return hl.sourceType="script",dt(hl,La).parse()}catch{}else yl.program.sourceType="script";return yl}catch(fl){try{return hl.sourceType="script",dt(hl,La).parse()}catch{}throw fl}}else return dt(hl,La).parse()}function Mt(La,hl){let fl=dt(hl,La);return fl.options.strictMode&&(fl.state.strict=!0),fl.getExpression()}function Sr(La){let hl={};for(let fl of Object.keys(La))hl[fl]=Ze(La[fl]);return hl}var WE=Sr(yA);function dt(La,hl){let fl=VE,yl=new Map;if(La?.plugins){for(let hl of La.plugins){let La,fl;typeof hl=="string"?La=hl:[La,fl]=hl,yl.has(La)||yl.set(La,fl||{})}br(yl),fl=Cr(yl)}return new fl(La,hl,yl)}var sw=new Map;function Cr(La){let hl=[];for(let fl of HE)La.has(fl)&&hl.push(fl);let fl=hl.join("|"),yl=sw.get(fl);if(!yl){yl=VE;for(let La of hl)yl=GE[La](yl);sw.set(fl,yl)}return yl}function Ot(La){return(hl,fl,yl)=>{if(fl===!1)return!1;let Pl=!!yl?.backwards,{length:Ul}=hl,Gd=fl;for(;Gd>=0&&GdLa===`\n`||La==="\r"||La==="\u2028"||La==="\u2029";function wr(La,hl,fl){if(hl===!1)return!1;let yl=!!fl?.backwards,Pl=La.charAt(hl);if(yl){if(La.charAt(hl-1)==="\r"&&Pl===`\n`)return hl-2;if(xs(Pl))return hl-1}else{if(Pl==="\r"&&La.charAt(hl+1)===`\n`)return hl+2;if(xs(Pl))return hl+1}return hl}var dw=wr;function Ir(La,hl){return hl===!1?!1:La.charAt(hl)==="/"&&La.charAt(hl+1)==="/"?cw(La,hl):hl}var hw=Ir;function Nr(La,hl){let fl=null,yl=hl;for(;yl!==fl;)fl=yl,yl=ow(La,yl),yl=pw(La,yl),yl=hw(La,yl),yl=dw(La,yl);return yl}var fw=Nr;function bs(La){let hl=[];for(let fl of La)try{return fl()}catch(La){hl.push(La)}throw Object.assign(new Error("All combinations failed"),{errors:hl})}function kr(La){if(!La.startsWith("#!"))return"";let hl=La.indexOf(`\n`);return hl===-1?La:La.slice(0,hl)}var _w=kr;var mw=Array.prototype.findLast??function(La){for(let hl=this.length-1;hl>=0;hl--){let fl=this[hl];if(La(fl,hl,this))return fl}},gw=X("findLast",function(){if(Array.isArray(this))return mw}),Aw=gw;var yw=Symbol.for("comments");function Dr(La){return this[La<0?this.length+La:La]}var bw=X("at",function(){if(Array.isArray(this)||typeof this=="string")return Dr}),vw=bw;function J(La){let hl=new Set(La);return La=>hl.has(La?.type)}function rt(La){return La.range?.[1]??La.end}function N(La){let hl=La.range?.[0]??La.start,fl=(La.declaration?.decorators??La.decorators)?.[0];return fl?Math.min(N(fl),hl):hl}var Ew=5,ww=8,Cw=8,Cs=La=>hl=>hl.label?k(hl.label):N(hl)+La,Rr=La=>La.__contentEnd??rt(La),xw=["ExpressionStatement","Directive","ImportDeclaration","ExportDefaultDeclaration","ExportNamedDeclaration","ExportAllDeclaration","ReturnStatement","ThrowStatement","DoWhileStatement"],Dw=new Map([["BreakStatement",Cs(Ew)],["ContinueStatement",Cs(ww)],["DebuggerStatement",La=>N(La)+Cw],["VariableDeclaration",La=>k(vw(0,La.declarations,-1))],...xw.map(La=>[La,Rr])]),Sw=J(xw);function k(La){let{type:hl}=La;return hl==="IfStatement"?k(La.alternate??La.consequent):hl==="ForInStatement"||hl==="ForOfStatement"||hl==="ForStatement"||hl==="LabeledStatement"||hl==="WithStatement"||hl==="WhileStatement"?k(La.body):Dw.get(hl)?.(La)??rt(La)}var kw=J(["Block","CommentBlock","MultiLine"]),Tw=J(["Line","CommentLine","SingleLine","HashbangComment","HTMLOpen","HTMLClose","Hashbang","InterpreterDirective"]);function nt(La,hl,fl){if(!La.has(hl)){let yl=fl(hl);La.set(hl,yl)}return La.get(hl)}var Iw=new WeakMap;function Is(La){return nt(Iw,La,La=>kw(La)&&La.value[0]==="*"&&/@(?:type|satisfies)\b/.test(La.value))}function jr(La){return n_(0,La,/[^\n]/g," ")}var Bw=jr;function Vr(La,hl){for(let fl of hl){let hl=N(fl),yl=k(fl);La=La.slice(0,hl)+Bw(La.slice(hl,yl))+La.slice(yl)}return La}var Fw=new WeakMap;function ks(La){let hl=La[yw];return nt(Fw,hl,hl=>Vr(La.originalText,hl))}function $r(La){if(!kw(La))return[];if(!La.value.includes(`\n`))return[];let hl=[];for(let fl of`*${La.value}*`.split(`\n`)){if(fl=fl.trimStart(),!fl.startsWith("*"))return[];hl.push(fl)}return hl}var Pw=new WeakMap;function zr(La){return nt(Pw,La,$r)}function Ls(La){Pw.delete(La)}function ke(La){return zr(La).length>0}function Ds(La){if(La.length<2)return;let hl;for(let fl=La.length-1;fl>=0;fl--){let yl=La[fl];if(hl&&k(yl)===N(hl)&&ke(yl)&&ke(hl)&&(La.splice(fl+1,1),yl.value+="*//*"+hl.value,yl.range=[N(yl),k(hl)],Ls(yl)),!Tw(yl)&&!kw(yl))throw new TypeError(`Unknown comment type: "${yl.type}".`);hl=yl}}function Hr(La){return La!==null&&typeof La=="object"}var Rw=Hr;var Nw=null;function Tt(La){if(Nw!==null&&typeof Nw.property){let La=Nw;return Nw=Tt.prototype=null,La}return Nw=Tt.prototype=La??Object.create(null),new Tt}var Ow=10;for(let La=0;La<=Ow;La++)Tt();function ve(La){return Tt(La)}function Wr(La,hl="type"){ve(La);function t(fl){let yl=fl[hl],Pl=La[yl];if(!Array.isArray(Pl))throw Object.assign(new Error(`Missing visitor keys for '${yl}'.`),{node:fl});return Pl}return t}var Qw=Wr;var Lw=[["elements"],["left","right"],["value"],["directives","body"],["label"],["callee","typeArguments","arguments"],["test","consequent","alternate"],["body","test"],["expression"],["left","right","body"],["id","typeParameters","params","predicate","returnType","body"],["object","property"],["properties"],["decorators","key","typeParameters","params","returnType","body"],["decorators","key","value"],["argument"],["expressions"],["id","init"],["body"],["decorators","id","typeParameters","superClass","superTypeArguments","mixins","implements","body"],["declaration","specifiers","source","attributes"],["local"],["exported"],["decorators","variance","key","typeAnnotation","value"],["id"],["key","value"],["elementType"],["id","typeParameters"],["id","typeParameters","extends","body"],["id","body"],["typeAnnotation"],["id","typeParameters","right"],["name","typeAnnotation"],["types"],["qualification","id"],["elementTypes"],["expression","typeAnnotation"],["params"],["members"],["objectType","indexType"],["decorators","key","typeAnnotation","value"],["id","typeParameters","params","returnType","body"],["key","typeParameters","params","returnType"],["typeParameters","params","returnType"],["parameterName","typeAnnotation"],["checkType","extendsType","trueType","falseType"],["typeParameter"],["literal"],["expression","typeArguments"],["decorators","key","typeAnnotation"],["argument","cases"],["pattern","body","guard"],["properties","rest"],["node"]],Mw={ArrayExpression:Lw[0],AssignmentExpression:Lw[1],BinaryExpression:Lw[1],InterpreterDirective:[],Directive:Lw[2],DirectiveLiteral:[],BlockStatement:Lw[3],BreakStatement:Lw[4],CallExpression:Lw[5],CatchClause:["param","body"],ConditionalExpression:Lw[6],ContinueStatement:Lw[4],DebuggerStatement:[],DoWhileStatement:Lw[7],EmptyStatement:[],ExpressionStatement:Lw[8],File:["program"],ForInStatement:Lw[9],ForStatement:["init","test","update","body"],FunctionDeclaration:Lw[10],FunctionExpression:Lw[10],Identifier:["typeAnnotation","decorators"],IfStatement:Lw[6],LabeledStatement:["label","body"],StringLiteral:[],NumericLiteral:[],NullLiteral:[],BooleanLiteral:[],RegExpLiteral:[],LogicalExpression:Lw[1],MemberExpression:Lw[11],NewExpression:Lw[5],Program:Lw[3],ObjectExpression:Lw[12],ObjectMethod:Lw[13],ObjectProperty:Lw[14],RestElement:["argument","typeAnnotation","decorators"],ReturnStatement:Lw[15],SequenceExpression:Lw[16],ParenthesizedExpression:Lw[8],SwitchCase:["test","consequent"],SwitchStatement:["discriminant","cases"],ThisExpression:[],ThrowStatement:Lw[15],TryStatement:["block","handler","finalizer"],UnaryExpression:Lw[15],UpdateExpression:Lw[15],VariableDeclaration:["declarations"],VariableDeclarator:Lw[17],WhileStatement:Lw[7],WithStatement:["object","body"],AssignmentPattern:["left","right","decorators","typeAnnotation"],ArrayPattern:["elements","typeAnnotation","decorators"],ArrowFunctionExpression:["typeParameters","params","predicate","returnType","body"],ClassBody:Lw[18],ClassExpression:Lw[19],ClassDeclaration:Lw[19],ExportAllDeclaration:["source","attributes","exported"],ExportDefaultDeclaration:["declaration"],ExportNamedDeclaration:Lw[20],ExportSpecifier:["local","exported"],ForOfStatement:Lw[9],ImportDeclaration:["specifiers","source","attributes"],ImportDefaultSpecifier:Lw[21],ImportNamespaceSpecifier:Lw[21],ImportSpecifier:["imported","local"],MetaProperty:["meta","property"],ClassMethod:Lw[13],ObjectPattern:["decorators","properties","typeAnnotation"],SpreadElement:Lw[15],Super:[],TaggedTemplateExpression:["tag","typeArguments","quasi"],TemplateElement:[],TemplateLiteral:["quasis","expressions"],YieldExpression:Lw[15],AwaitExpression:Lw[15],ImportExpression:["source","options"],BigIntLiteral:[],ExportNamespaceSpecifier:Lw[22],OptionalMemberExpression:Lw[11],OptionalCallExpression:Lw[5],ClassProperty:Lw[23],ClassPrivateProperty:Lw[23],ClassPrivateMethod:Lw[13],PrivateName:Lw[24],StaticBlock:Lw[18],ImportAttribute:Lw[25],AnyTypeAnnotation:[],ArrayTypeAnnotation:Lw[26],BooleanTypeAnnotation:[],BooleanLiteralTypeAnnotation:[],NullLiteralTypeAnnotation:[],ClassImplements:Lw[27],DeclareClass:["id","typeParameters","extends","mixins","implements","body"],DeclareFunction:["id","predicate"],DeclareInterface:Lw[28],DeclareModule:Lw[29],DeclareModuleExports:Lw[30],DeclareTypeAlias:Lw[31],DeclareOpaqueType:["id","typeParameters","supertype","lowerBound","upperBound"],DeclareVariable:["id","declarations"],DeclareExportDeclaration:Lw[20],DeclareExportAllDeclaration:["source","attributes"],DeclaredPredicate:Lw[2],ExistsTypeAnnotation:[],FunctionTypeAnnotation:["typeParameters","this","params","rest","returnType"],FunctionTypeParam:Lw[32],GenericTypeAnnotation:Lw[27],InferredPredicate:[],InterfaceExtends:Lw[27],InterfaceDeclaration:Lw[28],InterfaceTypeAnnotation:["extends","body"],IntersectionTypeAnnotation:Lw[33],MixedTypeAnnotation:[],EmptyTypeAnnotation:[],NullableTypeAnnotation:Lw[30],NumberLiteralTypeAnnotation:[],BigIntLiteralTypeAnnotation:[],NumberTypeAnnotation:[],ObjectTypeAnnotation:["properties","indexers","callProperties","internalSlots"],ObjectTypeInternalSlot:["id","value"],ObjectTypeCallProperty:Lw[2],ObjectTypeIndexer:["variance","id","key","value"],ObjectTypeProperty:["key","value","variance"],ObjectTypeSpreadProperty:Lw[15],OpaqueType:["id","typeParameters","supertype","impltype","lowerBound","upperBound"],QualifiedTypeIdentifier:Lw[34],StringLiteralTypeAnnotation:[],StringTypeAnnotation:[],SymbolTypeAnnotation:[],ThisTypeAnnotation:[],TupleTypeAnnotation:Lw[35],TypeofTypeAnnotation:["argument","typeArguments"],TypeAlias:Lw[31],TypeAnnotation:Lw[30],TypeCastExpression:Lw[36],TypeParameter:["bound","default","variance"],TypeParameterDeclaration:Lw[37],TypeParameterInstantiation:Lw[37],UnionTypeAnnotation:Lw[33],Variance:[],VoidTypeAnnotation:[],EnumDeclaration:Lw[29],EnumBooleanBody:Lw[38],EnumNumberBody:Lw[38],EnumStringBody:Lw[38],EnumSymbolBody:Lw[38],EnumBooleanMember:Lw[17],EnumNumberMember:Lw[17],EnumStringMember:Lw[17],EnumDefaultedMember:Lw[24],IndexedAccessType:Lw[39],OptionalIndexedAccessType:Lw[39],JSXAttribute:["name","value"],JSXClosingElement:["name"],JSXElement:["openingElement","children","closingElement"],JSXEmptyExpression:[],JSXExpressionContainer:Lw[8],JSXSpreadChild:Lw[8],JSXIdentifier:[],JSXMemberExpression:Lw[11],JSXNamespacedName:["namespace","name"],JSXOpeningElement:["name","typeArguments","attributes"],JSXSpreadAttribute:Lw[15],JSXText:[],JSXFragment:["openingFragment","children","closingFragment"],JSXOpeningFragment:[],JSXClosingFragment:[],Placeholder:[],V8IntrinsicIdentifier:[],ArgumentPlaceholder:[],BindExpression:["object","callee"],ClassAccessorProperty:Lw[40],Decorator:Lw[8],DoExpression:Lw[18],ExportDefaultSpecifier:Lw[22],ModuleExpression:Lw[18],TopicReference:[],VoidPattern:[],TSParameterProperty:["parameter","decorators"],TSDeclareFunction:Lw[41],TSDeclareMethod:Lw[42],TSQualifiedName:Lw[1],TSCallSignatureDeclaration:Lw[43],TSConstructSignatureDeclaration:Lw[43],TSPropertySignature:["key","typeAnnotation"],TSMethodSignature:Lw[42],TSIndexSignature:["parameters","typeAnnotation"],TSAnyKeyword:[],TSBooleanKeyword:[],TSBigIntKeyword:[],TSIntrinsicKeyword:[],TSNeverKeyword:[],TSNullKeyword:[],TSNumberKeyword:[],TSObjectKeyword:[],TSStringKeyword:[],TSSymbolKeyword:[],TSUndefinedKeyword:[],TSUnknownKeyword:[],TSVoidKeyword:[],TSThisType:[],TSFunctionType:Lw[43],TSConstructorType:Lw[43],TSTypeReference:["typeName","typeArguments"],TSTypePredicate:Lw[44],TSTypeQuery:["exprName","typeArguments"],TSTypeLiteral:Lw[38],TSArrayType:Lw[26],TSTupleType:Lw[35],TSOptionalType:Lw[30],TSRestType:Lw[30],TSNamedTupleMember:["label","elementType"],TSUnionType:Lw[33],TSIntersectionType:Lw[33],TSConditionalType:Lw[45],TSInferType:Lw[46],TSParenthesizedType:Lw[30],TSTypeOperator:Lw[30],TSIndexedAccessType:Lw[39],TSMappedType:["key","constraint","nameType","typeAnnotation"],TSTemplateLiteralType:["quasis","types"],TSLiteralType:Lw[47],TSClassImplements:Lw[48],TSInterfaceHeritage:Lw[48],TSInterfaceDeclaration:Lw[28],TSInterfaceBody:Lw[18],TSTypeAliasDeclaration:["id","typeParameters","typeAnnotation"],TSInstantiationExpression:Lw[48],TSAsExpression:Lw[36],TSSatisfiesExpression:Lw[36],TSTypeAssertion:Lw[36],TSEnumBody:Lw[38],TSEnumDeclaration:Lw[29],TSEnumMember:["id","initializer"],TSModuleDeclaration:Lw[29],TSModuleBlock:Lw[18],TSImportType:["source","options","qualifier","typeArguments"],TSImportEqualsDeclaration:["id","moduleReference"],TSExternalModuleReference:Lw[8],TSNonNullExpression:Lw[8],TSExportAssignment:Lw[8],TSNamespaceExportDeclaration:Lw[24],TSTypeAnnotation:Lw[30],TSTypeParameterInstantiation:Lw[37],TSTypeParameterDeclaration:Lw[37],TSTypeParameter:["name","constraint","default"],ChainExpression:Lw[8],Literal:[],MethodDefinition:Lw[14],PrivateIdentifier:[],Property:Lw[25],PropertyDefinition:Lw[23],AccessorProperty:Lw[40],TSAbstractAccessorProperty:Lw[49],TSAbstractKeyword:[],TSAbstractMethodDefinition:Lw[25],TSAbstractPropertyDefinition:Lw[49],TSAsyncKeyword:[],TSDeclareKeyword:[],TSEmptyBodyFunctionExpression:["id","typeParameters","params","returnType"],TSExportKeyword:[],TSPrivateKeyword:[],TSProtectedKeyword:[],TSPublicKeyword:[],TSReadonlyKeyword:[],TSStaticKeyword:[],AsConstExpression:Lw[8],AsExpression:Lw[36],BigIntTypeAnnotation:[],ComponentDeclaration:["id","params","body","typeParameters","rendersType"],ComponentParameter:["name","local"],ComponentTypeAnnotation:["params","rest","typeParameters","rendersType"],ComponentTypeParameter:Lw[32],ConditionalTypeAnnotation:Lw[45],DeclareComponent:["id","params","rest","typeParameters","rendersType"],DeclareEnum:Lw[29],DeclareHook:Lw[24],DeclareNamespace:Lw[29],EnumBigIntBody:Lw[38],EnumBigIntMember:Lw[17],EnumBody:Lw[38],HookDeclaration:Lw[41],HookTypeAnnotation:["params","returnType","rest","typeParameters"],InferTypeAnnotation:Lw[46],KeyofTypeAnnotation:Lw[15],MatchArrayPattern:["elements","rest"],MatchAsPattern:["pattern","target"],MatchBindingPattern:Lw[24],MatchExpression:Lw[50],MatchExpressionCase:Lw[51],MatchIdentifierPattern:Lw[24],MatchInstanceObjectPattern:Lw[52],MatchInstancePattern:["targetConstructor","properties"],MatchLiteralPattern:Lw[47],MatchMemberPattern:["base","property"],MatchObjectPattern:Lw[52],MatchObjectPatternProperty:["key","pattern"],MatchOrPattern:["patterns"],MatchRestPattern:Lw[15],MatchStatement:Lw[50],MatchStatementCase:Lw[51],MatchUnaryPattern:Lw[15],MatchWildcardPattern:[],NeverTypeAnnotation:[],ObjectTypeMappedTypeProperty:["keyTparam","propType","sourceType","variance"],QualifiedTypeofIdentifier:Lw[34],RecordDeclaration:["id","typeParameters","implements","body"],RecordDeclarationBody:Lw[0],RecordDeclarationImplements:["id","typeArguments"],RecordDeclarationProperty:["key","typeAnnotation","defaultValue"],RecordDeclarationStaticProperty:["key","typeAnnotation","value"],RecordExpression:["recordConstructor","typeArguments","properties"],RecordExpressionProperties:Lw[12],SatisfiesExpression:Lw[36],TupleTypeLabeledElement:["label","elementType","variance"],TupleTypeSpreadElement:["label","typeAnnotation"],TypeOperator:Lw[30],TypePredicate:Lw[44],UndefinedTypeAnnotation:[],UnknownTypeAnnotation:[],NGChainedExpression:Lw[16],NGEmptyExpression:[],NGPipeExpression:["left","right","arguments"],NGMicrosyntax:Lw[18],NGMicrosyntaxAs:["key","alias"],NGMicrosyntaxExpression:["expression","alias"],NGMicrosyntaxKey:[],NGMicrosyntaxKeyedExpression:["key","expression"],NGMicrosyntaxLet:Lw[25],NGRoot:Lw[53],JsExpressionRoot:Lw[53],JsonRoot:Lw[53],TSJSDocAllType:[],TSJSDocUnknownType:[],TSJSDocNullableType:Lw[30],TSJSDocNonNullableType:Lw[30]};var jw=Qw(Mw),Uw=jw;function Rt(La,hl){if(!Rw(La))return La;if(Array.isArray(La)){for(let fl=0;flLa<=Ul);af=La&&fl.slice(La,Ul).trim().length===0}return af?void 0:(La.extra={...La.extra,parenthesized:!0},La)}case"TemplateLiteral":if(hl.expressions.length!==hl.quasis.length-1)throw new Error("Malformed template literal.");break;case"TemplateElement":if(yl==="flow"||yl==="hermes"||yl==="espree"||yl==="typescript"||yl==="oxc-ts"||yl==="yuku-ts"){let La=N(hl)+1,fl=k(hl)-(hl.tail?1:2);hl.range=[La,fl]}break;case"TSParenthesizedType":return hl.typeAnnotation;case"TopicReference":La.extra={...La.extra,__isUsingHackPipeline:!0};break;case"TSUnionType":case"TSIntersectionType":if(hl.types.length===1)return hl.types[0];break;case"TupleTypeAnnotation":hl.types&&!hl.elementTypes&&(hl.elementTypes=hl.types);break;case"ImportDeclaration":yl==="hermes"&&hl.assertions&&!hl.attributes&&(hl.attributes=hl.assertions,delete hl.assertions);break}},onLeave(La){switch(La.type){case"LogicalExpression":if(Us(La))return Le(La);break}}}),La}function Us(La){return La.type==="LogicalExpression"&&La.right.type==="LogicalExpression"&&La.operator===La.right.operator}function Le(La){return Us(La)?Le({type:"LogicalExpression",operator:La.operator,left:Le({type:"LogicalExpression",operator:La.operator,left:La.left,right:La.right.left,range:[N(La.left),k(La.right.left)]}),right:La.right.right,range:[N(La),k(La)]}):La}function Xr(La,hl,fl){if(!Sw(La))return;let yl=rt(La);if(fl[yl-1]!==";")return;let Pl=ks({[yw]:hl,originalText:fl});yl-=1;let Ul=Pl.slice(N(La),yl),Gd=Ul.trimEnd();La.__contentEnd=yl-(Ul.length-Gd.length)}var $w=Gr;function Yr(La,hl){let fl=new SyntaxError(La+" ("+hl.loc.start.line+":"+hl.loc.start.column+")");return Object.assign(fl,hl)}var Jw=Yr;var Hw="Unexpected parseExpression() input: ";function Qr(La){let{message:hl,loc:fl,reasonCode:yl}=La;if(!fl)return La;let{line:Pl,column:Ul}=fl,Gd=La;(yl==="MissingPlugin"||yl==="MissingOneOfPlugins")&&(hl="Unexpected token.",Gd=void 0);let af=` (${Pl}:${Ul})`;return hl.endsWith(af)&&(hl=hl.slice(0,-af.length)),hl.startsWith(Hw)&&(hl=hl.slice(Hw.length)),Jw(hl,{loc:{start:{line:Pl,column:Ul+1}},cause:Gd})}var Vw=Qr;var Ww=/\*\/$/,zw=/^\/\*\*?/,Yw=/^\s*(\/\*\*?(.|\r?\n)*?\*\/)/,Kw=/(^|\s+)\/\/([^\n\r]*)/g,Xw=/^(\r?\n)+/,Zw=/(?:^|\r?\n) *(@[^\n\r]*?) *\r?\n *(?![^\n\r@]*\/\/[^]*)([^\s@][^\n\r@]+?) *\r?\n/g,eC=/(?:^|\r?\n) *@(\S+) *([^\n\r]*)/g,tC=/(\r?\n|^) *\* ?/g,rC=[];function $s(La){let hl=La.match(Yw);return hl?hl[0].trimStart():""}function zs(La){La=n_(0,La.replace(zw,"").replace(Ww,""),tC,"$1");let hl="";for(;hl!==La;)hl=La,La=n_(0,La,Zw,`\n$1 $2\n`);La=La.replace(Xw,"").trimEnd();let fl=Object.create(null),yl=n_(0,La,eC,"").replace(Xw,"").trimEnd(),Pl;for(;Pl=eC.exec(La);){let La=n_(0,Pl[2],Kw,"");if(typeof fl[Pl[1]]=="string"||Array.isArray(fl[Pl[1]])){let hl=fl[Pl[1]];fl[Pl[1]]=[...rC,...Array.isArray(hl)?hl:[hl],La]}else fl[Pl[1]]=La}return{comments:yl,pragmas:fl}}var nC=["noformat","noprettier"],iC=["format","prettier"];function Ws(La){let hl=_w(La);hl&&(La=La.slice(hl.length+1));let fl=$s(La),{pragmas:yl,comments:Pl}=zs(fl);return{shebang:hl,text:La,pragmas:yl,comments:Pl}}function Js(La){let{pragmas:hl}=Ws(La);return iC.some(La=>p_(hl,La))}function Gs(La){let{pragmas:hl}=Ws(La);return nC.some(La=>p_(hl,La))}function na(La){return La=typeof La=="function"?{parse:La}:La,{astFormat:"estree",hasPragma:Js,hasIgnorePragma:Gs,locStart:N,locEnd:k,...La}}var sC=na;var aC="module",oC="commonjs";function Xs(La){if(typeof La=="string"){if(La=La.toLowerCase(),/\.(?:mjs|mts)$/i.test(La))return aC;if(/\.(?:cjs|cts)$/i.test(La))return oC}}function oa(La){let{type:hl="JsExpressionRoot",expression:fl,comments:yl=fl?.comments??[],text:Pl,rootMarker:Ul}=La,Gd={type:hl,comments:yl,range:[0,Pl.length],rootMarker:Ul};return fl&&(delete fl.comments,Gd.node=fl),Gd}var lC=oa;var ot=La=>sC(ua(La)),cC={sourceType:aC,allowImportExportEverywhere:!0,allowReturnOutsideFunction:!0,allowNewTargetOutsideFunction:!0,allowSuperOutsideMethod:!0,allowUndeclaredExports:!0,errorRecovery:!0,createParenthesizedExpressions:!0,attachComment:!1,plugins:["doExpressions","exportDefaultFrom","functionBind","functionSent","throwExpressions",["partialApplication",{version:"2018-07"}],"decorators","moduleBlocks","asyncDoExpressions","destructuringPrivate","decoratorAutoAccessors","sourcePhaseImports","deferredImportEvaluation",["optionalChainingAssign",{version:"2023-07"}],["discardBinding",{syntaxType:"void"}]],tokens:!1,ranges:!1},uC="v8intrinsic",pC=[["pipelineOperator",{proposal:"hack",topicToken:"%"}],["pipelineOperator",{proposal:"fsharp"}]],j=(La,hl=cC)=>({...hl,plugins:[...hl.plugins,...La]}),dC=/@(?:no)?flow\b/;function la(La,hl){if(hl?.endsWith(".js.flow"))return!0;let fl=_w(La);fl&&(La=La.slice(fl.length));let yl=fw(La,0);return yl!==!1&&(La=La.slice(0,yl)),dC.test(La)}function pa(La,hl,fl){let yl=La(hl,fl),Pl=yl.errors.find(La=>!fC.has(La.reasonCode));if(Pl)throw Pl;return yl}function ua({isExpression:La=!1,optionsCombinations:hl}){return(fl,yl={})=>{let{filepath:Pl}=yl;if(typeof Pl!="string"&&(Pl=void 0),(yl.parser==="babel"||yl.parser==="__babel_estree")&&la(fl,Pl))return yl.parser="babel-flow",bC.parse(fl,yl);let Ul=hl,Gd=yl.__babelSourceType??Xs(Pl);Gd&&Gd!==aC&&(Ul=Ul.map(La=>({...La,sourceType:Gd,...Gd===oC?{allowReturnOutsideFunction:void 0,allowNewTargetOutsideFunction:void 0}:void 0})));let af=/%[A-Z]/.test(fl);fl.includes("|>")?Ul=(af?[...pC,uC]:pC).flatMap(La=>Ul.map(hl=>j([La],hl))):af&&(Ul=Ul.map(La=>j([uC],La)));let n_=La?Mt:Dt,i_;try{i_=bs(Ul.map(La=>()=>pa(n_,fl,La)))}catch({errors:[La]}){throw Vw(La)}return La&&(i_=lC({expression:i_,text:fl,rootMarker:yl.rootMarker})),$w(i_,{text:fl})}}var hC=["StrictNumericEscape","StrictWith","StrictOctalLiteral","StrictDelete","StrictEvalArguments","StrictEvalArgumentsBinding","StrictFunction","ForInOfLoopInitializer","ParamDupe","RestTrailingComma","UnsupportedParameterDecorator","UnterminatedJsxContent","UnexpectedReservedWord","ModuleAttributesWithDuplicateKeys","InvalidEscapeSequenceTemplate","NonAbstractClassHasAbstractMethod","PatternIsOptional","VarRedeclaration","InvalidPrivateFieldResolution","DuplicateExport","DeclarationMissingInitializer","DecoratorAbstractMethod"],fC=new Set(hC),_C=[j(["jsx"])],mC=ot({optionsCombinations:_C}),gC=ot({optionsCombinations:[j(["jsx","typescript"]),j(["typescript"])]}),AC=ot({isExpression:!0,optionsCombinations:[j(["jsx"])]}),yC=ot({isExpression:!0,optionsCombinations:[j(["typescript"])]}),bC=ot({optionsCombinations:[j(["jsx",["flow",{all:!0}],"flowComments"])]}),vC=ot({optionsCombinations:_C.map(La=>j(["estree"],La))});var EC={};$t(EC,{json:()=>xC,"json-stringify":()=>kC,json5:()=>DC,jsonc:()=>SC});function Ta(La){return Array.isArray(La)&&La.length>0}var wC=Ta;var CC={tokens:!1,ranges:!1,attachComment:!1,createParenthesizedExpressions:!0};function ba(La){let hl=Dt(La,CC),{program:fl}=hl;if(fl.body.length===0&&fl.directives.length===0&&!fl.interpreter)return{comments:hl.comments}}function bt(La,hl={}){let{allowComments:fl=!0,allowEmpty:yl=!1}=hl,Pl,Ul;try{Pl=Mt(La,CC),Ul=Pl.comments}catch(hl){if(yl&&hl.code==="BABEL_PARSER_SYNTAX_ERROR"&&hl.reasonCode==="ParseExpressionEmptyInput")try{({comments:Ul}=ba(La))}catch{}if(!Ul)throw Vw(hl)}if(!fl&&wC(Ul))throw H(Ul[0],"Comment");return(!yl||Pl)&&ht(Pl),Pl=lC({type:"JsonRoot",expression:Pl,comments:Ul,text:La}),Pl}function H(La,hl){let[fl,yl]=[La.loc.start,La.loc.end].map(({line:La,column:hl})=>({line:La,column:hl+1}));return Jw(`${hl} is not allowed in JSON.`,{loc:{start:fl,end:yl}})}function ht(La){switch(La.type){case"ArrayExpression":for(let hl of La.elements)hl!==null&&ht(hl);return;case"ObjectExpression":for(let hl of La.properties)ht(hl);return;case"ObjectProperty":if(La.computed)throw H(La.key,"Computed key");if(La.shorthand)throw H(La.key,"Shorthand property");La.key.type!=="Identifier"&&ht(La.key),ht(La.value);return;case"UnaryExpression":{let{operator:hl,argument:fl}=La;if(hl!=="+"&&hl!=="-")throw H(La,`Operator '${La.operator}'`);if(fl.type==="NumericLiteral"||fl.type==="Identifier"&&(fl.name==="Infinity"||fl.name==="NaN"))return;throw H(fl,`Operator '${hl}' before '${fl.type}'`)}case"Identifier":if(La.name!=="Infinity"&&La.name!=="NaN"&&La.name!=="undefined")throw H(La,`Identifier '${La.name}'`);return;case"TemplateLiteral":if(wC(La.expressions))throw H(La.expressions[0],"'TemplateLiteral' with expression");for(let hl of La.quasis)ht(hl);return;case"NullLiteral":case"BooleanLiteral":case"NumericLiteral":case"StringLiteral":case"TemplateElement":return;default:throw H(La,`'${La.type}'`)}}var xC=sC({parse:La=>bt(La),hasPragma:()=>!0,hasIgnorePragma:()=>!1}),DC=sC(La=>bt(La)),SC=sC(La=>bt(La,{allowEmpty:!0})),kC=sC({parse:La=>bt(La,{allowComments:!1}),astFormat:"estree-json"});var TC={...Ul,...EC};return ni(Pl)})},82905:La=>{(function(hl){function e(){var La=hl();return La.default||La}if(true)La.exports=e();else{var fl}})(function(){"use strict";var La=Object.defineProperty;var hl=Object.getOwnPropertyDescriptor;var fl=Object.getOwnPropertyNames;var yl=Object.prototype.hasOwnProperty;var Fo=(hl,fl)=>{for(var yl in fl)La(hl,yl,{get:fl[yl],enumerable:!0})},rc=(Pl,Ul,Gd,af)=>{if(Ul&&typeof Ul=="object"||typeof Ul=="function")for(let n_ of fl(Ul))!yl.call(Pl,n_)&&n_!==Gd&&La(Pl,n_,{get:()=>Ul[n_],enumerable:!(af=hl(Ul,n_))||af.enumerable});return Pl};var nc=hl=>rc(La({},"__esModule",{value:!0}),hl);var Pl={};Fo(Pl,{languages:()=>sS,options:()=>nS,printers:()=>iS});var Ul=[{name:"JavaScript",type:"programming",aceMode:"javascript",extensions:[".js","._js",".bones",".cjs",".es",".es6",".gs",".jake",".javascript",".jsb",".jscad",".jsfl",".jslib",".jsm",".jspre",".jss",".mjs",".njs",".pac",".sjs",".ssjs",".xsjs",".xsjslib",".start.frag",".end.frag",".wxs"],filenames:["Jakefile","start.frag","end.frag"],tmScope:"source.js",aliases:["js","node"],codemirrorMode:"javascript",codemirrorMimeType:"text/javascript",interpreters:["bun","chakra","d8","deno","gjs","js","node","nodejs","qjs","rhino","v8","v8-shell","zx"],parsers:["babel","acorn","espree","meriyah","babel-flow","babel-ts","flow","typescript"],vscodeLanguageIds:["javascript","mongo"],linguistLanguageId:183},{name:"Flow",type:"programming",aceMode:"javascript",extensions:[".js.flow"],filenames:[],tmScope:"source.js",aliases:[],codemirrorMode:"javascript",codemirrorMimeType:"text/javascript",interpreters:["bun","chakra","d8","deno","gjs","js","node","nodejs","qjs","rhino","v8","v8-shell"],parsers:["flow","babel-flow"],vscodeLanguageIds:["javascript"],linguistLanguageId:183},{name:"JSX",type:"programming",aceMode:"javascript",extensions:[".jsx"],filenames:void 0,tmScope:"source.js.jsx",aliases:void 0,codemirrorMode:"jsx",codemirrorMimeType:"text/jsx",interpreters:void 0,parsers:["babel","babel-flow","babel-ts","flow","typescript","espree","meriyah"],vscodeLanguageIds:["javascriptreact"],group:"JavaScript",linguistLanguageId:183},{name:"TypeScript",type:"programming",aceMode:"typescript",extensions:[".ts",".cts",".mts"],tmScope:"source.ts",aliases:["ts"],codemirrorMode:"javascript",codemirrorMimeType:"application/typescript",interpreters:["bun","deno","ts-node","tsx"],parsers:["typescript","babel-ts"],vscodeLanguageIds:["typescript"],linguistLanguageId:378},{name:"TSX",type:"programming",aceMode:"tsx",extensions:[".tsx"],tmScope:"source.tsx",aliases:["typescriptreact"],codemirrorMode:"jsx",codemirrorMimeType:"text/typescript-jsx",group:"TypeScript",parsers:["typescript","babel-ts"],vscodeLanguageIds:["typescriptreact"],linguistLanguageId:94901924}];var Gd={};Fo(Gd,{estree:()=>Yx});function oc(La){return Array.isArray(La)&&La.length>0}var af=oc;var ic=()=>{},n_=ic;function B(La){let hl=new Set(La);return La=>hl.has(La?.type)}var Qt=(La,hl)=>(fl,yl,...Pl)=>fl|1&&yl==null?void 0:(hl.call(yl)??yl[La]).apply(yl,Pl);function sc(La){return this[La<0?this.length+La:La]}var i_=Qt("at",function(){if(Array.isArray(this)||typeof this=="string")return sc}),p_=i_;function Z(La,hl,fl){if(!La.has(hl)){let yl=fl(hl);La.set(hl,yl)}return La.get(hl)}function ac(La){let hl=[];return La.this&&hl.push(La.this),hl.push(...La.params),La.rest&&hl.push(La.rest),hl}var w_=new WeakMap;function ee(La){return Z(w_,La,ac)}function Ni(La,hl){let{node:fl}=La,yl=0,o=()=>hl(La,yl++);fl.this&&La.call(o,"this"),La.each(o,"params"),fl.rest&&La.call(o,"rest")}function ji(La){if(La.rest)return!0;let hl=ee(La);return p_(0,hl,-1)?.type==="RestElement"}var vi=La=>La?.type==="TSAsExpression"&&La.typeAnnotation.type==="TSTypeReference"&&La.typeAnnotation.typeName.type==="Identifier"&&La.typeAnnotation.typeName.name==="const";function zt({node:La,parent:hl}){return La?.type!=="EmptyStatement"?!1:hl.type==="IfStatement"?hl.consequent===La||hl.alternate===La:hl.type==="DoWhileStatement"||hl.type==="ForInStatement"||hl.type==="ForOfStatement"||hl.type==="ForStatement"||hl.type==="LabeledStatement"||hl.type==="WithStatement"||hl.type==="WhileStatement"?hl.body===La:!1}function $e(La){return La.method&&La.kind==="init"||La.kind==="get"||La.kind==="set"}var Ao=La=>Number.isSafeInteger(La)&&La>=0;function It(La){return La.range?.[1]??La.end}function b(La){let hl=La.range?.[0]??La.start,fl=(La.declaration?.decorators??La.decorators)?.[0];return fl?Math.min(b(fl),hl):hl}var D_=5,I_=8,N_=8,Ri=La=>hl=>hl.label?S(hl.label):b(hl)+La,fc=La=>La.__contentEnd??It(La),_m=["ExpressionStatement","Directive","ImportDeclaration","ExportDefaultDeclaration","ExportNamedDeclaration","ExportAllDeclaration","ReturnStatement","ThrowStatement","DoWhileStatement"],pg=new Map([["BreakStatement",Ri(D_)],["ContinueStatement",Ri(I_)],["DebuggerStatement",La=>b(La)+N_],["VariableDeclaration",La=>S(p_(0,La.declarations,-1))],..._m.map(La=>[La,fc])]),mg=B(_m),Pr=La=>{if(mg(La)&&La.__contentEnd)return!0;let{type:hl}=La;return hl==="BreakStatement"||hl==="ContinueStatement"||hl==="DebuggerStatement"||hl==="VariableDeclaration"?!0:hl==="IfStatement"?Pr(La.alternate??La.consequent):hl==="ForInStatement"||hl==="ForOfStatement"||hl==="ForStatement"||hl==="LabeledStatement"||hl==="WithStatement"||hl==="WhileStatement"?Pr(La.body):!1};function S(La){let{type:hl}=La;return hl==="IfStatement"?S(La.alternate??La.consequent):hl==="ForInStatement"||hl==="ForOfStatement"||hl==="ForStatement"||hl==="LabeledStatement"||hl==="WithStatement"||hl==="WhileStatement"?S(La.body):pg.get(hl)?.(La)??It(La)}function kt(La,hl){let fl=b(La);return Ao(fl)&&fl===b(hl)}function yc(La,hl){let fl=S(La);return Ao(fl)&&fl===S(hl)}function To(La,hl){return kt(La,hl)&&yc(La,hl)}function ye(La){return La.extra?.raw??La.raw}function Gi(La){return La.type==="BigIntLiteral"||La.type==="Literal"&&!!La.bigint}function Ui(La){return La.type==="BooleanLiteral"||La.type==="Literal"&&typeof La.value=="boolean"}function Ee(La){return La.type==="NumericLiteral"||La.type==="Literal"&&typeof La.value=="number"}function Xr(La){return La.type==="RegExpLiteral"||La.type==="Literal"&&!!La.regex}function q(La){return La?.type==="StringLiteral"||La?.type==="Literal"&&typeof La.value=="string"}var gg=B(["TSAsExpression","TSSatisfiesExpression","AsExpression","AsConstExpression","SatisfiesExpression"]),eA=B(["SatisfiesExpression","TSSatisfiesExpression"]),tA=B(["TSUnionType","UnionTypeAnnotation"]),rA=B(["TSIntersectionType","IntersectionTypeAnnotation"]),nA=B(["TupleTypeAnnotation","TSTupleType"]),iA=B(["TSConditionalType","ConditionalTypeAnnotation"]),sA=B(["TSTypeAliasDeclaration","TypeAlias"]),aA=B(["ReturnStatement","ThrowStatement"]),oA=B(["ExportDefaultDeclaration","DeclareExportDeclaration","ExportNamedDeclaration","ExportAllDeclaration","DeclareExportAllDeclaration"]),lA=B(["ArrayExpression"]),cA=B(["ObjectExpression"]),uA=B(["Literal","BooleanLiteral","BigIntLiteral","DirectiveLiteral","NullLiteral","NumericLiteral","RegExpLiteral","StringLiteral"]),pA=B(["ObjectTypeAnnotation","TSTypeLiteral","TSMappedType"]),dA=B(["FunctionExpression","ArrowFunctionExpression"]),hA=B(["JSXElement","JSXFragment"]),fA=B(["BinaryExpression","LogicalExpression","NGPipeExpression"]),_A=B(["CallExpression","OptionalCallExpression"]),mA=B(["MemberExpression","OptionalMemberExpression"]),gA=B(["CallExpression","OptionalCallExpression","NewExpression"]),AA=B(["CallExpression","OptionalCallExpression","NewExpression","ImportExpression"]),yA=B(["ChainExpression","TSNonNullExpression"]),bA=B(["TSArrayType","ArrayTypeAnnotation"]),vA=B(["TSTypeParameterInstantiation","TypeParameterInstantiation"]);function Ir(La){if(La.type!=="ImportSpecifier"&&La.type!=="ExportSpecifier")return!1;let{local:hl,[La.type==="ImportSpecifier"?"imported":"exported"]:fl}=La;return hl.type!==fl.type||!To(hl,fl)?!1:q(hl)?hl.value===fl.value&&ye(hl)===ye(fl):hl.type==="Identifier"?hl.name===fl.name:!1}var EA=B(["File","TemplateElement","TSEmptyBodyFunctionExpression","ChainExpression"]),dc=(La,[hl])=>hl?.type==="ComponentParameter"&&hl.shorthand&&hl.name===La&&hl.local!==hl.name||hl?.type==="MatchObjectPatternProperty"&&hl.shorthand&&hl.key===La||hl?.type==="ObjectProperty"&&hl.shorthand&&hl.key===La&&hl.value!==hl.key||hl?.type==="Property"&&hl.shorthand&&hl.key===La&&!$e(hl)&&hl.value!==hl.key||hl?.type==="ImportSpecifier"&&Ir(hl)&&hl.local===La&&hl.local!==hl.imported||hl?.type==="ExportSpecifier"&&Ir(hl)&&hl.exported===La&&hl.local!==hl.exported,Cc=(La,[hl])=>!!(La.type==="FunctionExpression"&&hl.type==="MethodDefinition"&&hl.value===La&&ee(La).length===0&&!La.returnType&&!af(La.typeParameters)&&La.body),Vi=(La,[hl])=>hl?.typeAnnotation===La&&vi(hl),Fc=(La,[hl,...fl])=>Vi(La,[hl])||hl?.typeName===La&&Vi(hl,fl);function xc(La,hl){return EA(La)||dc(La,hl)||Cc(La,hl)?!1:La.type==="EmptyStatement"?zt({node:La,parent:hl[0]}):!(Fc(La,hl)||La.type==="TSTypeAnnotation"&&hl[0].type==="TSPropertySignature")}var wA=xc;function Ac(La){let hl=La.type||La.kind||"(unknown type)",fl=String(La.name||La.id&&(typeof La.id=="object"?La.id.name:La.id)||La.key&&(typeof La.key=="object"?La.key.name:La.key)||La.value&&(typeof La.value=="object"?"":String(La.value))||La.operator||"");return fl.length>20&&(fl=fl.slice(0,19)+"…"),hl+(fl?" "+fl:"")}function go(La,hl){(La.comments??(La.comments=[])).push(hl),hl.printed=!1,hl.nodeDescription=Ac(La)}function K(La,hl){hl.leading=!0,hl.trailing=!1,go(La,hl)}function Te(La,hl,fl){hl.leading=!1,hl.trailing=!1,fl&&(hl.marker=fl),go(La,hl)}function X(La,hl){hl.leading=!1,hl.trailing=!0,go(La,hl)}function Kr(La){return(hl,fl,yl)=>{if(fl===!1)return!1;let Pl=!!yl?.backwards,{length:Ul}=hl,Gd=fl;for(;Gd>=0&&GdLa===`\n`||La==="\r"||La==="\u2028"||La==="\u2029";function gc(La,hl,fl){if(hl===!1)return!1;let yl=!!fl?.backwards,Pl=La.charAt(hl);if(yl){if(La.charAt(hl-1)==="\r"&&Pl===`\n`)return hl-2;if(zi(Pl))return hl-1}else{if(Pl==="\r"&&La.charAt(hl+1)===`\n`)return hl+2;if(zi(Pl))return hl+1}return hl}var TA=gc;function hc(La,hl){return hl===!1?!1:La.charAt(hl)==="/"&&La.charAt(hl+1)==="/"?SA(La,hl):hl}var IA=hc;function Sc(La,hl){let fl=null,yl=hl;for(;yl!==fl;)fl=yl,yl=xA(La,yl),yl=kA(La,yl),yl=IA(La,yl),yl=TA(La,yl);return yl}var BA=Sc;function Bc(La,hl){let fl=BA(La,hl);return fl===!1?"":La.charAt(fl)}var FA=Bc;function bc(La,hl,fl={}){let yl=xA(La,fl.backwards?hl-1:hl,fl),Pl=TA(La,yl,fl);return yl!==Pl}var PA=bc;function Pc(La,hl,fl){for(let yl=hl;ylhl(La,0),"source"),fl.options&&La.call(()=>hl(La,1),"options")):fl.type==="TSExternalModuleReference"?La.call(()=>hl(La,0),"expression"):La.each(hl,"arguments")}function ho(La,hl){if(La.type==="ImportExpression"||La.type==="TSImportType"){if(hl===0||hl===(La.options?-2:-1))return["source"];if(La.options&&(hl===1||hl===-1))return["options"];throw new RangeError("Invalid argument index")}if(La.type==="TSExternalModuleReference"){if(hl===0||hl===-1)return["expression"]}else if(hl<0&&(hl=La.arguments.length+hl),hl>=0&&hlMc(La.originalText,hl))}function ts(La,hl){let fl=S(La)-1;if(hl.originalText[fl]===")")return fl}function Nc(La,hl){if(ts(La,hl)===void 0)return;let fl=ce(hl),yl=S(La.typeArguments??La.callee),Pl=fl.indexOf("(",yl);if(Pl!==-1)return Pl}function rs(La,hl,fl){let yl=ts(La,fl);if(yl===void 0||S(hl)>yl)return!1;let Pl=Nc(La,fl);return Pl===void 0?!1:b(hl)>Pl}var GA=B(["Block","CommentBlock","MultiLine"]),qA=B(["Line","CommentLine","SingleLine","HashbangComment","HTMLOpen","HTMLClose","Hashbang","InterpreterDirective"]);function Ge(La){return La?.type==="ObjectProperty"||La?.type==="Property"&&!$e(La)}function yt(La){return La.value.trim()==="prettier-ignore"&&!La.unignore}var $A=new WeakMap;function nr(La){return Z($A,La,La=>GA(La)&&La.value[0]==="*"&&/@(?:type|satisfies)\b/.test(La.value))}function $r({comment:La,enclosingNode:hl,followingNode:fl,options:yl}){if((hl?.type==="ForInStatement"||hl?.type==="ForOfStatement"||hl?.type==="ForStatement")&&fl&&fl===hl.body){let hl=ce(yl).lastIndexOf(")",b(fl));if(b(La)>hl)return K(fl,La),!0}return!1}var So=(La,hl)=>GA(La)&&!RA(hl,b(La),S(La)),wr=(La,hl)=>qA(La)||So(La,hl);function Qr(La,hl){La.type==="BlockStatement"?or(La,hl):K(La,hl)}function or(La,hl){let fl=(La.body||La.properties).find(({type:La})=>La!=="EmptyStatement");fl?K(fl,hl):Te(La,hl)}function zr({comment:La,precedingNode:hl,enclosingNode:fl,followingNode:yl,text:Pl,options:Ul}){return fl?.type!=="IfStatement"||!yl?!1:FA(Pl,S(La))===")"?(X(hl,La),!0):yl===fl.consequent?(K(yl,La),!0):hl===fl.consequent&&yl===fl.alternate?vc({comment:La,precedingNode:hl,enclosingNode:fl,followingNode:yl,text:Pl,options:Ul}):!1}function vc({comment:La,precedingNode:hl,enclosingNode:fl,followingNode:yl,text:Pl,options:Ul}){let Gd=ce(Ul).indexOf("else",S(fl.consequent));return b(La)>=Gd?(K(yl,La),!0):!(hl.type==="BlockStatement")&&wr(La,Pl)&&!RA(Pl,S(hl),b(La))?(X(hl,La),!0):(Te(fl,La),!0)}function Zr({comment:La,precedingNode:hl,enclosingNode:fl,followingNode:yl,text:Pl}){return fl?.type==="SwitchStatement"&&fl.cases.length===0&&!yl&&hl===fl.discriminant&&FA(Pl,S(La))==="}"?(Te(fl,La),!0):!1}function en({comment:La,precedingNode:hl,enclosingNode:fl,followingNode:yl,text:Pl}){return(fl?.type==="WhileStatement"||fl?.type==="WithStatement")&&yl?FA(Pl,S(La))===")"?(X(hl,La),!0):fl.body===yl?(K(yl,La),!0):!1:!1}function Bo(La,{comment:hl,text:fl,options:yl}){if(tA(La)&&So(hl,fl)&&!yt(hl)){let fl=ce(yl).slice(S(hl),b(La));return/^[ \t]*$/.test(fl)}return!1}function bo(La,hl){return K(Bo(La,hl)?La.types[0]:La,hl.comment),!0}function Rc(La){return[Po,Ds,ss,cs,Uc,zr,en,Zr,is,us,$r,$c,Qc,Io,ms,Zc,as,ls,qc,sl,ko,wo,Es].some(hl=>hl(La))}function Wc(La){return[Po,Gc,cs,ss,ms,zr,en,Zr,is,us,$r,ls,Kc,zc,Io,fs,ol,il,ul,ko,cl,ys,al,wo].some(hl=>hl(La))}function Jc(La){return[Po,Ds,zr,en,Zr,$r,as,Io,fs,ko,Xc,Hc,rl,ys,wo,Es].some(hl=>hl(La))}function Gc({comment:La,followingNode:hl}){return hl&&nr(La)?(K(hl,La),!0):!1}function is({comment:La,precedingNode:hl,enclosingNode:fl,followingNode:yl}){return fl?.type!=="TryStatement"&&fl?.type!=="CatchClause"||!yl?!1:fl.type==="CatchClause"&&hl?(X(hl,La),!0):yl.type==="BlockStatement"?(or(yl,La),!0):yl.type==="TryStatement"?(Qr(yl.finalizer,La),!0):yl.type==="CatchClause"?(Qr(yl.body,La),!0):!1}function Uc({comment:La,enclosingNode:hl,followingNode:fl}){return mA(hl)&&fl?.type==="Identifier"?(K(hl,La),!0):!1}function qc({comment:La,enclosingNode:hl,followingNode:fl,options:yl}){return!yl.experimentalTernaries||!(hl?.type==="ConditionalExpression"||iA(hl))?!1:fl?.type==="ConditionalExpression"||iA(fl)?(Te(hl,La),!0):!1}function ss({comment:La,precedingNode:hl,enclosingNode:fl,followingNode:yl,text:Pl,options:Ul}){let Gd=hl&&!RA(Pl,S(hl),b(La));return(!hl||!Gd)&&(fl?.type==="ConditionalExpression"||iA(fl))&&yl?Ul.experimentalTernaries&&fl.alternate===yl&&!(GA(La)&&!RA(Ul.originalText,b(La),S(La)))?(Te(fl,La),!0):(K(yl,La),!0):!1}var JA=B(["ClassDeclaration","ClassExpression","DeclareClass","DeclareInterface","InterfaceDeclaration","TSInterfaceDeclaration"]);function us({comment:La,precedingNode:hl,enclosingNode:fl,followingNode:yl}){if(JA(fl)){let{decorators:Pl}=fl;if(af(Pl)&&yl?.type!=="Decorator")return X(p_(0,Pl,-1),La),!0;if(fl.body&&yl===fl.body)return or(fl.body,La),!0;if(yl){let{superClass:Pl}=fl;if(Pl&&yl===Pl&&hl&&(hl===fl.id||hl===fl.typeParameters))return X(hl,La),!0;for(let Ul of["implements","extends","mixins"])if(fl[Ul]&&yl===fl[Ul][0])return hl&&(hl===fl.id||hl===fl.typeParameters||hl===Pl)?X(hl,La):Te(fl,La,Ul),!0}}return!1}var HA=B(["ClassMethod","ClassProperty","PropertyDefinition","TSAbstractPropertyDefinition","TSAbstractMethodDefinition","TSDeclareMethod","MethodDefinition","ClassAccessorProperty","AccessorProperty","TSAbstractAccessorProperty","TSParameterProperty"]);function as({placement:La,comment:hl,precedingNode:fl,enclosingNode:yl,followingNode:Pl,text:Ul}){return yl&&fl&&FA(Ul,S(hl))==="("&&(yl.type==="Property"||yl.type==="TSDeclareMethod"||yl.type==="TSAbstractMethodDefinition")&&fl.type==="Identifier"&&yl.key===fl&&FA(Ul,S(fl))!==":"?(X(fl,hl),!0):HA(yl)&&!Pl&&La==="remaining"?(X(FA(Ul,S(hl))==="("?fl:yl,hl),!0):fl?.type==="Decorator"&&HA(yl)&&(qA(hl)||La==="ownLine")?(X(fl,hl),!0):!1}var VA=B(["FunctionDeclaration","FunctionExpression","ClassMethod","MethodDefinition","ObjectMethod"]);function Hc({comment:La,precedingNode:hl,enclosingNode:fl,text:yl}){return FA(yl,S(La))!=="("?!1:hl&&VA(fl)?(X(hl,La),!0):!1}function Xc({comment:La,enclosingNode:hl,text:fl}){if(hl?.type!=="ArrowFunctionExpression")return!1;let yl=BA(fl,S(La));return yl!==!1&&fl.slice(yl,yl+2)==="=>"?(Te(hl,La,"commentBeforeArrow"),!0):!1}function os(La,hl,fl){let yl=b(hl),Pl=S(La);if(yl>=Pl)return!1;let Ul=S(hl),Gd=b(La);if(Ul<=Gd)return!1;let af=ce(fl);return af.slice(0,b(hl)).trimEnd().endsWith("(")&&af.slice(S(hl)).trimStart().startsWith(")")}var WA=B(["ComponentDeclaration","DeclareComponent","ComponentTypeAnnotation"]);function Po({comment:La,enclosingNode:hl,options:fl}){if(!hl)return!1;if(AA(hl)&&se(hl).length===0&&os(hl,La,fl))return Te(hl,La),!0;let yl=KA(hl)||WA(hl)||hl.type==="HookTypeAnnotation"?hl:hl.type==="MethodDefinition"||hl.type==="TSAbstractMethodDefinition"||hl.type==="Property"&&$e(hl)?hl.value:void 0;return yl&&ee(yl).length===0&&os(yl,La,fl)?(Te(yl,La),!0):!1}function cs({comment:La,precedingNode:hl,enclosingNode:fl,followingNode:yl,text:Pl}){return hl?.type==="FunctionTypeParam"&&fl?.type==="FunctionTypeAnnotation"&&yl?.type!=="FunctionTypeParam"?(X(hl,La),!0):hl?.type==="ComponentTypeParameter"&&(fl?.type==="DeclareComponent"||fl?.type==="ComponentTypeAnnotation")&&yl?.type!=="ComponentTypeParameter"?(X(hl,La),!0):(hl?.type==="Identifier"||hl?.type==="AssignmentPattern"||hl?.type==="ObjectPattern"||hl?.type==="ArrayPattern"||hl?.type==="RestElement"||hl?.type==="TSParameterProperty")&&(KA(fl)||(fl?.type==="TSAbstractMethodDefinition"||fl?.type==="MethodDefinition")&&fl.value.type==="TSEmptyBodyFunctionExpression")&&FA(Pl,S(La))===")"?(X(hl,La),!0):(hl?.type==="ComponentParameter"||hl?.type==="RestElement")&&(fl?.type==="ComponentDeclaration"||fl?.type==="DeclareComponent")&&FA(Pl,S(La))===")"?(X(hl,La),!0):!GA(La)&&yl?.type==="BlockStatement"&&VA(fl)&&(fl.type==="MethodDefinition"?fl.value.body:fl.body)===yl&&BA(Pl,S(La))===b(yl)?(or(yl,La),!0):!1}function ls({comment:La,enclosingNode:hl}){return hl?.type==="LabeledStatement"?(K(hl,La),!0):!1}function Kc({comment:La,precedingNode:hl,enclosingNode:fl,options:yl}){return gA(fl)&&fl.callee===hl&&fl.arguments.length>0&&rs(fl,La,yl)?(K(fl.arguments[0],La),!0):!1}function $c({comment:La,precedingNode:hl,enclosingNode:fl,followingNode:yl}){return tA(fl)?(yt(La)&&(yl.prettierIgnore=!0,La.unignore=!0),hl?(X(hl,La),!0):!1):(tA(yl)&&yt(La)&&(yl.types[0].prettierIgnore=!0,La.unignore=!0),!1)}function Qc({comment:La,precedingNode:hl,enclosingNode:fl,followingNode:yl}){return fl&&fl.type==="MatchOrPattern"?(yt(La)&&(yl.prettierIgnore=!0,La.unignore=!0),hl?(X(hl,La),!0):!1):(yl&&yl.type==="MatchOrPattern"&&yt(La)&&(yl.types[0].prettierIgnore=!0,La.unignore=!0),!1)}function zc({comment:La,enclosingNode:hl}){return Ge(hl)?(K(hl,La),!0):!1}function Io({comment:La,enclosingNode:hl,ast:fl,isLastComment:yl}){return fl?.body?.length===0?(yl?Te(fl,La):K(fl,La),!0):hl?.type==="Program"&&hl.body.length===0&&!af(hl.directives)?(yl?Te(hl,La):K(hl,La),!0):!1}function ms({comment:La,precedingNode:hl,enclosingNode:fl,text:yl}){if(fl?.type==="ImportSpecifier"||fl?.type==="ExportSpecifier")return K(fl,La),!0;let Pl=hl?.type==="ImportSpecifier"&&fl?.type==="ImportDeclaration",Ul=hl?.type==="ExportSpecifier"&&fl?.type==="ExportNamedDeclaration";return(Pl||Ul)&&PA(yl,S(La))?(X(hl,La),!0):!1}function Zc({comment:La,enclosingNode:hl}){return hl?.type==="AssignmentPattern"?(K(hl,La),!0):!1}var zA=B(["VariableDeclarator","AssignmentExpression","TypeAlias","TSTypeAliasDeclaration"]),YA=B(["ObjectExpression","ArrayExpression","TemplateLiteral","TaggedTemplateExpression","ObjectTypeAnnotation","TSTypeLiteral"]);function fs(La){let{comment:hl,enclosingNode:fl,followingNode:yl,options:Pl,placement:Ul}=La;if(zA(fl)&&yl&&Ul==="endOfLine"&&(YA(yl)||GA(hl)))return bo(yl,La);if(sA(fl)&&yl){let Ul=fl.id,Gd=ce(Pl).indexOf("=",S(Ul));if(b(hl)>=Gd)return bo(yl,La)}return!1}function rl({comment:La,enclosingNode:hl,precedingNode:fl,followingNode:yl,text:Pl}){return!yl&&(hl?.type==="TSMethodSignature"||hl?.type==="TSDeclareFunction"||hl?.type==="TSAbstractMethodDefinition")&&(!fl||fl!==hl.returnType)&&FA(Pl,S(La))===";"?(X(hl,La),!0):!1}function Ds({comment:La,enclosingNode:hl,followingNode:fl}){if(yt(La)&&hl?.type==="TSMappedType"&&fl===hl.key)return hl.prettierIgnore=!0,La.unignore=!0,!0}function nl(La,hl,fl){let yl=ce(fl).indexOf("[",b(La));return S(hl)",b(hl.body));return S(La){if(typeof La=="function"&&(hl=La,La=0),La||hl)return(fl,yl,Pl)=>!(La&gy.Leading&&!fl.leading||La&gy.Trailing&&!fl.trailing||La&gy.Dangling&&(fl.leading||fl.trailing)||La&gy.Block&&!GA(fl)||La&gy.Line&&!qA(fl)||La&gy.First&&yl!==0||La&gy.Last&&yl!==Pl.length-1||La&gy.PrettierIgnore&&!yt(fl)||hl&&!hl(fl))};function x(La,hl,fl){if(!af(La?.comments))return!1;let yl=xs(hl,fl);return yl?La.comments.some(yl):!0}function re(La,hl,fl){if(!Array.isArray(La?.comments))return[];let yl=xs(hl,fl);return yl?La.comments.filter(yl):La.comments}function Lt(La){return La?.prettierIgnore||x(La,gy.PrettierIgnore)}function tn(La){let{node:hl}=La;return(hl.type==="FunctionExpression"||hl.type==="ArrowFunctionExpression")&&(La.key==="callee"&&_A(La.parent)||La.key==="tag"&&La.parent.type==="TaggedTemplateExpression")}var yy=new Map([["|>"],["??"],["||"],["&&"],["|"],["^"],["&"],["==","===","!=","!=="],["<",">","<=",">=","in","instanceof"],[">>","<<",">>>"],["+","-"],["*","/","%"],["**"]].flatMap((La,hl)=>La.map(La=>[La,hl])));function ir(La){return yy.get(La)}var wy={"==":!0,"!=":!0,"===":!0,"!==":!0},Sy={"*":!0,"/":!0,"%":!0},Ty={">>":!0,">>>":!0,"<<":!0};function Lr(La,hl){return!(ir(hl)!==ir(La)||La==="**"||wy[La]&&wy[hl]||hl==="%"&&Sy[La]||La==="%"&&Sy[hl]||hl!==La&&Sy[hl]&&Sy[La]||Ty[La]&&Ty[hl])}function Ts(La){return!!Ty[La]||La==="|"||La==="^"||La==="&"}function gs(La){return La.type==="LogicalExpression"&&La.operator==="??"}function Ce(La,hl){switch(La.type){case"BinaryExpression":case"LogicalExpression":case"AssignmentExpression":case"NGPipeExpression":return Ce(La.left,hl);case"MemberExpression":case"OptionalMemberExpression":return Ce(La.object,hl);case"TaggedTemplateExpression":return La.tag.type==="FunctionExpression"?!1:Ce(La.tag,hl);case"CallExpression":case"OptionalCallExpression":return La.callee.type==="FunctionExpression"?!1:Ce(La.callee,hl);case"ConditionalExpression":return Ce(La.test,hl);case"UpdateExpression":return!La.prefix&&Ce(La.argument,hl);case"BindExpression":return La.object&&Ce(La.object,hl);case"SequenceExpression":return Ce(La.expressions[0],hl);case"ChainExpression":case"TSNonNullExpression":case"TSSatisfiesExpression":case"TSAsExpression":case"AsExpression":case"AsConstExpression":case"SatisfiesExpression":return Ce(La.expression,hl);default:return hl(La)}}function Dl(La){let{key:hl,parent:fl}=La;return hl==="expression"&&fl.type==="TSNonNullExpression"||hl==="object"&&fl.type==="MemberExpression"&&!fl.optional||hl==="callee"&&fl.type==="CallExpression"&&!fl.optional||hl==="callee"&&fl.type==="NewExpression"||hl==="tag"&&fl.type==="TaggedTemplateExpression"}var hs=La=>La.extra?.parenthesized,Zy=B(["OptionalCallExpression","OptionalMemberExpression"]);function El(La){let{node:hl}=La,fl=hl;for(;fl.type==="TSNonNullExpression";)if(fl=fl.expression,hs(fl))return!1;return Zy(fl)?hs(hl)?!0:!(La.key==="expression"&&La.parent.type==="TSNonNullExpression"):!1}function Ss(La){return(La.node.type==="ChainExpression"||El(La))&&Dl(La)}function Bs(La){let{node:hl}=La;if(hl.type!=="Identifier")return!1;if(hl.extra?.parenthesized&&/^PRETTIER_HTML_PLACEHOLDER_\d+_\d+_IN_JS$/.test(hl.name))return!0;let{key:fl,parent:yl}=La;if(fl==="left"&&(hl.name==="async"&&!yl.await||hl.name==="let")&&yl.type==="ForOfStatement")return!0;if(hl.name==="let"){let fl=La.findAncestor(La=>La.type==="ForOfStatement"||La.type==="ForInStatement")?.left;if(fl&&Ce(fl,La=>La===hl))return!0}if(fl==="object"&&hl.name==="let"&&yl.type==="MemberExpression"&&yl.computed&&!yl.optional){let fl=La.findAncestor(La=>La.type==="ExpressionStatement"||La.type==="ForStatement"||La.type==="ForInStatement"),yl=fl?fl.type==="ExpressionStatement"?fl.expression:fl.type==="ForStatement"?fl.init:fl.left:void 0;if(yl&&Ce(yl,La=>La===hl))return!0}if(fl==="expression")switch(hl.name){case"await":case"interface":case"module":case"using":case"yield":case"let":case"component":case"hook":case"type":{let hl=La.findAncestor(La=>!gg(La));if(hl!==yl&&hl.type==="ExpressionStatement")return!0}}return!1}function dl(La){return La!==null&&typeof La=="object"}var kb=dl;function*Cl(La,hl){let{getVisitorKeys:fl,filter:yl=()=>!0}=hl,o=La=>kb(La)&&yl(La);for(let hl of fl(La)){let fl=La[hl];if(Array.isArray(fl))for(let La of fl)o(La)&&(yield La);else o(fl)&&(yield fl)}}function*Fl(La,hl){let fl=[La];for(let La=0;LaPA(La,S(hl)))}function gl(La,hl){if(Oe(hl.originalText,La)||x(La,gy.Leading,La=>RA(hl.originalText,b(La),S(La)))&&!hA(La))return!0;if(sr(La)){let fl=La,yl;for(;yl=Is(fl);)if(fl=yl,Oe(hl.originalText,fl))return!0}return!1}var Zb=new WeakMap;function pn(La,hl){return Z(Zb,La,La=>gl(La,hl))}function Pe(La){for(;yA(La);)La=La.expression;return La}function ks(La,hl,fl){let{node:yl,key:Pl,parent:Ul}=La;switch(Ul.type){case"ReturnStatement":case"ThrowStatement":if(Sl(La,hl))return!1;break;case"ParenthesizedExpression":return!1;case"ClassDeclaration":case"ClassExpression":if(Pl==="superClass"){let La=Pe(yl);if(La.type==="ArrowFunctionExpression"||La.type==="AssignmentExpression"||La.type==="AwaitExpression"||La.type==="BinaryExpression"||La.type==="ConditionalExpression"||La.type==="LogicalExpression"||La.type==="NewExpression"||La.type==="ObjectExpression"||La.type==="SequenceExpression"||La.type==="TaggedTemplateExpression"||La.type==="UnaryExpression"||La.type==="UpdateExpression"||La.type==="YieldExpression"||La.type==="ClassExpression"&&af(La.decorators))return!0}break;case"ExportDefaultDeclaration":if(ws(La,hl,fl))return!0;break;case"Decorator":if(Pl==="expression"&&!Bl(yl))return!0;break;case"TypeAnnotation":if(La.match(void 0,void 0,(La,hl)=>hl==="returnType"&&La.type==="ArrowFunctionExpression")&&!(yl.type==="NullableTypeAnnotation"&&La.call(()=>fl(La,hl),"typeAnnotation"))&&bl(yl))return!0;break;case"VariableDeclarator":if(Pl==="init"&&La.match(void 0,void 0,(La,hl)=>hl==="declarations"&&La.type==="VariableDeclaration",(La,hl)=>hl==="left"&&La.type==="ForInStatement"))return!0;break;case"TSInstantiationExpression":if(Pl==="expression"&&(yl.type==="AwaitExpression"||yl.type==="YieldExpression"))return!0;break}}function Sl(La,hl){let{key:fl,parent:yl}=La;if(!(fl==="argument"&&aA(yl)))return!1;let{node:Pl}=La;return!!((Pl.type==="SequenceExpression"||Pl.type==="AssignmentExpression")&&pn(Pl,hl))}function ws(La,hl,fl){let{node:yl,parent:Pl}=La;return yl.type==="FunctionExpression"||yl.type==="ClassExpression"?Pl.type==="ExportDefaultDeclaration"||!fl(La,hl):!sr(yl)||Pl.type!=="ExportDefaultDeclaration"&&fl(La,hl)?!1:La.call(()=>ws(La,hl,fl),...an(yl))}function Bl(La){return La.type==="ChainExpression"&&(La=La.expression),Oo(La)||_A(La)&&!La.optional&&Oo(La.callee)}function Oo(La){return La.type==="Identifier"?!0:mA(La)?!La.computed&&!La.optional&&La.property.type==="Identifier"&&Oo(La.object):!1}function bl(La){return _r(La,La=>La.type==="ObjectTypeAnnotation"&&_r(La,La=>La.type==="FunctionTypeAnnotation"))}function Ls(La,hl){if(La.isRoot)return!1;let{node:fl,key:yl,parent:Pl}=La;if(hl.__isInHtmlInterpolation&&!hl.bracketSpacing&&kl(fl)&&Nr(La))return!0;if(Qv(fl))return!1;if(fl.type==="Identifier")return Bs(La);if(fl.type==="ObjectExpression"||fl.type==="FunctionExpression"||fl.type==="ClassExpression"||fl.type==="DoExpression"){let hl=La.findAncestor(La=>La.type==="ExpressionStatement")?.expression;if(hl&&Ce(hl,La=>La===fl))return!0}if(fl.type==="ObjectExpression"){let hl=La.findAncestor(La=>La.type==="ArrowFunctionExpression")?.body;if(hl&&hl.type!=="SequenceExpression"&&hl.type!=="AssignmentExpression"&&Ce(hl,La=>La===fl))return!0}let Ul=ks(La,hl,Ls);if(typeof Ul=="boolean")return Ul;switch(fl.type){case"UpdateExpression":if(Pl.type==="UnaryExpression")return fl.prefix&&(fl.operator==="++"&&Pl.operator==="+"||fl.operator==="--"&&Pl.operator==="-");case"UnaryExpression":switch(Pl.type){case"UnaryExpression":return fl.operator===Pl.operator&&(fl.operator==="+"||fl.operator==="-");case"BindExpression":return!0;case"MemberExpression":case"OptionalMemberExpression":return yl==="object";case"TaggedTemplateExpression":return!0;case"NewExpression":case"CallExpression":case"OptionalCallExpression":return yl==="callee";case"BinaryExpression":return yl==="left"&&fl.type==="UnaryExpression"&&(Pl.operator==="in"||Pl.operator==="instanceof")?!0:yl==="left"&&Pl.operator==="**";case"TSNonNullExpression":return!0;default:return!1}case"BinaryExpression":if(Pl.type==="UpdateExpression"||fl.operator==="in"&&Il(La))return!0;if(fl.operator==="|>"&&fl.extra?.parenthesized){let hl=La.grandparent;if(hl.type==="BinaryExpression"&&hl.operator==="|>")return!0}case"TSTypeAssertion":case"TSAsExpression":case"TSSatisfiesExpression":case"AsExpression":case"AsConstExpression":case"SatisfiesExpression":case"LogicalExpression":switch(Pl.type){case"TSAsExpression":case"TSSatisfiesExpression":case"AsExpression":case"AsConstExpression":case"SatisfiesExpression":return!gg(fl);case"ConditionalExpression":return gg(fl)||gs(fl);case"CallExpression":case"NewExpression":case"OptionalCallExpression":return yl==="callee";case"ClassExpression":case"ClassDeclaration":return yl==="superClass";case"TSTypeAssertion":case"TaggedTemplateExpression":case"JSXSpreadAttribute":case"SpreadElement":case"BindExpression":case"AwaitExpression":case"TSNonNullExpression":case"UpdateExpression":return!0;case"UnaryExpression":if(!x(fl))return!0;break;case"MemberExpression":case"OptionalMemberExpression":return yl==="object";case"AssignmentExpression":case"AssignmentPattern":return yl==="left"&&(fl.type==="TSTypeAssertion"||gg(fl));case"LogicalExpression":if(fl.type==="LogicalExpression")return Pl.operator!==fl.operator;case"BinaryExpression":{let{operator:La,type:hl}=fl;if(!La&&hl!=="TSTypeAssertion")return!0;let Ul=ir(La),Gd=Pl.operator,af=ir(Gd);return!!(af>Ul||yl==="right"&&af===Ul||af===Ul&&!Lr(Gd,La)||af");default:return!1}case"TSFunctionType":if(La.match(La=>La.type==="TSFunctionType",(La,hl)=>hl==="typeAnnotation"&&La.type==="TSTypeAnnotation",(La,hl)=>hl==="returnType"&&La.type==="ArrowFunctionExpression"))return!0;case"TSConditionalType":case"TSConstructorType":case"ConditionalTypeAnnotation":if(yl==="extendsType"&&iA(fl)&&Pl.type===fl.type||yl==="constraint"&&fl.type==="TSConditionalType"&&Pl.type==="TSTypeParameter"||yl==="typeAnnotation"&&fl.type==="ConditionalTypeAnnotation"&&Pl.type==="TypeAnnotation"&&La.grandparent.type==="TypeParameter"&&La.grandparent.bound===Pl&&La.grandparent.usesExtendsBound||yl==="checkType"&&iA(Pl))return!0;if(yl==="extendsType"&&Pl.type==="TSConditionalType"){let{typeAnnotation:La}=fl.returnType||fl.typeAnnotation;if(La.type==="TSTypePredicate"&&La.typeAnnotation&&(La=La.typeAnnotation.typeAnnotation),La.type==="TSInferType"&&La.typeParameter.constraint)return!0}case"TSUnionType":case"TSIntersectionType":if(tA(Pl)||rA(Pl))return!0;case"TSInferType":if(fl.type==="TSInferType"){if(Pl.type==="TSRestType")return!1;if(yl==="types"&&(Pl.type==="TSUnionType"||Pl.type==="TSIntersectionType")&&fl.typeParameter.type==="TSTypeParameter"&&fl.typeParameter.constraint)return!0}case"TSTypeOperator":return Pl.type==="TSArrayType"||Pl.type==="TSOptionalType"||Pl.type==="TSRestType"||yl==="objectType"&&Pl.type==="TSIndexedAccessType"||Pl.type==="TSTypeOperator"||Pl.type==="TSTypeAnnotation"&&La.grandparent.type.startsWith("TSJSDoc");case"TSTypeQuery":return yl==="objectType"&&Pl.type==="TSIndexedAccessType"||yl==="elementType"&&Pl.type==="TSArrayType";case"TypeOperator":return Pl.type==="ArrayTypeAnnotation"||Pl.type==="NullableTypeAnnotation"||yl==="objectType"&&(Pl.type==="IndexedAccessType"||Pl.type==="OptionalIndexedAccessType")||Pl.type==="TypeOperator";case"TypeofTypeAnnotation":case"KeyofTypeAnnotation":return yl==="objectType"&&(Pl.type==="IndexedAccessType"||Pl.type==="OptionalIndexedAccessType")||yl==="elementType"&&Pl.type==="ArrayTypeAnnotation";case"ArrayTypeAnnotation":return Pl.type==="NullableTypeAnnotation";case"IntersectionTypeAnnotation":case"UnionTypeAnnotation":return Pl.type==="TypeOperator"||Pl.type==="KeyofTypeAnnotation"||Pl.type==="ArrayTypeAnnotation"||Pl.type==="NullableTypeAnnotation"||Pl.type==="IntersectionTypeAnnotation"||Pl.type==="UnionTypeAnnotation"||yl==="objectType"&&(Pl.type==="IndexedAccessType"||Pl.type==="OptionalIndexedAccessType");case"InferTypeAnnotation":case"NullableTypeAnnotation":if(Pl.type==="ArrayTypeAnnotation"||yl==="objectType"&&(Pl.type==="IndexedAccessType"||Pl.type==="OptionalIndexedAccessType"))return!0;break;case"ComponentTypeAnnotation":case"FunctionTypeAnnotation":{if(fl.type==="ComponentTypeAnnotation"&&(fl.rendersType===null||fl.rendersType===void 0))return!1;if(La.match(void 0,(La,hl)=>hl==="typeAnnotation"&&La.type==="TypeAnnotation",(La,hl)=>hl==="returnType"&&La.type==="ArrowFunctionExpression")||La.match(void 0,(La,hl)=>hl==="typeAnnotation"&&La.type==="NullableTypeAnnotation",(La,hl)=>hl==="typeAnnotation"&&La.type==="TypeAnnotation",(La,hl)=>hl==="returnType"&&La.type==="ArrowFunctionExpression")||La.match(void 0,(La,hl)=>hl==="typeAnnotation"&&La.type==="TypePredicate",(La,hl)=>hl==="typeAnnotation"&&La.type==="TypeAnnotation",(La,hl)=>hl==="returnType"&&La.type==="ArrowFunctionExpression"))return!0;let hl=Pl.type==="NullableTypeAnnotation"?La.grandparent:Pl;return hl.type==="UnionTypeAnnotation"||hl.type==="IntersectionTypeAnnotation"||hl.type==="ArrayTypeAnnotation"||yl==="objectType"&&(hl.type==="IndexedAccessType"||hl.type==="OptionalIndexedAccessType")||yl==="checkType"&&Pl.type==="ConditionalTypeAnnotation"||yl==="extendsType"&&Pl.type==="ConditionalTypeAnnotation"&&fl.returnType?.type==="InferTypeAnnotation"&&fl.returnType.typeParameter.bound||hl.type==="NullableTypeAnnotation"||Pl.type==="FunctionTypeParam"&&Pl.name===null&&ee(fl).some(La=>La.typeAnnotation?.type==="NullableTypeAnnotation")}case"OptionalIndexedAccessType":return yl==="objectType"&&Pl.type==="IndexedAccessType";case"StringLiteral":case"NumericLiteral":case"Literal":if(typeof fl.value=="string"&&Pl.type==="ExpressionStatement"&&typeof Pl.directive!="string"){let hl=La.grandparent;return hl.type==="Program"||hl.type==="BlockStatement"}return yl==="object"&&mA(Pl)&&Ee(fl);case"AssignmentExpression":return!((yl==="init"||yl==="update")&&Pl.type==="ForStatement"||yl==="expression"&&fl.left.type!=="ObjectPattern"&&Pl.type==="ExpressionStatement"||yl==="key"&&Pl.type==="TSPropertySignature"||Pl.type==="AssignmentExpression"||yl==="expressions"&&Pl.type==="SequenceExpression"&&La.match(void 0,void 0,(La,hl)=>(hl==="init"||hl==="update")&&La.type==="ForStatement")||yl==="value"&&Pl.type==="Property"&&La.match(void 0,void 0,(La,hl)=>hl==="properties"&&La.type==="ObjectPattern")||Pl.type==="NGChainedExpression"||yl==="node"&&Pl.type==="JsExpressionRoot");case"ConditionalExpression":switch(Pl.type){case"TaggedTemplateExpression":case"UnaryExpression":case"SpreadElement":case"BinaryExpression":case"LogicalExpression":case"NGPipeExpression":case"AwaitExpression":case"JSXSpreadAttribute":case"TSTypeAssertion":case"TypeCastExpression":case"TSAsExpression":case"TSSatisfiesExpression":case"AsExpression":case"AsConstExpression":case"SatisfiesExpression":case"TSNonNullExpression":return!0;case"NewExpression":case"CallExpression":case"OptionalCallExpression":return yl==="callee";case"ConditionalExpression":return hl.experimentalTernaries?!1:yl==="test";case"MemberExpression":case"OptionalMemberExpression":return yl==="object";default:return!1}case"FunctionExpression":switch(Pl.type){case"NewExpression":case"CallExpression":case"OptionalCallExpression":return yl==="callee";case"TaggedTemplateExpression":return!0;case"ExportDefaultDeclaration":return yl==="declaration";default:return!1}case"ArrowFunctionExpression":switch(Pl.type){case"BinaryExpression":return Pl.operator!=="|>"||fl.extra?.parenthesized;case"NewExpression":case"CallExpression":case"OptionalCallExpression":return yl==="callee";case"MemberExpression":case"OptionalMemberExpression":return yl==="object";case"TSAsExpression":case"TSSatisfiesExpression":case"AsExpression":case"AsConstExpression":case"SatisfiesExpression":case"TSNonNullExpression":case"BindExpression":case"TaggedTemplateExpression":case"UnaryExpression":case"LogicalExpression":case"AwaitExpression":case"TSTypeAssertion":case"MatchExpressionCase":return!0;case"TSInstantiationExpression":return yl==="expression";case"ConditionalExpression":return yl==="test";default:return!1}case"ClassExpression":switch(Pl.type){case"NewExpression":return yl==="callee";case"ExportDefaultDeclaration":return yl==="declaration";default:return!1}case"OptionalMemberExpression":case"OptionalCallExpression":case"ChainExpression":case"TSNonNullExpression":if(Ss(La))return!0;case"CallExpression":case"MemberExpression":case"TaggedTemplateExpression":case"ImportExpression":if(yl==="callee"&&(Pl.type==="BindExpression"||Pl.type==="NewExpression")){let La=fl;for(;La;)switch(La.type){case"CallExpression":case"ImportExpression":return!0;case"MemberExpression":case"OptionalMemberExpression":case"BindExpression":La=La.object;break;case"TaggedTemplateExpression":La=La.tag;break;case"TSNonNullExpression":La=La.expression;break;default:return!1}}return!1;case"BindExpression":return yl==="callee"&&(Pl.type==="BindExpression"||Pl.type==="NewExpression")||yl==="object"&&mA(Pl);case"NGPipeExpression":return!(Pl.type==="NGRoot"||Pl.type==="NGMicrosyntaxExpression"||Pl.type==="ObjectProperty"&&!fl.extra?.parenthesized||lA(Pl)||yl==="arguments"&&_A(Pl)||yl==="right"&&Pl.type==="NGPipeExpression"||yl==="property"&&Pl.type==="MemberExpression"||Pl.type==="AssignmentExpression");case"JSXFragment":case"JSXElement":return yl==="callee"||yl==="left"&&Pl.type==="BinaryExpression"&&Pl.operator==="<"||!lA(Pl)&&Pl.type!=="ArrowFunctionExpression"&&Pl.type!=="AssignmentExpression"&&Pl.type!=="AssignmentPattern"&&Pl.type!=="BinaryExpression"&&Pl.type!=="ConditionalExpression"&&Pl.type!=="ExpressionStatement"&&Pl.type!=="JsExpressionRoot"&&Pl.type!=="JSXAttribute"&&Pl.type!=="JSXElement"&&Pl.type!=="JSXExpressionContainer"&&Pl.type!=="JSXFragment"&&Pl.type!=="LogicalExpression"&&!gA(Pl)&&!Ge(Pl)&&!aA(Pl)&&Pl.type!=="TypeCastExpression"&&Pl.type!=="VariableDeclarator"&&Pl.type!=="YieldExpression"&&Pl.type!=="MatchExpressionCase"&&!(yl==="declaration"&&Pl.type==="ExportDefaultDeclaration");case"TSInstantiationExpression":return yl==="object"&&mA(Pl);case"MatchOrPattern":return Pl.type==="MatchAsPattern"}return!1}var Qv=B(["BlockStatement","BreakStatement","ComponentDeclaration","ClassBody","ClassDeclaration","ClassMethod","ClassProperty","PropertyDefinition","ClassPrivateProperty","ContinueStatement","DebuggerStatement","DeclareComponent","DeclareClass","DeclareExportAllDeclaration","DeclareExportDeclaration","DeclareFunction","DeclareHook","DeclareInterface","DeclareModule","DeclareModuleExports","DeclareNamespace","DeclareVariable","DeclareEnum","DoWhileStatement","EnumDeclaration","ExportAllDeclaration","ExportDefaultDeclaration","ExportNamedDeclaration","ExpressionStatement","ForInStatement","ForOfStatement","ForStatement","FunctionDeclaration","HookDeclaration","IfStatement","ImportDeclaration","InterfaceDeclaration","LabeledStatement","MethodDefinition","ReturnStatement","SwitchStatement","ThrowStatement","TryStatement","TSDeclareFunction","TSEnumDeclaration","TSImportEqualsDeclaration","TSInterfaceDeclaration","TSModuleDeclaration","TSNamespaceExportDeclaration","TypeAlias","VariableDeclaration","WhileStatement","WithStatement"]);function Il(La){let hl=0,{node:fl}=La;for(;fl;){let yl=La.getParentNode(hl++);if(yl?.type==="ForStatement"&&yl.init===fl)return!0;fl=yl}return!1}function kl(La){return cA(La)}function Nr(La){let{parent:hl,key:fl}=La;switch(hl.type){case"NGPipeExpression":if(fl==="arguments"&&La.isLast)return La.callParent(Nr);break;case"ObjectProperty":if(fl==="value")return La.callParent(()=>La.key==="properties"&&La.isLast);break;case"BinaryExpression":case"LogicalExpression":if(fl==="right")return La.callParent(Nr);break;case"ConditionalExpression":if(fl==="alternate")return La.callParent(Nr);break;case"UnaryExpression":if(hl.prefix&&La.callParent(Nr))return!0;break}return!1}var Vv=Ls;var tE="string",aE="array",lE="cursor",hE="indent",mE="align",bE="trim",wE="group",xE="fill",TE="if-break",IE="indent-if-break",FE="line-suffix",PE="line-suffix-boundary",GE="line",HE="label",VE="break-parent",WE=new Set([lE,hE,mE,bE,wE,xE,TE,IE,FE,PE,GE,HE,VE]);function wl(La){if(typeof La=="string")return tE;if(Array.isArray(La))return aE;if(!La)return;let{type:hl}=La;if(WE.has(hl))return hl}var sw=wl;var Ll=La=>new Intl.ListFormat("en-US",{type:"disjunction"}).format(La);function Ol(La){let hl=La===null?"null":typeof La;if(hl!=="string"&&hl!=="object")return`Unexpected doc '${hl}', \nExpected it to be 'string' or 'object'.`;if(sw(La))throw new Error("doc is valid.");let fl=Object.prototype.toString.call(La);if(fl!=="[object Object]")return`Unexpected doc '${fl}'.`;let yl=Ll([...WE].map(La=>`'${La}'`));return`Unexpected doc.type '${La.type}'.\nExpected it to be ${yl}.`}var aw=class extends Error{name="InvalidDocError";constructor(La){super(Ol(La)),this.doc=La}},ow=aw;var lw={};function Ml(La,hl,fl,yl){let Pl=[La];for(;Pl.length>0;){let La=Pl.pop();if(La===lw){fl(Pl.pop());continue}fl&&Pl.push(La,lw);let Ul=sw(La);if(!Ul)throw new ow(La);if(hl?.(La)!==!1)switch(Ul){case aE:case xE:{let hl=Ul===aE?La:La.parts;for(let La=hl.length,fl=La-1;fl>=0;--fl)Pl.push(hl[fl]);break}case TE:Pl.push(La.flatContents,La.breakContents);break;case wE:if(yl&&La.expandedStates)for(let hl=La.expandedStates.length,fl=hl-1;fl>=0;--fl)Pl.push(La.expandedStates[fl]);else Pl.push(La.contents);break;case mE:case hE:case IE:case HE:case FE:Pl.push(La.contents);break;case tE:case lE:case bE:case PE:case GE:case VE:break;default:throw new ow(La)}}}var cw=Ml;function gt(La,hl){if(typeof La=="string")return hl(La);let fl=new Map;return n(La);function n(La){return Z(fl,La,o)}function o(La){switch(sw(La)){case aE:return hl(La.map(n));case xE:return hl({...La,parts:La.parts.map(n)});case TE:return hl({...La,breakContents:n(La.breakContents),flatContents:n(La.flatContents)});case wE:{let{expandedStates:fl,contents:yl}=La;return fl?(fl=fl.map(n),yl=fl[0]):yl=n(yl),hl({...La,contents:yl,expandedStates:fl})}case mE:case hE:case IE:case HE:case FE:return hl({...La,contents:n(La.contents)});case tE:case lE:case bE:case PE:case GE:case VE:return hl(La);default:throw new ow(La)}}}function _s(La,hl,fl){let yl=fl,Pl=!1;function i(La){if(Pl)return!1;let fl=hl(La);fl!==void 0&&(Pl=!0,yl=fl)}return cw(La,i),yl}function _l(La){if(La.type===wE&&La.break||La.type===GE&&La.hard||La.type===VE)return!0}function ue(La){return _s(La,_l,!1)}function Ms(La){if(La.length>0){let hl=p_(0,La,-1);!hl.expandedStates&&!hl.break&&(hl.break="propagated")}return null}function Ns(La){let hl=new Set,fl=[];function n(La){if(La.type===VE&&Ms(fl),La.type===wE){if(fl.push(La),hl.has(La))return!1;hl.add(La)}}function o(La){La.type===wE&&fl.pop().break&&Ms(fl)}cw(La,n,o,!0)}function Nl(La){return La.type===GE&&!La.hard?La.soft?"":" ":La.type===TE?La.flatContents:La}function Jt(La){return gt(La,Nl)}function jl(La){switch(sw(La)){case xE:{let{parts:hl}=La;if(hl.every(La=>La===""))return"";if(hl.length===1)return hl[0];break}case wE:if(!La.contents&&!La.id&&!La.break&&!La.expandedStates)return"";if(La.contents.type===wE&&La.contents.id===La.id&&La.contents.break===La.break&&La.contents.expandedStates===La.expandedStates)return La.contents;break;case mE:case hE:case IE:case FE:if(!La.contents)return"";break;case TE:if(!La.flatContents&&!La.breakContents)return"";break;case aE:{let hl=[];for(let fl of La){if(!fl)continue;let[La,...yl]=Array.isArray(fl)?fl:[fl];typeof La=="string"&&typeof p_(0,hl,-1)=="string"?hl[hl.length-1]+=La:hl.push(La),hl.push(...yl)}return hl.length===0?"":hl.length===1?hl[0]:hl}case tE:case lE:case bE:case PE:case GE:case HE:case VE:break;default:throw new ow(La)}return La}function ur(La){return gt(La,La=>jl(La))}function Ve(La,hl=Ew){return gt(La,La=>typeof La=="string"?L(hl,La.split(`\n`)):La)}function vl(La){if(La.type===GE)return!0}function js(La){return _s(La,vl,!1)}function mn(La,hl){return La.type===HE?{...La,contents:hl(La.contents)}:hl(La)}function vs(La){let hl=!0;return cw(La,La=>{switch(sw(La)){case tE:if(La==="")break;case bE:case PE:case GE:case VE:return hl=!1,!1}}),hl}var pw=n_,dw=n_,hw=n_,fw=n_;function m(La){return pw(La),{type:hE,contents:La}}function Se(La,hl){return fw(La),pw(hl),{type:mE,contents:hl,n:La}}function Js(La){return Se(Number.NEGATIVE_INFINITY,La)}function Gs(La){return Se({type:"root"},La)}function Dn(La){return Se(-1,La)}function Us(La,hl,fl){pw(La);let yl=La;if(hl>0){for(let La=0;La/[#*0-9]\uFE0F?\u20E3|[\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23ED-\u23EF\u23F1\u23F2\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB\u25FC\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692\u2694-\u2697\u2699\u269B\u269C\u26A0\u26A7\u26AA\u26B0\u26B1\u26BD\u26BE\u26C4\u26C8\u26CF\u26D1\u26E9\u26F0-\u26F5\u26F7\u26F8\u26FA\u2702\u2708\u2709\u270F\u2712\u2714\u2716\u271D\u2721\u2733\u2734\u2744\u2747\u2757\u2763\u27A1\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B55\u3030\u303D\u3297\u3299]\uFE0F?|[\u261D\u270C\u270D](?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?|[\u270A\u270B](?:\uD83C[\uDFFB-\uDFFF])?|[\u23E9-\u23EC\u23F0\u23F3\u25FD\u2693\u26A1\u26AB\u26C5\u26CE\u26D4\u26EA\u26FD\u2705\u2728\u274C\u274E\u2753-\u2755\u2795-\u2797\u27B0\u27BF\u2B50]|\u26D3\uFE0F?(?:\u200D\uD83D\uDCA5)?|\u26F9(?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?(?:\u200D[\u2640\u2642]\uFE0F?)?|\u2764\uFE0F?(?:\u200D(?:\uD83D\uDD25|\uD83E\uDE79))?|\uD83C(?:[\uDC04\uDD70\uDD71\uDD7E\uDD7F\uDE02\uDE37\uDF21\uDF24-\uDF2C\uDF36\uDF7D\uDF96\uDF97\uDF99-\uDF9B\uDF9E\uDF9F\uDFCD\uDFCE\uDFD4-\uDFDF\uDFF5\uDFF7]\uFE0F?|[\uDF85\uDFC2\uDFC7](?:\uD83C[\uDFFB-\uDFFF])?|[\uDFC4\uDFCA](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDFCB\uDFCC](?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDCCF\uDD8E\uDD91-\uDD9A\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF43\uDF45-\uDF4A\uDF4C-\uDF7C\uDF7E-\uDF84\uDF86-\uDF93\uDFA0-\uDFC1\uDFC5\uDFC6\uDFC8\uDFC9\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF8-\uDFFF]|\uDDE6\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF]|\uDDE7\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF]|\uDDE8\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF7\uDDFA-\uDDFF]|\uDDE9\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF]|\uDDEA\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA]|\uDDEB\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7]|\uDDEC\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE]|\uDDED\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA]|\uDDEE\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9]|\uDDEF\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5]|\uDDF0\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF]|\uDDF1\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE]|\uDDF2\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF]|\uDDF3\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF]|\uDDF4\uD83C\uDDF2|\uDDF5\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE]|\uDDF6\uD83C\uDDE6|\uDDF7\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC]|\uDDF8\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF]|\uDDF9\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF]|\uDDFA\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF]|\uDDFB\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA]|\uDDFC\uD83C[\uDDEB\uDDF8]|\uDDFD\uD83C\uDDF0|\uDDFE\uD83C[\uDDEA\uDDF9]|\uDDFF\uD83C[\uDDE6\uDDF2\uDDFC]|\uDF44(?:\u200D\uD83D\uDFEB)?|\uDF4B(?:\u200D\uD83D\uDFE9)?|\uDFC3(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?|\uDFF3\uFE0F?(?:\u200D(?:\u26A7\uFE0F?|\uD83C\uDF08))?|\uDFF4(?:\u200D\u2620\uFE0F?|\uDB40\uDC67\uDB40\uDC62\uDB40(?:\uDC65\uDB40\uDC6E\uDB40\uDC67|\uDC73\uDB40\uDC63\uDB40\uDC74|\uDC77\uDB40\uDC6C\uDB40\uDC73)\uDB40\uDC7F)?)|\uD83D(?:[\uDC3F\uDCFD\uDD49\uDD4A\uDD6F\uDD70\uDD73\uDD76-\uDD79\uDD87\uDD8A-\uDD8D\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA\uDECB\uDECD-\uDECF\uDEE0-\uDEE5\uDEE9\uDEF0\uDEF3]\uFE0F?|[\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDC8F\uDC91\uDCAA\uDD7A\uDD95\uDD96\uDE4C\uDE4F\uDEC0\uDECC](?:\uD83C[\uDFFB-\uDFFF])?|[\uDC6E-\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4\uDEB5](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDD74\uDD90](?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?|[\uDC00-\uDC07\uDC09-\uDC14\uDC16-\uDC25\uDC27-\uDC3A\uDC3C-\uDC3E\uDC40\uDC44\uDC45\uDC51-\uDC65\uDC6A\uDC79-\uDC7B\uDC7D-\uDC80\uDC84\uDC88-\uDC8E\uDC90\uDC92-\uDCA9\uDCAB-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDDA4\uDDFB-\uDE2D\uDE2F-\uDE34\uDE37-\uDE41\uDE43\uDE44\uDE48-\uDE4A\uDE80-\uDEA2\uDEA4-\uDEB3\uDEB7-\uDEBF\uDEC1-\uDEC5\uDED0-\uDED2\uDED5-\uDED8\uDEDC-\uDEDF\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB\uDFF0]|\uDC08(?:\u200D\u2B1B)?|\uDC15(?:\u200D\uD83E\uDDBA)?|\uDC26(?:\u200D(?:\u2B1B|\uD83D\uDD25))?|\uDC3B(?:\u200D\u2744\uFE0F?)?|\uDC41\uFE0F?(?:\u200D\uD83D\uDDE8\uFE0F?)?|\uDC68(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDC68\uDC69]\u200D\uD83D(?:\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?)|[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?)|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC68\uD83C[\uDFFC-\uDFFF])|\uD83E(?:[\uDD1D\uDEEF]\u200D\uD83D\uDC68\uD83C[\uDFFC-\uDFFF]|[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83E(?:[\uDD1D\uDEEF]\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFD-\uDFFF]|[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83E(?:[\uDD1D\uDEEF]\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF]|[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83E(?:[\uDD1D\uDEEF]\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFD\uDFFF]|[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFE])|\uD83E(?:[\uDD1D\uDEEF]\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFE]|[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3])))?))?|\uDC69(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?[\uDC68\uDC69]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?|\uDC69\u200D\uD83D(?:\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?))|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC69\uD83C[\uDFFC-\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFC-\uDFFF]|\uDEEF\u200D\uD83D\uDC69\uD83C[\uDFFC-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC69\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB\uDFFD-\uDFFF]|\uDEEF\u200D\uD83D\uDC69\uD83C[\uDFFB\uDFFD-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC69\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF]|\uDEEF\u200D\uD83D\uDC69\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC69\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB-\uDFFD\uDFFF]|\uDEEF\u200D\uD83D\uDC69\uD83C[\uDFFB-\uDFFD\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC69\uD83C[\uDFFB-\uDFFE])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB-\uDFFE]|\uDEEF\u200D\uD83D\uDC69\uD83C[\uDFFB-\uDFFE])))?))?|\uDD75(?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?(?:\u200D[\u2640\u2642]\uFE0F?)?|\uDE2E(?:\u200D\uD83D\uDCA8)?|\uDE35(?:\u200D\uD83D\uDCAB)?|\uDE36(?:\u200D\uD83C\uDF2B\uFE0F?)?|\uDE42(?:\u200D[\u2194\u2195]\uFE0F?)?|\uDEB6(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?)|\uD83E(?:[\uDD0C\uDD0F\uDD18-\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5\uDEC3-\uDEC5\uDEF0\uDEF2-\uDEF8](?:\uD83C[\uDFFB-\uDFFF])?|[\uDD26\uDD35\uDD37-\uDD39\uDD3C-\uDD3E\uDDB8\uDDB9\uDDCD\uDDCF\uDDD4\uDDD6-\uDDDD](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDDDE\uDDDF](?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDD0D\uDD0E\uDD10-\uDD17\uDD20-\uDD25\uDD27-\uDD2F\uDD3A\uDD3F-\uDD45\uDD47-\uDD76\uDD78-\uDDB4\uDDB7\uDDBA\uDDBC-\uDDCC\uDDD0\uDDE0-\uDDFF\uDE70-\uDE7C\uDE80-\uDE8A\uDE8E-\uDEC2\uDEC6\uDEC8\uDECD-\uDEDC\uDEDF-\uDEEA\uDEEF]|\uDDCE(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?|\uDDD1(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3\uDE70]|\uDD1D\u200D\uD83E\uDDD1|\uDDD1\u200D\uD83E\uDDD2(?:\u200D\uD83E\uDDD2)?|\uDDD2(?:\u200D\uD83E\uDDD2)?))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFC-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83E\uDDD1\uD83C[\uDFFC-\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3\uDE70]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF]|\uDEEF\u200D\uD83E\uDDD1\uD83C[\uDFFC-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB\uDFFD-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83E\uDDD1\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3\uDE70]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF]|\uDEEF\u200D\uD83E\uDDD1\uD83C[\uDFFB\uDFFD-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83E\uDDD1\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3\uDE70]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF]|\uDEEF\u200D\uD83E\uDDD1\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB-\uDFFD\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3\uDE70]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF]|\uDEEF\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFD\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB-\uDFFE]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFE])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3\uDE70]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF]|\uDEEF\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFE])))?))?|\uDEF1(?:\uD83C(?:\uDFFB(?:\u200D\uD83E\uDEF2\uD83C[\uDFFC-\uDFFF])?|\uDFFC(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB\uDFFD-\uDFFF])?|\uDFFD(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])?|\uDFFE(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB-\uDFFD\uDFFF])?|\uDFFF(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB-\uDFFE])?))?)/g;var Iw=12288,Bw=65510,Fw=[12288,12288,65281,65376,65504,65510];var Pw=4352,Rw=262141,Nw=[4352,4447,8986,8987,9001,9002,9193,9196,9200,9200,9203,9203,9725,9726,9748,9749,9776,9783,9800,9811,9855,9855,9866,9871,9875,9875,9889,9889,9898,9899,9917,9918,9924,9925,9934,9934,9940,9940,9962,9962,9970,9971,9973,9973,9978,9978,9981,9981,9989,9989,9994,9995,10024,10024,10060,10060,10062,10062,10067,10069,10071,10071,10133,10135,10160,10160,10175,10175,11035,11036,11088,11088,11093,11093,11904,11929,11931,12019,12032,12245,12272,12287,12289,12350,12353,12438,12441,12543,12549,12591,12593,12686,12688,12773,12783,12830,12832,12871,12880,42124,42128,42182,43360,43388,44032,55203,63744,64255,65040,65049,65072,65106,65108,65126,65128,65131,94176,94180,94192,94198,94208,101589,101631,101662,101760,101874,110576,110579,110581,110587,110589,110590,110592,110882,110898,110898,110928,110930,110933,110933,110948,110951,110960,111355,119552,119638,119648,119670,126980,126980,127183,127183,127374,127374,127377,127386,127488,127490,127504,127547,127552,127560,127568,127569,127584,127589,127744,127776,127789,127797,127799,127868,127870,127891,127904,127946,127951,127955,127968,127984,127988,127988,127992,128062,128064,128064,128066,128252,128255,128317,128331,128334,128336,128359,128378,128378,128405,128406,128420,128420,128507,128591,128640,128709,128716,128716,128720,128722,128725,128728,128732,128735,128747,128748,128756,128764,128992,129003,129008,129008,129292,129338,129340,129349,129351,129535,129648,129660,129664,129674,129678,129734,129736,129736,129741,129756,129759,129770,129775,129784,131072,196605,196608,262141];var vo=(La,hl)=>{let fl=0,yl=Math.floor(La.length/2)-1;for(;fl<=yl;){let Pl=Math.floor((fl+yl)/2),Ul=Pl*2;if(hlLa[Ul+1])fl=Pl+1;else return!0}return!1};var Ow=19968,[Qw,Lw]=Vl(Nw);function Vl(La){let hl=La[0],fl=La[1];for(let yl=0;yl=Pl&&Ow<=Ul)return[Pl,Ul];Ul-Pl>fl-hl&&(hl=Pl,fl=Ul)}return[hl,fl]}var Ro=La=>LaBw?!1:vo(Fw,La);var Wo=La=>La>=Qw&&La<=Lw?!0:LaRw?!1:vo(Nw,La);var Mw=/^(?:[\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u2328\u23CF\u23ED-\u23EF\u23F1\u23F2\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB\u25FC\u2600-\u2604\u260E\u2611\u2618\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u2692\u2694-\u2697\u2699\u269B\u269C\u26A0\u26A7\u26B0\u26B1\u26C8\u26CF\u26D1\u26D3\u26E9\u26F0\u26F1\u26F4\u26F7\u26F8\u2702\u2708\u2709\u270F\u2712\u2714\u2716\u271D\u2721\u2733\u2734\u2744\u2747\u2763\u2764\u27A1\u2934\u2935\u2B05-\u2B07]|\uD83C[\uDD70\uDD71\uDD7E\uDD7F\uDF21\uDF24-\uDF2C\uDF36\uDF7D\uDF96\uDF97\uDF99-\uDF9B\uDF9E\uDF9F\uDFCD\uDFCE\uDFD4-\uDFDF\uDFF3\uDFF5\uDFF7]|\uD83D[\uDC3F\uDC41\uDCFD\uDD49\uDD4A\uDD6F\uDD70\uDD73\uDD76-\uDD79\uDD87\uDD8A-\uDD8D\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA\uDECB\uDECD-\uDECF\uDEE0-\uDEE5\uDEE9\uDEF0\uDEF3])$/,zs=La=>Mw.test(La);var jw=/[^\x20-\x7F]/;function Ql(La){if(!La)return 0;if(!jw.test(La))return La.length;let hl=0;La=La.replace(Ys(),La=>(hl+=zs(La)?1:2,""));for(let fl of La){let La=fl.codePointAt(0);La<=31||La>=127&&La<=159||La>=768&&La<=879||La>=65024&&La<=65039||(hl+=Ro(La)||Wo(La)?2:1)}return hl}var Uw=Ql;var Gw={type:0},qw={type:1},$w={value:"",length:0,queue:[],get root(){return $w}};function Zs(La,hl,fl){let yl=hl.type===1?La.queue.slice(0,-1):[...La.queue,hl],Pl="",Ul=0,Gd=0,af=0;for(let La of yl)switch(La.type){case 0:f(),fl.useTabs?a(1):c(fl.tabWidth);break;case 3:{let{string:hl}=La;f(),Pl+=hl,Ul+=hl.length;break}case 2:{let{width:hl}=La;Gd+=1,af+=hl;break}default:throw new Error(`Unexpected indent comment '${La.type}'.`)}return F(),{...La,value:Pl,length:Ul,queue:yl};function a(La){Pl+="\t".repeat(La),Ul+=fl.tabWidth*La}function c(La){Pl+=" ".repeat(La),Ul+=La}function f(){fl.useTabs?y():F()}function y(){Gd>0&&a(Gd),A()}function F(){af>0&&c(af),A()}function A(){Gd=0,af=0}}function eu(La,hl,fl){if(!hl)return La;if(hl.type==="root")return{...La,root:La};if(hl===Number.NEGATIVE_INFINITY)return La.root;let yl;return typeof hl=="number"?hl<0?yl=qw:yl={type:2,width:hl}:yl={type:3,string:hl},Zs(La,yl,fl)}function tu(La,hl){return Zs(La,Gw,hl)}function em(La){let hl=0;for(let fl=La.length-1;fl>=0;fl--){let yl=La[fl];if(yl===" "||yl==="\t")hl++;else break}return hl}function En(La){let hl=em(La);return{text:hl===0?La:La.slice(0,La.length-hl),count:hl}}var Jw=class{#_e=[];#me="";#ge=0;#Ae=[];#ye=[];#be(){let La=this.#me;La!==""&&(this.#_e.push(La),this.#ge+=La.length,this.#me="");for(let La of this.#ye)this.#Ae.push(Math.min(La,this.#ge));this.#ye.length=0}markPosition(){if(this.#Ae.length+this.#ye.length>=2)throw new Error("There are too many 'cursor' in doc.");this.#ye.push(this.#ge+this.#me.length)}write(La){this.#me+=La}trim(){let{text:La,count:hl}=En(this.#me);return this.#me=La,this.#be(),hl}finish(){return this.#be(),{text:this.#_e.join(""),positions:this.#Ae}}},Hw=Jw;var Vw=Symbol("MODE_BREAK"),Ww=Symbol("MODE_FLAT"),zw=Symbol("DOC_FILL_PRINTED_LENGTH");function dn(La,hl,fl,yl,Pl,Ul){if(fl===Number.POSITIVE_INFINITY)return!0;let Gd=hl.length,af=!1,n_=[La],i_="";for(;fl>=0;){if(n_.length===0){if(Gd===0)return!0;n_.push(hl[--Gd]);continue}let{mode:La,doc:w_}=n_.pop(),D_=sw(w_);switch(D_){case tE:w_&&(af&&(i_+=" ",fl-=1,af=!1),i_+=w_,fl-=Uw(w_));break;case aE:case xE:{let hl=D_===aE?w_:w_.parts,fl=w_[zw]??0;for(let yl=hl.length-1;yl>=fl;yl--)n_.push({mode:La,doc:hl[yl]});break}case hE:case mE:case IE:case HE:n_.push({mode:La,doc:w_.contents});break;case bE:{let{text:La,count:hl}=En(i_);i_=La,fl+=hl;break}case wE:{if(Ul&&w_.break)return!1;let hl=w_.break?Vw:La,fl=w_.expandedStates&&hl===Vw?p_(0,w_.expandedStates,-1):w_.contents;n_.push({mode:hl,doc:fl});break}case TE:{let hl=(w_.groupId?Pl[w_.groupId]||Ww:La)===Vw?w_.breakContents:w_.flatContents;hl&&n_.push({mode:La,doc:hl});break}case GE:if(La===Vw||w_.hard)return!0;w_.soft||(af=!0);break;case FE:yl=!0;break;case PE:if(yl)return!1;break}}return!1}function qo(La,hl){let fl=Object.create(null),yl=hl.printWidth,Pl=qs(hl.endOfLine),Ul=0,Gd=[{indent:$w,mode:Vw,doc:La}],af=!1,n_=[],i_=new Hw;for(Ns(La);Gd.length>0;){let{indent:La,mode:w_,doc:D_}=Gd.pop();switch(sw(D_)){case tE:{let La=Pl!==`\n`?MA(0,D_,`\n`,Pl):D_;La&&(i_.write(La),Gd.length>0&&(Ul+=Uw(La)));break}case aE:for(let hl=D_.length-1;hl>=0;hl--)Gd.push({indent:La,mode:w_,doc:D_[hl]});break;case lE:i_.markPosition();break;case hE:Gd.push({indent:tu(La,hl),mode:w_,doc:D_.contents});break;case mE:Gd.push({indent:eu(La,D_.n,hl),mode:w_,doc:D_.contents});break;case bE:Ul-=i_.trim();break;case wE:{let hl=function(){if(w_===Ww&&!af)return{indent:La,mode:D_.break?Vw:Ww,doc:D_.contents};af=!1;let hl=yl-Ul,Pl=n_.length>0,i_={indent:La,mode:Ww,doc:D_.contents};if(!D_.break&&dn(i_,Gd,hl,Pl,fl))return i_;if(!D_.expandedStates)return{indent:La,mode:Vw,doc:D_.contents};if(!D_.break)for(let yl=1;yl0,fl,!0);if(i_===1){pg?Gd.push(N_):Gd.push(_m);break}let mg={indent:La,mode:Ww,doc:I_},gg={indent:La,mode:Vw,doc:I_};if(i_===2){pg?Gd.push(mg,N_):Gd.push(gg,_m);break}let eA=af[Pl+2],tA={indent:La,mode:w_,doc:{...D_,[zw]:Pl+2}},rA=dn({indent:La,mode:Ww,doc:[p_,I_,eA]},[],hl,n_.length>0,fl,!0);Gd.push(tA),rA?Gd.push(mg,N_):pg?Gd.push(gg,N_):Gd.push(gg,_m);break}case TE:case IE:{let hl=D_.groupId?fl[D_.groupId]:w_;if(hl===Vw){let hl=D_.type===TE?D_.breakContents:D_.negate?D_.contents:m(D_.contents);hl&&Gd.push({indent:La,mode:w_,doc:hl})}if(hl===Ww){let hl=D_.type===TE?D_.flatContents:D_.negate?m(D_.contents):D_.contents;hl&&Gd.push({indent:La,mode:w_,doc:hl})}break}case FE:n_.push({indent:La,mode:w_,doc:D_.contents});break;case PE:n_.length>0&&Gd.push({indent:La,mode:w_,doc:yw});break;case GE:switch(w_){case Ww:if(!D_.hard){D_.soft||(i_.write(" "),Ul+=1);break}af=!0;case Vw:if(n_.length>0){Gd.push({indent:La,mode:w_,doc:D_},...n_.reverse()),n_.length=0;break}D_.literal?(i_.write(Pl),Ul=0,La.root&&(La.root.value&&i_.write(La.root.value),Ul=La.root.length)):(i_.trim(),i_.write(Pl+La.value),Ul=La.length);break}break;case HE:Gd.push({indent:La,mode:w_,doc:D_.contents});break;case VE:break;default:throw new ow(D_)}Gd.length===0&&n_.length>0&&(Gd.push(...n_.reverse()),n_.length=0)}let{text:w_,positions:D_}=i_.finish();if(D_.length!==2)return{formatted:w_};let[I_,N_]=D_;return{formatted:w_,cursorNodeStart:I_,cursorNodeText:w_.slice(I_,N_)}}var Yw=class extends Error{name="ArgExpansionBailout"};function pr(La){return(La.type==="ObjectTypeProperty"||La.type==="ObjectTypeInternalSlot")&&!La.static&&!La.method&&La.kind!=="get"&&La.kind!=="set"&&La.value.type==="FunctionTypeAnnotation"}function tm(La,hl){let fl=null,yl=hl;for(;yl!==fl;)fl=yl,yl=DA(La,yl),yl=kA(La,yl),yl=xA(La,yl);return yl=IA(La,yl),yl=TA(La,yl),yl!==!1&&PA(La,yl)}var Kw=tm;var me=(La,{originalText:hl})=>{let fl=S(La);if(Kw(hl,fl))return!0;let yl=It(La);return yl===fl?!1:Kw(hl,yl)};var Xw=B(["AnyTypeAnnotation","ThisTypeAnnotation","NumberTypeAnnotation","VoidTypeAnnotation","BooleanTypeAnnotation","BigIntTypeAnnotation","SymbolTypeAnnotation","StringTypeAnnotation","NeverTypeAnnotation","UndefinedTypeAnnotation","UnknownTypeAnnotation","EmptyTypeAnnotation","MixedTypeAnnotation"]),Zw=Xw;var eC=B(["TSThisType","NullLiteralTypeAnnotation","BooleanLiteralTypeAnnotation","StringLiteralTypeAnnotation","BigIntLiteralTypeAnnotation","NumberLiteralTypeAnnotation","TSLiteralType","TSTemplateLiteralType"]);function nm({type:La}){return La.startsWith("TS")&&La.endsWith("Keyword")}var tC=nm;function cr(La){return tC(La)||Zw(La)||eC(La)||La.type==="GenericTypeAnnotation"&&!La.typeParameters||La.type==="TSTypeReference"&&!La.typeArguments}function ou(La){return(La.type==="TypeAnnotation"||La.type==="TSTypeAnnotation")&&La.typeAnnotation.type==="FunctionTypeAnnotation"&&!La.static&&!kt(La,La.typeAnnotation)}function om(La,hl){let fl=hl.split(".");for(let hl=fl.length-1;hl>=0;hl--){let yl=fl[hl];if(hl===0)return La.type==="Identifier"&&La.name===yl;if(hl===1&&La.type==="MetaProperty"&&La.property.type==="Identifier"&&La.property.name===yl){La=La.meta;continue}if(La.type==="MemberExpression"&&!La.optional&&!La.computed&&La.property.type==="Identifier"&&La.property.name===yl){La=La.object;continue}return!1}}function lr(La,hl){return hl.some(hl=>om(La,hl))}var rC=["it","it.only","it.skip","describe","describe.only","describe.skip","test","test.only","test.skip","test.fixme","test.step","test.describe","test.describe.only","test.describe.skip","test.describe.fixme","test.describe.parallel","test.describe.parallel.only","test.describe.serial","test.describe.serial.only","skip","xit","xdescribe","xtest","fit","fdescribe","ftest"];function sm(La){return lr(La,rC)}function um(La){return La.type==="Identifier"&&(La.name==="beforeEach"||La.name==="beforeAll"||La.name==="afterEach"||La.name==="afterAll")}function Yo(La){return _A(La)&&La.callee.type==="Identifier"&&["async","inject","fakeAsync","waitForAsync"].includes(La.callee.name)}function am(La){return La.type==="FunctionExpression"||La.type==="ArrowFunctionExpression"&&La.body.type==="BlockStatement"}function Ut(La,hl){if(La?.type!=="CallExpression"||La.optional)return!1;let fl=se(La);if(fl.length===1){if(Yo(La)&&Ut(hl))return dA(fl[0]);if(um(La.callee))return Yo(fl[0])}else if((fl.length===2||fl.length===3)&&(fl[0].type==="TemplateLiteral"||q(fl[0]))&&sm(La.callee))return fl[2]&&!Ee(fl[2])?!1:(fl.length===2?dA(fl[1]):am(fl[1])&&ee(fl[1]).length<=1)||Yo(fl[1]);return!1}function pm(La,hl){let fl=hl-1;fl=xA(La,fl,{backwards:!0}),fl=TA(La,fl,{backwards:!0}),fl=xA(La,fl,{backwards:!0});let yl=TA(La,fl,{backwards:!0});return fl!==yl}var nC=pm;var Ho=()=>!0;function Xo(La,hl){let fl=La.node;return fl.printed=!0,hl.printer.printComment(La,hl)}function cm(La,hl){let fl=La.node,yl=[Xo(La,hl)],{printer:Pl,originalText:Ul,locStart:Gd,locEnd:af}=hl;if(Pl.isBlockComment?.(fl)){let La=" ";PA(Ul,af(fl))&&(PA(Ul,Gd(fl),{backwards:!0})?La=bw:La=gw),yl.push(La)}else yl.push(bw);let n_=TA(Ul,xA(Ul,af(fl)));return n_!==!1&&PA(Ul,n_)&&yl.push(bw),yl}function lm(La,hl,fl){let yl=La.node,Pl=Xo(La,hl),{printer:Ul,originalText:Gd,locStart:af}=hl,n_=Ul.isBlockComment?.(yl);if(fl?.hasLineSuffix&&!fl?.isBlock||PA(Gd,af(yl),{backwards:!0})){let La=nC(Gd,af(yl));return{doc:No([bw,La?bw:"",Pl]),isBlock:n_,hasLineSuffix:!0}}return!n_||fl?.hasLineSuffix?{doc:[No([" ",Pl]),_w],isBlock:n_,hasLineSuffix:!0}:{doc:[" ",Pl],isBlock:n_,hasLineSuffix:!1}}function W(La,hl,fl={}){let{indent:yl=!1,marker:Pl,filter:Ul=Ho}=fl,Gd=new Set(La.node?.comments?.filter(La=>!(La.leading||La.trailing||La.marker!==Pl||!Ul(La))));if(Gd.size===0)return"";let af=La.map(({node:fl})=>Gd.has(fl)?Xo(La,hl):"","comments").filter(Boolean),n_=L(bw,af);return yl?m([bw,n_]):n_}function An(La,hl,fl){let yl=hl[Symbol.for("printedComments")],Pl=fl?.filter??Ho,Ul=new Set(La.node?.comments?.filter(La=>!yl?.has(La)&&La.leading&&Pl(La)));return Ul.size===0?"":La.map(({node:fl})=>Ul.has(fl)?cm(La,hl):"","comments").filter(Boolean)}function iu(La,hl,fl){let yl=La.node?.comments,Pl=new Set(yl?.filter(La=>La.trailing)),Ul=hl[Symbol.for("printedComments")],Gd=fl?.filter??Ho,af=new Set(yl?.filter(La=>Pl.has(La)&&!Ul?.has(La)&&Gd(La)));if(af.size===0)return"";let n_=[],i_;return La.each(({node:fl})=>{Pl.has(fl)&&(i_=lm(La,hl,i_),af.has(fl)&&n_.push(i_.doc))},"comments"),n_}function Tn(La,hl,fl){return{leading:An(La,hl,fl),trailing:iu(La,hl,fl)}}function Q(La,hl,fl,yl){let Pl=An(La,fl,yl),Ul=iu(La,fl,yl);return Pl||Ul?mn(hl,La=>[Pl,La,Ul]):hl}function gn(La,hl="es5"){return La.trailingComma==="es5"&&hl==="es5"||La.trailingComma==="all"&&(hl==="all"||hl==="es5")}function $(La){let{node:hl}=La;return!hl.optional||hl.type==="Identifier"&&hl===La.parent.key?"":_A(hl)||mA(hl)&&hl.computed||hl.type==="OptionalIndexedAccessType"?"?.":"?"}function hn(La){return La.node.definite||La.match(void 0,(La,hl)=>hl==="id"&&La.type==="VariableDeclarator"&&La.definite)?"!":""}var iC=B(["DeclareClass","DeclareComponent","DeclareFunction","DeclareHook","DeclareVariable","DeclareExportDeclaration","DeclareExportAllDeclaration","DeclareOpaqueType","DeclareTypeAlias","DeclareEnum","DeclareInterface"]),fm=La=>{let{node:hl}=La;return iC(hl)?La.parent.type!=="DeclareExportDeclaration"&&!hl.implicitDeclare:hl.declare};function ne(La){return fm(La)?"declare ":""}var sC=B(["TSAbstractMethodDefinition","TSAbstractPropertyDefinition","TSAbstractAccessorProperty"]);function mr({node:La}){return La.abstract||sC(La)?"abstract ":""}function qt(La){return La.accessibility?La.accessibility+" ":""}var su=La=>La.type==="UnaryExpression"&&La.operator==="!";function ym(La){return x(La)||!su(La)?!1:(La=La.argument,La=su(La)?La.argument:La,La.type==="LogicalExpression")}function fr(La,hl,fl){let{node:yl}=La,Pl=yl.type==="WithStatement"?"object":"test",Ul=fl(Pl);return ym(yl[Pl])?Ul:p([m([Aw,Ul]),Aw])}function Mt(La,hl,fl){let{node:yl}=La;return x(yl,gy.Dangling,fl)?[m([Aw,W(La,hl,{filter:fl})]),x(yl,gy.Dangling|gy.Line,fl)?bw:Aw]:""}function Ie(La,hl="es5"){return gn(La,hl)?O(","):""}function R(La){return La.semi?";":""}var Em=La=>La.mark!=="commentBeforeArrow";function Ke(La,hl,fl,yl,Pl){let Ul=La.node,Gd=ee(Ul),n_=Pl&&Ul.typeParameters?fl("typeParameters"):"";if(Gd.length===0)return[n_,"(",Mt(La,hl,Em),")"];let{parent:i_}=La,p_=Ut(i_),w_=uu(Ul),D_=[];if(Ni(La,(La,yl)=>{let Pl=yl===Gd.length-1;Pl&&Ul.rest&&D_.push("..."),D_.push(fl()),!Pl&&(D_.push(","),p_||w_?D_.push(" "):me(Gd[yl],hl)?D_.push(bw,bw):D_.push(gw))}),yl&&!Cm(La)){if(ue(n_)||ue(D_))throw new Yw;return p([Jt(n_),"(",Jt(D_),")"])}let I_=Gd.every(La=>!af(La.decorators));return w_&&I_?[n_,"(",...D_,")"]:p_?[n_,"(",...D_,")"]:(pr(i_)||ou(i_)||i_.type==="TypeAlias"||i_.type==="UnionTypeAnnotation"||i_.type==="IntersectionTypeAnnotation"||i_.type==="FunctionTypeAnnotation"&&i_.returnType===Ul)&&Gd.length===1&&Gd[0].name===null&&Ul.this!==Gd[0]&&Gd[0].typeAnnotation&&Ul.typeParameters===null&&cr(Gd[0].typeAnnotation)&&!Ul.rest?hl.arrowParens==="always"||Ul.type==="HookTypeAnnotation"?["(",...D_,")"]:D_:[n_,"(",m([Aw,...D_]),!ji(Ul)&&La.root.type!=="NGRoot"?Ie(hl,"all"):"",Aw,")"]}function uu(La){if(!La)return!1;let hl=ee(La);if(hl.length!==1)return!1;let[fl]=hl;return!x(fl)&&(fl.type==="ObjectPattern"||fl.type==="ArrayPattern"||fl.type==="Identifier"&&fl.typeAnnotation&&(fl.typeAnnotation.type==="TypeAnnotation"||fl.typeAnnotation.type==="TSTypeAnnotation")&&pA(fl.typeAnnotation.typeAnnotation)||fl.type==="FunctionTypeParam"&&pA(fl.typeAnnotation)&&fl!==La.rest||fl.type==="AssignmentPattern"&&(fl.left.type==="ObjectPattern"||fl.left.type==="ArrayPattern")&&(fl.right.type==="Identifier"||cA(fl.right)&&fl.right.properties.length===0||lA(fl.right)&&fl.right.elements.length===0))}function dm(La){let hl;return La.returnType?(hl=La.returnType,hl.typeAnnotation&&(hl=hl.typeAnnotation)):La.typeAnnotation&&(hl=La.typeAnnotation),hl}function Bt(La,hl){let fl=dm(La);if(!fl)return!1;let yl=La.typeParameters?.params;if(yl){if(yl.length>1)return!1;if(yl.length===1){let La=yl[0];if(La.constraint||La.default)return!1}}return ee(La).length===1&&(pA(fl)||ue(hl))}function Cm(La){return La.match(La=>La.type==="ArrowFunctionExpression"&&La.body.type==="BlockStatement",(La,hl)=>{if(La.type==="CallExpression"&&hl==="arguments"&&La.arguments.length===1&&La.callee.type==="CallExpression"){let hl=La.callee.callee;return hl.type==="Identifier"||hl.type==="MemberExpression"&&!hl.computed&&hl.object.type==="Identifier"&&hl.property.type==="Identifier"}return!1},(La,hl)=>La.type==="VariableDeclarator"&&hl==="init"||La.type==="ExportDefaultDeclaration"&&hl==="declaration"||La.type==="TSExportAssignment"&&hl==="expression"||La.type==="AssignmentExpression"&&hl==="right"&&La.left.type==="MemberExpression"&&La.left.object.type==="Identifier"&&La.left.object.name==="module"&&La.left.property.type==="Identifier"&&La.left.property.name==="exports",La=>La.type!=="VariableDeclaration"||La.kind==="const"&&La.declarations.length===1)}function au(La){let hl=ee(La);return hl.length>1&&hl.some(La=>La.type==="TSParameterProperty")}function Yt(La,hl){return(hl==="params"||hl==="this"||hl==="rest")&&uu(La)}var aC=/^[\$A-Z_a-z\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u05D0-\u05EA\u05F0-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u08A0-\u08B4\u08B6-\u08BD\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1711\u1720-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1877\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4B\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1CE9-\u1CEC\u1CEE-\u1CF1\u1CF5\u1CF6\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005-\u3007\u3021-\u3029\u3031-\u3035\u3038-\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312D\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FD5\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6EF\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC][\$0-9A-Z_a-z\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0300-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u0483-\u0487\u048A-\u052F\u0531-\u0556\u0559\u0561-\u0587\u0591-\u05BD\u05BF\u05C1\u05C2\u05C4\u05C5\u05C7\u05D0-\u05EA\u05F0-\u05F2\u0610-\u061A\u0620-\u0669\u066E-\u06D3\u06D5-\u06DC\u06DF-\u06E8\u06EA-\u06FC\u06FF\u0710-\u074A\u074D-\u07B1\u07C0-\u07F5\u07FA\u0800-\u082D\u0840-\u085B\u08A0-\u08B4\u08B6-\u08BD\u08D4-\u08E1\u08E3-\u0963\u0966-\u096F\u0971-\u0983\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BC-\u09C4\u09C7\u09C8\u09CB-\u09CE\u09D7\u09DC\u09DD\u09DF-\u09E3\u09E6-\u09F1\u0A01-\u0A03\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A3C\u0A3E-\u0A42\u0A47\u0A48\u0A4B-\u0A4D\u0A51\u0A59-\u0A5C\u0A5E\u0A66-\u0A75\u0A81-\u0A83\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABC-\u0AC5\u0AC7-\u0AC9\u0ACB-\u0ACD\u0AD0\u0AE0-\u0AE3\u0AE6-\u0AEF\u0AF9\u0B01-\u0B03\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3C-\u0B44\u0B47\u0B48\u0B4B-\u0B4D\u0B56\u0B57\u0B5C\u0B5D\u0B5F-\u0B63\u0B66-\u0B6F\u0B71\u0B82\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BBE-\u0BC2\u0BC6-\u0BC8\u0BCA-\u0BCD\u0BD0\u0BD7\u0BE6-\u0BEF\u0C00-\u0C03\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D-\u0C44\u0C46-\u0C48\u0C4A-\u0C4D\u0C55\u0C56\u0C58-\u0C5A\u0C60-\u0C63\u0C66-\u0C6F\u0C80-\u0C83\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBC-\u0CC4\u0CC6-\u0CC8\u0CCA-\u0CCD\u0CD5\u0CD6\u0CDE\u0CE0-\u0CE3\u0CE6-\u0CEF\u0CF1\u0CF2\u0D01-\u0D03\u0D05-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D-\u0D44\u0D46-\u0D48\u0D4A-\u0D4E\u0D54-\u0D57\u0D5F-\u0D63\u0D66-\u0D6F\u0D7A-\u0D7F\u0D82\u0D83\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0DCA\u0DCF-\u0DD4\u0DD6\u0DD8-\u0DDF\u0DE6-\u0DEF\u0DF2\u0DF3\u0E01-\u0E3A\u0E40-\u0E4E\u0E50-\u0E59\u0E81\u0E82\u0E84\u0E87\u0E88\u0E8A\u0E8D\u0E94-\u0E97\u0E99-\u0E9F\u0EA1-\u0EA3\u0EA5\u0EA7\u0EAA\u0EAB\u0EAD-\u0EB9\u0EBB-\u0EBD\u0EC0-\u0EC4\u0EC6\u0EC8-\u0ECD\u0ED0-\u0ED9\u0EDC-\u0EDF\u0F00\u0F18\u0F19\u0F20-\u0F29\u0F35\u0F37\u0F39\u0F3E-\u0F47\u0F49-\u0F6C\u0F71-\u0F84\u0F86-\u0F97\u0F99-\u0FBC\u0FC6\u1000-\u1049\u1050-\u109D\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u135D-\u135F\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16EE-\u16F8\u1700-\u170C\u170E-\u1714\u1720-\u1734\u1740-\u1753\u1760-\u176C\u176E-\u1770\u1772\u1773\u1780-\u17D3\u17D7\u17DC\u17DD\u17E0-\u17E9\u180B-\u180D\u1810-\u1819\u1820-\u1877\u1880-\u18AA\u18B0-\u18F5\u1900-\u191E\u1920-\u192B\u1930-\u193B\u1946-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u19D0-\u19D9\u1A00-\u1A1B\u1A20-\u1A5E\u1A60-\u1A7C\u1A7F-\u1A89\u1A90-\u1A99\u1AA7\u1AB0-\u1ABD\u1B00-\u1B4B\u1B50-\u1B59\u1B6B-\u1B73\u1B80-\u1BF3\u1C00-\u1C37\u1C40-\u1C49\u1C4D-\u1C7D\u1C80-\u1C88\u1CD0-\u1CD2\u1CD4-\u1CF6\u1CF8\u1CF9\u1D00-\u1DF5\u1DFB-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u200C\u200D\u203F\u2040\u2054\u2071\u207F\u2090-\u209C\u20D0-\u20DC\u20E1\u20E5-\u20F0\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2160-\u2188\u2C00-\u2C2E\u2C30-\u2C5E\u2C60-\u2CE4\u2CEB-\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D7F-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2DE0-\u2DFF\u2E2F\u3005-\u3007\u3021-\u302F\u3031-\u3035\u3038-\u303C\u3041-\u3096\u3099\u309A\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312D\u3131-\u318E\u31A0-\u31BA\u31F0-\u31FF\u3400-\u4DB5\u4E00-\u9FD5\uA000-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA62B\uA640-\uA66F\uA674-\uA67D\uA67F-\uA6F1\uA717-\uA71F\uA722-\uA788\uA78B-\uA7AE\uA7B0-\uA7B7\uA7F7-\uA827\uA840-\uA873\uA880-\uA8C5\uA8D0-\uA8D9\uA8E0-\uA8F7\uA8FB\uA8FD\uA900-\uA92D\uA930-\uA953\uA960-\uA97C\uA980-\uA9C0\uA9CF-\uA9D9\uA9E0-\uA9FE\uAA00-\uAA36\uAA40-\uAA4D\uAA50-\uAA59\uAA60-\uAA76\uAA7A-\uAAC2\uAADB-\uAADD\uAAE0-\uAAEF\uAAF2-\uAAF6\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB65\uAB70-\uABEA\uABEC\uABED\uABF0-\uABF9\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE00-\uFE0F\uFE20-\uFE2F\uFE33\uFE34\uFE4D-\uFE4F\uFE70-\uFE74\uFE76-\uFEFC\uFF10-\uFF19\uFF21-\uFF3A\uFF3F\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]*$/,xm=La=>aC.test(La),oC=xm;function Am(La){return La.length===1?La:La.toLowerCase().replace(/^([+-]?[\d.]+e)(?:\+|(-))?0*(?=\d)/,"$1$2").replace(/^([+-]?[\d.]+)e[+-]?0+$/,"$1").replace(/^([+-])?\./,"$10.").replace(/(\.\d+?)0+(?=e|$)/,"$1").replace(/\.(?=e|$)/,"")}var lC=Am;var cC=Object.freeze({character:"'",codePoint:39}),uC=Object.freeze({character:'"',codePoint:34}),pC=Object.freeze({preferred:cC,alternate:uC}),dC=Object.freeze({preferred:uC,alternate:cC});function Sn(La,hl){let{preferred:fl,alternate:yl}=hl===!0||hl==="'"?pC:dC,{length:Pl}=La,Ul=0,Gd=0;for(let hl=0;hlGd?yl:fl).character}var hC=/\\(["'\\])|(["'])/g;function Sm(La,hl){let fl=hl==='"'?"'":'"',yl=MA(0,La,hC,(La,yl,Pl)=>yl?yl===fl?fl:La:Pl===hl?"\\"+Pl:Pl);return hl+yl+hl}var fC=Sm;function Bm(La,hl){n_(/^(?["']).*\k$/s.test(La));let fl=La.slice(1,-1),yl;return hl.parser==="json"||hl.parser==="jsonc"||hl.parser==="json-stringify"||hl.parser==="json5"&&hl.quoteProps==="preserve"&&!hl.singleQuote?yl='"':hl.__isInHtmlAttribute?yl="'":yl=Sn(fl,hl.singleQuote),La.charAt(0)===yl?La:fC(fl,yl)}var _C=Bm;var Du=La=>La.type==="TSEnumMember",yu=La=>Du(La)?"id":"key",vr=La=>La[yu(La)],Eu=La=>!Du(La)&&La.computed;function du(La){return/^(?:\d+|\d+\.\d+)$/.test(La)}var bm=({parser:La})=>La==="typescript"||La==="babel-ts"||La==="oxc-ts"||La==="yuku-ts";function Pm(La,hl){let fl=vr(La);if(fl.type==="Identifier")return!0;if(!Ee(fl)||bm(hl))return!1;let yl=lC(ye(fl));return String(fl.value)===yl&&du(yl)}function Cu(La,hl){let{parser:fl}=hl;if(fl==="json"||fl==="jsonc")return!1;let yl=vr(La);if(!q(yl))return!1;let{value:Pl}=yl;return _C(ye(yl),hl).slice(1,-1)!==Pl||La.type==="TSMethodSignature"&&Pl==="new"?!1:!!(!(fl==="babel-ts"&&La.type==="ClassProperty"||(fl==="typescript"||fl==="oxc-ts"||fl==="yuku-ts")&&La.type==="PropertyDefinition")&&oC(Pl)||(fl==="babel"||fl==="acorn"||fl==="oxc"||fl==="yuku"||fl==="espree"||fl==="meriyah"||fl==="__babel_estree")&&La.type!=="ImportAttribute"&&du(Pl)&&String(Number(Pl))===Pl)}var mC=new WeakMap;function Fu(La,hl){return Z(mC,La.parent,()=>La.siblings.some(La=>{if(Eu(La))return!1;let fl=vr(La);return q(fl)&&!Cu(La,hl)}))}function km(La,hl){return(hl.parser==="json"||hl.parser==="jsonc"||hl.quoteProps==="consistent"&&Fu(La,hl))&&Pm(La.node,hl)}function wm(La,hl){return(hl.quoteProps==="as-needed"||hl.quoteProps==="consistent"&&!Fu(La,hl))&&Cu(La.node,hl)}function ve(La,hl,fl){let{node:yl}=La,Pl=yu(yl);if(Eu(yl))return["[",fl(Pl),"]"];if(km(La,hl)){let fl=vr(yl),Ul=_C(JSON.stringify(fl.type==="Identifier"?fl.name:String(fl.value)),hl);return La.call(()=>Q(La,Ul,hl),Pl)}if(wm(La,hl)){let{value:fl}=vr(yl),Ul=/^\d/.test(fl)?lC(fl):fl;return La.call(()=>Q(La,Ul,hl),Pl)}return fl(Pl)}var gC=B(["VoidTypeAnnotation","TSVoidKeyword","NullLiteralTypeAnnotation","TSNullKeyword"]),AC=B(["ObjectTypeAnnotation","TSTypeLiteral","GenericTypeAnnotation","TSTypeReference"]);function Ko(La){return La.key==="elementTypes"&&nA(La.parent)&&La.parent.elementTypes.length>1}function Ht(La){let{types:hl}=La;if(hl.some(La=>x(La)))return!1;let fl=hl.find(La=>AC(La));return fl?hl.every(La=>La===fl||gC(La)):!1}function Bn(La){let{key:hl,node:fl,parent:yl}=La;return!(Ht(fl)||hl==="types"&&tA(yl)||hl==="types"&&rA(yl)||Ko(La))}function bn(La,hl,fl,yl){let{node:Pl}=La;if(Ht(Pl))return L(" | ",La.map(fl,"types"));let Ul=p(La.map(({isFirst:yl})=>{let Pl=yl?O("| "):[gw,"| "],Ul=fl();return x(La.node,gy.Leading)?[Pl,Se(2,Q(La,Ul,hl))]:[Pl,Q(La,Se(2,Ul),hl)]},"types"));return Bn(La)&&(Ul=Q(La,Ul,hl)),Vv(La,hl)?p([m([Aw,Ul]),Aw]):Ko(La)?p([m([O(["(",Aw]),Ul]),Aw,O(")")]):yl?.assignmentLayout==="break-after-operator"||!Mm(La)?Ul:p(m([Aw,Ul]))}function Mm(La){let{key:hl,parent:fl}=La;return!(hl==="typeAnnotation"&&fl.type==="TSTypeAssertion"||hl==="elementTypes"&&nA(fl)||(hl==="trueType"||hl==="falseType")&&iA(fl)||hl==="params"&&vA(fl)||hl==="typeAnnotation"&&fl.type==="FunctionTypeParam"&&!fl.name&&La.grandparent.this!==fl||La.match(void 0,(La,hl)=>hl==="typeAnnotation"&&La.type==="FunctionTypeParam",(La,hl)=>hl==="params"&&La.type==="FunctionTypeAnnotation",(La,hl)=>hl==="value"&&La.type==="ObjectTypeProperty"&&pr(La)))}function xu(La){return cr(La)||pA(La)?!0:tA(La)?Ht(La):!1}var yC=new WeakSet;function G(La,hl,fl="typeAnnotation"){let{node:{[fl]:yl}}=La;if(!yl)return"";let Pl=!1;if(yl.type==="TSTypeAnnotation"||yl.type==="TypeAnnotation"){let hl=La.call(Au,fl);(hl==="=>"||hl===":"&&x(yl,gy.Leading))&&(Pl=!0),yC.add(yl)}return Pl?[" ",hl(fl)]:hl(fl)}var Au=La=>La.match(La=>La.type==="TSTypeAnnotation",(La,hl)=>(hl==="returnType"||hl==="typeAnnotation")&&(La.type==="TSFunctionType"||La.type==="TSConstructorType"))?"=>":La.match(La=>La.type==="TSTypeAnnotation",(La,hl)=>hl==="typeAnnotation"&&(La.type==="TSJSDocNullableType"||La.type==="TSJSDocNonNullableType"||La.type==="TSTypePredicate"))||La.match(La=>La.type==="TypeAnnotation",(La,hl)=>hl==="typeAnnotation"&&La.type==="Identifier",(La,hl)=>hl==="id"&&La.type==="DeclareFunction")||La.match(La=>La.type==="TypeAnnotation",(La,hl)=>hl==="typeAnnotation"&&La.type==="Identifier",(La,hl)=>hl==="id"&&La.type==="DeclareHook")||La.match(La=>La.type==="TypeAnnotation",(La,hl)=>hl==="bound"&&La.type==="TypeParameter"&&La.usesExtendsBound)?"":":";function Pn(La,hl,fl){let yl=Au(La);return yl?[yl," ",fl("typeAnnotation")]:fl("typeAnnotation")}var Nm=({node:La,key:hl,parent:fl})=>hl==="value"&&La.type==="FunctionExpression"&&(fl.type==="ObjectMethod"||fl.type==="ClassMethod"||fl.type==="ClassPrivateMethod"||fl.type==="MethodDefinition"||fl.type==="TSAbstractMethodDefinition"||fl.type==="TSDeclareMethod"||fl.type==="Property"&&$e(fl));function Dr(La,hl,fl,yl){if(Nm(La))return In(La,hl,fl);let{node:Pl}=La,Ul=!1;if(Pl.type==="FunctionExpression"&&yl?.expandLastArg){let{parent:hl}=La;_A(hl)&&(se(hl).length>1||ee(Pl).every(La=>La.type==="Identifier"&&!La.typeAnnotation))&&(Ul=!0)}let Gd=Ke(La,hl,fl,Ul),af=wn(La,fl),n_=Bt(Pl,af),i_=Pl.type==="HookDeclaration"?"hook":"function";return[ne(La),Pl.async?"async ":"",i_,Pl.generator?"*":""," ",Pl.id?fl("id"):"",fl("typeParameters"),p([n_?p(Gd):Gd,af]),Pl.body?" ":"",fl("body"),Pl.declare||!Pl.body?R(hl):""]}function Rr(La,hl,fl){let{node:yl}=La,{kind:Pl}=yl,Ul=yl.value||yl,Gd=[];return!Pl||Pl==="init"||Pl==="method"||Pl==="constructor"?Ul.async&&Gd.push("async "):(n_(Pl==="get"||Pl==="set"),Gd.push(Pl," ")),Ul.generator&&Gd.push("*"),Gd.push(ve(La,hl,fl),yl.optional?"?":"",yl===Ul?In(La,hl,fl):fl("value")),Gd}function In(La,hl,fl){let{node:yl}=La,Pl=Ke(La,hl,fl),Ul=wn(La,fl),Gd=au(yl),af=Bt(yl,Ul),n_=[fl("typeParameters"),p([Gd?p(Pl,{shouldBreak:!0}):af?p(Pl):Pl,Ul])];return yl.body?n_.push(" ",fl("body")):n_.push(R(hl)),n_}function jm(La){let hl=ee(La);return hl.length===1&&!La.typeParameters&&!x(La,gy.Dangling)&&hl[0].type==="Identifier"&&!hl[0].typeAnnotation&&!x(hl[0])&&!hl[0].optional&&!La.predicate&&!La.returnType}function kn(La,hl){if(hl.arrowParens==="always")return!1;if(hl.arrowParens==="avoid"){let{node:hl}=La;return jm(hl)}return!1}function wn(La,hl){let{node:fl}=La,yl=[G(La,hl,"returnType")];return fl.predicate&&yl.push(hl("predicate")),yl}function yr(La,hl){if(hl.semi)return!1;let{node:fl}=La;if(fl.type!=="ExpressionStatement"||Qo(La,hl)||Zo(La,hl)||zo(La,hl))return!1;let{key:yl,parent:Pl}=La;return!!((yl==="body"&&(Pl.type==="Program"||Pl.type==="BlockStatement"||Pl.type==="StaticBlock"||Pl.type==="TSModuleBlock")||yl==="consequent"&&Pl.type==="SwitchCase")&&La.call(()=>Tu(La,hl),"expression"))}function Tu(La,hl){let{node:fl}=La;switch(fl.type){case"ParenthesizedExpression":case"TypeCastExpression":case"TSTypeAssertion":case"ArrayExpression":case"ArrayPattern":case"TemplateLiteral":case"TemplateElement":case"RegExpLiteral":return!0;case"ArrowFunctionExpression":if(!kn(La,hl))return!0;break;case"UnaryExpression":{let{prefix:La,operator:hl}=fl;if(La&&(hl==="+"||hl==="-"))return!0;break}case"BindExpression":if(!fl.object)return!0;break;case"Literal":if(fl.regex)return!0;break;default:if(hA(fl))return!0}return Vv(La,hl)?!0:sr(fl)?La.call(()=>Tu(La,hl),...an(fl)):!1}var $o=({node:La,parent:hl})=>La.type==="ExpressionStatement"&&hl.type==="Program"&&hl.body.length===1&&(Array.isArray(hl.directives)&&hl.directives.length===0||!hl.directives);function Qo(La,hl){return(hl.parentParser==="markdown"||hl.parentParser==="mdx")&&$o(La)&&hA(La.node.expression)}function zo(La,hl){return hl.__isHtmlInlineEventHandler&&$o(La)}function Zo(La,hl){return(hl.parser==="__vue_event_binding"||hl.parser==="__vue_ts_event_binding")&&$o(La)}function Ln(La,hl){if(!yr(La,hl))return!1;let fl=p_(0,re(La.node,gy.Leading),-1);return!!(fl&&nr(fl))}var bC=B(["ClassDeclaration","ClassExpression","DeclareClass","DeclareInterface","InterfaceDeclaration","TSInterfaceDeclaration"]);function Rm(La,hl){let{key:fl,parent:yl}=La;if(fl==="types"&&tA(yl)||fl==="argument"&&yl.type==="JSXSpreadAttribute"||fl==="expression"&&yl.type==="JSXSpreadChild"||fl==="superClass"&&(yl.type==="ClassDeclaration"||yl.type==="ClassExpression")||(fl==="id"||fl==="typeParameters")&&bC(yl)||fl==="patterns"&&yl.type==="MatchOrPattern"||tn(La))return!0;let{node:Pl}=La;return Lt(Pl)?!1:Pl.type==="ExpressionStatement"?Ln(La,hl):tA(Pl)?Bn(La):!!hA(Pl)}var vC=Rm;function Wm(La,hl,fl=0){let yl=0;for(let Pl=fl;Pl[fl(),La?"":yl[hl]],"quasis");return[ww,"`",...Pl,"`"]}function bu(La,hl,fl){let yl=fl("quasi"),{node:Pl}=La,Ul="",Gd=re(Pl.quasi,gy.Leading)[0];return Gd&&(RA(hl.originalText,S(Pl.typeArguments??Pl.tag),b(Gd))?Ul=Aw:Ul=" "),Et(yl.label&&{tagged:!0,...yl.label},[fl("tag"),fl("typeArguments"),Ul,ww,yl])}function Gm(La,hl,fl){let{node:yl}=La,Pl=yl.quasis[0].value.raw.trim().split(/\s*\|\s*/);if(Pl.length>1||Pl.some(La=>La.length>0)){hl.__inJestEach=!0;let Ul=Nt(La,hl,fl);hl.__inJestEach=!1;let Gd=Ul.map(La=>qo(La,{...hl,printWidth:Number.POSITIVE_INFINITY,endOfLine:"lf"}).formatted),af=[{hasLineBreak:!1,cells:[]}];for(let La=1;LaLa.cells.length)),i_=Array.from({length:n_},()=>0),w_=[{cells:Pl},...af.filter(La=>La.cells.length>0)];for(let La of w_)if(!La.hasLineBreak)for(let[hl,fl]of La.cells.entries())i_[hl]=Math.max(i_[hl],Uw(fl));return[ww,"`",m([bw,L(bw,w_.map(La=>L(" | ",La.cells.map((hl,fl)=>La.hasLineBreak?hl:hl+" ".repeat(i_[fl]-Uw(hl))))))]),bw,"`"]}}var CC=new WeakMap;function qm(La,hl){let{parent:fl,index:yl}=La;return Z(CC,fl,La=>{let{tabWidth:fl}=hl,yl=0;return La.quasis.map(La=>{let hl=La.value.raw,Pl=hl.includes(`\n`)?wC(hl,fl):yl;return yl=Pl,{indentSize:Pl,previousQuasiText:hl}})})[yl]}function Ym(La,hl,fl){let{node:yl,index:Pl}=La,Ul=fl(),Gd=La.parent,{quasis:af}=Gd,n_=S(af[Pl]),i_=b(af[Pl+1]),p_=RA(hl.originalText,n_,i_);if(!p_){let La=qo(Ul,{...hl,printWidth:Number.POSITIVE_INFINITY}).formatted;La.includes(`\n`)?p_=!0:Ul=La}p_&&(x(yl)||yl.type==="Identifier"||mA(Pe(yl))||yl.type==="ConditionalExpression"||yl.type==="SequenceExpression"||gg(yl)||fA(yl))&&(Ul=[m([Aw,Ul]),Aw]);let{indentSize:w_,previousQuasiText:D_}=qm(La,hl);return hl.__inJestEach&&(w_=Math.max(w_,hl.tabWidth)),Ul=w_===0&&D_.endsWith(`\n`)?Se(Number.NEGATIVE_INFINITY,Ul):Us(Ul,w_,hl.tabWidth),p(["${",Ul,ww,"}"])}function Nt(La,hl,fl){return La.map(()=>Ym(La,hl,fl),La.node.type==="TSTemplateLiteralType"?"types":"expressions")}function Mn(La,hl){return gt(La,La=>typeof La=="string"?hl?MA(0,La,/(\\*)`/g,"$1$1\\`"):ei(La):La)}function ei(La){return MA(0,La,/([\\`]|\$\{)/g,"\\$1")}var xC=/^[fx]?(?:describe|it|test)$/;function Hm({node:La,parent:hl}){return La.type==="TemplateLiteral"&&hl.type==="TaggedTemplateExpression"&&hl.quasi===La&&hl.tag.type==="MemberExpression"&&hl.tag.property.type==="Identifier"&&hl.tag.property.name==="each"&&(hl.tag.object.type==="Identifier"&&xC.test(hl.tag.object.name)||hl.tag.object.type==="MemberExpression"&&hl.tag.object.property.type==="Identifier"&&(hl.tag.object.property.name==="only"||hl.tag.object.property.name==="skip")&&hl.tag.object.object.type==="Identifier"&&xC.test(hl.tag.object.object.name))}var DC=[(La,hl)=>hl==="properties"&&La.type==="ObjectExpression",(La,hl)=>hl==="arguments"&&La.type==="CallExpression"&&La.callee.type==="Identifier"&&La.callee.name==="Component",(La,hl)=>hl==="expression"&&La.type==="Decorator"];function Pu(La){let t=La=>La.type==="TemplateLiteral",r=(La,hl)=>Ge(La)&&!La.computed&&La.key.type==="Identifier"&&La.key.name==="styles"&&hl==="value";return La.match(t,(La,hl)=>lA(La)&&hl==="elements",r,...DC)||La.match(t,r,...DC)}function ni(La){return La.match(La=>La.type==="TemplateLiteral",(La,hl)=>Ge(La)&&!La.computed&&La.key.type==="Identifier"&&La.key.name==="template"&&hl==="value",...DC)}function ti(La,hl){return x(La,gy.Block|gy.Leading,({value:La})=>La===` ${hl} `)}function _n({node:La,parent:hl},fl){return ti(La,fl)||Xm(hl)&&ti(hl,fl)||hl.type==="ExpressionStatement"&&ti(hl,fl)}function Xm(La){return La.type==="AsConstExpression"||La.type==="TSAsExpression"&&La.typeAnnotation.type==="TSTypeReference"&&La.typeAnnotation.typeName.type==="Identifier"&&La.typeAnnotation.typeName.name==="const"}async function ku(La,hl,fl,yl){let{node:Pl}=fl,Ul="";for(let[La,hl]of Pl.quasis.entries()){let{raw:fl}=hl.value;La>0&&(Ul+="@prettier-placeholder-"+(La-1)+"-id"),Ul+=fl}let Gd=await La(Ul,{parser:"scss"}),af=Nt(fl,yl,hl),n_=Vm(Gd,af);if(!n_)throw new Error("Couldn't insert all the expressions");return["`",m([bw,n_]),Aw,"`"]}function Vm(La,hl){if(!af(hl))return La;let fl=0,yl=gt(ur(La),La=>typeof La!="string"||!La.includes("@prettier-placeholder")?La:La.split(/@prettier-placeholder-(\d+)-id/).map((La,yl)=>yl%2===0?Ve(La):(fl++,hl[La])));return hl.length===fl?yl:null}function Km(La){return La.match(void 0,(La,hl)=>hl==="quasi"&&La.type==="TaggedTemplateExpression"&&lr(La.tag,["css","css.global","css.resolve"]))||La.match(void 0,(La,hl)=>hl==="expression"&&La.type==="JSXExpressionContainer",(La,hl)=>hl==="children"&&La.type==="JSXElement"&&La.openingElement.name.type==="JSXIdentifier"&&La.openingElement.name.name==="style"&&La.openingElement.attributes.some(La=>La.type==="JSXAttribute"&&La.name.type==="JSXIdentifier"&&La.name.name==="jsx"))}function Nn(La){return La.type==="Identifier"&&La.name==="styled"}function Iu(La){return/^[A-Z]/.test(La.object.name)&&La.property.name==="extend"}function $m({parent:La}){if(!La||La.type!=="TaggedTemplateExpression")return!1;let hl=La.tag.type==="ParenthesizedExpression"?La.tag.expression:La.tag;switch(hl.type){case"MemberExpression":return Nn(hl.object)||Iu(hl);case"CallExpression":return Nn(hl.callee)||hl.callee.type==="MemberExpression"&&(hl.callee.object.type==="MemberExpression"&&(Nn(hl.callee.object.object)||Iu(hl.callee.object))||hl.callee.object.type==="CallExpression"&&Nn(hl.callee.object.callee));case"Identifier":return hl.name==="css";default:return!1}}function Qm({parent:La,grandparent:hl}){return hl?.type==="JSXAttribute"&&La.type==="JSXExpressionContainer"&&hl.name.type==="JSXIdentifier"&&hl.name.name==="css"}var wu=La=>Km(La)||$m(La)||Qm(La)||Pu(La);async function Lu(La,hl,fl,yl){let{node:Pl}=fl,Ul=Pl.quasis.length,Gd=Nt(fl,yl,hl),af=[];for(let hl=0;hl2&&p_[0].trim()===""&&p_[1].trim()==="",I_=w_>2&&p_[w_-1].trim()===""&&p_[w_-2].trim()==="",N_=p_.every(La=>/^\s*(?:#[^\n\r]*)?$/.test(La)),_m;N_?_m=zm(p_):_m=await La(i_,{parser:"graphql"}),_m?(_m=Mn(_m,!1),!yl&&D_&&af.push(""),af.push(_m),!n_&&I_&&af.push("")):!yl&&!n_&&D_&&af.push(""),n_||af.push(Gd[hl])}return["`",m([bw,L(bw,af)]),bw,"`"]}function zm(La){let hl=[],fl=!1,yl=La.map(La=>La.trim());for(let[La,Pl]of yl.entries())Pl!==""&&(yl[La-1]===""&&fl?hl.push([bw,Pl]):hl.push(Pl),fl=!0);return hl.length===0?null:L(bw,hl)}function Ou({node:La,parent:hl}){return _n({node:La,parent:hl},"GraphQL")||hl&&(hl.type==="TaggedTemplateExpression"&&(hl.tag.type==="MemberExpression"&&hl.tag.object.name==="graphql"&&hl.tag.property.name==="experimental"||hl.tag.type==="Identifier"&&(hl.tag.name==="gql"||hl.tag.name==="graphql"))||hl.type==="CallExpression"&&hl.callee.type==="Identifier"&&hl.callee.name==="graphql")}var SC=0;async function Mu(La,hl,fl,yl,Pl){let{node:Ul}=yl,Gd=SC;SC=SC+1>>>0;let u=La=>`PRETTIER_HTML_PLACEHOLDER_${La}_${Gd}_IN_JS`,af=Ul.quasis.map((La,hl,fl)=>hl===fl.length-1?La.value.cooked:La.value.cooked+u(hl)).join(""),n_=Nt(yl,Pl,fl),i_=new RegExp(u("(\\d+)"),"g"),p_=0,w_=await hl(af,{parser:La,__onHtmlRoot(La){p_=La.children.length}}),D_=gt(w_,La=>{if(typeof La!="string")return La;let hl=[],fl=La.split(i_);for(let La=0;La1?m(p(D_)):p(D_),N_,"`"]))}function _u(La){return _n(La,"HTML")||La.match(La=>La.type==="TemplateLiteral",(La,hl)=>La.type==="TaggedTemplateExpression"&&La.tag.type==="Identifier"&&La.tag.name==="html"&&hl==="quasi")}var kC=Mu.bind(void 0,"html"),TC=Mu.bind(void 0,"angular");async function vu(La,hl,fl){let{node:yl}=fl,Pl=MA(0,yl.quasis[0].value.raw,/((?:\\\\)*)\\`/g,(La,hl)=>"\\".repeat(hl.length/2)+"`"),Ul=Zm(Pl),Gd=Ul!=="";Gd&&(Pl=MA(0,Pl,new RegExp(`^${Ul}`,"gm"),""));let af=Mn(await La(Pl,{parser:"markdown",__inJsTemplate:!0}),!0);return["`",Gd?m([Aw,af]):[Ew,Js(af)],Aw,"`"]}function Zm(La){let hl=La.match(/^([^\S\n]*)\S/m);return hl===null?"":hl[1]}function Ru({node:La,parent:hl}){return hl?.type==="TaggedTemplateExpression"&&La.quasis.length===1&&hl.tag.type==="Identifier"&&(hl.tag.name==="md"||hl.tag.name==="markdown")}var IC=[{test:wu,print:ku},{test:Ou,print:Lu},{test:_u,print:kC},{test:ni,print:TC},{test:Ru,print:vu}].map(({test:La,print:hl})=>({test:La,print:rf(hl)}));function tf(La){let{node:hl}=La;if(hl.type!=="TemplateLiteral"||nf(hl))return;let fl=IC.find(({test:hl})=>hl(La));if(fl)return hl.quasis.length===1&&hl.quasis[0].value.raw.trim()===""?"``":fl.print}function rf(La){return async(...hl)=>{let fl=await La(...hl);return fl&&Et({embed:!0,...fl.label},fl)}}function nf({quasis:La}){return La.some(({value:{cooked:La}})=>La===null)}var BC=tf;function Ju(La,hl){La.type==="ChainExpression"?of(hl):(La.type==="OptionalMemberExpression"||La.type==="OptionalCallExpression")&&sf(hl)}function Gu(La){if(mA(La))return"object";if(_A(La))return"callee";if(yA(La))return"expression"}function jn(La){let hl=Gu(La);if(hl)return La[hl]}function of(La){for(La=jn(La);La.type==="MemberExpression"||La.type==="CallExpression"||La.type==="TSNonNullExpression";La=jn(La)){let hl=Gu(La),fl=La[hl];fl.type==="ChainExpression"&&(La[hl]=fl.expression)}}function sf(La){for(La=jn(La);La.type==="MemberExpression"||La.type==="CallExpression";La=jn(La))La.type=`Optional${La.type}`}function Uu(La,hl,fl){let yl=hl[fl];(q(yl)||Ee(yl))&&(La[fl]=String(yl.value)),yl.type==="Identifier"&&(La[fl]=yl.name)}function qu(La,hl){(La.type==="Property"||La.type==="ObjectProperty"||La.type==="MethodDefinition"||La.type==="ClassProperty"||La.type==="ClassMethod"||La.type==="PropertyDefinition"||La.type==="TSDeclareMethod"||La.type==="TSPropertySignature"||La.type==="TSMethodSignature"||La.type==="ObjectTypeProperty"||La.type==="ImportAttribute"||La.type==="RecordDeclarationProperty"||La.type==="RecordDeclarationStaticProperty")&&!La.computed&&Uu(hl,La,"key"),La.type==="TSEnumMember"&&Uu(hl,La,"id")}function Yu(La,hl){La.type==="RegExpLiteral"&&(hl.flags=[...La.flags].sort().join("")),La.type==="Literal"&&"regex"in La&&(hl.regex.flags=[...La.regex.flags].sort().join(""))}var FC=new Set(["range","raw","comments","extra","start","end","loc","errors","tokens","trailingComma","docblock","__contentEnd"]),Er=La=>{for(let hl of La.quasis)delete hl.value};function ii(La,hl,fl){if(La.type==="Program"&&delete hl.sourceType,Ju(La,hl),qu(La,hl),Yu(La,hl),(Gi(La)||La.type==="BigIntLiteralTypeAnnotation")&&"bigint"in La&&(hl.bigint=La.bigint.toLowerCase()),La.type==="EmptyStatement"&&!zt({node:La,parent:fl})||La.type==="JSXText"||La.type==="JSXExpressionContainer"&&(La.expression.type==="Literal"||La.expression.type==="StringLiteral")&&La.expression.value===" ")return null;if(La.type==="JSXElement"&&La.openingElement.name.type==="JSXIdentifier"&&La.openingElement.name.name==="style"&&La.openingElement.attributes.some(La=>La.type==="JSXAttribute"&&La.name.name==="jsx"))for(let{type:La,expression:fl}of hl.children)La==="JSXExpressionContainer"&&fl.type==="TemplateLiteral"&&Er(fl);La.type==="JSXAttribute"&&La.name.name==="css"&&La.value.type==="JSXExpressionContainer"&&La.value.expression.type==="TemplateLiteral"&&Er(hl.value.expression),La.type==="JSXAttribute"&&q(La.value)&&/["']|"|'/.test(La.value.value)&&(hl.value.value=MA(0,La.value.value,/["']|"|'/g,'"'));let yl=La.expression||La.callee;if(La.type==="Decorator"&&yl.type==="CallExpression"&&yl.callee.name==="Component"&&yl.arguments.length===1){let fl=La.expression.arguments[0].properties;for(let[La,yl]of hl.expression.arguments[0].properties.entries())switch(fl[La].key.name){case"styles":lA(yl.value)&&Er(yl.value.elements[0]);break;case"template":yl.value.type==="TemplateLiteral"&&Er(yl.value);break}}La.type==="TaggedTemplateExpression"&&(La.tag.type==="MemberExpression"||La.tag.type==="Identifier"&&(La.tag.name==="gql"||La.tag.name==="graphql"||La.tag.name==="css"||La.tag.name==="md"||La.tag.name==="markdown"||La.tag.name==="html")||La.tag.type==="CallExpression")&&Er(hl.quasi),(La.type==="CallExpression"||La.type==="MemberExpression")&&!La.optional&&delete hl.optional,La.type==="TemplateLiteral"&&Er(hl)}ii.ignoredProperties=FC;var PC=/\*\/$/,RC=/^\/\*\*?/,NC=/^\s*(\/\*\*?(.|\r?\n)*?\*\/)/,OC=/(^|\s+)\/\/([^\n\r]*)/g,QC=/^(\r?\n)+/,LC=/(?:^|\r?\n) *(@[^\n\r]*?) *\r?\n *(?![^\n\r@]*\/\/[^]*)([^\s@][^\n\r@]+?) *\r?\n/g,MC=/(?:^|\r?\n) *@(\S+) *([^\n\r]*)/g,jC=/(\r?\n|^) *\* ?/g,UC=[];function Qu(La){let hl=La.match(NC);return hl?hl[0].trimStart():""}function zu(La){let hl=La.match(NC)?.[0];return hl==null?La:La.slice(hl.length)}function Zu(La){La=MA(0,La.replace(RC,"").replace(PC,""),jC,"$1");let hl="";for(;hl!==La;)hl=La,La=MA(0,La,LC,`\n$1 $2\n`);La=La.replace(QC,"").trimEnd();let fl=Object.create(null),yl=MA(0,La,MC,"").replace(QC,"").trimEnd(),Pl;for(;Pl=MC.exec(La);){let La=MA(0,Pl[2],OC,"");if(typeof fl[Pl[1]]=="string"||Array.isArray(fl[Pl[1]])){let hl=fl[Pl[1]];fl[Pl[1]]=[...UC,...Array.isArray(hl)?hl:[hl],La]}else fl[Pl[1]]=La}return{comments:yl,pragmas:fl}}function ea({comments:La="",pragmas:hl={}}){let fl=Object.keys(hl),yl=fl.flatMap(La=>Vu(La,hl[La])).map(La=>` * ${La}\n`).join("");if(!La){if(fl.length===0)return"";if(fl.length===1&&!Array.isArray(hl[fl[0]])){let La=hl[fl[0]];return`/** ${Vu(fl[0],La)[0]} */`}}let Pl=La.split(`\n`).map(La=>` * ${La}`).join(`\n`)+`\n`;return`/**\n`+(La?Pl:"")+(La&&fl.length>0?` *\n`:"")+yl+" */"}function Vu(La,hl){return[...UC,...Array.isArray(hl)?hl:[hl]].map(hl=>`@${La} ${hl}`.trim())}var GC="format";function ff(La){if(!La.startsWith("#!"))return"";let hl=La.indexOf(`\n`);return hl===-1?La:La.slice(0,hl)}var qC=ff;function Df(La){let hl=qC(La);hl&&(La=La.slice(hl.length+1));let fl=Qu(La),{pragmas:yl,comments:Pl}=Zu(fl);return{shebang:hl,text:La,pragmas:yl,comments:Pl}}function na(La){let{shebang:hl,text:fl,pragmas:yl,comments:Pl}=Df(La),Ul=zu(fl),Gd=ea({pragmas:{[GC]:"",...yl},comments:Pl.trimStart()});return(hl?`${hl}\n`:"")+Gd+(Ul.startsWith(`\n`)?`\n`:`\n\n`)+Ul}function yf(La){if(!GA(La))return[];if(!La.value.includes(`\n`))return[];let hl=[];for(let fl of`*${La.value}*`.split(`\n`)){if(fl=fl.trimStart(),!fl.startsWith("*"))return[];hl.push(fl)}return hl}var $C=new WeakMap;function si(La){return Z($C,La,yf)}function vn(La){return si(La).length>0}function oa(La,hl){let fl=La.node;if(qA(fl))return hl.originalText.slice(b(fl),S(fl)).trimEnd();if(vn(fl))return df(fl);if(GA(fl))return["/*",Ve(fl.value),"*/"];throw new Error("Not a comment: "+JSON.stringify(fl))}function df(La){let hl=si(La),fl=La.value[0]==="*"&&La.value[1]!=="*";return["/",hl.map((La,yl)=>{if(yl===0)return[La.trimEnd(),bw];if(yl===hl.length-1)return[" ",La];let Pl=La.trimEnd(),Ul=[" ",Pl];return fl&&Pl!=="*"&&La.endsWith(" ")?[Ul," ",Gs(Ew)]:[Ul,bw]}),"/"]}function ui(La){if(typeof La!="string")throw new TypeError("Expected a string");return La.replace(/[|\\{}()[\]^$+*?.]/g,"\\$&").replace(/-/g,"\\x2d")}var JC=class{#_e;constructor(La){this.#_e=new Set(La)}getLeadingWhitespaceCount(La){let hl=this.#_e,fl=0;for(let yl=0;yl=0&&hl.has(La.charAt(yl));yl--)fl++;return fl}getLeadingWhitespace(La){let hl=this.getLeadingWhitespaceCount(La);return La.slice(0,hl)}getTrailingWhitespace(La){let hl=this.getTrailingWhitespaceCount(La);return La.slice(La.length-hl)}hasLeadingWhitespace(La){return this.#_e.has(La.charAt(0))}hasTrailingWhitespace(La){return this.#_e.has(p_(0,La,-1))}trimStart(La){let hl=this.getLeadingWhitespaceCount(La);return La.slice(hl)}trimEnd(La){let hl=this.getTrailingWhitespaceCount(La);return La.slice(0,La.length-hl)}trim(La){return this.trimEnd(this.trimStart(La))}split(La,hl=!1){let fl=`[${ui([...this.#_e].join(""))}]+`,yl=new RegExp(hl?`(${fl})`:fl);return La.split(yl)}hasWhitespaceCharacter(La){let hl=this.#_e;return Array.prototype.some.call(La,La=>hl.has(La))}hasNonWhitespaceCharacter(La){let hl=this.#_e;return Array.prototype.some.call(La,La=>!hl.has(La))}isWhitespaceOnly(La){let hl=this.#_e;return Array.prototype.every.call(La,La=>hl.has(La))}#me(La){let hl=Number.POSITIVE_INFINITY;for(let fl of La.split(`\n`)){if(fl.length===0)continue;let La=this.getLeadingWhitespaceCount(fl);if(La===0)return 0;fl.length!==La&&LaLa.slice(hl)).join(`\n`)}},HC=JC;var VC=new HC(` \n\r\t`);function Xt(La){return La.type==="JSXText"&&(VC.hasNonWhitespaceCharacter(ye(La))||!/\n/.test(ye(La)))}function sa(La){let{node:hl,parent:fl}=La;if(!hA(hl)||!hA(fl))return!1;let{index:yl,siblings:Pl}=La,Ul;for(let La=yl;La>0;La--){let hl=Pl[La-1];if(!(hl.type==="JSXText"&&!Xt(hl))){Ul=hl;break}}return Ul?.type==="JSXExpressionContainer"&&Ul.expression.type==="JSXEmptyExpression"&&Lt(Ul.expression)}function Cf(La){return Lt(La.node)||sa(La)}var WC=Cf;var zC=class extends Error{name="UnexpectedNodeError";constructor(La,hl,fl="type"){super(`Unexpected ${hl} node ${fl}: ${JSON.stringify(La[fl])}.`),this.node=La}},YC=zC;function ua(La){return La.type==="CallExpression"&&!La.optional&&La.arguments.length===1&&La.callee.type==="Identifier"&&La.callee.name==="Boolean"}var KC=0;function Rn(La,hl,fl){let{node:yl,parent:Pl,grandparent:Ul,key:Gd}=La,af=Gd!=="body"&&(Pl.type==="IfStatement"||Pl.type==="WhileStatement"||Pl.type==="SwitchStatement"||Pl.type==="DoWhileStatement"),n_=yl.operator==="|>"&&La.root.extra?.__isUsingHackPipeline,i_=ci(La,hl,fl,!1,af);if(af)return i_;if(n_)return p(i_);if(Gd==="callee"&&gA(Pl)||Pl.type==="UnaryExpression"&&!x(yl)||mA(Pl)&&!Pl.computed)return p([m([Aw,...i_]),Aw]);let w_=aA(Pl)||Pl.type==="JSXExpressionContainer"&&Ul.type==="JSXAttribute"||yl.operator!=="|"&&Pl.type==="JsExpressionRoot"||yl.type!=="NGPipeExpression"&&(Pl.type==="NGRoot"&&hl.parser==="__ng_binding"||Pl.type==="NGMicrosyntaxExpression"&&Ul.type==="NGMicrosyntax"&&Ul.body.length===1)||yl===Pl.body&&Pl.type==="ArrowFunctionExpression"||yl!==Pl.body&&Pl.type==="ForStatement"||Pl.type==="ConditionalExpression"&&!aA(Ul)&&!gA(Ul)||Pl.type==="TemplateLiteral"||Gd==="argument"&&Pl.type==="UnaryExpression"||Gd==="arguments"&&ua(Pl),D_=Pl.type==="AssignmentExpression"||Pl.type==="VariableDeclarator"||Pl.type==="ClassProperty"||Pl.type==="PropertyDefinition"||Pl.type==="TSAbstractPropertyDefinition"||Pl.type==="ClassPrivateProperty"||Ge(Pl),I_=fA(yl.left)&&Lr(yl.operator,yl.left.operator);if(w_||Fr(yl)&&!I_||!Fr(yl)&&D_)return p(i_);if(i_.length===0)return"";let N_=hA(yl.right),_m=i_.findIndex(La=>typeof La!="string"&&!Array.isArray(La)&&La.type===wE),pg=i_.slice(0,_m===-1?1:_m+1),mg=i_.slice(pg.length,N_?-1:void 0),gg=Symbol("logicalChain-"+ ++KC),eA=p([...pg,m(mg)],{id:gg});if(!N_)return eA;let tA=p_(0,i_,-1);return p([eA,ht(tA,{groupId:gg})])}function ci(La,hl,fl,yl,Pl){let{node:Ul}=La;if(!fA(Ul))return[p(fl())];let Gd=[];Lr(Ul.operator,Ul.left.operator)?Gd=La.call(()=>ci(La,hl,fl,!0,Pl),"left"):Gd.push(p(fl("left")));let af=Fr(Ul),n_=Ul.right.type==="ChainExpression"?Ul.right.expression:Ul.right,i_=(Ul.type==="NGPipeExpression"||Ul.operator==="|>"||xf(La,hl))&&!Oe(hl.originalText,n_),p_=!x(n_,gy.Leading,nr)&&Oe(hl.originalText,n_),w_=Ul.type==="NGPipeExpression"?"|":Ul.operator,D_=Ul.type==="NGPipeExpression"&&Ul.arguments.length>0?p(m([Aw,": ",L([gw,": "],La.map(()=>Se(2,p(fl())),"arguments"))])):"",I_;if(af)I_=[w_,Oe(hl.originalText,n_)?m([gw,fl("right"),D_]):[" ",fl("right"),D_]];else{let yl=w_==="|>"&&La.root.extra?.__isUsingHackPipeline?La.call(()=>ci(La,hl,fl,!0,Pl),"right"):fl("right");if(hl.experimentalOperatorPosition==="start"){let La="";if(p_)switch(sw(yl)){case aE:La=yl[0],yl.shift();break;case HE:La=yl.contents[0],yl.contents.shift();break}I_=[gw,La,w_," ",yl,D_]}else I_=[i_?gw:"",w_,i_?" ":gw,yl,D_]}let{parent:N_}=La,_m=x(Ul.left,gy.Trailing|gy.Line);if((_m||!(Pl&&Ul.type==="LogicalExpression")&&N_.type!==Ul.type&&Ul.left.type!==Ul.type&&Ul.right.type!==Ul.type)&&(I_=p(I_,{shouldBreak:_m})),hl.experimentalOperatorPosition==="start"?Gd.push(af||p_?" ":"",I_):Gd.push(i_?"":" ",I_),yl&&x(Ul)){let fl=ur(Q(La,Gd,hl));return fl.type===xE?fl.parts:Array.isArray(fl)?fl:[fl]}return Gd}function Fr(La){return La.type!=="LogicalExpression"?!1:!!(cA(La.right)&&La.right.properties.length>0||lA(La.right)&&La.right.elements.length>0||hA(La.right))}var aa=La=>La.type==="BinaryExpression"&&La.operator==="|";function xf(La,hl){return(hl.parser==="__vue_expression"||hl.parser==="__vue_ts_expression")&&aa(La.node)&&!La.hasAncestor(La=>!aa(La)&&La.type!=="JsExpressionRoot")}function ca(La,hl,fl){let{node:yl}=La;if(yl.type.startsWith("NG"))switch(yl.type){case"NGRoot":return fl("node");case"NGPipeExpression":return Rn(La,hl,fl);case"NGChainedExpression":return p(L([";",gw],La.map(()=>gf(La)?fl():["(",fl(),")"],"expressions")));case"NGEmptyExpression":return"";case"NGMicrosyntax":return La.map(()=>[La.isFirst?"":pa(La)?" ":[";",gw],fl()],"body");case"NGMicrosyntaxKey":return/^[$_a-z][\w$]*(?:-[$_a-z][\w$])*$/i.test(yl.name)?yl.name:JSON.stringify(yl.name);case"NGMicrosyntaxExpression":return[fl("expression"),yl.alias===null?"":[" as ",fl("alias")]];case"NGMicrosyntaxKeyedExpression":{let{index:hl,parent:Pl}=La,Ul=pa(La)||Af(La)||(hl===1&&(yl.key.name==="then"||yl.key.name==="else"||yl.key.name==="as")||hl===2&&(yl.key.name==="else"&&Pl.body[hl-1].type==="NGMicrosyntaxKeyedExpression"&&Pl.body[hl-1].key.name==="then"||yl.key.name==="track"))&&Pl.body[0].type==="NGMicrosyntaxExpression";return[fl("key"),Ul?" ":": ",fl("expression")]}case"NGMicrosyntaxLet":return["let ",fl("key"),yl.value===null?"":[" = ",fl("value")]];case"NGMicrosyntaxAs":return[fl("key")," as ",fl("alias")];default:throw new YC(yl,"Angular")}}function pa({node:La,index:hl}){return La.type==="NGMicrosyntaxKeyedExpression"&&La.key.name==="of"&&hl===1}function Af(La){let{node:hl}=La;return La.parent.body[1].key.name==="of"&&hl.type==="NGMicrosyntaxKeyedExpression"&&hl.key.name==="track"&&hl.key.type==="NGMicrosyntaxKey"}var XC=B(["CallExpression","OptionalCallExpression","AssignmentExpression"]);function gf({node:La}){return _r(La,XC)}function li(La,hl,fl){let{node:yl}=La;return p([L(gw,La.map(fl,"decorators")),ma(yl,hl)?bw:gw])}function la(La,hl,fl){return fa(La.node)?[L(bw,La.map(fl,"declaration","decorators")),bw]:""}function Wn(La,hl,fl){let{node:yl,parent:Pl}=La,{decorators:Ul}=yl;if(!af(Ul)||fa(Pl)||WC(La))return"";let Gd=yl.type==="ClassExpression"||yl.type==="ClassDeclaration"||ma(yl,hl);return[La.key==="declaration"&&oA(Pl)?bw:Gd?_w:"",L(gw,La.map(fl,"decorators")),gw]}function ma(La,hl){return La.decorators.some(La=>PA(hl.originalText,S(La)))}function fa(La){if(La.type!=="ExportDefaultDeclaration"&&La.type!=="ExportNamedDeclaration"&&La.type!=="DeclareExportDeclaration")return!1;let hl=La.declaration?.decorators;return af(hl)&&kt(La,hl[0])}function Jn(La){return La.type==="UnaryExpression"&&(La.operator==="+"||La.operator==="-")&&Ee(La.argument)}function xr(La,hl,fl){let{node:yl}=La,Pl=[],Ul=nA(yl)?"elementTypes":"elements",Gd=yl[Ul];if(Gd.length===0&&!yl.inexact)Pl.push(p(["[",Mt(La,hl),"]"]));else{let af=p_(0,Gd,-1),n_=af?.type!=="RestElement"&&!yl.inexact,i_=af===null,w_=Symbol("array"),D_=!hl.__inJestEach&&Gd.length>1&&Gd.every((La,hl,fl)=>{if(!lA(La)&&!cA(La))return!1;let yl=La?.type,Pl=fl[hl+1];if(Pl&&yl!==Pl.type)return!1;let Ul=lA(La)?"elements":"properties";return La[Ul]&&La[Ul].length>1})||x(yl,gy.Dangling|gy.Line),I_=mi(yl,hl),N_=n_?i_?",":gn(hl)?I_?O(",","",{groupId:w_}):O(","):"":"";Pl.push(p(["[",m([Aw,I_?Sf(La,hl,fl,N_):[hf(La,hl,fl,Ul,yl.inexact),N_],W(La,hl)]),Aw,"]"],{shouldBreak:D_,id:w_}))}return Pl.push($(La),G(La,fl)),Pl}function mi(La,hl){return lA(La)&&La.elements.length>0&&La.elements.every(La=>La&&(Ee(La)||Jn(La)&&!x(La.argument))&&!x(La,gy.Trailing|gy.Line,La=>!PA(hl.originalText,b(La),{backwards:!0})))}function Da({node:La},{originalText:hl}){let fl=S(La);if(fl===b(La))return!1;let{length:yl}=hl;for(;fl{Ul.push(yl?p(fl()):""),(!Gd||Pl)&&Ul.push([",",gw,yl&&Da(La,hl)?Aw:""])},yl),Pl&&Ul.push("..."),Ul}function Sf(La,hl,fl,yl){let Pl=[];return La.each(({isLast:Ul,next:Gd})=>{Pl.push([fl(),Ul?yl:","]),Ul||Pl.push(Da(La,hl)?[bw,bw]:x(Gd,gy.Leading|gy.Line)?bw:gw)},"elements"),yn(Pl)}function fi(La){return La.quasis.some(La=>La.value.raw.includes(`\n`))}function Gn(La,hl){return(La.type==="TemplateLiteral"&&fi(La)||La.type==="TaggedTemplateExpression"&&fi(La.quasi))&&!PA(hl,b(La),{backwards:!0})}var ZC=new WeakMap;function ya(La){return Z(ZC,La,La=>La.type==="ConditionalExpression"&&!Ce(La,La=>La.type==="ObjectExpression"))}var bf=La=>La.type==="SequenceExpression";function Ea(La,hl,fl,yl={}){let Pl=[],Ul,Gd=[],af=!1,n_=!yl.expandLastArg&&La.node.body.type==="ArrowFunctionExpression",i_;(function I(){let{node:p_}=La,w_=Pf(La,hl,fl,yl);if(Pl.length===0)Pl.push(w_);else{let{leading:fl,trailing:yl}=Tn(La,hl);Pl.push([fl,w_]),Gd.unshift(yl)}n_&&(af||(af=p_.returnType&&ee(p_).length>0||p_.typeParameters||ee(p_).some(La=>La.type!=="Identifier"))),!n_||p_.body.type!=="ArrowFunctionExpression"?(Ul=fl("body",yl),i_=p_.body):La.call(I,"body")})();let p_=!Oe(hl.originalText,i_)&&(bf(i_)||If(i_,Ul,hl)||!af&&ya(i_)),w_=La.key==="callee"&&AA(La.parent),D_=Symbol("arrow-chain"),I_=kf(La,yl,{signatureDocs:Pl,shouldBreak:af}),N_=!1,_m=!1,pg=!1;return n_&&(w_||yl.assignmentLayout)&&(_m=!0,pg=!x(La.node,gy.Leading&gy.Line),N_=yl.assignmentLayout==="chain-tail-arrow-chain"||w_&&!p_),Ul=wf(La,hl,yl,{bodyDoc:Ul,bodyComments:Gd,functionBody:i_,shouldPutBodyOnSameLine:p_}),p([p(_m?m([pg?Aw:"",I_]):I_,{shouldBreak:N_,id:D_})," =>",n_?ht(Ul,{groupId:D_}):p(Ul),n_&&w_?O(Aw,"",{groupId:D_}):""])}function Pf(La,hl,fl,yl){let{node:Pl}=La,Ul=[];if(Pl.async&&Ul.push("async "),kn(La,hl))Ul.push(fl(["params",0]));else{let Pl=yl.expandLastArg||yl.expandFirstArg,Gd=wn(La,fl);if(Pl){if(ue(Gd))throw new Yw;Gd=p(Jt(Gd))}Ul.push(p([Ke(La,hl,fl,Pl,!0),Gd]))}let Gd=W(La,hl,{marker:"commentBeforeArrow"});return Gd&&Ul.push(" ",Gd),Ul}function If(La,hl,fl){return lA(La)||cA(La)||La.type==="ArrowFunctionExpression"||La.type==="DoExpression"||La.type==="BlockStatement"||hA(La)||hl.label?.hug!==!1&&(hl.label?.embed||Gn(La,fl.originalText))}function kf(La,hl,{signatureDocs:fl,shouldBreak:yl}){if(fl.length===1)return fl[0];let{parent:Pl,key:Ul}=La;return Ul!=="callee"&&AA(Pl)||fA(Pl)?p([fl[0]," =>",m([gw,L([" =>",gw],fl.slice(1))])],{shouldBreak:yl}):Ul==="callee"&&AA(Pl)||hl.assignmentLayout?p(L([" =>",gw],fl),{shouldBreak:yl}):p(m(L([" =>",gw],fl)),{shouldBreak:yl})}function wf(La,hl,fl,{bodyDoc:yl,bodyComments:Pl,functionBody:Ul,shouldPutBodyOnSameLine:Gd}){let{node:af,parent:n_}=La,i_=fl.expandLastArg?Ie(hl,"all"):"",p_=(fl.expandLastArg||n_.type==="JSXExpressionContainer")&&!x(af)?Aw:"";return Gd&&ya(Ul)?[" ",p([O("","("),m([Aw,yl]),O("",")"),i_,p_]),Pl]:Gd?[" ",yl,Pl]:[m([gw,yl,Pl]),i_,p_]}var ex=.25;function Wr(La,hl){let{printWidth:fl}=hl;if(x(La))return!1;let yl=fl*ex;if(La.type==="ThisExpression"||La.type==="Identifier"&&La.name.length<=yl||Jn(La)&&!x(La.argument))return!0;let Pl=La.type==="Literal"&&"regex"in La&&La.regex.pattern||La.type==="RegExpLiteral"&&La.pattern;return Pl?Pl.length<=yl:q(La)?_C(ye(La),hl).length<=yl:La.type==="TemplateLiteral"?La.expressions.length===0&&La.quasis[0].value.raw.length<=yl&&!La.quasis[0].value.raw.includes(`\n`):La.type==="UnaryExpression"?Wr(La.argument,{printWidth:fl}):La.type==="CallExpression"&&La.arguments.length===0&&La.callee.type==="Identifier"?La.callee.name.length<=yl-2:uA(La)}function jt(La){return mA(La)||La.type==="BindExpression"&&!!La.object}function da(La){if(La.length<=1)return!1;let hl=0;for(let fl of La)if(dA(fl)){if(hl+=1,hl>1)return!0}else if(fl=Pe(fl),_A(fl)){for(let La of se(fl))if(dA(La))return!0}return!1}function Un(La){let{node:hl,parent:fl,key:yl}=La;return yl==="callee"&&_A(hl)&&_A(fl)&&fl.arguments.length>0&&hl.arguments.length>fl.arguments.length}var ix=new Set(["!","-","+","~"]),sx=B(["Identifier","ThisExpression","Super","PrivateName","PrivateIdentifier"]);function st(La,hl=2){if(hl<=0)return!1;let r=La=>st(La,hl-1);if(La=Pe(La),Xr(La))return Uw(La.pattern??La.regex.pattern)<=5;if(uA(La)||sx(La)||La.type==="ArgumentPlaceholder")return!0;if(La.type==="TemplateLiteral")return La.quasis.every(La=>!La.value.raw.includes(`\n`))&&La.expressions.every(r);if(cA(La))return La.properties.every(La=>!La.computed&&(La.shorthand||La.value&&r(La.value)));if(lA(La))return La.elements.every(La=>La===null||r(La));if(AA(La)){if(La.type==="ImportExpression"||st(La.callee,hl)){let fl=se(La);return fl.length<=hl&&fl.every(r)}return!1}return mA(La)?st(La.object,hl)&&st(La.property,hl):La.type==="UnaryExpression"&&ix.has(La.operator)||La.type==="UpdateExpression"?st(La.argument,hl):!1}function _f(La,hl,fl){let{node:yl}=La,Pl=se(yl);if(Pl.length===0)return p(["(",Mt(La,hl),")"]);let Ul=Pl.length-1;if(vf(Pl)){let hl=["("];return kr(La,(La,yl)=>{hl.push(fl()),yl!==Ul&&hl.push(", ")}),hl.push(")"),hl}let Gd=!1,af=[];kr(La,({node:La},yl)=>{let Pl=fl();yl===Ul||(me(La,hl)?(Gd=!0,Pl=[Pl,",",bw,bw]):Pl=[Pl,",",gw]),af.push(Pl)});let n_=La.root.type!=="NGRoot"&&yl.type!=="ImportExpression"&&yl.type!=="TSImportType"&&yl.type!=="TSExternalModuleReference"?Ie(hl,"all"):"";function c(){return p(["(",m([gw,...af]),n_,gw,")"],{shouldBreak:!0})}if(Gd||La.parent.type!=="Decorator"&&da(Pl))return c();if(jf(Pl)){let La=af.slice(1);if(La.some(ue))return c();let hl;try{hl=fl(ho(yl,0),{expandFirstArg:!0})}catch(La){if(La instanceof Yw)return c();throw La}return ue(hl)?[_w,mt([["(",p(hl,{shouldBreak:!0}),", ",...La,")"],c()])]:mt([["(",hl,", ",...La,")"],["(",p(hl,{shouldBreak:!0}),", ",...La,")"],c()])}if(Nf(Pl,af,hl)){let La=af.slice(0,-1);if(La.some(ue))return c();let hl;try{hl=fl(ho(yl,-1),{expandLastArg:!0})}catch(La){if(La instanceof Yw)return c();throw La}return ue(hl)?[_w,mt([["(",...La,p(hl,{shouldBreak:!0}),")"],c()])]:mt([["(",...La,hl,")"],["(",...La,p(hl,{shouldBreak:!0}),")"],c()])}let i_=["(",m([Aw,...af]),n_,Aw,")"];return Un(La)?i_:p(i_,{shouldBreak:af.some(ue)||Gd})}function qn(La,hl=!1){if(cA(La)&&(La.properties.length>0||x(La))||lA(La)&&(La.elements.length>0||x(La))||(gg(La)||La.type==="TSTypeAssertion")&&qn(La.expression)||La.type==="FunctionExpression"||La.type==="DoExpression"||La.type==="ModuleExpression")return!0;if(La.type==="ArrowFunctionExpression"){let{body:fl}=La;if(fl.type==="BlockStatement"||hA(fl)||cA(fl)||lA(fl)||fl.type==="ArrowFunctionExpression"&&qn(fl,!0)||!hl&&(fl.type==="ConditionalExpression"||_A(Pe(fl))))return!0}return!1}function Nf(La,hl,fl){if(La.length===1){let La=p_(0,hl,-1);if(La.label?.embed&&La.label?.hug!==!1)return!0}let yl=p_(0,La,-1),Pl=p_(0,La,-2);return!x(yl,gy.Leading)&&!x(yl,gy.Trailing)&&qn(yl)&&(!Pl||Pl.type!==yl.type)&&(La.length!==2||Pl.type!=="ArrowFunctionExpression"||!lA(yl))&&!(La.length>1&&mi(yl,fl))}function jf(La){if(La.length!==2)return!1;let[hl,fl]=La;return hl.type==="ModuleExpression"&&Rf(fl)?!0:!x(hl)&&(hl.type==="FunctionExpression"||hl.type==="ArrowFunctionExpression"&&hl.body.type==="BlockStatement")&&fl.type!=="FunctionExpression"&&fl.type!=="ArrowFunctionExpression"&&fl.type!=="ConditionalExpression"&&Fa(fl)&&!qn(fl)}function Fa(La){if(La.type==="ParenthesizedExpression")return Fa(La.expression);if(gg(La)||La.type==="TypeCastExpression"){let{typeAnnotation:hl}=La;if(hl.type==="TypeAnnotation"&&(hl=hl.typeAnnotation),hl.type==="TSArrayType"&&(hl=hl.elementType,hl.type==="TSArrayType"&&(hl=hl.elementType)),hl.type==="GenericTypeAnnotation"||hl.type==="TSTypeReference"){let La=hl.type==="GenericTypeAnnotation"?hl.typeParameters:hl.typeArguments;La?.params.length===1&&(hl=La.params[0])}return cr(hl)&&st(La.expression,1)}return AA(La)&&se(La).length>1?!1:fA(La)?st(La.left,1)&&st(La.right,1):Xr(La)||st(La)}function vf(La){return La.length===2?Ca(La,0):La.length===3?La[0].type==="Identifier"&&Ca(La,1):!1}function Ca(La,hl){let fl=La[hl],yl=La[hl+1];return fl.type==="ArrowFunctionExpression"&&ee(fl).length===0&&fl.body.type==="BlockStatement"&&yl.type==="ArrayExpression"&&La.every(La=>!x(La))}function Rf(La){if(!(La.type==="ObjectExpression"&&La.properties.length===1))return!1;let[hl]=La.properties;return Ge(hl)?!hl.computed&&(hl.key.type==="Identifier"&&hl.key.name==="type"||q(hl.key)&&hl.key.value==="type")&&q(hl.value)&&hl.value.value==="module":!1}var ax=_f;function xa(La,hl,fl){return[fl("object"),p(m([Aw,Di(La,hl,fl)]))]}function Di(La,hl,fl){return["::",fl("callee")]}var Wf=La=>_A(La)&&se(La).length>0;function Jf(La){let{node:hl,ancestors:fl}=La;for(let La of fl){if(!(mA(La)&&La.object===hl||La.type==="TSNonNullExpression"&&La.expression===hl))return La.type==="NewExpression"&&La.callee===hl;hl=La}return!1}function Aa(La,hl,fl){let yl=fl("object"),Pl=yi(La,hl,fl),{node:Ul}=La,Gd=La.findAncestor(La=>!(mA(La)||La.type==="TSNonNullExpression")),af=La.findAncestor(La=>!yA(La)),n_=Gd.type==="BindExpression"||Gd.type==="AssignmentExpression"&&Gd.left.type!=="Identifier"||Jf(La)||Ul.computed||Ul.object.type==="Identifier"&&Ul.property.type==="Identifier"&&!mA(af)||(af.type==="AssignmentExpression"||af.type==="VariableDeclarator")&&(Wf(Pe(Ul.object))||yl.label?.memberChain);return Et(yl.label,[yl,ww,n_?Pl:p(m([Aw,Pl]))])}function yi(La,hl,fl){let yl=fl("property"),{node:Pl}=La,Ul=$(La);return Pl.computed?!Pl.property||Ee(Pl.property)?[Ul,"[",yl,"]"]:p([Ul,"[",m([Aw,yl]),Aw,"]"]):[Ul,".",yl]}function Gf(La,hl,fl){let yl=(La.parent.type==="ChainExpression"?La.grandparent:La.parent).type==="ExpressionStatement",Pl=[];function i(La){let{originalText:fl}=hl,yl=BA(fl,S(La));return fl.charAt(yl)===")"?yl!==!1&&Kw(fl,yl+1):me(La,hl)}function s(){let{node:yl}=La;if(_A(yl)&&(jt(yl.callee)||_A(yl.callee))&&!Vv(La,hl)){let Ul=i(yl);Pl.unshift({node:yl,hasTrailingEmptyLine:Ul,printed:[Q(La,[$(La),fl("typeArguments"),ax(La,hl,fl)],hl),Ul?bw:""]}),La.call(s,"callee")}else jt(yl)&&!Vv(La,hl)?(Pl.unshift({node:yl,printed:Q(La,mA(yl)?yi(La,hl,fl):Di(La,hl,fl),hl)}),La.call(s,"object")):yl.type==="ChainExpression"&&!Vv(La,hl)?La.call(s,"expression"):yl.type==="TSNonNullExpression"&&!Vv(La,hl)?(Pl.unshift({node:yl,printed:Q(La,"!",hl)}),La.call(s,"expression")):Pl.unshift({node:yl,printed:fl()})}let{node:Ul}=La;Pl.unshift({node:Ul,printed:[$(La),fl("typeArguments"),ax(La,hl,fl)]}),Ul.callee&&La.call(s,"callee");let Gd=[],af=[Pl[0]],n_=1;for(;n_0&&Gd.push(af);function F(La){return/^[A-Z]|^[$_]+$/.test(La)}function A(La){return La.length<=hl.tabWidth}function E(La){let hl=La[1][0]?.node.computed;if(La[0].length===1){let fl=La[0][0].node;return fl.type==="ThisExpression"||fl.type==="Identifier"&&(F(fl.name)||yl&&A(fl.name)||hl)}let fl=p_(0,La[0],-1).node;return mA(fl)&&fl.property.type==="Identifier"&&(F(fl.property.name)||hl)}let w_=Gd.length>=2&&!x(Gd[1][0].node)&&E(Gd);function C(La){return La.map(La=>La.printed)}function I(La){return La.length===0?"":m([bw,L(bw,La.map(C))])}let D_=Gd.map(C),I_=D_,N_=w_?3:2,_m=Gd.flat(),pg=_m.slice(1,-1).some(La=>x(La.node,gy.Leading))||_m.slice(0,-1).some(La=>x(La.node,gy.Trailing))||Gd[N_]&&x(Gd[N_][0].node,gy.Leading);if(Gd.length<=N_&&!pg&&Gd.every(La=>!p_(0,La,-1).hasTrailingEmptyLine))return Un(La)?I_:p(I_);let mg=p_(0,Gd[w_?1:0],-1).node,gg=!_A(mg)&&i(mg),eA=[C(Gd[0]),w_?Gd.slice(1,2).map(C):"",gg?bw:"",I(Gd.slice(w_?2:1))],tA=Pl.map(({node:La})=>La).filter(_A);function xt(){let La=p_(0,p_(0,Gd,-1),-1).node,hl=p_(0,D_,-1);return _A(La)&&ue(hl)&&tA.slice(0,-1).some(La=>La.arguments.some(dA))}let rA;return pg||tA.length>2&&tA.some(La=>La.arguments.some(La=>!st(La)))||D_.slice(0,-1).some(ue)||xt()?rA=p(eA):rA=[ue(I_)||gg?_w:"",mt([I_,eA])],Et({memberChain:!0},rA)}var ox=Gf;function Vt(La,hl,fl){let{node:yl}=La,Pl=yl.type==="NewExpression",Ul=$(La),Gd=se(yl),af=yl.type!=="TSImportType"&&yl.typeArguments?[fl("typeArguments"),ww]:"",n_=Gd.length===1&&Gn(Gd[0],hl.originalText);if(n_||qf(La)||Yf(La)||Ut(yl,La.parent)){let hl=[];if(kr(La,()=>{hl.push(fl())}),!(n_&&hl[0].label?.embed))return[ga(La,fl),Ul,af,"(",L(", ",hl),")"]}let i_=yl.type==="ImportExpression"||yl.type==="TSImportType"||yl.type==="TSExternalModuleReference";if(!i_&&!Pl&&jt(yl.callee)&&!La.call(()=>Vv(La,hl),"callee",...yl.callee.type==="ChainExpression"?["expression"]:[]))return ox(La,hl,fl);let p_=[ga(La,fl),Ul,af,ax(La,hl,fl)];return i_||_A(yl.callee)?p(p_):p_}function ga(La,hl){let{node:fl}=La;return fl.type==="ImportExpression"?`import${fl.phase?`.${fl.phase}`:""}`:fl.type==="TSImportType"?"import":fl.type==="TSExternalModuleReference"?"require":[fl.type==="NewExpression"?"new ":"",hl("callee"),ww]}var cx=["require","require.resolve","require.resolve.paths","import.meta.resolve"];function qf(La){let{node:hl}=La;if(!(hl.type==="ImportExpression"||hl.type==="TSImportType"||hl.type==="TSExternalModuleReference"||hl.type==="CallExpression"&&!hl.optional&&lr(hl.callee,cx)))return!1;let fl=se(hl);return fl.length===1&&q(fl[0])&&!x(fl[0])}function Yf(La){let{node:hl}=La;if(hl.type!=="CallExpression"||hl.optional||hl.callee.type!=="Identifier")return!1;let fl=se(hl);return hl.callee.name==="require"?(fl.length===1&&q(fl[0])||fl.length>1)&&!x(fl[0]):hl.callee.name==="define"&&La.parent.type==="ExpressionStatement"?fl.length===1||fl.length===2&&fl[0].type==="ArrayExpression"||fl.length===3&&q(fl[0])&&fl[1].type==="ArrayExpression":!1}function vt(La,hl,fl,yl,Pl,Ul){let Gd=Hf(La,hl,fl,yl,Ul),af=Ul?fl(Ul,{assignmentLayout:Gd}):"";switch(Gd){case"break-after-operator":return p([p(yl),Pl,p(m([gw,af]))]);case"never-break-after-operator":return p([p(yl),Pl," ",af]);case"fluid":{let La=Symbol("assignment");return p([p(yl),Pl,p(m(gw),{id:La}),ww,ht(af,{groupId:La})])}case"break-lhs":return p([yl,Pl," ",p(af)]);case"chain":return[p(yl),Pl,gw,af];case"chain-tail":return[p(yl),Pl,m([gw,af])];case"chain-tail-arrow-chain":return[p(yl),Pl,af];case"only-left":return yl}}function Ba(La,hl,fl){let{node:yl}=La;return vt(La,hl,fl,fl("left"),[" ",yl.operator],"right")}function ba(La,hl,fl){return vt(La,hl,fl,fl("id")," =","init")}function Hf(La,hl,fl,yl,Pl){let{node:Ul}=La,Gd=Ul[Pl];if(!Gd)return"only-left";let af=!Yn(Gd);if(La.match(Yn,Pa,La=>!af||La.type!=="ExpressionStatement"&&La.type!=="VariableDeclaration"))return af?Gd.type==="ArrowFunctionExpression"&&Gd.body.type==="ArrowFunctionExpression"?"chain-tail-arrow-chain":"chain-tail":"chain";if(!af&&Yn(Gd.right)||tA(Gd)&&!Ht(Gd)||Oe(hl.originalText,Gd)||x(Gd,gy.Leading,vn))return"break-after-operator";if(Ul.type==="ImportAttribute"||Gd.type==="CallExpression"&&Gd.callee.name==="require"||La.root.type==="JsonRoot")return"never-break-after-operator";let n_=js(yl);if(Vf(Ul)||Qf(Ul)||Ei(Ul)&&n_)return"break-lhs";let i_=zf(Ul,yl,hl);return La.call(()=>Xf(La,hl,fl,i_),Pl)?"break-after-operator":Kf(Ul)?"break-lhs":!n_&&(i_||Gd.type==="TemplateLiteral"||Gd.type==="TaggedTemplateExpression"||Ui(Gd)||Ee(Gd)||Gd.type==="ClassExpression")?"never-break-after-operator":"fluid"}function Xf(La,hl,fl,yl){let Pl=La.node;if(fA(Pl)&&!Fr(Pl))return!0;switch(Pl.type){case"StringLiteralTypeAnnotation":case"SequenceExpression":return!0;case"TSConditionalType":case"ConditionalTypeAnnotation":if(!hl.experimentalTernaries&&!eD(Pl))break;return!0;case"ConditionalExpression":{if(!hl.experimentalTernaries){let{test:La}=Pl;return fA(La)&&!Fr(La)}let{consequent:La,alternate:fl}=Pl;return La.type==="ConditionalExpression"||fl.type==="ConditionalExpression"}case"ClassExpression":return af(Pl.decorators)}if(yl)return!1;let Ul=Pl,Gd=[];for(;;)if(Ul.type==="UnaryExpression"||Ul.type==="AwaitExpression"||Ul.type==="YieldExpression"&&Ul.argument!==null)Ul=Ul.argument,Gd.push("argument");else if(Ul.type==="TSNonNullExpression")Ul=Ul.expression,Gd.push("expression");else break;return!!(q(Ul)||La.call(()=>Ia(La,hl,fl),...Gd))}function Vf(La){if(Pa(La)){let hl=La.left||La.id;return hl.type==="ObjectPattern"&&hl.properties.length>2&&hl.properties.some(La=>Ge(La)&&(!La.shorthand||La.value?.type==="AssignmentPattern"))}return!1}function Yn(La){return La.type==="AssignmentExpression"}function Pa(La){return Yn(La)||La.type==="VariableDeclarator"}function Kf(La){let hl=$f(La);if(af(hl)){let fl=La.type==="TSTypeAliasDeclaration"?"constraint":"bound";if(hl.length>1&&hl.some(La=>La[fl]||La.default))return!0}return!1}function $f(La){if(sA(La))return La.typeParameters?.params}function Qf(La){if(La.type!=="VariableDeclarator")return!1;let{typeAnnotation:hl}=La.id;if(!hl||!hl.typeAnnotation)return!1;let fl=ha(hl.typeAnnotation);return af(fl)&&fl.length>1&&fl.some(La=>af(ha(La))||La.type==="TSConditionalType")}function Ei(La){return La.type==="VariableDeclarator"&&La.init?.type==="ArrowFunctionExpression"}function ha(La){let hl;switch(La.type){case"GenericTypeAnnotation":hl=La.typeParameters;break;case"TSTypeReference":hl=La.typeArguments;break}return hl?.params}function Ia(La,hl,fl,yl=!1){let{node:Pl}=La,i=()=>Ia(La,hl,fl,!0);if(yA(Pl))return La.call(i,"expression");if(_A(Pl)){if(Vt(La,hl,fl).label?.memberChain)return!1;let yl=se(Pl);return!(yl.length===0||yl.length===1&&Wr(yl[0],hl))||Zf(Pl,fl)?!1:La.call(i,"callee")}return mA(Pl)?La.call(i,"object"):yl&&(Pl.type==="Identifier"||Pl.type==="ThisExpression")}function zf(La,hl,fl){return Ge(La)?(hl=ur(hl),typeof hl=="string"&&Uw(hl)1)return!0;if(fl.length===1){let La=fl[0];if(tA(La)||rA(La)||La.type==="TSTypeLiteral"||La.type==="ObjectTypeAnnotation")return!0}if(ue(hl("typeArguments")))return!0}return!1}function Sa(La){switch(La.type){case"FunctionTypeAnnotation":case"GenericTypeAnnotation":case"TSFunctionType":return!!La.typeParameters;case"TSTypeReference":return!!La.typeArguments;default:return!1}}function eD(La){return Sa(La.checkType)||Sa(La.extendsType)}function ka(La,hl,fl){let{node:yl}=La,Pl=["await"];if(yl.argument){Pl.push(" ",fl("argument"));let{parent:hl}=La;if(_A(hl)&&hl.callee===yl||mA(hl)&&hl.object===yl){Pl=[m([Aw,...Pl]),Aw];let hl=La.findAncestor(La=>La.type==="AwaitExpression"||La.type==="BlockStatement");if(hl?.type!=="AwaitExpression"||!Ce(hl.argument,La=>La===yl))return p(Pl)}}return Pl}var px=Array.prototype.findLast??function(La){for(let hl=this.length-1;hl>=0;hl--){let fl=this[hl];if(La(fl,hl,this))return fl}},dx=Qt("findLast",function(){if(Array.isArray(this))return px}),hx=dx;function Gr(La,hl,fl,yl){let{node:Pl}=La,Ul=[],Gd=hx(0,Pl[yl],La=>La.type!=="EmptyStatement");return La.each(({node:La})=>{La.type!=="EmptyStatement"&&(Ul.push(fl()),La!==Gd&&(Ul.push(bw),me(La,hl)&&Ul.push(bw)))},yl),Ul}function Hn(La,hl,fl){let yl=nD(La,hl,fl),{node:Pl,parent:Ul}=La;if(Pl.type==="Program"&&Ul?.type!=="ModuleExpression")return yl?[yl,bw]:"";let Gd=[];if(Pl.type==="StaticBlock"&&Gd.push("static "),Gd.push("{"),yl)Gd.push(m([bw,yl]),bw);else{let hl=La.grandparent;Ul.type==="ArrowFunctionExpression"||Ul.type==="FunctionExpression"||Ul.type==="FunctionDeclaration"||Ul.type==="ComponentDeclaration"||Ul.type==="HookDeclaration"||Ul.type==="ObjectMethod"||Ul.type==="ClassMethod"||Ul.type==="ClassPrivateMethod"||Ul.type==="ForStatement"||Ul.type==="WhileStatement"||Ul.type==="DoWhileStatement"||Ul.type==="DoExpression"||Ul.type==="ModuleExpression"||Ul.type==="CatchClause"&&!hl.finalizer||Ul.type==="TSModuleDeclaration"||Ul.type==="DeclareModule"||Ul.type==="MatchStatementCase"||Pl.type==="StaticBlock"||Gd.push(bw)}return Gd.push("}"),Gd}function nD(La,hl,fl){let{node:yl}=La,Pl=af(yl.directives),Ul=yl.body.some(La=>La.type!=="EmptyStatement"),Gd=x(yl,gy.Dangling);if(!Pl&&!Ul&&!Gd)return"";let n_=[];return Pl&&(n_.push(Gr(La,hl,fl,"directives")),(Ul||Gd)&&(n_.push(bw),me(p_(0,yl.directives,-1),hl)&&n_.push(bw))),Ul&&n_.push(Gr(La,hl,fl,"body")),Gd&&n_.push(W(La,hl)),n_}function oD(La){let hl=new WeakMap;return fl=>Z(hl,fl,()=>Symbol(La))}var fx=oD;var _x=["properties","indexers","callProperties","internalSlots"];function Ma(La,hl){let{node:fl}=La;if(fl.type==="ClassBody"||fl.type==="TSInterfaceBody"){La.each(hl,"body");return}if(fl.type==="TSTypeLiteral"){La.each(hl,"members");return}if(fl.type==="RecordDeclarationBody"){La.each(hl,"elements");return}if(fl.type==="ObjectTypeAnnotation"){let fl=_x.flatMap(hl=>La.map(({node:La,index:fl})=>({node:La,loc:b(La),selector:[hl,fl]}),hl)).sort((La,hl)=>La.loc-hl.loc);for(let[yl,{node:Pl,selector:Ul}]of fl.entries())La.call(()=>hl({node:Pl,next:fl[yl+1]?.node,isLast:yl===fl.length-1}),...Ul)}}function _a(La){if(La.type==="ObjectTypeAnnotation")return _x.some(hl=>af(La[hl]));let hl=La.type==="RecordDeclarationBody"?La.elements:La.body;return af(hl)}function Kt(La,hl,fl){let{node:yl}=La,Pl=[],Ul=yl.type==="ObjectTypeAnnotation",Gd=yl.type==="RecordDeclarationBody",af=!ja(La),n_=af?gw:bw,i_=x(yl,gy.Dangling),[w_,D_]=Ul&&yl.exact?["{|","|}"]:"{}",I_=!0,N_;if(Ma(La,({node:yl,next:i_,isLast:p_})=>{if(N_??(N_=yl),I_&&(I_=!1),Pl.push(fl()),!Gd&&af&&Ul){let{parent:fl}=La;fl.inexact||!p_?Pl.push(","):Pl.push(Ie(hl))}Gd&&yl.type!=="MethodDefinition"&&Pl.push(","),!Gd&&!af&&(iD({node:yl,next:i_},hl)||Ra({node:yl,next:i_},hl))&&Pl.push(";"),p_||(Pl.push(n_),me(yl,hl)&&Pl.push(bw))}),i_&&Pl.push(W(La,hl)),yl.type==="ObjectTypeAnnotation"&&yl.inexact){I_&&(I_=!1);let La;x(yl,gy.Dangling)?La=[x(yl,gy.Line)||PA(hl.originalText,S(p_(0,re(yl),-1)))?bw:gw,"..."]:La=[N_?gw:"","..."],Pl.push(La)}if(af){let fl=x(yl,gy.Dangling|gy.Line)||hl.objectWrap==="preserve"&&N_&&RA(hl.originalText,b(yl),b(N_)),Ul;if(Pl.length===0)Ul=w_+D_;else{let La=!hl.bracketSpacing||I_&&!fl?Aw:gw;Ul=[w_,m([La,...Pl]),La,D_]}return La.match(void 0,(La,hl)=>hl==="typeAnnotation",(La,hl)=>hl==="typeAnnotation",Yt)||La.match(void 0,(La,hl)=>La.type==="FunctionTypeParam"&&hl==="typeAnnotation",Yt)?Ul:p(Ul,{shouldBreak:fl})}return[w_,Pl.length>0?[m([bw,Pl]),bw]:"",D_]}function ja(La){let{node:hl}=La;if(hl.type==="ObjectTypeAnnotation"){let{key:hl,parent:fl}=La;return hl==="body"&&(fl.type==="InterfaceDeclaration"||fl.type==="DeclareInterface"||fl.type==="DeclareClass")}return hl.type==="ClassBody"||hl.type==="TSInterfaceBody"||hl.type==="RecordDeclarationBody"}function ke(La,hl){let{parent:fl}=La;return La.callParent(ja)?fl.type==="ObjectTypeAnnotation"?";":R(hl):fl.type==="TSTypeLiteral"?La.isLast?hl.semi?O(";"):"":hl.semi||Ra({node:La.node,next:La.next},hl)?";":O("",";"):""}var mx=B(["ClassProperty","PropertyDefinition","ClassPrivateProperty","ClassAccessorProperty","AccessorProperty","TSAbstractPropertyDefinition","TSAbstractAccessorProperty"]),va=La=>{if(La.computed||La.typeAnnotation)return!1;let{type:hl,name:fl}=La.key;return hl==="Identifier"&&(fl==="static"||fl==="get"||fl==="set")};function iD({node:La,next:hl},fl){if(fl.semi||!mx(La))return!1;if(!La.value&&va(La))return!0;if(!hl||hl.static||hl.accessibility||hl.readonly)return!1;if(!hl.computed){let La=hl.key?.name;if(La==="in"||La==="instanceof")return!0}if(mx(hl)&&!hl.static&&hl.variance&&!hl.declare)return!0;switch(hl.type){case"ClassProperty":case"PropertyDefinition":case"TSAbstractPropertyDefinition":return hl.computed;case"MethodDefinition":case"TSAbstractMethodDefinition":case"ClassMethod":case"ClassPrivateMethod":{if((hl.value?hl.value.async:hl.async)||hl.kind==="get"||hl.kind==="set")return!1;let La=hl.value?hl.value.generator:hl.generator;return!!(hl.computed||La)}case"TSIndexSignature":return!0}return!1}var gx=B(["TSPropertySignature"]);function Ra({node:La,next:hl},fl){return fl.semi||!gx(La)?!1:va(La)?!0:hl&&hl.type==="TSCallSignatureDeclaration"?!(La.type==="TSPropertySignature"&&La.typeAnnotation):!1}var bx=fx("heritageGroup"),Ex=B(["TSInterfaceDeclaration","DeclareInterface","InterfaceDeclaration","InterfaceTypeAnnotation"]);function Ar(La,hl,fl){let yl=pD(La,hl,fl),{node:Pl}=La;if(Pl.type==="ClassExpression"&&af(Pl.decorators)){let Pl=Wn(La,hl,fl);return Vv(La,hl)?[m([Aw,Pl,yl]),Aw]:[Pl,yl]}return yl}function pD(La,hl,fl){let{node:yl}=La,Pl=Ex(yl),Ul=yl.type==="RecordDeclaration",Gd=Pl?"interface":Ul?"record":"class",af=[ne(La),mr(La),Gd],n_=Ja(La),i_=[],p_=[];if(yl.type!=="InterfaceTypeAnnotation"){yl.id&&i_.push(" ");for(let Pl of["id","typeParameters"])if(yl[Pl]){let{leading:yl,trailing:Ul}=La.call(()=>Tn(La,hl),Pl);i_.push(yl,fl(Pl),m(Ul))}}if(yl.superClass){let yl=[mD(La,hl,fl),fl("superTypeArguments")],Pl=La.call(()=>["extends ",Q(La,yl,hl)],"superClass");n_?p_.push(gw,p(Pl)):p_.push(" ",Pl)}else p_.push(di(La,hl,fl,"extends"));p_.push(di(La,hl,fl,"mixins"),di(La,hl,fl,"implements"));let w_;return n_?(w_=bx(yl),af.push(p([...i_,m(p_)],{id:w_}))):af.push(...i_,...p_),!Pl&&n_&&_a(yl.body)?af.push(O(bw," ",{groupId:w_})):af.push(" "),af.push(fl("body")),af}function Wa(La){let hl=La.superClass?1:0;for(let fl of["extends","mixins","implements"])if(Array.isArray(La[fl])&&(hl+=La[fl].length),hl>1)return!0;return hl>1}function cD(La){let{node:hl}=La;if(x(hl.id,gy.Trailing)||x(hl.typeParameters,gy.Trailing)||x(hl.superClass)||Wa(hl))return!0;if(hl.superClass)return La.parent.type==="AssignmentExpression"?!1:!hl.superTypeArguments&&mA(Pe(hl.superClass));let fl=hl.extends?.[0]??hl.mixins?.[0]??hl.implements?.[0];return fl?fl.type==="InterfaceExtends"&&fl.id.type==="QualifiedTypeIdentifier"&&!fl.typeParameters||(fl.type==="TSClassImplements"||fl.type==="TSInterfaceHeritage")&&mA(fl.expression)&&!fl.typeArguments:!1}var wx=new WeakMap;function Ja(La){return Z(wx,La.node,()=>cD(La))}function di(La,hl,fl,yl){let{node:Pl}=La;if(!af(Pl[yl]))return"";let Ul=W(La,hl,{marker:yl}),Gd=L([",",gw],La.map(fl,yl));if(!Wa(Pl)){let hl=[`${yl} `,Ul,Gd];return Ja(La)?[gw,p(hl)]:[" ",hl]}return[gw,Ul,Ul&&bw,yl,p(m([gw,Gd]))]}function mD(La,hl,fl){let yl=fl("superClass"),{parent:Pl}=La;return Pl.type==="AssignmentExpression"?p(O(["(",m([Aw,yl]),Aw,")"],yl)):yl}function Xn(La,hl,fl){let{node:yl}=La,Pl=[];return af(yl.decorators)&&Pl.push(li(La,hl,fl)),Pl.push(qt(yl)),yl.static&&Pl.push("static "),Pl.push(mr(La)),yl.override&&Pl.push("override "),Pl.push(Rr(La,hl,fl)),Pl}function Vn(La,hl,fl){let{node:yl}=La,Pl=[];af(yl.decorators)&&Pl.push(li(La,hl,fl)),Pl.push(ne(La),qt(yl)),yl.static&&Pl.push("static "),Pl.push(mr(La)),yl.override&&Pl.push("override "),yl.readonly&&Pl.push("readonly "),yl.variance&&Pl.push(fl("variance")),(yl.type==="ClassAccessorProperty"||yl.type==="AccessorProperty"||yl.type==="TSAbstractAccessorProperty")&&Pl.push("accessor "),Pl.push(ve(La,hl,fl),$(La),hn(La),G(La,fl));let Ul=yl.type==="TSAbstractPropertyDefinition"||yl.type==="TSAbstractAccessorProperty";return[vt(La,hl,fl,Pl," =",Ul?void 0:"value"),R(hl)]}function fD(La,hl){let fl=re(La,gy.Leading);if(fl.length===0)return!1;let[yl]=fl,Pl=hl.originalText,Ul=b(yl);return RA(Pl,Ul,S(yl))||PA(Pl,Ul,{backwards:!0})}function Ft(La,hl,fl,yl="body"){return La.call(({node:yl})=>{let Pl=fl();if(yl.type==="EmptyStatement")return x(yl,gy.Leading)?[" ",Pl]:Pl;let Ul=yl.type==="BlockStatement";return fD(yl,hl)?Ul?[bw,Pl]:m([bw,Pl]):Ul||yl.type==="IfStatement"&&La.parent.type==="IfStatement"&&La.key==="alternate"?[" ",Pl]:m([gw,Pl])},yl)}var Ga=(La,hl,fl)=>Ft(La,hl,fl,"consequent"),Ua=(La,hl,fl)=>Ft(La,hl,fl,"alternate");function qa(La,hl,fl){return[p(["do",Ft(La,hl,fl)]),La.node.body.type==="BlockStatement"?" ":bw,"while (",fr(La,hl,fl),")",R(hl)]}var Cx=B(["TSAsExpression","TSTypeAssertion","TSNonNullExpression","TSInstantiationExpression","TSSatisfiesExpression"]);function Ci(La){return Cx(La)?Ci(La.expression):La}var xx=B(["FunctionExpression","ArrowFunctionExpression"]);function Ha(La){return La.type==="MemberExpression"||La.type==="OptionalMemberExpression"||La.type==="Identifier"&&La.name!=="undefined"}function yD(La,hl){if(Zo(La,hl)){let hl=Ci(La.node.expression);return xx(hl)||Ha(hl)}return!(!hl.semi||Qo(La,hl)||zo(La,hl))}function Xa(La,hl,fl){let yl=[fl("expression")];if(yr(La,hl)){if(Ln(La,hl)){let{node:fl}=La,Pl=p_(0,re(fl,gy.Leading),-1),Ul=An(La,hl,{filter:La=>La===Pl});return Q(La,[";",Ul,...yl],hl,{filter:La=>La!==Pl})}yl.unshift(";")}else yD(La,hl)&&yl.push(";");return yl}function Va(La,hl,fl){let{node:yl}=La,Pl=Ft(La,hl,fl),Ul=W(La,hl),Gd=Ul?[Ul,Aw]:"";return!yl.init&&!yl.test&&!yl.update?[Gd,p(["for (;;)",Pl])]:[Gd,p(["for (",p([m([Aw,fl("init"),";",gw,fl("test"),";",yl.update?[gw,fl("update")]:""]),Aw]),")",Pl])]}function Ka(La,hl,fl){let{node:yl}=La,Pl=yl.type==="ForOfStatement";return p(["for",Pl&&yl.await?" await":""," (",fl("left")," ",Pl?"of":"in"," ",fl("right"),")",Ft(La,hl,fl)])}function $a(La,hl,fl){if(hl.__isVueBindings||hl.__isVueForBindingLeft){let yl=La.map(fl,"program","body",0,"params");if(yl.length===1)return yl[0];let Pl=L([",",gw],yl);return hl.__isVueForBindingLeft?["(",m([Aw,p(Pl)]),Aw,")"]:Pl}if(hl.__isEmbeddedTypescriptGenericParameters){let hl=La.map(fl,"program","body",0,"typeParameters","params");return L([",",gw],hl)}}var Qa=(La,{originalText:hl})=>nC(hl,b(La));function Kn(La){return qA(p_(0,re(La,gy.Dangling),-1))}function za(La,hl,fl){let{node:yl}=La,Pl=p(["if (",fr(La,hl,fl),")",Ga(La,hl,fl)]);if(!yl.alternate)return Pl;let{consequent:Ul}=yl,Gd=Ul.type==="BlockStatement",af=[Pl],n_=Gd;Gd||(af.push(bw),n_=!1);let i_=re(yl,gy.Dangling);if(i_.length>0){let[fl]=i_;Qa(fl,hl)?af.push(Gd?[bw,bw]:bw):PA(hl.originalText,b(fl),{backwards:!0})?af.push(Gd?bw:""):af.push(" "),af.push(W(La,hl),Kn(yl)||PA(hl.originalText,S(p_(0,i_,-1)))?bw:" "),n_=!1}return af.push(n_?" ":"","else",p(Ua(La,hl,fl))),af}function tp(La,hl){let{node:fl}=La;switch(fl.type){case"RegExpLiteral":return Za(fl);case"BigIntLiteral":return $n(fl.extra.raw);case"NumericLiteral":return lC(fl.extra.raw);case"StringLiteral":return Ve(_C(fl.extra.raw,hl));case"NullLiteral":return"null";case"BooleanLiteral":return String(fl.value);case"DirectiveLiteral":return ep(fl.extra.raw,hl);case"Literal":{if(fl.regex)return Za(fl.regex);if(fl.bigint)return $n(fl.raw);let{value:yl}=fl;return typeof yl=="number"?lC(fl.raw):typeof yl=="string"?ED(La)?ep(fl.raw,hl):Ve(_C(fl.raw,hl)):String(yl)}}}function ED(La){if(La.key!=="expression")return;let{parent:hl}=La;return hl.type==="ExpressionStatement"&&typeof hl.directive=="string"}function $n(La){return La.toLowerCase()}function Za({pattern:La,flags:hl}){return hl=[...hl].sort().join(""),`/${La}/${hl}`}var Dx="use strict";function ep(La,hl){let fl=La.slice(1,-1);if(fl===Dx||!(fl.includes('"')||fl.includes("'"))){let La=hl.singleQuote?"'":'"';return La+fl+La}return La}var Sx=B(["ImportDeclaration","ExportDefaultDeclaration","ExportNamedDeclaration","ExportAllDeclaration","DeclareExportDeclaration","DeclareExportAllDeclaration"]),kx=B(["EnumBody","EnumBooleanBody","EnumNumberBody","EnumBigIntBody","EnumStringBody","EnumSymbolBody"]);function ft(La,hl,fl){let{node:yl,parent:Pl}=La,Ul=kx(yl),Gd=yl.type==="TSEnumBody"||Ul,n_=Sx(yl),i_=Ul&&yl.hasUnknownMembers,w_=Gd?"members":n_?"attributes":"properties",D_=yl[w_],I_=Gd||yl.type==="ObjectPattern"&&Pl.type!=="FunctionDeclaration"&&Pl.type!=="FunctionExpression"&&Pl.type!=="ArrowFunctionExpression"&&Pl.type!=="ObjectMethod"&&Pl.type!=="ClassMethod"&&Pl.type!=="ClassPrivateMethod"&&Pl.type!=="AssignmentPattern"&&Pl.type!=="CatchClause"&&yl.properties.some(La=>La.value&&(La.value.type==="ObjectPattern"||La.value.type==="ArrayPattern"))||yl.type!=="ObjectPattern"&&hl.objectWrap==="preserve"&&D_.length>0&&FD(yl,D_[0],hl),N_=[],_m=La.map(({node:La})=>{let yl=[...N_,fl()];return N_=[",",gw],me(La,hl)&&N_.push(bw),yl},w_);if(i_){let fl;if(x(yl,gy.Dangling)){let Pl=x(yl,gy.Line);fl=[W(La,hl),Pl||PA(hl.originalText,S(p_(0,re(yl),-1)))?bw:gw,"..."]}else fl=["..."];_m.push([...N_,...fl])}let pg=!(i_||p_(0,D_,-1)?.type==="RestElement"),mg;if(_m.length===0)mg=p(["{",Mt(La,hl),"}",$(La),G(La,fl)]);else{let yl=hl.bracketSpacing?gw:Aw;mg=["{",m([yl,..._m]),pg?Ie(hl):"",yl,"}",$(La),G(La,fl)]}return La.match(La=>La.type==="ObjectPattern"&&!af(La.decorators),Yt)||pA(yl)&&(La.match(void 0,(La,hl)=>hl==="typeAnnotation",(La,hl)=>hl==="typeAnnotation",Yt)||La.match(void 0,(La,hl)=>La.type==="FunctionTypeParam"&&hl==="typeAnnotation",Yt))||!I_&&La.match(La=>La.type==="ObjectPattern",La=>La.type==="AssignmentExpression"||La.type==="VariableDeclarator")?mg:p(mg,{shouldBreak:I_})}function FD(La,hl,fl){let yl=fl.originalText,Pl=b(hl),Ul=b(La);return Sx(La)&&(Ul=ce(fl).lastIndexOf("{",Pl)),RA(yl,Ul,Pl)}function np(La,hl,fl){let{node:yl}=La;return["import",yl.phase?` ${yl.phase}`:"",xi(yl),sp(La,hl,fl),ip(La,hl,fl),ap(La,hl,fl),R(hl)]}var op=La=>La.type==="ExportDefaultDeclaration"||La.type==="DeclareExportDeclaration"&&La.default;function Qn(La,hl,fl){let{node:yl}=La,Pl=[la(La,hl,fl),ne(La),"export",op(yl)?" default":""],{declaration:Ul,exported:Gd}=yl;return x(yl,gy.Dangling)&&(Pl.push(" ",W(La,hl)),Kn(yl)&&Pl.push(bw)),Ul?Pl.push(" ",fl("declaration")):(Pl.push(TD(yl)),yl.type==="ExportAllDeclaration"||yl.type==="DeclareExportAllDeclaration"?(Pl.push(" *"),Gd&&Pl.push(" as ",fl("exported"))):Pl.push(sp(La,hl,fl)),Pl.push(ip(La,hl,fl),ap(La,hl,fl))),Pl.push(AD(yl,hl)),Pl}var Fx=B(["ClassDeclaration","ComponentDeclaration","FunctionDeclaration","TSInterfaceDeclaration","DeclareClass","DeclareComponent","DeclareFunction","DeclareHook","HookDeclaration","TSDeclareFunction","EnumDeclaration"]);function AD(La,hl){return!La.declaration||op(La)&&!Fx(La.declaration)?R(hl):""}function Fi(La,hl=!0){return La&&La!=="value"?`${hl?" ":""}${La}${hl?"":" "}`:""}function xi(La,hl){return Fi(La.importKind,hl)}function TD(La){return Fi(La.exportKind)}function ip(La,hl,fl){let{node:yl}=La;return yl.source?[up(yl,hl)?" from":""," ",fl("source")]:""}function sp(La,hl,fl){let{node:yl}=La;if(!up(yl,hl))return"";let Pl=[" "];if(af(yl.specifiers)){let Ul=[],Gd=[];La.each(()=>{let hl=La.node.type;if(hl==="ExportNamespaceSpecifier"||hl==="ExportDefaultSpecifier"||hl==="ImportNamespaceSpecifier"||hl==="ImportDefaultSpecifier")Ul.push(fl());else if(hl==="ExportSpecifier"||hl==="ImportSpecifier")Gd.push(fl());else throw new YC(yl,"specifier")},"specifiers"),Pl.push(L(", ",Ul)),Gd.length>0&&(Ul.length>0&&Pl.push(", "),Gd.length>1||Ul.length>0||yl.specifiers.some(La=>x(La))?Pl.push(p(["{",m([hl.bracketSpacing?gw:Aw,L([",",gw],Gd)]),Ie(hl),hl.bracketSpacing?gw:Aw,"}"])):Pl.push(["{",hl.bracketSpacing?" ":"",...Gd,hl.bracketSpacing?" ":"","}"]))}else Pl.push("{}");return Pl}function up(La,hl){return La.type!=="ImportDeclaration"||af(La.specifiers)||La.importKind==="type"?!0:ce(hl).slice(b(La),b(La.source)).trimEnd().endsWith("from")}function gD(La,hl){let fl=ce(hl).slice(S(La.source),La.attributes?.[0]?b(La.attributes[0]):S(La)).trimStart();return fl.startsWith("assert")?"assert":fl.startsWith("with")||af(La.attributes)?"with":void 0}var hD=La=>{let{attributes:hl}=La;if(hl.length!==1)return!1;let[fl]=hl,{type:yl,key:Pl,value:Ul}=fl;return yl==="ImportAttribute"&&(Pl.type==="Identifier"&&Pl.name==="type"||q(Pl)&&Pl.value==="type")&&q(Ul)&&!x(fl)&&!x(Pl)&&!x(Ul)};function ap(La,hl,fl){let{node:yl}=La;if(!yl.source)return"";let Pl=gD(yl,hl);if(!Pl)return"";let Ul=ft(La,hl,fl);return hD(yl)&&(Ul=Jt(Ul)),[` ${Pl} `,Ul]}function pp(La,hl,fl){let{node:yl}=La,{type:Pl}=yl,Ul=Pl.startsWith("Import"),Gd=Ul?"imported":"local",af=Ul?"local":"exported",n_=yl[Gd],i_=yl[af],p_="",w_="";return Pl==="ExportNamespaceSpecifier"||Pl==="ImportNamespaceSpecifier"?p_="*":n_&&(p_=fl(Gd)),i_&&!Ir(yl)&&(w_=fl(af)),[Fi(Pl==="ImportSpecifier"?yl.importKind:yl.exportKind,!1),p_,p_&&w_?" as ":"",w_]}function zn(La,hl,fl){let{node:yl}=La;return yl.shorthand?fl("value"):vt(La,hl,fl,ve(La,hl,fl),":","value")}function Tr(La,hl){return["...",hl("argument"),G(La,hl)]}function SD(La,hl,fl){let{node:yl}=La,Pl=fl();return pn(yl,hl)?["(",m([bw,Pl]),bw,")"]:fA(yl)||hl.experimentalTernaries&&yl.type==="ConditionalExpression"&&(yl.consequent.type==="ConditionalExpression"||yl.alternate.type==="ConditionalExpression")?p([O("("),m([Aw,Pl]),Aw,O(")")]):Pl}function Zn(La,hl,fl){let{node:yl}=La;return[yl.type==="ThrowStatement"?"throw":"return",yl.argument?[" ",La.call(()=>SD(La,hl,fl),"argument")]:"",R(hl)]}function BD(La,hl){let{key:fl,parent:yl}=La;return!!(fl==="argument"&&aA(yl)&&Vv(La,hl)||fl==="body"&&yl.type==="ArrowFunctionExpression")}function cp(La,hl,fl){let{parent:yl}=La;if(yl.type==="ExpressionStatement"||yl.type==="ForStatement"){let hl=[];return La.each(({isFirst:La})=>{La?hl.push(fl()):hl.push(",",m([gw,fl()]))},"expressions"),p(hl)}let Pl=L([",",gw],La.map(fl,"expressions"));return BD(La,hl)?p(O([m([Aw,Pl]),Aw],Pl)):p(Pl)}function lp(La,hl,fl){return[p(["switch (",m([Aw,fl("discriminant")]),Aw,")"])," {",La.node.cases.length>0?m([bw,L(bw,La.map(({node:La,isLast:yl})=>[fl(),!yl&&me(La,hl)?bw:""],"cases"))]):W(La,hl,{indent:!0}),bw,"}"]}function mp(La,hl,fl){let{node:yl}=La,Pl=[];yl.test?Pl.push("case ",fl("test"),":"):Pl.push("default:"),x(yl,gy.Dangling)&&Pl.push(" ",W(La,hl));let Ul=yl.consequent.filter(La=>La.type!=="EmptyStatement");if(Ul.length>0){let yl=Gr(La,hl,fl,"consequent");Pl.push(Ul.length===1&&Ul[0].type==="BlockStatement"?[" ",yl]:m([bw,yl]))}return Pl}function fp(La,hl){let fl=0;for(let yl in La){let Pl=La[yl];if(kb(Pl)&&typeof Pl.type=="string"&&(fl++,fl+=fp(Pl,hl-fl)),fl>hl)return fl}return fl}function Ai(La,hl=5){return fp(La,hl)<=hl}function bD(La){let hl=[La];for(let La=0;LaD_[La]===yl),N_=D_.type===yl.type&&!I_,_m,pg,mg=0;do{pg=_m||yl,_m=La.getParentNode(mg),mg++}while(_m&&_m.type===yl.type&&af.every(La=>_m[La]!==pg));let gg=_m||D_,eA=pg;if(Pl&&(hA(yl[af[0]])||hA(n_)||hA(i_)||bD(eA))){w_=!0,N_=!0;let z=La=>[O("("),m([Aw,La]),Aw,O(")")],xe=La=>La.type==="NullLiteral"||La.type==="Literal"&&La.value===null||La.type==="Identifier"&&La.name==="undefined";p_.push(" ? ",xe(n_)?fl(Ul):z(fl(Ul))," : ",i_.type===yl.type||xe(i_)?fl(Gd):z(fl(Gd)))}else{let z=La=>hl.useTabs?m(fl(La)):Se(2,fl(La)),La=[gw,"? ",n_.type===yl.type?O("","("):"",z(Ul),n_.type===yl.type?O("",")"):"",gw,": ",z(Gd)];p_.push(D_.type!==yl.type||D_[Gd]===yl||I_?La:hl.useTabs?Dn(m(La)):Se(Math.max(0,hl.tabWidth-2),La))}let v=La=>D_===gg?p(La):La,tA=!w_&&(mA(D_)||D_.type==="NGPipeExpression"&&D_.left===yl)&&!D_.computed,rA=kD(La),nA=v([PD(La,hl,fl),N_?p_:m(p_),Pl&&tA&&!rA?Aw:""]);return I_||rA?p([m([Aw,nA]),Aw]):nA}function wD(La,hl){return(mA(hl)||hl.type==="NGPipeExpression"&&hl.left===La)&&!hl.computed}function LD(La,hl,fl,yl){return[...La.map(La=>re(La)),re(hl),re(fl)].flat().some(La=>GA(La)&&RA(yl.originalText,b(La),S(La)))}var Ox=new Map([["AssignmentExpression","right"],["VariableDeclarator","init"],["ReturnStatement","argument"],["ThrowStatement","argument"],["UnaryExpression","argument"],["YieldExpression","argument"],["AwaitExpression","argument"]]);function MD(La){let{node:hl}=La;if(hl.type!=="ConditionalExpression")return!1;let fl,yl=hl;for(let hl=0;!fl;hl++){let Pl=La.getParentNode(hl);if(yA(Pl)&&Pl.expression===yl||_A(Pl)&&Pl.callee===yl||mA(Pl)&&Pl.object===yl){yl=Pl;continue}Pl.type==="NewExpression"&&Pl.callee===yl||gg(Pl)&&Pl.expression===yl?(fl=La.getParentNode(hl+1),yl=Pl):fl=Pl}return yl===hl?!1:fl[Ox.get(fl.type)]===yl}var Ti=La=>[O("("),m([Aw,La]),Aw,O(")")];function gr(La,hl,fl,yl){if(!hl.experimentalTernaries)return Dp(La,hl,fl);let{node:Pl}=La,Ul=Pl.type==="ConditionalExpression",Gd=iA(Pl),af=Ul?"consequent":"trueType",n_=Ul?"alternate":"falseType",i_=Ul?["test"]:["checkType","extendsType"],p_=Pl[af],w_=Pl[n_],D_=i_.map(La=>Pl[La]),{parent:I_}=La,N_=I_.type===Pl.type,_m=N_&&i_.some(La=>I_[La]===Pl),pg=N_&&I_[n_]===Pl,mg=p_.type===Pl.type,gg=w_.type===Pl.type,eA=gg||pg,tA=hl.tabWidth>2||hl.useTabs,rA,nA,sA=0;do{nA=rA||Pl,rA=La.getParentNode(sA),sA++}while(rA&&rA.type===Pl.type&&i_.every(La=>rA[La]!==nA));let oA=rA||I_,lA=yl&&yl.assignmentLayout&&yl.assignmentLayout!=="break-after-operator"&&(I_.type==="AssignmentExpression"||I_.type==="VariableDeclarator"||I_.type==="ClassProperty"||I_.type==="PropertyDefinition"||I_.type==="ClassPrivateProperty"||I_.type==="ObjectProperty"||I_.type==="Property"),cA=aA(I_)&&!(mg||gg),uA=Ul&&oA.type==="JSXExpressionContainer"&&La.grandparent.type!=="JSXAttribute",pA=MD(La),dA=wD(Pl,I_),fA=Gd&&Vv(La,hl),_A=tA?hl.useTabs?"\t":" ".repeat(hl.tabWidth-1):"",mA=LD(D_,p_,w_,hl)||mg||gg,gA=!eA&&!N_&&!Gd&&(uA?p_.type==="NullLiteral"||p_.type==="Literal"&&p_.value===null:Wr(p_,hl)&&Ai(Pl.test,3)),AA=eA||pg||Gd&&!N_||N_&&Ul&&Ai(Pl.test,1)||gA,yA=[];x(Pl.test,gy.Dangling)&&La.call(()=>{yA.push(W(La,hl))},"test"),x(Pl,gy.Dangling)&&yA.push(W(La,hl));let bA=Symbol("test"),vA=Symbol("consequent"),EA=Symbol("test-and-consequent"),wA=Ul?[Ti(fl("test")),Pl.test.type==="ConditionalExpression"?_w:""]:[fl("checkType")," ","extends"," ",iA(Pl.extendsType)||Pl.extendsType.type==="TSMappedType"?fl("extendsType"):p(Ti(fl("extendsType")))],CA=p([wA," ?"],{id:bA}),xA=fl(af),DA=m([mg||uA&&(hA(p_)||N_||eA)?bw:gw,xA]),SA=AA?p([CA,eA?DA:O(DA,p(DA,{id:vA}),{groupId:bA})],{id:EA}):[CA,DA],kA=fl(n_),TA=gA?O(kA,Dn(Ti(kA)),{groupId:EA}):kA,IA=[SA,yA.length>0?[m([bw,yA]),bw]:gg?bw:gA?O(gw," ",{groupId:EA}):gw,":",gg||!tA?" ":AA?O(_A,O(eA||gA?" ":_A," "),{groupId:EA}):O(_A," "),gg?TA:p([m(TA),uA&&!gA?Aw:""]),dA&&!pA?Aw:"",mA?_w:""];return lA&&!mA?p(m([Aw,p(IA)])):lA||cA?p(m(IA)):pA||Gd&&_m?p([m([Aw,IA]),fA?Aw:""]):I_===oA?p(IA):IA}function yp(La,hl,fl){let{node:yl}=La;return["try ",fl("block"),yl.handler?[" ",fl("handler")]:"",yl.finalizer?[" finally ",fl("finalizer")]:""]}function Ep(La,hl,fl){let{node:yl}=La;if(yl.param){let La=x(yl.param,La=>!GA(La)||La.leading&&PA(hl.originalText,S(La))||La.trailing&&PA(hl.originalText,b(La),{backwards:!0})),Pl=fl("param");return["catch ",La?["(",m([Aw,Pl]),Aw,") "]:["(",Pl,") "],fl("body")]}return["catch ",fl("body")]}function eo(La,hl,fl){let{node:yl}=La,Pl=La.map(fl,"declarations"),Ul=La.key==="init"&&La.parent.type==="ForStatement"||La.key==="left"&&(La.parent.type==="ForInStatement"||La.parent.type==="ForOfStatement"),Gd=yl.declarations.some(La=>La.init),af;return Pl.length===1&&!x(yl.declarations[0])?af=Pl[0]:af=m(Pl[0]),p([ne(La),yl.kind,af?[" ",af]:"",m(Pl.slice(1).map(La=>[",",Gd&&!Ul?bw:gw,La])),Ul?"":R(hl)])}function dp(La,hl,fl){let{node:yl}=La,Pl=yl.type==="WithStatement"?"with":"while";return p([Pl," (",fr(La,hl,fl),")",Ft(La,hl,fl)])}function Cp(La,hl,fl,yl){let{node:Pl}=La;if(uA(Pl))return tp(La,hl);switch(Pl.type){case"JsExpressionRoot":return fl("node");case"JsonRoot":return[W(La,hl),fl("node"),bw];case"File":return $a(La,hl,fl)??fl("program");case"ExpressionStatement":return Xa(La,hl,fl);case"ChainExpression":return fl("expression");case"ParenthesizedExpression":return!x(Pl.expression)&&(cA(Pl.expression)||lA(Pl.expression))?["(",fl("expression"),")"]:p(["(",m([Aw,fl("expression")]),Aw,")"]);case"AssignmentExpression":return Ba(La,hl,fl);case"VariableDeclarator":return ba(La,hl,fl);case"BinaryExpression":case"LogicalExpression":return Rn(La,hl,fl);case"AssignmentPattern":return[fl("left")," = ",fl("right")];case"OptionalMemberExpression":case"MemberExpression":return Aa(La,hl,fl);case"MetaProperty":return[fl("meta"),".",fl("property")];case"BindExpression":return xa(La,hl,fl);case"Identifier":return[Pl.name,$(La),hn(La),G(La,fl)];case"V8IntrinsicIdentifier":return["%",Pl.name];case"SpreadElement":return Tr(La,fl);case"RestElement":return Tr(La,fl);case"FunctionDeclaration":case"FunctionExpression":return Dr(La,hl,fl,yl);case"ArrowFunctionExpression":return Ea(La,hl,fl,yl);case"YieldExpression":return[`yield${Pl.delegate?"*":""}`,Pl.argument?[" ",fl("argument")]:""];case"AwaitExpression":return ka(La,hl,fl);case"ExportDefaultDeclaration":case"ExportNamedDeclaration":case"ExportAllDeclaration":return Qn(La,hl,fl);case"ImportDeclaration":return np(La,hl,fl);case"ImportSpecifier":case"ExportSpecifier":case"ImportNamespaceSpecifier":case"ExportNamespaceSpecifier":case"ImportDefaultSpecifier":case"ExportDefaultSpecifier":return pp(La,hl,fl);case"ImportAttribute":return zn(La,hl,fl);case"Program":case"BlockStatement":case"StaticBlock":return Hn(La,hl,fl);case"ClassBody":return Kt(La,hl,fl);case"ThrowStatement":return Zn(La,hl,fl);case"ReturnStatement":return Zn(La,hl,fl);case"NewExpression":case"ImportExpression":case"OptionalCallExpression":case"CallExpression":return Vt(La,hl,fl);case"ObjectExpression":case"ObjectPattern":return ft(La,hl,fl);case"Property":return $e(Pl)?Rr(La,hl,fl):zn(La,hl,fl);case"ObjectProperty":return zn(La,hl,fl);case"ObjectMethod":return Rr(La,hl,fl);case"Decorator":return["@",fl("expression")];case"ArrayExpression":case"ArrayPattern":return xr(La,hl,fl);case"SequenceExpression":return cp(La,hl,fl);case"ThisExpression":return"this";case"Super":return"super";case"Directive":return[fl("value"),R(hl)];case"UnaryExpression":{let La=[Pl.operator];/[a-z]$/.test(Pl.operator)&&La.push(" ");let hl=fl("argument");return x(Pl.argument)?La.push(p(["(",m([Aw,hl]),Aw,")"])):La.push(hl),La}case"UpdateExpression":return[Pl.prefix?Pl.operator:"",fl("argument"),Pl.prefix?"":Pl.operator];case"ConditionalExpression":return gr(La,hl,fl,yl);case"VariableDeclaration":return eo(La,hl,fl);case"IfStatement":return za(La,hl,fl);case"ForStatement":return Va(La,hl,fl);case"WithStatement":case"WhileStatement":return dp(La,hl,fl);case"DoWhileStatement":return qa(La,hl,fl);case"ForInStatement":case"ForOfStatement":return Ka(La,hl,fl);case"DoExpression":return[Pl.async?"async ":"","do ",fl("body")];case"BreakStatement":case"ContinueStatement":return[Pl.type==="BreakStatement"?"break":"continue",Pl.label?[" ",fl("label")]:"",R(hl)];case"LabeledStatement":return[fl("label"),`:${Pl.body.type==="EmptyStatement"&&!x(Pl.body,gy.Leading)?"":" "}`,fl("body")];case"TryStatement":return yp(La,hl,fl);case"CatchClause":return Ep(La,hl,fl);case"SwitchStatement":return lp(La,hl,fl);case"SwitchCase":return mp(La,hl,fl);case"DebuggerStatement":return["debugger",R(hl)];case"ClassDeclaration":case"ClassExpression":return Ar(La,hl,fl);case"ClassMethod":case"ClassPrivateMethod":case"MethodDefinition":return Xn(La,hl,fl);case"ClassProperty":case"PropertyDefinition":case"ClassPrivateProperty":case"ClassAccessorProperty":case"AccessorProperty":return Vn(La,hl,fl);case"TemplateElement":return Ve(Pl.value.raw);case"TemplateLiteral":return On(La,hl,fl);case"TaggedTemplateExpression":return bu(La,hl,fl);case"PrivateIdentifier":return["#",Pl.name];case"PrivateName":return["#",fl("id")];case"TopicReference":return"%";case"ArgumentPlaceholder":return"?";case"ModuleExpression":return["module ",fl("body")];case"VoidPattern":return"void";case"EmptyStatement":if(zt(La))return";";default:throw new YC(Pl,"ESTree")}}function to(La){return[La("elementType"),"[]"]}function ro(La,hl,fl){let{parent:yl,node:Pl,key:Ul}=La,Gd=Pl.type==="AsConstExpression"?"const":fl("typeAnnotation"),af=[fl("expression")," ",eA(Pl)?"satisfies":"as"," ",Gd];return Ul==="callee"&&gA(yl)||Ul==="object"&&mA(yl)?p([m([Aw,...af]),Aw]):af}function Fp(La,hl,fl){let{node:yl}=La,Pl=[ne(La),yl.async?"async ":"","component"];yl.id&&Pl.push(" ",fl("id")),Pl.push(fl("typeParameters"));let Ul=Ke(La,hl,fl);return yl.rendersType?Pl.push(p([Ul," ",fl("rendersType")])):Pl.push(p([Ul])),yl.body&&Pl.push(" ",fl("body")),yl.type==="DeclareComponent"&&Pl.push(R(hl)),Pl}function xp(La,hl,fl){let{node:yl}=La;return yl.shorthand?fl("local"):[fl("name")," as ",fl("local")]}function Ap(La,hl,fl){let{node:yl}=La,Pl=[];return yl.name&&Pl.push(fl("name"),yl.optional?"?: ":": "),Pl.push(fl("typeAnnotation")),Pl}function Tp(La,hl,fl){let{node:yl}=La;return[yl.explicitType?`of ${yl.explicitType} `:"",ft(La,hl,fl)]}function gp(La,hl,fl){let{node:yl}=La;return[yl.type==="EnumSymbolBody"||yl.explicitType?`of ${yl.type.slice(4,-4).toLowerCase()} `:"",ft(La,hl,fl)]}function no(La,hl,fl){let{node:yl}=La,Pl=yl.type==="TSEnumMember",Ul=Pl?ve(La,hl,fl):fl("id"),Gd=Pl?"initializer":"init";return yl[Gd]?[Ul," = ",fl(Gd)]:Ul}function oo(La,hl){let{node:fl}=La;return[ne(La),fl.const?"const ":"","enum ",hl("id")," ",hl("body")]}function io(La,hl,fl){let{node:yl}=La,Pl=[mr(La)];(yl.type==="TSConstructorType"||yl.type==="TSConstructSignatureDeclaration")&&Pl.push("new ");let Ul=Ke(La,hl,fl,!1,!0),Gd=[];return yl.type==="FunctionTypeAnnotation"?Gd.push(_D(La)?" => ":": ",fl("returnType")):Gd.push(G(La,fl,"returnType")),Bt(yl,Gd)&&(Ul=p(Ul)),Pl.push(Ul,Gd),[p(Pl),yl.type==="TSConstructSignatureDeclaration"||yl.type==="TSCallSignatureDeclaration"?ke(La,hl):""]}function _D(La){let{node:hl,parent:fl}=La;return hl.type==="FunctionTypeAnnotation"&&(pr(fl)||!((fl.type==="ObjectTypeProperty"||fl.type==="ObjectTypeInternalSlot")&&!fl.variance&&!fl.optional&&kt(fl,hl)||fl.type==="ObjectTypeCallProperty"||La.getParentNode(2)?.type==="DeclareFunction"))}function Sp(La,hl,fl){return[ne(La),"hook",La.node.id?[" ",fl("id")]:"",R(hl)]}function hp(La){let{node:hl}=La;return hl.type==="HookTypeAnnotation"&&La.getParentNode(2)?.type==="DeclareHook"}function Bp(La,hl,fl){let{node:yl}=La,Pl=Ke(La,hl,fl,!1,!0),Ul=[hp(La)?": ":" => ",fl("returnType")];return p([hp(La)?"":"hook ",Bt(yl,Ul)?p(Pl):Pl,Ul])}function so(La,hl,fl){return[fl("objectType"),$(La),"[",fl("indexType"),"]"]}function uo(La,hl,fl){return["infer ",fl("typeParameter")]}function ao(La,hl,fl){let yl=!1;return p(La.map(({isFirst:La,previous:Pl,node:Ul,index:Gd})=>{let af=fl();if(La)return af;let n_=pA(Ul),i_=pA(Pl);return i_&&n_?[" & ",yl?m(af):af]:!i_&&!n_||Oe(hl.originalText,Ul)?hl.experimentalOperatorPosition==="start"?m([gw,"& ",af]):m([" &",gw,af]):(Gd>1&&(yl=!0),[" & ",Gd>1?m(af):af])},"types"))}function ND(La){switch(La){case null:return"";case"PlusOptional":return"+?";case"MinusOptional":return"-?";case"Optional":return"?"}}function Pp(La,hl,fl){let{node:yl}=La;return[p([yl.variance?fl("variance"):"",p(["[",m([Aw,fl("keyTparam")," in ",fl("sourceType")]),Aw,"]"]),ND(yl.optional),": ",fl("propType")]),ke(La,hl)]}function bp(La,hl){return La==="+"||La==="-"?La+hl:hl}function Ip(La,hl,fl){let{node:yl}=La,Pl=!1;if(hl.objectWrap==="preserve"){let La=ce(hl),fl=b(yl)+1,Ul=La.slice(fl),Gd=fl+Ul.search(/\S/);RA(hl.originalText,fl,Gd)&&(Pl=!0)}let Ul=[],Gd=re(yl,gy.Dangling);if(Gd.length>0){let fl=p_(0,Gd,-1),yl=W(La,hl);Ul.push(...yl.slice(0,-1),p([p_(0,yl,-1),qA(fl)||PA(hl.originalText,S(fl))?bw:gw]))}return p(["{",m([hl.bracketSpacing?gw:Aw,...Ul,yl.readonly?[bp(yl.readonly,"readonly")," "]:"",p(["[",m([Aw,fl("key")," in ",fl("constraint"),yl.nameType?[" as ",fl("nameType")]:""]),Aw,"]"]),yl.optional?bp(yl.optional,"?"):"",yl.typeAnnotation?": ":"",fl("typeAnnotation"),hl.semi?O(";"):""]),hl.bracketSpacing?gw:Aw,"}"],{shouldBreak:Pl})}function kp(La,hl,fl){let{node:yl}=La;return[p(["match (",m([Aw,fl("argument")]),Aw,")"])," {",yl.cases.length>0?m([bw,L(bw,La.map(({node:La,isLast:yl})=>[fl(),!yl&&me(La,hl)?bw:""],"cases"))]):"",bw,"}"]}function wp(La,hl,fl){let{node:yl}=La,Pl=x(yl,gy.Dangling)?[" ",W(La,hl)]:[],Ul=yl.type==="MatchStatementCase"?[" ",fl("body")]:m([gw,fl("body"),","]);return[fl("pattern"),yl.guard?p([m([gw,"if (",fl("guard"),")"])]):"",p([" =>",Pl,Ul])]}function Lp(La,hl,fl){let{node:yl}=La;switch(yl.type){case"MatchOrPattern":return WD(La,hl,fl);case"MatchAsPattern":return[fl("pattern")," as ",fl("target")];case"MatchWildcardPattern":return["_"];case"MatchLiteralPattern":return fl("literal");case"MatchUnaryPattern":return[yl.operator,fl("argument")];case"MatchIdentifierPattern":return fl("id");case"MatchMemberPattern":{let La=yl.property.type==="Identifier"?[".",fl("property")]:["[",m([Aw,fl("property")]),Aw,"]"];return p([fl("base"),La])}case"MatchBindingPattern":return[yl.kind," ",fl("id")];case"MatchObjectPattern":case"MatchInstanceObjectPattern":return jD(La,hl,fl);case"MatchInstancePattern":return p([fl("targetConstructor")," ",fl("properties")]);case"MatchArrayPattern":{let hl=La.map(fl,"elements");return yl.rest&&hl.push(fl("rest")),p(["[",m([Aw,L([",",gw],hl)]),yl.rest?"":O(","),Aw,"]"])}case"MatchObjectPatternProperty":return yl.shorthand?fl("pattern"):p([fl("key"),":",m([gw,fl("pattern")])]);case"MatchRestPattern":{let La=["..."];return yl.argument&&La.push(fl("argument")),La}}}function jD(La,hl,fl){let{node:yl}=La,Pl=La.map(fl,"properties");return yl.rest&&Pl.push(fl("rest")),p(["{",m([Aw,L([",",gw],Pl)]),yl.rest?"":O(","),Aw,"}"])}var jx=B(["MatchWildcardPattern","MatchLiteralPattern","MatchUnaryPattern","MatchIdentifierPattern"]);function vD(La){let{patterns:hl}=La;if(hl.some(La=>x(La)))return!1;let fl=hl.find(La=>La.type==="MatchObjectPattern");return fl?hl.every(La=>La===fl||jx(La)):!1}function RD(La){return jx(La)||La.type==="MatchObjectPattern"?!0:La.type==="MatchOrPattern"?vD(La):!1}function WD(La,hl,fl){let{node:yl}=La,{parent:Pl}=La,Ul=Pl.type!=="MatchStatementCase"&&Pl.type!=="MatchExpressionCase"&&Pl.type!=="MatchArrayPattern"&&Pl.type!=="MatchObjectPatternProperty"&&!Oe(hl.originalText,yl),Gd=RD(yl),af=La.map(()=>{let yl=fl();return Gd||(yl=Se(2,yl)),Q(La,yl,hl)},"patterns");if(Gd)return L(" | ",af);let n_=[O(["| "]),L([gw,"| "],af)];return Vv(La,hl)?p([m([O([Aw]),n_]),Aw]):Pl.type==="MatchArrayPattern"&&Pl.elements.length>1?p([m([O(["(",Aw]),n_]),Aw,O(")")]):p(Ul?m(n_):n_)}function Mp(La,hl,fl){let{node:yl}=La,Pl=[ne(La),"opaque type ",fl("id"),fl("typeParameters")];if(yl.supertype&&Pl.push(": ",fl("supertype")),yl.lowerBound||yl.upperBound){let La=[];yl.lowerBound&&La.push(m([gw,"super ",fl("lowerBound")])),yl.upperBound&&La.push(m([gw,"extends ",fl("upperBound")])),Pl.push(p(La))}return yl.impltype&&Pl.push(" = ",fl("impltype")),Pl.push(R(hl)),Pl}function po(La,hl,fl){let{node:yl}=La;return["...",...yl.type==="TupleTypeSpreadElement"&&yl.label?[fl("label"),": "]:[],fl("typeAnnotation")]}function co(La,hl,fl){let{node:yl}=La;return[yl.variance?fl("variance"):"",fl("label"),yl.optional?"?":"",": ",fl("elementType")]}function lo(La,hl,fl){let{node:yl}=La,Pl=[ne(La),"type ",fl("id"),fl("typeParameters")],Ul=yl.type==="TSTypeAliasDeclaration"?"typeAnnotation":"right";return[vt(La,hl,fl,Pl," =",Ul),R(hl)]}function JD(La,hl,fl){let{node:yl}=La;return ee(yl).length===1&&yl.type.startsWith("TS")&&!yl[fl][0].constraint&&La.parent.type==="ArrowFunctionExpression"&&!(hl.filepath&&/\.ts$/.test(hl.filepath))}function $t(La,hl,fl,yl){let{node:Pl}=La,Ul=Pl[yl];if(!Ul)return"";if(!Array.isArray(Ul))return fl(yl);let Gd=Ut(La.grandparent),af=La.match(La=>!(La[yl].length===1&&pA(La[yl][0])),void 0,(La,hl)=>hl==="typeAnnotation",La=>La.type==="Identifier",Ei);if(Ul.length===0||!af&&(Gd||Ul.length===1&&(Ul[0].type==="NullableTypeAnnotation"||xu(Ul[0])))&&!Ul.some(La=>{let fl=re(La,La=>La.leading||La.trailing);return fl.length>0&&(fl.some(La=>qA(La))||PA(hl.originalText,S(p_(0,fl,-1))))}))return["<",L(", ",La.map(fl,yl)),GD(La,hl),">"];let n_=Pl.type==="TSTypeParameterInstantiation"?"":JD(La,hl,yl)?",":Ie(hl);return p(["<",m([Aw,L([",",gw],La.map(fl,yl))]),n_,Aw,">"])}function GD(La,hl){let{node:fl}=La;if(!x(fl,gy.Dangling))return"";let yl=!x(fl,gy.Line),Pl=W(La,hl,{indent:!yl});return yl?Pl:[Pl,bw]}function mo(La,hl,fl){let{node:yl}=La,Pl=[yl.const?"const ":""],Ul=yl.type==="TSTypeParameter"?fl("name"):yl.name;if(yl.variance&&Pl.push(fl("variance")),yl.in&&Pl.push("in "),yl.out&&Pl.push("out "),Pl.push(Ul),yl.bound&&(yl.usesExtendsBound&&Pl.push(" extends "),Pl.push(G(La,fl,"bound"))),yl.constraint){let La=Symbol("constraint");Pl.push(" extends",p(m(gw),{id:La}),ww,ht(fl("constraint"),{groupId:La}))}if(yl.default){let La=Symbol("default");Pl.push(" =",p(m(gw),{id:La}),ww,ht(fl("default"),{groupId:La}))}return p(Pl)}function fo(La,hl){let{node:fl}=La;return[fl.type==="TSTypePredicate"&&fl.asserts?"asserts ":fl.type==="TypePredicate"&&fl.kind?`${fl.kind} `:"",hl("parameterName"),fl.typeAnnotation?[" is ",G(La,hl)]:""]}function Do({node:La},hl){let fl=La.type==="TSTypeQuery"?"exprName":"argument";return["typeof ",hl(fl),hl("typeArguments")]}function _p(La,hl,fl,yl){let{node:Pl}=La;if(Zw(Pl))return Pl.type.slice(0,-14).toLowerCase();switch(Pl.type){case"ComponentDeclaration":case"DeclareComponent":case"ComponentTypeAnnotation":return Fp(La,hl,fl);case"ComponentParameter":return xp(La,hl,fl);case"ComponentTypeParameter":return Ap(La,hl,fl);case"HookDeclaration":return Dr(La,hl,fl);case"DeclareHook":return Sp(La,hl,fl);case"HookTypeAnnotation":return Bp(La,hl,fl);case"DeclareFunction":return[ne(La),"function ",fl("id"),fl("predicate"),R(hl)];case"DeclareModule":return["declare module ",fl("id")," ",fl("body")];case"DeclareModuleExports":return["declare module.exports",G(La,fl),R(hl)];case"DeclareNamespace":return["declare namespace ",fl("id")," ",fl("body")];case"DeclareVariable":return Array.isArray(Pl.declarations)?eo(La,hl,fl):[ne(La),Pl.kind??"var"," ",fl("id"),R(hl)];case"DeclareExportDeclaration":case"DeclareExportAllDeclaration":return Qn(La,hl,fl);case"DeclareOpaqueType":case"OpaqueType":return Mp(La,hl,fl);case"DeclareTypeAlias":case"TypeAlias":return lo(La,hl,fl);case"IntersectionTypeAnnotation":return ao(La,hl,fl);case"UnionTypeAnnotation":return bn(La,hl,fl,yl);case"ConditionalTypeAnnotation":return gr(La,hl,fl);case"InferTypeAnnotation":return uo(La,hl,fl);case"FunctionTypeAnnotation":return io(La,hl,fl);case"TupleTypeAnnotation":return xr(La,hl,fl);case"TupleTypeLabeledElement":return co(La,hl,fl);case"TupleTypeSpreadElement":return po(La,hl,fl);case"GenericTypeAnnotation":return[fl("id"),$t(La,hl,fl,"typeParameters")];case"IndexedAccessType":case"OptionalIndexedAccessType":return so(La,hl,fl);case"TypeAnnotation":return Pn(La,hl,fl);case"TypeParameter":return mo(La,hl,fl);case"TypeofTypeAnnotation":return Do(La,fl);case"ExistsTypeAnnotation":return"*";case"ArrayTypeAnnotation":return to(fl);case"DeclareEnum":case"EnumDeclaration":return oo(La,fl);case"EnumBody":return Tp(La,hl,fl);case"EnumBooleanBody":case"EnumNumberBody":case"EnumBigIntBody":case"EnumStringBody":case"EnumSymbolBody":return gp(La,hl,fl);case"EnumBooleanMember":case"EnumNumberMember":case"EnumBigIntMember":case"EnumStringMember":case"EnumDefaultedMember":return no(La,hl,fl);case"FunctionTypeParam":{let hl=Pl.name?fl("name"):La.parent.this===Pl?"this":"";return[hl,$(La),hl?": ":"",fl("typeAnnotation")]}case"DeclareClass":case"DeclareInterface":case"InterfaceDeclaration":case"InterfaceTypeAnnotation":case"RecordDeclaration":return Ar(La,hl,fl);case"ObjectTypeAnnotation":case"RecordDeclarationBody":return Kt(La,hl,fl);case"ClassImplements":case"InterfaceExtends":return[fl("id"),fl("typeParameters")];case"RecordDeclarationImplements":return[fl("id"),fl("typeArguments")];case"NullableTypeAnnotation":return["?",fl("typeAnnotation")];case"Variance":{let{kind:La}=Pl;return n_(La==="plus"||La==="minus"||La==="readonly"||La==="writeonly"||La==="in"||La==="out"),La==="plus"?"+":La==="minus"?"-":`${La} `}case"KeyofTypeAnnotation":return["keyof ",fl("argument")];case"ObjectTypeCallProperty":return[Pl.static?"static ":"",fl("value"),ke(La,hl)];case"ObjectTypeMappedTypeProperty":return Pp(La,hl,fl);case"ObjectTypeIndexer":return[Pl.static?"static ":"",Pl.variance?fl("variance"):"","[",fl("id"),Pl.id?": ":"",fl("key"),"]: ",fl("value"),ke(La,hl)];case"ObjectTypeProperty":{let yl="";return Pl.proto?yl="proto ":Pl.static&&(yl="static "),[yl,Pl.kind!=="init"?Pl.kind+" ":"",Pl.variance?fl("variance"):"",ve(La,hl,fl),$(La),$e(Pl)?"":": ",fl("value"),ke(La,hl)]}case"ObjectTypeInternalSlot":return[Pl.static?"static ":"","[[",fl("id"),"]]",$(La),Pl.method?"":": ",fl("value"),ke(La,hl)];case"ObjectTypeSpreadProperty":return Tr(La,fl);case"QualifiedTypeofIdentifier":case"QualifiedTypeIdentifier":return[fl("qualification"),".",fl("id")];case"NullLiteralTypeAnnotation":return"null";case"BooleanLiteralTypeAnnotation":return String(Pl.value);case"StringLiteralTypeAnnotation":return Ve(_C(ye(Pl),hl));case"NumberLiteralTypeAnnotation":return lC(ye(Pl));case"BigIntLiteralTypeAnnotation":return $n(ye(Pl));case"TypeCastExpression":return["(",fl("expression"),G(La,fl),")"];case"TypePredicate":return fo(La,fl);case"TypeOperator":return[Pl.operator," ",fl("typeAnnotation")];case"TypeParameterDeclaration":case"TypeParameterInstantiation":return $t(La,hl,fl,"params");case"InferredPredicate":case"DeclaredPredicate":return[La.key==="predicate"&&La.parent.type!=="DeclareFunction"&&!La.parent.returnType?": ":" ","%checks",...Pl.type==="DeclaredPredicate"?["(",fl("value"),")"]:[]];case"AsExpression":case"AsConstExpression":case"SatisfiesExpression":return ro(La,hl,fl);case"MatchExpression":case"MatchStatement":return kp(La,hl,fl);case"MatchExpressionCase":case"MatchStatementCase":return wp(La,hl,fl);case"MatchOrPattern":case"MatchAsPattern":case"MatchWildcardPattern":case"MatchLiteralPattern":case"MatchUnaryPattern":case"MatchIdentifierPattern":case"MatchInstancePattern":case"MatchInstanceObjectPattern":case"MatchMemberPattern":case"MatchBindingPattern":case"MatchObjectPattern":case"MatchObjectPatternProperty":case"MatchRestPattern":case"MatchArrayPattern":return Lp(La,hl,fl);case"RecordExpression":return[fl("recordConstructor"),fl("typeArguments")," ",fl("properties")];case"RecordExpressionProperties":return ft(La,hl,fl);case"RecordDeclarationProperty":case"RecordDeclarationStaticProperty":{let yl=Pl.type==="RecordDeclarationStaticProperty",Ul=yl?"value":"defaultValue";return[yl?"static ":"",ve(La,hl,fl),G(La,fl),Pl[Ul]?[" = ",fl(Ul)]:""]}}}function Np(La,hl){let{node:fl}=La,yl=hl.originalText.slice(b(fl),S(fl));return hl.semi&&Pr(fl)?yl+=";":yr(La,hl)&&(yl=`;${yl}`),fl.type==="ClassExpression"&&af(fl.decorators)?[m([Aw,yl]),Aw]:yl}var gi=La=>La===""||La===gw||La===bw||La===Aw;function UD(La,hl,fl){let{node:yl}=La;if(yl.type==="JSXElement"&&oy(yl))return[fl("openingElement"),fl("closingElement")];let Pl=yl.type==="JSXElement"?fl("openingElement"):fl("openingFragment"),Ul=yl.type==="JSXElement"?fl("closingElement"):fl("closingFragment");if(yl.children.length===1&&yl.children[0].type==="JSXExpressionContainer"&&(yl.children[0].expression.type==="TemplateLiteral"||yl.children[0].expression.type==="TaggedTemplateExpression"))return[Pl,...La.map(fl,"children"),Ul];yl.children=yl.children.map(La=>iy(La)?{type:"JSXText",value:" ",raw:" "}:La);let Gd=yl.children.some(hA),af=yl.children.filter(La=>La.type==="JSXExpressionContainer").length>1,n_=yl.type==="JSXElement"&&yl.openingElement.attributes.length>1,i_=ue(Pl)||Gd||n_||af,w_=La.parent.rootMarker==="mdx",D_=hl.singleQuote?"{' '}":'{" "}',I_=w_?gw:O([D_,Aw]," "),N_=yl.openingElement?.name?.name==="fbt",_m=qD(La,hl,fl,I_,N_),pg=yl.children.some(La=>Xt(La));for(let La=_m.length-2;La>=0;La--){let hl=_m[La]===""&&_m[La+1]==="",fl=_m[La]===bw&&_m[La+1]===""&&_m[La+2]===bw,yl=(_m[La]===Aw||_m[La]===bw)&&_m[La+1]===""&&_m[La+2]===I_,Pl=_m[La]===I_&&_m[La+1]===""&&(_m[La+2]===Aw||_m[La+2]===bw),Ul=_m[La]===I_&&_m[La+1]===""&&_m[La+2]===I_,Gd=_m[La]===Aw&&_m[La+1]===""&&_m[La+2]===bw||_m[La]===bw&&_m[La+1]===""&&_m[La+2]===Aw;fl&&pg||hl||yl||Ul||Gd?_m.splice(La,2):Pl&&_m.splice(La+1,2)}for(;_m.length>0&&gi(p_(0,_m,-1));)_m.pop();for(;_m.length>1&&gi(_m[0])&&gi(_m[1]);)_m.shift(),_m.shift();let mg=[""];for(let[La,hl]of _m.entries()){if(hl===I_){if(La===1&&vs(_m[La-1])){if(_m.length===2){mg.push([mg.pop(),D_]);continue}mg.push([D_,bw],"");continue}if(La===_m.length-1){mg.push([mg.pop(),D_]);continue}if(_m[La-1]===""&&_m[La-2]===bw){mg.push([mg.pop(),D_]);continue}}La%2===0?mg.push([mg.pop(),hl]):mg.push(hl,""),ue(hl)&&(i_=!0)}let gg=pg?yn(mg):p(mg,{shouldBreak:!0});if(hl.cursorNode?.type==="JSXText"&&yl.children.includes(hl.cursorNode)?gg=[mw,gg,mw]:hl.nodeBeforeCursor?.type==="JSXText"&&yl.children.includes(hl.nodeBeforeCursor)?gg=[mw,gg]:hl.nodeAfterCursor?.type==="JSXText"&&yl.children.includes(hl.nodeAfterCursor)&&(gg=[gg,mw]),w_)return gg;let eA=p([Pl,m([bw,gg]),bw,Ul]);return i_?eA:mt([p([Pl,..._m,Ul]),eA])}function qD(La,hl,fl,yl,Pl){let Ul="",Gd=[Ul];function u(La){Ul=La,Gd.push([Gd.pop(),La])}function a(La){La!==""&&(Ul=La,Gd.push(La,""))}return La.each(({node:La,next:hl})=>{if(La.type==="JSXText"){let fl=ye(La);if(Xt(La)){let Gd=VC.split(fl,!0);Gd[0]===""&&(Gd.shift(),/\n/.test(Gd[0])?a(vp(Pl,Gd[1],La,hl)):a(yl),Gd.shift());let af;if(p_(0,Gd,-1)===""&&(Gd.pop(),af=Gd.pop()),Gd.length===0)return;for(let[La,hl]of Gd.entries())La%2===1?a(gw):u(hl);af!==void 0?/\n/.test(af)?a(vp(Pl,Ul,La,hl)):a(yl):a(jp(Pl,Ul,La,hl))}else/\n/.test(fl)?fl.match(/\n/g).length>1&&a(bw):a(yl)}else{let yl=fl();if(u(yl),hl&&Xt(hl)){let fl=VC.trim(ye(hl)),[yl]=VC.split(fl);a(jp(Pl,yl,La,hl))}else a(bw)}},"children"),Gd}function jp(La,hl,fl,yl){return La?"":fl.type==="JSXElement"&&!fl.closingElement||yl?.type==="JSXElement"&&!yl.closingElement?hl.length===1?Aw:bw:Aw}function vp(La,hl,fl,yl){return La?bw:hl.length===1?fl.type==="JSXElement"&&!fl.closingElement||yl?.type==="JSXElement"&&!yl.closingElement?bw:Aw:bw}var Gx=B(["ArrayExpression","JSXAttribute","JSXElement","JSXExpressionContainer","JSXFragment","ExpressionStatement","NewExpression","CallExpression","OptionalCallExpression","ConditionalExpression","JsExpressionRoot","MatchExpressionCase"]);function HD(La,hl,fl){let{parent:yl}=La;if(Gx(yl))return hl;let Pl=XD(La),Ul=Vv(La,fl);return p([Ul?"":O("("),m([Aw,hl]),Aw,Ul?"":O(")")],{shouldBreak:Pl})}function XD(La){return La.match(void 0,(La,hl)=>hl==="body"&&La.type==="ArrowFunctionExpression",(La,hl)=>hl==="arguments"&&_A(La))&&(La.match(void 0,void 0,void 0,(La,hl)=>hl==="expression"&&La.type==="JSXExpressionContainer")||La.match(void 0,void 0,void 0,(La,hl)=>hl==="expression"&&La.type==="ChainExpression",(La,hl)=>hl==="expression"&&La.type==="JSXExpressionContainer"))}function VD(La,hl,fl){let{node:yl}=La,Pl=[fl("name")];if(yl.value){let Ul;if(q(yl.value)){let fl=ye(yl.value),Pl=MA(0,MA(0,fl.slice(1,-1),"'","'"),""",'"'),Gd=Sn(Pl,hl.jsxSingleQuote);Pl=Gd==='"'?MA(0,Pl,'"',"""):MA(0,Pl,"'","'"),Ul=La.call(()=>Q(La,Ve(Gd+Pl+Gd),hl),"value")}else Ul=fl("value");Pl.push("=",Ul)}return Pl}function KD(La,hl,fl){let{node:yl}=La,o=(La,hl)=>La.type==="JSXEmptyExpression"||!x(La)&&(lA(La)||cA(La)||La.type==="ArrowFunctionExpression"||La.type==="AwaitExpression"&&(o(La.argument,La)||La.argument.type==="JSXElement")||_A(Pe(La))||La.type==="FunctionExpression"||La.type==="TemplateLiteral"||La.type==="TaggedTemplateExpression"||La.type==="DoExpression"||hA(hl)&&(La.type==="ConditionalExpression"||fA(La)));return o(yl.expression,La.parent)?p(["{",fl("expression"),ww,"}"]):p(["{",m([Aw,fl("expression")]),Aw,ww,"}"])}function $D(La,hl,fl){let{node:yl}=La,Pl=x(yl.name)||x(yl.typeArguments);if(yl.selfClosing&&yl.attributes.length===0&&!Pl)return["<",fl("name"),fl("typeArguments")," />"];if(yl.attributes?.length===1&&q(yl.attributes[0].value)&&!yl.attributes[0].value.value.includes(`\n`)&&!Pl&&!x(yl.attributes[0]))return p(["<",fl("name"),fl("typeArguments")," ",...La.map(fl,"attributes"),yl.selfClosing?" />":">"]);let Ul=yl.attributes?.some(La=>q(La.value)&&La.value.value.includes(`\n`)),Gd=hl.singleAttributePerLine&&yl.attributes.length>1?bw:gw;return p(["<",fl("name"),fl("typeArguments"),m(La.map(({isFirst:La,previous:yl})=>[La?Gd:me(yl,hl)?[bw,bw]:Gd,fl()],"attributes")),...QD(yl,hl,Pl)],{shouldBreak:Ul})}function QD(La,hl,fl){return La.selfClosing?[gw,"/>"]:zD(La,hl,fl)?[">"]:[Aw,">"]}function zD(La,hl,fl){let yl=La.attributes.length>0&&x(p_(0,La.attributes,-1),gy.Trailing);return La.attributes.length===0&&!fl||(hl.bracketSameLine||hl.jsxBracketSameLine)&&(!fl||La.attributes.length>0)&&!yl}function ZD(La,hl,fl){let{node:yl}=La,Pl=[""),Pl}function ey(La,hl){let{node:fl}=La,yl=x(fl),Pl=x(fl,gy.Line),Ul=fl.type==="JSXOpeningFragment";return[Ul?"<":""]}function ty(La,hl,fl){let yl=Q(La,UD(La,hl,fl),hl);return HD(La,yl,hl)}function ry(La,hl){let{node:fl}=La,yl=x(fl,gy.Line);return[W(La,hl,{indent:yl}),yl?bw:""]}function ny(La,hl,fl){let{node:yl}=La;return["{",La.call(({node:yl})=>{let Pl=["...",fl()];return x(yl)?[m([Aw,Q(La,Pl,hl)]),Aw]:Pl},yl.type==="JSXSpreadAttribute"?"argument":"expression"),"}"]}function Rp(La,hl,fl){let{node:yl}=La;if(yl.type.startsWith("JSX"))switch(yl.type){case"JSXAttribute":return VD(La,hl,fl);case"JSXIdentifier":return yl.name;case"JSXNamespacedName":return L(":",[fl("namespace"),fl("name")]);case"JSXMemberExpression":return L(".",[fl("object"),fl("property")]);case"JSXSpreadAttribute":case"JSXSpreadChild":return ny(La,hl,fl);case"JSXExpressionContainer":return KD(La,hl,fl);case"JSXFragment":case"JSXElement":return ty(La,hl,fl);case"JSXOpeningElement":return $D(La,hl,fl);case"JSXClosingElement":return ZD(La,hl,fl);case"JSXOpeningFragment":case"JSXClosingFragment":return ey(La,hl);case"JSXEmptyExpression":return ry(La,hl);case"JSXText":throw new Error("JSXText should be handled by JSXElement");default:throw new YC(yl,"JSX")}}function oy(La){if(La.children.length===0)return!0;if(La.children.length>1)return!1;let hl=La.children[0];return hl.type==="JSXText"&&!Xt(hl)}function iy(La){return La.type==="JSXExpressionContainer"&&q(La.expression)&&La.expression.value===" "&&!x(La.expression)}function Wp(La,hl,fl){let{node:yl}=La,Pl=yl.parameters.length>1?Ie(hl):"",Ul=p([m([Aw,L([", ",Aw],La.map(fl,"parameters"))]),Pl,Aw]);return[La.key==="body"&&La.parent.type==="ClassBody"&&yl.static?"static ":"",yl.readonly?"readonly ":"","[",yl.parameters?Ul:"","]",G(La,fl),ke(La,hl)]}function hi(La,hl,fl){let{node:yl}=La;return[yl.postfix?"":fl,G(La,hl),yl.postfix?fl:""]}function Jp(La,hl,fl){let{node:yl}=La,Pl=[],Ul=yl.kind&&yl.kind!=="method"?`${yl.kind} `:"";Pl.push(qt(yl),Ul,ve(La,hl,fl),$(La));let Gd=Ke(La,hl,fl,!1,!0),af=G(La,fl,"returnType"),n_=Bt(yl,af);return Pl.push(n_?p(Gd):Gd),yl.returnType&&Pl.push(p(af)),[p(Pl),ke(La,hl)]}function Gp(La,hl,fl){let{node:yl}=La;return[ne(La),yl.kind==="global"?"":`${yl.kind} `,fl("id"),yl.body?[" ",p(fl("body"))]:R(hl)]}function Up(La,hl,fl){let{node:yl}=La,Pl=!(lA(yl.expression)||cA(yl.expression)),Ul=p(["<",m([Aw,fl("typeAnnotation")]),Aw,">"]),Gd=[O("("),m([Aw,fl("expression")]),Aw,O(")")];return Pl?mt([[Ul,fl("expression")],[Ul,p(Gd,{shouldBreak:!0})],[Ul,fl("expression")]]):p([Ul,fl("expression")])}function qp(La,hl,fl,yl){let{node:Pl}=La;if(Pl.type.startsWith("TS")){if(tC(Pl))return Pl.type.slice(2,-7).toLowerCase();switch(Pl.type){case"TSThisType":return"this";case"TSTypeAssertion":return Up(La,hl,fl);case"TSDeclareFunction":return Dr(La,hl,fl);case"TSExportAssignment":return["export = ",fl("expression"),R(hl)];case"TSModuleBlock":return Hn(La,hl,fl);case"TSInterfaceBody":case"TSTypeLiteral":return Kt(La,hl,fl);case"TSTypeAliasDeclaration":return lo(La,hl,fl);case"TSQualifiedName":return[fl("left"),".",fl("right")];case"TSAbstractMethodDefinition":case"TSDeclareMethod":return Xn(La,hl,fl);case"TSAbstractAccessorProperty":case"TSAbstractPropertyDefinition":return Vn(La,hl,fl);case"TSInterfaceHeritage":case"TSClassImplements":case"TSInstantiationExpression":return[fl("expression"),fl("typeArguments")];case"TSTemplateLiteralType":return On(La,hl,fl);case"TSNamedTupleMember":return co(La,hl,fl);case"TSRestType":return po(La,hl,fl);case"TSOptionalType":return[fl("typeAnnotation"),"?"];case"TSInterfaceDeclaration":return Ar(La,hl,fl);case"TSTypeParameterDeclaration":case"TSTypeParameterInstantiation":return $t(La,hl,fl,"params");case"TSTypeParameter":return mo(La,hl,fl);case"TSAsExpression":case"TSSatisfiesExpression":return ro(La,hl,fl);case"TSArrayType":return to(fl);case"TSPropertySignature":return[Pl.readonly?"readonly ":"",ve(La,hl,fl),$(La),G(La,fl),ke(La,hl)];case"TSParameterProperty":return[qt(Pl),Pl.static?"static ":"",Pl.override?"override ":"",Pl.readonly?"readonly ":"",fl("parameter")];case"TSTypeQuery":return Do(La,fl);case"TSIndexSignature":return Wp(La,hl,fl);case"TSTypePredicate":return fo(La,fl);case"TSNonNullExpression":return[fl("expression"),"!"];case"TSImportType":return[Vt(La,hl,fl),Pl.qualifier?[".",fl("qualifier")]:"",$t(La,hl,fl,"typeArguments")];case"TSLiteralType":return fl("literal");case"TSIndexedAccessType":return so(La,hl,fl);case"TSTypeOperator":return[Pl.operator," ",fl("typeAnnotation")];case"TSMappedType":return Ip(La,hl,fl);case"TSMethodSignature":return Jp(La,hl,fl);case"TSNamespaceExportDeclaration":return["export as namespace ",fl("id"),R(hl)];case"TSEnumDeclaration":return oo(La,fl);case"TSEnumBody":return ft(La,hl,fl);case"TSEnumMember":return no(La,hl,fl);case"TSImportEqualsDeclaration":return["import ",xi(Pl,!1),fl("id")," = ",fl("moduleReference"),R(hl)];case"TSExternalModuleReference":return Vt(La,hl,fl);case"TSModuleDeclaration":return Gp(La,hl,fl);case"TSConditionalType":return gr(La,hl,fl);case"TSInferType":return uo(La,hl,fl);case"TSIntersectionType":return ao(La,hl,fl);case"TSUnionType":return bn(La,hl,fl,yl);case"TSFunctionType":case"TSCallSignatureDeclaration":case"TSConstructorType":case"TSConstructSignatureDeclaration":return io(La,hl,fl);case"TSTupleType":return xr(La,hl,fl);case"TSTypeReference":return[fl("typeName"),$t(La,hl,fl,"typeArguments")];case"TSTypeAnnotation":return Pn(La,hl,fl);case"TSEmptyBodyFunctionExpression":return In(La,hl,fl);case"TSJSDocAllType":return"*";case"TSJSDocUnknownType":return"?";case"TSJSDocNullableType":return hi(La,fl,"?");case"TSJSDocNonNullableType":return hi(La,fl,"!");default:throw new YC(Pl,"TypeScript")}}}function sy(La,hl,fl,yl){for(let Pl of[ca,Rp,_p,qp,Cp]){let Ul=Pl(La,hl,fl,yl);if(Ul!==void 0)return Ul}}var $x=B(["ClassMethod","ClassPrivateMethod","ClassProperty","ClassAccessorProperty","AccessorProperty","TSAbstractAccessorProperty","PropertyDefinition","TSAbstractPropertyDefinition","ClassPrivateProperty","MethodDefinition","TSAbstractMethodDefinition","TSDeclareMethod"]);function Si(La,hl,fl,yl){La.isRoot&&hl.__onHtmlBindingRoot?.(La.node,hl);let{node:Pl}=La,Ul=WC(La)?Np(La,hl):sy(La,hl,fl,yl);if(!Ul)return"";if($x(Pl))return Ul;Ul=ay(La,hl,Ul);let Gd=Pl.type!=="ClassExpression"&&af(Pl.decorators)?Wn(La,hl,fl):"",n_=Vv(La,hl);return!Gd&&!n_?Ul:mn(Ul,La=>[n_?"(":"",Gd?p([Gd,La]):La,n_?")":""])}function ay(La,hl,fl){let{node:yl}=La;return(x(yl,gy.Leading)||x(yl,gy.Trailing))&&tn(La)?[m([Aw,Q(La,fl,hl)]),Aw]:fl}var Vx={experimental_avoidAstMutation:!0,experimental_locForRangeFormat:{locStart:b,locEnd:It}},Yx={features:Vx,massageAstNode:ii,canAttachComment:wA,handleComments:ZA,isGap:hy,willPrintOwnComments:vC,embed:BC,insertPragma:na,printComment:oa,printPrettierIgnored:Si,print:Si,getVisitorKeys:Xb,isBlockComment:GA,hasPrettierIgnore:WC};var Kx=[{name:"JSON.stringify",type:"data",aceMode:"json",extensions:[".importmap"],filenames:["package.json","package-lock.json","composer.json"],tmScope:"source.json",aliases:["geojson","jsonl","sarif","topojson"],codemirrorMode:"javascript",codemirrorMimeType:"application/json",parsers:["json-stringify"],vscodeLanguageIds:["json"],linguistLanguageId:174},{name:"JSON",type:"data",aceMode:"json",extensions:[".json",".4DForm",".4DProject",".avsc",".geojson",".gltf",".har",".ice",".JSON-tmLanguage",".json.example",".mcmeta",".sarif",".slnlaunch",".tact",".tfstate",".tfstate.backup",".topojson",".webapp",".webmanifest",".yy",".yyp"],filenames:[".all-contributorsrc",".arcconfig",".auto-changelog",".c8rc",".htmlhintrc",".imgbotconfig",".nycrc",".tern-config",".tern-project",".watchmanconfig",".babelrc",".jscsrc",".jshintrc",".jslintrc",".swcrc"],tmScope:"source.json",aliases:["geojson","jsonl","sarif","topojson"],codemirrorMode:"javascript",codemirrorMimeType:"application/json",parsers:["json"],vscodeLanguageIds:["json"],linguistLanguageId:174},{name:"JSON with Comments",type:"data",aceMode:"javascript",extensions:[".jsonc",".code-snippets",".code-workspace",".sublime-build",".sublime-color-scheme",".sublime-commands",".sublime-completions",".sublime-keymap",".sublime-macro",".sublime-menu",".sublime-mousemap",".sublime-project",".sublime-settings",".sublime-theme",".sublime-workspace",".sublime_metrics",".sublime_session"],filenames:[],tmScope:"source.json.comments",aliases:["jsonc"],codemirrorMode:"javascript",codemirrorMimeType:"text/javascript",group:"JSON",parsers:["jsonc"],vscodeLanguageIds:["jsonc"],linguistLanguageId:423},{name:"JSON5",type:"data",aceMode:"json5",extensions:[".json5"],tmScope:"source.js",codemirrorMode:"javascript",codemirrorMimeType:"application/json",parsers:["json5"],vscodeLanguageIds:["json5"],linguistLanguageId:175}];var Zx={};Fo(Zx,{estree:()=>Yx,"estree-json":()=>OD});var aD={JsonRoot:["node"],ArrayExpression:["elements"],ObjectExpression:["properties"],ObjectProperty:["key","value"],UnaryExpression:["argument"],NullLiteral:[],BooleanLiteral:[],StringLiteral:[],NumericLiteral:[],Identifier:[],TemplateLiteral:["quasis"],TemplateElement:[]};var uD=Ob(aD),xD=uD;function Ur(La){return La.extra.raw}var ID=new Set(["start","end","loc","comments","leadingComments","trailingComments","innerComments","errors","range","tokens"]);function Ii(La,hl){let{type:fl}=La;if(fl==="ObjectProperty"){let{key:fl}=La;if(fl.type==="Identifier"){let{name:La}=fl;hl.key={type:"StringLiteral",value:La,extra:{rawValue:La}}}else if(fl.type==="NumericLiteral"){let La=Ur(fl);String(Number(La))===La&&(hl.key={type:"StringLiteral",value:La,extra:{rawValue:La}})}}if(fl==="StringLiteral"&&delete hl.extra.raw,fl==="UnaryExpression"&&La.operator==="+")return hl.argument;if((fl==="ArrayExpression"||fl==="ObjectExpression")&&(hl.extra??(hl.extra={}),La.extra?.trailingComma&&delete hl.extra.trailingComma),fl==="ArrayExpression"){for(let[fl,yl]of La.elements.entries())yl===null&&hl.elements.splice(fl,0,{type:"NullLiteral"});return}if(fl==="TemplateLiteral"){let hl=La.quasis[0].value.cooked;return{type:"StringLiteral",value:hl,extra:{rawValue:hl}}}}Ii.ignoredProperties=ID;function ki(La,hl,fl){let{node:yl}=La;switch(yl.type){case"JsonRoot":return[fl("node"),bw];case"ArrayExpression":{if(yl.elements.length===0)return"[]";let hl=La.map(()=>La.node===null?"null":fl(),"elements");return["[",m([bw,L([",",bw],hl)]),bw,"]"]}case"ObjectExpression":return yl.properties.length===0?"{}":["{",m([bw,L([",",bw],La.map(fl,"properties"))]),bw,"}"];case"ObjectProperty":return[fl("key"),": ",fl("value")];case"UnaryExpression":return[yl.operator==="+"?"":yl.operator,fl("argument")];case"NullLiteral":return"null";case"BooleanLiteral":return yl.value?"true":"false";case"StringLiteral":return _C(Ur(yl),hl);case"NumericLiteral":{let hl=Ur(yl);return Xp(La)&&String(Number(hl))===hl?`"${hl}"`:hl}case"Identifier":return Xp(La)?JSON.stringify(yl.name):yl.name;case"TemplateLiteral":return fl(["quasis",0]);case"TemplateElement":return JSON.stringify(yl.value.cooked);default:throw new YC(yl,"JSON")}}function Xp(La){return La.key==="key"&&La.parent.type==="ObjectProperty"}var OD={massageAstNode:Ii,print:ki,getVisitorKeys:xD};var eS={bracketSpacing:{category:"Common",type:"boolean",default:!0,description:"Print spaces between brackets.",oppositeDescription:"Do not print spaces between brackets."},objectWrap:{category:"Common",type:"choice",default:"preserve",description:"How to wrap object literals.",choices:[{value:"preserve",description:"Keep as multi-line, if there is a newline between the opening brace and first property."},{value:"collapse",description:"Fit to a single line when possible."}]},singleQuote:{category:"Common",type:"boolean",default:!1,description:"Use single quotes instead of double quotes."},proseWrap:{category:"Common",type:"choice",default:"preserve",description:"How to wrap prose.",choices:[{value:"always",description:"Wrap prose if it exceeds the print width."},{value:"never",description:"Do not wrap prose."},{value:"preserve",description:"Wrap prose as-is."}]},bracketSameLine:{category:"Common",type:"boolean",default:!1,description:"Put > of opening tags on the last line instead of on a new line."},singleAttributePerLine:{category:"Common",type:"boolean",default:!1,description:"Enforce single attribute per line in HTML, Vue and JSX."}};var tS="JavaScript",rS={arrowParens:{category:tS,type:"choice",default:"always",description:"Include parentheses around a sole arrow function parameter.",choices:[{value:"always",description:"Always include parens. Example: `(x) => x`"},{value:"avoid",description:"Omit parens when possible. Example: `x => x`"}]},bracketSameLine:eS.bracketSameLine,objectWrap:eS.objectWrap,bracketSpacing:eS.bracketSpacing,jsxBracketSameLine:{category:tS,type:"boolean",description:"Put > on the last line instead of at a new line.",deprecated:"2.4.0"},semi:{category:tS,type:"boolean",default:!0,description:"Print semicolons.",oppositeDescription:"Do not print semicolons, except at the beginning of lines which may need them."},experimentalOperatorPosition:{category:tS,type:"choice",default:"end",description:"Where to print operators when binary expressions wrap lines.",choices:[{value:"start",description:"Print operators at the start of new lines."},{value:"end",description:"Print operators at the end of previous lines."}]},experimentalTernaries:{category:tS,type:"boolean",default:!1,description:"Use curious ternaries, with the question mark after the condition.",oppositeDescription:"Default behavior of ternaries; keep question marks on the same line as the consequent."},singleQuote:eS.singleQuote,jsxSingleQuote:{category:tS,type:"boolean",default:!1,description:"Use single quotes in JSX."},quoteProps:{category:tS,type:"choice",default:"as-needed",description:"Change when properties in objects are quoted.",choices:[{value:"as-needed",description:"Only add quotes around object properties where required."},{value:"consistent",description:"If at least one property in an object requires quotes, quote all properties."},{value:"preserve",description:"Respect the input use of quotes in object properties."}]},trailingComma:{category:tS,type:"choice",default:"all",description:"Print trailing commas wherever possible when multi-line.",choices:[{value:"all",description:"Trailing commas wherever possible (including function arguments)."},{value:"es5",description:"Trailing commas where valid in ES5 (objects, arrays, etc.)"},{value:"none",description:"No trailing commas."}]},singleAttributePerLine:eS.singleAttributePerLine},nS=rS;var iS={...Gd,...Zx},sS=[...Ul,...Kx];return nc(Pl)})},19540:La=>{(function(hl){function e(){var La=hl();return La.default||La}if(true)La.exports=e();else{var fl}})(function(){"use strict";var La=Object.defineProperty;var hl=Object.getOwnPropertyDescriptor;var fl=Object.getOwnPropertyNames;var yl=Object.prototype.hasOwnProperty;var Dr=La=>{throw TypeError(La)};var rs=(hl,fl,yl)=>fl in hl?La(hl,fl,{enumerable:!0,configurable:!0,writable:!0,value:yl}):hl[fl]=yl;var Ir=(hl,fl)=>{for(var yl in fl)La(hl,yl,{get:fl[yl],enumerable:!0})},ns=(Pl,Ul,Gd,af)=>{if(Ul&&typeof Ul=="object"||typeof Ul=="function")for(let n_ of fl(Ul))!yl.call(Pl,n_)&&n_!==Gd&&La(Pl,n_,{get:()=>Ul[n_],enumerable:!(af=hl(Ul,n_))||af.enumerable});return Pl};var is=hl=>ns(La({},"__esModule",{value:!0}),hl);var zt=(La,hl,fl)=>rs(La,typeof hl!="symbol"?hl+"":hl,fl),ss=(La,hl,fl)=>hl.has(La)||Dr("Cannot "+fl);var qe=(La,hl,fl)=>(ss(La,hl,"read from private field"),fl?fl.call(La):hl.get(La)),Rr=(La,hl,fl)=>hl.has(La)?Dr("Cannot add the same private member more than once"):hl instanceof WeakSet?hl.add(La):hl.set(La,fl);var Pl={};Ir(Pl,{languages:()=>mC,options:()=>bC,parsers:()=>vC,printers:()=>GC});var ke=(La,hl)=>(fl,yl,...Pl)=>fl|1&&yl==null?void 0:(hl.call(yl)??yl[La]).apply(yl,Pl);var Ul=String.prototype.replaceAll??function(La,hl){return La.global?this.replace(La,hl):this.split(La).join(hl)},Gd=ke("replaceAll",function(){if(typeof this=="string")return Ul}),af=Gd;function ls(La){return this[La<0?this.length+La:La]}var n_=ke("at",function(){if(Array.isArray(this)||typeof this=="string")return ls}),i_=n_;var us=()=>{},p_=us;var w_="string",D_="array",I_="cursor",N_="indent",_m="align",pg="trim",mg="group",gg="fill",eA="if-break",tA="indent-if-break",rA="line-suffix",nA="line-suffix-boundary",iA="line",sA="label",aA="break-parent",oA=new Set([I_,N_,_m,pg,mg,gg,eA,tA,rA,nA,iA,sA,aA]);function ft(La,hl,fl){if(!La.has(hl)){let yl=fl(hl);La.set(hl,yl)}return La.get(hl)}function ps(La){if(typeof La=="string")return w_;if(Array.isArray(La))return D_;if(!La)return;let{type:hl}=La;if(oA.has(hl))return hl}var lA=ps;var hs=La=>new Intl.ListFormat("en-US",{type:"disjunction"}).format(La);function ms(La){let hl=La===null?"null":typeof La;if(hl!=="string"&&hl!=="object")return`Unexpected doc '${hl}', \nExpected it to be 'string' or 'object'.`;if(lA(La))throw new Error("doc is valid.");let fl=Object.prototype.toString.call(La);if(fl!=="[object Object]")return`Unexpected doc '${fl}'.`;let yl=hs([...oA].map(La=>`'${La}'`));return`Unexpected doc.type '${La.type}'.\nExpected it to be ${yl}.`}var cA=class extends Error{name="InvalidDocError";constructor(La){super(ms(La)),this.doc=La}},uA=cA;function $t(La,hl){if(typeof La=="string")return hl(La);let fl=new Map;return n(La);function n(La){return ft(fl,La,i)}function i(La){switch(lA(La)){case D_:return hl(La.map(n));case gg:return hl({...La,parts:La.parts.map(n)});case eA:return hl({...La,breakContents:n(La.breakContents),flatContents:n(La.flatContents)});case mg:{let{expandedStates:fl,contents:yl}=La;return fl?(fl=fl.map(n),yl=fl[0]):yl=n(yl),hl({...La,contents:yl,expandedStates:fl})}case _m:case N_:case tA:case sA:case rA:return hl({...La,contents:n(La.contents)});case w_:case I_:case pg:case nA:case iA:case aA:return hl(La);default:throw new uA(La)}}}function L(La,hl=vA){return $t(La,La=>typeof La=="string"?R(hl,La.split(`\n`)):La)}var pA=p_,dA=p_,hA=p_,fA=p_;function A(La){return pA(La),{type:N_,contents:La}}function fs(La,hl){return fA(La),pA(hl),{type:_m,contents:hl,n:La}}function Hr(La){return fs(Number.NEGATIVE_INFINITY,La)}var _A={type:aA};function _t(La){return hA(La),{type:gg,parts:La}}function C(La,hl={}){return pA(La),dA(hl.expandedStates,!0),{type:mg,id:hl.id,contents:La,break:!!hl.shouldBreak,expandedStates:hl.expandedStates}}function $(La,hl="",fl={}){return pA(La),hl!==""&&pA(hl),{type:eA,breakContents:La,flatContents:hl,groupId:fl.groupId}}function Fr(La,hl){return pA(La),{type:tA,contents:La,groupId:hl.groupId,negate:hl.negate}}function R(La,hl){pA(La),dA(hl);let fl=[];for(let yl=0;ylGd?yl:fl).character}function jt(La){if(typeof La!="string")throw new TypeError("Expected a string");return La.replace(/[|\\{}()[\]^$+*?.]/g,"\\$&").replace(/-/g,"\\x2d")}var DA=class{#_e;constructor(La){this.#_e=new Set(La)}getLeadingWhitespaceCount(La){let hl=this.#_e,fl=0;for(let yl=0;yl=0&&hl.has(La.charAt(yl));yl--)fl++;return fl}getLeadingWhitespace(La){let hl=this.getLeadingWhitespaceCount(La);return La.slice(0,hl)}getTrailingWhitespace(La){let hl=this.getTrailingWhitespaceCount(La);return La.slice(La.length-hl)}hasLeadingWhitespace(La){return this.#_e.has(La.charAt(0))}hasTrailingWhitespace(La){return this.#_e.has(i_(0,La,-1))}trimStart(La){let hl=this.getLeadingWhitespaceCount(La);return La.slice(hl)}trimEnd(La){let hl=this.getTrailingWhitespaceCount(La);return La.slice(0,La.length-hl)}trim(La){return this.trimEnd(this.trimStart(La))}split(La,hl=!1){let fl=`[${jt([...this.#_e].join(""))}]+`,yl=new RegExp(hl?`(${fl})`:fl);return La.split(yl)}hasWhitespaceCharacter(La){let hl=this.#_e;return Array.prototype.some.call(La,La=>hl.has(La))}hasNonWhitespaceCharacter(La){let hl=this.#_e;return Array.prototype.some.call(La,La=>!hl.has(La))}isWhitespaceOnly(La){let hl=this.#_e;return Array.prototype.every.call(La,La=>hl.has(La))}#me(La){let hl=Number.POSITIVE_INFINITY;for(let fl of La.split(`\n`)){if(fl.length===0)continue;let La=this.getLeadingWhitespaceCount(fl);if(La===0)return 0;fl.length!==La&&LaLa.slice(hl)).join(`\n`)}},SA=DA;var kA=["\t",`\n`,"\f","\r"," "],TA=new SA(kA),IA=TA;var BA=class extends Error{name="UnexpectedNodeError";constructor(La,hl,fl="type"){super(`Unexpected ${hl} node ${fl}: ${JSON.stringify(La[fl])}.`),this.node=La}},FA=BA;function j(La,hl=!0){return[A([gA,La]),hl?gA:""]}function q(La,hl){let fl=La.type==="NGRoot"?La.node.type==="NGMicrosyntax"&&La.node.body.length===1&&La.node.body[0].type==="NGMicrosyntaxExpression"?La.node.body[0].expression:La.node:La.type==="JsExpressionRoot"?La.node:La;return fl&&(fl.type==="ObjectExpression"||fl.type==="ArrayExpression"||(hl.parser==="__vue_expression"||hl.parser==="__vue_ts_expression"||hl.parser==="__ng_binding"||hl.parser==="__ng_directive")&&(fl.type==="TemplateLiteral"||fl.type==="StringLiteral"))}async function E(La,hl,fl,yl){fl={__isInHtmlAttribute:!0,__embeddedInHtml:!0,...fl};let Pl=!0;yl&&(fl.__onHtmlBindingRoot=(La,hl)=>{Pl=yl(La,hl)});let Ul=await hl(La,fl,hl);return Pl?C(Ul):j(Ul)}function ks(La,hl,fl,yl){let{node:Pl}=fl,Ul=yl.originalText.slice(Pl.sourceSpan.start.offset,Pl.sourceSpan.end.offset);return/^\s*$/.test(Ul)?"":E(Ul,La,{parser:"__ng_directive",__isInHtmlAttribute:!1},q)}var PA=ks;var RA=Object.hasOwn??Function.prototype.call.bind(Object.prototype.hasOwnProperty),NA=RA;var OA=Array.prototype.toReversed??function(){return[...this].reverse()},QA=ke("toReversed",function(){if(Array.isArray(this))return OA}),LA=QA;function ys(){let La=globalThis,hl=La.process?.platform;if(typeof hl=="string")return hl.startsWith("win");let fl=La.Deno?.build?.os;return typeof fl=="string"?fl==="windows":La.navigator?.platform?.startsWith("Win")??!1}var MA=ys();function Yr(La){if(La=La instanceof URL?La:new URL(La),La.protocol!=="file:")throw new TypeError(`URL must be a file URL: received "${La.protocol}"`);return La}function xs(La){return La=Yr(La),decodeURIComponent(La.pathname.replace(/%(?![0-9A-Fa-f]{2})/g,"%25"))}function Ls(La){La=Yr(La);let hl=decodeURIComponent(La.pathname.replace(/\//g,"\\").replace(/%(?![0-9A-Fa-f]{2})/g,"%25")).replace(/^\\*([A-Za-z]:)(\\|$)/,"$1\\");return La.hostname!==""&&(hl=`\\\\${La.hostname}${hl}`),hl}function Qt(La){return MA?Ls(La):xs(La)}var Kr=La=>String(La).split(/[/\\]/).pop(),Qr=La=>String(La).startsWith("file:");function As(La){return Array.isArray(La)&&La.length>0}var jA=As;function Xr(La,hl){if(!hl)return;let fl=Kr(hl).toLowerCase();return La.find(({filenames:La})=>La?.some(La=>La.toLowerCase()===fl))??La.find(({extensions:La})=>La?.some(La=>fl.endsWith(La)))}function Ps(La,hl){if(hl)return La.find(({name:La})=>La.toLowerCase()===hl)??La.find(({aliases:La})=>La?.includes(hl))??La.find(({extensions:La})=>La?.includes(`.${hl}`))}var UA=void 0;function Jr(La,hl){if(hl){if(Qr(hl))try{hl=Qt(hl)}catch{return}if(typeof hl=="string")return La.find(({isSupported:La})=>La?.({filepath:hl}))}}function Ds(La,hl){let fl=LA(0,La.plugins).flatMap(La=>La.languages??[]);return(Ps(fl,hl.language)??Xr(fl,hl.physicalFile)??Xr(fl,hl.file)??Jr(fl,hl.physicalFile)??Jr(fl,hl.file)??UA?.(fl,hl.physicalFile))?.parsers[0]}var GA=Ds;var qA=Symbol.for("PRETTIER_IS_FRONT_MATTER");function Is(La){return!!La?.[qA]}var $A=Is;function Rs(La){return af(0,La,/[^\n]/g," ")}var JA=Rs;var HA=3;function Os(La){let hl=La.slice(0,HA);if(hl!=="---"&&hl!=="+++")return;let fl=La.indexOf(`\n`,HA);if(fl===-1)return;let yl=La.slice(HA,fl).trim(),Pl=La.indexOf(`\n${hl}`,fl),Ul=yl;if(Ul||(Ul=hl==="+++"?"toml":"yaml"),Pl===-1&&hl==="---"&&Ul==="yaml"&&(Pl=La.indexOf(`\n...`,fl)),Pl===-1)return;let Gd=Pl+1+HA,af=La.charAt(Gd+1);if(!/\s?/.test(af))return;let n_=La.slice(0,Gd),p_;return{language:Ul,explicitLanguage:yl||null,value:La.slice(fl+1,Pl),startDelimiter:hl,endDelimiter:n_.slice(-HA),raw:n_,start:{line:1,column:0,index:0},end:{index:n_.length,get line(){return p_??(p_=n_.split(`\n`)),p_.length},get column(){return p_??(p_=n_.split(`\n`)),i_(0,p_,-1).length}},[qA]:!0}}function Ms(La){let hl=Os(La);return hl?{frontMatter:hl,get content(){let{raw:fl}=hl;return JA(fl)+La.slice(fl.length)}}:{content:La}}var VA=Ms;var WA="inline",zA={area:"none",base:"none",basefont:"none",datalist:"none",head:"none",link:"none",meta:"none",noembed:"none",noframes:"none",param:"block",rp:"none",script:"block",style:"none",template:"inline",title:"none",html:"block",body:"block",address:"block",blockquote:"block",center:"block",dialog:"block",div:"block",figure:"block",figcaption:"block",footer:"block",form:"block",header:"block",hr:"block",legend:"block",listing:"block",main:"block",p:"block",plaintext:"block",pre:"block",search:"block",xmp:"block",slot:"contents",ruby:"ruby",rt:"ruby-text",article:"block",aside:"block",h1:"block",h2:"block",h3:"block",h4:"block",h5:"block",h6:"block",hgroup:"block",nav:"block",section:"block",dir:"block",dd:"block",dl:"block",dt:"block",menu:"block",ol:"block",ul:"block",li:"list-item",table:"table",caption:"table-caption",colgroup:"table-column-group",col:"table-column",thead:"table-header-group",tbody:"table-row-group",tfoot:"table-footer-group",tr:"table-row",td:"table-cell",th:"table-cell",input:"inline-block",button:"inline-block",fieldset:"block",details:"block",summary:"block",marquee:"inline-block",option:"block",optgroup:"block",select:"inline-block",source:"block",track:"block",meter:"inline-block",progress:"inline-block",object:"inline-block",video:"inline-block",audio:"inline-block"},YA="normal",KA={listing:"pre",plaintext:"pre",pre:"pre",xmp:"pre",nobr:"nowrap",table:"initial",textarea:"pre-wrap"};function Bs(La){return La.kind==="element"&&!La.hasExplicitNamespace&&!["html","svg"].includes(La.namespace)}var XA=Bs;var qs=La=>af(0,La,/^[\t\f\r ]*\n/g,""),er=La=>qs(IA.trimEnd(La)),tn=La=>{let hl=La,fl=IA.getLeadingWhitespace(hl);fl&&(hl=hl.slice(fl.length));let yl=IA.getTrailingWhitespace(hl);return yl&&(hl=hl.slice(0,-yl.length)),{leadingWhitespace:fl,trailingWhitespace:yl,text:hl}};function kt(La,hl){return!!(La.kind==="ieConditionalComment"&&La.lastChild&&!La.lastChild.isSelfClosing&&!La.lastChild.endSourceSpan||La.kind==="ieConditionalComment"&&!La.complete||Y(La)&&La.children.some(La=>La.kind!=="text"&&La.kind!=="interpolation")||Tt(La,hl)&&!O(La,hl)&&La.kind!=="interpolation")}function le(La){return La.kind==="attribute"||!La.parent||!La.prev?!1:Hs(La.prev)}function Hs(La){return La.kind==="comment"&&La.value.trim()==="prettier-ignore"}function N(La){return La.kind==="text"||La.kind==="comment"}function O(La,hl){return La.kind==="element"&&(La.fullName==="script"||La.fullName==="style"||La.fullName==="svg:style"||La.fullName==="svg:script"||La.fullName==="mj-style"&&hl.parser==="mjml"||XA(La)&&(La.name==="script"||La.name==="style"))}function rn(La,hl){return La.children&&!O(La,hl)}function nn(La,hl){return O(La,hl)||La.kind==="interpolation"||tr(La)}function tr(La){return dn(La).startsWith("pre")}function sn(La,hl){let fl=n();if(fl&&!La.prev&&La.parent?.tagDefinition?.ignoreFirstLf)return La.kind==="interpolation";return fl;function n(){return $A(La)||La.kind==="angularControlFlowBlock"?!1:(La.kind==="text"||La.kind==="interpolation")&&La.prev&&(La.prev.kind==="text"||La.prev.kind==="interpolation")?!0:!La.parent||La.parent.cssDisplay==="none"?!1:Y(La.parent)?!0:!(!La.prev&&(La.parent.kind==="root"||Y(La)&&La.parent||O(La.parent,hl)||Ge(La.parent,hl)||!Gs(La.parent.cssDisplay))||La.prev&&!Ys(La.prev.cssDisplay))}}function an(La,hl){return $A(La)||La.kind==="angularControlFlowBlock"?!1:(La.kind==="text"||La.kind==="interpolation")&&La.next&&(La.next.kind==="text"||La.next.kind==="interpolation")?!0:!La.parent||La.parent.cssDisplay==="none"?!1:Y(La.parent)?!0:!(!La.next&&(La.parent.kind==="root"||Y(La)&&La.parent||O(La.parent,hl)||Ge(La.parent,hl)||!$s(La.parent.cssDisplay))||La.next&&!js(La.next.cssDisplay))}function on(La,hl){return Ks(La.cssDisplay)&&!O(La,hl)}function We(La){return $A(La)||La.next&&La.sourceSpan.end&&La.sourceSpan.end.line+10&&(["body","script","style"].includes(La.name)||La.children.some(La=>Vs(La)))||La.firstChild&&La.firstChild===La.lastChild&&La.firstChild.kind!=="text"&&un(La.firstChild)&&(!La.lastChild.isTrailingSpaceSensitive||pn(La.lastChild))}function rr(La){return La.kind==="element"&&La.children.length>0&&(["html","head","ul","ol","select"].includes(La.name)||La.cssDisplay.startsWith("table")&&La.cssDisplay!=="table-cell")}function bt(La){return hn(La)||La.prev&&Fs(La.prev)||cn(La)}function Fs(La){return hn(La)||La.kind==="element"&&La.fullName==="br"||cn(La)}function cn(La){return un(La)&&pn(La)}function un(La){return La.hasLeadingSpaces&&(La.prev?La.prev.sourceSpan.end.lineLa.sourceSpan.end.line:La.parent.kind==="root"||La.parent.endSourceSpan&&La.parent.endSourceSpan.start.line>La.sourceSpan.end.line)}function hn(La){switch(La.kind){case"ieConditionalComment":case"comment":case"directive":return!0;case"element":return["script","select"].includes(La.name)}return!1}function wt(La){return La.lastChild?wt(La.lastChild):La}function Vs(La){return La.children?.some(La=>La.kind!=="text")}function mn(La){if(La)switch(La){case"module":case"text/javascript":case"text/babel":case"text/jsx":case"application/javascript":return"babel";case"application/x-typescript":return"typescript";case"text/markdown":return"markdown";case"text/html":return"html";case"text/x-handlebars-template":return"glimmer";default:if(La.endsWith("json")||La.endsWith("importmap")||La==="speculationrules")return"json"}}function Us(La,hl){let{name:fl,attrMap:yl}=La;if(fl!=="script"||NA(yl,"src"))return;let{type:Pl,lang:Ul}=La.attrMap;return!Ul&&!Pl?"babel":GA(hl,{language:Ul})??mn(Pl)}function Ws(La,hl){if(!Tt(La,hl))return;let{attrMap:fl}=La;if(NA(fl,"src"))return;let{type:yl,lang:Pl}=fl;return GA(hl,{language:Pl})??mn(yl)}function zs(La,hl){if(La.name==="style"){let{lang:fl}=La.attrMap;return fl?GA(hl,{language:fl}):"css"}if(La.name==="mj-style"&&hl.parser==="mjml")return"css"}function nr(La,hl){return Us(La,hl)??zs(La,hl)??Ws(La,hl)}function ze(La){return La==="block"||La==="list-item"||La.startsWith("table")}function Gs(La){return!ze(La)&&La!=="inline-block"}function $s(La){return!ze(La)&&La!=="inline-block"}function js(La){return!ze(La)}function Ys(La){return!ze(La)}function Ks(La){return!ze(La)&&La!=="inline-block"}function Y(La){return dn(La).startsWith("pre")}function Qs(La,hl){let fl=La;for(;fl;){if(hl(fl))return!0;fl=fl.parent}return!1}function fn(La,hl){if(ce(La,hl))return"block";if(La.prev?.kind==="comment"){let hl=La.prev.value.match(/^\s*display:\s*([a-z]+)\s*$/);if(hl)return hl[1]}let fl=!1;if(La.kind==="element"&&La.namespace==="svg")if(Qs(La,La=>La.fullName==="svg:foreignObject"))fl=!0;else return La.name==="svg"?"inline-block":"block";switch(hl.htmlWhitespaceSensitivity){case"strict":return"inline";case"ignore":return"block";default:if(La.kind==="element"&&(!La.namespace||fl||XA(La))&&NA(zA,La.name))return zA[La.name]}return WA}function dn(La){return La.kind==="element"&&(!La.namespace||XA(La))&&NA(KA,La.name)?KA[La.name]:YA}function ir(La){return af(0,af(0,La,"'","'"),""",'"')}function w(La){return ir(La.value)}var ZA=new Set(["template","style","script"]);function Ge(La,hl){return ce(La,hl)&&!ZA.has(La.fullName)}function ce(La,hl){return hl.parser==="vue"&&La.kind==="element"&&La.parent.kind==="root"&&La.fullName.toLowerCase()!=="html"}function Tt(La,hl){return ce(La,hl)&&(Ge(La,hl)||La.attrMap.lang&&La.attrMap.lang!=="html")}function gn(La){let hl=La.fullName;return hl.charAt(0)==="#"||hl==="slot-scope"||hl==="v-slot"||hl.startsWith("v-slot:")}function _n(La,hl){let fl=La.parent;if(!ce(fl,hl))return!1;let yl=fl.fullName,Pl=La.fullName;return yl==="script"&&Pl==="setup"||yl==="style"&&Pl==="vars"}function yt(La,hl=La.value){return La.parent.isWhitespaceSensitive?La.parent.isIndentationSensitive?L(hl):L(IA.dedentString(er(hl)),yA):R(mA,IA.split(hl))}function Et(La,hl){return ce(La,hl)&&La.name==="script"}function Js(La){let{valueSpan:hl,value:fl}=La;return hl.end.offset-hl.start.offset===fl.length+2}function xt(La,hl){if(Js(La))return!1;let{value:fl}=La;return/^PRETTIER_HTML_PLACEHOLDER_\d+_\d+_IN_JS$/.test(fl)||hl.parser==="lwc"&&fl.startsWith("{")&&fl.endsWith("}")}var hy=/\{\{(.+?)\}\}/s,vn=({node:{value:La}})=>hy.test(La);async function Cn(La,hl,fl){let yl=w(fl.node),Pl=[];for(let[hl,fl]of yl.split(hy).entries())if(hl%2===0)Pl.push(L(fl));else try{Pl.push(C(["{{",A([mA,await E(fl,La,{parser:"__ng_interpolation",__isInHtmlInterpolation:!0})]),mA,"}}"]))}catch{Pl.push("{{",L(fl),"}}")}return Pl}var sr=La=>(hl,fl,yl)=>E(w(yl.node),hl,{parser:La},q),gy=[{test(La){let hl=La.node.fullName;return hl.startsWith("(")&&hl.endsWith(")")||hl.startsWith("on-")},print:sr("__ng_action")},{test(La){let hl=La.node.fullName;return hl.startsWith("[")&&hl.endsWith("]")||/^bind(?:on)?-/.test(hl)||/^ng-(?:if|show|hide|class|style)$/.test(hl)},print:sr("__ng_binding")},{test:La=>La.node.fullName.startsWith("*"),print:sr("__ng_directive")},{test:La=>/^i18n(?:-.+)?$/.test(La.node.fullName),print:ea},{test:vn,print:Cn}].map(({test:La,print:hl})=>({test:(hl,fl)=>fl.parser==="angular"&&La(hl),print:hl}));function ea(La,hl,{node:fl}){let yl=w(fl);return j(_t(yt(fl,yl.trim())),!yl.includes("@@"))}var yy=gy;var bn=({node:La},hl)=>!hl.parentParser&&La.fullName==="class"&&!La.value.includes("{{"),wn=(La,hl,fl)=>af(0,w(fl.node).trim(),/\s+/g," ");var wy=["onabort","onafterprint","onauxclick","onbeforeinput","onbeforematch","onbeforeprint","onbeforetoggle","onbeforeunload","onblur","oncancel","oncanplay","oncanplaythrough","onchange","onclick","onclose","oncommand","oncontextlost","oncontextmenu","oncontextrestored","oncopy","oncuechange","oncut","ondblclick","ondrag","ondragend","ondragenter","ondragleave","ondragover","ondragstart","ondrop","ondurationchange","onemptied","onended","onerror","onfocus","onformdata","onhashchange","oninput","oninvalid","onkeydown","onkeypress","onkeyup","onlanguagechange","onload","onloadeddata","onloadedmetadata","onloadstart","onmessage","onmessageerror","onmousedown","onmouseenter","onmouseleave","onmousemove","onmouseout","onmouseover","onmouseup","onoffline","ononline","onpagehide","onpagereveal","onpageshow","onpageswap","onpaste","onpause","onplay","onplaying","onpopstate","onprogress","onratechange","onrejectionhandled","onreset","onresize","onscroll","onscrollend","onsecuritypolicyviolation","onseeked","onseeking","onselect","onslotchange","onstalled","onstorage","onsubmit","onsuspend","ontimeupdate","ontoggle","onunhandledrejection","onunload","onvolumechange","onwaiting","onwheel"];var Sy=new Set(wy),Tn=({node:La},hl)=>Sy.has(La.fullName)&&!hl.parentParser&&!La.value.includes("{{"),yn=(La,hl,fl)=>E(w(fl.node),La,{parser:"babel",__isHtmlInlineEventHandler:!0},()=>!1);function na(La){let hl=[];for(let fl of La.split(";")){if(fl=IA.trim(fl),!fl)continue;let[La,...yl]=IA.split(fl);hl.push({name:La,value:yl})}return hl}var Ty=na;var xn=({node:La},hl)=>La.fullName==="allow"&&!hl.parentParser&&La.parent.fullName==="iframe"&&!La.value.includes("{{");function Ln(La,hl,fl){let{node:yl}=fl,Pl=Ty(w(yl));return Pl.length===0?[""]:j(Pl.map(({name:La,value:hl},fl)=>[[La,...hl].join(" "),fl===Pl.length-1?$(";"):[";",mA]]))}function An(La){return La==="\t"||La===`\n`||La==="\f"||La==="\r"||La===" "}var Zy=/^[ \t\n\r\u000c]+/,kb=/^[, \t\n\r\u000c]+/,Rb=/^[^ \t\n\r\u000c]+/,Nb=/[,]+$/,Ob=/^\d+$/,jb=/^-?(?:[0-9]+|[0-9]*\.[0-9]+)(?:[eE][+-]?[0-9]+)?$/;function ca(La){let hl=La.length,fl,yl,Pl,Ul,Gd,af=0,n_;function c(hl){let fl,yl=hl.exec(La.substring(af));if(yl)return[fl]=yl,af+=fl.length,fl}let i_=[];for(;;){if(c(kb),af>=hl){if(i_.length===0)throw new Error("Must contain one or more image candidate strings.");return i_}n_=af,fl=c(Rb),yl=[],fl.slice(-1)===","?(fl=fl.replace(Nb,""),_()):d()}function d(){for(c(Zy),Pl="",Ul="in descriptor";;){if(Gd=La.charAt(af),Ul==="in descriptor")if(An(Gd))Pl&&(yl.push(Pl),Pl="",Ul="after descriptor");else if(Gd===","){af+=1,Pl&&yl.push(Pl),_();return}else if(Gd==="(")Pl+=Gd,Ul="in parens";else if(Gd===""){Pl&&yl.push(Pl),_();return}else Pl+=Gd;else if(Ul==="in parens")if(Gd===")")Pl+=Gd,Ul="in descriptor";else if(Gd===""){yl.push(Pl),_();return}else Pl+=Gd;else if(Ul==="after descriptor"&&!An(Gd))if(Gd===""){_();return}else Ul="in descriptor",af-=1;af+=1}}function _(){let hl=!1,Pl,Ul,Gd,af,p_={},w_,D_,I_,N_,_m;for(af=0;afLa.node.fullName==="srcset"&&(La.parent.fullName==="img"||La.parent.fullName==="source"),Hb={width:"w",height:"h",density:"x"},Xb=Object.keys(Hb);function Rn(La,hl,fl){let yl=w(fl.node),Pl=Gb(yl),Ul=Xb.filter(La=>Pl.some(hl=>NA(hl,La)));if(Ul.length>1)throw new Error("Mixed descriptor in srcset is not supported");let[Gd]=Ul,af=Hb[Gd],n_=Pl.map(La=>La.source.value),i_=Math.max(...n_.map(La=>La.length)),p_=Pl.map(La=>La[Gd]?String(La[Gd].value):""),w_=p_.map(La=>{let hl=La.indexOf(".");return hl===-1?La.length:hl}),D_=Math.max(...w_);return j(R([",",mA],n_.map((La,hl)=>{let fl=[La],yl=p_[hl];if(yl){let Pl=i_-La.length+1,Ul=D_-w_[hl],Gd=" ".repeat(Pl+Ul);fl.push($(Gd," "),yl+af)}return fl})))}var On=({node:La},hl)=>La.fullName==="style"&&!hl.parentParser&&!La.value.includes("{{"),Mn=async(La,hl,fl)=>j(await La(w(fl.node),{parser:"css",__isHTMLStyleAttribute:!0}));var Zb=new WeakMap;function ha(La,hl){return ft(Zb,La.root,La=>La.children.some(La=>Et(La,hl)&&["ts","typescript"].includes(La.attrMap.lang)))}var Qv=ha;function Bn(La,hl,fl){let yl=w(fl.node);return E(`type T<${yl}> = any`,La,{parser:"babel-ts",__isEmbeddedTypescriptGenericParameters:!0},q)}function qn(La,hl,fl,yl){let Pl=w(fl.node),Ul=Qv(fl,yl)?"babel-ts":"babel";return E(`function _(${Pl}) {}`,La,{parser:Ul,__isVueBindings:!0})}async function Hn(La,hl,fl,yl){let Pl=w(fl.node),{left:Ul,operator:Gd,right:af}=ma(Pl),n_=Qv(fl,yl);return[C(await E(`function _(${Ul}) {}`,La,{parser:n_?"babel-ts":"babel",__isVueForBindingLeft:!0}))," ",Gd," ",await E(af,La,{parser:n_?"__ts_expression":"__js_expression"})]}function ma(La){let hl=/(.*?)\s+(in|of)\s+(.*)/s,fl=La.match(hl);if(!fl)return;let yl={for:fl[3].trim()};if(!yl.for)return;let Pl=/,([^,\]}]*)(?:,([^,\]}]*))?$/,Ul=/^\(|\)$/g,Gd=af(0,fl[1].trim(),Ul,""),n_=Gd.match(Pl);n_?(yl.alias=Gd.replace(Pl,""),yl.iterator1=n_[1].trim(),n_[2]&&(yl.iterator2=n_[2].trim())):yl.alias=Gd;let i_=[yl.alias,yl.iterator1,yl.iterator2];if(!i_.some((La,hl)=>!La&&(hl===0||i_.slice(hl+1).some(Boolean))))return{left:i_.filter(Boolean).join(","),operator:fl[2],right:yl.for}}var Vv=[{test:La=>La.node.fullName==="v-for",print:Hn},{test:(La,hl)=>La.node.fullName==="generic"&&Et(La.parent,hl),print:Bn},{test:({node:La},hl)=>gn(La)||_n(La,hl),print:qn},{test(La){let hl=La.node.fullName;return hl.startsWith("@")||hl.startsWith("v-on:")},print:da},{test(La){let hl=La.node.fullName;return hl.startsWith(":")||hl.startsWith(".")||hl.startsWith("v-bind:")},print:ga},{test:La=>La.node.fullName.startsWith("v-"),print:Fn}].map(({test:La,print:hl})=>({test:(hl,fl)=>fl.parser==="vue"&&La(hl,fl),print:hl}));async function da(La,hl,fl,yl){try{return await Fn(La,hl,fl,yl)}catch(La){if(La.cause?.code!=="BABEL_PARSER_SYNTAX_ERROR")throw La}let Pl=w(fl.node),Ul=Qv(fl,yl)?"__vue_ts_event_binding":"__vue_event_binding";return E(Pl,La,{parser:Ul},q)}function ga(La,hl,fl,yl){let Pl=w(fl.node),Ul=Qv(fl,yl)?"__vue_ts_expression":"__vue_expression";return E(Pl,La,{parser:Ul},q)}function Fn(La,hl,fl,yl){let Pl=w(fl.node),Ul=Qv(fl,yl)?"__ts_expression":"__js_expression";return E(Pl,La,{parser:Ul},q)}var tE=Vv;var aE=[{test:Dn,print:Rn},{test:On,print:Mn},{test:Tn,print:yn},{test:bn,print:wn},{test:xn,print:Ln},...tE,...yy].map(({test:La,print:hl})=>({test:La,print:va(hl)}));function Sa(La,hl){let{node:fl}=La,{value:yl}=fl;if(yl)return xt(fl,hl)?[fl.rawName,"=",yl]:aE.find(({test:fl})=>fl(La,hl))?.print}function va(La){return async(hl,fl,yl,Pl)=>{let Ul=await La(hl,fl,yl,Pl);if(Ul)return Ul=$t(Ul,La=>typeof La=="string"?af(0,La,'"',"""):La),[yl.node.rawName,'="',C(Ul),'"']}}var lE=Sa;var F=La=>La.sourceSpan.start.offset,J=La=>La.sourceSpan.end.offset;function $e(La,hl){return[La.isSelfClosing?"":Ca(La,hl),ue(La,hl)]}function Ca(La,hl){return La.lastChild&&K(La.lastChild)?"":[ka(La,hl),Lt(La,hl)]}function ue(La,hl){return(La.next?V(La.next):he(La.parent))?"":[pe(La,hl),M(La,hl)]}function ka(La,hl){return he(La)?pe(La.lastChild,hl):""}function M(La,hl){return K(La)?Lt(La.parent,hl):je(La)?At(La.next,hl):""}function Lt(La,hl){if(zn(La,hl))return"";switch(La.kind){case"ieConditionalComment":return"\x3c!--\x3e";case"interpolation":return"}}";case"angularIcuExpression":return"}";case"element":if(La.isSelfClosing)return"/>";default:return">"}}function zn(La,hl){return!La.isSelfClosing&&!La.endSourceSpan&&(le(La)||kt(La.parent,hl))}function V(La){return La.prev&&La.prev.kind!=="docType"&&La.kind!=="angularControlFlowBlock"&&!N(La.prev)&&La.isLeadingSpaceSensitive&&!La.hasLeadingSpaces}function he(La){return La.lastChild?.isTrailingSpaceSensitive&&!La.lastChild.hasTrailingSpaces&&!N(wt(La.lastChild))&&!Y(La)}function K(La){return!La.next&&!La.hasTrailingSpaces&&La.isTrailingSpaceSensitive&&N(wt(La))}function je(La){return La.next&&!N(La.next)&&N(La)&&La.isTrailingSpaceSensitive&&!La.hasTrailingSpaces}function ba(La){let hl=La.trim().match(/^prettier-ignore-attribute(?:\s+(.+))?$/s);return hl?hl[1]?hl[1].split(/\s+/):!0:!1}function Ye(La){return!La.prev&&La.isLeadingSpaceSensitive&&!La.hasLeadingSpaces}function wa(La,hl,fl){let{node:yl}=La,{attrs:Pl=[],startTagComments:Ul=[]}=yl;if(Pl.length===0&&Ul.length===0)return yl.isSelfClosing?" ":"";let Gd=yl.prev?.kind==="comment"&&ba(yl.prev.value),af=typeof Gd=="boolean"?()=>Gd:Array.isArray(Gd)?La=>Gd.includes(La.rawName):()=>!1,n_=["attrs","startTagComments"].filter(La=>jA(yl[La])),i_=n_.flatMap(yl=>La.map(({node:La})=>({loc:F(La),printed:La.kind==="attribute"&&af(La)?L(hl.originalText.slice(F(La),J(La))):fl()}),yl));n_.length>1&&i_.sort((La,hl)=>La.loc-hl.loc);let p_=yl.kind==="element"&&yl.fullName==="script"&&Pl.length===1&&Pl[0].fullName==="src"&&yl.children.length===0&&Ul.length===0,w_=Ul.some(La=>La.type==="single"),D_=w_||hl.singleAttributePerLine&&Pl.length>1&&!ce(yl,hl)?yA:mA,I_=[A([p_?" ":w_?yA:mA,R(D_,i_.map(({printed:La})=>La))])];return yl.firstChild&&Ye(yl.firstChild)||yl.isSelfClosing&&he(yl.parent)||p_?I_.push(yl.isSelfClosing?" ":""):I_.push(hl.bracketSameLine?yl.isSelfClosing?" ":"":yl.isSelfClosing?mA:gA),I_}function Ta(La){return La.firstChild&&Ye(La.firstChild)?"":Pt(La)}function Ke(La,hl,fl){let{node:yl}=La;return[me(yl,hl),wa(La,hl,fl),yl.isSelfClosing?"":Ta(yl)]}function me(La,hl){return La.prev&&je(La.prev)?"":[B(La,hl),At(La,hl)]}function B(La,hl){return Ye(La)?Pt(La.parent):V(La)?pe(La.prev,hl):""}var hE="\x3c!--\x3e<${La.rawName}`;default:return`<${La.rawName}`}}function Pt(La){switch(La.kind){case"ieConditionalComment":return"]>";case"element":if(La.condition)return">\x3c!--"}}function ya(La,hl){if(!La.endSourceSpan)return"";let fl=La.startSourceSpan.end.offset;La.firstChild&&Ye(La.firstChild)&&(fl-=Pt(La).length);let yl=La.endSourceSpan.start.offset;return La.lastChild&&K(La.lastChild)?yl+=Lt(La,hl).length:he(La)&&(yl-=pe(La.lastChild,hl).length),hl.originalText.slice(fl,yl)}var mE=ya;var bE=new Set(["if","else if","for","switch","case"]);function xa(La,hl){let{node:fl}=La;switch(fl.kind){case"element":if(O(fl,hl)||fl.kind==="interpolation")return;if(!fl.isSelfClosing&&Tt(fl,hl)){let yl=nr(fl,hl);return yl?async(Pl,Ul)=>{let Gd=mE(fl,hl),af=/^\s*$/.test(Gd),n_="";return af||(n_=await Pl(er(Gd),{parser:yl,__embeddedInHtml:!0}),af=n_===""),[B(fl,hl),C(Ke(La,hl,Ul)),af?"":yA,n_,af?"":yA,$e(fl,hl),M(fl,hl)]}:void 0}break;case"text":if(O(fl.parent,hl)){let La=nr(fl.parent,hl);if(La)return async yl=>{let Pl=La==="markdown"?IA.dedentString(fl.value.replace(/^[^\S\n]*\n/,"")):fl.value,Ul={parser:La,__embeddedInHtml:!0};if(hl.parser==="html"&&La==="babel"){let La="script",{attrMap:hl}=fl.parent;hl&&(hl.type==="module"||(hl.type==="text/babel"||hl.type==="text/jsx")&&hl["data-type"]==="module")&&(La="module"),Ul.__babelSourceType=La}return[_A,B(fl,hl),await yl(Pl,Ul),M(fl,hl)]}}else if(fl.parent.kind==="interpolation")return async yl=>{let Pl={__isInHtmlInterpolation:!0,__embeddedInHtml:!0};return hl.parser==="angular"?Pl.parser="__ng_interpolation":hl.parser==="vue"?Pl.parser=Qv(La,hl)?"__vue_ts_expression":"__vue_expression":Pl.parser="__js_expression",[A([mA,await yl(fl.value,Pl)]),fl.parent.next&&V(fl.parent.next)?" ":mA]};break;case"attribute":return lE(La,hl);case"angularControlFlowBlockParameters":return bE.has(La.parent.name)?PA:void 0;case"angularLetDeclarationInitializer":return La=>E(fl.value,La,{parser:"__ng_binding",__isInHtmlAttribute:!1})}}var wE=xa;var xE=null;function Xe(La){if(xE!==null&&typeof xE.property){let La=xE;return xE=Xe.prototype=null,La}return xE=Xe.prototype=La??Object.create(null),new Xe}var TE=10;for(let La=0;La<=TE;La++)Xe();function or(La){return Xe(La)}function Aa(La,hl="type"){or(La);function r(fl){let yl=fl[hl],Pl=La[yl];if(!Array.isArray(Pl))throw Object.assign(new Error(`Missing visitor keys for '${yl}'.`),{node:fl});return Pl}return r}var IE=Aa;var FE=[["children"]],PE={root:FE[0],element:["attrs","startTagComments","children"],ieConditionalComment:FE[0],ieConditionalStartComment:[],ieConditionalEndComment:[],interpolation:FE[0],text:FE[0],docType:[],comment:[],attribute:[],startTagComment:[],cdata:[],angularControlFlowBlock:["children","parameters"],angularControlFlowBlockParameters:FE[0],angularControlFlowBlockParameter:[],angularLetDeclaration:["init"],angularLetDeclarationInitializer:[],angularIcuExpression:["cases"],angularIcuCase:["expression"]};var GE=IE(PE,"kind"),HE=GE;var VE=new Set(["sourceSpan","startSourceSpan","endSourceSpan","nameSpan","valueSpan","keySpan","tagDefinition","tokens","valueTokens","switchValueSourceSpan","expSourceSpan","valueSourceSpan"]),WE=new Set(["if","else if","for","switch","case"]);function lr(La,hl,fl){if(La.kind==="text"||La.kind==="comment")return null;if(La.kind==="yaml"&&delete hl.value,La.kind==="attribute"){let{fullName:yl,value:Pl}=La;yl==="style"||yl==="class"||yl==="srcset"&&(fl.fullName==="img"||fl.fullName==="source")||yl==="allow"&&fl.fullName==="iframe"||yl.startsWith("on")||yl.startsWith("@")||yl.startsWith(":")||yl.startsWith(".")||yl.startsWith("#")||yl.startsWith("v-")||yl==="vars"&&fl.fullName==="style"||(yl==="setup"||yl==="generic")&&fl.fullName==="script"||yl==="slot-scope"||yl.startsWith("(")||yl.startsWith("[")||yl.startsWith("*")||yl.startsWith("bind")||yl.startsWith("i18n")||yl.startsWith("on-")||yl.startsWith("ng-")||Pl?.includes("{{")?delete hl.value:Pl&&(hl.value=af(0,Pl,/'|"|'/g,'"'))}if(La.kind==="docType"&&(hl.value=af(0,La.value.toLowerCase(),/\s+/g," ")),La.kind==="angularControlFlowBlock"&&La.parameters?.children)for(let fl of hl.parameters.children)WE.has(La.name)?delete fl.expression:fl.expression=fl.expression.trim();La.kind==="angularIcuExpression"&&(hl.switchValue=La.switchValue.trim()),La.kind==="angularLetDeclarationInitializer"&&delete hl.value,La.kind==="element"&&La.isVoid&&!La.isSelfClosing&&(hl.isSelfClosing=!0)}lr.ignoredProperties=VE;var sw="format";var aw=/^\s*/,ow=/^\s*/;var Jn=La=>ow.test(La),Zn=La=>aw.test(La),ei=La=>`\x3c!-- @${sw} --\x3e\n\n${La}`;var lw=new Map([["if",new Set(["else if","else"])],["else if",new Set(["else if","else"])],["for",new Set(["empty"])],["defer",new Set(["placeholder","error","loading"])],["placeholder",new Set(["placeholder","error","loading"])],["error",new Set(["placeholder","error","loading"])],["loading",new Set(["placeholder","error","loading"])]]);function ri(La){let hl=J(La);return La.kind==="element"&&!La.endSourceSpan&&jA(La.children)?Math.max(hl,ri(i_(0,La.children,-1))):hl}function Ze(La,hl,fl){let yl=La.node;if(le(yl)){let La=ri(yl);return[B(yl,hl),L(IA.trimEnd(hl.originalText.slice(F(yl)+(yl.prev&&je(yl.prev)?At(yl).length:0),La-(yl.next&&V(yl.next)?pe(yl,hl).length:0)))),M(yl,hl)]}return fl()}function Dt(La,hl){return N(La)&&N(hl)?La.isTrailingSpaceSensitive?La.hasTrailingSpaces?bt(hl)?yA:mA:"":bt(hl)?yA:gA:je(La)&&(le(hl)||hl.firstChild||hl.isSelfClosing||hl.kind==="element"&&hl.attrs.length>0)||La.kind==="element"&&La.isSelfClosing&&V(hl)?"":hl.kind==="comment"&&hl.isLeadingSpaceSensitive&&!hl.hasLeadingSpaces?gA:!hl.isLeadingSpaceSensitive||bt(hl)||V(hl)&&La.lastChild&&K(La.lastChild)&&La.lastChild.lastChild&&K(La.lastChild.lastChild)?yA:hl.hasLeadingSpaces?mA:gA}function Ae(La,hl,fl){let{node:yl}=La;if(rr(yl))return[_A,...La.map(()=>{let yl=La.node,Pl=yl.prev?Dt(yl.prev,yl):"";return[Pl?[Pl,We(yl.prev)?yA:""]:"",Ze(La,hl,fl)]},"children")];let Pl=yl.children.map(()=>Symbol(""));return La.map(({node:yl,index:Ul})=>{if(N(yl)){if(yl.prev&&N(yl.prev)){let Pl=Dt(yl.prev,yl);if(Pl)return We(yl.prev)?[yA,yA,Ze(La,hl,fl)]:[Pl,Ze(La,hl,fl)]}return Ze(La,hl,fl)}let Gd=[],af=[],n_=[],i_=[],p_=yl.prev?Dt(yl.prev,yl):"",w_=yl.next?Dt(yl,yl.next):"";return p_&&(We(yl.prev)?Gd.push(yA,yA):p_===yA?Gd.push(yA):N(yl.prev)?af.push(p_):af.push($("",gA,{groupId:Pl[Ul-1]}))),w_&&(We(yl)?N(yl.next)&&i_.push(yA,yA):w_===yA?N(yl.next)&&i_.push(yA):n_.push(w_)),[...Gd,C([...af,C([Ze(La,hl,fl),...n_],{id:Pl[Ul]})]),...i_]},"children")}function ni(La,hl,fl){let{node:yl}=La,Pl=[];Ma(La)&&Pl.push("} "),Pl.push("@",yl.name);let Ul=Ra(yl);if(yl.parameters&&(Ul||Pl.push(" "),Pl.push("(",C(fl("parameters")),")")),Ul)return Pl.push(";"),Pl;if(!Oa(yl)){Pl.push(" {");let Ul=ii(yl);yl.children.length>0?(yl.firstChild.hasLeadingSpaces=!0,yl.lastChild.hasTrailingSpaces=!0,Pl.push(A([yA,Ae(La,hl,fl)])),Ul&&Pl.push(yA,"}")):Ul&&Pl.push("}")}return C(Pl,{shouldBreak:!0})}function ii(La){return!(La.next?.kind==="angularControlFlowBlock"&&lw.get(La.name)?.has(La.next.name))}var Ia=La=>La?.kind==="angularControlFlowBlock"&&(La.name==="case"||La.name==="default"),Ra=La=>La?.kind==="angularControlFlowBlock"&&La.name==="default never";function Oa(La){return Ia(La)&&La.endSourceSpan&&La.endSourceSpan.start.offset===La.endSourceSpan.end.offset}function Ma(La){let{previous:hl}=La;return hl?.kind==="angularControlFlowBlock"&&!le(hl)&&!ii(hl)}function si(La,hl,fl){return[A([gA,R([";",mA],La.map(fl,"children"))]),gA]}function ai(La,hl,fl){let{node:yl}=La;return[me(yl,hl),C([yl.switchValue.trim(),", ",yl.type,yl.cases.length>0?[",",A([mA,R(mA,La.map(fl,"cases"))])]:"",gA]),ue(yl,hl)]}function oi(La,hl,fl){let{node:yl}=La;return[yl.value," {",C([A([gA,La.map(({node:La,isLast:hl})=>{let yl=[fl()];return La.kind==="text"&&(La.hasLeadingSpaces&&yl.unshift(mA),La.hasTrailingSpaces&&!hl&&yl.push(mA)),yl},"expression")]),gA]),"}"]}function li(La,hl,fl){let{node:yl}=La;if(kt(yl,hl))return[B(yl,hl),C(Ke(La,hl,fl)),L(mE(yl,hl)),...$e(yl,hl),M(yl,hl)];let Pl=yl.children.length===1&&(yl.firstChild.kind==="interpolation"||yl.firstChild.kind==="angularIcuExpression")&&yl.firstChild.isLeadingSpaceSensitive&&!yl.firstChild.hasLeadingSpaces&&yl.lastChild.isTrailingSpaceSensitive&&!yl.lastChild.hasTrailingSpaces,Ul=Symbol("element-attr-group-id"),a=Pl=>C([C(Ke(La,hl,fl),{id:Ul}),Pl,$e(yl,hl)]);if(yl.children.length===0)return a(yl.hasDanglingSpaces&&yl.isDanglingSpaceSensitive?mA:"");let o=La=>Pl?Fr(La,{groupId:Ul}):(O(yl,hl)||Ge(yl,hl))&&yl.parent.kind==="root"&&hl.parser==="vue"&&!hl.vueIndentScriptAndStyle?La:A(La),l=()=>Pl?$(gA,"",{groupId:Ul}):yl.firstChild.hasLeadingSpaces&&yl.firstChild.isLeadingSpaceSensitive?mA:yl.firstChild.kind==="text"&&yl.isWhitespaceSensitive&&yl.isIndentationSensitive?Hr(gA):gA,c=()=>(yl.next?V(yl.next):he(yl.parent))?yl.lastChild.hasTrailingSpaces&&yl.lastChild.isTrailingSpaceSensitive?" ":"":Y(yl)&&K(yl.lastChild)?"":Pl?$(gA,"",{groupId:Ul}):yl.lastChild.hasTrailingSpaces&&yl.lastChild.isTrailingSpaceSensitive?mA:(yl.lastChild.kind==="comment"||yl.lastChild.kind==="text"&&yl.isWhitespaceSensitive&&yl.isIndentationSensitive)&&new RegExp(`\\n[\\t ]{${hl.tabWidth*(La.ancestors.length-1)}}$`).test(yl.lastChild.value)?"":gA;return a([ln(yl)?_A:"",o([l(),Ae(La,hl,fl)]),c()])}function ci(La){let{node:{value:hl,type:fl}}=La;return fl==="single"?`//${hl.trimEnd()}`:["/*",L(hl),"*/"]}var cw=function(La){return La[La.RAW_TEXT=0]="RAW_TEXT",La[La.ESCAPABLE_RAW_TEXT=1]="ESCAPABLE_RAW_TEXT",La[La.PARSABLE_DATA=2]="PARSABLE_DATA",La}({});function Z(La,hl=!0){if(La[0]!=":")return[null,La];let fl=La.indexOf(":",1);if(fl===-1){if(hl)throw new Error(`Unsupported format "${La}" expecting ":namespace:name"`);return[null,La]}return[La.slice(1,fl),La.slice(fl+1)]}function ur(La){return Z(La)[1]==="ng-container"}function pr(La){return Z(La)[1]==="ng-content"}function Pe(La){return La===null?null:Z(La)[0]}function fe(La,hl){return La?`:${La}:${hl}`:hl}var pw;var dw="math";var hr=()=>Object.create(null);function qa(){return pw||(pw=hr(),ee(1,void 0,[["iframe",["srcdoc"]],["*",["innerHTML","outerHTML"]]]),ee(2,void 0,[["*",["style"]]]),ee(4,void 0,[["*",["formAction"]],["area",["href"]],["a",["href","xlink:href"]],["form",["action"]],["img",["src"]],["video",["src"]]]),ee(4,dw,[["*",["href","xlink:href"]]]),ee(5,void 0,[["base",["href"]],["embed",["src"]],["frame",["src"]],["iframe",["src"]],["link",["href"]],["object",["codebase","data"]]]),ee(4,"svg",[["a",["href","xlink:href"]]]),ee(6,"svg",[["animate",["attributeName","values","to","from"]],["set",["to","attributeName"]],["animateMotion",["attributeName"]],["animateTransform",["attributeName"]]]),ee(6,void 0,[["unknown",["attributeName","values","to","from","sandbox","allow","allowFullscreen","referrerPolicy","csp","fetchPriority","credentialless"]],["iframe",["sandbox","allow","allowFullscreen","referrerPolicy","csp","fetchPriority","credentialless"]]]),pw)}function ee(La,hl,fl){let yl=hl??"";for(let[hl,Ul]of fl){let fl=hl.toLowerCase();for(let hl of Ul){var Pl;let Ul=hl.toLowerCase(),Gd=(Pl=pw)[Ul]??(Pl[Ul]=hr()),af=Gd[yl]??(Gd[yl]=hr());af[fl]=La}}}function ui(La,hl,fl){let yl=qa()[hl.toLowerCase()];if(!yl)return 0;let Pl=La.toLowerCase(),Ul;if(fl){let La=yl[fl];La&&(Ul=La[Pl]??La["*"])}if(Ul===void 0){let La=yl[""];La&&(Ul=La[Pl]??La["*"])}return Ul??0}var hw={name:"custom-elements"},fw={name:"no-errors-schema"};var _w=/-+([a-z0-9])/g;function pi(La){return La.replace(_w,(...La)=>La[1].toUpperCase())}var mw=class{};var gw="boolean",Aw="number",yw="string",bw="object";function It(La){let[hl,fl]=Z(La.toLowerCase(),!1);return hl==="svg"||hl==="math"?`:${hl}:${fl}`:fl}var vw=["[Element]|textContent,%ariaActiveDescendantElement,%ariaAtomic,%ariaAutoComplete,%ariaBusy,%ariaChecked,%ariaColCount,%ariaColIndex,%ariaColIndexText,%ariaColSpan,%ariaControlsElements,%ariaCurrent,%ariaDescribedByElements,%ariaDescription,%ariaDetailsElements,%ariaDisabled,%ariaErrorMessageElements,%ariaExpanded,%ariaFlowToElements,%ariaHasPopup,%ariaHidden,%ariaInvalid,%ariaKeyShortcuts,%ariaLabel,%ariaLabelledByElements,%ariaLevel,%ariaLive,%ariaModal,%ariaMultiLine,%ariaMultiSelectable,%ariaOrientation,%ariaOwnsElements,%ariaPlaceholder,%ariaPosInSet,%ariaPressed,%ariaReadOnly,%ariaRelevant,%ariaRequired,%ariaRoleDescription,%ariaRowCount,%ariaRowIndex,%ariaRowIndexText,%ariaRowSpan,%ariaSelected,%ariaSetSize,%ariaSort,%ariaValueMax,%ariaValueMin,%ariaValueNow,%ariaValueText,%classList,className,elementTiming,id,innerHTML,*beforecopy,*beforecut,*beforepaste,*fullscreenchange,*fullscreenerror,*search,*webkitfullscreenchange,*webkitfullscreenerror,outerHTML,%part,#scrollLeft,#scrollTop,slot,*message,*mozfullscreenchange,*mozfullscreenerror,*mozpointerlockchange,*mozpointerlockerror,*webglcontextcreationerror,*webglcontextlost,*webglcontextrestored","[HTMLElement]^[Element]|accessKey,autocapitalize,!autofocus,contentEditable,dir,!draggable,enterKeyHint,!hidden,!inert,innerText,inputMode,lang,nonce,*abort,*animationend,*animationiteration,*animationstart,*auxclick,*beforexrselect,*blur,*cancel,*canplay,*canplaythrough,*change,*click,*close,*contextmenu,*copy,*cuechange,*cut,*dblclick,*drag,*dragend,*dragenter,*dragleave,*dragover,*dragstart,*drop,*durationchange,*emptied,*ended,*error,*focus,*formdata,*gotpointercapture,*input,*invalid,*keydown,*keypress,*keyup,*load,*loadeddata,*loadedmetadata,*loadstart,*lostpointercapture,*mousedown,*mouseenter,*mouseleave,*mousemove,*mouseout,*mouseover,*mouseup,*mousewheel,*paste,*pause,*play,*playing,*pointercancel,*pointerdown,*pointerenter,*pointerleave,*pointermove,*pointerout,*pointerover,*pointerrawupdate,*pointerup,*progress,*ratechange,*reset,*resize,*scroll,*securitypolicyviolation,*seeked,*seeking,*select,*selectionchange,*selectstart,*slotchange,*stalled,*submit,*suspend,*timeupdate,*toggle,*transitioncancel,*transitionend,*transitionrun,*transitionstart,*volumechange,*waiting,*webkitanimationend,*webkitanimationiteration,*webkitanimationstart,*webkittransitionend,*wheel,outerText,!spellcheck,%style,#tabIndex,title,!translate,virtualKeyboardPolicy","abbr,address,article,aside,b,bdi,bdo,cite,content,code,dd,dfn,dt,em,figcaption,figure,footer,header,hgroup,i,kbd,main,mark,nav,noscript,rb,rp,rt,rtc,ruby,s,samp,search,section,small,strong,sub,sup,u,var,wbr^[HTMLElement]|accessKey,autocapitalize,!autofocus,contentEditable,dir,!draggable,enterKeyHint,!hidden,innerText,inputMode,lang,nonce,*abort,*animationend,*animationiteration,*animationstart,*auxclick,*beforexrselect,*blur,*cancel,*canplay,*canplaythrough,*change,*click,*close,*contextmenu,*copy,*cuechange,*cut,*dblclick,*drag,*dragend,*dragenter,*dragleave,*dragover,*dragstart,*drop,*durationchange,*emptied,*ended,*error,*focus,*formdata,*gotpointercapture,*input,*invalid,*keydown,*keypress,*keyup,*load,*loadeddata,*loadedmetadata,*loadstart,*lostpointercapture,*mousedown,*mouseenter,*mouseleave,*mousemove,*mouseout,*mouseover,*mouseup,*mousewheel,*paste,*pause,*play,*playing,*pointercancel,*pointerdown,*pointerenter,*pointerleave,*pointermove,*pointerout,*pointerover,*pointerrawupdate,*pointerup,*progress,*ratechange,*reset,*resize,*scroll,*securitypolicyviolation,*seeked,*seeking,*select,*selectionchange,*selectstart,*slotchange,*stalled,*submit,*suspend,*timeupdate,*toggle,*transitioncancel,*transitionend,*transitionrun,*transitionstart,*volumechange,*waiting,*webkitanimationend,*webkitanimationiteration,*webkitanimationstart,*webkittransitionend,*wheel,outerText,!spellcheck,%style,#tabIndex,title,!translate,virtualKeyboardPolicy","media^[HTMLElement]|!autoplay,!controls,%controlsList,%crossOrigin,#currentTime,!defaultMuted,#defaultPlaybackRate,!disableRemotePlayback,!loop,!muted,*encrypted,*waitingforkey,#playbackRate,preload,!preservesPitch,src,%srcObject,#volume",":svg:^[HTMLElement]|!autofocus,nonce,*abort,*animationend,*animationiteration,*animationstart,*auxclick,*beforexrselect,*blur,*cancel,*canplay,*canplaythrough,*change,*click,*close,*contextmenu,*copy,*cuechange,*cut,*dblclick,*drag,*dragend,*dragenter,*dragleave,*dragover,*dragstart,*drop,*durationchange,*emptied,*ended,*error,*focus,*formdata,*gotpointercapture,*input,*invalid,*keydown,*keypress,*keyup,*load,*loadeddata,*loadedmetadata,*loadstart,*lostpointercapture,*mousedown,*mouseenter,*mouseleave,*mousemove,*mouseout,*mouseover,*mouseup,*mousewheel,*paste,*pause,*play,*playing,*pointercancel,*pointerdown,*pointerenter,*pointerleave,*pointermove,*pointerout,*pointerover,*pointerrawupdate,*pointerup,*progress,*ratechange,*reset,*resize,*scroll,*securitypolicyviolation,*seeked,*seeking,*select,*selectionchange,*selectstart,*slotchange,*stalled,*submit,*suspend,*timeupdate,*toggle,*transitioncancel,*transitionend,*transitionrun,*transitionstart,*volumechange,*waiting,*webkitanimationend,*webkitanimationiteration,*webkitanimationstart,*webkittransitionend,*wheel,%style,#tabIndex",":svg:graphics^:svg:|",":svg:animation^:svg:|*begin,*end,*repeat",":svg:geometry^:svg:|",":svg:componentTransferFunction^:svg:|",":svg:gradient^:svg:|",":svg:textContent^:svg:graphics|",":svg:textPositioning^:svg:textContent|","a^[HTMLElement]|charset,coords,download,hash,host,hostname,href,hreflang,name,password,pathname,ping,port,protocol,referrerPolicy,rel,%relList,rev,search,shape,target,text,type,username","area^[HTMLElement]|alt,coords,download,hash,host,hostname,href,!noHref,password,pathname,ping,port,protocol,referrerPolicy,rel,%relList,search,shape,target,username","audio^media|","br^[HTMLElement]|clear","base^[HTMLElement]|href,target","body^[HTMLElement]|aLink,background,bgColor,link,*afterprint,*beforeprint,*beforeunload,*blur,*error,*focus,*hashchange,*languagechange,*load,*message,*messageerror,*offline,*online,*pagehide,*pageshow,*popstate,*rejectionhandled,*resize,*scroll,*storage,*unhandledrejection,*unload,text,vLink","button^[HTMLElement]|!disabled,formAction,formEnctype,formMethod,!formNoValidate,formTarget,name,type,value","canvas^[HTMLElement]|#height,#width","content^[HTMLElement]|select","dl^[HTMLElement]|!compact","data^[HTMLElement]|value","datalist^[HTMLElement]|","details^[HTMLElement]|!open","dialog^[HTMLElement]|!open,returnValue","dir^[HTMLElement]|!compact","div^[HTMLElement]|align","embed^[HTMLElement]|align,height,name,src,type,width","fieldset^[HTMLElement]|!disabled,name","font^[HTMLElement]|color,face,size","form^[HTMLElement]|acceptCharset,action,autocomplete,encoding,enctype,method,name,!noValidate,target","frame^[HTMLElement]|frameBorder,longDesc,marginHeight,marginWidth,name,!noResize,scrolling,src","frameset^[HTMLElement]|cols,*afterprint,*beforeprint,*beforeunload,*blur,*error,*focus,*hashchange,*languagechange,*load,*message,*messageerror,*offline,*online,*pagehide,*pageshow,*popstate,*rejectionhandled,*resize,*scroll,*storage,*unhandledrejection,*unload,rows","geolocation^[HTMLElement]|accuracymode,!autolocate,*location,*promptaction,*promptdismiss,*validationstatuschange,!watch","hr^[HTMLElement]|align,color,!noShade,size,width","head^[HTMLElement]|","h1,h2,h3,h4,h5,h6^[HTMLElement]|align","html^[HTMLElement]|version","iframe^[HTMLElement]|align,allow,!allowFullscreen,!allowPaymentRequest,csp,!credentialless,frameBorder,height,loading,longDesc,marginHeight,marginWidth,name,referrerPolicy,%sandbox,scrolling,src,srcdoc,width","img^[HTMLElement]|align,alt,border,%crossOrigin,decoding,#height,#hspace,!isMap,loading,longDesc,lowsrc,name,referrerPolicy,sizes,src,srcset,useMap,#vspace,#width","input^[HTMLElement]|accept,align,alt,autocomplete,!checked,!defaultChecked,defaultValue,dirName,!disabled,%files,formAction,formEnctype,formMethod,!formNoValidate,formTarget,#height,!incremental,!indeterminate,max,#maxLength,min,#minLength,!multiple,name,pattern,placeholder,!readOnly,!required,selectionDirection,#selectionEnd,#selectionStart,#size,src,step,type,useMap,value,%valueAsDate,#valueAsNumber,#width","li^[HTMLElement]|type,#value","label^[HTMLElement]|htmlFor","legend^[HTMLElement]|align","link^[HTMLElement]|as,charset,%crossOrigin,!disabled,href,hreflang,imageSizes,imageSrcset,integrity,media,referrerPolicy,rel,%relList,rev,%sizes,target,type","map^[HTMLElement]|name","marquee^[HTMLElement]|behavior,bgColor,direction,height,#hspace,#loop,#scrollAmount,#scrollDelay,!trueSpeed,#vspace,width","menu^[HTMLElement]|!compact","meta^[HTMLElement]|content,httpEquiv,media,name,scheme","meter^[HTMLElement]|#high,#low,#max,#min,#optimum,#value","ins,del^[HTMLElement]|cite,dateTime","ol^[HTMLElement]|!compact,!reversed,#start,type","object^[HTMLElement]|align,archive,border,code,codeBase,codeType,data,!declare,height,#hspace,name,standby,type,useMap,#vspace,width","optgroup^[HTMLElement]|!disabled,label","option^[HTMLElement]|!defaultSelected,!disabled,label,!selected,text,value","output^[HTMLElement]|defaultValue,%htmlFor,name,value","p^[HTMLElement]|align","param^[HTMLElement]|name,type,value,valueType","picture^[HTMLElement]|","pre^[HTMLElement]|#width","progress^[HTMLElement]|#max,#value","q,blockquote,cite^[HTMLElement]|","script^[HTMLElement]|!async,charset,%crossOrigin,!defer,event,htmlFor,integrity,!noModule,%referrerPolicy,src,text,type","select^[HTMLElement]|autocomplete,!disabled,#length,!multiple,name,!required,#selectedIndex,#size,value","selectedcontent^[HTMLElement]|","slot^[HTMLElement]|name","source^[HTMLElement]|#height,media,sizes,src,srcset,type,#width","span^[HTMLElement]|","style^[HTMLElement]|!disabled,media,type","search^[HTMLELement]|","caption^[HTMLElement]|align","th,td^[HTMLElement]|abbr,align,axis,bgColor,ch,chOff,#colSpan,headers,height,!noWrap,#rowSpan,scope,vAlign,width","col,colgroup^[HTMLElement]|align,ch,chOff,#span,vAlign,width","table^[HTMLElement]|align,bgColor,border,%caption,cellPadding,cellSpacing,frame,rules,summary,%tFoot,%tHead,width","tr^[HTMLElement]|align,bgColor,ch,chOff,vAlign","tfoot,thead,tbody^[HTMLElement]|align,ch,chOff,vAlign","template^[HTMLElement]|","textarea^[HTMLElement]|autocomplete,#cols,defaultValue,dirName,!disabled,#maxLength,#minLength,name,placeholder,!readOnly,!required,#rows,selectionDirection,#selectionEnd,#selectionStart,value,wrap","time^[HTMLElement]|dateTime","title^[HTMLElement]|text","track^[HTMLElement]|!default,kind,label,src,srclang","ul^[HTMLElement]|!compact,type","unknown^[HTMLElement]|","video^media|!disablePictureInPicture,#height,*enterpictureinpicture,*leavepictureinpicture,!playsInline,poster,#width",":svg:a^:svg:graphics|",":svg:animate^:svg:animation|",":svg:animateMotion^:svg:animation|",":svg:animateTransform^:svg:animation|",":svg:circle^:svg:geometry|",":svg:clipPath^:svg:graphics|",":svg:defs^:svg:graphics|",":svg:desc^:svg:|",":svg:discard^:svg:|",":svg:ellipse^:svg:geometry|",":svg:feBlend^:svg:|",":svg:feColorMatrix^:svg:|",":svg:feComponentTransfer^:svg:|",":svg:feComposite^:svg:|",":svg:feConvolveMatrix^:svg:|",":svg:feDiffuseLighting^:svg:|",":svg:feDisplacementMap^:svg:|",":svg:feDistantLight^:svg:|",":svg:feDropShadow^:svg:|",":svg:feFlood^:svg:|",":svg:feFuncA^:svg:componentTransferFunction|",":svg:feFuncB^:svg:componentTransferFunction|",":svg:feFuncG^:svg:componentTransferFunction|",":svg:feFuncR^:svg:componentTransferFunction|",":svg:feGaussianBlur^:svg:|",":svg:feImage^:svg:|",":svg:feMerge^:svg:|",":svg:feMergeNode^:svg:|",":svg:feMorphology^:svg:|",":svg:feOffset^:svg:|",":svg:fePointLight^:svg:|",":svg:feSpecularLighting^:svg:|",":svg:feSpotLight^:svg:|",":svg:feTile^:svg:|",":svg:feTurbulence^:svg:|",":svg:filter^:svg:|",":svg:foreignObject^:svg:graphics|",":svg:g^:svg:graphics|",":svg:image^:svg:graphics|decoding",":svg:line^:svg:geometry|",":svg:linearGradient^:svg:gradient|",":svg:mpath^:svg:|",":svg:marker^:svg:|",":svg:mask^:svg:|",":svg:metadata^:svg:|",":svg:path^:svg:geometry|",":svg:pattern^:svg:|",":svg:polygon^:svg:geometry|",":svg:polyline^:svg:geometry|",":svg:radialGradient^:svg:gradient|",":svg:rect^:svg:geometry|",":svg:svg^:svg:graphics|#currentScale,#zoomAndPan",":svg:script^:svg:|type",":svg:set^:svg:animation|",":svg:stop^:svg:|",":svg:style^:svg:|!disabled,media,title,type",":svg:switch^:svg:graphics|",":svg:symbol^:svg:|",":svg:tspan^:svg:textPositioning|",":svg:text^:svg:textPositioning|",":svg:textPath^:svg:textContent|",":svg:title^:svg:|",":svg:use^:svg:graphics|",":svg:view^:svg:|#zoomAndPan","data^[HTMLElement]|value","keygen^[HTMLElement]|!autofocus,challenge,!disabled,form,keytype,name","menuitem^[HTMLElement]|type,label,icon,!disabled,!checked,radiogroup,!default","summary^[HTMLElement]|","time^[HTMLElement]|dateTime",":svg:cursor^:svg:|",":math:^[HTMLElement]|!autofocus,nonce,*abort,*animationend,*animationiteration,*animationstart,*auxclick,*beforeinput,*beforematch,*beforetoggle,*beforexrselect,*blur,*cancel,*canplay,*canplaythrough,*change,*click,*close,*contentvisibilityautostatechange,*contextlost,*contextmenu,*contextrestored,*copy,*cuechange,*cut,*dblclick,*drag,*dragend,*dragenter,*dragleave,*dragover,*dragstart,*drop,*durationchange,*emptied,*ended,*error,*focus,*formdata,*gotpointercapture,*input,*invalid,*keydown,*keypress,*keyup,*load,*loadeddata,*loadedmetadata,*loadstart,*lostpointercapture,*mousedown,*mouseenter,*mouseleave,*mousemove,*mouseout,*mouseover,*mouseup,*mousewheel,*paste,*pause,*play,*playing,*pointercancel,*pointerdown,*pointerenter,*pointerleave,*pointermove,*pointerout,*pointerover,*pointerrawupdate,*pointerup,*progress,*ratechange,*reset,*resize,*scroll,*scrollend,*securitypolicyviolation,*seeked,*seeking,*select,*selectionchange,*selectstart,*slotchange,*stalled,*submit,*suspend,*timeupdate,*toggle,*transitioncancel,*transitionend,*transitionrun,*transitionstart,*volumechange,*waiting,*webkitanimationend,*webkitanimationiteration,*webkitanimationstart,*webkittransitionend,*wheel,%style,#tabIndex",":math:math^:math:|",":math:maction^:math:|",":math:menclose^:math:|",":math:merror^:math:|",":math:mfenced^:math:|",":math:mfrac^:math:|",":math:mi^:math:|",":math:mmultiscripts^:math:|",":math:mn^:math:|",":math:mo^:math:|",":math:mover^:math:|",":math:mpadded^:math:|",":math:mphantom^:math:|",":math:mroot^:math:|",":math:mrow^:math:|",":math:ms^:math:|",":math:mspace^:math:|",":math:msqrt^:math:|",":math:mstyle^:math:|",":math:msub^:math:|",":math:msubsup^:math:|",":math:msup^:math:|",":math:mtable^:math:|",":math:mtd^:math:|",":math:mtext^:math:|",":math:mtr^:math:|",":math:munder^:math:|",":math:munderover^:math:|",":math:semantics^:math:|"],Ew=new Map(Object.entries({class:"className",for:"htmlFor",formaction:"formAction",innerHtml:"innerHTML",readonly:"readOnly",tabindex:"tabIndex","aria-activedescendant":"ariaActiveDescendantElement","aria-atomic":"ariaAtomic","aria-autocomplete":"ariaAutoComplete","aria-busy":"ariaBusy","aria-checked":"ariaChecked","aria-colcount":"ariaColCount","aria-colindex":"ariaColIndex","aria-colindextext":"ariaColIndexText","aria-colspan":"ariaColSpan","aria-controls":"ariaControlsElements","aria-current":"ariaCurrent","aria-describedby":"ariaDescribedByElements","aria-description":"ariaDescription","aria-details":"ariaDetailsElements","aria-disabled":"ariaDisabled","aria-errormessage":"ariaErrorMessageElements","aria-expanded":"ariaExpanded","aria-flowto":"ariaFlowToElements","aria-haspopup":"ariaHasPopup","aria-hidden":"ariaHidden","aria-invalid":"ariaInvalid","aria-keyshortcuts":"ariaKeyShortcuts","aria-label":"ariaLabel","aria-labelledby":"ariaLabelledByElements","aria-level":"ariaLevel","aria-live":"ariaLive","aria-modal":"ariaModal","aria-multiline":"ariaMultiLine","aria-multiselectable":"ariaMultiSelectable","aria-orientation":"ariaOrientation","aria-owns":"ariaOwnsElements","aria-placeholder":"ariaPlaceholder","aria-posinset":"ariaPosInSet","aria-pressed":"ariaPressed","aria-readonly":"ariaReadOnly","aria-required":"ariaRequired","aria-roledescription":"ariaRoleDescription","aria-rowcount":"ariaRowCount","aria-rowindex":"ariaRowIndex","aria-rowindextext":"ariaRowIndexText","aria-rowspan":"ariaRowSpan","aria-selected":"ariaSelected","aria-setsize":"ariaSetSize","aria-sort":"ariaSort","aria-valuemax":"ariaValueMax","aria-valuemin":"ariaValueMin","aria-valuenow":"ariaValueNow","aria-valuetext":"ariaValueText"})),ww=Array.from(Ew).reduce((La,[hl,fl])=>(La.set(hl,fl),La),new Map),Cw=class extends mw{_schema=new Map;_eventSchema=new Map;constructor(){super(),vw.forEach(La=>{let hl=new Map,fl=new Set,[yl,Pl]=La.split("|"),Ul=Pl.split(","),[Gd,af]=yl.split("^");Gd.split(",").forEach(La=>{this._schema.set(La.toLowerCase(),hl),this._eventSchema.set(La.toLowerCase(),fl)});let n_=af&&this._schema.get(af.toLowerCase());if(n_){for(let[La,fl]of n_)hl.set(La,fl);for(let La of this._eventSchema.get(af.toLowerCase()))fl.add(La)}Ul.forEach(La=>{if(La.length>0)switch(La[0]){case"*":fl.add(La.substring(1));break;case"!":hl.set(La.substring(1),gw);break;case"#":hl.set(La.substring(1),Aw);break;case"%":hl.set(La.substring(1),bw);break;default:hl.set(La,yw)}})})}hasProperty(La,hl,fl){if(fl.some(La=>La.name===fw.name))return!0;let yl=It(La);if(yl.includes("-")){if(ur(yl)||pr(yl))return!1;if(fl.some(La=>La.name===hw.name))return!0}return(this._schema.get(yl)||this._schema.get("unknown")).has(hl)}hasElement(La,hl){if(hl.some(La=>La.name===fw.name))return!0;let fl=It(La);return fl.includes("-")&&(ur(fl)||pr(fl)||hl.some(La=>La.name===hw.name))?!0:this._schema.has(fl)}securityContext(La,hl,fl){fl&&(hl=this.getMappedPropName(hl));let[yl,Pl]=Z(La,!1);return ui(Pl,hl,yl)}getMappedPropName(La){return Ew.get(La)??La}getDefaultComponentElementName(){return"ng-component"}validateProperty(La){return La.toLowerCase().startsWith("on")?{error:!0,msg:`Binding to event property '${La}' is disallowed for security reasons, please use (${La.slice(2)})=...\nIf '${La}' is a directive input, make sure the directive is imported by the current module.`}:{error:!1}}validateAttribute(La){return La.toLowerCase().startsWith("on")?{error:!0,msg:`Binding to event attribute '${La}' is disallowed for security reasons, please use (${La.slice(2)})=...`}:{error:!1}}allKnownElementNames(){return Array.from(this._schema.keys())}allKnownAttributesOfElement(La){let hl=It(La),fl=this._schema.get(hl)||this._schema.get("unknown");return Array.from(fl.keys()).map(La=>ww.get(La)??La)}allKnownEventsOfElement(La){let hl=It(La);return Array.from(this._eventSchema.get(hl)??[])}normalizeAnimationStyleProperty(La){return pi(La)}normalizeAnimationStyleValue(La,hl,fl){let yl="",Pl=fl.toString().trim(),Ul=null;if($a(La)&&fl!==0&&fl!=="0")if(typeof fl=="number")yl="px";else{let La=fl.match(/^[+-]?[\d\.]+([a-z]*)$/);La&&La[1].length==0&&(Ul=`Please provide a CSS unit value for ${hl}:${fl}`)}return{error:Ul,value:Pl+yl}}};function $a(La){switch(La){case"width":case"height":case"minWidth":case"minHeight":case"maxWidth":case"maxHeight":case"left":case"top":case"bottom":case"right":case"fontSize":case"outlineWidth":case"outlineOffset":case"paddingTop":case"paddingLeft":case"paddingBottom":case"paddingRight":case"marginTop":case"marginLeft":case"marginBottom":case"marginRight":case"borderRadius":case"borderWidth":case"borderTopWidth":case"borderLeftWidth":case"borderRightWidth":case"borderBottomWidth":case"textIndent":return!0;default:return!1}}var xw=class{closedByChildren={};contentType;closedByParent=!1;implicitNamespacePrefix;isVoid;ignoreFirstLf;canSelfClose;preventNamespaceInheritance;constructor({closedByChildren:La,implicitNamespacePrefix:hl,contentType:fl=2,closedByParent:yl=!1,isVoid:Pl=!1,ignoreFirstLf:Ul=!1,preventNamespaceInheritance:Gd=!1,canSelfClose:af=!1}={}){La&&La.length>0&&La.forEach(La=>this.closedByChildren[La]=!0),this.isVoid=Pl,this.closedByParent=yl||Pl,this.implicitNamespacePrefix=hl||null,this.contentType=fl,this.ignoreFirstLf=Ul,this.preventNamespaceInheritance=Gd,this.canSelfClose=af??Pl}isClosedByChild(La){return this.isVoid||La.toLowerCase()in this.closedByChildren}getContentType(La){return typeof this.contentType=="object"?(La===void 0?void 0:this.contentType[La])??this.contentType.default:this.contentType}},Dw,Sw;function Ne(La){return Sw||(Dw=new xw({canSelfClose:!0}),Sw=Object.assign(Object.create(null),{base:new xw({isVoid:!0}),meta:new xw({isVoid:!0}),area:new xw({isVoid:!0}),embed:new xw({isVoid:!0}),link:new xw({isVoid:!0}),img:new xw({isVoid:!0}),input:new xw({isVoid:!0}),param:new xw({isVoid:!0}),hr:new xw({isVoid:!0}),br:new xw({isVoid:!0}),source:new xw({isVoid:!0}),track:new xw({isVoid:!0}),wbr:new xw({isVoid:!0}),p:new xw({closedByChildren:["address","article","aside","blockquote","div","dl","fieldset","footer","form","h1","h2","h3","h4","h5","h6","header","hgroup","hr","main","nav","ol","p","pre","section","table","ul"],closedByParent:!0}),thead:new xw({closedByChildren:["tbody","tfoot"]}),tbody:new xw({closedByChildren:["tbody","tfoot"],closedByParent:!0}),tfoot:new xw({closedByChildren:["tbody"],closedByParent:!0}),tr:new xw({closedByChildren:["tr"],closedByParent:!0}),td:new xw({closedByChildren:["td","th"],closedByParent:!0}),th:new xw({closedByChildren:["td","th"],closedByParent:!0}),col:new xw({isVoid:!0}),svg:new xw({implicitNamespacePrefix:"svg"}),foreignObject:new xw({implicitNamespacePrefix:"svg",preventNamespaceInheritance:!0}),math:new xw({implicitNamespacePrefix:"math"}),li:new xw({closedByChildren:["li"],closedByParent:!0}),dt:new xw({closedByChildren:["dt","dd"]}),dd:new xw({closedByChildren:["dt","dd"],closedByParent:!0}),rb:new xw({closedByChildren:["rb","rt","rtc","rp"],closedByParent:!0}),rt:new xw({closedByChildren:["rb","rt","rtc","rp"],closedByParent:!0}),rtc:new xw({closedByChildren:["rb","rtc","rp"],closedByParent:!0}),rp:new xw({closedByChildren:["rb","rt","rtc","rp"],closedByParent:!0}),optgroup:new xw({closedByChildren:["optgroup"],closedByParent:!0}),option:new xw({closedByChildren:["option","optgroup"],closedByParent:!0}),pre:new xw({ignoreFirstLf:!0}),listing:new xw({ignoreFirstLf:!0}),style:new xw({contentType:0}),script:new xw({contentType:0}),title:new xw({contentType:{default:1,svg:2}}),textarea:new xw({contentType:1,ignoreFirstLf:!0})}),(new Cw).allKnownElementNames().forEach(La=>{!Sw[La]&&Pe(La)===null&&(Sw[La]=new xw({canSelfClose:!1}))})),Sw[La]??Dw}var kw=class gi{file;offset;line;col;constructor(La,hl,fl,yl){this.file=La,this.offset=hl,this.line=fl,this.col=yl}toString(){return this.offset!=null?`${this.file.url}@${this.line}:${this.col}`:this.file.url}moveBy(La){let hl=this.file.content,fl=hl.length,yl=this.offset,Pl=this.line,Ul=this.col;for(;yl>0&&La<0;)if(yl--,La++,hl.charCodeAt(yl)==10){Pl--;let La=hl.substring(0,yl-1).lastIndexOf(`\n`);Ul=La>0?yl-La:yl}else Ul--;for(;yl0;){let fl=hl.charCodeAt(yl);yl++,La--,fl==10?(Pl++,Ul=0):Ul++}return new gi(this.file,yl,Pl,Ul)}getContext(La,hl){let fl=this.file.content,yl=this.offset;if(yl!=null){yl>fl.length-1&&(yl=fl.length-1);let Pl=yl,Ul=0,Gd=0;for(;Ul0&&(yl--,Ul++,!(fl[yl]==`\n`&&++Gd==hl)););for(Ul=0,Gd=0;Ul]${La.after}")`:this.msg}toString(){let La=this.span.details?`, ${this.span.details}`:"";return`${this.contextualMessage()}: ${this.span.start}${La}`}};var Pw=class{sourceSpan;i18n;constructor(La,hl){this.sourceSpan=La,this.i18n=hl}},Rw=class extends Pw{value;tokens;constructor(La,hl,fl,yl){super(hl,yl),this.value=La,this.tokens=fl}visit(La,hl){return La.visitText(this,hl)}kind="text"},Nw=class extends Pw{value;tokens;constructor(La,hl,fl,yl){super(hl,yl),this.value=La,this.tokens=fl}visit(La,hl){return La.visitCdata(this,hl)}kind="cdata"},Ow=class extends Pw{switchValue;type;cases;switchValueSourceSpan;constructor(La,hl,fl,yl,Pl,Ul){super(yl,Ul),this.switchValue=La,this.type=hl,this.cases=fl,this.switchValueSourceSpan=Pl}visit(La,hl){return La.visitExpansion(this,hl)}kind="expansion"},Qw=class{value;expression;sourceSpan;valueSourceSpan;expSourceSpan;constructor(La,hl,fl,yl,Pl){this.value=La,this.expression=hl,this.sourceSpan=fl,this.valueSourceSpan=yl,this.expSourceSpan=Pl}visit(La,hl){return La.visitExpansionCase(this,hl)}kind="expansionCase"},Lw=class extends Pw{name;value;keySpan;valueSpan;valueTokens;constructor(La,hl,fl,yl,Pl,Ul,Gd){super(fl,Gd),this.name=La,this.value=hl,this.keySpan=yl,this.valueSpan=Pl,this.valueTokens=Ul}visit(La,hl){return La.visitAttribute(this,hl)}kind="attribute";get nameSpan(){return this.keySpan}},Mw=class{value;type;sourceSpan;constructor(La,hl,fl){this.value=La,this.type=hl,this.sourceSpan=fl}visit(La,hl){return La.visitStartTagComment?La.visitStartTagComment(this,hl):void 0}kind="startTagComment"},jw=class extends Pw{name;attrs;directives;children;isSelfClosing;startSourceSpan;endSourceSpan;nameSpan;isVoid;comments;constructor(La,hl,fl,yl,Pl,Ul,Gd,af=null,n_=null,i_,p_,w_=[]){super(Ul,p_),this.name=La,this.attrs=hl,this.directives=fl,this.children=yl,this.isSelfClosing=Pl,this.startSourceSpan=Gd,this.endSourceSpan=af,this.nameSpan=n_,this.isVoid=i_,this.comments=w_}visit(La,hl){return La.visitElement(this,hl)}kind="element"},Uw=class{value;sourceSpan;constructor(La,hl){this.value=La,this.sourceSpan=hl}visit(La,hl){return La.visitComment(this,hl)}kind="comment"},Gw=class{value;sourceSpan;constructor(La,hl){this.value=La,this.sourceSpan=hl}visit(La,hl){return La.visitDocType(this,hl)}kind="docType"},qw=class extends Pw{name;parameters;children;nameSpan;startSourceSpan;endSourceSpan;constructor(La,hl,fl,yl,Pl,Ul,Gd=null,af){super(yl,af),this.name=La,this.parameters=hl,this.children=fl,this.nameSpan=Pl,this.startSourceSpan=Ul,this.endSourceSpan=Gd}visit(La,hl){return La.visitBlock(this,hl)}kind="block"},$w=class extends Pw{componentName;tagName;fullName;attrs;directives;children;isSelfClosing;startSourceSpan;endSourceSpan;comments;constructor(La,hl,fl,yl,Pl,Ul,Gd,af,n_,i_=null,p_,w_=[]){super(af,p_),this.componentName=La,this.tagName=hl,this.fullName=fl,this.attrs=yl,this.directives=Pl,this.children=Ul,this.isSelfClosing=Gd,this.startSourceSpan=n_,this.endSourceSpan=i_,this.comments=w_}visit(La,hl){return La.visitComponent(this,hl)}kind="component"},Jw=class{name;attrs;sourceSpan;startSourceSpan;endSourceSpan;constructor(La,hl,fl,yl,Pl=null){this.name=La,this.attrs=hl,this.sourceSpan=fl,this.startSourceSpan=yl,this.endSourceSpan=Pl}visit(La,hl){return La.visitDirective(this,hl)}kind="directive"},Hw=class{expression;sourceSpan;constructor(La,hl){this.expression=La,this.sourceSpan=hl}visit(La,hl){return La.visitBlockParameter(this,hl)}kind="blockParameter";startSourceSpan=null;endSourceSpan=null},Vw=class{name;value;sourceSpan;nameSpan;valueSpan;constructor(La,hl,fl,yl,Pl){this.name=La,this.value=hl,this.sourceSpan=fl,this.nameSpan=yl,this.valueSpan=Pl}visit(La,hl){return La.visitLetDeclaration(this,hl)}kind="letDeclaration";startSourceSpan=null;endSourceSpan=null};function Rt(La,hl,fl=null){let yl=[],Pl=La.visit?hl=>La.visit(hl,fl)||hl.visit(La,fl):hl=>hl.visit(La,fl);return hl.forEach(La=>{let hl=Pl(La);hl&&yl.push(hl)}),yl}var Ww=class{constructor(){}visitElement(La,hl){this.visitChildren(hl,hl=>{hl(La.attrs),hl(La.directives),hl(La.comments),hl(La.children)})}visitAttribute(La,hl){}visitStartTagComment(La,hl){}visitText(La,hl){}visitCdata(La,hl){}visitComment(La,hl){}visitDocType(La,hl){}visitExpansion(La,hl){return this.visitChildren(hl,hl=>{hl(La.cases)})}visitExpansionCase(La,hl){}visitBlock(La,hl){this.visitChildren(hl,hl=>{hl(La.parameters),hl(La.children)})}visitBlockParameter(La,hl){}visitLetDeclaration(La,hl){}visitComponent(La,hl){this.visitChildren(hl,hl=>{hl(La.attrs),hl(La.comments),hl(La.children)})}visitDirective(La,hl){this.visitChildren(hl,hl=>{hl(La.attrs)})}visitChildren(La,hl){let fl=[],yl=this;function i(hl){hl&&fl.push(Rt(yl,hl,La))}return hl(i),Array.prototype.concat.apply([],fl)}};function nt(La){return La>=9&&La<=32||La==160}function Ie(La){return 48<=La&&La<=57}function Re(La){return La>=97&&La<=122||La>=65&&La<=90}function Ei(La){return La>=97&&La<=102||La>=65&&La<=70||Ie(La)}function Oe(La){return La===10||La===13}function Sr(La){return 48<=La&&La<=55}function Ot(La){return La===39||La===34||La===96}var zw={AElig:"Æ",AMP:"&",amp:"&",Aacute:"Á",Abreve:"Ă",Acirc:"Â",Acy:"А",Afr:"𝔄",Agrave:"À",Alpha:"Α",Amacr:"Ā",And:"⩓",Aogon:"Ą",Aopf:"𝔸",ApplyFunction:"⁡",af:"⁡",Aring:"Å",angst:"Å",Ascr:"𝒜",Assign:"≔",colone:"≔",coloneq:"≔",Atilde:"Ã",Auml:"Ä",Backslash:"∖",setminus:"∖",setmn:"∖",smallsetminus:"∖",ssetmn:"∖",Barv:"⫧",Barwed:"⌆",doublebarwedge:"⌆",Bcy:"Б",Because:"∵",becaus:"∵",because:"∵",Bernoullis:"ℬ",Bscr:"ℬ",bernou:"ℬ",Beta:"Β",Bfr:"𝔅",Bopf:"𝔹",Breve:"˘",breve:"˘",Bumpeq:"≎",HumpDownHump:"≎",bump:"≎",CHcy:"Ч",COPY:"©",copy:"©",Cacute:"Ć",Cap:"⋒",CapitalDifferentialD:"ⅅ",DD:"ⅅ",Cayleys:"ℭ",Cfr:"ℭ",Ccaron:"Č",Ccedil:"Ç",Ccirc:"Ĉ",Cconint:"∰",Cdot:"Ċ",Cedilla:"¸",cedil:"¸",CenterDot:"·",centerdot:"·",middot:"·",Chi:"Χ",CircleDot:"⊙",odot:"⊙",CircleMinus:"⊖",ominus:"⊖",CirclePlus:"⊕",oplus:"⊕",CircleTimes:"⊗",otimes:"⊗",ClockwiseContourIntegral:"∲",cwconint:"∲",CloseCurlyDoubleQuote:"”",rdquo:"”",rdquor:"”",CloseCurlyQuote:"’",rsquo:"’",rsquor:"’",Colon:"∷",Proportion:"∷",Colone:"⩴",Congruent:"≡",equiv:"≡",Conint:"∯",DoubleContourIntegral:"∯",ContourIntegral:"∮",conint:"∮",oint:"∮",Copf:"ℂ",complexes:"ℂ",Coproduct:"∐",coprod:"∐",CounterClockwiseContourIntegral:"∳",awconint:"∳",Cross:"⨯",Cscr:"𝒞",Cup:"⋓",CupCap:"≍",asympeq:"≍",DDotrahd:"⤑",DJcy:"Ђ",DScy:"Ѕ",DZcy:"Џ",Dagger:"‡",ddagger:"‡",Darr:"↡",Dashv:"⫤",DoubleLeftTee:"⫤",Dcaron:"Ď",Dcy:"Д",Del:"∇",nabla:"∇",Delta:"Δ",Dfr:"𝔇",DiacriticalAcute:"´",acute:"´",DiacriticalDot:"˙",dot:"˙",DiacriticalDoubleAcute:"˝",dblac:"˝",DiacriticalGrave:"`",grave:"`",DiacriticalTilde:"˜",tilde:"˜",Diamond:"⋄",diam:"⋄",diamond:"⋄",DifferentialD:"ⅆ",dd:"ⅆ",Dopf:"𝔻",Dot:"¨",DoubleDot:"¨",die:"¨",uml:"¨",DotDot:"⃜",DotEqual:"≐",doteq:"≐",esdot:"≐",DoubleDownArrow:"⇓",Downarrow:"⇓",dArr:"⇓",DoubleLeftArrow:"⇐",Leftarrow:"⇐",lArr:"⇐",DoubleLeftRightArrow:"⇔",Leftrightarrow:"⇔",hArr:"⇔",iff:"⇔",DoubleLongLeftArrow:"⟸",Longleftarrow:"⟸",xlArr:"⟸",DoubleLongLeftRightArrow:"⟺",Longleftrightarrow:"⟺",xhArr:"⟺",DoubleLongRightArrow:"⟹",Longrightarrow:"⟹",xrArr:"⟹",DoubleRightArrow:"⇒",Implies:"⇒",Rightarrow:"⇒",rArr:"⇒",DoubleRightTee:"⊨",vDash:"⊨",DoubleUpArrow:"⇑",Uparrow:"⇑",uArr:"⇑",DoubleUpDownArrow:"⇕",Updownarrow:"⇕",vArr:"⇕",DoubleVerticalBar:"∥",par:"∥",parallel:"∥",shortparallel:"∥",spar:"∥",DownArrow:"↓",ShortDownArrow:"↓",darr:"↓",downarrow:"↓",DownArrowBar:"⤓",DownArrowUpArrow:"⇵",duarr:"⇵",DownBreve:"̑",DownLeftRightVector:"⥐",DownLeftTeeVector:"⥞",DownLeftVector:"↽",leftharpoondown:"↽",lhard:"↽",DownLeftVectorBar:"⥖",DownRightTeeVector:"⥟",DownRightVector:"⇁",rhard:"⇁",rightharpoondown:"⇁",DownRightVectorBar:"⥗",DownTee:"⊤",top:"⊤",DownTeeArrow:"↧",mapstodown:"↧",Dscr:"𝒟",Dstrok:"Đ",ENG:"Ŋ",ETH:"Ð",Eacute:"É",Ecaron:"Ě",Ecirc:"Ê",Ecy:"Э",Edot:"Ė",Efr:"𝔈",Egrave:"È",Element:"∈",in:"∈",isin:"∈",isinv:"∈",Emacr:"Ē",EmptySmallSquare:"◻",EmptyVerySmallSquare:"▫",Eogon:"Ę",Eopf:"𝔼",Epsilon:"Ε",Equal:"⩵",EqualTilde:"≂",eqsim:"≂",esim:"≂",Equilibrium:"⇌",rightleftharpoons:"⇌",rlhar:"⇌",Escr:"ℰ",expectation:"ℰ",Esim:"⩳",Eta:"Η",Euml:"Ë",Exists:"∃",exist:"∃",ExponentialE:"ⅇ",ee:"ⅇ",exponentiale:"ⅇ",Fcy:"Ф",Ffr:"𝔉",FilledSmallSquare:"◼",FilledVerySmallSquare:"▪",blacksquare:"▪",squarf:"▪",squf:"▪",Fopf:"𝔽",ForAll:"∀",forall:"∀",Fouriertrf:"ℱ",Fscr:"ℱ",GJcy:"Ѓ",GT:">",gt:">",Gamma:"Γ",Gammad:"Ϝ",Gbreve:"Ğ",Gcedil:"Ģ",Gcirc:"Ĝ",Gcy:"Г",Gdot:"Ġ",Gfr:"𝔊",Gg:"⋙",ggg:"⋙",Gopf:"𝔾",GreaterEqual:"≥",ge:"≥",geq:"≥",GreaterEqualLess:"⋛",gel:"⋛",gtreqless:"⋛",GreaterFullEqual:"≧",gE:"≧",geqq:"≧",GreaterGreater:"⪢",GreaterLess:"≷",gl:"≷",gtrless:"≷",GreaterSlantEqual:"⩾",geqslant:"⩾",ges:"⩾",GreaterTilde:"≳",gsim:"≳",gtrsim:"≳",Gscr:"𝒢",Gt:"≫",NestedGreaterGreater:"≫",gg:"≫",HARDcy:"Ъ",Hacek:"ˇ",caron:"ˇ",Hat:"^",Hcirc:"Ĥ",Hfr:"ℌ",Poincareplane:"ℌ",HilbertSpace:"ℋ",Hscr:"ℋ",hamilt:"ℋ",Hopf:"ℍ",quaternions:"ℍ",HorizontalLine:"─",boxh:"─",Hstrok:"Ħ",HumpEqual:"≏",bumpe:"≏",bumpeq:"≏",IEcy:"Е",IJlig:"IJ",IOcy:"Ё",Iacute:"Í",Icirc:"Î",Icy:"И",Idot:"İ",Ifr:"ℑ",Im:"ℑ",image:"ℑ",imagpart:"ℑ",Igrave:"Ì",Imacr:"Ī",ImaginaryI:"ⅈ",ii:"ⅈ",Int:"∬",Integral:"∫",int:"∫",Intersection:"⋂",bigcap:"⋂",xcap:"⋂",InvisibleComma:"⁣",ic:"⁣",InvisibleTimes:"⁢",it:"⁢",Iogon:"Į",Iopf:"𝕀",Iota:"Ι",Iscr:"ℐ",imagline:"ℐ",Itilde:"Ĩ",Iukcy:"І",Iuml:"Ï",Jcirc:"Ĵ",Jcy:"Й",Jfr:"𝔍",Jopf:"𝕁",Jscr:"𝒥",Jsercy:"Ј",Jukcy:"Є",KHcy:"Х",KJcy:"Ќ",Kappa:"Κ",Kcedil:"Ķ",Kcy:"К",Kfr:"𝔎",Kopf:"𝕂",Kscr:"𝒦",LJcy:"Љ",LT:"<",lt:"<",Lacute:"Ĺ",Lambda:"Λ",Lang:"⟪",Laplacetrf:"ℒ",Lscr:"ℒ",lagran:"ℒ",Larr:"↞",twoheadleftarrow:"↞",Lcaron:"Ľ",Lcedil:"Ļ",Lcy:"Л",LeftAngleBracket:"⟨",lang:"⟨",langle:"⟨",LeftArrow:"←",ShortLeftArrow:"←",larr:"←",leftarrow:"←",slarr:"←",LeftArrowBar:"⇤",larrb:"⇤",LeftArrowRightArrow:"⇆",leftrightarrows:"⇆",lrarr:"⇆",LeftCeiling:"⌈",lceil:"⌈",LeftDoubleBracket:"⟦",lobrk:"⟦",LeftDownTeeVector:"⥡",LeftDownVector:"⇃",dharl:"⇃",downharpoonleft:"⇃",LeftDownVectorBar:"⥙",LeftFloor:"⌊",lfloor:"⌊",LeftRightArrow:"↔",harr:"↔",leftrightarrow:"↔",LeftRightVector:"⥎",LeftTee:"⊣",dashv:"⊣",LeftTeeArrow:"↤",mapstoleft:"↤",LeftTeeVector:"⥚",LeftTriangle:"⊲",vartriangleleft:"⊲",vltri:"⊲",LeftTriangleBar:"⧏",LeftTriangleEqual:"⊴",ltrie:"⊴",trianglelefteq:"⊴",LeftUpDownVector:"⥑",LeftUpTeeVector:"⥠",LeftUpVector:"↿",uharl:"↿",upharpoonleft:"↿",LeftUpVectorBar:"⥘",LeftVector:"↼",leftharpoonup:"↼",lharu:"↼",LeftVectorBar:"⥒",LessEqualGreater:"⋚",leg:"⋚",lesseqgtr:"⋚",LessFullEqual:"≦",lE:"≦",leqq:"≦",LessGreater:"≶",lessgtr:"≶",lg:"≶",LessLess:"⪡",LessSlantEqual:"⩽",leqslant:"⩽",les:"⩽",LessTilde:"≲",lesssim:"≲",lsim:"≲",Lfr:"𝔏",Ll:"⋘",Lleftarrow:"⇚",lAarr:"⇚",Lmidot:"Ŀ",LongLeftArrow:"⟵",longleftarrow:"⟵",xlarr:"⟵",LongLeftRightArrow:"⟷",longleftrightarrow:"⟷",xharr:"⟷",LongRightArrow:"⟶",longrightarrow:"⟶",xrarr:"⟶",Lopf:"𝕃",LowerLeftArrow:"↙",swarr:"↙",swarrow:"↙",LowerRightArrow:"↘",searr:"↘",searrow:"↘",Lsh:"↰",lsh:"↰",Lstrok:"Ł",Lt:"≪",NestedLessLess:"≪",ll:"≪",Map:"⤅",Mcy:"М",MediumSpace:" ",Mellintrf:"ℳ",Mscr:"ℳ",phmmat:"ℳ",Mfr:"𝔐",MinusPlus:"∓",mnplus:"∓",mp:"∓",Mopf:"𝕄",Mu:"Μ",NJcy:"Њ",Nacute:"Ń",Ncaron:"Ň",Ncedil:"Ņ",Ncy:"Н",NegativeMediumSpace:"​",NegativeThickSpace:"​",NegativeThinSpace:"​",NegativeVeryThinSpace:"​",ZeroWidthSpace:"​",NewLine:`\n`,Nfr:"𝔑",NoBreak:"⁠",NonBreakingSpace:" ",nbsp:" ",Nopf:"ℕ",naturals:"ℕ",Not:"⫬",NotCongruent:"≢",nequiv:"≢",NotCupCap:"≭",NotDoubleVerticalBar:"∦",npar:"∦",nparallel:"∦",nshortparallel:"∦",nspar:"∦",NotElement:"∉",notin:"∉",notinva:"∉",NotEqual:"≠",ne:"≠",NotEqualTilde:"≂̸",nesim:"≂̸",NotExists:"∄",nexist:"∄",nexists:"∄",NotGreater:"≯",ngt:"≯",ngtr:"≯",NotGreaterEqual:"≱",nge:"≱",ngeq:"≱",NotGreaterFullEqual:"≧̸",ngE:"≧̸",ngeqq:"≧̸",NotGreaterGreater:"≫̸",nGtv:"≫̸",NotGreaterLess:"≹",ntgl:"≹",NotGreaterSlantEqual:"⩾̸",ngeqslant:"⩾̸",nges:"⩾̸",NotGreaterTilde:"≵",ngsim:"≵",NotHumpDownHump:"≎̸",nbump:"≎̸",NotHumpEqual:"≏̸",nbumpe:"≏̸",NotLeftTriangle:"⋪",nltri:"⋪",ntriangleleft:"⋪",NotLeftTriangleBar:"⧏̸",NotLeftTriangleEqual:"⋬",nltrie:"⋬",ntrianglelefteq:"⋬",NotLess:"≮",nless:"≮",nlt:"≮",NotLessEqual:"≰",nle:"≰",nleq:"≰",NotLessGreater:"≸",ntlg:"≸",NotLessLess:"≪̸",nLtv:"≪̸",NotLessSlantEqual:"⩽̸",nleqslant:"⩽̸",nles:"⩽̸",NotLessTilde:"≴",nlsim:"≴",NotNestedGreaterGreater:"⪢̸",NotNestedLessLess:"⪡̸",NotPrecedes:"⊀",npr:"⊀",nprec:"⊀",NotPrecedesEqual:"⪯̸",npre:"⪯̸",npreceq:"⪯̸",NotPrecedesSlantEqual:"⋠",nprcue:"⋠",NotReverseElement:"∌",notni:"∌",notniva:"∌",NotRightTriangle:"⋫",nrtri:"⋫",ntriangleright:"⋫",NotRightTriangleBar:"⧐̸",NotRightTriangleEqual:"⋭",nrtrie:"⋭",ntrianglerighteq:"⋭",NotSquareSubset:"⊏̸",NotSquareSubsetEqual:"⋢",nsqsube:"⋢",NotSquareSuperset:"⊐̸",NotSquareSupersetEqual:"⋣",nsqsupe:"⋣",NotSubset:"⊂⃒",nsubset:"⊂⃒",vnsub:"⊂⃒",NotSubsetEqual:"⊈",nsube:"⊈",nsubseteq:"⊈",NotSucceeds:"⊁",nsc:"⊁",nsucc:"⊁",NotSucceedsEqual:"⪰̸",nsce:"⪰̸",nsucceq:"⪰̸",NotSucceedsSlantEqual:"⋡",nsccue:"⋡",NotSucceedsTilde:"≿̸",NotSuperset:"⊃⃒",nsupset:"⊃⃒",vnsup:"⊃⃒",NotSupersetEqual:"⊉",nsupe:"⊉",nsupseteq:"⊉",NotTilde:"≁",nsim:"≁",NotTildeEqual:"≄",nsime:"≄",nsimeq:"≄",NotTildeFullEqual:"≇",ncong:"≇",NotTildeTilde:"≉",nap:"≉",napprox:"≉",NotVerticalBar:"∤",nmid:"∤",nshortmid:"∤",nsmid:"∤",Nscr:"𝒩",Ntilde:"Ñ",Nu:"Ν",OElig:"Œ",Oacute:"Ó",Ocirc:"Ô",Ocy:"О",Odblac:"Ő",Ofr:"𝔒",Ograve:"Ò",Omacr:"Ō",Omega:"Ω",ohm:"Ω",Omicron:"Ο",Oopf:"𝕆",OpenCurlyDoubleQuote:"“",ldquo:"“",OpenCurlyQuote:"‘",lsquo:"‘",Or:"⩔",Oscr:"𝒪",Oslash:"Ø",Otilde:"Õ",Otimes:"⨷",Ouml:"Ö",OverBar:"‾",oline:"‾",OverBrace:"⏞",OverBracket:"⎴",tbrk:"⎴",OverParenthesis:"⏜",PartialD:"∂",part:"∂",Pcy:"П",Pfr:"𝔓",Phi:"Φ",Pi:"Π",PlusMinus:"±",plusmn:"±",pm:"±",Popf:"ℙ",primes:"ℙ",Pr:"⪻",Precedes:"≺",pr:"≺",prec:"≺",PrecedesEqual:"⪯",pre:"⪯",preceq:"⪯",PrecedesSlantEqual:"≼",prcue:"≼",preccurlyeq:"≼",PrecedesTilde:"≾",precsim:"≾",prsim:"≾",Prime:"″",Product:"∏",prod:"∏",Proportional:"∝",prop:"∝",propto:"∝",varpropto:"∝",vprop:"∝",Pscr:"𝒫",Psi:"Ψ",QUOT:'"',quot:'"',Qfr:"𝔔",Qopf:"ℚ",rationals:"ℚ",Qscr:"𝒬",RBarr:"⤐",drbkarow:"⤐",REG:"®",circledR:"®",reg:"®",Racute:"Ŕ",Rang:"⟫",Rarr:"↠",twoheadrightarrow:"↠",Rarrtl:"⤖",Rcaron:"Ř",Rcedil:"Ŗ",Rcy:"Р",Re:"ℜ",Rfr:"ℜ",real:"ℜ",realpart:"ℜ",ReverseElement:"∋",SuchThat:"∋",ni:"∋",niv:"∋",ReverseEquilibrium:"⇋",leftrightharpoons:"⇋",lrhar:"⇋",ReverseUpEquilibrium:"⥯",duhar:"⥯",Rho:"Ρ",RightAngleBracket:"⟩",rang:"⟩",rangle:"⟩",RightArrow:"→",ShortRightArrow:"→",rarr:"→",rightarrow:"→",srarr:"→",RightArrowBar:"⇥",rarrb:"⇥",RightArrowLeftArrow:"⇄",rightleftarrows:"⇄",rlarr:"⇄",RightCeiling:"⌉",rceil:"⌉",RightDoubleBracket:"⟧",robrk:"⟧",RightDownTeeVector:"⥝",RightDownVector:"⇂",dharr:"⇂",downharpoonright:"⇂",RightDownVectorBar:"⥕",RightFloor:"⌋",rfloor:"⌋",RightTee:"⊢",vdash:"⊢",RightTeeArrow:"↦",map:"↦",mapsto:"↦",RightTeeVector:"⥛",RightTriangle:"⊳",vartriangleright:"⊳",vrtri:"⊳",RightTriangleBar:"⧐",RightTriangleEqual:"⊵",rtrie:"⊵",trianglerighteq:"⊵",RightUpDownVector:"⥏",RightUpTeeVector:"⥜",RightUpVector:"↾",uharr:"↾",upharpoonright:"↾",RightUpVectorBar:"⥔",RightVector:"⇀",rharu:"⇀",rightharpoonup:"⇀",RightVectorBar:"⥓",Ropf:"ℝ",reals:"ℝ",RoundImplies:"⥰",Rrightarrow:"⇛",rAarr:"⇛",Rscr:"ℛ",realine:"ℛ",Rsh:"↱",rsh:"↱",RuleDelayed:"⧴",SHCHcy:"Щ",SHcy:"Ш",SOFTcy:"Ь",Sacute:"Ś",Sc:"⪼",Scaron:"Š",Scedil:"Ş",Scirc:"Ŝ",Scy:"С",Sfr:"𝔖",ShortUpArrow:"↑",UpArrow:"↑",uarr:"↑",uparrow:"↑",Sigma:"Σ",SmallCircle:"∘",compfn:"∘",Sopf:"𝕊",Sqrt:"√",radic:"√",Square:"□",squ:"□",square:"□",SquareIntersection:"⊓",sqcap:"⊓",SquareSubset:"⊏",sqsub:"⊏",sqsubset:"⊏",SquareSubsetEqual:"⊑",sqsube:"⊑",sqsubseteq:"⊑",SquareSuperset:"⊐",sqsup:"⊐",sqsupset:"⊐",SquareSupersetEqual:"⊒",sqsupe:"⊒",sqsupseteq:"⊒",SquareUnion:"⊔",sqcup:"⊔",Sscr:"𝒮",Star:"⋆",sstarf:"⋆",Sub:"⋐",Subset:"⋐",SubsetEqual:"⊆",sube:"⊆",subseteq:"⊆",Succeeds:"≻",sc:"≻",succ:"≻",SucceedsEqual:"⪰",sce:"⪰",succeq:"⪰",SucceedsSlantEqual:"≽",sccue:"≽",succcurlyeq:"≽",SucceedsTilde:"≿",scsim:"≿",succsim:"≿",Sum:"∑",sum:"∑",Sup:"⋑",Supset:"⋑",Superset:"⊃",sup:"⊃",supset:"⊃",SupersetEqual:"⊇",supe:"⊇",supseteq:"⊇",THORN:"Þ",TRADE:"™",trade:"™",TSHcy:"Ћ",TScy:"Ц",Tab:"\t",Tau:"Τ",Tcaron:"Ť",Tcedil:"Ţ",Tcy:"Т",Tfr:"𝔗",Therefore:"∴",there4:"∴",therefore:"∴",Theta:"Θ",ThickSpace:"  ",ThinSpace:" ",thinsp:" ",Tilde:"∼",sim:"∼",thicksim:"∼",thksim:"∼",TildeEqual:"≃",sime:"≃",simeq:"≃",TildeFullEqual:"≅",cong:"≅",TildeTilde:"≈",ap:"≈",approx:"≈",asymp:"≈",thickapprox:"≈",thkap:"≈",Topf:"𝕋",TripleDot:"⃛",tdot:"⃛",Tscr:"𝒯",Tstrok:"Ŧ",Uacute:"Ú",Uarr:"↟",Uarrocir:"⥉",Ubrcy:"Ў",Ubreve:"Ŭ",Ucirc:"Û",Ucy:"У",Udblac:"Ű",Ufr:"𝔘",Ugrave:"Ù",Umacr:"Ū",UnderBar:"_",lowbar:"_",UnderBrace:"⏟",UnderBracket:"⎵",bbrk:"⎵",UnderParenthesis:"⏝",Union:"⋃",bigcup:"⋃",xcup:"⋃",UnionPlus:"⊎",uplus:"⊎",Uogon:"Ų",Uopf:"𝕌",UpArrowBar:"⤒",UpArrowDownArrow:"⇅",udarr:"⇅",UpDownArrow:"↕",updownarrow:"↕",varr:"↕",UpEquilibrium:"⥮",udhar:"⥮",UpTee:"⊥",bot:"⊥",bottom:"⊥",perp:"⊥",UpTeeArrow:"↥",mapstoup:"↥",UpperLeftArrow:"↖",nwarr:"↖",nwarrow:"↖",UpperRightArrow:"↗",nearr:"↗",nearrow:"↗",Upsi:"ϒ",upsih:"ϒ",Upsilon:"Υ",Uring:"Ů",Uscr:"𝒰",Utilde:"Ũ",Uuml:"Ü",VDash:"⊫",Vbar:"⫫",Vcy:"В",Vdash:"⊩",Vdashl:"⫦",Vee:"⋁",bigvee:"⋁",xvee:"⋁",Verbar:"‖",Vert:"‖",VerticalBar:"∣",mid:"∣",shortmid:"∣",smid:"∣",VerticalLine:"|",verbar:"|",vert:"|",VerticalSeparator:"❘",VerticalTilde:"≀",wr:"≀",wreath:"≀",VeryThinSpace:" ",hairsp:" ",Vfr:"𝔙",Vopf:"𝕍",Vscr:"𝒱",Vvdash:"⊪",Wcirc:"Ŵ",Wedge:"⋀",bigwedge:"⋀",xwedge:"⋀",Wfr:"𝔚",Wopf:"𝕎",Wscr:"𝒲",Xfr:"𝔛",Xi:"Ξ",Xopf:"𝕏",Xscr:"𝒳",YAcy:"Я",YIcy:"Ї",YUcy:"Ю",Yacute:"Ý",Ycirc:"Ŷ",Ycy:"Ы",Yfr:"𝔜",Yopf:"𝕐",Yscr:"𝒴",Yuml:"Ÿ",ZHcy:"Ж",Zacute:"Ź",Zcaron:"Ž",Zcy:"З",Zdot:"Ż",Zeta:"Ζ",Zfr:"ℨ",zeetrf:"ℨ",Zopf:"ℤ",integers:"ℤ",Zscr:"𝒵",aacute:"á",abreve:"ă",ac:"∾",mstpos:"∾",acE:"∾̳",acd:"∿",acirc:"â",acy:"а",aelig:"æ",afr:"𝔞",agrave:"à",alefsym:"ℵ",aleph:"ℵ",alpha:"α",amacr:"ā",amalg:"⨿",and:"∧",wedge:"∧",andand:"⩕",andd:"⩜",andslope:"⩘",andv:"⩚",ang:"∠",angle:"∠",ange:"⦤",angmsd:"∡",measuredangle:"∡",angmsdaa:"⦨",angmsdab:"⦩",angmsdac:"⦪",angmsdad:"⦫",angmsdae:"⦬",angmsdaf:"⦭",angmsdag:"⦮",angmsdah:"⦯",angrt:"∟",angrtvb:"⊾",angrtvbd:"⦝",angsph:"∢",angzarr:"⍼",aogon:"ą",aopf:"𝕒",apE:"⩰",apacir:"⩯",ape:"≊",approxeq:"≊",apid:"≋",apos:"'",aring:"å",ascr:"𝒶",ast:"*",midast:"*",atilde:"ã",auml:"ä",awint:"⨑",bNot:"⫭",backcong:"≌",bcong:"≌",backepsilon:"϶",bepsi:"϶",backprime:"‵",bprime:"‵",backsim:"∽",bsim:"∽",backsimeq:"⋍",bsime:"⋍",barvee:"⊽",barwed:"⌅",barwedge:"⌅",bbrktbrk:"⎶",bcy:"б",bdquo:"„",ldquor:"„",bemptyv:"⦰",beta:"β",beth:"ℶ",between:"≬",twixt:"≬",bfr:"𝔟",bigcirc:"◯",xcirc:"◯",bigodot:"⨀",xodot:"⨀",bigoplus:"⨁",xoplus:"⨁",bigotimes:"⨂",xotime:"⨂",bigsqcup:"⨆",xsqcup:"⨆",bigstar:"★",starf:"★",bigtriangledown:"▽",xdtri:"▽",bigtriangleup:"△",xutri:"△",biguplus:"⨄",xuplus:"⨄",bkarow:"⤍",rbarr:"⤍",blacklozenge:"⧫",lozf:"⧫",blacktriangle:"▴",utrif:"▴",blacktriangledown:"▾",dtrif:"▾",blacktriangleleft:"◂",ltrif:"◂",blacktriangleright:"▸",rtrif:"▸",blank:"␣",blk12:"▒",blk14:"░",blk34:"▓",block:"█",bne:"=⃥",bnequiv:"≡⃥",bnot:"⌐",bopf:"𝕓",bowtie:"⋈",boxDL:"╗",boxDR:"╔",boxDl:"╖",boxDr:"╓",boxH:"═",boxHD:"╦",boxHU:"╩",boxHd:"╤",boxHu:"╧",boxUL:"╝",boxUR:"╚",boxUl:"╜",boxUr:"╙",boxV:"║",boxVH:"╬",boxVL:"╣",boxVR:"╠",boxVh:"╫",boxVl:"╢",boxVr:"╟",boxbox:"⧉",boxdL:"╕",boxdR:"╒",boxdl:"┐",boxdr:"┌",boxhD:"╥",boxhU:"╨",boxhd:"┬",boxhu:"┴",boxminus:"⊟",minusb:"⊟",boxplus:"⊞",plusb:"⊞",boxtimes:"⊠",timesb:"⊠",boxuL:"╛",boxuR:"╘",boxul:"┘",boxur:"└",boxv:"│",boxvH:"╪",boxvL:"╡",boxvR:"╞",boxvh:"┼",boxvl:"┤",boxvr:"├",brvbar:"¦",bscr:"𝒷",bsemi:"⁏",bsol:"\\",bsolb:"⧅",bsolhsub:"⟈",bull:"•",bullet:"•",bumpE:"⪮",cacute:"ć",cap:"∩",capand:"⩄",capbrcup:"⩉",capcap:"⩋",capcup:"⩇",capdot:"⩀",caps:"∩︀",caret:"⁁",ccaps:"⩍",ccaron:"č",ccedil:"ç",ccirc:"ĉ",ccups:"⩌",ccupssm:"⩐",cdot:"ċ",cemptyv:"⦲",cent:"¢",cfr:"𝔠",chcy:"ч",check:"✓",checkmark:"✓",chi:"χ",cir:"○",cirE:"⧃",circ:"ˆ",circeq:"≗",cire:"≗",circlearrowleft:"↺",olarr:"↺",circlearrowright:"↻",orarr:"↻",circledS:"Ⓢ",oS:"Ⓢ",circledast:"⊛",oast:"⊛",circledcirc:"⊚",ocir:"⊚",circleddash:"⊝",odash:"⊝",cirfnint:"⨐",cirmid:"⫯",cirscir:"⧂",clubs:"♣",clubsuit:"♣",colon:":",comma:",",commat:"@",comp:"∁",complement:"∁",congdot:"⩭",copf:"𝕔",copysr:"℗",crarr:"↵",cross:"✗",cscr:"𝒸",csub:"⫏",csube:"⫑",csup:"⫐",csupe:"⫒",ctdot:"⋯",cudarrl:"⤸",cudarrr:"⤵",cuepr:"⋞",curlyeqprec:"⋞",cuesc:"⋟",curlyeqsucc:"⋟",cularr:"↶",curvearrowleft:"↶",cularrp:"⤽",cup:"∪",cupbrcap:"⩈",cupcap:"⩆",cupcup:"⩊",cupdot:"⊍",cupor:"⩅",cups:"∪︀",curarr:"↷",curvearrowright:"↷",curarrm:"⤼",curlyvee:"⋎",cuvee:"⋎",curlywedge:"⋏",cuwed:"⋏",curren:"¤",cwint:"∱",cylcty:"⌭",dHar:"⥥",dagger:"†",daleth:"ℸ",dash:"‐",hyphen:"‐",dbkarow:"⤏",rBarr:"⤏",dcaron:"ď",dcy:"д",ddarr:"⇊",downdownarrows:"⇊",ddotseq:"⩷",eDDot:"⩷",deg:"°",delta:"δ",demptyv:"⦱",dfisht:"⥿",dfr:"𝔡",diamondsuit:"♦",diams:"♦",digamma:"ϝ",gammad:"ϝ",disin:"⋲",div:"÷",divide:"÷",divideontimes:"⋇",divonx:"⋇",djcy:"ђ",dlcorn:"⌞",llcorner:"⌞",dlcrop:"⌍",dollar:"$",dopf:"𝕕",doteqdot:"≑",eDot:"≑",dotminus:"∸",minusd:"∸",dotplus:"∔",plusdo:"∔",dotsquare:"⊡",sdotb:"⊡",drcorn:"⌟",lrcorner:"⌟",drcrop:"⌌",dscr:"𝒹",dscy:"ѕ",dsol:"⧶",dstrok:"đ",dtdot:"⋱",dtri:"▿",triangledown:"▿",dwangle:"⦦",dzcy:"џ",dzigrarr:"⟿",eacute:"é",easter:"⩮",ecaron:"ě",ecir:"≖",eqcirc:"≖",ecirc:"ê",ecolon:"≕",eqcolon:"≕",ecy:"э",edot:"ė",efDot:"≒",fallingdotseq:"≒",efr:"𝔢",eg:"⪚",egrave:"è",egs:"⪖",eqslantgtr:"⪖",egsdot:"⪘",el:"⪙",elinters:"⏧",ell:"ℓ",els:"⪕",eqslantless:"⪕",elsdot:"⪗",emacr:"ē",empty:"∅",emptyset:"∅",emptyv:"∅",varnothing:"∅",emsp13:" ",emsp14:" ",emsp:" ",eng:"ŋ",ensp:" ",eogon:"ę",eopf:"𝕖",epar:"⋕",eparsl:"⧣",eplus:"⩱",epsi:"ε",epsilon:"ε",epsiv:"ϵ",straightepsilon:"ϵ",varepsilon:"ϵ",equals:"=",equest:"≟",questeq:"≟",equivDD:"⩸",eqvparsl:"⧥",erDot:"≓",risingdotseq:"≓",erarr:"⥱",escr:"ℯ",eta:"η",eth:"ð",euml:"ë",euro:"€",excl:"!",fcy:"ф",female:"♀",ffilig:"ffi",fflig:"ff",ffllig:"ffl",ffr:"𝔣",filig:"fi",fjlig:"fj",flat:"♭",fllig:"fl",fltns:"▱",fnof:"ƒ",fopf:"𝕗",fork:"⋔",pitchfork:"⋔",forkv:"⫙",fpartint:"⨍",frac12:"½",half:"½",frac13:"⅓",frac14:"¼",frac15:"⅕",frac16:"⅙",frac18:"⅛",frac23:"⅔",frac25:"⅖",frac34:"¾",frac35:"⅗",frac38:"⅜",frac45:"⅘",frac56:"⅚",frac58:"⅝",frac78:"⅞",frasl:"⁄",frown:"⌢",sfrown:"⌢",fscr:"𝒻",gEl:"⪌",gtreqqless:"⪌",gacute:"ǵ",gamma:"γ",gap:"⪆",gtrapprox:"⪆",gbreve:"ğ",gcirc:"ĝ",gcy:"г",gdot:"ġ",gescc:"⪩",gesdot:"⪀",gesdoto:"⪂",gesdotol:"⪄",gesl:"⋛︀",gesles:"⪔",gfr:"𝔤",gimel:"ℷ",gjcy:"ѓ",glE:"⪒",gla:"⪥",glj:"⪤",gnE:"≩",gneqq:"≩",gnap:"⪊",gnapprox:"⪊",gne:"⪈",gneq:"⪈",gnsim:"⋧",gopf:"𝕘",gscr:"ℊ",gsime:"⪎",gsiml:"⪐",gtcc:"⪧",gtcir:"⩺",gtdot:"⋗",gtrdot:"⋗",gtlPar:"⦕",gtquest:"⩼",gtrarr:"⥸",gvertneqq:"≩︀",gvnE:"≩︀",hardcy:"ъ",harrcir:"⥈",harrw:"↭",leftrightsquigarrow:"↭",hbar:"ℏ",hslash:"ℏ",planck:"ℏ",plankv:"ℏ",hcirc:"ĥ",hearts:"♥",heartsuit:"♥",hellip:"…",mldr:"…",hercon:"⊹",hfr:"𝔥",hksearow:"⤥",searhk:"⤥",hkswarow:"⤦",swarhk:"⤦",hoarr:"⇿",homtht:"∻",hookleftarrow:"↩",larrhk:"↩",hookrightarrow:"↪",rarrhk:"↪",hopf:"𝕙",horbar:"―",hscr:"𝒽",hstrok:"ħ",hybull:"⁃",iacute:"í",icirc:"î",icy:"и",iecy:"е",iexcl:"¡",ifr:"𝔦",igrave:"ì",iiiint:"⨌",qint:"⨌",iiint:"∭",tint:"∭",iinfin:"⧜",iiota:"℩",ijlig:"ij",imacr:"ī",imath:"ı",inodot:"ı",imof:"⊷",imped:"Ƶ",incare:"℅",infin:"∞",infintie:"⧝",intcal:"⊺",intercal:"⊺",intlarhk:"⨗",intprod:"⨼",iprod:"⨼",iocy:"ё",iogon:"į",iopf:"𝕚",iota:"ι",iquest:"¿",iscr:"𝒾",isinE:"⋹",isindot:"⋵",isins:"⋴",isinsv:"⋳",itilde:"ĩ",iukcy:"і",iuml:"ï",jcirc:"ĵ",jcy:"й",jfr:"𝔧",jmath:"ȷ",jopf:"𝕛",jscr:"𝒿",jsercy:"ј",jukcy:"є",kappa:"κ",kappav:"ϰ",varkappa:"ϰ",kcedil:"ķ",kcy:"к",kfr:"𝔨",kgreen:"ĸ",khcy:"х",kjcy:"ќ",kopf:"𝕜",kscr:"𝓀",lAtail:"⤛",lBarr:"⤎",lEg:"⪋",lesseqqgtr:"⪋",lHar:"⥢",lacute:"ĺ",laemptyv:"⦴",lambda:"λ",langd:"⦑",lap:"⪅",lessapprox:"⪅",laquo:"«",larrbfs:"⤟",larrfs:"⤝",larrlp:"↫",looparrowleft:"↫",larrpl:"⤹",larrsim:"⥳",larrtl:"↢",leftarrowtail:"↢",lat:"⪫",latail:"⤙",late:"⪭",lates:"⪭︀",lbarr:"⤌",lbbrk:"❲",lbrace:"{",lcub:"{",lbrack:"[",lsqb:"[",lbrke:"⦋",lbrksld:"⦏",lbrkslu:"⦍",lcaron:"ľ",lcedil:"ļ",lcy:"л",ldca:"⤶",ldrdhar:"⥧",ldrushar:"⥋",ldsh:"↲",le:"≤",leq:"≤",leftleftarrows:"⇇",llarr:"⇇",leftthreetimes:"⋋",lthree:"⋋",lescc:"⪨",lesdot:"⩿",lesdoto:"⪁",lesdotor:"⪃",lesg:"⋚︀",lesges:"⪓",lessdot:"⋖",ltdot:"⋖",lfisht:"⥼",lfr:"𝔩",lgE:"⪑",lharul:"⥪",lhblk:"▄",ljcy:"љ",llhard:"⥫",lltri:"◺",lmidot:"ŀ",lmoust:"⎰",lmoustache:"⎰",lnE:"≨",lneqq:"≨",lnap:"⪉",lnapprox:"⪉",lne:"⪇",lneq:"⪇",lnsim:"⋦",loang:"⟬",loarr:"⇽",longmapsto:"⟼",xmap:"⟼",looparrowright:"↬",rarrlp:"↬",lopar:"⦅",lopf:"𝕝",loplus:"⨭",lotimes:"⨴",lowast:"∗",loz:"◊",lozenge:"◊",lpar:"(",lparlt:"⦓",lrhard:"⥭",lrm:"‎",lrtri:"⊿",lsaquo:"‹",lscr:"𝓁",lsime:"⪍",lsimg:"⪏",lsquor:"‚",sbquo:"‚",lstrok:"ł",ltcc:"⪦",ltcir:"⩹",ltimes:"⋉",ltlarr:"⥶",ltquest:"⩻",ltrPar:"⦖",ltri:"◃",triangleleft:"◃",lurdshar:"⥊",luruhar:"⥦",lvertneqq:"≨︀",lvnE:"≨︀",mDDot:"∺",macr:"¯",strns:"¯",male:"♂",malt:"✠",maltese:"✠",marker:"▮",mcomma:"⨩",mcy:"м",mdash:"—",mfr:"𝔪",mho:"℧",micro:"µ",midcir:"⫰",minus:"−",minusdu:"⨪",mlcp:"⫛",models:"⊧",mopf:"𝕞",mscr:"𝓂",mu:"μ",multimap:"⊸",mumap:"⊸",nGg:"⋙̸",nGt:"≫⃒",nLeftarrow:"⇍",nlArr:"⇍",nLeftrightarrow:"⇎",nhArr:"⇎",nLl:"⋘̸",nLt:"≪⃒",nRightarrow:"⇏",nrArr:"⇏",nVDash:"⊯",nVdash:"⊮",nacute:"ń",nang:"∠⃒",napE:"⩰̸",napid:"≋̸",napos:"ʼn",natur:"♮",natural:"♮",ncap:"⩃",ncaron:"ň",ncedil:"ņ",ncongdot:"⩭̸",ncup:"⩂",ncy:"н",ndash:"–",neArr:"⇗",nearhk:"⤤",nedot:"≐̸",nesear:"⤨",toea:"⤨",nfr:"𝔫",nharr:"↮",nleftrightarrow:"↮",nhpar:"⫲",nis:"⋼",nisd:"⋺",njcy:"њ",nlE:"≦̸",nleqq:"≦̸",nlarr:"↚",nleftarrow:"↚",nldr:"‥",nopf:"𝕟",not:"¬",notinE:"⋹̸",notindot:"⋵̸",notinvb:"⋷",notinvc:"⋶",notnivb:"⋾",notnivc:"⋽",nparsl:"⫽⃥",npart:"∂̸",npolint:"⨔",nrarr:"↛",nrightarrow:"↛",nrarrc:"⤳̸",nrarrw:"↝̸",nscr:"𝓃",nsub:"⊄",nsubE:"⫅̸",nsubseteqq:"⫅̸",nsup:"⊅",nsupE:"⫆̸",nsupseteqq:"⫆̸",ntilde:"ñ",nu:"ν",num:"#",numero:"№",numsp:" ",nvDash:"⊭",nvHarr:"⤄",nvap:"≍⃒",nvdash:"⊬",nvge:"≥⃒",nvgt:">⃒",nvinfin:"⧞",nvlArr:"⤂",nvle:"≤⃒",nvlt:"<⃒",nvltrie:"⊴⃒",nvrArr:"⤃",nvrtrie:"⊵⃒",nvsim:"∼⃒",nwArr:"⇖",nwarhk:"⤣",nwnear:"⤧",oacute:"ó",ocirc:"ô",ocy:"о",odblac:"ő",odiv:"⨸",odsold:"⦼",oelig:"œ",ofcir:"⦿",ofr:"𝔬",ogon:"˛",ograve:"ò",ogt:"⧁",ohbar:"⦵",olcir:"⦾",olcross:"⦻",olt:"⧀",omacr:"ō",omega:"ω",omicron:"ο",omid:"⦶",oopf:"𝕠",opar:"⦷",operp:"⦹",or:"∨",vee:"∨",ord:"⩝",order:"ℴ",orderof:"ℴ",oscr:"ℴ",ordf:"ª",ordm:"º",origof:"⊶",oror:"⩖",orslope:"⩗",orv:"⩛",oslash:"ø",osol:"⊘",otilde:"õ",otimesas:"⨶",ouml:"ö",ovbar:"⌽",para:"¶",parsim:"⫳",parsl:"⫽",pcy:"п",percnt:"%",period:".",permil:"‰",pertenk:"‱",pfr:"𝔭",phi:"φ",phiv:"ϕ",straightphi:"ϕ",varphi:"ϕ",phone:"☎",pi:"π",piv:"ϖ",varpi:"ϖ",planckh:"ℎ",plus:"+",plusacir:"⨣",pluscir:"⨢",plusdu:"⨥",pluse:"⩲",plussim:"⨦",plustwo:"⨧",pointint:"⨕",popf:"𝕡",pound:"£",prE:"⪳",prap:"⪷",precapprox:"⪷",precnapprox:"⪹",prnap:"⪹",precneqq:"⪵",prnE:"⪵",precnsim:"⋨",prnsim:"⋨",prime:"′",profalar:"⌮",profline:"⌒",profsurf:"⌓",prurel:"⊰",pscr:"𝓅",psi:"ψ",puncsp:" ",qfr:"𝔮",qopf:"𝕢",qprime:"⁗",qscr:"𝓆",quatint:"⨖",quest:"?",rAtail:"⤜",rHar:"⥤",race:"∽̱",racute:"ŕ",raemptyv:"⦳",rangd:"⦒",range:"⦥",raquo:"»",rarrap:"⥵",rarrbfs:"⤠",rarrc:"⤳",rarrfs:"⤞",rarrpl:"⥅",rarrsim:"⥴",rarrtl:"↣",rightarrowtail:"↣",rarrw:"↝",rightsquigarrow:"↝",ratail:"⤚",ratio:"∶",rbbrk:"❳",rbrace:"}",rcub:"}",rbrack:"]",rsqb:"]",rbrke:"⦌",rbrksld:"⦎",rbrkslu:"⦐",rcaron:"ř",rcedil:"ŗ",rcy:"р",rdca:"⤷",rdldhar:"⥩",rdsh:"↳",rect:"▭",rfisht:"⥽",rfr:"𝔯",rharul:"⥬",rho:"ρ",rhov:"ϱ",varrho:"ϱ",rightrightarrows:"⇉",rrarr:"⇉",rightthreetimes:"⋌",rthree:"⋌",ring:"˚",rlm:"‏",rmoust:"⎱",rmoustache:"⎱",rnmid:"⫮",roang:"⟭",roarr:"⇾",ropar:"⦆",ropf:"𝕣",roplus:"⨮",rotimes:"⨵",rpar:")",rpargt:"⦔",rppolint:"⨒",rsaquo:"›",rscr:"𝓇",rtimes:"⋊",rtri:"▹",triangleright:"▹",rtriltri:"⧎",ruluhar:"⥨",rx:"℞",sacute:"ś",scE:"⪴",scap:"⪸",succapprox:"⪸",scaron:"š",scedil:"ş",scirc:"ŝ",scnE:"⪶",succneqq:"⪶",scnap:"⪺",succnapprox:"⪺",scnsim:"⋩",succnsim:"⋩",scpolint:"⨓",scy:"с",sdot:"⋅",sdote:"⩦",seArr:"⇘",sect:"§",semi:";",seswar:"⤩",tosa:"⤩",sext:"✶",sfr:"𝔰",sharp:"♯",shchcy:"щ",shcy:"ш",shy:"­",sigma:"σ",sigmaf:"ς",sigmav:"ς",varsigma:"ς",simdot:"⩪",simg:"⪞",simgE:"⪠",siml:"⪝",simlE:"⪟",simne:"≆",simplus:"⨤",simrarr:"⥲",smashp:"⨳",smeparsl:"⧤",smile:"⌣",ssmile:"⌣",smt:"⪪",smte:"⪬",smtes:"⪬︀",softcy:"ь",sol:"/",solb:"⧄",solbar:"⌿",sopf:"𝕤",spades:"♠",spadesuit:"♠",sqcaps:"⊓︀",sqcups:"⊔︀",sscr:"𝓈",star:"☆",sub:"⊂",subset:"⊂",subE:"⫅",subseteqq:"⫅",subdot:"⪽",subedot:"⫃",submult:"⫁",subnE:"⫋",subsetneqq:"⫋",subne:"⊊",subsetneq:"⊊",subplus:"⪿",subrarr:"⥹",subsim:"⫇",subsub:"⫕",subsup:"⫓",sung:"♪",sup1:"¹",sup2:"²",sup3:"³",supE:"⫆",supseteqq:"⫆",supdot:"⪾",supdsub:"⫘",supedot:"⫄",suphsol:"⟉",suphsub:"⫗",suplarr:"⥻",supmult:"⫂",supnE:"⫌",supsetneqq:"⫌",supne:"⊋",supsetneq:"⊋",supplus:"⫀",supsim:"⫈",supsub:"⫔",supsup:"⫖",swArr:"⇙",swnwar:"⤪",szlig:"ß",target:"⌖",tau:"τ",tcaron:"ť",tcedil:"ţ",tcy:"т",telrec:"⌕",tfr:"𝔱",theta:"θ",thetasym:"ϑ",thetav:"ϑ",vartheta:"ϑ",thorn:"þ",times:"×",timesbar:"⨱",timesd:"⨰",topbot:"⌶",topcir:"⫱",topf:"𝕥",topfork:"⫚",tprime:"‴",triangle:"▵",utri:"▵",triangleq:"≜",trie:"≜",tridot:"◬",triminus:"⨺",triplus:"⨹",trisb:"⧍",tritime:"⨻",trpezium:"⏢",tscr:"𝓉",tscy:"ц",tshcy:"ћ",tstrok:"ŧ",uHar:"⥣",uacute:"ú",ubrcy:"ў",ubreve:"ŭ",ucirc:"û",ucy:"у",udblac:"ű",ufisht:"⥾",ufr:"𝔲",ugrave:"ù",uhblk:"▀",ulcorn:"⌜",ulcorner:"⌜",ulcrop:"⌏",ultri:"◸",umacr:"ū",uogon:"ų",uopf:"𝕦",upsi:"υ",upsilon:"υ",upuparrows:"⇈",uuarr:"⇈",urcorn:"⌝",urcorner:"⌝",urcrop:"⌎",uring:"ů",urtri:"◹",uscr:"𝓊",utdot:"⋰",utilde:"ũ",uuml:"ü",uwangle:"⦧",vBar:"⫨",vBarv:"⫩",vangrt:"⦜",varsubsetneq:"⊊︀",vsubne:"⊊︀",varsubsetneqq:"⫋︀",vsubnE:"⫋︀",varsupsetneq:"⊋︀",vsupne:"⊋︀",varsupsetneqq:"⫌︀",vsupnE:"⫌︀",vcy:"в",veebar:"⊻",veeeq:"≚",vellip:"⋮",vfr:"𝔳",vopf:"𝕧",vscr:"𝓋",vzigzag:"⦚",wcirc:"ŵ",wedbar:"⩟",wedgeq:"≙",weierp:"℘",wp:"℘",wfr:"𝔴",wopf:"𝕨",wscr:"𝓌",xfr:"𝔵",xi:"ξ",xnis:"⋻",xopf:"𝕩",xscr:"𝓍",yacute:"ý",yacy:"я",ycirc:"ŷ",ycy:"ы",yen:"¥",yfr:"𝔶",yicy:"ї",yopf:"𝕪",yscr:"𝓎",yucy:"ю",yuml:"ÿ",zacute:"ź",zcaron:"ž",zcy:"з",zdot:"ż",zeta:"ζ",zfr:"𝔷",zhcy:"ж",zigrarr:"⇝",zopf:"𝕫",zscr:"𝓏",zwj:"‍",zwnj:"‌"};zw.ngsp="";var Yw=class{tokens;errors;nonNormalizedIcuExpressions;constructor(La,hl,fl){this.tokens=La,this.errors=hl,this.nonNormalizedIcuExpressions=fl}};function Di(La,hl,fl,yl={}){let Pl=new rC(new Tw(La,hl),fl,yl);return Pl.tokenize(),new Yw(oo(Pl.tokens),Pl.errors,Pl.nonNormalizedIcuExpressions)}var Kw=/\r\n?/g;function Se(La){return`Unexpected character "${La===0?"EOF":String.fromCharCode(La)}"`}function xi(La){return`Unknown entity "${La}" - use the "&#;" or "&#x;" syntax`}function Qa(La,hl){return`Unable to parse entity "${hl}" - ${La} character reference entities must end with ";"`}var Xw=["@if","@else","@for","@switch","@case","@default","@empty","@defer","@placeholder","@loading","@error","@content"],Zw={start:"{{",end:"}}"},eC=/^default[^\S\r\n]+never/,tC=/^else[^\S\r\n]+if/,rC=class{_getTagContentType;_cursor;_tokenizeIcu;_leadingTriviaCodePoints;_canSelfClose;_allowHtmComponentClosingTags;_allowStartTagComments;_currentTokenStart=null;_currentTokenType=null;_expansionCaseStack=[];_openDirectiveCount=0;_inInterpolation=!1;_preserveLineEndings;_i18nNormalizeLineEndingsInICUs;_fullNameStack=[];_tokenizeBlocks;_tokenizeLet;_selectorlessEnabled;tokens=[];errors=[];nonNormalizedIcuExpressions=[];constructor(La,hl,fl){this._getTagContentType=hl,this._tokenizeIcu=fl.tokenizeExpansionForms||!1,this._leadingTriviaCodePoints=fl.leadingTriviaChars&&fl.leadingTriviaChars.map(La=>La.codePointAt(0)||0),this._canSelfClose=fl.canSelfClose||!1,this._allowHtmComponentClosingTags=fl.allowHtmComponentClosingTags||!1,this._allowStartTagComments=fl.allowStartTagComments??!0;let yl=fl.range||{endPos:La.content.length,startPos:0,startLine:0,startCol:0};this._cursor=fl.escapedString?new iC(La,yl):new nC(La,yl),this._preserveLineEndings=fl.preserveLineEndings||!1,this._i18nNormalizeLineEndingsInICUs=fl.i18nNormalizeLineEndingsInICUs||!1,this._tokenizeBlocks=fl.tokenizeBlocks??!0,this._tokenizeLet=fl.tokenizeLet??!0,this._selectorlessEnabled=fl.selectorlessEnabled??!1;try{this._cursor.init()}catch(La){this.handleError(La)}}_processCarriageReturns(La){return this._preserveLineEndings?La:La.replace(Kw,`\n`)}tokenize(){for(;this._cursor.peek()!==0;){let La=this._cursor.clone();try{if(this._attemptCharCode(60))if(this._attemptCharCode(33))this._attemptStr("[CDATA[")?this._consumeCdata(La):this._attemptStr("--")?this._consumeComment(La):this._attemptStrCaseInsensitive("doctype")?this._consumeDocType(La):this._consumeBogusComment(La);else if(this._attemptCharCode(47))this._consumeTagClose(La);else{let hl=this._cursor.clone();this._attemptCharCode(63)?(this._cursor=hl,this._consumeBogusComment(La)):this._consumeTagOpen(La)}else this._tokenizeLet&&this._cursor.peek()===64&&!this._inInterpolation&&this._isLetStart()?this._consumeLetDeclaration(La):this._tokenizeBlocks&&this._isBlockStart()?this._consumeBlockStart(La):this._tokenizeBlocks&&!this._inInterpolation&&!this._isInExpansionCase()&&!this._isInExpansionForm()&&this._attemptCharCode(125)?this._consumeBlockEnd(La):this._tokenizeIcu&&this._tokenizeExpansionForm()||this._consumeWithInterpolation(5,8,()=>this._isTextEnd(),()=>this._isTagStart())}catch(La){this.handleError(La)}}this._beginToken(43),this._endToken([])}_getBlockName(){let La=!1,hl=this._cursor.clone();this._attemptCharCodeUntilFn(hl=>nt(hl)?!La:ao(hl)?(La=!0,!1):!0);let fl=this._cursor.getChars(hl).trim();return tC.test(fl)?fl="else if":eC.test(fl)&&(fl="default never"),fl}_consumeBlockStart(La){this._requireCharCode(64),this._beginToken(26,La);let hl=this._endToken([this._getBlockName()]);if(this._cursor.peek()===40)if(this._cursor.advance(),this._consumeBlockParameters(),this._attemptCharCodeUntilFn(b),this._attemptCharCode(41))this._attemptCharCodeUntilFn(b);else{hl.type=30;return}if(hl.parts[0]==="default never"&&this._attemptCharCode(59)){this._beginToken(27),this._endToken([]),this._beginToken(28),this._endToken([]);return}this._attemptCharCode(123)?(this._beginToken(27),this._endToken([])):this._isBlockStart()&&(hl.parts[0]==="case"||hl.parts[0]==="default")?(this._beginToken(27),this._endToken([]),this._beginToken(28),this._endToken([])):hl.type=30}_consumeBlockEnd(La){this._beginToken(28,La),this._endToken([])}_consumeBlockParameters(){for(this._attemptCharCodeUntilFn(Ai);this._cursor.peek()!==41&&this._cursor.peek()!==0;){this._beginToken(29);let La=this._cursor.clone(),hl=null,fl=0;for(;this._cursor.peek()!==59&&this._cursor.peek()!==0||hl!==null;){let La=this._cursor.peek();if(La===92)this._cursor.advance();else if(La===hl)hl=null;else if(hl===null&&Ot(La))hl=La;else if(La===40&&hl===null)fl++;else if(La===41&&hl===null){if(fl===0)break;fl>0&&fl--}this._cursor.advance()}this._endToken([this._cursor.getChars(La)]),this._attemptCharCodeUntilFn(Ai)}}_consumeLetDeclaration(La){if(this._requireStr("@let"),this._beginToken(31,La),nt(this._cursor.peek()))this._attemptCharCodeUntilFn(b);else{let hl=this._endToken([this._cursor.getChars(La)]);hl.type=34;return}let hl=this._endToken([this._getLetDeclarationName()]);if(this._attemptCharCodeUntilFn(b),!this._attemptCharCode(61)){hl.type=34;return}this._attemptCharCodeUntilFn(La=>b(La)&&!Oe(La)),this._consumeLetDeclarationValue(),this._cursor.peek()===59?(this._beginToken(33),this._cursor.advance(),this._endToken([])):(hl.type=34,hl.sourceSpan=this._cursor.getSpan(La))}_getLetDeclarationName(){let La=this._cursor.clone(),hl=!1;return this._attemptCharCodeUntilFn(La=>Re(La)||La===36||La===95||hl&&Ie(La)?(hl=!0,!1):!0),this._cursor.getChars(La).trim()}_consumeLetDeclarationValue(){let La=this._cursor.clone();for(this._beginToken(32,La);this._cursor.peek()!==0;){let La=this._cursor.peek();if(La===59)break;Ot(La)&&(this._cursor.advance(),this._attemptCharCodeUntilFn(hl=>hl===92?(this._cursor.advance(),!1):hl===La)),this._cursor.advance()}this._endToken([this._cursor.getChars(La)])}_tokenizeExpansionForm(){if(this.isExpansionFormStart())return this._consumeExpansionFormStart(),!0;if(io(this._cursor.peek())&&this._isInExpansionForm())return this._consumeExpansionCaseStart(),!0;if(this._cursor.peek()===125){if(this._isInExpansionCase())return this._consumeExpansionCaseEnd(),!0;if(this._isInExpansionForm())return this._consumeExpansionFormEnd(),!0}return!1}_beginToken(La,hl=this._cursor.clone()){this._currentTokenStart=hl,this._currentTokenType=La}_endToken(La,hl){if(this._currentTokenStart===null)throw new Fw(this._cursor.getSpan(hl),"Programming error - attempted to end a token when there was no start to the token");if(this._currentTokenType===null)throw new Fw(this._cursor.getSpan(this._currentTokenStart),"Programming error - attempted to end a token which has no token type");let fl={type:this._currentTokenType,parts:La,sourceSpan:(hl??this._cursor).getSpan(this._currentTokenStart,this._leadingTriviaCodePoints)};return this.tokens.push(fl),this._currentTokenStart=null,this._currentTokenType=null,fl}_createError(La,hl){this._isInExpansionForm()&&(La+=` (Do you have an unescaped "{" in your template? Use "{{ '{' }}") to escape it.)`);let fl=new Fw(hl,La);return this._currentTokenStart=null,this._currentTokenType=null,fl}handleError(La){if(La instanceof sC&&(La=this._createError(La.msg,this._cursor.getSpan(La.cursor))),La instanceof Fw)this.errors.push(La);else throw La}_attemptCharCode(La){return this._cursor.peek()===La?(this._cursor.advance(),!0):!1}_attemptCharCodeCaseInsensitive(La){return so(this._cursor.peek(),La)?(this._cursor.advance(),!0):!1}_requireCharCode(La){let hl=this._cursor.clone();if(!this._attemptCharCode(La))throw this._createError(Se(this._cursor.peek()),this._cursor.getSpan(hl))}_attemptStr(La){let hl=La.length;if(this._cursor.charsLeft()this._peekStr(La))}_isLetStart(){return this._cursor.peek()===64&&this._peekStr("@let")}_consumeEntity(La){this._beginToken(9);let hl=this._cursor.clone();if(this._cursor.advance(),this._attemptCharCode(35)){let La=this._attemptCharCode(120)||this._attemptCharCode(88),fl=this._cursor.clone();if(this._attemptCharCodeUntilFn(ro),this._cursor.peek()!=59){this._cursor.advance();let fl=La?"hexadecimal":"decimal";throw this._createError(Qa(fl,this._cursor.getChars(hl)),this._cursor.getSpan())}let yl=this._cursor.getChars(fl);this._cursor.advance();try{let fl=parseInt(yl,La?16:10);this._endToken([String.fromCodePoint(fl),this._cursor.getChars(hl)])}catch{throw this._createError(xi(this._cursor.getChars(hl)),this._cursor.getSpan())}}else{let fl=this._cursor.clone();if(this._attemptCharCodeUntilFn(no),this._cursor.peek()!=59)this._beginToken(La,hl),this._cursor=fl,this._endToken(["&"]);else{let La=this._cursor.getChars(fl);this._cursor.advance();let yl=zw.hasOwnProperty(La)&&zw[La];if(!yl)throw this._createError(xi(La),this._cursor.getSpan(hl));this._endToken([yl,`&${La};`])}}}_consumeRawText(La,hl){this._beginToken(La?6:7);let fl=[];for(;;){let yl=this._cursor.clone(),Pl=hl();if(this._cursor=yl,Pl)break;La&&this._cursor.peek()===38?(this._endToken([this._processCarriageReturns(fl.join(""))]),fl.length=0,this._consumeEntity(6),this._beginToken(6)):fl.push(this._readChar())}this._endToken([this._processCarriageReturns(fl.join(""))])}_consumeComment(La){this._beginToken(10,La),this._endToken([]),this._consumeRawText(!1,()=>this._attemptStr("--\x3e")),this._beginToken(11),this._requireStr("--\x3e"),this._endToken([])}_consumeBogusComment(La){this._beginToken(10,La),this._endToken([]),this._consumeRawText(!1,()=>this._cursor.peek()===62),this._beginToken(11),this._cursor.advance(),this._endToken([])}_consumeCdata(La){this._beginToken(13,La),this._endToken([]),this._consumeRawText(!1,()=>this._attemptStr("]]>")),this._beginToken(14),this._requireStr("]]>"),this._endToken([])}_consumeDocType(La){this._beginToken(19,La),this._endToken([]),this._consumeRawText(!1,()=>this._cursor.peek()===62),this._beginToken(20),this._cursor.advance(),this._endToken([])}_consumePrefixAndName(La){let hl=this._cursor.clone(),fl="";for(;this._cursor.peek()!==58&&!to(this._cursor.peek());)this._cursor.advance();let yl;this._cursor.peek()===58?(fl=this._cursor.getChars(hl),this._cursor.advance(),yl=this._cursor.clone()):yl=hl,this._requireCharCodeUntilFn(La,fl===""?0:1);let Pl=this._cursor.getChars(yl);return[fl,Pl]}_consumeSingleLineComment(La){let hl=this._cursor.clone();this._attemptCharCodeUntilFn(La=>Oe(La)||La===0);let fl=this._cursor.clone(),yl=fl.getChars(hl);this._beginToken(12,La),this._endToken([yl,"single"],fl),this._attemptCharCodeUntilFn(b)}_consumeMultiLineComment(La){let hl=this._cursor.clone();this._attemptCharCodeUntilFn(La=>{if(La===0)return!0;if(La===42){let La=this._cursor.clone();return La.advance(),La.peek()===47}return!1});let fl=this._cursor.clone(),yl=fl.getChars(hl),Pl=fl;this._attemptStr("*/")&&(Pl=this._cursor.clone(),this._attemptCharCodeUntilFn(b)),this._beginToken(12,La),this._endToken([yl,"multi"],Pl)}_consumeTagOpen(La){let hl,fl,yl,Pl,Ul=[];try{if(this._selectorlessEnabled&&Mt(this._cursor.peek()))Pl=this._consumeComponentOpenStart(La),[yl,fl,hl]=Pl.parts,fl&&(yl+=`:${fl}`),hl&&(yl+=`:${hl}`),this._attemptCharCodeUntilFn(b);else{if(!Re(this._cursor.peek()))throw this._createError(Se(this._cursor.peek()),this._cursor.getSpan(La));Pl=this._consumeTagOpenStart(La),fl=Pl.parts[0],hl=yl=Pl.parts[1],this._attemptCharCodeUntilFn(b)}for(;;){if(this._allowStartTagComments){let La=this._cursor.clone();if(this._attemptStr("//")){this._consumeSingleLineComment(La);continue}if(this._attemptStr("/*")){this._consumeMultiLineComment(La);continue}}if(Ni(this._cursor.peek()))break;if(this._selectorlessEnabled&&this._cursor.peek()===64){let La=this._cursor.clone(),hl=La.clone();hl.advance(),Mt(hl.peek())&&this._consumeDirective(La,hl)}else{let La=this._consumeAttribute();Ul.push(La)}}Pl.type===35?this._consumeComponentOpenEnd():this._consumeTagOpenEnd()}catch(hl){if(hl instanceof Fw){Pl?Pl.type=Pl.type===35?39:4:(this._beginToken(5,La),this._endToken(["<"]));return}throw hl}if(this._canSelfClose&&this.tokens[this.tokens.length-1].type===2)return;let Gd=this._getTagContentType(hl,fl,this._fullNameStack.length>0,Ul);this._handleFullNameStackForTagOpen(fl,hl),Gd===0?this._consumeRawTextWithTagClose(fl,Pl,yl,!1):Gd===1&&this._consumeRawTextWithTagClose(fl,Pl,yl,!0)}_consumeRawTextWithTagClose(La,hl,fl,yl){this._consumeRawText(yl,()=>!this._attemptCharCode(60)||!this._attemptCharCode(47)||(this._attemptCharCodeUntilFn(b),!this._attemptStrCaseInsensitive(La&&hl.type!==35?`${La}:${fl}`:fl))?!1:(this._attemptCharCodeUntilFn(b),this._attemptCharCode(62))),this._beginToken(hl.type===35?38:3),this._requireCharCodeUntilFn(La=>La===62,3),this._cursor.advance(),this._endToken(hl.parts),this._handleFullNameStackForTagClose(La,fl)}_consumeTagOpenStart(La){this._beginToken(0,La);let hl=this._consumePrefixAndName(ve);return this._endToken(hl)}_consumeComponentOpenStart(La){this._beginToken(35,La);let hl=this._consumeComponentName();return this._endToken(hl)}_consumeComponentName(){let La=this._cursor.clone();for(;Pi(this._cursor.peek());)this._cursor.advance();let hl=this._cursor.getChars(La),fl="",yl="";return this._cursor.peek()===58&&(this._cursor.advance(),[fl,yl]=this._consumePrefixAndName(ve)),[hl,fl,yl]}_consumeAttribute(){let[La,hl]=this._consumeAttributeName(),fl;return this._attemptCharCodeUntilFn(b),this._attemptCharCode(61)&&(this._attemptCharCodeUntilFn(b),fl=this._consumeAttributeValue()),this._attemptCharCodeUntilFn(b),{prefix:La,name:hl,value:fl}}_consumeAttributeName(){let La=this._cursor.peek();if(La===39||La===34)throw this._createError(Se(La),this._cursor.getSpan());this._beginToken(15);let hl;if(this._openDirectiveCount>0){let La=0;hl=hl=>{if(this._openDirectiveCount>0){if(hl===40)La++;else if(hl===41){if(La===0)return!0;La--}}return ve(hl)}}else if(La===91){let La=0;hl=hl=>(hl===91?La++:hl===93&&La--,La<=0?ve(hl):Oe(hl))}else hl=ve;let fl=this._consumePrefixAndName(hl);return this._endToken(fl),fl}_consumeAttributeValue(){let La;if(this._cursor.peek()===39||this._cursor.peek()===34){let hl=this._cursor.peek();this._consumeQuote(hl);let r=()=>this._cursor.peek()===hl;La=this._consumeWithInterpolation(17,18,r,r),this._consumeQuote(hl)}else{let t=()=>ve(this._cursor.peek());La=this._consumeWithInterpolation(17,18,t,t)}return La}_consumeQuote(La){this._beginToken(16),this._requireCharCode(La),this._endToken([String.fromCodePoint(La)])}_consumeTagOpenEnd(){let La=this._attemptCharCode(47)?2:1;this._beginToken(La),this._requireCharCode(62),this._endToken([])}_consumeComponentOpenEnd(){let La=this._attemptCharCode(47)?37:36;this._beginToken(La),this._requireCharCode(62),this._endToken([])}_consumeTagClose(La){if(this._selectorlessEnabled){let hl=La.clone();for(;hl.peek()!==62&&!Mt(hl.peek());)hl.advance();if(Mt(hl.peek())){this._beginToken(38,La);let hl=this._consumeComponentName();this._attemptCharCodeUntilFn(b),this._requireCharCode(62),this._endToken(hl);return}}if(this._beginToken(3,La),this._attemptCharCodeUntilFn(b),this._allowHtmComponentClosingTags&&this._attemptCharCode(47))this._attemptCharCodeUntilFn(b),this._requireCharCode(62),this._endToken([]);else{let[La,hl]=this._consumePrefixAndName(ve);this._attemptCharCodeUntilFn(b),this._requireCharCode(62),this._endToken([La,hl]),this._handleFullNameStackForTagClose(La,hl)}}_consumeExpansionFormStart(){this._beginToken(21),this._requireCharCode(123),this._endToken([]),this._expansionCaseStack.push(21),this._beginToken(7);let La=this._readUntil(44),hl=this._processCarriageReturns(La);if(this._i18nNormalizeLineEndingsInICUs)this._endToken([hl]);else{let fl=this._endToken([La]);hl!==La&&this.nonNormalizedIcuExpressions.push(fl)}this._requireCharCode(44),this._attemptCharCodeUntilFn(b),this._beginToken(7);let fl=this._readUntil(44);this._endToken([fl]),this._requireCharCode(44),this._attemptCharCodeUntilFn(b)}_consumeExpansionCaseStart(){this._beginToken(22);let La=this._readUntil(123).trim();this._endToken([La]),this._attemptCharCodeUntilFn(b),this._beginToken(23),this._requireCharCode(123),this._endToken([]),this._attemptCharCodeUntilFn(b),this._expansionCaseStack.push(23)}_consumeExpansionCaseEnd(){this._beginToken(24),this._requireCharCode(125),this._endToken([]),this._attemptCharCodeUntilFn(b),this._expansionCaseStack.pop()}_consumeExpansionFormEnd(){this._beginToken(25),this._requireCharCode(125),this._endToken([]),this._expansionCaseStack.pop()}_consumeWithInterpolation(La,hl,fl,yl){this._beginToken(La);let Pl=[];for(;!fl();){let fl=this._cursor.clone();this._attemptStr(Zw.start)?(this._endToken([this._processCarriageReturns(Pl.join(""))],fl),Pl.length=0,this._consumeInterpolation(hl,fl,yl),this._beginToken(La)):this._cursor.peek()===38?(this._endToken([this._processCarriageReturns(Pl.join(""))]),Pl.length=0,this._consumeEntity(La),this._beginToken(La)):Pl.push(this._readChar())}this._inInterpolation=!1;let Ul=this._processCarriageReturns(Pl.join(""));return this._endToken([Ul]),Ul}_consumeInterpolation(La,hl,fl){let yl=[];this._beginToken(La,hl),yl.push(Zw.start);let Pl=this._cursor.clone(),Ul=null,Gd=!1;for(;this._cursor.peek()!==0&&(fl===null||!fl());){let La=this._cursor.clone();if(this._isTagStart()){this._cursor=La,yl.push(this._getProcessedChars(Pl,La)),this._endToken(yl);return}if(Ul===null)if(this._attemptStr(Zw.end)){yl.push(this._getProcessedChars(Pl,La)),yl.push(Zw.end),this._endToken(yl);return}else this._attemptStr("//")&&(Gd=!0);let hl=this._cursor.peek();this._cursor.advance(),hl===92?this._cursor.advance():hl===Ul?Ul=null:!Gd&&Ul===null&&Ot(hl)&&(Ul=hl)}yl.push(this._getProcessedChars(Pl,this._cursor)),this._endToken(yl)}_consumeDirective(La,hl){for(this._requireCharCode(64),this._cursor.advance();Pi(this._cursor.peek());)this._cursor.advance();this._beginToken(40,La);let fl=this._cursor.getChars(hl);if(this._endToken([fl]),this._attemptCharCodeUntilFn(b),this._cursor.peek()===40){for(this._openDirectiveCount++,this._beginToken(41),this._cursor.advance(),this._endToken([]),this._attemptCharCodeUntilFn(b);!Ni(this._cursor.peek())&&this._cursor.peek()!==41;)this._consumeAttribute();if(this._attemptCharCodeUntilFn(b),this._openDirectiveCount--,this._cursor.peek()!==41){if(this._cursor.peek()===62||this._cursor.peek()===47)return;throw this._createError(Se(this._cursor.peek()),this._cursor.getSpan(La))}this._beginToken(42),this._cursor.advance(),this._endToken([]),this._attemptCharCodeUntilFn(b)}}_getProcessedChars(La,hl){return this._processCarriageReturns(hl.getChars(La))}_isTextEnd(){return!!(this._isTagStart()||this._cursor.peek()===0||this._tokenizeIcu&&!this._inInterpolation&&(this.isExpansionFormStart()||this._cursor.peek()===125&&this._isInExpansionCase())||this._tokenizeBlocks&&!this._inInterpolation&&!this._isInExpansion()&&(this._isBlockStart()||this._isLetStart()||this._cursor.peek()===125))}_isTagStart(){if(this._cursor.peek()===60){let La=this._cursor.clone();La.advance();let hl=La.peek();if(97<=hl&&hl<=122||65<=hl&&hl<=90||hl===47||hl===33)return!0}return!1}_readUntil(La){let hl=this._cursor.clone();return this._attemptUntilChar(La),this._cursor.getChars(hl)}_isInExpansion(){return this._isInExpansionCase()||this._isInExpansionForm()}_isInExpansionCase(){return this._expansionCaseStack.length>0&&this._expansionCaseStack[this._expansionCaseStack.length-1]===23}_isInExpansionForm(){return this._expansionCaseStack.length>0&&this._expansionCaseStack[this._expansionCaseStack.length-1]===21}isExpansionFormStart(){if(this._cursor.peek()!==123)return!1;let La=this._cursor.clone(),hl=this._attemptStr(Zw.start);return this._cursor=La,!hl}_handleFullNameStackForTagOpen(La,hl){let fl=fe(La,hl);(this._fullNameStack.length===0||this._fullNameStack[this._fullNameStack.length-1]===fl)&&this._fullNameStack.push(fl)}_handleFullNameStackForTagClose(La,hl){let fl=fe(La,hl);this._fullNameStack.length!==0&&this._fullNameStack[this._fullNameStack.length-1]===fl&&this._fullNameStack.pop()}};function b(La){return!nt(La)||La===0}function ve(La){return nt(La)||La===62||La===60||La===47||La===39||La===34||La===61||La===0}function to(La){return(La<97||12257)}function ro(La){return La===59||La===0||!Ei(La)}function no(La){return La===59||La===0||!(Re(La)||Ie(La))}function io(La){return La!==125}function so(La,hl){return Li(La)===Li(hl)}function Li(La){return La>=97&&La<=122?La-97+65:La}function ao(La){return Re(La)||Ie(La)||La===95}function Ai(La){return La!==59&&b(La)}function Mt(La){return La===95||La>=65&&La<=90}function Pi(La){return Re(La)||Ie(La)||La===95}function Ni(La){return La===47||La===62||La===60||La===0}function oo(La){let hl=[],fl;for(let yl=0;yl0&&hl.indexOf(La.peek())!==-1;)fl===La&&(La=La.clone()),La.advance();let yl=this.locationFromCursor(La);return new Iw(yl,this.locationFromCursor(this),fl!==La?this.locationFromCursor(fl):yl)}getChars(La){return this.input.substring(La.state.offset,this.state.offset)}charAt(La){return this.input.charCodeAt(La)}advanceState(La){if(La.offset>=this.end)throw this.state=La,new sC('Unexpected character "EOF"',this);let hl=this.charAt(La.offset);hl===10?(La.line++,La.column=0):Oe(hl)||La.column++,La.offset++,this.updatePeek(La)}updatePeek(La){La.peek=La.offset>=this.end?0:this.charAt(La.offset)}locationFromCursor(La){return new kw(La.file,La.state.offset,La.state.line,La.state.column)}},iC=class Cr extends nC{internalState;constructor(La,hl){La instanceof Cr?(super(La),this.internalState={...La.internalState}):(super(La,hl),this.internalState=this.state)}advance(){this.state=this.internalState,super.advance(),this.processEscapeSequence()}init(){super.init(),this.processEscapeSequence()}clone(){return new Cr(this)}getChars(La){let hl=La.clone(),fl="";for(;hl.internalState.offsetthis.internalState.peek;if(t()===92)if(this.internalState={...this.state},this.advanceState(this.internalState),t()===110)this.state.peek=10;else if(t()===114)this.state.peek=13;else if(t()===118)this.state.peek=11;else if(t()===116)this.state.peek=9;else if(t()===98)this.state.peek=8;else if(t()===102)this.state.peek=12;else if(t()===117)if(this.advanceState(this.internalState),t()===123){this.advanceState(this.internalState);let La=this.clone(),hl=0;for(;t()!==125;)this.advanceState(this.internalState),hl++;this.state.peek=this.decodeHexDigits(La,hl)}else{let La=this.clone();this.advanceState(this.internalState),this.advanceState(this.internalState),this.advanceState(this.internalState),this.state.peek=this.decodeHexDigits(La,4)}else if(t()===120){this.advanceState(this.internalState);let La=this.clone();this.advanceState(this.internalState),this.state.peek=this.decodeHexDigits(La,2)}else if(Sr(t())){let La="",hl=0,fl=this.clone();for(;Sr(t())&&hl<3;)fl=this.clone(),La+=String.fromCodePoint(t()),this.advanceState(this.internalState),hl++;this.state.peek=parseInt(La,8),this.internalState=fl.internalState}else Oe(this.internalState.peek)?(this.advanceState(this.internalState),this.state=this.internalState):this.state.peek=this.internalState.peek}decodeHexDigits(La,hl){let fl=this.input.slice(La.internalState.offset,La.internalState.offset+hl),yl=parseInt(fl,16);if(isNaN(yl))throw La.state=La.internalState,new sC("Invalid hexadecimal escape sequence",La);return yl}},sC=class extends Error{msg;cursor;constructor(La,hl){super(La),this.msg=La,this.cursor=hl,Object.setPrototypeOf(this,new.target.prototype)}};var aC=class Mi extends Fw{elementName;static create(La,hl,fl){return new Mi(La,hl,fl)}constructor(La,hl,fl){super(hl,fl),this.elementName=La}},oC=class{rootNodes;errors;constructor(La,hl){this.rootNodes=La,this.errors=hl}},lC=class{getTagDefinition;constructor(La){this.getTagDefinition=La}parse(La,hl,fl,yl=!1,Pl){let s=La=>(hl,...fl)=>La(hl.toLowerCase(),...fl),Ul=yl?this.getTagDefinition:s(this.getTagDefinition),o=La=>Ul(La).getContentType(),Gd=yl?Pl:s(Pl),af=Di(La,hl,Pl?(La,hl,fl,yl)=>{let Pl=Gd(La,hl,fl,yl);return Pl!==void 0?Pl:o(La)}:o,fl),n_=fl&&fl.canSelfClose||!1,i_=fl&&fl.allowHtmComponentClosingTags||!1,p_=new cC(af.tokens,Ul,n_,i_,yl);return p_.build(),new oC(p_.rootNodes,[...af.errors,...p_.errors])}},cC=class qi{tokens;tagDefinitionResolver;canSelfClose;allowHtmComponentClosingTags;isTagNameCaseSensitive;_index=-1;_peek;_containerStack=[];rootNodes=[];errors=[];constructor(La,hl,fl,yl,Pl){this.tokens=La,this.tagDefinitionResolver=hl,this.canSelfClose=fl,this.allowHtmComponentClosingTags=yl,this.isTagNameCaseSensitive=Pl,this._advance()}build(){for(;this._peek.type!==43;)this._peek.type===0||this._peek.type===4?this._consumeElementStartTag(this._advance()):this._peek.type===3?(this._closeVoidElement(),this._consumeElementEndTag(this._advance())):this._peek.type===13?(this._closeVoidElement(),this._consumeCdata(this._advance())):this._peek.type===10?(this._closeVoidElement(),this._consumeComment(this._advance())):this._peek.type===5||this._peek.type===7||this._peek.type===6?(this._closeVoidElement(),this._consumeText(this._advance())):this._peek.type===21?this._consumeExpansion(this._advance()):this._peek.type===26?(this._closeVoidElement(),this._consumeBlockOpen(this._advance())):this._peek.type===28?(this._closeVoidElement(),this._consumeBlockClose(this._advance())):this._peek.type===30?(this._closeVoidElement(),this._consumeIncompleteBlock(this._advance())):this._peek.type===31?(this._closeVoidElement(),this._consumeLet(this._advance())):this._peek.type===19?this._consumeDocType(this._advance()):this._peek.type===34?(this._closeVoidElement(),this._consumeIncompleteLet(this._advance())):this._peek.type===35||this._peek.type===39?this._consumeComponentStartTag(this._advance()):this._peek.type===38?this._consumeComponentEndTag(this._advance()):this._advance();for(let La of this._containerStack)La instanceof qw&&this.errors.push(aC.create(La.name,La.sourceSpan,`Unclosed block "${La.name}"`))}_advance(){let La=this._peek;return this._index0)return this.errors=this.errors.concat(Pl.errors),null;let Ul=new Iw(La.sourceSpan.start,yl.sourceSpan.end,La.sourceSpan.fullStart),Gd=new Iw(hl.sourceSpan.start,yl.sourceSpan.end,hl.sourceSpan.fullStart);return new Qw(La.parts[0],Pl.rootNodes,Ul,La.sourceSpan,Gd)}_collectExpansionExpTokens(La){let hl=[],fl=[23];for(;;){if((this._peek.type===21||this._peek.type===23)&&fl.push(this._peek.type),this._peek.type===24)if(Ri(fl,23)){if(fl.pop(),fl.length===0)return hl}else return this.errors.push(aC.create(null,La.sourceSpan,"Invalid ICU message. Missing '}'.")),null;if(this._peek.type===25)if(Ri(fl,21))fl.pop();else return this.errors.push(aC.create(null,La.sourceSpan,"Invalid ICU message. Missing '}'.")),null;if(this._peek.type===43)return this.errors.push(aC.create(null,La.sourceSpan,"Invalid ICU message. Missing '}'.")),null;hl.push(this._advance())}}_getText(La){let hl=La.parts[0];if(hl.length>0&&hl[0]==`\n`){var fl;let La=this._getClosestElementLikeParent();La!=null&&La.children.length==0&&(!((fl=this._getTagDefinition(La))===null||fl===void 0)&&fl.ignoreFirstLf)&&(hl=hl.substring(1))}return hl}_consumeText(La){let hl=[La],fl=La.sourceSpan,yl=La.parts[0];if(yl.length>0&&yl[0]===`\n`){var Pl;let fl=this._getContainer();fl!=null&&fl.children.length===0&&(!((Pl=this._getTagDefinition(fl))===null||Pl===void 0)&&Pl.ignoreFirstLf)&&(yl=yl.substring(1),hl[0]={type:La.type,sourceSpan:La.sourceSpan,parts:[yl]})}for(;this._peek.type===8||this._peek.type===5||this._peek.type===9;)La=this._advance(),hl.push(La),La.type===8?yl+=La.parts.join("").replace(/&([^;]+);/g,Oi):La.type===9?yl+=La.parts[0]:yl+=La.parts.join("");if(yl.length>0){let Pl=La.sourceSpan;this._addToParent(new Rw(yl,new Iw(fl.start,Pl.end,fl.fullStart,fl.details),hl))}}_closeVoidElement(){var La;let hl=this._getContainer();hl!==null&&(!((La=this._getTagDefinition(hl))===null||La===void 0)&&La.isVoid)&&this._containerStack.pop()}_consumeElementStartTag(La){var hl;let fl=[],yl=[],Pl=[];this._consumeAttributesAndDirectives(fl,yl,Pl);let Ul=this._getElementFullName(La,this._getClosestElementLikeParent()),Gd=this._getTagDefinition(Ul),af=!1;if(this._peek.type===2){this._advance(),af=!0;let hl=this._getTagDefinition(Ul);this.canSelfClose||hl?.canSelfClose||Pe(Ul)!==null||hl?.isVoid||this.errors.push(aC.create(Ul,La.sourceSpan,`Only void, custom and foreign elements can be self closed "${La.parts[1]}"`))}else this._peek.type===1&&(this._advance(),af=!1);let n_=this._peek.sourceSpan.fullStart,i_=new Iw(La.sourceSpan.start,n_,La.sourceSpan.fullStart),p_=new Iw(La.sourceSpan.start,n_,La.sourceSpan.fullStart),w_=new Iw(La.sourceSpan.start.moveBy(1),La.sourceSpan.end),D_=new jw(Ul,fl,yl,[],af,i_,p_,void 0,w_,Gd?.isVoid??!1,void 0,Pl),I_=this._getContainer(),N_=I_!==null&&!!(!((hl=this._getTagDefinition(I_))===null||hl===void 0)&&hl.isClosedByChild(D_.name));this._pushContainer(D_,N_),af?this._popContainer(Ul,jw,i_):La.type===4&&(this._popContainer(Ul,jw,null),this.errors.push(aC.create(Ul,i_,`Opening tag "${Ul}" not terminated.`)))}_consumeComponentStartTag(La){var hl;let fl=La.parts[0],yl=[],Pl=[],Ul=[];this._consumeAttributesAndDirectives(yl,Pl,Ul);let Gd=this._getClosestElementLikeParent(),af=this._getComponentTagName(La,Gd),n_=this._getComponentFullName(La,Gd),i_=this._peek.type===37;this._advance();let p_=this._peek.sourceSpan.fullStart,w_=new Iw(La.sourceSpan.start,p_,La.sourceSpan.fullStart),D_=new $w(fl,af,n_,yl,Pl,[],i_,w_,new Iw(La.sourceSpan.start,p_,La.sourceSpan.fullStart),void 0,void 0,Ul),I_=this._getContainer(),N_=I_!==null&&D_.tagName!==null&&!!(!((hl=this._getTagDefinition(I_))===null||hl===void 0)&&hl.isClosedByChild(D_.tagName));this._pushContainer(D_,N_),i_?this._popContainer(n_,$w,w_):La.type===39&&(this._popContainer(n_,$w,null),this.errors.push(aC.create(n_,w_,`Opening tag "${n_}" not terminated.`)))}_consumeAttributesAndDirectives(La,hl,fl){for(;this._peek.type===15||this._peek.type===40||this._peek.type===12;)if(this._peek.type===40)hl.push(this._consumeDirective(this._peek));else if(this._peek.type===15)La.push(this._consumeAttr(this._advance()));else{let La=this._advance();fl.push(new Mw(La.parts[0],La.parts[1],La.sourceSpan))}}_consumeComponentEndTag(La){let hl=this._getComponentFullName(La,this._getClosestElementLikeParent());if(!this._popContainer(hl,$w,La.sourceSpan)){let fl=this._containerStack[this._containerStack.length-1],yl;fl instanceof $w&&fl.componentName===La.parts[0]?yl=`, did you mean "${fl.fullName}"?`:yl=". It may happen when the tag has already been closed by another tag.";let Pl=`Unexpected closing tag "${hl}"${yl}`;this.errors.push(aC.create(hl,La.sourceSpan,Pl))}}_getTagDefinition(La){return typeof La=="string"?this.tagDefinitionResolver(La):La instanceof jw?this.tagDefinitionResolver(La.name):La instanceof $w&&La.tagName!==null?this.tagDefinitionResolver(La.tagName):null}_pushContainer(La,hl){hl&&this._containerStack.pop(),this._addToParent(La),this._containerStack.push(La)}_consumeElementEndTag(La){var hl;let fl=this.allowHtmComponentClosingTags&&La.parts.length===0?null:this._getElementFullName(La,this._getClosestElementLikeParent());if(fl&&(!((hl=this._getTagDefinition(fl))===null||hl===void 0)&&hl.isVoid))this.errors.push(aC.create(fl,La.sourceSpan,`Void elements do not have end tags "${La.parts[1]}"`));else if(!this._popContainer(fl,jw,La.sourceSpan)){let hl=`Unexpected closing tag "${fl}". It may happen when the tag has already been closed by another tag. For more info see https://www.w3.org/TR/html5/syntax.html#closing-elements-that-have-implied-end-tags`;this.errors.push(aC.create(fl,La.sourceSpan,hl))}}_popContainer(La,hl,fl){let yl=!1;for(let Ul=this._containerStack.length-1;Ul>=0;Ul--){var Pl;let Gd=this._containerStack[Ul],af=Gd instanceof $w?Gd.fullName:Gd.name;if(Pe(af)?af===La:(af===La||La===null)&&Gd instanceof hl)return Gd.endSourceSpan=fl,Gd.sourceSpan.end=fl!==null?fl.end:Gd.sourceSpan.end,this._containerStack.splice(Ul,this._containerStack.length-Ul),!yl;(Gd instanceof qw||!(!((Pl=this._getTagDefinition(Gd))===null||Pl===void 0)&&Pl.closedByParent))&&(yl=!0)}return!1}_consumeAttr(La){let hl=fe(La.parts[0],La.parts[1]),fl=La.sourceSpan.end,yl;this._peek.type===16&&(yl=this._advance());let Pl="",Ul=[],Gd,af;if(this._peek.type===17)for(Gd=this._peek.sourceSpan,af=this._peek.sourceSpan.end;this._peek.type===17||this._peek.type===18||this._peek.type===9;){let La=this._advance();Ul.push(La),La.type===18?Pl+=La.parts.join("").replace(/&([^;]+);/g,Oi):La.type===9?Pl+=La.parts[0]:Pl+=La.parts.join(""),af=fl=La.sourceSpan.end}this._peek.type===16&&(af=fl=this._advance().sourceSpan.end);let n_=Gd&&af&&new Iw(yl?.sourceSpan.start??Gd.start,af,yl?.sourceSpan.fullStart??Gd.fullStart);return new Lw(hl,Pl,new Iw(La.sourceSpan.start,fl,La.sourceSpan.fullStart),La.sourceSpan,n_,Ul.length>0?Ul:void 0,void 0)}_consumeDirective(La){let hl=[],fl=La.sourceSpan.end,yl=null;if(this._advance(),this._peek.type===41){for(fl=this._peek.sourceSpan.end,this._advance();this._peek.type===15;)hl.push(this._consumeAttr(this._advance()));this._peek.type===42?(yl=this._peek.sourceSpan,this._advance()):this.errors.push(aC.create(null,La.sourceSpan,"Unterminated directive definition"))}let Pl=new Iw(La.sourceSpan.start,fl,La.sourceSpan.fullStart),Ul=new Iw(Pl.start,yl===null?La.sourceSpan.end:yl.end,Pl.fullStart);return new Jw(La.parts[0],hl,Ul,Pl,yl)}_consumeBlockOpen(La){let hl=[];for(;this._peek.type===29;){let La=this._advance();hl.push(new Hw(La.parts[0],La.sourceSpan))}this._peek.type===27&&this._advance();let fl=this._peek.sourceSpan.fullStart,yl=new Iw(La.sourceSpan.start,fl,La.sourceSpan.fullStart),Pl=new Iw(La.sourceSpan.start,fl,La.sourceSpan.fullStart),Ul=new qw(La.parts[0],hl,[],yl,La.sourceSpan,Pl);this._pushContainer(Ul,!1)}_consumeBlockClose(La){let hl=this._containerStack.length,fl=this._containerStack[hl-1];if(!this._popContainer(null,qw,La.sourceSpan)){if(this._containerStack.length element? If you meant to write the \`}\` character, you should use the "}" HTML entity instead.`));return}this.errors.push(aC.create(null,La.sourceSpan,'Unexpected closing block. The block may have been closed earlier. If you meant to write the `}` character, you should use the "}" HTML entity instead.'))}}_consumeIncompleteBlock(La){let hl=[];for(;this._peek.type===29;){let La=this._advance();hl.push(new Hw(La.parts[0],La.sourceSpan))}let fl=this._peek.sourceSpan.fullStart,yl=new Iw(La.sourceSpan.start,fl,La.sourceSpan.fullStart),Pl=new Iw(La.sourceSpan.start,fl,La.sourceSpan.fullStart),Ul=new qw(La.parts[0],hl,[],yl,La.sourceSpan,Pl);this._pushContainer(Ul,!1),this._popContainer(null,qw,null),this.errors.push(aC.create(La.parts[0],yl,`Incomplete block "${La.parts[0]}". If you meant to write the @ character, you should use the "@" HTML entity instead.`))}_consumeLet(La){let hl=La.parts[0],fl,yl;if(this._peek.type!==32){this.errors.push(aC.create(La.parts[0],La.sourceSpan,`Invalid @let declaration "${hl}". Declaration must have a value.`));return}else fl=this._advance();if(this._peek.type!==33){this.errors.push(aC.create(La.parts[0],La.sourceSpan,`Unterminated @let declaration "${hl}". Declaration must be terminated with a semicolon.`));return}else yl=this._advance();let Pl=yl.sourceSpan.end,Ul=new Iw(La.sourceSpan.start,Pl,La.sourceSpan.fullStart),Gd=La.sourceSpan.toString().lastIndexOf(hl),af=new Iw(La.sourceSpan.start.moveBy(Gd),La.sourceSpan.end),n_=new Vw(hl,fl.parts[0],Ul,af,fl.sourceSpan);this._addToParent(n_)}_consumeIncompleteLet(La){let hl=La.parts[0]??"",fl=hl?` "${hl}"`:"";if(hl.length>0){let fl=La.sourceSpan.toString().lastIndexOf(hl),yl=new Iw(La.sourceSpan.start.moveBy(fl),La.sourceSpan.end),Pl=new Iw(La.sourceSpan.start,La.sourceSpan.start.moveBy(0)),Ul=new Vw(hl,"",La.sourceSpan,yl,Pl);this._addToParent(Ul)}this.errors.push(aC.create(La.parts[0],La.sourceSpan,`Incomplete @let declaration${fl}. @let declarations must be written as \`@let = ;\``))}_getContainer(){return this._containerStack.length>0?this._containerStack[this._containerStack.length-1]:null}_getClosestElementLikeParent(){for(let La=this._containerStack.length-1;La>-1;La--){let hl=this._containerStack[La];if(hl instanceof jw||hl instanceof $w)return hl}return null}_addToParent(La){let hl=this._getContainer();hl===null?this.rootNodes.push(La):hl.children.push(La)}_getElementFullName(La,hl){return fe(this._getPrefix(La,hl),La.parts[1])}_getComponentFullName(La,hl){let fl=La.parts[0],yl=this._getComponentTagName(La,hl);return yl===null?fl:yl.startsWith(":")?fl+yl:`${fl}:${yl}`}_getComponentTagName(La,hl){let fl=this._getPrefix(La,hl),yl=La.parts[2];return!fl&&!yl?null:!fl&&yl?yl:fe(fl,yl||"ng-component")}_getPrefix(La,hl){var fl;let yl,Pl;if(La.type===35||La.type===39||La.type===38?(yl=La.parts[1],Pl=La.parts[2]):(yl=La.parts[0],Pl=La.parts[1]),yl=yl||((fl=this._getTagDefinition(Pl))===null||fl===void 0?void 0:fl.implicitNamespacePrefix)||"",!yl&&hl){let La=hl instanceof jw?hl.name:hl.tagName;if(La!==null){let hl=Z(La)[1],fl=this._getTagDefinition(hl);fl!==null&&!fl.preventNamespaceInheritance&&(yl=Pe(La))}}return yl}};function Ri(La,hl){return La.length>0&&La[La.length-1]===hl}function Oi(La,hl){return zw[hl]!==void 0?zw[hl]||La:/^#x[a-f0-9]+$/i.test(hl)?String.fromCodePoint(parseInt(hl.slice(2),16)):/^#\d+$/.test(hl)?String.fromCodePoint(parseInt(hl.slice(1),10)):La}var uC=class extends lC{constructor(){super(Ne)}parse(La,hl,fl,yl=!1,Pl){return super.parse(La,hl,fl,yl,Pl)}};var pC;function Bt(La,hl={}){let{canSelfClose:fl=!1,allowHtmComponentClosingTags:yl=!1,allowStartTagComments:Pl=!1,isTagNameCaseSensitive:Ul=!1,getTagContentType:Gd,tokenizeAngularBlocks:af=!1,tokenizeAngularLetDeclaration:n_=!1,enableAngularSelectorlessSyntax:i_=!1}=hl;return pC??(pC=new uC),pC.parse(La,"angular-html-parser",{tokenizeExpansionForms:af,canSelfClose:fl,allowHtmComponentClosingTags:yl,allowStartTagComments:Pl,tokenizeBlocks:af,tokenizeLet:n_,selectorlessEnabled:i_},Ul,Gd)}var dC=[mo,fo,_o,vo,Co,wo,ko,bo,To,So];function ho(La,hl){for(let fl of dC)fl(La,hl);return La}function mo(La){La.walk(La=>{if(La.kind==="element"&&La.tagDefinition.ignoreFirstLf&&La.children.length>0&&La.children[0].kind==="text"&&La.children[0].value[0]===`\n`){let hl=La.children[0];hl.value.length===1?La.removeChild(hl):hl.value=hl.value.slice(1)}})}function fo(La){let t=La=>La.kind==="element"&&La.prev?.kind==="ieConditionalStartComment"&&La.prev.sourceSpan.end.offset===La.startSourceSpan.start.offset&&La.firstChild?.kind==="ieConditionalEndComment"&&La.firstChild.sourceSpan.start.offset===La.startSourceSpan.end.offset;La.walk(La=>{if(La.children)for(let hl=0;hl{if(La.children)for(let yl=0;ylLa.kind==="cdata",La=>``)}function So(La){let t=La=>La.kind==="element"&&La.attrs.length===0&&!jA(La.startTagComments)&&La.children.length===1&&La.firstChild.kind==="text"&&!IA.hasWhitespaceCharacter(La.children[0].value)&&!La.firstChild.hasLeadingSpaces&&!La.firstChild.hasTrailingSpaces&&La.isLeadingSpaceSensitive&&!La.hasLeadingSpaces&&La.isTrailingSpaceSensitive&&!La.hasTrailingSpaces&&La.prev?.kind==="text"&&La.next?.kind==="text";La.walk(La=>{if(La.children)for(let hl=0;hl`+fl.firstChild.value+``+Pl.value,yl.sourceSpan=new Iw(yl.sourceSpan.start,Pl.sourceSpan.end),yl.isTrailingSpaceSensitive=Pl.isTrailingSpaceSensitive,yl.hasTrailingSpaces=Pl.hasTrailingSpaces,La.removeChild(fl),hl--,La.removeChild(Pl)}})}function vo(La,hl){if(hl.parser==="html")return;let fl=/\{\{(.+?)\}\}/s;La.walk(La=>{if(rn(La,hl))for(let hl of La.children){if(hl.kind!=="text")continue;let yl=hl.sourceSpan.start,Pl,Ul=hl.value.split(fl);for(let fl=0;fl0&&La.insertChildBefore(hl,{kind:"text",value:Gd,sourceSpan:new Iw(yl,Pl)});continue}Pl=yl.moveBy(Gd.length+4),La.insertChildBefore(hl,{kind:"interpolation",sourceSpan:new Iw(yl,Pl),children:Gd.length===0?[]:[{kind:"text",value:Gd,sourceSpan:new Iw(yl.moveBy(2),Pl.moveBy(-2))}]})}La.removeChild(hl)}})}function Co(La,hl){La.walk(La=>{let fl=La.$children;if(!fl)return;if(fl.length===0||fl.length===1&&fl[0].kind==="text"&&IA.trim(fl[0].value).length===0){La.hasDanglingSpaces=fl.length>0,La.$children=[];return}let yl=nn(La,hl),Pl=tr(La);if(!yl)for(let hl=0;hl{La.isSelfClosing=!La.children||La.kind==="element"&&(La.tagDefinition.isVoid||La.endSourceSpan&&La.startSourceSpan.start===La.endSourceSpan.start&&La.startSourceSpan.end===La.endSourceSpan.end)})}function bo(La,hl){La.walk(La=>{La.kind==="element"&&(La.hasHtmComponentClosingTag=La.endSourceSpan&&/^<\s*\/\s*\/\s*>$/.test(hl.originalText.slice(La.endSourceSpan.start.offset,La.endSourceSpan.end.offset)))})}function wo(La,hl){La.walk(La=>{La.cssDisplay=fn(La,hl)})}function To(La,hl){La.walk(La=>{let{children:fl}=La;if(fl){if(fl.length===0){La.isDanglingSpaceSensitive=on(La,hl);return}for(let La of fl)La.isLeadingSpaceSensitive=sn(La,hl),La.isTrailingSpaceSensitive=an(La,hl);for(let La=0;La of opening tags on the last line instead of on a new line."},singleAttributePerLine:{category:"Common",type:"boolean",default:!1,description:"Enforce single attribute per line in HTML, Vue and JSX."}};var AC="HTML",yC={bracketSameLine:gC.bracketSameLine,htmlWhitespaceSensitivity:{category:AC,type:"choice",default:"css",description:"How to handle whitespaces in HTML.",choices:[{value:"css",description:"Respect the default value of CSS display property."},{value:"strict",description:"Whitespaces are considered sensitive."},{value:"ignore",description:"Whitespaces are considered insensitive."}]},singleAttributePerLine:gC.singleAttributePerLine,vueIndentScriptAndStyle:{category:AC,type:"boolean",default:!1,description:"Indent script and style tags in Vue files."}},bC=yC;var vC={};Ir(vC,{angular:()=>MC,html:()=>OC,lwc:()=>UC,mjml:()=>LC,vue:()=>jC});function Lo(La,hl){let fl=new SyntaxError(La+" ("+hl.loc.start.line+":"+hl.loc.start.column+")");return Object.assign(fl,hl)}var EC=Lo;var wC={canSelfClose:!0,normalizeTagName:!1,normalizeAttributeName:!1,allowHtmComponentClosingTags:!1,allowStartTagComments:!1,isTagNameCaseSensitive:!1,shouldParseFrontMatter:!0};function qt(La){return{...wC,...La}}function Tr(La){let{canSelfClose:hl,allowHtmComponentClosingTags:fl,allowStartTagComments:yl,isTagNameCaseSensitive:Pl,shouldParseAsRawText:Ul,tokenizeAngularBlocks:Gd,tokenizeAngularLetDeclaration:af}=La;return{canSelfClose:hl,allowHtmComponentClosingTags:fl,allowStartTagComments:yl,isTagNameCaseSensitive:Pl,getTagContentType:Ul?(...La)=>Ul(...La)?cw.RAW_TEXT:void 0:void 0,tokenizeAngularBlocks:Gd,tokenizeAngularLetDeclaration:af}}var CC=new Map([["*",new Set(["accesskey","autocapitalize","autocorrect","autofocus","class","contenteditable","dir","draggable","enterkeyhint","exportparts","hidden","id","inert","inputmode","is","itemid","itemprop","itemref","itemscope","itemtype","lang","nonce","part","popover","slot","spellcheck","style","tabindex","title","translate","writingsuggestions"])],["a",new Set(["charset","coords","download","href","hreflang","name","ping","referrerpolicy","rel","rev","shape","target","type"])],["applet",new Set(["align","alt","archive","code","codebase","height","hspace","name","object","vspace","width"])],["area",new Set(["alt","coords","download","href","hreflang","nohref","ping","referrerpolicy","rel","shape","target","type"])],["audio",new Set(["autoplay","controls","crossorigin","loop","muted","preload","src"])],["base",new Set(["href","target"])],["basefont",new Set(["color","face","size"])],["blockquote",new Set(["cite"])],["body",new Set(["alink","background","bgcolor","link","text","vlink"])],["br",new Set(["clear"])],["button",new Set(["command","commandfor","disabled","form","formaction","formenctype","formmethod","formnovalidate","formtarget","name","popovertarget","popovertargetaction","type","value"])],["canvas",new Set(["height","width"])],["caption",new Set(["align"])],["col",new Set(["align","char","charoff","span","valign","width"])],["colgroup",new Set(["align","char","charoff","span","valign","width"])],["data",new Set(["value"])],["del",new Set(["cite","datetime"])],["details",new Set(["name","open"])],["dialog",new Set(["closedby","open"])],["dir",new Set(["compact"])],["div",new Set(["align"])],["dl",new Set(["compact"])],["embed",new Set(["height","src","type","width"])],["fieldset",new Set(["disabled","form","name"])],["font",new Set(["color","face","size"])],["form",new Set(["accept","accept-charset","action","autocomplete","enctype","method","name","novalidate","target"])],["frame",new Set(["frameborder","longdesc","marginheight","marginwidth","name","noresize","scrolling","src"])],["frameset",new Set(["cols","rows"])],["h1",new Set(["align"])],["h2",new Set(["align"])],["h3",new Set(["align"])],["h4",new Set(["align"])],["h5",new Set(["align"])],["h6",new Set(["align"])],["head",new Set(["profile"])],["hr",new Set(["align","noshade","size","width"])],["html",new Set(["manifest","version"])],["iframe",new Set(["align","allow","allowfullscreen","allowpaymentrequest","allowusermedia","frameborder","height","loading","longdesc","marginheight","marginwidth","name","referrerpolicy","sandbox","scrolling","src","srcdoc","width"])],["img",new Set(["align","alt","border","crossorigin","decoding","fetchpriority","height","hspace","ismap","loading","longdesc","name","referrerpolicy","sizes","src","srcset","usemap","vspace","width"])],["input",new Set(["accept","align","alpha","alt","autocomplete","checked","colorspace","dirname","disabled","form","formaction","formenctype","formmethod","formnovalidate","formtarget","height","ismap","list","max","maxlength","min","minlength","multiple","name","pattern","placeholder","popovertarget","popovertargetaction","readonly","required","size","src","step","type","usemap","value","width"])],["ins",new Set(["cite","datetime"])],["isindex",new Set(["prompt"])],["label",new Set(["for","form"])],["legend",new Set(["align"])],["li",new Set(["type","value"])],["link",new Set(["as","blocking","charset","color","crossorigin","disabled","fetchpriority","href","hreflang","imagesizes","imagesrcset","integrity","media","referrerpolicy","rel","rev","sizes","target","type"])],["map",new Set(["name"])],["menu",new Set(["compact"])],["meta",new Set(["charset","content","http-equiv","media","name","scheme"])],["meter",new Set(["high","low","max","min","optimum","value"])],["object",new Set(["align","archive","border","classid","codebase","codetype","data","declare","form","height","hspace","name","standby","type","typemustmatch","usemap","vspace","width"])],["ol",new Set(["compact","reversed","start","type"])],["optgroup",new Set(["disabled","label"])],["option",new Set(["disabled","label","selected","value"])],["output",new Set(["for","form","name"])],["p",new Set(["align"])],["param",new Set(["name","type","value","valuetype"])],["pre",new Set(["width"])],["progress",new Set(["max","value"])],["q",new Set(["cite"])],["script",new Set(["async","blocking","charset","crossorigin","defer","fetchpriority","integrity","language","nomodule","referrerpolicy","src","type"])],["select",new Set(["autocomplete","disabled","form","multiple","name","required","size"])],["slot",new Set(["name"])],["source",new Set(["height","media","sizes","src","srcset","type","width"])],["style",new Set(["blocking","media","type"])],["table",new Set(["align","bgcolor","border","cellpadding","cellspacing","frame","rules","summary","width"])],["tbody",new Set(["align","char","charoff","valign"])],["td",new Set(["abbr","align","axis","bgcolor","char","charoff","colspan","headers","height","nowrap","rowspan","scope","valign","width"])],["template",new Set(["shadowrootclonable","shadowrootcustomelementregistry","shadowrootdelegatesfocus","shadowrootmode","shadowrootserializable"])],["textarea",new Set(["autocomplete","cols","dirname","disabled","form","maxlength","minlength","name","placeholder","readonly","required","rows","wrap"])],["tfoot",new Set(["align","char","charoff","valign"])],["th",new Set(["abbr","align","axis","bgcolor","char","charoff","colspan","headers","height","nowrap","rowspan","scope","valign","width"])],["thead",new Set(["align","char","charoff","valign"])],["time",new Set(["datetime"])],["tr",new Set(["align","bgcolor","char","charoff","valign"])],["track",new Set(["default","kind","label","src","srclang"])],["ul",new Set(["compact","type"])],["video",new Set(["autoplay","controls","crossorigin","height","loop","muted","playsinline","poster","preload","src","width"])]]);var xC=new Set(["a","abbr","acronym","address","applet","area","article","aside","audio","b","base","basefont","bdi","bdo","bgsound","big","blink","blockquote","body","br","button","canvas","caption","center","cite","code","col","colgroup","command","content","data","datalist","dd","del","details","dfn","dialog","dir","div","dl","dt","em","embed","fencedframe","fieldset","figcaption","figure","font","footer","form","frame","frameset","geolocation","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","i","iframe","image","img","input","ins","isindex","kbd","keygen","label","legend","li","link","listing","main","map","mark","marquee","math","menu","menuitem","meta","meter","multicol","nav","nextid","nobr","noembed","noframes","noscript","object","ol","optgroup","option","output","p","param","picture","plaintext","pre","progress","q","rb","rbc","rp","rt","rtc","ruby","s","samp","script","search","section","select","selectedcontent","shadow","slot","small","source","spacer","span","strike","strong","style","sub","summary","sup","svg","table","tbody","td","template","textarea","tfoot","th","thead","time","title","tr","track","tt","u","ul","var","video","wbr","xmp"]);var DC={attrs:!0,children:!0,cases:!0,expression:!0},SC=new Set(["parent"]),kC,TC,IC,BC=class Me{constructor(La={}){Rr(this,kC);zt(this,"kind");zt(this,"parent");for(let hl of new Set([...SC,...Object.keys(La)]))this.setProperty(hl,La[hl]);if($A(La))for(let hl of Object.getOwnPropertySymbols(La))this.setProperty(hl,La[hl])}setProperty(La,hl){if(this[La]!==hl){if(La in DC&&(hl=hl.map(La=>this.createChild(La))),!SC.has(La)){this[La]=hl;return}Object.defineProperty(this,La,{value:hl,enumerable:!1,configurable:!0})}}map(La){let hl;for(let fl in DC){let yl=this[fl];if(yl){let Pl=Po(yl,hl=>hl.map(La));hl!==yl&&(hl??(hl=new Me({parent:this.parent})),hl.setProperty(fl,Pl))}}if(hl)for(let La in this)La in DC||(hl[La]=this[La]);return La(hl||this)}walk(La){for(let hl in DC){let fl=this[hl];if(fl)for(let hl=0;hl[La.fullName,La.value]))}};kC=new WeakSet,TC=function(){return this.kind==="angularIcuCase"?"expression":this.kind==="angularIcuExpression"?"cases":"children"},IC=function(){return this.parent?.$children??[]};var FC=BC;function Po(La,hl){let fl=La.map(hl);return fl.some((hl,fl)=>hl!==La[fl])?fl:La}var PC=[{regex:/^(?\[if(?[^\]]*)\]>)(?.*?)[^\]]*)\]>{try{return[!0,fl(Ul,n_).children]}catch{return[!1,[{kind:"text",value:Ul,sourceSpan:new Iw(n_,i_)}]]}})();return{kind:"ieConditionalComment",complete:p_,children:w_,condition:af(0,Pl.trim(),/\s+/g," "),sourceSpan:La.sourceSpan,startSourceSpan:new Iw(La.sourceSpan.start,n_),endSourceSpan:new Iw(i_,La.sourceSpan.end)}}function Io(La,hl){let{condition:fl}=hl.groups;return{kind:"ieConditionalStartComment",condition:af(0,fl.trim(),/\s+/g," "),sourceSpan:La.sourceSpan}}function Ro(La){return{kind:"ieConditionalEndComment",sourceSpan:La.sourceSpan}}var RC=class extends Ww{visitExpansionCase(La,hl){hl.parseOptions.name==="angular"&&this.visitChildren(hl,hl=>{hl(La.expression)})}visit(La,{parseOptions:hl}){qo(La),Ho(La,hl),Vo(La,hl),Fo(La)}};function Xi(La,hl,fl,yl){let Pl=fl.name==="angular";Rt(new RC,La.children,{parseOptions:fl}),hl&&La.children.unshift(hl);let Ul=new FC(La);return Ul.walk(La=>{if(La.kind==="comment"){let hl=Yi(La,yl);hl&&La.parent.replaceChild(La,hl)}else Pl&&La.kind==="element"&&La.comments&&(La.startTagComments=La.comments,delete La.comments);Pl&&(Oo(La),Mo(La),Bo(La))}),Ul}function Oo(La){if(La.kind==="block"){if(La.name=af(0,La.name.toLowerCase(),/\s+/g," ").trim(),La.kind="angularControlFlowBlock",!jA(La.parameters)){delete La.parameters;return}for(let hl of La.parameters)hl.kind="angularControlFlowBlockParameter";La.parameters={kind:"angularControlFlowBlockParameters",children:La.parameters,sourceSpan:new Iw(La.parameters[0].sourceSpan.start,i_(0,La.parameters,-1).sourceSpan.end)}}}function Mo(La){La.kind==="letDeclaration"&&(La.kind="angularLetDeclaration",La.id=La.name,La.init={kind:"angularLetDeclarationInitializer",sourceSpan:new Iw(La.valueSpan.start,La.valueSpan.end),value:La.value},delete La.name,delete La.value)}function Bo(La){La.kind==="expansion"&&(La.kind="angularIcuExpression"),La.kind==="expansionCase"&&(La.kind="angularIcuCase")}function Ki(La,hl){let fl=La.toLowerCase();return hl(fl)?fl:La}function Qi(La){let hl=La.name.startsWith(":")?La.name.slice(1).split(":",1)[0]:null,fl=La.nameSpan.toString(),yl=hl!==null&&fl.startsWith(`${hl}:`),Pl=yl?fl.slice(hl.length+1):fl;La.name=Pl,La.namespace=hl,La.hasExplicitNamespace=yl}function qo(La){switch(La.kind){case"element":Qi(La);for(let hl of La.attrs)Qi(hl),hl.valueSpan?(hl.value=hl.valueSpan.toString(),/["']/.test(hl.value[0])&&(hl.value=hl.value.slice(1,-1))):hl.value=null;break;case"comment":La.value=La.sourceSpan.toString().slice(4,-3);break;case"text":La.value=La.sourceSpan.toString();break}}function Ho(La,hl){if(La.kind==="element"){let fl=Ne(hl.isTagNameCaseSensitive?La.name:La.name.toLowerCase());!La.namespace||La.namespace===fl.implicitNamespacePrefix||XA(La)?La.tagDefinition=fl:La.tagDefinition=Ne("")}}function Fo(La){La.sourceSpan&&La.endSourceSpan&&(La.sourceSpan=new Iw(La.sourceSpan.start,La.endSourceSpan.end))}function Vo(La,hl){if(La.kind==="element"&&(hl.normalizeTagName&&(!La.namespace||La.namespace===La.tagDefinition.implicitNamespacePrefix||XA(La))&&(La.name=Ki(La.name,La=>xC.has(La))),hl.normalizeAttributeName))for(let hl of La.attrs)hl.namespace||(hl.name=Ki(hl.name,hl=>CC.has(La.name)&&(CC.get("*").has(hl)||CC.get(La.name).has(hl))))}function Ar(La,hl){let{rootNodes:fl,errors:yl}=Bt(La,Tr(hl));return yl.length>0&&Lr(yl[0]),{parseOptions:hl,rootNodes:fl}}function Ji(La,hl){let fl=Tr(hl),{rootNodes:yl,errors:Pl}=Bt(La,fl);if(yl.some(La=>La.kind==="docType"&&La.value==="html"||La.kind==="element"&&La.name.toLowerCase()==="html"))return Ar(La,NC);let Ul,o=()=>Ul??(Ul=Bt(La,{...fl,getTagContentType:void 0})),l=La=>{let{offset:hl}=La.startSourceSpan.start;return o().rootNodes.find(La=>La.kind==="element"&&La.startSourceSpan.start.offset===hl)??La};for(let[La,hl]of yl.entries())if(hl.kind==="element"){if(hl.isVoid)Pl=o().errors,yl[La]=l(hl);else if(Uo(hl)){let{endSourceSpan:fl,startSourceSpan:Pl}=hl,Ul=o().errors.find(La=>La.span.start.offset>Pl.start.offset&&La.span.start.offset0&&Lr(Pl[0]),{parseOptions:hl,rootNodes:yl}}function Uo(La){if(La.kind!=="element"||La.name!=="template")return!1;let hl=La.attrs.find(La=>La.name==="lang")?.value;return!hl||hl==="html"}function Lr(La){let{msg:hl,span:{start:fl,end:yl}}=La;throw EC(hl,{loc:{start:{line:fl.line+1,column:fl.col+1},end:{line:yl.line+1,column:yl.col+1}},cause:La})}function Wo(La,hl,fl,yl,Pl,Ul){let{offset:Gd}=yl,af=JA(hl.slice(0,Gd))+fl,n_=Pr(af,La,{...Pl,shouldParseFrontMatter:!1},Ul);n_.sourceSpan=new Iw(yl,i_(0,n_.children,-1).sourceSpan.end);let p_=n_.children[0];return p_.length===Gd?n_.children.shift():(p_.sourceSpan=new Iw(p_.sourceSpan.start.moveBy(Gd),p_.sourceSpan.end),p_.value=p_.value.slice(Gd)),n_}function Pr(La,hl,fl,yl={}){let{frontMatter:Pl,content:Ul}=fl.shouldParseFrontMatter?VA(La):{content:La},Gd=new Tw(La,yl.filepath),af=new kw(Gd,0,0,0),n_=af.moveBy(La.length),{parseOptions:i_,rootNodes:p_}=hl(Ul,fl),w_={kind:"root",sourceSpan:new Iw(af,n_),children:p_},D_;if(Pl){let[La,hl]=[Pl.start,Pl.end].map(La=>new kw(Gd,La.index,La.line-1,La.column));D_={...Pl,kind:"frontMatter",sourceSpan:new Iw(La,hl)}}return Xi(w_,D_,i_,(fl,Pl)=>Wo(hl,La,fl,Pl,i_,yl))}var NC=qt({name:"html",normalizeTagName:!0,normalizeAttributeName:!0,allowHtmComponentClosingTags:!0});function st(La){let hl=qt(La),fl=hl.name==="vue"?Ji:Ar;return{parse:(La,yl)=>Pr(La,fl,hl,yl),hasPragma:Jn,hasIgnorePragma:Zn,astFormat:"html",locStart:F,locEnd:J}}var OC=st(NC),QC=new Set(["mj-style","mj-raw"]),LC=st({...NC,name:"mjml",shouldParseAsRawText:La=>QC.has(La)}),MC=st({name:"angular",tokenizeAngularBlocks:!0,tokenizeAngularLetDeclaration:!0,allowStartTagComments:!0}),jC=st({name:"vue",isTagNameCaseSensitive:!0,shouldParseAsRawText(La,hl,fl,yl){return La.toLowerCase()!=="html"&&!fl&&(La!=="template"||yl.some(({name:La,value:hl})=>La==="lang"&&hl!=="html"&&hl!==""&&hl!==void 0))}}),UC=st({name:"lwc",canSelfClose:!1});var GC={html:_C};return is(Pl)})},45548:La=>{(function(hl){function e(){var La=hl();return La.default||La}if(true)La.exports=e();else{var fl}})(function(){"use strict";var La=Object.create;var hl=Object.defineProperty;var fl=Object.getOwnPropertyDescriptor;var yl=Object.getOwnPropertyNames;var Pl=Object.getPrototypeOf,Ul=Object.prototype.hasOwnProperty;var q=(La,hl)=>()=>{try{return hl||La((hl={exports:{}}).exports,hl),hl.exports}catch(La){throw hl=0,La}},Or=(La,fl)=>{for(var yl in fl)hl(La,yl,{get:fl[yl],enumerable:!0})},xu=(La,Pl,Gd,af)=>{if(Pl&&typeof Pl=="object"||typeof Pl=="function")for(let n_ of yl(Pl))!Ul.call(La,n_)&&n_!==Gd&&hl(La,n_,{get:()=>Pl[n_],enumerable:!(af=fl(Pl,n_))||af.enumerable});return La};var At=(fl,yl,Ul)=>(Ul=fl!=null?La(Pl(fl)):{},xu(yl||!fl||!fl.__esModule?hl(Ul,"default",{value:fl,enumerable:!0}):Ul,fl)),pm=La=>xu(hl({},"__esModule",{value:!0}),La);var Gd=q((La,hl)=>{"use strict";hl.exports=wg;var fl=9,yl=10,Pl=32,Ul=33,Gd=58,af=91,n_=92,i_=93,p_=94,w_=96,D_=4,I_=1024;function wg(La){var hl=this.Parser,fl=this.Compiler;Cg(hl)&&vg(hl,La),yg(fl)&&Ag(fl)}function Cg(La){return!!(La&&La.prototype&&La.prototype.blockTokenizers)}function yg(La){return!!(La&&La.prototype&&La.prototype.visitors)}function vg(La,hl){for(var N_=hl||{},_m=La.prototype,pg=_m.blockTokenizers,mg=_m.inlineTokenizers,gg=_m.blockMethods,eA=_m.inlineMethods,tA=pg.definition,rA=mg.reference,nA=[],iA=-1,sA=gg.length,aA;++iAD_&&(cA=void 0,uA=mg);else{if(cA0&&(dA=pA[_m-1],dA.contentStart===dA.contentEnd);)_m--;for(sA=La(hl.slice(0,dA.contentEnd));++mg<_m;)dA=pA[mg],N_[iA.line+mg]=(N_[iA.line+mg]||0)+(dA.contentStart-dA.start),gg.push(hl.slice(dA.contentStart,dA.end));return aA=n_.enterBlock(),oA=n_.tokenizeBlock(gg.join(""),iA),aA(),sA({type:"footnoteDefinition",identifier:eA.toLowerCase(),label:eA,children:oA})}}}function x(La,hl,Ul){var Gd=hl.length+1,n_=0,w_,D_,I_,N_;if(hl.charCodeAt(n_++)===af&&hl.charCodeAt(n_++)===p_){for(D_=n_;n_{La.isRemarkParser=Sg;La.isRemarkCompiler=Lg;function Sg(La){return!!(La&&La.prototype&&La.prototype.blockTokenizers)}function Lg(La){return!!(La&&La.prototype&&La.prototype.visitors)}});var n_=q((La,hl)=>{var fl=af();hl.exports=_g;var yl=9,Pl=32,Ul=36,Gd=48,n_=57,i_=92,p_=["math","math-inline"],w_="math-display";function _g(La){let hl=this.Parser,yl=this.Compiler;fl.isRemarkParser(hl)&&Pg(hl,La),fl.isRemarkCompiler(yl)&&Og(yl,La)}function Pg(La,hl){let fl=La.prototype,af=fl.inlineMethods;u.locator=a,fl.inlineTokenizers.math=u,af.splice(af.indexOf("text"),0,"math");function a(La,hl){return La.indexOf("$",hl)}function u(La,fl,af){let D_=fl.length,I_=!1,N_=!1,_m=0,pg,mg,gg,eA,tA,rA,nA;if(fl.charCodeAt(_m)===i_&&(N_=!0,_m++),fl.charCodeAt(_m)===Ul){if(_m++,N_)return af?!0:La(fl.slice(0,_m))({type:"text",value:"$"});if(fl.charCodeAt(_m)===Ul&&(I_=!0,_m++),gg=fl.charCodeAt(_m),!(gg===Pl||gg===yl)){for(eA=_m;_mn_)&&(!I_||gg===Ul)){tA=_m-1,_m++,I_&&_m++,rA=_m;break}}else mg===i_&&(_m++,gg=fl.charCodeAt(_m+1));_m++}if(rA!==void 0)return af?!0:(nA=fl.slice(eA,tA+1),La(fl.slice(0,rA))({type:"inlineMath",value:nA,data:{hName:"span",hProperties:{className:p_.concat(I_&&hl.inlineMathDouble?[w_]:[])},hChildren:[{type:"text",value:nA}]}}))}}}}function Og(La){let hl=La.prototype;hl.visitors.inlineMath=r;function r(La){let hl="$";return(La.data&&La.data.hProperties&&La.data.hProperties.className||[]).includes(w_)&&(hl="$$"),hl+La.value+hl}}});var i_=q((La,hl)=>{var fl=af();hl.exports=zg;var yl=10,Pl=32,Ul=36,Gd=`\n`,n_="$",i_=2,p_=["math","math-display"];function zg(){let La=this.Parser,hl=this.Compiler;fl.isRemarkParser(La)&&Ug(La),fl.isRemarkCompiler(hl)&&Hg(hl)}function Ug(La){let hl=La.prototype,fl=hl.blockMethods,af=hl.interruptParagraph,w_=hl.interruptList,D_=hl.interruptBlockquote;hl.blockTokenizers.math=i,fl.splice(fl.indexOf("fencedCode")+1,0,"math"),af.splice(af.indexOf("fencedCode")+1,0,["math"]),w_.splice(w_.indexOf("fencedCode")+1,0,["math"]),D_.splice(D_.indexOf("fencedCode")+1,0,["math"]);function i(La,hl,fl){var af=hl.length,w_=0;let D_,I_,N_,_m,pg,mg,gg,eA,tA,rA,nA;for(;w_rA&&hl.charCodeAt(_m-1)===Pl;)_m--;for(;_m>rA&&hl.charCodeAt(_m-1)===Ul;)tA++,_m--;for(mg<=tA&&hl.indexOf(n_,rA)===_m&&(eA=!0,nA=_m);rA<=nA&&rA-w_rA&&hl.charCodeAt(nA-1)===Pl;)nA--;if((!eA||rA!==nA)&&I_.push(hl.slice(rA,nA)),eA)break;w_=N_+1,N_=hl.indexOf(Gd,w_+1),N_=N_===-1?af:N_}return I_=I_.join(`\n`),La(hl.slice(0,N_))({type:"math",value:I_,data:{hName:"div",hProperties:{className:p_.concat()},hChildren:[{type:"text",value:I_}]}})}}}}function Hg(La){let hl=La.prototype;hl.visitors.math=r;function r(La){return`$$\n`+La.value+`\n$$`}}});var p_=q((La,hl)=>{var fl=n_(),yl=i_();hl.exports=Wg;function Wg(La){var hl=La||{};yl.call(this,hl),fl.call(this,hl)}});var w_=q((La,hl)=>{hl.exports=jg;var fl=Object.prototype.hasOwnProperty;function jg(){for(var La={},hl=0;hl{typeof Object.create=="function"?hl.exports=function(La,hl){hl&&(La.super_=hl,La.prototype=Object.create(hl.prototype,{constructor:{value:La,enumerable:!1,writable:!0,configurable:!0}}))}:hl.exports=function(La,hl){if(hl){La.super_=hl;var n=function(){};n.prototype=hl.prototype,La.prototype=new n,La.prototype.constructor=La}}});var I_=q((La,hl)=>{"use strict";var fl=w_(),yl=D_();hl.exports=Kg;function Kg(La){var hl,Pl,Ul;yl(u,La),yl(a,u),hl=u.prototype;for(Pl in hl)Ul=hl[Pl],Ul&&typeof Ul=="object"&&(hl[Pl]="concat"in Ul?Ul.concat():fl(Ul));return u;function a(hl){return La.apply(this,hl)}function u(){return this instanceof u?La.apply(this,arguments):new a(arguments)}}});var N_=q((La,hl)=>{"use strict";hl.exports=Qg;function Qg(La,hl,fl){return n;function n(){var yl=fl||this,Pl=yl[La];return yl[La]=!hl,i;function i(){yl[La]=Pl}}}});var _m=q((La,hl)=>{"use strict";hl.exports=Jg;function Jg(La){for(var hl=String(La),fl=[],yl=/\r?\n|\r/g;yl.exec(hl);)fl.push(yl.lastIndex);return fl.push(hl.length+1),{toPoint:a,toPosition:a,toOffset:u};function a(La){var hl=-1;if(La>-1&&LaLa)return{line:hl+1,column:La-(fl[hl-1]||0)+1,offset:La}}return{}}function u(La){var hl=La&&La.line,yl=La&&La.column,Pl;return!isNaN(hl)&&!isNaN(yl)&&hl-1 in fl&&(Pl=(fl[hl-2]||0)+yl-1||0),Pl>-1&&Pl{"use strict";hl.exports=Xg;var fl="\\";function Xg(La,hl){return r;function r(yl){for(var Pl=0,Ul=yl.indexOf(fl),Gd=La[hl],af=[],n_;Ul!==-1;)af.push(yl.slice(Pl,Ul)),Pl=Ul+1,n_=yl.charAt(Pl),(!n_||Gd.indexOf(n_)===-1)&&af.push(fl),Ul=yl.indexOf(fl,Pl+1);return af.push(yl.slice(Pl)),af.join("")}}});var mg=q((La,hl)=>{hl.exports={AElig:"Æ",AMP:"&",Aacute:"Á",Acirc:"Â",Agrave:"À",Aring:"Å",Atilde:"Ã",Auml:"Ä",COPY:"©",Ccedil:"Ç",ETH:"Ð",Eacute:"É",Ecirc:"Ê",Egrave:"È",Euml:"Ë",GT:">",Iacute:"Í",Icirc:"Î",Igrave:"Ì",Iuml:"Ï",LT:"<",Ntilde:"Ñ",Oacute:"Ó",Ocirc:"Ô",Ograve:"Ò",Oslash:"Ø",Otilde:"Õ",Ouml:"Ö",QUOT:'"',REG:"®",THORN:"Þ",Uacute:"Ú",Ucirc:"Û",Ugrave:"Ù",Uuml:"Ü",Yacute:"Ý",aacute:"á",acirc:"â",acute:"´",aelig:"æ",agrave:"à",amp:"&",aring:"å",atilde:"ã",auml:"ä",brvbar:"¦",ccedil:"ç",cedil:"¸",cent:"¢",copy:"©",curren:"¤",deg:"°",divide:"÷",eacute:"é",ecirc:"ê",egrave:"è",eth:"ð",euml:"ë",frac12:"½",frac14:"¼",frac34:"¾",gt:">",iacute:"í",icirc:"î",iexcl:"¡",igrave:"ì",iquest:"¿",iuml:"ï",laquo:"«",lt:"<",macr:"¯",micro:"µ",middot:"·",nbsp:" ",not:"¬",ntilde:"ñ",oacute:"ó",ocirc:"ô",ograve:"ò",ordf:"ª",ordm:"º",oslash:"ø",otilde:"õ",ouml:"ö",para:"¶",plusmn:"±",pound:"£",quot:'"',raquo:"»",reg:"®",sect:"§",shy:"­",sup1:"¹",sup2:"²",sup3:"³",szlig:"ß",thorn:"þ",times:"×",uacute:"ú",ucirc:"û",ugrave:"ù",uml:"¨",uuml:"ü",yacute:"ý",yen:"¥",yuml:"ÿ"}});var gg=q((La,hl)=>{hl.exports={0:"�",128:"€",130:"‚",131:"ƒ",132:"„",133:"…",134:"†",135:"‡",136:"ˆ",137:"‰",138:"Š",139:"‹",140:"Œ",142:"Ž",145:"‘",146:"’",147:"“",148:"”",149:"•",150:"–",151:"—",152:"˜",153:"™",154:"š",155:"›",156:"œ",158:"ž",159:"Ÿ"}});var eA=q((La,hl)=>{"use strict";hl.exports=tx;function tx(La){var hl=typeof La=="string"?La.charCodeAt(0):La;return hl>=48&&hl<=57}});var tA=q((La,hl)=>{"use strict";hl.exports=rx;function rx(La){var hl=typeof La=="string"?La.charCodeAt(0):La;return hl>=97&&hl<=102||hl>=65&&hl<=70||hl>=48&&hl<=57}});var rA=q((La,hl)=>{"use strict";hl.exports=nx;function nx(La){var hl=typeof La=="string"?La.charCodeAt(0):La;return hl>=97&&hl<=122||hl>=65&&hl<=90}});var nA=q((La,hl)=>{"use strict";var fl=rA(),yl=eA();hl.exports=ux;function ux(La){return fl(La)||yl(La)}});var iA=q((La,hl)=>{hl.exports={AEli:"Æ",AElig:"Æ",AM:"&",AMP:"&",Aacut:"Á",Aacute:"Á",Abreve:"Ă",Acir:"Â",Acirc:"Â",Acy:"А",Afr:"𝔄",Agrav:"À",Agrave:"À",Alpha:"Α",Amacr:"Ā",And:"⩓",Aogon:"Ą",Aopf:"𝔸",ApplyFunction:"⁡",Arin:"Å",Aring:"Å",Ascr:"𝒜",Assign:"≔",Atild:"Ã",Atilde:"Ã",Aum:"Ä",Auml:"Ä",Backslash:"∖",Barv:"⫧",Barwed:"⌆",Bcy:"Б",Because:"∵",Bernoullis:"ℬ",Beta:"Β",Bfr:"𝔅",Bopf:"𝔹",Breve:"˘",Bscr:"ℬ",Bumpeq:"≎",CHcy:"Ч",COP:"©",COPY:"©",Cacute:"Ć",Cap:"⋒",CapitalDifferentialD:"ⅅ",Cayleys:"ℭ",Ccaron:"Č",Ccedi:"Ç",Ccedil:"Ç",Ccirc:"Ĉ",Cconint:"∰",Cdot:"Ċ",Cedilla:"¸",CenterDot:"·",Cfr:"ℭ",Chi:"Χ",CircleDot:"⊙",CircleMinus:"⊖",CirclePlus:"⊕",CircleTimes:"⊗",ClockwiseContourIntegral:"∲",CloseCurlyDoubleQuote:"”",CloseCurlyQuote:"’",Colon:"∷",Colone:"⩴",Congruent:"≡",Conint:"∯",ContourIntegral:"∮",Copf:"ℂ",Coproduct:"∐",CounterClockwiseContourIntegral:"∳",Cross:"⨯",Cscr:"𝒞",Cup:"⋓",CupCap:"≍",DD:"ⅅ",DDotrahd:"⤑",DJcy:"Ђ",DScy:"Ѕ",DZcy:"Џ",Dagger:"‡",Darr:"↡",Dashv:"⫤",Dcaron:"Ď",Dcy:"Д",Del:"∇",Delta:"Δ",Dfr:"𝔇",DiacriticalAcute:"´",DiacriticalDot:"˙",DiacriticalDoubleAcute:"˝",DiacriticalGrave:"`",DiacriticalTilde:"˜",Diamond:"⋄",DifferentialD:"ⅆ",Dopf:"𝔻",Dot:"¨",DotDot:"⃜",DotEqual:"≐",DoubleContourIntegral:"∯",DoubleDot:"¨",DoubleDownArrow:"⇓",DoubleLeftArrow:"⇐",DoubleLeftRightArrow:"⇔",DoubleLeftTee:"⫤",DoubleLongLeftArrow:"⟸",DoubleLongLeftRightArrow:"⟺",DoubleLongRightArrow:"⟹",DoubleRightArrow:"⇒",DoubleRightTee:"⊨",DoubleUpArrow:"⇑",DoubleUpDownArrow:"⇕",DoubleVerticalBar:"∥",DownArrow:"↓",DownArrowBar:"⤓",DownArrowUpArrow:"⇵",DownBreve:"̑",DownLeftRightVector:"⥐",DownLeftTeeVector:"⥞",DownLeftVector:"↽",DownLeftVectorBar:"⥖",DownRightTeeVector:"⥟",DownRightVector:"⇁",DownRightVectorBar:"⥗",DownTee:"⊤",DownTeeArrow:"↧",Downarrow:"⇓",Dscr:"𝒟",Dstrok:"Đ",ENG:"Ŋ",ET:"Ð",ETH:"Ð",Eacut:"É",Eacute:"É",Ecaron:"Ě",Ecir:"Ê",Ecirc:"Ê",Ecy:"Э",Edot:"Ė",Efr:"𝔈",Egrav:"È",Egrave:"È",Element:"∈",Emacr:"Ē",EmptySmallSquare:"◻",EmptyVerySmallSquare:"▫",Eogon:"Ę",Eopf:"𝔼",Epsilon:"Ε",Equal:"⩵",EqualTilde:"≂",Equilibrium:"⇌",Escr:"ℰ",Esim:"⩳",Eta:"Η",Eum:"Ë",Euml:"Ë",Exists:"∃",ExponentialE:"ⅇ",Fcy:"Ф",Ffr:"𝔉",FilledSmallSquare:"◼",FilledVerySmallSquare:"▪",Fopf:"𝔽",ForAll:"∀",Fouriertrf:"ℱ",Fscr:"ℱ",GJcy:"Ѓ",G:">",GT:">",Gamma:"Γ",Gammad:"Ϝ",Gbreve:"Ğ",Gcedil:"Ģ",Gcirc:"Ĝ",Gcy:"Г",Gdot:"Ġ",Gfr:"𝔊",Gg:"⋙",Gopf:"𝔾",GreaterEqual:"≥",GreaterEqualLess:"⋛",GreaterFullEqual:"≧",GreaterGreater:"⪢",GreaterLess:"≷",GreaterSlantEqual:"⩾",GreaterTilde:"≳",Gscr:"𝒢",Gt:"≫",HARDcy:"Ъ",Hacek:"ˇ",Hat:"^",Hcirc:"Ĥ",Hfr:"ℌ",HilbertSpace:"ℋ",Hopf:"ℍ",HorizontalLine:"─",Hscr:"ℋ",Hstrok:"Ħ",HumpDownHump:"≎",HumpEqual:"≏",IEcy:"Е",IJlig:"IJ",IOcy:"Ё",Iacut:"Í",Iacute:"Í",Icir:"Î",Icirc:"Î",Icy:"И",Idot:"İ",Ifr:"ℑ",Igrav:"Ì",Igrave:"Ì",Im:"ℑ",Imacr:"Ī",ImaginaryI:"ⅈ",Implies:"⇒",Int:"∬",Integral:"∫",Intersection:"⋂",InvisibleComma:"⁣",InvisibleTimes:"⁢",Iogon:"Į",Iopf:"𝕀",Iota:"Ι",Iscr:"ℐ",Itilde:"Ĩ",Iukcy:"І",Ium:"Ï",Iuml:"Ï",Jcirc:"Ĵ",Jcy:"Й",Jfr:"𝔍",Jopf:"𝕁",Jscr:"𝒥",Jsercy:"Ј",Jukcy:"Є",KHcy:"Х",KJcy:"Ќ",Kappa:"Κ",Kcedil:"Ķ",Kcy:"К",Kfr:"𝔎",Kopf:"𝕂",Kscr:"𝒦",LJcy:"Љ",L:"<",LT:"<",Lacute:"Ĺ",Lambda:"Λ",Lang:"⟪",Laplacetrf:"ℒ",Larr:"↞",Lcaron:"Ľ",Lcedil:"Ļ",Lcy:"Л",LeftAngleBracket:"⟨",LeftArrow:"←",LeftArrowBar:"⇤",LeftArrowRightArrow:"⇆",LeftCeiling:"⌈",LeftDoubleBracket:"⟦",LeftDownTeeVector:"⥡",LeftDownVector:"⇃",LeftDownVectorBar:"⥙",LeftFloor:"⌊",LeftRightArrow:"↔",LeftRightVector:"⥎",LeftTee:"⊣",LeftTeeArrow:"↤",LeftTeeVector:"⥚",LeftTriangle:"⊲",LeftTriangleBar:"⧏",LeftTriangleEqual:"⊴",LeftUpDownVector:"⥑",LeftUpTeeVector:"⥠",LeftUpVector:"↿",LeftUpVectorBar:"⥘",LeftVector:"↼",LeftVectorBar:"⥒",Leftarrow:"⇐",Leftrightarrow:"⇔",LessEqualGreater:"⋚",LessFullEqual:"≦",LessGreater:"≶",LessLess:"⪡",LessSlantEqual:"⩽",LessTilde:"≲",Lfr:"𝔏",Ll:"⋘",Lleftarrow:"⇚",Lmidot:"Ŀ",LongLeftArrow:"⟵",LongLeftRightArrow:"⟷",LongRightArrow:"⟶",Longleftarrow:"⟸",Longleftrightarrow:"⟺",Longrightarrow:"⟹",Lopf:"𝕃",LowerLeftArrow:"↙",LowerRightArrow:"↘",Lscr:"ℒ",Lsh:"↰",Lstrok:"Ł",Lt:"≪",Map:"⤅",Mcy:"М",MediumSpace:" ",Mellintrf:"ℳ",Mfr:"𝔐",MinusPlus:"∓",Mopf:"𝕄",Mscr:"ℳ",Mu:"Μ",NJcy:"Њ",Nacute:"Ń",Ncaron:"Ň",Ncedil:"Ņ",Ncy:"Н",NegativeMediumSpace:"​",NegativeThickSpace:"​",NegativeThinSpace:"​",NegativeVeryThinSpace:"​",NestedGreaterGreater:"≫",NestedLessLess:"≪",NewLine:`\n`,Nfr:"𝔑",NoBreak:"⁠",NonBreakingSpace:" ",Nopf:"ℕ",Not:"⫬",NotCongruent:"≢",NotCupCap:"≭",NotDoubleVerticalBar:"∦",NotElement:"∉",NotEqual:"≠",NotEqualTilde:"≂̸",NotExists:"∄",NotGreater:"≯",NotGreaterEqual:"≱",NotGreaterFullEqual:"≧̸",NotGreaterGreater:"≫̸",NotGreaterLess:"≹",NotGreaterSlantEqual:"⩾̸",NotGreaterTilde:"≵",NotHumpDownHump:"≎̸",NotHumpEqual:"≏̸",NotLeftTriangle:"⋪",NotLeftTriangleBar:"⧏̸",NotLeftTriangleEqual:"⋬",NotLess:"≮",NotLessEqual:"≰",NotLessGreater:"≸",NotLessLess:"≪̸",NotLessSlantEqual:"⩽̸",NotLessTilde:"≴",NotNestedGreaterGreater:"⪢̸",NotNestedLessLess:"⪡̸",NotPrecedes:"⊀",NotPrecedesEqual:"⪯̸",NotPrecedesSlantEqual:"⋠",NotReverseElement:"∌",NotRightTriangle:"⋫",NotRightTriangleBar:"⧐̸",NotRightTriangleEqual:"⋭",NotSquareSubset:"⊏̸",NotSquareSubsetEqual:"⋢",NotSquareSuperset:"⊐̸",NotSquareSupersetEqual:"⋣",NotSubset:"⊂⃒",NotSubsetEqual:"⊈",NotSucceeds:"⊁",NotSucceedsEqual:"⪰̸",NotSucceedsSlantEqual:"⋡",NotSucceedsTilde:"≿̸",NotSuperset:"⊃⃒",NotSupersetEqual:"⊉",NotTilde:"≁",NotTildeEqual:"≄",NotTildeFullEqual:"≇",NotTildeTilde:"≉",NotVerticalBar:"∤",Nscr:"𝒩",Ntild:"Ñ",Ntilde:"Ñ",Nu:"Ν",OElig:"Œ",Oacut:"Ó",Oacute:"Ó",Ocir:"Ô",Ocirc:"Ô",Ocy:"О",Odblac:"Ő",Ofr:"𝔒",Ograv:"Ò",Ograve:"Ò",Omacr:"Ō",Omega:"Ω",Omicron:"Ο",Oopf:"𝕆",OpenCurlyDoubleQuote:"“",OpenCurlyQuote:"‘",Or:"⩔",Oscr:"𝒪",Oslas:"Ø",Oslash:"Ø",Otild:"Õ",Otilde:"Õ",Otimes:"⨷",Oum:"Ö",Ouml:"Ö",OverBar:"‾",OverBrace:"⏞",OverBracket:"⎴",OverParenthesis:"⏜",PartialD:"∂",Pcy:"П",Pfr:"𝔓",Phi:"Φ",Pi:"Π",PlusMinus:"±",Poincareplane:"ℌ",Popf:"ℙ",Pr:"⪻",Precedes:"≺",PrecedesEqual:"⪯",PrecedesSlantEqual:"≼",PrecedesTilde:"≾",Prime:"″",Product:"∏",Proportion:"∷",Proportional:"∝",Pscr:"𝒫",Psi:"Ψ",QUO:'"',QUOT:'"',Qfr:"𝔔",Qopf:"ℚ",Qscr:"𝒬",RBarr:"⤐",RE:"®",REG:"®",Racute:"Ŕ",Rang:"⟫",Rarr:"↠",Rarrtl:"⤖",Rcaron:"Ř",Rcedil:"Ŗ",Rcy:"Р",Re:"ℜ",ReverseElement:"∋",ReverseEquilibrium:"⇋",ReverseUpEquilibrium:"⥯",Rfr:"ℜ",Rho:"Ρ",RightAngleBracket:"⟩",RightArrow:"→",RightArrowBar:"⇥",RightArrowLeftArrow:"⇄",RightCeiling:"⌉",RightDoubleBracket:"⟧",RightDownTeeVector:"⥝",RightDownVector:"⇂",RightDownVectorBar:"⥕",RightFloor:"⌋",RightTee:"⊢",RightTeeArrow:"↦",RightTeeVector:"⥛",RightTriangle:"⊳",RightTriangleBar:"⧐",RightTriangleEqual:"⊵",RightUpDownVector:"⥏",RightUpTeeVector:"⥜",RightUpVector:"↾",RightUpVectorBar:"⥔",RightVector:"⇀",RightVectorBar:"⥓",Rightarrow:"⇒",Ropf:"ℝ",RoundImplies:"⥰",Rrightarrow:"⇛",Rscr:"ℛ",Rsh:"↱",RuleDelayed:"⧴",SHCHcy:"Щ",SHcy:"Ш",SOFTcy:"Ь",Sacute:"Ś",Sc:"⪼",Scaron:"Š",Scedil:"Ş",Scirc:"Ŝ",Scy:"С",Sfr:"𝔖",ShortDownArrow:"↓",ShortLeftArrow:"←",ShortRightArrow:"→",ShortUpArrow:"↑",Sigma:"Σ",SmallCircle:"∘",Sopf:"𝕊",Sqrt:"√",Square:"□",SquareIntersection:"⊓",SquareSubset:"⊏",SquareSubsetEqual:"⊑",SquareSuperset:"⊐",SquareSupersetEqual:"⊒",SquareUnion:"⊔",Sscr:"𝒮",Star:"⋆",Sub:"⋐",Subset:"⋐",SubsetEqual:"⊆",Succeeds:"≻",SucceedsEqual:"⪰",SucceedsSlantEqual:"≽",SucceedsTilde:"≿",SuchThat:"∋",Sum:"∑",Sup:"⋑",Superset:"⊃",SupersetEqual:"⊇",Supset:"⋑",THOR:"Þ",THORN:"Þ",TRADE:"™",TSHcy:"Ћ",TScy:"Ц",Tab:"\t",Tau:"Τ",Tcaron:"Ť",Tcedil:"Ţ",Tcy:"Т",Tfr:"𝔗",Therefore:"∴",Theta:"Θ",ThickSpace:"  ",ThinSpace:" ",Tilde:"∼",TildeEqual:"≃",TildeFullEqual:"≅",TildeTilde:"≈",Topf:"𝕋",TripleDot:"⃛",Tscr:"𝒯",Tstrok:"Ŧ",Uacut:"Ú",Uacute:"Ú",Uarr:"↟",Uarrocir:"⥉",Ubrcy:"Ў",Ubreve:"Ŭ",Ucir:"Û",Ucirc:"Û",Ucy:"У",Udblac:"Ű",Ufr:"𝔘",Ugrav:"Ù",Ugrave:"Ù",Umacr:"Ū",UnderBar:"_",UnderBrace:"⏟",UnderBracket:"⎵",UnderParenthesis:"⏝",Union:"⋃",UnionPlus:"⊎",Uogon:"Ų",Uopf:"𝕌",UpArrow:"↑",UpArrowBar:"⤒",UpArrowDownArrow:"⇅",UpDownArrow:"↕",UpEquilibrium:"⥮",UpTee:"⊥",UpTeeArrow:"↥",Uparrow:"⇑",Updownarrow:"⇕",UpperLeftArrow:"↖",UpperRightArrow:"↗",Upsi:"ϒ",Upsilon:"Υ",Uring:"Ů",Uscr:"𝒰",Utilde:"Ũ",Uum:"Ü",Uuml:"Ü",VDash:"⊫",Vbar:"⫫",Vcy:"В",Vdash:"⊩",Vdashl:"⫦",Vee:"⋁",Verbar:"‖",Vert:"‖",VerticalBar:"∣",VerticalLine:"|",VerticalSeparator:"❘",VerticalTilde:"≀",VeryThinSpace:" ",Vfr:"𝔙",Vopf:"𝕍",Vscr:"𝒱",Vvdash:"⊪",Wcirc:"Ŵ",Wedge:"⋀",Wfr:"𝔚",Wopf:"𝕎",Wscr:"𝒲",Xfr:"𝔛",Xi:"Ξ",Xopf:"𝕏",Xscr:"𝒳",YAcy:"Я",YIcy:"Ї",YUcy:"Ю",Yacut:"Ý",Yacute:"Ý",Ycirc:"Ŷ",Ycy:"Ы",Yfr:"𝔜",Yopf:"𝕐",Yscr:"𝒴",Yuml:"Ÿ",ZHcy:"Ж",Zacute:"Ź",Zcaron:"Ž",Zcy:"З",Zdot:"Ż",ZeroWidthSpace:"​",Zeta:"Ζ",Zfr:"ℨ",Zopf:"ℤ",Zscr:"𝒵",aacut:"á",aacute:"á",abreve:"ă",ac:"∾",acE:"∾̳",acd:"∿",acir:"â",acirc:"â",acut:"´",acute:"´",acy:"а",aeli:"æ",aelig:"æ",af:"⁡",afr:"𝔞",agrav:"à",agrave:"à",alefsym:"ℵ",aleph:"ℵ",alpha:"α",amacr:"ā",amalg:"⨿",am:"&",amp:"&",and:"∧",andand:"⩕",andd:"⩜",andslope:"⩘",andv:"⩚",ang:"∠",ange:"⦤",angle:"∠",angmsd:"∡",angmsdaa:"⦨",angmsdab:"⦩",angmsdac:"⦪",angmsdad:"⦫",angmsdae:"⦬",angmsdaf:"⦭",angmsdag:"⦮",angmsdah:"⦯",angrt:"∟",angrtvb:"⊾",angrtvbd:"⦝",angsph:"∢",angst:"Å",angzarr:"⍼",aogon:"ą",aopf:"𝕒",ap:"≈",apE:"⩰",apacir:"⩯",ape:"≊",apid:"≋",apos:"'",approx:"≈",approxeq:"≊",arin:"å",aring:"å",ascr:"𝒶",ast:"*",asymp:"≈",asympeq:"≍",atild:"ã",atilde:"ã",aum:"ä",auml:"ä",awconint:"∳",awint:"⨑",bNot:"⫭",backcong:"≌",backepsilon:"϶",backprime:"‵",backsim:"∽",backsimeq:"⋍",barvee:"⊽",barwed:"⌅",barwedge:"⌅",bbrk:"⎵",bbrktbrk:"⎶",bcong:"≌",bcy:"б",bdquo:"„",becaus:"∵",because:"∵",bemptyv:"⦰",bepsi:"϶",bernou:"ℬ",beta:"β",beth:"ℶ",between:"≬",bfr:"𝔟",bigcap:"⋂",bigcirc:"◯",bigcup:"⋃",bigodot:"⨀",bigoplus:"⨁",bigotimes:"⨂",bigsqcup:"⨆",bigstar:"★",bigtriangledown:"▽",bigtriangleup:"△",biguplus:"⨄",bigvee:"⋁",bigwedge:"⋀",bkarow:"⤍",blacklozenge:"⧫",blacksquare:"▪",blacktriangle:"▴",blacktriangledown:"▾",blacktriangleleft:"◂",blacktriangleright:"▸",blank:"␣",blk12:"▒",blk14:"░",blk34:"▓",block:"█",bne:"=⃥",bnequiv:"≡⃥",bnot:"⌐",bopf:"𝕓",bot:"⊥",bottom:"⊥",bowtie:"⋈",boxDL:"╗",boxDR:"╔",boxDl:"╖",boxDr:"╓",boxH:"═",boxHD:"╦",boxHU:"╩",boxHd:"╤",boxHu:"╧",boxUL:"╝",boxUR:"╚",boxUl:"╜",boxUr:"╙",boxV:"║",boxVH:"╬",boxVL:"╣",boxVR:"╠",boxVh:"╫",boxVl:"╢",boxVr:"╟",boxbox:"⧉",boxdL:"╕",boxdR:"╒",boxdl:"┐",boxdr:"┌",boxh:"─",boxhD:"╥",boxhU:"╨",boxhd:"┬",boxhu:"┴",boxminus:"⊟",boxplus:"⊞",boxtimes:"⊠",boxuL:"╛",boxuR:"╘",boxul:"┘",boxur:"└",boxv:"│",boxvH:"╪",boxvL:"╡",boxvR:"╞",boxvh:"┼",boxvl:"┤",boxvr:"├",bprime:"‵",breve:"˘",brvba:"¦",brvbar:"¦",bscr:"𝒷",bsemi:"⁏",bsim:"∽",bsime:"⋍",bsol:"\\",bsolb:"⧅",bsolhsub:"⟈",bull:"•",bullet:"•",bump:"≎",bumpE:"⪮",bumpe:"≏",bumpeq:"≏",cacute:"ć",cap:"∩",capand:"⩄",capbrcup:"⩉",capcap:"⩋",capcup:"⩇",capdot:"⩀",caps:"∩︀",caret:"⁁",caron:"ˇ",ccaps:"⩍",ccaron:"č",ccedi:"ç",ccedil:"ç",ccirc:"ĉ",ccups:"⩌",ccupssm:"⩐",cdot:"ċ",cedi:"¸",cedil:"¸",cemptyv:"⦲",cen:"¢",cent:"¢",centerdot:"·",cfr:"𝔠",chcy:"ч",check:"✓",checkmark:"✓",chi:"χ",cir:"○",cirE:"⧃",circ:"ˆ",circeq:"≗",circlearrowleft:"↺",circlearrowright:"↻",circledR:"®",circledS:"Ⓢ",circledast:"⊛",circledcirc:"⊚",circleddash:"⊝",cire:"≗",cirfnint:"⨐",cirmid:"⫯",cirscir:"⧂",clubs:"♣",clubsuit:"♣",colon:":",colone:"≔",coloneq:"≔",comma:",",commat:"@",comp:"∁",compfn:"∘",complement:"∁",complexes:"ℂ",cong:"≅",congdot:"⩭",conint:"∮",copf:"𝕔",coprod:"∐",cop:"©",copy:"©",copysr:"℗",crarr:"↵",cross:"✗",cscr:"𝒸",csub:"⫏",csube:"⫑",csup:"⫐",csupe:"⫒",ctdot:"⋯",cudarrl:"⤸",cudarrr:"⤵",cuepr:"⋞",cuesc:"⋟",cularr:"↶",cularrp:"⤽",cup:"∪",cupbrcap:"⩈",cupcap:"⩆",cupcup:"⩊",cupdot:"⊍",cupor:"⩅",cups:"∪︀",curarr:"↷",curarrm:"⤼",curlyeqprec:"⋞",curlyeqsucc:"⋟",curlyvee:"⋎",curlywedge:"⋏",curre:"¤",curren:"¤",curvearrowleft:"↶",curvearrowright:"↷",cuvee:"⋎",cuwed:"⋏",cwconint:"∲",cwint:"∱",cylcty:"⌭",dArr:"⇓",dHar:"⥥",dagger:"†",daleth:"ℸ",darr:"↓",dash:"‐",dashv:"⊣",dbkarow:"⤏",dblac:"˝",dcaron:"ď",dcy:"д",dd:"ⅆ",ddagger:"‡",ddarr:"⇊",ddotseq:"⩷",de:"°",deg:"°",delta:"δ",demptyv:"⦱",dfisht:"⥿",dfr:"𝔡",dharl:"⇃",dharr:"⇂",diam:"⋄",diamond:"⋄",diamondsuit:"♦",diams:"♦",die:"¨",digamma:"ϝ",disin:"⋲",div:"÷",divid:"÷",divide:"÷",divideontimes:"⋇",divonx:"⋇",djcy:"ђ",dlcorn:"⌞",dlcrop:"⌍",dollar:"$",dopf:"𝕕",dot:"˙",doteq:"≐",doteqdot:"≑",dotminus:"∸",dotplus:"∔",dotsquare:"⊡",doublebarwedge:"⌆",downarrow:"↓",downdownarrows:"⇊",downharpoonleft:"⇃",downharpoonright:"⇂",drbkarow:"⤐",drcorn:"⌟",drcrop:"⌌",dscr:"𝒹",dscy:"ѕ",dsol:"⧶",dstrok:"đ",dtdot:"⋱",dtri:"▿",dtrif:"▾",duarr:"⇵",duhar:"⥯",dwangle:"⦦",dzcy:"џ",dzigrarr:"⟿",eDDot:"⩷",eDot:"≑",eacut:"é",eacute:"é",easter:"⩮",ecaron:"ě",ecir:"ê",ecirc:"ê",ecolon:"≕",ecy:"э",edot:"ė",ee:"ⅇ",efDot:"≒",efr:"𝔢",eg:"⪚",egrav:"è",egrave:"è",egs:"⪖",egsdot:"⪘",el:"⪙",elinters:"⏧",ell:"ℓ",els:"⪕",elsdot:"⪗",emacr:"ē",empty:"∅",emptyset:"∅",emptyv:"∅",emsp13:" ",emsp14:" ",emsp:" ",eng:"ŋ",ensp:" ",eogon:"ę",eopf:"𝕖",epar:"⋕",eparsl:"⧣",eplus:"⩱",epsi:"ε",epsilon:"ε",epsiv:"ϵ",eqcirc:"≖",eqcolon:"≕",eqsim:"≂",eqslantgtr:"⪖",eqslantless:"⪕",equals:"=",equest:"≟",equiv:"≡",equivDD:"⩸",eqvparsl:"⧥",erDot:"≓",erarr:"⥱",escr:"ℯ",esdot:"≐",esim:"≂",eta:"η",et:"ð",eth:"ð",eum:"ë",euml:"ë",euro:"€",excl:"!",exist:"∃",expectation:"ℰ",exponentiale:"ⅇ",fallingdotseq:"≒",fcy:"ф",female:"♀",ffilig:"ffi",fflig:"ff",ffllig:"ffl",ffr:"𝔣",filig:"fi",fjlig:"fj",flat:"♭",fllig:"fl",fltns:"▱",fnof:"ƒ",fopf:"𝕗",forall:"∀",fork:"⋔",forkv:"⫙",fpartint:"⨍",frac1:"¼",frac12:"½",frac13:"⅓",frac14:"¼",frac15:"⅕",frac16:"⅙",frac18:"⅛",frac23:"⅔",frac25:"⅖",frac3:"¾",frac34:"¾",frac35:"⅗",frac38:"⅜",frac45:"⅘",frac56:"⅚",frac58:"⅝",frac78:"⅞",frasl:"⁄",frown:"⌢",fscr:"𝒻",gE:"≧",gEl:"⪌",gacute:"ǵ",gamma:"γ",gammad:"ϝ",gap:"⪆",gbreve:"ğ",gcirc:"ĝ",gcy:"г",gdot:"ġ",ge:"≥",gel:"⋛",geq:"≥",geqq:"≧",geqslant:"⩾",ges:"⩾",gescc:"⪩",gesdot:"⪀",gesdoto:"⪂",gesdotol:"⪄",gesl:"⋛︀",gesles:"⪔",gfr:"𝔤",gg:"≫",ggg:"⋙",gimel:"ℷ",gjcy:"ѓ",gl:"≷",glE:"⪒",gla:"⪥",glj:"⪤",gnE:"≩",gnap:"⪊",gnapprox:"⪊",gne:"⪈",gneq:"⪈",gneqq:"≩",gnsim:"⋧",gopf:"𝕘",grave:"`",gscr:"ℊ",gsim:"≳",gsime:"⪎",gsiml:"⪐",g:">",gt:">",gtcc:"⪧",gtcir:"⩺",gtdot:"⋗",gtlPar:"⦕",gtquest:"⩼",gtrapprox:"⪆",gtrarr:"⥸",gtrdot:"⋗",gtreqless:"⋛",gtreqqless:"⪌",gtrless:"≷",gtrsim:"≳",gvertneqq:"≩︀",gvnE:"≩︀",hArr:"⇔",hairsp:" ",half:"½",hamilt:"ℋ",hardcy:"ъ",harr:"↔",harrcir:"⥈",harrw:"↭",hbar:"ℏ",hcirc:"ĥ",hearts:"♥",heartsuit:"♥",hellip:"…",hercon:"⊹",hfr:"𝔥",hksearow:"⤥",hkswarow:"⤦",hoarr:"⇿",homtht:"∻",hookleftarrow:"↩",hookrightarrow:"↪",hopf:"𝕙",horbar:"―",hscr:"𝒽",hslash:"ℏ",hstrok:"ħ",hybull:"⁃",hyphen:"‐",iacut:"í",iacute:"í",ic:"⁣",icir:"î",icirc:"î",icy:"и",iecy:"е",iexc:"¡",iexcl:"¡",iff:"⇔",ifr:"𝔦",igrav:"ì",igrave:"ì",ii:"ⅈ",iiiint:"⨌",iiint:"∭",iinfin:"⧜",iiota:"℩",ijlig:"ij",imacr:"ī",image:"ℑ",imagline:"ℐ",imagpart:"ℑ",imath:"ı",imof:"⊷",imped:"Ƶ",in:"∈",incare:"℅",infin:"∞",infintie:"⧝",inodot:"ı",int:"∫",intcal:"⊺",integers:"ℤ",intercal:"⊺",intlarhk:"⨗",intprod:"⨼",iocy:"ё",iogon:"į",iopf:"𝕚",iota:"ι",iprod:"⨼",iques:"¿",iquest:"¿",iscr:"𝒾",isin:"∈",isinE:"⋹",isindot:"⋵",isins:"⋴",isinsv:"⋳",isinv:"∈",it:"⁢",itilde:"ĩ",iukcy:"і",ium:"ï",iuml:"ï",jcirc:"ĵ",jcy:"й",jfr:"𝔧",jmath:"ȷ",jopf:"𝕛",jscr:"𝒿",jsercy:"ј",jukcy:"є",kappa:"κ",kappav:"ϰ",kcedil:"ķ",kcy:"к",kfr:"𝔨",kgreen:"ĸ",khcy:"х",kjcy:"ќ",kopf:"𝕜",kscr:"𝓀",lAarr:"⇚",lArr:"⇐",lAtail:"⤛",lBarr:"⤎",lE:"≦",lEg:"⪋",lHar:"⥢",lacute:"ĺ",laemptyv:"⦴",lagran:"ℒ",lambda:"λ",lang:"⟨",langd:"⦑",langle:"⟨",lap:"⪅",laqu:"«",laquo:"«",larr:"←",larrb:"⇤",larrbfs:"⤟",larrfs:"⤝",larrhk:"↩",larrlp:"↫",larrpl:"⤹",larrsim:"⥳",larrtl:"↢",lat:"⪫",latail:"⤙",late:"⪭",lates:"⪭︀",lbarr:"⤌",lbbrk:"❲",lbrace:"{",lbrack:"[",lbrke:"⦋",lbrksld:"⦏",lbrkslu:"⦍",lcaron:"ľ",lcedil:"ļ",lceil:"⌈",lcub:"{",lcy:"л",ldca:"⤶",ldquo:"“",ldquor:"„",ldrdhar:"⥧",ldrushar:"⥋",ldsh:"↲",le:"≤",leftarrow:"←",leftarrowtail:"↢",leftharpoondown:"↽",leftharpoonup:"↼",leftleftarrows:"⇇",leftrightarrow:"↔",leftrightarrows:"⇆",leftrightharpoons:"⇋",leftrightsquigarrow:"↭",leftthreetimes:"⋋",leg:"⋚",leq:"≤",leqq:"≦",leqslant:"⩽",les:"⩽",lescc:"⪨",lesdot:"⩿",lesdoto:"⪁",lesdotor:"⪃",lesg:"⋚︀",lesges:"⪓",lessapprox:"⪅",lessdot:"⋖",lesseqgtr:"⋚",lesseqqgtr:"⪋",lessgtr:"≶",lesssim:"≲",lfisht:"⥼",lfloor:"⌊",lfr:"𝔩",lg:"≶",lgE:"⪑",lhard:"↽",lharu:"↼",lharul:"⥪",lhblk:"▄",ljcy:"љ",ll:"≪",llarr:"⇇",llcorner:"⌞",llhard:"⥫",lltri:"◺",lmidot:"ŀ",lmoust:"⎰",lmoustache:"⎰",lnE:"≨",lnap:"⪉",lnapprox:"⪉",lne:"⪇",lneq:"⪇",lneqq:"≨",lnsim:"⋦",loang:"⟬",loarr:"⇽",lobrk:"⟦",longleftarrow:"⟵",longleftrightarrow:"⟷",longmapsto:"⟼",longrightarrow:"⟶",looparrowleft:"↫",looparrowright:"↬",lopar:"⦅",lopf:"𝕝",loplus:"⨭",lotimes:"⨴",lowast:"∗",lowbar:"_",loz:"◊",lozenge:"◊",lozf:"⧫",lpar:"(",lparlt:"⦓",lrarr:"⇆",lrcorner:"⌟",lrhar:"⇋",lrhard:"⥭",lrm:"‎",lrtri:"⊿",lsaquo:"‹",lscr:"𝓁",lsh:"↰",lsim:"≲",lsime:"⪍",lsimg:"⪏",lsqb:"[",lsquo:"‘",lsquor:"‚",lstrok:"ł",l:"<",lt:"<",ltcc:"⪦",ltcir:"⩹",ltdot:"⋖",lthree:"⋋",ltimes:"⋉",ltlarr:"⥶",ltquest:"⩻",ltrPar:"⦖",ltri:"◃",ltrie:"⊴",ltrif:"◂",lurdshar:"⥊",luruhar:"⥦",lvertneqq:"≨︀",lvnE:"≨︀",mDDot:"∺",mac:"¯",macr:"¯",male:"♂",malt:"✠",maltese:"✠",map:"↦",mapsto:"↦",mapstodown:"↧",mapstoleft:"↤",mapstoup:"↥",marker:"▮",mcomma:"⨩",mcy:"м",mdash:"—",measuredangle:"∡",mfr:"𝔪",mho:"℧",micr:"µ",micro:"µ",mid:"∣",midast:"*",midcir:"⫰",middo:"·",middot:"·",minus:"−",minusb:"⊟",minusd:"∸",minusdu:"⨪",mlcp:"⫛",mldr:"…",mnplus:"∓",models:"⊧",mopf:"𝕞",mp:"∓",mscr:"𝓂",mstpos:"∾",mu:"μ",multimap:"⊸",mumap:"⊸",nGg:"⋙̸",nGt:"≫⃒",nGtv:"≫̸",nLeftarrow:"⇍",nLeftrightarrow:"⇎",nLl:"⋘̸",nLt:"≪⃒",nLtv:"≪̸",nRightarrow:"⇏",nVDash:"⊯",nVdash:"⊮",nabla:"∇",nacute:"ń",nang:"∠⃒",nap:"≉",napE:"⩰̸",napid:"≋̸",napos:"ʼn",napprox:"≉",natur:"♮",natural:"♮",naturals:"ℕ",nbs:" ",nbsp:" ",nbump:"≎̸",nbumpe:"≏̸",ncap:"⩃",ncaron:"ň",ncedil:"ņ",ncong:"≇",ncongdot:"⩭̸",ncup:"⩂",ncy:"н",ndash:"–",ne:"≠",neArr:"⇗",nearhk:"⤤",nearr:"↗",nearrow:"↗",nedot:"≐̸",nequiv:"≢",nesear:"⤨",nesim:"≂̸",nexist:"∄",nexists:"∄",nfr:"𝔫",ngE:"≧̸",nge:"≱",ngeq:"≱",ngeqq:"≧̸",ngeqslant:"⩾̸",nges:"⩾̸",ngsim:"≵",ngt:"≯",ngtr:"≯",nhArr:"⇎",nharr:"↮",nhpar:"⫲",ni:"∋",nis:"⋼",nisd:"⋺",niv:"∋",njcy:"њ",nlArr:"⇍",nlE:"≦̸",nlarr:"↚",nldr:"‥",nle:"≰",nleftarrow:"↚",nleftrightarrow:"↮",nleq:"≰",nleqq:"≦̸",nleqslant:"⩽̸",nles:"⩽̸",nless:"≮",nlsim:"≴",nlt:"≮",nltri:"⋪",nltrie:"⋬",nmid:"∤",nopf:"𝕟",no:"¬",not:"¬",notin:"∉",notinE:"⋹̸",notindot:"⋵̸",notinva:"∉",notinvb:"⋷",notinvc:"⋶",notni:"∌",notniva:"∌",notnivb:"⋾",notnivc:"⋽",npar:"∦",nparallel:"∦",nparsl:"⫽⃥",npart:"∂̸",npolint:"⨔",npr:"⊀",nprcue:"⋠",npre:"⪯̸",nprec:"⊀",npreceq:"⪯̸",nrArr:"⇏",nrarr:"↛",nrarrc:"⤳̸",nrarrw:"↝̸",nrightarrow:"↛",nrtri:"⋫",nrtrie:"⋭",nsc:"⊁",nsccue:"⋡",nsce:"⪰̸",nscr:"𝓃",nshortmid:"∤",nshortparallel:"∦",nsim:"≁",nsime:"≄",nsimeq:"≄",nsmid:"∤",nspar:"∦",nsqsube:"⋢",nsqsupe:"⋣",nsub:"⊄",nsubE:"⫅̸",nsube:"⊈",nsubset:"⊂⃒",nsubseteq:"⊈",nsubseteqq:"⫅̸",nsucc:"⊁",nsucceq:"⪰̸",nsup:"⊅",nsupE:"⫆̸",nsupe:"⊉",nsupset:"⊃⃒",nsupseteq:"⊉",nsupseteqq:"⫆̸",ntgl:"≹",ntild:"ñ",ntilde:"ñ",ntlg:"≸",ntriangleleft:"⋪",ntrianglelefteq:"⋬",ntriangleright:"⋫",ntrianglerighteq:"⋭",nu:"ν",num:"#",numero:"№",numsp:" ",nvDash:"⊭",nvHarr:"⤄",nvap:"≍⃒",nvdash:"⊬",nvge:"≥⃒",nvgt:">⃒",nvinfin:"⧞",nvlArr:"⤂",nvle:"≤⃒",nvlt:"<⃒",nvltrie:"⊴⃒",nvrArr:"⤃",nvrtrie:"⊵⃒",nvsim:"∼⃒",nwArr:"⇖",nwarhk:"⤣",nwarr:"↖",nwarrow:"↖",nwnear:"⤧",oS:"Ⓢ",oacut:"ó",oacute:"ó",oast:"⊛",ocir:"ô",ocirc:"ô",ocy:"о",odash:"⊝",odblac:"ő",odiv:"⨸",odot:"⊙",odsold:"⦼",oelig:"œ",ofcir:"⦿",ofr:"𝔬",ogon:"˛",ograv:"ò",ograve:"ò",ogt:"⧁",ohbar:"⦵",ohm:"Ω",oint:"∮",olarr:"↺",olcir:"⦾",olcross:"⦻",oline:"‾",olt:"⧀",omacr:"ō",omega:"ω",omicron:"ο",omid:"⦶",ominus:"⊖",oopf:"𝕠",opar:"⦷",operp:"⦹",oplus:"⊕",or:"∨",orarr:"↻",ord:"º",order:"ℴ",orderof:"ℴ",ordf:"ª",ordm:"º",origof:"⊶",oror:"⩖",orslope:"⩗",orv:"⩛",oscr:"ℴ",oslas:"ø",oslash:"ø",osol:"⊘",otild:"õ",otilde:"õ",otimes:"⊗",otimesas:"⨶",oum:"ö",ouml:"ö",ovbar:"⌽",par:"¶",para:"¶",parallel:"∥",parsim:"⫳",parsl:"⫽",part:"∂",pcy:"п",percnt:"%",period:".",permil:"‰",perp:"⊥",pertenk:"‱",pfr:"𝔭",phi:"φ",phiv:"ϕ",phmmat:"ℳ",phone:"☎",pi:"π",pitchfork:"⋔",piv:"ϖ",planck:"ℏ",planckh:"ℎ",plankv:"ℏ",plus:"+",plusacir:"⨣",plusb:"⊞",pluscir:"⨢",plusdo:"∔",plusdu:"⨥",pluse:"⩲",plusm:"±",plusmn:"±",plussim:"⨦",plustwo:"⨧",pm:"±",pointint:"⨕",popf:"𝕡",poun:"£",pound:"£",pr:"≺",prE:"⪳",prap:"⪷",prcue:"≼",pre:"⪯",prec:"≺",precapprox:"⪷",preccurlyeq:"≼",preceq:"⪯",precnapprox:"⪹",precneqq:"⪵",precnsim:"⋨",precsim:"≾",prime:"′",primes:"ℙ",prnE:"⪵",prnap:"⪹",prnsim:"⋨",prod:"∏",profalar:"⌮",profline:"⌒",profsurf:"⌓",prop:"∝",propto:"∝",prsim:"≾",prurel:"⊰",pscr:"𝓅",psi:"ψ",puncsp:" ",qfr:"𝔮",qint:"⨌",qopf:"𝕢",qprime:"⁗",qscr:"𝓆",quaternions:"ℍ",quatint:"⨖",quest:"?",questeq:"≟",quo:'"',quot:'"',rAarr:"⇛",rArr:"⇒",rAtail:"⤜",rBarr:"⤏",rHar:"⥤",race:"∽̱",racute:"ŕ",radic:"√",raemptyv:"⦳",rang:"⟩",rangd:"⦒",range:"⦥",rangle:"⟩",raqu:"»",raquo:"»",rarr:"→",rarrap:"⥵",rarrb:"⇥",rarrbfs:"⤠",rarrc:"⤳",rarrfs:"⤞",rarrhk:"↪",rarrlp:"↬",rarrpl:"⥅",rarrsim:"⥴",rarrtl:"↣",rarrw:"↝",ratail:"⤚",ratio:"∶",rationals:"ℚ",rbarr:"⤍",rbbrk:"❳",rbrace:"}",rbrack:"]",rbrke:"⦌",rbrksld:"⦎",rbrkslu:"⦐",rcaron:"ř",rcedil:"ŗ",rceil:"⌉",rcub:"}",rcy:"р",rdca:"⤷",rdldhar:"⥩",rdquo:"”",rdquor:"”",rdsh:"↳",real:"ℜ",realine:"ℛ",realpart:"ℜ",reals:"ℝ",rect:"▭",re:"®",reg:"®",rfisht:"⥽",rfloor:"⌋",rfr:"𝔯",rhard:"⇁",rharu:"⇀",rharul:"⥬",rho:"ρ",rhov:"ϱ",rightarrow:"→",rightarrowtail:"↣",rightharpoondown:"⇁",rightharpoonup:"⇀",rightleftarrows:"⇄",rightleftharpoons:"⇌",rightrightarrows:"⇉",rightsquigarrow:"↝",rightthreetimes:"⋌",ring:"˚",risingdotseq:"≓",rlarr:"⇄",rlhar:"⇌",rlm:"‏",rmoust:"⎱",rmoustache:"⎱",rnmid:"⫮",roang:"⟭",roarr:"⇾",robrk:"⟧",ropar:"⦆",ropf:"𝕣",roplus:"⨮",rotimes:"⨵",rpar:")",rpargt:"⦔",rppolint:"⨒",rrarr:"⇉",rsaquo:"›",rscr:"𝓇",rsh:"↱",rsqb:"]",rsquo:"’",rsquor:"’",rthree:"⋌",rtimes:"⋊",rtri:"▹",rtrie:"⊵",rtrif:"▸",rtriltri:"⧎",ruluhar:"⥨",rx:"℞",sacute:"ś",sbquo:"‚",sc:"≻",scE:"⪴",scap:"⪸",scaron:"š",sccue:"≽",sce:"⪰",scedil:"ş",scirc:"ŝ",scnE:"⪶",scnap:"⪺",scnsim:"⋩",scpolint:"⨓",scsim:"≿",scy:"с",sdot:"⋅",sdotb:"⊡",sdote:"⩦",seArr:"⇘",searhk:"⤥",searr:"↘",searrow:"↘",sec:"§",sect:"§",semi:";",seswar:"⤩",setminus:"∖",setmn:"∖",sext:"✶",sfr:"𝔰",sfrown:"⌢",sharp:"♯",shchcy:"щ",shcy:"ш",shortmid:"∣",shortparallel:"∥",sh:"­",shy:"­",sigma:"σ",sigmaf:"ς",sigmav:"ς",sim:"∼",simdot:"⩪",sime:"≃",simeq:"≃",simg:"⪞",simgE:"⪠",siml:"⪝",simlE:"⪟",simne:"≆",simplus:"⨤",simrarr:"⥲",slarr:"←",smallsetminus:"∖",smashp:"⨳",smeparsl:"⧤",smid:"∣",smile:"⌣",smt:"⪪",smte:"⪬",smtes:"⪬︀",softcy:"ь",sol:"/",solb:"⧄",solbar:"⌿",sopf:"𝕤",spades:"♠",spadesuit:"♠",spar:"∥",sqcap:"⊓",sqcaps:"⊓︀",sqcup:"⊔",sqcups:"⊔︀",sqsub:"⊏",sqsube:"⊑",sqsubset:"⊏",sqsubseteq:"⊑",sqsup:"⊐",sqsupe:"⊒",sqsupset:"⊐",sqsupseteq:"⊒",squ:"□",square:"□",squarf:"▪",squf:"▪",srarr:"→",sscr:"𝓈",ssetmn:"∖",ssmile:"⌣",sstarf:"⋆",star:"☆",starf:"★",straightepsilon:"ϵ",straightphi:"ϕ",strns:"¯",sub:"⊂",subE:"⫅",subdot:"⪽",sube:"⊆",subedot:"⫃",submult:"⫁",subnE:"⫋",subne:"⊊",subplus:"⪿",subrarr:"⥹",subset:"⊂",subseteq:"⊆",subseteqq:"⫅",subsetneq:"⊊",subsetneqq:"⫋",subsim:"⫇",subsub:"⫕",subsup:"⫓",succ:"≻",succapprox:"⪸",succcurlyeq:"≽",succeq:"⪰",succnapprox:"⪺",succneqq:"⪶",succnsim:"⋩",succsim:"≿",sum:"∑",sung:"♪",sup:"⊃",sup1:"¹",sup2:"²",sup3:"³",supE:"⫆",supdot:"⪾",supdsub:"⫘",supe:"⊇",supedot:"⫄",suphsol:"⟉",suphsub:"⫗",suplarr:"⥻",supmult:"⫂",supnE:"⫌",supne:"⊋",supplus:"⫀",supset:"⊃",supseteq:"⊇",supseteqq:"⫆",supsetneq:"⊋",supsetneqq:"⫌",supsim:"⫈",supsub:"⫔",supsup:"⫖",swArr:"⇙",swarhk:"⤦",swarr:"↙",swarrow:"↙",swnwar:"⤪",szli:"ß",szlig:"ß",target:"⌖",tau:"τ",tbrk:"⎴",tcaron:"ť",tcedil:"ţ",tcy:"т",tdot:"⃛",telrec:"⌕",tfr:"𝔱",there4:"∴",therefore:"∴",theta:"θ",thetasym:"ϑ",thetav:"ϑ",thickapprox:"≈",thicksim:"∼",thinsp:" ",thkap:"≈",thksim:"∼",thor:"þ",thorn:"þ",tilde:"˜",time:"×",times:"×",timesb:"⊠",timesbar:"⨱",timesd:"⨰",tint:"∭",toea:"⤨",top:"⊤",topbot:"⌶",topcir:"⫱",topf:"𝕥",topfork:"⫚",tosa:"⤩",tprime:"‴",trade:"™",triangle:"▵",triangledown:"▿",triangleleft:"◃",trianglelefteq:"⊴",triangleq:"≜",triangleright:"▹",trianglerighteq:"⊵",tridot:"◬",trie:"≜",triminus:"⨺",triplus:"⨹",trisb:"⧍",tritime:"⨻",trpezium:"⏢",tscr:"𝓉",tscy:"ц",tshcy:"ћ",tstrok:"ŧ",twixt:"≬",twoheadleftarrow:"↞",twoheadrightarrow:"↠",uArr:"⇑",uHar:"⥣",uacut:"ú",uacute:"ú",uarr:"↑",ubrcy:"ў",ubreve:"ŭ",ucir:"û",ucirc:"û",ucy:"у",udarr:"⇅",udblac:"ű",udhar:"⥮",ufisht:"⥾",ufr:"𝔲",ugrav:"ù",ugrave:"ù",uharl:"↿",uharr:"↾",uhblk:"▀",ulcorn:"⌜",ulcorner:"⌜",ulcrop:"⌏",ultri:"◸",umacr:"ū",um:"¨",uml:"¨",uogon:"ų",uopf:"𝕦",uparrow:"↑",updownarrow:"↕",upharpoonleft:"↿",upharpoonright:"↾",uplus:"⊎",upsi:"υ",upsih:"ϒ",upsilon:"υ",upuparrows:"⇈",urcorn:"⌝",urcorner:"⌝",urcrop:"⌎",uring:"ů",urtri:"◹",uscr:"𝓊",utdot:"⋰",utilde:"ũ",utri:"▵",utrif:"▴",uuarr:"⇈",uum:"ü",uuml:"ü",uwangle:"⦧",vArr:"⇕",vBar:"⫨",vBarv:"⫩",vDash:"⊨",vangrt:"⦜",varepsilon:"ϵ",varkappa:"ϰ",varnothing:"∅",varphi:"ϕ",varpi:"ϖ",varpropto:"∝",varr:"↕",varrho:"ϱ",varsigma:"ς",varsubsetneq:"⊊︀",varsubsetneqq:"⫋︀",varsupsetneq:"⊋︀",varsupsetneqq:"⫌︀",vartheta:"ϑ",vartriangleleft:"⊲",vartriangleright:"⊳",vcy:"в",vdash:"⊢",vee:"∨",veebar:"⊻",veeeq:"≚",vellip:"⋮",verbar:"|",vert:"|",vfr:"𝔳",vltri:"⊲",vnsub:"⊂⃒",vnsup:"⊃⃒",vopf:"𝕧",vprop:"∝",vrtri:"⊳",vscr:"𝓋",vsubnE:"⫋︀",vsubne:"⊊︀",vsupnE:"⫌︀",vsupne:"⊋︀",vzigzag:"⦚",wcirc:"ŵ",wedbar:"⩟",wedge:"∧",wedgeq:"≙",weierp:"℘",wfr:"𝔴",wopf:"𝕨",wp:"℘",wr:"≀",wreath:"≀",wscr:"𝓌",xcap:"⋂",xcirc:"◯",xcup:"⋃",xdtri:"▽",xfr:"𝔵",xhArr:"⟺",xharr:"⟷",xi:"ξ",xlArr:"⟸",xlarr:"⟵",xmap:"⟼",xnis:"⋻",xodot:"⨀",xopf:"𝕩",xoplus:"⨁",xotime:"⨂",xrArr:"⟹",xrarr:"⟶",xscr:"𝓍",xsqcup:"⨆",xuplus:"⨄",xutri:"△",xvee:"⋁",xwedge:"⋀",yacut:"ý",yacute:"ý",yacy:"я",ycirc:"ŷ",ycy:"ы",ye:"¥",yen:"¥",yfr:"𝔶",yicy:"ї",yopf:"𝕪",yscr:"𝓎",yucy:"ю",yum:"ÿ",yuml:"ÿ",zacute:"ź",zcaron:"ž",zcy:"з",zdot:"ż",zeetrf:"ℨ",zeta:"ζ",zfr:"𝔷",zhcy:"ж",zigrarr:"⇝",zopf:"𝕫",zscr:"𝓏",zwj:"‍",zwnj:"‌"}});var sA=q((La,hl)=>{"use strict";var fl=iA();hl.exports=lx;var yl={}.hasOwnProperty;function lx(La){return yl.call(fl,La)?fl[La]:!1}});var aA=q((La,hl)=>{"use strict";var fl=mg(),yl=gg(),Pl=eA(),Ul=tA(),Gd=nA(),af=sA();hl.exports=yx;var n_={}.hasOwnProperty,i_=String.fromCharCode,p_=Function.prototype,w_={warning:null,reference:null,text:null,warningContext:null,referenceContext:null,textContext:null,position:{},additional:null,attribute:!1,nonTerminated:!0},D_=9,I_=10,N_=12,_m=32,pg=38,rA=59,iA=60,aA=61,oA=35,lA=88,cA=120,uA=65533,pA="named",dA="hexadecimal",hA="decimal",fA={};fA[dA]=16;fA[hA]=10;var _A={};_A[pA]=Gd;_A[hA]=Pl;_A[dA]=Ul;var mA=1,gA=2,AA=3,yA=4,bA=5,vA=6,EA=7,wA={};wA[mA]="Named character references must be terminated by a semicolon";wA[gA]="Numeric character references must be terminated by a semicolon";wA[AA]="Named character references cannot be empty";wA[yA]="Numeric character references cannot be empty";wA[bA]="Named character references must be known";wA[vA]="Numeric character references cannot be disallowed";wA[EA]="Numeric character references cannot be outside the permissible Unicode range";function yx(La,hl){var fl={},yl,Pl;hl||(hl={});for(Pl in w_)yl=hl[Pl],fl[Pl]=yl??w_[Pl];return(fl.position.indent||fl.position.start)&&(fl.indent=fl.position.indent||[],fl.position=fl.position.start),vx(La,fl)}function vx(La,hl){var Pl=hl.additional,Ul=hl.nonTerminated,w_=hl.text,mg=hl.reference,gg=hl.warning,eA=hl.textContext,tA=hl.referenceContext,nA=hl.warningContext,sA=hl.position,CA=hl.indent||[],xA=La.length,DA=0,SA=-1,kA=sA.column||1,TA=sA.line||1,IA="",BA=[],FA,PA,RA,NA,OA,QA,LA,MA,jA,UA,GA,qA,$A,JA,HA,VA,WA,zA,YA;for(typeof Pl=="string"&&(Pl=Pl.charCodeAt(0)),VA=ie(),MA=gg?F:p_,DA--,xA++;++DA65535&&(QA-=65536,UA+=i_(QA>>>10|55296),QA=56320|QA&1023),QA=UA+i_(QA))):JA!==pA&&MA(yA,zA)),QA?(ee(),VA=ie(),DA=YA-1,kA+=YA-$A+1,BA.push(QA),WA=ie(),WA.offset++,mg&&mg.call(tA,QA,{start:VA,end:WA},La.slice($A-1,YA)),VA=WA):(NA=La.slice($A-1,YA),IA+=NA,kA+=NA.length,DA=YA-1)}else OA===10&&(TA++,SA++,kA=0),OA===OA?(IA+=i_(OA),kA++):ee();return BA.join("");function ie(){return{line:TA,column:kA,offset:DA+(sA.offset||0)}}function F(La,hl){var fl=ie();fl.column+=hl,fl.offset+=hl,gg.call(nA,wA[La],fl,La)}function ee(){IA&&(BA.push(IA),w_&&w_.call(eA,IA,{start:VA,end:ie()}),IA="")}}function Ax(La){return La>=55296&&La<=57343||La>1114111}function Tx(La){return La>=1&&La<=8||La===11||La>=13&&La<=31||La>=127&&La<=159||La>=64976&&La<=65007||(La&65535)===65535||(La&65535)===65534}});var oA=q((La,hl)=>{"use strict";var fl=w_(),yl=aA();hl.exports=Lx;function Lx(La){return r.raw=n,r;function t(hl){for(var fl=La.offset,yl=hl.line,Pl=[];++yl&&yl in fl;)Pl.push((fl[yl]||0)+1);return{start:hl,indent:Pl}}function r(hl,fl,Pl){yl(hl,{position:t(fl),warning:a,text:Pl,reference:Pl,textContext:La,referenceContext:La})}function n(La,hl,Pl){return yl(La,fl(Pl,{position:t(hl),warning:a}))}function a(hl,fl,yl){yl!==3&&La.file.message(hl,fl)}}});var lA=q((La,hl)=>{"use strict";hl.exports=Ix;function Ix(La){return t;function t(hl,fl){var yl=this,Pl=yl.offset,Ul=[],Gd=yl[La+"Methods"],af=yl[La+"Tokenizers"],n_=fl.line,i_=fl.column,p_,w_,D_,I_,N_,_m;if(!hl)return Ul;for(L.now=C,L.file=yl.file,k("");hl;){for(p_=-1,w_=Gd.length,N_=!1;++p_{"use strict";hl.exports=un;var fl=["\\","`","*","{","}","[","]","(",")","#","+","-",".","!","_",">"],yl=fl.concat(["~","|"]),Pl=yl.concat([`\n`,'"',"$","%","&","'",",","/",":",";","<","=","?","@","^"]);un.default=fl;un.gfm=yl;un.commonmark=Pl;function un(La){var hl=La||{};return hl.commonmark?Pl:hl.gfm?yl:fl}});var uA=q((La,hl)=>{"use strict";hl.exports=["address","article","aside","base","basefont","blockquote","body","caption","center","col","colgroup","dd","details","dialog","dir","div","dl","dt","fieldset","figcaption","figure","footer","form","frame","frameset","h1","h2","h3","h4","h5","h6","head","header","hgroup","hr","html","iframe","legend","li","link","main","menu","menuitem","meta","nav","noframes","ol","optgroup","option","p","param","pre","section","source","title","summary","table","tbody","td","tfoot","th","thead","title","tr","track","ul"]});var pA=q((La,hl)=>{"use strict";hl.exports={position:!0,gfm:!0,commonmark:!1,pedantic:!1,blocks:uA()}});var dA=q((La,hl)=>{"use strict";var fl=w_(),yl=cA(),Pl=pA();hl.exports=Nx;function Nx(La){var hl=this,Ul=hl.options,Gd,af;if(La==null)La={};else if(typeof La=="object")La=fl(La);else throw new Error("Invalid value `"+La+"` for setting `options`");for(Gd in Pl){if(af=La[Gd],af==null&&(af=Ul[Gd]),Gd!=="blocks"&&typeof af!="boolean"||Gd==="blocks"&&typeof af!="object")throw new Error("Invalid value `"+af+"` for setting `options."+Gd+"`");La[Gd]=af}return hl.options=La,hl.escape=yl(La),hl}});var hA=q((La,hl)=>{"use strict";hl.exports=qs;function qs(La){if(La==null)return Ux;if(typeof La=="string")return zx(La);if(typeof La=="object")return"length"in La?Mx(La):Rx(La);if(typeof La=="function")return La;throw new Error("Expected function, string, or object as test")}function Rx(La){return t;function t(hl){var fl;for(fl in La)if(hl[fl]!==La[fl])return!1;return!0}}function Mx(La){for(var hl=[],fl=-1;++fl{hl.exports=Hx;function Hx(La){return La}});var _A=q((La,hl)=>{"use strict";hl.exports=on;var fl=hA(),yl=fA(),Pl=!0,Ul="skip",Gd=!1;on.CONTINUE=Pl;on.SKIP=Ul;on.EXIT=Gd;function on(La,hl,Pl,af){var n_,i_;typeof hl=="function"&&typeof Pl!="function"&&(af=Pl,Pl=hl,hl=null),i_=fl(hl),n_=af?-1:1,i(La,null,[])();function i(La,fl,p_){var w_=typeof La=="object"&&La!==null?La:{},D_;return typeof w_.type=="string"&&(D_=typeof w_.tagName=="string"?w_.tagName:typeof w_.name=="string"?w_.name:void 0,h.displayName="node ("+yl(w_.type+(D_?"<"+D_+">":""))+")"),h;function h(){var yl=p_.concat(La),w_=[],D_,I_;if((!hl||i_(La,fl,p_[p_.length-1]||null))&&(w_=Wx(Pl(La,p_)),w_[0]===Gd))return w_;if(La.children&&w_[0]!==Ul)for(I_=(af?La.children.length:-1)+n_;I_>-1&&I_{"use strict";hl.exports=ln;var fl=_A(),yl=fl.CONTINUE,Pl=fl.SKIP,Ul=fl.EXIT;ln.CONTINUE=yl;ln.SKIP=Pl;ln.EXIT=Ul;function ln(La,hl,yl,Pl){typeof hl=="function"&&typeof yl!="function"&&(Pl=yl,yl=hl,hl=null),fl(La,hl,a,Pl);function a(La,hl){var fl=hl[hl.length-1],Pl=fl?fl.children.indexOf(La):null;return yl(La,Pl,fl)}}});var gA=q((La,hl)=>{"use strict";var fl=mA();hl.exports=Qx;function Qx(La,hl){return fl(La,hl?Jx:Xx),La}function Jx(La){delete La.position}function Xx(La){La.position=void 0}});var AA=q((La,hl)=>{"use strict";var fl=w_(),yl=gA();hl.exports=r1;var Pl=`\n`,Ul=/\r\n|\r/g;function r1(){var La=this,hl=String(La.file),Gd={line:1,column:1,offset:0},af=fl(Gd),n_;return hl=hl.replace(Ul,Pl),hl.charCodeAt(0)===65279&&(hl=hl.slice(1),af.column++,af.offset++),n_={type:"root",children:La.tokenizeBlock(hl,af),position:{start:Gd,end:La.eof||fl(Gd)}},La.options.position||yl(n_,!0),n_}});var yA=q((La,hl)=>{"use strict";var fl=/^[ \t]*(\n|$)/;hl.exports=i1;function i1(La,hl,yl){for(var Pl,Ul="",Gd=0,af=hl.length;Gd{"use strict";var fl="",yl;hl.exports=a1;function a1(La,hl){if(typeof La!="string")throw new TypeError("expected a string");if(hl===1)return La;if(hl===2)return La+La;var Pl=La.length*hl;if(yl!==La||typeof yl>"u")yl=La,fl="";else if(fl.length>=Pl)return fl.substr(0,Pl);for(;Pl>fl.length&&hl>1;)hl&1&&(fl+=La),hl>>=1,La+=La;return fl+=La,fl=fl.substr(0,Pl),fl}});var vA=q((La,hl)=>{"use strict";hl.exports=u1;function u1(La){return String(La).replace(/\n+$/,"")}});var EA=q((La,hl)=>{"use strict";var fl=bA(),yl=vA();hl.exports=f1;var Pl=`\n`,Ul="\t",Gd=" ",af=4,n_=fl(Gd,af);function f1(La,hl,fl){for(var af=-1,i_=hl.length,p_="",w_="",D_="",I_="",N_,_m,pg;++af{"use strict";hl.exports=D1;var fl=`\n`,yl="\t",Pl=" ",Ul="~",Gd="`",af=3,n_=4;function D1(La,hl,i_){var p_=this,w_=p_.options.gfm,D_=hl.length+1,I_=0,N_="",_m,pg,mg,gg,eA,tA,rA,nA,iA,sA,aA,oA,lA;if(w_){for(;I_=n_)){for(rA="";I_{La=hl.exports=d1;function d1(hl){return hl.trim?hl.trim():La.right(La.left(hl))}La.left=function(La){return La.trimLeft?La.trimLeft():La.replace(/^\s\s*/,"")};La.right=function(La){if(La.trimRight)return La.trimRight();for(var hl=/\s/,fl=La.length;hl.test(La.charAt(--fl)););return La.slice(0,fl+1)}});var xA=q((La,hl)=>{"use strict";hl.exports=g1;function g1(La,hl,fl,yl){for(var Pl=La.length,Ul=-1,Gd,af;++Ul{"use strict";var fl=CA(),yl=xA();hl.exports=F1;var Pl=`\n`,Ul="\t",Gd=" ",af=">";function F1(La,hl,n_){for(var i_=this,p_=i_.offset,w_=i_.blockTokenizers,D_=i_.interruptBlockquote,I_=La.now(),N_=I_.line,_m=hl.length,pg=[],mg=[],gg=[],eA,tA=0,rA,nA,iA,sA,aA,oA,lA,cA;tA<_m&&(rA=hl.charAt(tA),!(rA!==Gd&&rA!==Ul));)tA++;if(hl.charAt(tA)===af){if(n_)return!0;for(tA=0;tA<_m;){for(iA=hl.indexOf(Pl,tA),oA=tA,lA=!1,iA===-1&&(iA=_m);tA<_m&&(rA=hl.charAt(tA),!(rA!==Gd&&rA!==Ul));)tA++;if(hl.charAt(tA)===af?(tA++,lA=!0,hl.charAt(tA)===Gd&&tA++):tA=oA,sA=hl.slice(tA,iA),!lA&&!fl(sA)){tA=oA;break}if(!lA&&(nA=hl.slice(tA),yl(D_,w_,i_,[La,nA,!0])))break;aA=oA===tA?sA:hl.slice(oA,iA),gg.push(tA-oA),pg.push(aA),mg.push(sA),tA=iA+1}for(tA=-1,_m=gg.length,eA=La(pg.join(Pl));++tA<_m;)p_[N_]=(p_[N_]||0)+gg[tA],N_++;return cA=i_.enterBlock(),mg=i_.tokenizeBlock(mg.join(Pl),I_),cA(),eA({type:"blockquote",children:mg})}}});var SA=q((La,hl)=>{"use strict";hl.exports=E1;var fl=`\n`,yl="\t",Pl=" ",Ul="#",Gd=6;function E1(La,hl,af){for(var n_=this,i_=n_.options.pedantic,p_=hl.length+1,w_=-1,D_=La.now(),I_="",N_="",_m,pg,mg;++w_Gd)&&!(!mg||!i_&&hl.charAt(w_+1)===Ul)){for(p_=hl.length+1,pg="";++w_{"use strict";hl.exports=S1;var fl="\t",yl=`\n`,Pl=" ",Ul="*",Gd="-",af="_",n_=3;function S1(La,hl,i_){for(var p_=-1,w_=hl.length+1,D_="",I_,N_,_m,pg;++p_=n_&&(!I_||I_===yl)?(D_+=pg,i_?!0:La(D_)({type:"thematicBreak"})):void 0}});var TA=q((La,hl)=>{"use strict";hl.exports=B1;var fl="\t",yl=" ",Pl=1,Ul=4;function B1(La){for(var hl=0,Gd=0,af=La.charAt(hl),n_={},i_,p_=0;af===fl||af===yl;){for(i_=af===fl?Ul:Pl,Gd+=i_,i_>1&&(Gd=Math.floor(Gd/i_)*i_);p_{"use strict";var fl=CA(),yl=bA(),Pl=TA();hl.exports=M1;var Ul=`\n`,Gd=" ",af="!";function M1(La,hl){var n_=La.split(Ul),i_=n_.length+1,p_=1/0,w_=[],D_,I_,N_;for(n_.unshift(yl(Gd,hl)+af);i_--;)if(I_=Pl(n_[i_]),w_[i_]=I_.stops,fl(n_[i_]).length!==0)if(I_.indent)I_.indent>0&&I_.indent{"use strict";var fl=CA(),yl=bA(),Pl=eA(),Ul=TA(),Gd=IA(),af=xA();hl.exports=X1;var n_="*",i_="_",p_="+",w_="-",D_=".",I_=" ",N_=`\n`,_m="\t",pg=")",mg="x",gg=4,tA=/\n\n(?!\s*$)/,rA=/^\[([ X\tx])][ \t]/,nA=/^([ \t]*)([*+-]|\d+[.)])( {1,4}(?! )| |\t|$|(?=\n))([^\n]*)/,iA=/^([ \t]*)([*+-]|\d+[.)])([ \t]+)/,sA=/^( {1,4}|\t)?/gm;function X1(La,hl,yl){for(var Ul=this,Gd=Ul.options.commonmark,mg=Ul.options.pedantic,eA=Ul.blockTokenizers,tA=Ul.interruptList,rA=0,nA=hl.length,iA=null,sA,aA,oA,lA,cA,uA,pA,dA,hA,fA,_A,mA,gA,AA,yA,bA,vA,EA,wA,CA=!1,xA,DA,SA,kA;rA=vA.indent&&(kA=!0),lA=hl.charAt(rA),hA=null,!kA){if(lA===n_||lA===p_||lA===w_)hA=lA,rA++,sA++;else{for(aA="";rA=vA.indent||sA>gg),dA=!1,rA=pA;if(_A=hl.slice(pA,uA),fA=pA===rA?_A:hl.slice(rA,uA),(hA===n_||hA===i_||hA===w_)&&eA.thematicBreak.call(Ul,La,_A,!0))break;if(mA=gA,gA=!dA&&!fl(fA).length,kA&&vA)vA.value=vA.value.concat(bA,_A),yA=yA.concat(bA,_A),bA=[];else if(dA)bA.length!==0&&(CA=!0,vA.value.push(""),vA.trail=bA.concat()),vA={value:[_A],indent:sA,trail:[]},AA.push(vA),yA=yA.concat(bA,_A),bA=[];else if(gA){if(mA&&!Gd)break;bA.push(_A)}else{if(mA||af(tA,eA,Ul,[La,_A,!0]))break;vA.value=vA.value.concat(bA,_A),yA=yA.concat(bA,_A),bA=[]}rA=uA+1}for(xA=La(yA.join(N_)).reset({type:"list",ordered:oA,start:iA,spread:CA,children:[]}),EA=Ul.enterList(),wA=Ul.enterBlock(),rA=-1,nA=AA.length;++rA{"use strict";hl.exports=ok;var fl=`\n`,yl="\t",Pl=" ",Ul="=",Gd="-",af=3,n_=1,i_=2;function ok(La,hl,p_){for(var w_=this,D_=La.now(),I_=hl.length,N_=-1,_m="",pg,mg,gg,eA,tA;++N_=af){N_--;break}_m+=gg}for(pg="",mg="";++N_{"use strict";var hl="[a-zA-Z_:][a-zA-Z0-9:._-]*",fl="[^\"'=<>`\\u0000-\\u0020]+",yl="'[^']*'",Pl='"[^"]*"',Ul="(?:"+fl+"|"+yl+"|"+Pl+")",Gd="(?:\\s+"+hl+"(?:\\s*=\\s*"+Ul+")?)",af="<[A-Za-z][A-Za-z0-9\\-]*"+Gd+"*\\s*\\/?>",n_="<\\/[A-Za-z][A-Za-z0-9\\-]*\\s*>",i_="\x3c!----\x3e|\x3c!--(?:-?[^>-])(?:-?[^-])*--\x3e",p_="<[?].*?[?]>",w_="]*>",D_="";La.openCloseTag=new RegExp("^(?:"+af+"|"+n_+")");La.tag=new RegExp("^(?:"+af+"|"+n_+"|"+i_+"|"+p_+"|"+w_+"|"+D_+")")});var RA=q((La,hl)=>{"use strict";var fl=PA().openCloseTag;hl.exports=Bk;var yl="\t",Pl=" ",Ul=`\n`,Gd="<",af=/^<(script|pre|style)(?=(\s|>|$))/i,n_=/<\/(script|pre|style)>/i,i_=/^/,w_=/^<\?/,D_=/\?>/,I_=/^/,_m=/^/,mg=/^$/,gg=new RegExp(fl.source+"\\s*$");function Bk(La,hl,fl){for(var eA=this,tA=eA.options.blocks.join("|"),rA=new RegExp("^|$))","i"),nA=hl.length,iA=0,sA,aA,oA,lA,cA,uA,pA,dA=[[af,n_,!0],[i_,p_,!0],[w_,D_,!0],[I_,N_,!0],[_m,pg,!0],[rA,mg,!0],[gg,mg,!1]];iA{"use strict";hl.exports=Ok;var fl=String.fromCharCode,yl=/\s/;function Ok(La){return yl.test(typeof La=="number"?fl(La):La.charAt(0))}});var OA=q((La,hl)=>{"use strict";hl.exports=Nk;function Nk(La){return String(La).replace(/\s+/g," ")}});var QA=q((La,hl)=>{"use strict";var fl=OA();hl.exports=Mk;function Mk(La){return fl(La).toLowerCase()}});var LA=q((La,hl)=>{"use strict";var fl=NA(),yl=QA();hl.exports=Wk;var Pl='"',Ul="'",Gd="\\",af=`\n`,n_="\t",i_=" ",p_="[",w_="]",D_="(",I_=")",N_=":",_m="<",pg=">";function Wk(La,hl,fl){for(var pg=this,mg=pg.options.commonmark,gg=0,eA=hl.length,tA="",rA,nA,iA,sA,aA,oA,lA,cA;gg{"use strict";var fl=NA();hl.exports=n0;var yl="\t",Pl=`\n`,Ul=" ",Gd="-",af=":",n_="\\",i_="|",p_=1,w_=2,D_="left",I_="center",N_="right";function n0(La,hl,_m){var pg=this,mg,gg,eA,tA,rA,nA,iA,sA,aA,oA,lA,cA,uA,pA,dA,hA,fA,_A,mA,gA,AA,yA;if(pg.options.gfm){for(mg=0,hA=0,nA=hl.length+1,iA=[];mggA){if(hA1&&(aA?(tA+=sA.slice(0,-1),sA=sA.charAt(sA.length-1)):(tA+=sA,sA="")),pA=La.now(),La(tA)({type:"tableCell",children:pg.tokenizeInline(cA,pA)},rA)),La(sA+aA),sA="",cA=""):(sA&&(cA+=sA,sA=""),cA+=aA,aA===n_&&mg!==nA-2&&(cA+=fA.charAt(mg+1),mg++)),uA=!1,mg++}dA||La(Pl+gg)}return mA}}}});var jA=q((La,hl)=>{"use strict";var fl=CA(),yl=vA(),Pl=xA();hl.exports=l0;var Ul="\t",Gd=`\n`,af=" ",n_=4;function l0(La,hl,i_){for(var p_=this,w_=p_.options,D_=w_.commonmark,I_=p_.blockTokenizers,N_=p_.interruptParagraph,_m=hl.indexOf(Gd),pg=hl.length,mg,gg,eA,tA,rA;_m=n_&&eA!==Gd){_m=hl.indexOf(Gd,_m+1);continue}}if(gg=hl.slice(_m+1),Pl(N_,I_,p_,[La,gg,!0]))break;if(mg=_m,_m=hl.indexOf(Gd,_m+1),_m!==-1&&fl(hl.slice(mg,_m))===""){_m=mg;break}}return gg=hl.slice(0,_m),i_?!0:(rA=La.now(),gg=yl(gg),La(gg)({type:"paragraph",children:p_.tokenizeInline(gg,rA)}))}});var UA=q((La,hl)=>{"use strict";hl.exports=c0;function c0(La,hl){return La.indexOf("\\",hl)}});var GA=q((La,hl)=>{"use strict";var fl=UA();hl.exports=rc;rc.locator=fl;var yl=`\n`,Pl="\\";function rc(La,hl,fl){var Ul=this,Gd,af;if(hl.charAt(0)===Pl&&(Gd=hl.charAt(1),Ul.escape.indexOf(Gd)!==-1))return fl?!0:(Gd===yl?af={type:"break"}:af={type:"text",value:Gd},La(Pl+Gd)(af))}});var qA=q((La,hl)=>{"use strict";hl.exports=h0;function h0(La,hl){return La.indexOf("<",hl)}});var $A=q((La,hl)=>{"use strict";var fl=NA(),yl=aA(),Pl=qA();hl.exports=da;da.locator=Pl;da.notInLink=!0;var Ul="<",Gd=">",af="@",n_="/",i_="mailto:",p_=i_.length;function da(La,hl,Pl){var w_=this,D_="",I_=hl.length,N_=0,_m="",pg=!1,mg="",gg,eA,tA,rA,nA;if(hl.charAt(0)===Ul){for(N_++,D_=Ul;N_{"use strict";hl.exports=d0;function d0(La,hl){var fl=String(La),yl=0,Pl;if(typeof hl!="string")throw new Error("Expected character");for(Pl=fl.indexOf(hl);Pl!==-1;)yl++,Pl=fl.indexOf(hl,Pl+hl.length);return yl}});var HA=q((La,hl)=>{"use strict";hl.exports=g0;var fl=["www.","http://","https://"];function g0(La,hl){var yl=-1,Pl,Ul,Gd;if(!this.options.gfm)return yl;for(Ul=fl.length,Pl=-1;++Pl{"use strict";var fl=JA(),yl=aA(),Pl=eA(),Ul=rA(),Gd=NA(),af=HA();hl.exports=ka;ka.locator=af;ka.notInLink=!0;var n_=33,i_=38,p_=41,w_=42,D_=44,I_=45,N_=46,_m=58,pg=59,mg=63,gg=60,tA=95,nA=126,iA="(",sA=")";function ka(La,hl,af){var eA=this,rA=eA.options.gfm,aA=eA.inlineTokenizers,oA=hl.length,lA=-1,cA=!1,uA,pA,dA,hA,fA,_A,mA,gA,AA,yA,bA,vA,EA,wA;if(rA){if(hl.slice(0,4)==="www.")cA=!0,hA=4;else if(hl.slice(0,7).toLowerCase()==="http://")hA=7;else if(hl.slice(0,8).toLowerCase()==="https://")hA=8;else return;for(lA=hA-1,dA=hA,uA=[];hAAA;)hA=fA+_A.lastIndexOf(sA),_A=hl.slice(fA,hA),yA--;if(hl.charCodeAt(hA-1)===pg&&(hA--,Ul(hl.charCodeAt(hA-1)))){for(gA=hA-2;Ul(hl.charCodeAt(gA));)gA--;hl.charCodeAt(gA)===i_&&(hA=gA)}return bA=hl.slice(0,hA),EA=yl(bA,{nonTerminated:!1}),cA&&(EA="http://"+EA),wA=eA.enterLink(),eA.inlineTokenizers={text:aA.text},vA=eA.tokenizeInline(bA,La.now()),eA.inlineTokenizers=aA,wA(),La(bA)({type:"link",title:null,url:EA,children:vA})}}}});var WA=q((La,hl)=>{"use strict";var fl=eA(),yl=rA(),Pl=43,Ul=45,Gd=46,af=95;hl.exports=Ec;function Ec(La,hl){var fl=this,yl,Pl;if(!this.options.gfm||(yl=La.indexOf("@",hl),yl===-1))return-1;if(Pl=yl,Pl===hl||!bc(La.charCodeAt(Pl-1)))return Ec.call(fl,La,yl+1);for(;Pl>hl&&bc(La.charCodeAt(Pl-1));)Pl--;return Pl}function bc(La){return fl(La)||yl(La)||La===Pl||La===Ul||La===Gd||La===af}});var zA=q((La,hl)=>{"use strict";var fl=aA(),yl=eA(),Pl=rA(),Ul=WA();hl.exports=Ea;Ea.locator=Ul;Ea.notInLink=!0;var Gd=43,af=45,n_=46,i_=64,p_=95;function Ea(La,hl,Ul){var w_=this,D_=w_.options.gfm,I_=w_.inlineTokenizers,N_=0,_m=hl.length,pg=-1,mg,gg,eA,tA;if(D_){for(mg=hl.charCodeAt(N_);yl(mg)||Pl(mg)||mg===Gd||mg===af||mg===n_||mg===p_;)mg=hl.charCodeAt(++N_);if(N_!==0&&mg===i_){for(N_++;N_<_m;){if(mg=hl.charCodeAt(N_),yl(mg)||Pl(mg)||mg===af||mg===n_||mg===p_){N_++,pg===-1&&mg===n_&&(pg=N_);continue}break}if(!(pg===-1||pg===N_||mg===af||mg===p_))return mg===n_&&N_--,gg=hl.slice(0,N_),Ul?!0:(tA=w_.enterLink(),w_.inlineTokenizers={text:I_.text},eA=w_.tokenizeInline(gg,La.now()),w_.inlineTokenizers=I_,tA(),La(gg)({type:"link",title:null,url:"mailto:"+fl(gg,{nonTerminated:!1}),children:eA}))}}}});var YA=q((La,hl)=>{"use strict";var fl=rA(),yl=qA(),Pl=PA().tag;hl.exports=Sc;Sc.locator=yl;var Ul="<",Gd="?",af="!",n_="/",i_=/^/i;function Sc(La,hl,yl){var w_=this,D_=hl.length,I_,N_;if(!(hl.charAt(0)!==Ul||D_<3)&&(I_=hl.charAt(1),!(!fl(I_)&&I_!==Gd&&I_!==af&&I_!==n_)&&(N_=hl.match(Pl),!!N_)))return yl?!0:(N_=N_[0],!w_.inLink&&i_.test(N_)?w_.inLink=!0:w_.inLink&&p_.test(N_)&&(w_.inLink=!1),La(N_)({type:"html",value:N_}))}});var KA=q((La,hl)=>{"use strict";hl.exports=Z0;function Z0(La,hl){var fl=La.indexOf("[",hl),yl=La.indexOf("![",hl);return yl===-1||fl{"use strict";var fl=NA(),yl=KA();hl.exports=Nc;Nc.locator=yl;var Pl=`\n`,Ul="!",Gd='"',af="'",n_="(",i_=")",p_="<",w_=">",D_="[",I_="\\",N_="]",_m="`";function Nc(La,hl,yl){var pg=this,mg="",gg=0,eA=hl.charAt(0),tA=pg.options.pedantic,rA=pg.options.commonmark,nA=pg.options.gfm,iA,sA,aA,oA,lA,cA,uA,pA,dA,hA,fA,_A,mA,gA,AA,yA,bA,vA;if(eA===Ul&&(pA=!0,mg=eA,eA=hl.charAt(++gg)),eA===D_&&!(!pA&&pg.inLink)){for(mg+=eA,gA="",gg++,fA=hl.length,yA=La.now(),mA=0,yA.column+=gg,yA.offset+=gg;gg=aA&&(aA=0):aA=sA}else if(eA===I_)gg++,cA+=hl.charAt(gg);else if((!aA||nA)&&eA===D_)mA++;else if((!aA||nA)&&eA===N_)if(mA)mA--;else{if(hl.charAt(gg+1)!==n_)return;cA+=n_,iA=!0,gg++;break}gA+=cA,cA="",gg++}if(iA){for(dA=gA,mg+=gA+cA,gg++;gg{"use strict";var fl=NA(),yl=KA(),Pl=QA();hl.exports=zc;zc.locator=yl;var Ul="link",Gd="image",af="shortcut",n_="collapsed",i_="full",p_="!",w_="[",D_="\\",I_="]";function zc(La,hl,yl){var N_=this,_m=N_.options.commonmark,pg=hl.charAt(0),mg=0,gg=hl.length,eA="",tA="",rA=Ul,nA=af,iA,sA,aA,oA,lA,cA,uA,pA;if(pg===p_&&(rA=Gd,tA=pg,pg=hl.charAt(++mg)),pg===w_){for(mg++,tA+=pg,cA="",pA=0;mg{"use strict";hl.exports=fF;function fF(La,hl){var fl=La.indexOf("**",hl),yl=La.indexOf("__",hl);return yl===-1?fl:fl===-1||yl{"use strict";var fl=CA(),yl=NA(),Pl=hy();hl.exports=Yc;Yc.locator=Pl;var Ul="\\",Gd="*",af="_";function Yc(La,hl,Pl){var n_=this,i_=0,p_=hl.charAt(i_),w_,D_,I_,N_,_m,pg,mg;if(!(p_!==Gd&&p_!==af||hl.charAt(++i_)!==p_)&&(D_=n_.options.pedantic,I_=p_,_m=I_+I_,pg=hl.length,i_++,N_="",p_="",!(D_&&yl(hl.charAt(i_)))))for(;i_{"use strict";hl.exports=kF;var fl=String.fromCharCode,yl=/\w/;function kF(La){return yl.test(typeof La=="number"?fl(La):La.charAt(0))}});var wy=q((La,hl)=>{"use strict";hl.exports=FF;function FF(La,hl){var fl=La.indexOf("*",hl),yl=La.indexOf("_",hl);return yl===-1?fl:fl===-1||yl{"use strict";var fl=CA(),yl=yy(),Pl=NA(),Ul=wy();hl.exports=tf;tf.locator=Ul;var Gd="*",af="_",n_="\\";function tf(La,hl,Ul){var i_=this,p_=0,w_=hl.charAt(p_),D_,I_,N_,_m,pg,mg,gg;if(!(w_!==Gd&&w_!==af)&&(I_=i_.options.pedantic,pg=w_,N_=w_,mg=hl.length,p_++,_m="",w_="",!(I_&&Pl(hl.charAt(p_)))))for(;p_{"use strict";hl.exports=vF;function vF(La,hl){return La.indexOf("~~",hl)}});var Zy=q((La,hl)=>{"use strict";var fl=NA(),yl=Ty();hl.exports=lf;lf.locator=yl;var Pl="~",Ul="~~";function lf(La,hl,yl){var Gd=this,af="",n_="",i_="",p_="",w_,D_,I_;if(!(!Gd.options.gfm||hl.charAt(0)!==Pl||hl.charAt(1)!==Pl||fl(hl.charAt(2))))for(w_=1,D_=hl.length,I_=La.now(),I_.column+=2,I_.offset+=2;++w_{"use strict";hl.exports=TF;function TF(La,hl){return La.indexOf("`",hl)}});var Rb=q((La,hl)=>{"use strict";var fl=kb();hl.exports=mf;mf.locator=fl;var yl=10,Pl=32,Ul=96;function mf(La,hl,fl){for(var Gd=hl.length,af=0,n_,i_,p_,w_,D_,I_;af2&&(w_===Pl||w_===yl)&&(D_===Pl||D_===yl)){for(af++,Gd--;af{"use strict";hl.exports=LF;function LF(La,hl){for(var fl=La.indexOf(`\n`,hl);fl>hl&&La.charAt(fl-1)===" ";)fl--;return fl}});var Ob=q((La,hl)=>{"use strict";var fl=Nb();hl.exports=kf;kf.locator=fl;var yl=" ",Pl=`\n`,Ul=2;function kf(La,hl,fl){for(var Gd=hl.length,af=-1,n_="",i_;++af{"use strict";hl.exports=PF;function PF(La,hl,fl){var yl=this,Pl,Ul,Gd,af,n_,i_,p_,w_,D_,I_;if(fl)return!0;for(Pl=yl.inlineMethods,af=Pl.length,Ul=yl.inlineTokenizers,Gd=-1,D_=hl.length;++Gd{"use strict";var fl=w_(),yl=N_(),Pl=_m(),Ul=pg(),Gd=oA(),af=lA();hl.exports=Cf;function Cf(La,hl){this.file=hl,this.offset={},this.options=fl(this.options),this.setOptions({}),this.inList=!1,this.inBlock=!1,this.inLink=!1,this.atStart=!0,this.toOffset=Pl(hl).toOffset,this.unescape=Ul(this,"escape"),this.decode=Gd(this)}var n_=Cf.prototype;n_.setOptions=dA();n_.parse=AA();n_.options=pA();n_.exitStart=yl("atStart",!0);n_.enterList=yl("inList",!1);n_.enterLink=yl("inLink",!1);n_.enterBlock=yl("inBlock",!1);n_.interruptParagraph=[["thematicBreak"],["list"],["atxHeading"],["fencedCode"],["blockquote"],["html"],["setextHeading",{commonmark:!1}],["definition",{commonmark:!1}]];n_.interruptList=[["atxHeading",{pedantic:!1}],["fencedCode",{pedantic:!1}],["thematicBreak",{pedantic:!1}],["definition",{commonmark:!1}]];n_.interruptBlockquote=[["indentedCode",{commonmark:!0}],["fencedCode",{commonmark:!0}],["atxHeading",{commonmark:!0}],["setextHeading",{commonmark:!0}],["thematicBreak",{commonmark:!0}],["html",{commonmark:!0}],["list",{commonmark:!0}],["definition",{commonmark:!1}]];n_.blockTokenizers={blankLine:yA(),indentedCode:EA(),fencedCode:wA(),blockquote:DA(),atxHeading:SA(),thematicBreak:kA(),list:BA(),setextHeading:FA(),html:RA(),definition:LA(),table:MA(),paragraph:jA()};n_.inlineTokenizers={escape:GA(),autoLink:$A(),url:VA(),email:zA(),html:YA(),link:XA(),reference:ZA(),strong:gy(),emphasis:Sy(),deletion:Zy(),code:Rb(),break:Ob(),text:jb()};n_.blockMethods=yf(n_.blockTokenizers);n_.inlineMethods=yf(n_.inlineTokenizers);n_.tokenizeBlock=af("block");n_.tokenizeInline=af("inline");n_.tokenizeFactory=af;function yf(La){var hl=[],fl;for(fl in La)hl.push(fl);return hl}});var Hb=q((La,hl)=>{"use strict";var fl=I_(),yl=w_(),Pl=Gb();hl.exports=Sf;Sf.Parser=Pl;function Sf(La){var hl=this.data("settings"),Ul=fl(Pl);Ul.prototype.options=yl(Ul.prototype.options,hl,La),this.Parser=Ul}});var Xb=q((La,hl)=>{"use strict";hl.exports=HF;function HF(La){if(La)throw La}});var Zb=q((La,hl)=>{hl.exports=function(La){return La!=null&&La.constructor!=null&&typeof La.constructor.isBuffer=="function"&&La.constructor.isBuffer(La)}});var Qv=q((La,hl)=>{"use strict";var fl=Object.prototype.hasOwnProperty,yl=Object.prototype.toString,Pl=Object.defineProperty,Ul=Object.getOwnPropertyDescriptor,Nf=function(La){return typeof Array.isArray=="function"?Array.isArray(La):yl.call(La)==="[object Array]"},Rf=function(La){if(!La||yl.call(La)!=="[object Object]")return!1;var hl=fl.call(La,"constructor"),Pl=La.constructor&&La.constructor.prototype&&fl.call(La.constructor.prototype,"isPrototypeOf");if(La.constructor&&!hl&&!Pl)return!1;var Ul;for(Ul in La);return typeof Ul>"u"||fl.call(La,Ul)},Mf=function(La,hl){Pl&&hl.name==="__proto__"?Pl(La,hl.name,{enumerable:!0,configurable:!0,value:hl.newValue,writable:!0}):La[hl.name]=hl.newValue},zf=function(La,hl){if(hl==="__proto__")if(fl.call(La,hl)){if(Ul)return Ul(La,hl).value}else return;return La[hl]};hl.exports=function e(){var La,hl,fl,yl,Pl,Ul,Gd=arguments[0],af=1,n_=arguments.length,i_=!1;for(typeof Gd=="boolean"&&(i_=Gd,Gd=arguments[1]||{},af=2),(Gd==null||typeof Gd!="object"&&typeof Gd!="function")&&(Gd={});af{"use strict";hl.exports=La=>{if(Object.prototype.toString.call(La)!=="[object Object]")return!1;let hl=Object.getPrototypeOf(La);return hl===null||hl===Object.prototype}});var tE=q((La,hl)=>{"use strict";var fl=[].slice;hl.exports=GF;function GF(La,hl){var yl;return n;function n(){var hl=fl.call(arguments,0),Pl=La.length>hl.length,Ul;Pl&&hl.push(a);try{Ul=La.apply(null,hl)}catch(La){if(Pl&&yl)throw La;return a(La)}Pl||(Ul&&typeof Ul.then=="function"?Ul.then(u,a):Ul instanceof Error?a(Ul):u(Ul))}function a(){yl||(yl=!0,hl.apply(null,arguments))}function u(La){a(null,La)}}});var aE=q((La,hl)=>{"use strict";var fl=tE();hl.exports=Qf;Qf.wrap=fl;var yl=[].slice;function Qf(){var La=[],hl={};return hl.run=r,hl.use=n,hl;function r(){var hl=-1,Pl=yl.call(arguments,0,-1),Ul=arguments[arguments.length-1];if(typeof Ul!="function")throw new Error("Expected function as last argument, not "+Ul);o.apply(null,[null].concat(Pl));function o(Gd){var af=La[++hl],n_=yl.call(arguments,0),i_=n_.slice(1),p_=Pl.length,w_=-1;if(Gd){Ul(Gd);return}for(;++w_{"use strict";var fl={}.hasOwnProperty;hl.exports=WF;function WF(La){return!La||typeof La!="object"?"":fl.call(La,"position")||fl.call(La,"type")?Zf(La.position):fl.call(La,"start")||fl.call(La,"end")?Zf(La):fl.call(La,"line")||fl.call(La,"column")?Ba(La):""}function Ba(La){return(!La||typeof La!="object")&&(La={}),ep(La.line)+":"+ep(La.column)}function Zf(La){return(!La||typeof La!="object")&&(La={}),Ba(La.start)+"-"+Ba(La.end)}function ep(La){return La&&typeof La=="number"?La:1}});var hE=q((La,hl)=>{"use strict";var fl=lE();hl.exports=_a;function np(){}np.prototype=Error.prototype;_a.prototype=new np;var yl=_a.prototype;yl.file="";yl.name="";yl.reason="";yl.message="";yl.stack="";yl.fatal=null;yl.column=null;yl.line=null;function _a(La,hl,yl){var Pl,Ul,Gd;typeof hl=="string"&&(yl=hl,hl=null),Pl=jF(yl),Ul=fl(hl)||"1:1",Gd={start:{line:null,column:null},end:{line:null,column:null}},hl&&hl.position&&(hl=hl.position),hl&&(hl.start?(Gd=hl,hl=hl.start):Gd.start=hl),La.stack&&(this.stack=La.stack,La=La.message),this.message=La,this.name=Ul,this.reason=La,this.line=hl?hl.line:null,this.column=hl?hl.column:null,this.location=Gd,this.source=Pl[0],this.ruleId=Pl[1]}function jF(La){var hl=[null,null],fl;return typeof La=="string"&&(fl=La.indexOf(":"),fl===-1?hl[1]=La:(hl[0]=La.slice(0,fl),hl[1]=La.slice(fl+1))),hl}});var mE=q(La=>{"use strict";La.basename=$F;La.dirname=KF;La.extname=QF;La.join=JF;La.sep="/";function $F(La,hl){var fl=0,yl=-1,Pl,Ul,Gd,af;if(hl!==void 0&&typeof hl!="string")throw new TypeError('"ext" argument must be a string');if(br(La),Pl=La.length,hl===void 0||!hl.length||hl.length>La.length){for(;Pl--;)if(La.charCodeAt(Pl)===47){if(Gd){fl=Pl+1;break}}else yl<0&&(Gd=!0,yl=Pl+1);return yl<0?"":La.slice(fl,yl)}if(hl===La)return"";for(Ul=-1,af=hl.length-1;Pl--;)if(La.charCodeAt(Pl)===47){if(Gd){fl=Pl+1;break}}else Ul<0&&(Gd=!0,Ul=Pl+1),af>-1&&(La.charCodeAt(Pl)===hl.charCodeAt(af--)?af<0&&(yl=Pl):(af=-1,yl=Ul));return fl===yl?yl=Ul:yl<0&&(yl=La.length),La.slice(fl,yl)}function KF(La){var hl,fl,yl;if(br(La),!La.length)return".";for(hl=-1,yl=La.length;--yl;)if(La.charCodeAt(yl)===47){if(fl){hl=yl;break}}else fl||(fl=!0);return hl<0?La.charCodeAt(0)===47?"/":".":hl===1&&La.charCodeAt(0)===47?"//":La.slice(0,hl)}function QF(La){var hl=-1,fl=0,yl=-1,Pl=0,Ul,Gd,af;for(br(La),af=La.length;af--;){if(Gd=La.charCodeAt(af),Gd===47){if(Ul){fl=af+1;break}continue}yl<0&&(Ul=!0,yl=af+1),Gd===46?hl<0?hl=af:Pl!==1&&(Pl=1):hl>-1&&(Pl=-1)}return hl<0||yl<0||Pl===0||Pl===1&&hl===yl-1&&hl===fl+1?"":La.slice(hl,yl)}function JF(){for(var La=-1,hl;++La2){if(n_=fl.lastIndexOf("/"),n_!==fl.length-1){n_<0?(fl="",yl=0):(fl=fl.slice(0,n_),yl=fl.length-1-fl.lastIndexOf("/")),Pl=Gd,Ul=0;continue}}else if(fl.length){fl="",yl=0,Pl=Gd,Ul=0;continue}}hl&&(fl=fl.length?fl+"/..":"..",yl=2)}else fl.length?fl+="/"+La.slice(Pl+1,Gd):fl=La.slice(Pl+1,Gd),yl=Gd-Pl-1;Pl=Gd,Ul=0}else af===46&&Ul>-1?Ul++:Ul=-1}return fl}function br(La){if(typeof La!="string")throw new TypeError("Path must be a string. Received "+JSON.stringify(La))}});var bE=q(La=>{"use strict";La.cwd=eb;function eb(){return"/"}});var wE=q((La,hl)=>{"use strict";var fl=mE(),yl=bE(),Pl=Zb();hl.exports=Ye;var Ul={}.hasOwnProperty,Gd=["history","path","basename","stem","extname","dirname"];Ye.prototype.toString=mb;Object.defineProperty(Ye.prototype,"path",{get:ib,set:ab});Object.defineProperty(Ye.prototype,"dirname",{get:ub,set:ob});Object.defineProperty(Ye.prototype,"basename",{get:sb,set:lb});Object.defineProperty(Ye.prototype,"extname",{get:cb,set:fb});Object.defineProperty(Ye.prototype,"stem",{get:pb,set:hb});function Ye(La){var hl,fl;if(!La)La={};else if(typeof La=="string"||Pl(La))La={contents:La};else if("message"in La&&"messages"in La)return La;if(!(this instanceof Ye))return new Ye(La);for(this.data={},this.messages=[],this.history=[],this.cwd=yl.cwd(),fl=-1;++fl-1)throw new Error("`extname` cannot contain multiple dots")}this.path=fl.join(this.dirname,this.stem+(La||""))}function pb(){return typeof this.path=="string"?fl.basename(this.path,this.extname):void 0}function hb(La){Na(La,"stem"),Oa(La,"stem"),this.path=fl.join(this.dirname||"",La+(this.extname||""))}function mb(La){return(this.contents||"").toString(La)}function Oa(La,hl){if(La&&La.indexOf(fl.sep)>-1)throw new Error("`"+hl+"` cannot be a path: did not expect `"+fl.sep+"`")}function Na(La,hl){if(!La)throw new Error("`"+hl+"` cannot be empty")}function lp(La,hl){if(!La)throw new Error("Setting `"+hl+"` requires `path` to be set too")}});var xE=q((La,hl)=>{"use strict";var fl=hE(),yl=wE();hl.exports=yl;yl.prototype.message=db;yl.prototype.info=xb;yl.prototype.fail=gb;function db(La,hl,yl){var Pl=new fl(La,hl,yl);return this.path&&(Pl.name=this.path+":"+Pl.name,Pl.file=this.path),Pl.fatal=!1,this.messages.push(Pl),Pl}function gb(){var La=this.message.apply(this,arguments);throw La.fatal=!0,La}function xb(){var La=this.message.apply(this,arguments);return La.fatal=null,La}});var TE=q((La,hl)=>{"use strict";hl.exports=xE()});var IE=q((La,hl)=>{"use strict";var fl=Xb(),yl=Zb(),Pl=Qv(),Ul=Vv(),Gd=aE(),af=TE();hl.exports=Ep().freeze();var n_=[].slice,i_={}.hasOwnProperty,p_=Gd().use(wb).use(Cb).use(yb);function wb(La,hl){hl.tree=La.parse(hl.file)}function Cb(La,hl,fl){La.run(hl.tree,hl.file,n);function n(La,yl,Pl){La?fl(La):(hl.tree=yl,hl.file=Pl,fl())}}function yb(La,hl){var fl=La.stringify(hl.tree,hl.file);fl==null||(typeof fl=="string"||yl(fl)?("value"in hl.file&&(hl.file.value=fl),hl.file.contents=fl):hl.file.result=fl)}function Ep(){var La=[],hl=Gd(),yl={},w_=-1,D_;return u.data=o,u.freeze=i,u.attachers=La,u.use=s,u.parse=c,u.stringify=m,u.run=f,u.runSync=h,u.process=D,u.processSync=x,u;function u(){for(var hl=Ep(),fl=-1;++flPE,options:()=>VE,parsers:()=>WE,printers:()=>ak});var PE=[{name:"Markdown",type:"prose",aceMode:"markdown",extensions:[".md",".livemd",".markdown",".mdown",".mdwn",".mkd",".mkdn",".mkdown",".ronn",".scd",".workbook"],filenames:["contents.lr","README"],tmScope:"text.md",aliases:["md","pandoc"],codemirrorMode:"gfm",codemirrorMimeType:"text/x-gfm",wrap:!0,parsers:["markdown"],vscodeLanguageIds:["markdown"],linguistLanguageId:222},{name:"MDX",type:"prose",aceMode:"markdown",extensions:[".mdx"],filenames:[],tmScope:"text.md",aliases:["md","pandoc"],codemirrorMode:"gfm",codemirrorMimeType:"text/x-gfm",wrap:!0,parsers:["mdx"],vscodeLanguageIds:["mdx"],linguistLanguageId:222}];var GE={bracketSpacing:{category:"Common",type:"boolean",default:!0,description:"Print spaces between brackets.",oppositeDescription:"Do not print spaces between brackets."},objectWrap:{category:"Common",type:"choice",default:"preserve",description:"How to wrap object literals.",choices:[{value:"preserve",description:"Keep as multi-line, if there is a newline between the opening brace and first property."},{value:"collapse",description:"Fit to a single line when possible."}]},singleQuote:{category:"Common",type:"boolean",default:!1,description:"Use single quotes instead of double quotes."},proseWrap:{category:"Common",type:"choice",default:"preserve",description:"How to wrap prose.",choices:[{value:"always",description:"Wrap prose if it exceeds the print width."},{value:"never",description:"Do not wrap prose."},{value:"preserve",description:"Wrap prose as-is."}]},bracketSameLine:{category:"Common",type:"boolean",default:!1,description:"Put > of opening tags on the last line instead of on a new line."},singleAttributePerLine:{category:"Common",type:"boolean",default:!1,description:"Enforce single attribute per line in HTML, Vue and JSX."}};var HE={proseWrap:GE.proseWrap,singleQuote:GE.singleQuote},VE=HE;var WE={};Or(WE,{markdown:()=>ik,mdx:()=>sk,remark:()=>ik});var pt=La=>La.position.start.offset,ht=La=>La.position.end.offset;function mm({slug:La,permalink:hl,alias:fl}){return{hName:"a",hProperties:{href:hl??La},hChildren:[{type:"text",value:fl??La}]}}function Gn(La={}){let hl=La.linkTemplate||mm,fl;function n(La){fl={type:"wikiLink",value:null,data:{}},this.enter(fl,La)}function a(La){return La[La.length-1]}function u(La){let hl=this.sliceSerialize(La),fl=a(this.stack);fl.data.alias=hl}function i(La){let hl=this.sliceSerialize(La),fl=a(this.stack);fl.value=hl}function o(yl){this.exit(yl);let Pl=fl,Ul={slug:Pl.value,alias:Pl.data.alias,permalink:La.linkResolver?La.linkResolver(Pl.value):void 0};Pl.data={alias:Ul.alias,permalink:Ul.permalink,...hl(Ul)}}return{enter:{wikiLink:n},exit:{wikiLinkTarget:i,wikiLinkAlias:u,wikiLink:o}}}var sw={horizontalTab:-2,virtualSpace:-1,nul:0,eof:null,space:32};function bu(La){return La!==sw.eof&&(La{let Gd,af,n_=0,i_=0,p_=0;return D;function D(hl){return hl!==fl.charCodeAt(i_)?Ul(hl):(La.enter("wikiLink"),La.enter("wikiLinkMarker"),x(hl))}function x(hl){return i_===fl.length?(La.exit("wikiLinkMarker"),g(hl)):hl!==fl.charCodeAt(i_)?Ul(hl):(La.consume(hl),i_++,x)}function g(hl){return Wn(hl)||hl===sw.eof?Ul(hl):(La.enter("wikiLinkData"),La.enter("wikiLinkTarget"),k(hl))}function k(fl){return fl===hl.charCodeAt(n_)?Gd?(La.exit("wikiLinkTarget"),La.enter("wikiLinkAliasMarker"),E(fl)):Ul(fl):fl===yl.charCodeAt(p_)?Gd?(La.exit("wikiLinkTarget"),La.exit("wikiLinkData"),La.enter("wikiLinkMarker"),S(fl)):Ul(fl):Wn(fl)||fl===sw.eof?Ul(fl):(bu(fl)||(Gd=!0),La.consume(fl),k)}function E(fl){return n_===hl.length?(La.exit("wikiLinkAliasMarker"),La.enter("wikiLinkAlias"),C(fl)):fl!==hl.charCodeAt(n_)?Ul(fl):(La.consume(fl),n_++,E)}function C(hl){return hl===yl.charCodeAt(p_)?af?(La.exit("wikiLinkAlias"),La.exit("wikiLinkData"),La.enter("wikiLinkMarker"),S(hl)):Ul(hl):Wn(hl)||hl===sw.eof?Ul(hl):(bu(hl)||(af=!0),La.consume(hl),C)}function S(hl){return p_===yl.length?(La.exit("wikiLinkMarker"),La.exit("wikiLink"),Pl(hl)):hl!==yl.charCodeAt(p_)?Ul(hl):(La.consume(hl),p_++,S)}}}}}}var aw={};function jn(La,hl){let fl=hl||aw,yl=typeof fl.includeImageAlt=="boolean"?fl.includeImageAlt:!0,Pl=typeof fl.includeHtml=="boolean"?fl.includeHtml:!0;return wu(La,yl,Pl)}function wu(La,hl,fl){if(dm(La)){if("value"in La)return La.type==="html"&&!fl?"":La.value;if(hl&&"alt"in La&&La.alt)return La.alt;if("children"in La)return Eu(La.children,hl,fl)}return Array.isArray(La)?Eu(La,hl,fl):""}function Eu(La,hl,fl){let yl=[],Pl=-1;for(;++Pl",Gamma:"Γ",Gammad:"Ϝ",Gbreve:"Ğ",Gcedil:"Ģ",Gcirc:"Ĝ",Gcy:"Г",Gdot:"Ġ",Gfr:"𝔊",Gg:"⋙",Gopf:"𝔾",GreaterEqual:"≥",GreaterEqualLess:"⋛",GreaterFullEqual:"≧",GreaterGreater:"⪢",GreaterLess:"≷",GreaterSlantEqual:"⩾",GreaterTilde:"≳",Gscr:"𝒢",Gt:"≫",HARDcy:"Ъ",Hacek:"ˇ",Hat:"^",Hcirc:"Ĥ",Hfr:"ℌ",HilbertSpace:"ℋ",Hopf:"ℍ",HorizontalLine:"─",Hscr:"ℋ",Hstrok:"Ħ",HumpDownHump:"≎",HumpEqual:"≏",IEcy:"Е",IJlig:"IJ",IOcy:"Ё",Iacute:"Í",Icirc:"Î",Icy:"И",Idot:"İ",Ifr:"ℑ",Igrave:"Ì",Im:"ℑ",Imacr:"Ī",ImaginaryI:"ⅈ",Implies:"⇒",Int:"∬",Integral:"∫",Intersection:"⋂",InvisibleComma:"⁣",InvisibleTimes:"⁢",Iogon:"Į",Iopf:"𝕀",Iota:"Ι",Iscr:"ℐ",Itilde:"Ĩ",Iukcy:"І",Iuml:"Ï",Jcirc:"Ĵ",Jcy:"Й",Jfr:"𝔍",Jopf:"𝕁",Jscr:"𝒥",Jsercy:"Ј",Jukcy:"Є",KHcy:"Х",KJcy:"Ќ",Kappa:"Κ",Kcedil:"Ķ",Kcy:"К",Kfr:"𝔎",Kopf:"𝕂",Kscr:"𝒦",LJcy:"Љ",LT:"<",Lacute:"Ĺ",Lambda:"Λ",Lang:"⟪",Laplacetrf:"ℒ",Larr:"↞",Lcaron:"Ľ",Lcedil:"Ļ",Lcy:"Л",LeftAngleBracket:"⟨",LeftArrow:"←",LeftArrowBar:"⇤",LeftArrowRightArrow:"⇆",LeftCeiling:"⌈",LeftDoubleBracket:"⟦",LeftDownTeeVector:"⥡",LeftDownVector:"⇃",LeftDownVectorBar:"⥙",LeftFloor:"⌊",LeftRightArrow:"↔",LeftRightVector:"⥎",LeftTee:"⊣",LeftTeeArrow:"↤",LeftTeeVector:"⥚",LeftTriangle:"⊲",LeftTriangleBar:"⧏",LeftTriangleEqual:"⊴",LeftUpDownVector:"⥑",LeftUpTeeVector:"⥠",LeftUpVector:"↿",LeftUpVectorBar:"⥘",LeftVector:"↼",LeftVectorBar:"⥒",Leftarrow:"⇐",Leftrightarrow:"⇔",LessEqualGreater:"⋚",LessFullEqual:"≦",LessGreater:"≶",LessLess:"⪡",LessSlantEqual:"⩽",LessTilde:"≲",Lfr:"𝔏",Ll:"⋘",Lleftarrow:"⇚",Lmidot:"Ŀ",LongLeftArrow:"⟵",LongLeftRightArrow:"⟷",LongRightArrow:"⟶",Longleftarrow:"⟸",Longleftrightarrow:"⟺",Longrightarrow:"⟹",Lopf:"𝕃",LowerLeftArrow:"↙",LowerRightArrow:"↘",Lscr:"ℒ",Lsh:"↰",Lstrok:"Ł",Lt:"≪",Map:"⤅",Mcy:"М",MediumSpace:" ",Mellintrf:"ℳ",Mfr:"𝔐",MinusPlus:"∓",Mopf:"𝕄",Mscr:"ℳ",Mu:"Μ",NJcy:"Њ",Nacute:"Ń",Ncaron:"Ň",Ncedil:"Ņ",Ncy:"Н",NegativeMediumSpace:"​",NegativeThickSpace:"​",NegativeThinSpace:"​",NegativeVeryThinSpace:"​",NestedGreaterGreater:"≫",NestedLessLess:"≪",NewLine:`\n`,Nfr:"𝔑",NoBreak:"⁠",NonBreakingSpace:" ",Nopf:"ℕ",Not:"⫬",NotCongruent:"≢",NotCupCap:"≭",NotDoubleVerticalBar:"∦",NotElement:"∉",NotEqual:"≠",NotEqualTilde:"≂̸",NotExists:"∄",NotGreater:"≯",NotGreaterEqual:"≱",NotGreaterFullEqual:"≧̸",NotGreaterGreater:"≫̸",NotGreaterLess:"≹",NotGreaterSlantEqual:"⩾̸",NotGreaterTilde:"≵",NotHumpDownHump:"≎̸",NotHumpEqual:"≏̸",NotLeftTriangle:"⋪",NotLeftTriangleBar:"⧏̸",NotLeftTriangleEqual:"⋬",NotLess:"≮",NotLessEqual:"≰",NotLessGreater:"≸",NotLessLess:"≪̸",NotLessSlantEqual:"⩽̸",NotLessTilde:"≴",NotNestedGreaterGreater:"⪢̸",NotNestedLessLess:"⪡̸",NotPrecedes:"⊀",NotPrecedesEqual:"⪯̸",NotPrecedesSlantEqual:"⋠",NotReverseElement:"∌",NotRightTriangle:"⋫",NotRightTriangleBar:"⧐̸",NotRightTriangleEqual:"⋭",NotSquareSubset:"⊏̸",NotSquareSubsetEqual:"⋢",NotSquareSuperset:"⊐̸",NotSquareSupersetEqual:"⋣",NotSubset:"⊂⃒",NotSubsetEqual:"⊈",NotSucceeds:"⊁",NotSucceedsEqual:"⪰̸",NotSucceedsSlantEqual:"⋡",NotSucceedsTilde:"≿̸",NotSuperset:"⊃⃒",NotSupersetEqual:"⊉",NotTilde:"≁",NotTildeEqual:"≄",NotTildeFullEqual:"≇",NotTildeTilde:"≉",NotVerticalBar:"∤",Nscr:"𝒩",Ntilde:"Ñ",Nu:"Ν",OElig:"Œ",Oacute:"Ó",Ocirc:"Ô",Ocy:"О",Odblac:"Ő",Ofr:"𝔒",Ograve:"Ò",Omacr:"Ō",Omega:"Ω",Omicron:"Ο",Oopf:"𝕆",OpenCurlyDoubleQuote:"“",OpenCurlyQuote:"‘",Or:"⩔",Oscr:"𝒪",Oslash:"Ø",Otilde:"Õ",Otimes:"⨷",Ouml:"Ö",OverBar:"‾",OverBrace:"⏞",OverBracket:"⎴",OverParenthesis:"⏜",PartialD:"∂",Pcy:"П",Pfr:"𝔓",Phi:"Φ",Pi:"Π",PlusMinus:"±",Poincareplane:"ℌ",Popf:"ℙ",Pr:"⪻",Precedes:"≺",PrecedesEqual:"⪯",PrecedesSlantEqual:"≼",PrecedesTilde:"≾",Prime:"″",Product:"∏",Proportion:"∷",Proportional:"∝",Pscr:"𝒫",Psi:"Ψ",QUOT:'"',Qfr:"𝔔",Qopf:"ℚ",Qscr:"𝒬",RBarr:"⤐",REG:"®",Racute:"Ŕ",Rang:"⟫",Rarr:"↠",Rarrtl:"⤖",Rcaron:"Ř",Rcedil:"Ŗ",Rcy:"Р",Re:"ℜ",ReverseElement:"∋",ReverseEquilibrium:"⇋",ReverseUpEquilibrium:"⥯",Rfr:"ℜ",Rho:"Ρ",RightAngleBracket:"⟩",RightArrow:"→",RightArrowBar:"⇥",RightArrowLeftArrow:"⇄",RightCeiling:"⌉",RightDoubleBracket:"⟧",RightDownTeeVector:"⥝",RightDownVector:"⇂",RightDownVectorBar:"⥕",RightFloor:"⌋",RightTee:"⊢",RightTeeArrow:"↦",RightTeeVector:"⥛",RightTriangle:"⊳",RightTriangleBar:"⧐",RightTriangleEqual:"⊵",RightUpDownVector:"⥏",RightUpTeeVector:"⥜",RightUpVector:"↾",RightUpVectorBar:"⥔",RightVector:"⇀",RightVectorBar:"⥓",Rightarrow:"⇒",Ropf:"ℝ",RoundImplies:"⥰",Rrightarrow:"⇛",Rscr:"ℛ",Rsh:"↱",RuleDelayed:"⧴",SHCHcy:"Щ",SHcy:"Ш",SOFTcy:"Ь",Sacute:"Ś",Sc:"⪼",Scaron:"Š",Scedil:"Ş",Scirc:"Ŝ",Scy:"С",Sfr:"𝔖",ShortDownArrow:"↓",ShortLeftArrow:"←",ShortRightArrow:"→",ShortUpArrow:"↑",Sigma:"Σ",SmallCircle:"∘",Sopf:"𝕊",Sqrt:"√",Square:"□",SquareIntersection:"⊓",SquareSubset:"⊏",SquareSubsetEqual:"⊑",SquareSuperset:"⊐",SquareSupersetEqual:"⊒",SquareUnion:"⊔",Sscr:"𝒮",Star:"⋆",Sub:"⋐",Subset:"⋐",SubsetEqual:"⊆",Succeeds:"≻",SucceedsEqual:"⪰",SucceedsSlantEqual:"≽",SucceedsTilde:"≿",SuchThat:"∋",Sum:"∑",Sup:"⋑",Superset:"⊃",SupersetEqual:"⊇",Supset:"⋑",THORN:"Þ",TRADE:"™",TSHcy:"Ћ",TScy:"Ц",Tab:"\t",Tau:"Τ",Tcaron:"Ť",Tcedil:"Ţ",Tcy:"Т",Tfr:"𝔗",Therefore:"∴",Theta:"Θ",ThickSpace:"  ",ThinSpace:" ",Tilde:"∼",TildeEqual:"≃",TildeFullEqual:"≅",TildeTilde:"≈",Topf:"𝕋",TripleDot:"⃛",Tscr:"𝒯",Tstrok:"Ŧ",Uacute:"Ú",Uarr:"↟",Uarrocir:"⥉",Ubrcy:"Ў",Ubreve:"Ŭ",Ucirc:"Û",Ucy:"У",Udblac:"Ű",Ufr:"𝔘",Ugrave:"Ù",Umacr:"Ū",UnderBar:"_",UnderBrace:"⏟",UnderBracket:"⎵",UnderParenthesis:"⏝",Union:"⋃",UnionPlus:"⊎",Uogon:"Ų",Uopf:"𝕌",UpArrow:"↑",UpArrowBar:"⤒",UpArrowDownArrow:"⇅",UpDownArrow:"↕",UpEquilibrium:"⥮",UpTee:"⊥",UpTeeArrow:"↥",Uparrow:"⇑",Updownarrow:"⇕",UpperLeftArrow:"↖",UpperRightArrow:"↗",Upsi:"ϒ",Upsilon:"Υ",Uring:"Ů",Uscr:"𝒰",Utilde:"Ũ",Uuml:"Ü",VDash:"⊫",Vbar:"⫫",Vcy:"В",Vdash:"⊩",Vdashl:"⫦",Vee:"⋁",Verbar:"‖",Vert:"‖",VerticalBar:"∣",VerticalLine:"|",VerticalSeparator:"❘",VerticalTilde:"≀",VeryThinSpace:" ",Vfr:"𝔙",Vopf:"𝕍",Vscr:"𝒱",Vvdash:"⊪",Wcirc:"Ŵ",Wedge:"⋀",Wfr:"𝔚",Wopf:"𝕎",Wscr:"𝒲",Xfr:"𝔛",Xi:"Ξ",Xopf:"𝕏",Xscr:"𝒳",YAcy:"Я",YIcy:"Ї",YUcy:"Ю",Yacute:"Ý",Ycirc:"Ŷ",Ycy:"Ы",Yfr:"𝔜",Yopf:"𝕐",Yscr:"𝒴",Yuml:"Ÿ",ZHcy:"Ж",Zacute:"Ź",Zcaron:"Ž",Zcy:"З",Zdot:"Ż",ZeroWidthSpace:"​",Zeta:"Ζ",Zfr:"ℨ",Zopf:"ℤ",Zscr:"𝒵",aacute:"á",abreve:"ă",ac:"∾",acE:"∾̳",acd:"∿",acirc:"â",acute:"´",acy:"а",aelig:"æ",af:"⁡",afr:"𝔞",agrave:"à",alefsym:"ℵ",aleph:"ℵ",alpha:"α",amacr:"ā",amalg:"⨿",amp:"&",and:"∧",andand:"⩕",andd:"⩜",andslope:"⩘",andv:"⩚",ang:"∠",ange:"⦤",angle:"∠",angmsd:"∡",angmsdaa:"⦨",angmsdab:"⦩",angmsdac:"⦪",angmsdad:"⦫",angmsdae:"⦬",angmsdaf:"⦭",angmsdag:"⦮",angmsdah:"⦯",angrt:"∟",angrtvb:"⊾",angrtvbd:"⦝",angsph:"∢",angst:"Å",angzarr:"⍼",aogon:"ą",aopf:"𝕒",ap:"≈",apE:"⩰",apacir:"⩯",ape:"≊",apid:"≋",apos:"'",approx:"≈",approxeq:"≊",aring:"å",ascr:"𝒶",ast:"*",asymp:"≈",asympeq:"≍",atilde:"ã",auml:"ä",awconint:"∳",awint:"⨑",bNot:"⫭",backcong:"≌",backepsilon:"϶",backprime:"‵",backsim:"∽",backsimeq:"⋍",barvee:"⊽",barwed:"⌅",barwedge:"⌅",bbrk:"⎵",bbrktbrk:"⎶",bcong:"≌",bcy:"б",bdquo:"„",becaus:"∵",because:"∵",bemptyv:"⦰",bepsi:"϶",bernou:"ℬ",beta:"β",beth:"ℶ",between:"≬",bfr:"𝔟",bigcap:"⋂",bigcirc:"◯",bigcup:"⋃",bigodot:"⨀",bigoplus:"⨁",bigotimes:"⨂",bigsqcup:"⨆",bigstar:"★",bigtriangledown:"▽",bigtriangleup:"△",biguplus:"⨄",bigvee:"⋁",bigwedge:"⋀",bkarow:"⤍",blacklozenge:"⧫",blacksquare:"▪",blacktriangle:"▴",blacktriangledown:"▾",blacktriangleleft:"◂",blacktriangleright:"▸",blank:"␣",blk12:"▒",blk14:"░",blk34:"▓",block:"█",bne:"=⃥",bnequiv:"≡⃥",bnot:"⌐",bopf:"𝕓",bot:"⊥",bottom:"⊥",bowtie:"⋈",boxDL:"╗",boxDR:"╔",boxDl:"╖",boxDr:"╓",boxH:"═",boxHD:"╦",boxHU:"╩",boxHd:"╤",boxHu:"╧",boxUL:"╝",boxUR:"╚",boxUl:"╜",boxUr:"╙",boxV:"║",boxVH:"╬",boxVL:"╣",boxVR:"╠",boxVh:"╫",boxVl:"╢",boxVr:"╟",boxbox:"⧉",boxdL:"╕",boxdR:"╒",boxdl:"┐",boxdr:"┌",boxh:"─",boxhD:"╥",boxhU:"╨",boxhd:"┬",boxhu:"┴",boxminus:"⊟",boxplus:"⊞",boxtimes:"⊠",boxuL:"╛",boxuR:"╘",boxul:"┘",boxur:"└",boxv:"│",boxvH:"╪",boxvL:"╡",boxvR:"╞",boxvh:"┼",boxvl:"┤",boxvr:"├",bprime:"‵",breve:"˘",brvbar:"¦",bscr:"𝒷",bsemi:"⁏",bsim:"∽",bsime:"⋍",bsol:"\\",bsolb:"⧅",bsolhsub:"⟈",bull:"•",bullet:"•",bump:"≎",bumpE:"⪮",bumpe:"≏",bumpeq:"≏",cacute:"ć",cap:"∩",capand:"⩄",capbrcup:"⩉",capcap:"⩋",capcup:"⩇",capdot:"⩀",caps:"∩︀",caret:"⁁",caron:"ˇ",ccaps:"⩍",ccaron:"č",ccedil:"ç",ccirc:"ĉ",ccups:"⩌",ccupssm:"⩐",cdot:"ċ",cedil:"¸",cemptyv:"⦲",cent:"¢",centerdot:"·",cfr:"𝔠",chcy:"ч",check:"✓",checkmark:"✓",chi:"χ",cir:"○",cirE:"⧃",circ:"ˆ",circeq:"≗",circlearrowleft:"↺",circlearrowright:"↻",circledR:"®",circledS:"Ⓢ",circledast:"⊛",circledcirc:"⊚",circleddash:"⊝",cire:"≗",cirfnint:"⨐",cirmid:"⫯",cirscir:"⧂",clubs:"♣",clubsuit:"♣",colon:":",colone:"≔",coloneq:"≔",comma:",",commat:"@",comp:"∁",compfn:"∘",complement:"∁",complexes:"ℂ",cong:"≅",congdot:"⩭",conint:"∮",copf:"𝕔",coprod:"∐",copy:"©",copysr:"℗",crarr:"↵",cross:"✗",cscr:"𝒸",csub:"⫏",csube:"⫑",csup:"⫐",csupe:"⫒",ctdot:"⋯",cudarrl:"⤸",cudarrr:"⤵",cuepr:"⋞",cuesc:"⋟",cularr:"↶",cularrp:"⤽",cup:"∪",cupbrcap:"⩈",cupcap:"⩆",cupcup:"⩊",cupdot:"⊍",cupor:"⩅",cups:"∪︀",curarr:"↷",curarrm:"⤼",curlyeqprec:"⋞",curlyeqsucc:"⋟",curlyvee:"⋎",curlywedge:"⋏",curren:"¤",curvearrowleft:"↶",curvearrowright:"↷",cuvee:"⋎",cuwed:"⋏",cwconint:"∲",cwint:"∱",cylcty:"⌭",dArr:"⇓",dHar:"⥥",dagger:"†",daleth:"ℸ",darr:"↓",dash:"‐",dashv:"⊣",dbkarow:"⤏",dblac:"˝",dcaron:"ď",dcy:"д",dd:"ⅆ",ddagger:"‡",ddarr:"⇊",ddotseq:"⩷",deg:"°",delta:"δ",demptyv:"⦱",dfisht:"⥿",dfr:"𝔡",dharl:"⇃",dharr:"⇂",diam:"⋄",diamond:"⋄",diamondsuit:"♦",diams:"♦",die:"¨",digamma:"ϝ",disin:"⋲",div:"÷",divide:"÷",divideontimes:"⋇",divonx:"⋇",djcy:"ђ",dlcorn:"⌞",dlcrop:"⌍",dollar:"$",dopf:"𝕕",dot:"˙",doteq:"≐",doteqdot:"≑",dotminus:"∸",dotplus:"∔",dotsquare:"⊡",doublebarwedge:"⌆",downarrow:"↓",downdownarrows:"⇊",downharpoonleft:"⇃",downharpoonright:"⇂",drbkarow:"⤐",drcorn:"⌟",drcrop:"⌌",dscr:"𝒹",dscy:"ѕ",dsol:"⧶",dstrok:"đ",dtdot:"⋱",dtri:"▿",dtrif:"▾",duarr:"⇵",duhar:"⥯",dwangle:"⦦",dzcy:"џ",dzigrarr:"⟿",eDDot:"⩷",eDot:"≑",eacute:"é",easter:"⩮",ecaron:"ě",ecir:"≖",ecirc:"ê",ecolon:"≕",ecy:"э",edot:"ė",ee:"ⅇ",efDot:"≒",efr:"𝔢",eg:"⪚",egrave:"è",egs:"⪖",egsdot:"⪘",el:"⪙",elinters:"⏧",ell:"ℓ",els:"⪕",elsdot:"⪗",emacr:"ē",empty:"∅",emptyset:"∅",emptyv:"∅",emsp13:" ",emsp14:" ",emsp:" ",eng:"ŋ",ensp:" ",eogon:"ę",eopf:"𝕖",epar:"⋕",eparsl:"⧣",eplus:"⩱",epsi:"ε",epsilon:"ε",epsiv:"ϵ",eqcirc:"≖",eqcolon:"≕",eqsim:"≂",eqslantgtr:"⪖",eqslantless:"⪕",equals:"=",equest:"≟",equiv:"≡",equivDD:"⩸",eqvparsl:"⧥",erDot:"≓",erarr:"⥱",escr:"ℯ",esdot:"≐",esim:"≂",eta:"η",eth:"ð",euml:"ë",euro:"€",excl:"!",exist:"∃",expectation:"ℰ",exponentiale:"ⅇ",fallingdotseq:"≒",fcy:"ф",female:"♀",ffilig:"ffi",fflig:"ff",ffllig:"ffl",ffr:"𝔣",filig:"fi",fjlig:"fj",flat:"♭",fllig:"fl",fltns:"▱",fnof:"ƒ",fopf:"𝕗",forall:"∀",fork:"⋔",forkv:"⫙",fpartint:"⨍",frac12:"½",frac13:"⅓",frac14:"¼",frac15:"⅕",frac16:"⅙",frac18:"⅛",frac23:"⅔",frac25:"⅖",frac34:"¾",frac35:"⅗",frac38:"⅜",frac45:"⅘",frac56:"⅚",frac58:"⅝",frac78:"⅞",frasl:"⁄",frown:"⌢",fscr:"𝒻",gE:"≧",gEl:"⪌",gacute:"ǵ",gamma:"γ",gammad:"ϝ",gap:"⪆",gbreve:"ğ",gcirc:"ĝ",gcy:"г",gdot:"ġ",ge:"≥",gel:"⋛",geq:"≥",geqq:"≧",geqslant:"⩾",ges:"⩾",gescc:"⪩",gesdot:"⪀",gesdoto:"⪂",gesdotol:"⪄",gesl:"⋛︀",gesles:"⪔",gfr:"𝔤",gg:"≫",ggg:"⋙",gimel:"ℷ",gjcy:"ѓ",gl:"≷",glE:"⪒",gla:"⪥",glj:"⪤",gnE:"≩",gnap:"⪊",gnapprox:"⪊",gne:"⪈",gneq:"⪈",gneqq:"≩",gnsim:"⋧",gopf:"𝕘",grave:"`",gscr:"ℊ",gsim:"≳",gsime:"⪎",gsiml:"⪐",gt:">",gtcc:"⪧",gtcir:"⩺",gtdot:"⋗",gtlPar:"⦕",gtquest:"⩼",gtrapprox:"⪆",gtrarr:"⥸",gtrdot:"⋗",gtreqless:"⋛",gtreqqless:"⪌",gtrless:"≷",gtrsim:"≳",gvertneqq:"≩︀",gvnE:"≩︀",hArr:"⇔",hairsp:" ",half:"½",hamilt:"ℋ",hardcy:"ъ",harr:"↔",harrcir:"⥈",harrw:"↭",hbar:"ℏ",hcirc:"ĥ",hearts:"♥",heartsuit:"♥",hellip:"…",hercon:"⊹",hfr:"𝔥",hksearow:"⤥",hkswarow:"⤦",hoarr:"⇿",homtht:"∻",hookleftarrow:"↩",hookrightarrow:"↪",hopf:"𝕙",horbar:"―",hscr:"𝒽",hslash:"ℏ",hstrok:"ħ",hybull:"⁃",hyphen:"‐",iacute:"í",ic:"⁣",icirc:"î",icy:"и",iecy:"е",iexcl:"¡",iff:"⇔",ifr:"𝔦",igrave:"ì",ii:"ⅈ",iiiint:"⨌",iiint:"∭",iinfin:"⧜",iiota:"℩",ijlig:"ij",imacr:"ī",image:"ℑ",imagline:"ℐ",imagpart:"ℑ",imath:"ı",imof:"⊷",imped:"Ƶ",in:"∈",incare:"℅",infin:"∞",infintie:"⧝",inodot:"ı",int:"∫",intcal:"⊺",integers:"ℤ",intercal:"⊺",intlarhk:"⨗",intprod:"⨼",iocy:"ё",iogon:"į",iopf:"𝕚",iota:"ι",iprod:"⨼",iquest:"¿",iscr:"𝒾",isin:"∈",isinE:"⋹",isindot:"⋵",isins:"⋴",isinsv:"⋳",isinv:"∈",it:"⁢",itilde:"ĩ",iukcy:"і",iuml:"ï",jcirc:"ĵ",jcy:"й",jfr:"𝔧",jmath:"ȷ",jopf:"𝕛",jscr:"𝒿",jsercy:"ј",jukcy:"є",kappa:"κ",kappav:"ϰ",kcedil:"ķ",kcy:"к",kfr:"𝔨",kgreen:"ĸ",khcy:"х",kjcy:"ќ",kopf:"𝕜",kscr:"𝓀",lAarr:"⇚",lArr:"⇐",lAtail:"⤛",lBarr:"⤎",lE:"≦",lEg:"⪋",lHar:"⥢",lacute:"ĺ",laemptyv:"⦴",lagran:"ℒ",lambda:"λ",lang:"⟨",langd:"⦑",langle:"⟨",lap:"⪅",laquo:"«",larr:"←",larrb:"⇤",larrbfs:"⤟",larrfs:"⤝",larrhk:"↩",larrlp:"↫",larrpl:"⤹",larrsim:"⥳",larrtl:"↢",lat:"⪫",latail:"⤙",late:"⪭",lates:"⪭︀",lbarr:"⤌",lbbrk:"❲",lbrace:"{",lbrack:"[",lbrke:"⦋",lbrksld:"⦏",lbrkslu:"⦍",lcaron:"ľ",lcedil:"ļ",lceil:"⌈",lcub:"{",lcy:"л",ldca:"⤶",ldquo:"“",ldquor:"„",ldrdhar:"⥧",ldrushar:"⥋",ldsh:"↲",le:"≤",leftarrow:"←",leftarrowtail:"↢",leftharpoondown:"↽",leftharpoonup:"↼",leftleftarrows:"⇇",leftrightarrow:"↔",leftrightarrows:"⇆",leftrightharpoons:"⇋",leftrightsquigarrow:"↭",leftthreetimes:"⋋",leg:"⋚",leq:"≤",leqq:"≦",leqslant:"⩽",les:"⩽",lescc:"⪨",lesdot:"⩿",lesdoto:"⪁",lesdotor:"⪃",lesg:"⋚︀",lesges:"⪓",lessapprox:"⪅",lessdot:"⋖",lesseqgtr:"⋚",lesseqqgtr:"⪋",lessgtr:"≶",lesssim:"≲",lfisht:"⥼",lfloor:"⌊",lfr:"𝔩",lg:"≶",lgE:"⪑",lhard:"↽",lharu:"↼",lharul:"⥪",lhblk:"▄",ljcy:"љ",ll:"≪",llarr:"⇇",llcorner:"⌞",llhard:"⥫",lltri:"◺",lmidot:"ŀ",lmoust:"⎰",lmoustache:"⎰",lnE:"≨",lnap:"⪉",lnapprox:"⪉",lne:"⪇",lneq:"⪇",lneqq:"≨",lnsim:"⋦",loang:"⟬",loarr:"⇽",lobrk:"⟦",longleftarrow:"⟵",longleftrightarrow:"⟷",longmapsto:"⟼",longrightarrow:"⟶",looparrowleft:"↫",looparrowright:"↬",lopar:"⦅",lopf:"𝕝",loplus:"⨭",lotimes:"⨴",lowast:"∗",lowbar:"_",loz:"◊",lozenge:"◊",lozf:"⧫",lpar:"(",lparlt:"⦓",lrarr:"⇆",lrcorner:"⌟",lrhar:"⇋",lrhard:"⥭",lrm:"‎",lrtri:"⊿",lsaquo:"‹",lscr:"𝓁",lsh:"↰",lsim:"≲",lsime:"⪍",lsimg:"⪏",lsqb:"[",lsquo:"‘",lsquor:"‚",lstrok:"ł",lt:"<",ltcc:"⪦",ltcir:"⩹",ltdot:"⋖",lthree:"⋋",ltimes:"⋉",ltlarr:"⥶",ltquest:"⩻",ltrPar:"⦖",ltri:"◃",ltrie:"⊴",ltrif:"◂",lurdshar:"⥊",luruhar:"⥦",lvertneqq:"≨︀",lvnE:"≨︀",mDDot:"∺",macr:"¯",male:"♂",malt:"✠",maltese:"✠",map:"↦",mapsto:"↦",mapstodown:"↧",mapstoleft:"↤",mapstoup:"↥",marker:"▮",mcomma:"⨩",mcy:"м",mdash:"—",measuredangle:"∡",mfr:"𝔪",mho:"℧",micro:"µ",mid:"∣",midast:"*",midcir:"⫰",middot:"·",minus:"−",minusb:"⊟",minusd:"∸",minusdu:"⨪",mlcp:"⫛",mldr:"…",mnplus:"∓",models:"⊧",mopf:"𝕞",mp:"∓",mscr:"𝓂",mstpos:"∾",mu:"μ",multimap:"⊸",mumap:"⊸",nGg:"⋙̸",nGt:"≫⃒",nGtv:"≫̸",nLeftarrow:"⇍",nLeftrightarrow:"⇎",nLl:"⋘̸",nLt:"≪⃒",nLtv:"≪̸",nRightarrow:"⇏",nVDash:"⊯",nVdash:"⊮",nabla:"∇",nacute:"ń",nang:"∠⃒",nap:"≉",napE:"⩰̸",napid:"≋̸",napos:"ʼn",napprox:"≉",natur:"♮",natural:"♮",naturals:"ℕ",nbsp:" ",nbump:"≎̸",nbumpe:"≏̸",ncap:"⩃",ncaron:"ň",ncedil:"ņ",ncong:"≇",ncongdot:"⩭̸",ncup:"⩂",ncy:"н",ndash:"–",ne:"≠",neArr:"⇗",nearhk:"⤤",nearr:"↗",nearrow:"↗",nedot:"≐̸",nequiv:"≢",nesear:"⤨",nesim:"≂̸",nexist:"∄",nexists:"∄",nfr:"𝔫",ngE:"≧̸",nge:"≱",ngeq:"≱",ngeqq:"≧̸",ngeqslant:"⩾̸",nges:"⩾̸",ngsim:"≵",ngt:"≯",ngtr:"≯",nhArr:"⇎",nharr:"↮",nhpar:"⫲",ni:"∋",nis:"⋼",nisd:"⋺",niv:"∋",njcy:"њ",nlArr:"⇍",nlE:"≦̸",nlarr:"↚",nldr:"‥",nle:"≰",nleftarrow:"↚",nleftrightarrow:"↮",nleq:"≰",nleqq:"≦̸",nleqslant:"⩽̸",nles:"⩽̸",nless:"≮",nlsim:"≴",nlt:"≮",nltri:"⋪",nltrie:"⋬",nmid:"∤",nopf:"𝕟",not:"¬",notin:"∉",notinE:"⋹̸",notindot:"⋵̸",notinva:"∉",notinvb:"⋷",notinvc:"⋶",notni:"∌",notniva:"∌",notnivb:"⋾",notnivc:"⋽",npar:"∦",nparallel:"∦",nparsl:"⫽⃥",npart:"∂̸",npolint:"⨔",npr:"⊀",nprcue:"⋠",npre:"⪯̸",nprec:"⊀",npreceq:"⪯̸",nrArr:"⇏",nrarr:"↛",nrarrc:"⤳̸",nrarrw:"↝̸",nrightarrow:"↛",nrtri:"⋫",nrtrie:"⋭",nsc:"⊁",nsccue:"⋡",nsce:"⪰̸",nscr:"𝓃",nshortmid:"∤",nshortparallel:"∦",nsim:"≁",nsime:"≄",nsimeq:"≄",nsmid:"∤",nspar:"∦",nsqsube:"⋢",nsqsupe:"⋣",nsub:"⊄",nsubE:"⫅̸",nsube:"⊈",nsubset:"⊂⃒",nsubseteq:"⊈",nsubseteqq:"⫅̸",nsucc:"⊁",nsucceq:"⪰̸",nsup:"⊅",nsupE:"⫆̸",nsupe:"⊉",nsupset:"⊃⃒",nsupseteq:"⊉",nsupseteqq:"⫆̸",ntgl:"≹",ntilde:"ñ",ntlg:"≸",ntriangleleft:"⋪",ntrianglelefteq:"⋬",ntriangleright:"⋫",ntrianglerighteq:"⋭",nu:"ν",num:"#",numero:"№",numsp:" ",nvDash:"⊭",nvHarr:"⤄",nvap:"≍⃒",nvdash:"⊬",nvge:"≥⃒",nvgt:">⃒",nvinfin:"⧞",nvlArr:"⤂",nvle:"≤⃒",nvlt:"<⃒",nvltrie:"⊴⃒",nvrArr:"⤃",nvrtrie:"⊵⃒",nvsim:"∼⃒",nwArr:"⇖",nwarhk:"⤣",nwarr:"↖",nwarrow:"↖",nwnear:"⤧",oS:"Ⓢ",oacute:"ó",oast:"⊛",ocir:"⊚",ocirc:"ô",ocy:"о",odash:"⊝",odblac:"ő",odiv:"⨸",odot:"⊙",odsold:"⦼",oelig:"œ",ofcir:"⦿",ofr:"𝔬",ogon:"˛",ograve:"ò",ogt:"⧁",ohbar:"⦵",ohm:"Ω",oint:"∮",olarr:"↺",olcir:"⦾",olcross:"⦻",oline:"‾",olt:"⧀",omacr:"ō",omega:"ω",omicron:"ο",omid:"⦶",ominus:"⊖",oopf:"𝕠",opar:"⦷",operp:"⦹",oplus:"⊕",or:"∨",orarr:"↻",ord:"⩝",order:"ℴ",orderof:"ℴ",ordf:"ª",ordm:"º",origof:"⊶",oror:"⩖",orslope:"⩗",orv:"⩛",oscr:"ℴ",oslash:"ø",osol:"⊘",otilde:"õ",otimes:"⊗",otimesas:"⨶",ouml:"ö",ovbar:"⌽",par:"∥",para:"¶",parallel:"∥",parsim:"⫳",parsl:"⫽",part:"∂",pcy:"п",percnt:"%",period:".",permil:"‰",perp:"⊥",pertenk:"‱",pfr:"𝔭",phi:"φ",phiv:"ϕ",phmmat:"ℳ",phone:"☎",pi:"π",pitchfork:"⋔",piv:"ϖ",planck:"ℏ",planckh:"ℎ",plankv:"ℏ",plus:"+",plusacir:"⨣",plusb:"⊞",pluscir:"⨢",plusdo:"∔",plusdu:"⨥",pluse:"⩲",plusmn:"±",plussim:"⨦",plustwo:"⨧",pm:"±",pointint:"⨕",popf:"𝕡",pound:"£",pr:"≺",prE:"⪳",prap:"⪷",prcue:"≼",pre:"⪯",prec:"≺",precapprox:"⪷",preccurlyeq:"≼",preceq:"⪯",precnapprox:"⪹",precneqq:"⪵",precnsim:"⋨",precsim:"≾",prime:"′",primes:"ℙ",prnE:"⪵",prnap:"⪹",prnsim:"⋨",prod:"∏",profalar:"⌮",profline:"⌒",profsurf:"⌓",prop:"∝",propto:"∝",prsim:"≾",prurel:"⊰",pscr:"𝓅",psi:"ψ",puncsp:" ",qfr:"𝔮",qint:"⨌",qopf:"𝕢",qprime:"⁗",qscr:"𝓆",quaternions:"ℍ",quatint:"⨖",quest:"?",questeq:"≟",quot:'"',rAarr:"⇛",rArr:"⇒",rAtail:"⤜",rBarr:"⤏",rHar:"⥤",race:"∽̱",racute:"ŕ",radic:"√",raemptyv:"⦳",rang:"⟩",rangd:"⦒",range:"⦥",rangle:"⟩",raquo:"»",rarr:"→",rarrap:"⥵",rarrb:"⇥",rarrbfs:"⤠",rarrc:"⤳",rarrfs:"⤞",rarrhk:"↪",rarrlp:"↬",rarrpl:"⥅",rarrsim:"⥴",rarrtl:"↣",rarrw:"↝",ratail:"⤚",ratio:"∶",rationals:"ℚ",rbarr:"⤍",rbbrk:"❳",rbrace:"}",rbrack:"]",rbrke:"⦌",rbrksld:"⦎",rbrkslu:"⦐",rcaron:"ř",rcedil:"ŗ",rceil:"⌉",rcub:"}",rcy:"р",rdca:"⤷",rdldhar:"⥩",rdquo:"”",rdquor:"”",rdsh:"↳",real:"ℜ",realine:"ℛ",realpart:"ℜ",reals:"ℝ",rect:"▭",reg:"®",rfisht:"⥽",rfloor:"⌋",rfr:"𝔯",rhard:"⇁",rharu:"⇀",rharul:"⥬",rho:"ρ",rhov:"ϱ",rightarrow:"→",rightarrowtail:"↣",rightharpoondown:"⇁",rightharpoonup:"⇀",rightleftarrows:"⇄",rightleftharpoons:"⇌",rightrightarrows:"⇉",rightsquigarrow:"↝",rightthreetimes:"⋌",ring:"˚",risingdotseq:"≓",rlarr:"⇄",rlhar:"⇌",rlm:"‏",rmoust:"⎱",rmoustache:"⎱",rnmid:"⫮",roang:"⟭",roarr:"⇾",robrk:"⟧",ropar:"⦆",ropf:"𝕣",roplus:"⨮",rotimes:"⨵",rpar:")",rpargt:"⦔",rppolint:"⨒",rrarr:"⇉",rsaquo:"›",rscr:"𝓇",rsh:"↱",rsqb:"]",rsquo:"’",rsquor:"’",rthree:"⋌",rtimes:"⋊",rtri:"▹",rtrie:"⊵",rtrif:"▸",rtriltri:"⧎",ruluhar:"⥨",rx:"℞",sacute:"ś",sbquo:"‚",sc:"≻",scE:"⪴",scap:"⪸",scaron:"š",sccue:"≽",sce:"⪰",scedil:"ş",scirc:"ŝ",scnE:"⪶",scnap:"⪺",scnsim:"⋩",scpolint:"⨓",scsim:"≿",scy:"с",sdot:"⋅",sdotb:"⊡",sdote:"⩦",seArr:"⇘",searhk:"⤥",searr:"↘",searrow:"↘",sect:"§",semi:";",seswar:"⤩",setminus:"∖",setmn:"∖",sext:"✶",sfr:"𝔰",sfrown:"⌢",sharp:"♯",shchcy:"щ",shcy:"ш",shortmid:"∣",shortparallel:"∥",shy:"­",sigma:"σ",sigmaf:"ς",sigmav:"ς",sim:"∼",simdot:"⩪",sime:"≃",simeq:"≃",simg:"⪞",simgE:"⪠",siml:"⪝",simlE:"⪟",simne:"≆",simplus:"⨤",simrarr:"⥲",slarr:"←",smallsetminus:"∖",smashp:"⨳",smeparsl:"⧤",smid:"∣",smile:"⌣",smt:"⪪",smte:"⪬",smtes:"⪬︀",softcy:"ь",sol:"/",solb:"⧄",solbar:"⌿",sopf:"𝕤",spades:"♠",spadesuit:"♠",spar:"∥",sqcap:"⊓",sqcaps:"⊓︀",sqcup:"⊔",sqcups:"⊔︀",sqsub:"⊏",sqsube:"⊑",sqsubset:"⊏",sqsubseteq:"⊑",sqsup:"⊐",sqsupe:"⊒",sqsupset:"⊐",sqsupseteq:"⊒",squ:"□",square:"□",squarf:"▪",squf:"▪",srarr:"→",sscr:"𝓈",ssetmn:"∖",ssmile:"⌣",sstarf:"⋆",star:"☆",starf:"★",straightepsilon:"ϵ",straightphi:"ϕ",strns:"¯",sub:"⊂",subE:"⫅",subdot:"⪽",sube:"⊆",subedot:"⫃",submult:"⫁",subnE:"⫋",subne:"⊊",subplus:"⪿",subrarr:"⥹",subset:"⊂",subseteq:"⊆",subseteqq:"⫅",subsetneq:"⊊",subsetneqq:"⫋",subsim:"⫇",subsub:"⫕",subsup:"⫓",succ:"≻",succapprox:"⪸",succcurlyeq:"≽",succeq:"⪰",succnapprox:"⪺",succneqq:"⪶",succnsim:"⋩",succsim:"≿",sum:"∑",sung:"♪",sup1:"¹",sup2:"²",sup3:"³",sup:"⊃",supE:"⫆",supdot:"⪾",supdsub:"⫘",supe:"⊇",supedot:"⫄",suphsol:"⟉",suphsub:"⫗",suplarr:"⥻",supmult:"⫂",supnE:"⫌",supne:"⊋",supplus:"⫀",supset:"⊃",supseteq:"⊇",supseteqq:"⫆",supsetneq:"⊋",supsetneqq:"⫌",supsim:"⫈",supsub:"⫔",supsup:"⫖",swArr:"⇙",swarhk:"⤦",swarr:"↙",swarrow:"↙",swnwar:"⤪",szlig:"ß",target:"⌖",tau:"τ",tbrk:"⎴",tcaron:"ť",tcedil:"ţ",tcy:"т",tdot:"⃛",telrec:"⌕",tfr:"𝔱",there4:"∴",therefore:"∴",theta:"θ",thetasym:"ϑ",thetav:"ϑ",thickapprox:"≈",thicksim:"∼",thinsp:" ",thkap:"≈",thksim:"∼",thorn:"þ",tilde:"˜",times:"×",timesb:"⊠",timesbar:"⨱",timesd:"⨰",tint:"∭",toea:"⤨",top:"⊤",topbot:"⌶",topcir:"⫱",topf:"𝕥",topfork:"⫚",tosa:"⤩",tprime:"‴",trade:"™",triangle:"▵",triangledown:"▿",triangleleft:"◃",trianglelefteq:"⊴",triangleq:"≜",triangleright:"▹",trianglerighteq:"⊵",tridot:"◬",trie:"≜",triminus:"⨺",triplus:"⨹",trisb:"⧍",tritime:"⨻",trpezium:"⏢",tscr:"𝓉",tscy:"ц",tshcy:"ћ",tstrok:"ŧ",twixt:"≬",twoheadleftarrow:"↞",twoheadrightarrow:"↠",uArr:"⇑",uHar:"⥣",uacute:"ú",uarr:"↑",ubrcy:"ў",ubreve:"ŭ",ucirc:"û",ucy:"у",udarr:"⇅",udblac:"ű",udhar:"⥮",ufisht:"⥾",ufr:"𝔲",ugrave:"ù",uharl:"↿",uharr:"↾",uhblk:"▀",ulcorn:"⌜",ulcorner:"⌜",ulcrop:"⌏",ultri:"◸",umacr:"ū",uml:"¨",uogon:"ų",uopf:"𝕦",uparrow:"↑",updownarrow:"↕",upharpoonleft:"↿",upharpoonright:"↾",uplus:"⊎",upsi:"υ",upsih:"ϒ",upsilon:"υ",upuparrows:"⇈",urcorn:"⌝",urcorner:"⌝",urcrop:"⌎",uring:"ů",urtri:"◹",uscr:"𝓊",utdot:"⋰",utilde:"ũ",utri:"▵",utrif:"▴",uuarr:"⇈",uuml:"ü",uwangle:"⦧",vArr:"⇕",vBar:"⫨",vBarv:"⫩",vDash:"⊨",vangrt:"⦜",varepsilon:"ϵ",varkappa:"ϰ",varnothing:"∅",varphi:"ϕ",varpi:"ϖ",varpropto:"∝",varr:"↕",varrho:"ϱ",varsigma:"ς",varsubsetneq:"⊊︀",varsubsetneqq:"⫋︀",varsupsetneq:"⊋︀",varsupsetneqq:"⫌︀",vartheta:"ϑ",vartriangleleft:"⊲",vartriangleright:"⊳",vcy:"в",vdash:"⊢",vee:"∨",veebar:"⊻",veeeq:"≚",vellip:"⋮",verbar:"|",vert:"|",vfr:"𝔳",vltri:"⊲",vnsub:"⊂⃒",vnsup:"⊃⃒",vopf:"𝕧",vprop:"∝",vrtri:"⊳",vscr:"𝓋",vsubnE:"⫋︀",vsubne:"⊊︀",vsupnE:"⫌︀",vsupne:"⊋︀",vzigzag:"⦚",wcirc:"ŵ",wedbar:"⩟",wedge:"∧",wedgeq:"≙",weierp:"℘",wfr:"𝔴",wopf:"𝕨",wp:"℘",wr:"≀",wreath:"≀",wscr:"𝓌",xcap:"⋂",xcirc:"◯",xcup:"⋃",xdtri:"▽",xfr:"𝔵",xhArr:"⟺",xharr:"⟷",xi:"ξ",xlArr:"⟸",xlarr:"⟵",xmap:"⟼",xnis:"⋻",xodot:"⨀",xopf:"𝕩",xoplus:"⨁",xotime:"⨂",xrArr:"⟹",xrarr:"⟶",xscr:"𝓍",xsqcup:"⨆",xuplus:"⨄",xutri:"△",xvee:"⋁",xwedge:"⋀",yacute:"ý",yacy:"я",ycirc:"ŷ",ycy:"ы",yen:"¥",yfr:"𝔶",yicy:"ї",yopf:"𝕪",yscr:"𝓎",yucy:"ю",yuml:"ÿ",zacute:"ź",zcaron:"ž",zcy:"з",zdot:"ż",zeetrf:"ℨ",zeta:"ζ",zfr:"𝔷",zhcy:"ж",zigrarr:"⇝",zopf:"𝕫",zscr:"𝓏",zwj:"‍",zwnj:"‌"};var lw={}.hasOwnProperty;function Tt(La){return lw.call(ow,La)?ow[La]:!1}function re(La,hl,fl,yl){let Pl=La.length,Ul=0,Gd;if(hl<0?hl=-hl>Pl?0:Pl+hl:hl=hl>Pl?Pl:hl,fl=fl>0?fl:0,yl.length<1e4)Gd=Array.from(yl),Gd.unshift(hl,fl),La.splice(...Gd);else for(fl&&La.splice(hl,fl);Ul0?(re(La,La.length,0,hl),La):hl}var cw={}.hasOwnProperty;function Nr(La){let hl={},fl=-1;for(;++fl13&&fl<32||fl>126&&fl<160||fl>55295&&fl<57344||fl>64975&&fl<65008||(fl&65535)===65535||(fl&65535)===65534||fl>1114111?"�":String.fromCodePoint(fl)}function fe(La){return La.replace(/[\t\n\r ]+/g," ").replace(/^ | $/g,"").toLowerCase().toUpperCase()}var pw=rt(/[A-Za-z]/),dw=rt(/[\dA-Za-z]/),hw=rt(/[#-'*+\--9=?A-Z^-~]/);function mt(La){return La!==null&&(La<32||La===127)}var fw=rt(/\d/),_w=rt(/[\dA-Fa-f]/),mw=rt(/[!-/:-@[-`{-~]/);function B(La){return La!==null&&La<-2}function G(La){return La!==null&&(La<0||La===32)}function H(La){return La===-2||La===-1||La===32}var gw=rt(/\p{P}|\p{S}/u),Aw=rt(/\s/);function rt(La){return t;function t(hl){return hl!==null&&hl>-1&&La.test(String.fromCharCode(hl))}}function U(La,hl,fl,yl){let Pl=yl?yl-1:Number.POSITIVE_INFINITY,Ul=0;return i;function i(yl){return H(yl)?(La.enter(fl),o(yl)):hl(yl)}function o(yl){return H(yl)&&Ul++Gd))return;let fl=hl.events.length,Ul=fl,af,n_;for(;Ul--;)if(hl.events[Ul][0]==="exit"&&hl.events[Ul][1].type==="chunkFlow"){if(af){n_=hl.events[Ul][1].end;break}af=!0}for(k(yl),La=fl;Layl;){let yl=fl[Pl];hl.containerState=yl[1],yl[0].exit.call(hl,La)}fl.length=yl}function E(){Pl.write([null]),Ul=void 0,Pl=void 0,hl.containerState._closeFlow=void 0}}function Em(La,hl,fl){return U(La,La.attempt(this.parser.constructs.document,hl,fl),"linePrefix",this.parser.constructs.disable.null.includes("codeIndented")?void 0:4)}function St(La){if(La===null||G(La)||Aw(La))return 1;if(gw(La))return 2}function nt(La,hl,fl){let yl=[],Pl=-1;for(;++Pl1&&La[fl][1].end.offset-La[fl][1].start.offset>1?2:1;let w_={...La[yl][1].end},D_={...La[fl][1].start};Iu(w_,-n_),Iu(D_,n_),Gd={type:n_>1?"strongSequence":"emphasisSequence",start:w_,end:{...La[yl][1].end}},af={type:n_>1?"strongSequence":"emphasisSequence",start:{...La[fl][1].start},end:D_},Ul={type:n_>1?"strongText":"emphasisText",start:{...La[yl][1].end},end:{...La[fl][1].start}},Pl={type:n_>1?"strong":"emphasis",start:{...Gd.start},end:{...af.end}},La[yl][1].end={...Gd.start},La[fl][1].start={...af.end},i_=[],La[yl][1].end.offset-La[yl][1].start.offset&&(i_=he(i_,[["enter",La[yl][1],hl],["exit",La[yl][1],hl]])),i_=he(i_,[["enter",Pl,hl],["enter",Gd,hl],["exit",Gd,hl],["enter",Ul,hl]]),i_=he(i_,nt(hl.parser.constructs.insideSpan.null,La.slice(yl+1,fl),hl)),i_=he(i_,[["exit",Ul,hl],["enter",af,hl],["exit",af,hl],["exit",Pl,hl]]),La[fl][1].end.offset-La[fl][1].start.offset?(p_=2,i_=he(i_,[["enter",La[fl][1],hl],["exit",La[fl][1],hl]])):p_=0,re(La,yl-1,fl-yl+3,i_),fl=yl+i_.length-p_-2;break}}for(fl=-1;++fl0&&H(hl)?U(La,E,"linePrefix",Ul+1)(hl):E(hl)}function E(hl){return hl===null||B(hl)?La.check(kw,x,S)(hl):(La.enter("codeFlowValue"),C(hl))}function C(hl){return hl===null||B(hl)?(La.exit("codeFlowValue"),E(hl)):(La.consume(hl),C)}function S(fl){return La.exit("codeFenced"),hl(fl)}function w(La,hl,fl){let Pl=0;return b;function b(hl){return La.enter("lineEnding"),La.consume(hl),La.exit("lineEnding"),_}function _(hl){return La.enter("codeFencedFence"),H(hl)?U(La,I,"linePrefix",yl.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(hl):I(hl)}function I(hl){return hl===af?(La.enter("codeFencedFenceSequence"),T(hl)):fl(hl)}function T(hl){return hl===af?(Pl++,La.consume(hl),T):Pl>=Gd?(La.exit("codeFencedFenceSequence"),H(hl)?U(La,R,"whitespace")(hl):R(hl)):fl(hl)}function R(yl){return yl===null||B(yl)?(La.exit("codeFencedFence"),hl(yl)):fl(yl)}}}function Bm(La,hl,fl){let yl=this;return a;function a(hl){return hl===null?fl(hl):(La.enter("lineEnding"),La.consume(hl),La.exit("lineEnding"),u)}function u(La){return yl.parser.lazy[yl.now().line]?fl(La):hl(La)}}var Iw={name:"codeIndented",tokenize:Pm},Bw={partial:!0,tokenize:Om};function Pm(La,hl,fl){let yl=this;return a;function a(hl){return La.enter("codeIndented"),U(La,u,"linePrefix",5)(hl)}function u(La){let hl=yl.events[yl.events.length-1];return hl&&hl[1].type==="linePrefix"&&hl[2].sliceSerialize(hl[1],!0).length>=4?i(La):fl(La)}function i(hl){return hl===null?s(hl):B(hl)?La.attempt(Bw,i,s)(hl):(La.enter("codeFlowValue"),o(hl))}function o(hl){return hl===null||B(hl)?(La.exit("codeFlowValue"),i(hl)):(La.consume(hl),o)}function s(fl){return La.exit("codeIndented"),hl(fl)}}function Om(La,hl,fl){let yl=this;return a;function a(hl){return yl.parser.lazy[yl.now().line]?fl(hl):B(hl)?(La.enter("lineEnding"),La.consume(hl),La.exit("lineEnding"),a):U(La,u,"linePrefix",5)(hl)}function u(La){let Pl=yl.events[yl.events.length-1];return Pl&&Pl[1].type==="linePrefix"&&Pl[2].sliceSerialize(Pl[1],!0).length>=4?hl(La):B(La)?a(La):fl(La)}}var Fw={name:"codeText",previous:Rm,resolve:Nm,tokenize:Mm};function Nm(La){let hl=La.length-4,fl=3,yl,Pl;if((La[fl][1].type==="lineEnding"||La[fl][1].type==="space")&&(La[hl][1].type==="lineEnding"||La[hl][1].type==="space")){for(yl=fl;++yl=this.left.length+this.right.length)throw new RangeError("Cannot access index `"+La+"` in a splice buffer of size `"+(this.left.length+this.right.length)+"`");return Lathis.left.length?this.right.slice(this.right.length-fl+this.left.length,this.right.length-La+this.left.length).reverse():this.left.slice(La).concat(this.right.slice(this.right.length-fl+this.left.length).reverse())}splice(La,hl,fl){let yl=hl||0;this.setCursor(Math.trunc(La));let Pl=this.right.splice(this.right.length-yl,Number.POSITIVE_INFINITY);return fl&&nr(this.left,fl),Pl.reverse()}pop(){return this.setCursor(Number.POSITIVE_INFINITY),this.left.pop()}push(La){this.setCursor(Number.POSITIVE_INFINITY),this.left.push(La)}pushMany(La){this.setCursor(Number.POSITIVE_INFINITY),nr(this.left,La)}unshift(La){this.setCursor(0),this.right.push(La)}unshiftMany(La){this.setCursor(0),nr(this.right,La.reverse())}setCursor(La){if(!(La===this.left.length||La>this.left.length&&this.right.length===0||La<0&&this.left.length===0))if(La=4?hl(Pl):La.interrupt(yl.parser.constructs.flow,fl,hl)(Pl)}}function Wr(La,hl,fl,yl,Pl,Ul,Gd,af,n_){let i_=n_||Number.POSITIVE_INFINITY,p_=0;return f;function f(hl){return hl===60?(La.enter(yl),La.enter(Pl),La.enter(Ul),La.consume(hl),La.exit(Ul),h):hl===null||hl===32||hl===41||mt(hl)?fl(hl):(La.enter(yl),La.enter(Gd),La.enter(af),La.enter("chunkString",{contentType:"string"}),x(hl))}function h(fl){return fl===62?(La.enter(Ul),La.consume(fl),La.exit(Ul),La.exit(Pl),La.exit(yl),hl):(La.enter(af),La.enter("chunkString",{contentType:"string"}),m(fl))}function m(hl){return hl===62?(La.exit("chunkString"),La.exit(af),h(hl)):hl===null||hl===60||B(hl)?fl(hl):(La.consume(hl),hl===92?D:m)}function D(hl){return hl===60||hl===62||hl===92?(La.consume(hl),m):m(hl)}function x(Pl){return!p_&&(Pl===null||Pl===41||G(Pl))?(La.exit("chunkString"),La.exit(af),La.exit(Gd),La.exit(yl),hl(Pl)):p_999||i_===null||i_===91||i_===93&&!n_||i_===94&&!af&&"_hiddenFootnoteSupport"in Gd.parser.constructs?fl(i_):i_===93?(La.exit(Ul),La.enter(Pl),La.consume(i_),La.exit(Pl),La.exit(yl),hl):B(i_)?(La.enter("lineEnding"),La.consume(i_),La.exit("lineEnding"),c):(La.enter("chunkString",{contentType:"string"}),f(i_))}function f(hl){return hl===null||hl===91||hl===93||B(hl)||af++>999?(La.exit("chunkString"),c(hl)):(La.consume(hl),n_||(n_=!H(hl)),hl===92?h:f)}function h(hl){return hl===91||hl===92||hl===93?(La.consume(hl),af++,f):f(hl)}}function jr(La,hl,fl,yl,Pl,Ul){let Gd;return o;function o(hl){return hl===34||hl===39||hl===40?(La.enter(yl),La.enter(Pl),La.consume(hl),La.exit(Pl),Gd=hl===40?41:hl,s):fl(hl)}function s(fl){return fl===Gd?(La.enter(Pl),La.consume(fl),La.exit(Pl),La.exit(yl),hl):(La.enter(Ul),l(fl))}function l(hl){return hl===Gd?(La.exit(Ul),s(Gd)):hl===null?fl(hl):B(hl)?(La.enter("lineEnding"),La.consume(hl),La.exit("lineEnding"),U(La,l,"linePrefix")):(La.enter("chunkString",{contentType:"string"}),c(hl))}function c(hl){return hl===Gd||hl===null||B(hl)?(La.exit("chunkString"),l(hl)):(La.consume(hl),hl===92?f:c)}function f(hl){return hl===Gd||hl===92?(La.consume(hl),c):c(hl)}}function dt(La,hl){let fl;return n;function n(yl){return B(yl)?(La.enter("lineEnding"),La.consume(yl),La.exit("lineEnding"),fl=!0,n):H(yl)?U(La,n,fl?"linePrefix":"lineSuffix")(yl):hl(yl)}}var Ow={name:"definition",tokenize:Ym},Qw={partial:!0,tokenize:jm};function Ym(La,hl,fl){let yl=this,Pl;return u;function u(hl){return La.enter("definition"),i(hl)}function i(hl){return Yr.call(yl,La,o,fl,"definitionLabel","definitionLabelMarker","definitionLabelString")(hl)}function o(hl){return Pl=fe(yl.sliceSerialize(yl.events[yl.events.length-1][1]).slice(1,-1)),hl===58?(La.enter("definitionMarker"),La.consume(hl),La.exit("definitionMarker"),s):fl(hl)}function s(hl){return G(hl)?dt(La,l)(hl):l(hl)}function l(hl){return Wr(La,c,fl,"definitionDestination","definitionDestinationLiteral","definitionDestinationLiteralMarker","definitionDestinationRaw","definitionDestinationString")(hl)}function c(hl){return La.attempt(Qw,f,f)(hl)}function f(hl){return H(hl)?U(La,h,"whitespace")(hl):h(hl)}function h(Ul){return Ul===null||B(Ul)?(La.exit("definition"),yl.parser.defined.push(Pl),hl(Ul)):fl(Ul)}}function jm(La,hl,fl){return n;function n(hl){return G(hl)?dt(La,a)(hl):fl(hl)}function a(hl){return jr(La,u,fl,"definitionTitle","definitionTitleMarker","definitionTitleString")(hl)}function u(hl){return H(hl)?U(La,i,"whitespace")(hl):i(hl)}function i(La){return La===null||B(La)?hl(La):fl(La)}}var Lw={name:"hardBreakEscape",tokenize:$m};function $m(La,hl,fl){return n;function n(hl){return La.enter("hardBreakEscape"),La.consume(hl),a}function a(yl){return B(yl)?(La.exit("hardBreakEscape"),hl(yl)):fl(yl)}}var Mw={name:"headingAtx",resolve:Km,tokenize:Qm};function Km(La,hl){let fl=La.length-2,yl=3,Pl,Ul;return La[yl][1].type==="whitespace"&&(yl+=2),fl-2>yl&&La[fl][1].type==="whitespace"&&(fl-=2),La[fl][1].type==="atxHeadingSequence"&&(yl===fl-1||fl-4>yl&&La[fl-2][1].type==="whitespace")&&(fl-=yl+1===fl?2:4),fl>yl&&(Pl={type:"atxHeadingText",start:La[yl][1].start,end:La[fl][1].end},Ul={type:"chunkText",start:La[yl][1].start,end:La[fl][1].end,contentType:"text"},re(La,yl,fl-yl+1,[["enter",Pl,hl],["enter",Ul,hl],["exit",Ul,hl],["exit",Pl,hl]])),La}function Qm(La,hl,fl){let yl=0;return a;function a(hl){return La.enter("atxHeading"),u(hl)}function u(hl){return La.enter("atxHeadingSequence"),i(hl)}function i(hl){return hl===35&&yl++<6?(La.consume(hl),i):hl===null||G(hl)?(La.exit("atxHeadingSequence"),o(hl)):fl(hl)}function o(fl){return fl===35?(La.enter("atxHeadingSequence"),s(fl)):fl===null||B(fl)?(La.exit("atxHeading"),hl(fl)):H(fl)?U(La,o,"whitespace")(fl):(La.enter("atxHeadingText"),l(fl))}function s(hl){return hl===35?(La.consume(hl),s):(La.exit("atxHeadingSequence"),o(hl))}function l(hl){return hl===null||hl===35||G(hl)?(La.exit("atxHeadingText"),o(hl)):(La.consume(hl),l)}}var jw=["address","article","aside","base","basefont","blockquote","body","caption","center","col","colgroup","dd","details","dialog","dir","div","dl","dt","fieldset","figcaption","figure","footer","form","frame","frameset","h1","h2","h3","h4","h5","h6","head","header","hr","html","iframe","legend","li","link","main","menu","menuitem","nav","noframes","ol","optgroup","option","p","param","search","section","summary","table","tbody","td","tfoot","th","thead","title","tr","track","ul"],Uw=["pre","script","style","textarea"];var Gw={concrete:!0,name:"htmlFlow",resolveTo:Zm,tokenize:eD},qw={partial:!0,tokenize:rD},$w={partial:!0,tokenize:tD};function Zm(La){let hl=La.length;for(;hl--&&!(La[hl][0]==="enter"&&La[hl][1].type==="htmlFlow"););return hl>1&&La[hl-2][1].type==="linePrefix"&&(La[hl][1].start=La[hl-2][1].start,La[hl+1][1].start=La[hl-2][1].start,La.splice(hl-2,2)),La}function eD(La,hl,fl){let yl=this,Pl,Ul,Gd,af,n_;return l;function l(La){return c(La)}function c(hl){return La.enter("htmlFlow"),La.enter("htmlFlowData"),La.consume(hl),f}function f(af){return af===33?(La.consume(af),h):af===47?(La.consume(af),Ul=!0,x):af===63?(La.consume(af),Pl=3,yl.interrupt?hl:p):pw(af)?(La.consume(af),Gd=String.fromCharCode(af),g):fl(af)}function h(Ul){return Ul===45?(La.consume(Ul),Pl=2,m):Ul===91?(La.consume(Ul),Pl=5,af=0,D):pw(Ul)?(La.consume(Ul),Pl=4,yl.interrupt?hl:p):fl(Ul)}function m(Pl){return Pl===45?(La.consume(Pl),yl.interrupt?hl:p):fl(Pl)}function D(Pl){let Ul="CDATA[";return Pl===Ul.charCodeAt(af++)?(La.consume(Pl),af===Ul.length?yl.interrupt?hl:I:D):fl(Pl)}function x(hl){return pw(hl)?(La.consume(hl),Gd=String.fromCharCode(hl),g):fl(hl)}function g(af){if(af===null||af===47||af===62||G(af)){let n_=af===47,i_=Gd.toLowerCase();return!n_&&!Ul&&Uw.includes(i_)?(Pl=1,yl.interrupt?hl(af):I(af)):jw.includes(Gd.toLowerCase())?(Pl=6,n_?(La.consume(af),k):yl.interrupt?hl(af):I(af)):(Pl=7,yl.interrupt&&!yl.parser.lazy[yl.now().line]?fl(af):Ul?E(af):C(af))}return af===45||dw(af)?(La.consume(af),Gd+=String.fromCharCode(af),g):fl(af)}function k(Pl){return Pl===62?(La.consume(Pl),yl.interrupt?hl:I):fl(Pl)}function E(hl){return H(hl)?(La.consume(hl),E):b(hl)}function C(hl){return hl===47?(La.consume(hl),b):hl===58||hl===95||pw(hl)?(La.consume(hl),S):H(hl)?(La.consume(hl),C):b(hl)}function S(hl){return hl===45||hl===46||hl===58||hl===95||dw(hl)?(La.consume(hl),S):w(hl)}function w(hl){return hl===61?(La.consume(hl),d):H(hl)?(La.consume(hl),w):C(hl)}function d(hl){return hl===null||hl===60||hl===61||hl===62||hl===96?fl(hl):hl===34||hl===39?(La.consume(hl),n_=hl,v):H(hl)?(La.consume(hl),d):L(hl)}function v(hl){return hl===n_?(La.consume(hl),n_=null,y):hl===null||B(hl)?fl(hl):(La.consume(hl),v)}function L(hl){return hl===null||hl===34||hl===39||hl===47||hl===60||hl===61||hl===62||hl===96||G(hl)?w(hl):(La.consume(hl),L)}function y(La){return La===47||La===62||H(La)?C(La):fl(La)}function b(hl){return hl===62?(La.consume(hl),_):fl(hl)}function _(hl){return hl===null||B(hl)?I(hl):H(hl)?(La.consume(hl),_):fl(hl)}function I(hl){return hl===45&&Pl===2?(La.consume(hl),z):hl===60&&Pl===1?(La.consume(hl),N):hl===62&&Pl===4?(La.consume(hl),Y):hl===63&&Pl===3?(La.consume(hl),p):hl===93&&Pl===5?(La.consume(hl),ne):B(hl)&&(Pl===6||Pl===7)?(La.exit("htmlFlowData"),La.check(qw,ie,T)(hl)):hl===null||B(hl)?(La.exit("htmlFlowData"),T(hl)):(La.consume(hl),I)}function T(hl){return La.check($w,R,ie)(hl)}function R(hl){return La.enter("lineEnding"),La.consume(hl),La.exit("lineEnding"),O}function O(hl){return hl===null||B(hl)?T(hl):(La.enter("htmlFlowData"),I(hl))}function z(hl){return hl===45?(La.consume(hl),p):I(hl)}function N(hl){return hl===47?(La.consume(hl),Gd="",W):I(hl)}function W(hl){if(hl===62){let fl=Gd.toLowerCase();return Uw.includes(fl)?(La.consume(hl),Y):I(hl)}return pw(hl)&&Gd.length<8?(La.consume(hl),Gd+=String.fromCharCode(hl),W):I(hl)}function ne(hl){return hl===93?(La.consume(hl),p):I(hl)}function p(hl){return hl===62?(La.consume(hl),Y):hl===45&&Pl===2?(La.consume(hl),p):I(hl)}function Y(hl){return hl===null||B(hl)?(La.exit("htmlFlowData"),ie(hl)):(La.consume(hl),Y)}function ie(fl){return La.exit("htmlFlow"),hl(fl)}}function tD(La,hl,fl){let yl=this;return a;function a(hl){return B(hl)?(La.enter("lineEnding"),La.consume(hl),La.exit("lineEnding"),u):fl(hl)}function u(La){return yl.parser.lazy[yl.now().line]?fl(La):hl(La)}}function rD(La,hl,fl){return n;function n(yl){return La.enter("lineEnding"),La.consume(yl),La.exit("lineEnding"),La.attempt(Cw,hl,fl)}}var Jw={name:"htmlText",tokenize:nD};function nD(La,hl,fl){let yl=this,Pl,Ul,Gd;return o;function o(hl){return La.enter("htmlText"),La.enter("htmlTextData"),La.consume(hl),s}function s(hl){return hl===33?(La.consume(hl),l):hl===47?(La.consume(hl),w):hl===63?(La.consume(hl),C):pw(hl)?(La.consume(hl),L):fl(hl)}function l(hl){return hl===45?(La.consume(hl),c):hl===91?(La.consume(hl),Ul=0,D):pw(hl)?(La.consume(hl),E):fl(hl)}function c(hl){return hl===45?(La.consume(hl),m):fl(hl)}function f(hl){return hl===null?fl(hl):hl===45?(La.consume(hl),h):B(hl)?(Gd=f,N(hl)):(La.consume(hl),f)}function h(hl){return hl===45?(La.consume(hl),m):f(hl)}function m(La){return La===62?z(La):La===45?h(La):f(La)}function D(hl){let yl="CDATA[";return hl===yl.charCodeAt(Ul++)?(La.consume(hl),Ul===yl.length?x:D):fl(hl)}function x(hl){return hl===null?fl(hl):hl===93?(La.consume(hl),g):B(hl)?(Gd=x,N(hl)):(La.consume(hl),x)}function g(hl){return hl===93?(La.consume(hl),k):x(hl)}function k(hl){return hl===62?z(hl):hl===93?(La.consume(hl),k):x(hl)}function E(hl){return hl===null||hl===62?z(hl):B(hl)?(Gd=E,N(hl)):(La.consume(hl),E)}function C(hl){return hl===null?fl(hl):hl===63?(La.consume(hl),S):B(hl)?(Gd=C,N(hl)):(La.consume(hl),C)}function S(La){return La===62?z(La):C(La)}function w(hl){return pw(hl)?(La.consume(hl),d):fl(hl)}function d(hl){return hl===45||dw(hl)?(La.consume(hl),d):v(hl)}function v(hl){return B(hl)?(Gd=v,N(hl)):H(hl)?(La.consume(hl),v):z(hl)}function L(hl){return hl===45||dw(hl)?(La.consume(hl),L):hl===47||hl===62||G(hl)?y(hl):fl(hl)}function y(hl){return hl===47?(La.consume(hl),z):hl===58||hl===95||pw(hl)?(La.consume(hl),b):B(hl)?(Gd=y,N(hl)):H(hl)?(La.consume(hl),y):z(hl)}function b(hl){return hl===45||hl===46||hl===58||hl===95||dw(hl)?(La.consume(hl),b):_(hl)}function _(hl){return hl===61?(La.consume(hl),I):B(hl)?(Gd=_,N(hl)):H(hl)?(La.consume(hl),_):y(hl)}function I(hl){return hl===null||hl===60||hl===61||hl===62||hl===96?fl(hl):hl===34||hl===39?(La.consume(hl),Pl=hl,T):B(hl)?(Gd=I,N(hl)):H(hl)?(La.consume(hl),I):(La.consume(hl),R)}function T(hl){return hl===Pl?(La.consume(hl),Pl=void 0,O):hl===null?fl(hl):B(hl)?(Gd=T,N(hl)):(La.consume(hl),T)}function R(hl){return hl===null||hl===34||hl===39||hl===60||hl===61||hl===96?fl(hl):hl===47||hl===62||G(hl)?y(hl):(La.consume(hl),R)}function O(La){return La===47||La===62||G(La)?y(La):fl(La)}function z(yl){return yl===62?(La.consume(yl),La.exit("htmlTextData"),La.exit("htmlText"),hl):fl(yl)}function N(hl){return La.exit("htmlTextData"),La.enter("lineEnding"),La.consume(hl),La.exit("lineEnding"),W}function W(hl){return H(hl)?U(La,ne,"linePrefix",yl.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(hl):ne(hl)}function ne(hl){return La.enter("htmlTextData"),Gd(hl)}}var Hw={name:"labelEnd",resolveAll:oD,resolveTo:sD,tokenize:lD},Vw={tokenize:cD},Ww={tokenize:fD},zw={tokenize:pD};function oD(La){let hl=-1,fl=[];for(;++hl=3&&(Ul===null||B(Ul))?(La.exit("thematicBreak"),hl(Ul)):fl(Ul)}function s(hl){return hl===Pl?(La.consume(hl),yl++,s):(La.exit("thematicBreakSequence"),H(hl)?U(La,o,"whitespace")(hl):o(hl))}}var eC={continuation:{tokenize:FD},exit:ED,name:"list",tokenize:kD},tC={partial:!0,tokenize:wD},rC={partial:!0,tokenize:bD};function kD(La,hl,fl){let yl=this,Pl=yl.events[yl.events.length-1],Ul=Pl&&Pl[1].type==="linePrefix"?Pl[2].sliceSerialize(Pl[1],!0).length:0,Gd=0;return o;function o(hl){let Pl=yl.containerState.type||(hl===42||hl===43||hl===45?"listUnordered":"listOrdered");if(Pl==="listUnordered"?!yl.containerState.marker||hl===yl.containerState.marker:fw(hl)){if(yl.containerState.type||(yl.containerState.type=Pl,La.enter(Pl,{_container:!0})),Pl==="listUnordered")return La.enter("listItemPrefix"),hl===42||hl===45?La.check(Zw,fl,l)(hl):l(hl);if(!yl.interrupt||hl===49)return La.enter("listItemPrefix"),La.enter("listItemValue"),s(hl)}return fl(hl)}function s(hl){return fw(hl)&&++Gd<10?(La.consume(hl),s):(!yl.interrupt||Gd<2)&&(yl.containerState.marker?hl===yl.containerState.marker:hl===41||hl===46)?(La.exit("listItemValue"),l(hl)):fl(hl)}function l(hl){return La.enter("listItemMarker"),La.consume(hl),La.exit("listItemMarker"),yl.containerState.marker=yl.containerState.marker||hl,La.check(Cw,yl.interrupt?fl:c,La.attempt(tC,h,f))}function c(La){return yl.containerState.initialBlankLine=!0,Ul++,h(La)}function f(hl){return H(hl)?(La.enter("listItemPrefixWhitespace"),La.consume(hl),La.exit("listItemPrefixWhitespace"),h):fl(hl)}function h(fl){return yl.containerState.size=Ul+yl.sliceSerialize(La.exit("listItemPrefix"),!0).length,hl(fl)}}function FD(La,hl,fl){let yl=this;return yl.containerState._closeFlow=void 0,La.check(Cw,a,u);function a(fl){return yl.containerState.furtherBlankLines=yl.containerState.furtherBlankLines||yl.containerState.initialBlankLine,U(La,hl,"listItemIndent",yl.containerState.size+1)(fl)}function u(fl){return yl.containerState.furtherBlankLines||!H(fl)?(yl.containerState.furtherBlankLines=void 0,yl.containerState.initialBlankLine=void 0,i(fl)):(yl.containerState.furtherBlankLines=void 0,yl.containerState.initialBlankLine=void 0,La.attempt(rC,hl,i)(fl))}function i(Pl){return yl.containerState._closeFlow=!0,yl.interrupt=void 0,U(La,La.attempt(eC,hl,fl),"linePrefix",yl.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(Pl)}}function bD(La,hl,fl){let yl=this;return U(La,a,"listItemIndent",yl.containerState.size+1);function a(La){let Pl=yl.events[yl.events.length-1];return Pl&&Pl[1].type==="listItemIndent"&&Pl[2].sliceSerialize(Pl[1],!0).length===yl.containerState.size?hl(La):fl(La)}}function ED(La){La.exit(this.containerState.type)}function wD(La,hl,fl){let yl=this;return U(La,a,"listItemPrefixWhitespace",yl.parser.constructs.disable.null.includes("codeIndented")?void 0:5);function a(La){let Pl=yl.events[yl.events.length-1];return!H(La)&&Pl&&Pl[1].type==="listItemPrefixWhitespace"?hl(La):fl(La)}}var nC={name:"setextUnderline",resolveTo:CD,tokenize:yD};function CD(La,hl){let fl=La.length,yl,Pl,Ul;for(;fl--;)if(La[fl][0]==="enter"){if(La[fl][1].type==="content"){yl=fl;break}La[fl][1].type==="paragraph"&&(Pl=fl)}else La[fl][1].type==="content"&&La.splice(fl,1),!Ul&&La[fl][1].type==="definition"&&(Ul=fl);let Gd={type:"setextHeading",start:{...La[yl][1].start},end:{...La[La.length-1][1].end}};return La[Pl][1].type="setextHeadingText",Ul?(La.splice(Pl,0,["enter",Gd,hl]),La.splice(Ul+1,0,["exit",La[yl][1],hl]),La[yl][1].end={...La[Ul][1].end}):La[yl][1]=Gd,La.push(["exit",Gd,hl]),La}function yD(La,hl,fl){let yl=this,Pl;return u;function u(hl){let Ul=yl.events.length,Gd;for(;Ul--;)if(yl.events[Ul][1].type!=="lineEnding"&&yl.events[Ul][1].type!=="linePrefix"&&yl.events[Ul][1].type!=="content"){Gd=yl.events[Ul][1].type==="paragraph";break}return!yl.parser.lazy[yl.now().line]&&(yl.interrupt||Gd)?(La.enter("setextHeadingLine"),Pl=hl,i(hl)):fl(hl)}function i(hl){return La.enter("setextHeadingLineSequence"),o(hl)}function o(hl){return hl===Pl?(La.consume(hl),o):(La.exit("setextHeadingLineSequence"),H(hl)?U(La,s,"lineSuffix")(hl):s(hl))}function s(yl){return yl===null||B(yl)?(La.exit("setextHeadingLine"),hl(yl)):fl(yl)}}var iC={tokenize:vD};function vD(La){let hl=this,fl=La.attempt(Cw,n,La.attempt(this.parser.constructs.flowInitial,a,U(La,La.attempt(this.parser.constructs.flow,a,La.attempt(Rw,a)),"linePrefix")));return fl;function n(yl){if(yl===null){La.consume(yl);return}return La.enter("lineEndingBlank"),La.consume(yl),La.exit("lineEndingBlank"),hl.currentConstruct=void 0,fl}function a(yl){if(yl===null){La.consume(yl);return}return La.enter("lineEnding"),La.consume(yl),La.exit("lineEnding"),hl.currentConstruct=void 0,fl}}var sC={resolveAll:Mu()},aC=Ru("string"),oC=Ru("text");function Ru(La){return{resolveAll:Mu(La==="text"?AD:void 0),tokenize:t};function t(hl){let fl=this,yl=this.parser.constructs[La],Pl=hl.attempt(yl,i,o);return i;function i(La){return l(La)?Pl(La):o(La)}function o(La){if(La===null){hl.consume(La);return}return hl.enter("data"),hl.consume(La),s}function s(La){return l(La)?(hl.exit("data"),Pl(La)):(hl.consume(La),s)}function l(La){if(La===null)return!0;let hl=yl[La],Pl=-1;if(hl)for(;++PlmC,contentInitial:()=>uC,disable:()=>gC,document:()=>cC,flow:()=>dC,flowInitial:()=>pC,insideSpan:()=>_C,string:()=>hC,text:()=>fC});var cC={42:eC,43:eC,45:eC,48:eC,49:eC,50:eC,51:eC,52:eC,53:eC,54:eC,55:eC,56:eC,57:eC,62:xw},uC={91:Ow},pC={[-2]:Iw,[-1]:Iw,32:Iw},dC={35:Mw,42:Zw,45:[nC,Zw],60:Gw,61:nC,95:Zw,96:Tw,126:Tw},hC={38:Sw,92:Dw},fC={[-5]:Xw,[-4]:Xw,[-3]:Xw,33:Yw,38:Sw,42:Ew,60:[ww,Jw],91:Kw,92:[Lw,Dw],93:Hw,95:Ew,96:Fw},_C={null:[Ew,sC]},mC={null:[42,95]},gC={null:[]};function zu(La,hl,fl){let yl={_bufferIndex:-1,_index:0,line:fl&&fl.line||1,column:fl&&fl.column||1,offset:fl&&fl.offset||0},Pl={},Ul=[],Gd=[],af=[],n_=!0,i_={attempt:y(v),check:y(L),consume:S,enter:w,exit:d,interrupt:y(L,{interrupt:!0})},p_={code:null,containerState:{},defineSkip:k,events:[],now:g,parser:La,previous:null,sliceSerialize:D,sliceStream:x,write:m},w_=hl.tokenize.call(p_,i_),D_;return hl.resolveAll&&Ul.push(hl),p_;function m(La){return Gd=he(Gd,La),E(),Gd[Gd.length-1]!==null?[]:(b(hl,0),p_.events=nt(Ul,p_.events,p_),p_.events)}function D(La,hl){return RD(x(La),hl)}function x(La){return ND(Gd,La)}function g(){let{_bufferIndex:La,_index:hl,line:fl,column:Pl,offset:Ul}=yl;return{_bufferIndex:La,_index:hl,line:fl,column:Pl,offset:Ul}}function k(La){Pl[La.line]=La.column,I()}function E(){let La;for(;yl._index-1){let La=Gd[0];typeof La=="string"?Gd[0]=La.slice(yl):Gd.shift()}Ul>0&&Gd.push(La[Pl].slice(0,Ul))}return Gd}function RD(La,hl){let fl=-1,yl=[],Pl;for(;++fl0){let La=Pl.tokenStack[Pl.tokenStack.length-1];(La[1]||Wu).call(Pl,void 0,La[0])}for(yl.position={start:it(La.length>0?La[0][1].start:{line:1,column:1,offset:0}),end:it(La.length>0?La[La.length-2][1].end:{line:1,column:1,offset:0})},Gd=-1;++Gd0&&!fl&&(La[La.length-1][1]._gfmAutolinkLiteralWalkedInto=!0),fl}var BC={tokenize:ud,partial:!0};function di(){return{document:{91:{name:"gfmFootnoteDefinition",tokenize:nd,continuation:{tokenize:id},exit:ad}},text:{91:{name:"gfmFootnoteCall",tokenize:rd},93:{name:"gfmPotentialFootnoteCall",add:"after",tokenize:ed,resolveTo:td}}}}function ed(La,hl,fl){let yl=this,Pl=yl.events.length,Ul=yl.parser.gfmFootnotes||(yl.parser.gfmFootnotes=[]),Gd;for(;Pl--;){let La=yl.events[Pl][1];if(La.type==="labelImage"){Gd=La;break}if(La.type==="gfmFootnoteCall"||La.type==="labelLink"||La.type==="label"||La.type==="image"||La.type==="link")break}return o;function o(Pl){if(!Gd||!Gd._balanced)return fl(Pl);let af=fe(yl.sliceSerialize({start:Gd.end,end:yl.now()}));return af.codePointAt(0)!==94||!Ul.includes(af.slice(1))?fl(Pl):(La.enter("gfmFootnoteCallLabelMarker"),La.consume(Pl),La.exit("gfmFootnoteCallLabelMarker"),hl(Pl))}}function td(La,hl){let fl=La.length,yl;for(;fl--;)if(La[fl][1].type==="labelImage"&&La[fl][0]==="enter"){yl=La[fl][1];break}La[fl+1][1].type="data",La[fl+3][1].type="gfmFootnoteCallLabelMarker";let Pl={type:"gfmFootnoteCall",start:Object.assign({},La[fl+3][1].start),end:Object.assign({},La[La.length-1][1].end)},Ul={type:"gfmFootnoteCallMarker",start:Object.assign({},La[fl+3][1].end),end:Object.assign({},La[fl+3][1].end)};Ul.end.column++,Ul.end.offset++,Ul.end._bufferIndex++;let Gd={type:"gfmFootnoteCallString",start:Object.assign({},Ul.end),end:Object.assign({},La[La.length-1][1].start)},af={type:"chunkString",contentType:"string",start:Object.assign({},Gd.start),end:Object.assign({},Gd.end)},n_=[La[fl+1],La[fl+2],["enter",Pl,hl],La[fl+3],La[fl+4],["enter",Ul,hl],["exit",Ul,hl],["enter",Gd,hl],["enter",af,hl],["exit",af,hl],["exit",Gd,hl],La[La.length-2],La[La.length-1],["exit",Pl,hl]];return La.splice(fl,La.length-fl+1,...n_),La}function rd(La,hl,fl){let yl=this,Pl=yl.parser.gfmFootnotes||(yl.parser.gfmFootnotes=[]),Ul=0,Gd;return o;function o(hl){return La.enter("gfmFootnoteCall"),La.enter("gfmFootnoteCallLabelMarker"),La.consume(hl),La.exit("gfmFootnoteCallLabelMarker"),s}function s(hl){return hl!==94?fl(hl):(La.enter("gfmFootnoteCallMarker"),La.consume(hl),La.exit("gfmFootnoteCallMarker"),La.enter("gfmFootnoteCallString"),La.enter("chunkString").contentType="string",l)}function l(af){if(Ul>999||af===93&&!Gd||af===null||af===91||G(af))return fl(af);if(af===93){La.exit("chunkString");let Ul=La.exit("gfmFootnoteCallString");return Pl.includes(fe(yl.sliceSerialize(Ul)))?(La.enter("gfmFootnoteCallLabelMarker"),La.consume(af),La.exit("gfmFootnoteCallLabelMarker"),La.exit("gfmFootnoteCall"),hl):fl(af)}return G(af)||(Gd=!0),Ul++,La.consume(af),af===92?c:l}function c(hl){return hl===91||hl===92||hl===93?(La.consume(hl),Ul++,l):l(hl)}}function nd(La,hl,fl){let yl=this,Pl=yl.parser.gfmFootnotes||(yl.parser.gfmFootnotes=[]),Ul,Gd=0,af;return s;function s(hl){return La.enter("gfmFootnoteDefinition")._container=!0,La.enter("gfmFootnoteDefinitionLabel"),La.enter("gfmFootnoteDefinitionLabelMarker"),La.consume(hl),La.exit("gfmFootnoteDefinitionLabelMarker"),l}function l(hl){return hl===94?(La.enter("gfmFootnoteDefinitionMarker"),La.consume(hl),La.exit("gfmFootnoteDefinitionMarker"),La.enter("gfmFootnoteDefinitionLabelString"),La.enter("chunkString").contentType="string",c):fl(hl)}function c(hl){if(Gd>999||hl===93&&!af||hl===null||hl===91||G(hl))return fl(hl);if(hl===93){La.exit("chunkString");let fl=La.exit("gfmFootnoteDefinitionLabelString");return Ul=fe(yl.sliceSerialize(fl)),La.enter("gfmFootnoteDefinitionLabelMarker"),La.consume(hl),La.exit("gfmFootnoteDefinitionLabelMarker"),La.exit("gfmFootnoteDefinitionLabel"),h}return G(hl)||(af=!0),Gd++,La.consume(hl),hl===92?f:c}function f(hl){return hl===91||hl===92||hl===93?(La.consume(hl),Gd++,c):c(hl)}function h(hl){return hl===58?(La.enter("definitionMarker"),La.consume(hl),La.exit("definitionMarker"),Pl.includes(Ul)||Pl.push(Ul),U(La,m,"gfmFootnoteDefinitionWhitespace")):fl(hl)}function m(La){return hl(La)}}function id(La,hl,fl){return La.check(Cw,hl,La.attempt(BC,hl,fl))}function ad(La){La.exit("gfmFootnoteDefinition")}function ud(La,hl,fl){let yl=this;return U(La,a,"gfmFootnoteDefinitionIndent",5);function a(La){let Pl=yl.events[yl.events.length-1];return Pl&&Pl[1].type==="gfmFootnoteDefinitionIndent"&&Pl[2].sliceSerialize(Pl[1],!0).length===4?hl(La):fl(La)}}function gi(La){let hl=(La||{}).singleTilde,fl={name:"strikethrough",tokenize:u,resolveAll:a};return hl==null&&(hl=!0),{text:{126:fl},insideSpan:{null:[fl]},attentionMarkers:{null:[126]}};function a(La,hl){let fl=-1;for(;++fl1?yl(Ul):(La.consume(Ul),Gd++,m);if(Gd<2&&!hl)return yl(Ul);let n_=La.exit("strikethroughSequenceTemporary"),i_=St(Ul);return n_._open=!i_||i_===2&&!!af,n_._close=!af||af===2&&!!i_,fl(Ul)}}}var FC=class{constructor(){this.map=[]}add(La,hl,fl){od(this,La,hl,fl)}consume(La){if(this.map.sort(function(La,hl){return La[0]-hl[0]}),this.map.length===0)return;let hl=this.map.length,fl=[];for(;hl>0;)hl-=1,fl.push(La.slice(this.map[hl][0]+this.map[hl][1]),this.map[hl][2]),La.length=this.map[hl][0];fl.push(La.slice()),La.length=0;let yl=fl.pop();for(;yl;){for(let hl of yl)La.push(hl);yl=fl.pop()}this.map.length=0}};function od(La,hl,fl,yl){let Pl=0;if(!(fl===0&&yl.length===0)){for(;Pl-1;){let La=yl.events[hl][1].type;if(La==="lineEnding"||La==="linePrefix")hl--;else break}let Pl=hl>-1?yl.events[hl][1].type:null,Ul=Pl==="tableHead"||Pl==="tableRow"?d:s;return Ul===d&&yl.parser.lazy[yl.now().line]?fl(La):Ul(La)}function s(hl){return La.enter("tableHead"),La.enter("tableRow"),l(hl)}function l(La){return La===124||(Gd=!0,Ul+=1),c(La)}function c(hl){return hl===null?fl(hl):B(hl)?Ul>1?(Ul=0,yl.interrupt=!0,La.exit("tableRow"),La.enter("lineEnding"),La.consume(hl),La.exit("lineEnding"),m):fl(hl):H(hl)?U(La,c,"whitespace")(hl):(Ul+=1,Gd&&(Gd=!1,Pl+=1),hl===124?(La.enter("tableCellDivider"),La.consume(hl),La.exit("tableCellDivider"),Gd=!0,c):(La.enter("data"),f(hl)))}function f(hl){return hl===null||hl===124||G(hl)?(La.exit("data"),c(hl)):(La.consume(hl),hl===92?h:f)}function h(hl){return hl===92||hl===124?(La.consume(hl),f):f(hl)}function m(hl){return yl.interrupt=!1,yl.parser.lazy[yl.now().line]?fl(hl):(La.enter("tableDelimiterRow"),Gd=!1,H(hl)?U(La,D,"linePrefix",yl.parser.constructs.disable.null.includes("codeIndented")?void 0:4)(hl):D(hl))}function D(hl){return hl===45||hl===58?g(hl):hl===124?(Gd=!0,La.enter("tableCellDivider"),La.consume(hl),La.exit("tableCellDivider"),x):w(hl)}function x(hl){return H(hl)?U(La,g,"whitespace")(hl):g(hl)}function g(hl){return hl===58?(Ul+=1,Gd=!0,La.enter("tableDelimiterMarker"),La.consume(hl),La.exit("tableDelimiterMarker"),k):hl===45?(Ul+=1,k(hl)):hl===null||B(hl)?S(hl):w(hl)}function k(hl){return hl===45?(La.enter("tableDelimiterFiller"),E(hl)):w(hl)}function E(hl){return hl===45?(La.consume(hl),E):hl===58?(Gd=!0,La.exit("tableDelimiterFiller"),La.enter("tableDelimiterMarker"),La.consume(hl),La.exit("tableDelimiterMarker"),C):(La.exit("tableDelimiterFiller"),C(hl))}function C(hl){return H(hl)?U(La,S,"whitespace")(hl):S(hl)}function S(fl){return fl===124?D(fl):fl===null||B(fl)?!Gd||Pl!==Ul?w(fl):(La.exit("tableDelimiterRow"),La.exit("tableHead"),hl(fl)):w(fl)}function w(La){return fl(La)}function d(hl){return La.enter("tableRow"),v(hl)}function v(fl){return fl===124?(La.enter("tableCellDivider"),La.consume(fl),La.exit("tableCellDivider"),v):fl===null||B(fl)?(La.exit("tableRow"),hl(fl)):H(fl)?U(La,v,"whitespace")(fl):(La.enter("data"),L(fl))}function L(hl){return hl===null||hl===124||G(hl)?(La.exit("data"),v(hl)):(La.consume(hl),hl===92?y:L)}function y(hl){return hl===92||hl===124?(La.consume(hl),L):L(hl)}}function ld(La,hl){let fl=-1,yl=!0,Pl=0,Ul=[0,0,0,0],Gd=[0,0,0,0],af=!1,n_=0,i_,p_,w_,D_=new FC;for(;++flfl[2]+1){let hl=fl[2]+1,yl=fl[3]-fl[2]-1;La.add(hl,yl,[])}}La.add(fl[3]+1,0,[["exit",Gd,hl]])}return Pl!==void 0&&(Ul.end=Object.assign({},It(hl.events,Pl)),La.add(Pl,0,[["exit",Ul,hl]]),Ul=void 0),Ul}function no(La,hl,fl,yl,Pl){let Ul=[],Gd=It(hl.events,fl);Pl&&(Pl.end=Object.assign({},Gd),Ul.push(["exit",Pl,hl])),yl.end=Object.assign({},Gd),Ul.push(["exit",yl,hl]),La.add(fl+1,0,Ul)}function It(La,hl){let fl=La[hl],yl=fl[0]==="enter"?"start":"end";return fl[1][yl]}var PC={name:"tasklistCheck",tokenize:fd};function ki(){return{text:{91:PC}}}function fd(La,hl,fl){let yl=this;return a;function a(hl){return yl.previous!==null||!yl._gfmTasklistFirstContentOfListItem?fl(hl):(La.enter("taskListCheck"),La.enter("taskListCheckMarker"),La.consume(hl),La.exit("taskListCheckMarker"),u)}function u(hl){return G(hl)?(La.enter("taskListCheckValueUnchecked"),La.consume(hl),La.exit("taskListCheckValueUnchecked"),i):hl===88||hl===120?(La.enter("taskListCheckValueChecked"),La.consume(hl),La.exit("taskListCheckValueChecked"),i):fl(hl)}function i(hl){return hl===93?(La.enter("taskListCheckMarker"),La.consume(hl),La.exit("taskListCheckMarker"),La.exit("taskListCheck"),o):fl(hl)}function o(yl){return B(yl)?hl(yl):H(yl)?La.check({tokenize:pd},hl,fl)(yl):fl(yl)}}function pd(La,hl,fl){return U(La,n,"whitespace");function n(La){return La===null?fl(La):hl(La)}}function io(La){return Nr([mi(),di(),gi(La),xi(),ki()])}var RC={tokenize:hd,concrete:!0,name:"mathFlow"},NC={tokenize:md,partial:!0};function hd(La,hl,fl){let yl=this,Pl=yl.events[yl.events.length-1],Ul=Pl&&Pl[1].type==="linePrefix"?Pl[2].sliceSerialize(Pl[1],!0).length:0,Gd=0;return o;function o(hl){return La.enter("mathFlow"),La.enter("mathFlowFence"),La.enter("mathFlowFenceSequence"),s(hl)}function s(hl){return hl===36?(La.consume(hl),Gd++,s):Gd<2?fl(hl):(La.exit("mathFlowFenceSequence"),U(La,l,"whitespace")(hl))}function l(hl){return hl===null||B(hl)?f(hl):(La.enter("mathFlowFenceMeta"),La.enter("chunkString",{contentType:"string"}),c(hl))}function c(hl){return hl===null||B(hl)?(La.exit("chunkString"),La.exit("mathFlowFenceMeta"),f(hl)):hl===36?fl(hl):(La.consume(hl),c)}function f(fl){return La.exit("mathFlowFence"),yl.interrupt?hl(fl):La.attempt(NC,h,g)(fl)}function h(hl){return La.attempt({tokenize:k,partial:!0},g,m)(hl)}function m(hl){return(Ul?U(La,D,"linePrefix",Ul+1):D)(hl)}function D(hl){return hl===null?g(hl):B(hl)?La.attempt(NC,h,g)(hl):(La.enter("mathFlowValue"),x(hl))}function x(hl){return hl===null||B(hl)?(La.exit("mathFlowValue"),D(hl)):(La.consume(hl),x)}function g(fl){return La.exit("mathFlow"),hl(fl)}function k(La,hl,fl){let Pl=0;return U(La,d,"linePrefix",yl.parser.constructs.disable.null.includes("codeIndented")?void 0:4);function d(hl){return La.enter("mathFlowFence"),La.enter("mathFlowFenceSequence"),v(hl)}function v(hl){return hl===36?(Pl++,La.consume(hl),v):Pl(fl,yl,...Pl)=>fl|1&&yl==null?void 0:(hl.call(yl)??yl[La]).apply(yl,Pl);function gd(La){return this[La<0?this.length+La:La]}var OC=qt("at",function(){if(Array.isArray(this)||typeof this=="string")return gd}),QC=OC;var LC=String.prototype.replaceAll??function(La,hl){return La.global?this.replace(La,hl):this.split(La).join(hl)},MC=qt("replaceAll",function(){if(typeof this=="string")return LC}),jC=MC;var bd=()=>{},UC=bd;function Ed(La){return jC(0,La,/[^\n]/g," ")}var GC=Ed;var qC=Symbol.for("PRETTIER_IS_FRONT_MATTER");var $C=3;function wd(La){let hl=La.slice(0,$C);if(hl!=="---"&&hl!=="+++")return;let fl=La.indexOf(`\n`,$C);if(fl===-1)return;let yl=La.slice($C,fl).trim(),Pl=La.indexOf(`\n${hl}`,fl),Ul=yl;if(Ul||(Ul=hl==="+++"?"toml":"yaml"),Pl===-1&&hl==="---"&&Ul==="yaml"&&(Pl=La.indexOf(`\n...`,fl)),Pl===-1)return;let Gd=Pl+1+$C,af=La.charAt(Gd+1);if(!/\s?/.test(af))return;let n_=La.slice(0,Gd),i_;return{language:Ul,explicitLanguage:yl||null,value:La.slice(fl+1,Pl),startDelimiter:hl,endDelimiter:n_.slice(-$C),raw:n_,start:{line:1,column:0,index:0},end:{index:n_.length,get line(){return i_??(i_=n_.split(`\n`)),i_.length},get column(){return i_??(i_=n_.split(`\n`)),QC(0,i_,-1).length}},[qC]:!0}}function Cd(La){let hl=wd(La);return hl?{frontMatter:hl,get content(){let{raw:fl}=hl;return GC(fl)+La.slice(fl.length)}}:{content:La}}var JC=Cd;function bi(La,hl){let fl=String(La);if(typeof hl!="string")throw new TypeError("Expected character");let yl=0,Pl=fl.indexOf(hl);for(;Pl!==-1;)yl++,Pl=fl.indexOf(hl,Pl+hl.length);return yl}function ve(La){if(typeof La!="string")throw new TypeError("Expected a string");return La.replace(/[|\\{}()[\]^$+*?.]/g,"\\$&").replace(/-/g,"\\x2d")}var Bt=function(La){if(La==null)return Td;if(typeof La=="function")return Xr(La);if(typeof La=="object")return Array.isArray(La)?yd(La):vd(La);if(typeof La=="string")return Ad(La);throw new Error("Expected function, string, or object as test")};function yd(La){let hl=[],fl=-1;for(;++fl":""))+")"})}return h;function h(){let n_=HC,i_,p_,w_;if((!hl||Ul(La,Pl,af[af.length-1]||void 0))&&(n_=Ld(fl(La,af)),n_[0]===WC))return n_;if("children"in La&&La.children){let hl=La;if(hl.children&&n_[0]!==zC)for(p_=(yl?hl.children.length:-1)+Gd,w_=af.concat(hl);p_>-1&&p_0?{type:"text",value:Ul}:void 0),Ul===!1?yl.lastIndex=fl+1:(af!==fl&&p_.push({type:"text",value:La.value.slice(af,fl)}),Array.isArray(Ul)?p_.push(...Ul):Ul&&p_.push(Ul),af=fl+w_[0].length,i_=!0),!yl.global)break;w_=yl.exec(La.value)}return i_?(af?\]}]+$/.exec(La);if(!hl)return[La,void 0];La=La.slice(0,hl.index);let fl=hl[0],yl=fl.indexOf(")"),Pl=bi(La,"("),Ul=bi(La,")");for(;yl!==-1&&Pl>Ul;)La+=fl.slice(0,yl+1),fl=fl.slice(yl+1),yl=fl.indexOf(")"),Ul++;return[La,fl]}function po(La,hl){let fl=La.input.charCodeAt(La.index-1);return(La.index===0||Aw(fl)||gw(fl))&&(!hl||fl!==47)}eg.peek=Zd;function Wd(){this.buffer()}function Yd(La){this.enter({type:"footnoteReference",identifier:"",label:""},La)}function jd(){this.buffer()}function $d(La){this.enter({type:"footnoteDefinition",identifier:"",label:"",children:[]},La)}function Kd(La){let hl=this.resume(),fl=this.stack[this.stack.length-1];fl.type,fl.identifier=fe(this.sliceSerialize(La)).toLowerCase(),fl.label=hl}function Qd(La){this.exit(La)}function Jd(La){let hl=this.resume(),fl=this.stack[this.stack.length-1];fl.type,fl.identifier=fe(this.sliceSerialize(La)).toLowerCase(),fl.label=hl}function Xd(La){this.exit(La)}function Zd(){return"["}function eg(La,hl,fl,yl){let Pl=fl.createTracker(yl),Ul=Pl.move("[^"),Gd=fl.enter("footnoteReference"),af=fl.enter("reference");return Ul+=Pl.move(fl.safe(fl.associationId(La),{after:"]",before:Ul})),af(),Gd(),Ul+=Pl.move("]"),Ul}function Ai(){return{enter:{gfmFootnoteCallString:Wd,gfmFootnoteCall:Yd,gfmFootnoteDefinitionLabelString:jd,gfmFootnoteDefinition:$d},exit:{gfmFootnoteCallString:Kd,gfmFootnoteCall:Qd,gfmFootnoteDefinitionLabelString:Jd,gfmFootnoteDefinition:Xd}}}ig.peek=ag;function Ti(){return{canContainEols:["delete"],enter:{strikethrough:rg},exit:{strikethrough:ng}}}function rg(La){this.enter({type:"delete",children:[]},La)}function ng(La){this.exit(La)}function ig(La,hl,fl,yl){let Pl=fl.createTracker(yl),Ul=fl.enter("strikethrough"),Gd=Pl.move("~~");return Gd+=fl.containerPhrasing(La,{...Pl.current(),before:Gd,after:"~"}),Gd+=Pl.move("~~"),Ul(),Gd}function ag(){return"~"}function Li(){return{enter:{table:og,tableData:ho,tableHeader:ho,tableRow:lg},exit:{codeText:cg,table:sg,tableData:Si,tableHeader:Si,tableRow:Si}}}function og(La){let hl=La._align;this.enter({type:"table",align:hl.map(function(La){return La==="none"?null:La}),children:[]},La),this.data.inTable=!0}function sg(La){this.exit(La),this.data.inTable=void 0}function lg(La){this.enter({type:"tableRow",children:[]},La)}function Si(La){this.exit(La)}function ho(La){this.enter({type:"tableCell",children:[]},La)}function cg(La){let hl=this.resume();this.data.inTable&&(hl=hl.replace(/\\([\\|])/g,fg));let fl=this.stack[this.stack.length-1];fl.type,fl.value=hl,this.exit(La)}function fg(La,hl){return hl==="|"?hl:La}function Ii(){return{exit:{taskListCheckValueChecked:mo,taskListCheckValueUnchecked:mo,paragraph:hg}}}function mo(La){let hl=this.stack[this.stack.length-2];hl.type,hl.checked=La.type==="taskListCheckValueChecked"}function hg(La){let hl=this.stack[this.stack.length-2];if(hl&&hl.type==="listItem"&&typeof hl.checked=="boolean"){let La=this.stack[this.stack.length-1];La.type;let fl=La.children[0];if(fl&&fl.type==="text"){let yl=hl.children,Pl=-1,Ul;for(;++PlLa.enter.literalAutolink);return hl.transforms=[],La}var YC={carriageReturn:-5,lineFeed:-4,carriageReturnLineFeed:-3,horizontalTab:-2,virtualSpace:-1,eof:null,nul:0,soh:1,stx:2,etx:3,eot:4,enq:5,ack:6,bel:7,bs:8,ht:9,lf:10,vt:11,ff:12,cr:13,so:14,si:15,dle:16,dc1:17,dc2:18,dc3:19,dc4:20,nak:21,syn:22,etb:23,can:24,em:25,sub:26,esc:27,fs:28,gs:29,rs:30,us:31,space:32,exclamationMark:33,quotationMark:34,numberSign:35,dollarSign:36,percentSign:37,ampersand:38,apostrophe:39,leftParenthesis:40,rightParenthesis:41,asterisk:42,plusSign:43,comma:44,dash:45,dot:46,slash:47,digit0:48,digit1:49,digit2:50,digit3:51,digit4:52,digit5:53,digit6:54,digit7:55,digit8:56,digit9:57,colon:58,semicolon:59,lessThan:60,equalsTo:61,greaterThan:62,questionMark:63,atSign:64,uppercaseA:65,uppercaseB:66,uppercaseC:67,uppercaseD:68,uppercaseE:69,uppercaseF:70,uppercaseG:71,uppercaseH:72,uppercaseI:73,uppercaseJ:74,uppercaseK:75,uppercaseL:76,uppercaseM:77,uppercaseN:78,uppercaseO:79,uppercaseP:80,uppercaseQ:81,uppercaseR:82,uppercaseS:83,uppercaseT:84,uppercaseU:85,uppercaseV:86,uppercaseW:87,uppercaseX:88,uppercaseY:89,uppercaseZ:90,leftSquareBracket:91,backslash:92,rightSquareBracket:93,caret:94,underscore:95,graveAccent:96,lowercaseA:97,lowercaseB:98,lowercaseC:99,lowercaseD:100,lowercaseE:101,lowercaseF:102,lowercaseG:103,lowercaseH:104,lowercaseI:105,lowercaseJ:106,lowercaseK:107,lowercaseL:108,lowercaseM:109,lowercaseN:110,lowercaseO:111,lowercaseP:112,lowercaseQ:113,lowercaseR:114,lowercaseS:115,lowercaseT:116,lowercaseU:117,lowercaseV:118,lowercaseW:119,lowercaseX:120,lowercaseY:121,lowercaseZ:122,leftCurlyBrace:123,verticalBar:124,rightCurlyBrace:125,tilde:126,del:127,byteOrderMarker:65279,replacementCharacter:65533};var KC={attentionSideAfter:2,attentionSideBefore:1,atxHeadingOpeningFenceSizeMax:6,autolinkDomainSizeMax:63,autolinkSchemeSizeMax:32,cdataOpeningString:"CDATA[",characterGroupPunctuation:2,characterGroupWhitespace:1,characterReferenceDecimalSizeMax:7,characterReferenceHexadecimalSizeMax:6,characterReferenceNamedSizeMax:31,codeFencedSequenceSizeMin:3,contentTypeContent:"content",contentTypeDocument:"document",contentTypeFlow:"flow",contentTypeString:"string",contentTypeText:"text",hardBreakPrefixSizeMin:2,htmlBasic:6,htmlCdata:5,htmlComment:2,htmlComplete:7,htmlDeclaration:4,htmlInstruction:3,htmlRawSizeMax:8,htmlRaw:1,linkResourceDestinationBalanceMax:32,linkReferenceSizeMax:999,listItemValueSizeMax:10,numericBaseDecimal:10,numericBaseHexadecimal:16,tabSize:4,thematicBreakMarkerCountMin:3,v8MaxSafeChunkSize:1e4};var XC={data:"data",whitespace:"whitespace",lineEnding:"lineEnding",lineEndingBlank:"lineEndingBlank",linePrefix:"linePrefix",lineSuffix:"lineSuffix",atxHeading:"atxHeading",atxHeadingSequence:"atxHeadingSequence",atxHeadingText:"atxHeadingText",autolink:"autolink",autolinkEmail:"autolinkEmail",autolinkMarker:"autolinkMarker",autolinkProtocol:"autolinkProtocol",characterEscape:"characterEscape",characterEscapeValue:"characterEscapeValue",characterReference:"characterReference",characterReferenceMarker:"characterReferenceMarker",characterReferenceMarkerNumeric:"characterReferenceMarkerNumeric",characterReferenceMarkerHexadecimal:"characterReferenceMarkerHexadecimal",characterReferenceValue:"characterReferenceValue",codeFenced:"codeFenced",codeFencedFence:"codeFencedFence",codeFencedFenceSequence:"codeFencedFenceSequence",codeFencedFenceInfo:"codeFencedFenceInfo",codeFencedFenceMeta:"codeFencedFenceMeta",codeFlowValue:"codeFlowValue",codeIndented:"codeIndented",codeText:"codeText",codeTextData:"codeTextData",codeTextPadding:"codeTextPadding",codeTextSequence:"codeTextSequence",content:"content",definition:"definition",definitionDestination:"definitionDestination",definitionDestinationLiteral:"definitionDestinationLiteral",definitionDestinationLiteralMarker:"definitionDestinationLiteralMarker",definitionDestinationRaw:"definitionDestinationRaw",definitionDestinationString:"definitionDestinationString",definitionLabel:"definitionLabel",definitionLabelMarker:"definitionLabelMarker",definitionLabelString:"definitionLabelString",definitionMarker:"definitionMarker",definitionTitle:"definitionTitle",definitionTitleMarker:"definitionTitleMarker",definitionTitleString:"definitionTitleString",emphasis:"emphasis",emphasisSequence:"emphasisSequence",emphasisText:"emphasisText",escapeMarker:"escapeMarker",hardBreakEscape:"hardBreakEscape",hardBreakTrailing:"hardBreakTrailing",htmlFlow:"htmlFlow",htmlFlowData:"htmlFlowData",htmlText:"htmlText",htmlTextData:"htmlTextData",image:"image",label:"label",labelText:"labelText",labelLink:"labelLink",labelImage:"labelImage",labelMarker:"labelMarker",labelImageMarker:"labelImageMarker",labelEnd:"labelEnd",link:"link",paragraph:"paragraph",reference:"reference",referenceMarker:"referenceMarker",referenceString:"referenceString",resource:"resource",resourceDestination:"resourceDestination",resourceDestinationLiteral:"resourceDestinationLiteral",resourceDestinationLiteralMarker:"resourceDestinationLiteralMarker",resourceDestinationRaw:"resourceDestinationRaw",resourceDestinationString:"resourceDestinationString",resourceMarker:"resourceMarker",resourceTitle:"resourceTitle",resourceTitleMarker:"resourceTitleMarker",resourceTitleString:"resourceTitleString",setextHeading:"setextHeading",setextHeadingText:"setextHeadingText",setextHeadingLine:"setextHeadingLine",setextHeadingLineSequence:"setextHeadingLineSequence",strong:"strong",strongSequence:"strongSequence",strongText:"strongText",thematicBreak:"thematicBreak",thematicBreakSequence:"thematicBreakSequence",blockQuote:"blockQuote",blockQuotePrefix:"blockQuotePrefix",blockQuoteMarker:"blockQuoteMarker",blockQuotePrefixWhitespace:"blockQuotePrefixWhitespace",listOrdered:"listOrdered",listUnordered:"listUnordered",listItemIndent:"listItemIndent",listItemMarker:"listItemMarker",listItemPrefix:"listItemPrefix",listItemPrefixWhitespace:"listItemPrefixWhitespace",listItemValue:"listItemValue",chunkDocument:"chunkDocument",chunkContent:"chunkContent",chunkFlow:"chunkFlow",chunkText:"chunkText",chunkString:"chunkString"};var ZC={name:"htmlText",tokenize:dg,add:"before"};function dg(La,hl,fl){let yl=this,Pl,Ul,Gd;return o;function o(hl){return Zr(hl===YC.lessThan,"expected `<`"),La.enter(XC.htmlText),La.enter(XC.htmlTextData),La.consume(hl),s}function s(hl){return hl===YC.exclamationMark?(La.consume(hl),l):hl===YC.slash?(La.consume(hl),w):hl===YC.questionMark?(La.consume(hl),C):pw(hl)?(La.consume(hl),L):fl(hl)}function l(hl){return hl===YC.dash?(La.consume(hl),c):hl===YC.leftSquareBracket?(La.consume(hl),Ul=0,D):pw(hl)?(La.consume(hl),E):fl(hl)}function c(hl){return hl===YC.dash?(La.consume(hl),m):fl(hl)}function f(hl){return hl===YC.eof?fl(hl):hl===YC.dash?(La.consume(hl),h):B(hl)?(Gd=f,N(hl)):(La.consume(hl),f)}function h(hl){return hl===YC.dash?(La.consume(hl),m):f(hl)}function m(La){return La===YC.greaterThan?z(La):La===YC.dash?h(La):f(La)}function D(hl){let yl=KC.cdataOpeningString;return hl===yl.charCodeAt(Ul++)?(La.consume(hl),Ul===yl.length?x:D):fl(hl)}function x(hl){return hl===YC.eof?fl(hl):hl===YC.rightSquareBracket?(La.consume(hl),g):B(hl)?(Gd=x,N(hl)):(La.consume(hl),x)}function g(hl){return hl===YC.rightSquareBracket?(La.consume(hl),k):x(hl)}function k(hl){return hl===YC.greaterThan?z(hl):hl===YC.rightSquareBracket?(La.consume(hl),k):x(hl)}function E(hl){return hl===YC.eof||hl===YC.greaterThan?z(hl):B(hl)?(Gd=E,N(hl)):(La.consume(hl),E)}function C(hl){return hl===YC.eof?fl(hl):hl===YC.questionMark?(La.consume(hl),S):B(hl)?(Gd=C,N(hl)):(La.consume(hl),C)}function S(La){return La===YC.greaterThan?z(La):C(La)}function w(hl){return pw(hl)?(La.consume(hl),d):fl(hl)}function d(hl){return hl===YC.dash||dw(hl)?(La.consume(hl),d):v(hl)}function v(hl){return B(hl)?(Gd=v,N(hl)):H(hl)?(La.consume(hl),v):z(hl)}function L(hl){return hl===YC.dash||dw(hl)?(La.consume(hl),L):hl===YC.slash||hl===YC.greaterThan||G(hl)?y(hl):fl(hl)}function y(hl){return hl===YC.slash?(La.consume(hl),z):hl===YC.colon||hl===YC.underscore||pw(hl)?(La.consume(hl),b):B(hl)?(Gd=y,N(hl)):H(hl)?(La.consume(hl),y):z(hl)}function b(hl){return hl===YC.dash||hl===YC.dot||hl===YC.colon||hl===YC.underscore||dw(hl)?(La.consume(hl),b):_(hl)}function _(hl){return hl===YC.equalsTo?(La.consume(hl),I):B(hl)?(Gd=_,N(hl)):H(hl)?(La.consume(hl),_):y(hl)}function I(hl){return hl===YC.eof||hl===YC.lessThan||hl===YC.equalsTo||hl===YC.greaterThan||hl===YC.graveAccent?fl(hl):hl===YC.quotationMark||hl===YC.apostrophe?(La.consume(hl),Pl=hl,T):B(hl)?(Gd=I,N(hl)):H(hl)?(La.consume(hl),I):(La.consume(hl),R)}function T(hl){return hl===Pl?(La.consume(hl),Pl=void 0,O):hl===YC.eof?fl(hl):B(hl)?(Gd=T,N(hl)):(La.consume(hl),T)}function R(hl){return hl===YC.eof||hl===YC.quotationMark||hl===YC.apostrophe||hl===YC.lessThan||hl===YC.equalsTo||hl===YC.graveAccent?fl(hl):hl===YC.slash||hl===YC.greaterThan||G(hl)?y(hl):(La.consume(hl),R)}function O(La){return La===YC.slash||La===YC.greaterThan||G(La)?y(La):fl(La)}function z(yl){return yl===YC.greaterThan?(La.consume(yl),La.exit(XC.htmlTextData),La.exit(XC.htmlText),hl):fl(yl)}function N(hl){return Zr(Gd,"expected return state"),Zr(B(hl),"expected eol"),La.exit(XC.htmlTextData),La.enter(XC.lineEnding),La.consume(hl),La.exit(XC.lineEnding),W}function W(La){return Zr(yl.parser.constructs.disable.null,"expected `disable.null` to be populated"),ne(La)}function ne(hl){return La.enter(XC.htmlTextData),Gd(hl)}}function go(){return{text:{[YC.lessThan]:ZC}}}function Zr(...La){}var ex="liquidNode";function xo(){return{canContainEols:[ex],enter:{[ex]:e},exit:{[ex]:t}};function e(La){this.enter({type:ex},La),this.buffer()}function t(La){this.resume();let hl=QC(0,this.stack,-1);hl.value=this.sliceSerialize(La),this.exit(La)}}function ko(){return{text:{[YC.leftCurlyBrace]:{name:"liquid",tokenize:e}}};function e(La,hl,fl){let yl;return u;function u(hl){return La.enter("liquidNode"),La.enter(XC.data),La.consume(hl),function(hl){switch(hl){case YC.percentSign:case YC.leftCurlyBrace:return yl=hl===YC.percentSign?YC.percentSign:YC.rightCurlyBrace,La.consume(hl),i;default:return fl(hl)}}}function i(hl){switch(hl){case yl:return La.consume(hl),o;case YC.eof:return fl(hl);default:return B(hl)?(La.exit(XC.data),La.enter(XC.lineEnding),La.consume(hl),La.exit(XC.lineEnding),La.enter(XC.data),i):(La.consume(hl),i)}}function o(fl){return fl===YC.rightCurlyBrace?(La.consume(fl),La.exit(XC.data),La.exit(ex),hl):i}}}var ix;function xg(){return ix??(ix={extensions:[io(),Fi(),Yn({aliasDivider:{charCodeAt:()=>Number.NaN}}),ko(),go()],mdastExtensions:[Do(),pi(),Gn(),xo()]})}function _i(La){let{frontMatter:hl,content:fl}=JC(La),yl=fi(fl,xg());if(hl){let[La,fl]=[hl.start,hl.end].map(({line:La,column:hl,index:fl})=>({line:La,column:hl+1,offset:fl}));yl.children.unshift({...hl,type:"frontMatter",position:{start:La,end:fl}})}return yl}var sx=At(Gd(),1),ax=At(p_(),1),ox=At(Hb(),1),cx=At(IE(),1);var px=/^import\s/,dx=/^export\s/,hx="[a-z][a-z0-9]*(\\.[a-z][a-z0-9]*)*|",fx=/|/,_x=/^\{\s*\/\*(.*)\*\/\s*\}/;var Lb=La=>px.test(La),Ap=La=>dx.test(La),Tp=La=>Lb(La)||Ap(La),Ua=(La,hl)=>{let fl=hl.indexOf(`\n\n`),yl=fl===-1?hl:hl.slice(0,fl);if(Tp(yl))return La(yl)({type:Ap(yl)?"export":"import",value:yl})};Ua.notInBlock=!0;Ua.locator=La=>Tp(La)?-1:1;var Sp=(La,hl)=>{let fl=_x.exec(hl);if(fl)return La(fl[0])({type:"esComment",value:fl[1].trim()})};Sp.locator=(La,hl)=>La.indexOf("{",hl);var Lp=function(){let{Parser:La}=this,{blockTokenizers:hl,blockMethods:fl,inlineTokenizers:yl,inlineMethods:Pl}=La.prototype;hl.esSyntax=Ua,yl.esComment=Sp,fl.splice(fl.indexOf("paragraph"),0,"esSyntax"),Pl.splice(Pl.indexOf("text"),0,"esComment")};var mx="string",gx="array",bx="cursor",Ex="indent",wx="align",Cx="trim",xx="group",Dx="fill",Sx="if-break",kx="indent-if-break",Fx="line-suffix",Px="line-suffix-boundary",Ox="line",jx="label",Gx="break-parent",$x=new Set([bx,Ex,wx,Cx,xx,Dx,Sx,kx,Fx,Px,Ox,jx,Gx]);function Ip(La,hl,fl){if(!La.has(hl)){let yl=fl(hl);La.set(hl,yl)}return La.get(hl)}function Ib(La){if(typeof La=="string")return mx;if(Array.isArray(La))return gx;if(!La)return;let{type:hl}=La;if($x.has(hl))return hl}var Vx=Ib;var qb=La=>new Intl.ListFormat("en-US",{type:"disjunction"}).format(La);function Bb(La){let hl=La===null?"null":typeof La;if(hl!=="string"&&hl!=="object")return`Unexpected doc '${hl}', \nExpected it to be 'string' or 'object'.`;if(Vx(La))throw new Error("doc is valid.");let fl=Object.prototype.toString.call(La);if(fl!=="[object Object]")return`Unexpected doc '${fl}'.`;let yl=qb([...$x].map(La=>`'${La}'`));return`Unexpected doc.type '${La.type}'.\nExpected it to be ${yl}.`}var Yx=class extends Error{name="InvalidDocError";constructor(La){super(Bb(La)),this.doc=La}},Kx=Yx;var Zx={};function _b(La,hl,fl,yl){let Pl=[La];for(;Pl.length>0;){let La=Pl.pop();if(La===Zx){fl(Pl.pop());continue}fl&&Pl.push(La,Zx);let Ul=Vx(La);if(!Ul)throw new Kx(La);if(hl?.(La)!==!1)switch(Ul){case gx:case Dx:{let hl=Ul===gx?La:La.parts;for(let La=hl.length,fl=La-1;fl>=0;--fl)Pl.push(hl[fl]);break}case Sx:Pl.push(La.flatContents,La.breakContents);break;case xx:if(yl&&La.expandedStates)for(let hl=La.expandedStates.length,fl=hl-1;fl>=0;--fl)Pl.push(La.expandedStates[fl]);else Pl.push(La.contents);break;case wx:case Ex:case kx:case jx:case Fx:Pl.push(La.contents);break;case mx:case bx:case Cx:case Px:case Ox:case Gx:break;default:throw new Kx(La)}}}var aD=_b;function Pb(La,hl){if(typeof La=="string")return hl(La);let fl=new Map;return n(La);function n(La){return Ip(fl,La,a)}function a(La){switch(Vx(La)){case gx:return hl(La.map(n));case Dx:return hl({...La,parts:La.parts.map(n)});case Sx:return hl({...La,breakContents:n(La.breakContents),flatContents:n(La.flatContents)});case xx:{let{expandedStates:fl,contents:yl}=La;return fl?(fl=fl.map(n),yl=fl[0]):yl=n(yl),hl({...La,contents:yl,expandedStates:fl})}case wx:case Ex:case kx:case jx:case Fx:return hl({...La,contents:n(La.contents)});case mx:case bx:case Cx:case Px:case Ox:case Gx:return hl(La);default:throw new Kx(La)}}}function _p(La){if(La.length>0){let hl=QC(0,La,-1);!hl.expandedStates&&!hl.break&&(hl.break="propagated")}return null}function Pp(La){let hl=new Set,fl=[];function n(La){if(La.type===Gx&&_p(fl),La.type===xx){if(fl.push(La),hl.has(La))return!1;hl.add(La)}}function a(La){La.type===xx&&fl.pop().break&&_p(fl)}aD(La,n,a,!0)}function Xe(La,hl=aS){return Pb(La,La=>typeof La=="string"?Sn(hl,La.split(`\n`)):La)}var uD=UC,xD=UC,ID=UC,OD=UC;function Cr(La){return uD(La),{type:Ex,contents:La}}function we(La,hl){return OD(La),uD(hl),{type:wx,contents:hl,n:La}}function yr(La){return we({type:"root"},La)}var eS={type:Gx};function Yt(La){return ID(La),{type:Dx,parts:La}}function jt(La,hl={}){return uD(La),xD(hl.expandedStates,!0),{type:xx,id:hl.id,contents:La,break:!!hl.shouldBreak,expandedStates:hl.expandedStates}}function Rp(La,hl="",fl={}){return uD(La),hl!==""&&uD(hl),{type:Sx,breakContents:La,flatContents:hl,groupId:fl.groupId}}function Sn(La,hl){uD(La),xD(hl);let fl=[];for(let yl=0;yl/[#*0-9]\uFE0F?\u20E3|[\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23ED-\u23EF\u23F1\u23F2\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB\u25FC\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692\u2694-\u2697\u2699\u269B\u269C\u26A0\u26A7\u26AA\u26B0\u26B1\u26BD\u26BE\u26C4\u26C8\u26CF\u26D1\u26E9\u26F0-\u26F5\u26F7\u26F8\u26FA\u2702\u2708\u2709\u270F\u2712\u2714\u2716\u271D\u2721\u2733\u2734\u2744\u2747\u2757\u2763\u27A1\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B55\u3030\u303D\u3297\u3299]\uFE0F?|[\u261D\u270C\u270D](?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?|[\u270A\u270B](?:\uD83C[\uDFFB-\uDFFF])?|[\u23E9-\u23EC\u23F0\u23F3\u25FD\u2693\u26A1\u26AB\u26C5\u26CE\u26D4\u26EA\u26FD\u2705\u2728\u274C\u274E\u2753-\u2755\u2795-\u2797\u27B0\u27BF\u2B50]|\u26D3\uFE0F?(?:\u200D\uD83D\uDCA5)?|\u26F9(?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?(?:\u200D[\u2640\u2642]\uFE0F?)?|\u2764\uFE0F?(?:\u200D(?:\uD83D\uDD25|\uD83E\uDE79))?|\uD83C(?:[\uDC04\uDD70\uDD71\uDD7E\uDD7F\uDE02\uDE37\uDF21\uDF24-\uDF2C\uDF36\uDF7D\uDF96\uDF97\uDF99-\uDF9B\uDF9E\uDF9F\uDFCD\uDFCE\uDFD4-\uDFDF\uDFF5\uDFF7]\uFE0F?|[\uDF85\uDFC2\uDFC7](?:\uD83C[\uDFFB-\uDFFF])?|[\uDFC4\uDFCA](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDFCB\uDFCC](?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDCCF\uDD8E\uDD91-\uDD9A\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF43\uDF45-\uDF4A\uDF4C-\uDF7C\uDF7E-\uDF84\uDF86-\uDF93\uDFA0-\uDFC1\uDFC5\uDFC6\uDFC8\uDFC9\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF8-\uDFFF]|\uDDE6\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF]|\uDDE7\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF]|\uDDE8\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF7\uDDFA-\uDDFF]|\uDDE9\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF]|\uDDEA\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA]|\uDDEB\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7]|\uDDEC\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE]|\uDDED\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA]|\uDDEE\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9]|\uDDEF\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5]|\uDDF0\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF]|\uDDF1\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE]|\uDDF2\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF]|\uDDF3\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF]|\uDDF4\uD83C\uDDF2|\uDDF5\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE]|\uDDF6\uD83C\uDDE6|\uDDF7\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC]|\uDDF8\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF]|\uDDF9\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF]|\uDDFA\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF]|\uDDFB\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA]|\uDDFC\uD83C[\uDDEB\uDDF8]|\uDDFD\uD83C\uDDF0|\uDDFE\uD83C[\uDDEA\uDDF9]|\uDDFF\uD83C[\uDDE6\uDDF2\uDDFC]|\uDF44(?:\u200D\uD83D\uDFEB)?|\uDF4B(?:\u200D\uD83D\uDFE9)?|\uDFC3(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?|\uDFF3\uFE0F?(?:\u200D(?:\u26A7\uFE0F?|\uD83C\uDF08))?|\uDFF4(?:\u200D\u2620\uFE0F?|\uDB40\uDC67\uDB40\uDC62\uDB40(?:\uDC65\uDB40\uDC6E\uDB40\uDC67|\uDC73\uDB40\uDC63\uDB40\uDC74|\uDC77\uDB40\uDC6C\uDB40\uDC73)\uDB40\uDC7F)?)|\uD83D(?:[\uDC3F\uDCFD\uDD49\uDD4A\uDD6F\uDD70\uDD73\uDD76-\uDD79\uDD87\uDD8A-\uDD8D\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA\uDECB\uDECD-\uDECF\uDEE0-\uDEE5\uDEE9\uDEF0\uDEF3]\uFE0F?|[\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDC8F\uDC91\uDCAA\uDD7A\uDD95\uDD96\uDE4C\uDE4F\uDEC0\uDECC](?:\uD83C[\uDFFB-\uDFFF])?|[\uDC6E-\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4\uDEB5](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDD74\uDD90](?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?|[\uDC00-\uDC07\uDC09-\uDC14\uDC16-\uDC25\uDC27-\uDC3A\uDC3C-\uDC3E\uDC40\uDC44\uDC45\uDC51-\uDC65\uDC6A\uDC79-\uDC7B\uDC7D-\uDC80\uDC84\uDC88-\uDC8E\uDC90\uDC92-\uDCA9\uDCAB-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDDA4\uDDFB-\uDE2D\uDE2F-\uDE34\uDE37-\uDE41\uDE43\uDE44\uDE48-\uDE4A\uDE80-\uDEA2\uDEA4-\uDEB3\uDEB7-\uDEBF\uDEC1-\uDEC5\uDED0-\uDED2\uDED5-\uDED8\uDEDC-\uDEDF\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB\uDFF0]|\uDC08(?:\u200D\u2B1B)?|\uDC15(?:\u200D\uD83E\uDDBA)?|\uDC26(?:\u200D(?:\u2B1B|\uD83D\uDD25))?|\uDC3B(?:\u200D\u2744\uFE0F?)?|\uDC41\uFE0F?(?:\u200D\uD83D\uDDE8\uFE0F?)?|\uDC68(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDC68\uDC69]\u200D\uD83D(?:\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?)|[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?)|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC68\uD83C[\uDFFC-\uDFFF])|\uD83E(?:[\uDD1D\uDEEF]\u200D\uD83D\uDC68\uD83C[\uDFFC-\uDFFF]|[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83E(?:[\uDD1D\uDEEF]\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFD-\uDFFF]|[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83E(?:[\uDD1D\uDEEF]\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF]|[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83E(?:[\uDD1D\uDEEF]\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFD\uDFFF]|[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFE])|\uD83E(?:[\uDD1D\uDEEF]\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFE]|[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3])))?))?|\uDC69(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?[\uDC68\uDC69]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?|\uDC69\u200D\uD83D(?:\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?))|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC69\uD83C[\uDFFC-\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFC-\uDFFF]|\uDEEF\u200D\uD83D\uDC69\uD83C[\uDFFC-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC69\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB\uDFFD-\uDFFF]|\uDEEF\u200D\uD83D\uDC69\uD83C[\uDFFB\uDFFD-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC69\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF]|\uDEEF\u200D\uD83D\uDC69\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC69\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB-\uDFFD\uDFFF]|\uDEEF\u200D\uD83D\uDC69\uD83C[\uDFFB-\uDFFD\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC69\uD83C[\uDFFB-\uDFFE])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB-\uDFFE]|\uDEEF\u200D\uD83D\uDC69\uD83C[\uDFFB-\uDFFE])))?))?|\uDD75(?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?(?:\u200D[\u2640\u2642]\uFE0F?)?|\uDE2E(?:\u200D\uD83D\uDCA8)?|\uDE35(?:\u200D\uD83D\uDCAB)?|\uDE36(?:\u200D\uD83C\uDF2B\uFE0F?)?|\uDE42(?:\u200D[\u2194\u2195]\uFE0F?)?|\uDEB6(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?)|\uD83E(?:[\uDD0C\uDD0F\uDD18-\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5\uDEC3-\uDEC5\uDEF0\uDEF2-\uDEF8](?:\uD83C[\uDFFB-\uDFFF])?|[\uDD26\uDD35\uDD37-\uDD39\uDD3C-\uDD3E\uDDB8\uDDB9\uDDCD\uDDCF\uDDD4\uDDD6-\uDDDD](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDDDE\uDDDF](?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDD0D\uDD0E\uDD10-\uDD17\uDD20-\uDD25\uDD27-\uDD2F\uDD3A\uDD3F-\uDD45\uDD47-\uDD76\uDD78-\uDDB4\uDDB7\uDDBA\uDDBC-\uDDCC\uDDD0\uDDE0-\uDDFF\uDE70-\uDE7C\uDE80-\uDE8A\uDE8E-\uDEC2\uDEC6\uDEC8\uDECD-\uDEDC\uDEDF-\uDEEA\uDEEF]|\uDDCE(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?|\uDDD1(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3\uDE70]|\uDD1D\u200D\uD83E\uDDD1|\uDDD1\u200D\uD83E\uDDD2(?:\u200D\uD83E\uDDD2)?|\uDDD2(?:\u200D\uD83E\uDDD2)?))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFC-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83E\uDDD1\uD83C[\uDFFC-\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3\uDE70]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF]|\uDEEF\u200D\uD83E\uDDD1\uD83C[\uDFFC-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB\uDFFD-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83E\uDDD1\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3\uDE70]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF]|\uDEEF\u200D\uD83E\uDDD1\uD83C[\uDFFB\uDFFD-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83E\uDDD1\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3\uDE70]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF]|\uDEEF\u200D\uD83E\uDDD1\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB-\uDFFD\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3\uDE70]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF]|\uDEEF\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFD\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB-\uDFFE]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFE])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3\uDE70]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF]|\uDEEF\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFE])))?))?|\uDEF1(?:\uD83C(?:\uDFFB(?:\u200D\uD83E\uDEF2\uD83C[\uDFFC-\uDFFF])?|\uDFFC(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB\uDFFD-\uDFFF])?|\uDFFD(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])?|\uDFFE(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB-\uDFFD\uDFFF])?|\uDFFF(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB-\uDFFE])?))?)/g;var hS=12288,fS=65510,_S=[12288,12288,65281,65376,65504,65510];var mS=4352,gS=262141,AS=[4352,4447,8986,8987,9001,9002,9193,9196,9200,9200,9203,9203,9725,9726,9748,9749,9776,9783,9800,9811,9855,9855,9866,9871,9875,9875,9889,9889,9898,9899,9917,9918,9924,9925,9934,9934,9940,9940,9962,9962,9970,9971,9973,9973,9978,9978,9981,9981,9989,9989,9994,9995,10024,10024,10060,10060,10062,10062,10067,10069,10071,10071,10133,10135,10160,10160,10175,10175,11035,11036,11088,11088,11093,11093,11904,11929,11931,12019,12032,12245,12272,12287,12289,12350,12353,12438,12441,12543,12549,12591,12593,12686,12688,12773,12783,12830,12832,12871,12880,42124,42128,42182,43360,43388,44032,55203,63744,64255,65040,65049,65072,65106,65108,65126,65128,65131,94176,94180,94192,94198,94208,101589,101631,101662,101760,101874,110576,110579,110581,110587,110589,110590,110592,110882,110898,110898,110928,110930,110933,110933,110948,110951,110960,111355,119552,119638,119648,119670,126980,126980,127183,127183,127374,127374,127377,127386,127488,127490,127504,127547,127552,127560,127568,127569,127584,127589,127744,127776,127789,127797,127799,127868,127870,127891,127904,127946,127951,127955,127968,127984,127988,127988,127992,128062,128064,128064,128066,128252,128255,128317,128331,128334,128336,128359,128378,128378,128405,128406,128420,128420,128507,128591,128640,128709,128716,128716,128720,128722,128725,128728,128732,128735,128747,128748,128756,128764,128992,129003,129008,129008,129292,129338,129340,129349,129351,129535,129648,129660,129664,129674,129678,129734,129736,129736,129741,129756,129759,129770,129775,129784,131072,196605,196608,262141];var Ga=(La,hl)=>{let fl=0,yl=Math.floor(La.length/2)-1;for(;fl<=yl;){let Pl=Math.floor((fl+yl)/2),Ul=Pl*2;if(hlLa[Ul+1])fl=Pl+1;else return!0}return!1};var yS=19968,[bS,vS]=Wb(AS);function Wb(La){let hl=La[0],fl=La[1];for(let yl=0;yl=Pl&&yS<=Ul)return[Pl,Ul];Ul-Pl>fl-hl&&(hl=Pl,fl=Ul)}return[hl,fl]}var Wa=La=>LafS?!1:Ga(_S,La);var Ya=La=>La>=bS&&La<=vS?!0:LagS?!1:Ga(AS,La);var ES=/^(?:[\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u2328\u23CF\u23ED-\u23EF\u23F1\u23F2\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB\u25FC\u2600-\u2604\u260E\u2611\u2618\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u2692\u2694-\u2697\u2699\u269B\u269C\u26A0\u26A7\u26B0\u26B1\u26C8\u26CF\u26D1\u26D3\u26E9\u26F0\u26F1\u26F4\u26F7\u26F8\u2702\u2708\u2709\u270F\u2712\u2714\u2716\u271D\u2721\u2733\u2734\u2744\u2747\u2763\u2764\u27A1\u2934\u2935\u2B05-\u2B07]|\uD83C[\uDD70\uDD71\uDD7E\uDD7F\uDF21\uDF24-\uDF2C\uDF36\uDF7D\uDF96\uDF97\uDF99-\uDF9B\uDF9E\uDF9F\uDFCD\uDFCE\uDFD4-\uDFDF\uDFF3\uDFF5\uDFF7]|\uD83D[\uDC3F\uDC41\uDCFD\uDD49\uDD4A\uDD6F\uDD70\uDD73\uDD76-\uDD79\uDD87\uDD8A-\uDD8D\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA\uDECB\uDECD-\uDECF\uDEE0-\uDEE5\uDEE9\uDEF0\uDEF3])$/,jp=La=>ES.test(La);var wS=/[^\x20-\x7F]/;function $b(La){if(!La)return 0;if(!wS.test(La))return La.length;let hl=0;La=La.replace(zp(),La=>(hl+=jp(La)?1:2,""));for(let fl of La){let La=fl.codePointAt(0);La<=31||La>=127&&La<=159||La>=768&&La<=879||La>=65024&&La<=65039||(hl+=Wa(La)||Ya(La)?2:1)}return hl}var CS=$b;var xS={type:0},DS={type:1},SS={value:"",length:0,queue:[],get root(){return SS}};function $p(La,hl,fl){let yl=hl.type===1?La.queue.slice(0,-1):[...La.queue,hl],Pl="",Ul=0,Gd=0,af=0;for(let La of yl)switch(La.type){case 0:c(),fl.useTabs?s(1):l(fl.tabWidth);break;case 3:{let{string:hl}=La;c(),Pl+=hl,Ul+=hl.length;break}case 2:{let{width:hl}=La;Gd+=1,af+=hl;break}default:throw new Error(`Unexpected indent comment '${La.type}'.`)}return h(),{...La,value:Pl,length:Ul,queue:yl};function s(La){Pl+="\t".repeat(La),Ul+=fl.tabWidth*La}function l(La){Pl+=" ".repeat(La),Ul+=La}function c(){fl.useTabs?f():h()}function f(){Gd>0&&s(Gd),m()}function h(){af>0&&l(af),m()}function m(){Gd=0,af=0}}function Kp(La,hl,fl){if(!hl)return La;if(hl.type==="root")return{...La,root:La};if(hl===Number.NEGATIVE_INFINITY)return La.root;let yl;return typeof hl=="number"?hl<0?yl=DS:yl={type:2,width:hl}:yl={type:3,string:hl},$p(La,yl,fl)}function Qp(La,hl){return $p(La,xS,hl)}function Jb(La){let hl=0;for(let fl=La.length-1;fl>=0;fl--){let yl=La[fl];if(yl===" "||yl==="\t")hl++;else break}return hl}function Bn(La){let hl=Jb(La);return{text:hl===0?La:La.slice(0,La.length-hl),count:hl}}var kS=class{#_e=[];#me="";#ge=0;#be=[];#ye=[];#ve(){let La=this.#me;La!==""&&(this.#_e.push(La),this.#ge+=La.length,this.#me="");for(let La of this.#ye)this.#be.push(Math.min(La,this.#ge));this.#ye.length=0}markPosition(){if(this.#be.length+this.#ye.length>=2)throw new Error("There are too many 'cursor' in doc.");this.#ye.push(this.#ge+this.#me.length)}write(La){this.#me+=La}trim(){let{text:La,count:hl}=Bn(this.#me);return this.#me=La,this.#ve(),hl}finish(){return this.#ve(),{text:this.#_e.join(""),positions:this.#be}}},TS=kS;var IS=Symbol("MODE_BREAK"),BS=Symbol("MODE_FLAT"),FS=Symbol("DOC_FILL_PRINTED_LENGTH");function _n(La,hl,fl,yl,Pl,Ul){if(fl===Number.POSITIVE_INFINITY)return!0;let Gd=hl.length,af=!1,n_=[La],i_="";for(;fl>=0;){if(n_.length===0){if(Gd===0)return!0;n_.push(hl[--Gd]);continue}let{mode:La,doc:p_}=n_.pop(),w_=Vx(p_);switch(w_){case mx:p_&&(af&&(i_+=" ",fl-=1,af=!1),i_+=p_,fl-=CS(p_));break;case gx:case Dx:{let hl=w_===gx?p_:p_.parts,fl=p_[FS]??0;for(let yl=hl.length-1;yl>=fl;yl--)n_.push({mode:La,doc:hl[yl]});break}case Ex:case wx:case kx:case jx:n_.push({mode:La,doc:p_.contents});break;case Cx:{let{text:La,count:hl}=Bn(i_);i_=La,fl+=hl;break}case xx:{if(Ul&&p_.break)return!1;let hl=p_.break?IS:La,fl=p_.expandedStates&&hl===IS?QC(0,p_.expandedStates,-1):p_.contents;n_.push({mode:hl,doc:fl});break}case Sx:{let hl=(p_.groupId?Pl[p_.groupId]||BS:La)===IS?p_.breakContents:p_.flatContents;hl&&n_.push({mode:La,doc:hl});break}case Ox:if(La===IS||p_.hard)return!0;p_.soft||(af=!0);break;case Fx:yl=!0;break;case Px:if(yl)return!1;break}}return!1}function Xp(La,hl){let fl=Object.create(null),yl=hl.printWidth,Pl=Mp(hl.endOfLine),Ul=0,Gd=[{indent:SS,mode:IS,doc:La}],af=!1,n_=[],i_=new TS;for(Pp(La);Gd.length>0;){let{indent:La,mode:p_,doc:w_}=Gd.pop();switch(Vx(w_)){case mx:{let La=Pl!==`\n`?jC(0,w_,`\n`,Pl):w_;La&&(i_.write(La),Gd.length>0&&(Ul+=CS(La)));break}case gx:for(let hl=w_.length-1;hl>=0;hl--)Gd.push({indent:La,mode:p_,doc:w_[hl]});break;case bx:i_.markPosition();break;case Ex:Gd.push({indent:Qp(La,hl),mode:p_,doc:w_.contents});break;case wx:Gd.push({indent:Kp(La,w_.n,hl),mode:p_,doc:w_.contents});break;case Cx:Ul-=i_.trim();break;case xx:{let hl=function(){if(p_===BS&&!af)return{indent:La,mode:w_.break?IS:BS,doc:w_.contents};af=!1;let hl=yl-Ul,Pl=n_.length>0,i_={indent:La,mode:BS,doc:w_.contents};if(!w_.break&&_n(i_,Gd,hl,Pl,fl))return i_;if(!w_.expandedStates)return{indent:La,mode:IS,doc:w_.contents};if(!w_.break)for(let yl=1;yl0,fl,!0);if(i_===1){pg?Gd.push(N_):Gd.push(_m);break}let mg={indent:La,mode:BS,doc:I_},gg={indent:La,mode:IS,doc:I_};if(i_===2){pg?Gd.push(mg,N_):Gd.push(gg,_m);break}let eA=af[Pl+2],tA={indent:La,mode:p_,doc:{...w_,[FS]:Pl+2}},rA=_n({indent:La,mode:BS,doc:[D_,I_,eA]},[],hl,n_.length>0,fl,!0);Gd.push(tA),rA?Gd.push(mg,N_):pg?Gd.push(gg,N_):Gd.push(gg,_m);break}case Sx:case kx:{let hl=w_.groupId?fl[w_.groupId]:p_;if(hl===IS){let hl=w_.type===Sx?w_.breakContents:w_.negate?w_.contents:Cr(w_.contents);hl&&Gd.push({indent:La,mode:p_,doc:hl})}if(hl===BS){let hl=w_.type===Sx?w_.flatContents:w_.negate?Cr(w_.contents):w_.contents;hl&&Gd.push({indent:La,mode:p_,doc:hl})}break}case Fx:n_.push({indent:La,mode:p_,doc:w_.contents});break;case Px:n_.length>0&&Gd.push({indent:La,mode:p_,doc:nS});break;case Ox:switch(p_){case BS:if(!w_.hard){w_.soft||(i_.write(" "),Ul+=1);break}af=!0;case IS:if(n_.length>0){Gd.push({indent:La,mode:p_,doc:w_},...n_.reverse()),n_.length=0;break}w_.literal?(i_.write(Pl),Ul=0,La.root&&(La.root.value&&i_.write(La.root.value),Ul=La.root.length)):(i_.trim(),i_.write(Pl+La.value),Ul=La.length);break}break;case jx:Gd.push({indent:La,mode:p_,doc:w_.contents});break;case Gx:break;default:throw new Kx(w_)}Gd.length===0&&n_.length>0&&(Gd.push(...n_.reverse()),n_.length=0)}let{text:p_,positions:w_}=i_.finish();if(w_.length!==2)return{formatted:p_};let[D_,I_]=w_;return{formatted:p_,cursorNodeStart:D_,cursorNodeText:p_.slice(D_,I_)}}var PS=Array.prototype.toReversed??function(){return[...this].reverse()},RS=qt("toReversed",function(){if(Array.isArray(this))return PS}),NS=RS;function eE(){let La=globalThis,hl=La.process?.platform;if(typeof hl=="string")return hl.startsWith("win");let fl=La.Deno?.build?.os;return typeof fl=="string"?fl==="windows":La.navigator?.platform?.startsWith("Win")??!1}var OS=eE();function eh(La){if(La=La instanceof URL?La:new URL(La),La.protocol!=="file:")throw new TypeError(`URL must be a file URL: received "${La.protocol}"`);return La}function rE(La){return La=eh(La),decodeURIComponent(La.pathname.replace(/%(?![0-9A-Fa-f]{2})/g,"%25"))}function nE(La){La=eh(La);let hl=decodeURIComponent(La.pathname.replace(/\//g,"\\").replace(/%(?![0-9A-Fa-f]{2})/g,"%25")).replace(/^\\*([A-Za-z]:)(\\|$)/,"$1\\");return La.hostname!==""&&(hl=`\\\\${La.hostname}${hl}`),hl}function Qa(La){return OS?nE(La):rE(La)}var th=La=>String(La).split(/[/\\]/).pop(),rh=La=>String(La).startsWith("file:");function nh(La,hl){if(!hl)return;let fl=th(hl).toLowerCase();return La.find(({filenames:La})=>La?.some(La=>La.toLowerCase()===fl))??La.find(({extensions:La})=>La?.some(La=>fl.endsWith(La)))}function iE(La,hl){if(hl)return La.find(({name:La})=>La.toLowerCase()===hl)??La.find(({aliases:La})=>La?.includes(hl))??La.find(({extensions:La})=>La?.includes(`.${hl}`))}var QS=void 0;function ih(La,hl){if(hl){if(rh(hl))try{hl=Qa(hl)}catch{return}if(typeof hl=="string")return La.find(({isSupported:La})=>La?.({filepath:hl}))}}function uE(La,hl){let fl=NS(0,La.plugins).flatMap(La=>La.languages??[]);return(iE(fl,hl.language)??nh(fl,hl.physicalFile)??nh(fl,hl.file)??ih(fl,hl.physicalFile)??ih(fl,hl.file)??QS?.(fl,hl.physicalFile))?.parsers[0]}var LS=uE;function oE(La){return!!La?.[qC]}var MS=oE;var sE=function(){let La=this.Parser.prototype;La.blockMethods=["frontMatter",...La.blockMethods],La.blockTokenizers.frontMatter=t;function t(La,hl){let{frontMatter:fl}=JC(hl);if(fl)return La(fl.raw)({...fl,type:"frontMatter"})}t.onlyAtStart=!0},jS=sE;var US=/(?:[\u{2c7}\u{2c9}-\u{2cb}\u{2d9}\u{2ea}-\u{2eb}\u{305}\u{323}\u{1100}-\u{11ff}\u{2e80}-\u{2e99}\u{2e9b}-\u{2ef3}\u{2f00}-\u{2fd5}\u{2ff0}-\u{303f}\u{3041}-\u{3096}\u{3099}-\u{30ff}\u{3105}-\u{312f}\u{3131}-\u{318e}\u{3190}-\u{4dbf}\u{4e00}-\u{9fff}\u{a700}-\u{a707}\u{a960}-\u{a97c}\u{ac00}-\u{d7a3}\u{d7b0}-\u{d7c6}\u{d7cb}-\u{d7fb}\u{f900}-\u{fa6d}\u{fa70}-\u{fad9}\u{fe10}-\u{fe1f}\u{fe30}-\u{fe6f}\u{ff00}-\u{ffef}\u{16fe3}\u{16ff2}-\u{16ff6}\u{1aff0}-\u{1aff3}\u{1aff5}-\u{1affb}\u{1affd}-\u{1affe}\u{1b000}-\u{1b122}\u{1b132}\u{1b150}-\u{1b152}\u{1b155}\u{1b164}-\u{1b167}\u{1f200}\u{1f250}-\u{1f251}\u{20000}-\u{2a6df}\u{2a700}-\u{2b81d}\u{2b820}-\u{2cead}\u{2ceb0}-\u{2ebe0}\u{2ebf0}-\u{2ee5d}\u{2f800}-\u{2fa1d}\u{30000}-\u{3134a}\u{31350}-\u{33479}])(?:[\u{fe00}-\u{fe0f}\u{e0100}-\u{e01ef}])?/u,GS=/(?:[\u{21}-\u{2f}\u{3a}-\u{40}\u{5b}-\u{60}\u{7b}-\u{7e}\u{3000}\u{ff5e}]|\p{General_Category=Connector_Punctuation}|\p{General_Category=Dash_Punctuation}|\p{General_Category=Close_Punctuation}|\p{General_Category=Final_Punctuation}|\p{General_Category=Initial_Punctuation}|\p{General_Category=Other_Punctuation}|\p{General_Category=Open_Punctuation})/u;var qS=new Set(["liquidNode","inlineCode","emphasis","esComment","strong","delete","wikiLink","link","linkReference","image","imageReference","footnote","footnoteReference","sentence","whitespace","word","break","inlineMath"]),$S=new Set([...qS,"tableCell","paragraph","heading"]),JS="non-cjk",HS="cj-letter",VS="k-letter",WS="cjk-punctuation",zS=/\p{Script_Extensions=Hangul}/u;function Sr(La){let hl=[],fl=La.split(/([\t\n ]+)/);for(let[La,yl]of fl.entries()){if(La%2===1){hl.push({type:"whitespace",value:/\n/.test(yl)?`\n`:" "});continue}if((La===0||La===fl.length-1)&&yl==="")continue;let Pl=yl.split(new RegExp(`(${US.source})`,"u"));for(let[La,hl]of Pl.entries())if(!((La===0||La===Pl.length-1)&&hl==="")){if(La%2===0){hl!==""&&n({type:"word",value:hl,kind:JS,isCJ:!1,hasLeadingPunctuation:GS.test(hl[0]),hasTrailingPunctuation:GS.test(QC(0,hl,-1))});continue}if(GS.test(hl)){n({type:"word",value:hl,kind:WS,isCJ:!0,hasLeadingPunctuation:!0,hasTrailingPunctuation:!0});continue}if(zS.test(hl)){n({type:"word",value:hl,kind:VS,isCJ:!1,hasLeadingPunctuation:!1,hasTrailingPunctuation:!1});continue}n({type:"word",value:hl,kind:HS,isCJ:!0,hasLeadingPunctuation:!1,hasTrailingPunctuation:!1})}}return hl;function n(La){let fl=QC(0,hl,-1);fl?.type==="word"&&!i(JS,WS)&&[fl.value,La.value].every(La=>!/\u3000/.test(La))&&hl.push({type:"whitespace",value:""}),hl.push(La);function i(hl,yl){return fl.kind===hl&&La.kind===yl||fl.kind===yl&&La.kind===hl}}}function lt(La,hl){let fl=hl.originalText.slice(La.position.start.offset,La.position.end.offset);if(hl.parser!=="mdx"){let yl=La.children[0];yl&&(fl=hl.originalText.slice(La.position.start.offset,yl.position.start.offset))}let{numberText:yl,leadingSpaces:Pl}=fl.match(/^\s*(?\d+)(\.|\))(?\s*)/).groups;return{number:Number(yl),leadingSpaces:Pl}}function eu(La,hl){return!La.ordered||La.children.length<2||lt(La.children[1],hl).number!==1?!1:lt(La.children[0],hl).number!==0?!0:La.children.length>2&<(La.children[2],hl).number===1}function On(La,hl){let{value:fl}=La;return La.position.end.offset===hl.length&&fl.endsWith(`\n`)&&hl.endsWith(`\n`)?fl.slice(0,-1):fl}function Ee(La,hl){return function r(La,fl,yl){let Pl={...hl(La,fl,yl)};return Pl.children&&(Pl.children=Pl.children.map((La,hl)=>r(La,hl,[Pl,...yl]))),Pl}(La,null,[])}function Nn(La){if(La?.type!=="link"||La.children.length!==1)return!1;let[hl]=La.children;return pt(La)===pt(hl)&&ht(La)===ht(hl)}function Lr(La){let hl;if(La.type==="html")hl=La.value.match(/^$/);else{let fl;La.type==="esComment"?fl=La:La.type==="paragraph"&&La.children.length===1&&La.children[0].type==="esComment"&&(fl=La.children[0]),fl&&(hl=fl.value.match(/^prettier-ignore(?:-(start|end))?$/))}return hl?hl[1]||"next":!1}function Ir(La,hl){return r(La,hl,hl=>hl.ordered===La.ordered);function r(La,hl,fl){let yl=-1;for(let Pl of hl.children)if(Pl.type===La.type&&fl(Pl)?yl++:yl=-1,Pl===La)return yl}}function oh(La){return La.index>0&&Lr(La.previous)==="next"}function Kt(La){let{start:hl,end:fl}=La.position;return hl.line!==fl.line}var Qt=La=>La?.type==="whitespace"&&La.value===`\n`;function cE(){return La=>Ee(La,(La,hl,[fl])=>La.type!=="html"||fx.test(La.value)||$S.has(fl.type)?La:{...La,type:"jsx"})}var YS=cE;var fE=function(){let La=this.Parser.prototype,hl=La.inlineMethods;hl.splice(hl.indexOf("text"),0,"liquid"),La.inlineTokenizers.liquid=r;function r(La,hl){let fl=hl.match(/^(\{%.*?%\}|\{\{.*?\}\})/s);if(fl)return La(fl[0])({type:"liquidNode",value:fl[0]})}r.locator=function(La,hl){return La.indexOf("{",hl)}},KS=fE;var pE=function(){let La="wikiLink",hl=/^\[\[(?.+?)\]\]/s,fl=this.Parser.prototype,yl=fl.inlineMethods;yl.splice(yl.indexOf("link"),0,La),fl.inlineTokenizers.wikiLink=a;function a(fl,yl){let Pl=hl.exec(yl);if(Pl){let hl=Pl.groups.linkContents.trim();return fl(Pl[0])({type:La,value:hl})}}a.locator=function(La,hl){return La.indexOf("[",hl)}},XS=pE;function tu(La){let hl=(0,cx.default)().use(ox.default,{commonmark:!0,blocks:[hx]}).use(sx.default).use(jS).use(ax.default).use(Lp).use(KS).use(YS).use(XS);return hl.run(hl.parse(La))}var ZS="format";var rk=/|\{\s*\/\*\s*@(?:noformat|noprettier)\s*\*\/\s*\}|/m,nk=/|\{\s*\/\*\s*@(?:format|prettier)\s*\*\/\s*\}|/m;var Rn=La=>JC(La).content.trimStart().match(nk)?.index===0,xh=La=>JC(La).content.trimStart().match(rk)?.index===0,kh=La=>{let{frontMatter:hl}=JC(La),fl=`\x3c!-- @${ZS} --\x3e`;return hl?`${hl.raw}\n\n${fl}\n\n${La.slice(hl.end.index)}`:`${fl}\n\n${La}`};function Fh(La){return{astFormat:"mdast",hasPragma:Rn,hasIgnorePragma:xh,locStart:pt,locEnd:ht,parse:La}}var ik=Fh(_i),sk=Fh(tu);var ak={};Or(ak,{mdast:()=>$k});function DE(La,hl){let fl=La.matchAll(new RegExp(`(?:${ve(hl)})+`,"g"));return fl.reduce||(fl=[...fl]),fl.reduce((La,[hl])=>Math.max(La,hl.length),0)/hl.length}var lk=DE;function dE(La,hl){let{node:fl}=La;switch(fl.type){case"code":{let{lang:La}=fl;if(!La)return;let yl;return La==="angular-ts"?yl=LS(hl,{language:"typescript"}):La==="angular-html"?yl="angular":yl=LS(hl,{language:La}),yl?async Pl=>{let Ul={parser:yl};La==="ts"||La==="typescript"?Ul.filepath="dummy.ts":La==="tsx"&&(Ul.filepath="dummy.tsx");let Gd=await Pl(hl.parser==="mdx"?On(fl,hl.originalText):fl.value,Ul),af=hl.__inJsTemplate?"~":"`",n_=af.repeat(Math.max(3,lk(fl.value,af)+1));return yr([n_,fl.lang,fl.meta?" "+fl.meta:"",iS,Xe(Gd),iS,n_])}:void 0}case"import":case"export":return La=>La(fl.value,{__onHtmlBindingRoot:La=>gE(La,fl.type),parser:"babel"});case"jsx":return La=>La(`<$>${fl.value}`,{parser:"__js_expression",rootMarker:"mdx"})}return null}function gE(La,hl){let{program:{body:fl}}=La;if(fl.some(La=>!(La.type==="ImportDeclaration"||La.type==="ExportDefaultDeclaration"||La.type==="ExportNamedDeclaration")))throw new Error(`Unexpected '${hl}' in MDX.`)}var ck=dE;var uk=At(OA(),1);var pk=new Set(["position","raw"]);function iu(La,hl,fl){if((La.type==="code"||La.type==="yaml"||La.type==="import"||La.type==="export"||La.type==="jsx")&&delete hl.value,La.type==="list"&&delete hl.isAligned,(La.type==="list"||La.type==="listItem")&&delete hl.spread,La.type==="text")return null;if(La.type==="inlineCode"&&(hl.value=jC(0,La.value,`\n`," ")),(La.type==="definition"||La.type==="linkReference"||La.type==="imageReference")&&(hl.label=(0,uk.default)(La.label)),La.type==="imageReference"&&La.referenceType==="collapsed"&&(hl.alt=(0,uk.default)(La.alt)),(La.type==="link"||La.type==="image")&&La.url&&La.url.includes("("))for(let fl of"<>")hl.url=jC(0,La.url,fl,encodeURIComponent(fl));if((La.type==="definition"||La.type==="link"||La.type==="image")&&La.title&&(hl.title=jC(0,La.title,/\\(?=["')])/g,"")),fl?.type==="root"&&fl.children.length>0&&(fl.children[0]===La||MS(fl.children[0])&&fl.children[1]===La)&&La.type==="html"&&Rn(La.value))return null}iu.ignoredProperties=pk;function au(La,hl){let fl=hl.originalText.slice(La.node.position.start.offset,La.node.position.end.offset);return hl.parser==="mdx"?fl:La.node.type==="list"&&La.findAncestor(La=>La.type==="blockquote")&&hl.proseWrap!=="always"?fl.replace(/\n>\s*$/,""):fl}var dk=At(OA(),1);function kE(La,hl){let fl=La.match(new RegExp(`(${ve(hl)})+`,"g"));if(fl===null)return 1;let yl=new Map,Pl=0;for(let La of fl){let fl=La.length/hl.length;yl.set(fl,!0),fl>Pl&&(Pl=fl)}for(let La=1;LaGd?yl:fl).character}var Ak=class extends Error{name="UnexpectedNodeError";constructor(La,hl,fl="type"){super(`Unexpected ${hl} node ${fl}: ${JSON.stringify(La[fl])}.`),this.node=La}},yk=Ak;function ae(La,hl,fl,yl={}){let{processor:Pl=fl}=yl,Ul=[];return La.each(()=>{let fl=Pl(La);fl!==!1&&(Ul.length>0&&EE(La)&&(Ul.push(iS),CE(La,hl)&&Ul.push(iS)),Ul.push(fl))},"children"),Ul}function EE({node:La,parent:hl}){let fl=qS.has(La.type),yl=La.type==="html"&&$S.has(hl.type);return!fl&&!yl}var bk=new Set(["listItem","definition"]);function CE(La,hl){let{node:fl,previous:yl,parent:Pl}=La;if(hl.parser==="mdx"){if(Ah(yl,hl)||fl.type==="list"&&Pl.type==="listItem"&&(yl.type==="code"||yl.type==="paragraph")&&yl.position.end.line+1=Gd)return af;af=af.trimEnd();let n_=Math.min(Gd-af.length,4);n_>0&&(af+=" ".repeat(n_));let i_=Math.min(Gd-af.length,3);return i_>0&&(af=" ".repeat(i_)+af),af}}})}function Lh(La,hl,fl,yl){let{node:Pl}=La,Ul=Pl.checked===null?"":Pl.checked?"[x] ":"[ ] ";return[Ul,ae(La,hl,fl,{processor({node:La,isFirst:Pl}){if(Pl&&La.type!=="list"||La.type==="code"&&La.isIndented)return we(" ".repeat(Ul.length),fl());let Gd=" ".repeat(Ph(hl.tabWidth-yl.length,0,3));return[Gd,we(Gd,fl())]}})]}function SE(La){let{node:hl,next:fl}=La;return hl.checked===null||!(fl?.type==="code"&&fl.isIndented)?0:4+[.../^[ \t]*/.exec(fl.value)?.[0]??""].reduce((La,hl)=>La+(hl==="\t"?4:1),0)+1}function Bh(La,hl,fl){let{node:yl}=La,Pl=Ir(yl,La.parent),Ul=eu(yl,hl);return ae(La,hl,fl,{processor(){let Gd=s(),{node:af}=La;if(af.children.length===2&&af.children[1].type==="html"&&af.children[0].position.start.column!==af.children[1].position.start.column)return[Gd,Ih(La,hl,fl,Gd)];return[Gd,we(" ".repeat(Gd.length),Ih(La,hl,fl,Gd))];function s(){let fl=yl.ordered?(La.isFirst?yl.start:Ul?1:yl.start+La.index)+(Pl%2===0?". ":") "):Pl%2===0?"- ":"* ";return(yl.isAligned||yl.hasIndentedCodeblock)&&yl.ordered?_h(fl,hl):fl}}})}function Ih(La,hl,fl,yl){let{node:Pl}=La,Ul=Pl.checked===null?"":Pl.checked?"[x] ":"[ ] ";return[Ul,ae(La,hl,fl,{processor({node:La,isFirst:Pl}){if(Pl&&La.type!=="list")return we(" ".repeat(Ul.length),fl());let Gd=" ".repeat(Ph(hl.tabWidth-yl.length,0,3));return[Gd,we(Gd,fl())]}})]}function _h(La,hl){let fl=n();return La+" ".repeat(fl>=4?0:fl);function n(){let fl=La.length%hl.tabWidth;return fl===0?0:hl.tabWidth-fl}}function Ph(La,hl,fl){return Math.max(hl,Math.min(La,fl))}function Oh(La,hl,fl){let yl=La.map(fl,"children");return LE(yl)}function LE(La){let hl=[""];return function r(La){for(let fl of La){let La=Vx(fl);if(La===gx){r(fl);continue}let yl=fl,Pl=[];La===Dx&&([yl,...Pl]=fl.parts),hl.push([hl.pop(),yl],...Pl)}}(La),Yt(hl)}function Nh(La,hl){let fl=[""];return La.each(()=>{let{node:yl}=La,Pl=hl();switch(yl.type){case"whitespace":if(Vx(Pl)!==mx){fl.push(Pl,"");break}default:fl.push([fl.pop(),Pl])}},"children"),Yt(fl)}function Rh(La,hl,fl){let{node:yl}=La,Pl=[],Ul=La.map(()=>La.map(({index:La})=>{let yl=Xp(fl(),hl).formatted,Ul=CS(yl);return Pl[La]=Math.max(Pl[La]??3,Ul),{text:yl,width:Ul}},"children"),"children"),Gd=s(!1);if(hl.proseWrap!=="never")return[eS,Gd];let af=s(!0);return[eS,jt(Rp(af,Gd))];function s(La){return Sn(nS,[c(Ul[0],La),l(La),...Ul.slice(1).map(hl=>c(hl,La))].map(La=>`| ${La.join(" | ")} |`))}function l(La){return Pl.map((fl,Pl)=>{if(hl.parser!=="mdx"&&Pl>=Ul[0].length)return null;let Gd=yl.align[Pl],af=Gd==="center"||Gd==="left"?":":"-",n_=Gd==="center"||Gd==="right"?":":"-",i_=La?"-":"-".repeat(fl-2);return`${af}${i_}${n_}`}).filter(La=>La!==null)}function c(La,hl){return La.map(({text:La,width:fl},Ul)=>{if(hl)return La;let Gd=Pl[Ul]-fl,af=yl.align[Ul],n_=0;af==="right"?n_=Gd:af==="center"&&(n_=Math.floor(Gd/2));let i_=Gd-n_;return`${" ".repeat(n_)}${La}${" ".repeat(i_)}`})}}var Ek=new Set(["tableCell","link","wikiLink"]),wk=new Set("!\"#$%&'()*+,-./:;<=>?@[\\]^_`{|}~");function qE({parent:La}){if(La.usesCJSpaces===void 0){let hl={" ":0,"":0},{children:fl}=La;for(let La=1;Lahl[""]}return La.usesCJSpaces}function BE(La,hl){if(hl)return!0;let{previous:fl,next:yl}=La;if(!fl||!yl)return!0;let Pl=fl.kind,Ul=yl.kind;return zh(Pl)&&zh(Ul)||Pl===VS&&Ul===HS||Ul===VS&&Pl===HS?!0:Pl===WS||Ul===WS||Pl===HS&&Ul===HS?!1:wk.has(yl.value[0])||wk.has(QC(0,fl.value,-1))?!0:fl.hasTrailingPunctuation||yl.hasLeadingPunctuation?!1:qE(La)}function zh(La){return La===JS||La===VS}function _E(La,hl,fl,yl,Pl){if(fl!=="always"||La.hasAncestor(La=>Ek.has(La.type)||La.type==="heading"&&(Pl.parser==="mdx"||!Kt(La))))return!1;if(yl)return hl!=="";let{previous:Ul,next:Gd}=La;return!Ul||!Gd?!0:hl===""?!1:Ul.kind===VS&&Gd.kind===HS||Gd.kind===VS&&Ul.kind===HS?!0:!(Ul.isCJ||Gd.isCJ)}function ou(La,hl,fl,yl,Pl){if(fl==="preserve"&&hl===`\n`)return iS;let Ul=hl===" "||hl===`\n`&&BE(La,yl);return _E(La,hl,fl,yl,Pl)?Ul?tS:rS:Ul?" ":""}var Ck=/^(?:=+|-+)$/;function Uh(La,hl){let{node:fl}=La,yl=La.findAncestor(La=>La.type==="emphasis"||La.type==="strong"),Pl=fl.value;return yl?(La.isFirst&&(Pl.startsWith("*")||Pl.startsWith("_"))&&La.callParent(()=>La.isFirst)&&La.grandparent===yl&&(Pl=`\\${Pl}`),Pl=jC(0,Pl,/(\\+|^|.)(\*+|_+)($|.)/g,(hl,fl,yl,Pl)=>[...fl].every(La=>La==="\\")&&fl.length%2===1?hl:OE(QC(0,fl,-1)||QC(1,La.previous?.value,-1),yl,Pl[0]||La.next?.value[0])?`${fl}\\${yl}${Pl}`:hl),Pl):hl.proseWrap==="preserve"&&La.parent.type==="sentence"&&Ck.test(Pl)&&Qt(La.previous)&&(La.isLast||Qt(La.next))?`\\${Pl}`:Pl}function OE(La,hl,fl){if(!La||!fl)return null;let yl=/[\p{Space_Separator}\t\n\f\r]/u.test(fl),Pl=/[\p{Space_Separator}\t\n\f\r]/u.test(La),Ul=GS.test(fl),Gd=GS.test(La),af=!yl&&(!Ul||Ul&&(Pl||Gd)),n_=!Pl&&(!Gd||Gd&&(yl||Ul));return hl[0]==="*"?af||n_:af?!n_||Gd:n_?!af||Ul:!1}function Hh(La){let{node:hl}=La,fl=jC(0,jC(0,hl.value,"*","\\*"),new RegExp([`(^|${GS.source})(_+)`,`(_+)(${GS.source}|$)`].join("|"),"gu"),(La,hl,fl,yl,Pl)=>jC(0,fl?`${hl}${fl}`:`${yl}${Pl}`,"_","\\_")),n=(La,hl,fl)=>La.type==="sentence"&&fl===0,a=(La,hl,fl)=>Nn(La.children[fl-1]);return fl!==hl.value&&(La.match(void 0,n,a)||La.match(void 0,n,(La,hl,fl)=>La.type==="emphasis"&&fl===0,a))&&(fl=fl.replace(/^(\\?[*_])+/,La=>jC(0,La,"\\",""))),fl}function Vh(La){let{previous:hl,next:fl}=La;return hl?.type==="sentence"&&QC(0,hl.children,-1)?.type==="word"&&!QC(0,hl.children,-1).hasTrailingPunctuation&&!/[\p{Space_Separator}\t\n\f\r]$/u.test(QC(0,hl.children,-1).value)||fl?.type==="sentence"&&fl.children[0]?.type==="word"&&!fl.children[0].hasLeadingPunctuation&&!/^[\p{Space_Separator}\t\n\f\r]/u.test(fl.children[0].value)}function NE(La){let{siblings:hl,index:fl}=La;if(!hl||typeof fl!="number")return!1;let yl=hl[fl+2];return yl?.type==="whitespace"&&yl.value===""}function RE(La){if(!Qt(La.node)||La.next?.value!=="-")return!1;let hl=La.siblings[La.index+2];return!hl||Qt(hl)}function lu(La,hl,fl){let{node:yl}=La;if(zE(La)){let fl=[""],Pl=Sr(hl.originalText.slice(yl.position.start.offset,yl.position.end.offset));for(let yl of Pl){if(yl.type==="word"){fl.push([fl.pop(),yl.value]);continue}let Pl=ou(La,yl.value,hl.proseWrap,!0,hl);if(Vx(Pl)===mx){fl.push([fl.pop(),Pl]);continue}fl.push(Pl,"")}return Yt(fl)}switch(yl.type){case"root":return yl.children.length===0?"":[ME(La,hl,fl),iS];case"paragraph":return Oh(La,hl,fl);case"sentence":return Nh(La,fl);case"word":return hl.parser!=="mdx"?Uh(La,hl):Hh(La);case"whitespace":{let{next:fl}=La,Pl=fl&&/^>|^(?:[*+-]|#{1,6}|\d+[).])$/.test(fl.value)&&!NE(La)&&!(hl.proseWrap==="preserve"&&RE(La))?"never":hl.proseWrap;return ou(La,yl.value,Pl,!1,hl)}case"emphasis":{let Pl;if(Nn(yl.children[0]))Pl=hl.originalText[yl.position.start.offset];else{let hl=Vh(La),fl=La.callParent(({node:hl})=>hl.type==="strong"&&Vh(La));Pl=hl||fl||La.hasAncestor(La=>La.type==="emphasis")?"*":"_"}return[Pl,ae(La,hl,fl),Pl]}case"strong":return["**",ae(La,hl,fl),"**"];case"delete":return["~~",ae(La,hl,fl),"~~"];case"inlineCode":{let fl=hl.proseWrap==="preserve"?yl.value:jC(0,yl.value,`\n`," ");hl.parser!=="mdx"&&La.hasAncestor(La=>La.type==="tableCell")&&(fl=jC(0,fl,"|","\\|"));let Pl=hk(fl,"`"),Ul="`".repeat(Pl),Gd=fl.startsWith("`")||fl.endsWith("`")||/^[\n ]/.test(fl)&&/[\n ]$/.test(fl)&&/[^\n ]/.test(fl)?" ":"";return[Ul,Gd,fl,Gd,Ul]}case"wikiLink":{let La;return hl.proseWrap==="preserve"?La=yl.value:La=jC(0,yl.value,/[\t\n]+/g," "),["[[",La,"]]"]}case"link":switch(hl.originalText[yl.position.start.offset]){case"<":{let La="mailto:";return["<",yl.url.startsWith(La)&&hl.originalText.slice(yl.position.start.offset+1,yl.position.start.offset+1+La.length)!==La?yl.url.slice(La.length):yl.url,">"]}case"[":return["[",ae(La,hl,fl),"](",hl.parser!=="mdx"&&yl.url===""?"<>":su(yl.url,")"),Un(yl.title,hl),")"];default:return hl.originalText.slice(yl.position.start.offset,yl.position.end.offset)}case"image":return["![",Yh(yl,hl),"](",hl.parser!=="mdx"&&yl.url===""?"<>":su(yl.url,")"),Un(yl.title,hl),")"];case"blockquote":return["> ",we("> ",ae(La,hl,fl))];case"heading":return Sh(La,hl,fl);case"code":{if(yl.isIndented){let La=" ".repeat(4);return we(La,[La,Xe(yl.value,iS)])}let La=hl.__inJsTemplate?"~":"`",fl=La.repeat(Math.max(3,lk(yl.value,La)+1));return[fl,yl.lang||"",yl.meta?" "+yl.meta:"",iS,Xe(hl.parser==="mdx"?On(yl,hl.originalText):yl.value,iS),iS,fl]}case"html":{let{parent:hl,isLast:fl}=La,Pl=hl.type==="root"&&fl?yl.value.trimEnd():yl.value,Ul=/^$/s.test(Pl);return Xe(Pl,Ul?iS:yr(aS))}case"list":return hl.parser==="mdx"?Bh(La,hl,fl):qh(La,hl,fl);case"thematicBreak":{let{ancestors:hl}=La,fl=hl.findIndex(La=>La.type==="list");return fl===-1?"---":Ir(hl[fl],hl[fl+1])%2===0?"***":"---"}case"linkReference":return["[",ae(La,hl,fl),"]",yl.referenceType==="full"?zn(yl):yl.referenceType==="collapsed"?"[]":""];case"imageReference":{let La=Yh(yl,hl);return yl.referenceType==="full"?["![",La,"]",zn(yl)]:[...hl.parser==="mdx"?["![",La,"]"]:["!",zn(yl)],yl.referenceType==="collapsed"?"[]":""]}case"definition":{let La=hl.proseWrap==="always"?tS:" ";return jt([zn(yl),":",Cr([La,hl.parser!=="mdx"&&yl.url===""?"<>":su(yl.url),yl.title===null?"":[La,Un(yl.title,hl,!1)]])])}case"footnote":return["[^",ae(La,hl,fl),"]"];case"footnoteReference":return Wh(yl);case"footnoteDefinition":{let Pl=yl.children.length===1&&yl.children[0].type==="paragraph"&&(hl.proseWrap==="never"||hl.proseWrap==="preserve"&&yl.children[0].position.start.line===yl.children[0].position.end.line);return[Wh(yl),": ",Pl?ae(La,hl,fl):jt([we(" ".repeat(4),ae(La,hl,fl,{processor:({isFirst:La})=>La?jt([rS,fl()]):fl()}))])]}case"table":return Rh(La,hl,fl);case"tableCell":return ae(La,hl,fl);case"break":return/\s/.test(hl.originalText[yl.position.start.offset])?[" ",yr(aS)]:["\\",iS];case"liquidNode":return Xe(yl.value,iS);case"import":case"export":case"jsx":return yl.value.trimEnd();case"esComment":return["{/* ",yl.value," */}"];case"math":return["$$",yl.meta?" "+yl.meta:"",iS,yl.value?[Xe(yl.value,iS),iS]:"","$$"];case"inlineMath":return hl.originalText.slice(pt(yl),ht(yl));case"text":return Xe(yl.value,iS);default:throw new yk(yl,"Markdown")}}function ME(La,hl,fl){let yl=[],Pl=null,{children:Ul}=La.node;for(let[La,hl]of Ul.entries())switch(Lr(hl)){case"start":Pl===null&&(Pl={index:La,offset:hl.position.end.offset});break;case"end":Pl!==null&&(yl.push({start:Pl,end:{index:La,offset:hl.position.start.offset}}),Pl=null);break;default:break}return ae(La,hl,fl,{processor({index:La}){if(yl.length>0){let fl=yl[0];if(La===fl.start.index)return[Gh(Ul[fl.start.index]),hl.originalText.slice(fl.start.offset,fl.end.offset),Gh(Ul[fl.end.index])];if(fl.start.indexLa.type==="linkReference"||La.type==="imageReference");return hl&&(hl.type!=="linkReference"||hl.referenceType!=="full")}var UE=(La,hl)=>{for(let fl of hl)La=jC(0,La,fl,encodeURIComponent(fl));return La};function su(La,hl=[]){let fl=[" ",...Array.isArray(hl)?hl:[hl]];return new RegExp(fl.map(La=>ve(La)).join("|")).test(La)?`<${UE(La,"<>")}>`:La}function Un(La,hl,fl=!0){if(!La)return"";if(fl)return" "+Un(La,hl,!1);if(hl.parser==="mdx"&&(La=jC(0,La,/\\(?=["')])/g,"")),La.includes('"')&&La.includes("'")&&!La.includes(")"))return`(${La})`;let yl=yh(La,hl.singleQuote);return La=jC(0,La,"\\","\\\\"),La=jC(0,La,yl,`\\${yl}`),`${yl}${La}${yl}`}function zn(La,hl){let fl=(0,dk.default)(La.label);return hl?.parser==="mdx"?`[${fl}]`:`[${jC(0,fl,/[\\[\]]/g,La=>`\\${La}`)}]`}function Wh(La){return`[^${La.label}]`}function Yh(La,hl){return hl.parser!=="mdx"&&La.originalAltText?La.originalAltText:La.alt||""}var xk=class{#_e;constructor(La){this.#_e=new Set(La)}getLeadingWhitespaceCount(La){let hl=this.#_e,fl=0;for(let yl=0;yl=0&&hl.has(La.charAt(yl));yl--)fl++;return fl}getLeadingWhitespace(La){let hl=this.getLeadingWhitespaceCount(La);return La.slice(0,hl)}getTrailingWhitespace(La){let hl=this.getTrailingWhitespaceCount(La);return La.slice(La.length-hl)}hasLeadingWhitespace(La){return this.#_e.has(La.charAt(0))}hasTrailingWhitespace(La){return this.#_e.has(QC(0,La,-1))}trimStart(La){let hl=this.getLeadingWhitespaceCount(La);return La.slice(hl)}trimEnd(La){let hl=this.getTrailingWhitespaceCount(La);return La.slice(0,La.length-hl)}trim(La){return this.trimEnd(this.trimStart(La))}split(La,hl=!1){let fl=`[${ve([...this.#_e].join(""))}]+`,yl=new RegExp(hl?`(${fl})`:fl);return La.split(yl)}hasWhitespaceCharacter(La){let hl=this.#_e;return Array.prototype.some.call(La,La=>hl.has(La))}hasNonWhitespaceCharacter(La){let hl=this.#_e;return Array.prototype.some.call(La,La=>!hl.has(La))}isWhitespaceOnly(La){let hl=this.#_e;return Array.prototype.every.call(La,La=>hl.has(La))}#me(La){let hl=Number.POSITIVE_INFINITY;for(let fl of La.split(`\n`)){if(fl.length===0)continue;let La=this.getLeadingWhitespaceCount(fl);if(La===0)return 0;fl.length!==La&&LaLa.slice(hl)).join(`\n`)}},Dk=xk;var Sk=["\t",`\n`,"\f","\r"," "],kk=new Dk(Sk),Tk=kk;var Ik=/^\\?.$/su,Fk=/^\n *>[ >]*$/;function YE(La,hl){return hl.parser==="mdx"?La=jE(La,hl):La=$E(La,hl),La=QE(La),hl.parser==="mdx"?La=tw(La,hl):La=ew(La,hl),hl.parser!=="mdx"&&(La=rw(La,hl)),hl.parser==="mdx"?La=iw(La,hl):La=nw(La,hl),hl.parser==="mdx"?La=JE(La):La=XE(La),La}function jE(La,hl){return Ee(La,La=>{if(La.type!=="text")return La;let{value:fl}=La;if(fl==="*"||fl==="_"||!Ik.test(fl)||La.position.end.offset-La.position.start.offset===fl.length)return La;let yl=hl.originalText.slice(La.position.start.offset,La.position.end.offset);return Fk.test(yl)?La:{...La,value:yl}})}function $E(La,hl){return Ee(La,La=>(La.type==="text"&&(La.raw=hl.originalText.slice(La.position.start.offset,La.position.end.offset)),La))}function KE(La,hl,fl){return Ee(La,La=>{if(!La.children)return La;let yl=[],Pl,Ul;for(let Gd of La.children)Pl&&hl(Pl,Gd)?(Gd=fl(Pl,Gd),yl.splice(-1,1,Gd),Ul||(Ul=!0)):yl.push(Gd),Pl=Gd;return Ul?{...La,children:yl}:La})}function QE(La){return KE(La,(La,hl)=>La.type==="text"&&hl.type==="text",(La,hl)=>({type:"text",value:La.value+hl.value,position:{start:La.position.start,end:hl.position.end}}))}function JE(La){return Ee(La,(La,hl,[fl])=>{if(La.type!=="text")return La;let{value:yl}=La;return fl.type==="paragraph"&&(hl===0&&(yl=Tk.trimStart(yl)),hl===fl.children.length-1&&(yl=Tk.trimEnd(yl))),{type:"sentence",position:La.position,children:Sr(yl)}})}function XE(La){let hl=new Set,fl=new Set;return n(La,(La,fl)=>{if(La.type==="wikiLink"){a(fl);return}if(La.type==="text"){if(La.raw.includes("[["))for(let La of fl)La.type==="paragraph"&&hl.add(La);La.raw.includes("]]")&&a(fl)}}),Ee(La,(La,hl,yl)=>{if(La.type!=="text")return La;let Pl=La.raw,Ul=yl.findIndex(La=>La?.type==="paragraph"),Gd=Ul===-1?void 0:yl[Ul];if(Gd){yl.slice(Ul+1).some(La=>La?.type==="blockquote")&&(Pl=ZE(Pl,La));let fl=yl[0];fl?.type==="paragraph"&&(hl===0&&(Pl=Tk.trimStart(Pl)),hl===fl.children.length-1&&(Pl=Tk.trimEnd(Pl)))}return Gd&&fl.has(Gd.position)?{type:"text",position:La.position,value:Pl}:{type:"sentence",position:La.position,children:Sr(Pl)}});function n(La,hl){return function o(La,fl){if(hl(La,fl),La.children)for(let hl of La.children)o(hl,[La,...fl])}(La,[])}function a(La){for(let yl of La)yl.type==="paragraph"&&hl.has(yl)&&fl.add(yl.position)}}function ZE(La,hl){let fl=/^([ \t]*>[ \t]*)*/,yl=La.split(`\n`),Pl=hl.value.split(`\n`);return yl.map((La,hl)=>{let yl=(Pl[hl]??"").match(fl)[0]??"";return La.replace(fl,yl)}).join(`\n`)}function ew(La,hl){return Ee(La,La=>{if(La.type!=="code")return La;let fl=/^\n?(?: {4,}|\t)/.test(hl.originalText.slice(La.position.start.offset,La.position.end.offset));return La.isIndented=fl,La})}function tw(La,hl){return Ee(La,(La,fl,yl)=>{if(La.type==="code"){let fl=/^\n?(?: {4,}|\t)/.test(hl.originalText.slice(La.position.start.offset,La.position.end.offset));if(La.isIndented=fl,fl)for(let La=0;La{if(La.type==="image"||La.type==="imageReference")return La.originalAltText=Kh(fl,La.position.start.offset,La.position.end.offset),La;if(La.type!=="link"||!La.url)return La;let hl=Kh(fl,La.position.start.offset,La.position.end.offset);return hl&&/[[\]]/.test(hl)&&(La.originalLabelText=hl),La})}function Kh(La,hl,fl){let yl=La.indexOf("[",hl);if(yl===-1||yl>=fl)return null;let Pl=1,Ul=yl+1;for(;Ul{if(La.type==="list"&&La.children.length>0){for(let hl=0;hl1)return!0;let Pl=r(fl);if(Pl===-1)return!1;if(La.children.length===1)return Pl%hl.tabWidth===0;let Ul=r(yl);return Pl!==Ul?!1:Pl%hl.tabWidth===0?!0:lt(yl,hl).leadingSpaces.length>1}}function iw(La,hl){return Ee(La,(La,hl,fl)=>{if(La.type==="list"&&La.children.length>0){for(let hl=0;hl1)return!0;let Pl=r(fl);if(Pl===-1)return!1;if(La.children.length===1)return Pl%hl.tabWidth===0;let Ul=r(yl);return Pl!==Ul?!1:Pl%hl.tabWidth===0?!0:lt(yl,hl).leadingSpaces.length>1}}var Pk=YE;var Rk=null;function _r(La){if(Rk!==null&&typeof Rk.property){let La=Rk;return Rk=_r.prototype=null,La}return Rk=_r.prototype=La??Object.create(null),new _r}var Qk=10;for(let La=0;La<=Qk;La++)_r();function fu(La){return _r(La)}function uw(La,hl="type"){fu(La);function r(fl){let yl=fl[hl],Pl=La[yl];if(!Array.isArray(Pl))throw Object.assign(new Error(`Missing visitor keys for '${yl}'.`),{node:fl});return Pl}return r}var Lk=uw;var jk=[["children"]],Uk={root:jk[0],paragraph:jk[0],sentence:jk[0],word:[],whitespace:[],emphasis:jk[0],strong:jk[0],delete:jk[0],inlineCode:[],wikiLink:[],link:jk[0],image:[],blockquote:jk[0],heading:jk[0],code:[],html:[],list:jk[0],thematicBreak:[],linkReference:jk[0],imageReference:[],definition:[],footnote:jk[0],footnoteReference:[],footnoteDefinition:jk[0],table:jk[0],tableCell:jk[0],break:[],liquidNode:[],import:[],export:[],esComment:[],jsx:[],math:[],inlineMath:[],tableRow:jk[0],listItem:jk[0],text:[]};var Gk=Lk(Uk),qk=Gk;var $k={features:{experimental_frontMatterSupport:{massageAstNode:!0,embed:!0,print:!0}},preprocess:Pk,print:lu,embed:ck,massageAstNode:iu,hasPrettierIgnore:oh,insertPragma:kh,getVisitorKeys:qk,printPrettierIgnored:au};return pm(FE)})},7776:La=>{(function(hl){function e(){var La=hl();return La.default||La}if(true)La.exports=e();else{var fl}})(function(){"use strict";var La=Object.create;var hl=Object.defineProperty;var fl=Object.getOwnPropertyDescriptor;var yl=Object.getOwnPropertyNames;var Pl=Object.getPrototypeOf,Ul=Object.prototype.hasOwnProperty;var w=(La,hl)=>()=>{try{return hl||La((hl={exports:{}}).exports,hl),hl.exports}catch(La){throw hl=0,La}},hn=(La,fl)=>{for(var yl in fl)hl(La,yl,{get:fl[yl],enumerable:!0})},dn=(La,Pl,Gd,af)=>{if(Pl&&typeof Pl=="object"||typeof Pl=="function")for(let n_ of yl(Pl))!Ul.call(La,n_)&&n_!==Gd&&hl(La,n_,{get:()=>Pl[n_],enumerable:!(af=fl(Pl,n_))||af.enumerable});return La};var Ne=(fl,yl,Ul)=>(Ul=fl!=null?La(Pl(fl)):{},dn(yl||!fl||!fl.__esModule?hl(Ul,"default",{value:fl,enumerable:!0}):Ul,fl)),Gl=La=>dn(hl({},"__esModule",{value:!0}),La);var Gd=w((La,hl)=>{var fl=String,Yi=function(){return{isColorSupported:!1,reset:fl,bold:fl,dim:fl,italic:fl,underline:fl,inverse:fl,hidden:fl,strikethrough:fl,black:fl,red:fl,green:fl,yellow:fl,blue:fl,magenta:fl,cyan:fl,white:fl,gray:fl,bgBlack:fl,bgRed:fl,bgGreen:fl,bgYellow:fl,bgBlue:fl,bgMagenta:fl,bgCyan:fl,bgWhite:fl,blackBright:fl,redBright:fl,greenBright:fl,yellowBright:fl,blueBright:fl,magentaBright:fl,cyanBright:fl,whiteBright:fl,bgBlackBright:fl,bgRedBright:fl,bgGreenBright:fl,bgYellowBright:fl,bgBlueBright:fl,bgMagentaBright:fl,bgCyanBright:fl,bgWhiteBright:fl}};hl.exports=Yi();hl.exports.createColors=Yi});var af=w(()=>{});var n_=w((La,hl)=>{"use strict";var fl=Gd(),yl=af(),Pl=class t extends Error{constructor(La,hl,fl,yl,Pl,Ul){super(La),this.name="CssSyntaxError",this.reason=La,Pl&&(this.file=Pl),yl&&(this.source=yl),Ul&&(this.plugin=Ul),typeof hl<"u"&&typeof fl<"u"&&(typeof hl=="number"?(this.line=hl,this.column=fl):(this.line=hl.line,this.column=hl.column,this.endLine=fl.line,this.endColumn=fl.column)),this.setMessage(),Error.captureStackTrace&&Error.captureStackTrace(this,t)}setMessage(){this.message=this.plugin?this.plugin+": ":"",this.message+=this.file?this.file:"",typeof this.line<"u"&&(this.message+=":"+this.line+":"+this.column),this.message+=": "+this.reason}showSourceCode(La){if(!this.source)return"";let hl=this.source;La==null&&(La=fl.isColorSupported);let r=La=>La,n=La=>La,i=La=>La;if(La){let{bold:La,gray:hl,red:Pl}=fl.createColors(!0);n=hl=>La(Pl(hl)),r=La=>hl(La),yl&&(i=La=>yl(La))}let Pl=hl.split(/\r?\n/),Ul=Math.max(this.line-3,0),Gd=Math.min(this.line+2,Pl.length),af=String(Gd).length;return Pl.slice(Ul,Gd).map((La,hl)=>{let fl=Ul+1+hl,yl=" "+(" "+fl).slice(-af)+" | ";if(fl===this.line){if(La.length>160){let hl=20,fl=Math.max(0,this.column-hl),Pl=Math.max(this.column+hl,this.endColumn+hl),Ul=La.slice(fl,Pl),Gd=r(yl.replace(/\d/g," "))+La.slice(0,Math.min(this.column-1,hl-1)).replace(/[^\t]/g," ");return n(">")+r(yl)+i(Ul)+`\n `+Gd+n("^")}let hl=r(yl.replace(/\d/g," "))+La.slice(0,this.column-1).replace(/[^\t]/g," ");return n(">")+r(yl)+i(La)+`\n `+hl+n("^")}return" "+r(yl)+i(La)}).join(`\n`)}toString(){let La=this.showSourceCode();return La&&(La=`\n\n`+La+`\n`),this.name+": "+this.message+La}};hl.exports=Pl;Pl.default=Pl});var i_=w((La,hl)=>{"use strict";var fl=/(<)(\/?style\b)/gi,yl=/(<)(!--)/g;function fe(La){return typeof La!="string"||!La.includes("<")?La:La.replace(fl,"\\3c $2").replace(yl,"\\3c $2")}var Pl={after:`\n`,beforeClose:`\n`,beforeComment:`\n`,beforeDecl:`\n`,beforeOpen:" ",beforeRule:`\n`,colon:": ",commentLeft:" ",commentRight:" ",emptyBody:"",indent:" ",semicolon:!1};function tf(La){return La[0].toUpperCase()+La.slice(1)}var Ul=class{constructor(La){this.builder=La}atrule(La,hl){let fl=La.raws,yl="@"+La.name,Pl=La.params?this.rawValue(La,"params"):"";if(typeof fl.afterName<"u"?yl+=fl.afterName:Pl&&(yl+=" "),La.nodes)this.block(La,yl+Pl);else{let Ul=(fl.between||"")+(hl?";":"");this.builder(fe(yl+Pl+Ul),La)}}beforeAfter(La,hl){let fl;La.type==="decl"?fl=this.raw(La,null,"beforeDecl"):La.type==="comment"?fl=this.raw(La,null,"beforeComment"):hl==="before"?fl=this.raw(La,null,"beforeRule"):fl=this.raw(La,null,"beforeClose");let yl=La.parent,Pl=0;for(;yl&&yl.type!=="root";)Pl+=1,yl=yl.parent;if(fl.includes(`\n`)){let hl=this.raw(La,null,"indent");if(hl.length)for(let La=0;La0&&hl[fl].type==="comment";)fl-=1;let yl=this.raw(La,"semicolon"),Pl=La.type==="document";for(let La=0;La{if(yl=La.raws[hl],typeof yl<"u")return!1})}return typeof yl>"u"&&(yl=Pl[fl]),af[fl]=yl,yl}rawBeforeClose(La){let hl;return La.walk(La=>{if(La.nodes&&La.nodes.length>0&&typeof La.raws.after<"u")return hl=La.raws.after,hl.includes(`\n`)&&(hl=hl.replace(/[^\n]+$/,"")),!1}),hl&&(hl=hl.replace(/\S/g,"")),hl}rawBeforeComment(La,hl){let fl;return La.walkComments(La=>{if(typeof La.raws.before<"u")return fl=La.raws.before,fl.includes(`\n`)&&(fl=fl.replace(/[^\n]+$/,"")),!1}),typeof fl>"u"?fl=this.raw(hl,null,"beforeDecl"):fl&&(fl=fl.replace(/\S/g,"")),fl}rawBeforeDecl(La,hl){let fl;return La.walkDecls(La=>{if(typeof La.raws.before<"u")return fl=La.raws.before,fl.includes(`\n`)&&(fl=fl.replace(/[^\n]+$/,"")),!1}),typeof fl>"u"?fl=this.raw(hl,null,"beforeRule"):fl&&(fl=fl.replace(/\S/g,"")),fl}rawBeforeOpen(La){let hl;return La.walk(La=>{if(La.type!=="decl"&&(hl=La.raws.between,typeof hl<"u"))return!1}),hl}rawBeforeRule(La){let hl;return La.walk(fl=>{if(fl.nodes&&(fl.parent!==La||La.first!==fl)&&typeof fl.raws.before<"u")return hl=fl.raws.before,hl.includes(`\n`)&&(hl=hl.replace(/[^\n]+$/,"")),!1}),hl&&(hl=hl.replace(/\S/g,"")),hl}rawColon(La){let hl;return La.walkDecls(La=>{if(typeof La.raws.between<"u")return hl=La.raws.between.replace(/[^\s:]/g,""),!1}),hl}rawEmptyBody(La){let hl;return La.walk(La=>{if(La.nodes&&La.nodes.length===0&&(hl=La.raws.after,typeof hl<"u"))return!1}),hl}rawIndent(La){if(La.raws.indent)return La.raws.indent;let hl;return La.walk(fl=>{let yl=fl.parent;if(yl&&yl!==La&&yl.parent&&yl.parent===La&&typeof fl.raws.before<"u"){let La=fl.raws.before.split(`\n`);return hl=La[La.length-1],hl=hl.replace(/\S/g,""),!1}}),hl}rawSemicolon(La){let hl;return La.walk(La=>{if(La.nodes&&La.nodes.length&&La.last.type==="decl"&&(hl=La.raws.semicolon,typeof hl<"u"))return!1}),hl}rawValue(La,hl){let fl=La[hl],yl=La.raws[hl];return yl&&yl.value===fl?yl.raw:fl}root(La){if(this.body(La),La.raws.after){let hl=La.raws.after,fl=La.parent&&La.parent.type==="document";this.builder(fl?hl:fe(hl))}}rule(La){this.block(La,this.rawValue(La,"selector")),La.raws.ownSemicolon&&this.builder(fe(La.raws.ownSemicolon),La,"end")}stringify(La,hl){if(!this[La.type])throw new Error("Unknown AST node type "+La.type+". Maybe you need to change PostCSS stringifier.");this[La.type](La,hl)}};hl.exports=Ul;Ul.default=Ul});var p_=w((La,hl)=>{"use strict";var fl=i_();function ys(La,hl){new fl(hl).stringify(La)}hl.exports=ys;ys.default=ys});var w_=w((La,hl)=>{"use strict";hl.exports.isClean=Symbol("isClean");hl.exports.my=Symbol("my")});var D_=w((La,hl)=>{"use strict";var fl=n_(),yl=i_(),Pl=p_(),{isClean:Ul,my:Gd}=w_();function ws(La,hl){let fl=new La.constructor;for(let yl in La){if(!Object.prototype.hasOwnProperty.call(La,yl)||yl==="proxyCache")continue;let Pl=La[yl],Ul=typeof Pl;yl==="parent"&&Ul==="object"?hl&&(fl[yl]=hl):yl==="source"?fl[yl]=Pl:Array.isArray(Pl)?fl[yl]=Pl.map(La=>ws(La,fl)):(Ul==="object"&&Pl!==null&&(Pl=ws(Pl)),fl[yl]=Pl)}return fl}function J(La,hl){if(hl&&typeof hl.offset<"u")return hl.offset;let fl=1,yl=1,Pl=0;for(let Ul=0;UlLa.root().toProxy():La[hl]},set(La,hl,fl){return La[hl]===fl||(La[hl]=fl,(hl==="prop"||hl==="value"||hl==="name"||hl==="params"||hl==="important"||hl==="text")&&La.markDirty()),!0}}}markClean(){this[Ul]=!0}markDirty(){if(this[Ul]){this[Ul]=!1;let La=this;for(;La=La.parent;)La[Ul]=!1}}next(){if(!this.parent)return;let La=this.parent.index(this);return this.parent.nodes[La+1]}positionBy(La={}){let hl="document"in this.source.input?this.source.input.document:this.source.input.css,fl={column:this.source.start.column,line:this.source.start.line,offset:J(hl,this.source.start)};if(La.index)fl=this.positionInside(La.index);else if(La.word){let yl=hl.slice(J(hl,this.source.start),J(hl,this.source.end)).indexOf(La.word);yl!==-1&&(fl=this.positionInside(yl))}return fl}positionInside(La){let hl=this.source.start.column,fl=this.source.start.line,yl="document"in this.source.input?this.source.input.document:this.source.input.css,Pl=J(yl,this.source.start),Ul=Pl+La;for(let La=Pl;Latypeof La=="object"&&La.toJSON?La.toJSON(null,hl):La);else if(typeof yl=="object"&&yl.toJSON)fl[La]=yl.toJSON(null,hl);else if(La==="source"){if(yl==null)continue;let Ul=hl.get(yl.input);Ul==null&&(Ul=Pl,hl.set(yl.input,Pl),Pl++),fl[La]={end:yl.end,inputId:Ul,start:yl.start}}else fl[La]=yl}return yl&&(fl.inputs=[...hl.keys()].map(La=>La.toJSON())),fl}toProxy(){return this.proxyCache||(this.proxyCache=new Proxy(this,this.getProxyProcessor())),this.proxyCache}toString(La=Pl){La.stringify&&(La=La.stringify);let hl="";return La(this,La=>{hl+=La}),hl}warn(La,hl,fl={}){let yl={node:this};for(let La in fl)yl[La]=fl[La];return La.warn(hl,yl)}};hl.exports=af;af.default=af});var I_=w((La,hl)=>{"use strict";var fl=D_(),yl=class extends fl{constructor(La){super(La),this.type="comment"}};hl.exports=yl;yl.default=yl});var N_=w((La,hl)=>{"use strict";var fl=D_(),yl=class extends fl{get variable(){return this.prop.startsWith("--")||this.prop[0]==="$"}constructor(La){La&&typeof La.value<"u"&&typeof La.value!="string"&&(La={...La,value:String(La.value)}),super(La),this.type="decl"}};hl.exports=yl;yl.default=yl});var _m=w((La,hl)=>{"use strict";var fl=I_(),yl=N_(),Pl=D_(),{isClean:Ul,my:Gd}=w_(),af,n_,i_,p_;function ao(La){return La.map(La=>(La.nodes&&(La.nodes=ao(La.nodes)),delete La.source,La))}function uo(La){if(La[Ul]=!1,La.proxyOf.nodes)for(let hl of La.proxyOf.nodes)uo(hl)}var _m=class t extends Pl{get first(){if(this.proxyOf.nodes)return this.proxyOf.nodes[0]}get last(){if(this.proxyOf.nodes)return this.proxyOf.nodes[this.proxyOf.nodes.length-1]}append(...La){for(let hl of La){let La=this.normalize(hl,this.last);for(let hl of La)this.proxyOf.nodes.push(hl)}return this.markDirty(),this}cleanRaws(La){if(super.cleanRaws(La),this.nodes)for(let hl of this.nodes)hl.cleanRaws(La)}each(La){if(!this.proxyOf.nodes)return;let hl=this.getIterator(),fl,yl;for(;this.indexes[hl]La[hl](...fl.map(La=>typeof La=="function"?(hl,fl)=>La(hl.toProxy(),fl):La)):hl==="every"||hl==="some"?fl=>La[hl]((La,...hl)=>fl(La.toProxy(),...hl)):hl==="root"?()=>La.root().toProxy():hl==="nodes"?La.nodes.map(La=>La.toProxy()):hl==="first"||hl==="last"?La[hl].toProxy():La[hl]:La[hl]},set(La,hl,fl){return La[hl]===fl||(La[hl]=fl,(hl==="name"||hl==="params"||hl==="selector")&&La.markDirty()),!0}}}index(La){return typeof La=="number"?La:(La.proxyOf&&(La=La.proxyOf),this.proxyOf.nodes.indexOf(La))}insertAfter(La,hl){let fl=this.index(La),yl=this.normalize(hl,this.proxyOf.nodes[fl]).reverse();fl=this.index(La);for(let La of yl)this.proxyOf.nodes.splice(fl+1,0,La);let Pl;for(let La in this.indexes)Pl=this.indexes[La],fl"u")La=[];else if(Array.isArray(La)){La=La.slice(0);for(let hl of La)hl.parent&&hl.parent.removeChild(hl,"ignore")}else if(La.type==="root"&&this.type!=="document"){La=La.nodes.slice(0);for(let hl of La)hl.parent&&hl.parent.removeChild(hl,"ignore")}else if(La.type)La=[La];else if(La.prop){if(typeof La.value>"u")throw new Error("Value field is missed in node creation");typeof La.value!="string"&&(La.value=String(La.value)),La=[new yl(La)]}else if(La.selector||La.selectors)La=[new p_(La)];else if(La.name)La=[new af(La)];else if(La.text)La=[new fl(La)];else throw new Error("Unknown node type in node creation");return La.map(La=>(La[Gd]||t.rebuild(La),La=La.proxyOf,La.parent&&La.parent.removeChild(La),La[Ul]&&uo(La),La.raws||(La.raws={}),typeof La.raws.before>"u"&&hl&&typeof hl.raws.before<"u"&&(La.raws.before=hl.raws.before.replace(/\S/g,"")),La.parent=this.proxyOf,La))}prepend(...La){La=La.reverse();for(let hl of La){let La=this.normalize(hl,this.first,"prepend").reverse();for(let hl of La)this.proxyOf.nodes.unshift(hl);for(let hl in this.indexes)this.indexes[hl]=this.indexes[hl]+La.length}return this.markDirty(),this}push(La){return La.parent=this,this.proxyOf.nodes.push(La),this}removeAll(){for(let La of this.proxyOf.nodes)La.parent=void 0;return this.proxyOf.nodes=[],this.markDirty(),this}removeChild(La){La=this.index(La),this.proxyOf.nodes[La].parent=void 0,this.proxyOf.nodes.splice(La,1);let hl;for(let fl in this.indexes)hl=this.indexes[fl],hl>=La&&(this.indexes[fl]=hl-1);return this.markDirty(),this}replaceValues(La,hl,fl){return fl||(fl=hl,hl={}),this.walkDecls(yl=>{hl.props&&!hl.props.includes(yl.prop)||hl.fast&&!yl.value.includes(hl.fast)||(yl.value=yl.value.replace(La,fl))}),this.markDirty(),this}some(La){return this.nodes.some(La)}walk(La){return this.each((hl,fl)=>{let yl;try{yl=La(hl,fl)}catch(La){throw hl.addToError(La)}return yl!==!1&&hl.walk&&(yl=hl.walk(La)),yl})}walkAtRules(La,hl){return hl?La instanceof RegExp?this.walk((fl,yl)=>{if(fl.type==="atrule"&&La.test(fl.name))return hl(fl,yl)}):this.walk((fl,yl)=>{if(fl.type==="atrule"&&fl.name===La)return hl(fl,yl)}):(hl=La,this.walk((La,fl)=>{if(La.type==="atrule")return hl(La,fl)}))}walkComments(La){return this.walk((hl,fl)=>{if(hl.type==="comment")return La(hl,fl)})}walkDecls(La,hl){return hl?La instanceof RegExp?this.walk((fl,yl)=>{if(fl.type==="decl"&&La.test(fl.prop))return hl(fl,yl)}):this.walk((fl,yl)=>{if(fl.type==="decl"&&fl.prop===La)return hl(fl,yl)}):(hl=La,this.walk((La,fl)=>{if(La.type==="decl")return hl(La,fl)}))}walkRules(La,hl){return hl?La instanceof RegExp?this.walk((fl,yl)=>{if(fl.type==="rule"&&La.test(fl.selector))return hl(fl,yl)}):this.walk((fl,yl)=>{if(fl.type==="rule"&&fl.selector===La)return hl(fl,yl)}):(hl=La,this.walk((La,fl)=>{if(La.type==="rule")return hl(La,fl)}))}};_m.registerParse=La=>{n_=La};_m.registerRule=La=>{p_=La};_m.registerAtRule=La=>{af=La};_m.registerRoot=La=>{i_=La};hl.exports=_m;_m.default=_m;_m.rebuild=La=>{La.type==="atrule"?Object.setPrototypeOf(La,af.prototype):La.type==="rule"?Object.setPrototypeOf(La,p_.prototype):La.type==="decl"?Object.setPrototypeOf(La,yl.prototype):La.type==="comment"?Object.setPrototypeOf(La,fl.prototype):La.type==="root"&&Object.setPrototypeOf(La,i_.prototype),La[Gd]=!0,La.nodes&&La.nodes.forEach(La=>{_m.rebuild(La)})}});var pg=w((La,hl)=>{var fl="useandom-26T198340PX75pxJACKVERYMINDBUSHWOLF_GQZbfghjklqvwyzrict",pf=(La,hl=21)=>(fl=hl)=>{let yl="",Pl=fl|0;for(;Pl--;)yl+=La[Math.random()*La.length|0];return yl},hf=(La=21)=>{let hl="",yl=La|0;for(;yl--;)hl+=fl[Math.random()*64|0];return hl};hl.exports={nanoid:hf,customAlphabet:pf}});var mg=w(()=>{});var gg=w((La,hl)=>{hl.exports=class{}});var eA=w((La,hl)=>{"use strict";var{nanoid:fl}=pg(),{isAbsolute:yl,resolve:Pl}={},{SourceMapConsumer:Ul,SourceMapGenerator:Gd}=mg(),{fileURLToPath:i_,pathToFileURL:p_}={},w_=n_(),D_=gg(),I_=af(),N_=Symbol("lineToIndexCache"),_m=!!(Ul&&Gd),eA=!!(Pl&&yl);function wo(La){if(La[N_])return La[N_];let hl=La.css.split(`\n`),fl=new Array(hl.length),yl=0;for(let La=0,Pl=hl.length;La"u"||typeof La=="object"&&!La.toString)throw new Error(`PostCSS received ${La} instead of CSS string`);if(this.css=La.toString(),this.css[0]==="\ufeff"||this.css[0]==="￾"?(this.hasBOM=!0,this.css=this.css.slice(1)):this.hasBOM=!1,this.document=this.css,hl.document&&(this.document=hl.document.toString()),hl.from&&(!eA||/^\w+:\/\//.test(hl.from)||yl(hl.from)?this.file=hl.from:this.file=Pl(hl.from)),eA&&_m){let La=new D_(this.css,hl);if(La.text){this.map=La;let hl=La.consumer().file;!this.file&&hl&&(this.file=this.mapResolve(hl))}}this.file||(this.id=""),this.map&&(this.map.file=this.from)}error(La,hl,fl,yl={}){let Pl,Ul,Gd,af,n_;if(hl&&typeof hl=="object"){let La=hl,yl=fl;if(typeof La.offset=="number"){af=La.offset;let yl=this.fromOffset(af);hl=yl.line,fl=yl.col}else hl=La.line,fl=La.column,af=this.fromLineAndColumn(hl,fl);if(typeof yl.offset=="number"){Gd=yl.offset;let La=this.fromOffset(Gd);Ul=La.line,Pl=La.col}else Ul=yl.line,Pl=yl.column,Gd=this.fromLineAndColumn(yl.line,yl.column)}else if(fl)af=this.fromLineAndColumn(hl,fl);else{af=hl;let La=this.fromOffset(af);hl=La.line,fl=La.col}let i_=this.origin(hl,fl,Ul,Pl);return i_?n_=new w_(La,i_.endLine===void 0?i_.line:{column:i_.column,line:i_.line},i_.endLine===void 0?i_.column:{column:i_.endColumn,line:i_.endLine},i_.source,i_.file,yl.plugin):n_=new w_(La,Ul===void 0?hl:{column:fl,line:hl},Ul===void 0?fl:{column:Pl,line:Ul},this.css,this.file,yl.plugin),n_.input={column:fl,endColumn:Pl,endLine:Ul,endOffset:Gd,line:hl,offset:af,source:this.css},this.file&&(p_&&(n_.input.url=p_(this.file).toString()),n_.input.file=this.file),n_}fromLineAndColumn(La,hl){return wo(this)[La-1]+hl-1}fromOffset(La){let hl=wo(this),fl=hl[hl.length-1],yl=0;if(La>=fl)yl=hl.length-1;else{let fl=hl.length-2,Pl;for(;yl>1),La=hl[Pl+1])yl=Pl+1;else{yl=Pl;break}}return{col:La-hl[yl]+1,line:yl+1}}mapResolve(La){return/^\w+:\/\//.test(La)?La:Pl(this.map.consumer().sourceRoot||this.map.root||".",La)}origin(La,hl,fl,Pl){if(!this.map)return!1;let Ul=this.map.consumer(),Gd=Ul.originalPositionFor({column:hl-1,line:La});if(!Gd.source)return!1;let af;typeof fl=="number"&&(af=Ul.originalPositionFor({column:Pl-1,line:fl}));let n_;yl(Gd.source)?n_=p_(Gd.source):n_=new URL(Gd.source,this.map.consumer().sourceRoot||p_(this.map.mapFile));let w_={column:Gd.column+1,endColumn:af&&af.column+1,endLine:af&&af.line,line:Gd.line,url:n_.toString()};if(n_.protocol==="file:")if(i_)w_.file=i_(n_);else throw new Error("file: protocol is not available in this PostCSS build");let D_=Ul.sourceContentFor(Gd.source);return D_&&(w_.source=D_),w_}toJSON(){let La={};for(let hl of["hasBOM","css","file","id"])this[hl]!=null&&(La[hl]=this[hl]);return this.map&&(La.map={...this.map},La.map.consumerCache&&(La.map.consumerCache=void 0)),La}};hl.exports=tA;tA.default=tA;I_&&I_.registerInput&&I_.registerInput(tA)});var tA=w((La,hl)=>{"use strict";var fl=_m(),yl=class extends fl{constructor(La){super(La),this.type="atrule"}append(...La){return this.proxyOf.nodes||(this.nodes=[]),super.append(...La)}prepend(...La){return this.proxyOf.nodes||(this.nodes=[]),super.prepend(...La)}};hl.exports=yl;yl.default=yl;fl.registerAtRule(yl)});var rA=w((La,hl)=>{"use strict";var fl=_m(),yl,Pl,Ul=class extends fl{constructor(La){super(La),this.type="root",this.nodes||(this.nodes=[])}normalize(La,hl,fl){let yl=super.normalize(La);if(hl){if(fl==="prepend")this.nodes.length>1?hl.raws.before=this.nodes[1].raws.before:delete hl.raws.before;else if(this.first!==hl)for(let La of yl)La.raws.before=hl.raws.before}return yl}removeChild(La,hl){let fl=this.index(La);return!hl&&fl===0&&this.nodes.length>1&&(this.nodes[1].raws.before=this.nodes[fl].raws.before),super.removeChild(La)}toResult(La={}){return new yl(new Pl,this,La).stringify()}};Ul.registerLazyResult=La=>{yl=La};Ul.registerProcessor=La=>{Pl=La};hl.exports=Ul;Ul.default=Ul;fl.registerRoot(Ul)});var nA=w((La,hl)=>{"use strict";var fl={comma(La){return fl.split(La,[","],!0)},space(La){let hl=[" ",`\n`,"\t"];return fl.split(La,hl)},split(La,hl,fl){let yl=[],Pl="",Ul=!1,Gd=0,af=!1,n_="",i_=!1;for(let fl of La)i_?i_=!1:fl==="\\"?i_=!0:af?fl===n_&&(af=!1):fl==='"'||fl==="'"?(af=!0,n_=fl):fl==="("?Gd+=1:fl===")"?Gd>0&&(Gd-=1):Gd===0&&hl.includes(fl)&&(Ul=!0),Ul?(Pl!==""&&yl.push(Pl.trim()),Pl="",Ul=!1):Pl+=fl;return(fl||Pl!=="")&&yl.push(Pl.trim()),yl}};hl.exports=fl;fl.default=fl});var iA=w((La,hl)=>{"use strict";var fl=_m(),yl=nA(),Pl=class extends fl{get selectors(){return yl.comma(this.selector)}set selectors(La){let hl=this.selector?this.selector.match(/,\s*/):null,fl=hl?hl[0]:","+this.raw("between","beforeOpen");this.selector=La.join(fl)}constructor(La){super(La),this.type="rule",this.nodes||(this.nodes=[])}};hl.exports=Pl;Pl.default=Pl;fl.registerRule(Pl)});var sA=w((La,hl)=>{"use strict";var fl=/[\t\n\f\r "#'()/;[\\\]{}]/g,yl=/[\t\n\f\r !"#'():;@[\\\]{}]|\/(?=\*)/g,Pl=/.[\r\n"'(/\\]/,Ul=/[\da-f]/i;hl.exports=function(La,hl={}){let Gd=La.css.valueOf(),af=hl.ignoreErrors,n_,i_,p_,w_,D_,I_,N_,_m,pg,mg,gg=Gd.length,eA=0,tA=[],rA=[],nA=-1;function C(){return eA}function q(hl){throw La.error("Unclosed "+hl,eA)}function W(){return rA.length===0&&eA>=gg}function se(La){if(rA.length)return rA.pop();if(eA>=gg)return;let hl=La?La.ignoreUnclosed:!1;switch(n_=Gd.charCodeAt(eA),n_){case 10:case 32:case 9:case 13:case 12:{w_=eA;do{w_+=1,n_=Gd.charCodeAt(w_)}while(n_===32||n_===10||n_===9||n_===13||n_===12);I_=["space",Gd.slice(eA,w_)],eA=w_-1;break}case 91:case 93:case 123:case 125:case 58:case 59:case 41:{let La=String.fromCharCode(n_);I_=[La,La,eA];break}case 40:{if(mg=tA.length?tA.pop()[1]:"",pg=Gd.charCodeAt(eA+1),mg==="url"&&pg!==39&&pg!==34&&pg!==32&&pg!==10&&pg!==9&&pg!==12&&pg!==13){w_=eA;do{if(N_=!1,w_=Gd.indexOf(")",w_+1),w_===-1)if(af||hl){w_=eA;break}else q("bracket");for(_m=w_;Gd.charCodeAt(_m-1)===92;)_m-=1,N_=!N_}while(N_);I_=["brackets",Gd.slice(eA,w_+1),eA,w_],eA=w_}else eA<=nA?I_=["(","(",eA]:(w_=Gd.indexOf(")",eA+1),i_=Gd.slice(eA,w_+1),w_===-1||Pl.test(i_)?(nA=w_===-1?gg:w_,I_=["(","(",eA]):(I_=["brackets",i_,eA,w_],eA=w_));break}case 39:case 34:{D_=n_===39?"'":'"',w_=eA;do{if(N_=!1,w_=Gd.indexOf(D_,w_+1),w_===-1)if(af||hl){w_=eA+1;break}else q("string");for(_m=w_;Gd.charCodeAt(_m-1)===92;)_m-=1,N_=!N_}while(N_);I_=["string",Gd.slice(eA,w_+1),eA,w_],eA=w_;break}case 64:{fl.lastIndex=eA+1,fl.test(Gd),fl.lastIndex===0?w_=Gd.length-1:w_=fl.lastIndex-2,I_=["at-word",Gd.slice(eA,w_+1),eA,w_],eA=w_;break}case 92:{for(w_=eA,p_=!0;Gd.charCodeAt(w_+1)===92;)w_+=1,p_=!p_;if(n_=Gd.charCodeAt(w_+1),p_&&n_!==47&&n_!==32&&n_!==10&&n_!==9&&n_!==13&&n_!==12&&(w_+=1,Ul.test(Gd.charAt(w_)))){for(;Ul.test(Gd.charAt(w_+1));)w_+=1;Gd.charCodeAt(w_+1)===32&&(w_+=1)}I_=["word",Gd.slice(eA,w_+1),eA,w_],eA=w_;break}default:{n_===47&&Gd.charCodeAt(eA+1)===42?(w_=Gd.indexOf("*/",eA+2)+1,w_===0&&(af||hl?w_=Gd.length:q("comment")),I_=["comment",Gd.slice(eA,w_+1),eA,w_],eA=w_):(yl.lastIndex=eA+1,yl.test(Gd),yl.lastIndex===0?w_=Gd.length-1:w_=yl.lastIndex-2,I_=["word",Gd.slice(eA,w_+1),eA,w_],tA.push(I_),eA=w_);break}}return eA++,I_}function ye(La){rA.push(La)}return{back:ye,endOfFile:W,nextToken:se,position:C}}});var aA=w((La,hl)=>{"use strict";var fl=tA(),yl=I_(),Pl=N_(),Ul=rA(),Gd=iA(),af=sA(),n_={empty:!0,space:!0};function kf(La){for(let hl=La.length-1;hl>=0;hl--){let fl=La[hl],yl=fl[3]||fl[2];if(yl)return yl}}function Os(La,hl,fl){let yl="";for(let Pl=hl;Pl0?i_.push("}"):yl===i_[i_.length-1]&&i_.pop(),i_.length===0)if(yl===";"){hl.source.end=this.getPosition(La[2]),hl.source.end.offset++,this.semicolon=!0;break}else if(yl==="{"){af=!0;break}else if(yl==="}"){if(n_.length>0){for(Ul=n_.length-1,Pl=n_[Ul];Pl&&Pl[0]==="space";)Pl=n_[--Ul];Pl&&(hl.source.end=this.getPosition(Pl[3]||Pl[2]),hl.source.end.offset++)}this.end(La);break}else n_.push(La);else n_.push(La);if(this.tokenizer.endOfFile()){Gd=!0;break}}hl.raws.between=this.spacesAndCommentsFromEnd(n_),n_.length?(hl.raws.afterName=this.spacesAndCommentsFromStart(n_),this.raw(hl,"params",n_),Gd&&(La=n_[n_.length-1],hl.source.end=this.getPosition(La[3]||La[2]),hl.source.end.offset++,this.spaces=hl.raws.between,hl.raws.between="")):(hl.raws.afterName="",hl.params=""),af&&(hl.nodes=[],this.current=hl)}checkMissedSemicolon(La){let hl=this.colon(La);if(hl===!1)return;let fl=0,yl;for(let Pl=hl-1;Pl>=0&&(yl=La[Pl],!(yl[0]!=="space"&&(fl+=1,fl===2)));Pl--);throw this.input.error("Missed semicolon",yl[0]==="word"?yl[3]+1:yl[2])}colon(La){let hl=0,fl,yl,Pl;for(let[Ul,Gd]of La.entries()){if(yl=Gd,Pl=yl[0],Pl==="("&&(hl+=1),Pl===")"&&(hl-=1),hl===0&&Pl===":")if(!fl)this.doubleColon(yl);else{if(fl[0]==="word"&&fl[1]==="progid")continue;return Ul}fl=yl}return!1}comment(La){let hl=new yl;this.init(hl,La[2]),hl.source.end=this.getPosition(La[3]||La[2]),hl.source.end.offset++;let fl=La[1].slice(2,-2);if(!fl.trim())hl.text="",hl.raws.left=fl,hl.raws.right="";else{let La=fl.match(/^(\s*)([^]*\S)(\s*)$/);hl.text=La[2],hl.raws.left=La[1],hl.raws.right=La[3]}}createTokenizer(){this.tokenizer=af(this.input)}decl(La,hl){let fl=new Pl;this.init(fl,La[0][2]);let yl=La[La.length-1];yl[0]===";"&&(this.semicolon=!0,La.pop()),fl.source.end=this.getPosition(yl[3]||yl[2]||kf(La)),fl.source.end.offset++;let Ul=0;for(;La[Ul][0]!=="word";)Ul===La.length-1&&this.unknownWord([La[Ul]]),Ul++;fl.raws.before+=Os(La,0,Ul),fl.source.start=this.getPosition(La[Ul][2]);let Gd=Ul;for(;Ul=0;hl--){if(n_=La[hl],n_[1].toLowerCase()==="!important"){fl.important=!0;let yl=this.stringFrom(La,hl);yl=this.spacesFromEnd(La)+yl,yl!==" !important"&&(fl.raws.important=yl);break}else if(n_[1].toLowerCase()==="important"){let yl=La.slice(0),Pl="";for(let La=hl;La>0;La--){let hl=yl[La][0];if(Pl.trim().startsWith("!")&&hl!=="space")break;Pl=yl.pop()[1]+Pl}Pl.trim().startsWith("!")&&(fl.important=!0,fl.raws.important=Pl,La=yl)}if(n_[0]!=="space"&&n_[0]!=="comment")break}La.some(La=>La[0]!=="space"&&La[0]!=="comment")&&(fl.raws.between+=p_.map(La=>La[1]).join(""),p_=[]),this.raw(fl,"value",p_.concat(La),hl),fl.value.includes(":")&&!hl&&this.checkMissedSemicolon(La)}doubleColon(La){throw this.input.error("Double colon",{offset:La[2]},{offset:La[2]+La[1].length})}emptyRule(La){let hl=new Gd;this.init(hl,La[2]),hl.selector="",hl.raws.between="",this.current=hl}end(La){this.current.nodes&&this.current.nodes.length&&(this.current.raws.semicolon=this.semicolon),this.semicolon=!1,this.current.raws.after=(this.current.raws.after||"")+this.spaces,this.spaces="",this.current.parent?(this.current.source.end=this.getPosition(La[2]),this.current.source.end.offset++,this.current=this.current.parent):this.unexpectedClose(La)}endFile(){this.current.parent&&this.unclosedBlock(),this.current.nodes&&this.current.nodes.length&&(this.current.raws.semicolon=this.semicolon),this.current.raws.after=(this.current.raws.after||"")+this.spaces,this.root.source.end=this.getPosition(this.tokenizer.position())}freeSemicolon(La){if(this.spaces+=La[1],this.current.nodes){let hl=this.current.nodes[this.current.nodes.length-1];hl&&hl.type==="rule"&&!hl.raws.ownSemicolon&&(hl.raws.ownSemicolon=this.spaces,this.spaces="",hl.source.end=this.getPosition(La[2]),hl.source.end.offset+=hl.raws.ownSemicolon.length)}}getPosition(La){let hl=this.input.fromOffset(La);return{column:hl.col,line:hl.line,offset:La}}init(La,hl){this.current.push(La),La.source={input:this.input,start:this.getPosition(hl)},La.raws.before=this.spaces,this.spaces="",La.type!=="comment"&&(this.semicolon=!1)}other(La){let hl=!1,fl=null,yl=!1,Pl=null,Ul=[],Gd=La[1].startsWith("--"),af=[],n_=La;for(;n_;){if(fl=n_[0],af.push(n_),fl==="("||fl==="[")Pl||(Pl=n_),Ul.push(fl==="("?")":"]");else if(Gd&&yl&&fl==="{")Pl||(Pl=n_),Ul.push("}");else if(Ul.length===0)if(fl===";")if(yl){this.decl(af,Gd);return}else break;else if(fl==="{"){this.rule(af);return}else if(fl==="}"){this.tokenizer.back(af.pop()),hl=!0;break}else fl===":"&&(yl=!0);else fl===Ul[Ul.length-1]&&(Ul.pop(),Ul.length===0&&(Pl=null));n_=this.tokenizer.nextToken()}if(this.tokenizer.endOfFile()&&(hl=!0),Ul.length>0&&this.unclosedBracket(Pl),hl&&yl){if(!Gd)for(;af.length&&(n_=af[af.length-1][0],!(n_!=="space"&&n_!=="comment"));)this.tokenizer.back(af.pop());this.decl(af,Gd)}else this.unknownWord(af)}parse(){let La;for(;!this.tokenizer.endOfFile();)switch(La=this.tokenizer.nextToken(),La[0]){case"space":this.spaces+=La[1];break;case";":this.freeSemicolon(La);break;case"}":this.end(La);break;case"comment":this.comment(La);break;case"at-word":this.atrule(La);break;case"{":this.emptyRule(La);break;default:this.other(La);break}this.endFile()}precheckMissedSemicolon(){}raw(La,hl,fl,yl){let Pl,Ul,Gd=fl.length,af="",i_=!0,p_,w_;for(let La=0;LaLa+hl[1],"");La.raws[hl]={raw:yl,value:af}}La[hl]=af}rule(La){La.pop();let hl=new Gd;this.init(hl,La[0][2]),hl.raws.between=this.spacesAndCommentsFromEnd(La),this.raw(hl,"selector",La),this.current=hl}spacesAndCommentsFromEnd(La){let hl,fl="";for(;La.length&&(hl=La[La.length-1][0],!(hl!=="space"&&hl!=="comment"));)fl=La.pop()[1]+fl;return fl}spacesAndCommentsFromStart(La){let hl,fl="";for(;La.length&&(hl=La[0][0],!(hl!=="space"&&hl!=="comment"));)fl+=La.shift()[1];return fl}spacesFromEnd(La){let hl,fl="";for(;La.length&&(hl=La[La.length-1][0],hl==="space");)fl=La.pop()[1]+fl;return fl}stringFrom(La,hl){let fl="";for(let yl=hl;yl{"use strict";var fl=_m(),yl=eA(),Pl=aA();function ar(La,hl){let fl=new yl(La,hl),Ul=new Pl(fl);try{Ul.parse()}catch(La){throw La}return Ul.root}hl.exports=ar;ar.default=ar;fl.registerParse(ar)});var lA=w((La,hl)=>{var fl=sA(),yl=eA();hl.exports={isInlineComment(La){if(La[0]==="word"&&La[1].slice(0,2)==="//"){let hl=La,Pl=[],Ul,Gd;for(;La;){if(/\r?\n/.test(La[1])){if(/['"].*\r?\n/.test(La[1])){Pl.push(La[1].substring(0,La[1].indexOf(`\n`))),Gd=La[1].substring(La[1].indexOf(`\n`));let hl=this.input.css.valueOf().substring(this.tokenizer.position());Gd+=hl,Ul=La[3]+hl.length-Gd.length}else this.tokenizer.back(La);break}Pl.push(La[1]),Ul=La[2],La=this.tokenizer.nextToken({ignoreUnclosed:!0})}let af=["comment",Pl.join(""),hl[2],Ul];return this.inlineComment(af),Gd&&(this.input=new yl(Gd),this.tokenizer=fl(this.input)),!0}else if(La[1]==="/"){let fl=this.tokenizer.nextToken({ignoreUnclosed:!0});if(fl[0]==="comment"&&/^\/\*/.test(fl[1]))return fl[0]="word",fl[1]=fl[1].slice(1),La[1]="//",this.tokenizer.back(fl),hl.exports.isInlineComment.bind(this)(La)}return!1}}});var cA=w((La,hl)=>{hl.exports={interpolation(La){let hl=[La,this.tokenizer.nextToken()],fl=["word","}"];if(hl[0][1].length>1||hl[1][0]!=="{")return this.tokenizer.back(hl[1]),!1;for(La=this.tokenizer.nextToken();La&&fl.includes(La[0]);)hl.push(La),La=this.tokenizer.nextToken();let yl=hl.map(La=>La[1]),[Pl]=hl,Ul=hl.pop(),Gd=["word",yl.join(""),Pl[2],Ul[2]];return this.tokenizer.back(La),this.tokenizer.back(Gd),!0}}});var uA=w((La,hl)=>{var fl=/^#[0-9a-fA-F]{6}$|^#[0-9a-fA-F]{3}$/,yl=/\.[0-9]/,Lf=La=>{let[,hl]=La,[Pl]=hl;return(Pl==="."||Pl==="#")&&fl.test(hl)===!1&&yl.test(hl)===!1};hl.exports={isMixinToken:Lf}});var pA=w((La,hl)=>{var fl=sA(),yl=/^url\((.+)\)/;hl.exports=La=>{let{name:hl,params:Pl=""}=La;if(hl==="import"&&Pl.length){La.import=!0;let hl=fl({css:Pl});for(La.filename=Pl.replace(yl,"$1");!hl.endOfFile();){let[fl,yl]=hl.nextToken();if(fl==="word"&&yl==="url")return;if(fl==="brackets"){La.options=yl,La.filename=Pl.replace(yl,"").trim();break}}}}});var dA=w((La,hl)=>{var fl=/:$/,yl=/^:(\s+)?/;hl.exports=La=>{let{name:hl,params:Pl=""}=La;if(La.name.slice(-1)===":"){if(fl.test(hl)){let[yl]=hl.match(fl);La.name=hl.replace(yl,""),La.raws.afterName=yl+(La.raws.afterName||""),La.variable=!0,La.value=La.params}if(yl.test(Pl)){let[hl]=Pl.match(yl);La.value=Pl.replace(hl,""),La.raws.afterName=(La.raws.afterName||"")+hl,La.variable=!0}}}});var hA=w((La,hl)=>{var fl=I_(),yl=aA(),{isInlineComment:Pl}=lA(),{interpolation:Ul}=cA(),{isMixinToken:Gd}=uA(),af=pA(),n_=dA(),i_=/(!\s*important)$/i;hl.exports=class extends yl{constructor(...La){super(...La),this.lastNode=null}atrule(La){Ul.bind(this)(La)||(super.atrule(La),af(this.lastNode),n_(this.lastNode))}decl(...La){super.decl(...La),/extend\(.+\)/i.test(this.lastNode.value)&&(this.lastNode.extend=!0)}each(La){La[0][1]=` ${La[0][1]}`;let hl=La.findIndex(La=>La[0]==="("),fl=La.reverse().find(La=>La[0]===")"),yl=La.reverse().indexOf(fl),Pl=La.splice(hl,yl).map(La=>La[1]).join("");for(let hl of La.reverse())this.tokenizer.back(hl);this.atrule(this.tokenizer.nextToken()),this.lastNode.function=!0,this.lastNode.params=Pl}init(La,hl,fl){super.init(La,hl,fl),this.lastNode=La}inlineComment(La){let hl=new fl,yl=La[1].slice(2);if(this.init(hl,La[2]),hl.source.end=this.getPosition(La[3]||La[2]),hl.inline=!0,hl.raws.begin="//",/^\s*$/.test(yl))hl.text="",hl.raws.left=yl,hl.raws.right="";else{let La=yl.match(/^(\s*)([^]*[^\s])(\s*)$/);[,hl.raws.left,hl.text,hl.raws.right]=La}}mixin(La){let[hl]=La,fl=hl[1].slice(0,1),yl=La.findIndex(La=>La[0]==="brackets"),Pl=La.findIndex(La=>La[0]==="("),Ul="";if((yl<0||yl>3)&&Pl>0){let hl=La.reduce((La,hl,fl)=>hl[0]===")"?fl:La),fl=La.slice(Pl,hl+Pl).map(La=>La[1]).join(""),[yl]=La.slice(Pl),Ul=[yl[2],yl[3]],[Gd]=La.slice(hl,hl+1),af=[Gd[2],Gd[3]],n_=["brackets",fl].concat(Ul,af),i_=La.slice(0,Pl),p_=La.slice(hl+1);La=i_,La.push(n_),La=La.concat(p_)}let Gd=[];for(let hl of La)if((hl[1]==="!"||Gd.length)&&Gd.push(hl),hl[1]==="important")break;if(Gd.length){let[hl]=Gd,fl=La.indexOf(hl),yl=Gd[Gd.length-1],Pl=[hl[2],hl[3]],Ul=[yl[4],yl[5]],af=["word",Gd.map(La=>La[1]).join("")].concat(Pl,Ul);La.splice(fl,Gd.length,af)}let af=La.findIndex(La=>i_.test(La[1]));af>0&&([,Ul]=La[af],La.splice(af,1));for(let hl of La.reverse())this.tokenizer.back(hl);this.atrule(this.tokenizer.nextToken()),this.lastNode.mixin=!0,this.lastNode.raws.identifier=fl,Ul&&(this.lastNode.important=!0,this.lastNode.raws.important=Ul)}other(La){Pl.bind(this)(La)||super.other(La)}rule(La){let hl=La[La.length-1],fl=La[La.length-2];if(fl[0]==="at-word"&&hl[0]==="{"&&(this.tokenizer.back(hl),Ul.bind(this)(fl))){let hl=this.tokenizer.nextToken();La=La.slice(0,La.length-2).concat([hl]);for(let hl of La.reverse())this.tokenizer.back(hl);return}super.rule(La),/:extend\(.+\)/i.test(this.lastNode.selector)&&(this.lastNode.extend=!0)}unknownWord(La){let[hl]=La;if(La[0][1]==="each"&&La[1][0]==="("){this.each(La);return}if(Gd(hl)){this.mixin(La);return}super.unknownWord(La)}}});var fA=w((La,hl)=>{var fl=i_();hl.exports=class extends fl{atrule(La,hl){if(!La.mixin&&!La.variable&&!La.function){super.atrule(La,hl);return}let fl=`${La.function?"":La.raws.identifier||"@"}${La.name}`,yl=La.params?this.rawValue(La,"params"):"",Pl=La.raws.important||"";if(La.variable&&(yl=La.value),typeof La.raws.afterName<"u"?fl+=La.raws.afterName:yl&&(fl+=" "),La.nodes)this.block(La,fl+yl+Pl);else{let Ul=(La.raws.between||"")+Pl+(hl?";":"");this.builder(fl+yl+Ul,La)}}comment(La){if(La.inline){let hl=this.raw(La,"left","commentLeft"),fl=this.raw(La,"right","commentRight");this.builder(`//${hl}${La.text}${fl}`,La)}else super.comment(La)}}});var _A=w((La,hl)=>{var fl=eA(),yl=hA(),Pl=fA();hl.exports={parse(La,hl){let Pl=new fl(La,hl),Ul=new yl(Pl);return Ul.parse(),Ul.root.walk(La=>{let hl=Pl.css.lastIndexOf(La.source.input.css);if(hl===0)return;if(hl+La.source.input.css.length!==Pl.css.length)throw new Error("Invalid state detected in postcss-less");let fl=hl+La.source.start.offset,yl=Pl.fromOffset(hl+La.source.start.offset);if(La.source.start={offset:fl,line:yl.line,column:yl.col},La.source.end){let fl=hl+La.source.end.offset,yl=Pl.fromOffset(hl+La.source.end.offset);La.source.end={offset:fl,line:yl.line,column:yl.col}}}),Ul.root},stringify(La,hl){new Pl(hl).stringify(La)},nodeToString(La){let fl="";return hl.exports.stringify(La,La=>{fl+=La}),fl}}});var mA=w((La,hl)=>{"use strict";var fl=_m(),yl,Pl,Ul=class extends fl{constructor(La){super({type:"document",...La}),this.nodes||(this.nodes=[])}toResult(La={}){return new yl(new Pl,this,La).stringify()}};Ul.registerLazyResult=La=>{yl=La};Ul.registerProcessor=La=>{Pl=La};hl.exports=Ul;Ul.default=Ul});var gA=w((La,hl)=>{"use strict";var fl=tA(),yl=I_(),Pl=N_(),Ul=eA(),Gd=gg(),af=rA(),n_=iA();function gt(La,hl){if(Array.isArray(La))return La.map(La=>gt(La));let{inputs:i_,...p_}=La;if(i_){hl=[];for(let La of i_){let fl={...La,__proto__:Ul.prototype};fl.map&&(fl.map={...fl.map,__proto__:Gd.prototype}),hl.push(fl)}}let w_;if(p_.nodes&&(w_=La.nodes.map(La=>gt(La,hl)),delete p_.nodes),p_.source){let{inputId:La,...fl}=p_.source;p_.source=fl,La!=null&&(p_.source.input=hl[La])}let D_;if(p_.type==="root")D_=new af(p_);else if(p_.type==="decl")D_=new Pl(p_);else if(p_.type==="rule")D_=new n_(p_);else if(p_.type==="comment")D_=new yl(p_);else if(p_.type==="atrule")D_=new fl(p_);else throw new Error("Unknown node type: "+La.type);if(w_){D_.nodes=w_;for(let La of w_)La.parent=D_}return D_}hl.exports=gt;gt.default=gt});var AA=w((La,hl)=>{hl.exports=class{generate(){}}});var yA=w((La,hl)=>{"use strict";var fl=class{constructor(La,hl={}){if(this.type="warning",this.text=La,hl.node&&hl.node.source){let La=hl.node.rangeBy(hl);this.line=La.start.line,this.column=La.start.column,this.endLine=La.end.line,this.endColumn=La.end.column}for(let La in hl)this[La]=hl[La]}toString(){return this.node?this.node.error(this.text,{index:this.index,plugin:this.plugin,word:this.word}).message:this.plugin?this.plugin+": "+this.text:this.text}};hl.exports=fl;fl.default=fl});var bA=w((La,hl)=>{"use strict";var fl=yA(),yl=class{get content(){return this.css}constructor(La,hl,fl){this.processor=La,this.messages=[],this.root=hl,this.opts=fl,this.css="",this.map=void 0}toString(){return this.css}warn(La,hl={}){hl.plugin||this.lastPlugin&&this.lastPlugin.postcssPlugin&&(hl.plugin=this.lastPlugin.postcssPlugin);let yl=new fl(La,hl);return this.messages.push(yl),yl}warnings(){return this.messages.filter(La=>La.type==="warning")}};hl.exports=yl;yl.default=yl});var vA=w((La,hl)=>{"use strict";var fl={};hl.exports=function(La){fl[La]||(fl[La]=!0,typeof console<"u"&&console.warn&&console.warn(La))}});var EA=w((La,hl)=>{"use strict";var fl=_m(),yl=mA(),Pl=AA(),Ul=oA(),Gd=bA(),af=rA(),n_=p_(),{isClean:i_,my:D_}=w_(),I_=vA(),N_={atrule:"AtRule",comment:"Comment",decl:"Declaration",document:"Document",root:"Root",rule:"Rule"},pg={AtRule:!0,AtRuleExit:!0,Comment:!0,CommentExit:!0,Declaration:!0,DeclarationExit:!0,Document:!0,DocumentExit:!0,Once:!0,OnceExit:!0,postcssPlugin:!0,prepare:!0,Root:!0,RootExit:!0,Rule:!0,RuleExit:!0},mg={Once:!0,postcssPlugin:!0,prepare:!0},gg=0;function xt(La){return typeof La=="object"&&typeof La.then=="function"}function ca(La){let hl=!1,fl=N_[La.type];return La.type==="decl"?hl=La.prop.toLowerCase():La.type==="atrule"&&(hl=La.name.toLowerCase()),hl&&La.append?[fl,fl+"-"+hl,gg,fl+"Exit",fl+"Exit-"+hl]:hl?[fl,fl+"-"+hl,fl+"Exit",fl+"Exit-"+hl]:La.append?[fl,gg,fl+"Exit"]:[fl,fl+"Exit"]}function la(La){let hl;return La.type==="document"?hl=["Document",gg,"DocumentExit"]:La.type==="root"?hl=["Root",gg,"RootExit"]:hl=ca(La),{eventIndex:0,events:hl,iterator:0,node:La,visitorIndex:0,visitors:[]}}function Ls(La){return La[i_]=!1,La.nodes&&La.nodes.forEach(La=>Ls(La)),La}var eA={},tA=class t{get content(){return this.stringify().content}get css(){return this.stringify().css}get map(){return this.stringify().map}get messages(){return this.sync().messages}get opts(){return this.result.opts}get processor(){return this.result.processor}get root(){return this.sync().root}get[Symbol.toStringTag](){return"LazyResult"}constructor(La,hl,yl){this.stringified=!1,this.processed=!1;let Pl;if(typeof hl=="object"&&hl!==null&&(hl.type==="root"||hl.type==="document"))Pl=Ls(hl);else if(hl instanceof t||hl instanceof Gd)Pl=Ls(hl.root),hl.map&&(typeof yl.map>"u"&&(yl.map={}),yl.map.inline||(yl.map.inline=!1),yl.map.prev=hl.map);else{let La=Ul;yl.syntax&&(La=yl.syntax.parse),yl.parser&&(La=yl.parser),La.parse&&(La=La.parse);try{Pl=La(hl,yl)}catch(La){this.processed=!0,this.error=La}Pl&&!Pl[D_]&&fl.rebuild(Pl)}this.result=new Gd(La,Pl,yl),this.helpers={...eA,postcss:eA,result:this.result},this.plugins=this.processor.plugins.map(La=>typeof La=="object"&&La.prepare?{...La,...La.prepare(this.result)}:La)}async(){return this.error?Promise.reject(this.error):this.processed?Promise.resolve(this.result):(this.processing||(this.processing=this.runAsync()),this.processing)}catch(La){return this.async().catch(La)}finally(La){return this.async().then(La,La)}getAsyncError(){throw new Error("Use process(css).then(cb) to work with async plugins")}handleError(La,hl){let fl=this.result.lastPlugin;try{hl&&hl.addToError(La),this.error=La,La.name==="CssSyntaxError"&&!La.plugin?(La.plugin=fl.postcssPlugin,La.setMessage()):fl.postcssVersion}catch(La){console&&console.error&&console.error(La)}return La}prepareVisitors(){this.listeners={};let e=(La,hl,fl)=>{this.listeners[hl]||(this.listeners[hl]=[]),this.listeners[hl].push([La,fl])};for(let La of this.plugins)if(typeof La=="object")for(let hl in La){if(!pg[hl]&&/^[A-Z]/.test(hl))throw new Error(`Unknown event ${hl} in ${La.postcssPlugin}. Try to update PostCSS (${this.processor.version} now).`);if(!mg[hl])if(typeof La[hl]=="object")for(let fl in La[hl])fl==="*"?e(La,hl,La[hl][fl]):e(La,hl+"-"+fl.toLowerCase(),La[hl][fl]);else typeof La[hl]=="function"&&e(La,hl,La[hl])}this.hasListener=Object.keys(this.listeners).length>0}async runAsync(){this.plugin=0;for(let La=0;La0;){let La=this.visitTick(hl);if(xt(La))try{await La}catch(La){let fl=hl[hl.length-1].node;throw this.handleError(La,fl)}}}if(this.listeners.OnceExit)for(let[hl,fl]of this.listeners.OnceExit){this.result.lastPlugin=hl;try{if(La.type==="document"){let hl=La.nodes.map(La=>fl(La,this.helpers));await Promise.all(hl)}else await fl(La,this.helpers)}catch(La){throw this.handleError(La)}}}return this.processed=!0,this.stringify()}runOnRoot(La){this.result.lastPlugin=La;try{if(typeof La=="object"&&La.Once){if(this.result.root.type==="document"){let hl=this.result.root.nodes.map(hl=>La.Once(hl,this.helpers));return xt(hl[0])?Promise.all(hl):hl}return La.Once(this.result.root,this.helpers)}else if(typeof La=="function")return La(this.result.root,this.result)}catch(La){throw this.handleError(La)}}stringify(){if(this.error)throw this.error;if(this.stringified)return this.result;this.stringified=!0,this.sync();let La=this.result.opts,hl=n_;La.syntax&&(hl=La.syntax.stringify),La.stringifier&&(hl=La.stringifier),hl.stringify&&(hl=hl.stringify);let fl=this.result.root.source;if(La.map===void 0&&!(fl&&fl.input&&fl.input.map)){let La="";return hl(this.result.root,hl=>{La+=hl}),this.result.css=La,this.result}let yl=new Pl(hl,this.result.root,this.result.opts).generate();return this.result.css=yl[0],this.result.map=yl[1],this.result}sync(){if(this.error)throw this.error;if(this.processed)return this.result;if(this.processed=!0,this.processing)throw this.getAsyncError();for(let La of this.plugins){let hl=this.runOnRoot(La);if(xt(hl))throw this.getAsyncError()}if(this.prepareVisitors(),this.hasListener){let La=this.result.root;for(;!La[i_];)La[i_]=!0,this.walkSync(La);if(this.listeners.OnceExit)if(La.type==="document")for(let hl of La.nodes)this.visitSync(this.listeners.OnceExit,hl);else this.visitSync(this.listeners.OnceExit,La)}return this.result}then(La,hl){return this.async().then(La,hl)}toString(){return this.css}visitSync(La,hl){for(let[fl,yl]of La){this.result.lastPlugin=fl;let La;try{La=yl(hl,this.helpers)}catch(La){throw this.handleError(La,hl.proxyOf)}if(hl.type!=="root"&&hl.type!=="document"&&!hl.parent)return!0;if(xt(La))throw this.getAsyncError()}}visitTick(La){let hl=La[La.length-1],{node:fl,visitors:yl}=hl;if(fl.type!=="root"&&fl.type!=="document"&&!fl.parent){La.pop();return}if(yl.length>0&&hl.visitorIndex{La[i_]||this.walkSync(La)});else{let hl=this.listeners[fl];if(hl&&this.visitSync(hl,La.toProxy()))return}}warnings(){return this.sync().warnings()}};tA.registerPostcss=La=>{eA=La};hl.exports=tA;tA.default=tA;af.registerLazyResult(tA);yl.registerLazyResult(tA)});var wA=w((La,hl)=>{"use strict";var fl=AA(),yl=oA(),Pl=bA(),Ul=p_(),Gd=vA(),af=class{get content(){return this.result.css}get css(){return this.result.css}get map(){return this.result.map}get messages(){return[]}get opts(){return this.result.opts}get processor(){return this.result.processor}get root(){if(this._root)return this._root;let La,hl=yl;try{La=hl(this._css,this._opts)}catch(La){this.error=La}if(this.error)throw this.error;return this._root=La,La}get[Symbol.toStringTag](){return"NoWorkResult"}constructor(La,hl,yl){hl=hl.toString(),this.stringified=!1,this._processor=La,this._css=hl,this._opts=yl,this._map=void 0;let Gd=Ul;this.result=new Pl(this._processor,void 0,this._opts),this.result.css=hl;let af=this;Object.defineProperty(this.result,"root",{get(){return af.root}});let n_=new fl(Gd,void 0,this._opts,hl);if(n_.isMap()){let[La,hl]=n_.generate();La&&(this.result.css=La),hl&&(this.result.map=hl)}else n_.clearAnnotation(),this.result.css=n_.css}async(){return this.error?Promise.reject(this.error):Promise.resolve(this.result)}catch(La){return this.async().catch(La)}finally(La){return this.async().then(La,La)}sync(){if(this.error)throw this.error;return this.result}then(La,hl){return this.async().then(La,hl)}toString(){return this._css}warnings(){return[]}};hl.exports=af;af.default=af});var CA=w((La,hl)=>{"use strict";var fl=mA(),yl=EA(),Pl=wA(),Ul=rA(),Gd=class{constructor(La=[]){this.version="8.5.16",this.plugins=this.normalize(La)}normalize(La){let hl=[];for(let fl of La)if(fl.postcss===!0?fl=fl():fl.postcss&&(fl=fl.postcss),typeof fl=="object"&&Array.isArray(fl.plugins))hl=hl.concat(fl.plugins);else if(typeof fl=="object"&&fl.postcssPlugin)hl.push(fl);else if(typeof fl=="function")hl.push(fl);else if(!(typeof fl=="object"&&(fl.parse||fl.stringify)))throw new Error(fl+" is not a PostCSS plugin");return hl}process(La,hl={}){return!this.plugins.length&&!hl.parser&&!hl.stringifier&&!hl.syntax?new Pl(this,La,hl):new yl(this,La,hl)}use(La){return this.plugins=this.plugins.concat(this.normalize([La])),this}};hl.exports=Gd;Gd.default=Gd;Ul.registerProcessor(Gd);fl.registerProcessor(Gd)});var xA=w((La,hl)=>{"use strict";var fl=tA(),yl=I_(),Pl=_m(),Ul=n_(),Gd=N_(),af=mA(),i_=gA(),w_=eA(),pg=EA(),mg=nA(),gg=D_(),sA=oA(),aA=CA(),lA=bA(),cA=rA(),uA=iA(),pA=p_(),dA=yA();function E(...La){return La.length===1&&Array.isArray(La[0])&&(La=La[0]),new aA(La)}E.plugin=function(La,hl){let fl=!1;function n(...yl){console&&console.warn&&!fl&&(fl=!0,console.warn(La+`: postcss.plugin was deprecated. Migration guide:\nhttps://evilmartians.com/chronicles/postcss-8-plugin-migration`));let Pl=hl(...yl);return Pl.postcssPlugin=La,Pl.postcssVersion=(new aA).version,Pl}let yl;return Object.defineProperty(n,"postcss",{get(){return yl||(yl=n()),yl}}),n.process=function(La,hl,fl){return E([n(fl)]).process(La,hl)},n};E.stringify=pA;E.parse=sA;E.fromJSON=i_;E.list=mg;E.comment=La=>new yl(La);E.atRule=La=>new fl(La);E.decl=La=>new Gd(La);E.rule=La=>new uA(La);E.root=La=>new cA(La);E.document=La=>new af(La);E.CssSyntaxError=Ul;E.Declaration=Gd;E.Container=Pl;E.Processor=aA;E.Document=af;E.Comment=yl;E.Warning=dA;E.AtRule=fl;E.Result=lA;E.Input=w_;E.Rule=uA;E.Root=cA;E.Node=gg;pg.registerPostcss(E);hl.exports=E;E.default=E});var DA=w((La,hl)=>{var{Container:fl}=xA(),yl=class extends fl{constructor(La){super(La),this.type="decl",this.isNested=!0,this.nodes||(this.nodes=[])}};hl.exports=yl});var SA=w((La,hl)=>{"use strict";var fl=/[\t\n\f\r "#'()/;[\\\]{}]/g,yl=/[,\t\n\f\r !"#'():;@[\\\]{}]|\/(?=\*)/g,Pl=/.[\r\n"'(/\\]/,Ul=/[\da-f]/i,Gd=/[\n\f\r]/g;hl.exports=function(La,hl={}){let af=La.css.valueOf(),n_=hl.ignoreErrors,i_,p_,w_,D_,I_,N_,_m,pg,mg,gg=af.length,eA=0,tA=[],rA=[],nA;function v(){return eA}function C(hl){throw La.error("Unclosed "+hl,eA)}function q(){return rA.length===0&&eA>=gg}function W(){let La=1,hl=!1,fl=!1;for(;La>0;)p_+=1,af.length<=p_&&C("interpolation"),i_=af.charCodeAt(p_),pg=af.charCodeAt(p_+1),hl?!fl&&i_===hl?(hl=!1,fl=!1):i_===92?fl=!fl:fl&&(fl=!1):i_===39||i_===34?hl=i_:i_===125?La-=1:i_===35&&pg===123&&(La+=1)}function se(La){if(rA.length)return rA.pop();if(eA>=gg)return;let hl=La?La.ignoreUnclosed:!1;switch(i_=af.charCodeAt(eA),i_){case 10:case 32:case 9:case 13:case 12:{p_=eA;do{p_+=1,i_=af.charCodeAt(p_)}while(i_===32||i_===10||i_===9||i_===13||i_===12);mg=["space",af.slice(eA,p_)],eA=p_-1;break}case 91:case 93:case 123:case 125:case 58:case 59:case 41:{let La=String.fromCharCode(i_);mg=[La,La,eA];break}case 44:{mg=["word",",",eA,eA+1];break}case 40:{if(_m=tA.length?tA.pop()[1]:"",pg=af.charCodeAt(eA+1),_m==="url"&&pg!==39&&pg!==34){for(nA=1,N_=!1,p_=eA+1;p_<=af.length-1;){if(pg=af.charCodeAt(p_),pg===92)N_=!N_;else if(pg===40)nA+=1;else if(pg===41&&(nA-=1,nA===0))break;p_+=1}D_=af.slice(eA,p_+1),mg=["brackets",D_,eA,p_],eA=p_}else p_=af.indexOf(")",eA+1),D_=af.slice(eA,p_+1),p_===-1||Pl.test(D_)?mg=["(","(",eA]:(mg=["brackets",D_,eA,p_],eA=p_);break}case 39:case 34:{for(w_=i_,p_=eA,N_=!1;p_{var{Comment:fl}=xA(),yl=aA(),Pl=DA(),Ul=SA(),Gd=class extends yl{atrule(La){let hl=La[1],fl=La;for(;!this.tokenizer.endOfFile();){let La=this.tokenizer.nextToken();if(La[0]==="word"&&La[2]===fl[3]+1)hl+=La[1],fl=La;else{this.tokenizer.back(La);break}}super.atrule(["at-word",hl,La[2],fl[3]])}comment(La){if(La[4]==="inline"){let hl=new fl;this.init(hl,La[2]),hl.raws.inline=!0;let yl=this.input.fromOffset(La[3]);hl.source.end={column:yl.col,line:yl.line,offset:La[3]+1};let Pl=La[1].slice(2);if(/^\s*$/.test(Pl))hl.text="",hl.raws.left=Pl,hl.raws.right="";else{let La=Pl.match(/^(\s*)([^]*\S)(\s*)$/),fl=La[2].replace(/(\*\/|\/\*)/g,"*//*");hl.text=fl,hl.raws.left=La[1],hl.raws.right=La[3],hl.raws.text=La[2]}}else super.comment(La)}createTokenizer(){this.tokenizer=Ul(this.input)}raw(La,hl,fl,yl){if(super.raw(La,hl,fl,yl),La.raws[hl]){let yl=La.raws[hl].raw;La.raws[hl].raw=fl.reduce((La,hl)=>{if(hl[0]==="comment"&&hl[4]==="inline"){let fl=hl[1].slice(2).replace(/(\*\/|\/\*)/g,"*//*");return La+"/*"+fl+"*/"}else return La+hl[1]},""),yl!==La.raws[hl].raw&&(La.raws[hl].scss=yl)}}rule(La){let hl=!1,fl=0,yl="";for(let Pl of La)if(hl)Pl[0]!=="comment"&&Pl[0]!=="{"&&(yl+=Pl[1]);else{if(Pl[0]==="space"&&Pl[1].includes(`\n`))break;Pl[0]==="("?fl+=1:Pl[0]===")"?fl-=1:fl===0&&Pl[0]===":"&&(hl=!0)}if(!hl||yl.trim()===""||/^[#:A-Za-z-]/.test(yl))super.rule(La);else{La.pop();let hl=new Pl;this.init(hl,La[0][2]);let fl;for(let hl=La.length-1;hl>=0;hl--)if(La[hl][0]!=="space"){fl=La[hl];break}if(fl[3]){let La=this.input.fromOffset(fl[3]);hl.source.end={column:La.col,line:La.line,offset:fl[3]+1}}else{let La=this.input.fromOffset(fl[2]);hl.source.end={column:La.col,line:La.line,offset:fl[2]+1}}for(;La[0][0]!=="word";)hl.raws.before+=La.shift()[1];if(La[0][2]){let fl=this.input.fromOffset(La[0][2]);hl.source.start={column:fl.col,line:fl.line,offset:La[0][2]}}for(hl.prop="";La.length;){let fl=La[0][0];if(fl===":"||fl==="space"||fl==="comment")break;hl.prop+=La.shift()[1]}hl.raws.between="";let yl;for(;La.length;)if(yl=La.shift(),yl[0]===":"){hl.raws.between+=yl[1];break}else hl.raws.between+=yl[1];(hl.prop[0]==="_"||hl.prop[0]==="*")&&(hl.raws.before+=hl.prop[0],hl.prop=hl.prop.slice(1)),hl.raws.between+=this.spacesAndCommentsFromStart(La),this.precheckMissedSemicolon(La);for(let fl=La.length-1;fl>0;fl--){if(yl=La[fl],yl[1]==="!important"){hl.important=!0;let yl=this.stringFrom(La,fl);yl=this.spacesFromEnd(La)+yl,yl!==" !important"&&(hl.raws.important=yl);break}else if(yl[1]==="important"){let yl=La.slice(0),Pl="";for(let La=fl;La>0;La--){let hl=yl[La][0];if(Pl.trim().indexOf("!")===0&&hl!=="space")break;Pl=yl.pop()[1]+Pl}Pl.trim().indexOf("!")===0&&(hl.important=!0,hl.raws.important=Pl,La=yl)}if(yl[0]!=="space"&&yl[0]!=="comment")break}this.raw(hl,"value",La),hl.value.includes(":")&&this.checkMissedSemicolon(La),this.current=hl}}};hl.exports=Gd});var TA=w((La,hl)=>{var{Input:fl}=xA(),yl=kA();hl.exports=function(La,hl){let Pl=new fl(La,hl),Ul=new yl(Pl);return Ul.parse(),Ul.root}});var IA=w(La=>{"use strict";Object.defineProperty(La,"__esModule",{value:!0});function $p(La){this.after=La.after,this.before=La.before,this.type=La.type,this.value=La.value,this.sourceIndex=La.sourceIndex}La.default=$p});var BA=w(La=>{"use strict";Object.defineProperty(La,"__esModule",{value:!0});var hl=IA(),fl=Yp(hl);function Yp(La){return La&&La.__esModule?La:{default:La}}function bt(La){var hl=this;this.constructor(La),this.nodes=La.nodes,this.after===void 0&&(this.after=this.nodes.length>0?this.nodes[this.nodes.length-1].after:""),this.before===void 0&&(this.before=this.nodes.length>0?this.nodes[0].before:""),this.sourceIndex===void 0&&(this.sourceIndex=this.before.length),this.nodes.forEach(function(La){La.parent=hl})}bt.prototype=Object.create(fl.default.prototype);bt.constructor=fl.default;bt.prototype.walk=function(La,hl){for(var fl=typeof La=="string"||La instanceof RegExp,yl=fl?hl:La,Pl=typeof La=="string"?new RegExp(La):La,Ul=0;Ul{"use strict";Object.defineProperty(La,"__esModule",{value:!0});La.parseMediaFeature=Da;La.parseMediaQuery=Vs;La.parseMediaList=jp;var hl=IA(),fl=qa(hl),yl=BA(),Pl=qa(yl);function qa(La){return La&&La.__esModule?La:{default:La}}function Da(La){var hl=arguments.length<=1||arguments[1]===void 0?0:arguments[1],fl=[{mode:"normal",character:null}],yl=[],Pl=0,Ul="",Gd=null,af=null,n_=hl,i_=La;La[0]==="("&&La[La.length-1]===")"&&(i_=La.substring(1,La.length-1),n_++);for(var p_=0;p_0&&(yl[p_-1].after=af.before),af.type===void 0){if(p_>0){if(yl[p_-1].type==="media-feature-expression"){af.type="keyword";continue}if(yl[p_-1].value==="not"||yl[p_-1].value==="only"){af.type="media-type";continue}if(yl[p_-1].value==="and"){af.type="media-feature-expression";continue}yl[p_-1].type==="media-type"&&(yl[p_+1]?af.type=yl[p_+1].type==="media-feature-expression"?"keyword":"media-feature-expression":af.type="media-feature-expression")}if(p_===0){if(!yl[p_+1]){af.type="media-type";continue}if(yl[p_+1]&&(yl[p_+1].type==="media-feature-expression"||yl[p_+1].type==="keyword")){af.type="media-type";continue}if(yl[p_+2]){if(yl[p_+2].type==="media-feature-expression"){af.type="media-type",yl[p_+1].type="keyword";continue}if(yl[p_+2].type==="keyword"){af.type="keyword",yl[p_+1].type="media-type";continue}}if(yl[p_+3]&&yl[p_+3].type==="media-feature-expression"){af.type="keyword",yl[p_+1].type="media-type",yl[p_+2].type="keyword";continue}}}return yl}function jp(La){var hl=[],yl=0,Ul=0,Gd=/^(\s*)url\s*\(/.exec(La);if(Gd!==null){for(var af=Gd[0].length,n_=1;n_>0;){var i_=La[af];i_==="("&&n_++,i_===")"&&n_--,af++}hl.unshift(new fl.default({type:"url",value:La.substring(0,af).trim(),sourceIndex:Gd[1].length,before:Gd[1],after:/^(\s*)/.exec(La.substring(af))[1]})),yl=af}for(var p_=yl;p_{"use strict";Object.defineProperty(La,"__esModule",{value:!0});La.default=Jp;var hl=BA(),fl=Xp(hl),yl=FA();function Xp(La){return La&&La.__esModule?La:{default:La}}function Jp(La){return new fl.default({nodes:(0,yl.parseMediaList)(La),type:"media-query-list",value:La.trim()})}});var RA=w((La,hl)=>{hl.exports=function(La,hl){if(hl=typeof hl=="number"?hl:1/0,!hl)return Array.isArray(La)?La.map(function(La){return La}):La;return r(La,1);function r(La,fl){return La.reduce(function(La,yl){return Array.isArray(yl)&&fl{hl.exports=function(La,hl){for(var fl=-1,yl=[];(fl=La.indexOf(hl,fl+1))!==-1;)yl.push(fl);return yl}});var OA=w((La,hl)=>{"use strict";function th(La,hl){for(var fl=1,yl=La.length,Pl=La[0],Ul=La[0],Gd=1;Gd{"use strict";La.__esModule=!0;var fl=typeof Symbol=="function"&&typeof Symbol.iterator=="symbol"?function(La){return typeof La}:function(La){return La&&typeof Symbol=="function"&&La.constructor===Symbol&&La!==Symbol.prototype?"symbol":typeof La};function nh(La,hl){if(!(La instanceof hl))throw new TypeError("Cannot call a class as a function")}var yl=function t(La,hl){if((typeof La>"u"?"undefined":fl(La))!=="object")return La;var yl=new La.constructor;for(var Pl in La)if(La.hasOwnProperty(Pl)){var Ul=La[Pl],Gd=typeof Ul>"u"?"undefined":fl(Ul);Pl==="parent"&&Gd==="object"?hl&&(yl[Pl]=hl):Ul instanceof Array?yl[Pl]=Ul.map(function(La){return t(La,yl)}):yl[Pl]=t(Ul,yl)}return yl},Pl=function(){function t(){var La=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};nh(this,t);for(var hl in La)this[hl]=La[hl];var fl=La.spaces;fl=fl===void 0?{}:fl;var yl=fl.before,Pl=yl===void 0?"":yl,Ul=fl.after,Gd=Ul===void 0?"":Ul;this.spaces={before:Pl,after:Gd}}return t.prototype.remove=function(){return this.parent&&this.parent.removeChild(this),this.parent=void 0,this},t.prototype.replaceWith=function(){if(this.parent){for(var La in arguments)this.parent.insertBefore(this,arguments[La]);this.remove()}return this},t.prototype.next=function(){return this.parent.at(this.parent.index(this)+1)},t.prototype.prev=function(){return this.parent.at(this.parent.index(this)-1)},t.prototype.clone=function(){var La=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},hl=yl(this);for(var fl in La)hl[fl]=La[fl];return hl},t.prototype.toString=function(){return[this.spaces.before,String(this.value),this.spaces.after].join("")},t}();La.default=Pl;hl.exports=La.default});var LA=w(La=>{"use strict";La.__esModule=!0;var hl=La.TAG="tag",fl=La.STRING="string",yl=La.SELECTOR="selector",Pl=La.ROOT="root",Ul=La.PSEUDO="pseudo",Gd=La.NESTING="nesting",af=La.ID="id",n_=La.COMMENT="comment",i_=La.COMBINATOR="combinator",p_=La.CLASS="class",w_=La.ATTRIBUTE="attribute",D_=La.UNIVERSAL="universal"});var MA=w((La,hl)=>{"use strict";La.__esModule=!0;var fl=function(){function t(La,hl){for(var fl=0;fl=La&&(this.indexes[fl]=hl-1);return this},e.prototype.removeAll=function(){for(var La=this.nodes,hl=Array.isArray(La),fl=0,La=hl?La:La[Symbol.iterator]();;){var yl;if(hl){if(fl>=La.length)break;yl=La[fl++]}else{if(fl=La.next(),fl.done)break;yl=fl.value}var Pl=yl;Pl.parent=void 0}return this.nodes=[],this},e.prototype.empty=function(){return this.removeAll()},e.prototype.insertAfter=function(La,hl){var fl=this.index(La);this.nodes.splice(fl+1,0,hl);var yl=void 0;for(var Pl in this.indexes)yl=this.indexes[Pl],fl<=yl&&(this.indexes[Pl]=yl+this.nodes.length);return this},e.prototype.insertBefore=function(La,hl){var fl=this.index(La);this.nodes.splice(fl,0,hl);var yl=void 0;for(var Pl in this.indexes)yl=this.indexes[Pl],fl<=yl&&(this.indexes[Pl]=yl+this.nodes.length);return this},e.prototype.each=function(La){this.lastEach||(this.lastEach=0),this.indexes||(this.indexes={}),this.lastEach++;var hl=this.lastEach;if(this.indexes[hl]=0,!!this.length){for(var fl=void 0,yl=void 0;this.indexes[hl]{"use strict";La.__esModule=!0;var fl=MA(),yl=xh(fl),Pl=LA();function xh(La){return La&&La.__esModule?La:{default:La}}function _h(La,hl){if(!(La instanceof hl))throw new TypeError("Cannot call a class as a function")}function bh(La,hl){if(!La)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return hl&&(typeof hl=="object"||typeof hl=="function")?hl:La}function Eh(La,hl){if(typeof hl!="function"&&hl!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof hl);La.prototype=Object.create(hl&&hl.prototype,{constructor:{value:La,enumerable:!1,writable:!0,configurable:!0}}),hl&&(Object.setPrototypeOf?Object.setPrototypeOf(La,hl):La.__proto__=hl)}var Ul=function(La){Eh(e,La);function e(hl){_h(this,e);var fl=bh(this,La.call(this,hl));return fl.type=Pl.ROOT,fl}return e.prototype.toString=function(){var La=this.reduce(function(La,hl){var fl=String(hl);return fl?La+fl+",":""},"").slice(0,-1);return this.trailingComma?La+",":La},e}(yl.default);La.default=Ul;hl.exports=La.default});var UA=w((La,hl)=>{"use strict";La.__esModule=!0;var fl=MA(),yl=Ah(fl),Pl=LA();function Ah(La){return La&&La.__esModule?La:{default:La}}function Ch(La,hl){if(!(La instanceof hl))throw new TypeError("Cannot call a class as a function")}function Nh(La,hl){if(!La)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return hl&&(typeof hl=="object"||typeof hl=="function")?hl:La}function Ph(La,hl){if(typeof hl!="function"&&hl!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof hl);La.prototype=Object.create(hl&&hl.prototype,{constructor:{value:La,enumerable:!1,writable:!0,configurable:!0}}),hl&&(Object.setPrototypeOf?Object.setPrototypeOf(La,hl):La.__proto__=hl)}var Ul=function(La){Ph(e,La);function e(hl){Ch(this,e);var fl=Nh(this,La.call(this,hl));return fl.type=Pl.SELECTOR,fl}return e}(yl.default);La.default=Ul;hl.exports=La.default});var GA=w((La,hl)=>{"use strict";La.__esModule=!0;var fl=function(){function t(La,hl){for(var fl=0;fl{"use strict";La.__esModule=!0;var fl=GA(),yl=Yh(fl),Pl=LA();function Yh(La){return La&&La.__esModule?La:{default:La}}function Vh(La,hl){if(!(La instanceof hl))throw new TypeError("Cannot call a class as a function")}function zh(La,hl){if(!La)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return hl&&(typeof hl=="object"||typeof hl=="function")?hl:La}function jh(La,hl){if(typeof hl!="function"&&hl!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof hl);La.prototype=Object.create(hl&&hl.prototype,{constructor:{value:La,enumerable:!1,writable:!0,configurable:!0}}),hl&&(Object.setPrototypeOf?Object.setPrototypeOf(La,hl):La.__proto__=hl)}var Ul=function(La){jh(e,La);function e(hl){Vh(this,e);var fl=zh(this,La.call(this,hl));return fl.type=Pl.CLASS,fl}return e.prototype.toString=function(){return[this.spaces.before,this.ns,"."+this.value,this.spaces.after].join("")},e}(yl.default);La.default=Ul;hl.exports=La.default});var $A=w((La,hl)=>{"use strict";La.__esModule=!0;var fl=QA(),yl=Jh(fl),Pl=LA();function Jh(La){return La&&La.__esModule?La:{default:La}}function Zh(La,hl){if(!(La instanceof hl))throw new TypeError("Cannot call a class as a function")}function ed(La,hl){if(!La)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return hl&&(typeof hl=="object"||typeof hl=="function")?hl:La}function td(La,hl){if(typeof hl!="function"&&hl!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof hl);La.prototype=Object.create(hl&&hl.prototype,{constructor:{value:La,enumerable:!1,writable:!0,configurable:!0}}),hl&&(Object.setPrototypeOf?Object.setPrototypeOf(La,hl):La.__proto__=hl)}var Ul=function(La){td(e,La);function e(hl){Zh(this,e);var fl=ed(this,La.call(this,hl));return fl.type=Pl.COMMENT,fl}return e}(yl.default);La.default=Ul;hl.exports=La.default});var JA=w((La,hl)=>{"use strict";La.__esModule=!0;var fl=GA(),yl=od(fl),Pl=LA();function od(La){return La&&La.__esModule?La:{default:La}}function ad(La,hl){if(!(La instanceof hl))throw new TypeError("Cannot call a class as a function")}function ud(La,hl){if(!La)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return hl&&(typeof hl=="object"||typeof hl=="function")?hl:La}function ld(La,hl){if(typeof hl!="function"&&hl!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof hl);La.prototype=Object.create(hl&&hl.prototype,{constructor:{value:La,enumerable:!1,writable:!0,configurable:!0}}),hl&&(Object.setPrototypeOf?Object.setPrototypeOf(La,hl):La.__proto__=hl)}var Ul=function(La){ld(e,La);function e(hl){ad(this,e);var fl=ud(this,La.call(this,hl));return fl.type=Pl.ID,fl}return e.prototype.toString=function(){return[this.spaces.before,this.ns,"#"+this.value,this.spaces.after].join("")},e}(yl.default);La.default=Ul;hl.exports=La.default});var HA=w((La,hl)=>{"use strict";La.__esModule=!0;var fl=GA(),yl=dd(fl),Pl=LA();function dd(La){return La&&La.__esModule?La:{default:La}}function md(La,hl){if(!(La instanceof hl))throw new TypeError("Cannot call a class as a function")}function yd(La,hl){if(!La)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return hl&&(typeof hl=="object"||typeof hl=="function")?hl:La}function gd(La,hl){if(typeof hl!="function"&&hl!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof hl);La.prototype=Object.create(hl&&hl.prototype,{constructor:{value:La,enumerable:!1,writable:!0,configurable:!0}}),hl&&(Object.setPrototypeOf?Object.setPrototypeOf(La,hl):La.__proto__=hl)}var Ul=function(La){gd(e,La);function e(hl){md(this,e);var fl=yd(this,La.call(this,hl));return fl.type=Pl.TAG,fl}return e}(yl.default);La.default=Ul;hl.exports=La.default});var VA=w((La,hl)=>{"use strict";La.__esModule=!0;var fl=QA(),yl=bd(fl),Pl=LA();function bd(La){return La&&La.__esModule?La:{default:La}}function Ed(La,hl){if(!(La instanceof hl))throw new TypeError("Cannot call a class as a function")}function Sd(La,hl){if(!La)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return hl&&(typeof hl=="object"||typeof hl=="function")?hl:La}function Td(La,hl){if(typeof hl!="function"&&hl!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof hl);La.prototype=Object.create(hl&&hl.prototype,{constructor:{value:La,enumerable:!1,writable:!0,configurable:!0}}),hl&&(Object.setPrototypeOf?Object.setPrototypeOf(La,hl):La.__proto__=hl)}var Ul=function(La){Td(e,La);function e(hl){Ed(this,e);var fl=Sd(this,La.call(this,hl));return fl.type=Pl.STRING,fl}return e}(yl.default);La.default=Ul;hl.exports=La.default});var WA=w((La,hl)=>{"use strict";La.__esModule=!0;var fl=MA(),yl=Nd(fl),Pl=LA();function Nd(La){return La&&La.__esModule?La:{default:La}}function Pd(La,hl){if(!(La instanceof hl))throw new TypeError("Cannot call a class as a function")}function Rd(La,hl){if(!La)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return hl&&(typeof hl=="object"||typeof hl=="function")?hl:La}function Id(La,hl){if(typeof hl!="function"&&hl!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof hl);La.prototype=Object.create(hl&&hl.prototype,{constructor:{value:La,enumerable:!1,writable:!0,configurable:!0}}),hl&&(Object.setPrototypeOf?Object.setPrototypeOf(La,hl):La.__proto__=hl)}var Ul=function(La){Id(e,La);function e(hl){Pd(this,e);var fl=Rd(this,La.call(this,hl));return fl.type=Pl.PSEUDO,fl}return e.prototype.toString=function(){var La=this.length?"("+this.map(String).join(",")+")":"";return[this.spaces.before,String(this.value),La,this.spaces.after].join("")},e}(yl.default);La.default=Ul;hl.exports=La.default});var zA=w((La,hl)=>{"use strict";La.__esModule=!0;var fl=GA(),yl=Bd(fl),Pl=LA();function Bd(La){return La&&La.__esModule?La:{default:La}}function Ud(La,hl){if(!(La instanceof hl))throw new TypeError("Cannot call a class as a function")}function Fd(La,hl){if(!La)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return hl&&(typeof hl=="object"||typeof hl=="function")?hl:La}function Wd(La,hl){if(typeof hl!="function"&&hl!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof hl);La.prototype=Object.create(hl&&hl.prototype,{constructor:{value:La,enumerable:!1,writable:!0,configurable:!0}}),hl&&(Object.setPrototypeOf?Object.setPrototypeOf(La,hl):La.__proto__=hl)}var Ul=function(La){Wd(e,La);function e(hl){Ud(this,e);var fl=Fd(this,La.call(this,hl));return fl.type=Pl.ATTRIBUTE,fl.raws={},fl}return e.prototype.toString=function(){var La=[this.spaces.before,"[",this.ns,this.attribute];return this.operator&&La.push(this.operator),this.value&&La.push(this.value),this.raws.insensitive?La.push(this.raws.insensitive):this.insensitive&&La.push(" i"),La.push("]"),La.concat(this.spaces.after).join("")},e}(yl.default);La.default=Ul;hl.exports=La.default});var YA=w((La,hl)=>{"use strict";La.__esModule=!0;var fl=GA(),yl=zd(fl),Pl=LA();function zd(La){return La&&La.__esModule?La:{default:La}}function jd(La,hl){if(!(La instanceof hl))throw new TypeError("Cannot call a class as a function")}function Hd(La,hl){if(!La)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return hl&&(typeof hl=="object"||typeof hl=="function")?hl:La}function Qd(La,hl){if(typeof hl!="function"&&hl!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof hl);La.prototype=Object.create(hl&&hl.prototype,{constructor:{value:La,enumerable:!1,writable:!0,configurable:!0}}),hl&&(Object.setPrototypeOf?Object.setPrototypeOf(La,hl):La.__proto__=hl)}var Ul=function(La){Qd(e,La);function e(hl){jd(this,e);var fl=Hd(this,La.call(this,hl));return fl.type=Pl.UNIVERSAL,fl.value="*",fl}return e}(yl.default);La.default=Ul;hl.exports=La.default});var KA=w((La,hl)=>{"use strict";La.__esModule=!0;var fl=QA(),yl=em(fl),Pl=LA();function em(La){return La&&La.__esModule?La:{default:La}}function tm(La,hl){if(!(La instanceof hl))throw new TypeError("Cannot call a class as a function")}function rm(La,hl){if(!La)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return hl&&(typeof hl=="object"||typeof hl=="function")?hl:La}function sm(La,hl){if(typeof hl!="function"&&hl!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof hl);La.prototype=Object.create(hl&&hl.prototype,{constructor:{value:La,enumerable:!1,writable:!0,configurable:!0}}),hl&&(Object.setPrototypeOf?Object.setPrototypeOf(La,hl):La.__proto__=hl)}var Ul=function(La){sm(e,La);function e(hl){tm(this,e);var fl=rm(this,La.call(this,hl));return fl.type=Pl.COMBINATOR,fl}return e}(yl.default);La.default=Ul;hl.exports=La.default});var XA=w((La,hl)=>{"use strict";La.__esModule=!0;var fl=QA(),yl=um(fl),Pl=LA();function um(La){return La&&La.__esModule?La:{default:La}}function lm(La,hl){if(!(La instanceof hl))throw new TypeError("Cannot call a class as a function")}function cm(La,hl){if(!La)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return hl&&(typeof hl=="object"||typeof hl=="function")?hl:La}function fm(La,hl){if(typeof hl!="function"&&hl!==null)throw new TypeError("Super expression must either be null or a function, not "+typeof hl);La.prototype=Object.create(hl&&hl.prototype,{constructor:{value:La,enumerable:!1,writable:!0,configurable:!0}}),hl&&(Object.setPrototypeOf?Object.setPrototypeOf(La,hl):La.__proto__=hl)}var Ul=function(La){fm(e,La);function e(hl){lm(this,e);var fl=cm(this,La.call(this,hl));return fl.type=Pl.NESTING,fl.value="&",fl}return e}(yl.default);La.default=Ul;hl.exports=La.default});var ZA=w((La,hl)=>{"use strict";La.__esModule=!0;La.default=hm;function hm(La){return La.sort(function(La,hl){return La-hl})}hl.exports=La.default});var hy=w((La,hl)=>{"use strict";La.__esModule=!0;La.default=Sm;var fl=39,yl=34,Pl=92,Ul=47,Gd=10,af=32,n_=12,i_=9,p_=13,w_=43,D_=62,I_=126,N_=124,_m=44,pg=40,mg=41,gg=91,eA=93,tA=59,rA=42,nA=58,iA=38,sA=64,aA=/[ \n\t\r\{\(\)'"\\;/]/g,oA=/[ \n\t\r\(\)\*:;@!&'"\+\|~>,\[\]\\]|\/(?=\*)/g;function Sm(La){for(var hl=[],lA=La.css.valueOf(),cA=void 0,uA=void 0,pA=void 0,dA=void 0,hA=void 0,fA=void 0,_A=void 0,mA=void 0,gA=void 0,AA=void 0,yA=void 0,bA=lA.length,vA=-1,EA=1,wA=0,g=function(hl,fl){if(La.safe)lA+=fl,uA=lA.length-1;else throw La.error("Unclosed "+hl,EA,wA-vA,wA)};wA0?(mA=EA+hA,gA=uA-dA[hA].length):(mA=EA,gA=vA),hl.push(["comment",fA,EA,wA-vA,mA,uA-gA,wA]),vA=gA,EA=mA,wA=uA):(oA.lastIndex=wA+1,oA.test(lA),oA.lastIndex===0?uA=lA.length-1:uA=oA.lastIndex-2,hl.push(["word",lA.slice(wA,uA+1),EA,wA-vA,EA,uA-vA,wA]),wA=uA);break}wA++}return hl}hl.exports=La.default});var gy=w((La,hl)=>{"use strict";La.__esModule=!0;var fl=function(){function t(La,hl){for(var fl=0;fl1?(Pl[0]===""&&(Pl[0]=!0),Ul.attribute=this.parseValue(Pl[2]),Ul.namespace=this.parseNamespace(Pl[0])):Ul.attribute=this.parseValue(yl[0]),hl=new oA.default(Ul),yl[2]){var Gd=yl[2].split(/(\s+i\s*?)$/),af=Gd[0].trim();hl.value=this.lossy?af:Gd[0],Gd[1]&&(hl.insensitive=!0,this.lossy||(hl.raws.insensitive=Gd[1])),hl.quoted=af[0]==="'"||af[0]==='"',hl.raws.unquoted=hl.quoted?af.slice(1,-1):af}this.newNode(hl),this.position++},t.prototype.combinator=function(){if(this.currToken[1]==="|")return this.namespace();for(var La=new pA.default({value:"",source:{start:{line:this.currToken[2],column:this.currToken[3]},end:{line:this.currToken[2],column:this.currToken[3]}},sourceIndex:this.currToken[4]});this.position1&&La.nextToken&&La.nextToken[0]==="("&&La.error("Misplaced parenthesis.")})}else this.error('Unexpected "'+this.currToken[0]+'" found.')},t.prototype.space=function(){var La=this.currToken;this.position===0||this.prevToken[0]===","||this.prevToken[0]==="("?(this.spaces=this.parseSpace(La[1]),this.position++):this.position===this.tokens.length-1||this.nextToken[0]===","||this.nextToken[0]===")"?(this.current.last.spaces.after=this.parseSpace(La[1]),this.position++):this.combinator()},t.prototype.string=function(){var La=this.currToken;this.newNode(new nA.default({value:this.currToken[1],source:{start:{line:La[2],column:La[3]},end:{line:La[4],column:La[5]}},sourceIndex:La[6]})),this.position++},t.prototype.universal=function(La){var hl=this.nextToken;if(hl&&hl[1]==="|")return this.position++,this.namespace();this.newNode(new cA.default({value:this.currToken[1],source:{start:{line:this.currToken[2],column:this.currToken[3]},end:{line:this.currToken[2],column:this.currToken[3]}},sourceIndex:this.currToken[4]}),La),this.position++},t.prototype.splitWord=function(La,hl){for(var fl=this,yl=this.nextToken,Ul=this.currToken[1];yl&&yl[0]==="word";){this.position++;var af=this.currToken[1];if(Ul+=af,af.lastIndexOf("\\")===af.length-1){var i_=this.nextToken;i_&&i_[0]==="space"&&(Ul+=this.parseSpace(i_[1]," "),this.position++)}yl=this.nextToken}var p_=(0,Gd.default)(Ul,"."),w_=(0,Gd.default)(Ul,"#"),D_=(0,Gd.default)(Ul,"#{");D_.length&&(w_=w_.filter(function(La){return!~D_.indexOf(La)}));var I_=(0,_A.default)((0,n_.default)((0,Pl.default)([[0],p_,w_])));I_.forEach(function(yl,Pl){var Gd=I_[Pl+1]||Ul.length,af=Ul.slice(yl,Gd);if(Pl===0&&hl)return hl.call(fl,af,I_.length);var n_=void 0;~p_.indexOf(yl)?n_=new N_.default({value:af.slice(1),source:{start:{line:fl.currToken[2],column:fl.currToken[3]+yl},end:{line:fl.currToken[4],column:fl.currToken[3]+(Gd-1)}},sourceIndex:fl.currToken[6]+I_[Pl]}):~w_.indexOf(yl)?n_=new gg.default({value:af.slice(1),source:{start:{line:fl.currToken[2],column:fl.currToken[3]+yl},end:{line:fl.currToken[4],column:fl.currToken[3]+(Gd-1)}},sourceIndex:fl.currToken[6]+I_[Pl]}):n_=new tA.default({value:af,source:{start:{line:fl.currToken[2],column:fl.currToken[3]+yl},end:{line:fl.currToken[4],column:fl.currToken[3]+(Gd-1)}},sourceIndex:fl.currToken[6]+I_[Pl]}),fl.newNode(n_,La)}),this.position++},t.prototype.word=function(La){var hl=this.nextToken;return hl&&hl[1]==="|"?(this.position++,this.namespace()):this.splitWord(La)},t.prototype.loop=function(){for(;this.position{"use strict";La.__esModule=!0;var fl=function(){function t(La,hl){for(var fl=0;fl1&&arguments[1]!==void 0?arguments[1]:{},fl=new Pl.default({css:La,error:function(La){throw new Error(La)},options:hl});return this.res=fl,this.func(fl),this},fl(t,[{key:"result",get:function(){return String(this.res)}}]),t}();La.default=Ul;hl.exports=La.default});var wy=w((La,hl)=>{"use strict";var nn=function(La,hl){let fl=new La.constructor;for(let yl in La){if(!La.hasOwnProperty(yl))continue;let Pl=La[yl],Ul=typeof Pl;yl==="parent"&&Ul==="object"?hl&&(fl[yl]=hl):yl==="source"?fl[yl]=Pl:Pl instanceof Array?fl[yl]=Pl.map(La=>nn(La,fl)):yl!=="before"&&yl!=="after"&&yl!=="between"&&yl!=="semicolon"&&(Ul==="object"&&Pl!==null&&(Pl=nn(Pl)),fl[yl]=Pl)}return fl};hl.exports=class{constructor(La){La=La||{},this.raws={before:"",after:""};for(let hl in La)this[hl]=La[hl]}remove(){return this.parent&&this.parent.removeChild(this),this.parent=void 0,this}toString(){return[this.raws.before,String(this.value),this.raws.after].join("")}clone(La){La=La||{};let hl=nn(this);for(let fl in La)hl[fl]=La[fl];return hl}cloneBefore(La){La=La||{};let hl=this.clone(La);return this.parent.insertBefore(this,hl),hl}cloneAfter(La){La=La||{};let hl=this.clone(La);return this.parent.insertAfter(this,hl),hl}replaceWith(){let La=Array.prototype.slice.call(arguments);if(this.parent){for(let hl of La)this.parent.insertBefore(this,hl);this.remove()}return this}moveTo(La){return this.cleanRaws(this.root()===La.root()),this.remove(),La.append(this),this}moveBefore(La){return this.cleanRaws(this.root()===La.root()),this.remove(),La.parent.insertBefore(La,this),this}moveAfter(La){return this.cleanRaws(this.root()===La.root()),this.remove(),La.parent.insertAfter(La,this),this}next(){let La=this.parent.index(this);return this.parent.nodes[La+1]}prev(){let La=this.parent.index(this);return this.parent.nodes[La-1]}toJSON(){let La={};for(let hl in this){if(!this.hasOwnProperty(hl)||hl==="parent")continue;let fl=this[hl];fl instanceof Array?La[hl]=fl.map(La=>typeof La=="object"&&La.toJSON?La.toJSON():La):typeof fl=="object"&&fl.toJSON?La[hl]=fl.toJSON():La[hl]=fl}return La}root(){let La=this;for(;La.parent;)La=La.parent;return La}cleanRaws(La){delete this.raws.before,delete this.raws.after,La||delete this.raws.between}positionInside(La){let hl=this.toString(),fl=this.source.start.column,yl=this.source.start.line;for(let Pl=0;Pl{"use strict";var fl=wy(),yl=class extends fl{constructor(La){super(La),this.nodes||(this.nodes=[])}push(La){return La.parent=this,this.nodes.push(La),this}each(La){this.lastEach||(this.lastEach=0),this.indexes||(this.indexes={}),this.lastEach+=1;let hl=this.lastEach,fl,yl;if(this.indexes[hl]=0,!!this.nodes){for(;this.indexes[hl]{let yl=La(hl,fl);return yl!==!1&&hl.walk&&(yl=hl.walk(La)),yl})}walkType(La,hl){if(!La||!hl)throw new Error("Parameters {type} and {callback} are required.");let fl=typeof La=="function";return this.walk((yl,Pl)=>{if(fl&&yl instanceof La||!fl&&yl.type===La)return hl.call(this,yl,Pl)})}append(La){return La.parent=this,this.nodes.push(La),this}prepend(La){return La.parent=this,this.nodes.unshift(La),this}cleanRaws(La){if(super.cleanRaws(La),this.nodes)for(let hl of this.nodes)hl.cleanRaws(La)}insertAfter(La,hl){let fl=this.index(La),yl;this.nodes.splice(fl+1,0,hl);for(let La in this.indexes)yl=this.indexes[La],fl<=yl&&(this.indexes[La]=yl+this.nodes.length);return this}insertBefore(La,hl){let fl=this.index(La),yl;this.nodes.splice(fl,0,hl);for(let La in this.indexes)yl=this.indexes[La],fl<=yl&&(this.indexes[La]=yl+this.nodes.length);return this}removeChild(La){La=this.index(La),this.nodes[La].parent=void 0,this.nodes.splice(La,1);let hl;for(let fl in this.indexes)hl=this.indexes[fl],hl>=La&&(this.indexes[fl]=hl-1);return this}removeAll(){for(let La of this.nodes)La.parent=void 0;return this.nodes=[],this}every(La){return this.nodes.every(La)}some(La){return this.nodes.some(La)}index(La){return typeof La=="number"?La:this.nodes.indexOf(La)}get first(){if(this.nodes)return this.nodes[0]}get last(){if(this.nodes)return this.nodes[this.nodes.length-1]}toString(){let La=this.nodes.map(String).join("");return this.value&&(La=this.value+La),this.raws.before&&(La=this.raws.before+La),this.raws.after&&(La+=this.raws.after),La}};yl.registerWalker=La=>{let hl="walk"+La.name;hl.lastIndexOf("s")!==hl.length-1&&(hl+="s"),!yl.prototype[hl]&&(yl.prototype[hl]=function(hl){return this.walkType(La,hl)})};hl.exports=yl});var Ty=w((La,hl)=>{"use strict";var fl=Sy();hl.exports=class extends fl{constructor(La){super(La),this.type="root"}}});var Zy=w((La,hl)=>{"use strict";var fl=Sy();hl.exports=class extends fl{constructor(La){super(La),this.type="value",this.unbalanced=0}}});var kb=w((La,hl)=>{"use strict";var fl=Sy(),yl=class extends fl{constructor(La){super(La),this.type="atword"}toString(){let La=this.quoted?this.raws.quote:"";return[this.raws.before,"@",String.prototype.toString.call(this.value),this.raws.after].join("")}};fl.registerWalker(yl);hl.exports=yl});var Rb=w((La,hl)=>{"use strict";var fl=Sy(),yl=wy(),Pl=class extends yl{constructor(La){super(La),this.type="colon"}};fl.registerWalker(Pl);hl.exports=Pl});var Nb=w((La,hl)=>{"use strict";var fl=Sy(),yl=wy(),Pl=class extends yl{constructor(La){super(La),this.type="comma"}};fl.registerWalker(Pl);hl.exports=Pl});var Ob=w((La,hl)=>{"use strict";var fl=Sy(),yl=wy(),Pl=class extends yl{constructor(La){super(La),this.type="comment",this.inline=Object(La).inline||!1}toString(){return[this.raws.before,this.inline?"//":"/*",String(this.value),this.inline?"":"*/",this.raws.after].join("")}};fl.registerWalker(Pl);hl.exports=Pl});var jb=w((La,hl)=>{"use strict";var fl=Sy(),yl=class extends fl{constructor(La){super(La),this.type="func",this.unbalanced=-1}};fl.registerWalker(yl);hl.exports=yl});var Gb=w((La,hl)=>{"use strict";var fl=Sy(),yl=wy(),Pl=class extends yl{constructor(La){super(La),this.type="number",this.unit=Object(La).unit||""}toString(){return[this.raws.before,String(this.value),this.unit,this.raws.after].join("")}};fl.registerWalker(Pl);hl.exports=Pl});var Hb=w((La,hl)=>{"use strict";var fl=Sy(),yl=wy(),Pl=class extends yl{constructor(La){super(La),this.type="operator"}};fl.registerWalker(Pl);hl.exports=Pl});var Xb=w((La,hl)=>{"use strict";var fl=Sy(),yl=wy(),Pl=class extends yl{constructor(La){super(La),this.type="paren",this.parenType=""}};fl.registerWalker(Pl);hl.exports=Pl});var Zb=w((La,hl)=>{"use strict";var fl=Sy(),yl=wy(),Pl=class extends yl{constructor(La){super(La),this.type="string"}toString(){let La=this.quoted?this.raws.quote:"";return[this.raws.before,La,this.value+"",La,this.raws.after].join("")}};fl.registerWalker(Pl);hl.exports=Pl});var Qv=w((La,hl)=>{"use strict";var fl=Sy(),yl=wy(),Pl=class extends yl{constructor(La){super(La),this.type="word"}};fl.registerWalker(Pl);hl.exports=Pl});var Vv=w((La,hl)=>{"use strict";var fl=Sy(),yl=wy(),Pl=class extends yl{constructor(La){super(La),this.type="unicode-range"}};fl.registerWalker(Pl);hl.exports=Pl});var tE=w((La,hl)=>{"use strict";var fl=class extends Error{constructor(La){super(La),this.name=this.constructor.name,this.message=La||"An error ocurred while tokzenizing.",typeof Error.captureStackTrace=="function"?Error.captureStackTrace(this,this.constructor):this.stack=new Error(La).stack}};hl.exports=fl});var aE=w((La,hl)=>{"use strict";var fl=/[ \n\t\r\{\(\)'"\\;,/]/g,yl=/[ \n\t\r\(\)\{\}\*:;@!&'"\+\|~>,\[\]\\]|\/(?=\*)/g,Pl=/[ \n\t\r\(\)\{\}\*:;@!&'"\-\+\|~>,\[\]\\]|\//g,Ul=/^[a-z0-9]/i,Gd=/^[a-f0-9?\-]/i,af=tE();hl.exports=function(La,hl){hl=hl||{};let n_=[],i_=La.valueOf(),p_=i_.length,w_=-1,D_=1,I_=0,N_=0,_m=null,pg,mg,gg,eA,tA,rA,nA,iA,sA,aA,oA,lA;function se(La){let hl=`Unclosed ${La} at line: ${D_}, column: ${I_-w_}, token: ${I_}`;throw new af(hl)}function ye(){let La=`Syntax error at line: ${D_}, column: ${I_-w_}, token: ${I_}`;throw new af(La)}for(;I_0&&n_[n_.length-1][0]==="word"&&n_[n_.length-1][1]==="url",n_.push(["(","(",D_,I_-w_,D_,mg-w_,I_]);break;case 41:N_--,_m=_m&&N_>0,n_.push([")",")",D_,I_-w_,D_,mg-w_,I_]);break;case 39:case 34:gg=pg===39?"'":'"',mg=I_;do{for(aA=!1,mg=i_.indexOf(gg,mg+1),mg===-1&&se("quote",gg),oA=mg;i_.charCodeAt(oA-1)===92;)oA-=1,aA=!aA}while(aA);n_.push(["string",i_.slice(I_,mg+1),D_,I_-w_,D_,mg-w_,I_]),I_=mg;break;case 64:fl.lastIndex=I_+1,fl.test(i_),fl.lastIndex===0?mg=i_.length-1:mg=fl.lastIndex-2,n_.push(["atword",i_.slice(I_,mg+1),D_,I_-w_,D_,mg-w_,I_]),I_=mg;break;case 92:mg=I_,pg=i_.charCodeAt(mg+1),nA&&pg!==47&&pg!==32&&pg!==10&&pg!==9&&pg!==13&&pg!==12&&(mg+=1),n_.push(["word",i_.slice(I_,mg+1),D_,I_-w_,D_,mg-w_,I_]),I_=mg;break;case 43:case 45:case 42:mg=I_+1,lA=i_.slice(I_+1,mg+1);let La=i_.slice(I_-1,I_);if(pg===45&&lA.charCodeAt(0)===45){mg++,n_.push(["word",i_.slice(I_,mg),D_,I_-w_,D_,mg-w_,I_]),I_=mg-1;break}n_.push(["operator",i_.slice(I_,mg),D_,I_-w_,D_,mg-w_,I_]),I_=mg-1;break;default:if(pg===47&&(i_.charCodeAt(I_+1)===42||hl.loose&&!_m&&i_.charCodeAt(I_+1)===47)){if(i_.charCodeAt(I_+1)===42)mg=i_.indexOf("*/",I_+2)+1,mg===0&&se("comment","*/");else{let La=i_.indexOf(`\n`,I_+2);mg=La!==-1?La-1:p_}rA=i_.slice(I_,mg+1),eA=rA.split(`\n`),tA=eA.length-1,tA>0?(iA=D_+tA,sA=mg-eA[tA].length):(iA=D_,sA=w_),n_.push(["comment",rA,D_,I_-w_,iA,mg-sA,I_]),w_=sA,D_=iA,I_=mg}else if(pg===35&&!Ul.test(i_.slice(I_+1,I_+2)))mg=I_+1,n_.push(["#",i_.slice(I_,mg),D_,I_-w_,D_,mg-w_,I_]),I_=mg-1;else if((pg===117||pg===85)&&i_.charCodeAt(I_+1)===43){mg=I_+2;do{mg+=1,pg=i_.charCodeAt(mg)}while(mg=48&&pg<=57&&(La=Pl),La.lastIndex=I_+1,La.test(i_),La.lastIndex===0?mg=i_.length-1:mg=La.lastIndex-2,La===Pl||pg===46){let La=i_.charCodeAt(mg),hl=i_.charCodeAt(mg+1),fl=i_.charCodeAt(mg+2);(La===101||La===69)&&(hl===45||hl===43)&&fl>=48&&fl<=57&&(Pl.lastIndex=mg+2,Pl.test(i_),Pl.lastIndex===0?mg=i_.length-1:mg=Pl.lastIndex-2)}n_.push(["word",i_.slice(I_,mg+1),D_,I_-w_,D_,mg-w_,I_]),I_=mg}break}I_++}return n_}});var lE=w((La,hl)=>{"use strict";var fl=class extends Error{constructor(La){super(La),this.name=this.constructor.name,this.message=La||"An error ocurred while parsing.",typeof Error.captureStackTrace=="function"?Error.captureStackTrace(this,this.constructor):this.stack=new Error(La).stack}};hl.exports=fl});var hE=w((La,hl)=>{"use strict";var fl=Ty(),yl=Zy(),Pl=kb(),Ul=Rb(),Gd=Nb(),af=Ob(),n_=jb(),i_=Gb(),p_=Hb(),w_=Xb(),D_=Zb(),I_=Qv(),N_=Vv(),_m=aE(),pg=RA(),mg=NA(),gg=OA(),eA=lE();function tg(La){return La.sort((La,hl)=>La-hl)}hl.exports=class{constructor(La,hl){let Pl={loose:!1};this.cache=[],this.input=La,this.options=Object.assign({},Pl,hl),this.position=0,this.unbalanced=0,this.root=new fl;let Ul=new yl;this.root.append(Ul),this.current=Ul,this.tokens=_m(La,this.options)}parse(){return this.loop()}colon(){let La=this.currToken;this.newNode(new Ul({value:La[1],source:{start:{line:La[2],column:La[3]},end:{line:La[4],column:La[5]}},sourceIndex:La[6]})),this.position++}comma(){let La=this.currToken;this.newNode(new Gd({value:La[1],source:{start:{line:La[2],column:La[3]},end:{line:La[4],column:La[5]}},sourceIndex:La[6]})),this.position++}comment(){let La=!1,hl=this.currToken[1].replace(/\/\*|\*\//g,""),fl;this.options.loose&&hl.startsWith("//")&&(hl=hl.substring(2),La=!0),fl=new af({value:hl,inline:La,source:{start:{line:this.currToken[2],column:this.currToken[3]},end:{line:this.currToken[4],column:this.currToken[5]}},sourceIndex:this.currToken[6]}),this.newNode(fl),this.position++}error(La,hl){throw new eA(La+` at line: ${hl[2]}, column ${hl[3]}`)}loop(){for(;this.position0&&(this.current.type==="func"&&this.current.value==="calc"?this.prevToken[0]!=="space"&&this.prevToken[0]!=="("?this.error("Syntax Error",this.currToken):this.nextToken[0]!=="space"&&this.nextToken[0]!=="word"?this.error("Syntax Error",this.currToken):this.nextToken[0]==="word"&&this.current.last.type!=="operator"&&this.current.last.value!=="("&&this.error("Syntax Error",this.currToken):(this.nextToken[0]==="space"||this.nextToken[0]==="operator"||this.prevToken[0]==="operator")&&this.error("Syntax Error",this.currToken)),this.options.loose){if((!this.current.nodes.length||this.current.last&&this.current.last.type==="operator")&&this.nextToken[0]==="word")return this.word()}else if(this.nextToken[0]==="word")return this.word()}return hl=new p_({value:this.currToken[1],source:{start:{line:this.currToken[2],column:this.currToken[3]},end:{line:this.currToken[2],column:this.currToken[3]}},sourceIndex:this.currToken[4]}),this.position++,this.newNode(hl)}parseTokens(){switch(this.currToken[0]){case"space":this.space();break;case"colon":this.colon();break;case"comma":this.comma();break;case"comment":this.comment();break;case"(":this.parenOpen();break;case")":this.parenClose();break;case"atword":case"word":this.word();break;case"operator":this.operator();break;case"string":this.string();break;case"unicoderange":this.unicodeRange();break;default:this.word();break}}parenOpen(){let La=1,hl=this.position+1,fl=this.currToken,yl;for(;hl=this.tokens.length-1&&!this.current.unbalanced)&&(this.current.unbalanced--,this.current.unbalanced<0&&this.error("Expected opening parenthesis",La),!this.current.unbalanced&&this.cache.length&&(this.current=this.cache.pop()))}space(){let La=this.currToken;this.position===this.tokens.length-1||this.nextToken[0]===","||this.nextToken[0]===")"?(this.current.last.raws.after+=La[1],this.position++):(this.spaces=La[1],this.position++)}unicodeRange(){let La=this.currToken;this.newNode(new N_({value:La[1],source:{start:{line:La[2],column:La[3]},end:{line:La[4],column:La[5]}},sourceIndex:La[6]})),this.position++}splitWord(){let La=this.nextToken,hl=this.currToken[1],fl=/^[\+\-]?((\d+(\.\d*)?)|(\.\d+))([eE][\+\-]?\d+)?/,yl=/^(?!\#([a-z0-9]+))[\#\{\}]/gi,Ul,Gd;if(!yl.test(hl))for(;La&&La[0]==="word";){this.position++;let fl=this.currToken[1];hl+=fl,La=this.nextToken}Ul=mg(hl,"@"),Gd=tg(gg(pg([[0],Ul]))),Gd.forEach((yl,af)=>{let p_=Gd[af+1]||hl.length,w_=hl.slice(yl,p_),D_;if(~Ul.indexOf(yl))D_=new Pl({value:w_.slice(1),source:{start:{line:this.currToken[2],column:this.currToken[3]+yl},end:{line:this.currToken[4],column:this.currToken[3]+(p_-1)}},sourceIndex:this.currToken[6]+Gd[af]});else if(fl.test(this.currToken[1])){let La=w_.replace(fl,"");D_=new i_({value:w_.replace(La,""),source:{start:{line:this.currToken[2],column:this.currToken[3]+yl},end:{line:this.currToken[4],column:this.currToken[3]+(p_-1)}},sourceIndex:this.currToken[6]+Gd[af],unit:La})}else D_=new(La&&La[0]==="("?n_:I_)({value:w_,source:{start:{line:this.currToken[2],column:this.currToken[3]+yl},end:{line:this.currToken[4],column:this.currToken[3]+(p_-1)}},sourceIndex:this.currToken[6]+Gd[af]}),D_.type==="word"?(D_.isHex=/^#(.+)/.test(w_),D_.isColor=/^#([0-9a-f]{3}|[0-9a-f]{4}|[0-9a-f]{6}|[0-9a-f]{8})$/i.test(w_)):this.cache.push(this.current);this.newNode(D_)}),this.position++}string(){let La=this.currToken,hl=this.currToken[1],fl=/^(\"|\')/,yl=fl.test(hl),Pl="",Ul;yl&&(Pl=hl.match(fl)[0],hl=hl.slice(1,hl.length-1)),Ul=new D_({value:hl,source:{start:{line:La[2],column:La[3]},end:{line:La[4],column:La[5]}},sourceIndex:La[6],quoted:yl}),Ul.raws.quote=Pl,this.newNode(Ul),this.position++}word(){return this.splitWord()}newNode(La){return this.spaces&&(La.raws.before+=this.spaces,this.spaces=""),this.current.append(La)}get currToken(){return this.tokens[this.position]}get nextToken(){return this.tokens[this.position+1]}get prevToken(){return this.tokens[this.position-1]}}});var mE={};hn(mE,{languages:()=>jC,options:()=>qC,parsers:()=>$C,printers:()=>xx});var kt=(La,hl)=>(fl,yl,...Pl)=>fl|1&&yl==null?void 0:(hl.call(yl)??yl[La]).apply(yl,Pl);var bE=String.prototype.replaceAll??function(La,hl){return La.global?this.replace(La,hl):this.split(La).join(hl)},wE=kt("replaceAll",function(){if(typeof this=="string")return bE}),xE=wE;function zl(La){return this[La<0?this.length+La:La]}var TE=kt("at",function(){if(Array.isArray(this)||typeof this=="string")return zl}),IE=TE;var Hl=()=>{},FE=Hl;var PE="string",GE="array",HE="cursor",VE="indent",WE="align",sw="trim",aw="group",ow="fill",lw="if-break",cw="indent-if-break",pw="line-suffix",dw="line-suffix-boundary",hw="line",fw="label",_w="break-parent",mw=new Set([HE,VE,WE,sw,aw,ow,lw,cw,pw,dw,hw,fw,_w]);function mn(La,hl,fl){if(!La.has(hl)){let yl=fl(hl);La.set(hl,yl)}return La.get(hl)}function Ql(La){if(typeof La=="string")return PE;if(Array.isArray(La))return GE;if(!La)return;let{type:hl}=La;if(mw.has(hl))return hl}var gw=Ql;var Kl=La=>new Intl.ListFormat("en-US",{type:"disjunction"}).format(La);function Xl(La){let hl=La===null?"null":typeof La;if(hl!=="string"&&hl!=="object")return`Unexpected doc '${hl}', \nExpected it to be 'string' or 'object'.`;if(gw(La))throw new Error("doc is valid.");let fl=Object.prototype.toString.call(La);if(fl!=="[object Object]")return`Unexpected doc '${fl}'.`;let yl=Kl([...mw].map(La=>`'${La}'`));return`Unexpected doc.type '${La.type}'.\nExpected it to be ${yl}.`}var Aw=class extends Error{name="InvalidDocError";constructor(La){super(Xl(La)),this.doc=La}},yw=Aw;function gn(La,hl){if(typeof La=="string")return hl(La);let fl=new Map;return r(La);function r(La){return mn(fl,La,n)}function n(La){switch(gw(La)){case GE:return hl(La.map(r));case ow:return hl({...La,parts:La.parts.map(r)});case lw:return hl({...La,breakContents:r(La.breakContents),flatContents:r(La.flatContents)});case aw:{let{expandedStates:fl,contents:yl}=La;return fl?(fl=fl.map(r),yl=fl[0]):yl=r(yl),hl({...La,contents:yl,expandedStates:fl})}case WE:case VE:case cw:case fw:case pw:return hl({...La,contents:r(La.contents)});case PE:case HE:case sw:case dw:case hw:case _w:return hl(La);default:throw new yw(La)}}}function Jl(La){return La.type===hw&&!La.hard?La.soft?"":" ":La.type===lw?La.flatContents:La}function wn(La){return gn(La,Jl)}function vn(La,hl=Iw){return gn(La,La=>typeof La=="string"?Y(hl,La.split(`\n`)):La)}var bw=FE,vw=FE,Ew=FE,ww=FE;function R(La){return bw(La),{type:VE,contents:La}}function Zl(La,hl){return ww(La),bw(hl),{type:WE,contents:hl,n:La}}function ue(La){return Zl(-1,La)}var Cw={type:_w};function qe(La){return Ew(La),{type:ow,parts:La}}function D(La,hl={}){return bw(La),vw(hl.expandedStates,!0),{type:aw,id:hl.id,contents:La,break:!!hl.shouldBreak,expandedStates:hl.expandedStates}}function Rt(La,hl="",fl={}){return bw(La),hl!==""&&bw(hl),{type:lw,breakContents:La,flatContents:hl,groupId:fl.groupId}}function Y(La,hl){bw(La),vw(hl);let fl=[];for(let yl=0;yl0}var Fw=tc;var Pw=Object.freeze({character:"'",codePoint:39}),Rw=Object.freeze({character:'"',codePoint:34}),Nw=Object.freeze({preferred:Pw,alternate:Rw}),Ow=Object.freeze({preferred:Rw,alternate:Pw});function kn(La,hl){let{preferred:fl,alternate:yl}=hl===!0||hl==="'"?Nw:Ow,{length:Pl}=La,Ul=0,Gd=0;for(let hl=0;hlGd?yl:fl).character}var Qw=/\\(["'\\])|(["'])/g;function ic(La,hl){let fl=hl==='"'?"'":'"',yl=xE(0,La,Qw,(La,yl,Pl)=>yl?yl===fl?fl:La:Pl===hl?"\\"+Pl:Pl);return hl+yl+hl}var Lw=ic;function oc(La,hl){FE(/^(?["']).*\k$/s.test(La));let fl=La.slice(1,-1),yl;return hl.parser==="json"||hl.parser==="jsonc"||hl.parser==="json-stringify"||hl.parser==="json5"&&hl.quoteProps==="preserve"&&!hl.singleQuote?yl='"':hl.__isInHtmlAttribute?yl="'":yl=kn(fl,hl.singleQuote),La.charAt(0)===yl?La:Lw(fl,yl)}var Mw=oc;var jw=class extends Error{name="UnexpectedNodeError";constructor(La,hl,fl="type"){super(`Unexpected ${hl} node ${fl}: ${JSON.stringify(La[fl])}.`),this.node=La}},Uw=jw;function Nn(){}Nn.getVisitorKeys=La=>La.type==="css-root"?["frontMatter"]:[];var Gw=Nn;var qw=null;function Ze(La){if(qw!==null&&typeof qw.property){let La=qw;return qw=Ze.prototype=null,La}return qw=Ze.prototype=La??Object.create(null),new Ze}var $w=10;for(let La=0;La<=$w;La++)Ze();function es(La){return Ze(La)}function uc(La,hl="type"){es(La);function s(fl){let yl=fl[hl],Pl=La[yl];if(!Array.isArray(Pl))throw Object.assign(new Error(`Missing visitor keys for '${yl}'.`),{node:fl});return Pl}return s}var Jw=uc;var Hw=[["nodes"],["group"]],Vw={"css-root":["frontMatter","nodes"],"css-comment":[],"css-rule":["selector","nodes"],"css-decl":["value","selector","nodes"],"css-atrule":["selector","params","value","nodes"],"media-query-list":Hw[0],"media-query":Hw[0],"media-type":[],"media-feature-expression":Hw[0],"media-feature":[],"media-colon":[],"media-value":[],"media-keyword":[],"media-url":[],"media-unknown":[],"selector-root":Hw[0],"selector-selector":Hw[0],"selector-comment":[],"selector-string":[],"selector-tag":[],"selector-id":[],"selector-class":[],"selector-attribute":[],"selector-combinator":Hw[0],"selector-universal":[],"selector-pseudo":Hw[0],"selector-nesting":[],"selector-unknown":[],"value-value":Hw[1],"value-root":Hw[1],"value-comment":[],"value-comma_group":["groups"],"value-paren_group":["open","groups","close"],"value-func":Hw[1],"value-paren":[],"value-number":[],"value-operator":[],"value-word":[],"value-colon":[],"value-comma":[],"value-string":[],"value-atword":[],"value-unicode-range":[],"value-unknown":[]};var Ww=Jw(Vw),zw=Ww;function cc(La,hl){let fl=0;for(let yl=0;yl{if(fl===!1)return!1;let Pl=!!yl?.backwards,{length:Ul}=hl,Gd=fl;for(;Gd>=0&&GdGd&&(Gd=La.source.endOffset,n_=La.source.end))}Ul!==Number.POSITIVE_INFINITY&&(La.source??(La.source={}),yl||(La.source.startOffset=Ul,La.source.endOffset=Gd),(hl=La.source).start??(hl.start=af),(fl=La.source).end??(fl.end=n_))}function $n(La,hl){typeof La.type!="string"||La.source||typeof hl.source?.startOffset!="number"||typeof hl.source?.endOffset!="number"||!yc(La)||(La.source={startOffset:hl.source.startOffset,endOffset:hl.source.startOffset,start:hl.source.start,end:hl.source.start})}function mc(La){if(!(typeof La.source?.startOffset!="number"||typeof La.source?.endOffset!="number"))for(let hl in La){if(hl==="source"||hl==="raws"||hl==="spaces")continue;let fl=La[hl],yl=Array.isArray(fl)?fl:[fl];for(let hl of yl)hl&&typeof hl=="object"&&$n(hl,La)}}function yc(La){return Array.isArray(La.nodes)&&La.nodes.length===0||Array.isArray(La.groups)&&La.groups.length===0}function Gn(La){let hl="initial",fl="initial",yl,Pl=!1,Ul=[];for(let Gd=0;GdLa.source.startOffset,P=La=>La.source.endOffset;var tC=Symbol.for("PRETTIER_IS_FRONT_MATTER");function gc(La){return!!La?.[tC]}var rC=gc;function wc(La){return xE(0,La,/[^\n]/g," ")}var nC=wc;var iC=3;function vc(La){let hl=La.slice(0,iC);if(hl!=="---"&&hl!=="+++")return;let fl=La.indexOf(`\n`,iC);if(fl===-1)return;let yl=La.slice(iC,fl).trim(),Pl=La.indexOf(`\n${hl}`,fl),Ul=yl;if(Ul||(Ul=hl==="+++"?"toml":"yaml"),Pl===-1&&hl==="---"&&Ul==="yaml"&&(Pl=La.indexOf(`\n...`,fl)),Pl===-1)return;let Gd=Pl+1+iC,af=La.charAt(Gd+1);if(!/\s?/.test(af))return;let n_=La.slice(0,Gd),i_;return{language:Ul,explicitLanguage:yl||null,value:La.slice(fl+1,Pl),startDelimiter:hl,endDelimiter:n_.slice(-iC),raw:n_,start:{line:1,column:0,index:0},end:{index:n_.length,get line(){return i_??(i_=n_.split(`\n`)),i_.length},get column(){return i_??(i_=n_.split(`\n`)),IE(0,i_,-1).length}},[tC]:!0}}function xc(La){let hl=vc(La);return hl?{frontMatter:hl,get content(){let{raw:fl}=hl;return nC(fl)+La.slice(fl.length)}}:{content:La}}var sC=xc;var aC=new Set(["raw","raws","sourceIndex","source","before","after","trailingComma","spaces"]);function ns(La,hl,fl){if(La.type==="css-comment"&&fl.type==="css-root"&&fl.nodes.length>0&&((fl.nodes[0]===La||rC(fl.nodes[0])&&fl.nodes[1]===La)&&(delete hl.text,/^\*\s*@(?:format|prettier)\s*$/.test(La.text))||fl.type==="css-root"&&IE(0,fl.nodes,-1)===La))return null;if(La.type==="value-root"&&delete hl.text,(La.type==="media-query"||La.type==="media-query-list"||La.type==="media-feature-expression")&&delete hl.value,La.type==="css-rule"&&(delete hl.params,La.extend&&Ec(La.selector)&&delete hl.extend),(La.type==="media-feature"||La.type==="media-keyword"||La.type==="media-type"||La.type==="media-unknown"||La.type==="media-url"||La.type==="media-value"||La.type==="selector-attribute"||La.type==="selector-string"||La.type==="selector-class"||La.type==="selector-combinator"||La.type==="value-string")&&La.value&&(hl.value=bc(La.value)),La.type==="selector-combinator"&&(hl.value=xE(0,hl.value,/\s+/g," ")),La.type==="media-feature"&&(hl.value=xE(0,hl.value," ","")),(La.type==="value-word"&&(La.isColor&&La.isHex||["initial","inherit","unset","revert"].includes(La.value.toLowerCase()))||La.type==="media-feature"||La.type==="selector-root-invalid"||La.type==="selector-pseudo")&&(hl.value=hl.value.toLowerCase()),La.type==="css-decl"&&(hl.prop=La.prop.toLowerCase()),(La.type==="css-atrule"||La.type==="css-import")&&(hl.name=La.name.toLowerCase()),La.type==="value-number"&&(hl.unit=La.unit.toLowerCase()),La.type==="value-unknown"&&(hl.value=xE(0,hl.value,/;$/g,"")),La.type==="selector-attribute"&&(hl.attribute=La.attribute.trim(),La.namespace&&typeof La.namespace=="string"&&(hl.namespace=La.namespace.trim()||!0),La.value)){let{value:La}=hl;/\s[a-z]$/i.test(La)&&(hl.__prettier_attribute_selector_flag=IE(0,La,-1),La=La.slice(0,-1)),La=La.trim(),La=La.replace(/^(?["'])(?.*?)\k$/,"$"),hl.value=La,delete hl.quoted}if((La.type==="media-value"||La.type==="media-type"||La.type==="value-number"||La.type==="selector-root-invalid"||La.type==="selector-class"||La.type==="selector-combinator"||La.type==="selector-tag")&&La.value&&(hl.value=xE(0,hl.value,/([\d+.e-]+)([a-z]*)/gi,(La,hl,fl)=>{let yl=Number(hl);return Number.isNaN(yl)?La:yl+fl.toLowerCase()})),La.type==="selector-tag"){let La=hl.value.toLowerCase();["from","to"].includes(La)&&(hl.value=La)}if(La.type==="css-atrule"&&La.name.toLowerCase()==="supports"&&delete hl.value,La.type==="selector-unknown"&&delete hl.value,La.type==="value-comma_group"){let fl=La.groups.findIndex(La=>La.type==="value-number"&&La.unit==="...");fl!==-1&&(hl.groups[fl].unit="",hl.groups.splice(fl+1,0,{type:"value-word",value:"...",isColor:!1,isHex:!1}))}if(La.type==="value-comma_group"&&La.groups.some(La=>La.type==="value-atword"&&(La.value.endsWith("[")||La.value.endsWith("]"))||La.type==="value-word"&&(La.value.startsWith("]")||La.value.startsWith("["))))return{type:"value-atword",value:La.groups.map(La=>La.value).join("")};if(La.type==="value-func"&&La.value==="if"&&La.group.type==="value-paren_group"&&La.group.groups.length===1&&La.group.groups[0].type==="value-comma_group"){let fl=La.group.groups[0].groups,yl=hl.group.groups[0].groups;for(let La=fl.length-1;La>=0;La--){let hl=fl[La];if(hl.type==="value-word"&&typeof hl.value=="string"&&hl.value.endsWith(";")){if(hl.value===";"){fl[La-1]?.type==="value-number"&&yl.splice(La-1,2,{type:"#node-placeholder"});continue}yl[La]={type:"#node-placeholder"}}}}}ns.ignoredProperties=aC;function bc(La){return xE(0,xE(0,La,"'",'"'),/\\([^\da-f])/gi,"$1")}function Ec(La){return La?.nodes?.some(La=>La.nodes?.some(La=>La.type==="selector-pseudo"&&La.value===":extend"))}var oC=Object.hasOwn??Function.prototype.call.bind(Object.prototype.hasOwnProperty),lC=oC;var cC=/\*\/$/,uC=/^\/\*\*?/,pC=/^\s*(\/\*\*?(.|\r?\n)*?\*\/)/,dC=/(^|\s+)\/\/([^\n\r]*)/g,hC=/^(\r?\n)+/,fC=/(?:^|\r?\n) *(@[^\n\r]*?) *\r?\n *(?![^\n\r@]*\/\/[^]*)([^\s@][^\n\r@]+?) *\r?\n/g,_C=/(?:^|\r?\n) *@(\S+) *([^\n\r]*)/g,mC=/(\r?\n|^) *\* ?/g,gC=[];function Qn(La){let hl=La.match(pC);return hl?hl[0].trimStart():""}function Kn(La){let hl=La.match(pC)?.[0];return hl==null?La:La.slice(hl.length)}function Xn(La){La=xE(0,La.replace(uC,"").replace(cC,""),mC,"$1");let hl="";for(;hl!==La;)hl=La,La=xE(0,La,fC,`\n$1 $2\n`);La=La.replace(hC,"").trimEnd();let fl=Object.create(null),yl=xE(0,La,_C,"").replace(hC,"").trimEnd(),Pl;for(;Pl=_C.exec(La);){let La=xE(0,Pl[2],dC,"");if(typeof fl[Pl[1]]=="string"||Array.isArray(fl[Pl[1]])){let hl=fl[Pl[1]];fl[Pl[1]]=[...gC,...Array.isArray(hl)?hl:[hl],La]}else fl[Pl[1]]=La}return{comments:yl,pragmas:fl}}function Jn({comments:La="",pragmas:hl={}}){let fl=Object.keys(hl),yl=fl.flatMap(La=>zn(La,hl[La])).map(La=>` * ${La}\n`).join("");if(!La){if(fl.length===0)return"";if(fl.length===1&&!Array.isArray(hl[fl[0]])){let La=hl[fl[0]];return`/** ${zn(fl[0],La)[0]} */`}}let Pl=La.split(`\n`).map(La=>` * ${La}`).join(`\n`)+`\n`;return`/**\n`+(La?Pl:"")+(La&&fl.length>0?` *\n`:"")+yl+" */"}function zn(La,hl){return[...gC,...Array.isArray(hl)?hl:[hl]].map(hl=>`@${La} ${hl}`.trim())}var AC=["noformat","noprettier"],yC=["format","prettier"],bC="format";function Nc(La){if(!La.startsWith("#!"))return"";let hl=La.indexOf(`\n`);return hl===-1?La:La.slice(0,hl)}var vC=Nc;function os(La){let hl=vC(La);hl&&(La=La.slice(hl.length+1));let fl=Qn(La),{pragmas:yl,comments:Pl}=Xn(fl);return{shebang:hl,text:La,pragmas:yl,comments:Pl}}function si(La){let{pragmas:hl}=os(La);return yC.some(La=>lC(hl,La))}function ni(La){let{pragmas:hl}=os(La);return AC.some(La=>lC(hl,La))}function ii(La){let{shebang:hl,text:fl,pragmas:yl,comments:Pl}=os(La),Ul=Kn(fl),Gd=Jn({pragmas:{[bC]:"",...yl},comments:Pl.trimStart()});return(hl?`${hl}\n`:"")+Gd+(Ul.startsWith(`\n`)?`\n`:`\n\n`)+Ul}var oi=La=>si(sC(La).content),ai=La=>ni(sC(La).content),ui=La=>{let{frontMatter:hl,content:fl}=sC(La);return(hl?hl.raw+`\n\n`:"")+ii(fl)};var EC=new Set(["red","green","blue","alpha","a","rgb","hue","h","saturation","s","lightness","l","whiteness","w","blackness","b","tint","shade","blend","blenda","contrast","hsl","hsla","hwb","hwba"]);function li(La){return La.findAncestor(La=>La.type==="css-decl")?.prop?.toLowerCase()}var wC=new Set(["initial","inherit","unset","revert"]);function ci(La){return wC.has(La.toLowerCase())}function fi(La,hl){return La.findAncestor(La=>La.type==="css-atrule")?.name?.toLowerCase().endsWith("keyframes")&&["from","to"].includes(hl.toLowerCase())}function Me(La){return La.includes("$")||La.includes("@")||La.includes("#")||La.startsWith("%")||La.startsWith("--")||La.startsWith(":--")||La.includes("(")&&La.includes(")")?La:La.toLowerCase()}function _e(La,hl){return La.findAncestor(La=>La.type==="value-func")?.value?.toLowerCase()===hl}function pi(La){return La.hasAncestor(La=>{if(La.type!=="css-rule")return!1;let hl=La.raws?.selector;return hl&&(hl.startsWith(":import")||hl.startsWith(":export"))})}function be(La,hl){let fl=Array.isArray(hl)?hl:[hl],yl=La.findAncestor(La=>La.type==="css-atrule");return yl&&fl.includes(yl.name.toLowerCase())}function hi(La){let{node:hl}=La;return hl.groups[0]?.value==="url"&&hl.groups.length===2&&La.findAncestor(La=>La.type==="css-atrule")?.name==="import"}function di(La){return La.type==="value-func"&&La.value.toLowerCase()==="url"}function mi(La){return La.type==="value-func"&&La.value.toLowerCase()==="var"}function yi(La){let{selector:hl}=La;return hl?typeof hl=="string"&&/^@.+:.*$/.test(hl)||hl.value&&/^@.+:.*$/.test(hl.value):!1}function gi(La){return La.type==="value-word"&&["from","through","end"].includes(La.value)}function wi(La){return La.type==="value-word"&&["and","or","not"].includes(La.value)}function vi(La){return La.type==="value-word"&&La.value==="in"}function Wt(La){return La.type==="value-operator"&&La.value==="*"}function Ee(La){return La?.type==="value-operator"&&La.value==="/"}function K(La){return La.type==="value-operator"&&La.value==="+"}function Se(La){return La.type==="value-operator"&&La.value==="-"}function Ic(La){return La.type==="value-operator"&&La.value==="%"}function tt(La){return Wt(La)||Ee(La)||K(La)||Se(La)||Ic(La)}function xi(La){return La.type==="value-word"&&["==","!="].includes(La.value)}function _i(La){return La.type==="value-word"&&["<",">","<=",">="].includes(La.value)}function rt(La,hl){return hl.parser==="scss"&&La.type==="css-atrule"&&["if","else","for","each","while"].includes(La.name)}function us(La){return La.raws?.params&&/^\(\s*\)$/.test(La.raws.params)}function $t(La){return La.name.startsWith("prettier-placeholder")}function bi(La){return La.prop.startsWith("@prettier-placeholder")}function Ei(La,hl){return La.value==="$$"&&La.type==="value-func"&&hl?.type==="value-word"&&!hl.raws.before}function Si(La){return La.value?.type==="value-root"&&La.value.group?.type==="value-value"&&La.prop.toLowerCase()==="composes"}function Ti(La){return La.value?.group?.group?.type==="value-paren_group"&&La.value.group.group.open!==null&&La.value.group.group.close!==null}function X(La){return La?.raws?.before===""}function Gt(La){return La.type==="value-comma_group"&&La.groups?.[1]?.type==="value-colon"}function as(La){return La.type==="value-paren_group"&&La.groups?.[0]&&Gt(La.groups[0])}function ls(La,hl){if(hl.parser!=="scss")return!1;let{node:fl}=La;if(fl.groups.length===0||fl.type==="value-paren_group"&&fl.open&&fl.close&&fl.groups.length===1&&fl.groups[0].type!=="value-comma_group")return!1;let yl=La.parent;if(yl&&yl.type==="value-func"&&yl.value==="if")return!1;let Pl=La.grandparent;return!as(fl)&&!(Pl&&as(Pl))?!1:La.findAncestor(La=>La.type==="css-decl")?.prop?.startsWith("$")?!0:as(Pl)?!yl.groups.some(La=>tt(La)):Pl.type==="value-func"}function st(La){return La.type==="value-comment"&&La.inline}function Yt(La){return La.type==="value-word"&&La.value==="#"}function cs(La){return La.type==="value-word"&&La.value==="{"}function Vt(La){return La.type==="value-word"&&La.value==="}"}function nt(La){return["value-word","value-atword"].includes(La.type)}function zt(La){return La?.type==="value-colon"}function ki(La,hl){if(!Gt(hl))return!1;let{groups:fl}=hl,yl=fl.indexOf(La);return yl===-1?!1:zt(fl[yl+1])}function Oi(La){return La.value&&["not","and","or"].includes(La.value.toLowerCase())}function Ai(La){return La.type!=="value-func"?!1:EC.has(La.value.toLowerCase())}function Be(La){return/\/\//.test(La.split(/[\n\r]/).pop())}function ce(La){return La?.type==="value-atword"&&La.value.startsWith("prettier-placeholder-")}function Ci(La,hl){if(La.open?.value!=="("||La.close?.value!==")"||La.groups.some(La=>La.type!=="value-comma_group"))return!1;if(hl.type==="value-comma_group"){let fl=hl.groups.indexOf(La)-1,yl=hl.groups[fl];if(yl?.type==="value-word"&&yl.value==="with")return!0}return!1}function it(La){return La.type==="value-paren_group"&&La.open?.value==="("&&La.close?.value===")"}function Lc(La,hl,fl){let{node:yl}=La,Pl=La.parent,Ul=La.grandparent,Gd=li(La),af=Gd&&Pl.type==="value-value"&&(Gd==="grid"||Gd.startsWith("grid-template")),n_=La.findAncestor(La=>La.type==="css-atrule"),i_=n_&&rt(n_,hl),p_=yl.groups.some(La=>st(La)),w_=La.map(fl,"groups"),D_=[""],I_=_e(La,"url"),N_=!1,_m=!1;for(let fl=0;flhl==="groups"&&La.type==="value-paren_group",(La,hl)=>hl==="group"&&La.type==="value-func"&&La.value==="if")||pg.type==="value-word"&&ce(mg)&&P(pg)===N(mg))continue;if(pg.type==="value-string"&&pg.quoted){let La=pg.value.lastIndexOf("#{"),hl=pg.value.lastIndexOf("}");La!==-1&&hl!==-1?N_=La>hl:La!==-1?N_=!0:hl!==-1&&(N_=!1)}if(N_||zt(pg)||zt(mg)||pg.type==="value-atword"&&(pg.value===""||pg.value.endsWith("["))||mg.type==="value-word"&&mg.value.startsWith("]")||pg.value==="~")continue;if(hl.parser==="less"){if(mg?.type==="value-word"&&mg.value==="[")continue;if(pg.type==="value-word"&&pg.value.endsWith("[")&&(mg?.type==="value-atword"||mg?.type==="value-word")){FE(yl.groups.some((La,hl)=>hl>fl&&(La.value?.startsWith("]")||La.value?.endsWith("]"))));continue}}if(pg.type!=="value-string"&&pg.value&&pg.value.includes("\\")&&mg&&mg.type!=="value-comment"||p_?.value&&p_.value.indexOf("\\")===p_.value.length-1&&pg.type==="value-operator"&&pg.value==="/"||pg.value==="\\"||Ei(pg,mg)||Yt(pg)||cs(pg)||Vt(mg)||cs(mg)&&X(mg)||Vt(pg)&&X(mg)||pg.value==="--"&&Yt(mg))continue;let gg=tt(pg),eA=tt(mg);if((gg&&Yt(mg)||eA&&Vt(pg))&&X(mg)||K(mg)&&_e(La,"type")&&X(mg)||!p_&&Ee(pg)||_e(La,"calc")&&(K(pg)||K(mg)||Se(pg)||Se(mg))&&X(mg))continue;if(hl.parser==="scss"&&gg&&pg.value==="-"&&mg.type==="value-func"&&P(pg)!==N(mg)){D_.push([D_.pop()," "]);continue}let tA=yl.groups[fl+2],rA=(K(pg)||Se(pg))&&fl===0&&(mg.type==="value-number"||mg.isHex)&&Ul&&Ai(Ul)&&!X(mg),nA=tA?.type==="value-func"||tA&&nt(tA)||pg.type==="value-func"||nt(pg),iA=mg.type==="value-func"||nt(mg)||p_?.type==="value-func"||p_&&nt(p_);if(!(!(Wt(mg)||Wt(pg))&&!_e(La,"calc")&&!rA&&(Ee(mg)&&!nA||Ee(pg)&&!iA||K(mg)&&!nA||K(pg)&&!iA||Se(mg)||Se(pg))&&(X(mg)||gg&&(!p_||p_&&tt(p_))))&&!((hl.parser==="scss"||hl.parser==="less")&&gg&&pg.value==="-"&&it(mg)&&P(pg)===N(mg.open)&&mg.open.value==="(")){if(st(pg)){if(Pl.type==="value-paren_group"){D_.push(ue(kw),"");continue}D_.push(kw,"");continue}if(i_&&(xi(mg)||_i(mg)||wi(mg)||vi(pg)||gi(pg))){D_.push([D_.pop()," "]);continue}if(n_&&n_.name.toLowerCase()==="namespace"){D_.push([D_.pop()," "]);continue}if(af){pg.source&&mg.source&&pg.source.start.line!==mg.source.start.line?(D_.push(kw,""),_m=!0):D_.push([D_.pop()," "]);continue}if(!(Gd&&(Gd==="font"||Gd.startsWith("--"))&&(Ee(mg)&&X(mg)&&Ni(pg)||Ee(pg)&&X(pg)&&Ni(p_)))){if(eA){D_.push([D_.pop()," "]);continue}if(mg?.value!=="..."&&!(ce(pg)&&ce(mg)&&P(pg)===N(mg))){if(ce(pg)&&it(mg)&&P(pg)===N(mg.open)){D_.push(Dw,"");continue}if(pg.value==="with"&&it(mg)){D_=[[qe(D_)," "]];continue}if(!(pg.value?.endsWith("#")&&mg.value==="{"&&it(mg.group))&&!(st(mg)&&!tA)){if(!n_&&pg.type==="value-comment"&&!pg.inline&&yl.groups.slice(0,fl).every(La=>La.type==="value-comment")){D_.push(ue(xw),"");continue}D_.push(xw,"")}}}}}return p_&&D_.push([D_.pop(),Cw]),_m&&D_.unshift("",kw),i_?D(R(D_)):hi(La)?D(qe(D_)):D(R(qe(D_)))}function Ni(La){if(La?.type==="value-number")return!0;if(La?.type!=="value-func")return!1;let hl=La.value.toLowerCase();return hl==="var"||hl==="calc"||hl==="min"||hl==="max"||hl==="clamp"||hl.startsWith("--")}var CC=Lc;function qc(La){return La.length===1?La:La.toLowerCase().replace(/^([+-]?[\d.]+e)(?:\+|(-))?0*(?=\d)/,"$1$2").replace(/^([+-]?[\d.]+)e[+-]?0+$/,"$1").replace(/^([+-])?\./,"$10.").replace(/(\.\d+?)0+(?=e|$)/,"$1").replace(/\.(?=e|$)/,"")}var xC=qc;var DC=new Map([["em","em"],["rem","rem"],["ex","ex"],["rex","rex"],["cap","cap"],["rcap","rcap"],["ch","ch"],["rch","rch"],["ic","ic"],["ric","ric"],["lh","lh"],["rlh","rlh"],["vw","vw"],["svw","svw"],["lvw","lvw"],["dvw","dvw"],["vh","vh"],["svh","svh"],["lvh","lvh"],["dvh","dvh"],["vi","vi"],["svi","svi"],["lvi","lvi"],["dvi","dvi"],["vb","vb"],["svb","svb"],["lvb","lvb"],["dvb","dvb"],["vmin","vmin"],["svmin","svmin"],["lvmin","lvmin"],["dvmin","dvmin"],["vmax","vmax"],["svmax","svmax"],["lvmax","lvmax"],["dvmax","dvmax"],["cm","cm"],["mm","mm"],["q","Q"],["in","in"],["pt","pt"],["pc","pc"],["px","px"],["deg","deg"],["grad","grad"],["rad","rad"],["turn","turn"],["s","s"],["ms","ms"],["hz","Hz"],["khz","kHz"],["dpi","dpi"],["dpcm","dpcm"],["dppx","dppx"],["x","x"],["cqw","cqw"],["cqh","cqh"],["cqi","cqi"],["cqb","cqb"],["cqmin","cqmin"],["cqmax","cqmax"],["fr","fr"]]);function fs(La){let hl=La.toLowerCase();return DC.has(hl)?DC.get(hl):La}var SC=/(["'])(?:(?!\1)[^\\]|\\.)*\1/gs,kC=/(?:\d*\.\d+|\d+\.?)(?:e[+-]?\d+)?/gi,TC=/[a-z]+/gi,IC=/[$@]?[_a-z\u0080-\uFFFF][\w\u0080-\uFFFF-]*/gi,BC=new RegExp(SC.source+`|(${IC.source})?(${kC.source})(${TC.source})?`,"gi");function V(La,hl){return xE(0,La,SC,La=>Mw(La,hl))}function Li(La,hl){let fl=hl.singleQuote?"'":'"',yl="",Pl=La.match(/^(?.+?)\s+(?[a-z])$/i);return Pl&&({value:La,flag:yl}=Pl.groups),(La.includes('"')||La.includes("'")?La:fl+La+fl)+(yl?` ${yl}`:"")}function Te(La){return xE(0,La,BC,(La,hl,fl,yl,Pl)=>!fl&&yl&&(Pl??(Pl=""),Pl=Pl.toLowerCase(),!Pl||Pl==="n"||DC.has(Pl))?ps(yl)+(Pl?fs(Pl):""):La)}function ps(La){return xC(La).replace(/\.0(?=$|e)/,"")}function qi(La){return La.trailingComma==="es5"||La.trailingComma==="all"}var Di=La=>La===`\n`||La==="\r"||La==="\u2028"||La==="\u2029";function Fc(La,hl,fl){if(hl===!1)return!1;let yl=!!fl?.backwards,Pl=La.charAt(hl);if(yl){if(La.charAt(hl-1)==="\r"&&Pl===`\n`)return hl-2;if(Di(Pl))return hl-1}else{if(Pl==="\r"&&La.charAt(hl+1)===`\n`)return hl+2;if(Di(Pl))return hl+1}return hl}var FC=Fc;function Wc(La,hl,fl={}){let yl=Xw(La,fl.backwards?hl-1:hl,fl),Pl=FC(La,yl,fl);return yl!==Pl}var PC=Wc;function $c(La,hl){if(hl===!1)return!1;if(La.charAt(hl)==="/"&&La.charAt(hl+1)==="*"){for(let fl=hl+2;flLa.type==="value-comment"))&&qi(hl)&&La.callParent(()=>ls(La,hl))?Rt(","):""}function Ui(La,hl,fl){let{node:yl,parent:Pl}=La,Ul=La.map(({node:La})=>typeof La=="string"?La:fl(),"groups");if(Pl&&di(Pl)&&(yl.groups.length===1||yl.groups.length>0&&yl.groups[0].type==="value-comma_group"&&yl.groups[0].groups.length>0&&yl.groups[0].groups[0].type==="value-word"&&yl.groups[0].groups[0].value.startsWith("data:")))return[yl.open?fl("open"):"",Y(",",Ul),yl.close?fl("close"):""];if(!yl.open){let hl=hs(La);vw(Ul);let fl=Hc(Y(",",Ul),2),yl=Y(hl?kw:xw,fl);return R(hl?[kw,yl]:D([jc(La)?Dw:"",qe(yl)]))}let Gd=La.map(({node:fl,isLast:yl,index:Pl})=>{let Gd=Ul[Pl];Gt(fl)&&fl.type==="value-comma_group"&&fl.groups&&fl.groups[0].type!=="value-paren_group"&&fl.groups[2]?.type==="value-paren_group"&&gw(Gd)===aw&&gw(Gd.contents)===VE&&gw(Gd.contents.contents)===ow&&(Gd=D(ue(Gd)));let af=[Gd,yl?zc(La,hl):","];if(!yl&&fl.type==="value-comma_group"&&Fw(fl.groups)){let La=IE(0,fl.groups,-1);!La.source&&La.close&&(La=La.close),La.source&&OC(hl.originalText,P(La))&&af.push(kw)}return af},"groups"),af=ki(yl,Pl),n_=Ci(yl,Pl),i_=ls(La,hl),p_=n_||i_&&!af,w_=n_||af,D_=D([yl.open?fl("open"):"",R([Dw,Y(xw,Gd)]),Dw,Bw,yl.close?fl("close"):""],{shouldBreak:p_});return w_?ue(D_):D_}function hs(La){return La.match(La=>La.type==="value-paren_group"&&!La.open&&La.groups.some(La=>La.type==="value-comma_group"),(La,hl)=>hl==="group"&&La.type==="value-value",(La,hl)=>hl==="group"&&La.type==="value-root",(La,hl)=>hl==="value"&&(La.type==="css-decl"&&!La.prop.startsWith("--")||La.type==="css-atrule"&&La.variable))}function jc(La){return La.match(La=>La.type==="value-paren_group"&&!La.open,(La,hl)=>hl==="group"&&La.type==="value-value",(La,hl)=>hl==="group"&&La.type==="value-root",(La,hl)=>hl==="value"&&La.type==="css-decl")}function Hc(La,hl){let fl=[];for(let yl=0;yl{let{node:Pl,previous:Ul}=La;if(Ul?.type==="css-comment"&&Ul.text.trim()==="prettier-ignore"?yl.push(hl.originalText.slice(N(Pl),P(Pl))):yl.push(fl()),La.isLast)return;let{next:Gd}=La;Gd.type==="css-comment"&&!PC(hl.originalText,N(Gd),{backwards:!0})&&!rC(Pl)||Gd.type==="css-atrule"&&Gd.name==="else"&&Pl.type!=="css-comment"?yl.push(" "):(yl.push(hl.__isHTMLStyleAttribute?xw:kw),OC(hl.originalText,P(Pl))&&!rC(Pl)&&yl.push(kw))},"nodes"),yl}var QC=Qc;function Kc(La,hl,fl){let{node:yl}=La;switch(yl.type){case"css-root":{let Pl=QC(La,hl,fl),Ul=yl.raws.after.trim();return Ul.startsWith(";")&&(Ul=Ul.slice(1).trim()),[yl.frontMatter?[fl("frontMatter"),kw,yl.nodes.length>0?kw:""]:"",Pl,Ul?` ${Ul}`:"",yl.nodes.length>0?kw:""]}case"css-comment":{let La=yl.inline||yl.raws.inline,fl=hl.originalText.slice(N(yl),P(yl));return La?fl.trimEnd():fl}case"css-rule":return[fl("selector"),yl.important?" !important":"",yl.nodes?[yl.selector?.type==="selector-unknown"&&Be(yl.selector.value)?xw:yl.selector?" ":"","{",yl.nodes.length>0?R([kw,QC(La,hl,fl)]):"",kw,"}",yi(yl)?";":""]:";"];case"css-decl":{let Pl=La.parent,{between:Ul}=yl.raws,Gd=Ul.trim(),af=Gd===":",n_=Ul.endsWith(" ")&&af,i_=typeof yl.value=="string"&&/^ *$/.test(yl.value),p_=typeof yl.value=="string"?yl.value:fl("value");return p_=Si(yl)?wn(p_):p_,!af&&Be(Gd)&&!La.call(()=>hs(La),"value","group","group")&&(p_=R([kw,ue(p_)])),[xE(0,yl.raws.before,/[\s;]/g,""),Pl.type==="css-atrule"&&Pl.variable||pi(La)?yl.prop:Me(yl.prop),Gd.startsWith("//")?" ":"",Gd,yl.extend||i_||!n_&&yl.isNested&&(ce(yl.value.group.group)||ce(yl.value.group.group.groups?.[0]))?"":" ",hl.parser==="less"&&yl.extend&&yl.selector?yl.selector.nodes.length>1?D(["extend(",R([Dw,fl("selector")]),Dw,")"]):["extend(",fl("selector"),")"]:"",p_,yl.raws.important?yl.raws.important.replace(/\s*!\s*important/i," !important"):yl.important?" !important":"",yl.raws.scssDefault?yl.raws.scssDefault.replace(/\s*!default/i," !default"):yl.scssDefault?" !default":"",yl.raws.scssGlobal?yl.raws.scssGlobal.replace(/\s*!global/i," !global"):yl.scssGlobal?" !global":"",yl.nodes?[" {",yl.nodes.length>0?R([Dw,QC(La,hl,fl)]):"",Dw,"}"]:bi(yl)&&!Pl.raws.semicolon&&hl.originalText[P(yl)-1]!==";"?"":hl.__isHTMLStyleAttribute&&La.isLast?Rt(";"):";"]}case"css-atrule":{let Pl=La.parent,Ul=$t(yl)&&!Pl.raws.semicolon&&hl.originalText[P(yl)-1]!==";";if(hl.parser==="less"){if(yl.mixin)return[fl("selector"),yl.important?" !important":"",Ul?"":";"];if(yl.function)return[yl.name,typeof yl.params=="string"?yl.params:fl("params"),Ul?"":";"];if(yl.variable)return["@",yl.name,": ",yl.value?[fl("value"),Bw]:"",yl.raws.between.trim()?yl.raws.between.trim()+" ":"",yl.nodes?["{",yl.nodes.length>0?R([Dw,QC(La,hl,fl)]):"",Dw,"}"]:"",Ul?"":";"]}let Gd=yl.name==="import"&&yl.params?.type==="value-unknown"&&yl.params.value.endsWith(";");return["@",us(yl)||yl.name.endsWith(":")||$t(yl)?yl.name:Me(yl.name),yl.params?[us(yl)?"":$t(yl)?yl.raws.afterName===""?"":yl.name.endsWith(":")?" ":/^\s*\n\s*\n/.test(yl.raws.afterName)?[kw,kw]:/^\s*\n/.test(yl.raws.afterName)?kw:" ":" ",typeof yl.params=="string"?yl.params:fl("params")]:"",yl.selector?R([" ",fl("selector")]):"",yl.value?D([" ",fl("value"),rt(yl,hl)?Ti(yl)?" ":xw:""]):yl.name==="else"?" ":"",yl.nodes?[rt(yl,hl)?"":yl.selector&&!yl.selector.nodes&&typeof yl.selector.value=="string"&&Be(yl.selector.value)||!yl.selector&&typeof yl.params=="string"&&Be(yl.params)?xw:" ","{",yl.nodes.length>0?R([Dw,QC(La,hl,fl)]):"",Dw,"}"]:Ul||Gd?"":";"]}case"media-query-list":{let hl=[];return La.each(({node:La})=>{La.type==="media-query"&&La.value===""||hl.push(fl())},"nodes"),D(R(Y(xw,hl)))}case"media-query":return[Y(" ",La.map(fl,"nodes")),La.isLast?"":","];case"media-type":return Te(V(yl.value,hl));case"media-feature-expression":return yl.nodes?["(",...La.map(fl,"nodes"),")"]:yl.value;case"media-feature":return Me(V(xE(0,yl.value,/ +/g," "),hl));case"media-colon":return[yl.value," "];case"media-value":return Te(V(yl.value,hl));case"media-keyword":return V(yl.value,hl);case"media-url":return V(xE(0,xE(0,yl.value,/^url\(\s+/gi,"url("),/\s+\)$/g,")"),hl);case"media-unknown":return yl.value;case"selector-root":return D([be(La,"custom-selector")?[La.findAncestor(La=>La.type==="css-atrule").customSelector,xw]:"",Y([",",be(La,["extend","custom-selector","nest"])?xw:kw],La.map(fl,"nodes"))]);case"selector-selector":{let hl=yl.nodes.length>2;return D((hl?R:La=>La)(La.map(fl,"nodes")))}case"selector-comment":return yl.value;case"selector-string":return V(yl.value,hl);case"selector-tag":return[yl.namespace?[yl.namespace===!0?"":yl.namespace.trim(),"|"]:"",La.previous?.type==="selector-nesting"?yl.value:Te(fi(La,yl.value)?yl.value.toLowerCase():yl.value)];case"selector-id":return["#",yl.value];case"selector-class":return[".",Te(V(yl.value,hl))];case"selector-attribute":return["[",yl.namespace?[yl.namespace===!0?"":yl.namespace.trim(),"|"]:"",yl.attribute.trim(),yl.operator??"",yl.value?vn(Li(V(yl.value.trim(),hl),hl),Tw):"",yl.insensitive?" i":"","]"];case"selector-combinator":{if(yl.value==="+"||yl.value===">"||yl.value==="~"||yl.value===">>>"){let hl=La.parent;return[hl.type==="selector-selector"&&hl.nodes[0]===yl?"":xw,yl.value,La.isLast?"":" "]}let fl=yl.value.trimStart().startsWith("(")?xw:"",Pl=Te(V(yl.value.trim(),hl))||xw;return[fl,Pl]}case"selector-universal":return[yl.namespace?[yl.namespace===!0?"":yl.namespace.trim(),"|"]:"",yl.value];case"selector-pseudo":return[Me(yl.value),Fw(yl.nodes)?D(["(",R([Dw,Y([",",xw],La.map(fl,"nodes"))]),Dw,")"]):""];case"selector-nesting":return yl.value;case"selector-unknown":{if(La.findAncestor(La=>La.type==="css-rule")?.isScssNestedProperty)return Te(V(Me(yl.value),hl));let fl=La.parent;if(fl.raws?.selector){let La=N(fl),yl=La+fl.raws.selector.length;return hl.originalText.slice(La,yl).trim()}let Pl=La.grandparent;if(fl.type==="value-paren_group"&&Pl?.type==="value-func"&&Pl.value==="selector"){let La=P(fl.open)+1,yl=N(fl.close),Pl=hl.originalText.slice(La,yl).trim();return Be(Pl)?[Cw,Pl]:Pl}return yl.value}case"value-value":case"value-root":return fl("group");case"value-comment":{let La=hl.originalText.slice(N(yl),P(yl));return yl.inline?It(La.trimEnd()):La}case"value-comma_group":return CC(La,hl,fl);case"value-paren_group":return Ui(La,hl,fl);case"value-func":return[yl.value,be(La,"supports")&&Oi(yl)?" ":"",fl("group")];case"value-paren":return yl.value;case"value-number":return[ps(yl.value),fs(yl.unit)];case"value-operator":return yl.value;case"value-word":return yl.isColor&&yl.isHex||ci(yl.value)?yl.value.toLowerCase():yl.value;case"value-colon":{let{previous:hl}=La;return D([yl.value,typeof hl?.value=="string"&&hl.value.endsWith("\\")||_e(La,"url")?"":xw])}case"value-string":return Mw(yl.raws.quote+yl.value+yl.raws.quote,hl);case"value-atword":return["@",yl.value];case"value-unicode-range":return yl.value;case"value-unknown":return yl.value;default:throw new Uw(yl,"PostCSS")}}var LC={features:{experimental_frontMatterSupport:{massageAstNode:!0,embed:!0,print:!0}},print:Kc,embed:Gw,insertPragma:ui,massageAstNode:ns,getVisitorKeys:zw},MC=LC;var jC=[{name:"CSS",type:"markup",aceMode:"css",extensions:[".css",".wxss"],tmScope:"source.css",codemirrorMode:"css",codemirrorMimeType:"text/css",parsers:["css"],vscodeLanguageIds:["css"],linguistLanguageId:50},{name:"PostCSS",type:"markup",aceMode:"text",extensions:[".pcss",".postcss"],tmScope:"source.postcss",group:"CSS",parsers:["css"],vscodeLanguageIds:["postcss"],linguistLanguageId:262764437},{name:"Less",type:"markup",aceMode:"less",extensions:[".less"],tmScope:"source.css.less",aliases:["less-css"],codemirrorMode:"css",codemirrorMimeType:"text/x-less",parsers:["less"],vscodeLanguageIds:["less"],linguistLanguageId:198},{name:"SCSS",type:"markup",aceMode:"scss",extensions:[".scss"],tmScope:"source.css.scss",codemirrorMode:"css",codemirrorMimeType:"text/x-scss",parsers:["scss"],vscodeLanguageIds:["scss"],linguistLanguageId:329}];var UC={bracketSpacing:{category:"Common",type:"boolean",default:!0,description:"Print spaces between brackets.",oppositeDescription:"Do not print spaces between brackets."},objectWrap:{category:"Common",type:"choice",default:"preserve",description:"How to wrap object literals.",choices:[{value:"preserve",description:"Keep as multi-line, if there is a newline between the opening brace and first property."},{value:"collapse",description:"Fit to a single line when possible."}]},singleQuote:{category:"Common",type:"boolean",default:!1,description:"Use single quotes instead of double quotes."},proseWrap:{category:"Common",type:"choice",default:"preserve",description:"How to wrap prose.",choices:[{value:"always",description:"Wrap prose if it exceeds the print width."},{value:"never",description:"Do not wrap prose."},{value:"preserve",description:"Wrap prose as-is."}]},bracketSameLine:{category:"Common",type:"boolean",default:!1,description:"Put > of opening tags on the last line instead of on a new line."},singleAttributePerLine:{category:"Common",type:"boolean",default:!1,description:"Enforce single attribute per line in HTML, Vue and JSX."}};var GC={singleQuote:UC.singleQuote},qC=GC;var $C={};hn($C,{css:()=>Ex,less:()=>wx,scss:()=>Cx});var JC=Ne(oA(),1),HC=Ne(_A(),1),VC=Ne(TA(),1);function Fp(La,hl){let fl=new SyntaxError(La+" ("+hl.loc.start.line+":"+hl.loc.start.column+")");return Object.assign(fl,hl)}var WC=Fp;function Wp(La){return La!==null&&typeof La=="object"}var zC=Wp;var YC=Ne(PA(),1);function ee(La,hl,fl){if(zC(La)){delete La.parent;for(let yl in La)ee(La[yl],hl,fl),yl==="type"&&typeof La[yl]=="string"&&!La[yl].startsWith(hl)&&(!fl||!fl.test(La[yl]))&&(La[yl]=hl+La[yl])}return La}function js(La){if(zC(La)){delete La.parent;for(let hl in La)js(La[hl]);!Array.isArray(La)&&La.value&&!La.type&&(La.type="unknown")}return La}var KC=YC.default.default;function eh(La){let hl;try{hl=KC(La)}catch{return{type:"selector-unknown",value:La}}return ee(js(hl),"media-")}var XC=eh;var ZC=Ne(yy(),1);function dy(La){if(/\/[/*]/.test(xE(0,La,/"[^"]+"|'[^']+'/g,"")))return{type:"selector-unknown",value:La.trim()};let hl;try{new ZC.default(La=>{hl=La}).process(La)}catch{return{type:"selector-unknown",value:La}}return ee(hl,"selector-")}var ex=dy;var ix=Ne(hE(),1);var rg=La=>{for(;La.parent;)La=La.parent;return La},sx=rg;function sg(La){return sx(La).text.slice(La.group.open.sourceIndex+1,La.group.close.sourceIndex).trim()}var ax=sg;function ng(La){if(Fw(La)){for(let hl=La.length-1;hl>0;hl--)if(La[hl].type==="word"&&La[hl].value==="{"&&La[hl-1].type==="word"&&La[hl-1].value.endsWith("#"))return!0}return!1}var ox=ng;function ig(La){return La.some(La=>La.type==="string"||La.type==="func"&&!La.value.endsWith("\\"))}var cx=ig;function og(La,hl){return!!(hl.parser==="scss"&&La?.type==="word"&&La.value.startsWith("$"))}var px=og;var kl=La=>La.type==="paren"&&La.value===")";function ag(La,hl){let{nodes:fl}=La,yl={open:null,close:null,groups:[],type:"paren_group"},Pl=[yl],Ul=yl,Gd={groups:[],type:"comma_group"},af=[Gd];for(let Ul=0;Ul0&&yl.groups.push(Gd),yl.close=n_,af.length===1)throw new Error("Unbalanced parenthesis");af.pop(),Gd=IE(0,af,-1),Gd.groups.push(yl),Pl.pop(),yl=IE(0,Pl,-1)}else if(n_.type==="comma"){if(Ul===fl.length-3&&fl[Ul+1].type==="comment"&&kl(fl[Ul+2]))continue;yl.groups.push(Gd),Gd={groups:[],type:"comma_group"},af[af.length-1]=Gd}else Gd.groups.push(n_)}return Gd.groups.length>0&&yl.groups.push(Gd),Ul}function Qr(La){return La.type==="paren_group"&&!La.open&&!La.close&&La.groups.length===1||La.type==="comma_group"&&La.groups.length===1?Qr(La.groups[0]):La.type==="paren_group"||La.type==="comma_group"?{...La,groups:La.groups.map(Qr)}:La}function Al(La,hl){if(zC(La))for(let fl in La)fl!=="parent"&&(Al(La[fl],hl),fl==="nodes"&&(La.type==="atword"&&La.nodes.length===0||(La.group=Qr(ag(La,hl))),delete La[fl]));return La}function ug(La,hl){if(hl.parser==="less"&&La.startsWith("~`"))return{type:"value-unknown",value:La};let fl;try{fl=new ix.default(La,{loose:!0}).parse()}catch{return{type:"value-unknown",value:La}}fl.text=La;let yl=Al(fl,hl);return ee(yl,"value-",/^selector-/)}var dx=ug;var hx=new Set(["import","use","forward"]);function cg(La){return hx.has(La)}var fx=cg;function fg(La,hl){return hl.parser!=="scss"||!La.selector?!1:La.selector.replace(/\/\*.*?\*\//,"").replace(/\/\/.*\n/,"").trimEnd().endsWith(":")}var _x=fg;var mx=/(\s*)(!default).*$/,gx=/(\s*)(!global).*$/;function Ll(La,hl){if(zC(La)){delete La.parent;for(let fl in La)Ll(La[fl],hl);if(!La.type)return La;if(La.raws??(La.raws={}),La.type==="css-decl"&&typeof La.prop=="string"&&La.prop.startsWith("--")&&typeof La.value=="string"&&La.value.startsWith("{")){let fl;if(La.value.trimEnd().endsWith("}")){let yl=hl.originalText.slice(0,La.source.start.offset),Pl="a".repeat(La.prop.length)+hl.originalText.slice(La.source.start.offset+La.prop.length,La.source.end.offset),Ul=nC(yl)+Pl,Gd;hl.parser==="scss"?Gd=Ml:hl.parser==="less"?Gd=Dl:Gd=ql;let af;try{af=Gd(Ul,{...hl})}catch{}af?.nodes?.length===1&&af.nodes[0].type==="css-rule"&&(fl=af.nodes[0].nodes)}return fl?La.value={type:"css-rule",nodes:fl}:La.value={type:"value-unknown",value:La.raws.value.raw},La}let fl="";typeof La.selector=="string"&&(fl=La.raws.selector?La.raws.selector.scss??La.raws.selector.raw:La.selector,La.raws.between&&La.raws.between.trim().length>0&&(fl+=La.raws.between),La.raws.selector=fl);let yl="";typeof La.value=="string"&&(yl=La.raws.value?La.raws.value.scss??La.raws.value.raw:La.value,La.raws.value=yl.trim());let Pl="";if(typeof La.params=="string"&&(Pl=La.raws.params?La.raws.params.scss??La.raws.params.raw:La.params,La.raws.afterName&&La.raws.afterName.trim().length>0&&(Pl=La.raws.afterName+Pl),La.raws.between&&La.raws.between.trim().length>0&&(Pl+=La.raws.between),Pl=Pl.trim(),La.raws.params=Pl),fl.trim().length>0)return fl.startsWith("@")&&fl.endsWith(":")?La:La.mixin?(La.selector=dx(fl,hl),La):(_x(La,hl)&&(La.isScssNestedProperty=!0),La.selector=ex(fl),La);if(yl.trim().length>0){let fl=yl.match(mx);fl&&(yl=yl.slice(0,fl.index),La.scssDefault=!0,fl[0].trim()!=="!default"&&(La.raws.scssDefault=fl[0]));let Pl=yl.match(gx);if(Pl&&(yl=yl.slice(0,Pl.index),La.scssGlobal=!0,Pl[0].trim()!=="!global"&&(La.raws.scssGlobal=Pl[0])),yl.startsWith("progid:"))return{type:"value-unknown",value:yl};La.value=dx(yl,hl)}if(hl.parser==="less"&&La.type==="css-decl"&&typeof La.prop=="string"&&/^\s*\+\s*:/.test(La.raws.between)&&(La.prop+="+",La.raws.between=La.raws.between.replace("+","")),hl.parser==="less"&&La.type==="css-decl"&&yl.startsWith("extend(")&&(La.extend||(La.extend=La.raws.between===":"),La.extend&&!La.selector&&(delete La.value,La.selector=ex(yl.slice(7,-1)))),La.type==="css-atrule"){if(hl.parser==="less"){if(La.mixin){let hl=La.raws.identifier+La.name+La.raws.afterName+La.raws.params;return La.selector=ex(hl),delete La.params,La}if(La.function)return La}if(hl.parser==="css"&&La.name==="custom-selector"){let hl=La.params.match(/:--\S+\s+/)[0].trim();return La.customSelector=hl,La.selector=ex(La.params.slice(hl.length).trim()),delete La.params,La}if(hl.parser==="less"){if(La.name.includes(":")){La.variable=!0;let fl=La.name.split(":");La.name=fl[0];let yl=fl.slice(1).join(":");La.params&&(yl+=La.params),La.value=dx(yl,hl)}if(!["page","nest","keyframes"].includes(La.name)&&La.params?.[0]===":"){La.variable=!0;let fl=La.params.slice(1);fl&&(La.value=dx(fl,hl)),La.raws.afterName+=":"}if(La.variable)return delete La.params,La.value||delete La.value,La}}if(La.type==="css-atrule"&&Pl.length>0){let{name:fl}=La;if(fl==="warn"||fl==="error")return La.params={type:"media-unknown",value:Pl},La;if(fl==="extend"||fl==="nest")return La.selector=ex(Pl),delete La.params,La;if(fl==="at-root")return/^\(\s*(?:without|with)\s*:.+\)$/s.test(Pl)?La.params=dx(Pl,hl):(La.selector=ex(Pl),delete La.params),La;let yl=fl.toLowerCase();return fx(yl)?(La.import=!0,delete La.filename,La.params=dx(Pl,hl),La):["namespace","supports","if","else","for","each","while","debug","mixin","include","function","return","define-mixin","add-mixin"].includes(fl)?(Pl=Pl.replace(/(\$\S+?)(\s+)?\.{3}/,"$1...$2"),Pl=Pl.replace(/^(?!if)([^"'\s(]+)(\s+)\(/,"$1($2"),La.value=dx(Pl,hl),delete La.params,La):["media","custom-media"].includes(yl)?Pl.includes("#{")?{type:"media-unknown",value:Pl}:(La.params=XC(Pl),La):(La.params=Pl,La)}}return La}function un(La,hl,fl){let{frontMatter:yl,content:Pl}=sC(hl),Ul;try{Ul=La(Pl,{map:!1})}catch(La){let{name:hl,reason:fl,line:yl,column:Pl}=La;throw typeof yl!="number"?La:WC(`${hl}: ${fl}`,{loc:{start:{line:yl,column:Pl}},cause:La})}return fl.originalText=hl,Ul=Ll(ee(Ul,"css-"),fl),Un(Ul,hl),yl&&(Ul.frontMatter={...yl,type:"front-matter",source:{startOffset:yl.start.index,endOffset:yl.end.index}}),Ul}function ql(La,hl={}){return un(JC.default.default,La,hl)}function Dl(La,hl={}){return un(La=>HC.default.parse(Gn(La)),La,hl)}function Ml(La,hl={}){return un(VC.default,La,hl)}var bx={astFormat:"postcss",hasPragma:oi,hasIgnorePragma:ai,locStart:N,locEnd:P},Ex={...bx,parse:ql},wx={...bx,parse:Dl},Cx={...bx,parse:Ml};var xx={postcss:MC};return Gl(mE)})},7274:La=>{(function(hl){function e(){var La=hl();return La.default||La}if(true)La.exports=e();else{var fl}})(function(){"use strict";var La=Object.defineProperty;var hl=Object.getOwnPropertyDescriptor;var fl=Object.getOwnPropertyNames;var yl=Object.prototype.hasOwnProperty;var wd=(hl,fl)=>{for(var yl in fl)La(hl,yl,{get:fl[yl],enumerable:!0})},by=(Pl,Ul,Gd,af)=>{if(Ul&&typeof Ul=="object"||typeof Ul=="function")for(let n_ of fl(Ul))!yl.call(Pl,n_)&&n_!==Gd&&La(Pl,n_,{get:()=>Ul[n_],enumerable:!(af=hl(Ul,n_))||af.enumerable});return Pl};var vy=hl=>by(La({},"__esModule",{value:!0}),hl);var Pl={};wd(Pl,{parsers:()=>Ul});var Ul={};wd(Ul,{typescript:()=>Ox});var xy=()=>()=>{},Gd=xy;var ja=(La,hl)=>(fl,yl,...Pl)=>fl|1&&yl==null?void 0:(hl.call(yl)??yl[La]).apply(yl,Pl);var af=String.prototype.replaceAll??function(La,hl){return La.global?this.replace(La,hl):this.split(La).join(hl)},n_=ja("replaceAll",function(){if(typeof this=="string")return af}),i_=n_;var p_="6.0";var w_=[],D_=new Map;function s_(La){return La!==void 0?La.length:0}function Bn(La,hl){if(La!==void 0)for(let fl=0;fl0;return!1}function Zp(La,hl){return hl===void 0||hl.length===0?La:La===void 0||La.length===0?hl:[...La,...hl]}function Dy(La,hl,fl=tf){if(La===void 0||hl===void 0)return La===hl;if(La.length!==hl.length)return!1;for(let yl=0;ylLa?.at(hl):(La,hl)=>{if(La!==void 0&&(hl=Jp(La,hl),hl>1),af=fl(La[Pl],Pl);switch(Math.sign(yl(af,hl))){case-1:Ul=Pl+1;break;case 0:return Pl;case 1:Gd=Pl-1;break}}return~Ul}function Jy(La,hl,fl,yl,Pl){if(La&&La.length>0){let Ul=La.length;if(Ul>0){let Gd=yl===void 0||yl<0?0:yl,af=Pl===void 0||Gd+Pl>Ul-1?Ul-1:Gd+Pl,n_;for(arguments.length<=2?(n_=La[Gd],Gd++):n_=fl;Gd<=af;)n_=hl(n_,La[Gd],Gd),Gd++;return n_}}return fl}var N_=Object.prototype.hasOwnProperty;function Or(La,hl){return N_.call(La,hl)}function Ry(La){let hl=[];for(let fl in La)N_.call(La,fl)&&hl.push(fl);return hl}function Uy(){let La=new Map;return La.add=By,La.remove=qy,La}function By(La,hl){let fl=this.get(La);return fl!==void 0?fl.push(hl):this.set(La,fl=[hl]),fl}function qy(La,hl){let fl=this.get(La);fl!==void 0&&($y(fl,hl),fl.length||this.delete(La))}function Kr(La){return Array.isArray(La)}function kp(La){return Kr(La)?La:[La]}function Fy(La,hl){return La!==void 0&&hl(La)?La:void 0}function Pr(La,hl){return La!==void 0&&hl(La)?La:_m.fail(`Invalid cast. The supplied value ${La} did not pass the test '${_m.getFunctionName(hl)}'.`)}function Ha(La){}function zy(){return!0}function xt(La){return La}function Ed(La){let hl;return()=>(La&&(hl=La(),La=void 0),hl)}function Zn(La){let hl=new Map;return fl=>{let yl=`${typeof fl}:${fl}`,Pl=hl.get(yl);return Pl===void 0&&!hl.has(yl)&&(Pl=La(fl),hl.set(yl,Pl)),Pl}}function tf(La,hl){return La===hl}function nf(La,hl){return La===hl||La!==void 0&&hl!==void 0&&La.toUpperCase()===hl.toUpperCase()}function Vy(La,hl){return tf(La,hl)}function Wy(La,hl){return La===hl?0:La===void 0?-1:hl===void 0?1:Lafl?Gd-fl:1),i_=Math.floor(hl.length>fl+Gd?fl+Gd:hl.length);Pl[0]=Gd;let p_=Gd;for(let La=1;Lafl)return;let w_=yl;yl=Pl,Pl=w_}let Gd=yl[hl.length];return Gd>fl?void 0:Gd}function Hy(La,hl,fl){let yl=La.length-hl.length;return yl>=0&&(fl?nf(La.slice(yl),hl):La.indexOf(hl,yl)===yl)}function Xy(La,hl){La[hl]=La[La.length-1],La.pop()}function $y(La,hl){return Qy(La,La=>La===hl)}function Qy(La,hl){for(let fl=0;fl{let hl=0;La.currentLogLevel=2,La.isDebugging=!1;function a(hl){return La.currentLogLevel<=hl}La.shouldLog=a;function s(hl,fl){La.loggingHost&&a(hl)&&La.loggingHost.log(hl,fl)}function f(La){s(3,La)}La.log=f,(La=>{function se(La){s(1,La)}La.error=se;function de(La){s(2,La)}La.warn=de;function Se(La){s(3,La)}La.log=Se;function $e(La){s(4,La)}La.trace=$e})(f=La.log||(La.log={}));let fl={};function b(){return hl}La.getAssertionLevel=b;function v(yl){let Pl=hl;if(hl=yl,yl>Pl)for(let hl of Ry(fl)){let Pl=fl[hl];Pl!==void 0&&La[hl]!==Pl.assertion&&yl>=Pl.level&&(La[hl]=Pl,fl[hl]=void 0)}}La.setAssertionLevel=v;function l(La){return hl>=La}La.shouldAssert=l;function H(hl,yl){return l(hl)?!0:(fl[yl]={level:hl,assertion:La[yl]},La[yl]=Ha,!1)}function y(La,hl){debugger;let fl=new Error(La?`Debug Failure. ${La}`:"Debug Failure.");throw Error.captureStackTrace&&Error.captureStackTrace(fl,hl||y),fl}La.fail=y;function W(La,hl,fl){return y(`${hl||"Unexpected node."}\r\nNode ${Lt(La.kind)} was unexpected.`,fl||W)}La.failBadSyntaxKind=W;function k(La,hl,fl,yl){La||(hl=hl?`False expression: ${hl}`:"False expression.",fl&&(hl+=`\r\nVerbose Debug Information: `+(typeof fl=="string"?fl:fl())),y(hl,yl||k))}La.assert=k;function C(La,hl,fl,yl,Pl){if(La!==hl){let Ul=fl?yl?`${fl} ${yl}`:fl:"";y(`Expected ${La} === ${hl}. ${Ul}`,Pl||C)}}La.assertEqual=C;function R(La,hl,fl,yl){La>=hl&&y(`Expected ${La} < ${hl}. ${fl||""}`,yl||R)}La.assertLessThan=R;function ue(La,hl,fl){La>hl&&y(`Expected ${La} <= ${hl}`,fl||ue)}La.assertLessThanOrEqual=ue;function xe(La,hl,fl){La= ${hl}`,fl||xe)}La.assertGreaterThanOrEqual=xe;function ge(La,hl,fl){La==null&&y(hl,fl||ge)}La.assertIsDefined=ge;function me(La,hl,fl){return ge(La,hl,fl||me),La}La.checkDefined=me;function I(La,hl,fl){for(let yl of La)ge(yl,hl,fl||I)}La.assertEachIsDefined=I;function ae(La,hl,fl){return I(La,hl,fl||ae),La}La.checkEachDefined=ae;function Le(La,hl="Illegal value:",fl){let yl=typeof La=="object"&&Or(La,"kind")&&Or(La,"pos")?"SyntaxKind: "+Lt(La.kind):JSON.stringify(La);return y(`${hl} ${yl}`,fl||Le)}La.assertNever=Le;function V(La,hl,fl,yl){H(1,"assertEachNode")&&k(hl===void 0||Kp(La,hl),fl||"Unexpected node.",()=>`Node array did not pass test '${bn(hl)}'.`,yl||V)}La.assertEachNode=V;function oe(La,hl,fl,yl){H(1,"assertNode")&&k(La!==void 0&&(hl===void 0||hl(La)),fl||"Unexpected node.",()=>`Node ${Lt(La?.kind)} did not pass test '${bn(hl)}'.`,yl||oe)}La.assertNode=oe;function G(La,hl,fl,yl){H(1,"assertNotNode")&&k(La===void 0||hl===void 0||!hl(La),fl||"Unexpected node.",()=>`Node ${Lt(La.kind)} should not have passed test '${bn(hl)}'.`,yl||G)}La.assertNotNode=G;function mt(La,hl,fl,yl){H(1,"assertOptionalNode")&&k(hl===void 0||La===void 0||hl(La),fl||"Unexpected node.",()=>`Node ${Lt(La?.kind)} did not pass test '${bn(hl)}'.`,yl||mt)}La.assertOptionalNode=mt;function ir(La,hl,fl,yl){H(1,"assertOptionalToken")&&k(hl===void 0||La===void 0||La.kind===hl,fl||"Unexpected node.",()=>`Node ${Lt(La?.kind)} was not a '${Lt(hl)}' token.`,yl||ir)}La.assertOptionalToken=ir;function gn(La,hl,fl){H(1,"assertMissingNode")&&k(La===void 0,hl||"Unexpected node.",()=>`Node ${Lt(La.kind)} was unexpected'.`,fl||gn)}La.assertMissingNode=gn;function ar(La){}La.type=ar;function bn(La){if(typeof La!="function")return"";if(Or(La,"name"))return La.name;{let hl=Function.prototype.toString.call(La),fl=/^function\s+([\w$]+)\s*\(/.exec(hl);return fl?fl[1]:""}}La.getFunctionName=bn;function In(La){return`{ name: ${h_(La.escapedName)}; flags: ${ct(La.flags)}; declarations: ${jp(La.declarations,La=>Lt(La.kind))} }`}La.formatSymbol=In;function He(La=0,hl,fl){let yl=jr(hl);if(La===0)return yl.length>0&&yl[0][0]===0?yl[0][1]:"0";if(fl){let hl=[],fl=La;for(let[Pl,Ul]of yl){if(Pl>La)break;Pl!==0&&Pl&La&&(hl.push(Ul),fl&=~Pl)}if(fl===0)return hl.join("|")}else for(let[hl,fl]of yl)if(hl===La)return fl;return La.toString()}La.formatEnum=He;let yl=new Map;function jr(La){let hl=yl.get(La);if(hl)return hl;let fl=[];for(let hl in La){let yl=La[hl];typeof yl=="number"&&fl.push([yl,hl])}let Pl=Iy(fl,(La,hl)=>Nm(La[0],hl[0]));return yl.set(La,Pl),Pl}function Lt(La){return He(La,gg,!1)}La.formatSyntaxKind=Lt;function qn(La){return He(La,fA,!1)}La.formatSnippetKind=qn;function On(La){return He(La,cA,!1)}La.formatScriptKind=On;function jt(La){return He(La,eA,!0)}La.formatNodeFlags=jt;function gt(La){return He(La,sA,!0)}La.formatNodeCheckFlags=gt;function Ke(La){return He(La,tA,!0)}La.formatModifierFlags=Ke;function Fn(La){return He(La,hA,!0)}La.formatTransformFlags=Fn;function Zt(La){return He(La,_A,!0)}La.formatEmitFlags=Zt;function ct(La){return He(La,iA,!0)}La.formatSymbolFlags=ct;function st(La){return He(La,aA,!0)}La.formatTypeFlags=st;function qt(La){return He(La,lA,!0)}La.formatSignatureFlags=qt;function Jt(La){return He(La,oA,!0)}La.formatObjectFlags=Jt;function lt(La){return He(La,nA,!0)}La.formatFlowFlags=lt;function _r(La){return He(La,rA,!0)}La.formatRelationComparisonResult=_r;function ht(La){return He(La,CheckMode,!0)}La.formatCheckMode=ht;function vn(La){return He(La,SignatureCheckMode,!0)}La.formatSignatureCheckMode=vn;function bt(La){return He(La,TypeFacts,!0)}La.formatTypeFacts=bt;let Pl=!1,Ul;function Ft(La){"__debugFlowFlags"in La||Object.defineProperties(La,{__tsDebuggerDisplay:{value(){let La=this.flags&2?"FlowStart":this.flags&4?"FlowBranchLabel":this.flags&8?"FlowLoopLabel":this.flags&16?"FlowAssignment":this.flags&32?"FlowTrueCondition":this.flags&64?"FlowFalseCondition":this.flags&128?"FlowSwitchClause":this.flags&256?"FlowArrayMutation":this.flags&512?"FlowCall":this.flags&1024?"FlowReduceLabel":this.flags&1?"FlowUnreachable":"UnknownFlow",hl=this.flags&-2048;return`${La}${hl?` (${lt(hl)})`:""}`}},__debugFlowFlags:{get(){return He(this.flags,nA,!0)}},__debugToString:{value(){return xr(this)}}})}function sn(La){return Pl&&(typeof Object.setPrototypeOf=="function"?(Ul||(Ul=Object.create(Object.prototype),Ft(Ul)),Object.setPrototypeOf(La,Ul)):Ft(La)),La}La.attachFlowNodeDebugInfo=sn;let Gd;function br(La){"__tsDebuggerDisplay"in La||Object.defineProperties(La,{__tsDebuggerDisplay:{value(La){return La=String(La).replace(/(?:,[\s\w]+:[^,]+)+\]$/,"]"),`NodeArray ${La}`}}})}function vr(La){Pl&&(typeof Object.setPrototypeOf=="function"?(Gd||(Gd=Object.create(Array.prototype),br(Gd)),Object.setPrototypeOf(La,Gd)):br(La))}La.attachNodeArrayDebugInfo=vr;function zn(){if(Pl)return;let La=new WeakMap,hl=new WeakMap;Object.defineProperties(YA.getSymbolConstructor().prototype,{__tsDebuggerDisplay:{value(){let La=this.flags&33554432?"TransientSymbol":"Symbol",hl=this.flags&-33554433;return`${La} '${Fp(this)}'${hl?` (${ct(hl)})`:""}`}},__debugFlags:{get(){return ct(this.flags)}}}),Object.defineProperties(YA.getTypeConstructor().prototype,{__tsDebuggerDisplay:{value(){let La=this.flags&402431?`IntrinsicType ${this.intrinsicName}${this.debugIntrinsicName?` (${this.debugIntrinsicName})`:""}`:this.flags&12?"NullableType":this.flags&3072?`LiteralType ${JSON.stringify(this.value)}`:this.flags&4096?`LiteralType ${this.value.negative?"-":""}${this.value.base10Value}n`:this.flags&16384?"UniqueESSymbolType":this.flags&65536?"EnumType":this.flags&134217728?"UnionType":this.flags&268435456?"IntersectionType":this.flags&2097152?"IndexType":this.flags&33554432?"IndexedAccessType":this.flags&67108864?"ConditionalType":this.flags&16777216?"SubstitutionType":this.flags&524288?"TypeParameter":this.flags&1048576?this.objectFlags&3?"InterfaceType":this.objectFlags&4?"TypeReference":this.objectFlags&8?"TupleType":this.objectFlags&16?"AnonymousType":this.objectFlags&32?"MappedType":this.objectFlags&1024?"ReverseMappedType":this.objectFlags&256?"EvolvingArrayType":"ObjectType":"Type",hl=this.flags&1048576?this.objectFlags&-142607680:0;return`${La}${this.symbol?` '${Fp(this.symbol)}'`:""}${hl?` (${Jt(hl)})`:""}`}},__debugFlags:{get(){return st(this.flags)}},__debugObjectFlags:{get(){return this.flags&1048576?Jt(this.objectFlags):""}},__debugTypeToString:{value(){let hl=La.get(this);return hl===void 0&&(hl=this.checker.typeToString(this),La.set(this,hl)),hl}}}),Object.defineProperties(YA.getSignatureConstructor().prototype,{__debugFlags:{get(){return qt(this.flags)}},__debugSignatureToString:{value(){var La;return(La=this.checker)==null?void 0:La.signatureToString(this)}}});let fl=[YA.getNodeConstructor(),YA.getIdentifierConstructor(),YA.getTokenConstructor(),YA.getSourceFileConstructor()];for(let La of fl)Or(La.prototype,"__debugKind")||Object.defineProperties(La.prototype,{__tsDebuggerDisplay:{value(){return`${za(this)?"GeneratedIdentifier":et(this)?`Identifier '${Pn(this)}'`:xi(this)?`PrivateIdentifier '${Pn(this)}'`:Lr(this)?`StringLiteral ${JSON.stringify(this.text.length<10?this.text:this.text.slice(10)+"...")}`:sa(this)?`NumericLiteral ${this.text}`:I1(this)?`BigIntLiteral ${this.text}n`:Of(this)?"TypeParameterDeclaration":x_(this)?"ParameterDeclaration":Mf(this)?"ConstructorDeclaration":Al(this)?"GetAccessorDeclaration":S_(this)?"SetAccessorDeclaration":J1(this)?"CallSignatureDeclaration":R1(this)?"ConstructSignatureDeclaration":Lf(this)?"IndexSignatureDeclaration":U1(this)?"TypePredicateNode":jf(this)?"TypeReferenceNode":Jf(this)?"FunctionTypeNode":Rf(this)?"ConstructorTypeNode":sv(this)?"TypeQueryNode":B1(this)?"TypeLiteralNode":_v(this)?"ArrayTypeNode":ov(this)?"TupleTypeNode":cv(this)?"OptionalTypeNode":lv(this)?"RestTypeNode":F1(this)?"UnionTypeNode":z1(this)?"IntersectionTypeNode":uv(this)?"ConditionalTypeNode":pv(this)?"InferTypeNode":V1(this)?"ParenthesizedTypeNode":fv(this)?"ThisTypeNode":W1(this)?"TypeOperatorNode":dv(this)?"IndexedAccessTypeNode":G1(this)?"MappedTypeNode":mv(this)?"LiteralTypeNode":q1(this)?"NamedTupleMember":hv(this)?"ImportTypeNode":Lt(this.kind)}${this.flags?` (${jt(this.flags)})`:""}`}},__debugKind:{get(){return Lt(this.kind)}},__debugNodeFlags:{get(){return jt(this.flags)}},__debugModifierFlags:{get(){return Ke(fb(this))}},__debugTransformFlags:{get(){return Fn(this.transformFlags)}},__debugIsParseTreeNode:{get(){return wl(this)}},__debugEmitFlags:{get(){return Zt(Ya(this))}},__debugGetText:{value(La){if(Ba(this))return"";let fl=hl.get(this);if(fl===void 0){let yl=Mg(this),Pl=yl&&bi(yl);fl=Pl?qd(Pl,yl,La):"",hl.set(this,fl)}return fl}}});Pl=!0}La.enableDebugInfo=zn;function Vn(La){let hl=La&7,fl=hl===0?"in out":hl===3?"[bivariant]":hl===2?"in":hl===1?"out":hl===4?"[independent]":"";return La&8?fl+=" (unmeasurable)":La&16&&(fl+=" (unreliable)"),fl}La.formatVariance=Vn;class Jr{__debugToString(){var La;switch(this.kind){case 3:return((La=this.debugInfo)==null?void 0:La.call(this))||"(function mapper)";case 0:return`${this.source.__debugTypeToString()} -> ${this.target.__debugTypeToString()}`;case 1:return kd(this.sources,this.targets||jp(this.sources,()=>"any"),(La,hl)=>`${La.__debugTypeToString()} -> ${typeof hl=="string"?hl:hl.__debugTypeToString()}`).join(", ");case 2:return kd(this.sources,this.targets,(La,hl)=>`${La.__debugTypeToString()} -> ${hl().__debugTypeToString()}`).join(", ");case 5:case 4:return`m1: ${this.mapper1.__debugToString().split(`\n`).join(`\n `)}\nm2: ${this.mapper2.__debugToString().split(`\n`).join(`\n `)}`;default:return Le(this)}}}La.DebugTypeMapper=Jr;function Wn(hl){return La.isDebugging?Object.setPrototypeOf(hl,Jr.prototype):hl}La.attachDebugPrototypeIfDebug=Wn;function Pe(La){return console.log(xr(La))}La.printControlFlowGraph=Pe;function xr(La){let hl=-1;function de(La){return La.id||(La.id=hl,hl--),La.id}let fl;(La=>{La.lr="─",La.ud="│",La.dr="╭",La.dl="╮",La.ul="╯",La.ur="╰",La.udr="├",La.udl="┤",La.dlr="┬",La.ulr="┴",La.udlr="╫"})(fl||(fl={}));let yl;(La=>{La[La.None=0]="None",La[La.Up=1]="Up",La[La.Down=2]="Down",La[La.Left=4]="Left",La[La.Right=8]="Right",La[La.UpDown=3]="UpDown",La[La.LeftRight=12]="LeftRight",La[La.UpLeft=5]="UpLeft",La[La.UpRight=9]="UpRight",La[La.DownLeft=6]="DownLeft",La[La.DownRight=10]="DownRight",La[La.UpDownLeft=7]="UpDownLeft",La[La.UpDownRight=11]="UpDownRight",La[La.UpLeftRight=13]="UpLeftRight",La[La.DownLeftRight=14]="DownLeftRight",La[La.UpDownLeftRight=15]="UpDownLeftRight",La[La.NoChildren=16]="NoChildren"})(yl||(yl={}));let Pl=2032,Ul=882,Gd=Object.create(null),af=[],n_=[],i_=ke(La,new Set);for(let La of af)La.text=at(La.flowNode,La.circular),he(La);let p_=Ye(i_),w_=tt(p_);return Xe(i_,0),un();function Gn(La){return!!(La.flags&128)}function Ei(La){return!!(La.flags&12)&&!!La.antecedent}function U(La){return!!(La.flags&Pl)}function K(La){return!!(La.flags&Ul)}function Z(La){let hl=[];for(let fl of La.edges)fl.source===La&&hl.push(fl.target);return hl}function we(La){let hl=[];for(let fl of La.edges)fl.target===La&&hl.push(fl.source);return hl}function ke(La,hl){let fl=de(La),yl=Gd[fl];if(yl&&hl.has(La))return yl.circular=!0,yl={id:-1,flowNode:La,edges:[],text:"",lane:-1,endLane:-1,level:-1,circular:"circularity"},af.push(yl),yl;if(hl.add(La),!yl)if(Gd[fl]=yl={id:fl,flowNode:La,edges:[],text:"",lane:-1,endLane:-1,level:-1,circular:!1},af.push(yl),Ei(La))for(let fl of La.antecedent)Ee(yl,fl,hl);else U(La)&&Ee(yl,La.antecedent,hl);return hl.delete(La),yl}function Ee(La,hl,fl){let yl=ke(hl,fl),Pl={source:La,target:yl};n_.push(Pl),La.edges.push(Pl),yl.edges.push(Pl)}function he(La){if(La.level!==-1)return La.level;let hl=0;for(let fl of we(La))hl=Math.max(hl,he(fl)+1);return La.level=hl}function Ye(La){let hl=0;for(let fl of Z(La))hl=Math.max(hl,Ye(fl));return hl+1}function tt(La){let hl=O(Array(La),0);for(let La of af)hl[La.level]=Math.max(hl[La.level],La.text.length);return hl}function Xe(La,hl){if(La.lane===-1){La.lane=hl,La.endLane=hl;let fl=Z(La);for(let yl=0;yl0&&hl++;let Pl=fl[yl];Xe(Pl,hl),Pl.endLane>La.endLane&&(hl=Pl.endLane)}La.endLane=hl}}function De(La){if(La&2)return"Start";if(La&4)return"Branch";if(La&8)return"Loop";if(La&16)return"Assignment";if(La&32)return"True";if(La&64)return"False";if(La&128)return"SwitchClause";if(La&256)return"ArrayMutation";if(La&512)return"Call";if(La&1024)return"ReduceLabel";if(La&1)return"Unreachable";throw new Error}function xn(La){let hl=bi(La);return qd(hl,La,!1)}function at(La,hl){let fl=De(La.flags);if(hl&&(fl=`${fl}#${de(La)}`),Gn(La)){let hl=[],{switchStatement:yl,clauseStart:Pl,clauseEnd:Ul}=La.node;for(let La=Pl;LaLa.lane)+1,fl=O(Array(hl),""),yl=w_.map(()=>Array(hl)),Pl=w_.map(()=>O(Array(hl),0));for(let La of af){yl[La.level][La.lane]=La;let hl=Z(La);for(let fl=0;fl0&&(Ul|=1),fl0&&(Ul|=1),hl0?Pl[fl-1][La]:0,yl=La>0?Pl[fl][La-1]:0,Ul=Pl[fl][La];Ul||(hl&8&&(Ul|=12),yl&2&&(Ul|=3),Pl[fl][La]=Ul)}for(let hl=0;hl0?La.repeat(hl):"";let fl="";for(;fl.length{},Ky=()=>{},mg,gg=(La=>(La[La.Unknown=0]="Unknown",La[La.EndOfFileToken=1]="EndOfFileToken",La[La.SingleLineCommentTrivia=2]="SingleLineCommentTrivia",La[La.MultiLineCommentTrivia=3]="MultiLineCommentTrivia",La[La.NewLineTrivia=4]="NewLineTrivia",La[La.WhitespaceTrivia=5]="WhitespaceTrivia",La[La.ShebangTrivia=6]="ShebangTrivia",La[La.ConflictMarkerTrivia=7]="ConflictMarkerTrivia",La[La.NonTextFileMarkerTrivia=8]="NonTextFileMarkerTrivia",La[La.NumericLiteral=9]="NumericLiteral",La[La.BigIntLiteral=10]="BigIntLiteral",La[La.StringLiteral=11]="StringLiteral",La[La.JsxText=12]="JsxText",La[La.JsxTextAllWhiteSpaces=13]="JsxTextAllWhiteSpaces",La[La.RegularExpressionLiteral=14]="RegularExpressionLiteral",La[La.NoSubstitutionTemplateLiteral=15]="NoSubstitutionTemplateLiteral",La[La.TemplateHead=16]="TemplateHead",La[La.TemplateMiddle=17]="TemplateMiddle",La[La.TemplateTail=18]="TemplateTail",La[La.OpenBraceToken=19]="OpenBraceToken",La[La.CloseBraceToken=20]="CloseBraceToken",La[La.OpenParenToken=21]="OpenParenToken",La[La.CloseParenToken=22]="CloseParenToken",La[La.OpenBracketToken=23]="OpenBracketToken",La[La.CloseBracketToken=24]="CloseBracketToken",La[La.DotToken=25]="DotToken",La[La.DotDotDotToken=26]="DotDotDotToken",La[La.SemicolonToken=27]="SemicolonToken",La[La.CommaToken=28]="CommaToken",La[La.QuestionDotToken=29]="QuestionDotToken",La[La.LessThanToken=30]="LessThanToken",La[La.LessThanSlashToken=31]="LessThanSlashToken",La[La.GreaterThanToken=32]="GreaterThanToken",La[La.LessThanEqualsToken=33]="LessThanEqualsToken",La[La.GreaterThanEqualsToken=34]="GreaterThanEqualsToken",La[La.EqualsEqualsToken=35]="EqualsEqualsToken",La[La.ExclamationEqualsToken=36]="ExclamationEqualsToken",La[La.EqualsEqualsEqualsToken=37]="EqualsEqualsEqualsToken",La[La.ExclamationEqualsEqualsToken=38]="ExclamationEqualsEqualsToken",La[La.EqualsGreaterThanToken=39]="EqualsGreaterThanToken",La[La.PlusToken=40]="PlusToken",La[La.MinusToken=41]="MinusToken",La[La.AsteriskToken=42]="AsteriskToken",La[La.AsteriskAsteriskToken=43]="AsteriskAsteriskToken",La[La.SlashToken=44]="SlashToken",La[La.PercentToken=45]="PercentToken",La[La.PlusPlusToken=46]="PlusPlusToken",La[La.MinusMinusToken=47]="MinusMinusToken",La[La.LessThanLessThanToken=48]="LessThanLessThanToken",La[La.GreaterThanGreaterThanToken=49]="GreaterThanGreaterThanToken",La[La.GreaterThanGreaterThanGreaterThanToken=50]="GreaterThanGreaterThanGreaterThanToken",La[La.AmpersandToken=51]="AmpersandToken",La[La.BarToken=52]="BarToken",La[La.CaretToken=53]="CaretToken",La[La.ExclamationToken=54]="ExclamationToken",La[La.TildeToken=55]="TildeToken",La[La.AmpersandAmpersandToken=56]="AmpersandAmpersandToken",La[La.BarBarToken=57]="BarBarToken",La[La.QuestionToken=58]="QuestionToken",La[La.ColonToken=59]="ColonToken",La[La.AtToken=60]="AtToken",La[La.QuestionQuestionToken=61]="QuestionQuestionToken",La[La.BacktickToken=62]="BacktickToken",La[La.HashToken=63]="HashToken",La[La.EqualsToken=64]="EqualsToken",La[La.PlusEqualsToken=65]="PlusEqualsToken",La[La.MinusEqualsToken=66]="MinusEqualsToken",La[La.AsteriskEqualsToken=67]="AsteriskEqualsToken",La[La.AsteriskAsteriskEqualsToken=68]="AsteriskAsteriskEqualsToken",La[La.SlashEqualsToken=69]="SlashEqualsToken",La[La.PercentEqualsToken=70]="PercentEqualsToken",La[La.LessThanLessThanEqualsToken=71]="LessThanLessThanEqualsToken",La[La.GreaterThanGreaterThanEqualsToken=72]="GreaterThanGreaterThanEqualsToken",La[La.GreaterThanGreaterThanGreaterThanEqualsToken=73]="GreaterThanGreaterThanGreaterThanEqualsToken",La[La.AmpersandEqualsToken=74]="AmpersandEqualsToken",La[La.BarEqualsToken=75]="BarEqualsToken",La[La.BarBarEqualsToken=76]="BarBarEqualsToken",La[La.AmpersandAmpersandEqualsToken=77]="AmpersandAmpersandEqualsToken",La[La.QuestionQuestionEqualsToken=78]="QuestionQuestionEqualsToken",La[La.CaretEqualsToken=79]="CaretEqualsToken",La[La.Identifier=80]="Identifier",La[La.PrivateIdentifier=81]="PrivateIdentifier",La[La.JSDocCommentTextToken=82]="JSDocCommentTextToken",La[La.BreakKeyword=83]="BreakKeyword",La[La.CaseKeyword=84]="CaseKeyword",La[La.CatchKeyword=85]="CatchKeyword",La[La.ClassKeyword=86]="ClassKeyword",La[La.ConstKeyword=87]="ConstKeyword",La[La.ContinueKeyword=88]="ContinueKeyword",La[La.DebuggerKeyword=89]="DebuggerKeyword",La[La.DefaultKeyword=90]="DefaultKeyword",La[La.DeleteKeyword=91]="DeleteKeyword",La[La.DoKeyword=92]="DoKeyword",La[La.ElseKeyword=93]="ElseKeyword",La[La.EnumKeyword=94]="EnumKeyword",La[La.ExportKeyword=95]="ExportKeyword",La[La.ExtendsKeyword=96]="ExtendsKeyword",La[La.FalseKeyword=97]="FalseKeyword",La[La.FinallyKeyword=98]="FinallyKeyword",La[La.ForKeyword=99]="ForKeyword",La[La.FunctionKeyword=100]="FunctionKeyword",La[La.IfKeyword=101]="IfKeyword",La[La.ImportKeyword=102]="ImportKeyword",La[La.InKeyword=103]="InKeyword",La[La.InstanceOfKeyword=104]="InstanceOfKeyword",La[La.NewKeyword=105]="NewKeyword",La[La.NullKeyword=106]="NullKeyword",La[La.ReturnKeyword=107]="ReturnKeyword",La[La.SuperKeyword=108]="SuperKeyword",La[La.SwitchKeyword=109]="SwitchKeyword",La[La.ThisKeyword=110]="ThisKeyword",La[La.ThrowKeyword=111]="ThrowKeyword",La[La.TrueKeyword=112]="TrueKeyword",La[La.TryKeyword=113]="TryKeyword",La[La.TypeOfKeyword=114]="TypeOfKeyword",La[La.VarKeyword=115]="VarKeyword",La[La.VoidKeyword=116]="VoidKeyword",La[La.WhileKeyword=117]="WhileKeyword",La[La.WithKeyword=118]="WithKeyword",La[La.ImplementsKeyword=119]="ImplementsKeyword",La[La.InterfaceKeyword=120]="InterfaceKeyword",La[La.LetKeyword=121]="LetKeyword",La[La.PackageKeyword=122]="PackageKeyword",La[La.PrivateKeyword=123]="PrivateKeyword",La[La.ProtectedKeyword=124]="ProtectedKeyword",La[La.PublicKeyword=125]="PublicKeyword",La[La.StaticKeyword=126]="StaticKeyword",La[La.YieldKeyword=127]="YieldKeyword",La[La.AbstractKeyword=128]="AbstractKeyword",La[La.AccessorKeyword=129]="AccessorKeyword",La[La.AsKeyword=130]="AsKeyword",La[La.AssertsKeyword=131]="AssertsKeyword",La[La.AssertKeyword=132]="AssertKeyword",La[La.AnyKeyword=133]="AnyKeyword",La[La.AsyncKeyword=134]="AsyncKeyword",La[La.AwaitKeyword=135]="AwaitKeyword",La[La.BooleanKeyword=136]="BooleanKeyword",La[La.ConstructorKeyword=137]="ConstructorKeyword",La[La.DeclareKeyword=138]="DeclareKeyword",La[La.GetKeyword=139]="GetKeyword",La[La.InferKeyword=140]="InferKeyword",La[La.IntrinsicKeyword=141]="IntrinsicKeyword",La[La.IsKeyword=142]="IsKeyword",La[La.KeyOfKeyword=143]="KeyOfKeyword",La[La.ModuleKeyword=144]="ModuleKeyword",La[La.NamespaceKeyword=145]="NamespaceKeyword",La[La.NeverKeyword=146]="NeverKeyword",La[La.OutKeyword=147]="OutKeyword",La[La.ReadonlyKeyword=148]="ReadonlyKeyword",La[La.RequireKeyword=149]="RequireKeyword",La[La.NumberKeyword=150]="NumberKeyword",La[La.ObjectKeyword=151]="ObjectKeyword",La[La.SatisfiesKeyword=152]="SatisfiesKeyword",La[La.SetKeyword=153]="SetKeyword",La[La.StringKeyword=154]="StringKeyword",La[La.SymbolKeyword=155]="SymbolKeyword",La[La.TypeKeyword=156]="TypeKeyword",La[La.UndefinedKeyword=157]="UndefinedKeyword",La[La.UniqueKeyword=158]="UniqueKeyword",La[La.UnknownKeyword=159]="UnknownKeyword",La[La.UsingKeyword=160]="UsingKeyword",La[La.FromKeyword=161]="FromKeyword",La[La.GlobalKeyword=162]="GlobalKeyword",La[La.BigIntKeyword=163]="BigIntKeyword",La[La.OverrideKeyword=164]="OverrideKeyword",La[La.OfKeyword=165]="OfKeyword",La[La.DeferKeyword=166]="DeferKeyword",La[La.QualifiedName=167]="QualifiedName",La[La.ComputedPropertyName=168]="ComputedPropertyName",La[La.TypeParameter=169]="TypeParameter",La[La.Parameter=170]="Parameter",La[La.Decorator=171]="Decorator",La[La.PropertySignature=172]="PropertySignature",La[La.PropertyDeclaration=173]="PropertyDeclaration",La[La.MethodSignature=174]="MethodSignature",La[La.MethodDeclaration=175]="MethodDeclaration",La[La.ClassStaticBlockDeclaration=176]="ClassStaticBlockDeclaration",La[La.Constructor=177]="Constructor",La[La.GetAccessor=178]="GetAccessor",La[La.SetAccessor=179]="SetAccessor",La[La.CallSignature=180]="CallSignature",La[La.ConstructSignature=181]="ConstructSignature",La[La.IndexSignature=182]="IndexSignature",La[La.TypePredicate=183]="TypePredicate",La[La.TypeReference=184]="TypeReference",La[La.FunctionType=185]="FunctionType",La[La.ConstructorType=186]="ConstructorType",La[La.TypeQuery=187]="TypeQuery",La[La.TypeLiteral=188]="TypeLiteral",La[La.ArrayType=189]="ArrayType",La[La.TupleType=190]="TupleType",La[La.OptionalType=191]="OptionalType",La[La.RestType=192]="RestType",La[La.UnionType=193]="UnionType",La[La.IntersectionType=194]="IntersectionType",La[La.ConditionalType=195]="ConditionalType",La[La.InferType=196]="InferType",La[La.ParenthesizedType=197]="ParenthesizedType",La[La.ThisType=198]="ThisType",La[La.TypeOperator=199]="TypeOperator",La[La.IndexedAccessType=200]="IndexedAccessType",La[La.MappedType=201]="MappedType",La[La.LiteralType=202]="LiteralType",La[La.NamedTupleMember=203]="NamedTupleMember",La[La.TemplateLiteralType=204]="TemplateLiteralType",La[La.TemplateLiteralTypeSpan=205]="TemplateLiteralTypeSpan",La[La.ImportType=206]="ImportType",La[La.ObjectBindingPattern=207]="ObjectBindingPattern",La[La.ArrayBindingPattern=208]="ArrayBindingPattern",La[La.BindingElement=209]="BindingElement",La[La.ArrayLiteralExpression=210]="ArrayLiteralExpression",La[La.ObjectLiteralExpression=211]="ObjectLiteralExpression",La[La.PropertyAccessExpression=212]="PropertyAccessExpression",La[La.ElementAccessExpression=213]="ElementAccessExpression",La[La.CallExpression=214]="CallExpression",La[La.NewExpression=215]="NewExpression",La[La.TaggedTemplateExpression=216]="TaggedTemplateExpression",La[La.TypeAssertionExpression=217]="TypeAssertionExpression",La[La.ParenthesizedExpression=218]="ParenthesizedExpression",La[La.FunctionExpression=219]="FunctionExpression",La[La.ArrowFunction=220]="ArrowFunction",La[La.DeleteExpression=221]="DeleteExpression",La[La.TypeOfExpression=222]="TypeOfExpression",La[La.VoidExpression=223]="VoidExpression",La[La.AwaitExpression=224]="AwaitExpression",La[La.PrefixUnaryExpression=225]="PrefixUnaryExpression",La[La.PostfixUnaryExpression=226]="PostfixUnaryExpression",La[La.BinaryExpression=227]="BinaryExpression",La[La.ConditionalExpression=228]="ConditionalExpression",La[La.TemplateExpression=229]="TemplateExpression",La[La.YieldExpression=230]="YieldExpression",La[La.SpreadElement=231]="SpreadElement",La[La.ClassExpression=232]="ClassExpression",La[La.OmittedExpression=233]="OmittedExpression",La[La.ExpressionWithTypeArguments=234]="ExpressionWithTypeArguments",La[La.AsExpression=235]="AsExpression",La[La.NonNullExpression=236]="NonNullExpression",La[La.MetaProperty=237]="MetaProperty",La[La.SyntheticExpression=238]="SyntheticExpression",La[La.SatisfiesExpression=239]="SatisfiesExpression",La[La.TemplateSpan=240]="TemplateSpan",La[La.SemicolonClassElement=241]="SemicolonClassElement",La[La.Block=242]="Block",La[La.EmptyStatement=243]="EmptyStatement",La[La.VariableStatement=244]="VariableStatement",La[La.ExpressionStatement=245]="ExpressionStatement",La[La.IfStatement=246]="IfStatement",La[La.DoStatement=247]="DoStatement",La[La.WhileStatement=248]="WhileStatement",La[La.ForStatement=249]="ForStatement",La[La.ForInStatement=250]="ForInStatement",La[La.ForOfStatement=251]="ForOfStatement",La[La.ContinueStatement=252]="ContinueStatement",La[La.BreakStatement=253]="BreakStatement",La[La.ReturnStatement=254]="ReturnStatement",La[La.WithStatement=255]="WithStatement",La[La.SwitchStatement=256]="SwitchStatement",La[La.LabeledStatement=257]="LabeledStatement",La[La.ThrowStatement=258]="ThrowStatement",La[La.TryStatement=259]="TryStatement",La[La.DebuggerStatement=260]="DebuggerStatement",La[La.VariableDeclaration=261]="VariableDeclaration",La[La.VariableDeclarationList=262]="VariableDeclarationList",La[La.FunctionDeclaration=263]="FunctionDeclaration",La[La.ClassDeclaration=264]="ClassDeclaration",La[La.InterfaceDeclaration=265]="InterfaceDeclaration",La[La.TypeAliasDeclaration=266]="TypeAliasDeclaration",La[La.EnumDeclaration=267]="EnumDeclaration",La[La.ModuleDeclaration=268]="ModuleDeclaration",La[La.ModuleBlock=269]="ModuleBlock",La[La.CaseBlock=270]="CaseBlock",La[La.NamespaceExportDeclaration=271]="NamespaceExportDeclaration",La[La.ImportEqualsDeclaration=272]="ImportEqualsDeclaration",La[La.ImportDeclaration=273]="ImportDeclaration",La[La.ImportClause=274]="ImportClause",La[La.NamespaceImport=275]="NamespaceImport",La[La.NamedImports=276]="NamedImports",La[La.ImportSpecifier=277]="ImportSpecifier",La[La.ExportAssignment=278]="ExportAssignment",La[La.ExportDeclaration=279]="ExportDeclaration",La[La.NamedExports=280]="NamedExports",La[La.NamespaceExport=281]="NamespaceExport",La[La.ExportSpecifier=282]="ExportSpecifier",La[La.MissingDeclaration=283]="MissingDeclaration",La[La.ExternalModuleReference=284]="ExternalModuleReference",La[La.JsxElement=285]="JsxElement",La[La.JsxSelfClosingElement=286]="JsxSelfClosingElement",La[La.JsxOpeningElement=287]="JsxOpeningElement",La[La.JsxClosingElement=288]="JsxClosingElement",La[La.JsxFragment=289]="JsxFragment",La[La.JsxOpeningFragment=290]="JsxOpeningFragment",La[La.JsxClosingFragment=291]="JsxClosingFragment",La[La.JsxAttribute=292]="JsxAttribute",La[La.JsxAttributes=293]="JsxAttributes",La[La.JsxSpreadAttribute=294]="JsxSpreadAttribute",La[La.JsxExpression=295]="JsxExpression",La[La.JsxNamespacedName=296]="JsxNamespacedName",La[La.CaseClause=297]="CaseClause",La[La.DefaultClause=298]="DefaultClause",La[La.HeritageClause=299]="HeritageClause",La[La.CatchClause=300]="CatchClause",La[La.ImportAttributes=301]="ImportAttributes",La[La.ImportAttribute=302]="ImportAttribute",La[La.AssertClause=301]="AssertClause",La[La.AssertEntry=302]="AssertEntry",La[La.ImportTypeAssertionContainer=303]="ImportTypeAssertionContainer",La[La.PropertyAssignment=304]="PropertyAssignment",La[La.ShorthandPropertyAssignment=305]="ShorthandPropertyAssignment",La[La.SpreadAssignment=306]="SpreadAssignment",La[La.EnumMember=307]="EnumMember",La[La.SourceFile=308]="SourceFile",La[La.Bundle=309]="Bundle",La[La.JSDocTypeExpression=310]="JSDocTypeExpression",La[La.JSDocNameReference=311]="JSDocNameReference",La[La.JSDocMemberName=312]="JSDocMemberName",La[La.JSDocAllType=313]="JSDocAllType",La[La.JSDocUnknownType=314]="JSDocUnknownType",La[La.JSDocNullableType=315]="JSDocNullableType",La[La.JSDocNonNullableType=316]="JSDocNonNullableType",La[La.JSDocOptionalType=317]="JSDocOptionalType",La[La.JSDocFunctionType=318]="JSDocFunctionType",La[La.JSDocVariadicType=319]="JSDocVariadicType",La[La.JSDocNamepathType=320]="JSDocNamepathType",La[La.JSDoc=321]="JSDoc",La[La.JSDocComment=321]="JSDocComment",La[La.JSDocText=322]="JSDocText",La[La.JSDocTypeLiteral=323]="JSDocTypeLiteral",La[La.JSDocSignature=324]="JSDocSignature",La[La.JSDocLink=325]="JSDocLink",La[La.JSDocLinkCode=326]="JSDocLinkCode",La[La.JSDocLinkPlain=327]="JSDocLinkPlain",La[La.JSDocTag=328]="JSDocTag",La[La.JSDocAugmentsTag=329]="JSDocAugmentsTag",La[La.JSDocImplementsTag=330]="JSDocImplementsTag",La[La.JSDocAuthorTag=331]="JSDocAuthorTag",La[La.JSDocDeprecatedTag=332]="JSDocDeprecatedTag",La[La.JSDocClassTag=333]="JSDocClassTag",La[La.JSDocPublicTag=334]="JSDocPublicTag",La[La.JSDocPrivateTag=335]="JSDocPrivateTag",La[La.JSDocProtectedTag=336]="JSDocProtectedTag",La[La.JSDocReadonlyTag=337]="JSDocReadonlyTag",La[La.JSDocOverrideTag=338]="JSDocOverrideTag",La[La.JSDocCallbackTag=339]="JSDocCallbackTag",La[La.JSDocOverloadTag=340]="JSDocOverloadTag",La[La.JSDocEnumTag=341]="JSDocEnumTag",La[La.JSDocParameterTag=342]="JSDocParameterTag",La[La.JSDocReturnTag=343]="JSDocReturnTag",La[La.JSDocThisTag=344]="JSDocThisTag",La[La.JSDocTypeTag=345]="JSDocTypeTag",La[La.JSDocTemplateTag=346]="JSDocTemplateTag",La[La.JSDocTypedefTag=347]="JSDocTypedefTag",La[La.JSDocSeeTag=348]="JSDocSeeTag",La[La.JSDocPropertyTag=349]="JSDocPropertyTag",La[La.JSDocThrowsTag=350]="JSDocThrowsTag",La[La.JSDocSatisfiesTag=351]="JSDocSatisfiesTag",La[La.JSDocImportTag=352]="JSDocImportTag",La[La.SyntaxList=353]="SyntaxList",La[La.NotEmittedStatement=354]="NotEmittedStatement",La[La.NotEmittedTypeElement=355]="NotEmittedTypeElement",La[La.PartiallyEmittedExpression=356]="PartiallyEmittedExpression",La[La.CommaListExpression=357]="CommaListExpression",La[La.SyntheticReferenceExpression=358]="SyntheticReferenceExpression",La[La.Count=359]="Count",La[La.FirstAssignment=64]="FirstAssignment",La[La.LastAssignment=79]="LastAssignment",La[La.FirstCompoundAssignment=65]="FirstCompoundAssignment",La[La.LastCompoundAssignment=79]="LastCompoundAssignment",La[La.FirstReservedWord=83]="FirstReservedWord",La[La.LastReservedWord=118]="LastReservedWord",La[La.FirstKeyword=83]="FirstKeyword",La[La.LastKeyword=166]="LastKeyword",La[La.FirstFutureReservedWord=119]="FirstFutureReservedWord",La[La.LastFutureReservedWord=127]="LastFutureReservedWord",La[La.FirstTypeNode=183]="FirstTypeNode",La[La.LastTypeNode=206]="LastTypeNode",La[La.FirstPunctuation=19]="FirstPunctuation",La[La.LastPunctuation=79]="LastPunctuation",La[La.FirstToken=0]="FirstToken",La[La.LastToken=166]="LastToken",La[La.FirstTriviaToken=2]="FirstTriviaToken",La[La.LastTriviaToken=7]="LastTriviaToken",La[La.FirstLiteralToken=9]="FirstLiteralToken",La[La.LastLiteralToken=15]="LastLiteralToken",La[La.FirstTemplateToken=15]="FirstTemplateToken",La[La.LastTemplateToken=18]="LastTemplateToken",La[La.FirstBinaryOperator=30]="FirstBinaryOperator",La[La.LastBinaryOperator=79]="LastBinaryOperator",La[La.FirstStatement=244]="FirstStatement",La[La.LastStatement=260]="LastStatement",La[La.FirstNode=167]="FirstNode",La[La.FirstJSDocNode=310]="FirstJSDocNode",La[La.LastJSDocNode=352]="LastJSDocNode",La[La.FirstJSDocTagNode=328]="FirstJSDocTagNode",La[La.LastJSDocTagNode=352]="LastJSDocTagNode",La[La.FirstContextualKeyword=128]="FirstContextualKeyword",La[La.LastContextualKeyword=166]="LastContextualKeyword",La))(gg||{}),eA=(La=>(La[La.None=0]="None",La[La.Let=1]="Let",La[La.Const=2]="Const",La[La.Using=4]="Using",La[La.AwaitUsing=6]="AwaitUsing",La[La.NestedNamespace=8]="NestedNamespace",La[La.Synthesized=16]="Synthesized",La[La.Namespace=32]="Namespace",La[La.OptionalChain=64]="OptionalChain",La[La.ExportContext=128]="ExportContext",La[La.ContainsThis=256]="ContainsThis",La[La.HasImplicitReturn=512]="HasImplicitReturn",La[La.HasExplicitReturn=1024]="HasExplicitReturn",La[La.GlobalAugmentation=2048]="GlobalAugmentation",La[La.HasAsyncFunctions=4096]="HasAsyncFunctions",La[La.DisallowInContext=8192]="DisallowInContext",La[La.YieldContext=16384]="YieldContext",La[La.DecoratorContext=32768]="DecoratorContext",La[La.AwaitContext=65536]="AwaitContext",La[La.DisallowConditionalTypesContext=131072]="DisallowConditionalTypesContext",La[La.ThisNodeHasError=262144]="ThisNodeHasError",La[La.JavaScriptFile=524288]="JavaScriptFile",La[La.ThisNodeOrAnySubNodesHasError=1048576]="ThisNodeOrAnySubNodesHasError",La[La.HasAggregatedChildData=2097152]="HasAggregatedChildData",La[La.PossiblyContainsDynamicImport=4194304]="PossiblyContainsDynamicImport",La[La.PossiblyContainsImportMeta=8388608]="PossiblyContainsImportMeta",La[La.JSDoc=16777216]="JSDoc",La[La.Ambient=33554432]="Ambient",La[La.InWithStatement=67108864]="InWithStatement",La[La.JsonFile=134217728]="JsonFile",La[La.TypeCached=268435456]="TypeCached",La[La.Deprecated=536870912]="Deprecated",La[La.Unreachable=1073741824]="Unreachable",La[La.BlockScoped=7]="BlockScoped",La[La.Constant=6]="Constant",La[La.ReachabilityCheckFlags=1536]="ReachabilityCheckFlags",La[La.ReachabilityAndEmitFlags=5632]="ReachabilityAndEmitFlags",La[La.ContextFlags=101441536]="ContextFlags",La[La.TypeExcludesFlags=81920]="TypeExcludesFlags",La[La.PermanentlySetIncrementalFlags=12582912]="PermanentlySetIncrementalFlags",La[La.IdentifierHasExtendedUnicodeEscape=256]="IdentifierHasExtendedUnicodeEscape",La[La.IdentifierIsInJSDocNamespace=4096]="IdentifierIsInJSDocNamespace",La))(eA||{}),tA=(La=>(La[La.None=0]="None",La[La.Public=1]="Public",La[La.Private=2]="Private",La[La.Protected=4]="Protected",La[La.Readonly=8]="Readonly",La[La.Override=16]="Override",La[La.Export=32]="Export",La[La.Abstract=64]="Abstract",La[La.Ambient=128]="Ambient",La[La.Static=256]="Static",La[La.Accessor=512]="Accessor",La[La.Async=1024]="Async",La[La.Default=2048]="Default",La[La.Const=4096]="Const",La[La.In=8192]="In",La[La.Out=16384]="Out",La[La.Decorator=32768]="Decorator",La[La.Deprecated=65536]="Deprecated",La[La.JSDocPublic=8388608]="JSDocPublic",La[La.JSDocPrivate=16777216]="JSDocPrivate",La[La.JSDocProtected=33554432]="JSDocProtected",La[La.JSDocReadonly=67108864]="JSDocReadonly",La[La.JSDocOverride=134217728]="JSDocOverride",La[La.SyntacticOrJSDocModifiers=31]="SyntacticOrJSDocModifiers",La[La.SyntacticOnlyModifiers=65504]="SyntacticOnlyModifiers",La[La.SyntacticModifiers=65535]="SyntacticModifiers",La[La.JSDocCacheOnlyModifiers=260046848]="JSDocCacheOnlyModifiers",La[La.JSDocOnlyModifiers=65536]="JSDocOnlyModifiers",La[La.NonCacheOnlyModifiers=131071]="NonCacheOnlyModifiers",La[La.HasComputedJSDocModifiers=268435456]="HasComputedJSDocModifiers",La[La.HasComputedFlags=536870912]="HasComputedFlags",La[La.AccessibilityModifier=7]="AccessibilityModifier",La[La.ParameterPropertyModifier=31]="ParameterPropertyModifier",La[La.NonPublicAccessibilityModifier=6]="NonPublicAccessibilityModifier",La[La.TypeScriptModifier=28895]="TypeScriptModifier",La[La.ExportDefault=2080]="ExportDefault",La[La.All=131071]="All",La[La.Modifier=98303]="Modifier",La))(tA||{});var rA=(La=>(La[La.None=0]="None",La[La.Succeeded=1]="Succeeded",La[La.Failed=2]="Failed",La[La.ReportsUnmeasurable=8]="ReportsUnmeasurable",La[La.ReportsUnreliable=16]="ReportsUnreliable",La[La.ReportsMask=24]="ReportsMask",La[La.ComplexityOverflow=32]="ComplexityOverflow",La[La.StackDepthOverflow=64]="StackDepthOverflow",La[La.Overflow=96]="Overflow",La))(rA||{});var nA=(La=>(La[La.Unreachable=1]="Unreachable",La[La.Start=2]="Start",La[La.BranchLabel=4]="BranchLabel",La[La.LoopLabel=8]="LoopLabel",La[La.Assignment=16]="Assignment",La[La.TrueCondition=32]="TrueCondition",La[La.FalseCondition=64]="FalseCondition",La[La.SwitchClause=128]="SwitchClause",La[La.ArrayMutation=256]="ArrayMutation",La[La.Call=512]="Call",La[La.ReduceLabel=1024]="ReduceLabel",La[La.Referenced=2048]="Referenced",La[La.Shared=4096]="Shared",La[La.Label=12]="Label",La[La.Condition=96]="Condition",La))(nA||{});var iA=(La=>(La[La.None=0]="None",La[La.FunctionScopedVariable=1]="FunctionScopedVariable",La[La.BlockScopedVariable=2]="BlockScopedVariable",La[La.Property=4]="Property",La[La.EnumMember=8]="EnumMember",La[La.Function=16]="Function",La[La.Class=32]="Class",La[La.Interface=64]="Interface",La[La.ConstEnum=128]="ConstEnum",La[La.RegularEnum=256]="RegularEnum",La[La.ValueModule=512]="ValueModule",La[La.NamespaceModule=1024]="NamespaceModule",La[La.TypeLiteral=2048]="TypeLiteral",La[La.ObjectLiteral=4096]="ObjectLiteral",La[La.Method=8192]="Method",La[La.Constructor=16384]="Constructor",La[La.GetAccessor=32768]="GetAccessor",La[La.SetAccessor=65536]="SetAccessor",La[La.Signature=131072]="Signature",La[La.TypeParameter=262144]="TypeParameter",La[La.TypeAlias=524288]="TypeAlias",La[La.ExportValue=1048576]="ExportValue",La[La.Alias=2097152]="Alias",La[La.Prototype=4194304]="Prototype",La[La.ExportStar=8388608]="ExportStar",La[La.Optional=16777216]="Optional",La[La.Transient=33554432]="Transient",La[La.Assignment=67108864]="Assignment",La[La.ModuleExports=134217728]="ModuleExports",La[La.All=-1]="All",La[La.Enum=384]="Enum",La[La.Variable=3]="Variable",La[La.Value=111551]="Value",La[La.Type=788968]="Type",La[La.Namespace=1920]="Namespace",La[La.Module=1536]="Module",La[La.Accessor=98304]="Accessor",La[La.FunctionScopedVariableExcludes=111550]="FunctionScopedVariableExcludes",La[La.BlockScopedVariableExcludes=111551]="BlockScopedVariableExcludes",La[La.ParameterExcludes=111551]="ParameterExcludes",La[La.PropertyExcludes=0]="PropertyExcludes",La[La.EnumMemberExcludes=900095]="EnumMemberExcludes",La[La.FunctionExcludes=110991]="FunctionExcludes",La[La.ClassExcludes=899503]="ClassExcludes",La[La.InterfaceExcludes=788872]="InterfaceExcludes",La[La.RegularEnumExcludes=899327]="RegularEnumExcludes",La[La.ConstEnumExcludes=899967]="ConstEnumExcludes",La[La.ValueModuleExcludes=110735]="ValueModuleExcludes",La[La.NamespaceModuleExcludes=0]="NamespaceModuleExcludes",La[La.MethodExcludes=103359]="MethodExcludes",La[La.GetAccessorExcludes=46015]="GetAccessorExcludes",La[La.SetAccessorExcludes=78783]="SetAccessorExcludes",La[La.AccessorExcludes=13247]="AccessorExcludes",La[La.TypeParameterExcludes=526824]="TypeParameterExcludes",La[La.TypeAliasExcludes=788968]="TypeAliasExcludes",La[La.AliasExcludes=2097152]="AliasExcludes",La[La.ModuleMember=2623475]="ModuleMember",La[La.ExportHasLocal=944]="ExportHasLocal",La[La.BlockScoped=418]="BlockScoped",La[La.PropertyOrAccessor=98308]="PropertyOrAccessor",La[La.ClassMember=106500]="ClassMember",La[La.ExportSupportsDefaultModifier=112]="ExportSupportsDefaultModifier",La[La.ExportDoesNotSupportDefaultModifier=-113]="ExportDoesNotSupportDefaultModifier",La[La.Classifiable=2885600]="Classifiable",La[La.LateBindingContainer=6256]="LateBindingContainer",La))(iA||{});var sA=(La=>(La[La.None=0]="None",La[La.TypeChecked=1]="TypeChecked",La[La.LexicalThis=2]="LexicalThis",La[La.CaptureThis=4]="CaptureThis",La[La.CaptureNewTarget=8]="CaptureNewTarget",La[La.SuperInstance=16]="SuperInstance",La[La.SuperStatic=32]="SuperStatic",La[La.ContextChecked=64]="ContextChecked",La[La.MethodWithSuperPropertyAccessInAsync=128]="MethodWithSuperPropertyAccessInAsync",La[La.MethodWithSuperPropertyAssignmentInAsync=256]="MethodWithSuperPropertyAssignmentInAsync",La[La.CaptureArguments=512]="CaptureArguments",La[La.EnumValuesComputed=1024]="EnumValuesComputed",La[La.LexicalModuleMergesWithClass=2048]="LexicalModuleMergesWithClass",La[La.LoopWithCapturedBlockScopedBinding=4096]="LoopWithCapturedBlockScopedBinding",La[La.ContainsCapturedBlockScopeBinding=8192]="ContainsCapturedBlockScopeBinding",La[La.CapturedBlockScopedBinding=16384]="CapturedBlockScopedBinding",La[La.BlockScopedBindingInLoop=32768]="BlockScopedBindingInLoop",La[La.NeedsLoopOutParameter=65536]="NeedsLoopOutParameter",La[La.AssignmentsMarked=131072]="AssignmentsMarked",La[La.ContainsConstructorReference=262144]="ContainsConstructorReference",La[La.ConstructorReference=536870912]="ConstructorReference",La[La.ContainsClassWithPrivateIdentifiers=1048576]="ContainsClassWithPrivateIdentifiers",La[La.ContainsSuperPropertyInStaticInitializer=2097152]="ContainsSuperPropertyInStaticInitializer",La[La.InCheckIdentifier=4194304]="InCheckIdentifier",La[La.PartiallyTypeChecked=8388608]="PartiallyTypeChecked",La[La.LazyFlags=539358128]="LazyFlags",La))(sA||{}),aA=(La=>(La[La.Any=1]="Any",La[La.Unknown=2]="Unknown",La[La.Undefined=4]="Undefined",La[La.Null=8]="Null",La[La.Void=16]="Void",La[La.String=32]="String",La[La.Number=64]="Number",La[La.BigInt=128]="BigInt",La[La.Boolean=256]="Boolean",La[La.ESSymbol=512]="ESSymbol",La[La.StringLiteral=1024]="StringLiteral",La[La.NumberLiteral=2048]="NumberLiteral",La[La.BigIntLiteral=4096]="BigIntLiteral",La[La.BooleanLiteral=8192]="BooleanLiteral",La[La.UniqueESSymbol=16384]="UniqueESSymbol",La[La.EnumLiteral=32768]="EnumLiteral",La[La.Enum=65536]="Enum",La[La.NonPrimitive=131072]="NonPrimitive",La[La.Never=262144]="Never",La[La.TypeParameter=524288]="TypeParameter",La[La.Object=1048576]="Object",La[La.Index=2097152]="Index",La[La.TemplateLiteral=4194304]="TemplateLiteral",La[La.StringMapping=8388608]="StringMapping",La[La.Substitution=16777216]="Substitution",La[La.IndexedAccess=33554432]="IndexedAccess",La[La.Conditional=67108864]="Conditional",La[La.Union=134217728]="Union",La[La.Intersection=268435456]="Intersection",La[La.Reserved1=536870912]="Reserved1",La[La.Reserved2=1073741824]="Reserved2",La[La.Reserved3=-2147483648]="Reserved3",La[La.AnyOrUnknown=3]="AnyOrUnknown",La[La.Nullable=12]="Nullable",La[La.Literal=15360]="Literal",La[La.Unit=97292]="Unit",La[La.Freshable=80896]="Freshable",La[La.StringOrNumberLiteral=3072]="StringOrNumberLiteral",La[La.StringOrNumberLiteralOrUnique=19456]="StringOrNumberLiteralOrUnique",La[La.DefinitelyFalsy=15388]="DefinitelyFalsy",La[La.PossiblyFalsy=15868]="PossiblyFalsy",La[La.Intrinsic=402431]="Intrinsic",La[La.StringLike=12583968]="StringLike",La[La.NumberLike=67648]="NumberLike",La[La.BigIntLike=4224]="BigIntLike",La[La.BooleanLike=8448]="BooleanLike",La[La.EnumLike=98304]="EnumLike",La[La.ESSymbolLike=16896]="ESSymbolLike",La[La.VoidLike=20]="VoidLike",La[La.Primitive=12713980]="Primitive",La[La.DefinitelyNonNullable=13893600]="DefinitelyNonNullable",La[La.DisjointDomains=12812284]="DisjointDomains",La[La.UnionOrIntersection=402653184]="UnionOrIntersection",La[La.StructuredType=403701760]="StructuredType",La[La.TypeVariable=34078720]="TypeVariable",La[La.InstantiableNonPrimitive=117964800]="InstantiableNonPrimitive",La[La.InstantiablePrimitive=14680064]="InstantiablePrimitive",La[La.Instantiable=132644864]="Instantiable",La[La.StructuredOrInstantiable=536346624]="StructuredOrInstantiable",La[La.ObjectFlagsType=403963917]="ObjectFlagsType",La[La.Simplifiable=102760448]="Simplifiable",La[La.Singleton=394239]="Singleton",La[La.Narrowable=536575971]="Narrowable",La[La.IncludesMask=416808959]="IncludesMask",La[La.IncludesMissingType=524288]="IncludesMissingType",La[La.IncludesNonWideningType=2097152]="IncludesNonWideningType",La[La.IncludesWildcard=33554432]="IncludesWildcard",La[La.IncludesEmptyObject=67108864]="IncludesEmptyObject",La[La.IncludesInstantiable=16777216]="IncludesInstantiable",La[La.IncludesConstrainedTypeVariable=536870912]="IncludesConstrainedTypeVariable",La[La.IncludesError=1073741824]="IncludesError",La[La.NotPrimitiveUnion=286523411]="NotPrimitiveUnion",La))(aA||{}),oA=(La=>(La[La.None=0]="None",La[La.Class=1]="Class",La[La.Interface=2]="Interface",La[La.Reference=4]="Reference",La[La.Tuple=8]="Tuple",La[La.Anonymous=16]="Anonymous",La[La.Mapped=32]="Mapped",La[La.Instantiated=64]="Instantiated",La[La.ObjectLiteral=128]="ObjectLiteral",La[La.EvolvingArray=256]="EvolvingArray",La[La.ObjectLiteralPatternWithComputedProperties=512]="ObjectLiteralPatternWithComputedProperties",La[La.ReverseMapped=1024]="ReverseMapped",La[La.JsxAttributes=2048]="JsxAttributes",La[La.JSLiteral=4096]="JSLiteral",La[La.FreshLiteral=8192]="FreshLiteral",La[La.ArrayLiteral=16384]="ArrayLiteral",La[La.PrimitiveUnion=32768]="PrimitiveUnion",La[La.ContainsWideningType=65536]="ContainsWideningType",La[La.ContainsObjectOrArrayLiteral=131072]="ContainsObjectOrArrayLiteral",La[La.NonInferrableType=262144]="NonInferrableType",La[La.CouldContainTypeVariablesComputed=524288]="CouldContainTypeVariablesComputed",La[La.CouldContainTypeVariables=1048576]="CouldContainTypeVariables",La[La.SingleSignatureType=134217728]="SingleSignatureType",La[La.ClassOrInterface=3]="ClassOrInterface",La[La.RequiresWidening=196608]="RequiresWidening",La[La.PropagatingFlags=458752]="PropagatingFlags",La[La.InstantiatedMapped=96]="InstantiatedMapped",La[La.ContainsSpread=2097152]="ContainsSpread",La[La.ObjectRestType=4194304]="ObjectRestType",La[La.InstantiationExpressionType=8388608]="InstantiationExpressionType",La[La.ObjectTypeKindMask=142607679]="ObjectTypeKindMask",La[La.IsClassInstanceClone=16777216]="IsClassInstanceClone",La[La.IdenticalBaseTypeCalculated=33554432]="IdenticalBaseTypeCalculated",La[La.IdenticalBaseTypeExists=67108864]="IdenticalBaseTypeExists",La[La.IsGenericTypeComputed=2097152]="IsGenericTypeComputed",La[La.IsGenericObjectType=4194304]="IsGenericObjectType",La[La.IsGenericIndexType=8388608]="IsGenericIndexType",La[La.IsGenericType=12582912]="IsGenericType",La[La.ContainsIntersections=16777216]="ContainsIntersections",La[La.IsUnknownLikeUnionComputed=33554432]="IsUnknownLikeUnionComputed",La[La.IsUnknownLikeUnion=67108864]="IsUnknownLikeUnion",La[La.IsNeverIntersectionComputed=16777216]="IsNeverIntersectionComputed",La[La.IsNeverIntersection=33554432]="IsNeverIntersection",La[La.IsConstrainedTypeVariable=67108864]="IsConstrainedTypeVariable",La))(oA||{});var lA=(La=>(La[La.None=0]="None",La[La.HasRestParameter=1]="HasRestParameter",La[La.HasLiteralTypes=2]="HasLiteralTypes",La[La.Abstract=4]="Abstract",La[La.IsInnerCallChain=8]="IsInnerCallChain",La[La.IsOuterCallChain=16]="IsOuterCallChain",La[La.IsUntypedSignatureInJSFile=32]="IsUntypedSignatureInJSFile",La[La.IsNonInferrable=64]="IsNonInferrable",La[La.IsSignatureCandidateForOverloadFailure=128]="IsSignatureCandidateForOverloadFailure",La[La.PropagatingFlags=167]="PropagatingFlags",La[La.CallChainFlags=24]="CallChainFlags",La))(lA||{});var cA=(La=>(La[La.Unknown=0]="Unknown",La[La.JS=1]="JS",La[La.JSX=2]="JSX",La[La.TS=3]="TS",La[La.TSX=4]="TSX",La[La.External=5]="External",La[La.JSON=6]="JSON",La[La.Deferred=7]="Deferred",La))(cA||{}),uA=(La=>(La[La.ES3=0]="ES3",La[La.ES5=1]="ES5",La[La.ES2015=2]="ES2015",La[La.ES2016=3]="ES2016",La[La.ES2017=4]="ES2017",La[La.ES2018=5]="ES2018",La[La.ES2019=6]="ES2019",La[La.ES2020=7]="ES2020",La[La.ES2021=8]="ES2021",La[La.ES2022=9]="ES2022",La[La.ES2023=10]="ES2023",La[La.ES2024=11]="ES2024",La[La.ES2025=12]="ES2025",La[La.ESNext=99]="ESNext",La[La.JSON=100]="JSON",La[La.Latest=99]="Latest",La[La.LatestStandard=12]="LatestStandard",La))(uA||{}),pA=(La=>(La[La.Standard=0]="Standard",La[La.JSX=1]="JSX",La))(pA||{});var dA=(La=>(La.Ts=".ts",La.Tsx=".tsx",La.Dts=".d.ts",La.Js=".js",La.Jsx=".jsx",La.Json=".json",La.TsBuildInfo=".tsbuildinfo",La.Mjs=".mjs",La.Mts=".mts",La.Dmts=".d.mts",La.Cjs=".cjs",La.Cts=".cts",La.Dcts=".d.cts",La))(dA||{}),hA=(La=>(La[La.None=0]="None",La[La.ContainsTypeScript=1]="ContainsTypeScript",La[La.ContainsJsx=2]="ContainsJsx",La[La.ContainsESNext=4]="ContainsESNext",La[La.ContainsES2022=8]="ContainsES2022",La[La.ContainsES2021=16]="ContainsES2021",La[La.ContainsES2020=32]="ContainsES2020",La[La.ContainsES2019=64]="ContainsES2019",La[La.ContainsES2018=128]="ContainsES2018",La[La.ContainsES2017=256]="ContainsES2017",La[La.ContainsES2016=512]="ContainsES2016",La[La.ContainsES2015=1024]="ContainsES2015",La[La.ContainsGenerator=2048]="ContainsGenerator",La[La.ContainsDestructuringAssignment=4096]="ContainsDestructuringAssignment",La[La.ContainsTypeScriptClassSyntax=8192]="ContainsTypeScriptClassSyntax",La[La.ContainsLexicalThis=16384]="ContainsLexicalThis",La[La.ContainsRestOrSpread=32768]="ContainsRestOrSpread",La[La.ContainsObjectRestOrSpread=65536]="ContainsObjectRestOrSpread",La[La.ContainsComputedPropertyName=131072]="ContainsComputedPropertyName",La[La.ContainsBlockScopedBinding=262144]="ContainsBlockScopedBinding",La[La.ContainsBindingPattern=524288]="ContainsBindingPattern",La[La.ContainsYield=1048576]="ContainsYield",La[La.ContainsAwait=2097152]="ContainsAwait",La[La.ContainsHoistedDeclarationOrCompletion=4194304]="ContainsHoistedDeclarationOrCompletion",La[La.ContainsDynamicImport=8388608]="ContainsDynamicImport",La[La.ContainsClassFields=16777216]="ContainsClassFields",La[La.ContainsDecorators=33554432]="ContainsDecorators",La[La.ContainsPossibleTopLevelAwait=67108864]="ContainsPossibleTopLevelAwait",La[La.ContainsLexicalSuper=134217728]="ContainsLexicalSuper",La[La.ContainsUpdateExpressionForIdentifier=268435456]="ContainsUpdateExpressionForIdentifier",La[La.ContainsPrivateIdentifierInExpression=536870912]="ContainsPrivateIdentifierInExpression",La[La.HasComputedFlags=-2147483648]="HasComputedFlags",La[La.AssertTypeScript=1]="AssertTypeScript",La[La.AssertJsx=2]="AssertJsx",La[La.AssertESNext=4]="AssertESNext",La[La.AssertES2022=8]="AssertES2022",La[La.AssertES2021=16]="AssertES2021",La[La.AssertES2020=32]="AssertES2020",La[La.AssertES2019=64]="AssertES2019",La[La.AssertES2018=128]="AssertES2018",La[La.AssertES2017=256]="AssertES2017",La[La.AssertES2016=512]="AssertES2016",La[La.AssertES2015=1024]="AssertES2015",La[La.AssertGenerator=2048]="AssertGenerator",La[La.AssertDestructuringAssignment=4096]="AssertDestructuringAssignment",La[La.OuterExpressionExcludes=-2147483648]="OuterExpressionExcludes",La[La.PropertyAccessExcludes=-2147483648]="PropertyAccessExcludes",La[La.NodeExcludes=-2147483648]="NodeExcludes",La[La.ArrowFunctionExcludes=-2072174592]="ArrowFunctionExcludes",La[La.FunctionExcludes=-1937940480]="FunctionExcludes",La[La.ConstructorExcludes=-1937948672]="ConstructorExcludes",La[La.MethodOrAccessorExcludes=-2005057536]="MethodOrAccessorExcludes",La[La.PropertyExcludes=-2013249536]="PropertyExcludes",La[La.ClassExcludes=-2147344384]="ClassExcludes",La[La.ModuleExcludes=-1941676032]="ModuleExcludes",La[La.TypeExcludes=-2]="TypeExcludes",La[La.ObjectLiteralExcludes=-2147278848]="ObjectLiteralExcludes",La[La.ArrayLiteralOrCallOrNewExcludes=-2147450880]="ArrayLiteralOrCallOrNewExcludes",La[La.VariableDeclarationListExcludes=-2146893824]="VariableDeclarationListExcludes",La[La.ParameterExcludes=-2147483648]="ParameterExcludes",La[La.CatchClauseExcludes=-2147418112]="CatchClauseExcludes",La[La.BindingPatternExcludes=-2147450880]="BindingPatternExcludes",La[La.ContainsLexicalThisOrSuper=134234112]="ContainsLexicalThisOrSuper",La[La.PropertyNamePropagatingFlags=134234112]="PropertyNamePropagatingFlags",La))(hA||{}),fA=(La=>(La[La.TabStop=0]="TabStop",La[La.Placeholder=1]="Placeholder",La[La.Choice=2]="Choice",La[La.Variable=3]="Variable",La))(fA||{}),_A=(La=>(La[La.None=0]="None",La[La.SingleLine=1]="SingleLine",La[La.MultiLine=2]="MultiLine",La[La.AdviseOnEmitNode=4]="AdviseOnEmitNode",La[La.NoSubstitution=8]="NoSubstitution",La[La.CapturesThis=16]="CapturesThis",La[La.NoLeadingSourceMap=32]="NoLeadingSourceMap",La[La.NoTrailingSourceMap=64]="NoTrailingSourceMap",La[La.NoSourceMap=96]="NoSourceMap",La[La.NoNestedSourceMaps=128]="NoNestedSourceMaps",La[La.NoTokenLeadingSourceMaps=256]="NoTokenLeadingSourceMaps",La[La.NoTokenTrailingSourceMaps=512]="NoTokenTrailingSourceMaps",La[La.NoTokenSourceMaps=768]="NoTokenSourceMaps",La[La.NoLeadingComments=1024]="NoLeadingComments",La[La.NoTrailingComments=2048]="NoTrailingComments",La[La.NoComments=3072]="NoComments",La[La.NoNestedComments=4096]="NoNestedComments",La[La.HelperName=8192]="HelperName",La[La.ExportName=16384]="ExportName",La[La.LocalName=32768]="LocalName",La[La.InternalName=65536]="InternalName",La[La.Indented=131072]="Indented",La[La.NoIndentation=262144]="NoIndentation",La[La.AsyncFunctionBody=524288]="AsyncFunctionBody",La[La.ReuseTempVariableScope=1048576]="ReuseTempVariableScope",La[La.CustomPrologue=2097152]="CustomPrologue",La[La.NoHoisting=4194304]="NoHoisting",La[La.Iterator=8388608]="Iterator",La[La.NoAsciiEscaping=16777216]="NoAsciiEscaping",La))(_A||{});var mA={Classes:2,ForOf:2,Generators:2,Iteration:2,SpreadElements:2,RestElements:2,TaggedTemplates:2,DestructuringAssignment:2,BindingPatterns:2,ArrowFunctions:2,BlockScopedVariables:2,ObjectAssign:2,RegularExpressionFlagsUnicode:2,RegularExpressionFlagsSticky:2,Exponentiation:3,AsyncFunctions:4,ForAwaitOf:5,AsyncGenerators:5,AsyncIteration:5,ObjectSpreadRest:5,RegularExpressionFlagsDotAll:5,BindinglessCatch:6,BigInt:7,NullishCoalesce:7,OptionalChaining:7,LogicalAssignment:8,TopLevelAwait:9,ClassFields:9,PrivateNamesAndClassStaticBlocks:9,RegularExpressionFlagsHasIndices:9,ShebangComments:10,RegularExpressionFlagsUnicodeSets:11,UsingAndAwaitUsing:99,ClassAndClassElementDecorators:99};var gA={reference:{args:[{name:"types",optional:!0,captureSpan:!0},{name:"lib",optional:!0,captureSpan:!0},{name:"path",optional:!0,captureSpan:!0},{name:"no-default-lib",optional:!0},{name:"resolution-mode",optional:!0},{name:"preserve",optional:!0}],kind:1},"amd-dependency":{args:[{name:"path"},{name:"name",optional:!0}],kind:1},"amd-module":{args:[{name:"name"}],kind:1},"ts-check":{kind:2},"ts-nocheck":{kind:2},jsx:{args:[{name:"factory"}],kind:4},jsxfrag:{args:[{name:"factory"}],kind:4},jsximportsource:{args:[{name:"factory"}],kind:4},jsxruntime:{args:[{name:"factory"}],kind:4}},AA=(La=>(La[La.ParseAll=0]="ParseAll",La[La.ParseNone=1]="ParseNone",La[La.ParseForTypeErrors=2]="ParseForTypeErrors",La[La.ParseForTypeInfo=3]="ParseForTypeInfo",La))(AA||{});var yA="/",bA="\\",vA="://",EA=/\\/g;function tg(La){return La===47||La===92}function ng(La,hl){return La.length>hl.length&&Hy(La,hl)}function _f(La){return La.length>0&&tg(La.charCodeAt(La.length-1))}function Dd(La){return La>=97&&La<=122||La>=65&&La<=90}function rg(La,hl){let fl=La.charCodeAt(hl);if(fl===58)return hl+1;if(fl===37&&La.charCodeAt(hl+1)===51){let fl=La.charCodeAt(hl+2);if(fl===97||fl===65)return hl+3}return-1}function ig(La){if(!La)return 0;let hl=La.charCodeAt(0);if(hl===47||hl===92){if(La.charCodeAt(1)!==hl)return 1;let fl=La.indexOf(hl===47?yA:bA,2);return fl<0?La.length:fl+1}if(Dd(hl)&&La.charCodeAt(1)===58){let hl=La.charCodeAt(2);if(hl===47||hl===92)return 3;if(La.length===2)return 2}let fl=La.indexOf(vA);if(fl!==-1){let hl=fl+vA.length,yl=La.indexOf(yA,hl);if(yl!==-1){let Pl=La.slice(0,fl),Ul=La.slice(hl,yl);if(Pl==="file"&&(Ul===""||Ul==="localhost")&&Dd(La.charCodeAt(yl+1))){let hl=rg(La,yl+2);if(hl!==-1){if(La.charCodeAt(hl)===47)return~(hl+1);if(hl===La.length)return~hl}}return~(yl+1)}return~La.length}return 0}function d_(La){let hl=ig(La);return hl<0?~hl:hl}function Um(La,hl,fl){if(La=m_(La),d_(La)===La.length)return"";La=Tl(La);let yl=La.slice(Math.max(d_(La),La.lastIndexOf(yA)+1)),Pl=hl!==void 0&&fl!==void 0?Bm(yl,hl,fl):void 0;return Pl?yl.slice(0,yl.length-Pl.length):yl}function Pd(La,hl,fl){if(xl(hl,".")||(hl="."+hl),La.length>=hl.length&&La.charCodeAt(La.length-hl.length)===46){let yl=La.slice(La.length-hl.length);if(fl(yl,hl))return yl}}function ag(La,hl,fl){if(typeof hl=="string")return Pd(La,hl,fl)||"";for(let yl of hl){let hl=Pd(La,yl,fl);if(hl)return hl}return""}function Bm(La,hl,fl){if(hl)return ag(Tl(La),hl,fl?nf:Vy);let yl=Um(La),Pl=yl.lastIndexOf(".");return Pl>=0?yl.substring(Pl):""}function m_(La){return La.includes("\\")?La.replace(EA,yA):La}function sg(La,...hl){La&&(La=m_(La));for(let fl of hl)fl&&(fl=m_(fl),!La||d_(fl)!==0?La=fl:La=Fm(La)+fl);return La}function _g(La,hl){let fl=d_(La);fl===0&&hl?(La=sg(hl,La),fl=d_(La)):La=m_(La);let yl=qm(La);if(yl!==void 0)return yl.length>fl?Tl(yl):yl;let Pl=La.length,Ul=La.substring(0,fl),Gd,af=fl,n_=af,i_=af,p_=fl!==0;for(;afn_&&(Gd??(Gd=La.substring(0,n_-1)),n_=af);let yl=La.indexOf(yA,af+1);yl===-1&&(yl=Pl);let w_=yl-n_;if(w_===1&&La.charCodeAt(af)===46)Gd??(Gd=La.substring(0,i_));else if(w_===2&&La.charCodeAt(af)===46&&La.charCodeAt(af+1)===46)if(!p_)Gd!==void 0?Gd+=Gd.length===fl?"..":"/..":i_=af+2;else if(Gd===void 0)i_-2>=0?Gd=La.substring(0,Math.max(fl,La.lastIndexOf(yA,i_-2))):Gd=La.substring(0,i_);else{let La=Gd.lastIndexOf(yA);La!==-1?Gd=Gd.substring(0,Math.max(fl,La)):Gd=Ul,Gd.length===fl&&(p_=fl!==0)}else Gd!==void 0?(Gd.length!==fl&&(Gd+=yA),p_=!0,Gd+=La.substring(n_,yl)):(p_=!0,i_=yl);af=yl+1}return Gd??(Pl>fl?Tl(La):La)}function og(La){La=m_(La);let hl=qm(La);return hl!==void 0?hl:(hl=_g(La,""),hl&&_f(La)?Fm(hl):hl)}function qm(La){if(!wA.test(La))return La;let hl=La.replace(/\/\.\//g,"/");if(hl.startsWith("./")&&(hl=hl.slice(2)),hl!==La&&(La=hl,!wA.test(La)))return La}function Tl(La){return _f(La)?La.substr(0,La.length-1):La}function Fm(La){return _f(La)?La:La+yA}var wA=/\/\/|(?:^|\/)\.\.?(?:$|\/)/;function n(La,hl,fl,yl,Pl,Ul,Gd){return{code:La,category:hl,key:fl,message:yl,reportsUnnecessary:Pl,elidedInCompatabilityPyramid:Ul,reportsDeprecated:Gd}}var CA={Unterminated_string_literal:n(1002,1,"Unterminated_string_literal_1002","Unterminated string literal."),Identifier_expected:n(1003,1,"Identifier_expected_1003","Identifier expected."),_0_expected:n(1005,1,"_0_expected_1005","'{0}' expected."),A_file_cannot_have_a_reference_to_itself:n(1006,1,"A_file_cannot_have_a_reference_to_itself_1006","A file cannot have a reference to itself."),The_parser_expected_to_find_a_1_to_match_the_0_token_here:n(1007,1,"The_parser_expected_to_find_a_1_to_match_the_0_token_here_1007","The parser expected to find a '{1}' to match the '{0}' token here."),Trailing_comma_not_allowed:n(1009,1,"Trailing_comma_not_allowed_1009","Trailing comma not allowed."),Asterisk_Slash_expected:n(1010,1,"Asterisk_Slash_expected_1010","'*/' expected."),An_element_access_expression_should_take_an_argument:n(1011,1,"An_element_access_expression_should_take_an_argument_1011","An element access expression should take an argument."),Unexpected_token:n(1012,1,"Unexpected_token_1012","Unexpected token."),A_rest_parameter_or_binding_pattern_may_not_have_a_trailing_comma:n(1013,1,"A_rest_parameter_or_binding_pattern_may_not_have_a_trailing_comma_1013","A rest parameter or binding pattern may not have a trailing comma."),A_rest_parameter_must_be_last_in_a_parameter_list:n(1014,1,"A_rest_parameter_must_be_last_in_a_parameter_list_1014","A rest parameter must be last in a parameter list."),Parameter_cannot_have_question_mark_and_initializer:n(1015,1,"Parameter_cannot_have_question_mark_and_initializer_1015","Parameter cannot have question mark and initializer."),A_required_parameter_cannot_follow_an_optional_parameter:n(1016,1,"A_required_parameter_cannot_follow_an_optional_parameter_1016","A required parameter cannot follow an optional parameter."),An_index_signature_cannot_have_a_rest_parameter:n(1017,1,"An_index_signature_cannot_have_a_rest_parameter_1017","An index signature cannot have a rest parameter."),An_index_signature_parameter_cannot_have_an_accessibility_modifier:n(1018,1,"An_index_signature_parameter_cannot_have_an_accessibility_modifier_1018","An index signature parameter cannot have an accessibility modifier."),An_index_signature_parameter_cannot_have_a_question_mark:n(1019,1,"An_index_signature_parameter_cannot_have_a_question_mark_1019","An index signature parameter cannot have a question mark."),An_index_signature_parameter_cannot_have_an_initializer:n(1020,1,"An_index_signature_parameter_cannot_have_an_initializer_1020","An index signature parameter cannot have an initializer."),An_index_signature_must_have_a_type_annotation:n(1021,1,"An_index_signature_must_have_a_type_annotation_1021","An index signature must have a type annotation."),An_index_signature_parameter_must_have_a_type_annotation:n(1022,1,"An_index_signature_parameter_must_have_a_type_annotation_1022","An index signature parameter must have a type annotation."),readonly_modifier_can_only_appear_on_a_property_declaration_or_index_signature:n(1024,1,"readonly_modifier_can_only_appear_on_a_property_declaration_or_index_signature_1024","'readonly' modifier can only appear on a property declaration or index signature."),An_index_signature_cannot_have_a_trailing_comma:n(1025,1,"An_index_signature_cannot_have_a_trailing_comma_1025","An index signature cannot have a trailing comma."),Accessibility_modifier_already_seen:n(1028,1,"Accessibility_modifier_already_seen_1028","Accessibility modifier already seen."),_0_modifier_must_precede_1_modifier:n(1029,1,"_0_modifier_must_precede_1_modifier_1029","'{0}' modifier must precede '{1}' modifier."),_0_modifier_already_seen:n(1030,1,"_0_modifier_already_seen_1030","'{0}' modifier already seen."),_0_modifier_cannot_appear_on_class_elements_of_this_kind:n(1031,1,"_0_modifier_cannot_appear_on_class_elements_of_this_kind_1031","'{0}' modifier cannot appear on class elements of this kind."),super_must_be_followed_by_an_argument_list_or_member_access:n(1034,1,"super_must_be_followed_by_an_argument_list_or_member_access_1034","'super' must be followed by an argument list or member access."),Only_ambient_modules_can_use_quoted_names:n(1035,1,"Only_ambient_modules_can_use_quoted_names_1035","Only ambient modules can use quoted names."),Statements_are_not_allowed_in_ambient_contexts:n(1036,1,"Statements_are_not_allowed_in_ambient_contexts_1036","Statements are not allowed in ambient contexts."),A_declare_modifier_cannot_be_used_in_an_already_ambient_context:n(1038,1,"A_declare_modifier_cannot_be_used_in_an_already_ambient_context_1038","A 'declare' modifier cannot be used in an already ambient context."),Initializers_are_not_allowed_in_ambient_contexts:n(1039,1,"Initializers_are_not_allowed_in_ambient_contexts_1039","Initializers are not allowed in ambient contexts."),_0_modifier_cannot_be_used_in_an_ambient_context:n(1040,1,"_0_modifier_cannot_be_used_in_an_ambient_context_1040","'{0}' modifier cannot be used in an ambient context."),_0_modifier_cannot_be_used_here:n(1042,1,"_0_modifier_cannot_be_used_here_1042","'{0}' modifier cannot be used here."),_0_modifier_cannot_appear_on_a_module_or_namespace_element:n(1044,1,"_0_modifier_cannot_appear_on_a_module_or_namespace_element_1044","'{0}' modifier cannot appear on a module or namespace element."),Top_level_declarations_in_d_ts_files_must_start_with_either_a_declare_or_export_modifier:n(1046,1,"Top_level_declarations_in_d_ts_files_must_start_with_either_a_declare_or_export_modifier_1046","Top-level declarations in .d.ts files must start with either a 'declare' or 'export' modifier."),A_rest_parameter_cannot_be_optional:n(1047,1,"A_rest_parameter_cannot_be_optional_1047","A rest parameter cannot be optional."),A_rest_parameter_cannot_have_an_initializer:n(1048,1,"A_rest_parameter_cannot_have_an_initializer_1048","A rest parameter cannot have an initializer."),A_set_accessor_must_have_exactly_one_parameter:n(1049,1,"A_set_accessor_must_have_exactly_one_parameter_1049","A 'set' accessor must have exactly one parameter."),A_set_accessor_cannot_have_an_optional_parameter:n(1051,1,"A_set_accessor_cannot_have_an_optional_parameter_1051","A 'set' accessor cannot have an optional parameter."),A_set_accessor_parameter_cannot_have_an_initializer:n(1052,1,"A_set_accessor_parameter_cannot_have_an_initializer_1052","A 'set' accessor parameter cannot have an initializer."),A_set_accessor_cannot_have_rest_parameter:n(1053,1,"A_set_accessor_cannot_have_rest_parameter_1053","A 'set' accessor cannot have rest parameter."),A_get_accessor_cannot_have_parameters:n(1054,1,"A_get_accessor_cannot_have_parameters_1054","A 'get' accessor cannot have parameters."),Type_0_is_not_a_valid_async_function_return_type_in_ES5_because_it_does_not_refer_to_a_Promise_compatible_constructor_value:n(1055,1,"Type_0_is_not_a_valid_async_function_return_type_in_ES5_because_it_does_not_refer_to_a_Promise_compa_1055","Type '{0}' is not a valid async function return type in ES5 because it does not refer to a Promise-compatible constructor value."),Accessors_are_only_available_when_targeting_ECMAScript_5_and_higher:n(1056,1,"Accessors_are_only_available_when_targeting_ECMAScript_5_and_higher_1056","Accessors are only available when targeting ECMAScript 5 and higher."),The_return_type_of_an_async_function_must_either_be_a_valid_promise_or_must_not_contain_a_callable_then_member:n(1058,1,"The_return_type_of_an_async_function_must_either_be_a_valid_promise_or_must_not_contain_a_callable_t_1058","The return type of an async function must either be a valid promise or must not contain a callable 'then' member."),A_promise_must_have_a_then_method:n(1059,1,"A_promise_must_have_a_then_method_1059","A promise must have a 'then' method."),The_first_parameter_of_the_then_method_of_a_promise_must_be_a_callback:n(1060,1,"The_first_parameter_of_the_then_method_of_a_promise_must_be_a_callback_1060","The first parameter of the 'then' method of a promise must be a callback."),Enum_member_must_have_initializer:n(1061,1,"Enum_member_must_have_initializer_1061","Enum member must have initializer."),Type_is_referenced_directly_or_indirectly_in_the_fulfillment_callback_of_its_own_then_method:n(1062,1,"Type_is_referenced_directly_or_indirectly_in_the_fulfillment_callback_of_its_own_then_method_1062","Type is referenced directly or indirectly in the fulfillment callback of its own 'then' method."),An_export_assignment_cannot_be_used_in_a_namespace:n(1063,1,"An_export_assignment_cannot_be_used_in_a_namespace_1063","An export assignment cannot be used in a namespace."),The_return_type_of_an_async_function_or_method_must_be_the_global_Promise_T_type_Did_you_mean_to_write_Promise_0:n(1064,1,"The_return_type_of_an_async_function_or_method_must_be_the_global_Promise_T_type_Did_you_mean_to_wri_1064","The return type of an async function or method must be the global Promise type. Did you mean to write 'Promise<{0}>'?"),The_return_type_of_an_async_function_or_method_must_be_the_global_Promise_T_type:n(1065,1,"The_return_type_of_an_async_function_or_method_must_be_the_global_Promise_T_type_1065","The return type of an async function or method must be the global Promise type."),In_ambient_enum_declarations_member_initializer_must_be_constant_expression:n(1066,1,"In_ambient_enum_declarations_member_initializer_must_be_constant_expression_1066","In ambient enum declarations member initializer must be constant expression."),Unexpected_token_A_constructor_method_accessor_or_property_was_expected:n(1068,1,"Unexpected_token_A_constructor_method_accessor_or_property_was_expected_1068","Unexpected token. A constructor, method, accessor, or property was expected."),Unexpected_token_A_type_parameter_name_was_expected_without_curly_braces:n(1069,1,"Unexpected_token_A_type_parameter_name_was_expected_without_curly_braces_1069","Unexpected token. A type parameter name was expected without curly braces."),_0_modifier_cannot_appear_on_a_type_member:n(1070,1,"_0_modifier_cannot_appear_on_a_type_member_1070","'{0}' modifier cannot appear on a type member."),_0_modifier_cannot_appear_on_an_index_signature:n(1071,1,"_0_modifier_cannot_appear_on_an_index_signature_1071","'{0}' modifier cannot appear on an index signature."),A_0_modifier_cannot_be_used_with_an_import_declaration:n(1079,1,"A_0_modifier_cannot_be_used_with_an_import_declaration_1079","A '{0}' modifier cannot be used with an import declaration."),Invalid_reference_directive_syntax:n(1084,1,"Invalid_reference_directive_syntax_1084","Invalid 'reference' directive syntax."),_0_modifier_cannot_appear_on_a_constructor_declaration:n(1089,1,"_0_modifier_cannot_appear_on_a_constructor_declaration_1089","'{0}' modifier cannot appear on a constructor declaration."),_0_modifier_cannot_appear_on_a_parameter:n(1090,1,"_0_modifier_cannot_appear_on_a_parameter_1090","'{0}' modifier cannot appear on a parameter."),Only_a_single_variable_declaration_is_allowed_in_a_for_in_statement:n(1091,1,"Only_a_single_variable_declaration_is_allowed_in_a_for_in_statement_1091","Only a single variable declaration is allowed in a 'for...in' statement."),Type_parameters_cannot_appear_on_a_constructor_declaration:n(1092,1,"Type_parameters_cannot_appear_on_a_constructor_declaration_1092","Type parameters cannot appear on a constructor declaration."),Type_annotation_cannot_appear_on_a_constructor_declaration:n(1093,1,"Type_annotation_cannot_appear_on_a_constructor_declaration_1093","Type annotation cannot appear on a constructor declaration."),An_accessor_cannot_have_type_parameters:n(1094,1,"An_accessor_cannot_have_type_parameters_1094","An accessor cannot have type parameters."),A_set_accessor_cannot_have_a_return_type_annotation:n(1095,1,"A_set_accessor_cannot_have_a_return_type_annotation_1095","A 'set' accessor cannot have a return type annotation."),An_index_signature_must_have_exactly_one_parameter:n(1096,1,"An_index_signature_must_have_exactly_one_parameter_1096","An index signature must have exactly one parameter."),_0_list_cannot_be_empty:n(1097,1,"_0_list_cannot_be_empty_1097","'{0}' list cannot be empty."),Type_parameter_list_cannot_be_empty:n(1098,1,"Type_parameter_list_cannot_be_empty_1098","Type parameter list cannot be empty."),Type_argument_list_cannot_be_empty:n(1099,1,"Type_argument_list_cannot_be_empty_1099","Type argument list cannot be empty."),Invalid_use_of_0_in_strict_mode:n(1100,1,"Invalid_use_of_0_in_strict_mode_1100","Invalid use of '{0}' in strict mode."),with_statements_are_not_allowed_in_strict_mode:n(1101,1,"with_statements_are_not_allowed_in_strict_mode_1101","'with' statements are not allowed in strict mode."),delete_cannot_be_called_on_an_identifier_in_strict_mode:n(1102,1,"delete_cannot_be_called_on_an_identifier_in_strict_mode_1102","'delete' cannot be called on an identifier in strict mode."),for_await_loops_are_only_allowed_within_async_functions_and_at_the_top_levels_of_modules:n(1103,1,"for_await_loops_are_only_allowed_within_async_functions_and_at_the_top_levels_of_modules_1103","'for await' loops are only allowed within async functions and at the top levels of modules."),A_continue_statement_can_only_be_used_within_an_enclosing_iteration_statement:n(1104,1,"A_continue_statement_can_only_be_used_within_an_enclosing_iteration_statement_1104","A 'continue' statement can only be used within an enclosing iteration statement."),A_break_statement_can_only_be_used_within_an_enclosing_iteration_or_switch_statement:n(1105,1,"A_break_statement_can_only_be_used_within_an_enclosing_iteration_or_switch_statement_1105","A 'break' statement can only be used within an enclosing iteration or switch statement."),The_left_hand_side_of_a_for_of_statement_may_not_be_async:n(1106,1,"The_left_hand_side_of_a_for_of_statement_may_not_be_async_1106","The left-hand side of a 'for...of' statement may not be 'async'."),Jump_target_cannot_cross_function_boundary:n(1107,1,"Jump_target_cannot_cross_function_boundary_1107","Jump target cannot cross function boundary."),A_return_statement_can_only_be_used_within_a_function_body:n(1108,1,"A_return_statement_can_only_be_used_within_a_function_body_1108","A 'return' statement can only be used within a function body."),Expression_expected:n(1109,1,"Expression_expected_1109","Expression expected."),Type_expected:n(1110,1,"Type_expected_1110","Type expected."),Private_field_0_must_be_declared_in_an_enclosing_class:n(1111,1,"Private_field_0_must_be_declared_in_an_enclosing_class_1111","Private field '{0}' must be declared in an enclosing class."),A_default_clause_cannot_appear_more_than_once_in_a_switch_statement:n(1113,1,"A_default_clause_cannot_appear_more_than_once_in_a_switch_statement_1113","A 'default' clause cannot appear more than once in a 'switch' statement."),Duplicate_label_0:n(1114,1,"Duplicate_label_0_1114","Duplicate label '{0}'."),A_continue_statement_can_only_jump_to_a_label_of_an_enclosing_iteration_statement:n(1115,1,"A_continue_statement_can_only_jump_to_a_label_of_an_enclosing_iteration_statement_1115","A 'continue' statement can only jump to a label of an enclosing iteration statement."),A_break_statement_can_only_jump_to_a_label_of_an_enclosing_statement:n(1116,1,"A_break_statement_can_only_jump_to_a_label_of_an_enclosing_statement_1116","A 'break' statement can only jump to a label of an enclosing statement."),An_object_literal_cannot_have_multiple_properties_with_the_same_name:n(1117,1,"An_object_literal_cannot_have_multiple_properties_with_the_same_name_1117","An object literal cannot have multiple properties with the same name."),An_object_literal_cannot_have_multiple_get_Slashset_accessors_with_the_same_name:n(1118,1,"An_object_literal_cannot_have_multiple_get_Slashset_accessors_with_the_same_name_1118","An object literal cannot have multiple get/set accessors with the same name."),An_object_literal_cannot_have_property_and_accessor_with_the_same_name:n(1119,1,"An_object_literal_cannot_have_property_and_accessor_with_the_same_name_1119","An object literal cannot have property and accessor with the same name."),An_export_assignment_cannot_have_modifiers:n(1120,1,"An_export_assignment_cannot_have_modifiers_1120","An export assignment cannot have modifiers."),Octal_literals_are_not_allowed_Use_the_syntax_0:n(1121,1,"Octal_literals_are_not_allowed_Use_the_syntax_0_1121","Octal literals are not allowed. Use the syntax '{0}'."),Variable_declaration_list_cannot_be_empty:n(1123,1,"Variable_declaration_list_cannot_be_empty_1123","Variable declaration list cannot be empty."),Digit_expected:n(1124,1,"Digit_expected_1124","Digit expected."),Hexadecimal_digit_expected:n(1125,1,"Hexadecimal_digit_expected_1125","Hexadecimal digit expected."),Unexpected_end_of_text:n(1126,1,"Unexpected_end_of_text_1126","Unexpected end of text."),Invalid_character:n(1127,1,"Invalid_character_1127","Invalid character."),Declaration_or_statement_expected:n(1128,1,"Declaration_or_statement_expected_1128","Declaration or statement expected."),Statement_expected:n(1129,1,"Statement_expected_1129","Statement expected."),case_or_default_expected:n(1130,1,"case_or_default_expected_1130","'case' or 'default' expected."),Property_or_signature_expected:n(1131,1,"Property_or_signature_expected_1131","Property or signature expected."),Enum_member_expected:n(1132,1,"Enum_member_expected_1132","Enum member expected."),Variable_declaration_expected:n(1134,1,"Variable_declaration_expected_1134","Variable declaration expected."),Argument_expression_expected:n(1135,1,"Argument_expression_expected_1135","Argument expression expected."),Property_assignment_expected:n(1136,1,"Property_assignment_expected_1136","Property assignment expected."),Expression_or_comma_expected:n(1137,1,"Expression_or_comma_expected_1137","Expression or comma expected."),Parameter_declaration_expected:n(1138,1,"Parameter_declaration_expected_1138","Parameter declaration expected."),Type_parameter_declaration_expected:n(1139,1,"Type_parameter_declaration_expected_1139","Type parameter declaration expected."),Type_argument_expected:n(1140,1,"Type_argument_expected_1140","Type argument expected."),String_literal_expected:n(1141,1,"String_literal_expected_1141","String literal expected."),Line_break_not_permitted_here:n(1142,1,"Line_break_not_permitted_here_1142","Line break not permitted here."),or_expected:n(1144,1,"or_expected_1144","'{' or ';' expected."),or_JSX_element_expected:n(1145,1,"or_JSX_element_expected_1145","'{' or JSX element expected."),Declaration_expected:n(1146,1,"Declaration_expected_1146","Declaration expected."),Import_declarations_in_a_namespace_cannot_reference_a_module:n(1147,1,"Import_declarations_in_a_namespace_cannot_reference_a_module_1147","Import declarations in a namespace cannot reference a module."),Cannot_use_imports_exports_or_module_augmentations_when_module_is_none:n(1148,1,"Cannot_use_imports_exports_or_module_augmentations_when_module_is_none_1148","Cannot use imports, exports, or module augmentations when '--module' is 'none'."),File_name_0_differs_from_already_included_file_name_1_only_in_casing:n(1149,1,"File_name_0_differs_from_already_included_file_name_1_only_in_casing_1149","File name '{0}' differs from already included file name '{1}' only in casing."),_0_declarations_must_be_initialized:n(1155,1,"_0_declarations_must_be_initialized_1155","'{0}' declarations must be initialized."),_0_declarations_can_only_be_declared_inside_a_block:n(1156,1,"_0_declarations_can_only_be_declared_inside_a_block_1156","'{0}' declarations can only be declared inside a block."),Unterminated_template_literal:n(1160,1,"Unterminated_template_literal_1160","Unterminated template literal."),Unterminated_regular_expression_literal:n(1161,1,"Unterminated_regular_expression_literal_1161","Unterminated regular expression literal."),An_object_member_cannot_be_declared_optional:n(1162,1,"An_object_member_cannot_be_declared_optional_1162","An object member cannot be declared optional."),A_yield_expression_is_only_allowed_in_a_generator_body:n(1163,1,"A_yield_expression_is_only_allowed_in_a_generator_body_1163","A 'yield' expression is only allowed in a generator body."),Computed_property_names_are_not_allowed_in_enums:n(1164,1,"Computed_property_names_are_not_allowed_in_enums_1164","Computed property names are not allowed in enums."),A_computed_property_name_in_an_ambient_context_must_refer_to_an_expression_whose_type_is_a_literal_type_or_a_unique_symbol_type:n(1165,1,"A_computed_property_name_in_an_ambient_context_must_refer_to_an_expression_whose_type_is_a_literal_t_1165","A computed property name in an ambient context must refer to an expression whose type is a literal type or a 'unique symbol' type."),A_computed_property_name_in_a_class_property_declaration_must_have_a_simple_literal_type_or_a_unique_symbol_type:n(1166,1,"A_computed_property_name_in_a_class_property_declaration_must_have_a_simple_literal_type_or_a_unique_1166","A computed property name in a class property declaration must have a simple literal type or a 'unique symbol' type."),A_computed_property_name_in_a_method_overload_must_refer_to_an_expression_whose_type_is_a_literal_type_or_a_unique_symbol_type:n(1168,1,"A_computed_property_name_in_a_method_overload_must_refer_to_an_expression_whose_type_is_a_literal_ty_1168","A computed property name in a method overload must refer to an expression whose type is a literal type or a 'unique symbol' type."),A_computed_property_name_in_an_interface_must_refer_to_an_expression_whose_type_is_a_literal_type_or_a_unique_symbol_type:n(1169,1,"A_computed_property_name_in_an_interface_must_refer_to_an_expression_whose_type_is_a_literal_type_or_1169","A computed property name in an interface must refer to an expression whose type is a literal type or a 'unique symbol' type."),A_computed_property_name_in_a_type_literal_must_refer_to_an_expression_whose_type_is_a_literal_type_or_a_unique_symbol_type:n(1170,1,"A_computed_property_name_in_a_type_literal_must_refer_to_an_expression_whose_type_is_a_literal_type__1170","A computed property name in a type literal must refer to an expression whose type is a literal type or a 'unique symbol' type."),A_comma_expression_is_not_allowed_in_a_computed_property_name:n(1171,1,"A_comma_expression_is_not_allowed_in_a_computed_property_name_1171","A comma expression is not allowed in a computed property name."),extends_clause_already_seen:n(1172,1,"extends_clause_already_seen_1172","'extends' clause already seen."),extends_clause_must_precede_implements_clause:n(1173,1,"extends_clause_must_precede_implements_clause_1173","'extends' clause must precede 'implements' clause."),Classes_can_only_extend_a_single_class:n(1174,1,"Classes_can_only_extend_a_single_class_1174","Classes can only extend a single class."),implements_clause_already_seen:n(1175,1,"implements_clause_already_seen_1175","'implements' clause already seen."),Interface_declaration_cannot_have_implements_clause:n(1176,1,"Interface_declaration_cannot_have_implements_clause_1176","Interface declaration cannot have 'implements' clause."),Binary_digit_expected:n(1177,1,"Binary_digit_expected_1177","Binary digit expected."),Octal_digit_expected:n(1178,1,"Octal_digit_expected_1178","Octal digit expected."),Unexpected_token_expected:n(1179,1,"Unexpected_token_expected_1179","Unexpected token. '{' expected."),Property_destructuring_pattern_expected:n(1180,1,"Property_destructuring_pattern_expected_1180","Property destructuring pattern expected."),Array_element_destructuring_pattern_expected:n(1181,1,"Array_element_destructuring_pattern_expected_1181","Array element destructuring pattern expected."),A_destructuring_declaration_must_have_an_initializer:n(1182,1,"A_destructuring_declaration_must_have_an_initializer_1182","A destructuring declaration must have an initializer."),An_implementation_cannot_be_declared_in_ambient_contexts:n(1183,1,"An_implementation_cannot_be_declared_in_ambient_contexts_1183","An implementation cannot be declared in ambient contexts."),Modifiers_cannot_appear_here:n(1184,1,"Modifiers_cannot_appear_here_1184","Modifiers cannot appear here."),Merge_conflict_marker_encountered:n(1185,1,"Merge_conflict_marker_encountered_1185","Merge conflict marker encountered."),A_rest_element_cannot_have_an_initializer:n(1186,1,"A_rest_element_cannot_have_an_initializer_1186","A rest element cannot have an initializer."),A_parameter_property_may_not_be_declared_using_a_binding_pattern:n(1187,1,"A_parameter_property_may_not_be_declared_using_a_binding_pattern_1187","A parameter property may not be declared using a binding pattern."),Only_a_single_variable_declaration_is_allowed_in_a_for_of_statement:n(1188,1,"Only_a_single_variable_declaration_is_allowed_in_a_for_of_statement_1188","Only a single variable declaration is allowed in a 'for...of' statement."),The_variable_declaration_of_a_for_in_statement_cannot_have_an_initializer:n(1189,1,"The_variable_declaration_of_a_for_in_statement_cannot_have_an_initializer_1189","The variable declaration of a 'for...in' statement cannot have an initializer."),The_variable_declaration_of_a_for_of_statement_cannot_have_an_initializer:n(1190,1,"The_variable_declaration_of_a_for_of_statement_cannot_have_an_initializer_1190","The variable declaration of a 'for...of' statement cannot have an initializer."),An_import_declaration_cannot_have_modifiers:n(1191,1,"An_import_declaration_cannot_have_modifiers_1191","An import declaration cannot have modifiers."),Module_0_has_no_default_export:n(1192,1,"Module_0_has_no_default_export_1192","Module '{0}' has no default export."),An_export_declaration_cannot_have_modifiers:n(1193,1,"An_export_declaration_cannot_have_modifiers_1193","An export declaration cannot have modifiers."),Export_declarations_are_not_permitted_in_a_namespace:n(1194,1,"Export_declarations_are_not_permitted_in_a_namespace_1194","Export declarations are not permitted in a namespace."),export_Asterisk_does_not_re_export_a_default:n(1195,1,"export_Asterisk_does_not_re_export_a_default_1195","'export *' does not re-export a default."),Catch_clause_variable_type_annotation_must_be_any_or_unknown_if_specified:n(1196,1,"Catch_clause_variable_type_annotation_must_be_any_or_unknown_if_specified_1196","Catch clause variable type annotation must be 'any' or 'unknown' if specified."),Catch_clause_variable_cannot_have_an_initializer:n(1197,1,"Catch_clause_variable_cannot_have_an_initializer_1197","Catch clause variable cannot have an initializer."),An_extended_Unicode_escape_value_must_be_between_0x0_and_0x10FFFF_inclusive:n(1198,1,"An_extended_Unicode_escape_value_must_be_between_0x0_and_0x10FFFF_inclusive_1198","An extended Unicode escape value must be between 0x0 and 0x10FFFF inclusive."),Unterminated_Unicode_escape_sequence:n(1199,1,"Unterminated_Unicode_escape_sequence_1199","Unterminated Unicode escape sequence."),Line_terminator_not_permitted_before_arrow:n(1200,1,"Line_terminator_not_permitted_before_arrow_1200","Line terminator not permitted before arrow."),Import_assignment_cannot_be_used_when_targeting_ECMAScript_modules_Consider_using_import_Asterisk_as_ns_from_mod_import_a_from_mod_import_d_from_mod_or_another_module_format_instead:n(1202,1,"Import_assignment_cannot_be_used_when_targeting_ECMAScript_modules_Consider_using_import_Asterisk_as_1202",`Import assignment cannot be used when targeting ECMAScript modules. Consider using 'import * as ns from "mod"', 'import {a} from "mod"', 'import d from "mod"', or another module format instead.`),Export_assignment_cannot_be_used_when_targeting_ECMAScript_modules_Consider_using_export_default_or_another_module_format_instead:n(1203,1,"Export_assignment_cannot_be_used_when_targeting_ECMAScript_modules_Consider_using_export_default_or__1203","Export assignment cannot be used when targeting ECMAScript modules. Consider using 'export default' or another module format instead."),Re_exporting_a_type_when_0_is_enabled_requires_using_export_type:n(1205,1,"Re_exporting_a_type_when_0_is_enabled_requires_using_export_type_1205","Re-exporting a type when '{0}' is enabled requires using 'export type'."),Decorators_are_not_valid_here:n(1206,1,"Decorators_are_not_valid_here_1206","Decorators are not valid here."),Decorators_cannot_be_applied_to_multiple_get_Slashset_accessors_of_the_same_name:n(1207,1,"Decorators_cannot_be_applied_to_multiple_get_Slashset_accessors_of_the_same_name_1207","Decorators cannot be applied to multiple get/set accessors of the same name."),Invalid_optional_chain_from_new_expression_Did_you_mean_to_call_0:n(1209,1,"Invalid_optional_chain_from_new_expression_Did_you_mean_to_call_0_1209","Invalid optional chain from new expression. Did you mean to call '{0}()'?"),Code_contained_in_a_class_is_evaluated_in_JavaScript_s_strict_mode_which_does_not_allow_this_use_of_0_For_more_information_see_https_Colon_Slash_Slashdeveloper_mozilla_org_Slashen_US_Slashdocs_SlashWeb_SlashJavaScript_SlashReference_SlashStrict_mode:n(1210,1,"Code_contained_in_a_class_is_evaluated_in_JavaScript_s_strict_mode_which_does_not_allow_this_use_of__1210","Code contained in a class is evaluated in JavaScript's strict mode which does not allow this use of '{0}'. For more information, see https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Strict_mode."),A_class_declaration_without_the_default_modifier_must_have_a_name:n(1211,1,"A_class_declaration_without_the_default_modifier_must_have_a_name_1211","A class declaration without the 'default' modifier must have a name."),Identifier_expected_0_is_a_reserved_word_in_strict_mode:n(1212,1,"Identifier_expected_0_is_a_reserved_word_in_strict_mode_1212","Identifier expected. '{0}' is a reserved word in strict mode."),Identifier_expected_0_is_a_reserved_word_in_strict_mode_Class_definitions_are_automatically_in_strict_mode:n(1213,1,"Identifier_expected_0_is_a_reserved_word_in_strict_mode_Class_definitions_are_automatically_in_stric_1213","Identifier expected. '{0}' is a reserved word in strict mode. Class definitions are automatically in strict mode."),Identifier_expected_0_is_a_reserved_word_in_strict_mode_Modules_are_automatically_in_strict_mode:n(1214,1,"Identifier_expected_0_is_a_reserved_word_in_strict_mode_Modules_are_automatically_in_strict_mode_1214","Identifier expected. '{0}' is a reserved word in strict mode. Modules are automatically in strict mode."),Invalid_use_of_0_Modules_are_automatically_in_strict_mode:n(1215,1,"Invalid_use_of_0_Modules_are_automatically_in_strict_mode_1215","Invalid use of '{0}'. Modules are automatically in strict mode."),Identifier_expected_esModule_is_reserved_as_an_exported_marker_when_transforming_ECMAScript_modules:n(1216,1,"Identifier_expected_esModule_is_reserved_as_an_exported_marker_when_transforming_ECMAScript_modules_1216","Identifier expected. '__esModule' is reserved as an exported marker when transforming ECMAScript modules."),Export_assignment_is_not_supported_when_module_flag_is_system:n(1218,1,"Export_assignment_is_not_supported_when_module_flag_is_system_1218","Export assignment is not supported when '--module' flag is 'system'."),Generators_are_not_allowed_in_an_ambient_context:n(1221,1,"Generators_are_not_allowed_in_an_ambient_context_1221","Generators are not allowed in an ambient context."),An_overload_signature_cannot_be_declared_as_a_generator:n(1222,1,"An_overload_signature_cannot_be_declared_as_a_generator_1222","An overload signature cannot be declared as a generator."),_0_tag_already_specified:n(1223,1,"_0_tag_already_specified_1223","'{0}' tag already specified."),Signature_0_must_be_a_type_predicate:n(1224,1,"Signature_0_must_be_a_type_predicate_1224","Signature '{0}' must be a type predicate."),Cannot_find_parameter_0:n(1225,1,"Cannot_find_parameter_0_1225","Cannot find parameter '{0}'."),Type_predicate_0_is_not_assignable_to_1:n(1226,1,"Type_predicate_0_is_not_assignable_to_1_1226","Type predicate '{0}' is not assignable to '{1}'."),Parameter_0_is_not_in_the_same_position_as_parameter_1:n(1227,1,"Parameter_0_is_not_in_the_same_position_as_parameter_1_1227","Parameter '{0}' is not in the same position as parameter '{1}'."),A_type_predicate_is_only_allowed_in_return_type_position_for_functions_and_methods:n(1228,1,"A_type_predicate_is_only_allowed_in_return_type_position_for_functions_and_methods_1228","A type predicate is only allowed in return type position for functions and methods."),A_type_predicate_cannot_reference_a_rest_parameter:n(1229,1,"A_type_predicate_cannot_reference_a_rest_parameter_1229","A type predicate cannot reference a rest parameter."),A_type_predicate_cannot_reference_element_0_in_a_binding_pattern:n(1230,1,"A_type_predicate_cannot_reference_element_0_in_a_binding_pattern_1230","A type predicate cannot reference element '{0}' in a binding pattern."),An_export_assignment_must_be_at_the_top_level_of_a_file_or_module_declaration:n(1231,1,"An_export_assignment_must_be_at_the_top_level_of_a_file_or_module_declaration_1231","An export assignment must be at the top level of a file or module declaration."),An_import_declaration_can_only_be_used_at_the_top_level_of_a_namespace_or_module:n(1232,1,"An_import_declaration_can_only_be_used_at_the_top_level_of_a_namespace_or_module_1232","An import declaration can only be used at the top level of a namespace or module."),An_export_declaration_can_only_be_used_at_the_top_level_of_a_namespace_or_module:n(1233,1,"An_export_declaration_can_only_be_used_at_the_top_level_of_a_namespace_or_module_1233","An export declaration can only be used at the top level of a namespace or module."),An_ambient_module_declaration_is_only_allowed_at_the_top_level_in_a_file:n(1234,1,"An_ambient_module_declaration_is_only_allowed_at_the_top_level_in_a_file_1234","An ambient module declaration is only allowed at the top level in a file."),A_namespace_declaration_is_only_allowed_at_the_top_level_of_a_namespace_or_module:n(1235,1,"A_namespace_declaration_is_only_allowed_at_the_top_level_of_a_namespace_or_module_1235","A namespace declaration is only allowed at the top level of a namespace or module."),The_return_type_of_a_property_decorator_function_must_be_either_void_or_any:n(1236,1,"The_return_type_of_a_property_decorator_function_must_be_either_void_or_any_1236","The return type of a property decorator function must be either 'void' or 'any'."),The_return_type_of_a_parameter_decorator_function_must_be_either_void_or_any:n(1237,1,"The_return_type_of_a_parameter_decorator_function_must_be_either_void_or_any_1237","The return type of a parameter decorator function must be either 'void' or 'any'."),Unable_to_resolve_signature_of_class_decorator_when_called_as_an_expression:n(1238,1,"Unable_to_resolve_signature_of_class_decorator_when_called_as_an_expression_1238","Unable to resolve signature of class decorator when called as an expression."),Unable_to_resolve_signature_of_parameter_decorator_when_called_as_an_expression:n(1239,1,"Unable_to_resolve_signature_of_parameter_decorator_when_called_as_an_expression_1239","Unable to resolve signature of parameter decorator when called as an expression."),Unable_to_resolve_signature_of_property_decorator_when_called_as_an_expression:n(1240,1,"Unable_to_resolve_signature_of_property_decorator_when_called_as_an_expression_1240","Unable to resolve signature of property decorator when called as an expression."),Unable_to_resolve_signature_of_method_decorator_when_called_as_an_expression:n(1241,1,"Unable_to_resolve_signature_of_method_decorator_when_called_as_an_expression_1241","Unable to resolve signature of method decorator when called as an expression."),abstract_modifier_can_only_appear_on_a_class_method_or_property_declaration:n(1242,1,"abstract_modifier_can_only_appear_on_a_class_method_or_property_declaration_1242","'abstract' modifier can only appear on a class, method, or property declaration."),_0_modifier_cannot_be_used_with_1_modifier:n(1243,1,"_0_modifier_cannot_be_used_with_1_modifier_1243","'{0}' modifier cannot be used with '{1}' modifier."),Abstract_methods_can_only_appear_within_an_abstract_class:n(1244,1,"Abstract_methods_can_only_appear_within_an_abstract_class_1244","Abstract methods can only appear within an abstract class."),Method_0_cannot_have_an_implementation_because_it_is_marked_abstract:n(1245,1,"Method_0_cannot_have_an_implementation_because_it_is_marked_abstract_1245","Method '{0}' cannot have an implementation because it is marked abstract."),An_interface_property_cannot_have_an_initializer:n(1246,1,"An_interface_property_cannot_have_an_initializer_1246","An interface property cannot have an initializer."),A_type_literal_property_cannot_have_an_initializer:n(1247,1,"A_type_literal_property_cannot_have_an_initializer_1247","A type literal property cannot have an initializer."),A_class_member_cannot_have_the_0_keyword:n(1248,1,"A_class_member_cannot_have_the_0_keyword_1248","A class member cannot have the '{0}' keyword."),A_decorator_can_only_decorate_a_method_implementation_not_an_overload:n(1249,1,"A_decorator_can_only_decorate_a_method_implementation_not_an_overload_1249","A decorator can only decorate a method implementation, not an overload."),Function_declarations_are_not_allowed_inside_blocks_in_strict_mode_when_targeting_ES5:n(1250,1,"Function_declarations_are_not_allowed_inside_blocks_in_strict_mode_when_targeting_ES5_1250","Function declarations are not allowed inside blocks in strict mode when targeting 'ES5'."),Function_declarations_are_not_allowed_inside_blocks_in_strict_mode_when_targeting_ES5_Class_definitions_are_automatically_in_strict_mode:n(1251,1,"Function_declarations_are_not_allowed_inside_blocks_in_strict_mode_when_targeting_ES5_Class_definiti_1251","Function declarations are not allowed inside blocks in strict mode when targeting 'ES5'. Class definitions are automatically in strict mode."),Function_declarations_are_not_allowed_inside_blocks_in_strict_mode_when_targeting_ES5_Modules_are_automatically_in_strict_mode:n(1252,1,"Function_declarations_are_not_allowed_inside_blocks_in_strict_mode_when_targeting_ES5_Modules_are_au_1252","Function declarations are not allowed inside blocks in strict mode when targeting 'ES5'. Modules are automatically in strict mode."),Abstract_properties_can_only_appear_within_an_abstract_class:n(1253,1,"Abstract_properties_can_only_appear_within_an_abstract_class_1253","Abstract properties can only appear within an abstract class."),A_const_initializer_in_an_ambient_context_must_be_a_string_or_numeric_literal_or_literal_enum_reference:n(1254,1,"A_const_initializer_in_an_ambient_context_must_be_a_string_or_numeric_literal_or_literal_enum_refere_1254","A 'const' initializer in an ambient context must be a string or numeric literal or literal enum reference."),A_definite_assignment_assertion_is_not_permitted_in_this_context:n(1255,1,"A_definite_assignment_assertion_is_not_permitted_in_this_context_1255","A definite assignment assertion '!' is not permitted in this context."),A_required_element_cannot_follow_an_optional_element:n(1257,1,"A_required_element_cannot_follow_an_optional_element_1257","A required element cannot follow an optional element."),A_default_export_must_be_at_the_top_level_of_a_file_or_module_declaration:n(1258,1,"A_default_export_must_be_at_the_top_level_of_a_file_or_module_declaration_1258","A default export must be at the top level of a file or module declaration."),Module_0_can_only_be_default_imported_using_the_1_flag:n(1259,1,"Module_0_can_only_be_default_imported_using_the_1_flag_1259","Module '{0}' can only be default-imported using the '{1}' flag"),Keywords_cannot_contain_escape_characters:n(1260,1,"Keywords_cannot_contain_escape_characters_1260","Keywords cannot contain escape characters."),Already_included_file_name_0_differs_from_file_name_1_only_in_casing:n(1261,1,"Already_included_file_name_0_differs_from_file_name_1_only_in_casing_1261","Already included file name '{0}' differs from file name '{1}' only in casing."),Identifier_expected_0_is_a_reserved_word_at_the_top_level_of_a_module:n(1262,1,"Identifier_expected_0_is_a_reserved_word_at_the_top_level_of_a_module_1262","Identifier expected. '{0}' is a reserved word at the top-level of a module."),Declarations_with_initializers_cannot_also_have_definite_assignment_assertions:n(1263,1,"Declarations_with_initializers_cannot_also_have_definite_assignment_assertions_1263","Declarations with initializers cannot also have definite assignment assertions."),Declarations_with_definite_assignment_assertions_must_also_have_type_annotations:n(1264,1,"Declarations_with_definite_assignment_assertions_must_also_have_type_annotations_1264","Declarations with definite assignment assertions must also have type annotations."),A_rest_element_cannot_follow_another_rest_element:n(1265,1,"A_rest_element_cannot_follow_another_rest_element_1265","A rest element cannot follow another rest element."),An_optional_element_cannot_follow_a_rest_element:n(1266,1,"An_optional_element_cannot_follow_a_rest_element_1266","An optional element cannot follow a rest element."),Property_0_cannot_have_an_initializer_because_it_is_marked_abstract:n(1267,1,"Property_0_cannot_have_an_initializer_because_it_is_marked_abstract_1267","Property '{0}' cannot have an initializer because it is marked abstract."),An_index_signature_parameter_type_must_be_string_number_symbol_or_a_template_literal_type:n(1268,1,"An_index_signature_parameter_type_must_be_string_number_symbol_or_a_template_literal_type_1268","An index signature parameter type must be 'string', 'number', 'symbol', or a template literal type."),Cannot_use_export_import_on_a_type_or_type_only_namespace_when_0_is_enabled:n(1269,1,"Cannot_use_export_import_on_a_type_or_type_only_namespace_when_0_is_enabled_1269","Cannot use 'export import' on a type or type-only namespace when '{0}' is enabled."),Decorator_function_return_type_0_is_not_assignable_to_type_1:n(1270,1,"Decorator_function_return_type_0_is_not_assignable_to_type_1_1270","Decorator function return type '{0}' is not assignable to type '{1}'."),Decorator_function_return_type_is_0_but_is_expected_to_be_void_or_any:n(1271,1,"Decorator_function_return_type_is_0_but_is_expected_to_be_void_or_any_1271","Decorator function return type is '{0}' but is expected to be 'void' or 'any'."),A_type_referenced_in_a_decorated_signature_must_be_imported_with_import_type_or_a_namespace_import_when_isolatedModules_and_emitDecoratorMetadata_are_enabled:n(1272,1,"A_type_referenced_in_a_decorated_signature_must_be_imported_with_import_type_or_a_namespace_import_w_1272","A type referenced in a decorated signature must be imported with 'import type' or a namespace import when 'isolatedModules' and 'emitDecoratorMetadata' are enabled."),_0_modifier_cannot_appear_on_a_type_parameter:n(1273,1,"_0_modifier_cannot_appear_on_a_type_parameter_1273","'{0}' modifier cannot appear on a type parameter"),_0_modifier_can_only_appear_on_a_type_parameter_of_a_class_interface_or_type_alias:n(1274,1,"_0_modifier_can_only_appear_on_a_type_parameter_of_a_class_interface_or_type_alias_1274","'{0}' modifier can only appear on a type parameter of a class, interface or type alias"),accessor_modifier_can_only_appear_on_a_property_declaration:n(1275,1,"accessor_modifier_can_only_appear_on_a_property_declaration_1275","'accessor' modifier can only appear on a property declaration."),An_accessor_property_cannot_be_declared_optional:n(1276,1,"An_accessor_property_cannot_be_declared_optional_1276","An 'accessor' property cannot be declared optional."),_0_modifier_can_only_appear_on_a_type_parameter_of_a_function_method_or_class:n(1277,1,"_0_modifier_can_only_appear_on_a_type_parameter_of_a_function_method_or_class_1277","'{0}' modifier can only appear on a type parameter of a function, method or class"),The_runtime_will_invoke_the_decorator_with_1_arguments_but_the_decorator_expects_0:n(1278,1,"The_runtime_will_invoke_the_decorator_with_1_arguments_but_the_decorator_expects_0_1278","The runtime will invoke the decorator with {1} arguments, but the decorator expects {0}."),The_runtime_will_invoke_the_decorator_with_1_arguments_but_the_decorator_expects_at_least_0:n(1279,1,"The_runtime_will_invoke_the_decorator_with_1_arguments_but_the_decorator_expects_at_least_0_1279","The runtime will invoke the decorator with {1} arguments, but the decorator expects at least {0}."),Namespaces_are_not_allowed_in_global_script_files_when_0_is_enabled_If_this_file_is_not_intended_to_be_a_global_script_set_moduleDetection_to_force_or_add_an_empty_export_statement:n(1280,1,"Namespaces_are_not_allowed_in_global_script_files_when_0_is_enabled_If_this_file_is_not_intended_to__1280","Namespaces are not allowed in global script files when '{0}' is enabled. If this file is not intended to be a global script, set 'moduleDetection' to 'force' or add an empty 'export {}' statement."),Cannot_access_0_from_another_file_without_qualification_when_1_is_enabled_Use_2_instead:n(1281,1,"Cannot_access_0_from_another_file_without_qualification_when_1_is_enabled_Use_2_instead_1281","Cannot access '{0}' from another file without qualification when '{1}' is enabled. Use '{2}' instead."),An_export_declaration_must_reference_a_value_when_verbatimModuleSyntax_is_enabled_but_0_only_refers_to_a_type:n(1282,1,"An_export_declaration_must_reference_a_value_when_verbatimModuleSyntax_is_enabled_but_0_only_refers__1282","An 'export =' declaration must reference a value when 'verbatimModuleSyntax' is enabled, but '{0}' only refers to a type."),An_export_declaration_must_reference_a_real_value_when_verbatimModuleSyntax_is_enabled_but_0_resolves_to_a_type_only_declaration:n(1283,1,"An_export_declaration_must_reference_a_real_value_when_verbatimModuleSyntax_is_enabled_but_0_resolve_1283","An 'export =' declaration must reference a real value when 'verbatimModuleSyntax' is enabled, but '{0}' resolves to a type-only declaration."),An_export_default_must_reference_a_value_when_verbatimModuleSyntax_is_enabled_but_0_only_refers_to_a_type:n(1284,1,"An_export_default_must_reference_a_value_when_verbatimModuleSyntax_is_enabled_but_0_only_refers_to_a_1284","An 'export default' must reference a value when 'verbatimModuleSyntax' is enabled, but '{0}' only refers to a type."),An_export_default_must_reference_a_real_value_when_verbatimModuleSyntax_is_enabled_but_0_resolves_to_a_type_only_declaration:n(1285,1,"An_export_default_must_reference_a_real_value_when_verbatimModuleSyntax_is_enabled_but_0_resolves_to_1285","An 'export default' must reference a real value when 'verbatimModuleSyntax' is enabled, but '{0}' resolves to a type-only declaration."),ECMAScript_imports_and_exports_cannot_be_written_in_a_CommonJS_file_under_verbatimModuleSyntax:n(1286,1,"ECMAScript_imports_and_exports_cannot_be_written_in_a_CommonJS_file_under_verbatimModuleSyntax_1286","ECMAScript imports and exports cannot be written in a CommonJS file under 'verbatimModuleSyntax'."),A_top_level_export_modifier_cannot_be_used_on_value_declarations_in_a_CommonJS_module_when_verbatimModuleSyntax_is_enabled:n(1287,1,"A_top_level_export_modifier_cannot_be_used_on_value_declarations_in_a_CommonJS_module_when_verbatimM_1287","A top-level 'export' modifier cannot be used on value declarations in a CommonJS module when 'verbatimModuleSyntax' is enabled."),An_import_alias_cannot_resolve_to_a_type_or_type_only_declaration_when_verbatimModuleSyntax_is_enabled:n(1288,1,"An_import_alias_cannot_resolve_to_a_type_or_type_only_declaration_when_verbatimModuleSyntax_is_enabl_1288","An import alias cannot resolve to a type or type-only declaration when 'verbatimModuleSyntax' is enabled."),_0_resolves_to_a_type_only_declaration_and_must_be_marked_type_only_in_this_file_before_re_exporting_when_1_is_enabled_Consider_using_import_type_where_0_is_imported:n(1289,1,"_0_resolves_to_a_type_only_declaration_and_must_be_marked_type_only_in_this_file_before_re_exporting_1289","'{0}' resolves to a type-only declaration and must be marked type-only in this file before re-exporting when '{1}' is enabled. Consider using 'import type' where '{0}' is imported."),_0_resolves_to_a_type_only_declaration_and_must_be_marked_type_only_in_this_file_before_re_exporting_when_1_is_enabled_Consider_using_export_type_0_as_default:n(1290,1,"_0_resolves_to_a_type_only_declaration_and_must_be_marked_type_only_in_this_file_before_re_exporting_1290","'{0}' resolves to a type-only declaration and must be marked type-only in this file before re-exporting when '{1}' is enabled. Consider using 'export type { {0} as default }'."),_0_resolves_to_a_type_and_must_be_marked_type_only_in_this_file_before_re_exporting_when_1_is_enabled_Consider_using_import_type_where_0_is_imported:n(1291,1,"_0_resolves_to_a_type_and_must_be_marked_type_only_in_this_file_before_re_exporting_when_1_is_enable_1291","'{0}' resolves to a type and must be marked type-only in this file before re-exporting when '{1}' is enabled. Consider using 'import type' where '{0}' is imported."),_0_resolves_to_a_type_and_must_be_marked_type_only_in_this_file_before_re_exporting_when_1_is_enabled_Consider_using_export_type_0_as_default:n(1292,1,"_0_resolves_to_a_type_and_must_be_marked_type_only_in_this_file_before_re_exporting_when_1_is_enable_1292","'{0}' resolves to a type and must be marked type-only in this file before re-exporting when '{1}' is enabled. Consider using 'export type { {0} as default }'."),ECMAScript_module_syntax_is_not_allowed_in_a_CommonJS_module_when_module_is_set_to_preserve:n(1293,1,"ECMAScript_module_syntax_is_not_allowed_in_a_CommonJS_module_when_module_is_set_to_preserve_1293","ECMAScript module syntax is not allowed in a CommonJS module when 'module' is set to 'preserve'."),This_syntax_is_not_allowed_when_erasableSyntaxOnly_is_enabled:n(1294,1,"This_syntax_is_not_allowed_when_erasableSyntaxOnly_is_enabled_1294","This syntax is not allowed when 'erasableSyntaxOnly' is enabled."),ECMAScript_imports_and_exports_cannot_be_written_in_a_CommonJS_file_under_verbatimModuleSyntax_Adjust_the_type_field_in_the_nearest_package_json_to_make_this_file_an_ECMAScript_module_or_adjust_your_verbatimModuleSyntax_module_and_moduleResolution_settings_in_TypeScript:n(1295,1,"ECMAScript_imports_and_exports_cannot_be_written_in_a_CommonJS_file_under_verbatimModuleSyntax_Adjus_1295","ECMAScript imports and exports cannot be written in a CommonJS file under 'verbatimModuleSyntax'. Adjust the 'type' field in the nearest 'package.json' to make this file an ECMAScript module, or adjust your 'verbatimModuleSyntax', 'module', and 'moduleResolution' settings in TypeScript."),with_statements_are_not_allowed_in_an_async_function_block:n(1300,1,"with_statements_are_not_allowed_in_an_async_function_block_1300","'with' statements are not allowed in an async function block."),await_expressions_are_only_allowed_within_async_functions_and_at_the_top_levels_of_modules:n(1308,1,"await_expressions_are_only_allowed_within_async_functions_and_at_the_top_levels_of_modules_1308","'await' expressions are only allowed within async functions and at the top levels of modules."),The_current_file_is_a_CommonJS_module_and_cannot_use_await_at_the_top_level:n(1309,1,"The_current_file_is_a_CommonJS_module_and_cannot_use_await_at_the_top_level_1309","The current file is a CommonJS module and cannot use 'await' at the top level."),Did_you_mean_to_use_a_Colon_An_can_only_follow_a_property_name_when_the_containing_object_literal_is_part_of_a_destructuring_pattern:n(1312,1,"Did_you_mean_to_use_a_Colon_An_can_only_follow_a_property_name_when_the_containing_object_literal_is_1312","Did you mean to use a ':'? An '=' can only follow a property name when the containing object literal is part of a destructuring pattern."),The_body_of_an_if_statement_cannot_be_the_empty_statement:n(1313,1,"The_body_of_an_if_statement_cannot_be_the_empty_statement_1313","The body of an 'if' statement cannot be the empty statement."),Global_module_exports_may_only_appear_in_module_files:n(1314,1,"Global_module_exports_may_only_appear_in_module_files_1314","Global module exports may only appear in module files."),Global_module_exports_may_only_appear_in_declaration_files:n(1315,1,"Global_module_exports_may_only_appear_in_declaration_files_1315","Global module exports may only appear in declaration files."),Global_module_exports_may_only_appear_at_top_level:n(1316,1,"Global_module_exports_may_only_appear_at_top_level_1316","Global module exports may only appear at top level."),A_parameter_property_cannot_be_declared_using_a_rest_parameter:n(1317,1,"A_parameter_property_cannot_be_declared_using_a_rest_parameter_1317","A parameter property cannot be declared using a rest parameter."),An_abstract_accessor_cannot_have_an_implementation:n(1318,1,"An_abstract_accessor_cannot_have_an_implementation_1318","An abstract accessor cannot have an implementation."),A_default_export_can_only_be_used_in_an_ECMAScript_style_module:n(1319,1,"A_default_export_can_only_be_used_in_an_ECMAScript_style_module_1319","A default export can only be used in an ECMAScript-style module."),Type_of_await_operand_must_either_be_a_valid_promise_or_must_not_contain_a_callable_then_member:n(1320,1,"Type_of_await_operand_must_either_be_a_valid_promise_or_must_not_contain_a_callable_then_member_1320","Type of 'await' operand must either be a valid promise or must not contain a callable 'then' member."),Type_of_yield_operand_in_an_async_generator_must_either_be_a_valid_promise_or_must_not_contain_a_callable_then_member:n(1321,1,"Type_of_yield_operand_in_an_async_generator_must_either_be_a_valid_promise_or_must_not_contain_a_cal_1321","Type of 'yield' operand in an async generator must either be a valid promise or must not contain a callable 'then' member."),Type_of_iterated_elements_of_a_yield_Asterisk_operand_must_either_be_a_valid_promise_or_must_not_contain_a_callable_then_member:n(1322,1,"Type_of_iterated_elements_of_a_yield_Asterisk_operand_must_either_be_a_valid_promise_or_must_not_con_1322","Type of iterated elements of a 'yield*' operand must either be a valid promise or must not contain a callable 'then' member."),Dynamic_imports_are_only_supported_when_the_module_flag_is_set_to_es2020_es2022_esnext_commonjs_amd_system_umd_node16_node18_node20_or_nodenext:n(1323,1,"Dynamic_imports_are_only_supported_when_the_module_flag_is_set_to_es2020_es2022_esnext_commonjs_amd__1323","Dynamic imports are only supported when the '--module' flag is set to 'es2020', 'es2022', 'esnext', 'commonjs', 'amd', 'system', 'umd', 'node16', 'node18', 'node20', or 'nodenext'."),Dynamic_imports_only_support_a_second_argument_when_the_module_option_is_set_to_esnext_node16_node18_node20_nodenext_or_preserve:n(1324,1,"Dynamic_imports_only_support_a_second_argument_when_the_module_option_is_set_to_esnext_node16_node18_1324","Dynamic imports only support a second argument when the '--module' option is set to 'esnext', 'node16', 'node18', 'node20', 'nodenext', or 'preserve'."),Argument_of_dynamic_import_cannot_be_spread_element:n(1325,1,"Argument_of_dynamic_import_cannot_be_spread_element_1325","Argument of dynamic import cannot be spread element."),This_use_of_import_is_invalid_import_calls_can_be_written_but_they_must_have_parentheses_and_cannot_have_type_arguments:n(1326,1,"This_use_of_import_is_invalid_import_calls_can_be_written_but_they_must_have_parentheses_and_cannot__1326","This use of 'import' is invalid. 'import()' calls can be written, but they must have parentheses and cannot have type arguments."),String_literal_with_double_quotes_expected:n(1327,1,"String_literal_with_double_quotes_expected_1327","String literal with double quotes expected."),Property_value_can_only_be_string_literal_numeric_literal_true_false_null_object_literal_or_array_literal:n(1328,1,"Property_value_can_only_be_string_literal_numeric_literal_true_false_null_object_literal_or_array_li_1328","Property value can only be string literal, numeric literal, 'true', 'false', 'null', object literal or array literal."),_0_accepts_too_few_arguments_to_be_used_as_a_decorator_here_Did_you_mean_to_call_it_first_and_write_0:n(1329,1,"_0_accepts_too_few_arguments_to_be_used_as_a_decorator_here_Did_you_mean_to_call_it_first_and_write__1329","'{0}' accepts too few arguments to be used as a decorator here. Did you mean to call it first and write '@{0}()'?"),A_property_of_an_interface_or_type_literal_whose_type_is_a_unique_symbol_type_must_be_readonly:n(1330,1,"A_property_of_an_interface_or_type_literal_whose_type_is_a_unique_symbol_type_must_be_readonly_1330","A property of an interface or type literal whose type is a 'unique symbol' type must be 'readonly'."),A_property_of_a_class_whose_type_is_a_unique_symbol_type_must_be_both_static_and_readonly:n(1331,1,"A_property_of_a_class_whose_type_is_a_unique_symbol_type_must_be_both_static_and_readonly_1331","A property of a class whose type is a 'unique symbol' type must be both 'static' and 'readonly'."),A_variable_whose_type_is_a_unique_symbol_type_must_be_const:n(1332,1,"A_variable_whose_type_is_a_unique_symbol_type_must_be_const_1332","A variable whose type is a 'unique symbol' type must be 'const'."),unique_symbol_types_may_not_be_used_on_a_variable_declaration_with_a_binding_name:n(1333,1,"unique_symbol_types_may_not_be_used_on_a_variable_declaration_with_a_binding_name_1333","'unique symbol' types may not be used on a variable declaration with a binding name."),unique_symbol_types_are_only_allowed_on_variables_in_a_variable_statement:n(1334,1,"unique_symbol_types_are_only_allowed_on_variables_in_a_variable_statement_1334","'unique symbol' types are only allowed on variables in a variable statement."),unique_symbol_types_are_not_allowed_here:n(1335,1,"unique_symbol_types_are_not_allowed_here_1335","'unique symbol' types are not allowed here."),An_index_signature_parameter_type_cannot_be_a_literal_type_or_generic_type_Consider_using_a_mapped_object_type_instead:n(1337,1,"An_index_signature_parameter_type_cannot_be_a_literal_type_or_generic_type_Consider_using_a_mapped_o_1337","An index signature parameter type cannot be a literal type or generic type. Consider using a mapped object type instead."),infer_declarations_are_only_permitted_in_the_extends_clause_of_a_conditional_type:n(1338,1,"infer_declarations_are_only_permitted_in_the_extends_clause_of_a_conditional_type_1338","'infer' declarations are only permitted in the 'extends' clause of a conditional type."),Module_0_does_not_refer_to_a_value_but_is_used_as_a_value_here:n(1339,1,"Module_0_does_not_refer_to_a_value_but_is_used_as_a_value_here_1339","Module '{0}' does not refer to a value, but is used as a value here."),Module_0_does_not_refer_to_a_type_but_is_used_as_a_type_here_Did_you_mean_typeof_import_0:n(1340,1,"Module_0_does_not_refer_to_a_type_but_is_used_as_a_type_here_Did_you_mean_typeof_import_0_1340","Module '{0}' does not refer to a type, but is used as a type here. Did you mean 'typeof import('{0}')'?"),Class_constructor_may_not_be_an_accessor:n(1341,1,"Class_constructor_may_not_be_an_accessor_1341","Class constructor may not be an accessor."),The_import_meta_meta_property_is_only_allowed_when_the_module_option_is_es2020_es2022_esnext_system_node16_node18_node20_or_nodenext:n(1343,1,"The_import_meta_meta_property_is_only_allowed_when_the_module_option_is_es2020_es2022_esnext_system__1343","The 'import.meta' meta-property is only allowed when the '--module' option is 'es2020', 'es2022', 'esnext', 'system', 'node16', 'node18', 'node20', or 'nodenext'."),A_label_is_not_allowed_here:n(1344,1,"A_label_is_not_allowed_here_1344","'A label is not allowed here."),An_expression_of_type_void_cannot_be_tested_for_truthiness:n(1345,1,"An_expression_of_type_void_cannot_be_tested_for_truthiness_1345","An expression of type 'void' cannot be tested for truthiness."),This_parameter_is_not_allowed_with_use_strict_directive:n(1346,1,"This_parameter_is_not_allowed_with_use_strict_directive_1346","This parameter is not allowed with 'use strict' directive."),use_strict_directive_cannot_be_used_with_non_simple_parameter_list:n(1347,1,"use_strict_directive_cannot_be_used_with_non_simple_parameter_list_1347","'use strict' directive cannot be used with non-simple parameter list."),Non_simple_parameter_declared_here:n(1348,1,"Non_simple_parameter_declared_here_1348","Non-simple parameter declared here."),use_strict_directive_used_here:n(1349,1,"use_strict_directive_used_here_1349","'use strict' directive used here."),Print_the_final_configuration_instead_of_building:n(1350,3,"Print_the_final_configuration_instead_of_building_1350","Print the final configuration instead of building."),An_identifier_or_keyword_cannot_immediately_follow_a_numeric_literal:n(1351,1,"An_identifier_or_keyword_cannot_immediately_follow_a_numeric_literal_1351","An identifier or keyword cannot immediately follow a numeric literal."),A_bigint_literal_cannot_use_exponential_notation:n(1352,1,"A_bigint_literal_cannot_use_exponential_notation_1352","A bigint literal cannot use exponential notation."),A_bigint_literal_must_be_an_integer:n(1353,1,"A_bigint_literal_must_be_an_integer_1353","A bigint literal must be an integer."),readonly_type_modifier_is_only_permitted_on_array_and_tuple_literal_types:n(1354,1,"readonly_type_modifier_is_only_permitted_on_array_and_tuple_literal_types_1354","'readonly' type modifier is only permitted on array and tuple literal types."),A_const_assertion_can_only_be_applied_to_references_to_enum_members_or_string_number_boolean_array_or_object_literals:n(1355,1,"A_const_assertion_can_only_be_applied_to_references_to_enum_members_or_string_number_boolean_array_o_1355","A 'const' assertion can only be applied to references to enum members, or string, number, boolean, array, or object literals."),Did_you_mean_to_mark_this_function_as_async:n(1356,1,"Did_you_mean_to_mark_this_function_as_async_1356","Did you mean to mark this function as 'async'?"),An_enum_member_name_must_be_followed_by_a_or:n(1357,1,"An_enum_member_name_must_be_followed_by_a_or_1357","An enum member name must be followed by a ',', '=', or '}'."),Tagged_template_expressions_are_not_permitted_in_an_optional_chain:n(1358,1,"Tagged_template_expressions_are_not_permitted_in_an_optional_chain_1358","Tagged template expressions are not permitted in an optional chain."),Identifier_expected_0_is_a_reserved_word_that_cannot_be_used_here:n(1359,1,"Identifier_expected_0_is_a_reserved_word_that_cannot_be_used_here_1359","Identifier expected. '{0}' is a reserved word that cannot be used here."),Type_0_does_not_satisfy_the_expected_type_1:n(1360,1,"Type_0_does_not_satisfy_the_expected_type_1_1360","Type '{0}' does not satisfy the expected type '{1}'."),_0_cannot_be_used_as_a_value_because_it_was_imported_using_import_type:n(1361,1,"_0_cannot_be_used_as_a_value_because_it_was_imported_using_import_type_1361","'{0}' cannot be used as a value because it was imported using 'import type'."),_0_cannot_be_used_as_a_value_because_it_was_exported_using_export_type:n(1362,1,"_0_cannot_be_used_as_a_value_because_it_was_exported_using_export_type_1362","'{0}' cannot be used as a value because it was exported using 'export type'."),A_type_only_import_can_specify_a_default_import_or_named_bindings_but_not_both:n(1363,1,"A_type_only_import_can_specify_a_default_import_or_named_bindings_but_not_both_1363","A type-only import can specify a default import or named bindings, but not both."),Convert_to_type_only_export:n(1364,3,"Convert_to_type_only_export_1364","Convert to type-only export"),Convert_all_re_exported_types_to_type_only_exports:n(1365,3,"Convert_all_re_exported_types_to_type_only_exports_1365","Convert all re-exported types to type-only exports"),Split_into_two_separate_import_declarations:n(1366,3,"Split_into_two_separate_import_declarations_1366","Split into two separate import declarations"),Split_all_invalid_type_only_imports:n(1367,3,"Split_all_invalid_type_only_imports_1367","Split all invalid type-only imports"),Class_constructor_may_not_be_a_generator:n(1368,1,"Class_constructor_may_not_be_a_generator_1368","Class constructor may not be a generator."),Did_you_mean_0:n(1369,3,"Did_you_mean_0_1369","Did you mean '{0}'?"),await_expressions_are_only_allowed_at_the_top_level_of_a_file_when_that_file_is_a_module_but_this_file_has_no_imports_or_exports_Consider_adding_an_empty_export_to_make_this_file_a_module:n(1375,1,"await_expressions_are_only_allowed_at_the_top_level_of_a_file_when_that_file_is_a_module_but_this_fi_1375","'await' expressions are only allowed at the top level of a file when that file is a module, but this file has no imports or exports. Consider adding an empty 'export {}' to make this file a module."),_0_was_imported_here:n(1376,3,"_0_was_imported_here_1376","'{0}' was imported here."),_0_was_exported_here:n(1377,3,"_0_was_exported_here_1377","'{0}' was exported here."),Top_level_await_expressions_are_only_allowed_when_the_module_option_is_set_to_es2022_esnext_system_node16_node18_node20_nodenext_or_preserve_and_the_target_option_is_set_to_es2017_or_higher:n(1378,1,"Top_level_await_expressions_are_only_allowed_when_the_module_option_is_set_to_es2022_esnext_system_n_1378","Top-level 'await' expressions are only allowed when the 'module' option is set to 'es2022', 'esnext', 'system', 'node16', 'node18', 'node20', 'nodenext', or 'preserve', and the 'target' option is set to 'es2017' or higher."),An_import_alias_cannot_reference_a_declaration_that_was_exported_using_export_type:n(1379,1,"An_import_alias_cannot_reference_a_declaration_that_was_exported_using_export_type_1379","An import alias cannot reference a declaration that was exported using 'export type'."),An_import_alias_cannot_reference_a_declaration_that_was_imported_using_import_type:n(1380,1,"An_import_alias_cannot_reference_a_declaration_that_was_imported_using_import_type_1380","An import alias cannot reference a declaration that was imported using 'import type'."),Unexpected_token_Did_you_mean_or_rbrace:n(1381,1,"Unexpected_token_Did_you_mean_or_rbrace_1381","Unexpected token. Did you mean `{'}'}` or `}`?"),Unexpected_token_Did_you_mean_or_gt:n(1382,1,"Unexpected_token_Did_you_mean_or_gt_1382","Unexpected token. Did you mean `{'>'}` or `>`?"),Function_type_notation_must_be_parenthesized_when_used_in_a_union_type:n(1385,1,"Function_type_notation_must_be_parenthesized_when_used_in_a_union_type_1385","Function type notation must be parenthesized when used in a union type."),Constructor_type_notation_must_be_parenthesized_when_used_in_a_union_type:n(1386,1,"Constructor_type_notation_must_be_parenthesized_when_used_in_a_union_type_1386","Constructor type notation must be parenthesized when used in a union type."),Function_type_notation_must_be_parenthesized_when_used_in_an_intersection_type:n(1387,1,"Function_type_notation_must_be_parenthesized_when_used_in_an_intersection_type_1387","Function type notation must be parenthesized when used in an intersection type."),Constructor_type_notation_must_be_parenthesized_when_used_in_an_intersection_type:n(1388,1,"Constructor_type_notation_must_be_parenthesized_when_used_in_an_intersection_type_1388","Constructor type notation must be parenthesized when used in an intersection type."),_0_is_not_allowed_as_a_variable_declaration_name:n(1389,1,"_0_is_not_allowed_as_a_variable_declaration_name_1389","'{0}' is not allowed as a variable declaration name."),_0_is_not_allowed_as_a_parameter_name:n(1390,1,"_0_is_not_allowed_as_a_parameter_name_1390","'{0}' is not allowed as a parameter name."),An_import_alias_cannot_use_import_type:n(1392,1,"An_import_alias_cannot_use_import_type_1392","An import alias cannot use 'import type'"),Imported_via_0_from_file_1:n(1393,3,"Imported_via_0_from_file_1_1393","Imported via {0} from file '{1}'"),Imported_via_0_from_file_1_with_packageId_2:n(1394,3,"Imported_via_0_from_file_1_with_packageId_2_1394","Imported via {0} from file '{1}' with packageId '{2}'"),Imported_via_0_from_file_1_to_import_importHelpers_as_specified_in_compilerOptions:n(1395,3,"Imported_via_0_from_file_1_to_import_importHelpers_as_specified_in_compilerOptions_1395","Imported via {0} from file '{1}' to import 'importHelpers' as specified in compilerOptions"),Imported_via_0_from_file_1_with_packageId_2_to_import_importHelpers_as_specified_in_compilerOptions:n(1396,3,"Imported_via_0_from_file_1_with_packageId_2_to_import_importHelpers_as_specified_in_compilerOptions_1396","Imported via {0} from file '{1}' with packageId '{2}' to import 'importHelpers' as specified in compilerOptions"),Imported_via_0_from_file_1_to_import_jsx_and_jsxs_factory_functions:n(1397,3,"Imported_via_0_from_file_1_to_import_jsx_and_jsxs_factory_functions_1397","Imported via {0} from file '{1}' to import 'jsx' and 'jsxs' factory functions"),Imported_via_0_from_file_1_with_packageId_2_to_import_jsx_and_jsxs_factory_functions:n(1398,3,"Imported_via_0_from_file_1_with_packageId_2_to_import_jsx_and_jsxs_factory_functions_1398","Imported via {0} from file '{1}' with packageId '{2}' to import 'jsx' and 'jsxs' factory functions"),File_is_included_via_import_here:n(1399,3,"File_is_included_via_import_here_1399","File is included via import here."),Referenced_via_0_from_file_1:n(1400,3,"Referenced_via_0_from_file_1_1400","Referenced via '{0}' from file '{1}'"),File_is_included_via_reference_here:n(1401,3,"File_is_included_via_reference_here_1401","File is included via reference here."),Type_library_referenced_via_0_from_file_1:n(1402,3,"Type_library_referenced_via_0_from_file_1_1402","Type library referenced via '{0}' from file '{1}'"),Type_library_referenced_via_0_from_file_1_with_packageId_2:n(1403,3,"Type_library_referenced_via_0_from_file_1_with_packageId_2_1403","Type library referenced via '{0}' from file '{1}' with packageId '{2}'"),File_is_included_via_type_library_reference_here:n(1404,3,"File_is_included_via_type_library_reference_here_1404","File is included via type library reference here."),Library_referenced_via_0_from_file_1:n(1405,3,"Library_referenced_via_0_from_file_1_1405","Library referenced via '{0}' from file '{1}'"),File_is_included_via_library_reference_here:n(1406,3,"File_is_included_via_library_reference_here_1406","File is included via library reference here."),Matched_by_include_pattern_0_in_1:n(1407,3,"Matched_by_include_pattern_0_in_1_1407","Matched by include pattern '{0}' in '{1}'"),File_is_matched_by_include_pattern_specified_here:n(1408,3,"File_is_matched_by_include_pattern_specified_here_1408","File is matched by include pattern specified here."),Part_of_files_list_in_tsconfig_json:n(1409,3,"Part_of_files_list_in_tsconfig_json_1409","Part of 'files' list in tsconfig.json"),File_is_matched_by_files_list_specified_here:n(1410,3,"File_is_matched_by_files_list_specified_here_1410","File is matched by 'files' list specified here."),Output_from_referenced_project_0_included_because_1_specified:n(1411,3,"Output_from_referenced_project_0_included_because_1_specified_1411","Output from referenced project '{0}' included because '{1}' specified"),Output_from_referenced_project_0_included_because_module_is_specified_as_none:n(1412,3,"Output_from_referenced_project_0_included_because_module_is_specified_as_none_1412","Output from referenced project '{0}' included because '--module' is specified as 'none'"),File_is_output_from_referenced_project_specified_here:n(1413,3,"File_is_output_from_referenced_project_specified_here_1413","File is output from referenced project specified here."),Source_from_referenced_project_0_included_because_1_specified:n(1414,3,"Source_from_referenced_project_0_included_because_1_specified_1414","Source from referenced project '{0}' included because '{1}' specified"),Source_from_referenced_project_0_included_because_module_is_specified_as_none:n(1415,3,"Source_from_referenced_project_0_included_because_module_is_specified_as_none_1415","Source from referenced project '{0}' included because '--module' is specified as 'none'"),File_is_source_from_referenced_project_specified_here:n(1416,3,"File_is_source_from_referenced_project_specified_here_1416","File is source from referenced project specified here."),Entry_point_of_type_library_0_specified_in_compilerOptions:n(1417,3,"Entry_point_of_type_library_0_specified_in_compilerOptions_1417","Entry point of type library '{0}' specified in compilerOptions"),Entry_point_of_type_library_0_specified_in_compilerOptions_with_packageId_1:n(1418,3,"Entry_point_of_type_library_0_specified_in_compilerOptions_with_packageId_1_1418","Entry point of type library '{0}' specified in compilerOptions with packageId '{1}'"),File_is_entry_point_of_type_library_specified_here:n(1419,3,"File_is_entry_point_of_type_library_specified_here_1419","File is entry point of type library specified here."),Entry_point_for_implicit_type_library_0:n(1420,3,"Entry_point_for_implicit_type_library_0_1420","Entry point for implicit type library '{0}'"),Entry_point_for_implicit_type_library_0_with_packageId_1:n(1421,3,"Entry_point_for_implicit_type_library_0_with_packageId_1_1421","Entry point for implicit type library '{0}' with packageId '{1}'"),Library_0_specified_in_compilerOptions:n(1422,3,"Library_0_specified_in_compilerOptions_1422","Library '{0}' specified in compilerOptions"),File_is_library_specified_here:n(1423,3,"File_is_library_specified_here_1423","File is library specified here."),Default_library:n(1424,3,"Default_library_1424","Default library"),Default_library_for_target_0:n(1425,3,"Default_library_for_target_0_1425","Default library for target '{0}'"),File_is_default_library_for_target_specified_here:n(1426,3,"File_is_default_library_for_target_specified_here_1426","File is default library for target specified here."),Root_file_specified_for_compilation:n(1427,3,"Root_file_specified_for_compilation_1427","Root file specified for compilation"),File_is_output_of_project_reference_source_0:n(1428,3,"File_is_output_of_project_reference_source_0_1428","File is output of project reference source '{0}'"),File_redirects_to_file_0:n(1429,3,"File_redirects_to_file_0_1429","File redirects to file '{0}'"),The_file_is_in_the_program_because_Colon:n(1430,3,"The_file_is_in_the_program_because_Colon_1430","The file is in the program because:"),for_await_loops_are_only_allowed_at_the_top_level_of_a_file_when_that_file_is_a_module_but_this_file_has_no_imports_or_exports_Consider_adding_an_empty_export_to_make_this_file_a_module:n(1431,1,"for_await_loops_are_only_allowed_at_the_top_level_of_a_file_when_that_file_is_a_module_but_this_file_1431","'for await' loops are only allowed at the top level of a file when that file is a module, but this file has no imports or exports. Consider adding an empty 'export {}' to make this file a module."),Top_level_for_await_loops_are_only_allowed_when_the_module_option_is_set_to_es2022_esnext_system_node16_node18_node20_nodenext_or_preserve_and_the_target_option_is_set_to_es2017_or_higher:n(1432,1,"Top_level_for_await_loops_are_only_allowed_when_the_module_option_is_set_to_es2022_esnext_system_nod_1432","Top-level 'for await' loops are only allowed when the 'module' option is set to 'es2022', 'esnext', 'system', 'node16', 'node18', 'node20', 'nodenext', or 'preserve', and the 'target' option is set to 'es2017' or higher."),Neither_decorators_nor_modifiers_may_be_applied_to_this_parameters:n(1433,1,"Neither_decorators_nor_modifiers_may_be_applied_to_this_parameters_1433","Neither decorators nor modifiers may be applied to 'this' parameters."),Unexpected_keyword_or_identifier:n(1434,1,"Unexpected_keyword_or_identifier_1434","Unexpected keyword or identifier."),Unknown_keyword_or_identifier_Did_you_mean_0:n(1435,1,"Unknown_keyword_or_identifier_Did_you_mean_0_1435","Unknown keyword or identifier. Did you mean '{0}'?"),Decorators_must_precede_the_name_and_all_keywords_of_property_declarations:n(1436,1,"Decorators_must_precede_the_name_and_all_keywords_of_property_declarations_1436","Decorators must precede the name and all keywords of property declarations."),Namespace_must_be_given_a_name:n(1437,1,"Namespace_must_be_given_a_name_1437","Namespace must be given a name."),Interface_must_be_given_a_name:n(1438,1,"Interface_must_be_given_a_name_1438","Interface must be given a name."),Type_alias_must_be_given_a_name:n(1439,1,"Type_alias_must_be_given_a_name_1439","Type alias must be given a name."),Variable_declaration_not_allowed_at_this_location:n(1440,1,"Variable_declaration_not_allowed_at_this_location_1440","Variable declaration not allowed at this location."),Cannot_start_a_function_call_in_a_type_annotation:n(1441,1,"Cannot_start_a_function_call_in_a_type_annotation_1441","Cannot start a function call in a type annotation."),Expected_for_property_initializer:n(1442,1,"Expected_for_property_initializer_1442","Expected '=' for property initializer."),Module_declaration_names_may_only_use_or_quoted_strings:n(1443,1,"Module_declaration_names_may_only_use_or_quoted_strings_1443",`Module declaration names may only use ' or " quoted strings.`),_0_resolves_to_a_type_only_declaration_and_must_be_re_exported_using_a_type_only_re_export_when_1_is_enabled:n(1448,1,"_0_resolves_to_a_type_only_declaration_and_must_be_re_exported_using_a_type_only_re_export_when_1_is_1448","'{0}' resolves to a type-only declaration and must be re-exported using a type-only re-export when '{1}' is enabled."),Preserve_unused_imported_values_in_the_JavaScript_output_that_would_otherwise_be_removed:n(1449,3,"Preserve_unused_imported_values_in_the_JavaScript_output_that_would_otherwise_be_removed_1449","Preserve unused imported values in the JavaScript output that would otherwise be removed."),Dynamic_imports_can_only_accept_a_module_specifier_and_an_optional_set_of_attributes_as_arguments:n(1450,3,"Dynamic_imports_can_only_accept_a_module_specifier_and_an_optional_set_of_attributes_as_arguments_1450","Dynamic imports can only accept a module specifier and an optional set of attributes as arguments"),Private_identifiers_are_only_allowed_in_class_bodies_and_may_only_be_used_as_part_of_a_class_member_declaration_property_access_or_on_the_left_hand_side_of_an_in_expression:n(1451,1,"Private_identifiers_are_only_allowed_in_class_bodies_and_may_only_be_used_as_part_of_a_class_member__1451","Private identifiers are only allowed in class bodies and may only be used as part of a class member declaration, property access, or on the left-hand-side of an 'in' expression"),resolution_mode_should_be_either_require_or_import:n(1453,1,"resolution_mode_should_be_either_require_or_import_1453","`resolution-mode` should be either `require` or `import`."),resolution_mode_can_only_be_set_for_type_only_imports:n(1454,1,"resolution_mode_can_only_be_set_for_type_only_imports_1454","`resolution-mode` can only be set for type-only imports."),resolution_mode_is_the_only_valid_key_for_type_import_assertions:n(1455,1,"resolution_mode_is_the_only_valid_key_for_type_import_assertions_1455","`resolution-mode` is the only valid key for type import assertions."),Type_import_assertions_should_have_exactly_one_key_resolution_mode_with_value_import_or_require:n(1456,1,"Type_import_assertions_should_have_exactly_one_key_resolution_mode_with_value_import_or_require_1456","Type import assertions should have exactly one key - `resolution-mode` - with value `import` or `require`."),Matched_by_default_include_pattern_Asterisk_Asterisk_Slash_Asterisk:n(1457,3,"Matched_by_default_include_pattern_Asterisk_Asterisk_Slash_Asterisk_1457","Matched by default include pattern '**/*'"),File_is_ECMAScript_module_because_0_has_field_type_with_value_module:n(1458,3,"File_is_ECMAScript_module_because_0_has_field_type_with_value_module_1458",`File is ECMAScript module because '{0}' has field "type" with value "module"`),File_is_CommonJS_module_because_0_has_field_type_whose_value_is_not_module:n(1459,3,"File_is_CommonJS_module_because_0_has_field_type_whose_value_is_not_module_1459",`File is CommonJS module because '{0}' has field "type" whose value is not "module"`),File_is_CommonJS_module_because_0_does_not_have_field_type:n(1460,3,"File_is_CommonJS_module_because_0_does_not_have_field_type_1460",`File is CommonJS module because '{0}' does not have field "type"`),File_is_CommonJS_module_because_package_json_was_not_found:n(1461,3,"File_is_CommonJS_module_because_package_json_was_not_found_1461","File is CommonJS module because 'package.json' was not found"),resolution_mode_is_the_only_valid_key_for_type_import_attributes:n(1463,1,"resolution_mode_is_the_only_valid_key_for_type_import_attributes_1463","'resolution-mode' is the only valid key for type import attributes."),Type_import_attributes_should_have_exactly_one_key_resolution_mode_with_value_import_or_require:n(1464,1,"Type_import_attributes_should_have_exactly_one_key_resolution_mode_with_value_import_or_require_1464","Type import attributes should have exactly one key - 'resolution-mode' - with value 'import' or 'require'."),The_import_meta_meta_property_is_not_allowed_in_files_which_will_build_into_CommonJS_output:n(1470,1,"The_import_meta_meta_property_is_not_allowed_in_files_which_will_build_into_CommonJS_output_1470","The 'import.meta' meta-property is not allowed in files which will build into CommonJS output."),Module_0_cannot_be_imported_using_this_construct_The_specifier_only_resolves_to_an_ES_module_which_cannot_be_imported_with_require_Use_an_ECMAScript_import_instead:n(1471,1,"Module_0_cannot_be_imported_using_this_construct_The_specifier_only_resolves_to_an_ES_module_which_c_1471","Module '{0}' cannot be imported using this construct. The specifier only resolves to an ES module, which cannot be imported with 'require'. Use an ECMAScript import instead."),catch_or_finally_expected:n(1472,1,"catch_or_finally_expected_1472","'catch' or 'finally' expected."),An_import_declaration_can_only_be_used_at_the_top_level_of_a_module:n(1473,1,"An_import_declaration_can_only_be_used_at_the_top_level_of_a_module_1473","An import declaration can only be used at the top level of a module."),An_export_declaration_can_only_be_used_at_the_top_level_of_a_module:n(1474,1,"An_export_declaration_can_only_be_used_at_the_top_level_of_a_module_1474","An export declaration can only be used at the top level of a module."),Control_what_method_is_used_to_detect_module_format_JS_files:n(1475,3,"Control_what_method_is_used_to_detect_module_format_JS_files_1475","Control what method is used to detect module-format JS files."),auto_Colon_Treat_files_with_imports_exports_import_meta_jsx_with_jsx_Colon_react_jsx_or_esm_format_with_module_Colon_node16_as_modules:n(1476,3,"auto_Colon_Treat_files_with_imports_exports_import_meta_jsx_with_jsx_Colon_react_jsx_or_esm_format_w_1476",'"auto": Treat files with imports, exports, import.meta, jsx (with jsx: react-jsx), or esm format (with module: node16+) as modules.'),An_instantiation_expression_cannot_be_followed_by_a_property_access:n(1477,1,"An_instantiation_expression_cannot_be_followed_by_a_property_access_1477","An instantiation expression cannot be followed by a property access."),Identifier_or_string_literal_expected:n(1478,1,"Identifier_or_string_literal_expected_1478","Identifier or string literal expected."),The_current_file_is_a_CommonJS_module_whose_imports_will_produce_require_calls_however_the_referenced_file_is_an_ECMAScript_module_and_cannot_be_imported_with_require_Consider_writing_a_dynamic_import_0_call_instead:n(1479,1,"The_current_file_is_a_CommonJS_module_whose_imports_will_produce_require_calls_however_the_reference_1479",`The current file is a CommonJS module whose imports will produce 'require' calls; however, the referenced file is an ECMAScript module and cannot be imported with 'require'. Consider writing a dynamic 'import("{0}")' call instead.`),To_convert_this_file_to_an_ECMAScript_module_change_its_file_extension_to_0_or_create_a_local_package_json_file_with_type_Colon_module:n(1480,3,"To_convert_this_file_to_an_ECMAScript_module_change_its_file_extension_to_0_or_create_a_local_packag_1480",'To convert this file to an ECMAScript module, change its file extension to \'{0}\' or create a local package.json file with `{ "type": "module" }`.'),To_convert_this_file_to_an_ECMAScript_module_change_its_file_extension_to_0_or_add_the_field_type_Colon_module_to_1:n(1481,3,"To_convert_this_file_to_an_ECMAScript_module_change_its_file_extension_to_0_or_add_the_field_type_Co_1481",`To convert this file to an ECMAScript module, change its file extension to '{0}', or add the field \`"type": "module"\` to '{1}'.`),To_convert_this_file_to_an_ECMAScript_module_add_the_field_type_Colon_module_to_0:n(1482,3,"To_convert_this_file_to_an_ECMAScript_module_add_the_field_type_Colon_module_to_0_1482",'To convert this file to an ECMAScript module, add the field `"type": "module"` to \'{0}\'.'),To_convert_this_file_to_an_ECMAScript_module_create_a_local_package_json_file_with_type_Colon_module:n(1483,3,"To_convert_this_file_to_an_ECMAScript_module_create_a_local_package_json_file_with_type_Colon_module_1483",'To convert this file to an ECMAScript module, create a local package.json file with `{ "type": "module" }`.'),_0_is_a_type_and_must_be_imported_using_a_type_only_import_when_verbatimModuleSyntax_is_enabled:n(1484,1,"_0_is_a_type_and_must_be_imported_using_a_type_only_import_when_verbatimModuleSyntax_is_enabled_1484","'{0}' is a type and must be imported using a type-only import when 'verbatimModuleSyntax' is enabled."),_0_resolves_to_a_type_only_declaration_and_must_be_imported_using_a_type_only_import_when_verbatimModuleSyntax_is_enabled:n(1485,1,"_0_resolves_to_a_type_only_declaration_and_must_be_imported_using_a_type_only_import_when_verbatimMo_1485","'{0}' resolves to a type-only declaration and must be imported using a type-only import when 'verbatimModuleSyntax' is enabled."),Decorator_used_before_export_here:n(1486,1,"Decorator_used_before_export_here_1486","Decorator used before 'export' here."),Octal_escape_sequences_are_not_allowed_Use_the_syntax_0:n(1487,1,"Octal_escape_sequences_are_not_allowed_Use_the_syntax_0_1487","Octal escape sequences are not allowed. Use the syntax '{0}'."),Escape_sequence_0_is_not_allowed:n(1488,1,"Escape_sequence_0_is_not_allowed_1488","Escape sequence '{0}' is not allowed."),Decimals_with_leading_zeros_are_not_allowed:n(1489,1,"Decimals_with_leading_zeros_are_not_allowed_1489","Decimals with leading zeros are not allowed."),File_appears_to_be_binary:n(1490,1,"File_appears_to_be_binary_1490","File appears to be binary."),_0_modifier_cannot_appear_on_a_using_declaration:n(1491,1,"_0_modifier_cannot_appear_on_a_using_declaration_1491","'{0}' modifier cannot appear on a 'using' declaration."),_0_declarations_may_not_have_binding_patterns:n(1492,1,"_0_declarations_may_not_have_binding_patterns_1492","'{0}' declarations may not have binding patterns."),The_left_hand_side_of_a_for_in_statement_cannot_be_a_using_declaration:n(1493,1,"The_left_hand_side_of_a_for_in_statement_cannot_be_a_using_declaration_1493","The left-hand side of a 'for...in' statement cannot be a 'using' declaration."),The_left_hand_side_of_a_for_in_statement_cannot_be_an_await_using_declaration:n(1494,1,"The_left_hand_side_of_a_for_in_statement_cannot_be_an_await_using_declaration_1494","The left-hand side of a 'for...in' statement cannot be an 'await using' declaration."),_0_modifier_cannot_appear_on_an_await_using_declaration:n(1495,1,"_0_modifier_cannot_appear_on_an_await_using_declaration_1495","'{0}' modifier cannot appear on an 'await using' declaration."),Identifier_string_literal_or_number_literal_expected:n(1496,1,"Identifier_string_literal_or_number_literal_expected_1496","Identifier, string literal, or number literal expected."),Expression_must_be_enclosed_in_parentheses_to_be_used_as_a_decorator:n(1497,1,"Expression_must_be_enclosed_in_parentheses_to_be_used_as_a_decorator_1497","Expression must be enclosed in parentheses to be used as a decorator."),Invalid_syntax_in_decorator:n(1498,1,"Invalid_syntax_in_decorator_1498","Invalid syntax in decorator."),Unknown_regular_expression_flag:n(1499,1,"Unknown_regular_expression_flag_1499","Unknown regular expression flag."),Duplicate_regular_expression_flag:n(1500,1,"Duplicate_regular_expression_flag_1500","Duplicate regular expression flag."),This_regular_expression_flag_is_only_available_when_targeting_0_or_later:n(1501,1,"This_regular_expression_flag_is_only_available_when_targeting_0_or_later_1501","This regular expression flag is only available when targeting '{0}' or later."),The_Unicode_u_flag_and_the_Unicode_Sets_v_flag_cannot_be_set_simultaneously:n(1502,1,"The_Unicode_u_flag_and_the_Unicode_Sets_v_flag_cannot_be_set_simultaneously_1502","The Unicode (u) flag and the Unicode Sets (v) flag cannot be set simultaneously."),Named_capturing_groups_are_only_available_when_targeting_ES2018_or_later:n(1503,1,"Named_capturing_groups_are_only_available_when_targeting_ES2018_or_later_1503","Named capturing groups are only available when targeting 'ES2018' or later."),Subpattern_flags_must_be_present_when_there_is_a_minus_sign:n(1504,1,"Subpattern_flags_must_be_present_when_there_is_a_minus_sign_1504","Subpattern flags must be present when there is a minus sign."),Incomplete_quantifier_Digit_expected:n(1505,1,"Incomplete_quantifier_Digit_expected_1505","Incomplete quantifier. Digit expected."),Numbers_out_of_order_in_quantifier:n(1506,1,"Numbers_out_of_order_in_quantifier_1506","Numbers out of order in quantifier."),There_is_nothing_available_for_repetition:n(1507,1,"There_is_nothing_available_for_repetition_1507","There is nothing available for repetition."),Unexpected_0_Did_you_mean_to_escape_it_with_backslash:n(1508,1,"Unexpected_0_Did_you_mean_to_escape_it_with_backslash_1508","Unexpected '{0}'. Did you mean to escape it with backslash?"),This_regular_expression_flag_cannot_be_toggled_within_a_subpattern:n(1509,1,"This_regular_expression_flag_cannot_be_toggled_within_a_subpattern_1509","This regular expression flag cannot be toggled within a subpattern."),k_must_be_followed_by_a_capturing_group_name_enclosed_in_angle_brackets:n(1510,1,"k_must_be_followed_by_a_capturing_group_name_enclosed_in_angle_brackets_1510","'\\k' must be followed by a capturing group name enclosed in angle brackets."),q_is_only_available_inside_character_class:n(1511,1,"q_is_only_available_inside_character_class_1511","'\\q' is only available inside character class."),c_must_be_followed_by_an_ASCII_letter:n(1512,1,"c_must_be_followed_by_an_ASCII_letter_1512","'\\c' must be followed by an ASCII letter."),Undetermined_character_escape:n(1513,1,"Undetermined_character_escape_1513","Undetermined character escape."),Expected_a_capturing_group_name:n(1514,1,"Expected_a_capturing_group_name_1514","Expected a capturing group name."),Named_capturing_groups_with_the_same_name_must_be_mutually_exclusive_to_each_other:n(1515,1,"Named_capturing_groups_with_the_same_name_must_be_mutually_exclusive_to_each_other_1515","Named capturing groups with the same name must be mutually exclusive to each other."),A_character_class_range_must_not_be_bounded_by_another_character_class:n(1516,1,"A_character_class_range_must_not_be_bounded_by_another_character_class_1516","A character class range must not be bounded by another character class."),Range_out_of_order_in_character_class:n(1517,1,"Range_out_of_order_in_character_class_1517","Range out of order in character class."),Anything_that_would_possibly_match_more_than_a_single_character_is_invalid_inside_a_negated_character_class:n(1518,1,"Anything_that_would_possibly_match_more_than_a_single_character_is_invalid_inside_a_negated_characte_1518","Anything that would possibly match more than a single character is invalid inside a negated character class."),Operators_must_not_be_mixed_within_a_character_class_Wrap_it_in_a_nested_class_instead:n(1519,1,"Operators_must_not_be_mixed_within_a_character_class_Wrap_it_in_a_nested_class_instead_1519","Operators must not be mixed within a character class. Wrap it in a nested class instead."),Expected_a_class_set_operand:n(1520,1,"Expected_a_class_set_operand_1520","Expected a class set operand."),q_must_be_followed_by_string_alternatives_enclosed_in_braces:n(1521,1,"q_must_be_followed_by_string_alternatives_enclosed_in_braces_1521","'\\q' must be followed by string alternatives enclosed in braces."),A_character_class_must_not_contain_a_reserved_double_punctuator_Did_you_mean_to_escape_it_with_backslash:n(1522,1,"A_character_class_must_not_contain_a_reserved_double_punctuator_Did_you_mean_to_escape_it_with_backs_1522","A character class must not contain a reserved double punctuator. Did you mean to escape it with backslash?"),Expected_a_Unicode_property_name:n(1523,1,"Expected_a_Unicode_property_name_1523","Expected a Unicode property name."),Unknown_Unicode_property_name:n(1524,1,"Unknown_Unicode_property_name_1524","Unknown Unicode property name."),Expected_a_Unicode_property_value:n(1525,1,"Expected_a_Unicode_property_value_1525","Expected a Unicode property value."),Unknown_Unicode_property_value:n(1526,1,"Unknown_Unicode_property_value_1526","Unknown Unicode property value."),Expected_a_Unicode_property_name_or_value:n(1527,1,"Expected_a_Unicode_property_name_or_value_1527","Expected a Unicode property name or value."),Any_Unicode_property_that_would_possibly_match_more_than_a_single_character_is_only_available_when_the_Unicode_Sets_v_flag_is_set:n(1528,1,"Any_Unicode_property_that_would_possibly_match_more_than_a_single_character_is_only_available_when_t_1528","Any Unicode property that would possibly match more than a single character is only available when the Unicode Sets (v) flag is set."),Unknown_Unicode_property_name_or_value:n(1529,1,"Unknown_Unicode_property_name_or_value_1529","Unknown Unicode property name or value."),Unicode_property_value_expressions_are_only_available_when_the_Unicode_u_flag_or_the_Unicode_Sets_v_flag_is_set:n(1530,1,"Unicode_property_value_expressions_are_only_available_when_the_Unicode_u_flag_or_the_Unicode_Sets_v__1530","Unicode property value expressions are only available when the Unicode (u) flag or the Unicode Sets (v) flag is set."),_0_must_be_followed_by_a_Unicode_property_value_expression_enclosed_in_braces:n(1531,1,"_0_must_be_followed_by_a_Unicode_property_value_expression_enclosed_in_braces_1531","'\\{0}' must be followed by a Unicode property value expression enclosed in braces."),There_is_no_capturing_group_named_0_in_this_regular_expression:n(1532,1,"There_is_no_capturing_group_named_0_in_this_regular_expression_1532","There is no capturing group named '{0}' in this regular expression."),This_backreference_refers_to_a_group_that_does_not_exist_There_are_only_0_capturing_groups_in_this_regular_expression:n(1533,1,"This_backreference_refers_to_a_group_that_does_not_exist_There_are_only_0_capturing_groups_in_this_r_1533","This backreference refers to a group that does not exist. There are only {0} capturing groups in this regular expression."),This_backreference_refers_to_a_group_that_does_not_exist_There_are_no_capturing_groups_in_this_regular_expression:n(1534,1,"This_backreference_refers_to_a_group_that_does_not_exist_There_are_no_capturing_groups_in_this_regul_1534","This backreference refers to a group that does not exist. There are no capturing groups in this regular expression."),This_character_cannot_be_escaped_in_a_regular_expression:n(1535,1,"This_character_cannot_be_escaped_in_a_regular_expression_1535","This character cannot be escaped in a regular expression."),Octal_escape_sequences_and_backreferences_are_not_allowed_in_a_character_class_If_this_was_intended_as_an_escape_sequence_use_the_syntax_0_instead:n(1536,1,"Octal_escape_sequences_and_backreferences_are_not_allowed_in_a_character_class_If_this_was_intended__1536","Octal escape sequences and backreferences are not allowed in a character class. If this was intended as an escape sequence, use the syntax '{0}' instead."),Decimal_escape_sequences_and_backreferences_are_not_allowed_in_a_character_class:n(1537,1,"Decimal_escape_sequences_and_backreferences_are_not_allowed_in_a_character_class_1537","Decimal escape sequences and backreferences are not allowed in a character class."),Unicode_escape_sequences_are_only_available_when_the_Unicode_u_flag_or_the_Unicode_Sets_v_flag_is_set:n(1538,1,"Unicode_escape_sequences_are_only_available_when_the_Unicode_u_flag_or_the_Unicode_Sets_v_flag_is_se_1538","Unicode escape sequences are only available when the Unicode (u) flag or the Unicode Sets (v) flag is set."),A_bigint_literal_cannot_be_used_as_a_property_name:n(1539,1,"A_bigint_literal_cannot_be_used_as_a_property_name_1539","A 'bigint' literal cannot be used as a property name."),A_namespace_declaration_should_not_be_declared_using_the_module_keyword_Please_use_the_namespace_keyword_instead:n(1540,1,"A_namespace_declaration_should_not_be_declared_using_the_module_keyword_Please_use_the_namespace_key_1540","A 'namespace' declaration should not be declared using the 'module' keyword. Please use the 'namespace' keyword instead."),Type_only_import_of_an_ECMAScript_module_from_a_CommonJS_module_must_have_a_resolution_mode_attribute:n(1541,1,"Type_only_import_of_an_ECMAScript_module_from_a_CommonJS_module_must_have_a_resolution_mode_attribut_1541","Type-only import of an ECMAScript module from a CommonJS module must have a 'resolution-mode' attribute."),Type_import_of_an_ECMAScript_module_from_a_CommonJS_module_must_have_a_resolution_mode_attribute:n(1542,1,"Type_import_of_an_ECMAScript_module_from_a_CommonJS_module_must_have_a_resolution_mode_attribute_1542","Type import of an ECMAScript module from a CommonJS module must have a 'resolution-mode' attribute."),Importing_a_JSON_file_into_an_ECMAScript_module_requires_a_type_Colon_json_import_attribute_when_module_is_set_to_0:n(1543,1,"Importing_a_JSON_file_into_an_ECMAScript_module_requires_a_type_Colon_json_import_attribute_when_mod_1543",`Importing a JSON file into an ECMAScript module requires a 'type: "json"' import attribute when 'module' is set to '{0}'.`),Named_imports_from_a_JSON_file_into_an_ECMAScript_module_are_not_allowed_when_module_is_set_to_0:n(1544,1,"Named_imports_from_a_JSON_file_into_an_ECMAScript_module_are_not_allowed_when_module_is_set_to_0_1544","Named imports from a JSON file into an ECMAScript module are not allowed when 'module' is set to '{0}'."),using_declarations_are_not_allowed_in_ambient_contexts:n(1545,1,"using_declarations_are_not_allowed_in_ambient_contexts_1545","'using' declarations are not allowed in ambient contexts."),await_using_declarations_are_not_allowed_in_ambient_contexts:n(1546,1,"await_using_declarations_are_not_allowed_in_ambient_contexts_1546","'await using' declarations are not allowed in ambient contexts."),using_declarations_are_not_allowed_in_case_or_default_clauses_unless_contained_within_a_block:n(1547,1,"using_declarations_are_not_allowed_in_case_or_default_clauses_unless_contained_within_a_block_1547","'using' declarations are not allowed in 'case' or 'default' clauses unless contained within a block."),await_using_declarations_are_not_allowed_in_case_or_default_clauses_unless_contained_within_a_block:n(1548,1,"await_using_declarations_are_not_allowed_in_case_or_default_clauses_unless_contained_within_a_block_1548","'await using' declarations are not allowed in 'case' or 'default' clauses unless contained within a block."),Ignore_the_tsconfig_found_and_build_with_commandline_options_and_files:n(1549,3,"Ignore_the_tsconfig_found_and_build_with_commandline_options_and_files_1549","Ignore the tsconfig found and build with commandline options and files."),The_types_of_0_are_incompatible_between_these_types:n(2200,1,"The_types_of_0_are_incompatible_between_these_types_2200","The types of '{0}' are incompatible between these types."),The_types_returned_by_0_are_incompatible_between_these_types:n(2201,1,"The_types_returned_by_0_are_incompatible_between_these_types_2201","The types returned by '{0}' are incompatible between these types."),Call_signature_return_types_0_and_1_are_incompatible:n(2202,1,"Call_signature_return_types_0_and_1_are_incompatible_2202","Call signature return types '{0}' and '{1}' are incompatible.",void 0,!0),Construct_signature_return_types_0_and_1_are_incompatible:n(2203,1,"Construct_signature_return_types_0_and_1_are_incompatible_2203","Construct signature return types '{0}' and '{1}' are incompatible.",void 0,!0),Call_signatures_with_no_arguments_have_incompatible_return_types_0_and_1:n(2204,1,"Call_signatures_with_no_arguments_have_incompatible_return_types_0_and_1_2204","Call signatures with no arguments have incompatible return types '{0}' and '{1}'.",void 0,!0),Construct_signatures_with_no_arguments_have_incompatible_return_types_0_and_1:n(2205,1,"Construct_signatures_with_no_arguments_have_incompatible_return_types_0_and_1_2205","Construct signatures with no arguments have incompatible return types '{0}' and '{1}'.",void 0,!0),The_type_modifier_cannot_be_used_on_a_named_import_when_import_type_is_used_on_its_import_statement:n(2206,1,"The_type_modifier_cannot_be_used_on_a_named_import_when_import_type_is_used_on_its_import_statement_2206","The 'type' modifier cannot be used on a named import when 'import type' is used on its import statement."),The_type_modifier_cannot_be_used_on_a_named_export_when_export_type_is_used_on_its_export_statement:n(2207,1,"The_type_modifier_cannot_be_used_on_a_named_export_when_export_type_is_used_on_its_export_statement_2207","The 'type' modifier cannot be used on a named export when 'export type' is used on its export statement."),This_type_parameter_might_need_an_extends_0_constraint:n(2208,1,"This_type_parameter_might_need_an_extends_0_constraint_2208","This type parameter might need an `extends {0}` constraint."),The_project_root_is_ambiguous_but_is_required_to_resolve_export_map_entry_0_in_file_1_Supply_the_rootDir_compiler_option_to_disambiguate:n(2209,1,"The_project_root_is_ambiguous_but_is_required_to_resolve_export_map_entry_0_in_file_1_Supply_the_roo_2209","The project root is ambiguous, but is required to resolve export map entry '{0}' in file '{1}'. Supply the `rootDir` compiler option to disambiguate."),The_project_root_is_ambiguous_but_is_required_to_resolve_import_map_entry_0_in_file_1_Supply_the_rootDir_compiler_option_to_disambiguate:n(2210,1,"The_project_root_is_ambiguous_but_is_required_to_resolve_import_map_entry_0_in_file_1_Supply_the_roo_2210","The project root is ambiguous, but is required to resolve import map entry '{0}' in file '{1}'. Supply the `rootDir` compiler option to disambiguate."),Add_extends_constraint:n(2211,3,"Add_extends_constraint_2211","Add `extends` constraint."),Add_extends_constraint_to_all_type_parameters:n(2212,3,"Add_extends_constraint_to_all_type_parameters_2212","Add `extends` constraint to all type parameters"),Duplicate_identifier_0:n(2300,1,"Duplicate_identifier_0_2300","Duplicate identifier '{0}'."),Initializer_of_instance_member_variable_0_cannot_reference_identifier_1_declared_in_the_constructor:n(2301,1,"Initializer_of_instance_member_variable_0_cannot_reference_identifier_1_declared_in_the_constructor_2301","Initializer of instance member variable '{0}' cannot reference identifier '{1}' declared in the constructor."),Static_members_cannot_reference_class_type_parameters:n(2302,1,"Static_members_cannot_reference_class_type_parameters_2302","Static members cannot reference class type parameters."),Circular_definition_of_import_alias_0:n(2303,1,"Circular_definition_of_import_alias_0_2303","Circular definition of import alias '{0}'."),Cannot_find_name_0:n(2304,1,"Cannot_find_name_0_2304","Cannot find name '{0}'."),Module_0_has_no_exported_member_1:n(2305,1,"Module_0_has_no_exported_member_1_2305","Module '{0}' has no exported member '{1}'."),File_0_is_not_a_module:n(2306,1,"File_0_is_not_a_module_2306","File '{0}' is not a module."),Cannot_find_module_0_or_its_corresponding_type_declarations:n(2307,1,"Cannot_find_module_0_or_its_corresponding_type_declarations_2307","Cannot find module '{0}' or its corresponding type declarations."),Module_0_has_already_exported_a_member_named_1_Consider_explicitly_re_exporting_to_resolve_the_ambiguity:n(2308,1,"Module_0_has_already_exported_a_member_named_1_Consider_explicitly_re_exporting_to_resolve_the_ambig_2308","Module {0} has already exported a member named '{1}'. Consider explicitly re-exporting to resolve the ambiguity."),An_export_assignment_cannot_be_used_in_a_module_with_other_exported_elements:n(2309,1,"An_export_assignment_cannot_be_used_in_a_module_with_other_exported_elements_2309","An export assignment cannot be used in a module with other exported elements."),Type_0_recursively_references_itself_as_a_base_type:n(2310,1,"Type_0_recursively_references_itself_as_a_base_type_2310","Type '{0}' recursively references itself as a base type."),Cannot_find_name_0_Did_you_mean_to_write_this_in_an_async_function:n(2311,1,"Cannot_find_name_0_Did_you_mean_to_write_this_in_an_async_function_2311","Cannot find name '{0}'. Did you mean to write this in an async function?"),An_interface_can_only_extend_an_object_type_or_intersection_of_object_types_with_statically_known_members:n(2312,1,"An_interface_can_only_extend_an_object_type_or_intersection_of_object_types_with_statically_known_me_2312","An interface can only extend an object type or intersection of object types with statically known members."),Type_parameter_0_has_a_circular_constraint:n(2313,1,"Type_parameter_0_has_a_circular_constraint_2313","Type parameter '{0}' has a circular constraint."),Generic_type_0_requires_1_type_argument_s:n(2314,1,"Generic_type_0_requires_1_type_argument_s_2314","Generic type '{0}' requires {1} type argument(s)."),Type_0_is_not_generic:n(2315,1,"Type_0_is_not_generic_2315","Type '{0}' is not generic."),Global_type_0_must_be_a_class_or_interface_type:n(2316,1,"Global_type_0_must_be_a_class_or_interface_type_2316","Global type '{0}' must be a class or interface type."),Global_type_0_must_have_1_type_parameter_s:n(2317,1,"Global_type_0_must_have_1_type_parameter_s_2317","Global type '{0}' must have {1} type parameter(s)."),Cannot_find_global_type_0:n(2318,1,"Cannot_find_global_type_0_2318","Cannot find global type '{0}'."),Named_property_0_of_types_1_and_2_are_not_identical:n(2319,1,"Named_property_0_of_types_1_and_2_are_not_identical_2319","Named property '{0}' of types '{1}' and '{2}' are not identical."),Interface_0_cannot_simultaneously_extend_types_1_and_2:n(2320,1,"Interface_0_cannot_simultaneously_extend_types_1_and_2_2320","Interface '{0}' cannot simultaneously extend types '{1}' and '{2}'."),Excessive_stack_depth_comparing_types_0_and_1:n(2321,1,"Excessive_stack_depth_comparing_types_0_and_1_2321","Excessive stack depth comparing types '{0}' and '{1}'."),Type_0_is_not_assignable_to_type_1:n(2322,1,"Type_0_is_not_assignable_to_type_1_2322","Type '{0}' is not assignable to type '{1}'."),Cannot_redeclare_exported_variable_0:n(2323,1,"Cannot_redeclare_exported_variable_0_2323","Cannot redeclare exported variable '{0}'."),Property_0_is_missing_in_type_1:n(2324,1,"Property_0_is_missing_in_type_1_2324","Property '{0}' is missing in type '{1}'."),Property_0_is_private_in_type_1_but_not_in_type_2:n(2325,1,"Property_0_is_private_in_type_1_but_not_in_type_2_2325","Property '{0}' is private in type '{1}' but not in type '{2}'."),Types_of_property_0_are_incompatible:n(2326,1,"Types_of_property_0_are_incompatible_2326","Types of property '{0}' are incompatible."),Property_0_is_optional_in_type_1_but_required_in_type_2:n(2327,1,"Property_0_is_optional_in_type_1_but_required_in_type_2_2327","Property '{0}' is optional in type '{1}' but required in type '{2}'."),Types_of_parameters_0_and_1_are_incompatible:n(2328,1,"Types_of_parameters_0_and_1_are_incompatible_2328","Types of parameters '{0}' and '{1}' are incompatible."),Index_signature_for_type_0_is_missing_in_type_1:n(2329,1,"Index_signature_for_type_0_is_missing_in_type_1_2329","Index signature for type '{0}' is missing in type '{1}'."),_0_and_1_index_signatures_are_incompatible:n(2330,1,"_0_and_1_index_signatures_are_incompatible_2330","'{0}' and '{1}' index signatures are incompatible."),this_cannot_be_referenced_in_a_module_or_namespace_body:n(2331,1,"this_cannot_be_referenced_in_a_module_or_namespace_body_2331","'this' cannot be referenced in a module or namespace body."),this_cannot_be_referenced_in_current_location:n(2332,1,"this_cannot_be_referenced_in_current_location_2332","'this' cannot be referenced in current location."),this_cannot_be_referenced_in_a_static_property_initializer:n(2334,1,"this_cannot_be_referenced_in_a_static_property_initializer_2334","'this' cannot be referenced in a static property initializer."),super_can_only_be_referenced_in_a_derived_class:n(2335,1,"super_can_only_be_referenced_in_a_derived_class_2335","'super' can only be referenced in a derived class."),super_cannot_be_referenced_in_constructor_arguments:n(2336,1,"super_cannot_be_referenced_in_constructor_arguments_2336","'super' cannot be referenced in constructor arguments."),Super_calls_are_not_permitted_outside_constructors_or_in_nested_functions_inside_constructors:n(2337,1,"Super_calls_are_not_permitted_outside_constructors_or_in_nested_functions_inside_constructors_2337","Super calls are not permitted outside constructors or in nested functions inside constructors."),super_property_access_is_permitted_only_in_a_constructor_member_function_or_member_accessor_of_a_derived_class:n(2338,1,"super_property_access_is_permitted_only_in_a_constructor_member_function_or_member_accessor_of_a_der_2338","'super' property access is permitted only in a constructor, member function, or member accessor of a derived class."),Property_0_does_not_exist_on_type_1:n(2339,1,"Property_0_does_not_exist_on_type_1_2339","Property '{0}' does not exist on type '{1}'."),Only_public_and_protected_methods_of_the_base_class_are_accessible_via_the_super_keyword:n(2340,1,"Only_public_and_protected_methods_of_the_base_class_are_accessible_via_the_super_keyword_2340","Only public and protected methods of the base class are accessible via the 'super' keyword."),Property_0_is_private_and_only_accessible_within_class_1:n(2341,1,"Property_0_is_private_and_only_accessible_within_class_1_2341","Property '{0}' is private and only accessible within class '{1}'."),This_syntax_requires_an_imported_helper_named_1_which_does_not_exist_in_0_Consider_upgrading_your_version_of_0:n(2343,1,"This_syntax_requires_an_imported_helper_named_1_which_does_not_exist_in_0_Consider_upgrading_your_ve_2343","This syntax requires an imported helper named '{1}' which does not exist in '{0}'. Consider upgrading your version of '{0}'."),Type_0_does_not_satisfy_the_constraint_1:n(2344,1,"Type_0_does_not_satisfy_the_constraint_1_2344","Type '{0}' does not satisfy the constraint '{1}'."),Argument_of_type_0_is_not_assignable_to_parameter_of_type_1:n(2345,1,"Argument_of_type_0_is_not_assignable_to_parameter_of_type_1_2345","Argument of type '{0}' is not assignable to parameter of type '{1}'."),Call_target_does_not_contain_any_signatures:n(2346,1,"Call_target_does_not_contain_any_signatures_2346","Call target does not contain any signatures."),Untyped_function_calls_may_not_accept_type_arguments:n(2347,1,"Untyped_function_calls_may_not_accept_type_arguments_2347","Untyped function calls may not accept type arguments."),Value_of_type_0_is_not_callable_Did_you_mean_to_include_new:n(2348,1,"Value_of_type_0_is_not_callable_Did_you_mean_to_include_new_2348","Value of type '{0}' is not callable. Did you mean to include 'new'?"),This_expression_is_not_callable:n(2349,1,"This_expression_is_not_callable_2349","This expression is not callable."),Only_a_void_function_can_be_called_with_the_new_keyword:n(2350,1,"Only_a_void_function_can_be_called_with_the_new_keyword_2350","Only a void function can be called with the 'new' keyword."),This_expression_is_not_constructable:n(2351,1,"This_expression_is_not_constructable_2351","This expression is not constructable."),Conversion_of_type_0_to_type_1_may_be_a_mistake_because_neither_type_sufficiently_overlaps_with_the_other_If_this_was_intentional_convert_the_expression_to_unknown_first:n(2352,1,"Conversion_of_type_0_to_type_1_may_be_a_mistake_because_neither_type_sufficiently_overlaps_with_the__2352","Conversion of type '{0}' to type '{1}' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first."),Object_literal_may_only_specify_known_properties_and_0_does_not_exist_in_type_1:n(2353,1,"Object_literal_may_only_specify_known_properties_and_0_does_not_exist_in_type_1_2353","Object literal may only specify known properties, and '{0}' does not exist in type '{1}'."),This_syntax_requires_an_imported_helper_but_module_0_cannot_be_found:n(2354,1,"This_syntax_requires_an_imported_helper_but_module_0_cannot_be_found_2354","This syntax requires an imported helper but module '{0}' cannot be found."),A_function_whose_declared_type_is_neither_undefined_void_nor_any_must_return_a_value:n(2355,1,"A_function_whose_declared_type_is_neither_undefined_void_nor_any_must_return_a_value_2355","A function whose declared type is neither 'undefined', 'void', nor 'any' must return a value."),An_arithmetic_operand_must_be_of_type_any_number_bigint_or_an_enum_type:n(2356,1,"An_arithmetic_operand_must_be_of_type_any_number_bigint_or_an_enum_type_2356","An arithmetic operand must be of type 'any', 'number', 'bigint' or an enum type."),The_operand_of_an_increment_or_decrement_operator_must_be_a_variable_or_a_property_access:n(2357,1,"The_operand_of_an_increment_or_decrement_operator_must_be_a_variable_or_a_property_access_2357","The operand of an increment or decrement operator must be a variable or a property access."),The_left_hand_side_of_an_instanceof_expression_must_be_of_type_any_an_object_type_or_a_type_parameter:n(2358,1,"The_left_hand_side_of_an_instanceof_expression_must_be_of_type_any_an_object_type_or_a_type_paramete_2358","The left-hand side of an 'instanceof' expression must be of type 'any', an object type or a type parameter."),The_right_hand_side_of_an_instanceof_expression_must_be_either_of_type_any_a_class_function_or_other_type_assignable_to_the_Function_interface_type_or_an_object_type_with_a_Symbol_hasInstance_method:n(2359,1,"The_right_hand_side_of_an_instanceof_expression_must_be_either_of_type_any_a_class_function_or_other_2359","The right-hand side of an 'instanceof' expression must be either of type 'any', a class, function, or other type assignable to the 'Function' interface type, or an object type with a 'Symbol.hasInstance' method."),The_left_hand_side_of_an_arithmetic_operation_must_be_of_type_any_number_bigint_or_an_enum_type:n(2362,1,"The_left_hand_side_of_an_arithmetic_operation_must_be_of_type_any_number_bigint_or_an_enum_type_2362","The left-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type."),The_right_hand_side_of_an_arithmetic_operation_must_be_of_type_any_number_bigint_or_an_enum_type:n(2363,1,"The_right_hand_side_of_an_arithmetic_operation_must_be_of_type_any_number_bigint_or_an_enum_type_2363","The right-hand side of an arithmetic operation must be of type 'any', 'number', 'bigint' or an enum type."),The_left_hand_side_of_an_assignment_expression_must_be_a_variable_or_a_property_access:n(2364,1,"The_left_hand_side_of_an_assignment_expression_must_be_a_variable_or_a_property_access_2364","The left-hand side of an assignment expression must be a variable or a property access."),Operator_0_cannot_be_applied_to_types_1_and_2:n(2365,1,"Operator_0_cannot_be_applied_to_types_1_and_2_2365","Operator '{0}' cannot be applied to types '{1}' and '{2}'."),Function_lacks_ending_return_statement_and_return_type_does_not_include_undefined:n(2366,1,"Function_lacks_ending_return_statement_and_return_type_does_not_include_undefined_2366","Function lacks ending return statement and return type does not include 'undefined'."),This_comparison_appears_to_be_unintentional_because_the_types_0_and_1_have_no_overlap:n(2367,1,"This_comparison_appears_to_be_unintentional_because_the_types_0_and_1_have_no_overlap_2367","This comparison appears to be unintentional because the types '{0}' and '{1}' have no overlap."),Type_parameter_name_cannot_be_0:n(2368,1,"Type_parameter_name_cannot_be_0_2368","Type parameter name cannot be '{0}'."),A_parameter_property_is_only_allowed_in_a_constructor_implementation:n(2369,1,"A_parameter_property_is_only_allowed_in_a_constructor_implementation_2369","A parameter property is only allowed in a constructor implementation."),A_rest_parameter_must_be_of_an_array_type:n(2370,1,"A_rest_parameter_must_be_of_an_array_type_2370","A rest parameter must be of an array type."),A_parameter_initializer_is_only_allowed_in_a_function_or_constructor_implementation:n(2371,1,"A_parameter_initializer_is_only_allowed_in_a_function_or_constructor_implementation_2371","A parameter initializer is only allowed in a function or constructor implementation."),Parameter_0_cannot_reference_itself:n(2372,1,"Parameter_0_cannot_reference_itself_2372","Parameter '{0}' cannot reference itself."),Parameter_0_cannot_reference_identifier_1_declared_after_it:n(2373,1,"Parameter_0_cannot_reference_identifier_1_declared_after_it_2373","Parameter '{0}' cannot reference identifier '{1}' declared after it."),Duplicate_index_signature_for_type_0:n(2374,1,"Duplicate_index_signature_for_type_0_2374","Duplicate index signature for type '{0}'."),Type_0_is_not_assignable_to_type_1_with_exactOptionalPropertyTypes_Colon_true_Consider_adding_undefined_to_the_types_of_the_target_s_properties:n(2375,1,"Type_0_is_not_assignable_to_type_1_with_exactOptionalPropertyTypes_Colon_true_Consider_adding_undefi_2375","Type '{0}' is not assignable to type '{1}' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target's properties."),A_super_call_must_be_the_first_statement_in_the_constructor_to_refer_to_super_or_this_when_a_derived_class_contains_initialized_properties_parameter_properties_or_private_identifiers:n(2376,1,"A_super_call_must_be_the_first_statement_in_the_constructor_to_refer_to_super_or_this_when_a_derived_2376","A 'super' call must be the first statement in the constructor to refer to 'super' or 'this' when a derived class contains initialized properties, parameter properties, or private identifiers."),Constructors_for_derived_classes_must_contain_a_super_call:n(2377,1,"Constructors_for_derived_classes_must_contain_a_super_call_2377","Constructors for derived classes must contain a 'super' call."),A_get_accessor_must_return_a_value:n(2378,1,"A_get_accessor_must_return_a_value_2378","A 'get' accessor must return a value."),Argument_of_type_0_is_not_assignable_to_parameter_of_type_1_with_exactOptionalPropertyTypes_Colon_true_Consider_adding_undefined_to_the_types_of_the_target_s_properties:n(2379,1,"Argument_of_type_0_is_not_assignable_to_parameter_of_type_1_with_exactOptionalPropertyTypes_Colon_tr_2379","Argument of type '{0}' is not assignable to parameter of type '{1}' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the types of the target's properties."),Overload_signatures_must_all_be_exported_or_non_exported:n(2383,1,"Overload_signatures_must_all_be_exported_or_non_exported_2383","Overload signatures must all be exported or non-exported."),Overload_signatures_must_all_be_ambient_or_non_ambient:n(2384,1,"Overload_signatures_must_all_be_ambient_or_non_ambient_2384","Overload signatures must all be ambient or non-ambient."),Overload_signatures_must_all_be_public_private_or_protected:n(2385,1,"Overload_signatures_must_all_be_public_private_or_protected_2385","Overload signatures must all be public, private or protected."),Overload_signatures_must_all_be_optional_or_required:n(2386,1,"Overload_signatures_must_all_be_optional_or_required_2386","Overload signatures must all be optional or required."),Function_overload_must_be_static:n(2387,1,"Function_overload_must_be_static_2387","Function overload must be static."),Function_overload_must_not_be_static:n(2388,1,"Function_overload_must_not_be_static_2388","Function overload must not be static."),Function_implementation_name_must_be_0:n(2389,1,"Function_implementation_name_must_be_0_2389","Function implementation name must be '{0}'."),Constructor_implementation_is_missing:n(2390,1,"Constructor_implementation_is_missing_2390","Constructor implementation is missing."),Function_implementation_is_missing_or_not_immediately_following_the_declaration:n(2391,1,"Function_implementation_is_missing_or_not_immediately_following_the_declaration_2391","Function implementation is missing or not immediately following the declaration."),Multiple_constructor_implementations_are_not_allowed:n(2392,1,"Multiple_constructor_implementations_are_not_allowed_2392","Multiple constructor implementations are not allowed."),Duplicate_function_implementation:n(2393,1,"Duplicate_function_implementation_2393","Duplicate function implementation."),This_overload_signature_is_not_compatible_with_its_implementation_signature:n(2394,1,"This_overload_signature_is_not_compatible_with_its_implementation_signature_2394","This overload signature is not compatible with its implementation signature."),Individual_declarations_in_merged_declaration_0_must_be_all_exported_or_all_local:n(2395,1,"Individual_declarations_in_merged_declaration_0_must_be_all_exported_or_all_local_2395","Individual declarations in merged declaration '{0}' must be all exported or all local."),Duplicate_identifier_arguments_Compiler_uses_arguments_to_initialize_rest_parameters:n(2396,1,"Duplicate_identifier_arguments_Compiler_uses_arguments_to_initialize_rest_parameters_2396","Duplicate identifier 'arguments'. Compiler uses 'arguments' to initialize rest parameters."),Declaration_name_conflicts_with_built_in_global_identifier_0:n(2397,1,"Declaration_name_conflicts_with_built_in_global_identifier_0_2397","Declaration name conflicts with built-in global identifier '{0}'."),constructor_cannot_be_used_as_a_parameter_property_name:n(2398,1,"constructor_cannot_be_used_as_a_parameter_property_name_2398","'constructor' cannot be used as a parameter property name."),Duplicate_identifier_this_Compiler_uses_variable_declaration_this_to_capture_this_reference:n(2399,1,"Duplicate_identifier_this_Compiler_uses_variable_declaration_this_to_capture_this_reference_2399","Duplicate identifier '_this'. Compiler uses variable declaration '_this' to capture 'this' reference."),Expression_resolves_to_variable_declaration_this_that_compiler_uses_to_capture_this_reference:n(2400,1,"Expression_resolves_to_variable_declaration_this_that_compiler_uses_to_capture_this_reference_2400","Expression resolves to variable declaration '_this' that compiler uses to capture 'this' reference."),A_super_call_must_be_a_root_level_statement_within_a_constructor_of_a_derived_class_that_contains_initialized_properties_parameter_properties_or_private_identifiers:n(2401,1,"A_super_call_must_be_a_root_level_statement_within_a_constructor_of_a_derived_class_that_contains_in_2401","A 'super' call must be a root-level statement within a constructor of a derived class that contains initialized properties, parameter properties, or private identifiers."),Expression_resolves_to_super_that_compiler_uses_to_capture_base_class_reference:n(2402,1,"Expression_resolves_to_super_that_compiler_uses_to_capture_base_class_reference_2402","Expression resolves to '_super' that compiler uses to capture base class reference."),Subsequent_variable_declarations_must_have_the_same_type_Variable_0_must_be_of_type_1_but_here_has_type_2:n(2403,1,"Subsequent_variable_declarations_must_have_the_same_type_Variable_0_must_be_of_type_1_but_here_has_t_2403","Subsequent variable declarations must have the same type. Variable '{0}' must be of type '{1}', but here has type '{2}'."),The_left_hand_side_of_a_for_in_statement_cannot_use_a_type_annotation:n(2404,1,"The_left_hand_side_of_a_for_in_statement_cannot_use_a_type_annotation_2404","The left-hand side of a 'for...in' statement cannot use a type annotation."),The_left_hand_side_of_a_for_in_statement_must_be_of_type_string_or_any:n(2405,1,"The_left_hand_side_of_a_for_in_statement_must_be_of_type_string_or_any_2405","The left-hand side of a 'for...in' statement must be of type 'string' or 'any'."),The_left_hand_side_of_a_for_in_statement_must_be_a_variable_or_a_property_access:n(2406,1,"The_left_hand_side_of_a_for_in_statement_must_be_a_variable_or_a_property_access_2406","The left-hand side of a 'for...in' statement must be a variable or a property access."),The_right_hand_side_of_a_for_in_statement_must_be_of_type_any_an_object_type_or_a_type_parameter_but_here_has_type_0:n(2407,1,"The_right_hand_side_of_a_for_in_statement_must_be_of_type_any_an_object_type_or_a_type_parameter_but_2407","The right-hand side of a 'for...in' statement must be of type 'any', an object type or a type parameter, but here has type '{0}'."),Setters_cannot_return_a_value:n(2408,1,"Setters_cannot_return_a_value_2408","Setters cannot return a value."),Return_type_of_constructor_signature_must_be_assignable_to_the_instance_type_of_the_class:n(2409,1,"Return_type_of_constructor_signature_must_be_assignable_to_the_instance_type_of_the_class_2409","Return type of constructor signature must be assignable to the instance type of the class."),The_with_statement_is_not_supported_All_symbols_in_a_with_block_will_have_type_any:n(2410,1,"The_with_statement_is_not_supported_All_symbols_in_a_with_block_will_have_type_any_2410","The 'with' statement is not supported. All symbols in a 'with' block will have type 'any'."),Type_0_is_not_assignable_to_type_1_with_exactOptionalPropertyTypes_Colon_true_Consider_adding_undefined_to_the_type_of_the_target:n(2412,1,"Type_0_is_not_assignable_to_type_1_with_exactOptionalPropertyTypes_Colon_true_Consider_adding_undefi_2412","Type '{0}' is not assignable to type '{1}' with 'exactOptionalPropertyTypes: true'. Consider adding 'undefined' to the type of the target."),Property_0_of_type_1_is_not_assignable_to_2_index_type_3:n(2411,1,"Property_0_of_type_1_is_not_assignable_to_2_index_type_3_2411","Property '{0}' of type '{1}' is not assignable to '{2}' index type '{3}'."),_0_index_type_1_is_not_assignable_to_2_index_type_3:n(2413,1,"_0_index_type_1_is_not_assignable_to_2_index_type_3_2413","'{0}' index type '{1}' is not assignable to '{2}' index type '{3}'."),Class_name_cannot_be_0:n(2414,1,"Class_name_cannot_be_0_2414","Class name cannot be '{0}'."),Class_0_incorrectly_extends_base_class_1:n(2415,1,"Class_0_incorrectly_extends_base_class_1_2415","Class '{0}' incorrectly extends base class '{1}'."),Property_0_in_type_1_is_not_assignable_to_the_same_property_in_base_type_2:n(2416,1,"Property_0_in_type_1_is_not_assignable_to_the_same_property_in_base_type_2_2416","Property '{0}' in type '{1}' is not assignable to the same property in base type '{2}'."),Class_static_side_0_incorrectly_extends_base_class_static_side_1:n(2417,1,"Class_static_side_0_incorrectly_extends_base_class_static_side_1_2417","Class static side '{0}' incorrectly extends base class static side '{1}'."),Type_of_computed_property_s_value_is_0_which_is_not_assignable_to_type_1:n(2418,1,"Type_of_computed_property_s_value_is_0_which_is_not_assignable_to_type_1_2418","Type of computed property's value is '{0}', which is not assignable to type '{1}'."),Types_of_construct_signatures_are_incompatible:n(2419,1,"Types_of_construct_signatures_are_incompatible_2419","Types of construct signatures are incompatible."),Class_0_incorrectly_implements_interface_1:n(2420,1,"Class_0_incorrectly_implements_interface_1_2420","Class '{0}' incorrectly implements interface '{1}'."),A_class_can_only_implement_an_object_type_or_intersection_of_object_types_with_statically_known_members:n(2422,1,"A_class_can_only_implement_an_object_type_or_intersection_of_object_types_with_statically_known_memb_2422","A class can only implement an object type or intersection of object types with statically known members."),Class_0_defines_instance_member_function_1_but_extended_class_2_defines_it_as_instance_member_accessor:n(2423,1,"Class_0_defines_instance_member_function_1_but_extended_class_2_defines_it_as_instance_member_access_2423","Class '{0}' defines instance member function '{1}', but extended class '{2}' defines it as instance member accessor."),Class_0_defines_instance_member_property_1_but_extended_class_2_defines_it_as_instance_member_function:n(2425,1,"Class_0_defines_instance_member_property_1_but_extended_class_2_defines_it_as_instance_member_functi_2425","Class '{0}' defines instance member property '{1}', but extended class '{2}' defines it as instance member function."),Class_0_defines_instance_member_accessor_1_but_extended_class_2_defines_it_as_instance_member_function:n(2426,1,"Class_0_defines_instance_member_accessor_1_but_extended_class_2_defines_it_as_instance_member_functi_2426","Class '{0}' defines instance member accessor '{1}', but extended class '{2}' defines it as instance member function."),Interface_name_cannot_be_0:n(2427,1,"Interface_name_cannot_be_0_2427","Interface name cannot be '{0}'."),All_declarations_of_0_must_have_identical_type_parameters:n(2428,1,"All_declarations_of_0_must_have_identical_type_parameters_2428","All declarations of '{0}' must have identical type parameters."),Interface_0_incorrectly_extends_interface_1:n(2430,1,"Interface_0_incorrectly_extends_interface_1_2430","Interface '{0}' incorrectly extends interface '{1}'."),Enum_name_cannot_be_0:n(2431,1,"Enum_name_cannot_be_0_2431","Enum name cannot be '{0}'."),In_an_enum_with_multiple_declarations_only_one_declaration_can_omit_an_initializer_for_its_first_enum_element:n(2432,1,"In_an_enum_with_multiple_declarations_only_one_declaration_can_omit_an_initializer_for_its_first_enu_2432","In an enum with multiple declarations, only one declaration can omit an initializer for its first enum element."),A_namespace_declaration_cannot_be_in_a_different_file_from_a_class_or_function_with_which_it_is_merged:n(2433,1,"A_namespace_declaration_cannot_be_in_a_different_file_from_a_class_or_function_with_which_it_is_merg_2433","A namespace declaration cannot be in a different file from a class or function with which it is merged."),A_namespace_declaration_cannot_be_located_prior_to_a_class_or_function_with_which_it_is_merged:n(2434,1,"A_namespace_declaration_cannot_be_located_prior_to_a_class_or_function_with_which_it_is_merged_2434","A namespace declaration cannot be located prior to a class or function with which it is merged."),Ambient_modules_cannot_be_nested_in_other_modules_or_namespaces:n(2435,1,"Ambient_modules_cannot_be_nested_in_other_modules_or_namespaces_2435","Ambient modules cannot be nested in other modules or namespaces."),Ambient_module_declaration_cannot_specify_relative_module_name:n(2436,1,"Ambient_module_declaration_cannot_specify_relative_module_name_2436","Ambient module declaration cannot specify relative module name."),Module_0_is_hidden_by_a_local_declaration_with_the_same_name:n(2437,1,"Module_0_is_hidden_by_a_local_declaration_with_the_same_name_2437","Module '{0}' is hidden by a local declaration with the same name."),Import_name_cannot_be_0:n(2438,1,"Import_name_cannot_be_0_2438","Import name cannot be '{0}'."),Import_or_export_declaration_in_an_ambient_module_declaration_cannot_reference_module_through_relative_module_name:n(2439,1,"Import_or_export_declaration_in_an_ambient_module_declaration_cannot_reference_module_through_relati_2439","Import or export declaration in an ambient module declaration cannot reference module through relative module name."),Import_declaration_conflicts_with_local_declaration_of_0:n(2440,1,"Import_declaration_conflicts_with_local_declaration_of_0_2440","Import declaration conflicts with local declaration of '{0}'."),Duplicate_identifier_0_Compiler_reserves_name_1_in_top_level_scope_of_a_module:n(2441,1,"Duplicate_identifier_0_Compiler_reserves_name_1_in_top_level_scope_of_a_module_2441","Duplicate identifier '{0}'. Compiler reserves name '{1}' in top level scope of a module."),Types_have_separate_declarations_of_a_private_property_0:n(2442,1,"Types_have_separate_declarations_of_a_private_property_0_2442","Types have separate declarations of a private property '{0}'."),Property_0_is_protected_but_type_1_is_not_a_class_derived_from_2:n(2443,1,"Property_0_is_protected_but_type_1_is_not_a_class_derived_from_2_2443","Property '{0}' is protected but type '{1}' is not a class derived from '{2}'."),Property_0_is_protected_in_type_1_but_public_in_type_2:n(2444,1,"Property_0_is_protected_in_type_1_but_public_in_type_2_2444","Property '{0}' is protected in type '{1}' but public in type '{2}'."),Property_0_is_protected_and_only_accessible_within_class_1_and_its_subclasses:n(2445,1,"Property_0_is_protected_and_only_accessible_within_class_1_and_its_subclasses_2445","Property '{0}' is protected and only accessible within class '{1}' and its subclasses."),Property_0_is_protected_and_only_accessible_through_an_instance_of_class_1_This_is_an_instance_of_class_2:n(2446,1,"Property_0_is_protected_and_only_accessible_through_an_instance_of_class_1_This_is_an_instance_of_cl_2446","Property '{0}' is protected and only accessible through an instance of class '{1}'. This is an instance of class '{2}'."),The_0_operator_is_not_allowed_for_boolean_types_Consider_using_1_instead:n(2447,1,"The_0_operator_is_not_allowed_for_boolean_types_Consider_using_1_instead_2447","The '{0}' operator is not allowed for boolean types. Consider using '{1}' instead."),Block_scoped_variable_0_used_before_its_declaration:n(2448,1,"Block_scoped_variable_0_used_before_its_declaration_2448","Block-scoped variable '{0}' used before its declaration."),Class_0_used_before_its_declaration:n(2449,1,"Class_0_used_before_its_declaration_2449","Class '{0}' used before its declaration."),Enum_0_used_before_its_declaration:n(2450,1,"Enum_0_used_before_its_declaration_2450","Enum '{0}' used before its declaration."),Cannot_redeclare_block_scoped_variable_0:n(2451,1,"Cannot_redeclare_block_scoped_variable_0_2451","Cannot redeclare block-scoped variable '{0}'."),An_enum_member_cannot_have_a_numeric_name:n(2452,1,"An_enum_member_cannot_have_a_numeric_name_2452","An enum member cannot have a numeric name."),Variable_0_is_used_before_being_assigned:n(2454,1,"Variable_0_is_used_before_being_assigned_2454","Variable '{0}' is used before being assigned."),Type_alias_0_circularly_references_itself:n(2456,1,"Type_alias_0_circularly_references_itself_2456","Type alias '{0}' circularly references itself."),Type_alias_name_cannot_be_0:n(2457,1,"Type_alias_name_cannot_be_0_2457","Type alias name cannot be '{0}'."),An_AMD_module_cannot_have_multiple_name_assignments:n(2458,1,"An_AMD_module_cannot_have_multiple_name_assignments_2458","An AMD module cannot have multiple name assignments."),Module_0_declares_1_locally_but_it_is_not_exported:n(2459,1,"Module_0_declares_1_locally_but_it_is_not_exported_2459","Module '{0}' declares '{1}' locally, but it is not exported."),Module_0_declares_1_locally_but_it_is_exported_as_2:n(2460,1,"Module_0_declares_1_locally_but_it_is_exported_as_2_2460","Module '{0}' declares '{1}' locally, but it is exported as '{2}'."),Type_0_is_not_an_array_type:n(2461,1,"Type_0_is_not_an_array_type_2461","Type '{0}' is not an array type."),A_rest_element_must_be_last_in_a_destructuring_pattern:n(2462,1,"A_rest_element_must_be_last_in_a_destructuring_pattern_2462","A rest element must be last in a destructuring pattern."),A_binding_pattern_parameter_cannot_be_optional_in_an_implementation_signature:n(2463,1,"A_binding_pattern_parameter_cannot_be_optional_in_an_implementation_signature_2463","A binding pattern parameter cannot be optional in an implementation signature."),A_computed_property_name_must_be_of_type_string_number_symbol_or_any:n(2464,1,"A_computed_property_name_must_be_of_type_string_number_symbol_or_any_2464","A computed property name must be of type 'string', 'number', 'symbol', or 'any'."),this_cannot_be_referenced_in_a_computed_property_name:n(2465,1,"this_cannot_be_referenced_in_a_computed_property_name_2465","'this' cannot be referenced in a computed property name."),super_cannot_be_referenced_in_a_computed_property_name:n(2466,1,"super_cannot_be_referenced_in_a_computed_property_name_2466","'super' cannot be referenced in a computed property name."),A_computed_property_name_cannot_reference_a_type_parameter_from_its_containing_type:n(2467,1,"A_computed_property_name_cannot_reference_a_type_parameter_from_its_containing_type_2467","A computed property name cannot reference a type parameter from its containing type."),Cannot_find_global_value_0:n(2468,1,"Cannot_find_global_value_0_2468","Cannot find global value '{0}'."),The_0_operator_cannot_be_applied_to_type_symbol:n(2469,1,"The_0_operator_cannot_be_applied_to_type_symbol_2469","The '{0}' operator cannot be applied to type 'symbol'."),Spread_operator_in_new_expressions_is_only_available_when_targeting_ECMAScript_5_and_higher:n(2472,1,"Spread_operator_in_new_expressions_is_only_available_when_targeting_ECMAScript_5_and_higher_2472","Spread operator in 'new' expressions is only available when targeting ECMAScript 5 and higher."),Enum_declarations_must_all_be_const_or_non_const:n(2473,1,"Enum_declarations_must_all_be_const_or_non_const_2473","Enum declarations must all be const or non-const."),const_enum_member_initializers_must_be_constant_expressions:n(2474,1,"const_enum_member_initializers_must_be_constant_expressions_2474","const enum member initializers must be constant expressions."),const_enums_can_only_be_used_in_property_or_index_access_expressions_or_the_right_hand_side_of_an_import_declaration_or_export_assignment_or_type_query:n(2475,1,"const_enums_can_only_be_used_in_property_or_index_access_expressions_or_the_right_hand_side_of_an_im_2475","'const' enums can only be used in property or index access expressions or the right hand side of an import declaration or export assignment or type query."),A_const_enum_member_can_only_be_accessed_using_a_string_literal:n(2476,1,"A_const_enum_member_can_only_be_accessed_using_a_string_literal_2476","A const enum member can only be accessed using a string literal."),const_enum_member_initializer_was_evaluated_to_a_non_finite_value:n(2477,1,"const_enum_member_initializer_was_evaluated_to_a_non_finite_value_2477","'const' enum member initializer was evaluated to a non-finite value."),const_enum_member_initializer_was_evaluated_to_disallowed_value_NaN:n(2478,1,"const_enum_member_initializer_was_evaluated_to_disallowed_value_NaN_2478","'const' enum member initializer was evaluated to disallowed value 'NaN'."),let_is_not_allowed_to_be_used_as_a_name_in_let_or_const_declarations:n(2480,1,"let_is_not_allowed_to_be_used_as_a_name_in_let_or_const_declarations_2480","'let' is not allowed to be used as a name in 'let' or 'const' declarations."),Cannot_initialize_outer_scoped_variable_0_in_the_same_scope_as_block_scoped_declaration_1:n(2481,1,"Cannot_initialize_outer_scoped_variable_0_in_the_same_scope_as_block_scoped_declaration_1_2481","Cannot initialize outer scoped variable '{0}' in the same scope as block scoped declaration '{1}'."),The_left_hand_side_of_a_for_of_statement_cannot_use_a_type_annotation:n(2483,1,"The_left_hand_side_of_a_for_of_statement_cannot_use_a_type_annotation_2483","The left-hand side of a 'for...of' statement cannot use a type annotation."),Export_declaration_conflicts_with_exported_declaration_of_0:n(2484,1,"Export_declaration_conflicts_with_exported_declaration_of_0_2484","Export declaration conflicts with exported declaration of '{0}'."),The_left_hand_side_of_a_for_of_statement_must_be_a_variable_or_a_property_access:n(2487,1,"The_left_hand_side_of_a_for_of_statement_must_be_a_variable_or_a_property_access_2487","The left-hand side of a 'for...of' statement must be a variable or a property access."),Type_0_must_have_a_Symbol_iterator_method_that_returns_an_iterator:n(2488,1,"Type_0_must_have_a_Symbol_iterator_method_that_returns_an_iterator_2488","Type '{0}' must have a '[Symbol.iterator]()' method that returns an iterator."),An_iterator_must_have_a_next_method:n(2489,1,"An_iterator_must_have_a_next_method_2489","An iterator must have a 'next()' method."),The_type_returned_by_the_0_method_of_an_iterator_must_have_a_value_property:n(2490,1,"The_type_returned_by_the_0_method_of_an_iterator_must_have_a_value_property_2490","The type returned by the '{0}()' method of an iterator must have a 'value' property."),The_left_hand_side_of_a_for_in_statement_cannot_be_a_destructuring_pattern:n(2491,1,"The_left_hand_side_of_a_for_in_statement_cannot_be_a_destructuring_pattern_2491","The left-hand side of a 'for...in' statement cannot be a destructuring pattern."),Cannot_redeclare_identifier_0_in_catch_clause:n(2492,1,"Cannot_redeclare_identifier_0_in_catch_clause_2492","Cannot redeclare identifier '{0}' in catch clause."),Tuple_type_0_of_length_1_has_no_element_at_index_2:n(2493,1,"Tuple_type_0_of_length_1_has_no_element_at_index_2_2493","Tuple type '{0}' of length '{1}' has no element at index '{2}'."),Using_a_string_in_a_for_of_statement_is_only_supported_in_ECMAScript_5_and_higher:n(2494,1,"Using_a_string_in_a_for_of_statement_is_only_supported_in_ECMAScript_5_and_higher_2494","Using a string in a 'for...of' statement is only supported in ECMAScript 5 and higher."),Type_0_is_not_an_array_type_or_a_string_type:n(2495,1,"Type_0_is_not_an_array_type_or_a_string_type_2495","Type '{0}' is not an array type or a string type."),The_arguments_object_cannot_be_referenced_in_an_arrow_function_in_ES5_Consider_using_a_standard_function_expression:n(2496,1,"The_arguments_object_cannot_be_referenced_in_an_arrow_function_in_ES5_Consider_using_a_standard_func_2496","The 'arguments' object cannot be referenced in an arrow function in ES5. Consider using a standard function expression."),This_module_can_only_be_referenced_with_ECMAScript_imports_Slashexports_by_turning_on_the_0_flag_and_referencing_its_default_export:n(2497,1,"This_module_can_only_be_referenced_with_ECMAScript_imports_Slashexports_by_turning_on_the_0_flag_and_2497","This module can only be referenced with ECMAScript imports/exports by turning on the '{0}' flag and referencing its default export."),Module_0_uses_export_and_cannot_be_used_with_export_Asterisk:n(2498,1,"Module_0_uses_export_and_cannot_be_used_with_export_Asterisk_2498","Module '{0}' uses 'export =' and cannot be used with 'export *'."),An_interface_can_only_extend_an_identifier_Slashqualified_name_with_optional_type_arguments:n(2499,1,"An_interface_can_only_extend_an_identifier_Slashqualified_name_with_optional_type_arguments_2499","An interface can only extend an identifier/qualified-name with optional type arguments."),A_class_can_only_implement_an_identifier_Slashqualified_name_with_optional_type_arguments:n(2500,1,"A_class_can_only_implement_an_identifier_Slashqualified_name_with_optional_type_arguments_2500","A class can only implement an identifier/qualified-name with optional type arguments."),A_rest_element_cannot_contain_a_binding_pattern:n(2501,1,"A_rest_element_cannot_contain_a_binding_pattern_2501","A rest element cannot contain a binding pattern."),_0_is_referenced_directly_or_indirectly_in_its_own_type_annotation:n(2502,1,"_0_is_referenced_directly_or_indirectly_in_its_own_type_annotation_2502","'{0}' is referenced directly or indirectly in its own type annotation."),Cannot_find_namespace_0:n(2503,1,"Cannot_find_namespace_0_2503","Cannot find namespace '{0}'."),Type_0_must_have_a_Symbol_asyncIterator_method_that_returns_an_async_iterator:n(2504,1,"Type_0_must_have_a_Symbol_asyncIterator_method_that_returns_an_async_iterator_2504","Type '{0}' must have a '[Symbol.asyncIterator]()' method that returns an async iterator."),A_generator_cannot_have_a_void_type_annotation:n(2505,1,"A_generator_cannot_have_a_void_type_annotation_2505","A generator cannot have a 'void' type annotation."),_0_is_referenced_directly_or_indirectly_in_its_own_base_expression:n(2506,1,"_0_is_referenced_directly_or_indirectly_in_its_own_base_expression_2506","'{0}' is referenced directly or indirectly in its own base expression."),Type_0_is_not_a_constructor_function_type:n(2507,1,"Type_0_is_not_a_constructor_function_type_2507","Type '{0}' is not a constructor function type."),No_base_constructor_has_the_specified_number_of_type_arguments:n(2508,1,"No_base_constructor_has_the_specified_number_of_type_arguments_2508","No base constructor has the specified number of type arguments."),Base_constructor_return_type_0_is_not_an_object_type_or_intersection_of_object_types_with_statically_known_members:n(2509,1,"Base_constructor_return_type_0_is_not_an_object_type_or_intersection_of_object_types_with_statically_2509","Base constructor return type '{0}' is not an object type or intersection of object types with statically known members."),Base_constructors_must_all_have_the_same_return_type:n(2510,1,"Base_constructors_must_all_have_the_same_return_type_2510","Base constructors must all have the same return type."),Cannot_create_an_instance_of_an_abstract_class:n(2511,1,"Cannot_create_an_instance_of_an_abstract_class_2511","Cannot create an instance of an abstract class."),Overload_signatures_must_all_be_abstract_or_non_abstract:n(2512,1,"Overload_signatures_must_all_be_abstract_or_non_abstract_2512","Overload signatures must all be abstract or non-abstract."),Abstract_method_0_in_class_1_cannot_be_accessed_via_super_expression:n(2513,1,"Abstract_method_0_in_class_1_cannot_be_accessed_via_super_expression_2513","Abstract method '{0}' in class '{1}' cannot be accessed via super expression."),A_tuple_type_cannot_be_indexed_with_a_negative_value:n(2514,1,"A_tuple_type_cannot_be_indexed_with_a_negative_value_2514","A tuple type cannot be indexed with a negative value."),Non_abstract_class_0_does_not_implement_inherited_abstract_member_1_from_class_2:n(2515,1,"Non_abstract_class_0_does_not_implement_inherited_abstract_member_1_from_class_2_2515","Non-abstract class '{0}' does not implement inherited abstract member {1} from class '{2}'."),All_declarations_of_an_abstract_method_must_be_consecutive:n(2516,1,"All_declarations_of_an_abstract_method_must_be_consecutive_2516","All declarations of an abstract method must be consecutive."),Cannot_assign_an_abstract_constructor_type_to_a_non_abstract_constructor_type:n(2517,1,"Cannot_assign_an_abstract_constructor_type_to_a_non_abstract_constructor_type_2517","Cannot assign an abstract constructor type to a non-abstract constructor type."),A_this_based_type_guard_is_not_compatible_with_a_parameter_based_type_guard:n(2518,1,"A_this_based_type_guard_is_not_compatible_with_a_parameter_based_type_guard_2518","A 'this'-based type guard is not compatible with a parameter-based type guard."),An_async_iterator_must_have_a_next_method:n(2519,1,"An_async_iterator_must_have_a_next_method_2519","An async iterator must have a 'next()' method."),Duplicate_identifier_0_Compiler_uses_declaration_1_to_support_async_functions:n(2520,1,"Duplicate_identifier_0_Compiler_uses_declaration_1_to_support_async_functions_2520","Duplicate identifier '{0}'. Compiler uses declaration '{1}' to support async functions."),The_arguments_object_cannot_be_referenced_in_an_async_function_or_method_in_ES5_Consider_using_a_standard_function_or_method:n(2522,1,"The_arguments_object_cannot_be_referenced_in_an_async_function_or_method_in_ES5_Consider_using_a_sta_2522","The 'arguments' object cannot be referenced in an async function or method in ES5. Consider using a standard function or method."),yield_expressions_cannot_be_used_in_a_parameter_initializer:n(2523,1,"yield_expressions_cannot_be_used_in_a_parameter_initializer_2523","'yield' expressions cannot be used in a parameter initializer."),await_expressions_cannot_be_used_in_a_parameter_initializer:n(2524,1,"await_expressions_cannot_be_used_in_a_parameter_initializer_2524","'await' expressions cannot be used in a parameter initializer."),A_this_type_is_available_only_in_a_non_static_member_of_a_class_or_interface:n(2526,1,"A_this_type_is_available_only_in_a_non_static_member_of_a_class_or_interface_2526","A 'this' type is available only in a non-static member of a class or interface."),The_inferred_type_of_0_references_an_inaccessible_1_type_A_type_annotation_is_necessary:n(2527,1,"The_inferred_type_of_0_references_an_inaccessible_1_type_A_type_annotation_is_necessary_2527","The inferred type of '{0}' references an inaccessible '{1}' type. A type annotation is necessary."),A_module_cannot_have_multiple_default_exports:n(2528,1,"A_module_cannot_have_multiple_default_exports_2528","A module cannot have multiple default exports."),Duplicate_identifier_0_Compiler_reserves_name_1_in_top_level_scope_of_a_module_containing_async_functions:n(2529,1,"Duplicate_identifier_0_Compiler_reserves_name_1_in_top_level_scope_of_a_module_containing_async_func_2529","Duplicate identifier '{0}'. Compiler reserves name '{1}' in top level scope of a module containing async functions."),Property_0_is_incompatible_with_index_signature:n(2530,1,"Property_0_is_incompatible_with_index_signature_2530","Property '{0}' is incompatible with index signature."),Object_is_possibly_null:n(2531,1,"Object_is_possibly_null_2531","Object is possibly 'null'."),Object_is_possibly_undefined:n(2532,1,"Object_is_possibly_undefined_2532","Object is possibly 'undefined'."),Object_is_possibly_null_or_undefined:n(2533,1,"Object_is_possibly_null_or_undefined_2533","Object is possibly 'null' or 'undefined'."),A_function_returning_never_cannot_have_a_reachable_end_point:n(2534,1,"A_function_returning_never_cannot_have_a_reachable_end_point_2534","A function returning 'never' cannot have a reachable end point."),Type_0_cannot_be_used_to_index_type_1:n(2536,1,"Type_0_cannot_be_used_to_index_type_1_2536","Type '{0}' cannot be used to index type '{1}'."),Type_0_has_no_matching_index_signature_for_type_1:n(2537,1,"Type_0_has_no_matching_index_signature_for_type_1_2537","Type '{0}' has no matching index signature for type '{1}'."),Type_0_cannot_be_used_as_an_index_type:n(2538,1,"Type_0_cannot_be_used_as_an_index_type_2538","Type '{0}' cannot be used as an index type."),Cannot_assign_to_0_because_it_is_not_a_variable:n(2539,1,"Cannot_assign_to_0_because_it_is_not_a_variable_2539","Cannot assign to '{0}' because it is not a variable."),Cannot_assign_to_0_because_it_is_a_read_only_property:n(2540,1,"Cannot_assign_to_0_because_it_is_a_read_only_property_2540","Cannot assign to '{0}' because it is a read-only property."),Index_signature_in_type_0_only_permits_reading:n(2542,1,"Index_signature_in_type_0_only_permits_reading_2542","Index signature in type '{0}' only permits reading."),Duplicate_identifier_newTarget_Compiler_uses_variable_declaration_newTarget_to_capture_new_target_meta_property_reference:n(2543,1,"Duplicate_identifier_newTarget_Compiler_uses_variable_declaration_newTarget_to_capture_new_target_me_2543","Duplicate identifier '_newTarget'. Compiler uses variable declaration '_newTarget' to capture 'new.target' meta-property reference."),Expression_resolves_to_variable_declaration_newTarget_that_compiler_uses_to_capture_new_target_meta_property_reference:n(2544,1,"Expression_resolves_to_variable_declaration_newTarget_that_compiler_uses_to_capture_new_target_meta__2544","Expression resolves to variable declaration '_newTarget' that compiler uses to capture 'new.target' meta-property reference."),A_mixin_class_must_have_a_constructor_with_a_single_rest_parameter_of_type_any:n(2545,1,"A_mixin_class_must_have_a_constructor_with_a_single_rest_parameter_of_type_any_2545","A mixin class must have a constructor with a single rest parameter of type 'any[]'."),The_type_returned_by_the_0_method_of_an_async_iterator_must_be_a_promise_for_a_type_with_a_value_property:n(2547,1,"The_type_returned_by_the_0_method_of_an_async_iterator_must_be_a_promise_for_a_type_with_a_value_pro_2547","The type returned by the '{0}()' method of an async iterator must be a promise for a type with a 'value' property."),Type_0_is_not_an_array_type_or_does_not_have_a_Symbol_iterator_method_that_returns_an_iterator:n(2548,1,"Type_0_is_not_an_array_type_or_does_not_have_a_Symbol_iterator_method_that_returns_an_iterator_2548","Type '{0}' is not an array type or does not have a '[Symbol.iterator]()' method that returns an iterator."),Type_0_is_not_an_array_type_or_a_string_type_or_does_not_have_a_Symbol_iterator_method_that_returns_an_iterator:n(2549,1,"Type_0_is_not_an_array_type_or_a_string_type_or_does_not_have_a_Symbol_iterator_method_that_returns__2549","Type '{0}' is not an array type or a string type or does not have a '[Symbol.iterator]()' method that returns an iterator."),Property_0_does_not_exist_on_type_1_Do_you_need_to_change_your_target_library_Try_changing_the_lib_compiler_option_to_2_or_later:n(2550,1,"Property_0_does_not_exist_on_type_1_Do_you_need_to_change_your_target_library_Try_changing_the_lib_c_2550","Property '{0}' does not exist on type '{1}'. Do you need to change your target library? Try changing the 'lib' compiler option to '{2}' or later."),Property_0_does_not_exist_on_type_1_Did_you_mean_2:n(2551,1,"Property_0_does_not_exist_on_type_1_Did_you_mean_2_2551","Property '{0}' does not exist on type '{1}'. Did you mean '{2}'?"),Cannot_find_name_0_Did_you_mean_1:n(2552,1,"Cannot_find_name_0_Did_you_mean_1_2552","Cannot find name '{0}'. Did you mean '{1}'?"),Computed_values_are_not_permitted_in_an_enum_with_string_valued_members:n(2553,1,"Computed_values_are_not_permitted_in_an_enum_with_string_valued_members_2553","Computed values are not permitted in an enum with string valued members."),Expected_0_arguments_but_got_1:n(2554,1,"Expected_0_arguments_but_got_1_2554","Expected {0} arguments, but got {1}."),Expected_at_least_0_arguments_but_got_1:n(2555,1,"Expected_at_least_0_arguments_but_got_1_2555","Expected at least {0} arguments, but got {1}."),A_spread_argument_must_either_have_a_tuple_type_or_be_passed_to_a_rest_parameter:n(2556,1,"A_spread_argument_must_either_have_a_tuple_type_or_be_passed_to_a_rest_parameter_2556","A spread argument must either have a tuple type or be passed to a rest parameter."),Expected_0_type_arguments_but_got_1:n(2558,1,"Expected_0_type_arguments_but_got_1_2558","Expected {0} type arguments, but got {1}."),Type_0_has_no_properties_in_common_with_type_1:n(2559,1,"Type_0_has_no_properties_in_common_with_type_1_2559","Type '{0}' has no properties in common with type '{1}'."),Value_of_type_0_has_no_properties_in_common_with_type_1_Did_you_mean_to_call_it:n(2560,1,"Value_of_type_0_has_no_properties_in_common_with_type_1_Did_you_mean_to_call_it_2560","Value of type '{0}' has no properties in common with type '{1}'. Did you mean to call it?"),Object_literal_may_only_specify_known_properties_but_0_does_not_exist_in_type_1_Did_you_mean_to_write_2:n(2561,1,"Object_literal_may_only_specify_known_properties_but_0_does_not_exist_in_type_1_Did_you_mean_to_writ_2561","Object literal may only specify known properties, but '{0}' does not exist in type '{1}'. Did you mean to write '{2}'?"),Base_class_expressions_cannot_reference_class_type_parameters:n(2562,1,"Base_class_expressions_cannot_reference_class_type_parameters_2562","Base class expressions cannot reference class type parameters."),The_containing_function_or_module_body_is_too_large_for_control_flow_analysis:n(2563,1,"The_containing_function_or_module_body_is_too_large_for_control_flow_analysis_2563","The containing function or module body is too large for control flow analysis."),Property_0_has_no_initializer_and_is_not_definitely_assigned_in_the_constructor:n(2564,1,"Property_0_has_no_initializer_and_is_not_definitely_assigned_in_the_constructor_2564","Property '{0}' has no initializer and is not definitely assigned in the constructor."),Property_0_is_used_before_being_assigned:n(2565,1,"Property_0_is_used_before_being_assigned_2565","Property '{0}' is used before being assigned."),A_rest_element_cannot_have_a_property_name:n(2566,1,"A_rest_element_cannot_have_a_property_name_2566","A rest element cannot have a property name."),Enum_declarations_can_only_merge_with_namespace_or_other_enum_declarations:n(2567,1,"Enum_declarations_can_only_merge_with_namespace_or_other_enum_declarations_2567","Enum declarations can only merge with namespace or other enum declarations."),Property_0_may_not_exist_on_type_1_Did_you_mean_2:n(2568,1,"Property_0_may_not_exist_on_type_1_Did_you_mean_2_2568","Property '{0}' may not exist on type '{1}'. Did you mean '{2}'?"),Could_not_find_name_0_Did_you_mean_1:n(2570,1,"Could_not_find_name_0_Did_you_mean_1_2570","Could not find name '{0}'. Did you mean '{1}'?"),Object_is_of_type_unknown:n(2571,1,"Object_is_of_type_unknown_2571","Object is of type 'unknown'."),A_rest_element_type_must_be_an_array_type:n(2574,1,"A_rest_element_type_must_be_an_array_type_2574","A rest element type must be an array type."),No_overload_expects_0_arguments_but_overloads_do_exist_that_expect_either_1_or_2_arguments:n(2575,1,"No_overload_expects_0_arguments_but_overloads_do_exist_that_expect_either_1_or_2_arguments_2575","No overload expects {0} arguments, but overloads do exist that expect either {1} or {2} arguments."),Property_0_does_not_exist_on_type_1_Did_you_mean_to_access_the_static_member_2_instead:n(2576,1,"Property_0_does_not_exist_on_type_1_Did_you_mean_to_access_the_static_member_2_instead_2576","Property '{0}' does not exist on type '{1}'. Did you mean to access the static member '{2}' instead?"),Return_type_annotation_circularly_references_itself:n(2577,1,"Return_type_annotation_circularly_references_itself_2577","Return type annotation circularly references itself."),Unused_ts_expect_error_directive:n(2578,1,"Unused_ts_expect_error_directive_2578","Unused '@ts-expect-error' directive."),Cannot_find_name_0_Do_you_need_to_install_type_definitions_for_node_Try_npm_i_save_dev_types_Slashnode:n(2580,1,"Cannot_find_name_0_Do_you_need_to_install_type_definitions_for_node_Try_npm_i_save_dev_types_Slashno_2580","Cannot find name '{0}'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node`."),Cannot_find_name_0_Do_you_need_to_install_type_definitions_for_jQuery_Try_npm_i_save_dev_types_Slashjquery:n(2581,1,"Cannot_find_name_0_Do_you_need_to_install_type_definitions_for_jQuery_Try_npm_i_save_dev_types_Slash_2581","Cannot find name '{0}'. Do you need to install type definitions for jQuery? Try `npm i --save-dev @types/jquery`."),Cannot_find_name_0_Do_you_need_to_install_type_definitions_for_a_test_runner_Try_npm_i_save_dev_types_Slashjest_or_npm_i_save_dev_types_Slashmocha:n(2582,1,"Cannot_find_name_0_Do_you_need_to_install_type_definitions_for_a_test_runner_Try_npm_i_save_dev_type_2582","Cannot find name '{0}'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha`."),Cannot_find_name_0_Do_you_need_to_change_your_target_library_Try_changing_the_lib_compiler_option_to_1_or_later:n(2583,1,"Cannot_find_name_0_Do_you_need_to_change_your_target_library_Try_changing_the_lib_compiler_option_to_2583","Cannot find name '{0}'. Do you need to change your target library? Try changing the 'lib' compiler option to '{1}' or later."),Cannot_find_name_0_Do_you_need_to_change_your_target_library_Try_changing_the_lib_compiler_option_to_include_dom:n(2584,1,"Cannot_find_name_0_Do_you_need_to_change_your_target_library_Try_changing_the_lib_compiler_option_to_2584","Cannot find name '{0}'. Do you need to change your target library? Try changing the 'lib' compiler option to include 'dom'."),_0_only_refers_to_a_type_but_is_being_used_as_a_value_here_Do_you_need_to_change_your_target_library_Try_changing_the_lib_compiler_option_to_es2015_or_later:n(2585,1,"_0_only_refers_to_a_type_but_is_being_used_as_a_value_here_Do_you_need_to_change_your_target_library_2585","'{0}' only refers to a type, but is being used as a value here. Do you need to change your target library? Try changing the 'lib' compiler option to es2015 or later."),Cannot_assign_to_0_because_it_is_a_constant:n(2588,1,"Cannot_assign_to_0_because_it_is_a_constant_2588","Cannot assign to '{0}' because it is a constant."),Type_instantiation_is_excessively_deep_and_possibly_infinite:n(2589,1,"Type_instantiation_is_excessively_deep_and_possibly_infinite_2589","Type instantiation is excessively deep and possibly infinite."),Expression_produces_a_union_type_that_is_too_complex_to_represent:n(2590,1,"Expression_produces_a_union_type_that_is_too_complex_to_represent_2590","Expression produces a union type that is too complex to represent."),Cannot_find_name_0_Do_you_need_to_install_type_definitions_for_node_Try_npm_i_save_dev_types_Slashnode_and_then_add_node_to_the_types_field_in_your_tsconfig:n(2591,1,"Cannot_find_name_0_Do_you_need_to_install_type_definitions_for_node_Try_npm_i_save_dev_types_Slashno_2591","Cannot find name '{0}'. Do you need to install type definitions for node? Try `npm i --save-dev @types/node` and then add 'node' to the types field in your tsconfig."),Cannot_find_name_0_Do_you_need_to_install_type_definitions_for_jQuery_Try_npm_i_save_dev_types_Slashjquery_and_then_add_jquery_to_the_types_field_in_your_tsconfig:n(2592,1,"Cannot_find_name_0_Do_you_need_to_install_type_definitions_for_jQuery_Try_npm_i_save_dev_types_Slash_2592","Cannot find name '{0}'. Do you need to install type definitions for jQuery? Try `npm i --save-dev @types/jquery` and then add 'jquery' to the types field in your tsconfig."),Cannot_find_name_0_Do_you_need_to_install_type_definitions_for_a_test_runner_Try_npm_i_save_dev_types_Slashjest_or_npm_i_save_dev_types_Slashmocha_and_then_add_jest_or_mocha_to_the_types_field_in_your_tsconfig:n(2593,1,"Cannot_find_name_0_Do_you_need_to_install_type_definitions_for_a_test_runner_Try_npm_i_save_dev_type_2593","Cannot find name '{0}'. Do you need to install type definitions for a test runner? Try `npm i --save-dev @types/jest` or `npm i --save-dev @types/mocha` and then add 'jest' or 'mocha' to the types field in your tsconfig."),This_module_is_declared_with_export_and_can_only_be_used_with_a_default_import_when_using_the_0_flag:n(2594,1,"This_module_is_declared_with_export_and_can_only_be_used_with_a_default_import_when_using_the_0_flag_2594","This module is declared with 'export =', and can only be used with a default import when using the '{0}' flag."),_0_can_only_be_imported_by_using_a_default_import:n(2595,1,"_0_can_only_be_imported_by_using_a_default_import_2595","'{0}' can only be imported by using a default import."),_0_can_only_be_imported_by_turning_on_the_esModuleInterop_flag_and_using_a_default_import:n(2596,1,"_0_can_only_be_imported_by_turning_on_the_esModuleInterop_flag_and_using_a_default_import_2596","'{0}' can only be imported by turning on the 'esModuleInterop' flag and using a default import."),_0_can_only_be_imported_by_using_a_require_call_or_by_using_a_default_import:n(2597,1,"_0_can_only_be_imported_by_using_a_require_call_or_by_using_a_default_import_2597","'{0}' can only be imported by using a 'require' call or by using a default import."),_0_can_only_be_imported_by_using_a_require_call_or_by_turning_on_the_esModuleInterop_flag_and_using_a_default_import:n(2598,1,"_0_can_only_be_imported_by_using_a_require_call_or_by_turning_on_the_esModuleInterop_flag_and_using__2598","'{0}' can only be imported by using a 'require' call or by turning on the 'esModuleInterop' flag and using a default import."),JSX_element_implicitly_has_type_any_because_the_global_type_JSX_Element_does_not_exist:n(2602,1,"JSX_element_implicitly_has_type_any_because_the_global_type_JSX_Element_does_not_exist_2602","JSX element implicitly has type 'any' because the global type 'JSX.Element' does not exist."),Property_0_in_type_1_is_not_assignable_to_type_2:n(2603,1,"Property_0_in_type_1_is_not_assignable_to_type_2_2603","Property '{0}' in type '{1}' is not assignable to type '{2}'."),JSX_element_type_0_does_not_have_any_construct_or_call_signatures:n(2604,1,"JSX_element_type_0_does_not_have_any_construct_or_call_signatures_2604","JSX element type '{0}' does not have any construct or call signatures."),Property_0_of_JSX_spread_attribute_is_not_assignable_to_target_property:n(2606,1,"Property_0_of_JSX_spread_attribute_is_not_assignable_to_target_property_2606","Property '{0}' of JSX spread attribute is not assignable to target property."),JSX_element_class_does_not_support_attributes_because_it_does_not_have_a_0_property:n(2607,1,"JSX_element_class_does_not_support_attributes_because_it_does_not_have_a_0_property_2607","JSX element class does not support attributes because it does not have a '{0}' property."),The_global_type_JSX_0_may_not_have_more_than_one_property:n(2608,1,"The_global_type_JSX_0_may_not_have_more_than_one_property_2608","The global type 'JSX.{0}' may not have more than one property."),JSX_spread_child_must_be_an_array_type:n(2609,1,"JSX_spread_child_must_be_an_array_type_2609","JSX spread child must be an array type."),_0_is_defined_as_an_accessor_in_class_1_but_is_overridden_here_in_2_as_an_instance_property:n(2610,1,"_0_is_defined_as_an_accessor_in_class_1_but_is_overridden_here_in_2_as_an_instance_property_2610","'{0}' is defined as an accessor in class '{1}', but is overridden here in '{2}' as an instance property."),_0_is_defined_as_a_property_in_class_1_but_is_overridden_here_in_2_as_an_accessor:n(2611,1,"_0_is_defined_as_a_property_in_class_1_but_is_overridden_here_in_2_as_an_accessor_2611","'{0}' is defined as a property in class '{1}', but is overridden here in '{2}' as an accessor."),Property_0_will_overwrite_the_base_property_in_1_If_this_is_intentional_add_an_initializer_Otherwise_add_a_declare_modifier_or_remove_the_redundant_declaration:n(2612,1,"Property_0_will_overwrite_the_base_property_in_1_If_this_is_intentional_add_an_initializer_Otherwise_2612","Property '{0}' will overwrite the base property in '{1}'. If this is intentional, add an initializer. Otherwise, add a 'declare' modifier or remove the redundant declaration."),Module_0_has_no_default_export_Did_you_mean_to_use_import_1_from_0_instead:n(2613,1,"Module_0_has_no_default_export_Did_you_mean_to_use_import_1_from_0_instead_2613","Module '{0}' has no default export. Did you mean to use 'import { {1} } from {0}' instead?"),Module_0_has_no_exported_member_1_Did_you_mean_to_use_import_1_from_0_instead:n(2614,1,"Module_0_has_no_exported_member_1_Did_you_mean_to_use_import_1_from_0_instead_2614","Module '{0}' has no exported member '{1}'. Did you mean to use 'import {1} from {0}' instead?"),Type_of_property_0_circularly_references_itself_in_mapped_type_1:n(2615,1,"Type_of_property_0_circularly_references_itself_in_mapped_type_1_2615","Type of property '{0}' circularly references itself in mapped type '{1}'."),_0_can_only_be_imported_by_using_import_1_require_2_or_a_default_import:n(2616,1,"_0_can_only_be_imported_by_using_import_1_require_2_or_a_default_import_2616","'{0}' can only be imported by using 'import {1} = require({2})' or a default import."),_0_can_only_be_imported_by_using_import_1_require_2_or_by_turning_on_the_esModuleInterop_flag_and_using_a_default_import:n(2617,1,"_0_can_only_be_imported_by_using_import_1_require_2_or_by_turning_on_the_esModuleInterop_flag_and_us_2617","'{0}' can only be imported by using 'import {1} = require({2})' or by turning on the 'esModuleInterop' flag and using a default import."),Source_has_0_element_s_but_target_requires_1:n(2618,1,"Source_has_0_element_s_but_target_requires_1_2618","Source has {0} element(s) but target requires {1}."),Source_has_0_element_s_but_target_allows_only_1:n(2619,1,"Source_has_0_element_s_but_target_allows_only_1_2619","Source has {0} element(s) but target allows only {1}."),Target_requires_0_element_s_but_source_may_have_fewer:n(2620,1,"Target_requires_0_element_s_but_source_may_have_fewer_2620","Target requires {0} element(s) but source may have fewer."),Target_allows_only_0_element_s_but_source_may_have_more:n(2621,1,"Target_allows_only_0_element_s_but_source_may_have_more_2621","Target allows only {0} element(s) but source may have more."),Source_provides_no_match_for_required_element_at_position_0_in_target:n(2623,1,"Source_provides_no_match_for_required_element_at_position_0_in_target_2623","Source provides no match for required element at position {0} in target."),Source_provides_no_match_for_variadic_element_at_position_0_in_target:n(2624,1,"Source_provides_no_match_for_variadic_element_at_position_0_in_target_2624","Source provides no match for variadic element at position {0} in target."),Variadic_element_at_position_0_in_source_does_not_match_element_at_position_1_in_target:n(2625,1,"Variadic_element_at_position_0_in_source_does_not_match_element_at_position_1_in_target_2625","Variadic element at position {0} in source does not match element at position {1} in target."),Type_at_position_0_in_source_is_not_compatible_with_type_at_position_1_in_target:n(2626,1,"Type_at_position_0_in_source_is_not_compatible_with_type_at_position_1_in_target_2626","Type at position {0} in source is not compatible with type at position {1} in target."),Type_at_positions_0_through_1_in_source_is_not_compatible_with_type_at_position_2_in_target:n(2627,1,"Type_at_positions_0_through_1_in_source_is_not_compatible_with_type_at_position_2_in_target_2627","Type at positions {0} through {1} in source is not compatible with type at position {2} in target."),Cannot_assign_to_0_because_it_is_an_enum:n(2628,1,"Cannot_assign_to_0_because_it_is_an_enum_2628","Cannot assign to '{0}' because it is an enum."),Cannot_assign_to_0_because_it_is_a_class:n(2629,1,"Cannot_assign_to_0_because_it_is_a_class_2629","Cannot assign to '{0}' because it is a class."),Cannot_assign_to_0_because_it_is_a_function:n(2630,1,"Cannot_assign_to_0_because_it_is_a_function_2630","Cannot assign to '{0}' because it is a function."),Cannot_assign_to_0_because_it_is_a_namespace:n(2631,1,"Cannot_assign_to_0_because_it_is_a_namespace_2631","Cannot assign to '{0}' because it is a namespace."),Cannot_assign_to_0_because_it_is_an_import:n(2632,1,"Cannot_assign_to_0_because_it_is_an_import_2632","Cannot assign to '{0}' because it is an import."),JSX_property_access_expressions_cannot_include_JSX_namespace_names:n(2633,1,"JSX_property_access_expressions_cannot_include_JSX_namespace_names_2633","JSX property access expressions cannot include JSX namespace names"),_0_index_signatures_are_incompatible:n(2634,1,"_0_index_signatures_are_incompatible_2634","'{0}' index signatures are incompatible."),Type_0_has_no_signatures_for_which_the_type_argument_list_is_applicable:n(2635,1,"Type_0_has_no_signatures_for_which_the_type_argument_list_is_applicable_2635","Type '{0}' has no signatures for which the type argument list is applicable."),Type_0_is_not_assignable_to_type_1_as_implied_by_variance_annotation:n(2636,1,"Type_0_is_not_assignable_to_type_1_as_implied_by_variance_annotation_2636","Type '{0}' is not assignable to type '{1}' as implied by variance annotation."),Variance_annotations_are_only_supported_in_type_aliases_for_object_function_constructor_and_mapped_types:n(2637,1,"Variance_annotations_are_only_supported_in_type_aliases_for_object_function_constructor_and_mapped_t_2637","Variance annotations are only supported in type aliases for object, function, constructor, and mapped types."),Type_0_may_represent_a_primitive_value_which_is_not_permitted_as_the_right_operand_of_the_in_operator:n(2638,1,"Type_0_may_represent_a_primitive_value_which_is_not_permitted_as_the_right_operand_of_the_in_operato_2638","Type '{0}' may represent a primitive value, which is not permitted as the right operand of the 'in' operator."),React_components_cannot_include_JSX_namespace_names:n(2639,1,"React_components_cannot_include_JSX_namespace_names_2639","React components cannot include JSX namespace names"),Cannot_augment_module_0_with_value_exports_because_it_resolves_to_a_non_module_entity:n(2649,1,"Cannot_augment_module_0_with_value_exports_because_it_resolves_to_a_non_module_entity_2649","Cannot augment module '{0}' with value exports because it resolves to a non-module entity."),Non_abstract_class_expression_is_missing_implementations_for_the_following_members_of_0_Colon_1_and_2_more:n(2650,1,"Non_abstract_class_expression_is_missing_implementations_for_the_following_members_of_0_Colon_1_and__2650","Non-abstract class expression is missing implementations for the following members of '{0}': {1} and {2} more."),A_member_initializer_in_a_enum_declaration_cannot_reference_members_declared_after_it_including_members_defined_in_other_enums:n(2651,1,"A_member_initializer_in_a_enum_declaration_cannot_reference_members_declared_after_it_including_memb_2651","A member initializer in a enum declaration cannot reference members declared after it, including members defined in other enums."),Merged_declaration_0_cannot_include_a_default_export_declaration_Consider_adding_a_separate_export_default_0_declaration_instead:n(2652,1,"Merged_declaration_0_cannot_include_a_default_export_declaration_Consider_adding_a_separate_export_d_2652","Merged declaration '{0}' cannot include a default export declaration. Consider adding a separate 'export default {0}' declaration instead."),Non_abstract_class_expression_does_not_implement_inherited_abstract_member_0_from_class_1:n(2653,1,"Non_abstract_class_expression_does_not_implement_inherited_abstract_member_0_from_class_1_2653","Non-abstract class expression does not implement inherited abstract member '{0}' from class '{1}'."),Non_abstract_class_0_is_missing_implementations_for_the_following_members_of_1_Colon_2:n(2654,1,"Non_abstract_class_0_is_missing_implementations_for_the_following_members_of_1_Colon_2_2654","Non-abstract class '{0}' is missing implementations for the following members of '{1}': {2}."),Non_abstract_class_0_is_missing_implementations_for_the_following_members_of_1_Colon_2_and_3_more:n(2655,1,"Non_abstract_class_0_is_missing_implementations_for_the_following_members_of_1_Colon_2_and_3_more_2655","Non-abstract class '{0}' is missing implementations for the following members of '{1}': {2} and {3} more."),Non_abstract_class_expression_is_missing_implementations_for_the_following_members_of_0_Colon_1:n(2656,1,"Non_abstract_class_expression_is_missing_implementations_for_the_following_members_of_0_Colon_1_2656","Non-abstract class expression is missing implementations for the following members of '{0}': {1}."),JSX_expressions_must_have_one_parent_element:n(2657,1,"JSX_expressions_must_have_one_parent_element_2657","JSX expressions must have one parent element."),Type_0_provides_no_match_for_the_signature_1:n(2658,1,"Type_0_provides_no_match_for_the_signature_1_2658","Type '{0}' provides no match for the signature '{1}'."),super_is_only_allowed_in_members_of_object_literal_expressions_when_option_target_is_ES2015_or_higher:n(2659,1,"super_is_only_allowed_in_members_of_object_literal_expressions_when_option_target_is_ES2015_or_highe_2659","'super' is only allowed in members of object literal expressions when option 'target' is 'ES2015' or higher."),super_can_only_be_referenced_in_members_of_derived_classes_or_object_literal_expressions:n(2660,1,"super_can_only_be_referenced_in_members_of_derived_classes_or_object_literal_expressions_2660","'super' can only be referenced in members of derived classes or object literal expressions."),Cannot_export_0_Only_local_declarations_can_be_exported_from_a_module:n(2661,1,"Cannot_export_0_Only_local_declarations_can_be_exported_from_a_module_2661","Cannot export '{0}'. Only local declarations can be exported from a module."),Cannot_find_name_0_Did_you_mean_the_static_member_1_0:n(2662,1,"Cannot_find_name_0_Did_you_mean_the_static_member_1_0_2662","Cannot find name '{0}'. Did you mean the static member '{1}.{0}'?"),Cannot_find_name_0_Did_you_mean_the_instance_member_this_0:n(2663,1,"Cannot_find_name_0_Did_you_mean_the_instance_member_this_0_2663","Cannot find name '{0}'. Did you mean the instance member 'this.{0}'?"),Invalid_module_name_in_augmentation_module_0_cannot_be_found:n(2664,1,"Invalid_module_name_in_augmentation_module_0_cannot_be_found_2664","Invalid module name in augmentation, module '{0}' cannot be found."),Invalid_module_name_in_augmentation_Module_0_resolves_to_an_untyped_module_at_1_which_cannot_be_augmented:n(2665,1,"Invalid_module_name_in_augmentation_Module_0_resolves_to_an_untyped_module_at_1_which_cannot_be_augm_2665","Invalid module name in augmentation. Module '{0}' resolves to an untyped module at '{1}', which cannot be augmented."),Exports_and_export_assignments_are_not_permitted_in_module_augmentations:n(2666,1,"Exports_and_export_assignments_are_not_permitted_in_module_augmentations_2666","Exports and export assignments are not permitted in module augmentations."),Imports_are_not_permitted_in_module_augmentations_Consider_moving_them_to_the_enclosing_external_module:n(2667,1,"Imports_are_not_permitted_in_module_augmentations_Consider_moving_them_to_the_enclosing_external_mod_2667","Imports are not permitted in module augmentations. Consider moving them to the enclosing external module."),export_modifier_cannot_be_applied_to_ambient_modules_and_module_augmentations_since_they_are_always_visible:n(2668,1,"export_modifier_cannot_be_applied_to_ambient_modules_and_module_augmentations_since_they_are_always__2668","'export' modifier cannot be applied to ambient modules and module augmentations since they are always visible."),Augmentations_for_the_global_scope_can_only_be_directly_nested_in_external_modules_or_ambient_module_declarations:n(2669,1,"Augmentations_for_the_global_scope_can_only_be_directly_nested_in_external_modules_or_ambient_module_2669","Augmentations for the global scope can only be directly nested in external modules or ambient module declarations."),Augmentations_for_the_global_scope_should_have_declare_modifier_unless_they_appear_in_already_ambient_context:n(2670,1,"Augmentations_for_the_global_scope_should_have_declare_modifier_unless_they_appear_in_already_ambien_2670","Augmentations for the global scope should have 'declare' modifier unless they appear in already ambient context."),Cannot_augment_module_0_because_it_resolves_to_a_non_module_entity:n(2671,1,"Cannot_augment_module_0_because_it_resolves_to_a_non_module_entity_2671","Cannot augment module '{0}' because it resolves to a non-module entity."),Cannot_assign_a_0_constructor_type_to_a_1_constructor_type:n(2672,1,"Cannot_assign_a_0_constructor_type_to_a_1_constructor_type_2672","Cannot assign a '{0}' constructor type to a '{1}' constructor type."),Constructor_of_class_0_is_private_and_only_accessible_within_the_class_declaration:n(2673,1,"Constructor_of_class_0_is_private_and_only_accessible_within_the_class_declaration_2673","Constructor of class '{0}' is private and only accessible within the class declaration."),Constructor_of_class_0_is_protected_and_only_accessible_within_the_class_declaration:n(2674,1,"Constructor_of_class_0_is_protected_and_only_accessible_within_the_class_declaration_2674","Constructor of class '{0}' is protected and only accessible within the class declaration."),Cannot_extend_a_class_0_Class_constructor_is_marked_as_private:n(2675,1,"Cannot_extend_a_class_0_Class_constructor_is_marked_as_private_2675","Cannot extend a class '{0}'. Class constructor is marked as private."),Accessors_must_both_be_abstract_or_non_abstract:n(2676,1,"Accessors_must_both_be_abstract_or_non_abstract_2676","Accessors must both be abstract or non-abstract."),A_type_predicate_s_type_must_be_assignable_to_its_parameter_s_type:n(2677,1,"A_type_predicate_s_type_must_be_assignable_to_its_parameter_s_type_2677","A type predicate's type must be assignable to its parameter's type."),Type_0_is_not_comparable_to_type_1:n(2678,1,"Type_0_is_not_comparable_to_type_1_2678","Type '{0}' is not comparable to type '{1}'."),A_function_that_is_called_with_the_new_keyword_cannot_have_a_this_type_that_is_void:n(2679,1,"A_function_that_is_called_with_the_new_keyword_cannot_have_a_this_type_that_is_void_2679","A function that is called with the 'new' keyword cannot have a 'this' type that is 'void'."),A_0_parameter_must_be_the_first_parameter:n(2680,1,"A_0_parameter_must_be_the_first_parameter_2680","A '{0}' parameter must be the first parameter."),A_constructor_cannot_have_a_this_parameter:n(2681,1,"A_constructor_cannot_have_a_this_parameter_2681","A constructor cannot have a 'this' parameter."),this_implicitly_has_type_any_because_it_does_not_have_a_type_annotation:n(2683,1,"this_implicitly_has_type_any_because_it_does_not_have_a_type_annotation_2683","'this' implicitly has type 'any' because it does not have a type annotation."),The_this_context_of_type_0_is_not_assignable_to_method_s_this_of_type_1:n(2684,1,"The_this_context_of_type_0_is_not_assignable_to_method_s_this_of_type_1_2684","The 'this' context of type '{0}' is not assignable to method's 'this' of type '{1}'."),The_this_types_of_each_signature_are_incompatible:n(2685,1,"The_this_types_of_each_signature_are_incompatible_2685","The 'this' types of each signature are incompatible."),_0_refers_to_a_UMD_global_but_the_current_file_is_a_module_Consider_adding_an_import_instead:n(2686,1,"_0_refers_to_a_UMD_global_but_the_current_file_is_a_module_Consider_adding_an_import_instead_2686","'{0}' refers to a UMD global, but the current file is a module. Consider adding an import instead."),All_declarations_of_0_must_have_identical_modifiers:n(2687,1,"All_declarations_of_0_must_have_identical_modifiers_2687","All declarations of '{0}' must have identical modifiers."),Cannot_find_type_definition_file_for_0:n(2688,1,"Cannot_find_type_definition_file_for_0_2688","Cannot find type definition file for '{0}'."),Cannot_extend_an_interface_0_Did_you_mean_implements:n(2689,1,"Cannot_extend_an_interface_0_Did_you_mean_implements_2689","Cannot extend an interface '{0}'. Did you mean 'implements'?"),_0_only_refers_to_a_type_but_is_being_used_as_a_value_here_Did_you_mean_to_use_1_in_0:n(2690,1,"_0_only_refers_to_a_type_but_is_being_used_as_a_value_here_Did_you_mean_to_use_1_in_0_2690","'{0}' only refers to a type, but is being used as a value here. Did you mean to use '{1} in {0}'?"),_0_is_a_primitive_but_1_is_a_wrapper_object_Prefer_using_0_when_possible:n(2692,1,"_0_is_a_primitive_but_1_is_a_wrapper_object_Prefer_using_0_when_possible_2692","'{0}' is a primitive, but '{1}' is a wrapper object. Prefer using '{0}' when possible."),_0_only_refers_to_a_type_but_is_being_used_as_a_value_here:n(2693,1,"_0_only_refers_to_a_type_but_is_being_used_as_a_value_here_2693","'{0}' only refers to a type, but is being used as a value here."),Namespace_0_has_no_exported_member_1:n(2694,1,"Namespace_0_has_no_exported_member_1_2694","Namespace '{0}' has no exported member '{1}'."),Left_side_of_comma_operator_is_unused_and_has_no_side_effects:n(2695,1,"Left_side_of_comma_operator_is_unused_and_has_no_side_effects_2695","Left side of comma operator is unused and has no side effects.",!0),The_Object_type_is_assignable_to_very_few_other_types_Did_you_mean_to_use_the_any_type_instead:n(2696,1,"The_Object_type_is_assignable_to_very_few_other_types_Did_you_mean_to_use_the_any_type_instead_2696","The 'Object' type is assignable to very few other types. Did you mean to use the 'any' type instead?"),An_async_function_or_method_must_return_a_Promise_Make_sure_you_have_a_declaration_for_Promise_or_include_ES2015_in_your_lib_option:n(2697,1,"An_async_function_or_method_must_return_a_Promise_Make_sure_you_have_a_declaration_for_Promise_or_in_2697","An async function or method must return a 'Promise'. Make sure you have a declaration for 'Promise' or include 'ES2015' in your '--lib' option."),Spread_types_may_only_be_created_from_object_types:n(2698,1,"Spread_types_may_only_be_created_from_object_types_2698","Spread types may only be created from object types."),Static_property_0_conflicts_with_built_in_property_Function_0_of_constructor_function_1:n(2699,1,"Static_property_0_conflicts_with_built_in_property_Function_0_of_constructor_function_1_2699","Static property '{0}' conflicts with built-in property 'Function.{0}' of constructor function '{1}'."),Rest_types_may_only_be_created_from_object_types:n(2700,1,"Rest_types_may_only_be_created_from_object_types_2700","Rest types may only be created from object types."),The_target_of_an_object_rest_assignment_must_be_a_variable_or_a_property_access:n(2701,1,"The_target_of_an_object_rest_assignment_must_be_a_variable_or_a_property_access_2701","The target of an object rest assignment must be a variable or a property access."),_0_only_refers_to_a_type_but_is_being_used_as_a_namespace_here:n(2702,1,"_0_only_refers_to_a_type_but_is_being_used_as_a_namespace_here_2702","'{0}' only refers to a type, but is being used as a namespace here."),The_operand_of_a_delete_operator_must_be_a_property_reference:n(2703,1,"The_operand_of_a_delete_operator_must_be_a_property_reference_2703","The operand of a 'delete' operator must be a property reference."),The_operand_of_a_delete_operator_cannot_be_a_read_only_property:n(2704,1,"The_operand_of_a_delete_operator_cannot_be_a_read_only_property_2704","The operand of a 'delete' operator cannot be a read-only property."),An_async_function_or_method_in_ES5_requires_the_Promise_constructor_Make_sure_you_have_a_declaration_for_the_Promise_constructor_or_include_ES2015_in_your_lib_option:n(2705,1,"An_async_function_or_method_in_ES5_requires_the_Promise_constructor_Make_sure_you_have_a_declaration_2705","An async function or method in ES5 requires the 'Promise' constructor. Make sure you have a declaration for the 'Promise' constructor or include 'ES2015' in your '--lib' option."),Required_type_parameters_may_not_follow_optional_type_parameters:n(2706,1,"Required_type_parameters_may_not_follow_optional_type_parameters_2706","Required type parameters may not follow optional type parameters."),Generic_type_0_requires_between_1_and_2_type_arguments:n(2707,1,"Generic_type_0_requires_between_1_and_2_type_arguments_2707","Generic type '{0}' requires between {1} and {2} type arguments."),Cannot_use_namespace_0_as_a_value:n(2708,1,"Cannot_use_namespace_0_as_a_value_2708","Cannot use namespace '{0}' as a value."),Cannot_use_namespace_0_as_a_type:n(2709,1,"Cannot_use_namespace_0_as_a_type_2709","Cannot use namespace '{0}' as a type."),_0_are_specified_twice_The_attribute_named_0_will_be_overwritten:n(2710,1,"_0_are_specified_twice_The_attribute_named_0_will_be_overwritten_2710","'{0}' are specified twice. The attribute named '{0}' will be overwritten."),A_dynamic_import_call_returns_a_Promise_Make_sure_you_have_a_declaration_for_Promise_or_include_ES2015_in_your_lib_option:n(2711,1,"A_dynamic_import_call_returns_a_Promise_Make_sure_you_have_a_declaration_for_Promise_or_include_ES20_2711","A dynamic import call returns a 'Promise'. Make sure you have a declaration for 'Promise' or include 'ES2015' in your '--lib' option."),A_dynamic_import_call_in_ES5_requires_the_Promise_constructor_Make_sure_you_have_a_declaration_for_the_Promise_constructor_or_include_ES2015_in_your_lib_option:n(2712,1,"A_dynamic_import_call_in_ES5_requires_the_Promise_constructor_Make_sure_you_have_a_declaration_for_t_2712","A dynamic import call in ES5 requires the 'Promise' constructor. Make sure you have a declaration for the 'Promise' constructor or include 'ES2015' in your '--lib' option."),Cannot_access_0_1_because_0_is_a_type_but_not_a_namespace_Did_you_mean_to_retrieve_the_type_of_the_property_1_in_0_with_0_1:n(2713,1,"Cannot_access_0_1_because_0_is_a_type_but_not_a_namespace_Did_you_mean_to_retrieve_the_type_of_the_p_2713",`Cannot access '{0}.{1}' because '{0}' is a type, but not a namespace. Did you mean to retrieve the type of the property '{1}' in '{0}' with '{0}["{1}"]'?`),The_expression_of_an_export_assignment_must_be_an_identifier_or_qualified_name_in_an_ambient_context:n(2714,1,"The_expression_of_an_export_assignment_must_be_an_identifier_or_qualified_name_in_an_ambient_context_2714","The expression of an export assignment must be an identifier or qualified name in an ambient context."),Abstract_property_0_in_class_1_cannot_be_accessed_in_the_constructor:n(2715,1,"Abstract_property_0_in_class_1_cannot_be_accessed_in_the_constructor_2715","Abstract property '{0}' in class '{1}' cannot be accessed in the constructor."),Type_parameter_0_has_a_circular_default:n(2716,1,"Type_parameter_0_has_a_circular_default_2716","Type parameter '{0}' has a circular default."),Subsequent_property_declarations_must_have_the_same_type_Property_0_must_be_of_type_1_but_here_has_type_2:n(2717,1,"Subsequent_property_declarations_must_have_the_same_type_Property_0_must_be_of_type_1_but_here_has_t_2717","Subsequent property declarations must have the same type. Property '{0}' must be of type '{1}', but here has type '{2}'."),Duplicate_property_0:n(2718,1,"Duplicate_property_0_2718","Duplicate property '{0}'."),Type_0_is_not_assignable_to_type_1_Two_different_types_with_this_name_exist_but_they_are_unrelated:n(2719,1,"Type_0_is_not_assignable_to_type_1_Two_different_types_with_this_name_exist_but_they_are_unrelated_2719","Type '{0}' is not assignable to type '{1}'. Two different types with this name exist, but they are unrelated."),Class_0_incorrectly_implements_class_1_Did_you_mean_to_extend_1_and_inherit_its_members_as_a_subclass:n(2720,1,"Class_0_incorrectly_implements_class_1_Did_you_mean_to_extend_1_and_inherit_its_members_as_a_subclas_2720","Class '{0}' incorrectly implements class '{1}'. Did you mean to extend '{1}' and inherit its members as a subclass?"),Cannot_invoke_an_object_which_is_possibly_null:n(2721,1,"Cannot_invoke_an_object_which_is_possibly_null_2721","Cannot invoke an object which is possibly 'null'."),Cannot_invoke_an_object_which_is_possibly_undefined:n(2722,1,"Cannot_invoke_an_object_which_is_possibly_undefined_2722","Cannot invoke an object which is possibly 'undefined'."),Cannot_invoke_an_object_which_is_possibly_null_or_undefined:n(2723,1,"Cannot_invoke_an_object_which_is_possibly_null_or_undefined_2723","Cannot invoke an object which is possibly 'null' or 'undefined'."),_0_has_no_exported_member_named_1_Did_you_mean_2:n(2724,1,"_0_has_no_exported_member_named_1_Did_you_mean_2_2724","'{0}' has no exported member named '{1}'. Did you mean '{2}'?"),Class_name_cannot_be_Object_when_targeting_ES5_and_above_with_module_0:n(2725,1,"Class_name_cannot_be_Object_when_targeting_ES5_and_above_with_module_0_2725","Class name cannot be 'Object' when targeting ES5 and above with module {0}."),Cannot_find_lib_definition_for_0:n(2726,1,"Cannot_find_lib_definition_for_0_2726","Cannot find lib definition for '{0}'."),Cannot_find_lib_definition_for_0_Did_you_mean_1:n(2727,1,"Cannot_find_lib_definition_for_0_Did_you_mean_1_2727","Cannot find lib definition for '{0}'. Did you mean '{1}'?"),_0_is_declared_here:n(2728,3,"_0_is_declared_here_2728","'{0}' is declared here."),Property_0_is_used_before_its_initialization:n(2729,1,"Property_0_is_used_before_its_initialization_2729","Property '{0}' is used before its initialization."),An_arrow_function_cannot_have_a_this_parameter:n(2730,1,"An_arrow_function_cannot_have_a_this_parameter_2730","An arrow function cannot have a 'this' parameter."),Implicit_conversion_of_a_symbol_to_a_string_will_fail_at_runtime_Consider_wrapping_this_expression_in_String:n(2731,1,"Implicit_conversion_of_a_symbol_to_a_string_will_fail_at_runtime_Consider_wrapping_this_expression_i_2731","Implicit conversion of a 'symbol' to a 'string' will fail at runtime. Consider wrapping this expression in 'String(...)'."),Cannot_find_module_0_Consider_using_resolveJsonModule_to_import_module_with_json_extension:n(2732,1,"Cannot_find_module_0_Consider_using_resolveJsonModule_to_import_module_with_json_extension_2732","Cannot find module '{0}'. Consider using '--resolveJsonModule' to import module with '.json' extension."),Property_0_was_also_declared_here:n(2733,1,"Property_0_was_also_declared_here_2733","Property '{0}' was also declared here."),Are_you_missing_a_semicolon:n(2734,1,"Are_you_missing_a_semicolon_2734","Are you missing a semicolon?"),Did_you_mean_for_0_to_be_constrained_to_type_new_args_Colon_any_1:n(2735,1,"Did_you_mean_for_0_to_be_constrained_to_type_new_args_Colon_any_1_2735","Did you mean for '{0}' to be constrained to type 'new (...args: any[]) => {1}'?"),Operator_0_cannot_be_applied_to_type_1:n(2736,1,"Operator_0_cannot_be_applied_to_type_1_2736","Operator '{0}' cannot be applied to type '{1}'."),BigInt_literals_are_not_available_when_targeting_lower_than_ES2020:n(2737,1,"BigInt_literals_are_not_available_when_targeting_lower_than_ES2020_2737","BigInt literals are not available when targeting lower than ES2020."),An_outer_value_of_this_is_shadowed_by_this_container:n(2738,3,"An_outer_value_of_this_is_shadowed_by_this_container_2738","An outer value of 'this' is shadowed by this container."),Type_0_is_missing_the_following_properties_from_type_1_Colon_2:n(2739,1,"Type_0_is_missing_the_following_properties_from_type_1_Colon_2_2739","Type '{0}' is missing the following properties from type '{1}': {2}"),Type_0_is_missing_the_following_properties_from_type_1_Colon_2_and_3_more:n(2740,1,"Type_0_is_missing_the_following_properties_from_type_1_Colon_2_and_3_more_2740","Type '{0}' is missing the following properties from type '{1}': {2}, and {3} more."),Property_0_is_missing_in_type_1_but_required_in_type_2:n(2741,1,"Property_0_is_missing_in_type_1_but_required_in_type_2_2741","Property '{0}' is missing in type '{1}' but required in type '{2}'."),The_inferred_type_of_0_cannot_be_named_without_a_reference_to_1_This_is_likely_not_portable_A_type_annotation_is_necessary:n(2742,1,"The_inferred_type_of_0_cannot_be_named_without_a_reference_to_1_This_is_likely_not_portable_A_type_a_2742","The inferred type of '{0}' cannot be named without a reference to '{1}'. This is likely not portable. A type annotation is necessary."),No_overload_expects_0_type_arguments_but_overloads_do_exist_that_expect_either_1_or_2_type_arguments:n(2743,1,"No_overload_expects_0_type_arguments_but_overloads_do_exist_that_expect_either_1_or_2_type_arguments_2743","No overload expects {0} type arguments, but overloads do exist that expect either {1} or {2} type arguments."),Type_parameter_defaults_can_only_reference_previously_declared_type_parameters:n(2744,1,"Type_parameter_defaults_can_only_reference_previously_declared_type_parameters_2744","Type parameter defaults can only reference previously declared type parameters."),This_JSX_tag_s_0_prop_expects_type_1_which_requires_multiple_children_but_only_a_single_child_was_provided:n(2745,1,"This_JSX_tag_s_0_prop_expects_type_1_which_requires_multiple_children_but_only_a_single_child_was_pr_2745","This JSX tag's '{0}' prop expects type '{1}' which requires multiple children, but only a single child was provided."),This_JSX_tag_s_0_prop_expects_a_single_child_of_type_1_but_multiple_children_were_provided:n(2746,1,"This_JSX_tag_s_0_prop_expects_a_single_child_of_type_1_but_multiple_children_were_provided_2746","This JSX tag's '{0}' prop expects a single child of type '{1}', but multiple children were provided."),_0_components_don_t_accept_text_as_child_elements_Text_in_JSX_has_the_type_string_but_the_expected_type_of_1_is_2:n(2747,1,"_0_components_don_t_accept_text_as_child_elements_Text_in_JSX_has_the_type_string_but_the_expected_t_2747","'{0}' components don't accept text as child elements. Text in JSX has the type 'string', but the expected type of '{1}' is '{2}'."),Cannot_access_ambient_const_enums_when_0_is_enabled:n(2748,1,"Cannot_access_ambient_const_enums_when_0_is_enabled_2748","Cannot access ambient const enums when '{0}' is enabled."),_0_refers_to_a_value_but_is_being_used_as_a_type_here_Did_you_mean_typeof_0:n(2749,1,"_0_refers_to_a_value_but_is_being_used_as_a_type_here_Did_you_mean_typeof_0_2749","'{0}' refers to a value, but is being used as a type here. Did you mean 'typeof {0}'?"),The_implementation_signature_is_declared_here:n(2750,1,"The_implementation_signature_is_declared_here_2750","The implementation signature is declared here."),Circularity_originates_in_type_at_this_location:n(2751,1,"Circularity_originates_in_type_at_this_location_2751","Circularity originates in type at this location."),The_first_export_default_is_here:n(2752,1,"The_first_export_default_is_here_2752","The first export default is here."),Another_export_default_is_here:n(2753,1,"Another_export_default_is_here_2753","Another export default is here."),super_may_not_use_type_arguments:n(2754,1,"super_may_not_use_type_arguments_2754","'super' may not use type arguments."),No_constituent_of_type_0_is_callable:n(2755,1,"No_constituent_of_type_0_is_callable_2755","No constituent of type '{0}' is callable."),Not_all_constituents_of_type_0_are_callable:n(2756,1,"Not_all_constituents_of_type_0_are_callable_2756","Not all constituents of type '{0}' are callable."),Type_0_has_no_call_signatures:n(2757,1,"Type_0_has_no_call_signatures_2757","Type '{0}' has no call signatures."),Each_member_of_the_union_type_0_has_signatures_but_none_of_those_signatures_are_compatible_with_each_other:n(2758,1,"Each_member_of_the_union_type_0_has_signatures_but_none_of_those_signatures_are_compatible_with_each_2758","Each member of the union type '{0}' has signatures, but none of those signatures are compatible with each other."),No_constituent_of_type_0_is_constructable:n(2759,1,"No_constituent_of_type_0_is_constructable_2759","No constituent of type '{0}' is constructable."),Not_all_constituents_of_type_0_are_constructable:n(2760,1,"Not_all_constituents_of_type_0_are_constructable_2760","Not all constituents of type '{0}' are constructable."),Type_0_has_no_construct_signatures:n(2761,1,"Type_0_has_no_construct_signatures_2761","Type '{0}' has no construct signatures."),Each_member_of_the_union_type_0_has_construct_signatures_but_none_of_those_signatures_are_compatible_with_each_other:n(2762,1,"Each_member_of_the_union_type_0_has_construct_signatures_but_none_of_those_signatures_are_compatible_2762","Each member of the union type '{0}' has construct signatures, but none of those signatures are compatible with each other."),Cannot_iterate_value_because_the_next_method_of_its_iterator_expects_type_1_but_for_of_will_always_send_0:n(2763,1,"Cannot_iterate_value_because_the_next_method_of_its_iterator_expects_type_1_but_for_of_will_always_s_2763","Cannot iterate value because the 'next' method of its iterator expects type '{1}', but for-of will always send '{0}'."),Cannot_iterate_value_because_the_next_method_of_its_iterator_expects_type_1_but_array_spread_will_always_send_0:n(2764,1,"Cannot_iterate_value_because_the_next_method_of_its_iterator_expects_type_1_but_array_spread_will_al_2764","Cannot iterate value because the 'next' method of its iterator expects type '{1}', but array spread will always send '{0}'."),Cannot_iterate_value_because_the_next_method_of_its_iterator_expects_type_1_but_array_destructuring_will_always_send_0:n(2765,1,"Cannot_iterate_value_because_the_next_method_of_its_iterator_expects_type_1_but_array_destructuring__2765","Cannot iterate value because the 'next' method of its iterator expects type '{1}', but array destructuring will always send '{0}'."),Cannot_delegate_iteration_to_value_because_the_next_method_of_its_iterator_expects_type_1_but_the_containing_generator_will_always_send_0:n(2766,1,"Cannot_delegate_iteration_to_value_because_the_next_method_of_its_iterator_expects_type_1_but_the_co_2766","Cannot delegate iteration to value because the 'next' method of its iterator expects type '{1}', but the containing generator will always send '{0}'."),The_0_property_of_an_iterator_must_be_a_method:n(2767,1,"The_0_property_of_an_iterator_must_be_a_method_2767","The '{0}' property of an iterator must be a method."),The_0_property_of_an_async_iterator_must_be_a_method:n(2768,1,"The_0_property_of_an_async_iterator_must_be_a_method_2768","The '{0}' property of an async iterator must be a method."),No_overload_matches_this_call:n(2769,1,"No_overload_matches_this_call_2769","No overload matches this call."),The_last_overload_gave_the_following_error:n(2770,1,"The_last_overload_gave_the_following_error_2770","The last overload gave the following error."),The_last_overload_is_declared_here:n(2771,1,"The_last_overload_is_declared_here_2771","The last overload is declared here."),Overload_0_of_1_2_gave_the_following_error:n(2772,1,"Overload_0_of_1_2_gave_the_following_error_2772","Overload {0} of {1}, '{2}', gave the following error."),Did_you_forget_to_use_await:n(2773,1,"Did_you_forget_to_use_await_2773","Did you forget to use 'await'?"),This_condition_will_always_return_true_since_this_function_is_always_defined_Did_you_mean_to_call_it_instead:n(2774,1,"This_condition_will_always_return_true_since_this_function_is_always_defined_Did_you_mean_to_call_it_2774","This condition will always return true since this function is always defined. Did you mean to call it instead?"),Assertions_require_every_name_in_the_call_target_to_be_declared_with_an_explicit_type_annotation:n(2775,1,"Assertions_require_every_name_in_the_call_target_to_be_declared_with_an_explicit_type_annotation_2775","Assertions require every name in the call target to be declared with an explicit type annotation."),Assertions_require_the_call_target_to_be_an_identifier_or_qualified_name:n(2776,1,"Assertions_require_the_call_target_to_be_an_identifier_or_qualified_name_2776","Assertions require the call target to be an identifier or qualified name."),The_operand_of_an_increment_or_decrement_operator_may_not_be_an_optional_property_access:n(2777,1,"The_operand_of_an_increment_or_decrement_operator_may_not_be_an_optional_property_access_2777","The operand of an increment or decrement operator may not be an optional property access."),The_target_of_an_object_rest_assignment_may_not_be_an_optional_property_access:n(2778,1,"The_target_of_an_object_rest_assignment_may_not_be_an_optional_property_access_2778","The target of an object rest assignment may not be an optional property access."),The_left_hand_side_of_an_assignment_expression_may_not_be_an_optional_property_access:n(2779,1,"The_left_hand_side_of_an_assignment_expression_may_not_be_an_optional_property_access_2779","The left-hand side of an assignment expression may not be an optional property access."),The_left_hand_side_of_a_for_in_statement_may_not_be_an_optional_property_access:n(2780,1,"The_left_hand_side_of_a_for_in_statement_may_not_be_an_optional_property_access_2780","The left-hand side of a 'for...in' statement may not be an optional property access."),The_left_hand_side_of_a_for_of_statement_may_not_be_an_optional_property_access:n(2781,1,"The_left_hand_side_of_a_for_of_statement_may_not_be_an_optional_property_access_2781","The left-hand side of a 'for...of' statement may not be an optional property access."),_0_needs_an_explicit_type_annotation:n(2782,3,"_0_needs_an_explicit_type_annotation_2782","'{0}' needs an explicit type annotation."),_0_is_specified_more_than_once_so_this_usage_will_be_overwritten:n(2783,1,"_0_is_specified_more_than_once_so_this_usage_will_be_overwritten_2783","'{0}' is specified more than once, so this usage will be overwritten."),get_and_set_accessors_cannot_declare_this_parameters:n(2784,1,"get_and_set_accessors_cannot_declare_this_parameters_2784","'get' and 'set' accessors cannot declare 'this' parameters."),This_spread_always_overwrites_this_property:n(2785,1,"This_spread_always_overwrites_this_property_2785","This spread always overwrites this property."),_0_cannot_be_used_as_a_JSX_component:n(2786,1,"_0_cannot_be_used_as_a_JSX_component_2786","'{0}' cannot be used as a JSX component."),Its_return_type_0_is_not_a_valid_JSX_element:n(2787,1,"Its_return_type_0_is_not_a_valid_JSX_element_2787","Its return type '{0}' is not a valid JSX element."),Its_instance_type_0_is_not_a_valid_JSX_element:n(2788,1,"Its_instance_type_0_is_not_a_valid_JSX_element_2788","Its instance type '{0}' is not a valid JSX element."),Its_element_type_0_is_not_a_valid_JSX_element:n(2789,1,"Its_element_type_0_is_not_a_valid_JSX_element_2789","Its element type '{0}' is not a valid JSX element."),The_operand_of_a_delete_operator_must_be_optional:n(2790,1,"The_operand_of_a_delete_operator_must_be_optional_2790","The operand of a 'delete' operator must be optional."),Exponentiation_cannot_be_performed_on_bigint_values_unless_the_target_option_is_set_to_es2016_or_later:n(2791,1,"Exponentiation_cannot_be_performed_on_bigint_values_unless_the_target_option_is_set_to_es2016_or_lat_2791","Exponentiation cannot be performed on 'bigint' values unless the 'target' option is set to 'es2016' or later."),Cannot_find_module_0_Did_you_mean_to_set_the_moduleResolution_option_to_nodenext_or_to_add_aliases_to_the_paths_option:n(2792,1,"Cannot_find_module_0_Did_you_mean_to_set_the_moduleResolution_option_to_nodenext_or_to_add_aliases_t_2792","Cannot find module '{0}'. Did you mean to set the 'moduleResolution' option to 'nodenext', or to add aliases to the 'paths' option?"),The_call_would_have_succeeded_against_this_implementation_but_implementation_signatures_of_overloads_are_not_externally_visible:n(2793,1,"The_call_would_have_succeeded_against_this_implementation_but_implementation_signatures_of_overloads_2793","The call would have succeeded against this implementation, but implementation signatures of overloads are not externally visible."),Expected_0_arguments_but_got_1_Did_you_forget_to_include_void_in_your_type_argument_to_Promise:n(2794,1,"Expected_0_arguments_but_got_1_Did_you_forget_to_include_void_in_your_type_argument_to_Promise_2794","Expected {0} arguments, but got {1}. Did you forget to include 'void' in your type argument to 'Promise'?"),The_intrinsic_keyword_can_only_be_used_to_declare_compiler_provided_intrinsic_types:n(2795,1,"The_intrinsic_keyword_can_only_be_used_to_declare_compiler_provided_intrinsic_types_2795","The 'intrinsic' keyword can only be used to declare compiler provided intrinsic types."),It_is_likely_that_you_are_missing_a_comma_to_separate_these_two_template_expressions_They_form_a_tagged_template_expression_which_cannot_be_invoked:n(2796,1,"It_is_likely_that_you_are_missing_a_comma_to_separate_these_two_template_expressions_They_form_a_tag_2796","It is likely that you are missing a comma to separate these two template expressions. They form a tagged template expression which cannot be invoked."),A_mixin_class_that_extends_from_a_type_variable_containing_an_abstract_construct_signature_must_also_be_declared_abstract:n(2797,1,"A_mixin_class_that_extends_from_a_type_variable_containing_an_abstract_construct_signature_must_also_2797","A mixin class that extends from a type variable containing an abstract construct signature must also be declared 'abstract'."),The_declaration_was_marked_as_deprecated_here:n(2798,1,"The_declaration_was_marked_as_deprecated_here_2798","The declaration was marked as deprecated here."),Type_produces_a_tuple_type_that_is_too_large_to_represent:n(2799,1,"Type_produces_a_tuple_type_that_is_too_large_to_represent_2799","Type produces a tuple type that is too large to represent."),Expression_produces_a_tuple_type_that_is_too_large_to_represent:n(2800,1,"Expression_produces_a_tuple_type_that_is_too_large_to_represent_2800","Expression produces a tuple type that is too large to represent."),This_condition_will_always_return_true_since_this_0_is_always_defined:n(2801,1,"This_condition_will_always_return_true_since_this_0_is_always_defined_2801","This condition will always return true since this '{0}' is always defined."),Type_0_can_only_be_iterated_through_when_using_the_downlevelIteration_flag_or_with_a_target_of_es2015_or_higher:n(2802,1,"Type_0_can_only_be_iterated_through_when_using_the_downlevelIteration_flag_or_with_a_target_of_es201_2802","Type '{0}' can only be iterated through when using the '--downlevelIteration' flag or with a '--target' of 'es2015' or higher."),Cannot_assign_to_private_method_0_Private_methods_are_not_writable:n(2803,1,"Cannot_assign_to_private_method_0_Private_methods_are_not_writable_2803","Cannot assign to private method '{0}'. Private methods are not writable."),Duplicate_identifier_0_Static_and_instance_elements_cannot_share_the_same_private_name:n(2804,1,"Duplicate_identifier_0_Static_and_instance_elements_cannot_share_the_same_private_name_2804","Duplicate identifier '{0}'. Static and instance elements cannot share the same private name."),Private_accessor_was_defined_without_a_getter:n(2806,1,"Private_accessor_was_defined_without_a_getter_2806","Private accessor was defined without a getter."),This_syntax_requires_an_imported_helper_named_1_with_2_parameters_which_is_not_compatible_with_the_one_in_0_Consider_upgrading_your_version_of_0:n(2807,1,"This_syntax_requires_an_imported_helper_named_1_with_2_parameters_which_is_not_compatible_with_the_o_2807","This syntax requires an imported helper named '{1}' with {2} parameters, which is not compatible with the one in '{0}'. Consider upgrading your version of '{0}'."),A_get_accessor_must_be_at_least_as_accessible_as_the_setter:n(2808,1,"A_get_accessor_must_be_at_least_as_accessible_as_the_setter_2808","A get accessor must be at least as accessible as the setter"),Declaration_or_statement_expected_This_follows_a_block_of_statements_so_if_you_intended_to_write_a_destructuring_assignment_you_might_need_to_wrap_the_whole_assignment_in_parentheses:n(2809,1,"Declaration_or_statement_expected_This_follows_a_block_of_statements_so_if_you_intended_to_write_a_d_2809","Declaration or statement expected. This '=' follows a block of statements, so if you intended to write a destructuring assignment, you might need to wrap the whole assignment in parentheses."),Expected_1_argument_but_got_0_new_Promise_needs_a_JSDoc_hint_to_produce_a_resolve_that_can_be_called_without_arguments:n(2810,1,"Expected_1_argument_but_got_0_new_Promise_needs_a_JSDoc_hint_to_produce_a_resolve_that_can_be_called_2810","Expected 1 argument, but got 0. 'new Promise()' needs a JSDoc hint to produce a 'resolve' that can be called without arguments."),Initializer_for_property_0:n(2811,1,"Initializer_for_property_0_2811","Initializer for property '{0}'"),Property_0_does_not_exist_on_type_1_Try_changing_the_lib_compiler_option_to_include_dom:n(2812,1,"Property_0_does_not_exist_on_type_1_Try_changing_the_lib_compiler_option_to_include_dom_2812","Property '{0}' does not exist on type '{1}'. Try changing the 'lib' compiler option to include 'dom'."),Class_declaration_cannot_implement_overload_list_for_0:n(2813,1,"Class_declaration_cannot_implement_overload_list_for_0_2813","Class declaration cannot implement overload list for '{0}'."),Function_with_bodies_can_only_merge_with_classes_that_are_ambient:n(2814,1,"Function_with_bodies_can_only_merge_with_classes_that_are_ambient_2814","Function with bodies can only merge with classes that are ambient."),arguments_cannot_be_referenced_in_property_initializers_or_class_static_initialization_blocks:n(2815,1,"arguments_cannot_be_referenced_in_property_initializers_or_class_static_initialization_blocks_2815","'arguments' cannot be referenced in property initializers or class static initialization blocks."),Cannot_use_this_in_a_static_property_initializer_of_a_decorated_class:n(2816,1,"Cannot_use_this_in_a_static_property_initializer_of_a_decorated_class_2816","Cannot use 'this' in a static property initializer of a decorated class."),Property_0_has_no_initializer_and_is_not_definitely_assigned_in_a_class_static_block:n(2817,1,"Property_0_has_no_initializer_and_is_not_definitely_assigned_in_a_class_static_block_2817","Property '{0}' has no initializer and is not definitely assigned in a class static block."),Duplicate_identifier_0_Compiler_reserves_name_1_when_emitting_super_references_in_static_initializers:n(2818,1,"Duplicate_identifier_0_Compiler_reserves_name_1_when_emitting_super_references_in_static_initializer_2818","Duplicate identifier '{0}'. Compiler reserves name '{1}' when emitting 'super' references in static initializers."),Namespace_name_cannot_be_0:n(2819,1,"Namespace_name_cannot_be_0_2819","Namespace name cannot be '{0}'."),Type_0_is_not_assignable_to_type_1_Did_you_mean_2:n(2820,1,"Type_0_is_not_assignable_to_type_1_Did_you_mean_2_2820","Type '{0}' is not assignable to type '{1}'. Did you mean '{2}'?"),Import_assertions_are_only_supported_when_the_module_option_is_set_to_esnext_node18_node20_nodenext_or_preserve:n(2821,1,"Import_assertions_are_only_supported_when_the_module_option_is_set_to_esnext_node18_node20_nodenext__2821","Import assertions are only supported when the '--module' option is set to 'esnext', 'node18', 'node20', 'nodenext', or 'preserve'."),Import_assertions_cannot_be_used_with_type_only_imports_or_exports:n(2822,1,"Import_assertions_cannot_be_used_with_type_only_imports_or_exports_2822","Import assertions cannot be used with type-only imports or exports."),Import_attributes_are_only_supported_when_the_module_option_is_set_to_esnext_node18_node20_nodenext_or_preserve:n(2823,1,"Import_attributes_are_only_supported_when_the_module_option_is_set_to_esnext_node18_node20_nodenext__2823","Import attributes are only supported when the '--module' option is set to 'esnext', 'node18', 'node20', 'nodenext', or 'preserve'."),Cannot_find_namespace_0_Did_you_mean_1:n(2833,1,"Cannot_find_namespace_0_Did_you_mean_1_2833","Cannot find namespace '{0}'. Did you mean '{1}'?"),Relative_import_paths_need_explicit_file_extensions_in_ECMAScript_imports_when_moduleResolution_is_node16_or_nodenext_Consider_adding_an_extension_to_the_import_path:n(2834,1,"Relative_import_paths_need_explicit_file_extensions_in_ECMAScript_imports_when_moduleResolution_is_n_2834","Relative import paths need explicit file extensions in ECMAScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Consider adding an extension to the import path."),Relative_import_paths_need_explicit_file_extensions_in_ECMAScript_imports_when_moduleResolution_is_node16_or_nodenext_Did_you_mean_0:n(2835,1,"Relative_import_paths_need_explicit_file_extensions_in_ECMAScript_imports_when_moduleResolution_is_n_2835","Relative import paths need explicit file extensions in ECMAScript imports when '--moduleResolution' is 'node16' or 'nodenext'. Did you mean '{0}'?"),Import_assertions_are_not_allowed_on_statements_that_compile_to_CommonJS_require_calls:n(2836,1,"Import_assertions_are_not_allowed_on_statements_that_compile_to_CommonJS_require_calls_2836","Import assertions are not allowed on statements that compile to CommonJS 'require' calls."),Import_assertion_values_must_be_string_literal_expressions:n(2837,1,"Import_assertion_values_must_be_string_literal_expressions_2837","Import assertion values must be string literal expressions."),All_declarations_of_0_must_have_identical_constraints:n(2838,1,"All_declarations_of_0_must_have_identical_constraints_2838","All declarations of '{0}' must have identical constraints."),This_condition_will_always_return_0_since_JavaScript_compares_objects_by_reference_not_value:n(2839,1,"This_condition_will_always_return_0_since_JavaScript_compares_objects_by_reference_not_value_2839","This condition will always return '{0}' since JavaScript compares objects by reference, not value."),An_interface_cannot_extend_a_primitive_type_like_0_It_can_only_extend_other_named_object_types:n(2840,1,"An_interface_cannot_extend_a_primitive_type_like_0_It_can_only_extend_other_named_object_types_2840","An interface cannot extend a primitive type like '{0}'. It can only extend other named object types."),_0_is_an_unused_renaming_of_1_Did_you_intend_to_use_it_as_a_type_annotation:n(2842,1,"_0_is_an_unused_renaming_of_1_Did_you_intend_to_use_it_as_a_type_annotation_2842","'{0}' is an unused renaming of '{1}'. Did you intend to use it as a type annotation?"),We_can_only_write_a_type_for_0_by_adding_a_type_for_the_entire_parameter_here:n(2843,1,"We_can_only_write_a_type_for_0_by_adding_a_type_for_the_entire_parameter_here_2843","We can only write a type for '{0}' by adding a type for the entire parameter here."),Type_of_instance_member_variable_0_cannot_reference_identifier_1_declared_in_the_constructor:n(2844,1,"Type_of_instance_member_variable_0_cannot_reference_identifier_1_declared_in_the_constructor_2844","Type of instance member variable '{0}' cannot reference identifier '{1}' declared in the constructor."),This_condition_will_always_return_0:n(2845,1,"This_condition_will_always_return_0_2845","This condition will always return '{0}'."),A_declaration_file_cannot_be_imported_without_import_type_Did_you_mean_to_import_an_implementation_file_0_instead:n(2846,1,"A_declaration_file_cannot_be_imported_without_import_type_Did_you_mean_to_import_an_implementation_f_2846","A declaration file cannot be imported without 'import type'. Did you mean to import an implementation file '{0}' instead?"),The_right_hand_side_of_an_instanceof_expression_must_not_be_an_instantiation_expression:n(2848,1,"The_right_hand_side_of_an_instanceof_expression_must_not_be_an_instantiation_expression_2848","The right-hand side of an 'instanceof' expression must not be an instantiation expression."),Target_signature_provides_too_few_arguments_Expected_0_or_more_but_got_1:n(2849,1,"Target_signature_provides_too_few_arguments_Expected_0_or_more_but_got_1_2849","Target signature provides too few arguments. Expected {0} or more, but got {1}."),The_initializer_of_a_using_declaration_must_be_either_an_object_with_a_Symbol_dispose_method_or_be_null_or_undefined:n(2850,1,"The_initializer_of_a_using_declaration_must_be_either_an_object_with_a_Symbol_dispose_method_or_be_n_2850","The initializer of a 'using' declaration must be either an object with a '[Symbol.dispose]()' method, or be 'null' or 'undefined'."),The_initializer_of_an_await_using_declaration_must_be_either_an_object_with_a_Symbol_asyncDispose_or_Symbol_dispose_method_or_be_null_or_undefined:n(2851,1,"The_initializer_of_an_await_using_declaration_must_be_either_an_object_with_a_Symbol_asyncDispose_or_2851","The initializer of an 'await using' declaration must be either an object with a '[Symbol.asyncDispose]()' or '[Symbol.dispose]()' method, or be 'null' or 'undefined'."),await_using_statements_are_only_allowed_within_async_functions_and_at_the_top_levels_of_modules:n(2852,1,"await_using_statements_are_only_allowed_within_async_functions_and_at_the_top_levels_of_modules_2852","'await using' statements are only allowed within async functions and at the top levels of modules."),await_using_statements_are_only_allowed_at_the_top_level_of_a_file_when_that_file_is_a_module_but_this_file_has_no_imports_or_exports_Consider_adding_an_empty_export_to_make_this_file_a_module:n(2853,1,"await_using_statements_are_only_allowed_at_the_top_level_of_a_file_when_that_file_is_a_module_but_th_2853","'await using' statements are only allowed at the top level of a file when that file is a module, but this file has no imports or exports. Consider adding an empty 'export {}' to make this file a module."),Top_level_await_using_statements_are_only_allowed_when_the_module_option_is_set_to_es2022_esnext_system_node16_node18_node20_nodenext_or_preserve_and_the_target_option_is_set_to_es2017_or_higher:n(2854,1,"Top_level_await_using_statements_are_only_allowed_when_the_module_option_is_set_to_es2022_esnext_sys_2854","Top-level 'await using' statements are only allowed when the 'module' option is set to 'es2022', 'esnext', 'system', 'node16', 'node18', 'node20', 'nodenext', or 'preserve', and the 'target' option is set to 'es2017' or higher."),Class_field_0_defined_by_the_parent_class_is_not_accessible_in_the_child_class_via_super:n(2855,1,"Class_field_0_defined_by_the_parent_class_is_not_accessible_in_the_child_class_via_super_2855","Class field '{0}' defined by the parent class is not accessible in the child class via super."),Import_attributes_are_not_allowed_on_statements_that_compile_to_CommonJS_require_calls:n(2856,1,"Import_attributes_are_not_allowed_on_statements_that_compile_to_CommonJS_require_calls_2856","Import attributes are not allowed on statements that compile to CommonJS 'require' calls."),Import_attributes_cannot_be_used_with_type_only_imports_or_exports:n(2857,1,"Import_attributes_cannot_be_used_with_type_only_imports_or_exports_2857","Import attributes cannot be used with type-only imports or exports."),Import_attribute_values_must_be_string_literal_expressions:n(2858,1,"Import_attribute_values_must_be_string_literal_expressions_2858","Import attribute values must be string literal expressions."),Excessive_complexity_comparing_types_0_and_1:n(2859,1,"Excessive_complexity_comparing_types_0_and_1_2859","Excessive complexity comparing types '{0}' and '{1}'."),The_left_hand_side_of_an_instanceof_expression_must_be_assignable_to_the_first_argument_of_the_right_hand_side_s_Symbol_hasInstance_method:n(2860,1,"The_left_hand_side_of_an_instanceof_expression_must_be_assignable_to_the_first_argument_of_the_right_2860","The left-hand side of an 'instanceof' expression must be assignable to the first argument of the right-hand side's '[Symbol.hasInstance]' method."),An_object_s_Symbol_hasInstance_method_must_return_a_boolean_value_for_it_to_be_used_on_the_right_hand_side_of_an_instanceof_expression:n(2861,1,"An_object_s_Symbol_hasInstance_method_must_return_a_boolean_value_for_it_to_be_used_on_the_right_han_2861","An object's '[Symbol.hasInstance]' method must return a boolean value for it to be used on the right-hand side of an 'instanceof' expression."),Type_0_is_generic_and_can_only_be_indexed_for_reading:n(2862,1,"Type_0_is_generic_and_can_only_be_indexed_for_reading_2862","Type '{0}' is generic and can only be indexed for reading."),A_class_cannot_extend_a_primitive_type_like_0_Classes_can_only_extend_constructable_values:n(2863,1,"A_class_cannot_extend_a_primitive_type_like_0_Classes_can_only_extend_constructable_values_2863","A class cannot extend a primitive type like '{0}'. Classes can only extend constructable values."),A_class_cannot_implement_a_primitive_type_like_0_It_can_only_implement_other_named_object_types:n(2864,1,"A_class_cannot_implement_a_primitive_type_like_0_It_can_only_implement_other_named_object_types_2864","A class cannot implement a primitive type like '{0}'. It can only implement other named object types."),Import_0_conflicts_with_local_value_so_must_be_declared_with_a_type_only_import_when_isolatedModules_is_enabled:n(2865,1,"Import_0_conflicts_with_local_value_so_must_be_declared_with_a_type_only_import_when_isolatedModules_2865","Import '{0}' conflicts with local value, so must be declared with a type-only import when 'isolatedModules' is enabled."),Import_0_conflicts_with_global_value_used_in_this_file_so_must_be_declared_with_a_type_only_import_when_isolatedModules_is_enabled:n(2866,1,"Import_0_conflicts_with_global_value_used_in_this_file_so_must_be_declared_with_a_type_only_import_w_2866","Import '{0}' conflicts with global value used in this file, so must be declared with a type-only import when 'isolatedModules' is enabled."),Cannot_find_name_0_Do_you_need_to_install_type_definitions_for_Bun_Try_npm_i_save_dev_types_Slashbun:n(2867,1,"Cannot_find_name_0_Do_you_need_to_install_type_definitions_for_Bun_Try_npm_i_save_dev_types_Slashbun_2867","Cannot find name '{0}'. Do you need to install type definitions for Bun? Try `npm i --save-dev @types/bun`."),Cannot_find_name_0_Do_you_need_to_install_type_definitions_for_Bun_Try_npm_i_save_dev_types_Slashbun_and_then_add_bun_to_the_types_field_in_your_tsconfig:n(2868,1,"Cannot_find_name_0_Do_you_need_to_install_type_definitions_for_Bun_Try_npm_i_save_dev_types_Slashbun_2868","Cannot find name '{0}'. Do you need to install type definitions for Bun? Try `npm i --save-dev @types/bun` and then add 'bun' to the types field in your tsconfig."),Right_operand_of_is_unreachable_because_the_left_operand_is_never_nullish:n(2869,1,"Right_operand_of_is_unreachable_because_the_left_operand_is_never_nullish_2869","Right operand of ?? is unreachable because the left operand is never nullish."),This_binary_expression_is_never_nullish_Are_you_missing_parentheses:n(2870,1,"This_binary_expression_is_never_nullish_Are_you_missing_parentheses_2870","This binary expression is never nullish. Are you missing parentheses?"),This_expression_is_always_nullish:n(2871,1,"This_expression_is_always_nullish_2871","This expression is always nullish."),This_kind_of_expression_is_always_truthy:n(2872,1,"This_kind_of_expression_is_always_truthy_2872","This kind of expression is always truthy."),This_kind_of_expression_is_always_falsy:n(2873,1,"This_kind_of_expression_is_always_falsy_2873","This kind of expression is always falsy."),This_JSX_tag_requires_0_to_be_in_scope_but_it_could_not_be_found:n(2874,1,"This_JSX_tag_requires_0_to_be_in_scope_but_it_could_not_be_found_2874","This JSX tag requires '{0}' to be in scope, but it could not be found."),This_JSX_tag_requires_the_module_path_0_to_exist_but_none_could_be_found_Make_sure_you_have_types_for_the_appropriate_package_installed:n(2875,1,"This_JSX_tag_requires_the_module_path_0_to_exist_but_none_could_be_found_Make_sure_you_have_types_fo_2875","This JSX tag requires the module path '{0}' to exist, but none could be found. Make sure you have types for the appropriate package installed."),This_relative_import_path_is_unsafe_to_rewrite_because_it_looks_like_a_file_name_but_actually_resolves_to_0:n(2876,1,"This_relative_import_path_is_unsafe_to_rewrite_because_it_looks_like_a_file_name_but_actually_resolv_2876",'This relative import path is unsafe to rewrite because it looks like a file name, but actually resolves to "{0}".'),This_import_uses_a_0_extension_to_resolve_to_an_input_TypeScript_file_but_will_not_be_rewritten_during_emit_because_it_is_not_a_relative_path:n(2877,1,"This_import_uses_a_0_extension_to_resolve_to_an_input_TypeScript_file_but_will_not_be_rewritten_duri_2877","This import uses a '{0}' extension to resolve to an input TypeScript file, but will not be rewritten during emit because it is not a relative path."),This_import_path_is_unsafe_to_rewrite_because_it_resolves_to_another_project_and_the_relative_path_between_the_projects_output_files_is_not_the_same_as_the_relative_path_between_its_input_files:n(2878,1,"This_import_path_is_unsafe_to_rewrite_because_it_resolves_to_another_project_and_the_relative_path_b_2878","This import path is unsafe to rewrite because it resolves to another project, and the relative path between the projects' output files is not the same as the relative path between its input files."),Using_JSX_fragments_requires_fragment_factory_0_to_be_in_scope_but_it_could_not_be_found:n(2879,1,"Using_JSX_fragments_requires_fragment_factory_0_to_be_in_scope_but_it_could_not_be_found_2879","Using JSX fragments requires fragment factory '{0}' to be in scope, but it could not be found."),Import_assertions_have_been_replaced_by_import_attributes_Use_with_instead_of_assert:n(2880,1,"Import_assertions_have_been_replaced_by_import_attributes_Use_with_instead_of_assert_2880","Import assertions have been replaced by import attributes. Use 'with' instead of 'assert'."),This_expression_is_never_nullish:n(2881,1,"This_expression_is_never_nullish_2881","This expression is never nullish."),Cannot_find_module_or_type_declarations_for_side_effect_import_of_0:n(2882,1,"Cannot_find_module_or_type_declarations_for_side_effect_import_of_0_2882","Cannot find module or type declarations for side-effect import of '{0}'."),The_inferred_type_of_0_cannot_be_named_without_a_reference_to_2_from_1_This_is_likely_not_portable_A_type_annotation_is_necessary:n(2883,1,"The_inferred_type_of_0_cannot_be_named_without_a_reference_to_2_from_1_This_is_likely_not_portable_A_2883","The inferred type of '{0}' cannot be named without a reference to '{2}' from '{1}'. This is likely not portable. A type annotation is necessary."),Import_declaration_0_is_using_private_name_1:n(4e3,1,"Import_declaration_0_is_using_private_name_1_4000","Import declaration '{0}' is using private name '{1}'."),Type_parameter_0_of_exported_class_has_or_is_using_private_name_1:n(4002,1,"Type_parameter_0_of_exported_class_has_or_is_using_private_name_1_4002","Type parameter '{0}' of exported class has or is using private name '{1}'."),Type_parameter_0_of_exported_interface_has_or_is_using_private_name_1:n(4004,1,"Type_parameter_0_of_exported_interface_has_or_is_using_private_name_1_4004","Type parameter '{0}' of exported interface has or is using private name '{1}'."),Type_parameter_0_of_constructor_signature_from_exported_interface_has_or_is_using_private_name_1:n(4006,1,"Type_parameter_0_of_constructor_signature_from_exported_interface_has_or_is_using_private_name_1_4006","Type parameter '{0}' of constructor signature from exported interface has or is using private name '{1}'."),Type_parameter_0_of_call_signature_from_exported_interface_has_or_is_using_private_name_1:n(4008,1,"Type_parameter_0_of_call_signature_from_exported_interface_has_or_is_using_private_name_1_4008","Type parameter '{0}' of call signature from exported interface has or is using private name '{1}'."),Type_parameter_0_of_public_static_method_from_exported_class_has_or_is_using_private_name_1:n(4010,1,"Type_parameter_0_of_public_static_method_from_exported_class_has_or_is_using_private_name_1_4010","Type parameter '{0}' of public static method from exported class has or is using private name '{1}'."),Type_parameter_0_of_public_method_from_exported_class_has_or_is_using_private_name_1:n(4012,1,"Type_parameter_0_of_public_method_from_exported_class_has_or_is_using_private_name_1_4012","Type parameter '{0}' of public method from exported class has or is using private name '{1}'."),Type_parameter_0_of_method_from_exported_interface_has_or_is_using_private_name_1:n(4014,1,"Type_parameter_0_of_method_from_exported_interface_has_or_is_using_private_name_1_4014","Type parameter '{0}' of method from exported interface has or is using private name '{1}'."),Type_parameter_0_of_exported_function_has_or_is_using_private_name_1:n(4016,1,"Type_parameter_0_of_exported_function_has_or_is_using_private_name_1_4016","Type parameter '{0}' of exported function has or is using private name '{1}'."),Implements_clause_of_exported_class_0_has_or_is_using_private_name_1:n(4019,1,"Implements_clause_of_exported_class_0_has_or_is_using_private_name_1_4019","Implements clause of exported class '{0}' has or is using private name '{1}'."),extends_clause_of_exported_class_0_has_or_is_using_private_name_1:n(4020,1,"extends_clause_of_exported_class_0_has_or_is_using_private_name_1_4020","'extends' clause of exported class '{0}' has or is using private name '{1}'."),extends_clause_of_exported_class_has_or_is_using_private_name_0:n(4021,1,"extends_clause_of_exported_class_has_or_is_using_private_name_0_4021","'extends' clause of exported class has or is using private name '{0}'."),extends_clause_of_exported_interface_0_has_or_is_using_private_name_1:n(4022,1,"extends_clause_of_exported_interface_0_has_or_is_using_private_name_1_4022","'extends' clause of exported interface '{0}' has or is using private name '{1}'."),Exported_variable_0_has_or_is_using_name_1_from_external_module_2_but_cannot_be_named:n(4023,1,"Exported_variable_0_has_or_is_using_name_1_from_external_module_2_but_cannot_be_named_4023","Exported variable '{0}' has or is using name '{1}' from external module {2} but cannot be named."),Exported_variable_0_has_or_is_using_name_1_from_private_module_2:n(4024,1,"Exported_variable_0_has_or_is_using_name_1_from_private_module_2_4024","Exported variable '{0}' has or is using name '{1}' from private module '{2}'."),Exported_variable_0_has_or_is_using_private_name_1:n(4025,1,"Exported_variable_0_has_or_is_using_private_name_1_4025","Exported variable '{0}' has or is using private name '{1}'."),Public_static_property_0_of_exported_class_has_or_is_using_name_1_from_external_module_2_but_cannot_be_named:n(4026,1,"Public_static_property_0_of_exported_class_has_or_is_using_name_1_from_external_module_2_but_cannot__4026","Public static property '{0}' of exported class has or is using name '{1}' from external module {2} but cannot be named."),Public_static_property_0_of_exported_class_has_or_is_using_name_1_from_private_module_2:n(4027,1,"Public_static_property_0_of_exported_class_has_or_is_using_name_1_from_private_module_2_4027","Public static property '{0}' of exported class has or is using name '{1}' from private module '{2}'."),Public_static_property_0_of_exported_class_has_or_is_using_private_name_1:n(4028,1,"Public_static_property_0_of_exported_class_has_or_is_using_private_name_1_4028","Public static property '{0}' of exported class has or is using private name '{1}'."),Public_property_0_of_exported_class_has_or_is_using_name_1_from_external_module_2_but_cannot_be_named:n(4029,1,"Public_property_0_of_exported_class_has_or_is_using_name_1_from_external_module_2_but_cannot_be_name_4029","Public property '{0}' of exported class has or is using name '{1}' from external module {2} but cannot be named."),Public_property_0_of_exported_class_has_or_is_using_name_1_from_private_module_2:n(4030,1,"Public_property_0_of_exported_class_has_or_is_using_name_1_from_private_module_2_4030","Public property '{0}' of exported class has or is using name '{1}' from private module '{2}'."),Public_property_0_of_exported_class_has_or_is_using_private_name_1:n(4031,1,"Public_property_0_of_exported_class_has_or_is_using_private_name_1_4031","Public property '{0}' of exported class has or is using private name '{1}'."),Property_0_of_exported_interface_has_or_is_using_name_1_from_private_module_2:n(4032,1,"Property_0_of_exported_interface_has_or_is_using_name_1_from_private_module_2_4032","Property '{0}' of exported interface has or is using name '{1}' from private module '{2}'."),Property_0_of_exported_interface_has_or_is_using_private_name_1:n(4033,1,"Property_0_of_exported_interface_has_or_is_using_private_name_1_4033","Property '{0}' of exported interface has or is using private name '{1}'."),Parameter_type_of_public_static_setter_0_from_exported_class_has_or_is_using_name_1_from_private_module_2:n(4034,1,"Parameter_type_of_public_static_setter_0_from_exported_class_has_or_is_using_name_1_from_private_mod_4034","Parameter type of public static setter '{0}' from exported class has or is using name '{1}' from private module '{2}'."),Parameter_type_of_public_static_setter_0_from_exported_class_has_or_is_using_private_name_1:n(4035,1,"Parameter_type_of_public_static_setter_0_from_exported_class_has_or_is_using_private_name_1_4035","Parameter type of public static setter '{0}' from exported class has or is using private name '{1}'."),Parameter_type_of_public_setter_0_from_exported_class_has_or_is_using_name_1_from_private_module_2:n(4036,1,"Parameter_type_of_public_setter_0_from_exported_class_has_or_is_using_name_1_from_private_module_2_4036","Parameter type of public setter '{0}' from exported class has or is using name '{1}' from private module '{2}'."),Parameter_type_of_public_setter_0_from_exported_class_has_or_is_using_private_name_1:n(4037,1,"Parameter_type_of_public_setter_0_from_exported_class_has_or_is_using_private_name_1_4037","Parameter type of public setter '{0}' from exported class has or is using private name '{1}'."),Return_type_of_public_static_getter_0_from_exported_class_has_or_is_using_name_1_from_external_module_2_but_cannot_be_named:n(4038,1,"Return_type_of_public_static_getter_0_from_exported_class_has_or_is_using_name_1_from_external_modul_4038","Return type of public static getter '{0}' from exported class has or is using name '{1}' from external module {2} but cannot be named."),Return_type_of_public_static_getter_0_from_exported_class_has_or_is_using_name_1_from_private_module_2:n(4039,1,"Return_type_of_public_static_getter_0_from_exported_class_has_or_is_using_name_1_from_private_module_4039","Return type of public static getter '{0}' from exported class has or is using name '{1}' from private module '{2}'."),Return_type_of_public_static_getter_0_from_exported_class_has_or_is_using_private_name_1:n(4040,1,"Return_type_of_public_static_getter_0_from_exported_class_has_or_is_using_private_name_1_4040","Return type of public static getter '{0}' from exported class has or is using private name '{1}'."),Return_type_of_public_getter_0_from_exported_class_has_or_is_using_name_1_from_external_module_2_but_cannot_be_named:n(4041,1,"Return_type_of_public_getter_0_from_exported_class_has_or_is_using_name_1_from_external_module_2_but_4041","Return type of public getter '{0}' from exported class has or is using name '{1}' from external module {2} but cannot be named."),Return_type_of_public_getter_0_from_exported_class_has_or_is_using_name_1_from_private_module_2:n(4042,1,"Return_type_of_public_getter_0_from_exported_class_has_or_is_using_name_1_from_private_module_2_4042","Return type of public getter '{0}' from exported class has or is using name '{1}' from private module '{2}'."),Return_type_of_public_getter_0_from_exported_class_has_or_is_using_private_name_1:n(4043,1,"Return_type_of_public_getter_0_from_exported_class_has_or_is_using_private_name_1_4043","Return type of public getter '{0}' from exported class has or is using private name '{1}'."),Return_type_of_constructor_signature_from_exported_interface_has_or_is_using_name_0_from_private_module_1:n(4044,1,"Return_type_of_constructor_signature_from_exported_interface_has_or_is_using_name_0_from_private_mod_4044","Return type of constructor signature from exported interface has or is using name '{0}' from private module '{1}'."),Return_type_of_constructor_signature_from_exported_interface_has_or_is_using_private_name_0:n(4045,1,"Return_type_of_constructor_signature_from_exported_interface_has_or_is_using_private_name_0_4045","Return type of constructor signature from exported interface has or is using private name '{0}'."),Return_type_of_call_signature_from_exported_interface_has_or_is_using_name_0_from_private_module_1:n(4046,1,"Return_type_of_call_signature_from_exported_interface_has_or_is_using_name_0_from_private_module_1_4046","Return type of call signature from exported interface has or is using name '{0}' from private module '{1}'."),Return_type_of_call_signature_from_exported_interface_has_or_is_using_private_name_0:n(4047,1,"Return_type_of_call_signature_from_exported_interface_has_or_is_using_private_name_0_4047","Return type of call signature from exported interface has or is using private name '{0}'."),Return_type_of_index_signature_from_exported_interface_has_or_is_using_name_0_from_private_module_1:n(4048,1,"Return_type_of_index_signature_from_exported_interface_has_or_is_using_name_0_from_private_module_1_4048","Return type of index signature from exported interface has or is using name '{0}' from private module '{1}'."),Return_type_of_index_signature_from_exported_interface_has_or_is_using_private_name_0:n(4049,1,"Return_type_of_index_signature_from_exported_interface_has_or_is_using_private_name_0_4049","Return type of index signature from exported interface has or is using private name '{0}'."),Return_type_of_public_static_method_from_exported_class_has_or_is_using_name_0_from_external_module_1_but_cannot_be_named:n(4050,1,"Return_type_of_public_static_method_from_exported_class_has_or_is_using_name_0_from_external_module__4050","Return type of public static method from exported class has or is using name '{0}' from external module {1} but cannot be named."),Return_type_of_public_static_method_from_exported_class_has_or_is_using_name_0_from_private_module_1:n(4051,1,"Return_type_of_public_static_method_from_exported_class_has_or_is_using_name_0_from_private_module_1_4051","Return type of public static method from exported class has or is using name '{0}' from private module '{1}'."),Return_type_of_public_static_method_from_exported_class_has_or_is_using_private_name_0:n(4052,1,"Return_type_of_public_static_method_from_exported_class_has_or_is_using_private_name_0_4052","Return type of public static method from exported class has or is using private name '{0}'."),Return_type_of_public_method_from_exported_class_has_or_is_using_name_0_from_external_module_1_but_cannot_be_named:n(4053,1,"Return_type_of_public_method_from_exported_class_has_or_is_using_name_0_from_external_module_1_but_c_4053","Return type of public method from exported class has or is using name '{0}' from external module {1} but cannot be named."),Return_type_of_public_method_from_exported_class_has_or_is_using_name_0_from_private_module_1:n(4054,1,"Return_type_of_public_method_from_exported_class_has_or_is_using_name_0_from_private_module_1_4054","Return type of public method from exported class has or is using name '{0}' from private module '{1}'."),Return_type_of_public_method_from_exported_class_has_or_is_using_private_name_0:n(4055,1,"Return_type_of_public_method_from_exported_class_has_or_is_using_private_name_0_4055","Return type of public method from exported class has or is using private name '{0}'."),Return_type_of_method_from_exported_interface_has_or_is_using_name_0_from_private_module_1:n(4056,1,"Return_type_of_method_from_exported_interface_has_or_is_using_name_0_from_private_module_1_4056","Return type of method from exported interface has or is using name '{0}' from private module '{1}'."),Return_type_of_method_from_exported_interface_has_or_is_using_private_name_0:n(4057,1,"Return_type_of_method_from_exported_interface_has_or_is_using_private_name_0_4057","Return type of method from exported interface has or is using private name '{0}'."),Return_type_of_exported_function_has_or_is_using_name_0_from_external_module_1_but_cannot_be_named:n(4058,1,"Return_type_of_exported_function_has_or_is_using_name_0_from_external_module_1_but_cannot_be_named_4058","Return type of exported function has or is using name '{0}' from external module {1} but cannot be named."),Return_type_of_exported_function_has_or_is_using_name_0_from_private_module_1:n(4059,1,"Return_type_of_exported_function_has_or_is_using_name_0_from_private_module_1_4059","Return type of exported function has or is using name '{0}' from private module '{1}'."),Return_type_of_exported_function_has_or_is_using_private_name_0:n(4060,1,"Return_type_of_exported_function_has_or_is_using_private_name_0_4060","Return type of exported function has or is using private name '{0}'."),Parameter_0_of_constructor_from_exported_class_has_or_is_using_name_1_from_external_module_2_but_cannot_be_named:n(4061,1,"Parameter_0_of_constructor_from_exported_class_has_or_is_using_name_1_from_external_module_2_but_can_4061","Parameter '{0}' of constructor from exported class has or is using name '{1}' from external module {2} but cannot be named."),Parameter_0_of_constructor_from_exported_class_has_or_is_using_name_1_from_private_module_2:n(4062,1,"Parameter_0_of_constructor_from_exported_class_has_or_is_using_name_1_from_private_module_2_4062","Parameter '{0}' of constructor from exported class has or is using name '{1}' from private module '{2}'."),Parameter_0_of_constructor_from_exported_class_has_or_is_using_private_name_1:n(4063,1,"Parameter_0_of_constructor_from_exported_class_has_or_is_using_private_name_1_4063","Parameter '{0}' of constructor from exported class has or is using private name '{1}'."),Parameter_0_of_constructor_signature_from_exported_interface_has_or_is_using_name_1_from_private_module_2:n(4064,1,"Parameter_0_of_constructor_signature_from_exported_interface_has_or_is_using_name_1_from_private_mod_4064","Parameter '{0}' of constructor signature from exported interface has or is using name '{1}' from private module '{2}'."),Parameter_0_of_constructor_signature_from_exported_interface_has_or_is_using_private_name_1:n(4065,1,"Parameter_0_of_constructor_signature_from_exported_interface_has_or_is_using_private_name_1_4065","Parameter '{0}' of constructor signature from exported interface has or is using private name '{1}'."),Parameter_0_of_call_signature_from_exported_interface_has_or_is_using_name_1_from_private_module_2:n(4066,1,"Parameter_0_of_call_signature_from_exported_interface_has_or_is_using_name_1_from_private_module_2_4066","Parameter '{0}' of call signature from exported interface has or is using name '{1}' from private module '{2}'."),Parameter_0_of_call_signature_from_exported_interface_has_or_is_using_private_name_1:n(4067,1,"Parameter_0_of_call_signature_from_exported_interface_has_or_is_using_private_name_1_4067","Parameter '{0}' of call signature from exported interface has or is using private name '{1}'."),Parameter_0_of_public_static_method_from_exported_class_has_or_is_using_name_1_from_external_module_2_but_cannot_be_named:n(4068,1,"Parameter_0_of_public_static_method_from_exported_class_has_or_is_using_name_1_from_external_module__4068","Parameter '{0}' of public static method from exported class has or is using name '{1}' from external module {2} but cannot be named."),Parameter_0_of_public_static_method_from_exported_class_has_or_is_using_name_1_from_private_module_2:n(4069,1,"Parameter_0_of_public_static_method_from_exported_class_has_or_is_using_name_1_from_private_module_2_4069","Parameter '{0}' of public static method from exported class has or is using name '{1}' from private module '{2}'."),Parameter_0_of_public_static_method_from_exported_class_has_or_is_using_private_name_1:n(4070,1,"Parameter_0_of_public_static_method_from_exported_class_has_or_is_using_private_name_1_4070","Parameter '{0}' of public static method from exported class has or is using private name '{1}'."),Parameter_0_of_public_method_from_exported_class_has_or_is_using_name_1_from_external_module_2_but_cannot_be_named:n(4071,1,"Parameter_0_of_public_method_from_exported_class_has_or_is_using_name_1_from_external_module_2_but_c_4071","Parameter '{0}' of public method from exported class has or is using name '{1}' from external module {2} but cannot be named."),Parameter_0_of_public_method_from_exported_class_has_or_is_using_name_1_from_private_module_2:n(4072,1,"Parameter_0_of_public_method_from_exported_class_has_or_is_using_name_1_from_private_module_2_4072","Parameter '{0}' of public method from exported class has or is using name '{1}' from private module '{2}'."),Parameter_0_of_public_method_from_exported_class_has_or_is_using_private_name_1:n(4073,1,"Parameter_0_of_public_method_from_exported_class_has_or_is_using_private_name_1_4073","Parameter '{0}' of public method from exported class has or is using private name '{1}'."),Parameter_0_of_method_from_exported_interface_has_or_is_using_name_1_from_private_module_2:n(4074,1,"Parameter_0_of_method_from_exported_interface_has_or_is_using_name_1_from_private_module_2_4074","Parameter '{0}' of method from exported interface has or is using name '{1}' from private module '{2}'."),Parameter_0_of_method_from_exported_interface_has_or_is_using_private_name_1:n(4075,1,"Parameter_0_of_method_from_exported_interface_has_or_is_using_private_name_1_4075","Parameter '{0}' of method from exported interface has or is using private name '{1}'."),Parameter_0_of_exported_function_has_or_is_using_name_1_from_external_module_2_but_cannot_be_named:n(4076,1,"Parameter_0_of_exported_function_has_or_is_using_name_1_from_external_module_2_but_cannot_be_named_4076","Parameter '{0}' of exported function has or is using name '{1}' from external module {2} but cannot be named."),Parameter_0_of_exported_function_has_or_is_using_name_1_from_private_module_2:n(4077,1,"Parameter_0_of_exported_function_has_or_is_using_name_1_from_private_module_2_4077","Parameter '{0}' of exported function has or is using name '{1}' from private module '{2}'."),Parameter_0_of_exported_function_has_or_is_using_private_name_1:n(4078,1,"Parameter_0_of_exported_function_has_or_is_using_private_name_1_4078","Parameter '{0}' of exported function has or is using private name '{1}'."),Exported_type_alias_0_has_or_is_using_private_name_1:n(4081,1,"Exported_type_alias_0_has_or_is_using_private_name_1_4081","Exported type alias '{0}' has or is using private name '{1}'."),Default_export_of_the_module_has_or_is_using_private_name_0:n(4082,1,"Default_export_of_the_module_has_or_is_using_private_name_0_4082","Default export of the module has or is using private name '{0}'."),Type_parameter_0_of_exported_type_alias_has_or_is_using_private_name_1:n(4083,1,"Type_parameter_0_of_exported_type_alias_has_or_is_using_private_name_1_4083","Type parameter '{0}' of exported type alias has or is using private name '{1}'."),Exported_type_alias_0_has_or_is_using_private_name_1_from_module_2:n(4084,1,"Exported_type_alias_0_has_or_is_using_private_name_1_from_module_2_4084","Exported type alias '{0}' has or is using private name '{1}' from module {2}."),Extends_clause_for_inferred_type_0_has_or_is_using_private_name_1:n(4085,1,"Extends_clause_for_inferred_type_0_has_or_is_using_private_name_1_4085","Extends clause for inferred type '{0}' has or is using private name '{1}'."),Parameter_0_of_index_signature_from_exported_interface_has_or_is_using_name_1_from_private_module_2:n(4091,1,"Parameter_0_of_index_signature_from_exported_interface_has_or_is_using_name_1_from_private_module_2_4091","Parameter '{0}' of index signature from exported interface has or is using name '{1}' from private module '{2}'."),Parameter_0_of_index_signature_from_exported_interface_has_or_is_using_private_name_1:n(4092,1,"Parameter_0_of_index_signature_from_exported_interface_has_or_is_using_private_name_1_4092","Parameter '{0}' of index signature from exported interface has or is using private name '{1}'."),Property_0_of_exported_anonymous_class_type_may_not_be_private_or_protected:n(4094,1,"Property_0_of_exported_anonymous_class_type_may_not_be_private_or_protected_4094","Property '{0}' of exported anonymous class type may not be private or protected."),Public_static_method_0_of_exported_class_has_or_is_using_name_1_from_external_module_2_but_cannot_be_named:n(4095,1,"Public_static_method_0_of_exported_class_has_or_is_using_name_1_from_external_module_2_but_cannot_be_4095","Public static method '{0}' of exported class has or is using name '{1}' from external module {2} but cannot be named."),Public_static_method_0_of_exported_class_has_or_is_using_name_1_from_private_module_2:n(4096,1,"Public_static_method_0_of_exported_class_has_or_is_using_name_1_from_private_module_2_4096","Public static method '{0}' of exported class has or is using name '{1}' from private module '{2}'."),Public_static_method_0_of_exported_class_has_or_is_using_private_name_1:n(4097,1,"Public_static_method_0_of_exported_class_has_or_is_using_private_name_1_4097","Public static method '{0}' of exported class has or is using private name '{1}'."),Public_method_0_of_exported_class_has_or_is_using_name_1_from_external_module_2_but_cannot_be_named:n(4098,1,"Public_method_0_of_exported_class_has_or_is_using_name_1_from_external_module_2_but_cannot_be_named_4098","Public method '{0}' of exported class has or is using name '{1}' from external module {2} but cannot be named."),Public_method_0_of_exported_class_has_or_is_using_name_1_from_private_module_2:n(4099,1,"Public_method_0_of_exported_class_has_or_is_using_name_1_from_private_module_2_4099","Public method '{0}' of exported class has or is using name '{1}' from private module '{2}'."),Public_method_0_of_exported_class_has_or_is_using_private_name_1:n(4100,1,"Public_method_0_of_exported_class_has_or_is_using_private_name_1_4100","Public method '{0}' of exported class has or is using private name '{1}'."),Method_0_of_exported_interface_has_or_is_using_name_1_from_private_module_2:n(4101,1,"Method_0_of_exported_interface_has_or_is_using_name_1_from_private_module_2_4101","Method '{0}' of exported interface has or is using name '{1}' from private module '{2}'."),Method_0_of_exported_interface_has_or_is_using_private_name_1:n(4102,1,"Method_0_of_exported_interface_has_or_is_using_private_name_1_4102","Method '{0}' of exported interface has or is using private name '{1}'."),Type_parameter_0_of_exported_mapped_object_type_is_using_private_name_1:n(4103,1,"Type_parameter_0_of_exported_mapped_object_type_is_using_private_name_1_4103","Type parameter '{0}' of exported mapped object type is using private name '{1}'."),The_type_0_is_readonly_and_cannot_be_assigned_to_the_mutable_type_1:n(4104,1,"The_type_0_is_readonly_and_cannot_be_assigned_to_the_mutable_type_1_4104","The type '{0}' is 'readonly' and cannot be assigned to the mutable type '{1}'."),Private_or_protected_member_0_cannot_be_accessed_on_a_type_parameter:n(4105,1,"Private_or_protected_member_0_cannot_be_accessed_on_a_type_parameter_4105","Private or protected member '{0}' cannot be accessed on a type parameter."),Parameter_0_of_accessor_has_or_is_using_private_name_1:n(4106,1,"Parameter_0_of_accessor_has_or_is_using_private_name_1_4106","Parameter '{0}' of accessor has or is using private name '{1}'."),Parameter_0_of_accessor_has_or_is_using_name_1_from_private_module_2:n(4107,1,"Parameter_0_of_accessor_has_or_is_using_name_1_from_private_module_2_4107","Parameter '{0}' of accessor has or is using name '{1}' from private module '{2}'."),Parameter_0_of_accessor_has_or_is_using_name_1_from_external_module_2_but_cannot_be_named:n(4108,1,"Parameter_0_of_accessor_has_or_is_using_name_1_from_external_module_2_but_cannot_be_named_4108","Parameter '{0}' of accessor has or is using name '{1}' from external module '{2}' but cannot be named."),Type_arguments_for_0_circularly_reference_themselves:n(4109,1,"Type_arguments_for_0_circularly_reference_themselves_4109","Type arguments for '{0}' circularly reference themselves."),Tuple_type_arguments_circularly_reference_themselves:n(4110,1,"Tuple_type_arguments_circularly_reference_themselves_4110","Tuple type arguments circularly reference themselves."),Property_0_comes_from_an_index_signature_so_it_must_be_accessed_with_0:n(4111,1,"Property_0_comes_from_an_index_signature_so_it_must_be_accessed_with_0_4111","Property '{0}' comes from an index signature, so it must be accessed with ['{0}']."),This_member_cannot_have_an_override_modifier_because_its_containing_class_0_does_not_extend_another_class:n(4112,1,"This_member_cannot_have_an_override_modifier_because_its_containing_class_0_does_not_extend_another__4112","This member cannot have an 'override' modifier because its containing class '{0}' does not extend another class."),This_member_cannot_have_an_override_modifier_because_it_is_not_declared_in_the_base_class_0:n(4113,1,"This_member_cannot_have_an_override_modifier_because_it_is_not_declared_in_the_base_class_0_4113","This member cannot have an 'override' modifier because it is not declared in the base class '{0}'."),This_member_must_have_an_override_modifier_because_it_overrides_a_member_in_the_base_class_0:n(4114,1,"This_member_must_have_an_override_modifier_because_it_overrides_a_member_in_the_base_class_0_4114","This member must have an 'override' modifier because it overrides a member in the base class '{0}'."),This_parameter_property_must_have_an_override_modifier_because_it_overrides_a_member_in_base_class_0:n(4115,1,"This_parameter_property_must_have_an_override_modifier_because_it_overrides_a_member_in_base_class_0_4115","This parameter property must have an 'override' modifier because it overrides a member in base class '{0}'."),This_member_must_have_an_override_modifier_because_it_overrides_an_abstract_method_that_is_declared_in_the_base_class_0:n(4116,1,"This_member_must_have_an_override_modifier_because_it_overrides_an_abstract_method_that_is_declared__4116","This member must have an 'override' modifier because it overrides an abstract method that is declared in the base class '{0}'."),This_member_cannot_have_an_override_modifier_because_it_is_not_declared_in_the_base_class_0_Did_you_mean_1:n(4117,1,"This_member_cannot_have_an_override_modifier_because_it_is_not_declared_in_the_base_class_0_Did_you__4117","This member cannot have an 'override' modifier because it is not declared in the base class '{0}'. Did you mean '{1}'?"),The_type_of_this_node_cannot_be_serialized_because_its_property_0_cannot_be_serialized:n(4118,1,"The_type_of_this_node_cannot_be_serialized_because_its_property_0_cannot_be_serialized_4118","The type of this node cannot be serialized because its property '{0}' cannot be serialized."),This_member_must_have_a_JSDoc_comment_with_an_override_tag_because_it_overrides_a_member_in_the_base_class_0:n(4119,1,"This_member_must_have_a_JSDoc_comment_with_an_override_tag_because_it_overrides_a_member_in_the_base_4119","This member must have a JSDoc comment with an '@override' tag because it overrides a member in the base class '{0}'."),This_parameter_property_must_have_a_JSDoc_comment_with_an_override_tag_because_it_overrides_a_member_in_the_base_class_0:n(4120,1,"This_parameter_property_must_have_a_JSDoc_comment_with_an_override_tag_because_it_overrides_a_member_4120","This parameter property must have a JSDoc comment with an '@override' tag because it overrides a member in the base class '{0}'."),This_member_cannot_have_a_JSDoc_comment_with_an_override_tag_because_its_containing_class_0_does_not_extend_another_class:n(4121,1,"This_member_cannot_have_a_JSDoc_comment_with_an_override_tag_because_its_containing_class_0_does_not_4121","This member cannot have a JSDoc comment with an '@override' tag because its containing class '{0}' does not extend another class."),This_member_cannot_have_a_JSDoc_comment_with_an_override_tag_because_it_is_not_declared_in_the_base_class_0:n(4122,1,"This_member_cannot_have_a_JSDoc_comment_with_an_override_tag_because_it_is_not_declared_in_the_base__4122","This member cannot have a JSDoc comment with an '@override' tag because it is not declared in the base class '{0}'."),This_member_cannot_have_a_JSDoc_comment_with_an_override_tag_because_it_is_not_declared_in_the_base_class_0_Did_you_mean_1:n(4123,1,"This_member_cannot_have_a_JSDoc_comment_with_an_override_tag_because_it_is_not_declared_in_the_base__4123","This member cannot have a JSDoc comment with an 'override' tag because it is not declared in the base class '{0}'. Did you mean '{1}'?"),Compiler_option_0_of_value_1_is_unstable_Use_nightly_TypeScript_to_silence_this_error_Try_updating_with_npm_install_D_typescript_next:n(4124,1,"Compiler_option_0_of_value_1_is_unstable_Use_nightly_TypeScript_to_silence_this_error_Try_updating_w_4124","Compiler option '{0}' of value '{1}' is unstable. Use nightly TypeScript to silence this error. Try updating with 'npm install -D typescript@next'."),Each_declaration_of_0_1_differs_in_its_value_where_2_was_expected_but_3_was_given:n(4125,1,"Each_declaration_of_0_1_differs_in_its_value_where_2_was_expected_but_3_was_given_4125","Each declaration of '{0}.{1}' differs in its value, where '{2}' was expected but '{3}' was given."),One_value_of_0_1_is_the_string_2_and_the_other_is_assumed_to_be_an_unknown_numeric_value:n(4126,1,"One_value_of_0_1_is_the_string_2_and_the_other_is_assumed_to_be_an_unknown_numeric_value_4126","One value of '{0}.{1}' is the string '{2}', and the other is assumed to be an unknown numeric value."),This_member_cannot_have_an_override_modifier_because_its_name_is_dynamic:n(4127,1,"This_member_cannot_have_an_override_modifier_because_its_name_is_dynamic_4127","This member cannot have an 'override' modifier because its name is dynamic."),This_member_cannot_have_a_JSDoc_comment_with_an_override_tag_because_its_name_is_dynamic:n(4128,1,"This_member_cannot_have_a_JSDoc_comment_with_an_override_tag_because_its_name_is_dynamic_4128","This member cannot have a JSDoc comment with an '@override' tag because its name is dynamic."),The_current_host_does_not_support_the_0_option:n(5001,1,"The_current_host_does_not_support_the_0_option_5001","The current host does not support the '{0}' option."),Cannot_find_the_common_subdirectory_path_for_the_input_files:n(5009,1,"Cannot_find_the_common_subdirectory_path_for_the_input_files_5009","Cannot find the common subdirectory path for the input files."),File_specification_cannot_end_in_a_recursive_directory_wildcard_Asterisk_Asterisk_Colon_0:n(5010,1,"File_specification_cannot_end_in_a_recursive_directory_wildcard_Asterisk_Asterisk_Colon_0_5010","File specification cannot end in a recursive directory wildcard ('**'): '{0}'."),The_common_source_directory_of_0_is_1_The_rootDir_setting_must_be_explicitly_set_to_this_or_another_path_to_adjust_your_output_s_file_layout:n(5011,1,"The_common_source_directory_of_0_is_1_The_rootDir_setting_must_be_explicitly_set_to_this_or_another__5011","The common source directory of '{0}' is '{1}'. The 'rootDir' setting must be explicitly set to this or another path to adjust your output's file layout."),Cannot_read_file_0_Colon_1:n(5012,1,"Cannot_read_file_0_Colon_1_5012","Cannot read file '{0}': {1}."),Unknown_compiler_option_0:n(5023,1,"Unknown_compiler_option_0_5023","Unknown compiler option '{0}'."),Compiler_option_0_requires_a_value_of_type_1:n(5024,1,"Compiler_option_0_requires_a_value_of_type_1_5024","Compiler option '{0}' requires a value of type {1}."),Unknown_compiler_option_0_Did_you_mean_1:n(5025,1,"Unknown_compiler_option_0_Did_you_mean_1_5025","Unknown compiler option '{0}'. Did you mean '{1}'?"),Could_not_write_file_0_Colon_1:n(5033,1,"Could_not_write_file_0_Colon_1_5033","Could not write file '{0}': {1}."),Option_project_cannot_be_mixed_with_source_files_on_a_command_line:n(5042,1,"Option_project_cannot_be_mixed_with_source_files_on_a_command_line_5042","Option 'project' cannot be mixed with source files on a command line."),Option_isolatedModules_can_only_be_used_when_either_option_module_is_provided_or_option_target_is_ES2015_or_higher:n(5047,1,"Option_isolatedModules_can_only_be_used_when_either_option_module_is_provided_or_option_target_is_ES_5047","Option 'isolatedModules' can only be used when either option '--module' is provided or option 'target' is 'ES2015' or higher."),Option_0_can_only_be_used_when_either_option_inlineSourceMap_or_option_sourceMap_is_provided:n(5051,1,"Option_0_can_only_be_used_when_either_option_inlineSourceMap_or_option_sourceMap_is_provided_5051","Option '{0} can only be used when either option '--inlineSourceMap' or option '--sourceMap' is provided."),Option_0_cannot_be_specified_without_specifying_option_1:n(5052,1,"Option_0_cannot_be_specified_without_specifying_option_1_5052","Option '{0}' cannot be specified without specifying option '{1}'."),Option_0_cannot_be_specified_with_option_1:n(5053,1,"Option_0_cannot_be_specified_with_option_1_5053","Option '{0}' cannot be specified with option '{1}'."),A_tsconfig_json_file_is_already_defined_at_Colon_0:n(5054,1,"A_tsconfig_json_file_is_already_defined_at_Colon_0_5054","A 'tsconfig.json' file is already defined at: '{0}'."),Cannot_write_file_0_because_it_would_overwrite_input_file:n(5055,1,"Cannot_write_file_0_because_it_would_overwrite_input_file_5055","Cannot write file '{0}' because it would overwrite input file."),Cannot_write_file_0_because_it_would_be_overwritten_by_multiple_input_files:n(5056,1,"Cannot_write_file_0_because_it_would_be_overwritten_by_multiple_input_files_5056","Cannot write file '{0}' because it would be overwritten by multiple input files."),Cannot_find_a_tsconfig_json_file_at_the_specified_directory_Colon_0:n(5057,1,"Cannot_find_a_tsconfig_json_file_at_the_specified_directory_Colon_0_5057","Cannot find a tsconfig.json file at the specified directory: '{0}'."),The_specified_path_does_not_exist_Colon_0:n(5058,1,"The_specified_path_does_not_exist_Colon_0_5058","The specified path does not exist: '{0}'."),Invalid_value_for_reactNamespace_0_is_not_a_valid_identifier:n(5059,1,"Invalid_value_for_reactNamespace_0_is_not_a_valid_identifier_5059","Invalid value for '--reactNamespace'. '{0}' is not a valid identifier."),Pattern_0_can_have_at_most_one_Asterisk_character:n(5061,1,"Pattern_0_can_have_at_most_one_Asterisk_character_5061","Pattern '{0}' can have at most one '*' character."),Substitution_0_in_pattern_1_can_have_at_most_one_Asterisk_character:n(5062,1,"Substitution_0_in_pattern_1_can_have_at_most_one_Asterisk_character_5062","Substitution '{0}' in pattern '{1}' can have at most one '*' character."),Substitutions_for_pattern_0_should_be_an_array:n(5063,1,"Substitutions_for_pattern_0_should_be_an_array_5063","Substitutions for pattern '{0}' should be an array."),Substitution_0_for_pattern_1_has_incorrect_type_expected_string_got_2:n(5064,1,"Substitution_0_for_pattern_1_has_incorrect_type_expected_string_got_2_5064","Substitution '{0}' for pattern '{1}' has incorrect type, expected 'string', got '{2}'."),File_specification_cannot_contain_a_parent_directory_that_appears_after_a_recursive_directory_wildcard_Asterisk_Asterisk_Colon_0:n(5065,1,"File_specification_cannot_contain_a_parent_directory_that_appears_after_a_recursive_directory_wildca_5065","File specification cannot contain a parent directory ('..') that appears after a recursive directory wildcard ('**'): '{0}'."),Substitutions_for_pattern_0_shouldn_t_be_an_empty_array:n(5066,1,"Substitutions_for_pattern_0_shouldn_t_be_an_empty_array_5066","Substitutions for pattern '{0}' shouldn't be an empty array."),Invalid_value_for_jsxFactory_0_is_not_a_valid_identifier_or_qualified_name:n(5067,1,"Invalid_value_for_jsxFactory_0_is_not_a_valid_identifier_or_qualified_name_5067","Invalid value for 'jsxFactory'. '{0}' is not a valid identifier or qualified-name."),Adding_a_tsconfig_json_file_will_help_organize_projects_that_contain_both_TypeScript_and_JavaScript_files_Learn_more_at_https_Colon_Slash_Slashaka_ms_Slashtsconfig:n(5068,1,"Adding_a_tsconfig_json_file_will_help_organize_projects_that_contain_both_TypeScript_and_JavaScript__5068","Adding a tsconfig.json file will help organize projects that contain both TypeScript and JavaScript files. Learn more at https://aka.ms/tsconfig."),Option_0_cannot_be_specified_without_specifying_option_1_or_option_2:n(5069,1,"Option_0_cannot_be_specified_without_specifying_option_1_or_option_2_5069","Option '{0}' cannot be specified without specifying option '{1}' or option '{2}'."),Option_resolveJsonModule_cannot_be_specified_when_moduleResolution_is_set_to_classic:n(5070,1,"Option_resolveJsonModule_cannot_be_specified_when_moduleResolution_is_set_to_classic_5070","Option '--resolveJsonModule' cannot be specified when 'moduleResolution' is set to 'classic'."),Option_resolveJsonModule_cannot_be_specified_when_module_is_set_to_none_system_or_umd:n(5071,1,"Option_resolveJsonModule_cannot_be_specified_when_module_is_set_to_none_system_or_umd_5071","Option '--resolveJsonModule' cannot be specified when 'module' is set to 'none', 'system', or 'umd'."),Unknown_build_option_0:n(5072,1,"Unknown_build_option_0_5072","Unknown build option '{0}'."),Build_option_0_requires_a_value_of_type_1:n(5073,1,"Build_option_0_requires_a_value_of_type_1_5073","Build option '{0}' requires a value of type {1}."),Option_incremental_can_only_be_specified_using_tsconfig_emitting_to_single_file_or_when_option_tsBuildInfoFile_is_specified:n(5074,1,"Option_incremental_can_only_be_specified_using_tsconfig_emitting_to_single_file_or_when_option_tsBui_5074","Option '--incremental' can only be specified using tsconfig, emitting to single file or when option '--tsBuildInfoFile' is specified."),_0_is_assignable_to_the_constraint_of_type_1_but_1_could_be_instantiated_with_a_different_subtype_of_constraint_2:n(5075,1,"_0_is_assignable_to_the_constraint_of_type_1_but_1_could_be_instantiated_with_a_different_subtype_of_5075","'{0}' is assignable to the constraint of type '{1}', but '{1}' could be instantiated with a different subtype of constraint '{2}'."),_0_and_1_operations_cannot_be_mixed_without_parentheses:n(5076,1,"_0_and_1_operations_cannot_be_mixed_without_parentheses_5076","'{0}' and '{1}' operations cannot be mixed without parentheses."),Unknown_build_option_0_Did_you_mean_1:n(5077,1,"Unknown_build_option_0_Did_you_mean_1_5077","Unknown build option '{0}'. Did you mean '{1}'?"),Unknown_watch_option_0:n(5078,1,"Unknown_watch_option_0_5078","Unknown watch option '{0}'."),Unknown_watch_option_0_Did_you_mean_1:n(5079,1,"Unknown_watch_option_0_Did_you_mean_1_5079","Unknown watch option '{0}'. Did you mean '{1}'?"),Watch_option_0_requires_a_value_of_type_1:n(5080,1,"Watch_option_0_requires_a_value_of_type_1_5080","Watch option '{0}' requires a value of type {1}."),Cannot_find_a_tsconfig_json_file_at_the_current_directory_Colon_0:n(5081,1,"Cannot_find_a_tsconfig_json_file_at_the_current_directory_Colon_0_5081","Cannot find a tsconfig.json file at the current directory: {0}."),_0_could_be_instantiated_with_an_arbitrary_type_which_could_be_unrelated_to_1:n(5082,1,"_0_could_be_instantiated_with_an_arbitrary_type_which_could_be_unrelated_to_1_5082","'{0}' could be instantiated with an arbitrary type which could be unrelated to '{1}'."),Cannot_read_file_0:n(5083,1,"Cannot_read_file_0_5083","Cannot read file '{0}'."),A_tuple_member_cannot_be_both_optional_and_rest:n(5085,1,"A_tuple_member_cannot_be_both_optional_and_rest_5085","A tuple member cannot be both optional and rest."),A_labeled_tuple_element_is_declared_as_optional_with_a_question_mark_after_the_name_and_before_the_colon_rather_than_after_the_type:n(5086,1,"A_labeled_tuple_element_is_declared_as_optional_with_a_question_mark_after_the_name_and_before_the_c_5086","A labeled tuple element is declared as optional with a question mark after the name and before the colon, rather than after the type."),A_labeled_tuple_element_is_declared_as_rest_with_a_before_the_name_rather_than_before_the_type:n(5087,1,"A_labeled_tuple_element_is_declared_as_rest_with_a_before_the_name_rather_than_before_the_type_5087","A labeled tuple element is declared as rest with a '...' before the name, rather than before the type."),The_inferred_type_of_0_references_a_type_with_a_cyclic_structure_which_cannot_be_trivially_serialized_A_type_annotation_is_necessary:n(5088,1,"The_inferred_type_of_0_references_a_type_with_a_cyclic_structure_which_cannot_be_trivially_serialize_5088","The inferred type of '{0}' references a type with a cyclic structure which cannot be trivially serialized. A type annotation is necessary."),Option_0_cannot_be_specified_when_option_jsx_is_1:n(5089,1,"Option_0_cannot_be_specified_when_option_jsx_is_1_5089","Option '{0}' cannot be specified when option 'jsx' is '{1}'."),Non_relative_paths_are_not_allowed_when_baseUrl_is_not_set_Did_you_forget_a_leading_Slash:n(5090,1,"Non_relative_paths_are_not_allowed_when_baseUrl_is_not_set_Did_you_forget_a_leading_Slash_5090","Non-relative paths are not allowed when 'baseUrl' is not set. Did you forget a leading './'?"),Option_preserveConstEnums_cannot_be_disabled_when_0_is_enabled:n(5091,1,"Option_preserveConstEnums_cannot_be_disabled_when_0_is_enabled_5091","Option 'preserveConstEnums' cannot be disabled when '{0}' is enabled."),The_root_value_of_a_0_file_must_be_an_object:n(5092,1,"The_root_value_of_a_0_file_must_be_an_object_5092","The root value of a '{0}' file must be an object."),Compiler_option_0_may_only_be_used_with_build:n(5093,1,"Compiler_option_0_may_only_be_used_with_build_5093","Compiler option '--{0}' may only be used with '--build'."),Compiler_option_0_may_not_be_used_with_build:n(5094,1,"Compiler_option_0_may_not_be_used_with_build_5094","Compiler option '--{0}' may not be used with '--build'."),Option_0_can_only_be_used_when_module_is_set_to_preserve_commonjs_or_es2015_or_later:n(5095,1,"Option_0_can_only_be_used_when_module_is_set_to_preserve_commonjs_or_es2015_or_later_5095","Option '{0}' can only be used when 'module' is set to 'preserve', 'commonjs', or 'es2015' or later."),Option_allowImportingTsExtensions_can_only_be_used_when_one_of_noEmit_emitDeclarationOnly_or_rewriteRelativeImportExtensions_is_set:n(5096,1,"Option_allowImportingTsExtensions_can_only_be_used_when_one_of_noEmit_emitDeclarationOnly_or_rewrite_5096","Option 'allowImportingTsExtensions' can only be used when one of 'noEmit', 'emitDeclarationOnly', or 'rewriteRelativeImportExtensions' is set."),An_import_path_can_only_end_with_a_0_extension_when_allowImportingTsExtensions_is_enabled:n(5097,1,"An_import_path_can_only_end_with_a_0_extension_when_allowImportingTsExtensions_is_enabled_5097","An import path can only end with a '{0}' extension when 'allowImportingTsExtensions' is enabled."),Option_0_can_only_be_used_when_moduleResolution_is_set_to_node16_nodenext_or_bundler:n(5098,1,"Option_0_can_only_be_used_when_moduleResolution_is_set_to_node16_nodenext_or_bundler_5098","Option '{0}' can only be used when 'moduleResolution' is set to 'node16', 'nodenext', or 'bundler'."),Option_0_is_deprecated_and_will_stop_functioning_in_TypeScript_1_Specify_compilerOption_ignoreDeprecations_Colon_2_to_silence_this_error:n(5101,1,"Option_0_is_deprecated_and_will_stop_functioning_in_TypeScript_1_Specify_compilerOption_ignoreDeprec_5101",`Option '{0}' is deprecated and will stop functioning in TypeScript {1}. Specify compilerOption '"ignoreDeprecations": "{2}"' to silence this error.`),Option_0_has_been_removed_Please_remove_it_from_your_configuration:n(5102,1,"Option_0_has_been_removed_Please_remove_it_from_your_configuration_5102","Option '{0}' has been removed. Please remove it from your configuration."),Invalid_value_for_ignoreDeprecations:n(5103,1,"Invalid_value_for_ignoreDeprecations_5103","Invalid value for '--ignoreDeprecations'."),Option_0_is_redundant_and_cannot_be_specified_with_option_1:n(5104,1,"Option_0_is_redundant_and_cannot_be_specified_with_option_1_5104","Option '{0}' is redundant and cannot be specified with option '{1}'."),Option_verbatimModuleSyntax_cannot_be_used_when_module_is_set_to_UMD_AMD_or_System:n(5105,1,"Option_verbatimModuleSyntax_cannot_be_used_when_module_is_set_to_UMD_AMD_or_System_5105","Option 'verbatimModuleSyntax' cannot be used when 'module' is set to 'UMD', 'AMD', or 'System'."),Use_0_instead:n(5106,3,"Use_0_instead_5106","Use '{0}' instead."),Option_0_1_is_deprecated_and_will_stop_functioning_in_TypeScript_2_Specify_compilerOption_ignoreDeprecations_Colon_3_to_silence_this_error:n(5107,1,"Option_0_1_is_deprecated_and_will_stop_functioning_in_TypeScript_2_Specify_compilerOption_ignoreDepr_5107",`Option '{0}={1}' is deprecated and will stop functioning in TypeScript {2}. Specify compilerOption '"ignoreDeprecations": "{3}"' to silence this error.`),Option_0_1_has_been_removed_Please_remove_it_from_your_configuration:n(5108,1,"Option_0_1_has_been_removed_Please_remove_it_from_your_configuration_5108","Option '{0}={1}' has been removed. Please remove it from your configuration."),Option_moduleResolution_must_be_set_to_0_or_left_unspecified_when_option_module_is_set_to_1:n(5109,1,"Option_moduleResolution_must_be_set_to_0_or_left_unspecified_when_option_module_is_set_to_1_5109","Option 'moduleResolution' must be set to '{0}' (or left unspecified) when option 'module' is set to '{1}'."),Option_module_must_be_set_to_0_when_option_moduleResolution_is_set_to_1:n(5110,1,"Option_module_must_be_set_to_0_when_option_moduleResolution_is_set_to_1_5110","Option 'module' must be set to '{0}' when option 'moduleResolution' is set to '{1}'."),Visit_https_Colon_Slash_Slashaka_ms_Slashts6_for_migration_information:n(5111,3,"Visit_https_Colon_Slash_Slashaka_ms_Slashts6_for_migration_information_5111","Visit https://aka.ms/ts6 for migration information."),tsconfig_json_is_present_but_will_not_be_loaded_if_files_are_specified_on_commandline_Use_ignoreConfig_to_skip_this_error:n(5112,1,"tsconfig_json_is_present_but_will_not_be_loaded_if_files_are_specified_on_commandline_Use_ignoreConf_5112","tsconfig.json is present but will not be loaded if files are specified on commandline. Use '--ignoreConfig' to skip this error."),Generates_a_sourcemap_for_each_corresponding_d_ts_file:n(6e3,3,"Generates_a_sourcemap_for_each_corresponding_d_ts_file_6000","Generates a sourcemap for each corresponding '.d.ts' file."),Concatenate_and_emit_output_to_single_file:n(6001,3,"Concatenate_and_emit_output_to_single_file_6001","Concatenate and emit output to single file."),Generates_corresponding_d_ts_file:n(6002,3,"Generates_corresponding_d_ts_file_6002","Generates corresponding '.d.ts' file."),Specify_the_location_where_debugger_should_locate_TypeScript_files_instead_of_source_locations:n(6004,3,"Specify_the_location_where_debugger_should_locate_TypeScript_files_instead_of_source_locations_6004","Specify the location where debugger should locate TypeScript files instead of source locations."),Watch_input_files:n(6005,3,"Watch_input_files_6005","Watch input files."),Redirect_output_structure_to_the_directory:n(6006,3,"Redirect_output_structure_to_the_directory_6006","Redirect output structure to the directory."),Do_not_erase_const_enum_declarations_in_generated_code:n(6007,3,"Do_not_erase_const_enum_declarations_in_generated_code_6007","Do not erase const enum declarations in generated code."),Do_not_emit_outputs_if_any_errors_were_reported:n(6008,3,"Do_not_emit_outputs_if_any_errors_were_reported_6008","Do not emit outputs if any errors were reported."),Do_not_emit_comments_to_output:n(6009,3,"Do_not_emit_comments_to_output_6009","Do not emit comments to output."),Do_not_emit_outputs:n(6010,3,"Do_not_emit_outputs_6010","Do not emit outputs."),Allow_default_imports_from_modules_with_no_default_export_This_does_not_affect_code_emit_just_typechecking:n(6011,3,"Allow_default_imports_from_modules_with_no_default_export_This_does_not_affect_code_emit_just_typech_6011","Allow default imports from modules with no default export. This does not affect code emit, just typechecking."),Skip_type_checking_of_declaration_files:n(6012,3,"Skip_type_checking_of_declaration_files_6012","Skip type checking of declaration files."),Do_not_resolve_the_real_path_of_symlinks:n(6013,3,"Do_not_resolve_the_real_path_of_symlinks_6013","Do not resolve the real path of symlinks."),Only_emit_d_ts_declaration_files:n(6014,3,"Only_emit_d_ts_declaration_files_6014","Only emit '.d.ts' declaration files."),Specify_ECMAScript_target_version:n(6015,3,"Specify_ECMAScript_target_version_6015","Specify ECMAScript target version."),Specify_module_code_generation:n(6016,3,"Specify_module_code_generation_6016","Specify module code generation."),Print_this_message:n(6017,3,"Print_this_message_6017","Print this message."),Print_the_compiler_s_version:n(6019,3,"Print_the_compiler_s_version_6019","Print the compiler's version."),Compile_the_project_given_the_path_to_its_configuration_file_or_to_a_folder_with_a_tsconfig_json:n(6020,3,"Compile_the_project_given_the_path_to_its_configuration_file_or_to_a_folder_with_a_tsconfig_json_6020","Compile the project given the path to its configuration file, or to a folder with a 'tsconfig.json'."),Syntax_Colon_0:n(6023,3,"Syntax_Colon_0_6023","Syntax: {0}"),options:n(6024,3,"options_6024","options"),file:n(6025,3,"file_6025","file"),Examples_Colon_0:n(6026,3,"Examples_Colon_0_6026","Examples: {0}"),Options_Colon:n(6027,3,"Options_Colon_6027","Options:"),Version_0:n(6029,3,"Version_0_6029","Version {0}"),Insert_command_line_options_and_files_from_a_file:n(6030,3,"Insert_command_line_options_and_files_from_a_file_6030","Insert command line options and files from a file."),Starting_compilation_in_watch_mode:n(6031,3,"Starting_compilation_in_watch_mode_6031","Starting compilation in watch mode..."),File_change_detected_Starting_incremental_compilation:n(6032,3,"File_change_detected_Starting_incremental_compilation_6032","File change detected. Starting incremental compilation..."),KIND:n(6034,3,"KIND_6034","KIND"),FILE:n(6035,3,"FILE_6035","FILE"),VERSION:n(6036,3,"VERSION_6036","VERSION"),LOCATION:n(6037,3,"LOCATION_6037","LOCATION"),DIRECTORY:n(6038,3,"DIRECTORY_6038","DIRECTORY"),STRATEGY:n(6039,3,"STRATEGY_6039","STRATEGY"),FILE_OR_DIRECTORY:n(6040,3,"FILE_OR_DIRECTORY_6040","FILE OR DIRECTORY"),Errors_Files:n(6041,3,"Errors_Files_6041","Errors Files"),Generates_corresponding_map_file:n(6043,3,"Generates_corresponding_map_file_6043","Generates corresponding '.map' file."),Compiler_option_0_expects_an_argument:n(6044,1,"Compiler_option_0_expects_an_argument_6044","Compiler option '{0}' expects an argument."),Unterminated_quoted_string_in_response_file_0:n(6045,1,"Unterminated_quoted_string_in_response_file_0_6045","Unterminated quoted string in response file '{0}'."),Argument_for_0_option_must_be_Colon_1:n(6046,1,"Argument_for_0_option_must_be_Colon_1_6046","Argument for '{0}' option must be: {1}."),Locale_must_be_of_the_form_language_or_language_territory_For_example_0_or_1:n(6048,1,"Locale_must_be_of_the_form_language_or_language_territory_For_example_0_or_1_6048","Locale must be of the form or -. For example '{0}' or '{1}'."),Unable_to_open_file_0:n(6050,1,"Unable_to_open_file_0_6050","Unable to open file '{0}'."),Corrupted_locale_file_0:n(6051,1,"Corrupted_locale_file_0_6051","Corrupted locale file {0}."),Raise_error_on_expressions_and_declarations_with_an_implied_any_type:n(6052,3,"Raise_error_on_expressions_and_declarations_with_an_implied_any_type_6052","Raise error on expressions and declarations with an implied 'any' type."),File_0_not_found:n(6053,1,"File_0_not_found_6053","File '{0}' not found."),File_0_has_an_unsupported_extension_The_only_supported_extensions_are_1:n(6054,1,"File_0_has_an_unsupported_extension_The_only_supported_extensions_are_1_6054","File '{0}' has an unsupported extension. The only supported extensions are {1}."),Suppress_noImplicitAny_errors_for_indexing_objects_lacking_index_signatures:n(6055,3,"Suppress_noImplicitAny_errors_for_indexing_objects_lacking_index_signatures_6055","Suppress noImplicitAny errors for indexing objects lacking index signatures."),Do_not_emit_declarations_for_code_that_has_an_internal_annotation:n(6056,3,"Do_not_emit_declarations_for_code_that_has_an_internal_annotation_6056","Do not emit declarations for code that has an '@internal' annotation."),Specify_the_root_directory_of_input_files_Use_to_control_the_output_directory_structure_with_outDir:n(6058,3,"Specify_the_root_directory_of_input_files_Use_to_control_the_output_directory_structure_with_outDir_6058","Specify the root directory of input files. Use to control the output directory structure with --outDir."),File_0_is_not_under_rootDir_1_rootDir_is_expected_to_contain_all_source_files:n(6059,1,"File_0_is_not_under_rootDir_1_rootDir_is_expected_to_contain_all_source_files_6059","File '{0}' is not under 'rootDir' '{1}'. 'rootDir' is expected to contain all source files."),Specify_the_end_of_line_sequence_to_be_used_when_emitting_files_Colon_CRLF_dos_or_LF_unix:n(6060,3,"Specify_the_end_of_line_sequence_to_be_used_when_emitting_files_Colon_CRLF_dos_or_LF_unix_6060","Specify the end of line sequence to be used when emitting files: 'CRLF' (dos) or 'LF' (unix)."),NEWLINE:n(6061,3,"NEWLINE_6061","NEWLINE"),Option_0_can_only_be_specified_in_tsconfig_json_file_or_set_to_null_on_command_line:n(6064,1,"Option_0_can_only_be_specified_in_tsconfig_json_file_or_set_to_null_on_command_line_6064","Option '{0}' can only be specified in 'tsconfig.json' file or set to 'null' on command line."),Enables_experimental_support_for_ES7_decorators:n(6065,3,"Enables_experimental_support_for_ES7_decorators_6065","Enables experimental support for ES7 decorators."),Enables_experimental_support_for_emitting_type_metadata_for_decorators:n(6066,3,"Enables_experimental_support_for_emitting_type_metadata_for_decorators_6066","Enables experimental support for emitting type metadata for decorators."),Initializes_a_TypeScript_project_and_creates_a_tsconfig_json_file:n(6070,3,"Initializes_a_TypeScript_project_and_creates_a_tsconfig_json_file_6070","Initializes a TypeScript project and creates a tsconfig.json file."),Successfully_created_a_tsconfig_json_file:n(6071,3,"Successfully_created_a_tsconfig_json_file_6071","Successfully created a tsconfig.json file."),Suppress_excess_property_checks_for_object_literals:n(6072,3,"Suppress_excess_property_checks_for_object_literals_6072","Suppress excess property checks for object literals."),Stylize_errors_and_messages_using_color_and_context_experimental:n(6073,3,"Stylize_errors_and_messages_using_color_and_context_experimental_6073","Stylize errors and messages using color and context (experimental)."),Do_not_report_errors_on_unused_labels:n(6074,3,"Do_not_report_errors_on_unused_labels_6074","Do not report errors on unused labels."),Report_error_when_not_all_code_paths_in_function_return_a_value:n(6075,3,"Report_error_when_not_all_code_paths_in_function_return_a_value_6075","Report error when not all code paths in function return a value."),Report_errors_for_fallthrough_cases_in_switch_statement:n(6076,3,"Report_errors_for_fallthrough_cases_in_switch_statement_6076","Report errors for fallthrough cases in switch statement."),Do_not_report_errors_on_unreachable_code:n(6077,3,"Do_not_report_errors_on_unreachable_code_6077","Do not report errors on unreachable code."),Disallow_inconsistently_cased_references_to_the_same_file:n(6078,3,"Disallow_inconsistently_cased_references_to_the_same_file_6078","Disallow inconsistently-cased references to the same file."),Specify_library_files_to_be_included_in_the_compilation:n(6079,3,"Specify_library_files_to_be_included_in_the_compilation_6079","Specify library files to be included in the compilation."),Specify_JSX_code_generation:n(6080,3,"Specify_JSX_code_generation_6080","Specify JSX code generation."),Only_amd_and_system_modules_are_supported_alongside_0:n(6082,1,"Only_amd_and_system_modules_are_supported_alongside_0_6082","Only 'amd' and 'system' modules are supported alongside --{0}."),Base_directory_to_resolve_non_absolute_module_names:n(6083,3,"Base_directory_to_resolve_non_absolute_module_names_6083","Base directory to resolve non-absolute module names."),Deprecated_Use_jsxFactory_instead_Specify_the_object_invoked_for_createElement_when_targeting_react_JSX_emit:n(6084,3,"Deprecated_Use_jsxFactory_instead_Specify_the_object_invoked_for_createElement_when_targeting_react__6084","[Deprecated] Use '--jsxFactory' instead. Specify the object invoked for createElement when targeting 'react' JSX emit"),Enable_tracing_of_the_name_resolution_process:n(6085,3,"Enable_tracing_of_the_name_resolution_process_6085","Enable tracing of the name resolution process."),Resolving_module_0_from_1:n(6086,3,"Resolving_module_0_from_1_6086","======== Resolving module '{0}' from '{1}'. ========"),Explicitly_specified_module_resolution_kind_Colon_0:n(6087,3,"Explicitly_specified_module_resolution_kind_Colon_0_6087","Explicitly specified module resolution kind: '{0}'."),Module_resolution_kind_is_not_specified_using_0:n(6088,3,"Module_resolution_kind_is_not_specified_using_0_6088","Module resolution kind is not specified, using '{0}'."),Module_name_0_was_successfully_resolved_to_1:n(6089,3,"Module_name_0_was_successfully_resolved_to_1_6089","======== Module name '{0}' was successfully resolved to '{1}'. ========"),Module_name_0_was_not_resolved:n(6090,3,"Module_name_0_was_not_resolved_6090","======== Module name '{0}' was not resolved. ========"),paths_option_is_specified_looking_for_a_pattern_to_match_module_name_0:n(6091,3,"paths_option_is_specified_looking_for_a_pattern_to_match_module_name_0_6091","'paths' option is specified, looking for a pattern to match module name '{0}'."),Module_name_0_matched_pattern_1:n(6092,3,"Module_name_0_matched_pattern_1_6092","Module name '{0}', matched pattern '{1}'."),Trying_substitution_0_candidate_module_location_Colon_1:n(6093,3,"Trying_substitution_0_candidate_module_location_Colon_1_6093","Trying substitution '{0}', candidate module location: '{1}'."),Resolving_module_name_0_relative_to_base_url_1_2:n(6094,3,"Resolving_module_name_0_relative_to_base_url_1_2_6094","Resolving module name '{0}' relative to base url '{1}' - '{2}'."),Loading_module_as_file_Slash_folder_candidate_module_location_0_target_file_types_Colon_1:n(6095,3,"Loading_module_as_file_Slash_folder_candidate_module_location_0_target_file_types_Colon_1_6095","Loading module as file / folder, candidate module location '{0}', target file types: {1}."),File_0_does_not_exist:n(6096,3,"File_0_does_not_exist_6096","File '{0}' does not exist."),File_0_exists_use_it_as_a_name_resolution_result:n(6097,3,"File_0_exists_use_it_as_a_name_resolution_result_6097","File '{0}' exists - use it as a name resolution result."),Loading_module_0_from_node_modules_folder_target_file_types_Colon_1:n(6098,3,"Loading_module_0_from_node_modules_folder_target_file_types_Colon_1_6098","Loading module '{0}' from 'node_modules' folder, target file types: {1}."),Found_package_json_at_0:n(6099,3,"Found_package_json_at_0_6099","Found 'package.json' at '{0}'."),package_json_does_not_have_a_0_field:n(6100,3,"package_json_does_not_have_a_0_field_6100","'package.json' does not have a '{0}' field."),package_json_has_0_field_1_that_references_2:n(6101,3,"package_json_has_0_field_1_that_references_2_6101","'package.json' has '{0}' field '{1}' that references '{2}'."),Allow_javascript_files_to_be_compiled:n(6102,3,"Allow_javascript_files_to_be_compiled_6102","Allow javascript files to be compiled."),Checking_if_0_is_the_longest_matching_prefix_for_1_2:n(6104,3,"Checking_if_0_is_the_longest_matching_prefix_for_1_2_6104","Checking if '{0}' is the longest matching prefix for '{1}' - '{2}'."),Expected_type_of_0_field_in_package_json_to_be_1_got_2:n(6105,3,"Expected_type_of_0_field_in_package_json_to_be_1_got_2_6105","Expected type of '{0}' field in 'package.json' to be '{1}', got '{2}'."),baseUrl_option_is_set_to_0_using_this_value_to_resolve_non_relative_module_name_1:n(6106,3,"baseUrl_option_is_set_to_0_using_this_value_to_resolve_non_relative_module_name_1_6106","'baseUrl' option is set to '{0}', using this value to resolve non-relative module name '{1}'."),rootDirs_option_is_set_using_it_to_resolve_relative_module_name_0:n(6107,3,"rootDirs_option_is_set_using_it_to_resolve_relative_module_name_0_6107","'rootDirs' option is set, using it to resolve relative module name '{0}'."),Longest_matching_prefix_for_0_is_1:n(6108,3,"Longest_matching_prefix_for_0_is_1_6108","Longest matching prefix for '{0}' is '{1}'."),Loading_0_from_the_root_dir_1_candidate_location_2:n(6109,3,"Loading_0_from_the_root_dir_1_candidate_location_2_6109","Loading '{0}' from the root dir '{1}', candidate location '{2}'."),Trying_other_entries_in_rootDirs:n(6110,3,"Trying_other_entries_in_rootDirs_6110","Trying other entries in 'rootDirs'."),Module_resolution_using_rootDirs_has_failed:n(6111,3,"Module_resolution_using_rootDirs_has_failed_6111","Module resolution using 'rootDirs' has failed."),Do_not_emit_use_strict_directives_in_module_output:n(6112,3,"Do_not_emit_use_strict_directives_in_module_output_6112","Do not emit 'use strict' directives in module output."),Enable_strict_null_checks:n(6113,3,"Enable_strict_null_checks_6113","Enable strict null checks."),Unknown_option_excludes_Did_you_mean_exclude:n(6114,1,"Unknown_option_excludes_Did_you_mean_exclude_6114","Unknown option 'excludes'. Did you mean 'exclude'?"),Raise_error_on_this_expressions_with_an_implied_any_type:n(6115,3,"Raise_error_on_this_expressions_with_an_implied_any_type_6115","Raise error on 'this' expressions with an implied 'any' type."),Resolving_type_reference_directive_0_containing_file_1_root_directory_2:n(6116,3,"Resolving_type_reference_directive_0_containing_file_1_root_directory_2_6116","======== Resolving type reference directive '{0}', containing file '{1}', root directory '{2}'. ========"),Type_reference_directive_0_was_successfully_resolved_to_1_primary_Colon_2:n(6119,3,"Type_reference_directive_0_was_successfully_resolved_to_1_primary_Colon_2_6119","======== Type reference directive '{0}' was successfully resolved to '{1}', primary: {2}. ========"),Type_reference_directive_0_was_not_resolved:n(6120,3,"Type_reference_directive_0_was_not_resolved_6120","======== Type reference directive '{0}' was not resolved. ========"),Resolving_with_primary_search_path_0:n(6121,3,"Resolving_with_primary_search_path_0_6121","Resolving with primary search path '{0}'."),Root_directory_cannot_be_determined_skipping_primary_search_paths:n(6122,3,"Root_directory_cannot_be_determined_skipping_primary_search_paths_6122","Root directory cannot be determined, skipping primary search paths."),Resolving_type_reference_directive_0_containing_file_1_root_directory_not_set:n(6123,3,"Resolving_type_reference_directive_0_containing_file_1_root_directory_not_set_6123","======== Resolving type reference directive '{0}', containing file '{1}', root directory not set. ========"),Type_declaration_files_to_be_included_in_compilation:n(6124,3,"Type_declaration_files_to_be_included_in_compilation_6124","Type declaration files to be included in compilation."),Looking_up_in_node_modules_folder_initial_location_0:n(6125,3,"Looking_up_in_node_modules_folder_initial_location_0_6125","Looking up in 'node_modules' folder, initial location '{0}'."),Containing_file_is_not_specified_and_root_directory_cannot_be_determined_skipping_lookup_in_node_modules_folder:n(6126,3,"Containing_file_is_not_specified_and_root_directory_cannot_be_determined_skipping_lookup_in_node_mod_6126","Containing file is not specified and root directory cannot be determined, skipping lookup in 'node_modules' folder."),Resolving_type_reference_directive_0_containing_file_not_set_root_directory_1:n(6127,3,"Resolving_type_reference_directive_0_containing_file_not_set_root_directory_1_6127","======== Resolving type reference directive '{0}', containing file not set, root directory '{1}'. ========"),Resolving_type_reference_directive_0_containing_file_not_set_root_directory_not_set:n(6128,3,"Resolving_type_reference_directive_0_containing_file_not_set_root_directory_not_set_6128","======== Resolving type reference directive '{0}', containing file not set, root directory not set. ========"),Resolving_real_path_for_0_result_1:n(6130,3,"Resolving_real_path_for_0_result_1_6130","Resolving real path for '{0}', result '{1}'."),Cannot_compile_modules_using_option_0_unless_the_module_flag_is_amd_or_system:n(6131,1,"Cannot_compile_modules_using_option_0_unless_the_module_flag_is_amd_or_system_6131","Cannot compile modules using option '{0}' unless the '--module' flag is 'amd' or 'system'."),File_name_0_has_a_1_extension_stripping_it:n(6132,3,"File_name_0_has_a_1_extension_stripping_it_6132","File name '{0}' has a '{1}' extension - stripping it."),_0_is_declared_but_its_value_is_never_read:n(6133,1,"_0_is_declared_but_its_value_is_never_read_6133","'{0}' is declared but its value is never read.",!0),Report_errors_on_unused_locals:n(6134,3,"Report_errors_on_unused_locals_6134","Report errors on unused locals."),Report_errors_on_unused_parameters:n(6135,3,"Report_errors_on_unused_parameters_6135","Report errors on unused parameters."),The_maximum_dependency_depth_to_search_under_node_modules_and_load_JavaScript_files:n(6136,3,"The_maximum_dependency_depth_to_search_under_node_modules_and_load_JavaScript_files_6136","The maximum dependency depth to search under node_modules and load JavaScript files."),Cannot_import_type_declaration_files_Consider_importing_0_instead_of_1:n(6137,1,"Cannot_import_type_declaration_files_Consider_importing_0_instead_of_1_6137","Cannot import type declaration files. Consider importing '{0}' instead of '{1}'."),Property_0_is_declared_but_its_value_is_never_read:n(6138,1,"Property_0_is_declared_but_its_value_is_never_read_6138","Property '{0}' is declared but its value is never read.",!0),Import_emit_helpers_from_tslib:n(6139,3,"Import_emit_helpers_from_tslib_6139","Import emit helpers from 'tslib'."),Auto_discovery_for_typings_is_enabled_in_project_0_Running_extra_resolution_pass_for_module_1_using_cache_location_2:n(6140,1,"Auto_discovery_for_typings_is_enabled_in_project_0_Running_extra_resolution_pass_for_module_1_using__6140","Auto discovery for typings is enabled in project '{0}'. Running extra resolution pass for module '{1}' using cache location '{2}'."),Parse_in_strict_mode_and_emit_use_strict_for_each_source_file:n(6141,3,"Parse_in_strict_mode_and_emit_use_strict_for_each_source_file_6141",'Parse in strict mode and emit "use strict" for each source file.'),Module_0_was_resolved_to_1_but_jsx_is_not_set:n(6142,1,"Module_0_was_resolved_to_1_but_jsx_is_not_set_6142","Module '{0}' was resolved to '{1}', but '--jsx' is not set."),Module_0_was_resolved_as_locally_declared_ambient_module_in_file_1:n(6144,3,"Module_0_was_resolved_as_locally_declared_ambient_module_in_file_1_6144","Module '{0}' was resolved as locally declared ambient module in file '{1}'."),Specify_the_JSX_factory_function_to_use_when_targeting_react_JSX_emit_e_g_React_createElement_or_h:n(6146,3,"Specify_the_JSX_factory_function_to_use_when_targeting_react_JSX_emit_e_g_React_createElement_or_h_6146","Specify the JSX factory function to use when targeting 'react' JSX emit, e.g. 'React.createElement' or 'h'."),Resolution_for_module_0_was_found_in_cache_from_location_1:n(6147,3,"Resolution_for_module_0_was_found_in_cache_from_location_1_6147","Resolution for module '{0}' was found in cache from location '{1}'."),Directory_0_does_not_exist_skipping_all_lookups_in_it:n(6148,3,"Directory_0_does_not_exist_skipping_all_lookups_in_it_6148","Directory '{0}' does not exist, skipping all lookups in it."),Show_diagnostic_information:n(6149,3,"Show_diagnostic_information_6149","Show diagnostic information."),Show_verbose_diagnostic_information:n(6150,3,"Show_verbose_diagnostic_information_6150","Show verbose diagnostic information."),Emit_a_single_file_with_source_maps_instead_of_having_a_separate_file:n(6151,3,"Emit_a_single_file_with_source_maps_instead_of_having_a_separate_file_6151","Emit a single file with source maps instead of having a separate file."),Emit_the_source_alongside_the_sourcemaps_within_a_single_file_requires_inlineSourceMap_or_sourceMap_to_be_set:n(6152,3,"Emit_the_source_alongside_the_sourcemaps_within_a_single_file_requires_inlineSourceMap_or_sourceMap__6152","Emit the source alongside the sourcemaps within a single file; requires '--inlineSourceMap' or '--sourceMap' to be set."),Transpile_each_file_as_a_separate_module_similar_to_ts_transpileModule:n(6153,3,"Transpile_each_file_as_a_separate_module_similar_to_ts_transpileModule_6153","Transpile each file as a separate module (similar to 'ts.transpileModule')."),Print_names_of_generated_files_part_of_the_compilation:n(6154,3,"Print_names_of_generated_files_part_of_the_compilation_6154","Print names of generated files part of the compilation."),Print_names_of_files_part_of_the_compilation:n(6155,3,"Print_names_of_files_part_of_the_compilation_6155","Print names of files part of the compilation."),The_locale_used_when_displaying_messages_to_the_user_e_g_en_us:n(6156,3,"The_locale_used_when_displaying_messages_to_the_user_e_g_en_us_6156","The locale used when displaying messages to the user (e.g. 'en-us')"),Do_not_generate_custom_helper_functions_like_extends_in_compiled_output:n(6157,3,"Do_not_generate_custom_helper_functions_like_extends_in_compiled_output_6157","Do not generate custom helper functions like '__extends' in compiled output."),Do_not_include_the_default_library_file_lib_d_ts:n(6158,3,"Do_not_include_the_default_library_file_lib_d_ts_6158","Do not include the default library file (lib.d.ts)."),Do_not_add_triple_slash_references_or_imported_modules_to_the_list_of_compiled_files:n(6159,3,"Do_not_add_triple_slash_references_or_imported_modules_to_the_list_of_compiled_files_6159","Do not add triple-slash references or imported modules to the list of compiled files."),Deprecated_Use_skipLibCheck_instead_Skip_type_checking_of_default_library_declaration_files:n(6160,3,"Deprecated_Use_skipLibCheck_instead_Skip_type_checking_of_default_library_declaration_files_6160","[Deprecated] Use '--skipLibCheck' instead. Skip type checking of default library declaration files."),List_of_folders_to_include_type_definitions_from:n(6161,3,"List_of_folders_to_include_type_definitions_from_6161","List of folders to include type definitions from."),Disable_size_limitations_on_JavaScript_projects:n(6162,3,"Disable_size_limitations_on_JavaScript_projects_6162","Disable size limitations on JavaScript projects."),The_character_set_of_the_input_files:n(6163,3,"The_character_set_of_the_input_files_6163","The character set of the input files."),Skipping_module_0_that_looks_like_an_absolute_URI_target_file_types_Colon_1:n(6164,3,"Skipping_module_0_that_looks_like_an_absolute_URI_target_file_types_Colon_1_6164","Skipping module '{0}' that looks like an absolute URI, target file types: {1}."),Do_not_truncate_error_messages:n(6165,3,"Do_not_truncate_error_messages_6165","Do not truncate error messages."),Output_directory_for_generated_declaration_files:n(6166,3,"Output_directory_for_generated_declaration_files_6166","Output directory for generated declaration files."),A_series_of_entries_which_re_map_imports_to_lookup_locations_relative_to_the_baseUrl:n(6167,3,"A_series_of_entries_which_re_map_imports_to_lookup_locations_relative_to_the_baseUrl_6167","A series of entries which re-map imports to lookup locations relative to the 'baseUrl'."),List_of_root_folders_whose_combined_content_represents_the_structure_of_the_project_at_runtime:n(6168,3,"List_of_root_folders_whose_combined_content_represents_the_structure_of_the_project_at_runtime_6168","List of root folders whose combined content represents the structure of the project at runtime."),Show_all_compiler_options:n(6169,3,"Show_all_compiler_options_6169","Show all compiler options."),Deprecated_Use_outFile_instead_Concatenate_and_emit_output_to_single_file:n(6170,3,"Deprecated_Use_outFile_instead_Concatenate_and_emit_output_to_single_file_6170","[Deprecated] Use '--outFile' instead. Concatenate and emit output to single file"),Command_line_Options:n(6171,3,"Command_line_Options_6171","Command-line Options"),Provide_full_support_for_iterables_in_for_of_spread_and_destructuring_when_targeting_ES5:n(6179,3,"Provide_full_support_for_iterables_in_for_of_spread_and_destructuring_when_targeting_ES5_6179","Provide full support for iterables in 'for-of', spread, and destructuring when targeting 'ES5'."),Enable_all_strict_type_checking_options:n(6180,3,"Enable_all_strict_type_checking_options_6180","Enable all strict type-checking options."),Scoped_package_detected_looking_in_0:n(6182,3,"Scoped_package_detected_looking_in_0_6182","Scoped package detected, looking in '{0}'"),Reusing_resolution_of_module_0_from_1_of_old_program_it_was_successfully_resolved_to_2:n(6183,3,"Reusing_resolution_of_module_0_from_1_of_old_program_it_was_successfully_resolved_to_2_6183","Reusing resolution of module '{0}' from '{1}' of old program, it was successfully resolved to '{2}'."),Reusing_resolution_of_module_0_from_1_of_old_program_it_was_successfully_resolved_to_2_with_Package_ID_3:n(6184,3,"Reusing_resolution_of_module_0_from_1_of_old_program_it_was_successfully_resolved_to_2_with_Package__6184","Reusing resolution of module '{0}' from '{1}' of old program, it was successfully resolved to '{2}' with Package ID '{3}'."),Enable_strict_checking_of_function_types:n(6186,3,"Enable_strict_checking_of_function_types_6186","Enable strict checking of function types."),Enable_strict_checking_of_property_initialization_in_classes:n(6187,3,"Enable_strict_checking_of_property_initialization_in_classes_6187","Enable strict checking of property initialization in classes."),Numeric_separators_are_not_allowed_here:n(6188,1,"Numeric_separators_are_not_allowed_here_6188","Numeric separators are not allowed here."),Multiple_consecutive_numeric_separators_are_not_permitted:n(6189,1,"Multiple_consecutive_numeric_separators_are_not_permitted_6189","Multiple consecutive numeric separators are not permitted."),Whether_to_keep_outdated_console_output_in_watch_mode_instead_of_clearing_the_screen:n(6191,3,"Whether_to_keep_outdated_console_output_in_watch_mode_instead_of_clearing_the_screen_6191","Whether to keep outdated console output in watch mode instead of clearing the screen."),All_imports_in_import_declaration_are_unused:n(6192,1,"All_imports_in_import_declaration_are_unused_6192","All imports in import declaration are unused.",!0),Found_1_error_Watching_for_file_changes:n(6193,3,"Found_1_error_Watching_for_file_changes_6193","Found 1 error. Watching for file changes."),Found_0_errors_Watching_for_file_changes:n(6194,3,"Found_0_errors_Watching_for_file_changes_6194","Found {0} errors. Watching for file changes."),Resolve_keyof_to_string_valued_property_names_only_no_numbers_or_symbols:n(6195,3,"Resolve_keyof_to_string_valued_property_names_only_no_numbers_or_symbols_6195","Resolve 'keyof' to string valued property names only (no numbers or symbols)."),_0_is_declared_but_never_used:n(6196,1,"_0_is_declared_but_never_used_6196","'{0}' is declared but never used.",!0),Include_modules_imported_with_json_extension:n(6197,3,"Include_modules_imported_with_json_extension_6197","Include modules imported with '.json' extension"),All_destructured_elements_are_unused:n(6198,1,"All_destructured_elements_are_unused_6198","All destructured elements are unused.",!0),All_variables_are_unused:n(6199,1,"All_variables_are_unused_6199","All variables are unused.",!0),Definitions_of_the_following_identifiers_conflict_with_those_in_another_file_Colon_0:n(6200,1,"Definitions_of_the_following_identifiers_conflict_with_those_in_another_file_Colon_0_6200","Definitions of the following identifiers conflict with those in another file: {0}"),Conflicts_are_in_this_file:n(6201,3,"Conflicts_are_in_this_file_6201","Conflicts are in this file."),Project_references_may_not_form_a_circular_graph_Cycle_detected_Colon_0:n(6202,1,"Project_references_may_not_form_a_circular_graph_Cycle_detected_Colon_0_6202","Project references may not form a circular graph. Cycle detected: {0}"),_0_was_also_declared_here:n(6203,3,"_0_was_also_declared_here_6203","'{0}' was also declared here."),and_here:n(6204,3,"and_here_6204","and here."),All_type_parameters_are_unused:n(6205,1,"All_type_parameters_are_unused_6205","All type parameters are unused."),package_json_has_a_typesVersions_field_with_version_specific_path_mappings:n(6206,3,"package_json_has_a_typesVersions_field_with_version_specific_path_mappings_6206","'package.json' has a 'typesVersions' field with version-specific path mappings."),package_json_does_not_have_a_typesVersions_entry_that_matches_version_0:n(6207,3,"package_json_does_not_have_a_typesVersions_entry_that_matches_version_0_6207","'package.json' does not have a 'typesVersions' entry that matches version '{0}'."),package_json_has_a_typesVersions_entry_0_that_matches_compiler_version_1_looking_for_a_pattern_to_match_module_name_2:n(6208,3,"package_json_has_a_typesVersions_entry_0_that_matches_compiler_version_1_looking_for_a_pattern_to_ma_6208","'package.json' has a 'typesVersions' entry '{0}' that matches compiler version '{1}', looking for a pattern to match module name '{2}'."),package_json_has_a_typesVersions_entry_0_that_is_not_a_valid_semver_range:n(6209,3,"package_json_has_a_typesVersions_entry_0_that_is_not_a_valid_semver_range_6209","'package.json' has a 'typesVersions' entry '{0}' that is not a valid semver range."),An_argument_for_0_was_not_provided:n(6210,3,"An_argument_for_0_was_not_provided_6210","An argument for '{0}' was not provided."),An_argument_matching_this_binding_pattern_was_not_provided:n(6211,3,"An_argument_matching_this_binding_pattern_was_not_provided_6211","An argument matching this binding pattern was not provided."),Did_you_mean_to_call_this_expression:n(6212,3,"Did_you_mean_to_call_this_expression_6212","Did you mean to call this expression?"),Did_you_mean_to_use_new_with_this_expression:n(6213,3,"Did_you_mean_to_use_new_with_this_expression_6213","Did you mean to use 'new' with this expression?"),Enable_strict_bind_call_and_apply_methods_on_functions:n(6214,3,"Enable_strict_bind_call_and_apply_methods_on_functions_6214","Enable strict 'bind', 'call', and 'apply' methods on functions."),Using_compiler_options_of_project_reference_redirect_0:n(6215,3,"Using_compiler_options_of_project_reference_redirect_0_6215","Using compiler options of project reference redirect '{0}'."),Found_1_error:n(6216,3,"Found_1_error_6216","Found 1 error."),Found_0_errors:n(6217,3,"Found_0_errors_6217","Found {0} errors."),Module_name_0_was_successfully_resolved_to_1_with_Package_ID_2:n(6218,3,"Module_name_0_was_successfully_resolved_to_1_with_Package_ID_2_6218","======== Module name '{0}' was successfully resolved to '{1}' with Package ID '{2}'. ========"),Type_reference_directive_0_was_successfully_resolved_to_1_with_Package_ID_2_primary_Colon_3:n(6219,3,"Type_reference_directive_0_was_successfully_resolved_to_1_with_Package_ID_2_primary_Colon_3_6219","======== Type reference directive '{0}' was successfully resolved to '{1}' with Package ID '{2}', primary: {3}. ========"),package_json_had_a_falsy_0_field:n(6220,3,"package_json_had_a_falsy_0_field_6220","'package.json' had a falsy '{0}' field."),Disable_use_of_source_files_instead_of_declaration_files_from_referenced_projects:n(6221,3,"Disable_use_of_source_files_instead_of_declaration_files_from_referenced_projects_6221","Disable use of source files instead of declaration files from referenced projects."),Emit_class_fields_with_Define_instead_of_Set:n(6222,3,"Emit_class_fields_with_Define_instead_of_Set_6222","Emit class fields with Define instead of Set."),Generates_a_CPU_profile:n(6223,3,"Generates_a_CPU_profile_6223","Generates a CPU profile."),Disable_solution_searching_for_this_project:n(6224,3,"Disable_solution_searching_for_this_project_6224","Disable solution searching for this project."),Specify_strategy_for_watching_file_Colon_FixedPollingInterval_default_PriorityPollingInterval_DynamicPriorityPolling_FixedChunkSizePolling_UseFsEvents_UseFsEventsOnParentDirectory:n(6225,3,"Specify_strategy_for_watching_file_Colon_FixedPollingInterval_default_PriorityPollingInterval_Dynami_6225","Specify strategy for watching file: 'FixedPollingInterval' (default), 'PriorityPollingInterval', 'DynamicPriorityPolling', 'FixedChunkSizePolling', 'UseFsEvents', 'UseFsEventsOnParentDirectory'."),Specify_strategy_for_watching_directory_on_platforms_that_don_t_support_recursive_watching_natively_Colon_UseFsEvents_default_FixedPollingInterval_DynamicPriorityPolling_FixedChunkSizePolling:n(6226,3,"Specify_strategy_for_watching_directory_on_platforms_that_don_t_support_recursive_watching_natively__6226","Specify strategy for watching directory on platforms that don't support recursive watching natively: 'UseFsEvents' (default), 'FixedPollingInterval', 'DynamicPriorityPolling', 'FixedChunkSizePolling'."),Specify_strategy_for_creating_a_polling_watch_when_it_fails_to_create_using_file_system_events_Colon_FixedInterval_default_PriorityInterval_DynamicPriority_FixedChunkSize:n(6227,3,"Specify_strategy_for_creating_a_polling_watch_when_it_fails_to_create_using_file_system_events_Colon_6227","Specify strategy for creating a polling watch when it fails to create using file system events: 'FixedInterval' (default), 'PriorityInterval', 'DynamicPriority', 'FixedChunkSize'."),Tag_0_expects_at_least_1_arguments_but_the_JSX_factory_2_provides_at_most_3:n(6229,1,"Tag_0_expects_at_least_1_arguments_but_the_JSX_factory_2_provides_at_most_3_6229","Tag '{0}' expects at least '{1}' arguments, but the JSX factory '{2}' provides at most '{3}'."),Option_0_can_only_be_specified_in_tsconfig_json_file_or_set_to_false_or_null_on_command_line:n(6230,1,"Option_0_can_only_be_specified_in_tsconfig_json_file_or_set_to_false_or_null_on_command_line_6230","Option '{0}' can only be specified in 'tsconfig.json' file or set to 'false' or 'null' on command line."),Could_not_resolve_the_path_0_with_the_extensions_Colon_1:n(6231,1,"Could_not_resolve_the_path_0_with_the_extensions_Colon_1_6231","Could not resolve the path '{0}' with the extensions: {1}."),Declaration_augments_declaration_in_another_file_This_cannot_be_serialized:n(6232,1,"Declaration_augments_declaration_in_another_file_This_cannot_be_serialized_6232","Declaration augments declaration in another file. This cannot be serialized."),This_is_the_declaration_being_augmented_Consider_moving_the_augmenting_declaration_into_the_same_file:n(6233,1,"This_is_the_declaration_being_augmented_Consider_moving_the_augmenting_declaration_into_the_same_fil_6233","This is the declaration being augmented. Consider moving the augmenting declaration into the same file."),This_expression_is_not_callable_because_it_is_a_get_accessor_Did_you_mean_to_use_it_without:n(6234,1,"This_expression_is_not_callable_because_it_is_a_get_accessor_Did_you_mean_to_use_it_without_6234","This expression is not callable because it is a 'get' accessor. Did you mean to use it without '()'?"),Disable_loading_referenced_projects:n(6235,3,"Disable_loading_referenced_projects_6235","Disable loading referenced projects."),Arguments_for_the_rest_parameter_0_were_not_provided:n(6236,1,"Arguments_for_the_rest_parameter_0_were_not_provided_6236","Arguments for the rest parameter '{0}' were not provided."),Generates_an_event_trace_and_a_list_of_types:n(6237,3,"Generates_an_event_trace_and_a_list_of_types_6237","Generates an event trace and a list of types."),Specify_the_module_specifier_to_be_used_to_import_the_jsx_and_jsxs_factory_functions_from_eg_react:n(6238,1,"Specify_the_module_specifier_to_be_used_to_import_the_jsx_and_jsxs_factory_functions_from_eg_react_6238","Specify the module specifier to be used to import the 'jsx' and 'jsxs' factory functions from. eg, react"),File_0_exists_according_to_earlier_cached_lookups:n(6239,3,"File_0_exists_according_to_earlier_cached_lookups_6239","File '{0}' exists according to earlier cached lookups."),File_0_does_not_exist_according_to_earlier_cached_lookups:n(6240,3,"File_0_does_not_exist_according_to_earlier_cached_lookups_6240","File '{0}' does not exist according to earlier cached lookups."),Resolution_for_type_reference_directive_0_was_found_in_cache_from_location_1:n(6241,3,"Resolution_for_type_reference_directive_0_was_found_in_cache_from_location_1_6241","Resolution for type reference directive '{0}' was found in cache from location '{1}'."),Resolving_type_reference_directive_0_containing_file_1:n(6242,3,"Resolving_type_reference_directive_0_containing_file_1_6242","======== Resolving type reference directive '{0}', containing file '{1}'. ========"),Interpret_optional_property_types_as_written_rather_than_adding_undefined:n(6243,3,"Interpret_optional_property_types_as_written_rather_than_adding_undefined_6243","Interpret optional property types as written, rather than adding 'undefined'."),Modules:n(6244,3,"Modules_6244","Modules"),File_Management:n(6245,3,"File_Management_6245","File Management"),Emit:n(6246,3,"Emit_6246","Emit"),JavaScript_Support:n(6247,3,"JavaScript_Support_6247","JavaScript Support"),Type_Checking:n(6248,3,"Type_Checking_6248","Type Checking"),Editor_Support:n(6249,3,"Editor_Support_6249","Editor Support"),Watch_and_Build_Modes:n(6250,3,"Watch_and_Build_Modes_6250","Watch and Build Modes"),Compiler_Diagnostics:n(6251,3,"Compiler_Diagnostics_6251","Compiler Diagnostics"),Interop_Constraints:n(6252,3,"Interop_Constraints_6252","Interop Constraints"),Backwards_Compatibility:n(6253,3,"Backwards_Compatibility_6253","Backwards Compatibility"),Language_and_Environment:n(6254,3,"Language_and_Environment_6254","Language and Environment"),Projects:n(6255,3,"Projects_6255","Projects"),Output_Formatting:n(6256,3,"Output_Formatting_6256","Output Formatting"),Completeness:n(6257,3,"Completeness_6257","Completeness"),_0_should_be_set_inside_the_compilerOptions_object_of_the_config_json_file:n(6258,1,"_0_should_be_set_inside_the_compilerOptions_object_of_the_config_json_file_6258","'{0}' should be set inside the 'compilerOptions' object of the config json file"),Found_1_error_in_0:n(6259,3,"Found_1_error_in_0_6259","Found 1 error in {0}"),Found_0_errors_in_the_same_file_starting_at_Colon_1:n(6260,3,"Found_0_errors_in_the_same_file_starting_at_Colon_1_6260","Found {0} errors in the same file, starting at: {1}"),Found_0_errors_in_1_files:n(6261,3,"Found_0_errors_in_1_files_6261","Found {0} errors in {1} files."),File_name_0_has_a_1_extension_looking_up_2_instead:n(6262,3,"File_name_0_has_a_1_extension_looking_up_2_instead_6262","File name '{0}' has a '{1}' extension - looking up '{2}' instead."),Module_0_was_resolved_to_1_but_allowArbitraryExtensions_is_not_set:n(6263,1,"Module_0_was_resolved_to_1_but_allowArbitraryExtensions_is_not_set_6263","Module '{0}' was resolved to '{1}', but '--allowArbitraryExtensions' is not set."),Enable_importing_files_with_any_extension_provided_a_declaration_file_is_present:n(6264,3,"Enable_importing_files_with_any_extension_provided_a_declaration_file_is_present_6264","Enable importing files with any extension, provided a declaration file is present."),Resolving_type_reference_directive_for_program_that_specifies_custom_typeRoots_skipping_lookup_in_node_modules_folder:n(6265,3,"Resolving_type_reference_directive_for_program_that_specifies_custom_typeRoots_skipping_lookup_in_no_6265","Resolving type reference directive for program that specifies custom typeRoots, skipping lookup in 'node_modules' folder."),Option_0_can_only_be_specified_on_command_line:n(6266,1,"Option_0_can_only_be_specified_on_command_line_6266","Option '{0}' can only be specified on command line."),Directory_0_has_no_containing_package_json_scope_Imports_will_not_resolve:n(6270,3,"Directory_0_has_no_containing_package_json_scope_Imports_will_not_resolve_6270","Directory '{0}' has no containing package.json scope. Imports will not resolve."),Import_specifier_0_does_not_exist_in_package_json_scope_at_path_1:n(6271,3,"Import_specifier_0_does_not_exist_in_package_json_scope_at_path_1_6271","Import specifier '{0}' does not exist in package.json scope at path '{1}'."),Invalid_import_specifier_0_has_no_possible_resolutions:n(6272,3,"Invalid_import_specifier_0_has_no_possible_resolutions_6272","Invalid import specifier '{0}' has no possible resolutions."),package_json_scope_0_has_no_imports_defined:n(6273,3,"package_json_scope_0_has_no_imports_defined_6273","package.json scope '{0}' has no imports defined."),package_json_scope_0_explicitly_maps_specifier_1_to_null:n(6274,3,"package_json_scope_0_explicitly_maps_specifier_1_to_null_6274","package.json scope '{0}' explicitly maps specifier '{1}' to null."),package_json_scope_0_has_invalid_type_for_target_of_specifier_1:n(6275,3,"package_json_scope_0_has_invalid_type_for_target_of_specifier_1_6275","package.json scope '{0}' has invalid type for target of specifier '{1}'"),Export_specifier_0_does_not_exist_in_package_json_scope_at_path_1:n(6276,3,"Export_specifier_0_does_not_exist_in_package_json_scope_at_path_1_6276","Export specifier '{0}' does not exist in package.json scope at path '{1}'."),Resolution_of_non_relative_name_failed_trying_with_modern_Node_resolution_features_disabled_to_see_if_npm_library_needs_configuration_update:n(6277,3,"Resolution_of_non_relative_name_failed_trying_with_modern_Node_resolution_features_disabled_to_see_i_6277","Resolution of non-relative name failed; trying with modern Node resolution features disabled to see if npm library needs configuration update."),There_are_types_at_0_but_this_result_could_not_be_resolved_when_respecting_package_json_exports_The_1_library_may_need_to_update_its_package_json_or_typings:n(6278,3,"There_are_types_at_0_but_this_result_could_not_be_resolved_when_respecting_package_json_exports_The__6278",`There are types at '{0}', but this result could not be resolved when respecting package.json "exports". The '{1}' library may need to update its package.json or typings.`),Resolution_of_non_relative_name_failed_trying_with_moduleResolution_bundler_to_see_if_project_may_need_configuration_update:n(6279,3,"Resolution_of_non_relative_name_failed_trying_with_moduleResolution_bundler_to_see_if_project_may_ne_6279","Resolution of non-relative name failed; trying with '--moduleResolution bundler' to see if project may need configuration update."),There_are_types_at_0_but_this_result_could_not_be_resolved_under_your_current_moduleResolution_setting_Consider_updating_to_node16_nodenext_or_bundler:n(6280,3,"There_are_types_at_0_but_this_result_could_not_be_resolved_under_your_current_moduleResolution_setti_6280","There are types at '{0}', but this result could not be resolved under your current 'moduleResolution' setting. Consider updating to 'node16', 'nodenext', or 'bundler'."),package_json_has_a_peerDependencies_field:n(6281,3,"package_json_has_a_peerDependencies_field_6281","'package.json' has a 'peerDependencies' field."),Found_peerDependency_0_with_1_version:n(6282,3,"Found_peerDependency_0_with_1_version_6282","Found peerDependency '{0}' with '{1}' version."),Failed_to_find_peerDependency_0:n(6283,3,"Failed_to_find_peerDependency_0_6283","Failed to find peerDependency '{0}'."),File_Layout:n(6284,3,"File_Layout_6284","File Layout"),Environment_Settings:n(6285,3,"Environment_Settings_6285","Environment Settings"),See_also_https_Colon_Slash_Slashaka_ms_Slashtsconfig_Slashmodule:n(6286,3,"See_also_https_Colon_Slash_Slashaka_ms_Slashtsconfig_Slashmodule_6286","See also https://aka.ms/tsconfig/module"),For_nodejs_Colon:n(6287,3,"For_nodejs_Colon_6287","For nodejs:"),and_npm_install_D_types_Slashnode:n(6290,3,"and_npm_install_D_types_Slashnode_6290","and npm install -D @types/node"),Other_Outputs:n(6291,3,"Other_Outputs_6291","Other Outputs"),Stricter_Typechecking_Options:n(6292,3,"Stricter_Typechecking_Options_6292","Stricter Typechecking Options"),Style_Options:n(6293,3,"Style_Options_6293","Style Options"),Recommended_Options:n(6294,3,"Recommended_Options_6294","Recommended Options"),Enable_project_compilation:n(6302,3,"Enable_project_compilation_6302","Enable project compilation"),Composite_projects_may_not_disable_declaration_emit:n(6304,1,"Composite_projects_may_not_disable_declaration_emit_6304","Composite projects may not disable declaration emit."),Output_file_0_has_not_been_built_from_source_file_1:n(6305,1,"Output_file_0_has_not_been_built_from_source_file_1_6305","Output file '{0}' has not been built from source file '{1}'."),Referenced_project_0_must_have_setting_composite_Colon_true:n(6306,1,"Referenced_project_0_must_have_setting_composite_Colon_true_6306",`Referenced project '{0}' must have setting "composite": true.`),File_0_is_not_listed_within_the_file_list_of_project_1_Projects_must_list_all_files_or_use_an_include_pattern:n(6307,1,"File_0_is_not_listed_within_the_file_list_of_project_1_Projects_must_list_all_files_or_use_an_includ_6307","File '{0}' is not listed within the file list of project '{1}'. Projects must list all files or use an 'include' pattern."),Referenced_project_0_may_not_disable_emit:n(6310,1,"Referenced_project_0_may_not_disable_emit_6310","Referenced project '{0}' may not disable emit."),Project_0_is_out_of_date_because_output_1_is_older_than_input_2:n(6350,3,"Project_0_is_out_of_date_because_output_1_is_older_than_input_2_6350","Project '{0}' is out of date because output '{1}' is older than input '{2}'"),Project_0_is_up_to_date_because_newest_input_1_is_older_than_output_2:n(6351,3,"Project_0_is_up_to_date_because_newest_input_1_is_older_than_output_2_6351","Project '{0}' is up to date because newest input '{1}' is older than output '{2}'"),Project_0_is_out_of_date_because_output_file_1_does_not_exist:n(6352,3,"Project_0_is_out_of_date_because_output_file_1_does_not_exist_6352","Project '{0}' is out of date because output file '{1}' does not exist"),Project_0_is_out_of_date_because_its_dependency_1_is_out_of_date:n(6353,3,"Project_0_is_out_of_date_because_its_dependency_1_is_out_of_date_6353","Project '{0}' is out of date because its dependency '{1}' is out of date"),Project_0_is_up_to_date_with_d_ts_files_from_its_dependencies:n(6354,3,"Project_0_is_up_to_date_with_d_ts_files_from_its_dependencies_6354","Project '{0}' is up to date with .d.ts files from its dependencies"),Projects_in_this_build_Colon_0:n(6355,3,"Projects_in_this_build_Colon_0_6355","Projects in this build: {0}"),A_non_dry_build_would_delete_the_following_files_Colon_0:n(6356,3,"A_non_dry_build_would_delete_the_following_files_Colon_0_6356","A non-dry build would delete the following files: {0}"),A_non_dry_build_would_build_project_0:n(6357,3,"A_non_dry_build_would_build_project_0_6357","A non-dry build would build project '{0}'"),Building_project_0:n(6358,3,"Building_project_0_6358","Building project '{0}'..."),Updating_output_timestamps_of_project_0:n(6359,3,"Updating_output_timestamps_of_project_0_6359","Updating output timestamps of project '{0}'..."),Project_0_is_up_to_date:n(6361,3,"Project_0_is_up_to_date_6361","Project '{0}' is up to date"),Skipping_build_of_project_0_because_its_dependency_1_has_errors:n(6362,3,"Skipping_build_of_project_0_because_its_dependency_1_has_errors_6362","Skipping build of project '{0}' because its dependency '{1}' has errors"),Project_0_can_t_be_built_because_its_dependency_1_has_errors:n(6363,3,"Project_0_can_t_be_built_because_its_dependency_1_has_errors_6363","Project '{0}' can't be built because its dependency '{1}' has errors"),Build_one_or_more_projects_and_their_dependencies_if_out_of_date:n(6364,3,"Build_one_or_more_projects_and_their_dependencies_if_out_of_date_6364","Build one or more projects and their dependencies, if out of date"),Delete_the_outputs_of_all_projects:n(6365,3,"Delete_the_outputs_of_all_projects_6365","Delete the outputs of all projects."),Show_what_would_be_built_or_deleted_if_specified_with_clean:n(6367,3,"Show_what_would_be_built_or_deleted_if_specified_with_clean_6367","Show what would be built (or deleted, if specified with '--clean')"),Option_build_must_be_the_first_command_line_argument:n(6369,1,"Option_build_must_be_the_first_command_line_argument_6369","Option '--build' must be the first command line argument."),Options_0_and_1_cannot_be_combined:n(6370,1,"Options_0_and_1_cannot_be_combined_6370","Options '{0}' and '{1}' cannot be combined."),Updating_unchanged_output_timestamps_of_project_0:n(6371,3,"Updating_unchanged_output_timestamps_of_project_0_6371","Updating unchanged output timestamps of project '{0}'..."),A_non_dry_build_would_update_timestamps_for_output_of_project_0:n(6374,3,"A_non_dry_build_would_update_timestamps_for_output_of_project_0_6374","A non-dry build would update timestamps for output of project '{0}'"),Cannot_write_file_0_because_it_will_overwrite_tsbuildinfo_file_generated_by_referenced_project_1:n(6377,1,"Cannot_write_file_0_because_it_will_overwrite_tsbuildinfo_file_generated_by_referenced_project_1_6377","Cannot write file '{0}' because it will overwrite '.tsbuildinfo' file generated by referenced project '{1}'"),Composite_projects_may_not_disable_incremental_compilation:n(6379,1,"Composite_projects_may_not_disable_incremental_compilation_6379","Composite projects may not disable incremental compilation."),Specify_file_to_store_incremental_compilation_information:n(6380,3,"Specify_file_to_store_incremental_compilation_information_6380","Specify file to store incremental compilation information"),Project_0_is_out_of_date_because_output_for_it_was_generated_with_version_1_that_differs_with_current_version_2:n(6381,3,"Project_0_is_out_of_date_because_output_for_it_was_generated_with_version_1_that_differs_with_curren_6381","Project '{0}' is out of date because output for it was generated with version '{1}' that differs with current version '{2}'"),Skipping_build_of_project_0_because_its_dependency_1_was_not_built:n(6382,3,"Skipping_build_of_project_0_because_its_dependency_1_was_not_built_6382","Skipping build of project '{0}' because its dependency '{1}' was not built"),Project_0_can_t_be_built_because_its_dependency_1_was_not_built:n(6383,3,"Project_0_can_t_be_built_because_its_dependency_1_was_not_built_6383","Project '{0}' can't be built because its dependency '{1}' was not built"),Have_recompiles_in_incremental_and_watch_assume_that_changes_within_a_file_will_only_affect_files_directly_depending_on_it:n(6384,3,"Have_recompiles_in_incremental_and_watch_assume_that_changes_within_a_file_will_only_affect_files_di_6384","Have recompiles in '--incremental' and '--watch' assume that changes within a file will only affect files directly depending on it."),_0_is_deprecated:n(6385,2,"_0_is_deprecated_6385","'{0}' is deprecated.",void 0,void 0,!0),Performance_timings_for_diagnostics_or_extendedDiagnostics_are_not_available_in_this_session_A_native_implementation_of_the_Web_Performance_API_could_not_be_found:n(6386,3,"Performance_timings_for_diagnostics_or_extendedDiagnostics_are_not_available_in_this_session_A_nativ_6386","Performance timings for '--diagnostics' or '--extendedDiagnostics' are not available in this session. A native implementation of the Web Performance API could not be found."),The_signature_0_of_1_is_deprecated:n(6387,2,"The_signature_0_of_1_is_deprecated_6387","The signature '{0}' of '{1}' is deprecated.",void 0,void 0,!0),Project_0_is_being_forcibly_rebuilt:n(6388,3,"Project_0_is_being_forcibly_rebuilt_6388","Project '{0}' is being forcibly rebuilt"),Reusing_resolution_of_module_0_from_1_of_old_program_it_was_not_resolved:n(6389,3,"Reusing_resolution_of_module_0_from_1_of_old_program_it_was_not_resolved_6389","Reusing resolution of module '{0}' from '{1}' of old program, it was not resolved."),Reusing_resolution_of_type_reference_directive_0_from_1_of_old_program_it_was_successfully_resolved_to_2:n(6390,3,"Reusing_resolution_of_type_reference_directive_0_from_1_of_old_program_it_was_successfully_resolved__6390","Reusing resolution of type reference directive '{0}' from '{1}' of old program, it was successfully resolved to '{2}'."),Reusing_resolution_of_type_reference_directive_0_from_1_of_old_program_it_was_successfully_resolved_to_2_with_Package_ID_3:n(6391,3,"Reusing_resolution_of_type_reference_directive_0_from_1_of_old_program_it_was_successfully_resolved__6391","Reusing resolution of type reference directive '{0}' from '{1}' of old program, it was successfully resolved to '{2}' with Package ID '{3}'."),Reusing_resolution_of_type_reference_directive_0_from_1_of_old_program_it_was_not_resolved:n(6392,3,"Reusing_resolution_of_type_reference_directive_0_from_1_of_old_program_it_was_not_resolved_6392","Reusing resolution of type reference directive '{0}' from '{1}' of old program, it was not resolved."),Reusing_resolution_of_module_0_from_1_found_in_cache_from_location_2_it_was_successfully_resolved_to_3:n(6393,3,"Reusing_resolution_of_module_0_from_1_found_in_cache_from_location_2_it_was_successfully_resolved_to_6393","Reusing resolution of module '{0}' from '{1}' found in cache from location '{2}', it was successfully resolved to '{3}'."),Reusing_resolution_of_module_0_from_1_found_in_cache_from_location_2_it_was_successfully_resolved_to_3_with_Package_ID_4:n(6394,3,"Reusing_resolution_of_module_0_from_1_found_in_cache_from_location_2_it_was_successfully_resolved_to_6394","Reusing resolution of module '{0}' from '{1}' found in cache from location '{2}', it was successfully resolved to '{3}' with Package ID '{4}'."),Reusing_resolution_of_module_0_from_1_found_in_cache_from_location_2_it_was_not_resolved:n(6395,3,"Reusing_resolution_of_module_0_from_1_found_in_cache_from_location_2_it_was_not_resolved_6395","Reusing resolution of module '{0}' from '{1}' found in cache from location '{2}', it was not resolved."),Reusing_resolution_of_type_reference_directive_0_from_1_found_in_cache_from_location_2_it_was_successfully_resolved_to_3:n(6396,3,"Reusing_resolution_of_type_reference_directive_0_from_1_found_in_cache_from_location_2_it_was_succes_6396","Reusing resolution of type reference directive '{0}' from '{1}' found in cache from location '{2}', it was successfully resolved to '{3}'."),Reusing_resolution_of_type_reference_directive_0_from_1_found_in_cache_from_location_2_it_was_successfully_resolved_to_3_with_Package_ID_4:n(6397,3,"Reusing_resolution_of_type_reference_directive_0_from_1_found_in_cache_from_location_2_it_was_succes_6397","Reusing resolution of type reference directive '{0}' from '{1}' found in cache from location '{2}', it was successfully resolved to '{3}' with Package ID '{4}'."),Reusing_resolution_of_type_reference_directive_0_from_1_found_in_cache_from_location_2_it_was_not_resolved:n(6398,3,"Reusing_resolution_of_type_reference_directive_0_from_1_found_in_cache_from_location_2_it_was_not_re_6398","Reusing resolution of type reference directive '{0}' from '{1}' found in cache from location '{2}', it was not resolved."),Project_0_is_out_of_date_because_buildinfo_file_1_indicates_that_some_of_the_changes_were_not_emitted:n(6399,3,"Project_0_is_out_of_date_because_buildinfo_file_1_indicates_that_some_of_the_changes_were_not_emitte_6399","Project '{0}' is out of date because buildinfo file '{1}' indicates that some of the changes were not emitted"),Project_0_is_up_to_date_but_needs_to_update_timestamps_of_output_files_that_are_older_than_input_files:n(6400,3,"Project_0_is_up_to_date_but_needs_to_update_timestamps_of_output_files_that_are_older_than_input_fil_6400","Project '{0}' is up to date but needs to update timestamps of output files that are older than input files"),Project_0_is_out_of_date_because_there_was_error_reading_file_1:n(6401,3,"Project_0_is_out_of_date_because_there_was_error_reading_file_1_6401","Project '{0}' is out of date because there was error reading file '{1}'"),Resolving_in_0_mode_with_conditions_1:n(6402,3,"Resolving_in_0_mode_with_conditions_1_6402","Resolving in {0} mode with conditions {1}."),Matched_0_condition_1:n(6403,3,"Matched_0_condition_1_6403","Matched '{0}' condition '{1}'."),Using_0_subpath_1_with_target_2:n(6404,3,"Using_0_subpath_1_with_target_2_6404","Using '{0}' subpath '{1}' with target '{2}'."),Saw_non_matching_condition_0:n(6405,3,"Saw_non_matching_condition_0_6405","Saw non-matching condition '{0}'."),Project_0_is_out_of_date_because_buildinfo_file_1_indicates_there_is_change_in_compilerOptions:n(6406,3,"Project_0_is_out_of_date_because_buildinfo_file_1_indicates_there_is_change_in_compilerOptions_6406","Project '{0}' is out of date because buildinfo file '{1}' indicates there is change in compilerOptions"),Allow_imports_to_include_TypeScript_file_extensions_Requires_moduleResolution_bundler_and_either_noEmit_or_emitDeclarationOnly_to_be_set:n(6407,3,"Allow_imports_to_include_TypeScript_file_extensions_Requires_moduleResolution_bundler_and_either_noE_6407","Allow imports to include TypeScript file extensions. Requires '--moduleResolution bundler' and either '--noEmit' or '--emitDeclarationOnly' to be set."),Use_the_package_json_exports_field_when_resolving_package_imports:n(6408,3,"Use_the_package_json_exports_field_when_resolving_package_imports_6408","Use the package.json 'exports' field when resolving package imports."),Use_the_package_json_imports_field_when_resolving_imports:n(6409,3,"Use_the_package_json_imports_field_when_resolving_imports_6409","Use the package.json 'imports' field when resolving imports."),Conditions_to_set_in_addition_to_the_resolver_specific_defaults_when_resolving_imports:n(6410,3,"Conditions_to_set_in_addition_to_the_resolver_specific_defaults_when_resolving_imports_6410","Conditions to set in addition to the resolver-specific defaults when resolving imports."),true_when_moduleResolution_is_node16_nodenext_or_bundler_otherwise_false:n(6411,3,"true_when_moduleResolution_is_node16_nodenext_or_bundler_otherwise_false_6411","`true` when 'moduleResolution' is 'node16', 'nodenext', or 'bundler'; otherwise `false`."),Project_0_is_out_of_date_because_buildinfo_file_1_indicates_that_file_2_was_root_file_of_compilation_but_not_any_more:n(6412,3,"Project_0_is_out_of_date_because_buildinfo_file_1_indicates_that_file_2_was_root_file_of_compilation_6412","Project '{0}' is out of date because buildinfo file '{1}' indicates that file '{2}' was root file of compilation but not any more."),Entering_conditional_exports:n(6413,3,"Entering_conditional_exports_6413","Entering conditional exports."),Resolved_under_condition_0:n(6414,3,"Resolved_under_condition_0_6414","Resolved under condition '{0}'."),Failed_to_resolve_under_condition_0:n(6415,3,"Failed_to_resolve_under_condition_0_6415","Failed to resolve under condition '{0}'."),Exiting_conditional_exports:n(6416,3,"Exiting_conditional_exports_6416","Exiting conditional exports."),Searching_all_ancestor_node_modules_directories_for_preferred_extensions_Colon_0:n(6417,3,"Searching_all_ancestor_node_modules_directories_for_preferred_extensions_Colon_0_6417","Searching all ancestor node_modules directories for preferred extensions: {0}."),Searching_all_ancestor_node_modules_directories_for_fallback_extensions_Colon_0:n(6418,3,"Searching_all_ancestor_node_modules_directories_for_fallback_extensions_Colon_0_6418","Searching all ancestor node_modules directories for fallback extensions: {0}."),Project_0_is_out_of_date_because_buildinfo_file_1_indicates_that_program_needs_to_report_errors:n(6419,3,"Project_0_is_out_of_date_because_buildinfo_file_1_indicates_that_program_needs_to_report_errors_6419","Project '{0}' is out of date because buildinfo file '{1}' indicates that program needs to report errors."),Project_0_is_out_of_date_because_1:n(6420,3,"Project_0_is_out_of_date_because_1_6420","Project '{0}' is out of date because {1}."),Rewrite_ts_tsx_mts_and_cts_file_extensions_in_relative_import_paths_to_their_JavaScript_equivalent_in_output_files:n(6421,3,"Rewrite_ts_tsx_mts_and_cts_file_extensions_in_relative_import_paths_to_their_JavaScript_equivalent_i_6421","Rewrite '.ts', '.tsx', '.mts', and '.cts' file extensions in relative import paths to their JavaScript equivalent in output files."),The_expected_type_comes_from_property_0_which_is_declared_here_on_type_1:n(6500,3,"The_expected_type_comes_from_property_0_which_is_declared_here_on_type_1_6500","The expected type comes from property '{0}' which is declared here on type '{1}'"),The_expected_type_comes_from_this_index_signature:n(6501,3,"The_expected_type_comes_from_this_index_signature_6501","The expected type comes from this index signature."),The_expected_type_comes_from_the_return_type_of_this_signature:n(6502,3,"The_expected_type_comes_from_the_return_type_of_this_signature_6502","The expected type comes from the return type of this signature."),Print_names_of_files_that_are_part_of_the_compilation_and_then_stop_processing:n(6503,3,"Print_names_of_files_that_are_part_of_the_compilation_and_then_stop_processing_6503","Print names of files that are part of the compilation and then stop processing."),File_0_is_a_JavaScript_file_Did_you_mean_to_enable_the_allowJs_option:n(6504,1,"File_0_is_a_JavaScript_file_Did_you_mean_to_enable_the_allowJs_option_6504","File '{0}' is a JavaScript file. Did you mean to enable the 'allowJs' option?"),Print_names_of_files_and_the_reason_they_are_part_of_the_compilation:n(6505,3,"Print_names_of_files_and_the_reason_they_are_part_of_the_compilation_6505","Print names of files and the reason they are part of the compilation."),Consider_adding_a_declare_modifier_to_this_class:n(6506,3,"Consider_adding_a_declare_modifier_to_this_class_6506","Consider adding a 'declare' modifier to this class."),Allow_JavaScript_files_to_be_a_part_of_your_program_Use_the_checkJs_option_to_get_errors_from_these_files:n(6600,3,"Allow_JavaScript_files_to_be_a_part_of_your_program_Use_the_checkJs_option_to_get_errors_from_these__6600","Allow JavaScript files to be a part of your program. Use the 'checkJs' option to get errors from these files."),Allow_import_x_from_y_when_a_module_doesn_t_have_a_default_export:n(6601,3,"Allow_import_x_from_y_when_a_module_doesn_t_have_a_default_export_6601","Allow 'import x from y' when a module doesn't have a default export."),Allow_accessing_UMD_globals_from_modules:n(6602,3,"Allow_accessing_UMD_globals_from_modules_6602","Allow accessing UMD globals from modules."),Disable_error_reporting_for_unreachable_code:n(6603,3,"Disable_error_reporting_for_unreachable_code_6603","Disable error reporting for unreachable code."),Disable_error_reporting_for_unused_labels:n(6604,3,"Disable_error_reporting_for_unused_labels_6604","Disable error reporting for unused labels."),Ensure_use_strict_is_always_emitted:n(6605,3,"Ensure_use_strict_is_always_emitted_6605","Ensure 'use strict' is always emitted."),Have_recompiles_in_projects_that_use_incremental_and_watch_mode_assume_that_changes_within_a_file_will_only_affect_files_directly_depending_on_it:n(6606,3,"Have_recompiles_in_projects_that_use_incremental_and_watch_mode_assume_that_changes_within_a_file_wi_6606","Have recompiles in projects that use 'incremental' and 'watch' mode assume that changes within a file will only affect files directly depending on it."),Specify_the_base_directory_to_resolve_non_relative_module_names:n(6607,3,"Specify_the_base_directory_to_resolve_non_relative_module_names_6607","Specify the base directory to resolve non-relative module names."),No_longer_supported_In_early_versions_manually_set_the_text_encoding_for_reading_files:n(6608,3,"No_longer_supported_In_early_versions_manually_set_the_text_encoding_for_reading_files_6608","No longer supported. In early versions, manually set the text encoding for reading files."),Enable_error_reporting_in_type_checked_JavaScript_files:n(6609,3,"Enable_error_reporting_in_type_checked_JavaScript_files_6609","Enable error reporting in type-checked JavaScript files."),Enable_constraints_that_allow_a_TypeScript_project_to_be_used_with_project_references:n(6611,3,"Enable_constraints_that_allow_a_TypeScript_project_to_be_used_with_project_references_6611","Enable constraints that allow a TypeScript project to be used with project references."),Generate_d_ts_files_from_TypeScript_and_JavaScript_files_in_your_project:n(6612,3,"Generate_d_ts_files_from_TypeScript_and_JavaScript_files_in_your_project_6612","Generate .d.ts files from TypeScript and JavaScript files in your project."),Specify_the_output_directory_for_generated_declaration_files:n(6613,3,"Specify_the_output_directory_for_generated_declaration_files_6613","Specify the output directory for generated declaration files."),Create_sourcemaps_for_d_ts_files:n(6614,3,"Create_sourcemaps_for_d_ts_files_6614","Create sourcemaps for d.ts files."),Output_compiler_performance_information_after_building:n(6615,3,"Output_compiler_performance_information_after_building_6615","Output compiler performance information after building."),Disables_inference_for_type_acquisition_by_looking_at_filenames_in_a_project:n(6616,3,"Disables_inference_for_type_acquisition_by_looking_at_filenames_in_a_project_6616","Disables inference for type acquisition by looking at filenames in a project."),Reduce_the_number_of_projects_loaded_automatically_by_TypeScript:n(6617,3,"Reduce_the_number_of_projects_loaded_automatically_by_TypeScript_6617","Reduce the number of projects loaded automatically by TypeScript."),Remove_the_20mb_cap_on_total_source_code_size_for_JavaScript_files_in_the_TypeScript_language_server:n(6618,3,"Remove_the_20mb_cap_on_total_source_code_size_for_JavaScript_files_in_the_TypeScript_language_server_6618","Remove the 20mb cap on total source code size for JavaScript files in the TypeScript language server."),Opt_a_project_out_of_multi_project_reference_checking_when_editing:n(6619,3,"Opt_a_project_out_of_multi_project_reference_checking_when_editing_6619","Opt a project out of multi-project reference checking when editing."),Disable_preferring_source_files_instead_of_declaration_files_when_referencing_composite_projects:n(6620,3,"Disable_preferring_source_files_instead_of_declaration_files_when_referencing_composite_projects_6620","Disable preferring source files instead of declaration files when referencing composite projects."),Emit_more_compliant_but_verbose_and_less_performant_JavaScript_for_iteration:n(6621,3,"Emit_more_compliant_but_verbose_and_less_performant_JavaScript_for_iteration_6621","Emit more compliant, but verbose and less performant JavaScript for iteration."),Emit_a_UTF_8_Byte_Order_Mark_BOM_in_the_beginning_of_output_files:n(6622,3,"Emit_a_UTF_8_Byte_Order_Mark_BOM_in_the_beginning_of_output_files_6622","Emit a UTF-8 Byte Order Mark (BOM) in the beginning of output files."),Only_output_d_ts_files_and_not_JavaScript_files:n(6623,3,"Only_output_d_ts_files_and_not_JavaScript_files_6623","Only output d.ts files and not JavaScript files."),Emit_design_type_metadata_for_decorated_declarations_in_source_files:n(6624,3,"Emit_design_type_metadata_for_decorated_declarations_in_source_files_6624","Emit design-type metadata for decorated declarations in source files."),Disable_the_type_acquisition_for_JavaScript_projects:n(6625,3,"Disable_the_type_acquisition_for_JavaScript_projects_6625","Disable the type acquisition for JavaScript projects"),Emit_additional_JavaScript_to_ease_support_for_importing_CommonJS_modules_This_enables_allowSyntheticDefaultImports_for_type_compatibility:n(6626,3,"Emit_additional_JavaScript_to_ease_support_for_importing_CommonJS_modules_This_enables_allowSyntheti_6626","Emit additional JavaScript to ease support for importing CommonJS modules. This enables 'allowSyntheticDefaultImports' for type compatibility."),Filters_results_from_the_include_option:n(6627,3,"Filters_results_from_the_include_option_6627","Filters results from the `include` option."),Remove_a_list_of_directories_from_the_watch_process:n(6628,3,"Remove_a_list_of_directories_from_the_watch_process_6628","Remove a list of directories from the watch process."),Remove_a_list_of_files_from_the_watch_mode_s_processing:n(6629,3,"Remove_a_list_of_files_from_the_watch_mode_s_processing_6629","Remove a list of files from the watch mode's processing."),Enable_experimental_support_for_legacy_experimental_decorators:n(6630,3,"Enable_experimental_support_for_legacy_experimental_decorators_6630","Enable experimental support for legacy experimental decorators."),Print_files_read_during_the_compilation_including_why_it_was_included:n(6631,3,"Print_files_read_during_the_compilation_including_why_it_was_included_6631","Print files read during the compilation including why it was included."),Output_more_detailed_compiler_performance_information_after_building:n(6632,3,"Output_more_detailed_compiler_performance_information_after_building_6632","Output more detailed compiler performance information after building."),Specify_one_or_more_path_or_node_module_references_to_base_configuration_files_from_which_settings_are_inherited:n(6633,3,"Specify_one_or_more_path_or_node_module_references_to_base_configuration_files_from_which_settings_a_6633","Specify one or more path or node module references to base configuration files from which settings are inherited."),Specify_what_approach_the_watcher_should_use_if_the_system_runs_out_of_native_file_watchers:n(6634,3,"Specify_what_approach_the_watcher_should_use_if_the_system_runs_out_of_native_file_watchers_6634","Specify what approach the watcher should use if the system runs out of native file watchers."),Include_a_list_of_files_This_does_not_support_glob_patterns_as_opposed_to_include:n(6635,3,"Include_a_list_of_files_This_does_not_support_glob_patterns_as_opposed_to_include_6635","Include a list of files. This does not support glob patterns, as opposed to `include`."),Build_all_projects_including_those_that_appear_to_be_up_to_date:n(6636,3,"Build_all_projects_including_those_that_appear_to_be_up_to_date_6636","Build all projects, including those that appear to be up to date."),Ensure_that_casing_is_correct_in_imports:n(6637,3,"Ensure_that_casing_is_correct_in_imports_6637","Ensure that casing is correct in imports."),Emit_a_v8_CPU_profile_of_the_compiler_run_for_debugging:n(6638,3,"Emit_a_v8_CPU_profile_of_the_compiler_run_for_debugging_6638","Emit a v8 CPU profile of the compiler run for debugging."),Allow_importing_helper_functions_from_tslib_once_per_project_instead_of_including_them_per_file:n(6639,3,"Allow_importing_helper_functions_from_tslib_once_per_project_instead_of_including_them_per_file_6639","Allow importing helper functions from tslib once per project, instead of including them per-file."),Skip_building_downstream_projects_on_error_in_upstream_project:n(6640,3,"Skip_building_downstream_projects_on_error_in_upstream_project_6640","Skip building downstream projects on error in upstream project."),Specify_a_list_of_glob_patterns_that_match_files_to_be_included_in_compilation:n(6641,3,"Specify_a_list_of_glob_patterns_that_match_files_to_be_included_in_compilation_6641","Specify a list of glob patterns that match files to be included in compilation."),Save_tsbuildinfo_files_to_allow_for_incremental_compilation_of_projects:n(6642,3,"Save_tsbuildinfo_files_to_allow_for_incremental_compilation_of_projects_6642","Save .tsbuildinfo files to allow for incremental compilation of projects."),Include_sourcemap_files_inside_the_emitted_JavaScript:n(6643,3,"Include_sourcemap_files_inside_the_emitted_JavaScript_6643","Include sourcemap files inside the emitted JavaScript."),Include_source_code_in_the_sourcemaps_inside_the_emitted_JavaScript:n(6644,3,"Include_source_code_in_the_sourcemaps_inside_the_emitted_JavaScript_6644","Include source code in the sourcemaps inside the emitted JavaScript."),Ensure_that_each_file_can_be_safely_transpiled_without_relying_on_other_imports:n(6645,3,"Ensure_that_each_file_can_be_safely_transpiled_without_relying_on_other_imports_6645","Ensure that each file can be safely transpiled without relying on other imports."),Specify_what_JSX_code_is_generated:n(6646,3,"Specify_what_JSX_code_is_generated_6646","Specify what JSX code is generated."),Specify_the_JSX_factory_function_used_when_targeting_React_JSX_emit_e_g_React_createElement_or_h:n(6647,3,"Specify_the_JSX_factory_function_used_when_targeting_React_JSX_emit_e_g_React_createElement_or_h_6647","Specify the JSX factory function used when targeting React JSX emit, e.g. 'React.createElement' or 'h'."),Specify_the_JSX_Fragment_reference_used_for_fragments_when_targeting_React_JSX_emit_e_g_React_Fragment_or_Fragment:n(6648,3,"Specify_the_JSX_Fragment_reference_used_for_fragments_when_targeting_React_JSX_emit_e_g_React_Fragme_6648","Specify the JSX Fragment reference used for fragments when targeting React JSX emit e.g. 'React.Fragment' or 'Fragment'."),Specify_module_specifier_used_to_import_the_JSX_factory_functions_when_using_jsx_Colon_react_jsx_Asterisk:n(6649,3,"Specify_module_specifier_used_to_import_the_JSX_factory_functions_when_using_jsx_Colon_react_jsx_Ast_6649","Specify module specifier used to import the JSX factory functions when using 'jsx: react-jsx*'."),Make_keyof_only_return_strings_instead_of_string_numbers_or_symbols_Legacy_option:n(6650,3,"Make_keyof_only_return_strings_instead_of_string_numbers_or_symbols_Legacy_option_6650","Make keyof only return strings instead of string, numbers or symbols. Legacy option."),Specify_a_set_of_bundled_library_declaration_files_that_describe_the_target_runtime_environment:n(6651,3,"Specify_a_set_of_bundled_library_declaration_files_that_describe_the_target_runtime_environment_6651","Specify a set of bundled library declaration files that describe the target runtime environment."),Print_the_names_of_emitted_files_after_a_compilation:n(6652,3,"Print_the_names_of_emitted_files_after_a_compilation_6652","Print the names of emitted files after a compilation."),Print_all_of_the_files_read_during_the_compilation:n(6653,3,"Print_all_of_the_files_read_during_the_compilation_6653","Print all of the files read during the compilation."),Set_the_language_of_the_messaging_from_TypeScript_This_does_not_affect_emit:n(6654,3,"Set_the_language_of_the_messaging_from_TypeScript_This_does_not_affect_emit_6654","Set the language of the messaging from TypeScript. This does not affect emit."),Specify_the_location_where_debugger_should_locate_map_files_instead_of_generated_locations:n(6655,3,"Specify_the_location_where_debugger_should_locate_map_files_instead_of_generated_locations_6655","Specify the location where debugger should locate map files instead of generated locations."),Specify_the_maximum_folder_depth_used_for_checking_JavaScript_files_from_node_modules_Only_applicable_with_allowJs:n(6656,3,"Specify_the_maximum_folder_depth_used_for_checking_JavaScript_files_from_node_modules_Only_applicabl_6656","Specify the maximum folder depth used for checking JavaScript files from 'node_modules'. Only applicable with 'allowJs'."),Specify_what_module_code_is_generated:n(6657,3,"Specify_what_module_code_is_generated_6657","Specify what module code is generated."),Specify_how_TypeScript_looks_up_a_file_from_a_given_module_specifier:n(6658,3,"Specify_how_TypeScript_looks_up_a_file_from_a_given_module_specifier_6658","Specify how TypeScript looks up a file from a given module specifier."),Set_the_newline_character_for_emitting_files:n(6659,3,"Set_the_newline_character_for_emitting_files_6659","Set the newline character for emitting files."),Disable_emitting_files_from_a_compilation:n(6660,3,"Disable_emitting_files_from_a_compilation_6660","Disable emitting files from a compilation."),Disable_generating_custom_helper_functions_like_extends_in_compiled_output:n(6661,3,"Disable_generating_custom_helper_functions_like_extends_in_compiled_output_6661","Disable generating custom helper functions like '__extends' in compiled output."),Disable_emitting_files_if_any_type_checking_errors_are_reported:n(6662,3,"Disable_emitting_files_if_any_type_checking_errors_are_reported_6662","Disable emitting files if any type checking errors are reported."),Disable_truncating_types_in_error_messages:n(6663,3,"Disable_truncating_types_in_error_messages_6663","Disable truncating types in error messages."),Enable_error_reporting_for_fallthrough_cases_in_switch_statements:n(6664,3,"Enable_error_reporting_for_fallthrough_cases_in_switch_statements_6664","Enable error reporting for fallthrough cases in switch statements."),Enable_error_reporting_for_expressions_and_declarations_with_an_implied_any_type:n(6665,3,"Enable_error_reporting_for_expressions_and_declarations_with_an_implied_any_type_6665","Enable error reporting for expressions and declarations with an implied 'any' type."),Ensure_overriding_members_in_derived_classes_are_marked_with_an_override_modifier:n(6666,3,"Ensure_overriding_members_in_derived_classes_are_marked_with_an_override_modifier_6666","Ensure overriding members in derived classes are marked with an override modifier."),Enable_error_reporting_for_codepaths_that_do_not_explicitly_return_in_a_function:n(6667,3,"Enable_error_reporting_for_codepaths_that_do_not_explicitly_return_in_a_function_6667","Enable error reporting for codepaths that do not explicitly return in a function."),Enable_error_reporting_when_this_is_given_the_type_any:n(6668,3,"Enable_error_reporting_when_this_is_given_the_type_any_6668","Enable error reporting when 'this' is given the type 'any'."),Disable_adding_use_strict_directives_in_emitted_JavaScript_files:n(6669,3,"Disable_adding_use_strict_directives_in_emitted_JavaScript_files_6669","Disable adding 'use strict' directives in emitted JavaScript files."),Disable_including_any_library_files_including_the_default_lib_d_ts:n(6670,3,"Disable_including_any_library_files_including_the_default_lib_d_ts_6670","Disable including any library files, including the default lib.d.ts."),Enforces_using_indexed_accessors_for_keys_declared_using_an_indexed_type:n(6671,3,"Enforces_using_indexed_accessors_for_keys_declared_using_an_indexed_type_6671","Enforces using indexed accessors for keys declared using an indexed type."),Disallow_import_s_require_s_or_reference_s_from_expanding_the_number_of_files_TypeScript_should_add_to_a_project:n(6672,3,"Disallow_import_s_require_s_or_reference_s_from_expanding_the_number_of_files_TypeScript_should_add__6672","Disallow 'import's, 'require's or ''s from expanding the number of files TypeScript should add to a project."),Disable_strict_checking_of_generic_signatures_in_function_types:n(6673,3,"Disable_strict_checking_of_generic_signatures_in_function_types_6673","Disable strict checking of generic signatures in function types."),Add_undefined_to_a_type_when_accessed_using_an_index:n(6674,3,"Add_undefined_to_a_type_when_accessed_using_an_index_6674","Add 'undefined' to a type when accessed using an index."),Enable_error_reporting_when_local_variables_aren_t_read:n(6675,3,"Enable_error_reporting_when_local_variables_aren_t_read_6675","Enable error reporting when local variables aren't read."),Raise_an_error_when_a_function_parameter_isn_t_read:n(6676,3,"Raise_an_error_when_a_function_parameter_isn_t_read_6676","Raise an error when a function parameter isn't read."),Deprecated_setting_Use_outFile_instead:n(6677,3,"Deprecated_setting_Use_outFile_instead_6677","Deprecated setting. Use 'outFile' instead."),Specify_an_output_folder_for_all_emitted_files:n(6678,3,"Specify_an_output_folder_for_all_emitted_files_6678","Specify an output folder for all emitted files."),Specify_a_file_that_bundles_all_outputs_into_one_JavaScript_file_If_declaration_is_true_also_designates_a_file_that_bundles_all_d_ts_output:n(6679,3,"Specify_a_file_that_bundles_all_outputs_into_one_JavaScript_file_If_declaration_is_true_also_designa_6679","Specify a file that bundles all outputs into one JavaScript file. If 'declaration' is true, also designates a file that bundles all .d.ts output."),Specify_a_set_of_entries_that_re_map_imports_to_additional_lookup_locations:n(6680,3,"Specify_a_set_of_entries_that_re_map_imports_to_additional_lookup_locations_6680","Specify a set of entries that re-map imports to additional lookup locations."),Specify_a_list_of_language_service_plugins_to_include:n(6681,3,"Specify_a_list_of_language_service_plugins_to_include_6681","Specify a list of language service plugins to include."),Disable_erasing_const_enum_declarations_in_generated_code:n(6682,3,"Disable_erasing_const_enum_declarations_in_generated_code_6682","Disable erasing 'const enum' declarations in generated code."),Disable_resolving_symlinks_to_their_realpath_This_correlates_to_the_same_flag_in_node:n(6683,3,"Disable_resolving_symlinks_to_their_realpath_This_correlates_to_the_same_flag_in_node_6683","Disable resolving symlinks to their realpath. This correlates to the same flag in node."),Disable_wiping_the_console_in_watch_mode:n(6684,3,"Disable_wiping_the_console_in_watch_mode_6684","Disable wiping the console in watch mode."),Enable_color_and_formatting_in_TypeScript_s_output_to_make_compiler_errors_easier_to_read:n(6685,3,"Enable_color_and_formatting_in_TypeScript_s_output_to_make_compiler_errors_easier_to_read_6685","Enable color and formatting in TypeScript's output to make compiler errors easier to read."),Specify_the_object_invoked_for_createElement_This_only_applies_when_targeting_react_JSX_emit:n(6686,3,"Specify_the_object_invoked_for_createElement_This_only_applies_when_targeting_react_JSX_emit_6686","Specify the object invoked for 'createElement'. This only applies when targeting 'react' JSX emit."),Specify_an_array_of_objects_that_specify_paths_for_projects_Used_in_project_references:n(6687,3,"Specify_an_array_of_objects_that_specify_paths_for_projects_Used_in_project_references_6687","Specify an array of objects that specify paths for projects. Used in project references."),Disable_emitting_comments:n(6688,3,"Disable_emitting_comments_6688","Disable emitting comments."),Enable_importing_json_files:n(6689,3,"Enable_importing_json_files_6689","Enable importing .json files."),Specify_the_root_folder_within_your_source_files:n(6690,3,"Specify_the_root_folder_within_your_source_files_6690","Specify the root folder within your source files."),Allow_multiple_folders_to_be_treated_as_one_when_resolving_modules:n(6691,3,"Allow_multiple_folders_to_be_treated_as_one_when_resolving_modules_6691","Allow multiple folders to be treated as one when resolving modules."),Skip_type_checking_d_ts_files_that_are_included_with_TypeScript:n(6692,3,"Skip_type_checking_d_ts_files_that_are_included_with_TypeScript_6692","Skip type checking .d.ts files that are included with TypeScript."),Skip_type_checking_all_d_ts_files:n(6693,3,"Skip_type_checking_all_d_ts_files_6693","Skip type checking all .d.ts files."),Create_source_map_files_for_emitted_JavaScript_files:n(6694,3,"Create_source_map_files_for_emitted_JavaScript_files_6694","Create source map files for emitted JavaScript files."),Specify_the_root_path_for_debuggers_to_find_the_reference_source_code:n(6695,3,"Specify_the_root_path_for_debuggers_to_find_the_reference_source_code_6695","Specify the root path for debuggers to find the reference source code."),Check_that_the_arguments_for_bind_call_and_apply_methods_match_the_original_function:n(6697,3,"Check_that_the_arguments_for_bind_call_and_apply_methods_match_the_original_function_6697","Check that the arguments for 'bind', 'call', and 'apply' methods match the original function."),When_assigning_functions_check_to_ensure_parameters_and_the_return_values_are_subtype_compatible:n(6698,3,"When_assigning_functions_check_to_ensure_parameters_and_the_return_values_are_subtype_compatible_6698","When assigning functions, check to ensure parameters and the return values are subtype-compatible."),When_type_checking_take_into_account_null_and_undefined:n(6699,3,"When_type_checking_take_into_account_null_and_undefined_6699","When type checking, take into account 'null' and 'undefined'."),Check_for_class_properties_that_are_declared_but_not_set_in_the_constructor:n(6700,3,"Check_for_class_properties_that_are_declared_but_not_set_in_the_constructor_6700","Check for class properties that are declared but not set in the constructor."),Disable_emitting_declarations_that_have_internal_in_their_JSDoc_comments:n(6701,3,"Disable_emitting_declarations_that_have_internal_in_their_JSDoc_comments_6701","Disable emitting declarations that have '@internal' in their JSDoc comments."),Disable_reporting_of_excess_property_errors_during_the_creation_of_object_literals:n(6702,3,"Disable_reporting_of_excess_property_errors_during_the_creation_of_object_literals_6702","Disable reporting of excess property errors during the creation of object literals."),Suppress_noImplicitAny_errors_when_indexing_objects_that_lack_index_signatures:n(6703,3,"Suppress_noImplicitAny_errors_when_indexing_objects_that_lack_index_signatures_6703","Suppress 'noImplicitAny' errors when indexing objects that lack index signatures."),Synchronously_call_callbacks_and_update_the_state_of_directory_watchers_on_platforms_that_don_t_support_recursive_watching_natively:n(6704,3,"Synchronously_call_callbacks_and_update_the_state_of_directory_watchers_on_platforms_that_don_t_supp_6704","Synchronously call callbacks and update the state of directory watchers on platforms that don`t support recursive watching natively."),Set_the_JavaScript_language_version_for_emitted_JavaScript_and_include_compatible_library_declarations:n(6705,3,"Set_the_JavaScript_language_version_for_emitted_JavaScript_and_include_compatible_library_declaratio_6705","Set the JavaScript language version for emitted JavaScript and include compatible library declarations."),Log_paths_used_during_the_moduleResolution_process:n(6706,3,"Log_paths_used_during_the_moduleResolution_process_6706","Log paths used during the 'moduleResolution' process."),Specify_the_path_to_tsbuildinfo_incremental_compilation_file:n(6707,3,"Specify_the_path_to_tsbuildinfo_incremental_compilation_file_6707","Specify the path to .tsbuildinfo incremental compilation file."),Specify_options_for_automatic_acquisition_of_declaration_files:n(6709,3,"Specify_options_for_automatic_acquisition_of_declaration_files_6709","Specify options for automatic acquisition of declaration files."),Specify_multiple_folders_that_act_like_Slashnode_modules_Slash_types:n(6710,3,"Specify_multiple_folders_that_act_like_Slashnode_modules_Slash_types_6710","Specify multiple folders that act like './node_modules/@types'."),Specify_type_package_names_to_be_included_without_being_referenced_in_a_source_file:n(6711,3,"Specify_type_package_names_to_be_included_without_being_referenced_in_a_source_file_6711","Specify type package names to be included without being referenced in a source file."),Emit_ECMAScript_standard_compliant_class_fields:n(6712,3,"Emit_ECMAScript_standard_compliant_class_fields_6712","Emit ECMAScript-standard-compliant class fields."),Enable_verbose_logging:n(6713,3,"Enable_verbose_logging_6713","Enable verbose logging."),Specify_how_directories_are_watched_on_systems_that_lack_recursive_file_watching_functionality:n(6714,3,"Specify_how_directories_are_watched_on_systems_that_lack_recursive_file_watching_functionality_6714","Specify how directories are watched on systems that lack recursive file-watching functionality."),Specify_how_the_TypeScript_watch_mode_works:n(6715,3,"Specify_how_the_TypeScript_watch_mode_works_6715","Specify how the TypeScript watch mode works."),Require_undeclared_properties_from_index_signatures_to_use_element_accesses:n(6717,3,"Require_undeclared_properties_from_index_signatures_to_use_element_accesses_6717","Require undeclared properties from index signatures to use element accesses."),Specify_emit_Slashchecking_behavior_for_imports_that_are_only_used_for_types:n(6718,3,"Specify_emit_Slashchecking_behavior_for_imports_that_are_only_used_for_types_6718","Specify emit/checking behavior for imports that are only used for types."),Require_sufficient_annotation_on_exports_so_other_tools_can_trivially_generate_declaration_files:n(6719,3,"Require_sufficient_annotation_on_exports_so_other_tools_can_trivially_generate_declaration_files_6719","Require sufficient annotation on exports so other tools can trivially generate declaration files."),Built_in_iterators_are_instantiated_with_a_TReturn_type_of_undefined_instead_of_any:n(6720,3,"Built_in_iterators_are_instantiated_with_a_TReturn_type_of_undefined_instead_of_any_6720","Built-in iterators are instantiated with a 'TReturn' type of 'undefined' instead of 'any'."),Do_not_allow_runtime_constructs_that_are_not_part_of_ECMAScript:n(6721,3,"Do_not_allow_runtime_constructs_that_are_not_part_of_ECMAScript_6721","Do not allow runtime constructs that are not part of ECMAScript."),Default_catch_clause_variables_as_unknown_instead_of_any:n(6803,3,"Default_catch_clause_variables_as_unknown_instead_of_any_6803","Default catch clause variables as 'unknown' instead of 'any'."),Do_not_transform_or_elide_any_imports_or_exports_not_marked_as_type_only_ensuring_they_are_written_in_the_output_file_s_format_based_on_the_module_setting:n(6804,3,"Do_not_transform_or_elide_any_imports_or_exports_not_marked_as_type_only_ensuring_they_are_written_i_6804","Do not transform or elide any imports or exports not marked as type-only, ensuring they are written in the output file's format based on the 'module' setting."),Disable_full_type_checking_only_critical_parse_and_emit_errors_will_be_reported:n(6805,3,"Disable_full_type_checking_only_critical_parse_and_emit_errors_will_be_reported_6805","Disable full type checking (only critical parse and emit errors will be reported)."),Check_side_effect_imports:n(6806,3,"Check_side_effect_imports_6806","Check side effect imports."),This_operation_can_be_simplified_This_shift_is_identical_to_0_1_2:n(6807,1,"This_operation_can_be_simplified_This_shift_is_identical_to_0_1_2_6807","This operation can be simplified. This shift is identical to `{0} {1} {2}`."),Enable_lib_replacement:n(6808,3,"Enable_lib_replacement_6808","Enable lib replacement."),Ensure_types_are_ordered_stably_and_deterministically_across_compilations:n(6809,3,"Ensure_types_are_ordered_stably_and_deterministically_across_compilations_6809","Ensure types are ordered stably and deterministically across compilations."),one_of_Colon:n(6900,3,"one_of_Colon_6900","one of:"),one_or_more_Colon:n(6901,3,"one_or_more_Colon_6901","one or more:"),type_Colon:n(6902,3,"type_Colon_6902","type:"),default_Colon:n(6903,3,"default_Colon_6903","default:"),true_unless_strict_is_false:n(6905,3,"true_unless_strict_is_false_6905","`true`, unless `strict` is `false`"),false_unless_composite_is_set:n(6906,3,"false_unless_composite_is_set_6906","`false`, unless `composite` is set"),node_modules_bower_components_jspm_packages_plus_the_value_of_outDir_if_one_is_specified:n(6907,3,"node_modules_bower_components_jspm_packages_plus_the_value_of_outDir_if_one_is_specified_6907",'`["node_modules", "bower_components", "jspm_packages"]`, plus the value of `outDir` if one is specified.'),if_files_is_specified_otherwise_Asterisk_Asterisk_Slash_Asterisk:n(6908,3,"if_files_is_specified_otherwise_Asterisk_Asterisk_Slash_Asterisk_6908",'`[]` if `files` is specified, otherwise `["**/*"]`'),true_if_composite_false_otherwise:n(6909,3,"true_if_composite_false_otherwise_6909","`true` if `composite`, `false` otherwise"),nodenext_if_module_is_nodenext_node16_if_module_is_node16_or_node18_otherwise_bundler:n(69010,3,"nodenext_if_module_is_nodenext_node16_if_module_is_node16_or_node18_otherwise_bundler_69010","`nodenext` if `module` is `nodenext`; `node16` if `module` is `node16` or `node18`; otherwise, `bundler`."),Computed_from_the_list_of_input_files:n(6911,3,"Computed_from_the_list_of_input_files_6911","Computed from the list of input files"),Platform_specific:n(6912,3,"Platform_specific_6912","Platform specific"),You_can_learn_about_all_of_the_compiler_options_at_0:n(6913,3,"You_can_learn_about_all_of_the_compiler_options_at_0_6913","You can learn about all of the compiler options at {0}"),Including_watch_w_will_start_watching_the_current_project_for_the_file_changes_Once_set_you_can_config_watch_mode_with_Colon:n(6914,3,"Including_watch_w_will_start_watching_the_current_project_for_the_file_changes_Once_set_you_can_conf_6914","Including --watch, -w will start watching the current project for the file changes. Once set, you can config watch mode with:"),Using_build_b_will_make_tsc_behave_more_like_a_build_orchestrator_than_a_compiler_This_is_used_to_trigger_building_composite_projects_which_you_can_learn_more_about_at_0:n(6915,3,"Using_build_b_will_make_tsc_behave_more_like_a_build_orchestrator_than_a_compiler_This_is_used_to_tr_6915","Using --build, -b will make tsc behave more like a build orchestrator than a compiler. This is used to trigger building composite projects which you can learn more about at {0}"),COMMON_COMMANDS:n(6916,3,"COMMON_COMMANDS_6916","COMMON COMMANDS"),ALL_COMPILER_OPTIONS:n(6917,3,"ALL_COMPILER_OPTIONS_6917","ALL COMPILER OPTIONS"),WATCH_OPTIONS:n(6918,3,"WATCH_OPTIONS_6918","WATCH OPTIONS"),BUILD_OPTIONS:n(6919,3,"BUILD_OPTIONS_6919","BUILD OPTIONS"),COMMON_COMPILER_OPTIONS:n(6920,3,"COMMON_COMPILER_OPTIONS_6920","COMMON COMPILER OPTIONS"),COMMAND_LINE_FLAGS:n(6921,3,"COMMAND_LINE_FLAGS_6921","COMMAND LINE FLAGS"),tsc_Colon_The_TypeScript_Compiler:n(6922,3,"tsc_Colon_The_TypeScript_Compiler_6922","tsc: The TypeScript Compiler"),Compiles_the_current_project_tsconfig_json_in_the_working_directory:n(6923,3,"Compiles_the_current_project_tsconfig_json_in_the_working_directory_6923","Compiles the current project (tsconfig.json in the working directory.)"),Ignoring_tsconfig_json_compiles_the_specified_files_with_default_compiler_options:n(6924,3,"Ignoring_tsconfig_json_compiles_the_specified_files_with_default_compiler_options_6924","Ignoring tsconfig.json, compiles the specified files with default compiler options."),Build_a_composite_project_in_the_working_directory:n(6925,3,"Build_a_composite_project_in_the_working_directory_6925","Build a composite project in the working directory."),Creates_a_tsconfig_json_with_the_recommended_settings_in_the_working_directory:n(6926,3,"Creates_a_tsconfig_json_with_the_recommended_settings_in_the_working_directory_6926","Creates a tsconfig.json with the recommended settings in the working directory."),Compiles_the_TypeScript_project_located_at_the_specified_path:n(6927,3,"Compiles_the_TypeScript_project_located_at_the_specified_path_6927","Compiles the TypeScript project located at the specified path."),An_expanded_version_of_this_information_showing_all_possible_compiler_options:n(6928,3,"An_expanded_version_of_this_information_showing_all_possible_compiler_options_6928","An expanded version of this information, showing all possible compiler options"),Compiles_the_current_project_with_additional_settings:n(6929,3,"Compiles_the_current_project_with_additional_settings_6929","Compiles the current project, with additional settings."),true_for_ES2022_and_above_including_ESNext:n(6930,3,"true_for_ES2022_and_above_including_ESNext_6930","`true` for ES2022 and above, including ESNext."),List_of_file_name_suffixes_to_search_when_resolving_a_module:n(6931,1,"List_of_file_name_suffixes_to_search_when_resolving_a_module_6931","List of file name suffixes to search when resolving a module."),false_unless_checkJs_is_set:n(6932,3,"false_unless_checkJs_is_set_6932","`false`, unless `checkJs` is set"),Variable_0_implicitly_has_an_1_type:n(7005,1,"Variable_0_implicitly_has_an_1_type_7005","Variable '{0}' implicitly has an '{1}' type."),Parameter_0_implicitly_has_an_1_type:n(7006,1,"Parameter_0_implicitly_has_an_1_type_7006","Parameter '{0}' implicitly has an '{1}' type."),Member_0_implicitly_has_an_1_type:n(7008,1,"Member_0_implicitly_has_an_1_type_7008","Member '{0}' implicitly has an '{1}' type."),new_expression_whose_target_lacks_a_construct_signature_implicitly_has_an_any_type:n(7009,1,"new_expression_whose_target_lacks_a_construct_signature_implicitly_has_an_any_type_7009","'new' expression, whose target lacks a construct signature, implicitly has an 'any' type."),_0_which_lacks_return_type_annotation_implicitly_has_an_1_return_type:n(7010,1,"_0_which_lacks_return_type_annotation_implicitly_has_an_1_return_type_7010","'{0}', which lacks return-type annotation, implicitly has an '{1}' return type."),Function_expression_which_lacks_return_type_annotation_implicitly_has_an_0_return_type:n(7011,1,"Function_expression_which_lacks_return_type_annotation_implicitly_has_an_0_return_type_7011","Function expression, which lacks return-type annotation, implicitly has an '{0}' return type."),This_overload_implicitly_returns_the_type_0_because_it_lacks_a_return_type_annotation:n(7012,1,"This_overload_implicitly_returns_the_type_0_because_it_lacks_a_return_type_annotation_7012","This overload implicitly returns the type '{0}' because it lacks a return type annotation."),Construct_signature_which_lacks_return_type_annotation_implicitly_has_an_any_return_type:n(7013,1,"Construct_signature_which_lacks_return_type_annotation_implicitly_has_an_any_return_type_7013","Construct signature, which lacks return-type annotation, implicitly has an 'any' return type."),Function_type_which_lacks_return_type_annotation_implicitly_has_an_0_return_type:n(7014,1,"Function_type_which_lacks_return_type_annotation_implicitly_has_an_0_return_type_7014","Function type, which lacks return-type annotation, implicitly has an '{0}' return type."),Element_implicitly_has_an_any_type_because_index_expression_is_not_of_type_number:n(7015,1,"Element_implicitly_has_an_any_type_because_index_expression_is_not_of_type_number_7015","Element implicitly has an 'any' type because index expression is not of type 'number'."),Could_not_find_a_declaration_file_for_module_0_1_implicitly_has_an_any_type:n(7016,1,"Could_not_find_a_declaration_file_for_module_0_1_implicitly_has_an_any_type_7016","Could not find a declaration file for module '{0}'. '{1}' implicitly has an 'any' type."),Element_implicitly_has_an_any_type_because_type_0_has_no_index_signature:n(7017,1,"Element_implicitly_has_an_any_type_because_type_0_has_no_index_signature_7017","Element implicitly has an 'any' type because type '{0}' has no index signature."),Object_literal_s_property_0_implicitly_has_an_1_type:n(7018,1,"Object_literal_s_property_0_implicitly_has_an_1_type_7018","Object literal's property '{0}' implicitly has an '{1}' type."),Rest_parameter_0_implicitly_has_an_any_type:n(7019,1,"Rest_parameter_0_implicitly_has_an_any_type_7019","Rest parameter '{0}' implicitly has an 'any[]' type."),Call_signature_which_lacks_return_type_annotation_implicitly_has_an_any_return_type:n(7020,1,"Call_signature_which_lacks_return_type_annotation_implicitly_has_an_any_return_type_7020","Call signature, which lacks return-type annotation, implicitly has an 'any' return type."),_0_implicitly_has_type_any_because_it_does_not_have_a_type_annotation_and_is_referenced_directly_or_indirectly_in_its_own_initializer:n(7022,1,"_0_implicitly_has_type_any_because_it_does_not_have_a_type_annotation_and_is_referenced_directly_or__7022","'{0}' implicitly has type 'any' because it does not have a type annotation and is referenced directly or indirectly in its own initializer."),_0_implicitly_has_return_type_any_because_it_does_not_have_a_return_type_annotation_and_is_referenced_directly_or_indirectly_in_one_of_its_return_expressions:n(7023,1,"_0_implicitly_has_return_type_any_because_it_does_not_have_a_return_type_annotation_and_is_reference_7023","'{0}' implicitly has return type 'any' because it does not have a return type annotation and is referenced directly or indirectly in one of its return expressions."),Function_implicitly_has_return_type_any_because_it_does_not_have_a_return_type_annotation_and_is_referenced_directly_or_indirectly_in_one_of_its_return_expressions:n(7024,1,"Function_implicitly_has_return_type_any_because_it_does_not_have_a_return_type_annotation_and_is_ref_7024","Function implicitly has return type 'any' because it does not have a return type annotation and is referenced directly or indirectly in one of its return expressions."),Generator_implicitly_has_yield_type_0_Consider_supplying_a_return_type_annotation:n(7025,1,"Generator_implicitly_has_yield_type_0_Consider_supplying_a_return_type_annotation_7025","Generator implicitly has yield type '{0}'. Consider supplying a return type annotation."),JSX_element_implicitly_has_type_any_because_no_interface_JSX_0_exists:n(7026,1,"JSX_element_implicitly_has_type_any_because_no_interface_JSX_0_exists_7026","JSX element implicitly has type 'any' because no interface 'JSX.{0}' exists."),Unreachable_code_detected:n(7027,1,"Unreachable_code_detected_7027","Unreachable code detected.",!0),Unused_label:n(7028,1,"Unused_label_7028","Unused label.",!0),Fallthrough_case_in_switch:n(7029,1,"Fallthrough_case_in_switch_7029","Fallthrough case in switch."),Not_all_code_paths_return_a_value:n(7030,1,"Not_all_code_paths_return_a_value_7030","Not all code paths return a value."),Binding_element_0_implicitly_has_an_1_type:n(7031,1,"Binding_element_0_implicitly_has_an_1_type_7031","Binding element '{0}' implicitly has an '{1}' type."),Property_0_implicitly_has_type_any_because_its_set_accessor_lacks_a_parameter_type_annotation:n(7032,1,"Property_0_implicitly_has_type_any_because_its_set_accessor_lacks_a_parameter_type_annotation_7032","Property '{0}' implicitly has type 'any', because its set accessor lacks a parameter type annotation."),Property_0_implicitly_has_type_any_because_its_get_accessor_lacks_a_return_type_annotation:n(7033,1,"Property_0_implicitly_has_type_any_because_its_get_accessor_lacks_a_return_type_annotation_7033","Property '{0}' implicitly has type 'any', because its get accessor lacks a return type annotation."),Variable_0_implicitly_has_type_1_in_some_locations_where_its_type_cannot_be_determined:n(7034,1,"Variable_0_implicitly_has_type_1_in_some_locations_where_its_type_cannot_be_determined_7034","Variable '{0}' implicitly has type '{1}' in some locations where its type cannot be determined."),Try_npm_i_save_dev_types_Slash_1_if_it_exists_or_add_a_new_declaration_d_ts_file_containing_declare_module_0:n(7035,1,"Try_npm_i_save_dev_types_Slash_1_if_it_exists_or_add_a_new_declaration_d_ts_file_containing_declare__7035","Try `npm i --save-dev @types/{1}` if it exists or add a new declaration (.d.ts) file containing `declare module '{0}';`"),Dynamic_import_s_specifier_must_be_of_type_string_but_here_has_type_0:n(7036,1,"Dynamic_import_s_specifier_must_be_of_type_string_but_here_has_type_0_7036","Dynamic import's specifier must be of type 'string', but here has type '{0}'."),Enables_emit_interoperability_between_CommonJS_and_ES_Modules_via_creation_of_namespace_objects_for_all_imports_Implies_allowSyntheticDefaultImports:n(7037,3,"Enables_emit_interoperability_between_CommonJS_and_ES_Modules_via_creation_of_namespace_objects_for__7037","Enables emit interoperability between CommonJS and ES Modules via creation of namespace objects for all imports. Implies 'allowSyntheticDefaultImports'."),Type_originates_at_this_import_A_namespace_style_import_cannot_be_called_or_constructed_and_will_cause_a_failure_at_runtime_Consider_using_a_default_import_or_import_require_here_instead:n(7038,3,"Type_originates_at_this_import_A_namespace_style_import_cannot_be_called_or_constructed_and_will_cau_7038","Type originates at this import. A namespace-style import cannot be called or constructed, and will cause a failure at runtime. Consider using a default import or import require here instead."),Mapped_object_type_implicitly_has_an_any_template_type:n(7039,1,"Mapped_object_type_implicitly_has_an_any_template_type_7039","Mapped object type implicitly has an 'any' template type."),If_the_0_package_actually_exposes_this_module_consider_sending_a_pull_request_to_amend_https_Colon_Slash_Slashgithub_com_SlashDefinitelyTyped_SlashDefinitelyTyped_Slashtree_Slashmaster_Slashtypes_Slash_1:n(7040,1,"If_the_0_package_actually_exposes_this_module_consider_sending_a_pull_request_to_amend_https_Colon_S_7040","If the '{0}' package actually exposes this module, consider sending a pull request to amend 'https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/{1}'"),The_containing_arrow_function_captures_the_global_value_of_this:n(7041,1,"The_containing_arrow_function_captures_the_global_value_of_this_7041","The containing arrow function captures the global value of 'this'."),Module_0_was_resolved_to_1_but_resolveJsonModule_is_not_used:n(7042,1,"Module_0_was_resolved_to_1_but_resolveJsonModule_is_not_used_7042","Module '{0}' was resolved to '{1}', but '--resolveJsonModule' is not used."),Variable_0_implicitly_has_an_1_type_but_a_better_type_may_be_inferred_from_usage:n(7043,2,"Variable_0_implicitly_has_an_1_type_but_a_better_type_may_be_inferred_from_usage_7043","Variable '{0}' implicitly has an '{1}' type, but a better type may be inferred from usage."),Parameter_0_implicitly_has_an_1_type_but_a_better_type_may_be_inferred_from_usage:n(7044,2,"Parameter_0_implicitly_has_an_1_type_but_a_better_type_may_be_inferred_from_usage_7044","Parameter '{0}' implicitly has an '{1}' type, but a better type may be inferred from usage."),Member_0_implicitly_has_an_1_type_but_a_better_type_may_be_inferred_from_usage:n(7045,2,"Member_0_implicitly_has_an_1_type_but_a_better_type_may_be_inferred_from_usage_7045","Member '{0}' implicitly has an '{1}' type, but a better type may be inferred from usage."),Variable_0_implicitly_has_type_1_in_some_locations_but_a_better_type_may_be_inferred_from_usage:n(7046,2,"Variable_0_implicitly_has_type_1_in_some_locations_but_a_better_type_may_be_inferred_from_usage_7046","Variable '{0}' implicitly has type '{1}' in some locations, but a better type may be inferred from usage."),Rest_parameter_0_implicitly_has_an_any_type_but_a_better_type_may_be_inferred_from_usage:n(7047,2,"Rest_parameter_0_implicitly_has_an_any_type_but_a_better_type_may_be_inferred_from_usage_7047","Rest parameter '{0}' implicitly has an 'any[]' type, but a better type may be inferred from usage."),Property_0_implicitly_has_type_any_but_a_better_type_for_its_get_accessor_may_be_inferred_from_usage:n(7048,2,"Property_0_implicitly_has_type_any_but_a_better_type_for_its_get_accessor_may_be_inferred_from_usage_7048","Property '{0}' implicitly has type 'any', but a better type for its get accessor may be inferred from usage."),Property_0_implicitly_has_type_any_but_a_better_type_for_its_set_accessor_may_be_inferred_from_usage:n(7049,2,"Property_0_implicitly_has_type_any_but_a_better_type_for_its_set_accessor_may_be_inferred_from_usage_7049","Property '{0}' implicitly has type 'any', but a better type for its set accessor may be inferred from usage."),_0_implicitly_has_an_1_return_type_but_a_better_type_may_be_inferred_from_usage:n(7050,2,"_0_implicitly_has_an_1_return_type_but_a_better_type_may_be_inferred_from_usage_7050","'{0}' implicitly has an '{1}' return type, but a better type may be inferred from usage."),Parameter_has_a_name_but_no_type_Did_you_mean_0_Colon_1:n(7051,1,"Parameter_has_a_name_but_no_type_Did_you_mean_0_Colon_1_7051","Parameter has a name but no type. Did you mean '{0}: {1}'?"),Element_implicitly_has_an_any_type_because_type_0_has_no_index_signature_Did_you_mean_to_call_1:n(7052,1,"Element_implicitly_has_an_any_type_because_type_0_has_no_index_signature_Did_you_mean_to_call_1_7052","Element implicitly has an 'any' type because type '{0}' has no index signature. Did you mean to call '{1}'?"),Element_implicitly_has_an_any_type_because_expression_of_type_0_can_t_be_used_to_index_type_1:n(7053,1,"Element_implicitly_has_an_any_type_because_expression_of_type_0_can_t_be_used_to_index_type_1_7053","Element implicitly has an 'any' type because expression of type '{0}' can't be used to index type '{1}'."),No_index_signature_with_a_parameter_of_type_0_was_found_on_type_1:n(7054,1,"No_index_signature_with_a_parameter_of_type_0_was_found_on_type_1_7054","No index signature with a parameter of type '{0}' was found on type '{1}'."),_0_which_lacks_return_type_annotation_implicitly_has_an_1_yield_type:n(7055,1,"_0_which_lacks_return_type_annotation_implicitly_has_an_1_yield_type_7055","'{0}', which lacks return-type annotation, implicitly has an '{1}' yield type."),The_inferred_type_of_this_node_exceeds_the_maximum_length_the_compiler_will_serialize_An_explicit_type_annotation_is_needed:n(7056,1,"The_inferred_type_of_this_node_exceeds_the_maximum_length_the_compiler_will_serialize_An_explicit_ty_7056","The inferred type of this node exceeds the maximum length the compiler will serialize. An explicit type annotation is needed."),yield_expression_implicitly_results_in_an_any_type_because_its_containing_generator_lacks_a_return_type_annotation:n(7057,1,"yield_expression_implicitly_results_in_an_any_type_because_its_containing_generator_lacks_a_return_t_7057","'yield' expression implicitly results in an 'any' type because its containing generator lacks a return-type annotation."),If_the_0_package_actually_exposes_this_module_try_adding_a_new_declaration_d_ts_file_containing_declare_module_1:n(7058,1,"If_the_0_package_actually_exposes_this_module_try_adding_a_new_declaration_d_ts_file_containing_decl_7058","If the '{0}' package actually exposes this module, try adding a new declaration (.d.ts) file containing `declare module '{1}';`"),This_syntax_is_reserved_in_files_with_the_mts_or_cts_extension_Use_an_as_expression_instead:n(7059,1,"This_syntax_is_reserved_in_files_with_the_mts_or_cts_extension_Use_an_as_expression_instead_7059","This syntax is reserved in files with the .mts or .cts extension. Use an `as` expression instead."),This_syntax_is_reserved_in_files_with_the_mts_or_cts_extension_Add_a_trailing_comma_or_explicit_constraint:n(7060,1,"This_syntax_is_reserved_in_files_with_the_mts_or_cts_extension_Add_a_trailing_comma_or_explicit_cons_7060","This syntax is reserved in files with the .mts or .cts extension. Add a trailing comma or explicit constraint."),A_mapped_type_may_not_declare_properties_or_methods:n(7061,1,"A_mapped_type_may_not_declare_properties_or_methods_7061","A mapped type may not declare properties or methods."),You_cannot_rename_this_element:n(8e3,1,"You_cannot_rename_this_element_8000","You cannot rename this element."),You_cannot_rename_elements_that_are_defined_in_the_standard_TypeScript_library:n(8001,1,"You_cannot_rename_elements_that_are_defined_in_the_standard_TypeScript_library_8001","You cannot rename elements that are defined in the standard TypeScript library."),import_can_only_be_used_in_TypeScript_files:n(8002,1,"import_can_only_be_used_in_TypeScript_files_8002","'import ... =' can only be used in TypeScript files."),export_can_only_be_used_in_TypeScript_files:n(8003,1,"export_can_only_be_used_in_TypeScript_files_8003","'export =' can only be used in TypeScript files."),Type_parameter_declarations_can_only_be_used_in_TypeScript_files:n(8004,1,"Type_parameter_declarations_can_only_be_used_in_TypeScript_files_8004","Type parameter declarations can only be used in TypeScript files."),implements_clauses_can_only_be_used_in_TypeScript_files:n(8005,1,"implements_clauses_can_only_be_used_in_TypeScript_files_8005","'implements' clauses can only be used in TypeScript files."),_0_declarations_can_only_be_used_in_TypeScript_files:n(8006,1,"_0_declarations_can_only_be_used_in_TypeScript_files_8006","'{0}' declarations can only be used in TypeScript files."),Type_aliases_can_only_be_used_in_TypeScript_files:n(8008,1,"Type_aliases_can_only_be_used_in_TypeScript_files_8008","Type aliases can only be used in TypeScript files."),The_0_modifier_can_only_be_used_in_TypeScript_files:n(8009,1,"The_0_modifier_can_only_be_used_in_TypeScript_files_8009","The '{0}' modifier can only be used in TypeScript files."),Type_annotations_can_only_be_used_in_TypeScript_files:n(8010,1,"Type_annotations_can_only_be_used_in_TypeScript_files_8010","Type annotations can only be used in TypeScript files."),Type_arguments_can_only_be_used_in_TypeScript_files:n(8011,1,"Type_arguments_can_only_be_used_in_TypeScript_files_8011","Type arguments can only be used in TypeScript files."),Parameter_modifiers_can_only_be_used_in_TypeScript_files:n(8012,1,"Parameter_modifiers_can_only_be_used_in_TypeScript_files_8012","Parameter modifiers can only be used in TypeScript files."),Non_null_assertions_can_only_be_used_in_TypeScript_files:n(8013,1,"Non_null_assertions_can_only_be_used_in_TypeScript_files_8013","Non-null assertions can only be used in TypeScript files."),Type_assertion_expressions_can_only_be_used_in_TypeScript_files:n(8016,1,"Type_assertion_expressions_can_only_be_used_in_TypeScript_files_8016","Type assertion expressions can only be used in TypeScript files."),Signature_declarations_can_only_be_used_in_TypeScript_files:n(8017,1,"Signature_declarations_can_only_be_used_in_TypeScript_files_8017","Signature declarations can only be used in TypeScript files."),Report_errors_in_js_files:n(8019,3,"Report_errors_in_js_files_8019","Report errors in .js files."),JSDoc_types_can_only_be_used_inside_documentation_comments:n(8020,1,"JSDoc_types_can_only_be_used_inside_documentation_comments_8020","JSDoc types can only be used inside documentation comments."),JSDoc_typedef_tag_should_either_have_a_type_annotation_or_be_followed_by_property_or_member_tags:n(8021,1,"JSDoc_typedef_tag_should_either_have_a_type_annotation_or_be_followed_by_property_or_member_tags_8021","JSDoc '@typedef' tag should either have a type annotation or be followed by '@property' or '@member' tags."),JSDoc_0_is_not_attached_to_a_class:n(8022,1,"JSDoc_0_is_not_attached_to_a_class_8022","JSDoc '@{0}' is not attached to a class."),JSDoc_0_1_does_not_match_the_extends_2_clause:n(8023,1,"JSDoc_0_1_does_not_match_the_extends_2_clause_8023","JSDoc '@{0} {1}' does not match the 'extends {2}' clause."),JSDoc_param_tag_has_name_0_but_there_is_no_parameter_with_that_name:n(8024,1,"JSDoc_param_tag_has_name_0_but_there_is_no_parameter_with_that_name_8024","JSDoc '@param' tag has name '{0}', but there is no parameter with that name."),Class_declarations_cannot_have_more_than_one_augments_or_extends_tag:n(8025,1,"Class_declarations_cannot_have_more_than_one_augments_or_extends_tag_8025","Class declarations cannot have more than one '@augments' or '@extends' tag."),Expected_0_type_arguments_provide_these_with_an_extends_tag:n(8026,1,"Expected_0_type_arguments_provide_these_with_an_extends_tag_8026","Expected {0} type arguments; provide these with an '@extends' tag."),Expected_0_1_type_arguments_provide_these_with_an_extends_tag:n(8027,1,"Expected_0_1_type_arguments_provide_these_with_an_extends_tag_8027","Expected {0}-{1} type arguments; provide these with an '@extends' tag."),JSDoc_may_only_appear_in_the_last_parameter_of_a_signature:n(8028,1,"JSDoc_may_only_appear_in_the_last_parameter_of_a_signature_8028","JSDoc '...' may only appear in the last parameter of a signature."),JSDoc_param_tag_has_name_0_but_there_is_no_parameter_with_that_name_It_would_match_arguments_if_it_had_an_array_type:n(8029,1,"JSDoc_param_tag_has_name_0_but_there_is_no_parameter_with_that_name_It_would_match_arguments_if_it_h_8029","JSDoc '@param' tag has name '{0}', but there is no parameter with that name. It would match 'arguments' if it had an array type."),The_type_of_a_function_declaration_must_match_the_function_s_signature:n(8030,1,"The_type_of_a_function_declaration_must_match_the_function_s_signature_8030","The type of a function declaration must match the function's signature."),You_cannot_rename_a_module_via_a_global_import:n(8031,1,"You_cannot_rename_a_module_via_a_global_import_8031","You cannot rename a module via a global import."),Qualified_name_0_is_not_allowed_without_a_leading_param_object_1:n(8032,1,"Qualified_name_0_is_not_allowed_without_a_leading_param_object_1_8032","Qualified name '{0}' is not allowed without a leading '@param {object} {1}'."),A_JSDoc_typedef_comment_may_not_contain_multiple_type_tags:n(8033,1,"A_JSDoc_typedef_comment_may_not_contain_multiple_type_tags_8033","A JSDoc '@typedef' comment may not contain multiple '@type' tags."),The_tag_was_first_specified_here:n(8034,1,"The_tag_was_first_specified_here_8034","The tag was first specified here."),You_cannot_rename_elements_that_are_defined_in_a_node_modules_folder:n(8035,1,"You_cannot_rename_elements_that_are_defined_in_a_node_modules_folder_8035","You cannot rename elements that are defined in a 'node_modules' folder."),You_cannot_rename_elements_that_are_defined_in_another_node_modules_folder:n(8036,1,"You_cannot_rename_elements_that_are_defined_in_another_node_modules_folder_8036","You cannot rename elements that are defined in another 'node_modules' folder."),Type_satisfaction_expressions_can_only_be_used_in_TypeScript_files:n(8037,1,"Type_satisfaction_expressions_can_only_be_used_in_TypeScript_files_8037","Type satisfaction expressions can only be used in TypeScript files."),Decorators_may_not_appear_after_export_or_export_default_if_they_also_appear_before_export:n(8038,1,"Decorators_may_not_appear_after_export_or_export_default_if_they_also_appear_before_export_8038","Decorators may not appear after 'export' or 'export default' if they also appear before 'export'."),A_JSDoc_template_tag_may_not_follow_a_typedef_callback_or_overload_tag:n(8039,1,"A_JSDoc_template_tag_may_not_follow_a_typedef_callback_or_overload_tag_8039","A JSDoc '@template' tag may not follow a '@typedef', '@callback', or '@overload' tag"),Declaration_emit_for_this_file_requires_using_private_name_0_An_explicit_type_annotation_may_unblock_declaration_emit:n(9005,1,"Declaration_emit_for_this_file_requires_using_private_name_0_An_explicit_type_annotation_may_unblock_9005","Declaration emit for this file requires using private name '{0}'. An explicit type annotation may unblock declaration emit."),Declaration_emit_for_this_file_requires_using_private_name_0_from_module_1_An_explicit_type_annotation_may_unblock_declaration_emit:n(9006,1,"Declaration_emit_for_this_file_requires_using_private_name_0_from_module_1_An_explicit_type_annotati_9006","Declaration emit for this file requires using private name '{0}' from module '{1}'. An explicit type annotation may unblock declaration emit."),Function_must_have_an_explicit_return_type_annotation_with_isolatedDeclarations:n(9007,1,"Function_must_have_an_explicit_return_type_annotation_with_isolatedDeclarations_9007","Function must have an explicit return type annotation with --isolatedDeclarations."),Method_must_have_an_explicit_return_type_annotation_with_isolatedDeclarations:n(9008,1,"Method_must_have_an_explicit_return_type_annotation_with_isolatedDeclarations_9008","Method must have an explicit return type annotation with --isolatedDeclarations."),At_least_one_accessor_must_have_an_explicit_type_annotation_with_isolatedDeclarations:n(9009,1,"At_least_one_accessor_must_have_an_explicit_type_annotation_with_isolatedDeclarations_9009","At least one accessor must have an explicit type annotation with --isolatedDeclarations."),Variable_must_have_an_explicit_type_annotation_with_isolatedDeclarations:n(9010,1,"Variable_must_have_an_explicit_type_annotation_with_isolatedDeclarations_9010","Variable must have an explicit type annotation with --isolatedDeclarations."),Parameter_must_have_an_explicit_type_annotation_with_isolatedDeclarations:n(9011,1,"Parameter_must_have_an_explicit_type_annotation_with_isolatedDeclarations_9011","Parameter must have an explicit type annotation with --isolatedDeclarations."),Property_must_have_an_explicit_type_annotation_with_isolatedDeclarations:n(9012,1,"Property_must_have_an_explicit_type_annotation_with_isolatedDeclarations_9012","Property must have an explicit type annotation with --isolatedDeclarations."),Expression_type_can_t_be_inferred_with_isolatedDeclarations:n(9013,1,"Expression_type_can_t_be_inferred_with_isolatedDeclarations_9013","Expression type can't be inferred with --isolatedDeclarations."),Computed_properties_must_be_number_or_string_literals_variables_or_dotted_expressions_with_isolatedDeclarations:n(9014,1,"Computed_properties_must_be_number_or_string_literals_variables_or_dotted_expressions_with_isolatedD_9014","Computed properties must be number or string literals, variables or dotted expressions with --isolatedDeclarations."),Objects_that_contain_spread_assignments_can_t_be_inferred_with_isolatedDeclarations:n(9015,1,"Objects_that_contain_spread_assignments_can_t_be_inferred_with_isolatedDeclarations_9015","Objects that contain spread assignments can't be inferred with --isolatedDeclarations."),Objects_that_contain_shorthand_properties_can_t_be_inferred_with_isolatedDeclarations:n(9016,1,"Objects_that_contain_shorthand_properties_can_t_be_inferred_with_isolatedDeclarations_9016","Objects that contain shorthand properties can't be inferred with --isolatedDeclarations."),Only_const_arrays_can_be_inferred_with_isolatedDeclarations:n(9017,1,"Only_const_arrays_can_be_inferred_with_isolatedDeclarations_9017","Only const arrays can be inferred with --isolatedDeclarations."),Arrays_with_spread_elements_can_t_inferred_with_isolatedDeclarations:n(9018,1,"Arrays_with_spread_elements_can_t_inferred_with_isolatedDeclarations_9018","Arrays with spread elements can't inferred with --isolatedDeclarations."),Binding_elements_can_t_be_exported_directly_with_isolatedDeclarations:n(9019,1,"Binding_elements_can_t_be_exported_directly_with_isolatedDeclarations_9019","Binding elements can't be exported directly with --isolatedDeclarations."),Enum_member_initializers_must_be_computable_without_references_to_external_symbols_with_isolatedDeclarations:n(9020,1,"Enum_member_initializers_must_be_computable_without_references_to_external_symbols_with_isolatedDecl_9020","Enum member initializers must be computable without references to external symbols with --isolatedDeclarations."),Extends_clause_can_t_contain_an_expression_with_isolatedDeclarations:n(9021,1,"Extends_clause_can_t_contain_an_expression_with_isolatedDeclarations_9021","Extends clause can't contain an expression with --isolatedDeclarations."),Inference_from_class_expressions_is_not_supported_with_isolatedDeclarations:n(9022,1,"Inference_from_class_expressions_is_not_supported_with_isolatedDeclarations_9022","Inference from class expressions is not supported with --isolatedDeclarations."),Assigning_properties_to_functions_without_declaring_them_is_not_supported_with_isolatedDeclarations_Add_an_explicit_declaration_for_the_properties_assigned_to_this_function:n(9023,1,"Assigning_properties_to_functions_without_declaring_them_is_not_supported_with_isolatedDeclarations__9023","Assigning properties to functions without declaring them is not supported with --isolatedDeclarations. Add an explicit declaration for the properties assigned to this function."),Declaration_emit_for_this_parameter_requires_implicitly_adding_undefined_to_its_type_This_is_not_supported_with_isolatedDeclarations:n(9025,1,"Declaration_emit_for_this_parameter_requires_implicitly_adding_undefined_to_its_type_This_is_not_sup_9025","Declaration emit for this parameter requires implicitly adding undefined to its type. This is not supported with --isolatedDeclarations."),Declaration_emit_for_this_file_requires_preserving_this_import_for_augmentations_This_is_not_supported_with_isolatedDeclarations:n(9026,1,"Declaration_emit_for_this_file_requires_preserving_this_import_for_augmentations_This_is_not_support_9026","Declaration emit for this file requires preserving this import for augmentations. This is not supported with --isolatedDeclarations."),Add_a_type_annotation_to_the_variable_0:n(9027,1,"Add_a_type_annotation_to_the_variable_0_9027","Add a type annotation to the variable {0}."),Add_a_type_annotation_to_the_parameter_0:n(9028,1,"Add_a_type_annotation_to_the_parameter_0_9028","Add a type annotation to the parameter {0}."),Add_a_type_annotation_to_the_property_0:n(9029,1,"Add_a_type_annotation_to_the_property_0_9029","Add a type annotation to the property {0}."),Add_a_return_type_to_the_function_expression:n(9030,1,"Add_a_return_type_to_the_function_expression_9030","Add a return type to the function expression."),Add_a_return_type_to_the_function_declaration:n(9031,1,"Add_a_return_type_to_the_function_declaration_9031","Add a return type to the function declaration."),Add_a_return_type_to_the_get_accessor_declaration:n(9032,1,"Add_a_return_type_to_the_get_accessor_declaration_9032","Add a return type to the get accessor declaration."),Add_a_type_to_parameter_of_the_set_accessor_declaration:n(9033,1,"Add_a_type_to_parameter_of_the_set_accessor_declaration_9033","Add a type to parameter of the set accessor declaration."),Add_a_return_type_to_the_method:n(9034,1,"Add_a_return_type_to_the_method_9034","Add a return type to the method"),Add_satisfies_and_a_type_assertion_to_this_expression_satisfies_T_as_T_to_make_the_type_explicit:n(9035,1,"Add_satisfies_and_a_type_assertion_to_this_expression_satisfies_T_as_T_to_make_the_type_explicit_9035","Add satisfies and a type assertion to this expression (satisfies T as T) to make the type explicit."),Move_the_expression_in_default_export_to_a_variable_and_add_a_type_annotation_to_it:n(9036,1,"Move_the_expression_in_default_export_to_a_variable_and_add_a_type_annotation_to_it_9036","Move the expression in default export to a variable and add a type annotation to it."),Default_exports_can_t_be_inferred_with_isolatedDeclarations:n(9037,1,"Default_exports_can_t_be_inferred_with_isolatedDeclarations_9037","Default exports can't be inferred with --isolatedDeclarations."),Computed_property_names_on_class_or_object_literals_cannot_be_inferred_with_isolatedDeclarations:n(9038,1,"Computed_property_names_on_class_or_object_literals_cannot_be_inferred_with_isolatedDeclarations_9038","Computed property names on class or object literals cannot be inferred with --isolatedDeclarations."),Type_containing_private_name_0_can_t_be_used_with_isolatedDeclarations:n(9039,1,"Type_containing_private_name_0_can_t_be_used_with_isolatedDeclarations_9039","Type containing private name '{0}' can't be used with --isolatedDeclarations."),JSX_attributes_must_only_be_assigned_a_non_empty_expression:n(17e3,1,"JSX_attributes_must_only_be_assigned_a_non_empty_expression_17000","JSX attributes must only be assigned a non-empty 'expression'."),JSX_elements_cannot_have_multiple_attributes_with_the_same_name:n(17001,1,"JSX_elements_cannot_have_multiple_attributes_with_the_same_name_17001","JSX elements cannot have multiple attributes with the same name."),Expected_corresponding_JSX_closing_tag_for_0:n(17002,1,"Expected_corresponding_JSX_closing_tag_for_0_17002","Expected corresponding JSX closing tag for '{0}'."),Cannot_use_JSX_unless_the_jsx_flag_is_provided:n(17004,1,"Cannot_use_JSX_unless_the_jsx_flag_is_provided_17004","Cannot use JSX unless the '--jsx' flag is provided."),A_constructor_cannot_contain_a_super_call_when_its_class_extends_null:n(17005,1,"A_constructor_cannot_contain_a_super_call_when_its_class_extends_null_17005","A constructor cannot contain a 'super' call when its class extends 'null'."),An_unary_expression_with_the_0_operator_is_not_allowed_in_the_left_hand_side_of_an_exponentiation_expression_Consider_enclosing_the_expression_in_parentheses:n(17006,1,"An_unary_expression_with_the_0_operator_is_not_allowed_in_the_left_hand_side_of_an_exponentiation_ex_17006","An unary expression with the '{0}' operator is not allowed in the left-hand side of an exponentiation expression. Consider enclosing the expression in parentheses."),A_type_assertion_expression_is_not_allowed_in_the_left_hand_side_of_an_exponentiation_expression_Consider_enclosing_the_expression_in_parentheses:n(17007,1,"A_type_assertion_expression_is_not_allowed_in_the_left_hand_side_of_an_exponentiation_expression_Con_17007","A type assertion expression is not allowed in the left-hand side of an exponentiation expression. Consider enclosing the expression in parentheses."),JSX_element_0_has_no_corresponding_closing_tag:n(17008,1,"JSX_element_0_has_no_corresponding_closing_tag_17008","JSX element '{0}' has no corresponding closing tag."),super_must_be_called_before_accessing_this_in_the_constructor_of_a_derived_class:n(17009,1,"super_must_be_called_before_accessing_this_in_the_constructor_of_a_derived_class_17009","'super' must be called before accessing 'this' in the constructor of a derived class."),Unknown_type_acquisition_option_0:n(17010,1,"Unknown_type_acquisition_option_0_17010","Unknown type acquisition option '{0}'."),super_must_be_called_before_accessing_a_property_of_super_in_the_constructor_of_a_derived_class:n(17011,1,"super_must_be_called_before_accessing_a_property_of_super_in_the_constructor_of_a_derived_class_17011","'super' must be called before accessing a property of 'super' in the constructor of a derived class."),_0_is_not_a_valid_meta_property_for_keyword_1_Did_you_mean_2:n(17012,1,"_0_is_not_a_valid_meta_property_for_keyword_1_Did_you_mean_2_17012","'{0}' is not a valid meta-property for keyword '{1}'. Did you mean '{2}'?"),Meta_property_0_is_only_allowed_in_the_body_of_a_function_declaration_function_expression_or_constructor:n(17013,1,"Meta_property_0_is_only_allowed_in_the_body_of_a_function_declaration_function_expression_or_constru_17013","Meta-property '{0}' is only allowed in the body of a function declaration, function expression, or constructor."),JSX_fragment_has_no_corresponding_closing_tag:n(17014,1,"JSX_fragment_has_no_corresponding_closing_tag_17014","JSX fragment has no corresponding closing tag."),Expected_corresponding_closing_tag_for_JSX_fragment:n(17015,1,"Expected_corresponding_closing_tag_for_JSX_fragment_17015","Expected corresponding closing tag for JSX fragment."),The_jsxFragmentFactory_compiler_option_must_be_provided_to_use_JSX_fragments_with_the_jsxFactory_compiler_option:n(17016,1,"The_jsxFragmentFactory_compiler_option_must_be_provided_to_use_JSX_fragments_with_the_jsxFactory_com_17016","The 'jsxFragmentFactory' compiler option must be provided to use JSX fragments with the 'jsxFactory' compiler option."),An_jsxFrag_pragma_is_required_when_using_an_jsx_pragma_with_JSX_fragments:n(17017,1,"An_jsxFrag_pragma_is_required_when_using_an_jsx_pragma_with_JSX_fragments_17017","An @jsxFrag pragma is required when using an @jsx pragma with JSX fragments."),Unknown_type_acquisition_option_0_Did_you_mean_1:n(17018,1,"Unknown_type_acquisition_option_0_Did_you_mean_1_17018","Unknown type acquisition option '{0}'. Did you mean '{1}'?"),_0_at_the_end_of_a_type_is_not_valid_TypeScript_syntax_Did_you_mean_to_write_1:n(17019,1,"_0_at_the_end_of_a_type_is_not_valid_TypeScript_syntax_Did_you_mean_to_write_1_17019","'{0}' at the end of a type is not valid TypeScript syntax. Did you mean to write '{1}'?"),_0_at_the_start_of_a_type_is_not_valid_TypeScript_syntax_Did_you_mean_to_write_1:n(17020,1,"_0_at_the_start_of_a_type_is_not_valid_TypeScript_syntax_Did_you_mean_to_write_1_17020","'{0}' at the start of a type is not valid TypeScript syntax. Did you mean to write '{1}'?"),Unicode_escape_sequence_cannot_appear_here:n(17021,1,"Unicode_escape_sequence_cannot_appear_here_17021","Unicode escape sequence cannot appear here."),Circularity_detected_while_resolving_configuration_Colon_0:n(18e3,1,"Circularity_detected_while_resolving_configuration_Colon_0_18000","Circularity detected while resolving configuration: {0}"),The_files_list_in_config_file_0_is_empty:n(18002,1,"The_files_list_in_config_file_0_is_empty_18002","The 'files' list in config file '{0}' is empty."),No_inputs_were_found_in_config_file_0_Specified_include_paths_were_1_and_exclude_paths_were_2:n(18003,1,"No_inputs_were_found_in_config_file_0_Specified_include_paths_were_1_and_exclude_paths_were_2_18003","No inputs were found in config file '{0}'. Specified 'include' paths were '{1}' and 'exclude' paths were '{2}'."),File_is_a_CommonJS_module_it_may_be_converted_to_an_ES_module:n(80001,2,"File_is_a_CommonJS_module_it_may_be_converted_to_an_ES_module_80001","File is a CommonJS module; it may be converted to an ES module."),This_constructor_function_may_be_converted_to_a_class_declaration:n(80002,2,"This_constructor_function_may_be_converted_to_a_class_declaration_80002","This constructor function may be converted to a class declaration."),Import_may_be_converted_to_a_default_import:n(80003,2,"Import_may_be_converted_to_a_default_import_80003","Import may be converted to a default import."),JSDoc_types_may_be_moved_to_TypeScript_types:n(80004,2,"JSDoc_types_may_be_moved_to_TypeScript_types_80004","JSDoc types may be moved to TypeScript types."),require_call_may_be_converted_to_an_import:n(80005,2,"require_call_may_be_converted_to_an_import_80005","'require' call may be converted to an import."),This_may_be_converted_to_an_async_function:n(80006,2,"This_may_be_converted_to_an_async_function_80006","This may be converted to an async function."),await_has_no_effect_on_the_type_of_this_expression:n(80007,2,"await_has_no_effect_on_the_type_of_this_expression_80007","'await' has no effect on the type of this expression."),Numeric_literals_with_absolute_values_equal_to_2_53_or_greater_are_too_large_to_be_represented_accurately_as_integers:n(80008,2,"Numeric_literals_with_absolute_values_equal_to_2_53_or_greater_are_too_large_to_be_represented_accur_80008","Numeric literals with absolute values equal to 2^53 or greater are too large to be represented accurately as integers."),JSDoc_typedef_may_be_converted_to_TypeScript_type:n(80009,2,"JSDoc_typedef_may_be_converted_to_TypeScript_type_80009","JSDoc typedef may be converted to TypeScript type."),JSDoc_typedefs_may_be_converted_to_TypeScript_types:n(80010,2,"JSDoc_typedefs_may_be_converted_to_TypeScript_types_80010","JSDoc typedefs may be converted to TypeScript types."),Add_missing_super_call:n(90001,3,"Add_missing_super_call_90001","Add missing 'super()' call"),Make_super_call_the_first_statement_in_the_constructor:n(90002,3,"Make_super_call_the_first_statement_in_the_constructor_90002","Make 'super()' call the first statement in the constructor"),Change_extends_to_implements:n(90003,3,"Change_extends_to_implements_90003","Change 'extends' to 'implements'"),Remove_unused_declaration_for_Colon_0:n(90004,3,"Remove_unused_declaration_for_Colon_0_90004","Remove unused declaration for: '{0}'"),Remove_import_from_0:n(90005,3,"Remove_import_from_0_90005","Remove import from '{0}'"),Implement_interface_0:n(90006,3,"Implement_interface_0_90006","Implement interface '{0}'"),Implement_inherited_abstract_class:n(90007,3,"Implement_inherited_abstract_class_90007","Implement inherited abstract class"),Add_0_to_unresolved_variable:n(90008,3,"Add_0_to_unresolved_variable_90008","Add '{0}.' to unresolved variable"),Remove_variable_statement:n(90010,3,"Remove_variable_statement_90010","Remove variable statement"),Remove_template_tag:n(90011,3,"Remove_template_tag_90011","Remove template tag"),Remove_type_parameters:n(90012,3,"Remove_type_parameters_90012","Remove type parameters"),Import_0_from_1:n(90013,3,"Import_0_from_1_90013",`Import '{0}' from "{1}"`),Change_0_to_1:n(90014,3,"Change_0_to_1_90014","Change '{0}' to '{1}'"),Declare_property_0:n(90016,3,"Declare_property_0_90016","Declare property '{0}'"),Add_index_signature_for_property_0:n(90017,3,"Add_index_signature_for_property_0_90017","Add index signature for property '{0}'"),Disable_checking_for_this_file:n(90018,3,"Disable_checking_for_this_file_90018","Disable checking for this file"),Ignore_this_error_message:n(90019,3,"Ignore_this_error_message_90019","Ignore this error message"),Initialize_property_0_in_the_constructor:n(90020,3,"Initialize_property_0_in_the_constructor_90020","Initialize property '{0}' in the constructor"),Initialize_static_property_0:n(90021,3,"Initialize_static_property_0_90021","Initialize static property '{0}'"),Change_spelling_to_0:n(90022,3,"Change_spelling_to_0_90022","Change spelling to '{0}'"),Declare_method_0:n(90023,3,"Declare_method_0_90023","Declare method '{0}'"),Declare_static_method_0:n(90024,3,"Declare_static_method_0_90024","Declare static method '{0}'"),Prefix_0_with_an_underscore:n(90025,3,"Prefix_0_with_an_underscore_90025","Prefix '{0}' with an underscore"),Rewrite_as_the_indexed_access_type_0:n(90026,3,"Rewrite_as_the_indexed_access_type_0_90026","Rewrite as the indexed access type '{0}'"),Declare_static_property_0:n(90027,3,"Declare_static_property_0_90027","Declare static property '{0}'"),Call_decorator_expression:n(90028,3,"Call_decorator_expression_90028","Call decorator expression"),Add_async_modifier_to_containing_function:n(90029,3,"Add_async_modifier_to_containing_function_90029","Add async modifier to containing function"),Replace_infer_0_with_unknown:n(90030,3,"Replace_infer_0_with_unknown_90030","Replace 'infer {0}' with 'unknown'"),Replace_all_unused_infer_with_unknown:n(90031,3,"Replace_all_unused_infer_with_unknown_90031","Replace all unused 'infer' with 'unknown'"),Add_parameter_name:n(90034,3,"Add_parameter_name_90034","Add parameter name"),Declare_private_property_0:n(90035,3,"Declare_private_property_0_90035","Declare private property '{0}'"),Replace_0_with_Promise_1:n(90036,3,"Replace_0_with_Promise_1_90036","Replace '{0}' with 'Promise<{1}>'"),Fix_all_incorrect_return_type_of_an_async_functions:n(90037,3,"Fix_all_incorrect_return_type_of_an_async_functions_90037","Fix all incorrect return type of an async functions"),Declare_private_method_0:n(90038,3,"Declare_private_method_0_90038","Declare private method '{0}'"),Remove_unused_destructuring_declaration:n(90039,3,"Remove_unused_destructuring_declaration_90039","Remove unused destructuring declaration"),Remove_unused_declarations_for_Colon_0:n(90041,3,"Remove_unused_declarations_for_Colon_0_90041","Remove unused declarations for: '{0}'"),Declare_a_private_field_named_0:n(90053,3,"Declare_a_private_field_named_0_90053","Declare a private field named '{0}'."),Includes_imports_of_types_referenced_by_0:n(90054,3,"Includes_imports_of_types_referenced_by_0_90054","Includes imports of types referenced by '{0}'"),Remove_type_from_import_declaration_from_0:n(90055,3,"Remove_type_from_import_declaration_from_0_90055",`Remove 'type' from import declaration from "{0}"`),Remove_type_from_import_of_0_from_1:n(90056,3,"Remove_type_from_import_of_0_from_1_90056",`Remove 'type' from import of '{0}' from "{1}"`),Add_import_from_0:n(90057,3,"Add_import_from_0_90057",'Add import from "{0}"'),Update_import_from_0:n(90058,3,"Update_import_from_0_90058",'Update import from "{0}"'),Export_0_from_module_1:n(90059,3,"Export_0_from_module_1_90059","Export '{0}' from module '{1}'"),Export_all_referenced_locals:n(90060,3,"Export_all_referenced_locals_90060","Export all referenced locals"),Update_modifiers_of_0:n(90061,3,"Update_modifiers_of_0_90061","Update modifiers of '{0}'"),Add_annotation_of_type_0:n(90062,3,"Add_annotation_of_type_0_90062","Add annotation of type '{0}'"),Add_return_type_0:n(90063,3,"Add_return_type_0_90063","Add return type '{0}'"),Extract_base_class_to_variable:n(90064,3,"Extract_base_class_to_variable_90064","Extract base class to variable"),Extract_default_export_to_variable:n(90065,3,"Extract_default_export_to_variable_90065","Extract default export to variable"),Extract_binding_expressions_to_variable:n(90066,3,"Extract_binding_expressions_to_variable_90066","Extract binding expressions to variable"),Add_all_missing_type_annotations:n(90067,3,"Add_all_missing_type_annotations_90067","Add all missing type annotations"),Add_satisfies_and_an_inline_type_assertion_with_0:n(90068,3,"Add_satisfies_and_an_inline_type_assertion_with_0_90068","Add satisfies and an inline type assertion with '{0}'"),Extract_to_variable_and_replace_with_0_as_typeof_0:n(90069,3,"Extract_to_variable_and_replace_with_0_as_typeof_0_90069","Extract to variable and replace with '{0} as typeof {0}'"),Mark_array_literal_as_const:n(90070,3,"Mark_array_literal_as_const_90070","Mark array literal as const"),Annotate_types_of_properties_expando_function_in_a_namespace:n(90071,3,"Annotate_types_of_properties_expando_function_in_a_namespace_90071","Annotate types of properties expando function in a namespace"),Convert_function_to_an_ES2015_class:n(95001,3,"Convert_function_to_an_ES2015_class_95001","Convert function to an ES2015 class"),Convert_0_to_1_in_0:n(95003,3,"Convert_0_to_1_in_0_95003","Convert '{0}' to '{1} in {0}'"),Extract_to_0_in_1:n(95004,3,"Extract_to_0_in_1_95004","Extract to {0} in {1}"),Extract_function:n(95005,3,"Extract_function_95005","Extract function"),Extract_constant:n(95006,3,"Extract_constant_95006","Extract constant"),Extract_to_0_in_enclosing_scope:n(95007,3,"Extract_to_0_in_enclosing_scope_95007","Extract to {0} in enclosing scope"),Extract_to_0_in_1_scope:n(95008,3,"Extract_to_0_in_1_scope_95008","Extract to {0} in {1} scope"),Annotate_with_type_from_JSDoc:n(95009,3,"Annotate_with_type_from_JSDoc_95009","Annotate with type from JSDoc"),Infer_type_of_0_from_usage:n(95011,3,"Infer_type_of_0_from_usage_95011","Infer type of '{0}' from usage"),Infer_parameter_types_from_usage:n(95012,3,"Infer_parameter_types_from_usage_95012","Infer parameter types from usage"),Convert_to_default_import:n(95013,3,"Convert_to_default_import_95013","Convert to default import"),Install_0:n(95014,3,"Install_0_95014","Install '{0}'"),Replace_import_with_0:n(95015,3,"Replace_import_with_0_95015","Replace import with '{0}'."),Use_synthetic_default_member:n(95016,3,"Use_synthetic_default_member_95016","Use synthetic 'default' member."),Convert_to_ES_module:n(95017,3,"Convert_to_ES_module_95017","Convert to ES module"),Add_undefined_type_to_property_0:n(95018,3,"Add_undefined_type_to_property_0_95018","Add 'undefined' type to property '{0}'"),Add_initializer_to_property_0:n(95019,3,"Add_initializer_to_property_0_95019","Add initializer to property '{0}'"),Add_definite_assignment_assertion_to_property_0:n(95020,3,"Add_definite_assignment_assertion_to_property_0_95020","Add definite assignment assertion to property '{0}'"),Convert_all_type_literals_to_mapped_type:n(95021,3,"Convert_all_type_literals_to_mapped_type_95021","Convert all type literals to mapped type"),Add_all_missing_members:n(95022,3,"Add_all_missing_members_95022","Add all missing members"),Infer_all_types_from_usage:n(95023,3,"Infer_all_types_from_usage_95023","Infer all types from usage"),Delete_all_unused_declarations:n(95024,3,"Delete_all_unused_declarations_95024","Delete all unused declarations"),Prefix_all_unused_declarations_with_where_possible:n(95025,3,"Prefix_all_unused_declarations_with_where_possible_95025","Prefix all unused declarations with '_' where possible"),Fix_all_detected_spelling_errors:n(95026,3,"Fix_all_detected_spelling_errors_95026","Fix all detected spelling errors"),Add_initializers_to_all_uninitialized_properties:n(95027,3,"Add_initializers_to_all_uninitialized_properties_95027","Add initializers to all uninitialized properties"),Add_definite_assignment_assertions_to_all_uninitialized_properties:n(95028,3,"Add_definite_assignment_assertions_to_all_uninitialized_properties_95028","Add definite assignment assertions to all uninitialized properties"),Add_undefined_type_to_all_uninitialized_properties:n(95029,3,"Add_undefined_type_to_all_uninitialized_properties_95029","Add undefined type to all uninitialized properties"),Change_all_jsdoc_style_types_to_TypeScript:n(95030,3,"Change_all_jsdoc_style_types_to_TypeScript_95030","Change all jsdoc-style types to TypeScript"),Change_all_jsdoc_style_types_to_TypeScript_and_add_undefined_to_nullable_types:n(95031,3,"Change_all_jsdoc_style_types_to_TypeScript_and_add_undefined_to_nullable_types_95031","Change all jsdoc-style types to TypeScript (and add '| undefined' to nullable types)"),Implement_all_unimplemented_interfaces:n(95032,3,"Implement_all_unimplemented_interfaces_95032","Implement all unimplemented interfaces"),Install_all_missing_types_packages:n(95033,3,"Install_all_missing_types_packages_95033","Install all missing types packages"),Rewrite_all_as_indexed_access_types:n(95034,3,"Rewrite_all_as_indexed_access_types_95034","Rewrite all as indexed access types"),Convert_all_to_default_imports:n(95035,3,"Convert_all_to_default_imports_95035","Convert all to default imports"),Make_all_super_calls_the_first_statement_in_their_constructor:n(95036,3,"Make_all_super_calls_the_first_statement_in_their_constructor_95036","Make all 'super()' calls the first statement in their constructor"),Add_qualifier_to_all_unresolved_variables_matching_a_member_name:n(95037,3,"Add_qualifier_to_all_unresolved_variables_matching_a_member_name_95037","Add qualifier to all unresolved variables matching a member name"),Change_all_extended_interfaces_to_implements:n(95038,3,"Change_all_extended_interfaces_to_implements_95038","Change all extended interfaces to 'implements'"),Add_all_missing_super_calls:n(95039,3,"Add_all_missing_super_calls_95039","Add all missing super calls"),Implement_all_inherited_abstract_classes:n(95040,3,"Implement_all_inherited_abstract_classes_95040","Implement all inherited abstract classes"),Add_all_missing_async_modifiers:n(95041,3,"Add_all_missing_async_modifiers_95041","Add all missing 'async' modifiers"),Add_ts_ignore_to_all_error_messages:n(95042,3,"Add_ts_ignore_to_all_error_messages_95042","Add '@ts-ignore' to all error messages"),Annotate_everything_with_types_from_JSDoc:n(95043,3,"Annotate_everything_with_types_from_JSDoc_95043","Annotate everything with types from JSDoc"),Add_to_all_uncalled_decorators:n(95044,3,"Add_to_all_uncalled_decorators_95044","Add '()' to all uncalled decorators"),Convert_all_constructor_functions_to_classes:n(95045,3,"Convert_all_constructor_functions_to_classes_95045","Convert all constructor functions to classes"),Generate_get_and_set_accessors:n(95046,3,"Generate_get_and_set_accessors_95046","Generate 'get' and 'set' accessors"),Convert_require_to_import:n(95047,3,"Convert_require_to_import_95047","Convert 'require' to 'import'"),Convert_all_require_to_import:n(95048,3,"Convert_all_require_to_import_95048","Convert all 'require' to 'import'"),Move_to_a_new_file:n(95049,3,"Move_to_a_new_file_95049","Move to a new file"),Remove_unreachable_code:n(95050,3,"Remove_unreachable_code_95050","Remove unreachable code"),Remove_all_unreachable_code:n(95051,3,"Remove_all_unreachable_code_95051","Remove all unreachable code"),Add_missing_typeof:n(95052,3,"Add_missing_typeof_95052","Add missing 'typeof'"),Remove_unused_label:n(95053,3,"Remove_unused_label_95053","Remove unused label"),Remove_all_unused_labels:n(95054,3,"Remove_all_unused_labels_95054","Remove all unused labels"),Convert_0_to_mapped_object_type:n(95055,3,"Convert_0_to_mapped_object_type_95055","Convert '{0}' to mapped object type"),Convert_namespace_import_to_named_imports:n(95056,3,"Convert_namespace_import_to_named_imports_95056","Convert namespace import to named imports"),Convert_named_imports_to_namespace_import:n(95057,3,"Convert_named_imports_to_namespace_import_95057","Convert named imports to namespace import"),Add_or_remove_braces_in_an_arrow_function:n(95058,3,"Add_or_remove_braces_in_an_arrow_function_95058","Add or remove braces in an arrow function"),Add_braces_to_arrow_function:n(95059,3,"Add_braces_to_arrow_function_95059","Add braces to arrow function"),Remove_braces_from_arrow_function:n(95060,3,"Remove_braces_from_arrow_function_95060","Remove braces from arrow function"),Convert_default_export_to_named_export:n(95061,3,"Convert_default_export_to_named_export_95061","Convert default export to named export"),Convert_named_export_to_default_export:n(95062,3,"Convert_named_export_to_default_export_95062","Convert named export to default export"),Add_missing_enum_member_0:n(95063,3,"Add_missing_enum_member_0_95063","Add missing enum member '{0}'"),Add_all_missing_imports:n(95064,3,"Add_all_missing_imports_95064","Add all missing imports"),Convert_to_async_function:n(95065,3,"Convert_to_async_function_95065","Convert to async function"),Convert_all_to_async_functions:n(95066,3,"Convert_all_to_async_functions_95066","Convert all to async functions"),Add_missing_call_parentheses:n(95067,3,"Add_missing_call_parentheses_95067","Add missing call parentheses"),Add_all_missing_call_parentheses:n(95068,3,"Add_all_missing_call_parentheses_95068","Add all missing call parentheses"),Add_unknown_conversion_for_non_overlapping_types:n(95069,3,"Add_unknown_conversion_for_non_overlapping_types_95069","Add 'unknown' conversion for non-overlapping types"),Add_unknown_to_all_conversions_of_non_overlapping_types:n(95070,3,"Add_unknown_to_all_conversions_of_non_overlapping_types_95070","Add 'unknown' to all conversions of non-overlapping types"),Add_missing_new_operator_to_call:n(95071,3,"Add_missing_new_operator_to_call_95071","Add missing 'new' operator to call"),Add_missing_new_operator_to_all_calls:n(95072,3,"Add_missing_new_operator_to_all_calls_95072","Add missing 'new' operator to all calls"),Add_names_to_all_parameters_without_names:n(95073,3,"Add_names_to_all_parameters_without_names_95073","Add names to all parameters without names"),Enable_the_experimentalDecorators_option_in_your_configuration_file:n(95074,3,"Enable_the_experimentalDecorators_option_in_your_configuration_file_95074","Enable the 'experimentalDecorators' option in your configuration file"),Convert_parameters_to_destructured_object:n(95075,3,"Convert_parameters_to_destructured_object_95075","Convert parameters to destructured object"),Extract_type:n(95077,3,"Extract_type_95077","Extract type"),Extract_to_type_alias:n(95078,3,"Extract_to_type_alias_95078","Extract to type alias"),Extract_to_typedef:n(95079,3,"Extract_to_typedef_95079","Extract to typedef"),Infer_this_type_of_0_from_usage:n(95080,3,"Infer_this_type_of_0_from_usage_95080","Infer 'this' type of '{0}' from usage"),Add_const_to_unresolved_variable:n(95081,3,"Add_const_to_unresolved_variable_95081","Add 'const' to unresolved variable"),Add_const_to_all_unresolved_variables:n(95082,3,"Add_const_to_all_unresolved_variables_95082","Add 'const' to all unresolved variables"),Add_await:n(95083,3,"Add_await_95083","Add 'await'"),Add_await_to_initializer_for_0:n(95084,3,"Add_await_to_initializer_for_0_95084","Add 'await' to initializer for '{0}'"),Fix_all_expressions_possibly_missing_await:n(95085,3,"Fix_all_expressions_possibly_missing_await_95085","Fix all expressions possibly missing 'await'"),Remove_unnecessary_await:n(95086,3,"Remove_unnecessary_await_95086","Remove unnecessary 'await'"),Remove_all_unnecessary_uses_of_await:n(95087,3,"Remove_all_unnecessary_uses_of_await_95087","Remove all unnecessary uses of 'await'"),Enable_the_jsx_flag_in_your_configuration_file:n(95088,3,"Enable_the_jsx_flag_in_your_configuration_file_95088","Enable the '--jsx' flag in your configuration file"),Add_await_to_initializers:n(95089,3,"Add_await_to_initializers_95089","Add 'await' to initializers"),Extract_to_interface:n(95090,3,"Extract_to_interface_95090","Extract to interface"),Convert_to_a_bigint_numeric_literal:n(95091,3,"Convert_to_a_bigint_numeric_literal_95091","Convert to a bigint numeric literal"),Convert_all_to_bigint_numeric_literals:n(95092,3,"Convert_all_to_bigint_numeric_literals_95092","Convert all to bigint numeric literals"),Convert_const_to_let:n(95093,3,"Convert_const_to_let_95093","Convert 'const' to 'let'"),Prefix_with_declare:n(95094,3,"Prefix_with_declare_95094","Prefix with 'declare'"),Prefix_all_incorrect_property_declarations_with_declare:n(95095,3,"Prefix_all_incorrect_property_declarations_with_declare_95095","Prefix all incorrect property declarations with 'declare'"),Convert_to_template_string:n(95096,3,"Convert_to_template_string_95096","Convert to template string"),Add_export_to_make_this_file_into_a_module:n(95097,3,"Add_export_to_make_this_file_into_a_module_95097","Add 'export {}' to make this file into a module"),Set_the_target_option_in_your_configuration_file_to_0:n(95098,3,"Set_the_target_option_in_your_configuration_file_to_0_95098","Set the 'target' option in your configuration file to '{0}'"),Set_the_module_option_in_your_configuration_file_to_0:n(95099,3,"Set_the_module_option_in_your_configuration_file_to_0_95099","Set the 'module' option in your configuration file to '{0}'"),Convert_invalid_character_to_its_html_entity_code:n(95100,3,"Convert_invalid_character_to_its_html_entity_code_95100","Convert invalid character to its html entity code"),Convert_all_invalid_characters_to_HTML_entity_code:n(95101,3,"Convert_all_invalid_characters_to_HTML_entity_code_95101","Convert all invalid characters to HTML entity code"),Convert_all_const_to_let:n(95102,3,"Convert_all_const_to_let_95102","Convert all 'const' to 'let'"),Convert_function_expression_0_to_arrow_function:n(95105,3,"Convert_function_expression_0_to_arrow_function_95105","Convert function expression '{0}' to arrow function"),Convert_function_declaration_0_to_arrow_function:n(95106,3,"Convert_function_declaration_0_to_arrow_function_95106","Convert function declaration '{0}' to arrow function"),Fix_all_implicit_this_errors:n(95107,3,"Fix_all_implicit_this_errors_95107","Fix all implicit-'this' errors"),Wrap_invalid_character_in_an_expression_container:n(95108,3,"Wrap_invalid_character_in_an_expression_container_95108","Wrap invalid character in an expression container"),Wrap_all_invalid_characters_in_an_expression_container:n(95109,3,"Wrap_all_invalid_characters_in_an_expression_container_95109","Wrap all invalid characters in an expression container"),Visit_https_Colon_Slash_Slashaka_ms_Slashtsconfig_to_read_more_about_this_file:n(95110,3,"Visit_https_Colon_Slash_Slashaka_ms_Slashtsconfig_to_read_more_about_this_file_95110","Visit https://aka.ms/tsconfig to read more about this file"),Add_a_return_statement:n(95111,3,"Add_a_return_statement_95111","Add a return statement"),Remove_braces_from_arrow_function_body:n(95112,3,"Remove_braces_from_arrow_function_body_95112","Remove braces from arrow function body"),Wrap_the_following_body_with_parentheses_which_should_be_an_object_literal:n(95113,3,"Wrap_the_following_body_with_parentheses_which_should_be_an_object_literal_95113","Wrap the following body with parentheses which should be an object literal"),Add_all_missing_return_statement:n(95114,3,"Add_all_missing_return_statement_95114","Add all missing return statement"),Remove_braces_from_all_arrow_function_bodies_with_relevant_issues:n(95115,3,"Remove_braces_from_all_arrow_function_bodies_with_relevant_issues_95115","Remove braces from all arrow function bodies with relevant issues"),Wrap_all_object_literal_with_parentheses:n(95116,3,"Wrap_all_object_literal_with_parentheses_95116","Wrap all object literal with parentheses"),Move_labeled_tuple_element_modifiers_to_labels:n(95117,3,"Move_labeled_tuple_element_modifiers_to_labels_95117","Move labeled tuple element modifiers to labels"),Convert_overload_list_to_single_signature:n(95118,3,"Convert_overload_list_to_single_signature_95118","Convert overload list to single signature"),Generate_get_and_set_accessors_for_all_overriding_properties:n(95119,3,"Generate_get_and_set_accessors_for_all_overriding_properties_95119","Generate 'get' and 'set' accessors for all overriding properties"),Wrap_in_JSX_fragment:n(95120,3,"Wrap_in_JSX_fragment_95120","Wrap in JSX fragment"),Wrap_all_unparented_JSX_in_JSX_fragment:n(95121,3,"Wrap_all_unparented_JSX_in_JSX_fragment_95121","Wrap all unparented JSX in JSX fragment"),Convert_arrow_function_or_function_expression:n(95122,3,"Convert_arrow_function_or_function_expression_95122","Convert arrow function or function expression"),Convert_to_anonymous_function:n(95123,3,"Convert_to_anonymous_function_95123","Convert to anonymous function"),Convert_to_named_function:n(95124,3,"Convert_to_named_function_95124","Convert to named function"),Convert_to_arrow_function:n(95125,3,"Convert_to_arrow_function_95125","Convert to arrow function"),Remove_parentheses:n(95126,3,"Remove_parentheses_95126","Remove parentheses"),Could_not_find_a_containing_arrow_function:n(95127,3,"Could_not_find_a_containing_arrow_function_95127","Could not find a containing arrow function"),Containing_function_is_not_an_arrow_function:n(95128,3,"Containing_function_is_not_an_arrow_function_95128","Containing function is not an arrow function"),Could_not_find_export_statement:n(95129,3,"Could_not_find_export_statement_95129","Could not find export statement"),This_file_already_has_a_default_export:n(95130,3,"This_file_already_has_a_default_export_95130","This file already has a default export"),Could_not_find_import_clause:n(95131,3,"Could_not_find_import_clause_95131","Could not find import clause"),Could_not_find_namespace_import_or_named_imports:n(95132,3,"Could_not_find_namespace_import_or_named_imports_95132","Could not find namespace import or named imports"),Selection_is_not_a_valid_type_node:n(95133,3,"Selection_is_not_a_valid_type_node_95133","Selection is not a valid type node"),No_type_could_be_extracted_from_this_type_node:n(95134,3,"No_type_could_be_extracted_from_this_type_node_95134","No type could be extracted from this type node"),Could_not_find_property_for_which_to_generate_accessor:n(95135,3,"Could_not_find_property_for_which_to_generate_accessor_95135","Could not find property for which to generate accessor"),Name_is_not_valid:n(95136,3,"Name_is_not_valid_95136","Name is not valid"),Can_only_convert_property_with_modifier:n(95137,3,"Can_only_convert_property_with_modifier_95137","Can only convert property with modifier"),Switch_each_misused_0_to_1:n(95138,3,"Switch_each_misused_0_to_1_95138","Switch each misused '{0}' to '{1}'"),Convert_to_optional_chain_expression:n(95139,3,"Convert_to_optional_chain_expression_95139","Convert to optional chain expression"),Could_not_find_convertible_access_expression:n(95140,3,"Could_not_find_convertible_access_expression_95140","Could not find convertible access expression"),Could_not_find_matching_access_expressions:n(95141,3,"Could_not_find_matching_access_expressions_95141","Could not find matching access expressions"),Can_only_convert_logical_AND_access_chains:n(95142,3,"Can_only_convert_logical_AND_access_chains_95142","Can only convert logical AND access chains"),Add_void_to_Promise_resolved_without_a_value:n(95143,3,"Add_void_to_Promise_resolved_without_a_value_95143","Add 'void' to Promise resolved without a value"),Add_void_to_all_Promises_resolved_without_a_value:n(95144,3,"Add_void_to_all_Promises_resolved_without_a_value_95144","Add 'void' to all Promises resolved without a value"),Use_element_access_for_0:n(95145,3,"Use_element_access_for_0_95145","Use element access for '{0}'"),Use_element_access_for_all_undeclared_properties:n(95146,3,"Use_element_access_for_all_undeclared_properties_95146","Use element access for all undeclared properties."),Delete_all_unused_imports:n(95147,3,"Delete_all_unused_imports_95147","Delete all unused imports"),Infer_function_return_type:n(95148,3,"Infer_function_return_type_95148","Infer function return type"),Return_type_must_be_inferred_from_a_function:n(95149,3,"Return_type_must_be_inferred_from_a_function_95149","Return type must be inferred from a function"),Could_not_determine_function_return_type:n(95150,3,"Could_not_determine_function_return_type_95150","Could not determine function return type"),Could_not_convert_to_arrow_function:n(95151,3,"Could_not_convert_to_arrow_function_95151","Could not convert to arrow function"),Could_not_convert_to_named_function:n(95152,3,"Could_not_convert_to_named_function_95152","Could not convert to named function"),Could_not_convert_to_anonymous_function:n(95153,3,"Could_not_convert_to_anonymous_function_95153","Could not convert to anonymous function"),Can_only_convert_string_concatenations_and_string_literals:n(95154,3,"Can_only_convert_string_concatenations_and_string_literals_95154","Can only convert string concatenations and string literals"),Selection_is_not_a_valid_statement_or_statements:n(95155,3,"Selection_is_not_a_valid_statement_or_statements_95155","Selection is not a valid statement or statements"),Add_missing_function_declaration_0:n(95156,3,"Add_missing_function_declaration_0_95156","Add missing function declaration '{0}'"),Add_all_missing_function_declarations:n(95157,3,"Add_all_missing_function_declarations_95157","Add all missing function declarations"),Method_not_implemented:n(95158,3,"Method_not_implemented_95158","Method not implemented."),Function_not_implemented:n(95159,3,"Function_not_implemented_95159","Function not implemented."),Add_override_modifier:n(95160,3,"Add_override_modifier_95160","Add 'override' modifier"),Remove_override_modifier:n(95161,3,"Remove_override_modifier_95161","Remove 'override' modifier"),Add_all_missing_override_modifiers:n(95162,3,"Add_all_missing_override_modifiers_95162","Add all missing 'override' modifiers"),Remove_all_unnecessary_override_modifiers:n(95163,3,"Remove_all_unnecessary_override_modifiers_95163","Remove all unnecessary 'override' modifiers"),Can_only_convert_named_export:n(95164,3,"Can_only_convert_named_export_95164","Can only convert named export"),Add_missing_properties:n(95165,3,"Add_missing_properties_95165","Add missing properties"),Add_all_missing_properties:n(95166,3,"Add_all_missing_properties_95166","Add all missing properties"),Add_missing_attributes:n(95167,3,"Add_missing_attributes_95167","Add missing attributes"),Add_all_missing_attributes:n(95168,3,"Add_all_missing_attributes_95168","Add all missing attributes"),Add_undefined_to_optional_property_type:n(95169,3,"Add_undefined_to_optional_property_type_95169","Add 'undefined' to optional property type"),Convert_named_imports_to_default_import:n(95170,3,"Convert_named_imports_to_default_import_95170","Convert named imports to default import"),Delete_unused_param_tag_0:n(95171,3,"Delete_unused_param_tag_0_95171","Delete unused '@param' tag '{0}'"),Delete_all_unused_param_tags:n(95172,3,"Delete_all_unused_param_tags_95172","Delete all unused '@param' tags"),Rename_param_tag_name_0_to_1:n(95173,3,"Rename_param_tag_name_0_to_1_95173","Rename '@param' tag name '{0}' to '{1}'"),Use_0:n(95174,3,"Use_0_95174","Use `{0}`."),Use_Number_isNaN_in_all_conditions:n(95175,3,"Use_Number_isNaN_in_all_conditions_95175","Use `Number.isNaN` in all conditions."),Convert_typedef_to_TypeScript_type:n(95176,3,"Convert_typedef_to_TypeScript_type_95176","Convert typedef to TypeScript type."),Convert_all_typedef_to_TypeScript_types:n(95177,3,"Convert_all_typedef_to_TypeScript_types_95177","Convert all typedef to TypeScript types."),Move_to_file:n(95178,3,"Move_to_file_95178","Move to file"),Cannot_move_to_file_selected_file_is_invalid:n(95179,3,"Cannot_move_to_file_selected_file_is_invalid_95179","Cannot move to file, selected file is invalid"),Use_import_type:n(95180,3,"Use_import_type_95180","Use 'import type'"),Use_type_0:n(95181,3,"Use_type_0_95181","Use 'type {0}'"),Fix_all_with_type_only_imports:n(95182,3,"Fix_all_with_type_only_imports_95182","Fix all with type-only imports"),Cannot_move_statements_to_the_selected_file:n(95183,3,"Cannot_move_statements_to_the_selected_file_95183","Cannot move statements to the selected file"),Inline_variable:n(95184,3,"Inline_variable_95184","Inline variable"),Could_not_find_variable_to_inline:n(95185,3,"Could_not_find_variable_to_inline_95185","Could not find variable to inline."),Variables_with_multiple_declarations_cannot_be_inlined:n(95186,3,"Variables_with_multiple_declarations_cannot_be_inlined_95186","Variables with multiple declarations cannot be inlined."),Add_missing_comma_for_object_member_completion_0:n(95187,3,"Add_missing_comma_for_object_member_completion_0_95187","Add missing comma for object member completion '{0}'."),Add_missing_parameter_to_0:n(95188,3,"Add_missing_parameter_to_0_95188","Add missing parameter to '{0}'"),Add_missing_parameters_to_0:n(95189,3,"Add_missing_parameters_to_0_95189","Add missing parameters to '{0}'"),Add_all_missing_parameters:n(95190,3,"Add_all_missing_parameters_95190","Add all missing parameters"),Add_optional_parameter_to_0:n(95191,3,"Add_optional_parameter_to_0_95191","Add optional parameter to '{0}'"),Add_optional_parameters_to_0:n(95192,3,"Add_optional_parameters_to_0_95192","Add optional parameters to '{0}'"),Add_all_optional_parameters:n(95193,3,"Add_all_optional_parameters_95193","Add all optional parameters"),Wrap_in_parentheses:n(95194,3,"Wrap_in_parentheses_95194","Wrap in parentheses"),Wrap_all_invalid_decorator_expressions_in_parentheses:n(95195,3,"Wrap_all_invalid_decorator_expressions_in_parentheses_95195","Wrap all invalid decorator expressions in parentheses"),Add_resolution_mode_import_attribute:n(95196,3,"Add_resolution_mode_import_attribute_95196","Add 'resolution-mode' import attribute"),Add_resolution_mode_import_attribute_to_all_type_only_imports_that_need_it:n(95197,3,"Add_resolution_mode_import_attribute_to_all_type_only_imports_that_need_it_95197","Add 'resolution-mode' import attribute to all type-only imports that need it"),No_value_exists_in_scope_for_the_shorthand_property_0_Either_declare_one_or_provide_an_initializer:n(18004,1,"No_value_exists_in_scope_for_the_shorthand_property_0_Either_declare_one_or_provide_an_initializer_18004","No value exists in scope for the shorthand property '{0}'. Either declare one or provide an initializer."),Classes_may_not_have_a_field_named_constructor:n(18006,1,"Classes_may_not_have_a_field_named_constructor_18006","Classes may not have a field named 'constructor'."),JSX_expressions_may_not_use_the_comma_operator_Did_you_mean_to_write_an_array:n(18007,1,"JSX_expressions_may_not_use_the_comma_operator_Did_you_mean_to_write_an_array_18007","JSX expressions may not use the comma operator. Did you mean to write an array?"),Private_identifiers_cannot_be_used_as_parameters:n(18009,1,"Private_identifiers_cannot_be_used_as_parameters_18009","Private identifiers cannot be used as parameters."),An_accessibility_modifier_cannot_be_used_with_a_private_identifier:n(18010,1,"An_accessibility_modifier_cannot_be_used_with_a_private_identifier_18010","An accessibility modifier cannot be used with a private identifier."),The_operand_of_a_delete_operator_cannot_be_a_private_identifier:n(18011,1,"The_operand_of_a_delete_operator_cannot_be_a_private_identifier_18011","The operand of a 'delete' operator cannot be a private identifier."),constructor_is_a_reserved_word:n(18012,1,"constructor_is_a_reserved_word_18012","'#constructor' is a reserved word."),Property_0_is_not_accessible_outside_class_1_because_it_has_a_private_identifier:n(18013,1,"Property_0_is_not_accessible_outside_class_1_because_it_has_a_private_identifier_18013","Property '{0}' is not accessible outside class '{1}' because it has a private identifier."),The_property_0_cannot_be_accessed_on_type_1_within_this_class_because_it_is_shadowed_by_another_private_identifier_with_the_same_spelling:n(18014,1,"The_property_0_cannot_be_accessed_on_type_1_within_this_class_because_it_is_shadowed_by_another_priv_18014","The property '{0}' cannot be accessed on type '{1}' within this class because it is shadowed by another private identifier with the same spelling."),Property_0_in_type_1_refers_to_a_different_member_that_cannot_be_accessed_from_within_type_2:n(18015,1,"Property_0_in_type_1_refers_to_a_different_member_that_cannot_be_accessed_from_within_type_2_18015","Property '{0}' in type '{1}' refers to a different member that cannot be accessed from within type '{2}'."),Private_identifiers_are_not_allowed_outside_class_bodies:n(18016,1,"Private_identifiers_are_not_allowed_outside_class_bodies_18016","Private identifiers are not allowed outside class bodies."),The_shadowing_declaration_of_0_is_defined_here:n(18017,1,"The_shadowing_declaration_of_0_is_defined_here_18017","The shadowing declaration of '{0}' is defined here"),The_declaration_of_0_that_you_probably_intended_to_use_is_defined_here:n(18018,1,"The_declaration_of_0_that_you_probably_intended_to_use_is_defined_here_18018","The declaration of '{0}' that you probably intended to use is defined here"),_0_modifier_cannot_be_used_with_a_private_identifier:n(18019,1,"_0_modifier_cannot_be_used_with_a_private_identifier_18019","'{0}' modifier cannot be used with a private identifier."),An_enum_member_cannot_be_named_with_a_private_identifier:n(18024,1,"An_enum_member_cannot_be_named_with_a_private_identifier_18024","An enum member cannot be named with a private identifier."),can_only_be_used_at_the_start_of_a_file:n(18026,1,"can_only_be_used_at_the_start_of_a_file_18026","'#!' can only be used at the start of a file."),Compiler_reserves_name_0_when_emitting_private_identifier_downlevel:n(18027,1,"Compiler_reserves_name_0_when_emitting_private_identifier_downlevel_18027","Compiler reserves name '{0}' when emitting private identifier downlevel."),Private_identifiers_are_only_available_when_targeting_ECMAScript_2015_and_higher:n(18028,1,"Private_identifiers_are_only_available_when_targeting_ECMAScript_2015_and_higher_18028","Private identifiers are only available when targeting ECMAScript 2015 and higher."),Private_identifiers_are_not_allowed_in_variable_declarations:n(18029,1,"Private_identifiers_are_not_allowed_in_variable_declarations_18029","Private identifiers are not allowed in variable declarations."),An_optional_chain_cannot_contain_private_identifiers:n(18030,1,"An_optional_chain_cannot_contain_private_identifiers_18030","An optional chain cannot contain private identifiers."),The_intersection_0_was_reduced_to_never_because_property_1_has_conflicting_types_in_some_constituents:n(18031,1,"The_intersection_0_was_reduced_to_never_because_property_1_has_conflicting_types_in_some_constituent_18031","The intersection '{0}' was reduced to 'never' because property '{1}' has conflicting types in some constituents."),The_intersection_0_was_reduced_to_never_because_property_1_exists_in_multiple_constituents_and_is_private_in_some:n(18032,1,"The_intersection_0_was_reduced_to_never_because_property_1_exists_in_multiple_constituents_and_is_pr_18032","The intersection '{0}' was reduced to 'never' because property '{1}' exists in multiple constituents and is private in some."),Type_0_is_not_assignable_to_type_1_as_required_for_computed_enum_member_values:n(18033,1,"Type_0_is_not_assignable_to_type_1_as_required_for_computed_enum_member_values_18033","Type '{0}' is not assignable to type '{1}' as required for computed enum member values."),Specify_the_JSX_fragment_factory_function_to_use_when_targeting_react_JSX_emit_with_jsxFactory_compiler_option_is_specified_e_g_Fragment:n(18034,3,"Specify_the_JSX_fragment_factory_function_to_use_when_targeting_react_JSX_emit_with_jsxFactory_compi_18034","Specify the JSX fragment factory function to use when targeting 'react' JSX emit with 'jsxFactory' compiler option is specified, e.g. 'Fragment'."),Invalid_value_for_jsxFragmentFactory_0_is_not_a_valid_identifier_or_qualified_name:n(18035,1,"Invalid_value_for_jsxFragmentFactory_0_is_not_a_valid_identifier_or_qualified_name_18035","Invalid value for 'jsxFragmentFactory'. '{0}' is not a valid identifier or qualified-name."),Class_decorators_can_t_be_used_with_static_private_identifier_Consider_removing_the_experimental_decorator:n(18036,1,"Class_decorators_can_t_be_used_with_static_private_identifier_Consider_removing_the_experimental_dec_18036","Class decorators can't be used with static private identifier. Consider removing the experimental decorator."),await_expression_cannot_be_used_inside_a_class_static_block:n(18037,1,"await_expression_cannot_be_used_inside_a_class_static_block_18037","'await' expression cannot be used inside a class static block."),for_await_loops_cannot_be_used_inside_a_class_static_block:n(18038,1,"for_await_loops_cannot_be_used_inside_a_class_static_block_18038","'for await' loops cannot be used inside a class static block."),Invalid_use_of_0_It_cannot_be_used_inside_a_class_static_block:n(18039,1,"Invalid_use_of_0_It_cannot_be_used_inside_a_class_static_block_18039","Invalid use of '{0}'. It cannot be used inside a class static block."),A_return_statement_cannot_be_used_inside_a_class_static_block:n(18041,1,"A_return_statement_cannot_be_used_inside_a_class_static_block_18041","A 'return' statement cannot be used inside a class static block."),_0_is_a_type_and_cannot_be_imported_in_JavaScript_files_Use_1_in_a_JSDoc_type_annotation:n(18042,1,"_0_is_a_type_and_cannot_be_imported_in_JavaScript_files_Use_1_in_a_JSDoc_type_annotation_18042","'{0}' is a type and cannot be imported in JavaScript files. Use '{1}' in a JSDoc type annotation."),Types_cannot_appear_in_export_declarations_in_JavaScript_files:n(18043,1,"Types_cannot_appear_in_export_declarations_in_JavaScript_files_18043","Types cannot appear in export declarations in JavaScript files."),_0_is_automatically_exported_here:n(18044,3,"_0_is_automatically_exported_here_18044","'{0}' is automatically exported here."),Properties_with_the_accessor_modifier_are_only_available_when_targeting_ECMAScript_2015_and_higher:n(18045,1,"Properties_with_the_accessor_modifier_are_only_available_when_targeting_ECMAScript_2015_and_higher_18045","Properties with the 'accessor' modifier are only available when targeting ECMAScript 2015 and higher."),_0_is_of_type_unknown:n(18046,1,"_0_is_of_type_unknown_18046","'{0}' is of type 'unknown'."),_0_is_possibly_null:n(18047,1,"_0_is_possibly_null_18047","'{0}' is possibly 'null'."),_0_is_possibly_undefined:n(18048,1,"_0_is_possibly_undefined_18048","'{0}' is possibly 'undefined'."),_0_is_possibly_null_or_undefined:n(18049,1,"_0_is_possibly_null_or_undefined_18049","'{0}' is possibly 'null' or 'undefined'."),The_value_0_cannot_be_used_here:n(18050,1,"The_value_0_cannot_be_used_here_18050","The value '{0}' cannot be used here."),Compiler_option_0_cannot_be_given_an_empty_string:n(18051,1,"Compiler_option_0_cannot_be_given_an_empty_string_18051","Compiler option '{0}' cannot be given an empty string."),Its_type_0_is_not_a_valid_JSX_element_type:n(18053,1,"Its_type_0_is_not_a_valid_JSX_element_type_18053","Its type '{0}' is not a valid JSX element type."),await_using_statements_cannot_be_used_inside_a_class_static_block:n(18054,1,"await_using_statements_cannot_be_used_inside_a_class_static_block_18054","'await using' statements cannot be used inside a class static block."),_0_has_a_string_type_but_must_have_syntactically_recognizable_string_syntax_when_isolatedModules_is_enabled:n(18055,1,"_0_has_a_string_type_but_must_have_syntactically_recognizable_string_syntax_when_isolatedModules_is__18055","'{0}' has a string type, but must have syntactically recognizable string syntax when 'isolatedModules' is enabled."),Enum_member_following_a_non_literal_numeric_member_must_have_an_initializer_when_isolatedModules_is_enabled:n(18056,1,"Enum_member_following_a_non_literal_numeric_member_must_have_an_initializer_when_isolatedModules_is__18056","Enum member following a non-literal numeric member must have an initializer when 'isolatedModules' is enabled."),String_literal_import_and_export_names_are_not_supported_when_the_module_flag_is_set_to_es2015_or_es2020:n(18057,1,"String_literal_import_and_export_names_are_not_supported_when_the_module_flag_is_set_to_es2015_or_es_18057","String literal import and export names are not supported when the '--module' flag is set to 'es2015' or 'es2020'."),Default_imports_are_not_allowed_in_a_deferred_import:n(18058,1,"Default_imports_are_not_allowed_in_a_deferred_import_18058","Default imports are not allowed in a deferred import."),Named_imports_are_not_allowed_in_a_deferred_import:n(18059,1,"Named_imports_are_not_allowed_in_a_deferred_import_18059","Named imports are not allowed in a deferred import."),Deferred_imports_are_only_supported_when_the_module_flag_is_set_to_esnext_or_preserve:n(18060,1,"Deferred_imports_are_only_supported_when_the_module_flag_is_set_to_esnext_or_preserve_18060","Deferred imports are only supported when the '--module' flag is set to 'esnext' or 'preserve'."),_0_is_not_a_valid_meta_property_for_keyword_import_Did_you_mean_meta_or_defer:n(18061,1,"_0_is_not_a_valid_meta_property_for_keyword_import_Did_you_mean_meta_or_defer_18061","'{0}' is not a valid meta-property for keyword 'import'. Did you mean 'meta' or 'defer'?")};function kt(La){return La>=80}function cg(La){return La===32||kt(La)}var xA={abstract:128,accessor:129,any:133,as:130,asserts:131,assert:132,bigint:163,boolean:136,break:83,case:84,catch:85,class:86,continue:88,const:87,constructor:137,debugger:89,declare:138,default:90,defer:166,delete:91,do:92,else:93,enum:94,export:95,extends:96,false:97,finally:98,for:99,from:161,function:100,get:139,if:101,implements:119,import:102,in:103,infer:140,instanceof:104,interface:120,intrinsic:141,is:142,keyof:143,let:121,module:144,namespace:145,never:146,new:105,null:106,number:150,object:151,package:122,private:123,protected:124,public:125,override:164,out:147,readonly:148,require:149,global:162,return:107,satisfies:152,set:153,static:126,string:154,super:108,switch:109,symbol:155,this:110,throw:111,true:112,try:113,type:156,typeof:114,undefined:157,unique:158,unknown:159,using:160,var:115,void:116,while:117,with:118,yield:127,async:134,await:135,of:165},DA=new Map(Object.entries(xA)),SA=new Map(Object.entries({...xA,"{":19,"}":20,"(":21,")":22,"[":23,"]":24,".":25,"...":26,";":27,",":28,"<":30,">":32,"<=":33,">=":34,"==":35,"!=":36,"===":37,"!==":38,"=>":39,"+":40,"-":41,"**":43,"*":42,"/":44,"%":45,"++":46,"--":47,"<<":48,">":49,">>>":50,"&":51,"|":52,"^":53,"!":54,"~":55,"&&":56,"||":57,"?":58,"??":61,"?.":29,":":59,"=":64,"+=":65,"-=":66,"*=":67,"**=":68,"/=":69,"%=":70,"<<=":71,">>=":72,">>>=":73,"&=":74,"|=":75,"^=":79,"||=":76,"&&=":77,"??=":78,"@":60,"#":63,"`":62})),kA=new Map([[100,1],[103,2],[105,4],[109,8],[115,16],[117,32],[118,64],[121,128]]),TA=new Map([[1,mA.RegularExpressionFlagsHasIndices],[16,mA.RegularExpressionFlagsDotAll],[32,mA.RegularExpressionFlagsUnicode],[64,mA.RegularExpressionFlagsUnicodeSets],[128,mA.RegularExpressionFlagsSticky]]),IA=[170,170,181,181,186,186,192,214,216,246,248,705,710,721,736,740,748,748,750,750,880,884,886,887,890,893,902,902,904,906,908,908,910,929,931,1013,1015,1153,1162,1319,1329,1366,1369,1369,1377,1415,1488,1514,1520,1522,1568,1610,1646,1647,1649,1747,1749,1749,1765,1766,1774,1775,1786,1788,1791,1791,1808,1808,1810,1839,1869,1957,1969,1969,1994,2026,2036,2037,2042,2042,2048,2069,2074,2074,2084,2084,2088,2088,2112,2136,2208,2208,2210,2220,2308,2361,2365,2365,2384,2384,2392,2401,2417,2423,2425,2431,2437,2444,2447,2448,2451,2472,2474,2480,2482,2482,2486,2489,2493,2493,2510,2510,2524,2525,2527,2529,2544,2545,2565,2570,2575,2576,2579,2600,2602,2608,2610,2611,2613,2614,2616,2617,2649,2652,2654,2654,2674,2676,2693,2701,2703,2705,2707,2728,2730,2736,2738,2739,2741,2745,2749,2749,2768,2768,2784,2785,2821,2828,2831,2832,2835,2856,2858,2864,2866,2867,2869,2873,2877,2877,2908,2909,2911,2913,2929,2929,2947,2947,2949,2954,2958,2960,2962,2965,2969,2970,2972,2972,2974,2975,2979,2980,2984,2986,2990,3001,3024,3024,3077,3084,3086,3088,3090,3112,3114,3123,3125,3129,3133,3133,3160,3161,3168,3169,3205,3212,3214,3216,3218,3240,3242,3251,3253,3257,3261,3261,3294,3294,3296,3297,3313,3314,3333,3340,3342,3344,3346,3386,3389,3389,3406,3406,3424,3425,3450,3455,3461,3478,3482,3505,3507,3515,3517,3517,3520,3526,3585,3632,3634,3635,3648,3654,3713,3714,3716,3716,3719,3720,3722,3722,3725,3725,3732,3735,3737,3743,3745,3747,3749,3749,3751,3751,3754,3755,3757,3760,3762,3763,3773,3773,3776,3780,3782,3782,3804,3807,3840,3840,3904,3911,3913,3948,3976,3980,4096,4138,4159,4159,4176,4181,4186,4189,4193,4193,4197,4198,4206,4208,4213,4225,4238,4238,4256,4293,4295,4295,4301,4301,4304,4346,4348,4680,4682,4685,4688,4694,4696,4696,4698,4701,4704,4744,4746,4749,4752,4784,4786,4789,4792,4798,4800,4800,4802,4805,4808,4822,4824,4880,4882,4885,4888,4954,4992,5007,5024,5108,5121,5740,5743,5759,5761,5786,5792,5866,5870,5872,5888,5900,5902,5905,5920,5937,5952,5969,5984,5996,5998,6e3,6016,6067,6103,6103,6108,6108,6176,6263,6272,6312,6314,6314,6320,6389,6400,6428,6480,6509,6512,6516,6528,6571,6593,6599,6656,6678,6688,6740,6823,6823,6917,6963,6981,6987,7043,7072,7086,7087,7098,7141,7168,7203,7245,7247,7258,7293,7401,7404,7406,7409,7413,7414,7424,7615,7680,7957,7960,7965,7968,8005,8008,8013,8016,8023,8025,8025,8027,8027,8029,8029,8031,8061,8064,8116,8118,8124,8126,8126,8130,8132,8134,8140,8144,8147,8150,8155,8160,8172,8178,8180,8182,8188,8305,8305,8319,8319,8336,8348,8450,8450,8455,8455,8458,8467,8469,8469,8473,8477,8484,8484,8486,8486,8488,8488,8490,8493,8495,8505,8508,8511,8517,8521,8526,8526,8544,8584,11264,11310,11312,11358,11360,11492,11499,11502,11506,11507,11520,11557,11559,11559,11565,11565,11568,11623,11631,11631,11648,11670,11680,11686,11688,11694,11696,11702,11704,11710,11712,11718,11720,11726,11728,11734,11736,11742,11823,11823,12293,12295,12321,12329,12337,12341,12344,12348,12353,12438,12445,12447,12449,12538,12540,12543,12549,12589,12593,12686,12704,12730,12784,12799,13312,19893,19968,40908,40960,42124,42192,42237,42240,42508,42512,42527,42538,42539,42560,42606,42623,42647,42656,42735,42775,42783,42786,42888,42891,42894,42896,42899,42912,42922,43e3,43009,43011,43013,43015,43018,43020,43042,43072,43123,43138,43187,43250,43255,43259,43259,43274,43301,43312,43334,43360,43388,43396,43442,43471,43471,43520,43560,43584,43586,43588,43595,43616,43638,43642,43642,43648,43695,43697,43697,43701,43702,43705,43709,43712,43712,43714,43714,43739,43741,43744,43754,43762,43764,43777,43782,43785,43790,43793,43798,43808,43814,43816,43822,43968,44002,44032,55203,55216,55238,55243,55291,63744,64109,64112,64217,64256,64262,64275,64279,64285,64285,64287,64296,64298,64310,64312,64316,64318,64318,64320,64321,64323,64324,64326,64433,64467,64829,64848,64911,64914,64967,65008,65019,65136,65140,65142,65276,65313,65338,65345,65370,65382,65470,65474,65479,65482,65487,65490,65495,65498,65500],BA=[170,170,181,181,186,186,192,214,216,246,248,705,710,721,736,740,748,748,750,750,768,884,886,887,890,893,902,902,904,906,908,908,910,929,931,1013,1015,1153,1155,1159,1162,1319,1329,1366,1369,1369,1377,1415,1425,1469,1471,1471,1473,1474,1476,1477,1479,1479,1488,1514,1520,1522,1552,1562,1568,1641,1646,1747,1749,1756,1759,1768,1770,1788,1791,1791,1808,1866,1869,1969,1984,2037,2042,2042,2048,2093,2112,2139,2208,2208,2210,2220,2276,2302,2304,2403,2406,2415,2417,2423,2425,2431,2433,2435,2437,2444,2447,2448,2451,2472,2474,2480,2482,2482,2486,2489,2492,2500,2503,2504,2507,2510,2519,2519,2524,2525,2527,2531,2534,2545,2561,2563,2565,2570,2575,2576,2579,2600,2602,2608,2610,2611,2613,2614,2616,2617,2620,2620,2622,2626,2631,2632,2635,2637,2641,2641,2649,2652,2654,2654,2662,2677,2689,2691,2693,2701,2703,2705,2707,2728,2730,2736,2738,2739,2741,2745,2748,2757,2759,2761,2763,2765,2768,2768,2784,2787,2790,2799,2817,2819,2821,2828,2831,2832,2835,2856,2858,2864,2866,2867,2869,2873,2876,2884,2887,2888,2891,2893,2902,2903,2908,2909,2911,2915,2918,2927,2929,2929,2946,2947,2949,2954,2958,2960,2962,2965,2969,2970,2972,2972,2974,2975,2979,2980,2984,2986,2990,3001,3006,3010,3014,3016,3018,3021,3024,3024,3031,3031,3046,3055,3073,3075,3077,3084,3086,3088,3090,3112,3114,3123,3125,3129,3133,3140,3142,3144,3146,3149,3157,3158,3160,3161,3168,3171,3174,3183,3202,3203,3205,3212,3214,3216,3218,3240,3242,3251,3253,3257,3260,3268,3270,3272,3274,3277,3285,3286,3294,3294,3296,3299,3302,3311,3313,3314,3330,3331,3333,3340,3342,3344,3346,3386,3389,3396,3398,3400,3402,3406,3415,3415,3424,3427,3430,3439,3450,3455,3458,3459,3461,3478,3482,3505,3507,3515,3517,3517,3520,3526,3530,3530,3535,3540,3542,3542,3544,3551,3570,3571,3585,3642,3648,3662,3664,3673,3713,3714,3716,3716,3719,3720,3722,3722,3725,3725,3732,3735,3737,3743,3745,3747,3749,3749,3751,3751,3754,3755,3757,3769,3771,3773,3776,3780,3782,3782,3784,3789,3792,3801,3804,3807,3840,3840,3864,3865,3872,3881,3893,3893,3895,3895,3897,3897,3902,3911,3913,3948,3953,3972,3974,3991,3993,4028,4038,4038,4096,4169,4176,4253,4256,4293,4295,4295,4301,4301,4304,4346,4348,4680,4682,4685,4688,4694,4696,4696,4698,4701,4704,4744,4746,4749,4752,4784,4786,4789,4792,4798,4800,4800,4802,4805,4808,4822,4824,4880,4882,4885,4888,4954,4957,4959,4992,5007,5024,5108,5121,5740,5743,5759,5761,5786,5792,5866,5870,5872,5888,5900,5902,5908,5920,5940,5952,5971,5984,5996,5998,6e3,6002,6003,6016,6099,6103,6103,6108,6109,6112,6121,6155,6157,6160,6169,6176,6263,6272,6314,6320,6389,6400,6428,6432,6443,6448,6459,6470,6509,6512,6516,6528,6571,6576,6601,6608,6617,6656,6683,6688,6750,6752,6780,6783,6793,6800,6809,6823,6823,6912,6987,6992,7001,7019,7027,7040,7155,7168,7223,7232,7241,7245,7293,7376,7378,7380,7414,7424,7654,7676,7957,7960,7965,7968,8005,8008,8013,8016,8023,8025,8025,8027,8027,8029,8029,8031,8061,8064,8116,8118,8124,8126,8126,8130,8132,8134,8140,8144,8147,8150,8155,8160,8172,8178,8180,8182,8188,8204,8205,8255,8256,8276,8276,8305,8305,8319,8319,8336,8348,8400,8412,8417,8417,8421,8432,8450,8450,8455,8455,8458,8467,8469,8469,8473,8477,8484,8484,8486,8486,8488,8488,8490,8493,8495,8505,8508,8511,8517,8521,8526,8526,8544,8584,11264,11310,11312,11358,11360,11492,11499,11507,11520,11557,11559,11559,11565,11565,11568,11623,11631,11631,11647,11670,11680,11686,11688,11694,11696,11702,11704,11710,11712,11718,11720,11726,11728,11734,11736,11742,11744,11775,11823,11823,12293,12295,12321,12335,12337,12341,12344,12348,12353,12438,12441,12442,12445,12447,12449,12538,12540,12543,12549,12589,12593,12686,12704,12730,12784,12799,13312,19893,19968,40908,40960,42124,42192,42237,42240,42508,42512,42539,42560,42607,42612,42621,42623,42647,42655,42737,42775,42783,42786,42888,42891,42894,42896,42899,42912,42922,43e3,43047,43072,43123,43136,43204,43216,43225,43232,43255,43259,43259,43264,43309,43312,43347,43360,43388,43392,43456,43471,43481,43520,43574,43584,43597,43600,43609,43616,43638,43642,43643,43648,43714,43739,43741,43744,43759,43762,43766,43777,43782,43785,43790,43793,43798,43808,43814,43816,43822,43968,44010,44012,44013,44016,44025,44032,55203,55216,55238,55243,55291,63744,64109,64112,64217,64256,64262,64275,64279,64285,64296,64298,64310,64312,64316,64318,64318,64320,64321,64323,64324,64326,64433,64467,64829,64848,64911,64914,64967,65008,65019,65024,65039,65056,65062,65075,65076,65101,65103,65136,65140,65142,65276,65296,65305,65313,65338,65343,65343,65345,65370,65382,65470,65474,65479,65482,65487,65490,65495,65498,65500],FA=[65,90,97,122,170,170,181,181,186,186,192,214,216,246,248,705,710,721,736,740,748,748,750,750,880,884,886,887,890,893,895,895,902,902,904,906,908,908,910,929,931,1013,1015,1153,1162,1327,1329,1366,1369,1369,1376,1416,1488,1514,1519,1522,1568,1610,1646,1647,1649,1747,1749,1749,1765,1766,1774,1775,1786,1788,1791,1791,1808,1808,1810,1839,1869,1957,1969,1969,1994,2026,2036,2037,2042,2042,2048,2069,2074,2074,2084,2084,2088,2088,2112,2136,2144,2154,2160,2183,2185,2190,2208,2249,2308,2361,2365,2365,2384,2384,2392,2401,2417,2432,2437,2444,2447,2448,2451,2472,2474,2480,2482,2482,2486,2489,2493,2493,2510,2510,2524,2525,2527,2529,2544,2545,2556,2556,2565,2570,2575,2576,2579,2600,2602,2608,2610,2611,2613,2614,2616,2617,2649,2652,2654,2654,2674,2676,2693,2701,2703,2705,2707,2728,2730,2736,2738,2739,2741,2745,2749,2749,2768,2768,2784,2785,2809,2809,2821,2828,2831,2832,2835,2856,2858,2864,2866,2867,2869,2873,2877,2877,2908,2909,2911,2913,2929,2929,2947,2947,2949,2954,2958,2960,2962,2965,2969,2970,2972,2972,2974,2975,2979,2980,2984,2986,2990,3001,3024,3024,3077,3084,3086,3088,3090,3112,3114,3129,3133,3133,3160,3162,3165,3165,3168,3169,3200,3200,3205,3212,3214,3216,3218,3240,3242,3251,3253,3257,3261,3261,3293,3294,3296,3297,3313,3314,3332,3340,3342,3344,3346,3386,3389,3389,3406,3406,3412,3414,3423,3425,3450,3455,3461,3478,3482,3505,3507,3515,3517,3517,3520,3526,3585,3632,3634,3635,3648,3654,3713,3714,3716,3716,3718,3722,3724,3747,3749,3749,3751,3760,3762,3763,3773,3773,3776,3780,3782,3782,3804,3807,3840,3840,3904,3911,3913,3948,3976,3980,4096,4138,4159,4159,4176,4181,4186,4189,4193,4193,4197,4198,4206,4208,4213,4225,4238,4238,4256,4293,4295,4295,4301,4301,4304,4346,4348,4680,4682,4685,4688,4694,4696,4696,4698,4701,4704,4744,4746,4749,4752,4784,4786,4789,4792,4798,4800,4800,4802,4805,4808,4822,4824,4880,4882,4885,4888,4954,4992,5007,5024,5109,5112,5117,5121,5740,5743,5759,5761,5786,5792,5866,5870,5880,5888,5905,5919,5937,5952,5969,5984,5996,5998,6e3,6016,6067,6103,6103,6108,6108,6176,6264,6272,6312,6314,6314,6320,6389,6400,6430,6480,6509,6512,6516,6528,6571,6576,6601,6656,6678,6688,6740,6823,6823,6917,6963,6981,6988,7043,7072,7086,7087,7098,7141,7168,7203,7245,7247,7258,7293,7296,7304,7312,7354,7357,7359,7401,7404,7406,7411,7413,7414,7418,7418,7424,7615,7680,7957,7960,7965,7968,8005,8008,8013,8016,8023,8025,8025,8027,8027,8029,8029,8031,8061,8064,8116,8118,8124,8126,8126,8130,8132,8134,8140,8144,8147,8150,8155,8160,8172,8178,8180,8182,8188,8305,8305,8319,8319,8336,8348,8450,8450,8455,8455,8458,8467,8469,8469,8472,8477,8484,8484,8486,8486,8488,8488,8490,8505,8508,8511,8517,8521,8526,8526,8544,8584,11264,11492,11499,11502,11506,11507,11520,11557,11559,11559,11565,11565,11568,11623,11631,11631,11648,11670,11680,11686,11688,11694,11696,11702,11704,11710,11712,11718,11720,11726,11728,11734,11736,11742,12293,12295,12321,12329,12337,12341,12344,12348,12353,12438,12443,12447,12449,12538,12540,12543,12549,12591,12593,12686,12704,12735,12784,12799,13312,19903,19968,42124,42192,42237,42240,42508,42512,42527,42538,42539,42560,42606,42623,42653,42656,42735,42775,42783,42786,42888,42891,42954,42960,42961,42963,42963,42965,42969,42994,43009,43011,43013,43015,43018,43020,43042,43072,43123,43138,43187,43250,43255,43259,43259,43261,43262,43274,43301,43312,43334,43360,43388,43396,43442,43471,43471,43488,43492,43494,43503,43514,43518,43520,43560,43584,43586,43588,43595,43616,43638,43642,43642,43646,43695,43697,43697,43701,43702,43705,43709,43712,43712,43714,43714,43739,43741,43744,43754,43762,43764,43777,43782,43785,43790,43793,43798,43808,43814,43816,43822,43824,43866,43868,43881,43888,44002,44032,55203,55216,55238,55243,55291,63744,64109,64112,64217,64256,64262,64275,64279,64285,64285,64287,64296,64298,64310,64312,64316,64318,64318,64320,64321,64323,64324,64326,64433,64467,64829,64848,64911,64914,64967,65008,65019,65136,65140,65142,65276,65313,65338,65345,65370,65382,65470,65474,65479,65482,65487,65490,65495,65498,65500,65536,65547,65549,65574,65576,65594,65596,65597,65599,65613,65616,65629,65664,65786,65856,65908,66176,66204,66208,66256,66304,66335,66349,66378,66384,66421,66432,66461,66464,66499,66504,66511,66513,66517,66560,66717,66736,66771,66776,66811,66816,66855,66864,66915,66928,66938,66940,66954,66956,66962,66964,66965,66967,66977,66979,66993,66995,67001,67003,67004,67072,67382,67392,67413,67424,67431,67456,67461,67463,67504,67506,67514,67584,67589,67592,67592,67594,67637,67639,67640,67644,67644,67647,67669,67680,67702,67712,67742,67808,67826,67828,67829,67840,67861,67872,67897,67968,68023,68030,68031,68096,68096,68112,68115,68117,68119,68121,68149,68192,68220,68224,68252,68288,68295,68297,68324,68352,68405,68416,68437,68448,68466,68480,68497,68608,68680,68736,68786,68800,68850,68864,68899,69248,69289,69296,69297,69376,69404,69415,69415,69424,69445,69488,69505,69552,69572,69600,69622,69635,69687,69745,69746,69749,69749,69763,69807,69840,69864,69891,69926,69956,69956,69959,69959,69968,70002,70006,70006,70019,70066,70081,70084,70106,70106,70108,70108,70144,70161,70163,70187,70207,70208,70272,70278,70280,70280,70282,70285,70287,70301,70303,70312,70320,70366,70405,70412,70415,70416,70419,70440,70442,70448,70450,70451,70453,70457,70461,70461,70480,70480,70493,70497,70656,70708,70727,70730,70751,70753,70784,70831,70852,70853,70855,70855,71040,71086,71128,71131,71168,71215,71236,71236,71296,71338,71352,71352,71424,71450,71488,71494,71680,71723,71840,71903,71935,71942,71945,71945,71948,71955,71957,71958,71960,71983,71999,71999,72001,72001,72096,72103,72106,72144,72161,72161,72163,72163,72192,72192,72203,72242,72250,72250,72272,72272,72284,72329,72349,72349,72368,72440,72704,72712,72714,72750,72768,72768,72818,72847,72960,72966,72968,72969,72971,73008,73030,73030,73056,73061,73063,73064,73066,73097,73112,73112,73440,73458,73474,73474,73476,73488,73490,73523,73648,73648,73728,74649,74752,74862,74880,75075,77712,77808,77824,78895,78913,78918,82944,83526,92160,92728,92736,92766,92784,92862,92880,92909,92928,92975,92992,92995,93027,93047,93053,93071,93760,93823,93952,94026,94032,94032,94099,94111,94176,94177,94179,94179,94208,100343,100352,101589,101632,101640,110576,110579,110581,110587,110589,110590,110592,110882,110898,110898,110928,110930,110933,110933,110948,110951,110960,111355,113664,113770,113776,113788,113792,113800,113808,113817,119808,119892,119894,119964,119966,119967,119970,119970,119973,119974,119977,119980,119982,119993,119995,119995,119997,120003,120005,120069,120071,120074,120077,120084,120086,120092,120094,120121,120123,120126,120128,120132,120134,120134,120138,120144,120146,120485,120488,120512,120514,120538,120540,120570,120572,120596,120598,120628,120630,120654,120656,120686,120688,120712,120714,120744,120746,120770,120772,120779,122624,122654,122661,122666,122928,122989,123136,123180,123191,123197,123214,123214,123536,123565,123584,123627,124112,124139,124896,124902,124904,124907,124909,124910,124912,124926,124928,125124,125184,125251,125259,125259,126464,126467,126469,126495,126497,126498,126500,126500,126503,126503,126505,126514,126516,126519,126521,126521,126523,126523,126530,126530,126535,126535,126537,126537,126539,126539,126541,126543,126545,126546,126548,126548,126551,126551,126553,126553,126555,126555,126557,126557,126559,126559,126561,126562,126564,126564,126567,126570,126572,126578,126580,126583,126585,126588,126590,126590,126592,126601,126603,126619,126625,126627,126629,126633,126635,126651,131072,173791,173824,177977,177984,178205,178208,183969,183984,191456,191472,192093,194560,195101,196608,201546,201552,205743],PA=[48,57,65,90,95,95,97,122,170,170,181,181,183,183,186,186,192,214,216,246,248,705,710,721,736,740,748,748,750,750,768,884,886,887,890,893,895,895,902,906,908,908,910,929,931,1013,1015,1153,1155,1159,1162,1327,1329,1366,1369,1369,1376,1416,1425,1469,1471,1471,1473,1474,1476,1477,1479,1479,1488,1514,1519,1522,1552,1562,1568,1641,1646,1747,1749,1756,1759,1768,1770,1788,1791,1791,1808,1866,1869,1969,1984,2037,2042,2042,2045,2045,2048,2093,2112,2139,2144,2154,2160,2183,2185,2190,2200,2273,2275,2403,2406,2415,2417,2435,2437,2444,2447,2448,2451,2472,2474,2480,2482,2482,2486,2489,2492,2500,2503,2504,2507,2510,2519,2519,2524,2525,2527,2531,2534,2545,2556,2556,2558,2558,2561,2563,2565,2570,2575,2576,2579,2600,2602,2608,2610,2611,2613,2614,2616,2617,2620,2620,2622,2626,2631,2632,2635,2637,2641,2641,2649,2652,2654,2654,2662,2677,2689,2691,2693,2701,2703,2705,2707,2728,2730,2736,2738,2739,2741,2745,2748,2757,2759,2761,2763,2765,2768,2768,2784,2787,2790,2799,2809,2815,2817,2819,2821,2828,2831,2832,2835,2856,2858,2864,2866,2867,2869,2873,2876,2884,2887,2888,2891,2893,2901,2903,2908,2909,2911,2915,2918,2927,2929,2929,2946,2947,2949,2954,2958,2960,2962,2965,2969,2970,2972,2972,2974,2975,2979,2980,2984,2986,2990,3001,3006,3010,3014,3016,3018,3021,3024,3024,3031,3031,3046,3055,3072,3084,3086,3088,3090,3112,3114,3129,3132,3140,3142,3144,3146,3149,3157,3158,3160,3162,3165,3165,3168,3171,3174,3183,3200,3203,3205,3212,3214,3216,3218,3240,3242,3251,3253,3257,3260,3268,3270,3272,3274,3277,3285,3286,3293,3294,3296,3299,3302,3311,3313,3315,3328,3340,3342,3344,3346,3396,3398,3400,3402,3406,3412,3415,3423,3427,3430,3439,3450,3455,3457,3459,3461,3478,3482,3505,3507,3515,3517,3517,3520,3526,3530,3530,3535,3540,3542,3542,3544,3551,3558,3567,3570,3571,3585,3642,3648,3662,3664,3673,3713,3714,3716,3716,3718,3722,3724,3747,3749,3749,3751,3773,3776,3780,3782,3782,3784,3790,3792,3801,3804,3807,3840,3840,3864,3865,3872,3881,3893,3893,3895,3895,3897,3897,3902,3911,3913,3948,3953,3972,3974,3991,3993,4028,4038,4038,4096,4169,4176,4253,4256,4293,4295,4295,4301,4301,4304,4346,4348,4680,4682,4685,4688,4694,4696,4696,4698,4701,4704,4744,4746,4749,4752,4784,4786,4789,4792,4798,4800,4800,4802,4805,4808,4822,4824,4880,4882,4885,4888,4954,4957,4959,4969,4977,4992,5007,5024,5109,5112,5117,5121,5740,5743,5759,5761,5786,5792,5866,5870,5880,5888,5909,5919,5940,5952,5971,5984,5996,5998,6e3,6002,6003,6016,6099,6103,6103,6108,6109,6112,6121,6155,6157,6159,6169,6176,6264,6272,6314,6320,6389,6400,6430,6432,6443,6448,6459,6470,6509,6512,6516,6528,6571,6576,6601,6608,6618,6656,6683,6688,6750,6752,6780,6783,6793,6800,6809,6823,6823,6832,6845,6847,6862,6912,6988,6992,7001,7019,7027,7040,7155,7168,7223,7232,7241,7245,7293,7296,7304,7312,7354,7357,7359,7376,7378,7380,7418,7424,7957,7960,7965,7968,8005,8008,8013,8016,8023,8025,8025,8027,8027,8029,8029,8031,8061,8064,8116,8118,8124,8126,8126,8130,8132,8134,8140,8144,8147,8150,8155,8160,8172,8178,8180,8182,8188,8204,8205,8255,8256,8276,8276,8305,8305,8319,8319,8336,8348,8400,8412,8417,8417,8421,8432,8450,8450,8455,8455,8458,8467,8469,8469,8472,8477,8484,8484,8486,8486,8488,8488,8490,8505,8508,8511,8517,8521,8526,8526,8544,8584,11264,11492,11499,11507,11520,11557,11559,11559,11565,11565,11568,11623,11631,11631,11647,11670,11680,11686,11688,11694,11696,11702,11704,11710,11712,11718,11720,11726,11728,11734,11736,11742,11744,11775,12293,12295,12321,12335,12337,12341,12344,12348,12353,12438,12441,12447,12449,12543,12549,12591,12593,12686,12704,12735,12784,12799,13312,19903,19968,42124,42192,42237,42240,42508,42512,42539,42560,42607,42612,42621,42623,42737,42775,42783,42786,42888,42891,42954,42960,42961,42963,42963,42965,42969,42994,43047,43052,43052,43072,43123,43136,43205,43216,43225,43232,43255,43259,43259,43261,43309,43312,43347,43360,43388,43392,43456,43471,43481,43488,43518,43520,43574,43584,43597,43600,43609,43616,43638,43642,43714,43739,43741,43744,43759,43762,43766,43777,43782,43785,43790,43793,43798,43808,43814,43816,43822,43824,43866,43868,43881,43888,44010,44012,44013,44016,44025,44032,55203,55216,55238,55243,55291,63744,64109,64112,64217,64256,64262,64275,64279,64285,64296,64298,64310,64312,64316,64318,64318,64320,64321,64323,64324,64326,64433,64467,64829,64848,64911,64914,64967,65008,65019,65024,65039,65056,65071,65075,65076,65101,65103,65136,65140,65142,65276,65296,65305,65313,65338,65343,65343,65345,65370,65381,65470,65474,65479,65482,65487,65490,65495,65498,65500,65536,65547,65549,65574,65576,65594,65596,65597,65599,65613,65616,65629,65664,65786,65856,65908,66045,66045,66176,66204,66208,66256,66272,66272,66304,66335,66349,66378,66384,66426,66432,66461,66464,66499,66504,66511,66513,66517,66560,66717,66720,66729,66736,66771,66776,66811,66816,66855,66864,66915,66928,66938,66940,66954,66956,66962,66964,66965,66967,66977,66979,66993,66995,67001,67003,67004,67072,67382,67392,67413,67424,67431,67456,67461,67463,67504,67506,67514,67584,67589,67592,67592,67594,67637,67639,67640,67644,67644,67647,67669,67680,67702,67712,67742,67808,67826,67828,67829,67840,67861,67872,67897,67968,68023,68030,68031,68096,68099,68101,68102,68108,68115,68117,68119,68121,68149,68152,68154,68159,68159,68192,68220,68224,68252,68288,68295,68297,68326,68352,68405,68416,68437,68448,68466,68480,68497,68608,68680,68736,68786,68800,68850,68864,68903,68912,68921,69248,69289,69291,69292,69296,69297,69373,69404,69415,69415,69424,69456,69488,69509,69552,69572,69600,69622,69632,69702,69734,69749,69759,69818,69826,69826,69840,69864,69872,69881,69888,69940,69942,69951,69956,69959,69968,70003,70006,70006,70016,70084,70089,70092,70094,70106,70108,70108,70144,70161,70163,70199,70206,70209,70272,70278,70280,70280,70282,70285,70287,70301,70303,70312,70320,70378,70384,70393,70400,70403,70405,70412,70415,70416,70419,70440,70442,70448,70450,70451,70453,70457,70459,70468,70471,70472,70475,70477,70480,70480,70487,70487,70493,70499,70502,70508,70512,70516,70656,70730,70736,70745,70750,70753,70784,70853,70855,70855,70864,70873,71040,71093,71096,71104,71128,71133,71168,71232,71236,71236,71248,71257,71296,71352,71360,71369,71424,71450,71453,71467,71472,71481,71488,71494,71680,71738,71840,71913,71935,71942,71945,71945,71948,71955,71957,71958,71960,71989,71991,71992,71995,72003,72016,72025,72096,72103,72106,72151,72154,72161,72163,72164,72192,72254,72263,72263,72272,72345,72349,72349,72368,72440,72704,72712,72714,72758,72760,72768,72784,72793,72818,72847,72850,72871,72873,72886,72960,72966,72968,72969,72971,73014,73018,73018,73020,73021,73023,73031,73040,73049,73056,73061,73063,73064,73066,73102,73104,73105,73107,73112,73120,73129,73440,73462,73472,73488,73490,73530,73534,73538,73552,73561,73648,73648,73728,74649,74752,74862,74880,75075,77712,77808,77824,78895,78912,78933,82944,83526,92160,92728,92736,92766,92768,92777,92784,92862,92864,92873,92880,92909,92912,92916,92928,92982,92992,92995,93008,93017,93027,93047,93053,93071,93760,93823,93952,94026,94031,94087,94095,94111,94176,94177,94179,94180,94192,94193,94208,100343,100352,101589,101632,101640,110576,110579,110581,110587,110589,110590,110592,110882,110898,110898,110928,110930,110933,110933,110948,110951,110960,111355,113664,113770,113776,113788,113792,113800,113808,113817,113821,113822,118528,118573,118576,118598,119141,119145,119149,119154,119163,119170,119173,119179,119210,119213,119362,119364,119808,119892,119894,119964,119966,119967,119970,119970,119973,119974,119977,119980,119982,119993,119995,119995,119997,120003,120005,120069,120071,120074,120077,120084,120086,120092,120094,120121,120123,120126,120128,120132,120134,120134,120138,120144,120146,120485,120488,120512,120514,120538,120540,120570,120572,120596,120598,120628,120630,120654,120656,120686,120688,120712,120714,120744,120746,120770,120772,120779,120782,120831,121344,121398,121403,121452,121461,121461,121476,121476,121499,121503,121505,121519,122624,122654,122661,122666,122880,122886,122888,122904,122907,122913,122915,122916,122918,122922,122928,122989,123023,123023,123136,123180,123184,123197,123200,123209,123214,123214,123536,123566,123584,123641,124112,124153,124896,124902,124904,124907,124909,124910,124912,124926,124928,125124,125136,125142,125184,125259,125264,125273,126464,126467,126469,126495,126497,126498,126500,126500,126503,126503,126505,126514,126516,126519,126521,126521,126523,126523,126530,126530,126535,126535,126537,126537,126539,126539,126541,126543,126545,126546,126548,126548,126551,126551,126553,126553,126555,126555,126557,126557,126559,126559,126561,126562,126564,126564,126567,126570,126572,126578,126580,126583,126585,126588,126590,126590,126592,126601,126603,126619,126625,126627,126629,126633,126635,126651,130032,130041,131072,173791,173824,177977,177984,178205,178208,183969,183984,191456,191472,192093,194560,195101,196608,201546,201552,205743,917760,917999],RA=/^\/\/\/?\s*@(ts-expect-error|ts-ignore)/,NA=/^(?:\/|\*)*\s*@(ts-expect-error|ts-ignore)/,OA=/@(?:see|link)/i;function Sl(La,hl){if(La=2?Sl(La,FA):Sl(La,IA)}function vg(La,hl){return hl>=2?Sl(La,PA):Sl(La,BA)}function Wm(La){let hl=[];return La.forEach((La,fl)=>{hl[La]=fl}),hl}var QA=Wm(SA);function rt(La){return QA[La]}function Gm(La){return SA.get(La)}var LA=Wm(kA);function Id(La){return kA.get(La)}function Ym(La){let hl=[],fl=0,yl=0;for(;fl127&&Cn(Pl)&&(hl.push(yl),yl=fl);break}}return hl.push(yl),hl}function Tg(La,hl,fl,yl,Pl){(hl<0||hl>=La.length)&&(Pl?hl=hl<0?0:hl>=La.length?La.length-1:hl:_m.fail(`Bad line number. Line: ${hl}, lineStarts.length: ${La.length} , line map is correct? ${yl!==void 0?Dy(La,Ym(yl)):"unknown"}`));let Ul=La[hl]+fl;return Pl?Ul>La[hl+1]?La[hl+1]:typeof yl=="string"&&Ul>yl.length?yl.length:Ul:(hl=8192&&La<=8203||La===8239||La===8287||La===12288||La===65279}function Cn(La){return La===10||La===13||La===8232||La===8233}function hi(La){return La>=48&&La<=57}function Ep(La){return hi(La)||La>=65&&La<=70||La>=97&&La<=102}function cf(La){return La>=65&&La<=90||La>=97&&La<=122}function Xm(La){return cf(La)||hi(La)||La===95}function Ap(La){return La>=48&&La<=55}function Ir(La,hl,fl,yl,Pl){if(v_(hl))return hl;let Ul=!1;for(;;){let Gd=La.charCodeAt(hl);switch(Gd){case 13:La.charCodeAt(hl+1)===10&&hl++;case 10:if(hl++,fl)return hl;Ul=!!Pl;continue;case 9:case 11:case 12:case 32:hl++;continue;case 47:if(yl)break;if(La.charCodeAt(hl+1)===47){for(hl+=2;hl127&&Wa(Gd)){hl++;continue}break}return hl}}var MA=7;function Qi(La,hl){if(_m.assert(hl>=0),hl===0||Cn(La.charCodeAt(hl-1))){let fl=La.charCodeAt(hl);if(hl+MA=0&&fl127&&Wa(Gd)){w_&&Cn(Gd)&&(p_=!0),fl++;continue}break e}}return w_&&(I_=Pl(af,n_,i_,p_,Ul,I_)),I_}function Km(La,hl,fl,yl){return Nl(!1,La,hl,!1,fl,yl)}function Zm(La,hl,fl,yl){return Nl(!1,La,hl,!0,fl,yl)}function kg(La,hl,fl,yl,Pl){return Nl(!0,La,hl,!1,fl,yl,Pl)}function Eg(La,hl,fl,yl,Pl){return Nl(!0,La,hl,!0,fl,yl,Pl)}function e1(La,hl,fl,yl,Pl,Ul=[]){return Ul.push({kind:fl,pos:La,end:hl,hasTrailingNewLine:yl}),Ul}function qp(La,hl){return kg(La,hl,e1,void 0,void 0)}function Ag(La,hl){return Eg(La,hl,e1,void 0,void 0)}function uf(La){let hl=jA.exec(La);if(hl)return hl[0]}function er(La,hl){return cf(La)||La===36||La===95||La>127&&bg(La,hl)}function Nr(La,hl,fl){return Xm(La)||La===36||(fl===1?La===45||La===58:!1)||La>127&&vg(La,hl)}function Cg(La,hl,fl){let yl=Ki(La,0);if(!er(yl,hl))return!1;for(let Pl=Wt(yl);Plp_,getStartPos:()=>p_,getTokenEnd:()=>n_,getTextPos:()=>n_,getToken:()=>D_,getTokenStart:()=>w_,getTokenPos:()=>w_,getTokenText:()=>af.substring(w_,n_),getTokenValue:()=>I_,hasUnicodeEscape:()=>(N_&1024)!==0,hasExtendedUnicodeEscape:()=>(N_&8)!==0,hasPrecedingLineBreak:()=>(N_&1)!==0,hasPrecedingJSDocComment:()=>(N_&2)!==0,hasPrecedingJSDocLeadingAsterisks:()=>(N_&32768)!==0,isIdentifier:()=>D_===80||D_>118,isReservedWord:()=>D_>=83&&D_<=118,isUnterminated:()=>(N_&4)!==0,getCommentDirectives:()=>pg,getNumericLiteralFlags:()=>N_&25584,getTokenFlags:()=>N_,reScanGreaterToken:lt,reScanAsteriskEqualsToken:_r,reScanSlashToken:ht,reScanTemplateToken:Ft,reScanTemplateHeadOrNoSubstitutionTemplate:sn,scanJsxIdentifier:Jr,scanJsxAttributeValue:Wn,reScanJsxAttributeValue:Pe,reScanJsxToken:or,reScanLessThanToken:br,reScanHashToken:vr,reScanQuestionToken:zn,reScanInvalidIdentifier:qt,scanJsxToken:Vn,scanJsDocToken:L,scanJSDocCommentTextToken:xr,scan:ct,getText:Ze,clearCommentDirectives:_t,setText:Pt,setScriptTarget:ut,setLanguageVariant:Rr,setScriptKind:Tr,setJSDocParsingMode:Mn,setOnError:St,resetTokenState:Gn,setTextPos:Gn,setSkipJsDocLeadingAsterisks:Ei,tryScan:$e,lookAhead:Se,scanRange:de};return _m.isDebugging&&Object.defineProperty(tA,"__debugShowCurrentPositionInText",{get:()=>{let La=tA.getText();return La.slice(0,tA.getTokenFullStart())+"║"+La.slice(tA.getTokenFullStart())}}),tA;function ae(La){return Ki(af,La)}function Le(La){return La>=0&&La=0&&La=65&&La<=70)La+=32;else if(!(La>=48&&La<=57||La>=97&&La<=102))break;yl.push(La),n_++,Ul=!1}return yl.length=i_){fl+=af.substring(yl,n_),N_|=4,G(CA.Unterminated_string_literal);break}let Pl=V(n_);if(Pl===hl){fl+=af.substring(yl,n_),n_++;break}if(Pl===92&&!La){fl+=af.substring(yl,n_),fl+=Lt(3),yl=n_;continue}if((Pl===10||Pl===13)&&!La){fl+=af.substring(yl,n_),N_|=4,G(CA.Unterminated_string_literal);break}n_++}return fl}function jr(La){let hl=V(n_)===96;n_++;let fl=n_,yl="",Pl;for(;;){if(n_>=i_){yl+=af.substring(fl,n_),N_|=4,G(CA.Unterminated_template_literal),Pl=hl?15:18;break}let Ul=V(n_);if(Ul===96){yl+=af.substring(fl,n_),n_++,Pl=hl?15:18;break}if(Ul===36&&n_+1=i_)return G(CA.Unexpected_end_of_text),"";let yl=V(n_);switch(n_++,yl){case 48:if(n_>=i_||!hi(V(n_)))return"\0";case 49:case 50:case 51:n_=55296&&Pl<=56319&&n_+6=56320&&fl<=57343)return n_=hl,Ul+String.fromCharCode(fl)}return Ul;case 120:for(;n_1114111&&(La&&G(CA.An_extended_Unicode_escape_value_must_be_between_0x0_and_0x10FFFF_inclusive,fl,n_-fl),Ul=!0),n_>=i_?(La&&G(CA.Unexpected_end_of_text),Ul=!0):V(n_)===125?n_++:(La&&G(CA.Unterminated_Unicode_escape_sequence),Ul=!0),Ul?(N_|=2048,af.substring(hl,n_)):(N_|=8,Od(Pl))}function On(){if(n_+5=0&&Nr(yl,La)){hl+=qn(!0),fl=n_;continue}if(yl=On(),!(yl>=0&&Nr(yl,La)))break;N_|=1024,hl+=af.substring(fl,n_),hl+=Od(yl),n_+=6,fl=n_}else break}return hl+=af.substring(fl,n_),hl}function Ke(){let La=I_.length;if(La>=2&&La<=12){let La=I_.charCodeAt(0);if(La>=97&&La<=122){let La=DA.get(I_);if(La!==void 0)return D_=La}}return D_=80}function Fn(La){let hl="",fl=!1,yl=!1;for(;;){let Pl=V(n_);if(Pl===95){N_|=512,fl?(fl=!1,yl=!0):G(yl?CA.Multiple_consecutive_numeric_separators_are_not_permitted:CA.Numeric_separators_are_not_allowed_here,n_,1),n_++;continue}if(fl=!0,!hi(Pl)||Pl-48>=La)break;hl+=af[n_],n_++,yl=!1}return V(n_-1)===95&&G(CA.Numeric_separators_are_not_allowed_here,n_-1,1),hl}function Zt(){return V(n_)===110?(I_+="n",N_&384&&(I_=Ub(I_)+"n"),n_++,10):(I_=""+(N_&128?parseInt(I_.slice(2),2):N_&256?parseInt(I_.slice(2),8):+I_),9)}function ct(){for(p_=n_,N_=0;;){if(w_=n_,n_>=i_)return D_=1;let yl=ae(n_);if(n_===0&&yl===35&&$m(af,n_)){if(n_=Qm(af,n_),hl)continue;return D_=6}switch(yl){case 10:case 13:if(N_|=1,hl){n_++;continue}else return yl===13&&n_+1=0&&er(Pl,La))return I_=qn(!0)+gt(),D_=Ke();let Ul=On();return Ul>=0&&er(Ul,La)?(n_+=6,N_|=1024,I_=String.fromCharCode(Ul)+gt(),D_=Ke()):(G(CA.Invalid_character),n_++,D_=0);case 35:if(n_!==0&&af[n_+1]==="!")return G(CA.can_only_be_used_at_the_start_of_a_file,n_,2),n_++,D_=0;let Gd=ae(n_+1);if(Gd===92){n_++;let hl=jt();if(hl>=0&&er(hl,La))return I_="#"+qn(!0)+gt(),D_=81;let fl=On();if(fl>=0&&er(fl,La))return n_+=6,N_|=1024,I_="#"+String.fromCharCode(fl)+gt(),D_=81;n_--}return er(Gd,La)?(n_++,Jt(Gd,La)):(I_="#",G(CA.Invalid_character,n_++,Wt(yl))),D_=81;case 65533:return G(CA.File_appears_to_be_binary,0,0),n_=i_,D_=8;default:let p_=Jt(yl,La);if(p_)return D_=p_;if(o_(yl)){n_+=Wt(yl);continue}else if(Cn(yl)){N_|=1,n_+=Wt(yl);continue}let _m=Wt(yl);return G(CA.Invalid_character,n_,_m),n_+=_m,D_=0}}}function st(){switch(eA){case 0:return!0;case 1:return!1}return gg!==3&&gg!==4?!0:eA===3?!1:OA.test(af.slice(p_,n_))}function qt(){_m.assert(D_===0,"'reScanInvalidIdentifier' should only be called when the current token is 'SyntaxKind.Unknown'."),n_=w_=p_,N_=0;let La=ae(n_),hl=Jt(La,99);return hl?D_=hl:(n_+=Wt(La),D_)}function Jt(La,hl){let fl=La;if(er(fl,hl)){for(n_+=Wt(fl);n_=i_)return D_=1;let hl=V(n_);if(hl===60)return V(n_+1)===47?(n_+=2,D_=31):(n_++,D_=30);if(hl===123)return n_++,D_=19;let fl=0;for(;n_0)break;Wa(hl)||(fl=n_)}n_++}return I_=af.substring(p_,n_),fl===-1?13:12}function Jr(){if(kt(D_)){for(;n_=i_)return D_=1;for(let hl=V(n_);n_=0&&o_(V(n_-1))&&!(n_+1=i_)return D_=1;let hl=ae(n_);switch(n_+=Wt(hl),hl){case 9:case 11:case 12:case 32:for(;n_=0&&er(hl,La))return I_=qn(!0)+gt(),D_=Ke();let fl=On();return fl>=0&&er(fl,La)?(n_+=6,N_|=1024,I_=String.fromCharCode(fl)+gt(),D_=Ke()):(n_++,D_=0)}if(er(hl,La)){let fl=hl;for(;n_=0),n_=La,p_=La,w_=La,D_=0,I_=void 0,N_=0}function Ei(La){mg+=La?1:-1}}function Ki(La,hl){return La.codePointAt(hl)}function Wt(La){return La>=65536?2:La===-1?0:1}function Dg(La){if(_m.assert(0<=La&&La<=1114111),La<=65535)return String.fromCharCode(La);let hl=Math.floor((La-65536)/1024)+55296,fl=(La-65536)%1024+56320;return String.fromCharCode(hl,fl)}var UA=String.fromCodePoint?La=>String.fromCodePoint(La):Dg;function Od(La){return UA(La)}var GA=new Map(Object.entries({General_Category:"General_Category",gc:"General_Category",Script:"Script",sc:"Script",Script_Extensions:"Script_Extensions",scx:"Script_Extensions"})),qA=new Set(["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","EComp","Emoji_Modifier","EMod","Emoji_Modifier_Base","EBase","Emoji_Presentation","EPres","Extended_Pictographic","ExtPict","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"]),$A=new Set(["Basic_Emoji","Emoji_Keycap_Sequence","RGI_Emoji_Modifier_Sequence","RGI_Emoji_Flag_Sequence","RGI_Emoji_Tag_Sequence","RGI_Emoji_ZWJ_Sequence","RGI_Emoji"]),JA={General_Category:new Set(["C","Other","Cc","Control","cntrl","Cf","Format","Cn","Unassigned","Co","Private_Use","Cs","Surrogate","L","Letter","LC","Cased_Letter","Ll","Lowercase_Letter","Lm","Modifier_Letter","Lo","Other_Letter","Lt","Titlecase_Letter","Lu","Uppercase_Letter","M","Mark","Combining_Mark","Mc","Spacing_Mark","Me","Enclosing_Mark","Mn","Nonspacing_Mark","N","Number","Nd","Decimal_Number","digit","Nl","Letter_Number","No","Other_Number","P","Punctuation","punct","Pc","Connector_Punctuation","Pd","Dash_Punctuation","Pe","Close_Punctuation","Pf","Final_Punctuation","Pi","Initial_Punctuation","Po","Other_Punctuation","Ps","Open_Punctuation","S","Symbol","Sc","Currency_Symbol","Sk","Modifier_Symbol","Sm","Math_Symbol","So","Other_Symbol","Z","Separator","Zl","Line_Separator","Zp","Paragraph_Separator","Zs","Space_Separator"]),Script:new Set(["Adlm","Adlam","Aghb","Caucasian_Albanian","Ahom","Arab","Arabic","Armi","Imperial_Aramaic","Armn","Armenian","Avst","Avestan","Bali","Balinese","Bamu","Bamum","Bass","Bassa_Vah","Batk","Batak","Beng","Bengali","Bhks","Bhaiksuki","Bopo","Bopomofo","Brah","Brahmi","Brai","Braille","Bugi","Buginese","Buhd","Buhid","Cakm","Chakma","Cans","Canadian_Aboriginal","Cari","Carian","Cham","Cher","Cherokee","Chrs","Chorasmian","Copt","Coptic","Qaac","Cpmn","Cypro_Minoan","Cprt","Cypriot","Cyrl","Cyrillic","Deva","Devanagari","Diak","Dives_Akuru","Dogr","Dogra","Dsrt","Deseret","Dupl","Duployan","Egyp","Egyptian_Hieroglyphs","Elba","Elbasan","Elym","Elymaic","Ethi","Ethiopic","Geor","Georgian","Glag","Glagolitic","Gong","Gunjala_Gondi","Gonm","Masaram_Gondi","Goth","Gothic","Gran","Grantha","Grek","Greek","Gujr","Gujarati","Guru","Gurmukhi","Hang","Hangul","Hani","Han","Hano","Hanunoo","Hatr","Hatran","Hebr","Hebrew","Hira","Hiragana","Hluw","Anatolian_Hieroglyphs","Hmng","Pahawh_Hmong","Hmnp","Nyiakeng_Puachue_Hmong","Hrkt","Katakana_Or_Hiragana","Hung","Old_Hungarian","Ital","Old_Italic","Java","Javanese","Kali","Kayah_Li","Kana","Katakana","Kawi","Khar","Kharoshthi","Khmr","Khmer","Khoj","Khojki","Kits","Khitan_Small_Script","Knda","Kannada","Kthi","Kaithi","Lana","Tai_Tham","Laoo","Lao","Latn","Latin","Lepc","Lepcha","Limb","Limbu","Lina","Linear_A","Linb","Linear_B","Lisu","Lyci","Lycian","Lydi","Lydian","Mahj","Mahajani","Maka","Makasar","Mand","Mandaic","Mani","Manichaean","Marc","Marchen","Medf","Medefaidrin","Mend","Mende_Kikakui","Merc","Meroitic_Cursive","Mero","Meroitic_Hieroglyphs","Mlym","Malayalam","Modi","Mong","Mongolian","Mroo","Mro","Mtei","Meetei_Mayek","Mult","Multani","Mymr","Myanmar","Nagm","Nag_Mundari","Nand","Nandinagari","Narb","Old_North_Arabian","Nbat","Nabataean","Newa","Nkoo","Nko","Nshu","Nushu","Ogam","Ogham","Olck","Ol_Chiki","Orkh","Old_Turkic","Orya","Oriya","Osge","Osage","Osma","Osmanya","Ougr","Old_Uyghur","Palm","Palmyrene","Pauc","Pau_Cin_Hau","Perm","Old_Permic","Phag","Phags_Pa","Phli","Inscriptional_Pahlavi","Phlp","Psalter_Pahlavi","Phnx","Phoenician","Plrd","Miao","Prti","Inscriptional_Parthian","Rjng","Rejang","Rohg","Hanifi_Rohingya","Runr","Runic","Samr","Samaritan","Sarb","Old_South_Arabian","Saur","Saurashtra","Sgnw","SignWriting","Shaw","Shavian","Shrd","Sharada","Sidd","Siddham","Sind","Khudawadi","Sinh","Sinhala","Sogd","Sogdian","Sogo","Old_Sogdian","Sora","Sora_Sompeng","Soyo","Soyombo","Sund","Sundanese","Sylo","Syloti_Nagri","Syrc","Syriac","Tagb","Tagbanwa","Takr","Takri","Tale","Tai_Le","Talu","New_Tai_Lue","Taml","Tamil","Tang","Tangut","Tavt","Tai_Viet","Telu","Telugu","Tfng","Tifinagh","Tglg","Tagalog","Thaa","Thaana","Thai","Tibt","Tibetan","Tirh","Tirhuta","Tnsa","Tangsa","Toto","Ugar","Ugaritic","Vaii","Vai","Vith","Vithkuqi","Wara","Warang_Citi","Wcho","Wancho","Xpeo","Old_Persian","Xsux","Cuneiform","Yezi","Yezidi","Yiii","Yi","Zanb","Zanabazar_Square","Zinh","Inherited","Qaai","Zyyy","Common","Zzzz","Unknown"]),Script_Extensions:void 0};JA.Script_Extensions=JA.Script;function Dr(La){return La.start+La.length}function Ng(La){return La.length===0}function ff(La,hl){if(La<0)throw new Error("start < 0");if(hl<0)throw new Error("length < 0");return{start:La,length:hl}}function Ig(La,hl){return ff(La,hl-La)}function r_(La){return ff(La.span.start,La.newLength)}function Og(La){return Ng(La.span)&&La.newLength===0}function t1(La,hl){if(hl<0)throw new Error("newLength < 0");return{span:La,newLength:hl}}var HA=t1(ff(0,0),0);function df(La,hl){for(;La;){let fl=hl(La);if(fl==="quit")return;if(fl)return La;La=La.parent}}function wl(La){return(La.flags&16)===0}function Mg(La,hl){if(La===void 0||wl(La))return La;for(La=La.original;La;){if(wl(La))return!hl||hl(La)?La:void 0;La=La.original}}function Ua(La){return La.length>=2&&La.charCodeAt(0)===95&&La.charCodeAt(1)===95?"_"+La:La}function h_(La){let hl=La;return hl.length>=3&&hl.charCodeAt(0)===95&&hl.charCodeAt(1)===95&&hl.charCodeAt(2)===95?hl.substr(1):hl}function Pn(La){return h_(La.escapedText)}function mf(La){let hl=Gm(La.escapedText);return hl?Fy(hl,yi):void 0}function Fp(La){return La.valueDeclaration&&n2(La.valueDeclaration)?Pn(La.valueDeclaration.name):h_(La.escapedName)}function n1(La){let hl=La.parent.parent;if(hl){if(Ud(hl))return cl(hl);switch(hl.kind){case 244:if(hl.declarationList&&hl.declarationList.declarations[0])return cl(hl.declarationList.declarations[0]);break;case 245:let La=hl.expression;switch(La.kind===227&&La.operatorToken.kind===64&&(La=La.left),La.kind){case 212:return La.name;case 213:let hl=La.argumentExpression;if(et(hl))return hl}break;case 218:return cl(hl.expression);case 257:{if(Ud(hl.statement)||d1(hl.statement))return cl(hl.statement);break}}}}function cl(La){let hl=r1(La);return hl&&et(hl)?hl:void 0}function Lg(La){return La.name||n1(La)}function jg(La){return!!La.name}function hf(La){switch(La.kind){case 80:return La;case 349:case 342:{let{name:hl}=La;if(hl.kind===167)return hl.right;break}case 214:case 227:{let hl=La;switch(wf(hl)){case 1:case 4:case 5:case 3:return kf(hl.left);case 7:case 8:case 9:return hl.arguments[1];default:return}}case 347:return Lg(La);case 341:return n1(La);case 278:{let{expression:hl}=La;return et(hl)?hl:void 0}case 213:let hl=La;if(x1(hl))return hl.argumentExpression}return La.name}function r1(La){if(La!==void 0)return hf(La)||(qf(La)||Ff(La)||Cl(La)?Jg(La):void 0)}function Jg(La){if(La.parent){if(ah(La.parent)||Y1(La.parent))return La.parent.name;if(ra(La.parent)&&La===La.parent.right){if(et(La.parent.left))return La.parent.left;if(A1(La.parent.left))return kf(La.parent.left)}else if(zf(La.parent)&&et(La.parent.name))return La.parent.name}else return}function yf(La){if(_b(La))return $r(La.modifiers,Ka)}function i1(La){if(E_(La,98303))return $r(La.modifiers,a2)}function a1(La,hl){if(La.name)if(et(La.name)){let fl=La.name.escapedText;return y_(La.parent,hl).filter(La=>Xp(La)&&et(La.name)&&La.name.escapedText===fl)}else{let fl=La.parent.parameters.indexOf(La);_m.assert(fl>-1,"Parameters should always be in their parents' parameter list");let yl=y_(La.parent,hl).filter(Xp);if(fluh(La)&&La.typeParameters.some(La=>La.name.escapedText===fl))}function Bg(La){return s1(La,!1)}function qg(La){return s1(La,!0)}function Fg(La){return Ti(La,wv)}function zg(La){return Qg(La,Ov)}function Vg(La){return Ti(La,kv,!0)}function Wg(La){return Ti(La,Ev,!0)}function Gg(La){return Ti(La,Av,!0)}function Yg(La){return Ti(La,Cv,!0)}function Hg(La){return Ti(La,Dv,!0)}function Xg(La){return Ti(La,Nv,!0)}function $g(La){let hl=Ti(La,$f);if(hl&&hl.typeExpression&&hl.typeExpression.type)return hl}function y_(La,hl){var fl;if(!Ef(La))return w_;let yl=(fl=La.jsDoc)==null?void 0:fl.jsDocCache;if(yl===void 0||hl){let fl=W2(La,hl);_m.assert(fl.length<2||fl[0]!==fl[1]),yl=Dm(fl,La=>lh(La)?La.tags:La),hl||(La.jsDoc??(La.jsDoc=[]),La.jsDoc.jsDocCache=yl)}return yl}function _1(La){return y_(La,!1)}function Ti(La,hl,fl){return Am(y_(La,fl),hl)}function Qg(La,hl){return _1(La).filter(hl)}function zp(La){return La.kind===80||La.kind===81}function Kg(La){return yr(La)&&!!(La.flags&64)}function Zg(La){return Za(La)&&!!(La.flags&64)}function Jd(La){return Bf(La)&&!!(La.flags&64)}function gf(La){let hl=La.kind;return!!(La.flags&64)&&(hl===212||hl===213||hl===214||hl===236)}function bf(La){return Qf(La,8)}function e2(La){return bl(La)&&!!(La.flags&64)}function vf(La){return La>=167}function xf(La){return La>=0&&La<=166}function o1(La){return xf(La.kind)}function gi(La){return Or(La,"pos")&&Or(La,"end")}function t2(La){return 9<=La&&La<=15}function Rd(La){return 15<=La&&La<=18}function za(La){var hl;return et(La)&&((hl=La.emitNode)==null?void 0:hl.autoGenerate)!==void 0}function c1(La){var hl;return xi(La)&&((hl=La.emitNode)==null?void 0:hl.autoGenerate)!==void 0}function n2(La){return(Xa(La)||o2(La))&&xi(La.name)}function Xr(La){switch(La){case 128:case 129:case 134:case 87:case 138:case 90:case 95:case 103:case 125:case 123:case 124:case 148:case 126:case 147:case 164:return!0}return!1}function r2(La){return!!(k1(La)&31)}function i2(La){return r2(La)||La===126||La===164||La===129}function a2(La){return Xr(La.kind)}function l1(La){let hl=La.kind;return hl===80||hl===81||hl===11||hl===9||hl===168}function Tf(La){return!!La&&_2(La.kind)}function s2(La){switch(La){case 263:case 175:case 177:case 178:case 179:case 219:case 220:return!0;default:return!1}}function _2(La){switch(La){case 174:case 180:case 324:case 181:case 182:case 185:case 318:case 186:return!0;default:return s2(La)}}function ia(La){return La&&(La.kind===264||La.kind===232)}function o2(La){switch(La.kind){case 175:case 178:case 179:return!0;default:return!1}}function c2(La){let hl=La.kind;return hl===304||hl===305||hl===306||hl===175||hl===178||hl===179}function u1(La){return gb(La.kind)}function l2(La){if(La){let hl=La.kind;return hl===208||hl===207}return!1}function u2(La){let hl=La.kind;return hl===210||hl===211}function p2(La){switch(La.kind){case 261:case 170:case 209:return!0}return!1}function Ga(La){return p1(bf(La).kind)}function p1(La){switch(La){case 212:case 213:case 215:case 214:case 285:case 286:case 289:case 216:case 210:case 218:case 211:case 232:case 219:case 80:case 81:case 14:case 9:case 10:case 11:case 15:case 229:case 97:case 106:case 110:case 112:case 108:case 236:case 234:case 237:case 102:case 283:return!0;default:return!1}}function f2(La){return f1(bf(La).kind)}function f1(La){switch(La){case 225:case 226:case 221:case 222:case 223:case 224:case 217:return!0;default:return p1(La)}}function d1(La){return d2(bf(La).kind)}function d2(La){switch(La){case 228:case 230:case 220:case 227:case 231:case 235:case 233:case 357:case 356:case 239:return!0;default:return f1(La)}}function m2(La){return La===220||La===209||La===264||La===232||La===176||La===177||La===267||La===307||La===282||La===263||La===219||La===178||La===274||La===272||La===277||La===265||La===292||La===175||La===174||La===268||La===271||La===275||La===281||La===170||La===304||La===173||La===172||La===179||La===305||La===266||La===169||La===261||La===347||La===339||La===349||La===203}function m1(La){return La===263||La===283||La===264||La===265||La===266||La===267||La===268||La===273||La===272||La===279||La===278||La===271}function h1(La){return La===253||La===252||La===260||La===247||La===245||La===243||La===250||La===251||La===249||La===246||La===257||La===254||La===256||La===258||La===259||La===244||La===248||La===255||La===354}function Ud(La){return La.kind===169?La.parent&&La.parent.kind!==346||aa(La):m2(La.kind)}function h2(La){let hl=La.kind;return h1(hl)||m1(hl)||y2(La)}function y2(La){return La.kind!==242||La.parent!==void 0&&(La.parent.kind===259||La.parent.kind===300)?!1:!I2(La)}function g2(La){let hl=La.kind;return h1(hl)||m1(hl)||hl===242}function y1(La){return La.kind>=310&&La.kind<=352}function b2(La){return La.kind===321||La.kind===320||La.kind===322||T2(La)||v2(La)||Sv(La)||Jl(La)}function v2(La){return La.kind>=328&&La.kind<=352}function ll(La){return La.kind===179}function ul(La){return La.kind===178}function Zi(La){if(!Ef(La))return!1;let{jsDoc:hl}=La;return!!hl&&hl.length>0}function x2(La){return!!La.initializer}function Il(La){return La.kind===11||La.kind===15}function T2(La){return La.kind===325||La.kind===326||La.kind===327}function Bd(La){return(La.flags&33554432)!==0}var VA=S2();function S2(){var La="";let t=hl=>La+=hl;return{getText:()=>La,write:t,rawWrite:t,writeKeyword:t,writeOperator:t,writePunctuation:t,writeSpace:t,writeStringLiteral:t,writeLiteral:t,writeParameter:t,writeProperty:t,writeSymbol:(La,hl)=>t(La),writeTrailingSemicolon:t,writeComment:t,getTextPos:()=>La.length,getLine:()=>0,getColumn:()=>0,getIndent:()=>0,isAtStartOfLine:()=>!1,hasTrailingComment:()=>!1,hasTrailingWhitespace:()=>!!La.length&&Wa(La.charCodeAt(La.length-1)),writeLine:()=>La+=" ",increaseIndent:Ha,decreaseIndent:Ha,clear:()=>La=""}}function w2(La,hl){let fl=La.entries();for(let[La,yl]of fl){let fl=hl(yl,La);if(fl)return fl}}function k2(La){return La.end-La.pos}function g1(La){return E2(La),(La.flags&1048576)!==0}function E2(La){La.flags&2097152||(((La.flags&262144)!==0||$t(La,g1))&&(La.flags|=1048576),La.flags|=2097152)}function bi(La){for(;La&&La.kind!==308;)La=La.parent;return La}function ea(La){return La===void 0?!0:La.pos===La.end&&La.pos>=0&&La.kind!==1}function Vp(La){return!ea(La)}function kl(La,hl,fl){if(ea(La))return La.pos;if(y1(La)||La.kind===12)return Ir((hl??bi(La)).text,La.pos,!1,!0);if(fl&&Zi(La))return kl(La.jsDoc[0],hl);if(La.kind===353){hl??(hl=bi(La));let yl=ef(ph(La,hl));if(yl)return kl(yl,hl,fl)}return Ir((hl??bi(La)).text,La.pos,!1,!1,O2(La))}function qd(La,hl,fl=!1){return c_(La.text,hl,fl)}function A2(La){return!!df(La,_h)}function c_(La,hl,fl=!1){if(ea(hl))return"";let yl=La.substring(fl?hl.pos:Ir(La,hl.pos),hl.end);return A2(hl)&&(yl=yl.split(/\r\n|\n|\r/).map(La=>La.replace(/^\s*\*/,"").trimStart()).join(`\n`)),yl}function Ya(La){let hl=La.emitNode;return hl&&hl.flags||0}function C2(La,hl,fl){_m.assertGreaterThanOrEqual(hl,0),_m.assertGreaterThanOrEqual(fl,0),_m.assertLessThanOrEqual(hl,La.length),_m.assertLessThanOrEqual(hl+fl,La.length)}function gl(La){return La.kind===245&&La.expression.kind===11}function Sf(La){return!!(Ya(La)&2097152)}function Fd(La){return Sf(La)&&Vf(La)}function D2(La){return et(La.name)&&!La.initializer}function zd(La){return Sf(La)&&es(La)&&Kp(La.declarationList.declarations,D2)}function P2(La,hl){let fl=La.kind===170||La.kind===169||La.kind===219||La.kind===220||La.kind===218||La.kind===261||La.kind===282?Zp(Ag(hl,La.pos),qp(hl,La.pos)):qp(hl,La.pos);return $r(fl,fl=>fl.end<=La.end&&hl.charCodeAt(fl.pos+1)===42&&hl.charCodeAt(fl.pos+2)===42&&hl.charCodeAt(fl.pos+3)!==47)}function N2(La){if(La)switch(La.kind){case 209:case 307:case 170:case 304:case 173:case 172:case 305:case 261:return!0}return!1}function I2(La){return La&&La.kind===242&&Tf(La.parent)}function Vd(La){let hl=La.kind;return(hl===212||hl===213)&&La.expression.kind===108}function aa(La){return!!La&&!!(La.flags&524288)}function O2(La){return!!La&&!!(La.flags&16777216)}function M2(La){for(;El(La,!0);)La=La.right;return La}function L2(La){return et(La)&&La.escapedText==="exports"}function j2(La){return et(La)&&La.escapedText==="module"}function b1(La){return(yr(La)||v1(La))&&j2(La.expression)&&b_(La)==="exports"}function wf(La){let hl=R2(La);return hl===5||aa(La)?hl:0}function J2(La){return s_(La.arguments)===3&&yr(La.expression)&&et(La.expression.expression)&&Pn(La.expression.expression)==="Object"&&Pn(La.expression.name)==="defineProperty"&&Ol(La.arguments[1])&&g_(La.arguments[0],!0)}function v1(La){return Za(La)&&Ol(La.argumentExpression)}function k_(La,hl){return yr(La)&&(!hl&&La.expression.kind===110||et(La.name)&&g_(La.expression,!0))||x1(La,hl)}function x1(La,hl){return v1(La)&&(!hl&&La.expression.kind===110||Df(La.expression)||k_(La.expression,!0))}function g_(La,hl){return Df(La)||k_(La,hl)}function R2(La){if(Bf(La)){if(!J2(La))return 0;let hl=La.arguments[0];return L2(hl)||b1(hl)?8:k_(hl)&&b_(hl)==="prototype"?9:7}return La.operatorToken.kind!==64||!A1(La.left)||U2(M2(La))?0:g_(La.left.expression,!0)&&b_(La.left)==="prototype"&&Uf(q2(La))?6:B2(La.left)}function U2(La){return yv(La)&&sa(La.expression)&&La.expression.text==="0"}function kf(La){if(yr(La))return La.name;let hl=Af(La.argumentExpression);return sa(hl)||Il(hl)?hl:La}function b_(La){let hl=kf(La);if(hl){if(et(hl))return hl.escapedText;if(Il(hl)||sa(hl))return Ua(hl.text)}}function B2(La){if(La.expression.kind===110)return 4;if(b1(La))return 2;if(g_(La.expression,!0)){if(hb(La.expression))return 3;let hl=La;for(;!et(hl.expression);)hl=hl.expression;let fl=hl.expression;if((fl.escapedText==="exports"||fl.escapedText==="module"&&b_(hl)==="exports")&&k_(La))return 1;if(g_(La,!0)||Za(La)&&tb(La))return 5}return 0}function q2(La){for(;ra(La.right);)La=La.right;return La.right}function F2(La){return Ll(La)&&ra(La.expression)&&wf(La.expression)!==0&&ra(La.expression.right)&&(La.expression.right.operatorToken.kind===57||La.expression.right.operatorToken.kind===61)?La.expression.right.right:void 0}function z2(La){switch(La.kind){case 244:let hl=Wp(La);return hl&&hl.initializer;case 173:return La.initializer;case 304:return La.initializer}}function Wp(La){return es(La)?ef(La.declarationList.declarations):void 0}function V2(La){return Si(La)&&La.body&&La.body.kind===268?La.body:void 0}function Ef(La){switch(La.kind){case 220:case 227:case 242:case 253:case 180:case 297:case 264:case 232:case 176:case 177:case 186:case 181:case 252:case 260:case 247:case 213:case 243:case 1:case 267:case 307:case 278:case 279:case 282:case 245:case 250:case 251:case 249:case 263:case 219:case 185:case 178:case 80:case 246:case 273:case 272:case 182:case 265:case 318:case 324:case 257:case 175:case 174:case 268:case 203:case 271:case 211:case 170:case 218:case 212:case 304:case 173:case 172:case 254:case 241:case 179:case 305:case 306:case 256:case 258:case 259:case 266:case 169:case 261:case 244:case 248:case 255:return!0;default:return!1}}function W2(La,hl){let fl;N2(La)&&x2(La)&&Zi(La.initializer)&&(fl=Dn(fl,Wd(La,La.initializer.jsDoc)));let yl=La;for(;yl&&yl.parent;){if(Zi(yl)&&(fl=Dn(fl,Wd(La,yl.jsDoc))),yl.kind===170){fl=Dn(fl,(hl?Ug:Rg)(yl));break}if(yl.kind===169){fl=Dn(fl,(hl?qg:Bg)(yl));break}yl=Y2(yl)}return fl||w_}function Wd(La,hl){let fl=Oy(hl);return Dm(hl,hl=>{if(hl===fl){let fl=$r(hl.tags,hl=>G2(La,hl));return hl.tags===fl?[hl]:fl}else return $r(hl.tags,Pv)})}function G2(La,hl){return!($f(hl)||Mv(hl))||!hl.parent||!lh(hl.parent)||!Ml(hl.parent.parent)||hl.parent.parent===La}function Y2(La){let hl=La.parent;if(hl.kind===304||hl.kind===278||hl.kind===173||hl.kind===245&&La.kind===212||hl.kind===254||V2(hl)||El(La))return hl;if(hl.parent&&(Wp(hl.parent)===La||El(hl)))return hl.parent;if(hl.parent&&hl.parent.parent&&(Wp(hl.parent.parent)||z2(hl.parent.parent)===La||F2(hl.parent.parent)))return hl.parent.parent}function Af(La,hl){return Qf(La,hl?-2147483647:1)}function H2(La){let hl=X2(La);if(hl&&aa(La)){let hl=Fg(La);if(hl)return hl.class}return hl}function X2(La){let hl=Cf(La.heritageClauses,96);return hl&&hl.types.length>0?hl.types[0]:void 0}function $2(La){if(aa(La))return zg(La).map(La=>La.class);{let hl=Cf(La.heritageClauses,119);return hl?.types}}function Q2(La){return A_(La)?K2(La)||w_:ia(La)&&Zp(Rp(H2(La)),$2(La))||w_}function K2(La){let hl=Cf(La.heritageClauses,96);return hl?hl.types:void 0}function Cf(La,hl){if(La){for(let fl of La)if(fl.token===hl)return fl}}function yi(La){return 83<=La&&La<=166}function Z2(La){return 19<=La&&La<=79}function Cp(La){return yi(La)||Z2(La)}function Ol(La){return Il(La)||sa(La)}function eb(La){return $1(La)&&(La.operator===40||La.operator===41)&&sa(La.operand)}function tb(La){if(!(La.kind===168||La.kind===213))return!1;let hl=Za(La)?Af(La.argumentExpression):La.expression;return!Ol(hl)&&!eb(hl)}function nb(La){return zp(La)?Pn(La):ih(La)?Wb(La):La.text}function Ba(La){return v_(La.pos)||v_(La.end)}function Dp(La){switch(La){case 61:return 5;case 57:return 5;case 56:return 6;case 52:return 7;case 53:return 8;case 51:return 9;case 35:case 36:case 37:case 38:return 10;case 30:case 32:case 33:case 34:case 104:case 103:case 130:case 152:return 11;case 48:case 49:case 50:return 12;case 40:case 41:return 13;case 42:case 44:case 45:return 14;case 43:return 15}return-1}function Pp(La){return!!((La.templateFlags||0)&2048)}function rb(La){return La&&!!(O1(La)?Pp(La):Pp(La.head)||nn(La.templateSpans,La=>Pp(La.literal)))}var WA=new Map(Object.entries({"\t":"\\t","\v":"\\v","\f":"\\f","\b":"\\b","\r":"\\r","\n":"\\n","\\":"\\\\",'"':'\\"',"'":"\\'","`":"\\`","\u2028":"\\u2028","\u2029":"\\u2029","…":"\\u0085","\r\n":"\\r\\n"}));var zA=new Map(Object.entries({'"':""","'":"'"}));function ib(La){return!!La&&La.kind===80&&ab(La)}function ab(La){return La.escapedText==="this"}function E_(La,hl){return!!ob(La,hl)}function sb(La){return E_(La,256)}function _b(La){return E_(La,32768)}function ob(La,hl){return lb(La)&hl}function cb(La,hl,fl){return La.kind>=0&&La.kind<=166?0:(La.modifierFlagsCache&536870912||(La.modifierFlagsCache=w1(La)|536870912),fl||hl&&aa(La)?(!(La.modifierFlagsCache&268435456)&&La.parent&&(La.modifierFlagsCache|=T1(La)|268435456),S1(La.modifierFlagsCache)):ub(La.modifierFlagsCache))}function lb(La){return cb(La,!1)}function T1(La){let hl=0;return La.parent&&!x_(La)&&(aa(La)&&(Vg(La)&&(hl|=8388608),Wg(La)&&(hl|=16777216),Gg(La)&&(hl|=33554432),Yg(La)&&(hl|=67108864),Hg(La)&&(hl|=134217728)),Xg(La)&&(hl|=65536)),hl}function ub(La){return La&65535}function S1(La){return La&131071|(La&260046848)>>>23}function pb(La){return S1(T1(La))}function fb(La){return w1(La)|pb(La)}function w1(La){let hl=Rl(La)?Un(La.modifiers):0;return(La.flags&8||La.kind===80&&La.flags&4096)&&(hl|=32),hl}function Un(La){let hl=0;if(La)for(let fl of La)hl|=k1(fl.kind);return hl}function k1(La){switch(La){case 126:return 256;case 125:return 1;case 124:return 4;case 123:return 2;case 128:return 64;case 129:return 512;case 95:return 32;case 138:return 128;case 87:return 4096;case 90:return 2048;case 134:return 1024;case 148:return 8;case 164:return 16;case 103:return 8192;case 147:return 16384;case 171:return 32768}return 0}function db(La){return La===76||La===77||La===78}function E1(La){return La>=64&&La<=79}function El(La,hl){return ra(La)&&(hl?La.operatorToken.kind===64:E1(La.operatorToken.kind))&&Ga(La.left)}function Df(La){return La.kind===80||mb(La)}function mb(La){return yr(La)&&et(La.name)&&Df(La.expression)}function hb(La){return k_(La)&&b_(La)==="prototype"}function Np(La){return La.flags&403963917?La.objectFlags:0}function yb(La){let hl;return $t(La,La=>{Vp(La)&&(hl=La)},La=>{for(let fl=La.length-1;fl>=0;fl--)if(Vp(La[fl])){hl=La[fl];break}}),hl}function gb(La){return La>=183&&La<=206||La===133||La===159||La===150||La===163||La===151||La===136||La===154||La===155||La===116||La===157||La===146||La===141||La===234||La===313||La===314||La===315||La===316||La===317||La===318||La===319}function A1(La){return La.kind===212||La.kind===213}function bb(La,hl){this.flags=La,this.escapedName=hl,this.declarations=void 0,this.valueDeclaration=void 0,this.id=0,this.mergeId=0,this.parent=void 0,this.members=void 0,this.exports=void 0,this.exportSymbol=void 0,this.constEnumOnlyModule=void 0,this.isReferenced=void 0,this.lastAssignmentPos=void 0,this.links=void 0}function vb(La,hl){this.flags=hl,(_m.isDebugging||mg)&&(this.checker=La)}function xb(La,hl){this.flags=hl,_m.isDebugging&&(this.checker=La)}function Ip(La,hl,fl){this.pos=hl,this.end=fl,this.kind=La,this.id=0,this.flags=0,this.modifierFlagsCache=0,this.transformFlags=0,this.parent=void 0,this.original=void 0,this.emitNode=void 0}function Tb(La,hl,fl){this.pos=hl,this.end=fl,this.kind=La,this.id=0,this.flags=0,this.transformFlags=0,this.parent=void 0,this.emitNode=void 0}function Sb(La,hl,fl){this.pos=hl,this.end=fl,this.kind=La,this.id=0,this.flags=0,this.transformFlags=0,this.parent=void 0,this.original=void 0,this.emitNode=void 0}function wb(La,hl,fl){this.fileName=La,this.text=hl,this.skipTrivia=fl||(La=>La)}var YA={getNodeConstructor:()=>Ip,getTokenConstructor:()=>Tb,getIdentifierConstructor:()=>Sb,getPrivateIdentifierConstructor:()=>Ip,getSourceFileConstructor:()=>Ip,getSymbolConstructor:()=>bb,getTypeConstructor:()=>vb,getSignatureConstructor:()=>xb,getSourceMapSourceConstructor:()=>wb},KA=[];function Eb(La){Object.assign(YA,La),Bn(KA,La=>La(YA))}function Ab(La,hl){return La.replace(/\{(\d+)\}/g,(La,fl)=>""+_m.checkDefined(hl[+fl]))}var XA;function Cb(La){return XA&&XA[La.key]||La.message}function Ja(La,hl,fl,yl,Pl,...Ul){fl+yl>hl.length&&(yl=hl.length-fl),C2(hl,fl,yl);let Gd=Cb(Pl);return nn(Ul)&&(Gd=Ab(Gd,Ul)),{file:void 0,start:fl,length:yl,messageText:Gd,category:Pl.category,code:Pl.code,reportsUnnecessary:Pl.reportsUnnecessary,fileName:La}}function Db(La){return La.file===void 0&&La.start!==void 0&&La.length!==void 0&&typeof La.fileName=="string"}function C1(La,hl){let fl=hl.fileName||"",yl=hl.text.length;_m.assertEqual(La.fileName,fl),_m.assertLessThanOrEqual(La.start,yl),_m.assertLessThanOrEqual(La.start+La.length,yl);let Pl={file:hl,start:La.start,length:La.length,messageText:La.messageText,category:La.category,code:La.code,reportsUnnecessary:La.reportsUnnecessary};if(La.relatedInformation){Pl.relatedInformation=[];for(let Ul of La.relatedInformation)Db(Ul)&&Ul.fileName===fl?(_m.assertLessThanOrEqual(Ul.start,yl),_m.assertLessThanOrEqual(Ul.start+Ul.length,yl),Pl.relatedInformation.push(C1(Ul,hl))):Pl.relatedInformation.push(Ul)}return Pl}function Hi(La,hl){let fl=[];for(let yl of La)fl.push(C1(yl,hl));return fl}function Yd(La){return La===4||La===2||La===1||La===6?1:0}var ZA={allowImportingTsExtensions:{dependencies:["rewriteRelativeImportExtensions"],computeValue:La=>!!(La.allowImportingTsExtensions||La.rewriteRelativeImportExtensions)},target:{dependencies:[],computeValue:La=>(La.target===0?void 0:La.target)??12},module:{dependencies:["target"],computeValue:La=>{if(typeof La.module=="number")return La.module;let hl=ZA.target.computeValue(La);return hl===99?99:hl>=9?7:hl>=7?6:hl>=2?5:1}},moduleResolution:{dependencies:["module","target"],computeValue:La=>{if(La.moduleResolution!==void 0)return La.moduleResolution;let hl=ZA.module.computeValue(La);switch(hl){case 0:case 2:case 3:case 4:return 1;case 199:return 99}return 100<=hl&&hl<199?3:100}},moduleDetection:{dependencies:["module","target"],computeValue:La=>{if(La.moduleDetection!==void 0)return La.moduleDetection;let hl=ZA.module.computeValue(La);return 100<=hl&&hl<=199?3:2}},isolatedModules:{dependencies:["verbatimModuleSyntax"],computeValue:La=>!!(La.isolatedModules||La.verbatimModuleSyntax)},esModuleInterop:{dependencies:[],computeValue:La=>La.esModuleInterop!==void 0?La.esModuleInterop:!0},allowSyntheticDefaultImports:{dependencies:[],computeValue:La=>La.allowSyntheticDefaultImports!==void 0?La.allowSyntheticDefaultImports:!0},resolvePackageJsonExports:{dependencies:["moduleResolution","module","target"],computeValue:La=>{let hl=ZA.moduleResolution.computeValue(La);if(!Hd(hl))return!1;if(La.resolvePackageJsonExports!==void 0)return La.resolvePackageJsonExports;switch(hl){case 3:case 99:case 100:return!0}return!1}},resolvePackageJsonImports:{dependencies:["moduleResolution","resolvePackageJsonExports","module","target"],computeValue:La=>{let hl=ZA.moduleResolution.computeValue(La);if(!Hd(hl))return!1;if(La.resolvePackageJsonImports!==void 0)return La.resolvePackageJsonImports;switch(hl){case 3:case 99:case 100:return!0}return!1}},resolveJsonModule:{dependencies:["moduleResolution","module","target"],computeValue:La=>{if(La.resolveJsonModule!==void 0)return La.resolveJsonModule;switch(ZA.module.computeValue(La)){case 102:case 199:return!0}return ZA.moduleResolution.computeValue(La)===100}},declaration:{dependencies:["composite"],computeValue:La=>!!(La.declaration||La.composite)},preserveConstEnums:{dependencies:["isolatedModules","verbatimModuleSyntax"],computeValue:La=>!!(La.preserveConstEnums||ZA.isolatedModules.computeValue(La))},incremental:{dependencies:["composite"],computeValue:La=>!!(La.incremental||La.composite)},declarationMap:{dependencies:["declaration","composite"],computeValue:La=>!!(La.declarationMap&&ZA.declaration.computeValue(La))},allowJs:{dependencies:["checkJs"],computeValue:La=>La.allowJs===void 0?!!La.checkJs:La.allowJs},useDefineForClassFields:{dependencies:["target","module"],computeValue:La=>La.useDefineForClassFields===void 0?ZA.target.computeValue(La)>=9:La.useDefineForClassFields},noImplicitAny:{dependencies:["strict"],computeValue:La=>fi(La,"noImplicitAny")},noImplicitThis:{dependencies:["strict"],computeValue:La=>fi(La,"noImplicitThis")},strictNullChecks:{dependencies:["strict"],computeValue:La=>fi(La,"strictNullChecks")},strictFunctionTypes:{dependencies:["strict"],computeValue:La=>fi(La,"strictFunctionTypes")},strictBindCallApply:{dependencies:["strict"],computeValue:La=>fi(La,"strictBindCallApply")},strictPropertyInitialization:{dependencies:["strict"],computeValue:La=>fi(La,"strictPropertyInitialization")},strictBuiltinIteratorReturn:{dependencies:["strict"],computeValue:La=>fi(La,"strictBuiltinIteratorReturn")},alwaysStrict:{dependencies:[],computeValue:La=>La.alwaysStrict!==!1},useUnknownInCatchVariables:{dependencies:["strict"],computeValue:La=>fi(La,"useUnknownInCatchVariables")}};var hy=ZA.allowImportingTsExtensions.computeValue,gy=ZA.target.computeValue,yy=ZA.module.computeValue,wy=ZA.moduleResolution.computeValue,Sy=ZA.moduleDetection.computeValue,Ty=ZA.isolatedModules.computeValue,Zy=ZA.esModuleInterop.computeValue,kb=ZA.allowSyntheticDefaultImports.computeValue,Rb=ZA.resolvePackageJsonExports.computeValue,Nb=ZA.resolvePackageJsonImports.computeValue,Ob=ZA.resolveJsonModule.computeValue,jb=ZA.declaration.computeValue,Gb=ZA.preserveConstEnums.computeValue,Hb=ZA.incremental.computeValue,Xb=ZA.declarationMap.computeValue,Zb=ZA.allowJs.computeValue,Qv=ZA.useDefineForClassFields.computeValue,Vv=ZA.alwaysStrict.computeValue;function Hd(La){return La>=3&&La<=99||La===100}function fi(La,hl){return La[hl]===void 0?La.strict!==!1:!!La[hl]}function Pb(La){return w2(targetOptionDeclaration.type,(hl,fl)=>hl===La?fl:void 0)}var tE=["node_modules","bower_components","jspm_packages"],aE=`(?!(?:${tE.join("|")})(?:/|$))`,lE={singleAsteriskRegexFragment:"(?:[^./]|(?:\\.(?!min\\.js$))?)*",doubleAsteriskRegexFragment:`(?:/${aE}[^/.][^/]*)*?`,replaceWildcardCharacter:La=>P1(La,lE.singleAsteriskRegexFragment)},hE={singleAsteriskRegexFragment:"[^/]*",doubleAsteriskRegexFragment:`(?:/${aE}[^/.][^/]*)*?`,replaceWildcardCharacter:La=>P1(La,hE.singleAsteriskRegexFragment)};function P1(La,hl){return La==="*"?hl:La==="?"?"[^/]":"\\"+La}function Mb(La,hl){return hl||Lb(La)||3}function Lb(La){switch(La.substr(La.lastIndexOf(".")).toLowerCase()){case".js":case".cjs":case".mjs":return 1;case".jsx":return 2;case".ts":case".cts":case".mts":return 3;case".tsx":return 4;case".json":return 6;default:return 0}}var mE=[[".ts",".tsx",".d.ts"],[".cts",".d.cts"],[".mts",".d.mts"]],bE=Cm(mE),wE=[...mE,[".json"]];var xE=[[".js",".jsx"],[".mjs"],[".cjs"]],TE=Cm(xE),IE=[[".ts",".tsx",".d.ts",".js",".jsx"],[".cts",".d.cts",".cjs"],[".mts",".d.mts",".mjs"]],FE=[...IE,[".json"]],PE=[".d.ts",".d.cts",".d.mts"];function v_(La){return!(La>=0)}function pl(La,...hl){return hl.length&&(La.relatedInformation||(La.relatedInformation=[]),_m.assert(La.relatedInformation!==w_,"Diagnostic had empty array singleton for related info, but is still being constructed!"),La.relatedInformation.push(...hl)),La}function Ub(La){let hl;switch(La.charCodeAt(1)){case 98:case 66:hl=1;break;case 111:case 79:hl=3;break;case 120:case 88:hl=4;break;default:let fl=La.length-1,yl=0;for(;La.charCodeAt(yl)===48;)yl++;return La.slice(yl,fl)||"0"}let fl=2,yl=La.length-1,Pl=(yl-fl)*hl,Ul=new Uint16Array((Pl>>>4)+(Pl&15?1:0));for(let Pl=yl-1,Gd=0;Pl>=fl;Pl--,Gd+=hl){let hl=Gd>>>4,fl=La.charCodeAt(Pl),yl=(fl<=57?fl-48:10+fl-(fl<=70?65:97))<<(Gd&15);Ul[hl]|=yl;let af=yl>>>16;af&&(Ul[hl+1]|=af)}let Gd="",af=Ul.length-1,n_=!0;for(;n_;){let La=0;n_=!1;for(let hl=af;hl>=0;hl--){let fl=La<<16|Ul[hl],yl=fl/10|0;Ul[hl]=yl,La=fl-yl*10,yl&&!n_&&(af=hl,n_=!0)}Gd=La+Gd}return Gd}function Bb({negative:La,base10Value:hl}){return(La&&hl!=="0"?"-":"")+hl}function Gp(La,hl){return La.pos=hl,La}function qb(La,hl){return La.end=hl,La}function vi(La,hl,fl){return qb(Gp(La,hl),fl)}function Xd(La,hl,fl){return vi(La,hl,hl+fl)}function Pf(La,hl){return La&&hl&&(La.parent=hl),La}function Fb(La,hl){if(!La)return La;return Tm(La,y1(La)?a:f),La;function a(La,fl){if(hl&&La.parent===fl)return"skip";Pf(La,fl)}function s(La){if(Zi(La))for(let hl of La.jsDoc)a(hl,La),Tm(hl,a)}function f(La,hl){return a(La,hl)||s(La)}}function zb(La){return!!(La.flags&524288&&La.isThisType)}function Vb(La){var hl;return((hl=getSnippetElement(La))==null?void 0:hl.kind)===0}function Wb(La){return`${Pn(La.namespace)}:${Pn(La.name)}`}var GE=String.prototype.replace;var HE=["assert","assert/strict","async_hooks","buffer","child_process","cluster","console","constants","crypto","dgram","diagnostics_channel","dns","dns/promises","domain","events","fs","fs/promises","http","http2","https","inspector","inspector/promises","module","net","os","path","path/posix","path/win32","perf_hooks","process","punycode","querystring","readline","readline/promises","repl","stream","stream/consumers","stream/promises","stream/web","string_decoder","sys","timers","timers/promises","tls","trace_events","tty","url","util","util/types","v8","vm","wasi","worker_threads","zlib"],VE=new Set(HE),WE=new Set(["node:quic","node:sea","node:sqlite","node:test","node:test/reporters"]),sw=new Set([...HE,...HE.map(La=>`node:${La}`),...WE]);function Yb(){let La,hl,fl,yl,Pl;return{createBaseSourceFileNode:h,createBaseIdentifierNode:b,createBasePrivateIdentifierNode:v,createBaseTokenNode:l,createBaseNode:H};function h(La){return new(Pl||(Pl=YA.getSourceFileConstructor()))(La,-1,-1)}function b(La){return new(fl||(fl=YA.getIdentifierConstructor()))(La,-1,-1)}function v(La){return new(yl||(yl=YA.getPrivateIdentifierConstructor()))(La,-1,-1)}function l(La){return new(hl||(hl=YA.getTokenConstructor()))(La,-1,-1)}function H(hl){return new(La||(La=YA.getNodeConstructor()))(hl,-1,-1)}}var aw={getParenthesizeLeftSideOfBinaryForOperator:La=>xt,getParenthesizeRightSideOfBinaryForOperator:La=>xt,parenthesizeLeftSideOfBinary:(La,hl)=>hl,parenthesizeRightSideOfBinary:(La,hl,fl)=>fl,parenthesizeExpressionOfComputedPropertyName:xt,parenthesizeConditionOfConditionalExpression:xt,parenthesizeBranchOfConditionalExpression:xt,parenthesizeExpressionOfExportDefault:xt,parenthesizeExpressionOfNew:La=>Pr(La,Ga),parenthesizeLeftSideOfAccess:La=>Pr(La,Ga),parenthesizeOperandOfPostfixUnary:La=>Pr(La,Ga),parenthesizeOperandOfPrefixUnary:La=>Pr(La,f2),parenthesizeExpressionsOfCommaDelimitedList:La=>Pr(La,gi),parenthesizeExpressionForDisallowedComma:xt,parenthesizeExpressionOfExpressionStatement:xt,parenthesizeConciseBodyOfArrowFunction:xt,parenthesizeCheckTypeOfConditionalType:xt,parenthesizeExtendsTypeOfConditionalType:xt,parenthesizeConstituentTypesOfUnionType:La=>Pr(La,gi),parenthesizeConstituentTypeOfUnionType:xt,parenthesizeConstituentTypesOfIntersectionType:La=>Pr(La,gi),parenthesizeConstituentTypeOfIntersectionType:xt,parenthesizeOperandOfTypeOperator:xt,parenthesizeOperandOfReadonlyTypeOperator:xt,parenthesizeNonArrayTypeOfPostfixType:xt,parenthesizeElementTypesOfTupleType:La=>Pr(La,gi),parenthesizeElementTypeOfTupleType:xt,parenthesizeTypeOfOptionalType:xt,parenthesizeTypeArguments:La=>La&&Pr(La,gi),parenthesizeLeadingTypeArgument:xt},ow=0;var lw=[];function Nf(La,hl){let fl=La&8?xt:ev,yl=Ed(()=>La&1?aw:createParenthesizerRules(eA)),Pl=Ed(()=>La&2?nullNodeConverters:createNodeConverters(eA)),Ul=Zn(La=>(hl,fl)=>ya(hl,La,fl)),Gd=Zn(La=>hl=>zr(La,hl)),af=Zn(La=>hl=>ri(hl,La)),n_=Zn(La=>()=>rc(La)),i_=Zn(La=>hl=>Ls(La,hl)),p_=Zn(La=>(hl,fl)=>Du(La,hl,fl)),D_=Zn(La=>(hl,fl)=>ic(La,hl,fl)),I_=Zn(La=>(hl,fl)=>Cu(La,hl,fl)),N_=Zn(La=>(hl,fl)=>Tc(La,hl,fl)),pg=Zn(La=>(hl,fl,yl)=>Bu(La,hl,fl,yl)),mg=Zn(La=>(hl,fl,yl)=>Sc(La,hl,fl,yl)),gg=Zn(La=>(hl,fl,yl,Pl)=>qu(La,hl,fl,yl,Pl)),eA={get parenthesizer(){return yl()},get converters(){return Pl()},baseFactory:hl,flags:La,createNodeArray:me,createNumericLiteral:V,createBigIntLiteral:oe,createStringLiteral:mt,createStringLiteralFromNode:ir,createRegularExpressionLiteral:gn,createLiteralLikeNode:ar,createIdentifier:He,createTempVariable:sr,createLoopVariable:jr,createUniqueName:Lt,getGeneratedNameForNode:qn,createPrivateIdentifier:jt,createUniquePrivateName:Ke,getGeneratedPrivateNameForNode:Fn,createToken:ct,createSuper:st,createThis:qt,createNull:Jt,createTrue:lt,createFalse:_r,createModifier:ht,createModifiersFromModifierFlags:vn,createQualifiedName:bt,updateQualifiedName:ln,createComputedPropertyName:it,updateComputedPropertyName:Ft,createTypeParameterDeclaration:sn,updateTypeParameterDeclaration:or,createParameterDeclaration:br,updateParameterDeclaration:vr,createDecorator:zn,updateDecorator:Vn,createPropertySignature:Jr,updatePropertySignature:Wn,createPropertyDeclaration:xr,updatePropertyDeclaration:L,createMethodSignature:se,updateMethodSignature:de,createMethodDeclaration:Se,updateMethodDeclaration:$e,createConstructorDeclaration:ut,updateConstructorDeclaration:Rr,createGetAccessorDeclaration:Mn,updateGetAccessorDeclaration:Gn,createSetAccessorDeclaration:U,updateSetAccessorDeclaration:K,createCallSignature:we,updateCallSignature:ke,createConstructSignature:Ee,updateConstructSignature:he,createIndexSignature:Ye,updateIndexSignature:tt,createClassStaticBlockDeclaration:_t,updateClassStaticBlockDeclaration:Pt,createTemplateLiteralTypeSpan:Xe,updateTemplateLiteralTypeSpan:De,createKeywordTypeNode:xn,createTypePredicateNode:at,updateTypePredicateNode:un,createTypeReferenceNode:ei,updateTypeReferenceNode:O,createFunctionTypeNode:qe,updateFunctionTypeNode:u,createConstructorTypeNode:je,updateConstructorTypeNode:_n,createTypeQueryNode:Nt,updateTypeQueryNode:Et,createTypeLiteralNode:It,updateTypeLiteralNode:zt,createArrayTypeNode:Yn,updateArrayTypeNode:Ai,createTupleTypeNode:pn,updateTupleTypeNode:Y,createNamedTupleMember:le,updateNamedTupleMember:Ve,createOptionalTypeNode:Te,updateOptionalTypeNode:j,createRestTypeNode:yt,updateRestTypeNode:wt,createUnionTypeNode:Gl,updateUnionTypeNode:M_,createIntersectionTypeNode:Ur,updateIntersectionTypeNode:Je,createConditionalTypeNode:ft,updateConditionalTypeNode:Yl,createInferTypeNode:Hn,updateInferTypeNode:Hl,createImportTypeNode:cr,updateImportTypeNode:ua,createParenthesizedType:en,updateParenthesizedType:Dt,createThisTypeNode:D,createTypeOperatorNode:Yt,updateTypeOperatorNode:Br,createIndexedAccessTypeNode:lr,updateIndexedAccessTypeNode:as,createMappedTypeNode:vt,updateMappedTypeNode:Ut,createLiteralTypeNode:ti,updateLiteralTypeNode:Sr,createTemplateLiteralType:Gt,updateTemplateLiteralType:Xl,createObjectBindingPattern:L_,updateObjectBindingPattern:$l,createArrayBindingPattern:qr,updateArrayBindingPattern:Ql,createBindingElement:pa,updateBindingElement:ni,createArrayLiteralExpression:ss,updateArrayLiteralExpression:j_,createObjectLiteralExpression:Ci,updateObjectLiteralExpression:Kl,createPropertyAccessExpression:La&4?(La,hl)=>setEmitFlags(ur(La,hl),262144):ur,updatePropertyAccessExpression:Zl,createPropertyAccessChain:La&4?(La,hl,fl)=>setEmitFlags(Di(La,hl,fl),262144):Di,updatePropertyAccessChain:fa,createElementAccessExpression:Pi,updateElementAccessExpression:eu,createElementAccessChain:U_,updateElementAccessChain:_s,createCallExpression:Ni,updateCallExpression:da,createCallChain:os,updateCallChain:q_,createNewExpression:Tn,updateNewExpression:cs,createTaggedTemplateExpression:ma,updateTaggedTemplateExpression:F_,createTypeAssertion:z_,updateTypeAssertion:V_,createParenthesizedExpression:ls,updateParenthesizedExpression:W_,createFunctionExpression:us,updateFunctionExpression:G_,createArrowFunction:ps,updateArrowFunction:Y_,createDeleteExpression:H_,updateDeleteExpression:X_,createTypeOfExpression:ha,updateTypeOfExpression:dn,createVoidExpression:fs,updateVoidExpression:pr,createAwaitExpression:$_,updateAwaitExpression:Fr,createPrefixUnaryExpression:zr,updatePrefixUnaryExpression:tu,createPostfixUnaryExpression:ri,updatePostfixUnaryExpression:nu,createBinaryExpression:ya,updateBinaryExpression:ru,createConditionalExpression:K_,updateConditionalExpression:Z_,createTemplateExpression:eo,updateTemplateExpression:Xn,createTemplateHead:no,createTemplateMiddle:ga,createTemplateTail:ds,createNoSubstitutionTemplateLiteral:au,createTemplateLiteralLikeNode:ai,createYieldExpression:ms,updateYieldExpression:su,createSpreadElement:ro,updateSpreadElement:_u,createClassExpression:io,updateClassExpression:hs,createOmittedExpression:ys,createExpressionWithTypeArguments:ao,updateExpressionWithTypeArguments:so,createAsExpression:mn,updateAsExpression:ba,createNonNullExpression:_o,updateNonNullExpression:oo,createSatisfiesExpression:gs,updateSatisfiesExpression:co,createNonNullChain:bs,updateNonNullChain:Ln,createMetaProperty:lo,updateMetaProperty:vs,createTemplateSpan:$n,updateTemplateSpan:va,createSemicolonClassElement:uo,createBlock:Vr,updateBlock:ou,createVariableStatement:xs,updateVariableStatement:po,createEmptyStatement:fo,createExpressionStatement:Oi,updateExpressionStatement:mo,createIfStatement:ho,updateIfStatement:yo,createDoStatement:go,updateDoStatement:bo,createWhileStatement:vo,updateWhileStatement:cu,createForStatement:xo,updateForStatement:To,createForInStatement:Ts,updateForInStatement:lu,createForOfStatement:So,updateForOfStatement:uu,createContinueStatement:wo,updateContinueStatement:pu,createBreakStatement:Ss,updateBreakStatement:ko,createReturnStatement:ws,updateReturnStatement:fu,createWithStatement:ks,updateWithStatement:Eo,createSwitchStatement:Es,updateSwitchStatement:si,createLabeledStatement:Ao,updateLabeledStatement:Co,createThrowStatement:Do,updateThrowStatement:du,createTryStatement:Po,updateTryStatement:mu,createDebuggerStatement:No,createVariableDeclaration:xa,updateVariableDeclaration:Io,createVariableDeclarationList:As,updateVariableDeclarationList:hu,createFunctionDeclaration:Oo,updateFunctionDeclaration:Cs,createClassDeclaration:Mo,updateClassDeclaration:Ta,createInterfaceDeclaration:Lo,updateInterfaceDeclaration:jo,createTypeAliasDeclaration:ot,updateTypeAliasDeclaration:wr,createEnumDeclaration:Ds,updateEnumDeclaration:kr,createModuleDeclaration:Jo,updateModuleDeclaration:At,createModuleBlock:Er,updateModuleBlock:Vt,createCaseBlock:Ro,updateCaseBlock:gu,createNamespaceExportDeclaration:Uo,updateNamespaceExportDeclaration:Bo,createImportEqualsDeclaration:qo,updateImportEqualsDeclaration:Fo,createImportDeclaration:zo,updateImportDeclaration:Vo,createImportClause:Wo,updateImportClause:Go,createAssertClause:Ps,updateAssertClause:vu,createAssertEntry:Mi,updateAssertEntry:Yo,createImportTypeAssertionContainer:Ns,updateImportTypeAssertionContainer:Ho,createImportAttributes:Xo,updateImportAttributes:Is,createImportAttribute:$o,updateImportAttribute:Qo,createNamespaceImport:Ko,updateNamespaceImport:xu,createNamespaceExport:Zo,updateNamespaceExport:Tu,createNamedImports:ec,updateNamedImports:tc,createImportSpecifier:Ar,updateImportSpecifier:Su,createExportAssignment:Sa,updateExportAssignment:Li,createExportDeclaration:wa,updateExportDeclaration:nc,createNamedExports:Os,updateNamedExports:wu,createExportSpecifier:ka,updateExportSpecifier:ku,createMissingDeclaration:Eu,createExternalModuleReference:Ms,updateExternalModuleReference:Au,get createJSDocAllType(){return n_(313)},get createJSDocUnknownType(){return n_(314)},get createJSDocNonNullableType(){return D_(316)},get updateJSDocNonNullableType(){return I_(316)},get createJSDocNullableType(){return D_(315)},get updateJSDocNullableType(){return I_(315)},get createJSDocOptionalType(){return i_(317)},get updateJSDocOptionalType(){return p_(317)},get createJSDocVariadicType(){return i_(319)},get updateJSDocVariadicType(){return p_(319)},get createJSDocNamepathType(){return i_(320)},get updateJSDocNamepathType(){return p_(320)},createJSDocFunctionType:ac,updateJSDocFunctionType:Pu,createJSDocTypeLiteral:sc,updateJSDocTypeLiteral:Nu,createJSDocTypeExpression:_c,updateJSDocTypeExpression:js,createJSDocSignature:oc,updateJSDocSignature:Iu,createJSDocTemplateTag:Js,updateJSDocTemplateTag:cc,createJSDocTypedefTag:Ea,updateJSDocTypedefTag:Ou,createJSDocParameterTag:Rs,updateJSDocParameterTag:Mu,createJSDocPropertyTag:lc,updateJSDocPropertyTag:uc,createJSDocCallbackTag:pc,updateJSDocCallbackTag:fc,createJSDocOverloadTag:dc,updateJSDocOverloadTag:Us,createJSDocAugmentsTag:Bs,updateJSDocAugmentsTag:Ji,createJSDocImplementsTag:mc,updateJSDocImplementsTag:Uu,createJSDocSeeTag:Gr,updateJSDocSeeTag:Aa,createJSDocImportTag:Ec,updateJSDocImportTag:Ac,createJSDocNameReference:hc,updateJSDocNameReference:Lu,createJSDocMemberName:yc,updateJSDocMemberName:ju,createJSDocLink:gc,updateJSDocLink:bc,createJSDocLinkCode:vc,updateJSDocLinkCode:Ju,createJSDocLinkPlain:xc,updateJSDocLinkPlain:Ru,get createJSDocTypeTag(){return mg(345)},get updateJSDocTypeTag(){return gg(345)},get createJSDocReturnTag(){return mg(343)},get updateJSDocReturnTag(){return gg(343)},get createJSDocThisTag(){return mg(344)},get updateJSDocThisTag(){return gg(344)},get createJSDocAuthorTag(){return N_(331)},get updateJSDocAuthorTag(){return pg(331)},get createJSDocClassTag(){return N_(333)},get updateJSDocClassTag(){return pg(333)},get createJSDocPublicTag(){return N_(334)},get updateJSDocPublicTag(){return pg(334)},get createJSDocPrivateTag(){return N_(335)},get updateJSDocPrivateTag(){return pg(335)},get createJSDocProtectedTag(){return N_(336)},get updateJSDocProtectedTag(){return pg(336)},get createJSDocReadonlyTag(){return N_(337)},get updateJSDocReadonlyTag(){return pg(337)},get createJSDocOverrideTag(){return N_(338)},get updateJSDocOverrideTag(){return pg(338)},get createJSDocDeprecatedTag(){return N_(332)},get updateJSDocDeprecatedTag(){return pg(332)},get createJSDocThrowsTag(){return mg(350)},get updateJSDocThrowsTag(){return gg(350)},get createJSDocSatisfiesTag(){return mg(351)},get updateJSDocSatisfiesTag(){return gg(351)},createJSDocEnumTag:kc,updateJSDocEnumTag:qs,createJSDocUnknownTag:wc,updateJSDocUnknownTag:Fu,createJSDocText:Fs,updateJSDocText:zu,createJSDocComment:Ri,updateJSDocComment:Cc,createJsxElement:Dc,updateJsxElement:Vu,createJsxSelfClosingElement:Pc,updateJsxSelfClosingElement:Wu,createJsxOpeningElement:Ca,updateJsxOpeningElement:Nc,createJsxClosingElement:zs,updateJsxClosingElement:Da,createJsxFragment:Ht,createJsxText:Ui,updateJsxText:Gu,createJsxOpeningFragment:Oc,createJsxJsxClosingFragment:Mc,updateJsxFragment:Ic,createJsxAttribute:Lc,updateJsxAttribute:Yu,createJsxAttributes:Bi,updateJsxAttributes:Hu,createJsxSpreadAttribute:jc,updateJsxSpreadAttribute:Xu,createJsxExpression:Jc,updateJsxExpression:Vs,createJsxNamespacedName:_i,updateJsxNamespacedName:$u,createCaseClause:Pa,updateCaseClause:Rc,createDefaultClause:Uc,updateDefaultClause:oi,createHeritageClause:Ws,updateHeritageClause:Qu,createCatchClause:Bc,updateCatchClause:qc,createPropertyAssignment:Na,updatePropertyAssignment:Gs,createShorthandPropertyAssignment:Fc,updateShorthandPropertyAssignment:Ku,createSpreadAssignment:zc,updateSpreadAssignment:Vc,createEnumMember:Ys,updateEnumMember:jn,createSourceFile:Wc,updateSourceFile:np,createRedirectedSourceFile:Gc,createBundle:Yc,updateBundle:Hc,createSyntheticExpression:rp,createSyntaxList:ip,createNotEmittedStatement:Ia,createNotEmittedTypeElement:ap,createPartiallyEmittedExpression:$s,updatePartiallyEmittedExpression:Xc,createCommaListExpression:Qs,updateCommaListExpression:_p,createSyntheticReferenceExpression:Ks,updateSyntheticReferenceExpression:$c,cloneNode:Oa,get createComma(){return Ul(28)},get createAssignment(){return Ul(64)},get createLogicalOr(){return Ul(57)},get createLogicalAnd(){return Ul(56)},get createBitwiseOr(){return Ul(52)},get createBitwiseXor(){return Ul(53)},get createBitwiseAnd(){return Ul(51)},get createStrictEquality(){return Ul(37)},get createStrictInequality(){return Ul(38)},get createEquality(){return Ul(35)},get createInequality(){return Ul(36)},get createLessThan(){return Ul(30)},get createLessThanEquals(){return Ul(33)},get createGreaterThan(){return Ul(32)},get createGreaterThanEquals(){return Ul(34)},get createLeftShift(){return Ul(48)},get createRightShift(){return Ul(49)},get createUnsignedRightShift(){return Ul(50)},get createAdd(){return Ul(40)},get createSubtract(){return Ul(41)},get createMultiply(){return Ul(42)},get createDivide(){return Ul(44)},get createModulo(){return Ul(45)},get createExponent(){return Ul(43)},get createPrefixPlus(){return Gd(40)},get createPrefixMinus(){return Gd(41)},get createPrefixIncrement(){return Gd(46)},get createPrefixDecrement(){return Gd(47)},get createBitwiseNot(){return Gd(55)},get createLogicalNot(){return Gd(54)},get createPostfixIncrement(){return af(46)},get createPostfixDecrement(){return af(47)},createImmediatelyInvokedFunctionExpression:lp,createImmediatelyInvokedArrowFunction:up,createVoidZero:qi,createExportDefault:Zc,createExternalModuleExport:el,createTypeCheck:pp,createIsNotTypeCheck:Zs,createMethodCall:Yr,createGlobalMethodCall:Fi,createFunctionBindCall:fp,createFunctionCallCall:dp,createFunctionApplyCall:mp,createArraySliceCall:hp,createArrayConcatCall:zi,createObjectDefinePropertyCall:yp,createObjectGetOwnPropertyDescriptorCall:e_,createReflectGetCall:li,createReflectSetCall:tl,createPropertyDescriptor:gp,createCallBinding:al,createAssignmentTargetWrapper:sl,inlineExpressions:o,getInternalName:m,getLocalName:g,getExportName:x,getDeclarationName:P,getNamespaceMemberName:Q,getExternalModuleOrNamespaceExportName:_e,restoreOuterExpressions:rl,restoreEnclosingLabel:il,createUseStrictPrologue:ce,copyPrologue:ee,copyStandardPrologue:Ue,copyCustomPrologue:Re,ensureUseStrict:Ne,liftToBlock:Xt,mergeLexicalEnvironment:fr,replaceModifiers:dr,replaceDecoratorsAndModifiers:Jn,replacePropertyName:Hr};return Bn(lw,La=>La(eA)),eA;function me(La,hl){if(La===void 0||La===w_)La=[];else if(gi(La)){if(hl===void 0||La.hasTrailingComma===hl)return La.transformFlags===void 0&&Qd(La),_m.attachNodeArrayDebugInfo(La),La;let fl=La.slice();return fl.pos=La.pos,fl.end=La.end,fl.hasTrailingComma=hl,fl.transformFlags=La.transformFlags,_m.attachNodeArrayDebugInfo(fl),fl}let fl=La.length,yl=fl>=1&&fl<=4?La.slice():La;return yl.pos=-1,yl.end=-1,yl.hasTrailingComma=!!hl,yl.transformFlags=0,Qd(yl),_m.attachNodeArrayDebugInfo(yl),yl}function I(La){return hl.createBaseNode(La)}function ae(La){let hl=I(La);return hl.symbol=void 0,hl.localSymbol=void 0,hl}function Le(La,hl){return La!==hl&&(La.typeArguments=hl.typeArguments),J(La,hl)}function V(La,hl=0){let fl=typeof La=="number"?La+"":La;_m.assert(fl.charCodeAt(0)!==45,"Negative numbers should be created in combination with createPrefixUnaryExpression");let yl=ae(9);return yl.text=fl,yl.numericLiteralFlags=hl,hl&384&&(yl.transformFlags|=1024),yl}function oe(La){let hl=Zt(10);return hl.text=typeof La=="string"?La:Bb(La)+"n",hl.transformFlags|=32,hl}function G(La,hl){let fl=ae(11);return fl.text=La,fl.singleQuote=hl,fl}function mt(La,hl,fl){let yl=G(La,hl);return yl.hasExtendedUnicodeEscape=fl,fl&&(yl.transformFlags|=1024),yl}function ir(La){let hl=G(nb(La),void 0);return hl.textSourceNode=La,hl}function gn(La){let hl=Zt(14);return hl.text=La,hl}function ar(La,hl){switch(La){case 9:return V(hl,0);case 10:return oe(hl);case 11:return mt(hl,void 0);case 12:return Ui(hl,!1);case 13:return Ui(hl,!0);case 14:return gn(hl);case 15:return ai(La,hl,void 0,0)}}function bn(La){let fl=hl.createBaseIdentifierNode(80);return fl.escapedText=La,fl.jsDoc=void 0,fl.flowNode=void 0,fl.symbol=void 0,fl}function In(La,hl,fl,yl){let Pl=bn(Ua(La));return setIdentifierAutoGenerate(Pl,{flags:hl,id:ow,prefix:fl,suffix:yl}),ow++,Pl}function He(La,hl,fl){hl===void 0&&La&&(hl=Gm(La)),hl===80&&(hl=void 0);let yl=bn(Ua(La));return fl&&(yl.flags|=256),yl.escapedText==="await"&&(yl.transformFlags|=67108864),yl.flags&256&&(yl.transformFlags|=1024),yl}function sr(La,hl,fl,yl){let Pl=1;hl&&(Pl|=8);let Ul=In("",Pl,fl,yl);return La&&La(Ul),Ul}function jr(La){let hl=2;return La&&(hl|=8),In("",hl,void 0,void 0)}function Lt(La,hl=0,fl,yl){return _m.assert(!(hl&7),"Argument out of range: flags"),_m.assert((hl&48)!==32,"GeneratedIdentifierFlags.FileLevel cannot be set without also setting GeneratedIdentifierFlags.Optimistic"),In(La,3|hl,fl,yl)}function qn(La,hl=0,fl,yl){_m.assert(!(hl&7),"Argument out of range: flags");let Pl=La?zp(La)?$p(!1,fl,La,yl,Pn):`generated@${getNodeId(La)}`:"";(fl||yl)&&(hl|=16);let Ul=In(Pl,4|hl,fl,yl);return Ul.original=La,Ul}function On(La){let fl=hl.createBasePrivateIdentifierNode(81);return fl.escapedText=La,fl.transformFlags|=16777216,fl}function jt(La){return xl(La,"#")||_m.fail("First character of private identifier must be #: "+La),On(Ua(La))}function gt(La,hl,fl,yl){let Pl=On(Ua(La));return setIdentifierAutoGenerate(Pl,{flags:hl,id:ow,prefix:fl,suffix:yl}),ow++,Pl}function Ke(La,hl,fl){La&&!xl(La,"#")&&_m.fail("First character of private identifier must be #: "+La);let yl=8|(La?3:1);return gt(La??"",yl,hl,fl)}function Fn(La,hl,fl){let yl=zp(La)?$p(!0,hl,La,fl,Pn):`#generated@${getNodeId(La)}`,Pl=gt(yl,4|(hl||fl?16:0),hl,fl);return Pl.original=La,Pl}function Zt(La){return hl.createBaseTokenNode(La)}function ct(La){_m.assert(La>=0&&La<=166,"Invalid token"),_m.assert(La<=15||La>=18,"Invalid token. Use 'createTemplateLiteralLikeNode' to create template literals."),_m.assert(La<=9||La>=15,"Invalid token. Use 'createLiteralLikeNode' to create literals."),_m.assert(La!==80,"Invalid token. Use 'createIdentifier' to create identifiers");let hl=Zt(La),fl=0;switch(La){case 134:fl=384;break;case 160:fl=4;break;case 125:case 123:case 124:case 148:case 128:case 138:case 87:case 133:case 150:case 163:case 146:case 151:case 103:case 147:case 164:case 154:case 136:case 155:case 116:case 159:case 157:fl=1;break;case 108:fl=134218752,hl.flowNode=void 0;break;case 126:fl=1024;break;case 129:fl=16777216;break;case 110:fl=16384,hl.flowNode=void 0;break}return fl&&(hl.transformFlags|=fl),hl}function st(){return ct(108)}function qt(){return ct(110)}function Jt(){return ct(106)}function lt(){return ct(112)}function _r(){return ct(97)}function ht(La){return ct(La)}function vn(La){let hl=[];return La&32&&hl.push(ht(95)),La&128&&hl.push(ht(138)),La&2048&&hl.push(ht(90)),La&4096&&hl.push(ht(87)),La&1&&hl.push(ht(125)),La&2&&hl.push(ht(123)),La&4&&hl.push(ht(124)),La&64&&hl.push(ht(128)),La&256&&hl.push(ht(126)),La&16&&hl.push(ht(164)),La&8&&hl.push(ht(148)),La&512&&hl.push(ht(129)),La&1024&&hl.push(ht(134)),La&8192&&hl.push(ht(103)),La&16384&&hl.push(ht(147)),hl.length?hl:void 0}function bt(La,hl){let fl=I(167);return fl.left=La,fl.right=nt(hl),fl.transformFlags|=z(fl.left)|qa(fl.right),fl.flowNode=void 0,fl}function ln(La,hl,fl){return La.left!==hl||La.right!==fl?J(bt(hl,fl),La):La}function it(La){let hl=I(168);return hl.expression=yl().parenthesizeExpressionOfComputedPropertyName(La),hl.transformFlags|=z(hl.expression)|1024|131072,hl}function Ft(La,hl){return La.expression!==hl?J(it(hl),La):La}function sn(La,hl,fl,yl){let Pl=ae(169);return Pl.modifiers=Ie(La),Pl.name=nt(hl),Pl.constraint=fl,Pl.default=yl,Pl.transformFlags=1,Pl.expression=void 0,Pl.jsDoc=void 0,Pl}function or(La,hl,fl,yl,Pl){return La.modifiers!==hl||La.name!==fl||La.constraint!==yl||La.default!==Pl?J(sn(hl,fl,yl,Pl),La):La}function br(La,hl,fl,yl,Pl,Ul){let Gd=ae(170);return Gd.modifiers=Ie(La),Gd.dotDotDotToken=hl,Gd.name=nt(fl),Gd.questionToken=yl,Gd.type=Pl,Gd.initializer=Vi(Ul),ib(Gd.name)?Gd.transformFlags=1:Gd.transformFlags=Ce(Gd.modifiers)|z(Gd.dotDotDotToken)|Rn(Gd.name)|z(Gd.questionToken)|z(Gd.initializer)|(Gd.questionToken??Gd.type?1:0)|(Gd.dotDotDotToken??Gd.initializer?1024:0)|(Un(Gd.modifiers)&31?8192:0),Gd.jsDoc=void 0,Gd}function vr(La,hl,fl,yl,Pl,Ul,Gd){return La.modifiers!==hl||La.dotDotDotToken!==fl||La.name!==yl||La.questionToken!==Pl||La.type!==Ul||La.initializer!==Gd?J(br(hl,fl,yl,Pl,Ul,Gd),La):La}function zn(La){let hl=I(171);return hl.expression=yl().parenthesizeLeftSideOfAccess(La,!1),hl.transformFlags|=z(hl.expression)|1|8192|33554432,hl}function Vn(La,hl){return La.expression!==hl?J(zn(hl),La):La}function Jr(La,hl,fl,yl){let Pl=ae(172);return Pl.modifiers=Ie(La),Pl.name=nt(hl),Pl.type=yl,Pl.questionToken=fl,Pl.transformFlags=1,Pl.initializer=void 0,Pl.jsDoc=void 0,Pl}function Wn(La,hl,fl,yl,Pl){return La.modifiers!==hl||La.name!==fl||La.questionToken!==yl||La.type!==Pl?Pe(Jr(hl,fl,yl,Pl),La):La}function Pe(La,hl){return La!==hl&&(La.initializer=hl.initializer),J(La,hl)}function xr(La,hl,fl,yl,Pl){let Ul=ae(173);Ul.modifiers=Ie(La),Ul.name=nt(hl),Ul.questionToken=fl&&Zd(fl)?fl:void 0,Ul.exclamationToken=fl&&Kd(fl)?fl:void 0,Ul.type=yl,Ul.initializer=Vi(Pl);let Gd=Ul.flags&33554432||Un(Ul.modifiers)&128;return Ul.transformFlags=Ce(Ul.modifiers)|Rn(Ul.name)|z(Ul.initializer)|(Gd||Ul.questionToken||Ul.exclamationToken||Ul.type?1:0)|(If(Ul.name)||Un(Ul.modifiers)&256&&Ul.initializer?8192:0)|16777216,Ul.jsDoc=void 0,Ul}function L(La,hl,fl,yl,Pl,Ul){return La.modifiers!==hl||La.name!==fl||La.questionToken!==(yl!==void 0&&Zd(yl)?yl:void 0)||La.exclamationToken!==(yl!==void 0&&Kd(yl)?yl:void 0)||La.type!==Pl||La.initializer!==Ul?J(xr(hl,fl,yl,Pl,Ul),La):La}function se(La,hl,fl,yl,Pl,Ul){let Gd=ae(174);return Gd.modifiers=Ie(La),Gd.name=nt(hl),Gd.questionToken=fl,Gd.typeParameters=Ie(yl),Gd.parameters=Ie(Pl),Gd.type=Ul,Gd.transformFlags=1,Gd.jsDoc=void 0,Gd.locals=void 0,Gd.nextContainer=void 0,Gd.typeArguments=void 0,Gd}function de(La,hl,fl,yl,Pl,Ul,Gd){return La.modifiers!==hl||La.name!==fl||La.questionToken!==yl||La.typeParameters!==Pl||La.parameters!==Ul||La.type!==Gd?Le(se(hl,fl,yl,Pl,Ul,Gd),La):La}function Se(La,hl,fl,yl,Pl,Ul,Gd,af){let n_=ae(175);if(n_.modifiers=Ie(La),n_.asteriskToken=hl,n_.name=nt(fl),n_.questionToken=yl,n_.exclamationToken=void 0,n_.typeParameters=Ie(Pl),n_.parameters=me(Ul),n_.type=Gd,n_.body=af,!n_.body)n_.transformFlags=1;else{let La=Un(n_.modifiers)&1024,hl=!!n_.asteriskToken,fl=La&&hl;n_.transformFlags=Ce(n_.modifiers)|z(n_.asteriskToken)|Rn(n_.name)|z(n_.questionToken)|Ce(n_.typeParameters)|Ce(n_.parameters)|z(n_.type)|z(n_.body)&-67108865|(fl?128:La?256:hl?2048:0)|(n_.questionToken||n_.typeParameters||n_.type?1:0)|1024}return n_.typeArguments=void 0,n_.jsDoc=void 0,n_.locals=void 0,n_.nextContainer=void 0,n_.flowNode=void 0,n_.endFlowNode=void 0,n_.returnFlowNode=void 0,n_}function $e(La,hl,fl,yl,Pl,Ul,Gd,af,n_){return La.modifiers!==hl||La.asteriskToken!==fl||La.name!==yl||La.questionToken!==Pl||La.typeParameters!==Ul||La.parameters!==Gd||La.type!==af||La.body!==n_?Ze(Se(hl,fl,yl,Pl,Ul,Gd,af,n_),La):La}function Ze(La,hl){return La!==hl&&(La.exclamationToken=hl.exclamationToken),J(La,hl)}function _t(La){let hl=ae(176);return hl.body=La,hl.transformFlags=z(La)|16777216,hl.modifiers=void 0,hl.jsDoc=void 0,hl.locals=void 0,hl.nextContainer=void 0,hl.endFlowNode=void 0,hl.returnFlowNode=void 0,hl}function Pt(La,hl){return La.body!==hl?St(_t(hl),La):La}function St(La,hl){return La!==hl&&(La.modifiers=hl.modifiers),J(La,hl)}function ut(La,hl,fl){let yl=ae(177);return yl.modifiers=Ie(La),yl.parameters=me(hl),yl.body=fl,yl.body?yl.transformFlags=Ce(yl.modifiers)|Ce(yl.parameters)|z(yl.body)&-67108865|1024:yl.transformFlags=1,yl.typeParameters=void 0,yl.type=void 0,yl.typeArguments=void 0,yl.jsDoc=void 0,yl.locals=void 0,yl.nextContainer=void 0,yl.endFlowNode=void 0,yl.returnFlowNode=void 0,yl}function Rr(La,hl,fl,yl){return La.modifiers!==hl||La.parameters!==fl||La.body!==yl?Tr(ut(hl,fl,yl),La):La}function Tr(La,hl){return La!==hl&&(La.typeParameters=hl.typeParameters,La.type=hl.type),Le(La,hl)}function Mn(La,hl,fl,yl,Pl){let Ul=ae(178);return Ul.modifiers=Ie(La),Ul.name=nt(hl),Ul.parameters=me(fl),Ul.type=yl,Ul.body=Pl,Ul.body?Ul.transformFlags=Ce(Ul.modifiers)|Rn(Ul.name)|Ce(Ul.parameters)|z(Ul.type)|z(Ul.body)&-67108865|(Ul.type?1:0):Ul.transformFlags=1,Ul.typeArguments=void 0,Ul.typeParameters=void 0,Ul.jsDoc=void 0,Ul.locals=void 0,Ul.nextContainer=void 0,Ul.flowNode=void 0,Ul.endFlowNode=void 0,Ul.returnFlowNode=void 0,Ul}function Gn(La,hl,fl,yl,Pl,Ul){return La.modifiers!==hl||La.name!==fl||La.parameters!==yl||La.type!==Pl||La.body!==Ul?Ei(Mn(hl,fl,yl,Pl,Ul),La):La}function Ei(La,hl){return La!==hl&&(La.typeParameters=hl.typeParameters),Le(La,hl)}function U(La,hl,fl,yl){let Pl=ae(179);return Pl.modifiers=Ie(La),Pl.name=nt(hl),Pl.parameters=me(fl),Pl.body=yl,Pl.body?Pl.transformFlags=Ce(Pl.modifiers)|Rn(Pl.name)|Ce(Pl.parameters)|z(Pl.body)&-67108865|(Pl.type?1:0):Pl.transformFlags=1,Pl.typeArguments=void 0,Pl.typeParameters=void 0,Pl.type=void 0,Pl.jsDoc=void 0,Pl.locals=void 0,Pl.nextContainer=void 0,Pl.flowNode=void 0,Pl.endFlowNode=void 0,Pl.returnFlowNode=void 0,Pl}function K(La,hl,fl,yl,Pl){return La.modifiers!==hl||La.name!==fl||La.parameters!==yl||La.body!==Pl?Z(U(hl,fl,yl,Pl),La):La}function Z(La,hl){return La!==hl&&(La.typeParameters=hl.typeParameters,La.type=hl.type),Le(La,hl)}function we(La,hl,fl){let yl=ae(180);return yl.typeParameters=Ie(La),yl.parameters=Ie(hl),yl.type=fl,yl.transformFlags=1,yl.jsDoc=void 0,yl.locals=void 0,yl.nextContainer=void 0,yl.typeArguments=void 0,yl}function ke(La,hl,fl,yl){return La.typeParameters!==hl||La.parameters!==fl||La.type!==yl?Le(we(hl,fl,yl),La):La}function Ee(La,hl,fl){let yl=ae(181);return yl.typeParameters=Ie(La),yl.parameters=Ie(hl),yl.type=fl,yl.transformFlags=1,yl.jsDoc=void 0,yl.locals=void 0,yl.nextContainer=void 0,yl.typeArguments=void 0,yl}function he(La,hl,fl,yl){return La.typeParameters!==hl||La.parameters!==fl||La.type!==yl?Le(Ee(hl,fl,yl),La):La}function Ye(La,hl,fl){let yl=ae(182);return yl.modifiers=Ie(La),yl.parameters=Ie(hl),yl.type=fl,yl.transformFlags=1,yl.jsDoc=void 0,yl.locals=void 0,yl.nextContainer=void 0,yl.typeArguments=void 0,yl}function tt(La,hl,fl,yl){return La.parameters!==fl||La.type!==yl||La.modifiers!==hl?Le(Ye(hl,fl,yl),La):La}function Xe(La,hl){let fl=I(205);return fl.type=La,fl.literal=hl,fl.transformFlags=1,fl}function De(La,hl,fl){return La.type!==hl||La.literal!==fl?J(Xe(hl,fl),La):La}function xn(La){return ct(La)}function at(La,hl,fl){let yl=I(183);return yl.assertsModifier=La,yl.parameterName=nt(hl),yl.type=fl,yl.transformFlags=1,yl}function un(La,hl,fl,yl){return La.assertsModifier!==hl||La.parameterName!==fl||La.type!==yl?J(at(hl,fl,yl),La):La}function ei(La,hl){let fl=I(184);return fl.typeName=nt(La),fl.typeArguments=hl&&yl().parenthesizeTypeArguments(me(hl)),fl.transformFlags=1,fl}function O(La,hl,fl){return La.typeName!==hl||La.typeArguments!==fl?J(ei(hl,fl),La):La}function qe(La,hl,fl){let yl=ae(185);return yl.typeParameters=Ie(La),yl.parameters=Ie(hl),yl.type=fl,yl.transformFlags=1,yl.modifiers=void 0,yl.jsDoc=void 0,yl.locals=void 0,yl.nextContainer=void 0,yl.typeArguments=void 0,yl}function u(La,hl,fl,yl){return La.typeParameters!==hl||La.parameters!==fl||La.type!==yl?Me(qe(hl,fl,yl),La):La}function Me(La,hl){return La!==hl&&(La.modifiers=hl.modifiers),Le(La,hl)}function je(...La){return La.length===4?B(...La):La.length===3?ze(...La):_m.fail("Incorrect number of arguments specified.")}function B(La,hl,fl,yl){let Pl=ae(186);return Pl.modifiers=Ie(La),Pl.typeParameters=Ie(hl),Pl.parameters=Ie(fl),Pl.type=yl,Pl.transformFlags=1,Pl.jsDoc=void 0,Pl.locals=void 0,Pl.nextContainer=void 0,Pl.typeArguments=void 0,Pl}function ze(La,hl,fl){return B(void 0,La,hl,fl)}function _n(...La){return La.length===5?Ge(...La):La.length===4?Qe(...La):_m.fail("Incorrect number of arguments specified.")}function Ge(La,hl,fl,yl,Pl){return La.modifiers!==hl||La.typeParameters!==fl||La.parameters!==yl||La.type!==Pl?Le(je(hl,fl,yl,Pl),La):La}function Qe(La,hl,fl,yl){return Ge(La,La.modifiers,hl,fl,yl)}function Nt(La,hl){let fl=I(187);return fl.exprName=La,fl.typeArguments=hl&&yl().parenthesizeTypeArguments(hl),fl.transformFlags=1,fl}function Et(La,hl,fl){return La.exprName!==hl||La.typeArguments!==fl?J(Nt(hl,fl),La):La}function It(La){let hl=ae(188);return hl.members=me(La),hl.transformFlags=1,hl}function zt(La,hl){return La.members!==hl?J(It(hl),La):La}function Yn(La){let hl=I(189);return hl.elementType=yl().parenthesizeNonArrayTypeOfPostfixType(La),hl.transformFlags=1,hl}function Ai(La,hl){return La.elementType!==hl?J(Yn(hl),La):La}function pn(La){let hl=I(190);return hl.elements=me(yl().parenthesizeElementTypesOfTupleType(La)),hl.transformFlags=1,hl}function Y(La,hl){return La.elements!==hl?J(pn(hl),La):La}function le(La,hl,fl,yl){let Pl=ae(203);return Pl.dotDotDotToken=La,Pl.name=hl,Pl.questionToken=fl,Pl.type=yl,Pl.transformFlags=1,Pl.jsDoc=void 0,Pl}function Ve(La,hl,fl,yl,Pl){return La.dotDotDotToken!==hl||La.name!==fl||La.questionToken!==yl||La.type!==Pl?J(le(hl,fl,yl,Pl),La):La}function Te(La){let hl=I(191);return hl.type=yl().parenthesizeTypeOfOptionalType(La),hl.transformFlags=1,hl}function j(La,hl){return La.type!==hl?J(Te(hl),La):La}function yt(La){let hl=I(192);return hl.type=La,hl.transformFlags=1,hl}function wt(La,hl){return La.type!==hl?J(yt(hl),La):La}function Rt(La,hl,fl){let yl=I(La);return yl.types=eA.createNodeArray(fl(hl)),yl.transformFlags=1,yl}function fn(La,hl,fl){return La.types!==hl?J(Rt(La.kind,hl,fl),La):La}function Gl(La){return Rt(193,La,yl().parenthesizeConstituentTypesOfUnionType)}function M_(La,hl){return fn(La,hl,yl().parenthesizeConstituentTypesOfUnionType)}function Ur(La){return Rt(194,La,yl().parenthesizeConstituentTypesOfIntersectionType)}function Je(La,hl){return fn(La,hl,yl().parenthesizeConstituentTypesOfIntersectionType)}function ft(La,hl,fl,Pl){let Ul=I(195);return Ul.checkType=yl().parenthesizeCheckTypeOfConditionalType(La),Ul.extendsType=yl().parenthesizeExtendsTypeOfConditionalType(hl),Ul.trueType=fl,Ul.falseType=Pl,Ul.transformFlags=1,Ul.locals=void 0,Ul.nextContainer=void 0,Ul}function Yl(La,hl,fl,yl,Pl){return La.checkType!==hl||La.extendsType!==fl||La.trueType!==yl||La.falseType!==Pl?J(ft(hl,fl,yl,Pl),La):La}function Hn(La){let hl=I(196);return hl.typeParameter=La,hl.transformFlags=1,hl}function Hl(La,hl){return La.typeParameter!==hl?J(Hn(hl),La):La}function Gt(La,hl){let fl=I(204);return fl.head=La,fl.templateSpans=me(hl),fl.transformFlags=1,fl}function Xl(La,hl,fl){return La.head!==hl||La.templateSpans!==fl?J(Gt(hl,fl),La):La}function cr(La,hl,fl,Pl,Ul=!1){let Gd=I(206);return Gd.argument=La,Gd.attributes=hl,Gd.assertions&&Gd.assertions.assertClause&&Gd.attributes&&(Gd.assertions.assertClause=Gd.attributes),Gd.qualifier=fl,Gd.typeArguments=Pl&&yl().parenthesizeTypeArguments(Pl),Gd.isTypeOf=Ul,Gd.transformFlags=1,Gd}function ua(La,hl,fl,yl,Pl,Ul=La.isTypeOf){return La.argument!==hl||La.attributes!==fl||La.qualifier!==yl||La.typeArguments!==Pl||La.isTypeOf!==Ul?J(cr(hl,fl,yl,Pl,Ul),La):La}function en(La){let hl=I(197);return hl.type=La,hl.transformFlags=1,hl}function Dt(La,hl){return La.type!==hl?J(en(hl),La):La}function D(){let La=I(198);return La.transformFlags=1,La}function Yt(La,hl){let fl=I(199);return fl.operator=La,fl.type=La===148?yl().parenthesizeOperandOfReadonlyTypeOperator(hl):yl().parenthesizeOperandOfTypeOperator(hl),fl.transformFlags=1,fl}function Br(La,hl){return La.type!==hl?J(Yt(La.operator,hl),La):La}function lr(La,hl){let fl=I(200);return fl.objectType=yl().parenthesizeNonArrayTypeOfPostfixType(La),fl.indexType=hl,fl.transformFlags=1,fl}function as(La,hl,fl){return La.objectType!==hl||La.indexType!==fl?J(lr(hl,fl),La):La}function vt(La,hl,fl,yl,Pl,Ul){let Gd=ae(201);return Gd.readonlyToken=La,Gd.typeParameter=hl,Gd.nameType=fl,Gd.questionToken=yl,Gd.type=Pl,Gd.members=Ul&&me(Ul),Gd.transformFlags=1,Gd.locals=void 0,Gd.nextContainer=void 0,Gd}function Ut(La,hl,fl,yl,Pl,Ul,Gd){return La.readonlyToken!==hl||La.typeParameter!==fl||La.nameType!==yl||La.questionToken!==Pl||La.type!==Ul||La.members!==Gd?J(vt(hl,fl,yl,Pl,Ul,Gd),La):La}function ti(La){let hl=I(202);return hl.literal=La,hl.transformFlags=1,hl}function Sr(La,hl){return La.literal!==hl?J(ti(hl),La):La}function L_(La){let hl=I(207);return hl.elements=me(La),hl.transformFlags|=Ce(hl.elements)|1024|524288,hl.transformFlags&32768&&(hl.transformFlags|=65664),hl}function $l(La,hl){return La.elements!==hl?J(L_(hl),La):La}function qr(La){let hl=I(208);return hl.elements=me(La),hl.transformFlags|=Ce(hl.elements)|1024|524288,hl}function Ql(La,hl){return La.elements!==hl?J(qr(hl),La):La}function pa(La,hl,fl,yl){let Pl=ae(209);return Pl.dotDotDotToken=La,Pl.propertyName=nt(hl),Pl.name=nt(fl),Pl.initializer=Vi(yl),Pl.transformFlags|=z(Pl.dotDotDotToken)|Rn(Pl.propertyName)|Rn(Pl.name)|z(Pl.initializer)|(Pl.dotDotDotToken?32768:0)|1024,Pl.flowNode=void 0,Pl}function ni(La,hl,fl,yl,Pl){return La.propertyName!==fl||La.dotDotDotToken!==hl||La.name!==yl||La.initializer!==Pl?J(pa(hl,fl,yl,Pl),La):La}function ss(La,hl){let fl=I(210),Pl=La&&Va(La),Ul=me(La,Pl&&K1(Pl)?!0:void 0);return fl.elements=yl().parenthesizeExpressionsOfCommaDelimitedList(Ul),fl.multiLine=hl,fl.transformFlags|=Ce(fl.elements),fl}function j_(La,hl){return La.elements!==hl?J(ss(hl,La.multiLine),La):La}function Ci(La,hl){let fl=ae(211);return fl.properties=me(La),fl.multiLine=hl,fl.transformFlags|=Ce(fl.properties),fl.jsDoc=void 0,fl}function Kl(La,hl){return La.properties!==hl?J(Ci(hl,La.multiLine),La):La}function J_(La,hl,fl){let yl=ae(212);return yl.expression=La,yl.questionDotToken=hl,yl.name=fl,yl.transformFlags=z(yl.expression)|z(yl.questionDotToken)|(et(yl.name)?qa(yl.name):z(yl.name)|536870912),yl.jsDoc=void 0,yl.flowNode=void 0,yl}function ur(La,hl){let fl=J_(yl().parenthesizeLeftSideOfAccess(La,!1),void 0,nt(hl));return Op(La)&&(fl.transformFlags|=384),fl}function Zl(La,hl,fl){return Kg(La)?fa(La,hl,La.questionDotToken,Pr(fl,et)):La.expression!==hl||La.name!==fl?J(ur(hl,fl),La):La}function Di(La,hl,fl){let Pl=J_(yl().parenthesizeLeftSideOfAccess(La,!0),hl,nt(fl));return Pl.flags|=64,Pl.transformFlags|=32,Pl}function fa(La,hl,fl,yl){return _m.assert(!!(La.flags&64),"Cannot update a PropertyAccessExpression using updatePropertyAccessChain. Use updatePropertyAccess instead."),La.expression!==hl||La.questionDotToken!==fl||La.name!==yl?J(Di(hl,fl,yl),La):La}function R_(La,hl,fl){let yl=ae(213);return yl.expression=La,yl.questionDotToken=hl,yl.argumentExpression=fl,yl.transformFlags|=z(yl.expression)|z(yl.questionDotToken)|z(yl.argumentExpression),yl.jsDoc=void 0,yl.flowNode=void 0,yl}function Pi(La,hl){let fl=R_(yl().parenthesizeLeftSideOfAccess(La,!1),void 0,Cr(hl));return Op(La)&&(fl.transformFlags|=384),fl}function eu(La,hl,fl){return Zg(La)?_s(La,hl,La.questionDotToken,fl):La.expression!==hl||La.argumentExpression!==fl?J(Pi(hl,fl),La):La}function U_(La,hl,fl){let Pl=R_(yl().parenthesizeLeftSideOfAccess(La,!0),hl,Cr(fl));return Pl.flags|=64,Pl.transformFlags|=32,Pl}function _s(La,hl,fl,yl){return _m.assert(!!(La.flags&64),"Cannot update a ElementAccessExpression using updateElementAccessChain. Use updateElementAccess instead."),La.expression!==hl||La.questionDotToken!==fl||La.argumentExpression!==yl?J(U_(hl,fl,yl),La):La}function B_(La,hl,fl,yl){let Pl=ae(214);return Pl.expression=La,Pl.questionDotToken=hl,Pl.typeArguments=fl,Pl.arguments=yl,Pl.transformFlags|=z(Pl.expression)|z(Pl.questionDotToken)|Ce(Pl.typeArguments)|Ce(Pl.arguments),Pl.typeArguments&&(Pl.transformFlags|=1),Vd(Pl.expression)&&(Pl.transformFlags|=16384),Pl}function Ni(La,hl,fl){let Pl=B_(yl().parenthesizeLeftSideOfAccess(La,!1),void 0,Ie(hl),yl().parenthesizeExpressionsOfCommaDelimitedList(me(fl)));return av(Pl.expression)&&(Pl.transformFlags|=8388608),Pl}function da(La,hl,fl,yl){return Jd(La)?q_(La,hl,La.questionDotToken,fl,yl):La.expression!==hl||La.typeArguments!==fl||La.arguments!==yl?J(Ni(hl,fl,yl),La):La}function os(La,hl,fl,Pl){let Ul=B_(yl().parenthesizeLeftSideOfAccess(La,!0),hl,Ie(fl),yl().parenthesizeExpressionsOfCommaDelimitedList(me(Pl)));return Ul.flags|=64,Ul.transformFlags|=32,Ul}function q_(La,hl,fl,yl,Pl){return _m.assert(!!(La.flags&64),"Cannot update a CallExpression using updateCallChain. Use updateCall instead."),La.expression!==hl||La.questionDotToken!==fl||La.typeArguments!==yl||La.arguments!==Pl?J(os(hl,fl,yl,Pl),La):La}function Tn(La,hl,fl){let Pl=ae(215);return Pl.expression=yl().parenthesizeExpressionOfNew(La),Pl.typeArguments=Ie(hl),Pl.arguments=fl?yl().parenthesizeExpressionsOfCommaDelimitedList(fl):void 0,Pl.transformFlags|=z(Pl.expression)|Ce(Pl.typeArguments)|Ce(Pl.arguments)|32,Pl.typeArguments&&(Pl.transformFlags|=1),Pl}function cs(La,hl,fl,yl){return La.expression!==hl||La.typeArguments!==fl||La.arguments!==yl?J(Tn(hl,fl,yl),La):La}function ma(La,hl,fl){let Pl=I(216);return Pl.tag=yl().parenthesizeLeftSideOfAccess(La,!1),Pl.typeArguments=Ie(hl),Pl.template=fl,Pl.transformFlags|=z(Pl.tag)|Ce(Pl.typeArguments)|z(Pl.template)|1024,Pl.typeArguments&&(Pl.transformFlags|=1),rb(Pl.template)&&(Pl.transformFlags|=128),Pl}function F_(La,hl,fl,yl){return La.tag!==hl||La.typeArguments!==fl||La.template!==yl?J(ma(hl,fl,yl),La):La}function z_(La,hl){let fl=I(217);return fl.expression=yl().parenthesizeOperandOfPrefixUnary(hl),fl.type=La,fl.transformFlags|=z(fl.expression)|z(fl.type)|1,fl}function V_(La,hl,fl){return La.type!==hl||La.expression!==fl?J(z_(hl,fl),La):La}function ls(La){let hl=I(218);return hl.expression=La,hl.transformFlags=z(hl.expression),hl.jsDoc=void 0,hl}function W_(La,hl){return La.expression!==hl?J(ls(hl),La):La}function us(La,hl,fl,yl,Pl,Ul,Gd){let af=ae(219);af.modifiers=Ie(La),af.asteriskToken=hl,af.name=nt(fl),af.typeParameters=Ie(yl),af.parameters=me(Pl),af.type=Ul,af.body=Gd;let n_=Un(af.modifiers)&1024,i_=!!af.asteriskToken,p_=n_&&i_;return af.transformFlags=Ce(af.modifiers)|z(af.asteriskToken)|Rn(af.name)|Ce(af.typeParameters)|Ce(af.parameters)|z(af.type)|z(af.body)&-67108865|(p_?128:n_?256:i_?2048:0)|(af.typeParameters||af.type?1:0)|4194304,af.typeArguments=void 0,af.jsDoc=void 0,af.locals=void 0,af.nextContainer=void 0,af.flowNode=void 0,af.endFlowNode=void 0,af.returnFlowNode=void 0,af}function G_(La,hl,fl,yl,Pl,Ul,Gd,af){return La.name!==yl||La.modifiers!==hl||La.asteriskToken!==fl||La.typeParameters!==Pl||La.parameters!==Ul||La.type!==Gd||La.body!==af?Le(us(hl,fl,yl,Pl,Ul,Gd,af),La):La}function ps(La,hl,fl,Pl,Ul,Gd){let af=ae(220);af.modifiers=Ie(La),af.typeParameters=Ie(hl),af.parameters=me(fl),af.type=Pl,af.equalsGreaterThanToken=Ul??ct(39),af.body=yl().parenthesizeConciseBodyOfArrowFunction(Gd);let n_=Un(af.modifiers)&1024;return af.transformFlags=Ce(af.modifiers)|Ce(af.typeParameters)|Ce(af.parameters)|z(af.type)|z(af.equalsGreaterThanToken)|z(af.body)&-67108865|(af.typeParameters||af.type?1:0)|(n_?16640:0)|1024,af.typeArguments=void 0,af.jsDoc=void 0,af.locals=void 0,af.nextContainer=void 0,af.flowNode=void 0,af.endFlowNode=void 0,af.returnFlowNode=void 0,af}function Y_(La,hl,fl,yl,Pl,Ul,Gd){return La.modifiers!==hl||La.typeParameters!==fl||La.parameters!==yl||La.type!==Pl||La.equalsGreaterThanToken!==Ul||La.body!==Gd?Le(ps(hl,fl,yl,Pl,Ul,Gd),La):La}function H_(La){let hl=I(221);return hl.expression=yl().parenthesizeOperandOfPrefixUnary(La),hl.transformFlags|=z(hl.expression),hl}function X_(La,hl){return La.expression!==hl?J(H_(hl),La):La}function ha(La){let hl=I(222);return hl.expression=yl().parenthesizeOperandOfPrefixUnary(La),hl.transformFlags|=z(hl.expression),hl}function dn(La,hl){return La.expression!==hl?J(ha(hl),La):La}function fs(La){let hl=I(223);return hl.expression=yl().parenthesizeOperandOfPrefixUnary(La),hl.transformFlags|=z(hl.expression),hl}function pr(La,hl){return La.expression!==hl?J(fs(hl),La):La}function $_(La){let hl=I(224);return hl.expression=yl().parenthesizeOperandOfPrefixUnary(La),hl.transformFlags|=z(hl.expression)|256|128|2097152,hl}function Fr(La,hl){return La.expression!==hl?J($_(hl),La):La}function zr(La,hl){let fl=I(225);return fl.operator=La,fl.operand=yl().parenthesizeOperandOfPrefixUnary(hl),fl.transformFlags|=z(fl.operand),(La===46||La===47)&&et(fl.operand)&&!za(fl.operand)&&!tm(fl.operand)&&(fl.transformFlags|=268435456),fl}function tu(La,hl){return La.operand!==hl?J(zr(La.operator,hl),La):La}function ri(La,hl){let fl=I(226);return fl.operator=hl,fl.operand=yl().parenthesizeOperandOfPostfixUnary(La),fl.transformFlags|=z(fl.operand),et(fl.operand)&&!za(fl.operand)&&!tm(fl.operand)&&(fl.transformFlags|=268435456),fl}function nu(La,hl){return La.operand!==hl?J(ri(hl,La.operator),La):La}function ya(La,hl,fl){let Pl=ae(227),Ul=vp(hl),Gd=Ul.kind;return Pl.left=yl().parenthesizeLeftSideOfBinary(Gd,La),Pl.operatorToken=Ul,Pl.right=yl().parenthesizeRightSideOfBinary(Gd,Pl.left,fl),Pl.transformFlags|=z(Pl.left)|z(Pl.operatorToken)|z(Pl.right),Gd===61?Pl.transformFlags|=32:Gd===64?Uf(Pl.left)?Pl.transformFlags|=5248|Q_(Pl.left):H1(Pl.left)&&(Pl.transformFlags|=5120|Q_(Pl.left)):Gd===43||Gd===68?Pl.transformFlags|=512:db(Gd)&&(Pl.transformFlags|=16),Gd===103&&xi(Pl.left)&&(Pl.transformFlags|=536870912),Pl.jsDoc=void 0,Pl}function Q_(La){return dh(La)?65536:0}function ru(La,hl,fl,yl){return La.left!==hl||La.operatorToken!==fl||La.right!==yl?J(ya(hl,fl,yl),La):La}function K_(La,hl,fl,Pl,Ul){let Gd=I(228);return Gd.condition=yl().parenthesizeConditionOfConditionalExpression(La),Gd.questionToken=hl??ct(58),Gd.whenTrue=yl().parenthesizeBranchOfConditionalExpression(fl),Gd.colonToken=Pl??ct(59),Gd.whenFalse=yl().parenthesizeBranchOfConditionalExpression(Ul),Gd.transformFlags|=z(Gd.condition)|z(Gd.questionToken)|z(Gd.whenTrue)|z(Gd.colonToken)|z(Gd.whenFalse),Gd.flowNodeWhenFalse=void 0,Gd.flowNodeWhenTrue=void 0,Gd}function Z_(La,hl,fl,yl,Pl,Ul){return La.condition!==hl||La.questionToken!==fl||La.whenTrue!==yl||La.colonToken!==Pl||La.whenFalse!==Ul?J(K_(hl,fl,yl,Pl,Ul),La):La}function eo(La,hl){let fl=I(229);return fl.head=La,fl.templateSpans=me(hl),fl.transformFlags|=z(fl.head)|Ce(fl.templateSpans)|1024,fl}function Xn(La,hl,fl){return La.head!==hl||La.templateSpans!==fl?J(eo(hl,fl),La):La}function Ii(La,hl,fl,yl=0){_m.assert(!(yl&-7177),"Unsupported template flags.");let Pl;if(fl!==void 0&&fl!==hl&&(Pl=$b(La,fl),typeof Pl=="object"))return _m.fail("Invalid raw text");if(hl===void 0){if(Pl===void 0)return _m.fail("Arguments 'text' and 'rawText' may not both be undefined.");hl=Pl}else Pl!==void 0&&_m.assert(hl===Pl,"Expected argument 'text' to be the normalized (i.e. 'cooked') version of argument 'rawText'.");return hl}function to(La){let hl=1024;return La&&(hl|=128),hl}function iu(La,hl,fl,yl){let Pl=Zt(La);return Pl.text=hl,Pl.rawText=fl,Pl.templateFlags=yl&7176,Pl.transformFlags=to(Pl.templateFlags),Pl}function ii(La,hl,fl,yl){let Pl=ae(La);return Pl.text=hl,Pl.rawText=fl,Pl.templateFlags=yl&7176,Pl.transformFlags=to(Pl.templateFlags),Pl}function ai(La,hl,fl,yl){return La===15?ii(La,hl,fl,yl):iu(La,hl,fl,yl)}function no(La,hl,fl){return La=Ii(16,La,hl,fl),ai(16,La,hl,fl)}function ga(La,hl,fl){return La=Ii(16,La,hl,fl),ai(17,La,hl,fl)}function ds(La,hl,fl){return La=Ii(16,La,hl,fl),ai(18,La,hl,fl)}function au(La,hl,fl){return La=Ii(16,La,hl,fl),ii(15,La,hl,fl)}function ms(La,hl){_m.assert(!La||!!hl,"A `YieldExpression` with an asteriskToken must have an expression.");let fl=I(230);return fl.expression=hl&&yl().parenthesizeExpressionForDisallowedComma(hl),fl.asteriskToken=La,fl.transformFlags|=z(fl.expression)|z(fl.asteriskToken)|1024|128|1048576,fl}function su(La,hl,fl){return La.expression!==fl||La.asteriskToken!==hl?J(ms(hl,fl),La):La}function ro(La){let hl=I(231);return hl.expression=yl().parenthesizeExpressionForDisallowedComma(La),hl.transformFlags|=z(hl.expression)|1024|32768,hl}function _u(La,hl){return La.expression!==hl?J(ro(hl),La):La}function io(La,hl,fl,yl,Pl){let Ul=ae(232);return Ul.modifiers=Ie(La),Ul.name=nt(hl),Ul.typeParameters=Ie(fl),Ul.heritageClauses=Ie(yl),Ul.members=me(Pl),Ul.transformFlags|=Ce(Ul.modifiers)|Rn(Ul.name)|Ce(Ul.typeParameters)|Ce(Ul.heritageClauses)|Ce(Ul.members)|(Ul.typeParameters?1:0)|1024,Ul.jsDoc=void 0,Ul}function hs(La,hl,fl,yl,Pl,Ul){return La.modifiers!==hl||La.name!==fl||La.typeParameters!==yl||La.heritageClauses!==Pl||La.members!==Ul?J(io(hl,fl,yl,Pl,Ul),La):La}function ys(){return I(233)}function ao(La,hl){let fl=I(234);return fl.expression=yl().parenthesizeLeftSideOfAccess(La,!1),fl.typeArguments=hl&&yl().parenthesizeTypeArguments(hl),fl.transformFlags|=z(fl.expression)|Ce(fl.typeArguments)|1024,fl}function so(La,hl,fl){return La.expression!==hl||La.typeArguments!==fl?J(ao(hl,fl),La):La}function mn(La,hl){let fl=I(235);return fl.expression=La,fl.type=hl,fl.transformFlags|=z(fl.expression)|z(fl.type)|1,fl}function ba(La,hl,fl){return La.expression!==hl||La.type!==fl?J(mn(hl,fl),La):La}function _o(La){let hl=I(236);return hl.expression=yl().parenthesizeLeftSideOfAccess(La,!1),hl.transformFlags|=z(hl.expression)|1,hl}function oo(La,hl){return e2(La)?Ln(La,hl):La.expression!==hl?J(_o(hl),La):La}function gs(La,hl){let fl=I(239);return fl.expression=La,fl.type=hl,fl.transformFlags|=z(fl.expression)|z(fl.type)|1,fl}function co(La,hl,fl){return La.expression!==hl||La.type!==fl?J(gs(hl,fl),La):La}function bs(La){let hl=I(236);return hl.flags|=64,hl.expression=yl().parenthesizeLeftSideOfAccess(La,!0),hl.transformFlags|=z(hl.expression)|1,hl}function Ln(La,hl){return _m.assert(!!(La.flags&64),"Cannot update a NonNullExpression using updateNonNullChain. Use updateNonNullExpression instead."),La.expression!==hl?J(bs(hl),La):La}function lo(La,hl){let fl=I(237);switch(fl.keywordToken=La,fl.name=hl,fl.transformFlags|=z(fl.name),La){case 105:fl.transformFlags|=1024;break;case 102:fl.transformFlags|=32;break;default:return _m.assertNever(La)}return fl.flowNode=void 0,fl}function vs(La,hl){return La.name!==hl?J(lo(La.keywordToken,hl),La):La}function $n(La,hl){let fl=I(240);return fl.expression=La,fl.literal=hl,fl.transformFlags|=z(fl.expression)|z(fl.literal)|1024,fl}function va(La,hl,fl){return La.expression!==hl||La.literal!==fl?J($n(hl,fl),La):La}function uo(){let La=I(241);return La.transformFlags|=1024,La}function Vr(La,hl){let fl=I(242);return fl.statements=me(La),fl.multiLine=hl,fl.transformFlags|=Ce(fl.statements),fl.jsDoc=void 0,fl.locals=void 0,fl.nextContainer=void 0,fl}function ou(La,hl){return La.statements!==hl?J(Vr(hl,La.multiLine),La):La}function xs(La,hl){let fl=I(244);return fl.modifiers=Ie(La),fl.declarationList=Kr(hl)?As(hl):hl,fl.transformFlags|=Ce(fl.modifiers)|z(fl.declarationList),Un(fl.modifiers)&128&&(fl.transformFlags=1),fl.jsDoc=void 0,fl.flowNode=void 0,fl}function po(La,hl,fl){return La.modifiers!==hl||La.declarationList!==fl?J(xs(hl,fl),La):La}function fo(){let La=I(243);return La.jsDoc=void 0,La}function Oi(La){let hl=I(245);return hl.expression=yl().parenthesizeExpressionOfExpressionStatement(La),hl.transformFlags|=z(hl.expression),hl.jsDoc=void 0,hl.flowNode=void 0,hl}function mo(La,hl){return La.expression!==hl?J(Oi(hl),La):La}function ho(La,hl,fl){let yl=I(246);return yl.expression=La,yl.thenStatement=Qn(hl),yl.elseStatement=Qn(fl),yl.transformFlags|=z(yl.expression)|z(yl.thenStatement)|z(yl.elseStatement),yl.jsDoc=void 0,yl.flowNode=void 0,yl}function yo(La,hl,fl,yl){return La.expression!==hl||La.thenStatement!==fl||La.elseStatement!==yl?J(ho(hl,fl,yl),La):La}function go(La,hl){let fl=I(247);return fl.statement=Qn(La),fl.expression=hl,fl.transformFlags|=z(fl.statement)|z(fl.expression),fl.jsDoc=void 0,fl.flowNode=void 0,fl}function bo(La,hl,fl){return La.statement!==hl||La.expression!==fl?J(go(hl,fl),La):La}function vo(La,hl){let fl=I(248);return fl.expression=La,fl.statement=Qn(hl),fl.transformFlags|=z(fl.expression)|z(fl.statement),fl.jsDoc=void 0,fl.flowNode=void 0,fl}function cu(La,hl,fl){return La.expression!==hl||La.statement!==fl?J(vo(hl,fl),La):La}function xo(La,hl,fl,yl){let Pl=I(249);return Pl.initializer=La,Pl.condition=hl,Pl.incrementor=fl,Pl.statement=Qn(yl),Pl.transformFlags|=z(Pl.initializer)|z(Pl.condition)|z(Pl.incrementor)|z(Pl.statement),Pl.jsDoc=void 0,Pl.locals=void 0,Pl.nextContainer=void 0,Pl.flowNode=void 0,Pl}function To(La,hl,fl,yl,Pl){return La.initializer!==hl||La.condition!==fl||La.incrementor!==yl||La.statement!==Pl?J(xo(hl,fl,yl,Pl),La):La}function Ts(La,hl,fl){let yl=I(250);return yl.initializer=La,yl.expression=hl,yl.statement=Qn(fl),yl.transformFlags|=z(yl.initializer)|z(yl.expression)|z(yl.statement),yl.jsDoc=void 0,yl.locals=void 0,yl.nextContainer=void 0,yl.flowNode=void 0,yl}function lu(La,hl,fl,yl){return La.initializer!==hl||La.expression!==fl||La.statement!==yl?J(Ts(hl,fl,yl),La):La}function So(La,hl,fl,Pl){let Ul=I(251);return Ul.awaitModifier=La,Ul.initializer=hl,Ul.expression=yl().parenthesizeExpressionForDisallowedComma(fl),Ul.statement=Qn(Pl),Ul.transformFlags|=z(Ul.awaitModifier)|z(Ul.initializer)|z(Ul.expression)|z(Ul.statement)|1024,La&&(Ul.transformFlags|=128),Ul.jsDoc=void 0,Ul.locals=void 0,Ul.nextContainer=void 0,Ul.flowNode=void 0,Ul}function uu(La,hl,fl,yl,Pl){return La.awaitModifier!==hl||La.initializer!==fl||La.expression!==yl||La.statement!==Pl?J(So(hl,fl,yl,Pl),La):La}function wo(La){let hl=I(252);return hl.label=nt(La),hl.transformFlags|=z(hl.label)|4194304,hl.jsDoc=void 0,hl.flowNode=void 0,hl}function pu(La,hl){return La.label!==hl?J(wo(hl),La):La}function Ss(La){let hl=I(253);return hl.label=nt(La),hl.transformFlags|=z(hl.label)|4194304,hl.jsDoc=void 0,hl.flowNode=void 0,hl}function ko(La,hl){return La.label!==hl?J(Ss(hl),La):La}function ws(La){let hl=I(254);return hl.expression=La,hl.transformFlags|=z(hl.expression)|128|4194304,hl.jsDoc=void 0,hl.flowNode=void 0,hl}function fu(La,hl){return La.expression!==hl?J(ws(hl),La):La}function ks(La,hl){let fl=I(255);return fl.expression=La,fl.statement=Qn(hl),fl.transformFlags|=z(fl.expression)|z(fl.statement),fl.jsDoc=void 0,fl.flowNode=void 0,fl}function Eo(La,hl,fl){return La.expression!==hl||La.statement!==fl?J(ks(hl,fl),La):La}function Es(La,hl){let fl=I(256);return fl.expression=yl().parenthesizeExpressionForDisallowedComma(La),fl.caseBlock=hl,fl.transformFlags|=z(fl.expression)|z(fl.caseBlock),fl.jsDoc=void 0,fl.flowNode=void 0,fl.possiblyExhaustive=!1,fl}function si(La,hl,fl){return La.expression!==hl||La.caseBlock!==fl?J(Es(hl,fl),La):La}function Ao(La,hl){let fl=I(257);return fl.label=nt(La),fl.statement=Qn(hl),fl.transformFlags|=z(fl.label)|z(fl.statement),fl.jsDoc=void 0,fl.flowNode=void 0,fl}function Co(La,hl,fl){return La.label!==hl||La.statement!==fl?J(Ao(hl,fl),La):La}function Do(La){let hl=I(258);return hl.expression=La,hl.transformFlags|=z(hl.expression),hl.jsDoc=void 0,hl.flowNode=void 0,hl}function du(La,hl){return La.expression!==hl?J(Do(hl),La):La}function Po(La,hl,fl){let yl=I(259);return yl.tryBlock=La,yl.catchClause=hl,yl.finallyBlock=fl,yl.transformFlags|=z(yl.tryBlock)|z(yl.catchClause)|z(yl.finallyBlock),yl.jsDoc=void 0,yl.flowNode=void 0,yl}function mu(La,hl,fl,yl){return La.tryBlock!==hl||La.catchClause!==fl||La.finallyBlock!==yl?J(Po(hl,fl,yl),La):La}function No(){let La=I(260);return La.jsDoc=void 0,La.flowNode=void 0,La}function xa(La,hl,fl,yl){let Pl=ae(261);return Pl.name=nt(La),Pl.exclamationToken=hl,Pl.type=fl,Pl.initializer=Vi(yl),Pl.transformFlags|=Rn(Pl.name)|z(Pl.initializer)|(Pl.exclamationToken??Pl.type?1:0),Pl.jsDoc=void 0,Pl}function Io(La,hl,fl,yl,Pl){return La.name!==hl||La.type!==yl||La.exclamationToken!==fl||La.initializer!==Pl?J(xa(hl,fl,yl,Pl),La):La}function As(La,hl=0){let fl=I(262);return fl.flags|=hl&7,fl.declarations=me(La),fl.transformFlags|=Ce(fl.declarations)|4194304,hl&7&&(fl.transformFlags|=263168),hl&4&&(fl.transformFlags|=4),fl}function hu(La,hl){return La.declarations!==hl?J(As(hl,La.flags),La):La}function Oo(La,hl,fl,yl,Pl,Ul,Gd){let af=ae(263);if(af.modifiers=Ie(La),af.asteriskToken=hl,af.name=nt(fl),af.typeParameters=Ie(yl),af.parameters=me(Pl),af.type=Ul,af.body=Gd,!af.body||Un(af.modifiers)&128)af.transformFlags=1;else{let La=Un(af.modifiers)&1024,hl=!!af.asteriskToken,fl=La&&hl;af.transformFlags=Ce(af.modifiers)|z(af.asteriskToken)|Rn(af.name)|Ce(af.typeParameters)|Ce(af.parameters)|z(af.type)|z(af.body)&-67108865|(fl?128:La?256:hl?2048:0)|(af.typeParameters||af.type?1:0)|4194304}return af.typeArguments=void 0,af.jsDoc=void 0,af.locals=void 0,af.nextContainer=void 0,af.endFlowNode=void 0,af.returnFlowNode=void 0,af}function Cs(La,hl,fl,yl,Pl,Ul,Gd,af){return La.modifiers!==hl||La.asteriskToken!==fl||La.name!==yl||La.typeParameters!==Pl||La.parameters!==Ul||La.type!==Gd||La.body!==af?yu(Oo(hl,fl,yl,Pl,Ul,Gd,af),La):La}function yu(La,hl){return La!==hl&&La.modifiers===hl.modifiers&&(La.modifiers=hl.modifiers),Le(La,hl)}function Mo(La,hl,fl,yl,Pl){let Ul=ae(264);return Ul.modifiers=Ie(La),Ul.name=nt(hl),Ul.typeParameters=Ie(fl),Ul.heritageClauses=Ie(yl),Ul.members=me(Pl),Un(Ul.modifiers)&128?Ul.transformFlags=1:(Ul.transformFlags|=Ce(Ul.modifiers)|Rn(Ul.name)|Ce(Ul.typeParameters)|Ce(Ul.heritageClauses)|Ce(Ul.members)|(Ul.typeParameters?1:0)|1024,Ul.transformFlags&8192&&(Ul.transformFlags|=1)),Ul.jsDoc=void 0,Ul}function Ta(La,hl,fl,yl,Pl,Ul){return La.modifiers!==hl||La.name!==fl||La.typeParameters!==yl||La.heritageClauses!==Pl||La.members!==Ul?J(Mo(hl,fl,yl,Pl,Ul),La):La}function Lo(La,hl,fl,yl,Pl){let Ul=ae(265);return Ul.modifiers=Ie(La),Ul.name=nt(hl),Ul.typeParameters=Ie(fl),Ul.heritageClauses=Ie(yl),Ul.members=me(Pl),Ul.transformFlags=1,Ul.jsDoc=void 0,Ul}function jo(La,hl,fl,yl,Pl,Ul){return La.modifiers!==hl||La.name!==fl||La.typeParameters!==yl||La.heritageClauses!==Pl||La.members!==Ul?J(Lo(hl,fl,yl,Pl,Ul),La):La}function ot(La,hl,fl,yl){let Pl=ae(266);return Pl.modifiers=Ie(La),Pl.name=nt(hl),Pl.typeParameters=Ie(fl),Pl.type=yl,Pl.transformFlags=1,Pl.jsDoc=void 0,Pl.locals=void 0,Pl.nextContainer=void 0,Pl}function wr(La,hl,fl,yl,Pl){return La.modifiers!==hl||La.name!==fl||La.typeParameters!==yl||La.type!==Pl?J(ot(hl,fl,yl,Pl),La):La}function Ds(La,hl,fl){let yl=ae(267);return yl.modifiers=Ie(La),yl.name=nt(hl),yl.members=me(fl),yl.transformFlags|=Ce(yl.modifiers)|z(yl.name)|Ce(yl.members)|1,yl.transformFlags&=-67108865,yl.jsDoc=void 0,yl}function kr(La,hl,fl,yl){return La.modifiers!==hl||La.name!==fl||La.members!==yl?J(Ds(hl,fl,yl),La):La}function Jo(La,hl,fl,yl=0){let Pl=ae(268);return Pl.modifiers=Ie(La),Pl.flags|=yl&2088,Pl.name=hl,Pl.body=fl,Un(Pl.modifiers)&128?Pl.transformFlags=1:Pl.transformFlags|=Ce(Pl.modifiers)|z(Pl.name)|z(Pl.body)|1,Pl.transformFlags&=-67108865,Pl.jsDoc=void 0,Pl.locals=void 0,Pl.nextContainer=void 0,Pl}function At(La,hl,fl,yl){return La.modifiers!==hl||La.name!==fl||La.body!==yl?J(Jo(hl,fl,yl,La.flags),La):La}function Er(La){let hl=I(269);return hl.statements=me(La),hl.transformFlags|=Ce(hl.statements),hl.jsDoc=void 0,hl}function Vt(La,hl){return La.statements!==hl?J(Er(hl),La):La}function Ro(La){let hl=I(270);return hl.clauses=me(La),hl.transformFlags|=Ce(hl.clauses),hl.locals=void 0,hl.nextContainer=void 0,hl}function gu(La,hl){return La.clauses!==hl?J(Ro(hl),La):La}function Uo(La){let hl=ae(271);return hl.name=nt(La),hl.transformFlags|=qa(hl.name)|1,hl.modifiers=void 0,hl.jsDoc=void 0,hl}function Bo(La,hl){return La.name!==hl?bu(Uo(hl),La):La}function bu(La,hl){return La!==hl&&(La.modifiers=hl.modifiers),J(La,hl)}function qo(La,hl,fl,yl){let Pl=ae(272);return Pl.modifiers=Ie(La),Pl.name=nt(fl),Pl.isTypeOnly=hl,Pl.moduleReference=yl,Pl.transformFlags|=Ce(Pl.modifiers)|qa(Pl.name)|z(Pl.moduleReference),Xf(Pl.moduleReference)||(Pl.transformFlags|=1),Pl.transformFlags&=-67108865,Pl.jsDoc=void 0,Pl}function Fo(La,hl,fl,yl,Pl){return La.modifiers!==hl||La.isTypeOnly!==fl||La.name!==yl||La.moduleReference!==Pl?J(qo(hl,fl,yl,Pl),La):La}function zo(La,hl,fl,yl){let Pl=I(273);return Pl.modifiers=Ie(La),Pl.importClause=hl,Pl.moduleSpecifier=fl,Pl.attributes=Pl.assertClause=yl,Pl.transformFlags|=z(Pl.importClause)|z(Pl.moduleSpecifier),Pl.transformFlags&=-67108865,Pl.jsDoc=void 0,Pl}function Vo(La,hl,fl,yl,Pl){return La.modifiers!==hl||La.importClause!==fl||La.moduleSpecifier!==yl||La.attributes!==Pl?J(zo(hl,fl,yl,Pl),La):La}function Wo(La,hl,fl){let yl=ae(274);return typeof La=="boolean"&&(La=La?156:void 0),yl.isTypeOnly=La===156,yl.phaseModifier=La,yl.name=hl,yl.namedBindings=fl,yl.transformFlags|=z(yl.name)|z(yl.namedBindings),La===156&&(yl.transformFlags|=1),yl.transformFlags&=-67108865,yl}function Go(La,hl,fl,yl){return typeof hl=="boolean"&&(hl=hl?156:void 0),La.phaseModifier!==hl||La.name!==fl||La.namedBindings!==yl?J(Wo(hl,fl,yl),La):La}function Ps(La,hl){let fl=I(301);return fl.elements=me(La),fl.multiLine=hl,fl.token=132,fl.transformFlags|=4,fl}function vu(La,hl,fl){return La.elements!==hl||La.multiLine!==fl?J(Ps(hl,fl),La):La}function Mi(La,hl){let fl=I(302);return fl.name=La,fl.value=hl,fl.transformFlags|=4,fl}function Yo(La,hl,fl){return La.name!==hl||La.value!==fl?J(Mi(hl,fl),La):La}function Ns(La,hl){let fl=I(303);return fl.assertClause=La,fl.multiLine=hl,fl}function Ho(La,hl,fl){return La.assertClause!==hl||La.multiLine!==fl?J(Ns(hl,fl),La):La}function Xo(La,hl,fl){let yl=I(301);return yl.token=fl??118,yl.elements=me(La),yl.multiLine=hl,yl.transformFlags|=4,yl}function Is(La,hl,fl){return La.elements!==hl||La.multiLine!==fl?J(Xo(hl,fl,La.token),La):La}function $o(La,hl){let fl=I(302);return fl.name=La,fl.value=hl,fl.transformFlags|=4,fl}function Qo(La,hl,fl){return La.name!==hl||La.value!==fl?J($o(hl,fl),La):La}function Ko(La){let hl=ae(275);return hl.name=La,hl.transformFlags|=z(hl.name),hl.transformFlags&=-67108865,hl}function xu(La,hl){return La.name!==hl?J(Ko(hl),La):La}function Zo(La){let hl=ae(281);return hl.name=La,hl.transformFlags|=z(hl.name)|32,hl.transformFlags&=-67108865,hl}function Tu(La,hl){return La.name!==hl?J(Zo(hl),La):La}function ec(La){let hl=I(276);return hl.elements=me(La),hl.transformFlags|=Ce(hl.elements),hl.transformFlags&=-67108865,hl}function tc(La,hl){return La.elements!==hl?J(ec(hl),La):La}function Ar(La,hl,fl){let yl=ae(277);return yl.isTypeOnly=La,yl.propertyName=hl,yl.name=fl,yl.transformFlags|=z(yl.propertyName)|z(yl.name),yl.transformFlags&=-67108865,yl}function Su(La,hl,fl,yl){return La.isTypeOnly!==hl||La.propertyName!==fl||La.name!==yl?J(Ar(hl,fl,yl),La):La}function Sa(La,hl,fl){let Pl=ae(278);return Pl.modifiers=Ie(La),Pl.isExportEquals=hl,Pl.expression=hl?yl().parenthesizeRightSideOfBinary(64,void 0,fl):yl().parenthesizeExpressionOfExportDefault(fl),Pl.transformFlags|=Ce(Pl.modifiers)|z(Pl.expression),Pl.transformFlags&=-67108865,Pl.jsDoc=void 0,Pl}function Li(La,hl,fl){return La.modifiers!==hl||La.expression!==fl?J(Sa(hl,La.isExportEquals,fl),La):La}function wa(La,hl,fl,yl,Pl){let Ul=ae(279);return Ul.modifiers=Ie(La),Ul.isTypeOnly=hl,Ul.exportClause=fl,Ul.moduleSpecifier=yl,Ul.attributes=Ul.assertClause=Pl,Ul.transformFlags|=Ce(Ul.modifiers)|z(Ul.exportClause)|z(Ul.moduleSpecifier),Ul.transformFlags&=-67108865,Ul.jsDoc=void 0,Ul}function nc(La,hl,fl,yl,Pl,Ul){return La.modifiers!==hl||La.isTypeOnly!==fl||La.exportClause!==yl||La.moduleSpecifier!==Pl||La.attributes!==Ul?ji(wa(hl,fl,yl,Pl,Ul),La):La}function ji(La,hl){return La!==hl&&La.modifiers===hl.modifiers&&(La.modifiers=hl.modifiers),J(La,hl)}function Os(La){let hl=I(280);return hl.elements=me(La),hl.transformFlags|=Ce(hl.elements),hl.transformFlags&=-67108865,hl}function wu(La,hl){return La.elements!==hl?J(Os(hl),La):La}function ka(La,hl,fl){let yl=I(282);return yl.isTypeOnly=La,yl.propertyName=nt(hl),yl.name=nt(fl),yl.transformFlags|=z(yl.propertyName)|z(yl.name),yl.transformFlags&=-67108865,yl.jsDoc=void 0,yl}function ku(La,hl,fl,yl){return La.isTypeOnly!==hl||La.propertyName!==fl||La.name!==yl?J(ka(hl,fl,yl),La):La}function Eu(){let La=ae(283);return La.jsDoc=void 0,La}function Ms(La){let hl=I(284);return hl.expression=La,hl.transformFlags|=z(hl.expression),hl.transformFlags&=-67108865,hl}function Au(La,hl){return La.expression!==hl?J(Ms(hl),La):La}function rc(La){return I(La)}function ic(La,hl,fl=!1){let Pl=Ls(La,fl?hl&&yl().parenthesizeNonArrayTypeOfPostfixType(hl):hl);return Pl.postfix=fl,Pl}function Ls(La,hl){let fl=I(La);return fl.type=hl,fl}function Cu(La,hl,fl){return hl.type!==fl?J(ic(La,fl,hl.postfix),hl):hl}function Du(La,hl,fl){return hl.type!==fl?J(Ls(La,fl),hl):hl}function ac(La,hl){let fl=ae(318);return fl.parameters=Ie(La),fl.type=hl,fl.transformFlags=Ce(fl.parameters)|(fl.type?1:0),fl.jsDoc=void 0,fl.locals=void 0,fl.nextContainer=void 0,fl.typeArguments=void 0,fl}function Pu(La,hl,fl){return La.parameters!==hl||La.type!==fl?J(ac(hl,fl),La):La}function sc(La,hl=!1){let fl=ae(323);return fl.jsDocPropertyTags=Ie(La),fl.isArrayType=hl,fl}function Nu(La,hl,fl){return La.jsDocPropertyTags!==hl||La.isArrayType!==fl?J(sc(hl,fl),La):La}function _c(La){let hl=I(310);return hl.type=La,hl}function js(La,hl){return La.type!==hl?J(_c(hl),La):La}function oc(La,hl,fl){let yl=ae(324);return yl.typeParameters=Ie(La),yl.parameters=me(hl),yl.type=fl,yl.jsDoc=void 0,yl.locals=void 0,yl.nextContainer=void 0,yl}function Iu(La,hl,fl,yl){return La.typeParameters!==hl||La.parameters!==fl||La.type!==yl?J(oc(hl,fl,yl),La):La}function on(La){let hl=dl(La.kind);return La.tagName.escapedText===Ua(hl)?La.tagName:He(hl)}function Sn(La,hl,fl){let yl=I(La);return yl.tagName=hl,yl.comment=fl,yl}function Wr(La,hl,fl){let yl=ae(La);return yl.tagName=hl,yl.comment=fl,yl}function Js(La,hl,fl,yl){let Pl=Sn(346,La??He("template"),yl);return Pl.constraint=hl,Pl.typeParameters=me(fl),Pl}function cc(La,hl=on(La),fl,yl,Pl){return La.tagName!==hl||La.constraint!==fl||La.typeParameters!==yl||La.comment!==Pl?J(Js(hl,fl,yl,Pl),La):La}function Ea(La,hl,fl,yl){let Pl=Wr(347,La??He("typedef"),yl);return Pl.typeExpression=hl,Pl.fullName=fl,Pl.name=nm(fl),Pl.locals=void 0,Pl.nextContainer=void 0,Pl}function Ou(La,hl=on(La),fl,yl,Pl){return La.tagName!==hl||La.typeExpression!==fl||La.fullName!==yl||La.comment!==Pl?J(Ea(hl,fl,yl,Pl),La):La}function Rs(La,hl,fl,yl,Pl,Ul){let Gd=Wr(342,La??He("param"),Ul);return Gd.typeExpression=yl,Gd.name=hl,Gd.isNameFirst=!!Pl,Gd.isBracketed=fl,Gd}function Mu(La,hl=on(La),fl,yl,Pl,Ul,Gd){return La.tagName!==hl||La.name!==fl||La.isBracketed!==yl||La.typeExpression!==Pl||La.isNameFirst!==Ul||La.comment!==Gd?J(Rs(hl,fl,yl,Pl,Ul,Gd),La):La}function lc(La,hl,fl,yl,Pl,Ul){let Gd=Wr(349,La??He("prop"),Ul);return Gd.typeExpression=yl,Gd.name=hl,Gd.isNameFirst=!!Pl,Gd.isBracketed=fl,Gd}function uc(La,hl=on(La),fl,yl,Pl,Ul,Gd){return La.tagName!==hl||La.name!==fl||La.isBracketed!==yl||La.typeExpression!==Pl||La.isNameFirst!==Ul||La.comment!==Gd?J(lc(hl,fl,yl,Pl,Ul,Gd),La):La}function pc(La,hl,fl,yl){let Pl=Wr(339,La??He("callback"),yl);return Pl.typeExpression=hl,Pl.fullName=fl,Pl.name=nm(fl),Pl.locals=void 0,Pl.nextContainer=void 0,Pl}function fc(La,hl=on(La),fl,yl,Pl){return La.tagName!==hl||La.typeExpression!==fl||La.fullName!==yl||La.comment!==Pl?J(pc(hl,fl,yl,Pl),La):La}function dc(La,hl,fl){let yl=Sn(340,La??He("overload"),fl);return yl.typeExpression=hl,yl}function Us(La,hl=on(La),fl,yl){return La.tagName!==hl||La.typeExpression!==fl||La.comment!==yl?J(dc(hl,fl,yl),La):La}function Bs(La,hl,fl){let yl=Sn(329,La??He("augments"),fl);return yl.class=hl,yl}function Ji(La,hl=on(La),fl,yl){return La.tagName!==hl||La.class!==fl||La.comment!==yl?J(Bs(hl,fl,yl),La):La}function mc(La,hl,fl){let yl=Sn(330,La??He("implements"),fl);return yl.class=hl,yl}function Gr(La,hl,fl){let yl=Sn(348,La??He("see"),fl);return yl.name=hl,yl}function Aa(La,hl,fl,yl){return La.tagName!==hl||La.name!==fl||La.comment!==yl?J(Gr(hl,fl,yl),La):La}function hc(La){let hl=I(311);return hl.name=La,hl}function Lu(La,hl){return La.name!==hl?J(hc(hl),La):La}function yc(La,hl){let fl=I(312);return fl.left=La,fl.right=hl,fl.transformFlags|=z(fl.left)|z(fl.right),fl}function ju(La,hl,fl){return La.left!==hl||La.right!==fl?J(yc(hl,fl),La):La}function gc(La,hl){let fl=I(325);return fl.name=La,fl.text=hl,fl}function bc(La,hl,fl){return La.name!==hl?J(gc(hl,fl),La):La}function vc(La,hl){let fl=I(326);return fl.name=La,fl.text=hl,fl}function Ju(La,hl,fl){return La.name!==hl?J(vc(hl,fl),La):La}function xc(La,hl){let fl=I(327);return fl.name=La,fl.text=hl,fl}function Ru(La,hl,fl){return La.name!==hl?J(xc(hl,fl),La):La}function Uu(La,hl=on(La),fl,yl){return La.tagName!==hl||La.class!==fl||La.comment!==yl?J(mc(hl,fl,yl),La):La}function Tc(La,hl,fl){return Sn(La,hl??He(dl(La)),fl)}function Bu(La,hl,fl=on(hl),yl){return hl.tagName!==fl||hl.comment!==yl?J(Tc(La,fl,yl),hl):hl}function Sc(La,hl,fl,yl){let Pl=Sn(La,hl??He(dl(La)),yl);return Pl.typeExpression=fl,Pl}function qu(La,hl,fl=on(hl),yl,Pl){return hl.tagName!==fl||hl.typeExpression!==yl||hl.comment!==Pl?J(Sc(La,fl,yl,Pl),hl):hl}function wc(La,hl){return Sn(328,La,hl)}function Fu(La,hl,fl){return La.tagName!==hl||La.comment!==fl?J(wc(hl,fl),La):La}function kc(La,hl,fl){let yl=Wr(341,La??He(dl(341)),fl);return yl.typeExpression=hl,yl.locals=void 0,yl.nextContainer=void 0,yl}function qs(La,hl=on(La),fl,yl){return La.tagName!==hl||La.typeExpression!==fl||La.comment!==yl?J(kc(hl,fl,yl),La):La}function Ec(La,hl,fl,yl,Pl){let Ul=Sn(352,La??He("import"),Pl);return Ul.importClause=hl,Ul.moduleSpecifier=fl,Ul.attributes=yl,Ul.comment=Pl,Ul}function Ac(La,hl,fl,yl,Pl,Ul){return La.tagName!==hl||La.comment!==Ul||La.importClause!==fl||La.moduleSpecifier!==yl||La.attributes!==Pl?J(Ec(hl,fl,yl,Pl,Ul),La):La}function Fs(La){let hl=I(322);return hl.text=La,hl}function zu(La,hl){return La.text!==hl?J(Fs(hl),La):La}function Ri(La,hl){let fl=I(321);return fl.comment=La,fl.tags=Ie(hl),fl}function Cc(La,hl,fl){return La.comment!==hl||La.tags!==fl?J(Ri(hl,fl),La):La}function Dc(La,hl,fl){let yl=I(285);return yl.openingElement=La,yl.children=me(hl),yl.closingElement=fl,yl.transformFlags|=z(yl.openingElement)|Ce(yl.children)|z(yl.closingElement)|2,yl}function Vu(La,hl,fl,yl){return La.openingElement!==hl||La.children!==fl||La.closingElement!==yl?J(Dc(hl,fl,yl),La):La}function Pc(La,hl,fl){let yl=I(286);return yl.tagName=La,yl.typeArguments=Ie(hl),yl.attributes=fl,yl.transformFlags|=z(yl.tagName)|Ce(yl.typeArguments)|z(yl.attributes)|2,yl.typeArguments&&(yl.transformFlags|=1),yl}function Wu(La,hl,fl,yl){return La.tagName!==hl||La.typeArguments!==fl||La.attributes!==yl?J(Pc(hl,fl,yl),La):La}function Ca(La,hl,fl){let yl=I(287);return yl.tagName=La,yl.typeArguments=Ie(hl),yl.attributes=fl,yl.transformFlags|=z(yl.tagName)|Ce(yl.typeArguments)|z(yl.attributes)|2,hl&&(yl.transformFlags|=1),yl}function Nc(La,hl,fl,yl){return La.tagName!==hl||La.typeArguments!==fl||La.attributes!==yl?J(Ca(hl,fl,yl),La):La}function zs(La){let hl=I(288);return hl.tagName=La,hl.transformFlags|=z(hl.tagName)|2,hl}function Da(La,hl){return La.tagName!==hl?J(zs(hl),La):La}function Ht(La,hl,fl){let yl=I(289);return yl.openingFragment=La,yl.children=me(hl),yl.closingFragment=fl,yl.transformFlags|=z(yl.openingFragment)|Ce(yl.children)|z(yl.closingFragment)|2,yl}function Ic(La,hl,fl,yl){return La.openingFragment!==hl||La.children!==fl||La.closingFragment!==yl?J(Ht(hl,fl,yl),La):La}function Ui(La,hl){let fl=I(12);return fl.text=La,fl.containsOnlyTriviaWhiteSpaces=!!hl,fl.transformFlags|=2,fl}function Gu(La,hl,fl){return La.text!==hl||La.containsOnlyTriviaWhiteSpaces!==fl?J(Ui(hl,fl),La):La}function Oc(){let La=I(290);return La.transformFlags|=2,La}function Mc(){let La=I(291);return La.transformFlags|=2,La}function Lc(La,hl){let fl=ae(292);return fl.name=La,fl.initializer=hl,fl.transformFlags|=z(fl.name)|z(fl.initializer)|2,fl}function Yu(La,hl,fl){return La.name!==hl||La.initializer!==fl?J(Lc(hl,fl),La):La}function Bi(La){let hl=ae(293);return hl.properties=me(La),hl.transformFlags|=Ce(hl.properties)|2,hl}function Hu(La,hl){return La.properties!==hl?J(Bi(hl),La):La}function jc(La){let hl=I(294);return hl.expression=La,hl.transformFlags|=z(hl.expression)|2,hl}function Xu(La,hl){return La.expression!==hl?J(jc(hl),La):La}function Jc(La,hl){let fl=I(295);return fl.dotDotDotToken=La,fl.expression=hl,fl.transformFlags|=z(fl.dotDotDotToken)|z(fl.expression)|2,fl}function Vs(La,hl){return La.expression!==hl?J(Jc(La.dotDotDotToken,hl),La):La}function _i(La,hl){let fl=I(296);return fl.namespace=La,fl.name=hl,fl.transformFlags|=z(fl.namespace)|z(fl.name)|2,fl}function $u(La,hl,fl){return La.namespace!==hl||La.name!==fl?J(_i(hl,fl),La):La}function Pa(La,hl){let fl=I(297);return fl.expression=yl().parenthesizeExpressionForDisallowedComma(La),fl.statements=me(hl),fl.transformFlags|=z(fl.expression)|Ce(fl.statements),fl.jsDoc=void 0,fl}function Rc(La,hl,fl){return La.expression!==hl||La.statements!==fl?J(Pa(hl,fl),La):La}function Uc(La){let hl=I(298);return hl.statements=me(La),hl.transformFlags=Ce(hl.statements),hl}function oi(La,hl){return La.statements!==hl?J(Uc(hl),La):La}function Ws(La,hl){let fl=I(299);switch(fl.token=La,fl.types=me(hl),fl.transformFlags|=Ce(fl.types),La){case 96:fl.transformFlags|=1024;break;case 119:fl.transformFlags|=1;break;default:return _m.assertNever(La)}return fl}function Qu(La,hl){return La.types!==hl?J(Ws(La.token,hl),La):La}function Bc(La,hl){let fl=I(300);return fl.variableDeclaration=wn(La),fl.block=hl,fl.transformFlags|=z(fl.variableDeclaration)|z(fl.block)|(La?0:64),fl.locals=void 0,fl.nextContainer=void 0,fl}function qc(La,hl,fl){return La.variableDeclaration!==hl||La.block!==fl?J(Bc(hl,fl),La):La}function Na(La,hl){let fl=ae(304);return fl.name=nt(La),fl.initializer=yl().parenthesizeExpressionForDisallowedComma(hl),fl.transformFlags|=Rn(fl.name)|z(fl.initializer),fl.modifiers=void 0,fl.questionToken=void 0,fl.exclamationToken=void 0,fl.jsDoc=void 0,fl}function Gs(La,hl,fl){return La.name!==hl||La.initializer!==fl?ci(Na(hl,fl),La):La}function ci(La,hl){return La!==hl&&(La.modifiers=hl.modifiers,La.questionToken=hl.questionToken,La.exclamationToken=hl.exclamationToken),J(La,hl)}function Fc(La,hl){let fl=ae(305);return fl.name=nt(La),fl.objectAssignmentInitializer=hl&&yl().parenthesizeExpressionForDisallowedComma(hl),fl.transformFlags|=qa(fl.name)|z(fl.objectAssignmentInitializer)|1024,fl.equalsToken=void 0,fl.modifiers=void 0,fl.questionToken=void 0,fl.exclamationToken=void 0,fl.jsDoc=void 0,fl}function Ku(La,hl,fl){return La.name!==hl||La.objectAssignmentInitializer!==fl?Zu(Fc(hl,fl),La):La}function Zu(La,hl){return La!==hl&&(La.modifiers=hl.modifiers,La.questionToken=hl.questionToken,La.exclamationToken=hl.exclamationToken,La.equalsToken=hl.equalsToken),J(La,hl)}function zc(La){let hl=ae(306);return hl.expression=yl().parenthesizeExpressionForDisallowedComma(La),hl.transformFlags|=z(hl.expression)|128|65536,hl.jsDoc=void 0,hl}function Vc(La,hl){return La.expression!==hl?J(zc(hl),La):La}function Ys(La,hl){let fl=ae(307);return fl.name=nt(La),fl.initializer=hl&&yl().parenthesizeExpressionForDisallowedComma(hl),fl.transformFlags|=z(fl.name)|z(fl.initializer)|1,fl.jsDoc=void 0,fl}function jn(La,hl,fl){return La.name!==hl||La.initializer!==fl?J(Ys(hl,fl),La):La}function Wc(La,fl,yl){let Pl=hl.createBaseSourceFileNode(308);return Pl.statements=me(La),Pl.endOfFileToken=fl,Pl.flags|=yl,Pl.text="",Pl.fileName="",Pl.path="",Pl.resolvedPath="",Pl.originalFileName="",Pl.languageVersion=12,Pl.languageVariant=0,Pl.scriptKind=0,Pl.isDeclarationFile=!1,Pl.hasNoDefaultLib=!1,Pl.transformFlags|=Ce(Pl.statements)|z(Pl.endOfFileToken),Pl.locals=void 0,Pl.nextContainer=void 0,Pl.endFlowNode=void 0,Pl.nodeCount=0,Pl.identifierCount=0,Pl.symbolCount=0,Pl.parseDiagnostics=void 0,Pl.bindDiagnostics=void 0,Pl.bindSuggestionDiagnostics=void 0,Pl.lineMap=void 0,Pl.externalModuleIndicator=void 0,Pl.setExternalModuleIndicator=void 0,Pl.pragmas=void 0,Pl.checkJsDirective=void 0,Pl.referencedFiles=void 0,Pl.typeReferenceDirectives=void 0,Pl.libReferenceDirectives=void 0,Pl.amdDependencies=void 0,Pl.commentDirectives=void 0,Pl.identifiers=void 0,Pl.packageJsonLocations=void 0,Pl.packageJsonScope=void 0,Pl.imports=void 0,Pl.moduleAugmentations=void 0,Pl.ambientModuleNames=void 0,Pl.classifiableNames=void 0,Pl.impliedNodeFormat=void 0,Pl}function Gc(La){let hl=Object.create(La.redirectTarget);return Object.defineProperties(hl,{id:{get(){return this.redirectInfo.redirectTarget.id},set(La){this.redirectInfo.redirectTarget.id=La}},symbol:{get(){return this.redirectInfo.redirectTarget.symbol},set(La){this.redirectInfo.redirectTarget.symbol=La}}}),hl.redirectInfo=La,hl}function ep(La){let hl=Gc(La.redirectInfo);return hl.flags|=La.flags&-17,hl.fileName=La.fileName,hl.path=La.path,hl.resolvedPath=La.resolvedPath,hl.originalFileName=La.originalFileName,hl.packageJsonLocations=La.packageJsonLocations,hl.packageJsonScope=La.packageJsonScope,hl.emitNode=void 0,hl}function tp(La){let fl=hl.createBaseSourceFileNode(308);fl.flags|=La.flags&-17;for(let hl in La)if(!(Or(fl,hl)||!Or(La,hl))){if(hl==="emitNode"){fl.emitNode=void 0;continue}fl[hl]=La[hl]}return fl}function Hs(La){let hl=La.redirectInfo?ep(La):tp(La);return fl(hl,La),hl}function Xs(La,hl,fl,yl,Pl,Ul,Gd){let af=Hs(La);return af.statements=me(hl),af.isDeclarationFile=fl,af.referencedFiles=yl,af.typeReferenceDirectives=Pl,af.hasNoDefaultLib=Ul,af.libReferenceDirectives=Gd,af.transformFlags=Ce(af.statements)|z(af.endOfFileToken),af}function np(La,hl,fl=La.isDeclarationFile,yl=La.referencedFiles,Pl=La.typeReferenceDirectives,Ul=!1,Gd=La.libReferenceDirectives){return La.statements!==hl||La.isDeclarationFile!==fl||La.referencedFiles!==yl||La.typeReferenceDirectives!==Pl||La.libReferenceDirectives!==Gd?J(Xs(La,hl,fl,yl,Pl,!1,Gd),La):La}function Yc(La){let hl=I(309);return hl.sourceFiles=La,hl.syntheticFileReferences=void 0,hl.syntheticTypeReferences=void 0,hl.syntheticLibReferences=void 0,hl}function Hc(La,hl){return La.sourceFiles!==hl?J(Yc(hl),La):La}function rp(La,hl=!1,fl){let yl=I(238);return yl.type=La,yl.isSpread=hl,yl.tupleNameSource=fl,yl}function ip(La){let hl=I(353);return hl._children=La,hl}function Ia(La){let hl=I(354);return hl.original=La,yn(hl,La),hl}function $s(La,hl){let fl=I(356);return fl.expression=La,fl.original=hl,fl.transformFlags|=z(fl.expression)|1,yn(fl,hl),fl}function Xc(La,hl){return La.expression!==hl?J($s(hl,La.original),La):La}function ap(){return I(355)}function sp(La){if(Ba(La)&&!wl(La)&&!La.original&&!La.emitNode&&!La.id){if(bv(La))return La.elements;if(ra(La)&&rv(La.operatorToken))return[La.left,La.right]}return La}function Qs(La){let hl=I(357);return hl.elements=me(Ay(La,sp)),hl.transformFlags|=Ce(hl.elements),hl}function _p(La,hl){return La.elements!==hl?J(Qs(hl),La):La}function Ks(La,hl){let fl=I(358);return fl.expression=La,fl.thisArg=hl,fl.transformFlags|=z(fl.expression)|z(fl.thisArg),fl}function $c(La,hl,fl){return La.expression!==hl||La.thisArg!==fl?J(Ks(hl,fl),La):La}function Qc(La){let hl=bn(La.escapedText);return hl.flags|=La.flags&-17,hl.transformFlags=La.transformFlags,fl(hl,La),setIdentifierAutoGenerate(hl,{...La.emitNode.autoGenerate}),hl}function op(La){let hl=bn(La.escapedText);hl.flags|=La.flags&-17,hl.jsDoc=La.jsDoc,hl.flowNode=La.flowNode,hl.symbol=La.symbol,hl.transformFlags=La.transformFlags,fl(hl,La);let yl=getIdentifierTypeArguments(La);return yl&&setIdentifierTypeArguments(hl,yl),hl}function cp(La){let hl=On(La.escapedText);return hl.flags|=La.flags&-17,hl.transformFlags=La.transformFlags,fl(hl,La),setIdentifierAutoGenerate(hl,{...La.emitNode.autoGenerate}),hl}function Kc(La){let hl=On(La.escapedText);return hl.flags|=La.flags&-17,hl.transformFlags=La.transformFlags,fl(hl,La),hl}function Oa(La){if(La===void 0)return La;if(sh(La))return Hs(La);if(za(La))return Qc(La);if(et(La))return op(La);if(c1(La))return cp(La);if(xi(La))return Kc(La);let yl=vf(La.kind)?hl.createBaseNode(La.kind):hl.createBaseTokenNode(La.kind);yl.flags|=La.flags&-17,yl.transformFlags=La.transformFlags,fl(yl,La);for(let hl in La)Or(yl,hl)||!Or(La,hl)||(yl[hl]=La[hl]);return yl}function lp(La,hl,fl){return Ni(us(void 0,void 0,void 0,void 0,hl?[hl]:[],void 0,Vr(La,!0)),void 0,fl?[fl]:[])}function up(La,hl,fl){return Ni(ps(void 0,void 0,hl?[hl]:[],void 0,void 0,Vr(La,!0)),void 0,fl?[fl]:[])}function qi(){return fs(V("0"))}function Zc(La){return Sa(void 0,!1,La)}function el(La){return wa(void 0,!1,Os([ka(!1,void 0,La)]))}function pp(La,hl){return hl==="null"?eA.createStrictEquality(La,Jt()):hl==="undefined"?eA.createStrictEquality(La,qi()):eA.createStrictEquality(ha(La),mt(hl))}function Zs(La,hl){return hl==="null"?eA.createStrictInequality(La,Jt()):hl==="undefined"?eA.createStrictInequality(La,qi()):eA.createStrictInequality(ha(La),mt(hl))}function Yr(La,hl,fl){return Jd(La)?os(Di(La,void 0,hl),void 0,void 0,fl):Ni(ur(La,hl),void 0,fl)}function fp(La,hl,fl){return Yr(La,"bind",[hl,...fl])}function dp(La,hl,fl){return Yr(La,"call",[hl,...fl])}function mp(La,hl,fl){return Yr(La,"apply",[hl,fl])}function Fi(La,hl,fl){return Yr(He(La),hl,fl)}function hp(La,hl){return Yr(La,"slice",hl===void 0?[]:[Cr(hl)])}function zi(La,hl){return Yr(La,"concat",hl)}function yp(La,hl,fl){return Fi("Object","defineProperty",[La,Cr(hl),fl])}function e_(La,hl){return Fi("Object","getOwnPropertyDescriptor",[La,Cr(hl)])}function li(La,hl,fl){return Fi("Reflect","get",fl?[La,hl,fl]:[La,hl])}function tl(La,hl,fl,yl){return Fi("Reflect","set",yl?[La,hl,fl,yl]:[La,hl,fl])}function ui(La,hl,fl){return fl?(La.push(Na(hl,fl)),!0):!1}function gp(La,hl){let fl=[];ui(fl,"enumerable",Cr(La.enumerable)),ui(fl,"configurable",Cr(La.configurable));let yl=ui(fl,"writable",Cr(La.writable));yl=ui(fl,"value",La.value)||yl;let Pl=ui(fl,"get",La.get);return Pl=ui(fl,"set",La.set)||Pl,_m.assert(!(yl&&Pl),"A PropertyDescriptor may not be both an accessor descriptor and a data descriptor."),Ci(fl,!hl)}function nl(La,hl){switch(La.kind){case 218:return W_(La,hl);case 217:return V_(La,La.type,hl);case 235:return ba(La,hl,La.type);case 239:return co(La,hl,La.type);case 236:return oo(La,hl);case 234:return so(La,hl,La.typeArguments);case 356:return Xc(La,hl)}}function bp(La){return Ml(La)&&Ba(La)&&Ba(getSourceMapRange(La))&&Ba(getCommentRange(La))&&!nn(getSyntheticLeadingComments(La))&&!nn(getSyntheticTrailingComments(La))}function rl(La,hl,fl=63){return La&&fh(La,fl)&&!bp(La)?nl(La,rl(La.expression,hl)):hl}function il(La,hl,fl){if(!hl)return La;let yl=Co(hl,hl.label,eh(hl.statement)?il(La,hl.statement):La);return fl&&fl(hl),yl}function t_(La,hl){let fl=Af(La);switch(fl.kind){case 80:return hl;case 110:case 9:case 10:case 11:return!1;case 210:return fl.elements.length!==0;case 211:return fl.properties.length>0;default:return!0}}function al(La,hl,fl,Pl=!1){let Ul=Qf(La,63),Gd,af;return Vd(Ul)?(Gd=qt(),af=Ul):Op(Ul)?(Gd=qt(),af=fl!==void 0&&fl<2?yn(He("_super"),Ul):Ul):Ya(Ul)&8192?(Gd=qi(),af=yl().parenthesizeLeftSideOfAccess(Ul,!1)):yr(Ul)?t_(Ul.expression,Pl)?(Gd=sr(hl),af=ur(yn(eA.createAssignment(Gd,Ul.expression),Ul.expression),Ul.name),yn(af,Ul)):(Gd=Ul.expression,af=Ul):Za(Ul)?t_(Ul.expression,Pl)?(Gd=sr(hl),af=Pi(yn(eA.createAssignment(Gd,Ul.expression),Ul.expression),Ul.argumentExpression),yn(af,Ul)):(Gd=Ul.expression,af=Ul):(Gd=qi(),af=yl().parenthesizeLeftSideOfAccess(La,!1)),{target:af,thisArg:Gd}}function sl(La,hl){return ur(ls(Ci([U(void 0,"value",[br(void 0,void 0,La,void 0,void 0,void 0)],Vr([Oi(hl)]))])),"value")}function o(La){return La.length>10?Qs(La):Jy(La,eA.createComma)}function p(La,hl,fl,yl=0,Pl){let Ul=Pl?La&&hf(La):r1(La);if(Ul&&et(Ul)&&!za(Ul)){let La=Pf(yn(Oa(Ul),Ul),Ul.parent);return yl|=Ya(Ul),fl||(yl|=96),hl||(yl|=3072),yl&&setEmitFlags(La,yl),La}return qn(La)}function m(La,hl,fl){return p(La,hl,fl,98304)}function g(La,hl,fl,yl){return p(La,hl,fl,32768,yl)}function x(La,hl,fl){return p(La,hl,fl,16384)}function P(La,hl,fl){return p(La,hl,fl)}function Q(La,hl,fl,yl){let Pl=ur(La,Ba(hl)?hl:Oa(hl));yn(Pl,hl);let Ul=0;return yl||(Ul|=96),fl||(Ul|=3072),Ul&&setEmitFlags(Pl,Ul),Pl}function _e(La,hl,fl,yl){return La&&E_(hl,32)?Q(La,p(hl),fl,yl):x(hl,fl,yl)}function ee(La,hl,fl,yl){let Pl=Ue(La,hl,0,fl);return Re(La,hl,Pl,yl)}function te(La){return Lr(La.expression)&&La.expression.text==="use strict"}function ce(){return Bv(Oi(mt("use strict")))}function Ue(La,hl,fl=0,yl){_m.assert(hl.length===0,"Prologue directives should be at the first statement in the target statements array");let Pl=!1,Ul=La.length;for(;flaf&&i_.splice(Pl,0,...hl.slice(af,n_)),af>Gd&&i_.splice(yl,0,...hl.slice(Gd,af)),Gd>Ul&&i_.splice(fl,0,...hl.slice(Ul,Gd)),Ul>0)if(fl===0)i_.splice(0,0,...hl.slice(0,Ul));else{let yl=new Map;for(let hl=0;hl=0;La--){let fl=hl[La];yl.has(fl.expression.text)||i_.unshift(fl)}}return gi(La)?yn(me(i_,La.hasTrailingComma),La):La}function dr(La,hl){let fl;return typeof hl=="number"?fl=vn(hl):fl=hl,Of(La)?or(La,fl,La.name,La.constraint,La.default):x_(La)?vr(La,fl,La.dotDotDotToken,La.name,La.questionToken,La.type,La.initializer):Rf(La)?Ge(La,fl,La.typeParameters,La.parameters,La.type):L1(La)?Wn(La,fl,La.name,La.questionToken,La.type):Xa(La)?L(La,fl,La.name,La.questionToken??La.exclamationToken,La.type,La.initializer):j1(La)?de(La,fl,La.name,La.questionToken,La.typeParameters,La.parameters,La.type):T_(La)?$e(La,fl,La.asteriskToken,La.name,La.questionToken,La.typeParameters,La.parameters,La.type,La.body):Mf(La)?Rr(La,fl,La.parameters,La.body):Al(La)?Gn(La,fl,La.name,La.parameters,La.type,La.body):S_(La)?K(La,fl,La.name,La.parameters,La.body):Lf(La)?tt(La,fl,La.parameters,La.type):qf(La)?G_(La,fl,La.asteriskToken,La.name,La.typeParameters,La.parameters,La.type,La.body):Ff(La)?Y_(La,fl,La.typeParameters,La.parameters,La.type,La.equalsGreaterThanToken,La.body):Cl(La)?hs(La,fl,La.name,La.typeParameters,La.heritageClauses,La.members):es(La)?po(La,fl,La.declarationList):Vf(La)?Cs(La,fl,La.asteriskToken,La.name,La.typeParameters,La.parameters,La.type,La.body):$a(La)?Ta(La,fl,La.name,La.typeParameters,La.heritageClauses,La.members):A_(La)?jo(La,fl,La.name,La.typeParameters,La.heritageClauses,La.members):jl(La)?wr(La,fl,La.name,La.typeParameters,La.type):nh(La)?kr(La,fl,La.name,La.members):Si(La)?At(La,fl,La.name,La.body):Wf(La)?Fo(La,fl,La.isTypeOnly,La.name,La.moduleReference):Gf(La)?Vo(La,fl,La.importClause,La.moduleSpecifier,La.attributes):Yf(La)?Li(La,fl,La.expression):Hf(La)?nc(La,fl,La.isTypeOnly,La.exportClause,La.moduleSpecifier,La.attributes):_m.assertNever(La)}function Jn(La,hl){return x_(La)?vr(La,hl,La.dotDotDotToken,La.name,La.questionToken,La.type,La.initializer):Xa(La)?L(La,hl,La.name,La.questionToken??La.exclamationToken,La.type,La.initializer):T_(La)?$e(La,hl,La.asteriskToken,La.name,La.questionToken,La.typeParameters,La.parameters,La.type,La.body):Al(La)?Gn(La,hl,La.name,La.parameters,La.type,La.body):S_(La)?K(La,hl,La.name,La.parameters,La.body):Cl(La)?hs(La,hl,La.name,La.typeParameters,La.heritageClauses,La.members):$a(La)?Ta(La,hl,La.name,La.typeParameters,La.heritageClauses,La.members):_m.assertNever(La)}function Hr(La,hl){switch(La.kind){case 178:return Gn(La,La.modifiers,hl,La.parameters,La.type,La.body);case 179:return K(La,La.modifiers,hl,La.parameters,La.body);case 175:return $e(La,La.modifiers,La.asteriskToken,hl,La.questionToken,La.typeParameters,La.parameters,La.type,La.body);case 174:return de(La,La.modifiers,hl,La.questionToken,La.typeParameters,La.parameters,La.type);case 173:return L(La,La.modifiers,hl,La.questionToken??La.exclamationToken,La.type,La.initializer);case 172:return Wn(La,La.modifiers,hl,La.questionToken,La.type);case 304:return Gs(La,hl,La.initializer)}}function Ie(La){return La?me(La):void 0}function nt(La){return typeof La=="string"?He(La):La}function Cr(La){return typeof La=="string"?mt(La):typeof La=="number"?V(La):typeof La=="boolean"?La?lt():_r():La}function Vi(La){return La&&yl().parenthesizeExpressionForDisallowedComma(La)}function vp(La){return typeof La=="number"?ct(La):La}function Qn(La){return La&&vv(La)?yn(fl(fo(),La),La):La}function wn(La){return typeof La=="string"||La&&!zf(La)?xa(La,void 0,void 0,void 0):La}function J(La,hl){return La!==hl&&(fl(La,hl),yn(La,hl)),La}}function dl(La){switch(La){case 345:return"type";case 343:return"returns";case 344:return"this";case 341:return"enum";case 331:return"author";case 333:return"class";case 334:return"public";case 335:return"private";case 336:return"protected";case 337:return"readonly";case 338:return"override";case 346:return"template";case 347:return"typedef";case 342:return"param";case 349:return"prop";case 339:return"callback";case 340:return"overload";case 329:return"augments";case 330:return"implements";case 352:return"import";default:return _m.fail(`Unsupported kind: ${_m.formatSyntaxKind(La)}`)}}var cw,pw={};function $b(La,hl){switch(cw||(cw=pf(99,!1,0)),La){case 15:cw.setText("`"+hl+"`");break;case 16:cw.setText("`"+hl+"${");break;case 17:cw.setText("}"+hl+"${");break;case 18:cw.setText("}"+hl+"`");break}let fl=cw.scan();if(fl===20&&(fl=cw.reScanTemplateToken(!1)),cw.isUnterminated())return cw.setText(void 0),pw;let yl;switch(fl){case 15:case 16:case 17:case 18:yl=cw.getTokenValue();break}return yl===void 0||cw.scan()!==1?(cw.setText(void 0),pw):(cw.setText(void 0),yl)}function Rn(La){return La&&et(La)?qa(La):z(La)}function qa(La){return z(La)&-67108865}function Qb(La,hl){return hl|La.transformFlags&134234112}function z(La){if(!La)return 0;let hl=La.transformFlags&~Kb(La.kind);return jg(La)&&l1(La.name)?Qb(La.name,hl):hl}function Ce(La){return La?La.transformFlags:0}function Qd(La){let hl=0;for(let fl of La)hl|=z(fl);La.transformFlags=hl}function Kb(La){if(La>=183&&La<=206)return-2;switch(La){case 214:case 215:case 210:return-2147450880;case 268:return-1941676032;case 170:return-2147483648;case 220:return-2072174592;case 219:case 263:return-1937940480;case 262:return-2146893824;case 264:case 232:return-2147344384;case 177:return-1937948672;case 173:return-2013249536;case 175:case 178:case 179:return-2005057536;case 133:case 150:case 163:case 146:case 154:case 151:case 136:case 155:case 116:case 169:case 172:case 174:case 180:case 181:case 182:case 265:case 266:return-2;case 211:return-2147278848;case 300:return-2147418112;case 207:case 208:return-2147450880;case 217:case 239:case 235:case 356:case 218:case 108:return-2147483648;case 212:case 213:return-2147483648;default:return-2147483648}}var dw=Yb();function a_(La){return La.flags|=16,La}var hw={createBaseSourceFileNode:La=>a_(dw.createBaseSourceFileNode(La)),createBaseIdentifierNode:La=>a_(dw.createBaseIdentifierNode(La)),createBasePrivateIdentifierNode:La=>a_(dw.createBasePrivateIdentifierNode(La)),createBaseTokenNode:La=>a_(dw.createBaseTokenNode(La)),createBaseNode:La=>a_(dw.createBaseNode(La))},fw=Nf(4,hw);function ev(La,hl){if(La.original!==hl&&(La.original=hl,hl)){let fl=hl.emitNode;fl&&(La.emitNode=tv(fl,La.emitNode))}return La}function tv(La,hl){let{flags:fl,internalFlags:yl,leadingComments:Pl,trailingComments:Ul,commentRange:Gd,sourceMapRange:af,tokenSourceMapRanges:n_,constantValue:i_,helpers:p_,startsOnNewLine:w_,snippetElement:D_,classThis:I_,assignedName:N_}=La;if(hl||(hl={}),fl&&(hl.flags=fl),yl&&(hl.internalFlags=yl&-9),Pl&&(hl.leadingComments=Dn(Pl.slice(),hl.leadingComments)),Ul&&(hl.trailingComments=Dn(Ul.slice(),hl.trailingComments)),Gd&&(hl.commentRange=Gd),af&&(hl.sourceMapRange=af),n_&&(hl.tokenSourceMapRanges=nv(n_,hl.tokenSourceMapRanges)),i_!==void 0&&(hl.constantValue=i_),p_)for(let La of p_)hl.helpers=Ny(hl.helpers,La);return w_!==void 0&&(hl.startsOnNewLine=w_),D_!==void 0&&(hl.snippetElement=D_),I_&&(hl.classThis=I_),N_&&(hl.assignedName=N_),hl}function nv(La,hl){hl||(hl=[]);for(let fl in La)hl[fl]=La[fl];return hl}function sa(La){return La.kind===9}function I1(La){return La.kind===10}function Lr(La){return La.kind===11}function O1(La){return La.kind===15}function rv(La){return La.kind===28}function Kd(La){return La.kind===54}function Zd(La){return La.kind===58}function et(La){return La.kind===80}function xi(La){return La.kind===81}function iv(La){return La.kind===95}function ml(La){return La.kind===134}function Op(La){return La.kind===108}function av(La){return La.kind===102}function M1(La){return La.kind===167}function If(La){return La.kind===168}function Of(La){return La.kind===169}function x_(La){return La.kind===170}function Ka(La){return La.kind===171}function L1(La){return La.kind===172}function Xa(La){return La.kind===173}function j1(La){return La.kind===174}function T_(La){return La.kind===175}function Mf(La){return La.kind===177}function Al(La){return La.kind===178}function S_(La){return La.kind===179}function J1(La){return La.kind===180}function R1(La){return La.kind===181}function Lf(La){return La.kind===182}function U1(La){return La.kind===183}function jf(La){return La.kind===184}function Jf(La){return La.kind===185}function Rf(La){return La.kind===186}function sv(La){return La.kind===187}function B1(La){return La.kind===188}function _v(La){return La.kind===189}function ov(La){return La.kind===190}function q1(La){return La.kind===203}function cv(La){return La.kind===191}function lv(La){return La.kind===192}function F1(La){return La.kind===193}function z1(La){return La.kind===194}function uv(La){return La.kind===195}function pv(La){return La.kind===196}function V1(La){return La.kind===197}function fv(La){return La.kind===198}function W1(La){return La.kind===199}function dv(La){return La.kind===200}function G1(La){return La.kind===201}function mv(La){return La.kind===202}function hv(La){return La.kind===206}function Y1(La){return La.kind===209}function H1(La){return La.kind===210}function Uf(La){return La.kind===211}function yr(La){return La.kind===212}function Za(La){return La.kind===213}function Bf(La){return La.kind===214}function X1(La){return La.kind===216}function Ml(La){return La.kind===218}function qf(La){return La.kind===219}function Ff(La){return La.kind===220}function yv(La){return La.kind===223}function $1(La){return La.kind===225}function ra(La){return La.kind===227}function Q1(La){return La.kind===231}function Cl(La){return La.kind===232}function K1(La){return La.kind===233}function Z1(La){return La.kind===234}function bl(La){return La.kind===236}function gv(La){return La.kind===237}function bv(La){return La.kind===357}function es(La){return La.kind===244}function Ll(La){return La.kind===245}function eh(La){return La.kind===257}function zf(La){return La.kind===261}function th(La){return La.kind===262}function Vf(La){return La.kind===263}function $a(La){return La.kind===264}function A_(La){return La.kind===265}function jl(La){return La.kind===266}function nh(La){return La.kind===267}function Si(La){return La.kind===268}function Wf(La){return La.kind===272}function Gf(La){return La.kind===273}function Yf(La){return La.kind===278}function Hf(La){return La.kind===279}function rh(La){return La.kind===280}function vv(La){return La.kind===354}function Xf(La){return La.kind===284}function Hp(La){return La.kind===287}function xv(La){return La.kind===290}function ih(La){return La.kind===296}function Tv(La){return La.kind===298}function ah(La){return La.kind===304}function sh(La){return La.kind===308}function _h(La){return La.kind===310}function oh(La){return La.kind===315}function ch(La){return La.kind===318}function lh(La){return La.kind===321}function Sv(La){return La.kind===323}function Jl(La){return La.kind===324}function wv(La){return La.kind===329}function kv(La){return La.kind===334}function Ev(La){return La.kind===335}function Av(La){return La.kind===336}function Cv(La){return La.kind===337}function Dv(La){return La.kind===338}function Pv(La){return La.kind===340}function Nv(La){return La.kind===332}function Xp(La){return La.kind===342}function Iv(La){return La.kind===343}function $f(La){return La.kind===345}function uh(La){return La.kind===346}function Ov(La){return La.kind===330}function Mv(La){return La.kind===351}var _w=new WeakMap;function ph(La,hl){var fl;let yl=La.kind;return vf(yl)?yl===353?La._children:(fl=_w.get(hl))==null?void 0:fl.get(La):w_}function Lv(La,hl,fl){La.kind===353&&_m.fail("Should not need to re-set the children of a SyntaxList.");let yl=_w.get(hl);return yl===void 0&&(yl=new WeakMap,_w.set(hl,yl)),yl.set(La,fl),fl}function em(La,hl){var fl;La.kind===353&&_m.fail("Did not expect to unset the children of a SyntaxList."),(fl=_w.get(hl))==null||fl.delete(La)}function jv(La,hl){let fl=_w.get(La);fl!==void 0&&(_w.delete(La),_w.set(hl,fl))}function tm(La){return(Ya(La)&32768)!==0}function Jv(La){return Lr(La.expression)&&La.expression.text==="use strict"}function Rv(La){for(let hl of La)if(gl(hl)){if(Jv(hl))return hl}else break}function Uv(La){return Ml(La)&&aa(La)&&!!$g(La)}function fh(La,hl=63){switch(La.kind){case 218:return hl&-2147483648&&Uv(La)?!1:(hl&1)!==0;case 217:case 235:return(hl&2)!==0;case 239:return(hl&34)!==0;case 234:return(hl&16)!==0;case 236:return(hl&4)!==0;case 356:return(hl&8)!==0}return!1}function Qf(La,hl=63){for(;fh(La,hl);)La=La.expression;return La}function Bv(La){return setStartsOnNewLine(La,!0)}function l_(La){if(p2(La))return La.name;if(c2(La)){switch(La.kind){case 304:return l_(La.initializer);case 305:return La.name;case 306:return l_(La.expression)}return}return El(La,!0)?l_(La.left):Q1(La)?l_(La.expression):La}function qv(La){switch(La.kind){case 207:case 208:case 210:return La.elements;case 211:return La.properties}}function nm(La){if(La){let hl=La;for(;;){if(et(hl)||!hl.body)return et(hl)?hl:hl.name;hl=hl.body}}}var mw;(La=>{function t(La,hl,fl,yl,Pl,Ul,Gd){let af=hl>0?Pl[hl-1]:void 0;return _m.assertEqual(fl[hl],t),Pl[hl]=La.onEnter(yl[hl],af,Gd),fl[hl]=v(La,t),hl}La.enter=t;function a(La,hl,fl,yl,Pl,Ul,Gd){_m.assertEqual(fl[hl],a),_m.assertIsDefined(La.onLeft),fl[hl]=v(La,a);let af=La.onLeft(yl[hl].left,Pl[hl],yl[hl]);return af?(H(hl,yl,af),l(hl,fl,yl,Pl,af)):hl}La.left=a;function s(La,hl,fl,yl,Pl,Ul,Gd){return _m.assertEqual(fl[hl],s),_m.assertIsDefined(La.onOperator),fl[hl]=v(La,s),La.onOperator(yl[hl].operatorToken,Pl[hl],yl[hl]),hl}La.operator=s;function f(La,hl,fl,yl,Pl,Ul,Gd){_m.assertEqual(fl[hl],f),_m.assertIsDefined(La.onRight),fl[hl]=v(La,f);let af=La.onRight(yl[hl].right,Pl[hl],yl[hl]);return af?(H(hl,yl,af),l(hl,fl,yl,Pl,af)):hl}La.right=f;function h(La,hl,fl,yl,Pl,Ul,Gd){_m.assertEqual(fl[hl],h),fl[hl]=v(La,h);let af=La.onExit(yl[hl],Pl[hl]);if(hl>0){if(hl--,La.foldState){let yl=fl[hl]===h?"right":"left";Pl[hl]=La.foldState(Pl[hl],af,yl)}}else Ul.value=af;return hl}La.exit=h;function b(La,hl,fl,yl,Pl,Ul,Gd){return _m.assertEqual(fl[hl],b),hl}La.done=b;function v(La,hl){switch(hl){case t:if(La.onLeft)return a;case a:if(La.onOperator)return s;case s:if(La.onRight)return f;case f:return h;case h:return b;case b:return b;default:_m.fail("Invalid state")}}La.nextState=v;function l(La,hl,fl,yl,Pl){return La++,hl[La]=t,fl[La]=Pl,yl[La]=void 0,La}function H(La,hl,fl){if(_m.shouldAssert(2))for(;La>=0;)_m.assert(hl[La]!==fl,"Circular traversal detected."),La--}})(mw||(mw={}));function im(La,hl){return typeof La=="object"?$p(!1,La.prefix,La.node,La.suffix,hl):typeof La=="string"?La.length>0&&La.charCodeAt(0)===35?La.slice(1):La:""}function Fv(La,hl){return typeof La=="string"?La:zv(La,_m.checkDefined(hl))}function zv(La,hl){return c1(La)?hl(La).slice(1):za(La)?hl(La):xi(La)?La.escapedText.slice(1):Pn(La)}function $p(La,hl,fl,yl,Pl){return hl=im(hl,Pl),yl=im(yl,Pl),fl=Fv(fl,Pl),`${La?"#":""}${hl}${fl}${yl}`}function dh(La){if(La.transformFlags&65536)return!0;if(La.transformFlags&128)for(let hl of qv(La)){let La=l_(hl);if(La&&u2(La)&&(La.transformFlags&65536||La.transformFlags&128&&dh(La)))return!0}return!1}function yn(La,hl){return hl?vi(La,hl.pos,hl.end):La}function Rl(La){let hl=La.kind;return hl===169||hl===170||hl===172||hl===173||hl===174||hl===175||hl===177||hl===178||hl===179||hl===182||hl===186||hl===219||hl===220||hl===232||hl===244||hl===263||hl===264||hl===265||hl===266||hl===267||hl===268||hl===272||hl===273||hl===278||hl===279}function Kf(La){let hl=La.kind;return hl===170||hl===173||hl===175||hl===178||hl===179||hl===232||hl===264}var gw,Aw,yw,bw,vw,Ew={createBaseSourceFileNode:La=>new(vw||(vw=YA.getSourceFileConstructor()))(La,-1,-1),createBaseIdentifierNode:La=>new(yw||(yw=YA.getIdentifierConstructor()))(La,-1,-1),createBasePrivateIdentifierNode:La=>new(bw||(bw=YA.getPrivateIdentifierConstructor()))(La,-1,-1),createBaseTokenNode:La=>new(Aw||(Aw=YA.getTokenConstructor()))(La,-1,-1),createBaseNode:La=>new(gw||(gw=YA.getNodeConstructor()))(La,-1,-1)},ww=Nf(1,Ew);function S(La,hl){return hl&&La(hl)}function ie(La,hl,fl){if(fl){if(hl)return hl(fl);for(let hl of fl){let fl=La(hl);if(fl)return fl}}}function Wv(La,hl){return La.charCodeAt(hl+1)===42&&La.charCodeAt(hl+2)===42&&La.charCodeAt(hl+3)!==47}function Gv(La){return Bn(La.statements,Yv)||Hv(La)}function Yv(La){return Rl(La)&&Xv(La,95)||Wf(La)&&Xf(La.moduleReference)||Gf(La)||Yf(La)||Hf(La)?La:void 0}function Hv(La){return La.flags&8388608?mh(La):void 0}function mh(La){return $v(La)?La:$t(La,mh)}function Xv(La,hl){return nn(La.modifiers,La=>La.kind===hl)}function $v(La){return gv(La)&&La.keywordToken===102&&La.name.escapedText==="meta"}var Cw={167:function(La,hl,fl){return S(hl,La.left)||S(hl,La.right)},169:function(La,hl,fl){return ie(hl,fl,La.modifiers)||S(hl,La.name)||S(hl,La.constraint)||S(hl,La.default)||S(hl,La.expression)},305:function(La,hl,fl){return ie(hl,fl,La.modifiers)||S(hl,La.name)||S(hl,La.questionToken)||S(hl,La.exclamationToken)||S(hl,La.equalsToken)||S(hl,La.objectAssignmentInitializer)},306:function(La,hl,fl){return S(hl,La.expression)},170:function(La,hl,fl){return ie(hl,fl,La.modifiers)||S(hl,La.dotDotDotToken)||S(hl,La.name)||S(hl,La.questionToken)||S(hl,La.type)||S(hl,La.initializer)},173:function(La,hl,fl){return ie(hl,fl,La.modifiers)||S(hl,La.name)||S(hl,La.questionToken)||S(hl,La.exclamationToken)||S(hl,La.type)||S(hl,La.initializer)},172:function(La,hl,fl){return ie(hl,fl,La.modifiers)||S(hl,La.name)||S(hl,La.questionToken)||S(hl,La.type)||S(hl,La.initializer)},304:function(La,hl,fl){return ie(hl,fl,La.modifiers)||S(hl,La.name)||S(hl,La.questionToken)||S(hl,La.exclamationToken)||S(hl,La.initializer)},261:function(La,hl,fl){return S(hl,La.name)||S(hl,La.exclamationToken)||S(hl,La.type)||S(hl,La.initializer)},209:function(La,hl,fl){return S(hl,La.dotDotDotToken)||S(hl,La.propertyName)||S(hl,La.name)||S(hl,La.initializer)},182:function(La,hl,fl){return ie(hl,fl,La.modifiers)||ie(hl,fl,La.typeParameters)||ie(hl,fl,La.parameters)||S(hl,La.type)},186:function(La,hl,fl){return ie(hl,fl,La.modifiers)||ie(hl,fl,La.typeParameters)||ie(hl,fl,La.parameters)||S(hl,La.type)},185:function(La,hl,fl){return ie(hl,fl,La.modifiers)||ie(hl,fl,La.typeParameters)||ie(hl,fl,La.parameters)||S(hl,La.type)},180:lm,181:lm,175:function(La,hl,fl){return ie(hl,fl,La.modifiers)||S(hl,La.asteriskToken)||S(hl,La.name)||S(hl,La.questionToken)||S(hl,La.exclamationToken)||ie(hl,fl,La.typeParameters)||ie(hl,fl,La.parameters)||S(hl,La.type)||S(hl,La.body)},174:function(La,hl,fl){return ie(hl,fl,La.modifiers)||S(hl,La.name)||S(hl,La.questionToken)||ie(hl,fl,La.typeParameters)||ie(hl,fl,La.parameters)||S(hl,La.type)},177:function(La,hl,fl){return ie(hl,fl,La.modifiers)||S(hl,La.name)||ie(hl,fl,La.typeParameters)||ie(hl,fl,La.parameters)||S(hl,La.type)||S(hl,La.body)},178:function(La,hl,fl){return ie(hl,fl,La.modifiers)||S(hl,La.name)||ie(hl,fl,La.typeParameters)||ie(hl,fl,La.parameters)||S(hl,La.type)||S(hl,La.body)},179:function(La,hl,fl){return ie(hl,fl,La.modifiers)||S(hl,La.name)||ie(hl,fl,La.typeParameters)||ie(hl,fl,La.parameters)||S(hl,La.type)||S(hl,La.body)},263:function(La,hl,fl){return ie(hl,fl,La.modifiers)||S(hl,La.asteriskToken)||S(hl,La.name)||ie(hl,fl,La.typeParameters)||ie(hl,fl,La.parameters)||S(hl,La.type)||S(hl,La.body)},219:function(La,hl,fl){return ie(hl,fl,La.modifiers)||S(hl,La.asteriskToken)||S(hl,La.name)||ie(hl,fl,La.typeParameters)||ie(hl,fl,La.parameters)||S(hl,La.type)||S(hl,La.body)},220:function(La,hl,fl){return ie(hl,fl,La.modifiers)||ie(hl,fl,La.typeParameters)||ie(hl,fl,La.parameters)||S(hl,La.type)||S(hl,La.equalsGreaterThanToken)||S(hl,La.body)},176:function(La,hl,fl){return ie(hl,fl,La.modifiers)||S(hl,La.body)},184:function(La,hl,fl){return S(hl,La.typeName)||ie(hl,fl,La.typeArguments)},183:function(La,hl,fl){return S(hl,La.assertsModifier)||S(hl,La.parameterName)||S(hl,La.type)},187:function(La,hl,fl){return S(hl,La.exprName)||ie(hl,fl,La.typeArguments)},188:function(La,hl,fl){return ie(hl,fl,La.members)},189:function(La,hl,fl){return S(hl,La.elementType)},190:function(La,hl,fl){return ie(hl,fl,La.elements)},193:um,194:um,195:function(La,hl,fl){return S(hl,La.checkType)||S(hl,La.extendsType)||S(hl,La.trueType)||S(hl,La.falseType)},196:function(La,hl,fl){return S(hl,La.typeParameter)},206:function(La,hl,fl){return S(hl,La.argument)||S(hl,La.attributes)||S(hl,La.qualifier)||ie(hl,fl,La.typeArguments)},303:function(La,hl,fl){return S(hl,La.assertClause)},197:pm,199:pm,200:function(La,hl,fl){return S(hl,La.objectType)||S(hl,La.indexType)},201:function(La,hl,fl){return S(hl,La.readonlyToken)||S(hl,La.typeParameter)||S(hl,La.nameType)||S(hl,La.questionToken)||S(hl,La.type)||ie(hl,fl,La.members)},202:function(La,hl,fl){return S(hl,La.literal)},203:function(La,hl,fl){return S(hl,La.dotDotDotToken)||S(hl,La.name)||S(hl,La.questionToken)||S(hl,La.type)},207:fm,208:fm,210:function(La,hl,fl){return ie(hl,fl,La.elements)},211:function(La,hl,fl){return ie(hl,fl,La.properties)},212:function(La,hl,fl){return S(hl,La.expression)||S(hl,La.questionDotToken)||S(hl,La.name)},213:function(La,hl,fl){return S(hl,La.expression)||S(hl,La.questionDotToken)||S(hl,La.argumentExpression)},214:dm,215:dm,216:function(La,hl,fl){return S(hl,La.tag)||S(hl,La.questionDotToken)||ie(hl,fl,La.typeArguments)||S(hl,La.template)},217:function(La,hl,fl){return S(hl,La.type)||S(hl,La.expression)},218:function(La,hl,fl){return S(hl,La.expression)},221:function(La,hl,fl){return S(hl,La.expression)},222:function(La,hl,fl){return S(hl,La.expression)},223:function(La,hl,fl){return S(hl,La.expression)},225:function(La,hl,fl){return S(hl,La.operand)},230:function(La,hl,fl){return S(hl,La.asteriskToken)||S(hl,La.expression)},224:function(La,hl,fl){return S(hl,La.expression)},226:function(La,hl,fl){return S(hl,La.operand)},227:function(La,hl,fl){return S(hl,La.left)||S(hl,La.operatorToken)||S(hl,La.right)},235:function(La,hl,fl){return S(hl,La.expression)||S(hl,La.type)},236:function(La,hl,fl){return S(hl,La.expression)},239:function(La,hl,fl){return S(hl,La.expression)||S(hl,La.type)},237:function(La,hl,fl){return S(hl,La.name)},228:function(La,hl,fl){return S(hl,La.condition)||S(hl,La.questionToken)||S(hl,La.whenTrue)||S(hl,La.colonToken)||S(hl,La.whenFalse)},231:function(La,hl,fl){return S(hl,La.expression)},242:mm,269:mm,308:function(La,hl,fl){return ie(hl,fl,La.statements)||S(hl,La.endOfFileToken)},244:function(La,hl,fl){return ie(hl,fl,La.modifiers)||S(hl,La.declarationList)},262:function(La,hl,fl){return ie(hl,fl,La.declarations)},245:function(La,hl,fl){return S(hl,La.expression)},246:function(La,hl,fl){return S(hl,La.expression)||S(hl,La.thenStatement)||S(hl,La.elseStatement)},247:function(La,hl,fl){return S(hl,La.statement)||S(hl,La.expression)},248:function(La,hl,fl){return S(hl,La.expression)||S(hl,La.statement)},249:function(La,hl,fl){return S(hl,La.initializer)||S(hl,La.condition)||S(hl,La.incrementor)||S(hl,La.statement)},250:function(La,hl,fl){return S(hl,La.initializer)||S(hl,La.expression)||S(hl,La.statement)},251:function(La,hl,fl){return S(hl,La.awaitModifier)||S(hl,La.initializer)||S(hl,La.expression)||S(hl,La.statement)},252:hm,253:hm,254:function(La,hl,fl){return S(hl,La.expression)},255:function(La,hl,fl){return S(hl,La.expression)||S(hl,La.statement)},256:function(La,hl,fl){return S(hl,La.expression)||S(hl,La.caseBlock)},270:function(La,hl,fl){return ie(hl,fl,La.clauses)},297:function(La,hl,fl){return S(hl,La.expression)||ie(hl,fl,La.statements)},298:function(La,hl,fl){return ie(hl,fl,La.statements)},257:function(La,hl,fl){return S(hl,La.label)||S(hl,La.statement)},258:function(La,hl,fl){return S(hl,La.expression)},259:function(La,hl,fl){return S(hl,La.tryBlock)||S(hl,La.catchClause)||S(hl,La.finallyBlock)},300:function(La,hl,fl){return S(hl,La.variableDeclaration)||S(hl,La.block)},171:function(La,hl,fl){return S(hl,La.expression)},264:ym,232:ym,265:function(La,hl,fl){return ie(hl,fl,La.modifiers)||S(hl,La.name)||ie(hl,fl,La.typeParameters)||ie(hl,fl,La.heritageClauses)||ie(hl,fl,La.members)},266:function(La,hl,fl){return ie(hl,fl,La.modifiers)||S(hl,La.name)||ie(hl,fl,La.typeParameters)||S(hl,La.type)},267:function(La,hl,fl){return ie(hl,fl,La.modifiers)||S(hl,La.name)||ie(hl,fl,La.members)},307:function(La,hl,fl){return S(hl,La.name)||S(hl,La.initializer)},268:function(La,hl,fl){return ie(hl,fl,La.modifiers)||S(hl,La.name)||S(hl,La.body)},272:function(La,hl,fl){return ie(hl,fl,La.modifiers)||S(hl,La.name)||S(hl,La.moduleReference)},273:function(La,hl,fl){return ie(hl,fl,La.modifiers)||S(hl,La.importClause)||S(hl,La.moduleSpecifier)||S(hl,La.attributes)},274:function(La,hl,fl){return S(hl,La.name)||S(hl,La.namedBindings)},301:function(La,hl,fl){return ie(hl,fl,La.elements)},302:function(La,hl,fl){return S(hl,La.name)||S(hl,La.value)},271:function(La,hl,fl){return ie(hl,fl,La.modifiers)||S(hl,La.name)},275:function(La,hl,fl){return S(hl,La.name)},281:function(La,hl,fl){return S(hl,La.name)},276:gm,280:gm,279:function(La,hl,fl){return ie(hl,fl,La.modifiers)||S(hl,La.exportClause)||S(hl,La.moduleSpecifier)||S(hl,La.attributes)},277:bm,282:bm,278:function(La,hl,fl){return ie(hl,fl,La.modifiers)||S(hl,La.expression)},229:function(La,hl,fl){return S(hl,La.head)||ie(hl,fl,La.templateSpans)},240:function(La,hl,fl){return S(hl,La.expression)||S(hl,La.literal)},204:function(La,hl,fl){return S(hl,La.head)||ie(hl,fl,La.templateSpans)},205:function(La,hl,fl){return S(hl,La.type)||S(hl,La.literal)},168:function(La,hl,fl){return S(hl,La.expression)},299:function(La,hl,fl){return ie(hl,fl,La.types)},234:function(La,hl,fl){return S(hl,La.expression)||ie(hl,fl,La.typeArguments)},284:function(La,hl,fl){return S(hl,La.expression)},283:function(La,hl,fl){return ie(hl,fl,La.modifiers)},357:function(La,hl,fl){return ie(hl,fl,La.elements)},285:function(La,hl,fl){return S(hl,La.openingElement)||ie(hl,fl,La.children)||S(hl,La.closingElement)},289:function(La,hl,fl){return S(hl,La.openingFragment)||ie(hl,fl,La.children)||S(hl,La.closingFragment)},286:vm,287:vm,293:function(La,hl,fl){return ie(hl,fl,La.properties)},292:function(La,hl,fl){return S(hl,La.name)||S(hl,La.initializer)},294:function(La,hl,fl){return S(hl,La.expression)},295:function(La,hl,fl){return S(hl,La.dotDotDotToken)||S(hl,La.expression)},288:function(La,hl,fl){return S(hl,La.tagName)},296:function(La,hl,fl){return S(hl,La.namespace)||S(hl,La.name)},191:Xi,192:Xi,310:Xi,316:Xi,315:Xi,317:Xi,319:Xi,318:function(La,hl,fl){return ie(hl,fl,La.parameters)||S(hl,La.type)},321:function(La,hl,fl){return(typeof La.comment=="string"?void 0:ie(hl,fl,La.comment))||ie(hl,fl,La.tags)},348:function(La,hl,fl){return S(hl,La.tagName)||S(hl,La.name)||(typeof La.comment=="string"?void 0:ie(hl,fl,La.comment))},311:function(La,hl,fl){return S(hl,La.name)},312:function(La,hl,fl){return S(hl,La.left)||S(hl,La.right)},342:xm,349:xm,331:function(La,hl,fl){return S(hl,La.tagName)||(typeof La.comment=="string"?void 0:ie(hl,fl,La.comment))},330:function(La,hl,fl){return S(hl,La.tagName)||S(hl,La.class)||(typeof La.comment=="string"?void 0:ie(hl,fl,La.comment))},329:function(La,hl,fl){return S(hl,La.tagName)||S(hl,La.class)||(typeof La.comment=="string"?void 0:ie(hl,fl,La.comment))},346:function(La,hl,fl){return S(hl,La.tagName)||S(hl,La.constraint)||ie(hl,fl,La.typeParameters)||(typeof La.comment=="string"?void 0:ie(hl,fl,La.comment))},347:function(La,hl,fl){return S(hl,La.tagName)||(La.typeExpression&&La.typeExpression.kind===310?S(hl,La.typeExpression)||S(hl,La.fullName)||(typeof La.comment=="string"?void 0:ie(hl,fl,La.comment)):S(hl,La.fullName)||S(hl,La.typeExpression)||(typeof La.comment=="string"?void 0:ie(hl,fl,La.comment)))},339:function(La,hl,fl){return S(hl,La.tagName)||S(hl,La.fullName)||S(hl,La.typeExpression)||(typeof La.comment=="string"?void 0:ie(hl,fl,La.comment))},343:$i,345:$i,344:$i,341:$i,351:$i,350:$i,340:$i,324:function(La,hl,fl){return Bn(La.typeParameters,hl)||Bn(La.parameters,hl)||S(hl,La.type)},325:Mp,326:Mp,327:Mp,323:function(La,hl,fl){return Bn(La.jsDocPropertyTags,hl)},328:di,333:di,334:di,335:di,336:di,337:di,332:di,338:di,352:Kv,356:Zv};function lm(La,hl,fl){return ie(hl,fl,La.typeParameters)||ie(hl,fl,La.parameters)||S(hl,La.type)}function um(La,hl,fl){return ie(hl,fl,La.types)}function pm(La,hl,fl){return S(hl,La.type)}function fm(La,hl,fl){return ie(hl,fl,La.elements)}function dm(La,hl,fl){return S(hl,La.expression)||S(hl,La.questionDotToken)||ie(hl,fl,La.typeArguments)||ie(hl,fl,La.arguments)}function mm(La,hl,fl){return ie(hl,fl,La.statements)}function hm(La,hl,fl){return S(hl,La.label)}function ym(La,hl,fl){return ie(hl,fl,La.modifiers)||S(hl,La.name)||ie(hl,fl,La.typeParameters)||ie(hl,fl,La.heritageClauses)||ie(hl,fl,La.members)}function gm(La,hl,fl){return ie(hl,fl,La.elements)}function bm(La,hl,fl){return S(hl,La.propertyName)||S(hl,La.name)}function vm(La,hl,fl){return S(hl,La.tagName)||ie(hl,fl,La.typeArguments)||S(hl,La.attributes)}function Xi(La,hl,fl){return S(hl,La.type)}function xm(La,hl,fl){return S(hl,La.tagName)||(La.isNameFirst?S(hl,La.name)||S(hl,La.typeExpression):S(hl,La.typeExpression)||S(hl,La.name))||(typeof La.comment=="string"?void 0:ie(hl,fl,La.comment))}function $i(La,hl,fl){return S(hl,La.tagName)||S(hl,La.typeExpression)||(typeof La.comment=="string"?void 0:ie(hl,fl,La.comment))}function Mp(La,hl,fl){return S(hl,La.name)}function di(La,hl,fl){return S(hl,La.tagName)||(typeof La.comment=="string"?void 0:ie(hl,fl,La.comment))}function Kv(La,hl,fl){return S(hl,La.tagName)||S(hl,La.importClause)||S(hl,La.moduleSpecifier)||S(hl,La.attributes)||(typeof La.comment=="string"?void 0:ie(hl,fl,La.comment))}function Zv(La,hl,fl){return S(hl,La.expression)}function $t(La,hl,fl){if(La===void 0||La.kind<=166)return;let yl=Cw[La.kind];return yl===void 0?void 0:yl(La,hl,fl)}function Tm(La,hl,fl){let yl=Sm(La),Pl=[];for(;Pl.length=0;--hl)yl.push(La[hl]),Pl.push(Ul)}else{let fl=hl(La,Ul);if(fl){if(fl==="skip")continue;return fl}if(La.kind>=167)for(let hl of Sm(La))yl.push(hl),Pl.push(La)}}}function Sm(La){let hl=[];return $t(La,a,a),hl;function a(La){hl.unshift(La)}}function hh(La){La.externalModuleIndicator=Gv(La)}function yh(La,hl,fl,yl=!1,Pl){var Ul,Gd;(Ul=mg)==null||Ul.push(mg.Phase.Parse,"createSourceFile",{path:La},!0),Ad("beforeParse");let af,{languageVersion:n_,setExternalModuleIndicator:i_,impliedNodeFormat:p_,jsDocParsingMode:w_}=typeof fl=="object"?fl:{languageVersion:fl};if(n_===100)af=xw.parseSourceFile(La,hl,n_,void 0,yl,6,Ha,w_);else{let fl=p_===void 0?i_:La=>(La.impliedNodeFormat=p_,(i_||hh)(La));af=xw.parseSourceFile(La,hl,n_,void 0,yl,Pl,fl,w_)}return Ad("afterParse"),Ky("Parse","beforeParse","afterParse"),(Gd=mg)==null||Gd.pop(),af}function gh(La){return La.externalModuleIndicator!==void 0}function e6(La,hl,fl,yl=!1){let Pl=kw.updateSourceFile(La,hl,fl,yl);return Pl.flags|=La.flags&12582912,Pl}var xw;(La=>{var hl=pf(99,!0),fl=40960,yl,Pl,Ul,Gd,af;function l(La){return FA++,La}var n_={createBaseSourceFileNode:La=>l(new af(La,0,0)),createBaseIdentifierNode:La=>l(new Ul(La,0,0)),createBasePrivateIdentifierNode:La=>l(new Gd(La,0,0)),createBaseTokenNode:La=>l(new Pl(La,0,0)),createBaseNode:La=>l(new yl(La,0,0))},i_=Nf(11,n_),{createNodeArray:p_,createNumericLiteral:I_,createStringLiteral:N_,createLiteralLikeNode:pg,createIdentifier:mg,createPrivateIdentifier:gg,createToken:eA,createArrayLiteralExpression:tA,createObjectLiteralExpression:rA,createPropertyAccessExpression:nA,createPropertyAccessChain:iA,createElementAccessExpression:sA,createElementAccessChain:aA,createCallExpression:oA,createCallChain:lA,createNewExpression:cA,createParenthesizedExpression:uA,createBlock:pA,createVariableStatement:dA,createExpressionStatement:hA,createIfStatement:fA,createWhileStatement:_A,createForStatement:mA,createForOfStatement:gA,createVariableDeclaration:AA,createVariableDeclarationList:yA}=i_,bA,vA,EA,wA,DA,SA,kA,TA,IA,BA,FA,PA,RA,NA,OA,QA,LA=!0,MA=!1;function or(La,hl,fl,yl,Pl=!1,Ul,Gd,af=0){var n_;if(Ul=Mb(La,Ul),Ul===6){let Ul=vr(La,hl,fl,yl,Pl);return convertToJson(Ul,(n_=Ul.statements[0])==null?void 0:n_.expression,Ul.parseDiagnostics,!1,void 0),Ul.referencedFiles=w_,Ul.typeReferenceDirectives=w_,Ul.libReferenceDirectives=w_,Ul.amdDependencies=w_,Ul.hasNoDefaultLib=!1,Ul.pragmas=D_,Ul}zn(La,hl,fl,yl,Ul,af);let i_=Jr(fl,Pl,Ul,Gd||hh,af);return Vn(),i_}La.parseSourceFile=or;function br(La,hl){zn("",La,hl,void 0,1,0),B();let fl=zr(!0),yl=u()===1&&!kA.length;return Vn(),yl?fl:void 0}La.parseIsolatedEntityName=br;function vr(La,hl,fl=2,yl,Pl=!1){zn(La,hl,fl,yl,6,0),vA=QA,B();let Ul=O(),Gd,af;if(u()===1)Gd=Dt([],Ul,Ul),af=Gt();else{let La;for(;u()!==1;){let hl;switch(u()){case 23:hl=fc();break;case 112:case 97:case 106:hl=Gt();break;case 41:Y(()=>B()===9&&B()!==59)?hl=Qo():hl=Us();break;case 9:case 11:if(Y(()=>B()!==59)){hl=Xn();break}default:hl=Us();break}La&&Kr(La)?La.push(hl):La?La=[La,hl]:(La=hl,u()!==1&&De(CA.Unexpected_token))}let hl=Kr(La)?D(tA(La),Ul):_m.checkDefined(La),fl=hA(hl);D(fl,Ul),Gd=Dt([fl],Ul),af=Hn(1,CA.Unexpected_token)}let n_=se(La,2,6,!1,Gd,af,vA,Ha);Pl&&L(n_),n_.nodeCount=FA,n_.identifierCount=RA,n_.identifiers=PA,n_.parseDiagnostics=Hi(kA,n_),TA&&(n_.jsDocDiagnostics=Hi(TA,n_));let i_=n_;return Vn(),i_}La.parseJsonText=vr;function zn(La,fl,n_,i_,p_,w_){switch(yl=YA.getNodeConstructor(),Pl=YA.getTokenConstructor(),Ul=YA.getIdentifierConstructor(),Gd=YA.getPrivateIdentifierConstructor(),af=YA.getSourceFileConstructor(),bA=og(La),EA=fl,wA=n_,IA=i_,DA=p_,SA=Yd(p_),kA=[],NA=0,PA=new Map,RA=0,FA=0,vA=0,LA=!0,DA){case 1:case 2:QA=524288;break;case 6:QA=134742016;break;default:QA=0;break}MA=!1,hl.setText(EA),hl.setOnError(ei),hl.setScriptTarget(wA),hl.setLanguageVariant(SA),hl.setScriptKind(DA),hl.setJSDocParsingMode(w_)}function Vn(){hl.clearCommentDirectives(),hl.setText(""),hl.setOnError(void 0),hl.setScriptKind(0),hl.setJSDocParsingMode(0),EA=void 0,wA=void 0,IA=void 0,DA=void 0,SA=void 0,vA=0,kA=void 0,TA=void 0,NA=0,PA=void 0,OA=void 0,LA=!0}function Jr(La,fl,yl,Pl,Ul){let Gd=r6(bA);Gd&&(QA|=33554432),vA=QA,B();let af=Tn(0,Ht);_m.assert(u()===1);let n_=qe(),i_=Pe(Gt(),n_),p_=se(bA,La,yl,Gd,af,i_,vA,Pl);return s6(p_,EA),_6(p_,ce),p_.commentDirectives=hl.getCommentDirectives(),p_.nodeCount=FA,p_.identifierCount=RA,p_.identifiers=PA,p_.parseDiagnostics=Hi(kA,p_),p_.jsDocParsingMode=Ul,TA&&(p_.jsDocDiagnostics=Hi(TA,p_)),fl&&L(p_),p_;function ce(La,hl,fl){kA.push(Ja(bA,EA,La,hl,fl))}}let jA=!1;function Pe(La,hl){if(!hl)return La;_m.assert(!La.jsDoc);let fl=Cy(P2(La,EA),hl=>$A.parseJSDocComment(La,hl.pos,hl.end-hl.pos));return fl.length&&(La.jsDoc=fl),jA&&(jA=!1,La.flags|=536870912),La}function xr(La){let fl=IA,yl=kw.createSyntaxCursor(La);IA={currentNode:ce};let Pl=[],Ul=kA;kA=[];let Gd=0,af=ee(La.statements,0);for(;af!==-1;){let fl=La.statements[Gd],yl=La.statements[af];Dn(Pl,La.statements,Gd,af),Gd=te(La.statements,af);let n_=wp(Ul,La=>La.start>=fl.pos),i_=n_>=0?wp(Ul,La=>La.start>=yl.pos,n_):-1;n_>=0&&Dn(kA,Ul,n_,i_>=0?i_:void 0),pn(()=>{let fl=QA;for(QA|=65536,hl.resetTokenState(yl.pos),B();u()!==1;){let fl=hl.getTokenFullStart(),yl=cs(0,Ht);if(Pl.push(yl),fl===hl.getTokenFullStart()&&B(),Gd>=0){let hl=La.statements[Gd];if(yl.end===hl.pos)break;yl.end>hl.pos&&(Gd=te(La.statements,Gd+1))}}QA=fl},2),af=Gd>=0?ee(La.statements,Gd):-1}if(Gd>=0){let hl=La.statements[Gd];Dn(Pl,La.statements,Gd);let fl=wp(Ul,La=>La.start>=hl.pos);fl>=0&&Dn(kA,Ul,fl)}return IA=fl,i_.updateSourceFile(La,yn(p_(Pl),La.statements));function _e(La){return!(La.flags&65536)&&!!(La.transformFlags&67108864)}function ee(La,hl){for(let fl=hl;fl118}function Te(){return u()===80?!0:u()===127&&Ee()||u()===135&&Xe()?!1:u()>118}function j(La,hl,fl=!0){return u()===La?(fl&&B(),!0):(hl?De(hl):De(CA._0_expected,rt(La)),!1)}let UA=Object.keys(xA).filter(La=>La.length>2);function wt(La){if(X1(La)){at(Ir(EA,La.template.pos),La.template.end,CA.Module_declaration_names_may_only_use_or_quoted_strings);return}let fl=et(La)?Pn(La):void 0;if(!fl||!Cg(fl,wA)){De(CA._0_expected,rt(27));return}let yl=Ir(EA,La.pos);switch(fl){case"const":case"let":case"var":at(yl,La.end,CA.Variable_declaration_not_allowed_at_this_location);return;case"declare":return;case"interface":Rt(CA.Interface_name_cannot_be_0,CA.Interface_must_be_given_a_name,19);return;case"is":at(yl,hl.getTokenStart(),CA.A_type_predicate_is_only_allowed_in_return_type_position_for_functions_and_methods);return;case"module":case"namespace":Rt(CA.Namespace_name_cannot_be_0,CA.Namespace_must_be_given_a_name,19);return;case"type":Rt(CA.Type_alias_name_cannot_be_0,CA.Type_alias_must_be_given_a_name,64);return}let Pl=__(fl,UA,xt)??fn(fl);if(Pl){at(yl,La.end,CA.Unknown_keyword_or_identifier_Did_you_mean_0,Pl);return}u()!==0&&at(yl,La.end,CA.Unexpected_keyword_or_identifier)}function Rt(La,fl,yl){u()===yl?De(fl):De(La,hl.getTokenValue())}function fn(La){for(let hl of UA)if(La.length>hl.length+2&&xl(La,hl))return`${hl} ${La.slice(hl.length)}`}function Gl(La,fl,yl){if(u()===60&&!hl.hasPrecedingLineBreak()){De(CA.Decorators_must_precede_the_name_and_all_keywords_of_property_declarations);return}if(u()===21){De(CA.Cannot_start_a_function_call_in_a_type_annotation),B();return}if(fl&&!cr()){yl?De(CA._0_expected,rt(27)):De(CA.Expected_for_property_initializer);return}if(!ua()){if(yl){De(CA._0_expected,rt(27));return}wt(La)}}function M_(La){return u()===La?(ze(),!0):(_m.assert(Cp(La)),De(CA._0_expected,rt(La)),!1)}function Ur(La,hl,fl,yl){if(u()===hl){B();return}let Pl=De(CA._0_expected,rt(hl));fl&&Pl&&pl(Pl,Ja(bA,EA,yl,1,CA.The_parser_expected_to_find_a_1_to_match_the_0_token_here,rt(La),rt(hl)))}function Je(La){return u()===La?(B(),!0):!1}function ft(La){if(u()===La)return Gt()}function Yl(La){if(u()===La)return Xl()}function Hn(La,hl,fl){return ft(La)||Yt(La,!1,hl||CA._0_expected,fl||rt(La))}function Hl(La){let hl=Yl(La);return hl||(_m.assert(Cp(La)),Yt(La,!1,CA._0_expected,rt(La)))}function Gt(){let La=O(),hl=u();return B(),D(eA(hl),La)}function Xl(){let La=O(),hl=u();return ze(),D(eA(hl),La)}function cr(){return u()===27?!0:u()===20||u()===1||hl.hasPrecedingLineBreak()}function ua(){return cr()?(u()===27&&B(),!0):!1}function en(){return ua()||j(27)}function Dt(La,fl,yl,Pl){let Ul=p_(La,Pl);return vi(Ul,fl,yl??hl.getTokenFullStart()),Ul}function D(La,fl,yl){return vi(La,fl,yl??hl.getTokenFullStart()),QA&&(La.flags|=QA),MA&&(MA=!1,La.flags|=262144),La}function Yt(La,fl,yl,...Pl){fl?xn(hl.getTokenFullStart(),0,yl,...Pl):yl&&De(yl,...Pl);let Ul=O(),Gd=La===80?mg("",void 0):Rd(La)?i_.createTemplateLiteralLikeNode(La,"","",void 0):La===9?I_("",void 0):La===11?N_("",void 0):La===283?i_.createMissingDeclaration():eA(La);return D(Gd,Ul)}function Br(La){let hl=PA.get(La);return hl===void 0&&PA.set(La,hl=La),hl}function lr(La,fl,yl){if(La){RA++;let La=hl.hasPrecedingJSDocLeadingAsterisks()?hl.getTokenStart():O(),fl=u(),yl=Br(hl.getTokenValue()),Pl=hl.hasExtendedUnicodeEscape();return Me(),D(mg(yl,fl,Pl),La)}if(u()===81)return De(yl||CA.Private_identifiers_are_not_allowed_outside_class_bodies),lr(!0);if(u()===0&&hl.tryScan(()=>hl.reScanInvalidIdentifier()===80))return lr(!0);RA++;let Pl=u()===1,Ul=hl.isReservedWord(),Gd=hl.getTokenText(),af=Ul?CA.Identifier_expected_0_is_a_reserved_word_that_cannot_be_used_here:CA.Identifier_expected;return Yt(80,Pl,fl||af,Gd)}function as(La){return lr(Ve(),void 0,La)}function vt(La,hl){return lr(Te(),La,hl)}function Ut(La){return lr(kt(u()),La)}function ti(){return(hl.hasUnicodeEscape()||hl.hasExtendedUnicodeEscape())&&De(CA.Unicode_escape_sequence_cannot_appear_here),lr(kt(u()))}function Sr(){return kt(u())||u()===11||u()===9||u()===10}function L_(){return kt(u())||u()===11}function $l(La){if(u()===11||u()===9||u()===10){let La=Xn();return La.text=Br(La.text),La}return La&&u()===23?Ql():u()===81?pa():Ut()}function qr(){return $l(!0)}function Ql(){let La=O();j(23);let hl=ut(At);return j(24),D(i_.createComputedPropertyName(hl),La)}function pa(){let La=O(),fl=gg(Br(hl.getTokenValue()));return B(),D(fl,La)}function ni(La){return u()===La&&le(j_)}function ss(){return B(),hl.hasPrecedingLineBreak()?!1:ur()}function j_(){switch(u()){case 87:return B()===94;case 95:return B(),u()===90?Y(Di):u()===156?Y(Kl):Ci();case 90:return Di();case 126:return B(),ur();case 139:case 153:return B(),Zl();default:return ss()}}function Ci(){return u()===60||u()!==42&&u()!==130&&u()!==19&&ur()}function Kl(){return B(),Ci()}function J_(){return Xr(u())&&le(j_)}function ur(){return u()===23||u()===19||u()===42||u()===26||Sr()}function Zl(){return u()===23||Sr()}function Di(){return B(),u()===86||u()===100||u()===120||u()===60||u()===128&&Y(Ec)||u()===134&&Y(Ac)}function fa(La,hl){if(ma(La))return!0;switch(La){case 0:case 1:case 3:return!(u()===27&&hl)&&Cc();case 2:return u()===84||u()===90;case 4:return Y(fo);case 5:return Y(Fc)||u()===27&&!hl;case 6:return u()===23||Sr();case 12:switch(u()){case 23:case 42:case 26:case 25:return!0;default:return Sr()}case 18:return Sr();case 9:return u()===23||u()===26||Sr();case 24:return L_();case 7:return u()===19?Y(R_):hl?Te()&&!_s():Ds()&&!_s();case 8:return Vs();case 10:return u()===28||u()===26||Vs();case 19:return u()===103||u()===87||Te();case 15:switch(u()){case 28:case 25:return!0}case 11:return u()===26||kr();case 16:return ba(!1);case 17:return ba(!0);case 20:case 21:return u()===28||si();case 22:return $s();case 23:return u()===161&&Y(Mc)?!1:u()===11?!0:kt(u());case 13:return kt(u())||u()===19;case 14:return!0;case 25:return!0;case 26:return _m.fail("ParsingContext.Count used as a context");default:_m.assertNever(La,"Non-exhaustive case in 'isListElement'.")}}function R_(){if(_m.assert(u()===19),B()===20){let La=B();return La===28||La===19||La===96||La===119}return!0}function Pi(){return B(),Te()}function eu(){return B(),kt(u())}function U_(){return B(),cg(u())}function _s(){return u()===119||u()===96?Y(B_):!1}function B_(){return B(),kr()}function Ni(){return B(),si()}function da(La){if(u()===1)return!0;switch(La){case 1:case 2:case 4:case 5:case 6:case 12:case 9:case 23:case 24:return u()===20;case 3:return u()===20||u()===84||u()===90;case 7:return u()===19||u()===96||u()===119;case 8:return os();case 19:return u()===32||u()===21||u()===19||u()===96||u()===119;case 11:return u()===22||u()===27;case 15:case 21:case 10:return u()===24;case 17:case 16:case 18:return u()===22||u()===24;case 20:return u()!==28;case 22:return u()===19||u()===20;case 13:return u()===32||u()===44;case 14:return u()===30&&Y(lp);default:return!1}}function os(){return!!(cr()||Yo(u())||u()===39)}function q_(){_m.assert(NA,"Missing parsing context");for(let La=0;La<26;La++)if(NA&1<=0)}function fs(La){return La===6?CA.An_enum_member_name_must_be_followed_by_a_or:void 0}function pr(){let La=Dt([],O());return La.isMissingList=!0,La}function $_(La){return!!La.isMissingList}function Fr(La,hl,fl,yl){if(j(fl)){let fl=dn(La,hl);return j(yl),fl}return pr()}function zr(La,hl){let fl=O(),yl=La?Ut(hl):vt(hl);for(;Je(25)&&u()!==30;)yl=D(i_.createQualifiedName(yl,ri(La,!1,!0)),fl);return yl}function tu(La,hl){return D(i_.createQualifiedName(La,hl),La.pos)}function ri(La,fl,yl){if(hl.hasPrecedingLineBreak()&&kt(u())&&Y(qs))return Yt(80,!0,CA.Identifier_expected);if(u()===81){let La=pa();return fl?La:Yt(80,!0,CA.Identifier_expected)}return La?yl?Ut():ti():vt()}function nu(La){let hl=O(),fl=[],yl;do{yl=eo(La),fl.push(yl)}while(yl.literal.kind===17);return Dt(fl,hl)}function ya(La){let hl=O();return D(i_.createTemplateExpression(Ii(La),nu(La)),hl)}function Q_(){let La=O();return D(i_.createTemplateLiteralType(Ii(!1),ru()),La)}function ru(){let La=O(),hl=[],fl;do{fl=K_(),hl.push(fl)}while(fl.literal.kind===17);return Dt(hl,La)}function K_(){let La=O();return D(i_.createTemplateLiteralTypeSpan(ot(),Z_(!1)),La)}function Z_(La){return u()===20?(Nt(La),to()):Hn(18,CA._0_expected,rt(20))}function eo(La){let hl=O();return D(i_.createTemplateSpan(ut(At),Z_(La)),hl)}function Xn(){return ii(u())}function Ii(La){!La&&hl.getTokenFlags()&26656&&Nt(!1);let fl=ii(u());return _m.assert(fl.kind===16,"Template head has wrong token kind"),fl}function to(){let La=ii(u());return _m.assert(La.kind===17||La.kind===18,"Template fragment has wrong token kind"),La}function iu(La){let fl=La===15||La===18,yl=hl.getTokenText();return yl.substring(1,yl.length-(hl.isUnterminated()?0:fl?1:2))}function ii(La){let fl=O(),yl=Rd(La)?i_.createTemplateLiteralLikeNode(La,hl.getTokenValue(),iu(La),hl.getTokenFlags()&7176):La===9?I_(hl.getTokenValue(),hl.getNumericLiteralFlags()):La===11?N_(hl.getTokenValue(),void 0,hl.hasExtendedUnicodeEscape()):t2(La)?pg(La,hl.getTokenValue()):_m.fail();return hl.hasExtendedUnicodeEscape()&&(yl.hasExtendedUnicodeEscape=!0),hl.isUnterminated()&&(yl.isUnterminated=!0),B(),D(yl,fl)}function ai(){return zr(!0,CA.Type_expected)}function no(){if(!hl.hasPrecedingLineBreak()&&Et()===30)return Fr(20,ot,30,32)}function ga(){let La=O();return D(i_.createTypeReferenceNode(ai(),no()),La)}function ds(La){switch(La.kind){case 184:return ea(La.typeName);case 185:case 186:{let{parameters:hl,type:fl}=La;return $_(hl)||ds(fl)}case 197:return ds(La.type);default:return!1}}function au(La){return B(),D(i_.createTypePredicateNode(void 0,La,ot()),La.pos)}function ms(){let La=O();return B(),D(i_.createThisTypeNode(),La)}function su(){let La=O();return B(),D(i_.createJSDocAllType(),La)}function ro(){let La=O();return B(),D(i_.createJSDocNonNullableType(Es(),!1),La)}function _u(){let La=O();return B(),u()===28||u()===20||u()===22||u()===32||u()===64||u()===52?D(i_.createJSDocUnknownType(),La):D(i_.createJSDocNullableType(ot(),!1),La)}function io(){let La=O(),hl=qe();if(le(Kc)){let fl=$n(36),yl=Ln(59,!1);return Pe(D(i_.createJSDocFunctionType(fl,yl),La),hl)}return D(i_.createTypeReferenceNode(Ut(),void 0),La)}function hs(){let La=O(),hl;return(u()===110||u()===105)&&(hl=Ut(),j(59)),D(i_.createParameterDeclaration(void 0,void 0,hl,void 0,ys(),void 0),La)}function ys(){hl.setSkipJsDocLeadingAsterisks(!0);let La=O();if(Je(144)){let fl=i_.createJSDocNamepathType(void 0);e:for(;;)switch(u()){case 20:case 1:case 28:case 5:break e;default:ze()}return hl.setSkipJsDocLeadingAsterisks(!1),D(fl,La)}let fl=Je(26),yl=Ta();return hl.setSkipJsDocLeadingAsterisks(!1),fl&&(yl=D(i_.createJSDocVariadicType(yl),La)),u()===64?(B(),D(i_.createJSDocOptionalType(yl),La)):yl}function ao(){let La=O();j(114);let fl=zr(!0),yl=hl.hasPrecedingLineBreak()?void 0:Ia();return D(i_.createTypeQueryNode(fl,yl),La)}function so(){let La=O(),hl=jn(!1,!0),fl=vt(),yl,Pl;Je(96)&&(si()||!kr()?yl=ot():Pl=tc());let Ul=Je(64)?ot():void 0,Gd=i_.createTypeParameterDeclaration(hl,fl,yl,Ul);return Gd.expression=Pl,D(Gd,La)}function mn(){if(u()===30)return Fr(19,so,30,32)}function ba(La){return u()===26||Vs()||Xr(u())||u()===60||si(!La)}function _o(La){let hl=_i(CA.Private_identifiers_cannot_be_used_as_parameters);return k2(hl)===0&&!nn(La)&&Xr(u())&&B(),hl}function oo(){return Ve()||u()===23||u()===19}function gs(La){return bs(La)}function co(La){return bs(La,!1)}function bs(La,hl=!0){let fl=O(),yl=qe(),Pl=La?U(()=>jn(!0)):K(()=>jn(!0));if(u()===110){let La=i_.createParameterDeclaration(Pl,void 0,lr(!0),void 0,wr(),void 0),hl=ef(Pl);return hl&&un(hl,CA.Neither_decorators_nor_modifiers_may_be_applied_to_this_parameters),Pe(D(La,fl),yl)}let Ul=LA;LA=!1;let Gd=ft(26);if(!hl&&!oo())return;let af=Pe(D(i_.createParameterDeclaration(Pl,Gd,_o(Pl),ft(58),wr(),Er()),fl),yl);return LA=Ul,af}function Ln(La,hl){if(lo(La,hl))return Tr(Ta)}function lo(La,hl){return La===39?(j(La),!0):Je(59)?!0:hl&&u()===39?(De(CA._0_expected,rt(59)),B(),!0):!1}function vs(La,hl){let fl=Ee(),yl=Xe();$e(!!(La&1)),_t(!!(La&2));let Pl=La&32?dn(17,hs):dn(16,()=>hl?gs(yl):co(yl));return $e(fl),_t(yl),Pl}function $n(La){if(!j(21))return pr();let hl=vs(La,!0);return j(22),hl}function va(){Je(28)||en()}function uo(La){let hl=O(),fl=qe();La===181&&j(105);let yl=mn(),Pl=$n(4),Ul=Ln(59,!0);va();let Gd=La===180?i_.createCallSignature(yl,Pl,Ul):i_.createConstructSignature(yl,Pl,Ul);return Pe(D(Gd,hl),fl)}function Vr(){return u()===23&&Y(ou)}function ou(){if(B(),u()===26||u()===24)return!0;if(Xr(u())){if(B(),Te())return!0}else if(Te())B();else return!1;return u()===59||u()===28?!0:u()!==58?!1:(B(),u()===59||u()===28||u()===24)}function xs(La,hl,fl){let yl=Fr(16,()=>gs(!1),23,24),Pl=wr();va();let Ul=i_.createIndexSignature(fl,yl,Pl);return Pe(D(Ul,La),hl)}function po(La,hl,fl){let yl=qr(),Pl=ft(58),Ul;if(u()===21||u()===30){let La=mn(),hl=$n(4),Gd=Ln(59,!0);Ul=i_.createMethodSignature(fl,yl,Pl,La,hl,Gd)}else{let La=wr();Ul=i_.createPropertySignature(fl,yl,Pl,La),u()===64&&(Ul.initializer=Er())}return va(),Pe(D(Ul,La),hl)}function fo(){if(u()===21||u()===30||u()===139||u()===153)return!0;let La=!1;for(;Xr(u());)La=!0,B();return u()===23?!0:(Sr()&&(La=!0,B()),La?u()===21||u()===30||u()===58||u()===59||u()===28||cr():!1)}function Oi(){if(u()===21||u()===30)return uo(180);if(u()===105&&Y(mo))return uo(181);let La=O(),hl=qe(),fl=jn(!1);return ni(139)?ci(La,hl,fl,178,4):ni(153)?ci(La,hl,fl,179,4):Vr()?xs(La,hl,fl):po(La,hl,fl)}function mo(){return B(),u()===21||u()===30}function ho(){return B()===25}function yo(){switch(B()){case 21:case 30:case 25:return!0}return!1}function go(){let La=O();return D(i_.createTypeLiteralNode(bo()),La)}function bo(){let La;return j(19)?(La=Tn(4,Oi),j(20)):La=pr(),La}function vo(){return B(),u()===40||u()===41?B()===148:(u()===148&&B(),u()===23&&Pi()&&B()===103)}function cu(){let La=O(),hl=Ut();j(103);let fl=ot();return D(i_.createTypeParameterDeclaration(void 0,hl,fl,void 0),La)}function xo(){let La=O();j(19);let hl;(u()===148||u()===40||u()===41)&&(hl=Gt(),hl.kind!==148&&j(148)),j(23);let fl=cu(),yl=Je(130)?ot():void 0;j(24);let Pl;(u()===58||u()===40||u()===41)&&(Pl=Gt(),Pl.kind!==58&&j(58));let Ul=wr();en();let Gd=Tn(4,Oi);return j(20),D(i_.createMappedTypeNode(hl,fl,yl,Pl,Ul,Gd),La)}function To(){let La=O();if(Je(26))return D(i_.createRestTypeNode(ot()),La);let hl=ot();if(oh(hl)&&hl.pos===hl.type.pos){let La=i_.createOptionalTypeNode(hl.type);return yn(La,hl),La.flags=hl.flags,La}return hl}function Ts(){return B()===59||u()===58&&B()===59}function lu(){return u()===26?kt(B())&&Ts():kt(u())&&Ts()}function So(){if(Y(lu)){let La=O(),hl=qe(),fl=ft(26),yl=Ut(),Pl=ft(58);j(59);let Ul=To(),Gd=i_.createNamedTupleMember(fl,yl,Pl,Ul);return Pe(D(Gd,La),hl)}return To()}function uu(){let La=O();return D(i_.createTupleTypeNode(Fr(21,So,23,24)),La)}function wo(){let La=O();j(21);let hl=ot();return j(22),D(i_.createParenthesizedType(hl),La)}function pu(){let La;if(u()===128){let hl=O();B();let fl=D(eA(128),hl);La=Dt([fl],hl)}return La}function Ss(){let La=O(),hl=qe(),fl=pu(),yl=Je(105);_m.assert(!fl||yl,"Per isStartOfFunctionOrConstructorType, a function type cannot have modifiers.");let Pl=mn(),Ul=$n(4),Gd=Ln(39,!1),af=yl?i_.createConstructorTypeNode(fl,Pl,Ul,Gd):i_.createFunctionTypeNode(Pl,Ul,Gd);return Pe(D(af,La),hl)}function ko(){let La=Gt();return u()===25?void 0:La}function ws(La){let hl=O();La&&B();let fl=u()===112||u()===97||u()===106?Gt():ii(u());return La&&(fl=D(i_.createPrefixUnaryExpression(41,fl),hl)),D(i_.createLiteralTypeNode(fl),hl)}function fu(){return B(),u()===102}function ks(){vA|=4194304;let La=O(),fl=Je(114);j(102),j(21);let yl=ot(),Pl;if(Je(28)){let La=hl.getTokenStart();j(19);let fl=u();if(fl===118||fl===132?B():De(CA._0_expected,rt(118)),j(59),Pl=Zs(fl,!0),Je(28),!j(20)){let hl=Va(kA);hl&&hl.code===CA._0_expected.code&&pl(hl,Ja(bA,EA,La,1,CA.The_parser_expected_to_find_a_1_to_match_the_0_token_here,"{","}"))}}j(22);let Ul=Je(25)?ai():void 0,Gd=no();return D(i_.createImportTypeNode(yl,Pl,Ul,Gd,fl),La)}function Eo(){return B(),u()===9||u()===10}function Es(){switch(u()){case 133:case 159:case 154:case 150:case 163:case 155:case 136:case 157:case 146:case 151:return le(ko)||ga();case 67:hl.reScanAsteriskEqualsToken();case 42:return su();case 61:hl.reScanQuestionToken();case 58:return _u();case 100:return io();case 54:return ro();case 15:case 11:case 9:case 10:case 112:case 97:case 106:return ws();case 41:return Y(Eo)?ws(!0):ga();case 116:return Gt();case 110:{let La=ms();return u()===142&&!hl.hasPrecedingLineBreak()?au(La):La}case 114:return Y(fu)?ks():ao();case 19:return Y(vo)?xo():go();case 23:return uu();case 21:return wo();case 102:return ks();case 131:return Y(qs)?jo():ga();case 16:return Q_();default:return ga()}}function si(La){switch(u()){case 133:case 159:case 154:case 150:case 163:case 136:case 148:case 155:case 158:case 116:case 157:case 106:case 110:case 114:case 146:case 19:case 23:case 30:case 52:case 51:case 105:case 11:case 9:case 10:case 112:case 97:case 151:case 42:case 58:case 54:case 26:case 140:case 102:case 131:case 15:case 16:return!0;case 100:return!La;case 41:return!La&&Y(Eo);case 21:return!La&&Y(Ao);default:return Te()}}function Ao(){return B(),u()===22||ba(!1)||si()}function Co(){let La=O(),fl=Es();for(;!hl.hasPrecedingLineBreak();)switch(u()){case 54:B(),fl=D(i_.createJSDocNonNullableType(fl,!0),La);break;case 58:if(Y(Ni))return fl;B(),fl=D(i_.createJSDocNullableType(fl,!0),La);break;case 23:if(j(23),si()){let hl=ot();j(24),fl=D(i_.createIndexedAccessTypeNode(fl,hl),La)}else j(24),fl=D(i_.createArrayTypeNode(fl),La);break;default:return fl}return fl}function Do(La){let hl=O();return j(La),D(i_.createTypeOperatorNode(La,No()),hl)}function du(){if(Je(96)){let La=Mn(ot);if(Ye()||u()!==58)return La}}function Po(){let La=O(),hl=vt(),fl=le(du),yl=i_.createTypeParameterDeclaration(void 0,hl,fl);return D(yl,La)}function mu(){let La=O();return j(140),D(i_.createInferTypeNode(Po()),La)}function No(){let La=u();switch(La){case 143:case 158:case 148:return Do(La);case 140:return mu()}return Tr(Co)}function xa(La){if(Cs()){let hl=Ss(),fl;return Jf(hl)?fl=La?CA.Function_type_notation_must_be_parenthesized_when_used_in_a_union_type:CA.Function_type_notation_must_be_parenthesized_when_used_in_an_intersection_type:fl=La?CA.Constructor_type_notation_must_be_parenthesized_when_used_in_a_union_type:CA.Constructor_type_notation_must_be_parenthesized_when_used_in_an_intersection_type,un(hl,fl),hl}}function Io(La,hl,fl){let yl=O(),Pl=La===52,Ul=Je(La),Gd=Ul&&xa(Pl)||hl();if(u()===La||Ul){let Ul=[Gd];for(;Je(La);)Ul.push(xa(Pl)||hl());Gd=D(fl(Dt(Ul,yl)),yl)}return Gd}function As(){return Io(51,No,i_.createIntersectionTypeNode)}function hu(){return Io(52,As,i_.createUnionTypeNode)}function Oo(){return B(),u()===105}function Cs(){return u()===30||u()===21&&Y(Mo)?!0:u()===105||u()===128&&Y(Oo)}function yu(){if(Xr(u())&&jn(!1),Te()||u()===110)return B(),!0;if(u()===23||u()===19){let La=kA.length;return _i(),La===kA.length}return!1}function Mo(){return B(),!!(u()===22||u()===26||yu()&&(u()===59||u()===28||u()===58||u()===64||u()===22&&(B(),u()===39)))}function Ta(){let La=O(),hl=Te()&&le(Lo),fl=ot();return hl?D(i_.createTypePredicateNode(void 0,hl,fl),La):fl}function Lo(){let La=vt();if(u()===142&&!hl.hasPrecedingLineBreak())return B(),La}function jo(){let La=O(),hl=Hn(131),fl=u()===110?ms():vt(),yl=Je(142)?ot():void 0;return D(i_.createTypePredicateNode(hl,fl,yl),La)}function ot(){if(QA&81920)return Pt(81920,ot);if(Cs())return Ss();let La=O(),fl=hu();if(!Ye()&&!hl.hasPrecedingLineBreak()&&Je(96)){let hl=Mn(ot);j(58);let yl=Tr(ot);j(59);let Pl=Tr(ot);return D(i_.createConditionalTypeNode(fl,hl,yl,Pl),La)}return fl}function wr(){return Je(59)?ot():void 0}function Ds(){switch(u()){case 110:case 108:case 106:case 112:case 97:case 9:case 10:case 11:case 15:case 16:case 21:case 23:case 19:case 100:case 86:case 105:case 44:case 69:case 80:return!0;case 102:return Y(yo);default:return Te()}}function kr(){if(Ds())return!0;switch(u()){case 40:case 41:case 55:case 54:case 91:case 114:case 116:case 46:case 47:case 30:case 135:case 127:case 81:case 60:return!0;default:return Ho()?!0:Te()}}function Jo(){return u()!==19&&u()!==100&&u()!==86&&u()!==60&&kr()}function At(){let La=tt();La&&Ze(!1);let hl=O(),fl=Vt(!0),yl;for(;yl=ft(28);)fl=Is(fl,yl,Vt(!0),hl);return La&&Ze(!0),fl}function Er(){return Je(64)?Vt(!0):void 0}function Vt(La){if(Ro())return Uo();let hl=bu(La)||Vo(La);if(hl)return hl;let fl=O(),yl=qe(),Pl=Mi(0);return Pl.kind===80&&u()===39?Bo(fl,Pl,La,yl,void 0):Ga(Pl)&&E1(Ge())?Is(Pl,Gt(),Vt(La),fl):vu(Pl,fl,La)}function Ro(){return u()===127?Ee()?!0:Y(Fs):!1}function gu(){return B(),!hl.hasPrecedingLineBreak()&&Te()}function Uo(){let La=O();return B(),!hl.hasPrecedingLineBreak()&&(u()===42||kr())?D(i_.createYieldExpression(ft(42),Vt(!0)),La):D(i_.createYieldExpression(void 0,void 0),La)}function Bo(La,hl,fl,yl,Pl){_m.assert(u()===39,"parseSimpleArrowFunctionExpression should only have been called if we had a =>");let Ul=i_.createParameterDeclaration(void 0,void 0,hl,void 0,void 0,void 0);D(Ul,hl.pos);let Gd=Dt([Ul],Ul.pos,Ul.end),af=Hn(39),n_=Ps(!!Pl,fl),p_=i_.createArrowFunction(Pl,void 0,Gd,void 0,af,n_);return Pe(D(p_,La),yl)}function bu(La){let hl=qo();if(hl!==0)return hl===1?Go(!0,!0):le(()=>zo(La))}function qo(){return u()===21||u()===30||u()===134?Y(Fo):u()===39?1:0}function Fo(){if(u()===134&&(B(),hl.hasPrecedingLineBreak()||u()!==21&&u()!==30))return 0;let La=u(),fl=B();if(La===21){if(fl===22)switch(B()){case 39:case 59:case 19:return 1;default:return 0}if(fl===23||fl===19)return 2;if(fl===26)return 1;if(Xr(fl)&&fl!==134&&Y(Pi))return B()===130?0:1;if(!Te()&&fl!==110)return 0;switch(B()){case 59:return 1;case 58:return B(),u()===59||u()===28||u()===64||u()===22?1:0;case 28:case 64:case 22:return 2}return 0}else return _m.assert(La===30),!Te()&&u()!==87?0:SA===1?Y(()=>{Je(87);let La=B();if(La===96)switch(B()){case 64:case 32:case 44:return!1;default:return!0}else if(La===28||La===64)return!0;return!1})?1:0:2}function zo(La){let fl=hl.getTokenStart();if(OA?.has(fl))return;let yl=Go(!1,La);return yl||(OA||(OA=new Set)).add(fl),yl}function Vo(La){if(u()===134&&Y(Wo)===1){let hl=O(),fl=qe(),yl=Wc(),Pl=Mi(0);return Bo(hl,Pl,La,fl,yl)}}function Wo(){if(u()===134){if(B(),hl.hasPrecedingLineBreak()||u()===39)return 0;let La=Mi(0);if(!hl.hasPrecedingLineBreak()&&La.kind===80&&u()===39)return 1}return 0}function Go(La,hl){let fl=O(),yl=qe(),Pl=Wc(),Ul=nn(Pl,ml)?2:0,Gd=mn(),af;if(j(21)){if(La)af=vs(Ul,La);else{let hl=vs(Ul,La);if(!hl)return;af=hl}if(!j(22)&&!La)return}else{if(!La)return;af=pr()}let n_=u()===59,p_=Ln(59,!1);if(p_&&!La&&ds(p_))return;let w_=p_;for(;w_?.kind===197;)w_=w_.type;let D_=w_&&ch(w_);if(!La&&u()!==39&&(D_||u()!==19))return;let I_=u(),N_=Hn(39),_m=I_===39||I_===19?Ps(nn(Pl,ml),hl):vt();if(!hl&&n_&&u()!==59)return;let pg=i_.createArrowFunction(Pl,Gd,af,p_,N_,_m);return Pe(D(pg,fl),yl)}function Ps(La,hl){if(u()===19)return Aa(La?2:0);if(u()!==27&&u()!==100&&u()!==86&&Cc()&&!Jo())return Aa(16|(La?2:0));let fl=Ee();$e(!1);let yl=LA;LA=!1;let Pl=La?U(()=>Vt(hl)):K(()=>Vt(hl));return LA=yl,$e(fl),Pl}function vu(La,hl,yl){let Pl=ft(58);if(!Pl)return La;let Ul;return D(i_.createConditionalExpression(La,Pl,Pt(fl,()=>Vt(!1)),Ul=Hn(59),Vp(Ul)?Vt(yl):Yt(80,!1,CA._0_expected,rt(59))),hl)}function Mi(La){let hl=O(),fl=tc();return Ns(La,fl,hl)}function Yo(La){return La===103||La===165}function Ns(La,fl,yl){for(;;){Ge();let Pl=Dp(u());if(!(u()===43?Pl>=La:Pl>La)||u()===103&&he())break;if(u()===130||u()===152){if(hl.hasPrecedingLineBreak())break;{let La=u();B(),fl=La===152?Xo(fl,ot()):$o(fl,ot())}}else fl=Is(fl,Gt(),Mi(Pl),yl)}return fl}function Ho(){return he()&&u()===103?!1:Dp(u())>0}function Xo(La,hl){return D(i_.createSatisfiesExpression(La,hl),La.pos)}function Is(La,hl,fl,yl){return D(i_.createBinaryExpression(La,hl,fl),yl)}function $o(La,hl){return D(i_.createAsExpression(La,hl),La.pos)}function Qo(){let La=O();return D(i_.createPrefixUnaryExpression(u(),je(Ar)),La)}function Ko(){let La=O();return D(i_.createDeleteExpression(je(Ar)),La)}function xu(){let La=O();return D(i_.createTypeOfExpression(je(Ar)),La)}function Zo(){let La=O();return D(i_.createVoidExpression(je(Ar)),La)}function Tu(){return u()===135?Xe()?!0:Y(Fs):!1}function ec(){let La=O();return D(i_.createAwaitExpression(je(Ar)),La)}function tc(){if(Su()){let La=O(),hl=Sa();return u()===43?Ns(Dp(u()),hl,La):hl}let La=u(),hl=Ar();if(u()===43){let fl=Ir(EA,hl.pos),{end:yl}=hl;hl.kind===217?at(fl,yl,CA.A_type_assertion_expression_is_not_allowed_in_the_left_hand_side_of_an_exponentiation_expression_Consider_enclosing_the_expression_in_parentheses):(_m.assert(Cp(La)),at(fl,yl,CA.An_unary_expression_with_the_0_operator_is_not_allowed_in_the_left_hand_side_of_an_exponentiation_expression_Consider_enclosing_the_expression_in_parentheses,rt(La)))}return hl}function Ar(){switch(u()){case 40:case 41:case 55:case 54:return Qo();case 91:return Ko();case 114:return xu();case 116:return Zo();case 30:return SA===1?ji(!0,void 0,void 0,!0):sc();case 135:if(Tu())return ec();default:return Sa()}}function Su(){switch(u()){case 40:case 41:case 55:case 54:case 91:case 114:case 116:case 135:return!1;case 30:if(SA!==1)return!1;default:return!0}}function Sa(){if(u()===46||u()===47){let La=O();return D(i_.createPrefixUnaryExpression(u(),je(Li)),La)}else if(SA===1&&u()===30&&Y(U_))return ji(!0);let La=Li();if(_m.assert(Ga(La)),(u()===46||u()===47)&&!hl.hasPrecedingLineBreak()){let hl=u();return B(),D(i_.createPostfixUnaryExpression(La,hl),La.pos)}return La}function Li(){let La=O(),hl;return u()===102?Y(mo)?(vA|=4194304,hl=Gt()):Y(ho)?(B(),B(),hl=D(i_.createMetaProperty(102,Ut()),La),hl.name.escapedText==="defer"?(u()===21||u()===30)&&(vA|=4194304):vA|=8388608):hl=wa():hl=u()===108?nc():wa(),Js(La,hl)}function wa(){let La=O(),hl=Rs();return on(La,hl,!0)}function nc(){let La=O(),hl=Gt();if(u()===30){let La=O(),fl=le(Ea);fl!==void 0&&(at(La,O(),CA.super_may_not_use_type_arguments),Sn()||(hl=i_.createExpressionWithTypeArguments(hl,fl)))}return u()===21||u()===25||u()===23?hl:(Hn(25,CA.super_must_be_followed_by_an_argument_list_or_member_access),D(nA(hl,ri(!0,!0,!0)),La))}function ji(La,hl,fl,yl=!1){let Pl=O(),Ul=Eu(La),Gd;if(Ul.kind===287){let hl=ka(Ul),yl,af=hl[hl.length-1];if(af?.kind===285&&!mi(af.openingElement.tagName,af.closingElement.tagName)&&mi(Ul.tagName,af.closingElement.tagName)){let La=af.children.end,fl=D(i_.createJsxElement(af.openingElement,af.children,D(i_.createJsxClosingElement(D(mg(""),La,La)),La,La)),af.openingElement.pos,La);hl=Dt([...hl.slice(0,hl.length-1),fl],hl.pos,La),yl=af.closingElement}else yl=ac(Ul,La),mi(Ul.tagName,yl.tagName)||(fl&&Hp(fl)&&mi(yl.tagName,fl.tagName)?un(Ul.tagName,CA.JSX_element_0_has_no_corresponding_closing_tag,c_(EA,Ul.tagName)):un(yl.tagName,CA.Expected_corresponding_JSX_closing_tag_for_0,c_(EA,Ul.tagName)));Gd=D(i_.createJsxElement(Ul,hl,yl),Pl)}else Ul.kind===290?Gd=D(i_.createJsxFragment(Ul,ka(Ul),Pu(La)),Pl):(_m.assert(Ul.kind===286),Gd=Ul);if(!yl&&La&&u()===30){let La=typeof hl>"u"?Gd.pos:hl,fl=le(()=>ji(!0,La));if(fl){let hl=Yt(28,!1);return Xd(hl,fl.pos,0),at(Ir(EA,La),fl.end,CA.JSX_expressions_must_have_one_parent_element),D(i_.createBinaryExpression(Gd,hl,fl),Pl)}}return Gd}function Os(){let La=O(),fl=i_.createJsxText(hl.getTokenValue(),BA===13);return BA=hl.scanJsxToken(),D(fl,La)}function wu(La,hl){switch(hl){case 1:if(xv(La))un(La,CA.JSX_fragment_has_no_corresponding_closing_tag);else{let hl=La.tagName,fl=Math.min(Ir(EA,hl.pos),hl.end);at(fl,hl.end,CA.JSX_element_0_has_no_corresponding_closing_tag,c_(EA,La.tagName))}return;case 31:case 7:return;case 12:case 13:return Os();case 19:return rc(!1);case 30:return ji(!1,void 0,La);default:return _m.assertNever(hl)}}function ka(La){let fl=[],yl=O(),Pl=NA;for(NA|=16384;;){let yl=wu(La,BA=hl.reScanJsxToken());if(!yl||(fl.push(yl),Hp(La)&&yl?.kind===285&&!mi(yl.openingElement.tagName,yl.closingElement.tagName)&&mi(La.tagName,yl.closingElement.tagName)))break}return NA=Pl,Dt(fl,yl)}function ku(){let La=O();return D(i_.createJsxAttributes(Tn(13,ic)),La)}function Eu(La){let hl=O();if(j(30),u()===32)return Yn(),D(i_.createJsxOpeningFragment(),hl);let fl=Ms(),yl=(QA&524288)===0?Ia():void 0,Pl=ku(),Ul;return u()===32?(Yn(),Ul=i_.createJsxOpeningElement(fl,yl,Pl)):(j(44),j(32,void 0,!1)&&(La?B():Yn()),Ul=i_.createJsxSelfClosingElement(fl,yl,Pl)),D(Ul,hl)}function Ms(){let La=O(),hl=Au();if(ih(hl))return hl;let fl=hl;for(;Je(25);)fl=D(nA(fl,ri(!0,!1,!1)),La);return fl}function Au(){let La=O();zt();let hl=u()===110,fl=ti();return Je(59)?(zt(),D(i_.createJsxNamespacedName(fl,ti()),La)):hl?D(i_.createToken(110),La):fl}function rc(La){let hl=O();if(!j(19))return;let fl,yl;return u()!==20&&(La||(fl=ft(26)),yl=At()),La?j(20):j(20,void 0,!1)&&Yn(),D(i_.createJsxExpression(fl,yl),hl)}function ic(){if(u()===19)return Du();let La=O();return D(i_.createJsxAttribute(Cu(),Ls()),La)}function Ls(){if(u()===64){if(Ai()===11)return Xn();if(u()===19)return rc(!0);if(u()===30)return ji(!0);De(CA.or_JSX_element_expected)}}function Cu(){let La=O();zt();let hl=ti();return Je(59)?(zt(),D(i_.createJsxNamespacedName(hl,ti()),La)):hl}function Du(){let La=O();j(19),j(26);let hl=At();return j(20),D(i_.createJsxSpreadAttribute(hl),La)}function ac(La,hl){let fl=O();j(31);let yl=Ms();return j(32,void 0,!1)&&(hl||!mi(La.tagName,yl)?B():Yn()),D(i_.createJsxClosingElement(yl),fl)}function Pu(La){let hl=O();return j(31),j(32,CA.Expected_corresponding_closing_tag_for_JSX_fragment,!1)&&(La?B():Yn()),D(i_.createJsxJsxClosingFragment(),hl)}function sc(){_m.assert(SA!==1,"Type assertions should never be parsed in JSX; they should be parsed as comparisons or JSX elements/fragments.");let La=O();j(30);let hl=ot();j(32);let fl=Ar();return D(i_.createTypeAssertion(hl,fl),La)}function Nu(){return B(),kt(u())||u()===23||Sn()}function _c(){return u()===29&&Y(Nu)}function js(La){if(La.flags&64)return!0;if(bl(La)){let hl=La.expression;for(;bl(hl)&&!(hl.flags&64);)hl=hl.expression;if(hl.flags&64){for(;bl(La);)La.flags|=64,La=La.expression;return!0}}return!1}function oc(La,hl,fl){let yl=ri(!0,!0,!0),Pl=fl||js(hl),Ul=Pl?iA(hl,fl,yl):nA(hl,yl);if(Pl&&xi(Ul.name)&&un(Ul.name,CA.An_optional_chain_cannot_contain_private_identifiers),Z1(hl)&&hl.typeArguments){let La=hl.typeArguments.pos-1,fl=Ir(EA,hl.typeArguments.end)+1;at(La,fl,CA.An_instantiation_expression_cannot_be_followed_by_a_property_access)}return D(Ul,La)}function Iu(La,hl,fl){let yl;if(u()===24)yl=Yt(80,!0,CA.An_element_access_expression_should_take_an_argument);else{let La=ut(At);Ol(La)&&(La.text=Br(La.text)),yl=La}j(24);let Pl=fl||js(hl)?aA(hl,fl,yl):sA(hl,yl);return D(Pl,La)}function on(La,fl,yl){for(;;){let Pl,Ul=!1;if(yl&&_c()?(Pl=Hn(29),Ul=kt(u())):Ul=Je(25),Ul){fl=oc(La,fl,Pl);continue}if((Pl||!tt())&&Je(23)){fl=Iu(La,fl,Pl);continue}if(Sn()){fl=!Pl&&fl.kind===234?Wr(La,fl.expression,Pl,fl.typeArguments):Wr(La,fl,Pl,void 0);continue}if(!Pl){if(u()===54&&!hl.hasPrecedingLineBreak()){B(),fl=D(i_.createNonNullExpression(fl),La);continue}let yl=le(Ea);if(yl){fl=D(i_.createExpressionWithTypeArguments(fl,yl),La);continue}}return fl}}function Sn(){return u()===15||u()===16}function Wr(La,hl,fl,yl){let Pl=i_.createTaggedTemplateExpression(hl,yl,u()===15?(Nt(!0),Xn()):ya(!0));return(fl||hl.flags&64)&&(Pl.flags|=64),Pl.questionDotToken=fl,D(Pl,La)}function Js(La,hl){for(;;){hl=on(La,hl,!0);let fl,yl=ft(29);if(yl&&(fl=le(Ea),Sn())){hl=Wr(La,hl,yl,fl);continue}if(fl||u()===21){!yl&&hl.kind===234&&(fl=hl.typeArguments,hl=hl.expression);let Pl=cc(),Ul=yl||js(hl)?lA(hl,yl,fl,Pl):oA(hl,fl,Pl);hl=D(Ul,La);continue}if(yl){let fl=Yt(80,!1,CA.Identifier_expected);hl=D(iA(hl,yl,fl),La)}break}return hl}function cc(){j(21);let La=dn(11,pc);return j(22),La}function Ea(){if((QA&524288)!==0||Et()!==30)return;B();let La=dn(20,ot);if(Ge()===32)return B(),La&&Ou()?La:void 0}function Ou(){switch(u()){case 21:case 15:case 16:return!0;case 30:case 32:case 40:case 41:return!1}return hl.hasPrecedingLineBreak()||Ho()||!kr()}function Rs(){switch(u()){case 15:hl.getTokenFlags()&26656&&Nt(!1);case 9:case 10:case 11:return Xn();case 110:case 108:case 106:case 112:case 97:return Gt();case 21:return Mu();case 23:return fc();case 19:return Us();case 134:if(!Y(Ac))break;return Bs();case 60:return ep();case 86:return tp();case 100:return Bs();case 105:return mc();case 44:case 69:if(Qe()===14)return Xn();break;case 16:return ya(!1);case 81:return pa()}return vt(CA.Expression_expected)}function Mu(){let La=O(),hl=qe();j(21);let fl=ut(At);return j(22),Pe(D(uA(fl),La),hl)}function lc(){let La=O();j(26);let hl=Vt(!0);return D(i_.createSpreadElement(hl),La)}function uc(){return u()===26?lc():u()===28?D(i_.createOmittedExpression(),O()):Vt(!0)}function pc(){return Pt(fl,uc)}function fc(){let La=O(),fl=hl.getTokenStart(),yl=j(23),Pl=hl.hasPrecedingLineBreak(),Ul=dn(15,uc);return Ur(23,24,yl,fl),D(tA(Ul,Pl),La)}function dc(){let La=O(),hl=qe();if(ft(26)){let fl=Vt(!0);return Pe(D(i_.createSpreadAssignment(fl),La),hl)}let fl=jn(!0);if(ni(139))return ci(La,hl,fl,178,0);if(ni(153))return ci(La,hl,fl,179,0);let yl=ft(42),Pl=Te(),Ul=qr(),Gd=ft(58),af=ft(54);if(yl||u()===21||u()===30)return qc(La,hl,fl,yl,Ul,Gd,af);let n_;if(Pl&&u()!==59){let La=ft(64),hl=La?ut(()=>Vt(!0)):void 0;n_=i_.createShorthandPropertyAssignment(Ul,hl),n_.equalsToken=La}else{j(59);let La=ut(()=>Vt(!0));n_=i_.createPropertyAssignment(Ul,La)}return n_.modifiers=fl,n_.questionToken=Gd,n_.exclamationToken=af,Pe(D(n_,La),hl)}function Us(){let La=O(),fl=hl.getTokenStart(),yl=j(19),Pl=hl.hasPrecedingLineBreak(),Ul=dn(12,dc,!0);return Ur(19,20,yl,fl),D(rA(Ul,Pl),La)}function Bs(){let La=tt();Ze(!1);let hl=O(),fl=qe(),yl=jn(!1);j(100);let Pl=ft(42),Ul=Pl?1:0,Gd=nn(yl,ml)?2:0,af=Ul&&Gd?Z(Ji):Ul?Gn(Ji):Gd?U(Ji):Ji(),n_=mn(),p_=$n(Ul|Gd),w_=Ln(59,!1),D_=Aa(Ul|Gd);Ze(La);let I_=i_.createFunctionExpression(yl,Pl,af,n_,p_,w_,D_);return Pe(D(I_,hl),fl)}function Ji(){return Ve()?as():void 0}function mc(){let La=O();if(j(105),Je(25)){let hl=Ut();return D(i_.createMetaProperty(105,hl),La)}let hl=O(),fl=on(hl,Rs(),!1),yl;fl.kind===234&&(yl=fl.typeArguments,fl=fl.expression),u()===29&&De(CA.Invalid_optional_chain_from_new_expression_Did_you_mean_to_call_0,c_(EA,fl));let Pl=u()===21?cc():void 0;return D(cA(fl,yl,Pl),La)}function Gr(La,fl){let yl=O(),Pl=qe(),Ul=hl.getTokenStart(),Gd=j(19,fl);if(Gd||La){let La=hl.hasPrecedingLineBreak(),fl=Tn(1,Ht);Ur(19,20,Gd,Ul);let af=Pe(D(pA(fl,La),yl),Pl);return u()===64&&(De(CA.Declaration_or_statement_expected_This_follows_a_block_of_statements_so_if_you_intended_to_write_a_destructuring_assignment_you_might_need_to_wrap_the_whole_assignment_in_parentheses),B()),af}else{let La=pr();return Pe(D(pA(La,void 0),yl),Pl)}}function Aa(La,hl){let fl=Ee();$e(!!(La&1));let yl=Xe();_t(!!(La&2));let Pl=LA;LA=!1;let Ul=tt();Ul&&Ze(!1);let Gd=Gr(!!(La&16),hl);return Ul&&Ze(!0),LA=Pl,$e(fl),_t(yl),Gd}function hc(){let La=O(),hl=qe();return j(27),Pe(D(i_.createEmptyStatement(),La),hl)}function Lu(){let La=O(),fl=qe();j(101);let yl=hl.getTokenStart(),Pl=j(21),Ul=ut(At);Ur(21,22,Pl,yl);let Gd=Ht(),af=Je(93)?Ht():void 0;return Pe(D(fA(Ul,Gd,af),La),fl)}function yc(){let La=O(),fl=qe();j(92);let yl=Ht();j(117);let Pl=hl.getTokenStart(),Ul=j(21),Gd=ut(At);return Ur(21,22,Ul,Pl),Je(27),Pe(D(i_.createDoStatement(yl,Gd),La),fl)}function ju(){let La=O(),fl=qe();j(117);let yl=hl.getTokenStart(),Pl=j(21),Ul=ut(At);Ur(21,22,Pl,yl);let Gd=Ht();return Pe(D(_A(Ul,Gd),La),fl)}function gc(){let La=O(),hl=qe();j(99);let fl=ft(135);j(21);let yl;u()!==27&&(u()===115||u()===121||u()===87||u()===160&&Y(Pc)||u()===135&&Y(zs)?yl=Rc(!0):yl=Rr(At));let Pl;if(fl?j(165):Je(165)){let La=ut(()=>Vt(!0));j(22),Pl=gA(fl,yl,La,Ht())}else if(Je(103)){let La=ut(At);j(22),Pl=i_.createForInStatement(yl,La,Ht())}else{j(27);let La=u()!==27&&u()!==22?ut(At):void 0;j(27);let hl=u()!==22?ut(At):void 0;j(22),Pl=mA(yl,La,hl,Ht())}return Pe(D(Pl,La),hl)}function bc(La){let hl=O(),fl=qe();j(La===253?83:88);let yl=cr()?void 0:vt();en();let Pl=La===253?i_.createBreakStatement(yl):i_.createContinueStatement(yl);return Pe(D(Pl,hl),fl)}function vc(){let La=O(),hl=qe();j(107);let fl=cr()?void 0:ut(At);return en(),Pe(D(i_.createReturnStatement(fl),La),hl)}function Ju(){let La=O(),fl=qe();j(118);let yl=hl.getTokenStart(),Pl=j(21),Ul=ut(At);Ur(21,22,Pl,yl);let Gd=St(67108864,Ht);return Pe(D(i_.createWithStatement(Ul,Gd),La),fl)}function xc(){let La=O(),hl=qe();j(84);let fl=ut(At);j(59);let yl=Tn(3,Ht);return Pe(D(i_.createCaseClause(fl,yl),La),hl)}function Ru(){let La=O();j(90),j(59);let hl=Tn(3,Ht);return D(i_.createDefaultClause(hl),La)}function Uu(){return u()===84?xc():Ru()}function Tc(){let La=O();j(19);let hl=Tn(2,Uu);return j(20),D(i_.createCaseBlock(hl),La)}function Bu(){let La=O(),hl=qe();j(109),j(21);let fl=ut(At);j(22);let yl=Tc();return Pe(D(i_.createSwitchStatement(fl,yl),La),hl)}function Sc(){let La=O(),fl=qe();j(111);let yl=hl.hasPrecedingLineBreak()?void 0:ut(At);return yl===void 0&&(RA++,yl=D(mg(""),O())),ua()||wt(yl),Pe(D(i_.createThrowStatement(yl),La),fl)}function qu(){let La=O(),hl=qe();j(113);let fl=Gr(!1),yl=u()===85?wc():void 0,Pl;return(!yl||u()===98)&&(j(98,CA.catch_or_finally_expected),Pl=Gr(!1)),Pe(D(i_.createTryStatement(fl,yl,Pl),La),hl)}function wc(){let La=O();j(85);let hl;Je(21)?(hl=Pa(),j(22)):hl=void 0;let fl=Gr(!1);return D(i_.createCatchClause(hl,fl),La)}function Fu(){let La=O(),hl=qe();return j(89),en(),Pe(D(i_.createDebuggerStatement(),La),hl)}function kc(){let La=O(),hl=qe(),fl,yl=u()===21,Pl=ut(At);return et(Pl)&&Je(59)?fl=i_.createLabeledStatement(Pl,Ht()):(ua()||wt(Pl),fl=hA(Pl),yl&&(hl=!1)),Pe(D(fl,La),hl)}function qs(){return B(),kt(u())&&!hl.hasPrecedingLineBreak()}function Ec(){return B(),u()===86&&!hl.hasPrecedingLineBreak()}function Ac(){return B(),u()===100&&!hl.hasPrecedingLineBreak()}function Fs(){return B(),(kt(u())||u()===9||u()===10||u()===11)&&!hl.hasPrecedingLineBreak()}function zu(){for(;;)switch(u()){case 115:case 121:case 87:case 100:case 86:case 94:return!0;case 160:return Nc();case 135:return Da();case 120:case 156:case 166:return gu();case 144:case 145:return Yu();case 128:case 129:case 134:case 138:case 123:case 124:case 125:case 148:let La=u();if(B(),hl.hasPrecedingLineBreak())return!1;if(La===138&&u()===156)return!0;continue;case 162:return B(),u()===19||u()===80||u()===95;case 102:return B(),u()===166||u()===11||u()===42||u()===19||kt(u());case 95:let fl=B();if(fl===156&&(fl=Y(B)),fl===64||fl===42||fl===19||fl===90||fl===130||fl===60)return!0;continue;case 126:B();continue;default:return!1}}function Ri(){return Y(zu)}function Cc(){switch(u()){case 60:case 27:case 19:case 115:case 121:case 160:case 100:case 86:case 94:case 101:case 92:case 117:case 99:case 88:case 83:case 107:case 118:case 109:case 111:case 113:case 89:case 85:case 98:return!0;case 102:return Ri()||Y(yo);case 87:case 95:return Ri();case 134:case 138:case 120:case 144:case 145:case 156:case 162:case 166:return!0;case 129:case 125:case 123:case 124:case 126:case 148:return Ri()||!Y(qs);default:return kr()}}function Dc(){return B(),Ve()||u()===19||u()===23}function Vu(){return Y(Dc)}function Pc(){return Ca(!0)}function Wu(){return B(),u()===64||u()===27||u()===59}function Ca(La){return B(),La&&u()===165?Y(Wu):(Ve()||u()===19)&&!hl.hasPrecedingLineBreak()}function Nc(){return Y(Ca)}function zs(La){return B()===160?Ca(La):!1}function Da(){return Y(zs)}function Ht(){switch(u()){case 27:return hc();case 19:return Gr(!1);case 115:return oi(O(),qe(),void 0);case 121:if(Vu())return oi(O(),qe(),void 0);break;case 135:if(Da())return oi(O(),qe(),void 0);break;case 160:if(Nc())return oi(O(),qe(),void 0);break;case 100:return Ws(O(),qe(),void 0);case 86:return Hs(O(),qe(),void 0);case 101:return Lu();case 92:return yc();case 117:return ju();case 99:return gc();case 88:return bc(252);case 83:return bc(253);case 107:return vc();case 118:return Ju();case 109:return Bu();case 111:return Sc();case 113:case 85:case 98:return qu();case 89:return Fu();case 60:return Ui();case 134:case 120:case 156:case 144:case 145:case 138:case 87:case 94:case 95:case 102:case 123:case 124:case 125:case 128:case 129:case 126:case 148:case 162:if(Ri())return Ui();break}return kc()}function Ic(La){return La.kind===138}function Ui(){let La=O(),hl=qe(),fl=jn(!0);if(nn(fl,Ic)){let yl=Gu(La);if(yl)return yl;for(let La of fl)La.flags|=33554432;return St(33554432,()=>Oc(La,hl,fl))}else return Oc(La,hl,fl)}function Gu(La){return St(33554432,()=>{let hl=ma(NA,La);if(hl)return F_(hl)})}function Oc(La,hl,fl){switch(u()){case 115:case 121:case 87:case 160:return oi(La,hl,fl);case 135:if(!Da())break;return oi(La,hl,fl);case 100:return Ws(La,hl,fl);case 86:return Hs(La,hl,fl);case 120:return ap(La,hl,fl);case 156:return sp(La,hl,fl);case 94:return _p(La,hl,fl);case 162:case 144:case 145:return op(La,hl,fl);case 102:return qi(La,hl,fl);case 95:switch(B(),u()){case 90:case 64:return il(La,hl,fl);case 130:return up(La,hl,fl);default:return rl(La,hl,fl)}}if(fl){let hl=Yt(283,!0,CA.Declaration_expected);return Gp(hl,La),hl.modifiers=fl,hl}}function Mc(){return B()===11}function Lc(){return B(),u()===161||u()===64}function Yu(){return B(),!hl.hasPrecedingLineBreak()&&(Te()||u()===11)}function Bi(La,hl){if(u()!==19){if(La&4){va();return}if(cr()){en();return}}return Aa(La,hl)}function Hu(){let La=O();if(u()===28)return D(i_.createOmittedExpression(),La);let hl=ft(26),fl=_i(),yl=Er();return D(i_.createBindingElement(hl,void 0,fl,yl),La)}function jc(){let La=O(),hl=ft(26),fl=Ve(),yl=qr(),Pl;fl&&u()!==59?(Pl=yl,yl=void 0):(j(59),Pl=_i());let Ul=Er();return D(i_.createBindingElement(hl,yl,Pl,Ul),La)}function Xu(){let La=O();j(19);let hl=ut(()=>dn(9,jc));return j(20),D(i_.createObjectBindingPattern(hl),La)}function Jc(){let La=O();j(23);let hl=ut(()=>dn(10,Hu));return j(24),D(i_.createArrayBindingPattern(hl),La)}function Vs(){return u()===19||u()===23||u()===81||Ve()}function _i(La){return u()===23?Jc():u()===19?Xu():as(La)}function $u(){return Pa(!0)}function Pa(La){let fl=O(),yl=qe(),Pl=_i(CA.Private_identifiers_are_not_allowed_in_variable_declarations),Ul;La&&Pl.kind===80&&u()===54&&!hl.hasPrecedingLineBreak()&&(Ul=Gt());let Gd=wr(),af=Yo(u())?void 0:Er(),n_=AA(Pl,Ul,Gd,af);return Pe(D(n_,fl),yl)}function Rc(La){let hl=O(),fl=0;switch(u()){case 115:break;case 121:fl|=1;break;case 87:fl|=2;break;case 160:fl|=4;break;case 135:if(!Da())break;fl|=6,B();break;default:_m.fail()}B();let yl;if(u()===165&&Y(Uc))yl=pr();else{let hl=he();Se(La),yl=dn(8,La?Pa:$u),Se(hl)}return D(yA(yl,fl),hl)}function Uc(){return Pi()&&B()===22}function oi(La,hl,fl){let yl=Rc(!1);en();let Pl=dA(fl,yl);return Pe(D(Pl,La),hl)}function Ws(La,hl,fl){let yl=Xe(),Pl=Un(fl);j(100);let Ul=ft(42),Gd=Pl&2048?Ji():as(),af=Ul?1:0,n_=Pl&1024?2:0,p_=mn();Pl&32&&_t(!0);let w_=$n(af|n_),D_=Ln(59,!1),I_=Bi(af|n_,CA.or_expected);_t(yl);let N_=i_.createFunctionDeclaration(fl,Ul,Gd,p_,w_,D_,I_);return Pe(D(N_,La),hl)}function Qu(){if(u()===137)return j(137);if(u()===11&&Y(B)===21)return le(()=>{let La=Xn();return La.text==="constructor"?La:void 0})}function Bc(La,hl,fl){return le(()=>{if(Qu()){let yl=mn(),Pl=$n(0),Ul=Ln(59,!1),Gd=Bi(0,CA.or_expected),af=i_.createConstructorDeclaration(fl,Pl,Gd);return af.typeParameters=yl,af.type=Ul,Pe(D(af,La),hl)}})}function qc(La,hl,fl,yl,Pl,Ul,Gd,af){let n_=yl?1:0,p_=nn(fl,ml)?2:0,w_=mn(),D_=$n(n_|p_),I_=Ln(59,!1),N_=Bi(n_|p_,af),_m=i_.createMethodDeclaration(fl,yl,Pl,Ul,w_,D_,I_,N_);return _m.exclamationToken=Gd,Pe(D(_m,La),hl)}function Na(La,fl,yl,Pl,Ul){let Gd=!Ul&&!hl.hasPrecedingLineBreak()?ft(54):void 0,af=wr(),n_=Pt(90112,Er);Gl(Pl,af,n_);let p_=i_.createPropertyDeclaration(yl,Pl,Ul||Gd,af,n_);return Pe(D(p_,La),fl)}function Gs(La,hl,fl){let yl=ft(42),Pl=qr(),Ul=ft(58);return yl||u()===21||u()===30?qc(La,hl,fl,yl,Pl,Ul,void 0,CA.or_expected):Na(La,hl,fl,Pl,Ul)}function ci(La,hl,fl,yl,Pl){let Ul=qr(),Gd=mn(),af=$n(0),n_=Ln(59,!1),p_=Bi(Pl),w_=yl===178?i_.createGetAccessorDeclaration(fl,Ul,af,n_,p_):i_.createSetAccessorDeclaration(fl,Ul,af,p_);return w_.typeParameters=Gd,S_(w_)&&(w_.type=n_),Pe(D(w_,La),hl)}function Fc(){let La;if(u()===60)return!0;for(;Xr(u());){if(La=u(),i2(La))return!0;B()}if(u()===42||(Sr()&&(La=u(),B()),u()===23))return!0;if(La!==void 0){if(!yi(La)||La===153||La===139)return!0;switch(u()){case 21:case 30:case 54:case 59:case 64:case 58:return!0;default:return cr()}}return!1}function Ku(La,hl,fl){Hn(126);let yl=Zu(),Pl=Pe(D(i_.createClassStaticBlockDeclaration(yl),La),hl);return Pl.modifiers=fl,Pl}function Zu(){let La=Ee(),hl=Xe();$e(!1),_t(!0);let fl=Gr(!1);return $e(La),_t(hl),fl}function zc(){if(Xe()&&u()===135){let La=O(),hl=vt(CA.Expression_expected);B();let fl=on(La,hl,!0);return Js(La,fl)}return Li()}function Vc(){let La=O();if(!Je(60))return;let hl=Ei(zc);return D(i_.createDecorator(hl),La)}function Ys(La,hl,fl){let yl=O(),Pl=u();if(u()===87&&hl){if(!le(ss))return}else{if(fl&&u()===126&&Y(Oa))return;if(La&&u()===126)return;if(!J_())return}return D(eA(Pl),yl)}function jn(La,hl,fl){let yl=O(),Pl,Ul,Gd,af=!1,n_=!1,i_=!1;if(La&&u()===60)for(;Ul=Vc();)Pl=An(Pl,Ul);for(;Gd=Ys(af,hl,fl);)Gd.kind===126&&(af=!0),Pl=An(Pl,Gd),n_=!0;if(n_&&La&&u()===60)for(;Ul=Vc();)Pl=An(Pl,Ul),i_=!0;if(i_)for(;Gd=Ys(af,hl,fl);)Gd.kind===126&&(af=!0),Pl=An(Pl,Gd);return Pl&&Dt(Pl,yl)}function Wc(){let La;if(u()===134){let hl=O();B();let fl=D(eA(134),hl);La=Dt([fl],hl)}return La}function Gc(){let La=O(),hl=qe();if(u()===27)return B(),Pe(D(i_.createSemicolonClassElement(),La),hl);let fl=jn(!0,!0,!0);if(u()===126&&Y(Oa))return Ku(La,hl,fl);if(ni(139))return ci(La,hl,fl,178,0);if(ni(153))return ci(La,hl,fl,179,0);if(u()===137||u()===11){let yl=Bc(La,hl,fl);if(yl)return yl}if(Vr())return xs(La,hl,fl);if(kt(u())||u()===11||u()===9||u()===10||u()===42||u()===23)if(nn(fl,Ic)){for(let La of fl)La.flags|=33554432;return St(33554432,()=>Gs(La,hl,fl))}else return Gs(La,hl,fl);if(fl){let yl=Yt(80,!0,CA.Declaration_expected);return Na(La,hl,fl,yl,void 0)}return _m.fail("Should not have attempted to parse class member declaration.")}function ep(){let La=O(),hl=qe(),fl=jn(!0);if(u()===86)return Xs(La,hl,fl,232);let yl=Yt(283,!0,CA.Expression_expected);return Gp(yl,La),yl.modifiers=fl,yl}function tp(){return Xs(O(),qe(),void 0,232)}function Hs(La,hl,fl){return Xs(La,hl,fl,264)}function Xs(La,hl,fl,yl){let Pl=Xe();j(86);let Ul=np(),Gd=mn();nn(fl,iv)&&_t(!0);let af=Hc(),n_;j(19)?(n_=Xc(),j(20)):n_=pr(),_t(Pl);let p_=yl===264?i_.createClassDeclaration(fl,Ul,Gd,af,n_):i_.createClassExpression(fl,Ul,Gd,af,n_);return Pe(D(p_,La),hl)}function np(){return Ve()&&!Yc()?lr(Ve()):void 0}function Yc(){return u()===119&&Y(eu)}function Hc(){if($s())return Tn(22,rp)}function rp(){let La=O(),hl=u();_m.assert(hl===96||hl===119),B();let fl=dn(7,ip);return D(i_.createHeritageClause(hl,fl),La)}function ip(){let La=O(),hl=Li();if(hl.kind===234)return hl;let fl=Ia();return D(i_.createExpressionWithTypeArguments(hl,fl),La)}function Ia(){return u()===30?Fr(20,ot,30,32):void 0}function $s(){return u()===96||u()===119}function Xc(){return Tn(5,Gc)}function ap(La,hl,fl){j(120);let yl=vt(),Pl=mn(),Ul=Hc(),Gd=bo(),af=i_.createInterfaceDeclaration(fl,yl,Pl,Ul,Gd);return Pe(D(af,La),hl)}function sp(La,fl,yl){j(156),hl.hasPrecedingLineBreak()&&De(CA.Line_break_not_permitted_here);let Pl=vt(),Ul=mn();j(64);let Gd=u()===141&&le(ko)||ot();en();let af=i_.createTypeAliasDeclaration(yl,Pl,Ul,Gd);return Pe(D(af,La),fl)}function Qs(){let La=O(),hl=qe(),fl=qr(),yl=ut(Er);return Pe(D(i_.createEnumMember(fl,yl),La),hl)}function _p(La,hl,fl){j(94);let yl=vt(),Pl;j(19)?(Pl=we(()=>dn(6,Qs)),j(20)):Pl=pr();let Ul=i_.createEnumDeclaration(fl,yl,Pl);return Pe(D(Ul,La),hl)}function Ks(){let La=O(),hl;return j(19)?(hl=Tn(1,Ht),j(20)):hl=pr(),D(i_.createModuleBlock(hl),La)}function $c(La,hl,fl,yl){let Pl=yl&32,Ul=yl&8?Ut():vt(),Gd=Je(25)?$c(O(),!1,void 0,8|Pl):Ks(),af=i_.createModuleDeclaration(fl,Ul,Gd,yl);return Pe(D(af,La),hl)}function Qc(La,hl,fl){let yl=0,Pl;u()===162?(Pl=vt(),yl|=2048):(Pl=Xn(),Pl.text=Br(Pl.text));let Ul;u()===19?Ul=Ks():en();let Gd=i_.createModuleDeclaration(fl,Pl,Ul,yl);return Pe(D(Gd,La),hl)}function op(La,hl,fl){let yl=0;if(u()===162)return Qc(La,hl,fl);if(Je(145))yl|=32;else if(j(144),u()===11)return Qc(La,hl,fl);return $c(La,hl,fl,yl)}function cp(){return u()===149&&Y(Kc)}function Kc(){return B()===21}function Oa(){return B()===19}function lp(){return B()===44}function up(La,hl,fl){j(130),j(145);let yl=vt();en();let Pl=i_.createNamespaceExportDeclaration(yl);return Pl.modifiers=fl,Pe(D(Pl,La),hl)}function qi(La,fl,yl){j(102);let Pl=hl.getTokenFullStart(),Ul;Te()&&(Ul=vt());let Gd;if(Ul?.escapedText==="type"&&(u()!==161||Te()&&Y(Lc))&&(Te()||Yr())?(Gd=156,Ul=Te()?vt():void 0):Ul?.escapedText==="defer"&&(u()===161?!Y(Mc):u()!==28&&u()!==64)&&(Gd=166,Ul=Te()?vt():void 0),Ul&&!fp()&&Gd!==166)return dp(La,fl,yl,Ul,Gd===156);let af=Zc(Ul,Pl,Gd,void 0),n_=zi(),p_=el();en();let w_=i_.createImportDeclaration(yl,af,n_,p_);return Pe(D(w_,La),fl)}function Zc(La,hl,fl,yl=!1){let Pl;return(La||u()===42||u()===19)&&(Pl=mp(La,hl,fl,yl),j(161)),Pl}function el(){let La=u();if(La===118||La===132&&!hl.hasPrecedingLineBreak())return Zs(La)}function pp(){let La=O(),hl=kt(u())?Ut():ii(11);j(59);let fl=Vt(!0);return D(i_.createImportAttribute(hl,fl),La)}function Zs(La,fl){let yl=O();fl||j(La);let Pl=hl.getTokenStart();if(j(19)){let fl=hl.hasPrecedingLineBreak(),Ul=dn(24,pp,!0);if(!j(20)){let La=Va(kA);La&&La.code===CA._0_expected.code&&pl(La,Ja(bA,EA,Pl,1,CA.The_parser_expected_to_find_a_1_to_match_the_0_token_here,"{","}"))}return D(i_.createImportAttributes(Ul,fl,La),yl)}else{let hl=Dt([],O(),void 0,!1);return D(i_.createImportAttributes(hl,!1,La),yl)}}function Yr(){return u()===42||u()===19}function fp(){return u()===28||u()===161}function dp(La,hl,fl,yl,Pl){j(64);let Ul=Fi();en();let Gd=i_.createImportEqualsDeclaration(fl,Pl,yl,Ul);return Pe(D(Gd,La),hl)}function mp(La,fl,yl,Pl){let Ul;return(!La||Je(28))&&(Pl&&hl.setSkipJsDocLeadingAsterisks(!0),u()===42?Ul=yp():Ul=tl(276),Pl&&hl.setSkipJsDocLeadingAsterisks(!1)),D(i_.createImportClause(yl,La,Ul),fl)}function Fi(){return cp()?hp():zr(!1)}function hp(){let La=O();j(149),j(21);let hl=zi();return j(22),D(i_.createExternalModuleReference(hl),La)}function zi(){if(u()===11){let La=Xn();return La.text=Br(La.text),La}else return At()}function yp(){let La=O();j(42),j(130);let hl=vt();return D(i_.createNamespaceImport(hl),La)}function e_(){return kt(u())||u()===11}function li(La){return u()===11?Xn():La()}function tl(La){let hl=O(),fl=La===276?i_.createNamedImports(Fr(23,gp,19,20)):i_.createNamedExports(Fr(23,ui,19,20));return D(fl,hl)}function ui(){let La=qe();return Pe(nl(282),La)}function gp(){return nl(277)}function nl(La){let fl=O(),yl=yi(u())&&!Te(),Pl=hl.getTokenStart(),Ul=hl.getTokenEnd(),Gd=!1,af,n_=!0,p_=li(Ut);if(p_.kind===80&&p_.escapedText==="type")if(u()===130){let La=Ut();if(u()===130){let hl=Ut();e_()?(Gd=!0,af=La,p_=li(ce),n_=!1):(af=p_,p_=hl,n_=!1)}else e_()?(af=p_,n_=!1,p_=li(ce)):(Gd=!0,p_=La)}else e_()&&(Gd=!0,p_=li(ce));n_&&u()===130&&(af=p_,j(130),p_=li(ce)),La===277&&(p_.kind!==80?(at(Ir(EA,p_.pos),p_.end,CA.Identifier_expected),p_=vi(Yt(80,!1),p_.pos,p_.pos)):yl&&at(Pl,Ul,CA.Identifier_expected));let w_=La===277?i_.createImportSpecifier(Gd,af,p_):i_.createExportSpecifier(Gd,af,p_);return D(w_,fl);function ce(){return yl=yi(u())&&!Te(),Pl=hl.getTokenStart(),Ul=hl.getTokenEnd(),Ut()}}function bp(La){return D(i_.createNamespaceExport(li(Ut)),La)}function rl(La,fl,yl){let Pl=Xe();_t(!0);let Ul,Gd,af,n_=Je(156),p_=O();Je(42)?(Je(130)&&(Ul=bp(p_)),j(161),Gd=zi()):(Ul=tl(280),(u()===161||u()===11&&!hl.hasPrecedingLineBreak())&&(j(161),Gd=zi()));let w_=u();Gd&&(w_===118||w_===132)&&!hl.hasPrecedingLineBreak()&&(af=Zs(w_)),en(),_t(Pl);let D_=i_.createExportDeclaration(yl,n_,Ul,Gd,af);return Pe(D(D_,La),fl)}function il(La,hl,fl){let yl=Xe();_t(!0);let Pl;Je(64)?Pl=!0:j(90);let Ul=Vt(!0);en(),_t(yl);let Gd=i_.createExportAssignment(fl,Pl,Ul);return Pe(D(Gd,La),hl)}let GA;(La=>{La[La.SourceElements=0]="SourceElements",La[La.BlockStatements=1]="BlockStatements",La[La.SwitchClauses=2]="SwitchClauses",La[La.SwitchClauseStatements=3]="SwitchClauseStatements",La[La.TypeMembers=4]="TypeMembers",La[La.ClassMembers=5]="ClassMembers",La[La.EnumMembers=6]="EnumMembers",La[La.HeritageClauseElement=7]="HeritageClauseElement",La[La.VariableDeclarations=8]="VariableDeclarations",La[La.ObjectBindingElements=9]="ObjectBindingElements",La[La.ArrayBindingElements=10]="ArrayBindingElements",La[La.ArgumentExpressions=11]="ArgumentExpressions",La[La.ObjectLiteralMembers=12]="ObjectLiteralMembers",La[La.JsxAttributes=13]="JsxAttributes",La[La.JsxChildren=14]="JsxChildren",La[La.ArrayLiteralMembers=15]="ArrayLiteralMembers",La[La.Parameters=16]="Parameters",La[La.JSDocParameters=17]="JSDocParameters",La[La.RestProperties=18]="RestProperties",La[La.TypeParameters=19]="TypeParameters",La[La.TypeArguments=20]="TypeArguments",La[La.TupleElementTypes=21]="TupleElementTypes",La[La.HeritageClauses=22]="HeritageClauses",La[La.ImportOrExportSpecifiers=23]="ImportOrExportSpecifiers",La[La.ImportAttributes=24]="ImportAttributes",La[La.JSDocComment=25]="JSDocComment",La[La.Count=26]="Count"})(GA||(GA={}));let qA;(La=>{La[La.False=0]="False",La[La.True=1]="True",La[La.Unknown=2]="Unknown"})(qA||(qA={}));let $A;(La=>{function p(La,fl,yl){zn("file.js",La,99,void 0,1,0),hl.setText(La,fl,yl),BA=hl.scan();let Pl=m(),Ul=se("file.js",99,1,!1,[],eA(1),0,Ha),Gd=Hi(kA,Ul);return TA&&(Ul.jsDocDiagnostics=Hi(TA,Ul)),Vn(),Pl?{jsDocTypeExpression:Pl,diagnostics:Gd}:void 0}La.parseJSDocTypeExpressionForTests=p;function m(La){let hl=O(),fl=(La?Je:j)(19),yl=St(16777216,ys);(!La||fl)&&M_(20);let Pl=i_.createJSDocTypeExpression(yl);return L(Pl),D(Pl,hl)}La.parseJSDocTypeExpression=m;function g(){let La=O(),hl=Je(19),fl=O(),yl=zr(!1);for(;u()===81;)It(),ze(),yl=D(i_.createJSDocMemberName(yl,vt()),fl);hl&&M_(20);let Pl=i_.createJSDocNameReference(yl);return L(Pl),D(Pl,La)}La.parseJSDocNameReference=g;function x(La,hl,fl){zn("",La,99,void 0,1,0);let yl=St(16777216,()=>ee(hl,fl)),Pl=Hi(kA,{languageVariant:0,text:La});return Vn(),yl?{jsDoc:yl,diagnostics:Pl}:void 0}La.parseIsolatedJSDocComment=x;function P(La,hl,fl){let yl=BA,Pl=kA.length,Ul=MA,Gd=St(16777216,()=>ee(hl,fl));return Pf(Gd,La),QA&524288&&(TA||(TA=[]),Dn(TA,kA,Pl)),BA=yl,kA.length=Pl,MA=Ul,Gd}La.parseJSDocComment=P;let fl;(La=>{La[La.BeginningOfLine=0]="BeginningOfLine",La[La.SawAsterisk=1]="SawAsterisk",La[La.SavingComments=2]="SavingComments",La[La.SavingBackticks=3]="SavingBackticks"})(fl||(fl={}));let yl;(La=>{La[La.Property=1]="Property",La[La.Parameter=2]="Parameter",La[La.CallbackParameter=4]="CallbackParameter"})(yl||(yl={}));function ee(La=0,fl){let yl=EA,Pl=fl===void 0?yl.length:La+fl;if(fl=Pl-La,_m.assert(La>=0),_m.assert(La<=Pl),_m.assert(Pl<=yl.length),!Wv(yl,La))return;let Ul,Gd,af,n_,p_,w_=[],D_=[],I_=NA;NA|=1<<25;let N_=hl.scanRange(La+3,fl-5,Cr);return NA=I_,N_;function Cr(){let fl=1,I_,N_=La-(yl.lastIndexOf(`\n`,La)+1)+4;function ne(La){I_||(I_=N_),w_.push(La),N_+=La.length}for(ze();Yi(5););Yi(4)&&(fl=0,N_=0);e:for(;;){switch(u()){case 60:vp(w_),p_||(p_=O()),We(r(N_)),fl=0,I_=void 0;break;case 4:w_.push(hl.getTokenText()),fl=0,N_=0;break;case 42:let yl=hl.getTokenText();fl===1?(fl=2,ne(yl)):(_m.assert(fl===0),fl=1,N_+=yl.length);break;case 5:_m.assert(fl!==2,"whitespace shouldn't come from the scanner while saving top-level comment text");let Pl=hl.getTokenText();I_!==void 0&&N_+Pl.length>I_&&w_.push(Pl.slice(I_-N_)),N_+=Pl.length;break;case 1:break e;case 82:fl=2,ne(hl.getTokenValue());break;case 19:fl=2;let Ul=hl.getTokenFullStart(),Gd=hl.getTokenEnd()-1,af=c(Gd);if(af){n_||Vi(w_),D_.push(D(i_.createJSDocText(w_.join("")),n_??La,Ul)),D_.push(af),w_=[],n_=hl.getTokenEnd();break}default:fl=2,ne(hl.getTokenText());break}fl===2?_n(!1):ze()}let pg=w_.join("").trimEnd();D_.length&&pg.length&&D_.push(D(i_.createJSDocText(pg),n_??La,p_)),D_.length&&Ul&&_m.assertIsDefined(p_,"having parsed tags implies that the end of the comment span should be set");let mg=Ul&&Dt(Ul,Gd,af);return D(i_.createJSDocComment(D_.length?Dt(D_,La,p_):pg.length?pg:void 0,mg),La,Pl)}function Vi(La){for(;La.length&&(La[0]===`\n`||La[0]==="\r");)La.shift()}function vp(La){for(;La.length;){let hl=La[La.length-1].trimEnd();if(hl==="")La.pop();else if(hl.lengthn_&&(Pl.push(fl.slice(n_-La)),af=2),La+=fl.length;break;case 19:af=2;let p_=hl.getTokenFullStart(),w_=hl.getTokenEnd()-1,D_=c(w_);D_?(Ul.push(D(i_.createJSDocText(Pl.join("")),Gd??yl,p_)),Ul.push(D_),Pl=[],Gd=hl.getTokenEnd()):hn(hl.getTokenText());break;case 62:af===3?af=2:af=3,hn(hl.getTokenText());break;case 82:af!==3&&(af=2),hn(hl.getTokenValue());break;case 42:if(af===0){af=1,La+=1;break}default:af!==3&&(af=2),hn(hl.getTokenText());break}af===2||af===3?p_=_n(af===3):p_=ze()}Vi(Pl);let w_=Pl.join("").trimEnd();if(Ul.length)return w_.length&&Ul.push(D(i_.createJSDocText(w_),Gd??yl)),Dt(Ul,yl,hl.getTokenEnd());if(w_.length)return w_}function c(La){let fl=le(T);if(!fl)return;ze(),wn();let yl=d(),Pl=[];for(;u()!==20&&u()!==4&&u()!==1;)Pl.push(hl.getTokenText()),ze();let Ul=fl==="link"?i_.createJSDocLink:fl==="linkcode"?i_.createJSDocLinkCode:i_.createJSDocLinkPlain;return D(Ul(yl,Pl.join("")),La,hl.getTokenEnd())}function d(){if(kt(u())){let La=O(),hl=Ut();for(;Je(25);)hl=D(i_.createQualifiedName(hl,u()===81?Yt(80,!1):Ut()),La);for(;u()===81;)It(),ze(),hl=D(i_.createJSDocMemberName(hl,vt()),La);return hl}}function T(){if(J(),u()===19&&ze()===60&&kt(ze())){let La=hl.getTokenValue();if(F(La))return La}}function F(La){return La==="link"||La==="linkcode"||La==="linkplain"}function fe(La,hl,fl,yl){return D(i_.createJSDocUnknownTag(hl,i(La,O(),fl,yl)),La)}function We(La){La&&(Ul?Ul.push(La):(Ul=[La],Gd=La.pos),af=La.end)}function Mt(){return J(),u()===19?m():void 0}function mr(){let La=Yi(23);La&&wn();let hl=Yi(62),fl=my();return hl&&Hl(62),La&&(wn(),ft(64)&&At(),j(24)),{name:fl,isBracketed:La}}function kn(La){switch(La.kind){case 151:return!0;case 189:return kn(La.elementType);default:return jf(La)&&et(La.typeName)&&La.typeName.escapedText==="Object"&&!La.typeArguments}}function Wi(La,hl,fl,yl){let Pl=Mt(),Ul=!Pl;J();let{name:Gd,isBracketed:af}=mr(),n_=J();Ul&&!Y(T)&&(Pl=Mt());let p_=i(La,O(),yl,n_),w_=H0(Pl,Gd,fl,yl);w_&&(Pl=w_,Ul=!0);let D_=fl===1?i_.createJSDocPropertyTag(hl,Gd,af,Pl,Ul,p_):i_.createJSDocParameterTag(hl,Gd,af,Pl,Ul,p_);return D(D_,La)}function H0(La,hl,fl,yl){if(La&&kn(La.type)){let Pl=O(),Ul,Gd;for(;Ul=le(()=>Tp(fl,yl,hl));)Ul.kind===342||Ul.kind===349?Gd=An(Gd,Ul):Ul.kind===346&&un(Ul.tagName,CA.A_JSDoc_template_tag_may_not_follow_a_typedef_callback_or_overload_tag);if(Gd){let hl=D(i_.createJSDocTypeLiteral(Gd,La.type.kind===189),Pl);return D(i_.createJSDocTypeExpression(hl),Pl)}}}function X0(La,fl,yl,Pl){nn(Ul,Iv)&&at(fl.pos,hl.getTokenStart(),CA._0_tag_already_specified,h_(fl.escapedText));let Gd=Mt();return D(i_.createJSDocReturnTag(fl,Gd,i(La,O(),yl,Pl)),La)}function bd(La,fl,yl,Pl){nn(Ul,$f)&&at(fl.pos,hl.getTokenStart(),CA._0_tag_already_specified,h_(fl.escapedText));let Gd=m(!0),af=yl!==void 0&&Pl!==void 0?i(La,O(),yl,Pl):void 0;return D(i_.createJSDocTypeTag(fl,Gd,af),La)}function $0(La,fl,yl,Pl){let Ul=u()===23||Y(()=>ze()===60&&kt(ze())&&F(hl.getTokenValue()))?void 0:g(),Gd=yl!==void 0&&Pl!==void 0?i(La,O(),yl,Pl):void 0;return D(i_.createJSDocSeeTag(fl,Ul,Gd),La)}function Q0(La,hl,fl,yl){let Pl=Mt(),Ul=i(La,O(),fl,yl);return D(i_.createJSDocThrowsTag(hl,Pl,Ul),La)}function K0(La,fl,yl,Pl){let Ul=O(),Gd=Z0(),af=hl.getTokenFullStart(),n_=i(La,af,yl,Pl);n_||(af=hl.getTokenFullStart());let p_=typeof n_!="string"?Dt(Zp([D(Gd,Ul,af)],n_),Ul):Gd.text+n_;return D(i_.createJSDocAuthorTag(fl,p_),La)}function Z0(){let La=[],fl=!1,yl=hl.getToken();for(;yl!==1&&yl!==4;){if(yl===30)fl=!0;else{if(yl===60&&!fl)break;if(yl===32&&fl){La.push(hl.getTokenText()),hl.resetTokenState(hl.getTokenEnd());break}}La.push(hl.getTokenText()),yl=ze()}return i_.createJSDocText(La.join(""))}function ey(La,hl,fl,yl){let Pl=vd();return D(i_.createJSDocImplementsTag(hl,Pl,i(La,O(),fl,yl)),La)}function ty(La,hl,fl,yl){let Pl=vd();return D(i_.createJSDocAugmentsTag(hl,Pl,i(La,O(),fl,yl)),La)}function ny(La,hl,fl,yl){let Pl=m(!1),Ul=fl!==void 0&&yl!==void 0?i(La,O(),fl,yl):void 0;return D(i_.createJSDocSatisfiesTag(hl,Pl,Ul),La)}function ry(La,fl,yl,Pl){let Ul=hl.getTokenFullStart(),Gd;Te()&&(Gd=vt());let af=Zc(Gd,Ul,156,!0),n_=zi(),p_=el(),w_=yl!==void 0&&Pl!==void 0?i(La,O(),yl,Pl):void 0;return D(i_.createJSDocImportTag(fl,af,n_,p_,w_),La)}function vd(){let La=Je(19),fl=O(),yl=iy();hl.setSkipJsDocLeadingAsterisks(!0);let Pl=Ia();hl.setSkipJsDocLeadingAsterisks(!1);let Ul=i_.createExpressionWithTypeArguments(yl,Pl),Gd=D(Ul,fl);return La&&(wn(),j(20)),Gd}function iy(){let La=O(),hl=pi();for(;Je(25);){let fl=pi();hl=D(nA(hl,fl),La)}return hl}function Gi(La,hl,fl,yl,Pl){return D(hl(fl,i(La,O(),yl,Pl)),La)}function xd(La,hl,fl,yl){let Pl=m(!0);return wn(),D(i_.createJSDocThisTag(hl,Pl,i(La,O(),fl,yl)),La)}function ay(La,hl,fl,yl){let Pl=m(!0);return wn(),D(i_.createJSDocEnumTag(hl,Pl,i(La,O(),fl,yl)),La)}function sy(La,hl,fl,yl){let Pl=Mt();J();let Ul=xp();wn();let Gd=_(fl),af;if(!Pl||kn(Pl.type)){let hl,yl,Ul,Gd=!1;for(;(hl=le(()=>uy(fl)))&&hl.kind!==346;)if(Gd=!0,hl.kind===345)if(yl){let La=De(CA.A_JSDoc_typedef_comment_may_not_contain_multiple_type_tags);La&&pl(La,Ja(bA,EA,0,0,CA.The_tag_was_first_specified_here));break}else yl=hl;else Ul=An(Ul,hl);if(Gd){let hl=Pl&&Pl.type.kind===189,fl=i_.createJSDocTypeLiteral(Ul,hl);Pl=yl&&yl.typeExpression&&!kn(yl.typeExpression.type)?yl.typeExpression:D(fl,La),af=Pl.end}}af=af||Gd!==void 0?O():(Ul??Pl??hl).end,Gd||(Gd=i(La,af,fl,yl));let n_=i_.createJSDocTypedefTag(hl,Pl,Ul,Gd);return D(n_,La,af)}function xp(La){let fl=hl.getTokenStart();if(!kt(u()))return;let yl=pi();if(Je(25)){let hl=xp(!0),Pl=i_.createModuleDeclaration(void 0,yl,hl,La?8:void 0);return D(Pl,fl)}return La&&(yl.flags|=4096),yl}function _y(La){let hl=O(),fl,yl;for(;fl=le(()=>Tp(4,La));){if(fl.kind===346){un(fl.tagName,CA.A_JSDoc_template_tag_may_not_follow_a_typedef_callback_or_overload_tag);break}yl=An(yl,fl)}return Dt(yl||[],hl)}function Td(La,hl){let fl=_y(hl),yl=le(()=>{if(Yi(60)){let La=r(hl);if(La&&La.kind===343)return La}});return D(i_.createJSDocSignature(void 0,fl,yl),La)}function oy(La,hl,fl,yl){let Pl=xp();wn();let Ul=_(fl),Gd=Td(La,fl);Ul||(Ul=i(La,O(),fl,yl));let af=Ul!==void 0?O():Gd.end;return D(i_.createJSDocCallbackTag(hl,Gd,Pl,Ul),La,af)}function cy(La,hl,fl,yl){wn();let Pl=_(fl),Ul=Td(La,fl);Pl||(Pl=i(La,O(),fl,yl));let Gd=Pl!==void 0?O():Ul.end;return D(i_.createJSDocOverloadTag(hl,Ul,Pl),La,Gd)}function ly(La,hl){for(;!et(La)||!et(hl);)if(!et(La)&&!et(hl)&&La.right.escapedText===hl.right.escapedText)La=La.left,hl=hl.left;else return!1;return La.escapedText===hl.escapedText}function uy(La){return Tp(1,La)}function Tp(La,hl,fl){let yl=!0,Pl=!1;for(;;)switch(ze()){case 60:if(yl){let yl=py(La,hl);return yl&&(yl.kind===342||yl.kind===349)&&fl&&(et(yl.name)||!ly(fl,yl.name.left))?!1:yl}Pl=!1;break;case 4:yl=!0,Pl=!1;break;case 42:Pl&&(yl=!1),Pl=!0;break;case 80:yl=!1;break;case 1:return!1}}function py(La,fl){_m.assert(u()===60);let yl=hl.getTokenFullStart();ze();let Pl=pi(),Ul=J(),Gd;switch(Pl.escapedText){case"type":return La===1&&bd(yl,Pl);case"prop":case"property":Gd=1;break;case"arg":case"argument":case"param":Gd=6;break;case"template":return Sd(yl,Pl,fl,Ul);case"this":return xd(yl,Pl,fl,Ul);default:return!1}return La&Gd?Wi(yl,Pl,La,fl):!1}function fy(){let La=O(),hl=Yi(23);hl&&wn();let fl=jn(!1,!0),yl=pi(CA.Unexpected_token_A_type_parameter_name_was_expected_without_curly_braces),Pl;if(hl&&(wn(),j(64),Pl=St(16777216,ys),j(24)),!ea(yl))return D(i_.createTypeParameterDeclaration(fl,yl,void 0,Pl),La)}function dy(){let La=O(),hl=[];do{wn();let La=fy();La!==void 0&&hl.push(La),J()}while(Yi(28));return Dt(hl,La)}function Sd(La,hl,fl,yl){let Pl=u()===19?m():void 0,Ul=dy();return D(i_.createJSDocTemplateTag(hl,Pl,Ul,i(La,O(),fl,yl)),La)}function Yi(La){return u()===La?(ze(),!0):!1}function my(){let La=pi();for(Je(23)&&j(24);Je(25);){let hl=pi();Je(23)&&j(24),La=tu(La,hl)}return La}function pi(La){if(!kt(u()))return Yt(80,!La,La||CA.Identifier_expected);RA++;let fl=hl.getTokenStart(),yl=hl.getTokenEnd(),Pl=u(),Ul=Br(hl.getTokenValue()),Gd=D(mg(Ul,Pl),fl,yl);return ze(),Gd}}})($A=La.JSDocParser||(La.JSDocParser={}))})(xw||(xw={}));var Dw=new WeakSet;function t6(La){Dw.has(La)&&_m.fail("Source file has already been incrementally parsed"),Dw.add(La)}var Sw=new WeakSet;function n6(La){return Sw.has(La)}function Qp(La){Sw.add(La)}var kw;(La=>{function t(La,hl,fl,yl){if(yl=yl||_m.shouldAssert(2),y(La,hl,fl,yl),Og(fl))return La;if(La.statements.length===0)return xw.parseSourceFile(La.fileName,hl,La.languageVersion,void 0,!0,La.scriptKind,La.setExternalModuleIndicator,La.jsDocParsingMode);t6(La),xw.fixupParentReferences(La);let Pl=La.text,Ul=W(La),Gd=l(La,fl);y(La,hl,Gd,yl),_m.assert(Gd.span.start<=fl.span.start),_m.assert(Dr(Gd.span)===Dr(fl.span)),_m.assert(Dr(r_(Gd))===Dr(r_(fl)));let af=r_(Gd).length-Gd.span.length;v(La,Gd.span.start,Dr(Gd.span),Dr(r_(Gd)),af,Pl,hl,yl);let n_=xw.parseSourceFile(La.fileName,hl,La.languageVersion,Ul,!0,La.scriptKind,La.setExternalModuleIndicator,La.jsDocParsingMode);return n_.commentDirectives=a(La.commentDirectives,n_.commentDirectives,Gd.span.start,Dr(Gd.span),af,Pl,hl,yl),n_.impliedNodeFormat=La.impliedNodeFormat,jv(La,n_),n_}La.updateSourceFile=t;function a(La,hl,fl,yl,Pl,Ul,Gd,af){if(!La)return hl;let n_,i_=!1;for(let hl of La){let{range:La,type:i_}=hl;if(La.endyl){oe();let hl={range:{pos:La.pos+Pl,end:La.end+Pl},type:i_};n_=An(n_,hl),af&&_m.assert(Ul.substring(La.pos,La.end)===Gd.substring(hl.range.pos,hl.range.end))}}return oe(),n_;function oe(){i_||(i_=!0,n_?hl&&n_.push(...hl):n_=hl)}}function s(La,hl,fl,yl,Pl,Ul,Gd){fl?Le(La):ae(La);return;function ae(La){let fl="";if(Gd&&f(La)&&(fl=Pl.substring(La.pos,La.end)),em(La,hl),vi(La,La.pos+yl,La.end+yl),Gd&&f(La)&&_m.assert(fl===Ul.substring(La.pos,La.end)),$t(La,ae,Le),Zi(La))for(let hl of La.jsDoc)ae(hl);b(La,Gd)}function Le(La){vi(La,La.pos+yl,La.end+yl);for(let hl of La)ae(hl)}}function f(La){switch(La.kind){case 11:case 9:case 80:return!0}return!1}function h(La,hl,fl,yl,Pl){_m.assert(La.end>=hl,"Adjusting an element that was entirely before the change range"),_m.assert(La.pos<=fl,"Adjusting an element that was entirely after the change range"),_m.assert(La.pos<=La.end);let Ul=Math.min(La.pos,yl),Gd=La.end>=fl?La.end+Pl:Math.min(La.end,yl);if(_m.assert(Ul<=Gd),La.parent){let hl=La.parent;_m.assertGreaterThanOrEqual(Ul,hl.pos),_m.assertLessThanOrEqual(Gd,hl.end)}vi(La,Ul,Gd)}function b(La,hl){if(hl){let hl=La.pos,xe=La=>{_m.assert(La.pos>=hl),hl=La.end};if(Zi(La))for(let hl of La.jsDoc)xe(hl);$t(La,xe),_m.assert(hl<=La.end)}}function v(La,hl,fl,yl,Pl,Ul,Gd,af){Le(La);return;function Le(n_){if(_m.assert(n_.pos<=n_.end),n_.pos>fl){s(n_,La,!1,Pl,Ul,Gd,af);return}let i_=n_.end;if(i_>=hl){if(Qp(n_),em(n_,La),h(n_,hl,fl,yl,Pl),$t(n_,Le,V),Zi(n_))for(let La of n_.jsDoc)Le(La);b(n_,af);return}_m.assert(i_fl){s(n_,La,!0,Pl,Ul,Gd,af);return}let i_=n_.end;if(i_>=hl){Qp(n_),h(n_,hl,fl,yl,Pl);for(let La of n_)Le(La);return}_m.assert(i_0&&hl<=1;hl++){let hl=H(La,fl);_m.assert(hl.pos<=fl);let yl=hl.pos;fl=Math.max(0,yl-1)}let yl=Ig(fl,Dr(hl.span)),Pl=hl.newLength+(hl.span.start-fl);return t1(yl,Pl)}function H(La,hl){let fl=La,yl;if($t(La,me),yl){let La=ge(yl);La.pos>fl.pos&&(fl=La)}return fl;function ge(La){for(;;){let hl=yb(La);if(hl)La=hl;else return La}}function me(La){if(!ea(La))if(La.pos<=hl){if(La.pos>=fl.pos&&(fl=La),hlhl),!0}}function y(La,hl,fl,yl){let Pl=La.text;if(fl&&(_m.assert(Pl.length-fl.span.length+fl.newLength===hl.length),yl||_m.shouldAssert(3))){let La=Pl.substr(0,fl.span.start),yl=hl.substr(0,fl.span.start);_m.assert(La===yl);let Ul=Pl.substring(Dr(fl.span),Pl.length),Gd=hl.substring(Dr(r_(fl)),hl.length);_m.assert(Ul===Gd)}}function W(La){let hl=La.statements,fl=0;_m.assert(fl=La.pos&&Pl=La.pos&&Pl{La[La.Value=-1]="Value"})(hl||(hl={}))})(kw||(kw={}));function r6(La){return i6(La)!==void 0}function i6(La){let hl=Bm(La,PE,!1);if(hl)return hl;if(ng(La,".ts")){let hl=Um(La),fl=hl.lastIndexOf(".d.");if(fl>=0)return hl.substring(fl)}}function a6(La,hl,fl,yl){if(La){if(La==="import")return 99;if(La==="require")return 1;yl(hl,fl-hl,CA.resolution_mode_should_be_either_require_or_import)}}function s6(La,hl){let fl=[];for(let La of qp(hl,0)||w_){let yl=hl.substring(La.pos,La.end);u6(fl,La,yl)}La.pragmas=new Map;for(let hl of fl){if(La.pragmas.has(hl.name)){let fl=La.pragmas.get(hl.name);fl instanceof Array?fl.push(hl.args):La.pragmas.set(hl.name,[fl,hl.args]);continue}La.pragmas.set(hl.name,hl.args)}}function _6(La,hl){La.checkJsDirective=void 0,La.referencedFiles=[],La.typeReferenceDirectives=[],La.libReferenceDirectives=[],La.amdDependencies=[],La.pragmas.forEach((fl,yl)=>{switch(yl){case"reference":{let yl=La.referencedFiles,Pl=La.typeReferenceDirectives,Ul=La.libReferenceDirectives;Bn(kp(fl),La=>{let{types:fl,lib:Gd,path:af,["resolution-mode"]:n_,preserve:i_}=La.arguments,p_=i_==="true"?!0:void 0;if(La.arguments["no-default-lib"]!=="true")if(fl){let La=a6(n_,fl.pos,fl.end,hl);Pl.push({pos:fl.pos,end:fl.end,fileName:fl.value,...La?{resolutionMode:La}:{},...p_?{preserve:p_}:{}})}else Gd?Ul.push({pos:Gd.pos,end:Gd.end,fileName:Gd.value,...p_?{preserve:p_}:{}}):af?yl.push({pos:af.pos,end:af.end,fileName:af.value,...p_?{preserve:p_}:{}}):hl(La.range.pos,La.range.end-La.range.pos,CA.Invalid_reference_directive_syntax)});break}case"amd-dependency":{La.amdDependencies=jp(kp(fl),La=>({name:La.arguments.name,path:La.arguments.path}));break}case"amd-module":{if(fl instanceof Array)for(let yl of fl)La.moduleName&&hl(yl.range.pos,yl.range.end-yl.range.pos,CA.An_AMD_module_cannot_have_multiple_name_assignments),La.moduleName=yl.arguments.name;else La.moduleName=fl.arguments.name;break}case"ts-nocheck":case"ts-check":{Bn(kp(fl),hl=>{(!La.checkJsDirective||hl.range.pos>La.checkJsDirective.pos)&&(La.checkJsDirective={enabled:yl==="ts-check",end:hl.range.end,pos:hl.range.pos})});break}case"jsx":case"jsxfrag":case"jsximportsource":case"jsxruntime":return;default:_m.fail("Unhandled pragma kind")}})}var Tw=new Map;function o6(La){if(Tw.has(La))return Tw.get(La);let hl=new RegExp(`(\\s${La}\\s*=\\s*)(?:(?:'([^']*)')|(?:"([^"]*)"))`,"im");return Tw.set(La,hl),hl}var Iw=/^\/\/\/\s*<(\S+)\s.*?\/>/m,Bw=/^\/\/\/?\s*@([^\s:]+)((?:[^\S\r\n]|:).*)?$/m;function u6(La,hl,fl){let yl=hl.kind===2&&Iw.exec(fl);if(yl){let Pl=yl[1].toLowerCase(),Ul=gA[Pl];if(!Ul||!(Ul.kind&1))return;if(Ul.args){let yl={};for(let La of Ul.args){let Pl=o6(La.name).exec(fl);if(!Pl&&!La.optional)return;if(Pl){let fl=Pl[2]||Pl[3];if(La.captureSpan){let Ul=hl.pos+Pl.index+Pl[1].length+1;yl[La.name]={value:fl,pos:Ul,end:Ul+fl.length}}else yl[La.name]=fl}}La.push({name:Pl,args:{arguments:yl,range:hl}})}else La.push({name:Pl,args:{arguments:{},range:hl}});return}let Pl=hl.kind===2&&Bw.exec(fl);if(Pl)return km(La,hl,2,Pl);if(hl.kind===3){let yl=/@(\S+)(\s+(?:\S.*)?)?$/gm,Pl;for(;Pl=yl.exec(fl);)km(La,hl,4,Pl)}}function km(La,hl,fl,yl){if(!yl)return;let Pl=yl[1].toLowerCase(),Ul=gA[Pl];if(!Ul||!(Ul.kind&fl))return;let Gd=yl[2],af=p6(Ul,Gd);af!=="fail"&&La.push({name:Pl,args:{arguments:af,range:hl}})}function p6(La,hl){if(!hl)return{};if(!La.args)return{};let fl=hl.trim().split(/\s+/),yl={};for(let hl=0;hlLa.kind<310||La.kind>352);return fl.kind<167?fl:fl.getFirstToken(La)}getLastToken(La){this.assertHasRealPosition();let hl=this.getChildren(La),fl=Va(hl);if(fl)return fl.kind<167?fl:fl.getLastToken(La)}forEachChild(La,hl){return $t(this,La,hl)}};function f6(La,hl){let fl=[];if(b2(La))return La.forEachChild(La=>{fl.push(La)}),fl;Fw.setText((hl||La.getSourceFile()).text);let yl=La.pos,f=hl=>{f_(fl,yl,hl.pos,La),fl.push(hl),yl=hl.end},h=hl=>{f_(fl,yl,hl.pos,La),fl.push(d6(hl,La)),yl=hl.end};return Bn(La.jsDoc,f),yl=La.pos,La.forEachChild(f,h),f_(fl,yl,La.end,La),Fw.setText(void 0),fl}function f_(La,hl,fl,yl){for(Fw.resetTokenState(hl);hlLa.tagName.text==="inheritDoc"||La.tagName.text==="inheritdoc")}function vl(La,hl){if(!La)return w_;let fl=ts_JsDoc_exports.getJsDocTagsFromDeclarations(La,hl);if(hl&&(fl.length===0||La.some(wh))){let yl=new Set;for(let Pl of La){let La=kh(hl,Pl,La=>{var fl;if(!yl.has(La))return yl.add(La),Pl.kind===178||Pl.kind===179?La.getContextualJsDocTags(Pl,hl):((fl=La.declarations)==null?void 0:fl.length)===1?La.getJsDocTags(hl):void 0});La&&(fl=[...La,...fl])}}return fl}function u_(La,hl){if(!La)return w_;let fl=ts_JsDoc_exports.getJsDocCommentsFromDeclarations(La,hl);if(hl&&(fl.length===0||La.some(wh))){let yl=new Set;for(let Pl of La){let La=kh(hl,Pl,La=>{if(!yl.has(La))return yl.add(La),Pl.kind===178||Pl.kind===179?La.getContextualDocumentationComment(Pl,hl):La.getDocumentationComment(hl)});La&&(fl=fl.length===0?La.slice():La.concat(lineBreakPart(),fl))}}return fl}function kh(La,hl,fl){var yl;let Pl=((yl=hl.parent)==null?void 0:yl.kind)===177?hl.parent.parent:hl.parent;if(!Pl)return;let Ul=sb(hl);return ky(Q2(Pl),yl=>{let Pl=La.getTypeAtLocation(yl),Gd=Ul&&Pl.symbol?La.getTypeOfSymbol(Pl.symbol):Pl,af=La.getPropertyOfType(Gd,hl.symbol.name);return af?fl(af):void 0})}var Uw=class extends Pw{constructor(La,hl,fl){super(La,hl,fl)}update(La,hl){return e6(this,La,hl)}getLineAndCharacterOfPosition(La){return Hm(this,La)}getLineStarts(){return Bp(this)}getPositionOfLineAndCharacter(La,hl,fl){return Tg(Bp(this),La,hl,this.text,fl)}getLineEndOfPosition(La){let{line:hl}=this.getLineAndCharacterOfPosition(La),fl=this.getLineStarts(),yl;hl+1>=fl.length&&(yl=this.getEnd()),yl||(yl=fl[hl+1]-1);let Pl=this.getFullText();return Pl[yl]===`\n`&&Pl[yl-1]==="\r"?yl-1:yl}getNamedDeclarations(){return this.namedDeclarations||(this.namedDeclarations=this.computeNamedDeclarations()),this.namedDeclarations}computeNamedDeclarations(){let La=Uy();return this.forEachChild(f),La;function t(hl){let fl=s(hl);fl&&La.add(fl,hl)}function a(hl){let fl=La.get(hl);return fl||La.set(hl,fl=[]),fl}function s(La){let hl=hf(La);return hl&&(If(hl)&&yr(hl.expression)?hl.expression.name.text:l1(hl)?getNameFromPropertyName(hl):void 0)}function f(La){switch(La.kind){case 263:case 219:case 175:case 174:let hl=La,fl=s(hl);if(fl){let La=a(fl),yl=Va(La);yl&&hl.parent===yl.parent&&hl.symbol===yl.symbol?hl.body&&!yl.body&&(La[La.length-1]=hl):La.push(hl)}$t(La,f);break;case 264:case 232:case 265:case 266:case 267:case 268:case 272:case 282:case 277:case 274:case 275:case 178:case 179:case 188:t(La),$t(La,f);break;case 170:if(!E_(La,31))break;case 261:case 209:{let hl=La;if(l2(hl.name)){$t(hl.name,f);break}hl.initializer&&f(hl.initializer)}case 307:case 173:case 172:t(La);break;case 279:let yl=La;yl.exportClause&&(rh(yl.exportClause)?Bn(yl.exportClause.elements,f):f(yl.exportClause.name));break;case 273:let Pl=La.importClause;Pl&&(Pl.name&&t(Pl.name),Pl.namedBindings&&(Pl.namedBindings.kind===275?t(Pl.namedBindings):Bn(Pl.namedBindings.elements,f)));break;case 227:wf(La)!==0&&t(La);default:$t(La,f)}}}},Gw=class{constructor(La,hl,fl){this.fileName=La,this.text=hl,this.skipTrivia=fl||(La=>La)}getLineAndCharacterOfPosition(La){return Hm(this,La)}};function v6(){return{getNodeConstructor:()=>Pw,getTokenConstructor:()=>Ow,getIdentifierConstructor:()=>Qw,getPrivateIdentifierConstructor:()=>Lw,getSourceFileConstructor:()=>Uw,getSymbolConstructor:()=>Nw,getTypeConstructor:()=>Mw,getSignatureConstructor:()=>jw,getSourceMapSourceConstructor:()=>Gw}}var qw=["getSemanticDiagnostics","getSuggestionDiagnostics","getCompilerOptionsDiagnostics","getSemanticClassifications","getEncodedSemanticClassifications","getCodeFixesAtPosition","getCombinedCodeFix","applyCodeActionCommand","organizeImports","getEditsForFileRename","getEmitOutput","getApplicableRefactors","getEditsForRefactor","prepareCallHierarchy","provideCallHierarchyIncomingCalls","provideCallHierarchyOutgoingCalls","provideInlayHints","getSupportedCodeFixes","getPasteEdits"],$w=[...qw,"getCompletionsAtPosition","getCompletionEntryDetails","getCompletionEntrySymbol","getSignatureHelpItems","getQuickInfoAtPosition","getDefinitionAtPosition","getDefinitionAndBoundSpan","getImplementationAtPosition","getTypeDefinitionAtPosition","getReferencesAtPosition","findReferences","getDocumentHighlights","getNavigateToItems","getRenameInfo","findRenameLocations","getApplicableRefactors","preparePasteEditsForFile"];Eb(v6());var Jw=new Proxy({},{get:()=>!0});var Hw=Jw["4.8"];function nr(La,hl=!1){if(La!=null){if(Hw){if(hl||Rl(La)){let hl=i1(La);return hl?[...hl]:void 0}return}return La.modifiers?.filter(La=>!Ka(La))}}function wi(La,hl=!1){if(La!=null){if(Hw){if(hl||Kf(La)){let hl=yf(La);return hl?[...hl]:void 0}return}return La.decorators?.filter(Ka)}}var Vw={};var Ww=new Proxy({},{get:(La,hl)=>hl});var zw=Ww,Yw=Ww;var Kw=zw,Xw=Yw;var Zw=Jw["5.0"],eC=gg,tC=new Set([eC.AmpersandAmpersandToken,eC.BarBarToken,eC.QuestionQuestionToken]),rC=new Set([gg.AmpersandAmpersandEqualsToken,gg.AmpersandEqualsToken,gg.AsteriskAsteriskEqualsToken,gg.AsteriskEqualsToken,gg.BarBarEqualsToken,gg.BarEqualsToken,gg.CaretEqualsToken,gg.EqualsToken,gg.GreaterThanGreaterThanEqualsToken,gg.GreaterThanGreaterThanGreaterThanEqualsToken,gg.LessThanLessThanEqualsToken,gg.MinusEqualsToken,gg.PercentEqualsToken,gg.PlusEqualsToken,gg.QuestionQuestionEqualsToken,gg.SlashEqualsToken]),nC=new Set([eC.AmpersandAmpersandToken,eC.AmpersandToken,eC.AsteriskAsteriskToken,eC.AsteriskToken,eC.BarBarToken,eC.BarToken,eC.CaretToken,eC.EqualsEqualsEqualsToken,eC.EqualsEqualsToken,eC.ExclamationEqualsEqualsToken,eC.ExclamationEqualsToken,eC.GreaterThanEqualsToken,eC.GreaterThanGreaterThanGreaterThanToken,eC.GreaterThanGreaterThanToken,eC.GreaterThanToken,eC.InKeyword,eC.InstanceOfKeyword,eC.LessThanEqualsToken,eC.LessThanLessThanToken,eC.LessThanToken,eC.MinusToken,eC.PercentToken,eC.PlusToken,eC.SlashToken]);function C6(La){return rC.has(La.kind)}function D6(La){return tC.has(La.kind)}function P6(La){return nC.has(La.kind)}function gr(La){return rt(La)}function Ph(La){return La.kind!==eC.SemicolonClassElement}function Fe(La,hl){return nr(hl)?.some(hl=>hl.kind===La)===!0}function Nh(La){let hl=nr(La);return hl==null?null:hl[hl.length-1]??null}function Ih(La){return La.kind===eC.CommaToken}function N6(La){return La.kind===eC.SingleLineCommentTrivia||La.kind===eC.MultiLineCommentTrivia}function I6(La){return La.kind===eC.JSDocComment}function Oh(La){if(C6(La))return{type:Kw.AssignmentExpression,operator:gr(La.kind)};if(D6(La))return{type:Kw.LogicalExpression,operator:gr(La.kind)};if(P6(La))return{type:Kw.BinaryExpression,operator:gr(La.kind)};throw new Error(`Unexpected binary operator ${rt(La.kind)}`)}function C_(La,hl){let fl=hl.getLineAndCharacterOfPosition(La);return{column:fl.character,line:fl.line+1}}function Zr(La,hl){let[fl,yl]=La.map(La=>C_(La,hl));return{end:yl,start:fl}}function Mh(La){if(La.kind===gg.Block)switch(La.parent.kind){case gg.Constructor:case gg.GetAccessor:case gg.SetAccessor:case gg.ArrowFunction:case gg.FunctionExpression:case gg.FunctionDeclaration:case gg.MethodDeclaration:return!0;default:return!1}return!0}function _a(La,hl){return[La.getStart(hl),La.getEnd()]}function O6(La){return La.kind>=eC.FirstToken&&La.kind<=eC.LastToken}function Lh(La){return La.kind>=eC.JsxElement&&La.kind<=eC.JsxAttribute}function oa(La){return La.flags&eA.Let?"let":(La.flags&eA.AwaitUsing)===eA.AwaitUsing?"await using":La.flags&eA.Const?"const":La.flags&eA.Using?"using":"var"}function ki(La){let hl=nr(La);if(hl!=null)for(let La of hl)switch(La.kind){case eC.PublicKeyword:return"public";case eC.ProtectedKeyword:return"protected";case eC.PrivateKeyword:return"private";default:break}}function rr(La,hl,fl){return s(hl);function s(hl){return o1(hl)&&hl.pos===La.end?hl:U6(hl.getChildren(fl),hl=>(hl.pos<=La.pos&&hl.end>La.end||hl.pos===La.end)&&R6(hl,fl)?s(hl):void 0)}}function M6(La,hl){let fl=La;for(;fl;){if(hl(fl))return fl;fl=fl.parent}}function L6(La){return!!M6(La,Lh)}function sd(La){return i_(0,La,/&(?:#\d+|#x[\da-fA-F]+|[0-9a-zA-Z]+);/g,La=>{let hl=La.slice(1,-1);if(hl[0]==="#"){let fl=hl[1]==="x"?parseInt(hl.slice(2),16):parseInt(hl.slice(1),10);return fl>1114111?La:String.fromCodePoint(fl)}return Vw[hl]||La})}function ca(La){return La.kind===eC.ComputedPropertyName}function _d(La){return!!La.questionToken}function od(La){return La.type===Kw.ChainExpression}function jh(La,hl){return od(hl)&&La.expression.kind!==gg.ParenthesizedExpression}function j6(La){if(La.kind===eC.NullKeyword)return Xw.Null;if(La.kind>=eC.FirstKeyword&&La.kind<=eC.LastFutureReservedWord)return La.kind===eC.FalseKeyword||La.kind===eC.TrueKeyword?Xw.Boolean:Xw.Keyword;if(La.kind>=eC.FirstPunctuation&&La.kind<=eC.LastPunctuation)return Xw.Punctuator;if(La.kind>=eC.NoSubstitutionTemplateLiteral&&La.kind<=eC.TemplateTail)return Xw.Template;switch(La.kind){case eC.NumericLiteral:case eC.BigIntLiteral:return Xw.Numeric;case eC.PrivateIdentifier:return Xw.PrivateIdentifier;case eC.JsxText:return Xw.JSXText;case eC.StringLiteral:return La.parent.kind===eC.JsxAttribute||La.parent.kind===eC.JsxElement?Xw.JSXText:Xw.String;case eC.RegularExpressionLiteral:return Xw.RegularExpression;case eC.Identifier:case eC.ConstructorKeyword:case eC.GetKeyword:case eC.SetKeyword:default:}if(La.kind===eC.Identifier){if(Lh(La.parent))return Xw.JSXIdentifier;if(La.parent.kind===eC.PropertyAccessExpression&&L6(La))return Xw.JSXIdentifier}return Xw.Identifier}function J6(La,hl){let fl=La.kind===eC.JsxText?La.getFullStart():La.getStart(hl),yl=La.getEnd(),Pl=hl.text.slice(fl,yl),Ul=j6(La),Gd=[fl,yl],af=Zr(Gd,hl);return Ul===Xw.RegularExpression?{type:Ul,loc:af,range:Gd,regex:{flags:Pl.slice(Pl.lastIndexOf("/")+1),pattern:Pl.slice(1,Pl.lastIndexOf("/"))},value:Pl}:Ul===Xw.PrivateIdentifier?{type:Ul,loc:af,range:Gd,value:Pl.slice(1)}:{type:Ul,loc:af,range:Gd,value:Pl}}function Jh(La){let hl=[];function a(fl){N6(fl)||I6(fl)||(O6(fl)&&fl.kind!==eC.EndOfFileToken?hl.push(J6(fl,La)):fl.getChildren(La).forEach(a))}return a(La),hl}var iC=class extends Error{fileName;location;name="TSError";constructor(La,hl,fl){super(La),this.fileName=hl,this.location=fl}get index(){return this.location.start.offset}get lineNumber(){return this.location.start.line}get column(){return this.location.start.column}};function pe(La,hl,fl){let yl,Pl;if(Array.isArray(La)?[yl,Pl]=La:typeof La=="number"?yl=Pl=La:(fl??(fl=La.getSourceFile()),yl=La.getStart(fl),Pl=La.getEnd()),!fl)throw new Error("`sourceFile` is required.");let[Ul,Gd]=[yl,Pl].map(La=>{let{character:hl,line:yl}=fl.getLineAndCharacterOfPosition(La);return{column:hl,line:yl+1,offset:La}});return new iC(hl,fl.fileName,{end:Gd,start:Ul})}function R6(La,hl){return La.kind===eC.EndOfFileToken?!!La.jsDoc:La.getWidth(hl)!==0}function U6(La,hl){if(La!==void 0)for(let fl=0;fl=0&&La.kind!==sC.EndOfFileToken}function qh(La){return!F6(La)}function z6(La){return Fe(sC.AbstractKeyword,La)}function V6(La){if(La.parameters.length&&!Jl(La)){let hl=La.parameters[0];if(W6(hl))return hl}return null}function W6(La){return cd(La.name)}function G6(La){return df(La.parent,Tf)}function Y6(La){switch(La.kind){case sC.ClassDeclaration:return!0;case sC.ClassExpression:return!0;case sC.PropertyDeclaration:{let{parent:hl}=La;return!!($a(hl)||ia(hl)&&!z6(La))}case sC.GetAccessor:case sC.SetAccessor:case sC.MethodDeclaration:{let{parent:hl}=La;return!!La.body&&($a(hl)||ia(hl))}case sC.Parameter:{let{parent:hl}=La,fl=hl.parent;return!!hl&&"body"in hl&&!!hl.body&&(hl.kind===sC.Constructor||hl.kind===sC.MethodDeclaration||hl.kind===sC.SetAccessor)&&V6(hl)!==La&&!!fl&&fl.kind===sC.ClassDeclaration}}return!1}function H6(La){return!!("illegalDecorators"in La&&La.illegalDecorators?.length)}function zh(La){if(H6(La))throw pe(La.illegalDecorators[0],"Decorators are not valid here.");for(let hl of wi(La,!0)??[])if(!Y6(La))throw T_(La)&&!qh(La.body)?pe(hl,"A decorator can only decorate a method implementation, not an overload."):pe(hl,"Decorators are not valid here.");let hl=nr(La,!0)??[];for(let fl of hl){if(fl.kind!==sC.ReadonlyKeyword){if(La.kind===sC.PropertySignature||La.kind===sC.MethodSignature)throw pe(fl,`'${rt(fl.kind)}' modifier cannot appear on a type member`);if(La.kind===sC.IndexSignature&&(fl.kind!==sC.StaticKeyword||!ia(La.parent)))throw pe(fl,`'${rt(fl.kind)}' modifier cannot appear on an index signature`)}if(fl.kind!==sC.InKeyword&&fl.kind!==sC.OutKeyword&&fl.kind!==sC.ConstKeyword&&La.kind===sC.TypeParameter)throw pe(fl,`'${rt(fl.kind)}' modifier cannot appear on a type parameter`);if((fl.kind===sC.InKeyword||fl.kind===sC.OutKeyword)&&(La.kind!==sC.TypeParameter||!(A_(La.parent)||ia(La.parent)||jl(La.parent))))throw pe(fl,`'${rt(fl.kind)}' modifier can only appear on a type parameter of a class, interface or type alias`);if(fl.kind===sC.ReadonlyKeyword&&La.kind!==sC.PropertyDeclaration&&La.kind!==sC.PropertySignature&&La.kind!==sC.IndexSignature&&La.kind!==sC.Parameter)throw pe(fl,"'readonly' modifier can only appear on a property declaration or index signature.");if(fl.kind===sC.DeclareKeyword&&ia(La.parent)&&!Xa(La))throw pe(fl,`'${rt(fl.kind)}' modifier cannot appear on class elements of this kind.`);if(fl.kind===sC.DeclareKeyword&&es(La)){let hl=oa(La.declarationList);if(hl==="using"||hl==="await using")throw pe(fl,`'declare' modifier cannot appear on a '${hl}' declaration.`)}if(fl.kind===sC.AbstractKeyword&&La.kind!==sC.ClassDeclaration&&La.kind!==sC.ConstructorType&&La.kind!==sC.MethodDeclaration&&La.kind!==sC.PropertyDeclaration&&La.kind!==sC.GetAccessor&&La.kind!==sC.SetAccessor)throw pe(fl,`'${rt(fl.kind)}' modifier can only appear on a class, method, or property declaration.`);if((fl.kind===sC.StaticKeyword||fl.kind===sC.PublicKeyword||fl.kind===sC.ProtectedKeyword||fl.kind===sC.PrivateKeyword)&&(La.parent.kind===sC.ModuleBlock||La.parent.kind===sC.SourceFile))throw pe(fl,`'${rt(fl.kind)}' modifier cannot appear on a module or namespace element.`);if(fl.kind===sC.AccessorKeyword&&La.kind!==sC.PropertyDeclaration)throw pe(fl,"'accessor' modifier can only appear on a property declaration.");if(fl.kind===sC.AsyncKeyword&&La.kind!==sC.MethodDeclaration&&La.kind!==sC.FunctionDeclaration&&La.kind!==sC.FunctionExpression&&La.kind!==sC.ArrowFunction)throw pe(fl,"'async' modifier cannot be used here.");if(La.kind===sC.Parameter&&(fl.kind===sC.StaticKeyword||fl.kind===sC.ExportKeyword||fl.kind===sC.DeclareKeyword||fl.kind===sC.AsyncKeyword))throw pe(fl,`'${rt(fl.kind)}' modifier cannot appear on a parameter.`);if(fl.kind===sC.PublicKeyword||fl.kind===sC.ProtectedKeyword||fl.kind===sC.PrivateKeyword){for(let La of hl)if(La!==fl&&(La.kind===sC.PublicKeyword||La.kind===sC.ProtectedKeyword||La.kind===sC.PrivateKeyword))throw pe(La,"Accessibility modifier already seen.")}if(La.kind===sC.Parameter&&(fl.kind===sC.PublicKeyword||fl.kind===sC.PrivateKeyword||fl.kind===sC.ProtectedKeyword||fl.kind===sC.ReadonlyKeyword||fl.kind===sC.OverrideKeyword)){let hl=G6(La);if(!(hl?.kind===sC.Constructor&&qh(hl.body)))throw pe(fl,"A parameter property is only allowed in a constructor implementation.");let yl=La;if(yl.dotDotDotToken)throw pe(fl,"A parameter property cannot be a rest parameter.");if(yl.name.kind===sC.ArrayBindingPattern||yl.name.kind===sC.ObjectBindingPattern)throw pe(fl,"A parameter property may not be declared using a binding pattern.")}Fh(La,fl)}if(La.parent?.kind===sC.ObjectLiteralExpression)for(let fl of La.modifiers??[])Ka(fl)||hl.includes(fl)||Fh(La,fl)}function Fh(La,hl){if((hl.kind!==sC.AsyncKeyword||La.kind!==sC.MethodDeclaration)&&La.parent.kind===sC.ObjectLiteralExpression)throw pe(hl,`'${rt(hl.kind)}' modifier cannot be used here.`)}var aC=Jw["5.9"];function P_(La){return La?aC?La.phaseModifier===gg.TypeKeyword?"type":La.phaseModifier===gg.DeferKeyword?"defer":null:La.isTypeOnly?"type":null:null}var oC=gg;function Gh(La,hl,fl){zh(La);let yl=La;switch(yl.kind){case oC.SwitchStatement:if(yl.caseBlock.clauses.filter(La=>La.kind===oC.DefaultClause).length>1)throw pe(yl,"A 'default' clause cannot appear more than once in a 'switch' statement.");break;case oC.ThrowStatement:if(yl.expression.end===yl.expression.pos)throw pe(yl,"A throw statement must throw an expression.");break;case oC.CatchClause:if(yl.variableDeclaration?.initializer)throw pe(yl.variableDeclaration.initializer,"Catch clause variable cannot have an initializer.");break;case oC.FunctionDeclaration:{let La=Fe(oC.DeclareKeyword,yl),hl=Fe(oC.AsyncKeyword,yl),fl=!!yl.asteriskToken;if(La){if(yl.body)throw pe(yl,"An implementation cannot be declared in ambient contexts.");if(hl)throw pe(yl,"'async' modifier cannot be used in an ambient context.");if(fl)throw pe(yl,"Generators are not allowed in an ambient context.")}else if(!yl.body&&fl)throw pe(yl,"A function signature cannot be declared as a generator.");break}case oC.VariableDeclaration:{let La=!!yl.exclamationToken;if(La){if(yl.initializer)throw pe(yl,"Declarations with initializers cannot also have definite assignment assertions.");if(yl.name.kind!==oC.Identifier||!yl.type)throw pe(yl,"Declarations with definite assignment assertions must also have type annotations.")}if(yl.parent.kind===oC.VariableDeclarationList){let hl=yl.parent,fl=oa(hl);if(fl==="using"||fl==="await using"){if(hl.parent.kind===oC.ForInStatement)throw pe(hl,`The left-hand side of a 'for...in' statement cannot be a '${fl}' declaration.`);if(hl.parent.kind===oC.ForStatement||hl.parent.kind===oC.VariableStatement){if(!yl.initializer)throw pe(yl,`'${fl}' declarations must be initialized.`);if(yl.name.kind!==oC.Identifier)throw pe(yl.name,`'${fl}' declarations may not have binding patterns.`)}}if(hl.parent.kind===oC.VariableStatement){let Pl=hl.parent,Ul=Fe(oC.DeclareKeyword,Pl);if((Ul||["await using","const","using"].includes(fl))&&La)throw pe(yl,"A definite assignment assertion '!' is not permitted in this context.");if(Ul&&yl.initializer&&(["let","var"].includes(fl)||yl.type))throw pe(yl,"Initializers are not permitted in ambient contexts.")}}break}case oC.VariableStatement:{if(!yl.declarationList.declarations.length)throw pe(yl,"A variable declaration list must have at least one variable declarator.");break}case oC.PropertyAssignment:{let{exclamationToken:La,questionToken:hl}=yl;if(hl)throw pe(hl,"A property assignment cannot have a question token.");if(La)throw pe(La,"A property assignment cannot have an exclamation token.");break}case oC.ShorthandPropertyAssignment:{let{exclamationToken:La,modifiers:hl,questionToken:fl}=yl;if(hl)throw pe(hl[0],"A shorthand property assignment cannot have modifiers.");if(fl)throw pe(fl,"A shorthand property assignment cannot have a question token.");if(La)throw pe(La,"A shorthand property assignment cannot have an exclamation token.");break}case oC.PropertyDeclaration:{let La=Fe(oC.AbstractKeyword,yl);if(La&&yl.initializer)throw pe(yl.initializer,"Abstract property cannot have an initializer.");let hl=!!yl.exclamationToken;if(hl&&La)throw pe(yl.exclamationToken,"A definite assignment assertion '!' is not permitted in this context.");if(hl&&!yl.type)throw pe(yl,"Declarations with definite assignment assertions must also have type annotations.");if(hl&&yl.initializer)throw pe(yl,"Declarations with initializers cannot also have definite assignment assertions.");if(yl.name.kind===oC.StringLiteral&&yl.name.text==="constructor")throw pe(yl.name,"Classes may not have a field named 'constructor'.");break}case oC.TaggedTemplateExpression:if(yl.tag.flags&eA.OptionalChain)throw pe(yl,"Tagged template expressions are not permitted in an optional chain.");break;case oC.BinaryExpression:if(yl.operatorToken.kind!==oC.InKeyword&&yl.left.kind===oC.PrivateIdentifier)throw pe(yl.left,"Private identifiers cannot appear on the right-hand-side of an 'in' expression.");if(yl.right.kind===oC.PrivateIdentifier)throw pe(yl.right,"Private identifiers are only allowed on the left-hand-side of an 'in' expression.");break;case oC.MappedType:if(yl.members&&yl.members.length>0)throw pe(yl.members[0],"A mapped type may not declare properties or methods.");break;case oC.PropertySignature:{let{initializer:La}=yl;if(La)throw pe(La,"A property signature cannot have an initializer.");break}case oC.FunctionType:{let{modifiers:La}=yl;if(La)throw pe(La[0],"A function type cannot have modifiers.");break}case oC.EnumMember:{if(yl.name.kind===gg.ComputedPropertyName)throw pe(yl.name,"Computed property names are not allowed in enums.");if(yl.name.kind===oC.NumericLiteral||yl.name.kind===oC.BigIntLiteral)throw pe(yl.name,"An enum member cannot have a numeric name.");break}case oC.ExternalModuleReference:if(yl.expression.kind!==oC.StringLiteral)throw pe(yl.expression,"String literal expected.");break;case oC.PrefixUnaryExpression:case oC.PostfixUnaryExpression:{let La=gr(yl.operator);if((La==="++"||La==="--")&&!Bl(yl.operand))throw pe(yl.operand,"Invalid left-hand side expression in unary operation");break}case oC.ImportDeclaration:{let{importClause:La}=yl,hl=P_(La);if(hl==="type"&&La?.name&&La.namedBindings)throw pe(La,"A type-only import can specify a default import or named bindings, but not both.");let fl=La?.namedBindings?.kind===oC.NamedImports,Pl=!!La?.name;if(hl==="defer"&&fl)throw pe(La,"Named imports are not allowed in a deferred import.");if(hl==="defer"&&Pl)throw pe(La,"Default imports are not allowed in a deferred import.");Wh(yl,!1);break}case oC.ExportDeclaration:Wh(yl,yl.exportClause?.kind===oC.NamedExports);break;case oC.ExportSpecifier:{let La=yl.propertyName??yl.name;if(La.kind===oC.StringLiteral&&hl.kind===oC.ExportDeclaration&&hl.moduleSpecifier?.kind!==oC.StringLiteral)throw pe(La,"A string literal cannot be used as a local exported binding without `from`.");break}case oC.CallExpression:if(yl.expression.kind===oC.ImportKeyword&&yl.arguments.length!==1&&yl.arguments.length!==2)throw pe(yl.arguments.length>1?yl.arguments[2]:yl,"Dynamic import requires exactly one or two arguments.");break;case oC.ClassDeclaration:if(!yl.name&&(!Fe(gg.ExportKeyword,yl)||!Fe(gg.DefaultKeyword,yl)))throw pe(yl,"A class declaration without the 'default' modifier must have a name.");case oC.ClassExpression:{let La=yl.heritageClauses??[],hl=!1,fl=!1;for(let yl of La){let{token:La,types:Pl}=yl;if(Pl.length===0)throw pe(yl,`'${rt(La)}' list cannot be empty.`);if(La===oC.ExtendsKeyword){if(hl)throw pe(yl,"'extends' clause already seen.");if(fl)throw pe(yl,"'extends' clause must precede 'implements' clause.");if(Pl.length>1)throw pe(Pl[1],"Classes can only extend a single class.");hl=!0}else{if(fl)throw pe(yl,"'implements' clause already seen.");for(let La of yl.types)if(!ql(La.expression)||gf(La.expression))throw pe(La,"A class can only implement an identifier/qualified-name with optional type arguments.");fl=!0}}break}case oC.InterfaceDeclaration:{let La=yl.heritageClauses??[],hl=!1;for(let fl of La){let{token:La,types:yl}=fl;if(La===oC.ImplementsKeyword)throw pe(fl,"Interface declaration cannot have 'implements' clause.");if(La!==oC.ExtendsKeyword)throw pe(fl,"Unexpected token.");if(yl.length===0)throw pe(fl,`'${rt(La)}' list cannot be empty.`);if(hl)throw pe(fl,"'extends' clause already seen.");hl=!0;for(let La of fl.types)if(!ql(La.expression)||gf(La.expression))throw pe(La,"Interface declaration can only extend an identifier/qualified name with optional type arguments.")}break}case oC.GetAccessor:case oC.SetAccessor:if(yl.parent.kind===oC.InterfaceDeclaration||yl.parent.kind===oC.TypeLiteral)return;case oC.MethodDeclaration:{if(Fe(oC.AbstractKeyword,yl)&&yl.body)throw pe(yl.name,yl.kind===oC.GetAccessor||yl.kind===oC.SetAccessor?"An abstract accessor cannot have an implementation.":`Method '${Bh(yl.name)}' cannot have an implementation because it is marked abstract.`);break}case oC.ObjectLiteralExpression:{if(!fl){for(let La of yl.properties)if((La.kind===oC.GetAccessor||La.kind===oC.SetAccessor||La.kind===oC.MethodDeclaration)&&!La.body)throw pe(La.end-1,"'{' expected.",yl.getSourceFile())}break}case oC.ImportEqualsDeclaration:if(yl.isTypeOnly&&yl.moduleReference.kind!==oC.ExternalModuleReference)throw pe(yl,"An import alias cannot use 'import type'");break;case oC.ModuleDeclaration:{if(yl.flags&eA.GlobalAugmentation){let{body:La}=yl;if(La==null||La.kind===oC.ModuleDeclaration)throw pe(yl.body??yl,"Expected a valid module body");let{name:hl}=yl;if(hl.kind!==gg.Identifier)throw pe(hl,"global module augmentation must have an Identifier id");return}if(Lr(yl.name))return;if(yl.body==null)throw pe(yl,"Expected a module body");if(yl.name.kind!==gg.Identifier)throw pe(yl.name,"`namespace`s must have an Identifier id");break}case oC.ForInStatement:case oC.ForOfStatement:{Q6(yl);break}}}function Q6(La){let{initializer:hl,kind:fl}=La,yl=fl===oC.ForInStatement?"for...in":"for...of";if(th(hl)){if(hl.declarations.length!==1)throw pe(hl,`Only a single variable declaration is allowed in a '${yl}' statement.`);let La=hl.declarations[0];if(La.initializer)throw pe(La,`The variable declaration of a '${yl}' statement cannot have an initializer.`);if(La.type)throw pe(La,`The variable declaration of a '${yl}' statement cannot have a type annotation.`)}else if(!Bl(hl)&&hl.kind!==oC.ObjectLiteralExpression&&hl.kind!==oC.ArrayLiteralExpression)throw pe(hl,`The left-hand side of a '${yl}' statement must be a variable or a property access.`)}function Wh(La,hl){if(!hl&&La.moduleSpecifier==null)throw pe(La,"Module specifier must be a string literal.");if(La.moduleSpecifier&&La.moduleSpecifier.kind!==oC.StringLiteral)throw pe(La.moduleSpecifier,"Module specifier must be a string literal.")}var lC=gg;function ld(La){return pe(La.start,"message"in La&&La.message||La.messageText,La.file)}var cC=class{allowPattern=!1;ast;esTreeNodeToTSNodeMap=new WeakMap;options;tsNodeToESTreeNodeMap=new WeakMap;constructor(La,hl){this.ast=La,this.options={...hl}}#be(La,hl){this.options.allowInvalidAST||Gh(La,hl,this.allowPattern)}#ye(La){if(/\\[xu]/.test(La)){let hl=/\\u(?![0-9a-fA-F]{4}|{)/.test(La),fl=/\\x(?![0-9a-fA-F]{2})/.test(La);return!hl&&!fl}return!0}#_e(La,hl){if(!this.options.allowInvalidAST)throw pe(La,hl,this.ast)}#me(La,hl,fl,yl=!1){let Pl=yl;return Object.defineProperty(La,hl,{configurable:!0,get:this.options.suppressDeprecatedPropertyWarnings?()=>La[fl]:()=>(Pl||((void 0)(`The '${hl}' property is deprecated on ${La.type} nodes. Use '${fl}' instead. See https://tseslint.com/key-property-deprecated.`,"DeprecationWarning"),Pl=!0),La[fl]),set(fl){Object.defineProperty(La,hl,{enumerable:!0,value:fl,writable:!0})}}),La}#ge(La,hl,fl,yl){let Pl=!1;return Object.defineProperty(La,hl,{configurable:!0,get:this.options.suppressDeprecatedPropertyWarnings?()=>yl:()=>{if(!Pl){let yl=`The '${hl}' property is deprecated on ${La.type} nodes.`;fl&&(yl+=` Use ${fl} instead.`),yl+=" See https://tseslint.com/key-property-deprecated.",(void 0)(yl,"DeprecationWarning"),Pl=!0}return yl},set(fl){Object.defineProperty(La,hl,{enumerable:!0,value:fl,writable:!0})}}),La}convertBindingNameWithTypeAnnotation(La,hl,fl){let yl=this.convertPattern(La);return hl&&(yl.typeAnnotation=this.convertTypeAnnotation(hl,fl),this.fixParentLocation(yl,yl.typeAnnotation.range)),yl}convertBodyExpressions(La,hl){let fl=Mh(hl);return La.map(La=>{let hl=this.convertChild(La);if(fl){if(hl?.expression&&Ll(La)&&Lr(La.expression)){let La=hl.expression.raw;return hl.directive=La.slice(1,-1),hl}fl=!1}return hl}).filter(La=>La)}convertChainExpression(La,hl){let{child:fl,isOptional:yl}=La.type===Kw.MemberExpression?{child:La.object,isOptional:La.optional}:La.type===Kw.CallExpression?{child:La.callee,isOptional:La.optional}:{child:La.expression,isOptional:!1},Pl=jh(hl,fl);if(!Pl&&!yl)return La;if(Pl&&od(fl)){let hl=fl.expression;La.type===Kw.MemberExpression?La.object=hl:La.type===Kw.CallExpression?La.callee=hl:La.expression=hl}return this.createNode(hl,{type:Kw.ChainExpression,expression:La})}convertChild(La,hl){return this.converter(La,hl,!1)}convertChildren(La,hl){return La.map(La=>this.converter(La,hl,!1))}convertPattern(La,hl){return this.converter(La,hl,!0)}convertTypeAnnotation(La,hl){let fl=hl?.kind===lC.FunctionType||hl?.kind===lC.ConstructorType?2:1,yl=[La.getFullStart()-fl,La.end],Pl=Zr(yl,this.ast);return{type:Kw.TSTypeAnnotation,loc:Pl,range:yl,typeAnnotation:this.convertChild(La)}}convertTypeArguments(La){let{typeArguments:hl}=La;if(!hl)return;let fl=rr(hl,this.ast,this.ast),yl=[hl.pos-1,fl.end];return hl.length===0&&this.#_e(yl,"Type argument list cannot be empty."),this.createNode(La,{type:Kw.TSTypeParameterInstantiation,range:yl,params:this.convertChildren(hl)})}convertTypeParameters(La){let{typeParameters:hl}=La;if(!hl)return;let fl=rr(hl,this.ast,this.ast),yl=[hl.pos-1,fl.end];return hl.length===0&&this.#_e(yl,"Type parameter list cannot be empty."),{type:Kw.TSTypeParameterDeclaration,loc:Zr(yl,this.ast),range:yl,params:this.convertChildren(hl)}}convertParameters(La){return La?.length?La.map(La=>{let hl=this.convertChild(La);return hl.decorators=this.convertChildren(wi(La)??[]),hl}):[]}converter(La,hl,fl){if(!La)return null;let yl=this.allowPattern;fl!=null&&(this.allowPattern=fl);let Pl=hl??La.parent;this.#be(La,Pl);let Ul=this.convertNode(La,Pl);return this.registerTSNodeInNodeMap(La,Ul),this.allowPattern=yl,Ul}convertImportAttributes(La){let hl=La.attributes??La.assertClause;return this.convertChildren(hl?.elements??[])}convertJSXIdentifier(La){let hl=this.createNode(La,{type:Kw.JSXIdentifier,name:La.getText()});return this.registerTSNodeInNodeMap(La,hl),hl}convertJSXNamespaceOrIdentifier(La){if(La.kind===gg.JsxNamespacedName){let hl=this.createNode(La,{type:Kw.JSXNamespacedName,name:this.createNode(La.name,{type:Kw.JSXIdentifier,name:La.name.text}),namespace:this.createNode(La.namespace,{type:Kw.JSXIdentifier,name:La.namespace.text})});return this.registerTSNodeInNodeMap(La,hl),hl}let hl=La.getText(),fl=hl.indexOf(":");if(fl>0){let yl=_a(La,this.ast),Pl=this.createNode(La,{type:Kw.JSXNamespacedName,range:yl,name:this.createNode(La,{type:Kw.JSXIdentifier,range:[yl[0]+fl+1,yl[1]],name:hl.slice(fl+1)}),namespace:this.createNode(La,{type:Kw.JSXIdentifier,range:[yl[0],yl[0]+fl],name:hl.slice(0,fl)})});return this.registerTSNodeInNodeMap(La,Pl),Pl}return this.convertJSXIdentifier(La)}convertJSXTagName(La,hl){let fl;switch(La.kind){case lC.PropertyAccessExpression:La.name.kind===lC.PrivateIdentifier&&this.#_e(La.name,"Non-private identifier expected."),fl=this.createNode(La,{type:Kw.JSXMemberExpression,object:this.convertJSXTagName(La.expression,hl),property:this.convertJSXIdentifier(La.name)});break;case lC.ThisKeyword:case lC.Identifier:default:return this.convertJSXNamespaceOrIdentifier(La)}return this.registerTSNodeInNodeMap(La,fl),fl}convertMethodSignature(La){return this.createNode(La,{type:Kw.TSMethodSignature,accessibility:ki(La),computed:ca(La.name),key:this.convertChild(La.name),kind:(()=>{switch(La.kind){case lC.GetAccessor:return"get";case lC.SetAccessor:return"set";case lC.MethodSignature:return"method"}})(),optional:_d(La),params:this.convertParameters(La.parameters),readonly:Fe(lC.ReadonlyKeyword,La),returnType:La.type&&this.convertTypeAnnotation(La.type,La),static:Fe(lC.StaticKeyword,La),typeParameters:this.convertTypeParameters(La)})}fixParentLocation(La,hl){hl[0]La.range[1]&&(La.range[1]=hl[1],La.loc.end=C_(La.range[1],this.ast))}convertNode(La,hl){switch(La.kind){case lC.SourceFile:return this.createNode(La,{type:Kw.Program,range:[La.getStart(this.ast),La.endOfFileToken.end],body:this.convertBodyExpressions(La.statements,La),comments:void 0,sourceType:La.externalModuleIndicator?"module":"script",tokens:void 0});case lC.Block:return this.createNode(La,{type:Kw.BlockStatement,body:this.convertBodyExpressions(La.statements,La)});case lC.Identifier:return Rh(La)?this.createNode(La,{type:Kw.ThisExpression}):this.createNode(La,{type:Kw.Identifier,decorators:[],name:La.text,optional:!1,typeAnnotation:void 0});case lC.PrivateIdentifier:return this.createNode(La,{type:Kw.PrivateIdentifier,name:La.text.slice(1)});case lC.WithStatement:return this.createNode(La,{type:Kw.WithStatement,body:this.convertChild(La.statement),object:this.convertChild(La.expression)});case lC.ReturnStatement:return this.createNode(La,{type:Kw.ReturnStatement,argument:this.convertChild(La.expression)});case lC.LabeledStatement:return this.createNode(La,{type:Kw.LabeledStatement,body:this.convertChild(La.statement),label:this.convertChild(La.label)});case lC.ContinueStatement:return this.createNode(La,{type:Kw.ContinueStatement,label:this.convertChild(La.label)});case lC.BreakStatement:return this.createNode(La,{type:Kw.BreakStatement,label:this.convertChild(La.label)});case lC.IfStatement:return this.createNode(La,{type:Kw.IfStatement,alternate:this.convertChild(La.elseStatement),consequent:this.convertChild(La.thenStatement),test:this.convertChild(La.expression)});case lC.SwitchStatement:return this.createNode(La,{type:Kw.SwitchStatement,cases:this.convertChildren(La.caseBlock.clauses),discriminant:this.convertChild(La.expression)});case lC.CaseClause:case lC.DefaultClause:return this.createNode(La,{type:Kw.SwitchCase,consequent:this.convertChildren(La.statements),test:La.kind===lC.CaseClause?this.convertChild(La.expression):null});case lC.ThrowStatement:return this.createNode(La,{type:Kw.ThrowStatement,argument:this.convertChild(La.expression)});case lC.TryStatement:return this.createNode(La,{type:Kw.TryStatement,block:this.convertChild(La.tryBlock),finalizer:this.convertChild(La.finallyBlock),handler:this.convertChild(La.catchClause)});case lC.CatchClause:return this.createNode(La,{type:Kw.CatchClause,body:this.convertChild(La.block),param:La.variableDeclaration?this.convertBindingNameWithTypeAnnotation(La.variableDeclaration.name,La.variableDeclaration.type):null});case lC.WhileStatement:return this.createNode(La,{type:Kw.WhileStatement,body:this.convertChild(La.statement),test:this.convertChild(La.expression)});case lC.DoStatement:return this.createNode(La,{type:Kw.DoWhileStatement,body:this.convertChild(La.statement),test:this.convertChild(La.expression)});case lC.ForStatement:return this.createNode(La,{type:Kw.ForStatement,body:this.convertChild(La.statement),init:this.convertChild(La.initializer),test:this.convertChild(La.condition),update:this.convertChild(La.incrementor)});case lC.ForInStatement:return this.createNode(La,{type:Kw.ForInStatement,body:this.convertChild(La.statement),left:this.convertPattern(La.initializer),right:this.convertChild(La.expression)});case lC.ForOfStatement:return this.createNode(La,{type:Kw.ForOfStatement,await:La.awaitModifier?.kind===lC.AwaitKeyword,body:this.convertChild(La.statement),left:this.convertPattern(La.initializer),right:this.convertChild(La.expression)});case lC.FunctionDeclaration:{let hl=Fe(lC.DeclareKeyword,La),fl=Fe(lC.AsyncKeyword,La),yl=!!La.asteriskToken,Pl=this.createNode(La,{type:La.body?Kw.FunctionDeclaration:Kw.TSDeclareFunction,async:fl,body:this.convertChild(La.body)||void 0,declare:hl,expression:!1,generator:yl,id:this.convertChild(La.name),params:this.convertParameters(La.parameters),returnType:La.type&&this.convertTypeAnnotation(La.type,La),typeParameters:this.convertTypeParameters(La)});return this.fixExports(La,Pl)}case lC.VariableDeclaration:{let hl=!!La.exclamationToken,fl=this.convertChild(La.initializer),yl=this.convertBindingNameWithTypeAnnotation(La.name,La.type,La);return this.createNode(La,{type:Kw.VariableDeclarator,definite:hl,id:yl,init:fl})}case lC.VariableStatement:{let hl=La.declarationList.declarations,fl=this.createNode(La,{type:Kw.VariableDeclaration,declarations:this.convertChildren(hl),declare:Fe(lC.DeclareKeyword,La),kind:oa(La.declarationList)});return this.fixExports(La,fl)}case lC.VariableDeclarationList:return this.createNode(La,{type:Kw.VariableDeclaration,declarations:this.convertChildren(La.declarations),declare:!1,kind:oa(La)});case lC.ExpressionStatement:return this.createNode(La,{type:Kw.ExpressionStatement,directive:void 0,expression:this.convertChild(La.expression)});case lC.ThisKeyword:return this.createNode(La,{type:Kw.ThisExpression});case lC.ArrayLiteralExpression:return this.allowPattern?this.createNode(La,{type:Kw.ArrayPattern,decorators:[],elements:La.elements.map(La=>this.convertPattern(La)),optional:!1,typeAnnotation:void 0}):this.createNode(La,{type:Kw.ArrayExpression,elements:this.convertChildren(La.elements)});case lC.ObjectLiteralExpression:return this.allowPattern?this.createNode(La,{type:Kw.ObjectPattern,decorators:[],optional:!1,properties:La.properties.map(La=>this.convertPattern(La)),typeAnnotation:void 0}):this.createNode(La,{type:Kw.ObjectExpression,properties:this.convertChildren(La.properties)});case lC.PropertyAssignment:return this.createNode(La,{type:Kw.Property,computed:ca(La.name),key:this.convertChild(La.name),kind:"init",method:!1,optional:!1,shorthand:!1,value:this.converter(La.initializer,La,this.allowPattern)});case lC.ShorthandPropertyAssignment:return La.objectAssignmentInitializer?this.createNode(La,{type:Kw.Property,computed:!1,key:this.convertChild(La.name),kind:"init",method:!1,optional:!1,shorthand:!0,value:this.createNode(La,{type:Kw.AssignmentPattern,decorators:[],left:this.convertPattern(La.name),optional:!1,right:this.convertChild(La.objectAssignmentInitializer),typeAnnotation:void 0})}):this.createNode(La,{type:Kw.Property,computed:!1,key:this.convertChild(La.name),kind:"init",method:!1,optional:!1,shorthand:!0,value:this.convertChild(La.name)});case lC.ComputedPropertyName:return this.convertChild(La.expression);case lC.PropertyDeclaration:{let hl=Fe(lC.AbstractKeyword,La),fl=Fe(lC.AccessorKeyword,La)?hl?Kw.TSAbstractAccessorProperty:Kw.AccessorProperty:hl?Kw.TSAbstractPropertyDefinition:Kw.PropertyDefinition,yl=this.convertChild(La.name);return this.createNode(La,{type:fl,accessibility:ki(La),computed:ca(La.name),declare:Fe(lC.DeclareKeyword,La),decorators:this.convertChildren(wi(La)??[]),definite:!!La.exclamationToken,key:yl,optional:(yl.type===Kw.Literal||La.name.kind===lC.Identifier||La.name.kind===lC.ComputedPropertyName||La.name.kind===lC.PrivateIdentifier)&&!!La.questionToken,override:Fe(lC.OverrideKeyword,La),readonly:Fe(lC.ReadonlyKeyword,La),static:Fe(lC.StaticKeyword,La),typeAnnotation:La.type&&this.convertTypeAnnotation(La.type,La),value:hl?null:this.convertChild(La.initializer)})}case lC.GetAccessor:case lC.SetAccessor:if(La.parent.kind===lC.InterfaceDeclaration||La.parent.kind===lC.TypeLiteral)return this.convertMethodSignature(La);case lC.MethodDeclaration:{let fl=this.createNode(La,{type:La.body?Kw.FunctionExpression:Kw.TSEmptyBodyFunctionExpression,range:[La.parameters.pos-1,La.end],async:Fe(lC.AsyncKeyword,La),body:this.convertChild(La.body),declare:!1,expression:!1,generator:!!La.asteriskToken,id:null,params:[],returnType:La.type&&this.convertTypeAnnotation(La.type,La),typeParameters:this.convertTypeParameters(La)});fl.typeParameters&&this.fixParentLocation(fl,fl.typeParameters.range);let yl;if(hl.kind===lC.ObjectLiteralExpression)fl.params=this.convertChildren(La.parameters),yl=this.createNode(La,{type:Kw.Property,computed:ca(La.name),key:this.convertChild(La.name),kind:"init",method:La.kind===lC.MethodDeclaration,optional:!!La.questionToken,shorthand:!1,value:fl});else{let hl=Fe(lC.AbstractKeyword,La);fl.params=this.convertParameters(La.parameters);let Pl=hl?Kw.TSAbstractMethodDefinition:Kw.MethodDefinition;yl=this.createNode(La,{type:Pl,accessibility:ki(La),computed:ca(La.name),decorators:this.convertChildren(wi(La)??[]),key:this.convertChild(La.name),kind:"method",optional:!!La.questionToken,override:Fe(lC.OverrideKeyword,La),static:Fe(lC.StaticKeyword,La),value:fl})}return La.kind===lC.GetAccessor?yl.kind="get":La.kind===lC.SetAccessor?yl.kind="set":!yl.static&&La.name.kind===lC.StringLiteral&&La.name.text==="constructor"&&yl.type!==Kw.Property&&(yl.kind="constructor"),yl}case lC.Constructor:{let hl=Nh(La),fl=(hl&&rr(hl,La,this.ast))??La.getFirstToken(),yl=this.createNode(La,{type:La.body?Kw.FunctionExpression:Kw.TSEmptyBodyFunctionExpression,range:[La.parameters.pos-1,La.end],async:!1,body:this.convertChild(La.body),declare:!1,expression:!1,generator:!1,id:null,params:this.convertParameters(La.parameters),returnType:La.type&&this.convertTypeAnnotation(La.type,La),typeParameters:this.convertTypeParameters(La)});yl.typeParameters&&this.fixParentLocation(yl,yl.typeParameters.range);let Pl=fl.kind===lC.StringLiteral?this.createNode(fl,{type:Kw.Literal,raw:fl.getText(),value:"constructor"}):this.createNode(La,{type:Kw.Identifier,range:[fl.getStart(this.ast),fl.end],decorators:[],name:"constructor",optional:!1,typeAnnotation:void 0}),Ul=Fe(lC.StaticKeyword,La);return this.createNode(La,{type:Fe(lC.AbstractKeyword,La)?Kw.TSAbstractMethodDefinition:Kw.MethodDefinition,accessibility:ki(La),computed:!1,decorators:[],key:Pl,kind:Ul?"method":"constructor",optional:!1,override:!1,static:Ul,value:yl})}case lC.FunctionExpression:return this.createNode(La,{type:Kw.FunctionExpression,async:Fe(lC.AsyncKeyword,La),body:this.convertChild(La.body),declare:!1,expression:!1,generator:!!La.asteriskToken,id:this.convertChild(La.name),params:this.convertParameters(La.parameters),returnType:La.type&&this.convertTypeAnnotation(La.type,La),typeParameters:this.convertTypeParameters(La)});case lC.SuperKeyword:return this.createNode(La,{type:Kw.Super});case lC.ArrayBindingPattern:return this.createNode(La,{type:Kw.ArrayPattern,decorators:[],elements:La.elements.map(La=>this.convertPattern(La)),optional:!1,typeAnnotation:void 0});case lC.OmittedExpression:return null;case lC.ObjectBindingPattern:return this.createNode(La,{type:Kw.ObjectPattern,decorators:[],optional:!1,properties:La.elements.map(La=>this.convertPattern(La)),typeAnnotation:void 0});case lC.BindingElement:{if(hl.kind===lC.ArrayBindingPattern){let fl=this.convertChild(La.name,hl);return La.initializer?this.createNode(La,{type:Kw.AssignmentPattern,decorators:[],left:fl,optional:!1,right:this.convertChild(La.initializer),typeAnnotation:void 0}):La.dotDotDotToken?this.createNode(La,{type:Kw.RestElement,argument:fl,decorators:[],optional:!1,typeAnnotation:void 0,value:void 0}):fl}let fl;return La.dotDotDotToken?fl=this.createNode(La,{type:Kw.RestElement,argument:this.convertChild(La.propertyName??La.name),decorators:[],optional:!1,typeAnnotation:void 0,value:void 0}):fl=this.createNode(La,{type:Kw.Property,computed:La.propertyName?.kind===lC.ComputedPropertyName,key:this.convertChild(La.propertyName??La.name),kind:"init",method:!1,optional:!1,shorthand:!La.propertyName,value:this.convertChild(La.name)}),La.initializer&&(fl.value=this.createNode(La,{type:Kw.AssignmentPattern,range:[La.name.getStart(this.ast),La.initializer.end],decorators:[],left:this.convertChild(La.name),optional:!1,right:this.convertChild(La.initializer),typeAnnotation:void 0})),fl}case lC.ArrowFunction:return this.createNode(La,{type:Kw.ArrowFunctionExpression,async:Fe(lC.AsyncKeyword,La),body:this.convertChild(La.body),expression:La.body.kind!==lC.Block,generator:!1,id:null,params:this.convertParameters(La.parameters),returnType:La.type&&this.convertTypeAnnotation(La.type,La),typeParameters:this.convertTypeParameters(La)});case lC.YieldExpression:return this.createNode(La,{type:Kw.YieldExpression,argument:this.convertChild(La.expression),delegate:!!La.asteriskToken});case lC.AwaitExpression:return this.createNode(La,{type:Kw.AwaitExpression,argument:this.convertChild(La.expression)});case lC.NoSubstitutionTemplateLiteral:{let hl=this.ast.text.slice(La.getStart(this.ast)+1,La.end-1);return this.createNode(La,{type:Kw.TemplateLiteral,expressions:[],quasis:[this.createNode(La,{type:Kw.TemplateElement,tail:!0,value:{cooked:La.parent.kind===lC.TaggedTemplateExpression&&!this.#ye(hl)?null:La.text,raw:hl}})]})}case lC.TemplateExpression:{let hl=this.createNode(La,{type:Kw.TemplateLiteral,expressions:[],quasis:[this.convertChild(La.head)]});return La.templateSpans.forEach(La=>{hl.expressions.push(this.convertChild(La.expression)),hl.quasis.push(this.convertChild(La.literal))}),hl}case lC.TaggedTemplateExpression:return this.createNode(La,{type:Kw.TaggedTemplateExpression,quasi:this.convertChild(La.template),tag:this.convertChild(La.tag),typeArguments:this.convertTypeArguments(La)});case lC.TemplateHead:case lC.TemplateMiddle:case lC.TemplateTail:{let hl=La.kind===lC.TemplateTail,fl=this.ast.text.slice(La.getStart(this.ast)+1,La.end-(hl?1:2)),yl=La.kind===lC.TemplateHead?La.parent.parent.kind===lC.TaggedTemplateExpression:La.parent.parent.parent.kind===lC.TaggedTemplateExpression;return this.createNode(La,{type:Kw.TemplateElement,tail:hl,value:{cooked:yl&&!this.#ye(fl)?null:La.text,raw:fl}})}case lC.SpreadAssignment:case lC.SpreadElement:return this.allowPattern?this.createNode(La,{type:Kw.RestElement,argument:this.convertPattern(La.expression),decorators:[],optional:!1,typeAnnotation:void 0,value:void 0}):this.createNode(La,{type:Kw.SpreadElement,argument:this.convertChild(La.expression)});case lC.Parameter:{let fl,yl;return La.dotDotDotToken?fl=yl=this.createNode(La,{type:Kw.RestElement,argument:this.convertChild(La.name),decorators:[],optional:!1,typeAnnotation:void 0,value:void 0}):La.initializer?(fl=this.convertChild(La.name),yl=this.createNode(La,{type:Kw.AssignmentPattern,range:[La.name.getStart(this.ast),La.initializer.end],decorators:[],left:fl,optional:!1,right:this.convertChild(La.initializer),typeAnnotation:void 0}),nr(La)&&(yl.range[0]=fl.range[0],yl.loc=Zr(yl.range,this.ast))):fl=yl=this.convertChild(La.name,hl),La.type&&(fl.typeAnnotation=this.convertTypeAnnotation(La.type,La),this.fixParentLocation(fl,fl.typeAnnotation.range)),La.questionToken&&(La.questionToken.end>fl.range[1]&&(fl.range[1]=La.questionToken.end,fl.loc.end=C_(fl.range[1],this.ast)),fl.optional=!0),nr(La)?this.createNode(La,{type:Kw.TSParameterProperty,accessibility:ki(La),decorators:[],override:Fe(lC.OverrideKeyword,La),parameter:yl,readonly:Fe(lC.ReadonlyKeyword,La),static:Fe(lC.StaticKeyword,La)}):yl}case lC.ClassDeclaration:case lC.ClassExpression:{let hl=La.kind===lC.ClassDeclaration?Kw.ClassDeclaration:Kw.ClassExpression,fl=La.heritageClauses?.find(La=>La.token===lC.ExtendsKeyword),yl=La.heritageClauses?.find(La=>La.token===lC.ImplementsKeyword),Pl=this.createNode(La,{type:hl,abstract:Fe(lC.AbstractKeyword,La),body:this.createNode(La,{type:Kw.ClassBody,range:[La.members.pos-1,La.end],body:this.convertChildren(La.members.filter(Ph))}),declare:Fe(lC.DeclareKeyword,La),decorators:this.convertChildren(wi(La)??[]),id:this.convertChild(La.name),implements:this.convertChildren(yl?.types??[]),superClass:fl?.types[0]?this.convertChild(fl.types[0].expression):null,superTypeArguments:void 0,typeParameters:this.convertTypeParameters(La)});return fl?.types[0]?.typeArguments&&(Pl.superTypeArguments=this.convertTypeArguments(fl.types[0])),this.fixExports(La,Pl)}case lC.ModuleBlock:return this.createNode(La,{type:Kw.TSModuleBlock,body:this.convertBodyExpressions(La.statements,La)});case lC.ImportDeclaration:{let hl=this.createNode(La,this.#me({type:Kw.ImportDeclaration,attributes:this.convertImportAttributes(La),importKind:"value",phase:P_(La.importClause)==="defer"?"defer":null,source:this.convertChild(La.moduleSpecifier),specifiers:[]},"assertions","attributes",!0));if(La.importClause&&(P_(La.importClause)==="type"&&(hl.importKind="type"),La.importClause.name&&hl.specifiers.push(this.convertChild(La.importClause)),La.importClause.namedBindings))switch(La.importClause.namedBindings.kind){case lC.NamespaceImport:hl.specifiers.push(this.convertChild(La.importClause.namedBindings));break;case lC.NamedImports:hl.specifiers.push(...this.convertChildren(La.importClause.namedBindings.elements));break}return hl}case lC.NamespaceImport:return this.createNode(La,{type:Kw.ImportNamespaceSpecifier,local:this.convertChild(La.name)});case lC.ImportSpecifier:return this.createNode(La,{type:Kw.ImportSpecifier,imported:this.convertChild(La.propertyName??La.name),importKind:La.isTypeOnly?"type":"value",local:this.convertChild(La.name)});case lC.ImportClause:{let hl=this.convertChild(La.name);return this.createNode(La,{type:Kw.ImportDefaultSpecifier,range:hl.range,local:hl})}case lC.ExportDeclaration:return La.exportClause?.kind===lC.NamedExports?this.createNode(La,this.#me({type:Kw.ExportNamedDeclaration,attributes:this.convertImportAttributes(La),declaration:null,exportKind:La.isTypeOnly?"type":"value",source:this.convertChild(La.moduleSpecifier),specifiers:this.convertChildren(La.exportClause.elements,La)},"assertions","attributes",!0)):this.createNode(La,this.#me({type:Kw.ExportAllDeclaration,attributes:this.convertImportAttributes(La),exported:La.exportClause?.kind===lC.NamespaceExport?this.convertChild(La.exportClause.name):null,exportKind:La.isTypeOnly?"type":"value",source:this.convertChild(La.moduleSpecifier)},"assertions","attributes",!0));case lC.ExportSpecifier:{let hl=La.propertyName??La.name;return this.createNode(La,{type:Kw.ExportSpecifier,exported:this.convertChild(La.name),exportKind:La.isTypeOnly?"type":"value",local:this.convertChild(hl)})}case lC.ExportAssignment:return La.isExportEquals?this.createNode(La,{type:Kw.TSExportAssignment,expression:this.convertChild(La.expression)}):this.createNode(La,{type:Kw.ExportDefaultDeclaration,declaration:this.convertChild(La.expression),exportKind:"value"});case lC.PrefixUnaryExpression:case lC.PostfixUnaryExpression:{let hl=gr(La.operator);if(hl==="++"||hl==="--")return this.createNode(La,{type:Kw.UpdateExpression,argument:this.convertChild(La.operand),operator:hl,prefix:La.kind===lC.PrefixUnaryExpression});let fl=La.kind===lC.PrefixUnaryExpression;return fl||this.#_e(La,`Unexpected PrefixUnaryExpression with operator ${hl}`),this.createNode(La,{type:Kw.UnaryExpression,argument:this.convertChild(La.operand),operator:hl,prefix:fl})}case lC.DeleteExpression:return this.createNode(La,{type:Kw.UnaryExpression,argument:this.convertChild(La.expression),operator:"delete",prefix:!0});case lC.VoidExpression:return this.createNode(La,{type:Kw.UnaryExpression,argument:this.convertChild(La.expression),operator:"void",prefix:!0});case lC.TypeOfExpression:return this.createNode(La,{type:Kw.UnaryExpression,argument:this.convertChild(La.expression),operator:"typeof",prefix:!0});case lC.TypeOperator:return this.createNode(La,{type:Kw.TSTypeOperator,operator:gr(La.operator),typeAnnotation:this.convertChild(La.type)});case lC.BinaryExpression:{if(Ih(La.operatorToken)){let hl=this.createNode(La,{type:Kw.SequenceExpression,expressions:[]}),fl=this.convertChild(La.left);return fl.type===Kw.SequenceExpression&&La.left.kind!==lC.ParenthesizedExpression?hl.expressions.push(...fl.expressions):hl.expressions.push(fl),hl.expressions.push(this.convertChild(La.right)),hl}let hl=Oh(La.operatorToken);return this.allowPattern&&hl.type===Kw.AssignmentExpression?this.createNode(La,{type:Kw.AssignmentPattern,decorators:[],left:this.convertPattern(La.left,La),optional:!1,right:this.convertChild(La.right),typeAnnotation:void 0}):this.createNode(La,{...hl,left:this.converter(La.left,La,hl.type===Kw.AssignmentExpression),right:this.convertChild(La.right)})}case lC.PropertyAccessExpression:{let hl=this.convertChild(La.expression),fl=this.convertChild(La.name),yl=this.createNode(La,{type:Kw.MemberExpression,computed:!1,object:hl,optional:La.questionDotToken!=null,property:fl});return this.convertChainExpression(yl,La)}case lC.ElementAccessExpression:{let hl=this.convertChild(La.expression),fl=this.convertChild(La.argumentExpression),yl=this.createNode(La,{type:Kw.MemberExpression,computed:!0,object:hl,optional:La.questionDotToken!=null,property:fl});return this.convertChainExpression(yl,La)}case lC.CallExpression:{if(La.expression.kind===lC.ImportKeyword)return this.createNode(La,this.#me({type:Kw.ImportExpression,options:La.arguments[1]?this.convertChild(La.arguments[1]):null,source:this.convertChild(La.arguments[0])},"attributes","options",!0));let hl=this.convertChild(La.expression),fl=this.convertChildren(La.arguments),yl=this.convertTypeArguments(La),Pl=this.createNode(La,{type:Kw.CallExpression,arguments:fl,callee:hl,optional:La.questionDotToken!=null,typeArguments:yl});return this.convertChainExpression(Pl,La)}case lC.NewExpression:{let hl=this.convertTypeArguments(La);return this.createNode(La,{type:Kw.NewExpression,arguments:this.convertChildren(La.arguments??[]),callee:this.convertChild(La.expression),typeArguments:hl})}case lC.ConditionalExpression:return this.createNode(La,{type:Kw.ConditionalExpression,alternate:this.convertChild(La.whenFalse),consequent:this.convertChild(La.whenTrue),test:this.convertChild(La.condition)});case lC.MetaProperty:return this.createNode(La,{type:Kw.MetaProperty,meta:this.createNode(La.getFirstToken(),{type:Kw.Identifier,decorators:[],name:gr(La.keywordToken),optional:!1,typeAnnotation:void 0}),property:this.convertChild(La.name)});case lC.Decorator:return this.createNode(La,{type:Kw.Decorator,expression:this.convertChild(La.expression)});case lC.StringLiteral:return this.createNode(La,{type:Kw.Literal,raw:La.getText(),value:hl.kind===lC.JsxAttribute?sd(La.text):La.text});case lC.NumericLiteral:return this.createNode(La,{type:Kw.Literal,raw:La.getText(),value:Number(La.text)});case lC.BigIntLiteral:{let hl=_a(La,this.ast),fl=this.ast.text.slice(hl[0],hl[1]),yl=i_(0,fl.slice(0,-1),"_",""),Pl=typeof BigInt<"u"?BigInt(yl):null;return this.createNode(La,{type:Kw.Literal,range:hl,bigint:Pl==null?yl:String(Pl),raw:fl,value:Pl})}case lC.RegularExpressionLiteral:{let hl=La.text.slice(1,La.text.lastIndexOf("/")),fl=La.text.slice(La.text.lastIndexOf("/")+1),yl=null;try{yl=new RegExp(hl,fl)}catch{}return this.createNode(La,{type:Kw.Literal,raw:La.text,regex:{flags:fl,pattern:hl},value:yl})}case lC.TrueKeyword:return this.createNode(La,{type:Kw.Literal,raw:"true",value:!0});case lC.FalseKeyword:return this.createNode(La,{type:Kw.Literal,raw:"false",value:!1});case lC.NullKeyword:return this.createNode(La,{type:Kw.Literal,raw:"null",value:null});case lC.EmptyStatement:return this.createNode(La,{type:Kw.EmptyStatement});case lC.DebuggerStatement:return this.createNode(La,{type:Kw.DebuggerStatement});case lC.JsxElement:return this.createNode(La,{type:Kw.JSXElement,children:this.convertChildren(La.children),closingElement:this.convertChild(La.closingElement),openingElement:this.convertChild(La.openingElement)});case lC.JsxFragment:return this.createNode(La,{type:Kw.JSXFragment,children:this.convertChildren(La.children),closingFragment:this.convertChild(La.closingFragment),openingFragment:this.convertChild(La.openingFragment)});case lC.JsxSelfClosingElement:return this.createNode(La,{type:Kw.JSXElement,children:[],closingElement:null,openingElement:this.createNode(La,{type:Kw.JSXOpeningElement,range:_a(La,this.ast),attributes:this.convertChildren(La.attributes.properties),name:this.convertJSXTagName(La.tagName,La),selfClosing:!0,typeArguments:this.convertTypeArguments(La)})});case lC.JsxOpeningElement:return this.createNode(La,{type:Kw.JSXOpeningElement,attributes:this.convertChildren(La.attributes.properties),name:this.convertJSXTagName(La.tagName,La),selfClosing:!1,typeArguments:this.convertTypeArguments(La)});case lC.JsxClosingElement:return this.createNode(La,{type:Kw.JSXClosingElement,name:this.convertJSXTagName(La.tagName,La)});case lC.JsxOpeningFragment:return this.createNode(La,{type:Kw.JSXOpeningFragment});case lC.JsxClosingFragment:return this.createNode(La,{type:Kw.JSXClosingFragment});case lC.JsxExpression:{let hl=La.expression?this.convertChild(La.expression):this.createNode(La,{type:Kw.JSXEmptyExpression,range:[La.getStart(this.ast)+1,La.getEnd()-1]});return La.dotDotDotToken?this.createNode(La,{type:Kw.JSXSpreadChild,expression:hl}):this.createNode(La,{type:Kw.JSXExpressionContainer,expression:hl})}case lC.JsxAttribute:return this.createNode(La,{type:Kw.JSXAttribute,name:this.convertJSXNamespaceOrIdentifier(La.name),value:this.convertChild(La.initializer)});case lC.JsxText:{let hl=La.getFullStart(),fl=La.getEnd(),yl=this.ast.text.slice(hl,fl);return this.createNode(La,{type:Kw.JSXText,range:[hl,fl],raw:yl,value:sd(yl)})}case lC.JsxSpreadAttribute:return this.createNode(La,{type:Kw.JSXSpreadAttribute,argument:this.convertChild(La.expression)});case lC.QualifiedName:return this.createNode(La,{type:Kw.TSQualifiedName,left:this.convertChild(La.left),right:this.convertChild(La.right)});case lC.TypeReference:return this.createNode(La,{type:Kw.TSTypeReference,typeArguments:this.convertTypeArguments(La),typeName:this.convertChild(La.typeName)});case lC.TypeParameter:return this.createNode(La,{type:Kw.TSTypeParameter,const:Fe(lC.ConstKeyword,La),constraint:La.constraint&&this.convertChild(La.constraint),default:La.default?this.convertChild(La.default):void 0,in:Fe(lC.InKeyword,La),name:this.convertChild(La.name),out:Fe(lC.OutKeyword,La)});case lC.ThisType:return this.createNode(La,{type:Kw.TSThisType});case lC.AnyKeyword:case lC.BigIntKeyword:case lC.BooleanKeyword:case lC.NeverKeyword:case lC.NumberKeyword:case lC.ObjectKeyword:case lC.StringKeyword:case lC.SymbolKeyword:case lC.UnknownKeyword:case lC.VoidKeyword:case lC.UndefinedKeyword:case lC.IntrinsicKeyword:return this.createNode(La,{type:Kw[`TS${lC[La.kind]}`]});case lC.NonNullExpression:{let hl=this.createNode(La,{type:Kw.TSNonNullExpression,expression:this.convertChild(La.expression)});return this.convertChainExpression(hl,La)}case lC.TypeLiteral:return this.createNode(La,{type:Kw.TSTypeLiteral,members:this.convertChildren(La.members)});case lC.ArrayType:return this.createNode(La,{type:Kw.TSArrayType,elementType:this.convertChild(La.elementType)});case lC.IndexedAccessType:return this.createNode(La,{type:Kw.TSIndexedAccessType,indexType:this.convertChild(La.indexType),objectType:this.convertChild(La.objectType)});case lC.ConditionalType:return this.createNode(La,{type:Kw.TSConditionalType,checkType:this.convertChild(La.checkType),extendsType:this.convertChild(La.extendsType),falseType:this.convertChild(La.falseType),trueType:this.convertChild(La.trueType)});case lC.TypeQuery:return this.createNode(La,{type:Kw.TSTypeQuery,exprName:this.convertChild(La.exprName),typeArguments:this.convertTypeArguments(La)});case lC.MappedType:return this.createNode(La,this.#ge({type:Kw.TSMappedType,constraint:this.convertChild(La.typeParameter.constraint),key:this.convertChild(La.typeParameter.name),nameType:this.convertChild(La.nameType)??null,optional:La.questionToken?La.questionToken.kind===lC.QuestionToken||gr(La.questionToken.kind):!1,readonly:La.readonlyToken?La.readonlyToken.kind===lC.ReadonlyKeyword||gr(La.readonlyToken.kind):void 0,typeAnnotation:La.type&&this.convertChild(La.type)},"typeParameter","'constraint' and 'key'",this.convertChild(La.typeParameter)));case lC.ParenthesizedExpression:return this.convertChild(La.expression,hl);case lC.TypeAliasDeclaration:{let hl=this.createNode(La,{type:Kw.TSTypeAliasDeclaration,declare:Fe(lC.DeclareKeyword,La),id:this.convertChild(La.name),typeAnnotation:this.convertChild(La.type),typeParameters:this.convertTypeParameters(La)});return this.fixExports(La,hl)}case lC.MethodSignature:return this.convertMethodSignature(La);case lC.PropertySignature:return this.createNode(La,{type:Kw.TSPropertySignature,accessibility:ki(La),computed:ca(La.name),key:this.convertChild(La.name),optional:_d(La),readonly:Fe(lC.ReadonlyKeyword,La),static:Fe(lC.StaticKeyword,La),typeAnnotation:La.type&&this.convertTypeAnnotation(La.type,La)});case lC.IndexSignature:return this.createNode(La,{type:Kw.TSIndexSignature,accessibility:ki(La),parameters:this.convertChildren(La.parameters),readonly:Fe(lC.ReadonlyKeyword,La),static:Fe(lC.StaticKeyword,La),typeAnnotation:La.type&&this.convertTypeAnnotation(La.type,La)});case lC.ConstructorType:return this.createNode(La,{type:Kw.TSConstructorType,abstract:Fe(lC.AbstractKeyword,La),params:this.convertParameters(La.parameters),returnType:La.type&&this.convertTypeAnnotation(La.type,La),typeParameters:this.convertTypeParameters(La)});case lC.FunctionType:case lC.ConstructSignature:case lC.CallSignature:{let hl=La.kind===lC.ConstructSignature?Kw.TSConstructSignatureDeclaration:La.kind===lC.CallSignature?Kw.TSCallSignatureDeclaration:Kw.TSFunctionType;return this.createNode(La,{type:hl,params:this.convertParameters(La.parameters),returnType:La.type&&this.convertTypeAnnotation(La.type,La),typeParameters:this.convertTypeParameters(La)})}case lC.ExpressionWithTypeArguments:{let fl=hl.kind,yl=fl===lC.InterfaceDeclaration?Kw.TSInterfaceHeritage:fl===lC.HeritageClause?Kw.TSClassImplements:Kw.TSInstantiationExpression;return this.createNode(La,{type:yl,expression:this.convertChild(La.expression),typeArguments:this.convertTypeArguments(La)})}case lC.InterfaceDeclaration:{let hl=La.heritageClauses?.flatMap(hl=>hl.token===lC.ExtendsKeyword?hl.types.map(hl=>this.convertChild(hl,La)):[])??[],fl=this.createNode(La,{type:Kw.TSInterfaceDeclaration,body:this.createNode(La,{type:Kw.TSInterfaceBody,range:[La.members.pos-1,La.end],body:this.convertChildren(La.members)}),declare:Fe(lC.DeclareKeyword,La),extends:hl,id:this.convertChild(La.name),typeParameters:this.convertTypeParameters(La)});return this.fixExports(La,fl)}case lC.TypePredicate:{let hl=this.createNode(La,{type:Kw.TSTypePredicate,asserts:La.assertsModifier!=null,parameterName:this.convertChild(La.parameterName),typeAnnotation:null});return La.type&&(hl.typeAnnotation=this.convertTypeAnnotation(La.type,La),hl.typeAnnotation.loc=hl.typeAnnotation.typeAnnotation.loc,hl.typeAnnotation.range=hl.typeAnnotation.typeAnnotation.range),hl}case lC.ImportType:{let hl=_a(La,this.ast);if(La.isTypeOf){let fl=rr(La.getFirstToken(),La,this.ast);hl[0]=fl.getStart(this.ast)}let fl=null;if(La.attributes){let hl=this.createNode(La.attributes,{type:Kw.ObjectExpression,properties:La.attributes.elements.map(La=>this.createNode(La,{type:Kw.Property,computed:!1,key:this.convertChild(La.name),kind:"init",method:!1,optional:!1,shorthand:!1,value:this.convertChild(La.value)}))}),yl=rr(La.argument,La,this.ast),Pl=rr(yl,La,this.ast),Ul=rr(La.attributes,La,this.ast),Gd=Ul.kind===gg.CommaToken?rr(Ul,La,this.ast):Ul,af=rr(Pl,La,this.ast),n_=_a(af,this.ast),i_=af.kind===gg.AssertKeyword?"assert":"with";fl=this.createNode(La,{type:Kw.ObjectExpression,range:[Pl.getStart(this.ast),Gd.end],properties:[this.createNode(La,{type:Kw.Property,range:[n_[0],La.attributes.end],computed:!1,key:this.createNode(La,{type:Kw.Identifier,range:n_,decorators:[],name:i_,optional:!1,typeAnnotation:void 0}),kind:"init",method:!1,optional:!1,shorthand:!1,value:hl})]})}let yl=this.convertChild(La.argument),Pl=yl.literal,Ul=this.createNode(La,this.#ge({type:Kw.TSImportType,range:hl,options:fl,qualifier:this.convertChild(La.qualifier),source:Pl,typeArguments:this.convertTypeArguments(La)??null},"argument","source",yl));return La.isTypeOf?this.createNode(La,{type:Kw.TSTypeQuery,exprName:Ul,typeArguments:void 0}):Ul}case lC.EnumDeclaration:{let hl=this.convertChildren(La.members),fl=this.createNode(La,this.#ge({type:Kw.TSEnumDeclaration,body:this.createNode(La,{type:Kw.TSEnumBody,range:[La.members.pos-1,La.end],members:hl}),const:Fe(lC.ConstKeyword,La),declare:Fe(lC.DeclareKeyword,La),id:this.convertChild(La.name)},"members","'body.members'",this.convertChildren(La.members)));return this.fixExports(La,fl)}case lC.EnumMember:{let hl=La.name.kind===gg.ComputedPropertyName;return this.createNode(La,this.#ge({type:Kw.TSEnumMember,id:this.convertChild(La.name),initializer:La.initializer&&this.convertChild(La.initializer)},"computed",void 0,hl))}case lC.ModuleDeclaration:{let hl=Fe(lC.DeclareKeyword,La),fl=this.createNode(La,{type:Kw.TSModuleDeclaration,...(()=>{if(La.flags&eA.GlobalAugmentation)return{body:this.convertChild(La.body),declare:!1,global:!1,id:this.convertChild(La.name),kind:"global"};if(Lr(La.name)){let hl=this.convertChild(La.body);return{kind:"module",...hl!=null?{body:hl}:{},declare:!1,global:!1,id:this.convertChild(La.name)}}let fl=this.createNode(La.name,{type:Kw.Identifier,range:[La.name.getStart(this.ast),La.name.getEnd()],decorators:[],name:La.name.text,optional:!1,typeAnnotation:void 0});for(;La.body&&Si(La.body)&&La.body.name;){La=La.body,hl||(hl=Fe(lC.DeclareKeyword,La));let yl=La.name,Pl=this.createNode(yl,{type:Kw.Identifier,range:[yl.getStart(this.ast),yl.getEnd()],decorators:[],name:yl.text,optional:!1,typeAnnotation:void 0});fl=this.createNode(yl,{type:Kw.TSQualifiedName,range:[fl.range[0],Pl.range[1]],left:fl,right:Pl})}return{body:this.convertChild(La.body),declare:!1,global:!1,id:fl,kind:La.flags&eA.Namespace?"namespace":"module"}})()});return fl.declare=hl,La.flags&eA.GlobalAugmentation&&(fl.global=!0),this.fixExports(La,fl)}case lC.ParenthesizedType:return this.convertChild(La.type);case lC.UnionType:return this.createNode(La,{type:Kw.TSUnionType,types:this.convertChildren(La.types)});case lC.IntersectionType:return this.createNode(La,{type:Kw.TSIntersectionType,types:this.convertChildren(La.types)});case lC.AsExpression:return this.createNode(La,{type:Kw.TSAsExpression,expression:this.convertChild(La.expression),typeAnnotation:this.convertChild(La.type)});case lC.InferType:return this.createNode(La,{type:Kw.TSInferType,typeParameter:this.convertChild(La.typeParameter)});case lC.LiteralType:return La.literal.kind===lC.NullKeyword?this.createNode(La.literal,{type:Kw.TSNullKeyword}):this.createNode(La,{type:Kw.TSLiteralType,literal:this.convertChild(La.literal)});case lC.TypeAssertionExpression:return this.createNode(La,{type:Kw.TSTypeAssertion,expression:this.convertChild(La.expression),typeAnnotation:this.convertChild(La.type)});case lC.ImportEqualsDeclaration:return this.fixExports(La,this.createNode(La,{type:Kw.TSImportEqualsDeclaration,id:this.convertChild(La.name),importKind:La.isTypeOnly?"type":"value",moduleReference:this.convertChild(La.moduleReference)}));case lC.ExternalModuleReference:return this.createNode(La,{type:Kw.TSExternalModuleReference,expression:this.convertChild(La.expression)});case lC.NamespaceExportDeclaration:return this.createNode(La,{type:Kw.TSNamespaceExportDeclaration,id:this.convertChild(La.name)});case lC.AbstractKeyword:return this.createNode(La,{type:Kw.TSAbstractKeyword});case lC.TupleType:{let hl=this.convertChildren(La.elements);return this.createNode(La,{type:Kw.TSTupleType,elementTypes:hl})}case lC.NamedTupleMember:{let hl=this.createNode(La,{type:Kw.TSNamedTupleMember,elementType:this.convertChild(La.type,La),label:this.convertChild(La.name,La),optional:La.questionToken!=null});return La.dotDotDotToken?(hl.range[0]=hl.label.range[0],hl.loc.start=hl.label.loc.start,this.createNode(La,{type:Kw.TSRestType,typeAnnotation:hl})):hl}case lC.OptionalType:return this.createNode(La,{type:Kw.TSOptionalType,typeAnnotation:this.convertChild(La.type)});case lC.RestType:return this.createNode(La,{type:Kw.TSRestType,typeAnnotation:this.convertChild(La.type)});case lC.TemplateLiteralType:{let hl=this.createNode(La,{type:Kw.TSTemplateLiteralType,quasis:[this.convertChild(La.head)],types:[]});return La.templateSpans.forEach(La=>{hl.types.push(this.convertChild(La.type)),hl.quasis.push(this.convertChild(La.literal))}),hl}case lC.ClassStaticBlockDeclaration:return this.createNode(La,{type:Kw.StaticBlock,body:this.convertBodyExpressions(La.body.statements,La)});case lC.AssertEntry:case lC.ImportAttribute:return this.createNode(La,{type:Kw.ImportAttribute,key:this.convertChild(La.name),value:this.convertChild(La.value)});case lC.SatisfiesExpression:return this.createNode(La,{type:Kw.TSSatisfiesExpression,expression:this.convertChild(La.expression),typeAnnotation:this.convertChild(La.type)});default:return this.deeplyCopy(La)}}createNode(La,hl){let fl=hl;return fl.range??(fl.range=_a(La,this.ast)),fl.loc??(fl.loc=Zr(fl.range,this.ast)),fl&&this.options.shouldPreserveNodeMaps&&this.esTreeNodeToTSNodeMap.set(fl,La),fl}convertProgram(){return this.converter(this.ast)}deeplyCopy(La){La.kind===gg.JSDocFunctionType&&this.#_e(La,"JSDoc types can only be used inside documentation comments.");let hl=`TS${lC[La.kind]}`;if(this.options.errorOnUnknownASTType&&!Kw[hl])throw new Error(`Unknown AST_NODE_TYPE: "${hl}"`);let fl=this.createNode(La,{type:hl});"type"in La&&(fl.typeAnnotation=La.type&&"kind"in La.type&&u1(La.type)?this.convertTypeAnnotation(La.type,La):null),"typeArguments"in La&&(fl.typeArguments=La.typeArguments&&"pos"in La.typeArguments?this.convertTypeArguments(La):null),"typeParameters"in La&&(fl.typeParameters=La.typeParameters&&"pos"in La.typeParameters?this.convertTypeParameters(La):null);let yl=wi(La);yl?.length&&(fl.decorators=this.convertChildren(yl));let Pl=new Set(["_children","decorators","end","flags","heritageClauses","illegalDecorators","jsDoc","kind","locals","localSymbol","modifierFlagsCache","modifiers","nextContainer","parent","pos","symbol","transformFlags","type","typeArguments","typeParameters"]);return Object.entries(La).filter(([La])=>!Pl.has(La)).forEach(([La,hl])=>{Array.isArray(hl)?fl[La]=this.convertChildren(hl):hl&&typeof hl=="object"&&hl.kind?fl[La]=this.convertChild(hl):fl[La]=hl}),fl}fixExports(La,hl){let fl=Si(La)&&!Lr(La.name)?Uh(La):nr(La);if(fl?.[0].kind===lC.ExportKeyword){this.registerTSNodeInNodeMap(La,hl);let yl=fl[0],Pl=fl[1],Ul=Pl?.kind===lC.DefaultKeyword,Gd=Ul?rr(Pl,this.ast,this.ast):rr(yl,this.ast,this.ast);if(hl.range[0]=Gd.getStart(this.ast),hl.loc=Zr(hl.range,this.ast),Ul)return this.createNode(La,{type:Kw.ExportDefaultDeclaration,range:[yl.getStart(this.ast),hl.range[1]],declaration:hl,exportKind:"value"});let af=hl.type===Kw.TSInterfaceDeclaration||hl.type===Kw.TSTypeAliasDeclaration,n_="declare"in hl&&hl.declare;return this.createNode(La,this.#me({type:Kw.ExportNamedDeclaration,range:[yl.getStart(this.ast),hl.range[1]],attributes:[],declaration:hl,exportKind:af||n_?"type":"value",source:null,specifiers:[]},"assertions","attributes",!0))}return hl}getASTMaps(){return{esTreeNodeToTSNodeMap:this.esTreeNodeToTSNodeMap,tsNodeToESTreeNodeMap:this.tsNodeToESTreeNodeMap}}registerTSNodeInNodeMap(La,hl){hl&&this.options.shouldPreserveNodeMaps&&!this.tsNodeToESTreeNodeMap.has(La)&&this.tsNodeToESTreeNodeMap.set(La,hl)}};function*Z6(La,hl=La.getSourceFile()){let fl=[];for(;;){if(xf(La.kind))yield La;else{let yl=La.getChildren(hl);if(yl.length===1){La=yl[0];continue}for(let La=yl.length-1;La>=0;--La)fl.push(yl[La])}if(fl.length===0)break;La=fl.pop()}}function*Xh(La,hl=La.getSourceFile()){let fl=hl.text,yl=hl.languageVariant!==pA.JSX;for(let Pl of Z6(La,hl))Pl.pos!==Pl.end&&(Pl.kind!==gg.JsxText&&(yield*Hh(La=>{Km(fl,Pl.pos===0?(uf(fl)??"").length:Pl.pos,La)},fl)),(yl||e4(Pl))&&(yield*Hh(La=>{Zm(fl,Pl.end,La)},fl)))}function e4(La){switch(La.kind){case gg.CloseBraceToken:return La.parent.kind!==gg.JsxExpression||!ud(La.parent.parent);case gg.GreaterThanToken:switch(La.parent.kind){case gg.JsxClosingElement:case gg.JsxClosingFragment:return!ud(La.parent.parent.parent);case gg.JsxOpeningElement:return La.end!==La.parent.end;case gg.JsxOpeningFragment:return!1;case gg.JsxSelfClosingElement:return La.end!==La.parent.end||!ud(La.parent.parent)}}return!0}function Hh(La,hl){let fl=[];return La((La,yl,Pl)=>{let Ul=hl.slice(La,yl),Gd=Ul.slice(2,Pl===gg.SingleLineCommentTrivia?void 0:-2);fl.push({end:yl,kind:Pl,pos:La,text:Ul,value:Gd})}),fl}function ud(La){return La.kind===gg.JsxElement||La.kind===gg.JsxFragment}var[uC,pC]=p_.split(".").map(La=>Number.parseInt(La,10));var dC=aA.Intrinsic??aA.Any|aA.Unknown|aA.String|aA.Number|aA.BigInt|aA.Boolean|aA.BooleanLiteral|aA.ESSymbol|aA.Void|aA.Undefined|aA.Null|aA.Never|aA.NonPrimitive;function $h(La){return Array.from(Xh(La),({end:hl,kind:fl,pos:yl,value:Pl})=>{let Ul=fl===gg.SingleLineCommentTrivia?Xw.Line:Xw.Block,Gd=[yl,hl],af=Zr(Gd,La);return{type:Ul,loc:af,range:Gd,value:Pl}})}var Qh=()=>{};function Kh(La,hl,fl){let{parseDiagnostics:yl}=La;if(yl.length)throw ld(yl[0]);let Pl=new cC(La,{allowInvalidAST:hl.allowInvalidAST,errorOnUnknownASTType:hl.errorOnUnknownASTType,shouldPreserveNodeMaps:fl,suppressDeprecatedPropertyWarnings:hl.suppressDeprecatedPropertyWarnings}),Ul=Pl.convertProgram();return(!hl.range||!hl.loc)&&Qh(Ul,{enter:La=>{hl.range||delete La.range,hl.loc||delete La.loc}}),hl.tokens&&(Ul.tokens=Jh(La)),hl.comment&&(Ul.comments=$h(La)),{astMaps:Pl.getASTMaps(),estree:Ul}}function zl(La){if(typeof La!="object"||La==null)return!1;let hl=La;return hl.kind===gg.SourceFile&&typeof hl.getFullText=="function"}var _4=function(La){return La&&La.__esModule?La:{default:La}};var hC=_4({extname:La=>"."+La.split(".").pop()});function e0(La,hl){switch(hC.default.extname(La).toLowerCase()){case dA.Cjs:case dA.Js:case dA.Mjs:return cA.JS;case dA.Cts:case dA.Mts:case dA.Ts:return cA.TS;case dA.Json:return cA.JSON;case dA.Jsx:return cA.JSX;case dA.Tsx:return cA.TSX;default:return hl?cA.TSX:cA.TS}}var fC={default:Gd},_C=(0,fC.default)("typescript-eslint:typescript-estree:create-program:createSourceFile");function t0(La){return _C("Getting AST without type information in %s mode for: %s",La.jsx?"TSX":"TS",La.filePath),zl(La.code)?La.code:yh(La.filePath,La.codeFullText,{jsDocParsingMode:La.jsDocParsingMode,languageVersion:uA.Latest,setExternalModuleIndicator:La.setExternalModuleIndicator},!0,e0(La.filePath,La.jsx))}var n0=La=>La;var r0=()=>{};var mC=class{};var s0=()=>!1;var _0=()=>{};var w4=function(La){return La&&La.__esModule?La:{default:La}};var gC={},AC={default:Gd},yC=w4({extname:La=>"."+La.split(".").pop()}),bC=(0,AC.default)("typescript-eslint:typescript-estree:parseSettings:createParseSettings"),vC,EC=null,wC={ParseAll:AA?.ParseAll,ParseForTypeErrors:AA?.ParseForTypeErrors,ParseForTypeInfo:AA?.ParseForTypeInfo,ParseNone:AA?.ParseNone};function c0(La,hl={}){let fl=D4(La),yl=s0(hl),Pl=void 0,Ul=typeof hl.loggerFn=="function",Gd=n0(typeof hl.filePath=="string"&&hl.filePath!==""?hl.filePath:P4(hl.jsx),Pl),af=yC.default.extname(Gd).toLowerCase(),n_=(()=>{switch(hl.jsDocParsingMode){case"all":return wC.ParseAll;case"none":return wC.ParseNone;case"type-info":return wC.ParseForTypeInfo;default:return wC.ParseAll}})(),i_={loc:hl.loc===!0,range:hl.range===!0,allowInvalidAST:hl.allowInvalidAST===!0,code:La,codeFullText:fl,comment:hl.comment===!0,comments:[],debugLevel:hl.debugLevel===!0?new Set(["typescript-eslint"]):Array.isArray(hl.debugLevel)?new Set(hl.debugLevel):new Set,errorOnTypeScriptSyntacticAndSemanticIssues:!1,errorOnUnknownASTType:hl.errorOnUnknownASTType===!0,extraFileExtensions:Array.isArray(hl.extraFileExtensions)&&hl.extraFileExtensions.every(La=>typeof La=="string")?hl.extraFileExtensions:[],filePath:Gd,jsDocParsingMode:n_,jsx:hl.jsx===!0,log:typeof hl.loggerFn=="function"?hl.loggerFn:hl.loggerFn===!1?()=>{}:console.log,preserveNodeMaps:hl.preserveNodeMaps!==!1,programs:Array.isArray(hl.programs)?hl.programs:null,projects:new Map,projectService:hl.projectService||hl.project&&hl.projectService!==!1&&(void 0).env.TYPESCRIPT_ESLINT_PROJECT_SERVICE==="true"?N4(hl.projectService,{jsDocParsingMode:n_,tsconfigRootDir:Pl}):void 0,setExternalModuleIndicator:hl.sourceType==="module"||hl.sourceType==null&&af===dA.Mjs||hl.sourceType==null&&af===dA.Mts?La=>{La.externalModuleIndicator=!0}:void 0,singleRun:yl,suppressDeprecatedPropertyWarnings:hl.suppressDeprecatedPropertyWarnings??!0,tokens:hl.tokens===!0?[]:null,tsconfigMatchCache:vC??(vC=new mC(yl?"Infinity":hl.cacheLifetime?.glob??void 0)),tsconfigRootDir:Pl};if(i_.projectService&&hl.project&&(void 0).env.TYPESCRIPT_ESLINT_IGNORE_PROJECT_AND_PROJECT_SERVICE_ERROR!=="true")throw new Error('Enabling "project" does nothing when "projectService" is enabled. You can remove the "project" setting.');if(i_.debugLevel.size>0){let La=[];i_.debugLevel.has("typescript-eslint")&&La.push("typescript-eslint:*"),(i_.debugLevel.has("eslint")||AC.default.enabled("eslint:*,-eslint:code-path"))&&La.push("eslint:*,-eslint:code-path"),AC.default.enable(La.join(","))}if(Array.isArray(hl.programs)){if(!hl.programs.length)throw new Error("You have set parserOptions.programs to an empty array. This will cause all files to not be found in existing programs. Either provide one or more existing TypeScript Program instances in the array, or remove the parserOptions.programs setting.");bC("parserOptions.programs was provided, so parserOptions.project will be ignored.")}return!i_.programs&&!i_.projectService&&(i_.projects=new Map),hl.jsDocParsingMode==null&&i_.projects.size===0&&i_.programs==null&&i_.projectService==null&&(i_.jsDocParsingMode=wC.ParseNone),_0(i_,hl.onUnsupportedTypeScriptVersion??"warn",Ul),i_}function D4(La){return zl(La)?La.getFullText(La):typeof La=="string"?La:String(La)}function P4(La){return La?"estree.tsx":"estree.ts"}function N4(La,hl){let fl=typeof La=="object"?La:{};return r0(fl.allowDefaultProject),EC??(EC=(0,gC.createProjectService)({options:fl,...hl})),EC}var CC={default:Gd},xC=(0,CC.default)("typescript-eslint:typescript-estree:parser");function l0(La,hl){let{ast:fl}=j4(La,hl,!1);return fl}function j4(La,hl,fl){let yl=c0(La,hl);if(hl?.errorOnTypeScriptSyntacticAndSemanticIssues)throw new Error('"errorOnTypeScriptSyntacticAndSemanticIssues" is only supported for parseAndGenerateServices()');let Pl=t0(yl),{astMaps:Ul,estree:Gd}=Kh(Pl,yl,fl);return{ast:Gd,esTreeNodeToTSNodeMap:Ul.esTreeNodeToTSNodeMap,tsNodeToESTreeNodeMap:Ul.tsNodeToESTreeNodeMap}}function J4(La,hl){let fl=new SyntaxError(La+" ("+hl.loc.start.line+":"+hl.loc.start.column+")");return Object.assign(fl,hl)}var DC=J4;function p0(La){let hl=[];for(let fl of La)try{return fl()}catch(La){hl.push(La)}throw Object.assign(new Error("All combinations failed"),{errors:hl})}var SC=Array.prototype.findLast??function(La){for(let hl=this.length-1;hl>=0;hl--){let fl=this[hl];if(La(fl,hl,this))return fl}},kC=ja("findLast",function(){if(Array.isArray(this))return SC}),TC=kC;var IC=Symbol.for("comments");function B4(La){return this[La<0?this.length+La:La]}var BC=ja("at",function(){if(Array.isArray(this)||typeof this=="string")return B4}),FC=BC;function la(La){let hl=new Set(La);return La=>hl.has(La?.type)}function ns(La){return La.range?.[1]??La.end}function Qt(La){let hl=La.range?.[0]??La.start,fl=(La.declaration?.decorators??La.decorators)?.[0];return fl?Math.min(Qt(fl),hl):hl}var PC=5,RC=8,NC=8,m0=La=>hl=>hl.label?Kt(hl.label):Qt(hl)+La,W4=La=>La.__contentEnd??ns(La),OC=["ExpressionStatement","Directive","ImportDeclaration","ExportDefaultDeclaration","ExportNamedDeclaration","ExportAllDeclaration","ReturnStatement","ThrowStatement","DoWhileStatement"],QC=new Map([["BreakStatement",m0(PC)],["ContinueStatement",m0(RC)],["DebuggerStatement",La=>Qt(La)+NC],["VariableDeclaration",La=>Kt(FC(0,La.declarations,-1))],...OC.map(La=>[La,W4])]),LC=la(OC);function Kt(La){let{type:hl}=La;return hl==="IfStatement"?Kt(La.alternate??La.consequent):hl==="ForInStatement"||hl==="ForOfStatement"||hl==="ForStatement"||hl==="LabeledStatement"||hl==="WithStatement"||hl==="WhileStatement"?Kt(La.body):QC.get(hl)?.(La)??ns(La)}var MC=la(["Block","CommentBlock","MultiLine"]),jC=la(["Line","CommentLine","SingleLine","HashbangComment","HTMLOpen","HTMLClose","Hashbang","InterpreterDirective"]);function is(La,hl,fl){if(!La.has(hl)){let yl=fl(hl);La.set(hl,yl)}return La.get(hl)}var UC=new WeakMap;function g0(La){return is(UC,La,La=>MC(La)&&La.value[0]==="*"&&/@(?:type|satisfies)\b/.test(La.value))}function H4(La){return i_(0,La,/[^\n]/g," ")}var GC=H4;function X4(La,hl){for(let fl of hl){let hl=Qt(fl),yl=Kt(fl);La=La.slice(0,hl)+GC(La.slice(hl,yl))+La.slice(yl)}return La}var qC=new WeakMap;function v0(La){let hl=La[IC];return is(qC,hl,hl=>X4(La.originalText,hl))}function Q4(La){if(!MC(La))return[];if(!La.value.includes(`\n`))return[];let hl=[];for(let fl of`*${La.value}*`.split(`\n`)){if(fl=fl.trimStart(),!fl.startsWith("*"))return[];hl.push(fl)}return hl}var $C=new WeakMap;function K4(La){return is($C,La,Q4)}function T0(La){$C.delete(La)}function dd(La){return K4(La).length>0}function S0(La){if(La.length<2)return;let hl;for(let fl=La.length-1;fl>=0;fl--){let yl=La[fl];if(hl&&Kt(yl)===Qt(hl)&&dd(yl)&&dd(hl)&&(La.splice(fl+1,1),yl.value+="*//*"+hl.value,yl.range=[Qt(yl),Kt(hl)],T0(yl)),!jC(yl)&&!MC(yl))throw new TypeError(`Unknown comment type: "${yl.type}".`);hl=yl}}function Z4(La){return La!==null&&typeof La=="object"}var JC=Z4;var HC=null;function O_(La){if(HC!==null&&typeof HC.property){let La=HC;return HC=O_.prototype=null,La}return HC=O_.prototype=La??Object.create(null),new O_}var VC=10;for(let La=0;La<=VC;La++)O_();function md(La){return O_(La)}function t3(La,hl="type"){md(La);function a(fl){let yl=fl[hl],Pl=La[yl];if(!Array.isArray(Pl))throw Object.assign(new Error(`Missing visitor keys for '${yl}'.`),{node:fl});return Pl}return a}var WC=t3;var zC=[["elements"],["left","right"],["value"],["directives","body"],["label"],["callee","typeArguments","arguments"],["test","consequent","alternate"],["body","test"],["expression"],["left","right","body"],["id","typeParameters","params","predicate","returnType","body"],["object","property"],["properties"],["decorators","key","typeParameters","params","returnType","body"],["decorators","key","value"],["argument"],["expressions"],["id","init"],["body"],["decorators","id","typeParameters","superClass","superTypeArguments","mixins","implements","body"],["declaration","specifiers","source","attributes"],["local"],["exported"],["decorators","variance","key","typeAnnotation","value"],["id"],["key","value"],["elementType"],["id","typeParameters"],["id","typeParameters","extends","body"],["id","body"],["typeAnnotation"],["id","typeParameters","right"],["name","typeAnnotation"],["types"],["qualification","id"],["elementTypes"],["expression","typeAnnotation"],["params"],["members"],["objectType","indexType"],["decorators","key","typeAnnotation","value"],["id","typeParameters","params","returnType","body"],["key","typeParameters","params","returnType"],["typeParameters","params","returnType"],["parameterName","typeAnnotation"],["checkType","extendsType","trueType","falseType"],["typeParameter"],["literal"],["expression","typeArguments"],["decorators","key","typeAnnotation"],["argument","cases"],["pattern","body","guard"],["properties","rest"],["node"]],YC={ArrayExpression:zC[0],AssignmentExpression:zC[1],BinaryExpression:zC[1],InterpreterDirective:[],Directive:zC[2],DirectiveLiteral:[],BlockStatement:zC[3],BreakStatement:zC[4],CallExpression:zC[5],CatchClause:["param","body"],ConditionalExpression:zC[6],ContinueStatement:zC[4],DebuggerStatement:[],DoWhileStatement:zC[7],EmptyStatement:[],ExpressionStatement:zC[8],File:["program"],ForInStatement:zC[9],ForStatement:["init","test","update","body"],FunctionDeclaration:zC[10],FunctionExpression:zC[10],Identifier:["typeAnnotation","decorators"],IfStatement:zC[6],LabeledStatement:["label","body"],StringLiteral:[],NumericLiteral:[],NullLiteral:[],BooleanLiteral:[],RegExpLiteral:[],LogicalExpression:zC[1],MemberExpression:zC[11],NewExpression:zC[5],Program:zC[3],ObjectExpression:zC[12],ObjectMethod:zC[13],ObjectProperty:zC[14],RestElement:["argument","typeAnnotation","decorators"],ReturnStatement:zC[15],SequenceExpression:zC[16],ParenthesizedExpression:zC[8],SwitchCase:["test","consequent"],SwitchStatement:["discriminant","cases"],ThisExpression:[],ThrowStatement:zC[15],TryStatement:["block","handler","finalizer"],UnaryExpression:zC[15],UpdateExpression:zC[15],VariableDeclaration:["declarations"],VariableDeclarator:zC[17],WhileStatement:zC[7],WithStatement:["object","body"],AssignmentPattern:["left","right","decorators","typeAnnotation"],ArrayPattern:["elements","typeAnnotation","decorators"],ArrowFunctionExpression:["typeParameters","params","predicate","returnType","body"],ClassBody:zC[18],ClassExpression:zC[19],ClassDeclaration:zC[19],ExportAllDeclaration:["source","attributes","exported"],ExportDefaultDeclaration:["declaration"],ExportNamedDeclaration:zC[20],ExportSpecifier:["local","exported"],ForOfStatement:zC[9],ImportDeclaration:["specifiers","source","attributes"],ImportDefaultSpecifier:zC[21],ImportNamespaceSpecifier:zC[21],ImportSpecifier:["imported","local"],MetaProperty:["meta","property"],ClassMethod:zC[13],ObjectPattern:["decorators","properties","typeAnnotation"],SpreadElement:zC[15],Super:[],TaggedTemplateExpression:["tag","typeArguments","quasi"],TemplateElement:[],TemplateLiteral:["quasis","expressions"],YieldExpression:zC[15],AwaitExpression:zC[15],ImportExpression:["source","options"],BigIntLiteral:[],ExportNamespaceSpecifier:zC[22],OptionalMemberExpression:zC[11],OptionalCallExpression:zC[5],ClassProperty:zC[23],ClassPrivateProperty:zC[23],ClassPrivateMethod:zC[13],PrivateName:zC[24],StaticBlock:zC[18],ImportAttribute:zC[25],AnyTypeAnnotation:[],ArrayTypeAnnotation:zC[26],BooleanTypeAnnotation:[],BooleanLiteralTypeAnnotation:[],NullLiteralTypeAnnotation:[],ClassImplements:zC[27],DeclareClass:["id","typeParameters","extends","mixins","implements","body"],DeclareFunction:["id","predicate"],DeclareInterface:zC[28],DeclareModule:zC[29],DeclareModuleExports:zC[30],DeclareTypeAlias:zC[31],DeclareOpaqueType:["id","typeParameters","supertype","lowerBound","upperBound"],DeclareVariable:["id","declarations"],DeclareExportDeclaration:zC[20],DeclareExportAllDeclaration:["source","attributes"],DeclaredPredicate:zC[2],ExistsTypeAnnotation:[],FunctionTypeAnnotation:["typeParameters","this","params","rest","returnType"],FunctionTypeParam:zC[32],GenericTypeAnnotation:zC[27],InferredPredicate:[],InterfaceExtends:zC[27],InterfaceDeclaration:zC[28],InterfaceTypeAnnotation:["extends","body"],IntersectionTypeAnnotation:zC[33],MixedTypeAnnotation:[],EmptyTypeAnnotation:[],NullableTypeAnnotation:zC[30],NumberLiteralTypeAnnotation:[],BigIntLiteralTypeAnnotation:[],NumberTypeAnnotation:[],ObjectTypeAnnotation:["properties","indexers","callProperties","internalSlots"],ObjectTypeInternalSlot:["id","value"],ObjectTypeCallProperty:zC[2],ObjectTypeIndexer:["variance","id","key","value"],ObjectTypeProperty:["key","value","variance"],ObjectTypeSpreadProperty:zC[15],OpaqueType:["id","typeParameters","supertype","impltype","lowerBound","upperBound"],QualifiedTypeIdentifier:zC[34],StringLiteralTypeAnnotation:[],StringTypeAnnotation:[],SymbolTypeAnnotation:[],ThisTypeAnnotation:[],TupleTypeAnnotation:zC[35],TypeofTypeAnnotation:["argument","typeArguments"],TypeAlias:zC[31],TypeAnnotation:zC[30],TypeCastExpression:zC[36],TypeParameter:["bound","default","variance"],TypeParameterDeclaration:zC[37],TypeParameterInstantiation:zC[37],UnionTypeAnnotation:zC[33],Variance:[],VoidTypeAnnotation:[],EnumDeclaration:zC[29],EnumBooleanBody:zC[38],EnumNumberBody:zC[38],EnumStringBody:zC[38],EnumSymbolBody:zC[38],EnumBooleanMember:zC[17],EnumNumberMember:zC[17],EnumStringMember:zC[17],EnumDefaultedMember:zC[24],IndexedAccessType:zC[39],OptionalIndexedAccessType:zC[39],JSXAttribute:["name","value"],JSXClosingElement:["name"],JSXElement:["openingElement","children","closingElement"],JSXEmptyExpression:[],JSXExpressionContainer:zC[8],JSXSpreadChild:zC[8],JSXIdentifier:[],JSXMemberExpression:zC[11],JSXNamespacedName:["namespace","name"],JSXOpeningElement:["name","typeArguments","attributes"],JSXSpreadAttribute:zC[15],JSXText:[],JSXFragment:["openingFragment","children","closingFragment"],JSXOpeningFragment:[],JSXClosingFragment:[],Placeholder:[],V8IntrinsicIdentifier:[],ArgumentPlaceholder:[],BindExpression:["object","callee"],ClassAccessorProperty:zC[40],Decorator:zC[8],DoExpression:zC[18],ExportDefaultSpecifier:zC[22],ModuleExpression:zC[18],TopicReference:[],VoidPattern:[],TSParameterProperty:["parameter","decorators"],TSDeclareFunction:zC[41],TSDeclareMethod:zC[42],TSQualifiedName:zC[1],TSCallSignatureDeclaration:zC[43],TSConstructSignatureDeclaration:zC[43],TSPropertySignature:["key","typeAnnotation"],TSMethodSignature:zC[42],TSIndexSignature:["parameters","typeAnnotation"],TSAnyKeyword:[],TSBooleanKeyword:[],TSBigIntKeyword:[],TSIntrinsicKeyword:[],TSNeverKeyword:[],TSNullKeyword:[],TSNumberKeyword:[],TSObjectKeyword:[],TSStringKeyword:[],TSSymbolKeyword:[],TSUndefinedKeyword:[],TSUnknownKeyword:[],TSVoidKeyword:[],TSThisType:[],TSFunctionType:zC[43],TSConstructorType:zC[43],TSTypeReference:["typeName","typeArguments"],TSTypePredicate:zC[44],TSTypeQuery:["exprName","typeArguments"],TSTypeLiteral:zC[38],TSArrayType:zC[26],TSTupleType:zC[35],TSOptionalType:zC[30],TSRestType:zC[30],TSNamedTupleMember:["label","elementType"],TSUnionType:zC[33],TSIntersectionType:zC[33],TSConditionalType:zC[45],TSInferType:zC[46],TSParenthesizedType:zC[30],TSTypeOperator:zC[30],TSIndexedAccessType:zC[39],TSMappedType:["key","constraint","nameType","typeAnnotation"],TSTemplateLiteralType:["quasis","types"],TSLiteralType:zC[47],TSClassImplements:zC[48],TSInterfaceHeritage:zC[48],TSInterfaceDeclaration:zC[28],TSInterfaceBody:zC[18],TSTypeAliasDeclaration:["id","typeParameters","typeAnnotation"],TSInstantiationExpression:zC[48],TSAsExpression:zC[36],TSSatisfiesExpression:zC[36],TSTypeAssertion:zC[36],TSEnumBody:zC[38],TSEnumDeclaration:zC[29],TSEnumMember:["id","initializer"],TSModuleDeclaration:zC[29],TSModuleBlock:zC[18],TSImportType:["source","options","qualifier","typeArguments"],TSImportEqualsDeclaration:["id","moduleReference"],TSExternalModuleReference:zC[8],TSNonNullExpression:zC[8],TSExportAssignment:zC[8],TSNamespaceExportDeclaration:zC[24],TSTypeAnnotation:zC[30],TSTypeParameterInstantiation:zC[37],TSTypeParameterDeclaration:zC[37],TSTypeParameter:["name","constraint","default"],ChainExpression:zC[8],Literal:[],MethodDefinition:zC[14],PrivateIdentifier:[],Property:zC[25],PropertyDefinition:zC[23],AccessorProperty:zC[40],TSAbstractAccessorProperty:zC[49],TSAbstractKeyword:[],TSAbstractMethodDefinition:zC[25],TSAbstractPropertyDefinition:zC[49],TSAsyncKeyword:[],TSDeclareKeyword:[],TSEmptyBodyFunctionExpression:["id","typeParameters","params","returnType"],TSExportKeyword:[],TSPrivateKeyword:[],TSProtectedKeyword:[],TSPublicKeyword:[],TSReadonlyKeyword:[],TSStaticKeyword:[],AsConstExpression:zC[8],AsExpression:zC[36],BigIntTypeAnnotation:[],ComponentDeclaration:["id","params","body","typeParameters","rendersType"],ComponentParameter:["name","local"],ComponentTypeAnnotation:["params","rest","typeParameters","rendersType"],ComponentTypeParameter:zC[32],ConditionalTypeAnnotation:zC[45],DeclareComponent:["id","params","rest","typeParameters","rendersType"],DeclareEnum:zC[29],DeclareHook:zC[24],DeclareNamespace:zC[29],EnumBigIntBody:zC[38],EnumBigIntMember:zC[17],EnumBody:zC[38],HookDeclaration:zC[41],HookTypeAnnotation:["params","returnType","rest","typeParameters"],InferTypeAnnotation:zC[46],KeyofTypeAnnotation:zC[15],MatchArrayPattern:["elements","rest"],MatchAsPattern:["pattern","target"],MatchBindingPattern:zC[24],MatchExpression:zC[50],MatchExpressionCase:zC[51],MatchIdentifierPattern:zC[24],MatchInstanceObjectPattern:zC[52],MatchInstancePattern:["targetConstructor","properties"],MatchLiteralPattern:zC[47],MatchMemberPattern:["base","property"],MatchObjectPattern:zC[52],MatchObjectPatternProperty:["key","pattern"],MatchOrPattern:["patterns"],MatchRestPattern:zC[15],MatchStatement:zC[50],MatchStatementCase:zC[51],MatchUnaryPattern:zC[15],MatchWildcardPattern:[],NeverTypeAnnotation:[],ObjectTypeMappedTypeProperty:["keyTparam","propType","sourceType","variance"],QualifiedTypeofIdentifier:zC[34],RecordDeclaration:["id","typeParameters","implements","body"],RecordDeclarationBody:zC[0],RecordDeclarationImplements:["id","typeArguments"],RecordDeclarationProperty:["key","typeAnnotation","defaultValue"],RecordDeclarationStaticProperty:["key","typeAnnotation","value"],RecordExpression:["recordConstructor","typeArguments","properties"],RecordExpressionProperties:zC[12],SatisfiesExpression:zC[36],TupleTypeLabeledElement:["label","elementType","variance"],TupleTypeSpreadElement:["label","typeAnnotation"],TypeOperator:zC[30],TypePredicate:zC[44],UndefinedTypeAnnotation:[],UnknownTypeAnnotation:[],NGChainedExpression:zC[16],NGEmptyExpression:[],NGPipeExpression:["left","right","arguments"],NGMicrosyntax:zC[18],NGMicrosyntaxAs:["key","alias"],NGMicrosyntaxExpression:["expression","alias"],NGMicrosyntaxKey:[],NGMicrosyntaxKeyedExpression:["key","expression"],NGMicrosyntaxLet:zC[25],NGRoot:zC[53],JsExpressionRoot:zC[53],JsonRoot:zC[53],TSJSDocAllType:[],TSJSDocUnknownType:[],TSJSDocNullableType:zC[30],TSJSDocNonNullableType:zC[30]};var KC=WC(YC),XC=KC;function Wl(La,hl){if(!JC(La))return La;if(Array.isArray(La)){for(let fl=0;flLa<=Ul);af=La&&fl.slice(La,Ul).trim().length===0}return af?void 0:(La.extra={...La.extra,parenthesized:!0},La)}case"TemplateLiteral":if(hl.expressions.length!==hl.quasis.length-1)throw new Error("Malformed template literal.");break;case"TemplateElement":if(yl==="flow"||yl==="hermes"||yl==="espree"||yl==="typescript"||yl==="oxc-ts"||yl==="yuku-ts"){let La=Qt(hl)+1,fl=Kt(hl)-(hl.tail?1:2);hl.range=[La,fl]}break;case"TSParenthesizedType":return hl.typeAnnotation;case"TopicReference":La.extra={...La.extra,__isUsingHackPipeline:!0};break;case"TSUnionType":case"TSIntersectionType":if(hl.types.length===1)return hl.types[0];break;case"TupleTypeAnnotation":hl.types&&!hl.elementTypes&&(hl.elementTypes=hl.types);break;case"ImportDeclaration":yl==="hermes"&&hl.assertions&&!hl.attributes&&(hl.attributes=hl.assertions,delete hl.assertions);break}},onLeave(La){switch(La.type){case"LogicalExpression":if(D0(La))return hd(La);break}}}),La}function D0(La){return La.type==="LogicalExpression"&&La.right.type==="LogicalExpression"&&La.operator===La.right.operator}function hd(La){return D0(La)?hd({type:"LogicalExpression",operator:La.operator,left:hd({type:"LogicalExpression",operator:La.operator,left:La.left,right:La.right.left,range:[Qt(La.left),Kt(La.right.left)]}),right:La.right.right,range:[Qt(La),Kt(La)]}):La}function i3(La,hl,fl){if(!LC(La))return;let yl=ns(La);if(fl[yl-1]!==";")return;let Pl=v0({[IC]:hl,originalText:fl});yl-=1;let Ul=Pl.slice(Qt(La),yl),Gd=Ul.trimEnd();La.__contentEnd=yl-(Ul.length-Gd.length)}var ix=r3;var sx=Object.hasOwn??Function.prototype.call.bind(Object.prototype.hasOwnProperty),ax=sx;var ox=/\*\/$/,cx=/^\/\*\*?/,px=/^\s*(\/\*\*?(.|\r?\n)*?\*\/)/,dx=/(^|\s+)\/\/([^\n\r]*)/g,hx=/^(\r?\n)+/,fx=/(?:^|\r?\n) *(@[^\n\r]*?) *\r?\n *(?![^\n\r@]*\/\/[^]*)([^\s@][^\n\r@]+?) *\r?\n/g,_x=/(?:^|\r?\n) *@(\S+) *([^\n\r]*)/g,mx=/(\r?\n|^) *\* ?/g,gx=[];function O0(La){let hl=La.match(px);return hl?hl[0].trimStart():""}function M0(La){La=i_(0,La.replace(cx,"").replace(ox,""),mx,"$1");let hl="";for(;hl!==La;)hl=La,La=i_(0,La,fx,`\n$1 $2\n`);La=La.replace(hx,"").trimEnd();let fl=Object.create(null),yl=i_(0,La,_x,"").replace(hx,"").trimEnd(),Pl;for(;Pl=_x.exec(La);){let La=i_(0,Pl[2],dx,"");if(typeof fl[Pl[1]]=="string"||Array.isArray(fl[Pl[1]])){let hl=fl[Pl[1]];fl[Pl[1]]=[...gx,...Array.isArray(hl)?hl:[hl],La]}else fl[Pl[1]]=La}return{comments:yl,pragmas:fl}}var bx=["noformat","noprettier"],Ex=["format","prettier"];function f3(La){if(!La.startsWith("#!"))return"";let hl=La.indexOf(`\n`);return hl===-1?La:La.slice(0,hl)}var wx=f3;function R0(La){let hl=wx(La);hl&&(La=La.slice(hl.length+1));let fl=O0(La),{pragmas:yl,comments:Pl}=M0(fl);return{shebang:hl,text:La,pragmas:yl,comments:Pl}}function U0(La){let{pragmas:hl}=R0(La);return Ex.some(La=>ax(hl,La))}function B0(La){let{pragmas:hl}=R0(La);return bx.some(La=>ax(hl,La))}function d3(La){return La=typeof La=="function"?{parse:La}:La,{astFormat:"estree",hasPragma:U0,hasIgnorePragma:B0,locStart:Qt,locEnd:Kt,...La}}var Cx=d3;var xx=/^[^"'`]*<\/|^[^/]{2}.*\/>/m;function m3(La){return La.charAt(0)==="#"&&La.charAt(1)==="!"?"//"+La.slice(2):La}var Dx=m3;var Sx="module",kx="commonjs",Fx=[Sx,kx];function Y0(La){if(typeof La=="string"){if(La=La.toLowerCase(),/\.(?:mjs|mts)$/i.test(La))return Sx;if(/\.(?:cjs|cts)$/i.test(La))return kx}}var Px={loc:!0,range:!0,comment:!0,tokens:!1,loggerFn:!1,project:!1,jsDocParsingMode:"none",suppressDeprecatedPropertyWarnings:!0,onUnsupportedTypeScriptVersion:"ignore"};function y3(La){let{message:hl,location:fl}=La;if(!fl)return La;let{start:yl,end:Pl}=fl;return DC(hl,{loc:{start:{line:yl.line,column:yl.column+1},end:{line:Pl.line,column:Pl.column+1}},cause:La})}var g3=La=>La&&/\.(?:js|mjs|cjs|jsx|ts|mts|cts|tsx)$/i.test(La);function b3(La,hl){let fl=[{...Px,filePath:hl}],yl=Y0(hl);if(yl?fl=fl.map(La=>({...La,sourceType:yl})):fl=Fx.flatMap(La=>fl.map(hl=>({...hl,sourceType:La}))),g3(hl))return fl;let Pl=xx.test(La);return[Pl,!Pl].flatMap(La=>fl.map(hl=>({...hl,jsx:La})))}function v3(La,hl){let fl=hl?.filepath;typeof fl!="string"&&(fl=void 0);let yl=Dx(La),Pl=b3(La,fl),Ul;try{Ul=p0(Pl.map(La=>()=>l0(yl,La)))}catch({errors:[La]}){throw y3(La)}return ix(Ul,{text:La,astType:"typescript"})}var Ox=Cx(v3);return vy(Pl)})},69482:La=>{(function(hl){function e(){var La=hl();return La.default||La}if(true)La.exports=e();else{var fl}})(function(){"use strict";var La=Object.defineProperty;var hl=Object.getOwnPropertyDescriptor;var fl=Object.getOwnPropertyNames;var yl=Object.prototype.hasOwnProperty;var Vs=(hl,fl)=>{for(var yl in fl)La(hl,yl,{get:fl[yl],enumerable:!0})},po=(Pl,Ul,Gd,af)=>{if(Ul&&typeof Ul=="object"||typeof Ul=="function")for(let n_ of fl(Ul))!yl.call(Pl,n_)&&n_!==Gd&&La(Pl,n_,{get:()=>Ul[n_],enumerable:!(af=hl(Ul,n_))||af.enumerable});return Pl};var mo=hl=>po(La({},"__esModule",{value:!0}),hl);var Pl={};Vs(Pl,{languages:()=>zA,options:()=>XA,parsers:()=>ZA,printers:()=>pC});var Kt=(La,hl)=>(fl,yl,...Pl)=>fl|1&&yl==null?void 0:(hl.call(yl)??yl[La]).apply(yl,Pl);function ho(La){return this[La<0?this.length+La:La]}var Ul=Kt("at",function(){if(Array.isArray(this)||typeof this=="string")return ho}),Gd=Ul;var af=String.prototype.replaceAll??function(La,hl){return La.global?this.replace(La,hl):this.split(La).join(hl)},n_=Kt("replaceAll",function(){if(typeof this=="string")return af}),i_=n_;var bo=()=>{},p_=bo;var w_="string",D_="array",I_="cursor",N_="indent",_m="align",pg="trim",mg="group",gg="fill",eA="if-break",tA="indent-if-break",rA="line-suffix",nA="line-suffix-boundary",iA="line",sA="label",aA="break-parent",oA=new Set([I_,N_,_m,pg,mg,gg,eA,tA,rA,nA,iA,sA,aA]);function Wt(La,hl,fl){if(!La.has(hl)){let yl=fl(hl);La.set(hl,yl)}return La.get(hl)}function ko(La){if(typeof La=="string")return w_;if(Array.isArray(La))return D_;if(!La)return;let{type:hl}=La;if(oA.has(hl))return hl}var lA=ko;var So=La=>new Intl.ListFormat("en-US",{type:"disjunction"}).format(La);function Eo(La){let hl=La===null?"null":typeof La;if(hl!=="string"&&hl!=="object")return`Unexpected doc '${hl}', \nExpected it to be 'string' or 'object'.`;if(lA(La))throw new Error("doc is valid.");let fl=Object.prototype.toString.call(La);if(fl!=="[object Object]")return`Unexpected doc '${fl}'.`;let yl=So([...oA].map(La=>`'${La}'`));return`Unexpected doc.type '${La.type}'.\nExpected it to be ${yl}.`}var cA=class extends Error{name="InvalidDocError";constructor(La){super(Eo(La)),this.doc=La}},uA=cA;function Co(La,hl){if(typeof La=="string")return hl(La);let fl=new Map;return s(La);function s(La){return Wt(fl,La,r)}function r(La){switch(lA(La)){case D_:return hl(La.map(s));case gg:return hl({...La,parts:La.parts.map(s)});case eA:return hl({...La,breakContents:s(La.breakContents),flatContents:s(La.flatContents)});case mg:{let{expandedStates:fl,contents:yl}=La;return fl?(fl=fl.map(s),yl=fl[0]):yl=s(yl),hl({...La,contents:yl,expandedStates:fl})}case _m:case N_:case tA:case sA:case rA:return hl({...La,contents:s(La.contents)});case w_:case I_:case pg:case nA:case iA:case aA:return hl(La);default:throw new uA(La)}}}function Qs(La,hl=vA){return Co(La,La=>typeof La=="string"?R(hl,La.split(`\n`)):La)}var pA=p_,dA=p_,hA=p_,fA=p_;function ht(La,hl){return fA(La),pA(hl),{type:_m,contents:hl,n:La}}function zn(La){return ht(Number.NEGATIVE_INFINITY,La)}function Ws(La){return ht({type:"root"},La)}function Xs(La){return ht(-1,La)}var _A={type:aA};function Zt(La){return hA(La),{type:gg,parts:La}}function Ge(La,hl={}){return pA(La),dA(hl.expandedStates,!0),{type:mg,id:hl.id,contents:La,break:!!hl.shouldBreak,expandedStates:hl.expandedStates}}function Zn(La,hl){return Ge(La[0],{...hl,expandedStates:La})}function gt(La,hl="",fl={}){return pA(La),hl!==""&&pA(hl),{type:eA,breakContents:La,flatContents:hl,groupId:fl.groupId}}function R(La,hl){pA(La),dA(hl);let fl=[];for(let yl=0;yl{if(fl===!1)return!1;let Pl=!!yl?.backwards,{length:Ul}=hl,Gd=fl;for(;Gd>=0&&GdLa===`\n`||La==="\r"||La==="\u2028"||La==="\u2029";function To(La,hl,fl){if(hl===!1)return!1;let yl=!!fl?.backwards,Pl=La.charAt(hl);if(yl){if(La.charAt(hl-1)==="\r"&&Pl===`\n`)return hl-2;if(Zs(Pl))return hl-1}else{if(Pl==="\r"&&La.charAt(hl+1)===`\n`)return hl+2;if(Zs(Pl))return hl+1}return hl}var DA=To;function Oo(La,hl){let fl=hl-1;fl=wA(La,fl,{backwards:!0}),fl=DA(La,fl,{backwards:!0}),fl=wA(La,fl,{backwards:!0});let yl=DA(La,fl,{backwards:!0});return fl!==yl}var SA=Oo;var kA=class extends Error{name="UnexpectedNodeError";constructor(La,hl,fl="type"){super(`Unexpected ${hl} node ${fl}: ${JSON.stringify(La[fl])}.`),this.node=La}},TA=kA;function tr(La,hl){let{node:fl}=La;if(fl.type==="root"&&hl.filepath&&/(?:[/\\]|^)\.(?:prettier|stylelint|lintstaged)rc$/.test(hl.filepath))return async La=>{let fl=await La(hl.originalText,{parser:"json"});return fl?[fl,yA]:void 0}}tr.getVisitorKeys=()=>[];var IA=tr;var BA=null;function wt(La){if(BA!==null&&typeof BA.property){let La=BA;return BA=wt.prototype=null,La}return BA=wt.prototype=La??Object.create(null),new wt}var FA=10;for(let La=0;La<=FA;La++)wt();function rs(La){return wt(La)}function Io(La,hl="type"){rs(La);function n(fl){let yl=fl[hl],Pl=La[yl];if(!Array.isArray(Pl))throw Object.assign(new Error(`Missing visitor keys for '${yl}'.`),{node:fl});return Pl}return n}var PA=Io;var RA=[["children","anchor","tag","indicatorComment","leadingComments","middleComments","trailingComment","endComments"],["anchor","tag","indicatorComment","leadingComments","middleComments","trailingComment","endComments"],["key","value","children","anchor","tag","indicatorComment","leadingComments","middleComments","trailingComment","endComments"],["content","children","anchor","tag","indicatorComment","leadingComments","middleComments","trailingComment","endComments"],["indicatorComment","leadingComments","middleComments","trailingComment","endComments"]],NA={root:RA[0],document:["head","body","children","anchor","tag","indicatorComment","leadingComments","middleComments","trailingComment","endComments"],documentHead:RA[0],documentBody:RA[0],directive:RA[1],alias:RA[1],blockLiteral:RA[1],blockFolded:RA[0],plain:RA[0],quoteSingle:RA[1],quoteDouble:RA[1],mapping:RA[0],mappingItem:RA[2],mappingKey:RA[3],mappingValue:RA[3],sequence:RA[0],sequenceItem:RA[3],flowMapping:RA[0],flowMappingItem:RA[2],flowSequence:RA[0],flowSequenceItem:RA[3],comment:RA[1],tag:RA[4],anchor:RA[4]};var OA=PA(NA),QA=OA;var bt=La=>La.position.start.offset,or=La=>La.position.end.offset;var LA="format";var MA=/^\s*#[^\S\n]*@(?:noformat|noprettier)\s*?(?:\n|$)/,jA=/^\s*#[^\S\n]*@(?:format|prettier)\s*?(?:\n|$)/,UA=/^\s*@(?:format|prettier)\s*$/;var ur=La=>UA.test(La),pr=La=>jA.test(La),mr=La=>MA.test(La),hr=La=>`# @${LA}\n\n${La}`;function is(La,hl){switch(La.type){case"comment":if(ur(La.value))return null;break;case"quoteDouble":case"quoteSingle":hl.type="quote";break;case"document":hl.directivesEndMarker||delete hl.directivesEndMarker,hl.documentEndMarker||delete hl.documentEndMarker;break;case"blockLiteral":case"blockFolded":La.chomping==="keep"?hl.value=La.value.split(`\n`).map(La=>La.replace(/[ \t]+$/,"")).join(`\n`):(La.chomping==="clip"||La.chomping==="strip")&&(hl.value=La.value.trimEnd());break}}is.ignoredProperties=new Set(["position"]);function Po(La){return Array.isArray(La)&&La.length>0}var GA=Po;function J(La,hl){return typeof La?.type=="string"&&hl.includes(La.type)}function os(La,hl,fl){return hl("children"in La?{...La,children:La.children.map(fl=>os(fl,hl,La))}:La,fl)}function He(La,hl,fl){Object.defineProperty(La,hl,{get:fl,enumerable:!1})}function gr(La,hl){let fl=0,yl=hl.length;for(let Pl=La.position.end.offset-1;Plhl===0&&hl===fl.length-1?La:hl!==0&&hl!==fl.length-1?La.trim():hl===0?La.trimEnd():La.trimStart());if(fl.proseWrap==="preserve")return yl.map(La=>La?[La]:[]);let Pl=[];for(let[hl,fl]of yl.entries()){let Ul=wr(fl);hl>0&&yl[hl-1].length>0&&Ul.length>0&&!(La==="quoteDouble"&&Gd(0,Gd(0,Pl,-1),-1).endsWith("\\"))?Pl[Pl.length-1]=[...Gd(0,Pl,-1),...Ul]:Pl.push(Ul)}return fl.proseWrap==="never"?Pl.map(La=>[La.join(" ")]):Pl}function kr(La,{parentIndent:hl,isLastDescendant:fl,options:yl}){let Pl=La.position.start.line===La.position.end.line?"":yl.originalText.slice(La.position.start.offset,La.position.end.offset).match(/^[^\n]*\n(.*)$/s)[1];if(Pl==="")return[];let Ul;if(La.indent===null){let La=Pl.match(/^(? *)[^\n\r ]/m);Ul=La?La.groups.leadingSpace.length:Number.POSITIVE_INFINITY}else Ul=La.indent-1+hl;let af=Pl.split(`\n`).map(La=>La.slice(Ul));if(yl.proseWrap==="preserve"||La.type==="blockLiteral")return l(af.map(La=>La?[La]:[]));let n_=[];for(let[La,hl]of af.entries()){let fl=wr(hl);La>0&&fl.length>0&&af[La-1].length>0&&!/^\s/.test(fl[0])&&!/^\s|\s$/.test(Gd(0,n_,-1))?n_[n_.length-1]=[...Gd(0,n_,-1),...fl]:n_.push(fl)}return n_=n_.map(La=>{let hl=[];for(let fl of La)hl.length>0&&/\s$/.test(Gd(0,hl,-1))?hl[hl.length-1]+=" "+fl:hl.push(fl);return hl}),yl.proseWrap==="never"&&(n_=n_.map(La=>[La.join(" ")])),l(n_);function l(hl){if(La.chomping==="keep")return Pl.endsWith(`\n`)&&Gd(0,hl,-1).length===0?hl.slice(0,-1):hl;let yl=0;for(let La=hl.length-1;La>=0&&hl[La].every(La=>La.replace(/[ \t]+$/,"")==="");La--)yl++;return yl===0?hl:yl>=2&&!fl?hl.slice(0,-(yl-1)):hl.slice(0,-yl)}}function kt(La){if(!La)return!0;switch(La.type){case"plain":case"quoteDouble":case"quoteSingle":case"alias":case"flowMapping":case"flowSequence":return!0;default:return!1}}var qA=new WeakMap;function rn(La,hl){let{node:fl,root:yl}=La,Pl=Wt(qA,yl,()=>new Set);return!Pl.has(fl.position.end.offset)&&(Pl.add(fl.position.end.offset),gr(fl,hl)&&!ls(La.parent))?gA:""}function ls(La){return F(La)&&!J(La,["documentHead","documentBody","flowMapping","flowSequence"])}function K(La,hl){return ht(" ".repeat(La),hl)}function xo(La,hl,fl){let{node:yl}=La,Pl=La.ancestors.filter(La=>La.type==="sequence"||La.type==="mapping").length,Ul=nn(La),Gd=[yl.type==="blockFolded"?">":"|"];yl.indent!==null&&Gd.push(yl.indent.toString()),yl.chomping!=="clip"&&Gd.push(yl.chomping==="keep"?"+":"-"),as(yl)&&Gd.push(" ",fl("indicatorComment"));let af=kr(yl,{parentIndent:Pl,isLastDescendant:Ul,options:hl}),n_=[];for(let[La,hl]of af.entries())La===0&&n_.push(yA),n_.push(Zt(R(mA,hl))),La!==af.length-1?n_.push(hl.length===0?yA:Ws(vA)):yl.chomping==="keep"&&Ul&&n_.push(zn(hl.length===0?yA:vA));return yl.indent===null?Gd.push(Xs(K(hl.tabWidth,n_))):Gd.push(zn(K(yl.indent-1+Pl,n_))),Gd}var $A=xo;function on(La,hl,fl){let{node:yl}=La,Pl=yl.type==="flowMapping",Ul=Pl?"{":"[",af=Pl?"}":"]",n_=gA;Pl&&yl.children.length>0&&hl.bracketSpacing&&(n_=mA);let i_=Gd(0,yl.children,-1),p_=i_?.type==="flowMappingItem"&&Je(i_.key)&&Je(i_.value);return[Ul,K(hl.tabWidth,[n_,Mo(La,hl,fl),hl.trailingComma==="none"?"":gt(","),F(yl)?[yA,R(yA,La.map(fl,"endComments"))]:""]),p_?"":n_,af]}function Mo(La,hl,fl){return La.map(({isLast:yl,node:Pl,next:Ul})=>[fl(),yl?"":[",",mA,Pl.position.start.line!==Ul.position.start.line?rn(La,hl.originalText):""]],"children")}function $o(La,hl,fl){let{node:yl,parent:Pl}=La,{key:Ul,value:Gd}=yl,af=Je(Ul),n_=Je(Gd);if(af&&n_)return": ";let i_=fl("key"),p_=Bo(yl)?" ":"";if(n_)return yl.type==="flowMappingItem"&&Pl.type==="flowMapping"?i_:yl.type==="mappingItem"&&an(Ul.content,hl)&&!W(Ul.content)&&Pl.tag?.value!=="tag:yaml.org,2002:set"?[i_,p_,":"]:["? ",K(2,i_)];let w_=fl("value");if(af)return[": ",K(2,w_)];if(ce(Gd)||!kt(Ul.content))return["? ",K(2,i_),yA,...La.map(()=>[fl(),yA],"value","leadingComments"),": ",K(2,w_)];if(Ro(Ul.content)&&!ce(Ul.content)&&!Oe(Ul.content)&&!W(Ul.content)&&!F(Ul)&&!ce(Gd.content)&&!Oe(Gd.content)&&!F(Gd)&&an(Gd.content,hl)&&an(Ul.content,hl))return[i_,p_,": ",w_];let D_=Symbol("mappingKey"),I_=Ge([gt("? "),Ge(K(2,i_),{id:D_})]),N_=[yA,": ",K(2,w_)],_m=[p_,":"];F(Gd)&&Gd.content&&J(Gd.content,["flowMapping","flowSequence"])&&Gd.content.children.length===0?_m.push(" "):ce(Gd.content)||F(Gd)&&Gd.content&&!J(Gd.content,["mapping","sequence"])||Pl.type==="mapping"&&W(Ul.content)&&kt(Gd.content)||J(Gd.content,["mapping","sequence"])&&Gd.content.tag===null&&Gd.content.anchor===null?_m.push(yA):Gd.content?_m.push(mA):W(Gd)&&_m.push(" "),_m.push(w_);let pg=K(hl.tabWidth,_m);return an(Ul.content,hl)&&!ce(Ul.content)&&!Oe(Ul.content)&&!W(Ul.content)&&!F(Ul)?Zn([[i_,pg]]):Zn([[I_,gt(N_,pg,{groupId:D_})]])}function an(La,hl){if(!La)return!0;switch(La.type){case"plain":case"quoteSingle":case"quoteDouble":break;case"alias":return!0;default:return!1}if(hl.proseWrap==="preserve")return La.position.start.line===La.position.end.line;if(/\\$/m.test(hl.originalText.slice(La.position.start.offset,La.position.end.offset)))return!1;switch(hl.proseWrap){case"never":return!La.value.includes(`\n`);case"always":return!/[\n ]/.test(La.value);default:return!1}}function Bo(La){return La.key.content?.type==="alias"}function Ro(La){if(!La)return!0;switch(La.type){case"plain":case"quoteDouble":case"quoteSingle":return La.position.start.line===La.position.end.line;case"alias":return!0;default:return!1}}var JA=$o;function qo(La){return os(La,Fo)}function Fo(La){switch(La.type){case"document":He(La,"head",()=>La.children[0]),He(La,"body",()=>La.children[1]);break;case"documentBody":case"sequenceItem":case"flowSequenceItem":case"mappingKey":case"mappingValue":He(La,"content",()=>La.children[0]);break;case"mappingItem":case"flowMappingItem":He(La,"key",()=>La.children[0]),He(La,"value",()=>La.children[1]);break}return La}var HA=qo;function Ko(La,hl,fl){let{node:yl}=La,Pl=[];yl.type!=="mappingValue"&&ce(yl)&&Pl.push([R(yA,La.map(fl,"leadingComments")),yA]);let{tag:Ul,anchor:Gd}=yl;Ul&&Pl.push(fl("tag")),Ul&&Gd&&Pl.push(" "),Gd&&Pl.push(fl("anchor"));let af="";return J(yl,["mapping","sequence","comment","directive","mappingItem","sequenceItem"])&&!nn(La)&&(af=rn(La,hl.originalText)),(Ul||Gd)&&(J(yl,["sequence","mapping"])&&!Oe(yl)?Pl.push(yA):Pl.push(" ")),Oe(yl)&&Pl.push([yl.middleComments.length===1?"":yA,R(yA,La.map(fl,"middleComments")),yA]),yr(La)?Pl.push(Qs(hl.originalText.slice(yl.position.start.offset,yl.position.end.offset).trimEnd())):Pl.push(Ge(Yo(La,hl,fl))),W(yl)&&!J(yl,["document","documentHead"])&&Pl.push(zs([yl.type==="mappingValue"&&!yl.content?"":" ",La.parent.type==="mappingKey"&&La.getParentNode(2).type==="mapping"&&kt(yl)?"":_A,fl("trailingComment")])),ls(yl)&&Pl.push(K(yl.type==="sequenceItem"?2:0,[yA,R(yA,La.map(({node:La})=>[SA(hl.originalText,bt(La))?yA:"",fl()],"endComments"))])),Pl.push(af),Pl}function Yo(La,hl,fl){let{node:yl}=La;switch(yl.type){case"root":{let hl=sn(yl),Pl=!(J(hl,["blockLiteral","blockFolded"])&&hl.chomping==="keep"),Ul=[];return La.each(({node:hl,isFirst:yl})=>{yl||Ul.push(yA),Ul.push(fl()),jo(La)&&(Pl&&Ul.push(yA),Ul.push("..."),W(hl)&&Ul.push(" ",fl("trailingComment")))},"children"),Pl&&Ul.push(yA),Ul}case"document":{let hl=[];return Vo(La)&&((yl.head.children.length>0||yl.head.endComments.length>0)&&hl.push(fl("head")),W(yl.head)?hl.push(["---"," ",fl(["head","trailingComment"])]):hl.push("---")),Uo(yl)&&hl.push(fl("body")),R(yA,hl)}case"documentHead":return R(yA,[...La.map(fl,"children"),...La.map(fl,"endComments")]);case"documentBody":{let{children:Pl,endComments:Ul}=yl,af="";if(Pl.length>0&&Ul.length>0){let La=sn(yl);if(J(La,["blockFolded","blockLiteral"]))La.chomping!=="keep"&&(af=[yA,yA]);else{let La=Gd(0,Pl,-1);af=J(La,["mapping"])&&SA(hl.originalText,bt(Ul[0]))?[yA,yA]:yA}}return[R(yA,La.map(fl,"children")),af,R(yA,La.map(fl,"endComments"))]}case"directive":return["%",R(" ",[yl.name,...yl.parameters])];case"comment":return["#",yl.value];case"alias":return["*",yl.value];case"tag":return hl.originalText.slice(yl.position.start.offset,yl.position.end.offset);case"anchor":return["&",yl.value];case"plain":return St(yl.type,hl.originalText.slice(yl.position.start.offset,yl.position.end.offset),hl);case"quoteDouble":case"quoteSingle":{let La=hl.originalText.slice(yl.position.start.offset+1,yl.position.end.offset-1);if(yl.type==="quoteSingle"&&La.includes("\\")||yl.type==="quoteDouble"&&/\\[^"]/.test(La)){let fl=yl.type==="quoteDouble"?'"':"'";return[fl,St(yl.type,La,hl),fl]}if(La.includes('"'))return["'",St(yl.type,yl.type==="quoteDouble"?i_(0,i_(0,La,'\\"','"'),"'","'".repeat(2)):La,hl),"'"];if(La.includes("'"))return['"',St(yl.type,yl.type==="quoteSingle"?i_(0,La,"''","'"):La,hl),'"'];let fl=hl.singleQuote?"'":'"';return[fl,St(yl.type,La,hl),fl]}case"blockFolded":case"blockLiteral":return $A(La,hl,fl);case"mapping":case"sequence":return R(yA,La.map(fl,"children"));case"sequenceItem":return["- ",K(2,yl.content?fl("content"):"")];case"mappingKey":case"mappingValue":return yl.content?fl("content"):"";case"mappingItem":case"flowMappingItem":return JA(La,hl,fl);case"flowMapping":return on(La,hl,fl);case"flowSequence":return on(La,hl,fl);case"flowSequenceItem":return fl("content");default:throw new TA(yl,"YAML")}}function Uo(La){return La.body.children.length>0||F(La.body)}function jo(La){let hl=La.node;if(hl.documentEndMarker||W(hl))return!0;if(La.isLast)return!1;let fl=La.next;return fl.head.children.length>0||F(fl.head)}function Vo(La){let hl=La.node;return hl.directivesEndMarker||hl.head.children.length>0||F(hl.head)||W(hl.head)}function St(La,hl,fl){let yl=br(La,hl,fl);return R(yA,yl.map(La=>Zt(R(mA,La))))}var VA={preprocess:HA,embed:IA,print:Ko,massageAstNode:is,insertPragma:hr,getVisitorKeys:QA},WA=VA;var zA=[{name:"YAML",type:"data",aceMode:"yaml",extensions:[".yml",".mir",".reek",".rviz",".sublime-syntax",".syntax",".yaml",".yaml-tmlanguage",".yaml.sed",".yml.mysql"],filenames:[".clang-format",".clang-tidy",".clangd",".gemrc","CITATION.cff","glide.lock","pixi.lock",".prettierrc",".stylelintrc",".lintstagedrc"],tmScope:"source.yaml",aliases:["yml"],codemirrorMode:"yaml",codemirrorMimeType:"text/x-yaml",parsers:["yaml"],vscodeLanguageIds:["yaml","ansible","dockercompose","github-actions-workflow","home-assistant"],linguistLanguageId:407}];var YA={bracketSpacing:{category:"Common",type:"boolean",default:!0,description:"Print spaces between brackets.",oppositeDescription:"Do not print spaces between brackets."},objectWrap:{category:"Common",type:"choice",default:"preserve",description:"How to wrap object literals.",choices:[{value:"preserve",description:"Keep as multi-line, if there is a newline between the opening brace and first property."},{value:"collapse",description:"Fit to a single line when possible."}]},singleQuote:{category:"Common",type:"boolean",default:!1,description:"Use single quotes instead of double quotes."},proseWrap:{category:"Common",type:"choice",default:"preserve",description:"How to wrap prose.",choices:[{value:"always",description:"Wrap prose if it exceeds the print width."},{value:"never",description:"Do not wrap prose."},{value:"preserve",description:"Wrap prose as-is."}]},bracketSameLine:{category:"Common",type:"boolean",default:!1,description:"Put > of opening tags on the last line instead of on a new line."},singleAttributePerLine:{category:"Common",type:"boolean",default:!1,description:"Enforce single attribute per line in HTML, Vue and JSX."}};var KA={bracketSpacing:YA.bracketSpacing,singleQuote:YA.singleQuote,proseWrap:YA.proseWrap},XA=KA;var ZA={};Vs(ZA,{yaml:()=>uC});var hy=class extends SyntaxError{name="YAMLSyntaxError";code;source;position;constructor(La,hl){super(hl.message,{cause:hl}),this.cause??(this.cause=hl),this.code=hl.code,this.source=La.text,this.position=La.transformRange(hl.pos)}};function Q(La,hl=null){"children"in La&&La.children.forEach(hl=>Q(hl,La)),"anchor"in La&&La.anchor&&Q(La.anchor,La),"tag"in La&&La.tag&&Q(La.tag,La);"leadingComments"in La&&La.leadingComments.forEach(hl=>Q(hl,La)),"middleComments"in La&&La.middleComments.forEach(hl=>Q(hl,La)),"indicatorComment"in La&&La.indicatorComment&&Q(La.indicatorComment,La),"trailingComment"in La&&La.trailingComment&&Q(La.trailingComment,La),"endComments"in La&&La.endComments.forEach(hl=>Q(hl,La)),Object.defineProperty(La,"_parent",{value:hl,enumerable:!1})}function _e(La){return`${La.line}:${La.column}`}function Or(La){Q(La);let hl=Ho(La),fl=La.children.slice();La.comments.filter(La=>!La._parent).forEach(La=>{for(;fl.length>1&&La.position.start.line>fl[0].position.end.line;)fl.shift();Jo(La,hl,fl[0])})}function Ho(La){let hl=Array.from(new Array(La.position.end.line),()=>({}));for(let fl of La.comments)hl[fl.position.start.line-1].comment=fl;return _r(hl,La),hl}function _r(La,hl){if(hl.position.start.offset!==hl.position.end.offset){if("leadingComments"in hl){let{start:fl}=hl.position,{leadingAttachableNode:yl}=La[fl.line-1];(!yl||fl.column1&&hl.type!=="document"&&hl.type!=="documentHead"){let{end:fl}=hl.position,{trailingAttachableNode:yl}=La[fl.line-1];(!yl||fl.column>=yl.position.end.column)&&(La[fl.line-1].trailingAttachableNode=hl)}if(hl.type!=="root"&&hl.type!=="document"&&hl.type!=="documentHead"&&hl.type!=="documentBody"){let{start:fl,end:yl}=hl.position,Pl=[yl.line].concat(fl.line===yl.line?[]:fl.line);for(let fl of Pl){let Pl=La[fl-1].trailingNode;(!Pl||yl.column>=Pl.position.end.column)&&(La[fl-1].trailingNode=hl)}}"children"in hl&&hl.children.forEach(hl=>{_r(La,hl)})}}function Jo(La,hl,fl){let yl=La.position.start.line,{trailingAttachableNode:Pl}=hl[yl-1];if(Pl){if(Pl.trailingComment)throw new Error(`Unexpected multiple trailing comment at ${_e(La.position.start)}`);Q(La,Pl),Pl.trailingComment=La;return}for(let Pl=yl;Pl>=fl.position.start.line;Pl--){let{trailingNode:fl}=hl[Pl-1],Ul;if(fl)Ul=fl;else if(Pl!==yl&&hl[Pl-1].comment)Ul=hl[Pl-1].comment._parent;else continue;if((Ul.type==="sequence"||Ul.type==="mapping")&&(Ul=Ul.children[0]),Ul.type==="mappingItem"){let[La,hl]=Ul.children;Ul=Ir(La)?La:hl}for(;;){if(Wo(Ul,La)){Q(La,Ul),Ul.endComments.push(La);return}if(!Ul._parent)break;Ul=Ul._parent}break}for(let Pl=yl+1;Pl<=fl.position.end.line;Pl++){let{leadingAttachableNode:fl}=hl[Pl-1];if(fl){Q(La,fl),fl.leadingComments.push(La);return}}let Ul=fl.children[1];Q(La,Ul),Ul.endComments.push(La)}function Wo(La,hl){if(La.position.start.offsethl.position.end.offset)switch(La.type){case"flowMapping":case"flowSequence":return La.children.length===0||hl.position.start.line>La.children[La.children.length-1].position.end.line}if(hl.position.end.offsetLa.position.start.column;case"mappingKey":case"mappingValue":return hl.position.start.column>La._parent.position.start.column&&(La.children.length===0||La.children.length===1&&La.children[0].type!=="blockFolded"&&La.children[0].type!=="blockLiteral")&&(La.type==="mappingValue"||Ir(La));default:return!1}}function Ir(La){return La.position.start!==La.position.end&&(La.children.length===0||La.position.start.offset!==La.children[0].position.start.offset)}function Lr(La,hl,fl){return{type:"root",position:La,children:hl,comments:fl}}function X(La,hl){return{start:La,end:hl}}function Pr(La){return{start:La,end:La}}function vr(La,hl){return{type:"comment",position:hl.transformRange([La.offset,La.offset+La.source.length]),value:La.source.slice(1)}}function Dr(La,hl){return{type:"anchor",position:La,value:hl}}function xr(La,hl,fl){return{anchor:hl,tag:La,middleComments:fl}}function Mr(La,hl){return{type:"tag",position:La,value:hl}}function $r(La,hl,fl){let yl=[],Pl=null,Ul=null,Gd=null;for(let af of hl){let hl=[af.offset,af.offset+af.source.length];switch(af.type){case"tag":{Pl??(Pl=hl);let yl=La.tag??af.source.slice(af.source.startsWith("!!")?2:1);yl==="!"&&(yl="tag:yaml.org,2002:str"),Ul=Mr(fl.transformRange(hl),yl)}break;case"anchor":Pl??(Pl=hl),Gd=Dr(fl.transformRange(hl),La.anchor);break;case"comment":{let Ul=fl.transformComment(af);Pl&&Pl[0]<=hl[0]&&hl[1]<=La.range[0]&&yl.push(Ul);break}default:throw new Error(`Unexpected content property token type: ${af.type}`)}}return xr(Ul,Gd,yl)}function Br(La,hl,fl){return{type:"alias",position:La,leadingComments:[],trailingComment:null,...hl,value:fl}}function*q(...La){for(let hl of La)if(hl)for(let La of hl)Xo(La)||(yield La)}function Xo(La){return La.type==="space"||La.type==="newline"}function ke(La){return La.type==="comment"||La.type==="tag"||La.type==="anchor"}function v(La,hl){let fl=[];for(let yl of q(La))yl.type==="comment"?hl.transformComment(yl):fl.push(yl);return fl}function Rr(La,hl,fl){let yl=La.srcToken;for(let La of v(yl.end,hl))throw new Error(`Unexpected token type in alias end: ${La.type}`);return Br(hl.transformRange(La.range),hl.transformContentProperties(La,fl.tokens),La.source)}function qr(La){return{...La,type:"blockFolded"}}function Fr(La,hl,fl,yl,Pl,Ul){return{type:"blockValue",position:La,leadingComments:[],...hl,chomping:fl,indent:yl,value:Pl,indicatorComment:Ul}}function cn(La,hl,fl,yl){let Pl=null,Ul=null;for(let La of q(hl.props))if(La.type==="comment")Ul=fl.transformComment(La);else if(La.type==="block-scalar-header")Pl=La;else throw new Error(`Unexpected token type in block value end: ${La.type}`);if(!Pl)throw new Error("Expected block scalar header token");let Gd=zo(Pl.source);return Fr(fl.transformRange(La.range),fl.transformContentProperties(La,yl.tokens),Gd.chomping,Gd.indent,La.source,Ul)}function zo(La){let hl=/([+-]?)(\d*)([+-]?)$/u.exec(La),fl=null,yl="clip";if(hl){fl=hl[2]?Number(hl[2]):null;let La=hl[3]||hl[1];yl=La==="+"?"keep":La==="-"?"strip":"clip"}return{chomping:yl,indent:fl}}function Kr(La,hl,fl){let yl=La.srcToken;if(!yl||yl.type!=="block-scalar")throw new Error("Expected block scalar srcToken");return qr(cn(La,yl,hl,fl))}function Yr(La){return{...La,type:"blockLiteral"}}function Ur(La,hl,fl){let yl=La.srcToken;if(!yl||yl.type!=="block-scalar")throw new Error("Expected block scalar srcToken");return Yr(cn(La,yl,hl,fl))}function fn(La,hl,fl){return{type:"flowCollection",position:La,leadingComments:[],trailingComment:null,endComments:[],...hl,children:fl}}function jr(La,hl,fl){return{...fn(La,hl,fl),type:"flowMapping"}}function Ct(La,hl,fl){return{type:"flowMappingItem",position:La,leadingComments:[],children:[hl,fl]}}function Vr(La,hl){return{type:"mappingKey",position:La,trailingComment:null,endComments:[],children:hl?[hl]:[]}}function cs(La,hl){return{type:"mappingValue",position:La,leadingComments:[],trailingComment:null,endComments:[],children:hl?[hl]:[]}}function Se(La,hl,fl,yl){var Pl;let Ul=[],Gd=null;for(let La of q(hl.start)){if(ke(La)){Ul.push(La);continue}if(La.type==="explicit-key-ind"){Gd=La;continue}if(La.type==="comma")continue;throw new Error(`Unexpected token type in collection item start: ${La.type}`)}let af=[],n_=null;for(let La of q(hl.sep)){if(ke(La)){af.push(La);continue}if(La.type==="map-value-ind"){n_=La;continue}throw new Error(`Unexpected token type in collection item sep: ${La.type}`)}let i_=Gd?.offset??((Pl=hl.key)===null||Pl===void 0?void 0:Pl.offset)??n_?.offset??hl.value.offset,p_=[i_,hl.key?La.key.range[1]:Gd?Gd.offset+Gd.source.length:i_],w_=null;if(La.value){var D_;let fl=n_?.offset??((D_=hl.value)===null||D_===void 0?void 0:D_.offset)??La.value.range[0];w_=[fl,hl.value?La.value.range[1]:n_?n_.offset+n_.source.length:fl]}return Zo(La,fl,yl,{range:p_,props:{tokens:Ul}},{range:w_,props:{tokens:af}})}function Zo(La,hl,fl,yl,Pl){let Ul=null;Nt(La.key,yl.props)?v(yl.props.tokens,hl):Ul=hl.transformNode(La.key,yl.props);let Gd=null;Nt(La.value,Pl.props)?v(Pl.props.tokens,hl):Gd=hl.transformNode(La.value,Pl.props);let af=Vr(hl.transformRange([yl.range?yl.range[0]:Ul.position.start.offset,Ul?Ul.position.end.offset:yl.range[1]]),Ul),n_=Gd||Pl.range?cs(hl.transformRange([Pl.range?Pl.range[0]:Gd.position.start.offset,Gd?Gd.position.end.offset:Pl.range[0]+1]),Gd):null;return fl(X(af.position.start,n_?n_.position.end:af.position.end),af,n_||cs(Pr(af.position.end),null))}function Gr(La,hl,fl){let yl=La.srcToken;if(!yl||yl.type!=="flow-collection")throw new Error("Expected flow-collection CST node for flow map");let Pl=La.items.map((La,fl)=>{let Pl=yl.items[fl];return Se(La,Pl,hl,Ct)});if(La.items.length!!La&&typeof La=="object"&&La[kb]===gy,fe=La=>!!La&&typeof La=="object"&&La[kb]===yy,G=La=>!!La&&typeof La=="object"&&La[kb]===wy,T=La=>!!La&&typeof La=="object"&&La[kb]===Sy,N=La=>!!La&&typeof La=="object"&&La[kb]===Ty,ee=La=>!!La&&typeof La=="object"&&La[kb]===Zy;function I(La){if(La&&typeof La=="object")switch(La[kb]){case wy:case Zy:return!0}return!1}function _(La){if(La&&typeof La=="object")switch(La[kb]){case gy:case wy:case Ty:case Zy:return!0}return!1}var mn=La=>(N(La)||I(La))&&!!La.anchor;var Rb=Symbol("break visit"),Nb=Symbol("skip children"),Ob=Symbol("remove node");function pe(La,hl){let fl=Wr(hl);fe(La)?We(null,La.contents,fl,Object.freeze([La]))===Ob&&(La.contents=null):We(null,La,fl,Object.freeze([]))}pe.BREAK=Rb;pe.SKIP=Nb;pe.REMOVE=Ob;function We(La,hl,fl,yl){let Pl=Xr(La,hl,fl,yl);if(_(Pl)||T(Pl))return zr(La,yl,Pl),We(La,Pl,fl,yl);if(typeof Pl!="symbol"){if(I(hl)){yl=Object.freeze(yl.concat(hl));for(let La=0;LaLa.replace(/[!,[\]{}]/g,La=>jb[La]),Gb=class t{constructor(La,hl){this.docStart=null,this.docEnd=!1,this.yaml=Object.assign({},t.defaultYaml,La),this.tags=Object.assign({},t.defaultTags,hl)}clone(){let La=new t(this.yaml,this.tags);return La.docStart=this.docStart,La}atDocument(){let La=new t(this.yaml,this.tags);switch(this.yaml.version){case"1.1":this.atNextDocument=!0;break;case"1.2":this.atNextDocument=!1,this.yaml={explicit:t.defaultYaml.explicit,version:"1.2"},this.tags=Object.assign({},t.defaultTags);break}return La}add(La,hl){this.atNextDocument&&(this.yaml={explicit:t.defaultYaml.explicit,version:"1.1"},this.tags=Object.assign({},t.defaultTags),this.atNextDocument=!1);let fl=La.trim().split(/[ \t]+/),yl=fl.shift();switch(yl){case"%TAG":{if(fl.length!==2&&(hl(0,"%TAG directive should contain exactly two parts"),fl.length<2))return!1;let[La,yl]=fl;return this.tags[La]=yl,!0}case"%YAML":{if(this.yaml.explicit=!0,fl.length!==1)return hl(0,"%YAML directive should contain exactly one part"),!1;let[La]=fl;if(La==="1.1"||La==="1.2")return this.yaml.version=La,!0;{let fl=/^\d+\.\d+$/.test(La);return hl(6,`Unsupported YAML version ${La}`,fl),!1}}default:return hl(0,`Unknown directive ${yl}`,!0),!1}}tagName(La,hl){if(La==="!")return"!";if(La[0]!=="!")return hl(`Not a valid tag: ${La}`),null;if(La[1]==="<"){let fl=La.slice(2,-1);return fl==="!"||fl==="!!"?(hl(`Verbatim tags aren't resolved, so ${La} is invalid.`),null):(La[La.length-1]!==">"&&hl("Verbatim tags must end with a >"),fl)}let[,fl,yl]=La.match(/^(.*!)([^!]*)$/s);yl||hl(`The ${La} tag has no suffix`);let Pl=this.tags[fl];if(Pl)try{return Pl+decodeURIComponent(yl)}catch(La){return hl(String(La)),null}return fl==="!"?La:(hl(`Could not resolve tag: ${La}`),null)}tagString(La){for(let[hl,fl]of Object.entries(this.tags))if(La.startsWith(fl))return hl+ta(La.substring(fl.length));return La[0]==="!"?La:`!<${La}>`}toString(La){let hl=this.yaml.explicit?[`%YAML ${this.yaml.version||"1.2"}`]:[],fl=Object.entries(this.tags),yl;if(La&&fl.length>0&&_(La.contents)){let hl={};pe(La.contents,(La,fl)=>{_(fl)&&fl.tag&&(hl[fl.tag]=!0)}),yl=Object.keys(hl)}else yl=[];for(let[Pl,Ul]of fl)Pl==="!!"&&Ul==="tag:yaml.org,2002:"||(!La||yl.some(La=>La.startsWith(Ul)))&&hl.push(`%TAG ${Pl} ${Ul}`);return hl.join(`\n`)}};Gb.defaultYaml={explicit:!1,version:"1.2"};Gb.defaultTags={"!!":"tag:yaml.org,2002:"};function dn(La){if(/[\x00-\x19\s,[\]{}]/.test(La)){let hl=`Anchor must not contain whitespace or control characters: ${JSON.stringify(La)}`;throw new Error(hl)}return!0}function us(La){let hl=new Set;return pe(La,{Value(La,fl){fl.anchor&&hl.add(fl.anchor)}}),hl}function ps(La,hl){for(let fl=1;;++fl){let yl=`${La}${fl}`;if(!hl.has(yl))return yl}}function Zr(La,hl){let fl=[],yl=new Map,Pl=null;return{onAnchor:yl=>{fl.push(yl),Pl??(Pl=us(La));let Ul=ps(hl,Pl);return Pl.add(Ul),Ul},setAnchors:()=>{for(let La of fl){let hl=yl.get(La);if(typeof hl=="object"&&hl.anchor&&(N(hl.node)||I(hl.node)))hl.node.anchor=hl.anchor;else{let hl=new Error("Failed to resolve repeated object (this should not happen)");throw hl.source=La,hl}}},sourceObjects:yl}}function Ie(La,hl,fl,yl){if(yl&&typeof yl=="object")if(Array.isArray(yl))for(let hl=0,fl=yl.length;hlB(La,String(hl),fl));if(La&&typeof La.toJSON=="function"){if(!fl||!mn(La))return La.toJSON(hl,fl);let yl={aliasCount:0,count:1,res:void 0};fl.anchors.set(La,yl),fl.onCreate=La=>{yl.res=La,delete fl.onCreate};let Pl=La.toJSON(hl,fl);return fl.onCreate&&fl.onCreate(Pl),Pl}return typeof La=="bigint"&&!fl?.keep?Number(La):La}var Hb=class{constructor(La){Object.defineProperty(this,kb,{value:La})}clone(){let La=Object.create(Object.getPrototypeOf(this),Object.getOwnPropertyDescriptors(this));return this.range&&(La.range=this.range.slice()),La}toJS(La,{mapAsMap:hl,maxAliasCount:fl,onAnchor:yl,reviver:Pl}={}){if(!fe(La))throw new TypeError("A document argument is required");let Ul={anchors:new Map,doc:La,keep:!0,mapAsMap:hl===!0,mapKeyWarned:!1,maxAliasCount:typeof fl=="number"?fl:100},Gd=B(this,"",Ul);if(typeof yl=="function")for(let{count:La,res:hl}of Ul.anchors.values())yl(hl,La);return typeof Pl=="function"?Ie(Pl,{"":Gd},"",Gd):Gd}};var Xb=class extends Hb{constructor(La){super(gy),this.source=La,Object.defineProperty(this,"tag",{set(){throw new Error("Alias nodes cannot have tags")}})}resolve(La,hl){if(hl?.maxAliasCount===0)throw new ReferenceError("Alias resolution is disabled");let fl;hl?.aliasResolveCache?fl=hl.aliasResolveCache:(fl=[],pe(La,{Node:(La,hl)=>{(Z(hl)||mn(hl))&&fl.push(hl)}}),hl&&(hl.aliasResolveCache=fl));let yl;for(let La of fl){if(La===this)break;La.anchor===this.source&&(yl=La)}return yl}toJSON(La,hl){if(!hl)return{source:this.source};let{anchors:fl,doc:yl,maxAliasCount:Pl}=hl,Ul=this.resolve(yl,hl);if(!Ul){let La=`Unresolved alias (the anchor must be set before the alias): ${this.source}`;throw new ReferenceError(La)}let Gd=fl.get(Ul);if(Gd||(B(Ul,null,hl),Gd=fl.get(Ul)),Gd?.res===void 0){let La="This should not happen: Alias anchor was not resolved?";throw new ReferenceError(La)}if(Pl>=0&&(Gd.count+=1,Gd.aliasCount===0&&(Gd.aliasCount=gn(yl,Ul,fl)),Gd.count*Gd.aliasCount>Pl)){let La="Excessive alias count indicates a resource exhaustion attack";throw new ReferenceError(La)}return Gd.res}toString(La,hl,fl){let yl=`*${this.source}`;if(La){if(dn(this.source),La.options.verifyAliasOrder&&!La.anchors.has(this.source)){let La=`Unresolved alias (the anchor must be set before the alias): ${this.source}`;throw new Error(La)}if(La.implicitKey)return`${yl} `}return yl}};function gn(La,hl,fl){if(Z(hl)){let yl=hl.resolve(La),Pl=fl&&yl&&fl.get(yl);return Pl?Pl.count*Pl.aliasCount:0}else if(I(hl)){let yl=0;for(let Pl of hl.items){let hl=gn(La,Pl,fl);hl>yl&&(yl=hl)}return yl}else if(T(hl)){let yl=gn(La,hl.key,fl),Pl=gn(La,hl.value,fl);return Math.max(yl,Pl)}return 1}var yn=La=>!La||typeof La!="function"&&typeof La!="object",Zb=class extends Hb{constructor(La){super(Ty),this.value=La}toJSON(La,hl){return hl?.keep?this.value:B(this.value,La,hl)}toString(){return String(this.value)}};Zb.BLOCK_FOLDED="BLOCK_FOLDED";Zb.BLOCK_LITERAL="BLOCK_LITERAL";Zb.PLAIN="PLAIN";Zb.QUOTE_DOUBLE="QUOTE_DOUBLE";Zb.QUOTE_SINGLE="QUOTE_SINGLE";var Qv="tag:yaml.org,2002:";function sa(La,hl,fl){if(hl){let La=fl.filter(La=>La.tag===hl),yl=La.find(La=>!La.format)??La[0];if(!yl)throw new Error(`Tag ${hl} not found`);return yl}return fl.find(hl=>hl.identify?.(La)&&!hl.format)}function Ne(La,hl,fl){if(fe(La)&&(La=La.contents),_(La))return La;if(T(La)){let hl=fl.schema[wy].createNode?.(fl.schema,null,fl);return hl.items.push(La),hl}(La instanceof String||La instanceof Number||La instanceof Boolean||typeof BigInt<"u"&&La instanceof BigInt)&&(La=La.valueOf());let{aliasDuplicateObjects:yl,onAnchor:Pl,onTagObj:Ul,schema:Gd,sourceObjects:af}=fl,n_;if(yl&&La&&typeof La=="object"){if(n_=af.get(La),n_)return n_.anchor??(n_.anchor=Pl(La)),new Xb(n_.anchor);n_={anchor:null,node:null},af.set(La,n_)}hl?.startsWith("!!")&&(hl=Qv+hl.slice(2));let i_=sa(La,hl,Gd.tags);if(!i_){if(La&&typeof La.toJSON=="function"&&(La=La.toJSON()),!La||typeof La!="object"){let hl=new Zb(La);return n_&&(n_.node=hl),hl}i_=La instanceof Map?Gd[wy]:Symbol.iterator in Object(La)?Gd[Zy]:Gd[wy]}Ul&&(Ul(i_),delete fl.onTagObj);let p_=i_?.createNode?i_.createNode(fl.schema,La,fl):typeof i_?.nodeClass?.from=="function"?i_.nodeClass.from(fl.schema,La,fl):new Zb(La);return hl?p_.tag=hl:i_.default||(p_.tag=i_.tag),n_&&(n_.node=p_),p_}function At(La,hl,fl){let yl=fl;for(let La=hl.length-1;La>=0;--La){let fl=hl[La];if(typeof fl=="number"&&Number.isInteger(fl)&&fl>=0){let La=[];La[fl]=yl,yl=La}else yl=new Map([[fl,yl]])}return Ne(yl,void 0,{aliasDuplicateObjects:!1,keepUndefined:!1,onAnchor:()=>{throw new Error("This should not happen, please report a bug.")},schema:La,sourceObjects:new Map})}var Ze=La=>La==null||typeof La=="object"&&!!La[Symbol.iterator]().next().done,Vv=class extends Hb{constructor(La,hl){super(La),Object.defineProperty(this,"schema",{value:hl,configurable:!0,enumerable:!1,writable:!0})}clone(La){let hl=Object.create(Object.getPrototypeOf(this),Object.getOwnPropertyDescriptors(this));return La&&(hl.schema=La),hl.items=hl.items.map(hl=>_(hl)||T(hl)?hl.clone(La):hl),this.range&&(hl.range=this.range.slice()),hl}addIn(La,hl){if(Ze(La))this.add(hl);else{let[fl,...yl]=La,Pl=this.get(fl,!0);if(I(Pl))Pl.addIn(yl,hl);else if(Pl===void 0&&this.schema)this.set(fl,At(this.schema,yl,hl));else throw new Error(`Expected YAML collection at ${fl}. Remaining path: ${yl}`)}}deleteIn(La){let[hl,...fl]=La;if(fl.length===0)return this.delete(hl);let yl=this.get(hl,!0);if(I(yl))return yl.deleteIn(fl);throw new Error(`Expected YAML collection at ${hl}. Remaining path: ${fl}`)}getIn(La,hl){let[fl,...yl]=La,Pl=this.get(fl,!0);return yl.length===0?!hl&&N(Pl)?Pl.value:Pl:I(Pl)?Pl.getIn(yl,hl):void 0}hasAllNullValues(La){return this.items.every(hl=>{if(!T(hl))return!1;let fl=hl.value;return fl==null||La&&N(fl)&&fl.value==null&&!fl.commentBefore&&!fl.comment&&!fl.tag})}hasIn(La){let[hl,...fl]=La;if(fl.length===0)return this.has(hl);let yl=this.get(hl,!0);return I(yl)?yl.hasIn(fl):!1}setIn(La,hl){let[fl,...yl]=La;if(yl.length===0)this.set(fl,hl);else{let La=this.get(fl,!0);if(I(La))La.setIn(yl,hl);else if(La===void 0&&this.schema)this.set(fl,At(this.schema,yl,hl));else throw new Error(`Expected YAML collection at ${fl}. Remaining path: ${yl}`)}}};var ei=La=>La.replace(/^(?!$)(?: $)?/gm,"#");function te(La,hl){return/^\n+$/.test(La)?La.substring(1):hl?La.replace(/^(?! *$)/gm,hl):La}var he=(La,hl,fl)=>La.endsWith(`\n`)?te(fl,hl):fl.includes(`\n`)?`\n`+te(fl,hl):(La.endsWith(" ")?"":" ")+fl;var tE="flow",aE="block",lE="quoted";function Ot(La,hl,fl="flow",{indentAtStart:yl,lineWidth:Pl=80,minContentWidth:Ul=20,onFold:Gd,onOverflow:af}={}){if(!Pl||Pl<0)return La;PlPl-Math.max(2,Ul)?i_.push(0):w_=Pl-yl);let D_,I_,N_=!1,_m=-1,pg=-1,mg=-1;fl===aE&&(_m=ti(La,_m,hl.length),_m!==-1&&(w_=_m+n_));for(let yl;yl=La[_m+=1];){if(fl===lE&&yl==="\\"){switch(pg=_m,La[_m+1]){case"x":_m+=3;break;case"u":_m+=5;break;case"U":_m+=9;break;default:_m+=1}mg=_m}if(yl===`\n`)fl===aE&&(_m=ti(La,_m,hl.length)),w_=_m+hl.length+n_,D_=void 0;else{if(yl===" "&&I_&&I_!==" "&&I_!==`\n`&&I_!=="\t"){let hl=La[_m+1];hl&&hl!==" "&&hl!==`\n`&&hl!=="\t"&&(D_=_m)}if(_m>=w_)if(D_)i_.push(D_),w_=D_+n_,D_=void 0;else if(fl===lE){for(;I_===" "||I_==="\t";)I_=yl,yl=La[_m+=1],N_=!0;let hl=_m>mg+1?_m-2:pg-1;if(p_[hl])return La;i_.push(hl),p_[hl]=!0,w_=hl+n_,D_=void 0}else N_=!0}I_=yl}if(N_&&af&&af(),i_.length===0)return La;Gd&&Gd();let gg=La.slice(0,i_[0]);for(let yl=0;yl({indentAtStart:hl?La.indent.length:La.indentAtStart,lineWidth:La.options.lineWidth,minContentWidth:La.options.minContentWidth}),Sn=La=>/^(%|---|\.\.\.)/m.test(La);function ra(La,hl,fl){if(!hl||hl<0)return!1;let yl=hl-fl,Pl=La.length;if(Pl<=yl)return!1;for(let hl=0,fl=0;hlyl)return!0;if(fl=hl+1,Pl-fl<=yl)return!1}return!0}function _t(La,hl){let fl=JSON.stringify(La);if(hl.options.doubleQuotedAsJSON)return fl;let{implicitKey:yl}=hl,Pl=hl.options.doubleQuotedMinMultiLineLength,Ul=hl.indent||(Sn(La)?" ":""),Gd="",af=0;for(let La=0,hl=fl[La];hl;hl=fl[++La])if(hl===" "&&fl[La+1]==="\\"&&fl[La+2]==="n"&&(Gd+=fl.slice(af,La)+"\\ ",La+=1,af=La,hl="\\"),hl==="\\")switch(fl[La+1]){case"u":{Gd+=fl.slice(af,La);let hl=fl.substr(La+2,4);switch(hl){case"0000":Gd+="\\0";break;case"0007":Gd+="\\a";break;case"000b":Gd+="\\v";break;case"001b":Gd+="\\e";break;case"0085":Gd+="\\N";break;case"00a0":Gd+="\\_";break;case"2028":Gd+="\\L";break;case"2029":Gd+="\\P";break;default:hl.substr(0,2)==="00"?Gd+="\\x"+hl.substr(2):Gd+=fl.substr(La,6)}La+=5,af=La+1}break;case"n":if(yl||fl[La+2]==='"'||fl.length\n`;let w_,D_;for(D_=fl.length;D_>0;--D_){let La=fl[D_-1];if(La!==`\n`&&La!=="\t"&&La!==" ")break}let I_=fl.substring(D_),N_=I_.indexOf(`\n`);N_===-1?w_="-":fl===I_||N_!==I_.length-1?(w_="+",Ul&&Ul()):w_="",I_&&(fl=fl.slice(0,-I_.length),I_[I_.length-1]===`\n`&&(I_=I_.slice(0,-1)),I_=I_.replace(hE,`$&${i_}`));let _m=!1,pg,mg=-1;for(pg=0;pg{Pl=!0});let af=Ot(`${gg}${La}${I_}`,i_,aE,Ul);if(!Pl)return`>${eA}\n${i_}${af}`}return fl=fl.replace(/\n+/g,`$&${i_}`),`|${eA}\n${i_}${gg}${fl}${I_}`}function ia(La,hl,fl,yl){let{type:Pl,value:Ul}=La,{actualString:Gd,implicitKey:af,indent:n_,indentStep:i_,inFlow:p_}=hl;if(af&&Ul.includes(`\n`)||p_&&/[[\]{},]/.test(Ul))return et(Ul,hl);if(/^[\n\t ,[\]{}#&*!|>'"%@`]|^[?-]$|^[?-][ \t]|[\n:][ \t]|[ \t]\n|[\n\t ]#|[\n\t :]$/.test(Ul))return af||p_||!Ul.includes(`\n`)?et(Ul,hl):bn(La,hl,fl,yl);if(!af&&!p_&&Pl!==Zb.PLAIN&&Ul.includes(`\n`))return bn(La,hl,fl,yl);if(Sn(Ul)){if(n_==="")return hl.forceBlockIndent=!0,bn(La,hl,fl,yl);if(af&&n_===i_)return et(Ul,hl)}let w_=Ul.replace(/\n+/g,`$&\n${n_}`);if(Gd){let p=La=>La.default&&La.tag!=="tag:yaml.org,2002:str"&&La.test?.test(w_),{compat:La,tags:fl}=hl.doc.schema;if(fl.some(p)||La?.some(p))return et(Ul,hl)}return af?w_:Ot(w_,n_,tE,kn(hl,!1))}function $e(La,hl,fl,yl){let{implicitKey:Pl,inFlow:Ul}=hl,Gd=typeof La.value=="string"?La:Object.assign({},La,{value:String(La.value)}),{type:af}=La;af!==Zb.QUOTE_DOUBLE&&/[\x00-\x08\x0b-\x1f\x7f-\x9f\u{D800}-\u{DFFF}]/u.test(Gd.value)&&(af=Zb.QUOTE_DOUBLE);let l=La=>{switch(La){case Zb.BLOCK_FOLDED:case Zb.BLOCK_LITERAL:return Pl||Ul?et(Gd.value,hl):bn(Gd,hl,fl,yl);case Zb.QUOTE_DOUBLE:return _t(Gd.value,hl);case Zb.QUOTE_SINGLE:return hs(Gd.value,hl);case Zb.PLAIN:return ia(Gd,hl,fl,yl);default:return null}},n_=l(af);if(n_===null){let{defaultKeyType:La,defaultStringType:fl}=hl.options,yl=Pl&&La||fl;if(n_=l(yl),n_===null)throw new Error(`Unsupported default string type ${yl}`)}return n_}function En(La,hl){let fl=Object.assign({blockQuote:!0,commentString:ei,defaultKeyType:null,defaultStringType:"PLAIN",directives:null,doubleQuotedAsJSON:!1,doubleQuotedMinMultiLineLength:40,falseStr:"false",flowCollectionPadding:!0,indentSeq:!0,lineWidth:80,minContentWidth:20,nullStr:"null",simpleKeys:!1,singleQuote:null,trailingComma:!1,trueStr:"true",verifyAliasOrder:!0},La.schema.toStringOptions,hl),yl;switch(fl.collectionStyle){case"block":yl=!1;break;case"flow":yl=!0;break;default:yl=null}return{anchors:new Set,doc:La,flowCollectionPadding:fl.flowCollectionPadding?" ":"",indent:"",indentStep:typeof fl.indent=="number"?" ".repeat(fl.indent):" ",inFlow:yl,options:fl}}function oa(La,hl){if(hl.tag){let fl=La.filter(La=>La.tag===hl.tag);if(fl.length>0)return fl.find(La=>La.format===hl.format)??fl[0]}let fl,yl;if(N(hl)){yl=hl.value;let Pl=La.filter(La=>La.identify?.(yl));if(Pl.length>1){let La=Pl.filter(La=>La.test);La.length>0&&(Pl=La)}fl=Pl.find(La=>La.format===hl.format)??Pl.find(La=>!La.format)}else yl=hl,fl=La.find(La=>La.nodeClass&&yl instanceof La.nodeClass);if(!fl){let La=yl?.constructor?.name??(yl===null?"null":typeof yl);throw new Error(`Tag not resolved for ${La} value`)}return fl}function aa(La,hl,{anchors:fl,doc:yl}){if(!yl.directives)return"";let Pl=[],Ul=(N(La)||I(La))&&La.anchor;Ul&&dn(Ul)&&(fl.add(Ul),Pl.push(`&${Ul}`));let Gd=La.tag??(hl.default?null:hl.tag);return Gd&&Pl.push(yl.directives.tagString(Gd)),Pl.join(" ")}function Ae(La,hl,fl,yl){if(T(La))return La.toString(hl,fl,yl);if(Z(La)){if(hl.doc.directives)return La.toString(hl);if(hl.resolvedAliases?.has(La))throw new TypeError("Cannot stringify circular structure without alias nodes");hl.resolvedAliases?hl.resolvedAliases.add(La):hl.resolvedAliases=new Set([La]),La=La.resolve(hl.doc)}let Pl,Ul=_(La)?La:hl.doc.createNode(La,{onTagObj:La=>Pl=La});Pl??(Pl=oa(hl.doc.schema.tags,Ul));let Gd=aa(Ul,Pl,hl);Gd.length>0&&(hl.indentAtStart=(hl.indentAtStart??0)+Gd.length+1);let af=typeof Pl.stringify=="function"?Pl.stringify(Ul,hl,fl,yl):N(Ul)?$e(Ul,hl,fl,yl):Ul.toString(hl,fl,yl);return Gd?N(Ul)||af[0]==="{"||af[0]==="["?`${Gd} ${af}`:`${Gd}\n${hl.indent}${af}`:af}function ni({key:La,value:hl},fl,yl,Pl){let{allNullValues:Ul,doc:Gd,indent:af,indentStep:n_,options:{commentString:i_,indentSeq:p_,simpleKeys:w_}}=fl,D_=_(La)&&La.comment||null;if(w_){if(D_)throw new Error("With simple keys, key nodes cannot have comments");if(I(La)||!_(La)&&typeof La=="object"){let La="With simple keys, collection cannot be used as a key value";throw new Error(La)}}let I_=!w_&&(!La||D_&&hl==null&&!fl.inFlow||I(La)||(N(La)?La.type===Zb.BLOCK_FOLDED||La.type===Zb.BLOCK_LITERAL:typeof La=="object"));fl=Object.assign({},fl,{allNullValues:!1,implicitKey:!I_&&(w_||!Ul),indent:af+n_});let N_=!1,_m=!1,pg=Ae(La,fl,()=>N_=!0,()=>_m=!0);if(!I_&&!fl.inFlow&&pg.length>1024){if(w_)throw new Error("With simple keys, single line scalar must not span more than 1024 characters");I_=!0}if(fl.inFlow){if(Ul||hl==null)return N_&&yl&&yl(),pg===""?"?":I_?`? ${pg}`:pg}else if(Ul&&!w_||hl==null&&I_)return pg=`? ${pg}`,D_&&!N_?pg+=he(pg,fl.indent,i_(D_)):_m&&Pl&&Pl(),pg;N_&&(D_=null),I_?(D_&&(pg+=he(pg,fl.indent,i_(D_))),pg=`? ${pg}\n${af}:`):(pg=`${pg}:`,D_&&(pg+=he(pg,fl.indent,i_(D_))));let mg,gg,eA;_(hl)?(mg=!!hl.spaceBefore,gg=hl.commentBefore,eA=hl.comment):(mg=!1,gg=null,eA=null,hl&&typeof hl=="object"&&(hl=Gd.createNode(hl))),fl.implicitKey=!1,!I_&&!D_&&N(hl)&&(fl.indentAtStart=pg.length+1),_m=!1,!p_&&n_.length>=2&&!fl.inFlow&&!I_&&ee(hl)&&!hl.flow&&!hl.tag&&!hl.anchor&&(fl.indent=fl.indent.substring(2));let tA=!1,rA=Ae(hl,fl,()=>tA=!0,()=>_m=!0),nA=" ";if(D_||mg||gg){if(nA=mg?`\n`:"",gg){let La=i_(gg);nA+=`\n${te(La,fl.indent)}`}rA===""&&!fl.inFlow?nA===`\n`&&eA&&(nA=`\n\n`):nA+=`\n${fl.indent}`}else if(!I_&&I(hl)){let La=rA[0],yl=rA.indexOf(`\n`),Pl=yl!==-1,Ul=fl.inFlow??hl.flow??hl.items.length===0;if(Pl||!Ul){let hl=!1;if(Pl&&(La==="&"||La==="!")){let fl=rA.indexOf(" ");La==="&"&&fl!==-1&&flLa===mE||typeof La=="symbol"&&La.description===mE,default:"key",tag:"tag:yaml.org,2002:merge",test:/^<<$/,resolve:()=>Object.assign(new Zb(Symbol(mE)),{addToJSMap:ws}),stringify:()=>mE},si=(La,hl)=>(bE.identify(hl)||N(hl)&&(!hl.type||hl.type===Zb.PLAIN)&&bE.identify(hl.value))&&La?.doc.schema.tags.some(La=>La.tag===bE.tag&&La.default);function ws(La,hl,fl){let yl=ri(La,fl);if(ee(yl))for(let fl of yl.items)ys(La,hl,fl);else if(Array.isArray(yl))for(let fl of yl)ys(La,hl,fl);else ys(La,hl,yl)}function ys(La,hl,fl){let yl=ri(La,fl);if(!G(yl))throw new Error("Merge sources must be maps or map aliases");let Pl=yl.toJSON(null,La,Map);for(let[La,fl]of Pl)hl instanceof Map?hl.has(La)||hl.set(La,fl):hl instanceof Set?hl.add(La):Object.prototype.hasOwnProperty.call(hl,La)||Object.defineProperty(hl,La,{value:fl,writable:!0,enumerable:!0,configurable:!0});return hl}function ri(La,hl){return La&&Z(hl)?hl.resolve(La.doc,La):hl}function Nn(La,hl,{key:fl,value:yl}){if(_(fl)&&fl.addToJSMap)fl.addToJSMap(La,hl,yl);else if(si(La,fl))ws(La,hl,yl);else{let Pl=B(fl,"",La);if(hl instanceof Map)hl.set(Pl,B(yl,Pl,La));else if(hl instanceof Set)hl.add(Pl);else{let Ul=la(fl,Pl,La),Gd=B(yl,Ul,La);Ul in hl?Object.defineProperty(hl,Ul,{value:Gd,writable:!0,enumerable:!0,configurable:!0}):hl[Ul]=Gd}}return hl}function la(La,hl,fl){if(hl===null)return"";if(typeof hl!="object")return String(hl);if(_(La)&&fl?.doc){let hl=En(fl.doc,{});hl.anchors=new Set;for(let La of fl.anchors.keys())hl.anchors.add(La.anchor);hl.inFlow=!0,hl.inStringifyKey=!0;let yl=La.toString(hl);if(!fl.mapKeyWarned){let La=JSON.stringify(yl);La.length>40&&(La=La.substring(0,36)+'..."'),gs(fl.doc.options.logLevel,`Keys with collection values will be stringified due to JS Object restrictions: ${La}. Set mapAsMap: true to use object keys.`),fl.mapKeyWarned=!0}return yl}return JSON.stringify(hl)}function tt(La,hl,fl){let yl=Ne(La,void 0,fl),Pl=Ne(hl,void 0,fl);return new wE(yl,Pl)}var wE=class t{constructor(La,hl=null){Object.defineProperty(this,kb,{value:Sy}),this.key=La,this.value=hl}clone(La){let{key:hl,value:fl}=this;return _(hl)&&(hl=hl.clone(La)),_(fl)&&(fl=fl.clone(La)),new t(hl,fl)}toJSON(La,hl){let fl=hl?.mapAsMap?new Map:{};return Nn(hl,fl,this)}toString(La,hl,fl){return La?.doc?ni(this,La,hl,fl):JSON.stringify(this)}};function Tn(La,hl,fl){return(hl.inFlow??La.flow?fa:ca)(La,hl,fl)}function ca({comment:La,items:hl},fl,{blockItemPrefix:yl,flowChars:Pl,itemIndent:Ul,onChompKeep:Gd,onComment:af}){let{indent:n_,options:{commentString:i_}}=fl,p_=Object.assign({},fl,{indent:Ul,type:null}),w_=!1,D_=[];for(let La=0;LaGd=null,()=>w_=!0);Gd&&(af+=he(af,Ul,i_(Gd))),w_&&Gd&&(w_=!1),D_.push(yl+af)}let I_;if(D_.length===0)I_=Pl.start+Pl.end;else{I_=D_[0];for(let La=1;LaUl=null);i_||(i_=w_.length>p_||Gd.includes(`\n`)),fl0&&(i_||(i_=w_.reduce((La,hl)=>La+hl.length+2,2)+(Gd.length+2)>hl.options.lineWidth)),i_&&(Gd+=",")),Ul&&(Gd+=he(Gd,yl,af(Ul))),w_.push(Gd),p_=w_.length}let{start:D_,end:I_}=fl;if(w_.length===0)return D_+I_;if(!i_){let La=w_.reduce((La,hl)=>La+hl.length+2,2);i_=hl.options.lineWidth>0&&La>hl.options.lineWidth}if(i_){let La=D_;for(let hl of w_)La+=hl?`\n${Ul}${Pl}${hl}`:`\n`;return`${La}\n${Pl}${I_}`}else return`${D_}${Gd}${w_.join(" ")}${Gd}${I_}`}function An({indent:La,options:{commentString:hl}},fl,yl,Pl){if(yl&&Pl&&(yl=yl.replace(/^\n+/,"")),yl){let Pl=te(hl(yl),La);fl.push(Pl.trimStart())}}function Pe(La,hl){let fl=N(hl)?hl.value:hl;for(let yl of La)if(T(yl)&&(yl.key===hl||yl.key===fl||N(yl.key)&&yl.key.value===fl))return yl}var xE=class extends Vv{static get tagName(){return"tag:yaml.org,2002:map"}constructor(La){super(wy,La),this.items=[]}static from(La,hl,fl){let{keepUndefined:yl,replacer:Pl}=fl,Ul=new this(La),a=(La,Gd)=>{if(typeof Pl=="function")Gd=Pl.call(hl,La,Gd);else if(Array.isArray(Pl)&&!Pl.includes(La))return;(Gd!==void 0||yl)&&Ul.items.push(tt(La,Gd,fl))};if(hl instanceof Map)for(let[La,fl]of hl)a(La,fl);else if(hl&&typeof hl=="object")for(let La of Object.keys(hl))a(La,hl[La]);return typeof La.sortMapEntries=="function"&&Ul.items.sort(La.sortMapEntries),Ul}add(La,hl){let fl;T(La)?fl=La:!La||typeof La!="object"||!("key"in La)?fl=new wE(La,La?.value):fl=new wE(La.key,La.value);let yl=Pe(this.items,fl.key),Pl=this.schema?.sortMapEntries;if(yl){if(!hl)throw new Error(`Key ${fl.key} already set`);N(yl.value)&&yn(fl.value)?yl.value.value=fl.value:yl.value=fl.value}else if(Pl){let La=this.items.findIndex(La=>Pl(fl,La)<0);La===-1?this.items.push(fl):this.items.splice(La,0,fl)}else this.items.push(fl)}delete(La){let hl=Pe(this.items,La);return hl?this.items.splice(this.items.indexOf(hl),1).length>0:!1}get(La,hl){let fl=Pe(this.items,La)?.value;return(!hl&&N(fl)?fl.value:fl)??void 0}has(La){return!!Pe(this.items,La)}set(La,hl){this.add(new wE(La,hl),!0)}toJSON(La,hl,fl){let yl=fl?new fl:hl?.mapAsMap?new Map:{};hl?.onCreate&&hl.onCreate(yl);for(let La of this.items)Nn(hl,yl,La);return yl}toString(La,hl,fl){if(!La)return JSON.stringify(this);for(let La of this.items)if(!T(La))throw new Error(`Map items must all be pairs; found ${JSON.stringify(La)} instead`);return!La.allNullValues&&this.hasAllNullValues(!1)&&(La=Object.assign({},La,{allNullValues:!0})),Tn(this,La,{blockItemPrefix:"",flowChars:{start:"{",end:"}"},itemIndent:La.indent||"",onChompKeep:fl,onComment:hl})}};var TE={collection:"map",default:!0,nodeClass:xE,tag:"tag:yaml.org,2002:map",resolve(La,hl){return G(La)||hl("Expected a mapping for this tag"),La},createNode:(La,hl,fl)=>xE.from(La,hl,fl)};var IE=class extends Vv{static get tagName(){return"tag:yaml.org,2002:seq"}constructor(La){super(Zy,La),this.items=[]}add(La){this.items.push(La)}delete(La){let hl=On(La);return typeof hl!="number"?!1:this.items.splice(hl,1).length>0}get(La,hl){let fl=On(La);if(typeof fl!="number")return;let yl=this.items[fl];return!hl&&N(yl)?yl.value:yl}has(La){let hl=On(La);return typeof hl=="number"&&hl=0?hl:null}var FE={collection:"seq",default:!0,nodeClass:IE,tag:"tag:yaml.org,2002:seq",resolve(La,hl){return ee(La)||hl("Expected a sequence for this tag"),La},createNode:(La,hl,fl)=>IE.from(La,hl,fl)};var PE={identify:La=>typeof La=="string",default:!0,tag:"tag:yaml.org,2002:str",resolve:La=>La,stringify(La,hl,fl,yl){return hl=Object.assign({actualString:!0},hl),$e(La,hl,fl,yl)}};var GE={identify:La=>La==null,createNode:()=>new Zb(null),default:!0,tag:"tag:yaml.org,2002:null",test:/^(?:~|[Nn]ull|NULL)?$/,resolve:()=>new Zb(null),stringify:({source:La},hl)=>typeof La=="string"&&GE.test.test(La)?La:hl.options.nullStr};var HE={identify:La=>typeof La=="boolean",default:!0,tag:"tag:yaml.org,2002:bool",test:/^(?:[Tt]rue|TRUE|[Ff]alse|FALSE)$/,resolve:La=>new Zb(La[0]==="t"||La[0]==="T"),stringify({source:La,value:hl},fl){if(La&&HE.test.test(La)){let fl=La[0]==="t"||La[0]==="T";if(hl===fl)return La}return hl?fl.options.trueStr:fl.options.falseStr}};function U({format:La,minFractionDigits:hl,tag:fl,value:yl}){if(typeof yl=="bigint")return String(yl);let Pl=typeof yl=="number"?yl:Number(yl);if(!isFinite(Pl))return isNaN(Pl)?".nan":Pl<0?"-.inf":".inf";let Ul=Object.is(yl,-0)?"-0":JSON.stringify(yl);if(!La&&hl&&(!fl||fl==="tag:yaml.org,2002:float")&&/^-?\d/.test(Ul)&&!Ul.includes("e")){let La=Ul.indexOf(".");La<0&&(La=Ul.length,Ul+=".");let fl=hl-(Ul.length-La-1);for(;fl-- >0;)Ul+="0"}return Ul}var VE={identify:La=>typeof La=="number",default:!0,tag:"tag:yaml.org,2002:float",test:/^(?:[-+]?\.(?:inf|Inf|INF)|\.nan|\.NaN|\.NAN)$/,resolve:La=>La.slice(-3).toLowerCase()==="nan"?NaN:La[0]==="-"?Number.NEGATIVE_INFINITY:Number.POSITIVE_INFINITY,stringify:U},WE={identify:La=>typeof La=="number",default:!0,tag:"tag:yaml.org,2002:float",format:"EXP",test:/^[-+]?(?:\.[0-9]+|[0-9]+(?:\.[0-9]*)?)[eE][-+]?[0-9]+$/,resolve:La=>parseFloat(La),stringify(La){let hl=Number(La.value);return isFinite(hl)?hl.toExponential():U(La)}},sw={identify:La=>typeof La=="number",default:!0,tag:"tag:yaml.org,2002:float",test:/^[-+]?(?:\.[0-9]+|[0-9]+\.[0-9]*)$/,resolve(La){let hl=new Zb(parseFloat(La)),fl=La.indexOf(".");return fl!==-1&&La[La.length-1]==="0"&&(hl.minFractionDigits=La.length-fl-1),hl},stringify:U};var Pn=La=>typeof La=="bigint"||Number.isInteger(La),bs=(La,hl,fl,{intAsBigInt:yl})=>yl?BigInt(La):parseInt(La.substring(hl),fl);function ii(La,hl,fl){let{value:yl}=La;return Pn(yl)&&yl>=0?fl+yl.toString(hl):U(La)}var aw={identify:La=>Pn(La)&&La>=0,default:!0,tag:"tag:yaml.org,2002:int",format:"OCT",test:/^0o[0-7]+$/,resolve:(La,hl,fl)=>bs(La,2,8,fl),stringify:La=>ii(La,8,"0o")},ow={identify:Pn,default:!0,tag:"tag:yaml.org,2002:int",test:/^[-+]?[0-9]+$/,resolve:(La,hl,fl)=>bs(La,0,10,fl),stringify:U},lw={identify:La=>Pn(La)&&La>=0,default:!0,tag:"tag:yaml.org,2002:int",format:"HEX",test:/^0x[0-9a-fA-F]+$/,resolve:(La,hl,fl)=>bs(La,2,16,fl),stringify:La=>ii(La,16,"0x")};var cw=[TE,FE,PE,GE,HE,aw,ow,lw,VE,WE,sw];function ai(La){return typeof La=="bigint"||Number.isInteger(La)}var Mn=({value:La})=>JSON.stringify(La),pw=[{identify:La=>typeof La=="string",default:!0,tag:"tag:yaml.org,2002:str",resolve:La=>La,stringify:Mn},{identify:La=>La==null,createNode:()=>new Zb(null),default:!0,tag:"tag:yaml.org,2002:null",test:/^null$/,resolve:()=>null,stringify:Mn},{identify:La=>typeof La=="boolean",default:!0,tag:"tag:yaml.org,2002:bool",test:/^true$|^false$/,resolve:La=>La==="true",stringify:Mn},{identify:ai,default:!0,tag:"tag:yaml.org,2002:int",test:/^-?(?:0|[1-9][0-9]*)$/,resolve:(La,hl,{intAsBigInt:fl})=>fl?BigInt(La):parseInt(La,10),stringify:({value:La})=>ai(La)?La.toString():JSON.stringify(La)},{identify:La=>typeof La=="number",default:!0,tag:"tag:yaml.org,2002:float",test:/^-?(?:0|[1-9][0-9]*)(?:\.[0-9]*)?(?:[eE][-+]?[0-9]+)?$/,resolve:La=>parseFloat(La),stringify:Mn}],dw={default:!0,tag:"",test:/^/,resolve(La,hl){return hl(`Unresolved plain scalar ${JSON.stringify(La)}`),La}},hw=[TE,FE].concat(pw,dw);var fw={identify:La=>La instanceof Uint8Array,default:!1,tag:"tag:yaml.org,2002:binary",resolve(La,hl){if(typeof atob=="function"){let hl=atob(La.replace(/[\n\r]/g,"")),fl=new Uint8Array(hl.length);for(let La=0;La1&&hl("Each pair must have its own sequence indicator");let La=yl.items[0]||new wE(new Zb(null));if(yl.commentBefore&&(La.key.commentBefore=La.key.commentBefore?`${yl.commentBefore}\n${La.key.commentBefore}`:yl.commentBefore),yl.comment){let hl=La.value??La.key;hl.comment=hl.comment?`${yl.comment}\n${hl.comment}`:yl.comment}yl=La}La.items[fl]=T(yl)?yl:new wE(yl)}}else hl("Expected a sequence for this tag");return La}function Ss(La,hl,fl){let{replacer:yl}=fl,Pl=new IE(La);Pl.tag="tag:yaml.org,2002:pairs";let Ul=0;if(hl&&Symbol.iterator in Object(hl))for(let La of hl){typeof yl=="function"&&(La=yl.call(hl,String(Ul++),La));let Gd,af;if(Array.isArray(La))if(La.length===2)Gd=La[0],af=La[1];else throw new TypeError(`Expected [key, value] tuple: ${La}`);else if(La&&La instanceof Object){let hl=Object.keys(La);if(hl.length===1)Gd=hl[0],af=La[Gd];else throw new TypeError(`Expected tuple with one key, not ${hl.length} keys`)}else Gd=La;Pl.items.push(tt(Gd,af,fl))}return Pl}var _w={collection:"seq",default:!1,tag:"tag:yaml.org,2002:pairs",resolve:ks,createNode:Ss};var mw=class t extends IE{constructor(){super(),this.add=xE.prototype.add.bind(this),this.delete=xE.prototype.delete.bind(this),this.get=xE.prototype.get.bind(this),this.has=xE.prototype.has.bind(this),this.set=xE.prototype.set.bind(this),this.tag=t.tag}toJSON(La,hl){if(!hl)return super.toJSON(La);let fl=new Map;hl?.onCreate&&hl.onCreate(fl);for(let La of this.items){let yl,Pl;if(T(La)?(yl=B(La.key,"",hl),Pl=B(La.value,yl,hl)):yl=B(La,"",hl),fl.has(yl))throw new Error("Ordered maps must not include duplicate keys");fl.set(yl,Pl)}return fl}static from(La,hl,fl){let yl=Ss(La,hl,fl),Pl=new this;return Pl.items=yl.items,Pl}};mw.tag="tag:yaml.org,2002:omap";var gw={collection:"seq",identify:La=>La instanceof Map,nodeClass:mw,default:!1,tag:"tag:yaml.org,2002:omap",resolve(La,hl){let fl=ks(La,hl),yl=[];for(let{key:La}of fl.items)N(La)&&(yl.includes(La.value)?hl(`Ordered maps must not include duplicate keys: ${La.value}`):yl.push(La.value));return Object.assign(new mw,fl)},createNode:(La,hl,fl)=>mw.from(La,hl,fl)};function ci({value:La,source:hl},fl){return hl&&(La?Aw:yw).test.test(hl)?hl:La?fl.options.trueStr:fl.options.falseStr}var Aw={identify:La=>La===!0,default:!0,tag:"tag:yaml.org,2002:bool",test:/^(?:Y|y|[Yy]es|YES|[Tt]rue|TRUE|[Oo]n|ON)$/,resolve:()=>new Zb(!0),stringify:ci},yw={identify:La=>La===!1,default:!0,tag:"tag:yaml.org,2002:bool",test:/^(?:N|n|[Nn]o|NO|[Ff]alse|FALSE|[Oo]ff|OFF)$/,resolve:()=>new Zb(!1),stringify:ci};var bw={identify:La=>typeof La=="number",default:!0,tag:"tag:yaml.org,2002:float",test:/^(?:[-+]?\.(?:inf|Inf|INF)|\.nan|\.NaN|\.NAN)$/,resolve:La=>La.slice(-3).toLowerCase()==="nan"?NaN:La[0]==="-"?Number.NEGATIVE_INFINITY:Number.POSITIVE_INFINITY,stringify:U},vw={identify:La=>typeof La=="number",default:!0,tag:"tag:yaml.org,2002:float",format:"EXP",test:/^[-+]?(?:[0-9][0-9_]*)?(?:\.[0-9_]*)?[eE][-+]?[0-9]+$/,resolve:La=>parseFloat(La.replace(/_/g,"")),stringify(La){let hl=Number(La.value);return isFinite(hl)?hl.toExponential():U(La)}},Ew={identify:La=>typeof La=="number",default:!0,tag:"tag:yaml.org,2002:float",test:/^[-+]?(?:[0-9][0-9_]*)?\.[0-9_]*$/,resolve(La){let hl=new Zb(parseFloat(La.replace(/_/g,""))),fl=La.indexOf(".");if(fl!==-1){let yl=La.substring(fl+1).replace(/_/g,"");yl[yl.length-1]==="0"&&(hl.minFractionDigits=yl.length)}return hl},stringify:U};var Dt=La=>typeof La=="bigint"||Number.isInteger(La);function $n(La,hl,fl,{intAsBigInt:yl}){let Pl=La[0];if((Pl==="-"||Pl==="+")&&(hl+=1),La=La.substring(hl).replace(/_/g,""),yl){switch(fl){case 2:La=`0b${La}`;break;case 8:La=`0o${La}`;break;case 16:La=`0x${La}`;break}let hl=BigInt(La);return Pl==="-"?BigInt(-1)*hl:hl}let Ul=parseInt(La,fl);return Pl==="-"?-1*Ul:Ul}function Ns(La,hl,fl){let{value:yl}=La;if(Dt(yl)){let La=yl.toString(hl);return yl<0?"-"+fl+La.substr(1):fl+La}return U(La)}var ww={identify:Dt,default:!0,tag:"tag:yaml.org,2002:int",format:"BIN",test:/^[-+]?0b[0-1_]+$/,resolve:(La,hl,fl)=>$n(La,2,2,fl),stringify:La=>Ns(La,2,"0b")},Cw={identify:Dt,default:!0,tag:"tag:yaml.org,2002:int",format:"OCT",test:/^[-+]?0[0-7_]+$/,resolve:(La,hl,fl)=>$n(La,1,8,fl),stringify:La=>Ns(La,8,"0")},xw={identify:Dt,default:!0,tag:"tag:yaml.org,2002:int",test:/^[-+]?[0-9][0-9_]*$/,resolve:(La,hl,fl)=>$n(La,0,10,fl),stringify:U},Dw={identify:Dt,default:!0,tag:"tag:yaml.org,2002:int",format:"HEX",test:/^[-+]?0x[0-9a-fA-F_]+$/,resolve:(La,hl,fl)=>$n(La,2,16,fl),stringify:La=>Ns(La,16,"0x")};var Sw=class t extends xE{constructor(La){super(La),this.tag=t.tag}add(La){let hl;T(La)?hl=La:La&&typeof La=="object"&&"key"in La&&"value"in La&&La.value===null?hl=new wE(La.key,null):hl=new wE(La,null),Pe(this.items,hl.key)||this.items.push(hl)}get(La,hl){let fl=Pe(this.items,La);return!hl&&T(fl)?N(fl.key)?fl.key.value:fl.key:fl}set(La,hl){if(typeof hl!="boolean")throw new Error(`Expected boolean value for set(key, value) in a YAML set, not ${typeof hl}`);let fl=Pe(this.items,La);fl&&!hl?this.items.splice(this.items.indexOf(fl),1):!fl&&hl&&this.items.push(new wE(La))}toJSON(La,hl){return super.toJSON(La,hl,Set)}toString(La,hl,fl){if(!La)return JSON.stringify(this);if(this.hasAllNullValues(!0))return super.toString(Object.assign({},La,{allNullValues:!0}),hl,fl);throw new Error("Set items must all have null values")}static from(La,hl,fl){let{replacer:yl}=fl,Pl=new this(La);if(hl&&Symbol.iterator in Object(hl))for(let La of hl)typeof yl=="function"&&(La=yl.call(hl,La,La)),Pl.items.push(tt(La,null,fl));return Pl}};Sw.tag="tag:yaml.org,2002:set";var kw={collection:"map",identify:La=>La instanceof Set,nodeClass:Sw,default:!1,tag:"tag:yaml.org,2002:set",createNode:(La,hl,fl)=>Sw.from(La,hl,fl),resolve(La,hl){if(G(La)){if(La.hasAllNullValues(!0))return Object.assign(new Sw,La);hl("Set items must all have null values")}else hl("Expected a mapping for this tag");return La}};function As(La,hl){let fl=La[0],yl=fl==="-"||fl==="+"?La.substring(1):La,r=La=>hl?BigInt(La):Number(La),Pl=yl.replace(/_/g,"").split(":").reduce((La,hl)=>La*r(60)+r(hl),r(0));return fl==="-"?r(-1)*Pl:Pl}function yi(La){let{value:hl}=La,n=La=>La;if(typeof hl=="bigint")n=La=>BigInt(La);else if(isNaN(hl)||!isFinite(hl))return U(La);let fl="";hl<0&&(fl="-",hl*=n(-1));let yl=n(60),Pl=[hl%yl];return hl<60?Pl.unshift(0):(hl=(hl-Pl[0])/yl,Pl.unshift(hl%yl),hl>=60&&(hl=(hl-Pl[0])/yl,Pl.unshift(hl))),fl+Pl.map(La=>String(La).padStart(2,"0")).join(":").replace(/000000\d*$/,"")}var Tw={identify:La=>typeof La=="bigint"||Number.isInteger(La),default:!0,tag:"tag:yaml.org,2002:int",format:"TIME",test:/^[-+]?[0-9][0-9_]*(?::[0-5]?[0-9])+$/,resolve:(La,hl,{intAsBigInt:fl})=>As(La,fl),stringify:yi},Iw={identify:La=>typeof La=="number",default:!0,tag:"tag:yaml.org,2002:float",format:"TIME",test:/^[-+]?[0-9][0-9_]*(?::[0-5]?[0-9])+\.[0-9_]*$/,resolve:La=>As(La,!1),stringify:yi},Bw={identify:La=>La instanceof Date,default:!0,tag:"tag:yaml.org,2002:timestamp",test:RegExp("^([0-9]{4})-([0-9]{1,2})-([0-9]{1,2})(?:(?:t|T|[ \\t]+)([0-9]{1,2}):([0-9]{1,2}):([0-9]{1,2}(\\.[0-9]+)?)(?:[ \\t]*(Z|[-+][012]?[0-9](?::[0-9]{2})?))?)?$"),resolve(La){let hl=La.match(Bw.test);if(!hl)throw new Error("!!timestamp expects a date, starting with yyyy-mm-dd");let[,fl,yl,Pl,Ul,Gd,af]=hl.map(Number),n_=hl[7]?Number((hl[7]+"00").substr(1,3)):0,i_=Date.UTC(fl,yl-1,Pl,Ul||0,Gd||0,af||0,n_),p_=hl[8];if(p_&&p_!=="Z"){let La=As(p_,!1);Math.abs(La)<30&&(La*=60),i_-=6e4*La}return new Date(i_)},stringify:({value:La})=>La?.toISOString().replace(/(T00:00:00)?\.000Z$/,"")??""};var Fw=[TE,FE,PE,GE,Aw,yw,ww,Cw,xw,Dw,bw,vw,Ew,fw,bE,gw,_w,kw,Tw,Iw,Bw];var Pw=new Map([["core",cw],["failsafe",[TE,FE,PE]],["json",hw],["yaml11",Fw],["yaml-1.1",Fw]]),Rw={binary:fw,bool:HE,float:sw,floatExp:WE,floatNaN:VE,floatTime:Iw,int:ow,intHex:lw,intOct:aw,intTime:Tw,map:TE,merge:bE,null:GE,omap:gw,pairs:_w,seq:FE,set:kw,timestamp:Bw},Nw={"tag:yaml.org,2002:binary":fw,"tag:yaml.org,2002:merge":bE,"tag:yaml.org,2002:omap":gw,"tag:yaml.org,2002:pairs":_w,"tag:yaml.org,2002:set":kw,"tag:yaml.org,2002:timestamp":Bw};function qn(La,hl,fl){let yl=Pw.get(hl);if(yl&&!La)return fl&&!yl.includes(bE)?yl.concat(bE):yl.slice();let Pl=yl;if(!Pl)if(Array.isArray(La))Pl=[];else{let La=Array.from(Pw.keys()).filter(La=>La!=="yaml11").map(La=>JSON.stringify(La)).join(", ");throw new Error(`Unknown schema "${hl}"; use one of ${La} or define customTags array`)}if(Array.isArray(La))for(let hl of La)Pl=Pl.concat(hl);else typeof La=="function"&&(Pl=La(Pl.slice()));return fl&&(Pl=Pl.concat(bE)),Pl.reduce((La,hl)=>{let fl=typeof hl=="string"?Rw[hl]:hl;if(!fl){let La=JSON.stringify(hl),fl=Object.keys(Rw).map(La=>JSON.stringify(La)).join(", ");throw new Error(`Unknown custom tag ${La}; use one of ${fl}`)}return La.includes(fl)||La.push(fl),La},[])}var ma=(La,hl)=>La.keyhl.key?1:0,Ow=class t{constructor({compat:La,customTags:hl,merge:fl,resolveKnownTags:yl,schema:Pl,sortMapEntries:Ul,toStringDefaults:Gd}){this.compat=Array.isArray(La)?qn(La,"compat"):La?qn(null,La):null,this.name=typeof Pl=="string"&&Pl||"core",this.knownTags=yl?Nw:{},this.tags=qn(hl,this.name,fl),this.toStringOptions=Gd??null,Object.defineProperty(this,wy,{value:TE}),Object.defineProperty(this,Ty,{value:PE}),Object.defineProperty(this,Zy,{value:FE}),this.sortMapEntries=typeof Ul=="function"?Ul:Ul===!0?ma:null}clone(){let La=Object.create(t.prototype,Object.getOwnPropertyDescriptors(this));return La.tags=this.tags.slice(),La}};function Si(La,hl){let fl=[],yl=hl.directives===!0;if(hl.directives!==!1&&La.directives){let hl=La.directives.toString(La);hl?(fl.push(hl),yl=!0):La.directives.docStart&&(yl=!0)}yl&&fl.push("---");let Pl=En(La,hl),{commentString:Ul}=Pl.options;if(La.commentBefore){fl.length!==1&&fl.unshift("");let hl=Ul(La.commentBefore);fl.unshift(te(hl,""))}let Gd=!1,af=null;if(La.contents){if(_(La.contents)){if(La.contents.spaceBefore&&yl&&fl.push(""),La.contents.commentBefore){let hl=Ul(La.contents.commentBefore);fl.push(te(hl,""))}Pl.forceBlockIndent=!!La.comment,af=La.contents.comment}let hl=af?void 0:()=>Gd=!0,n_=Ae(La.contents,Pl,()=>af=null,hl);af&&(n_+=he(n_,"",Ul(af))),(n_[0]==="|"||n_[0]===">")&&fl[fl.length-1]==="---"?fl[fl.length-1]=`--- ${n_}`:fl.push(n_)}else fl.push(Ae(La.contents,Pl));if(La.directives?.docEnd)if(La.comment){let hl=Ul(La.comment);hl.includes(`\n`)?(fl.push("..."),fl.push(te(hl,""))):fl.push(`... ${hl}`)}else fl.push("...");else{let hl=La.comment;hl&&Gd&&(hl=hl.replace(/^\n+/,"")),hl&&((!Gd||af)&&fl[fl.length-1]!==""&&fl.push(""),fl.push(te(Ul(hl),"")))}return fl.join(`\n`)+`\n`}var Qw=class t{constructor(La,hl,fl){this.commentBefore=null,this.comment=null,this.errors=[],this.warnings=[],Object.defineProperty(this,kb,{value:yy});let yl=null;typeof hl=="function"||Array.isArray(hl)?yl=hl:fl===void 0&&hl&&(fl=hl,hl=void 0);let Pl=Object.assign({intAsBigInt:!1,keepSourceTokens:!1,logLevel:"warn",prettyErrors:!0,strict:!0,stringKeys:!1,uniqueKeys:!0,version:"1.2"},fl);this.options=Pl;let{version:Ul}=Pl;fl?._directives?(this.directives=fl._directives.atDocument(),this.directives.yaml.explicit&&(Ul=this.directives.yaml.version)):this.directives=new Gb({version:Ul}),this.setSchema(Ul,fl),this.contents=La===void 0?null:this.createNode(La,yl,fl)}clone(){let La=Object.create(t.prototype,{[kb]:{value:yy}});return La.commentBefore=this.commentBefore,La.comment=this.comment,La.errors=this.errors.slice(),La.warnings=this.warnings.slice(),La.options=Object.assign({},this.options),this.directives&&(La.directives=this.directives.clone()),La.schema=this.schema.clone(),La.contents=_(this.contents)?this.contents.clone(La.schema):this.contents,this.range&&(La.range=this.range.slice()),La}add(La){it(this.contents)&&this.contents.add(La)}addIn(La,hl){it(this.contents)&&this.contents.addIn(La,hl)}createAlias(La,hl){if(!La.anchor){let fl=us(this);La.anchor=!hl||fl.has(hl)?ps(hl||"a",fl):hl}return new Xb(La.anchor)}createNode(La,hl,fl){let yl;if(typeof hl=="function")La=hl.call({"":La},"",La),yl=hl;else if(Array.isArray(hl)){let d=La=>typeof La=="number"||La instanceof String||La instanceof Number,La=hl.filter(d).map(String);La.length>0&&(hl=hl.concat(La)),yl=hl}else fl===void 0&&hl&&(fl=hl,hl=void 0);let{aliasDuplicateObjects:Pl,anchorPrefix:Ul,flow:Gd,keepUndefined:af,onTagObj:n_,tag:i_}=fl??{},{onAnchor:p_,setAnchors:w_,sourceObjects:D_}=Zr(this,Ul||"a"),I_={aliasDuplicateObjects:Pl??!0,keepUndefined:af??!1,onAnchor:p_,onTagObj:n_,replacer:yl,schema:this.schema,sourceObjects:D_},N_=Ne(La,i_,I_);return Gd&&I(N_)&&(N_.flow=!0),w_(),N_}createPair(La,hl,fl={}){let yl=this.createNode(La,null,fl),Pl=this.createNode(hl,null,fl);return new wE(yl,Pl)}delete(La){return it(this.contents)?this.contents.delete(La):!1}deleteIn(La){return Ze(La)?this.contents==null?!1:(this.contents=null,!0):it(this.contents)?this.contents.deleteIn(La):!1}get(La,hl){return I(this.contents)?this.contents.get(La,hl):void 0}getIn(La,hl){return Ze(La)?!hl&&N(this.contents)?this.contents.value:this.contents:I(this.contents)?this.contents.getIn(La,hl):void 0}has(La){return I(this.contents)?this.contents.has(La):!1}hasIn(La){return Ze(La)?this.contents!==void 0:I(this.contents)?this.contents.hasIn(La):!1}set(La,hl){this.contents==null?this.contents=At(this.schema,[La],hl):it(this.contents)&&this.contents.set(La,hl)}setIn(La,hl){Ze(La)?this.contents=hl:this.contents==null?this.contents=At(this.schema,Array.from(La),hl):it(this.contents)&&this.contents.setIn(La,hl)}setSchema(La,hl={}){typeof La=="number"&&(La=String(La));let fl;switch(La){case"1.1":this.directives?this.directives.yaml.version="1.1":this.directives=new Gb({version:"1.1"}),fl={resolveKnownTags:!1,schema:"yaml-1.1"};break;case"1.2":case"next":this.directives?this.directives.yaml.version=La:this.directives=new Gb({version:La}),fl={resolveKnownTags:!0,schema:"core"};break;case null:this.directives&&delete this.directives,fl=null;break;default:{let hl=JSON.stringify(La);throw new Error(`Expected '1.1', '1.2' or null as first argument, but found: ${hl}`)}}if(hl.schema instanceof Object)this.schema=hl.schema;else if(fl)this.schema=new Ow(Object.assign(fl,hl));else throw new Error("With a null YAML version, the { schema: Schema } option is required")}toJS({json:La,jsonArg:hl,mapAsMap:fl,maxAliasCount:yl,onAnchor:Pl,reviver:Ul}={}){let Gd={anchors:new Map,doc:this,keep:!La,mapAsMap:fl===!0,mapKeyWarned:!1,maxAliasCount:typeof yl=="number"?yl:100},af=B(this.contents,hl??"",Gd);if(typeof Pl=="function")for(let{count:La,res:hl}of Gd.anchors.values())Pl(hl,La);return typeof Ul=="function"?Ie(Ul,{"":af},"",af):af}toJSON(La,hl){return this.toJS({json:!0,jsonArg:La,mapAsMap:!1,onAnchor:hl})}toString(La={}){if(this.errors.length>0)throw new Error("Document with errors cannot be stringified");if("indent"in La&&(!Number.isInteger(La.indent)||Number(La.indent)<=0)){let hl=JSON.stringify(La.indent);throw new Error(`"indent" option must be a positive integer, not ${hl}`)}return Si(this,La)}};function it(La){if(I(La))return!0;throw new Error("Expected a YAML collection as document contents")}var Lw=class extends Error{constructor(La,hl,fl,yl){super(),this.name=La,this.code=fl,this.message=yl,this.pos=hl}},Mw=class extends Lw{constructor(La,hl,fl){super("YAMLParseError",La,hl,fl)}},jw=class extends Lw{constructor(La,hl,fl){super("YAMLWarning",La,hl,fl)}};function ge(La,{flow:hl,indicator:fl,next:yl,offset:Pl,onError:Ul,parentIndent:Gd,startOnNewline:af}){let n_=!1,i_=af,p_=af,w_="",D_="",I_=!1,N_=!1,_m=null,pg=null,mg=null,gg=null,eA=null,tA=null,rA=null;for(let Pl of La)switch(N_&&(Pl.type!=="space"&&Pl.type!=="newline"&&Pl.type!=="comma"&&Ul(Pl.offset,"MISSING_CHAR","Tags and anchors must be separated from the next token by white space"),N_=!1),_m&&(i_&&Pl.type!=="comment"&&Pl.type!=="newline"&&Ul(_m,"TAB_AS_INDENT","Tabs are not allowed as indentation"),_m=null),Pl.type){case"space":!hl&&(fl!=="doc-start"||yl?.type!=="flow-collection")&&Pl.source.includes("\t")&&(_m=Pl),p_=!0;break;case"comment":{p_||Ul(Pl,"MISSING_CHAR","Comments must be separated from other tokens by white space characters");let La=Pl.source.substring(1)||" ";w_?w_+=D_+La:w_=La,D_="",i_=!1;break}case"newline":i_?w_?w_+=Pl.source:(!tA||fl!=="seq-item-ind")&&(n_=!0):D_+=Pl.source,i_=!0,I_=!0,(pg||mg)&&(gg=Pl),p_=!0;break;case"anchor":pg&&Ul(Pl,"MULTIPLE_ANCHORS","A node can have at most one anchor"),Pl.source.endsWith(":")&&Ul(Pl.offset+Pl.source.length-1,"BAD_ALIAS","Anchor ending in : is ambiguous",!0),pg=Pl,rA??(rA=Pl.offset),i_=!1,p_=!1,N_=!0;break;case"tag":{mg&&Ul(Pl,"MULTIPLE_TAGS","A node can have at most one tag"),mg=Pl,rA??(rA=Pl.offset),i_=!1,p_=!1,N_=!0;break}case fl:(pg||mg)&&Ul(Pl,"BAD_PROP_ORDER",`Anchors and tags must be after the ${Pl.source} indicator`),tA&&Ul(Pl,"UNEXPECTED_TOKEN",`Unexpected ${Pl.source} in ${hl??"collection"}`),tA=Pl,i_=fl==="seq-item-ind"||fl==="explicit-key-ind",p_=!1;break;case"comma":if(hl){eA&&Ul(Pl,"UNEXPECTED_TOKEN",`Unexpected , in ${hl}`),eA=Pl,i_=!1,p_=!1;break}default:Ul(Pl,"UNEXPECTED_TOKEN",`Unexpected ${Pl.type} token`),i_=!1,p_=!1}let nA=La[La.length-1],iA=nA?nA.offset+nA.source.length:Pl;return N_&&yl&&yl.type!=="space"&&yl.type!=="newline"&&yl.type!=="comma"&&(yl.type!=="scalar"||yl.source!=="")&&Ul(yl.offset,"MISSING_CHAR","Tags and anchors must be separated from the next token by white space"),_m&&(i_&&_m.indent<=Gd||yl?.type==="block-map"||yl?.type==="block-seq")&&Ul(_m,"TAB_AS_INDENT","Tabs are not allowed as indentation"),{comma:eA,found:tA,spaceBefore:n_,comment:w_,hasNewline:I_,anchor:pg,tag:mg,newlineAfterProp:gg,end:iA,start:rA??iA}}function xe(La){if(!La)return null;switch(La.type){case"alias":case"scalar":case"double-quoted-scalar":case"single-quoted-scalar":if(La.source.includes(`\n`))return!0;if(La.end){for(let hl of La.end)if(hl.type==="newline")return!0}return!1;case"flow-collection":for(let hl of La.items){for(let La of hl.start)if(La.type==="newline")return!0;if(hl.sep){for(let La of hl.sep)if(La.type==="newline")return!0}if(xe(hl.key)||xe(hl.value))return!0}return!1;default:return!0}}function Rt(La,hl,fl){if(hl?.type==="flow-collection"){let yl=hl.end[0];yl.indent===La&&(yl.source==="]"||yl.source==="}")&&xe(hl)&&fl(yl,"BAD_INDENT","Flow end indicator should be more indented than parent",!0)}}function Fn(La,hl,fl){let{uniqueKeys:yl}=La.options;if(yl===!1)return!1;let Pl=typeof yl=="function"?yl:(La,hl)=>La===hl||N(La)&&N(hl)&&La.value===hl.value;return hl.some(La=>Pl(La.key,fl))}var Uw="All mapping items must start at the same column";function Ci({composeNode:La,composeEmptyNode:hl},fl,yl,Pl,Ul){let Gd=Ul?.nodeClass??xE,af=new Gd(fl.schema);fl.atRoot&&(fl.atRoot=!1);let n_=yl.offset,i_=null;for(let Ul of yl.items){let{start:Gd,key:p_,sep:w_,value:D_}=Ul,I_=ge(Gd,{indicator:"explicit-key-ind",next:p_??w_?.[0],offset:n_,onError:Pl,parentIndent:yl.indent,startOnNewline:!0}),N_=!I_.found;if(N_){if(p_&&(p_.type==="block-seq"?Pl(n_,"BLOCK_AS_IMPLICIT_KEY","A block sequence may not be used as an implicit map key"):"indent"in p_&&p_.indent!==yl.indent&&Pl(n_,"BAD_INDENT",Uw)),!I_.anchor&&!I_.tag&&!w_){i_=I_.end,I_.comment&&(af.comment?af.comment+=`\n`+I_.comment:af.comment=I_.comment);continue}(I_.newlineAfterProp||xe(p_))&&Pl(p_??Gd[Gd.length-1],"MULTILINE_IMPLICIT_KEY","Implicit keys need to be on a single line")}else I_.found?.indent!==yl.indent&&Pl(n_,"BAD_INDENT",Uw);fl.atKey=!0;let _m=I_.end,pg=p_?La(fl,p_,I_,Pl):hl(fl,_m,Gd,null,I_,Pl);fl.schema.compat&&Rt(yl.indent,p_,Pl),fl.atKey=!1,Fn(fl,af.items,pg)&&Pl(_m,"DUPLICATE_KEY","Map keys must be unique");let mg=ge(w_??[],{indicator:"map-value-ind",next:D_,offset:pg.range[2],onError:Pl,parentIndent:yl.indent,startOnNewline:!p_||p_.type==="block-scalar"});if(n_=mg.end,mg.found){N_&&(D_?.type==="block-map"&&!mg.hasNewline&&Pl(n_,"BLOCK_AS_IMPLICIT_KEY","Nested mappings are not allowed in compact mappings"),fl.options.strict&&I_.startLa&&(La.type==="block-map"||La.type==="block-seq");function Ai({composeNode:La,composeEmptyNode:hl},fl,yl,Pl,Ul){let Gd=yl.start.source==="{",af=Gd?"flow map":"flow sequence",n_=Ul?.nodeClass??(Gd?xE:IE),i_=new n_(fl.schema);i_.flow=!0;let p_=fl.atRoot;p_&&(fl.atRoot=!1),fl.atKey&&(fl.atKey=!1);let w_=yl.offset+yl.start.source.length;for(let Ul=0;Ul0){let La=ye(N_,_m,fl.options.strict,Pl);La.comment&&(i_.comment?i_.comment+=`\n`+La.comment:i_.comment=La.comment),i_.range=[yl.offset,_m,La.offset]}else i_.range=[yl.offset,_m,_m];return i_}function Is(La,hl,fl,yl,Pl,Ul){let Gd=fl.type==="block-map"?Ci(La,hl,fl,yl,Ul):fl.type==="block-seq"?Ni(La,hl,fl,yl,Ul):Ai(La,hl,fl,yl,Ul),af=Gd.constructor;return Pl==="!"||Pl===af.tagName?(Gd.tag=af.tagName,Gd):(Pl&&(Gd.tag=Pl),Gd)}function Ti(La,hl,fl,yl,Pl){let Ul=yl.tag,Gd=Ul?hl.directives.tagName(Ul.source,La=>Pl(Ul,"TAG_RESOLVE_FAILED",La)):null;if(fl.type==="block-seq"){let{anchor:La,newlineAfterProp:hl}=yl,fl=La&&Ul?La.offset>Ul.offset?La:Ul:La??Ul;fl&&(!hl||hl.offsetLa.tag===Gd&&La.collection===af);if(!n_){let yl=hl.schema.knownTags[Gd];if(yl?.collection===af)hl.schema.tags.push(Object.assign({},yl,{default:!1})),n_=yl;else return yl?Pl(Ul,"BAD_COLLECTION_TYPE",`${yl.tag} used for ${af} collection, but expects ${yl.collection??"scalar"}`,!0):Pl(Ul,"TAG_RESOLVE_FAILED",`Unresolved tag: ${Gd}`,!0),Is(La,hl,fl,Pl,Gd)}let i_=Is(La,hl,fl,Pl,Gd,n_),p_=n_.resolve?.(i_,La=>Pl(Ul,"TAG_RESOLVE_FAILED",La),hl.options)??i_,w_=_(p_)?p_:new Zb(p_);return w_.range=i_.range,w_.tag=Gd,n_?.format&&(w_.format=n_.format),w_}function Ls(La,hl,fl){let yl=hl.offset,Pl=ha(hl,La.options.strict,fl);if(!Pl)return{value:"",type:null,comment:"",range:[yl,yl,yl]};let Ul=Pl.mode===">"?Zb.BLOCK_FOLDED:Zb.BLOCK_LITERAL,Gd=hl.source?da(hl.source):[],af=Gd.length;for(let La=Gd.length-1;La>=0;--La){let hl=Gd[La][1];if(hl===""||hl==="\r")af=La;else break}if(af===0){let La=Pl.chomp==="+"&&Gd.length>0?`\n`.repeat(Math.max(1,Gd.length-1)):"",fl=yl+Pl.length;return hl.source&&(fl+=hl.source.length),{value:La,type:Ul,comment:Pl.comment,range:[yl,fl,fl]}}let n_=hl.indent+Pl.indent,i_=hl.offset+Pl.length,p_=0;for(let hl=0;hln_&&(n_=yl.length);else{yl.length=af;--La)Gd[La][0].length>n_&&(af=La+1);let w_="",D_="",I_=!1;for(let La=0;Lan_||yl[0]==="\t"?(D_===" "?D_=`\n`:!I_&&D_===`\n`&&(D_=`\n\n`),w_+=D_+hl.slice(n_)+yl,D_=`\n`,I_=!0):yl===""?D_===`\n`?w_+=`\n`:D_=`\n`:(w_+=D_+yl,D_=" ",I_=!1)}switch(Pl.chomp){case"-":break;case"+":for(let La=af;Lafl(yl+La,hl,Pl);switch(Pl){case"scalar":af=Zb.PLAIN,n_=ga(Ul,c);break;case"single-quoted-scalar":af=Zb.QUOTE_SINGLE,n_=ya(Ul,c);break;case"double-quoted-scalar":af=Zb.QUOTE_DOUBLE,n_=wa(Ul,c);break;default:return fl(La,"UNEXPECTED_TOKEN",`Expected a flow scalar value, but found: ${Pl}`),{value:"",type:null,comment:"",range:[yl,yl+Ul.length,yl+Ul.length]}}let i_=yl+Ul.length,p_=ye(Gd,i_,hl,fl);return{value:n_,type:af,comment:p_.comment,range:[yl,i_,p_.offset]}}function ga(La,hl){let fl="";switch(La[0]){case"\t":fl="a tab character";break;case",":fl="flow indicator character ,";break;case"%":fl="directive indicator character %";break;case"|":case">":{fl=`block scalar indicator ${La[0]}`;break}case"@":case"`":{fl=`reserved character ${La[0]}`;break}}return fl&&hl(0,"BAD_SCALAR_START",`Plain value cannot start with ${fl}`),Oi(La)}function ya(La,hl){return(La[La.length-1]!=="'"||La.length===1)&&hl(La.length,"MISSING_CHAR","Missing closing 'quote"),Oi(La.slice(1,-1)).replace(/''/g,"'")}function Oi(La){let hl,fl;try{hl=new RegExp(`(.*?)(?hl?La.slice(hl,yl+1):Pl)}else fl+=Pl}return(La[La.length-1]!=='"'||La.length===1)&&hl(La.length,"MISSING_CHAR",'Missing closing "quote'),fl}function ba(La,hl){let fl="",yl=La[hl+1];for(;(yl===" "||yl==="\t"||yl===`\n`||yl==="\r")&&!(yl==="\r"&&La[hl+2]!==`\n`);)yl===`\n`&&(fl+=`\n`),hl+=1,yl=La[hl+1];return fl||(fl=" "),{fold:fl,offset:hl}}var qw={0:"\0",a:"",b:"\b",e:"",f:"\f",n:`\n`,r:"\r",t:"\t",v:"\v",N:"…",_:" ",L:"\u2028",P:"\u2029"," ":" ",'"':'"',"/":"/","\\":"\\","\t":"\t"};function Sa(La,hl,fl,yl){let Pl=La.substr(hl,fl),Ul=Pl.length===fl&&/^[0-9a-fA-F]+$/.test(Pl)?parseInt(Pl,16):NaN;try{return String.fromCodePoint(Ul)}catch{let Pl=La.substr(hl-2,fl+2);return yl(hl-2,"BAD_DQ_ESCAPE",`Invalid escape sequence ${Pl}`),Pl}}function vs(La,hl,fl,yl){let{value:Pl,type:Ul,comment:Gd,range:af}=hl.type==="block-scalar"?Ls(La,hl,yl):Ps(hl,La.options.strict,yl),n_=fl?La.directives.tagName(fl.source,La=>yl(fl,"TAG_RESOLVE_FAILED",La)):null,i_;La.options.stringKeys&&La.atKey?i_=La.schema[Ty]:n_?i_=Ea(La.schema,Pl,n_,fl,yl):hl.type==="scalar"?i_=Ca(La,Pl,hl,yl):i_=La.schema[Ty];let p_;try{let Ul=i_.resolve(Pl,La=>yl(fl??hl,"TAG_RESOLVE_FAILED",La),La.options);p_=N(Ul)?Ul:new Zb(Ul)}catch(La){let Ul=La instanceof Error?La.message:String(La);yl(fl??hl,"TAG_RESOLVE_FAILED",Ul),p_=new Zb(Pl)}return p_.range=af,p_.source=Pl,Ul&&(p_.type=Ul),n_&&(p_.tag=n_),i_.format&&(p_.format=i_.format),Gd&&(p_.comment=Gd),p_}function Ea(La,hl,fl,yl,Pl){if(fl==="!")return La[Ty];let Ul=[];for(let hl of La.tags)if(!hl.collection&&hl.tag===fl)if(hl.default&&hl.test)Ul.push(hl);else return hl;for(let La of Ul)if(La.test?.test(hl))return La;let Gd=La.knownTags[fl];return Gd&&!Gd.collection?(La.tags.push(Object.assign({},Gd,{default:!1,test:void 0})),Gd):(Pl(yl,"TAG_RESOLVE_FAILED",`Unresolved tag: ${fl}`,fl!=="tag:yaml.org,2002:str"),La[Ty])}function Ca({atKey:La,directives:hl,schema:fl},yl,Pl,Ul){let Gd=fl.tags.find(hl=>(hl.default===!0||La&&hl.default==="key")&&hl.test?.test(yl))||fl[Ty];if(fl.compat){let La=fl.compat.find(La=>La.default&&La.test?.test(yl))??fl[Ty];if(Gd.tag!==La.tag){let fl=hl.tagString(Gd.tag),yl=hl.tagString(La.tag),af=`Value may be parsed as either ${fl} or ${yl}`;Ul(Pl,"TAG_RESOLVE_FAILED",af,!0)}}return Gd}function _i(La,hl,fl){if(hl){fl??(fl=hl.length);for(let yl=fl-1;yl>=0;--yl){let fl=hl[yl];switch(fl.type){case"space":case"comment":case"newline":La-=fl.source.length;continue}for(fl=hl[++yl];fl?.type==="space";)La+=fl.source.length,fl=hl[++yl];break}}return La}var $w={composeNode:Ds,composeEmptyNode:Kn};function Ds(La,hl,fl,yl){let Pl=La.atKey,{spaceBefore:Ul,comment:Gd,anchor:af,tag:n_}=fl,i_,p_=!0;switch(hl.type){case"alias":i_=Aa(La,hl,yl),(af||n_)&&yl(hl,"ALIAS_PROPS","An alias node must not specify any properties");break;case"scalar":case"single-quoted-scalar":case"double-quoted-scalar":case"block-scalar":i_=vs(La,hl,n_,yl),af&&(i_.anchor=af.source.substring(1));break;case"block-map":case"block-seq":case"flow-collection":try{i_=Ti($w,La,hl,fl,yl),af&&(i_.anchor=af.source.substring(1))}catch(La){let fl=La instanceof Error?La.message:String(La);yl(hl,"RESOURCE_EXHAUSTION",fl)}break;default:{let La=hl.type==="error"?hl.message:`Unsupported token (type: ${hl.type})`;yl(hl,"UNEXPECTED_TOKEN",La),p_=!1}}return i_??(i_=Kn(La,hl.offset,void 0,null,fl,yl)),af&&i_.anchor===""&&yl(af,"BAD_ALIAS","Anchor cannot be an empty string"),Pl&&La.options.stringKeys&&(!N(i_)||typeof i_.value!="string"||i_.tag&&i_.tag!=="tag:yaml.org,2002:str")&&yl(n_??hl,"NON_STRING_KEY","With stringKeys, all keys must be strings"),Ul&&(i_.spaceBefore=!0),Gd&&(hl.type==="scalar"&&hl.source===""?i_.comment=Gd:i_.commentBefore=Gd),La.options.keepSourceTokens&&p_&&(i_.srcToken=hl),i_}function Kn(La,hl,fl,yl,{spaceBefore:Pl,comment:Ul,anchor:Gd,tag:af,end:n_},i_){let p_={type:"scalar",offset:_i(hl,fl,yl),indent:-1,source:""},w_=vs(La,p_,af,i_);return Gd&&(w_.anchor=Gd.source.substring(1),w_.anchor===""&&i_(Gd,"BAD_ALIAS","Anchor cannot be an empty string")),Pl&&(w_.spaceBefore=!0),Ul&&(w_.comment=Ul,w_.range[2]=n_),w_}function Aa({options:La},{offset:hl,source:fl,end:yl},Pl){let Ul=new Xb(fl.substring(1));Ul.source===""&&Pl(hl,"BAD_ALIAS","Alias cannot be an empty string"),Ul.source.endsWith(":")&&Pl(hl+fl.length-1,"BAD_ALIAS","Alias ending in : is ambiguous",!0);let Gd=hl+fl.length,af=ye(yl,Gd,La.strict,Pl);return Ul.range=[hl,Gd,af.offset],af.comment&&(Ul.comment=af.comment),Ul}function Ii(La,hl,{offset:fl,start:yl,value:Pl,end:Ul},Gd){let af=Object.assign({_directives:hl},La),n_=new Qw(void 0,af),i_={atKey:!1,atRoot:!0,directives:n_.directives,options:n_.options,schema:n_.schema},p_=ge(yl,{indicator:"doc-start",next:Pl??Ul?.[0],offset:fl,onError:Gd,parentIndent:0,startOnNewline:!0});p_.found&&(n_.directives.docStart=!0,Pl&&(Pl.type==="block-map"||Pl.type==="block-seq")&&!p_.hasNewline&&Gd(p_.end,"MISSING_CHAR","Block collection cannot start on same line with directives-end marker")),n_.contents=Pl?Ds(i_,Pl,p_,Gd):Kn(i_,p_.end,yl,null,p_,Gd);let w_=n_.contents.range[2],D_=ye(Ul,w_,!1,Gd);return D_.comment&&(n_.comment=D_.comment),n_.range=[fl,w_,D_.offset],n_}function qt(La){if(typeof La=="number")return[La,La+1];if(Array.isArray(La))return La.length===2?La:[La[0],La[1]];let{offset:hl,source:fl}=La;return[hl,hl+(typeof fl=="string"?fl.length:1)]}function Li(La){let hl="",fl=!1,yl=!1;for(let Pl=0;Pl{let Pl=qt(La);yl?this.warnings.push(new jw(Pl,hl,fl)):this.errors.push(new Mw(Pl,hl,fl))},this.directives=new Gb({version:La.version||"1.2"}),this.options=La}decorate(La,hl){let{comment:fl,afterEmptyLine:yl}=Li(this.prelude);if(fl){let Pl=La.contents;if(hl)La.comment=La.comment?`${La.comment}\n${fl}`:fl;else if(yl||La.directives.docStart||!Pl)La.commentBefore=fl;else if(I(Pl)&&!Pl.flow&&Pl.items.length>0){let La=Pl.items[0];T(La)&&(La=La.key);let hl=La.commentBefore;La.commentBefore=hl?`${fl}\n${hl}`:fl}else{let La=Pl.commentBefore;Pl.commentBefore=La?`${fl}\n${La}`:fl}}if(hl){for(let hl=0;hl{let Pl=qt(La);Pl[0]+=hl,this.onError(Pl,"BAD_DIRECTIVE",fl,yl)}),this.prelude.push(La.source),this.atDirectives=!0;break;case"document":{let hl=Ii(this.options,this.directives,La,this.onError);this.atDirectives&&!hl.directives.docStart&&this.onError(La,"MISSING_CHAR","Missing directives-end/doc-start indicator line"),this.decorate(hl,!1),this.doc&&(yield this.doc),this.doc=hl,this.atDirectives=!1;break}case"byte-order-mark":case"space":break;case"comment":case"newline":this.prelude.push(La.source);break;case"error":{let hl=La.source?`${La.message}: ${JSON.stringify(La.source)}`:La.message,fl=new Mw(qt(La),"UNEXPECTED_TOKEN",hl);this.atDirectives||!this.doc?this.errors.push(fl):this.doc.errors.push(fl);break}case"doc-end":{if(!this.doc){let hl="Unexpected doc-end without preceding document";this.errors.push(new Mw(qt(La),"UNEXPECTED_TOKEN",hl));break}this.doc.directives.docEnd=!0;let hl=ye(La.end,La.offset+La.source.length,this.doc.options.strict,this.onError);if(this.decorate(this.doc,!0),hl.comment){let La=this.doc.comment;this.doc.comment=La?`${La}\n${hl.comment}`:hl.comment}this.doc.range[2]=hl.offset;break}default:this.errors.push(new Mw(qt(La),"UNEXPECTED_TOKEN",`Unsupported token ${La.type}`))}}*end(La=!1,hl=-1){if(this.doc)this.decorate(this.doc,!0),yield this.doc,this.doc=null;else if(La){let La=Object.assign({_directives:this.directives},this.options),fl=new Qw(void 0,La);this.atDirectives&&this.onError(hl,"MISSING_CHAR","Missing directives-end indicator line"),fl.range=[0,hl,hl],this.decorate(fl,!1),yield fl}}};var Hw=Symbol("break visit"),Vw=Symbol("skip children"),Ww=Symbol("remove item");function Re(La,hl){"type"in La&&La.type==="document"&&(La={start:La.start,value:La.value}),vi(Object.freeze([]),La,hl)}Re.BREAK=Hw;Re.SKIP=Vw;Re.REMOVE=Ww;Re.itemAtPath=(La,hl)=>{let fl=La;for(let[La,yl]of hl){let hl=fl?.[La];if(hl&&"items"in hl)fl=hl.items[yl];else return}return fl};Re.parentCollection=(La,hl)=>{let fl=Re.itemAtPath(La,hl.slice(0,-1)),yl=hl[hl.length-1][0],Pl=fl?.[yl];if(Pl&&"items"in Pl)return Pl;throw new Error("Parent collection not found")};function vi(La,hl,fl){let yl=fl(hl,La);if(typeof yl=="symbol")return yl;for(let Pl of["key","value"]){let Ul=hl[Pl];if(Ul&&"items"in Ul){for(let hl=0;hl":return"block-scalar-header"}return null}function le(La){switch(La){case void 0:case" ":case`\n`:case"\r":case"\t":return!0;default:return!1}}var Zw=new Set("0123456789ABCDEFabcdef"),eC=new Set("0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz-#;/?:@&=+$_.!~*'()"),tC=new Set(",[]{}"),rC=new Set(` ,[]{}\n\r\t`),Rs=La=>!La||rC.has(La),nC=class{constructor(){this.atEnd=!1,this.blockScalarIndent=-1,this.blockScalarKeep=!1,this.buffer="",this.flowKey=!1,this.flowLevel=0,this.indentNext=0,this.indentValue=0,this.lineEndPos=null,this.next=null,this.pos=0}*lex(La,hl=!1){if(La){if(typeof La!="string")throw TypeError("source is not a string");this.buffer=this.buffer?this.buffer+La:La,this.lineEndPos=null}this.atEnd=!hl;let fl=this.next??"stream";for(;fl&&(hl||this.hasChars(1));)fl=yield*this.parseNext(fl)}atLineEnd(){let La=this.pos,hl=this.buffer[La];for(;hl===" "||hl==="\t";)hl=this.buffer[++La];return!hl||hl==="#"||hl===`\n`?!0:hl==="\r"?this.buffer[La+1]===`\n`:!1}charAt(La){return this.buffer[this.pos+La]}continueScalar(La){let hl=this.buffer[La];if(this.indentNext>0){let fl=0;for(;hl===" ";)hl=this.buffer[++fl+La];if(hl==="\r"){let hl=this.buffer[fl+La+1];if(hl===`\n`||!hl&&!this.atEnd)return La+fl+1}return hl===`\n`||fl>=this.indentNext||!hl&&!this.atEnd?La+fl:-1}if(hl==="-"||hl==="."){let hl=this.buffer.substr(La,3);if((hl==="---"||hl==="...")&&le(this.buffer[La+3]))return-1}return La}getLine(){let La=this.lineEndPos;return(typeof La!="number"||La!==-1&&Lathis.indentValue&&!le(this.charAt(1))&&(this.indentNext=this.indentValue),yield*this.parseBlockStart()}*parseBlockStart(){let[La,hl]=this.peek(2);if(!hl&&!this.atEnd)return this.setNext("block-start");if((La==="-"||La==="?"||La===":")&&le(hl)){let La=(yield*this.pushCount(1))+(yield*this.pushSpaces(!0));return this.indentNext=this.indentValue+1,this.indentValue+=La,"block-start"}return"doc"}*parseDocument(){yield*this.pushSpaces(!0);let La=this.getLine();if(La===null)return this.setNext("doc");let hl=yield*this.pushIndicators();switch(La[hl]){case"#":yield*this.pushCount(La.length-hl);case void 0:return yield*this.pushNewline(),yield*this.parseLineStart();case"{":case"[":return yield*this.pushCount(1),this.flowKey=!1,this.flowLevel=1,"flow";case"}":case"]":return yield*this.pushCount(1),"doc";case"*":return yield*this.pushUntil(Rs),"doc";case'"':case"'":return yield*this.parseQuotedScalar();case"|":case">":return hl+=(yield*this.parseBlockScalarHeader()),hl+=(yield*this.pushSpaces(!0)),yield*this.pushCount(La.length-hl),yield*this.pushNewline(),yield*this.parseBlockScalar();default:return yield*this.parsePlainScalar()}}*parseFlowCollection(){let La,hl,fl=-1;do{La=yield*this.pushNewline(),La>0?(hl=yield*this.pushSpaces(!1),this.indentValue=fl=hl):hl=0,hl+=(yield*this.pushSpaces(!0))}while(La+hl>0);let yl=this.getLine();if(yl===null)return this.setNext("flow");if((fl!==-1&&fl"0"&&hl<="9")this.blockScalarIndent=Number(hl)-1;else if(hl!=="-")break}return yield*this.pushUntil(La=>le(La)||La==="#")}*parseBlockScalar(){let La=this.pos-1,hl=0,fl;e:for(let yl=this.pos;fl=this.buffer[yl];++yl)switch(fl){case" ":hl+=1;break;case`\n`:La=yl,hl=0;break;case"\r":{let La=this.buffer[yl+1];if(!La&&!this.atEnd)return this.setNext("block-scalar");if(La===`\n`)break}default:break e}if(!fl&&!this.atEnd)return this.setNext("block-scalar");if(hl>=this.indentNext){this.blockScalarIndent===-1?this.indentNext=hl:this.indentNext=this.blockScalarIndent+(this.indentNext===0?1:this.indentNext);do{let hl=this.continueScalar(La+1);if(hl===-1)break;La=this.buffer.indexOf(`\n`,hl)}while(La!==-1);if(La===-1){if(!this.atEnd)return this.setNext("block-scalar");La=this.buffer.length}}let yl=La+1;for(fl=this.buffer[yl];fl===" ";)fl=this.buffer[++yl];if(fl==="\t"){for(;fl==="\t"||fl===" "||fl==="\r"||fl===`\n`;)fl=this.buffer[++yl];La=yl-1}else if(!this.blockScalarKeep)do{let fl=La-1,yl=this.buffer[fl];yl==="\r"&&(yl=this.buffer[--fl]);let Pl=fl;for(;yl===" ";)yl=this.buffer[--fl];if(yl===`\n`&&fl>=this.pos&&fl+1+hl>Pl)La=fl;else break}while(!0);return yield Xw,yield*this.pushToIndex(La+1,!0),yield*this.parseLineStart()}*parsePlainScalar(){let La=this.flowLevel>0,hl=this.pos-1,fl=this.pos-1,yl;for(;yl=this.buffer[++fl];)if(yl===":"){let yl=this.buffer[fl+1];if(le(yl)||La&&tC.has(yl))break;hl=fl}else if(le(yl)){let Pl=this.buffer[fl+1];if(yl==="\r"&&(Pl===`\n`?(fl+=1,yl=`\n`,Pl=this.buffer[fl+1]):hl=fl),Pl==="#"||La&&tC.has(Pl))break;if(yl===`\n`){let La=this.continueScalar(fl+1);if(La===-1)break;fl=Math.max(fl,La-2)}}else{if(La&&tC.has(yl))break;hl=fl}return!yl&&!this.atEnd?this.setNext("plain-scalar"):(yield Xw,yield*this.pushToIndex(hl+1,!0),La?"flow":"doc")}*pushCount(La){return La>0?(yield this.buffer.substr(this.pos,La),this.pos+=La,La):0}*pushToIndex(La,hl){let fl=this.buffer.slice(this.pos,La);return fl?(yield fl,this.pos+=fl.length,fl.length):(hl&&(yield""),0)}*pushIndicators(){let La=0;e:for(;;){switch(this.charAt(0)){case"!":La+=(yield*this.pushTag()),La+=(yield*this.pushSpaces(!0));continue e;case"&":La+=(yield*this.pushUntil(Rs)),La+=(yield*this.pushSpaces(!0));continue e;case"-":case"?":case":":{let hl=this.flowLevel>0,fl=this.charAt(1);if(le(fl)||hl&&tC.has(fl)){hl?this.flowKey&&(this.flowKey=!1):this.indentNext=this.indentValue+1,La+=(yield*this.pushCount(1)),La+=(yield*this.pushSpaces(!0));continue e}}}break e}return La}*pushTag(){if(this.charAt(1)==="<"){let La=this.pos+2,hl=this.buffer[La];for(;!le(hl)&&hl!==">";)hl=this.buffer[++La];return yield*this.pushToIndex(hl===">"?La+1:La,!1)}else{let La=this.pos+1,hl=this.buffer[La];for(;hl;)if(eC.has(hl))hl=this.buffer[++La];else if(hl==="%"&&Zw.has(this.buffer[La+1])&&Zw.has(this.buffer[La+2]))hl=this.buffer[La+=3];else break;return yield*this.pushToIndex(La,!1)}}*pushNewline(){let La=this.buffer[this.pos];return La===`\n`?yield*this.pushCount(1):La==="\r"&&this.charAt(1)===`\n`?yield*this.pushCount(2):0}*pushSpaces(La){let hl=this.pos-1,fl;do{fl=this.buffer[++hl]}while(fl===" "||La&&fl==="\t");let yl=hl-this.pos;return yl>0&&(yield this.buffer.substr(this.pos,yl),this.pos=hl),yl}*pushUntil(La){let hl=this.pos,fl=this.buffer[hl];for(;!La(fl);)fl=this.buffer[++hl];return yield*this.pushToIndex(hl,!1)}};var iC=class{constructor(){this.lineStarts=[],this.addNewLine=La=>this.lineStarts.push(La),this.linePos=La=>{let hl=0,fl=this.lineStarts.length;for(;hl>1;this.lineStarts[yl]=0;)switch(La[hl].type){case"doc-start":case"explicit-key-ind":case"map-value-ind":case"seq-item-ind":case"newline":break e}for(;La[++hl]?.type==="space";);return La.splice(hl,La.length)}function Vn(La,hl){if(hl.length<1e5)Array.prototype.push.apply(La,hl);else for(let fl=0;fl0;)yield*this.pop()}get sourceToken(){return{type:this.type,offset:this.offset,indent:this.indent,source:this.source}}*step(){let La=this.peek(1);if(this.type==="doc-end"&&La?.type!=="doc-end"){for(;this.stack.length>0;)yield*this.pop();this.stack.push({type:"doc-end",offset:this.offset,source:this.source});return}if(!La)return yield*this.stream();switch(La.type){case"document":return yield*this.document(La);case"alias":case"scalar":case"single-quoted-scalar":case"double-quoted-scalar":return yield*this.scalar(La);case"block-scalar":return yield*this.blockScalar(La);case"block-map":return yield*this.blockMap(La);case"block-seq":return yield*this.blockSequence(La);case"flow-collection":return yield*this.flowCollection(La);case"doc-end":return yield*this.documentEnd(La)}yield*this.pop()}peek(La){return this.stack[this.stack.length-La]}*pop(La){let hl=La??this.stack.pop();if(!hl)yield{type:"error",offset:this.offset,source:"",message:"Tried to pop an empty stack"};else if(this.stack.length===0)yield hl;else{let La=this.peek(1);switch(hl.type==="block-scalar"?hl.indent="indent"in La?La.indent:0:hl.type==="flow-collection"&&La.type==="document"&&(hl.indent=0),hl.type==="flow-collection"&&$i(hl),La.type){case"document":La.value=hl;break;case"block-scalar":La.props.push(hl);break;case"block-map":{let fl=La.items[La.items.length-1];if(fl.value){La.items.push({start:[],key:hl,sep:[]}),this.onKeyLine=!0;return}else if(fl.sep)fl.value=hl;else{Object.assign(fl,{key:hl,sep:[]}),this.onKeyLine=!fl.explicitKey;return}break}case"block-seq":{let fl=La.items[La.items.length-1];fl.value?La.items.push({start:[],value:hl}):fl.value=hl;break}case"flow-collection":{let fl=La.items[La.items.length-1];!fl||fl.value?La.items.push({start:[],key:hl,sep:[]}):fl.sep?fl.value=hl:Object.assign(fl,{key:hl,sep:[]});return}default:yield*this.pop(),yield*this.pop(hl)}if((La.type==="document"||La.type==="block-map"||La.type==="block-seq")&&(hl.type==="block-map"||hl.type==="block-seq")){let fl=hl.items[hl.items.length-1];fl&&!fl.sep&&!fl.value&&fl.start.length>0&&Mi(fl.start)===-1&&(hl.indent===0||fl.start.every(La=>La.type!=="comment"||La.indent=La.indent){let fl=!this.onKeyLine&&this.indent===La.indent,yl=fl&&(hl.sep||hl.explicitKey)&&this.type!=="seq-item-ind",Pl=[];if(yl&&hl.sep&&!hl.value){let fl=[];for(let yl=0;ylLa.indent&&(fl.length=0);break;default:fl.length=0}}fl.length>=2&&(Pl=hl.sep.splice(fl[1]))}switch(this.type){case"anchor":case"tag":yl||hl.value?(Pl.push(this.sourceToken),La.items.push({start:Pl}),this.onKeyLine=!0):hl.sep?hl.sep.push(this.sourceToken):hl.start.push(this.sourceToken);return;case"explicit-key-ind":!hl.sep&&!hl.explicitKey?(hl.start.push(this.sourceToken),hl.explicitKey=!0):yl||hl.value?(Pl.push(this.sourceToken),La.items.push({start:Pl,explicitKey:!0})):this.stack.push({type:"block-map",offset:this.offset,indent:this.indent,items:[{start:[this.sourceToken],explicitKey:!0}]}),this.onKeyLine=!0;return;case"map-value-ind":if(hl.explicitKey)if(hl.sep)if(hl.value)La.items.push({start:[],key:null,sep:[this.sourceToken]});else if(Me(hl.sep,"map-value-ind"))this.stack.push({type:"block-map",offset:this.offset,indent:this.indent,items:[{start:Pl,key:null,sep:[this.sourceToken]}]});else if(Bi(hl.key)&&!Me(hl.sep,"newline")){let La=lt(hl.start),fl=hl.key,yl=hl.sep;yl.push(this.sourceToken),delete hl.key,delete hl.sep,this.stack.push({type:"block-map",offset:this.offset,indent:this.indent,items:[{start:La,key:fl,sep:yl}]})}else Pl.length>0?hl.sep=hl.sep.concat(Pl,this.sourceToken):hl.sep.push(this.sourceToken);else if(Me(hl.start,"newline"))Object.assign(hl,{key:null,sep:[this.sourceToken]});else{let La=lt(hl.start);this.stack.push({type:"block-map",offset:this.offset,indent:this.indent,items:[{start:La,key:null,sep:[this.sourceToken]}]})}else hl.sep?hl.value||yl?La.items.push({start:Pl,key:null,sep:[this.sourceToken]}):Me(hl.sep,"map-value-ind")?this.stack.push({type:"block-map",offset:this.offset,indent:this.indent,items:[{start:[],key:null,sep:[this.sourceToken]}]}):hl.sep.push(this.sourceToken):Object.assign(hl,{key:null,sep:[this.sourceToken]});this.onKeyLine=!0;return;case"alias":case"scalar":case"single-quoted-scalar":case"double-quoted-scalar":{let fl=this.flowScalar(this.type);yl||hl.value?(La.items.push({start:Pl,key:fl,sep:[]}),this.onKeyLine=!0):hl.sep?this.stack.push(fl):(Object.assign(hl,{key:fl,sep:[]}),this.onKeyLine=!0);return}default:{let yl=this.startBlockValue(La);if(yl){if(yl.type==="block-seq"){if(!hl.explicitKey&&hl.sep&&!Me(hl.sep,"newline")){yield*this.pop({type:"error",offset:this.offset,message:"Unexpected block-seq-ind on same line with key",source:this.source});return}}else fl&&La.items.push({start:Pl});this.stack.push(yl);return}}}}yield*this.pop(),yield*this.step()}*blockSequence(La){let hl=La.items[La.items.length-1];switch(this.type){case"newline":if(hl.value){let fl="end"in hl.value?hl.value.end:void 0;(Array.isArray(fl)?fl[fl.length-1]:void 0)?.type==="comment"?fl?.push(this.sourceToken):La.items.push({start:[this.sourceToken]})}else hl.start.push(this.sourceToken);return;case"space":case"comment":if(hl.value)La.items.push({start:[this.sourceToken]});else{if(this.atIndentedComment(hl.start,La.indent)){let fl=La.items[La.items.length-2]?.value?.end;if(Array.isArray(fl)){Vn(fl,hl.start),fl.push(this.sourceToken),La.items.pop();return}}hl.start.push(this.sourceToken)}return;case"anchor":case"tag":if(hl.value||this.indent<=La.indent)break;hl.start.push(this.sourceToken);return;case"seq-item-ind":if(this.indent!==La.indent)break;hl.value||Me(hl.start,"seq-item-ind")?La.items.push({start:[this.sourceToken]}):hl.start.push(this.sourceToken);return}if(this.indent>La.indent){let hl=this.startBlockValue(La);if(hl){this.stack.push(hl);return}}yield*this.pop(),yield*this.step()}*flowCollection(La){let hl=La.items[La.items.length-1];if(this.type==="flow-error-end"){let La;do{yield*this.pop(),La=this.peek(1)}while(La?.type==="flow-collection")}else if(La.end.length===0){switch(this.type){case"comma":case"explicit-key-ind":!hl||hl.sep?La.items.push({start:[this.sourceToken]}):hl.start.push(this.sourceToken);return;case"map-value-ind":!hl||hl.value?La.items.push({start:[],key:null,sep:[this.sourceToken]}):hl.sep?hl.sep.push(this.sourceToken):Object.assign(hl,{key:null,sep:[this.sourceToken]});return;case"space":case"comment":case"newline":case"anchor":case"tag":!hl||hl.value?La.items.push({start:[this.sourceToken]}):hl.sep?hl.sep.push(this.sourceToken):hl.start.push(this.sourceToken);return;case"alias":case"scalar":case"single-quoted-scalar":case"double-quoted-scalar":{let fl=this.flowScalar(this.type);!hl||hl.value?La.items.push({start:[],key:fl,sep:[]}):hl.sep?this.stack.push(fl):Object.assign(hl,{key:fl,sep:[]});return}case"flow-map-end":case"flow-seq-end":La.end.push(this.sourceToken);return}let fl=this.startBlockValue(La);fl?this.stack.push(fl):(yield*this.pop(),yield*this.step())}else{let hl=this.peek(2);if(hl.type==="block-map"&&(this.type==="map-value-ind"&&hl.indent===La.indent||this.type==="newline"&&!hl.items[hl.items.length-1].sep))yield*this.pop(),yield*this.step();else if(this.type==="map-value-ind"&&hl.type!=="flow-collection"){let fl=jn(hl),yl=lt(fl);$i(La);let Pl=La.end.splice(1,La.end.length);Pl.push(this.sourceToken);let Ul={type:"block-map",offset:La.offset,indent:La.indent,items:[{start:yl,key:La,sep:Pl}]};this.onKeyLine=!0,this.stack[this.stack.length-1]=Ul}else yield*this.lineEnd(La)}}flowScalar(La){if(this.onNewLine){let La=this.source.indexOf(`\n`)+1;for(;La!==0;)this.onNewLine(this.offset+La),La=this.source.indexOf(`\n`,La)+1}return{type:La,offset:this.offset,indent:this.indent,source:this.source}}startBlockValue(La){switch(this.type){case"alias":case"scalar":case"single-quoted-scalar":case"double-quoted-scalar":return this.flowScalar(this.type);case"block-scalar-header":return{type:"block-scalar",offset:this.offset,indent:this.indent,props:[this.sourceToken],source:""};case"flow-map-start":case"flow-seq-start":return{type:"flow-collection",offset:this.offset,indent:this.indent,start:this.sourceToken,items:[],end:[]};case"seq-item-ind":return{type:"block-seq",offset:this.offset,indent:this.indent,items:[{start:[this.sourceToken]}]};case"explicit-key-ind":{this.onKeyLine=!0;let hl=jn(La),fl=lt(hl);return fl.push(this.sourceToken),{type:"block-map",offset:this.offset,indent:this.indent,items:[{start:fl,explicitKey:!0}]}}case"map-value-ind":{this.onKeyLine=!0;let hl=jn(La),fl=lt(hl);return{type:"block-map",offset:this.offset,indent:this.indent,items:[{start:fl,key:null,sep:[this.sourceToken]}]}}}return null}atIndentedComment(La,hl){return this.type!=="comment"||this.indent<=hl?!1:La.every(La=>La.type==="newline"||La.type==="space")}*documentEnd(La){this.type!=="doc-mode"&&(La.end?La.end.push(this.sourceToken):La.end=[this.sourceToken],this.type==="newline"&&(yield*this.pop()))}*lineEnd(La){switch(this.type){case"comma":case"doc-start":case"doc-end":case"flow-seq-end":case"flow-map-end":case"map-value-ind":yield*this.pop(),yield*this.step();break;case"newline":this.onKeyLine=!1;default:La.end?La.end.push(this.sourceToken):La.end=[this.sourceToken],this.type==="newline"&&(yield*this.pop())}}};function Ri(La,hl,fl){let yl=La.srcToken;if(!yl||yl.type!=="flow-collection")throw new Error("Expected flow-collection CST node for flow sequence");let Pl=La.items.map((La,fl)=>{let Pl=yl.items[fl];if(Pa(La,Pl))return Se(se(La.items),Pl,hl,Ct);if(T(La))return Se(La,Pl,hl,Ct);{let fl=[];for(let La of q(Pl.start)){if(ke(La)){fl.push(La);continue}if(La.type==="comma")continue;throw new Error(`Unexpected token type in sequence item start: ${La.type}`)}let yl=hl.transformNode(La,{tokens:fl});return Hr(X(yl.position.start,yl.position.end),yl)}});if(La.items.length{let Pl=yl.items[fl];return Se(La,Pl,hl,Hn)});if(La.items.length=0;yl--)if(fl.test(La[yl]))return yl;return-1}function Ki(La,hl,fl){if(La.range[0]===La.range[1]){let yl=Fi(hl.text,La.range[0]-1,/\S/u)+1;return qs(hl.transformRange([yl,yl]),hl.transformContentProperties(La,fl.tokens),"")}let yl=La.srcToken;if(!yl||yl.type!=="scalar")throw new Error("Expected plain scalar srcToken");for(let La of v(yl.end,hl))throw new Error(`Unexpected token type in plain scalar end: ${La.type}`);return qs(hl.transformRange(La.range),hl.transformContentProperties(La,fl.tokens),La.source)}function Yi(La){return{...La,type:"quoteDouble"}}function Ui(La,hl,fl){return{type:"quoteValue",position:La,...hl,leadingComments:[],trailingComment:null,value:fl}}function Jn(La,hl,fl,yl){for(let La of v(hl.end,fl))throw new Error(`Unexpected token type in quote value end: ${La.type}`);return Ui(fl.transformRange(La.range),fl.transformContentProperties(La,yl.tokens),La.source)}function ji(La,hl,fl){let yl=La.srcToken;if(!yl||yl.type!=="double-quoted-scalar")throw new Error("Expected double-quoted scalar srcToken");return Yi(Jn(La,yl,hl,fl))}function Vi(La){return{...La,type:"quoteSingle"}}function Gi(La,hl,fl){let yl=La.srcToken;if(!yl||yl.type!=="single-quoted-scalar")throw new Error("Expected single-quoted scalar srcToken");return Vi(Jn(La,yl,hl,fl))}function Qi(La,hl,fl){return{type:"sequence",position:La,leadingComments:[],endComments:[],...hl,children:fl}}function Hi(La,hl){return{type:"sequenceItem",position:La,leadingComments:[],trailingComment:null,endComments:[],children:hl?[hl]:[]}}function Ji(La,hl,fl){let yl=La.srcToken;if(!yl||yl.type!=="block-seq")throw new Error("Expected block sequence srcToken");let Pl=La.items.map((La,fl)=>{let Pl=yl.items[fl],Ul=[],Gd=null;for(let La of q(Pl.start)){if(ke(La)){Ul.push(La);continue}if(La.type==="seq-item-ind"){Gd=La;continue}throw new Error(`Unexpected token type in sequence item start: ${La.type}`)}let af=va(La,hl,{tokens:Ul});return Hi(X(Gd?hl.transformOffset(Gd.offset):af.position.start,af?.position.end??hl.transformOffset(Gd.offset+Gd.source.length)),af)});if(La.items.lengthLa.type==="comment")}var aC=class{text;comments=[];#_e;constructor(La,hl){this.text=La,this.#_e=hl}transformOffset(La){let{line:hl,col:fl}=this.#_e.linePos(La);return{line:hl,column:fl,offset:La}}transformRange(La){let[hl,fl]=La.map(La=>this.transformOffset(La));return X(hl,fl)}transformNode(La,hl){return Wi(La,this,hl)}transformComment(La){let hl=vr(La,this);return this.comments.push(hl),hl}transformContentProperties(La,hl){return $r(La,hl,this)}},oC=aC;function zi(La,hl,fl,yl,Pl,Ul){return{type:"document",position:La,trailingComment:Ul,directivesEndMarker:hl,documentEndMarker:fl,children:[yl,Pl]}}function Zi(La,hl,fl){return{type:"documentBody",position:La,endComments:fl,children:hl?[hl]:[]}}function eo(La,hl,fl){for(let yl=hl;ylLa.type==="tag"||La.type==="anchor")),w_=p_?Gd.transformNode(yl.contents,{tokens:i_}):null;if(!p_)for(let La of v(i_,Gd))throw new Error(`Unexpected token type in empty document body: ${La.type}`);let{position:D_,documentEndPoint:I_}=Ma(La,yl,w_,Ul,Gd);return{documentBody:Zi(D_,w_,n_),documentEndPoint:I_,documentTrailingComment:af}}function xa(La,hl,fl,yl,Pl){let Ul=[],Gd=[],af=[];for(let hl of La){if(ke(hl)){af.push(hl);continue}throw new Error(`Unexpected token type: ${hl.type}`)}for(let La of v(fl,Pl))throw new Error(`Unexpected token type: ${La.type}`);let n_=yl?Pl.transformOffset(yl.offset):null;if(hl)for(let La of q(hl.end,yl?.end)){if(La.type==="comment"){let hl=Pl.transformComment(La);n_?n_.line===hl.position.start.line?Gd.push(hl):hl.position.start.line1)throw new Error(`Unexpected multiple document trailing comments at ${_e(Gd[1].position.start)}`);return{propTokens:af,endComments:Ul,documentTrailingComment:se(Gd)||null}}function Ma(La,hl,fl,yl,Pl){let Ul=yl?Math.max(0,yl.offset-1):eo(Pl.text,hl.range[2],/\S/u)??Pl.text.length;Pl.text[Ul-1]==="\r"&&Ul--;let Gd=fl!==null?fl.position.start.offset:Ul;if(La){let hl=La.offset+La.source.length+1;Gd0){let La=Gd[0];La.type==="comment"&&yl.transformOffset(La.offset).line===n_.end.line&&(i_=yl.transformComment(La),Gd.shift())}return{documentHead:no(n_,Pl,af?Ul:[],i_),docStart:af,tokensBeforeBody:Gd}}function $a(La,hl){let fl=[],yl=[],Pl=null;for(let Ul of La)if(Ul.type==="comment"){let La=hl.transformComment(Ul);Pl&&Pl.position.end.line===La.position.start.line&&!Pl.trailingComment?(Pl.trailingComment=La,Pl.position.end=La.position.end):yl.push(La)}else{let La=ro(Ul,hl);fl.push(La),Pl=La,yl=[]}return{directives:fl,endCommentCandidates:yl}}function Ba(La,hl,fl,yl){let Pl=fl?[fl.offset,fl.offset+fl.source.length]:hl.contents?[hl.contents.range[0],hl.contents.range[0]]:[hl.range[0],hl.range[0]];return La.length!==0&&(Pl[0]=La[0].position.start.offset),yl.transformRange(Pl)}function oo(La,hl){let{documentHead:fl,tokensBeforeBody:yl,docStart:Pl}=io(La.tokensBeforeBody,La.cstNode,La.node,hl),{documentBody:Ul,documentEndPoint:Gd,documentTrailingComment:af}=to(Pl,yl,La.cstNode,La.node,La.tokensAfterBody,La.documentEnd,hl);return zi(X(fl.position.start,Gd),!!Pl,!!La.documentEnd,fl,Ul,af)}function ao(La,hl,fl){if(La.length===0)return[];let yl=[],Pl=[],Ul=[],Gd=null,a=hl=>{let fl={tokensBeforeBody:[...Ul,...Pl],cstNode:hl,node:La[yl.length],tokensAfterBody:[],documentEnd:null};return yl.push(fl),Ul.length=0,Pl.length=0,fl};for(let af of q(hl)){if(af.type==="document"){if(yl.length>=La.length)throw new Error(`Unexpected 'document' token at ${_e(fl.transformOffset(af.offset))}`);Gd=a(af);continue}if(af.type==="comment"){Pl.push(af);continue}if(af.type==="directive"){Ul.push(...Pl,af),Pl.length=0;continue}if(af.type==="doc-end"){if(!Gd||Gd.documentEnd)throw new Error(`Unexpected 'doc-end' token at ${_e(fl.transformOffset(af.offset))}`);Gd.tokensAfterBody=[...Pl],Pl.length=0,Gd.documentEnd=af;continue}}if(Ul.length>0){let[La]=Ul;throw new Error(`Unexpected '${La.type}' token at ${_e(fl.transformOffset(La.offset))}`)}return Pl.length>0&&(Gd||(Gd=a(null)),Pl.length>0&&(Gd.tokensAfterBody.push(...Pl),Pl.length=0)),yl.map(La=>oo(La,fl))}function Fs(La,hl,fl,yl){let Pl=hl(La);return hl=>{yl(Pl,hl)&&fl(La,Pl=hl)}}function Ks(La){if(La===null||!("children"in La))return;let hl=La.children;if(hl.forEach(Ks),La.type==="document"){let[hl,fl]=La.children;hl.position.start.offset===hl.position.end.offset?hl.position.start=hl.position.end=fl.position.start:fl.position.start.offset===fl.position.end.offset&&(fl.position.start=fl.position.end=hl.position.end)}let fl=Fs(La.position,Ra,qa,Ya),yl=Fs(La.position,Fa,Ka,Ua);"endComments"in La&&La.endComments.length!==0&&(fl(La.endComments[0].position.start),yl(se(La.endComments).position.end));let Pl=hl.filter(La=>La!==null);if(Pl.length!==0){let La=Pl[0],hl=se(Pl);fl(La.position.start),yl(hl.position.end),"leadingComments"in La&&La.leadingComments.length!==0&&fl(La.leadingComments[0].position.start),"tag"in La&&La.tag&&fl(La.tag.position.start),"anchor"in La&&La.anchor&&fl(La.anchor.position.start),"trailingComment"in hl&&hl.trailingComment&&yl(hl.trailingComment.position.end)}}function Ra(La){return La.start}function qa(La,hl){La.start=hl}function Fa(La){return La.end}function Ka(La,hl){La.end=hl}function Ya(La,hl){return hl.offsetLa.offset}function Ys(La,hl){let fl=new iC,yl=new oC(La,fl),Pl=new sC(fl.addNewLine),Ul=new Jw({keepSourceTokens:!0,uniqueKeys:hl?.uniqueKeys,lineCounter:fl,merge:!0}),Gd=[],af=[...Pl.parse(La)];for(let hl of Ul.compose(af,!0,La.length)){let{errors:La}=hl;if(La.length>0)throw new hy(yl,La[0]);Gd.push(hl)}let n_=ao(Gd,af,yl),i_=yl.comments.sort((La,hl)=>La.position.start.offset-hl.position.end.offset),p_=Lr(yl.transformRange([0,La.length]),n_,i_);return Or(p_),Ks(p_),p_}function ja(La,hl){let fl=new SyntaxError(La+" ("+hl.loc.start.line+":"+hl.loc.start.column+")");return Object.assign(fl,hl)}var lC=ja;var cC={uniqueKeys:!1};function Ga(La){let hl;try{hl=Ys(La,cC)}catch(La){throw La instanceof hy?lC(La.message,{loc:La.position,cause:La}):La}return delete hl.comments,hl}var uC={astFormat:"yaml",parse:Ga,hasPragma:pr,hasIgnorePragma:mr,locStart:bt,locEnd:or};var pC={yaml:WA};return mo(Pl)})},34267:La=>{(function(hl){function e(){var La=hl();return La.default||La}if(true)La.exports=e();else{var fl}})(function(){"use strict";var La=Object.defineProperty;var hl=Object.getOwnPropertyDescriptor;var fl=Object.getOwnPropertyNames;var yl=Object.prototype.hasOwnProperty;var At=(hl,fl)=>{for(var yl in fl)La(hl,yl,{get:fl[yl],enumerable:!0})},Mu=(Pl,Ul,Gd,af)=>{if(Ul&&typeof Ul=="object"||typeof Ul=="function")for(let n_ of fl(Ul))!yl.call(Pl,n_)&&n_!==Gd&&La(Pl,n_,{get:()=>Ul[n_],enumerable:!(af=hl(Ul,n_))||af.enumerable});return Pl};var Yu=hl=>Mu(La({},"__esModule",{value:!0}),hl);var Pl={};At(Pl,{__debug:()=>CC,check:()=>Gi,doc:()=>nC,format:()=>Su,formatWithCursor:()=>EC,getSupportInfo:()=>wC,util:()=>lC,version:()=>oC});var X=(La,hl)=>(fl,yl,...Pl)=>fl|1&&yl==null?void 0:(hl.call(yl)??yl[La]).apply(yl,Pl);var Ul=String.prototype.replaceAll??function(La,hl){return La.global?this.replace(La,hl):this.split(La).join(hl)},Gd=X("replaceAll",function(){if(typeof this=="string")return Ul}),af=Gd;var n_=class{diff(La,hl,fl={}){let yl;typeof fl=="function"?(yl=fl,fl={}):"callback"in fl&&(yl=fl.callback);let Pl=this.castInput(La,fl),Ul=this.castInput(hl,fl),Gd=this.removeEmpty(this.tokenize(Pl,fl)),af=this.removeEmpty(this.tokenize(Ul,fl));return this.diffWithOptionsObj(Gd,af,fl,yl)}diffWithOptionsObj(La,hl,fl,yl){var Pl;let i=La=>{if(La=this.postProcess(La,fl),yl){setTimeout(function(){yl(La)},0);return}else return La},Ul=hl.length,Gd=La.length,af=1,n_=Ul+Gd;fl.maxEditLength!=null&&(n_=Math.min(n_,fl.maxEditLength));let i_=(Pl=fl.timeout)!==null&&Pl!==void 0?Pl:1/0,p_=Date.now()+i_,w_=[{oldPos:-1,lastComponent:void 0}],D_=this.extractCommon(w_[0],hl,La,0,fl);if(w_[0].oldPos+1>=Gd&&D_+1>=Ul)return i(this.buildValues(w_[0].lastComponent,hl,La));let I_=-1/0,N_=1/0,E=()=>{for(let yl=Math.max(I_,-af);yl<=Math.min(N_,af);yl+=2){let Pl,af=w_[yl-1],n_=w_[yl+1];af&&(w_[yl-1]=void 0);let i_=!1;if(n_){let La=n_.oldPos-yl;i_=n_&&0<=La&&La=Gd&&D_+1>=Ul)return i(this.buildValues(Pl.lastComponent,hl,La))||!0;w_[yl]=Pl,Pl.oldPos+1>=Gd&&(N_=Math.min(N_,yl-1)),D_+1>=Ul&&(I_=Math.max(I_,yl+1))}af++};if(yl)(function C(){setTimeout(function(){if(af>n_||Date.now()>p_)return yl(void 0);E()||C()},0)})();else for(;af<=n_&&Date.now()<=p_;){let La=E();if(La)return La}}addToPath(La,hl,fl,yl,Pl){let Ul=La.lastComponent;return Ul&&!Pl.oneChangePerToken&&Ul.added===hl&&Ul.removed===fl?{oldPos:La.oldPos+yl,lastComponent:{count:Ul.count+1,added:hl,removed:fl,previousComponent:Ul.previousComponent}}:{oldPos:La.oldPos+yl,lastComponent:{count:1,added:hl,removed:fl,previousComponent:Ul}}}extractCommon(La,hl,fl,yl,Pl){let Ul=hl.length,Gd=fl.length,af=La.oldPos,n_=af-yl,i_=0;for(;n_+1La.length?yl:La}),La.value=this.join(yl)}else La.value=this.join(hl.slice(af,af+La.count));af+=La.count,La.added||(n_+=La.count)}}return yl}};var i_=class extends n_{tokenize(La){return La.slice()}join(La){return La}removeEmpty(La){return La}},p_=new i_;function Bt(La,hl,fl){return p_.diff(La,hl,fl)}var Vu=()=>{},w_=Vu;var D_="cr",I_="crlf",N_="lf",_m=N_,pg="\r",mg=`\r\n`,gg=`\n`,eA=gg;function hr(La){let hl=La.indexOf(pg);return hl!==-1?La.charAt(hl+1)===gg?I_:D_:_m}function we(La){return La===D_?pg:La===I_?mg:eA}var tA=new Map([[gg,/\n/g],[pg,/\r/g],[mg,/\r\n/g]]);function Nt(La,hl){let fl=tA.get(hl);return La.match(fl)?.length??0}var rA=/\r\n?/g;function gr(La){return af(0,La,rA,gg)}var nA=Symbol.for("comments");function Hu(La){return this[La<0?this.length+La:La]}var iA=X("at",function(){if(Array.isArray(this)||typeof this=="string")return Hu}),sA=iA;var aA="string",oA="array",lA="cursor",cA="indent",uA="align",pA="trim",dA="group",hA="fill",fA="if-break",_A="indent-if-break",mA="line-suffix",gA="line-suffix-boundary",AA="line",yA="label",bA="break-parent",vA=new Set([lA,cA,uA,pA,dA,hA,fA,_A,mA,gA,AA,yA,bA]);function _r(La){let hl=La.length;for(;hl>0&&(La[hl-1]==="\r"||La[hl-1]===`\n`);)hl--;return hlnew Intl.ListFormat("en-US",{type:"disjunction"}).format(La);function Qu(La){let hl=La===null?"null":typeof La;if(hl!=="string"&&hl!=="object")return`Unexpected doc '${hl}', \nExpected it to be 'string' or 'object'.`;if(EA(La))throw new Error("doc is valid.");let fl=Object.prototype.toString.call(La);if(fl!=="[object Object]")return`Unexpected doc '${fl}'.`;let yl=Xu([...vA].map(La=>`'${La}'`));return`Unexpected doc.type '${La.type}'.\nExpected it to be ${yl}.`}var wA=class extends Error{name="InvalidDocError";constructor(La){super(Qu(La)),this.doc=La}},CA=wA;var xA={};function Zu(La,hl,fl,yl){let Pl=[La];for(;Pl.length>0;){let La=Pl.pop();if(La===xA){fl(Pl.pop());continue}fl&&Pl.push(La,xA);let Ul=EA(La);if(!Ul)throw new CA(La);if(hl?.(La)!==!1)switch(Ul){case oA:case hA:{let hl=Ul===oA?La:La.parts;for(let La=hl.length,fl=La-1;fl>=0;--fl)Pl.push(hl[fl]);break}case fA:Pl.push(La.flatContents,La.breakContents);break;case dA:if(yl&&La.expandedStates)for(let hl=La.expandedStates.length,fl=hl-1;fl>=0;--fl)Pl.push(La.expandedStates[fl]);else Pl.push(La.contents);break;case uA:case cA:case _A:case yA:case mA:Pl.push(La.contents);break;case aA:case lA:case pA:case gA:case AA:case bA:break;default:throw new CA(La)}}}var DA=Zu;function Se(La,hl){if(typeof La=="string")return hl(La);let fl=new Map;return n(La);function n(La){return Fe(fl,La,u)}function u(La){switch(EA(La)){case oA:return hl(La.map(n));case hA:return hl({...La,parts:La.parts.map(n)});case fA:return hl({...La,breakContents:n(La.breakContents),flatContents:n(La.flatContents)});case dA:{let{expandedStates:fl,contents:yl}=La;return fl?(fl=fl.map(n),yl=fl[0]):yl=n(yl),hl({...La,contents:yl,expandedStates:fl})}case uA:case cA:case _A:case yA:case mA:return hl({...La,contents:n(La.contents)});case aA:case lA:case pA:case gA:case AA:case bA:return hl(La);default:throw new CA(La)}}}function Ke(La,hl,fl){let yl=fl,Pl=!1;function o(La){if(Pl)return!1;let fl=hl(La);fl!==void 0&&(Pl=!0,yl=fl)}return DA(La,o),yl}function eo(La){if(La.type===dA&&La.break||La.type===AA&&La.hard||La.type===bA)return!0}function Br(La){return Ke(La,eo,!1)}function Ar(La){if(La.length>0){let hl=sA(0,La,-1);!hl.expandedStates&&!hl.break&&(hl.break="propagated")}return null}function Tr(La){let hl=new Set,fl=[];function n(La){if(La.type===bA&&Ar(fl),La.type===dA){if(fl.push(La),hl.has(La))return!1;hl.add(La)}}function u(La){La.type===dA&&fl.pop().break&&Ar(fl)}DA(La,n,u,!0)}function to(La){return La.type===AA&&!La.hard?La.soft?"":" ":La.type===fA?La.flatContents:La}function Nr(La){return Se(La,to)}function xr(La){for(La=[...La];La.length>=2&&sA(0,La,-2).type===AA&&sA(0,La,-1).type===bA;)La.length-=2;if(La.length>0){let hl=Pe(sA(0,La,-1));La[La.length-1]=hl}return La}function Pe(La){switch(EA(La)){case cA:case _A:case dA:case mA:case yA:{let hl=Pe(La.contents);return{...La,contents:hl}}case fA:return{...La,breakContents:Pe(La.breakContents),flatContents:Pe(La.flatContents)};case hA:return{...La,parts:xr(La.parts)};case oA:return xr(La);case aA:return _r(La);case uA:case lA:case pA:case gA:case AA:case bA:break;default:throw new CA(La)}return La}function He(La){return Pe(no(La))}function ro(La){switch(EA(La)){case hA:{let{parts:hl}=La;if(hl.every(La=>La===""))return"";if(hl.length===1)return hl[0];break}case dA:if(!La.contents&&!La.id&&!La.break&&!La.expandedStates)return"";if(La.contents.type===dA&&La.contents.id===La.id&&La.contents.break===La.break&&La.contents.expandedStates===La.expandedStates)return La.contents;break;case uA:case cA:case _A:case mA:if(!La.contents)return"";break;case fA:if(!La.flatContents&&!La.breakContents)return"";break;case oA:{let hl=[];for(let fl of La){if(!fl)continue;let[La,...yl]=Array.isArray(fl)?fl:[fl];typeof La=="string"&&typeof sA(0,hl,-1)=="string"?hl[hl.length-1]+=La:hl.push(La),hl.push(...yl)}return hl.length===0?"":hl.length===1?hl[0]:hl}case aA:case lA:case pA:case gA:case AA:case yA:case bA:break;default:throw new CA(La)}return La}function no(La){return Se(La,La=>ro(La))}function wr(La,hl=LA){return Se(La,La=>typeof La=="string"?be(hl,La.split(`\n`)):La)}function uo(La){if(La.type===AA)return!0}function Or(La){return Ke(La,uo,!1)}function Ee(La,hl){return La.type===yA?{...La,contents:hl(La.contents)}:hl(La)}var SA=w_,kA=w_,TA=w_,IA=w_;function oe(La){return SA(La),{type:cA,contents:La}}function De(La,hl){return IA(La),SA(hl),{type:uA,contents:hl,n:La}}function br(La){return De(Number.NEGATIVE_INFINITY,La)}function Xe(La){return De({type:"root"},La)}function kr(La){return De(-1,La)}function Qe(La,hl,fl){SA(La);let yl=La;if(hl>0){for(let La=0;La0?`, { ${hl.join(", ")} }`:"";return`indentIfBreak(${n(La.contents)}${fl})`}if(La.type===dA){let hl=[];La.break&&La.break!=="propagated"&&hl.push("shouldBreak: true"),La.id&&hl.push(`id: ${u(La.id)}`);let fl=hl.length>0?`, { ${hl.join(", ")} }`:"";return La.expandedStates?`conditionalGroup([${La.expandedStates.map(La=>n(La)).join(",")}]${fl})`:`group(${n(La.contents)}${fl})`}if(La.type===hA)return`fill([${La.parts.map(La=>n(La)).join(", ")}])`;if(La.type===mA)return"lineSuffix("+n(La.contents)+")";if(La.type===gA)return"lineSuffixBoundary";if(La.type===yA)return`label(${JSON.stringify(La.label)}, ${n(La.contents)})`;if(La.type===lA)return"cursor";throw new Error("Unknown doc type "+La.type)}function u(La){if(typeof La!="symbol")return JSON.stringify(String(La));if(La in hl)return hl[La];let yl=La.description||"symbol";for(let Pl=0;;Pl++){let Ul=yl+(Pl>0?` #${Pl}`:"");if(!fl.has(Ul))return fl.add(Ul),hl[La]=`Symbol.for(${JSON.stringify(Ul)})`}}}var Wr=()=>/[#*0-9]\uFE0F?\u20E3|[\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u231A\u231B\u2328\u23CF\u23ED-\u23EF\u23F1\u23F2\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB\u25FC\u25FE\u2600-\u2604\u260E\u2611\u2614\u2615\u2618\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u2648-\u2653\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u267F\u2692\u2694-\u2697\u2699\u269B\u269C\u26A0\u26A7\u26AA\u26B0\u26B1\u26BD\u26BE\u26C4\u26C8\u26CF\u26D1\u26E9\u26F0-\u26F5\u26F7\u26F8\u26FA\u2702\u2708\u2709\u270F\u2712\u2714\u2716\u271D\u2721\u2733\u2734\u2744\u2747\u2757\u2763\u27A1\u2934\u2935\u2B05-\u2B07\u2B1B\u2B1C\u2B55\u3030\u303D\u3297\u3299]\uFE0F?|[\u261D\u270C\u270D](?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?|[\u270A\u270B](?:\uD83C[\uDFFB-\uDFFF])?|[\u23E9-\u23EC\u23F0\u23F3\u25FD\u2693\u26A1\u26AB\u26C5\u26CE\u26D4\u26EA\u26FD\u2705\u2728\u274C\u274E\u2753-\u2755\u2795-\u2797\u27B0\u27BF\u2B50]|\u26D3\uFE0F?(?:\u200D\uD83D\uDCA5)?|\u26F9(?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?(?:\u200D[\u2640\u2642]\uFE0F?)?|\u2764\uFE0F?(?:\u200D(?:\uD83D\uDD25|\uD83E\uDE79))?|\uD83C(?:[\uDC04\uDD70\uDD71\uDD7E\uDD7F\uDE02\uDE37\uDF21\uDF24-\uDF2C\uDF36\uDF7D\uDF96\uDF97\uDF99-\uDF9B\uDF9E\uDF9F\uDFCD\uDFCE\uDFD4-\uDFDF\uDFF5\uDFF7]\uFE0F?|[\uDF85\uDFC2\uDFC7](?:\uD83C[\uDFFB-\uDFFF])?|[\uDFC4\uDFCA](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDFCB\uDFCC](?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDCCF\uDD8E\uDD91-\uDD9A\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\uDF43\uDF45-\uDF4A\uDF4C-\uDF7C\uDF7E-\uDF84\uDF86-\uDF93\uDFA0-\uDFC1\uDFC5\uDFC6\uDFC8\uDFC9\uDFCF-\uDFD3\uDFE0-\uDFF0\uDFF8-\uDFFF]|\uDDE6\uD83C[\uDDE8-\uDDEC\uDDEE\uDDF1\uDDF2\uDDF4\uDDF6-\uDDFA\uDDFC\uDDFD\uDDFF]|\uDDE7\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEF\uDDF1-\uDDF4\uDDF6-\uDDF9\uDDFB\uDDFC\uDDFE\uDDFF]|\uDDE8\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDEE\uDDF0-\uDDF7\uDDFA-\uDDFF]|\uDDE9\uD83C[\uDDEA\uDDEC\uDDEF\uDDF0\uDDF2\uDDF4\uDDFF]|\uDDEA\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDED\uDDF7-\uDDFA]|\uDDEB\uD83C[\uDDEE-\uDDF0\uDDF2\uDDF4\uDDF7]|\uDDEC\uD83C[\uDDE6\uDDE7\uDDE9-\uDDEE\uDDF1-\uDDF3\uDDF5-\uDDFA\uDDFC\uDDFE]|\uDDED\uD83C[\uDDF0\uDDF2\uDDF3\uDDF7\uDDF9\uDDFA]|\uDDEE\uD83C[\uDDE8-\uDDEA\uDDF1-\uDDF4\uDDF6-\uDDF9]|\uDDEF\uD83C[\uDDEA\uDDF2\uDDF4\uDDF5]|\uDDF0\uD83C[\uDDEA\uDDEC-\uDDEE\uDDF2\uDDF3\uDDF5\uDDF7\uDDFC\uDDFE\uDDFF]|\uDDF1\uD83C[\uDDE6-\uDDE8\uDDEE\uDDF0\uDDF7-\uDDFB\uDDFE]|\uDDF2\uD83C[\uDDE6\uDDE8-\uDDED\uDDF0-\uDDFF]|\uDDF3\uD83C[\uDDE6\uDDE8\uDDEA-\uDDEC\uDDEE\uDDF1\uDDF4\uDDF5\uDDF7\uDDFA\uDDFF]|\uDDF4\uD83C\uDDF2|\uDDF5\uD83C[\uDDE6\uDDEA-\uDDED\uDDF0-\uDDF3\uDDF7-\uDDF9\uDDFC\uDDFE]|\uDDF6\uD83C\uDDE6|\uDDF7\uD83C[\uDDEA\uDDF4\uDDF8\uDDFA\uDDFC]|\uDDF8\uD83C[\uDDE6-\uDDEA\uDDEC-\uDDF4\uDDF7-\uDDF9\uDDFB\uDDFD-\uDDFF]|\uDDF9\uD83C[\uDDE6\uDDE8\uDDE9\uDDEB-\uDDED\uDDEF-\uDDF4\uDDF7\uDDF9\uDDFB\uDDFC\uDDFF]|\uDDFA\uD83C[\uDDE6\uDDEC\uDDF2\uDDF3\uDDF8\uDDFE\uDDFF]|\uDDFB\uD83C[\uDDE6\uDDE8\uDDEA\uDDEC\uDDEE\uDDF3\uDDFA]|\uDDFC\uD83C[\uDDEB\uDDF8]|\uDDFD\uD83C\uDDF0|\uDDFE\uD83C[\uDDEA\uDDF9]|\uDDFF\uD83C[\uDDE6\uDDF2\uDDFC]|\uDF44(?:\u200D\uD83D\uDFEB)?|\uDF4B(?:\u200D\uD83D\uDFE9)?|\uDFC3(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?|\uDFF3\uFE0F?(?:\u200D(?:\u26A7\uFE0F?|\uD83C\uDF08))?|\uDFF4(?:\u200D\u2620\uFE0F?|\uDB40\uDC67\uDB40\uDC62\uDB40(?:\uDC65\uDB40\uDC6E\uDB40\uDC67|\uDC73\uDB40\uDC63\uDB40\uDC74|\uDC77\uDB40\uDC6C\uDB40\uDC73)\uDB40\uDC7F)?)|\uD83D(?:[\uDC3F\uDCFD\uDD49\uDD4A\uDD6F\uDD70\uDD73\uDD76-\uDD79\uDD87\uDD8A-\uDD8D\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA\uDECB\uDECD-\uDECF\uDEE0-\uDEE5\uDEE9\uDEF0\uDEF3]\uFE0F?|[\uDC42\uDC43\uDC46-\uDC50\uDC66\uDC67\uDC6B-\uDC6D\uDC72\uDC74-\uDC76\uDC78\uDC7C\uDC83\uDC85\uDC8F\uDC91\uDCAA\uDD7A\uDD95\uDD96\uDE4C\uDE4F\uDEC0\uDECC](?:\uD83C[\uDFFB-\uDFFF])?|[\uDC6E-\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4\uDEB5](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDD74\uDD90](?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?|[\uDC00-\uDC07\uDC09-\uDC14\uDC16-\uDC25\uDC27-\uDC3A\uDC3C-\uDC3E\uDC40\uDC44\uDC45\uDC51-\uDC65\uDC6A\uDC79-\uDC7B\uDC7D-\uDC80\uDC84\uDC88-\uDC8E\uDC90\uDC92-\uDCA9\uDCAB-\uDCFC\uDCFF-\uDD3D\uDD4B-\uDD4E\uDD50-\uDD67\uDDA4\uDDFB-\uDE2D\uDE2F-\uDE34\uDE37-\uDE41\uDE43\uDE44\uDE48-\uDE4A\uDE80-\uDEA2\uDEA4-\uDEB3\uDEB7-\uDEBF\uDEC1-\uDEC5\uDED0-\uDED2\uDED5-\uDED8\uDEDC-\uDEDF\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB\uDFF0]|\uDC08(?:\u200D\u2B1B)?|\uDC15(?:\u200D\uD83E\uDDBA)?|\uDC26(?:\u200D(?:\u2B1B|\uD83D\uDD25))?|\uDC3B(?:\u200D\u2744\uFE0F?)?|\uDC41\uFE0F?(?:\u200D\uD83D\uDDE8\uFE0F?)?|\uDC68(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDC68\uDC69]\u200D\uD83D(?:\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?)|[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?)|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC68\uD83C[\uDFFC-\uDFFF])|\uD83E(?:[\uDD1D\uDEEF]\u200D\uD83D\uDC68\uD83C[\uDFFC-\uDFFF]|[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83E(?:[\uDD1D\uDEEF]\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFD-\uDFFF]|[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83E(?:[\uDD1D\uDEEF]\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF]|[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83E(?:[\uDD1D\uDEEF]\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFD\uDFFF]|[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?\uDC68\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFE])|\uD83E(?:[\uDD1D\uDEEF]\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFE]|[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3])))?))?|\uDC69(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?[\uDC68\uDC69]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?|\uDC69\u200D\uD83D(?:\uDC66(?:\u200D\uD83D\uDC66)?|\uDC67(?:\u200D\uD83D[\uDC66\uDC67])?))|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC69\uD83C[\uDFFC-\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFC-\uDFFF]|\uDEEF\u200D\uD83D\uDC69\uD83C[\uDFFC-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC69\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB\uDFFD-\uDFFF]|\uDEEF\u200D\uD83D\uDC69\uD83C[\uDFFB\uDFFD-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC69\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF]|\uDEEF\u200D\uD83D\uDC69\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC69\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB-\uDFFD\uDFFF]|\uDEEF\u200D\uD83D\uDC69\uD83C[\uDFFB-\uDFFD\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:[\uDC68\uDC69]|\uDC8B\u200D\uD83D[\uDC68\uDC69])\uD83C[\uDFFB-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83D\uDC69\uD83C[\uDFFB-\uDFFE])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB-\uDFFE]|\uDEEF\u200D\uD83D\uDC69\uD83C[\uDFFB-\uDFFE])))?))?|\uDD75(?:\uD83C[\uDFFB-\uDFFF]|\uFE0F)?(?:\u200D[\u2640\u2642]\uFE0F?)?|\uDE2E(?:\u200D\uD83D\uDCA8)?|\uDE35(?:\u200D\uD83D\uDCAB)?|\uDE36(?:\u200D\uD83C\uDF2B\uFE0F?)?|\uDE42(?:\u200D[\u2194\u2195]\uFE0F?)?|\uDEB6(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?)|\uD83E(?:[\uDD0C\uDD0F\uDD18-\uDD1F\uDD30-\uDD34\uDD36\uDD77\uDDB5\uDDB6\uDDBB\uDDD2\uDDD3\uDDD5\uDEC3-\uDEC5\uDEF0\uDEF2-\uDEF8](?:\uD83C[\uDFFB-\uDFFF])?|[\uDD26\uDD35\uDD37-\uDD39\uDD3C-\uDD3E\uDDB8\uDDB9\uDDCD\uDDCF\uDDD4\uDDD6-\uDDDD](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDDDE\uDDDF](?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDD0D\uDD0E\uDD10-\uDD17\uDD20-\uDD25\uDD27-\uDD2F\uDD3A\uDD3F-\uDD45\uDD47-\uDD76\uDD78-\uDDB4\uDDB7\uDDBA\uDDBC-\uDDCC\uDDD0\uDDE0-\uDDFF\uDE70-\uDE7C\uDE80-\uDE8A\uDE8E-\uDEC2\uDEC6\uDEC8\uDECD-\uDEDC\uDEDF-\uDEEA\uDEEF]|\uDDCE(?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D(?:[\u2640\u2642]\uFE0F?(?:\u200D\u27A1\uFE0F?)?|\u27A1\uFE0F?))?|\uDDD1(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3\uDE70]|\uDD1D\u200D\uD83E\uDDD1|\uDDD1\u200D\uD83E\uDDD2(?:\u200D\uD83E\uDDD2)?|\uDDD2(?:\u200D\uD83E\uDDD2)?))|\uD83C(?:\uDFFB(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFC-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83E\uDDD1\uD83C[\uDFFC-\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3\uDE70]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF]|\uDEEF\u200D\uD83E\uDDD1\uD83C[\uDFFC-\uDFFF])))?|\uDFFC(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB\uDFFD-\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83E\uDDD1\uD83C[\uDFFB\uDFFD-\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3\uDE70]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF]|\uDEEF\u200D\uD83E\uDDD1\uD83C[\uDFFB\uDFFD-\uDFFF])))?|\uDFFD(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83E\uDDD1\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3\uDE70]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF]|\uDEEF\u200D\uD83E\uDDD1\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])))?|\uDFFE(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB-\uDFFD\uDFFF]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFD\uDFFF])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3\uDE70]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF]|\uDEEF\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFD\uDFFF])))?|\uDFFF(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D(?:\uD83D\uDC8B\u200D)?\uD83E\uDDD1\uD83C[\uDFFB-\uDFFE]|\uD83C[\uDF3E\uDF73\uDF7C\uDF84\uDF93\uDFA4\uDFA8\uDFEB\uDFED]|\uD83D(?:[\uDCBB\uDCBC\uDD27\uDD2C\uDE80\uDE92]|\uDC30\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFE])|\uD83E(?:[\uDDAF\uDDBC\uDDBD](?:\u200D\u27A1\uFE0F?)?|[\uDDB0-\uDDB3\uDE70]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF]|\uDEEF\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFE])))?))?|\uDEF1(?:\uD83C(?:\uDFFB(?:\u200D\uD83E\uDEF2\uD83C[\uDFFC-\uDFFF])?|\uDFFC(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB\uDFFD-\uDFFF])?|\uDFFD(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])?|\uDFFE(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB-\uDFFD\uDFFF])?|\uDFFF(?:\u200D\uD83E\uDEF2\uD83C[\uDFFB-\uDFFE])?))?)/g;var UA=12288,GA=65510,qA=[12288,12288,65281,65376,65504,65510];var $A=4352,JA=262141,HA=[4352,4447,8986,8987,9001,9002,9193,9196,9200,9200,9203,9203,9725,9726,9748,9749,9776,9783,9800,9811,9855,9855,9866,9871,9875,9875,9889,9889,9898,9899,9917,9918,9924,9925,9934,9934,9940,9940,9962,9962,9970,9971,9973,9973,9978,9978,9981,9981,9989,9989,9994,9995,10024,10024,10060,10060,10062,10062,10067,10069,10071,10071,10133,10135,10160,10160,10175,10175,11035,11036,11088,11088,11093,11093,11904,11929,11931,12019,12032,12245,12272,12287,12289,12350,12353,12438,12441,12543,12549,12591,12593,12686,12688,12773,12783,12830,12832,12871,12880,42124,42128,42182,43360,43388,44032,55203,63744,64255,65040,65049,65072,65106,65108,65126,65128,65131,94176,94180,94192,94198,94208,101589,101631,101662,101760,101874,110576,110579,110581,110587,110589,110590,110592,110882,110898,110898,110928,110930,110933,110933,110948,110951,110960,111355,119552,119638,119648,119670,126980,126980,127183,127183,127374,127374,127377,127386,127488,127490,127504,127547,127552,127560,127568,127569,127584,127589,127744,127776,127789,127797,127799,127868,127870,127891,127904,127946,127951,127955,127968,127984,127988,127988,127992,128062,128064,128064,128066,128252,128255,128317,128331,128334,128336,128359,128378,128378,128405,128406,128420,128420,128507,128591,128640,128709,128716,128716,128720,128722,128725,128728,128732,128735,128747,128748,128756,128764,128992,129003,129008,129008,129292,129338,129340,129349,129351,129535,129648,129660,129664,129674,129678,129734,129736,129736,129741,129756,129759,129770,129775,129784,131072,196605,196608,262141];var bt=(La,hl)=>{let fl=0,yl=Math.floor(La.length/2)-1;for(;fl<=yl;){let Pl=Math.floor((fl+yl)/2),Ul=Pl*2;if(hlLa[Ul+1])fl=Pl+1;else return!0}return!1};var VA=19968,[WA,zA]=so(HA);function so(La){let hl=La[0],fl=La[1];for(let yl=0;yl=Pl&&VA<=Ul)return[Pl,Ul];Ul-Pl>fl-hl&&(hl=Pl,fl=Ul)}return[hl,fl]}var kt=La=>LaGA?!1:bt(qA,La);var It=La=>La>=WA&&La<=zA?!0:La<$A||La>JA?!1:bt(HA,La);var YA=/^(?:[\xA9\xAE\u203C\u2049\u2122\u2139\u2194-\u2199\u21A9\u21AA\u2328\u23CF\u23ED-\u23EF\u23F1\u23F2\u23F8-\u23FA\u24C2\u25AA\u25AB\u25B6\u25C0\u25FB\u25FC\u2600-\u2604\u260E\u2611\u2618\u2620\u2622\u2623\u2626\u262A\u262E\u262F\u2638-\u263A\u2640\u2642\u265F\u2660\u2663\u2665\u2666\u2668\u267B\u267E\u2692\u2694-\u2697\u2699\u269B\u269C\u26A0\u26A7\u26B0\u26B1\u26C8\u26CF\u26D1\u26D3\u26E9\u26F0\u26F1\u26F4\u26F7\u26F8\u2702\u2708\u2709\u270F\u2712\u2714\u2716\u271D\u2721\u2733\u2734\u2744\u2747\u2763\u2764\u27A1\u2934\u2935\u2B05-\u2B07]|\uD83C[\uDD70\uDD71\uDD7E\uDD7F\uDF21\uDF24-\uDF2C\uDF36\uDF7D\uDF96\uDF97\uDF99-\uDF9B\uDF9E\uDF9F\uDFCD\uDFCE\uDFD4-\uDFDF\uDFF3\uDFF5\uDFF7]|\uD83D[\uDC3F\uDC41\uDCFD\uDD49\uDD4A\uDD6F\uDD70\uDD73\uDD76-\uDD79\uDD87\uDD8A-\uDD8D\uDDA5\uDDA8\uDDB1\uDDB2\uDDBC\uDDC2-\uDDC4\uDDD1-\uDDD3\uDDDC-\uDDDE\uDDE1\uDDE3\uDDE8\uDDEF\uDDF3\uDDFA\uDECB\uDECD-\uDECF\uDEE0-\uDEE5\uDEE9\uDEF0\uDEF3])$/,qr=La=>YA.test(La);var KA=/[^\x20-\x7F]/;function co(La){if(!La)return 0;if(!KA.test(La))return La.length;let hl=0;La=La.replace(Wr(),La=>(hl+=qr(La)?1:2,""));for(let fl of La){let La=fl.codePointAt(0);La<=31||La>=127&&La<=159||La>=768&&La<=879||La>=65024&&La<=65039||(hl+=kt(La)||It(La)?2:1)}return hl}var XA=co;var ZA={type:0},hy={type:1},gy={value:"",length:0,queue:[],get root(){return gy}};function Xr(La,hl,fl){let yl=hl.type===1?La.queue.slice(0,-1):[...La.queue,hl],Pl="",Ul=0,Gd=0,af=0;for(let La of yl)switch(La.type){case 0:c(),fl.useTabs?s(1):a(fl.tabWidth);break;case 3:{let{string:hl}=La;c(),Pl+=hl,Ul+=hl.length;break}case 2:{let{width:hl}=La;Gd+=1,af+=hl;break}default:throw new Error(`Unexpected indent comment '${La.type}'.`)}return l(),{...La,value:Pl,length:Ul,queue:yl};function s(La){Pl+="\t".repeat(La),Ul+=fl.tabWidth*La}function a(La){Pl+=" ".repeat(La),Ul+=La}function c(){fl.useTabs?p():l()}function p(){Gd>0&&s(Gd),m()}function l(){af>0&&a(af),m()}function m(){Gd=0,af=0}}function Qr(La,hl,fl){if(!hl)return La;if(hl.type==="root")return{...La,root:La};if(hl===Number.NEGATIVE_INFINITY)return La.root;let yl;return typeof hl=="number"?hl<0?yl=hy:yl={type:2,width:hl}:yl={type:3,string:hl},Xr(La,yl,fl)}function Zr(La,hl){return Xr(La,ZA,hl)}function po(La){let hl=0;for(let fl=La.length-1;fl>=0;fl--){let yl=La[fl];if(yl===" "||yl==="\t")hl++;else break}return hl}function et(La){let hl=po(La);return{text:hl===0?La:La.slice(0,La.length-hl),count:hl}}var yy=class{#me=[];#_e="";#ge=0;#Ee=[];#ye=[];#Ae(){let La=this.#_e;La!==""&&(this.#me.push(La),this.#ge+=La.length,this.#_e="");for(let La of this.#ye)this.#Ee.push(Math.min(La,this.#ge));this.#ye.length=0}markPosition(){if(this.#Ee.length+this.#ye.length>=2)throw new Error("There are too many 'cursor' in doc.");this.#ye.push(this.#ge+this.#_e.length)}write(La){this.#_e+=La}trim(){let{text:La,count:hl}=et(this.#_e);return this.#_e=La,this.#Ae(),hl}finish(){return this.#Ae(),{text:this.#me.join(""),positions:this.#Ee}}},wy=yy;var Sy=Symbol("MODE_BREAK"),Ty=Symbol("MODE_FLAT"),Zy=Symbol("DOC_FILL_PRINTED_LENGTH");function tt(La,hl,fl,yl,Pl,Ul){if(fl===Number.POSITIVE_INFINITY)return!0;let Gd=hl.length,af=!1,n_=[La],i_="";for(;fl>=0;){if(n_.length===0){if(Gd===0)return!0;n_.push(hl[--Gd]);continue}let{mode:La,doc:p_}=n_.pop(),w_=EA(p_);switch(w_){case aA:p_&&(af&&(i_+=" ",fl-=1,af=!1),i_+=p_,fl-=XA(p_));break;case oA:case hA:{let hl=w_===oA?p_:p_.parts,fl=p_[Zy]??0;for(let yl=hl.length-1;yl>=fl;yl--)n_.push({mode:La,doc:hl[yl]});break}case cA:case uA:case _A:case yA:n_.push({mode:La,doc:p_.contents});break;case pA:{let{text:La,count:hl}=et(i_);i_=La,fl+=hl;break}case dA:{if(Ul&&p_.break)return!1;let hl=p_.break?Sy:La,fl=p_.expandedStates&&hl===Sy?sA(0,p_.expandedStates,-1):p_.contents;n_.push({mode:hl,doc:fl});break}case fA:{let hl=(p_.groupId?Pl[p_.groupId]||Ty:La)===Sy?p_.breakContents:p_.flatContents;hl&&n_.push({mode:La,doc:hl});break}case AA:if(La===Sy||p_.hard)return!0;p_.soft||(af=!0);break;case mA:yl=!0;break;case gA:if(yl)return!1;break}}return!1}function Ce(La,hl){let fl=Object.create(null),yl=hl.printWidth,Pl=we(hl.endOfLine),Ul=0,Gd=[{indent:gy,mode:Sy,doc:La}],n_=!1,i_=[],p_=new wy;for(Tr(La);Gd.length>0;){let{indent:La,mode:w_,doc:D_}=Gd.pop();switch(EA(D_)){case aA:{let La=Pl!==`\n`?af(0,D_,`\n`,Pl):D_;La&&(p_.write(La),Gd.length>0&&(Ul+=XA(La)));break}case oA:for(let hl=D_.length-1;hl>=0;hl--)Gd.push({indent:La,mode:w_,doc:D_[hl]});break;case lA:p_.markPosition();break;case cA:Gd.push({indent:Zr(La,hl),mode:w_,doc:D_.contents});break;case uA:Gd.push({indent:Qr(La,D_.n,hl),mode:w_,doc:D_.contents});break;case pA:Ul-=p_.trim();break;case dA:{let hl=function(){if(w_===Ty&&!n_)return{indent:La,mode:D_.break?Sy:Ty,doc:D_.contents};n_=!1;let hl=yl-Ul,Pl=i_.length>0,af={indent:La,mode:Ty,doc:D_.contents};if(!D_.break&&tt(af,Gd,hl,Pl,fl))return af;if(!D_.expandedStates)return{indent:La,mode:Sy,doc:D_.contents};if(!D_.break)for(let yl=1;yl0,fl,!0);if(n_===1){pg?Gd.push(N_):Gd.push(_m);break}let mg={indent:La,mode:Ty,doc:I_},gg={indent:La,mode:Sy,doc:I_};if(n_===2){pg?Gd.push(mg,N_):Gd.push(gg,_m);break}let eA=af[Pl+2],tA={indent:La,mode:w_,doc:{...D_,[Zy]:Pl+2}},rA=tt({indent:La,mode:Ty,doc:[p_,I_,eA]},[],hl,i_.length>0,fl,!0);Gd.push(tA),rA?Gd.push(mg,N_):pg?Gd.push(gg,N_):Gd.push(gg,_m);break}case fA:case _A:{let hl=D_.groupId?fl[D_.groupId]:w_;if(hl===Sy){let hl=D_.type===fA?D_.breakContents:D_.negate?D_.contents:oe(D_.contents);hl&&Gd.push({indent:La,mode:w_,doc:hl})}if(hl===Ty){let hl=D_.type===fA?D_.flatContents:D_.negate?oe(D_.contents):D_.contents;hl&&Gd.push({indent:La,mode:w_,doc:hl})}break}case mA:i_.push({indent:La,mode:w_,doc:D_.contents});break;case gA:i_.length>0&&Gd.push({indent:La,mode:w_,doc:NA});break;case AA:switch(w_){case Ty:if(!D_.hard){D_.soft||(p_.write(" "),Ul+=1);break}n_=!0;case Sy:if(i_.length>0){Gd.push({indent:La,mode:w_,doc:D_},...i_.reverse()),i_.length=0;break}D_.literal?(p_.write(Pl),Ul=0,La.root&&(La.root.value&&p_.write(La.root.value),Ul=La.root.length)):(p_.trim(),p_.write(Pl+La.value),Ul=La.length);break}break;case yA:Gd.push({indent:La,mode:w_,doc:D_.contents});break;case bA:break;default:throw new CA(D_)}Gd.length===0&&i_.length>0&&(Gd.push(...i_.reverse()),i_.length=0)}let{text:w_,positions:D_}=p_.finish();if(D_.length!==2)return{formatted:w_};let[I_,N_]=D_;return{formatted:w_,cursorNodeStart:I_,cursorNodeText:w_.slice(I_,N_)}}function mo(La,hl,fl=0){let yl=0;for(let Pl=fl;Pl1?sA(0,La,-2):null}getValue(){return sA(0,this.stack,-1)}getNode(La=0){let hl=this.#me(La);return hl===-1?null:this.stack[hl]}getParentNode(La=0){return this.getNode(La+1)}#me(La){let{stack:hl}=this;for(let fl=hl.length-1;fl>=0;fl-=2)if(!Array.isArray(hl[fl])&&--La<0)return fl;return-1}call(La,...hl){let{stack:fl}=this,{length:yl}=fl,Pl=sA(0,fl,-1);for(let La of hl)Pl=Pl?.[La],fl.push(La,Pl);try{return La(this)}finally{fl.length=yl}}callParent(La,hl=0){let fl=this.#me(hl+1),yl=this.stack.splice(fl+1);try{return La(this)}finally{this.stack.push(...yl)}}each(La,...hl){let{stack:fl}=this,{length:yl}=fl,Pl=sA(0,fl,-1);for(let La of hl)Pl=Pl[La],fl.push(La,Pl);try{for(let hl=0;hl{fl[yl]=La(hl,yl,Pl)},...hl),fl}match(...La){let hl=this.stack.length-1,fl=null,yl=this.stack[hl--];for(let Pl of La){if(yl===void 0)return!1;let La=null;if(typeof fl=="number"&&(La=fl,fl=this.stack[hl--],yl=this.stack[hl--]),Pl&&!Pl(yl,fl,La))return!1;fl=this.stack[hl--],yl=this.stack[hl--]}return!0}findAncestor(La){for(let hl of this.#_e())if(La(hl))return hl}hasAncestor(La){for(let hl of this.#_e())if(La(hl))return!0;return!1}*#_e(){let{stack:La}=this;for(let hl=La.length-3;hl>=0;hl-=2){let fl=La[hl];Array.isArray(fl)||(yield fl)}}},Nb=Rb;function Fo(La){return Array.isArray(La)&&La.length>0}var Ob=Fo;function Eo(La){return La!==null&&typeof La=="object"}var jb=Eo;function _e(La){return(hl,fl,yl)=>{if(fl===!1)return!1;let Pl=!!yl?.backwards,{length:Ul}=hl,Gd=fl;for(;Gd>=0&&GdLa===`\n`||La==="\r"||La==="\u2028"||La==="\u2029";function Co(La,hl,fl){if(hl===!1)return!1;let yl=!!fl?.backwards,Pl=La.charAt(hl);if(yl){if(La.charAt(hl-1)==="\r"&&Pl===`\n`)return hl-2;if(nn(Pl))return hl-1}else{if(Pl==="\r"&&La.charAt(hl+1)===`\n`)return hl+2;if(nn(Pl))return hl+1}return hl}var Qv=Co;function ho(La,hl,fl={}){let yl=Hb(La,fl.backwards?hl-1:hl,fl),Pl=Qv(La,yl,fl);return yl!==Pl}var Vv=ho;function*ye(La,hl){let{getVisitorKeys:fl,filter:yl=()=>!0}=hl,u=La=>jb(La)&&yl(La);for(let hl of fl(La)){let fl=La[hl];if(Array.isArray(fl))for(let La of fl)u(La)&&(yield La);else u(fl)&&(yield fl)}}function*un(La,hl){let fl=[La];for(let La=0;La(Pl??(Pl=[La,...hl]),yl(Ul,Pl)?[Ul]:sn(Ul,Pl,fl))),{locStart:Gd,locEnd:af}=fl;return Ul.sort((La,hl)=>Gd(La)-Gd(hl)||af(La)-af(hl)),Ul}function sn(La,hl,fl){return Fe(fl.cache,La,La=>go(La,hl,fl))}var tE=sn;function _o(La){let hl=La.type||La.kind||"(unknown type)",fl=String(La.name||La.id&&(typeof La.id=="object"?La.id.name:La.id)||La.key&&(typeof La.key=="object"?La.key.name:La.key)||La.value&&(typeof La.value=="object"?"":String(La.value))||La.operator||"");return fl.length>20&&(fl=fl.slice(0,19)+"…"),hl+(fl?" "+fl:"")}function Yt(La,hl){(La.comments??(La.comments=[])).push(hl),hl.printed=!1,hl.nodeDescription=_o(La)}function ce(La,hl){hl.leading=!0,hl.trailing=!1,Yt(La,hl)}function re(La,hl,fl){hl.leading=!1,hl.trailing=!1,fl&&(hl.marker=fl),Yt(La,hl)}function fe(La,hl){hl.leading=!1,hl.trailing=!0,Yt(La,hl)}var aE=new WeakMap;function an(La,hl,fl,yl,Pl=[]){let{locStart:Ul,locEnd:Gd}=fl,af=Ul(hl),n_=Gd(hl),i_=tE(La,Pl,{cache:aE,locStart:Ul,locEnd:Gd,getVisitorKeys:fl.getVisitorKeys,filter:fl.printer.canAttachComment,getChildren:fl.printer.getCommentChildNodes}),p_,w_,D_=0,I_=i_.length;for(;D_>1,yl=i_[La],N_=Ul(yl),_m=Gd(yl);if(N_<=af&&n_<=_m)return an(yl,hl,fl,yl,[yl,...Pl]);if(_m<=af){p_=yl,D_=La+1;continue}if(n_<=N_){w_=yl,I_=La;continue}throw new Error("Comment location overlaps with node location")}if(yl?.type==="TemplateLiteral"){let{quasis:La}=yl,Pl=Ut(La,hl,fl);p_&&Ut(La,p_,fl)!==Pl&&(p_=null),w_&&Ut(La,w_,fl)!==Pl&&(w_=null)}return{enclosingNode:yl,precedingNode:p_,followingNode:w_}}var jt=()=>!1;function cn(La,hl){let{comments:fl}=La;if(delete La.comments,!Ob(fl)||!hl.printer.canAttachComment)return;let yl=[],{printer:{features:{experimental_avoidAstMutation:Pl},handleComments:Ul={}},originalText:Gd}=hl,{ownLine:af=jt,endOfLine:n_=jt,remaining:i_=jt}=Ul,p_=fl.map((yl,Pl)=>({...an(La,yl,hl),comment:yl,text:Gd,options:hl,ast:La,isLastComment:fl.length-1===Pl,placement:void 0})),w_=!Pl;for(let[La,hl]of p_.entries()){let{comment:fl,precedingNode:Ul,enclosingNode:Gd,followingNode:D_,text:I_,options:N_,ast:_m,isLastComment:pg}=hl,mg=yo(I_,N_,p_,La)?"ownLine":Ao(I_,N_,p_,La)?"endOfLine":"remaining",gg;if(Pl?(hl.placement=mg,gg=[hl]):gg=[fl,I_,N_,_m,pg],w_&&(fl.enclosingNode=Gd,fl.precedingNode=Ul,fl.followingNode=D_),fl.placement=mg,mg==="ownLine")af(...gg)||(D_?ce(D_,fl):Ul?fe(Ul,fl):Gd?re(Gd,fl):re(_m,fl));else if(mg==="endOfLine")n_(...gg)||(Ul?fe(Ul,fl):D_?ce(D_,fl):Gd?re(Gd,fl):re(_m,fl));else if(!i_(...gg))if(Ul&&D_){let La=yl.length;La>0&&yl[La-1].followingNode!==D_&&Dn(yl,N_),yl.push(hl)}else Ul?fe(Ul,fl):D_?ce(D_,fl):Gd?re(Gd,fl):re(_m,fl)}if(Dn(yl,hl),w_)for(let La of fl)delete La.precedingNode,delete La.enclosingNode,delete La.followingNode}var fn=La=>!/[\S\n\u2028\u2029]/.test(La);function yo(La,hl,fl,yl){let{comment:Pl,precedingNode:Ul}=fl[yl],{locStart:Gd,locEnd:af}=hl,n_=Gd(Pl);if(Ul)for(let hl=yl-1;hl>=0;hl--){let{comment:yl,precedingNode:Pl}=fl[hl];if(Pl!==Ul||!fn(La.slice(af(yl),n_)))break;n_=Gd(yl)}return Vv(La,n_,{backwards:!0})}function Ao(La,hl,fl,yl){let{comment:Pl,followingNode:Ul}=fl[yl],{locStart:Gd,locEnd:af}=hl,n_=af(Pl);if(Ul)for(let hl=yl+1;hl0;--Gd){let{comment:fl,precedingNode:af,followingNode:n_}=La[Gd-1];w_(af,yl),w_(n_,Pl);let i_=hl.originalText.slice(hl.locEnd(fl),Ul);if(hl.printer.isGap?.(i_,hl)??/^[\s(]*$/.test(i_))Ul=hl.locStart(fl);else break}for(let[hl,{comment:fl}]of La.entries())hl1&&La.comments.sort((La,fl)=>hl.locStart(La)-hl.locStart(fl));La.length=0}function Ut(La,hl,fl){let yl=fl.locStart(hl)-1;for(let hl=1;hl!0;function pn(La,hl){let fl=La.node;return fl.printed=!0,hl.printer.printComment(La,hl)}function Bo(La,hl){let fl=La.node,yl=[pn(La,hl)],{printer:Pl,originalText:Ul,locStart:Gd,locEnd:af}=hl;if(Pl.isBlockComment?.(fl)){let La=" ";Vv(Ul,af(fl))&&(Vv(Ul,Gd(fl),{backwards:!0})?La=OA:La=PA),yl.push(La)}else yl.push(OA);let n_=Qv(Ul,Hb(Ul,af(fl)));return n_!==!1&&Vv(Ul,n_)&&yl.push(OA),yl}function To(La,hl,fl){let yl=La.node,Pl=pn(La,hl),{printer:Ul,originalText:Gd,locStart:af}=hl,n_=Ul.isBlockComment?.(yl);if(fl?.hasLineSuffix&&!fl?.isBlock||Vv(Gd,af(yl),{backwards:!0})){let La=lE(Gd,af(yl));return{doc:Ie([OA,La?OA:"",Pl]),isBlock:n_,hasLineSuffix:!0}}return!n_||fl?.hasLineSuffix?{doc:[Ie([" ",Pl]),BA],isBlock:n_,hasLineSuffix:!0}:{doc:[" ",Pl],isBlock:n_,hasLineSuffix:!1}}function No(La,hl,fl){let yl=hl[Symbol.for("printedComments")],Pl=fl?.filter??ln,Ul=new Set(La.node?.comments?.filter(La=>!yl?.has(La)&&La.leading&&Pl(La)));return Ul.size===0?"":La.map(({node:fl})=>Ul.has(fl)?Bo(La,hl):"","comments").filter(Boolean)}function wo(La,hl,fl){let yl=La.node?.comments,Pl=new Set(yl?.filter(La=>La.trailing)),Ul=hl[Symbol.for("printedComments")],Gd=fl?.filter??ln,af=new Set(yl?.filter(La=>Pl.has(La)&&!Ul?.has(La)&&Gd(La)));if(af.size===0)return"";let n_=[],i_;return La.each(({node:fl})=>{Pl.has(fl)&&(i_=To(La,hl,i_),af.has(fl)&&n_.push(i_.doc))},"comments"),n_}function mn(La,hl,fl,yl){let Pl=No(La,fl,yl),Ul=wo(La,fl,yl);return Pl||Ul?Ee(hl,La=>[Pl,La,Ul]):hl}function dn(La){let{[nA]:hl,[Symbol.for("printedComments")]:fl}=La;for(let La of hl){if(!La.printed&&!fl.has(La))throw new Error('Comment "'+La.value.trim()+'" was not printed. Please report this error!');delete La.printed}}var Fn=()=>w_;var hE=class extends Error{name="ConfigError"},mE=class extends Error{name="UndefinedParserError"};var bE=Object.hasOwn??Function.prototype.call.bind(Object.prototype.hasOwnProperty),wE=bE;var xE={checkIgnorePragma:{category:"Special",type:"boolean",default:!1,description:"Check whether the file's first docblock comment contains '@noprettier' or '@noformat' to determine if it should be formatted.",cliCategory:"Other"},cursorOffset:{category:"Special",type:"int",default:-1,range:{start:-1,end:1/0,step:1},description:"Print (to stderr) where a cursor at the given position would move to after formatting.",cliCategory:"Editor"},endOfLine:{category:"Global",type:"choice",default:"lf",description:"Which end of line characters to apply.",choices:[{value:"lf",description:"Line Feed only (\\n), common on Linux and macOS as well as inside git repos"},{value:"crlf",description:"Carriage Return + Line Feed characters (\\r\\n), common on Windows"},{value:"cr",description:"Carriage Return character only (\\r), used very rarely"},{value:"auto",description:`Maintain existing\n(mixed values within one file are normalised by looking at what's used after the first line)`}]},filepath:{category:"Special",type:"path",description:"Specify the input filepath. This will be used to do parser inference.",cliName:"stdin-filepath",cliCategory:"Other",cliDescription:"Path to the file to pretend that stdin comes from."},insertPragma:{category:"Special",type:"boolean",default:!1,description:"Insert @format pragma into file's first docblock comment.",cliCategory:"Other"},parser:{category:"Global",type:"choice",default:void 0,description:"Which parser to use.",exception:La=>typeof La=="string"||typeof La=="function",choices:[{value:"flow",description:"Flow"},{value:"babel",description:"JavaScript"},{value:"babel-flow",description:"Flow"},{value:"babel-ts",description:"TypeScript"},{value:"typescript",description:"TypeScript"},{value:"acorn",description:"JavaScript"},{value:"espree",description:"JavaScript"},{value:"meriyah",description:"JavaScript"},{value:"css",description:"CSS"},{value:"less",description:"Less"},{value:"scss",description:"SCSS"},{value:"json",description:"JSON"},{value:"json5",description:"JSON5"},{value:"jsonc",description:"JSON with Comments"},{value:"json-stringify",description:"JSON.stringify"},{value:"graphql",description:"GraphQL"},{value:"markdown",description:"Markdown"},{value:"mdx",description:"MDX"},{value:"vue",description:"Vue"},{value:"yaml",description:"YAML"},{value:"glimmer",description:"Ember / Handlebars"},{value:"html",description:"HTML"},{value:"angular",description:"Angular"},{value:"lwc",description:"Lightning Web Components"},{value:"mjml",description:"MJML"}]},plugins:{type:"path",array:!0,default:[{value:[]}],category:"Global",description:"Add a plugin. Multiple plugins can be passed as separate `--plugin`s.",exception:La=>typeof La=="string"||typeof La=="object",cliName:"plugin",cliCategory:"Config"},printWidth:{category:"Global",type:"int",default:80,description:"The line length where Prettier will try wrap.",range:{start:0,end:1/0,step:1}},rangeEnd:{category:"Special",type:"int",default:1/0,range:{start:0,end:1/0,step:1},description:`Format code ending at a given character offset (exclusive).\nThe range will extend forwards to the end of the selected statement.`,cliCategory:"Editor"},rangeStart:{category:"Special",type:"int",default:0,range:{start:0,end:1/0,step:1},description:`Format code starting at a given character offset.\nThe range will extend backwards to the start of the first line containing the selected statement.`,cliCategory:"Editor"},requirePragma:{category:"Special",type:"boolean",default:!1,description:"Require either '@prettier' or '@format' to be present in the file's first docblock comment in order for it to be formatted.",cliCategory:"Other"},tabWidth:{type:"int",category:"Global",default:2,description:"Number of spaces per indentation level.",range:{start:0,end:1/0,step:1}},useTabs:{category:"Global",type:"boolean",default:!1,description:"Indent with tabs instead of spaces."},embeddedLanguageFormatting:{category:"Global",type:"choice",default:"auto",description:"Control how Prettier formats quoted code embedded in the file.",choices:[{value:"auto",description:"Format embedded code if Prettier can automatically identify it."},{value:"off",description:"Never automatically format embedded code."}]}};function it({plugins:La=[],showDeprecated:hl=!1}={}){let fl=La.flatMap(La=>La.languages??[]),yl=[];for(let Pl of So(Object.assign({},...La.map(({options:La})=>La),xE)))!hl&&Pl.deprecated||(Array.isArray(Pl.choices)&&(hl||(Pl.choices=Pl.choices.filter(La=>!La.deprecated)),Pl.name==="parser"&&(Pl.choices=[...Pl.choices,...Po(Pl.choices,fl,La)])),Pl.pluginDefaults=Object.fromEntries(La.filter(La=>La.defaultOptions?.[Pl.name]!==void 0).map(La=>[La.name,La.defaultOptions[Pl.name]])),yl.push(Pl));return{languages:fl,options:yl}}function*Po(La,hl,fl){let yl=new Set(La.map(La=>La.value));for(let La of hl)if(La.parsers){for(let hl of La.parsers)if(!yl.has(hl)){yl.add(hl);let Pl=fl.find(La=>La.parsers&&wE(La.parsers,hl)),Ul=La.name;Pl?.name&&(Ul+=` (plugin: ${Pl.name})`),yield{value:hl,description:Ul}}}}function So(La){let hl=[];for(let[fl,yl]of Object.entries(La)){let La={name:fl,...yl};Array.isArray(La.default)&&(La.default=sA(0,La.default,-1).value),hl.push(La)}return hl}var TE=Array.prototype.toReversed??function(){return[...this].reverse()},IE=X("toReversed",function(){if(Array.isArray(this))return TE}),FE=IE;function Io(){let La=globalThis,hl=La.process?.platform;if(typeof hl=="string")return hl.startsWith("win");let fl=La.Deno?.build?.os;return typeof fl=="string"?fl==="windows":La.navigator?.platform?.startsWith("Win")??!1}var PE=Io();function hn(La){if(La=La instanceof URL?La:new URL(La),La.protocol!=="file:")throw new TypeError(`URL must be a file URL: received "${La.protocol}"`);return La}function vo(La){return La=hn(La),decodeURIComponent(La.pathname.replace(/%(?![0-9A-Fa-f]{2})/g,"%25"))}function Lo(La){La=hn(La);let hl=decodeURIComponent(La.pathname.replace(/\//g,"\\").replace(/%(?![0-9A-Fa-f]{2})/g,"%25")).replace(/^\\*([A-Za-z]:)(\\|$)/,"$1\\");return La.hostname!==""&&(hl=`\\\\${La.hostname}${hl}`),hl}function Wt(La){return PE?Lo(La):vo(La)}var gn=La=>String(La).split(/[/\\]/).pop(),_n=La=>String(La).startsWith("file:");function yn(La,hl){if(!hl)return;let fl=gn(hl).toLowerCase();return La.find(({filenames:La})=>La?.some(La=>La.toLowerCase()===fl))??La.find(({extensions:La})=>La?.some(La=>fl.endsWith(La)))}function Mo(La,hl){if(hl)return La.find(({name:La})=>La.toLowerCase()===hl)??La.find(({aliases:La})=>La?.includes(hl))??La.find(({extensions:La})=>La?.includes(`.${hl}`))}var GE=void 0;function An(La,hl){if(hl){if(_n(hl))try{hl=Wt(hl)}catch{return}if(typeof hl=="string")return La.find(({isSupported:La})=>La?.({filepath:hl}))}}function jo(La,hl){let fl=FE(0,La.plugins).flatMap(La=>La.languages??[]);return(Mo(fl,hl.language)??yn(fl,hl.physicalFile)??yn(fl,hl.file)??An(fl,hl.physicalFile)??An(fl,hl.file)??GE?.(fl,hl.physicalFile))?.parsers[0]}var HE=jo;var VE={key:La=>/^[$_a-zA-Z][$_a-zA-Z0-9]*$/.test(La)?La:JSON.stringify(La),value(La){if(La===null||typeof La!="object")return JSON.stringify(La);if(Array.isArray(La))return`[${La.map(La=>VE.value(La)).join(", ")}]`;let hl=Object.keys(La);return hl.length===0?"{}":`{ ${hl.map(hl=>`${VE.key(hl)}: ${VE.value(La[hl])}`).join(", ")} }`},pair:({key:La,value:hl})=>VE.value({[La]:hl})};var WE=new Proxy(String,{get:()=>WE}),sw=WE;var Bn=(La,hl,{descriptor:fl})=>{let yl=[`${sw.yellow(typeof La=="string"?fl.key(La):fl.pair(La))} is deprecated`];return hl&&yl.push(`we now treat it as ${sw.blue(typeof hl=="string"?fl.key(hl):fl.pair(hl))}`),yl.join("; ")+"."};var aw=Symbol.for("vnopts.VALUE_NOT_EXIST"),ow=Symbol.for("vnopts.VALUE_UNCHANGED");var lw=" ".repeat(2),wn=(La,hl,fl)=>{let{text:yl,list:Pl}=fl.normalizeExpectedResult(fl.schemas[La].expected(fl)),Ul=[];return yl&&Ul.push(Nn(La,hl,yl,fl.descriptor)),Pl&&Ul.push([Nn(La,hl,Pl.title,fl.descriptor)].concat(Pl.values.map(La=>On(La,fl.loggerPrintWidth))).join(`\n`)),Pn(Ul,fl.loggerPrintWidth)};function Nn(La,hl,fl,yl){return[`Invalid ${sw.red(yl.key(La))} value.`,`Expected ${sw.blue(fl)},`,`but received ${hl===aw?sw.gray("nothing"):sw.red(yl.value(hl))}.`].join(" ")}function On({text:La,list:hl},fl){let yl=[];return La&&yl.push(`- ${sw.blue(La)}`),hl&&yl.push([`- ${sw.blue(hl.title)}:`].concat(hl.values.map(La=>On(La,fl-lw.length).replace(/^|\n/g,`$&${lw}`))).join(`\n`)),Pn(yl,fl)}function Pn(La,hl){if(La.length===1)return La[0];let[fl,yl]=La,[Pl,Ul]=La.map(La=>La.split(`\n`,1)[0].length);return Pl>hl&&Pl>Ul?yl:fl}var cw=[],pw=[];function at(La,hl,fl){if(La===hl)return 0;let yl=fl?.maxDistance,Pl=La;La.length>hl.length&&(La=hl,hl=Pl);let Ul=La.length,Gd=hl.length;for(;Ul>0&&La.charCodeAt(~-Ul)===hl.charCodeAt(~-Gd);)Ul--,Gd--;let af=0;for(;afyl)return yl;if(Ul===0)return yl!==void 0&&Gd>yl?yl:Gd;let n_,i_,p_,w_,D_=0,I_=0;for(;D_i_?w_>i_?i_+1:w_:w_>p_?p_+1:w_;if(yl!==void 0){let La=i_;for(D_=0;D_yl)return yl}}return cw.length=Ul,pw.length=Ul,yl!==void 0&&i_>yl?yl:i_}function Sn(La,hl,fl){if(!Array.isArray(hl)||hl.length===0)return;let yl=fl?.maxDistance,Pl=La.length;for(let fl of hl)if(fl===La)return fl;if(yl===0)return;let Ul,Gd=Number.POSITIVE_INFINITY,af=new Set;for(let fl of hl){if(af.has(fl))continue;af.add(fl);let hl=Math.abs(fl.length-Pl);if(hl>=Gd||yl!==void 0&&hl>yl)continue;let n_=Number.isFinite(Gd)?yl===void 0?Gd:Math.min(Gd,yl):yl,i_=n_===void 0?at(La,fl):at(La,fl,{maxDistance:n_});if(yl!==void 0&&i_>yl)continue;let p_=i_;if(n_!==void 0&&i_===n_&&n_===yl&&(p_=at(La,fl)),p_yl))return Ul}var ct=(La,hl,{descriptor:fl,logger:yl,schemas:Pl})=>{let Ul=[`Ignored unknown option ${sw.yellow(fl.pair({key:La,value:hl}))}.`],Gd=Sn(La,Object.keys(Pl),{maxDistance:3});Gd&&Ul.push(`Did you mean ${sw.blue(fl.key(Gd))}?`),yl.warn(Ul.join(" "))};var dw=["default","expected","validate","deprecated","forward","redirect","overlap","preprocess","postprocess"];function Vo(La,hl){let fl=new La(hl),yl=Object.create(fl);for(let La of dw)La in hl&&(yl[La]=Wo(hl[La],fl,hw.prototype[La].length));return yl}var hw=class{static create(La){return Vo(this,La)}constructor(La){this.name=La.name}default(La){}expected(La){return"nothing"}validate(La,hl){return!1}deprecated(La,hl){return!1}forward(La,hl){}redirect(La,hl){}overlap(La,hl,fl){return La}preprocess(La,hl){return La}postprocess(La,hl){return ow}};function Wo(La,hl,fl){return typeof La=="function"?(...yl)=>La(...yl.slice(0,fl-1),hl,...yl.slice(fl-1)):()=>La}var fw=class extends hw{constructor(La){super(La),this._sourceName=La.sourceName}expected(La){return La.schemas[this._sourceName].expected(La)}validate(La,hl){return hl.schemas[this._sourceName].validate(La,hl)}redirect(La,hl){return this._sourceName}};var _w=class extends hw{expected(){return"anything"}validate(){return!0}};var mw=class extends hw{constructor({valueSchema:La,name:hl=La.name,...fl}){super({...fl,name:hl}),this._valueSchema=La}expected(La){let{text:hl,list:fl}=La.normalizeExpectedResult(this._valueSchema.expected(La));return{text:hl&&`an array of ${hl}`,list:fl&&{title:"an array of the following values",values:[{list:fl}]}}}validate(La,hl){if(!Array.isArray(La))return!1;let fl=[];for(let yl of La){let La=hl.normalizeValidateResult(this._valueSchema.validate(yl,hl),yl);La!==!0&&fl.push(La.value)}return fl.length===0?!0:{value:fl}}deprecated(La,hl){let fl=[];for(let yl of La){let La=hl.normalizeDeprecatedResult(this._valueSchema.deprecated(yl,hl),yl);La!==!1&&fl.push(...La.map(({value:La})=>({value:[La]})))}return fl}forward(La,hl){let fl=[];for(let yl of La){let La=hl.normalizeForwardResult(this._valueSchema.forward(yl,hl),yl);fl.push(...La.map(bn))}return fl}redirect(La,hl){let fl=[],yl=[];for(let Pl of La){let La=hl.normalizeRedirectResult(this._valueSchema.redirect(Pl,hl),Pl);"remain"in La&&fl.push(La.remain),yl.push(...La.redirect.map(bn))}return fl.length===0?{redirect:yl}:{redirect:yl,remain:fl}}overlap(La,hl){return La.concat(hl)}};function bn({from:La,to:hl}){return{from:[La],to:hl}}var gw=class extends hw{expected(){return"true or false"}validate(La){return typeof La=="boolean"}};function In(La,hl){let fl=Object.create(null);for(let yl of La){let La=yl[hl];if(fl[La])throw new Error(`Duplicate ${hl} ${JSON.stringify(La)}`);fl[La]=yl}return fl}function Rn(La,hl){let fl=new Map;for(let yl of La){let La=yl[hl];if(fl.has(La))throw new Error(`Duplicate ${hl} ${JSON.stringify(La)}`);fl.set(La,yl)}return fl}function vn(){let La=Object.create(null);return hl=>{let fl=JSON.stringify(hl);return La[fl]?!0:(La[fl]=!0,!1)}}function Ln(La,hl){let fl=[],yl=[];for(let Pl of La)hl(Pl)?fl.push(Pl):yl.push(Pl);return[fl,yl]}function Mn(La){return La===Math.floor(La)}function Yn(La,hl){if(La===hl)return 0;let fl=typeof La,yl=typeof hl,Pl=["undefined","object","boolean","number","string"];return fl!==yl?Pl.indexOf(fl)-Pl.indexOf(yl):fl!=="string"?Number(La)-Number(hl):La.localeCompare(hl)}function jn(La){return(...hl)=>{let fl=La(...hl);return typeof fl=="string"?new Error(fl):fl}}function zt(La){return La===void 0?{}:La}function Gt(La){if(typeof La=="string")return{text:La};let{text:hl,list:fl}=La;return $o((hl||fl)!==void 0,"Unexpected `expected` result, there should be at least one field."),fl?{text:hl,list:{title:fl.title,values:fl.values.map(Gt)}}:{text:hl}}function Kt(La,hl){return La===!0?!0:La===!1?{value:hl}:La}function Ht(La,hl,fl=!1){return La===!1?!1:La===!0?fl?!0:[{value:hl}]:"value"in La?[La]:La.length===0?!1:La}function kn(La,hl){return typeof La=="string"||"key"in La?{from:hl,to:La}:"from"in La?{from:La.from,to:La.to}:{from:hl,to:La.to}}function dt(La,hl){return La===void 0?[]:Array.isArray(La)?La.map(La=>kn(La,hl)):[kn(La,hl)]}function Jt(La,hl){let fl=dt(typeof La=="object"&&"redirect"in La?La.redirect:La,hl);return fl.length===0?{remain:hl,redirect:fl}:typeof La=="object"&&"remain"in La?{remain:La.remain,redirect:fl}:{redirect:fl}}function $o(La,hl){if(!La)throw new Error(hl)}var Aw=class extends hw{constructor(La){super(La),this._choices=Rn(La.choices.map(La=>La&&typeof La=="object"?La:{value:La}),"value")}expected({descriptor:La}){let hl=Array.from(this._choices.keys()).map(La=>this._choices.get(La)).filter(({hidden:La})=>!La).map(La=>La.value).sort(Yn).map(La.value),fl=hl.slice(0,-2),yl=hl.slice(-2);return{text:fl.concat(yl.join(" or ")).join(", "),list:{title:"one of the following values",values:hl}}}validate(La){return this._choices.has(La)}deprecated(La){let hl=this._choices.get(La);return hl&&hl.deprecated?{value:La}:!1}forward(La){let hl=this._choices.get(La);return hl?hl.forward:void 0}redirect(La){let hl=this._choices.get(La);return hl?hl.redirect:void 0}};var yw=class extends hw{expected(){return"a number"}validate(La,hl){return typeof La=="number"}};var bw=class extends yw{expected(){return"an integer"}validate(La,hl){return hl.normalizeValidateResult(super.validate(La,hl),La)===!0&&Mn(La)}};var vw=class extends hw{expected(){return"a string"}validate(La){return typeof La=="string"}};var Ew=VE,ww=ct,Cw=wn,xw=Bn;var Dw=class{constructor(La,hl){let{logger:fl=console,loggerPrintWidth:yl=80,descriptor:Pl=Ew,unknown:Ul=ww,invalid:Gd=Cw,deprecated:af=xw,missing:n_=()=>!1,required:i_=()=>!1,preprocess:p_=La=>La,postprocess:w_=()=>ow}=hl||{};this._utils={descriptor:Pl,logger:fl||{warn:()=>{}},loggerPrintWidth:yl,schemas:In(La,"name"),normalizeDefaultResult:zt,normalizeExpectedResult:Gt,normalizeDeprecatedResult:Ht,normalizeForwardResult:dt,normalizeRedirectResult:Jt,normalizeValidateResult:Kt},this._unknownHandler=Ul,this._invalidHandler=jn(Gd),this._deprecatedHandler=af,this._identifyMissing=(La,hl)=>!(La in hl)||n_(La,hl),this._identifyRequired=i_,this._preprocess=p_,this._postprocess=w_,this.cleanHistory()}cleanHistory(){this._hasDeprecationWarned=vn()}normalize(La){let hl={},fl=[this._preprocess(La,this._utils)],o=()=>{for(;fl.length!==0;){let La=fl.shift(),yl=this._applyNormalization(La,hl);fl.push(...yl)}};o();for(let La of Object.keys(this._utils.schemas)){let yl=this._utils.schemas[La];if(!(La in hl)){let hl=zt(yl.default(this._utils));"value"in hl&&fl.push({[La]:hl.value})}}o();for(let La of Object.keys(this._utils.schemas)){if(!(La in hl))continue;let fl=this._utils.schemas[La],yl=hl[La],Pl=fl.postprocess(yl,this._utils);Pl!==ow&&(this._applyValidation(Pl,La,fl),hl[La]=Pl)}return this._applyPostprocess(hl),this._applyRequiredCheck(hl),hl}_applyNormalization(La,hl){let fl=[],{knownKeys:yl,unknownKeys:Pl}=this._partitionOptionKeys(La);for(let Pl of yl){let yl=this._utils.schemas[Pl],Ul=yl.preprocess(La[Pl],this._utils);this._applyValidation(Ul,Pl,yl);let a=({from:La,to:hl})=>{fl.push(typeof hl=="string"?{[hl]:La}:{[hl.key]:hl.value})},c=({value:La,redirectTo:hl})=>{let fl=Ht(yl.deprecated(La,this._utils),Ul,!0);if(fl!==!1)if(fl===!0)this._hasDeprecationWarned(Pl)||this._utils.logger.warn(this._deprecatedHandler(Pl,hl,this._utils));else for(let{value:La}of fl){let fl={key:Pl,value:La};if(!this._hasDeprecationWarned(fl)){let yl=typeof hl=="string"?{key:hl,value:La}:hl;this._utils.logger.warn(this._deprecatedHandler(fl,yl,this._utils))}}};dt(yl.forward(Ul,this._utils),Ul).forEach(a);let Gd=Jt(yl.redirect(Ul,this._utils),Ul);if(Gd.redirect.forEach(a),"remain"in Gd){let La=Gd.remain;hl[Pl]=Pl in hl?yl.overlap(hl[Pl],La,this._utils):La,c({value:La})}for(let{from:La,to:hl}of Gd.redirect)c({value:La,redirectTo:hl})}for(let yl of Pl){let Pl=La[yl];this._applyUnknownHandler(yl,Pl,hl,(La,hl)=>{fl.push({[La]:hl})})}return fl}_applyRequiredCheck(La){for(let hl of Object.keys(this._utils.schemas))if(this._identifyMissing(hl,La)&&this._identifyRequired(hl))throw this._invalidHandler(hl,aw,this._utils)}_partitionOptionKeys(La){let[hl,fl]=Ln(Object.keys(La).filter(hl=>!this._identifyMissing(hl,La)),La=>La in this._utils.schemas);return{knownKeys:hl,unknownKeys:fl}}_applyValidation(La,hl,fl){let yl=Kt(fl.validate(La,this._utils),La);if(yl!==!0)throw this._invalidHandler(hl,yl.value,this._utils)}_applyUnknownHandler(La,hl,fl,yl){let Pl=this._unknownHandler(La,hl,this._utils);if(Pl)for(let La of Object.keys(Pl)){if(this._identifyMissing(La,Pl))continue;let hl=Pl[La];La in this._utils.schemas?yl(La,hl):fl[La]=hl}}_applyPostprocess(La){let hl=this._postprocess(La,this._utils);if(hl!==ow){if(hl.delete)for(let fl of hl.delete)delete La[fl];if(hl.override){let{knownKeys:fl,unknownKeys:yl}=this._partitionOptionKeys(hl.override);for(let yl of fl){let fl=hl.override[yl];this._applyValidation(fl,yl,this._utils.schemas[yl]),La[yl]=fl}for(let fl of yl){let yl=hl.override[fl];this._applyUnknownHandler(fl,yl,La,(hl,fl)=>{let yl=this._utils.schemas[hl];this._applyValidation(fl,hl,yl),La[hl]=fl})}}}}};var Sw;function zo(La,hl,{logger:fl=!1,isCLI:yl=!1,passThrough:Pl=!1,FlagSchema:Ul,descriptor:Gd}={}){if(yl){if(!Ul)throw new Error("'FlagSchema' option is required.");if(!Gd)throw new Error("'descriptor' option is required.")}else Gd=VE;let af=Pl?Array.isArray(Pl)?(La,hl)=>Pl.includes(La)?{[La]:hl}:void 0:(La,hl)=>({[La]:hl}):(La,hl,fl)=>{let{_:yl,...Pl}=fl.schemas;return ct(La,hl,{...fl,schemas:Pl})},n_=Go(hl,{isCLI:yl,FlagSchema:Ul}),i_=new Dw(n_,{logger:fl,unknown:af,descriptor:Gd}),p_=fl!==!1;p_&&Sw&&(i_._hasDeprecationWarned=Sw);let w_=i_.normalize(La);return p_&&(Sw=i_._hasDeprecationWarned),w_}function Go(La,{isCLI:hl,FlagSchema:fl}){let yl=[];hl&&yl.push(_w.create({name:"_"}));for(let Pl of La)yl.push(Ko(Pl,{isCLI:hl,optionInfos:La,FlagSchema:fl})),Pl.alias&&hl&&yl.push(fw.create({name:Pl.alias,sourceName:Pl.name}));return yl}function Ko(La,{isCLI:hl,optionInfos:fl,FlagSchema:yl}){let{name:Pl}=La,Ul={name:Pl},Gd,af={};switch(La.type){case"int":Gd=bw,hl&&(Ul.preprocess=Number);break;case"string":Gd=vw;break;case"choice":Gd=Aw,Ul.choices=La.choices.map(hl=>hl?.redirect?{...hl,redirect:{to:{key:La.name,value:hl.redirect}}}:hl);break;case"boolean":Gd=gw;break;case"flag":Gd=yl,Ul.flags=fl.flatMap(La=>[La.alias,La.description&&La.name,La.oppositeDescription&&`no-${La.name}`].filter(Boolean));break;case"path":Gd=vw;break;default:throw new Error(`Unexpected type ${La.type}`)}if(La.exception?Ul.validate=(hl,fl,yl)=>La.exception(hl)||fl.validate(hl,yl):Ul.validate=(La,hl,fl)=>La===void 0||hl.validate(La,fl),La.redirect&&(af.redirect=hl=>hl?{to:typeof La.redirect=="string"?La.redirect:{key:La.redirect.option,value:La.redirect.value}}:void 0),La.deprecated&&(af.deprecated=!0),hl&&!La.array){let La=Ul.preprocess||(La=>La);Ul.preprocess=(hl,fl,yl)=>fl.preprocess(La(Array.isArray(hl)?sA(0,hl,-1):hl),yl)}return La.array?mw.create({...hl?{preprocess:La=>Array.isArray(La)?La:[La]}:{},...af,valueSchema:Gd.create(Ul)}):Gd.create({...Ul,...af})}var kw=zo;var Tw=Array.prototype.findLast??function(La){for(let hl=this.length-1;hl>=0;hl--){let fl=this[hl];if(La(fl,hl,this))return fl}},Iw=X("findLast",function(){if(Array.isArray(this))return Tw}),Bw=Iw;var Fw=Symbol.for("PRETTIER_IS_FRONT_MATTER"),Pw=[];function qo(La){return!!La?.[Fw]}var Rw=qo;var Nw=new Set(["yaml","toml"]),je=({node:La})=>Rw(La)&&Nw.has(La.language);async function Zt(La,hl,fl,yl){let{node:Pl}=fl,{language:Ul}=Pl;if(!Nw.has(Ul))return;let Gd=Pl.value.trim(),af;if(Gd){let hl=Ul==="yaml"?Ul:HE(yl,{language:Ul});if(!hl)return;af=Gd?await La(Gd,{parser:hl}):""}else af=Gd;return Xe([Pl.startDelimiter,Pl.explicitLanguage??"",OA,af,af?OA:"",Pl.endDelimiter])}function Xo(La,hl){return je({node:La})&&(delete hl.end,delete hl.raw,delete hl.value),hl}var Ow=Xo;function Qo({node:La}){return La.raw}var Qw=Qo;var Lw=new Set(["tokens","comments","parent","enclosingNode","precedingNode","followingNode"]),Zo=La=>Object.keys(La).filter(La=>!Lw.has(La));function ei(La,hl){let fl=La?hl=>La(hl,Lw):Zo;return hl?new Proxy(fl,{apply:(La,hl,fl)=>Rw(fl[0])?Pw:Reflect.apply(La,hl,fl)}):fl}var Mw=ei;function nr(La,hl){if(!hl)throw new Error("parserName is required.");let fl=Bw(0,La,La=>La.parsers&&wE(La.parsers,hl));if(fl)return fl;let yl=`Couldn't resolve parser "${hl}".`;throw yl+=" Plugins must be explicitly added to the standalone bundle.",new hE(yl)}function Jn(La,hl){if(!hl)throw new Error("astFormat is required.");let fl=Bw(0,La,La=>La.printers&&wE(La.printers,hl));if(fl)return fl;let yl=`Couldn't find plugin for AST format "${hl}".`;throw yl+=" Plugins must be explicitly added to the standalone bundle.",new hE(yl)}function Ue({plugins:La,parser:hl}){let fl=nr(La,hl);return ur(fl,hl)}function ur(La,hl){let fl=La.parsers[hl];return typeof fl=="function"?fl():fl}async function qn(La,hl){let fl=La.printers[hl],yl=typeof fl=="function"?await fl():fl;return ni(yl)}function ti(La){let{features:hl,getVisitorKeys:fl,embed:yl,massageAstNode:Pl,print:Ul,...Gd}=La;hl=si(hl);let af=hl.experimental_frontMatterSupport;fl=Mw(fl,af.massageAstNode||af.embed||af.print);let n_=Pl;Pl&&af.massageAstNode&&(n_=new Proxy(Pl,{apply(La,hl,fl){return Ow(...fl),Reflect.apply(La,hl,fl)}}));let i_=yl;if(yl){let La;i_=new Proxy(yl,{get(hl,Pl,Ul){return Pl==="getVisitorKeys"?(La??(La=yl.getVisitorKeys?Mw(yl.getVisitorKeys,af.massageAstNode||af.embed):fl),La):Reflect.get(hl,Pl,Ul)},apply:(La,hl,fl)=>af.embed&&je(...fl)?Zt:Reflect.apply(La,hl,fl)})}let p_=Ul;return af.print&&(p_=new Proxy(Ul,{apply(La,hl,fl){let[yl]=fl;return Rw(yl.node)?Qw(yl):Reflect.apply(La,hl,fl)}})),{features:hl,getVisitorKeys:fl,embed:i_,massageAstNode:n_,print:p_,...Gd}}var jw=new WeakMap;function ni(La){return Fe(jw,La,ti)}var Uw=["clean","embed","print"],Gw=Object.fromEntries(Uw.map(La=>[La,!1]));function ii(La){return{...Gw,...La}}function si(La){return{experimental_avoidAstMutation:!1,...La,experimental_frontMatterSupport:ii(La?.experimental_frontMatterSupport)}}var qw={astFormat:"estree",printer:{},originalText:void 0,locStart:null,locEnd:null,getVisitorKeys:null};async function Di(La,hl={}){let fl={...La};if(!fl.parser){if(!fl.filepath)throw new mE("No parser and no file path given, couldn't infer a parser.");if(fl.parser=HE(fl,{physicalFile:fl.filepath}),!fl.parser)throw new mE(`No parser could be inferred for file "${fl.filepath}".`)}let yl=it({plugins:La.plugins,showDeprecated:!0}).options,Pl={...qw,...Object.fromEntries(yl.filter(La=>La.default!==void 0).map(La=>[La.name,La.default]))},Ul=nr(fl.plugins,fl.parser),Gd=await ur(Ul,fl.parser);fl.astFormat=Gd.astFormat,fl.locEnd=Gd.locEnd,fl.locStart=Gd.locStart;let af=Ul.printers?.[Gd.astFormat]?Ul:Jn(fl.plugins,Gd.astFormat),n_=await qn(af,Gd.astFormat);fl.printer=n_,fl.getVisitorKeys=n_.getVisitorKeys;let i_=af.defaultOptions?Object.fromEntries(Object.entries(af.defaultOptions).filter(([,La])=>La!==void 0)):{},p_={...Pl,...i_};for(let[La,hl]of Object.entries(p_))fl[La]??(fl[La]=hl);return fl.parser==="json"&&(fl.trailingComma="none"),kw(fl,yl,{passThrough:Object.keys(qw),...hl})}var $w=Di;var Jw=/\r\n|[\n\r\u2028\u2029]/;function ai(La,hl,fl,yl){let Pl={column:null,line:-1,...La.start},Ul={...Pl,...La.end},{linesAbove:Gd=2,linesBelow:af=3}=fl||{},n_=Pl.line-yl,i_=Pl.column,p_=Ul.line-yl,w_=Ul.column,D_=Math.max(n_-(Gd+1),0),I_=Math.min(hl.length,p_+af);n_===-1&&(D_=0),p_===-1&&(I_=hl.length);let N_=p_-n_,_m={};if(N_)for(let La=0;La<=N_;La++){let fl=La+n_;if(i_==null)_m[fl]=!0;else if(La===0){let La=hl[fl-1].length;_m[fl]=[i_,La-i_]}else if(La===N_)_m[fl]=[0,w_];else{let La=hl[fl-1].length;_m[fl]=[0,La]}}else if(i_===w_)i_!=null?_m[n_]=[i_,0]:_m[n_]=!0;else{let La=i_??0,hl=w_??La;_m[n_]=[La,hl-La]}return{start:D_,end:I_,markerLines:_m}}function Zn(La,hl,fl={},yl){let{defs:Pl,highlight:Ul}=yl||{defs:{gutter:String,marker:String,message:String,reset:String},highlight:String},Gd=(fl.startLine||1)-1,af=La.split(Jw),{start:n_,end:i_,markerLines:p_}=ai(hl,af,fl,Gd),w_=hl.start&&typeof hl.start.column=="number",D_=String(i_+Gd).length,I_=Ul(La).split(Jw,i_).slice(n_,i_).map((La,hl)=>{let yl=n_+1+hl,Ul=` ${` ${yl+Gd}`.slice(-D_)} |`,af=p_[yl],i_=!p_[yl+1];if(af){let hl="";if(Array.isArray(af)){let yl=La.slice(0,af[0]).replace(/[^\t]/g," "),Gd=af[1]||1;hl=[`\n `,Pl.gutter(Ul.replace(/\d/g," "))," ",yl,Pl.marker("^").repeat(Gd)].join(""),i_&&fl.message&&(hl+=" "+Pl.message(fl.message))}return[Pl.marker(">"),Pl.gutter(Ul),La.length>0?` ${La}`:"",hl].join("")}else return` ${Pl.gutter(Ul)}${La.length>0?` ${La}`:""}`}).join(`\n`);return fl.message&&!w_&&(I_=`${" ".repeat(D_+1)}${fl.message}\n${I_}`),Pl.reset(I_)}function eu(La,hl,fl={}){return Zn(La,hl,fl)}async function ci(La,hl){let fl=await Ue(hl),yl=fl.preprocess?await fl.preprocess(La,hl):La;hl.originalText=yl;let Pl;try{Pl=await fl.parse(yl,hl,hl)}catch(hl){fi(hl,La)}return{text:yl,ast:Pl}}function fi(La,hl){let{loc:fl}=La;if(fl){let{start:yl,end:Pl}=fl;yl&&(yl={line:yl.line,column:yl.column-1}),Pl&&(Pl={line:Pl.line,column:Pl.column-1});let Ul=eu(hl,{start:yl,end:Pl},{highlightCode:!0});La.message+=`\n`+Ul,La.codeFrame=Ul}throw La}var Hw=ci;async function tu(La,hl,fl,yl,Pl){if(fl.embeddedLanguageFormatting!=="auto")return;let{printer:Ul}=fl,{embed:Gd}=Ul;if(!Gd)return;if(Gd.length>2)throw new Error("printer.embed has too many parameters. The API changed in Prettier v3. Please update your plugin. See https://prettier.io/docs/plugins#optional-embed");let{hasPrettierIgnore:af}=Ul,{getVisitorKeys:n_}=Gd,i_=[];l();let p_=La.stack;for(let{print:yl,node:Ul,pathStack:Gd}of i_)try{La.stack=Gd;let af=await yl(p,hl,La,fl);af&&Pl.set(Ul,af)}catch(La){if(globalThis.PRETTIER_DEBUG)throw La}La.stack=p_;function p(La,hl){return li(La,hl,fl,yl)}function l(){let{node:hl}=La;if(hl===null||typeof hl!="object"||af?.(La))return;for(let fl of n_(hl))Array.isArray(hl[fl])?La.each(l,fl):La.call(l,fl);let yl=Gd(La,fl);if(yl){if(typeof yl=="function"){i_.push({print:yl,node:hl,pathStack:[...La.stack]});return}Pl.set(hl,yl)}}}async function li(La,hl,fl,yl){let Pl=await $w({...fl,...hl,parentParser:fl.parser,originalText:La,cursorOffset:void 0,rangeStart:void 0,rangeEnd:void 0},{passThrough:!0}),{ast:Ul}=await Hw(La,Pl),Gd=await yl(Ul,Pl);return He(Gd)}function pi(La,hl,fl,yl){let{originalText:Pl,[nA]:Ul,locStart:Gd,locEnd:af,[Symbol.for("printedComments")]:n_}=hl,{node:i_}=La,p_=Gd(i_),w_=af(i_);for(let La of Ul)Gd(La)>=p_&&af(La)<=w_&&n_.add(La);let{printPrettierIgnored:D_}=hl.printer;return D_?D_(La,hl,fl,yl):Pl.slice(p_,w_)}var Vw=pi;async function Ve(La,hl){({ast:La}=await or(La,hl));let fl=new Map,yl=new Nb(La),Pl=Fn(hl),Ul=new Map;await tu(yl,D,hl,Ve,Ul);let Gd=await nu(yl,hl,D,void 0,Ul);if(dn(hl),hl.cursorOffset>=0){if(hl.nodeAfterCursor&&!hl.nodeBeforeCursor)return[FA,Gd];if(hl.nodeBeforeCursor&&!hl.nodeAfterCursor)return[Gd,FA]}return Gd;function D(La,hl){return La===void 0||La===yl?s(hl):Array.isArray(La)?yl.call(()=>s(hl),...La):yl.call(()=>s(hl),La)}function s(La){Pl(yl);let Gd=yl.node;if(Gd==null)return"";let af=jb(Gd)&&La===void 0;if(af&&fl.has(Gd))return fl.get(Gd);let n_=nu(yl,hl,D,La,Ul);return af&&fl.set(Gd,n_),n_}}function nu(La,hl,fl,yl,Pl){let{node:Ul}=La,{printer:Gd}=hl,af;switch(Gd.hasPrettierIgnore?.(La)?af=Vw(La,hl,fl,yl):Pl.has(Ul)?af=Pl.get(Ul):af=Gd.print(La,hl,fl,yl),Ul){case hl.cursorNode:af=Ee(af,La=>[FA,La,FA]);break;case hl.nodeBeforeCursor:af=Ee(af,La=>[La,FA]);break;case hl.nodeAfterCursor:af=Ee(af,La=>[FA,La]);break}return Gd.printComment&&Ob(Ul.comments)&&!Gd.willPrintOwnComments?.(La,hl)&&(af=mn(La,af,hl)),af}async function or(La,hl){let fl=La.comments??[];hl[nA]=fl,hl[Symbol.for("printedComments")]=new Set,cn(La,hl);let{printer:{preprocess:yl}}=hl;return La=yl?await yl(La,hl):La,{ast:La,comments:fl}}function mi(La,hl){let{cursorOffset:fl,locStart:yl,locEnd:Pl,getVisitorKeys:Ul}=hl,i=La=>yl(La)<=fl&&Pl(La)>=fl,Gd=La,af=[La];for(let hl of un(La,{getVisitorKeys:Ul,filter:i}))af.push(hl),Gd=hl;if(on(Gd,{getVisitorKeys:Ul}))return{cursorNode:Gd};let n_,i_,p_=-1,w_=Number.POSITIVE_INFINITY;for(;af.length>0&&(n_===void 0||i_===void 0);){Gd=af.pop();let La=n_!==void 0,hl=i_!==void 0;for(let af of ye(Gd,{getVisitorKeys:Ul})){if(!La){let La=Pl(af);La<=fl&&La>p_&&(n_=af,p_=La)}if(!hl){let La=yl(af);La>=fl&&Lai(La,hl)).filter(Boolean);let fl={},Gd=new Set(Pl(La));for(let hl in La)!wE(La,hl)||Ul?.has(hl)||(Gd.has(hl)?fl[hl]=i(La[hl],La):fl[hl]=La[hl]);let af=yl(La,fl,hl);if(af!==null)return af??fl}}var zw=di;var Yw=Array.prototype.findLastIndex??function(La){for(let hl=this.length-1;hl>=0;hl--){let fl=this[hl];if(La(fl,hl,this))return hl}return-1},Kw=X("findLastIndex",function(){if(Array.isArray(this))return Yw}),Xw=Kw;function Ci(La,hl){return hl=new Set(hl),La.find(La=>Zw.has(La.type)&&hl.has(La))}function iu(La){let hl=Xw(0,La,La=>La.type!=="Program"&&La.type!=="File");return hl===-1?La:La.slice(0,hl+1)}function hi(La,hl,{locStart:fl,locEnd:yl}){let[Pl,...Ul]=La,[Gd,...af]=hl;if(Pl===Gd)return[Pl,Gd];let n_=fl(Pl);for(let La of iu(af))if(fl(La)>=n_)Gd=La;else break;let i_=yl(Gd);for(let La of iu(Ul)){if(yl(La)<=i_)Pl=La;else break;if(Pl===Gd)break}return[Pl,Gd]}function sr(La,hl,fl,yl,Pl=[],Ul,Gd){let{locStart:af,locEnd:n_}=Gd,i_=af(La),p_=n_(La);if(hl>p_||hlyl);let Ul=La.slice(yl,Pl).search(/\S/),Gd=Ul===-1;if(!Gd)for(yl+=Ul;Pl>yl&&!/\S/.test(La[Pl-1]);--Pl);let af=hl.printer.features?.experimental_locForRangeFormat??hl,n_=sr(fl,yl,hl,(La,fl)=>su(hl,La,fl),[],"rangeStart",af);if(!n_)return;let i_=Gd?n_:sr(fl,Pl,hl,La=>su(hl,La),[],"rangeEnd",af);if(!i_)return;let p_,D_;if(fl.type==="JsonRoot"){let La=Ci(n_,i_);p_=La,D_=La}else[p_,D_]=hi(n_,i_,hl);let{locStart:I_,locEnd:N_}=af;return[Math.min(I_(p_),I_(D_)),Math.max(N_(p_),N_(D_))]}var tC="\ufeff",rC=Symbol("cursor");async function mu(La,hl,fl=0){if(!La||La.trim().length===0)return{formatted:"",cursorOffset:-1,comments:[]};let{ast:yl,text:Pl}=await Hw(La,hl);hl.cursorOffset>=0&&(hl={...hl,...Ww(yl,hl)});let Ul=await Ve(yl,hl,fl);fl>0&&(Ul=Qe([OA,Ul],fl,hl.tabWidth));let Gd=Ce(Ul,hl);if(fl>0){let La=Gd.formatted.trim();Gd.cursorNodeStart!==void 0&&(Gd.cursorNodeStart-=Gd.formatted.indexOf(La),Gd.cursorNodeStart<0&&(Gd.cursorNodeStart=0,Gd.cursorNodeText=Gd.cursorNodeText.trimStart()),Gd.cursorNodeStart+Gd.cursorNodeText.length>La.length&&(Gd.cursorNodeText=Gd.cursorNodeText.trimEnd())),Gd.formatted=La+we(hl.endOfLine)}let af=hl[nA];if(hl.cursorOffset>=0){let La,fl,yl,Ul;if((hl.cursorNode||hl.nodeBeforeCursor||hl.nodeAfterCursor)&&Gd.cursorNodeText)if(yl=Gd.cursorNodeStart,Ul=Gd.cursorNodeText,hl.cursorNode)La=hl.locStart(hl.cursorNode),fl=Pl.slice(La,hl.locEnd(hl.cursorNode));else{if(!hl.nodeBeforeCursor&&!hl.nodeAfterCursor)throw new Error("Cursor location must contain at least one of cursorNode, nodeBeforeCursor, nodeAfterCursor");La=hl.nodeBeforeCursor?hl.locEnd(hl.nodeBeforeCursor):0;let yl=hl.nodeAfterCursor?hl.locStart(hl.nodeAfterCursor):Pl.length;fl=Pl.slice(La,yl)}else La=0,fl=Pl,yl=0,Ul=Gd.formatted;let n_=hl.cursorOffset-La;if(fl===Ul)return{formatted:Gd.formatted,cursorOffset:yl+n_,comments:af};let i_=fl.split("");i_.splice(n_,0,rC);let p_=Ul.split(""),w_=Bt(i_,p_),D_=yl;for(let La of w_)if(La.removed){if(La.value.includes(rC))break}else D_+=La.count;return{formatted:Gd.formatted,cursorOffset:D_,comments:af}}return{formatted:Gd.formatted,cursorOffset:-1,comments:af}}async function yi(La,hl){let{ast:fl,text:yl}=await Hw(La,hl),[Pl,Ul]=au(yl,hl,fl)??[0,0],Gd=yl.slice(Pl,Ul),n_=Math.min(Pl,yl.lastIndexOf(`\n`,Pl)+1),i_=yl.slice(n_,Pl).match(/^\s*/)[0],p_=kb(i_,hl.tabWidth),w_=await mu(Gd,{...hl,rangeStart:0,rangeEnd:Number.POSITIVE_INFINITY,cursorOffset:hl.cursorOffset>Pl&&hl.cursorOffset<=Ul?hl.cursorOffset-Pl:-1,endOfLine:"lf"},p_),D_=w_.formatted.trimEnd(),{cursorOffset:I_}=hl;I_>Ul?I_+=D_.length-Gd.length:w_.cursorOffset>=0&&(I_=w_.cursorOffset+Pl);let N_=yl.slice(0,Pl)+D_+yl.slice(Ul);if(hl.endOfLine!=="lf"){let La=we(hl.endOfLine);I_>=0&&La===`\r\n`&&(I_+=Nt(N_.slice(0,I_),`\n`)),N_=af(0,N_,`\n`,La)}return{formatted:N_,cursorOffset:I_,comments:w_.comments}}function Dr(La,hl,fl){return typeof hl!="number"||Number.isNaN(hl)||hl<0||hl>La.length?fl:hl}function fu(La,hl){let{cursorOffset:fl,rangeStart:yl,rangeEnd:Pl}=hl;return fl=Dr(La,fl,-1),yl=Dr(La,yl,0),Pl=Dr(La,Pl,La.length),{...hl,cursorOffset:fl,rangeStart:yl,rangeEnd:Pl}}function du(La,hl){let{cursorOffset:fl,rangeStart:yl,rangeEnd:Pl,endOfLine:Ul}=fu(La,hl),Gd=La.charAt(0)===tC;if(Gd&&(La=La.slice(1),fl--,yl--,Pl--),Ul==="auto"&&(Ul=hr(La)),La.includes("\r")){let D=hl=>Nt(La.slice(0,Math.max(hl,0)),`\r\n`);fl-=D(fl),yl-=D(yl),Pl-=D(Pl),La=gr(La)}return{hasBOM:Gd,text:La,options:fu(La,{...hl,cursorOffset:fl,rangeStart:yl,rangeEnd:Pl,endOfLine:Ul})}}async function lu(La,hl){let fl=await Ue(hl);return!fl.hasPragma||fl.hasPragma(La)}async function Ai(La,hl){return(await Ue(hl)).hasIgnorePragma?.(La)}async function ar(La,hl){let{hasBOM:fl,text:yl,options:Pl}=du(La,await $w(hl));if(Pl.rangeStart>=Pl.rangeEnd&&yl!==""||Pl.requirePragma&&!await lu(yl,Pl)||Pl.checkIgnorePragma&&await Ai(yl,Pl))return{formatted:La,cursorOffset:hl.cursorOffset,comments:[]};let Ul;return Pl.rangeStart>0||Pl.rangeEnd=0&&Ul.cursorOffset++),Ul}async function Fu(La,hl,fl){let{text:yl,options:Pl}=du(La,await $w(hl)),Ul=await Hw(yl,Pl);return fl&&(fl.preprocessForPrint&&(Ul.ast=await or(Ul.ast,Pl)),fl.massage&&(Ul.ast=zw(Ul.ast,Pl))),Ul}async function Eu(La,hl){hl=await $w(hl);let fl=await Ve(La,hl);return Ce(fl,hl)}async function Cu(La,hl){let fl=Vr(La),{formatted:yl}=await ar(fl,{...hl,parser:"__js_expression"});return yl}async function hu(La,hl){hl=await $w(hl);let{ast:fl}=await Hw(La,hl);return hl.cursorOffset>=0&&(hl={...hl,...Ww(fl,hl)}),Ve(fl,hl)}async function gu(La,hl){return Ce(La,await $w(hl))}var nC={};At(nC,{builders:()=>iC,printer:()=>sC,utils:()=>aC});var iC={join:be,line:PA,softline:RA,hardline:OA,literalline:LA,group:Ot,conditionalGroup:Rr,fill:Ir,lineSuffix:Ie,lineSuffixBoundary:MA,cursor:FA,breakParent:BA,ifBreak:vr,trim:jA,indent:oe,indentIfBreak:Lr,align:De,addAlignmentToDoc:Qe,markAsRoot:Xe,dedentToRoot:br,dedent:kr,hardlineWithoutBreakParent:NA,literallineWithoutBreakParent:QA,label:Mr,concat:La=>La},sC={printDocToString:Ce},aC={willBreak:Br,traverseDoc:DA,findInDoc:Ke,mapDoc:Se,removeLines:Nr,stripTrailingHardline:He,replaceEndOfLine:wr,canBreak:Or};var oC="3.9.6";var lC={};At(lC,{addDanglingComment:()=>re,addLeadingComment:()=>ce,addTrailingComment:()=>fe,getAlignmentSize:()=>kb,getIndentSize:()=>hC,getMaxContinuousCount:()=>fC,getNextNonSpaceNonCommentCharacter:()=>_C,getNextNonSpaceNonCommentCharacterIndex:()=>ji,getPreferredQuote:()=>Nu,getStringWidth:()=>XA,hasNewline:()=>Vv,hasNewlineInRange:()=>bC,hasSpaces:()=>vC,isNextLineEmpty:()=>zi,isNextLineEmptyAfterIndex:()=>dC,isPreviousLineEmpty:()=>Vi,makeString:()=>$i,skip:()=>_e,skipEverythingButNewLine:()=>Zb,skipInlineComment:()=>cC,skipNewline:()=>Qv,skipSpaces:()=>Hb,skipToLineEnd:()=>Xb,skipTrailingComment:()=>uC,skipWhitespace:()=>Gb});function wi(La,hl){if(hl===!1)return!1;if(La.charAt(hl)==="/"&&La.charAt(hl+1)==="*"){for(let fl=hl+2;flMath.max(La,hl.length),0)/hl.length}var fC=ki;function Ii(La,hl){let fl=pC(La,hl);return fl===!1?"":La.charAt(fl)}var _C=Ii;var mC=Object.freeze({character:"'",codePoint:39}),gC=Object.freeze({character:'"',codePoint:34}),AC=Object.freeze({preferred:mC,alternate:gC}),yC=Object.freeze({preferred:gC,alternate:mC});function Nu(La,hl){let{preferred:fl,alternate:yl}=hl===!0||hl==="'"?AC:yC,{length:Pl}=La,Ul=0,Gd=0;for(let hl=0;hlGd?yl:fl).character}function Li(La,hl,fl){for(let yl=hl;ylPl===yl?Pl:Ul===hl?"\\"+Ul:Ul||(fl&&/^[^\n\r"'0-7\\bfnrt-vx\u2028\u2029]$/.test(Pl)?Pl:"\\"+Pl));return hl+Pl+hl}function zi(La,hl){return arguments.length===2||typeof hl=="number"?dC(La,hl):Wi(...arguments)}function de(La,hl=1){return async(...fl)=>{let yl=fl[hl]??{},Pl=yl.plugins??[];return fl[hl]={...yl,plugins:Array.isArray(Pl)?Pl:Object.values(Pl)},await La(...fl)}}var EC=de(ar);async function Su(La,hl){let{formatted:fl}=await EC(La,{...hl,cursorOffset:-1});return fl}async function Gi(La,hl){return await Su(La,hl)===La}var wC=de(it,0),CC={parse:de(Fu),formatAST:de(Eu),formatDoc:de(Cu),printToDoc:de(hu),printDocToString:de(gu)};return Yu(Pl)})},87269:(La,hl,fl)=>{"use strict"; +/*! Axios v1.18.1 Copyright (c) 2026 Matt Zabriskie and contributors */var yl=fl(96454);var Pl=fl(76982);var Ul=fl(87016);var Gd=fl(3669);var af=fl(58611);var n_=fl(65692);var i_=fl(85675);var p_=fl(39023);var w_=fl(16928);var D_=fl(1573);var I_=fl(43106);var N_=fl(2203);var _m=fl(24434);function bind(La,hl){return function wrap(){return La.apply(hl,arguments)}}const{toString:pg}=Object.prototype;const{getPrototypeOf:mg}=Object;const{iterator:gg,toStringTag:eA}=Symbol;const tA=(({hasOwnProperty:La})=>(hl,fl)=>La.call(hl,fl))(Object.prototype);const hasOwnInPrototypeChain=(La,hl)=>{let fl=La;const yl=[];while(fl!=null&&fl!==Object.prototype){if(yl.indexOf(fl)!==-1){return false}yl.push(fl);if(tA(fl,hl)){return true}fl=mg(fl)}return false};const getSafeProp=(La,hl)=>La!=null&&hasOwnInPrototypeChain(La,hl)?La[hl]:undefined;const rA=(La=>hl=>{const fl=pg.call(hl);return La[fl]||(La[fl]=fl.slice(8,-1).toLowerCase())})(Object.create(null));const kindOfTest=La=>{La=La.toLowerCase();return hl=>rA(hl)===La};const typeOfTest=La=>hl=>typeof hl===La;const{isArray:nA}=Array;const iA=typeOfTest("undefined");function isBuffer(La){return La!==null&&!iA(La)&&La.constructor!==null&&!iA(La.constructor)&&oA(La.constructor.isBuffer)&&La.constructor.isBuffer(La)}const sA=kindOfTest("ArrayBuffer");function isArrayBufferView(La){let hl;if(typeof ArrayBuffer!=="undefined"&&ArrayBuffer.isView){hl=ArrayBuffer.isView(La)}else{hl=La&&La.buffer&&sA(La.buffer)}return hl}const aA=typeOfTest("string");const oA=typeOfTest("function");const lA=typeOfTest("number");const isObject=La=>La!==null&&typeof La==="object";const isBoolean=La=>La===true||La===false;const isPlainObject=La=>{if(!isObject(La)){return false}const hl=mg(La);return(hl===null||hl===Object.prototype||mg(hl)===null)&&!hasOwnInPrototypeChain(La,eA)&&!hasOwnInPrototypeChain(La,gg)};const isEmptyObject=La=>{if(!isObject(La)||isBuffer(La)){return false}try{return Object.keys(La).length===0&&Object.getPrototypeOf(La)===Object.prototype}catch(La){return false}};const cA=kindOfTest("Date");const uA=kindOfTest("File");const isReactNativeBlob=La=>!!(La&&typeof La.uri!=="undefined");const isReactNative=La=>La&&typeof La.getParts!=="undefined";const pA=kindOfTest("Blob");const dA=kindOfTest("FileList");const isStream=La=>isObject(La)&&oA(La.pipe);function getGlobal(){if(typeof globalThis!=="undefined")return globalThis;if(typeof self!=="undefined")return self;if(typeof window!=="undefined")return window;if(typeof global!=="undefined")return global;return{}}const hA=getGlobal();const fA=typeof hA.FormData!=="undefined"?hA.FormData:undefined;const isFormData=La=>{if(!La)return false;if(fA&&La instanceof fA)return true;const hl=mg(La);if(!hl||hl===Object.prototype)return false;if(!oA(La.append))return false;const fl=rA(La);return fl==="formdata"||fl==="object"&&oA(La.toString)&&La.toString()==="[object FormData]"};const _A=kindOfTest("URLSearchParams");const[mA,gA,AA,yA]=["ReadableStream","Request","Response","Headers"].map(kindOfTest);const trim=La=>La.trim?La.trim():La.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"");function forEach(La,hl,{allOwnKeys:fl=false}={}){if(La===null||typeof La==="undefined"){return}let yl;let Pl;if(typeof La!=="object"){La=[La]}if(nA(La)){for(yl=0,Pl=La.length;yl0){Pl=fl[yl];if(hl===Pl.toLowerCase()){return Pl}}return null}const bA=(()=>{if(typeof globalThis!=="undefined")return globalThis;return typeof self!=="undefined"?self:typeof window!=="undefined"?window:global})();const isContextDefined=La=>!iA(La)&&La!==bA;function merge(...La){const{caseless:hl,skipUndefined:fl}=isContextDefined(this)&&this||{};const yl={};const assignValue=(La,Pl)=>{if(Pl==="__proto__"||Pl==="constructor"||Pl==="prototype"){return}const Ul=hl&&typeof Pl==="string"&&findKey(yl,Pl)||Pl;const Gd=tA(yl,Ul)?yl[Ul]:undefined;if(isPlainObject(Gd)&&isPlainObject(La)){yl[Ul]=merge(Gd,La)}else if(isPlainObject(La)){yl[Ul]=merge({},La)}else if(nA(La)){yl[Ul]=La.slice()}else if(!fl||!iA(La)){yl[Ul]=La}};for(let hl=0,fl=La.length;hl{forEach(hl,(hl,yl)=>{if(fl&&oA(hl)){Object.defineProperty(La,yl,{__proto__:null,value:bind(hl,fl),writable:true,enumerable:true,configurable:true})}else{Object.defineProperty(La,yl,{__proto__:null,value:hl,writable:true,enumerable:true,configurable:true})}},{allOwnKeys:yl});return La};const stripBOM=La=>{if(La.charCodeAt(0)===65279){La=La.slice(1)}return La};const inherits=(La,hl,fl,yl)=>{La.prototype=Object.create(hl.prototype,yl);Object.defineProperty(La.prototype,"constructor",{__proto__:null,value:La,writable:true,enumerable:false,configurable:true});Object.defineProperty(La,"super",{__proto__:null,value:hl.prototype});fl&&Object.assign(La.prototype,fl)};const toFlatObject=(La,hl,fl,yl)=>{let Pl;let Ul;let Gd;const af={};hl=hl||{};if(La==null)return hl;do{Pl=Object.getOwnPropertyNames(La);Ul=Pl.length;while(Ul-- >0){Gd=Pl[Ul];if((!yl||yl(Gd,La,hl))&&!af[Gd]){hl[Gd]=La[Gd];af[Gd]=true}}La=fl!==false&&mg(La)}while(La&&(!fl||fl(La,hl))&&La!==Object.prototype);return hl};const endsWith=(La,hl,fl)=>{La=String(La);if(fl===undefined||fl>La.length){fl=La.length}fl-=hl.length;const yl=La.indexOf(hl,fl);return yl!==-1&&yl===fl};const toArray=La=>{if(!La)return null;if(nA(La))return La;let hl=La.length;if(!lA(hl))return null;const fl=new Array(hl);while(hl-- >0){fl[hl]=La[hl]}return fl};const vA=(La=>hl=>La&&hl instanceof La)(typeof Uint8Array!=="undefined"&&mg(Uint8Array));const forEachEntry=(La,hl)=>{const fl=La&&La[gg];const yl=fl.call(La);let Pl;while((Pl=yl.next())&&!Pl.done){const fl=Pl.value;hl.call(La,fl[0],fl[1])}};const matchAll=(La,hl)=>{let fl;const yl=[];while((fl=La.exec(hl))!==null){yl.push(fl)}return yl};const EA=kindOfTest("HTMLFormElement");const toCamelCase=La=>La.toLowerCase().replace(/[-_\s]([a-z\d])(\w*)/g,function replacer(La,hl,fl){return hl.toUpperCase()+fl});const{propertyIsEnumerable:wA}=Object.prototype;const CA=kindOfTest("RegExp");const reduceDescriptors=(La,hl)=>{const fl=Object.getOwnPropertyDescriptors(La);const yl={};forEach(fl,(fl,Pl)=>{let Ul;if((Ul=hl(fl,Pl,La))!==false){yl[Pl]=Ul||fl}});Object.defineProperties(La,yl)};const freezeMethods=La=>{reduceDescriptors(La,(hl,fl)=>{if(oA(La)&&["arguments","caller","callee"].includes(fl)){return false}const yl=La[fl];if(!oA(yl))return;hl.enumerable=false;if("writable"in hl){hl.writable=false;return}if(!hl.set){hl.set=()=>{throw Error("Can not rewrite read-only method '"+fl+"'")}}})};const toObjectSet=(La,hl)=>{const fl={};const define=La=>{La.forEach(La=>{fl[La]=true})};nA(La)?define(La):define(String(La).split(hl));return fl};const noop=()=>{};const toFiniteNumber=(La,hl)=>La!=null&&Number.isFinite(La=+La)?La:hl;function isSpecCompliantForm(La){return!!(La&&oA(La.append)&&La[eA]==="FormData"&&La[gg])}const toJSONObject=La=>{const hl=new WeakSet;const visit=La=>{if(isObject(La)){if(hl.has(La)){return}if(isBuffer(La)){return La}if(!("toJSON"in La)){hl.add(La);const fl=nA(La)?[]:{};forEach(La,(La,hl)=>{const yl=visit(La);!iA(yl)&&(fl[hl]=yl)});hl.delete(La);return fl}}return La};return visit(La)};const xA=kindOfTest("AsyncFunction");const isThenable=La=>La&&(isObject(La)||oA(La))&&oA(La.then)&&oA(La.catch);const DA=((La,hl)=>{if(La){return setImmediate}return hl?((La,hl)=>{bA.addEventListener("message",({source:fl,data:yl})=>{if(fl===bA&&yl===La){hl.length&&hl.shift()()}},false);return fl=>{hl.push(fl);bA.postMessage(La,"*")}})(`axios@${Math.random()}`,[]):La=>setTimeout(La)})(typeof setImmediate==="function",oA(bA.postMessage));const SA=typeof queueMicrotask!=="undefined"?queueMicrotask.bind(bA):typeof process!=="undefined"&&process.nextTick||DA;const isIterable=La=>La!=null&&oA(La[gg]);const isSafeIterable=La=>La!=null&&hasOwnInPrototypeChain(La,gg)&&isIterable(La);var kA={isArray:nA,isArrayBuffer:sA,isBuffer:isBuffer,isFormData:isFormData,isArrayBufferView:isArrayBufferView,isString:aA,isNumber:lA,isBoolean:isBoolean,isObject:isObject,isPlainObject:isPlainObject,isEmptyObject:isEmptyObject,isReadableStream:mA,isRequest:gA,isResponse:AA,isHeaders:yA,isUndefined:iA,isDate:cA,isFile:uA,isReactNativeBlob:isReactNativeBlob,isReactNative:isReactNative,isBlob:pA,isRegExp:CA,isFunction:oA,isStream:isStream,isURLSearchParams:_A,isTypedArray:vA,isFileList:dA,forEach:forEach,merge:merge,extend:extend,trim:trim,stripBOM:stripBOM,inherits:inherits,toFlatObject:toFlatObject,kindOf:rA,kindOfTest:kindOfTest,endsWith:endsWith,toArray:toArray,forEachEntry:forEachEntry,matchAll:matchAll,isHTMLForm:EA,hasOwnProperty:tA,hasOwnProp:tA,hasOwnInPrototypeChain:hasOwnInPrototypeChain,getSafeProp:getSafeProp,reduceDescriptors:reduceDescriptors,freezeMethods:freezeMethods,toObjectSet:toObjectSet,toCamelCase:toCamelCase,noop:noop,toFiniteNumber:toFiniteNumber,findKey:findKey,global:bA,isContextDefined:isContextDefined,isSpecCompliantForm:isSpecCompliantForm,toJSONObject:toJSONObject,isAsyncFn:xA,isThenable:isThenable,setImmediate:DA,asap:SA,isIterable:isIterable,isSafeIterable:isSafeIterable};const TA=kA.toObjectSet(["age","authorization","content-length","content-type","etag","expires","from","host","if-modified-since","if-unmodified-since","last-modified","location","max-forwards","proxy-authorization","referer","retry-after","user-agent"]);var parseHeaders=La=>{const hl={};let fl;let yl;let Pl;La&&La.split("\n").forEach(function parser(La){Pl=La.indexOf(":");fl=La.substring(0,Pl).trim().toLowerCase();yl=La.substring(Pl+1).trim();if(!fl||hl[fl]&&TA[fl]){return}if(fl==="set-cookie"){if(hl[fl]){hl[fl].push(yl)}else{hl[fl]=[yl]}}else{hl[fl]=hl[fl]?hl[fl]+", "+yl:yl}});return hl};function trimSPorHTAB(La){let hl=0;let fl=La.length;while(hlhl){const hl=La.charCodeAt(fl-1);if(hl!==9&&hl!==32){break}fl-=1}return hl===0&&fl===La.length?La:La.slice(hl,fl)}const IA=new RegExp("[\\u0000-\\u0008\\u000a-\\u001f\\u007f]+","g");const BA=new RegExp("[^\\u0009\\u0020-\\u007e\\u0080-\\u00ff]+","g");function sanitizeValue(La,hl){if(kA.isArray(La)){return La.map(La=>sanitizeValue(La,hl))}return trimSPorHTAB(String(La).replace(hl,""))}const sanitizeHeaderValue=La=>sanitizeValue(La,IA);const sanitizeByteStringHeaderValue=La=>sanitizeValue(La,BA);function toByteStringHeaderObject(La){const hl=Object.create(null);kA.forEach(La.toJSON(),(La,fl)=>{hl[fl]=sanitizeByteStringHeaderValue(La)});return hl}const FA=Symbol("internals");function normalizeHeader(La){return La&&String(La).trim().toLowerCase()}function normalizeValue(La){if(La===false||La==null){return La}return kA.isArray(La)?La.map(normalizeValue):sanitizeHeaderValue(String(La))}function parseTokens(La){const hl=Object.create(null);const fl=/([^\s,;=]+)\s*(?:=\s*([^,;]+))?/g;let yl;while(yl=fl.exec(La)){hl[yl[1]]=yl[2]}return hl}const isValidHeaderName=La=>/^[-_a-zA-Z0-9^`|~,!#$%&'*+.]+$/.test(La.trim());function matchHeaderValue(La,hl,fl,yl,Pl){if(kA.isFunction(yl)){return yl.call(this,hl,fl)}if(Pl){hl=fl}if(!kA.isString(hl))return;if(kA.isString(yl)){return hl.indexOf(yl)!==-1}if(kA.isRegExp(yl)){return yl.test(hl)}}function formatHeader(La){return La.trim().toLowerCase().replace(/([a-z\d])(\w*)/g,(La,hl,fl)=>hl.toUpperCase()+fl)}function buildAccessors(La,hl){const fl=kA.toCamelCase(" "+hl);["get","set","has"].forEach(yl=>{Object.defineProperty(La,yl+fl,{__proto__:null,value:function(La,fl,Pl){return this[yl].call(this,hl,La,fl,Pl)},configurable:true})})}class AxiosHeaders{constructor(La){La&&this.set(La)}set(La,hl,fl){const yl=this;function setHeader(La,hl,fl){const Pl=normalizeHeader(hl);if(!Pl){return}const Ul=kA.findKey(yl,Pl);if(!Ul||yl[Ul]===undefined||fl===true||fl===undefined&&yl[Ul]!==false){yl[Ul||hl]=normalizeValue(La)}}const setHeaders=(La,hl)=>kA.forEach(La,(La,fl)=>setHeader(La,fl,hl));if(kA.isPlainObject(La)||La instanceof this.constructor){setHeaders(La,hl)}else if(kA.isString(La)&&(La=La.trim())&&!isValidHeaderName(La)){setHeaders(parseHeaders(La),hl)}else if(kA.isObject(La)&&kA.isSafeIterable(La)){let fl=Object.create(null),yl,Pl;for(const hl of La){if(!kA.isArray(hl)){throw new TypeError("Object iterator must return a key-value pair")}Pl=hl[0];if(kA.hasOwnProp(fl,Pl)){yl=fl[Pl];fl[Pl]=kA.isArray(yl)?[...yl,hl[1]]:[yl,hl[1]]}else{fl[Pl]=hl[1]}}setHeaders(fl,hl)}else{La!=null&&setHeader(hl,La,fl)}return this}get(La,hl){La=normalizeHeader(La);if(La){const fl=kA.findKey(this,La);if(fl){const La=this[fl];if(!hl){return La}if(hl===true){return parseTokens(La)}if(kA.isFunction(hl)){return hl.call(this,La,fl)}if(kA.isRegExp(hl)){return hl.exec(La)}throw new TypeError("parser must be boolean|regexp|function")}}}has(La,hl){La=normalizeHeader(La);if(La){const fl=kA.findKey(this,La);return!!(fl&&this[fl]!==undefined&&(!hl||matchHeaderValue(this,this[fl],fl,hl)))}return false}delete(La,hl){const fl=this;let yl=false;function deleteHeader(La){La=normalizeHeader(La);if(La){const Pl=kA.findKey(fl,La);if(Pl&&(!hl||matchHeaderValue(fl,fl[Pl],Pl,hl))){delete fl[Pl];yl=true}}}if(kA.isArray(La)){La.forEach(deleteHeader)}else{deleteHeader(La)}return yl}clear(La){const hl=Object.keys(this);let fl=hl.length;let yl=false;while(fl--){const Pl=hl[fl];if(!La||matchHeaderValue(this,this[Pl],Pl,La,true)){delete this[Pl];yl=true}}return yl}normalize(La){const hl=this;const fl={};kA.forEach(this,(yl,Pl)=>{const Ul=kA.findKey(fl,Pl);if(Ul){hl[Ul]=normalizeValue(yl);delete hl[Pl];return}const Gd=La?formatHeader(Pl):String(Pl).trim();if(Gd!==Pl){delete hl[Pl]}hl[Gd]=normalizeValue(yl);fl[Gd]=true});return this}concat(...La){return this.constructor.concat(this,...La)}toJSON(La){const hl=Object.create(null);kA.forEach(this,(fl,yl)=>{fl!=null&&fl!==false&&(hl[yl]=La&&kA.isArray(fl)?fl.join(", "):fl)});return hl}[Symbol.iterator](){return Object.entries(this.toJSON())[Symbol.iterator]()}toString(){return Object.entries(this.toJSON()).map(([La,hl])=>La+": "+hl).join("\n")}getSetCookie(){return this.get("set-cookie")||[]}get[Symbol.toStringTag](){return"AxiosHeaders"}static from(La){return La instanceof this?La:new this(La)}static concat(La,...hl){const fl=new this(La);hl.forEach(La=>fl.set(La));return fl}static accessor(La){const hl=this[FA]=this[FA]={accessors:{}};const fl=hl.accessors;const yl=this.prototype;function defineAccessor(La){const hl=normalizeHeader(La);if(!fl[hl]){buildAccessors(yl,La);fl[hl]=true}}kA.isArray(La)?La.forEach(defineAccessor):defineAccessor(La);return this}}AxiosHeaders.accessor(["Content-Type","Content-Length","Accept","Accept-Encoding","User-Agent","Authorization"]);kA.reduceDescriptors(AxiosHeaders.prototype,({value:La},hl)=>{let fl=hl[0].toUpperCase()+hl.slice(1);return{get:()=>La,set(La){this[fl]=La}}});kA.freezeMethods(AxiosHeaders);const PA="[REDACTED ****]";function hasOwnOrPrototypeToJSON(La){if(kA.hasOwnProp(La,"toJSON")){return true}let hl=Object.getPrototypeOf(La);while(hl&&hl!==Object.prototype){if(kA.hasOwnProp(hl,"toJSON")){return true}hl=Object.getPrototypeOf(hl)}return false}function redactConfig(La,hl){const fl=new Set(hl.map(La=>String(La).toLowerCase()));const yl=[];const visit=La=>{if(La===null||typeof La!=="object")return La;if(kA.isBuffer(La))return La;if(yl.indexOf(La)!==-1)return undefined;if(La instanceof AxiosHeaders){La=La.toJSON()}yl.push(La);let hl;if(kA.isArray(La)){hl=[];La.forEach((La,fl)=>{const yl=visit(La);if(!kA.isUndefined(yl)){hl[fl]=yl}})}else{if(!kA.isPlainObject(La)&&hasOwnOrPrototypeToJSON(La)){yl.pop();return La}hl=Object.create(null);for(const[yl,Pl]of Object.entries(La)){const La=fl.has(yl.toLowerCase())?PA:visit(Pl);if(!kA.isUndefined(La)){hl[yl]=La}}}yl.pop();return hl};return visit(La)}class AxiosError extends Error{static from(La,hl,fl,yl,Pl,Ul){const Gd=new AxiosError(La.message,hl||La.code,fl,yl,Pl);Object.defineProperty(Gd,"cause",{__proto__:null,value:La,writable:true,enumerable:false,configurable:true});Gd.name=La.name;if(La.status!=null&&Gd.status==null){Gd.status=La.status}Ul&&Object.assign(Gd,Ul);return Gd}constructor(La,hl,fl,yl,Pl){super(La);Object.defineProperty(this,"message",{__proto__:null,value:La,enumerable:true,writable:true,configurable:true});this.name="AxiosError";this.isAxiosError=true;hl&&(this.code=hl);fl&&(this.config=fl);yl&&(this.request=yl);if(Pl){this.response=Pl;this.status=Pl.status}}toJSON(){const La=this.config;const hl=La&&kA.hasOwnProp(La,"redact")?La.redact:undefined;const fl=kA.isArray(hl)&&hl.length>0?redactConfig(La,hl):kA.toJSONObject(La);return{message:this.message,name:this.name,description:this.description,number:this.number,fileName:this.fileName,lineNumber:this.lineNumber,columnNumber:this.columnNumber,stack:this.stack,config:fl,code:this.code,status:this.status}}}AxiosError.ERR_BAD_OPTION_VALUE="ERR_BAD_OPTION_VALUE";AxiosError.ERR_BAD_OPTION="ERR_BAD_OPTION";AxiosError.ECONNABORTED="ECONNABORTED";AxiosError.ETIMEDOUT="ETIMEDOUT";AxiosError.ECONNREFUSED="ECONNREFUSED";AxiosError.ERR_NETWORK="ERR_NETWORK";AxiosError.ERR_FR_TOO_MANY_REDIRECTS="ERR_FR_TOO_MANY_REDIRECTS";AxiosError.ERR_DEPRECATED="ERR_DEPRECATED";AxiosError.ERR_BAD_RESPONSE="ERR_BAD_RESPONSE";AxiosError.ERR_BAD_REQUEST="ERR_BAD_REQUEST";AxiosError.ERR_CANCELED="ERR_CANCELED";AxiosError.ERR_NOT_SUPPORT="ERR_NOT_SUPPORT";AxiosError.ERR_INVALID_URL="ERR_INVALID_URL";AxiosError.ERR_FORM_DATA_DEPTH_EXCEEDED="ERR_FORM_DATA_DEPTH_EXCEEDED";const RA=100;function isVisitable(La){return kA.isPlainObject(La)||kA.isArray(La)}function removeBrackets(La){return kA.endsWith(La,"[]")?La.slice(0,-2):La}function renderKey(La,hl,fl){if(!La)return hl;return La.concat(hl).map(function each(La,hl){La=removeBrackets(La);return!fl&&hl?"["+La+"]":La}).join(fl?".":"")}function isFlatArray(La){return kA.isArray(La)&&!La.some(isVisitable)}const NA=kA.toFlatObject(kA,{},null,function filter(La){return/^is[A-Z]/.test(La)});function toFormData(La,hl,fl){if(!kA.isObject(La)){throw new TypeError("target must be an object")}hl=hl||new(yl||FormData);fl=kA.toFlatObject(fl,{metaTokens:true,dots:false,indexes:false},false,function defined(La,hl){return!kA.isUndefined(hl[La])});const Pl=fl.metaTokens;const Ul=fl.visitor||defaultVisitor;const Gd=fl.dots;const af=fl.indexes;const n_=fl.Blob||typeof Blob!=="undefined"&&Blob;const i_=fl.maxDepth===undefined?RA:fl.maxDepth;const p_=n_&&kA.isSpecCompliantForm(hl);const w_=[];if(!kA.isFunction(Ul)){throw new TypeError("visitor must be a function")}function convertValue(La){if(La===null)return"";if(kA.isDate(La)){return La.toISOString()}if(kA.isBoolean(La)){return La.toString()}if(!p_&&kA.isBlob(La)){throw new AxiosError("Blob is not supported. Use a Buffer instead.")}if(kA.isArrayBuffer(La)||kA.isTypedArray(La)){if(p_&&typeof n_==="function"){return new n_([La])}if(typeof Buffer!=="undefined"){return Buffer.from(La)}throw new AxiosError("Blob is not supported. Use a Buffer instead.",AxiosError.ERR_NOT_SUPPORT)}return La}function throwIfMaxDepthExceeded(La){if(La>i_){throw new AxiosError("Object is too deeply nested ("+La+" levels). Max depth: "+i_,AxiosError.ERR_FORM_DATA_DEPTH_EXCEEDED)}}function stringifyWithDepthLimit(La,hl){if(i_===Infinity){return JSON.stringify(La)}const fl=[];return JSON.stringify(La,function limitDepth(La,yl){if(!kA.isObject(yl)){return yl}while(fl.length&&fl[fl.length-1]!==this){fl.pop()}fl.push(yl);throwIfMaxDepthExceeded(hl+fl.length-1);return yl})}function defaultVisitor(La,fl,yl){let Ul=La;if(kA.isReactNative(hl)&&kA.isReactNativeBlob(La)){hl.append(renderKey(yl,fl,Gd),convertValue(La));return false}if(La&&!yl&&typeof La==="object"){if(kA.endsWith(fl,"{}")){fl=Pl?fl:fl.slice(0,-2);La=stringifyWithDepthLimit(La,1)}else if(kA.isArray(La)&&isFlatArray(La)||(kA.isFileList(La)||kA.endsWith(fl,"[]"))&&(Ul=kA.toArray(La))){fl=removeBrackets(fl);Ul.forEach(function each(La,yl){!(kA.isUndefined(La)||La===null)&&hl.append(af===true?renderKey([fl],yl,Gd):af===null?fl:fl+"[]",convertValue(La))});return false}}if(isVisitable(La)){return true}hl.append(renderKey(yl,fl,Gd),convertValue(La));return false}const D_=Object.assign(NA,{defaultVisitor:defaultVisitor,convertValue:convertValue,isVisitable:isVisitable});function build(La,fl,yl=0){if(kA.isUndefined(La))return;throwIfMaxDepthExceeded(yl);if(w_.indexOf(La)!==-1){throw new Error("Circular reference detected in "+fl.join("."))}w_.push(La);kA.forEach(La,function each(La,Pl){const Gd=!(kA.isUndefined(La)||La===null)&&Ul.call(hl,La,kA.isString(Pl)?Pl.trim():Pl,fl,D_);if(Gd===true){build(La,fl?fl.concat(Pl):[Pl],yl+1)}});w_.pop()}if(!kA.isObject(La)){throw new TypeError("data must be an object")}build(La);return hl}function encode$1(La){const hl={"!":"%21","'":"%27","(":"%28",")":"%29","~":"%7E","%20":"+"};return encodeURIComponent(La).replace(/[!'()~]|%20/g,function replacer(La){return hl[La]})}function AxiosURLSearchParams(La,hl){this._pairs=[];La&&toFormData(La,this,hl)}const OA=AxiosURLSearchParams.prototype;OA.append=function append(La,hl){this._pairs.push([La,hl])};OA.toString=function toString(La){const hl=La?hl=>La.call(this,hl,encode$1):encode$1;return this._pairs.map(function each(La){return hl(La[0])+"="+hl(La[1])},"").join("&")};function encode(La){return encodeURIComponent(La).replace(/%3A/gi,":").replace(/%24/g,"$").replace(/%2C/gi,",").replace(/%20/g,"+")}function buildURL(La,hl,fl){if(!hl){return La}La=La||"";const yl=kA.isFunction(fl)?{serialize:fl}:fl;const Pl=kA.getSafeProp(yl,"encode")||encode;const Ul=kA.getSafeProp(yl,"serialize");let Gd;if(Ul){Gd=Ul(hl,yl)}else{Gd=kA.isURLSearchParams(hl)?hl.toString():new AxiosURLSearchParams(hl,yl).toString(Pl)}if(Gd){const hl=La.indexOf("#");if(hl!==-1){La=La.slice(0,hl)}La+=(La.indexOf("?")===-1?"?":"&")+Gd}return La}class InterceptorManager{constructor(){this.handlers=[]}use(La,hl,fl){this.handlers.push({fulfilled:La,rejected:hl,synchronous:fl?fl.synchronous:false,runWhen:fl?fl.runWhen:null});return this.handlers.length-1}eject(La){if(this.handlers[La]){this.handlers[La]=null}}clear(){if(this.handlers){this.handlers=[]}}forEach(La){kA.forEach(this.handlers,function forEachHandler(hl){if(hl!==null){La(hl)}})}}var QA={silentJSONParsing:true,forcedJSONParsing:true,clarifyTimeoutError:false,legacyInterceptorReqResOrdering:true,advertiseZstdAcceptEncoding:false,validateStatusUndefinedResolves:true};var LA=Ul.URLSearchParams;const MA="abcdefghijklmnopqrstuvwxyz";const jA="0123456789";const UA={DIGIT:jA,ALPHA:MA,ALPHA_DIGIT:MA+MA.toUpperCase()+jA};const generateString=(La=16,hl=UA.ALPHA_DIGIT)=>{let fl="";const{length:yl}=hl;const Ul=new Uint32Array(La);Pl.randomFillSync(Ul);for(let Pl=0;Pltypeof WorkerGlobalScope!=="undefined"&&self instanceof WorkerGlobalScope&&typeof self.importScripts==="function")();const VA=qA&&window.location.href||"http://localhost";var WA=Object.freeze({__proto__:null,hasBrowserEnv:qA,hasStandardBrowserEnv:JA,hasStandardBrowserWebWorkerEnv:HA,navigator:$A,origin:VA});var zA={...WA,...GA};function toURLEncodedForm(La,hl){return toFormData(La,new zA.classes.URLSearchParams,{visitor:function(La,hl,fl,yl){if(zA.isNode&&kA.isBuffer(La)){this.append(hl,La.toString("base64"));return false}return yl.defaultVisitor.apply(this,arguments)},...hl})}const YA=RA;function throwIfDepthExceeded(La){if(La>YA){throw new AxiosError("FormData field is too deeply nested ("+La+" levels). Max depth: "+YA,AxiosError.ERR_FORM_DATA_DEPTH_EXCEEDED)}}function parsePropPath(La){const hl=[];const fl=/\w+|\[(\w*)]/g;let yl;while((yl=fl.exec(La))!==null){throwIfDepthExceeded(hl.length);hl.push(yl[0]==="[]"?"":yl[1]||yl[0])}return hl}function arrayToObject(La){const hl={};const fl=Object.keys(La);let yl;const Pl=fl.length;let Ul;for(yl=0;yl=La.length;Pl=!Pl&&kA.isArray(fl)?fl.length:Pl;if(Gd){if(kA.hasOwnProp(fl,Pl)){fl[Pl]=kA.isArray(fl[Pl])?fl[Pl].concat(hl):[fl[Pl],hl]}else{fl[Pl]=hl}return!Ul}if(!kA.hasOwnProp(fl,Pl)||!kA.isObject(fl[Pl])){fl[Pl]=[]}const af=buildPath(La,hl,fl[Pl],yl);if(af&&kA.isArray(fl[Pl])){fl[Pl]=arrayToObject(fl[Pl])}return!Ul}if(kA.isFormData(La)&&kA.isFunction(La.entries)){const hl={};kA.forEachEntry(La,(La,fl)=>{buildPath(parsePropPath(La),fl,hl,0)});return hl}return null}const own=(La,hl)=>La!=null&&kA.hasOwnProp(La,hl)?La[hl]:undefined;function stringifySafely(La,hl,fl){if(kA.isString(La)){try{(hl||JSON.parse)(La);return kA.trim(La)}catch(La){if(La.name!=="SyntaxError"){throw La}}}return(fl||JSON.stringify)(La)}const KA={transitional:QA,adapter:["xhr","http","fetch"],transformRequest:[function transformRequest(La,hl){const fl=hl.getContentType()||"";const yl=fl.indexOf("application/json")>-1;const Pl=kA.isObject(La);if(Pl&&kA.isHTMLForm(La)){La=new FormData(La)}const Ul=kA.isFormData(La);if(Ul){return yl?JSON.stringify(formDataToJSON(La)):La}if(kA.isArrayBuffer(La)||kA.isBuffer(La)||kA.isStream(La)||kA.isFile(La)||kA.isBlob(La)||kA.isReadableStream(La)){return La}if(kA.isArrayBufferView(La)){return La.buffer}if(kA.isURLSearchParams(La)){hl.setContentType("application/x-www-form-urlencoded;charset=utf-8",false);return La.toString()}let Gd;if(Pl){const hl=own(this,"formSerializer");if(fl.indexOf("application/x-www-form-urlencoded")>-1){return toURLEncodedForm(La,hl).toString()}if((Gd=kA.isFileList(La))||fl.indexOf("multipart/form-data")>-1){const fl=own(this,"env");const yl=fl&&fl.FormData;return toFormData(Gd?{"files[]":La}:La,yl&&new yl,hl)}}if(Pl||yl){hl.setContentType("application/json",false);return stringifySafely(La)}return La}],transformResponse:[function transformResponse(La){const hl=own(this,"transitional")||KA.transitional;const fl=hl&&hl.forcedJSONParsing;const yl=own(this,"responseType");const Pl=yl==="json";if(kA.isResponse(La)||kA.isReadableStream(La)){return La}if(La&&kA.isString(La)&&(fl&&!yl||Pl)){const fl=hl&&hl.silentJSONParsing;const yl=!fl&&Pl;try{return JSON.parse(La,own(this,"parseReviver"))}catch(La){if(yl){if(La.name==="SyntaxError"){throw AxiosError.from(La,AxiosError.ERR_BAD_RESPONSE,this,null,own(this,"response"))}throw La}}}return La}],timeout:0,xsrfCookieName:"XSRF-TOKEN",xsrfHeaderName:"X-XSRF-TOKEN",maxContentLength:-1,maxBodyLength:-1,env:{FormData:zA.classes.FormData,Blob:zA.classes.Blob},validateStatus:function validateStatus(La){return La>=200&&La<300},headers:{common:{Accept:"application/json, text/plain, */*","Content-Type":undefined}}};kA.forEach(["delete","get","head","post","put","patch","query"],La=>{KA.headers[La]={}});function transformData(La,hl){const fl=this||KA;const yl=hl||fl;const Pl=AxiosHeaders.from(yl.headers);let Ul=yl.data;kA.forEach(La,function transform(La){Ul=La.call(fl,Ul,Pl.normalize(),hl?hl.status:undefined)});Pl.normalize();return Ul}function isCancel(La){return!!(La&&La.__CANCEL__)}class CanceledError extends AxiosError{constructor(La,hl,fl){super(La==null?"canceled":La,AxiosError.ERR_CANCELED,hl,fl);this.name="CanceledError";this.__CANCEL__=true}}function settle(La,hl,fl){const yl=fl.config.validateStatus;if(!fl.status||!yl||yl(fl.status)){La(fl)}else{hl(new AxiosError("Request failed with status code "+fl.status,fl.status>=400&&fl.status<500?AxiosError.ERR_BAD_REQUEST:AxiosError.ERR_BAD_RESPONSE,fl.config,fl.request,fl))}}function isAbsoluteURL(La){if(typeof La!=="string"){return false}return/^([a-z][a-z\d+\-.]*:)?\/\//i.test(La)}function combineURLs(La,hl){return hl?La.replace(/\/?\/$/,"")+"/"+hl.replace(/^\/+/,""):La}const XA=/^https?:(?!\/\/)/i;const ZA=/[\t\n\r]/g;function stripLeadingC0ControlOrSpace(La){let hl=0;while(hl!kA.isUndefined(hl[La]));super({readableHighWaterMark:La.chunkSize});const hl=this[wy]={timeWindow:La.timeWindow,chunkSize:La.chunkSize,maxRate:La.maxRate,minChunkSize:La.minChunkSize,bytesSeen:0,isCaptured:false,notifiedBytesLoaded:0,ts:Date.now(),bytes:0,onReadCallback:null};this.on("newListener",La=>{if(La==="progress"){if(!hl.isCaptured){hl.isCaptured=true}}})}_read(La){const hl=this[wy];if(hl.onReadCallback){hl.onReadCallback()}return super._read(La)}_transform(La,hl,fl){const yl=this[wy];const Pl=yl.maxRate;const Ul=this.readableHighWaterMark;const Gd=yl.timeWindow;const af=1e3/Gd;const n_=Pl/af;const i_=yl.minChunkSize!==false?Math.max(yl.minChunkSize,n_*.01):0;const pushChunk=(La,hl)=>{const fl=Buffer.byteLength(La);yl.bytesSeen+=fl;yl.bytes+=fl;yl.isCaptured&&this.emit("progress",yl.bytesSeen);if(this.push(La)){process.nextTick(hl)}else{yl.onReadCallback=()=>{yl.onReadCallback=null;process.nextTick(hl)}}};const transformChunk=(La,hl)=>{const fl=Buffer.byteLength(La);let af=null;let p_=Ul;let w_;let D_=0;if(Pl){const La=Date.now();if(!yl.ts||(D_=La-yl.ts)>=Gd){yl.ts=La;w_=n_-yl.bytes;yl.bytes=w_<0?-w_:0;D_=0}w_=n_-yl.bytes}if(Pl){if(w_<=0){return setTimeout(()=>{hl(null,La)},Gd-D_)}if(w_p_&&fl-p_>i_){af=La.subarray(p_);La=La.subarray(0,p_)}pushChunk(La,af?()=>{process.nextTick(hl,null,af)}:hl)};transformChunk(La,function transformNextChunk(La,hl){if(La){return fl(La)}if(hl){transformChunk(hl,transformNextChunk)}else{fl(null)}})}}const{asyncIterator:Sy}=Symbol;const readBlob=async function*(La){if(La.stream){yield*La.stream()}else if(La.arrayBuffer){yield await La.arrayBuffer()}else if(La[Sy]){yield*La[Sy]()}else{yield La}};const Ty=zA.ALPHABET.ALPHA_DIGIT+"-_";const Zy=typeof TextEncoder==="function"?new TextEncoder:new p_.TextEncoder;const kb="\r\n";const Rb=Zy.encode(kb);const Nb=2;class FormDataPart{constructor(La,hl){const{escapeName:fl}=this.constructor;const yl=kA.isString(hl);let Pl=`Content-Disposition: form-data; name="${fl(La)}"${!yl&&hl.name?`; filename="${fl(hl.name)}"`:""}${kb}`;if(yl){hl=Zy.encode(String(hl).replace(/\r?\n|\r\n?/g,kb))}else{const La=String(hl.type||"application/octet-stream").replace(/[\r\n]/g,"");Pl+=`Content-Type: ${La}${kb}`}this.headers=Zy.encode(Pl+kb);this.contentLength=yl?hl.byteLength:hl.size;this.size=this.headers.byteLength+this.contentLength+Nb;this.name=La;this.value=hl}async*encode(){yield this.headers;const{value:La}=this;if(kA.isTypedArray(La)){yield La}else{yield*readBlob(La)}yield Rb}static escapeName(La){return String(La).replace(/[\r\n"]/g,La=>({"\r":"%0D","\n":"%0A",'"':"%22"}[La]))}}const formDataToStream=(La,hl,fl)=>{const{tag:yl="form-data-boundary",size:Pl=25,boundary:Ul=yl+"-"+zA.generateString(Pl,Ty)}=fl||{};if(!kA.isFormData(La)){throw new TypeError("FormData instance required")}if(Ul.length<1||Ul.length>70){throw new Error("boundary must be 1-70 characters long")}const Gd=Zy.encode("--"+Ul+kb);const af=Zy.encode("--"+Ul+"--"+kb);let n_=af.byteLength;const i_=Array.from(La.entries()).map(([La,hl])=>{const fl=new FormDataPart(La,hl);n_+=fl.size;return fl});n_+=Gd.byteLength*i_.length;n_=kA.toFiniteNumber(n_);const p_={"Content-Type":`multipart/form-data; boundary=${Ul}`};if(Number.isFinite(n_)){p_["Content-Length"]=n_}hl&&hl(p_);return N_.Readable.from(async function*(){for(const La of i_){yield Gd;yield*La.encode()}yield af}())};class ZlibHeaderTransformStream extends N_.Transform{__transform(La,hl,fl){this.push(La);fl()}_transform(La,hl,fl){if(La.length!==0){this._transform=this.__transform;if(La[0]!==120){const La=Buffer.alloc(2);La[0]=120;La[1]=156;this.push(La,hl)}}this.__transform(La,hl,fl)}}class Http2Sessions{constructor(){this.sessions=Object.create(null)}getSession(La,hl){hl=Object.assign({sessionTimeout:1e3},hl);let fl=this.sessions[La];if(fl){let La=fl.length;for(let yl=0;yl{if(Pl){return}Pl=true;if(Ul){clearTimeout(Ul);Ul=null}let hl=fl,Gd=hl.length,af=Gd;while(af--){if(hl[af][0]===yl){if(Gd===1){delete this.sessions[La]}else{hl.splice(af,1)}if(!yl.closed){yl.close()}return}}};const Gd=yl.request;const{sessionTimeout:af}=hl;if(af!=null){let La=0;yl.request=function(){const hl=Gd.apply(this,arguments);La++;if(Ul){clearTimeout(Ul);Ul=null}hl.once("close",()=>{if(! --La){Ul=setTimeout(()=>{Ul=null;removeSession()},af)}});return hl}}yl.once("close",removeSession);let n_=[yl,hl];fl?fl.push(n_):fl=this.sessions[La]=[n_];return yl}}const callbackify=(La,hl)=>kA.isAsyncFn(La)?function(...fl){const yl=fl.pop();La.apply(this,fl).then(La=>{try{hl?yl(null,...hl(La)):yl(null,La)}catch(La){yl(La)}},yl)}:La;const Ob=new Set(["localhost","0.0.0.0"]);const isIPv4Loopback=La=>{const hl=La.split(".");if(hl.length!==4)return false;if(hl[0]!=="127")return false;return hl.every(La=>/^\d+$/.test(La)&&Number(La)>=0&&Number(La)<=255)};const isIPv6ZeroGroup=La=>/^0{1,4}$/.test(La);const isIPv6Unspecified=La=>{if(La==="::")return true;const hl=La.indexOf("::");if(hl!==-1){if(hl!==La.lastIndexOf("::"))return false;const fl=La.slice(0,hl);const yl=La.slice(hl+2);const Pl=fl?fl.split(":"):[];const Ul=yl?yl.split(":"):[];const Gd=Pl.length+Ul.length;return Gd<8&&Pl.every(isIPv6ZeroGroup)&&Ul.every(isIPv6ZeroGroup)}const fl=La.split(":");return fl.length===8&&fl.every(isIPv6ZeroGroup)};const isIPv6Loopback=La=>{if(La==="::1")return true;const hl=La.match(/^::ffff:(\d+\.\d+\.\d+\.\d+)$/i);if(hl)return isIPv4Loopback(hl[1]);const fl=La.match(/^::ffff:([0-9a-f]{1,4}):([0-9a-f]{1,4})$/i);if(fl){const La=parseInt(fl[1],16);return La>=32512&&La<=32767}const yl=La.split(":");if(yl.length===8){for(let La=0;La<7;La++){if(!/^0+$/.test(yl[La]))return false}return/^0*1$/.test(yl[7])}return false};const isLoopback=La=>{if(!La)return false;if(Ob.has(La))return true;if(isIPv4Loopback(La))return true;if(isIPv6Unspecified(La))return true;return isIPv6Loopback(La)};const jb={http:80,https:443,ws:80,wss:443,ftp:21};const parseNoProxyEntry=La=>{let hl=La;let fl=0;if(hl.charAt(0)==="["){const La=hl.indexOf("]");if(La!==-1){const yl=hl.slice(1,La);const Pl=hl.slice(La+1);if(Pl.charAt(0)===":"&&/^\d+$/.test(Pl.slice(1))){fl=Number.parseInt(Pl.slice(1),10)}return[yl,fl]}}const yl=hl.indexOf(":");const Pl=hl.lastIndexOf(":");if(yl!==-1&&yl===Pl&&/^\d+$/.test(hl.slice(Pl+1))){fl=Number.parseInt(hl.slice(Pl+1),10);hl=hl.slice(0,Pl)}return[hl,fl]};const Gb=/^(?:::|(?:0{1,4}:){1,4}:|(?:0{1,4}:){5})ffff:(\d+\.\d+\.\d+\.\d+)$/i;const Hb=/^(?:::|(?:0{1,4}:){1,4}:|(?:0{1,4}:){5})ffff:([0-9a-f]{1,4}):([0-9a-f]{1,4})$/i;const unmapIPv4MappedIPv6=La=>{if(typeof La!=="string"||La.indexOf(":")===-1)return La;const hl=La.match(Gb);if(hl)return hl[1];const fl=La.match(Hb);if(fl){const La=parseInt(fl[1],16);const hl=parseInt(fl[2],16);return`${La>>8}.${La&255}.${hl>>8}.${hl&255}`}return La};const normalizeNoProxyHost=La=>{if(!La){return La}if(La.charAt(0)==="["&&La.charAt(La.length-1)==="]"){La=La.slice(1,-1)}return unmapIPv4MappedIPv6(La.replace(/\.+$/,""))};function shouldBypassProxy(La){let hl;try{hl=new URL(La)}catch(La){return false}const fl=(process.env.no_proxy||process.env.NO_PROXY||"").toLowerCase();if(!fl){return false}if(fl==="*"){return true}const yl=Number.parseInt(hl.port,10)||jb[hl.protocol.split(":",1)[0]]||0;const Pl=normalizeNoProxyHost(hl.hostname.toLowerCase());return fl.split(/[\s,]+/).some(La=>{if(!La){return false}let[hl,fl]=parseNoProxyEntry(La);hl=normalizeNoProxyHost(hl);if(!hl){return false}if(fl&&fl!==yl){return false}if(hl.charAt(0)==="*"){hl=hl.slice(1)}if(hl.charAt(0)==="."){return Pl.endsWith(hl)}return Pl===hl||isLoopback(Pl)&&isLoopback(hl)})}function speedometer(La,hl){La=La||10;const fl=new Array(La);const yl=new Array(La);let Pl=0;let Ul=0;let Gd;hl=hl!==undefined?hl:1e3;return function push(af){const n_=Date.now();const i_=yl[Ul];if(!Gd){Gd=n_}fl[Pl]=af;yl[Pl]=n_;let p_=Ul;let w_=0;while(p_!==Pl){w_+=fl[p_++];p_=p_%La}Pl=(Pl+1)%La;if(Pl===Ul){Ul=(Ul+1)%La}if(n_-Gd{fl=yl;Pl=null;if(Ul){clearTimeout(Ul);Ul=null}La(...hl)};const throttled=(...La)=>{const hl=Date.now();const Gd=hl-fl;if(Gd>=yl){invoke(La,hl)}else{Pl=La;if(!Ul){Ul=setTimeout(()=>{Ul=null;invoke(Pl)},yl-Gd)}}};const flush=()=>Pl&&invoke(Pl);return[throttled,flush]}const progressEventReducer=(La,hl,fl=3)=>{let yl=0;const Pl=speedometer(50,250);return throttle(fl=>{if(!fl||typeof fl.loaded!=="number"){return}const Ul=fl.loaded;const Gd=fl.lengthComputable?fl.total:undefined;const af=Gd!=null?Math.min(Ul,Gd):Ul;const n_=Math.max(0,af-yl);const i_=Pl(n_);yl=Math.max(yl,af);const p_={loaded:af,total:Gd,progress:Gd?af/Gd:undefined,bytes:n_,rate:i_?i_:undefined,estimated:i_&&Gd?(Gd-af)/i_:undefined,event:fl,lengthComputable:Gd!=null,[hl?"download":"upload"]:true};La(p_)},fl)};const progressEventDecorator=(La,hl)=>{const fl=La!=null;return[yl=>hl[0]({lengthComputable:fl,total:La,loaded:yl}),hl[1]]};const asyncDecorator=La=>(...hl)=>kA.asap(()=>La(...hl));const isHexDigit=La=>La>=48&&La<=57||La>=65&&La<=70||La>=97&&La<=102;const isPercentEncodedByte=(La,hl,fl)=>hl+2La>=2&&yl.charCodeAt(La-2)===37&&yl.charCodeAt(La-1)===51&&(yl.charCodeAt(La)===68||yl.charCodeAt(La)===100);if(Pl>=0){if(yl.charCodeAt(Pl)===61){fl++;Pl--}else if(tailIsPct3D(Pl)){fl++;Pl-=3}}if(fl===1&&Pl>=0){if(yl.charCodeAt(Pl)===61){fl++}else if(tailIsPct3D(Pl)){fl++}}const Ul=Math.floor(La/4);const Gd=Ul*3-(fl||0);return Gd>0?Gd:0}let Ul=0;for(let La=0,hl=yl.length;La=55296&&fl<=56319&&La+1=56320&&hl<=57343){Ul+=4;La++}else{Ul+=3}}else{Ul+=3}}return Ul}const Xb={flush:I_.constants.Z_SYNC_FLUSH,finishFlush:I_.constants.Z_SYNC_FLUSH};const Zb={flush:I_.constants.BROTLI_OPERATION_FLUSH,finishFlush:I_.constants.BROTLI_OPERATION_FLUSH};const Qv={flush:I_.constants.ZSTD_e_flush,finishFlush:I_.constants.ZSTD_e_flush};const Vv=kA.isFunction(I_.createBrotliDecompress);const tE=kA.isFunction(I_.createZstdDecompress);const aE="gzip, compress, deflate"+(Vv?", br":"");const lE=aE+(tE?", zstd":"");const{http:hE,https:mE}=D_;const bE=/https:?/;const wE=["content-type","content-length"];function setFormDataHeaders$1(La,hl,fl){if(fl!=="content-only"){La.set(hl);return}Object.entries(hl).forEach(([hl,fl])=>{if(wE.includes(hl.toLowerCase())){La.set(hl,fl)}})}const xE=Symbol("axios.http.socketListener");const TE=Symbol("axios.http.currentReq");const IE=Symbol("axios.http.installedTunnel");const FE=new Map;const PE=new WeakMap;const GE={22:21,24:5};function isNodeNativeEnvProxySupported(La=process.versions&&process.versions.node){if(!La){return false}const[hl,fl]=La.split(".").map(La=>Number(La));if(!Number.isInteger(hl)||!Number.isInteger(fl)){return false}if(hl>24){return true}return GE[hl]!=null&&fl>=GE[hl]}function isNodeEnvProxyEnabled(La,hl=process.versions&&process.versions.node){if(!isNodeNativeEnvProxySupported(hl)){return false}const fl=La&&La.options;return Boolean(fl&&kA.hasOwnProp(fl,"proxyEnv")&&fl.proxyEnv!=null)}function getProxyEnvAgent(La,hl,fl){return bE.test(La.protocol)?fl||n_.globalAgent:hl||af.globalAgent}function getTunnelingAgent(La,hl){const fl=La.protocol+"//"+La.hostname+":"+(La.port||"")+"#"+(La.auth||"");const yl=hl?PE.get(hl)||PE.set(hl,new Map).get(hl):FE;let Pl=yl.get(fl);if(Pl)return Pl;const Ul=hl&&hl.options?{...hl.options,...La}:La;Pl=new Gd(Ul);if(hl&&hl.options){const La={...hl.options};const fl=Pl.callback;Pl.callback=function axiosTunnelingAgentCallback(hl,yl){return fl.call(this,hl,{...La,...yl})}}Pl[IE]=true;yl.set(fl,Pl);return Pl}const HE=zA.protocols.map(La=>La+":");const decodeURIComponentSafe$1=La=>{if(!kA.isString(La)){return La}try{return decodeURIComponent(La)}catch(hl){return La}};const flushOnFinish=(La,[hl,fl])=>{La.on("end",fl).on("error",fl);return hl};const VE=new Http2Sessions;function dispatchBeforeRedirect(La,hl,fl){if(La.beforeRedirects.proxy){La.beforeRedirects.proxy(La)}if(La.beforeRedirects.auth){La.beforeRedirects.auth(La)}if(La.beforeRedirects.sensitiveHeaders){La.beforeRedirects.sensitiveHeaders(La,fl)}if(La.beforeRedirects.config){La.beforeRedirects.config(La,hl,fl)}}function stripMatchingHeaders(La,hl){if(!La){return}Object.keys(La).forEach(fl=>{if(hl.has(fl.toLowerCase())){delete La[fl]}})}function isSameOriginRedirect(La,hl){if(!hl){return false}try{return new URL(hl.url).origin===new URL(La.href).origin}catch(La){return false}}function setProxy(La,hl,fl,yl,Pl,Ul){let af=hl;const n_=getProxyEnvAgent(La,Ul,Pl);if(!af&&af!==false&&!isNodeEnvProxyEnabled(n_)){const La=getProxyForUrl(fl);if(La){if(!shouldBypassProxy(fl)){af=new URL(La)}}}if(yl&&La.headers){for(const hl of Object.keys(La.headers)){if(hl.toLowerCase()==="proxy-authorization"){delete La.headers[hl]}}}if(yl&&La.agent&&La.agent[IE]){La.agent=undefined}if(af){const hl=af instanceof URL;const readProxyField=La=>hl||kA.hasOwnProp(af,La)?af[La]:undefined;const yl=readProxyField("username");const Ul=readProxyField("password");let n_=kA.hasOwnProp(af,"auth")?af.auth:undefined;if(yl){n_=(yl||"")+":"+(Ul||"")}if(n_){const La=typeof n_==="object";const hl=La&&kA.hasOwnProp(n_,"username")?n_.username:undefined;const fl=La&&kA.hasOwnProp(n_,"password")?n_.password:undefined;const yl=Boolean(hl||fl);if(yl){n_=(hl||"")+":"+(fl||"")}else if(La){throw new AxiosError("Invalid proxy authorization",AxiosError.ERR_BAD_OPTION,{proxy:af})}}const i_=bE.test(La.protocol);if(i_){if(!(Pl instanceof Gd)){const hl=readProxyField("hostname")||readProxyField("host");const fl=readProxyField("port");const yl=readProxyField("protocol");const Ul=yl?yl.includes(":")?yl:`${yl}:`:"http:";const Gd=hl&&hl.includes(":")&&!hl.startsWith("[")?`[${hl}]`:hl;const af=new URL(`${Ul}//${Gd}${fl?":"+fl:""}`);const i_={protocol:af.protocol,hostname:af.hostname.replace(/^\[|\]$/g,""),port:af.port,auth:n_&&typeof n_==="string"?n_:undefined};if(af.protocol==="https:"){i_.ALPNProtocols=["http/1.1"]}const p_=getTunnelingAgent(i_,Pl);La.agent=p_;if(La.agents){La.agents.https=p_}}}else{if(n_){const hl=Buffer.from(n_,"utf8").toString("base64");La.headers["Proxy-Authorization"]="Basic "+hl}let hl=false;for(const fl of Object.keys(La.headers)){if(fl.toLowerCase()==="host"){hl=true;break}}if(!hl){La.headers.host=La.hostname+(La.port?":"+La.port:"")}const yl=readProxyField("hostname")||readProxyField("host");La.hostname=yl;La.host=yl;La.port=readProxyField("port");La.path=fl;const Pl=readProxyField("protocol");if(Pl){La.protocol=Pl.includes(":")?Pl:`${Pl}:`}}}La.beforeRedirects.proxy=function beforeRedirect(La){setProxy(La,hl,La.href,true,Pl,Ul)}}const WE=typeof process!=="undefined"&&kA.kindOf(process)==="process";const wrapAsync=La=>new Promise((hl,fl)=>{let yl;let Pl;const done=(La,hl)=>{if(Pl)return;Pl=true;yl&&yl(La,hl)};const _resolve=La=>{done(La);hl(La)};const _reject=La=>{done(La,true);fl(La)};La(_resolve,_reject,La=>yl=La).catch(_reject)});const resolveFamily=({address:La,family:hl})=>{if(!kA.isString(La)){throw TypeError("address must be a string")}return{address:La,family:hl||(La.indexOf(".")<0?6:4)}};const buildAddressEntry=(La,hl)=>resolveFamily(kA.isObject(La)?La:{address:La,family:hl});const sw={request(La,hl){const fl=La.protocol+"//"+La.hostname+":"+(La.port||(La.protocol==="https:"?443:80));const{http2Options:yl,headers:Pl}=La;const Ul=VE.getSession(fl,yl);const{HTTP2_HEADER_SCHEME:Gd,HTTP2_HEADER_METHOD:af,HTTP2_HEADER_PATH:n_,HTTP2_HEADER_STATUS:p_}=i_.constants;const w_={[Gd]:La.protocol.replace(":",""),[af]:La.method,[n_]:La.path};kA.forEach(Pl,(La,hl)=>{hl.charAt(0)!==":"&&(w_[hl]=La)});const D_=Ul.request(w_);D_.once("response",La=>{const fl=D_;La=Object.assign({},La);const yl=La[p_];delete La[p_];fl.headers=La;fl.statusCode=+yl;hl(fl)});return D_}};var aw=WE&&function httpAdapter(La){return wrapAsync(async function dispatchHttpRequest(hl,fl,yl){const own=hl=>kA.getSafeProp(La,hl);const Pl=own("transitional")||QA;let Ul=own("data");let Gd=own("lookup");let i_=own("family");let D_=own("httpVersion");if(D_===undefined)D_=1;let pg=own("http2Options");const mg=own("httpAgent");const gg=own("httpsAgent");const eA=own("proxy");const tA=own("responseType");const rA=own("responseEncoding");const nA=own("socketPath");const iA=own("method").toUpperCase();const sA=own("maxRedirects");const aA=own("maxBodyLength");const oA=own("maxContentLength");const lA=own("decompress");let cA;let uA=false;let pA;let dA;D_=+D_;if(Number.isNaN(D_)){throw TypeError(`Invalid protocol version: '${La.httpVersion}' is not a number`)}if(D_!==1&&D_!==2){throw TypeError(`Unsupported protocol version '${D_}'`)}const hA=D_===2;if(Gd){const La=callbackify(Gd,La=>kA.isArray(La)?La:[La]);Gd=(hl,fl,yl)=>{La(hl,fl,(La,hl,Pl)=>{if(La){return yl(La)}const Ul=kA.isArray(hl)?hl.map(La=>buildAddressEntry(La)):[buildAddressEntry(hl,Pl)];fl.all?yl(La,Ul):yl(La,Ul[0].address,Ul[0].family)})}}const fA=new _m.EventEmitter;function abort(hl){try{fA.emit("abort",!hl||hl.type?new CanceledError(null,La,pA):hl)}catch(La){}}function clearConnectPhaseTimer(){if(dA){clearTimeout(dA);dA=null}}function createTimeoutError(){const hl=own("timeout");let fl=hl?"timeout of "+hl+"ms exceeded":"timeout exceeded";const yl=own("timeoutErrorMessage");if(yl){fl=yl}return new AxiosError(fl,Pl.clarifyTimeoutError?AxiosError.ETIMEDOUT:AxiosError.ECONNABORTED,La,pA)}fA.once("abort",fl);const onFinished=()=>{clearConnectPhaseTimer();if(La.cancelToken){La.cancelToken.unsubscribe(abort)}if(La.signal){La.signal.removeEventListener("abort",abort)}fA.removeAllListeners()};if(La.cancelToken||La.signal){La.cancelToken&&La.cancelToken.subscribe(abort);if(La.signal){La.signal.aborted?abort():La.signal.addEventListener("abort",abort)}}yl((La,hl)=>{cA=true;clearConnectPhaseTimer();if(hl){uA=true;onFinished();return}const{data:fl}=La;if(fl instanceof N_.Readable||fl instanceof N_.Duplex){const La=N_.finished(fl,()=>{La();onFinished()})}else{onFinished()}});const _A=buildFullPath(own("baseURL"),own("url"),own("allowAbsoluteUrls"),La);const mA=nA?"http://localhost":zA.hasBrowserEnv?zA.origin:undefined;const gA=new URL(_A,mA);const AA=gA.protocol||HE[0];if(AA==="data:"){if(oA>-1){const hl=String(own("url")||_A||"");const yl=estimateDataURLDecodedBytes(hl);if(yl>oA){return fl(new AxiosError("maxContentLength size of "+oA+" exceeded",AxiosError.ERR_BAD_RESPONSE,La))}}let yl;if(iA!=="GET"){return settle(hl,fl,{status:405,statusText:"method not allowed",headers:{},config:La})}try{yl=fromDataURI(own("url"),tA==="blob",{Blob:La.env&&La.env.Blob})}catch(hl){throw AxiosError.from(hl,AxiosError.ERR_BAD_REQUEST,La)}if(tA==="text"){yl=yl.toString(rA);if(!rA||rA==="utf8"){yl=kA.stripBOM(yl)}}else if(tA==="stream"){yl=N_.Readable.from(yl)}return settle(hl,fl,{data:yl,status:200,statusText:"OK",headers:new AxiosHeaders,config:La})}if(HE.indexOf(AA)===-1){return fl(new AxiosError("Unsupported protocol "+AA,AxiosError.ERR_BAD_REQUEST,La))}const yA=AxiosHeaders.from(La.headers).normalize();yA.set("User-Agent","axios/"+gy,false);const{onUploadProgress:bA,onDownloadProgress:vA}=La;const EA=La.maxRate;let wA=undefined;let CA=undefined;if(kA.isSpecCompliantForm(Ul)){const La=yA.getContentType(/boundary=([-_\w\d]{10,70})/i);Ul=formDataToStream(Ul,La=>{yA.set(La)},{tag:`axios-${gy}-boundary`,boundary:La&&La[1]||undefined})}else if(kA.isFormData(Ul)&&kA.isFunction(Ul.getHeaders)&&Ul.getHeaders!==Object.prototype.getHeaders){setFormDataHeaders$1(yA,Ul.getHeaders(),own("formDataHeaderPolicy"));if(!yA.hasContentLength()){try{const La=await p_.promisify(Ul.getLength).call(Ul);Number.isFinite(La)&&La>=0&&yA.setContentLength(La)}catch(La){}}}else if(kA.isBlob(Ul)||kA.isFile(Ul)){Ul.size&&yA.setContentType(Ul.type||"application/octet-stream");yA.setContentLength(Ul.size||0);Ul=N_.Readable.from(readBlob(Ul))}else if(Ul&&!kA.isStream(Ul)){if(Buffer.isBuffer(Ul));else if(kA.isArrayBuffer(Ul)){Ul=Buffer.from(new Uint8Array(Ul))}else if(kA.isString(Ul)){Ul=Buffer.from(Ul,"utf-8")}else{return fl(new AxiosError("Data after transformation must be a string, an ArrayBuffer, a Buffer, or a Stream",AxiosError.ERR_BAD_REQUEST,La))}yA.setContentLength(Ul.length,false);if(aA>-1&&Ul.length>aA){return fl(new AxiosError("Request body larger than maxBodyLength limit",AxiosError.ERR_BAD_REQUEST,La))}}const xA=kA.toFiniteNumber(yA.getContentLength());if(kA.isArray(EA)){wA=EA[0];CA=EA[1]}else{wA=CA=EA}if(Ul&&(bA||wA)){if(!kA.isStream(Ul)){Ul=N_.Readable.from(Ul,{objectMode:false})}Ul=N_.pipeline([Ul,new AxiosTransformStream({maxRate:kA.toFiniteNumber(wA)})],kA.noop);bA&&Ul.on("progress",flushOnFinish(Ul,progressEventDecorator(xA,progressEventReducer(asyncDecorator(bA),false,3))))}let DA=undefined;const SA=own("auth");if(SA){const La=kA.getSafeProp(SA,"username")||"";const hl=kA.getSafeProp(SA,"password")||"";DA=La+":"+hl}if(!DA&&(gA.username||gA.password)){const La=decodeURIComponentSafe$1(gA.username);const hl=decodeURIComponentSafe$1(gA.password);DA=La+":"+hl}DA&&yA.delete("authorization");let TA;try{TA=buildURL(gA.pathname+gA.search,own("params"),own("paramsSerializer")).replace(/^\?/,"")}catch(hl){return fl(AxiosError.from(hl,AxiosError.ERR_BAD_REQUEST,La,null,null,{url:own("url"),exists:true}))}yA.set("Accept-Encoding",kA.hasOwnProp(Pl,"advertiseZstdAcceptEncoding")&&Pl.advertiseZstdAcceptEncoding===true?lE:aE,false);const IA=Object.assign(Object.create(null),{path:TA,method:iA,headers:toByteStringHeaderObject(yA),agents:{http:mg,https:gg},auth:DA,protocol:AA,family:i_,beforeRedirect:dispatchBeforeRedirect,beforeRedirects:Object.create(null),http2Options:pg});!kA.isUndefined(Gd)&&(IA.lookup=Gd);if(nA){if(typeof nA!=="string"){return fl(new AxiosError("socketPath must be a string",AxiosError.ERR_BAD_OPTION_VALUE,La))}const hl=own("allowedSocketPaths");if(hl!=null){const yl=Array.isArray(hl)?hl:[hl];const Pl=w_.resolve(nA);const Ul=yl.some(La=>typeof La==="string"&&w_.resolve(La)===Pl);if(!Ul){return fl(new AxiosError(`socketPath "${nA}" is not permitted by allowedSocketPaths`,AxiosError.ERR_BAD_OPTION_VALUE,La))}}IA.socketPath=nA}else{IA.hostname=gA.hostname.startsWith("[")?gA.hostname.slice(1,-1):gA.hostname;IA.port=gA.port;setProxy(IA,eA,AA+"//"+gA.hostname+(gA.port?":"+gA.port:"")+IA.path,false,gg,mg)}let BA;let FA=false;let PA=false;const RA=bE.test(IA.protocol);if(IA.agent==null){IA.agent=RA?gg:mg}if(hA){BA=sw}else{const hl=own("transport");if(hl){BA=hl}else if(sA===0){BA=RA?n_:af;FA=true}else{PA=true;IA.sensitiveHeaders=[];if(sA){IA.maxRedirects=sA}const hl=own("beforeRedirect");if(hl){IA.beforeRedirects.config=hl}if(DA){const La=gA.origin;const hl=DA;IA.beforeRedirects.auth=function beforeRedirectAuth(fl){try{if(new URL(fl.href).origin===La){fl.auth=hl}}catch(La){}}}const yl=own("sensitiveHeaders");if(yl!=null){if(!kA.isArray(yl)){return fl(new AxiosError("sensitiveHeaders must be an array of strings",AxiosError.ERR_BAD_OPTION_VALUE,La))}const hl=new Set;for(const Pl of yl){if(!kA.isString(Pl)){return fl(new AxiosError("sensitiveHeaders must be an array of strings",AxiosError.ERR_BAD_OPTION_VALUE,La))}hl.add(Pl.toLowerCase())}if(hl.size){IA.sensitiveHeaders=Array.from(hl);IA.beforeRedirects.sensitiveHeaders=function beforeRedirectSensitiveHeaders(La,fl){if(!isSameOriginRedirect(La,fl)){stripMatchingHeaders(La.headers,hl)}}}}BA=RA?mE:hE}}if(aA>-1){IA.maxBodyLength=aA}else{IA.maxBodyLength=Infinity}IA.insecureHTTPParser=Boolean(own("insecureHTTPParser"));pA=BA.request(IA,function handleResponse(yl){clearConnectPhaseTimer();if(pA.destroyed)return;const Pl=[yl];const Ul=kA.toFiniteNumber(yl.headers["content-length"]);if(vA||CA){const i_=new AxiosTransformStream({maxRate:kA.toFiniteNumber(CA)});vA&&i_.on("progress",flushOnFinish(i_,progressEventDecorator(Ul,progressEventReducer(asyncDecorator(vA),true,3))));Pl.push(i_)}let Gd=yl;const af=yl.req||pA;if(lA!==false&&yl.headers["content-encoding"]){if(iA==="HEAD"||yl.statusCode===204){delete yl.headers["content-encoding"]}switch((yl.headers["content-encoding"]||"").toLowerCase()){case"gzip":case"x-gzip":case"compress":case"x-compress":Pl.push(I_.createUnzip(Xb));delete yl.headers["content-encoding"];break;case"deflate":Pl.push(new ZlibHeaderTransformStream);Pl.push(I_.createUnzip(Xb));delete yl.headers["content-encoding"];break;case"br":if(Vv){Pl.push(I_.createBrotliDecompress(Zb));delete yl.headers["content-encoding"]}break;case"zstd":if(tE){Pl.push(I_.createZstdDecompress(Qv));delete yl.headers["content-encoding"]}break}}Gd=Pl.length>1?N_.pipeline(Pl,kA.noop):Pl[0];const n_={status:yl.statusCode,statusText:yl.statusMessage,headers:new AxiosHeaders(yl.headers),config:La,request:af};if(tA==="stream"){if(oA>-1){const p_=oA;const w_=Gd;async function*enforceMaxContentLength(){let hl=0;for await(const fl of w_){hl+=fl.length;if(hl>p_){throw new AxiosError("maxContentLength size of "+p_+" exceeded",AxiosError.ERR_BAD_RESPONSE,La,af)}yield fl}}Gd=N_.Readable.from(enforceMaxContentLength(),{objectMode:false})}n_.data=Gd;settle(hl,fl,n_)}else{const D_=[];let _m=0;Gd.on("data",function handleStreamData(hl){D_.push(hl);_m+=hl.length;if(oA>-1&&_m>oA){uA=true;Gd.destroy();abort(new AxiosError("maxContentLength size of "+oA+" exceeded",AxiosError.ERR_BAD_RESPONSE,La,af))}});Gd.on("aborted",function handlerStreamAborted(){if(uA){return}const hl=new AxiosError("stream has been aborted",AxiosError.ERR_BAD_RESPONSE,La,af,n_);Gd.destroy(hl);fl(hl)});Gd.on("error",function handleStreamError(hl){if(uA)return;fl(AxiosError.from(hl,null,La,af,n_))});Gd.on("end",function handleStreamEnd(){try{let La=D_.length===1?D_[0]:Buffer.concat(D_);if(tA!=="arraybuffer"){La=La.toString(rA);if(!rA||rA==="utf8"){La=kA.stripBOM(La)}}n_.data=La}catch(hl){return fl(AxiosError.from(hl,null,La,n_.request,n_))}settle(hl,fl,n_)})}fA.once("abort",La=>{if(!Gd.destroyed){Gd.emit("error",La);Gd.destroy()}})});fA.once("abort",La=>{if(pA.close){pA.close()}else{pA.destroy(La)}});pA.on("error",function handleRequestError(hl){fl(AxiosError.from(hl,null,La,pA))});const NA=new Set;pA.on("socket",function handleRequestSocket(La){if(typeof La.setKeepAlive==="function"){La.setKeepAlive(true,1e3*60)}if(!La[xE]){La.on("error",function handleSocketError(hl){const fl=La[TE];if(fl&&!fl.destroyed){fl.destroy(hl)}});La[xE]=true}La[TE]=pA;NA.add(La)});pA.once("close",function clearCurrentReq(){clearConnectPhaseTimer();for(const La of NA){if(La[TE]===pA){La[TE]=null}}NA.clear()});if(own("timeout")){const hl=parseInt(own("timeout"),10);if(Number.isNaN(hl)){abort(new AxiosError("error trying to parse `config.timeout` to int",AxiosError.ERR_BAD_OPTION_VALUE,La,pA));return}const fl=function handleTimeout(){if(cA)return;abort(createTimeoutError())};if(FA&&hl>0){dA=setTimeout(fl,hl)}pA.setTimeout(hl,fl)}else{pA.setTimeout(0)}if(kA.isStream(Ul)){let hl=false;let fl=false;Ul.on("end",()=>{hl=true});Ul.once("error",La=>{fl=true;pA.destroy(La)});Ul.on("close",()=>{if(!hl&&!fl){abort(new CanceledError("Request stream has been aborted",La,pA))}});let yl=Ul;if(aA>-1&&!PA){const hl=aA;let fl=0;yl=N_.pipeline([Ul,new N_.Transform({transform(yl,Pl,Ul){fl+=yl.length;if(fl>hl){return Ul(new AxiosError("Request body larger than maxBodyLength limit",AxiosError.ERR_BAD_REQUEST,La,pA))}Ul(null,yl)}})],kA.noop);yl.on("error",La=>{if(!pA.destroyed)pA.destroy(La)})}yl.pipe(pA)}else{Ul&&pA.write(Ul);pA.end()}})};var ow=zA.hasStandardBrowserEnv?((La,hl)=>fl=>{fl=new URL(fl,zA.origin);return La.protocol===fl.protocol&&La.host===fl.host&&(hl||La.port===fl.port)})(new URL(zA.origin),zA.navigator&&/(msie|trident)/i.test(zA.navigator.userAgent)):()=>true;var lw=zA.hasStandardBrowserEnv?{write(La,hl,fl,yl,Pl,Ul,Gd){if(typeof document==="undefined")return;const af=[`${La}=${encodeURIComponent(hl)}`];if(kA.isNumber(fl)){af.push(`expires=${new Date(fl).toUTCString()}`)}if(kA.isString(yl)){af.push(`path=${yl}`)}if(kA.isString(Pl)){af.push(`domain=${Pl}`)}if(Ul===true){af.push("secure")}if(kA.isString(Gd)){af.push(`SameSite=${Gd}`)}document.cookie=af.join("; ")},read(La){if(typeof document==="undefined")return null;const hl=document.cookie.split(";");for(let fl=0;flLa instanceof AxiosHeaders?{...La}:La;function mergeConfig(La,hl){La=La||{};hl=hl||{};const fl=Object.create(null);Object.defineProperty(fl,"hasOwnProperty",{__proto__:null,value:Object.prototype.hasOwnProperty,enumerable:false,writable:true,configurable:true});function getMergedValue(La,hl,fl,yl){if(kA.isPlainObject(La)&&kA.isPlainObject(hl)){return kA.merge.call({caseless:yl},La,hl)}else if(kA.isPlainObject(hl)){return kA.merge({},hl)}else if(kA.isArray(hl)){return hl.slice()}return hl}function mergeDeepProperties(La,hl,fl,yl){if(!kA.isUndefined(hl)){return getMergedValue(La,hl,fl,yl)}else if(!kA.isUndefined(La)){return getMergedValue(undefined,La,fl,yl)}}function valueFromConfig2(La,hl){if(!kA.isUndefined(hl)){return getMergedValue(undefined,hl)}}function defaultToConfig2(La,hl){if(!kA.isUndefined(hl)){return getMergedValue(undefined,hl)}else if(!kA.isUndefined(La)){return getMergedValue(undefined,La)}}function getMergedTransitionalOption(fl){const yl=kA.hasOwnProp(hl,"transitional")?hl.transitional:undefined;if(!kA.isUndefined(yl)){if(kA.isPlainObject(yl)){if(kA.hasOwnProp(yl,fl)){return yl[fl]}}else{return undefined}}const Pl=kA.hasOwnProp(La,"transitional")?La.transitional:undefined;if(kA.isPlainObject(Pl)&&kA.hasOwnProp(Pl,fl)){return Pl[fl]}return undefined}function mergeDirectKeys(fl,yl,Pl){if(kA.hasOwnProp(hl,Pl)){return getMergedValue(fl,yl)}else if(kA.hasOwnProp(La,Pl)){return getMergedValue(undefined,fl)}}const yl={url:valueFromConfig2,method:valueFromConfig2,data:valueFromConfig2,baseURL:defaultToConfig2,transformRequest:defaultToConfig2,transformResponse:defaultToConfig2,paramsSerializer:defaultToConfig2,timeout:defaultToConfig2,timeoutMessage:defaultToConfig2,withCredentials:defaultToConfig2,withXSRFToken:defaultToConfig2,adapter:defaultToConfig2,responseType:defaultToConfig2,xsrfCookieName:defaultToConfig2,xsrfHeaderName:defaultToConfig2,onUploadProgress:defaultToConfig2,onDownloadProgress:defaultToConfig2,decompress:defaultToConfig2,maxContentLength:defaultToConfig2,maxBodyLength:defaultToConfig2,beforeRedirect:defaultToConfig2,transport:defaultToConfig2,httpAgent:defaultToConfig2,httpsAgent:defaultToConfig2,cancelToken:defaultToConfig2,socketPath:defaultToConfig2,allowedSocketPaths:defaultToConfig2,responseEncoding:defaultToConfig2,validateStatus:mergeDirectKeys,headers:(La,hl,fl)=>mergeDeepProperties(headersToObject(La),headersToObject(hl),fl,true)};kA.forEach(Object.keys({...La,...hl}),function computeConfigValue(Pl){if(Pl==="__proto__"||Pl==="constructor"||Pl==="prototype")return;const Ul=kA.hasOwnProp(yl,Pl)?yl[Pl]:mergeDeepProperties;const Gd=kA.hasOwnProp(La,Pl)?La[Pl]:undefined;const af=kA.hasOwnProp(hl,Pl)?hl[Pl]:undefined;const n_=Ul(Gd,af,Pl);kA.isUndefined(n_)&&Ul!==mergeDirectKeys||(fl[Pl]=n_)});if(kA.hasOwnProp(hl,"validateStatus")&&kA.isUndefined(hl.validateStatus)&&getMergedTransitionalOption("validateStatusUndefinedResolves")===false){if(kA.hasOwnProp(La,"validateStatus")){fl.validateStatus=getMergedValue(undefined,La.validateStatus)}else{delete fl.validateStatus}}return fl}const cw=["content-type","content-length"];function setFormDataHeaders(La,hl,fl){if(fl!=="content-only"){La.set(hl);return}Object.entries(hl||{}).forEach(([hl,fl])=>{if(cw.includes(hl.toLowerCase())){La.set(hl,fl)}})}const encodeUTF8$1=La=>encodeURIComponent(La).replace(/%([0-9A-F]{2})/gi,(La,hl)=>String.fromCharCode(parseInt(hl,16)));function resolveConfig(La){const hl=mergeConfig({},La);const own=La=>kA.hasOwnProp(hl,La)?hl[La]:undefined;const fl=own("data");let yl=own("withXSRFToken");const Pl=own("xsrfHeaderName");const Ul=own("xsrfCookieName");let Gd=own("headers");const af=own("auth");const n_=own("baseURL");const i_=own("allowAbsoluteUrls");const p_=own("url");hl.headers=Gd=AxiosHeaders.from(Gd);hl.url=buildURL(buildFullPath(n_,p_,i_,hl),own("params"),own("paramsSerializer"));if(af){const hl=kA.getSafeProp(af,"username")||"";const fl=kA.getSafeProp(af,"password")||"";try{Gd.set("Authorization","Basic "+btoa(hl+":"+(fl?encodeUTF8$1(fl):"")))}catch(hl){throw AxiosError.from(hl,AxiosError.ERR_BAD_OPTION_VALUE,La)}}if(kA.isFormData(fl)){if(zA.hasStandardBrowserEnv||zA.hasStandardBrowserWebWorkerEnv||kA.isReactNative(fl)){Gd.setContentType(undefined)}else if(kA.isFunction(fl.getHeaders)){setFormDataHeaders(Gd,fl.getHeaders(),own("formDataHeaderPolicy"))}}if(zA.hasStandardBrowserEnv){if(kA.isFunction(yl)){yl=yl(hl)}const La=yl===true||yl==null&&ow(hl.url);if(La){const La=Pl&&Ul&&lw.read(Ul);if(La){Gd.set(Pl,La)}}}return hl}const pw=typeof XMLHttpRequest!=="undefined";var dw=pw&&function(La){return new Promise(function dispatchXhrRequest(hl,fl){const yl=resolveConfig(La);let Pl=yl.data;const Ul=AxiosHeaders.from(yl.headers).normalize();let{responseType:Gd,onUploadProgress:af,onDownloadProgress:n_}=yl;let i_;let p_,w_;let D_,I_;function done(){D_&&D_();I_&&I_();yl.cancelToken&&yl.cancelToken.unsubscribe(i_);yl.signal&&yl.signal.removeEventListener("abort",i_)}let N_=new XMLHttpRequest;N_.open(yl.method.toUpperCase(),yl.url,true);N_.timeout=yl.timeout;function onloadend(){if(!N_){return}const yl=AxiosHeaders.from("getAllResponseHeaders"in N_&&N_.getAllResponseHeaders());const Pl=!Gd||Gd==="text"||Gd==="json"?N_.responseText:N_.response;const Ul={data:Pl,status:N_.status,statusText:N_.statusText,headers:yl,config:La,request:N_};settle(function _resolve(La){hl(La);done()},function _reject(La){fl(La);done()},Ul);N_=null}if("onloadend"in N_){N_.onloadend=onloadend}else{N_.onreadystatechange=function handleLoad(){if(!N_||N_.readyState!==4){return}if(N_.status===0&&!(N_.responseURL&&N_.responseURL.startsWith("file:"))){return}setTimeout(onloadend)}}N_.onabort=function handleAbort(){if(!N_){return}fl(new AxiosError("Request aborted",AxiosError.ECONNABORTED,La,N_));done();N_=null};N_.onerror=function handleError(hl){const yl=hl&&hl.message?hl.message:"Network Error";const Pl=new AxiosError(yl,AxiosError.ERR_NETWORK,La,N_);Pl.event=hl||null;fl(Pl);done();N_=null};N_.ontimeout=function handleTimeout(){let hl=yl.timeout?"timeout of "+yl.timeout+"ms exceeded":"timeout exceeded";const Pl=yl.transitional||QA;if(yl.timeoutErrorMessage){hl=yl.timeoutErrorMessage}fl(new AxiosError(hl,Pl.clarifyTimeoutError?AxiosError.ETIMEDOUT:AxiosError.ECONNABORTED,La,N_));done();N_=null};Pl===undefined&&Ul.setContentType(null);if("setRequestHeader"in N_){kA.forEach(toByteStringHeaderObject(Ul),function setRequestHeader(La,hl){N_.setRequestHeader(hl,La)})}if(!kA.isUndefined(yl.withCredentials)){N_.withCredentials=!!yl.withCredentials}if(Gd&&Gd!=="json"){N_.responseType=yl.responseType}if(n_){[w_,I_]=progressEventReducer(n_,true);N_.addEventListener("progress",w_)}if(af&&N_.upload){[p_,D_]=progressEventReducer(af);N_.upload.addEventListener("progress",p_);N_.upload.addEventListener("loadend",D_)}if(yl.cancelToken||yl.signal){i_=hl=>{if(!N_){return}fl(!hl||hl.type?new CanceledError(null,La,N_):hl);N_.abort();done();N_=null};yl.cancelToken&&yl.cancelToken.subscribe(i_);if(yl.signal){yl.signal.aborted?i_():yl.signal.addEventListener("abort",i_)}}const _m=parseProtocol(yl.url);if(_m&&!zA.protocols.includes(_m)){fl(new AxiosError("Unsupported protocol "+_m+":",AxiosError.ERR_BAD_REQUEST,La));done();return}N_.send(Pl||null)})};const composeSignals=(La,hl)=>{La=La?La.filter(Boolean):[];if(!hl&&!La.length){return}const fl=new AbortController;let yl=false;const onabort=function(La){if(!yl){yl=true;unsubscribe();const hl=La instanceof Error?La:this.reason;fl.abort(hl instanceof AxiosError?hl:new CanceledError(hl instanceof Error?hl.message:hl))}};let Pl=hl&&setTimeout(()=>{Pl=null;onabort(new AxiosError(`timeout of ${hl}ms exceeded`,AxiosError.ETIMEDOUT))},hl);const unsubscribe=()=>{if(!La){return}Pl&&clearTimeout(Pl);Pl=null;La.forEach(La=>{La.unsubscribe?La.unsubscribe(onabort):La.removeEventListener("abort",onabort)});La=null};La.forEach(La=>La.addEventListener("abort",onabort,{once:true}));const{signal:Ul}=fl;Ul.unsubscribe=()=>kA.asap(unsubscribe);return Ul};const streamChunk=function*(La,hl){let fl=La.byteLength;if(fl{const Pl=readBytes(La,hl);let Ul=0;let Gd;let _onFinish=La=>{if(!Gd){Gd=true;yl&&yl(La)}};return new ReadableStream({async pull(La){try{const{done:hl,value:yl}=await Pl.next();if(hl){_onFinish();La.close();return}let Gd=yl.byteLength;if(fl){let La=Ul+=Gd;fl(La)}La.enqueue(new Uint8Array(yl))}catch(La){_onFinish(La);throw La}},cancel(La){_onFinish(La);return Pl.return()}},{highWaterMark:2})};const hw=64*1024;const{isFunction:fw}=kA;const encodeUTF8=La=>encodeURIComponent(La).replace(/%([0-9A-F]{2})/gi,(La,hl)=>String.fromCharCode(parseInt(hl,16)));const decodeURIComponentSafe=La=>{if(!kA.isString(La)){return La}try{return decodeURIComponent(La)}catch(hl){return La}};const test=(La,...hl)=>{try{return!!La(...hl)}catch(La){return false}};const maybeWithAuthCredentials=La=>{const hl=La.indexOf("://");let fl=La;if(hl!==-1){fl=fl.slice(hl+3)}return fl.includes("@")||fl.includes(":")};const factory=La=>{const hl=kA.global!==undefined&&kA.global!==null?kA.global:globalThis;const{ReadableStream:fl,TextEncoder:yl}=hl;La=kA.merge.call({skipUndefined:true},{Request:hl.Request,Response:hl.Response},La);const{fetch:Pl,Request:Ul,Response:Gd}=La;const af=Pl?fw(Pl):typeof fetch==="function";const n_=fw(Ul);const i_=fw(Gd);if(!af){return false}const p_=af&&fw(fl);const w_=af&&(typeof yl==="function"?(La=>hl=>La.encode(hl))(new yl):async La=>new Uint8Array(await new Ul(La).arrayBuffer()));const D_=n_&&p_&&test(()=>{let La=false;const hl=new Ul(zA.origin,{body:new fl,method:"POST",get duplex(){La=true;return"half"}});const yl=hl.headers.has("Content-Type");if(hl.body!=null){hl.body.cancel()}return La&&!yl});const I_=i_&&p_&&test(()=>kA.isReadableStream(new Gd("").body));const N_={stream:I_&&(La=>La.body)};af&&(()=>{["text","arrayBuffer","blob","formData","stream"].forEach(La=>{!N_[La]&&(N_[La]=(hl,fl)=>{let yl=hl&&hl[La];if(yl){return yl.call(hl)}throw new AxiosError(`Response type '${La}' is not supported`,AxiosError.ERR_NOT_SUPPORT,fl)})})})();const getBodyLength=async La=>{if(La==null){return 0}if(kA.isBlob(La)){return La.size}if(kA.isSpecCompliantForm(La)){const hl=new Ul(zA.origin,{method:"POST",body:La});return(await hl.arrayBuffer()).byteLength}if(kA.isArrayBufferView(La)||kA.isArrayBuffer(La)){return La.byteLength}if(kA.isURLSearchParams(La)){La=La+""}if(kA.isString(La)){return(await w_(La)).byteLength}};const resolveBodyLength=async(La,hl)=>{const fl=kA.toFiniteNumber(La.getContentLength());return fl==null?getBodyLength(hl):fl};return async La=>{let{url:hl,method:fl,data:af,signal:i_,cancelToken:w_,timeout:_m,onDownloadProgress:pg,onUploadProgress:mg,responseType:gg,headers:eA,withCredentials:tA="same-origin",fetchOptions:rA,maxContentLength:nA,maxBodyLength:iA}=resolveConfig(La);const sA=kA.isNumber(nA)&&nA>-1;const aA=kA.isNumber(iA)&&iA>-1;const own=hl=>kA.hasOwnProp(La,hl)?La[hl]:undefined;let oA=Pl||fetch;gg=gg?(gg+"").toLowerCase():"text";let lA=composeSignals([i_,w_&&w_.toAbortSignal()],_m);let cA=null;const uA=lA&&lA.unsubscribe&&(()=>{lA.unsubscribe()});let pA;let dA=null;const maxBodyLengthError=()=>new AxiosError("Request body larger than maxBodyLength limit",AxiosError.ERR_BAD_REQUEST,La,cA);try{let Pl=undefined;const i_=own("auth");if(i_){const La=kA.getSafeProp(i_,"username")||"";const hl=kA.getSafeProp(i_,"password")||"";Pl={username:La,password:hl}}if(maybeWithAuthCredentials(hl)){const La=new URL(hl,zA.origin);if(!Pl&&(La.username||La.password)){const hl=decodeURIComponentSafe(La.username);const fl=decodeURIComponentSafe(La.password);Pl={username:hl,password:fl}}if(La.username||La.password){La.username="";La.password="";hl=La.href}}if(Pl){eA.delete("authorization");eA.set("Authorization","Basic "+btoa(encodeUTF8((Pl.username||"")+":"+(Pl.password||""))))}if(sA&&typeof hl==="string"&&hl.startsWith("data:")){const fl=estimateDataURLDecodedBytes(hl);if(fl>nA){throw new AxiosError("maxContentLength size of "+nA+" exceeded",AxiosError.ERR_BAD_RESPONSE,La,cA)}}if(aA&&fl!=="get"&&fl!=="head"){const La=await getBodyLength(af);if(typeof La==="number"&&isFinite(La)){pA=La;if(La>iA){throw maxBodyLengthError()}}}const w_=aA&&(kA.isReadableStream(af)||kA.isStream(af));const trackRequestStream=(La,hl,fl)=>trackStream(La,hw,La=>{if(aA&&La>iA){throw dA=maxBodyLengthError()}hl&&hl(La)},fl);if(D_&&fl!=="get"&&fl!=="head"&&(mg||w_)){pA=pA==null?await resolveBodyLength(eA,af):pA;if(pA!==0||w_){let La=new Ul(hl,{method:"POST",body:af,duplex:"half"});let fl;if(kA.isFormData(af)&&(fl=La.headers.get("content-type"))){eA.setContentType(fl)}if(La.body){const[hl,fl]=mg&&progressEventDecorator(pA,progressEventReducer(asyncDecorator(mg)))||[];af=trackRequestStream(La.body,hl,fl)}}}else if(w_&&!n_&&p_&&fl!=="get"&&fl!=="head"){af=trackRequestStream(af)}else if(w_&&n_&&!D_&&fl!=="get"&&fl!=="head"){throw new AxiosError("Stream request bodies are not supported by the current fetch implementation",AxiosError.ERR_NOT_SUPPORT,La,cA)}if(!kA.isString(tA)){tA=tA?"include":"omit"}const _m=n_&&"credentials"in Ul.prototype;if(kA.isFormData(af)){const La=eA.getContentType();if(La&&/^multipart\/form-data/i.test(La)&&!/boundary=/i.test(La)){eA.delete("content-type")}}eA.set("User-Agent","axios/"+gy,false);const hA={...rA,signal:lA,method:fl.toUpperCase(),headers:toByteStringHeaderObject(eA.normalize()),body:af,duplex:"half",credentials:_m?tA:undefined};cA=n_&&new Ul(hl,hA);let fA=await(n_?oA(cA,rA):oA(hl,hA));const _A=AxiosHeaders.from(fA.headers);if(sA){const hl=kA.toFiniteNumber(_A.getContentLength());if(hl!=null&&hl>nA){throw new AxiosError("maxContentLength size of "+nA+" exceeded",AxiosError.ERR_BAD_RESPONSE,La,cA)}}const mA=I_&&(gg==="stream"||gg==="response");if(I_&&fA.body&&(pg||sA||mA&&uA)){const hl={};["status","statusText","headers"].forEach(La=>{hl[La]=fA[La]});const fl=kA.toFiniteNumber(_A.getContentLength());const[yl,Pl]=pg&&progressEventDecorator(fl,progressEventReducer(asyncDecorator(pg),true))||[];let Ul=0;const onChunkProgress=hl=>{if(sA){Ul=hl;if(Ul>nA){throw new AxiosError("maxContentLength size of "+nA+" exceeded",AxiosError.ERR_BAD_RESPONSE,La,cA)}}yl&&yl(hl)};fA=new Gd(trackStream(fA.body,hw,onChunkProgress,()=>{Pl&&Pl();uA&&uA()}),hl)}gg=gg||"text";let gA=await N_[kA.findKey(N_,gg)||"text"](fA,La);if(sA&&!I_&&!mA){let hl;if(gA!=null){if(typeof gA.byteLength==="number"){hl=gA.byteLength}else if(typeof gA.size==="number"){hl=gA.size}else if(typeof gA==="string"){hl=typeof yl==="function"?(new yl).encode(gA).byteLength:gA.length}}if(typeof hl==="number"&&hl>nA){throw new AxiosError("maxContentLength size of "+nA+" exceeded",AxiosError.ERR_BAD_RESPONSE,La,cA)}}!mA&&uA&&uA();return await new Promise((hl,fl)=>{settle(hl,fl,{data:gA,headers:AxiosHeaders.from(fA.headers),status:fA.status,statusText:fA.statusText,config:La,request:cA})})}catch(hl){uA&&uA();if(lA&&lA.aborted&&lA.reason instanceof AxiosError){const fl=lA.reason;fl.config=La;cA&&(fl.request=cA);if(hl!==fl){Object.defineProperty(fl,"cause",{__proto__:null,value:hl,writable:true,enumerable:false,configurable:true})}throw fl}if(dA){cA&&!dA.request&&(dA.request=cA);throw dA}if(hl instanceof AxiosError){cA&&!hl.request&&(hl.request=cA);throw hl}if(hl&&hl.name==="TypeError"&&/Load failed|fetch/i.test(hl.message)){const fl=new AxiosError("Network Error",AxiosError.ERR_NETWORK,La,cA,hl&&hl.response);Object.defineProperty(fl,"cause",{__proto__:null,value:hl.cause||hl,writable:true,enumerable:false,configurable:true});throw fl}throw AxiosError.from(hl,hl&&hl.code,La,cA,hl&&hl.response)}}};const _w=new Map;const getFetch=La=>{let hl=La&&La.env||{};const{fetch:fl,Request:yl,Response:Pl}=hl;const Ul=[yl,Pl,fl];let Gd=Ul.length,af=Gd,n_,i_,p_=_w;while(af--){n_=Ul[af];i_=p_.get(n_);i_===undefined&&p_.set(n_,i_=af?new Map:factory(hl));p_=i_}return i_};getFetch();const mw={http:aw,xhr:dw,fetch:{get:getFetch}};kA.forEach(mw,(La,hl)=>{if(La){try{Object.defineProperty(La,"name",{__proto__:null,value:hl})}catch(La){}Object.defineProperty(La,"adapterName",{__proto__:null,value:hl})}});const renderReason=La=>`- ${La}`;const isResolvedHandle=La=>kA.isFunction(La)||La===null||La===false;function getAdapter(La,hl){La=kA.isArray(La)?La:[La];const{length:fl}=La;let yl;let Pl;const Ul={};for(let Gd=0;Gd`adapter ${La} `+(hl===false?"is not supported by the environment":"is not available in the build"));let hl=fl?La.length>1?"since :\n"+La.map(renderReason).join("\n"):" "+renderReason(La[0]):"as no adapter specified";throw new AxiosError(`There is no suitable adapter to dispatch the request `+hl,AxiosError.ERR_NOT_SUPPORT)}return Pl}var gw={getAdapter:getAdapter,adapters:mw};function throwIfCancellationRequested(La){if(La.cancelToken){La.cancelToken.throwIfRequested()}if(La.signal&&La.signal.aborted){throw new CanceledError(null,La)}}function dispatchRequest(La){throwIfCancellationRequested(La);La.headers=AxiosHeaders.from(La.headers);La.data=transformData.call(La,La.transformRequest);if(["post","put","patch"].indexOf(La.method)!==-1){La.headers.setContentType("application/x-www-form-urlencoded",false)}const hl=gw.getAdapter(La.adapter||KA.adapter,La);return hl(La).then(function onAdapterResolution(hl){throwIfCancellationRequested(La);La.response=hl;try{hl.data=transformData.call(La,La.transformResponse,hl)}finally{delete La.response}hl.headers=AxiosHeaders.from(hl.headers);return hl},function onAdapterRejection(hl){if(!isCancel(hl)){throwIfCancellationRequested(La);if(hl&&hl.response){La.response=hl.response;try{hl.response.data=transformData.call(La,La.transformResponse,hl.response)}finally{delete La.response}hl.response.headers=AxiosHeaders.from(hl.response.headers)}}return Promise.reject(hl)})}const Aw={};["object","boolean","number","function","string","symbol"].forEach((La,hl)=>{Aw[La]=function validator(fl){return typeof fl===La||"a"+(hl<1?"n ":" ")+La}});const yw={};Aw.transitional=function transitional(La,hl,fl){function formatMessage(La,hl){return"[Axios v"+gy+"] Transitional option '"+La+"'"+hl+(fl?". "+fl:"")}return(fl,yl,Pl)=>{if(La===false){throw new AxiosError(formatMessage(yl," has been removed"+(hl?" in "+hl:"")),AxiosError.ERR_DEPRECATED)}if(hl&&!yw[yl]){yw[yl]=true;console.warn(formatMessage(yl," has been deprecated since v"+hl+" and will be removed in the near future"))}return La?La(fl,yl,Pl):true}};Aw.spelling=function spelling(La){return(hl,fl)=>{console.warn(`${fl} is likely a misspelling of ${La}`);return true}};function assertOptions(La,hl,fl){if(typeof La!=="object"||La===null){throw new AxiosError("options must be an object",AxiosError.ERR_BAD_OPTION_VALUE)}const yl=Object.keys(La);let Pl=yl.length;while(Pl-- >0){const Ul=yl[Pl];const Gd=Object.prototype.hasOwnProperty.call(hl,Ul)?hl[Ul]:undefined;if(Gd){const hl=La[Ul];const fl=hl===undefined||Gd(hl,Ul,La);if(fl!==true){throw new AxiosError("option "+Ul+" must be "+fl,AxiosError.ERR_BAD_OPTION_VALUE)}continue}if(fl!==true){throw new AxiosError("Unknown option "+Ul,AxiosError.ERR_BAD_OPTION)}}}var bw={assertOptions:assertOptions,validators:Aw};const vw=bw.validators;class Axios{constructor(La){this.defaults=La||{};this.interceptors={request:new InterceptorManager,response:new InterceptorManager}}async request(La,hl){try{return await this._request(La,hl)}catch(La){if(La instanceof Error){let hl={};Error.captureStackTrace?Error.captureStackTrace(hl):hl=new Error;const fl=(()=>{if(!hl.stack){return""}const La=hl.stack.indexOf("\n");return La===-1?"":hl.stack.slice(La+1)})();try{if(!La.stack){La.stack=fl}else if(fl){const hl=fl.indexOf("\n");const yl=hl===-1?-1:fl.indexOf("\n",hl+1);const Pl=yl===-1?"":fl.slice(yl+1);if(!String(La.stack).endsWith(Pl)){La.stack+="\n"+fl}}}catch(La){}}throw La}}_request(La,hl){if(typeof La==="string"){hl=hl||{};hl.url=La}else{hl=La||{}}hl=mergeConfig(this.defaults,hl);const{transitional:fl,paramsSerializer:yl,headers:Pl}=hl;if(fl!==undefined){bw.assertOptions(fl,{silentJSONParsing:vw.transitional(vw.boolean),forcedJSONParsing:vw.transitional(vw.boolean),clarifyTimeoutError:vw.transitional(vw.boolean),legacyInterceptorReqResOrdering:vw.transitional(vw.boolean),advertiseZstdAcceptEncoding:vw.transitional(vw.boolean),validateStatusUndefinedResolves:vw.transitional(vw.boolean)},false)}if(yl!=null){if(kA.isFunction(yl)){hl.paramsSerializer={serialize:yl}}else{bw.assertOptions(yl,{encode:vw.function,serialize:vw.function},true)}}if(hl.allowAbsoluteUrls!==undefined);else if(this.defaults.allowAbsoluteUrls!==undefined){hl.allowAbsoluteUrls=this.defaults.allowAbsoluteUrls}else{hl.allowAbsoluteUrls=true}bw.assertOptions(hl,{baseUrl:vw.spelling("baseURL"),withXsrfToken:vw.spelling("withXSRFToken")},true);hl.method=(hl.method||this.defaults.method||"get").toLowerCase();let Ul=Pl&&kA.merge(Pl.common,Pl[hl.method]);Pl&&kA.forEach(["delete","get","head","post","put","patch","query","common"],La=>{delete Pl[La]});hl.headers=AxiosHeaders.concat(Ul,Pl);const Gd=[];let af=true;this.interceptors.request.forEach(function unshiftRequestInterceptors(La){if(typeof La.runWhen==="function"&&La.runWhen(hl)===false){return}af=af&&La.synchronous;const fl=hl.transitional||QA;const yl=fl&&fl.legacyInterceptorReqResOrdering;if(yl){Gd.unshift(La.fulfilled,La.rejected)}else{Gd.push(La.fulfilled,La.rejected)}});const n_=[];this.interceptors.response.forEach(function pushResponseInterceptors(La){n_.push(La.fulfilled,La.rejected)});let i_;let p_=0;let w_;if(!af){const La=[dispatchRequest.bind(this),undefined];La.unshift(...Gd);La.push(...n_);w_=La.length;i_=Promise.resolve(hl);while(p_{if(!fl._listeners)return;let hl=fl._listeners.length;while(hl-- >0){fl._listeners[hl](La)}fl._listeners=null});this.promise.then=La=>{let hl;const yl=new Promise(La=>{fl.subscribe(La);hl=La}).then(La);yl.cancel=function reject(){fl.unsubscribe(hl)};return yl};La(function cancel(La,yl,Pl){if(fl.reason){return}fl.reason=new CanceledError(La,yl,Pl);hl(fl.reason)})}throwIfRequested(){if(this.reason){throw this.reason}}subscribe(La){if(this.reason){La(this.reason);return}if(this._listeners){this._listeners.push(La)}else{this._listeners=[La]}}unsubscribe(La){if(!this._listeners){return}const hl=this._listeners.indexOf(La);if(hl!==-1){this._listeners.splice(hl,1)}}toAbortSignal(){const La=new AbortController;const abort=hl=>{La.abort(hl)};this.subscribe(abort);La.signal.unsubscribe=()=>this.unsubscribe(abort);return La.signal}static source(){let La;const hl=new CancelToken(function executor(hl){La=hl});return{token:hl,cancel:La}}}function spread(La){return function wrap(hl){return La.apply(null,hl)}}function isAxiosError(La){return kA.isObject(La)&&La.isAxiosError===true}const Ew={Continue:100,SwitchingProtocols:101,Processing:102,EarlyHints:103,Ok:200,Created:201,Accepted:202,NonAuthoritativeInformation:203,NoContent:204,ResetContent:205,PartialContent:206,MultiStatus:207,AlreadyReported:208,ImUsed:226,MultipleChoices:300,MovedPermanently:301,Found:302,SeeOther:303,NotModified:304,UseProxy:305,Unused:306,TemporaryRedirect:307,PermanentRedirect:308,BadRequest:400,Unauthorized:401,PaymentRequired:402,Forbidden:403,NotFound:404,MethodNotAllowed:405,NotAcceptable:406,ProxyAuthenticationRequired:407,RequestTimeout:408,Conflict:409,Gone:410,LengthRequired:411,PreconditionFailed:412,PayloadTooLarge:413,UriTooLong:414,UnsupportedMediaType:415,RangeNotSatisfiable:416,ExpectationFailed:417,ImATeapot:418,MisdirectedRequest:421,UnprocessableEntity:422,Locked:423,FailedDependency:424,TooEarly:425,UpgradeRequired:426,PreconditionRequired:428,TooManyRequests:429,RequestHeaderFieldsTooLarge:431,UnavailableForLegalReasons:451,InternalServerError:500,NotImplemented:501,BadGateway:502,ServiceUnavailable:503,GatewayTimeout:504,HttpVersionNotSupported:505,VariantAlsoNegotiates:506,InsufficientStorage:507,LoopDetected:508,NotExtended:510,NetworkAuthenticationRequired:511,WebServerIsDown:521,ConnectionTimedOut:522,OriginIsUnreachable:523,TimeoutOccurred:524,SslHandshakeFailed:525,InvalidSslCertificate:526};Object.entries(Ew).forEach(([La,hl])=>{Ew[hl]=La});function createInstance(La){const hl=new Axios(La);const fl=bind(Axios.prototype.request,hl);kA.extend(fl,Axios.prototype,hl,{allOwnKeys:true});kA.extend(fl,hl,null,{allOwnKeys:true});fl.create=function create(hl){return createInstance(mergeConfig(La,hl))};return fl}const ww=createInstance(KA);ww.Axios=Axios;ww.CanceledError=CanceledError;ww.CancelToken=CancelToken;ww.isCancel=isCancel;ww.VERSION=gy;ww.toFormData=toFormData;ww.AxiosError=AxiosError;ww.Cancel=ww.CanceledError;ww.all=function all(La){return Promise.all(La)};ww.spread=spread;ww.isAxiosError=isAxiosError;ww.mergeConfig=mergeConfig;ww.AxiosHeaders=AxiosHeaders;ww.formToJSON=La=>formDataToJSON(kA.isHTMLForm(La)?new FormData(La):La);ww.getAdapter=gw.getAdapter;ww.HttpStatusCode=Ew;ww.default=ww;La.exports=ww},41002:La=>{"use strict";La.exports=JSON.parse('{"version":"2.1.294","license":"MIT","main":"dist/index.js","typings":"dist/index.d.ts","files":["dist","src"],"engines":{"node":">=22"},"scripts":{"jest:clear":"jest --clearCache","start":"tsup --watch","build":"tsup && tsc -p tsconfig.build.json","test":"jest","test:coverage":"npm run test -- --coverage","lint":"eslint src/**/*.ts","prepare":"npm run build && husky","version":"echo version && git add -A src","debug-dry-run":"npm test dry-run.test","postversion":"echo postversion && git push origin HEAD:$CI_DEFAULT_BRANCH && git push --tags origin HEAD:$CI_DEFAULT_BRANCH","publish-rc":"npm publish --tag rc"},"publishConfig":{"registry":"https://linearb.jfrog.io/linearb/api/npm/npm-local/"},"name":"@linearb/gitstream-core","author":"Misha Kav","devDependencies":{"@eslint/js":"^10.0.1","@jest/globals":"^30.4.1","@types/jest":"^30.0.0","@types/js-yaml":"^4.0.9","@types/jsonwebtoken":"^9.0.10","@types/lodash":"^4.17.24","@types/node":"^26.1.1","@types/nunjucks":"^3.2.6","@types/shell-quote":"^1.7.5","eslint":"^10.8.0","eslint-config-prettier":"^10.1.8","eslint-plugin-import-x":"^4.17.1","eslint-plugin-prettier":"^5.5.6","globals":"^17.7.0","husky":"^9.1.7","jest":"^30.4.2","ts-jest":"^29.4.12","tslib":"^2.8.1","tsup":"^8.5.1","typescript":"^6.0.3","typescript-eslint":"^8.65.0"},"dependencies":{"@actions/core":"^2.0.3","@gitbeaker/rest":"^43.8.0","@linearb/gitstream-core-js":"0.1.112","@octokit/rest":"^20.1.2","@wasm-fmt/ruff_fmt":"^0.15.10","ajv":"^8.20.0","axios":"^1.18.1","isolated-vm":"^6.1.2","js-yaml":"^4.3.0","jsonwebtoken":"^9.0.3","lodash":"^4.18.1","moment":"^2.30.1","nunjucks":"^3.2.4","parse-diff":"^0.12.0","prettier":"^3.9.6","shell-quote":"^1.10.0"},"prettier":{"printWidth":80,"semi":true,"singleQuote":true,"trailingComma":"all"},"allowScripts":{"esbuild@0.27.7":true,"fsevents@2.3.3":true,"isolated-vm@6.1.2":true,"unrs-resolver@1.11.1":true}}')},81813:La=>{"use strict";La.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}}')}};var __webpack_module_cache__={};function __nccwpck_require__(La){var hl=__webpack_module_cache__[La];if(hl!==undefined){return hl.exports}var fl=__webpack_module_cache__[La]={id:La,loaded:false,exports:{}};var yl=true;try{__webpack_modules__[La].call(fl.exports,fl,fl.exports,__nccwpck_require__);yl=false}finally{if(yl)delete __webpack_module_cache__[La]}fl.loaded=true;return fl.exports}__nccwpck_require__.m=__webpack_modules__;(()=>{var La=Object.getPrototypeOf?La=>Object.getPrototypeOf(La):La=>La.__proto__;var hl;__nccwpck_require__.t=function(fl,yl){if(yl&1)fl=this(fl);if(yl&8)return fl;if(typeof fl==="object"&&fl){if(yl&4&&fl.__esModule)return fl;if(yl&16&&typeof fl.then==="function")return fl}var Pl=Object.create(null);__nccwpck_require__.r(Pl);var Ul={};hl=hl||[null,La({}),La([]),La(La)];for(var Gd=yl&2&&fl;typeof Gd=="object"&&!~hl.indexOf(Gd);Gd=La(Gd)){Object.getOwnPropertyNames(Gd).forEach(La=>Ul[La]=()=>fl[La])}Ul["default"]=()=>fl;__nccwpck_require__.d(Pl,Ul);return Pl}})();(()=>{__nccwpck_require__.d=(La,hl)=>{for(var fl in hl){if(__nccwpck_require__.o(hl,fl)&&!__nccwpck_require__.o(La,fl)){Object.defineProperty(La,fl,{enumerable:true,get:hl[fl]})}}}})();(()=>{__nccwpck_require__.f={};__nccwpck_require__.e=La=>Promise.all(Object.keys(__nccwpck_require__.f).reduce((hl,fl)=>{__nccwpck_require__.f[fl](La,hl);return hl},[]))})();(()=>{__nccwpck_require__.u=La=>""+La+".index.js"})();(()=>{__nccwpck_require__.o=(La,hl)=>Object.prototype.hasOwnProperty.call(La,hl)})();(()=>{__nccwpck_require__.r=La=>{if(typeof Symbol!=="undefined"&&Symbol.toStringTag){Object.defineProperty(La,Symbol.toStringTag,{value:"Module"})}Object.defineProperty(La,"__esModule",{value:true})}})();(()=>{__nccwpck_require__.nmd=La=>{La.paths=[];if(!La.children)La.children=[];return La}})();if(typeof __nccwpck_require__!=="undefined")__nccwpck_require__.ab=__dirname+"/";(()=>{var La={792:1};var installChunk=hl=>{var fl=hl.modules,yl=hl.ids,Pl=hl.runtime;for(var Ul in fl){if(__nccwpck_require__.o(fl,Ul)){__nccwpck_require__.m[Ul]=fl[Ul]}}if(Pl)Pl(__nccwpck_require__);for(var Gd=0;Gd{if(!La[hl]){if(true){installChunk(require("./"+__nccwpck_require__.u(hl)))}else La[hl]=1}}})();var __webpack_exports__={};(()=>{"use strict";var La=__webpack_exports__;Object.defineProperty(La,"__esModule",{value:true});const hl=__nccwpck_require__(41730);(0,hl.run)()})();module.exports=__webpack_exports__})(); \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 64238ca1..af9e7020 100644 --- a/package-lock.json +++ b/package-lock.json @@ -10,7 +10,7 @@ "license": "Apache-2.0", "dependencies": { "@actions/core": "^2.0.3", - "@linearb/gitstream-core": "2.1.293" + "@linearb/gitstream-core": "2.1.294" }, "devDependencies": { "@eslint/js": "^10.0.1", @@ -1448,39 +1448,39 @@ } }, "node_modules/@linearb/gitstream-core": { - "version": "2.1.293", - "resolved": "https://linearb.jfrog.io/linearb/api/npm/npm-local/@linearb/gitstream-core/-/@linearb/gitstream-core-2.1.293.tgz", - "integrity": "sha512-athDKsBLiBh+FvYYyAbrc3neq7TPddYW9req6de8lTM4+xb6eUG6eSVonuTOeNhy5yuZ81/TaS++rBn8An3i6A==", + "version": "2.1.294", + "resolved": "https://linearb.jfrog.io/linearb/api/npm/npm-local/@linearb/gitstream-core/-/@linearb/gitstream-core-2.1.294.tgz", + "integrity": "sha512-Xvr0ApaN+77oTxmcCiMsqr+MnMfQmwXIKwpc1zISsyNYVQEnZ4OOjvCp2Rl8zThkcSE71q52eHwRtgKMi05NVw==", "license": "MIT", "dependencies": { "@actions/core": "^2.0.3", "@gitbeaker/rest": "^43.8.0", - "@linearb/gitstream-core-js": "0.1.110", + "@linearb/gitstream-core-js": "0.1.112", "@octokit/rest": "^20.1.2", "@wasm-fmt/ruff_fmt": "^0.15.10", "ajv": "^8.20.0", - "axios": "^1.18.0", + "axios": "^1.18.1", "isolated-vm": "^6.1.2", - "js-yaml": "^4.2.0", + "js-yaml": "^4.3.0", "jsonwebtoken": "^9.0.3", "lodash": "^4.18.1", "moment": "^2.30.1", "nunjucks": "^3.2.4", "parse-diff": "^0.12.0", - "prettier": "^3.8.4", - "shell-quote": "^1.8.4" + "prettier": "^3.9.6", + "shell-quote": "^1.10.0" }, "engines": { "node": ">=22" } }, "node_modules/@linearb/gitstream-core-js": { - "version": "0.1.110", - "resolved": "https://linearb.jfrog.io/linearb/api/npm/npm-local/@linearb/gitstream-core-js/-/@linearb/gitstream-core-js-0.1.110.tgz", - "integrity": "sha512-p/tC2VFMyHXsuM1hA4f6IKqBJUZcekWDfH/mzrAVFnfwwVBgKG0iIjlShHqa/WcYt8DhfCkCUgrKsI5VvFF+aw==", + "version": "0.1.112", + "resolved": "https://linearb.jfrog.io/linearb/api/npm/npm-local/@linearb/gitstream-core-js/-/@linearb/gitstream-core-js-0.1.112.tgz", + "integrity": "sha512-kw7xRBoZgnNQKrVyAkg0ca8+LpFQNdjf1jLRt5sLTdtvuyFLTkGdy1SUwRZ5vFakIEZ5O+a+nETNJ6yBnkiaRw==", "license": "MIT", "dependencies": { - "js-yaml": "^4.1.1", + "js-yaml": "^4.2.0", "lodash": "^4.18.1" }, "engines": { @@ -2540,7 +2540,8 @@ "node_modules/argparse": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", - "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==" + "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", + "license": "Python-2.0" }, "node_modules/asap": { "version": "2.0.6", @@ -2554,9 +2555,9 @@ "license": "MIT" }, "node_modules/axios": { - "version": "1.18.0", - "resolved": "https://registry.npmjs.org/axios/-/axios-1.18.0.tgz", - "integrity": "sha512-E32NzpYKp++W7XRe52rHiXV2ehxmh3wbdgO7MHeFM+vqxLBYHzt0ElkiImtOBxtOmyp0yoC8C6uESVV84Y2/hw==", + "version": "1.18.1", + "resolved": "https://registry.npmjs.org/axios/-/axios-1.18.1.tgz", + "integrity": "sha512-3nTvFlvpn9Zu/RkHUqtc7/+al4UpRW5az71ap5zccp6e8RAYEzhMTecX8Dz1wWDYrPpUoB1HAQEGEAEvUr7S9g==", "license": "MIT", "dependencies": { "follow-redirects": "^1.16.0", @@ -4946,9 +4947,9 @@ "dev": true }, "node_modules/js-yaml": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.2.0.tgz", - "integrity": "sha512-ePWsvanv0DWuDRsW8dnt+R4jQ31SCRCQ7hhNcPXZPsoBZiemuZNYGf7adZdqX2D86j6rvKp3RpCxVTSb8WQlOw==", + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.3.0.tgz", + "integrity": "sha512-1td788aAnnZ5qs7V2QIRl1owjtYpbKt749Y3xauqQgwIIGF/xXWz1wMTEBx5O3LK3lXLVuqXPdPxj2BoFHaW9Q==", "funding": [ { "type": "github", @@ -5149,7 +5150,8 @@ "node_modules/lodash": { "version": "4.18.1", "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.18.1.tgz", - "integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==" + "integrity": "sha512-dMInicTPVE8d1e5otfwmmjlxkZoUpiVLwyeTdUsi/Caj/gfzzblBcCE5sRHV/AsjuCmxWrte2TNGSYuCeCq+0Q==", + "license": "MIT" }, "node_modules/lodash.includes": { "version": "4.3.0", @@ -5848,9 +5850,9 @@ } }, "node_modules/prettier": { - "version": "3.9.4", - "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.9.4.tgz", - "integrity": "sha512-yWG/o/4oJfo036EKAfK6ACAoDOfHeRHx4tuxkfBZiauURiaSmYwlpOr5LQqKtIkRD2z1PLteme2WoxEnj4tHTg==", + "version": "3.9.6", + "resolved": "https://registry.npmjs.org/prettier/-/prettier-3.9.6.tgz", + "integrity": "sha512-OpN0zzVdiaiAhxpuuj5efpIS4sY9j7bY6uR5mnj5yPzGkdkjNKSJeUThPb60Jw29QuAZgA4o+/iB49kFiaBX6g==", "license": "MIT", "bin": { "prettier": "bin/prettier.cjs" @@ -6107,9 +6109,9 @@ } }, "node_modules/shell-quote": { - "version": "1.8.4", - "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.8.4.tgz", - "integrity": "sha512-VsC6n6vz1ihYYyZZwX7YZSF5l5x36ca17OC+a69h94YqB7X6XLwf+5MOgynYir2SLFUbl8gIYvBo8K8RoNQ6bQ==", + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/shell-quote/-/shell-quote-1.10.0.tgz", + "integrity": "sha512-w1aiOKwKuRgtwAReIIj89puqg+I7GvX4IbLrvmhXbzQsj1+Zwi4VO3+fa6ZF91TWSjIxoEkKnMeHcLEODK5ZXA==", "license": "MIT", "engines": { "node": ">= 0.4" diff --git a/package.json b/package.json index 6795d12d..e2cc7a50 100644 --- a/package.json +++ b/package.json @@ -39,7 +39,7 @@ "license": "Apache-2.0", "dependencies": { "@actions/core": "^2.0.3", - "@linearb/gitstream-core": "2.1.293" + "@linearb/gitstream-core": "2.1.294" }, "devDependencies": { "@eslint/js": "^10.0.1",