Many resources are needed to download a project. Please understand that we have to compensate our server costs. Thank you in advance. Project price only 1 $
You can buy this project and download/modify it how often you want.
#!/usr/bin/env node
/*
* Copyright IBM Corp. 2023, 2024
*
* This source code is licensed under the Apache-2.0 license found in the
* LICENSE file in the root directory of this source tree.
*/
const require = (await import("node:module")).createRequire(import.meta.url);
const __filename = (await import("node:url")).fileURLToPath(import.meta.url);
const __dirname = (await import("node:path")).dirname(__filename);
var yqt=Object.create;var Jne=Object.defineProperty;var vqt=Object.getOwnPropertyDescriptor;var Sqt=Object.getOwnPropertyNames;var Tqt=Object.getPrototypeOf,bqt=Object.prototype.hasOwnProperty;var Ru=(l=>typeof require<"u"?require:typeof Proxy<"u"?new Proxy(l,{get:(c,f)=>(typeof require<"u"?require:c)[f]}):l)(function(l){if(typeof require<"u")return require.apply(this,arguments);throw Error('Dynamic require of "'+l+'" is not supported')});var Ic=(l,c)=>()=>(l&&(c=l(l=0)),c);var xt=(l,c)=>()=>(c||l((c={exports:{}}).exports,c),c.exports),aXe=(l,c)=>{for(var f in c)Jne(l,f,{get:c[f],enumerable:!0})},cXe=(l,c,f,y)=>{if(c&&typeof c=="object"||typeof c=="function")for(let b of Sqt(c))!bqt.call(l,b)&&b!==f&&Jne(l,b,{get:()=>c[b],enumerable:!(y=vqt(c,b))||y.enumerable});return l};var tf=(l,c,f)=>(f=l!=null?yqt(Tqt(l)):{},cXe(c||!l||!l.__esModule?Jne(f,"default",{value:l,enumerable:!0}):f,l)),ol=l=>cXe(Jne({},"__esModule",{value:!0}),l);var Jq=xt(dAe=>{var qne=class extends Error{constructor(c,f,y){super(y),Error.captureStackTrace(this,this.constructor),this.name=this.constructor.name,this.code=f,this.exitCode=c,this.nestedError=void 0}},pAe=class extends qne{constructor(c){super(1,"commander.invalidArgument",c),Error.captureStackTrace(this,this.constructor),this.name=this.constructor.name}};dAe.CommanderError=qne;dAe.InvalidArgumentError=pAe});var zne=xt(gAe=>{var{InvalidArgumentError:Eqt}=Jq(),mAe=class{constructor(c,f){switch(this.description=f||"",this.variadic=!1,this.parseArg=void 0,this.defaultValue=void 0,this.defaultValueDescription=void 0,this.argChoices=void 0,c[0]){case"<":this.required=!0,this._name=c.slice(1,-1);break;case"[":this.required=!1,this._name=c.slice(1,-1);break;default:this.required=!0,this._name=c;break}this._name.length>3&&this._name.slice(-3)==="..."&&(this.variadic=!0,this._name=this._name.slice(0,-3))}name(){return this._name}_concatValue(c,f){return f===this.defaultValue||!Array.isArray(f)?[c]:f.concat(c)}default(c,f){return this.defaultValue=c,this.defaultValueDescription=f,this}argParser(c){return this.parseArg=c,this}choices(c){return this.argChoices=c.slice(),this.parseArg=(f,y)=>{if(!this.argChoices.includes(f))throw new Eqt(`Allowed choices are ${this.argChoices.join(", ")}.`);return this.variadic?this._concatValue(f,y):f},this}argRequired(){return this.required=!0,this}argOptional(){return this.required=!1,this}};function xqt(l){let c=l.name()+(l.variadic===!0?"...":"");return l.required?"<"+c+">":"["+c+"]"}gAe.Argument=mAe;gAe.humanReadableArgName=xqt});var yAe=xt(lXe=>{var{humanReadableArgName:Cqt}=zne(),hAe=class{constructor(){this.helpWidth=void 0,this.sortSubcommands=!1,this.sortOptions=!1,this.showGlobalOptions=!1}visibleCommands(c){let f=c.commands.filter(b=>!b._hidden),y=c._getHelpCommand();return y&&!y._hidden&&f.push(y),this.sortSubcommands&&f.sort((b,k)=>b.name().localeCompare(k.name())),f}compareOptions(c,f){let y=b=>b.short?b.short.replace(/^-/,""):b.long.replace(/^--/,"");return y(c).localeCompare(y(f))}visibleOptions(c){let f=c.options.filter(b=>!b.hidden),y=c._getHelpOption();if(y&&!y.hidden){let b=y.short&&c._findOption(y.short),k=y.long&&c._findOption(y.long);!b&&!k?f.push(y):y.long&&!k?f.push(c.createOption(y.long,y.description)):y.short&&!b&&f.push(c.createOption(y.short,y.description))}return this.sortOptions&&f.sort(this.compareOptions),f}visibleGlobalOptions(c){if(!this.showGlobalOptions)return[];let f=[];for(let y=c.parent;y;y=y.parent){let b=y.options.filter(k=>!k.hidden);f.push(...b)}return this.sortOptions&&f.sort(this.compareOptions),f}visibleArguments(c){return c._argsDescription&&c.registeredArguments.forEach(f=>{f.description=f.description||c._argsDescription[f.name()]||""}),c.registeredArguments.find(f=>f.description)?c.registeredArguments:[]}subcommandTerm(c){let f=c.registeredArguments.map(y=>Cqt(y)).join(" ");return c._name+(c._aliases[0]?"|"+c._aliases[0]:"")+(c.options.length?" [options]":"")+(f?" "+f:"")}optionTerm(c){return c.flags}argumentTerm(c){return c.name()}longestSubcommandTermLength(c,f){return f.visibleCommands(c).reduce((y,b)=>Math.max(y,f.subcommandTerm(b).length),0)}longestOptionTermLength(c,f){return f.visibleOptions(c).reduce((y,b)=>Math.max(y,f.optionTerm(b).length),0)}longestGlobalOptionTermLength(c,f){return f.visibleGlobalOptions(c).reduce((y,b)=>Math.max(y,f.optionTerm(b).length),0)}longestArgumentTermLength(c,f){return f.visibleArguments(c).reduce((y,b)=>Math.max(y,f.argumentTerm(b).length),0)}commandUsage(c){let f=c._name;c._aliases[0]&&(f=f+"|"+c._aliases[0]);let y="";for(let b=c.parent;b;b=b.parent)y=b.name()+" "+y;return y+f+" "+c.usage()}commandDescription(c){return c.description()}subcommandDescription(c){return c.summary()||c.description()}optionDescription(c){let f=[];return c.argChoices&&f.push(`choices: ${c.argChoices.map(y=>JSON.stringify(y)).join(", ")}`),c.defaultValue!==void 0&&(c.required||c.optional||c.isBoolean()&&typeof c.defaultValue=="boolean")&&f.push(`default: ${c.defaultValueDescription||JSON.stringify(c.defaultValue)}`),c.presetArg!==void 0&&c.optional&&f.push(`preset: ${JSON.stringify(c.presetArg)}`),c.envVar!==void 0&&f.push(`env: ${c.envVar}`),f.length>0?`${c.description} (${f.join(", ")})`:c.description}argumentDescription(c){let f=[];if(c.argChoices&&f.push(`choices: ${c.argChoices.map(y=>JSON.stringify(y)).join(", ")}`),c.defaultValue!==void 0&&f.push(`default: ${c.defaultValueDescription||JSON.stringify(c.defaultValue)}`),f.length>0){let y=`(${f.join(", ")})`;return c.description?`${c.description} ${y}`:y}return c.description}formatHelp(c,f){let y=f.padWidth(c,f),b=f.helpWidth||80,k=2,g=2;function p(Rr,kt){if(kt){let Et=`${Rr.padEnd(y+g)}${kt}`;return f.wrap(Et,b-k,y+g)}return Rr}function A(Rr){return Rr.join(`
`).replace(/^/gm," ".repeat(k))}let j=[`Usage: ${f.commandUsage(c)}`,""],se=f.commandDescription(c);se.length>0&&(j=j.concat([f.wrap(se,b,0),""]));let We=f.visibleArguments(c).map(Rr=>p(f.argumentTerm(Rr),f.argumentDescription(Rr)));We.length>0&&(j=j.concat(["Arguments:",A(We),""]));let ve=f.visibleOptions(c).map(Rr=>p(f.optionTerm(Rr),f.optionDescription(Rr)));if(ve.length>0&&(j=j.concat(["Options:",A(ve),""])),this.showGlobalOptions){let Rr=f.visibleGlobalOptions(c).map(kt=>p(f.optionTerm(kt),f.optionDescription(kt)));Rr.length>0&&(j=j.concat(["Global Options:",A(Rr),""]))}let lr=f.visibleCommands(c).map(Rr=>p(f.subcommandTerm(Rr),f.subcommandDescription(Rr)));return lr.length>0&&(j=j.concat(["Commands:",A(lr),""])),j.join(`
`)}padWidth(c,f){return Math.max(f.longestOptionTermLength(c,f),f.longestGlobalOptionTermLength(c,f),f.longestSubcommandTermLength(c,f),f.longestArgumentTermLength(c,f))}wrap(c,f,y,b=40){let k=" \\f\\t\\v\xA0\u1680\u2000-\u200A\u202F\u205F\u3000\uFEFF",g=new RegExp(`[\\n][${k}]+`);if(c.match(g))return c;let p=f-y;if(pkt===`
`?"":(Et>0?se:"")+kt.trimEnd()).join(`
`)}};lXe.Help=hAe});var bAe=xt(TAe=>{var{InvalidArgumentError:Aqt}=Jq(),vAe=class{constructor(c,f){this.flags=c,this.description=f||"",this.required=c.includes("<"),this.optional=c.includes("["),this.variadic=/\w\.\.\.[>\]]$/.test(c),this.mandatory=!1;let y=Pqt(c);this.short=y.shortFlag,this.long=y.longFlag,this.negate=!1,this.long&&(this.negate=this.long.startsWith("--no-")),this.defaultValue=void 0,this.defaultValueDescription=void 0,this.presetArg=void 0,this.envVar=void 0,this.parseArg=void 0,this.hidden=!1,this.argChoices=void 0,this.conflictsWith=[],this.implied=void 0}default(c,f){return this.defaultValue=c,this.defaultValueDescription=f,this}preset(c){return this.presetArg=c,this}conflicts(c){return this.conflictsWith=this.conflictsWith.concat(c),this}implies(c){let f=c;return typeof c=="string"&&(f={[c]:!0}),this.implied=Object.assign(this.implied||{},f),this}env(c){return this.envVar=c,this}argParser(c){return this.parseArg=c,this}makeOptionMandatory(c=!0){return this.mandatory=!!c,this}hideHelp(c=!0){return this.hidden=!!c,this}_concatValue(c,f){return f===this.defaultValue||!Array.isArray(f)?[c]:f.concat(c)}choices(c){return this.argChoices=c.slice(),this.parseArg=(f,y)=>{if(!this.argChoices.includes(f))throw new Aqt(`Allowed choices are ${this.argChoices.join(", ")}.`);return this.variadic?this._concatValue(f,y):f},this}name(){return this.long?this.long.replace(/^--/,""):this.short.replace(/^-/,"")}attributeName(){return kqt(this.name().replace(/^no-/,""))}is(c){return this.short===c||this.long===c}isBoolean(){return!this.required&&!this.optional&&!this.negate}},SAe=class{constructor(c){this.positiveOptions=new Map,this.negativeOptions=new Map,this.dualOptions=new Set,c.forEach(f=>{f.negate?this.negativeOptions.set(f.attributeName(),f):this.positiveOptions.set(f.attributeName(),f)}),this.negativeOptions.forEach((f,y)=>{this.positiveOptions.has(y)&&this.dualOptions.add(y)})}valueFromOption(c,f){let y=f.attributeName();if(!this.dualOptions.has(y))return!0;let b=this.negativeOptions.get(y).presetArg,k=b!==void 0?b:!1;return f.negate===(k===c)}};function kqt(l){return l.split("-").reduce((c,f)=>c+f[0].toUpperCase()+f.slice(1))}function Pqt(l){let c,f,y=l.split(/[ |,]+/);return y.length>1&&!/^[[<]/.test(y[1])&&(c=y.shift()),f=y.shift(),!c&&/^-[^-]$/.test(f)&&(c=f,f=void 0),{shortFlag:c,longFlag:f}}TAe.Option=vAe;TAe.DualOptions=SAe});var _Xe=xt(uXe=>{function Nqt(l,c){if(Math.abs(l.length-c.length)>3)return Math.max(l.length,c.length);let f=[];for(let y=0;y<=l.length;y++)f[y]=[y];for(let y=0;y<=c.length;y++)f[0][y]=y;for(let y=1;y<=c.length;y++)for(let b=1;b<=l.length;b++){let k=1;l[b-1]===c[y-1]?k=0:k=1,f[b][y]=Math.min(f[b-1][y]+1,f[b][y-1]+1,f[b-1][y-1]+k),b>1&&y>1&&l[b-1]===c[y-2]&&l[b-2]===c[y-1]&&(f[b][y]=Math.min(f[b][y],f[b-2][y-2]+1))}return f[l.length][c.length]}function Dqt(l,c){if(!c||c.length===0)return"";c=Array.from(new Set(c));let f=l.startsWith("--");f&&(l=l.slice(2),c=c.map(g=>g.slice(2)));let y=[],b=3,k=.4;return c.forEach(g=>{if(g.length<=1)return;let p=Nqt(l,g),A=Math.max(l.length,g.length);(A-p)/A>k&&(pg.localeCompare(p)),f&&(y=y.map(g=>`--${g}`)),y.length>1?`
(Did you mean one of ${y.join(", ")}?)`:y.length===1?`
(Did you mean ${y[0]}?)`:""}uXe.suggestSimilar=Dqt});var gXe=xt(mXe=>{var Iqt=Ru("events").EventEmitter,EAe=Ru("child_process"),sP=Ru("path"),xAe=Ru("fs"),zd=Ru("process"),{Argument:wqt,humanReadableArgName:Oqt}=zne(),{CommanderError:CAe}=Jq(),{Help:Rqt}=yAe(),{Option:fXe,DualOptions:Mqt}=bAe(),{suggestSimilar:pXe}=_Xe(),AAe=class l extends Iqt{constructor(c){super(),this.commands=[],this.options=[],this.parent=null,this._allowUnknownOption=!1,this._allowExcessArguments=!0,this.registeredArguments=[],this._args=this.registeredArguments,this.args=[],this.rawArgs=[],this.processedArgs=[],this._scriptPath=null,this._name=c||"",this._optionValues={},this._optionValueSources={},this._storeOptionsAsProperties=!1,this._actionHandler=null,this._executableHandler=!1,this._executableFile=null,this._executableDir=null,this._defaultCommandName=null,this._exitCallback=null,this._aliases=[],this._combineFlagAndOptionalValue=!0,this._description="",this._summary="",this._argsDescription=void 0,this._enablePositionalOptions=!1,this._passThroughOptions=!1,this._lifeCycleHooks={},this._showHelpAfterError=!1,this._showSuggestionAfterError=!0,this._outputConfiguration={writeOut:f=>zd.stdout.write(f),writeErr:f=>zd.stderr.write(f),getOutHelpWidth:()=>zd.stdout.isTTY?zd.stdout.columns:void 0,getErrHelpWidth:()=>zd.stderr.isTTY?zd.stderr.columns:void 0,outputError:(f,y)=>y(f)},this._hidden=!1,this._helpOption=void 0,this._addImplicitHelpCommand=void 0,this._helpCommand=void 0,this._helpConfiguration={}}copyInheritedSettings(c){return this._outputConfiguration=c._outputConfiguration,this._helpOption=c._helpOption,this._helpCommand=c._helpCommand,this._helpConfiguration=c._helpConfiguration,this._exitCallback=c._exitCallback,this._storeOptionsAsProperties=c._storeOptionsAsProperties,this._combineFlagAndOptionalValue=c._combineFlagAndOptionalValue,this._allowExcessArguments=c._allowExcessArguments,this._enablePositionalOptions=c._enablePositionalOptions,this._showHelpAfterError=c._showHelpAfterError,this._showSuggestionAfterError=c._showSuggestionAfterError,this}_getCommandAndAncestors(){let c=[];for(let f=this;f;f=f.parent)c.push(f);return c}command(c,f,y){let b=f,k=y;typeof b=="object"&&b!==null&&(k=b,b=null),k=k||{};let[,g,p]=c.match(/([^ ]+) *(.*)/),A=this.createCommand(g);return b&&(A.description(b),A._executableHandler=!0),k.isDefault&&(this._defaultCommandName=A._name),A._hidden=!!(k.noHelp||k.hidden),A._executableFile=k.executableFile||null,p&&A.arguments(p),this._registerCommand(A),A.parent=this,A.copyInheritedSettings(this),b?this:A}createCommand(c){return new l(c)}createHelp(){return Object.assign(new Rqt,this.configureHelp())}configureHelp(c){return c===void 0?this._helpConfiguration:(this._helpConfiguration=c,this)}configureOutput(c){return c===void 0?this._outputConfiguration:(Object.assign(this._outputConfiguration,c),this)}showHelpAfterError(c=!0){return typeof c!="string"&&(c=!!c),this._showHelpAfterError=c,this}showSuggestionAfterError(c=!0){return this._showSuggestionAfterError=!!c,this}addCommand(c,f){if(!c._name)throw new Error(`Command passed to .addCommand() must have a name
- specify the name in Command constructor or using .name()`);return f=f||{},f.isDefault&&(this._defaultCommandName=c._name),(f.noHelp||f.hidden)&&(c._hidden=!0),this._registerCommand(c),c.parent=this,c._checkForBrokenPassThrough(),this}createArgument(c,f){return new wqt(c,f)}argument(c,f,y,b){let k=this.createArgument(c,f);return typeof y=="function"?k.default(b).argParser(y):k.default(y),this.addArgument(k),this}arguments(c){return c.trim().split(/ +/).forEach(f=>{this.argument(f)}),this}addArgument(c){let f=this.registeredArguments.slice(-1)[0];if(f&&f.variadic)throw new Error(`only the last argument can be variadic '${f.name()}'`);if(c.required&&c.defaultValue!==void 0&&c.parseArg===void 0)throw new Error(`a default value for a required argument is never used: '${c.name()}'`);return this.registeredArguments.push(c),this}helpCommand(c,f){if(typeof c=="boolean")return this._addImplicitHelpCommand=c,this;c=c??"help [command]";let[,y,b]=c.match(/([^ ]+) *(.*)/),k=f??"display help for command",g=this.createCommand(y);return g.helpOption(!1),b&&g.arguments(b),k&&g.description(k),this._addImplicitHelpCommand=!0,this._helpCommand=g,this}addHelpCommand(c,f){return typeof c!="object"?(this.helpCommand(c,f),this):(this._addImplicitHelpCommand=!0,this._helpCommand=c,this)}_getHelpCommand(){return this._addImplicitHelpCommand??(this.commands.length&&!this._actionHandler&&!this._findCommand("help"))?(this._helpCommand===void 0&&this.helpCommand(void 0,void 0),this._helpCommand):null}hook(c,f){let y=["preSubcommand","preAction","postAction"];if(!y.includes(c))throw new Error(`Unexpected value for event passed to hook : '${c}'.
Expecting one of '${y.join("', '")}'`);return this._lifeCycleHooks[c]?this._lifeCycleHooks[c].push(f):this._lifeCycleHooks[c]=[f],this}exitOverride(c){return c?this._exitCallback=c:this._exitCallback=f=>{if(f.code!=="commander.executeSubCommandAsync")throw f},this}_exit(c,f,y){this._exitCallback&&this._exitCallback(new CAe(c,f,y)),zd.exit(c)}action(c){let f=y=>{let b=this.registeredArguments.length,k=y.slice(0,b);return this._storeOptionsAsProperties?k[b]=this:k[b]=this.opts(),k.push(this),c.apply(this,k)};return this._actionHandler=f,this}createOption(c,f){return new fXe(c,f)}_callParseArg(c,f,y,b){try{return c.parseArg(f,y)}catch(k){if(k.code==="commander.invalidArgument"){let g=`${b} ${k.message}`;this.error(g,{exitCode:k.exitCode,code:k.code})}throw k}}_registerOption(c){let f=c.short&&this._findOption(c.short)||c.long&&this._findOption(c.long);if(f){let y=c.long&&this._findOption(c.long)?c.long:c.short;throw new Error(`Cannot add option '${c.flags}'${this._name&&` to command '${this._name}'`} due to conflicting flag '${y}'
- already used by option '${f.flags}'`)}this.options.push(c)}_registerCommand(c){let f=b=>[b.name()].concat(b.aliases()),y=f(c).find(b=>this._findCommand(b));if(y){let b=f(this._findCommand(y)).join("|"),k=f(c).join("|");throw new Error(`cannot add command '${k}' as already have command '${b}'`)}this.commands.push(c)}addOption(c){this._registerOption(c);let f=c.name(),y=c.attributeName();if(c.negate){let k=c.long.replace(/^--no-/,"--");this._findOption(k)||this.setOptionValueWithSource(y,c.defaultValue===void 0?!0:c.defaultValue,"default")}else c.defaultValue!==void 0&&this.setOptionValueWithSource(y,c.defaultValue,"default");let b=(k,g,p)=>{k==null&&c.presetArg!==void 0&&(k=c.presetArg);let A=this.getOptionValue(y);k!==null&&c.parseArg?k=this._callParseArg(c,k,A,g):k!==null&&c.variadic&&(k=c._concatValue(k,A)),k==null&&(c.negate?k=!1:c.isBoolean()||c.optional?k=!0:k=""),this.setOptionValueWithSource(y,k,p)};return this.on("option:"+f,k=>{let g=`error: option '${c.flags}' argument '${k}' is invalid.`;b(k,g,"cli")}),c.envVar&&this.on("optionEnv:"+f,k=>{let g=`error: option '${c.flags}' value '${k}' from env '${c.envVar}' is invalid.`;b(k,g,"env")}),this}_optionEx(c,f,y,b,k){if(typeof f=="object"&&f instanceof fXe)throw new Error("To add an Option object use addOption() instead of option() or requiredOption()");let g=this.createOption(f,y);if(g.makeOptionMandatory(!!c.mandatory),typeof b=="function")g.default(k).argParser(b);else if(b instanceof RegExp){let p=b;b=(A,j)=>{let se=p.exec(A);return se?se[0]:j},g.default(k).argParser(b)}else g.default(b);return this.addOption(g)}option(c,f,y,b){return this._optionEx({},c,f,y,b)}requiredOption(c,f,y,b){return this._optionEx({mandatory:!0},c,f,y,b)}combineFlagAndOptionalValue(c=!0){return this._combineFlagAndOptionalValue=!!c,this}allowUnknownOption(c=!0){return this._allowUnknownOption=!!c,this}allowExcessArguments(c=!0){return this._allowExcessArguments=!!c,this}enablePositionalOptions(c=!0){return this._enablePositionalOptions=!!c,this}passThroughOptions(c=!0){return this._passThroughOptions=!!c,this._checkForBrokenPassThrough(),this}_checkForBrokenPassThrough(){if(this.parent&&this._passThroughOptions&&!this.parent._enablePositionalOptions)throw new Error(`passThroughOptions cannot be used for '${this._name}' without turning on enablePositionalOptions for parent command(s)`)}storeOptionsAsProperties(c=!0){if(this.options.length)throw new Error("call .storeOptionsAsProperties() before adding options");if(Object.keys(this._optionValues).length)throw new Error("call .storeOptionsAsProperties() before setting option values");return this._storeOptionsAsProperties=!!c,this}getOptionValue(c){return this._storeOptionsAsProperties?this[c]:this._optionValues[c]}setOptionValue(c,f){return this.setOptionValueWithSource(c,f,void 0)}setOptionValueWithSource(c,f,y){return this._storeOptionsAsProperties?this[c]=f:this._optionValues[c]=f,this._optionValueSources[c]=y,this}getOptionValueSource(c){return this._optionValueSources[c]}getOptionValueSourceWithGlobals(c){let f;return this._getCommandAndAncestors().forEach(y=>{y.getOptionValueSource(c)!==void 0&&(f=y.getOptionValueSource(c))}),f}_prepareUserArgs(c,f){if(c!==void 0&&!Array.isArray(c))throw new Error("first parameter to parse must be array or undefined");if(f=f||{},c===void 0&&f.from===void 0){zd.versions?.electron&&(f.from="electron");let b=zd.execArgv??[];(b.includes("-e")||b.includes("--eval")||b.includes("-p")||b.includes("--print"))&&(f.from="eval")}c===void 0&&(c=zd.argv),this.rawArgs=c.slice();let y;switch(f.from){case void 0:case"node":this._scriptPath=c[1],y=c.slice(2);break;case"electron":zd.defaultApp?(this._scriptPath=c[1],y=c.slice(2)):y=c.slice(1);break;case"user":y=c.slice(0);break;case"eval":y=c.slice(1);break;default:throw new Error(`unexpected parse option { from: '${f.from}' }`)}return!this._name&&this._scriptPath&&this.nameFromFilename(this._scriptPath),this._name=this._name||"program",y}parse(c,f){let y=this._prepareUserArgs(c,f);return this._parseCommand([],y),this}async parseAsync(c,f){let y=this._prepareUserArgs(c,f);return await this._parseCommand([],y),this}_executeSubCommand(c,f){f=f.slice();let y=!1,b=[".js",".ts",".tsx",".mjs",".cjs"];function k(se,We){let ve=sP.resolve(se,We);if(xAe.existsSync(ve))return ve;if(b.includes(sP.extname(We)))return;let lr=b.find(Rr=>xAe.existsSync(`${ve}${Rr}`));if(lr)return`${ve}${lr}`}this._checkForMissingMandatoryOptions(),this._checkForConflictingOptions();let g=c._executableFile||`${this._name}-${c._name}`,p=this._executableDir||"";if(this._scriptPath){let se;try{se=xAe.realpathSync(this._scriptPath)}catch{se=this._scriptPath}p=sP.resolve(sP.dirname(se),p)}if(p){let se=k(p,g);if(!se&&!c._executableFile&&this._scriptPath){let We=sP.basename(this._scriptPath,sP.extname(this._scriptPath));We!==this._name&&(se=k(p,`${We}-${c._name}`))}g=se||g}y=b.includes(sP.extname(g));let A;zd.platform!=="win32"?y?(f.unshift(g),f=dXe(zd.execArgv).concat(f),A=EAe.spawn(zd.argv[0],f,{stdio:"inherit"})):A=EAe.spawn(g,f,{stdio:"inherit"}):(f.unshift(g),f=dXe(zd.execArgv).concat(f),A=EAe.spawn(zd.execPath,f,{stdio:"inherit"})),A.killed||["SIGUSR1","SIGUSR2","SIGTERM","SIGINT","SIGHUP"].forEach(We=>{zd.on(We,()=>{A.killed===!1&&A.exitCode===null&&A.kill(We)})});let j=this._exitCallback;A.on("close",se=>{se=se??1,j?j(new CAe(se,"commander.executeSubCommandAsync","(close)")):zd.exit(se)}),A.on("error",se=>{if(se.code==="ENOENT"){let We=p?`searched for local subcommand relative to directory '${p}'`:"no directory for search for local subcommand, use .executableDir() to supply a custom directory",ve=`'${g}' does not exist
- if '${c._name}' is not meant to be an executable command, remove description parameter from '.command()' and use '.description()' instead
- if the default executable name is not suitable, use the executableFile option to supply a custom name or path
- ${We}`;throw new Error(ve)}else if(se.code==="EACCES")throw new Error(`'${g}' not executable`);if(!j)zd.exit(1);else{let We=new CAe(1,"commander.executeSubCommandAsync","(error)");We.nestedError=se,j(We)}}),this.runningCommand=A}_dispatchSubcommand(c,f,y){let b=this._findCommand(c);b||this.help({error:!0});let k;return k=this._chainOrCallSubCommandHook(k,b,"preSubcommand"),k=this._chainOrCall(k,()=>{if(b._executableHandler)this._executeSubCommand(b,f.concat(y));else return b._parseCommand(f,y)}),k}_dispatchHelpCommand(c){c||this.help();let f=this._findCommand(c);return f&&!f._executableHandler&&f.help(),this._dispatchSubcommand(c,[],[this._getHelpOption()?.long??this._getHelpOption()?.short??"--help"])}_checkNumberOfArguments(){this.registeredArguments.forEach((c,f)=>{c.required&&this.args[f]==null&&this.missingArgument(c.name())}),!(this.registeredArguments.length>0&&this.registeredArguments[this.registeredArguments.length-1].variadic)&&this.args.length>this.registeredArguments.length&&this._excessArguments(this.args)}_processArguments(){let c=(y,b,k)=>{let g=b;if(b!==null&&y.parseArg){let p=`error: command-argument value '${b}' is invalid for argument '${y.name()}'.`;g=this._callParseArg(y,b,k,p)}return g};this._checkNumberOfArguments();let f=[];this.registeredArguments.forEach((y,b)=>{let k=y.defaultValue;y.variadic?bc(y,p,g),y.defaultValue))):k===void 0&&(k=[]):bf()):f()}_chainOrCallHooks(c,f){let y=c,b=[];return this._getCommandAndAncestors().reverse().filter(k=>k._lifeCycleHooks[f]!==void 0).forEach(k=>{k._lifeCycleHooks[f].forEach(g=>{b.push({hookedCommand:k,callback:g})})}),f==="postAction"&&b.reverse(),b.forEach(k=>{y=this._chainOrCall(y,()=>k.callback(k.hookedCommand,this))}),y}_chainOrCallSubCommandHook(c,f,y){let b=c;return this._lifeCycleHooks[y]!==void 0&&this._lifeCycleHooks[y].forEach(k=>{b=this._chainOrCall(b,()=>k(this,f))}),b}_parseCommand(c,f){let y=this.parseOptions(f);if(this._parseOptionsEnv(),this._parseOptionsImplied(),c=c.concat(y.operands),f=y.unknown,this.args=c.concat(f),c&&this._findCommand(c[0]))return this._dispatchSubcommand(c[0],c.slice(1),f);if(this._getHelpCommand()&&c[0]===this._getHelpCommand().name())return this._dispatchHelpCommand(c[1]);if(this._defaultCommandName)return this._outputHelpIfRequested(f),this._dispatchSubcommand(this._defaultCommandName,c,f);this.commands.length&&this.args.length===0&&!this._actionHandler&&!this._defaultCommandName&&this.help({error:!0}),this._outputHelpIfRequested(y.unknown),this._checkForMissingMandatoryOptions(),this._checkForConflictingOptions();let b=()=>{y.unknown.length>0&&this.unknownOption(y.unknown[0])},k=`command:${this.name()}`;if(this._actionHandler){b(),this._processArguments();let g;return g=this._chainOrCallHooks(g,"preAction"),g=this._chainOrCall(g,()=>this._actionHandler(this.processedArgs)),this.parent&&(g=this._chainOrCall(g,()=>{this.parent.emit(k,c,f)})),g=this._chainOrCallHooks(g,"postAction"),g}if(this.parent&&this.parent.listenerCount(k))b(),this._processArguments(),this.parent.emit(k,c,f);else if(c.length){if(this._findCommand("*"))return this._dispatchSubcommand("*",c,f);this.listenerCount("command:*")?this.emit("command:*",c,f):this.commands.length?this.unknownCommand():(b(),this._processArguments())}else this.commands.length?(b(),this.help({error:!0})):(b(),this._processArguments())}_findCommand(c){if(c)return this.commands.find(f=>f._name===c||f._aliases.includes(c))}_findOption(c){return this.options.find(f=>f.is(c))}_checkForMissingMandatoryOptions(){this._getCommandAndAncestors().forEach(c=>{c.options.forEach(f=>{f.mandatory&&c.getOptionValue(f.attributeName())===void 0&&c.missingMandatoryOptionValue(f)})})}_checkForConflictingLocalOptions(){let c=this.options.filter(y=>{let b=y.attributeName();return this.getOptionValue(b)===void 0?!1:this.getOptionValueSource(b)!=="default"});c.filter(y=>y.conflictsWith.length>0).forEach(y=>{let b=c.find(k=>y.conflictsWith.includes(k.attributeName()));b&&this._conflictingOption(y,b)})}_checkForConflictingOptions(){this._getCommandAndAncestors().forEach(c=>{c._checkForConflictingLocalOptions()})}parseOptions(c){let f=[],y=[],b=f,k=c.slice();function g(A){return A.length>1&&A[0]==="-"}let p=null;for(;k.length;){let A=k.shift();if(A==="--"){b===y&&b.push(A),b.push(...k);break}if(p&&!g(A)){this.emit(`option:${p.name()}`,A);continue}if(p=null,g(A)){let j=this._findOption(A);if(j){if(j.required){let se=k.shift();se===void 0&&this.optionMissingArgument(j),this.emit(`option:${j.name()}`,se)}else if(j.optional){let se=null;k.length>0&&!g(k[0])&&(se=k.shift()),this.emit(`option:${j.name()}`,se)}else this.emit(`option:${j.name()}`);p=j.variadic?j:null;continue}}if(A.length>2&&A[0]==="-"&&A[1]!=="-"){let j=this._findOption(`-${A[1]}`);if(j){j.required||j.optional&&this._combineFlagAndOptionalValue?this.emit(`option:${j.name()}`,A.slice(2)):(this.emit(`option:${j.name()}`),k.unshift(`-${A.slice(2)}`));continue}}if(/^--[^=]+=/.test(A)){let j=A.indexOf("="),se=this._findOption(A.slice(0,j));if(se&&(se.required||se.optional)){this.emit(`option:${se.name()}`,A.slice(j+1));continue}}if(g(A)&&(b=y),(this._enablePositionalOptions||this._passThroughOptions)&&f.length===0&&y.length===0){if(this._findCommand(A)){f.push(A),k.length>0&&y.push(...k);break}else if(this._getHelpCommand()&&A===this._getHelpCommand().name()){f.push(A),k.length>0&&f.push(...k);break}else if(this._defaultCommandName){y.push(A),k.length>0&&y.push(...k);break}}if(this._passThroughOptions){b.push(A),k.length>0&&b.push(...k);break}b.push(A)}return{operands:f,unknown:y}}opts(){if(this._storeOptionsAsProperties){let c={},f=this.options.length;for(let y=0;yObject.assign(c,f.opts()),{})}error(c,f){this._outputConfiguration.outputError(`${c}
`,this._outputConfiguration.writeErr),typeof this._showHelpAfterError=="string"?this._outputConfiguration.writeErr(`${this._showHelpAfterError}
`):this._showHelpAfterError&&(this._outputConfiguration.writeErr(`
`),this.outputHelp({error:!0}));let y=f||{},b=y.exitCode||1,k=y.code||"commander.error";this._exit(b,k,c)}_parseOptionsEnv(){this.options.forEach(c=>{if(c.envVar&&c.envVar in zd.env){let f=c.attributeName();(this.getOptionValue(f)===void 0||["default","config","env"].includes(this.getOptionValueSource(f)))&&(c.required||c.optional?this.emit(`optionEnv:${c.name()}`,zd.env[c.envVar]):this.emit(`optionEnv:${c.name()}`))}})}_parseOptionsImplied(){let c=new Mqt(this.options),f=y=>this.getOptionValue(y)!==void 0&&!["default","implied"].includes(this.getOptionValueSource(y));this.options.filter(y=>y.implied!==void 0&&f(y.attributeName())&&c.valueFromOption(this.getOptionValue(y.attributeName()),y)).forEach(y=>{Object.keys(y.implied).filter(b=>!f(b)).forEach(b=>{this.setOptionValueWithSource(b,y.implied[b],"implied")})})}missingArgument(c){let f=`error: missing required argument '${c}'`;this.error(f,{code:"commander.missingArgument"})}optionMissingArgument(c){let f=`error: option '${c.flags}' argument missing`;this.error(f,{code:"commander.optionMissingArgument"})}missingMandatoryOptionValue(c){let f=`error: required option '${c.flags}' not specified`;this.error(f,{code:"commander.missingMandatoryOptionValue"})}_conflictingOption(c,f){let y=g=>{let p=g.attributeName(),A=this.getOptionValue(p),j=this.options.find(We=>We.negate&&p===We.attributeName()),se=this.options.find(We=>!We.negate&&p===We.attributeName());return j&&(j.presetArg===void 0&&A===!1||j.presetArg!==void 0&&A===j.presetArg)?j:se||g},b=g=>{let p=y(g),A=p.attributeName();return this.getOptionValueSource(A)==="env"?`environment variable '${p.envVar}'`:`option '${p.flags}'`},k=`error: ${b(c)} cannot be used with ${b(f)}`;this.error(k,{code:"commander.conflictingOption"})}unknownOption(c){if(this._allowUnknownOption)return;let f="";if(c.startsWith("--")&&this._showSuggestionAfterError){let b=[],k=this;do{let g=k.createHelp().visibleOptions(k).filter(p=>p.long).map(p=>p.long);b=b.concat(g),k=k.parent}while(k&&!k._enablePositionalOptions);f=pXe(c,b)}let y=`error: unknown option '${c}'${f}`;this.error(y,{code:"commander.unknownOption"})}_excessArguments(c){if(this._allowExcessArguments)return;let f=this.registeredArguments.length,y=f===1?"":"s",k=`error: too many arguments${this.parent?` for '${this.name()}'`:""}. Expected ${f} argument${y} but got ${c.length}.`;this.error(k,{code:"commander.excessArguments"})}unknownCommand(){let c=this.args[0],f="";if(this._showSuggestionAfterError){let b=[];this.createHelp().visibleCommands(this).forEach(k=>{b.push(k.name()),k.alias()&&b.push(k.alias())}),f=pXe(c,b)}let y=`error: unknown command '${c}'${f}`;this.error(y,{code:"commander.unknownCommand"})}version(c,f,y){if(c===void 0)return this._version;this._version=c,f=f||"-V, --version",y=y||"output the version number";let b=this.createOption(f,y);return this._versionOptionName=b.attributeName(),this._registerOption(b),this.on("option:"+b.name(),()=>{this._outputConfiguration.writeOut(`${c}
`),this._exit(0,"commander.version",c)}),this}description(c,f){return c===void 0&&f===void 0?this._description:(this._description=c,f&&(this._argsDescription=f),this)}summary(c){return c===void 0?this._summary:(this._summary=c,this)}alias(c){if(c===void 0)return this._aliases[0];let f=this;if(this.commands.length!==0&&this.commands[this.commands.length-1]._executableHandler&&(f=this.commands[this.commands.length-1]),c===f._name)throw new Error("Command alias can't be the same as its name");let y=this.parent?._findCommand(c);if(y){let b=[y.name()].concat(y.aliases()).join("|");throw new Error(`cannot add alias '${c}' to command '${this.name()}' as already have command '${b}'`)}return f._aliases.push(c),this}aliases(c){return c===void 0?this._aliases:(c.forEach(f=>this.alias(f)),this)}usage(c){if(c===void 0){if(this._usage)return this._usage;let f=this.registeredArguments.map(y=>Oqt(y));return[].concat(this.options.length||this._helpOption!==null?"[options]":[],this.commands.length?"[command]":[],this.registeredArguments.length?f:[]).join(" ")}return this._usage=c,this}name(c){return c===void 0?this._name:(this._name=c,this)}nameFromFilename(c){return this._name=sP.basename(c,sP.extname(c)),this}executableDir(c){return c===void 0?this._executableDir:(this._executableDir=c,this)}helpInformation(c){let f=this.createHelp();return f.helpWidth===void 0&&(f.helpWidth=c&&c.error?this._outputConfiguration.getErrHelpWidth():this._outputConfiguration.getOutHelpWidth()),f.formatHelp(this,f)}_getHelpContext(c){c=c||{};let f={error:!!c.error},y;return f.error?y=b=>this._outputConfiguration.writeErr(b):y=b=>this._outputConfiguration.writeOut(b),f.write=c.write||y,f.command=this,f}outputHelp(c){let f;typeof c=="function"&&(f=c,c=void 0);let y=this._getHelpContext(c);this._getCommandAndAncestors().reverse().forEach(k=>k.emit("beforeAllHelp",y)),this.emit("beforeHelp",y);let b=this.helpInformation(y);if(f&&(b=f(b),typeof b!="string"&&!Buffer.isBuffer(b)))throw new Error("outputHelp callback must return a string or a Buffer");y.write(b),this._getHelpOption()?.long&&this.emit(this._getHelpOption().long),this.emit("afterHelp",y),this._getCommandAndAncestors().forEach(k=>k.emit("afterAllHelp",y))}helpOption(c,f){return typeof c=="boolean"?(c?this._helpOption=this._helpOption??void 0:this._helpOption=null,this):(c=c??"-h, --help",f=f??"display help for command",this._helpOption=this.createOption(c,f),this)}_getHelpOption(){return this._helpOption===void 0&&this.helpOption(void 0,void 0),this._helpOption}addHelpOption(c){return this._helpOption=c,this}help(c){this.outputHelp(c);let f=zd.exitCode||0;f===0&&c&&typeof c!="function"&&c.error&&(f=1),this._exit(f,"commander.help","(outputHelp)")}addHelpText(c,f){let y=["beforeAll","before","after","afterAll"];if(!y.includes(c))throw new Error(`Unexpected value for position to addHelpText.
Expecting one of '${y.join("', '")}'`);let b=`${c}Help`;return this.on(b,k=>{let g;typeof f=="function"?g=f({error:k.error,command:k.command}):g=f,g&&k.write(`${g}
`)}),this}_outputHelpIfRequested(c){let f=this._getHelpOption();f&&c.find(b=>f.is(b))&&(this.outputHelp(),this._exit(0,"commander.helpDisplayed","(outputHelp)"))}};function dXe(l){return l.map(c=>{if(!c.startsWith("--inspect"))return c;let f,y="127.0.0.1",b="9229",k;return(k=c.match(/^(--inspect(-brk)?)$/))!==null?f=k[1]:(k=c.match(/^(--inspect(-brk|-port)?)=([^:]+)$/))!==null?(f=k[1],/^\d+$/.test(k[3])?b=k[3]:y=k[3]):(k=c.match(/^(--inspect(-brk|-port)?)=([^:]+):(\d+)$/))!==null&&(f=k[1],y=k[3],b=k[4]),f&&b!=="0"?`${f}=${y}:${parseInt(b)+1}`:c})}mXe.Command=AAe});var SXe=xt(Ab=>{var{Argument:hXe}=zne(),{Command:kAe}=gXe(),{CommanderError:Lqt,InvalidArgumentError:yXe}=Jq(),{Help:Fqt}=yAe(),{Option:vXe}=bAe();Ab.program=new kAe;Ab.createCommand=l=>new kAe(l);Ab.createOption=(l,c)=>new vXe(l,c);Ab.createArgument=(l,c)=>new hXe(l,c);Ab.Command=kAe;Ab.Option=vXe;Ab.Argument=hXe;Ab.Help=Fqt;Ab.CommanderError=Lqt;Ab.InvalidArgumentError=yXe;Ab.InvalidOptionArgumentError=yXe});var EXe,xXe=Ic(()=>{EXe=typeof globalThis=="object"?globalThis:global});var CXe=Ic(()=>{xXe()});var AXe=Ic(()=>{CXe()});var oP,NAe=Ic(()=>{oP="1.9.0"});function Kqt(l){var c=new Set([l]),f=new Set,y=l.match(kXe);if(!y)return function(){return!1};var b={major:+y[1],minor:+y[2],patch:+y[3],prerelease:y[4]};if(b.prerelease!=null)return function(A){return A===l};function k(p){return f.add(p),!1}function g(p){return c.add(p),!0}return function(A){if(c.has(A))return!0;if(f.has(A))return!1;var j=A.match(kXe);if(!j)return k(A);var se={major:+j[1],minor:+j[2],patch:+j[3],prerelease:j[4]};return se.prerelease!=null||b.major!==se.major?k(A):b.major===0?b.minor===se.minor&&b.patch<=se.patch?g(A):k(A):b.minor<=se.minor?g(A):k(A)}}var kXe,PXe,NXe=Ic(()=>{NAe();kXe=/^(\d+)\.(\d+)\.(\d+)(-(.+))?$/;PXe=Kqt(oP)});function dC(l,c,f,y){var b;y===void 0&&(y=!1);var k=zq[qq]=(b=zq[qq])!==null&&b!==void 0?b:{version:oP};if(!y&&k[l]){var g=new Error("@opentelemetry/api: Attempted duplicate registration of API: "+l);return f.error(g.stack||g.message),!1}if(k.version!==oP){var g=new Error("@opentelemetry/api: Registration of version v"+k.version+" for "+l+" does not match previously registered API v"+oP);return f.error(g.stack||g.message),!1}return k[l]=c,f.debug("@opentelemetry/api: Registered a global for "+l+" v"+oP+"."),!0}function zS(l){var c,f,y=(c=zq[qq])===null||c===void 0?void 0:c.version;if(!(!y||!PXe(y)))return(f=zq[qq])===null||f===void 0?void 0:f[l]}function mC(l,c){c.debug("@opentelemetry/api: Unregistering a global for "+l+" v"+oP+".");var f=zq[qq];f&&delete f[l]}var Xqt,qq,zq,b4=Ic(()=>{AXe();NAe();NXe();Xqt=oP.split(".")[0],qq=Symbol.for("opentelemetry.js.api."+Xqt),zq=EXe});function Wq(l,c,f){var y=zS("diag");if(y)return f.unshift(c),y[l].apply(y,Zqt([],Qqt(f),!1))}var Qqt,Zqt,DXe,IXe=Ic(()=>{b4();Qqt=function(l,c){var f=typeof Symbol=="function"&&l[Symbol.iterator];if(!f)return l;var y=f.call(l),b,k=[],g;try{for(;(c===void 0||c-- >0)&&!(b=y.next()).done;)k.push(b.value)}catch(p){g={error:p}}finally{try{b&&!b.done&&(f=y.return)&&f.call(y)}finally{if(g)throw g.error}}return k},Zqt=function(l,c,f){if(f||arguments.length===2)for(var y=0,b=c.length,k;y{(function(l){l[l.NONE=0]="NONE",l[l.ERROR=30]="ERROR",l[l.WARN=50]="WARN",l[l.INFO=60]="INFO",l[l.DEBUG=70]="DEBUG",l[l.VERBOSE=80]="VERBOSE",l[l.ALL=9999]="ALL"})(_y||(_y={}))});function wXe(l,c){l<_y.NONE?l=_y.NONE:l>_y.ALL&&(l=_y.ALL),c=c||{};function f(y,b){var k=c[y];return typeof k=="function"&&l>=b?k.bind(c):function(){}}return{error:f("error",_y.ERROR),warn:f("warn",_y.WARN),info:f("info",_y.INFO),debug:f("debug",_y.DEBUG),verbose:f("verbose",_y.VERBOSE)}}var OXe=Ic(()=>{Wne()});var ezt,tzt,rzt,Xy,E4=Ic(()=>{IXe();OXe();Wne();b4();ezt=function(l,c){var f=typeof Symbol=="function"&&l[Symbol.iterator];if(!f)return l;var y=f.call(l),b,k=[],g;try{for(;(c===void 0||c-- >0)&&!(b=y.next()).done;)k.push(b.value)}catch(p){g={error:p}}finally{try{b&&!b.done&&(f=y.return)&&f.call(y)}finally{if(g)throw g.error}}return k},tzt=function(l,c,f){if(f||arguments.length===2)for(var y=0,b=c.length,k;y";se.warn("Current logger will be overwritten from "+ve),We.warn("Current logger will overwrite one already registered from "+ve)}return dC("diag",We,f,!0)};f.setLogger=y,f.disable=function(){mC(rzt,f)},f.createComponentLogger=function(b){return new DXe(b)},f.verbose=c("verbose"),f.debug=c("debug"),f.info=c("info"),f.warn=c("warn"),f.error=c("error")}return l.instance=function(){return this._instance||(this._instance=new l),this._instance},l}()});var nzt,izt,RXe,MXe=Ic(()=>{nzt=function(l,c){var f=typeof Symbol=="function"&&l[Symbol.iterator];if(!f)return l;var y=f.call(l),b,k=[],g;try{for(;(c===void 0||c-- >0)&&!(b=y.next()).done;)k.push(b.value)}catch(p){g={error:p}}finally{try{b&&!b.done&&(f=y.return)&&f.call(y)}finally{if(g)throw g.error}}return k},izt=function(l){var c=typeof Symbol=="function"&&Symbol.iterator,f=c&&l[c],y=0;if(f)return f.call(l);if(l&&typeof l.length=="number")return{next:function(){return l&&y>=l.length&&(l=void 0),{value:l&&l[y++],done:!l}}};throw new TypeError(c?"Object is not iterable.":"Symbol.iterator is not defined.")},RXe=function(){function l(c){this._entries=c?new Map(c):new Map}return l.prototype.getEntry=function(c){var f=this._entries.get(c);if(f)return Object.assign({},f)},l.prototype.getAllEntries=function(){return Array.from(this._entries.entries()).map(function(c){var f=nzt(c,2),y=f[0],b=f[1];return[y,b]})},l.prototype.setEntry=function(c,f){var y=new l(this._entries);return y._entries.set(c,f),y},l.prototype.removeEntry=function(c){var f=new l(this._entries);return f._entries.delete(c),f},l.prototype.removeEntries=function(){for(var c,f,y=[],b=0;b{LXe=Symbol("BaggageEntryMetadata")});function jXe(l){return l===void 0&&(l={}),new RXe(new Map(Object.entries(l)))}function BXe(l){return typeof l!="string"&&(szt.error("Cannot create baggage metadata from unknown type: "+typeof l),l=""),{__TYPE__:LXe,toString:function(){return l}}}var szt,DAe=Ic(()=>{E4();MXe();FXe();szt=Xy.instance()});function T7(l){return Symbol.for(l)}var ozt,Gne,Gq=Ic(()=>{ozt=function(){function l(c){var f=this;f._currentContext=c?new Map(c):new Map,f.getValue=function(y){return f._currentContext.get(y)},f.setValue=function(y,b){var k=new l(f._currentContext);return k._currentContext.set(y,b),k},f.deleteValue=function(y){var b=new l(f._currentContext);return b._currentContext.delete(y),b}}return l}(),Gne=new ozt});var IAe,UXe,VXe=Ic(()=>{IAe=[{n:"error",c:"error"},{n:"warn",c:"warn"},{n:"info",c:"info"},{n:"debug",c:"debug"},{n:"verbose",c:"trace"}],UXe=function(){function l(){function c(y){return function(){for(var b=[],k=0;k{x4=function(){var l=function(c,f){return l=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(y,b){y.__proto__=b}||function(y,b){for(var k in b)Object.prototype.hasOwnProperty.call(b,k)&&(y[k]=b[k])},l(c,f)};return function(c,f){if(typeof f!="function"&&f!==null)throw new TypeError("Class extends value "+String(f)+" is not a constructor or null");l(c,f);function y(){this.constructor=c}c.prototype=f===null?Object.create(f):(y.prototype=f.prototype,new y)}}(),azt=function(){function l(){}return l.prototype.createGauge=function(c,f){return gzt},l.prototype.createHistogram=function(c,f){return hzt},l.prototype.createCounter=function(c,f){return mzt},l.prototype.createUpDownCounter=function(c,f){return yzt},l.prototype.createObservableGauge=function(c,f){return Szt},l.prototype.createObservableCounter=function(c,f){return vzt},l.prototype.createObservableUpDownCounter=function(c,f){return Tzt},l.prototype.addBatchObservableCallback=function(c,f){},l.prototype.removeBatchObservableCallback=function(c){},l}(),Hne=function(){function l(){}return l}(),czt=function(l){x4(c,l);function c(){return l!==null&&l.apply(this,arguments)||this}return c.prototype.add=function(f,y){},c}(Hne),lzt=function(l){x4(c,l);function c(){return l!==null&&l.apply(this,arguments)||this}return c.prototype.add=function(f,y){},c}(Hne),uzt=function(l){x4(c,l);function c(){return l!==null&&l.apply(this,arguments)||this}return c.prototype.record=function(f,y){},c}(Hne),_zt=function(l){x4(c,l);function c(){return l!==null&&l.apply(this,arguments)||this}return c.prototype.record=function(f,y){},c}(Hne),wAe=function(){function l(){}return l.prototype.addCallback=function(c){},l.prototype.removeCallback=function(c){},l}(),fzt=function(l){x4(c,l);function c(){return l!==null&&l.apply(this,arguments)||this}return c}(wAe),pzt=function(l){x4(c,l);function c(){return l!==null&&l.apply(this,arguments)||this}return c}(wAe),dzt=function(l){x4(c,l);function c(){return l!==null&&l.apply(this,arguments)||this}return c}(wAe),OAe=new azt,mzt=new czt,gzt=new uzt,hzt=new _zt,yzt=new lzt,vzt=new fzt,Szt=new pzt,Tzt=new dzt});var b7,qXe=Ic(()=>{(function(l){l[l.INT=0]="INT",l[l.DOUBLE=1]="DOUBLE"})(b7||(b7={}))});var $ne,Yne,MAe=Ic(()=>{$ne={get:function(l,c){if(l!=null)return l[c]},keys:function(l){return l==null?[]:Object.keys(l)}},Yne={set:function(l,c,f){l!=null&&(l[c]=f)}}});var bzt,Ezt,zXe,WXe=Ic(()=>{Gq();bzt=function(l,c){var f=typeof Symbol=="function"&&l[Symbol.iterator];if(!f)return l;var y=f.call(l),b,k=[],g;try{for(;(c===void 0||c-- >0)&&!(b=y.next()).done;)k.push(b.value)}catch(p){g={error:p}}finally{try{b&&!b.done&&(f=y.return)&&f.call(y)}finally{if(g)throw g.error}}return k},Ezt=function(l,c,f){if(f||arguments.length===2)for(var y=0,b=c.length,k;y{WXe();b4();E4();xzt=function(l,c){var f=typeof Symbol=="function"&&l[Symbol.iterator];if(!f)return l;var y=f.call(l),b,k=[],g;try{for(;(c===void 0||c-- >0)&&!(b=y.next()).done;)k.push(b.value)}catch(p){g={error:p}}finally{try{b&&!b.done&&(f=y.return)&&f.call(y)}finally{if(g)throw g.error}}return k},Czt=function(l,c,f){if(f||arguments.length===2)for(var y=0,b=c.length,k;y{(function(l){l[l.NONE=0]="NONE",l[l.SAMPLED=1]="SAMPLED"})(E7||(E7={}))});var $q,Yq,Kne,Xne=Ic(()=>{FAe();$q="0000000000000000",Yq="00000000000000000000000000000000",Kne={traceId:Yq,spanId:$q,traceFlags:E7.NONE}});var uI,Qne=Ic(()=>{Xne();uI=function(){function l(c){c===void 0&&(c=Kne),this._spanContext=c}return l.prototype.spanContext=function(){return this._spanContext},l.prototype.setAttribute=function(c,f){return this},l.prototype.setAttributes=function(c){return this},l.prototype.addEvent=function(c,f){return this},l.prototype.addLink=function(c){return this},l.prototype.addLinks=function(c){return this},l.prototype.setStatus=function(c){return this},l.prototype.updateName=function(c){return this},l.prototype.end=function(c){},l.prototype.isRecording=function(){return!1},l.prototype.recordException=function(c,f){},l}()});function Zne(l){return l.getValue(jAe)||void 0}function GXe(){return Zne(lI.getInstance().active())}function Kq(l,c){return l.setValue(jAe,c)}function HXe(l){return l.deleteValue(jAe)}function $Xe(l,c){return Kq(l,new uI(c))}function eie(l){var c;return(c=Zne(l))===null||c===void 0?void 0:c.spanContext()}var jAe,BAe=Ic(()=>{Gq();Qne();Hq();jAe=T7("OpenTelemetry Context Key SPAN")});function UAe(l){return kzt.test(l)&&l!==Yq}function VAe(l){return Pzt.test(l)&&l!==$q}function x7(l){return UAe(l.traceId)&&VAe(l.spanId)}function YXe(l){return new uI(l)}var kzt,Pzt,tie=Ic(()=>{Xne();Qne();kzt=/^([0-9a-f]{32})$/i,Pzt=/^[0-9a-f]{16}$/i});function Nzt(l){return typeof l=="object"&&typeof l.spanId=="string"&&typeof l.traceId=="string"&&typeof l.traceFlags=="number"}var JAe,rie,qAe=Ic(()=>{Hq();BAe();Qne();tie();JAe=lI.getInstance(),rie=function(){function l(){}return l.prototype.startSpan=function(c,f,y){y===void 0&&(y=JAe.active());var b=!!f?.root;if(b)return new uI;var k=y&&eie(y);return Nzt(k)&&x7(k)?new uI(k):new uI},l.prototype.startActiveSpan=function(c,f,y,b){var k,g,p;if(!(arguments.length<2)){arguments.length===2?p=f:arguments.length===3?(k=f,p=y):(k=f,g=y,p=b);var A=g??JAe.active(),j=this.startSpan(c,k,A),se=Kq(A,j);return JAe.with(se,p,void 0,j)}},l}()});var Dzt,nie,zAe=Ic(()=>{qAe();Dzt=new rie,nie=function(){function l(c,f,y,b){this._provider=c,this.name=f,this.version=y,this.options=b}return l.prototype.startSpan=function(c,f,y){return this._getTracer().startSpan(c,f,y)},l.prototype.startActiveSpan=function(c,f,y,b){var k=this._getTracer();return Reflect.apply(k.startActiveSpan,k,arguments)},l.prototype._getTracer=function(){if(this._delegate)return this._delegate;var c=this._provider.getDelegateTracer(this.name,this.version,this.options);return c?(this._delegate=c,this._delegate):Dzt},l}()});var KXe,XXe=Ic(()=>{qAe();KXe=function(){function l(){}return l.prototype.getTracer=function(c,f,y){return new rie},l}()});var Izt,Xq,WAe=Ic(()=>{zAe();XXe();Izt=new KXe,Xq=function(){function l(){}return l.prototype.getTracer=function(c,f,y){var b;return(b=this.getDelegateTracer(c,f,y))!==null&&b!==void 0?b:new nie(this,c,f,y)},l.prototype.getDelegate=function(){var c;return(c=this._delegate)!==null&&c!==void 0?c:Izt},l.prototype.setDelegate=function(c){this._delegate=c},l.prototype.getDelegateTracer=function(c,f,y){var b;return(b=this._delegate)===null||b===void 0?void 0:b.getTracer(c,f,y)},l}()});var iie,QXe=Ic(()=>{(function(l){l[l.NOT_RECORD=0]="NOT_RECORD",l[l.RECORD=1]="RECORD",l[l.RECORD_AND_SAMPLED=2]="RECORD_AND_SAMPLED"})(iie||(iie={}))});var sie,ZXe=Ic(()=>{(function(l){l[l.INTERNAL=0]="INTERNAL",l[l.SERVER=1]="SERVER",l[l.CLIENT=2]="CLIENT",l[l.PRODUCER=3]="PRODUCER",l[l.CONSUMER=4]="CONSUMER"})(sie||(sie={}))});var oie,eQe=Ic(()=>{(function(l){l[l.UNSET=0]="UNSET",l[l.OK=1]="OK",l[l.ERROR=2]="ERROR"})(oie||(oie={}))});function tQe(l){return Rzt.test(l)}function rQe(l){return Mzt.test(l)&&!Lzt.test(l)}var GAe,wzt,Ozt,Rzt,Mzt,Lzt,nQe=Ic(()=>{GAe="[_0-9a-z-*/]",wzt="[a-z]"+GAe+"{0,255}",Ozt="[a-z0-9]"+GAe+"{0,240}@[a-z]"+GAe+"{0,13}",Rzt=new RegExp("^(?:"+wzt+"|"+Ozt+")$"),Mzt=/^[ -~]{0,255}[!-~]$/,Lzt=/,|=/});var iQe,Fzt,sQe,oQe,aQe,cQe=Ic(()=>{nQe();iQe=32,Fzt=512,sQe=",",oQe="=",aQe=function(){function l(c){this._internalState=new Map,c&&this._parse(c)}return l.prototype.set=function(c,f){var y=this._clone();return y._internalState.has(c)&&y._internalState.delete(c),y._internalState.set(c,f),y},l.prototype.unset=function(c){var f=this._clone();return f._internalState.delete(c),f},l.prototype.get=function(c){return this._internalState.get(c)},l.prototype.serialize=function(){var c=this;return this._keys().reduce(function(f,y){return f.push(y+oQe+c.get(y)),f},[]).join(sQe)},l.prototype._parse=function(c){c.length>Fzt||(this._internalState=c.split(sQe).reverse().reduce(function(f,y){var b=y.trim(),k=b.indexOf(oQe);if(k!==-1){var g=b.slice(0,k),p=b.slice(k+1,y.length);tQe(g)&&rQe(p)&&f.set(g,p)}return f},new Map),this._internalState.size>iQe&&(this._internalState=new Map(Array.from(this._internalState.entries()).reverse().slice(0,iQe))))},l.prototype._keys=function(){return Array.from(this._internalState.keys()).reverse()},l.prototype._clone=function(){var c=new l;return c._internalState=new Map(this._internalState),c},l}()});function lQe(l){return new aQe(l)}var uQe=Ic(()=>{cQe()});var HAe,_Qe=Ic(()=>{Hq();HAe=lI.getInstance()});var $Ae,fQe=Ic(()=>{E4();$Ae=Xy.instance()});var jzt,pQe,dQe=Ic(()=>{RAe();jzt=function(){function l(){}return l.prototype.getMeter=function(c,f,y){return OAe},l}(),pQe=new jzt});var YAe,mQe,gQe=Ic(()=>{dQe();b4();E4();YAe="metrics",mQe=function(){function l(){}return l.getInstance=function(){return this._instance||(this._instance=new l),this._instance},l.prototype.setGlobalMeterProvider=function(c){return dC(YAe,c,Xy.instance())},l.prototype.getMeterProvider=function(){return zS(YAe)||pQe},l.prototype.getMeter=function(c,f,y){return this.getMeterProvider().getMeter(c,f,y)},l.prototype.disable=function(){mC(YAe,Xy.instance())},l}()});var KAe,hQe=Ic(()=>{gQe();KAe=mQe.getInstance()});var yQe,vQe=Ic(()=>{yQe=function(){function l(){}return l.prototype.inject=function(c,f){},l.prototype.extract=function(c,f){return c},l.prototype.fields=function(){return[]},l}()});function QAe(l){return l.getValue(XAe)||void 0}function SQe(){return QAe(lI.getInstance().active())}function TQe(l,c){return l.setValue(XAe,c)}function bQe(l){return l.deleteValue(XAe)}var XAe,EQe=Ic(()=>{Hq();Gq();XAe=T7("OpenTelemetry Baggage Key")});var ZAe,Bzt,xQe,CQe=Ic(()=>{b4();vQe();MAe();EQe();DAe();E4();ZAe="propagation",Bzt=new yQe,xQe=function(){function l(){this.createBaggage=jXe,this.getBaggage=QAe,this.getActiveBaggage=SQe,this.setBaggage=TQe,this.deleteBaggage=bQe}return l.getInstance=function(){return this._instance||(this._instance=new l),this._instance},l.prototype.setGlobalPropagator=function(c){return dC(ZAe,c,Xy.instance())},l.prototype.inject=function(c,f,y){return y===void 0&&(y=Yne),this._getGlobalPropagator().inject(c,f,y)},l.prototype.extract=function(c,f,y){return y===void 0&&(y=$ne),this._getGlobalPropagator().extract(c,f,y)},l.prototype.fields=function(){return this._getGlobalPropagator().fields()},l.prototype.disable=function(){mC(ZAe,Xy.instance())},l.prototype._getGlobalPropagator=function(){return zS(ZAe)||Bzt},l}()});var eke,AQe=Ic(()=>{CQe();eke=xQe.getInstance()});var tke,kQe,PQe=Ic(()=>{b4();WAe();tie();BAe();E4();tke="trace",kQe=function(){function l(){this._proxyTracerProvider=new Xq,this.wrapSpanContext=YXe,this.isSpanContextValid=x7,this.deleteSpan=HXe,this.getSpan=Zne,this.getActiveSpan=GXe,this.getSpanContext=eie,this.setSpan=Kq,this.setSpanContext=$Xe}return l.getInstance=function(){return this._instance||(this._instance=new l),this._instance},l.prototype.setGlobalTracerProvider=function(c){var f=dC(tke,this._proxyTracerProvider,Xy.instance());return f&&this._proxyTracerProvider.setDelegate(c),f},l.prototype.getTracerProvider=function(){return zS(tke)||this._proxyTracerProvider},l.prototype.getTracer=function(c,f){return this.getTracerProvider().getTracer(c,f)},l.prototype.disable=function(){mC(tke,Xy.instance()),this._proxyTracerProvider=new Xq},l}()});var rke,NQe=Ic(()=>{PQe();rke=kQe.getInstance()});var Xc={};aXe(Xc,{DiagConsoleLogger:()=>UXe,DiagLogLevel:()=>_y,INVALID_SPANID:()=>$q,INVALID_SPAN_CONTEXT:()=>Kne,INVALID_TRACEID:()=>Yq,ProxyTracer:()=>nie,ProxyTracerProvider:()=>Xq,ROOT_CONTEXT:()=>Gne,SamplingDecision:()=>iie,SpanKind:()=>sie,SpanStatusCode:()=>oie,TraceFlags:()=>E7,ValueType:()=>b7,baggageEntryMetadataFromString:()=>BXe,context:()=>HAe,createContextKey:()=>T7,createNoopMeter:()=>JXe,createTraceState:()=>lQe,default:()=>Uzt,defaultTextMapGetter:()=>$ne,defaultTextMapSetter:()=>Yne,diag:()=>$Ae,isSpanContextValid:()=>x7,isValidSpanId:()=>VAe,isValidTraceId:()=>UAe,metrics:()=>KAe,propagation:()=>eke,trace:()=>rke});var Uzt,zc=Ic(()=>{DAe();Gq();VXe();Wne();RAe();qXe();MAe();zAe();WAe();QXe();ZXe();eQe();FAe();uQe();tie();Xne();_Qe();fQe();hQe();AQe();NQe();Uzt={context:HAe,diag:$Ae,metrics:KAe,propagation:eke,trace:rke}});var Qq=xt(_I=>{"use strict";Object.defineProperty(_I,"__esModule",{value:!0});_I.isTracingSuppressed=_I.unsuppressTracing=_I.suppressTracing=void 0;var Vzt=(zc(),ol(Xc)),nke=(0,Vzt.createContextKey)("OpenTelemetry SDK Context Key SUPPRESS_TRACING");function Jzt(l){return l.setValue(nke,!0)}_I.suppressTracing=Jzt;function qzt(l){return l.deleteValue(nke)}_I.unsuppressTracing=qzt;function zzt(l){return l.getValue(nke)===!0}_I.isTracingSuppressed=zzt});var ike=xt(Qy=>{"use strict";Object.defineProperty(Qy,"__esModule",{value:!0});Qy.BAGGAGE_MAX_TOTAL_LENGTH=Qy.BAGGAGE_MAX_PER_NAME_VALUE_PAIRS=Qy.BAGGAGE_MAX_NAME_VALUE_PAIRS=Qy.BAGGAGE_HEADER=Qy.BAGGAGE_ITEMS_SEPARATOR=Qy.BAGGAGE_PROPERTIES_SEPARATOR=Qy.BAGGAGE_KEY_PAIR_SEPARATOR=void 0;Qy.BAGGAGE_KEY_PAIR_SEPARATOR="=";Qy.BAGGAGE_PROPERTIES_SEPARATOR=";";Qy.BAGGAGE_ITEMS_SEPARATOR=",";Qy.BAGGAGE_HEADER="baggage";Qy.BAGGAGE_MAX_NAME_VALUE_PAIRS=180;Qy.BAGGAGE_MAX_PER_NAME_VALUE_PAIRS=4096;Qy.BAGGAGE_MAX_TOTAL_LENGTH=8192});var ske=xt(gC=>{"use strict";Object.defineProperty(gC,"__esModule",{value:!0});gC.parseKeyPairsIntoRecord=gC.parsePairKeyValue=gC.getKeyPairs=gC.serializeKeyPairs=void 0;var Wzt=(zc(),ol(Xc)),C4=ike();function Gzt(l){return l.reduce((c,f)=>{let y=`${c}${c!==""?C4.BAGGAGE_ITEMS_SEPARATOR:""}${f}`;return y.length>C4.BAGGAGE_MAX_TOTAL_LENGTH?c:y},"")}gC.serializeKeyPairs=Gzt;function Hzt(l){return l.getAllEntries().map(([c,f])=>{let y=`${encodeURIComponent(c)}=${encodeURIComponent(f.value)}`;return f.metadata!==void 0&&(y+=C4.BAGGAGE_PROPERTIES_SEPARATOR+f.metadata.toString()),y})}gC.getKeyPairs=Hzt;function DQe(l){let c=l.split(C4.BAGGAGE_PROPERTIES_SEPARATOR);if(c.length<=0)return;let f=c.shift();if(!f)return;let y=f.indexOf(C4.BAGGAGE_KEY_PAIR_SEPARATOR);if(y<=0)return;let b=decodeURIComponent(f.substring(0,y).trim()),k=decodeURIComponent(f.substring(y+1).trim()),g;return c.length>0&&(g=(0,Wzt.baggageEntryMetadataFromString)(c.join(C4.BAGGAGE_PROPERTIES_SEPARATOR))),{key:b,value:k,metadata:g}}gC.parsePairKeyValue=DQe;function $zt(l){return typeof l!="string"||l.length===0?{}:l.split(C4.BAGGAGE_ITEMS_SEPARATOR).map(c=>DQe(c)).filter(c=>c!==void 0&&c.value.length>0).reduce((c,f)=>(c[f.key]=f.value,c),{})}gC.parseKeyPairsIntoRecord=$zt});var IQe=xt(aie=>{"use strict";Object.defineProperty(aie,"__esModule",{value:!0});aie.W3CBaggagePropagator=void 0;var oke=(zc(),ol(Xc)),Yzt=Qq(),A4=ike(),ake=ske(),cke=class{inject(c,f,y){let b=oke.propagation.getBaggage(c);if(!b||(0,Yzt.isTracingSuppressed)(c))return;let k=(0,ake.getKeyPairs)(b).filter(p=>p.length<=A4.BAGGAGE_MAX_PER_NAME_VALUE_PAIRS).slice(0,A4.BAGGAGE_MAX_NAME_VALUE_PAIRS),g=(0,ake.serializeKeyPairs)(k);g.length>0&&y.set(f,A4.BAGGAGE_HEADER,g)}extract(c,f,y){let b=y.get(f,A4.BAGGAGE_HEADER),k=Array.isArray(b)?b.join(A4.BAGGAGE_ITEMS_SEPARATOR):b;if(!k)return c;let g={};return k.length===0||(k.split(A4.BAGGAGE_ITEMS_SEPARATOR).forEach(A=>{let j=(0,ake.parsePairKeyValue)(A);if(j){let se={value:j.value};j.metadata&&(se.metadata=j.metadata),g[j.key]=se}}),Object.entries(g).length===0)?c:oke.propagation.setBaggage(c,oke.propagation.createBaggage(g))}fields(){return[A4.BAGGAGE_HEADER]}};aie.W3CBaggagePropagator=cke});var wQe=xt(cie=>{"use strict";Object.defineProperty(cie,"__esModule",{value:!0});cie.AnchoredClock=void 0;var lke=class{constructor(c,f){this._monotonicClock=f,this._epochMillis=c.now(),this._performanceMillis=f.now()}now(){let c=this._monotonicClock.now()-this._performanceMillis;return this._epochMillis+c}};cie.AnchoredClock=lke});var FQe=xt(fI=>{"use strict";Object.defineProperty(fI,"__esModule",{value:!0});fI.isAttributeValue=fI.isAttributeKey=fI.sanitizeAttributes=void 0;var OQe=(zc(),ol(Xc));function Kzt(l){let c={};if(typeof l!="object"||l==null)return c;for(let[f,y]of Object.entries(l)){if(!RQe(f)){OQe.diag.warn(`Invalid attribute key: ${f}`);continue}if(!MQe(y)){OQe.diag.warn(`Invalid attribute value set for key: ${f}`);continue}Array.isArray(y)?c[f]=y.slice():c[f]=y}return c}fI.sanitizeAttributes=Kzt;function RQe(l){return typeof l=="string"&&l.length>0}fI.isAttributeKey=RQe;function MQe(l){return l==null?!0:Array.isArray(l)?Xzt(l):LQe(l)}fI.isAttributeValue=MQe;function Xzt(l){let c;for(let f of l)if(f!=null){if(!c){if(LQe(f)){c=typeof f;continue}return!1}if(typeof f!==c)return!1}return!0}function LQe(l){switch(typeof l){case"number":case"boolean":case"string":return!0}return!1}});var uke=xt(lie=>{"use strict";Object.defineProperty(lie,"__esModule",{value:!0});lie.loggingErrorHandler=void 0;var Qzt=(zc(),ol(Xc));function Zzt(){return l=>{Qzt.diag.error(eWt(l))}}lie.loggingErrorHandler=Zzt;function eWt(l){return typeof l=="string"?l:JSON.stringify(tWt(l))}function tWt(l){let c={},f=l;for(;f!==null;)Object.getOwnPropertyNames(f).forEach(y=>{if(c[y])return;let b=f[y];b&&(c[y]=String(b))}),f=Object.getPrototypeOf(f);return c}});var _ke=xt(C7=>{"use strict";Object.defineProperty(C7,"__esModule",{value:!0});C7.globalErrorHandler=C7.setGlobalErrorHandler=void 0;var rWt=uke(),jQe=(0,rWt.loggingErrorHandler)();function nWt(l){jQe=l}C7.setGlobalErrorHandler=nWt;function iWt(l){try{jQe(l)}catch{}}C7.globalErrorHandler=iWt});var fke=xt(Zq=>{"use strict";Object.defineProperty(Zq,"__esModule",{value:!0});Zq.TracesSamplerValues=void 0;var sWt;(function(l){l.AlwaysOff="always_off",l.AlwaysOn="always_on",l.ParentBasedAlwaysOff="parentbased_always_off",l.ParentBasedAlwaysOn="parentbased_always_on",l.ParentBasedTraceIdRatio="parentbased_traceidratio",l.TraceIdRatio="traceidratio"})(sWt=Zq.TracesSamplerValues||(Zq.TracesSamplerValues={}))});var pke=xt(yd=>{"use strict";Object.defineProperty(yd,"__esModule",{value:!0});yd.parseEnvironment=yd.DEFAULT_ENVIRONMENT=yd.DEFAULT_SPAN_ATTRIBUTE_PER_LINK_COUNT_LIMIT=yd.DEFAULT_SPAN_ATTRIBUTE_PER_EVENT_COUNT_LIMIT=yd.DEFAULT_ATTRIBUTE_COUNT_LIMIT=yd.DEFAULT_ATTRIBUTE_VALUE_LENGTH_LIMIT=void 0;var pI=(zc(),ol(Xc)),oWt=fke(),aWt=",",cWt=["OTEL_SDK_DISABLED"];function lWt(l){return cWt.indexOf(l)>-1}var uWt=["OTEL_BSP_EXPORT_TIMEOUT","OTEL_BSP_MAX_EXPORT_BATCH_SIZE","OTEL_BSP_MAX_QUEUE_SIZE","OTEL_BSP_SCHEDULE_DELAY","OTEL_BLRP_EXPORT_TIMEOUT","OTEL_BLRP_MAX_EXPORT_BATCH_SIZE","OTEL_BLRP_MAX_QUEUE_SIZE","OTEL_BLRP_SCHEDULE_DELAY","OTEL_ATTRIBUTE_VALUE_LENGTH_LIMIT","OTEL_ATTRIBUTE_COUNT_LIMIT","OTEL_SPAN_ATTRIBUTE_VALUE_LENGTH_LIMIT","OTEL_SPAN_ATTRIBUTE_COUNT_LIMIT","OTEL_LOGRECORD_ATTRIBUTE_VALUE_LENGTH_LIMIT","OTEL_LOGRECORD_ATTRIBUTE_COUNT_LIMIT","OTEL_SPAN_EVENT_COUNT_LIMIT","OTEL_SPAN_LINK_COUNT_LIMIT","OTEL_SPAN_ATTRIBUTE_PER_EVENT_COUNT_LIMIT","OTEL_SPAN_ATTRIBUTE_PER_LINK_COUNT_LIMIT","OTEL_EXPORTER_OTLP_TIMEOUT","OTEL_EXPORTER_OTLP_TRACES_TIMEOUT","OTEL_EXPORTER_OTLP_METRICS_TIMEOUT","OTEL_EXPORTER_OTLP_LOGS_TIMEOUT","OTEL_EXPORTER_JAEGER_AGENT_PORT"];function _Wt(l){return uWt.indexOf(l)>-1}var fWt=["OTEL_NO_PATCH_MODULES","OTEL_PROPAGATORS"];function pWt(l){return fWt.indexOf(l)>-1}yd.DEFAULT_ATTRIBUTE_VALUE_LENGTH_LIMIT=1/0;yd.DEFAULT_ATTRIBUTE_COUNT_LIMIT=128;yd.DEFAULT_SPAN_ATTRIBUTE_PER_EVENT_COUNT_LIMIT=128;yd.DEFAULT_SPAN_ATTRIBUTE_PER_LINK_COUNT_LIMIT=128;yd.DEFAULT_ENVIRONMENT={OTEL_SDK_DISABLED:!1,CONTAINER_NAME:"",ECS_CONTAINER_METADATA_URI_V4:"",ECS_CONTAINER_METADATA_URI:"",HOSTNAME:"",KUBERNETES_SERVICE_HOST:"",NAMESPACE:"",OTEL_BSP_EXPORT_TIMEOUT:3e4,OTEL_BSP_MAX_EXPORT_BATCH_SIZE:512,OTEL_BSP_MAX_QUEUE_SIZE:2048,OTEL_BSP_SCHEDULE_DELAY:5e3,OTEL_BLRP_EXPORT_TIMEOUT:3e4,OTEL_BLRP_MAX_EXPORT_BATCH_SIZE:512,OTEL_BLRP_MAX_QUEUE_SIZE:2048,OTEL_BLRP_SCHEDULE_DELAY:5e3,OTEL_EXPORTER_JAEGER_AGENT_HOST:"",OTEL_EXPORTER_JAEGER_AGENT_PORT:6832,OTEL_EXPORTER_JAEGER_ENDPOINT:"",OTEL_EXPORTER_JAEGER_PASSWORD:"",OTEL_EXPORTER_JAEGER_USER:"",OTEL_EXPORTER_OTLP_ENDPOINT:"",OTEL_EXPORTER_OTLP_TRACES_ENDPOINT:"",OTEL_EXPORTER_OTLP_METRICS_ENDPOINT:"",OTEL_EXPORTER_OTLP_LOGS_ENDPOINT:"",OTEL_EXPORTER_OTLP_HEADERS:"",OTEL_EXPORTER_OTLP_TRACES_HEADERS:"",OTEL_EXPORTER_OTLP_METRICS_HEADERS:"",OTEL_EXPORTER_OTLP_LOGS_HEADERS:"",OTEL_EXPORTER_OTLP_TIMEOUT:1e4,OTEL_EXPORTER_OTLP_TRACES_TIMEOUT:1e4,OTEL_EXPORTER_OTLP_METRICS_TIMEOUT:1e4,OTEL_EXPORTER_OTLP_LOGS_TIMEOUT:1e4,OTEL_EXPORTER_ZIPKIN_ENDPOINT:"http://localhost:9411/api/v2/spans",OTEL_LOG_LEVEL:pI.DiagLogLevel.INFO,OTEL_NO_PATCH_MODULES:[],OTEL_PROPAGATORS:["tracecontext","baggage"],OTEL_RESOURCE_ATTRIBUTES:"",OTEL_SERVICE_NAME:"",OTEL_ATTRIBUTE_VALUE_LENGTH_LIMIT:yd.DEFAULT_ATTRIBUTE_VALUE_LENGTH_LIMIT,OTEL_ATTRIBUTE_COUNT_LIMIT:yd.DEFAULT_ATTRIBUTE_COUNT_LIMIT,OTEL_SPAN_ATTRIBUTE_VALUE_LENGTH_LIMIT:yd.DEFAULT_ATTRIBUTE_VALUE_LENGTH_LIMIT,OTEL_SPAN_ATTRIBUTE_COUNT_LIMIT:yd.DEFAULT_ATTRIBUTE_COUNT_LIMIT,OTEL_LOGRECORD_ATTRIBUTE_VALUE_LENGTH_LIMIT:yd.DEFAULT_ATTRIBUTE_VALUE_LENGTH_LIMIT,OTEL_LOGRECORD_ATTRIBUTE_COUNT_LIMIT:yd.DEFAULT_ATTRIBUTE_COUNT_LIMIT,OTEL_SPAN_EVENT_COUNT_LIMIT:128,OTEL_SPAN_LINK_COUNT_LIMIT:128,OTEL_SPAN_ATTRIBUTE_PER_EVENT_COUNT_LIMIT:yd.DEFAULT_SPAN_ATTRIBUTE_PER_EVENT_COUNT_LIMIT,OTEL_SPAN_ATTRIBUTE_PER_LINK_COUNT_LIMIT:yd.DEFAULT_SPAN_ATTRIBUTE_PER_LINK_COUNT_LIMIT,OTEL_TRACES_EXPORTER:"",OTEL_TRACES_SAMPLER:oWt.TracesSamplerValues.ParentBasedAlwaysOn,OTEL_TRACES_SAMPLER_ARG:"",OTEL_LOGS_EXPORTER:"",OTEL_EXPORTER_OTLP_INSECURE:"",OTEL_EXPORTER_OTLP_TRACES_INSECURE:"",OTEL_EXPORTER_OTLP_METRICS_INSECURE:"",OTEL_EXPORTER_OTLP_LOGS_INSECURE:"",OTEL_EXPORTER_OTLP_CERTIFICATE:"",OTEL_EXPORTER_OTLP_TRACES_CERTIFICATE:"",OTEL_EXPORTER_OTLP_METRICS_CERTIFICATE:"",OTEL_EXPORTER_OTLP_LOGS_CERTIFICATE:"",OTEL_EXPORTER_OTLP_COMPRESSION:"",OTEL_EXPORTER_OTLP_TRACES_COMPRESSION:"",OTEL_EXPORTER_OTLP_METRICS_COMPRESSION:"",OTEL_EXPORTER_OTLP_LOGS_COMPRESSION:"",OTEL_EXPORTER_OTLP_CLIENT_KEY:"",OTEL_EXPORTER_OTLP_TRACES_CLIENT_KEY:"",OTEL_EXPORTER_OTLP_METRICS_CLIENT_KEY:"",OTEL_EXPORTER_OTLP_LOGS_CLIENT_KEY:"",OTEL_EXPORTER_OTLP_CLIENT_CERTIFICATE:"",OTEL_EXPORTER_OTLP_TRACES_CLIENT_CERTIFICATE:"",OTEL_EXPORTER_OTLP_METRICS_CLIENT_CERTIFICATE:"",OTEL_EXPORTER_OTLP_LOGS_CLIENT_CERTIFICATE:"",OTEL_EXPORTER_OTLP_PROTOCOL:"http/protobuf",OTEL_EXPORTER_OTLP_TRACES_PROTOCOL:"http/protobuf",OTEL_EXPORTER_OTLP_METRICS_PROTOCOL:"http/protobuf",OTEL_EXPORTER_OTLP_LOGS_PROTOCOL:"http/protobuf",OTEL_EXPORTER_OTLP_METRICS_TEMPORALITY_PREFERENCE:"cumulative"};function dWt(l,c,f){if(typeof f[l]>"u")return;let y=String(f[l]);c[l]=y.toLowerCase()==="true"}function mWt(l,c,f,y=-1/0,b=1/0){if(typeof f[l]<"u"){let k=Number(f[l]);isNaN(k)||(kb?c[l]=b:c[l]=k)}}function gWt(l,c,f,y=aWt){let b=f[l];typeof b=="string"&&(c[l]=b.split(y).map(k=>k.trim()))}var hWt={ALL:pI.DiagLogLevel.ALL,VERBOSE:pI.DiagLogLevel.VERBOSE,DEBUG:pI.DiagLogLevel.DEBUG,INFO:pI.DiagLogLevel.INFO,WARN:pI.DiagLogLevel.WARN,ERROR:pI.DiagLogLevel.ERROR,NONE:pI.DiagLogLevel.NONE};function yWt(l,c,f){let y=f[l];if(typeof y=="string"){let b=hWt[y.toUpperCase()];b!=null&&(c[l]=b)}}function vWt(l){let c={};for(let f in yd.DEFAULT_ENVIRONMENT){let y=f;switch(y){case"OTEL_LOG_LEVEL":yWt(y,c,l);break;default:if(lWt(y))dWt(y,c,l);else if(_Wt(y))mWt(y,c,l);else if(pWt(y))gWt(y,c,l);else{let b=l[y];typeof b<"u"&&b!==null&&(c[y]=String(b))}}}return c}yd.parseEnvironment=vWt});var BQe=xt(A7=>{"use strict";Object.defineProperty(A7,"__esModule",{value:!0});A7.getEnvWithoutDefaults=A7.getEnv=void 0;var dke=pke();function SWt(){let l=(0,dke.parseEnvironment)(process.env);return Object.assign({},dke.DEFAULT_ENVIRONMENT,l)}A7.getEnv=SWt;function TWt(){return(0,dke.parseEnvironment)(process.env)}A7.getEnvWithoutDefaults=TWt});var UQe=xt(uie=>{"use strict";Object.defineProperty(uie,"__esModule",{value:!0});uie._globalThis=void 0;uie._globalThis=typeof globalThis=="object"?globalThis:global});var mke=xt(_ie=>{"use strict";Object.defineProperty(_ie,"__esModule",{value:!0});_ie.hexToBinary=void 0;function VQe(l){return l>=48&&l<=57?l-48:l>=97&&l<=102?l-87:l-55}function bWt(l){let c=new Uint8Array(l.length/2),f=0;for(let y=0;y{"use strict";Object.defineProperty(fie,"__esModule",{value:!0});fie.hexToBase64=void 0;var EWt=mke();function xWt(l){return Buffer.from((0,EWt.hexToBinary)(l)).toString("base64")}fie.hexToBase64=xWt});var WQe=xt(die=>{"use strict";Object.defineProperty(die,"__esModule",{value:!0});die.RandomIdGenerator=void 0;var CWt=8,zQe=16,gke=class{constructor(){this.generateTraceId=qQe(zQe),this.generateSpanId=qQe(CWt)}};die.RandomIdGenerator=gke;var pie=Buffer.allocUnsafe(zQe);function qQe(l){return function(){for(let f=0;f>>0,f*4);for(let f=0;f0);f++)f===l-1&&(pie[l-1]=1);return pie.toString("hex",0,l)}}});var GQe=xt(mie=>{"use strict";Object.defineProperty(mie,"__esModule",{value:!0});mie.otperformance=void 0;var AWt=Ru("perf_hooks");mie.otperformance=AWt.performance});var hke=xt(gie=>{"use strict";Object.defineProperty(gie,"__esModule",{value:!0});gie.VERSION=void 0;gie.VERSION="1.25.1"});var yke=xt(hie=>{"use strict";Object.defineProperty(hie,"__esModule",{value:!0});hie.createConstMap=void 0;function kWt(l){let c={},f=l.length;for(let y=0;y{"use strict";Object.defineProperty(qe,"__esModule",{value:!0});qe.SEMATTRS_NET_HOST_CARRIER_ICC=qe.SEMATTRS_NET_HOST_CARRIER_MNC=qe.SEMATTRS_NET_HOST_CARRIER_MCC=qe.SEMATTRS_NET_HOST_CARRIER_NAME=qe.SEMATTRS_NET_HOST_CONNECTION_SUBTYPE=qe.SEMATTRS_NET_HOST_CONNECTION_TYPE=qe.SEMATTRS_NET_HOST_NAME=qe.SEMATTRS_NET_HOST_PORT=qe.SEMATTRS_NET_HOST_IP=qe.SEMATTRS_NET_PEER_NAME=qe.SEMATTRS_NET_PEER_PORT=qe.SEMATTRS_NET_PEER_IP=qe.SEMATTRS_NET_TRANSPORT=qe.SEMATTRS_FAAS_INVOKED_REGION=qe.SEMATTRS_FAAS_INVOKED_PROVIDER=qe.SEMATTRS_FAAS_INVOKED_NAME=qe.SEMATTRS_FAAS_COLDSTART=qe.SEMATTRS_FAAS_CRON=qe.SEMATTRS_FAAS_TIME=qe.SEMATTRS_FAAS_DOCUMENT_NAME=qe.SEMATTRS_FAAS_DOCUMENT_TIME=qe.SEMATTRS_FAAS_DOCUMENT_OPERATION=qe.SEMATTRS_FAAS_DOCUMENT_COLLECTION=qe.SEMATTRS_FAAS_EXECUTION=qe.SEMATTRS_FAAS_TRIGGER=qe.SEMATTRS_EXCEPTION_ESCAPED=qe.SEMATTRS_EXCEPTION_STACKTRACE=qe.SEMATTRS_EXCEPTION_MESSAGE=qe.SEMATTRS_EXCEPTION_TYPE=qe.SEMATTRS_DB_SQL_TABLE=qe.SEMATTRS_DB_MONGODB_COLLECTION=qe.SEMATTRS_DB_REDIS_DATABASE_INDEX=qe.SEMATTRS_DB_HBASE_NAMESPACE=qe.SEMATTRS_DB_CASSANDRA_COORDINATOR_DC=qe.SEMATTRS_DB_CASSANDRA_COORDINATOR_ID=qe.SEMATTRS_DB_CASSANDRA_SPECULATIVE_EXECUTION_COUNT=qe.SEMATTRS_DB_CASSANDRA_IDEMPOTENCE=qe.SEMATTRS_DB_CASSANDRA_TABLE=qe.SEMATTRS_DB_CASSANDRA_CONSISTENCY_LEVEL=qe.SEMATTRS_DB_CASSANDRA_PAGE_SIZE=qe.SEMATTRS_DB_CASSANDRA_KEYSPACE=qe.SEMATTRS_DB_MSSQL_INSTANCE_NAME=qe.SEMATTRS_DB_OPERATION=qe.SEMATTRS_DB_STATEMENT=qe.SEMATTRS_DB_NAME=qe.SEMATTRS_DB_JDBC_DRIVER_CLASSNAME=qe.SEMATTRS_DB_USER=qe.SEMATTRS_DB_CONNECTION_STRING=qe.SEMATTRS_DB_SYSTEM=qe.SEMATTRS_AWS_LAMBDA_INVOKED_ARN=void 0;qe.SEMATTRS_MESSAGING_DESTINATION_KIND=qe.SEMATTRS_MESSAGING_DESTINATION=qe.SEMATTRS_MESSAGING_SYSTEM=qe.SEMATTRS_AWS_DYNAMODB_GLOBAL_SECONDARY_INDEX_UPDATES=qe.SEMATTRS_AWS_DYNAMODB_ATTRIBUTE_DEFINITIONS=qe.SEMATTRS_AWS_DYNAMODB_SCANNED_COUNT=qe.SEMATTRS_AWS_DYNAMODB_COUNT=qe.SEMATTRS_AWS_DYNAMODB_TOTAL_SEGMENTS=qe.SEMATTRS_AWS_DYNAMODB_SEGMENT=qe.SEMATTRS_AWS_DYNAMODB_SCAN_FORWARD=qe.SEMATTRS_AWS_DYNAMODB_TABLE_COUNT=qe.SEMATTRS_AWS_DYNAMODB_EXCLUSIVE_START_TABLE=qe.SEMATTRS_AWS_DYNAMODB_LOCAL_SECONDARY_INDEXES=qe.SEMATTRS_AWS_DYNAMODB_GLOBAL_SECONDARY_INDEXES=qe.SEMATTRS_AWS_DYNAMODB_SELECT=qe.SEMATTRS_AWS_DYNAMODB_INDEX_NAME=qe.SEMATTRS_AWS_DYNAMODB_ATTRIBUTES_TO_GET=qe.SEMATTRS_AWS_DYNAMODB_LIMIT=qe.SEMATTRS_AWS_DYNAMODB_PROJECTION=qe.SEMATTRS_AWS_DYNAMODB_CONSISTENT_READ=qe.SEMATTRS_AWS_DYNAMODB_PROVISIONED_WRITE_CAPACITY=qe.SEMATTRS_AWS_DYNAMODB_PROVISIONED_READ_CAPACITY=qe.SEMATTRS_AWS_DYNAMODB_ITEM_COLLECTION_METRICS=qe.SEMATTRS_AWS_DYNAMODB_CONSUMED_CAPACITY=qe.SEMATTRS_AWS_DYNAMODB_TABLE_NAMES=qe.SEMATTRS_HTTP_CLIENT_IP=qe.SEMATTRS_HTTP_ROUTE=qe.SEMATTRS_HTTP_SERVER_NAME=qe.SEMATTRS_HTTP_RESPONSE_CONTENT_LENGTH_UNCOMPRESSED=qe.SEMATTRS_HTTP_RESPONSE_CONTENT_LENGTH=qe.SEMATTRS_HTTP_REQUEST_CONTENT_LENGTH_UNCOMPRESSED=qe.SEMATTRS_HTTP_REQUEST_CONTENT_LENGTH=qe.SEMATTRS_HTTP_USER_AGENT=qe.SEMATTRS_HTTP_FLAVOR=qe.SEMATTRS_HTTP_STATUS_CODE=qe.SEMATTRS_HTTP_SCHEME=qe.SEMATTRS_HTTP_HOST=qe.SEMATTRS_HTTP_TARGET=qe.SEMATTRS_HTTP_URL=qe.SEMATTRS_HTTP_METHOD=qe.SEMATTRS_CODE_LINENO=qe.SEMATTRS_CODE_FILEPATH=qe.SEMATTRS_CODE_NAMESPACE=qe.SEMATTRS_CODE_FUNCTION=qe.SEMATTRS_THREAD_NAME=qe.SEMATTRS_THREAD_ID=qe.SEMATTRS_ENDUSER_SCOPE=qe.SEMATTRS_ENDUSER_ROLE=qe.SEMATTRS_ENDUSER_ID=qe.SEMATTRS_PEER_SERVICE=void 0;qe.DBSYSTEMVALUES_FILEMAKER=qe.DBSYSTEMVALUES_DERBY=qe.DBSYSTEMVALUES_FIREBIRD=qe.DBSYSTEMVALUES_ADABAS=qe.DBSYSTEMVALUES_CACHE=qe.DBSYSTEMVALUES_EDB=qe.DBSYSTEMVALUES_FIRSTSQL=qe.DBSYSTEMVALUES_INGRES=qe.DBSYSTEMVALUES_HANADB=qe.DBSYSTEMVALUES_MAXDB=qe.DBSYSTEMVALUES_PROGRESS=qe.DBSYSTEMVALUES_HSQLDB=qe.DBSYSTEMVALUES_CLOUDSCAPE=qe.DBSYSTEMVALUES_HIVE=qe.DBSYSTEMVALUES_REDSHIFT=qe.DBSYSTEMVALUES_POSTGRESQL=qe.DBSYSTEMVALUES_DB2=qe.DBSYSTEMVALUES_ORACLE=qe.DBSYSTEMVALUES_MYSQL=qe.DBSYSTEMVALUES_MSSQL=qe.DBSYSTEMVALUES_OTHER_SQL=qe.SemanticAttributes=qe.SEMATTRS_MESSAGE_UNCOMPRESSED_SIZE=qe.SEMATTRS_MESSAGE_COMPRESSED_SIZE=qe.SEMATTRS_MESSAGE_ID=qe.SEMATTRS_MESSAGE_TYPE=qe.SEMATTRS_RPC_JSONRPC_ERROR_MESSAGE=qe.SEMATTRS_RPC_JSONRPC_ERROR_CODE=qe.SEMATTRS_RPC_JSONRPC_REQUEST_ID=qe.SEMATTRS_RPC_JSONRPC_VERSION=qe.SEMATTRS_RPC_GRPC_STATUS_CODE=qe.SEMATTRS_RPC_METHOD=qe.SEMATTRS_RPC_SERVICE=qe.SEMATTRS_RPC_SYSTEM=qe.SEMATTRS_MESSAGING_KAFKA_TOMBSTONE=qe.SEMATTRS_MESSAGING_KAFKA_PARTITION=qe.SEMATTRS_MESSAGING_KAFKA_CLIENT_ID=qe.SEMATTRS_MESSAGING_KAFKA_CONSUMER_GROUP=qe.SEMATTRS_MESSAGING_KAFKA_MESSAGE_KEY=qe.SEMATTRS_MESSAGING_RABBITMQ_ROUTING_KEY=qe.SEMATTRS_MESSAGING_CONSUMER_ID=qe.SEMATTRS_MESSAGING_OPERATION=qe.SEMATTRS_MESSAGING_MESSAGE_PAYLOAD_COMPRESSED_SIZE_BYTES=qe.SEMATTRS_MESSAGING_MESSAGE_PAYLOAD_SIZE_BYTES=qe.SEMATTRS_MESSAGING_CONVERSATION_ID=qe.SEMATTRS_MESSAGING_MESSAGE_ID=qe.SEMATTRS_MESSAGING_URL=qe.SEMATTRS_MESSAGING_PROTOCOL_VERSION=qe.SEMATTRS_MESSAGING_PROTOCOL=qe.SEMATTRS_MESSAGING_TEMP_DESTINATION=void 0;qe.FAASINVOKEDPROVIDERVALUES_ALIBABA_CLOUD=qe.FaasDocumentOperationValues=qe.FAASDOCUMENTOPERATIONVALUES_DELETE=qe.FAASDOCUMENTOPERATIONVALUES_EDIT=qe.FAASDOCUMENTOPERATIONVALUES_INSERT=qe.FaasTriggerValues=qe.FAASTRIGGERVALUES_OTHER=qe.FAASTRIGGERVALUES_TIMER=qe.FAASTRIGGERVALUES_PUBSUB=qe.FAASTRIGGERVALUES_HTTP=qe.FAASTRIGGERVALUES_DATASOURCE=qe.DbCassandraConsistencyLevelValues=qe.DBCASSANDRACONSISTENCYLEVELVALUES_LOCAL_SERIAL=qe.DBCASSANDRACONSISTENCYLEVELVALUES_SERIAL=qe.DBCASSANDRACONSISTENCYLEVELVALUES_ANY=qe.DBCASSANDRACONSISTENCYLEVELVALUES_LOCAL_ONE=qe.DBCASSANDRACONSISTENCYLEVELVALUES_THREE=qe.DBCASSANDRACONSISTENCYLEVELVALUES_TWO=qe.DBCASSANDRACONSISTENCYLEVELVALUES_ONE=qe.DBCASSANDRACONSISTENCYLEVELVALUES_LOCAL_QUORUM=qe.DBCASSANDRACONSISTENCYLEVELVALUES_QUORUM=qe.DBCASSANDRACONSISTENCYLEVELVALUES_EACH_QUORUM=qe.DBCASSANDRACONSISTENCYLEVELVALUES_ALL=qe.DbSystemValues=qe.DBSYSTEMVALUES_COCKROACHDB=qe.DBSYSTEMVALUES_MEMCACHED=qe.DBSYSTEMVALUES_ELASTICSEARCH=qe.DBSYSTEMVALUES_GEODE=qe.DBSYSTEMVALUES_NEO4J=qe.DBSYSTEMVALUES_DYNAMODB=qe.DBSYSTEMVALUES_COSMOSDB=qe.DBSYSTEMVALUES_COUCHDB=qe.DBSYSTEMVALUES_COUCHBASE=qe.DBSYSTEMVALUES_REDIS=qe.DBSYSTEMVALUES_MONGODB=qe.DBSYSTEMVALUES_HBASE=qe.DBSYSTEMVALUES_CASSANDRA=qe.DBSYSTEMVALUES_COLDFUSION=qe.DBSYSTEMVALUES_H2=qe.DBSYSTEMVALUES_VERTICA=qe.DBSYSTEMVALUES_TERADATA=qe.DBSYSTEMVALUES_SYBASE=qe.DBSYSTEMVALUES_SQLITE=qe.DBSYSTEMVALUES_POINTBASE=qe.DBSYSTEMVALUES_PERVASIVE=qe.DBSYSTEMVALUES_NETEZZA=qe.DBSYSTEMVALUES_MARIADB=qe.DBSYSTEMVALUES_INTERBASE=qe.DBSYSTEMVALUES_INSTANTDB=qe.DBSYSTEMVALUES_INFORMIX=void 0;qe.MESSAGINGOPERATIONVALUES_RECEIVE=qe.MessagingDestinationKindValues=qe.MESSAGINGDESTINATIONKINDVALUES_TOPIC=qe.MESSAGINGDESTINATIONKINDVALUES_QUEUE=qe.HttpFlavorValues=qe.HTTPFLAVORVALUES_QUIC=qe.HTTPFLAVORVALUES_SPDY=qe.HTTPFLAVORVALUES_HTTP_2_0=qe.HTTPFLAVORVALUES_HTTP_1_1=qe.HTTPFLAVORVALUES_HTTP_1_0=qe.NetHostConnectionSubtypeValues=qe.NETHOSTCONNECTIONSUBTYPEVALUES_LTE_CA=qe.NETHOSTCONNECTIONSUBTYPEVALUES_NRNSA=qe.NETHOSTCONNECTIONSUBTYPEVALUES_NR=qe.NETHOSTCONNECTIONSUBTYPEVALUES_IWLAN=qe.NETHOSTCONNECTIONSUBTYPEVALUES_TD_SCDMA=qe.NETHOSTCONNECTIONSUBTYPEVALUES_GSM=qe.NETHOSTCONNECTIONSUBTYPEVALUES_HSPAP=qe.NETHOSTCONNECTIONSUBTYPEVALUES_EHRPD=qe.NETHOSTCONNECTIONSUBTYPEVALUES_LTE=qe.NETHOSTCONNECTIONSUBTYPEVALUES_EVDO_B=qe.NETHOSTCONNECTIONSUBTYPEVALUES_IDEN=qe.NETHOSTCONNECTIONSUBTYPEVALUES_HSPA=qe.NETHOSTCONNECTIONSUBTYPEVALUES_HSUPA=qe.NETHOSTCONNECTIONSUBTYPEVALUES_HSDPA=qe.NETHOSTCONNECTIONSUBTYPEVALUES_CDMA2000_1XRTT=qe.NETHOSTCONNECTIONSUBTYPEVALUES_EVDO_A=qe.NETHOSTCONNECTIONSUBTYPEVALUES_EVDO_0=qe.NETHOSTCONNECTIONSUBTYPEVALUES_CDMA=qe.NETHOSTCONNECTIONSUBTYPEVALUES_UMTS=qe.NETHOSTCONNECTIONSUBTYPEVALUES_EDGE=qe.NETHOSTCONNECTIONSUBTYPEVALUES_GPRS=qe.NetHostConnectionTypeValues=qe.NETHOSTCONNECTIONTYPEVALUES_UNKNOWN=qe.NETHOSTCONNECTIONTYPEVALUES_UNAVAILABLE=qe.NETHOSTCONNECTIONTYPEVALUES_CELL=qe.NETHOSTCONNECTIONTYPEVALUES_WIRED=qe.NETHOSTCONNECTIONTYPEVALUES_WIFI=qe.NetTransportValues=qe.NETTRANSPORTVALUES_OTHER=qe.NETTRANSPORTVALUES_INPROC=qe.NETTRANSPORTVALUES_PIPE=qe.NETTRANSPORTVALUES_UNIX=qe.NETTRANSPORTVALUES_IP=qe.NETTRANSPORTVALUES_IP_UDP=qe.NETTRANSPORTVALUES_IP_TCP=qe.FaasInvokedProviderValues=qe.FAASINVOKEDPROVIDERVALUES_GCP=qe.FAASINVOKEDPROVIDERVALUES_AZURE=qe.FAASINVOKEDPROVIDERVALUES_AWS=void 0;qe.MessageTypeValues=qe.MESSAGETYPEVALUES_RECEIVED=qe.MESSAGETYPEVALUES_SENT=qe.RpcGrpcStatusCodeValues=qe.RPCGRPCSTATUSCODEVALUES_UNAUTHENTICATED=qe.RPCGRPCSTATUSCODEVALUES_DATA_LOSS=qe.RPCGRPCSTATUSCODEVALUES_UNAVAILABLE=qe.RPCGRPCSTATUSCODEVALUES_INTERNAL=qe.RPCGRPCSTATUSCODEVALUES_UNIMPLEMENTED=qe.RPCGRPCSTATUSCODEVALUES_OUT_OF_RANGE=qe.RPCGRPCSTATUSCODEVALUES_ABORTED=qe.RPCGRPCSTATUSCODEVALUES_FAILED_PRECONDITION=qe.RPCGRPCSTATUSCODEVALUES_RESOURCE_EXHAUSTED=qe.RPCGRPCSTATUSCODEVALUES_PERMISSION_DENIED=qe.RPCGRPCSTATUSCODEVALUES_ALREADY_EXISTS=qe.RPCGRPCSTATUSCODEVALUES_NOT_FOUND=qe.RPCGRPCSTATUSCODEVALUES_DEADLINE_EXCEEDED=qe.RPCGRPCSTATUSCODEVALUES_INVALID_ARGUMENT=qe.RPCGRPCSTATUSCODEVALUES_UNKNOWN=qe.RPCGRPCSTATUSCODEVALUES_CANCELLED=qe.RPCGRPCSTATUSCODEVALUES_OK=qe.MessagingOperationValues=qe.MESSAGINGOPERATIONVALUES_PROCESS=void 0;var kb=yke(),HQe="aws.lambda.invoked_arn",$Qe="db.system",YQe="db.connection_string",KQe="db.user",XQe="db.jdbc.driver_classname",QQe="db.name",ZQe="db.statement",eZe="db.operation",tZe="db.mssql.instance_name",rZe="db.cassandra.keyspace",nZe="db.cassandra.page_size",iZe="db.cassandra.consistency_level",sZe="db.cassandra.table",oZe="db.cassandra.idempotence",aZe="db.cassandra.speculative_execution_count",cZe="db.cassandra.coordinator.id",lZe="db.cassandra.coordinator.dc",uZe="db.hbase.namespace",_Ze="db.redis.database_index",fZe="db.mongodb.collection",pZe="db.sql.table",dZe="exception.type",mZe="exception.message",gZe="exception.stacktrace",hZe="exception.escaped",yZe="faas.trigger",vZe="faas.execution",SZe="faas.document.collection",TZe="faas.document.operation",bZe="faas.document.time",EZe="faas.document.name",xZe="faas.time",CZe="faas.cron",AZe="faas.coldstart",kZe="faas.invoked_name",PZe="faas.invoked_provider",NZe="faas.invoked_region",DZe="net.transport",IZe="net.peer.ip",wZe="net.peer.port",OZe="net.peer.name",RZe="net.host.ip",MZe="net.host.port",LZe="net.host.name",FZe="net.host.connection.type",jZe="net.host.connection.subtype",BZe="net.host.carrier.name",UZe="net.host.carrier.mcc",VZe="net.host.carrier.mnc",JZe="net.host.carrier.icc",qZe="peer.service",zZe="enduser.id",WZe="enduser.role",GZe="enduser.scope",HZe="thread.id",$Ze="thread.name",YZe="code.function",KZe="code.namespace",XZe="code.filepath",QZe="code.lineno",ZZe="http.method",eet="http.url",tet="http.target",ret="http.host",net="http.scheme",iet="http.status_code",set="http.flavor",oet="http.user_agent",aet="http.request_content_length",cet="http.request_content_length_uncompressed",uet="http.response_content_length",_et="http.response_content_length_uncompressed",fet="http.server_name",pet="http.route",det="http.client_ip",met="aws.dynamodb.table_names",get="aws.dynamodb.consumed_capacity",het="aws.dynamodb.item_collection_metrics",yet="aws.dynamodb.provisioned_read_capacity",vet="aws.dynamodb.provisioned_write_capacity",Tet="aws.dynamodb.consistent_read",bet="aws.dynamodb.projection",Eet="aws.dynamodb.limit",xet="aws.dynamodb.attributes_to_get",Cet="aws.dynamodb.index_name",Aet="aws.dynamodb.select",ket="aws.dynamodb.global_secondary_indexes",Pet="aws.dynamodb.local_secondary_indexes",Net="aws.dynamodb.exclusive_start_table",Det="aws.dynamodb.table_count",Iet="aws.dynamodb.scan_forward",wet="aws.dynamodb.segment",Oet="aws.dynamodb.total_segments",Ret="aws.dynamodb.count",Met="aws.dynamodb.scanned_count",Let="aws.dynamodb.attribute_definitions",Fet="aws.dynamodb.global_secondary_index_updates",jet="messaging.system",Bet="messaging.destination",Uet="messaging.destination_kind",Vet="messaging.temp_destination",Jet="messaging.protocol",qet="messaging.protocol_version",zet="messaging.url",Wet="messaging.message_id",Get="messaging.conversation_id",Het="messaging.message_payload_size_bytes",$et="messaging.message_payload_compressed_size_bytes",Yet="messaging.operation",Ket="messaging.consumer_id",Xet="messaging.rabbitmq.routing_key",Qet="messaging.kafka.message_key",Zet="messaging.kafka.consumer_group",ett="messaging.kafka.client_id",ttt="messaging.kafka.partition",rtt="messaging.kafka.tombstone",ntt="rpc.system",itt="rpc.service",stt="rpc.method",ott="rpc.grpc.status_code",att="rpc.jsonrpc.version",ctt="rpc.jsonrpc.request_id",ltt="rpc.jsonrpc.error_code",utt="rpc.jsonrpc.error_message",_tt="message.type",ftt="message.id",ptt="message.compressed_size",dtt="message.uncompressed_size";qe.SEMATTRS_AWS_LAMBDA_INVOKED_ARN=HQe;qe.SEMATTRS_DB_SYSTEM=$Qe;qe.SEMATTRS_DB_CONNECTION_STRING=YQe;qe.SEMATTRS_DB_USER=KQe;qe.SEMATTRS_DB_JDBC_DRIVER_CLASSNAME=XQe;qe.SEMATTRS_DB_NAME=QQe;qe.SEMATTRS_DB_STATEMENT=ZQe;qe.SEMATTRS_DB_OPERATION=eZe;qe.SEMATTRS_DB_MSSQL_INSTANCE_NAME=tZe;qe.SEMATTRS_DB_CASSANDRA_KEYSPACE=rZe;qe.SEMATTRS_DB_CASSANDRA_PAGE_SIZE=nZe;qe.SEMATTRS_DB_CASSANDRA_CONSISTENCY_LEVEL=iZe;qe.SEMATTRS_DB_CASSANDRA_TABLE=sZe;qe.SEMATTRS_DB_CASSANDRA_IDEMPOTENCE=oZe;qe.SEMATTRS_DB_CASSANDRA_SPECULATIVE_EXECUTION_COUNT=aZe;qe.SEMATTRS_DB_CASSANDRA_COORDINATOR_ID=cZe;qe.SEMATTRS_DB_CASSANDRA_COORDINATOR_DC=lZe;qe.SEMATTRS_DB_HBASE_NAMESPACE=uZe;qe.SEMATTRS_DB_REDIS_DATABASE_INDEX=_Ze;qe.SEMATTRS_DB_MONGODB_COLLECTION=fZe;qe.SEMATTRS_DB_SQL_TABLE=pZe;qe.SEMATTRS_EXCEPTION_TYPE=dZe;qe.SEMATTRS_EXCEPTION_MESSAGE=mZe;qe.SEMATTRS_EXCEPTION_STACKTRACE=gZe;qe.SEMATTRS_EXCEPTION_ESCAPED=hZe;qe.SEMATTRS_FAAS_TRIGGER=yZe;qe.SEMATTRS_FAAS_EXECUTION=vZe;qe.SEMATTRS_FAAS_DOCUMENT_COLLECTION=SZe;qe.SEMATTRS_FAAS_DOCUMENT_OPERATION=TZe;qe.SEMATTRS_FAAS_DOCUMENT_TIME=bZe;qe.SEMATTRS_FAAS_DOCUMENT_NAME=EZe;qe.SEMATTRS_FAAS_TIME=xZe;qe.SEMATTRS_FAAS_CRON=CZe;qe.SEMATTRS_FAAS_COLDSTART=AZe;qe.SEMATTRS_FAAS_INVOKED_NAME=kZe;qe.SEMATTRS_FAAS_INVOKED_PROVIDER=PZe;qe.SEMATTRS_FAAS_INVOKED_REGION=NZe;qe.SEMATTRS_NET_TRANSPORT=DZe;qe.SEMATTRS_NET_PEER_IP=IZe;qe.SEMATTRS_NET_PEER_PORT=wZe;qe.SEMATTRS_NET_PEER_NAME=OZe;qe.SEMATTRS_NET_HOST_IP=RZe;qe.SEMATTRS_NET_HOST_PORT=MZe;qe.SEMATTRS_NET_HOST_NAME=LZe;qe.SEMATTRS_NET_HOST_CONNECTION_TYPE=FZe;qe.SEMATTRS_NET_HOST_CONNECTION_SUBTYPE=jZe;qe.SEMATTRS_NET_HOST_CARRIER_NAME=BZe;qe.SEMATTRS_NET_HOST_CARRIER_MCC=UZe;qe.SEMATTRS_NET_HOST_CARRIER_MNC=VZe;qe.SEMATTRS_NET_HOST_CARRIER_ICC=JZe;qe.SEMATTRS_PEER_SERVICE=qZe;qe.SEMATTRS_ENDUSER_ID=zZe;qe.SEMATTRS_ENDUSER_ROLE=WZe;qe.SEMATTRS_ENDUSER_SCOPE=GZe;qe.SEMATTRS_THREAD_ID=HZe;qe.SEMATTRS_THREAD_NAME=$Ze;qe.SEMATTRS_CODE_FUNCTION=YZe;qe.SEMATTRS_CODE_NAMESPACE=KZe;qe.SEMATTRS_CODE_FILEPATH=XZe;qe.SEMATTRS_CODE_LINENO=QZe;qe.SEMATTRS_HTTP_METHOD=ZZe;qe.SEMATTRS_HTTP_URL=eet;qe.SEMATTRS_HTTP_TARGET=tet;qe.SEMATTRS_HTTP_HOST=ret;qe.SEMATTRS_HTTP_SCHEME=net;qe.SEMATTRS_HTTP_STATUS_CODE=iet;qe.SEMATTRS_HTTP_FLAVOR=set;qe.SEMATTRS_HTTP_USER_AGENT=oet;qe.SEMATTRS_HTTP_REQUEST_CONTENT_LENGTH=aet;qe.SEMATTRS_HTTP_REQUEST_CONTENT_LENGTH_UNCOMPRESSED=cet;qe.SEMATTRS_HTTP_RESPONSE_CONTENT_LENGTH=uet;qe.SEMATTRS_HTTP_RESPONSE_CONTENT_LENGTH_UNCOMPRESSED=_et;qe.SEMATTRS_HTTP_SERVER_NAME=fet;qe.SEMATTRS_HTTP_ROUTE=pet;qe.SEMATTRS_HTTP_CLIENT_IP=det;qe.SEMATTRS_AWS_DYNAMODB_TABLE_NAMES=met;qe.SEMATTRS_AWS_DYNAMODB_CONSUMED_CAPACITY=get;qe.SEMATTRS_AWS_DYNAMODB_ITEM_COLLECTION_METRICS=het;qe.SEMATTRS_AWS_DYNAMODB_PROVISIONED_READ_CAPACITY=yet;qe.SEMATTRS_AWS_DYNAMODB_PROVISIONED_WRITE_CAPACITY=vet;qe.SEMATTRS_AWS_DYNAMODB_CONSISTENT_READ=Tet;qe.SEMATTRS_AWS_DYNAMODB_PROJECTION=bet;qe.SEMATTRS_AWS_DYNAMODB_LIMIT=Eet;qe.SEMATTRS_AWS_DYNAMODB_ATTRIBUTES_TO_GET=xet;qe.SEMATTRS_AWS_DYNAMODB_INDEX_NAME=Cet;qe.SEMATTRS_AWS_DYNAMODB_SELECT=Aet;qe.SEMATTRS_AWS_DYNAMODB_GLOBAL_SECONDARY_INDEXES=ket;qe.SEMATTRS_AWS_DYNAMODB_LOCAL_SECONDARY_INDEXES=Pet;qe.SEMATTRS_AWS_DYNAMODB_EXCLUSIVE_START_TABLE=Net;qe.SEMATTRS_AWS_DYNAMODB_TABLE_COUNT=Det;qe.SEMATTRS_AWS_DYNAMODB_SCAN_FORWARD=Iet;qe.SEMATTRS_AWS_DYNAMODB_SEGMENT=wet;qe.SEMATTRS_AWS_DYNAMODB_TOTAL_SEGMENTS=Oet;qe.SEMATTRS_AWS_DYNAMODB_COUNT=Ret;qe.SEMATTRS_AWS_DYNAMODB_SCANNED_COUNT=Met;qe.SEMATTRS_AWS_DYNAMODB_ATTRIBUTE_DEFINITIONS=Let;qe.SEMATTRS_AWS_DYNAMODB_GLOBAL_SECONDARY_INDEX_UPDATES=Fet;qe.SEMATTRS_MESSAGING_SYSTEM=jet;qe.SEMATTRS_MESSAGING_DESTINATION=Bet;qe.SEMATTRS_MESSAGING_DESTINATION_KIND=Uet;qe.SEMATTRS_MESSAGING_TEMP_DESTINATION=Vet;qe.SEMATTRS_MESSAGING_PROTOCOL=Jet;qe.SEMATTRS_MESSAGING_PROTOCOL_VERSION=qet;qe.SEMATTRS_MESSAGING_URL=zet;qe.SEMATTRS_MESSAGING_MESSAGE_ID=Wet;qe.SEMATTRS_MESSAGING_CONVERSATION_ID=Get;qe.SEMATTRS_MESSAGING_MESSAGE_PAYLOAD_SIZE_BYTES=Het;qe.SEMATTRS_MESSAGING_MESSAGE_PAYLOAD_COMPRESSED_SIZE_BYTES=$et;qe.SEMATTRS_MESSAGING_OPERATION=Yet;qe.SEMATTRS_MESSAGING_CONSUMER_ID=Ket;qe.SEMATTRS_MESSAGING_RABBITMQ_ROUTING_KEY=Xet;qe.SEMATTRS_MESSAGING_KAFKA_MESSAGE_KEY=Qet;qe.SEMATTRS_MESSAGING_KAFKA_CONSUMER_GROUP=Zet;qe.SEMATTRS_MESSAGING_KAFKA_CLIENT_ID=ett;qe.SEMATTRS_MESSAGING_KAFKA_PARTITION=ttt;qe.SEMATTRS_MESSAGING_KAFKA_TOMBSTONE=rtt;qe.SEMATTRS_RPC_SYSTEM=ntt;qe.SEMATTRS_RPC_SERVICE=itt;qe.SEMATTRS_RPC_METHOD=stt;qe.SEMATTRS_RPC_GRPC_STATUS_CODE=ott;qe.SEMATTRS_RPC_JSONRPC_VERSION=att;qe.SEMATTRS_RPC_JSONRPC_REQUEST_ID=ctt;qe.SEMATTRS_RPC_JSONRPC_ERROR_CODE=ltt;qe.SEMATTRS_RPC_JSONRPC_ERROR_MESSAGE=utt;qe.SEMATTRS_MESSAGE_TYPE=_tt;qe.SEMATTRS_MESSAGE_ID=ftt;qe.SEMATTRS_MESSAGE_COMPRESSED_SIZE=ptt;qe.SEMATTRS_MESSAGE_UNCOMPRESSED_SIZE=dtt;qe.SemanticAttributes=(0,kb.createConstMap)([HQe,$Qe,YQe,KQe,XQe,QQe,ZQe,eZe,tZe,rZe,nZe,iZe,sZe,oZe,aZe,cZe,lZe,uZe,_Ze,fZe,pZe,dZe,mZe,gZe,hZe,yZe,vZe,SZe,TZe,bZe,EZe,xZe,CZe,AZe,kZe,PZe,NZe,DZe,IZe,wZe,OZe,RZe,MZe,LZe,FZe,jZe,BZe,UZe,VZe,JZe,qZe,zZe,WZe,GZe,HZe,$Ze,YZe,KZe,XZe,QZe,ZZe,eet,tet,ret,net,iet,set,oet,aet,cet,uet,_et,fet,pet,det,met,get,het,yet,vet,Tet,bet,Eet,xet,Cet,Aet,ket,Pet,Net,Det,Iet,wet,Oet,Ret,Met,Let,Fet,jet,Bet,Uet,Vet,Jet,qet,zet,Wet,Get,Het,$et,Yet,Ket,Xet,Qet,Zet,ett,ttt,rtt,ntt,itt,stt,ott,att,ctt,ltt,utt,_tt,ftt,ptt,dtt]);var mtt="other_sql",gtt="mssql",htt="mysql",ytt="oracle",vtt="db2",Stt="postgresql",Ttt="redshift",btt="hive",Ett="cloudscape",xtt="hsqldb",Ctt="progress",Att="maxdb",ktt="hanadb",Ptt="ingres",Ntt="firstsql",Dtt="edb",Itt="cache",wtt="adabas",Ott="firebird",Rtt="derby",Mtt="filemaker",Ltt="informix",Ftt="instantdb",jtt="interbase",Btt="mariadb",Utt="netezza",Vtt="pervasive",Jtt="pointbase",qtt="sqlite",ztt="sybase",Wtt="teradata",Gtt="vertica",Htt="h2",$tt="coldfusion",Ytt="cassandra",Ktt="hbase",Xtt="mongodb",Qtt="redis",Ztt="couchbase",ert="couchdb",trt="cosmosdb",rrt="dynamodb",nrt="neo4j",irt="geode",srt="elasticsearch",ort="memcached",art="cockroachdb";qe.DBSYSTEMVALUES_OTHER_SQL=mtt;qe.DBSYSTEMVALUES_MSSQL=gtt;qe.DBSYSTEMVALUES_MYSQL=htt;qe.DBSYSTEMVALUES_ORACLE=ytt;qe.DBSYSTEMVALUES_DB2=vtt;qe.DBSYSTEMVALUES_POSTGRESQL=Stt;qe.DBSYSTEMVALUES_REDSHIFT=Ttt;qe.DBSYSTEMVALUES_HIVE=btt;qe.DBSYSTEMVALUES_CLOUDSCAPE=Ett;qe.DBSYSTEMVALUES_HSQLDB=xtt;qe.DBSYSTEMVALUES_PROGRESS=Ctt;qe.DBSYSTEMVALUES_MAXDB=Att;qe.DBSYSTEMVALUES_HANADB=ktt;qe.DBSYSTEMVALUES_INGRES=Ptt;qe.DBSYSTEMVALUES_FIRSTSQL=Ntt;qe.DBSYSTEMVALUES_EDB=Dtt;qe.DBSYSTEMVALUES_CACHE=Itt;qe.DBSYSTEMVALUES_ADABAS=wtt;qe.DBSYSTEMVALUES_FIREBIRD=Ott;qe.DBSYSTEMVALUES_DERBY=Rtt;qe.DBSYSTEMVALUES_FILEMAKER=Mtt;qe.DBSYSTEMVALUES_INFORMIX=Ltt;qe.DBSYSTEMVALUES_INSTANTDB=Ftt;qe.DBSYSTEMVALUES_INTERBASE=jtt;qe.DBSYSTEMVALUES_MARIADB=Btt;qe.DBSYSTEMVALUES_NETEZZA=Utt;qe.DBSYSTEMVALUES_PERVASIVE=Vtt;qe.DBSYSTEMVALUES_POINTBASE=Jtt;qe.DBSYSTEMVALUES_SQLITE=qtt;qe.DBSYSTEMVALUES_SYBASE=ztt;qe.DBSYSTEMVALUES_TERADATA=Wtt;qe.DBSYSTEMVALUES_VERTICA=Gtt;qe.DBSYSTEMVALUES_H2=Htt;qe.DBSYSTEMVALUES_COLDFUSION=$tt;qe.DBSYSTEMVALUES_CASSANDRA=Ytt;qe.DBSYSTEMVALUES_HBASE=Ktt;qe.DBSYSTEMVALUES_MONGODB=Xtt;qe.DBSYSTEMVALUES_REDIS=Qtt;qe.DBSYSTEMVALUES_COUCHBASE=Ztt;qe.DBSYSTEMVALUES_COUCHDB=ert;qe.DBSYSTEMVALUES_COSMOSDB=trt;qe.DBSYSTEMVALUES_DYNAMODB=rrt;qe.DBSYSTEMVALUES_NEO4J=nrt;qe.DBSYSTEMVALUES_GEODE=irt;qe.DBSYSTEMVALUES_ELASTICSEARCH=srt;qe.DBSYSTEMVALUES_MEMCACHED=ort;qe.DBSYSTEMVALUES_COCKROACHDB=art;qe.DbSystemValues=(0,kb.createConstMap)([mtt,gtt,htt,ytt,vtt,Stt,Ttt,btt,Ett,xtt,Ctt,Att,ktt,Ptt,Ntt,Dtt,Itt,wtt,Ott,Rtt,Mtt,Ltt,Ftt,jtt,Btt,Utt,Vtt,Jtt,qtt,ztt,Wtt,Gtt,Htt,$tt,Ytt,Ktt,Xtt,Qtt,Ztt,ert,trt,rrt,nrt,irt,srt,ort,art]);var crt="all",lrt="each_quorum",urt="quorum",_rt="local_quorum",frt="one",prt="two",drt="three",mrt="local_one",grt="any",hrt="serial",yrt="local_serial";qe.DBCASSANDRACONSISTENCYLEVELVALUES_ALL=crt;qe.DBCASSANDRACONSISTENCYLEVELVALUES_EACH_QUORUM=lrt;qe.DBCASSANDRACONSISTENCYLEVELVALUES_QUORUM=urt;qe.DBCASSANDRACONSISTENCYLEVELVALUES_LOCAL_QUORUM=_rt;qe.DBCASSANDRACONSISTENCYLEVELVALUES_ONE=frt;qe.DBCASSANDRACONSISTENCYLEVELVALUES_TWO=prt;qe.DBCASSANDRACONSISTENCYLEVELVALUES_THREE=drt;qe.DBCASSANDRACONSISTENCYLEVELVALUES_LOCAL_ONE=mrt;qe.DBCASSANDRACONSISTENCYLEVELVALUES_ANY=grt;qe.DBCASSANDRACONSISTENCYLEVELVALUES_SERIAL=hrt;qe.DBCASSANDRACONSISTENCYLEVELVALUES_LOCAL_SERIAL=yrt;qe.DbCassandraConsistencyLevelValues=(0,kb.createConstMap)([crt,lrt,urt,_rt,frt,prt,drt,mrt,grt,hrt,yrt]);var vrt="datasource",Srt="http",Trt="pubsub",brt="timer",Ert="other";qe.FAASTRIGGERVALUES_DATASOURCE=vrt;qe.FAASTRIGGERVALUES_HTTP=Srt;qe.FAASTRIGGERVALUES_PUBSUB=Trt;qe.FAASTRIGGERVALUES_TIMER=brt;qe.FAASTRIGGERVALUES_OTHER=Ert;qe.FaasTriggerValues=(0,kb.createConstMap)([vrt,Srt,Trt,brt,Ert]);var xrt="insert",Crt="edit",Art="delete";qe.FAASDOCUMENTOPERATIONVALUES_INSERT=xrt;qe.FAASDOCUMENTOPERATIONVALUES_EDIT=Crt;qe.FAASDOCUMENTOPERATIONVALUES_DELETE=Art;qe.FaasDocumentOperationValues=(0,kb.createConstMap)([xrt,Crt,Art]);var krt="alibaba_cloud",Prt="aws",Nrt="azure",Drt="gcp";qe.FAASINVOKEDPROVIDERVALUES_ALIBABA_CLOUD=krt;qe.FAASINVOKEDPROVIDERVALUES_AWS=Prt;qe.FAASINVOKEDPROVIDERVALUES_AZURE=Nrt;qe.FAASINVOKEDPROVIDERVALUES_GCP=Drt;qe.FaasInvokedProviderValues=(0,kb.createConstMap)([krt,Prt,Nrt,Drt]);var Irt="ip_tcp",wrt="ip_udp",Ort="ip",Rrt="unix",Mrt="pipe",Lrt="inproc",Frt="other";qe.NETTRANSPORTVALUES_IP_TCP=Irt;qe.NETTRANSPORTVALUES_IP_UDP=wrt;qe.NETTRANSPORTVALUES_IP=Ort;qe.NETTRANSPORTVALUES_UNIX=Rrt;qe.NETTRANSPORTVALUES_PIPE=Mrt;qe.NETTRANSPORTVALUES_INPROC=Lrt;qe.NETTRANSPORTVALUES_OTHER=Frt;qe.NetTransportValues=(0,kb.createConstMap)([Irt,wrt,Ort,Rrt,Mrt,Lrt,Frt]);var jrt="wifi",Brt="wired",Urt="cell",Vrt="unavailable",Jrt="unknown";qe.NETHOSTCONNECTIONTYPEVALUES_WIFI=jrt;qe.NETHOSTCONNECTIONTYPEVALUES_WIRED=Brt;qe.NETHOSTCONNECTIONTYPEVALUES_CELL=Urt;qe.NETHOSTCONNECTIONTYPEVALUES_UNAVAILABLE=Vrt;qe.NETHOSTCONNECTIONTYPEVALUES_UNKNOWN=Jrt;qe.NetHostConnectionTypeValues=(0,kb.createConstMap)([jrt,Brt,Urt,Vrt,Jrt]);var qrt="gprs",zrt="edge",Wrt="umts",Grt="cdma",Hrt="evdo_0",$rt="evdo_a",Yrt="cdma2000_1xrtt",Krt="hsdpa",Xrt="hsupa",Qrt="hspa",Zrt="iden",ent="evdo_b",tnt="lte",rnt="ehrpd",nnt="hspap",int="gsm",snt="td_scdma",ont="iwlan",ant="nr",cnt="nrnsa",lnt="lte_ca";qe.NETHOSTCONNECTIONSUBTYPEVALUES_GPRS=qrt;qe.NETHOSTCONNECTIONSUBTYPEVALUES_EDGE=zrt;qe.NETHOSTCONNECTIONSUBTYPEVALUES_UMTS=Wrt;qe.NETHOSTCONNECTIONSUBTYPEVALUES_CDMA=Grt;qe.NETHOSTCONNECTIONSUBTYPEVALUES_EVDO_0=Hrt;qe.NETHOSTCONNECTIONSUBTYPEVALUES_EVDO_A=$rt;qe.NETHOSTCONNECTIONSUBTYPEVALUES_CDMA2000_1XRTT=Yrt;qe.NETHOSTCONNECTIONSUBTYPEVALUES_HSDPA=Krt;qe.NETHOSTCONNECTIONSUBTYPEVALUES_HSUPA=Xrt;qe.NETHOSTCONNECTIONSUBTYPEVALUES_HSPA=Qrt;qe.NETHOSTCONNECTIONSUBTYPEVALUES_IDEN=Zrt;qe.NETHOSTCONNECTIONSUBTYPEVALUES_EVDO_B=ent;qe.NETHOSTCONNECTIONSUBTYPEVALUES_LTE=tnt;qe.NETHOSTCONNECTIONSUBTYPEVALUES_EHRPD=rnt;qe.NETHOSTCONNECTIONSUBTYPEVALUES_HSPAP=nnt;qe.NETHOSTCONNECTIONSUBTYPEVALUES_GSM=int;qe.NETHOSTCONNECTIONSUBTYPEVALUES_TD_SCDMA=snt;qe.NETHOSTCONNECTIONSUBTYPEVALUES_IWLAN=ont;qe.NETHOSTCONNECTIONSUBTYPEVALUES_NR=ant;qe.NETHOSTCONNECTIONSUBTYPEVALUES_NRNSA=cnt;qe.NETHOSTCONNECTIONSUBTYPEVALUES_LTE_CA=lnt;qe.NetHostConnectionSubtypeValues=(0,kb.createConstMap)([qrt,zrt,Wrt,Grt,Hrt,$rt,Yrt,Krt,Xrt,Qrt,Zrt,ent,tnt,rnt,nnt,int,snt,ont,ant,cnt,lnt]);var unt="1.0",_nt="1.1",fnt="2.0",pnt="SPDY",dnt="QUIC";qe.HTTPFLAVORVALUES_HTTP_1_0=unt;qe.HTTPFLAVORVALUES_HTTP_1_1=_nt;qe.HTTPFLAVORVALUES_HTTP_2_0=fnt;qe.HTTPFLAVORVALUES_SPDY=pnt;qe.HTTPFLAVORVALUES_QUIC=dnt;qe.HttpFlavorValues={HTTP_1_0:unt,HTTP_1_1:_nt,HTTP_2_0:fnt,SPDY:pnt,QUIC:dnt};var mnt="queue",gnt="topic";qe.MESSAGINGDESTINATIONKINDVALUES_QUEUE=mnt;qe.MESSAGINGDESTINATIONKINDVALUES_TOPIC=gnt;qe.MessagingDestinationKindValues=(0,kb.createConstMap)([mnt,gnt]);var hnt="receive",ynt="process";qe.MESSAGINGOPERATIONVALUES_RECEIVE=hnt;qe.MESSAGINGOPERATIONVALUES_PROCESS=ynt;qe.MessagingOperationValues=(0,kb.createConstMap)([hnt,ynt]);var vnt=0,Snt=1,Tnt=2,bnt=3,Ent=4,xnt=5,Cnt=6,Ant=7,knt=8,Pnt=9,Nnt=10,Dnt=11,Int=12,wnt=13,Ont=14,Rnt=15,Mnt=16;qe.RPCGRPCSTATUSCODEVALUES_OK=vnt;qe.RPCGRPCSTATUSCODEVALUES_CANCELLED=Snt;qe.RPCGRPCSTATUSCODEVALUES_UNKNOWN=Tnt;qe.RPCGRPCSTATUSCODEVALUES_INVALID_ARGUMENT=bnt;qe.RPCGRPCSTATUSCODEVALUES_DEADLINE_EXCEEDED=Ent;qe.RPCGRPCSTATUSCODEVALUES_NOT_FOUND=xnt;qe.RPCGRPCSTATUSCODEVALUES_ALREADY_EXISTS=Cnt;qe.RPCGRPCSTATUSCODEVALUES_PERMISSION_DENIED=Ant;qe.RPCGRPCSTATUSCODEVALUES_RESOURCE_EXHAUSTED=knt;qe.RPCGRPCSTATUSCODEVALUES_FAILED_PRECONDITION=Pnt;qe.RPCGRPCSTATUSCODEVALUES_ABORTED=Nnt;qe.RPCGRPCSTATUSCODEVALUES_OUT_OF_RANGE=Dnt;qe.RPCGRPCSTATUSCODEVALUES_UNIMPLEMENTED=Int;qe.RPCGRPCSTATUSCODEVALUES_INTERNAL=wnt;qe.RPCGRPCSTATUSCODEVALUES_UNAVAILABLE=Ont;qe.RPCGRPCSTATUSCODEVALUES_DATA_LOSS=Rnt;qe.RPCGRPCSTATUSCODEVALUES_UNAUTHENTICATED=Mnt;qe.RpcGrpcStatusCodeValues={OK:vnt,CANCELLED:Snt,UNKNOWN:Tnt,INVALID_ARGUMENT:bnt,DEADLINE_EXCEEDED:Ent,NOT_FOUND:xnt,ALREADY_EXISTS:Cnt,PERMISSION_DENIED:Ant,RESOURCE_EXHAUSTED:knt,FAILED_PRECONDITION:Pnt,ABORTED:Nnt,OUT_OF_RANGE:Dnt,UNIMPLEMENTED:Int,INTERNAL:wnt,UNAVAILABLE:Ont,DATA_LOSS:Rnt,UNAUTHENTICATED:Mnt};var Lnt="SENT",Fnt="RECEIVED";qe.MESSAGETYPEVALUES_SENT=Lnt;qe.MESSAGETYPEVALUES_RECEIVED=Fnt;qe.MessageTypeValues=(0,kb.createConstMap)([Lnt,Fnt])});var Bnt=xt(k4=>{"use strict";var PWt=k4&&k4.__createBinding||(Object.create?function(l,c,f,y){y===void 0&&(y=f),Object.defineProperty(l,y,{enumerable:!0,get:function(){return c[f]}})}:function(l,c,f,y){y===void 0&&(y=f),l[y]=c[f]}),NWt=k4&&k4.__exportStar||function(l,c){for(var f in l)f!=="default"&&!Object.prototype.hasOwnProperty.call(c,f)&&PWt(c,l,f)};Object.defineProperty(k4,"__esModule",{value:!0});NWt(jnt(),k4)});var uot=xt(Yt=>{"use strict";Object.defineProperty(Yt,"__esModule",{value:!0});Yt.SEMRESATTRS_K8S_STATEFULSET_NAME=Yt.SEMRESATTRS_K8S_STATEFULSET_UID=Yt.SEMRESATTRS_K8S_DEPLOYMENT_NAME=Yt.SEMRESATTRS_K8S_DEPLOYMENT_UID=Yt.SEMRESATTRS_K8S_REPLICASET_NAME=Yt.SEMRESATTRS_K8S_REPLICASET_UID=Yt.SEMRESATTRS_K8S_CONTAINER_NAME=Yt.SEMRESATTRS_K8S_POD_NAME=Yt.SEMRESATTRS_K8S_POD_UID=Yt.SEMRESATTRS_K8S_NAMESPACE_NAME=Yt.SEMRESATTRS_K8S_NODE_UID=Yt.SEMRESATTRS_K8S_NODE_NAME=Yt.SEMRESATTRS_K8S_CLUSTER_NAME=Yt.SEMRESATTRS_HOST_IMAGE_VERSION=Yt.SEMRESATTRS_HOST_IMAGE_ID=Yt.SEMRESATTRS_HOST_IMAGE_NAME=Yt.SEMRESATTRS_HOST_ARCH=Yt.SEMRESATTRS_HOST_TYPE=Yt.SEMRESATTRS_HOST_NAME=Yt.SEMRESATTRS_HOST_ID=Yt.SEMRESATTRS_FAAS_MAX_MEMORY=Yt.SEMRESATTRS_FAAS_INSTANCE=Yt.SEMRESATTRS_FAAS_VERSION=Yt.SEMRESATTRS_FAAS_ID=Yt.SEMRESATTRS_FAAS_NAME=Yt.SEMRESATTRS_DEVICE_MODEL_NAME=Yt.SEMRESATTRS_DEVICE_MODEL_IDENTIFIER=Yt.SEMRESATTRS_DEVICE_ID=Yt.SEMRESATTRS_DEPLOYMENT_ENVIRONMENT=Yt.SEMRESATTRS_CONTAINER_IMAGE_TAG=Yt.SEMRESATTRS_CONTAINER_IMAGE_NAME=Yt.SEMRESATTRS_CONTAINER_RUNTIME=Yt.SEMRESATTRS_CONTAINER_ID=Yt.SEMRESATTRS_CONTAINER_NAME=Yt.SEMRESATTRS_AWS_LOG_STREAM_ARNS=Yt.SEMRESATTRS_AWS_LOG_STREAM_NAMES=Yt.SEMRESATTRS_AWS_LOG_GROUP_ARNS=Yt.SEMRESATTRS_AWS_LOG_GROUP_NAMES=Yt.SEMRESATTRS_AWS_EKS_CLUSTER_ARN=Yt.SEMRESATTRS_AWS_ECS_TASK_REVISION=Yt.SEMRESATTRS_AWS_ECS_TASK_FAMILY=Yt.SEMRESATTRS_AWS_ECS_TASK_ARN=Yt.SEMRESATTRS_AWS_ECS_LAUNCHTYPE=Yt.SEMRESATTRS_AWS_ECS_CLUSTER_ARN=Yt.SEMRESATTRS_AWS_ECS_CONTAINER_ARN=Yt.SEMRESATTRS_CLOUD_PLATFORM=Yt.SEMRESATTRS_CLOUD_AVAILABILITY_ZONE=Yt.SEMRESATTRS_CLOUD_REGION=Yt.SEMRESATTRS_CLOUD_ACCOUNT_ID=Yt.SEMRESATTRS_CLOUD_PROVIDER=void 0;Yt.CLOUDPLATFORMVALUES_GCP_COMPUTE_ENGINE=Yt.CLOUDPLATFORMVALUES_AZURE_APP_SERVICE=Yt.CLOUDPLATFORMVALUES_AZURE_FUNCTIONS=Yt.CLOUDPLATFORMVALUES_AZURE_AKS=Yt.CLOUDPLATFORMVALUES_AZURE_CONTAINER_INSTANCES=Yt.CLOUDPLATFORMVALUES_AZURE_VM=Yt.CLOUDPLATFORMVALUES_AWS_ELASTIC_BEANSTALK=Yt.CLOUDPLATFORMVALUES_AWS_LAMBDA=Yt.CLOUDPLATFORMVALUES_AWS_EKS=Yt.CLOUDPLATFORMVALUES_AWS_ECS=Yt.CLOUDPLATFORMVALUES_AWS_EC2=Yt.CLOUDPLATFORMVALUES_ALIBABA_CLOUD_FC=Yt.CLOUDPLATFORMVALUES_ALIBABA_CLOUD_ECS=Yt.CloudProviderValues=Yt.CLOUDPROVIDERVALUES_GCP=Yt.CLOUDPROVIDERVALUES_AZURE=Yt.CLOUDPROVIDERVALUES_AWS=Yt.CLOUDPROVIDERVALUES_ALIBABA_CLOUD=Yt.SemanticResourceAttributes=Yt.SEMRESATTRS_WEBENGINE_DESCRIPTION=Yt.SEMRESATTRS_WEBENGINE_VERSION=Yt.SEMRESATTRS_WEBENGINE_NAME=Yt.SEMRESATTRS_TELEMETRY_AUTO_VERSION=Yt.SEMRESATTRS_TELEMETRY_SDK_VERSION=Yt.SEMRESATTRS_TELEMETRY_SDK_LANGUAGE=Yt.SEMRESATTRS_TELEMETRY_SDK_NAME=Yt.SEMRESATTRS_SERVICE_VERSION=Yt.SEMRESATTRS_SERVICE_INSTANCE_ID=Yt.SEMRESATTRS_SERVICE_NAMESPACE=Yt.SEMRESATTRS_SERVICE_NAME=Yt.SEMRESATTRS_PROCESS_RUNTIME_DESCRIPTION=Yt.SEMRESATTRS_PROCESS_RUNTIME_VERSION=Yt.SEMRESATTRS_PROCESS_RUNTIME_NAME=Yt.SEMRESATTRS_PROCESS_OWNER=Yt.SEMRESATTRS_PROCESS_COMMAND_ARGS=Yt.SEMRESATTRS_PROCESS_COMMAND_LINE=Yt.SEMRESATTRS_PROCESS_COMMAND=Yt.SEMRESATTRS_PROCESS_EXECUTABLE_PATH=Yt.SEMRESATTRS_PROCESS_EXECUTABLE_NAME=Yt.SEMRESATTRS_PROCESS_PID=Yt.SEMRESATTRS_OS_VERSION=Yt.SEMRESATTRS_OS_NAME=Yt.SEMRESATTRS_OS_DESCRIPTION=Yt.SEMRESATTRS_OS_TYPE=Yt.SEMRESATTRS_K8S_CRONJOB_NAME=Yt.SEMRESATTRS_K8S_CRONJOB_UID=Yt.SEMRESATTRS_K8S_JOB_NAME=Yt.SEMRESATTRS_K8S_JOB_UID=Yt.SEMRESATTRS_K8S_DAEMONSET_NAME=Yt.SEMRESATTRS_K8S_DAEMONSET_UID=void 0;Yt.TelemetrySdkLanguageValues=Yt.TELEMETRYSDKLANGUAGEVALUES_WEBJS=Yt.TELEMETRYSDKLANGUAGEVALUES_RUBY=Yt.TELEMETRYSDKLANGUAGEVALUES_PYTHON=Yt.TELEMETRYSDKLANGUAGEVALUES_PHP=Yt.TELEMETRYSDKLANGUAGEVALUES_NODEJS=Yt.TELEMETRYSDKLANGUAGEVALUES_JAVA=Yt.TELEMETRYSDKLANGUAGEVALUES_GO=Yt.TELEMETRYSDKLANGUAGEVALUES_ERLANG=Yt.TELEMETRYSDKLANGUAGEVALUES_DOTNET=Yt.TELEMETRYSDKLANGUAGEVALUES_CPP=Yt.OsTypeValues=Yt.OSTYPEVALUES_Z_OS=Yt.OSTYPEVALUES_SOLARIS=Yt.OSTYPEVALUES_AIX=Yt.OSTYPEVALUES_HPUX=Yt.OSTYPEVALUES_DRAGONFLYBSD=Yt.OSTYPEVALUES_OPENBSD=Yt.OSTYPEVALUES_NETBSD=Yt.OSTYPEVALUES_FREEBSD=Yt.OSTYPEVALUES_DARWIN=Yt.OSTYPEVALUES_LINUX=Yt.OSTYPEVALUES_WINDOWS=Yt.HostArchValues=Yt.HOSTARCHVALUES_X86=Yt.HOSTARCHVALUES_PPC64=Yt.HOSTARCHVALUES_PPC32=Yt.HOSTARCHVALUES_IA64=Yt.HOSTARCHVALUES_ARM64=Yt.HOSTARCHVALUES_ARM32=Yt.HOSTARCHVALUES_AMD64=Yt.AwsEcsLaunchtypeValues=Yt.AWSECSLAUNCHTYPEVALUES_FARGATE=Yt.AWSECSLAUNCHTYPEVALUES_EC2=Yt.CloudPlatformValues=Yt.CLOUDPLATFORMVALUES_GCP_APP_ENGINE=Yt.CLOUDPLATFORMVALUES_GCP_CLOUD_FUNCTIONS=Yt.CLOUDPLATFORMVALUES_GCP_KUBERNETES_ENGINE=Yt.CLOUDPLATFORMVALUES_GCP_CLOUD_RUN=void 0;var P4=yke(),Unt="cloud.provider",Vnt="cloud.account.id",Jnt="cloud.region",qnt="cloud.availability_zone",znt="cloud.platform",Wnt="aws.ecs.container.arn",Gnt="aws.ecs.cluster.arn",Hnt="aws.ecs.launchtype",$nt="aws.ecs.task.arn",Ynt="aws.ecs.task.family",Knt="aws.ecs.task.revision",Xnt="aws.eks.cluster.arn",Qnt="aws.log.group.names",Znt="aws.log.group.arns",eit="aws.log.stream.names",tit="aws.log.stream.arns",rit="container.name",nit="container.id",iit="container.runtime",sit="container.image.name",oit="container.image.tag",ait="deployment.environment",cit="device.id",lit="device.model.identifier",uit="device.model.name",_it="faas.name",fit="faas.id",pit="faas.version",dit="faas.instance",mit="faas.max_memory",git="host.id",hit="host.name",yit="host.type",vit="host.arch",Sit="host.image.name",Tit="host.image.id",bit="host.image.version",Eit="k8s.cluster.name",xit="k8s.node.name",Cit="k8s.node.uid",Ait="k8s.namespace.name",kit="k8s.pod.uid",Pit="k8s.pod.name",Nit="k8s.container.name",Dit="k8s.replicaset.uid",Iit="k8s.replicaset.name",wit="k8s.deployment.uid",Oit="k8s.deployment.name",Rit="k8s.statefulset.uid",Mit="k8s.statefulset.name",Lit="k8s.daemonset.uid",Fit="k8s.daemonset.name",jit="k8s.job.uid",Bit="k8s.job.name",Uit="k8s.cronjob.uid",Vit="k8s.cronjob.name",Jit="os.type",qit="os.description",zit="os.name",Wit="os.version",Git="process.pid",Hit="process.executable.name",$it="process.executable.path",Yit="process.command",Kit="process.command_line",Xit="process.command_args",Qit="process.owner",Zit="process.runtime.name",est="process.runtime.version",tst="process.runtime.description",rst="service.name",nst="service.namespace",ist="service.instance.id",sst="service.version",ost="telemetry.sdk.name",ast="telemetry.sdk.language",cst="telemetry.sdk.version",lst="telemetry.auto.version",ust="webengine.name",_st="webengine.version",fst="webengine.description";Yt.SEMRESATTRS_CLOUD_PROVIDER=Unt;Yt.SEMRESATTRS_CLOUD_ACCOUNT_ID=Vnt;Yt.SEMRESATTRS_CLOUD_REGION=Jnt;Yt.SEMRESATTRS_CLOUD_AVAILABILITY_ZONE=qnt;Yt.SEMRESATTRS_CLOUD_PLATFORM=znt;Yt.SEMRESATTRS_AWS_ECS_CONTAINER_ARN=Wnt;Yt.SEMRESATTRS_AWS_ECS_CLUSTER_ARN=Gnt;Yt.SEMRESATTRS_AWS_ECS_LAUNCHTYPE=Hnt;Yt.SEMRESATTRS_AWS_ECS_TASK_ARN=$nt;Yt.SEMRESATTRS_AWS_ECS_TASK_FAMILY=Ynt;Yt.SEMRESATTRS_AWS_ECS_TASK_REVISION=Knt;Yt.SEMRESATTRS_AWS_EKS_CLUSTER_ARN=Xnt;Yt.SEMRESATTRS_AWS_LOG_GROUP_NAMES=Qnt;Yt.SEMRESATTRS_AWS_LOG_GROUP_ARNS=Znt;Yt.SEMRESATTRS_AWS_LOG_STREAM_NAMES=eit;Yt.SEMRESATTRS_AWS_LOG_STREAM_ARNS=tit;Yt.SEMRESATTRS_CONTAINER_NAME=rit;Yt.SEMRESATTRS_CONTAINER_ID=nit;Yt.SEMRESATTRS_CONTAINER_RUNTIME=iit;Yt.SEMRESATTRS_CONTAINER_IMAGE_NAME=sit;Yt.SEMRESATTRS_CONTAINER_IMAGE_TAG=oit;Yt.SEMRESATTRS_DEPLOYMENT_ENVIRONMENT=ait;Yt.SEMRESATTRS_DEVICE_ID=cit;Yt.SEMRESATTRS_DEVICE_MODEL_IDENTIFIER=lit;Yt.SEMRESATTRS_DEVICE_MODEL_NAME=uit;Yt.SEMRESATTRS_FAAS_NAME=_it;Yt.SEMRESATTRS_FAAS_ID=fit;Yt.SEMRESATTRS_FAAS_VERSION=pit;Yt.SEMRESATTRS_FAAS_INSTANCE=dit;Yt.SEMRESATTRS_FAAS_MAX_MEMORY=mit;Yt.SEMRESATTRS_HOST_ID=git;Yt.SEMRESATTRS_HOST_NAME=hit;Yt.SEMRESATTRS_HOST_TYPE=yit;Yt.SEMRESATTRS_HOST_ARCH=vit;Yt.SEMRESATTRS_HOST_IMAGE_NAME=Sit;Yt.SEMRESATTRS_HOST_IMAGE_ID=Tit;Yt.SEMRESATTRS_HOST_IMAGE_VERSION=bit;Yt.SEMRESATTRS_K8S_CLUSTER_NAME=Eit;Yt.SEMRESATTRS_K8S_NODE_NAME=xit;Yt.SEMRESATTRS_K8S_NODE_UID=Cit;Yt.SEMRESATTRS_K8S_NAMESPACE_NAME=Ait;Yt.SEMRESATTRS_K8S_POD_UID=kit;Yt.SEMRESATTRS_K8S_POD_NAME=Pit;Yt.SEMRESATTRS_K8S_CONTAINER_NAME=Nit;Yt.SEMRESATTRS_K8S_REPLICASET_UID=Dit;Yt.SEMRESATTRS_K8S_REPLICASET_NAME=Iit;Yt.SEMRESATTRS_K8S_DEPLOYMENT_UID=wit;Yt.SEMRESATTRS_K8S_DEPLOYMENT_NAME=Oit;Yt.SEMRESATTRS_K8S_STATEFULSET_UID=Rit;Yt.SEMRESATTRS_K8S_STATEFULSET_NAME=Mit;Yt.SEMRESATTRS_K8S_DAEMONSET_UID=Lit;Yt.SEMRESATTRS_K8S_DAEMONSET_NAME=Fit;Yt.SEMRESATTRS_K8S_JOB_UID=jit;Yt.SEMRESATTRS_K8S_JOB_NAME=Bit;Yt.SEMRESATTRS_K8S_CRONJOB_UID=Uit;Yt.SEMRESATTRS_K8S_CRONJOB_NAME=Vit;Yt.SEMRESATTRS_OS_TYPE=Jit;Yt.SEMRESATTRS_OS_DESCRIPTION=qit;Yt.SEMRESATTRS_OS_NAME=zit;Yt.SEMRESATTRS_OS_VERSION=Wit;Yt.SEMRESATTRS_PROCESS_PID=Git;Yt.SEMRESATTRS_PROCESS_EXECUTABLE_NAME=Hit;Yt.SEMRESATTRS_PROCESS_EXECUTABLE_PATH=$it;Yt.SEMRESATTRS_PROCESS_COMMAND=Yit;Yt.SEMRESATTRS_PROCESS_COMMAND_LINE=Kit;Yt.SEMRESATTRS_PROCESS_COMMAND_ARGS=Xit;Yt.SEMRESATTRS_PROCESS_OWNER=Qit;Yt.SEMRESATTRS_PROCESS_RUNTIME_NAME=Zit;Yt.SEMRESATTRS_PROCESS_RUNTIME_VERSION=est;Yt.SEMRESATTRS_PROCESS_RUNTIME_DESCRIPTION=tst;Yt.SEMRESATTRS_SERVICE_NAME=rst;Yt.SEMRESATTRS_SERVICE_NAMESPACE=nst;Yt.SEMRESATTRS_SERVICE_INSTANCE_ID=ist;Yt.SEMRESATTRS_SERVICE_VERSION=sst;Yt.SEMRESATTRS_TELEMETRY_SDK_NAME=ost;Yt.SEMRESATTRS_TELEMETRY_SDK_LANGUAGE=ast;Yt.SEMRESATTRS_TELEMETRY_SDK_VERSION=cst;Yt.SEMRESATTRS_TELEMETRY_AUTO_VERSION=lst;Yt.SEMRESATTRS_WEBENGINE_NAME=ust;Yt.SEMRESATTRS_WEBENGINE_VERSION=_st;Yt.SEMRESATTRS_WEBENGINE_DESCRIPTION=fst;Yt.SemanticResourceAttributes=(0,P4.createConstMap)([Unt,Vnt,Jnt,qnt,znt,Wnt,Gnt,Hnt,$nt,Ynt,Knt,Xnt,Qnt,Znt,eit,tit,rit,nit,iit,sit,oit,ait,cit,lit,uit,_it,fit,pit,dit,mit,git,hit,yit,vit,Sit,Tit,bit,Eit,xit,Cit,Ait,kit,Pit,Nit,Dit,Iit,wit,Oit,Rit,Mit,Lit,Fit,jit,Bit,Uit,Vit,Jit,qit,zit,Wit,Git,Hit,$it,Yit,Kit,Xit,Qit,Zit,est,tst,rst,nst,ist,sst,ost,ast,cst,lst,ust,_st,fst]);var pst="alibaba_cloud",dst="aws",mst="azure",gst="gcp";Yt.CLOUDPROVIDERVALUES_ALIBABA_CLOUD=pst;Yt.CLOUDPROVIDERVALUES_AWS=dst;Yt.CLOUDPROVIDERVALUES_AZURE=mst;Yt.CLOUDPROVIDERVALUES_GCP=gst;Yt.CloudProviderValues=(0,P4.createConstMap)([pst,dst,mst,gst]);var hst="alibaba_cloud_ecs",yst="alibaba_cloud_fc",vst="aws_ec2",Sst="aws_ecs",Tst="aws_eks",bst="aws_lambda",Est="aws_elastic_beanstalk",xst="azure_vm",Cst="azure_container_instances",Ast="azure_aks",kst="azure_functions",Pst="azure_app_service",Nst="gcp_compute_engine",Dst="gcp_cloud_run",Ist="gcp_kubernetes_engine",wst="gcp_cloud_functions",Ost="gcp_app_engine";Yt.CLOUDPLATFORMVALUES_ALIBABA_CLOUD_ECS=hst;Yt.CLOUDPLATFORMVALUES_ALIBABA_CLOUD_FC=yst;Yt.CLOUDPLATFORMVALUES_AWS_EC2=vst;Yt.CLOUDPLATFORMVALUES_AWS_ECS=Sst;Yt.CLOUDPLATFORMVALUES_AWS_EKS=Tst;Yt.CLOUDPLATFORMVALUES_AWS_LAMBDA=bst;Yt.CLOUDPLATFORMVALUES_AWS_ELASTIC_BEANSTALK=Est;Yt.CLOUDPLATFORMVALUES_AZURE_VM=xst;Yt.CLOUDPLATFORMVALUES_AZURE_CONTAINER_INSTANCES=Cst;Yt.CLOUDPLATFORMVALUES_AZURE_AKS=Ast;Yt.CLOUDPLATFORMVALUES_AZURE_FUNCTIONS=kst;Yt.CLOUDPLATFORMVALUES_AZURE_APP_SERVICE=Pst;Yt.CLOUDPLATFORMVALUES_GCP_COMPUTE_ENGINE=Nst;Yt.CLOUDPLATFORMVALUES_GCP_CLOUD_RUN=Dst;Yt.CLOUDPLATFORMVALUES_GCP_KUBERNETES_ENGINE=Ist;Yt.CLOUDPLATFORMVALUES_GCP_CLOUD_FUNCTIONS=wst;Yt.CLOUDPLATFORMVALUES_GCP_APP_ENGINE=Ost;Yt.CloudPlatformValues=(0,P4.createConstMap)([hst,yst,vst,Sst,Tst,bst,Est,xst,Cst,Ast,kst,Pst,Nst,Dst,Ist,wst,Ost]);var Rst="ec2",Mst="fargate";Yt.AWSECSLAUNCHTYPEVALUES_EC2=Rst;Yt.AWSECSLAUNCHTYPEVALUES_FARGATE=Mst;Yt.AwsEcsLaunchtypeValues=(0,P4.createConstMap)([Rst,Mst]);var Lst="amd64",Fst="arm32",jst="arm64",Bst="ia64",Ust="ppc32",Vst="ppc64",Jst="x86";Yt.HOSTARCHVALUES_AMD64=Lst;Yt.HOSTARCHVALUES_ARM32=Fst;Yt.HOSTARCHVALUES_ARM64=jst;Yt.HOSTARCHVALUES_IA64=Bst;Yt.HOSTARCHVALUES_PPC32=Ust;Yt.HOSTARCHVALUES_PPC64=Vst;Yt.HOSTARCHVALUES_X86=Jst;Yt.HostArchValues=(0,P4.createConstMap)([Lst,Fst,jst,Bst,Ust,Vst,Jst]);var qst="windows",zst="linux",Wst="darwin",Gst="freebsd",Hst="netbsd",$st="openbsd",Yst="dragonflybsd",Kst="hpux",Xst="aix",Qst="solaris",Zst="z_os";Yt.OSTYPEVALUES_WINDOWS=qst;Yt.OSTYPEVALUES_LINUX=zst;Yt.OSTYPEVALUES_DARWIN=Wst;Yt.OSTYPEVALUES_FREEBSD=Gst;Yt.OSTYPEVALUES_NETBSD=Hst;Yt.OSTYPEVALUES_OPENBSD=$st;Yt.OSTYPEVALUES_DRAGONFLYBSD=Yst;Yt.OSTYPEVALUES_HPUX=Kst;Yt.OSTYPEVALUES_AIX=Xst;Yt.OSTYPEVALUES_SOLARIS=Qst;Yt.OSTYPEVALUES_Z_OS=Zst;Yt.OsTypeValues=(0,P4.createConstMap)([qst,zst,Wst,Gst,Hst,$st,Yst,Kst,Xst,Qst,Zst]);var eot="cpp",tot="dotnet",rot="erlang",not="go",iot="java",sot="nodejs",oot="php",aot="python",cot="ruby",lot="webjs";Yt.TELEMETRYSDKLANGUAGEVALUES_CPP=eot;Yt.TELEMETRYSDKLANGUAGEVALUES_DOTNET=tot;Yt.TELEMETRYSDKLANGUAGEVALUES_ERLANG=rot;Yt.TELEMETRYSDKLANGUAGEVALUES_GO=not;Yt.TELEMETRYSDKLANGUAGEVALUES_JAVA=iot;Yt.TELEMETRYSDKLANGUAGEVALUES_NODEJS=sot;Yt.TELEMETRYSDKLANGUAGEVALUES_PHP=oot;Yt.TELEMETRYSDKLANGUAGEVALUES_PYTHON=aot;Yt.TELEMETRYSDKLANGUAGEVALUES_RUBY=cot;Yt.TELEMETRYSDKLANGUAGEVALUES_WEBJS=lot;Yt.TelemetrySdkLanguageValues=(0,P4.createConstMap)([eot,tot,rot,not,iot,sot,oot,aot,cot,lot])});var _ot=xt(N4=>{"use strict";var DWt=N4&&N4.__createBinding||(Object.create?function(l,c,f,y){y===void 0&&(y=f),Object.defineProperty(l,y,{enumerable:!0,get:function(){return c[f]}})}:function(l,c,f,y){y===void 0&&(y=f),l[y]=c[f]}),IWt=N4&&N4.__exportStar||function(l,c){for(var f in l)f!=="default"&&!Object.prototype.hasOwnProperty.call(c,f)&&DWt(c,l,f)};Object.defineProperty(N4,"__esModule",{value:!0});IWt(uot(),N4)});var hC=xt(dI=>{"use strict";var wWt=dI&&dI.__createBinding||(Object.create?function(l,c,f,y){y===void 0&&(y=f),Object.defineProperty(l,y,{enumerable:!0,get:function(){return c[f]}})}:function(l,c,f,y){y===void 0&&(y=f),l[y]=c[f]}),fot=dI&&dI.__exportStar||function(l,c){for(var f in l)f!=="default"&&!Object.prototype.hasOwnProperty.call(c,f)&&wWt(c,l,f)};Object.defineProperty(dI,"__esModule",{value:!0});fot(Bnt(),dI);fot(_ot(),dI)});var pot=xt(yie=>{"use strict";Object.defineProperty(yie,"__esModule",{value:!0});yie.SDK_INFO=void 0;var OWt=hke(),ez=hC();yie.SDK_INFO={[ez.SEMRESATTRS_TELEMETRY_SDK_NAME]:"opentelemetry",[ez.SEMRESATTRS_PROCESS_RUNTIME_NAME]:"node",[ez.SEMRESATTRS_TELEMETRY_SDK_LANGUAGE]:ez.TELEMETRYSDKLANGUAGEVALUES_NODEJS,[ez.SEMRESATTRS_TELEMETRY_SDK_VERSION]:OWt.VERSION}});var dot=xt(vie=>{"use strict";Object.defineProperty(vie,"__esModule",{value:!0});vie.unrefTimer=void 0;function RWt(l){l.unref()}vie.unrefTimer=RWt});var got=xt(Zy=>{"use strict";var MWt=Zy&&Zy.__createBinding||(Object.create?function(l,c,f,y){y===void 0&&(y=f),Object.defineProperty(l,y,{enumerable:!0,get:function(){return c[f]}})}:function(l,c,f,y){y===void 0&&(y=f),l[y]=c[f]}),k7=Zy&&Zy.__exportStar||function(l,c){for(var f in l)f!=="default"&&!Object.prototype.hasOwnProperty.call(c,f)&&MWt(c,l,f)};Object.defineProperty(Zy,"__esModule",{value:!0});Zy.getEnv=Zy.getEnvWithoutDefaults=void 0;var mot=BQe();Object.defineProperty(Zy,"getEnvWithoutDefaults",{enumerable:!0,get:function(){return mot.getEnvWithoutDefaults}});Object.defineProperty(Zy,"getEnv",{enumerable:!0,get:function(){return mot.getEnv}});k7(UQe(),Zy);k7(JQe(),Zy);k7(WQe(),Zy);k7(GQe(),Zy);k7(pot(),Zy);k7(dot(),Zy)});var vke=xt(D4=>{"use strict";var LWt=D4&&D4.__createBinding||(Object.create?function(l,c,f,y){y===void 0&&(y=f),Object.defineProperty(l,y,{enumerable:!0,get:function(){return c[f]}})}:function(l,c,f,y){y===void 0&&(y=f),l[y]=c[f]}),FWt=D4&&D4.__exportStar||function(l,c){for(var f in l)f!=="default"&&!Object.prototype.hasOwnProperty.call(c,f)&&LWt(c,l,f)};Object.defineProperty(D4,"__esModule",{value:!0});FWt(got(),D4)});var Sot=xt(ip=>{"use strict";Object.defineProperty(ip,"__esModule",{value:!0});ip.addHrTimes=ip.isTimeInput=ip.isTimeInputHrTime=ip.hrTimeToMicroseconds=ip.hrTimeToMilliseconds=ip.hrTimeToNanoseconds=ip.hrTimeToTimeStamp=ip.hrTimeDuration=ip.timeInputToHrTime=ip.hrTime=ip.getTimeOrigin=ip.millisToHrTime=void 0;var Ske=vke(),hot=9,jWt=6,BWt=Math.pow(10,jWt),Sie=Math.pow(10,hot);function tz(l){let c=l/1e3,f=Math.trunc(c),y=Math.round(l%1e3*BWt);return[f,y]}ip.millisToHrTime=tz;function Tke(){let l=Ske.otperformance.timeOrigin;if(typeof l!="number"){let c=Ske.otperformance;l=c.timing&&c.timing.fetchStart}return l}ip.getTimeOrigin=Tke;function yot(l){let c=tz(Tke()),f=tz(typeof l=="number"?l:Ske.otperformance.now());return vot(c,f)}ip.hrTime=yot;function UWt(l){if(bke(l))return l;if(typeof l=="number")return l=Sie&&(f[1]-=Sie,f[0]+=1),f}ip.addHrTimes=vot});var bot=xt(Tot=>{"use strict";Object.defineProperty(Tot,"__esModule",{value:!0})});var Eot=xt(rz=>{"use strict";Object.defineProperty(rz,"__esModule",{value:!0});rz.ExportResultCode=void 0;var HWt;(function(l){l[l.SUCCESS=0]="SUCCESS",l[l.FAILED=1]="FAILED"})(HWt=rz.ExportResultCode||(rz.ExportResultCode={}))});var Cot=xt(Tie=>{"use strict";Object.defineProperty(Tie,"__esModule",{value:!0});Tie.CompositePropagator=void 0;var xot=(zc(),ol(Xc)),Eke=class{constructor(c={}){var f;this._propagators=(f=c.propagators)!==null&&f!==void 0?f:[],this._fields=Array.from(new Set(this._propagators.map(y=>typeof y.fields=="function"?y.fields():[]).reduce((y,b)=>y.concat(b),[])))}inject(c,f,y){for(let b of this._propagators)try{b.inject(c,f,y)}catch(k){xot.diag.warn(`Failed to inject with ${b.constructor.name}. Err: ${k.message}`)}}extract(c,f,y){return this._propagators.reduce((b,k)=>{try{return k.extract(b,f,y)}catch(g){xot.diag.warn(`Failed to inject with ${k.constructor.name}. Err: ${g.message}`)}return b},c)}fields(){return this._fields.slice()}};Tie.CompositePropagator=Eke});var Aot=xt(P7=>{"use strict";Object.defineProperty(P7,"__esModule",{value:!0});P7.validateValue=P7.validateKey=void 0;var xke="[_0-9a-z-*/]",$Wt=`[a-z]${xke}{0,255}`,YWt=`[a-z0-9]${xke}{0,240}@[a-z]${xke}{0,13}`,KWt=new RegExp(`^(?:${$Wt}|${YWt})$`),XWt=/^[ -~]{0,255}[!-~]$/,QWt=/,|=/;function ZWt(l){return KWt.test(l)}P7.validateKey=ZWt;function eGt(l){return XWt.test(l)&&!QWt.test(l)}P7.validateValue=eGt});var Ake=xt(bie=>{"use strict";Object.defineProperty(bie,"__esModule",{value:!0});bie.TraceState=void 0;var kot=Aot(),Pot=32,tGt=512,Not=",",Dot="=",Cke=class l{constructor(c){this._internalState=new Map,c&&this._parse(c)}set(c,f){let y=this._clone();return y._internalState.has(c)&&y._internalState.delete(c),y._internalState.set(c,f),y}unset(c){let f=this._clone();return f._internalState.delete(c),f}get(c){return this._internalState.get(c)}serialize(){return this._keys().reduce((c,f)=>(c.push(f+Dot+this.get(f)),c),[]).join(Not)}_parse(c){c.length>tGt||(this._internalState=c.split(Not).reverse().reduce((f,y)=>{let b=y.trim(),k=b.indexOf(Dot);if(k!==-1){let g=b.slice(0,k),p=b.slice(k+1,y.length);(0,kot.validateKey)(g)&&(0,kot.validateValue)(p)&&f.set(g,p)}return f},new Map),this._internalState.size>Pot&&(this._internalState=new Map(Array.from(this._internalState.entries()).reverse().slice(0,Pot))))}_keys(){return Array.from(this._internalState.keys()).reverse()}_clone(){let c=new l;return c._internalState=new Map(this._internalState),c}};bie.TraceState=Cke});var wot=xt(e0=>{"use strict";Object.defineProperty(e0,"__esModule",{value:!0});e0.W3CTraceContextPropagator=e0.parseTraceParent=e0.TRACE_STATE_HEADER=e0.TRACE_PARENT_HEADER=void 0;var Eie=(zc(),ol(Xc)),rGt=Qq(),nGt=Ake();e0.TRACE_PARENT_HEADER="traceparent";e0.TRACE_STATE_HEADER="tracestate";var iGt="00",sGt="(?!ff)[\\da-f]{2}",oGt="(?![0]{32})[\\da-f]{32}",aGt="(?![0]{16})[\\da-f]{16}",cGt="[\\da-f]{2}",lGt=new RegExp(`^\\s?(${sGt})-(${oGt})-(${aGt})-(${cGt})(-.*)?\\s?$`);function Iot(l){let c=lGt.exec(l);return!c||c[1]==="00"&&c[5]?null:{traceId:c[2],spanId:c[3],traceFlags:parseInt(c[4],16)}}e0.parseTraceParent=Iot;var kke=class{inject(c,f,y){let b=Eie.trace.getSpanContext(c);if(!b||(0,rGt.isTracingSuppressed)(c)||!(0,Eie.isSpanContextValid)(b))return;let k=`${iGt}-${b.traceId}-${b.spanId}-0${Number(b.traceFlags||Eie.TraceFlags.NONE).toString(16)}`;y.set(f,e0.TRACE_PARENT_HEADER,k),b.traceState&&y.set(f,e0.TRACE_STATE_HEADER,b.traceState.serialize())}extract(c,f,y){let b=y.get(f,e0.TRACE_PARENT_HEADER);if(!b)return c;let k=Array.isArray(b)?b[0]:b;if(typeof k!="string")return c;let g=Iot(k);if(!g)return c;g.isRemote=!0;let p=y.get(f,e0.TRACE_STATE_HEADER);if(p){let A=Array.isArray(p)?p.join(","):p;g.traceState=new nGt.TraceState(typeof A=="string"?A:void 0)}return Eie.trace.setSpanContext(c,g)}fields(){return[e0.TRACE_PARENT_HEADER,e0.TRACE_STATE_HEADER]}};e0.W3CTraceContextPropagator=kke});var Rot=xt(Oot=>{"use strict";Object.defineProperty(Oot,"__esModule",{value:!0})});var Mot=xt(hx=>{"use strict";Object.defineProperty(hx,"__esModule",{value:!0});hx.getRPCMetadata=hx.deleteRPCMetadata=hx.setRPCMetadata=hx.RPCType=void 0;var uGt=(zc(),ol(Xc)),Pke=(0,uGt.createContextKey)("OpenTelemetry SDK Context Key RPC_METADATA"),_Gt;(function(l){l.HTTP="http"})(_Gt=hx.RPCType||(hx.RPCType={}));function fGt(l,c){return l.setValue(Pke,c)}hx.setRPCMetadata=fGt;function pGt(l){return l.deleteValue(Pke)}hx.deleteRPCMetadata=pGt;function dGt(l){return l.getValue(Pke)}hx.getRPCMetadata=dGt});var Dke=xt(xie=>{"use strict";Object.defineProperty(xie,"__esModule",{value:!0});xie.AlwaysOffSampler=void 0;var mGt=(zc(),ol(Xc)),Nke=class{shouldSample(){return{decision:mGt.SamplingDecision.NOT_RECORD}}toString(){return"AlwaysOffSampler"}};xie.AlwaysOffSampler=Nke});var wke=xt(Cie=>{"use strict";Object.defineProperty(Cie,"__esModule",{value:!0});Cie.AlwaysOnSampler=void 0;var gGt=(zc(),ol(Xc)),Ike=class{shouldSample(){return{decision:gGt.SamplingDecision.RECORD_AND_SAMPLED}}toString(){return"AlwaysOnSampler"}};Cie.AlwaysOnSampler=Ike});var Fot=xt(kie=>{"use strict";Object.defineProperty(kie,"__esModule",{value:!0});kie.ParentBasedSampler=void 0;var Aie=(zc(),ol(Xc)),hGt=_ke(),Lot=Dke(),Oke=wke(),Rke=class{constructor(c){var f,y,b,k;this._root=c.root,this._root||((0,hGt.globalErrorHandler)(new Error("ParentBasedSampler must have a root sampler configured")),this._root=new Oke.AlwaysOnSampler),this._remoteParentSampled=(f=c.remoteParentSampled)!==null&&f!==void 0?f:new Oke.AlwaysOnSampler,this._remoteParentNotSampled=(y=c.remoteParentNotSampled)!==null&&y!==void 0?y:new Lot.AlwaysOffSampler,this._localParentSampled=(b=c.localParentSampled)!==null&&b!==void 0?b:new Oke.AlwaysOnSampler,this._localParentNotSampled=(k=c.localParentNotSampled)!==null&&k!==void 0?k:new Lot.AlwaysOffSampler}shouldSample(c,f,y,b,k,g){let p=Aie.trace.getSpanContext(c);return!p||!(0,Aie.isSpanContextValid)(p)?this._root.shouldSample(c,f,y,b,k,g):p.isRemote?p.traceFlags&Aie.TraceFlags.SAMPLED?this._remoteParentSampled.shouldSample(c,f,y,b,k,g):this._remoteParentNotSampled.shouldSample(c,f,y,b,k,g):p.traceFlags&Aie.TraceFlags.SAMPLED?this._localParentSampled.shouldSample(c,f,y,b,k,g):this._localParentNotSampled.shouldSample(c,f,y,b,k,g)}toString(){return`ParentBased{root=${this._root.toString()}, remoteParentSampled=${this._remoteParentSampled.toString()}, remoteParentNotSampled=${this._remoteParentNotSampled.toString()}, localParentSampled=${this._localParentSampled.toString()}, localParentNotSampled=${this._localParentNotSampled.toString()}}`}};kie.ParentBasedSampler=Rke});var jot=xt(Pie=>{"use strict";Object.defineProperty(Pie,"__esModule",{value:!0});Pie.TraceIdRatioBasedSampler=void 0;var Mke=(zc(),ol(Xc)),Lke=class{constructor(c=0){this._ratio=c,this._ratio=this._normalize(c),this._upperBound=Math.floor(this._ratio*4294967295)}shouldSample(c,f){return{decision:(0,Mke.isValidTraceId)(f)&&this._accumulate(f)=1?1:c<=0?0:c}_accumulate(c){let f=0;for(let y=0;y>>0}return f}};Pie.TraceIdRatioBasedSampler=Lke});var qot=xt(Nie=>{"use strict";Object.defineProperty(Nie,"__esModule",{value:!0});Nie.isPlainObject=void 0;var yGt="[object Object]",vGt="[object Null]",SGt="[object Undefined]",TGt=Function.prototype,Bot=TGt.toString,bGt=Bot.call(Object),EGt=xGt(Object.getPrototypeOf,Object),Uot=Object.prototype,Vot=Uot.hasOwnProperty,I4=Symbol?Symbol.toStringTag:void 0,Jot=Uot.toString;function xGt(l,c){return function(f){return l(c(f))}}function CGt(l){if(!AGt(l)||kGt(l)!==yGt)return!1;let c=EGt(l);if(c===null)return!0;let f=Vot.call(c,"constructor")&&c.constructor;return typeof f=="function"&&f instanceof f&&Bot.call(f)===bGt}Nie.isPlainObject=CGt;function AGt(l){return l!=null&&typeof l=="object"}function kGt(l){return l==null?l===void 0?SGt:vGt:I4&&I4 in Object(l)?PGt(l):NGt(l)}function PGt(l){let c=Vot.call(l,I4),f=l[I4],y=!1;try{l[I4]=void 0,y=!0}catch{}let b=Jot.call(l);return y&&(c?l[I4]=f:delete l[I4]),b}function NGt(l){return Jot.call(l)}});var $ot=xt(wie=>{"use strict";Object.defineProperty(wie,"__esModule",{value:!0});wie.merge=void 0;var zot=qot(),DGt=20;function IGt(...l){let c=l.shift(),f=new WeakMap;for(;l.length>0;)c=Got(c,l.shift(),0,f);return c}wie.merge=IGt;function Fke(l){return Iie(l)?l.slice():l}function Got(l,c,f=0,y){let b;if(!(f>DGt)){if(f++,Die(l)||Die(c)||Hot(c))b=Fke(c);else if(Iie(l)){if(b=l.slice(),Iie(c))for(let k=0,g=c.length;k"u"?delete b[A]:b[A]=j;else{let se=b[A],We=j;if(Wot(l,A,y)||Wot(c,A,y))delete b[A];else{if(nz(se)&&nz(We)){let ve=y.get(se)||[],lr=y.get(We)||[];ve.push({obj:l,key:A}),lr.push({obj:c,key:A}),y.set(se,ve),y.set(We,lr)}b[A]=Got(b[A],j,f,y)}}}}else b=c;return b}}function Wot(l,c,f){let y=f.get(l[c])||[];for(let b=0,k=y.length;b"u"||l instanceof Date||l instanceof RegExp||l===null}function wGt(l,c){return!(!(0,zot.isPlainObject)(l)||!(0,zot.isPlainObject)(c))}});var Yot=xt(N7=>{"use strict";Object.defineProperty(N7,"__esModule",{value:!0});N7.callWithTimeout=N7.TimeoutError=void 0;var Oie=class l extends Error{constructor(c){super(c),Object.setPrototypeOf(this,l.prototype)}};N7.TimeoutError=Oie;function OGt(l,c){let f,y=new Promise(function(k,g){f=setTimeout(function(){g(new Oie("Operation timed out."))},c)});return Promise.race([l,y]).then(b=>(clearTimeout(f),b),b=>{throw clearTimeout(f),b})}N7.callWithTimeout=OGt});var Xot=xt(D7=>{"use strict";Object.defineProperty(D7,"__esModule",{value:!0});D7.isUrlIgnored=D7.urlMatches=void 0;function Kot(l,c){return typeof c=="string"?l===c:!!l.match(c)}D7.urlMatches=Kot;function RGt(l,c){if(!c)return!1;for(let f of c)if(Kot(l,f))return!0;return!1}D7.isUrlIgnored=RGt});var Qot=xt(Rie=>{"use strict";Object.defineProperty(Rie,"__esModule",{value:!0});Rie.isWrapped=void 0;function MGt(l){return typeof l=="function"&&typeof l.__original=="function"&&typeof l.__unwrap=="function"&&l.__wrapped===!0}Rie.isWrapped=MGt});var Zot=xt(Mie=>{"use strict";Object.defineProperty(Mie,"__esModule",{value:!0});Mie.Deferred=void 0;var jke=class{constructor(){this._promise=new Promise((c,f)=>{this._resolve=c,this._reject=f})}get promise(){return this._promise}resolve(c){this._resolve(c)}reject(c){this._reject(c)}};Mie.Deferred=jke});var eat=xt(Lie=>{"use strict";Object.defineProperty(Lie,"__esModule",{value:!0});Lie.BindOnceFuture=void 0;var LGt=Zot(),Bke=class{constructor(c,f){this._callback=c,this._that=f,this._isCalled=!1,this._deferred=new LGt.Deferred}get isCalled(){return this._isCalled}get promise(){return this._deferred.promise}call(...c){if(!this._isCalled){this._isCalled=!0;try{Promise.resolve(this._callback.call(this._that,...c)).then(f=>this._deferred.resolve(f),f=>this._deferred.reject(f))}catch(f){this._deferred.reject(f)}}return this._deferred.promise}};Lie.BindOnceFuture=Bke});var rat=xt(Fie=>{"use strict";Object.defineProperty(Fie,"__esModule",{value:!0});Fie._export=void 0;var tat=(zc(),ol(Xc)),FGt=Qq();function jGt(l,c){return new Promise(f=>{tat.context.with((0,FGt.suppressTracing)(tat.context.active()),()=>{l.export(c,y=>{f(y)})})})}Fie._export=jGt});var fy=xt($l=>{"use strict";var BGt=$l&&$l.__createBinding||(Object.create?function(l,c,f,y){y===void 0&&(y=f),Object.defineProperty(l,y,{enumerable:!0,get:function(){return c[f]}})}:function(l,c,f,y){y===void 0&&(y=f),l[y]=c[f]}),Tf=$l&&$l.__exportStar||function(l,c){for(var f in l)f!=="default"&&!Object.prototype.hasOwnProperty.call(c,f)&&BGt(c,l,f)};Object.defineProperty($l,"__esModule",{value:!0});$l.internal=$l.baggageUtils=void 0;Tf(IQe(),$l);Tf(wQe(),$l);Tf(FQe(),$l);Tf(_ke(),$l);Tf(uke(),$l);Tf(Sot(),$l);Tf(bot(),$l);Tf(mke(),$l);Tf(Eot(),$l);$l.baggageUtils=ske();Tf(vke(),$l);Tf(Cot(),$l);Tf(wot(),$l);Tf(Rot(),$l);Tf(Mot(),$l);Tf(Dke(),$l);Tf(wke(),$l);Tf(Fot(),$l);Tf(jot(),$l);Tf(Qq(),$l);Tf(Ake(),$l);Tf(pke(),$l);Tf($ot(),$l);Tf(fke(),$l);Tf(Yot(),$l);Tf(Xot(),$l);Tf(Qot(),$l);Tf(eat(),$l);Tf(hke(),$l);var UGt=rat();$l.internal={_export:UGt._export}});var jie=xt(iz=>{"use strict";Object.defineProperty(iz,"__esModule",{value:!0});iz.AggregationTemporality=void 0;var VGt;(function(l){l[l.DELTA=0]="DELTA",l[l.CUMULATIVE=1]="CUMULATIVE"})(VGt=iz.AggregationTemporality||(iz.AggregationTemporality={}))});var I7=xt(sz=>{"use strict";Object.defineProperty(sz,"__esModule",{value:!0});sz.DataPointType=void 0;var JGt;(function(l){l[l.HISTOGRAM=0]="HISTOGRAM",l[l.EXPONENTIAL_HISTOGRAM=1]="EXPONENTIAL_HISTOGRAM",l[l.GAUGE=2]="GAUGE",l[l.SUM=3]="SUM"})(JGt=sz.DataPointType||(sz.DataPointType={}))});var yC=xt(jp=>{"use strict";Object.defineProperty(jp,"__esModule",{value:!0});jp.equalsCaseInsensitive=jp.binarySearchLB=jp.setEquals=jp.FlatMap=jp.isPromiseAllSettledRejectionResult=jp.PromiseAllSettled=jp.callWithTimeout=jp.TimeoutError=jp.instrumentationScopeId=jp.hashAttributes=jp.isNotNullish=void 0;function qGt(l){return l!=null}jp.isNotNullish=qGt;function zGt(l){let c=Object.keys(l);return c.length===0?"":(c=c.sort(),JSON.stringify(c.map(f=>[f,l[f]])))}jp.hashAttributes=zGt;function WGt(l){var c,f;return`${l.name}:${(c=l.version)!==null&&c!==void 0?c:""}:${(f=l.schemaUrl)!==null&&f!==void 0?f:""}`}jp.instrumentationScopeId=WGt;var Bie=class l extends Error{constructor(c){super(c),Object.setPrototypeOf(this,l.prototype)}};jp.TimeoutError=Bie;function GGt(l,c){let f,y=new Promise(function(k,g){f=setTimeout(function(){g(new Bie("Operation timed out."))},c)});return Promise.race([l,y]).then(b=>(clearTimeout(f),b),b=>{throw clearTimeout(f),b})}jp.callWithTimeout=GGt;async function HGt(l){return Promise.all(l.map(async c=>{try{return{status:"fulfilled",value:await c}}catch(f){return{status:"rejected",reason:f}}}))}jp.PromiseAllSettled=HGt;function $Gt(l){return l.status==="rejected"}jp.isPromiseAllSettledRejectionResult=$Gt;function YGt(l,c){let f=[];return l.forEach(y=>{f.push(...c(y))}),f}jp.FlatMap=YGt;function KGt(l,c){if(l.size!==c.size)return!1;for(let f of l)if(!c.has(f))return!1;return!0}jp.setEquals=KGt;function XGt(l,c){let f=0,y=l.length-1;for(;y-f>1;){let b=Math.trunc((y+f)/2);l[b]<=c?f=b:y=b-1}return l[y]<=c?y:l[f]<=c?f:-1}jp.binarySearchLB=XGt;function QGt(l,c){return l.toLowerCase()===c.toLowerCase()}jp.equalsCaseInsensitive=QGt});var w7=xt(oz=>{"use strict";Object.defineProperty(oz,"__esModule",{value:!0});oz.AggregatorKind=void 0;var ZGt;(function(l){l[l.DROP=0]="DROP",l[l.SUM=1]="SUM",l[l.LAST_VALUE=2]="LAST_VALUE",l[l.HISTOGRAM=3]="HISTOGRAM",l[l.EXPONENTIAL_HISTOGRAM=4]="EXPONENTIAL_HISTOGRAM"})(ZGt=oz.AggregatorKind||(oz.AggregatorKind={}))});var nat=xt(Uie=>{"use strict";Object.defineProperty(Uie,"__esModule",{value:!0});Uie.DropAggregator=void 0;var eHt=w7(),Uke=class{constructor(){this.kind=eHt.AggregatorKind.DROP}createAccumulation(){}merge(c,f){}diff(c,f){}toMetricData(c,f,y,b){}};Uie.DropAggregator=Uke});var aP=xt(WS=>{"use strict";Object.defineProperty(WS,"__esModule",{value:!0});WS.isValidName=WS.isDescriptorCompatibleWith=WS.createInstrumentDescriptorWithView=WS.createInstrumentDescriptor=WS.InstrumentType=void 0;var iat=(zc(),ol(Xc)),tHt=yC(),rHt;(function(l){l.COUNTER="COUNTER",l.GAUGE="GAUGE",l.HISTOGRAM="HISTOGRAM",l.UP_DOWN_COUNTER="UP_DOWN_COUNTER",l.OBSERVABLE_COUNTER="OBSERVABLE_COUNTER",l.OBSERVABLE_GAUGE="OBSERVABLE_GAUGE",l.OBSERVABLE_UP_DOWN_COUNTER="OBSERVABLE_UP_DOWN_COUNTER"})(rHt=WS.InstrumentType||(WS.InstrumentType={}));function nHt(l,c,f){var y,b,k,g;return sat(l)||iat.diag.warn(`Invalid metric name: "${l}". The metric name should be a ASCII string with a length no greater than 255 characters.`),{name:l,type:c,description:(y=f?.description)!==null&&y!==void 0?y:"",unit:(b=f?.unit)!==null&&b!==void 0?b:"",valueType:(k=f?.valueType)!==null&&k!==void 0?k:iat.ValueType.DOUBLE,advice:(g=f?.advice)!==null&&g!==void 0?g:{}}}WS.createInstrumentDescriptor=nHt;function iHt(l,c){var f,y;return{name:(f=l.name)!==null&&f!==void 0?f:c.name,description:(y=l.description)!==null&&y!==void 0?y:c.description,type:c.type,unit:c.unit,valueType:c.valueType,advice:c.advice}}WS.createInstrumentDescriptorWithView=iHt;function sHt(l,c){return(0,tHt.equalsCaseInsensitive)(l.name,c.name)&&l.unit===c.unit&&l.type===c.type&&l.valueType===c.valueType}WS.isDescriptorCompatibleWith=sHt;var oHt=/^[a-z][a-z0-9_.\-/]{0,254}$/i;function sat(l){return l.match(oHt)!=null}WS.isValidName=sat});var oat=xt(R7=>{"use strict";Object.defineProperty(R7,"__esModule",{value:!0});R7.HistogramAggregator=R7.HistogramAccumulation=void 0;var aHt=w7(),cHt=I7(),Vie=aP(),lHt=yC();function uHt(l){let c=l.map(()=>0);return c.push(0),{buckets:{boundaries:l,counts:c},sum:0,count:0,hasMinMax:!1,min:1/0,max:-1/0}}var O7=class{constructor(c,f,y=!0,b=uHt(f)){this.startTime=c,this._boundaries=f,this._recordMinMax=y,this._current=b}record(c){if(Number.isNaN(c))return;this._current.count+=1,this._current.sum+=c,this._recordMinMax&&(this._current.min=Math.min(c,this._current.min),this._current.max=Math.max(c,this._current.max),this._current.hasMinMax=!0);let f=(0,lHt.binarySearchLB)(this._boundaries,c);this._current.buckets.counts[f+1]+=1}setStartTime(c){this.startTime=c}toPointValue(){return this._current}};R7.HistogramAccumulation=O7;var Vke=class{constructor(c,f){this._boundaries=c,this._recordMinMax=f,this.kind=aHt.AggregatorKind.HISTOGRAM}createAccumulation(c){return new O7(c,this._boundaries,this._recordMinMax)}merge(c,f){let y=c.toPointValue(),b=f.toPointValue(),k=y.buckets.counts,g=b.buckets.counts,p=new Array(k.length);for(let se=0;se{let p=g.toPointValue(),A=c.type===Vie.InstrumentType.GAUGE||c.type===Vie.InstrumentType.UP_DOWN_COUNTER||c.type===Vie.InstrumentType.OBSERVABLE_GAUGE||c.type===Vie.InstrumentType.OBSERVABLE_UP_DOWN_COUNTER;return{attributes:k,startTime:g.startTime,endTime:b,value:{min:p.hasMinMax?p.min:void 0,max:p.hasMinMax?p.max:void 0,sum:A?void 0:p.sum,buckets:p.buckets,count:p.count}}})}}};R7.HistogramAggregator=Vke});var aat=xt(Jie=>{"use strict";Object.defineProperty(Jie,"__esModule",{value:!0});Jie.Buckets=void 0;var Jke=class l{constructor(c=new qke,f=0,y=0,b=0){this.backing=c,this.indexBase=f,this.indexStart=y,this.indexEnd=b}get offset(){return this.indexStart}get length(){return this.backing.length===0||this.indexEnd===this.indexStart&&this.at(0)===0?0:this.indexEnd-this.indexStart+1}counts(){return Array.from({length:this.length},(c,f)=>this.at(f))}at(c){let f=this.indexBase-this.indexStart;return c=0;c--)if(this.at(c)!==0){this.indexEnd-=this.length-c-1;break}this._rotate()}downscale(c){this._rotate();let f=1+this.indexEnd-this.indexStart,y=1<>=c,this.indexEnd>>=c,this.indexBase=this.indexStart}clone(){return new l(this.backing.clone(),this.indexBase,this.indexStart,this.indexEnd)}_rotate(){let c=this.indexBase-this.indexStart;c!==0&&(c>0?(this.backing.reverse(0,this.backing.length),this.backing.reverse(0,c),this.backing.reverse(c,this.backing.length)):(this.backing.reverse(0,this.backing.length),this.backing.reverse(0,this.backing.length+c)),this.indexBase=this.indexStart)}_relocateBucket(c,f){c!==f&&this.incrementBucket(c,this.backing.emptyBucket(f))}};Jie.Buckets=Jke;var qke=class l{constructor(c=[0]){this._counts=c}get length(){return this._counts.length}countAt(c){return this._counts[c]}growTo(c,f,y){let b=new Array(c).fill(0);b.splice(y,this._counts.length-f,...this._counts.slice(f)),b.splice(0,f,...this._counts.slice(0,f)),this._counts=b}reverse(c,f){let y=Math.floor((c+f)/2)-c;for(let b=0;b=f?this._counts[c]-=f:this._counts[c]=0}clone(){return new l([...this._counts])}}});var Wke=xt(T1=>{"use strict";Object.defineProperty(T1,"__esModule",{value:!0});T1.getSignificand=T1.getNormalBase2=T1.MIN_VALUE=T1.MAX_NORMAL_EXPONENT=T1.MIN_NORMAL_EXPONENT=T1.SIGNIFICAND_WIDTH=void 0;T1.SIGNIFICAND_WIDTH=52;var _Ht=2146435072,fHt=1048575,zke=1023;T1.MIN_NORMAL_EXPONENT=-zke+1;T1.MAX_NORMAL_EXPONENT=zke;T1.MIN_VALUE=Math.pow(2,-1022);function pHt(l){let c=new DataView(new ArrayBuffer(8));return c.setFloat64(0,l),((c.getUint32(0)&_Ht)>>20)-zke}T1.getNormalBase2=pHt;function dHt(l){let c=new DataView(new ArrayBuffer(8));c.setFloat64(0,l);let f=c.getUint32(0),y=c.getUint32(4);return(f&fHt)*Math.pow(2,32)+y}T1.getSignificand=dHt});var qie=xt(M7=>{"use strict";Object.defineProperty(M7,"__esModule",{value:!0});M7.nextGreaterSquare=M7.ldexp=void 0;function mHt(l,c){return l===0||l===Number.POSITIVE_INFINITY||l===Number.NEGATIVE_INFINITY||Number.isNaN(l)?l:l*Math.pow(2,c)}M7.ldexp=mHt;function gHt(l){return l--,l|=l>>1,l|=l>>2,l|=l>>4,l|=l>>8,l|=l>>16,l++,l}M7.nextGreaterSquare=gHt});var Wie=xt(zie=>{"use strict";Object.defineProperty(zie,"__esModule",{value:!0});zie.MappingError=void 0;var Gke=class extends Error{};zie.MappingError=Gke});var lat=xt(Gie=>{"use strict";Object.defineProperty(Gie,"__esModule",{value:!0});Gie.ExponentMapping=void 0;var L7=Wke(),hHt=qie(),cat=Wie(),Hke=class{constructor(c){this._shift=-c}mapToIndex(c){if(c>this._shift}lowerBoundary(c){let f=this._minNormalLowerBoundaryIndex();if(cy)throw new cat.MappingError(`overflow: ${c} is > maximum lower boundary: ${y}`);return hHt.ldexp(1,c<>this._shift;return this._shift<2&&c--,c}_maxNormalLowerBoundaryIndex(){return L7.MAX_NORMAL_EXPONENT>>this._shift}_rightShift(c,f){return Math.floor(c*Math.pow(2,-f))}};Gie.ExponentMapping=Hke});var fat=xt(Hie=>{"use strict";Object.defineProperty(Hie,"__esModule",{value:!0});Hie.LogarithmMapping=void 0;var F7=Wke(),uat=qie(),_at=Wie(),$ke=class{constructor(c){this._scale=c,this._scaleFactor=uat.ldexp(Math.LOG2E,c),this._inverseFactor=uat.ldexp(Math.LN2,-c)}mapToIndex(c){if(c<=F7.MIN_VALUE)return this._minNormalLowerBoundaryIndex()-1;if(F7.getSignificand(c)===0)return(F7.getNormalBase2(c)<=y?y:f}lowerBoundary(c){let f=this._maxNormalLowerBoundaryIndex();if(c>=f){if(c===f)return 2*Math.exp((c-(1< maximum lower boundary: ${f}`)}let y=this._minNormalLowerBoundaryIndex();if(c<=y){if(c===y)return F7.MIN_VALUE;if(c===y-1)return Math.exp((c+(1<{"use strict";Object.defineProperty($ie,"__esModule",{value:!0});$ie.getMapping=void 0;var yHt=lat(),vHt=fat(),SHt=Wie(),pat=-10,dat=20,THt=Array.from({length:31},(l,c)=>c>10?new vHt.LogarithmMapping(c-10):new yHt.ExponentMapping(c-10));function bHt(l){if(l>dat||l= ${pat} && <= ${dat}, got: ${l}`);return THt[l+10]}$ie.getMapping=bHt});var yat=xt(B7=>{"use strict";Object.defineProperty(B7,"__esModule",{value:!0});B7.ExponentialHistogramAggregator=B7.ExponentialHistogramAccumulation=void 0;var EHt=w7(),xHt=I7(),CHt=(zc(),ol(Xc)),Yie=aP(),gat=aat(),hat=mat(),AHt=qie(),j7=class l{constructor(c,f){this.low=c,this.high=f}static combine(c,f){return new l(Math.min(c.low,f.low),Math.max(c.high,f.high))}},kHt=20,PHt=160,Yke=2,Kie=class l{constructor(c=c,f=PHt,y=!0,b=0,k=0,g=0,p=Number.POSITIVE_INFINITY,A=Number.NEGATIVE_INFINITY,j=new gat.Buckets,se=new gat.Buckets,We=(0,hat.getMapping)(kHt)){this.startTime=c,this._maxSize=f,this._recordMinMax=y,this._sum=b,this._count=k,this._zeroCount=g,this._min=p,this._max=A,this._positive=j,this._negative=se,this._mapping=We,this._maxSizethis._max&&(this._max=c),c0?this._updateBuckets(this._positive,c,f):this._updateBuckets(this._negative,-c,f)}}merge(c){this._count===0?(this._min=c.min,this._max=c.max):c.count!==0&&(c.minthis.max&&(this._max=c.max)),this.startTime=c.startTime,this._sum+=c.sum,this._count+=c.count,this._zeroCount+=c.zeroCount;let f=this._minScale(c);this._downscale(this.scale-f),this._mergeBuckets(this.positive,c,c.positive,f),this._mergeBuckets(this.negative,c,c.negative,f)}diff(c){this._min=1/0,this._max=-1/0,this._sum-=c.sum,this._count-=c.count,this._zeroCount-=c.zeroCount;let f=this._minScale(c);this._downscale(this.scale-f),this._diffBuckets(this.positive,c,c.positive,f),this._diffBuckets(this.negative,c,c.negative,f)}clone(){return new l(this.startTime,this._maxSize,this._recordMinMax,this._sum,this._count,this._zeroCount,this._min,this._max,this.positive.clone(),this.negative.clone(),this._mapping)}_updateBuckets(c,f,y){let b=this._mapping.mapToIndex(f),k=!1,g=0,p=0;if(c.length===0?(c.indexStart=b,c.indexEnd=c.indexStart,c.indexBase=c.indexStart):b=this._maxSize?(k=!0,p=b,g=c.indexEnd):b>c.indexEnd&&b-c.indexStart>=this._maxSize&&(k=!0,p=c.indexStart,g=b),k){let A=this._changeScale(g,p);this._downscale(A),b=this._mapping.mapToIndex(f)}this._incrementIndexBy(c,b,y)}_incrementIndexBy(c,f,y){if(y===0)return;if(c.length===0&&(c.indexStart=c.indexEnd=c.indexBase=f),f=c.backing.length&&this._grow(c,k+1),c.indexStart=f}else if(f>c.indexEnd){let k=f-c.indexStart;k>=c.backing.length&&this._grow(c,k+1),c.indexEnd=f}let b=f-c.indexBase;b<0&&(b+=c.backing.length),c.incrementBucket(b,y)}_grow(c,f){let y=c.backing.length,b=c.indexBase-c.indexStart,k=y-b,g=(0,AHt.nextGreaterSquare)(f);g>this._maxSize&&(g=this._maxSize);let p=g-b;c.backing.growTo(g,k,p)}_changeScale(c,f){let y=0;for(;c-f>=this._maxSize;)c>>=1,f>>=1,y++;return y}_downscale(c){if(c===0)return;if(c<0)throw new Error(`impossible change of scale: ${this.scale}`);let f=this._mapping.scale-c;this._positive.downscale(c),this._negative.downscale(c),this._mapping=(0,hat.getMapping)(f)}_minScale(c){let f=Math.min(this.scale,c.scale),y=j7.combine(this._highLowAtScale(this.positive,this.scale,f),this._highLowAtScale(c.positive,c.scale,f)),b=j7.combine(this._highLowAtScale(this.negative,this.scale,f),this._highLowAtScale(c.negative,c.scale,f));return Math.min(f-this._changeScale(y.high,y.low),f-this._changeScale(b.high,b.low))}_highLowAtScale(c,f,y){if(c.length===0)return new j7(0,-1);let b=f-y;return new j7(c.indexStart>>b,c.indexEnd>>b)}_mergeBuckets(c,f,y,b){let k=y.offset,g=f.scale-b;for(let p=0;p>g,y.at(p))}_diffBuckets(c,f,y,b){let k=y.offset,g=f.scale-b;for(let p=0;p>g)-c.indexBase;j<0&&(j+=c.backing.length),c.decrementBucket(j,y.at(p))}c.trim()}};B7.ExponentialHistogramAccumulation=Kie;var Kke=class{constructor(c,f){this._maxSize=c,this._recordMinMax=f,this.kind=EHt.AggregatorKind.EXPONENTIAL_HISTOGRAM}createAccumulation(c){return new Kie(c,this._maxSize,this._recordMinMax)}merge(c,f){let y=f.clone();return y.merge(c),y}diff(c,f){let y=f.clone();return y.diff(c),y}toMetricData(c,f,y,b){return{descriptor:c,aggregationTemporality:f,dataPointType:xHt.DataPointType.EXPONENTIAL_HISTOGRAM,dataPoints:y.map(([k,g])=>{let p=g.toPointValue(),A=c.type===Yie.InstrumentType.GAUGE||c.type===Yie.InstrumentType.UP_DOWN_COUNTER||c.type===Yie.InstrumentType.OBSERVABLE_GAUGE||c.type===Yie.InstrumentType.OBSERVABLE_UP_DOWN_COUNTER;return{attributes:k,startTime:g.startTime,endTime:b,value:{min:p.hasMinMax?p.min:void 0,max:p.hasMinMax?p.max:void 0,sum:A?void 0:p.sum,positive:{offset:p.positive.offset,bucketCounts:p.positive.bucketCounts},negative:{offset:p.negative.offset,bucketCounts:p.negative.bucketCounts},count:p.count,scale:p.scale,zeroCount:p.zeroCount}}})}}};B7.ExponentialHistogramAggregator=Kke});var vat=xt(V7=>{"use strict";Object.defineProperty(V7,"__esModule",{value:!0});V7.LastValueAggregator=V7.LastValueAccumulation=void 0;var NHt=w7(),az=fy(),DHt=I7(),U7=class{constructor(c,f=0,y=[0,0]){this.startTime=c,this._current=f,this.sampleTime=y}record(c){this._current=c,this.sampleTime=(0,az.millisToHrTime)(Date.now())}setStartTime(c){this.startTime=c}toPointValue(){return this._current}};V7.LastValueAccumulation=U7;var Xke=class{constructor(){this.kind=NHt.AggregatorKind.LAST_VALUE}createAccumulation(c){return new U7(c)}merge(c,f){let y=(0,az.hrTimeToMicroseconds)(f.sampleTime)>=(0,az.hrTimeToMicroseconds)(c.sampleTime)?f:c;return new U7(c.startTime,y.toPointValue(),y.sampleTime)}diff(c,f){let y=(0,az.hrTimeToMicroseconds)(f.sampleTime)>=(0,az.hrTimeToMicroseconds)(c.sampleTime)?f:c;return new U7(f.startTime,y.toPointValue(),y.sampleTime)}toMetricData(c,f,y,b){return{descriptor:c,aggregationTemporality:f,dataPointType:DHt.DataPointType.GAUGE,dataPoints:y.map(([k,g])=>({attributes:k,startTime:g.startTime,endTime:b,value:g.toPointValue()}))}}};V7.LastValueAggregator=Xke});var Sat=xt(J7=>{"use strict";Object.defineProperty(J7,"__esModule",{value:!0});J7.SumAggregator=J7.SumAccumulation=void 0;var IHt=w7(),wHt=I7(),mI=class{constructor(c,f,y=0,b=!1){this.startTime=c,this.monotonic=f,this._current=y,this.reset=b}record(c){this.monotonic&&c<0||(this._current+=c)}setStartTime(c){this.startTime=c}toPointValue(){return this._current}};J7.SumAccumulation=mI;var Qke=class{constructor(c){this.monotonic=c,this.kind=IHt.AggregatorKind.SUM}createAccumulation(c){return new mI(c,this.monotonic)}merge(c,f){let y=c.toPointValue(),b=f.toPointValue();return f.reset?new mI(f.startTime,this.monotonic,b,f.reset):new mI(c.startTime,this.monotonic,y+b)}diff(c,f){let y=c.toPointValue(),b=f.toPointValue();return this.monotonic&&y>b?new mI(f.startTime,this.monotonic,b,!0):new mI(f.startTime,this.monotonic,b-y)}toMetricData(c,f,y,b){return{descriptor:c,aggregationTemporality:f,dataPointType:wHt.DataPointType.SUM,dataPoints:y.map(([k,g])=>({attributes:k,startTime:g.startTime,endTime:b,value:g.toPointValue()})),isMonotonic:this.monotonic}}};J7.SumAggregator=Qke});var Tat=xt(yx=>{"use strict";var OHt=yx&&yx.__createBinding||(Object.create?function(l,c,f,y){y===void 0&&(y=f),Object.defineProperty(l,y,{enumerable:!0,get:function(){return c[f]}})}:function(l,c,f,y){y===void 0&&(y=f),l[y]=c[f]}),cz=yx&&yx.__exportStar||function(l,c){for(var f in l)f!=="default"&&!Object.prototype.hasOwnProperty.call(c,f)&&OHt(c,l,f)};Object.defineProperty(yx,"__esModule",{value:!0});cz(nat(),yx);cz(oat(),yx);cz(yat(),yx);cz(vat(),yx);cz(Sat(),yx)});var ese=xt(xh=>{"use strict";Object.defineProperty(xh,"__esModule",{value:!0});xh.DefaultAggregation=xh.ExponentialHistogramAggregation=xh.ExplicitBucketHistogramAggregation=xh.HistogramAggregation=xh.LastValueAggregation=xh.SumAggregation=xh.DropAggregation=xh.Aggregation=void 0;var RHt=(zc(),ol(Xc)),w4=Tat(),vC=aP(),SC=class{static Drop(){return bat}static Sum(){return Eat}static LastValue(){return xat}static Histogram(){return Cat}static ExponentialHistogram(){return MHt}static Default(){return LHt}};xh.Aggregation=SC;var lz=class l extends SC{createAggregator(c){return l.DEFAULT_INSTANCE}};xh.DropAggregation=lz;lz.DEFAULT_INSTANCE=new w4.DropAggregator;var q7=class l extends SC{createAggregator(c){switch(c.type){case vC.InstrumentType.COUNTER:case vC.InstrumentType.OBSERVABLE_COUNTER:case vC.InstrumentType.HISTOGRAM:return l.MONOTONIC_INSTANCE;default:return l.NON_MONOTONIC_INSTANCE}}};xh.SumAggregation=q7;q7.MONOTONIC_INSTANCE=new w4.SumAggregator(!0);q7.NON_MONOTONIC_INSTANCE=new w4.SumAggregator(!1);var uz=class l extends SC{createAggregator(c){return l.DEFAULT_INSTANCE}};xh.LastValueAggregation=uz;uz.DEFAULT_INSTANCE=new w4.LastValueAggregator;var _z=class l extends SC{createAggregator(c){return l.DEFAULT_INSTANCE}};xh.HistogramAggregation=_z;_z.DEFAULT_INSTANCE=new w4.HistogramAggregator([0,5,10,25,50,75,100,250,500,750,1e3,2500,5e3,7500,1e4],!0);var Xie=class extends SC{constructor(c,f=!0){if(super(),this._recordMinMax=f,c==null)throw new Error("ExplicitBucketHistogramAggregation should be created with explicit boundaries, if a single bucket histogram is required, please pass an empty array");c=c.concat(),c=c.sort((k,g)=>k-g);let y=c.lastIndexOf(-1/0),b=c.indexOf(1/0);b===-1&&(b=void 0),this._boundaries=c.slice(y+1,b)}createAggregator(c){return new w4.HistogramAggregator(this._boundaries,this._recordMinMax)}};xh.ExplicitBucketHistogramAggregation=Xie;var Qie=class extends SC{constructor(c=160,f=!0){super(),this._maxSize=c,this._recordMinMax=f}createAggregator(c){return new w4.ExponentialHistogramAggregator(this._maxSize,this._recordMinMax)}};xh.ExponentialHistogramAggregation=Qie;var Zie=class extends SC{_resolve(c){switch(c.type){case vC.InstrumentType.COUNTER:case vC.InstrumentType.UP_DOWN_COUNTER:case vC.InstrumentType.OBSERVABLE_COUNTER:case vC.InstrumentType.OBSERVABLE_UP_DOWN_COUNTER:return Eat;case vC.InstrumentType.GAUGE:case vC.InstrumentType.OBSERVABLE_GAUGE:return xat;case vC.InstrumentType.HISTOGRAM:return c.advice.explicitBucketBoundaries?new Xie(c.advice.explicitBucketBoundaries):Cat}return RHt.diag.warn(`Unable to recognize instrument type: ${c.type}`),bat}createAggregator(c){return this._resolve(c).createAggregator(c)}};xh.DefaultAggregation=Zie;var bat=new lz,Eat=new q7,xat=new uz,Cat=new _z,MHt=new Qie,LHt=new Zie});var Zke=xt(z7=>{"use strict";Object.defineProperty(z7,"__esModule",{value:!0});z7.DEFAULT_AGGREGATION_TEMPORALITY_SELECTOR=z7.DEFAULT_AGGREGATION_SELECTOR=void 0;var FHt=ese(),jHt=jie(),BHt=l=>FHt.Aggregation.Default();z7.DEFAULT_AGGREGATION_SELECTOR=BHt;var UHt=l=>jHt.AggregationTemporality.CUMULATIVE;z7.DEFAULT_AGGREGATION_TEMPORALITY_SELECTOR=UHt});var tPe=xt(rse=>{"use strict";Object.defineProperty(rse,"__esModule",{value:!0});rse.MetricReader=void 0;var Aat=(zc(),ol(Xc)),tse=yC(),kat=Zke(),ePe=class{constructor(c){var f,y,b;this._shutdown=!1,this._aggregationSelector=(f=c?.aggregationSelector)!==null&&f!==void 0?f:kat.DEFAULT_AGGREGATION_SELECTOR,this._aggregationTemporalitySelector=(y=c?.aggregationTemporalitySelector)!==null&&y!==void 0?y:kat.DEFAULT_AGGREGATION_TEMPORALITY_SELECTOR,this._metricProducers=(b=c?.metricProducers)!==null&&b!==void 0?b:[]}setMetricProducer(c){if(this._sdkMetricProducer)throw new Error("MetricReader can not be bound to a MeterProvider again.");this._sdkMetricProducer=c,this.onInitialized()}selectAggregation(c){return this._aggregationSelector(c)}selectAggregationTemporality(c){return this._aggregationTemporalitySelector(c)}onInitialized(){}async collect(c){if(this._sdkMetricProducer===void 0)throw new Error("MetricReader is not bound to a MetricProducer");if(this._shutdown)throw new Error("MetricReader is shutdown");let[f,...y]=await Promise.all([this._sdkMetricProducer.collect({timeoutMillis:c?.timeoutMillis}),...this._metricProducers.map(p=>p.collect({timeoutMillis:c?.timeoutMillis}))]),b=f.errors.concat((0,tse.FlatMap)(y,p=>p.errors)),k=f.resourceMetrics.resource,g=f.resourceMetrics.scopeMetrics.concat((0,tse.FlatMap)(y,p=>p.resourceMetrics.scopeMetrics));return{resourceMetrics:{resource:k,scopeMetrics:g},errors:b}}async shutdown(c){if(this._shutdown){Aat.diag.error("Cannot call shutdown twice.");return}c?.timeoutMillis==null?await this.onShutdown():await(0,tse.callWithTimeout)(this.onShutdown(),c.timeoutMillis),this._shutdown=!0}async forceFlush(c){if(this._shutdown){Aat.diag.warn("Cannot forceFlush on already shutdown MetricReader.");return}if(c?.timeoutMillis==null){await this.onForceFlush();return}await(0,tse.callWithTimeout)(this.onForceFlush(),c.timeoutMillis)}};rse.MetricReader=ePe});var Dat=xt(ise=>{"use strict";Object.defineProperty(ise,"__esModule",{value:!0});ise.PeriodicExportingMetricReader=void 0;var Pat=(zc(),ol(Xc)),nse=fy(),VHt=tPe(),Nat=yC(),JHt=(zc(),ol(Xc)),rPe=class extends VHt.MetricReader{constructor(c){var f,y,b,k;if(super({aggregationSelector:(f=c.exporter.selectAggregation)===null||f===void 0?void 0:f.bind(c.exporter),aggregationTemporalitySelector:(y=c.exporter.selectAggregationTemporality)===null||y===void 0?void 0:y.bind(c.exporter),metricProducers:c.metricProducers}),c.exportIntervalMillis!==void 0&&c.exportIntervalMillis<=0)throw Error("exportIntervalMillis must be greater than 0");if(c.exportTimeoutMillis!==void 0&&c.exportTimeoutMillis<=0)throw Error("exportTimeoutMillis must be greater than 0");if(c.exportTimeoutMillis!==void 0&&c.exportIntervalMillis!==void 0&&c.exportIntervalMillis0&&Pat.diag.error("PeriodicExportingMetricReader: metrics collection errors",...b);let k=async()=>{let g=await nse.internal._export(this._exporter,y);if(g.code!==nse.ExportResultCode.SUCCESS)throw new Error(`PeriodicExportingMetricReader: metrics export failed (error ${g.error})`)};y.resource.asyncAttributesPending?(f=(c=y.resource).waitForAsyncAttributes)===null||f===void 0||f.call(c).then(k,g=>JHt.diag.debug("Error while resolving async portion of resource: ",g)):await k()}onInitialized(){this._interval=setInterval(()=>{this._runOnce()},this._exportInterval),(0,nse.unrefTimer)(this._interval)}async onForceFlush(){await this._runOnce(),await this._exporter.forceFlush()}async onShutdown(){this._interval&&clearInterval(this._interval),await this._exporter.shutdown()}};ise.PeriodicExportingMetricReader=rPe});var wat=xt(sse=>{"use strict";Object.defineProperty(sse,"__esModule",{value:!0});sse.InMemoryMetricExporter=void 0;var Iat=fy(),nPe=class{constructor(c){this._shutdown=!1,this._metrics=[],this._aggregationTemporality=c}export(c,f){if(this._shutdown){setTimeout(()=>f({code:Iat.ExportResultCode.FAILED}),0);return}this._metrics.push(c),setTimeout(()=>f({code:Iat.ExportResultCode.SUCCESS}),0)}getMetrics(){return this._metrics}forceFlush(){return Promise.resolve()}reset(){this._metrics=[]}selectAggregationTemporality(c){return this._aggregationTemporality}shutdown(){return this._shutdown=!0,Promise.resolve()}};sse.InMemoryMetricExporter=nPe});var Rat=xt(ose=>{"use strict";Object.defineProperty(ose,"__esModule",{value:!0});ose.ConsoleMetricExporter=void 0;var Oat=fy(),qHt=Zke(),iPe=class l{constructor(c){var f;this._shutdown=!1,this._temporalitySelector=(f=c?.temporalitySelector)!==null&&f!==void 0?f:qHt.DEFAULT_AGGREGATION_TEMPORALITY_SELECTOR}export(c,f){if(this._shutdown){setImmediate(f,{code:Oat.ExportResultCode.FAILED});return}return l._sendMetrics(c,f)}forceFlush(){return Promise.resolve()}selectAggregationTemporality(c){return this._temporalitySelector(c)}shutdown(){return this._shutdown=!0,Promise.resolve()}static _sendMetrics(c,f){for(let y of c.scopeMetrics)for(let b of y.metrics)console.dir({descriptor:b.descriptor,dataPointType:b.dataPointType,dataPoints:b.dataPoints},{depth:null});f({code:Oat.ExportResultCode.SUCCESS})}};ose.ConsoleMetricExporter=iPe});var Mat=xt(ase=>{"use strict";Object.defineProperty(ase,"__esModule",{value:!0});ase.defaultServiceName=void 0;function zHt(){return`unknown_service:${process.argv0}`}ase.defaultServiceName=zHt});var Lat=xt(cse=>{"use strict";Object.defineProperty(cse,"__esModule",{value:!0});cse.defaultServiceName=void 0;var WHt=Mat();Object.defineProperty(cse,"defaultServiceName",{enumerable:!0,get:function(){return WHt.defaultServiceName}})});var sPe=xt(lse=>{"use strict";Object.defineProperty(lse,"__esModule",{value:!0});lse.defaultServiceName=void 0;var GHt=Lat();Object.defineProperty(lse,"defaultServiceName",{enumerable:!0,get:function(){return GHt.defaultServiceName}})});var cP=xt(use=>{"use strict";Object.defineProperty(use,"__esModule",{value:!0});use.Resource=void 0;var Fat=(zc(),ol(Xc)),O4=hC(),oPe=fy(),HHt=sPe(),fz=class l{constructor(c,f){var y;this._attributes=c,this.asyncAttributesPending=f!=null,this._syncAttributes=(y=this._attributes)!==null&&y!==void 0?y:{},this._asyncAttributesPromise=f?.then(b=>(this._attributes=Object.assign({},this._attributes,b),this.asyncAttributesPending=!1,b),b=>(Fat.diag.debug("a resource's async attributes promise rejected: %s",b),this.asyncAttributesPending=!1,{}))}static empty(){return l.EMPTY}static default(){return new l({[O4.SEMRESATTRS_SERVICE_NAME]:(0,HHt.defaultServiceName)(),[O4.SEMRESATTRS_TELEMETRY_SDK_LANGUAGE]:oPe.SDK_INFO[O4.SEMRESATTRS_TELEMETRY_SDK_LANGUAGE],[O4.SEMRESATTRS_TELEMETRY_SDK_NAME]:oPe.SDK_INFO[O4.SEMRESATTRS_TELEMETRY_SDK_NAME],[O4.SEMRESATTRS_TELEMETRY_SDK_VERSION]:oPe.SDK_INFO[O4.SEMRESATTRS_TELEMETRY_SDK_VERSION]})}get attributes(){var c;return this.asyncAttributesPending&&Fat.diag.error("Accessing resource attributes before async attributes settled"),(c=this._attributes)!==null&&c!==void 0?c:{}}async waitForAsyncAttributes(){this.asyncAttributesPending&&await this._asyncAttributesPromise}merge(c){var f;if(!c)return this;let y=Object.assign(Object.assign({},this._syncAttributes),(f=c._syncAttributes)!==null&&f!==void 0?f:c.attributes);if(!this._asyncAttributesPromise&&!c._asyncAttributesPromise)return new l(y);let b=Promise.all([this._asyncAttributesPromise,c._asyncAttributesPromise]).then(([k,g])=>{var p;return Object.assign(Object.assign(Object.assign(Object.assign({},this._syncAttributes),k),(p=c._syncAttributes)!==null&&p!==void 0?p:c.attributes),g)});return new l(y,b)}};use.Resource=fz;fz.EMPTY=new fz({})});var aPe=xt(W7=>{"use strict";Object.defineProperty(W7,"__esModule",{value:!0});W7.normalizeType=W7.normalizeArch=void 0;var $Ht=l=>{switch(l){case"arm":return"arm32";case"ppc":return"ppc32";case"x64":return"amd64";default:return l}};W7.normalizeArch=$Ht;var YHt=l=>{switch(l){case"sunos":return"solaris";case"win32":return"windows";default:return l}};W7.normalizeType=YHt});var fse=xt(_se=>{"use strict";Object.defineProperty(_se,"__esModule",{value:!0});_se.execAsync=void 0;var KHt=Ru("child_process"),XHt=Ru("util");_se.execAsync=XHt.promisify(KHt.exec)});var jat=xt(pse=>{"use strict";Object.defineProperty(pse,"__esModule",{value:!0});pse.getMachineId=void 0;var QHt=fse(),ZHt=(zc(),ol(Xc));async function e$t(){try{let c=(await(0,QHt.execAsync)('ioreg -rd1 -c "IOPlatformExpertDevice"')).stdout.split(`
`).find(y=>y.includes("IOPlatformUUID"));if(!c)return"";let f=c.split('" = "');if(f.length===2)return f[1].slice(0,-1)}catch(l){ZHt.diag.debug(`error reading machine id: ${l}`)}return""}pse.getMachineId=e$t});var Bat=xt(dse=>{"use strict";Object.defineProperty(dse,"__esModule",{value:!0});dse.getMachineId=void 0;var t$t=Ru("fs"),r$t=(zc(),ol(Xc));async function n$t(){let l=["/etc/machine-id","/var/lib/dbus/machine-id"];for(let c of l)try{return(await t$t.promises.readFile(c,{encoding:"utf8"})).trim()}catch(f){r$t.diag.debug(`error reading machine id: ${f}`)}return""}dse.getMachineId=n$t});var Vat=xt(mse=>{"use strict";Object.defineProperty(mse,"__esModule",{value:!0});mse.getMachineId=void 0;var i$t=Ru("fs"),s$t=fse(),Uat=(zc(),ol(Xc));async function o$t(){try{return(await i$t.promises.readFile("/etc/hostid",{encoding:"utf8"})).trim()}catch(l){Uat.diag.debug(`error reading machine id: ${l}`)}try{return(await(0,s$t.execAsync)("kenv -q smbios.system.uuid")).stdout.trim()}catch(l){Uat.diag.debug(`error reading machine id: ${l}`)}return""}mse.getMachineId=o$t});var qat=xt(gse=>{"use strict";Object.defineProperty(gse,"__esModule",{value:!0});gse.getMachineId=void 0;var Jat=Ru("process"),a$t=fse(),c$t=(zc(),ol(Xc));async function l$t(){let l="QUERY HKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Cryptography /v MachineGuid",c="%windir%\\System32\\REG.exe";Jat.arch==="ia32"&&"PROCESSOR_ARCHITEW6432"in Jat.env&&(c="%windir%\\sysnative\\cmd.exe /c "+c);try{let y=(await(0,a$t.execAsync)(`${c} ${l}`)).stdout.split("REG_SZ");if(y.length===2)return y[1].trim()}catch(f){c$t.diag.debug(`error reading machine id: ${f}`)}return""}gse.getMachineId=l$t});var zat=xt(hse=>{"use strict";Object.defineProperty(hse,"__esModule",{value:!0});hse.getMachineId=void 0;var u$t=(zc(),ol(Xc));async function _$t(){return u$t.diag.debug("could not read machine-id: unsupported platform"),""}hse.getMachineId=_$t});var Wat=xt(lP=>{"use strict";Object.defineProperty(lP,"__esModule",{value:!0});lP.getMachineId=void 0;var f$t=Ru("process"),G7;lP.getMachineId=G7;switch(f$t.platform){case"darwin":lP.getMachineId=G7=jat().getMachineId;break;case"linux":lP.getMachineId=G7=Bat().getMachineId;break;case"freebsd":lP.getMachineId=G7=Vat().getMachineId;break;case"win32":lP.getMachineId=G7=qat().getMachineId;break;default:lP.getMachineId=G7=zat().getMachineId}});var uPe=xt(yse=>{"use strict";Object.defineProperty(yse,"__esModule",{value:!0});yse.hostDetectorSync=void 0;var cPe=hC(),p$t=cP(),Gat=Ru("os"),d$t=aPe(),m$t=Wat(),lPe=class{detect(c){let f={[cPe.SEMRESATTRS_HOST_NAME]:(0,Gat.hostname)(),[cPe.SEMRESATTRS_HOST_ARCH]:(0,d$t.normalizeArch)((0,Gat.arch)())};return new p$t.Resource(f,this._getAsyncAttributes())}_getAsyncAttributes(){return(0,m$t.getMachineId)().then(c=>{let f={};return c&&(f[cPe.SEMRESATTRS_HOST_ID]=c),f})}};yse.hostDetectorSync=new lPe});var Hat=xt(vse=>{"use strict";Object.defineProperty(vse,"__esModule",{value:!0});vse.hostDetector=void 0;var g$t=uPe(),_Pe=class{detect(c){return Promise.resolve(g$t.hostDetectorSync.detect(c))}};vse.hostDetector=new _Pe});var pPe=xt(Sse=>{"use strict";Object.defineProperty(Sse,"__esModule",{value:!0});Sse.osDetectorSync=void 0;var $at=hC(),h$t=cP(),Yat=Ru("os"),y$t=aPe(),fPe=class{detect(c){let f={[$at.SEMRESATTRS_OS_TYPE]:(0,y$t.normalizeType)((0,Yat.platform)()),[$at.SEMRESATTRS_OS_VERSION]:(0,Yat.release)()};return new h$t.Resource(f)}};Sse.osDetectorSync=new fPe});var Kat=xt(Tse=>{"use strict";Object.defineProperty(Tse,"__esModule",{value:!0});Tse.osDetector=void 0;var v$t=pPe(),dPe=class{detect(c){return Promise.resolve(v$t.osDetectorSync.detect(c))}};Tse.osDetector=new dPe});var gPe=xt(bse=>{"use strict";Object.defineProperty(bse,"__esModule",{value:!0});bse.processDetectorSync=void 0;var S$t=(zc(),ol(Xc)),uP=hC(),T$t=cP(),b$t=Ru("os"),mPe=class{detect(c){let f={[uP.SEMRESATTRS_PROCESS_PID]:process.pid,[uP.SEMRESATTRS_PROCESS_EXECUTABLE_NAME]:process.title,[uP.SEMRESATTRS_PROCESS_EXECUTABLE_PATH]:process.execPath,[uP.SEMRESATTRS_PROCESS_COMMAND_ARGS]:[process.argv[0],...process.execArgv,...process.argv.slice(1)],[uP.SEMRESATTRS_PROCESS_RUNTIME_VERSION]:process.versions.node,[uP.SEMRESATTRS_PROCESS_RUNTIME_NAME]:"nodejs",[uP.SEMRESATTRS_PROCESS_RUNTIME_DESCRIPTION]:"Node.js"};process.argv.length>1&&(f[uP.SEMRESATTRS_PROCESS_COMMAND]=process.argv[1]);try{let y=b$t.userInfo();f[uP.SEMRESATTRS_PROCESS_OWNER]=y.username}catch(y){S$t.diag.debug(`error obtaining process owner: ${y}`)}return new T$t.Resource(f)}};bse.processDetectorSync=new mPe});var Xat=xt(Ese=>{"use strict";Object.defineProperty(Ese,"__esModule",{value:!0});Ese.processDetector=void 0;var E$t=gPe(),hPe=class{detect(c){return Promise.resolve(E$t.processDetectorSync.detect(c))}};Ese.processDetector=new hPe});var Qat=xt(xse=>{"use strict";Object.defineProperty(xse,"__esModule",{value:!0});xse.serviceInstanceIdDetectorSync=void 0;var x$t=hC(),C$t=cP(),A$t=Ru("crypto"),yPe=class{detect(c){let f={[x$t.SEMRESATTRS_SERVICE_INSTANCE_ID]:(0,A$t.randomUUID)()};return new C$t.Resource(f)}};xse.serviceInstanceIdDetectorSync=new yPe});var Zat=xt(t0=>{"use strict";Object.defineProperty(t0,"__esModule",{value:!0});t0.serviceInstanceIdDetectorSync=t0.processDetectorSync=t0.processDetector=t0.osDetectorSync=t0.osDetector=t0.hostDetectorSync=t0.hostDetector=void 0;var k$t=Hat();Object.defineProperty(t0,"hostDetector",{enumerable:!0,get:function(){return k$t.hostDetector}});var P$t=uPe();Object.defineProperty(t0,"hostDetectorSync",{enumerable:!0,get:function(){return P$t.hostDetectorSync}});var N$t=Kat();Object.defineProperty(t0,"osDetector",{enumerable:!0,get:function(){return N$t.osDetector}});var D$t=pPe();Object.defineProperty(t0,"osDetectorSync",{enumerable:!0,get:function(){return D$t.osDetectorSync}});var I$t=Xat();Object.defineProperty(t0,"processDetector",{enumerable:!0,get:function(){return I$t.processDetector}});var w$t=gPe();Object.defineProperty(t0,"processDetectorSync",{enumerable:!0,get:function(){return w$t.processDetectorSync}});var O$t=Qat();Object.defineProperty(t0,"serviceInstanceIdDetectorSync",{enumerable:!0,get:function(){return O$t.serviceInstanceIdDetectorSync}})});var ect=xt(r0=>{"use strict";Object.defineProperty(r0,"__esModule",{value:!0});r0.serviceInstanceIdDetectorSync=r0.processDetectorSync=r0.processDetector=r0.osDetectorSync=r0.osDetector=r0.hostDetectorSync=r0.hostDetector=void 0;var R4=Zat();Object.defineProperty(r0,"hostDetector",{enumerable:!0,get:function(){return R4.hostDetector}});Object.defineProperty(r0,"hostDetectorSync",{enumerable:!0,get:function(){return R4.hostDetectorSync}});Object.defineProperty(r0,"osDetector",{enumerable:!0,get:function(){return R4.osDetector}});Object.defineProperty(r0,"osDetectorSync",{enumerable:!0,get:function(){return R4.osDetectorSync}});Object.defineProperty(r0,"processDetector",{enumerable:!0,get:function(){return R4.processDetector}});Object.defineProperty(r0,"processDetectorSync",{enumerable:!0,get:function(){return R4.processDetectorSync}});Object.defineProperty(r0,"serviceInstanceIdDetectorSync",{enumerable:!0,get:function(){return R4.serviceInstanceIdDetectorSync}})});var TPe=xt(Ase=>{"use strict";Object.defineProperty(Ase,"__esModule",{value:!0});Ase.browserDetectorSync=void 0;var Cse=hC(),R$t=(zc(),ol(Xc)),vPe=cP(),SPe=class{detect(c){var f,y,b;if(!(typeof navigator<"u"&&((y=(f=global.process)===null||f===void 0?void 0:f.versions)===null||y===void 0?void 0:y.node)===void 0&&((b=global.Bun)===null||b===void 0?void 0:b.version)===void 0))return vPe.Resource.empty();let g={[Cse.SEMRESATTRS_PROCESS_RUNTIME_NAME]:"browser",[Cse.SEMRESATTRS_PROCESS_RUNTIME_DESCRIPTION]:"Web Browser",[Cse.SEMRESATTRS_PROCESS_RUNTIME_VERSION]:navigator.userAgent};return this._getResourceAttributes(g,c)}_getResourceAttributes(c,f){return c[Cse.SEMRESATTRS_PROCESS_RUNTIME_VERSION]===""?(R$t.diag.debug("BrowserDetector failed: Unable to find required browser resources. "),vPe.Resource.empty()):new vPe.Resource(Object.assign({},c))}};Ase.browserDetectorSync=new SPe});var tct=xt(kse=>{"use strict";Object.defineProperty(kse,"__esModule",{value:!0});kse.browserDetector=void 0;var M$t=TPe(),bPe=class{detect(c){return Promise.resolve(M$t.browserDetectorSync.detect(c))}};kse.browserDetector=new bPe});var xPe=xt(Pse=>{"use strict";Object.defineProperty(Pse,"__esModule",{value:!0});Pse.envDetectorSync=void 0;var L$t=(zc(),ol(Xc)),F$t=fy(),j$t=hC(),B$t=cP(),EPe=class{constructor(){this._MAX_LENGTH=255,this._COMMA_SEPARATOR=",",this._LABEL_KEY_VALUE_SPLITTER="=",this._ERROR_MESSAGE_INVALID_CHARS="should be a ASCII string with a length greater than 0 and not exceed "+this._MAX_LENGTH+" characters.",this._ERROR_MESSAGE_INVALID_VALUE="should be a ASCII string with a length not exceed "+this._MAX_LENGTH+" characters."}detect(c){let f={},y=(0,F$t.getEnv)(),b=y.OTEL_RESOURCE_ATTRIBUTES,k=y.OTEL_SERVICE_NAME;if(b)try{let g=this._parseResourceAttributes(b);Object.assign(f,g)}catch(g){L$t.diag.debug(`EnvDetector failed: ${g.message}`)}return k&&(f[j$t.SEMRESATTRS_SERVICE_NAME]=k),new B$t.Resource(f)}_parseResourceAttributes(c){if(!c)return{};let f={},y=c.split(this._COMMA_SEPARATOR,-1);for(let b of y){let k=b.split(this._LABEL_KEY_VALUE_SPLITTER,-1);if(k.length!==2)continue;let[g,p]=k;if(g=g.trim(),p=p.trim().split(/^"|"$/).join(""),!this._isValidAndNotEmpty(g))throw new Error(`Attribute key ${this._ERROR_MESSAGE_INVALID_CHARS}`);if(!this._isValid(p))throw new Error(`Attribute value ${this._ERROR_MESSAGE_INVALID_VALUE}`);f[g]=decodeURIComponent(p)}return f}_isValid(c){return c.length<=this._MAX_LENGTH&&this._isBaggageOctetString(c)}_isBaggageOctetString(c){for(let f=0;f126)return!1}return!0}_isValidAndNotEmpty(c){return c.length>0&&this._isValid(c)}};Pse.envDetectorSync=new EPe});var rct=xt(Nse=>{"use strict";Object.defineProperty(Nse,"__esModule",{value:!0});Nse.envDetector=void 0;var U$t=xPe(),CPe=class{detect(c){return Promise.resolve(U$t.envDetectorSync.detect(c))}};Nse.envDetector=new CPe});var nct=xt(Bp=>{"use strict";Object.defineProperty(Bp,"__esModule",{value:!0});Bp.envDetectorSync=Bp.browserDetectorSync=Bp.envDetector=Bp.browserDetector=Bp.serviceInstanceIdDetectorSync=Bp.processDetectorSync=Bp.processDetector=Bp.osDetectorSync=Bp.osDetector=Bp.hostDetectorSync=Bp.hostDetector=void 0;var M4=ect();Object.defineProperty(Bp,"hostDetector",{enumerable:!0,get:function(){return M4.hostDetector}});Object.defineProperty(Bp,"hostDetectorSync",{enumerable:!0,get:function(){return M4.hostDetectorSync}});Object.defineProperty(Bp,"osDetector",{enumerable:!0,get:function(){return M4.osDetector}});Object.defineProperty(Bp,"osDetectorSync",{enumerable:!0,get:function(){return M4.osDetectorSync}});Object.defineProperty(Bp,"processDetector",{enumerable:!0,get:function(){return M4.processDetector}});Object.defineProperty(Bp,"processDetectorSync",{enumerable:!0,get:function(){return M4.processDetectorSync}});Object.defineProperty(Bp,"serviceInstanceIdDetectorSync",{enumerable:!0,get:function(){return M4.serviceInstanceIdDetectorSync}});var V$t=tct();Object.defineProperty(Bp,"browserDetector",{enumerable:!0,get:function(){return V$t.browserDetector}});var J$t=rct();Object.defineProperty(Bp,"envDetector",{enumerable:!0,get:function(){return J$t.envDetector}});var q$t=TPe();Object.defineProperty(Bp,"browserDetectorSync",{enumerable:!0,get:function(){return q$t.browserDetectorSync}});var z$t=xPe();Object.defineProperty(Bp,"envDetectorSync",{enumerable:!0,get:function(){return z$t.envDetectorSync}})});var ict=xt(Dse=>{"use strict";Object.defineProperty(Dse,"__esModule",{value:!0});Dse.isPromiseLike=void 0;var W$t=l=>l!==null&&typeof l=="object"&&typeof l.then=="function";Dse.isPromiseLike=W$t});var oct=xt($7=>{"use strict";Object.defineProperty($7,"__esModule",{value:!0});$7.detectResourcesSync=$7.detectResources=void 0;var pz=cP(),H7=(zc(),ol(Xc)),G$t=ict(),H$t=async(l={})=>{let c=await Promise.all((l.detectors||[]).map(async f=>{try{let y=await f.detect(l);return H7.diag.debug(`${f.constructor.name} found resource.`,y),y}catch(y){return H7.diag.debug(`${f.constructor.name} failed: ${y.message}`),pz.Resource.empty()}}));return sct(c),c.reduce((f,y)=>f.merge(y),pz.Resource.empty())};$7.detectResources=H$t;var $$t=(l={})=>{var c;let f=((c=l.detectors)!==null&&c!==void 0?c:[]).map(b=>{try{let k=b.detect(l),g;if((0,G$t.isPromiseLike)(k)){let p=async()=>(await k).attributes;g=new pz.Resource({},p())}else g=k;return g.waitForAsyncAttributes?g.waitForAsyncAttributes().then(()=>H7.diag.debug(`${b.constructor.name} found resource.`,g)):H7.diag.debug(`${b.constructor.name} found resource.`,g),g}catch(k){return H7.diag.error(`${b.constructor.name} failed: ${k.message}`),pz.Resource.empty()}}),y=f.reduce((b,k)=>b.merge(k),pz.Resource.empty());return y.waitForAsyncAttributes&&y.waitForAsyncAttributes().then(()=>{sct(f)}),y};$7.detectResourcesSync=$$t;var sct=l=>{l.forEach(c=>{if(Object.keys(c.attributes).length>0){let f=JSON.stringify(c.attributes,null,4);H7.diag.verbose(f)}})}});var APe=xt(c_=>{"use strict";Object.defineProperty(c_,"__esModule",{value:!0});c_.detectResources=c_.detectResourcesSync=c_.serviceInstanceIdDetectorSync=c_.processDetectorSync=c_.processDetector=c_.osDetectorSync=c_.osDetector=c_.hostDetectorSync=c_.hostDetector=c_.envDetectorSync=c_.envDetector=c_.browserDetectorSync=c_.browserDetector=c_.defaultServiceName=c_.Resource=void 0;var Y$t=cP();Object.defineProperty(c_,"Resource",{enumerable:!0,get:function(){return Y$t.Resource}});var K$t=sPe();Object.defineProperty(c_,"defaultServiceName",{enumerable:!0,get:function(){return K$t.defaultServiceName}});var vx=nct();Object.defineProperty(c_,"browserDetector",{enumerable:!0,get:function(){return vx.browserDetector}});Object.defineProperty(c_,"browserDetectorSync",{enumerable:!0,get:function(){return vx.browserDetectorSync}});Object.defineProperty(c_,"envDetector",{enumerable:!0,get:function(){return vx.envDetector}});Object.defineProperty(c_,"envDetectorSync",{enumerable:!0,get:function(){return vx.envDetectorSync}});Object.defineProperty(c_,"hostDetector",{enumerable:!0,get:function(){return vx.hostDetector}});Object.defineProperty(c_,"hostDetectorSync",{enumerable:!0,get:function(){return vx.hostDetectorSync}});Object.defineProperty(c_,"osDetector",{enumerable:!0,get:function(){return vx.osDetector}});Object.defineProperty(c_,"osDetectorSync",{enumerable:!0,get:function(){return vx.osDetectorSync}});Object.defineProperty(c_,"processDetector",{enumerable:!0,get:function(){return vx.processDetector}});Object.defineProperty(c_,"processDetectorSync",{enumerable:!0,get:function(){return vx.processDetectorSync}});Object.defineProperty(c_,"serviceInstanceIdDetectorSync",{enumerable:!0,get:function(){return vx.serviceInstanceIdDetectorSync}});var act=oct();Object.defineProperty(c_,"detectResourcesSync",{enumerable:!0,get:function(){return act.detectResourcesSync}});Object.defineProperty(c_,"detectResources",{enumerable:!0,get:function(){return act.detectResources}})});var cct=xt(Ise=>{"use strict";Object.defineProperty(Ise,"__esModule",{value:!0});Ise.ViewRegistry=void 0;var kPe=class{constructor(){this._registeredViews=[]}addView(c){this._registeredViews.push(c)}findViews(c,f){return this._registeredViews.filter(b=>this._matchInstrument(b.instrumentSelector,c)&&this._matchMeter(b.meterSelector,f))}_matchInstrument(c,f){return(c.getType()===void 0||f.type===c.getType())&&c.getNameFilter().match(f.name)&&c.getUnitFilter().match(f.unit)}_matchMeter(c,f){return c.getNameFilter().match(f.name)&&(f.version===void 0||c.getVersionFilter().match(f.version))&&(f.schemaUrl===void 0||c.getSchemaUrlFilter().match(f.schemaUrl))}};Ise.ViewRegistry=kPe});var wse=xt(Wd=>{"use strict";Object.defineProperty(Wd,"__esModule",{value:!0});Wd.isObservableInstrument=Wd.ObservableUpDownCounterInstrument=Wd.ObservableGaugeInstrument=Wd.ObservableCounterInstrument=Wd.ObservableInstrument=Wd.HistogramInstrument=Wd.GaugeInstrument=Wd.CounterInstrument=Wd.UpDownCounterInstrument=Wd.SyncInstrument=void 0;var Y7=(zc(),ol(Xc)),X$t=fy(),L4=class{constructor(c,f){this._writableMetricStorage=c,this._descriptor=f}_record(c,f={},y=Y7.context.active()){if(typeof c!="number"){Y7.diag.warn(`non-number value provided to metric ${this._descriptor.name}: ${c}`);return}this._descriptor.valueType===Y7.ValueType.INT&&!Number.isInteger(c)&&(Y7.diag.warn(`INT value type cannot accept a floating-point value for ${this._descriptor.name}, ignoring the fractional digits.`),c=Math.trunc(c),!Number.isInteger(c))||this._writableMetricStorage.record(c,f,y,(0,X$t.millisToHrTime)(Date.now()))}};Wd.SyncInstrument=L4;var PPe=class extends L4{add(c,f,y){this._record(c,f,y)}};Wd.UpDownCounterInstrument=PPe;var NPe=class extends L4{add(c,f,y){if(c<0){Y7.diag.warn(`negative value provided to counter ${this._descriptor.name}: ${c}`);return}this._record(c,f,y)}};Wd.CounterInstrument=NPe;var DPe=class extends L4{record(c,f,y){this._record(c,f,y)}};Wd.GaugeInstrument=DPe;var IPe=class extends L4{record(c,f,y){if(c<0){Y7.diag.warn(`negative value provided to histogram ${this._descriptor.name}: ${c}`);return}this._record(c,f,y)}};Wd.HistogramInstrument=IPe;var F4=class{constructor(c,f,y){this._observableRegistry=y,this._descriptor=c,this._metricStorages=f}addCallback(c){this._observableRegistry.addCallback(c,this)}removeCallback(c){this._observableRegistry.removeCallback(c,this)}};Wd.ObservableInstrument=F4;var wPe=class extends F4{};Wd.ObservableCounterInstrument=wPe;var OPe=class extends F4{};Wd.ObservableGaugeInstrument=OPe;var RPe=class extends F4{};Wd.ObservableUpDownCounterInstrument=RPe;function Q$t(l){return l instanceof F4}Wd.isObservableInstrument=Q$t});var lct=xt(Ose=>{"use strict";Object.defineProperty(Ose,"__esModule",{value:!0});Ose.Meter=void 0;var b1=aP(),j4=wse(),MPe=class{constructor(c){this._meterSharedState=c}createGauge(c,f){let y=(0,b1.createInstrumentDescriptor)(c,b1.InstrumentType.GAUGE,f),b=this._meterSharedState.registerMetricStorage(y);return new j4.GaugeInstrument(b,y)}createHistogram(c,f){let y=(0,b1.createInstrumentDescriptor)(c,b1.InstrumentType.HISTOGRAM,f),b=this._meterSharedState.registerMetricStorage(y);return new j4.HistogramInstrument(b,y)}createCounter(c,f){let y=(0,b1.createInstrumentDescriptor)(c,b1.InstrumentType.COUNTER,f),b=this._meterSharedState.registerMetricStorage(y);return new j4.CounterInstrument(b,y)}createUpDownCounter(c,f){let y=(0,b1.createInstrumentDescriptor)(c,b1.InstrumentType.UP_DOWN_COUNTER,f),b=this._meterSharedState.registerMetricStorage(y);return new j4.UpDownCounterInstrument(b,y)}createObservableGauge(c,f){let y=(0,b1.createInstrumentDescriptor)(c,b1.InstrumentType.OBSERVABLE_GAUGE,f),b=this._meterSharedState.registerAsyncMetricStorage(y);return new j4.ObservableGaugeInstrument(y,b,this._meterSharedState.observableRegistry)}createObservableCounter(c,f){let y=(0,b1.createInstrumentDescriptor)(c,b1.InstrumentType.OBSERVABLE_COUNTER,f),b=this._meterSharedState.registerAsyncMetricStorage(y);return new j4.ObservableCounterInstrument(y,b,this._meterSharedState.observableRegistry)}createObservableUpDownCounter(c,f){let y=(0,b1.createInstrumentDescriptor)(c,b1.InstrumentType.OBSERVABLE_UP_DOWN_COUNTER,f),b=this._meterSharedState.registerAsyncMetricStorage(y);return new j4.ObservableUpDownCounterInstrument(y,b,this._meterSharedState.observableRegistry)}addBatchObservableCallback(c,f){this._meterSharedState.observableRegistry.addBatchCallback(c,f)}removeBatchObservableCallback(c,f){this._meterSharedState.observableRegistry.removeBatchCallback(c,f)}};Ose.Meter=MPe});var FPe=xt(Rse=>{"use strict";Object.defineProperty(Rse,"__esModule",{value:!0});Rse.MetricStorage=void 0;var Z$t=aP(),LPe=class{constructor(c){this._instrumentDescriptor=c}getInstrumentDescriptor(){return this._instrumentDescriptor}updateDescription(c){this._instrumentDescriptor=(0,Z$t.createInstrumentDescriptor)(this._instrumentDescriptor.name,this._instrumentDescriptor.type,{description:c,valueType:this._instrumentDescriptor.valueType,unit:this._instrumentDescriptor.unit,advice:this._instrumentDescriptor.advice})}};Rse.MetricStorage=LPe});var dz=xt(K7=>{"use strict";Object.defineProperty(K7,"__esModule",{value:!0});K7.AttributeHashMap=K7.HashMap=void 0;var eYt=yC(),Mse=class{constructor(c){this._hash=c,this._valueMap=new Map,this._keyMap=new Map}get(c,f){return f??(f=this._hash(c)),this._valueMap.get(f)}getOrDefault(c,f){let y=this._hash(c);if(this._valueMap.has(y))return this._valueMap.get(y);let b=f();return this._keyMap.has(y)||this._keyMap.set(y,c),this._valueMap.set(y,b),b}set(c,f,y){y??(y=this._hash(c)),this._keyMap.has(y)||this._keyMap.set(y,c),this._valueMap.set(y,f)}has(c,f){return f??(f=this._hash(c)),this._valueMap.has(f)}*keys(){let c=this._keyMap.entries(),f=c.next();for(;f.done!==!0;)yield[f.value[1],f.value[0]],f=c.next()}*entries(){let c=this._valueMap.entries(),f=c.next();for(;f.done!==!0;)yield[this._keyMap.get(f.value[0]),f.value[1],f.value[0]],f=c.next()}get size(){return this._valueMap.size}};K7.HashMap=Mse;var jPe=class extends Mse{constructor(){super(eYt.hashAttributes)}};K7.AttributeHashMap=jPe});var VPe=xt(Lse=>{"use strict";Object.defineProperty(Lse,"__esModule",{value:!0});Lse.DeltaMetricProcessor=void 0;var BPe=dz(),UPe=class{constructor(c){this._aggregator=c,this._activeCollectionStorage=new BPe.AttributeHashMap,this._cumulativeMemoStorage=new BPe.AttributeHashMap}record(c,f,y,b){let k=this._activeCollectionStorage.getOrDefault(f,()=>this._aggregator.createAccumulation(b));k?.record(c)}batchCumulate(c,f){Array.from(c.entries()).forEach(([y,b,k])=>{let g=this._aggregator.createAccumulation(f);g?.record(b);let p=g;if(this._cumulativeMemoStorage.has(y,k)){let A=this._cumulativeMemoStorage.get(y,k);p=this._aggregator.diff(A,g)}if(this._activeCollectionStorage.has(y,k)){let A=this._activeCollectionStorage.get(y,k);p=this._aggregator.merge(A,p)}this._cumulativeMemoStorage.set(y,g,k),this._activeCollectionStorage.set(y,p,k)})}collect(){let c=this._activeCollectionStorage;return this._activeCollectionStorage=new BPe.AttributeHashMap,c}};Lse.DeltaMetricProcessor=UPe});var qPe=xt(Fse=>{"use strict";Object.defineProperty(Fse,"__esModule",{value:!0});Fse.TemporalMetricProcessor=void 0;var tYt=jie(),rYt=dz(),JPe=class l{constructor(c,f){this._aggregator=c,this._unreportedAccumulations=new Map,this._reportHistory=new Map,f.forEach(y=>{this._unreportedAccumulations.set(y,[])})}buildMetrics(c,f,y,b){this._stashAccumulations(y);let k=this._getMergedUnreportedAccumulations(c),g=k,p;if(this._reportHistory.has(c)){let j=this._reportHistory.get(c),se=j.collectionTime;p=j.aggregationTemporality,p===tYt.AggregationTemporality.CUMULATIVE?g=l.merge(j.accumulations,k,this._aggregator):g=l.calibrateStartTime(j.accumulations,k,se)}else p=c.selectAggregationTemporality(f.type);this._reportHistory.set(c,{accumulations:g,collectionTime:b,aggregationTemporality:p});let A=nYt(g);if(A.length!==0)return this._aggregator.toMetricData(f,p,A,b)}_stashAccumulations(c){let f=this._unreportedAccumulations.keys();for(let y of f){let b=this._unreportedAccumulations.get(y);b===void 0&&(b=[],this._unreportedAccumulations.set(y,b)),b.push(c)}}_getMergedUnreportedAccumulations(c){let f=new rYt.AttributeHashMap,y=this._unreportedAccumulations.get(c);if(this._unreportedAccumulations.set(c,[]),y===void 0)return f;for(let b of y)f=l.merge(f,b,this._aggregator);return f}static merge(c,f,y){let b=c,k=f.entries(),g=k.next();for(;g.done!==!0;){let[p,A,j]=g.value;if(c.has(p,j)){let se=c.get(p,j),We=y.merge(se,A);b.set(p,We,j)}else b.set(p,A,j);g=k.next()}return b}static calibrateStartTime(c,f,y){for(let[b,k]of c.keys()){let g=f.get(b,k);g?.setStartTime(y)}return f}};Fse.TemporalMetricProcessor=JPe;function nYt(l){return Array.from(l.entries())}});var uct=xt(jse=>{"use strict";Object.defineProperty(jse,"__esModule",{value:!0});jse.AsyncMetricStorage=void 0;var iYt=FPe(),sYt=VPe(),oYt=qPe(),aYt=dz(),zPe=class extends iYt.MetricStorage{constructor(c,f,y,b){super(c),this._attributesProcessor=y,this._deltaMetricStorage=new sYt.DeltaMetricProcessor(f),this._temporalMetricStorage=new oYt.TemporalMetricProcessor(f,b)}record(c,f){let y=new aYt.AttributeHashMap;Array.from(c.entries()).forEach(([b,k])=>{y.set(this._attributesProcessor.process(b),k)}),this._deltaMetricStorage.batchCumulate(y,f)}collect(c,f){let y=this._deltaMetricStorage.collect();return this._temporalMetricStorage.buildMetrics(c,this._instrumentDescriptor,y,f)}};jse.AsyncMetricStorage=zPe});var mct=xt(E1=>{"use strict";Object.defineProperty(E1,"__esModule",{value:!0});E1.getConflictResolutionRecipe=E1.getDescriptionResolutionRecipe=E1.getTypeConflictResolutionRecipe=E1.getUnitConflictResolutionRecipe=E1.getValueTypeConflictResolutionRecipe=E1.getIncompatibilityDetails=void 0;function cYt(l,c){let f="";return l.unit!==c.unit&&(f+=` - Unit '${l.unit}' does not match '${c.unit}'
`),l.type!==c.type&&(f+=` - Type '${l.type}' does not match '${c.type}'
`),l.valueType!==c.valueType&&(f+=` - Value Type '${l.valueType}' does not match '${c.valueType}'
`),l.description!==c.description&&(f+=` - Description '${l.description}' does not match '${c.description}'
`),f}E1.getIncompatibilityDetails=cYt;function _ct(l,c){return` - use valueType '${l.valueType}' on instrument creation or use an instrument name other than '${c.name}'`}E1.getValueTypeConflictResolutionRecipe=_ct;function fct(l,c){return` - use unit '${l.unit}' on instrument creation or use an instrument name other than '${c.name}'`}E1.getUnitConflictResolutionRecipe=fct;function pct(l,c){let f={name:c.name,type:c.type,unit:c.unit},y=JSON.stringify(f);return` - create a new view with a name other than '${l.name}' and InstrumentSelector '${y}'`}E1.getTypeConflictResolutionRecipe=pct;function dct(l,c){let f={name:c.name,type:c.type,unit:c.unit},y=JSON.stringify(f);return` - create a new view with a name other than '${l.name}' and InstrumentSelector '${y}'
- OR - create a new view with the name ${l.name} and description '${l.description}' and InstrumentSelector ${y}
- OR - create a new view with the name ${c.name} and description '${l.description}' and InstrumentSelector ${y}`}E1.getDescriptionResolutionRecipe=dct;function lYt(l,c){return l.valueType!==c.valueType?_ct(l,c):l.unit!==c.unit?fct(l,c):l.type!==c.type?pct(l,c):l.description!==c.description?dct(l,c):""}E1.getConflictResolutionRecipe=lYt});var hct=xt(Use=>{"use strict";Object.defineProperty(Use,"__esModule",{value:!0});Use.MetricStorageRegistry=void 0;var uYt=aP(),gct=(zc(),ol(Xc)),Bse=mct(),WPe=class l{constructor(){this._sharedRegistry=new Map,this._perCollectorRegistry=new Map}static create(){return new l}getStorages(c){let f=[];for(let b of this._sharedRegistry.values())f=f.concat(b);let y=this._perCollectorRegistry.get(c);if(y!=null)for(let b of y.values())f=f.concat(b);return f}register(c){this._registerStorage(c,this._sharedRegistry)}registerForCollector(c,f){let y=this._perCollectorRegistry.get(c);y==null&&(y=new Map,this._perCollectorRegistry.set(c,y)),this._registerStorage(f,y)}findOrUpdateCompatibleStorage(c){let f=this._sharedRegistry.get(c.name);return f===void 0?null:this._findOrUpdateCompatibleStorage(c,f)}findOrUpdateCompatibleCollectorStorage(c,f){let y=this._perCollectorRegistry.get(c);if(y===void 0)return null;let b=y.get(f.name);return b===void 0?null:this._findOrUpdateCompatibleStorage(f,b)}_registerStorage(c,f){let y=c.getInstrumentDescriptor(),b=f.get(y.name);if(b===void 0){f.set(y.name,[c]);return}b.push(c)}_findOrUpdateCompatibleStorage(c,f){let y=null;for(let b of f){let k=b.getInstrumentDescriptor();(0,uYt.isDescriptorCompatibleWith)(k,c)?(k.description!==c.description&&(c.description.length>k.description.length&&b.updateDescription(c.description),gct.diag.warn("A view or instrument with the name ",c.name,` has already been registered, but has a different description and is incompatible with another registered view.
`,`Details:
`,(0,Bse.getIncompatibilityDetails)(k,c),`The longer description will be used.
To resolve the conflict:`,(0,Bse.getConflictResolutionRecipe)(k,c))),y=b):gct.diag.warn("A view or instrument with the name ",c.name,` has already been registered and is incompatible with another registered view.
`,`Details:
`,(0,Bse.getIncompatibilityDetails)(k,c),`To resolve the conflict:
`,(0,Bse.getConflictResolutionRecipe)(k,c))}return y}};Use.MetricStorageRegistry=WPe});var yct=xt(Vse=>{"use strict";Object.defineProperty(Vse,"__esModule",{value:!0});Vse.MultiMetricStorage=void 0;var GPe=class{constructor(c){this._backingStorages=c}record(c,f,y,b){this._backingStorages.forEach(k=>{k.record(c,f,y,b)})}};Vse.MultiMetricStorage=GPe});var Sct=xt(Q7=>{"use strict";Object.defineProperty(Q7,"__esModule",{value:!0});Q7.BatchObservableResultImpl=Q7.ObservableResultImpl=void 0;var X7=(zc(),ol(Xc)),vct=dz(),_Yt=wse(),HPe=class{constructor(c,f){this._instrumentName=c,this._valueType=f,this._buffer=new vct.AttributeHashMap}observe(c,f={}){if(typeof c!="number"){X7.diag.warn(`non-number value provided to metric ${this._instrumentName}: ${c}`);return}this._valueType===X7.ValueType.INT&&!Number.isInteger(c)&&(X7.diag.warn(`INT value type cannot accept a floating-point value for ${this._instrumentName}, ignoring the fractional digits.`),c=Math.trunc(c),!Number.isInteger(c))||this._buffer.set(f,c)}};Q7.ObservableResultImpl=HPe;var $Pe=class{constructor(){this._buffer=new Map}observe(c,f,y={}){if(!(0,_Yt.isObservableInstrument)(c))return;let b=this._buffer.get(c);if(b==null&&(b=new vct.AttributeHashMap,this._buffer.set(c,b)),typeof f!="number"){X7.diag.warn(`non-number value provided to metric ${c._descriptor.name}: ${f}`);return}c._descriptor.valueType===X7.ValueType.INT&&!Number.isInteger(f)&&(X7.diag.warn(`INT value type cannot accept a floating-point value for ${c._descriptor.name}, ignoring the fractional digits.`),f=Math.trunc(f),!Number.isInteger(f))||b.set(y,f)}};Q7.BatchObservableResultImpl=$Pe});var Ect=xt(Jse=>{"use strict";Object.defineProperty(Jse,"__esModule",{value:!0});Jse.ObservableRegistry=void 0;var fYt=(zc(),ol(Xc)),Tct=wse(),bct=Sct(),mz=yC(),YPe=class{constructor(){this._callbacks=[],this._batchCallbacks=[]}addCallback(c,f){this._findCallback(c,f)>=0||this._callbacks.push({callback:c,instrument:f})}removeCallback(c,f){let y=this._findCallback(c,f);y<0||this._callbacks.splice(y,1)}addBatchCallback(c,f){let y=new Set(f.filter(Tct.isObservableInstrument));if(y.size===0){fYt.diag.error("BatchObservableCallback is not associated with valid instruments",f);return}this._findBatchCallback(c,y)>=0||this._batchCallbacks.push({callback:c,instruments:y})}removeBatchCallback(c,f){let y=new Set(f.filter(Tct.isObservableInstrument)),b=this._findBatchCallback(c,y);b<0||this._batchCallbacks.splice(b,1)}async observe(c,f){let y=this._observeCallbacks(c,f),b=this._observeBatchCallbacks(c,f);return(await(0,mz.PromiseAllSettled)([...y,...b])).filter(mz.isPromiseAllSettledRejectionResult).map(p=>p.reason)}_observeCallbacks(c,f){return this._callbacks.map(async({callback:y,instrument:b})=>{let k=new bct.ObservableResultImpl(b._descriptor.name,b._descriptor.valueType),g=Promise.resolve(y(k));f!=null&&(g=(0,mz.callWithTimeout)(g,f)),await g,b._metricStorages.forEach(p=>{p.record(k._buffer,c)})})}_observeBatchCallbacks(c,f){return this._batchCallbacks.map(async({callback:y,instruments:b})=>{let k=new bct.BatchObservableResultImpl,g=Promise.resolve(y(k));f!=null&&(g=(0,mz.callWithTimeout)(g,f)),await g,b.forEach(p=>{let A=k._buffer.get(p);A!=null&&p._metricStorages.forEach(j=>{j.record(A,c)})})})}_findCallback(c,f){return this._callbacks.findIndex(y=>y.callback===c&&y.instrument===f)}_findBatchCallback(c,f){return this._batchCallbacks.findIndex(y=>y.callback===c&&(0,mz.setEquals)(y.instruments,f))}};Jse.ObservableRegistry=YPe});var xct=xt(qse=>{"use strict";Object.defineProperty(qse,"__esModule",{value:!0});qse.SyncMetricStorage=void 0;var pYt=FPe(),dYt=VPe(),mYt=qPe(),KPe=class extends pYt.MetricStorage{constructor(c,f,y,b){super(c),this._attributesProcessor=y,this._deltaMetricStorage=new dYt.DeltaMetricProcessor(f),this._temporalMetricStorage=new mYt.TemporalMetricProcessor(f,b)}record(c,f,y,b){f=this._attributesProcessor.process(f,y),this._deltaMetricStorage.record(c,f,y,b)}collect(c,f){let y=this._deltaMetricStorage.collect();return this._temporalMetricStorage.buildMetrics(c,this._instrumentDescriptor,y,f)}};qse.SyncMetricStorage=KPe});var QPe=xt(gI=>{"use strict";Object.defineProperty(gI,"__esModule",{value:!0});gI.FilteringAttributesProcessor=gI.NoopAttributesProcessor=gI.AttributesProcessor=void 0;var gz=class{static Noop(){return gYt}};gI.AttributesProcessor=gz;var zse=class extends gz{process(c,f){return c}};gI.NoopAttributesProcessor=zse;var XPe=class extends gz{constructor(c){super(),this._allowedAttributeNames=c}process(c,f){let y={};return Object.keys(c).filter(b=>this._allowedAttributeNames.includes(b)).forEach(b=>y[b]=c[b]),y}};gI.FilteringAttributesProcessor=XPe;var gYt=new zse});var Cct=xt(Wse=>{"use strict";Object.defineProperty(Wse,"__esModule",{value:!0});Wse.MeterSharedState=void 0;var hYt=aP(),yYt=lct(),vYt=yC(),SYt=uct(),TYt=hct(),bYt=yct(),EYt=Ect(),xYt=xct(),CYt=QPe(),ZPe=class{constructor(c,f){this._meterProviderSharedState=c,this._instrumentationScope=f,this.metricStorageRegistry=new TYt.MetricStorageRegistry,this.observableRegistry=new EYt.ObservableRegistry,this.meter=new yYt.Meter(this)}registerMetricStorage(c){let f=this._registerMetricStorage(c,xYt.SyncMetricStorage);return f.length===1?f[0]:new bYt.MultiMetricStorage(f)}registerAsyncMetricStorage(c){return this._registerMetricStorage(c,SYt.AsyncMetricStorage)}async collect(c,f,y){let b=await this.observableRegistry.observe(f,y?.timeoutMillis),k=this.metricStorageRegistry.getStorages(c);if(k.length===0)return null;let g=k.map(p=>p.collect(c,f)).filter(vYt.isNotNullish);return g.length===0?{errors:b}:{scopeMetrics:{scope:this._instrumentationScope,metrics:g},errors:b}}_registerMetricStorage(c,f){let b=this._meterProviderSharedState.viewRegistry.findViews(c,this._instrumentationScope).map(k=>{let g=(0,hYt.createInstrumentDescriptorWithView)(k,c),p=this.metricStorageRegistry.findOrUpdateCompatibleStorage(g);if(p!=null)return p;let A=k.aggregation.createAggregator(g),j=new f(g,A,k.attributesProcessor,this._meterProviderSharedState.metricCollectors);return this.metricStorageRegistry.register(j),j});if(b.length===0){let g=this._meterProviderSharedState.selectAggregations(c.type).map(([p,A])=>{let j=this.metricStorageRegistry.findOrUpdateCompatibleCollectorStorage(p,c);if(j!=null)return j;let se=A.createAggregator(c),We=new f(c,se,CYt.AttributesProcessor.Noop(),[p]);return this.metricStorageRegistry.registerForCollector(p,We),We});b=b.concat(g)}return b}};Wse.MeterSharedState=ZPe});var Act=xt(Gse=>{"use strict";Object.defineProperty(Gse,"__esModule",{value:!0});Gse.MeterProviderSharedState=void 0;var AYt=yC(),kYt=cct(),PYt=Cct(),eNe=class{constructor(c){this.resource=c,this.viewRegistry=new kYt.ViewRegistry,this.metricCollectors=[],this.meterSharedStates=new Map}getMeterSharedState(c){let f=(0,AYt.instrumentationScopeId)(c),y=this.meterSharedStates.get(f);return y==null&&(y=new PYt.MeterSharedState(this,c),this.meterSharedStates.set(f,y)),y}selectAggregations(c){let f=[];for(let y of this.metricCollectors)f.push([y,y.selectAggregation(c)]);return f}};Gse.MeterProviderSharedState=eNe});var kct=xt(Hse=>{"use strict";Object.defineProperty(Hse,"__esModule",{value:!0});Hse.MetricCollector=void 0;var NYt=fy(),tNe=class{constructor(c,f){this._sharedState=c,this._metricReader=f}async collect(c){let f=(0,NYt.millisToHrTime)(Date.now()),y=[],b=[],k=Array.from(this._sharedState.meterSharedStates.values()).map(async g=>{let p=await g.collect(this,f,c);p?.scopeMetrics!=null&&y.push(p.scopeMetrics),p?.errors!=null&&b.push(...p.errors)});return await Promise.all(k),{resourceMetrics:{resource:this._sharedState.resource,scopeMetrics:y},errors:b}}async forceFlush(c){await this._metricReader.forceFlush(c)}async shutdown(c){await this._metricReader.shutdown(c)}selectAggregationTemporality(c){return this._metricReader.selectAggregationTemporality(c)}selectAggregation(c){return this._metricReader.selectAggregation(c)}};Hse.MetricCollector=tNe});var Nct=xt(Yse=>{"use strict";Object.defineProperty(Yse,"__esModule",{value:!0});Yse.MeterProvider=void 0;var $se=(zc(),ol(Xc)),Pct=APe(),DYt=Act(),IYt=kct(),rNe=class{constructor(c){var f;this._shutdown=!1;let y=Pct.Resource.default().merge((f=c?.resource)!==null&&f!==void 0?f:Pct.Resource.empty());if(this._sharedState=new DYt.MeterProviderSharedState(y),c?.views!=null&&c.views.length>0)for(let b of c.views)this._sharedState.viewRegistry.addView(b);if(c?.readers!=null&&c.readers.length>0)for(let b of c.readers)this.addMetricReader(b)}getMeter(c,f="",y={}){return this._shutdown?($se.diag.warn("A shutdown MeterProvider cannot provide a Meter"),(0,$se.createNoopMeter)()):this._sharedState.getMeterSharedState({name:c,version:f,schemaUrl:y.schemaUrl}).meter}addMetricReader(c){let f=new IYt.MetricCollector(this._sharedState,c);c.setMetricProducer(f),this._sharedState.metricCollectors.push(f)}async shutdown(c){if(this._shutdown){$se.diag.warn("shutdown may only be called once per MeterProvider");return}this._shutdown=!0,await Promise.all(this._sharedState.metricCollectors.map(f=>f.shutdown(c)))}async forceFlush(c){if(this._shutdown){$se.diag.warn("invalid attempt to force flush after MeterProvider shutdown");return}await Promise.all(this._sharedState.metricCollectors.map(f=>f.forceFlush(c)))}};Yse.MeterProvider=rNe});var Kse=xt(Z7=>{"use strict";Object.defineProperty(Z7,"__esModule",{value:!0});Z7.ExactPredicate=Z7.PatternPredicate=void 0;var wYt=/[\^$\\.+?()[\]{}|]/g,nNe=class l{constructor(c){c==="*"?(this._matchAll=!0,this._regexp=/.*/):(this._matchAll=!1,this._regexp=new RegExp(l.escapePattern(c)))}match(c){return this._matchAll?!0:this._regexp.test(c)}static escapePattern(c){return`^${c.replace(wYt,"\\$&").replace("*",".*")}$`}static hasWildcard(c){return c.includes("*")}};Z7.PatternPredicate=nNe;var iNe=class{constructor(c){this._matchAll=c===void 0,this._pattern=c}match(c){return!!(this._matchAll||c===this._pattern)}};Z7.ExactPredicate=iNe});var Ict=xt(Xse=>{"use strict";Object.defineProperty(Xse,"__esModule",{value:!0});Xse.InstrumentSelector=void 0;var Dct=Kse(),sNe=class{constructor(c){var f;this._nameFilter=new Dct.PatternPredicate((f=c?.name)!==null&&f!==void 0?f:"*"),this._type=c?.type,this._unitFilter=new Dct.ExactPredicate(c?.unit)}getType(){return this._type}getNameFilter(){return this._nameFilter}getUnitFilter(){return this._unitFilter}};Xse.InstrumentSelector=sNe});var wct=xt(Qse=>{"use strict";Object.defineProperty(Qse,"__esModule",{value:!0});Qse.MeterSelector=void 0;var oNe=Kse(),aNe=class{constructor(c){this._nameFilter=new oNe.ExactPredicate(c?.name),this._versionFilter=new oNe.ExactPredicate(c?.version),this._schemaUrlFilter=new oNe.ExactPredicate(c?.schemaUrl)}getNameFilter(){return this._nameFilter}getVersionFilter(){return this._versionFilter}getSchemaUrlFilter(){return this._schemaUrlFilter}};Qse.MeterSelector=aNe});var Rct=xt(Zse=>{"use strict";Object.defineProperty(Zse,"__esModule",{value:!0});Zse.View=void 0;var OYt=Kse(),Oct=QPe(),RYt=Ict(),MYt=wct(),LYt=ese();function FYt(l){return l.instrumentName==null&&l.instrumentType==null&&l.instrumentUnit==null&&l.meterName==null&&l.meterVersion==null&&l.meterSchemaUrl==null}var cNe=class{constructor(c){var f;if(FYt(c))throw new Error("Cannot create view with no selector arguments supplied");if(c.name!=null&&(c?.instrumentName==null||OYt.PatternPredicate.hasWildcard(c.instrumentName)))throw new Error("Views with a specified name must be declared with an instrument selector that selects at most one instrument per meter.");c.attributeKeys!=null?this.attributesProcessor=new Oct.FilteringAttributesProcessor(c.attributeKeys):this.attributesProcessor=Oct.AttributesProcessor.Noop(),this.name=c.name,this.description=c.description,this.aggregation=(f=c.aggregation)!==null&&f!==void 0?f:LYt.Aggregation.Default(),this.instrumentSelector=new RYt.InstrumentSelector({name:c.instrumentName,type:c.instrumentType,unit:c.instrumentUnit}),this.meterSelector=new MYt.MeterSelector({name:c.meterName,version:c.meterVersion,schemaUrl:c.meterSchemaUrl})}};Zse.View=cNe});var eF=xt(Yl=>{"use strict";Object.defineProperty(Yl,"__esModule",{value:!0});Yl.TimeoutError=Yl.View=Yl.Aggregation=Yl.SumAggregation=Yl.LastValueAggregation=Yl.HistogramAggregation=Yl.DropAggregation=Yl.ExponentialHistogramAggregation=Yl.ExplicitBucketHistogramAggregation=Yl.DefaultAggregation=Yl.MeterProvider=Yl.InstrumentType=Yl.ConsoleMetricExporter=Yl.InMemoryMetricExporter=Yl.PeriodicExportingMetricReader=Yl.MetricReader=Yl.DataPointType=Yl.AggregationTemporality=void 0;var jYt=jie();Object.defineProperty(Yl,"AggregationTemporality",{enumerable:!0,get:function(){return jYt.AggregationTemporality}});var BYt=I7();Object.defineProperty(Yl,"DataPointType",{enumerable:!0,get:function(){return BYt.DataPointType}});var UYt=tPe();Object.defineProperty(Yl,"MetricReader",{enumerable:!0,get:function(){return UYt.MetricReader}});var VYt=Dat();Object.defineProperty(Yl,"PeriodicExportingMetricReader",{enumerable:!0,get:function(){return VYt.PeriodicExportingMetricReader}});var JYt=wat();Object.defineProperty(Yl,"InMemoryMetricExporter",{enumerable:!0,get:function(){return JYt.InMemoryMetricExporter}});var qYt=Rat();Object.defineProperty(Yl,"ConsoleMetricExporter",{enumerable:!0,get:function(){return qYt.ConsoleMetricExporter}});var zYt=aP();Object.defineProperty(Yl,"InstrumentType",{enumerable:!0,get:function(){return zYt.InstrumentType}});var WYt=Nct();Object.defineProperty(Yl,"MeterProvider",{enumerable:!0,get:function(){return WYt.MeterProvider}});var hI=ese();Object.defineProperty(Yl,"DefaultAggregation",{enumerable:!0,get:function(){return hI.DefaultAggregation}});Object.defineProperty(Yl,"ExplicitBucketHistogramAggregation",{enumerable:!0,get:function(){return hI.ExplicitBucketHistogramAggregation}});Object.defineProperty(Yl,"ExponentialHistogramAggregation",{enumerable:!0,get:function(){return hI.ExponentialHistogramAggregation}});Object.defineProperty(Yl,"DropAggregation",{enumerable:!0,get:function(){return hI.DropAggregation}});Object.defineProperty(Yl,"HistogramAggregation",{enumerable:!0,get:function(){return hI.HistogramAggregation}});Object.defineProperty(Yl,"LastValueAggregation",{enumerable:!0,get:function(){return hI.LastValueAggregation}});Object.defineProperty(Yl,"SumAggregation",{enumerable:!0,get:function(){return hI.SumAggregation}});Object.defineProperty(Yl,"Aggregation",{enumerable:!0,get:function(){return hI.Aggregation}});var GYt=Rct();Object.defineProperty(Yl,"View",{enumerable:!0,get:function(){return GYt.View}});var HYt=yC();Object.defineProperty(Yl,"TimeoutError",{enumerable:!0,get:function(){return HYt.TimeoutError}})});var lNe=xt(hz=>{"use strict";Object.defineProperty(hz,"__esModule",{value:!0});hz.AggregationTemporalityPreference=void 0;var $Yt;(function(l){l[l.DELTA=0]="DELTA",l[l.CUMULATIVE=1]="CUMULATIVE",l[l.LOWMEMORY=2]="LOWMEMORY"})($Yt=hz.AggregationTemporalityPreference||(hz.AggregationTemporalityPreference={}))});var _Ne=xt(py=>{"use strict";Object.defineProperty(py,"__esModule",{value:!0});py.OTLPMetricExporterBase=py.LowMemoryTemporalitySelector=py.DeltaTemporalitySelector=py.CumulativeTemporalitySelector=void 0;var YYt=fy(),Wm=eF(),Mct=lNe(),KYt=(zc(),ol(Xc)),XYt=()=>Wm.AggregationTemporality.CUMULATIVE;py.CumulativeTemporalitySelector=XYt;var QYt=l=>{switch(l){case Wm.InstrumentType.COUNTER:case Wm.InstrumentType.OBSERVABLE_COUNTER:case Wm.InstrumentType.GAUGE:case Wm.InstrumentType.HISTOGRAM:case Wm.InstrumentType.OBSERVABLE_GAUGE:return Wm.AggregationTemporality.DELTA;case Wm.InstrumentType.UP_DOWN_COUNTER:case Wm.InstrumentType.OBSERVABLE_UP_DOWN_COUNTER:return Wm.AggregationTemporality.CUMULATIVE}};py.DeltaTemporalitySelector=QYt;var ZYt=l=>{switch(l){case Wm.InstrumentType.COUNTER:case Wm.InstrumentType.HISTOGRAM:return Wm.AggregationTemporality.DELTA;case Wm.InstrumentType.GAUGE:case Wm.InstrumentType.UP_DOWN_COUNTER:case Wm.InstrumentType.OBSERVABLE_UP_DOWN_COUNTER:case Wm.InstrumentType.OBSERVABLE_COUNTER:case Wm.InstrumentType.OBSERVABLE_GAUGE:return Wm.AggregationTemporality.CUMULATIVE}};py.LowMemoryTemporalitySelector=ZYt;function eKt(){let l=(0,YYt.getEnv)(),c=l.OTEL_EXPORTER_OTLP_METRICS_TEMPORALITY_PREFERENCE.trim().toLowerCase();return c==="cumulative"?py.CumulativeTemporalitySelector:c==="delta"?py.DeltaTemporalitySelector:c==="lowmemory"?py.LowMemoryTemporalitySelector:(KYt.diag.warn(`OTEL_EXPORTER_OTLP_METRICS_TEMPORALITY_PREFERENCE is set to '${l.OTEL_EXPORTER_OTLP_METRICS_TEMPORALITY_PREFERENCE}', but only 'cumulative' and 'delta' are allowed. Using default ('cumulative') instead.`),py.CumulativeTemporalitySelector)}function tKt(l){return l!=null?l===Mct.AggregationTemporalityPreference.DELTA?py.DeltaTemporalitySelector:l===Mct.AggregationTemporalityPreference.LOWMEMORY?py.LowMemoryTemporalitySelector:py.CumulativeTemporalitySelector:eKt()}function rKt(l){return l?.aggregationPreference?l.aggregationPreference:c=>Wm.Aggregation.Default()}var uNe=class{constructor(c,f){this._otlpExporter=c,this._aggregationSelector=rKt(f),this._aggregationTemporalitySelector=tKt(f?.temporalityPreference)}export(c,f){this._otlpExporter.export([c],f)}async shutdown(){await this._otlpExporter.shutdown()}forceFlush(){return Promise.resolve()}selectAggregation(c){return this._aggregationSelector(c)}selectAggregationTemporality(c){return this._aggregationTemporalitySelector(c)}};py.OTLPMetricExporterBase=uNe});var B4=xt(Up=>{"use strict";Object.defineProperty(Up,"__esModule",{value:!0});Up.parseRetryAfterToMills=Up.isExportRetryable=Up.invalidTimeout=Up.configureExporterTimeout=Up.appendRootPathToUrlIfNeeded=Up.appendResourcePathToUrl=Up.parseHeaders=Up.DEFAULT_EXPORT_BACKOFF_MULTIPLIER=Up.DEFAULT_EXPORT_MAX_BACKOFF=Up.DEFAULT_EXPORT_INITIAL_BACKOFF=Up.DEFAULT_EXPORT_MAX_ATTEMPTS=void 0;var fNe=(zc(),ol(Xc)),Lct=fy(),Fct=1e4;Up.DEFAULT_EXPORT_MAX_ATTEMPTS=5;Up.DEFAULT_EXPORT_INITIAL_BACKOFF=1e3;Up.DEFAULT_EXPORT_MAX_BACKOFF=5e3;Up.DEFAULT_EXPORT_BACKOFF_MULTIPLIER=1.5;function nKt(l={}){let c={};return Object.entries(l).forEach(([f,y])=>{typeof y<"u"?c[f]=String(y):fNe.diag.warn(`Header "${f}" has invalid value (${y}) and will be ignored`)}),c}Up.parseHeaders=nKt;function iKt(l,c){return l.endsWith("/")||(l=l+"/"),l+c}Up.appendResourcePathToUrl=iKt;function sKt(l){try{let c=new URL(l);return c.pathname===""&&(c.pathname=c.pathname+"/"),c.toString()}catch{return fNe.diag.warn(`Could not parse export URL: '${l}'`),l}}Up.appendRootPathToUrlIfNeeded=sKt;function oKt(l){return typeof l=="number"?l<=0?pNe(l,Fct):l:aKt()}Up.configureExporterTimeout=oKt;function aKt(){var l;let c=Number((l=(0,Lct.getEnv)().OTEL_EXPORTER_OTLP_TRACES_TIMEOUT)!==null&&l!==void 0?l:(0,Lct.getEnv)().OTEL_EXPORTER_OTLP_TIMEOUT);return c<=0?pNe(c,Fct):c}function pNe(l,c){return fNe.diag.warn("Timeout must be greater than 0",l),c}Up.invalidTimeout=pNe;function cKt(l){return[429,502,503,504].includes(l)}Up.isExportRetryable=cKt;function lKt(l){if(l==null)return-1;let c=Number.parseInt(l,10);if(Number.isInteger(c))return c>0?c*1e3:-1;let f=new Date(l).getTime()-Date.now();return f>=0?f:0}Up.parseRetryAfterToMills=lKt});var toe=xt(eoe=>{"use strict";Object.defineProperty(eoe,"__esModule",{value:!0});eoe.OTLPExporterBase=void 0;var jct=(zc(),ol(Xc)),yz=fy(),uKt=B4(),dNe=class{constructor(c={}){this._sendingPromises=[],this.url=this.getDefaultUrl(c),typeof c.hostname=="string"&&(this.hostname=c.hostname),this.shutdown=this.shutdown.bind(this),this._shutdownOnce=new yz.BindOnceFuture(this._shutdown,this),this._concurrencyLimit=typeof c.concurrencyLimit=="number"?c.concurrencyLimit:30,this.timeoutMillis=(0,uKt.configureExporterTimeout)(c.timeoutMillis),this.onInit(c)}export(c,f){if(this._shutdownOnce.isCalled){f({code:yz.ExportResultCode.FAILED,error:new Error("Exporter has been shutdown")});return}if(this._sendingPromises.length>=this._concurrencyLimit){f({code:yz.ExportResultCode.FAILED,error:new Error("Concurrent export limit reached")});return}this._export(c).then(()=>{f({code:yz.ExportResultCode.SUCCESS})}).catch(y=>{f({code:yz.ExportResultCode.FAILED,error:y})})}_export(c){return new Promise((f,y)=>{try{jct.diag.debug("items to be sent",c),this.send(c,f,y)}catch(b){y(b)}})}shutdown(){return this._shutdownOnce.call()}forceFlush(){return Promise.all(this._sendingPromises).then(()=>{})}_shutdown(){return jct.diag.debug("shutdown started"),this.onShutdown(),this.forceFlush()}};eoe.OTLPExporterBase=dNe});var mNe=xt(vz=>{"use strict";Object.defineProperty(vz,"__esModule",{value:!0});vz.CompressionAlgorithm=void 0;var _Kt;(function(l){l.NONE="none",l.GZIP="gzip"})(_Kt=vz.CompressionAlgorithm||(vz.CompressionAlgorithm={}))});var noe=xt(roe=>{"use strict";Object.defineProperty(roe,"__esModule",{value:!0});roe.OTLPExporterError=void 0;var gNe=class extends Error{constructor(c,f,y){super(c),this.name="OTLPExporterError",this.data=y,this.code=f}};roe.OTLPExporterError=gNe});var yNe=xt(yI=>{"use strict";Object.defineProperty(yI,"__esModule",{value:!0});yI.configureCompression=yI.createHttpAgent=yI.sendWithHttp=void 0;var Uct=Ru("url"),Vct=Ru("http"),Jct=Ru("https"),fKt=Ru("zlib"),pKt=Ru("stream"),hNe=(zc(),ol(Xc)),ioe=mNe(),Bct=fy(),Sz=noe(),tF=B4();function dKt(l,c,f,y,b){let k=l.timeoutMillis,g=new Uct.URL(l.url),p=Number(process.versions.node.split(".")[0]),A,j,se=!1,We=setTimeout(()=>{if(clearTimeout(A),se=!0,j.destroyed){let kt=new Sz.OTLPExporterError("Request Timeout");b(kt)}else p>=14?j.destroy():j.abort()},k),ve={hostname:g.hostname,port:g.port,path:g.pathname,method:"POST",headers:Object.assign({"Content-Type":f},l.headers),agent:l.agent},lr=g.protocol==="http:"?Vct.request:Jct.request,Rr=(kt=tF.DEFAULT_EXPORT_MAX_ATTEMPTS,Et=tF.DEFAULT_EXPORT_INITIAL_BACKOFF)=>{switch(j=lr(ve,pi=>{let di="";pi.on("data",ra=>di+=ra),pi.on("aborted",()=>{if(se){let ra=new Sz.OTLPExporterError("Request Timeout");b(ra)}}),pi.on("end",()=>{if(se===!1)if(pi.statusCode&&pi.statusCode<299)hNe.diag.debug(`statusCode: ${pi.statusCode}`,di),y(),clearTimeout(We),clearTimeout(A);else if(pi.statusCode&&(0,tF.isExportRetryable)(pi.statusCode)&&kt>0){let ra;Et=tF.DEFAULT_EXPORT_BACKOFF_MULTIPLIER*Et,pi.headers["retry-after"]?ra=(0,tF.parseRetryAfterToMills)(pi.headers["retry-after"]):ra=Math.round(Math.random()*(tF.DEFAULT_EXPORT_MAX_BACKOFF-Et)+Et),A=setTimeout(()=>{Rr(kt-1,Et)},ra)}else{let ra=new Sz.OTLPExporterError(pi.statusMessage,pi.statusCode,di);b(ra),clearTimeout(We),clearTimeout(A)}})}),j.on("error",pi=>{if(se){let di=new Sz.OTLPExporterError("Request Timeout",pi.code);b(di)}else b(pi);clearTimeout(We),clearTimeout(A)}),j.on("abort",()=>{if(se){let pi=new Sz.OTLPExporterError("Request Timeout");b(pi)}clearTimeout(We),clearTimeout(A)}),l.compression){case ioe.CompressionAlgorithm.GZIP:{j.setHeader("Content-Encoding","gzip"),mKt(c).on("error",b).pipe(fKt.createGzip()).on("error",b).pipe(j);break}default:j.end(Buffer.from(c));break}};Rr()}yI.sendWithHttp=dKt;function mKt(l){let c=new pKt.Readable;return c.push(l),c.push(null),c}function gKt(l){if(l.httpAgentOptions&&l.keepAlive===!1){hNe.diag.warn("httpAgentOptions is used only when keepAlive is true");return}if(!(l.keepAlive===!1||!l.url))try{let f=new Uct.URL(l.url).protocol==="http:"?Vct.Agent:Jct.Agent;return new f(Object.assign({keepAlive:!0},l.httpAgentOptions))}catch(c){hNe.diag.error(`collector exporter failed to create http agent. err: ${c.message}`);return}}yI.createHttpAgent=gKt;function hKt(l){return l||(((0,Bct.getEnv)().OTEL_EXPORTER_OTLP_TRACES_COMPRESSION||(0,Bct.getEnv)().OTEL_EXPORTER_OTLP_COMPRESSION)===ioe.CompressionAlgorithm.GZIP?ioe.CompressionAlgorithm.GZIP:ioe.CompressionAlgorithm.NONE)}yI.configureCompression=hKt});var Wct=xt(soe=>{"use strict";Object.defineProperty(soe,"__esModule",{value:!0});soe.OTLPExporterNodeBase=void 0;var yKt=toe(),vKt=B4(),vNe=yNe(),qct=(zc(),ol(Xc)),zct=fy(),SNe=class extends yKt.OTLPExporterBase{constructor(c={},f,y){super(c),this.DEFAULT_HEADERS={},this._contentType=y,c.metadata&&qct.diag.warn("Metadata cannot be set when using http"),this.headers=Object.assign(this.DEFAULT_HEADERS,(0,vKt.parseHeaders)(c.headers),zct.baggageUtils.parseKeyPairsIntoRecord((0,zct.getEnv)().OTEL_EXPORTER_OTLP_HEADERS)),this.agent=(0,vNe.createHttpAgent)(c),this.compression=(0,vNe.configureCompression)(c.compression),this._serializer=f}onInit(c){}send(c,f,y){if(this._shutdownOnce.isCalled){qct.diag.debug("Shutdown already started. Cannot send objects");return}let b=new Promise((g,p)=>{var A;(0,vNe.sendWithHttp)(this,(A=this._serializer.serializeRequest(c))!==null&&A!==void 0?A:new Uint8Array,this._contentType,g,p)}).then(f,y);this._sendingPromises.push(b);let k=()=>{let g=this._sendingPromises.indexOf(b);this._sendingPromises.splice(g,1)};b.then(k,k)}onShutdown(){}};soe.OTLPExporterNodeBase=SNe});var Gct=xt(Pb=>{"use strict";Object.defineProperty(Pb,"__esModule",{value:!0});Pb.CompressionAlgorithm=Pb.configureCompression=Pb.createHttpAgent=Pb.sendWithHttp=Pb.OTLPExporterNodeBase=void 0;var SKt=Wct();Object.defineProperty(Pb,"OTLPExporterNodeBase",{enumerable:!0,get:function(){return SKt.OTLPExporterNodeBase}});var TNe=yNe();Object.defineProperty(Pb,"sendWithHttp",{enumerable:!0,get:function(){return TNe.sendWithHttp}});Object.defineProperty(Pb,"createHttpAgent",{enumerable:!0,get:function(){return TNe.createHttpAgent}});Object.defineProperty(Pb,"configureCompression",{enumerable:!0,get:function(){return TNe.configureCompression}});var TKt=mNe();Object.defineProperty(Pb,"CompressionAlgorithm",{enumerable:!0,get:function(){return TKt.CompressionAlgorithm}})});var bNe=xt(nF=>{"use strict";Object.defineProperty(nF,"__esModule",{value:!0});nF.sendWithXhr=nF.sendWithBeacon=void 0;var Hct=(zc(),ol(Xc)),Tz=noe(),rF=B4();function bKt(l,c,f,y,b){if(navigator.sendBeacon(c,new Blob([l],f)))Hct.diag.debug("sendBeacon - can send",l),y();else{let k=new Tz.OTLPExporterError(`sendBeacon - cannot send ${l}`);b(k)}}nF.sendWithBeacon=bKt;function EKt(l,c,f,y,b,k){let g,p,A=!1,j=setTimeout(()=>{if(clearTimeout(g),A=!0,p.readyState===XMLHttpRequest.DONE){let We=new Tz.OTLPExporterError("Request Timeout");k(We)}else p.abort()},y),se=(We=rF.DEFAULT_EXPORT_MAX_ATTEMPTS,ve=rF.DEFAULT_EXPORT_INITIAL_BACKOFF)=>{p=new XMLHttpRequest,p.open("POST",c),Object.entries(Object.assign(Object.assign({},{Accept:"application/json","Content-Type":"application/json"}),f)).forEach(([Rr,kt])=>{p.setRequestHeader(Rr,kt)}),p.send(l),p.onreadystatechange=()=>{if(p.readyState===XMLHttpRequest.DONE&&A===!1)if(p.status>=200&&p.status<=299)Hct.diag.debug("xhr success",l),b(),clearTimeout(j),clearTimeout(g);else if(p.status&&(0,rF.isExportRetryable)(p.status)&&We>0){let Rr;ve=rF.DEFAULT_EXPORT_BACKOFF_MULTIPLIER*ve,p.getResponseHeader("Retry-After")?Rr=(0,rF.parseRetryAfterToMills)(p.getResponseHeader("Retry-After")):Rr=Math.round(Math.random()*(rF.DEFAULT_EXPORT_MAX_BACKOFF-ve)+ve),g=setTimeout(()=>{se(We-1,ve)},Rr)}else{let Rr=new Tz.OTLPExporterError(`Failed to export with XHR (status: ${p.status})`,p.status);k(Rr),clearTimeout(j),clearTimeout(g)}},p.onabort=()=>{if(A){let Rr=new Tz.OTLPExporterError("Request Timeout");k(Rr)}clearTimeout(j),clearTimeout(g)},p.onerror=()=>{if(A){let Rr=new Tz.OTLPExporterError("Request Timeout");k(Rr)}clearTimeout(j),clearTimeout(g)}};se()}nF.sendWithXhr=EKt});var Kct=xt(ooe=>{"use strict";Object.defineProperty(ooe,"__esModule",{value:!0});ooe.OTLPExporterBrowserBase=void 0;var xKt=toe(),CKt=B4(),$ct=bNe(),AKt=(zc(),ol(Xc)),Yct=fy(),ENe=class extends xKt.OTLPExporterBase{constructor(c={},f,y){super(c),this._useXHR=!1,this._serializer=f,this._contentType=y,this._useXHR=!!c.headers||typeof navigator.sendBeacon!="function",this._useXHR?this._headers=Object.assign({},(0,CKt.parseHeaders)(c.headers),Yct.baggageUtils.parseKeyPairsIntoRecord((0,Yct.getEnv)().OTEL_EXPORTER_OTLP_HEADERS)):this._headers={}}onInit(){}onShutdown(){}send(c,f,y){var b;if(this._shutdownOnce.isCalled){AKt.diag.debug("Shutdown already started. Cannot send objects");return}let k=(b=this._serializer.serializeRequest(c))!==null&&b!==void 0?b:new Uint8Array,g=new Promise((A,j)=>{this._useXHR?(0,$ct.sendWithXhr)(k,this.url,Object.assign(Object.assign({},this._headers),{"Content-Type":this._contentType}),this.timeoutMillis,A,j):(0,$ct.sendWithBeacon)(k,this.url,{type:this._contentType},A,j)}).then(f,y);this._sendingPromises.push(g);let p=()=>{let A=this._sendingPromises.indexOf(g);this._sendingPromises.splice(A,1)};g.then(p,p)}};ooe.OTLPExporterBrowserBase=ENe});var Xct=xt(iF=>{"use strict";Object.defineProperty(iF,"__esModule",{value:!0});iF.sendWithXhr=iF.OTLPExporterBrowserBase=void 0;var kKt=Kct();Object.defineProperty(iF,"OTLPExporterBrowserBase",{enumerable:!0,get:function(){return kKt.OTLPExporterBrowserBase}});var PKt=bNe();Object.defineProperty(iF,"sendWithXhr",{enumerable:!0,get:function(){return PKt.sendWithXhr}})});var Zct=xt(n0=>{"use strict";Object.defineProperty(n0,"__esModule",{value:!0});n0.sendWithXhr=n0.OTLPExporterBrowserBase=n0.CompressionAlgorithm=n0.configureCompression=n0.createHttpAgent=n0.sendWithHttp=n0.OTLPExporterNodeBase=void 0;var bz=Gct();Object.defineProperty(n0,"OTLPExporterNodeBase",{enumerable:!0,get:function(){return bz.OTLPExporterNodeBase}});Object.defineProperty(n0,"sendWithHttp",{enumerable:!0,get:function(){return bz.sendWithHttp}});Object.defineProperty(n0,"createHttpAgent",{enumerable:!0,get:function(){return bz.createHttpAgent}});Object.defineProperty(n0,"configureCompression",{enumerable:!0,get:function(){return bz.configureCompression}});Object.defineProperty(n0,"CompressionAlgorithm",{enumerable:!0,get:function(){return bz.CompressionAlgorithm}});var Qct=Xct();Object.defineProperty(n0,"OTLPExporterBrowserBase",{enumerable:!0,get:function(){return Qct.OTLPExporterBrowserBase}});Object.defineProperty(n0,"sendWithXhr",{enumerable:!0,get:function(){return Qct.sendWithXhr}})});var xNe=xt(Tm=>{"use strict";var NKt=Tm&&Tm.__createBinding||(Object.create?function(l,c,f,y){y===void 0&&(y=f),Object.defineProperty(l,y,{enumerable:!0,get:function(){return c[f]}})}:function(l,c,f,y){y===void 0&&(y=f),l[y]=c[f]}),DKt=Tm&&Tm.__exportStar||function(l,c){for(var f in l)f!=="default"&&!Object.prototype.hasOwnProperty.call(c,f)&&NKt(c,l,f)};Object.defineProperty(Tm,"__esModule",{value:!0});Tm.invalidTimeout=Tm.configureExporterTimeout=Tm.appendRootPathToUrlIfNeeded=Tm.appendResourcePathToUrl=Tm.parseHeaders=Tm.OTLPExporterError=Tm.OTLPExporterBase=void 0;DKt(Zct(),Tm);var IKt=toe();Object.defineProperty(Tm,"OTLPExporterBase",{enumerable:!0,get:function(){return IKt.OTLPExporterBase}});var wKt=noe();Object.defineProperty(Tm,"OTLPExporterError",{enumerable:!0,get:function(){return wKt.OTLPExporterError}});var Ez=B4();Object.defineProperty(Tm,"parseHeaders",{enumerable:!0,get:function(){return Ez.parseHeaders}});Object.defineProperty(Tm,"appendResourcePathToUrl",{enumerable:!0,get:function(){return Ez.appendResourcePathToUrl}});Object.defineProperty(Tm,"appendRootPathToUrlIfNeeded",{enumerable:!0,get:function(){return Ez.appendRootPathToUrlIfNeeded}});Object.defineProperty(Tm,"configureExporterTimeout",{enumerable:!0,get:function(){return Ez.configureExporterTimeout}});Object.defineProperty(Tm,"invalidTimeout",{enumerable:!0,get:function(){return Ez.invalidTimeout}})});var xz=xt(Nb=>{"use strict";Object.defineProperty(Nb,"__esModule",{value:!0});Nb.getOtlpEncoder=Nb.encodeAsString=Nb.encodeAsLongBits=Nb.toLongBits=Nb.hrTimeToNanos=void 0;var aoe=fy();function CNe(l){let c=BigInt(1e9);return BigInt(l[0])*c+BigInt(l[1])}Nb.hrTimeToNanos=CNe;function tlt(l){let c=Number(BigInt.asUintN(32,l)),f=Number(BigInt.asUintN(32,l>>BigInt(32)));return{low:c,high:f}}Nb.toLongBits=tlt;function ANe(l){let c=CNe(l);return tlt(c)}Nb.encodeAsLongBits=ANe;function rlt(l){return CNe(l).toString()}Nb.encodeAsString=rlt;var OKt=typeof BigInt<"u"?rlt:aoe.hrTimeToNanoseconds;function elt(l){return l}function nlt(l){if(l!==void 0)return(0,aoe.hexToBinary)(l)}var RKt={encodeHrTime:ANe,encodeSpanContext:aoe.hexToBinary,encodeOptionalSpanContext:nlt};function MKt(l){var c,f;if(l===void 0)return RKt;let y=(c=l.useLongBits)!==null&&c!==void 0?c:!0,b=(f=l.useHex)!==null&&f!==void 0?f:!1;return{encodeHrTime:y?ANe:OKt,encodeSpanContext:b?elt:aoe.hexToBinary,encodeOptionalSpanContext:b?elt:nlt}}Nb.getOtlpEncoder=MKt});var ilt=xt(Cz=>{"use strict";Object.defineProperty(Cz,"__esModule",{value:!0});Cz.ESpanKind=void 0;var LKt;(function(l){l[l.SPAN_KIND_UNSPECIFIED=0]="SPAN_KIND_UNSPECIFIED",l[l.SPAN_KIND_INTERNAL=1]="SPAN_KIND_INTERNAL",l[l.SPAN_KIND_SERVER=2]="SPAN_KIND_SERVER",l[l.SPAN_KIND_CLIENT=3]="SPAN_KIND_CLIENT",l[l.SPAN_KIND_PRODUCER=4]="SPAN_KIND_PRODUCER",l[l.SPAN_KIND_CONSUMER=5]="SPAN_KIND_CONSUMER"})(LKt=Cz.ESpanKind||(Cz.ESpanKind={}))});var sF=xt(TC=>{"use strict";Object.defineProperty(TC,"__esModule",{value:!0});TC.toAnyValue=TC.toKeyValue=TC.toAttributes=TC.createInstrumentationScope=void 0;function FKt(l){return{name:l.name,version:l.version}}TC.createInstrumentationScope=FKt;function jKt(l){return Object.keys(l).map(c=>kNe(c,l[c]))}TC.toAttributes=jKt;function kNe(l,c){return{key:l,value:PNe(c)}}TC.toKeyValue=kNe;function PNe(l){let c=typeof l;return c==="string"?{stringValue:l}:c==="number"?Number.isInteger(l)?{intValue:l}:{doubleValue:l}:c==="boolean"?{boolValue:l}:l instanceof Uint8Array?{bytesValue:l}:Array.isArray(l)?{arrayValue:{values:l.map(PNe)}}:c==="object"&&l!=null?{kvlistValue:{values:Object.entries(l).map(([f,y])=>kNe(f,y))}}:{}}TC.toAnyValue=PNe});var alt=xt(vI=>{"use strict";Object.defineProperty(vI,"__esModule",{value:!0});vI.toOtlpSpanEvent=vI.toOtlpLink=vI.sdkSpanToOtlpSpan=void 0;var NNe=sF();function BKt(l,c){var f;let y=l.spanContext(),b=l.status;return{traceId:c.encodeSpanContext(y.traceId),spanId:c.encodeSpanContext(y.spanId),parentSpanId:c.encodeOptionalSpanContext(l.parentSpanId),traceState:(f=y.traceState)===null||f===void 0?void 0:f.serialize(),name:l.name,kind:l.kind==null?0:l.kind+1,startTimeUnixNano:c.encodeHrTime(l.startTime),endTimeUnixNano:c.encodeHrTime(l.endTime),attributes:(0,NNe.toAttributes)(l.attributes),droppedAttributesCount:l.droppedAttributesCount,events:l.events.map(k=>olt(k,c)),droppedEventsCount:l.droppedEventsCount,status:{code:b.code,message:b.message},links:l.links.map(k=>slt(k,c)),droppedLinksCount:l.droppedLinksCount}}vI.sdkSpanToOtlpSpan=BKt;function slt(l,c){var f;return{attributes:l.attributes?(0,NNe.toAttributes)(l.attributes):[],spanId:c.encodeSpanContext(l.context.spanId),traceId:c.encodeSpanContext(l.context.traceId),traceState:(f=l.context.traceState)===null||f===void 0?void 0:f.serialize(),droppedAttributesCount:l.droppedAttributesCount||0}}vI.toOtlpLink=slt;function olt(l,c){return{attributes:l.attributes?(0,NNe.toAttributes)(l.attributes):[],name:l.name,timeUnixNano:c.encodeHrTime(l.time),droppedAttributesCount:l.droppedAttributesCount||0}}vI.toOtlpSpanEvent=olt});var loe=xt(coe=>{"use strict";Object.defineProperty(coe,"__esModule",{value:!0});coe.createResource=void 0;var UKt=sF();function VKt(l){return{attributes:(0,UKt.toAttributes)(l.attributes),droppedAttributesCount:0}}coe.createResource=VKt});var _oe=xt(uoe=>{"use strict";Object.defineProperty(uoe,"__esModule",{value:!0});uoe.createExportTraceServiceRequest=void 0;var JKt=alt(),qKt=xz(),zKt=sF(),WKt=loe();function GKt(l,c){let f=(0,qKt.getOtlpEncoder)(c);return{resourceSpans:$Kt(l,f)}}uoe.createExportTraceServiceRequest=GKt;function HKt(l){let c=new Map;for(let f of l){let y=c.get(f.resource);y||(y=new Map,c.set(f.resource,y));let b=`${f.instrumentationLibrary.name}@${f.instrumentationLibrary.version||""}:${f.instrumentationLibrary.schemaUrl||""}`,k=y.get(b);k||(k=[],y.set(b,k)),k.push(f)}return c}function $Kt(l,c){let f=HKt(l),y=[],b=f.entries(),k=b.next();for(;!k.done;){let[g,p]=k.value,A=[],j=p.values(),se=j.next();for(;!se.done;){let ve=se.value;if(ve.length>0){let lr=ve.map(Rr=>(0,JKt.sdkSpanToOtlpSpan)(Rr,c));A.push({scope:(0,zKt.createInstrumentationScope)(ve[0].instrumentationLibrary),spans:lr,schemaUrl:ve[0].instrumentationLibrary.schemaUrl})}se=j.next()}let We={resource:(0,WKt.createResource)(g),scopeSpans:A,schemaUrl:void 0};y.push(We),k=b.next()}return y}});var flt=xt(SI=>{"use strict";Object.defineProperty(SI,"__esModule",{value:!0});SI.toMetric=SI.toScopeMetrics=SI.toResourceMetrics=void 0;var clt=(zc(),ol(Xc)),oF=eF(),YKt=xz(),foe=sF(),KKt=loe();function XKt(l,c){let f=(0,YKt.getOtlpEncoder)(c);return{resource:(0,KKt.createResource)(l.resource),schemaUrl:void 0,scopeMetrics:ult(l.scopeMetrics,f)}}SI.toResourceMetrics=XKt;function ult(l,c){return Array.from(l.map(f=>({scope:(0,foe.createInstrumentationScope)(f.scope),metrics:f.metrics.map(y=>_lt(y,c)),schemaUrl:f.scope.schemaUrl})))}SI.toScopeMetrics=ult;function _lt(l,c){let f={name:l.descriptor.name,description:l.descriptor.description,unit:l.descriptor.unit},y=tXt(l.aggregationTemporality);switch(l.dataPointType){case oF.DataPointType.SUM:f.sum={aggregationTemporality:y,isMonotonic:l.isMonotonic,dataPoints:llt(l,c)};break;case oF.DataPointType.GAUGE:f.gauge={dataPoints:llt(l,c)};break;case oF.DataPointType.HISTOGRAM:f.histogram={aggregationTemporality:y,dataPoints:ZKt(l,c)};break;case oF.DataPointType.EXPONENTIAL_HISTOGRAM:f.exponentialHistogram={aggregationTemporality:y,dataPoints:eXt(l,c)};break}return f}SI.toMetric=_lt;function QKt(l,c,f){let y={attributes:(0,foe.toAttributes)(l.attributes),startTimeUnixNano:f.encodeHrTime(l.startTime),timeUnixNano:f.encodeHrTime(l.endTime)};switch(c){case clt.ValueType.INT:y.asInt=l.value;break;case clt.ValueType.DOUBLE:y.asDouble=l.value;break}return y}function llt(l,c){return l.dataPoints.map(f=>QKt(f,l.descriptor.valueType,c))}function ZKt(l,c){return l.dataPoints.map(f=>{let y=f.value;return{attributes:(0,foe.toAttributes)(f.attributes),bucketCounts:y.buckets.counts,explicitBounds:y.buckets.boundaries,count:y.count,sum:y.sum,min:y.min,max:y.max,startTimeUnixNano:c.encodeHrTime(f.startTime),timeUnixNano:c.encodeHrTime(f.endTime)}})}function eXt(l,c){return l.dataPoints.map(f=>{let y=f.value;return{attributes:(0,foe.toAttributes)(f.attributes),count:y.count,min:y.min,max:y.max,sum:y.sum,positive:{offset:y.positive.offset,bucketCounts:y.positive.bucketCounts},negative:{offset:y.negative.offset,bucketCounts:y.negative.bucketCounts},scale:y.scale,zeroCount:y.zeroCount,startTimeUnixNano:c.encodeHrTime(f.startTime),timeUnixNano:c.encodeHrTime(f.endTime)}})}function tXt(l){switch(l){case oF.AggregationTemporality.DELTA:return 1;case oF.AggregationTemporality.CUMULATIVE:return 2}}});var doe=xt(poe=>{"use strict";Object.defineProperty(poe,"__esModule",{value:!0});poe.createExportMetricsServiceRequest=void 0;var rXt=flt();function nXt(l,c){return{resourceMetrics:l.map(f=>(0,rXt.toResourceMetrics)(f,c))}}poe.createExportMetricsServiceRequest=nXt});var moe=xt(aF=>{"use strict";Object.defineProperty(aF,"__esModule",{value:!0});aF.toLogAttributes=aF.createExportLogsServiceRequest=void 0;var iXt=xz(),DNe=sF(),sXt=loe();function oXt(l,c){let f=(0,iXt.getOtlpEncoder)(c);return{resourceLogs:cXt(l,f)}}aF.createExportLogsServiceRequest=oXt;function aXt(l){let c=new Map;for(let f of l){let{resource:y,instrumentationScope:{name:b,version:k="",schemaUrl:g=""}}=f,p=c.get(y);p||(p=new Map,c.set(y,p));let A=`${b}@${k}:${g}`,j=p.get(A);j||(j=[],p.set(A,j)),j.push(f)}return c}function cXt(l,c){let f=aXt(l);return Array.from(f,([y,b])=>({resource:(0,sXt.createResource)(y),scopeLogs:Array.from(b,([,k])=>({scope:(0,DNe.createInstrumentationScope)(k[0].instrumentationScope),logRecords:k.map(g=>lXt(g,c)),schemaUrl:k[0].instrumentationScope.schemaUrl})),schemaUrl:void 0}))}function lXt(l,c){var f,y,b;return{timeUnixNano:c.encodeHrTime(l.hrTime),observedTimeUnixNano:c.encodeHrTime(l.hrTimeObserved),severityNumber:l.severityNumber,severityText:l.severityText,body:(0,DNe.toAnyValue)(l.body),attributes:plt(l.attributes),droppedAttributesCount:l.droppedAttributesCount,flags:(f=l.spanContext)===null||f===void 0?void 0:f.traceFlags,traceId:c.encodeOptionalSpanContext((y=l.spanContext)===null||y===void 0?void 0:y.traceId),spanId:c.encodeOptionalSpanContext((b=l.spanContext)===null||b===void 0?void 0:b.spanId)}}function plt(l){return Object.keys(l).map(c=>(0,DNe.toKeyValue)(c,l[c]))}aF.toLogAttributes=plt});var mlt=xt((lyr,dlt)=>{"use strict";dlt.exports=uXt;function uXt(l,c){for(var f=new Array(arguments.length-1),y=0,b=2,k=!0;b{"use strict";var goe=ylt;goe.length=function(c){var f=c.length;if(!f)return 0;for(var y=0;--f%4>1&&c.charAt(f)==="=";)++y;return Math.ceil(c.length*3)/4-y};var cF=new Array(64),hlt=new Array(123);for(Sx=0;Sx<64;)hlt[cF[Sx]=Sx<26?Sx+65:Sx<52?Sx+71:Sx<62?Sx-4:Sx-59|43]=Sx++;var Sx;goe.encode=function(c,f,y){for(var b=null,k=[],g=0,p=0,A;f>2],A=(j&3)<<4,p=1;break;case 1:k[g++]=cF[A|j>>4],A=(j&15)<<2,p=2;break;case 2:k[g++]=cF[A|j>>6],k[g++]=cF[j&63],p=0;break}g>8191&&((b||(b=[])).push(String.fromCharCode.apply(String,k)),g=0)}return p&&(k[g++]=cF[A],k[g++]=61,p===1&&(k[g++]=61)),b?(g&&b.push(String.fromCharCode.apply(String,k.slice(0,g))),b.join("")):String.fromCharCode.apply(String,k.slice(0,g))};var glt="invalid encoding";goe.decode=function(c,f,y){for(var b=y,k=0,g,p=0;p1)break;if((A=hlt[A])===void 0)throw Error(glt);switch(k){case 0:g=A,k=1;break;case 1:f[y++]=g<<2|(A&48)>>4,g=A,k=2;break;case 2:f[y++]=(g&15)<<4|(A&60)>>2,g=A,k=3;break;case 3:f[y++]=(g&3)<<6|A,k=0;break}}if(k===1)throw Error(glt);return y-b};goe.test=function(c){return/^(?:[A-Za-z0-9+/]{4})*(?:[A-Za-z0-9+/]{2}==|[A-Za-z0-9+/]{3}=)?$/.test(c)}});var Tlt=xt((_yr,Slt)=>{"use strict";Slt.exports=hoe;function hoe(){this._listeners={}}hoe.prototype.on=function(c,f,y){return(this._listeners[c]||(this._listeners[c]=[])).push({fn:f,ctx:y||this}),this};hoe.prototype.off=function(c,f){if(c===void 0)this._listeners={};else if(f===void 0)this._listeners[c]=[];else for(var y=this._listeners[c],b=0;b{"use strict";klt.exports=blt(blt);function blt(l){return typeof Float32Array<"u"?function(){var c=new Float32Array([-0]),f=new Uint8Array(c.buffer),y=f[3]===128;function b(A,j,se){c[0]=A,j[se]=f[0],j[se+1]=f[1],j[se+2]=f[2],j[se+3]=f[3]}function k(A,j,se){c[0]=A,j[se]=f[3],j[se+1]=f[2],j[se+2]=f[1],j[se+3]=f[0]}l.writeFloatLE=y?b:k,l.writeFloatBE=y?k:b;function g(A,j){return f[0]=A[j],f[1]=A[j+1],f[2]=A[j+2],f[3]=A[j+3],c[0]}function p(A,j){return f[3]=A[j],f[2]=A[j+1],f[1]=A[j+2],f[0]=A[j+3],c[0]}l.readFloatLE=y?g:p,l.readFloatBE=y?p:g}():function(){function c(y,b,k,g){var p=b<0?1:0;if(p&&(b=-b),b===0)y(1/b>0?0:2147483648,k,g);else if(isNaN(b))y(2143289344,k,g);else if(b>34028234663852886e22)y((p<<31|2139095040)>>>0,k,g);else if(b<11754943508222875e-54)y((p<<31|Math.round(b/1401298464324817e-60))>>>0,k,g);else{var A=Math.floor(Math.log(b)/Math.LN2),j=Math.round(b*Math.pow(2,-A)*8388608)&8388607;y((p<<31|A+127<<23|j)>>>0,k,g)}}l.writeFloatLE=c.bind(null,Elt),l.writeFloatBE=c.bind(null,xlt);function f(y,b,k){var g=y(b,k),p=(g>>31)*2+1,A=g>>>23&255,j=g&8388607;return A===255?j?NaN:p*(1/0):A===0?p*1401298464324817e-60*j:p*Math.pow(2,A-150)*(j+8388608)}l.readFloatLE=f.bind(null,Clt),l.readFloatBE=f.bind(null,Alt)}(),typeof Float64Array<"u"?function(){var c=new Float64Array([-0]),f=new Uint8Array(c.buffer),y=f[7]===128;function b(A,j,se){c[0]=A,j[se]=f[0],j[se+1]=f[1],j[se+2]=f[2],j[se+3]=f[3],j[se+4]=f[4],j[se+5]=f[5],j[se+6]=f[6],j[se+7]=f[7]}function k(A,j,se){c[0]=A,j[se]=f[7],j[se+1]=f[6],j[se+2]=f[5],j[se+3]=f[4],j[se+4]=f[3],j[se+5]=f[2],j[se+6]=f[1],j[se+7]=f[0]}l.writeDoubleLE=y?b:k,l.writeDoubleBE=y?k:b;function g(A,j){return f[0]=A[j],f[1]=A[j+1],f[2]=A[j+2],f[3]=A[j+3],f[4]=A[j+4],f[5]=A[j+5],f[6]=A[j+6],f[7]=A[j+7],c[0]}function p(A,j){return f[7]=A[j],f[6]=A[j+1],f[5]=A[j+2],f[4]=A[j+3],f[3]=A[j+4],f[2]=A[j+5],f[1]=A[j+6],f[0]=A[j+7],c[0]}l.readDoubleLE=y?g:p,l.readDoubleBE=y?p:g}():function(){function c(y,b,k,g,p,A){var j=g<0?1:0;if(j&&(g=-g),g===0)y(0,p,A+b),y(1/g>0?0:2147483648,p,A+k);else if(isNaN(g))y(0,p,A+b),y(2146959360,p,A+k);else if(g>17976931348623157e292)y(0,p,A+b),y((j<<31|2146435072)>>>0,p,A+k);else{var se;if(g<22250738585072014e-324)se=g/5e-324,y(se>>>0,p,A+b),y((j<<31|se/4294967296)>>>0,p,A+k);else{var We=Math.floor(Math.log(g)/Math.LN2);We===1024&&(We=1023),se=g*Math.pow(2,-We),y(se*4503599627370496>>>0,p,A+b),y((j<<31|We+1023<<20|se*1048576&1048575)>>>0,p,A+k)}}}l.writeDoubleLE=c.bind(null,Elt,0,4),l.writeDoubleBE=c.bind(null,xlt,4,0);function f(y,b,k,g,p){var A=y(g,p+b),j=y(g,p+k),se=(j>>31)*2+1,We=j>>>20&2047,ve=4294967296*(j&1048575)+A;return We===2047?ve?NaN:se*(1/0):We===0?se*5e-324*ve:se*Math.pow(2,We-1075)*(ve+4503599627370496)}l.readDoubleLE=f.bind(null,Clt,0,4),l.readDoubleBE=f.bind(null,Alt,4,0)}(),l}function Elt(l,c,f){c[f]=l&255,c[f+1]=l>>>8&255,c[f+2]=l>>>16&255,c[f+3]=l>>>24}function xlt(l,c,f){c[f]=l>>>24,c[f+1]=l>>>16&255,c[f+2]=l>>>8&255,c[f+3]=l&255}function Clt(l,c){return(l[c]|l[c+1]<<8|l[c+2]<<16|l[c+3]<<24)>>>0}function Alt(l,c){return(l[c]<<24|l[c+1]<<16|l[c+2]<<8|l[c+3])>>>0}});var Nlt=xt((exports,module)=>{"use strict";module.exports=inquire;function inquire(moduleName){try{var mod=eval("quire".replace(/^/,"re"))(moduleName);if(mod&&(mod.length||Object.keys(mod).length))return mod}catch(l){}return null}});var Ilt=xt(Dlt=>{"use strict";var INe=Dlt;INe.length=function(c){for(var f=0,y=0,b=0;b191&&A<224?g[p++]=(A&31)<<6|c[f++]&63:A>239&&A<365?(A=((A&7)<<18|(c[f++]&63)<<12|(c[f++]&63)<<6|c[f++]&63)-65536,g[p++]=55296+(A>>10),g[p++]=56320+(A&1023)):g[p++]=(A&15)<<12|(c[f++]&63)<<6|c[f++]&63,p>8191&&((k||(k=[])).push(String.fromCharCode.apply(String,g)),p=0);return k?(p&&k.push(String.fromCharCode.apply(String,g.slice(0,p))),k.join("")):String.fromCharCode.apply(String,g.slice(0,p))};INe.write=function(c,f,y){for(var b=y,k,g,p=0;p>6|192,f[y++]=k&63|128):(k&64512)===55296&&((g=c.charCodeAt(p+1))&64512)===56320?(k=65536+((k&1023)<<10)+(g&1023),++p,f[y++]=k>>18|240,f[y++]=k>>12&63|128,f[y++]=k>>6&63|128,f[y++]=k&63|128):(f[y++]=k>>12|224,f[y++]=k>>6&63|128,f[y++]=k&63|128);return y-b}});var Olt=xt((dyr,wlt)=>{"use strict";wlt.exports=_Xt;function _Xt(l,c,f){var y=f||8192,b=y>>>1,k=null,g=y;return function(A){if(A<1||A>b)return l(A);g+A>y&&(k=l(y),g=0);var j=c.call(k,g,g+=A);return g&7&&(g=(g|7)+1),j}}});var Mlt=xt((myr,Rlt)=>{"use strict";Rlt.exports=Ch;var Az=bI();function Ch(l,c){this.lo=l>>>0,this.hi=c>>>0}var U4=Ch.zero=new Ch(0,0);U4.toNumber=function(){return 0};U4.zzEncode=U4.zzDecode=function(){return this};U4.length=function(){return 1};var fXt=Ch.zeroHash="\0\0\0\0\0\0\0\0";Ch.fromNumber=function(c){if(c===0)return U4;var f=c<0;f&&(c=-c);var y=c>>>0,b=(c-y)/4294967296>>>0;return f&&(b=~b>>>0,y=~y>>>0,++y>4294967295&&(y=0,++b>4294967295&&(b=0))),new Ch(y,b)};Ch.from=function(c){if(typeof c=="number")return Ch.fromNumber(c);if(Az.isString(c))if(Az.Long)c=Az.Long.fromString(c);else return Ch.fromNumber(parseInt(c,10));return c.low||c.high?new Ch(c.low>>>0,c.high>>>0):U4};Ch.prototype.toNumber=function(c){if(!c&&this.hi>>>31){var f=~this.lo+1>>>0,y=~this.hi>>>0;return f||(y=y+1>>>0),-(f+y*4294967296)}return this.lo+this.hi*4294967296};Ch.prototype.toLong=function(c){return Az.Long?new Az.Long(this.lo|0,this.hi|0,!!c):{low:this.lo|0,high:this.hi|0,unsigned:!!c}};var TI=String.prototype.charCodeAt;Ch.fromHash=function(c){return c===fXt?U4:new Ch((TI.call(c,0)|TI.call(c,1)<<8|TI.call(c,2)<<16|TI.call(c,3)<<24)>>>0,(TI.call(c,4)|TI.call(c,5)<<8|TI.call(c,6)<<16|TI.call(c,7)<<24)>>>0)};Ch.prototype.toHash=function(){return String.fromCharCode(this.lo&255,this.lo>>>8&255,this.lo>>>16&255,this.lo>>>24,this.hi&255,this.hi>>>8&255,this.hi>>>16&255,this.hi>>>24)};Ch.prototype.zzEncode=function(){var c=this.hi>>31;return this.hi=((this.hi<<1|this.lo>>>31)^c)>>>0,this.lo=(this.lo<<1^c)>>>0,this};Ch.prototype.zzDecode=function(){var c=-(this.lo&1);return this.lo=((this.lo>>>1|this.hi<<31)^c)>>>0,this.hi=(this.hi>>>1^c)>>>0,this};Ch.prototype.length=function(){var c=this.lo,f=(this.lo>>>28|this.hi<<4)>>>0,y=this.hi>>>24;return y===0?f===0?c<16384?c<128?1:2:c<2097152?3:4:f<16384?f<128?5:6:f<2097152?7:8:y<128?9:10}});var bI=xt(wNe=>{"use strict";var Ra=wNe;Ra.asPromise=mlt();Ra.base64=vlt();Ra.EventEmitter=Tlt();Ra.float=Plt();Ra.inquire=Nlt();Ra.utf8=Ilt();Ra.pool=Olt();Ra.LongBits=Mlt();Ra.isNode=!!(typeof global<"u"&&global&&global.process&&global.process.versions&&global.process.versions.node);Ra.global=Ra.isNode&&global||typeof window<"u"&&window||typeof self<"u"&&self||wNe;Ra.emptyArray=Object.freeze?Object.freeze([]):[];Ra.emptyObject=Object.freeze?Object.freeze({}):{};Ra.isInteger=Number.isInteger||function(c){return typeof c=="number"&&isFinite(c)&&Math.floor(c)===c};Ra.isString=function(c){return typeof c=="string"||c instanceof String};Ra.isObject=function(c){return c&&typeof c=="object"};Ra.isset=Ra.isSet=function(c,f){var y=c[f];return y!=null&&c.hasOwnProperty(f)?typeof y!="object"||(Array.isArray(y)?y.length:Object.keys(y).length)>0:!1};Ra.Buffer=function(){try{var l=Ra.inquire("buffer").Buffer;return l.prototype.utf8Write?l:null}catch{return null}}();Ra._Buffer_from=null;Ra._Buffer_allocUnsafe=null;Ra.newBuffer=function(c){return typeof c=="number"?Ra.Buffer?Ra._Buffer_allocUnsafe(c):new Ra.Array(c):Ra.Buffer?Ra._Buffer_from(c):typeof Uint8Array>"u"?c:new Uint8Array(c)};Ra.Array=typeof Uint8Array<"u"?Uint8Array:Array;Ra.Long=Ra.global.dcodeIO&&Ra.global.dcodeIO.Long||Ra.global.Long||Ra.inquire("long");Ra.key2Re=/^true|false|0|1$/;Ra.key32Re=/^-?(?:0|[1-9][0-9]*)$/;Ra.key64Re=/^(?:[\\x00-\\xff]{8}|-?(?:0|[1-9][0-9]*))$/;Ra.longToHash=function(c){return c?Ra.LongBits.from(c).toHash():Ra.LongBits.zeroHash};Ra.longFromHash=function(c,f){var y=Ra.LongBits.fromHash(c);return Ra.Long?Ra.Long.fromBits(y.lo,y.hi,f):y.toNumber(!!f)};function Llt(l,c,f){for(var y=Object.keys(c),b=0;b-1;--k)if(f[b[k]]===1&&this[b[k]]!==void 0&&this[b[k]]!==null)return b[k]}};Ra.oneOfSetter=function(c){return function(f){for(var y=0;y{"use strict";Vlt.exports=Ju;var Db=bI(),ONe,yoe=Db.LongBits,jlt=Db.base64,Blt=Db.utf8;function kz(l,c,f){this.fn=l,this.len=c,this.next=void 0,this.val=f}function MNe(){}function pXt(l){this.head=l.head,this.tail=l.tail,this.len=l.len,this.next=l.states}function Ju(){this.len=0,this.head=new kz(MNe,0,0),this.tail=this.head,this.states=null}var Ult=function(){return Db.Buffer?function(){return(Ju.create=function(){return new ONe})()}:function(){return new Ju}};Ju.create=Ult();Ju.alloc=function(c){return new Db.Array(c)};Db.Array!==Array&&(Ju.alloc=Db.pool(Ju.alloc,Db.Array.prototype.subarray));Ju.prototype._push=function(c,f,y){return this.tail=this.tail.next=new kz(c,f,y),this.len+=f,this};function LNe(l,c,f){c[f]=l&255}function dXt(l,c,f){for(;l>127;)c[f++]=l&127|128,l>>>=7;c[f]=l}function FNe(l,c){this.len=l,this.next=void 0,this.val=c}FNe.prototype=Object.create(kz.prototype);FNe.prototype.fn=dXt;Ju.prototype.uint32=function(c){return this.len+=(this.tail=this.tail.next=new FNe((c=c>>>0)<128?1:c<16384?2:c<2097152?3:c<268435456?4:5,c)).len,this};Ju.prototype.int32=function(c){return c<0?this._push(jNe,10,yoe.fromNumber(c)):this.uint32(c)};Ju.prototype.sint32=function(c){return this.uint32((c<<1^c>>31)>>>0)};function jNe(l,c,f){for(;l.hi;)c[f++]=l.lo&127|128,l.lo=(l.lo>>>7|l.hi<<25)>>>0,l.hi>>>=7;for(;l.lo>127;)c[f++]=l.lo&127|128,l.lo=l.lo>>>7;c[f++]=l.lo}Ju.prototype.uint64=function(c){var f=yoe.from(c);return this._push(jNe,f.length(),f)};Ju.prototype.int64=Ju.prototype.uint64;Ju.prototype.sint64=function(c){var f=yoe.from(c).zzEncode();return this._push(jNe,f.length(),f)};Ju.prototype.bool=function(c){return this._push(LNe,1,c?1:0)};function RNe(l,c,f){c[f]=l&255,c[f+1]=l>>>8&255,c[f+2]=l>>>16&255,c[f+3]=l>>>24}Ju.prototype.fixed32=function(c){return this._push(RNe,4,c>>>0)};Ju.prototype.sfixed32=Ju.prototype.fixed32;Ju.prototype.fixed64=function(c){var f=yoe.from(c);return this._push(RNe,4,f.lo)._push(RNe,4,f.hi)};Ju.prototype.sfixed64=Ju.prototype.fixed64;Ju.prototype.float=function(c){return this._push(Db.float.writeFloatLE,4,c)};Ju.prototype.double=function(c){return this._push(Db.float.writeDoubleLE,8,c)};var mXt=Db.Array.prototype.set?function(c,f,y){f.set(c,y)}:function(c,f,y){for(var b=0;b>>0;if(!f)return this._push(LNe,1,0);if(Db.isString(c)){var y=Ju.alloc(f=jlt.length(c));jlt.decode(c,y,0),c=y}return this.uint32(f)._push(mXt,f,c)};Ju.prototype.string=function(c){var f=Blt.length(c);return f?this.uint32(f)._push(Blt.write,f,c):this._push(LNe,1,0)};Ju.prototype.fork=function(){return this.states=new pXt(this),this.head=this.tail=new kz(MNe,0,0),this.len=0,this};Ju.prototype.reset=function(){return this.states?(this.head=this.states.head,this.tail=this.states.tail,this.len=this.states.len,this.states=this.states.next):(this.head=this.tail=new kz(MNe,0,0),this.len=0),this};Ju.prototype.ldelim=function(){var c=this.head,f=this.tail,y=this.len;return this.reset().uint32(y),y&&(this.tail.next=c.next,this.tail=f,this.len+=y),this};Ju.prototype.finish=function(){for(var c=this.head.next,f=this.constructor.alloc(this.len),y=0;c;)c.fn(c.val,f,y),y+=c.len,c=c.next;return f};Ju._configure=function(l){ONe=l,Ju.create=Ult(),ONe._configure()}});var zlt=xt((yyr,qlt)=>{"use strict";qlt.exports=bC;var Jlt=BNe();(bC.prototype=Object.create(Jlt.prototype)).constructor=bC;var EI=bI();function bC(){Jlt.call(this)}bC._configure=function(){bC.alloc=EI._Buffer_allocUnsafe,bC.writeBytesBuffer=EI.Buffer&&EI.Buffer.prototype instanceof Uint8Array&&EI.Buffer.prototype.set.name==="set"?function(c,f,y){f.set(c,y)}:function(c,f,y){if(c.copy)c.copy(f,y,0,c.length);else for(var b=0;b>>0;return this.uint32(f),f&&this._push(bC.writeBytesBuffer,f,c),this};function gXt(l,c,f){l.length<40?EI.utf8.write(l,c,f):c.utf8Write?c.utf8Write(l,f):c.write(l,f)}bC.prototype.string=function(c){var f=EI.Buffer.byteLength(c);return this.uint32(f),f&&this._push(gXt,f,c),this};bC._configure()});var JNe=xt((vyr,Ylt)=>{"use strict";Ylt.exports=bm;var Tx=bI(),VNe,Hlt=Tx.LongBits,hXt=Tx.utf8;function bx(l,c){return RangeError("index out of range: "+l.pos+" + "+(c||1)+" > "+l.len)}function bm(l){this.buf=l,this.pos=0,this.len=l.length}var Wlt=typeof Uint8Array<"u"?function(c){if(c instanceof Uint8Array||Array.isArray(c))return new bm(c);throw Error("illegal buffer")}:function(c){if(Array.isArray(c))return new bm(c);throw Error("illegal buffer")},$lt=function(){return Tx.Buffer?function(f){return(bm.create=function(b){return Tx.Buffer.isBuffer(b)?new VNe(b):Wlt(b)})(f)}:Wlt};bm.create=$lt();bm.prototype._slice=Tx.Array.prototype.subarray||Tx.Array.prototype.slice;bm.prototype.uint32=function(){var c=4294967295;return function(){if(c=(this.buf[this.pos]&127)>>>0,this.buf[this.pos++]<128||(c=(c|(this.buf[this.pos]&127)<<7)>>>0,this.buf[this.pos++]<128)||(c=(c|(this.buf[this.pos]&127)<<14)>>>0,this.buf[this.pos++]<128)||(c=(c|(this.buf[this.pos]&127)<<21)>>>0,this.buf[this.pos++]<128)||(c=(c|(this.buf[this.pos]&15)<<28)>>>0,this.buf[this.pos++]<128))return c;if((this.pos+=5)>this.len)throw this.pos=this.len,bx(this,10);return c}}();bm.prototype.int32=function(){return this.uint32()|0};bm.prototype.sint32=function(){var c=this.uint32();return c>>>1^-(c&1)|0};function UNe(){var l=new Hlt(0,0),c=0;if(this.len-this.pos>4){for(;c<4;++c)if(l.lo=(l.lo|(this.buf[this.pos]&127)<>>0,this.buf[this.pos++]<128)return l;if(l.lo=(l.lo|(this.buf[this.pos]&127)<<28)>>>0,l.hi=(l.hi|(this.buf[this.pos]&127)>>4)>>>0,this.buf[this.pos++]<128)return l;c=0}else{for(;c<3;++c){if(this.pos>=this.len)throw bx(this);if(l.lo=(l.lo|(this.buf[this.pos]&127)<>>0,this.buf[this.pos++]<128)return l}return l.lo=(l.lo|(this.buf[this.pos++]&127)<>>0,l}if(this.len-this.pos>4){for(;c<5;++c)if(l.hi=(l.hi|(this.buf[this.pos]&127)<>>0,this.buf[this.pos++]<128)return l}else for(;c<5;++c){if(this.pos>=this.len)throw bx(this);if(l.hi=(l.hi|(this.buf[this.pos]&127)<>>0,this.buf[this.pos++]<128)return l}throw Error("invalid varint encoding")}bm.prototype.bool=function(){return this.uint32()!==0};function voe(l,c){return(l[c-4]|l[c-3]<<8|l[c-2]<<16|l[c-1]<<24)>>>0}bm.prototype.fixed32=function(){if(this.pos+4>this.len)throw bx(this,4);return voe(this.buf,this.pos+=4)};bm.prototype.sfixed32=function(){if(this.pos+4>this.len)throw bx(this,4);return voe(this.buf,this.pos+=4)|0};function Glt(){if(this.pos+8>this.len)throw bx(this,8);return new Hlt(voe(this.buf,this.pos+=4),voe(this.buf,this.pos+=4))}bm.prototype.float=function(){if(this.pos+4>this.len)throw bx(this,4);var c=Tx.float.readFloatLE(this.buf,this.pos);return this.pos+=4,c};bm.prototype.double=function(){if(this.pos+8>this.len)throw bx(this,4);var c=Tx.float.readDoubleLE(this.buf,this.pos);return this.pos+=8,c};bm.prototype.bytes=function(){var c=this.uint32(),f=this.pos,y=this.pos+c;if(y>this.len)throw bx(this,c);if(this.pos+=c,Array.isArray(this.buf))return this.buf.slice(f,y);if(f===y){var b=Tx.Buffer;return b?b.alloc(0):new this.buf.constructor(0)}return this._slice.call(this.buf,f,y)};bm.prototype.string=function(){var c=this.bytes();return hXt.read(c,0,c.length)};bm.prototype.skip=function(c){if(typeof c=="number"){if(this.pos+c>this.len)throw bx(this,c);this.pos+=c}else do if(this.pos>=this.len)throw bx(this);while(this.buf[this.pos++]&128);return this};bm.prototype.skipType=function(l){switch(l){case 0:this.skip();break;case 1:this.skip(8);break;case 2:this.skip(this.uint32());break;case 3:for(;(l=this.uint32()&7)!==4;)this.skipType(l);break;case 5:this.skip(4);break;default:throw Error("invalid wire type "+l+" at offset "+this.pos)}return this};bm._configure=function(l){VNe=l,bm.create=$lt(),VNe._configure();var c=Tx.Long?"toLong":"toNumber";Tx.merge(bm.prototype,{int64:function(){return UNe.call(this)[c](!1)},uint64:function(){return UNe.call(this)[c](!0)},sint64:function(){return UNe.call(this).zzDecode()[c](!1)},fixed64:function(){return Glt.call(this)[c](!0)},sfixed64:function(){return Glt.call(this)[c](!1)}})}});var Zlt=xt((Syr,Qlt)=>{"use strict";Qlt.exports=V4;var Xlt=JNe();(V4.prototype=Object.create(Xlt.prototype)).constructor=V4;var Klt=bI();function V4(l){Xlt.call(this,l)}V4._configure=function(){Klt.Buffer&&(V4.prototype._slice=Klt.Buffer.prototype.slice)};V4.prototype.string=function(){var c=this.uint32();return this.buf.utf8Slice?this.buf.utf8Slice(this.pos,this.pos=Math.min(this.pos+c,this.len)):this.buf.toString("utf-8",this.pos,this.pos=Math.min(this.pos+c,this.len))};V4._configure()});var tut=xt((Tyr,eut)=>{"use strict";eut.exports=Pz;var qNe=bI();(Pz.prototype=Object.create(qNe.EventEmitter.prototype)).constructor=Pz;function Pz(l,c,f){if(typeof l!="function")throw TypeError("rpcImpl must be a function");qNe.EventEmitter.call(this),this.rpcImpl=l,this.requestDelimited=!!c,this.responseDelimited=!!f}Pz.prototype.rpcCall=function l(c,f,y,b,k){if(!b)throw TypeError("request must be specified");var g=this;if(!k)return qNe.asPromise(l,g,c,f,y,b);if(!g.rpcImpl){setTimeout(function(){k(Error("already ended"))},0);return}try{return g.rpcImpl(c,f[g.requestDelimited?"encodeDelimited":"encode"](b).finish(),function(A,j){if(A)return g.emit("error",A,c),k(A);if(j===null){g.end(!0);return}if(!(j instanceof y))try{j=y[g.responseDelimited?"decodeDelimited":"decode"](j)}catch(se){return g.emit("error",se,c),k(se)}return g.emit("data",j,c),k(null,j)})}catch(p){g.emit("error",p,c),setTimeout(function(){k(p)},0);return}};Pz.prototype.end=function(c){return this.rpcImpl&&(c||this.rpcImpl(null,null,null),this.rpcImpl=null,this.emit("end").off()),this}});var nut=xt(rut=>{"use strict";var yXt=rut;yXt.Service=tut()});var sut=xt((Eyr,iut)=>{"use strict";iut.exports={}});var cut=xt(aut=>{"use strict";var x1=aut;x1.build="minimal";x1.Writer=BNe();x1.BufferWriter=zlt();x1.Reader=JNe();x1.BufferReader=Zlt();x1.util=bI();x1.rpc=nut();x1.roots=sut();x1.configure=out;function out(){x1.util._configure(),x1.Writer._configure(x1.BufferWriter),x1.Reader._configure(x1.BufferReader)}out()});var uut=xt((Cyr,lut)=>{"use strict";lut.exports=cut()});var fut=xt((Ayr,_ut)=>{"use strict";var Za=uut(),hn=Za.Reader,hl=Za.Writer,ht=Za.util,at=Za.roots.default||(Za.roots.default={});at.opentelemetry=function(){var l={};return l.proto=function(){var c={};return c.common=function(){var f={};return f.v1=function(){var y={};return y.AnyValue=function(){function b(g){if(g)for(var p=Object.keys(g),A=0;A>>3){case 1:{se.stringValue=p.string();break}case 2:{se.boolValue=p.bool();break}case 3:{se.intValue=p.int64();break}case 4:{se.doubleValue=p.double();break}case 5:{se.arrayValue=at.opentelemetry.proto.common.v1.ArrayValue.decode(p,p.uint32());break}case 6:{se.kvlistValue=at.opentelemetry.proto.common.v1.KeyValueList.decode(p,p.uint32());break}case 7:{se.bytesValue=p.bytes();break}default:p.skipType(We&7);break}}return se},b.decodeDelimited=function(p){return p instanceof hn||(p=new hn(p)),this.decode(p,p.uint32())},b.verify=function(p){if(typeof p!="object"||p===null)return"object expected";var A={};if(p.stringValue!=null&&p.hasOwnProperty("stringValue")&&(A.value=1,!ht.isString(p.stringValue)))return"stringValue: string expected";if(p.boolValue!=null&&p.hasOwnProperty("boolValue")){if(A.value===1)return"value: multiple values";if(A.value=1,typeof p.boolValue!="boolean")return"boolValue: boolean expected"}if(p.intValue!=null&&p.hasOwnProperty("intValue")){if(A.value===1)return"value: multiple values";if(A.value=1,!ht.isInteger(p.intValue)&&!(p.intValue&&ht.isInteger(p.intValue.low)&&ht.isInteger(p.intValue.high)))return"intValue: integer|Long expected"}if(p.doubleValue!=null&&p.hasOwnProperty("doubleValue")){if(A.value===1)return"value: multiple values";if(A.value=1,typeof p.doubleValue!="number")return"doubleValue: number expected"}if(p.arrayValue!=null&&p.hasOwnProperty("arrayValue")){if(A.value===1)return"value: multiple values";A.value=1;{var j=at.opentelemetry.proto.common.v1.ArrayValue.verify(p.arrayValue);if(j)return"arrayValue."+j}}if(p.kvlistValue!=null&&p.hasOwnProperty("kvlistValue")){if(A.value===1)return"value: multiple values";A.value=1;{var j=at.opentelemetry.proto.common.v1.KeyValueList.verify(p.kvlistValue);if(j)return"kvlistValue."+j}}if(p.bytesValue!=null&&p.hasOwnProperty("bytesValue")){if(A.value===1)return"value: multiple values";if(A.value=1,!(p.bytesValue&&typeof p.bytesValue.length=="number"||ht.isString(p.bytesValue)))return"bytesValue: buffer expected"}return null},b.fromObject=function(p){if(p instanceof at.opentelemetry.proto.common.v1.AnyValue)return p;var A=new at.opentelemetry.proto.common.v1.AnyValue;if(p.stringValue!=null&&(A.stringValue=String(p.stringValue)),p.boolValue!=null&&(A.boolValue=!!p.boolValue),p.intValue!=null&&(ht.Long?(A.intValue=ht.Long.fromValue(p.intValue)).unsigned=!1:typeof p.intValue=="string"?A.intValue=parseInt(p.intValue,10):typeof p.intValue=="number"?A.intValue=p.intValue:typeof p.intValue=="object"&&(A.intValue=new ht.LongBits(p.intValue.low>>>0,p.intValue.high>>>0).toNumber())),p.doubleValue!=null&&(A.doubleValue=Number(p.doubleValue)),p.arrayValue!=null){if(typeof p.arrayValue!="object")throw TypeError(".opentelemetry.proto.common.v1.AnyValue.arrayValue: object expected");A.arrayValue=at.opentelemetry.proto.common.v1.ArrayValue.fromObject(p.arrayValue)}if(p.kvlistValue!=null){if(typeof p.kvlistValue!="object")throw TypeError(".opentelemetry.proto.common.v1.AnyValue.kvlistValue: object expected");A.kvlistValue=at.opentelemetry.proto.common.v1.KeyValueList.fromObject(p.kvlistValue)}return p.bytesValue!=null&&(typeof p.bytesValue=="string"?ht.base64.decode(p.bytesValue,A.bytesValue=ht.newBuffer(ht.base64.length(p.bytesValue)),0):p.bytesValue.length>=0&&(A.bytesValue=p.bytesValue)),A},b.toObject=function(p,A){A||(A={});var j={};return p.stringValue!=null&&p.hasOwnProperty("stringValue")&&(j.stringValue=p.stringValue,A.oneofs&&(j.value="stringValue")),p.boolValue!=null&&p.hasOwnProperty("boolValue")&&(j.boolValue=p.boolValue,A.oneofs&&(j.value="boolValue")),p.intValue!=null&&p.hasOwnProperty("intValue")&&(typeof p.intValue=="number"?j.intValue=A.longs===String?String(p.intValue):p.intValue:j.intValue=A.longs===String?ht.Long.prototype.toString.call(p.intValue):A.longs===Number?new ht.LongBits(p.intValue.low>>>0,p.intValue.high>>>0).toNumber():p.intValue,A.oneofs&&(j.value="intValue")),p.doubleValue!=null&&p.hasOwnProperty("doubleValue")&&(j.doubleValue=A.json&&!isFinite(p.doubleValue)?String(p.doubleValue):p.doubleValue,A.oneofs&&(j.value="doubleValue")),p.arrayValue!=null&&p.hasOwnProperty("arrayValue")&&(j.arrayValue=at.opentelemetry.proto.common.v1.ArrayValue.toObject(p.arrayValue,A),A.oneofs&&(j.value="arrayValue")),p.kvlistValue!=null&&p.hasOwnProperty("kvlistValue")&&(j.kvlistValue=at.opentelemetry.proto.common.v1.KeyValueList.toObject(p.kvlistValue,A),A.oneofs&&(j.value="kvlistValue")),p.bytesValue!=null&&p.hasOwnProperty("bytesValue")&&(j.bytesValue=A.bytes===String?ht.base64.encode(p.bytesValue,0,p.bytesValue.length):A.bytes===Array?Array.prototype.slice.call(p.bytesValue):p.bytesValue,A.oneofs&&(j.value="bytesValue")),j},b.prototype.toJSON=function(){return this.constructor.toObject(this,Za.util.toJSONOptions)},b.getTypeUrl=function(p){return p===void 0&&(p="type.googleapis.com"),p+"/opentelemetry.proto.common.v1.AnyValue"},b}(),y.ArrayValue=function(){function b(k){if(this.values=[],k)for(var g=Object.keys(k),p=0;p>>3){case 1:{j.values&&j.values.length||(j.values=[]),j.values.push(at.opentelemetry.proto.common.v1.AnyValue.decode(g,g.uint32()));break}default:g.skipType(se&7);break}}return j},b.decodeDelimited=function(g){return g instanceof hn||(g=new hn(g)),this.decode(g,g.uint32())},b.verify=function(g){if(typeof g!="object"||g===null)return"object expected";if(g.values!=null&&g.hasOwnProperty("values")){if(!Array.isArray(g.values))return"values: array expected";for(var p=0;p>>3){case 1:{j.values&&j.values.length||(j.values=[]),j.values.push(at.opentelemetry.proto.common.v1.KeyValue.decode(g,g.uint32()));break}default:g.skipType(se&7);break}}return j},b.decodeDelimited=function(g){return g instanceof hn||(g=new hn(g)),this.decode(g,g.uint32())},b.verify=function(g){if(typeof g!="object"||g===null)return"object expected";if(g.values!=null&&g.hasOwnProperty("values")){if(!Array.isArray(g.values))return"values: array expected";for(var p=0;p>>3){case 1:{j.key=g.string();break}case 2:{j.value=at.opentelemetry.proto.common.v1.AnyValue.decode(g,g.uint32());break}default:g.skipType(se&7);break}}return j},b.decodeDelimited=function(g){return g instanceof hn||(g=new hn(g)),this.decode(g,g.uint32())},b.verify=function(g){if(typeof g!="object"||g===null)return"object expected";if(g.key!=null&&g.hasOwnProperty("key")&&!ht.isString(g.key))return"key: string expected";if(g.value!=null&&g.hasOwnProperty("value")){var p=at.opentelemetry.proto.common.v1.AnyValue.verify(g.value);if(p)return"value."+p}return null},b.fromObject=function(g){if(g instanceof at.opentelemetry.proto.common.v1.KeyValue)return g;var p=new at.opentelemetry.proto.common.v1.KeyValue;if(g.key!=null&&(p.key=String(g.key)),g.value!=null){if(typeof g.value!="object")throw TypeError(".opentelemetry.proto.common.v1.KeyValue.value: object expected");p.value=at.opentelemetry.proto.common.v1.AnyValue.fromObject(g.value)}return p},b.toObject=function(g,p){p||(p={});var A={};return p.defaults&&(A.key="",A.value=null),g.key!=null&&g.hasOwnProperty("key")&&(A.key=g.key),g.value!=null&&g.hasOwnProperty("value")&&(A.value=at.opentelemetry.proto.common.v1.AnyValue.toObject(g.value,p)),A},b.prototype.toJSON=function(){return this.constructor.toObject(this,Za.util.toJSONOptions)},b.getTypeUrl=function(g){return g===void 0&&(g="type.googleapis.com"),g+"/opentelemetry.proto.common.v1.KeyValue"},b}(),y.InstrumentationScope=function(){function b(k){if(this.attributes=[],k)for(var g=Object.keys(k),p=0;p>>3){case 1:{j.name=g.string();break}case 2:{j.version=g.string();break}case 3:{j.attributes&&j.attributes.length||(j.attributes=[]),j.attributes.push(at.opentelemetry.proto.common.v1.KeyValue.decode(g,g.uint32()));break}case 4:{j.droppedAttributesCount=g.uint32();break}default:g.skipType(se&7);break}}return j},b.decodeDelimited=function(g){return g instanceof hn||(g=new hn(g)),this.decode(g,g.uint32())},b.verify=function(g){if(typeof g!="object"||g===null)return"object expected";if(g.name!=null&&g.hasOwnProperty("name")&&!ht.isString(g.name))return"name: string expected";if(g.version!=null&&g.hasOwnProperty("version")&&!ht.isString(g.version))return"version: string expected";if(g.attributes!=null&&g.hasOwnProperty("attributes")){if(!Array.isArray(g.attributes))return"attributes: array expected";for(var p=0;p>>0),p},b.toObject=function(g,p){p||(p={});var A={};if((p.arrays||p.defaults)&&(A.attributes=[]),p.defaults&&(A.name="",A.version="",A.droppedAttributesCount=0),g.name!=null&&g.hasOwnProperty("name")&&(A.name=g.name),g.version!=null&&g.hasOwnProperty("version")&&(A.version=g.version),g.attributes&&g.attributes.length){A.attributes=[];for(var j=0;j>>3){case 1:{j.attributes&&j.attributes.length||(j.attributes=[]),j.attributes.push(at.opentelemetry.proto.common.v1.KeyValue.decode(g,g.uint32()));break}case 2:{j.droppedAttributesCount=g.uint32();break}default:g.skipType(se&7);break}}return j},b.decodeDelimited=function(g){return g instanceof hn||(g=new hn(g)),this.decode(g,g.uint32())},b.verify=function(g){if(typeof g!="object"||g===null)return"object expected";if(g.attributes!=null&&g.hasOwnProperty("attributes")){if(!Array.isArray(g.attributes))return"attributes: array expected";for(var p=0;p>>0),p},b.toObject=function(g,p){p||(p={});var A={};if((p.arrays||p.defaults)&&(A.attributes=[]),p.defaults&&(A.droppedAttributesCount=0),g.attributes&&g.attributes.length){A.attributes=[];for(var j=0;j>>3){case 1:{j.resourceSpans&&j.resourceSpans.length||(j.resourceSpans=[]),j.resourceSpans.push(at.opentelemetry.proto.trace.v1.ResourceSpans.decode(g,g.uint32()));break}default:g.skipType(se&7);break}}return j},b.decodeDelimited=function(g){return g instanceof hn||(g=new hn(g)),this.decode(g,g.uint32())},b.verify=function(g){if(typeof g!="object"||g===null)return"object expected";if(g.resourceSpans!=null&&g.hasOwnProperty("resourceSpans")){if(!Array.isArray(g.resourceSpans))return"resourceSpans: array expected";for(var p=0;p>>3){case 1:{j.resource=at.opentelemetry.proto.resource.v1.Resource.decode(g,g.uint32());break}case 2:{j.scopeSpans&&j.scopeSpans.length||(j.scopeSpans=[]),j.scopeSpans.push(at.opentelemetry.proto.trace.v1.ScopeSpans.decode(g,g.uint32()));break}case 3:{j.schemaUrl=g.string();break}default:g.skipType(se&7);break}}return j},b.decodeDelimited=function(g){return g instanceof hn||(g=new hn(g)),this.decode(g,g.uint32())},b.verify=function(g){if(typeof g!="object"||g===null)return"object expected";if(g.resource!=null&&g.hasOwnProperty("resource")){var p=at.opentelemetry.proto.resource.v1.Resource.verify(g.resource);if(p)return"resource."+p}if(g.scopeSpans!=null&&g.hasOwnProperty("scopeSpans")){if(!Array.isArray(g.scopeSpans))return"scopeSpans: array expected";for(var A=0;A>>3){case 1:{j.scope=at.opentelemetry.proto.common.v1.InstrumentationScope.decode(g,g.uint32());break}case 2:{j.spans&&j.spans.length||(j.spans=[]),j.spans.push(at.opentelemetry.proto.trace.v1.Span.decode(g,g.uint32()));break}case 3:{j.schemaUrl=g.string();break}default:g.skipType(se&7);break}}return j},b.decodeDelimited=function(g){return g instanceof hn||(g=new hn(g)),this.decode(g,g.uint32())},b.verify=function(g){if(typeof g!="object"||g===null)return"object expected";if(g.scope!=null&&g.hasOwnProperty("scope")){var p=at.opentelemetry.proto.common.v1.InstrumentationScope.verify(g.scope);if(p)return"scope."+p}if(g.spans!=null&&g.hasOwnProperty("spans")){if(!Array.isArray(g.spans))return"spans: array expected";for(var A=0;A>>3){case 1:{j.traceId=g.bytes();break}case 2:{j.spanId=g.bytes();break}case 3:{j.traceState=g.string();break}case 4:{j.parentSpanId=g.bytes();break}case 5:{j.name=g.string();break}case 6:{j.kind=g.int32();break}case 7:{j.startTimeUnixNano=g.fixed64();break}case 8:{j.endTimeUnixNano=g.fixed64();break}case 9:{j.attributes&&j.attributes.length||(j.attributes=[]),j.attributes.push(at.opentelemetry.proto.common.v1.KeyValue.decode(g,g.uint32()));break}case 10:{j.droppedAttributesCount=g.uint32();break}case 11:{j.events&&j.events.length||(j.events=[]),j.events.push(at.opentelemetry.proto.trace.v1.Span.Event.decode(g,g.uint32()));break}case 12:{j.droppedEventsCount=g.uint32();break}case 13:{j.links&&j.links.length||(j.links=[]),j.links.push(at.opentelemetry.proto.trace.v1.Span.Link.decode(g,g.uint32()));break}case 14:{j.droppedLinksCount=g.uint32();break}case 15:{j.status=at.opentelemetry.proto.trace.v1.Status.decode(g,g.uint32());break}default:g.skipType(se&7);break}}return j},b.decodeDelimited=function(g){return g instanceof hn||(g=new hn(g)),this.decode(g,g.uint32())},b.verify=function(g){if(typeof g!="object"||g===null)return"object expected";if(g.traceId!=null&&g.hasOwnProperty("traceId")&&!(g.traceId&&typeof g.traceId.length=="number"||ht.isString(g.traceId)))return"traceId: buffer expected";if(g.spanId!=null&&g.hasOwnProperty("spanId")&&!(g.spanId&&typeof g.spanId.length=="number"||ht.isString(g.spanId)))return"spanId: buffer expected";if(g.traceState!=null&&g.hasOwnProperty("traceState")&&!ht.isString(g.traceState))return"traceState: string expected";if(g.parentSpanId!=null&&g.hasOwnProperty("parentSpanId")&&!(g.parentSpanId&&typeof g.parentSpanId.length=="number"||ht.isString(g.parentSpanId)))return"parentSpanId: buffer expected";if(g.name!=null&&g.hasOwnProperty("name")&&!ht.isString(g.name))return"name: string expected";if(g.kind!=null&&g.hasOwnProperty("kind"))switch(g.kind){default:return"kind: enum value expected";case 0:case 1:case 2:case 3:case 4:case 5:break}if(g.startTimeUnixNano!=null&&g.hasOwnProperty("startTimeUnixNano")&&!ht.isInteger(g.startTimeUnixNano)&&!(g.startTimeUnixNano&&ht.isInteger(g.startTimeUnixNano.low)&&ht.isInteger(g.startTimeUnixNano.high)))return"startTimeUnixNano: integer|Long expected";if(g.endTimeUnixNano!=null&&g.hasOwnProperty("endTimeUnixNano")&&!ht.isInteger(g.endTimeUnixNano)&&!(g.endTimeUnixNano&&ht.isInteger(g.endTimeUnixNano.low)&&ht.isInteger(g.endTimeUnixNano.high)))return"endTimeUnixNano: integer|Long expected";if(g.attributes!=null&&g.hasOwnProperty("attributes")){if(!Array.isArray(g.attributes))return"attributes: array expected";for(var p=0;p=0&&(p.traceId=g.traceId)),g.spanId!=null&&(typeof g.spanId=="string"?ht.base64.decode(g.spanId,p.spanId=ht.newBuffer(ht.base64.length(g.spanId)),0):g.spanId.length>=0&&(p.spanId=g.spanId)),g.traceState!=null&&(p.traceState=String(g.traceState)),g.parentSpanId!=null&&(typeof g.parentSpanId=="string"?ht.base64.decode(g.parentSpanId,p.parentSpanId=ht.newBuffer(ht.base64.length(g.parentSpanId)),0):g.parentSpanId.length>=0&&(p.parentSpanId=g.parentSpanId)),g.name!=null&&(p.name=String(g.name)),g.kind){default:if(typeof g.kind=="number"){p.kind=g.kind;break}break;case"SPAN_KIND_UNSPECIFIED":case 0:p.kind=0;break;case"SPAN_KIND_INTERNAL":case 1:p.kind=1;break;case"SPAN_KIND_SERVER":case 2:p.kind=2;break;case"SPAN_KIND_CLIENT":case 3:p.kind=3;break;case"SPAN_KIND_PRODUCER":case 4:p.kind=4;break;case"SPAN_KIND_CONSUMER":case 5:p.kind=5;break}if(g.startTimeUnixNano!=null&&(ht.Long?(p.startTimeUnixNano=ht.Long.fromValue(g.startTimeUnixNano)).unsigned=!1:typeof g.startTimeUnixNano=="string"?p.startTimeUnixNano=parseInt(g.startTimeUnixNano,10):typeof g.startTimeUnixNano=="number"?p.startTimeUnixNano=g.startTimeUnixNano:typeof g.startTimeUnixNano=="object"&&(p.startTimeUnixNano=new ht.LongBits(g.startTimeUnixNano.low>>>0,g.startTimeUnixNano.high>>>0).toNumber())),g.endTimeUnixNano!=null&&(ht.Long?(p.endTimeUnixNano=ht.Long.fromValue(g.endTimeUnixNano)).unsigned=!1:typeof g.endTimeUnixNano=="string"?p.endTimeUnixNano=parseInt(g.endTimeUnixNano,10):typeof g.endTimeUnixNano=="number"?p.endTimeUnixNano=g.endTimeUnixNano:typeof g.endTimeUnixNano=="object"&&(p.endTimeUnixNano=new ht.LongBits(g.endTimeUnixNano.low>>>0,g.endTimeUnixNano.high>>>0).toNumber())),g.attributes){if(!Array.isArray(g.attributes))throw TypeError(".opentelemetry.proto.trace.v1.Span.attributes: array expected");p.attributes=[];for(var A=0;A>>0),g.events){if(!Array.isArray(g.events))throw TypeError(".opentelemetry.proto.trace.v1.Span.events: array expected");p.events=[];for(var A=0;A>>0),g.links){if(!Array.isArray(g.links))throw TypeError(".opentelemetry.proto.trace.v1.Span.links: array expected");p.links=[];for(var A=0;A>>0),g.status!=null){if(typeof g.status!="object")throw TypeError(".opentelemetry.proto.trace.v1.Span.status: object expected");p.status=at.opentelemetry.proto.trace.v1.Status.fromObject(g.status)}return p},b.toObject=function(g,p){p||(p={});var A={};if((p.arrays||p.defaults)&&(A.attributes=[],A.events=[],A.links=[]),p.defaults){if(p.bytes===String?A.traceId="":(A.traceId=[],p.bytes!==Array&&(A.traceId=ht.newBuffer(A.traceId))),p.bytes===String?A.spanId="":(A.spanId=[],p.bytes!==Array&&(A.spanId=ht.newBuffer(A.spanId))),A.traceState="",p.bytes===String?A.parentSpanId="":(A.parentSpanId=[],p.bytes!==Array&&(A.parentSpanId=ht.newBuffer(A.parentSpanId))),A.name="",A.kind=p.enums===String?"SPAN_KIND_UNSPECIFIED":0,ht.Long){var j=new ht.Long(0,0,!1);A.startTimeUnixNano=p.longs===String?j.toString():p.longs===Number?j.toNumber():j}else A.startTimeUnixNano=p.longs===String?"0":0;if(ht.Long){var j=new ht.Long(0,0,!1);A.endTimeUnixNano=p.longs===String?j.toString():p.longs===Number?j.toNumber():j}else A.endTimeUnixNano=p.longs===String?"0":0;A.droppedAttributesCount=0,A.droppedEventsCount=0,A.droppedLinksCount=0,A.status=null}if(g.traceId!=null&&g.hasOwnProperty("traceId")&&(A.traceId=p.bytes===String?ht.base64.encode(g.traceId,0,g.traceId.length):p.bytes===Array?Array.prototype.slice.call(g.traceId):g.traceId),g.spanId!=null&&g.hasOwnProperty("spanId")&&(A.spanId=p.bytes===String?ht.base64.encode(g.spanId,0,g.spanId.length):p.bytes===Array?Array.prototype.slice.call(g.spanId):g.spanId),g.traceState!=null&&g.hasOwnProperty("traceState")&&(A.traceState=g.traceState),g.parentSpanId!=null&&g.hasOwnProperty("parentSpanId")&&(A.parentSpanId=p.bytes===String?ht.base64.encode(g.parentSpanId,0,g.parentSpanId.length):p.bytes===Array?Array.prototype.slice.call(g.parentSpanId):g.parentSpanId),g.name!=null&&g.hasOwnProperty("name")&&(A.name=g.name),g.kind!=null&&g.hasOwnProperty("kind")&&(A.kind=p.enums===String?at.opentelemetry.proto.trace.v1.Span.SpanKind[g.kind]===void 0?g.kind:at.opentelemetry.proto.trace.v1.Span.SpanKind[g.kind]:g.kind),g.startTimeUnixNano!=null&&g.hasOwnProperty("startTimeUnixNano")&&(typeof g.startTimeUnixNano=="number"?A.startTimeUnixNano=p.longs===String?String(g.startTimeUnixNano):g.startTimeUnixNano:A.startTimeUnixNano=p.longs===String?ht.Long.prototype.toString.call(g.startTimeUnixNano):p.longs===Number?new ht.LongBits(g.startTimeUnixNano.low>>>0,g.startTimeUnixNano.high>>>0).toNumber():g.startTimeUnixNano),g.endTimeUnixNano!=null&&g.hasOwnProperty("endTimeUnixNano")&&(typeof g.endTimeUnixNano=="number"?A.endTimeUnixNano=p.longs===String?String(g.endTimeUnixNano):g.endTimeUnixNano:A.endTimeUnixNano=p.longs===String?ht.Long.prototype.toString.call(g.endTimeUnixNano):p.longs===Number?new ht.LongBits(g.endTimeUnixNano.low>>>0,g.endTimeUnixNano.high>>>0).toNumber():g.endTimeUnixNano),g.attributes&&g.attributes.length){A.attributes=[];for(var se=0;se>>3){case 1:{se.timeUnixNano=p.fixed64();break}case 2:{se.name=p.string();break}case 3:{se.attributes&&se.attributes.length||(se.attributes=[]),se.attributes.push(at.opentelemetry.proto.common.v1.KeyValue.decode(p,p.uint32()));break}case 4:{se.droppedAttributesCount=p.uint32();break}default:p.skipType(We&7);break}}return se},k.decodeDelimited=function(p){return p instanceof hn||(p=new hn(p)),this.decode(p,p.uint32())},k.verify=function(p){if(typeof p!="object"||p===null)return"object expected";if(p.timeUnixNano!=null&&p.hasOwnProperty("timeUnixNano")&&!ht.isInteger(p.timeUnixNano)&&!(p.timeUnixNano&&ht.isInteger(p.timeUnixNano.low)&&ht.isInteger(p.timeUnixNano.high)))return"timeUnixNano: integer|Long expected";if(p.name!=null&&p.hasOwnProperty("name")&&!ht.isString(p.name))return"name: string expected";if(p.attributes!=null&&p.hasOwnProperty("attributes")){if(!Array.isArray(p.attributes))return"attributes: array expected";for(var A=0;A>>0,p.timeUnixNano.high>>>0).toNumber())),p.name!=null&&(A.name=String(p.name)),p.attributes){if(!Array.isArray(p.attributes))throw TypeError(".opentelemetry.proto.trace.v1.Span.Event.attributes: array expected");A.attributes=[];for(var j=0;j>>0),A},k.toObject=function(p,A){A||(A={});var j={};if((A.arrays||A.defaults)&&(j.attributes=[]),A.defaults){if(ht.Long){var se=new ht.Long(0,0,!1);j.timeUnixNano=A.longs===String?se.toString():A.longs===Number?se.toNumber():se}else j.timeUnixNano=A.longs===String?"0":0;j.name="",j.droppedAttributesCount=0}if(p.timeUnixNano!=null&&p.hasOwnProperty("timeUnixNano")&&(typeof p.timeUnixNano=="number"?j.timeUnixNano=A.longs===String?String(p.timeUnixNano):p.timeUnixNano:j.timeUnixNano=A.longs===String?ht.Long.prototype.toString.call(p.timeUnixNano):A.longs===Number?new ht.LongBits(p.timeUnixNano.low>>>0,p.timeUnixNano.high>>>0).toNumber():p.timeUnixNano),p.name!=null&&p.hasOwnProperty("name")&&(j.name=p.name),p.attributes&&p.attributes.length){j.attributes=[];for(var We=0;We>>3){case 1:{se.traceId=p.bytes();break}case 2:{se.spanId=p.bytes();break}case 3:{se.traceState=p.string();break}case 4:{se.attributes&&se.attributes.length||(se.attributes=[]),se.attributes.push(at.opentelemetry.proto.common.v1.KeyValue.decode(p,p.uint32()));break}case 5:{se.droppedAttributesCount=p.uint32();break}default:p.skipType(We&7);break}}return se},k.decodeDelimited=function(p){return p instanceof hn||(p=new hn(p)),this.decode(p,p.uint32())},k.verify=function(p){if(typeof p!="object"||p===null)return"object expected";if(p.traceId!=null&&p.hasOwnProperty("traceId")&&!(p.traceId&&typeof p.traceId.length=="number"||ht.isString(p.traceId)))return"traceId: buffer expected";if(p.spanId!=null&&p.hasOwnProperty("spanId")&&!(p.spanId&&typeof p.spanId.length=="number"||ht.isString(p.spanId)))return"spanId: buffer expected";if(p.traceState!=null&&p.hasOwnProperty("traceState")&&!ht.isString(p.traceState))return"traceState: string expected";if(p.attributes!=null&&p.hasOwnProperty("attributes")){if(!Array.isArray(p.attributes))return"attributes: array expected";for(var A=0;A=0&&(A.traceId=p.traceId)),p.spanId!=null&&(typeof p.spanId=="string"?ht.base64.decode(p.spanId,A.spanId=ht.newBuffer(ht.base64.length(p.spanId)),0):p.spanId.length>=0&&(A.spanId=p.spanId)),p.traceState!=null&&(A.traceState=String(p.traceState)),p.attributes){if(!Array.isArray(p.attributes))throw TypeError(".opentelemetry.proto.trace.v1.Span.Link.attributes: array expected");A.attributes=[];for(var j=0;j>>0),A},k.toObject=function(p,A){A||(A={});var j={};if((A.arrays||A.defaults)&&(j.attributes=[]),A.defaults&&(A.bytes===String?j.traceId="":(j.traceId=[],A.bytes!==Array&&(j.traceId=ht.newBuffer(j.traceId))),A.bytes===String?j.spanId="":(j.spanId=[],A.bytes!==Array&&(j.spanId=ht.newBuffer(j.spanId))),j.traceState="",j.droppedAttributesCount=0),p.traceId!=null&&p.hasOwnProperty("traceId")&&(j.traceId=A.bytes===String?ht.base64.encode(p.traceId,0,p.traceId.length):A.bytes===Array?Array.prototype.slice.call(p.traceId):p.traceId),p.spanId!=null&&p.hasOwnProperty("spanId")&&(j.spanId=A.bytes===String?ht.base64.encode(p.spanId,0,p.spanId.length):A.bytes===Array?Array.prototype.slice.call(p.spanId):p.spanId),p.traceState!=null&&p.hasOwnProperty("traceState")&&(j.traceState=p.traceState),p.attributes&&p.attributes.length){j.attributes=[];for(var se=0;se>>3){case 2:{j.message=g.string();break}case 3:{j.code=g.int32();break}default:g.skipType(se&7);break}}return j},b.decodeDelimited=function(g){return g instanceof hn||(g=new hn(g)),this.decode(g,g.uint32())},b.verify=function(g){if(typeof g!="object"||g===null)return"object expected";if(g.message!=null&&g.hasOwnProperty("message")&&!ht.isString(g.message))return"message: string expected";if(g.code!=null&&g.hasOwnProperty("code"))switch(g.code){default:return"code: enum value expected";case 0:case 1:case 2:break}return null},b.fromObject=function(g){if(g instanceof at.opentelemetry.proto.trace.v1.Status)return g;var p=new at.opentelemetry.proto.trace.v1.Status;switch(g.message!=null&&(p.message=String(g.message)),g.code){default:if(typeof g.code=="number"){p.code=g.code;break}break;case"STATUS_CODE_UNSET":case 0:p.code=0;break;case"STATUS_CODE_OK":case 1:p.code=1;break;case"STATUS_CODE_ERROR":case 2:p.code=2;break}return p},b.toObject=function(g,p){p||(p={});var A={};return p.defaults&&(A.message="",A.code=p.enums===String?"STATUS_CODE_UNSET":0),g.message!=null&&g.hasOwnProperty("message")&&(A.message=g.message),g.code!=null&&g.hasOwnProperty("code")&&(A.code=p.enums===String?at.opentelemetry.proto.trace.v1.Status.StatusCode[g.code]===void 0?g.code:at.opentelemetry.proto.trace.v1.Status.StatusCode[g.code]:g.code),A},b.prototype.toJSON=function(){return this.constructor.toObject(this,Za.util.toJSONOptions)},b.getTypeUrl=function(g){return g===void 0&&(g="type.googleapis.com"),g+"/opentelemetry.proto.trace.v1.Status"},b.StatusCode=function(){var k={},g=Object.create(k);return g[k[0]="STATUS_CODE_UNSET"]=0,g[k[1]="STATUS_CODE_OK"]=1,g[k[2]="STATUS_CODE_ERROR"]=2,g}(),b}(),y}(),f}(),c.collector=function(){var f={};return f.trace=function(){var y={};return y.v1=function(){var b={};return b.TraceService=function(){function k(g,p,A){Za.rpc.Service.call(this,g,p,A)}return(k.prototype=Object.create(Za.rpc.Service.prototype)).constructor=k,k.create=function(p,A,j){return new this(p,A,j)},Object.defineProperty(k.prototype.export=function g(p,A){return this.rpcCall(g,at.opentelemetry.proto.collector.trace.v1.ExportTraceServiceRequest,at.opentelemetry.proto.collector.trace.v1.ExportTraceServiceResponse,p,A)},"name",{value:"Export"}),k}(),b.ExportTraceServiceRequest=function(){function k(g){if(this.resourceSpans=[],g)for(var p=Object.keys(g),A=0;A>>3){case 1:{se.resourceSpans&&se.resourceSpans.length||(se.resourceSpans=[]),se.resourceSpans.push(at.opentelemetry.proto.trace.v1.ResourceSpans.decode(p,p.uint32()));break}default:p.skipType(We&7);break}}return se},k.decodeDelimited=function(p){return p instanceof hn||(p=new hn(p)),this.decode(p,p.uint32())},k.verify=function(p){if(typeof p!="object"||p===null)return"object expected";if(p.resourceSpans!=null&&p.hasOwnProperty("resourceSpans")){if(!Array.isArray(p.resourceSpans))return"resourceSpans: array expected";for(var A=0;A>>3){case 1:{se.partialSuccess=at.opentelemetry.proto.collector.trace.v1.ExportTracePartialSuccess.decode(p,p.uint32());break}default:p.skipType(We&7);break}}return se},k.decodeDelimited=function(p){return p instanceof hn||(p=new hn(p)),this.decode(p,p.uint32())},k.verify=function(p){if(typeof p!="object"||p===null)return"object expected";if(p.partialSuccess!=null&&p.hasOwnProperty("partialSuccess")){var A=at.opentelemetry.proto.collector.trace.v1.ExportTracePartialSuccess.verify(p.partialSuccess);if(A)return"partialSuccess."+A}return null},k.fromObject=function(p){if(p instanceof at.opentelemetry.proto.collector.trace.v1.ExportTraceServiceResponse)return p;var A=new at.opentelemetry.proto.collector.trace.v1.ExportTraceServiceResponse;if(p.partialSuccess!=null){if(typeof p.partialSuccess!="object")throw TypeError(".opentelemetry.proto.collector.trace.v1.ExportTraceServiceResponse.partialSuccess: object expected");A.partialSuccess=at.opentelemetry.proto.collector.trace.v1.ExportTracePartialSuccess.fromObject(p.partialSuccess)}return A},k.toObject=function(p,A){A||(A={});var j={};return A.defaults&&(j.partialSuccess=null),p.partialSuccess!=null&&p.hasOwnProperty("partialSuccess")&&(j.partialSuccess=at.opentelemetry.proto.collector.trace.v1.ExportTracePartialSuccess.toObject(p.partialSuccess,A)),j},k.prototype.toJSON=function(){return this.constructor.toObject(this,Za.util.toJSONOptions)},k.getTypeUrl=function(p){return p===void 0&&(p="type.googleapis.com"),p+"/opentelemetry.proto.collector.trace.v1.ExportTraceServiceResponse"},k}(),b.ExportTracePartialSuccess=function(){function k(g){if(g)for(var p=Object.keys(g),A=0;A>>3){case 1:{se.rejectedSpans=p.int64();break}case 2:{se.errorMessage=p.string();break}default:p.skipType(We&7);break}}return se},k.decodeDelimited=function(p){return p instanceof hn||(p=new hn(p)),this.decode(p,p.uint32())},k.verify=function(p){return typeof p!="object"||p===null?"object expected":p.rejectedSpans!=null&&p.hasOwnProperty("rejectedSpans")&&!ht.isInteger(p.rejectedSpans)&&!(p.rejectedSpans&&ht.isInteger(p.rejectedSpans.low)&&ht.isInteger(p.rejectedSpans.high))?"rejectedSpans: integer|Long expected":p.errorMessage!=null&&p.hasOwnProperty("errorMessage")&&!ht.isString(p.errorMessage)?"errorMessage: string expected":null},k.fromObject=function(p){if(p instanceof at.opentelemetry.proto.collector.trace.v1.ExportTracePartialSuccess)return p;var A=new at.opentelemetry.proto.collector.trace.v1.ExportTracePartialSuccess;return p.rejectedSpans!=null&&(ht.Long?(A.rejectedSpans=ht.Long.fromValue(p.rejectedSpans)).unsigned=!1:typeof p.rejectedSpans=="string"?A.rejectedSpans=parseInt(p.rejectedSpans,10):typeof p.rejectedSpans=="number"?A.rejectedSpans=p.rejectedSpans:typeof p.rejectedSpans=="object"&&(A.rejectedSpans=new ht.LongBits(p.rejectedSpans.low>>>0,p.rejectedSpans.high>>>0).toNumber())),p.errorMessage!=null&&(A.errorMessage=String(p.errorMessage)),A},k.toObject=function(p,A){A||(A={});var j={};if(A.defaults){if(ht.Long){var se=new ht.Long(0,0,!1);j.rejectedSpans=A.longs===String?se.toString():A.longs===Number?se.toNumber():se}else j.rejectedSpans=A.longs===String?"0":0;j.errorMessage=""}return p.rejectedSpans!=null&&p.hasOwnProperty("rejectedSpans")&&(typeof p.rejectedSpans=="number"?j.rejectedSpans=A.longs===String?String(p.rejectedSpans):p.rejectedSpans:j.rejectedSpans=A.longs===String?ht.Long.prototype.toString.call(p.rejectedSpans):A.longs===Number?new ht.LongBits(p.rejectedSpans.low>>>0,p.rejectedSpans.high>>>0).toNumber():p.rejectedSpans),p.errorMessage!=null&&p.hasOwnProperty("errorMessage")&&(j.errorMessage=p.errorMessage),j},k.prototype.toJSON=function(){return this.constructor.toObject(this,Za.util.toJSONOptions)},k.getTypeUrl=function(p){return p===void 0&&(p="type.googleapis.com"),p+"/opentelemetry.proto.collector.trace.v1.ExportTracePartialSuccess"},k}(),b}(),y}(),f.metrics=function(){var y={};return y.v1=function(){var b={};return b.MetricsService=function(){function k(g,p,A){Za.rpc.Service.call(this,g,p,A)}return(k.prototype=Object.create(Za.rpc.Service.prototype)).constructor=k,k.create=function(p,A,j){return new this(p,A,j)},Object.defineProperty(k.prototype.export=function g(p,A){return this.rpcCall(g,at.opentelemetry.proto.collector.metrics.v1.ExportMetricsServiceRequest,at.opentelemetry.proto.collector.metrics.v1.ExportMetricsServiceResponse,p,A)},"name",{value:"Export"}),k}(),b.ExportMetricsServiceRequest=function(){function k(g){if(this.resourceMetrics=[],g)for(var p=Object.keys(g),A=0;A>>3){case 1:{se.resourceMetrics&&se.resourceMetrics.length||(se.resourceMetrics=[]),se.resourceMetrics.push(at.opentelemetry.proto.metrics.v1.ResourceMetrics.decode(p,p.uint32()));break}default:p.skipType(We&7);break}}return se},k.decodeDelimited=function(p){return p instanceof hn||(p=new hn(p)),this.decode(p,p.uint32())},k.verify=function(p){if(typeof p!="object"||p===null)return"object expected";if(p.resourceMetrics!=null&&p.hasOwnProperty("resourceMetrics")){if(!Array.isArray(p.resourceMetrics))return"resourceMetrics: array expected";for(var A=0;A>>3){case 1:{se.partialSuccess=at.opentelemetry.proto.collector.metrics.v1.ExportMetricsPartialSuccess.decode(p,p.uint32());break}default:p.skipType(We&7);break}}return se},k.decodeDelimited=function(p){return p instanceof hn||(p=new hn(p)),this.decode(p,p.uint32())},k.verify=function(p){if(typeof p!="object"||p===null)return"object expected";if(p.partialSuccess!=null&&p.hasOwnProperty("partialSuccess")){var A=at.opentelemetry.proto.collector.metrics.v1.ExportMetricsPartialSuccess.verify(p.partialSuccess);if(A)return"partialSuccess."+A}return null},k.fromObject=function(p){if(p instanceof at.opentelemetry.proto.collector.metrics.v1.ExportMetricsServiceResponse)return p;var A=new at.opentelemetry.proto.collector.metrics.v1.ExportMetricsServiceResponse;if(p.partialSuccess!=null){if(typeof p.partialSuccess!="object")throw TypeError(".opentelemetry.proto.collector.metrics.v1.ExportMetricsServiceResponse.partialSuccess: object expected");A.partialSuccess=at.opentelemetry.proto.collector.metrics.v1.ExportMetricsPartialSuccess.fromObject(p.partialSuccess)}return A},k.toObject=function(p,A){A||(A={});var j={};return A.defaults&&(j.partialSuccess=null),p.partialSuccess!=null&&p.hasOwnProperty("partialSuccess")&&(j.partialSuccess=at.opentelemetry.proto.collector.metrics.v1.ExportMetricsPartialSuccess.toObject(p.partialSuccess,A)),j},k.prototype.toJSON=function(){return this.constructor.toObject(this,Za.util.toJSONOptions)},k.getTypeUrl=function(p){return p===void 0&&(p="type.googleapis.com"),p+"/opentelemetry.proto.collector.metrics.v1.ExportMetricsServiceResponse"},k}(),b.ExportMetricsPartialSuccess=function(){function k(g){if(g)for(var p=Object.keys(g),A=0;A>>3){case 1:{se.rejectedDataPoints=p.int64();break}case 2:{se.errorMessage=p.string();break}default:p.skipType(We&7);break}}return se},k.decodeDelimited=function(p){return p instanceof hn||(p=new hn(p)),this.decode(p,p.uint32())},k.verify=function(p){return typeof p!="object"||p===null?"object expected":p.rejectedDataPoints!=null&&p.hasOwnProperty("rejectedDataPoints")&&!ht.isInteger(p.rejectedDataPoints)&&!(p.rejectedDataPoints&&ht.isInteger(p.rejectedDataPoints.low)&&ht.isInteger(p.rejectedDataPoints.high))?"rejectedDataPoints: integer|Long expected":p.errorMessage!=null&&p.hasOwnProperty("errorMessage")&&!ht.isString(p.errorMessage)?"errorMessage: string expected":null},k.fromObject=function(p){if(p instanceof at.opentelemetry.proto.collector.metrics.v1.ExportMetricsPartialSuccess)return p;var A=new at.opentelemetry.proto.collector.metrics.v1.ExportMetricsPartialSuccess;return p.rejectedDataPoints!=null&&(ht.Long?(A.rejectedDataPoints=ht.Long.fromValue(p.rejectedDataPoints)).unsigned=!1:typeof p.rejectedDataPoints=="string"?A.rejectedDataPoints=parseInt(p.rejectedDataPoints,10):typeof p.rejectedDataPoints=="number"?A.rejectedDataPoints=p.rejectedDataPoints:typeof p.rejectedDataPoints=="object"&&(A.rejectedDataPoints=new ht.LongBits(p.rejectedDataPoints.low>>>0,p.rejectedDataPoints.high>>>0).toNumber())),p.errorMessage!=null&&(A.errorMessage=String(p.errorMessage)),A},k.toObject=function(p,A){A||(A={});var j={};if(A.defaults){if(ht.Long){var se=new ht.Long(0,0,!1);j.rejectedDataPoints=A.longs===String?se.toString():A.longs===Number?se.toNumber():se}else j.rejectedDataPoints=A.longs===String?"0":0;j.errorMessage=""}return p.rejectedDataPoints!=null&&p.hasOwnProperty("rejectedDataPoints")&&(typeof p.rejectedDataPoints=="number"?j.rejectedDataPoints=A.longs===String?String(p.rejectedDataPoints):p.rejectedDataPoints:j.rejectedDataPoints=A.longs===String?ht.Long.prototype.toString.call(p.rejectedDataPoints):A.longs===Number?new ht.LongBits(p.rejectedDataPoints.low>>>0,p.rejectedDataPoints.high>>>0).toNumber():p.rejectedDataPoints),p.errorMessage!=null&&p.hasOwnProperty("errorMessage")&&(j.errorMessage=p.errorMessage),j},k.prototype.toJSON=function(){return this.constructor.toObject(this,Za.util.toJSONOptions)},k.getTypeUrl=function(p){return p===void 0&&(p="type.googleapis.com"),p+"/opentelemetry.proto.collector.metrics.v1.ExportMetricsPartialSuccess"},k}(),b}(),y}(),f.logs=function(){var y={};return y.v1=function(){var b={};return b.LogsService=function(){function k(g,p,A){Za.rpc.Service.call(this,g,p,A)}return(k.prototype=Object.create(Za.rpc.Service.prototype)).constructor=k,k.create=function(p,A,j){return new this(p,A,j)},Object.defineProperty(k.prototype.export=function g(p,A){return this.rpcCall(g,at.opentelemetry.proto.collector.logs.v1.ExportLogsServiceRequest,at.opentelemetry.proto.collector.logs.v1.ExportLogsServiceResponse,p,A)},"name",{value:"Export"}),k}(),b.ExportLogsServiceRequest=function(){function k(g){if(this.resourceLogs=[],g)for(var p=Object.keys(g),A=0;A>>3){case 1:{se.resourceLogs&&se.resourceLogs.length||(se.resourceLogs=[]),se.resourceLogs.push(at.opentelemetry.proto.logs.v1.ResourceLogs.decode(p,p.uint32()));break}default:p.skipType(We&7);break}}return se},k.decodeDelimited=function(p){return p instanceof hn||(p=new hn(p)),this.decode(p,p.uint32())},k.verify=function(p){if(typeof p!="object"||p===null)return"object expected";if(p.resourceLogs!=null&&p.hasOwnProperty("resourceLogs")){if(!Array.isArray(p.resourceLogs))return"resourceLogs: array expected";for(var A=0;A>>3){case 1:{se.partialSuccess=at.opentelemetry.proto.collector.logs.v1.ExportLogsPartialSuccess.decode(p,p.uint32());break}default:p.skipType(We&7);break}}return se},k.decodeDelimited=function(p){return p instanceof hn||(p=new hn(p)),this.decode(p,p.uint32())},k.verify=function(p){if(typeof p!="object"||p===null)return"object expected";if(p.partialSuccess!=null&&p.hasOwnProperty("partialSuccess")){var A=at.opentelemetry.proto.collector.logs.v1.ExportLogsPartialSuccess.verify(p.partialSuccess);if(A)return"partialSuccess."+A}return null},k.fromObject=function(p){if(p instanceof at.opentelemetry.proto.collector.logs.v1.ExportLogsServiceResponse)return p;var A=new at.opentelemetry.proto.collector.logs.v1.ExportLogsServiceResponse;if(p.partialSuccess!=null){if(typeof p.partialSuccess!="object")throw TypeError(".opentelemetry.proto.collector.logs.v1.ExportLogsServiceResponse.partialSuccess: object expected");A.partialSuccess=at.opentelemetry.proto.collector.logs.v1.ExportLogsPartialSuccess.fromObject(p.partialSuccess)}return A},k.toObject=function(p,A){A||(A={});var j={};return A.defaults&&(j.partialSuccess=null),p.partialSuccess!=null&&p.hasOwnProperty("partialSuccess")&&(j.partialSuccess=at.opentelemetry.proto.collector.logs.v1.ExportLogsPartialSuccess.toObject(p.partialSuccess,A)),j},k.prototype.toJSON=function(){return this.constructor.toObject(this,Za.util.toJSONOptions)},k.getTypeUrl=function(p){return p===void 0&&(p="type.googleapis.com"),p+"/opentelemetry.proto.collector.logs.v1.ExportLogsServiceResponse"},k}(),b.ExportLogsPartialSuccess=function(){function k(g){if(g)for(var p=Object.keys(g),A=0;A>>3){case 1:{se.rejectedLogRecords=p.int64();break}case 2:{se.errorMessage=p.string();break}default:p.skipType(We&7);break}}return se},k.decodeDelimited=function(p){return p instanceof hn||(p=new hn(p)),this.decode(p,p.uint32())},k.verify=function(p){return typeof p!="object"||p===null?"object expected":p.rejectedLogRecords!=null&&p.hasOwnProperty("rejectedLogRecords")&&!ht.isInteger(p.rejectedLogRecords)&&!(p.rejectedLogRecords&&ht.isInteger(p.rejectedLogRecords.low)&&ht.isInteger(p.rejectedLogRecords.high))?"rejectedLogRecords: integer|Long expected":p.errorMessage!=null&&p.hasOwnProperty("errorMessage")&&!ht.isString(p.errorMessage)?"errorMessage: string expected":null},k.fromObject=function(p){if(p instanceof at.opentelemetry.proto.collector.logs.v1.ExportLogsPartialSuccess)return p;var A=new at.opentelemetry.proto.collector.logs.v1.ExportLogsPartialSuccess;return p.rejectedLogRecords!=null&&(ht.Long?(A.rejectedLogRecords=ht.Long.fromValue(p.rejectedLogRecords)).unsigned=!1:typeof p.rejectedLogRecords=="string"?A.rejectedLogRecords=parseInt(p.rejectedLogRecords,10):typeof p.rejectedLogRecords=="number"?A.rejectedLogRecords=p.rejectedLogRecords:typeof p.rejectedLogRecords=="object"&&(A.rejectedLogRecords=new ht.LongBits(p.rejectedLogRecords.low>>>0,p.rejectedLogRecords.high>>>0).toNumber())),p.errorMessage!=null&&(A.errorMessage=String(p.errorMessage)),A},k.toObject=function(p,A){A||(A={});var j={};if(A.defaults){if(ht.Long){var se=new ht.Long(0,0,!1);j.rejectedLogRecords=A.longs===String?se.toString():A.longs===Number?se.toNumber():se}else j.rejectedLogRecords=A.longs===String?"0":0;j.errorMessage=""}return p.rejectedLogRecords!=null&&p.hasOwnProperty("rejectedLogRecords")&&(typeof p.rejectedLogRecords=="number"?j.rejectedLogRecords=A.longs===String?String(p.rejectedLogRecords):p.rejectedLogRecords:j.rejectedLogRecords=A.longs===String?ht.Long.prototype.toString.call(p.rejectedLogRecords):A.longs===Number?new ht.LongBits(p.rejectedLogRecords.low>>>0,p.rejectedLogRecords.high>>>0).toNumber():p.rejectedLogRecords),p.errorMessage!=null&&p.hasOwnProperty("errorMessage")&&(j.errorMessage=p.errorMessage),j},k.prototype.toJSON=function(){return this.constructor.toObject(this,Za.util.toJSONOptions)},k.getTypeUrl=function(p){return p===void 0&&(p="type.googleapis.com"),p+"/opentelemetry.proto.collector.logs.v1.ExportLogsPartialSuccess"},k}(),b}(),y}(),f}(),c.metrics=function(){var f={};return f.v1=function(){var y={};return y.MetricsData=function(){function b(k){if(this.resourceMetrics=[],k)for(var g=Object.keys(k),p=0;p>>3){case 1:{j.resourceMetrics&&j.resourceMetrics.length||(j.resourceMetrics=[]),j.resourceMetrics.push(at.opentelemetry.proto.metrics.v1.ResourceMetrics.decode(g,g.uint32()));break}default:g.skipType(se&7);break}}return j},b.decodeDelimited=function(g){return g instanceof hn||(g=new hn(g)),this.decode(g,g.uint32())},b.verify=function(g){if(typeof g!="object"||g===null)return"object expected";if(g.resourceMetrics!=null&&g.hasOwnProperty("resourceMetrics")){if(!Array.isArray(g.resourceMetrics))return"resourceMetrics: array expected";for(var p=0;p>>3){case 1:{j.resource=at.opentelemetry.proto.resource.v1.Resource.decode(g,g.uint32());break}case 2:{j.scopeMetrics&&j.scopeMetrics.length||(j.scopeMetrics=[]),j.scopeMetrics.push(at.opentelemetry.proto.metrics.v1.ScopeMetrics.decode(g,g.uint32()));break}case 3:{j.schemaUrl=g.string();break}default:g.skipType(se&7);break}}return j},b.decodeDelimited=function(g){return g instanceof hn||(g=new hn(g)),this.decode(g,g.uint32())},b.verify=function(g){if(typeof g!="object"||g===null)return"object expected";if(g.resource!=null&&g.hasOwnProperty("resource")){var p=at.opentelemetry.proto.resource.v1.Resource.verify(g.resource);if(p)return"resource."+p}if(g.scopeMetrics!=null&&g.hasOwnProperty("scopeMetrics")){if(!Array.isArray(g.scopeMetrics))return"scopeMetrics: array expected";for(var A=0;A>>3){case 1:{j.scope=at.opentelemetry.proto.common.v1.InstrumentationScope.decode(g,g.uint32());break}case 2:{j.metrics&&j.metrics.length||(j.metrics=[]),j.metrics.push(at.opentelemetry.proto.metrics.v1.Metric.decode(g,g.uint32()));break}case 3:{j.schemaUrl=g.string();break}default:g.skipType(se&7);break}}return j},b.decodeDelimited=function(g){return g instanceof hn||(g=new hn(g)),this.decode(g,g.uint32())},b.verify=function(g){if(typeof g!="object"||g===null)return"object expected";if(g.scope!=null&&g.hasOwnProperty("scope")){var p=at.opentelemetry.proto.common.v1.InstrumentationScope.verify(g.scope);if(p)return"scope."+p}if(g.metrics!=null&&g.hasOwnProperty("metrics")){if(!Array.isArray(g.metrics))return"metrics: array expected";for(var A=0;A>>3){case 1:{se.name=p.string();break}case 2:{se.description=p.string();break}case 3:{se.unit=p.string();break}case 5:{se.gauge=at.opentelemetry.proto.metrics.v1.Gauge.decode(p,p.uint32());break}case 7:{se.sum=at.opentelemetry.proto.metrics.v1.Sum.decode(p,p.uint32());break}case 9:{se.histogram=at.opentelemetry.proto.metrics.v1.Histogram.decode(p,p.uint32());break}case 10:{se.exponentialHistogram=at.opentelemetry.proto.metrics.v1.ExponentialHistogram.decode(p,p.uint32());break}case 11:{se.summary=at.opentelemetry.proto.metrics.v1.Summary.decode(p,p.uint32());break}default:p.skipType(We&7);break}}return se},b.decodeDelimited=function(p){return p instanceof hn||(p=new hn(p)),this.decode(p,p.uint32())},b.verify=function(p){if(typeof p!="object"||p===null)return"object expected";var A={};if(p.name!=null&&p.hasOwnProperty("name")&&!ht.isString(p.name))return"name: string expected";if(p.description!=null&&p.hasOwnProperty("description")&&!ht.isString(p.description))return"description: string expected";if(p.unit!=null&&p.hasOwnProperty("unit")&&!ht.isString(p.unit))return"unit: string expected";if(p.gauge!=null&&p.hasOwnProperty("gauge")){A.data=1;{var j=at.opentelemetry.proto.metrics.v1.Gauge.verify(p.gauge);if(j)return"gauge."+j}}if(p.sum!=null&&p.hasOwnProperty("sum")){if(A.data===1)return"data: multiple values";A.data=1;{var j=at.opentelemetry.proto.metrics.v1.Sum.verify(p.sum);if(j)return"sum."+j}}if(p.histogram!=null&&p.hasOwnProperty("histogram")){if(A.data===1)return"data: multiple values";A.data=1;{var j=at.opentelemetry.proto.metrics.v1.Histogram.verify(p.histogram);if(j)return"histogram."+j}}if(p.exponentialHistogram!=null&&p.hasOwnProperty("exponentialHistogram")){if(A.data===1)return"data: multiple values";A.data=1;{var j=at.opentelemetry.proto.metrics.v1.ExponentialHistogram.verify(p.exponentialHistogram);if(j)return"exponentialHistogram."+j}}if(p.summary!=null&&p.hasOwnProperty("summary")){if(A.data===1)return"data: multiple values";A.data=1;{var j=at.opentelemetry.proto.metrics.v1.Summary.verify(p.summary);if(j)return"summary."+j}}return null},b.fromObject=function(p){if(p instanceof at.opentelemetry.proto.metrics.v1.Metric)return p;var A=new at.opentelemetry.proto.metrics.v1.Metric;if(p.name!=null&&(A.name=String(p.name)),p.description!=null&&(A.description=String(p.description)),p.unit!=null&&(A.unit=String(p.unit)),p.gauge!=null){if(typeof p.gauge!="object")throw TypeError(".opentelemetry.proto.metrics.v1.Metric.gauge: object expected");A.gauge=at.opentelemetry.proto.metrics.v1.Gauge.fromObject(p.gauge)}if(p.sum!=null){if(typeof p.sum!="object")throw TypeError(".opentelemetry.proto.metrics.v1.Metric.sum: object expected");A.sum=at.opentelemetry.proto.metrics.v1.Sum.fromObject(p.sum)}if(p.histogram!=null){if(typeof p.histogram!="object")throw TypeError(".opentelemetry.proto.metrics.v1.Metric.histogram: object expected");A.histogram=at.opentelemetry.proto.metrics.v1.Histogram.fromObject(p.histogram)}if(p.exponentialHistogram!=null){if(typeof p.exponentialHistogram!="object")throw TypeError(".opentelemetry.proto.metrics.v1.Metric.exponentialHistogram: object expected");A.exponentialHistogram=at.opentelemetry.proto.metrics.v1.ExponentialHistogram.fromObject(p.exponentialHistogram)}if(p.summary!=null){if(typeof p.summary!="object")throw TypeError(".opentelemetry.proto.metrics.v1.Metric.summary: object expected");A.summary=at.opentelemetry.proto.metrics.v1.Summary.fromObject(p.summary)}return A},b.toObject=function(p,A){A||(A={});var j={};return A.defaults&&(j.name="",j.description="",j.unit=""),p.name!=null&&p.hasOwnProperty("name")&&(j.name=p.name),p.description!=null&&p.hasOwnProperty("description")&&(j.description=p.description),p.unit!=null&&p.hasOwnProperty("unit")&&(j.unit=p.unit),p.gauge!=null&&p.hasOwnProperty("gauge")&&(j.gauge=at.opentelemetry.proto.metrics.v1.Gauge.toObject(p.gauge,A),A.oneofs&&(j.data="gauge")),p.sum!=null&&p.hasOwnProperty("sum")&&(j.sum=at.opentelemetry.proto.metrics.v1.Sum.toObject(p.sum,A),A.oneofs&&(j.data="sum")),p.histogram!=null&&p.hasOwnProperty("histogram")&&(j.histogram=at.opentelemetry.proto.metrics.v1.Histogram.toObject(p.histogram,A),A.oneofs&&(j.data="histogram")),p.exponentialHistogram!=null&&p.hasOwnProperty("exponentialHistogram")&&(j.exponentialHistogram=at.opentelemetry.proto.metrics.v1.ExponentialHistogram.toObject(p.exponentialHistogram,A),A.oneofs&&(j.data="exponentialHistogram")),p.summary!=null&&p.hasOwnProperty("summary")&&(j.summary=at.opentelemetry.proto.metrics.v1.Summary.toObject(p.summary,A),A.oneofs&&(j.data="summary")),j},b.prototype.toJSON=function(){return this.constructor.toObject(this,Za.util.toJSONOptions)},b.getTypeUrl=function(p){return p===void 0&&(p="type.googleapis.com"),p+"/opentelemetry.proto.metrics.v1.Metric"},b}(),y.Gauge=function(){function b(k){if(this.dataPoints=[],k)for(var g=Object.keys(k),p=0;p>>3){case 1:{j.dataPoints&&j.dataPoints.length||(j.dataPoints=[]),j.dataPoints.push(at.opentelemetry.proto.metrics.v1.NumberDataPoint.decode(g,g.uint32()));break}default:g.skipType(se&7);break}}return j},b.decodeDelimited=function(g){return g instanceof hn||(g=new hn(g)),this.decode(g,g.uint32())},b.verify=function(g){if(typeof g!="object"||g===null)return"object expected";if(g.dataPoints!=null&&g.hasOwnProperty("dataPoints")){if(!Array.isArray(g.dataPoints))return"dataPoints: array expected";for(var p=0;p>>3){case 1:{j.dataPoints&&j.dataPoints.length||(j.dataPoints=[]),j.dataPoints.push(at.opentelemetry.proto.metrics.v1.NumberDataPoint.decode(g,g.uint32()));break}case 2:{j.aggregationTemporality=g.int32();break}case 3:{j.isMonotonic=g.bool();break}default:g.skipType(se&7);break}}return j},b.decodeDelimited=function(g){return g instanceof hn||(g=new hn(g)),this.decode(g,g.uint32())},b.verify=function(g){if(typeof g!="object"||g===null)return"object expected";if(g.dataPoints!=null&&g.hasOwnProperty("dataPoints")){if(!Array.isArray(g.dataPoints))return"dataPoints: array expected";for(var p=0;p>>3){case 1:{j.dataPoints&&j.dataPoints.length||(j.dataPoints=[]),j.dataPoints.push(at.opentelemetry.proto.metrics.v1.HistogramDataPoint.decode(g,g.uint32()));break}case 2:{j.aggregationTemporality=g.int32();break}default:g.skipType(se&7);break}}return j},b.decodeDelimited=function(g){return g instanceof hn||(g=new hn(g)),this.decode(g,g.uint32())},b.verify=function(g){if(typeof g!="object"||g===null)return"object expected";if(g.dataPoints!=null&&g.hasOwnProperty("dataPoints")){if(!Array.isArray(g.dataPoints))return"dataPoints: array expected";for(var p=0;p>>3){case 1:{j.dataPoints&&j.dataPoints.length||(j.dataPoints=[]),j.dataPoints.push(at.opentelemetry.proto.metrics.v1.ExponentialHistogramDataPoint.decode(g,g.uint32()));break}case 2:{j.aggregationTemporality=g.int32();break}default:g.skipType(se&7);break}}return j},b.decodeDelimited=function(g){return g instanceof hn||(g=new hn(g)),this.decode(g,g.uint32())},b.verify=function(g){if(typeof g!="object"||g===null)return"object expected";if(g.dataPoints!=null&&g.hasOwnProperty("dataPoints")){if(!Array.isArray(g.dataPoints))return"dataPoints: array expected";for(var p=0;p>>3){case 1:{j.dataPoints&&j.dataPoints.length||(j.dataPoints=[]),j.dataPoints.push(at.opentelemetry.proto.metrics.v1.SummaryDataPoint.decode(g,g.uint32()));break}default:g.skipType(se&7);break}}return j},b.decodeDelimited=function(g){return g instanceof hn||(g=new hn(g)),this.decode(g,g.uint32())},b.verify=function(g){if(typeof g!="object"||g===null)return"object expected";if(g.dataPoints!=null&&g.hasOwnProperty("dataPoints")){if(!Array.isArray(g.dataPoints))return"dataPoints: array expected";for(var p=0;p>>3){case 7:{se.attributes&&se.attributes.length||(se.attributes=[]),se.attributes.push(at.opentelemetry.proto.common.v1.KeyValue.decode(p,p.uint32()));break}case 2:{se.startTimeUnixNano=p.fixed64();break}case 3:{se.timeUnixNano=p.fixed64();break}case 4:{se.asDouble=p.double();break}case 6:{se.asInt=p.sfixed64();break}case 5:{se.exemplars&&se.exemplars.length||(se.exemplars=[]),se.exemplars.push(at.opentelemetry.proto.metrics.v1.Exemplar.decode(p,p.uint32()));break}case 8:{se.flags=p.uint32();break}default:p.skipType(We&7);break}}return se},b.decodeDelimited=function(p){return p instanceof hn||(p=new hn(p)),this.decode(p,p.uint32())},b.verify=function(p){if(typeof p!="object"||p===null)return"object expected";var A={};if(p.attributes!=null&&p.hasOwnProperty("attributes")){if(!Array.isArray(p.attributes))return"attributes: array expected";for(var j=0;j>>0,p.startTimeUnixNano.high>>>0).toNumber())),p.timeUnixNano!=null&&(ht.Long?(A.timeUnixNano=ht.Long.fromValue(p.timeUnixNano)).unsigned=!1:typeof p.timeUnixNano=="string"?A.timeUnixNano=parseInt(p.timeUnixNano,10):typeof p.timeUnixNano=="number"?A.timeUnixNano=p.timeUnixNano:typeof p.timeUnixNano=="object"&&(A.timeUnixNano=new ht.LongBits(p.timeUnixNano.low>>>0,p.timeUnixNano.high>>>0).toNumber())),p.asDouble!=null&&(A.asDouble=Number(p.asDouble)),p.asInt!=null&&(ht.Long?(A.asInt=ht.Long.fromValue(p.asInt)).unsigned=!1:typeof p.asInt=="string"?A.asInt=parseInt(p.asInt,10):typeof p.asInt=="number"?A.asInt=p.asInt:typeof p.asInt=="object"&&(A.asInt=new ht.LongBits(p.asInt.low>>>0,p.asInt.high>>>0).toNumber())),p.exemplars){if(!Array.isArray(p.exemplars))throw TypeError(".opentelemetry.proto.metrics.v1.NumberDataPoint.exemplars: array expected");A.exemplars=[];for(var j=0;j>>0),A},b.toObject=function(p,A){A||(A={});var j={};if((A.arrays||A.defaults)&&(j.exemplars=[],j.attributes=[]),A.defaults){if(ht.Long){var se=new ht.Long(0,0,!1);j.startTimeUnixNano=A.longs===String?se.toString():A.longs===Number?se.toNumber():se}else j.startTimeUnixNano=A.longs===String?"0":0;if(ht.Long){var se=new ht.Long(0,0,!1);j.timeUnixNano=A.longs===String?se.toString():A.longs===Number?se.toNumber():se}else j.timeUnixNano=A.longs===String?"0":0;j.flags=0}if(p.startTimeUnixNano!=null&&p.hasOwnProperty("startTimeUnixNano")&&(typeof p.startTimeUnixNano=="number"?j.startTimeUnixNano=A.longs===String?String(p.startTimeUnixNano):p.startTimeUnixNano:j.startTimeUnixNano=A.longs===String?ht.Long.prototype.toString.call(p.startTimeUnixNano):A.longs===Number?new ht.LongBits(p.startTimeUnixNano.low>>>0,p.startTimeUnixNano.high>>>0).toNumber():p.startTimeUnixNano),p.timeUnixNano!=null&&p.hasOwnProperty("timeUnixNano")&&(typeof p.timeUnixNano=="number"?j.timeUnixNano=A.longs===String?String(p.timeUnixNano):p.timeUnixNano:j.timeUnixNano=A.longs===String?ht.Long.prototype.toString.call(p.timeUnixNano):A.longs===Number?new ht.LongBits(p.timeUnixNano.low>>>0,p.timeUnixNano.high>>>0).toNumber():p.timeUnixNano),p.asDouble!=null&&p.hasOwnProperty("asDouble")&&(j.asDouble=A.json&&!isFinite(p.asDouble)?String(p.asDouble):p.asDouble,A.oneofs&&(j.value="asDouble")),p.exemplars&&p.exemplars.length){j.exemplars=[];for(var We=0;We>>0,p.asInt.high>>>0).toNumber():p.asInt,A.oneofs&&(j.value="asInt")),p.attributes&&p.attributes.length){j.attributes=[];for(var We=0;We>>3){case 9:{se.attributes&&se.attributes.length||(se.attributes=[]),se.attributes.push(at.opentelemetry.proto.common.v1.KeyValue.decode(p,p.uint32()));break}case 2:{se.startTimeUnixNano=p.fixed64();break}case 3:{se.timeUnixNano=p.fixed64();break}case 4:{se.count=p.fixed64();break}case 5:{se.sum=p.double();break}case 6:{if(se.bucketCounts&&se.bucketCounts.length||(se.bucketCounts=[]),(We&7)===2)for(var ve=p.uint32()+p.pos;p.pos>>0,p.startTimeUnixNano.high>>>0).toNumber())),p.timeUnixNano!=null&&(ht.Long?(A.timeUnixNano=ht.Long.fromValue(p.timeUnixNano)).unsigned=!1:typeof p.timeUnixNano=="string"?A.timeUnixNano=parseInt(p.timeUnixNano,10):typeof p.timeUnixNano=="number"?A.timeUnixNano=p.timeUnixNano:typeof p.timeUnixNano=="object"&&(A.timeUnixNano=new ht.LongBits(p.timeUnixNano.low>>>0,p.timeUnixNano.high>>>0).toNumber())),p.count!=null&&(ht.Long?(A.count=ht.Long.fromValue(p.count)).unsigned=!1:typeof p.count=="string"?A.count=parseInt(p.count,10):typeof p.count=="number"?A.count=p.count:typeof p.count=="object"&&(A.count=new ht.LongBits(p.count.low>>>0,p.count.high>>>0).toNumber())),p.sum!=null&&(A.sum=Number(p.sum)),p.bucketCounts){if(!Array.isArray(p.bucketCounts))throw TypeError(".opentelemetry.proto.metrics.v1.HistogramDataPoint.bucketCounts: array expected");A.bucketCounts=[];for(var j=0;j>>0,p.bucketCounts[j].high>>>0).toNumber())}if(p.explicitBounds){if(!Array.isArray(p.explicitBounds))throw TypeError(".opentelemetry.proto.metrics.v1.HistogramDataPoint.explicitBounds: array expected");A.explicitBounds=[];for(var j=0;j>>0),p.min!=null&&(A.min=Number(p.min)),p.max!=null&&(A.max=Number(p.max)),A},b.toObject=function(p,A){A||(A={});var j={};if((A.arrays||A.defaults)&&(j.bucketCounts=[],j.explicitBounds=[],j.exemplars=[],j.attributes=[]),A.defaults){if(ht.Long){var se=new ht.Long(0,0,!1);j.startTimeUnixNano=A.longs===String?se.toString():A.longs===Number?se.toNumber():se}else j.startTimeUnixNano=A.longs===String?"0":0;if(ht.Long){var se=new ht.Long(0,0,!1);j.timeUnixNano=A.longs===String?se.toString():A.longs===Number?se.toNumber():se}else j.timeUnixNano=A.longs===String?"0":0;if(ht.Long){var se=new ht.Long(0,0,!1);j.count=A.longs===String?se.toString():A.longs===Number?se.toNumber():se}else j.count=A.longs===String?"0":0;j.flags=0}if(p.startTimeUnixNano!=null&&p.hasOwnProperty("startTimeUnixNano")&&(typeof p.startTimeUnixNano=="number"?j.startTimeUnixNano=A.longs===String?String(p.startTimeUnixNano):p.startTimeUnixNano:j.startTimeUnixNano=A.longs===String?ht.Long.prototype.toString.call(p.startTimeUnixNano):A.longs===Number?new ht.LongBits(p.startTimeUnixNano.low>>>0,p.startTimeUnixNano.high>>>0).toNumber():p.startTimeUnixNano),p.timeUnixNano!=null&&p.hasOwnProperty("timeUnixNano")&&(typeof p.timeUnixNano=="number"?j.timeUnixNano=A.longs===String?String(p.timeUnixNano):p.timeUnixNano:j.timeUnixNano=A.longs===String?ht.Long.prototype.toString.call(p.timeUnixNano):A.longs===Number?new ht.LongBits(p.timeUnixNano.low>>>0,p.timeUnixNano.high>>>0).toNumber():p.timeUnixNano),p.count!=null&&p.hasOwnProperty("count")&&(typeof p.count=="number"?j.count=A.longs===String?String(p.count):p.count:j.count=A.longs===String?ht.Long.prototype.toString.call(p.count):A.longs===Number?new ht.LongBits(p.count.low>>>0,p.count.high>>>0).toNumber():p.count),p.sum!=null&&p.hasOwnProperty("sum")&&(j.sum=A.json&&!isFinite(p.sum)?String(p.sum):p.sum,A.oneofs&&(j._sum="sum")),p.bucketCounts&&p.bucketCounts.length){j.bucketCounts=[];for(var We=0;We>>0,p.bucketCounts[We].high>>>0).toNumber():p.bucketCounts[We]}if(p.explicitBounds&&p.explicitBounds.length){j.explicitBounds=[];for(var We=0;We>>3){case 1:{se.attributes&&se.attributes.length||(se.attributes=[]),se.attributes.push(at.opentelemetry.proto.common.v1.KeyValue.decode(p,p.uint32()));break}case 2:{se.startTimeUnixNano=p.fixed64();break}case 3:{se.timeUnixNano=p.fixed64();break}case 4:{se.count=p.fixed64();break}case 5:{se.sum=p.double();break}case 6:{se.scale=p.sint32();break}case 7:{se.zeroCount=p.fixed64();break}case 8:{se.positive=at.opentelemetry.proto.metrics.v1.ExponentialHistogramDataPoint.Buckets.decode(p,p.uint32());break}case 9:{se.negative=at.opentelemetry.proto.metrics.v1.ExponentialHistogramDataPoint.Buckets.decode(p,p.uint32());break}case 10:{se.flags=p.uint32();break}case 11:{se.exemplars&&se.exemplars.length||(se.exemplars=[]),se.exemplars.push(at.opentelemetry.proto.metrics.v1.Exemplar.decode(p,p.uint32()));break}case 12:{se.min=p.double();break}case 13:{se.max=p.double();break}case 14:{se.zeroThreshold=p.double();break}default:p.skipType(We&7);break}}return se},b.decodeDelimited=function(p){return p instanceof hn||(p=new hn(p)),this.decode(p,p.uint32())},b.verify=function(p){if(typeof p!="object"||p===null)return"object expected";var A={};if(p.attributes!=null&&p.hasOwnProperty("attributes")){if(!Array.isArray(p.attributes))return"attributes: array expected";for(var j=0;j>>0,p.startTimeUnixNano.high>>>0).toNumber())),p.timeUnixNano!=null&&(ht.Long?(A.timeUnixNano=ht.Long.fromValue(p.timeUnixNano)).unsigned=!1:typeof p.timeUnixNano=="string"?A.timeUnixNano=parseInt(p.timeUnixNano,10):typeof p.timeUnixNano=="number"?A.timeUnixNano=p.timeUnixNano:typeof p.timeUnixNano=="object"&&(A.timeUnixNano=new ht.LongBits(p.timeUnixNano.low>>>0,p.timeUnixNano.high>>>0).toNumber())),p.count!=null&&(ht.Long?(A.count=ht.Long.fromValue(p.count)).unsigned=!1:typeof p.count=="string"?A.count=parseInt(p.count,10):typeof p.count=="number"?A.count=p.count:typeof p.count=="object"&&(A.count=new ht.LongBits(p.count.low>>>0,p.count.high>>>0).toNumber())),p.sum!=null&&(A.sum=Number(p.sum)),p.scale!=null&&(A.scale=p.scale|0),p.zeroCount!=null&&(ht.Long?(A.zeroCount=ht.Long.fromValue(p.zeroCount)).unsigned=!1:typeof p.zeroCount=="string"?A.zeroCount=parseInt(p.zeroCount,10):typeof p.zeroCount=="number"?A.zeroCount=p.zeroCount:typeof p.zeroCount=="object"&&(A.zeroCount=new ht.LongBits(p.zeroCount.low>>>0,p.zeroCount.high>>>0).toNumber())),p.positive!=null){if(typeof p.positive!="object")throw TypeError(".opentelemetry.proto.metrics.v1.ExponentialHistogramDataPoint.positive: object expected");A.positive=at.opentelemetry.proto.metrics.v1.ExponentialHistogramDataPoint.Buckets.fromObject(p.positive)}if(p.negative!=null){if(typeof p.negative!="object")throw TypeError(".opentelemetry.proto.metrics.v1.ExponentialHistogramDataPoint.negative: object expected");A.negative=at.opentelemetry.proto.metrics.v1.ExponentialHistogramDataPoint.Buckets.fromObject(p.negative)}if(p.flags!=null&&(A.flags=p.flags>>>0),p.exemplars){if(!Array.isArray(p.exemplars))throw TypeError(".opentelemetry.proto.metrics.v1.ExponentialHistogramDataPoint.exemplars: array expected");A.exemplars=[];for(var j=0;j>>0,p.startTimeUnixNano.high>>>0).toNumber():p.startTimeUnixNano),p.timeUnixNano!=null&&p.hasOwnProperty("timeUnixNano")&&(typeof p.timeUnixNano=="number"?j.timeUnixNano=A.longs===String?String(p.timeUnixNano):p.timeUnixNano:j.timeUnixNano=A.longs===String?ht.Long.prototype.toString.call(p.timeUnixNano):A.longs===Number?new ht.LongBits(p.timeUnixNano.low>>>0,p.timeUnixNano.high>>>0).toNumber():p.timeUnixNano),p.count!=null&&p.hasOwnProperty("count")&&(typeof p.count=="number"?j.count=A.longs===String?String(p.count):p.count:j.count=A.longs===String?ht.Long.prototype.toString.call(p.count):A.longs===Number?new ht.LongBits(p.count.low>>>0,p.count.high>>>0).toNumber():p.count),p.sum!=null&&p.hasOwnProperty("sum")&&(j.sum=A.json&&!isFinite(p.sum)?String(p.sum):p.sum,A.oneofs&&(j._sum="sum")),p.scale!=null&&p.hasOwnProperty("scale")&&(j.scale=p.scale),p.zeroCount!=null&&p.hasOwnProperty("zeroCount")&&(typeof p.zeroCount=="number"?j.zeroCount=A.longs===String?String(p.zeroCount):p.zeroCount:j.zeroCount=A.longs===String?ht.Long.prototype.toString.call(p.zeroCount):A.longs===Number?new ht.LongBits(p.zeroCount.low>>>0,p.zeroCount.high>>>0).toNumber():p.zeroCount),p.positive!=null&&p.hasOwnProperty("positive")&&(j.positive=at.opentelemetry.proto.metrics.v1.ExponentialHistogramDataPoint.Buckets.toObject(p.positive,A)),p.negative!=null&&p.hasOwnProperty("negative")&&(j.negative=at.opentelemetry.proto.metrics.v1.ExponentialHistogramDataPoint.Buckets.toObject(p.negative,A)),p.flags!=null&&p.hasOwnProperty("flags")&&(j.flags=p.flags),p.exemplars&&p.exemplars.length){j.exemplars=[];for(var We=0;We>>3){case 1:{We.offset=A.sint32();break}case 2:{if(We.bucketCounts&&We.bucketCounts.length||(We.bucketCounts=[]),(ve&7)===2)for(var lr=A.uint32()+A.pos;A.pos>>0,A.bucketCounts[se].high>>>0).toNumber(!0))}return j},g.toObject=function(A,j){j||(j={});var se={};if((j.arrays||j.defaults)&&(se.bucketCounts=[]),j.defaults&&(se.offset=0),A.offset!=null&&A.hasOwnProperty("offset")&&(se.offset=A.offset),A.bucketCounts&&A.bucketCounts.length){se.bucketCounts=[];for(var We=0;We>>0,A.bucketCounts[We].high>>>0).toNumber(!0):A.bucketCounts[We]}return se},g.prototype.toJSON=function(){return this.constructor.toObject(this,Za.util.toJSONOptions)},g.getTypeUrl=function(A){return A===void 0&&(A="type.googleapis.com"),A+"/opentelemetry.proto.metrics.v1.ExponentialHistogramDataPoint.Buckets"},g}(),b}(),y.SummaryDataPoint=function(){function b(k){if(this.attributes=[],this.quantileValues=[],k)for(var g=Object.keys(k),p=0;p>>3){case 7:{j.attributes&&j.attributes.length||(j.attributes=[]),j.attributes.push(at.opentelemetry.proto.common.v1.KeyValue.decode(g,g.uint32()));break}case 2:{j.startTimeUnixNano=g.fixed64();break}case 3:{j.timeUnixNano=g.fixed64();break}case 4:{j.count=g.fixed64();break}case 5:{j.sum=g.double();break}case 6:{j.quantileValues&&j.quantileValues.length||(j.quantileValues=[]),j.quantileValues.push(at.opentelemetry.proto.metrics.v1.SummaryDataPoint.ValueAtQuantile.decode(g,g.uint32()));break}case 8:{j.flags=g.uint32();break}default:g.skipType(se&7);break}}return j},b.decodeDelimited=function(g){return g instanceof hn||(g=new hn(g)),this.decode(g,g.uint32())},b.verify=function(g){if(typeof g!="object"||g===null)return"object expected";if(g.attributes!=null&&g.hasOwnProperty("attributes")){if(!Array.isArray(g.attributes))return"attributes: array expected";for(var p=0;p>>0,g.startTimeUnixNano.high>>>0).toNumber())),g.timeUnixNano!=null&&(ht.Long?(p.timeUnixNano=ht.Long.fromValue(g.timeUnixNano)).unsigned=!1:typeof g.timeUnixNano=="string"?p.timeUnixNano=parseInt(g.timeUnixNano,10):typeof g.timeUnixNano=="number"?p.timeUnixNano=g.timeUnixNano:typeof g.timeUnixNano=="object"&&(p.timeUnixNano=new ht.LongBits(g.timeUnixNano.low>>>0,g.timeUnixNano.high>>>0).toNumber())),g.count!=null&&(ht.Long?(p.count=ht.Long.fromValue(g.count)).unsigned=!1:typeof g.count=="string"?p.count=parseInt(g.count,10):typeof g.count=="number"?p.count=g.count:typeof g.count=="object"&&(p.count=new ht.LongBits(g.count.low>>>0,g.count.high>>>0).toNumber())),g.sum!=null&&(p.sum=Number(g.sum)),g.quantileValues){if(!Array.isArray(g.quantileValues))throw TypeError(".opentelemetry.proto.metrics.v1.SummaryDataPoint.quantileValues: array expected");p.quantileValues=[];for(var A=0;A>>0),p},b.toObject=function(g,p){p||(p={});var A={};if((p.arrays||p.defaults)&&(A.quantileValues=[],A.attributes=[]),p.defaults){if(ht.Long){var j=new ht.Long(0,0,!1);A.startTimeUnixNano=p.longs===String?j.toString():p.longs===Number?j.toNumber():j}else A.startTimeUnixNano=p.longs===String?"0":0;if(ht.Long){var j=new ht.Long(0,0,!1);A.timeUnixNano=p.longs===String?j.toString():p.longs===Number?j.toNumber():j}else A.timeUnixNano=p.longs===String?"0":0;if(ht.Long){var j=new ht.Long(0,0,!1);A.count=p.longs===String?j.toString():p.longs===Number?j.toNumber():j}else A.count=p.longs===String?"0":0;A.sum=0,A.flags=0}if(g.startTimeUnixNano!=null&&g.hasOwnProperty("startTimeUnixNano")&&(typeof g.startTimeUnixNano=="number"?A.startTimeUnixNano=p.longs===String?String(g.startTimeUnixNano):g.startTimeUnixNano:A.startTimeUnixNano=p.longs===String?ht.Long.prototype.toString.call(g.startTimeUnixNano):p.longs===Number?new ht.LongBits(g.startTimeUnixNano.low>>>0,g.startTimeUnixNano.high>>>0).toNumber():g.startTimeUnixNano),g.timeUnixNano!=null&&g.hasOwnProperty("timeUnixNano")&&(typeof g.timeUnixNano=="number"?A.timeUnixNano=p.longs===String?String(g.timeUnixNano):g.timeUnixNano:A.timeUnixNano=p.longs===String?ht.Long.prototype.toString.call(g.timeUnixNano):p.longs===Number?new ht.LongBits(g.timeUnixNano.low>>>0,g.timeUnixNano.high>>>0).toNumber():g.timeUnixNano),g.count!=null&&g.hasOwnProperty("count")&&(typeof g.count=="number"?A.count=p.longs===String?String(g.count):g.count:A.count=p.longs===String?ht.Long.prototype.toString.call(g.count):p.longs===Number?new ht.LongBits(g.count.low>>>0,g.count.high>>>0).toNumber():g.count),g.sum!=null&&g.hasOwnProperty("sum")&&(A.sum=p.json&&!isFinite(g.sum)?String(g.sum):g.sum),g.quantileValues&&g.quantileValues.length){A.quantileValues=[];for(var se=0;se>>3){case 1:{se.quantile=p.double();break}case 2:{se.value=p.double();break}default:p.skipType(We&7);break}}return se},k.decodeDelimited=function(p){return p instanceof hn||(p=new hn(p)),this.decode(p,p.uint32())},k.verify=function(p){return typeof p!="object"||p===null?"object expected":p.quantile!=null&&p.hasOwnProperty("quantile")&&typeof p.quantile!="number"?"quantile: number expected":p.value!=null&&p.hasOwnProperty("value")&&typeof p.value!="number"?"value: number expected":null},k.fromObject=function(p){if(p instanceof at.opentelemetry.proto.metrics.v1.SummaryDataPoint.ValueAtQuantile)return p;var A=new at.opentelemetry.proto.metrics.v1.SummaryDataPoint.ValueAtQuantile;return p.quantile!=null&&(A.quantile=Number(p.quantile)),p.value!=null&&(A.value=Number(p.value)),A},k.toObject=function(p,A){A||(A={});var j={};return A.defaults&&(j.quantile=0,j.value=0),p.quantile!=null&&p.hasOwnProperty("quantile")&&(j.quantile=A.json&&!isFinite(p.quantile)?String(p.quantile):p.quantile),p.value!=null&&p.hasOwnProperty("value")&&(j.value=A.json&&!isFinite(p.value)?String(p.value):p.value),j},k.prototype.toJSON=function(){return this.constructor.toObject(this,Za.util.toJSONOptions)},k.getTypeUrl=function(p){return p===void 0&&(p="type.googleapis.com"),p+"/opentelemetry.proto.metrics.v1.SummaryDataPoint.ValueAtQuantile"},k}(),b}(),y.Exemplar=function(){function b(g){if(this.filteredAttributes=[],g)for(var p=Object.keys(g),A=0;A>>3){case 7:{se.filteredAttributes&&se.filteredAttributes.length||(se.filteredAttributes=[]),se.filteredAttributes.push(at.opentelemetry.proto.common.v1.KeyValue.decode(p,p.uint32()));break}case 2:{se.timeUnixNano=p.fixed64();break}case 3:{se.asDouble=p.double();break}case 6:{se.asInt=p.sfixed64();break}case 4:{se.spanId=p.bytes();break}case 5:{se.traceId=p.bytes();break}default:p.skipType(We&7);break}}return se},b.decodeDelimited=function(p){return p instanceof hn||(p=new hn(p)),this.decode(p,p.uint32())},b.verify=function(p){if(typeof p!="object"||p===null)return"object expected";var A={};if(p.filteredAttributes!=null&&p.hasOwnProperty("filteredAttributes")){if(!Array.isArray(p.filteredAttributes))return"filteredAttributes: array expected";for(var j=0;j>>0,p.timeUnixNano.high>>>0).toNumber())),p.asDouble!=null&&(A.asDouble=Number(p.asDouble)),p.asInt!=null&&(ht.Long?(A.asInt=ht.Long.fromValue(p.asInt)).unsigned=!1:typeof p.asInt=="string"?A.asInt=parseInt(p.asInt,10):typeof p.asInt=="number"?A.asInt=p.asInt:typeof p.asInt=="object"&&(A.asInt=new ht.LongBits(p.asInt.low>>>0,p.asInt.high>>>0).toNumber())),p.spanId!=null&&(typeof p.spanId=="string"?ht.base64.decode(p.spanId,A.spanId=ht.newBuffer(ht.base64.length(p.spanId)),0):p.spanId.length>=0&&(A.spanId=p.spanId)),p.traceId!=null&&(typeof p.traceId=="string"?ht.base64.decode(p.traceId,A.traceId=ht.newBuffer(ht.base64.length(p.traceId)),0):p.traceId.length>=0&&(A.traceId=p.traceId)),A},b.toObject=function(p,A){A||(A={});var j={};if((A.arrays||A.defaults)&&(j.filteredAttributes=[]),A.defaults){if(ht.Long){var se=new ht.Long(0,0,!1);j.timeUnixNano=A.longs===String?se.toString():A.longs===Number?se.toNumber():se}else j.timeUnixNano=A.longs===String?"0":0;A.bytes===String?j.spanId="":(j.spanId=[],A.bytes!==Array&&(j.spanId=ht.newBuffer(j.spanId))),A.bytes===String?j.traceId="":(j.traceId=[],A.bytes!==Array&&(j.traceId=ht.newBuffer(j.traceId)))}if(p.timeUnixNano!=null&&p.hasOwnProperty("timeUnixNano")&&(typeof p.timeUnixNano=="number"?j.timeUnixNano=A.longs===String?String(p.timeUnixNano):p.timeUnixNano:j.timeUnixNano=A.longs===String?ht.Long.prototype.toString.call(p.timeUnixNano):A.longs===Number?new ht.LongBits(p.timeUnixNano.low>>>0,p.timeUnixNano.high>>>0).toNumber():p.timeUnixNano),p.asDouble!=null&&p.hasOwnProperty("asDouble")&&(j.asDouble=A.json&&!isFinite(p.asDouble)?String(p.asDouble):p.asDouble,A.oneofs&&(j.value="asDouble")),p.spanId!=null&&p.hasOwnProperty("spanId")&&(j.spanId=A.bytes===String?ht.base64.encode(p.spanId,0,p.spanId.length):A.bytes===Array?Array.prototype.slice.call(p.spanId):p.spanId),p.traceId!=null&&p.hasOwnProperty("traceId")&&(j.traceId=A.bytes===String?ht.base64.encode(p.traceId,0,p.traceId.length):A.bytes===Array?Array.prototype.slice.call(p.traceId):p.traceId),p.asInt!=null&&p.hasOwnProperty("asInt")&&(typeof p.asInt=="number"?j.asInt=A.longs===String?String(p.asInt):p.asInt:j.asInt=A.longs===String?ht.Long.prototype.toString.call(p.asInt):A.longs===Number?new ht.LongBits(p.asInt.low>>>0,p.asInt.high>>>0).toNumber():p.asInt,A.oneofs&&(j.value="asInt")),p.filteredAttributes&&p.filteredAttributes.length){j.filteredAttributes=[];for(var We=0;We>>3){case 1:{j.resourceLogs&&j.resourceLogs.length||(j.resourceLogs=[]),j.resourceLogs.push(at.opentelemetry.proto.logs.v1.ResourceLogs.decode(g,g.uint32()));break}default:g.skipType(se&7);break}}return j},b.decodeDelimited=function(g){return g instanceof hn||(g=new hn(g)),this.decode(g,g.uint32())},b.verify=function(g){if(typeof g!="object"||g===null)return"object expected";if(g.resourceLogs!=null&&g.hasOwnProperty("resourceLogs")){if(!Array.isArray(g.resourceLogs))return"resourceLogs: array expected";for(var p=0;p>>3){case 1:{j.resource=at.opentelemetry.proto.resource.v1.Resource.decode(g,g.uint32());break}case 2:{j.scopeLogs&&j.scopeLogs.length||(j.scopeLogs=[]),j.scopeLogs.push(at.opentelemetry.proto.logs.v1.ScopeLogs.decode(g,g.uint32()));break}case 3:{j.schemaUrl=g.string();break}default:g.skipType(se&7);break}}return j},b.decodeDelimited=function(g){return g instanceof hn||(g=new hn(g)),this.decode(g,g.uint32())},b.verify=function(g){if(typeof g!="object"||g===null)return"object expected";if(g.resource!=null&&g.hasOwnProperty("resource")){var p=at.opentelemetry.proto.resource.v1.Resource.verify(g.resource);if(p)return"resource."+p}if(g.scopeLogs!=null&&g.hasOwnProperty("scopeLogs")){if(!Array.isArray(g.scopeLogs))return"scopeLogs: array expected";for(var A=0;A>>3){case 1:{j.scope=at.opentelemetry.proto.common.v1.InstrumentationScope.decode(g,g.uint32());break}case 2:{j.logRecords&&j.logRecords.length||(j.logRecords=[]),j.logRecords.push(at.opentelemetry.proto.logs.v1.LogRecord.decode(g,g.uint32()));break}case 3:{j.schemaUrl=g.string();break}default:g.skipType(se&7);break}}return j},b.decodeDelimited=function(g){return g instanceof hn||(g=new hn(g)),this.decode(g,g.uint32())},b.verify=function(g){if(typeof g!="object"||g===null)return"object expected";if(g.scope!=null&&g.hasOwnProperty("scope")){var p=at.opentelemetry.proto.common.v1.InstrumentationScope.verify(g.scope);if(p)return"scope."+p}if(g.logRecords!=null&&g.hasOwnProperty("logRecords")){if(!Array.isArray(g.logRecords))return"logRecords: array expected";for(var A=0;A>>3){case 1:{j.timeUnixNano=g.fixed64();break}case 11:{j.observedTimeUnixNano=g.fixed64();break}case 2:{j.severityNumber=g.int32();break}case 3:{j.severityText=g.string();break}case 5:{j.body=at.opentelemetry.proto.common.v1.AnyValue.decode(g,g.uint32());break}case 6:{j.attributes&&j.attributes.length||(j.attributes=[]),j.attributes.push(at.opentelemetry.proto.common.v1.KeyValue.decode(g,g.uint32()));break}case 7:{j.droppedAttributesCount=g.uint32();break}case 8:{j.flags=g.fixed32();break}case 9:{j.traceId=g.bytes();break}case 10:{j.spanId=g.bytes();break}default:g.skipType(se&7);break}}return j},b.decodeDelimited=function(g){return g instanceof hn||(g=new hn(g)),this.decode(g,g.uint32())},b.verify=function(g){if(typeof g!="object"||g===null)return"object expected";if(g.timeUnixNano!=null&&g.hasOwnProperty("timeUnixNano")&&!ht.isInteger(g.timeUnixNano)&&!(g.timeUnixNano&&ht.isInteger(g.timeUnixNano.low)&&ht.isInteger(g.timeUnixNano.high)))return"timeUnixNano: integer|Long expected";if(g.observedTimeUnixNano!=null&&g.hasOwnProperty("observedTimeUnixNano")&&!ht.isInteger(g.observedTimeUnixNano)&&!(g.observedTimeUnixNano&&ht.isInteger(g.observedTimeUnixNano.low)&&ht.isInteger(g.observedTimeUnixNano.high)))return"observedTimeUnixNano: integer|Long expected";if(g.severityNumber!=null&&g.hasOwnProperty("severityNumber"))switch(g.severityNumber){default:return"severityNumber: enum value expected";case 0:case 1:case 2:case 3:case 4:case 5:case 6:case 7:case 8:case 9:case 10:case 11:case 12:case 13:case 14:case 15:case 16:case 17:case 18:case 19:case 20:case 21:case 22:case 23:case 24:break}if(g.severityText!=null&&g.hasOwnProperty("severityText")&&!ht.isString(g.severityText))return"severityText: string expected";if(g.body!=null&&g.hasOwnProperty("body")){var p=at.opentelemetry.proto.common.v1.AnyValue.verify(g.body);if(p)return"body."+p}if(g.attributes!=null&&g.hasOwnProperty("attributes")){if(!Array.isArray(g.attributes))return"attributes: array expected";for(var A=0;A>>0,g.timeUnixNano.high>>>0).toNumber())),g.observedTimeUnixNano!=null&&(ht.Long?(p.observedTimeUnixNano=ht.Long.fromValue(g.observedTimeUnixNano)).unsigned=!1:typeof g.observedTimeUnixNano=="string"?p.observedTimeUnixNano=parseInt(g.observedTimeUnixNano,10):typeof g.observedTimeUnixNano=="number"?p.observedTimeUnixNano=g.observedTimeUnixNano:typeof g.observedTimeUnixNano=="object"&&(p.observedTimeUnixNano=new ht.LongBits(g.observedTimeUnixNano.low>>>0,g.observedTimeUnixNano.high>>>0).toNumber())),g.severityNumber){default:if(typeof g.severityNumber=="number"){p.severityNumber=g.severityNumber;break}break;case"SEVERITY_NUMBER_UNSPECIFIED":case 0:p.severityNumber=0;break;case"SEVERITY_NUMBER_TRACE":case 1:p.severityNumber=1;break;case"SEVERITY_NUMBER_TRACE2":case 2:p.severityNumber=2;break;case"SEVERITY_NUMBER_TRACE3":case 3:p.severityNumber=3;break;case"SEVERITY_NUMBER_TRACE4":case 4:p.severityNumber=4;break;case"SEVERITY_NUMBER_DEBUG":case 5:p.severityNumber=5;break;case"SEVERITY_NUMBER_DEBUG2":case 6:p.severityNumber=6;break;case"SEVERITY_NUMBER_DEBUG3":case 7:p.severityNumber=7;break;case"SEVERITY_NUMBER_DEBUG4":case 8:p.severityNumber=8;break;case"SEVERITY_NUMBER_INFO":case 9:p.severityNumber=9;break;case"SEVERITY_NUMBER_INFO2":case 10:p.severityNumber=10;break;case"SEVERITY_NUMBER_INFO3":case 11:p.severityNumber=11;break;case"SEVERITY_NUMBER_INFO4":case 12:p.severityNumber=12;break;case"SEVERITY_NUMBER_WARN":case 13:p.severityNumber=13;break;case"SEVERITY_NUMBER_WARN2":case 14:p.severityNumber=14;break;case"SEVERITY_NUMBER_WARN3":case 15:p.severityNumber=15;break;case"SEVERITY_NUMBER_WARN4":case 16:p.severityNumber=16;break;case"SEVERITY_NUMBER_ERROR":case 17:p.severityNumber=17;break;case"SEVERITY_NUMBER_ERROR2":case 18:p.severityNumber=18;break;case"SEVERITY_NUMBER_ERROR3":case 19:p.severityNumber=19;break;case"SEVERITY_NUMBER_ERROR4":case 20:p.severityNumber=20;break;case"SEVERITY_NUMBER_FATAL":case 21:p.severityNumber=21;break;case"SEVERITY_NUMBER_FATAL2":case 22:p.severityNumber=22;break;case"SEVERITY_NUMBER_FATAL3":case 23:p.severityNumber=23;break;case"SEVERITY_NUMBER_FATAL4":case 24:p.severityNumber=24;break}if(g.severityText!=null&&(p.severityText=String(g.severityText)),g.body!=null){if(typeof g.body!="object")throw TypeError(".opentelemetry.proto.logs.v1.LogRecord.body: object expected");p.body=at.opentelemetry.proto.common.v1.AnyValue.fromObject(g.body)}if(g.attributes){if(!Array.isArray(g.attributes))throw TypeError(".opentelemetry.proto.logs.v1.LogRecord.attributes: array expected");p.attributes=[];for(var A=0;A>>0),g.flags!=null&&(p.flags=g.flags>>>0),g.traceId!=null&&(typeof g.traceId=="string"?ht.base64.decode(g.traceId,p.traceId=ht.newBuffer(ht.base64.length(g.traceId)),0):g.traceId.length>=0&&(p.traceId=g.traceId)),g.spanId!=null&&(typeof g.spanId=="string"?ht.base64.decode(g.spanId,p.spanId=ht.newBuffer(ht.base64.length(g.spanId)),0):g.spanId.length>=0&&(p.spanId=g.spanId)),p},b.toObject=function(g,p){p||(p={});var A={};if((p.arrays||p.defaults)&&(A.attributes=[]),p.defaults){if(ht.Long){var j=new ht.Long(0,0,!1);A.timeUnixNano=p.longs===String?j.toString():p.longs===Number?j.toNumber():j}else A.timeUnixNano=p.longs===String?"0":0;if(A.severityNumber=p.enums===String?"SEVERITY_NUMBER_UNSPECIFIED":0,A.severityText="",A.body=null,A.droppedAttributesCount=0,A.flags=0,p.bytes===String?A.traceId="":(A.traceId=[],p.bytes!==Array&&(A.traceId=ht.newBuffer(A.traceId))),p.bytes===String?A.spanId="":(A.spanId=[],p.bytes!==Array&&(A.spanId=ht.newBuffer(A.spanId))),ht.Long){var j=new ht.Long(0,0,!1);A.observedTimeUnixNano=p.longs===String?j.toString():p.longs===Number?j.toNumber():j}else A.observedTimeUnixNano=p.longs===String?"0":0}if(g.timeUnixNano!=null&&g.hasOwnProperty("timeUnixNano")&&(typeof g.timeUnixNano=="number"?A.timeUnixNano=p.longs===String?String(g.timeUnixNano):g.timeUnixNano:A.timeUnixNano=p.longs===String?ht.Long.prototype.toString.call(g.timeUnixNano):p.longs===Number?new ht.LongBits(g.timeUnixNano.low>>>0,g.timeUnixNano.high>>>0).toNumber():g.timeUnixNano),g.severityNumber!=null&&g.hasOwnProperty("severityNumber")&&(A.severityNumber=p.enums===String?at.opentelemetry.proto.logs.v1.SeverityNumber[g.severityNumber]===void 0?g.severityNumber:at.opentelemetry.proto.logs.v1.SeverityNumber[g.severityNumber]:g.severityNumber),g.severityText!=null&&g.hasOwnProperty("severityText")&&(A.severityText=g.severityText),g.body!=null&&g.hasOwnProperty("body")&&(A.body=at.opentelemetry.proto.common.v1.AnyValue.toObject(g.body,p)),g.attributes&&g.attributes.length){A.attributes=[];for(var se=0;se>>0,g.observedTimeUnixNano.high>>>0).toNumber():g.observedTimeUnixNano),A},b.prototype.toJSON=function(){return this.constructor.toObject(this,Za.util.toJSONOptions)},b.getTypeUrl=function(g){return g===void 0&&(g="type.googleapis.com"),g+"/opentelemetry.proto.logs.v1.LogRecord"},b}(),y}(),f}(),c}(),l}();_ut.exports=at});var put=xt(xI=>{"use strict";Object.defineProperty(xI,"__esModule",{value:!0});xI.ProtobufTraceSerializer=xI.ProtobufMetricsSerializer=xI.ProtobufLogsSerializer=void 0;var lF=fut(),vXt=_oe(),SXt=doe(),TXt=moe(),bXt=lF.opentelemetry.proto.collector.logs.v1.ExportLogsServiceResponse,EXt=lF.opentelemetry.proto.collector.logs.v1.ExportLogsServiceRequest,xXt=lF.opentelemetry.proto.collector.metrics.v1.ExportMetricsServiceResponse,CXt=lF.opentelemetry.proto.collector.metrics.v1.ExportMetricsServiceRequest,AXt=lF.opentelemetry.proto.collector.trace.v1.ExportTraceServiceResponse,kXt=lF.opentelemetry.proto.collector.trace.v1.ExportTraceServiceRequest;xI.ProtobufLogsSerializer={serializeRequest:l=>{let c=(0,TXt.createExportLogsServiceRequest)(l);return EXt.encode(c).finish()},deserializeResponse:l=>bXt.decode(l)};xI.ProtobufMetricsSerializer={serializeRequest:l=>{let c=(0,SXt.createExportMetricsServiceRequest)(l);return CXt.encode(c).finish()},deserializeResponse:l=>xXt.decode(l)};xI.ProtobufTraceSerializer={serializeRequest:l=>{let c=(0,vXt.createExportTraceServiceRequest)(l);return kXt.encode(c).finish()},deserializeResponse:l=>AXt.decode(l)}});var dut=xt(CI=>{"use strict";Object.defineProperty(CI,"__esModule",{value:!0});CI.JsonLogsSerializer=CI.JsonMetricsSerializer=CI.JsonTraceSerializer=void 0;var PXt=_oe(),NXt=doe(),DXt=moe();CI.JsonTraceSerializer={serializeRequest:l=>{let c=(0,PXt.createExportTraceServiceRequest)(l,{useHex:!0,useLongBits:!1});return new TextEncoder().encode(JSON.stringify(c))},deserializeResponse:l=>{let c=new TextDecoder;return JSON.parse(c.decode(l))}};CI.JsonMetricsSerializer={serializeRequest:l=>{let c=(0,NXt.createExportMetricsServiceRequest)(l,{useLongBits:!1});return new TextEncoder().encode(JSON.stringify(c))},deserializeResponse:l=>{let c=new TextDecoder;return JSON.parse(c.decode(l))}};CI.JsonLogsSerializer={serializeRequest:l=>{let c=(0,DXt.createExportLogsServiceRequest)(l,{useHex:!0,useLongBits:!1});return new TextEncoder().encode(JSON.stringify(c))},deserializeResponse:l=>{let c=new TextDecoder;return JSON.parse(c.decode(l))}}});var mut=xt(l_=>{"use strict";Object.defineProperty(l_,"__esModule",{value:!0});l_.JsonMetricsSerializer=l_.JsonLogsSerializer=l_.JsonTraceSerializer=l_.ProtobufTraceSerializer=l_.ProtobufMetricsSerializer=l_.ProtobufLogsSerializer=l_.createExportLogsServiceRequest=l_.createExportMetricsServiceRequest=l_.createExportTraceServiceRequest=l_.ESpanKind=l_.hrTimeToNanos=l_.encodeAsString=l_.encodeAsLongBits=l_.getOtlpEncoder=l_.toLongBits=void 0;var Nz=xz();Object.defineProperty(l_,"toLongBits",{enumerable:!0,get:function(){return Nz.toLongBits}});Object.defineProperty(l_,"getOtlpEncoder",{enumerable:!0,get:function(){return Nz.getOtlpEncoder}});Object.defineProperty(l_,"encodeAsLongBits",{enumerable:!0,get:function(){return Nz.encodeAsLongBits}});Object.defineProperty(l_,"encodeAsString",{enumerable:!0,get:function(){return Nz.encodeAsString}});Object.defineProperty(l_,"hrTimeToNanos",{enumerable:!0,get:function(){return Nz.hrTimeToNanos}});var IXt=ilt();Object.defineProperty(l_,"ESpanKind",{enumerable:!0,get:function(){return IXt.ESpanKind}});var wXt=_oe();Object.defineProperty(l_,"createExportTraceServiceRequest",{enumerable:!0,get:function(){return wXt.createExportTraceServiceRequest}});var OXt=doe();Object.defineProperty(l_,"createExportMetricsServiceRequest",{enumerable:!0,get:function(){return OXt.createExportMetricsServiceRequest}});var RXt=moe();Object.defineProperty(l_,"createExportLogsServiceRequest",{enumerable:!0,get:function(){return RXt.createExportLogsServiceRequest}});var zNe=put();Object.defineProperty(l_,"ProtobufLogsSerializer",{enumerable:!0,get:function(){return zNe.ProtobufLogsSerializer}});Object.defineProperty(l_,"ProtobufMetricsSerializer",{enumerable:!0,get:function(){return zNe.ProtobufMetricsSerializer}});Object.defineProperty(l_,"ProtobufTraceSerializer",{enumerable:!0,get:function(){return zNe.ProtobufTraceSerializer}});var WNe=dut();Object.defineProperty(l_,"JsonTraceSerializer",{enumerable:!0,get:function(){return WNe.JsonTraceSerializer}});Object.defineProperty(l_,"JsonLogsSerializer",{enumerable:!0,get:function(){return WNe.JsonLogsSerializer}});Object.defineProperty(l_,"JsonMetricsSerializer",{enumerable:!0,get:function(){return WNe.JsonMetricsSerializer}})});var gut=xt(Soe=>{"use strict";Object.defineProperty(Soe,"__esModule",{value:!0});Soe.VERSION=void 0;Soe.VERSION="0.52.1"});var yut=xt(boe=>{"use strict";Object.defineProperty(boe,"__esModule",{value:!0});boe.OTLPMetricExporter=void 0;var uF=fy(),MXt=_Ne(),Toe=xNe(),LXt=mut(),FXt=gut(),hut="v1/metrics",jXt=`http://localhost:4318/${hut}`,BXt={"User-Agent":`OTel-OTLP-Exporter-JavaScript/${FXt.VERSION}`},GNe=class extends Toe.OTLPExporterNodeBase{constructor(c){super(c,LXt.JsonMetricsSerializer,"application/json"),this.headers=Object.assign(Object.assign(Object.assign(Object.assign({},this.headers),BXt),uF.baggageUtils.parseKeyPairsIntoRecord((0,uF.getEnv)().OTEL_EXPORTER_OTLP_METRICS_HEADERS)),(0,Toe.parseHeaders)(c?.headers))}getDefaultUrl(c){return typeof c.url=="string"?c.url:(0,uF.getEnv)().OTEL_EXPORTER_OTLP_METRICS_ENDPOINT.length>0?(0,Toe.appendRootPathToUrlIfNeeded)((0,uF.getEnv)().OTEL_EXPORTER_OTLP_METRICS_ENDPOINT):(0,uF.getEnv)().OTEL_EXPORTER_OTLP_ENDPOINT.length>0?(0,Toe.appendResourcePathToUrl)((0,uF.getEnv)().OTEL_EXPORTER_OTLP_ENDPOINT,hut):jXt}},HNe=class extends MXt.OTLPMetricExporterBase{constructor(c){super(new GNe(c),c)}};boe.OTLPMetricExporter=HNe});var vut=xt(J4=>{"use strict";var UXt=J4&&J4.__createBinding||(Object.create?function(l,c,f,y){y===void 0&&(y=f),Object.defineProperty(l,y,{enumerable:!0,get:function(){return c[f]}})}:function(l,c,f,y){y===void 0&&(y=f),l[y]=c[f]}),VXt=J4&&J4.__exportStar||function(l,c){for(var f in l)f!=="default"&&!Object.prototype.hasOwnProperty.call(c,f)&&UXt(c,l,f)};Object.defineProperty(J4,"__esModule",{value:!0});VXt(yut(),J4)});var Sut=xt(q4=>{"use strict";var JXt=q4&&q4.__createBinding||(Object.create?function(l,c,f,y){y===void 0&&(y=f),Object.defineProperty(l,y,{enumerable:!0,get:function(){return c[f]}})}:function(l,c,f,y){y===void 0&&(y=f),l[y]=c[f]}),qXt=q4&&q4.__exportStar||function(l,c){for(var f in l)f!=="default"&&!Object.prototype.hasOwnProperty.call(c,f)&&JXt(c,l,f)};Object.defineProperty(q4,"__esModule",{value:!0});qXt(vut(),q4)});var Tut=xt(_P=>{"use strict";var zXt=_P&&_P.__createBinding||(Object.create?function(l,c,f,y){y===void 0&&(y=f),Object.defineProperty(l,y,{enumerable:!0,get:function(){return c[f]}})}:function(l,c,f,y){y===void 0&&(y=f),l[y]=c[f]}),$Ne=_P&&_P.__exportStar||function(l,c){for(var f in l)f!=="default"&&!Object.prototype.hasOwnProperty.call(c,f)&&zXt(c,l,f)};Object.defineProperty(_P,"__esModule",{value:!0});$Ne(Sut(),_P);$Ne(lNe(),_P);$Ne(_Ne(),_P)});var wz=xt(qu=>{"use strict";Object.defineProperty(qu,"__esModule",{value:!0});qu.regexpCode=qu.getEsmExportName=qu.getProperty=qu.safeStringify=qu.stringify=qu.strConcat=qu.addCodeArg=qu.str=qu._=qu.nil=qu._Code=qu.Name=qu.IDENTIFIER=qu._CodeOrName=void 0;var Dz=class{};qu._CodeOrName=Dz;qu.IDENTIFIER=/^[a-z$_][a-z$_0-9]*$/i;var z4=class extends Dz{constructor(c){if(super(),!qu.IDENTIFIER.test(c))throw new Error("CodeGen: name must be a valid identifier");this.str=c}toString(){return this.str}emptyStr(){return!1}get names(){return{[this.str]:1}}};qu.Name=z4;var Ib=class extends Dz{constructor(c){super(),this._items=typeof c=="string"?[c]:c}toString(){return this.str}emptyStr(){if(this._items.length>1)return!1;let c=this._items[0];return c===""||c==='""'}get str(){var c;return(c=this._str)!==null&&c!==void 0?c:this._str=this._items.reduce((f,y)=>`${f}${y}`,"")}get names(){var c;return(c=this._names)!==null&&c!==void 0?c:this._names=this._items.reduce((f,y)=>(y instanceof z4&&(f[y.str]=(f[y.str]||0)+1),f),{})}};qu._Code=Ib;qu.nil=new Ib("");function Eut(l,...c){let f=[l[0]],y=0;for(;y{"use strict";Object.defineProperty(A1,"__esModule",{value:!0});A1.ValueScope=A1.ValueScopeName=A1.Scope=A1.varKinds=A1.UsedValueState=void 0;var C1=wz(),XNe=class extends Error{constructor(c){super(`CodeGen: "code" for ${c} not defined`),this.value=c.value}},Eoe;(function(l){l[l.Started=0]="Started",l[l.Completed=1]="Completed"})(Eoe||(A1.UsedValueState=Eoe={}));A1.varKinds={const:new C1.Name("const"),let:new C1.Name("let"),var:new C1.Name("var")};var xoe=class{constructor({prefixes:c,parent:f}={}){this._names={},this._prefixes=c,this._parent=f}toName(c){return c instanceof C1.Name?c:this.name(c)}name(c){return new C1.Name(this._newName(c))}_newName(c){let f=this._names[c]||this._nameGroup(c);return`${c}${f.index++}`}_nameGroup(c){var f,y;if(!((y=(f=this._parent)===null||f===void 0?void 0:f._prefixes)===null||y===void 0)&&y.has(c)||this._prefixes&&!this._prefixes.has(c))throw new Error(`CodeGen: prefix "${c}" is not allowed in this scope`);return this._names[c]={prefix:c,index:0}}};A1.Scope=xoe;var Coe=class extends C1.Name{constructor(c,f){super(f),this.prefix=c}setValue(c,{property:f,itemIndex:y}){this.value=c,this.scopePath=(0,C1._)`.${new C1.Name(f)}[${y}]`}};A1.ValueScopeName=Coe;var ZXt=(0,C1._)`\n`,QNe=class extends xoe{constructor(c){super(c),this._values={},this._scope=c.scope,this.opts={...c,_n:c.lines?ZXt:C1.nil}}get(){return this._scope}name(c){return new Coe(c,this._newName(c))}value(c,f){var y;if(f.ref===void 0)throw new Error("CodeGen: ref must be passed in value");let b=this.toName(c),{prefix:k}=b,g=(y=f.key)!==null&&y!==void 0?y:f.ref,p=this._values[k];if(p){let se=p.get(g);if(se)return se}else p=this._values[k]=new Map;p.set(g,b);let A=this._scope[k]||(this._scope[k]=[]),j=A.length;return A[j]=f.ref,b.setValue(f,{property:k,itemIndex:j}),b}getValue(c,f){let y=this._values[c];if(y)return y.get(f)}scopeRefs(c,f=this._values){return this._reduceValues(f,y=>{if(y.scopePath===void 0)throw new Error(`CodeGen: name "${y}" has no value`);return(0,C1._)`${c}${y.scopePath}`})}scopeCode(c=this._values,f,y){return this._reduceValues(c,b=>{if(b.value===void 0)throw new Error(`CodeGen: name "${b}" has no value`);return b.value.code},f,y)}_reduceValues(c,f,y={},b){let k=C1.nil;for(let g in c){let p=c[g];if(!p)continue;let A=y[g]=y[g]||new Map;p.forEach(j=>{if(A.has(j))return;A.set(j,Eoe.Started);let se=f(j);if(se){let We=this.opts.es5?A1.varKinds.var:A1.varKinds.const;k=(0,C1._)`${k}${We} ${j} = ${se};${this.opts._n}`}else if(se=b?.(j))k=(0,C1._)`${k}${se}${this.opts._n}`;else throw new XNe(j);A.set(j,Eoe.Completed)})}return k}};A1.ValueScope=QNe});var Kl=xt(Bl=>{"use strict";Object.defineProperty(Bl,"__esModule",{value:!0});Bl.or=Bl.and=Bl.not=Bl.CodeGen=Bl.operators=Bl.varKinds=Bl.ValueScopeName=Bl.ValueScope=Bl.Scope=Bl.Name=Bl.regexpCode=Bl.stringify=Bl.getProperty=Bl.nil=Bl.strConcat=Bl.str=Bl._=void 0;var Nu=wz(),Ex=ZNe(),AI=wz();Object.defineProperty(Bl,"_",{enumerable:!0,get:function(){return AI._}});Object.defineProperty(Bl,"str",{enumerable:!0,get:function(){return AI.str}});Object.defineProperty(Bl,"strConcat",{enumerable:!0,get:function(){return AI.strConcat}});Object.defineProperty(Bl,"nil",{enumerable:!0,get:function(){return AI.nil}});Object.defineProperty(Bl,"getProperty",{enumerable:!0,get:function(){return AI.getProperty}});Object.defineProperty(Bl,"stringify",{enumerable:!0,get:function(){return AI.stringify}});Object.defineProperty(Bl,"regexpCode",{enumerable:!0,get:function(){return AI.regexpCode}});Object.defineProperty(Bl,"Name",{enumerable:!0,get:function(){return AI.Name}});var Noe=ZNe();Object.defineProperty(Bl,"Scope",{enumerable:!0,get:function(){return Noe.Scope}});Object.defineProperty(Bl,"ValueScope",{enumerable:!0,get:function(){return Noe.ValueScope}});Object.defineProperty(Bl,"ValueScopeName",{enumerable:!0,get:function(){return Noe.ValueScopeName}});Object.defineProperty(Bl,"varKinds",{enumerable:!0,get:function(){return Noe.varKinds}});Bl.operators={GT:new Nu._Code(">"),GTE:new Nu._Code(">="),LT:new Nu._Code("<"),LTE:new Nu._Code("<="),EQ:new Nu._Code("==="),NEQ:new Nu._Code("!=="),NOT:new Nu._Code("!"),OR:new Nu._Code("||"),AND:new Nu._Code("&&"),ADD:new Nu._Code("+")};var fP=class{optimizeNodes(){return this}optimizeNames(c,f){return this}},eDe=class extends fP{constructor(c,f,y){super(),this.varKind=c,this.name=f,this.rhs=y}render({es5:c,_n:f}){let y=c?Ex.varKinds.var:this.varKind,b=this.rhs===void 0?"":` = ${this.rhs}`;return`${y} ${this.name}${b};`+f}optimizeNames(c,f){if(c[this.name.str])return this.rhs&&(this.rhs=fF(this.rhs,c,f)),this}get names(){return this.rhs instanceof Nu._CodeOrName?this.rhs.names:{}}},Aoe=class extends fP{constructor(c,f,y){super(),this.lhs=c,this.rhs=f,this.sideEffects=y}render({_n:c}){return`${this.lhs} = ${this.rhs};`+c}optimizeNames(c,f){if(!(this.lhs instanceof Nu.Name&&!c[this.lhs.str]&&!this.sideEffects))return this.rhs=fF(this.rhs,c,f),this}get names(){let c=this.lhs instanceof Nu.Name?{}:{...this.lhs.names};return Poe(c,this.rhs)}},tDe=class extends Aoe{constructor(c,f,y,b){super(c,y,b),this.op=f}render({_n:c}){return`${this.lhs} ${this.op}= ${this.rhs};`+c}},rDe=class extends fP{constructor(c){super(),this.label=c,this.names={}}render({_n:c}){return`${this.label}:`+c}},nDe=class extends fP{constructor(c){super(),this.label=c,this.names={}}render({_n:c}){return`break${this.label?` ${this.label}`:""};`+c}},iDe=class extends fP{constructor(c){super(),this.error=c}render({_n:c}){return`throw ${this.error};`+c}get names(){return this.error.names}},sDe=class extends fP{constructor(c){super(),this.code=c}render({_n:c}){return`${this.code};`+c}optimizeNodes(){return`${this.code}`?this:void 0}optimizeNames(c,f){return this.code=fF(this.code,c,f),this}get names(){return this.code instanceof Nu._CodeOrName?this.code.names:{}}},Oz=class extends fP{constructor(c=[]){super(),this.nodes=c}render(c){return this.nodes.reduce((f,y)=>f+y.render(c),"")}optimizeNodes(){let{nodes:c}=this,f=c.length;for(;f--;){let y=c[f].optimizeNodes();Array.isArray(y)?c.splice(f,1,...y):y?c[f]=y:c.splice(f,1)}return c.length>0?this:void 0}optimizeNames(c,f){let{nodes:y}=this,b=y.length;for(;b--;){let k=y[b];k.optimizeNames(c,f)||(eQt(c,k.names),y.splice(b,1))}return y.length>0?this:void 0}get names(){return this.nodes.reduce((c,f)=>H4(c,f.names),{})}},pP=class extends Oz{render(c){return"{"+c._n+super.render(c)+"}"+c._n}},oDe=class extends Oz{},_F=class extends pP{};_F.kind="else";var W4=class l extends pP{constructor(c,f){super(f),this.condition=c}render(c){let f=`if(${this.condition})`+super.render(c);return this.else&&(f+="else "+this.else.render(c)),f}optimizeNodes(){super.optimizeNodes();let c=this.condition;if(c===!0)return this.nodes;let f=this.else;if(f){let y=f.optimizeNodes();f=this.else=Array.isArray(y)?new _F(y):y}if(f)return c===!1?f instanceof l?f:f.nodes:this.nodes.length?this:new l(Cut(c),f instanceof l?[f]:f.nodes);if(!(c===!1||!this.nodes.length))return this}optimizeNames(c,f){var y;if(this.else=(y=this.else)===null||y===void 0?void 0:y.optimizeNames(c,f),!!(super.optimizeNames(c,f)||this.else))return this.condition=fF(this.condition,c,f),this}get names(){let c=super.names;return Poe(c,this.condition),this.else&&H4(c,this.else.names),c}};W4.kind="if";var G4=class extends pP{};G4.kind="for";var aDe=class extends G4{constructor(c){super(),this.iteration=c}render(c){return`for(${this.iteration})`+super.render(c)}optimizeNames(c,f){if(super.optimizeNames(c,f))return this.iteration=fF(this.iteration,c,f),this}get names(){return H4(super.names,this.iteration.names)}},cDe=class extends G4{constructor(c,f,y,b){super(),this.varKind=c,this.name=f,this.from=y,this.to=b}render(c){let f=c.es5?Ex.varKinds.var:this.varKind,{name:y,from:b,to:k}=this;return`for(${f} ${y}=${b}; ${y}<${k}; ${y}++)`+super.render(c)}get names(){let c=Poe(super.names,this.from);return Poe(c,this.to)}},koe=class extends G4{constructor(c,f,y,b){super(),this.loop=c,this.varKind=f,this.name=y,this.iterable=b}render(c){return`for(${this.varKind} ${this.name} ${this.loop} ${this.iterable})`+super.render(c)}optimizeNames(c,f){if(super.optimizeNames(c,f))return this.iterable=fF(this.iterable,c,f),this}get names(){return H4(super.names,this.iterable.names)}},Rz=class extends pP{constructor(c,f,y){super(),this.name=c,this.args=f,this.async=y}render(c){return`${this.async?"async ":""}function ${this.name}(${this.args})`+super.render(c)}};Rz.kind="func";var Mz=class extends Oz{render(c){return"return "+super.render(c)}};Mz.kind="return";var lDe=class extends pP{render(c){let f="try"+super.render(c);return this.catch&&(f+=this.catch.render(c)),this.finally&&(f+=this.finally.render(c)),f}optimizeNodes(){var c,f;return super.optimizeNodes(),(c=this.catch)===null||c===void 0||c.optimizeNodes(),(f=this.finally)===null||f===void 0||f.optimizeNodes(),this}optimizeNames(c,f){var y,b;return super.optimizeNames(c,f),(y=this.catch)===null||y===void 0||y.optimizeNames(c,f),(b=this.finally)===null||b===void 0||b.optimizeNames(c,f),this}get names(){let c=super.names;return this.catch&&H4(c,this.catch.names),this.finally&&H4(c,this.finally.names),c}},Lz=class extends pP{constructor(c){super(),this.error=c}render(c){return`catch(${this.error})`+super.render(c)}};Lz.kind="catch";var Fz=class extends pP{render(c){return"finally"+super.render(c)}};Fz.kind="finally";var uDe=class{constructor(c,f={}){this._values={},this._blockStarts=[],this._constants={},this.opts={...f,_n:f.lines?`
`:""},this._extScope=c,this._scope=new Ex.Scope({parent:c}),this._nodes=[new oDe]}toString(){return this._root.render(this.opts)}name(c){return this._scope.name(c)}scopeName(c){return this._extScope.name(c)}scopeValue(c,f){let y=this._extScope.value(c,f);return(this._values[y.prefix]||(this._values[y.prefix]=new Set)).add(y),y}getScopeValue(c,f){return this._extScope.getValue(c,f)}scopeRefs(c){return this._extScope.scopeRefs(c,this._values)}scopeCode(){return this._extScope.scopeCode(this._values)}_def(c,f,y,b){let k=this._scope.toName(f);return y!==void 0&&b&&(this._constants[k.str]=y),this._leafNode(new eDe(c,k,y)),k}const(c,f,y){return this._def(Ex.varKinds.const,c,f,y)}let(c,f,y){return this._def(Ex.varKinds.let,c,f,y)}var(c,f,y){return this._def(Ex.varKinds.var,c,f,y)}assign(c,f,y){return this._leafNode(new Aoe(c,f,y))}add(c,f){return this._leafNode(new tDe(c,Bl.operators.ADD,f))}code(c){return typeof c=="function"?c():c!==Nu.nil&&this._leafNode(new sDe(c)),this}object(...c){let f=["{"];for(let[y,b]of c)f.length>1&&f.push(","),f.push(y),(y!==b||this.opts.es5)&&(f.push(":"),(0,Nu.addCodeArg)(f,b));return f.push("}"),new Nu._Code(f)}if(c,f,y){if(this._blockNode(new W4(c)),f&&y)this.code(f).else().code(y).endIf();else if(f)this.code(f).endIf();else if(y)throw new Error('CodeGen: "else" body without "then" body');return this}elseIf(c){return this._elseNode(new W4(c))}else(){return this._elseNode(new _F)}endIf(){return this._endBlockNode(W4,_F)}_for(c,f){return this._blockNode(c),f&&this.code(f).endFor(),this}for(c,f){return this._for(new aDe(c),f)}forRange(c,f,y,b,k=this.opts.es5?Ex.varKinds.var:Ex.varKinds.let){let g=this._scope.toName(c);return this._for(new cDe(k,g,f,y),()=>b(g))}forOf(c,f,y,b=Ex.varKinds.const){let k=this._scope.toName(c);if(this.opts.es5){let g=f instanceof Nu.Name?f:this.var("_arr",f);return this.forRange("_i",0,(0,Nu._)`${g}.length`,p=>{this.var(k,(0,Nu._)`${g}[${p}]`),y(k)})}return this._for(new koe("of",b,k,f),()=>y(k))}forIn(c,f,y,b=this.opts.es5?Ex.varKinds.var:Ex.varKinds.const){if(this.opts.ownProperties)return this.forOf(c,(0,Nu._)`Object.keys(${f})`,y);let k=this._scope.toName(c);return this._for(new koe("in",b,k,f),()=>y(k))}endFor(){return this._endBlockNode(G4)}label(c){return this._leafNode(new rDe(c))}break(c){return this._leafNode(new nDe(c))}return(c){let f=new Mz;if(this._blockNode(f),this.code(c),f.nodes.length!==1)throw new Error('CodeGen: "return" should have one node');return this._endBlockNode(Mz)}try(c,f,y){if(!f&&!y)throw new Error('CodeGen: "try" without "catch" and "finally"');let b=new lDe;if(this._blockNode(b),this.code(c),f){let k=this.name("e");this._currNode=b.catch=new Lz(k),f(k)}return y&&(this._currNode=b.finally=new Fz,this.code(y)),this._endBlockNode(Lz,Fz)}throw(c){return this._leafNode(new iDe(c))}block(c,f){return this._blockStarts.push(this._nodes.length),c&&this.code(c).endBlock(f),this}endBlock(c){let f=this._blockStarts.pop();if(f===void 0)throw new Error("CodeGen: not in self-balancing block");let y=this._nodes.length-f;if(y<0||c!==void 0&&y!==c)throw new Error(`CodeGen: wrong number of nodes: ${y} vs ${c} expected`);return this._nodes.length=f,this}func(c,f=Nu.nil,y,b){return this._blockNode(new Rz(c,f,y)),b&&this.code(b).endFunc(),this}endFunc(){return this._endBlockNode(Rz)}optimize(c=1){for(;c-- >0;)this._root.optimizeNodes(),this._root.optimizeNames(this._root.names,this._constants)}_leafNode(c){return this._currNode.nodes.push(c),this}_blockNode(c){this._currNode.nodes.push(c),this._nodes.push(c)}_endBlockNode(c,f){let y=this._currNode;if(y instanceof c||f&&y instanceof f)return this._nodes.pop(),this;throw new Error(`CodeGen: not in block "${f?`${c.kind}/${f.kind}`:c.kind}"`)}_elseNode(c){let f=this._currNode;if(!(f instanceof W4))throw new Error('CodeGen: "else" without "if"');return this._currNode=f.else=c,this}get _root(){return this._nodes[0]}get _currNode(){let c=this._nodes;return c[c.length-1]}set _currNode(c){let f=this._nodes;f[f.length-1]=c}};Bl.CodeGen=uDe;function H4(l,c){for(let f in c)l[f]=(l[f]||0)+(c[f]||0);return l}function Poe(l,c){return c instanceof Nu._CodeOrName?H4(l,c.names):l}function fF(l,c,f){if(l instanceof Nu.Name)return y(l);if(!b(l))return l;return new Nu._Code(l._items.reduce((k,g)=>(g instanceof Nu.Name&&(g=y(g)),g instanceof Nu._Code?k.push(...g._items):k.push(g),k),[]));function y(k){let g=f[k.str];return g===void 0||c[k.str]!==1?k:(delete c[k.str],g)}function b(k){return k instanceof Nu._Code&&k._items.some(g=>g instanceof Nu.Name&&c[g.str]===1&&f[g.str]!==void 0)}}function eQt(l,c){for(let f in c)l[f]=(l[f]||0)-(c[f]||0)}function Cut(l){return typeof l=="boolean"||typeof l=="number"||l===null?!l:(0,Nu._)`!${_De(l)}`}Bl.not=Cut;var tQt=Aut(Bl.operators.AND);function rQt(...l){return l.reduce(tQt)}Bl.and=rQt;var nQt=Aut(Bl.operators.OR);function iQt(...l){return l.reduce(nQt)}Bl.or=iQt;function Aut(l){return(c,f)=>c===Nu.nil?f:f===Nu.nil?c:(0,Nu._)`${_De(c)} ${l} ${_De(f)}`}function _De(l){return l instanceof Nu.Name?l:(0,Nu._)`(${l})`}});var zu=xt(Xl=>{"use strict";Object.defineProperty(Xl,"__esModule",{value:!0});Xl.checkStrictMode=Xl.getErrorPath=Xl.Type=Xl.useFunc=Xl.setEvaluated=Xl.evaluatedPropsToName=Xl.mergeEvaluated=Xl.eachItem=Xl.unescapeJsonPointer=Xl.escapeJsonPointer=Xl.escapeFragment=Xl.unescapeFragment=Xl.schemaRefOrVal=Xl.schemaHasRulesButRef=Xl.schemaHasRules=Xl.checkUnknownRules=Xl.alwaysValidSchema=Xl.toHash=void 0;var Vf=Kl(),sQt=wz();function oQt(l){let c={};for(let f of l)c[f]=!0;return c}Xl.toHash=oQt;function aQt(l,c){return typeof c=="boolean"?c:Object.keys(c).length===0?!0:(Nut(l,c),!Dut(c,l.self.RULES.all))}Xl.alwaysValidSchema=aQt;function Nut(l,c=l.schema){let{opts:f,self:y}=l;if(!f.strictSchema||typeof c=="boolean")return;let b=y.RULES.keywords;for(let k in c)b[k]||Out(l,`unknown keyword: "${k}"`)}Xl.checkUnknownRules=Nut;function Dut(l,c){if(typeof l=="boolean")return!l;for(let f in l)if(c[f])return!0;return!1}Xl.schemaHasRules=Dut;function cQt(l,c){if(typeof l=="boolean")return!l;for(let f in l)if(f!=="$ref"&&c.all[f])return!0;return!1}Xl.schemaHasRulesButRef=cQt;function lQt({topSchemaRef:l,schemaPath:c},f,y,b){if(!b){if(typeof f=="number"||typeof f=="boolean")return f;if(typeof f=="string")return(0,Vf._)`${f}`}return(0,Vf._)`${l}${c}${(0,Vf.getProperty)(y)}`}Xl.schemaRefOrVal=lQt;function uQt(l){return Iut(decodeURIComponent(l))}Xl.unescapeFragment=uQt;function _Qt(l){return encodeURIComponent(pDe(l))}Xl.escapeFragment=_Qt;function pDe(l){return typeof l=="number"?`${l}`:l.replace(/~/g,"~0").replace(/\//g,"~1")}Xl.escapeJsonPointer=pDe;function Iut(l){return l.replace(/~1/g,"/").replace(/~0/g,"~")}Xl.unescapeJsonPointer=Iut;function fQt(l,c){if(Array.isArray(l))for(let f of l)c(f);else c(l)}Xl.eachItem=fQt;function kut({mergeNames:l,mergeToName:c,mergeValues:f,resultToName:y}){return(b,k,g,p)=>{let A=g===void 0?k:g instanceof Vf.Name?(k instanceof Vf.Name?l(b,k,g):c(b,k,g),g):k instanceof Vf.Name?(c(b,g,k),k):f(k,g);return p===Vf.Name&&!(A instanceof Vf.Name)?y(b,A):A}}Xl.mergeEvaluated={props:kut({mergeNames:(l,c,f)=>l.if((0,Vf._)`${f} !== true && ${c} !== undefined`,()=>{l.if((0,Vf._)`${c} === true`,()=>l.assign(f,!0),()=>l.assign(f,(0,Vf._)`${f} || {}`).code((0,Vf._)`Object.assign(${f}, ${c})`))}),mergeToName:(l,c,f)=>l.if((0,Vf._)`${f} !== true`,()=>{c===!0?l.assign(f,!0):(l.assign(f,(0,Vf._)`${f} || {}`),dDe(l,f,c))}),mergeValues:(l,c)=>l===!0?!0:{...l,...c},resultToName:wut}),items:kut({mergeNames:(l,c,f)=>l.if((0,Vf._)`${f} !== true && ${c} !== undefined`,()=>l.assign(f,(0,Vf._)`${c} === true ? true : ${f} > ${c} ? ${f} : ${c}`)),mergeToName:(l,c,f)=>l.if((0,Vf._)`${f} !== true`,()=>l.assign(f,c===!0?!0:(0,Vf._)`${f} > ${c} ? ${f} : ${c}`)),mergeValues:(l,c)=>l===!0?!0:Math.max(l,c),resultToName:(l,c)=>l.var("items",c)})};function wut(l,c){if(c===!0)return l.var("props",!0);let f=l.var("props",(0,Vf._)`{}`);return c!==void 0&&dDe(l,f,c),f}Xl.evaluatedPropsToName=wut;function dDe(l,c,f){Object.keys(f).forEach(y=>l.assign((0,Vf._)`${c}${(0,Vf.getProperty)(y)}`,!0))}Xl.setEvaluated=dDe;var Put={};function pQt(l,c){return l.scopeValue("func",{ref:c,code:Put[c.code]||(Put[c.code]=new sQt._Code(c.code))})}Xl.useFunc=pQt;var fDe;(function(l){l[l.Num=0]="Num",l[l.Str=1]="Str"})(fDe||(Xl.Type=fDe={}));function dQt(l,c,f){if(l instanceof Vf.Name){let y=c===fDe.Num;return f?y?(0,Vf._)`"[" + ${l} + "]"`:(0,Vf._)`"['" + ${l} + "']"`:y?(0,Vf._)`"/" + ${l}`:(0,Vf._)`"/" + ${l}.replace(/~/g, "~0").replace(/\\//g, "~1")`}return f?(0,Vf.getProperty)(l).toString():"/"+pDe(l)}Xl.getErrorPath=dQt;function Out(l,c,f=l.opts.strictSchema){if(f){if(c=`strict mode: ${c}`,f===!0)throw new Error(c);l.self.logger.warn(c)}}Xl.checkStrictMode=Out});var dP=xt(mDe=>{"use strict";Object.defineProperty(mDe,"__esModule",{value:!0});var i0=Kl(),mQt={data:new i0.Name("data"),valCxt:new i0.Name("valCxt"),instancePath:new i0.Name("instancePath"),parentData:new i0.Name("parentData"),parentDataProperty:new i0.Name("parentDataProperty"),rootData:new i0.Name("rootData"),dynamicAnchors:new i0.Name("dynamicAnchors"),vErrors:new i0.Name("vErrors"),errors:new i0.Name("errors"),this:new i0.Name("this"),self:new i0.Name("self"),scope:new i0.Name("scope"),json:new i0.Name("json"),jsonPos:new i0.Name("jsonPos"),jsonLen:new i0.Name("jsonLen"),jsonPart:new i0.Name("jsonPart")};mDe.default=mQt});var jz=xt(s0=>{"use strict";Object.defineProperty(s0,"__esModule",{value:!0});s0.extendErrors=s0.resetErrorsCount=s0.reportExtraError=s0.reportError=s0.keyword$DataError=s0.keywordError=void 0;var Mu=Kl(),Doe=zu(),cv=dP();s0.keywordError={message:({keyword:l})=>(0,Mu.str)`must pass "${l}" keyword validation`};s0.keyword$DataError={message:({keyword:l,schemaType:c})=>c?(0,Mu.str)`"${l}" keyword must be ${c} ($data)`:(0,Mu.str)`"${l}" keyword is invalid ($data)`};function gQt(l,c=s0.keywordError,f,y){let{it:b}=l,{gen:k,compositeRule:g,allErrors:p}=b,A=Lut(l,c,f);y??(g||p)?Rut(k,A):Mut(b,(0,Mu._)`[${A}]`)}s0.reportError=gQt;function hQt(l,c=s0.keywordError,f){let{it:y}=l,{gen:b,compositeRule:k,allErrors:g}=y,p=Lut(l,c,f);Rut(b,p),k||g||Mut(y,cv.default.vErrors)}s0.reportExtraError=hQt;function yQt(l,c){l.assign(cv.default.errors,c),l.if((0,Mu._)`${cv.default.vErrors} !== null`,()=>l.if(c,()=>l.assign((0,Mu._)`${cv.default.vErrors}.length`,c),()=>l.assign(cv.default.vErrors,null)))}s0.resetErrorsCount=yQt;function vQt({gen:l,keyword:c,schemaValue:f,data:y,errsCount:b,it:k}){if(b===void 0)throw new Error("ajv implementation error");let g=l.name("err");l.forRange("i",b,cv.default.errors,p=>{l.const(g,(0,Mu._)`${cv.default.vErrors}[${p}]`),l.if((0,Mu._)`${g}.instancePath === undefined`,()=>l.assign((0,Mu._)`${g}.instancePath`,(0,Mu.strConcat)(cv.default.instancePath,k.errorPath))),l.assign((0,Mu._)`${g}.schemaPath`,(0,Mu.str)`${k.errSchemaPath}/${c}`),k.opts.verbose&&(l.assign((0,Mu._)`${g}.schema`,f),l.assign((0,Mu._)`${g}.data`,y))})}s0.extendErrors=vQt;function Rut(l,c){let f=l.const("err",c);l.if((0,Mu._)`${cv.default.vErrors} === null`,()=>l.assign(cv.default.vErrors,(0,Mu._)`[${f}]`),(0,Mu._)`${cv.default.vErrors}.push(${f})`),l.code((0,Mu._)`${cv.default.errors}++`)}function Mut(l,c){let{gen:f,validateName:y,schemaEnv:b}=l;b.$async?f.throw((0,Mu._)`new ${l.ValidationError}(${c})`):(f.assign((0,Mu._)`${y}.errors`,c),f.return(!1))}var $4={keyword:new Mu.Name("keyword"),schemaPath:new Mu.Name("schemaPath"),params:new Mu.Name("params"),propertyName:new Mu.Name("propertyName"),message:new Mu.Name("message"),schema:new Mu.Name("schema"),parentSchema:new Mu.Name("parentSchema")};function Lut(l,c,f){let{createErrors:y}=l.it;return y===!1?(0,Mu._)`{}`:SQt(l,c,f)}function SQt(l,c,f={}){let{gen:y,it:b}=l,k=[TQt(b,f),bQt(l,f)];return EQt(l,c,k),y.object(...k)}function TQt({errorPath:l},{instancePath:c}){let f=c?(0,Mu.str)`${l}${(0,Doe.getErrorPath)(c,Doe.Type.Str)}`:l;return[cv.default.instancePath,(0,Mu.strConcat)(cv.default.instancePath,f)]}function bQt({keyword:l,it:{errSchemaPath:c}},{schemaPath:f,parentSchema:y}){let b=y?c:(0,Mu.str)`${c}/${l}`;return f&&(b=(0,Mu.str)`${b}${(0,Doe.getErrorPath)(f,Doe.Type.Str)}`),[$4.schemaPath,b]}function EQt(l,{params:c,message:f},y){let{keyword:b,data:k,schemaValue:g,it:p}=l,{opts:A,propertyName:j,topSchemaRef:se,schemaPath:We}=p;y.push([$4.keyword,b],[$4.params,typeof c=="function"?c(l):c||(0,Mu._)`{}`]),A.messages&&y.push([$4.message,typeof f=="function"?f(l):f]),A.verbose&&y.push([$4.schema,g],[$4.parentSchema,(0,Mu._)`${se}${We}`],[cv.default.data,k]),j&&y.push([$4.propertyName,j])}});var jut=xt(pF=>{"use strict";Object.defineProperty(pF,"__esModule",{value:!0});pF.boolOrEmptySchema=pF.topBoolOrEmptySchema=void 0;var xQt=jz(),CQt=Kl(),AQt=dP(),kQt={message:"boolean schema is false"};function PQt(l){let{gen:c,schema:f,validateName:y}=l;f===!1?Fut(l,!1):typeof f=="object"&&f.$async===!0?c.return(AQt.default.data):(c.assign((0,CQt._)`${y}.errors`,null),c.return(!0))}pF.topBoolOrEmptySchema=PQt;function NQt(l,c){let{gen:f,schema:y}=l;y===!1?(f.var(c,!1),Fut(l)):f.var(c,!0)}pF.boolOrEmptySchema=NQt;function Fut(l,c){let{gen:f,data:y}=l,b={gen:f,keyword:"false schema",data:y,schema:!1,schemaCode:!1,schemaValue:!1,params:{},it:l};(0,xQt.reportError)(b,kQt,void 0,c)}});var gDe=xt(dF=>{"use strict";Object.defineProperty(dF,"__esModule",{value:!0});dF.getRules=dF.isJSONType=void 0;var DQt=["string","number","integer","boolean","null","object","array"],IQt=new Set(DQt);function wQt(l){return typeof l=="string"&&IQt.has(l)}dF.isJSONType=wQt;function OQt(){let l={number:{type:"number",rules:[]},string:{type:"string",rules:[]},array:{type:"array",rules:[]},object:{type:"object",rules:[]}};return{types:{...l,integer:!0,boolean:!0,null:!0},rules:[{rules:[]},l.number,l.string,l.array,l.object],post:{rules:[]},all:{},keywords:{}}}dF.getRules=OQt});var hDe=xt(kI=>{"use strict";Object.defineProperty(kI,"__esModule",{value:!0});kI.shouldUseRule=kI.shouldUseGroup=kI.schemaHasRulesForType=void 0;function RQt({schema:l,self:c},f){let y=c.RULES.types[f];return y&&y!==!0&&But(l,y)}kI.schemaHasRulesForType=RQt;function But(l,c){return c.rules.some(f=>Uut(l,f))}kI.shouldUseGroup=But;function Uut(l,c){var f;return l[c.keyword]!==void 0||((f=c.definition.implements)===null||f===void 0?void 0:f.some(y=>l[y]!==void 0))}kI.shouldUseRule=Uut});var Bz=xt(o0=>{"use strict";Object.defineProperty(o0,"__esModule",{value:!0});o0.reportTypeError=o0.checkDataTypes=o0.checkDataType=o0.coerceAndCheckDataType=o0.getJSONTypes=o0.getSchemaTypes=o0.DataType=void 0;var MQt=gDe(),LQt=hDe(),FQt=jz(),Tl=Kl(),Vut=zu(),mF;(function(l){l[l.Correct=0]="Correct",l[l.Wrong=1]="Wrong"})(mF||(o0.DataType=mF={}));function jQt(l){let c=Jut(l.type);if(c.includes("null")){if(l.nullable===!1)throw new Error("type: null contradicts nullable: false")}else{if(!c.length&&l.nullable!==void 0)throw new Error('"nullable" cannot be used without "type"');l.nullable===!0&&c.push("null")}return c}o0.getSchemaTypes=jQt;function Jut(l){let c=Array.isArray(l)?l:l?[l]:[];if(c.every(MQt.isJSONType))return c;throw new Error("type must be JSONType or JSONType[]: "+c.join(","))}o0.getJSONTypes=Jut;function BQt(l,c){let{gen:f,data:y,opts:b}=l,k=UQt(c,b.coerceTypes),g=c.length>0&&!(k.length===0&&c.length===1&&(0,LQt.schemaHasRulesForType)(l,c[0]));if(g){let p=vDe(c,y,b.strictNumbers,mF.Wrong);f.if(p,()=>{k.length?VQt(l,c,k):SDe(l)})}return g}o0.coerceAndCheckDataType=BQt;var qut=new Set(["string","number","integer","boolean","null"]);function UQt(l,c){return c?l.filter(f=>qut.has(f)||c==="array"&&f==="array"):[]}function VQt(l,c,f){let{gen:y,data:b,opts:k}=l,g=y.let("dataType",(0,Tl._)`typeof ${b}`),p=y.let("coerced",(0,Tl._)`undefined`);k.coerceTypes==="array"&&y.if((0,Tl._)`${g} == 'object' && Array.isArray(${b}) && ${b}.length == 1`,()=>y.assign(b,(0,Tl._)`${b}[0]`).assign(g,(0,Tl._)`typeof ${b}`).if(vDe(c,b,k.strictNumbers),()=>y.assign(p,b))),y.if((0,Tl._)`${p} !== undefined`);for(let j of f)(qut.has(j)||j==="array"&&k.coerceTypes==="array")&&A(j);y.else(),SDe(l),y.endIf(),y.if((0,Tl._)`${p} !== undefined`,()=>{y.assign(b,p),JQt(l,p)});function A(j){switch(j){case"string":y.elseIf((0,Tl._)`${g} == "number" || ${g} == "boolean"`).assign(p,(0,Tl._)`"" + ${b}`).elseIf((0,Tl._)`${b} === null`).assign(p,(0,Tl._)`""`);return;case"number":y.elseIf((0,Tl._)`${g} == "boolean" || ${b} === null
|| (${g} == "string" && ${b} && ${b} == +${b})`).assign(p,(0,Tl._)`+${b}`);return;case"integer":y.elseIf((0,Tl._)`${g} === "boolean" || ${b} === null
|| (${g} === "string" && ${b} && ${b} == +${b} && !(${b} % 1))`).assign(p,(0,Tl._)`+${b}`);return;case"boolean":y.elseIf((0,Tl._)`${b} === "false" || ${b} === 0 || ${b} === null`).assign(p,!1).elseIf((0,Tl._)`${b} === "true" || ${b} === 1`).assign(p,!0);return;case"null":y.elseIf((0,Tl._)`${b} === "" || ${b} === 0 || ${b} === false`),y.assign(p,null);return;case"array":y.elseIf((0,Tl._)`${g} === "string" || ${g} === "number"
|| ${g} === "boolean" || ${b} === null`).assign(p,(0,Tl._)`[${b}]`)}}}function JQt({gen:l,parentData:c,parentDataProperty:f},y){l.if((0,Tl._)`${c} !== undefined`,()=>l.assign((0,Tl._)`${c}[${f}]`,y))}function yDe(l,c,f,y=mF.Correct){let b=y===mF.Correct?Tl.operators.EQ:Tl.operators.NEQ,k;switch(l){case"null":return(0,Tl._)`${c} ${b} null`;case"array":k=(0,Tl._)`Array.isArray(${c})`;break;case"object":k=(0,Tl._)`${c} && typeof ${c} == "object" && !Array.isArray(${c})`;break;case"integer":k=g((0,Tl._)`!(${c} % 1) && !isNaN(${c})`);break;case"number":k=g();break;default:return(0,Tl._)`typeof ${c} ${b} ${l}`}return y===mF.Correct?k:(0,Tl.not)(k);function g(p=Tl.nil){return(0,Tl.and)((0,Tl._)`typeof ${c} == "number"`,p,f?(0,Tl._)`isFinite(${c})`:Tl.nil)}}o0.checkDataType=yDe;function vDe(l,c,f,y){if(l.length===1)return yDe(l[0],c,f,y);let b,k=(0,Vut.toHash)(l);if(k.array&&k.object){let g=(0,Tl._)`typeof ${c} != "object"`;b=k.null?g:(0,Tl._)`!${c} || ${g}`,delete k.null,delete k.array,delete k.object}else b=Tl.nil;k.number&&delete k.integer;for(let g in k)b=(0,Tl.and)(b,yDe(g,c,f,y));return b}o0.checkDataTypes=vDe;var qQt={message:({schema:l})=>`must be ${l}`,params:({schema:l,schemaValue:c})=>typeof l=="string"?(0,Tl._)`{type: ${l}}`:(0,Tl._)`{type: ${c}}`};function SDe(l){let c=zQt(l);(0,FQt.reportError)(c,qQt)}o0.reportTypeError=SDe;function zQt(l){let{gen:c,data:f,schema:y}=l,b=(0,Vut.schemaRefOrVal)(l,y,"type");return{gen:c,keyword:"type",data:f,schema:y.type,schemaCode:b,schemaValue:b,parentSchema:y,params:{},it:l}}});var Wut=xt(Ioe=>{"use strict";Object.defineProperty(Ioe,"__esModule",{value:!0});Ioe.assignDefaults=void 0;var gF=Kl(),WQt=zu();function GQt(l,c){let{properties:f,items:y}=l.schema;if(c==="object"&&f)for(let b in f)zut(l,b,f[b].default);else c==="array"&&Array.isArray(y)&&y.forEach((b,k)=>zut(l,k,b.default))}Ioe.assignDefaults=GQt;function zut(l,c,f){let{gen:y,compositeRule:b,data:k,opts:g}=l;if(f===void 0)return;let p=(0,gF._)`${k}${(0,gF.getProperty)(c)}`;if(b){(0,WQt.checkStrictMode)(l,`default is ignored for: ${p}`);return}let A=(0,gF._)`${p} === undefined`;g.useDefaults==="empty"&&(A=(0,gF._)`${A} || ${p} === null || ${p} === ""`),y.if(A,(0,gF._)`${p} = ${(0,gF.stringify)(f)}`)}});var wb=xt(bf=>{"use strict";Object.defineProperty(bf,"__esModule",{value:!0});bf.validateUnion=bf.validateArray=bf.usePattern=bf.callValidateCode=bf.schemaProperties=bf.allSchemaProperties=bf.noPropertyInData=bf.propertyInData=bf.isOwnProperty=bf.hasPropFunc=bf.reportMissingProp=bf.checkMissingProp=bf.checkReportMissingProp=void 0;var Cp=Kl(),TDe=zu(),PI=dP(),HQt=zu();function $Qt(l,c){let{gen:f,data:y,it:b}=l;f.if(EDe(f,y,c,b.opts.ownProperties),()=>{l.setParams({missingProperty:(0,Cp._)`${c}`},!0),l.error()})}bf.checkReportMissingProp=$Qt;function YQt({gen:l,data:c,it:{opts:f}},y,b){return(0,Cp.or)(...y.map(k=>(0,Cp.and)(EDe(l,c,k,f.ownProperties),(0,Cp._)`${b} = ${k}`)))}bf.checkMissingProp=YQt;function KQt(l,c){l.setParams({missingProperty:c},!0),l.error()}bf.reportMissingProp=KQt;function Gut(l){return l.scopeValue("func",{ref:Object.prototype.hasOwnProperty,code:(0,Cp._)`Object.prototype.hasOwnProperty`})}bf.hasPropFunc=Gut;function bDe(l,c,f){return(0,Cp._)`${Gut(l)}.call(${c}, ${f})`}bf.isOwnProperty=bDe;function XQt(l,c,f,y){let b=(0,Cp._)`${c}${(0,Cp.getProperty)(f)} !== undefined`;return y?(0,Cp._)`${b} && ${bDe(l,c,f)}`:b}bf.propertyInData=XQt;function EDe(l,c,f,y){let b=(0,Cp._)`${c}${(0,Cp.getProperty)(f)} === undefined`;return y?(0,Cp.or)(b,(0,Cp.not)(bDe(l,c,f))):b}bf.noPropertyInData=EDe;function Hut(l){return l?Object.keys(l).filter(c=>c!=="__proto__"):[]}bf.allSchemaProperties=Hut;function QQt(l,c){return Hut(c).filter(f=>!(0,TDe.alwaysValidSchema)(l,c[f]))}bf.schemaProperties=QQt;function ZQt({schemaCode:l,data:c,it:{gen:f,topSchemaRef:y,schemaPath:b,errorPath:k},it:g},p,A,j){let se=j?(0,Cp._)`${l}, ${c}, ${y}${b}`:c,We=[[PI.default.instancePath,(0,Cp.strConcat)(PI.default.instancePath,k)],[PI.default.parentData,g.parentData],[PI.default.parentDataProperty,g.parentDataProperty],[PI.default.rootData,PI.default.rootData]];g.opts.dynamicRef&&We.push([PI.default.dynamicAnchors,PI.default.dynamicAnchors]);let ve=(0,Cp._)`${se}, ${f.object(...We)}`;return A!==Cp.nil?(0,Cp._)`${p}.call(${A}, ${ve})`:(0,Cp._)`${p}(${ve})`}bf.callValidateCode=ZQt;var eZt=(0,Cp._)`new RegExp`;function tZt({gen:l,it:{opts:c}},f){let y=c.unicodeRegExp?"u":"",{regExp:b}=c.code,k=b(f,y);return l.scopeValue("pattern",{key:k.toString(),ref:k,code:(0,Cp._)`${b.code==="new RegExp"?eZt:(0,HQt.useFunc)(l,b)}(${f}, ${y})`})}bf.usePattern=tZt;function rZt(l){let{gen:c,data:f,keyword:y,it:b}=l,k=c.name("valid");if(b.allErrors){let p=c.let("valid",!0);return g(()=>c.assign(p,!1)),p}return c.var(k,!0),g(()=>c.break()),k;function g(p){let A=c.const("len",(0,Cp._)`${f}.length`);c.forRange("i",0,A,j=>{l.subschema({keyword:y,dataProp:j,dataPropType:TDe.Type.Num},k),c.if((0,Cp.not)(k),p)})}}bf.validateArray=rZt;function nZt(l){let{gen:c,schema:f,keyword:y,it:b}=l;if(!Array.isArray(f))throw new Error("ajv implementation error");if(f.some(A=>(0,TDe.alwaysValidSchema)(b,A))&&!b.opts.unevaluated)return;let g=c.let("valid",!1),p=c.name("_valid");c.block(()=>f.forEach((A,j)=>{let se=l.subschema({keyword:y,schemaProp:j,compositeRule:!0},p);c.assign(g,(0,Cp._)`${g} || ${p}`),l.mergeValidEvaluated(se,p)||c.if((0,Cp.not)(g))})),l.result(g,()=>l.reset(),()=>l.error(!0))}bf.validateUnion=nZt});var Kut=xt(xC=>{"use strict";Object.defineProperty(xC,"__esModule",{value:!0});xC.validateKeywordUsage=xC.validSchemaType=xC.funcKeywordCode=xC.macroKeywordCode=void 0;var lv=Kl(),Y4=dP(),iZt=wb(),sZt=jz();function oZt(l,c){let{gen:f,keyword:y,schema:b,parentSchema:k,it:g}=l,p=c.macro.call(g.self,b,k,g),A=Yut(f,y,p);g.opts.validateSchema!==!1&&g.self.validateSchema(p,!0);let j=f.name("valid");l.subschema({schema:p,schemaPath:lv.nil,errSchemaPath:`${g.errSchemaPath}/${y}`,topSchemaRef:A,compositeRule:!0},j),l.pass(j,()=>l.error(!0))}xC.macroKeywordCode=oZt;function aZt(l,c){var f;let{gen:y,keyword:b,schema:k,parentSchema:g,$data:p,it:A}=l;lZt(A,c);let j=!p&&c.compile?c.compile.call(A.self,k,g,A):c.validate,se=Yut(y,b,j),We=y.let("valid");l.block$data(We,ve),l.ok((f=c.valid)!==null&&f!==void 0?f:We);function ve(){if(c.errors===!1)kt(),c.modifying&&$ut(l),Et(()=>l.error());else{let pi=c.async?lr():Rr();c.modifying&&$ut(l),Et(()=>cZt(l,pi))}}function lr(){let pi=y.let("ruleErrs",null);return y.try(()=>kt((0,lv._)`await `),di=>y.assign(We,!1).if((0,lv._)`${di} instanceof ${A.ValidationError}`,()=>y.assign(pi,(0,lv._)`${di}.errors`),()=>y.throw(di))),pi}function Rr(){let pi=(0,lv._)`${se}.errors`;return y.assign(pi,null),kt(lv.nil),pi}function kt(pi=c.async?(0,lv._)`await `:lv.nil){let di=A.opts.passContext?Y4.default.this:Y4.default.self,ra=!("compile"in c&&!p||c.schema===!1);y.assign(We,(0,lv._)`${pi}${(0,iZt.callValidateCode)(l,se,di,ra)}`,c.modifying)}function Et(pi){var di;y.if((0,lv.not)((di=c.valid)!==null&&di!==void 0?di:We),pi)}}xC.funcKeywordCode=aZt;function $ut(l){let{gen:c,data:f,it:y}=l;c.if(y.parentData,()=>c.assign(f,(0,lv._)`${y.parentData}[${y.parentDataProperty}]`))}function cZt(l,c){let{gen:f}=l;f.if((0,lv._)`Array.isArray(${c})`,()=>{f.assign(Y4.default.vErrors,(0,lv._)`${Y4.default.vErrors} === null ? ${c} : ${Y4.default.vErrors}.concat(${c})`).assign(Y4.default.errors,(0,lv._)`${Y4.default.vErrors}.length`),(0,sZt.extendErrors)(l)},()=>l.error())}function lZt({schemaEnv:l},c){if(c.async&&!l.$async)throw new Error("async keyword in sync schema")}function Yut(l,c,f){if(f===void 0)throw new Error(`keyword "${c}" failed to compile`);return l.scopeValue("keyword",typeof f=="function"?{ref:f}:{ref:f,code:(0,lv.stringify)(f)})}function uZt(l,c,f=!1){return!c.length||c.some(y=>y==="array"?Array.isArray(l):y==="object"?l&&typeof l=="object"&&!Array.isArray(l):typeof l==y||f&&typeof l>"u")}xC.validSchemaType=uZt;function _Zt({schema:l,opts:c,self:f,errSchemaPath:y},b,k){if(Array.isArray(b.keyword)?!b.keyword.includes(k):b.keyword!==k)throw new Error("ajv implementation error");let g=b.dependencies;if(g?.some(p=>!Object.prototype.hasOwnProperty.call(l,p)))throw new Error(`parent schema must have dependencies of ${k}: ${g.join(",")}`);if(b.validateSchema&&!b.validateSchema(l[k])){let A=`keyword "${k}" value is invalid at path "${y}": `+f.errorsText(b.validateSchema.errors);if(c.validateSchema==="log")f.logger.error(A);else throw new Error(A)}}xC.validateKeywordUsage=_Zt});var Qut=xt(NI=>{"use strict";Object.defineProperty(NI,"__esModule",{value:!0});NI.extendSubschemaMode=NI.extendSubschemaData=NI.getSubschema=void 0;var CC=Kl(),Xut=zu();function fZt(l,{keyword:c,schemaProp:f,schema:y,schemaPath:b,errSchemaPath:k,topSchemaRef:g}){if(c!==void 0&&y!==void 0)throw new Error('both "keyword" and "schema" passed, only one allowed');if(c!==void 0){let p=l.schema[c];return f===void 0?{schema:p,schemaPath:(0,CC._)`${l.schemaPath}${(0,CC.getProperty)(c)}`,errSchemaPath:`${l.errSchemaPath}/${c}`}:{schema:p[f],schemaPath:(0,CC._)`${l.schemaPath}${(0,CC.getProperty)(c)}${(0,CC.getProperty)(f)}`,errSchemaPath:`${l.errSchemaPath}/${c}/${(0,Xut.escapeFragment)(f)}`}}if(y!==void 0){if(b===void 0||k===void 0||g===void 0)throw new Error('"schemaPath", "errSchemaPath" and "topSchemaRef" are required with "schema"');return{schema:y,schemaPath:b,topSchemaRef:g,errSchemaPath:k}}throw new Error('either "keyword" or "schema" must be passed')}NI.getSubschema=fZt;function pZt(l,c,{dataProp:f,dataPropType:y,data:b,dataTypes:k,propertyName:g}){if(b!==void 0&&f!==void 0)throw new Error('both "data" and "dataProp" passed, only one allowed');let{gen:p}=c;if(f!==void 0){let{errorPath:j,dataPathArr:se,opts:We}=c,ve=p.let("data",(0,CC._)`${c.data}${(0,CC.getProperty)(f)}`,!0);A(ve),l.errorPath=(0,CC.str)`${j}${(0,Xut.getErrorPath)(f,y,We.jsPropertySyntax)}`,l.parentDataProperty=(0,CC._)`${f}`,l.dataPathArr=[...se,l.parentDataProperty]}if(b!==void 0){let j=b instanceof CC.Name?b:p.let("data",b,!0);A(j),g!==void 0&&(l.propertyName=g)}k&&(l.dataTypes=k);function A(j){l.data=j,l.dataLevel=c.dataLevel+1,l.dataTypes=[],c.definedProperties=new Set,l.parentData=c.data,l.dataNames=[...c.dataNames,j]}}NI.extendSubschemaData=pZt;function dZt(l,{jtdDiscriminator:c,jtdMetadata:f,compositeRule:y,createErrors:b,allErrors:k}){y!==void 0&&(l.compositeRule=y),b!==void 0&&(l.createErrors=b),k!==void 0&&(l.allErrors=k),l.jtdDiscriminator=c,l.jtdMetadata=f}NI.extendSubschemaMode=dZt});var xDe=xt((Xyr,Zut)=>{"use strict";Zut.exports=function l(c,f){if(c===f)return!0;if(c&&f&&typeof c=="object"&&typeof f=="object"){if(c.constructor!==f.constructor)return!1;var y,b,k;if(Array.isArray(c)){if(y=c.length,y!=f.length)return!1;for(b=y;b--!==0;)if(!l(c[b],f[b]))return!1;return!0}if(c.constructor===RegExp)return c.source===f.source&&c.flags===f.flags;if(c.valueOf!==Object.prototype.valueOf)return c.valueOf()===f.valueOf();if(c.toString!==Object.prototype.toString)return c.toString()===f.toString();if(k=Object.keys(c),y=k.length,y!==Object.keys(f).length)return!1;for(b=y;b--!==0;)if(!Object.prototype.hasOwnProperty.call(f,k[b]))return!1;for(b=y;b--!==0;){var g=k[b];if(!l(c[g],f[g]))return!1}return!0}return c!==c&&f!==f}});var t_t=xt((Qyr,e_t)=>{"use strict";var DI=e_t.exports=function(l,c,f){typeof c=="function"&&(f=c,c={}),f=c.cb||f;var y=typeof f=="function"?f:f.pre||function(){},b=f.post||function(){};woe(c,y,b,l,"",l)};DI.keywords={additionalItems:!0,items:!0,contains:!0,additionalProperties:!0,propertyNames:!0,not:!0,if:!0,then:!0,else:!0};DI.arrayKeywords={items:!0,allOf:!0,anyOf:!0,oneOf:!0};DI.propsKeywords={$defs:!0,definitions:!0,properties:!0,patternProperties:!0,dependencies:!0};DI.skipKeywords={default:!0,enum:!0,const:!0,required:!0,maximum:!0,minimum:!0,exclusiveMaximum:!0,exclusiveMinimum:!0,multipleOf:!0,maxLength:!0,minLength:!0,pattern:!0,format:!0,maxItems:!0,minItems:!0,uniqueItems:!0,maxProperties:!0,minProperties:!0};function woe(l,c,f,y,b,k,g,p,A,j){if(y&&typeof y=="object"&&!Array.isArray(y)){c(y,b,k,g,p,A,j);for(var se in y){var We=y[se];if(Array.isArray(We)){if(se in DI.arrayKeywords)for(var ve=0;ve{"use strict";Object.defineProperty(k1,"__esModule",{value:!0});k1.getSchemaRefs=k1.resolveUrl=k1.normalizeId=k1._getFullPath=k1.getFullPath=k1.inlineRef=void 0;var gZt=zu(),hZt=xDe(),yZt=t_t(),vZt=new Set(["type","format","pattern","maxLength","minLength","maxProperties","minProperties","maxItems","minItems","maximum","minimum","uniqueItems","multipleOf","required","enum","const"]);function SZt(l,c=!0){return typeof l=="boolean"?!0:c===!0?!CDe(l):c?r_t(l)<=c:!1}k1.inlineRef=SZt;var TZt=new Set(["$ref","$recursiveRef","$recursiveAnchor","$dynamicRef","$dynamicAnchor"]);function CDe(l){for(let c in l){if(TZt.has(c))return!0;let f=l[c];if(Array.isArray(f)&&f.some(CDe)||typeof f=="object"&&CDe(f))return!0}return!1}function r_t(l){let c=0;for(let f in l){if(f==="$ref")return 1/0;if(c++,!vZt.has(f)&&(typeof l[f]=="object"&&(0,gZt.eachItem)(l[f],y=>c+=r_t(y)),c===1/0))return 1/0}return c}function n_t(l,c="",f){f!==!1&&(c=hF(c));let y=l.parse(c);return i_t(l,y)}k1.getFullPath=n_t;function i_t(l,c){return l.serialize(c).split("#")[0]+"#"}k1._getFullPath=i_t;var bZt=/#\/?$/;function hF(l){return l?l.replace(bZt,""):""}k1.normalizeId=hF;function EZt(l,c,f){return f=hF(f),l.resolve(c,f)}k1.resolveUrl=EZt;var xZt=/^[a-z_][-a-z0-9._]*$/i;function CZt(l,c){if(typeof l=="boolean")return{};let{schemaId:f,uriResolver:y}=this.opts,b=hF(l[f]||c),k={"":b},g=n_t(y,b,!1),p={},A=new Set;return yZt(l,{allKeys:!0},(We,ve,lr,Rr)=>{if(Rr===void 0)return;let kt=g+ve,Et=k[Rr];typeof We[f]=="string"&&(Et=pi.call(this,We[f])),di.call(this,We.$anchor),di.call(this,We.$dynamicAnchor),k[ve]=Et;function pi(ra){let Ql=this.opts.uriResolver.resolve;if(ra=hF(Et?Ql(Et,ra):ra),A.has(ra))throw se(ra);A.add(ra);let va=this.refs[ra];return typeof va=="string"&&(va=this.refs[va]),typeof va=="object"?j(We,va.schema,ra):ra!==hF(kt)&&(ra[0]==="#"?(j(We,p[ra],ra),p[ra]=We):this.refs[ra]=kt),ra}function di(ra){if(typeof ra=="string"){if(!xZt.test(ra))throw new Error(`invalid anchor "${ra}"`);pi.call(this,`#${ra}`)}}}),p;function j(We,ve,lr){if(ve!==void 0&&!hZt(We,ve))throw se(lr)}function se(We){return new Error(`reference "${We}" resolves to more than one schema`)}}k1.getSchemaRefs=CZt});var qz=xt(II=>{"use strict";Object.defineProperty(II,"__esModule",{value:!0});II.getData=II.KeywordCxt=II.validateFunctionCode=void 0;var l_t=jut(),s_t=Bz(),kDe=hDe(),Ooe=Bz(),AZt=Wut(),Jz=Kut(),ADe=Qut(),Da=Kl(),Fc=dP(),kZt=Uz(),mP=zu(),Vz=jz();function PZt(l){if(f_t(l)&&(p_t(l),__t(l))){IZt(l);return}u_t(l,()=>(0,l_t.topBoolOrEmptySchema)(l))}II.validateFunctionCode=PZt;function u_t({gen:l,validateName:c,schema:f,schemaEnv:y,opts:b},k){b.code.es5?l.func(c,(0,Da._)`${Fc.default.data}, ${Fc.default.valCxt}`,y.$async,()=>{l.code((0,Da._)`"use strict"; ${o_t(f,b)}`),DZt(l,b),l.code(k)}):l.func(c,(0,Da._)`${Fc.default.data}, ${NZt(b)}`,y.$async,()=>l.code(o_t(f,b)).code(k))}function NZt(l){return(0,Da._)`{${Fc.default.instancePath}="", ${Fc.default.parentData}, ${Fc.default.parentDataProperty}, ${Fc.default.rootData}=${Fc.default.data}${l.dynamicRef?(0,Da._)`, ${Fc.default.dynamicAnchors}={}`:Da.nil}}={}`}function DZt(l,c){l.if(Fc.default.valCxt,()=>{l.var(Fc.default.instancePath,(0,Da._)`${Fc.default.valCxt}.${Fc.default.instancePath}`),l.var(Fc.default.parentData,(0,Da._)`${Fc.default.valCxt}.${Fc.default.parentData}`),l.var(Fc.default.parentDataProperty,(0,Da._)`${Fc.default.valCxt}.${Fc.default.parentDataProperty}`),l.var(Fc.default.rootData,(0,Da._)`${Fc.default.valCxt}.${Fc.default.rootData}`),c.dynamicRef&&l.var(Fc.default.dynamicAnchors,(0,Da._)`${Fc.default.valCxt}.${Fc.default.dynamicAnchors}`)},()=>{l.var(Fc.default.instancePath,(0,Da._)`""`),l.var(Fc.default.parentData,(0,Da._)`undefined`),l.var(Fc.default.parentDataProperty,(0,Da._)`undefined`),l.var(Fc.default.rootData,Fc.default.data),c.dynamicRef&&l.var(Fc.default.dynamicAnchors,(0,Da._)`{}`)})}function IZt(l){let{schema:c,opts:f,gen:y}=l;u_t(l,()=>{f.$comment&&c.$comment&&m_t(l),LZt(l),y.let(Fc.default.vErrors,null),y.let(Fc.default.errors,0),f.unevaluated&&wZt(l),d_t(l),BZt(l)})}function wZt(l){let{gen:c,validateName:f}=l;l.evaluated=c.const("evaluated",(0,Da._)`${f}.evaluated`),c.if((0,Da._)`${l.evaluated}.dynamicProps`,()=>c.assign((0,Da._)`${l.evaluated}.props`,(0,Da._)`undefined`)),c.if((0,Da._)`${l.evaluated}.dynamicItems`,()=>c.assign((0,Da._)`${l.evaluated}.items`,(0,Da._)`undefined`))}function o_t(l,c){let f=typeof l=="object"&&l[c.schemaId];return f&&(c.code.source||c.code.process)?(0,Da._)`/*# sourceURL=${f} */`:Da.nil}function OZt(l,c){if(f_t(l)&&(p_t(l),__t(l))){RZt(l,c);return}(0,l_t.boolOrEmptySchema)(l,c)}function __t({schema:l,self:c}){if(typeof l=="boolean")return!l;for(let f in l)if(c.RULES.all[f])return!0;return!1}function f_t(l){return typeof l.schema!="boolean"}function RZt(l,c){let{schema:f,gen:y,opts:b}=l;b.$comment&&f.$comment&&m_t(l),FZt(l),jZt(l);let k=y.const("_errs",Fc.default.errors);d_t(l,k),y.var(c,(0,Da._)`${k} === ${Fc.default.errors}`)}function p_t(l){(0,mP.checkUnknownRules)(l),MZt(l)}function d_t(l,c){if(l.opts.jtd)return a_t(l,[],!1,c);let f=(0,s_t.getSchemaTypes)(l.schema),y=(0,s_t.coerceAndCheckDataType)(l,f);a_t(l,f,!y,c)}function MZt(l){let{schema:c,errSchemaPath:f,opts:y,self:b}=l;c.$ref&&y.ignoreKeywordsWithRef&&(0,mP.schemaHasRulesButRef)(c,b.RULES)&&b.logger.warn(`$ref: keywords ignored in schema at path "${f}"`)}function LZt(l){let{schema:c,opts:f}=l;c.default!==void 0&&f.useDefaults&&f.strictSchema&&(0,mP.checkStrictMode)(l,"default is ignored in the schema root")}function FZt(l){let c=l.schema[l.opts.schemaId];c&&(l.baseId=(0,kZt.resolveUrl)(l.opts.uriResolver,l.baseId,c))}function jZt(l){if(l.schema.$async&&!l.schemaEnv.$async)throw new Error("async schema in sync schema")}function m_t({gen:l,schemaEnv:c,schema:f,errSchemaPath:y,opts:b}){let k=f.$comment;if(b.$comment===!0)l.code((0,Da._)`${Fc.default.self}.logger.log(${k})`);else if(typeof b.$comment=="function"){let g=(0,Da.str)`${y}/$comment`,p=l.scopeValue("root",{ref:c.root});l.code((0,Da._)`${Fc.default.self}.opts.$comment(${k}, ${g}, ${p}.schema)`)}}function BZt(l){let{gen:c,schemaEnv:f,validateName:y,ValidationError:b,opts:k}=l;f.$async?c.if((0,Da._)`${Fc.default.errors} === 0`,()=>c.return(Fc.default.data),()=>c.throw((0,Da._)`new ${b}(${Fc.default.vErrors})`)):(c.assign((0,Da._)`${y}.errors`,Fc.default.vErrors),k.unevaluated&&UZt(l),c.return((0,Da._)`${Fc.default.errors} === 0`))}function UZt({gen:l,evaluated:c,props:f,items:y}){f instanceof Da.Name&&l.assign((0,Da._)`${c}.props`,f),y instanceof Da.Name&&l.assign((0,Da._)`${c}.items`,y)}function a_t(l,c,f,y){let{gen:b,schema:k,data:g,allErrors:p,opts:A,self:j}=l,{RULES:se}=j;if(k.$ref&&(A.ignoreKeywordsWithRef||!(0,mP.schemaHasRulesButRef)(k,se))){b.block(()=>h_t(l,"$ref",se.all.$ref.definition));return}A.jtd||VZt(l,c),b.block(()=>{for(let ve of se.rules)We(ve);We(se.post)});function We(ve){(0,kDe.shouldUseGroup)(k,ve)&&(ve.type?(b.if((0,Ooe.checkDataType)(ve.type,g,A.strictNumbers)),c_t(l,ve),c.length===1&&c[0]===ve.type&&f&&(b.else(),(0,Ooe.reportTypeError)(l)),b.endIf()):c_t(l,ve),p||b.if((0,Da._)`${Fc.default.errors} === ${y||0}`))}}function c_t(l,c){let{gen:f,schema:y,opts:{useDefaults:b}}=l;b&&(0,AZt.assignDefaults)(l,c.type),f.block(()=>{for(let k of c.rules)(0,kDe.shouldUseRule)(y,k)&&h_t(l,k.keyword,k.definition,c.type)})}function VZt(l,c){l.schemaEnv.meta||!l.opts.strictTypes||(JZt(l,c),l.opts.allowUnionTypes||qZt(l,c),zZt(l,l.dataTypes))}function JZt(l,c){if(c.length){if(!l.dataTypes.length){l.dataTypes=c;return}c.forEach(f=>{g_t(l.dataTypes,f)||PDe(l,`type "${f}" not allowed by context "${l.dataTypes.join(",")}"`)}),GZt(l,c)}}function qZt(l,c){c.length>1&&!(c.length===2&&c.includes("null"))&&PDe(l,"use allowUnionTypes to allow union type keyword")}function zZt(l,c){let f=l.self.RULES.all;for(let y in f){let b=f[y];if(typeof b=="object"&&(0,kDe.shouldUseRule)(l.schema,b)){let{type:k}=b.definition;k.length&&!k.some(g=>WZt(c,g))&&PDe(l,`missing type "${k.join(",")}" for keyword "${y}"`)}}}function WZt(l,c){return l.includes(c)||c==="number"&&l.includes("integer")}function g_t(l,c){return l.includes(c)||c==="integer"&&l.includes("number")}function GZt(l,c){let f=[];for(let y of l.dataTypes)g_t(c,y)?f.push(y):c.includes("integer")&&y==="number"&&f.push("integer");l.dataTypes=f}function PDe(l,c){let f=l.schemaEnv.baseId+l.errSchemaPath;c+=` at "${f}" (strictTypes)`,(0,mP.checkStrictMode)(l,c,l.opts.strictTypes)}var Roe=class{constructor(c,f,y){if((0,Jz.validateKeywordUsage)(c,f,y),this.gen=c.gen,this.allErrors=c.allErrors,this.keyword=y,this.data=c.data,this.schema=c.schema[y],this.$data=f.$data&&c.opts.$data&&this.schema&&this.schema.$data,this.schemaValue=(0,mP.schemaRefOrVal)(c,this.schema,y,this.$data),this.schemaType=f.schemaType,this.parentSchema=c.schema,this.params={},this.it=c,this.def=f,this.$data)this.schemaCode=c.gen.const("vSchema",y_t(this.$data,c));else if(this.schemaCode=this.schemaValue,!(0,Jz.validSchemaType)(this.schema,f.schemaType,f.allowUndefined))throw new Error(`${y} value must be ${JSON.stringify(f.schemaType)}`);("code"in f?f.trackErrors:f.errors!==!1)&&(this.errsCount=c.gen.const("_errs",Fc.default.errors))}result(c,f,y){this.failResult((0,Da.not)(c),f,y)}failResult(c,f,y){this.gen.if(c),y?y():this.error(),f?(this.gen.else(),f(),this.allErrors&&this.gen.endIf()):this.allErrors?this.gen.endIf():this.gen.else()}pass(c,f){this.failResult((0,Da.not)(c),void 0,f)}fail(c){if(c===void 0){this.error(),this.allErrors||this.gen.if(!1);return}this.gen.if(c),this.error(),this.allErrors?this.gen.endIf():this.gen.else()}fail$data(c){if(!this.$data)return this.fail(c);let{schemaCode:f}=this;this.fail((0,Da._)`${f} !== undefined && (${(0,Da.or)(this.invalid$data(),c)})`)}error(c,f,y){if(f){this.setParams(f),this._error(c,y),this.setParams({});return}this._error(c,y)}_error(c,f){(c?Vz.reportExtraError:Vz.reportError)(this,this.def.error,f)}$dataError(){(0,Vz.reportError)(this,this.def.$dataError||Vz.keyword$DataError)}reset(){if(this.errsCount===void 0)throw new Error('add "trackErrors" to keyword definition');(0,Vz.resetErrorsCount)(this.gen,this.errsCount)}ok(c){this.allErrors||this.gen.if(c)}setParams(c,f){f?Object.assign(this.params,c):this.params=c}block$data(c,f,y=Da.nil){this.gen.block(()=>{this.check$data(c,y),f()})}check$data(c=Da.nil,f=Da.nil){if(!this.$data)return;let{gen:y,schemaCode:b,schemaType:k,def:g}=this;y.if((0,Da.or)((0,Da._)`${b} === undefined`,f)),c!==Da.nil&&y.assign(c,!0),(k.length||g.validateSchema)&&(y.elseIf(this.invalid$data()),this.$dataError(),c!==Da.nil&&y.assign(c,!1)),y.else()}invalid$data(){let{gen:c,schemaCode:f,schemaType:y,def:b,it:k}=this;return(0,Da.or)(g(),p());function g(){if(y.length){if(!(f instanceof Da.Name))throw new Error("ajv implementation error");let A=Array.isArray(y)?y:[y];return(0,Da._)`${(0,Ooe.checkDataTypes)(A,f,k.opts.strictNumbers,Ooe.DataType.Wrong)}`}return Da.nil}function p(){if(b.validateSchema){let A=c.scopeValue("validate$data",{ref:b.validateSchema});return(0,Da._)`!${A}(${f})`}return Da.nil}}subschema(c,f){let y=(0,ADe.getSubschema)(this.it,c);(0,ADe.extendSubschemaData)(y,this.it,c),(0,ADe.extendSubschemaMode)(y,c);let b={...this.it,...y,items:void 0,props:void 0};return OZt(b,f),b}mergeEvaluated(c,f){let{it:y,gen:b}=this;y.opts.unevaluated&&(y.props!==!0&&c.props!==void 0&&(y.props=mP.mergeEvaluated.props(b,c.props,y.props,f)),y.items!==!0&&c.items!==void 0&&(y.items=mP.mergeEvaluated.items(b,c.items,y.items,f)))}mergeValidEvaluated(c,f){let{it:y,gen:b}=this;if(y.opts.unevaluated&&(y.props!==!0||y.items!==!0))return b.if(f,()=>this.mergeEvaluated(c,Da.Name)),!0}};II.KeywordCxt=Roe;function h_t(l,c,f,y){let b=new Roe(l,f,c);"code"in f?f.code(b,y):b.$data&&f.validate?(0,Jz.funcKeywordCode)(b,f):"macro"in f?(0,Jz.macroKeywordCode)(b,f):(f.compile||f.validate)&&(0,Jz.funcKeywordCode)(b,f)}var HZt=/^\/(?:[^~]|~0|~1)*$/,$Zt=/^([0-9]+)(#|\/(?:[^~]|~0|~1)*)?$/;function y_t(l,{dataLevel:c,dataNames:f,dataPathArr:y}){let b,k;if(l==="")return Fc.default.rootData;if(l[0]==="/"){if(!HZt.test(l))throw new Error(`Invalid JSON-pointer: ${l}`);b=l,k=Fc.default.rootData}else{let j=$Zt.exec(l);if(!j)throw new Error(`Invalid JSON-pointer: ${l}`);let se=+j[1];if(b=j[2],b==="#"){if(se>=c)throw new Error(A("property/index",se));return y[c-se]}if(se>c)throw new Error(A("data",se));if(k=f[c-se],!b)return k}let g=k,p=b.split("/");for(let j of p)j&&(k=(0,Da._)`${k}${(0,Da.getProperty)((0,mP.unescapeJsonPointer)(j))}`,g=(0,Da._)`${g} && ${k}`);return g;function A(j,se){return`Cannot access ${j} ${se} levels up, current level is ${c}`}}II.getData=y_t});var Moe=xt(DDe=>{"use strict";Object.defineProperty(DDe,"__esModule",{value:!0});var NDe=class extends Error{constructor(c){super("validation failed"),this.errors=c,this.ajv=this.validation=!0}};DDe.default=NDe});var zz=xt(ODe=>{"use strict";Object.defineProperty(ODe,"__esModule",{value:!0});var IDe=Uz(),wDe=class extends Error{constructor(c,f,y,b){super(b||`can't resolve reference ${y} from id ${f}`),this.missingRef=(0,IDe.resolveUrl)(c,f,y),this.missingSchema=(0,IDe.normalizeId)((0,IDe.getFullPath)(c,this.missingRef))}};ODe.default=wDe});var Foe=xt(Ob=>{"use strict";Object.defineProperty(Ob,"__esModule",{value:!0});Ob.resolveSchema=Ob.getCompilingSchema=Ob.resolveRef=Ob.compileSchema=Ob.SchemaEnv=void 0;var xx=Kl(),YZt=Moe(),K4=dP(),Cx=Uz(),v_t=zu(),KZt=qz(),yF=class{constructor(c){var f;this.refs={},this.dynamicAnchors={};let y;typeof c.schema=="object"&&(y=c.schema),this.schema=c.schema,this.schemaId=c.schemaId,this.root=c.root||this,this.baseId=(f=c.baseId)!==null&&f!==void 0?f:(0,Cx.normalizeId)(y?.[c.schemaId||"$id"]),this.schemaPath=c.schemaPath,this.localRefs=c.localRefs,this.meta=c.meta,this.$async=y?.$async,this.refs={}}};Ob.SchemaEnv=yF;function MDe(l){let c=S_t.call(this,l);if(c)return c;let f=(0,Cx.getFullPath)(this.opts.uriResolver,l.root.baseId),{es5:y,lines:b}=this.opts.code,{ownProperties:k}=this.opts,g=new xx.CodeGen(this.scope,{es5:y,lines:b,ownProperties:k}),p;l.$async&&(p=g.scopeValue("Error",{ref:YZt.default,code:(0,xx._)`require("ajv/dist/runtime/validation_error").default`}));let A=g.scopeName("validate");l.validateName=A;let j={gen:g,allErrors:this.opts.allErrors,data:K4.default.data,parentData:K4.default.parentData,parentDataProperty:K4.default.parentDataProperty,dataNames:[K4.default.data],dataPathArr:[xx.nil],dataLevel:0,dataTypes:[],definedProperties:new Set,topSchemaRef:g.scopeValue("schema",this.opts.code.source===!0?{ref:l.schema,code:(0,xx.stringify)(l.schema)}:{ref:l.schema}),validateName:A,ValidationError:p,schema:l.schema,schemaEnv:l,rootId:f,baseId:l.baseId||f,schemaPath:xx.nil,errSchemaPath:l.schemaPath||(this.opts.jtd?"":"#"),errorPath:(0,xx._)`""`,opts:this.opts,self:this},se;try{this._compilations.add(l),(0,KZt.validateFunctionCode)(j),g.optimize(this.opts.code.optimize);let We=g.toString();se=`${g.scopeRefs(K4.default.scope)}return ${We}`,this.opts.code.process&&(se=this.opts.code.process(se,l));let lr=new Function(`${K4.default.self}`,`${K4.default.scope}`,se)(this,this.scope.get());if(this.scope.value(A,{ref:lr}),lr.errors=null,lr.schema=l.schema,lr.schemaEnv=l,l.$async&&(lr.$async=!0),this.opts.code.source===!0&&(lr.source={validateName:A,validateCode:We,scopeValues:g._values}),this.opts.unevaluated){let{props:Rr,items:kt}=j;lr.evaluated={props:Rr instanceof xx.Name?void 0:Rr,items:kt instanceof xx.Name?void 0:kt,dynamicProps:Rr instanceof xx.Name,dynamicItems:kt instanceof xx.Name},lr.source&&(lr.source.evaluated=(0,xx.stringify)(lr.evaluated))}return l.validate=lr,l}catch(We){throw delete l.validate,delete l.validateName,se&&this.logger.error("Error compiling schema, function code:",se),We}finally{this._compilations.delete(l)}}Ob.compileSchema=MDe;function XZt(l,c,f){var y;f=(0,Cx.resolveUrl)(this.opts.uriResolver,c,f);let b=l.refs[f];if(b)return b;let k=eer.call(this,l,f);if(k===void 0){let g=(y=l.localRefs)===null||y===void 0?void 0:y[f],{schemaId:p}=this.opts;g&&(k=new yF({schema:g,schemaId:p,root:l,baseId:c}))}if(k!==void 0)return l.refs[f]=QZt.call(this,k)}Ob.resolveRef=XZt;function QZt(l){return(0,Cx.inlineRef)(l.schema,this.opts.inlineRefs)?l.schema:l.validate?l:MDe.call(this,l)}function S_t(l){for(let c of this._compilations)if(ZZt(c,l))return c}Ob.getCompilingSchema=S_t;function ZZt(l,c){return l.schema===c.schema&&l.root===c.root&&l.baseId===c.baseId}function eer(l,c){let f;for(;typeof(f=this.refs[c])=="string";)c=f;return f||this.schemas[c]||Loe.call(this,l,c)}function Loe(l,c){let f=this.opts.uriResolver.parse(c),y=(0,Cx._getFullPath)(this.opts.uriResolver,f),b=(0,Cx.getFullPath)(this.opts.uriResolver,l.baseId,void 0);if(Object.keys(l.schema).length>0&&y===b)return RDe.call(this,f,l);let k=(0,Cx.normalizeId)(y),g=this.refs[k]||this.schemas[k];if(typeof g=="string"){let p=Loe.call(this,l,g);return typeof p?.schema!="object"?void 0:RDe.call(this,f,p)}if(typeof g?.schema=="object"){if(g.validate||MDe.call(this,g),k===(0,Cx.normalizeId)(c)){let{schema:p}=g,{schemaId:A}=this.opts,j=p[A];return j&&(b=(0,Cx.resolveUrl)(this.opts.uriResolver,b,j)),new yF({schema:p,schemaId:A,root:l,baseId:b})}return RDe.call(this,f,g)}}Ob.resolveSchema=Loe;var ter=new Set(["properties","patternProperties","enum","dependencies","definitions"]);function RDe(l,{baseId:c,schema:f,root:y}){var b;if(((b=l.fragment)===null||b===void 0?void 0:b[0])!=="/")return;for(let p of l.fragment.slice(1).split("/")){if(typeof f=="boolean")return;let A=f[(0,v_t.unescapeFragment)(p)];if(A===void 0)return;f=A;let j=typeof f=="object"&&f[this.opts.schemaId];!ter.has(p)&&j&&(c=(0,Cx.resolveUrl)(this.opts.uriResolver,c,j))}let k;if(typeof f!="boolean"&&f.$ref&&!(0,v_t.schemaHasRulesButRef)(f,this.RULES)){let p=(0,Cx.resolveUrl)(this.opts.uriResolver,c,f.$ref);k=Loe.call(this,y,p)}let{schemaId:g}=this.opts;if(k=k||new yF({schema:f,schemaId:g,root:y,baseId:c}),k.schema!==k.root.schema)return k}});var T_t=xt((i0r,rer)=>{rer.exports={$id:"https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#",description:"Meta-schema for $data reference (JSON AnySchema extension proposal)",type:"object",required:["$data"],properties:{$data:{type:"string",anyOf:[{format:"relative-json-pointer"},{format:"json-pointer"}]}},additionalProperties:!1}});var E_t=xt((s0r,b_t)=>{"use strict";var ner={0:0,1:1,2:2,3:3,4:4,5:5,6:6,7:7,8:8,9:9,a:10,A:10,b:11,B:11,c:12,C:12,d:13,D:13,e:14,E:14,f:15,F:15};b_t.exports={HEX:ner}});var I_t=xt((o0r,D_t)=>{"use strict";var{HEX:ier}=E_t();function k_t(l){if(N_t(l,".")<3)return{host:l,isIPV4:!1};let c=l.match(/^(?:(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])\.){3}(?:25[0-5]|2[0-4][0-9]|1[0-9][0-9]|[1-9][0-9]|[0-9])$/u)||[],[f]=c;return f?{host:oer(f,"."),isIPV4:!0}:{host:l,isIPV4:!1}}function LDe(l,c=!1){let f="",y=!0;for(let b of l){if(ier[b]===void 0)return;b!=="0"&&y===!0&&(y=!1),y||(f+=b)}return c&&f.length===0&&(f="0"),f}function ser(l){let c=0,f={error:!1,address:"",zone:""},y=[],b=[],k=!1,g=!1,p=!1;function A(){if(b.length){if(k===!1){let j=LDe(b);if(j!==void 0)y.push(j);else return f.error=!0,!1}b.length=0}return!0}for(let j=0;j7){f.error=!0;break}j-1>=0&&l[j-1]===":"&&(g=!0);continue}else if(se==="%"){if(!A())break;k=!0}else{b.push(se);continue}}return b.length&&(k?f.zone=b.join(""):p?y.push(b.join("")):y.push(LDe(b))),f.address=y.join(""),f}function P_t(l,c={}){if(N_t(l,":")<2)return{host:l,isIPV6:!1};let f=ser(l);if(f.error)return{host:l,isIPV6:!1};{let y=f.address,b=f.address;return f.zone&&(y+="%"+f.zone,b+="%25"+f.zone),{host:y,escapedHost:b,isIPV6:!0}}}function oer(l,c){let f="",y=!0,b=l.length;for(let k=0;k{"use strict";var _er=/^[\da-f]{8}\b-[\da-f]{4}\b-[\da-f]{4}\b-[\da-f]{4}\b-[\da-f]{12}$/iu,fer=/([\da-z][\d\-a-z]{0,31}):((?:[\w!$'()*+,\-.:;=@]|%[\da-f]{2})+)/iu;function w_t(l){return typeof l.secure=="boolean"?l.secure:String(l.scheme).toLowerCase()==="wss"}function O_t(l){return l.host||(l.error=l.error||"HTTP URIs must have a host."),l}function R_t(l){let c=String(l.scheme).toLowerCase()==="https";return(l.port===(c?443:80)||l.port==="")&&(l.port=void 0),l.path||(l.path="/"),l}function per(l){return l.secure=w_t(l),l.resourceName=(l.path||"/")+(l.query?"?"+l.query:""),l.path=void 0,l.query=void 0,l}function der(l){if((l.port===(w_t(l)?443:80)||l.port==="")&&(l.port=void 0),typeof l.secure=="boolean"&&(l.scheme=l.secure?"wss":"ws",l.secure=void 0),l.resourceName){let[c,f]=l.resourceName.split("?");l.path=c&&c!=="/"?c:void 0,l.query=f,l.resourceName=void 0}return l.fragment=void 0,l}function mer(l,c){if(!l.path)return l.error="URN can not be parsed",l;let f=l.path.match(fer);if(f){let y=c.scheme||l.scheme||"urn";l.nid=f[1].toLowerCase(),l.nss=f[2];let b=`${y}:${c.nid||l.nid}`,k=FDe[b];l.path=void 0,k&&(l=k.parse(l,c))}else l.error=l.error||"URN can not be parsed.";return l}function ger(l,c){let f=c.scheme||l.scheme||"urn",y=l.nid.toLowerCase(),b=`${f}:${c.nid||y}`,k=FDe[b];k&&(l=k.serialize(l,c));let g=l,p=l.nss;return g.path=`${y||c.nid}:${p}`,c.skipEscape=!0,g}function her(l,c){let f=l;return f.uuid=f.nss,f.nss=void 0,!c.tolerant&&(!f.uuid||!_er.test(f.uuid))&&(f.error=f.error||"UUID is not valid."),f}function yer(l){let c=l;return c.nss=(l.uuid||"").toLowerCase(),c}var M_t={scheme:"http",domainHost:!0,parse:O_t,serialize:R_t},ver={scheme:"https",domainHost:M_t.domainHost,parse:O_t,serialize:R_t},joe={scheme:"ws",domainHost:!0,parse:per,serialize:der},Ser={scheme:"wss",domainHost:joe.domainHost,parse:joe.parse,serialize:joe.serialize},Ter={scheme:"urn",parse:mer,serialize:ger,skipNormalize:!0},ber={scheme:"urn:uuid",parse:her,serialize:yer,skipNormalize:!0},FDe={http:M_t,https:ver,ws:joe,wss:Ser,urn:Ter,"urn:uuid":ber};L_t.exports=FDe});var B_t=xt((c0r,Uoe)=>{"use strict";var{normalizeIPv6:Eer,normalizeIPv4:xer,removeDotSegments:Wz,recomposeAuthority:Cer,normalizeComponentEncoding:Boe}=I_t(),jDe=F_t();function Aer(l,c){return typeof l=="string"?l=AC(gP(l,c),c):typeof l=="object"&&(l=gP(AC(l,c),c)),l}function ker(l,c,f){let y=Object.assign({scheme:"null"},f),b=j_t(gP(l,y),gP(c,y),y,!0);return AC(b,{...y,skipEscape:!0})}function j_t(l,c,f,y){let b={};return y||(l=gP(AC(l,f),f),c=gP(AC(c,f),f)),f=f||{},!f.tolerant&&c.scheme?(b.scheme=c.scheme,b.userinfo=c.userinfo,b.host=c.host,b.port=c.port,b.path=Wz(c.path||""),b.query=c.query):(c.userinfo!==void 0||c.host!==void 0||c.port!==void 0?(b.userinfo=c.userinfo,b.host=c.host,b.port=c.port,b.path=Wz(c.path||""),b.query=c.query):(c.path?(c.path.charAt(0)==="/"?b.path=Wz(c.path):((l.userinfo!==void 0||l.host!==void 0||l.port!==void 0)&&!l.path?b.path="/"+c.path:l.path?b.path=l.path.slice(0,l.path.lastIndexOf("/")+1)+c.path:b.path=c.path,b.path=Wz(b.path)),b.query=c.query):(b.path=l.path,c.query!==void 0?b.query=c.query:b.query=l.query),b.userinfo=l.userinfo,b.host=l.host,b.port=l.port),b.scheme=l.scheme),b.fragment=c.fragment,b}function Per(l,c,f){return typeof l=="string"?(l=unescape(l),l=AC(Boe(gP(l,f),!0),{...f,skipEscape:!0})):typeof l=="object"&&(l=AC(Boe(l,!0),{...f,skipEscape:!0})),typeof c=="string"?(c=unescape(c),c=AC(Boe(gP(c,f),!0),{...f,skipEscape:!0})):typeof c=="object"&&(c=AC(Boe(c,!0),{...f,skipEscape:!0})),l.toLowerCase()===c.toLowerCase()}function AC(l,c){let f={host:l.host,scheme:l.scheme,userinfo:l.userinfo,port:l.port,path:l.path,query:l.query,nid:l.nid,nss:l.nss,uuid:l.uuid,fragment:l.fragment,reference:l.reference,resourceName:l.resourceName,secure:l.secure,error:""},y=Object.assign({},c),b=[],k=jDe[(y.scheme||f.scheme||"").toLowerCase()];k&&k.serialize&&k.serialize(f,y),f.path!==void 0&&(y.skipEscape?f.path=unescape(f.path):(f.path=escape(f.path),f.scheme!==void 0&&(f.path=f.path.split("%3A").join(":")))),y.reference!=="suffix"&&f.scheme&&(b.push(f.scheme),b.push(":"));let g=Cer(f,y);if(g!==void 0&&(y.reference!=="suffix"&&b.push("//"),b.push(g),f.path&&f.path.charAt(0)!=="/"&&b.push("/")),f.path!==void 0){let p=f.path;!y.absolutePath&&(!k||!k.absolutePath)&&(p=Wz(p)),g===void 0&&(p=p.replace(/^\/\//u,"/%2F")),b.push(p)}return f.query!==void 0&&(b.push("?"),b.push(f.query)),f.fragment!==void 0&&(b.push("#"),b.push(f.fragment)),b.join("")}var Ner=Array.from({length:127},(l,c)=>/[^!"$&'()*+,\-.;=_`a-z{}~]/u.test(String.fromCharCode(c)));function Der(l){let c=0;for(let f=0,y=l.length;f126||Ner[c])return!0;return!1}var Ier=/^(?:([^#/:?]+):)?(?:\/\/((?:([^#/?@]*)@)?(\[[^#/?\]]+\]|[^#/:?]*)(?::(\d*))?))?([^#?]*)(?:\?([^#]*))?(?:#((?:.|[\n\r])*))?/u;function gP(l,c){let f=Object.assign({},c),y={scheme:void 0,userinfo:void 0,host:"",port:void 0,path:"",query:void 0,fragment:void 0},b=l.indexOf("%")!==-1,k=!1;f.reference==="suffix"&&(l=(f.scheme?f.scheme+":":"")+"//"+l);let g=l.match(Ier);if(g){if(y.scheme=g[1],y.userinfo=g[3],y.host=g[4],y.port=parseInt(g[5],10),y.path=g[6]||"",y.query=g[7],y.fragment=g[8],isNaN(y.port)&&(y.port=g[5]),y.host){let A=xer(y.host);if(A.isIPV4===!1){let j=Eer(A.host,{isIPV4:!1});y.host=j.host.toLowerCase(),k=j.isIPV6}else y.host=A.host,k=!0}y.scheme===void 0&&y.userinfo===void 0&&y.host===void 0&&y.port===void 0&&!y.path&&y.query===void 0?y.reference="same-document":y.scheme===void 0?y.reference="relative":y.fragment===void 0?y.reference="absolute":y.reference="uri",f.reference&&f.reference!=="suffix"&&f.reference!==y.reference&&(y.error=y.error||"URI is not a "+f.reference+" reference.");let p=jDe[(f.scheme||y.scheme||"").toLowerCase()];if(!f.unicodeSupport&&(!p||!p.unicodeSupport)&&y.host&&(f.domainHost||p&&p.domainHost)&&k===!1&&Der(y.host))try{y.host=URL.domainToASCII(y.host.toLowerCase())}catch(A){y.error=y.error||"Host's domain name can not be converted to ASCII: "+A}(!p||p&&!p.skipNormalize)&&(b&&y.scheme!==void 0&&(y.scheme=unescape(y.scheme)),b&&y.userinfo!==void 0&&(y.userinfo=unescape(y.userinfo)),b&&y.host!==void 0&&(y.host=unescape(y.host)),y.path!==void 0&&y.path.length&&(y.path=escape(unescape(y.path))),y.fragment!==void 0&&y.fragment.length&&(y.fragment=encodeURI(decodeURIComponent(y.fragment)))),p&&p.parse&&p.parse(y,f)}else y.error=y.error||"URI can not be parsed.";return y}var BDe={SCHEMES:jDe,normalize:Aer,resolve:ker,resolveComponents:j_t,equal:Per,serialize:AC,parse:gP};Uoe.exports=BDe;Uoe.exports.default=BDe;Uoe.exports.fastUri=BDe});var V_t=xt(UDe=>{"use strict";Object.defineProperty(UDe,"__esModule",{value:!0});var U_t=B_t();U_t.code='require("ajv/dist/runtime/uri").default';UDe.default=U_t});var Y_t=xt(dy=>{"use strict";Object.defineProperty(dy,"__esModule",{value:!0});dy.CodeGen=dy.Name=dy.nil=dy.stringify=dy.str=dy._=dy.KeywordCxt=void 0;var wer=qz();Object.defineProperty(dy,"KeywordCxt",{enumerable:!0,get:function(){return wer.KeywordCxt}});var vF=Kl();Object.defineProperty(dy,"_",{enumerable:!0,get:function(){return vF._}});Object.defineProperty(dy,"str",{enumerable:!0,get:function(){return vF.str}});Object.defineProperty(dy,"stringify",{enumerable:!0,get:function(){return vF.stringify}});Object.defineProperty(dy,"nil",{enumerable:!0,get:function(){return vF.nil}});Object.defineProperty(dy,"Name",{enumerable:!0,get:function(){return vF.Name}});Object.defineProperty(dy,"CodeGen",{enumerable:!0,get:function(){return vF.CodeGen}});var Oer=Moe(),G_t=zz(),Rer=gDe(),Gz=Foe(),Mer=Kl(),Hz=Uz(),Voe=Bz(),JDe=zu(),J_t=T_t(),Ler=V_t(),H_t=(l,c)=>new RegExp(l,c);H_t.code="new RegExp";var Fer=["removeAdditional","useDefaults","coerceTypes"],jer=new Set(["validate","serialize","parse","wrapper","root","schema","keyword","pattern","formats","validate$data","func","obj","Error"]),Ber={errorDataPath:"",format:"`validateFormats: false` can be used instead.",nullable:'"nullable" keyword is supported by default.',jsonPointers:"Deprecated jsPropertySyntax can be used instead.",extendRefs:"Deprecated ignoreKeywordsWithRef can be used instead.",missingRefs:"Pass empty schema with $id that should be ignored to ajv.addSchema.",processCode:"Use option `code: {process: (code, schemaEnv: object) => string}`",sourceCode:"Use option `code: {source: true}`",strictDefaults:"It is default now, see option `strict`.",strictKeywords:"It is default now, see option `strict`.",uniqueItems:'"uniqueItems" keyword is always validated.',unknownFormats:"Disable strict mode or pass `true` to `ajv.addFormat` (or `formats` option).",cache:"Map is used as cache, schema object as key.",serialize:"Map is used as cache, schema object as key.",ajvErrors:"It is default now."},Uer={ignoreKeywordsWithRef:"",jsPropertySyntax:"",unicode:'"minLength"/"maxLength" account for unicode characters by default.'},q_t=200;function Ver(l){var c,f,y,b,k,g,p,A,j,se,We,ve,lr,Rr,kt,Et,pi,di,ra,Ql,va,Ef,Oi,jn,xm;let Va=l.strict,dv=(c=l.code)===null||c===void 0?void 0:c.optimize,UI=dv===!0||dv===void 0?1:dv||0,xs=(y=(f=l.code)===null||f===void 0?void 0:f.regExp)!==null&&y!==void 0?y:H_t,Ub=(b=l.uriResolver)!==null&&b!==void 0?b:Ler.default;return{strictSchema:(g=(k=l.strictSchema)!==null&&k!==void 0?k:Va)!==null&&g!==void 0?g:!0,strictNumbers:(A=(p=l.strictNumbers)!==null&&p!==void 0?p:Va)!==null&&A!==void 0?A:!0,strictTypes:(se=(j=l.strictTypes)!==null&&j!==void 0?j:Va)!==null&&se!==void 0?se:"log",strictTuples:(ve=(We=l.strictTuples)!==null&&We!==void 0?We:Va)!==null&&ve!==void 0?ve:"log",strictRequired:(Rr=(lr=l.strictRequired)!==null&&lr!==void 0?lr:Va)!==null&&Rr!==void 0?Rr:!1,code:l.code?{...l.code,optimize:UI,regExp:xs}:{optimize:UI,regExp:xs},loopRequired:(kt=l.loopRequired)!==null&&kt!==void 0?kt:q_t,loopEnum:(Et=l.loopEnum)!==null&&Et!==void 0?Et:q_t,meta:(pi=l.meta)!==null&&pi!==void 0?pi:!0,messages:(di=l.messages)!==null&&di!==void 0?di:!0,inlineRefs:(ra=l.inlineRefs)!==null&&ra!==void 0?ra:!0,schemaId:(Ql=l.schemaId)!==null&&Ql!==void 0?Ql:"$id",addUsedSchema:(va=l.addUsedSchema)!==null&&va!==void 0?va:!0,validateSchema:(Ef=l.validateSchema)!==null&&Ef!==void 0?Ef:!0,validateFormats:(Oi=l.validateFormats)!==null&&Oi!==void 0?Oi:!0,unicodeRegExp:(jn=l.unicodeRegExp)!==null&&jn!==void 0?jn:!0,int32range:(xm=l.int32range)!==null&&xm!==void 0?xm:!0,uriResolver:Ub}}var $z=class{constructor(c={}){this.schemas={},this.refs={},this.formats={},this._compilations=new Set,this._loading={},this._cache=new Map,c=this.opts={...c,...Ver(c)};let{es5:f,lines:y}=this.opts.code;this.scope=new Mer.ValueScope({scope:{},prefixes:jer,es5:f,lines:y}),this.logger=Her(c.logger);let b=c.validateFormats;c.validateFormats=!1,this.RULES=(0,Rer.getRules)(),z_t.call(this,Ber,c,"NOT SUPPORTED"),z_t.call(this,Uer,c,"DEPRECATED","warn"),this._metaOpts=Wer.call(this),c.formats&&qer.call(this),this._addVocabularies(),this._addDefaultMetaSchema(),c.keywords&&zer.call(this,c.keywords),typeof c.meta=="object"&&this.addMetaSchema(c.meta),Jer.call(this),c.validateFormats=b}_addVocabularies(){this.addKeyword("$async")}_addDefaultMetaSchema(){let{$data:c,meta:f,schemaId:y}=this.opts,b=J_t;y==="id"&&(b={...J_t},b.id=b.$id,delete b.$id),f&&c&&this.addMetaSchema(b,b[y],!1)}defaultMeta(){let{meta:c,schemaId:f}=this.opts;return this.opts.defaultMeta=typeof c=="object"?c[f]||c:void 0}validate(c,f){let y;if(typeof c=="string"){if(y=this.getSchema(c),!y)throw new Error(`no schema with key or ref "${c}"`)}else y=this.compile(c);let b=y(f);return"$async"in y||(this.errors=y.errors),b}compile(c,f){let y=this._addSchema(c,f);return y.validate||this._compileSchemaEnv(y)}compileAsync(c,f){if(typeof this.opts.loadSchema!="function")throw new Error("options.loadSchema should be a function");let{loadSchema:y}=this.opts;return b.call(this,c,f);async function b(se,We){await k.call(this,se.$schema);let ve=this._addSchema(se,We);return ve.validate||g.call(this,ve)}async function k(se){se&&!this.getSchema(se)&&await b.call(this,{$ref:se},!0)}async function g(se){try{return this._compileSchemaEnv(se)}catch(We){if(!(We instanceof G_t.default))throw We;return p.call(this,We),await A.call(this,We.missingSchema),g.call(this,se)}}function p({missingSchema:se,missingRef:We}){if(this.refs[se])throw new Error(`AnySchema ${se} is loaded but ${We} cannot be resolved`)}async function A(se){let We=await j.call(this,se);this.refs[se]||await k.call(this,We.$schema),this.refs[se]||this.addSchema(We,se,f)}async function j(se){let We=this._loading[se];if(We)return We;try{return await(this._loading[se]=y(se))}finally{delete this._loading[se]}}}addSchema(c,f,y,b=this.opts.validateSchema){if(Array.isArray(c)){for(let g of c)this.addSchema(g,void 0,y,b);return this}let k;if(typeof c=="object"){let{schemaId:g}=this.opts;if(k=c[g],k!==void 0&&typeof k!="string")throw new Error(`schema ${g} must be string`)}return f=(0,Hz.normalizeId)(f||k),this._checkUnique(f),this.schemas[f]=this._addSchema(c,y,f,b,!0),this}addMetaSchema(c,f,y=this.opts.validateSchema){return this.addSchema(c,f,!0,y),this}validateSchema(c,f){if(typeof c=="boolean")return!0;let y;if(y=c.$schema,y!==void 0&&typeof y!="string")throw new Error("$schema must be a string");if(y=y||this.opts.defaultMeta||this.defaultMeta(),!y)return this.logger.warn("meta-schema not available"),this.errors=null,!0;let b=this.validate(y,c);if(!b&&f){let k="schema is invalid: "+this.errorsText();if(this.opts.validateSchema==="log")this.logger.error(k);else throw new Error(k)}return b}getSchema(c){let f;for(;typeof(f=W_t.call(this,c))=="string";)c=f;if(f===void 0){let{schemaId:y}=this.opts,b=new Gz.SchemaEnv({schema:{},schemaId:y});if(f=Gz.resolveSchema.call(this,b,c),!f)return;this.refs[c]=f}return f.validate||this._compileSchemaEnv(f)}removeSchema(c){if(c instanceof RegExp)return this._removeAllSchemas(this.schemas,c),this._removeAllSchemas(this.refs,c),this;switch(typeof c){case"undefined":return this._removeAllSchemas(this.schemas),this._removeAllSchemas(this.refs),this._cache.clear(),this;case"string":{let f=W_t.call(this,c);return typeof f=="object"&&this._cache.delete(f.schema),delete this.schemas[c],delete this.refs[c],this}case"object":{let f=c;this._cache.delete(f);let y=c[this.opts.schemaId];return y&&(y=(0,Hz.normalizeId)(y),delete this.schemas[y],delete this.refs[y]),this}default:throw new Error("ajv.removeSchema: invalid parameter")}}addVocabulary(c){for(let f of c)this.addKeyword(f);return this}addKeyword(c,f){let y;if(typeof c=="string")y=c,typeof f=="object"&&(this.logger.warn("these parameters are deprecated, see docs for addKeyword"),f.keyword=y);else if(typeof c=="object"&&f===void 0){if(f=c,y=f.keyword,Array.isArray(y)&&!y.length)throw new Error("addKeywords: keyword must be string or non-empty array")}else throw new Error("invalid addKeywords parameters");if(Yer.call(this,y,f),!f)return(0,JDe.eachItem)(y,k=>VDe.call(this,k)),this;Xer.call(this,f);let b={...f,type:(0,Voe.getJSONTypes)(f.type),schemaType:(0,Voe.getJSONTypes)(f.schemaType)};return(0,JDe.eachItem)(y,b.type.length===0?k=>VDe.call(this,k,b):k=>b.type.forEach(g=>VDe.call(this,k,b,g))),this}getKeyword(c){let f=this.RULES.all[c];return typeof f=="object"?f.definition:!!f}removeKeyword(c){let{RULES:f}=this;delete f.keywords[c],delete f.all[c];for(let y of f.rules){let b=y.rules.findIndex(k=>k.keyword===c);b>=0&&y.rules.splice(b,1)}return this}addFormat(c,f){return typeof f=="string"&&(f=new RegExp(f)),this.formats[c]=f,this}errorsText(c=this.errors,{separator:f=", ",dataVar:y="data"}={}){return!c||c.length===0?"No errors":c.map(b=>`${y}${b.instancePath} ${b.message}`).reduce((b,k)=>b+f+k)}$dataMetaSchema(c,f){let y=this.RULES.all;c=JSON.parse(JSON.stringify(c));for(let b of f){let k=b.split("/").slice(1),g=c;for(let p of k)g=g[p];for(let p in y){let A=y[p];if(typeof A!="object")continue;let{$data:j}=A.definition,se=g[p];j&&se&&(g[p]=$_t(se))}}return c}_removeAllSchemas(c,f){for(let y in c){let b=c[y];(!f||f.test(y))&&(typeof b=="string"?delete c[y]:b&&!b.meta&&(this._cache.delete(b.schema),delete c[y]))}}_addSchema(c,f,y,b=this.opts.validateSchema,k=this.opts.addUsedSchema){let g,{schemaId:p}=this.opts;if(typeof c=="object")g=c[p];else{if(this.opts.jtd)throw new Error("schema must be object");if(typeof c!="boolean")throw new Error("schema must be object or boolean")}let A=this._cache.get(c);if(A!==void 0)return A;y=(0,Hz.normalizeId)(g||y);let j=Hz.getSchemaRefs.call(this,c,y);return A=new Gz.SchemaEnv({schema:c,schemaId:p,meta:f,baseId:y,localRefs:j}),this._cache.set(A.schema,A),k&&!y.startsWith("#")&&(y&&this._checkUnique(y),this.refs[y]=A),b&&this.validateSchema(c,!0),A}_checkUnique(c){if(this.schemas[c]||this.refs[c])throw new Error(`schema with key or id "${c}" already exists`)}_compileSchemaEnv(c){if(c.meta?this._compileMetaSchema(c):Gz.compileSchema.call(this,c),!c.validate)throw new Error("ajv implementation error");return c.validate}_compileMetaSchema(c){let f=this.opts;this.opts=this._metaOpts;try{Gz.compileSchema.call(this,c)}finally{this.opts=f}}};$z.ValidationError=Oer.default;$z.MissingRefError=G_t.default;dy.default=$z;function z_t(l,c,f,y="error"){for(let b in l){let k=b;k in c&&this.logger[y](`${f}: option ${b}. ${l[k]}`)}}function W_t(l){return l=(0,Hz.normalizeId)(l),this.schemas[l]||this.refs[l]}function Jer(){let l=this.opts.schemas;if(l)if(Array.isArray(l))this.addSchema(l);else for(let c in l)this.addSchema(l[c],c)}function qer(){for(let l in this.opts.formats){let c=this.opts.formats[l];c&&this.addFormat(l,c)}}function zer(l){if(Array.isArray(l)){this.addVocabulary(l);return}this.logger.warn("keywords option as map is deprecated, pass array");for(let c in l){let f=l[c];f.keyword||(f.keyword=c),this.addKeyword(f)}}function Wer(){let l={...this.opts};for(let c of Fer)delete l[c];return l}var Ger={log(){},warn(){},error(){}};function Her(l){if(l===!1)return Ger;if(l===void 0)return console;if(l.log&&l.warn&&l.error)return l;throw new Error("logger must implement log, warn and error methods")}var $er=/^[a-z_$][a-z0-9_$:-]*$/i;function Yer(l,c){let{RULES:f}=this;if((0,JDe.eachItem)(l,y=>{if(f.keywords[y])throw new Error(`Keyword ${y} is already defined`);if(!$er.test(y))throw new Error(`Keyword ${y} has invalid name`)}),!!c&&c.$data&&!("code"in c||"validate"in c))throw new Error('$data keyword must have "code" or "validate" function')}function VDe(l,c,f){var y;let b=c?.post;if(f&&b)throw new Error('keyword with "post" flag cannot have "type"');let{RULES:k}=this,g=b?k.post:k.rules.find(({type:A})=>A===f);if(g||(g={type:f,rules:[]},k.rules.push(g)),k.keywords[l]=!0,!c)return;let p={keyword:l,definition:{...c,type:(0,Voe.getJSONTypes)(c.type),schemaType:(0,Voe.getJSONTypes)(c.schemaType)}};c.before?Ker.call(this,g,p,c.before):g.rules.push(p),k.all[l]=p,(y=c.implements)===null||y===void 0||y.forEach(A=>this.addKeyword(A))}function Ker(l,c,f){let y=l.rules.findIndex(b=>b.keyword===f);y>=0?l.rules.splice(y,0,c):(l.rules.push(c),this.logger.warn(`rule ${f} is not defined`))}function Xer(l){let{metaSchema:c}=l;c!==void 0&&(l.$data&&this.opts.$data&&(c=$_t(c)),l.validateSchema=this.compile(c,!0))}var Qer={$ref:"https://raw.githubusercontent.com/ajv-validator/ajv/master/lib/refs/data.json#"};function $_t(l){return{anyOf:[l,Qer]}}});var K_t=xt(qDe=>{"use strict";Object.defineProperty(qDe,"__esModule",{value:!0});var Zer={keyword:"id",code(){throw new Error('NOT SUPPORTED: keyword "id", use "$id" for schema ID')}};qDe.default=Zer});var eft=xt(X4=>{"use strict";Object.defineProperty(X4,"__esModule",{value:!0});X4.callRef=X4.getValidate=void 0;var etr=zz(),X_t=wb(),P1=Kl(),SF=dP(),Q_t=Foe(),Joe=zu(),ttr={keyword:"$ref",schemaType:"string",code(l){let{gen:c,schema:f,it:y}=l,{baseId:b,schemaEnv:k,validateName:g,opts:p,self:A}=y,{root:j}=k;if((f==="#"||f==="#/")&&b===j.baseId)return We();let se=Q_t.resolveRef.call(A,j,b,f);if(se===void 0)throw new etr.default(y.opts.uriResolver,b,f);if(se instanceof Q_t.SchemaEnv)return ve(se);return lr(se);function We(){if(k===j)return qoe(l,g,k,k.$async);let Rr=c.scopeValue("root",{ref:j});return qoe(l,(0,P1._)`${Rr}.validate`,j,j.$async)}function ve(Rr){let kt=Z_t(l,Rr);qoe(l,kt,Rr,Rr.$async)}function lr(Rr){let kt=c.scopeValue("schema",p.code.source===!0?{ref:Rr,code:(0,P1.stringify)(Rr)}:{ref:Rr}),Et=c.name("valid"),pi=l.subschema({schema:Rr,dataTypes:[],schemaPath:P1.nil,topSchemaRef:kt,errSchemaPath:f},Et);l.mergeEvaluated(pi),l.ok(Et)}}};function Z_t(l,c){let{gen:f}=l;return c.validate?f.scopeValue("validate",{ref:c.validate}):(0,P1._)`${f.scopeValue("wrapper",{ref:c})}.validate`}X4.getValidate=Z_t;function qoe(l,c,f,y){let{gen:b,it:k}=l,{allErrors:g,schemaEnv:p,opts:A}=k,j=A.passContext?SF.default.this:P1.nil;y?se():We();function se(){if(!p.$async)throw new Error("async schema referenced by sync schema");let Rr=b.let("valid");b.try(()=>{b.code((0,P1._)`await ${(0,X_t.callValidateCode)(l,c,j)}`),lr(c),g||b.assign(Rr,!0)},kt=>{b.if((0,P1._)`!(${kt} instanceof ${k.ValidationError})`,()=>b.throw(kt)),ve(kt),g||b.assign(Rr,!1)}),l.ok(Rr)}function We(){l.result((0,X_t.callValidateCode)(l,c,j),()=>lr(c),()=>ve(c))}function ve(Rr){let kt=(0,P1._)`${Rr}.errors`;b.assign(SF.default.vErrors,(0,P1._)`${SF.default.vErrors} === null ? ${kt} : ${SF.default.vErrors}.concat(${kt})`),b.assign(SF.default.errors,(0,P1._)`${SF.default.vErrors}.length`)}function lr(Rr){var kt;if(!k.opts.unevaluated)return;let Et=(kt=f?.validate)===null||kt===void 0?void 0:kt.evaluated;if(k.props!==!0)if(Et&&!Et.dynamicProps)Et.props!==void 0&&(k.props=Joe.mergeEvaluated.props(b,Et.props,k.props));else{let pi=b.var("props",(0,P1._)`${Rr}.evaluated.props`);k.props=Joe.mergeEvaluated.props(b,pi,k.props,P1.Name)}if(k.items!==!0)if(Et&&!Et.dynamicItems)Et.items!==void 0&&(k.items=Joe.mergeEvaluated.items(b,Et.items,k.items));else{let pi=b.var("items",(0,P1._)`${Rr}.evaluated.items`);k.items=Joe.mergeEvaluated.items(b,pi,k.items,P1.Name)}}}X4.callRef=qoe;X4.default=ttr});var tft=xt(zDe=>{"use strict";Object.defineProperty(zDe,"__esModule",{value:!0});var rtr=K_t(),ntr=eft(),itr=["$schema","$id","$defs","$vocabulary",{keyword:"$comment"},"definitions",rtr.default,ntr.default];zDe.default=itr});var rft=xt(WDe=>{"use strict";Object.defineProperty(WDe,"__esModule",{value:!0});var zoe=Kl(),wI=zoe.operators,Woe={maximum:{okStr:"<=",ok:wI.LTE,fail:wI.GT},minimum:{okStr:">=",ok:wI.GTE,fail:wI.LT},exclusiveMaximum:{okStr:"<",ok:wI.LT,fail:wI.GTE},exclusiveMinimum:{okStr:">",ok:wI.GT,fail:wI.LTE}},str={message:({keyword:l,schemaCode:c})=>(0,zoe.str)`must be ${Woe[l].okStr} ${c}`,params:({keyword:l,schemaCode:c})=>(0,zoe._)`{comparison: ${Woe[l].okStr}, limit: ${c}}`},otr={keyword:Object.keys(Woe),type:"number",schemaType:"number",$data:!0,error:str,code(l){let{keyword:c,data:f,schemaCode:y}=l;l.fail$data((0,zoe._)`${f} ${Woe[c].fail} ${y} || isNaN(${f})`)}};WDe.default=otr});var nft=xt(GDe=>{"use strict";Object.defineProperty(GDe,"__esModule",{value:!0});var Yz=Kl(),atr={message:({schemaCode:l})=>(0,Yz.str)`must be multiple of ${l}`,params:({schemaCode:l})=>(0,Yz._)`{multipleOf: ${l}}`},ctr={keyword:"multipleOf",type:"number",schemaType:"number",$data:!0,error:atr,code(l){let{gen:c,data:f,schemaCode:y,it:b}=l,k=b.opts.multipleOfPrecision,g=c.let("res"),p=k?(0,Yz._)`Math.abs(Math.round(${g}) - ${g}) > 1e-${k}`:(0,Yz._)`${g} !== parseInt(${g})`;l.fail$data((0,Yz._)`(${y} === 0 || (${g} = ${f}/${y}, ${p}))`)}};GDe.default=ctr});var sft=xt(HDe=>{"use strict";Object.defineProperty(HDe,"__esModule",{value:!0});function ift(l){let c=l.length,f=0,y=0,b;for(;y=55296&&b<=56319&&y{"use strict";Object.defineProperty($De,"__esModule",{value:!0});var Q4=Kl(),ltr=zu(),utr=sft(),_tr={message({keyword:l,schemaCode:c}){let f=l==="maxLength"?"more":"fewer";return(0,Q4.str)`must NOT have ${f} than ${c} characters`},params:({schemaCode:l})=>(0,Q4._)`{limit: ${l}}`},ftr={keyword:["maxLength","minLength"],type:"string",schemaType:"number",$data:!0,error:_tr,code(l){let{keyword:c,data:f,schemaCode:y,it:b}=l,k=c==="maxLength"?Q4.operators.GT:Q4.operators.LT,g=b.opts.unicode===!1?(0,Q4._)`${f}.length`:(0,Q4._)`${(0,ltr.useFunc)(l.gen,utr.default)}(${f})`;l.fail$data((0,Q4._)`${g} ${k} ${y}`)}};$De.default=ftr});var aft=xt(YDe=>{"use strict";Object.defineProperty(YDe,"__esModule",{value:!0});var ptr=wb(),Goe=Kl(),dtr={message:({schemaCode:l})=>(0,Goe.str)`must match pattern "${l}"`,params:({schemaCode:l})=>(0,Goe._)`{pattern: ${l}}`},mtr={keyword:"pattern",type:"string",schemaType:"string",$data:!0,error:dtr,code(l){let{data:c,$data:f,schema:y,schemaCode:b,it:k}=l,g=k.opts.unicodeRegExp?"u":"",p=f?(0,Goe._)`(new RegExp(${b}, ${g}))`:(0,ptr.usePattern)(l,y);l.fail$data((0,Goe._)`!${p}.test(${c})`)}};YDe.default=mtr});var cft=xt(KDe=>{"use strict";Object.defineProperty(KDe,"__esModule",{value:!0});var Kz=Kl(),gtr={message({keyword:l,schemaCode:c}){let f=l==="maxProperties"?"more":"fewer";return(0,Kz.str)`must NOT have ${f} than ${c} properties`},params:({schemaCode:l})=>(0,Kz._)`{limit: ${l}}`},htr={keyword:["maxProperties","minProperties"],type:"object",schemaType:"number",$data:!0,error:gtr,code(l){let{keyword:c,data:f,schemaCode:y}=l,b=c==="maxProperties"?Kz.operators.GT:Kz.operators.LT;l.fail$data((0,Kz._)`Object.keys(${f}).length ${b} ${y}`)}};KDe.default=htr});var lft=xt(XDe=>{"use strict";Object.defineProperty(XDe,"__esModule",{value:!0});var Xz=wb(),Qz=Kl(),ytr=zu(),vtr={message:({params:{missingProperty:l}})=>(0,Qz.str)`must have required property '${l}'`,params:({params:{missingProperty:l}})=>(0,Qz._)`{missingProperty: ${l}}`},Str={keyword:"required",type:"object",schemaType:"array",$data:!0,error:vtr,code(l){let{gen:c,schema:f,schemaCode:y,data:b,$data:k,it:g}=l,{opts:p}=g;if(!k&&f.length===0)return;let A=f.length>=p.loopRequired;if(g.allErrors?j():se(),p.strictRequired){let lr=l.parentSchema.properties,{definedProperties:Rr}=l.it;for(let kt of f)if(lr?.[kt]===void 0&&!Rr.has(kt)){let Et=g.schemaEnv.baseId+g.errSchemaPath,pi=`required property "${kt}" is not defined at "${Et}" (strictRequired)`;(0,ytr.checkStrictMode)(g,pi,g.opts.strictRequired)}}function j(){if(A||k)l.block$data(Qz.nil,We);else for(let lr of f)(0,Xz.checkReportMissingProp)(l,lr)}function se(){let lr=c.let("missing");if(A||k){let Rr=c.let("valid",!0);l.block$data(Rr,()=>ve(lr,Rr)),l.ok(Rr)}else c.if((0,Xz.checkMissingProp)(l,f,lr)),(0,Xz.reportMissingProp)(l,lr),c.else()}function We(){c.forOf("prop",y,lr=>{l.setParams({missingProperty:lr}),c.if((0,Xz.noPropertyInData)(c,b,lr,p.ownProperties),()=>l.error())})}function ve(lr,Rr){l.setParams({missingProperty:lr}),c.forOf(lr,y,()=>{c.assign(Rr,(0,Xz.propertyInData)(c,b,lr,p.ownProperties)),c.if((0,Qz.not)(Rr),()=>{l.error(),c.break()})},Qz.nil)}}};XDe.default=Str});var uft=xt(QDe=>{"use strict";Object.defineProperty(QDe,"__esModule",{value:!0});var Zz=Kl(),Ttr={message({keyword:l,schemaCode:c}){let f=l==="maxItems"?"more":"fewer";return(0,Zz.str)`must NOT have ${f} than ${c} items`},params:({schemaCode:l})=>(0,Zz._)`{limit: ${l}}`},btr={keyword:["maxItems","minItems"],type:"array",schemaType:"number",$data:!0,error:Ttr,code(l){let{keyword:c,data:f,schemaCode:y}=l,b=c==="maxItems"?Zz.operators.GT:Zz.operators.LT;l.fail$data((0,Zz._)`${f}.length ${b} ${y}`)}};QDe.default=btr});var Hoe=xt(ZDe=>{"use strict";Object.defineProperty(ZDe,"__esModule",{value:!0});var _ft=xDe();_ft.code='require("ajv/dist/runtime/equal").default';ZDe.default=_ft});var fft=xt(tIe=>{"use strict";Object.defineProperty(tIe,"__esModule",{value:!0});var eIe=Bz(),my=Kl(),Etr=zu(),xtr=Hoe(),Ctr={message:({params:{i:l,j:c}})=>(0,my.str)`must NOT have duplicate items (items ## ${c} and ${l} are identical)`,params:({params:{i:l,j:c}})=>(0,my._)`{i: ${l}, j: ${c}}`},Atr={keyword:"uniqueItems",type:"array",schemaType:"boolean",$data:!0,error:Ctr,code(l){let{gen:c,data:f,$data:y,schema:b,parentSchema:k,schemaCode:g,it:p}=l;if(!y&&!b)return;let A=c.let("valid"),j=k.items?(0,eIe.getSchemaTypes)(k.items):[];l.block$data(A,se,(0,my._)`${g} === false`),l.ok(A);function se(){let Rr=c.let("i",(0,my._)`${f}.length`),kt=c.let("j");l.setParams({i:Rr,j:kt}),c.assign(A,!0),c.if((0,my._)`${Rr} > 1`,()=>(We()?ve:lr)(Rr,kt))}function We(){return j.length>0&&!j.some(Rr=>Rr==="object"||Rr==="array")}function ve(Rr,kt){let Et=c.name("item"),pi=(0,eIe.checkDataTypes)(j,Et,p.opts.strictNumbers,eIe.DataType.Wrong),di=c.const("indices",(0,my._)`{}`);c.for((0,my._)`;${Rr}--;`,()=>{c.let(Et,(0,my._)`${f}[${Rr}]`),c.if(pi,(0,my._)`continue`),j.length>1&&c.if((0,my._)`typeof ${Et} == "string"`,(0,my._)`${Et} += "_"`),c.if((0,my._)`typeof ${di}[${Et}] == "number"`,()=>{c.assign(kt,(0,my._)`${di}[${Et}]`),l.error(),c.assign(A,!1).break()}).code((0,my._)`${di}[${Et}] = ${Rr}`)})}function lr(Rr,kt){let Et=(0,Etr.useFunc)(c,xtr.default),pi=c.name("outer");c.label(pi).for((0,my._)`;${Rr}--;`,()=>c.for((0,my._)`${kt} = ${Rr}; ${kt}--;`,()=>c.if((0,my._)`${Et}(${f}[${Rr}], ${f}[${kt}])`,()=>{l.error(),c.assign(A,!1).break(pi)})))}}};tIe.default=Atr});var pft=xt(nIe=>{"use strict";Object.defineProperty(nIe,"__esModule",{value:!0});var rIe=Kl(),ktr=zu(),Ptr=Hoe(),Ntr={message:"must be equal to constant",params:({schemaCode:l})=>(0,rIe._)`{allowedValue: ${l}}`},Dtr={keyword:"const",$data:!0,error:Ntr,code(l){let{gen:c,data:f,$data:y,schemaCode:b,schema:k}=l;y||k&&typeof k=="object"?l.fail$data((0,rIe._)`!${(0,ktr.useFunc)(c,Ptr.default)}(${f}, ${b})`):l.fail((0,rIe._)`${k} !== ${f}`)}};nIe.default=Dtr});var dft=xt(iIe=>{"use strict";Object.defineProperty(iIe,"__esModule",{value:!0});var eW=Kl(),Itr=zu(),wtr=Hoe(),Otr={message:"must be equal to one of the allowed values",params:({schemaCode:l})=>(0,eW._)`{allowedValues: ${l}}`},Rtr={keyword:"enum",schemaType:"array",$data:!0,error:Otr,code(l){let{gen:c,data:f,$data:y,schema:b,schemaCode:k,it:g}=l;if(!y&&b.length===0)throw new Error("enum must have non-empty array");let p=b.length>=g.opts.loopEnum,A,j=()=>A??(A=(0,Itr.useFunc)(c,wtr.default)),se;if(p||y)se=c.let("valid"),l.block$data(se,We);else{if(!Array.isArray(b))throw new Error("ajv implementation error");let lr=c.const("vSchema",k);se=(0,eW.or)(...b.map((Rr,kt)=>ve(lr,kt)))}l.pass(se);function We(){c.assign(se,!1),c.forOf("v",k,lr=>c.if((0,eW._)`${j()}(${f}, ${lr})`,()=>c.assign(se,!0).break()))}function ve(lr,Rr){let kt=b[Rr];return typeof kt=="object"&&kt!==null?(0,eW._)`${j()}(${f}, ${lr}[${Rr}])`:(0,eW._)`${f} === ${kt}`}}};iIe.default=Rtr});var mft=xt(sIe=>{"use strict";Object.defineProperty(sIe,"__esModule",{value:!0});var Mtr=rft(),Ltr=nft(),Ftr=oft(),jtr=aft(),Btr=cft(),Utr=lft(),Vtr=uft(),Jtr=fft(),qtr=pft(),ztr=dft(),Wtr=[Mtr.default,Ltr.default,Ftr.default,jtr.default,Btr.default,Utr.default,Vtr.default,Jtr.default,{keyword:"type",schemaType:["string","array"]},{keyword:"nullable",schemaType:"boolean"},qtr.default,ztr.default];sIe.default=Wtr});var aIe=xt(tW=>{"use strict";Object.defineProperty(tW,"__esModule",{value:!0});tW.validateAdditionalItems=void 0;var Z4=Kl(),oIe=zu(),Gtr={message:({params:{len:l}})=>(0,Z4.str)`must NOT have more than ${l} items`,params:({params:{len:l}})=>(0,Z4._)`{limit: ${l}}`},Htr={keyword:"additionalItems",type:"array",schemaType:["boolean","object"],before:"uniqueItems",error:Gtr,code(l){let{parentSchema:c,it:f}=l,{items:y}=c;if(!Array.isArray(y)){(0,oIe.checkStrictMode)(f,'"additionalItems" is ignored when "items" is not an array of schemas');return}gft(l,y)}};function gft(l,c){let{gen:f,schema:y,data:b,keyword:k,it:g}=l;g.items=!0;let p=f.const("len",(0,Z4._)`${b}.length`);if(y===!1)l.setParams({len:c.length}),l.pass((0,Z4._)`${p} <= ${c.length}`);else if(typeof y=="object"&&!(0,oIe.alwaysValidSchema)(g,y)){let j=f.var("valid",(0,Z4._)`${p} <= ${c.length}`);f.if((0,Z4.not)(j),()=>A(j)),l.ok(j)}function A(j){f.forRange("i",c.length,p,se=>{l.subschema({keyword:k,dataProp:se,dataPropType:oIe.Type.Num},j),g.allErrors||f.if((0,Z4.not)(j),()=>f.break())})}}tW.validateAdditionalItems=gft;tW.default=Htr});var cIe=xt(rW=>{"use strict";Object.defineProperty(rW,"__esModule",{value:!0});rW.validateTuple=void 0;var hft=Kl(),$oe=zu(),$tr=wb(),Ytr={keyword:"items",type:"array",schemaType:["object","array","boolean"],before:"uniqueItems",code(l){let{schema:c,it:f}=l;if(Array.isArray(c))return yft(l,"additionalItems",c);f.items=!0,!(0,$oe.alwaysValidSchema)(f,c)&&l.ok((0,$tr.validateArray)(l))}};function yft(l,c,f=l.schema){let{gen:y,parentSchema:b,data:k,keyword:g,it:p}=l;se(b),p.opts.unevaluated&&f.length&&p.items!==!0&&(p.items=$oe.mergeEvaluated.items(y,f.length,p.items));let A=y.name("valid"),j=y.const("len",(0,hft._)`${k}.length`);f.forEach((We,ve)=>{(0,$oe.alwaysValidSchema)(p,We)||(y.if((0,hft._)`${j} > ${ve}`,()=>l.subschema({keyword:g,schemaProp:ve,dataProp:ve},A)),l.ok(A))});function se(We){let{opts:ve,errSchemaPath:lr}=p,Rr=f.length,kt=Rr===We.minItems&&(Rr===We.maxItems||We[c]===!1);if(ve.strictTuples&&!kt){let Et=`"${g}" is ${Rr}-tuple, but minItems or maxItems/${c} are not specified or different at path "${lr}"`;(0,$oe.checkStrictMode)(p,Et,ve.strictTuples)}}}rW.validateTuple=yft;rW.default=Ytr});var vft=xt(lIe=>{"use strict";Object.defineProperty(lIe,"__esModule",{value:!0});var Ktr=cIe(),Xtr={keyword:"prefixItems",type:"array",schemaType:["array"],before:"uniqueItems",code:l=>(0,Ktr.validateTuple)(l,"items")};lIe.default=Xtr});var Tft=xt(uIe=>{"use strict";Object.defineProperty(uIe,"__esModule",{value:!0});var Sft=Kl(),Qtr=zu(),Ztr=wb(),err=aIe(),trr={message:({params:{len:l}})=>(0,Sft.str)`must NOT have more than ${l} items`,params:({params:{len:l}})=>(0,Sft._)`{limit: ${l}}`},rrr={keyword:"items",type:"array",schemaType:["object","boolean"],before:"uniqueItems",error:trr,code(l){let{schema:c,parentSchema:f,it:y}=l,{prefixItems:b}=f;y.items=!0,!(0,Qtr.alwaysValidSchema)(y,c)&&(b?(0,err.validateAdditionalItems)(l,b):l.ok((0,Ztr.validateArray)(l)))}};uIe.default=rrr});var bft=xt(_Ie=>{"use strict";Object.defineProperty(_Ie,"__esModule",{value:!0});var Rb=Kl(),Yoe=zu(),nrr={message:({params:{min:l,max:c}})=>c===void 0?(0,Rb.str)`must contain at least ${l} valid item(s)`:(0,Rb.str)`must contain at least ${l} and no more than ${c} valid item(s)`,params:({params:{min:l,max:c}})=>c===void 0?(0,Rb._)`{minContains: ${l}}`:(0,Rb._)`{minContains: ${l}, maxContains: ${c}}`},irr={keyword:"contains",type:"array",schemaType:["object","boolean"],before:"uniqueItems",trackErrors:!0,error:nrr,code(l){let{gen:c,schema:f,parentSchema:y,data:b,it:k}=l,g,p,{minContains:A,maxContains:j}=y;k.opts.next?(g=A===void 0?1:A,p=j):g=1;let se=c.const("len",(0,Rb._)`${b}.length`);if(l.setParams({min:g,max:p}),p===void 0&&g===0){(0,Yoe.checkStrictMode)(k,'"minContains" == 0 without "maxContains": "contains" keyword ignored');return}if(p!==void 0&&g>p){(0,Yoe.checkStrictMode)(k,'"minContains" > "maxContains" is always invalid'),l.fail();return}if((0,Yoe.alwaysValidSchema)(k,f)){let kt=(0,Rb._)`${se} >= ${g}`;p!==void 0&&(kt=(0,Rb._)`${kt} && ${se} <= ${p}`),l.pass(kt);return}k.items=!0;let We=c.name("valid");p===void 0&&g===1?lr(We,()=>c.if(We,()=>c.break())):g===0?(c.let(We,!0),p!==void 0&&c.if((0,Rb._)`${b}.length > 0`,ve)):(c.let(We,!1),ve()),l.result(We,()=>l.reset());function ve(){let kt=c.name("_valid"),Et=c.let("count",0);lr(kt,()=>c.if(kt,()=>Rr(Et)))}function lr(kt,Et){c.forRange("i",0,se,pi=>{l.subschema({keyword:"contains",dataProp:pi,dataPropType:Yoe.Type.Num,compositeRule:!0},kt),Et()})}function Rr(kt){c.code((0,Rb._)`${kt}++`),p===void 0?c.if((0,Rb._)`${kt} >= ${g}`,()=>c.assign(We,!0).break()):(c.if((0,Rb._)`${kt} > ${p}`,()=>c.assign(We,!1).break()),g===1?c.assign(We,!0):c.if((0,Rb._)`${kt} >= ${g}`,()=>c.assign(We,!0)))}}};_Ie.default=irr});var Cft=xt(kC=>{"use strict";Object.defineProperty(kC,"__esModule",{value:!0});kC.validateSchemaDeps=kC.validatePropertyDeps=kC.error=void 0;var fIe=Kl(),srr=zu(),nW=wb();kC.error={message:({params:{property:l,depsCount:c,deps:f}})=>{let y=c===1?"property":"properties";return(0,fIe.str)`must have ${y} ${f} when property ${l} is present`},params:({params:{property:l,depsCount:c,deps:f,missingProperty:y}})=>(0,fIe._)`{property: ${l},
missingProperty: ${y},
depsCount: ${c},
deps: ${f}}`};var orr={keyword:"dependencies",type:"object",schemaType:"object",error:kC.error,code(l){let[c,f]=arr(l);Eft(l,c),xft(l,f)}};function arr({schema:l}){let c={},f={};for(let y in l){if(y==="__proto__")continue;let b=Array.isArray(l[y])?c:f;b[y]=l[y]}return[c,f]}function Eft(l,c=l.schema){let{gen:f,data:y,it:b}=l;if(Object.keys(c).length===0)return;let k=f.let("missing");for(let g in c){let p=c[g];if(p.length===0)continue;let A=(0,nW.propertyInData)(f,y,g,b.opts.ownProperties);l.setParams({property:g,depsCount:p.length,deps:p.join(", ")}),b.allErrors?f.if(A,()=>{for(let j of p)(0,nW.checkReportMissingProp)(l,j)}):(f.if((0,fIe._)`${A} && (${(0,nW.checkMissingProp)(l,p,k)})`),(0,nW.reportMissingProp)(l,k),f.else())}}kC.validatePropertyDeps=Eft;function xft(l,c=l.schema){let{gen:f,data:y,keyword:b,it:k}=l,g=f.name("valid");for(let p in c)(0,srr.alwaysValidSchema)(k,c[p])||(f.if((0,nW.propertyInData)(f,y,p,k.opts.ownProperties),()=>{let A=l.subschema({keyword:b,schemaProp:p},g);l.mergeValidEvaluated(A,g)},()=>f.var(g,!0)),l.ok(g))}kC.validateSchemaDeps=xft;kC.default=orr});var kft=xt(pIe=>{"use strict";Object.defineProperty(pIe,"__esModule",{value:!0});var Aft=Kl(),crr=zu(),lrr={message:"property name must be valid",params:({params:l})=>(0,Aft._)`{propertyName: ${l.propertyName}}`},urr={keyword:"propertyNames",type:"object",schemaType:["object","boolean"],error:lrr,code(l){let{gen:c,schema:f,data:y,it:b}=l;if((0,crr.alwaysValidSchema)(b,f))return;let k=c.name("valid");c.forIn("key",y,g=>{l.setParams({propertyName:g}),l.subschema({keyword:"propertyNames",data:g,dataTypes:["string"],propertyName:g,compositeRule:!0},k),c.if((0,Aft.not)(k),()=>{l.error(!0),b.allErrors||c.break()})}),l.ok(k)}};pIe.default=urr});var mIe=xt(dIe=>{"use strict";Object.defineProperty(dIe,"__esModule",{value:!0});var Koe=wb(),Ax=Kl(),_rr=dP(),Xoe=zu(),frr={message:"must NOT have additional properties",params:({params:l})=>(0,Ax._)`{additionalProperty: ${l.additionalProperty}}`},prr={keyword:"additionalProperties",type:["object"],schemaType:["boolean","object"],allowUndefined:!0,trackErrors:!0,error:frr,code(l){let{gen:c,schema:f,parentSchema:y,data:b,errsCount:k,it:g}=l;if(!k)throw new Error("ajv implementation error");let{allErrors:p,opts:A}=g;if(g.props=!0,A.removeAdditional!=="all"&&(0,Xoe.alwaysValidSchema)(g,f))return;let j=(0,Koe.allSchemaProperties)(y.properties),se=(0,Koe.allSchemaProperties)(y.patternProperties);We(),l.ok((0,Ax._)`${k} === ${_rr.default.errors}`);function We(){c.forIn("key",b,Et=>{!j.length&&!se.length?Rr(Et):c.if(ve(Et),()=>Rr(Et))})}function ve(Et){let pi;if(j.length>8){let di=(0,Xoe.schemaRefOrVal)(g,y.properties,"properties");pi=(0,Koe.isOwnProperty)(c,di,Et)}else j.length?pi=(0,Ax.or)(...j.map(di=>(0,Ax._)`${Et} === ${di}`)):pi=Ax.nil;return se.length&&(pi=(0,Ax.or)(pi,...se.map(di=>(0,Ax._)`${(0,Koe.usePattern)(l,di)}.test(${Et})`))),(0,Ax.not)(pi)}function lr(Et){c.code((0,Ax._)`delete ${b}[${Et}]`)}function Rr(Et){if(A.removeAdditional==="all"||A.removeAdditional&&f===!1){lr(Et);return}if(f===!1){l.setParams({additionalProperty:Et}),l.error(),p||c.break();return}if(typeof f=="object"&&!(0,Xoe.alwaysValidSchema)(g,f)){let pi=c.name("valid");A.removeAdditional==="failing"?(kt(Et,pi,!1),c.if((0,Ax.not)(pi),()=>{l.reset(),lr(Et)})):(kt(Et,pi),p||c.if((0,Ax.not)(pi),()=>c.break()))}}function kt(Et,pi,di){let ra={keyword:"additionalProperties",dataProp:Et,dataPropType:Xoe.Type.Str};di===!1&&Object.assign(ra,{compositeRule:!0,createErrors:!1,allErrors:!1}),l.subschema(ra,pi)}}};dIe.default=prr});var Dft=xt(hIe=>{"use strict";Object.defineProperty(hIe,"__esModule",{value:!0});var drr=qz(),Pft=wb(),gIe=zu(),Nft=mIe(),mrr={keyword:"properties",type:"object",schemaType:"object",code(l){let{gen:c,schema:f,parentSchema:y,data:b,it:k}=l;k.opts.removeAdditional==="all"&&y.additionalProperties===void 0&&Nft.default.code(new drr.KeywordCxt(k,Nft.default,"additionalProperties"));let g=(0,Pft.allSchemaProperties)(f);for(let We of g)k.definedProperties.add(We);k.opts.unevaluated&&g.length&&k.props!==!0&&(k.props=gIe.mergeEvaluated.props(c,(0,gIe.toHash)(g),k.props));let p=g.filter(We=>!(0,gIe.alwaysValidSchema)(k,f[We]));if(p.length===0)return;let A=c.name("valid");for(let We of p)j(We)?se(We):(c.if((0,Pft.propertyInData)(c,b,We,k.opts.ownProperties)),se(We),k.allErrors||c.else().var(A,!0),c.endIf()),l.it.definedProperties.add(We),l.ok(A);function j(We){return k.opts.useDefaults&&!k.compositeRule&&f[We].default!==void 0}function se(We){l.subschema({keyword:"properties",schemaProp:We,dataProp:We},A)}}};hIe.default=mrr});var Rft=xt(yIe=>{"use strict";Object.defineProperty(yIe,"__esModule",{value:!0});var Ift=wb(),Qoe=Kl(),wft=zu(),Oft=zu(),grr={keyword:"patternProperties",type:"object",schemaType:"object",code(l){let{gen:c,schema:f,data:y,parentSchema:b,it:k}=l,{opts:g}=k,p=(0,Ift.allSchemaProperties)(f),A=p.filter(kt=>(0,wft.alwaysValidSchema)(k,f[kt]));if(p.length===0||A.length===p.length&&(!k.opts.unevaluated||k.props===!0))return;let j=g.strictSchema&&!g.allowMatchingProperties&&b.properties,se=c.name("valid");k.props!==!0&&!(k.props instanceof Qoe.Name)&&(k.props=(0,Oft.evaluatedPropsToName)(c,k.props));let{props:We}=k;ve();function ve(){for(let kt of p)j&&lr(kt),k.allErrors?Rr(kt):(c.var(se,!0),Rr(kt),c.if(se))}function lr(kt){for(let Et in j)new RegExp(kt).test(Et)&&(0,wft.checkStrictMode)(k,`property ${Et} matches pattern ${kt} (use allowMatchingProperties)`)}function Rr(kt){c.forIn("key",y,Et=>{c.if((0,Qoe._)`${(0,Ift.usePattern)(l,kt)}.test(${Et})`,()=>{let pi=A.includes(kt);pi||l.subschema({keyword:"patternProperties",schemaProp:kt,dataProp:Et,dataPropType:Oft.Type.Str},se),k.opts.unevaluated&&We!==!0?c.assign((0,Qoe._)`${We}[${Et}]`,!0):!pi&&!k.allErrors&&c.if((0,Qoe.not)(se),()=>c.break())})})}}};yIe.default=grr});var Mft=xt(vIe=>{"use strict";Object.defineProperty(vIe,"__esModule",{value:!0});var hrr=zu(),yrr={keyword:"not",schemaType:["object","boolean"],trackErrors:!0,code(l){let{gen:c,schema:f,it:y}=l;if((0,hrr.alwaysValidSchema)(y,f)){l.fail();return}let b=c.name("valid");l.subschema({keyword:"not",compositeRule:!0,createErrors:!1,allErrors:!1},b),l.failResult(b,()=>l.reset(),()=>l.error())},error:{message:"must NOT be valid"}};vIe.default=yrr});var Lft=xt(SIe=>{"use strict";Object.defineProperty(SIe,"__esModule",{value:!0});var vrr=wb(),Srr={keyword:"anyOf",schemaType:"array",trackErrors:!0,code:vrr.validateUnion,error:{message:"must match a schema in anyOf"}};SIe.default=Srr});var Fft=xt(TIe=>{"use strict";Object.defineProperty(TIe,"__esModule",{value:!0});var Zoe=Kl(),Trr=zu(),brr={message:"must match exactly one schema in oneOf",params:({params:l})=>(0,Zoe._)`{passingSchemas: ${l.passing}}`},Err={keyword:"oneOf",schemaType:"array",trackErrors:!0,error:brr,code(l){let{gen:c,schema:f,parentSchema:y,it:b}=l;if(!Array.isArray(f))throw new Error("ajv implementation error");if(b.opts.discriminator&&y.discriminator)return;let k=f,g=c.let("valid",!1),p=c.let("passing",null),A=c.name("_valid");l.setParams({passing:p}),c.block(j),l.result(g,()=>l.reset(),()=>l.error(!0));function j(){k.forEach((se,We)=>{let ve;(0,Trr.alwaysValidSchema)(b,se)?c.var(A,!0):ve=l.subschema({keyword:"oneOf",schemaProp:We,compositeRule:!0},A),We>0&&c.if((0,Zoe._)`${A} && ${g}`).assign(g,!1).assign(p,(0,Zoe._)`[${p}, ${We}]`).else(),c.if(A,()=>{c.assign(g,!0),c.assign(p,We),ve&&l.mergeEvaluated(ve,Zoe.Name)})})}}};TIe.default=Err});var jft=xt(bIe=>{"use strict";Object.defineProperty(bIe,"__esModule",{value:!0});var xrr=zu(),Crr={keyword:"allOf",schemaType:"array",code(l){let{gen:c,schema:f,it:y}=l;if(!Array.isArray(f))throw new Error("ajv implementation error");let b=c.name("valid");f.forEach((k,g)=>{if((0,xrr.alwaysValidSchema)(y,k))return;let p=l.subschema({keyword:"allOf",schemaProp:g},b);l.ok(b),l.mergeEvaluated(p)})}};bIe.default=Crr});var Vft=xt(EIe=>{"use strict";Object.defineProperty(EIe,"__esModule",{value:!0});var eae=Kl(),Uft=zu(),Arr={message:({params:l})=>(0,eae.str)`must match "${l.ifClause}" schema`,params:({params:l})=>(0,eae._)`{failingKeyword: ${l.ifClause}}`},krr={keyword:"if",schemaType:["object","boolean"],trackErrors:!0,error:Arr,code(l){let{gen:c,parentSchema:f,it:y}=l;f.then===void 0&&f.else===void 0&&(0,Uft.checkStrictMode)(y,'"if" without "then" and "else" is ignored');let b=Bft(y,"then"),k=Bft(y,"else");if(!b&&!k)return;let g=c.let("valid",!0),p=c.name("_valid");if(A(),l.reset(),b&&k){let se=c.let("ifClause");l.setParams({ifClause:se}),c.if(p,j("then",se),j("else",se))}else b?c.if(p,j("then")):c.if((0,eae.not)(p),j("else"));l.pass(g,()=>l.error(!0));function A(){let se=l.subschema({keyword:"if",compositeRule:!0,createErrors:!1,allErrors:!1},p);l.mergeEvaluated(se)}function j(se,We){return()=>{let ve=l.subschema({keyword:se},p);c.assign(g,p),l.mergeValidEvaluated(ve,g),We?c.assign(We,(0,eae._)`${se}`):l.setParams({ifClause:se})}}}};function Bft(l,c){let f=l.schema[c];return f!==void 0&&!(0,Uft.alwaysValidSchema)(l,f)}EIe.default=krr});var Jft=xt(xIe=>{"use strict";Object.defineProperty(xIe,"__esModule",{value:!0});var Prr=zu(),Nrr={keyword:["then","else"],schemaType:["object","boolean"],code({keyword:l,parentSchema:c,it:f}){c.if===void 0&&(0,Prr.checkStrictMode)(f,`"${l}" without "if" is ignored`)}};xIe.default=Nrr});var qft=xt(CIe=>{"use strict";Object.defineProperty(CIe,"__esModule",{value:!0});var Drr=aIe(),Irr=vft(),wrr=cIe(),Orr=Tft(),Rrr=bft(),Mrr=Cft(),Lrr=kft(),Frr=mIe(),jrr=Dft(),Brr=Rft(),Urr=Mft(),Vrr=Lft(),Jrr=Fft(),qrr=jft(),zrr=Vft(),Wrr=Jft();function Grr(l=!1){let c=[Urr.default,Vrr.default,Jrr.default,qrr.default,zrr.default,Wrr.default,Lrr.default,Frr.default,Mrr.default,jrr.default,Brr.default];return l?c.push(Irr.default,Orr.default):c.push(Drr.default,wrr.default),c.push(Rrr.default),c}CIe.default=Grr});var zft=xt(AIe=>{"use strict";Object.defineProperty(AIe,"__esModule",{value:!0});var Em=Kl(),Hrr={message:({schemaCode:l})=>(0,Em.str)`must match format "${l}"`,params:({schemaCode:l})=>(0,Em._)`{format: ${l}}`},$rr={keyword:"format",type:["number","string"],schemaType:"string",$data:!0,error:Hrr,code(l,c){let{gen:f,data:y,$data:b,schema:k,schemaCode:g,it:p}=l,{opts:A,errSchemaPath:j,schemaEnv:se,self:We}=p;if(!A.validateFormats)return;b?ve():lr();function ve(){let Rr=f.scopeValue("formats",{ref:We.formats,code:A.code.formats}),kt=f.const("fDef",(0,Em._)`${Rr}[${g}]`),Et=f.let("fType"),pi=f.let("format");f.if((0,Em._)`typeof ${kt} == "object" && !(${kt} instanceof RegExp)`,()=>f.assign(Et,(0,Em._)`${kt}.type || "string"`).assign(pi,(0,Em._)`${kt}.validate`),()=>f.assign(Et,(0,Em._)`"string"`).assign(pi,kt)),l.fail$data((0,Em.or)(di(),ra()));function di(){return A.strictSchema===!1?Em.nil:(0,Em._)`${g} && !${pi}`}function ra(){let Ql=se.$async?(0,Em._)`(${kt}.async ? await ${pi}(${y}) : ${pi}(${y}))`:(0,Em._)`${pi}(${y})`,va=(0,Em._)`(typeof ${pi} == "function" ? ${Ql} : ${pi}.test(${y}))`;return(0,Em._)`${pi} && ${pi} !== true && ${Et} === ${c} && !${va}`}}function lr(){let Rr=We.formats[k];if(!Rr){di();return}if(Rr===!0)return;let[kt,Et,pi]=ra(Rr);kt===c&&l.pass(Ql());function di(){if(A.strictSchema===!1){We.logger.warn(va());return}throw new Error(va());function va(){return`unknown format "${k}" ignored in schema at path "${j}"`}}function ra(va){let Ef=va instanceof RegExp?(0,Em.regexpCode)(va):A.code.formats?(0,Em._)`${A.code.formats}${(0,Em.getProperty)(k)}`:void 0,Oi=f.scopeValue("formats",{key:k,ref:va,code:Ef});return typeof va=="object"&&!(va instanceof RegExp)?[va.type||"string",va.validate,(0,Em._)`${Oi}.validate`]:["string",va,Oi]}function Ql(){if(typeof Rr=="object"&&!(Rr instanceof RegExp)&&Rr.async){if(!se.$async)throw new Error("async format in sync schema");return(0,Em._)`await ${pi}(${y})`}return typeof Et=="function"?(0,Em._)`${pi}(${y})`:(0,Em._)`${pi}.test(${y})`}}}};AIe.default=$rr});var Wft=xt(kIe=>{"use strict";Object.defineProperty(kIe,"__esModule",{value:!0});var Yrr=zft(),Krr=[Yrr.default];kIe.default=Krr});var Gft=xt(TF=>{"use strict";Object.defineProperty(TF,"__esModule",{value:!0});TF.contentVocabulary=TF.metadataVocabulary=void 0;TF.metadataVocabulary=["title","description","default","deprecated","readOnly","writeOnly","examples"];TF.contentVocabulary=["contentMediaType","contentEncoding","contentSchema"]});var $ft=xt(PIe=>{"use strict";Object.defineProperty(PIe,"__esModule",{value:!0});var Xrr=tft(),Qrr=mft(),Zrr=qft(),enr=Wft(),Hft=Gft(),tnr=[Xrr.default,Qrr.default,(0,Zrr.default)(),enr.default,Hft.metadataVocabulary,Hft.contentVocabulary];PIe.default=tnr});var Kft=xt(tae=>{"use strict";Object.defineProperty(tae,"__esModule",{value:!0});tae.DiscrError=void 0;var Yft;(function(l){l.Tag="tag",l.Mapping="mapping"})(Yft||(tae.DiscrError=Yft={}))});var Qft=xt(DIe=>{"use strict";Object.defineProperty(DIe,"__esModule",{value:!0});var bF=Kl(),NIe=Kft(),Xft=Foe(),rnr=zz(),nnr=zu(),inr={message:({params:{discrError:l,tagName:c}})=>l===NIe.DiscrError.Tag?`tag "${c}" must be string`:`value of tag "${c}" must be in oneOf`,params:({params:{discrError:l,tag:c,tagName:f}})=>(0,bF._)`{error: ${l}, tag: ${f}, tagValue: ${c}}`},snr={keyword:"discriminator",type:"object",schemaType:"object",error:inr,code(l){let{gen:c,data:f,schema:y,parentSchema:b,it:k}=l,{oneOf:g}=b;if(!k.opts.discriminator)throw new Error("discriminator: requires discriminator option");let p=y.propertyName;if(typeof p!="string")throw new Error("discriminator: requires propertyName");if(y.mapping)throw new Error("discriminator: mapping is not supported");if(!g)throw new Error("discriminator: requires oneOf keyword");let A=c.let("valid",!1),j=c.const("tag",(0,bF._)`${f}${(0,bF.getProperty)(p)}`);c.if((0,bF._)`typeof ${j} == "string"`,()=>se(),()=>l.error(!1,{discrError:NIe.DiscrError.Tag,tag:j,tagName:p})),l.ok(A);function se(){let lr=ve();c.if(!1);for(let Rr in lr)c.elseIf((0,bF._)`${j} === ${Rr}`),c.assign(A,We(lr[Rr]));c.else(),l.error(!1,{discrError:NIe.DiscrError.Mapping,tag:j,tagName:p}),c.endIf()}function We(lr){let Rr=c.name("valid"),kt=l.subschema({keyword:"oneOf",schemaProp:lr},Rr);return l.mergeEvaluated(kt,bF.Name),Rr}function ve(){var lr;let Rr={},kt=pi(b),Et=!0;for(let Ql=0;Ql{onr.exports={$schema:"http://json-schema.org/draft-07/schema#",$id:"http://json-schema.org/draft-07/schema#",title:"Core schema meta-schema",definitions:{schemaArray:{type:"array",minItems:1,items:{$ref:"#"}},nonNegativeInteger:{type:"integer",minimum:0},nonNegativeIntegerDefault0:{allOf:[{$ref:"#/definitions/nonNegativeInteger"},{default:0}]},simpleTypes:{enum:["array","boolean","integer","null","number","object","string"]},stringArray:{type:"array",items:{type:"string"},uniqueItems:!0,default:[]}},type:["object","boolean"],properties:{$id:{type:"string",format:"uri-reference"},$schema:{type:"string",format:"uri"},$ref:{type:"string",format:"uri-reference"},$comment:{type:"string"},title:{type:"string"},description:{type:"string"},default:!0,readOnly:{type:"boolean",default:!1},examples:{type:"array",items:!0},multipleOf:{type:"number",exclusiveMinimum:0},maximum:{type:"number"},exclusiveMaximum:{type:"number"},minimum:{type:"number"},exclusiveMinimum:{type:"number"},maxLength:{$ref:"#/definitions/nonNegativeInteger"},minLength:{$ref:"#/definitions/nonNegativeIntegerDefault0"},pattern:{type:"string",format:"regex"},additionalItems:{$ref:"#"},items:{anyOf:[{$ref:"#"},{$ref:"#/definitions/schemaArray"}],default:!0},maxItems:{$ref:"#/definitions/nonNegativeInteger"},minItems:{$ref:"#/definitions/nonNegativeIntegerDefault0"},uniqueItems:{type:"boolean",default:!1},contains:{$ref:"#"},maxProperties:{$ref:"#/definitions/nonNegativeInteger"},minProperties:{$ref:"#/definitions/nonNegativeIntegerDefault0"},required:{$ref:"#/definitions/stringArray"},additionalProperties:{$ref:"#"},definitions:{type:"object",additionalProperties:{$ref:"#"},default:{}},properties:{type:"object",additionalProperties:{$ref:"#"},default:{}},patternProperties:{type:"object",additionalProperties:{$ref:"#"},propertyNames:{format:"regex"},default:{}},dependencies:{type:"object",additionalProperties:{anyOf:[{$ref:"#"},{$ref:"#/definitions/stringArray"}]}},propertyNames:{$ref:"#"},const:!0,enum:{type:"array",items:!0,minItems:1,uniqueItems:!0},type:{anyOf:[{$ref:"#/definitions/simpleTypes"},{type:"array",items:{$ref:"#/definitions/simpleTypes"},minItems:1,uniqueItems:!0}]},format:{type:"string"},contentMediaType:{type:"string"},contentEncoding:{type:"string"},if:{$ref:"#"},then:{$ref:"#"},else:{$ref:"#"},allOf:{$ref:"#/definitions/schemaArray"},anyOf:{$ref:"#/definitions/schemaArray"},oneOf:{$ref:"#/definitions/schemaArray"},not:{$ref:"#"}},default:!0}});var tpt=xt((Ap,IIe)=>{"use strict";Object.defineProperty(Ap,"__esModule",{value:!0});Ap.MissingRefError=Ap.ValidationError=Ap.CodeGen=Ap.Name=Ap.nil=Ap.stringify=Ap.str=Ap._=Ap.KeywordCxt=Ap.Ajv=void 0;var anr=Y_t(),cnr=$ft(),lnr=Qft(),ept=Zft(),unr=["/properties"],rae="http://json-schema.org/draft-07/schema",EF=class extends anr.default{_addVocabularies(){super._addVocabularies(),cnr.default.forEach(c=>this.addVocabulary(c)),this.opts.discriminator&&this.addKeyword(lnr.default)}_addDefaultMetaSchema(){if(super._addDefaultMetaSchema(),!this.opts.meta)return;let c=this.opts.$data?this.$dataMetaSchema(ept,unr):ept;this.addMetaSchema(c,rae,!1),this.refs["http://json-schema.org/schema"]=rae}defaultMeta(){return this.opts.defaultMeta=super.defaultMeta()||(this.getSchema(rae)?rae:void 0)}};Ap.Ajv=EF;IIe.exports=Ap=EF;IIe.exports.Ajv=EF;Object.defineProperty(Ap,"__esModule",{value:!0});Ap.default=EF;var _nr=qz();Object.defineProperty(Ap,"KeywordCxt",{enumerable:!0,get:function(){return _nr.KeywordCxt}});var xF=Kl();Object.defineProperty(Ap,"_",{enumerable:!0,get:function(){return xF._}});Object.defineProperty(Ap,"str",{enumerable:!0,get:function(){return xF.str}});Object.defineProperty(Ap,"stringify",{enumerable:!0,get:function(){return xF.stringify}});Object.defineProperty(Ap,"nil",{enumerable:!0,get:function(){return xF.nil}});Object.defineProperty(Ap,"Name",{enumerable:!0,get:function(){return xF.Name}});Object.defineProperty(Ap,"CodeGen",{enumerable:!0,get:function(){return xF.CodeGen}});var fnr=Moe();Object.defineProperty(Ap,"ValidationError",{enumerable:!0,get:function(){return fnr.default}});var pnr=zz();Object.defineProperty(Ap,"MissingRefError",{enumerable:!0,get:function(){return pnr.default}})});var npt=xt(()=>{var rpt;(function(l){(function(c){var f=typeof globalThis=="object"?globalThis:typeof global=="object"?global:typeof self=="object"?self:typeof this=="object"?this:p(),y=b(l);typeof f.Reflect<"u"&&(y=b(f.Reflect,y)),c(y,f),typeof f.Reflect>"u"&&(f.Reflect=l);function b(A,j){return function(se,We){Object.defineProperty(A,se,{configurable:!0,writable:!0,value:We}),j&&j(se,We)}}function k(){try{return Function("return this;")()}catch{}}function g(){try{return(0,eval)("(function() { return this; })()")}catch{}}function p(){return k()||g()}})(function(c,f){var y=Object.prototype.hasOwnProperty,b=typeof Symbol=="function",k=b&&typeof Symbol.toPrimitive<"u"?Symbol.toPrimitive:"@@toPrimitive",g=b&&typeof Symbol.iterator<"u"?Symbol.iterator:"@@iterator",p=typeof Object.create=="function",A={__proto__:[]}instanceof Array,j=!p&&!A,se={create:p?function(){return Jp(Object.create(null))}:A?function(){return Jp({__proto__:null})}:function(){return Jp({})},has:j?function(un,Jn){return y.call(un,Jn)}:function(un,Jn){return Jn in un},get:j?function(un,Jn){return y.call(un,Jn)?un[Jn]:void 0}:function(un,Jn){return un[Jn]}},We=Object.getPrototypeOf(Function),ve=typeof Map=="function"&&typeof Map.prototype.entries=="function"?Map:u0(),lr=typeof Set=="function"&&typeof Set.prototype.entries=="function"?Set:BC(),Rr=typeof WeakMap=="function"?WeakMap:jW(),kt=b?Symbol.for("@reflect-metadata:registry"):void 0,Et=jce(),pi=w1(Et);function di(un,Jn,Ut,Ss){if(js(Ut)){if(!d3(un))throw new TypeError;if(!kg(Jn))throw new TypeError;return UI(un,Jn)}else{if(!d3(un))throw new TypeError;if(!L_(Jn))throw new TypeError;if(!L_(Ss)&&!js(Ss)&&!rf(Ss))throw new TypeError;return rf(Ss)&&(Ss=void 0),Ut=Vp(Ut),xs(un,Jn,Ut,Ss)}}c("decorate",di);function ra(un,Jn){function Ut(Ss,Ca){if(!L_(Ss))throw new TypeError;if(!js(Ca)&&!i5(Ca))throw new TypeError;JI(un,Jn,Ss,Ca)}return Ut}c("metadata",ra);function Ql(un,Jn,Ut,Ss){if(!L_(Ut))throw new TypeError;return js(Ss)||(Ss=Vp(Ss)),JI(un,Jn,Ut,Ss)}c("defineMetadata",Ql);function va(un,Jn,Ut){if(!L_(Jn))throw new TypeError;return js(Ut)||(Ut=Vp(Ut)),Ub(un,Jn,Ut)}c("hasMetadata",va);function Ef(un,Jn,Ut){if(!L_(Jn))throw new TypeError;return js(Ut)||(Ut=Vp(Ut)),VI(un,Jn,Ut)}c("hasOwnMetadata",Ef);function Oi(un,Jn,Ut){if(!L_(Jn))throw new TypeError;return js(Ut)||(Ut=Vp(Ut)),yy(un,Jn,Ut)}c("getMetadata",Oi);function jn(un,Jn,Ut){if(!L_(Jn))throw new TypeError;return js(Ut)||(Ut=Vp(Ut)),ti(un,Jn,Ut)}c("getOwnMetadata",jn);function xm(un,Jn){if(!L_(un))throw new TypeError;return js(Jn)||(Jn=Vp(Jn)),$m(un,Jn)}c("getMetadataKeys",xm);function Va(un,Jn){if(!L_(un))throw new TypeError;return js(Jn)||(Jn=Vp(Jn)),kr(un,Jn)}c("getOwnMetadataKeys",Va);function dv(un,Jn,Ut){if(!L_(Jn))throw new TypeError;if(js(Ut)||(Ut=Vp(Ut)),!L_(Jn))throw new TypeError;js(Ut)||(Ut=Vp(Ut));var Ss=Rx(Jn,Ut,!1);return js(Ss)?!1:Ss.OrdinaryDeleteMetadata(un,Jn,Ut)}c("deleteMetadata",dv);function UI(un,Jn){for(var Ut=un.length-1;Ut>=0;--Ut){var Ss=un[Ut],Ca=Ss(Jn);if(!js(Ca)&&!rf(Ca)){if(!kg(Ca))throw new TypeError;Jn=Ca}}return Jn}function xs(un,Jn,Ut,Ss){for(var Ca=un.length-1;Ca>=0;--Ca){var On=un[Ca],cl=On(Jn,Ut,Ss);if(!js(cl)&&!rf(cl)){if(!L_(cl))throw new TypeError;Ss=cl}}return Ss}function Ub(un,Jn,Ut){var Ss=VI(un,Jn,Ut);if(Ss)return!0;var Ca=Ox(Jn);return rf(Ca)?!1:Ub(un,Ca,Ut)}function VI(un,Jn,Ut){var Ss=Rx(Jn,Ut,!1);return js(Ss)?!1:qI(Ss.OrdinaryHasOwnMetadata(un,Jn,Ut))}function yy(un,Jn,Ut){var Ss=VI(un,Jn,Ut);if(Ss)return ti(un,Jn,Ut);var Ca=Ox(Jn);if(!rf(Ca))return yy(un,Ca,Ut)}function ti(un,Jn,Ut){var Ss=Rx(Jn,Ut,!1);if(!js(Ss))return Ss.OrdinaryGetOwnMetadata(un,Jn,Ut)}function JI(un,Jn,Ut,Ss){var Ca=Rx(Ut,Ss,!0);Ca.OrdinaryDefineOwnMetadata(un,Jn,Ut,Ss)}function $m(un,Jn){var Ut=kr(un,Jn),Ss=Ox(un);if(Ss===null)return Ut;var Ca=$m(Ss,Jn);if(Ca.length<=0)return Ut;if(Ut.length<=0)return Ca;for(var On=new lr,cl=[],Ga=0,io=Ut;Ga=0&&io=this._keys.length?(this._index=-1,this._keys=Jn,this._values=Jn):this._index++,{value:mo,done:!1}}return{value:void 0,done:!0}},Ga.prototype.throw=function(io){throw this._index>=0&&(this._index=-1,this._keys=Jn,this._values=Jn),io},Ga.prototype.return=function(io){return this._index>=0&&(this._index=-1,this._keys=Jn,this._values=Jn),{value:io,done:!0}},Ga}(),Ss=function(){function Ga(){this._keys=[],this._values=[],this._cacheKey=un,this._cacheIndex=-2}return Object.defineProperty(Ga.prototype,"size",{get:function(){return this._keys.length},enumerable:!0,configurable:!0}),Ga.prototype.has=function(io){return this._find(io,!1)>=0},Ga.prototype.get=function(io){var mo=this._find(io,!1);return mo>=0?this._values[mo]:void 0},Ga.prototype.set=function(io,mo){var Lo=this._find(io,!0);return this._values[Lo]=mo,this},Ga.prototype.delete=function(io){var mo=this._find(io,!1);if(mo>=0){for(var Lo=this._keys.length,Zs=mo+1;Zs{var Ysr=Array.isArray;vdt.exports=Ysr});var Tdt=xt((n1r,Sdt)=>{var Ksr=typeof global=="object"&&global&&global.Object===Object&&global;Sdt.exports=Ksr});var Cae=xt((i1r,bdt)=>{var Xsr=Tdt(),Qsr=typeof self=="object"&&self&&self.Object===Object&&self,Zsr=Xsr||Qsr||Function("return this")();bdt.exports=Zsr});var Aae=xt((s1r,Edt)=>{var eor=Cae(),tor=eor.Symbol;Edt.exports=tor});var kdt=xt((o1r,Adt)=>{var xdt=Aae(),Cdt=Object.prototype,ror=Cdt.hasOwnProperty,nor=Cdt.toString,dW=xdt?xdt.toStringTag:void 0;function ior(l){var c=ror.call(l,dW),f=l[dW];try{l[dW]=void 0;var y=!0}catch{}var b=nor.call(l);return y&&(c?l[dW]=f:delete l[dW]),b}Adt.exports=ior});var Ndt=xt((a1r,Pdt)=>{var sor=Object.prototype,oor=sor.toString;function aor(l){return oor.call(l)}Pdt.exports=aor});var QIe=xt((c1r,wdt)=>{var Ddt=Aae(),cor=kdt(),lor=Ndt(),uor="[object Null]",_or="[object Undefined]",Idt=Ddt?Ddt.toStringTag:void 0;function por(l){return l==null?l===void 0?_or:uor:Idt&&Idt in Object(l)?cor(l):lor(l)}wdt.exports=por});var Rdt=xt((l1r,Odt)=>{function dor(l){return l!=null&&typeof l=="object"}Odt.exports=dor});var kae=xt((u1r,Mdt)=>{var mor=QIe(),gor=Rdt(),hor="[object Symbol]";function yor(l){return typeof l=="symbol"||gor(l)&&mor(l)==hor}Mdt.exports=yor});var Fdt=xt((_1r,Ldt)=>{var vor=xae(),Sor=kae(),Tor=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,bor=/^\w*$/;function Eor(l,c){if(vor(l))return!1;var f=typeof l;return f=="number"||f=="symbol"||f=="boolean"||l==null||Sor(l)?!0:bor.test(l)||!Tor.test(l)||c!=null&&l in Object(c)}Ldt.exports=Eor});var ZIe=xt((f1r,jdt)=>{function xor(l){var c=typeof l;return l!=null&&(c=="object"||c=="function")}jdt.exports=xor});var Udt=xt((p1r,Bdt)=>{var Cor=QIe(),Aor=ZIe(),kor="[object AsyncFunction]",Por="[object Function]",Nor="[object GeneratorFunction]",Dor="[object Proxy]";function Ior(l){if(!Aor(l))return!1;var c=Cor(l);return c==Por||c==Nor||c==kor||c==Dor}Bdt.exports=Ior});var Jdt=xt((d1r,Vdt)=>{var wor=Cae(),Oor=wor["__core-js_shared__"];Vdt.exports=Oor});var Wdt=xt((m1r,zdt)=>{var ewe=Jdt(),qdt=function(){var l=/[^.]+$/.exec(ewe&&ewe.keys&&ewe.keys.IE_PROTO||"");return l?"Symbol(src)_1."+l:""}();function Ror(l){return!!qdt&&qdt in l}zdt.exports=Ror});var Hdt=xt((g1r,Gdt)=>{var Mor=Function.prototype,Lor=Mor.toString;function For(l){if(l!=null){try{return Lor.call(l)}catch{}try{return l+""}catch{}}return""}Gdt.exports=For});var Ydt=xt((h1r,$dt)=>{var jor=Udt(),Bor=Wdt(),Uor=ZIe(),Vor=Hdt(),Jor=/[\\^$.*+?()[\]{}|]/g,qor=/^\[object .+?Constructor\]$/,zor=Function.prototype,Wor=Object.prototype,Gor=zor.toString,Hor=Wor.hasOwnProperty,$or=RegExp("^"+Gor.call(Hor).replace(Jor,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$");function Yor(l){if(!Uor(l)||Bor(l))return!1;var c=jor(l)?$or:qor;return c.test(Vor(l))}$dt.exports=Yor});var Xdt=xt((y1r,Kdt)=>{function Kor(l,c){return l?.[c]}Kdt.exports=Kor});var twe=xt((v1r,Qdt)=>{var Xor=Ydt(),Qor=Xdt();function Zor(l,c){var f=Qor(l,c);return Xor(f)?f:void 0}Qdt.exports=Zor});var mW=xt((S1r,Zdt)=>{var ear=twe(),tar=ear(Object,"create");Zdt.exports=tar});var rmt=xt((T1r,tmt)=>{var emt=mW();function rar(){this.__data__=emt?emt(null):{},this.size=0}tmt.exports=rar});var imt=xt((b1r,nmt)=>{function nar(l){var c=this.has(l)&&delete this.__data__[l];return this.size-=c?1:0,c}nmt.exports=nar});var omt=xt((E1r,smt)=>{var iar=mW(),sar="__lodash_hash_undefined__",oar=Object.prototype,aar=oar.hasOwnProperty;function car(l){var c=this.__data__;if(iar){var f=c[l];return f===sar?void 0:f}return aar.call(c,l)?c[l]:void 0}smt.exports=car});var cmt=xt((x1r,amt)=>{var lar=mW(),uar=Object.prototype,_ar=uar.hasOwnProperty;function far(l){var c=this.__data__;return lar?c[l]!==void 0:_ar.call(c,l)}amt.exports=far});var umt=xt((C1r,lmt)=>{var par=mW(),dar="__lodash_hash_undefined__";function mar(l,c){var f=this.__data__;return this.size+=this.has(l)?0:1,f[l]=par&&c===void 0?dar:c,this}lmt.exports=mar});var fmt=xt((A1r,_mt)=>{var gar=rmt(),har=imt(),yar=omt(),Sar=cmt(),Tar=umt();function wF(l){var c=-1,f=l==null?0:l.length;for(this.clear();++c{function bar(){this.__data__=[],this.size=0}pmt.exports=bar});var gmt=xt((P1r,mmt)=>{function Ear(l,c){return l===c||l!==l&&c!==c}mmt.exports=Ear});var gW=xt((N1r,hmt)=>{var xar=gmt();function Car(l,c){for(var f=l.length;f--;)if(xar(l[f][0],c))return f;return-1}hmt.exports=Car});var vmt=xt((D1r,ymt)=>{var Aar=gW(),kar=Array.prototype,Par=kar.splice;function Nar(l){var c=this.__data__,f=Aar(c,l);if(f<0)return!1;var y=c.length-1;return f==y?c.pop():Par.call(c,f,1),--this.size,!0}ymt.exports=Nar});var Tmt=xt((I1r,Smt)=>{var Dar=gW();function Iar(l){var c=this.__data__,f=Dar(c,l);return f<0?void 0:c[f][1]}Smt.exports=Iar});var Emt=xt((w1r,bmt)=>{var war=gW();function Oar(l){return war(this.__data__,l)>-1}bmt.exports=Oar});var Cmt=xt((O1r,xmt)=>{var Rar=gW();function Mar(l,c){var f=this.__data__,y=Rar(f,l);return y<0?(++this.size,f.push([l,c])):f[y][1]=c,this}xmt.exports=Mar});var kmt=xt((R1r,Amt)=>{var Lar=dmt(),Far=vmt(),jar=Tmt(),Bar=Emt(),Uar=Cmt();function OF(l){var c=-1,f=l==null?0:l.length;for(this.clear();++c{var Var=twe(),Jar=Cae(),qar=Var(Jar,"Map");Pmt.exports=qar});var wmt=xt((L1r,Imt)=>{var Dmt=fmt(),zar=kmt(),War=Nmt();function Gar(){this.size=0,this.__data__={hash:new Dmt,map:new(War||zar),string:new Dmt}}Imt.exports=Gar});var Rmt=xt((F1r,Omt)=>{function Har(l){var c=typeof l;return c=="string"||c=="number"||c=="symbol"||c=="boolean"?l!=="__proto__":l===null}Omt.exports=Har});var hW=xt((j1r,Mmt)=>{var $ar=Rmt();function Yar(l,c){var f=l.__data__;return $ar(c)?f[typeof c=="string"?"string":"hash"]:f.map}Mmt.exports=Yar});var Fmt=xt((B1r,Lmt)=>{var Kar=hW();function Xar(l){var c=Kar(this,l).delete(l);return this.size-=c?1:0,c}Lmt.exports=Xar});var Bmt=xt((U1r,jmt)=>{var Qar=hW();function Zar(l){return Qar(this,l).get(l)}jmt.exports=Zar});var Vmt=xt((V1r,Umt)=>{var ecr=hW();function tcr(l){return ecr(this,l).has(l)}Umt.exports=tcr});var qmt=xt((J1r,Jmt)=>{var rcr=hW();function ncr(l,c){var f=rcr(this,l),y=f.size;return f.set(l,c),this.size+=f.size==y?0:1,this}Jmt.exports=ncr});var Wmt=xt((q1r,zmt)=>{var icr=wmt(),scr=Fmt(),ocr=Bmt(),acr=Vmt(),ccr=qmt();function RF(l){var c=-1,f=l==null?0:l.length;for(this.clear();++c{var Gmt=Wmt(),lcr="Expected a function";function rwe(l,c){if(typeof l!="function"||c!=null&&typeof c!="function")throw new TypeError(lcr);var f=function(){var y=arguments,b=c?c.apply(this,y):y[0],k=f.cache;if(k.has(b))return k.get(b);var g=l.apply(this,y);return f.cache=k.set(b,g)||k,g};return f.cache=new(rwe.Cache||Gmt),f}rwe.Cache=Gmt;Hmt.exports=rwe});var Kmt=xt((W1r,Ymt)=>{var ucr=$mt(),_cr=500;function fcr(l){var c=ucr(l,function(y){return f.size===_cr&&f.clear(),y}),f=c.cache;return c}Ymt.exports=fcr});var Qmt=xt((G1r,Xmt)=>{var pcr=Kmt(),dcr=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,mcr=/\\(\\)?/g,gcr=pcr(function(l){var c=[];return l.charCodeAt(0)===46&&c.push(""),l.replace(dcr,function(f,y,b,k){c.push(b?k.replace(mcr,"$1"):y||f)}),c});Xmt.exports=gcr});var egt=xt((H1r,Zmt)=>{function hcr(l,c){for(var f=-1,y=l==null?0:l.length,b=Array(y);++f{var tgt=Aae(),ycr=egt(),vcr=xae(),Scr=kae(),Tcr=1/0,rgt=tgt?tgt.prototype:void 0,ngt=rgt?rgt.toString:void 0;function igt(l){if(typeof l=="string")return l;if(vcr(l))return ycr(l,igt)+"";if(Scr(l))return ngt?ngt.call(l):"";var c=l+"";return c=="0"&&1/l==-Tcr?"-0":c}sgt.exports=igt});var cgt=xt((Y1r,agt)=>{var bcr=ogt();function Ecr(l){return l==null?"":bcr(l)}agt.exports=Ecr});var ugt=xt((K1r,lgt)=>{var xcr=xae(),Ccr=Fdt(),Acr=Qmt(),kcr=cgt();function Pcr(l,c){return xcr(l)?l:Ccr(l,c)?[l]:Acr(kcr(l))}lgt.exports=Pcr});var fgt=xt((X1r,_gt)=>{var Ncr=kae(),Dcr=1/0;function Icr(l){if(typeof l=="string"||Ncr(l))return l;var c=l+"";return c=="0"&&1/l==-Dcr?"-0":c}_gt.exports=Icr});var dgt=xt((Q1r,pgt)=>{var wcr=ugt(),Ocr=fgt();function Rcr(l,c){c=wcr(c,l);for(var f=0,y=c.length;l!=null&&f{var Mcr=dgt();function Lcr(l,c,f){var y=l==null?void 0:Mcr(l,c);return y===void 0?f:y}mgt.exports=Lcr});var hgt=xt(nwe=>{var ggt="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/".split("");nwe.encode=function(l){if(0<=l&&l{var ygt=hgt(),iwe=5,vgt=1<>1;return c?-f:f}swe.encode=function(c){var f="",y,b=Fcr(c);do y=b&Sgt,b>>>=iwe,b>0&&(y|=Tgt),f+=ygt.encode(y);while(b>0);return f};swe.decode=function(c,f,y){var b=c.length,k=0,g=0,p,A;do{if(f>=b)throw new Error("Expected more digits in base 64 VLQ value.");if(A=ygt.decode(c.charCodeAt(f++)),A===-1)throw new Error("Invalid base64 digit: "+c.charAt(f-1));p=!!(A&Tgt),A&=Sgt,k=k+(A<{function Bcr(l,c,f){if(c in l)return l[c];if(arguments.length===3)return f;throw new Error('"'+c+'" is a required argument.')}c0.getArg=Bcr;var bgt=/^(?:([\w+\-.]+):)?\/\/(?:(\w+:\w+)@)?([\w.-]*)(?::(\d+))?(.*)$/,Ucr=/^data:.+\,.+$/;function vW(l){var c=l.match(bgt);return c?{scheme:c[1],auth:c[2],host:c[3],port:c[4],path:c[5]}:null}c0.urlParse=vW;function MF(l){var c="";return l.scheme&&(c+=l.scheme+":"),c+="//",l.auth&&(c+=l.auth+"@"),l.host&&(c+=l.host),l.port&&(c+=":"+l.port),l.path&&(c+=l.path),c}c0.urlGenerate=MF;function awe(l){var c=l,f=vW(l);if(f){if(!f.path)return l;c=f.path}for(var y=c0.isAbsolute(c),b=c.split(/\/+/),k,g=0,p=b.length-1;p>=0;p--)k=b[p],k==="."?b.splice(p,1):k===".."?g++:g>0&&(k===""?(b.splice(p+1,g),g=0):(b.splice(p,2),g--));return c=b.join("/"),c===""&&(c=y?"/":"."),f?(f.path=c,MF(f)):c}c0.normalize=awe;function Egt(l,c){l===""&&(l="."),c===""&&(c=".");var f=vW(c),y=vW(l);if(y&&(l=y.path||"/"),f&&!f.scheme)return y&&(f.scheme=y.scheme),MF(f);if(f||c.match(Ucr))return c;if(y&&!y.host&&!y.path)return y.host=c,MF(y);var b=c.charAt(0)==="/"?c:awe(l.replace(/\/+$/,"")+"/"+c);return y?(y.path=b,MF(y)):b}c0.join=Egt;c0.isAbsolute=function(l){return l.charAt(0)==="/"||bgt.test(l)};function Vcr(l,c){l===""&&(l="."),l=l.replace(/\/$/,"");for(var f=0;c.indexOf(l+"/")!==0;){var y=l.lastIndexOf("/");if(y<0||(l=l.slice(0,y),l.match(/^([^\/]+:\/)?\/*$/)))return c;++f}return Array(f+1).join("../")+c.substr(l.length+1)}c0.relative=Vcr;var xgt=function(){var l=Object.create(null);return!("__proto__"in l)}();function Cgt(l){return l}function Jcr(l){return Agt(l)?"$"+l:l}c0.toSetString=xgt?Cgt:Jcr;function qcr(l){return Agt(l)?l.slice(1):l}c0.fromSetString=xgt?Cgt:qcr;function Agt(l){if(!l)return!1;var c=l.length;if(c<9||l.charCodeAt(c-1)!==95||l.charCodeAt(c-2)!==95||l.charCodeAt(c-3)!==111||l.charCodeAt(c-4)!==116||l.charCodeAt(c-5)!==111||l.charCodeAt(c-6)!==114||l.charCodeAt(c-7)!==112||l.charCodeAt(c-8)!==95||l.charCodeAt(c-9)!==95)return!1;for(var f=c-10;f>=0;f--)if(l.charCodeAt(f)!==36)return!1;return!0}function zcr(l,c,f){var y=LF(l.source,c.source);return y!==0||(y=l.originalLine-c.originalLine,y!==0)||(y=l.originalColumn-c.originalColumn,y!==0||f)||(y=l.generatedColumn-c.generatedColumn,y!==0)||(y=l.generatedLine-c.generatedLine,y!==0)?y:LF(l.name,c.name)}c0.compareByOriginalPositions=zcr;function Wcr(l,c,f){var y=l.generatedLine-c.generatedLine;return y!==0||(y=l.generatedColumn-c.generatedColumn,y!==0||f)||(y=LF(l.source,c.source),y!==0)||(y=l.originalLine-c.originalLine,y!==0)||(y=l.originalColumn-c.originalColumn,y!==0)?y:LF(l.name,c.name)}c0.compareByGeneratedPositionsDeflated=Wcr;function LF(l,c){return l===c?0:l===null?1:c===null?-1:l>c?1:-1}function Gcr(l,c){var f=l.generatedLine-c.generatedLine;return f!==0||(f=l.generatedColumn-c.generatedColumn,f!==0)||(f=LF(l.source,c.source),f!==0)||(f=l.originalLine-c.originalLine,f!==0)||(f=l.originalColumn-c.originalColumn,f!==0)?f:LF(l.name,c.name)}c0.compareByGeneratedPositionsInflated=Gcr;function Hcr(l){return JSON.parse(l.replace(/^\)]}'[^\n]*\n/,""))}c0.parseSourceMapInput=Hcr;function $cr(l,c,f){if(c=c||"",l&&(l[l.length-1]!=="/"&&c[0]!=="/"&&(l+="/"),c=l+c),f){var y=vW(f);if(!y)throw new Error("sourceMapURL could not be parsed");if(y.path){var b=y.path.lastIndexOf("/");b>=0&&(y.path=y.path.substring(0,b+1))}c=Egt(MF(y),c)}return awe(c)}c0.computeSourceURL=$cr});var uwe=xt(kgt=>{var cwe=FF(),lwe=Object.prototype.hasOwnProperty,n3=typeof Map<"u";function vP(){this._array=[],this._set=n3?new Map:Object.create(null)}vP.fromArray=function(c,f){for(var y=new vP,b=0,k=c.length;b=0)return f}else{var y=cwe.toSetString(c);if(lwe.call(this._set,y))return this._set[y]}throw new Error('"'+c+'" is not in the set.')};vP.prototype.at=function(c){if(c>=0&&c{var Pgt=FF();function Ycr(l,c){var f=l.generatedLine,y=c.generatedLine,b=l.generatedColumn,k=c.generatedColumn;return y>f||y==f&&k>=b||Pgt.compareByGeneratedPositionsInflated(l,c)<=0}function Pae(){this._array=[],this._sorted=!0,this._last={generatedLine:-1,generatedColumn:0}}Pae.prototype.unsortedForEach=function(c,f){this._array.forEach(c,f)};Pae.prototype.add=function(c){Ycr(this._last,c)?(this._last=c,this._array.push(c)):(this._sorted=!1,this._array.push(c))};Pae.prototype.toArray=function(){return this._sorted||(this._array.sort(Pgt.compareByGeneratedPositionsInflated),this._sorted=!0),this._array};Ngt.MappingList=Pae});var _we=xt(Igt=>{var SW=owe(),Hm=FF(),Nae=uwe().ArraySet,Kcr=Dgt().MappingList;function Mb(l){l||(l={}),this._file=Hm.getArg(l,"file",null),this._sourceRoot=Hm.getArg(l,"sourceRoot",null),this._skipValidation=Hm.getArg(l,"skipValidation",!1),this._sources=new Nae,this._names=new Nae,this._mappings=new Kcr,this._sourcesContents=null}Mb.prototype._version=3;Mb.fromSourceMap=function(c){var f=c.sourceRoot,y=new Mb({file:c.file,sourceRoot:f});return c.eachMapping(function(b){var k={generated:{line:b.generatedLine,column:b.generatedColumn}};b.source!=null&&(k.source=b.source,f!=null&&(k.source=Hm.relative(f,k.source)),k.original={line:b.originalLine,column:b.originalColumn},b.name!=null&&(k.name=b.name)),y.addMapping(k)}),c.sources.forEach(function(b){var k=b;f!==null&&(k=Hm.relative(f,b)),y._sources.has(k)||y._sources.add(k);var g=c.sourceContentFor(b);g!=null&&y.setSourceContent(b,g)}),y};Mb.prototype.addMapping=function(c){var f=Hm.getArg(c,"generated"),y=Hm.getArg(c,"original",null),b=Hm.getArg(c,"source",null),k=Hm.getArg(c,"name",null);this._skipValidation||this._validateMapping(f,y,b,k),b!=null&&(b=String(b),this._sources.has(b)||this._sources.add(b)),k!=null&&(k=String(k),this._names.has(k)||this._names.add(k)),this._mappings.add({generatedLine:f.line,generatedColumn:f.column,originalLine:y!=null&&y.line,originalColumn:y!=null&&y.column,source:b,name:k})};Mb.prototype.setSourceContent=function(c,f){var y=c;this._sourceRoot!=null&&(y=Hm.relative(this._sourceRoot,y)),f!=null?(this._sourcesContents||(this._sourcesContents=Object.create(null)),this._sourcesContents[Hm.toSetString(y)]=f):this._sourcesContents&&(delete this._sourcesContents[Hm.toSetString(y)],Object.keys(this._sourcesContents).length===0&&(this._sourcesContents=null))};Mb.prototype.applySourceMap=function(c,f,y){var b=f;if(f==null){if(c.file==null)throw new Error(`SourceMapGenerator.prototype.applySourceMap requires either an explicit source file, or the source map's "file" property. Both were omitted.`);b=c.file}var k=this._sourceRoot;k!=null&&(b=Hm.relative(k,b));var g=new Nae,p=new Nae;this._mappings.unsortedForEach(function(A){if(A.source===b&&A.originalLine!=null){var j=c.originalPositionFor({line:A.originalLine,column:A.originalColumn});j.source!=null&&(A.source=j.source,y!=null&&(A.source=Hm.join(y,A.source)),k!=null&&(A.source=Hm.relative(k,A.source)),A.originalLine=j.line,A.originalColumn=j.column,j.name!=null&&(A.name=j.name))}var se=A.source;se!=null&&!g.has(se)&&g.add(se);var We=A.name;We!=null&&!p.has(We)&&p.add(We)},this),this._sources=g,this._names=p,c.sources.forEach(function(A){var j=c.sourceContentFor(A);j!=null&&(y!=null&&(A=Hm.join(y,A)),k!=null&&(A=Hm.relative(k,A)),this.setSourceContent(A,j))},this)};Mb.prototype._validateMapping=function(c,f,y,b){if(f&&typeof f.line!="number"&&typeof f.column!="number")throw new Error("original.line and original.column are not numbers -- you probably meant to omit the original mapping entirely and only map the generated position. If so, pass null for the original mapping instead of an object with empty or null values.");if(!(c&&"line"in c&&"column"in c&&c.line>0&&c.column>=0&&!f&&!y&&!b)){if(c&&"line"in c&&"column"in c&&f&&"line"in f&&"column"in f&&c.line>0&&c.column>=0&&f.line>0&&f.column>=0&&y)return;throw new Error("Invalid mapping: "+JSON.stringify({generated:c,source:y,original:f,name:b}))}};Mb.prototype._serializeMappings=function(){for(var c=0,f=1,y=0,b=0,k=0,g=0,p="",A,j,se,We,ve=this._mappings.toArray(),lr=0,Rr=ve.length;lr0){if(!Hm.compareByGeneratedPositionsInflated(j,ve[lr-1]))continue;A+=","}A+=SW.encode(j.generatedColumn-c),c=j.generatedColumn,j.source!=null&&(We=this._sources.indexOf(j.source),A+=SW.encode(We-g),g=We,A+=SW.encode(j.originalLine-1-b),b=j.originalLine-1,A+=SW.encode(j.originalColumn-y),y=j.originalColumn,j.name!=null&&(se=this._names.indexOf(j.name),A+=SW.encode(se-k),k=se)),p+=A}return p};Mb.prototype._generateSourcesContent=function(c,f){return c.map(function(y){if(!this._sourcesContents)return null;f!=null&&(y=Hm.relative(f,y));var b=Hm.toSetString(y);return Object.prototype.hasOwnProperty.call(this._sourcesContents,b)?this._sourcesContents[b]:null},this)};Mb.prototype.toJSON=function(){var c={version:this._version,sources:this._sources.toArray(),names:this._names.toArray(),mappings:this._serializeMappings()};return this._file!=null&&(c.file=this._file),this._sourceRoot!=null&&(c.sourceRoot=this._sourceRoot),this._sourcesContents&&(c.sourcesContent=this._generateSourcesContent(c.sources,c.sourceRoot)),c};Mb.prototype.toString=function(){return JSON.stringify(this.toJSON())};Igt.SourceMapGenerator=Mb});var wgt=xt(i3=>{i3.GREATEST_LOWER_BOUND=1;i3.LEAST_UPPER_BOUND=2;function fwe(l,c,f,y,b,k){var g=Math.floor((c-l)/2)+l,p=b(f,y[g],!0);return p===0?g:p>0?c-g>1?fwe(g,c,f,y,b,k):k==i3.LEAST_UPPER_BOUND?c1?fwe(l,g,f,y,b,k):k==i3.LEAST_UPPER_BOUND?g:l<0?-1:l}i3.search=function(c,f,y,b){if(f.length===0)return-1;var k=fwe(-1,f.length,c,f,y,b||i3.GREATEST_LOWER_BOUND);if(k<0)return-1;for(;k-1>=0&&y(f[k],f[k-1],!0)===0;)--k;return k}});var Rgt=xt(Ogt=>{function pwe(l,c,f){var y=l[c];l[c]=l[f],l[f]=y}function Xcr(l,c){return Math.round(l+Math.random()*(c-l))}function dwe(l,c,f,y){if(f{var _a=FF(),mwe=wgt(),jF=uwe().ArraySet,Qcr=owe(),TW=Rgt().quickSort;function kp(l,c){var f=l;return typeof l=="string"&&(f=_a.parseSourceMapInput(l)),f.sections!=null?new kx(f,c):new hy(f,c)}kp.fromSourceMap=function(l,c){return hy.fromSourceMap(l,c)};kp.prototype._version=3;kp.prototype.__generatedMappings=null;Object.defineProperty(kp.prototype,"_generatedMappings",{configurable:!0,enumerable:!0,get:function(){return this.__generatedMappings||this._parseMappings(this._mappings,this.sourceRoot),this.__generatedMappings}});kp.prototype.__originalMappings=null;Object.defineProperty(kp.prototype,"_originalMappings",{configurable:!0,enumerable:!0,get:function(){return this.__originalMappings||this._parseMappings(this._mappings,this.sourceRoot),this.__originalMappings}});kp.prototype._charIsMappingSeparator=function(c,f){var y=c.charAt(f);return y===";"||y===","};kp.prototype._parseMappings=function(c,f){throw new Error("Subclasses must implement _parseMappings")};kp.GENERATED_ORDER=1;kp.ORIGINAL_ORDER=2;kp.GREATEST_LOWER_BOUND=1;kp.LEAST_UPPER_BOUND=2;kp.prototype.eachMapping=function(c,f,y){var b=f||null,k=y||kp.GENERATED_ORDER,g;switch(k){case kp.GENERATED_ORDER:g=this._generatedMappings;break;case kp.ORIGINAL_ORDER:g=this._originalMappings;break;default:throw new Error("Unknown order of iteration.")}var p=this.sourceRoot;g.map(function(A){var j=A.source===null?null:this._sources.at(A.source);return j=_a.computeSourceURL(p,j,this._sourceMapURL),{source:j,generatedLine:A.generatedLine,generatedColumn:A.generatedColumn,originalLine:A.originalLine,originalColumn:A.originalColumn,name:A.name===null?null:this._names.at(A.name)}},this).forEach(c,b)};kp.prototype.allGeneratedPositionsFor=function(c){var f=_a.getArg(c,"line"),y={source:_a.getArg(c,"source"),originalLine:f,originalColumn:_a.getArg(c,"column",0)};if(y.source=this._findSourceIndex(y.source),y.source<0)return[];var b=[],k=this._findMapping(y,this._originalMappings,"originalLine","originalColumn",_a.compareByOriginalPositions,mwe.LEAST_UPPER_BOUND);if(k>=0){var g=this._originalMappings[k];if(c.column===void 0)for(var p=g.originalLine;g&&g.originalLine===p;)b.push({line:_a.getArg(g,"generatedLine",null),column:_a.getArg(g,"generatedColumn",null),lastColumn:_a.getArg(g,"lastGeneratedColumn",null)}),g=this._originalMappings[++k];else for(var A=g.originalColumn;g&&g.originalLine===f&&g.originalColumn==A;)b.push({line:_a.getArg(g,"generatedLine",null),column:_a.getArg(g,"generatedColumn",null),lastColumn:_a.getArg(g,"lastGeneratedColumn",null)}),g=this._originalMappings[++k]}return b};Dae.SourceMapConsumer=kp;function hy(l,c){var f=l;typeof l=="string"&&(f=_a.parseSourceMapInput(l));var y=_a.getArg(f,"version"),b=_a.getArg(f,"sources"),k=_a.getArg(f,"names",[]),g=_a.getArg(f,"sourceRoot",null),p=_a.getArg(f,"sourcesContent",null),A=_a.getArg(f,"mappings"),j=_a.getArg(f,"file",null);if(y!=this._version)throw new Error("Unsupported version: "+y);g&&(g=_a.normalize(g)),b=b.map(String).map(_a.normalize).map(function(se){return g&&_a.isAbsolute(g)&&_a.isAbsolute(se)?_a.relative(g,se):se}),this._names=jF.fromArray(k.map(String),!0),this._sources=jF.fromArray(b,!0),this._absoluteSources=this._sources.toArray().map(function(se){return _a.computeSourceURL(g,se,c)}),this.sourceRoot=g,this.sourcesContent=p,this._mappings=A,this._sourceMapURL=c,this.file=j}hy.prototype=Object.create(kp.prototype);hy.prototype.consumer=kp;hy.prototype._findSourceIndex=function(l){var c=l;if(this.sourceRoot!=null&&(c=_a.relative(this.sourceRoot,c)),this._sources.has(c))return this._sources.indexOf(c);var f;for(f=0;f1&&(kt.source=p+pi[1],p+=pi[1],kt.originalLine=k+pi[2],k=kt.originalLine,kt.originalLine+=1,kt.originalColumn=g+pi[3],g=kt.originalColumn,pi.length>4&&(kt.name=A+pi[4],A+=pi[4])),Rr.push(kt),typeof kt.originalLine=="number"&&lr.push(kt)}TW(Rr,_a.compareByGeneratedPositionsDeflated),this.__generatedMappings=Rr,TW(lr,_a.compareByOriginalPositions),this.__originalMappings=lr};hy.prototype._findMapping=function(c,f,y,b,k,g){if(c[y]<=0)throw new TypeError("Line must be greater than or equal to 1, got "+c[y]);if(c[b]<0)throw new TypeError("Column must be greater than or equal to 0, got "+c[b]);return mwe.search(c,f,k,g)};hy.prototype.computeColumnSpans=function(){for(var c=0;c=0){var b=this._generatedMappings[y];if(b.generatedLine===f.generatedLine){var k=_a.getArg(b,"source",null);k!==null&&(k=this._sources.at(k),k=_a.computeSourceURL(this.sourceRoot,k,this._sourceMapURL));var g=_a.getArg(b,"name",null);return g!==null&&(g=this._names.at(g)),{source:k,line:_a.getArg(b,"originalLine",null),column:_a.getArg(b,"originalColumn",null),name:g}}}return{source:null,line:null,column:null,name:null}};hy.prototype.hasContentsOfAllSources=function(){return this.sourcesContent?this.sourcesContent.length>=this._sources.size()&&!this.sourcesContent.some(function(c){return c==null}):!1};hy.prototype.sourceContentFor=function(c,f){if(!this.sourcesContent)return null;var y=this._findSourceIndex(c);if(y>=0)return this.sourcesContent[y];var b=c;this.sourceRoot!=null&&(b=_a.relative(this.sourceRoot,b));var k;if(this.sourceRoot!=null&&(k=_a.urlParse(this.sourceRoot))){var g=b.replace(/^file:\/\//,"");if(k.scheme=="file"&&this._sources.has(g))return this.sourcesContent[this._sources.indexOf(g)];if((!k.path||k.path=="/")&&this._sources.has("/"+b))return this.sourcesContent[this._sources.indexOf("/"+b)]}if(f)return null;throw new Error('"'+b+'" is not in the SourceMap.')};hy.prototype.generatedPositionFor=function(c){var f=_a.getArg(c,"source");if(f=this._findSourceIndex(f),f<0)return{line:null,column:null,lastColumn:null};var y={source:f,originalLine:_a.getArg(c,"line"),originalColumn:_a.getArg(c,"column")},b=this._findMapping(y,this._originalMappings,"originalLine","originalColumn",_a.compareByOriginalPositions,_a.getArg(c,"bias",kp.GREATEST_LOWER_BOUND));if(b>=0){var k=this._originalMappings[b];if(k.source===y.source)return{line:_a.getArg(k,"generatedLine",null),column:_a.getArg(k,"generatedColumn",null),lastColumn:_a.getArg(k,"lastGeneratedColumn",null)}}return{line:null,column:null,lastColumn:null}};Dae.BasicSourceMapConsumer=hy;function kx(l,c){var f=l;typeof l=="string"&&(f=_a.parseSourceMapInput(l));var y=_a.getArg(f,"version"),b=_a.getArg(f,"sections");if(y!=this._version)throw new Error("Unsupported version: "+y);this._sources=new jF,this._names=new jF;var k={line:-1,column:0};this._sections=b.map(function(g){if(g.url)throw new Error("Support for url field in sections not implemented.");var p=_a.getArg(g,"offset"),A=_a.getArg(p,"line"),j=_a.getArg(p,"column");if(A{var Zcr=_we().SourceMapGenerator,Iae=FF(),elr=/(\r?\n)/,tlr=10,BF="$$$isSourceNode$$$";function GS(l,c,f,y,b){this.children=[],this.sourceContents={},this.line=l??null,this.column=c??null,this.source=f??null,this.name=b??null,this[BF]=!0,y!=null&&this.add(y)}GS.fromStringWithSourceMap=function(c,f,y){var b=new GS,k=c.split(elr),g=0,p=function(){var ve=Rr(),lr=Rr()||"";return ve+lr;function Rr(){return g=0;f--)this.prepend(c[f]);else if(c[BF]||typeof c=="string")this.children.unshift(c);else throw new TypeError("Expected a SourceNode, string, or an array of SourceNodes and strings. Got "+c);return this};GS.prototype.walk=function(c){for(var f,y=0,b=this.children.length;y0){for(f=[],y=0;y{wae.SourceMapGenerator=_we().SourceMapGenerator;wae.SourceMapConsumer=Lgt().SourceMapConsumer;wae.SourceNode=jgt().SourceNode});var Vgt=xt((_Sr,Ugt)=>{var rlr=Object.prototype.toString,gwe=typeof Buffer<"u"&&typeof Buffer.alloc=="function"&&typeof Buffer.allocUnsafe=="function"&&typeof Buffer.from=="function";function nlr(l){return rlr.call(l).slice(8,-1)==="ArrayBuffer"}function ilr(l,c,f){c>>>=0;var y=l.byteLength-c;if(y<0)throw new RangeError("'offset' is out of bounds");if(f===void 0)f=y;else if(f>>>=0,f>y)throw new RangeError("'length' is out of bounds");return gwe?Buffer.from(l.slice(c,c+f)):new Buffer(new Uint8Array(l.slice(c,c+f)))}function slr(l,c){if((typeof c!="string"||c==="")&&(c="utf8"),!Buffer.isEncoding(c))throw new TypeError('"encoding" must be a valid string encoding');return gwe?Buffer.from(l,c):new Buffer(l,c)}function olr(l,c,f){if(typeof l=="number")throw new TypeError('"value" argument must not be a number');return nlr(l)?ilr(l,c,f):typeof l=="string"?slr(l,c):gwe?Buffer.from(l):new Buffer(l)}Ugt.exports=olr});var Ygt=xt((o3,Swe)=>{var alr=Bgt().SourceMapConsumer,hwe=Ru("path"),DC;try{DC=Ru("fs"),(!DC.existsSync||!DC.readFileSync)&&(DC=null)}catch{}var clr=Vgt();function Jgt(l,c){return l.require(c)}var qgt=!1,zgt=!1,ywe=!1,bW="auto",s3={},EW={},llr=/^data:application\/json[^,]+base64,/,LI=[],FI=[];function Twe(){return bW==="browser"?!0:bW==="node"?!1:typeof window<"u"&&typeof XMLHttpRequest=="function"&&!(window.require&&window.module&&window.process&&window.process.type==="renderer")}function ulr(){return typeof process=="object"&&process!==null&&typeof process.on=="function"}function _lr(){return typeof process=="object"&&process!==null?process.version:""}function flr(){if(typeof process=="object"&&process!==null)return process.stderr}function plr(l){if(typeof process=="object"&&process!==null&&typeof process.exit=="function")return process.exit(l)}function Oae(l){return function(c){for(var f=0;f";var f=this.getLineNumber();if(f!=null){c+=":"+f;var y=this.getColumnNumber();y&&(c+=":"+y)}}var b="",k=this.getFunctionName(),g=!0,p=this.isConstructor(),A=!(this.isToplevel()||p);if(A){var j=this.getTypeName();j==="[object Object]"&&(j="null");var se=this.getMethodName();k?(j&&k.indexOf(j)!=0&&(b+=j+"."),b+=k,se&&k.indexOf("."+se)!=k.length-se.length-1&&(b+=" [as "+se+"]")):b+=j+"."+(se||"")}else p?b+="new "+(k||""):k?b+=k:(b+=c,g=!1);return g&&(b+=" ("+c+")"),b}function Wgt(l){var c={};return Object.getOwnPropertyNames(Object.getPrototypeOf(l)).forEach(function(f){c[f]=/^(?:is|get)/.test(f)?function(){return l[f].call(l)}:l[f]}),c.toString=mlr,c}function Hgt(l,c){if(c===void 0&&(c={nextPosition:null,curPosition:null}),l.isNative())return c.curPosition=null,l;var f=l.getFileName()||l.getScriptNameOrSourceURL();if(f){var y=l.getLineNumber(),b=l.getColumnNumber()-1,k=/^v(10\.1[6-9]|10\.[2-9][0-9]|10\.[0-9]{3,}|1[2-9]\d*|[2-9]\d|\d{3,}|11\.11)/,g=k.test(_lr())?0:62;y===1&&b>g&&!Twe()&&!l.isEval()&&(b-=g);var p=xwe({source:f,line:y,column:b});c.curPosition=p,l=Wgt(l);var A=l.getFunctionName;return l.getFunctionName=function(){return c.nextPosition==null?A():c.nextPosition.name||A()},l.getFileName=function(){return p.source},l.getLineNumber=function(){return p.line},l.getColumnNumber=function(){return p.column+1},l.getScriptNameOrSourceURL=function(){return p.source},l}var j=l.isEval()&&l.getEvalOrigin();return j&&(j=Ggt(j),l=Wgt(l),l.getEvalOrigin=function(){return j}),l}function glr(l,c){ywe&&(s3={},EW={});for(var f=l.name||"Error",y=l.message||"",b=f+": "+y,k={nextPosition:null,curPosition:null},g=[],p=c.length-1;p>=0;p--)g.push(`
at `+Hgt(c[p],k)),k.nextPosition=k.curPosition;return k.curPosition=k.nextPosition=null,b+g.reverse().join("")}function $gt(l){var c=/\n at [^(]+ \((.*):(\d+):(\d+)\)/.exec(l.stack);if(c){var f=c[1],y=+c[2],b=+c[3],k=s3[f];if(!k&&DC&&DC.existsSync(f))try{k=DC.readFileSync(f,"utf8")}catch{k=""}if(k){var g=k.split(/(?:\r\n|\r|\n)/)[y-1];if(g)return f+":"+y+`
`+g+`
`+new Array(b).join(" ")+"^"}}return null}function hlr(l){var c=$gt(l),f=flr();f&&f._handle&&f._handle.setBlocking&&f._handle.setBlocking(!0),c&&(console.error(),console.error(c)),console.error(l.stack),plr(1)}function ylr(){var l=process.emit;process.emit=function(c){if(c==="uncaughtException"){var f=arguments[1]&&arguments[1].stack,y=this.listeners(c).length>0;if(f&&!y)return hlr(arguments[1])}return l.apply(this,arguments)}}var vlr=LI.slice(0),Slr=FI.slice(0);o3.wrapCallSite=Hgt;o3.getErrorSource=$gt;o3.mapSourcePosition=xwe;o3.retrieveSourceMap=Ewe;o3.install=function(l){if(l=l||{},l.environment&&(bW=l.environment,["node","browser","auto"].indexOf(bW)===-1))throw new Error("environment "+bW+" was unknown. Available options are {auto, browser, node}");if(l.retrieveFile&&(l.overrideRetrieveFile&&(LI.length=0),LI.unshift(l.retrieveFile)),l.retrieveSourceMap&&(l.overrideRetrieveSourceMap&&(FI.length=0),FI.unshift(l.retrieveSourceMap)),l.hookRequire&&!Twe()){var c=Jgt(Swe,"module"),f=c.prototype._compile;f.__sourceMapSupport||(c.prototype._compile=function(k,g){return s3[g]=k,EW[g]=void 0,f.call(this,k,g)},c.prototype._compile.__sourceMapSupport=!0)}if(ywe||(ywe="emptyCacheBetweenOperations"in l?l.emptyCacheBetweenOperations:!1),qgt||(qgt=!0,Error.prepareStackTrace=glr),!zgt){var y="handleUncaughtExceptions"in l?l.handleUncaughtExceptions:!0;try{var b=Jgt(Swe,"worker_threads");b.isMainThread===!1&&(y=!1)}catch{}y&&ulr()&&(zgt=!0,ylr())}};o3.resetRetrieveHandlers=function(){LI.length=0,FI.length=0,LI=vlr.slice(0),FI=Slr.slice(0),Ewe=Oae(FI),bwe=Oae(LI)}});var D1=xt((fSr,Mae)=>{var Kgt={};(l=>{"use strict";var c=Object.defineProperty,f=Object.getOwnPropertyDescriptor,y=Object.getOwnPropertyNames,b=Object.prototype.hasOwnProperty,k=(e,t)=>{for(var n in t)c(e,n,{get:t[n],enumerable:!0})},g=(e,t,n,i)=>{if(t&&typeof t=="object"||typeof t=="function")for(let s of y(t))!b.call(e,s)&&s!==n&&c(e,s,{get:()=>t[s],enumerable:!(i=f(t,s))||i.enumerable});return e},p=e=>e,A={};k(A,{ANONYMOUS:()=>nZ,AccessFlags:()=>Mle,AssertionLevel:()=>Wce,AssignmentDeclarationKind:()=>zle,AssignmentKind:()=>dfe,Associativity:()=>Efe,BreakpointResolver:()=>ree,BuilderFileEmit:()=>Qhe,BuilderProgramKind:()=>sye,BuilderState:()=>cg,CallHierarchy:()=>_k,CharacterCodes:()=>tue,CheckFlags:()=>Ile,CheckMode:()=>EK,ClassificationType:()=>uQ,ClassificationTypeNames:()=>_0e,CommentDirectiveType:()=>gle,Comparison:()=>We,CompletionInfoFlags:()=>i0e,CompletionTriggerKind:()=>cQ,Completions:()=>hk,ContainerFlags:()=>kge,ContextFlags:()=>Ele,Debug:()=>M,DiagnosticCategory:()=>m5,Diagnostics:()=>v,DocumentHighlights:()=>yV,ElementFlags:()=>Rle,EmitFlags:()=>gG,EmitHint:()=>oue,EmitOnly:()=>yle,EndOfLineState:()=>a0e,ExitStatus:()=>vle,ExportKind:()=>cve,Extension:()=>rue,ExternalEmitHelpers:()=>sue,FileIncludeKind:()=>oG,FilePreprocessingDiagnosticsKind:()=>hle,FileSystemEntryKind:()=>mue,FileWatcherEventKind:()=>fue,FindAllReferences:()=>lc,FlattenLevel:()=>ehe,FlowFlags:()=>d5,ForegroundColorEscapeSequences:()=>zhe,FunctionFlags:()=>Sfe,GeneratedIdentifierFlags:()=>sG,GetLiteralTextFlags:()=>P_e,GoToDefinition:()=>cD,HighlightSpanKind:()=>r0e,IdentifierNameMap:()=>FN,IdentifierNameMultiMap:()=>Hge,ImportKind:()=>ave,ImportsNotUsedAsValues:()=>Kle,IndentStyle:()=>n0e,IndexFlags:()=>Lle,IndexKind:()=>Ble,InferenceFlags:()=>Jle,InferencePriority:()=>Vle,InlayHintKind:()=>t0e,InlayHints:()=>Hee,InternalEmitFlags:()=>nue,InternalSymbolName:()=>wle,IntersectionFlags:()=>ble,InvalidatedProjectKind:()=>Nye,JSDocParsingMode:()=>_ue,JsDoc:()=>BT,JsTyping:()=>Zg,JsxEmit:()=>Yle,JsxFlags:()=>ple,JsxReferenceKind:()=>Fle,LanguageFeatureMinimumTarget:()=>iue,LanguageServiceMode:()=>Zye,LanguageVariant:()=>Zle,LexicalEnvironmentFlags:()=>cue,ListFormat:()=>lue,LogLevel:()=>rle,MapCode:()=>$ee,MemberOverrideStatus:()=>Sle,ModifierFlags:()=>nG,ModuleDetectionKind:()=>Wle,ModuleInstanceState:()=>Cge,ModuleKind:()=>E3,ModuleResolutionKind:()=>ew,ModuleSpecifierEnding:()=>bpe,NavigateTo:()=>Dve,NavigationBar:()=>wve,NewLineKind:()=>Xle,NodeBuilderFlags:()=>xle,NodeCheckFlags:()=>lG,NodeFactoryFlags:()=>$pe,NodeFlags:()=>rG,NodeResolutionFeatures:()=>mge,ObjectFlags:()=>_G,OperationCanceledException:()=>ZI,OperatorPrecedence:()=>xfe,OrganizeImports:()=>UT,OrganizeImportsMode:()=>aQ,OuterExpressionKinds:()=>aue,OutliningElementsCollector:()=>Xee,OutliningSpanKind:()=>s0e,OutputFileType:()=>o0e,PackageJsonAutoImportPreference:()=>Qye,PackageJsonDependencyGroup:()=>Xye,PatternMatchKind:()=>EZ,PollingInterval:()=>hG,PollingWatchKind:()=>$le,PragmaKindFlags:()=>uue,PrivateIdentifierKind:()=>sde,ProcessLevel:()=>ohe,ProgramUpdateLevel:()=>Bhe,QuotePreference:()=>M0e,RegularExpressionFlags:()=>dle,RelationComparisonResult:()=>iG,Rename:()=>nJ,ScriptElementKind:()=>l0e,ScriptElementKindModifier:()=>u0e,ScriptKind:()=>pG,ScriptSnapshot:()=>CU,ScriptTarget:()=>Qle,SemanticClassificationFormat:()=>e0e,SemanticMeaning:()=>f0e,SemicolonPreference:()=>lQ,SignatureCheckMode:()=>xK,SignatureFlags:()=>fG,SignatureHelp:()=>eL,SignatureInfo:()=>Xhe,SignatureKind:()=>jle,SmartSelectionRange:()=>ete,SnippetKind:()=>mG,StatisticType:()=>Vye,StructureIsReused:()=>aG,SymbolAccessibility:()=>kle,SymbolDisplay:()=>Wv,SymbolDisplayPartKind:()=>kU,SymbolFlags:()=>cG,SymbolFormatFlags:()=>Ale,SyntaxKind:()=>tG,SyntheticSymbolKind:()=>Ple,Ternary:()=>qle,ThrottledCancellationToken:()=>V1e,TokenClass:()=>c0e,TokenFlags:()=>mle,TransformFlags:()=>dG,TypeFacts:()=>bK,TypeFlags:()=>uG,TypeFormatFlags:()=>Cle,TypeMapKind:()=>Ule,TypePredicateKind:()=>Nle,TypeReferenceSerializationKind:()=>Dle,UnionReduction:()=>Tle,UpToDateStatusType:()=>bye,VarianceFlags:()=>Ole,Version:()=>Ym,VersionRange:()=>f5,WatchDirectoryFlags:()=>eue,WatchDirectoryKind:()=>Hle,WatchFileKind:()=>Gle,WatchLogLevel:()=>Vhe,WatchType:()=>Eu,accessPrivateIdentifier:()=>Qge,addDisposableResourceHelper:()=>Ode,addEmitFlags:()=>qg,addEmitHelper:()=>DA,addEmitHelpers:()=>x0,addInternalEmitFlags:()=>PA,addNodeFactoryPatcher:()=>a4e,addObjectAllocatorPatcher:()=>G6e,addRange:()=>On,addRelatedInfo:()=>lo,addSyntheticLeadingComment:()=>hO,addSyntheticTrailingComment:()=>Nj,addToSeen:()=>tm,advancedAsyncSuperHelper:()=>Oj,affectsDeclarationPathOptionDeclarations:()=>Lme,affectsEmitOptionDeclarations:()=>Mme,allKeysStartWithDot:()=>NB,altDirectorySeparator:()=>v5,and:()=>l5,append:()=>Ut,appendIfUnique:()=>Ga,arrayFrom:()=>Os,arrayIsEqualTo:()=>Jp,arrayIsHomogeneous:()=>Ipe,arrayIsSorted:()=>jW,arrayOf:()=>Uce,arrayReverseIterator:()=>Lo,arrayToMap:()=>CP,arrayToMultiMap:()=>h3,arrayToNumericMap:()=>Jce,arraysEqual:()=>Ub,assertType:()=>uOe,assign:()=>Mx,assignHelper:()=>pde,asyncDelegator:()=>mde,asyncGeneratorHelper:()=>dde,asyncSuperHelper:()=>wj,asyncValues:()=>gde,attachFileToDiagnostics:()=>vA,awaitHelper:()=>yO,awaiterHelper:()=>yde,base64decode:()=>Yfe,base64encode:()=>$fe,binarySearch:()=>gv,binarySearchKey:()=>UC,bindSourceFile:()=>Pge,breakIntoCharacterSpans:()=>bve,breakIntoWordSpans:()=>Eve,buildLinkParts:()=>z0e,buildOpts:()=>IM,buildOverload:()=>Hqe,bundlerModuleNameResolver:()=>gge,canBeConvertedToAsync:()=>NZ,canHaveDecorators:()=>bE,canHaveExportModifier:()=>rM,canHaveFlowNode:()=>PR,canHaveIllegalDecorators:()=>wY,canHaveIllegalModifiers:()=>gme,canHaveIllegalType:()=>O4e,canHaveIllegalTypeParameters:()=>mme,canHaveJSDoc:()=>NR,canHaveLocals:()=>Mh,canHaveModifiers:()=>Im,canHaveSymbol:()=>Qm,canIncludeBindAndCheckDiagnsotics:()=>tM,canJsonReportNoInputFiles:()=>BO,canProduceDiagnostics:()=>qB,canUsePropertyAccess:()=>J$,canWatchAffectingLocation:()=>pye,canWatchAtTypes:()=>fye,canWatchDirectoryOrFile:()=>aU,cartesianProduct:()=>ele,cast:()=>ao,chainBundle:()=>ag,chainDiagnosticMessages:()=>Bs,changeAnyExtension:()=>A3,changeCompilerHostLikeToUseCache:()=>i6,changeExtension:()=>Y1,changeFullExtension:()=>vue,changesAffectModuleResolution:()=>H5,changesAffectingProgramStructure:()=>T_e,characterToRegularExpressionFlag:()=>NG,childIsDecorated:()=>Nw,classElementOrClassElementParameterIsDecorated:()=>kH,classHasClassThisAssignment:()=>BK,classHasDeclaredOrExplicitlyAssignedName:()=>UK,classHasExplicitlyAssignedName:()=>UB,classOrConstructorParameterIsDecorated:()=>Av,classPrivateFieldGetHelper:()=>Dde,classPrivateFieldInHelper:()=>wde,classPrivateFieldSetHelper:()=>Ide,classicNameResolver:()=>Ege,classifier:()=>W1e,cleanExtendedConfigCache:()=>XB,clear:()=>$m,clearMap:()=>qf,clearSharedExtendedConfigFileWatcher:()=>ZK,climbPastPropertyAccess:()=>DU,climbPastPropertyOrElementAccess:()=>g0e,clone:()=>qce,cloneCompilerOptions:()=>NQ,closeFileWatcher:()=>Dm,closeFileWatcherOf:()=>Dd,codefix:()=>P_,collapseTextChangeRangesAcrossMultipleVersions:()=>Rue,collectExternalModuleInfo:()=>MK,combine:()=>Ss,combinePaths:()=>ii,commandLineOptionOfCustomType:()=>Vme,commentPragmas:()=>g5,commonOptionsWithBuild:()=>cB,commonPackageFolders:()=>gpe,compact:()=>un,compareBooleans:()=>XS,compareDataObjects:()=>h$,compareDiagnostics:()=>eO,compareDiagnosticsSkipRelatedInformation:()=>X9,compareEmitHelpers:()=>ade,compareNumberOfDirectorySeparators:()=>ZR,comparePaths:()=>f0,comparePathsCaseInsensitive:()=>OOe,comparePathsCaseSensitive:()=>wOe,comparePatternKeys:()=>yK,compareProperties:()=>Kce,compareStringsCaseInsensitive:()=>v3,compareStringsCaseInsensitiveEslintCompatible:()=>Gce,compareStringsCaseSensitive:()=>u_,compareStringsCaseSensitiveUI:()=>S3,compareTextSpans:()=>a5,compareValues:()=>tc,compileOnSaveCommandLineOption:()=>oB,compilerOptionsAffectDeclarationPath:()=>dpe,compilerOptionsAffectEmit:()=>ppe,compilerOptionsAffectSemanticDiagnostics:()=>fpe,compilerOptionsDidYouMeanDiagnostics:()=>fB,compilerOptionsIndicateEsModules:()=>LQ,compose:()=>cOe,computeCommonSourceDirectoryOfFilenames:()=>Jhe,computeLineAndCharacterOfPosition:()=>DP,computeLineOfPosition:()=>sw,computeLineStarts:()=>HC,computePositionOfLineAndCharacter:()=>x5,computeSignature:()=>oye,computeSignatureWithDiagnostics:()=>TX,computeSuggestionDiagnostics:()=>AZ,computedOptions:()=>Zl,concatenate:()=>ds,concatenateDiagnosticMessageChains:()=>cpe,configDirTemplateSubstitutionOptions:()=>Bme,configDirTemplateSubstitutionWatchOptions:()=>Ume,consumesNodeCoreModules:()=>cV,contains:()=>xs,containsIgnoredPath:()=>_O,containsObjectRestOrSpread:()=>kM,containsParseError:()=>JP,containsPath:()=>Cm,convertCompilerOptionsForTelemetry:()=>nge,convertCompilerOptionsFromJson:()=>q3e,convertJsonOption:()=>g2,convertToBase64:()=>Hfe,convertToJson:()=>RM,convertToObject:()=>Kme,convertToOptionsWithAbsolutePaths:()=>gB,convertToRelativePath:()=>nw,convertToTSConfig:()=>eK,convertTypeAcquisitionFromJson:()=>z3e,copyComments:()=>b2,copyEntries:()=>$5,copyLeadingComments:()=>ZN,copyProperties:()=>JW,copyTrailingAsLeadingComments:()=>k8,copyTrailingComments:()=>v6,couldStartTrivia:()=>xue,countWhere:()=>yy,createAbstractBuilder:()=>WMe,createAccessorPropertyBackingField:()=>MY,createAccessorPropertyGetRedirector:()=>xme,createAccessorPropertySetRedirector:()=>Cme,createBaseNodeFactory:()=>qpe,createBinaryExpressionTrampoline:()=>nB,createBindingHelper:()=>Ij,createBuildInfo:()=>HB,createBuilderProgram:()=>bX,createBuilderProgramUsingProgramBuildInfo:()=>uye,createBuilderStatusReporter:()=>gU,createCacheWithRedirects:()=>uK,createCacheableExportInfoMap:()=>dZ,createCachedDirectoryStructureHost:()=>YB,createClassNamedEvaluationHelperBlock:()=>she,createClassThisAssignmentBlock:()=>nhe,createClassifier:()=>xLe,createCommentDirectivesMap:()=>k_e,createCompilerDiagnostic:()=>Pc,createCompilerDiagnosticForInvalidCustomType:()=>Jme,createCompilerDiagnosticFromMessageChain:()=>K9,createCompilerHost:()=>qhe,createCompilerHostFromProgramHost:()=>JX,createCompilerHostWorker:()=>QB,createDetachedDiagnostic:()=>yA,createDiagnosticCollection:()=>qw,createDiagnosticForFileFromMessageChain:()=>bH,createDiagnosticForNode:()=>mn,createDiagnosticForNodeArray:()=>zP,createDiagnosticForNodeArrayFromMessageChain:()=>iR,createDiagnosticForNodeFromMessageChain:()=>Ay,createDiagnosticForNodeInSourceFile:()=>bd,createDiagnosticForRange:()=>V_e,createDiagnosticMessageChainFromDiagnostic:()=>U_e,createDiagnosticReporter:()=>nk,createDocumentPositionMapper:()=>Wge,createDocumentRegistry:()=>_ve,createDocumentRegistryInternal:()=>SZ,createEmitAndSemanticDiagnosticsBuilderProgram:()=>AX,createEmitHelperFactory:()=>ode,createEmptyExports:()=>SM,createEvaluator:()=>Upe,createExpressionForJsxElement:()=>cme,createExpressionForJsxFragment:()=>lme,createExpressionForObjectLiteralElementLike:()=>ume,createExpressionForPropertyName:()=>AY,createExpressionFromEntityName:()=>TM,createExternalHelpersImportDeclarationIfNeeded:()=>NY,createFileDiagnostic:()=>bu,createFileDiagnosticFromMessageChain:()=>i9,createFlowNode:()=>zh,createForOfBindingStatement:()=>CY,createFutureSourceFile:()=>gV,createGetCanonicalFileName:()=>__,createGetIsolatedDeclarationErrors:()=>Nhe,createGetSourceFile:()=>iX,createGetSymbolAccessibilityDiagnosticForNode:()=>jv,createGetSymbolAccessibilityDiagnosticForNodeName:()=>Phe,createGetSymbolWalker:()=>Nge,createIncrementalCompilerHost:()=>mU,createIncrementalProgram:()=>Tye,createJsxFactoryExpression:()=>xY,createLanguageService:()=>J1e,createLanguageServiceSourceFile:()=>RV,createMemberAccessForPropertyName:()=>d2,createModeAwareCache:()=>wN,createModeAwareCacheKey:()=>qO,createModuleNotFoundChain:()=>Y5,createModuleResolutionCache:()=>ON,createModuleResolutionLoader:()=>fX,createModuleResolutionLoaderUsingGlobalCache:()=>hye,createModuleSpecifierResolutionHost:()=>ak,createMultiMap:()=>vd,createNameResolver:()=>H$,createNodeConverters:()=>Gpe,createNodeFactory:()=>oM,createOptionNameMap:()=>uB,createOverload:()=>pte,createPackageJsonImportFilter:()=>eD,createPackageJsonInfo:()=>oZ,createParenthesizerRules:()=>zpe,createPatternMatcher:()=>gve,createPrinter:()=>aS,createPrinterWithDefaults:()=>Fhe,createPrinterWithRemoveComments:()=>v2,createPrinterWithRemoveCommentsNeverAsciiEscape:()=>jhe,createPrinterWithRemoveCommentsOmitTrailingSemicolon:()=>$B,createProgram:()=>r8,createProgramHost:()=>qX,createPropertyNameNodeForIdentifierOrLiteral:()=>Sj,createQueue:()=>y3,createRange:()=>Ed,createRedirectedBuilderProgram:()=>CX,createResolutionCache:()=>PX,createRuntimeTypeSerializer:()=>_he,createScanner:()=>Ey,createSemanticDiagnosticsBuilderProgram:()=>zMe,createSet:()=>qW,createSolutionBuilder:()=>Aye,createSolutionBuilderHost:()=>xye,createSolutionBuilderWithWatch:()=>kye,createSolutionBuilderWithWatchHost:()=>Cye,createSortedArray:()=>Rx,createSourceFile:()=>$A,createSourceMapGenerator:()=>Bge,createSourceMapSource:()=>_4e,createSuperAccessVariableStatement:()=>JB,createSymbolTable:()=>po,createSymlinkCache:()=>P$,createSyntacticTypeNodeBuilder:()=>$ye,createSystemWatchFunctions:()=>gue,createTextChange:()=>v8,createTextChangeFromStartLength:()=>zU,createTextChangeRange:()=>M3,createTextRangeFromNode:()=>wQ,createTextRangeFromSpan:()=>qU,createTextSpan:()=>Gu,createTextSpanFromBounds:()=>wl,createTextSpanFromNode:()=>gf,createTextSpanFromRange:()=>lS,createTextSpanFromStringLiteralLikeContent:()=>IQ,createTextWriter:()=>UR,createTokenRange:()=>p$,createTypeChecker:()=>Fge,createTypeReferenceDirectiveResolutionCache:()=>CB,createTypeReferenceResolutionLoader:()=>ZB,createWatchCompilerHost:()=>t8e,createWatchCompilerHostOfConfigFile:()=>zX,createWatchCompilerHostOfFilesAndCompilerOptions:()=>WX,createWatchFactory:()=>VX,createWatchHost:()=>UX,createWatchProgram:()=>GX,createWatchStatusReporter:()=>DX,createWriteFileMeasuringIO:()=>sX,declarationNameToString:()=>Ya,decodeMappings:()=>wK,decodedTextSpanIntersectsWith:()=>R3,decorateHelper:()=>cde,deduplicate:()=>w1,defaultIncludeSpec:()=>nK,defaultInitCompilerOptions:()=>HY,defaultMaximumTruncationLength:()=>bw,diagnosticCategoryName:()=>Bx,diagnosticToString:()=>IE,diagnosticsEqualityComparer:()=>Q9,directoryProbablyExists:()=>tg,directorySeparator:()=>bc,displayPart:()=>zf,displayPartsToString:()=>U8,disposeEmitNodes:()=>K$,disposeResourcesHelper:()=>Rde,documentSpansEqual:()=>qQ,dumpTracingLegend:()=>fle,elementAt:()=>Dl,elideNodes:()=>Eme,emitComments:()=>Lfe,emitDetachedComments:()=>Ffe,emitFiles:()=>XK,emitFilesAndReportErrors:()=>_U,emitFilesAndReportErrorsAndGetExitStatus:()=>BX,emitModuleKindIsNonNodeESM:()=>ej,emitNewLineBeforeLeadingCommentOfPosition:()=>Mfe,emitNewLineBeforeLeadingComments:()=>Ofe,emitNewLineBeforeLeadingCommentsOfPosition:()=>Rfe,emitResolverSkipsTypeChecking:()=>KK,emitSkippedWithNoDiagnostics:()=>yX,emptyArray:()=>ve,emptyFileSystemEntries:()=>R$,emptyMap:()=>lr,emptyOptions:()=>am,emptySet:()=>Rr,endsWith:()=>Wc,ensurePathIsNonModuleName:()=>Vx,ensureScriptKind:()=>uj,ensureTrailingDirectorySeparator:()=>vu,entityNameToString:()=>lp,enumerateInsertsAndDeletes:()=>_5,equalOwnProperties:()=>Vce,equateStringsCaseInsensitive:()=>KS,equateStringsCaseSensitive:()=>Lx,equateValues:()=>hv,esDecorateHelper:()=>_de,escapeJsxAttributeString:()=>QH,escapeLeadingUnderscores:()=>Uc,escapeNonAsciiString:()=>D9,escapeSnippetText:()=>_E,escapeString:()=>Uh,escapeTemplateSubstitution:()=>KH,evaluatorResult:()=>fu,every:()=>Oi,executeCommandLine:()=>L8e,expandPreOrPostfixIncrementOrDecrementExpression:()=>Xj,explainFiles:()=>RX,explainIfFileIsRedirectAndImpliedFormat:()=>MX,exportAssignmentIsAlias:()=>eN,exportStarHelper:()=>Nde,expressionResultIsUnused:()=>Ope,extend:()=>o5,extendsHelper:()=>vde,extensionFromPath:()=>oO,extensionIsTS:()=>gj,extensionsNotSupportingExtensionlessResolution:()=>dj,externalHelpersModuleNameText:()=>oT,factory:()=>U,fileExtensionIs:()=>wc,fileExtensionIsOneOf:()=>Il,fileIncludeReasonToDiagnostics:()=>jX,fileShouldUseJavaScriptRequire:()=>pZ,filter:()=>ti,filterMutate:()=>JI,filterSemanticDiagnostics:()=>nU,find:()=>jn,findAncestor:()=>Dr,findBestPatternMatch:()=>$W,findChildOfKind:()=>Ma,findComputedPropertyNameCacheAssignment:()=>iB,findConfigFile:()=>rX,findConstructorDeclaration:()=>sM,findContainingList:()=>MU,findDiagnosticForNode:()=>rve,findFirstNonJsxWhitespaceToken:()=>T0e,findIndex:()=>Va,findLast:()=>xm,findLastIndex:()=>dv,findListItemInfo:()=>S0e,findMap:()=>UI,findModifier:()=>KN,findNextToken:()=>NE,findPackageJson:()=>eve,findPackageJsons:()=>sZ,findPrecedingMatchingToken:()=>VU,findPrecedingToken:()=>su,findSuperStatementIndexPath:()=>FB,findTokenOnLeftOfPosition:()=>jU,findUseStrictPrologue:()=>PY,first:()=>Fo,firstDefined:()=>di,firstDefinedIterator:()=>ra,firstIterator:()=>g3,firstOrOnly:()=>uZ,firstOrUndefined:()=>Aa,firstOrUndefinedIterator:()=>Ph,fixupCompilerOptions:()=>DZ,flatMap:()=>To,flatMapIterator:()=>p3,flatMapToMutable:()=>L_,flatten:()=>rf,flattenCommaList:()=>Ame,flattenDestructuringAssignment:()=>y2,flattenDestructuringBinding:()=>CE,flattenDiagnosticMessageText:()=>Qg,forEach:()=>Et,forEachAncestor:()=>b_e,forEachAncestorDirectory:()=>Am,forEachChild:()=>qs,forEachChildRecursively:()=>HA,forEachEmittedFile:()=>GK,forEachEnclosingBlockScopeContainer:()=>F_e,forEachEntry:()=>Iu,forEachExternalModuleToImportFrom:()=>gZ,forEachImportClauseDeclaration:()=>ffe,forEachKey:()=>m0,forEachLeadingCommentRange:()=>N3,forEachNameInAccessChainWalkingLeft:()=>npe,forEachNameOfDefaultExport:()=>hZ,forEachPropertyAssignment:()=>HP,forEachResolvedProjectReference:()=>dX,forEachReturnStatement:()=>Cv,forEachRight:()=>pi,forEachTrailingCommentRange:()=>D3,forEachTsConfigPropArray:()=>lR,forEachUnique:()=>WQ,forEachYieldExpression:()=>H_e,forSomeAncestorDirectory:()=>z6e,formatColorAndReset:()=>AE,formatDiagnostic:()=>oX,formatDiagnostics:()=>bMe,formatDiagnosticsWithColorAndContext:()=>Hhe,formatGeneratedName:()=>xT,formatGeneratedNamePart:()=>PN,formatLocation:()=>aX,formatMessage:()=>SA,formatStringFromArgs:()=>Dy,formatting:()=>zl,fullTripleSlashAMDReferencePathRegEx:()=>G_e,fullTripleSlashReferencePathRegEx:()=>W_e,generateDjb2Hash:()=>tw,generateTSConfig:()=>Qme,generatorHelper:()=>Ade,getAdjustedReferenceLocation:()=>EQ,getAdjustedRenameLocation:()=>FU,getAliasDeclarationFromName:()=>BH,getAllAccessorDeclarations:()=>W1,getAllDecoratorsOfClass:()=>FK,getAllDecoratorsOfClassElement:()=>BB,getAllJSDocTags:()=>w5,getAllJSDocTagsOfKind:()=>t6e,getAllKeys:()=>iOe,getAllProjectOutputs:()=>GB,getAllSuperTypeNodes:()=>Fw,getAllowJSCompilerOption:()=>H1,getAllowSyntheticDefaultImports:()=>TA,getAncestor:()=>pT,getAnyExtensionFromPath:()=>NP,getAreDeclarationMapsEnabled:()=>Z9,getAssignedExpandoInitializer:()=>sA,getAssignedName:()=>D5,getAssignedNameOfIdentifier:()=>ZO,getAssignmentDeclarationKind:()=>ll,getAssignmentDeclarationPropertyAccessKind:()=>ER,getAssignmentTargetKind:()=>fT,getAutomaticTypeDirectiveNames:()=>EB,getBaseFileName:()=>Ul,getBinaryOperatorPrecedence:()=>jR,getBuildInfo:()=>QK,getBuildInfoFileVersionMap:()=>xX,getBuildInfoText:()=>Mhe,getBuildOrderFromAnyBuildOrder:()=>o8,getBuilderCreationParameters:()=>sU,getBuilderFileEmit:()=>cS,getCanonicalDiagnostic:()=>J_e,getCheckFlags:()=>ul,getClassExtendsHeritageElement:()=>nE,getClassLikeDeclarationOfSymbol:()=>T0,getCombinedLocalAndExportSymbolFlags:()=>lN,getCombinedModifierFlags:()=>eT,getCombinedNodeFlags:()=>p0,getCombinedNodeFlagsAlwaysIncludeJSDoc:()=>MG,getCommentRange:()=>zg,getCommonSourceDirectory:()=>n6,getCommonSourceDirectoryOfConfig:()=>rk,getCompilerOptionValue:()=>nj,getCompilerOptionsDiffValue:()=>Xme,getConditions:()=>sS,getConfigFileParsingDiagnostics:()=>kE,getConstantValue:()=>Qpe,getContainerFlags:()=>SK,getContainerNode:()=>T2,getContainingClass:()=>Lu,getContainingClassExcludingClassDecorators:()=>f9,getContainingClassStaticBlock:()=>nfe,getContainingFunction:()=>Ip,getContainingFunctionDeclaration:()=>rfe,getContainingFunctionOrClassStaticBlock:()=>_9,getContainingNodeArray:()=>Rpe,getContainingObjectLiteralElement:()=>V8,getContextualTypeFromParent:()=>eV,getContextualTypeFromParentOrAncestorTypeNode:()=>LU,getCurrentTime:()=>s8,getDeclarationDiagnostics:()=>Dhe,getDeclarationEmitExtensionForPath:()=>O9,getDeclarationEmitOutputFilePath:()=>Pfe,getDeclarationEmitOutputFilePathWorker:()=>w9,getDeclarationFileExtension:()=>BY,getDeclarationFromName:()=>Lw,getDeclarationModifierFlagsFromSymbol:()=>Cd,getDeclarationOfKind:()=>kc,getDeclarationsOfKind:()=>v_e,getDeclaredExpandoInitializer:()=>ww,getDecorators:()=>F1,getDefaultCompilerOptions:()=>OV,getDefaultFormatCodeSettings:()=>AU,getDefaultLibFileName:()=>w3,getDefaultLibFilePath:()=>q1e,getDefaultLikeExportInfo:()=>hV,getDefaultLikeExportNameFromDeclaration:()=>uV,getDiagnosticText:()=>wf,getDiagnosticsWithinSpan:()=>nve,getDirectoryPath:()=>yi,getDirectoryToWatchFailedLookupLocation:()=>kX,getDirectoryToWatchFailedLookupLocationFromTypeRoot:()=>mye,getDocumentPositionMapper:()=>CZ,getDocumentSpansEqualityComparer:()=>zQ,getESModuleInterop:()=>Iy,getEditsForFileRename:()=>pve,getEffectiveBaseTypeNode:()=>Lg,getEffectiveConstraintOfTypeParameter:()=>MP,getEffectiveContainerForJSDocTemplateTag:()=>C9,getEffectiveImplementsTypeNodes:()=>tN,getEffectiveInitializer:()=>vR,getEffectiveJSDocHost:()=>_T,getEffectiveModifierFlags:()=>V_,getEffectiveModifierFlagsAlwaysIncludeJSDoc:()=>Vfe,getEffectiveModifierFlagsNoCache:()=>Jfe,getEffectiveReturnTypeNode:()=>_p,getEffectiveSetAccessorTypeAnnotationNode:()=>wfe,getEffectiveTypeAnnotationNode:()=>Vl,getEffectiveTypeParameterDeclarations:()=>j1,getEffectiveTypeRoots:()=>JO,getElementOrPropertyAccessArgumentExpressionOrName:()=>x9,getElementOrPropertyAccessName:()=>g0,getElementsOfBindingOrAssignmentPattern:()=>kN,getEmitDeclarations:()=>Hp,getEmitFlags:()=>Ko,getEmitHelpers:()=>Dj,getEmitModuleDetectionKind:()=>lpe,getEmitModuleKind:()=>J_,getEmitModuleResolutionKind:()=>cf,getEmitScriptTarget:()=>Qo,getEmitStandardClassFields:()=>A$,getEnclosingBlockScopeContainer:()=>Zm,getEnclosingContainer:()=>n9,getEncodedSemanticClassifications:()=>yZ,getEncodedSyntacticClassifications:()=>vZ,getEndLinePosition:()=>Z3,getEntityNameFromTypeNode:()=>fR,getEntrypointsFromPackageJsonInfo:()=>mK,getErrorCountForSummary:()=>lU,getErrorSpanForNode:()=>Yx,getErrorSummaryText:()=>wX,getEscapedTextOfIdentifierOrLiteral:()=>Uw,getEscapedTextOfJsxAttributeName:()=>dO,getEscapedTextOfJsxNamespacedName:()=>CA,getExpandoInitializer:()=>lT,getExportAssignmentExpression:()=>UH,getExportInfoMap:()=>O8,getExportNeedsImportStarHelper:()=>Gge,getExpressionAssociativity:()=>HH,getExpressionPrecedence:()=>Jw,getExternalHelpersModuleName:()=>eB,getExternalModuleImportEqualsDeclarationExpression:()=>Dw,getExternalModuleName:()=>oA,getExternalModuleNameFromDeclaration:()=>Afe,getExternalModuleNameFromPath:()=>t$,getExternalModuleNameLiteral:()=>GA,getExternalModuleRequireArgument:()=>NH,getFallbackOptions:()=>QM,getFileEmitOutput:()=>Khe,getFileMatcherPatterns:()=>lj,getFileNamesFromConfigSpecs:()=>UO,getFileWatcherEventKind:()=>SG,getFilesInErrorForSummary:()=>uU,getFirstConstructorWithBody:()=>Py,getFirstIdentifier:()=>pp,getFirstNonSpaceCharacterPosition:()=>H0e,getFirstProjectOutput:()=>YK,getFixableErrorSpanExpression:()=>cZ,getFormatCodeSettingsForWriting:()=>dV,getFullWidth:()=>Q3,getFunctionFlags:()=>Rl,getHeritageClause:()=>RR,getHostSignatureFromJSDoc:()=>uT,getIdentifierAutoGenerate:()=>d4e,getIdentifierGeneratedImportReference:()=>ide,getIdentifierTypeArguments:()=>i2,getImmediatelyInvokedFunctionExpression:()=>Qb,getImpliedNodeFormatForFile:()=>t8,getImpliedNodeFormatForFileWorker:()=>rU,getImportNeedsImportDefaultHelper:()=>RK,getImportNeedsImportStarHelper:()=>MB,getIndentSize:()=>sN,getIndentString:()=>I9,getInferredLibraryNameResolveFrom:()=>tU,getInitializedVariables:()=>Xw,getInitializerOfBinaryExpression:()=>wH,getInitializerOfBindingOrAssignmentElement:()=>xM,getInterfaceBaseTypeNodes:()=>jw,getInternalEmitFlags:()=>Pm,getInvokedExpression:()=>m9,getIsolatedModules:()=>Ad,getJSDocAugmentsTag:()=>zue,getJSDocClassTag:()=>jG,getJSDocCommentRanges:()=>xH,getJSDocCommentsAndTags:()=>RH,getJSDocDeprecatedTag:()=>BG,getJSDocDeprecatedTagNoCache:()=>Xue,getJSDocEnumTag:()=>UG,getJSDocHost:()=>tE,getJSDocImplementsTags:()=>Wue,getJSDocOverloadTags:()=>LH,getJSDocOverrideTagNoCache:()=>Kue,getJSDocParameterTags:()=>RP,getJSDocParameterTagsNoCache:()=>Uue,getJSDocPrivateTag:()=>KOe,getJSDocPrivateTagNoCache:()=>Hue,getJSDocProtectedTag:()=>XOe,getJSDocProtectedTagNoCache:()=>$ue,getJSDocPublicTag:()=>YOe,getJSDocPublicTagNoCache:()=>Gue,getJSDocReadonlyTag:()=>QOe,getJSDocReadonlyTagNoCache:()=>Yue,getJSDocReturnTag:()=>Que,getJSDocReturnType:()=>F3,getJSDocRoot:()=>ZP,getJSDocSatisfiesExpressionType:()=>z$,getJSDocSatisfiesTag:()=>VG,getJSDocTags:()=>nT,getJSDocTagsNoCache:()=>e6e,getJSDocTemplateTag:()=>ZOe,getJSDocThisTag:()=>I5,getJSDocType:()=>rT,getJSDocTypeAliasName:()=>IY,getJSDocTypeAssertionType:()=>MO,getJSDocTypeParameterDeclarations:()=>j9,getJSDocTypeParameterTags:()=>Vue,getJSDocTypeParameterTagsNoCache:()=>Jue,getJSDocTypeTag:()=>tT,getJSXImplicitImportBase:()=>sj,getJSXRuntimeImport:()=>oj,getJSXTransformEnabled:()=>ij,getKeyForCompilerOptions:()=>lK,getLanguageVariant:()=>YR,getLastChild:()=>y$,getLeadingCommentRanges:()=>Ty,getLeadingCommentRangesOfNode:()=>EH,getLeftmostAccessExpression:()=>uN,getLeftmostExpression:()=>_N,getLibraryNameFromLibFileName:()=>mX,getLineAndCharacterOfPosition:()=>Eo,getLineInfo:()=>IK,getLineOfLocalPosition:()=>zw,getLineOfLocalPositionFromLineMap:()=>r2,getLineStartPositionForPosition:()=>cm,getLineStarts:()=>vy,getLinesBetweenPositionAndNextNonWhitespaceCharacter:()=>epe,getLinesBetweenPositionAndPrecedingNonWhitespaceCharacter:()=>Zfe,getLinesBetweenPositions:()=>ow,getLinesBetweenRangeEndAndRangeStart:()=>d$,getLinesBetweenRangeEndPositions:()=>q6e,getLiteralText:()=>N_e,getLocalNameForExternalImport:()=>AN,getLocalSymbolForExportDefault:()=>$w,getLocaleSpecificMessage:()=>Ls,getLocaleTimeString:()=>i8,getMappedContextSpan:()=>GQ,getMappedDocumentSpan:()=>KU,getMappedLocation:()=>g6,getMatchedFileSpec:()=>LX,getMatchedIncludeSpec:()=>FX,getMeaningFromDeclaration:()=>PU,getMeaningFromLocation:()=>S2,getMembersOfDeclaration:()=>$_e,getModeForFileReference:()=>ZM,getModeForResolutionAtIndex:()=>$he,getModeForUsageLocation:()=>lX,getModifiedTime:()=>WC,getModifiers:()=>qb,getModuleInstanceState:()=>D0,getModuleNameStringLiteralAt:()=>n8,getModuleSpecifierEndingPreference:()=>xpe,getModuleSpecifierResolverHost:()=>FQ,getNameForExportedSymbol:()=>lV,getNameFromImportAttribute:()=>xj,getNameFromIndexInfo:()=>j_e,getNameFromPropertyName:()=>T8,getNameOfAccessExpression:()=>S$,getNameOfCompilerOptionValue:()=>tK,getNameOfDeclaration:()=>Ns,getNameOfExpando:()=>DH,getNameOfJSDocTypedef:()=>Bue,getNameOfScriptTarget:()=>rj,getNameOrArgument:()=>bR,getNameTable:()=>tee,getNamesForExportedSymbol:()=>ive,getNamespaceDeclarationNode:()=>XP,getNewLineCharacter:()=>wv,getNewLineKind:()=>w8,getNewLineOrDefaultFromHost:()=>Jv,getNewTargetContainer:()=>sfe,getNextJSDocCommentLocation:()=>MH,getNodeChildren:()=>bY,getNodeForGeneratedName:()=>AM,getNodeId:()=>Sa,getNodeKind:()=>PE,getNodeModifiers:()=>p6,getNodeModulePathParts:()=>Tj,getNonAssignedNameOfDeclaration:()=>N5,getNonAssignmentOperatorForCompoundAssignment:()=>KO,getNonAugmentationDeclaration:()=>gH,getNonDecoratorTokenPosOfNode:()=>uH,getNormalizedAbsolutePath:()=>Cs,getNormalizedAbsolutePathWithoutRoot:()=>xG,getNormalizedPathComponents:()=>C3,getObjectFlags:()=>Qn,getOperator:()=>YH,getOperatorAssociativity:()=>$H,getOperatorPrecedence:()=>FR,getOptionFromName:()=>YY,getOptionsForLibraryResolution:()=>_K,getOptionsNameMap:()=>DN,getOrCreateEmitNode:()=>d_,getOrCreateExternalHelpersModuleNameIfNeeded:()=>dme,getOrUpdate:()=>mv,getOriginalNode:()=>Bc,getOriginalNodeId:()=>mf,getOriginalSourceFile:()=>w6e,getOutputDeclarationFileName:()=>BN,getOutputDeclarationFileNameWorker:()=>HK,getOutputExtension:()=>WB,getOutputFileNames:()=>SMe,getOutputJSFileNameWorker:()=>$K,getOutputPathsFor:()=>r6,getOutputPathsForBundle:()=>zB,getOwnEmitOutputFilePath:()=>kfe,getOwnKeys:()=>Pg,getOwnValues:()=>VC,getPackageJsonInfo:()=>DT,getPackageJsonTypesVersionsPaths:()=>bB,getPackageJsonsVisibleToFile:()=>tve,getPackageNameFromTypesPackageName:()=>GO,getPackageScopeForPath:()=>WO,getParameterSymbolFromJSDoc:()=>DR,getParameterTypeNode:()=>s4e,getParentNodeInSpan:()=>E8,getParseTreeNode:()=>Ps,getParsedCommandLineOfConfigFile:()=>wM,getPathComponents:()=>yu,getPathComponentsRelativeTo:()=>kG,getPathFromPathComponents:()=>_0,getPathUpdater:()=>bZ,getPathsBasePath:()=>R9,getPatternFromSpec:()=>vpe,getPendingEmitKind:()=>qN,getPositionOfLineAndCharacter:()=>k3,getPossibleGenericSignatures:()=>CQ,getPossibleOriginalInputExtensionForExtension:()=>Nfe,getPossibleTypeArgumentsInfo:()=>AQ,getPreEmitDiagnostics:()=>TMe,getPrecedingNonSpaceCharacterPosition:()=>QU,getPrivateIdentifier:()=>jK,getProperties:()=>LK,getProperty:()=>s5,getPropertyArrayElementValue:()=>tfe,getPropertyAssignmentAliasLikeExpression:()=>vfe,getPropertyNameForPropertyNameNode:()=>e2,getPropertyNameForUniqueESSymbol:()=>D6e,getPropertyNameFromType:()=>nm,getPropertyNameOfBindingOrAssignmentElement:()=>DY,getPropertySymbolFromBindingElement:()=>YU,getPropertySymbolsFromContextualType:()=>MV,getQuoteFromPreference:()=>BQ,getQuotePreference:()=>td,getRangesWhere:()=>zI,getRefactorContextSpan:()=>ck,getReferencedFileLocation:()=>o6,getRegexFromPattern:()=>$1,getRegularExpressionForWildcard:()=>rO,getRegularExpressionsForWildcards:()=>aj,getRelativePathFromDirectory:()=>Km,getRelativePathFromFile:()=>iw,getRelativePathToDirectoryOrUrl:()=>GC,getRenameLocation:()=>A8,getReplacementSpanForContextToken:()=>DQ,getResolutionDiagnostic:()=>SX,getResolutionModeOverride:()=>UN,getResolveJsonModule:()=>cE,getResolvePackageJsonExports:()=>x$,getResolvePackageJsonImports:()=>C$,getResolvedExternalModuleName:()=>e$,getRestIndicatorOfBindingOrAssignmentElement:()=>tB,getRestParameterElementType:()=>CH,getRightMostAssignedExpression:()=>SR,getRootDeclaration:()=>jg,getRootDirectoryOfResolutionCache:()=>gye,getRootLength:()=>Oh,getRootPathSplitLength:()=>YMe,getScriptKind:()=>XQ,getScriptKindFromFileName:()=>_j,getScriptTargetFeatures:()=>_H,getSelectedEffectiveModifierFlags:()=>pA,getSelectedSyntacticModifierFlags:()=>Bfe,getSemanticClassifications:()=>lve,getSemanticJsxChildren:()=>nN,getSetAccessorTypeAnnotationNode:()=>Dfe,getSetAccessorValueParameter:()=>aN,getSetExternalModuleIndicator:()=>KR,getShebang:()=>A5,getSingleInitializerOfVariableStatementOrPropertyDeclaration:()=>OH,getSingleVariableOfVariableStatement:()=>lA,getSnapshotText:()=>ok,getSnippetElement:()=>X$,getSourceFileOfModule:()=>X5,getSourceFileOfNode:()=>Jr,getSourceFilePathInNewDir:()=>L9,getSourceFilePathInNewDirWorker:()=>F9,getSourceFileVersionAsHashFromText:()=>fU,getSourceFilesToEmit:()=>M9,getSourceMapRange:()=>Rv,getSourceMapper:()=>Cve,getSourceTextOfNodeFromSourceFile:()=>$b,getSpanOfTokenAtPosition:()=>jh,getSpellingSuggestion:()=>Fx,getStartPositionOfLine:()=>q1,getStartPositionOfRange:()=>Kw,getStartsOnNewLine:()=>gO,getStaticPropertiesAndClassStaticBlock:()=>jB,getStrictOptionValue:()=>q_,getStringComparer:()=>AP,getSubPatternFromSpec:()=>cj,getSuperCallFromStatement:()=>LB,getSuperContainer:()=>uR,getSupportedCodeFixes:()=>ZZ,getSupportedExtensions:()=>iO,getSupportedExtensionsWithJsonIfResolveJsonModule:()=>QR,getSwitchedType:()=>rZ,getSymbolId:()=>Po,getSymbolNameForPrivateIdentifier:()=>MR,getSymbolParentOrFail:()=>_V,getSymbolTarget:()=>QQ,getSyntacticClassifications:()=>uve,getSyntacticModifierFlags:()=>Dv,getSyntacticModifierFlagsNoCache:()=>o$,getSynthesizedDeepClone:()=>ka,getSynthesizedDeepCloneWithReplacements:()=>C8,getSynthesizedDeepClones:()=>DE,getSynthesizedDeepClonesWithReplacements:()=>ZQ,getSyntheticLeadingComments:()=>gN,getSyntheticTrailingComments:()=>uM,getTargetLabel:()=>IU,getTargetOfBindingOrAssignmentElement:()=>iS,getTemporaryModuleResolutionState:()=>zO,getTextOfConstantValue:()=>D_e,getTextOfIdentifierOrLiteral:()=>Zd,getTextOfJSDocComment:()=>B3,getTextOfJsxAttributeName:()=>iM,getTextOfJsxNamespacedName:()=>mO,getTextOfNode:()=>Hc,getTextOfNodeFromSourceText:()=>Cw,getTextOfPropertyName:()=>rA,getThisContainer:()=>of,getThisParameter:()=>iE,getTokenAtPosition:()=>Ki,getTokenPosOfNode:()=>aT,getTokenSourceMapRange:()=>f4e,getTouchingPropertyName:()=>Of,getTouchingToken:()=>$N,getTrailingCommentRanges:()=>L1,getTrailingSemicolonDeferringWriter:()=>ZH,getTransformFlagsSubtreeExclusions:()=>Ype,getTransformers:()=>Ohe,getTsBuildInfoEmitOutputFilePath:()=>Bv,getTsConfigObjectLiteralExpression:()=>Pw,getTsConfigPropArrayElementValue:()=>u9,getTypeAnnotationNode:()=>Ife,getTypeArgumentOrTypeParameterList:()=>N0e,getTypeKeywordOfTypeOnlyImport:()=>JQ,getTypeNode:()=>rde,getTypeNodeIfAccessible:()=>T6,getTypeParameterFromJsDoc:()=>pfe,getTypeParameterOwner:()=>WOe,getTypesPackageName:()=>DB,getUILocale:()=>$ce,getUniqueName:()=>E2,getUniqueSymbolId:()=>G0e,getUseDefineForClassFields:()=>XR,getWatchErrorSummaryDiagnosticMessage:()=>IX,getWatchFactory:()=>tX,group:()=>WI,groupBy:()=>VW,guessIndentation:()=>h_e,handleNoEmitOptions:()=>vX,handleWatchOptionsConfigDirTemplateSubstitution:()=>hB,hasAbstractModifier:()=>aE,hasAccessorModifier:()=>Bg,hasAmbientModifier:()=>s$,hasChangesInResolutions:()=>aH,hasChildOfKind:()=>g8,hasContextSensitiveParameters:()=>vj,hasDecorators:()=>Gp,hasDocComment:()=>k0e,hasDynamicName:()=>y0,hasEffectiveModifier:()=>fp,hasEffectiveModifiers:()=>i$,hasEffectiveReadonlyModifier:()=>Ww,hasExtension:()=>PP,hasIndexSignature:()=>tZ,hasInferredType:()=>Jpe,hasInitializer:()=>bv,hasInvalidEscape:()=>XH,hasJSDocNodes:()=>Np,hasJSDocParameterTags:()=>que,hasJSFileExtension:()=>wy,hasJsonModuleEmitEnabled:()=>tj,hasOnlyExpressionInitializer:()=>Hx,hasOverrideModifier:()=>B9,hasPossibleExternalModuleReference:()=>L_e,hasProperty:()=>Ha,hasPropertyAccessExpressionWithName:()=>_8,hasQuestionToken:()=>cA,hasRecordedExternalHelpers:()=>pme,hasResolutionModeOverride:()=>Bpe,hasRestParameter:()=>nH,hasScopeMarker:()=>l_e,hasStaticModifier:()=>Jl,hasSyntacticModifier:()=>_i,hasSyntacticModifiers:()=>jfe,hasTSFileExtension:()=>EA,hasTabstop:()=>Lpe,hasTrailingDirectorySeparator:()=>yv,hasType:()=>z5,hasTypeArguments:()=>C6e,hasZeroOrOneAsteriskCharacter:()=>k$,helperString:()=>eY,hostGetCanonicalFileName:()=>Nv,hostUsesCaseSensitiveFileNames:()=>oN,idText:()=>In,identifierIsThisKeyword:()=>n$,identifierToKeywordKind:()=>Jx,identity:()=>ec,identitySourceMapConsumer:()=>OK,ignoreSourceNewlines:()=>Z$,ignoredPaths:()=>y5,importDefaultHelper:()=>Pde,importFromModuleSpecifier:()=>Rw,importStarHelper:()=>tY,indexOfAnyCharCode:()=>VI,indexOfNode:()=>qP,indicesOf:()=>Ox,inferredTypesContainingFile:()=>s6,injectClassNamedEvaluationHelperBlockIfMissing:()=>VB,injectClassThisAssignmentIfMissing:()=>ihe,insertImports:()=>VQ,insertLeadingStatement:()=>N4e,insertSorted:()=>u0,insertStatementAfterCustomPrologue:()=>$x,insertStatementAfterStandardPrologue:()=>g6e,insertStatementsAfterCustomPrologue:()=>cH,insertStatementsAfterStandardPrologue:()=>Cy,intersperse:()=>Ef,intrinsicTagNameToString:()=>W$,introducesArgumentsExoticObject:()=>Q_e,inverseJsxOptionMap:()=>DM,isAbstractConstructorSymbol:()=>tpe,isAbstractModifier:()=>Ude,isAccessExpression:()=>ac,isAccessibilityModifier:()=>PQ,isAccessor:()=>U1,isAccessorModifier:()=>Jde,isAliasSymbolDeclaration:()=>k6e,isAliasableExpression:()=>OR,isAmbientModule:()=>U_,isAmbientPropertyDeclaration:()=>yH,isAnonymousFunctionDefinition:()=>Vw,isAnyDirectorySeparator:()=>TG,isAnyImportOrBareOrAccessedRequire:()=>R_e,isAnyImportOrReExport:()=>rR,isAnyImportOrRequireStatement:()=>M_e,isAnyImportSyntax:()=>tA,isAnySupportedFileExtension:()=>n4e,isApplicableVersionedTypesKey:()=>BM,isArgumentExpressionOfElementAccess:()=>hQ,isArray:()=>Ms,isArrayBindingElement:()=>j5,isArrayBindingOrAssignmentElement:()=>G3,isArrayBindingOrAssignmentPattern:()=>XG,isArrayBindingPattern:()=>Fv,isArrayLiteralExpression:()=>Ku,isArrayLiteralOrObjectLiteralDestructuringPattern:()=>Vv,isArrayTypeNode:()=>gM,isArrowFunction:()=>fc,isAsExpression:()=>EO,isAssertClause:()=>$de,isAssertEntry:()=>T4e,isAssertionExpression:()=>sT,isAssertsKeyword:()=>jde,isAssignmentDeclaration:()=>Iw,isAssignmentExpression:()=>Tu,isAssignmentOperator:()=>v0,isAssignmentPattern:()=>Sw,isAssignmentTarget:()=>Pv,isAsteriskToken:()=>pM,isAsyncFunction:()=>Bw,isAsyncModifier:()=>SO,isAutoAccessorPropertyDeclaration:()=>Cf,isAwaitExpression:()=>eS,isAwaitKeyword:()=>oY,isBigIntLiteral:()=>fM,isBinaryExpression:()=>Dn,isBinaryOperatorToken:()=>bme,isBindableObjectDefinePropertyCall:()=>Qx,isBindableStaticAccessExpression:()=>eE,isBindableStaticElementAccessExpression:()=>E9,isBindableStaticNameExpression:()=>Zx,isBindingElement:()=>Zo,isBindingElementOfBareOrAccessedRequire:()=>cfe,isBindingName:()=>Wx,isBindingOrAssignmentElement:()=>i_e,isBindingOrAssignmentPattern:()=>z3,isBindingPattern:()=>$s,isBlock:()=>Js,isBlockLike:()=>rD,isBlockOrCatchScoped:()=>fH,isBlockScope:()=>vH,isBlockScopedContainerTopLevel:()=>O_e,isBooleanLiteral:()=>vw,isBreakOrContinueStatement:()=>dw,isBreakStatement:()=>y4e,isBuild:()=>Jye,isBuildInfoFile:()=>Rhe,isBuilderProgram:()=>vye,isBundle:()=>Xde,isCallChain:()=>qx,isCallExpression:()=>to,isCallExpressionTarget:()=>_Q,isCallLikeExpression:()=>Hb,isCallLikeOrFunctionLikeExpression:()=>QG,isCallOrNewExpression:()=>Ig,isCallOrNewExpressionTarget:()=>fQ,isCallSignatureDeclaration:()=>LA,isCallToHelper:()=>vO,isCaseBlock:()=>PO,isCaseClause:()=>TN,isCaseKeyword:()=>qde,isCaseOrDefaultClause:()=>J5,isCatchClause:()=>TE,isCatchClauseVariableDeclaration:()=>Mpe,isCatchClauseVariableDeclarationOrBindingElement:()=>pH,isCheckJsEnabledForFile:()=>aO,isChildOfNodeWithKind:()=>y6e,isCircularBuildOrder:()=>ik,isClassDeclaration:()=>ru,isClassElement:()=>_u,isClassExpression:()=>tu,isClassInstanceProperty:()=>r_e,isClassLike:()=>vi,isClassMemberModifier:()=>$G,isClassNamedEvaluationHelperBlock:()=>tk,isClassOrTypeElement:()=>F5,isClassStaticBlockDeclaration:()=>$c,isClassThisAssignmentBlock:()=>QO,isCollapsedRange:()=>J6e,isColonToken:()=>Lde,isCommaExpression:()=>bM,isCommaListExpression:()=>CO,isCommaSequence:()=>RO,isCommaToken:()=>Mde,isComment:()=>JU,isCommonJsExportPropertyAssignment:()=>c9,isCommonJsExportedExpression:()=>K_e,isCompoundAssignment:()=>YO,isComputedNonLiteralName:()=>nR,isComputedPropertyName:()=>Go,isConciseBody:()=>U5,isConditionalExpression:()=>VA,isConditionalTypeNode:()=>dE,isConstAssertion:()=>G$,isConstTypeReference:()=>Xm,isConstructSignatureDeclaration:()=>mM,isConstructorDeclaration:()=>Vc,isConstructorTypeNode:()=>hN,isContextualKeyword:()=>k9,isContinueStatement:()=>h4e,isCustomPrologue:()=>cR,isDebuggerStatement:()=>v4e,isDeclaration:()=>f_,isDeclarationBindingElement:()=>q3,isDeclarationFileName:()=>ju,isDeclarationName:()=>Bh,isDeclarationNameOfEnumOrNamespace:()=>m$,isDeclarationReadonly:()=>sR,isDeclarationStatement:()=>p_e,isDeclarationWithTypeParameterChildren:()=>TH,isDeclarationWithTypeParameters:()=>SH,isDecorator:()=>pu,isDecoratorTarget:()=>d0e,isDefaultClause:()=>DO,isDefaultImport:()=>aA,isDefaultModifier:()=>Fj,isDefaultedExpandoInitializer:()=>lfe,isDeleteExpression:()=>Wde,isDeleteTarget:()=>jH,isDeprecatedDeclaration:()=>fV,isDestructuringAssignment:()=>Iv,isDiagnosticWithLocation:()=>aZ,isDiskPathRoot:()=>bG,isDoStatement:()=>g4e,isDocumentRegistryEntry:()=>R8,isDotDotDotToken:()=>Mj,isDottedName:()=>zR,isDynamicName:()=>N9,isESSymbolIdentifier:()=>I6e,isEffectiveExternalModule:()=>eA,isEffectiveModuleDeclaration:()=>w_e,isEffectiveStrictModeSourceFile:()=>hH,isElementAccessChain:()=>JG,isElementAccessExpression:()=>cc,isEmittedFileOfProgram:()=>Uhe,isEmptyArrayLiteral:()=>Gfe,isEmptyBindingElement:()=>Lue,isEmptyBindingPattern:()=>Mue,isEmptyObjectLiteral:()=>_$,isEmptyStatement:()=>uY,isEmptyStringLiteral:()=>PH,isEntityName:()=>xf,isEntityNameExpression:()=>nc,isEnumConst:()=>Kb,isEnumDeclaration:()=>TT,isEnumMember:()=>nS,isEqualityOperatorKind:()=>tV,isEqualsGreaterThanToken:()=>Fde,isExclamationToken:()=>dM,isExcludedFile:()=>ege,isExclusivelyTypeOnlyImportOrExport:()=>cX,isExpandoPropertyDeclaration:()=>AA,isExportAssignment:()=>pc,isExportDeclaration:()=>Cl,isExportModifier:()=>RA,isExportName:()=>Qj,isExportNamespaceAsDefaultDeclaration:()=>e9,isExportOrDefaultModifier:()=>CM,isExportSpecifier:()=>E_,isExportsIdentifier:()=>Xx,isExportsOrModuleExportsOrAlias:()=>EE,isExpression:()=>Pt,isExpressionNode:()=>eg,isExpressionOfExternalModuleImportEqualsDeclaration:()=>y0e,isExpressionOfOptionalChainRoot:()=>R5,isExpressionStatement:()=>wu,isExpressionWithTypeArguments:()=>C0,isExpressionWithTypeArgumentsInClassExtendsClause:()=>U9,isExternalModule:()=>iu,isExternalModuleAugmentation:()=>Yb,isExternalModuleImportEqualsDeclaration:()=>cT,isExternalModuleIndicator:()=>$3,isExternalModuleNameRelative:()=>Su,isExternalModuleReference:()=>A0,isExternalModuleSymbol:()=>UP,isExternalOrCommonJsModule:()=>Jf,isFileLevelReservedGeneratedIdentifier:()=>J3,isFileLevelUniqueName:()=>Q5,isFileProbablyExternalModule:()=>PM,isFirstDeclarationOfSymbolParameter:()=>HQ,isFixablePromiseHandler:()=>PZ,isForInOrOfStatement:()=>Gx,isForInStatement:()=>zj,isForInitializer:()=>Td,isForOfStatement:()=>hM,isForStatement:()=>ST,isFullSourceFile:()=>kv,isFunctionBlock:()=>Xb,isFunctionBody:()=>eH,isFunctionDeclaration:()=>El,isFunctionExpression:()=>ic,isFunctionExpressionOrArrowFunction:()=>K1,isFunctionLike:()=>Us,isFunctionLikeDeclaration:()=>$a,isFunctionLikeKind:()=>KC,isFunctionLikeOrClassStaticBlockDeclaration:()=>FP,isFunctionOrConstructorTypeNode:()=>n_e,isFunctionOrModuleBlock:()=>YG,isFunctionSymbol:()=>_fe,isFunctionTypeNode:()=>Vh,isFutureReservedKeyword:()=>P6e,isGeneratedIdentifier:()=>Ec,isGeneratedPrivateIdentifier:()=>zx,isGetAccessor:()=>Tv,isGetAccessorDeclaration:()=>$p,isGetOrSetAccessorDeclaration:()=>U3,isGlobalDeclaration:()=>TLe,isGlobalScopeAugmentation:()=>Og,isGlobalSourceFile:()=>Ev,isGrammarError:()=>A_e,isHeritageClause:()=>mp,isHoistedFunction:()=>o9,isHoistedVariableStatement:()=>a9,isIdentifier:()=>$e,isIdentifierANonContextualKeyword:()=>qH,isIdentifierName:()=>yfe,isIdentifierOrThisTypeNode:()=>yme,isIdentifierPart:()=>vv,isIdentifierStart:()=>by,isIdentifierText:()=>ap,isIdentifierTypePredicate:()=>Z_e,isIdentifierTypeReference:()=>Dpe,isIfStatement:()=>vT,isIgnoredFileFromWildCardWatching:()=>XM,isImplicitGlob:()=>D$,isImportAttribute:()=>Yde,isImportAttributeName:()=>t_e,isImportAttributes:()=>l2,isImportCall:()=>Dp,isImportClause:()=>ng,isImportDeclaration:()=>Yc,isImportEqualsDeclaration:()=>nu,isImportKeyword:()=>bO,isImportMeta:()=>GP,isImportOrExportSpecifier:()=>YC,isImportOrExportSpecifierName:()=>W0e,isImportSpecifier:()=>pf,isImportTypeAssertionContainer:()=>S4e,isImportTypeNode:()=>Jh,isImportableFile:()=>mZ,isInComment:()=>Uv,isInCompoundLikeAssignment:()=>FH,isInExpressionContext:()=>g9,isInJSDoc:()=>mR,isInJSFile:()=>vn,isInJSXText:()=>C0e,isInJsonFile:()=>y9,isInNonReferenceComment:()=>w0e,isInReferenceComment:()=>I0e,isInRightSideOfInternalImportEqualsDeclaration:()=>NU,isInString:()=>sk,isInTemplateString:()=>xQ,isInTopLevelContext:()=>p9,isInTypeQuery:()=>fA,isIncrementalCompilation:()=>tO,isIndexSignatureDeclaration:()=>fE,isIndexedAccessTypeNode:()=>mE,isInferTypeNode:()=>s2,isInfinityOrNaNString:()=>fO,isInitializedProperty:()=>zM,isInitializedVariable:()=>$R,isInsideJsxElement:()=>UU,isInsideJsxElementOrAttribute:()=>x0e,isInsideNodeModules:()=>D8,isInsideTemplateLiteral:()=>y8,isInstanceOfExpression:()=>V9,isInstantiatedModule:()=>AK,isInterfaceDeclaration:()=>Xu,isInternalDeclaration:()=>y_e,isInternalModuleImportEqualsDeclaration:()=>iA,isInternalName:()=>kY,isIntersectionTypeNode:()=>BA,isIntrinsicJsxName:()=>iN,isIterationStatement:()=>V1,isJSDoc:()=>sg,isJSDocAllType:()=>eme,isJSDocAugmentsTag:()=>WA,isJSDocAuthorTag:()=>C4e,isJSDocCallbackTag:()=>mY,isJSDocClassTag:()=>rme,isJSDocCommentContainingNode:()=>q5,isJSDocConstructSignature:()=>QP,isJSDocDeprecatedTag:()=>SY,isJSDocEnumTag:()=>vM,isJSDocFunctionType:()=>EN,isJSDocImplementsTag:()=>Yj,isJSDocImportTag:()=>Kg,isJSDocIndexSignature:()=>S9,isJSDocLikeText:()=>LY,isJSDocLink:()=>Qde,isJSDocLinkCode:()=>Zde,isJSDocLinkLike:()=>ZC,isJSDocLinkPlain:()=>E4e,isJSDocMemberName:()=>ET,isJSDocNameReference:()=>IO,isJSDocNamepathType:()=>x4e,isJSDocNamespaceBody:()=>l6e,isJSDocNode:()=>jP,isJSDocNonNullableType:()=>Wj,isJSDocNullableType:()=>bN,isJSDocOptionalParameter:()=>bj,isJSDocOptionalType:()=>dY,isJSDocOverloadTag:()=>xN,isJSDocOverrideTag:()=>Hj,isJSDocParameterTag:()=>Nd,isJSDocPrivateTag:()=>hY,isJSDocPropertyLikeTag:()=>mw,isJSDocPropertyTag:()=>nme,isJSDocProtectedTag:()=>yY,isJSDocPublicTag:()=>gY,isJSDocReadonlyTag:()=>vY,isJSDocReturnTag:()=>$j,isJSDocSatisfiesExpression:()=>q$,isJSDocSatisfiesTag:()=>Kj,isJSDocSeeTag:()=>A4e,isJSDocSignature:()=>k0,isJSDocTag:()=>BP,isJSDocTemplateTag:()=>om,isJSDocThisTag:()=>TY,isJSDocThrowsTag:()=>P4e,isJSDocTypeAlias:()=>Qd,isJSDocTypeAssertion:()=>m2,isJSDocTypeExpression:()=>bT,isJSDocTypeLiteral:()=>f2,isJSDocTypeTag:()=>wO,isJSDocTypedefTag:()=>p2,isJSDocUnknownTag:()=>k4e,isJSDocUnknownType:()=>tme,isJSDocVariadicType:()=>Gj,isJSXTagName:()=>YP,isJsonEqual:()=>hj,isJsonSourceFile:()=>Xd,isJsxAttribute:()=>Yg,isJsxAttributeLike:()=>V5,isJsxAttributeName:()=>jpe,isJsxAttributes:()=>SE,isJsxChild:()=>X3,isJsxClosingElement:()=>yE,isJsxClosingFragment:()=>Kde,isJsxElement:()=>My,isJsxExpression:()=>NO,isJsxFragment:()=>vE,isJsxNamespacedName:()=>ig,isJsxOpeningElement:()=>$g,isJsxOpeningFragment:()=>_2,isJsxOpeningLikeElement:()=>p_,isJsxOpeningLikeElementTagName:()=>m0e,isJsxSelfClosingElement:()=>u2,isJsxSpreadAttribute:()=>zA,isJsxTagNameExpression:()=>Tw,isJsxText:()=>IA,isJumpStatementTarget:()=>f8,isKeyword:()=>af,isKeywordOrPunctuation:()=>A9,isKnownSymbol:()=>LR,isLabelName:()=>mQ,isLabelOfLabeledStatement:()=>dQ,isLabeledStatement:()=>rS,isLateVisibilityPaintedStatement:()=>r9,isLeftHandSideExpression:()=>Af,isLeftHandSideOfAssignment:()=>V6e,isLet:()=>s9,isLineBreak:()=>T_,isLiteralComputedPropertyDeclarationName:()=>wR,isLiteralExpression:()=>Wb,isLiteralExpressionOfObject:()=>GG,isLiteralImportTypeNode:()=>xv,isLiteralKind:()=>gw,isLiteralLikeAccess:()=>b9,isLiteralLikeElementAccess:()=>TR,isLiteralNameOfPropertyDeclarationOrIndexAccess:()=>wU,isLiteralTypeLikeExpression:()=>R4e,isLiteralTypeLiteral:()=>a_e,isLiteralTypeNode:()=>Lv,isLocalName:()=>P0,isLogicalOperator:()=>qfe,isLogicalOrCoalescingAssignmentExpression:()=>a$,isLogicalOrCoalescingAssignmentOperator:()=>Gw,isLogicalOrCoalescingBinaryExpression:()=>qR,isLogicalOrCoalescingBinaryOperator:()=>JR,isMappedTypeNode:()=>a2,isMemberName:()=>xy,isMetaProperty:()=>xO,isMethodDeclaration:()=>_l,isMethodOrAccessor:()=>XC,isMethodSignature:()=>Wg,isMinusToken:()=>sY,isMissingDeclaration:()=>b4e,isMissingPackageJsonInfo:()=>fge,isModifier:()=>Do,isModifierKind:()=>Sv,isModifierLike:()=>xc,isModuleAugmentationExternal:()=>mH,isModuleBlock:()=>Gg,isModuleBody:()=>u_e,isModuleDeclaration:()=>xl,isModuleExportsAccessExpression:()=>ky,isModuleIdentifier:()=>IH,isModuleName:()=>Tme,isModuleOrEnumDeclaration:()=>Y3,isModuleReference:()=>m_e,isModuleSpecifierLike:()=>$U,isModuleWithStringLiteralName:()=>t9,isNameOfFunctionDeclaration:()=>vQ,isNameOfModuleDeclaration:()=>yQ,isNamedClassElement:()=>i6e,isNamedDeclaration:()=>Hu,isNamedEvaluation:()=>up,isNamedEvaluationSource:()=>zH,isNamedExportBindings:()=>zG,isNamedExports:()=>Pd,isNamedImportBindings:()=>tH,isNamedImports:()=>Hg,isNamedImportsOrExports:()=>$9,isNamedTupleMember:()=>yN,isNamespaceBody:()=>c6e,isNamespaceExport:()=>qh,isNamespaceExportDeclaration:()=>yM,isNamespaceImport:()=>Ry,isNamespaceReexportDeclaration:()=>afe,isNewExpression:()=>gE,isNewExpressionTarget:()=>_6,isNoSubstitutionTemplateLiteral:()=>wA,isNode:()=>r6e,isNodeArray:()=>zb,isNodeArrayMultiLine:()=>Qfe,isNodeDescendantOf:()=>rE,isNodeKind:()=>V3,isNodeLikeSystem:()=>XW,isNodeModulesDirectory:()=>T5,isNodeWithPossibleHoistedDeclaration:()=>gfe,isNonContextualKeyword:()=>JH,isNonExportDefaultModifier:()=>L4e,isNonGlobalAmbientModule:()=>dH,isNonGlobalDeclaration:()=>ove,isNonNullAccess:()=>Fpe,isNonNullChain:()=>M5,isNonNullExpression:()=>JA,isNonStaticMethodOrAccessorWithPrivateName:()=>$ge,isNotEmittedOrPartiallyEmittedNode:()=>a6e,isNotEmittedStatement:()=>pY,isNullishCoalesce:()=>qG,isNumber:()=>O1,isNumericLiteral:()=>Df,isNumericLiteralName:()=>Oy,isObjectBindingElementWithoutPropertyName:()=>b8,isObjectBindingOrAssignmentElement:()=>W3,isObjectBindingOrAssignmentPattern:()=>KG,isObjectBindingPattern:()=>Kp,isObjectLiteralElement:()=>rH,isObjectLiteralElementLike:()=>d0,isObjectLiteralExpression:()=>ko,isObjectLiteralMethod:()=>Nm,isObjectLiteralOrClassExpressionMethodOrAccessor:()=>l9,isObjectTypeDeclaration:()=>hA,isOctalDigit:()=>C5,isOmittedExpression:()=>du,isOptionalChain:()=>b_,isOptionalChainRoot:()=>fw,isOptionalDeclaration:()=>mN,isOptionalJSDocPropertyLikeTag:()=>nM,isOptionalTypeNode:()=>jj,isOuterExpression:()=>Zj,isOutermostOptionalChain:()=>pw,isOverrideModifier:()=>Vde,isPackageJsonInfo:()=>xB,isPackedArrayLiteral:()=>V$,isParameter:()=>is,isParameterPropertyDeclaration:()=>cp,isParameterPropertyModifier:()=>yw,isParenthesizedExpression:()=>ff,isParenthesizedTypeNode:()=>o2,isParseTreeNode:()=>_w,isPartOfParameterDeclaration:()=>dT,isPartOfTypeNode:()=>Mg,isPartOfTypeQuery:()=>h9,isPartiallyEmittedExpression:()=>qj,isPatternMatch:()=>c5,isPinnedComment:()=>Z5,isPlainJsFile:()=>xw,isPlusToken:()=>iY,isPossiblyTypeArgumentPosition:()=>h8,isPostfixUnaryExpression:()=>lY,isPrefixUnaryExpression:()=>tS,isPrimitiveLiteralValue:()=>Cj,isPrivateIdentifier:()=>es,isPrivateIdentifierClassElementDeclaration:()=>B_,isPrivateIdentifierPropertyAccessExpression:()=>LP,isPrivateIdentifierSymbol:()=>Tfe,isProgramBundleEmitBuildInfo:()=>iye,isProgramUptoDate:()=>gX,isPrologueDirective:()=>Rg,isPropertyAccessChain:()=>O5,isPropertyAccessEntityNameExpression:()=>WR,isPropertyAccessExpression:()=>Hn,isPropertyAccessOrQualifiedName:()=>H3,isPropertyAccessOrQualifiedNameOrImportTypeNode:()=>s_e,isPropertyAssignment:()=>ql,isPropertyDeclaration:()=>Ds,isPropertyName:()=>Ol,isPropertyNameLiteral:()=>Fg,isPropertySignature:()=>If,isProtoSetter:()=>bfe,isPrototypeAccess:()=>G1,isPrototypePropertyAssignment:()=>xR,isPunctuation:()=>VH,isPushOrUnshiftIdentifier:()=>WH,isQualifiedName:()=>uf,isQuestionDotToken:()=>Lj,isQuestionOrExclamationToken:()=>hme,isQuestionOrPlusOrMinusToken:()=>Sme,isQuestionToken:()=>Q1,isRawSourceMap:()=>Jge,isReadonlyKeyword:()=>Bde,isReadonlyKeywordOrPlusOrMinusToken:()=>vme,isRecognizedTripleSlashComment:()=>lH,isReferenceFileLocation:()=>VN,isReferencedFile:()=>wT,isRegularExpressionLiteral:()=>rY,isRequireCall:()=>Nf,isRequireVariableStatement:()=>hR,isRestParameter:()=>Lh,isRestTypeNode:()=>Bj,isReturnStatement:()=>im,isReturnStatementWithFixablePromiseHandler:()=>vV,isRightSideOfAccessExpression:()=>u$,isRightSideOfInstanceofExpression:()=>Wfe,isRightSideOfPropertyAccess:()=>GN,isRightSideOfQualifiedName:()=>h0e,isRightSideOfQualifiedNameOrPropertyAccess:()=>Hw,isRightSideOfQualifiedNameOrPropertyAccessOrJSDocMemberName:()=>zfe,isRootedDiskPath:()=>op,isSameEntityName:()=>KP,isSatisfiesExpression:()=>Jj,isScopeMarker:()=>c_e,isSemicolonClassElement:()=>Gde,isSetAccessor:()=>wg,isSetAccessorDeclaration:()=>dp,isShebangTrivia:()=>IG,isShiftOperatorOrHigher:()=>OY,isShorthandAmbientModuleSymbol:()=>tR,isShorthandPropertyAssignment:()=>m_,isSignedNumericLiteral:()=>P9,isSimpleCopiableExpression:()=>xE,isSimpleInlineableExpression:()=>Xg,isSimpleParameter:()=>Zge,isSimpleParameterList:()=>WM,isSingleOrDoubleQuote:()=>yR,isSourceFile:()=>qi,isSourceFileFromLibrary:()=>tD,isSourceFileJS:()=>Pf,isSourceFileNotJS:()=>S6e,isSourceFileNotJson:()=>v9,isSourceMapping:()=>zge,isSpecialPropertyDeclaration:()=>ufe,isSpreadAssignment:()=>Ly,isSpreadElement:()=>kd,isStatement:()=>Ji,isStatementButNotDeclaration:()=>K3,isStatementOrBlock:()=>d_e,isStatementWithLocals:()=>C_e,isStatic:()=>co,isStaticModifier:()=>MA,isString:()=>bs,isStringAKeyword:()=>N6e,isStringANonContextualKeyword:()=>_A,isStringAndEmptyAnonymousObjectIntersection:()=>D0e,isStringDoubleQuoted:()=>T9,isStringLiteral:()=>jo,isStringLiteralLike:()=>Ia,isStringLiteralOrJsxExpression:()=>g_e,isStringLiteralOrTemplate:()=>X0e,isStringOrNumericLiteralLike:()=>Wp,isStringOrRegularExpressionOrTemplateLiteral:()=>kQ,isStringTextContainingNode:()=>HG,isSuperCall:()=>Kx,isSuperKeyword:()=>TO,isSuperOrSuperProperty:()=>v6e,isSuperProperty:()=>kf,isSupportedSourceFileName:()=>Cpe,isSwitchStatement:()=>kO,isSyntaxList:()=>CN,isSyntheticExpression:()=>m4e,isSyntheticReference:()=>qA,isTagName:()=>gQ,isTaggedTemplateExpression:()=>hE,isTaggedTemplateTag:()=>p0e,isTemplateExpression:()=>Uj,isTemplateHead:()=>OA,isTemplateLiteral:()=>QC,isTemplateLiteralKind:()=>B1,isTemplateLiteralToken:()=>Zue,isTemplateLiteralTypeNode:()=>zde,isTemplateLiteralTypeSpan:()=>aY,isTemplateMiddle:()=>nY,isTemplateMiddleOrTemplateTail:()=>L5,isTemplateSpan:()=>AO,isTemplateTail:()=>Rj,isTextWhiteSpaceLike:()=>L0e,isThis:()=>HN,isThisContainerOrFunctionBlock:()=>ife,isThisIdentifier:()=>z1,isThisInTypeQuery:()=>oE,isThisInitializedDeclaration:()=>d9,isThisInitializedObjectBindingExpression:()=>ofe,isThisProperty:()=>_R,isThisTypeNode:()=>vN,isThisTypeParameter:()=>pO,isThisTypePredicate:()=>efe,isThrowStatement:()=>fY,isToken:()=>$C,isTokenKind:()=>WG,isTraceEnabled:()=>N0,isTransientSymbol:()=>Fh,isTrivia:()=>rN,isTryStatement:()=>c2,isTupleTypeNode:()=>jA,isTypeAlias:()=>kR,isTypeAliasDeclaration:()=>sm,isTypeAssertionExpression:()=>cY,isTypeDeclaration:()=>xA,isTypeElement:()=>Gb,isTypeKeyword:()=>d6,isTypeKeywordToken:()=>RQ,isTypeKeywordTokenOrIdentifier:()=>WU,isTypeLiteralNode:()=>_f,isTypeNode:()=>wi,isTypeNodeKind:()=>v$,isTypeOfExpression:()=>SN,isTypeOnlyExportDeclaration:()=>e_e,isTypeOnlyImportDeclaration:()=>hw,isTypeOnlyImportOrExportDeclaration:()=>iT,isTypeOperatorNode:()=>yT,isTypeParameterDeclaration:()=>Cc,isTypePredicateNode:()=>FA,isTypeQueryNode:()=>pE,isTypeReferenceNode:()=>Yp,isTypeReferenceType:()=>W5,isTypeUsableAsPropertyName:()=>rm,isUMDExportSymbol:()=>H9,isUnaryExpression:()=>ZG,isUnaryExpressionWithWrite:()=>o_e,isUnicodeIdentifierStart:()=>E5,isUnionTypeNode:()=>Z1,isUrl:()=>yue,isValidBigIntString:()=>yj,isValidESSymbolDeclaration:()=>X_e,isValidTypeOnlyAliasUseSite:()=>gT,isValueSignatureDeclaration:()=>uA,isVarAwaitUsing:()=>oR,isVarConst:()=>WP,isVarConstLike:()=>z_e,isVarUsing:()=>aR,isVariableDeclaration:()=>Ci,isVariableDeclarationInVariableStatement:()=>kw,isVariableDeclarationInitializedToBareOrAccessedRequire:()=>Zb,isVariableDeclarationInitializedToRequire:()=>gR,isVariableDeclarationList:()=>Fu,isVariableLike:()=>nA,isVariableLikeOrAccessor:()=>Y_e,isVariableStatement:()=>fl,isVoidExpression:()=>UA,isWatchSet:()=>g$,isWhileStatement:()=>_Y,isWhiteSpaceLike:()=>Sy,isWhiteSpaceSingleLine:()=>Dg,isWithStatement:()=>Hde,isWriteAccess:()=>gA,isWriteOnlyAccess:()=>G9,isYieldExpression:()=>Vj,jsxModeNeedsExplicitImport:()=>fZ,keywordPart:()=>hp,last:()=>qo,lastOrUndefined:()=>yc,length:()=>kt,libMap:()=>JY,libs:()=>aB,lineBreakPart:()=>QN,linkNamePart:()=>q0e,linkPart:()=>YQ,linkTextPart:()=>XU,listFiles:()=>OX,loadModuleFromGlobalCache:()=>xge,loadWithModeAwareCache:()=>e8,makeIdentifierFromModuleName:()=>I_e,makeImport:()=>uS,makeStringLiteral:()=>m6,mangleScopedPackageName:()=>MN,map:()=>kr,mapAllOrFail:()=>qI,mapDefined:()=>Yi,mapDefinedEntries:()=>d3,mapDefinedIterator:()=>Vp,mapEntries:()=>m3,mapIterator:()=>wx,mapOneOrMany:()=>lZ,mapToDisplayParts:()=>_S,matchFiles:()=>I$,matchPatternOrExact:()=>M$,matchedText:()=>Zce,matchesExclude:()=>SB,maybeBind:()=>so,maybeSetLocalizedDiagnosticMessages:()=>ape,memoize:()=>nf,memoizeCached:()=>aOe,memoizeOne:()=>Ih,memoizeWeak:()=>oOe,metadataHelper:()=>lde,min:()=>zW,minAndMax:()=>Ppe,missingFileModifiedTime:()=>sp,modifierToFlag:()=>dA,modifiersToFlags:()=>Ug,moduleOptionDeclaration:()=>wme,moduleResolutionIsEqualTo:()=>E_e,moduleResolutionNameAndModeGetter:()=>_X,moduleResolutionOptionDeclarations:()=>zY,moduleResolutionSupportsPackageJsonExportsAndImports:()=>bA,moduleResolutionUsesNodeModules:()=>GU,moduleSpecifierToValidIdentifier:()=>I8,moduleSpecifiers:()=>IT,moduleSymbolToValidIdentifier:()=>b6,moveEmitHelpers:()=>ede,moveRangeEnd:()=>z9,moveRangePastDecorators:()=>S0,moveRangePastModifiers:()=>Vg,moveRangePos:()=>mT,moveSyntheticComments:()=>Xpe,mutateMap:()=>Zw,mutateMapSkippingNewValues:()=>Ny,needsParentheses:()=>ZU,needsScopeMarker:()=>B5,newCaseClauseTracker:()=>mV,newPrivateEnvironment:()=>Xge,noEmitNotification:()=>HM,noEmitSubstitution:()=>t6,noTransformers:()=>whe,noTruncationMaximumTruncationLength:()=>sH,nodeCanBeDecorated:()=>pR,nodeHasName:()=>L3,nodeIsDecorated:()=>$P,nodeIsMissing:()=>Gc,nodeIsPresent:()=>Kd,nodeIsSynthesized:()=>Ka,nodeModuleNameResolver:()=>hge,nodeModulesPathPart:()=>Fy,nodeNextJsonConfigResolver:()=>yge,nodeOrChildIsDecorated:()=>dR,nodeOverlapsWithStartEnd:()=>OU,nodePosToString:()=>f6e,nodeSeenTracker:()=>YN,nodeStartsNewLexicalEnvironment:()=>GH,nodeToDisplayParts:()=>gLe,noop:()=>aa,noopFileWatcher:()=>a6,normalizePath:()=>eo,normalizeSlashes:()=>Wu,not:()=>u5,notImplemented:()=>fo,notImplementedResolver:()=>Lhe,nullNodeConverters:()=>Hpe,nullParenthesizerRules:()=>Wpe,nullTransformationContext:()=>YM,objectAllocator:()=>Yu,operatorPart:()=>h6,optionDeclarations:()=>og,optionMapToObject:()=>dB,optionsAffectingProgramStructure:()=>Fme,optionsForBuild:()=>GY,optionsForWatch:()=>KA,optionsHaveChanges:()=>VP,optionsHaveModuleResolutionChanges:()=>S_e,or:()=>qp,orderedRemoveItem:()=>GI,orderedRemoveItemAt:()=>M1,packageIdToPackageName:()=>K5,packageIdToString:()=>J1,paramHelper:()=>ude,parameterIsThisKeyword:()=>sE,parameterNamePart:()=>B0e,parseBaseNodeFactory:()=>kme,parseBigInt:()=>Npe,parseBuildCommand:()=>Hme,parseCommandLine:()=>Wme,parseCommandLineWorker:()=>$Y,parseConfigFileTextToJson:()=>KY,parseConfigFileWithSystem:()=>yye,parseConfigHostFromCompilerHostLike:()=>iU,parseCustomTypeOption:()=>_B,parseIsolatedEntityName:()=>YA,parseIsolatedJSDocComment:()=>Nme,parseJSDocTypeExpressionForTests:()=>n3e,parseJsonConfigFileContent:()=>w3e,parseJsonSourceFileConfigFileContent:()=>MM,parseJsonText:()=>NM,parseListTypeOption:()=>qme,parseNodeFactory:()=>CT,parseNodeModuleFromPath:()=>jM,parsePackageName:()=>PB,parsePseudoBigInt:()=>lO,parseValidBigInt:()=>B$,pasteEdits:()=>fte,patchWriteFileEnsuringDirectory:()=>hue,pathContainsNodeModules:()=>NT,pathIsAbsolute:()=>rw,pathIsBareSpecifier:()=>EG,pathIsRelative:()=>zp,patternText:()=>Qce,perfLogger:()=>sf,performIncrementalCompilation:()=>Sye,performance:()=>ale,plainJSErrors:()=>hX,positionBelongsToNode:()=>TQ,positionIsASICandidate:()=>nV,positionIsSynthesized:()=>rg,positionsAreOnSameLine:()=>xd,preProcessFile:()=>jLe,probablyUsesSemicolons:()=>P8,processCommentPragmas:()=>UY,processPragmasIntoFields:()=>VY,processTaggedTemplateExpression:()=>VK,programContainsEsModules:()=>R0e,programContainsModules:()=>O0e,projectReferenceIsEqualTo:()=>oH,propKeyHelper:()=>Ede,propertyNamePart:()=>U0e,pseudoBigIntToString:()=>uE,punctuationPart:()=>k_,pushIfUnique:()=>cl,quote:()=>S6,quotePreferenceFromString:()=>jQ,rangeContainsPosition:()=>p8,rangeContainsPositionExclusive:()=>d8,rangeContainsRange:()=>ed,rangeContainsRangeExclusive:()=>v0e,rangeContainsStartEnd:()=>m8,rangeEndIsOnSameLineAsRangeStart:()=>HR,rangeEndPositionsAreOnSameLine:()=>Kfe,rangeEquals:()=>yl,rangeIsOnSingleLine:()=>n2,rangeOfNode:()=>F$,rangeOfTypeParameters:()=>j$,rangeOverlapsWithStartEnd:()=>f6,rangeStartIsOnSameLineAsRangeEnd:()=>Xfe,rangeStartPositionsAreOnSameLine:()=>W9,readBuilderProgram:()=>dU,readConfigFile:()=>OM,readHelper:()=>Tde,readJson:()=>Yw,readJsonConfigFile:()=>$me,readJsonOrUndefined:()=>f$,reduceEachLeadingCommentRange:()=>Aue,reduceEachTrailingCommentRange:()=>kue,reduceLeft:()=>F_,reduceLeftIterator:()=>Ql,reducePathComponents:()=>Ux,refactor:()=>uk,regExpEscape:()=>Q6e,regularExpressionFlagToCharacter:()=>FOe,relativeComplement:()=>Jn,removeAllComments:()=>cM,removeEmitHelper:()=>p4e,removeExtension:()=>eM,removeFileExtension:()=>lf,removeIgnoredPath:()=>oU,removeMinAndVersionNumbers:()=>GW,removeOptionality:()=>A0e,removePrefix:()=>HI,removeSuffix:()=>kP,removeTrailingDirectorySeparator:()=>ZS,repeatString:()=>S8,replaceElement:()=>UW,replaceFirstStar:()=>kA,resolutionExtensionIsTSOrJson:()=>sO,resolveConfigFileProjectName:()=>HX,resolveJSModule:()=>dge,resolveLibrary:()=>AB,resolveModuleName:()=>ZA,resolveModuleNameFromCache:()=>oRe,resolvePackageNameToPackageJson:()=>cK,resolvePath:()=>QS,resolveProjectReferencePath:()=>JN,resolveTripleslashReference:()=>nX,resolveTypeReferenceDirective:()=>uge,resolvingEmptyArray:()=>iH,restHelper:()=>hde,returnFalse:()=>Ng,returnNoopFileWatcher:()=>c6,returnTrue:()=>YS,returnUndefined:()=>Vb,returnsPromise:()=>kZ,runInitializersHelper:()=>fde,sameFlatMap:()=>n5,sameMap:()=>js,sameMapping:()=>KRe,scanShebangTrivia:()=>wG,scanTokenAtPosition:()=>q_e,scanner:()=>z_,screenStartingMessageCodes:()=>NX,semanticDiagnosticsOptionDeclarations:()=>Rme,serializeCompilerOptions:()=>mB,server:()=>Lze,servicesVersion:()=>RFe,setCommentRange:()=>eu,setConfigFileInOptions:()=>rK,setConstantValue:()=>Zpe,setEachParent:()=>i4e,setEmitFlags:()=>xn,setFunctionNameHelper:()=>xde,setGetSourceFileAsHashVersioned:()=>pU,setIdentifierAutoGenerate:()=>_M,setIdentifierGeneratedImportReference:()=>nde,setIdentifierTypeArguments:()=>Mv,setInternalEmitFlags:()=>lM,setLocalizedDiagnosticMessages:()=>ope,setModuleDefaultHelper:()=>kde,setNodeChildren:()=>ime,setNodeFlags:()=>wpe,setObjectAllocator:()=>spe,setOriginalNode:()=>Gn,setParent:()=>fa,setParentRecursive:()=>E0,setPrivateIdentifier:()=>h2,setSnippetElement:()=>Q$,setSourceMapRange:()=>Wo,setStackTraceLimit:()=>bOe,setStartsOnNewLine:()=>Pj,setSyntheticLeadingComments:()=>hT,setSyntheticTrailingComments:()=>NA,setSys:()=>POe,setSysLog:()=>due,setTextRange:()=>At,setTextRangeEnd:()=>dN,setTextRangePos:()=>uO,setTextRangePosEnd:()=>Jg,setTextRangePosWidth:()=>U$,setTokenSourceMapRange:()=>Kpe,setTypeNode:()=>tde,setUILocale:()=>Yce,setValueDeclaration:()=>CR,shouldAllowImportingTsExtension:()=>LN,shouldPreserveConstEnums:()=>lE,shouldUseUriStyleNodeCoreModules:()=>pV,showModuleSpecifier:()=>rpe,signatureHasLiteralTypes:()=>kK,signatureHasRestParameter:()=>C_,signatureToDisplayParts:()=>KQ,single:()=>BW,singleElementArray:()=>zC,singleIterator:()=>i5,singleOrMany:()=>Dh,singleOrUndefined:()=>Nh,skipAlias:()=>$u,skipAssertions:()=>I4e,skipConstraint:()=>MQ,skipOuterExpressions:()=>Ml,skipParentheses:()=>ba,skipPartiallyEmittedExpressions:()=>km,skipTrivia:()=>zo,skipTypeChecking:()=>cO,skipTypeParentheses:()=>Mw,skipWhile:()=>tle,sliceAfter:()=>L$,some:()=>Dt,sort:()=>mo,sortAndDeduplicate:()=>BC,sortAndDeduplicateDiagnostics:()=>wP,sourceFileAffectingCompilerOptions:()=>WY,sourceFileMayBeEmitted:()=>t2,sourceMapCommentRegExp:()=>NK,sourceMapCommentRegExpDontCareLineStart:()=>Uge,spacePart:()=>Zc,spanMap:()=>xP,spreadArrayHelper:()=>bde,stableSort:()=>Zs,startEndContainsRange:()=>SQ,startEndOverlapsWithStartEnd:()=>RU,startOnNewLine:()=>x_,startTracing:()=>_le,startsWith:()=>fs,startsWithDirectory:()=>AG,startsWithUnderscore:()=>_Z,startsWithUseStrict:()=>_me,stringContainsAt:()=>sve,stringToToken:()=>Jb,stripQuotes:()=>em,supportedDeclarationExtensions:()=>fj,supportedJSExtensions:()=>Tpe,supportedJSExtensionsFlat:()=>fN,supportedLocaleDirectories:()=>jue,supportedTSExtensions:()=>nO,supportedTSExtensionsFlat:()=>w$,supportedTSImplementationExtensions:()=>pj,suppressLeadingAndTrailingTrivia:()=>yp,suppressLeadingTrivia:()=>eZ,suppressTrailingTrivia:()=>$0e,symbolEscapedNameNoDefault:()=>HU,symbolName:()=>Qc,symbolNameNoDefault:()=>UQ,symbolPart:()=>j0e,symbolToDisplayParts:()=>y6,syntaxMayBeASICandidate:()=>Z0e,syntaxRequiresTrailingSemicolonOrASI:()=>rV,sys:()=>uu,sysLog:()=>x3,tagNamesAreEquivalent:()=>kT,takeWhile:()=>KW,targetOptionDeclaration:()=>qY,templateObjectHelper:()=>Sde,testFormatSettings:()=>aLe,textChangeRangeIsUnchanged:()=>Oue,textChangeRangeNewSpan:()=>uw,textChanges:()=>bn,textOrKeywordPart:()=>$Q,textPart:()=>rd,textRangeContainsPositionInclusive:()=>O3,textSpanContainsPosition:()=>RG,textSpanContainsTextSpan:()=>Nue,textSpanEnd:()=>bl,textSpanIntersection:()=>wue,textSpanIntersectsWith:()=>k5,textSpanIntersectsWithPosition:()=>Iue,textSpanIntersectsWithTextSpan:()=>zOe,textSpanIsEmpty:()=>Pue,textSpanOverlap:()=>Due,textSpanOverlapsWith:()=>qOe,textSpansEqual:()=>XN,textToKeywordObj:()=>b5,timestamp:()=>Tc,toArray:()=>JC,toBuilderFileEmit:()=>cye,toBuilderStateFileInfoForMultiEmit:()=>aye,toEditorSettings:()=>B8,toFileNameLowerCase:()=>R1,toLowerCase:()=>zce,toPath:()=>rc,toProgramEmitPending:()=>lye,tokenIsIdentifierOrKeyword:()=>j_,tokenIsIdentifierOrKeywordOrGreaterThan:()=>Tue,tokenToString:()=>bo,trace:()=>ms,tracing:()=>kn,tracingEnabled:()=>b3,transferSourceFileChildren:()=>sme,transform:()=>zFe,transformClassFields:()=>uhe,transformDeclarations:()=>WK,transformECMAScriptModule:()=>zK,transformES2015:()=>xhe,transformES2016:()=>Ehe,transformES2017:()=>dhe,transformES2018:()=>mhe,transformES2019:()=>ghe,transformES2020:()=>hhe,transformES2021:()=>yhe,transformESDecorators:()=>phe,transformESNext:()=>vhe,transformGenerators:()=>Che,transformJsx:()=>bhe,transformLegacyDecorators:()=>fhe,transformModule:()=>qK,transformNamedEvaluation:()=>gp,transformNodeModule:()=>khe,transformNodes:()=>$M,transformSystemModule:()=>Ahe,transformTypeScript:()=>lhe,transpile:()=>HLe,transpileDeclaration:()=>WLe,transpileModule:()=>kve,transpileOptionValueCompilerOptions:()=>jme,tryAddToSet:()=>kg,tryAndIgnoreErrors:()=>oV,tryCast:()=>ci,tryDirectoryExists:()=>sV,tryExtractTSExtension:()=>J9,tryFileExists:()=>N8,tryGetClassExtendingExpressionWithTypeArguments:()=>c$,tryGetClassImplementingOrExtendingExpressionWithTypeArguments:()=>l$,tryGetDirectories:()=>iV,tryGetExtensionFromPath:()=>b0,tryGetImportFromModuleSpecifier:()=>AR,tryGetJSDocSatisfiesTypeNode:()=>Ej,tryGetModuleNameFromFile:()=>EM,tryGetModuleSpecifierFromDeclaration:()=>Ow,tryGetNativePerformanceHooks:()=>ole,tryGetPropertyAccessOrIdentifierToString:()=>GR,tryGetPropertyNameOfBindingOrAssignmentElement:()=>rB,tryGetSourceMappingURL:()=>Vge,tryGetTextOfPropertyName:()=>Aw,tryIOAndConsumeErrors:()=>aV,tryParseJson:()=>q9,tryParsePattern:()=>pN,tryParsePatterns:()=>mj,tryParseRawSourceMap:()=>qge,tryReadDirectory:()=>iZ,tryReadFile:()=>jO,tryRemoveDirectoryPrefix:()=>N$,tryRemoveExtension:()=>kpe,tryRemovePrefix:()=>YW,tryRemoveSuffix:()=>Xce,typeAcquisitionDeclarations:()=>lB,typeAliasNamePart:()=>V0e,typeDirectiveIsEqualTo:()=>x_e,typeKeywords:()=>OQ,typeParameterNamePart:()=>J0e,typeToDisplayParts:()=>x8,unchangedPollThresholds:()=>h5,unchangedTextChangeRange:()=>P5,unescapeLeadingUnderscores:()=>Zi,unmangleScopedPackageName:()=>UM,unorderedRemoveItem:()=>qC,unorderedRemoveItemAt:()=>HW,unreachableCodeIsError:()=>upe,unsetNodeChildren:()=>EY,unusedLabelIsError:()=>_pe,unwrapInnermostStatementOfLabel:()=>AH,unwrapParenthesizedExpression:()=>Vpe,updateErrorForNoInputFiles:()=>vB,updateLanguageServiceSourceFile:()=>eee,updateMissingFilePathsWatch:()=>eX,updateResolutionField:()=>IN,updateSharedExtendedConfigFileWatcher:()=>KB,updateSourceFile:()=>FY,updateWatchingWildcardDirectories:()=>KM,usesExtensionsOnImports:()=>Epe,usingSingleLineStringWriter:()=>Ew,utf16EncodeAsString:()=>lw,validateLocaleAndSetLanguage:()=>LG,valuesHelper:()=>Cde,version:()=>se,versionMajorMinor:()=>j,visitArray:()=>JM,visitCommaListElements:()=>qM,visitEachChild:()=>jr,visitFunctionBody:()=>Zp,visitIterationBody:()=>df,visitLexicalEnvironment:()=>PK,visitNode:()=>ct,visitNodes:()=>Qr,visitParameterList:()=>Kc,walkUpBindingElementsAndPatterns:()=>OP,walkUpLexicalEnvironments:()=>Kge,walkUpOuterExpressions:()=>fme,walkUpParenthesizedExpressions:()=>h0,walkUpParenthesizedTypes:()=>IR,walkUpParenthesizedTypesAndGetParentAndChild:()=>hfe,whitespaceOrMapCommentRegExp:()=>DK,writeCommentRange:()=>cN,writeFile:()=>VR,writeFileEnsuringDirectories:()=>r$,zipWith:()=>va}),l.exports=p(A);var j="5.5",se="5.5.4",We=(e=>(e[e.LessThan=-1]="LessThan",e[e.EqualTo=0]="EqualTo",e[e.GreaterThan=1]="GreaterThan",e))(We||{}),ve=[],lr=new Map,Rr=new Set;function kt(e){return e?e.length:0}function Et(e,t){if(e)for(let n=0;n=0;n--){let i=t(e[n],n);if(i)return i}}function di(e,t){if(e!==void 0)for(let n=0;n=0;i--){let s=e[i];if(t(s,i))return s}}function Va(e,t,n){if(e===void 0)return-1;for(let i=n??0;i=0;i--)if(t(e[i],i))return i;return-1}function UI(e,t){for(let n=0;nn(i,t[s]))}function VI(e,t,n){for(let i=n||0;i{let a=t(s,i);if(a!==void 0){let[u,m]=a;u!==void 0&&m!==void 0&&n.set(u,m)}}),n}function mv(e,t,n){if(e.has(t))return e.get(t);let i=n();return e.set(t,i),i}function kg(e,t){return e.has(t)?!1:(e.add(t),!0)}function*i5(e){yield e}function xP(e,t,n){let i;if(e){i=[];let s=e.length,a,u,m=0,d=0;for(;m{let[a,u]=t(s,i);n.set(a,u)}),n}function Dt(e,t){if(e)if(t){for(let n of e)if(t(n))return!0}else return e.length>0;return!1}function zI(e,t,n){let i;for(let s=0;se[u])}function jce(e,t){let n=[];for(let i of e)cl(n,i,t);return n}function w1(e,t,n){return e.length===0?[]:e.length===1?e.slice():n?Fce(e,t,n):jce(e,t)}function Bce(e,t){if(e.length===0)return ve;let n=e[0],i=[n];for(let s=1;s0&&i(t,e[u-1]))return!1;if(u0&&M.assertGreaterThanOrEqual(n(t[a],t[a-1]),0);t:for(let u=s;su&&M.assertGreaterThanOrEqual(n(e[s],e[s-1]),0),n(t[a],e[s])){case-1:i.push(t[a]);continue e;case 0:continue e;case 1:continue t}}return i}function Ut(e,t){return t===void 0?e:e===void 0?[t]:(e.push(t),e)}function Ss(e,t){return e===void 0?t:t===void 0?e:Ms(e)?Ms(t)?ds(e,t):Ut(e,t):Ms(t)?Ut(t,e):[e,t]}function Ca(e,t){return t<0?e.length+t:t}function On(e,t,n,i){if(t===void 0||t.length===0)return e;if(e===void 0)return t.slice(n,i);n=n===void 0?0:Ca(t,n),i=i===void 0?t.length:Ca(t,i);for(let s=n;sn(e[i],e[s])||tc(i,s))}function mo(e,t){return e.length===0?e:e.slice().sort(t)}function*Lo(e){for(let t=e.length-1;t>=0;t--)yield e[t]}function Zs(e,t){let n=Ox(e);return io(e,n,t),n.map(i=>e[i])}function yl(e,t,n,i){for(;ne?.at(t):(e,t)=>{if(e&&(t=Ca(e,t),t>1),d=n(e[m],m);switch(i(d,t)){case-1:a=m+1;break;case 0:return m;case 1:u=m-1;break}}return~a}function F_(e,t,n,i,s){if(e&&e.length>0){let a=e.length;if(a>0){let u=i===void 0||i<0?0:i,m=s===void 0||u+s>a-1?a-1:u+s,d;for(arguments.length<=2?(d=e[u],u++):d=n;u<=m;)d=t(d,e[u],u),u++;return d}}return n}var $S=Object.prototype.hasOwnProperty;function Ha(e,t){return $S.call(e,t)}function s5(e,t){return $S.call(e,t)?e[t]:void 0}function Pg(e){let t=[];for(let n in e)$S.call(e,n)&&t.push(n);return t}function iOe(e){let t=[];do{let n=Object.getOwnPropertyNames(e);for(let i of n)cl(t,i)}while(e=Object.getPrototypeOf(e));return t}function VC(e){let t=[];for(let n in e)$S.call(e,n)&&t.push(e[n]);return t}function Uce(e,t){let n=new Array(e);for(let i=0;i100&&n>t.length>>1){let m=t.length-n;t.copyWithin(0,n),t.length=m,n=0}return u}return{enqueue:s,dequeue:a,isEmpty:i}}function qW(e,t){let n=new Map,i=0;function*s(){for(let u of n.values())Ms(u)?yield*u:yield u}let a={has(u){let m=e(u);if(!n.has(m))return!1;let d=n.get(m);if(!Ms(d))return t(d,u);for(let S of d)if(t(S,u))return!0;return!1},add(u){let m=e(u);if(n.has(m)){let d=n.get(m);if(Ms(d))xs(d,u,t)||(d.push(u),i++);else{let S=d;t(S,u)||(n.set(m,[S,u]),i++)}}else n.set(m,u),i++;return this},delete(u){let m=e(u);if(!n.has(m))return!1;let d=n.get(m);if(Ms(d)){for(let S=0;Ss(),[Symbol.toStringTag]:n[Symbol.toStringTag]};return a}function Ms(e){return Array.isArray(e)}function JC(e){return Ms(e)?e:[e]}function bs(e){return typeof e=="string"}function O1(e){return typeof e=="number"}function ci(e,t){return e!==void 0&&t(e)?e:void 0}function ao(e,t){return e!==void 0&&t(e)?e:M.fail(`Invalid cast. The supplied value ${e} did not pass the test '${M.getFunctionName(t)}'.`)}function aa(e){}function Ng(){return!1}function YS(){return!0}function Vb(){}function ec(e){return e}function zce(e){return e.toLowerCase()}var sOe=/[^\u0130\u0131\u00DFa-z0-9\\/:\-_. ]+/g;function R1(e){return sOe.test(e)?e.replace(sOe,zce):e}function fo(){throw new Error("Not implemented")}function nf(e){let t;return()=>(e&&(t=e(),e=void 0),t)}function Ih(e){let t=new Map;return n=>{let i=`${typeof n}:${n}`,s=t.get(i);return s===void 0&&!t.has(i)&&(s=e(n),t.set(i,s)),s}}function oOe(e){let t=new WeakMap;return n=>{let i=t.get(n);return i===void 0&&!t.has(n)&&(i=e(n),t.set(n,i)),i}}function aOe(e,t){return(...n)=>{let i=t.get(n);return i===void 0&&!t.has(n)&&(i=e(...n),t.set(n,i)),i}}function cOe(e,t,n,i,s){if(s){let a=[];for(let u=0;uF_(a,(m,d)=>d(m),u)}else return i?a=>i(n(t(e(a)))):n?a=>n(t(e(a))):t?a=>t(e(a)):e?a=>e(a):a=>a}var Wce=(e=>(e[e.None=0]="None",e[e.Normal=1]="Normal",e[e.Aggressive=2]="Aggressive",e[e.VeryAggressive=3]="VeryAggressive",e))(Wce||{});function hv(e,t){return e===t}function KS(e,t){return e===t||e!==void 0&&t!==void 0&&e.toUpperCase()===t.toUpperCase()}function Lx(e,t){return hv(e,t)}function lOe(e,t){return e===t?0:e===void 0?-1:t===void 0?1:et(n,i)===-1?n:i)}function v3(e,t){return e===t?0:e===void 0?-1:t===void 0?1:(e=e.toUpperCase(),t=t.toUpperCase(),et?1:0)}function Gce(e,t){return e===t?0:e===void 0?-1:t===void 0?1:(e=e.toLowerCase(),t=t.toLowerCase(),et?1:0)}function u_(e,t){return lOe(e,t)}function AP(e){return e?v3:u_}var tvt=(()=>{return t;function e(n,i,s){if(n===i)return 0;if(n===void 0)return-1;if(i===void 0)return 1;let a=s(n,i);return a<0?-1:a>0?1:0}function t(n){let i=new Intl.Collator(n,{usage:"sort",sensitivity:"variant",numeric:!0}).compare;return(s,a)=>e(s,a,i)}})(),Hce,WW;function $ce(){return WW}function Yce(e){WW!==e&&(WW=e,Hce=void 0)}function S3(e,t){return(Hce||(Hce=tvt(WW)))(e,t)}function Kce(e,t,n,i){return e===t?0:e===void 0?-1:t===void 0?1:i(e[n],t[n])}function XS(e,t){return tc(e?1:0,t?1:0)}function Fx(e,t,n){let i=Math.max(2,Math.floor(e.length*.34)),s=Math.floor(e.length*.4)+1,a;for(let u of t){let m=n(u);if(m!==void 0&&Math.abs(m.length-e.length)<=i){if(m===e||m.length<3&&m.toLowerCase()!==e.toLowerCase())continue;let d=rvt(e,m,s-.1);if(d===void 0)continue;M.assert(dn?m-n:1),E=Math.floor(t.length>n+m?n+m:t.length);s[0]=m;let x=m;for(let I=1;In)return;let D=i;i=s,s=D}let u=i[t.length];return u>n?void 0:u}function Wc(e,t,n){let i=e.length-t.length;return i>=0&&(n?KS(e.slice(i),t):e.indexOf(t,i)===i)}function kP(e,t){return Wc(e,t)?e.slice(0,e.length-t.length):e}function Xce(e,t){return Wc(e,t)?e.slice(0,e.length-t.length):void 0}function GW(e){let t=e.length;for(let n=t-1;n>0;n--){let i=e.charCodeAt(n);if(i>=48&&i<=57)do--n,i=e.charCodeAt(n);while(n>0&&i>=48&&i<=57);else if(n>4&&(i===110||i===78)){if(--n,i=e.charCodeAt(n),i!==105&&i!==73||(--n,i=e.charCodeAt(n),i!==109&&i!==77))break;--n,i=e.charCodeAt(n)}else break;if(i!==45&&i!==46)break;t=n}return t===e.length?e:e.slice(0,t)}function GI(e,t){for(let n=0;nn===t)}function nvt(e,t){for(let n=0;ns&&(s=u.prefix.length,i=a)}return i}function fs(e,t,n){return n?KS(e.slice(0,t.length),t):e.lastIndexOf(t,0)===0}function HI(e,t){return fs(e,t)?e.substr(t.length):e}function YW(e,t,n=ec){return fs(n(e),n(t))?e.substring(t.length):void 0}function c5({prefix:e,suffix:t},n){return n.length>=e.length+t.length&&fs(n,e)&&Wc(n,t)}function l5(e,t){return n=>e(n)&&t(n)}function qp(...e){return(...t)=>{let n;for(let i of e)if(n=i(...t),n)return n;return n}}function u5(e){return(...t)=>!e(...t)}function uOe(e){}function zC(e){return e===void 0?void 0:[e]}function _5(e,t,n,i,s,a){a=a||aa;let u=0,m=0,d=e.length,S=t.length,E=!1;for(;u(e[e.Off=0]="Off",e[e.Error=1]="Error",e[e.Warning=2]="Warning",e[e.Info=3]="Info",e[e.Verbose=4]="Verbose",e))(rle||{}),M;(e=>{let t=0;e.currentLogLevel=2,e.isDebugging=!1;function n(He){return e.currentLogLevel<=He}e.shouldLog=n;function i(He,Xt){e.loggingHost&&n(He)&&e.loggingHost.log(He,Xt)}function s(He){i(3,He)}e.log=s,(He=>{function Xt(ki){i(1,ki)}He.error=Xt;function qr(ki){i(2,ki)}He.warn=qr;function Pn(ki){i(3,ki)}He.log=Pn;function Ti(ki){i(4,ki)}He.trace=Ti})(s=e.log||(e.log={}));let a={};function u(){return t}e.getAssertionLevel=u;function m(He){let Xt=t;if(t=He,He>Xt)for(let qr of Pg(a)){let Pn=a[qr];Pn!==void 0&&e[qr]!==Pn.assertion&&He>=Pn.level&&(e[qr]=Pn,a[qr]=void 0)}}e.setAssertionLevel=m;function d(He){return t>=He}e.shouldAssert=d;function S(He,Xt){return d(He)?!0:(a[Xt]={level:He,assertion:e[Xt]},e[Xt]=aa,!1)}function E(He,Xt){debugger;let qr=new Error(He?`Debug Failure. ${He}`:"Debug Failure.");throw Error.captureStackTrace&&Error.captureStackTrace(qr,Xt||E),qr}e.fail=E;function x(He,Xt,qr){return E(`${Xt||"Unexpected node."}\r
Node ${he(He.kind)} was unexpected.`,qr||x)}e.failBadSyntaxKind=x;function D(He,Xt,qr,Pn){He||(Xt=Xt?`False expression: ${Xt}`:"False expression.",qr&&(Xt+=`\r
Verbose Debug Information: `+(typeof qr=="string"?qr:qr())),E(Xt,Pn||D))}e.assert=D;function I(He,Xt,qr,Pn,Ti){if(He!==Xt){let ki=qr?Pn?`${qr} ${Pn}`:qr:"";E(`Expected ${He} === ${Xt}. ${ki}`,Ti||I)}}e.assertEqual=I;function R(He,Xt,qr,Pn){He>=Xt&&E(`Expected ${He} < ${Xt}. ${qr||""}`,Pn||R)}e.assertLessThan=R;function L(He,Xt,qr){He>Xt&&E(`Expected ${He} <= ${Xt}`,qr||L)}e.assertLessThanOrEqual=L;function F(He,Xt,qr){He= ${Xt}`,qr||F)}e.assertGreaterThanOrEqual=F;function J(He,Xt,qr){He==null&&E(Xt,qr||J)}e.assertIsDefined=J;function $(He,Xt,qr){return J(He,Xt,qr||$),He}e.checkDefined=$;function q(He,Xt,qr){for(let Pn of He)J(Pn,Xt,qr||q)}e.assertEachIsDefined=q;function ee(He,Xt,qr){return q(He,Xt,qr||ee),He}e.checkEachDefined=ee;function W(He,Xt="Illegal value:",qr){let Pn=typeof He=="object"&&Ha(He,"kind")&&Ha(He,"pos")?"SyntaxKind: "+he(He.kind):JSON.stringify(He);return E(`${Xt} ${Pn}`,qr||W)}e.assertNever=W;function pe(He,Xt,qr,Pn){S(1,"assertEachNode")&&D(Xt===void 0||Oi(He,Xt),qr||"Unexpected node.",()=>`Node array did not pass test '${me(Xt)}'.`,Pn||pe)}e.assertEachNode=pe;function K(He,Xt,qr,Pn){S(1,"assertNode")&&D(He!==void 0&&(Xt===void 0||Xt(He)),qr||"Unexpected node.",()=>`Node ${he(He?.kind)} did not pass test '${me(Xt)}'.`,Pn||K)}e.assertNode=K;function re(He,Xt,qr,Pn){S(1,"assertNotNode")&&D(He===void 0||Xt===void 0||!Xt(He),qr||"Unexpected node.",()=>`Node ${he(He.kind)} should not have passed test '${me(Xt)}'.`,Pn||re)}e.assertNotNode=re;function ue(He,Xt,qr,Pn){S(1,"assertOptionalNode")&&D(Xt===void 0||He===void 0||Xt(He),qr||"Unexpected node.",()=>`Node ${he(He?.kind)} did not pass test '${me(Xt)}'.`,Pn||ue)}e.assertOptionalNode=ue;function ce(He,Xt,qr,Pn){S(1,"assertOptionalToken")&&D(Xt===void 0||He===void 0||He.kind===Xt,qr||"Unexpected node.",()=>`Node ${he(He?.kind)} was not a '${he(Xt)}' token.`,Pn||ce)}e.assertOptionalToken=ce;function ne(He,Xt,qr){S(1,"assertMissingNode")&&D(He===void 0,Xt||"Unexpected node.",()=>`Node ${he(He.kind)} was unexpected'.`,qr||ne)}e.assertMissingNode=ne;function le(He){}e.type=le;function me(He){if(typeof He!="function")return"";if(Ha(He,"name"))return He.name;{let Xt=Function.prototype.toString.call(He),qr=/^function\s+([\w$]+)\s*\(/.exec(Xt);return qr?qr[1]:""}}e.getFunctionName=me;function de(He){return`{ name: ${Zi(He.escapedName)}; flags: ${ze(He.flags)}; declarations: ${kr(He.declarations,Xt=>he(Xt.kind))} }`}e.formatSymbol=de;function Ae(He=0,Xt,qr){let Pn=te(Xt);if(He===0)return Pn.length>0&&Pn[0][0]===0?Pn[0][1]:"0";if(qr){let Ti=[],ki=He;for(let[Vi,uo]of Pn){if(Vi>He)break;Vi!==0&&Vi&He&&(Ti.push(uo),ki&=~Vi)}if(ki===0)return Ti.join("|")}else for(let[Ti,ki]of Pn)if(Ti===He)return ki;return He.toString()}e.formatEnum=Ae;let xe=new Map;function te(He){let Xt=xe.get(He);if(Xt)return Xt;let qr=[];for(let Ti in He){let ki=He[Ti];typeof ki=="number"&&qr.push([ki,Ti])}let Pn=Zs(qr,(Ti,ki)=>tc(Ti[0],ki[0]));return xe.set(He,Pn),Pn}function he(He){return Ae(He,tG,!1)}e.formatSyntaxKind=he;function Te(He){return Ae(He,mG,!1)}e.formatSnippetKind=Te;function Ve(He){return Ae(He,pG,!1)}e.formatScriptKind=Ve;function Pe(He){return Ae(He,rG,!0)}e.formatNodeFlags=Pe;function ke(He){return Ae(He,lG,!0)}e.formatNodeCheckFlags=ke;function De(He){return Ae(He,nG,!0)}e.formatModifierFlags=De;function Be(He){return Ae(He,dG,!0)}e.formatTransformFlags=Be;function lt(He){return Ae(He,gG,!0)}e.formatEmitFlags=lt;function ze(He){return Ae(He,cG,!0)}e.formatSymbolFlags=ze;function tt(He){return Ae(He,uG,!0)}e.formatTypeFlags=tt;function we(He){return Ae(He,fG,!0)}e.formatSignatureFlags=we;function ft(He){return Ae(He,_G,!0)}e.formatObjectFlags=ft;function gt(He){return Ae(He,d5,!0)}e.formatFlowFlags=gt;function Qe(He){return Ae(He,iG,!0)}e.formatRelationComparisonResult=Qe;function yt(He){return Ae(He,EK,!0)}e.formatCheckMode=yt;function ir(He){return Ae(He,xK,!0)}e.formatSignatureCheckMode=ir;function Tr(He){return Ae(He,bK,!0)}e.formatTypeFacts=Tr;let Ar=!1,Vr;function fr(He){"__debugFlowFlags"in He||Object.defineProperties(He,{__tsDebuggerDisplay:{value(){let Xt=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",qr=this.flags&-2048;return`${Xt}${qr?` (${gt(qr)})`:""}`}},__debugFlowFlags:{get(){return Ae(this.flags,d5,!0)}},__debugToString:{value(){return Qs(this)}}})}function ur(He){return Ar&&(typeof Object.setPrototypeOf=="function"?(Vr||(Vr=Object.create(Object.prototype),fr(Vr)),Object.setPrototypeOf(He,Vr)):fr(He)),He}e.attachFlowNodeDebugInfo=ur;let tn;function Mi(He){"__tsDebuggerDisplay"in He||Object.defineProperties(He,{__tsDebuggerDisplay:{value(Xt){return Xt=String(Xt).replace(/(?:,[\s\w\d_]+:[^,]+)+\]$/,"]"),`NodeArray ${Xt}`}}})}function br(He){Ar&&(typeof Object.setPrototypeOf=="function"?(tn||(tn=Object.create(Array.prototype),Mi(tn)),Object.setPrototypeOf(He,tn)):Mi(He))}e.attachNodeArrayDebugInfo=br;function Di(){if(Ar)return;let He=new WeakMap,Xt=new WeakMap;Object.defineProperties(Yu.getSymbolConstructor().prototype,{__tsDebuggerDisplay:{value(){let Pn=this.flags&33554432?"TransientSymbol":"Symbol",Ti=this.flags&-33554433;return`${Pn} '${Qc(this)}'${Ti?` (${ze(Ti)})`:""}`}},__debugFlags:{get(){return ze(this.flags)}}}),Object.defineProperties(Yu.getTypeConstructor().prototype,{__tsDebuggerDisplay:{value(){let Pn=this.flags&67359327?`IntrinsicType ${this.intrinsicName}${this.debugIntrinsicName?` (${this.debugIntrinsicName})`:""}`:this.flags&98304?"NullableType":this.flags&384?`LiteralType ${JSON.stringify(this.value)}`:this.flags&2048?`LiteralType ${this.value.negative?"-":""}${this.value.base10Value}n`:this.flags&8192?"UniqueESSymbolType":this.flags&32?"EnumType":this.flags&1048576?"UnionType":this.flags&2097152?"IntersectionType":this.flags&4194304?"IndexType":this.flags&8388608?"IndexedAccessType":this.flags&16777216?"ConditionalType":this.flags&33554432?"SubstitutionType":this.flags&262144?"TypeParameter":this.flags&524288?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",Ti=this.flags&524288?this.objectFlags&-1344:0;return`${Pn}${this.symbol?` '${Qc(this.symbol)}'`:""}${Ti?` (${ft(Ti)})`:""}`}},__debugFlags:{get(){return tt(this.flags)}},__debugObjectFlags:{get(){return this.flags&524288?ft(this.objectFlags):""}},__debugTypeToString:{value(){let Pn=He.get(this);return Pn===void 0&&(Pn=this.checker.typeToString(this),He.set(this,Pn)),Pn}}}),Object.defineProperties(Yu.getSignatureConstructor().prototype,{__debugFlags:{get(){return we(this.flags)}},__debugSignatureToString:{value(){var Pn;return(Pn=this.checker)==null?void 0:Pn.signatureToString(this)}}});let qr=[Yu.getNodeConstructor(),Yu.getIdentifierConstructor(),Yu.getTokenConstructor(),Yu.getSourceFileConstructor()];for(let Pn of qr)Ha(Pn.prototype,"__debugKind")||Object.defineProperties(Pn.prototype,{__tsDebuggerDisplay:{value(){return`${Ec(this)?"GeneratedIdentifier":$e(this)?`Identifier '${In(this)}'`:es(this)?`PrivateIdentifier '${In(this)}'`:jo(this)?`StringLiteral ${JSON.stringify(this.text.length<10?this.text:this.text.slice(10)+"...")}`:Df(this)?`NumericLiteral ${this.text}`:fM(this)?`BigIntLiteral ${this.text}n`:Cc(this)?"TypeParameterDeclaration":is(this)?"ParameterDeclaration":Vc(this)?"ConstructorDeclaration":$p(this)?"GetAccessorDeclaration":dp(this)?"SetAccessorDeclaration":LA(this)?"CallSignatureDeclaration":mM(this)?"ConstructSignatureDeclaration":fE(this)?"IndexSignatureDeclaration":FA(this)?"TypePredicateNode":Yp(this)?"TypeReferenceNode":Vh(this)?"FunctionTypeNode":hN(this)?"ConstructorTypeNode":pE(this)?"TypeQueryNode":_f(this)?"TypeLiteralNode":gM(this)?"ArrayTypeNode":jA(this)?"TupleTypeNode":jj(this)?"OptionalTypeNode":Bj(this)?"RestTypeNode":Z1(this)?"UnionTypeNode":BA(this)?"IntersectionTypeNode":dE(this)?"ConditionalTypeNode":s2(this)?"InferTypeNode":o2(this)?"ParenthesizedTypeNode":vN(this)?"ThisTypeNode":yT(this)?"TypeOperatorNode":mE(this)?"IndexedAccessTypeNode":a2(this)?"MappedTypeNode":Lv(this)?"LiteralTypeNode":yN(this)?"NamedTupleMember":Jh(this)?"ImportTypeNode":he(this.kind)}${this.flags?` (${Pe(this.flags)})`:""}`}},__debugKind:{get(){return he(this.kind)}},__debugNodeFlags:{get(){return Pe(this.flags)}},__debugModifierFlags:{get(){return De(Jfe(this))}},__debugTransformFlags:{get(){return Be(this.transformFlags)}},__debugIsParseTreeNode:{get(){return _w(this)}},__debugEmitFlags:{get(){return lt(Ko(this))}},__debugGetText:{value(Ti){if(Ka(this))return"";let ki=Xt.get(this);if(ki===void 0){let Vi=Ps(this),uo=Vi&&Jr(Vi);ki=uo?$b(uo,Vi,Ti):"",Xt.set(this,ki)}return ki}}});Ar=!0}e.enableDebugInfo=Di;function As(He){let Xt=He&7,qr=Xt===0?"in out":Xt===3?"[bivariant]":Xt===2?"in":Xt===1?"out":Xt===4?"[independent]":"";return He&8?qr+=" (unmeasurable)":He&16&&(qr+=" (unreliable)"),qr}e.formatVariance=As;class os{__debugToString(){var Xt;switch(this.kind){case 3:return((Xt=this.debugInfo)==null?void 0:Xt.call(this))||"(function mapper)";case 0:return`${this.source.__debugTypeToString()} -> ${this.target.__debugTypeToString()}`;case 1:return va(this.sources,this.targets||kr(this.sources,()=>"any"),(qr,Pn)=>`${qr.__debugTypeToString()} -> ${typeof Pn=="string"?Pn:Pn.__debugTypeToString()}`).join(", ");case 2:return va(this.sources,this.targets,(qr,Pn)=>`${qr.__debugTypeToString()} -> ${Pn().__debugTypeToString()}`).join(", ");case 5:case 4:return`m1: ${this.mapper1.__debugToString().split(`
`).join(`
`)}
m2: ${this.mapper2.__debugToString().split(`
`).join(`
`)}`;default:return W(this)}}}e.DebugTypeMapper=os;function Ri(He){return e.isDebugging?Object.setPrototypeOf(He,os.prototype):He}e.attachDebugPrototypeIfDebug=Ri;function $r(He){return console.log(Qs(He))}e.printControlFlowGraph=$r;function Qs(He){let Xt=-1;function qr(z){return z.id||(z.id=Xt,Xt--),z.id}let Pn;(z=>{z.lr="\u2500",z.ud="\u2502",z.dr="\u256D",z.dl="\u256E",z.ul="\u256F",z.ur="\u2570",z.udr="\u251C",z.udl="\u2524",z.dlr="\u252C",z.ulr="\u2534",z.udlr="\u256B"})(Pn||(Pn={}));let Ti;(z=>{z[z.None=0]="None",z[z.Up=1]="Up",z[z.Down=2]="Down",z[z.Left=4]="Left",z[z.Right=8]="Right",z[z.UpDown=3]="UpDown",z[z.LeftRight=12]="LeftRight",z[z.UpLeft=5]="UpLeft",z[z.UpRight=9]="UpRight",z[z.DownLeft=6]="DownLeft",z[z.DownRight=10]="DownRight",z[z.UpDownLeft=7]="UpDownLeft",z[z.UpDownRight=11]="UpDownRight",z[z.UpLeftRight=13]="UpLeftRight",z[z.DownLeftRight=14]="DownLeftRight",z[z.UpDownLeftRight=15]="UpDownLeftRight",z[z.NoChildren=16]="NoChildren"})(Ti||(Ti={}));let ki=2032,Vi=882,uo=Object.create(null),Ys=[],Sr=[],ia=pt(He,new Set);for(let z of Ys)z.text=Z(z.flowNode,z.circular),Oe(z);let ut=Nt(ia),Tt=It(ut);return Vt(ia,0),Ye();function fe(z){return!!(z.flags&128)}function St(z){return!!(z.flags&12)&&!!z.antecedent}function Ce(z){return!!(z.flags&ki)}function it(z){return!!(z.flags&Vi)}function Me(z){let Ue=[];for(let be of z.edges)be.source===z&&Ue.push(be.target);return Ue}function rt(z){let Ue=[];for(let be of z.edges)be.target===z&&Ue.push(be.source);return Ue}function pt(z,Ue){let be=qr(z),Re=uo[be];if(Re&&Ue.has(z))return Re.circular=!0,Re={id:-1,flowNode:z,edges:[],text:"",lane:-1,endLane:-1,level:-1,circular:"circularity"},Ys.push(Re),Re;if(Ue.add(z),!Re)if(uo[be]=Re={id:be,flowNode:z,edges:[],text:"",lane:-1,endLane:-1,level:-1,circular:!1},Ys.push(Re),St(z))for(let Ot of z.antecedent)nr(Re,Ot,Ue);else Ce(z)&&nr(Re,z.antecedent,Ue);return Ue.delete(z),Re}function nr(z,Ue,be){let Re=pt(Ue,be),Ot={source:z,target:Re};Sr.push(Ot),z.edges.push(Ot),Re.edges.push(Ot)}function Oe(z){if(z.level!==-1)return z.level;let Ue=0;for(let be of rt(z))Ue=Math.max(Ue,Oe(be)+1);return z.level=Ue}function Nt(z){let Ue=0;for(let be of Me(z))Ue=Math.max(Ue,Nt(be));return Ue+1}function It(z){let Ue=Q(Array(z),0);for(let be of Ys)Ue[be.level]=Math.max(Ue[be.level],be.text.length);return Ue}function Vt(z,Ue){if(z.lane===-1){z.lane=Ue,z.endLane=Ue;let be=Me(z);for(let Re=0;Re0&&Ue++;let Ot=be[Re];Vt(Ot,Ue),Ot.endLane>z.endLane&&(Ue=Ot.endLane)}z.endLane=Ue}}function Mt(z){if(z&2)return"Start";if(z&4)return"Branch";if(z&8)return"Loop";if(z&16)return"Assignment";if(z&32)return"True";if(z&64)return"False";if(z&128)return"SwitchClause";if(z&256)return"ArrayMutation";if(z&512)return"Call";if(z&1024)return"ReduceLabel";if(z&1)return"Unreachable";throw new Error}function sr(z){let Ue=Jr(z);return $b(Ue,z,!1)}function Z(z,Ue){let be=Mt(z.flags);if(Ue&&(be=`${be}#${qr(z)}`),fe(z)){let Re=[],{switchStatement:Ot,clauseStart:Ht,clauseEnd:$t}=z.node;for(let gr=Ht;gr<$t;gr++){let Wr=Ot.caseBlock.clauses[gr];DO(Wr)?Re.push("default"):Re.push(sr(Wr.expression))}be+=` (${Re.join(", ")})`}else it(z)&&z.node&&(be+=` (${sr(z.node)})`);return Ue==="circularity"?`Circular(${be})`:be}function Ye(){let z=Tt.length,Ue=Ys.reduce(($t,gr)=>Math.max($t,gr.lane),0)+1,be=Q(Array(Ue),""),Re=Tt.map(()=>Array(Ue)),Ot=Tt.map(()=>Q(Array(Ue),0));for(let $t of Ys){Re[$t.level][$t.lane]=$t;let gr=Me($t);for(let Yr=0;Yr0&&(Pr|=1),Yr0&&(Pr|=1),Yr0?Ot[$t-1][gr]:0,Yr=gr>0?Ot[$t][gr-1]:0,gn=Ot[$t][gr];gn||(Wr&8&&(gn|=12),Yr&2&&(gn|=3),Ot[$t][gr]=gn)}for(let $t=0;$t0?z.repeat(Ue):"";let be="";for(;be.length=0,"Invalid argument: major"),M.assert(n>=0,"Invalid argument: minor"),M.assert(i>=0,"Invalid argument: patch");let u=s?Ms(s)?s:s.split("."):ve,m=a?Ms(a)?a:a.split("."):ve;M.assert(Oi(u,d=>ovt.test(d)),"Invalid argument: prerelease"),M.assert(Oi(m,d=>cvt.test(d)),"Invalid argument: build"),this.major=t,this.minor=n,this.patch=i,this.prerelease=u,this.build=m}static tryParse(t){let n=pOe(t);if(!n)return;let{major:i,minor:s,patch:a,prerelease:u,build:m}=n;return new UF(i,s,a,u,m)}compareTo(t){return this===t?0:t===void 0?1:tc(this.major,t.major)||tc(this.minor,t.minor)||tc(this.patch,t.patch)||lvt(this.prerelease,t.prerelease)}increment(t){switch(t){case"major":return new UF(this.major+1,0,0);case"minor":return new UF(this.major,this.minor+1,0);case"patch":return new UF(this.major,this.minor,this.patch+1);default:return M.assertNever(t)}}with(t){let{major:n=this.major,minor:i=this.minor,patch:s=this.patch,prerelease:a=this.prerelease,build:u=this.build}=t;return new UF(n,i,s,a,u)}toString(){let t=`${this.major}.${this.minor}.${this.patch}`;return Dt(this.prerelease)&&(t+=`-${this.prerelease.join(".")}`),Dt(this.build)&&(t+=`+${this.build.join(".")}`),t}};nle.zero=new nle(0,0,0,["0"]);var Ym=nle;function pOe(e){let t=ivt.exec(e);if(!t)return;let[,n,i="0",s="0",a="",u=""]=t;if(!(a&&!svt.test(a))&&!(u&&!avt.test(u)))return{major:parseInt(n,10),minor:parseInt(i,10),patch:parseInt(s,10),prerelease:a,build:u}}function lvt(e,t){if(e===t)return 0;if(e.length===0)return t.length===0?0:1;if(t.length===0)return-1;let n=Math.min(e.length,t.length);for(let i=0;i|>=|=)?\s*([a-z0-9-+.*]+)$/i;function dOe(e){let t=[];for(let n of e.trim().split(uvt)){if(!n)continue;let i=[];n=n.trim();let s=pvt.exec(n);if(s){if(!mvt(s[1],s[2],i))return}else for(let a of n.split(_vt)){let u=dvt.exec(a.trim());if(!u||!gvt(u[1],u[2],i))return}t.push(i)}return t}function ile(e){let t=fvt.exec(e);if(!t)return;let[,n,i="*",s="*",a,u]=t;return{version:new Ym($d(n)?0:parseInt(n,10),$d(n)||$d(i)?0:parseInt(i,10),$d(n)||$d(i)||$d(s)?0:parseInt(s,10),a,u),major:n,minor:i,patch:s}}function mvt(e,t,n){let i=ile(e);if(!i)return!1;let s=ile(t);return s?($d(i.major)||n.push(wh(">=",i.version)),$d(s.major)||n.push($d(s.minor)?wh("<",s.version.increment("major")):$d(s.patch)?wh("<",s.version.increment("minor")):wh("<=",s.version)),!0):!1}function gvt(e,t,n){let i=ile(t);if(!i)return!1;let{version:s,major:a,minor:u,patch:m}=i;if($d(a))(e==="<"||e===">")&&n.push(wh("<",Ym.zero));else switch(e){case"~":n.push(wh(">=",s)),n.push(wh("<",s.increment($d(u)?"major":"minor")));break;case"^":n.push(wh(">=",s)),n.push(wh("<",s.increment(s.major>0||$d(u)?"major":s.minor>0||$d(m)?"minor":"patch")));break;case"<":case">=":n.push($d(u)||$d(m)?wh(e,s.with({prerelease:"0"})):wh(e,s));break;case"<=":case">":n.push($d(u)?wh(e==="<="?"<":">=",s.increment("major").with({prerelease:"0"})):$d(m)?wh(e==="<="?"<":">=",s.increment("minor").with({prerelease:"0"})):wh(e,s));break;case"=":case void 0:$d(u)||$d(m)?(n.push(wh(">=",s.with({prerelease:"0"}))),n.push(wh("<",s.increment($d(u)?"major":"minor").with({prerelease:"0"})))):n.push(wh("=",s));break;default:return!1}return!0}function $d(e){return e==="*"||e==="x"||e==="X"}function wh(e,t){return{operator:e,operand:t}}function hvt(e,t){if(t.length===0)return!0;for(let n of t)if(yvt(e,n))return!0;return!1}function yvt(e,t){for(let n of t)if(!vvt(e,n.operator,n.operand))return!1;return!0}function vvt(e,t,n){let i=e.compareTo(n);switch(t){case"<":return i<0;case"<=":return i<=0;case">":return i>0;case">=":return i>=0;case"=":return i===0;default:return M.assertNever(t)}}function Svt(e){return kr(e,Tvt).join(" || ")||"*"}function Tvt(e){return kr(e,bvt).join(" ")}function bvt(e){return`${e.operator}${e.operand}`}function Evt(){if(XW())try{let{performance:e}=Ru("perf_hooks");if(e)return{shouldWriteNativeEvents:!1,performance:e}}catch{}if(typeof performance=="object")return{shouldWriteNativeEvents:!0,performance}}function xvt(){let e=Evt();if(!e)return;let{shouldWriteNativeEvents:t,performance:n}=e,i={shouldWriteNativeEvents:t,performance:void 0,performanceTime:void 0};return typeof n.timeOrigin=="number"&&typeof n.now=="function"&&(i.performanceTime=n),i.performanceTime&&typeof n.mark=="function"&&typeof n.measure=="function"&&typeof n.clearMarks=="function"&&typeof n.clearMeasures=="function"&&(i.performance=n),i}var sle=xvt(),mOe=sle?.performanceTime;function ole(){return sle}var Tc=mOe?()=>mOe.now():Date.now,p5;try{let e=process.env.TS_ETW_MODULE_PATH??"./node_modules/@microsoft/typescript-etw";p5=Ru(e)}catch{p5=void 0}var sf=p5?.logEvent?p5:void 0,ale={};k(ale,{clearMarks:()=>TOe,clearMeasures:()=>SOe,createTimer:()=>QW,createTimerIf:()=>gOe,disable:()=>ule,enable:()=>eG,forEachMark:()=>vOe,forEachMeasure:()=>ZW,getCount:()=>yOe,getDuration:()=>QI,isEnabled:()=>lle,mark:()=>jc,measure:()=>Sd,nullTimer:()=>cle});var $I,jx;function gOe(e,t,n,i){return e?QW(t,n,i):cle}function QW(e,t,n){let i=0;return{enter:s,exit:a};function s(){++i===1&&jc(t)}function a(){--i===0?(jc(n),Sd(e,t,n)):i<0&&M.fail("enter/exit count does not match.")}}var cle={enter:aa,exit:aa},YI=!1,hOe=Tc(),KI=new Map,T3=new Map,XI=new Map;function jc(e){if(YI){let t=T3.get(e)??0;T3.set(e,t+1),KI.set(e,Tc()),jx?.mark(e),typeof onProfilerEvent=="function"&&onProfilerEvent(e)}}function Sd(e,t,n){if(YI){let i=(n!==void 0?KI.get(n):void 0)??Tc(),s=(t!==void 0?KI.get(t):void 0)??hOe,a=XI.get(e)||0;XI.set(e,a+(i-s)),jx?.measure(e,t,n)}}function yOe(e){return T3.get(e)||0}function QI(e){return XI.get(e)||0}function ZW(e){XI.forEach((t,n)=>e(n,t))}function vOe(e){KI.forEach((t,n)=>e(n))}function SOe(e){e!==void 0?XI.delete(e):XI.clear(),jx?.clearMeasures(e)}function TOe(e){e!==void 0?(T3.delete(e),KI.delete(e)):(T3.clear(),KI.clear()),jx?.clearMarks(e)}function lle(){return YI}function eG(e=uu){var t;return YI||(YI=!0,$I||($I=ole()),$I?.performance&&(hOe=$I.performance.timeOrigin,($I.shouldWriteNativeEvents||(t=e?.cpuProfilingEnabled)!=null&&t.call(e)||e?.debugMode)&&(jx=$I.performance))),!0}function ule(){YI&&(KI.clear(),T3.clear(),XI.clear(),jx=void 0,YI=!1)}var kn,b3;(e=>{let t,n=0,i=0,s,a=[],u,m=[];function d(K,re,ue){if(M.assert(!kn,"Tracing already started"),t===void 0)try{t=Ru("fs")}catch(de){throw new Error(`tracing requires having fs
(original error: ${de.message||de})`)}s=K,a.length=0,u===void 0&&(u=ii(re,"legend.json")),t.existsSync(re)||t.mkdirSync(re,{recursive:!0});let ce=s==="build"?`.${process.pid}-${++n}`:s==="server"?`.${process.pid}`:"",ne=ii(re,`trace${ce}.json`),le=ii(re,`types${ce}.json`);m.push({configFilePath:ue,tracePath:ne,typesPath:le}),i=t.openSync(ne,"w"),kn=e;let me={cat:"__metadata",ph:"M",ts:1e3*Tc(),pid:1,tid:1};t.writeSync(i,`[
`+[{name:"process_name",args:{name:"tsc"},...me},{name:"thread_name",args:{name:"Main"},...me},{name:"TracingStartedInBrowser",...me,cat:"disabled-by-default-devtools.timeline"}].map(de=>JSON.stringify(de)).join(`,
`))}e.startTracing=d;function S(){M.assert(kn,"Tracing is not in progress"),M.assert(!!a.length==(s!=="server")),t.writeSync(i,`
]
`),t.closeSync(i),kn=void 0,a.length?W(a):m[m.length-1].typesPath=void 0}e.stopTracing=S;function E(K){s!=="server"&&a.push(K)}e.recordType=E;let x;(K=>{K.Parse="parse",K.Program="program",K.Bind="bind",K.Check="check",K.CheckTypes="checkTypes",K.Emit="emit",K.Session="session"})(x=e.Phase||(e.Phase={}));function D(K,re,ue){q("I",K,re,ue,'"s":"g"')}e.instant=D;let I=[];function R(K,re,ue,ce=!1){ce&&q("B",K,re,ue),I.push({phase:K,name:re,args:ue,time:1e3*Tc(),separateBeginAndEnd:ce})}e.push=R;function L(K){M.assert(I.length>0),$(I.length-1,1e3*Tc(),K),I.length--}e.pop=L;function F(){let K=1e3*Tc();for(let re=I.length-1;re>=0;re--)$(re,K);I.length=0}e.popAll=F;let J=1e3*10;function $(K,re,ue){let{phase:ce,name:ne,args:le,time:me,separateBeginAndEnd:de}=I[K];de?(M.assert(!ue,"`results` are not supported for events with `separateBeginAndEnd`"),q("E",ce,ne,le,void 0,re)):J-me%J<=re-me&&q("X",ce,ne,{...le,results:ue},`"dur":${re-me}`,me)}function q(K,re,ue,ce,ne,le=1e3*Tc()){s==="server"&&re==="checkTypes"||(jc("beginTracing"),t.writeSync(i,`,
{"pid":1,"tid":1,"ph":"${K}","cat":"${re}","ts":${le},"name":"${ue}"`),ne&&t.writeSync(i,`,${ne}`),ce&&t.writeSync(i,`,"args":${JSON.stringify(ce)}`),t.writeSync(i,"}"),jc("endTracing"),Sd("Tracing","beginTracing","endTracing"))}function ee(K){let re=Jr(K);return re?{path:re.path,start:ue(Eo(re,K.pos)),end:ue(Eo(re,K.end))}:void 0;function ue(ce){return{line:ce.line+1,character:ce.character+1}}}function W(K){var re,ue,ce,ne,le,me,de,Ae,xe,te,he,Te,Ve,Pe,ke,De,Be,lt,ze;jc("beginDumpTypes");let tt=m[m.length-1].typesPath,we=t.openSync(tt,"w"),ft=new Map;t.writeSync(we,"[");let gt=K.length;for(let Qe=0;Qe$r.id),referenceLocation:ee(Ri.node)}}let ur={};if(yt.flags&16777216){let Ri=yt;ur={conditionalCheckType:(me=Ri.checkType)==null?void 0:me.id,conditionalExtendsType:(de=Ri.extendsType)==null?void 0:de.id,conditionalTrueType:((Ae=Ri.resolvedTrueType)==null?void 0:Ae.id)??-1,conditionalFalseType:((xe=Ri.resolvedFalseType)==null?void 0:xe.id)??-1}}let tn={};if(yt.flags&33554432){let Ri=yt;tn={substitutionBaseType:(te=Ri.baseType)==null?void 0:te.id,constraintType:(he=Ri.constraint)==null?void 0:he.id}}let Mi={};if(ir&1024){let Ri=yt;Mi={reverseMappedSourceType:(Te=Ri.source)==null?void 0:Te.id,reverseMappedMappedType:(Ve=Ri.mappedType)==null?void 0:Ve.id,reverseMappedConstraintType:(Pe=Ri.constraintType)==null?void 0:Pe.id}}let br={};if(ir&256){let Ri=yt;br={evolvingArrayElementType:Ri.elementType.id,evolvingArrayFinalType:(ke=Ri.finalArrayType)==null?void 0:ke.id}}let Di,As=yt.checker.getRecursionIdentity(yt);As&&(Di=ft.get(As),Di||(Di=ft.size,ft.set(As,Di)));let os={id:yt.id,intrinsicName:yt.intrinsicName,symbolName:Tr?.escapedName&&Zi(Tr.escapedName),recursionId:Di,isTuple:ir&8?!0:void 0,unionTypes:yt.flags&1048576?(De=yt.types)==null?void 0:De.map(Ri=>Ri.id):void 0,intersectionTypes:yt.flags&2097152?yt.types.map(Ri=>Ri.id):void 0,aliasTypeArguments:(Be=yt.aliasTypeArguments)==null?void 0:Be.map(Ri=>Ri.id),keyofType:yt.flags&4194304?(lt=yt.type)==null?void 0:lt.id:void 0,...Vr,...fr,...ur,...tn,...Mi,...br,destructuringPattern:ee(yt.pattern),firstDeclaration:ee((ze=Tr?.declarations)==null?void 0:ze[0]),flags:M.formatTypeFlags(yt.flags).split("|"),display:Ar};t.writeSync(we,JSON.stringify(os)),Qe(e[e.Unknown=0]="Unknown",e[e.EndOfFileToken=1]="EndOfFileToken",e[e.SingleLineCommentTrivia=2]="SingleLineCommentTrivia",e[e.MultiLineCommentTrivia=3]="MultiLineCommentTrivia",e[e.NewLineTrivia=4]="NewLineTrivia",e[e.WhitespaceTrivia=5]="WhitespaceTrivia",e[e.ShebangTrivia=6]="ShebangTrivia",e[e.ConflictMarkerTrivia=7]="ConflictMarkerTrivia",e[e.NonTextFileMarkerTrivia=8]="NonTextFileMarkerTrivia",e[e.NumericLiteral=9]="NumericLiteral",e[e.BigIntLiteral=10]="BigIntLiteral",e[e.StringLiteral=11]="StringLiteral",e[e.JsxText=12]="JsxText",e[e.JsxTextAllWhiteSpaces=13]="JsxTextAllWhiteSpaces",e[e.RegularExpressionLiteral=14]="RegularExpressionLiteral",e[e.NoSubstitutionTemplateLiteral=15]="NoSubstitutionTemplateLiteral",e[e.TemplateHead=16]="TemplateHead",e[e.TemplateMiddle=17]="TemplateMiddle",e[e.TemplateTail=18]="TemplateTail",e[e.OpenBraceToken=19]="OpenBraceToken",e[e.CloseBraceToken=20]="CloseBraceToken",e[e.OpenParenToken=21]="OpenParenToken",e[e.CloseParenToken=22]="CloseParenToken",e[e.OpenBracketToken=23]="OpenBracketToken",e[e.CloseBracketToken=24]="CloseBracketToken",e[e.DotToken=25]="DotToken",e[e.DotDotDotToken=26]="DotDotDotToken",e[e.SemicolonToken=27]="SemicolonToken",e[e.CommaToken=28]="CommaToken",e[e.QuestionDotToken=29]="QuestionDotToken",e[e.LessThanToken=30]="LessThanToken",e[e.LessThanSlashToken=31]="LessThanSlashToken",e[e.GreaterThanToken=32]="GreaterThanToken",e[e.LessThanEqualsToken=33]="LessThanEqualsToken",e[e.GreaterThanEqualsToken=34]="GreaterThanEqualsToken",e[e.EqualsEqualsToken=35]="EqualsEqualsToken",e[e.ExclamationEqualsToken=36]="ExclamationEqualsToken",e[e.EqualsEqualsEqualsToken=37]="EqualsEqualsEqualsToken",e[e.ExclamationEqualsEqualsToken=38]="ExclamationEqualsEqualsToken",e[e.EqualsGreaterThanToken=39]="EqualsGreaterThanToken",e[e.PlusToken=40]="PlusToken",e[e.MinusToken=41]="MinusToken",e[e.AsteriskToken=42]="AsteriskToken",e[e.AsteriskAsteriskToken=43]="AsteriskAsteriskToken",e[e.SlashToken=44]="SlashToken",e[e.PercentToken=45]="PercentToken",e[e.PlusPlusToken=46]="PlusPlusToken",e[e.MinusMinusToken=47]="MinusMinusToken",e[e.LessThanLessThanToken=48]="LessThanLessThanToken",e[e.GreaterThanGreaterThanToken=49]="GreaterThanGreaterThanToken",e[e.GreaterThanGreaterThanGreaterThanToken=50]="GreaterThanGreaterThanGreaterThanToken",e[e.AmpersandToken=51]="AmpersandToken",e[e.BarToken=52]="BarToken",e[e.CaretToken=53]="CaretToken",e[e.ExclamationToken=54]="ExclamationToken",e[e.TildeToken=55]="TildeToken",e[e.AmpersandAmpersandToken=56]="AmpersandAmpersandToken",e[e.BarBarToken=57]="BarBarToken",e[e.QuestionToken=58]="QuestionToken",e[e.ColonToken=59]="ColonToken",e[e.AtToken=60]="AtToken",e[e.QuestionQuestionToken=61]="QuestionQuestionToken",e[e.BacktickToken=62]="BacktickToken",e[e.HashToken=63]="HashToken",e[e.EqualsToken=64]="EqualsToken",e[e.PlusEqualsToken=65]="PlusEqualsToken",e[e.MinusEqualsToken=66]="MinusEqualsToken",e[e.AsteriskEqualsToken=67]="AsteriskEqualsToken",e[e.AsteriskAsteriskEqualsToken=68]="AsteriskAsteriskEqualsToken",e[e.SlashEqualsToken=69]="SlashEqualsToken",e[e.PercentEqualsToken=70]="PercentEqualsToken",e[e.LessThanLessThanEqualsToken=71]="LessThanLessThanEqualsToken",e[e.GreaterThanGreaterThanEqualsToken=72]="GreaterThanGreaterThanEqualsToken",e[e.GreaterThanGreaterThanGreaterThanEqualsToken=73]="GreaterThanGreaterThanGreaterThanEqualsToken",e[e.AmpersandEqualsToken=74]="AmpersandEqualsToken",e[e.BarEqualsToken=75]="BarEqualsToken",e[e.BarBarEqualsToken=76]="BarBarEqualsToken",e[e.AmpersandAmpersandEqualsToken=77]="AmpersandAmpersandEqualsToken",e[e.QuestionQuestionEqualsToken=78]="QuestionQuestionEqualsToken",e[e.CaretEqualsToken=79]="CaretEqualsToken",e[e.Identifier=80]="Identifier",e[e.PrivateIdentifier=81]="PrivateIdentifier",e[e.JSDocCommentTextToken=82]="JSDocCommentTextToken",e[e.BreakKeyword=83]="BreakKeyword",e[e.CaseKeyword=84]="CaseKeyword",e[e.CatchKeyword=85]="CatchKeyword",e[e.ClassKeyword=86]="ClassKeyword",e[e.ConstKeyword=87]="ConstKeyword",e[e.ContinueKeyword=88]="ContinueKeyword",e[e.DebuggerKeyword=89]="DebuggerKeyword",e[e.DefaultKeyword=90]="DefaultKeyword",e[e.DeleteKeyword=91]="DeleteKeyword",e[e.DoKeyword=92]="DoKeyword",e[e.ElseKeyword=93]="ElseKeyword",e[e.EnumKeyword=94]="EnumKeyword",e[e.ExportKeyword=95]="ExportKeyword",e[e.ExtendsKeyword=96]="ExtendsKeyword",e[e.FalseKeyword=97]="FalseKeyword",e[e.FinallyKeyword=98]="FinallyKeyword",e[e.ForKeyword=99]="ForKeyword",e[e.FunctionKeyword=100]="FunctionKeyword",e[e.IfKeyword=101]="IfKeyword",e[e.ImportKeyword=102]="ImportKeyword",e[e.InKeyword=103]="InKeyword",e[e.InstanceOfKeyword=104]="InstanceOfKeyword",e[e.NewKeyword=105]="NewKeyword",e[e.NullKeyword=106]="NullKeyword",e[e.ReturnKeyword=107]="ReturnKeyword",e[e.SuperKeyword=108]="SuperKeyword",e[e.SwitchKeyword=109]="SwitchKeyword",e[e.ThisKeyword=110]="ThisKeyword",e[e.ThrowKeyword=111]="ThrowKeyword",e[e.TrueKeyword=112]="TrueKeyword",e[e.TryKeyword=113]="TryKeyword",e[e.TypeOfKeyword=114]="TypeOfKeyword",e[e.VarKeyword=115]="VarKeyword",e[e.VoidKeyword=116]="VoidKeyword",e[e.WhileKeyword=117]="WhileKeyword",e[e.WithKeyword=118]="WithKeyword",e[e.ImplementsKeyword=119]="ImplementsKeyword",e[e.InterfaceKeyword=120]="InterfaceKeyword",e[e.LetKeyword=121]="LetKeyword",e[e.PackageKeyword=122]="PackageKeyword",e[e.PrivateKeyword=123]="PrivateKeyword",e[e.ProtectedKeyword=124]="ProtectedKeyword",e[e.PublicKeyword=125]="PublicKeyword",e[e.StaticKeyword=126]="StaticKeyword",e[e.YieldKeyword=127]="YieldKeyword",e[e.AbstractKeyword=128]="AbstractKeyword",e[e.AccessorKeyword=129]="AccessorKeyword",e[e.AsKeyword=130]="AsKeyword",e[e.AssertsKeyword=131]="AssertsKeyword",e[e.AssertKeyword=132]="AssertKeyword",e[e.AnyKeyword=133]="AnyKeyword",e[e.AsyncKeyword=134]="AsyncKeyword",e[e.AwaitKeyword=135]="AwaitKeyword",e[e.BooleanKeyword=136]="BooleanKeyword",e[e.ConstructorKeyword=137]="ConstructorKeyword",e[e.DeclareKeyword=138]="DeclareKeyword",e[e.GetKeyword=139]="GetKeyword",e[e.InferKeyword=140]="InferKeyword",e[e.IntrinsicKeyword=141]="IntrinsicKeyword",e[e.IsKeyword=142]="IsKeyword",e[e.KeyOfKeyword=143]="KeyOfKeyword",e[e.ModuleKeyword=144]="ModuleKeyword",e[e.NamespaceKeyword=145]="NamespaceKeyword",e[e.NeverKeyword=146]="NeverKeyword",e[e.OutKeyword=147]="OutKeyword",e[e.ReadonlyKeyword=148]="ReadonlyKeyword",e[e.RequireKeyword=149]="RequireKeyword",e[e.NumberKeyword=150]="NumberKeyword",e[e.ObjectKeyword=151]="ObjectKeyword",e[e.SatisfiesKeyword=152]="SatisfiesKeyword",e[e.SetKeyword=153]="SetKeyword",e[e.StringKeyword=154]="StringKeyword",e[e.SymbolKeyword=155]="SymbolKeyword",e[e.TypeKeyword=156]="TypeKeyword",e[e.UndefinedKeyword=157]="UndefinedKeyword",e[e.UniqueKeyword=158]="UniqueKeyword",e[e.UnknownKeyword=159]="UnknownKeyword",e[e.UsingKeyword=160]="UsingKeyword",e[e.FromKeyword=161]="FromKeyword",e[e.GlobalKeyword=162]="GlobalKeyword",e[e.BigIntKeyword=163]="BigIntKeyword",e[e.OverrideKeyword=164]="OverrideKeyword",e[e.OfKeyword=165]="OfKeyword",e[e.QualifiedName=166]="QualifiedName",e[e.ComputedPropertyName=167]="ComputedPropertyName",e[e.TypeParameter=168]="TypeParameter",e[e.Parameter=169]="Parameter",e[e.Decorator=170]="Decorator",e[e.PropertySignature=171]="PropertySignature",e[e.PropertyDeclaration=172]="PropertyDeclaration",e[e.MethodSignature=173]="MethodSignature",e[e.MethodDeclaration=174]="MethodDeclaration",e[e.ClassStaticBlockDeclaration=175]="ClassStaticBlockDeclaration",e[e.Constructor=176]="Constructor",e[e.GetAccessor=177]="GetAccessor",e[e.SetAccessor=178]="SetAccessor",e[e.CallSignature=179]="CallSignature",e[e.ConstructSignature=180]="ConstructSignature",e[e.IndexSignature=181]="IndexSignature",e[e.TypePredicate=182]="TypePredicate",e[e.TypeReference=183]="TypeReference",e[e.FunctionType=184]="FunctionType",e[e.ConstructorType=185]="ConstructorType",e[e.TypeQuery=186]="TypeQuery",e[e.TypeLiteral=187]="TypeLiteral",e[e.ArrayType=188]="ArrayType",e[e.TupleType=189]="TupleType",e[e.OptionalType=190]="OptionalType",e[e.RestType=191]="RestType",e[e.UnionType=192]="UnionType",e[e.IntersectionType=193]="IntersectionType",e[e.ConditionalType=194]="ConditionalType",e[e.InferType=195]="InferType",e[e.ParenthesizedType=196]="ParenthesizedType",e[e.ThisType=197]="ThisType",e[e.TypeOperator=198]="TypeOperator",e[e.IndexedAccessType=199]="IndexedAccessType",e[e.MappedType=200]="MappedType",e[e.LiteralType=201]="LiteralType",e[e.NamedTupleMember=202]="NamedTupleMember",e[e.TemplateLiteralType=203]="TemplateLiteralType",e[e.TemplateLiteralTypeSpan=204]="TemplateLiteralTypeSpan",e[e.ImportType=205]="ImportType",e[e.ObjectBindingPattern=206]="ObjectBindingPattern",e[e.ArrayBindingPattern=207]="ArrayBindingPattern",e[e.BindingElement=208]="BindingElement",e[e.ArrayLiteralExpression=209]="ArrayLiteralExpression",e[e.ObjectLiteralExpression=210]="ObjectLiteralExpression",e[e.PropertyAccessExpression=211]="PropertyAccessExpression",e[e.ElementAccessExpression=212]="ElementAccessExpression",e[e.CallExpression=213]="CallExpression",e[e.NewExpression=214]="NewExpression",e[e.TaggedTemplateExpression=215]="TaggedTemplateExpression",e[e.TypeAssertionExpression=216]="TypeAssertionExpression",e[e.ParenthesizedExpression=217]="ParenthesizedExpression",e[e.FunctionExpression=218]="FunctionExpression",e[e.ArrowFunction=219]="ArrowFunction",e[e.DeleteExpression=220]="DeleteExpression",e[e.TypeOfExpression=221]="TypeOfExpression",e[e.VoidExpression=222]="VoidExpression",e[e.AwaitExpression=223]="AwaitExpression",e[e.PrefixUnaryExpression=224]="PrefixUnaryExpression",e[e.PostfixUnaryExpression=225]="PostfixUnaryExpression",e[e.BinaryExpression=226]="BinaryExpression",e[e.ConditionalExpression=227]="ConditionalExpression",e[e.TemplateExpression=228]="TemplateExpression",e[e.YieldExpression=229]="YieldExpression",e[e.SpreadElement=230]="SpreadElement",e[e.ClassExpression=231]="ClassExpression",e[e.OmittedExpression=232]="OmittedExpression",e[e.ExpressionWithTypeArguments=233]="ExpressionWithTypeArguments",e[e.AsExpression=234]="AsExpression",e[e.NonNullExpression=235]="NonNullExpression",e[e.MetaProperty=236]="MetaProperty",e[e.SyntheticExpression=237]="SyntheticExpression",e[e.SatisfiesExpression=238]="SatisfiesExpression",e[e.TemplateSpan=239]="TemplateSpan",e[e.SemicolonClassElement=240]="SemicolonClassElement",e[e.Block=241]="Block",e[e.EmptyStatement=242]="EmptyStatement",e[e.VariableStatement=243]="VariableStatement",e[e.ExpressionStatement=244]="ExpressionStatement",e[e.IfStatement=245]="IfStatement",e[e.DoStatement=246]="DoStatement",e[e.WhileStatement=247]="WhileStatement",e[e.ForStatement=248]="ForStatement",e[e.ForInStatement=249]="ForInStatement",e[e.ForOfStatement=250]="ForOfStatement",e[e.ContinueStatement=251]="ContinueStatement",e[e.BreakStatement=252]="BreakStatement",e[e.ReturnStatement=253]="ReturnStatement",e[e.WithStatement=254]="WithStatement",e[e.SwitchStatement=255]="SwitchStatement",e[e.LabeledStatement=256]="LabeledStatement",e[e.ThrowStatement=257]="ThrowStatement",e[e.TryStatement=258]="TryStatement",e[e.DebuggerStatement=259]="DebuggerStatement",e[e.VariableDeclaration=260]="VariableDeclaration",e[e.VariableDeclarationList=261]="VariableDeclarationList",e[e.FunctionDeclaration=262]="FunctionDeclaration",e[e.ClassDeclaration=263]="ClassDeclaration",e[e.InterfaceDeclaration=264]="InterfaceDeclaration",e[e.TypeAliasDeclaration=265]="TypeAliasDeclaration",e[e.EnumDeclaration=266]="EnumDeclaration",e[e.ModuleDeclaration=267]="ModuleDeclaration",e[e.ModuleBlock=268]="ModuleBlock",e[e.CaseBlock=269]="CaseBlock",e[e.NamespaceExportDeclaration=270]="NamespaceExportDeclaration",e[e.ImportEqualsDeclaration=271]="ImportEqualsDeclaration",e[e.ImportDeclaration=272]="ImportDeclaration",e[e.ImportClause=273]="ImportClause",e[e.NamespaceImport=274]="NamespaceImport",e[e.NamedImports=275]="NamedImports",e[e.ImportSpecifier=276]="ImportSpecifier",e[e.ExportAssignment=277]="ExportAssignment",e[e.ExportDeclaration=278]="ExportDeclaration",e[e.NamedExports=279]="NamedExports",e[e.NamespaceExport=280]="NamespaceExport",e[e.ExportSpecifier=281]="ExportSpecifier",e[e.MissingDeclaration=282]="MissingDeclaration",e[e.ExternalModuleReference=283]="ExternalModuleReference",e[e.JsxElement=284]="JsxElement",e[e.JsxSelfClosingElement=285]="JsxSelfClosingElement",e[e.JsxOpeningElement=286]="JsxOpeningElement",e[e.JsxClosingElement=287]="JsxClosingElement",e[e.JsxFragment=288]="JsxFragment",e[e.JsxOpeningFragment=289]="JsxOpeningFragment",e[e.JsxClosingFragment=290]="JsxClosingFragment",e[e.JsxAttribute=291]="JsxAttribute",e[e.JsxAttributes=292]="JsxAttributes",e[e.JsxSpreadAttribute=293]="JsxSpreadAttribute",e[e.JsxExpression=294]="JsxExpression",e[e.JsxNamespacedName=295]="JsxNamespacedName",e[e.CaseClause=296]="CaseClause",e[e.DefaultClause=297]="DefaultClause",e[e.HeritageClause=298]="HeritageClause",e[e.CatchClause=299]="CatchClause",e[e.ImportAttributes=300]="ImportAttributes",e[e.ImportAttribute=301]="ImportAttribute",e[e.AssertClause=300]="AssertClause",e[e.AssertEntry=301]="AssertEntry",e[e.ImportTypeAssertionContainer=302]="ImportTypeAssertionContainer",e[e.PropertyAssignment=303]="PropertyAssignment",e[e.ShorthandPropertyAssignment=304]="ShorthandPropertyAssignment",e[e.SpreadAssignment=305]="SpreadAssignment",e[e.EnumMember=306]="EnumMember",e[e.SourceFile=307]="SourceFile",e[e.Bundle=308]="Bundle",e[e.JSDocTypeExpression=309]="JSDocTypeExpression",e[e.JSDocNameReference=310]="JSDocNameReference",e[e.JSDocMemberName=311]="JSDocMemberName",e[e.JSDocAllType=312]="JSDocAllType",e[e.JSDocUnknownType=313]="JSDocUnknownType",e[e.JSDocNullableType=314]="JSDocNullableType",e[e.JSDocNonNullableType=315]="JSDocNonNullableType",e[e.JSDocOptionalType=316]="JSDocOptionalType",e[e.JSDocFunctionType=317]="JSDocFunctionType",e[e.JSDocVariadicType=318]="JSDocVariadicType",e[e.JSDocNamepathType=319]="JSDocNamepathType",e[e.JSDoc=320]="JSDoc",e[e.JSDocComment=320]="JSDocComment",e[e.JSDocText=321]="JSDocText",e[e.JSDocTypeLiteral=322]="JSDocTypeLiteral",e[e.JSDocSignature=323]="JSDocSignature",e[e.JSDocLink=324]="JSDocLink",e[e.JSDocLinkCode=325]="JSDocLinkCode",e[e.JSDocLinkPlain=326]="JSDocLinkPlain",e[e.JSDocTag=327]="JSDocTag",e[e.JSDocAugmentsTag=328]="JSDocAugmentsTag",e[e.JSDocImplementsTag=329]="JSDocImplementsTag",e[e.JSDocAuthorTag=330]="JSDocAuthorTag",e[e.JSDocDeprecatedTag=331]="JSDocDeprecatedTag",e[e.JSDocClassTag=332]="JSDocClassTag",e[e.JSDocPublicTag=333]="JSDocPublicTag",e[e.JSDocPrivateTag=334]="JSDocPrivateTag",e[e.JSDocProtectedTag=335]="JSDocProtectedTag",e[e.JSDocReadonlyTag=336]="JSDocReadonlyTag",e[e.JSDocOverrideTag=337]="JSDocOverrideTag",e[e.JSDocCallbackTag=338]="JSDocCallbackTag",e[e.JSDocOverloadTag=339]="JSDocOverloadTag",e[e.JSDocEnumTag=340]="JSDocEnumTag",e[e.JSDocParameterTag=341]="JSDocParameterTag",e[e.JSDocReturnTag=342]="JSDocReturnTag",e[e.JSDocThisTag=343]="JSDocThisTag",e[e.JSDocTypeTag=344]="JSDocTypeTag",e[e.JSDocTemplateTag=345]="JSDocTemplateTag",e[e.JSDocTypedefTag=346]="JSDocTypedefTag",e[e.JSDocSeeTag=347]="JSDocSeeTag",e[e.JSDocPropertyTag=348]="JSDocPropertyTag",e[e.JSDocThrowsTag=349]="JSDocThrowsTag",e[e.JSDocSatisfiesTag=350]="JSDocSatisfiesTag",e[e.JSDocImportTag=351]="JSDocImportTag",e[e.SyntaxList=352]="SyntaxList",e[e.NotEmittedStatement=353]="NotEmittedStatement",e[e.PartiallyEmittedExpression=354]="PartiallyEmittedExpression",e[e.CommaListExpression=355]="CommaListExpression",e[e.SyntheticReferenceExpression=356]="SyntheticReferenceExpression",e[e.Count=357]="Count",e[e.FirstAssignment=64]="FirstAssignment",e[e.LastAssignment=79]="LastAssignment",e[e.FirstCompoundAssignment=65]="FirstCompoundAssignment",e[e.LastCompoundAssignment=79]="LastCompoundAssignment",e[e.FirstReservedWord=83]="FirstReservedWord",e[e.LastReservedWord=118]="LastReservedWord",e[e.FirstKeyword=83]="FirstKeyword",e[e.LastKeyword=165]="LastKeyword",e[e.FirstFutureReservedWord=119]="FirstFutureReservedWord",e[e.LastFutureReservedWord=127]="LastFutureReservedWord",e[e.FirstTypeNode=182]="FirstTypeNode",e[e.LastTypeNode=205]="LastTypeNode",e[e.FirstPunctuation=19]="FirstPunctuation",e[e.LastPunctuation=79]="LastPunctuation",e[e.FirstToken=0]="FirstToken",e[e.LastToken=165]="LastToken",e[e.FirstTriviaToken=2]="FirstTriviaToken",e[e.LastTriviaToken=7]="LastTriviaToken",e[e.FirstLiteralToken=9]="FirstLiteralToken",e[e.LastLiteralToken=15]="LastLiteralToken",e[e.FirstTemplateToken=15]="FirstTemplateToken",e[e.LastTemplateToken=18]="LastTemplateToken",e[e.FirstBinaryOperator=30]="FirstBinaryOperator",e[e.LastBinaryOperator=79]="LastBinaryOperator",e[e.FirstStatement=243]="FirstStatement",e[e.LastStatement=259]="LastStatement",e[e.FirstNode=166]="FirstNode",e[e.FirstJSDocNode=309]="FirstJSDocNode",e[e.LastJSDocNode=351]="LastJSDocNode",e[e.FirstJSDocTagNode=327]="FirstJSDocTagNode",e[e.LastJSDocTagNode=351]="LastJSDocTagNode",e[e.FirstContextualKeyword=128]="FirstContextualKeyword",e[e.LastContextualKeyword=165]="LastContextualKeyword",e))(tG||{}),rG=(e=>(e[e.None=0]="None",e[e.Let=1]="Let",e[e.Const=2]="Const",e[e.Using=4]="Using",e[e.AwaitUsing=6]="AwaitUsing",e[e.NestedNamespace=8]="NestedNamespace",e[e.Synthesized=16]="Synthesized",e[e.Namespace=32]="Namespace",e[e.OptionalChain=64]="OptionalChain",e[e.ExportContext=128]="ExportContext",e[e.ContainsThis=256]="ContainsThis",e[e.HasImplicitReturn=512]="HasImplicitReturn",e[e.HasExplicitReturn=1024]="HasExplicitReturn",e[e.GlobalAugmentation=2048]="GlobalAugmentation",e[e.HasAsyncFunctions=4096]="HasAsyncFunctions",e[e.DisallowInContext=8192]="DisallowInContext",e[e.YieldContext=16384]="YieldContext",e[e.DecoratorContext=32768]="DecoratorContext",e[e.AwaitContext=65536]="AwaitContext",e[e.DisallowConditionalTypesContext=131072]="DisallowConditionalTypesContext",e[e.ThisNodeHasError=262144]="ThisNodeHasError",e[e.JavaScriptFile=524288]="JavaScriptFile",e[e.ThisNodeOrAnySubNodesHasError=1048576]="ThisNodeOrAnySubNodesHasError",e[e.HasAggregatedChildData=2097152]="HasAggregatedChildData",e[e.PossiblyContainsDynamicImport=4194304]="PossiblyContainsDynamicImport",e[e.PossiblyContainsImportMeta=8388608]="PossiblyContainsImportMeta",e[e.JSDoc=16777216]="JSDoc",e[e.Ambient=33554432]="Ambient",e[e.InWithStatement=67108864]="InWithStatement",e[e.JsonFile=134217728]="JsonFile",e[e.TypeCached=268435456]="TypeCached",e[e.Deprecated=536870912]="Deprecated",e[e.BlockScoped=7]="BlockScoped",e[e.Constant=6]="Constant",e[e.ReachabilityCheckFlags=1536]="ReachabilityCheckFlags",e[e.ReachabilityAndEmitFlags=5632]="ReachabilityAndEmitFlags",e[e.ContextFlags=101441536]="ContextFlags",e[e.TypeExcludesFlags=81920]="TypeExcludesFlags",e[e.PermanentlySetIncrementalFlags=12582912]="PermanentlySetIncrementalFlags",e[e.IdentifierHasExtendedUnicodeEscape=256]="IdentifierHasExtendedUnicodeEscape",e[e.IdentifierIsInJSDocNamespace=4096]="IdentifierIsInJSDocNamespace",e))(rG||{}),nG=(e=>(e[e.None=0]="None",e[e.Public=1]="Public",e[e.Private=2]="Private",e[e.Protected=4]="Protected",e[e.Readonly=8]="Readonly",e[e.Override=16]="Override",e[e.Export=32]="Export",e[e.Abstract=64]="Abstract",e[e.Ambient=128]="Ambient",e[e.Static=256]="Static",e[e.Accessor=512]="Accessor",e[e.Async=1024]="Async",e[e.Default=2048]="Default",e[e.Const=4096]="Const",e[e.In=8192]="In",e[e.Out=16384]="Out",e[e.Decorator=32768]="Decorator",e[e.Deprecated=65536]="Deprecated",e[e.JSDocPublic=8388608]="JSDocPublic",e[e.JSDocPrivate=16777216]="JSDocPrivate",e[e.JSDocProtected=33554432]="JSDocProtected",e[e.JSDocReadonly=67108864]="JSDocReadonly",e[e.JSDocOverride=134217728]="JSDocOverride",e[e.SyntacticOrJSDocModifiers=31]="SyntacticOrJSDocModifiers",e[e.SyntacticOnlyModifiers=65504]="SyntacticOnlyModifiers",e[e.SyntacticModifiers=65535]="SyntacticModifiers",e[e.JSDocCacheOnlyModifiers=260046848]="JSDocCacheOnlyModifiers",e[e.JSDocOnlyModifiers=65536]="JSDocOnlyModifiers",e[e.NonCacheOnlyModifiers=131071]="NonCacheOnlyModifiers",e[e.HasComputedJSDocModifiers=268435456]="HasComputedJSDocModifiers",e[e.HasComputedFlags=536870912]="HasComputedFlags",e[e.AccessibilityModifier=7]="AccessibilityModifier",e[e.ParameterPropertyModifier=31]="ParameterPropertyModifier",e[e.NonPublicAccessibilityModifier=6]="NonPublicAccessibilityModifier",e[e.TypeScriptModifier=28895]="TypeScriptModifier",e[e.ExportDefault=2080]="ExportDefault",e[e.All=131071]="All",e[e.Modifier=98303]="Modifier",e))(nG||{}),ple=(e=>(e[e.None=0]="None",e[e.IntrinsicNamedElement=1]="IntrinsicNamedElement",e[e.IntrinsicIndexedElement=2]="IntrinsicIndexedElement",e[e.IntrinsicElement=3]="IntrinsicElement",e))(ple||{}),iG=(e=>(e[e.None=0]="None",e[e.Succeeded=1]="Succeeded",e[e.Failed=2]="Failed",e[e.Reported=4]="Reported",e[e.ReportsUnmeasurable=8]="ReportsUnmeasurable",e[e.ReportsUnreliable=16]="ReportsUnreliable",e[e.ReportsMask=24]="ReportsMask",e))(iG||{}),sG=(e=>(e[e.None=0]="None",e[e.Auto=1]="Auto",e[e.Loop=2]="Loop",e[e.Unique=3]="Unique",e[e.Node=4]="Node",e[e.KindMask=7]="KindMask",e[e.ReservedInNestedScopes=8]="ReservedInNestedScopes",e[e.Optimistic=16]="Optimistic",e[e.FileLevel=32]="FileLevel",e[e.AllowNameSubstitution=64]="AllowNameSubstitution",e))(sG||{}),dle=(e=>(e[e.None=0]="None",e[e.HasIndices=1]="HasIndices",e[e.Global=2]="Global",e[e.IgnoreCase=4]="IgnoreCase",e[e.Multiline=8]="Multiline",e[e.DotAll=16]="DotAll",e[e.Unicode=32]="Unicode",e[e.UnicodeSets=64]="UnicodeSets",e[e.Sticky=128]="Sticky",e[e.AnyUnicodeMode=96]="AnyUnicodeMode",e[e.Modifiers=28]="Modifiers",e))(dle||{}),mle=(e=>(e[e.None=0]="None",e[e.PrecedingLineBreak=1]="PrecedingLineBreak",e[e.PrecedingJSDocComment=2]="PrecedingJSDocComment",e[e.Unterminated=4]="Unterminated",e[e.ExtendedUnicodeEscape=8]="ExtendedUnicodeEscape",e[e.Scientific=16]="Scientific",e[e.Octal=32]="Octal",e[e.HexSpecifier=64]="HexSpecifier",e[e.BinarySpecifier=128]="BinarySpecifier",e[e.OctalSpecifier=256]="OctalSpecifier",e[e.ContainsSeparator=512]="ContainsSeparator",e[e.UnicodeEscape=1024]="UnicodeEscape",e[e.ContainsInvalidEscape=2048]="ContainsInvalidEscape",e[e.HexEscape=4096]="HexEscape",e[e.ContainsLeadingZero=8192]="ContainsLeadingZero",e[e.ContainsInvalidSeparator=16384]="ContainsInvalidSeparator",e[e.BinaryOrOctalSpecifier=384]="BinaryOrOctalSpecifier",e[e.WithSpecifier=448]="WithSpecifier",e[e.StringLiteralFlags=7176]="StringLiteralFlags",e[e.NumericLiteralFlags=25584]="NumericLiteralFlags",e[e.TemplateLiteralLikeFlags=7176]="TemplateLiteralLikeFlags",e[e.IsInvalid=26656]="IsInvalid",e))(mle||{}),d5=(e=>(e[e.Unreachable=1]="Unreachable",e[e.Start=2]="Start",e[e.BranchLabel=4]="BranchLabel",e[e.LoopLabel=8]="LoopLabel",e[e.Assignment=16]="Assignment",e[e.TrueCondition=32]="TrueCondition",e[e.FalseCondition=64]="FalseCondition",e[e.SwitchClause=128]="SwitchClause",e[e.ArrayMutation=256]="ArrayMutation",e[e.Call=512]="Call",e[e.ReduceLabel=1024]="ReduceLabel",e[e.Referenced=2048]="Referenced",e[e.Shared=4096]="Shared",e[e.Label=12]="Label",e[e.Condition=96]="Condition",e))(d5||{}),gle=(e=>(e[e.ExpectError=0]="ExpectError",e[e.Ignore=1]="Ignore",e))(gle||{}),ZI=class{},oG=(e=>(e[e.RootFile=0]="RootFile",e[e.SourceFromProjectReference=1]="SourceFromProjectReference",e[e.OutputFromProjectReference=2]="OutputFromProjectReference",e[e.Import=3]="Import",e[e.ReferenceFile=4]="ReferenceFile",e[e.TypeReferenceDirective=5]="TypeReferenceDirective",e[e.LibFile=6]="LibFile",e[e.LibReferenceDirective=7]="LibReferenceDirective",e[e.AutomaticTypeDirectiveFile=8]="AutomaticTypeDirectiveFile",e))(oG||{}),hle=(e=>(e[e.FilePreprocessingLibReferenceDiagnostic=0]="FilePreprocessingLibReferenceDiagnostic",e[e.FilePreprocessingFileExplainingDiagnostic=1]="FilePreprocessingFileExplainingDiagnostic",e[e.ResolutionDiagnostics=2]="ResolutionDiagnostics",e))(hle||{}),yle=(e=>(e[e.Js=0]="Js",e[e.Dts=1]="Dts",e[e.BuilderSignature=2]="BuilderSignature",e))(yle||{}),aG=(e=>(e[e.Not=0]="Not",e[e.SafeModules=1]="SafeModules",e[e.Completely=2]="Completely",e))(aG||{}),vle=(e=>(e[e.Success=0]="Success",e[e.DiagnosticsPresent_OutputsSkipped=1]="DiagnosticsPresent_OutputsSkipped",e[e.DiagnosticsPresent_OutputsGenerated=2]="DiagnosticsPresent_OutputsGenerated",e[e.InvalidProject_OutputsSkipped=3]="InvalidProject_OutputsSkipped",e[e.ProjectReferenceCycle_OutputsSkipped=4]="ProjectReferenceCycle_OutputsSkipped",e))(vle||{}),Sle=(e=>(e[e.Ok=0]="Ok",e[e.NeedsOverride=1]="NeedsOverride",e[e.HasInvalidOverride=2]="HasInvalidOverride",e))(Sle||{}),Tle=(e=>(e[e.None=0]="None",e[e.Literal=1]="Literal",e[e.Subtype=2]="Subtype",e))(Tle||{}),ble=(e=>(e[e.None=0]="None",e[e.NoSupertypeReduction=1]="NoSupertypeReduction",e[e.NoConstraintReduction=2]="NoConstraintReduction",e))(ble||{}),Ele=(e=>(e[e.None=0]="None",e[e.Signature=1]="Signature",e[e.NoConstraints=2]="NoConstraints",e[e.Completions=4]="Completions",e[e.SkipBindingPatterns=8]="SkipBindingPatterns",e))(Ele||{}),xle=(e=>(e[e.None=0]="None",e[e.NoTruncation=1]="NoTruncation",e[e.WriteArrayAsGenericType=2]="WriteArrayAsGenericType",e[e.GenerateNamesForShadowedTypeParams=4]="GenerateNamesForShadowedTypeParams",e[e.UseStructuralFallback=8]="UseStructuralFallback",e[e.ForbidIndexedAccessSymbolReferences=16]="ForbidIndexedAccessSymbolReferences",e[e.WriteTypeArgumentsOfSignature=32]="WriteTypeArgumentsOfSignature",e[e.UseFullyQualifiedType=64]="UseFullyQualifiedType",e[e.UseOnlyExternalAliasing=128]="UseOnlyExternalAliasing",e[e.SuppressAnyReturnType=256]="SuppressAnyReturnType",e[e.WriteTypeParametersInQualifiedName=512]="WriteTypeParametersInQualifiedName",e[e.MultilineObjectLiterals=1024]="MultilineObjectLiterals",e[e.WriteClassExpressionAsTypeLiteral=2048]="WriteClassExpressionAsTypeLiteral",e[e.UseTypeOfFunction=4096]="UseTypeOfFunction",e[e.OmitParameterModifiers=8192]="OmitParameterModifiers",e[e.UseAliasDefinedOutsideCurrentScope=16384]="UseAliasDefinedOutsideCurrentScope",e[e.UseSingleQuotesForStringLiteralType=268435456]="UseSingleQuotesForStringLiteralType",e[e.NoTypeReduction=536870912]="NoTypeReduction",e[e.OmitThisParameter=33554432]="OmitThisParameter",e[e.AllowThisInObjectLiteral=32768]="AllowThisInObjectLiteral",e[e.AllowQualifiedNameInPlaceOfIdentifier=65536]="AllowQualifiedNameInPlaceOfIdentifier",e[e.AllowAnonymousIdentifier=131072]="AllowAnonymousIdentifier",e[e.AllowEmptyUnionOrIntersection=262144]="AllowEmptyUnionOrIntersection",e[e.AllowEmptyTuple=524288]="AllowEmptyTuple",e[e.AllowUniqueESSymbolType=1048576]="AllowUniqueESSymbolType",e[e.AllowEmptyIndexInfoType=2097152]="AllowEmptyIndexInfoType",e[e.WriteComputedProps=1073741824]="WriteComputedProps",e[e.NoSyntacticPrinter=-2147483648]="NoSyntacticPrinter",e[e.AllowNodeModulesRelativePaths=67108864]="AllowNodeModulesRelativePaths",e[e.DoNotIncludeSymbolChain=134217728]="DoNotIncludeSymbolChain",e[e.AllowUnresolvedNames=1]="AllowUnresolvedNames",e[e.IgnoreErrors=70221824]="IgnoreErrors",e[e.InObjectTypeLiteral=4194304]="InObjectTypeLiteral",e[e.InTypeAlias=8388608]="InTypeAlias",e[e.InInitialEntityName=16777216]="InInitialEntityName",e))(xle||{}),Cle=(e=>(e[e.None=0]="None",e[e.NoTruncation=1]="NoTruncation",e[e.WriteArrayAsGenericType=2]="WriteArrayAsGenericType",e[e.GenerateNamesForShadowedTypeParams=4]="GenerateNamesForShadowedTypeParams",e[e.UseStructuralFallback=8]="UseStructuralFallback",e[e.WriteTypeArgumentsOfSignature=32]="WriteTypeArgumentsOfSignature",e[e.UseFullyQualifiedType=64]="UseFullyQualifiedType",e[e.SuppressAnyReturnType=256]="SuppressAnyReturnType",e[e.MultilineObjectLiterals=1024]="MultilineObjectLiterals",e[e.WriteClassExpressionAsTypeLiteral=2048]="WriteClassExpressionAsTypeLiteral",e[e.UseTypeOfFunction=4096]="UseTypeOfFunction",e[e.OmitParameterModifiers=8192]="OmitParameterModifiers",e[e.UseAliasDefinedOutsideCurrentScope=16384]="UseAliasDefinedOutsideCurrentScope",e[e.UseSingleQuotesForStringLiteralType=268435456]="UseSingleQuotesForStringLiteralType",e[e.NoTypeReduction=536870912]="NoTypeReduction",e[e.OmitThisParameter=33554432]="OmitThisParameter",e[e.AllowUniqueESSymbolType=1048576]="AllowUniqueESSymbolType",e[e.AddUndefined=131072]="AddUndefined",e[e.WriteArrowStyleSignature=262144]="WriteArrowStyleSignature",e[e.InArrayType=524288]="InArrayType",e[e.InElementType=2097152]="InElementType",e[e.InFirstTypeArgument=4194304]="InFirstTypeArgument",e[e.InTypeAlias=8388608]="InTypeAlias",e[e.NodeBuilderFlagsMask=848330095]="NodeBuilderFlagsMask",e))(Cle||{}),Ale=(e=>(e[e.None=0]="None",e[e.WriteTypeParametersOrArguments=1]="WriteTypeParametersOrArguments",e[e.UseOnlyExternalAliasing=2]="UseOnlyExternalAliasing",e[e.AllowAnyNodeKind=4]="AllowAnyNodeKind",e[e.UseAliasDefinedOutsideCurrentScope=8]="UseAliasDefinedOutsideCurrentScope",e[e.WriteComputedProps=16]="WriteComputedProps",e[e.DoNotIncludeSymbolChain=32]="DoNotIncludeSymbolChain",e))(Ale||{}),kle=(e=>(e[e.Accessible=0]="Accessible",e[e.NotAccessible=1]="NotAccessible",e[e.CannotBeNamed=2]="CannotBeNamed",e[e.NotResolved=3]="NotResolved",e))(kle||{}),Ple=(e=>(e[e.UnionOrIntersection=0]="UnionOrIntersection",e[e.Spread=1]="Spread",e))(Ple||{}),Nle=(e=>(e[e.This=0]="This",e[e.Identifier=1]="Identifier",e[e.AssertsThis=2]="AssertsThis",e[e.AssertsIdentifier=3]="AssertsIdentifier",e))(Nle||{}),Dle=(e=>(e[e.Unknown=0]="Unknown",e[e.TypeWithConstructSignatureAndValue=1]="TypeWithConstructSignatureAndValue",e[e.VoidNullableOrNeverType=2]="VoidNullableOrNeverType",e[e.NumberLikeType=3]="NumberLikeType",e[e.BigIntLikeType=4]="BigIntLikeType",e[e.StringLikeType=5]="StringLikeType",e[e.BooleanType=6]="BooleanType",e[e.ArrayLikeType=7]="ArrayLikeType",e[e.ESSymbolType=8]="ESSymbolType",e[e.Promise=9]="Promise",e[e.TypeWithCallSignature=10]="TypeWithCallSignature",e[e.ObjectType=11]="ObjectType",e))(Dle||{}),cG=(e=>(e[e.None=0]="None",e[e.FunctionScopedVariable=1]="FunctionScopedVariable",e[e.BlockScopedVariable=2]="BlockScopedVariable",e[e.Property=4]="Property",e[e.EnumMember=8]="EnumMember",e[e.Function=16]="Function",e[e.Class=32]="Class",e[e.Interface=64]="Interface",e[e.ConstEnum=128]="ConstEnum",e[e.RegularEnum=256]="RegularEnum",e[e.ValueModule=512]="ValueModule",e[e.NamespaceModule=1024]="NamespaceModule",e[e.TypeLiteral=2048]="TypeLiteral",e[e.ObjectLiteral=4096]="ObjectLiteral",e[e.Method=8192]="Method",e[e.Constructor=16384]="Constructor",e[e.GetAccessor=32768]="GetAccessor",e[e.SetAccessor=65536]="SetAccessor",e[e.Signature=131072]="Signature",e[e.TypeParameter=262144]="TypeParameter",e[e.TypeAlias=524288]="TypeAlias",e[e.ExportValue=1048576]="ExportValue",e[e.Alias=2097152]="Alias",e[e.Prototype=4194304]="Prototype",e[e.ExportStar=8388608]="ExportStar",e[e.Optional=16777216]="Optional",e[e.Transient=33554432]="Transient",e[e.Assignment=67108864]="Assignment",e[e.ModuleExports=134217728]="ModuleExports",e[e.All=-1]="All",e[e.Enum=384]="Enum",e[e.Variable=3]="Variable",e[e.Value=111551]="Value",e[e.Type=788968]="Type",e[e.Namespace=1920]="Namespace",e[e.Module=1536]="Module",e[e.Accessor=98304]="Accessor",e[e.FunctionScopedVariableExcludes=111550]="FunctionScopedVariableExcludes",e[e.BlockScopedVariableExcludes=111551]="BlockScopedVariableExcludes",e[e.ParameterExcludes=111551]="ParameterExcludes",e[e.PropertyExcludes=0]="PropertyExcludes",e[e.EnumMemberExcludes=900095]="EnumMemberExcludes",e[e.FunctionExcludes=110991]="FunctionExcludes",e[e.ClassExcludes=899503]="ClassExcludes",e[e.InterfaceExcludes=788872]="InterfaceExcludes",e[e.RegularEnumExcludes=899327]="RegularEnumExcludes",e[e.ConstEnumExcludes=899967]="ConstEnumExcludes",e[e.ValueModuleExcludes=110735]="ValueModuleExcludes",e[e.NamespaceModuleExcludes=0]="NamespaceModuleExcludes",e[e.MethodExcludes=103359]="MethodExcludes",e[e.GetAccessorExcludes=46015]="GetAccessorExcludes",e[e.SetAccessorExcludes=78783]="SetAccessorExcludes",e[e.AccessorExcludes=13247]="AccessorExcludes",e[e.TypeParameterExcludes=526824]="TypeParameterExcludes",e[e.TypeAliasExcludes=788968]="TypeAliasExcludes",e[e.AliasExcludes=2097152]="AliasExcludes",e[e.ModuleMember=2623475]="ModuleMember",e[e.ExportHasLocal=944]="ExportHasLocal",e[e.BlockScoped=418]="BlockScoped",e[e.PropertyOrAccessor=98308]="PropertyOrAccessor",e[e.ClassMember=106500]="ClassMember",e[e.ExportSupportsDefaultModifier=112]="ExportSupportsDefaultModifier",e[e.ExportDoesNotSupportDefaultModifier=-113]="ExportDoesNotSupportDefaultModifier",e[e.Classifiable=2885600]="Classifiable",e[e.LateBindingContainer=6256]="LateBindingContainer",e))(cG||{}),Ile=(e=>(e[e.None=0]="None",e[e.Instantiated=1]="Instantiated",e[e.SyntheticProperty=2]="SyntheticProperty",e[e.SyntheticMethod=4]="SyntheticMethod",e[e.Readonly=8]="Readonly",e[e.ReadPartial=16]="ReadPartial",e[e.WritePartial=32]="WritePartial",e[e.HasNonUniformType=64]="HasNonUniformType",e[e.HasLiteralType=128]="HasLiteralType",e[e.ContainsPublic=256]="ContainsPublic",e[e.ContainsProtected=512]="ContainsProtected",e[e.ContainsPrivate=1024]="ContainsPrivate",e[e.ContainsStatic=2048]="ContainsStatic",e[e.Late=4096]="Late",e[e.ReverseMapped=8192]="ReverseMapped",e[e.OptionalParameter=16384]="OptionalParameter",e[e.RestParameter=32768]="RestParameter",e[e.DeferredType=65536]="DeferredType",e[e.HasNeverType=131072]="HasNeverType",e[e.Mapped=262144]="Mapped",e[e.StripOptional=524288]="StripOptional",e[e.Unresolved=1048576]="Unresolved",e[e.Synthetic=6]="Synthetic",e[e.Discriminant=192]="Discriminant",e[e.Partial=48]="Partial",e))(Ile||{}),wle=(e=>(e.Call="__call",e.Constructor="__constructor",e.New="__new",e.Index="__index",e.ExportStar="__export",e.Global="__global",e.Missing="__missing",e.Type="__type",e.Object="__object",e.JSXAttributes="__jsxAttributes",e.Class="__class",e.Function="__function",e.Computed="__computed",e.Resolving="__resolving__",e.ExportEquals="export=",e.Default="default",e.This="this",e.InstantiationExpression="__instantiationExpression",e.ImportAttributes="__importAttributes",e))(wle||{}),lG=(e=>(e[e.None=0]="None",e[e.TypeChecked=1]="TypeChecked",e[e.LexicalThis=2]="LexicalThis",e[e.CaptureThis=4]="CaptureThis",e[e.CaptureNewTarget=8]="CaptureNewTarget",e[e.SuperInstance=16]="SuperInstance",e[e.SuperStatic=32]="SuperStatic",e[e.ContextChecked=64]="ContextChecked",e[e.MethodWithSuperPropertyAccessInAsync=128]="MethodWithSuperPropertyAccessInAsync",e[e.MethodWithSuperPropertyAssignmentInAsync=256]="MethodWithSuperPropertyAssignmentInAsync",e[e.CaptureArguments=512]="CaptureArguments",e[e.EnumValuesComputed=1024]="EnumValuesComputed",e[e.LexicalModuleMergesWithClass=2048]="LexicalModuleMergesWithClass",e[e.LoopWithCapturedBlockScopedBinding=4096]="LoopWithCapturedBlockScopedBinding",e[e.ContainsCapturedBlockScopeBinding=8192]="ContainsCapturedBlockScopeBinding",e[e.CapturedBlockScopedBinding=16384]="CapturedBlockScopedBinding",e[e.BlockScopedBindingInLoop=32768]="BlockScopedBindingInLoop",e[e.NeedsLoopOutParameter=65536]="NeedsLoopOutParameter",e[e.AssignmentsMarked=131072]="AssignmentsMarked",e[e.ContainsConstructorReference=262144]="ContainsConstructorReference",e[e.ConstructorReference=536870912]="ConstructorReference",e[e.ContainsClassWithPrivateIdentifiers=1048576]="ContainsClassWithPrivateIdentifiers",e[e.ContainsSuperPropertyInStaticInitializer=2097152]="ContainsSuperPropertyInStaticInitializer",e[e.InCheckIdentifier=4194304]="InCheckIdentifier",e[e.LazyFlags=539358128]="LazyFlags",e))(lG||{}),uG=(e=>(e[e.Any=1]="Any",e[e.Unknown=2]="Unknown",e[e.String=4]="String",e[e.Number=8]="Number",e[e.Boolean=16]="Boolean",e[e.Enum=32]="Enum",e[e.BigInt=64]="BigInt",e[e.StringLiteral=128]="StringLiteral",e[e.NumberLiteral=256]="NumberLiteral",e[e.BooleanLiteral=512]="BooleanLiteral",e[e.EnumLiteral=1024]="EnumLiteral",e[e.BigIntLiteral=2048]="BigIntLiteral",e[e.ESSymbol=4096]="ESSymbol",e[e.UniqueESSymbol=8192]="UniqueESSymbol",e[e.Void=16384]="Void",e[e.Undefined=32768]="Undefined",e[e.Null=65536]="Null",e[e.Never=131072]="Never",e[e.TypeParameter=262144]="TypeParameter",e[e.Object=524288]="Object",e[e.Union=1048576]="Union",e[e.Intersection=2097152]="Intersection",e[e.Index=4194304]="Index",e[e.IndexedAccess=8388608]="IndexedAccess",e[e.Conditional=16777216]="Conditional",e[e.Substitution=33554432]="Substitution",e[e.NonPrimitive=67108864]="NonPrimitive",e[e.TemplateLiteral=134217728]="TemplateLiteral",e[e.StringMapping=268435456]="StringMapping",e[e.Reserved1=536870912]="Reserved1",e[e.Reserved2=1073741824]="Reserved2",e[e.AnyOrUnknown=3]="AnyOrUnknown",e[e.Nullable=98304]="Nullable",e[e.Literal=2944]="Literal",e[e.Unit=109472]="Unit",e[e.Freshable=2976]="Freshable",e[e.StringOrNumberLiteral=384]="StringOrNumberLiteral",e[e.StringOrNumberLiteralOrUnique=8576]="StringOrNumberLiteralOrUnique",e[e.DefinitelyFalsy=117632]="DefinitelyFalsy",e[e.PossiblyFalsy=117724]="PossiblyFalsy",e[e.Intrinsic=67359327]="Intrinsic",e[e.StringLike=402653316]="StringLike",e[e.NumberLike=296]="NumberLike",e[e.BigIntLike=2112]="BigIntLike",e[e.BooleanLike=528]="BooleanLike",e[e.EnumLike=1056]="EnumLike",e[e.ESSymbolLike=12288]="ESSymbolLike",e[e.VoidLike=49152]="VoidLike",e[e.Primitive=402784252]="Primitive",e[e.DefinitelyNonNullable=470302716]="DefinitelyNonNullable",e[e.DisjointDomains=469892092]="DisjointDomains",e[e.UnionOrIntersection=3145728]="UnionOrIntersection",e[e.StructuredType=3670016]="StructuredType",e[e.TypeVariable=8650752]="TypeVariable",e[e.InstantiableNonPrimitive=58982400]="InstantiableNonPrimitive",e[e.InstantiablePrimitive=406847488]="InstantiablePrimitive",e[e.Instantiable=465829888]="Instantiable",e[e.StructuredOrInstantiable=469499904]="StructuredOrInstantiable",e[e.ObjectFlagsType=3899393]="ObjectFlagsType",e[e.Simplifiable=25165824]="Simplifiable",e[e.Singleton=67358815]="Singleton",e[e.Narrowable=536624127]="Narrowable",e[e.IncludesMask=473694207]="IncludesMask",e[e.IncludesMissingType=262144]="IncludesMissingType",e[e.IncludesNonWideningType=4194304]="IncludesNonWideningType",e[e.IncludesWildcard=8388608]="IncludesWildcard",e[e.IncludesEmptyObject=16777216]="IncludesEmptyObject",e[e.IncludesInstantiable=33554432]="IncludesInstantiable",e[e.IncludesConstrainedTypeVariable=536870912]="IncludesConstrainedTypeVariable",e[e.IncludesError=1073741824]="IncludesError",e[e.NotPrimitiveUnion=36323331]="NotPrimitiveUnion",e))(uG||{}),_G=(e=>(e[e.None=0]="None",e[e.Class=1]="Class",e[e.Interface=2]="Interface",e[e.Reference=4]="Reference",e[e.Tuple=8]="Tuple",e[e.Anonymous=16]="Anonymous",e[e.Mapped=32]="Mapped",e[e.Instantiated=64]="Instantiated",e[e.ObjectLiteral=128]="ObjectLiteral",e[e.EvolvingArray=256]="EvolvingArray",e[e.ObjectLiteralPatternWithComputedProperties=512]="ObjectLiteralPatternWithComputedProperties",e[e.ReverseMapped=1024]="ReverseMapped",e[e.JsxAttributes=2048]="JsxAttributes",e[e.JSLiteral=4096]="JSLiteral",e[e.FreshLiteral=8192]="FreshLiteral",e[e.ArrayLiteral=16384]="ArrayLiteral",e[e.PrimitiveUnion=32768]="PrimitiveUnion",e[e.ContainsWideningType=65536]="ContainsWideningType",e[e.ContainsObjectOrArrayLiteral=131072]="ContainsObjectOrArrayLiteral",e[e.NonInferrableType=262144]="NonInferrableType",e[e.CouldContainTypeVariablesComputed=524288]="CouldContainTypeVariablesComputed",e[e.CouldContainTypeVariables=1048576]="CouldContainTypeVariables",e[e.ClassOrInterface=3]="ClassOrInterface",e[e.RequiresWidening=196608]="RequiresWidening",e[e.PropagatingFlags=458752]="PropagatingFlags",e[e.InstantiatedMapped=96]="InstantiatedMapped",e[e.ObjectTypeKindMask=1343]="ObjectTypeKindMask",e[e.ContainsSpread=2097152]="ContainsSpread",e[e.ObjectRestType=4194304]="ObjectRestType",e[e.InstantiationExpressionType=8388608]="InstantiationExpressionType",e[e.SingleSignatureType=134217728]="SingleSignatureType",e[e.IsClassInstanceClone=16777216]="IsClassInstanceClone",e[e.IdenticalBaseTypeCalculated=33554432]="IdenticalBaseTypeCalculated",e[e.IdenticalBaseTypeExists=67108864]="IdenticalBaseTypeExists",e[e.IsGenericTypeComputed=2097152]="IsGenericTypeComputed",e[e.IsGenericObjectType=4194304]="IsGenericObjectType",e[e.IsGenericIndexType=8388608]="IsGenericIndexType",e[e.IsGenericType=12582912]="IsGenericType",e[e.ContainsIntersections=16777216]="ContainsIntersections",e[e.IsUnknownLikeUnionComputed=33554432]="IsUnknownLikeUnionComputed",e[e.IsUnknownLikeUnion=67108864]="IsUnknownLikeUnion",e[e.IsNeverIntersectionComputed=16777216]="IsNeverIntersectionComputed",e[e.IsNeverIntersection=33554432]="IsNeverIntersection",e[e.IsConstrainedTypeVariable=67108864]="IsConstrainedTypeVariable",e))(_G||{}),Ole=(e=>(e[e.Invariant=0]="Invariant",e[e.Covariant=1]="Covariant",e[e.Contravariant=2]="Contravariant",e[e.Bivariant=3]="Bivariant",e[e.Independent=4]="Independent",e[e.VarianceMask=7]="VarianceMask",e[e.Unmeasurable=8]="Unmeasurable",e[e.Unreliable=16]="Unreliable",e[e.AllowsStructuralFallback=24]="AllowsStructuralFallback",e))(Ole||{}),Rle=(e=>(e[e.Required=1]="Required",e[e.Optional=2]="Optional",e[e.Rest=4]="Rest",e[e.Variadic=8]="Variadic",e[e.Fixed=3]="Fixed",e[e.Variable=12]="Variable",e[e.NonRequired=14]="NonRequired",e[e.NonRest=11]="NonRest",e))(Rle||{}),Mle=(e=>(e[e.None=0]="None",e[e.IncludeUndefined=1]="IncludeUndefined",e[e.NoIndexSignatures=2]="NoIndexSignatures",e[e.Writing=4]="Writing",e[e.CacheSymbol=8]="CacheSymbol",e[e.NoTupleBoundsCheck=16]="NoTupleBoundsCheck",e[e.ExpressionPosition=32]="ExpressionPosition",e[e.ReportDeprecated=64]="ReportDeprecated",e[e.SuppressNoImplicitAnyError=128]="SuppressNoImplicitAnyError",e[e.Contextual=256]="Contextual",e[e.Persistent=1]="Persistent",e))(Mle||{}),Lle=(e=>(e[e.None=0]="None",e[e.StringsOnly=1]="StringsOnly",e[e.NoIndexSignatures=2]="NoIndexSignatures",e[e.NoReducibleCheck=4]="NoReducibleCheck",e))(Lle||{}),Fle=(e=>(e[e.Component=0]="Component",e[e.Function=1]="Function",e[e.Mixed=2]="Mixed",e))(Fle||{}),jle=(e=>(e[e.Call=0]="Call",e[e.Construct=1]="Construct",e))(jle||{}),fG=(e=>(e[e.None=0]="None",e[e.HasRestParameter=1]="HasRestParameter",e[e.HasLiteralTypes=2]="HasLiteralTypes",e[e.Abstract=4]="Abstract",e[e.IsInnerCallChain=8]="IsInnerCallChain",e[e.IsOuterCallChain=16]="IsOuterCallChain",e[e.IsUntypedSignatureInJSFile=32]="IsUntypedSignatureInJSFile",e[e.IsNonInferrable=64]="IsNonInferrable",e[e.IsSignatureCandidateForOverloadFailure=128]="IsSignatureCandidateForOverloadFailure",e[e.PropagatingFlags=167]="PropagatingFlags",e[e.CallChainFlags=24]="CallChainFlags",e))(fG||{}),Ble=(e=>(e[e.String=0]="String",e[e.Number=1]="Number",e))(Ble||{}),Ule=(e=>(e[e.Simple=0]="Simple",e[e.Array=1]="Array",e[e.Deferred=2]="Deferred",e[e.Function=3]="Function",e[e.Composite=4]="Composite",e[e.Merged=5]="Merged",e))(Ule||{}),Vle=(e=>(e[e.None=0]="None",e[e.NakedTypeVariable=1]="NakedTypeVariable",e[e.SpeculativeTuple=2]="SpeculativeTuple",e[e.SubstituteSource=4]="SubstituteSource",e[e.HomomorphicMappedType=8]="HomomorphicMappedType",e[e.PartialHomomorphicMappedType=16]="PartialHomomorphicMappedType",e[e.MappedTypeConstraint=32]="MappedTypeConstraint",e[e.ContravariantConditional=64]="ContravariantConditional",e[e.ReturnType=128]="ReturnType",e[e.LiteralKeyof=256]="LiteralKeyof",e[e.NoConstraints=512]="NoConstraints",e[e.AlwaysStrict=1024]="AlwaysStrict",e[e.MaxValue=2048]="MaxValue",e[e.PriorityImpliesCombination=416]="PriorityImpliesCombination",e[e.Circularity=-1]="Circularity",e))(Vle||{}),Jle=(e=>(e[e.None=0]="None",e[e.NoDefault=1]="NoDefault",e[e.AnyDefault=2]="AnyDefault",e[e.SkippedGenericFunction=4]="SkippedGenericFunction",e))(Jle||{}),qle=(e=>(e[e.False=0]="False",e[e.Unknown=1]="Unknown",e[e.Maybe=3]="Maybe",e[e.True=-1]="True",e))(qle||{}),zle=(e=>(e[e.None=0]="None",e[e.ExportsProperty=1]="ExportsProperty",e[e.ModuleExports=2]="ModuleExports",e[e.PrototypeProperty=3]="PrototypeProperty",e[e.ThisProperty=4]="ThisProperty",e[e.Property=5]="Property",e[e.Prototype=6]="Prototype",e[e.ObjectDefinePropertyValue=7]="ObjectDefinePropertyValue",e[e.ObjectDefinePropertyExports=8]="ObjectDefinePropertyExports",e[e.ObjectDefinePrototypeProperty=9]="ObjectDefinePrototypeProperty",e))(zle||{}),m5=(e=>(e[e.Warning=0]="Warning",e[e.Error=1]="Error",e[e.Suggestion=2]="Suggestion",e[e.Message=3]="Message",e))(m5||{});function Bx(e,t=!0){let n=m5[e.category];return t?n.toLowerCase():n}var ew=(e=>(e[e.Classic=1]="Classic",e[e.NodeJs=2]="NodeJs",e[e.Node10=2]="Node10",e[e.Node16=3]="Node16",e[e.NodeNext=99]="NodeNext",e[e.Bundler=100]="Bundler",e))(ew||{}),Wle=(e=>(e[e.Legacy=1]="Legacy",e[e.Auto=2]="Auto",e[e.Force=3]="Force",e))(Wle||{}),Gle=(e=>(e[e.FixedPollingInterval=0]="FixedPollingInterval",e[e.PriorityPollingInterval=1]="PriorityPollingInterval",e[e.DynamicPriorityPolling=2]="DynamicPriorityPolling",e[e.FixedChunkSizePolling=3]="FixedChunkSizePolling",e[e.UseFsEvents=4]="UseFsEvents",e[e.UseFsEventsOnParentDirectory=5]="UseFsEventsOnParentDirectory",e))(Gle||{}),Hle=(e=>(e[e.UseFsEvents=0]="UseFsEvents",e[e.FixedPollingInterval=1]="FixedPollingInterval",e[e.DynamicPriorityPolling=2]="DynamicPriorityPolling",e[e.FixedChunkSizePolling=3]="FixedChunkSizePolling",e))(Hle||{}),$le=(e=>(e[e.FixedInterval=0]="FixedInterval",e[e.PriorityInterval=1]="PriorityInterval",e[e.DynamicPriority=2]="DynamicPriority",e[e.FixedChunkSize=3]="FixedChunkSize",e))($le||{}),E3=(e=>(e[e.None=0]="None",e[e.CommonJS=1]="CommonJS",e[e.AMD=2]="AMD",e[e.UMD=3]="UMD",e[e.System=4]="System",e[e.ES2015=5]="ES2015",e[e.ES2020=6]="ES2020",e[e.ES2022=7]="ES2022",e[e.ESNext=99]="ESNext",e[e.Node16=100]="Node16",e[e.NodeNext=199]="NodeNext",e[e.Preserve=200]="Preserve",e))(E3||{}),Yle=(e=>(e[e.None=0]="None",e[e.Preserve=1]="Preserve",e[e.React=2]="React",e[e.ReactNative=3]="ReactNative",e[e.ReactJSX=4]="ReactJSX",e[e.ReactJSXDev=5]="ReactJSXDev",e))(Yle||{}),Kle=(e=>(e[e.Remove=0]="Remove",e[e.Preserve=1]="Preserve",e[e.Error=2]="Error",e))(Kle||{}),Xle=(e=>(e[e.CarriageReturnLineFeed=0]="CarriageReturnLineFeed",e[e.LineFeed=1]="LineFeed",e))(Xle||{}),pG=(e=>(e[e.Unknown=0]="Unknown",e[e.JS=1]="JS",e[e.JSX=2]="JSX",e[e.TS=3]="TS",e[e.TSX=4]="TSX",e[e.External=5]="External",e[e.JSON=6]="JSON",e[e.Deferred=7]="Deferred",e))(pG||{}),Qle=(e=>(e[e.ES3=0]="ES3",e[e.ES5=1]="ES5",e[e.ES2015=2]="ES2015",e[e.ES2016=3]="ES2016",e[e.ES2017=4]="ES2017",e[e.ES2018=5]="ES2018",e[e.ES2019=6]="ES2019",e[e.ES2020=7]="ES2020",e[e.ES2021=8]="ES2021",e[e.ES2022=9]="ES2022",e[e.ES2023=10]="ES2023",e[e.ESNext=99]="ESNext",e[e.JSON=100]="JSON",e[e.Latest=99]="Latest",e))(Qle||{}),Zle=(e=>(e[e.Standard=0]="Standard",e[e.JSX=1]="JSX",e))(Zle||{}),eue=(e=>(e[e.None=0]="None",e[e.Recursive=1]="Recursive",e))(eue||{}),tue=(e=>(e[e.EOF=-1]="EOF",e[e.nullCharacter=0]="nullCharacter",e[e.maxAsciiCharacter=127]="maxAsciiCharacter",e[e.lineFeed=10]="lineFeed",e[e.carriageReturn=13]="carriageReturn",e[e.lineSeparator=8232]="lineSeparator",e[e.paragraphSeparator=8233]="paragraphSeparator",e[e.nextLine=133]="nextLine",e[e.space=32]="space",e[e.nonBreakingSpace=160]="nonBreakingSpace",e[e.enQuad=8192]="enQuad",e[e.emQuad=8193]="emQuad",e[e.enSpace=8194]="enSpace",e[e.emSpace=8195]="emSpace",e[e.threePerEmSpace=8196]="threePerEmSpace",e[e.fourPerEmSpace=8197]="fourPerEmSpace",e[e.sixPerEmSpace=8198]="sixPerEmSpace",e[e.figureSpace=8199]="figureSpace",e[e.punctuationSpace=8200]="punctuationSpace",e[e.thinSpace=8201]="thinSpace",e[e.hairSpace=8202]="hairSpace",e[e.zeroWidthSpace=8203]="zeroWidthSpace",e[e.narrowNoBreakSpace=8239]="narrowNoBreakSpace",e[e.ideographicSpace=12288]="ideographicSpace",e[e.mathematicalSpace=8287]="mathematicalSpace",e[e.ogham=5760]="ogham",e[e.replacementCharacter=65533]="replacementCharacter",e[e._=95]="_",e[e.$=36]="$",e[e._0=48]="_0",e[e._1=49]="_1",e[e._2=50]="_2",e[e._3=51]="_3",e[e._4=52]="_4",e[e._5=53]="_5",e[e._6=54]="_6",e[e._7=55]="_7",e[e._8=56]="_8",e[e._9=57]="_9",e[e.a=97]="a",e[e.b=98]="b",e[e.c=99]="c",e[e.d=100]="d",e[e.e=101]="e",e[e.f=102]="f",e[e.g=103]="g",e[e.h=104]="h",e[e.i=105]="i",e[e.j=106]="j",e[e.k=107]="k",e[e.l=108]="l",e[e.m=109]="m",e[e.n=110]="n",e[e.o=111]="o",e[e.p=112]="p",e[e.q=113]="q",e[e.r=114]="r",e[e.s=115]="s",e[e.t=116]="t",e[e.u=117]="u",e[e.v=118]="v",e[e.w=119]="w",e[e.x=120]="x",e[e.y=121]="y",e[e.z=122]="z",e[e.A=65]="A",e[e.B=66]="B",e[e.C=67]="C",e[e.D=68]="D",e[e.E=69]="E",e[e.F=70]="F",e[e.G=71]="G",e[e.H=72]="H",e[e.I=73]="I",e[e.J=74]="J",e[e.K=75]="K",e[e.L=76]="L",e[e.M=77]="M",e[e.N=78]="N",e[e.O=79]="O",e[e.P=80]="P",e[e.Q=81]="Q",e[e.R=82]="R",e[e.S=83]="S",e[e.T=84]="T",e[e.U=85]="U",e[e.V=86]="V",e[e.W=87]="W",e[e.X=88]="X",e[e.Y=89]="Y",e[e.Z=90]="Z",e[e.ampersand=38]="ampersand",e[e.asterisk=42]="asterisk",e[e.at=64]="at",e[e.backslash=92]="backslash",e[e.backtick=96]="backtick",e[e.bar=124]="bar",e[e.caret=94]="caret",e[e.closeBrace=125]="closeBrace",e[e.closeBracket=93]="closeBracket",e[e.closeParen=41]="closeParen",e[e.colon=58]="colon",e[e.comma=44]="comma",e[e.dot=46]="dot",e[e.doubleQuote=34]="doubleQuote",e[e.equals=61]="equals",e[e.exclamation=33]="exclamation",e[e.greaterThan=62]="greaterThan",e[e.hash=35]="hash",e[e.lessThan=60]="lessThan",e[e.minus=45]="minus",e[e.openBrace=123]="openBrace",e[e.openBracket=91]="openBracket",e[e.openParen=40]="openParen",e[e.percent=37]="percent",e[e.plus=43]="plus",e[e.question=63]="question",e[e.semicolon=59]="semicolon",e[e.singleQuote=39]="singleQuote",e[e.slash=47]="slash",e[e.tilde=126]="tilde",e[e.backspace=8]="backspace",e[e.formFeed=12]="formFeed",e[e.byteOrderMark=65279]="byteOrderMark",e[e.tab=9]="tab",e[e.verticalTab=11]="verticalTab",e))(tue||{}),rue=(e=>(e.Ts=".ts",e.Tsx=".tsx",e.Dts=".d.ts",e.Js=".js",e.Jsx=".jsx",e.Json=".json",e.TsBuildInfo=".tsbuildinfo",e.Mjs=".mjs",e.Mts=".mts",e.Dmts=".d.mts",e.Cjs=".cjs",e.Cts=".cts",e.Dcts=".d.cts",e))(rue||{}),dG=(e=>(e[e.None=0]="None",e[e.ContainsTypeScript=1]="ContainsTypeScript",e[e.ContainsJsx=2]="ContainsJsx",e[e.ContainsESNext=4]="ContainsESNext",e[e.ContainsES2022=8]="ContainsES2022",e[e.ContainsES2021=16]="ContainsES2021",e[e.ContainsES2020=32]="ContainsES2020",e[e.ContainsES2019=64]="ContainsES2019",e[e.ContainsES2018=128]="ContainsES2018",e[e.ContainsES2017=256]="ContainsES2017",e[e.ContainsES2016=512]="ContainsES2016",e[e.ContainsES2015=1024]="ContainsES2015",e[e.ContainsGenerator=2048]="ContainsGenerator",e[e.ContainsDestructuringAssignment=4096]="ContainsDestructuringAssignment",e[e.ContainsTypeScriptClassSyntax=8192]="ContainsTypeScriptClassSyntax",e[e.ContainsLexicalThis=16384]="ContainsLexicalThis",e[e.ContainsRestOrSpread=32768]="ContainsRestOrSpread",e[e.ContainsObjectRestOrSpread=65536]="ContainsObjectRestOrSpread",e[e.ContainsComputedPropertyName=131072]="ContainsComputedPropertyName",e[e.ContainsBlockScopedBinding=262144]="ContainsBlockScopedBinding",e[e.ContainsBindingPattern=524288]="ContainsBindingPattern",e[e.ContainsYield=1048576]="ContainsYield",e[e.ContainsAwait=2097152]="ContainsAwait",e[e.ContainsHoistedDeclarationOrCompletion=4194304]="ContainsHoistedDeclarationOrCompletion",e[e.ContainsDynamicImport=8388608]="ContainsDynamicImport",e[e.ContainsClassFields=16777216]="ContainsClassFields",e[e.ContainsDecorators=33554432]="ContainsDecorators",e[e.ContainsPossibleTopLevelAwait=67108864]="ContainsPossibleTopLevelAwait",e[e.ContainsLexicalSuper=134217728]="ContainsLexicalSuper",e[e.ContainsUpdateExpressionForIdentifier=268435456]="ContainsUpdateExpressionForIdentifier",e[e.ContainsPrivateIdentifierInExpression=536870912]="ContainsPrivateIdentifierInExpression",e[e.HasComputedFlags=-2147483648]="HasComputedFlags",e[e.AssertTypeScript=1]="AssertTypeScript",e[e.AssertJsx=2]="AssertJsx",e[e.AssertESNext=4]="AssertESNext",e[e.AssertES2022=8]="AssertES2022",e[e.AssertES2021=16]="AssertES2021",e[e.AssertES2020=32]="AssertES2020",e[e.AssertES2019=64]="AssertES2019",e[e.AssertES2018=128]="AssertES2018",e[e.AssertES2017=256]="AssertES2017",e[e.AssertES2016=512]="AssertES2016",e[e.AssertES2015=1024]="AssertES2015",e[e.AssertGenerator=2048]="AssertGenerator",e[e.AssertDestructuringAssignment=4096]="AssertDestructuringAssignment",e[e.OuterExpressionExcludes=-2147483648]="OuterExpressionExcludes",e[e.PropertyAccessExcludes=-2147483648]="PropertyAccessExcludes",e[e.NodeExcludes=-2147483648]="NodeExcludes",e[e.ArrowFunctionExcludes=-2072174592]="ArrowFunctionExcludes",e[e.FunctionExcludes=-1937940480]="FunctionExcludes",e[e.ConstructorExcludes=-1937948672]="ConstructorExcludes",e[e.MethodOrAccessorExcludes=-2005057536]="MethodOrAccessorExcludes",e[e.PropertyExcludes=-2013249536]="PropertyExcludes",e[e.ClassExcludes=-2147344384]="ClassExcludes",e[e.ModuleExcludes=-1941676032]="ModuleExcludes",e[e.TypeExcludes=-2]="TypeExcludes",e[e.ObjectLiteralExcludes=-2147278848]="ObjectLiteralExcludes",e[e.ArrayLiteralOrCallOrNewExcludes=-2147450880]="ArrayLiteralOrCallOrNewExcludes",e[e.VariableDeclarationListExcludes=-2146893824]="VariableDeclarationListExcludes",e[e.ParameterExcludes=-2147483648]="ParameterExcludes",e[e.CatchClauseExcludes=-2147418112]="CatchClauseExcludes",e[e.BindingPatternExcludes=-2147450880]="BindingPatternExcludes",e[e.ContainsLexicalThisOrSuper=134234112]="ContainsLexicalThisOrSuper",e[e.PropertyNamePropagatingFlags=134234112]="PropertyNamePropagatingFlags",e))(dG||{}),mG=(e=>(e[e.TabStop=0]="TabStop",e[e.Placeholder=1]="Placeholder",e[e.Choice=2]="Choice",e[e.Variable=3]="Variable",e))(mG||{}),gG=(e=>(e[e.None=0]="None",e[e.SingleLine=1]="SingleLine",e[e.MultiLine=2]="MultiLine",e[e.AdviseOnEmitNode=4]="AdviseOnEmitNode",e[e.NoSubstitution=8]="NoSubstitution",e[e.CapturesThis=16]="CapturesThis",e[e.NoLeadingSourceMap=32]="NoLeadingSourceMap",e[e.NoTrailingSourceMap=64]="NoTrailingSourceMap",e[e.NoSourceMap=96]="NoSourceMap",e[e.NoNestedSourceMaps=128]="NoNestedSourceMaps",e[e.NoTokenLeadingSourceMaps=256]="NoTokenLeadingSourceMaps",e[e.NoTokenTrailingSourceMaps=512]="NoTokenTrailingSourceMaps",e[e.NoTokenSourceMaps=768]="NoTokenSourceMaps",e[e.NoLeadingComments=1024]="NoLeadingComments",e[e.NoTrailingComments=2048]="NoTrailingComments",e[e.NoComments=3072]="NoComments",e[e.NoNestedComments=4096]="NoNestedComments",e[e.HelperName=8192]="HelperName",e[e.ExportName=16384]="ExportName",e[e.LocalName=32768]="LocalName",e[e.InternalName=65536]="InternalName",e[e.Indented=131072]="Indented",e[e.NoIndentation=262144]="NoIndentation",e[e.AsyncFunctionBody=524288]="AsyncFunctionBody",e[e.ReuseTempVariableScope=1048576]="ReuseTempVariableScope",e[e.CustomPrologue=2097152]="CustomPrologue",e[e.NoHoisting=4194304]="NoHoisting",e[e.Iterator=8388608]="Iterator",e[e.NoAsciiEscaping=16777216]="NoAsciiEscaping",e))(gG||{}),nue=(e=>(e[e.None=0]="None",e[e.TypeScriptClassWrapper=1]="TypeScriptClassWrapper",e[e.NeverApplyImportHelper=2]="NeverApplyImportHelper",e[e.IgnoreSourceNewlines=4]="IgnoreSourceNewlines",e[e.Immutable=8]="Immutable",e[e.IndirectCall=16]="IndirectCall",e[e.TransformPrivateStaticElements=32]="TransformPrivateStaticElements",e))(nue||{}),iue=(e=>(e[e.Classes=2]="Classes",e[e.ForOf=2]="ForOf",e[e.Generators=2]="Generators",e[e.Iteration=2]="Iteration",e[e.SpreadElements=2]="SpreadElements",e[e.RestElements=2]="RestElements",e[e.TaggedTemplates=2]="TaggedTemplates",e[e.DestructuringAssignment=2]="DestructuringAssignment",e[e.BindingPatterns=2]="BindingPatterns",e[e.ArrowFunctions=2]="ArrowFunctions",e[e.BlockScopedVariables=2]="BlockScopedVariables",e[e.ObjectAssign=2]="ObjectAssign",e[e.RegularExpressionFlagsUnicode=2]="RegularExpressionFlagsUnicode",e[e.RegularExpressionFlagsSticky=2]="RegularExpressionFlagsSticky",e[e.Exponentiation=3]="Exponentiation",e[e.AsyncFunctions=4]="AsyncFunctions",e[e.ForAwaitOf=5]="ForAwaitOf",e[e.AsyncGenerators=5]="AsyncGenerators",e[e.AsyncIteration=5]="AsyncIteration",e[e.ObjectSpreadRest=5]="ObjectSpreadRest",e[e.RegularExpressionFlagsDotAll=5]="RegularExpressionFlagsDotAll",e[e.BindinglessCatch=6]="BindinglessCatch",e[e.BigInt=7]="BigInt",e[e.NullishCoalesce=7]="NullishCoalesce",e[e.OptionalChaining=7]="OptionalChaining",e[e.LogicalAssignment=8]="LogicalAssignment",e[e.TopLevelAwait=9]="TopLevelAwait",e[e.ClassFields=9]="ClassFields",e[e.PrivateNamesAndClassStaticBlocks=9]="PrivateNamesAndClassStaticBlocks",e[e.RegularExpressionFlagsHasIndices=9]="RegularExpressionFlagsHasIndices",e[e.ShebangComments=99]="ShebangComments",e[e.UsingAndAwaitUsing=99]="UsingAndAwaitUsing",e[e.ClassAndClassElementDecorators=99]="ClassAndClassElementDecorators",e[e.RegularExpressionFlagsUnicodeSets=99]="RegularExpressionFlagsUnicodeSets",e))(iue||{}),sue=(e=>(e[e.Extends=1]="Extends",e[e.Assign=2]="Assign",e[e.Rest=4]="Rest",e[e.Decorate=8]="Decorate",e[e.ESDecorateAndRunInitializers=8]="ESDecorateAndRunInitializers",e[e.Metadata=16]="Metadata",e[e.Param=32]="Param",e[e.Awaiter=64]="Awaiter",e[e.Generator=128]="Generator",e[e.Values=256]="Values",e[e.Read=512]="Read",e[e.SpreadArray=1024]="SpreadArray",e[e.Await=2048]="Await",e[e.AsyncGenerator=4096]="AsyncGenerator",e[e.AsyncDelegator=8192]="AsyncDelegator",e[e.AsyncValues=16384]="AsyncValues",e[e.ExportStar=32768]="ExportStar",e[e.ImportStar=65536]="ImportStar",e[e.ImportDefault=131072]="ImportDefault",e[e.MakeTemplateObject=262144]="MakeTemplateObject",e[e.ClassPrivateFieldGet=524288]="ClassPrivateFieldGet",e[e.ClassPrivateFieldSet=1048576]="ClassPrivateFieldSet",e[e.ClassPrivateFieldIn=2097152]="ClassPrivateFieldIn",e[e.SetFunctionName=4194304]="SetFunctionName",e[e.PropKey=8388608]="PropKey",e[e.AddDisposableResourceAndDisposeResources=16777216]="AddDisposableResourceAndDisposeResources",e[e.FirstEmitHelper=1]="FirstEmitHelper",e[e.LastEmitHelper=16777216]="LastEmitHelper",e[e.ForOfIncludes=256]="ForOfIncludes",e[e.ForAwaitOfIncludes=16384]="ForAwaitOfIncludes",e[e.AsyncGeneratorIncludes=6144]="AsyncGeneratorIncludes",e[e.AsyncDelegatorIncludes=26624]="AsyncDelegatorIncludes",e[e.SpreadIncludes=1536]="SpreadIncludes",e))(sue||{}),oue=(e=>(e[e.SourceFile=0]="SourceFile",e[e.Expression=1]="Expression",e[e.IdentifierName=2]="IdentifierName",e[e.MappedTypeParameter=3]="MappedTypeParameter",e[e.Unspecified=4]="Unspecified",e[e.EmbeddedStatement=5]="EmbeddedStatement",e[e.JsxAttributeValue=6]="JsxAttributeValue",e[e.ImportTypeNodeAttributes=7]="ImportTypeNodeAttributes",e))(oue||{}),aue=(e=>(e[e.Parentheses=1]="Parentheses",e[e.TypeAssertions=2]="TypeAssertions",e[e.NonNullAssertions=4]="NonNullAssertions",e[e.PartiallyEmittedExpressions=8]="PartiallyEmittedExpressions",e[e.Assertions=6]="Assertions",e[e.All=15]="All",e[e.ExcludeJSDocTypeAssertion=16]="ExcludeJSDocTypeAssertion",e))(aue||{}),cue=(e=>(e[e.None=0]="None",e[e.InParameters=1]="InParameters",e[e.VariablesHoistedInParameters=2]="VariablesHoistedInParameters",e))(cue||{}),lue=(e=>(e[e.None=0]="None",e[e.SingleLine=0]="SingleLine",e[e.MultiLine=1]="MultiLine",e[e.PreserveLines=2]="PreserveLines",e[e.LinesMask=3]="LinesMask",e[e.NotDelimited=0]="NotDelimited",e[e.BarDelimited=4]="BarDelimited",e[e.AmpersandDelimited=8]="AmpersandDelimited",e[e.CommaDelimited=16]="CommaDelimited",e[e.AsteriskDelimited=32]="AsteriskDelimited",e[e.DelimitersMask=60]="DelimitersMask",e[e.AllowTrailingComma=64]="AllowTrailingComma",e[e.Indented=128]="Indented",e[e.SpaceBetweenBraces=256]="SpaceBetweenBraces",e[e.SpaceBetweenSiblings=512]="SpaceBetweenSiblings",e[e.Braces=1024]="Braces",e[e.Parenthesis=2048]="Parenthesis",e[e.AngleBrackets=4096]="AngleBrackets",e[e.SquareBrackets=8192]="SquareBrackets",e[e.BracketsMask=15360]="BracketsMask",e[e.OptionalIfUndefined=16384]="OptionalIfUndefined",e[e.OptionalIfEmpty=32768]="OptionalIfEmpty",e[e.Optional=49152]="Optional",e[e.PreferNewLine=65536]="PreferNewLine",e[e.NoTrailingNewLine=131072]="NoTrailingNewLine",e[e.NoInterveningComments=262144]="NoInterveningComments",e[e.NoSpaceIfEmpty=524288]="NoSpaceIfEmpty",e[e.SingleElement=1048576]="SingleElement",e[e.SpaceAfterList=2097152]="SpaceAfterList",e[e.Modifiers=2359808]="Modifiers",e[e.HeritageClauses=512]="HeritageClauses",e[e.SingleLineTypeLiteralMembers=768]="SingleLineTypeLiteralMembers",e[e.MultiLineTypeLiteralMembers=32897]="MultiLineTypeLiteralMembers",e[e.SingleLineTupleTypeElements=528]="SingleLineTupleTypeElements",e[e.MultiLineTupleTypeElements=657]="MultiLineTupleTypeElements",e[e.UnionTypeConstituents=516]="UnionTypeConstituents",e[e.IntersectionTypeConstituents=520]="IntersectionTypeConstituents",e[e.ObjectBindingPatternElements=525136]="ObjectBindingPatternElements",e[e.ArrayBindingPatternElements=524880]="ArrayBindingPatternElements",e[e.ObjectLiteralExpressionProperties=526226]="ObjectLiteralExpressionProperties",e[e.ImportAttributes=526226]="ImportAttributes",e[e.ImportClauseEntries=526226]="ImportClauseEntries",e[e.ArrayLiteralExpressionElements=8914]="ArrayLiteralExpressionElements",e[e.CommaListElements=528]="CommaListElements",e[e.CallExpressionArguments=2576]="CallExpressionArguments",e[e.NewExpressionArguments=18960]="NewExpressionArguments",e[e.TemplateExpressionSpans=262144]="TemplateExpressionSpans",e[e.SingleLineBlockStatements=768]="SingleLineBlockStatements",e[e.MultiLineBlockStatements=129]="MultiLineBlockStatements",e[e.VariableDeclarationList=528]="VariableDeclarationList",e[e.SingleLineFunctionBodyStatements=768]="SingleLineFunctionBodyStatements",e[e.MultiLineFunctionBodyStatements=1]="MultiLineFunctionBodyStatements",e[e.ClassHeritageClauses=0]="ClassHeritageClauses",e[e.ClassMembers=129]="ClassMembers",e[e.InterfaceMembers=129]="InterfaceMembers",e[e.EnumMembers=145]="EnumMembers",e[e.CaseBlockClauses=129]="CaseBlockClauses",e[e.NamedImportsOrExportsElements=525136]="NamedImportsOrExportsElements",e[e.JsxElementOrFragmentChildren=262144]="JsxElementOrFragmentChildren",e[e.JsxElementAttributes=262656]="JsxElementAttributes",e[e.CaseOrDefaultClauseStatements=163969]="CaseOrDefaultClauseStatements",e[e.HeritageClauseTypes=528]="HeritageClauseTypes",e[e.SourceFileStatements=131073]="SourceFileStatements",e[e.Decorators=2146305]="Decorators",e[e.TypeArguments=53776]="TypeArguments",e[e.TypeParameters=53776]="TypeParameters",e[e.Parameters=2576]="Parameters",e[e.IndexSignatureParameters=8848]="IndexSignatureParameters",e[e.JSDocComment=33]="JSDocComment",e))(lue||{}),uue=(e=>(e[e.None=0]="None",e[e.TripleSlashXML=1]="TripleSlashXML",e[e.SingleLine=2]="SingleLine",e[e.MultiLine=4]="MultiLine",e[e.All=7]="All",e[e.Default=7]="Default",e))(uue||{}),g5={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}},_ue=(e=>(e[e.ParseAll=0]="ParseAll",e[e.ParseNone=1]="ParseNone",e[e.ParseForTypeErrors=2]="ParseForTypeErrors",e[e.ParseForTypeInfo=3]="ParseForTypeInfo",e))(_ue||{});function tw(e){let t=5381;for(let n=0;n(e[e.Created=0]="Created",e[e.Changed=1]="Changed",e[e.Deleted=2]="Deleted",e))(fue||{}),hG=(e=>(e[e.High=2e3]="High",e[e.Medium=500]="Medium",e[e.Low=250]="Low",e))(hG||{}),sp=new Date(0);function WC(e,t){return e.getModifiedTime(t)||sp}function pue(e){return{250:e.Low,500:e.Medium,2e3:e.High}}var yG={Low:32,Medium:64,High:256},vG=pue(yG),h5=pue(yG);function Cvt(e){if(!e.getEnvironmentVariable)return;let t=s("TSC_WATCH_POLLINGINTERVAL",hG);vG=a("TSC_WATCH_POLLINGCHUNKSIZE",yG)||vG,h5=a("TSC_WATCH_UNCHANGEDPOLLTHRESHOLDS",yG)||h5;function n(u,m){return e.getEnvironmentVariable(`${u}_${m.toUpperCase()}`)}function i(u){let m;return d("Low"),d("Medium"),d("High"),m;function d(S){let E=n(u,S);E&&((m||(m={}))[S]=Number(E))}}function s(u,m){let d=i(u);if(d)return S("Low"),S("Medium"),S("High"),!0;return!1;function S(E){m[E]=d[E]||m[E]}}function a(u,m){let d=i(u);return(t||d)&&pue(d?{...m,...d}:m)}}function EOe(e,t,n,i,s){let a=n;for(let m=t.length;i&&m;u(),m--){let d=t[n];if(d){if(d.isClosed){t[n]=void 0;continue}}else continue;i--;let S=Nvt(d,WC(e,d.fileName));if(d.isClosed){t[n]=void 0;continue}s?.(d,n,S),t[n]&&(a{q.isClosed=!0,qC(t,q)}}}function m(F){let J=[];return J.pollingInterval=F,J.pollIndex=0,J.pollScheduled=!1,J}function d(F,J){J.pollIndex=E(J,J.pollingInterval,J.pollIndex,vG[J.pollingInterval]),J.length?L(J.pollingInterval):(M.assert(J.pollIndex===0),J.pollScheduled=!1)}function S(F,J){E(n,250,0,n.length),d(F,J),!J.pollScheduled&&n.length&&L(250)}function E(F,J,$,q){return EOe(e,F,$,q,ee);function ee(W,pe,K){K?(W.unchangedPolls=0,F!==n&&(F[pe]=void 0,I(W))):W.unchangedPolls!==h5[J]?W.unchangedPolls++:F===n?(W.unchangedPolls=1,F[pe]=void 0,D(W,250)):J!==2e3&&(W.unchangedPolls++,F[pe]=void 0,D(W,J===250?500:2e3))}}function x(F){switch(F){case 250:return i;case 500:return s;case 2e3:return a}}function D(F,J){x(J).push(F),R(J)}function I(F){n.push(F),R(250)}function R(F){x(F).pollScheduled||L(F)}function L(F){x(F).pollScheduled=e.setTimeout(F===250?S:d,F,F===250?"pollLowPollingIntervalQueue":"pollPollingIntervalQueue",x(F))}}function kvt(e,t,n,i){let s=vd(),a=i?new Map:void 0,u=new Map,m=__(t);return d;function d(E,x,D,I){let R=m(E);s.add(R,x).length===1&&a&&a.set(R,n(E)||sp);let L=yi(R)||".",F=u.get(L)||S(yi(E)||".",L,I);return F.referenceCount++,{close:()=>{F.referenceCount===1?(F.close(),u.delete(L)):F.referenceCount--,s.remove(R,x)}}}function S(E,x,D){let I=e(E,1,(R,L)=>{if(!bs(L))return;let F=Cs(L,E),J=m(F),$=F&&s.get(J);if($){let q,ee=1;if(a){let W=a.get(J);if(R==="change"&&(q=n(F)||sp,q.getTime()===W.getTime()))return;q||(q=n(F)||sp),a.set(J,q),W===sp?ee=0:q===sp&&(ee=2)}for(let W of $)W(F,ee,q)}},!1,500,D);return I.referenceCount=0,u.set(x,I),I}}function Pvt(e){let t=[],n=0,i;return s;function s(m,d){let S={fileName:m,callback:d,mtime:WC(e,m)};return t.push(S),u(),{close:()=>{S.isClosed=!0,qC(t,S)}}}function a(){i=void 0,n=EOe(e,t,n,vG[250]),u()}function u(){!t.length||i||(i=e.setTimeout(a,2e3,"pollQueue"))}}function xOe(e,t,n,i,s){let u=__(t)(n),m=e.get(u);return m?m.callbacks.push(i):e.set(u,{watcher:s((d,S,E)=>{var x;return(x=e.get(u))==null?void 0:x.callbacks.slice().forEach(D=>D(d,S,E))}),callbacks:[i]}),{close:()=>{let d=e.get(u);d&&(!GI(d.callbacks,i)||d.callbacks.length||(e.delete(u),Dd(d)))}}}function Nvt(e,t){let n=e.mtime.getTime(),i=t.getTime();return n!==i?(e.mtime=t,e.callback(e.fileName,SG(n,i),t),!0):!1}function SG(e,t){return e===0?0:t===0?2:1}var y5=["/node_modules/.","/.git","/.#"],COe=aa;function x3(e){return COe(e)}function due(e){COe=e}function Dvt({watchDirectory:e,useCaseSensitiveFileNames:t,getCurrentDirectory:n,getAccessibleSortedChildDirectories:i,fileSystemEntryExists:s,realpath:a,setTimeout:u,clearTimeout:m}){let d=new Map,S=vd(),E=new Map,x,D=AP(!t),I=__(t);return(re,ue,ce,ne)=>ce?R(re,ne,ue):e(re,ue,ce,ne);function R(re,ue,ce,ne){let le=I(re),me=d.get(le);me?me.refCount++:(me={watcher:e(re,Ae=>{var xe;pe(Ae,ue)||(ue?.synchronousWatchDirectory?((xe=d.get(le))!=null&&xe.targetWatcher||L(re,le,Ae),W(re,le,ue)):F(re,le,Ae,ue))},!1,ue),refCount:1,childWatches:ve,targetWatcher:void 0,links:void 0},d.set(le,me),W(re,le,ue)),ne&&(me.links??(me.links=new Set)).add(ne);let de=ce&&{dirName:re,callback:ce};return de&&S.add(le,de),{dirName:re,close:()=>{var Ae;let xe=M.checkDefined(d.get(le));de&&S.remove(le,de),ne&&((Ae=xe.links)==null||Ae.delete(ne)),xe.refCount--,!xe.refCount&&(d.delete(le),xe.links=void 0,Dd(xe),ee(xe),xe.childWatches.forEach(Dm))}}}function L(re,ue,ce,ne){var le,me;let de,Ae;bs(ce)?de=ce:Ae=ce,S.forEach((xe,te)=>{if(!(Ae&&Ae.get(te)===!0)&&(te===ue||fs(ue,te)&&ue[te.length]===bc))if(Ae)if(ne){let he=Ae.get(te);he?he.push(...ne):Ae.set(te,ne.slice())}else Ae.set(te,!0);else xe.forEach(({callback:he})=>he(de))}),(me=(le=d.get(ue))==null?void 0:le.links)==null||me.forEach(xe=>{let te=he=>ii(xe,Km(re,he,I));Ae?L(xe,I(xe),Ae,ne?.map(te)):L(xe,I(xe),te(de))})}function F(re,ue,ce,ne){let le=d.get(ue);if(le&&s(re,1)){J(re,ue,ce,ne);return}L(re,ue,ce),ee(le),q(le)}function J(re,ue,ce,ne){let le=E.get(ue);le?le.fileNames.push(ce):E.set(ue,{dirName:re,options:ne,fileNames:[ce]}),x&&(m(x),x=void 0),x=u($,1e3,"timerToUpdateChildWatches")}function $(){var re;x=void 0,x3(`sysLog:: onTimerToUpdateChildWatches:: ${E.size}`);let ue=Tc(),ce=new Map;for(;!x&&E.size;){let le=E.entries().next();M.assert(!le.done);let{value:[me,{dirName:de,options:Ae,fileNames:xe}]}=le;E.delete(me);let te=W(de,me,Ae);(re=d.get(me))!=null&&re.targetWatcher||L(de,me,ce,te?void 0:xe)}x3(`sysLog:: invokingWatchers:: Elapsed:: ${Tc()-ue}ms:: ${E.size}`),S.forEach((le,me)=>{let de=ce.get(me);de&&le.forEach(({callback:Ae,dirName:xe})=>{Ms(de)?de.forEach(Ae):Ae(xe)})});let ne=Tc()-ue;x3(`sysLog:: Elapsed:: ${ne}ms:: onTimerToUpdateChildWatches:: ${E.size} ${x}`)}function q(re){if(!re)return;let ue=re.childWatches;re.childWatches=ve;for(let ce of ue)ce.close(),q(d.get(I(ce.dirName)))}function ee(re){re?.targetWatcher&&(re.targetWatcher.close(),re.targetWatcher=void 0)}function W(re,ue,ce){let ne=d.get(ue);if(!ne)return!1;let le=eo(a(re)),me,de;return D(le,re)===0?me=_5(s(re,1)?Yi(i(re),te=>{let he=Cs(te,re);return!pe(he,ce)&&D(he,eo(a(he)))===0?he:void 0}):ve,ne.childWatches,(te,he)=>D(te,he.dirName),Ae,Dm,xe):ne.targetWatcher&&D(le,ne.targetWatcher.dirName)===0?(me=!1,M.assert(ne.childWatches===ve)):(ee(ne),ne.targetWatcher=R(le,ce,void 0,re),ne.childWatches.forEach(Dm),me=!0),ne.childWatches=de||ve,me;function Ae(te){let he=R(te,ce);xe(he)}function xe(te){(de||(de=[])).push(te)}}function pe(re,ue){return Dt(y5,ce=>K(re,ce))||AOe(re,ue,t,n)}function K(re,ue){return re.includes(ue)?!0:t?!1:I(re).includes(ue)}}var mue=(e=>(e[e.File=0]="File",e[e.Directory=1]="Directory",e))(mue||{});function Ivt(e){return(t,n,i)=>e(n===1?"change":"rename","",i)}function wvt(e,t,n){return(i,s,a)=>{i==="rename"?(a||(a=n(e)||sp),t(e,a!==sp?0:2,a)):t(e,1,a)}}function AOe(e,t,n,i){return(t?.excludeDirectories||t?.excludeFiles)&&(SB(e,t?.excludeFiles,n,i())||SB(e,t?.excludeDirectories,n,i()))}function kOe(e,t,n,i,s){return(a,u)=>{if(a==="rename"){let m=u?eo(ii(e,u)):e;(!u||!AOe(m,n,i,s))&&t(m)}}}function gue({pollingWatchFileWorker:e,getModifiedTime:t,setTimeout:n,clearTimeout:i,fsWatchWorker:s,fileSystemEntryExists:a,useCaseSensitiveFileNames:u,getCurrentDirectory:m,fsSupportsRecursiveFsWatch:d,getAccessibleSortedChildDirectories:S,realpath:E,tscWatchFile:x,useNonPollingWatchers:D,tscWatchDirectory:I,inodeWatching:R,fsWatchWithTimestamp:L,sysLog:F}){let J=new Map,$=new Map,q=new Map,ee,W,pe,K,re=!1;return{watchFile:ue,watchDirectory:de};function ue(Pe,ke,De,Be){Be=le(Be,D);let lt=M.checkDefined(Be.watchFile);switch(lt){case 0:return te(Pe,ke,250,void 0);case 1:return te(Pe,ke,De,void 0);case 2:return ce()(Pe,ke,De,void 0);case 3:return ne()(Pe,ke,void 0,void 0);case 4:return he(Pe,0,wvt(Pe,ke,t),!1,De,QM(Be));case 5:return pe||(pe=kvt(he,u,t,L)),pe(Pe,ke,De,QM(Be));default:M.assertNever(lt)}}function ce(){return ee||(ee=Avt({getModifiedTime:t,setTimeout:n}))}function ne(){return W||(W=Pvt({getModifiedTime:t,setTimeout:n}))}function le(Pe,ke){if(Pe&&Pe.watchFile!==void 0)return Pe;switch(x){case"PriorityPollingInterval":return{watchFile:1};case"DynamicPriorityPolling":return{watchFile:2};case"UseFsEvents":return me(4,1,Pe);case"UseFsEventsWithFallbackDynamicPolling":return me(4,2,Pe);case"UseFsEventsOnParentDirectory":ke=!0;default:return ke?me(5,1,Pe):{watchFile:4}}}function me(Pe,ke,De){let Be=De?.fallbackPolling;return{watchFile:Pe,fallbackPolling:Be===void 0?ke:Be}}function de(Pe,ke,De,Be){return d?he(Pe,1,kOe(Pe,ke,Be,u,m),De,500,QM(Be)):(K||(K=Dvt({useCaseSensitiveFileNames:u,getCurrentDirectory:m,fileSystemEntryExists:a,getAccessibleSortedChildDirectories:S,watchDirectory:Ae,realpath:E,setTimeout:n,clearTimeout:i})),K(Pe,ke,De,Be))}function Ae(Pe,ke,De,Be){M.assert(!De);let lt=xe(Be),ze=M.checkDefined(lt.watchDirectory);switch(ze){case 1:return te(Pe,()=>ke(Pe),500,void 0);case 2:return ce()(Pe,()=>ke(Pe),500,void 0);case 3:return ne()(Pe,()=>ke(Pe),void 0,void 0);case 0:return he(Pe,1,kOe(Pe,ke,Be,u,m),De,500,QM(lt));default:M.assertNever(ze)}}function xe(Pe){if(Pe&&Pe.watchDirectory!==void 0)return Pe;switch(I){case"RecursiveDirectoryUsingFsWatchFile":return{watchDirectory:1};case"RecursiveDirectoryUsingDynamicPriorityPolling":return{watchDirectory:2};default:let ke=Pe?.fallbackPolling;return{watchDirectory:0,fallbackPolling:ke!==void 0?ke:void 0}}}function te(Pe,ke,De,Be){return xOe(J,u,Pe,ke,lt=>e(Pe,lt,De,Be))}function he(Pe,ke,De,Be,lt,ze){return xOe(Be?q:$,u,Pe,De,tt=>Te(Pe,ke,tt,Be,lt,ze))}function Te(Pe,ke,De,Be,lt,ze){let tt,we;R&&(tt=Pe.substring(Pe.lastIndexOf(bc)),we=tt.slice(bc.length));let ft=a(Pe,ke)?Qe():Tr();return{close:()=>{ft&&(ft.close(),ft=void 0)}};function gt(Ar){ft&&(F(`sysLog:: ${Pe}:: Changing watcher to ${Ar===Qe?"Present":"Missing"}FileSystemEntryWatcher`),ft.close(),ft=Ar())}function Qe(){if(re)return F(`sysLog:: ${Pe}:: Defaulting to watchFile`),ir();try{let Ar=(ke===1||!L?s:Ve)(Pe,Be,R?yt:De);return Ar.on("error",()=>{De("rename",""),gt(Tr)}),Ar}catch(Ar){return re||(re=Ar.code==="ENOSPC"),F(`sysLog:: ${Pe}:: Changing to watchFile`),ir()}}function yt(Ar,Vr){let fr;if(Vr&&Wc(Vr,"~")&&(fr=Vr,Vr=Vr.slice(0,Vr.length-1)),Ar==="rename"&&(!Vr||Vr===we||Wc(Vr,tt))){let ur=t(Pe)||sp;fr&&De(Ar,fr,ur),De(Ar,Vr,ur),R?gt(ur===sp?Tr:Qe):ur===sp&>(Tr)}else fr&&De(Ar,fr),De(Ar,Vr)}function ir(){return ue(Pe,Ivt(De),lt,ze)}function Tr(){return ue(Pe,(Ar,Vr,fr)=>{Vr===0&&(fr||(fr=t(Pe)||sp),fr!==sp&&(De("rename","",fr),gt(Qe)))},lt,ze)}}function Ve(Pe,ke,De){let Be=t(Pe)||sp;return s(Pe,ke,(lt,ze,tt)=>{lt==="change"&&(tt||(tt=t(Pe)||sp),tt.getTime()===Be.getTime())||(Be=tt||t(Pe)||sp,De(lt,ze,Be))})}}function hue(e){let t=e.writeFile;e.writeFile=(n,i,s)=>r$(n,i,!!s,(a,u,m)=>t.call(e,a,u,m),a=>e.createDirectory(a),a=>e.directoryExists(a))}var uu=(()=>{let e="\uFEFF";function t(){let i=/^native |^\([^)]+\)$|^(internal[\\/]|[a-zA-Z0-9_\s]+(\.js)?$)/,s=Ru("fs"),a=Ru("path"),u=Ru("os"),m;try{m=Ru("crypto")}catch{m=void 0}let d,S="./profile.cpuprofile",E=process.platform==="darwin",x=process.platform==="linux"||E,D=u.platform(),I=ue(),R=s.realpathSync.native?process.platform==="win32"?ke:s.realpathSync.native:s.realpathSync,L=__filename.endsWith("sys.js")?a.join(a.dirname(__dirname),"__fake__.js"):__filename,F=process.platform==="win32"||E,J=nf(()=>process.cwd()),{watchFile:$,watchDirectory:q}=gue({pollingWatchFileWorker:ne,getModifiedTime:Be,setTimeout,clearTimeout,fsWatchWorker:le,useCaseSensitiveFileNames:I,getCurrentDirectory:J,fileSystemEntryExists:he,fsSupportsRecursiveFsWatch:F,getAccessibleSortedChildDirectories:we=>xe(we).directories,realpath:De,tscWatchFile:process.env.TSC_WATCHFILE,useNonPollingWatchers:!!process.env.TSC_NONPOLLING_WATCHER,tscWatchDirectory:process.env.TSC_WATCHDIRECTORY,inodeWatching:x,fsWatchWithTimestamp:E,sysLog:x3}),ee={args:process.argv.slice(2),newLine:u.EOL,useCaseSensitiveFileNames:I,write(we){process.stdout.write(we)},getWidthOfTerminal(){return process.stdout.columns},writeOutputIsTTY(){return process.stdout.isTTY},readFile:de,writeFile:Ae,watchFile:$,watchDirectory:q,resolvePath:we=>a.resolve(we),fileExists:Te,directoryExists:Ve,getAccessibleFileSystemEntries:xe,createDirectory(we){if(!ee.directoryExists(we))try{s.mkdirSync(we)}catch(ft){if(ft.code!=="EEXIST")throw ft}},getExecutingFilePath(){return L},getCurrentDirectory:J,getDirectories:Pe,getEnvironmentVariable(we){return process.env[we]||""},readDirectory:te,getModifiedTime:Be,setModifiedTime:lt,deleteFile:ze,createHash:m?tt:tw,createSHA256Hash:m?tt:void 0,getMemoryUsage(){return global.gc&&global.gc(),process.memoryUsage().heapUsed},getFileSize(we){try{let ft=W(we);if(ft?.isFile())return ft.size}catch{}return 0},exit(we){re(()=>process.exit(we))},enableCPUProfiler:pe,disableCPUProfiler:re,cpuProfilingEnabled:()=>!!d||xs(process.execArgv,"--cpu-prof")||xs(process.execArgv,"--prof"),realpath:De,debugMode:!!process.env.NODE_INSPECTOR_IPC||!!process.env.VSCODE_INSPECTOR_OPTIONS||Dt(process.execArgv,we=>/^--(inspect|debug)(-brk)?(=\d+)?$/i.test(we))||!!process.recordreplay,tryEnableSourceMapsForHost(){try{Ygt().install()}catch{}},setTimeout,clearTimeout,clearScreen:()=>{process.stdout.write("\x1Bc")},setBlocking:()=>{var we;let ft=(we=process.stdout)==null?void 0:we._handle;ft&&ft.setBlocking&&ft.setBlocking(!0)},base64decode:we=>Buffer.from(we,"base64").toString("utf8"),base64encode:we=>Buffer.from(we).toString("base64"),require:(we,ft)=>{try{let gt=dge(ft,we,ee);return{module:Ru(gt),modulePath:gt,error:void 0}}catch(gt){return{module:void 0,modulePath:void 0,error:gt}}}};return ee;function W(we){return s.statSync(we,{throwIfNoEntry:!1})}function pe(we,ft){if(d)return ft(),!1;let gt=Ru("inspector");if(!gt||!gt.Session)return ft(),!1;let Qe=new gt.Session;return Qe.connect(),Qe.post("Profiler.enable",()=>{Qe.post("Profiler.start",()=>{d=Qe,S=we,ft()})}),!0}function K(we){let ft=0,gt=new Map,Qe=Wu(a.dirname(L)),yt=`file://${Oh(Qe)===1?"":"/"}${Qe}`;for(let ir of we.nodes)if(ir.callFrame.url){let Tr=Wu(ir.callFrame.url);Cm(yt,Tr,I)?ir.callFrame.url=GC(yt,Tr,yt,__(I),!0):i.test(Tr)||(ir.callFrame.url=(gt.has(Tr)?gt:gt.set(Tr,`external${ft}.js`)).get(Tr),ft++)}return we}function re(we){if(d&&d!=="stopping"){let ft=d;return d.post("Profiler.stop",(gt,{profile:Qe})=>{var yt;if(!gt){try{(yt=W(S))!=null&&yt.isDirectory()&&(S=a.join(S,`${new Date().toISOString().replace(/:/g,"-")}+P${process.pid}.cpuprofile`))}catch{}try{s.mkdirSync(a.dirname(S),{recursive:!0})}catch{}s.writeFileSync(S,JSON.stringify(K(Qe)))}d=void 0,ft.disconnect(),we()}),d="stopping",!0}else return we(),!1}function ue(){return D==="win32"||D==="win64"?!1:!Te(ce(__filename))}function ce(we){return we.replace(/\w/g,ft=>{let gt=ft.toUpperCase();return ft===gt?ft.toLowerCase():gt})}function ne(we,ft,gt){s.watchFile(we,{persistent:!0,interval:gt},yt);let Qe;return{close:()=>s.unwatchFile(we,yt)};function yt(ir,Tr){let Ar=+Tr.mtime==0||Qe===2;if(+ir.mtime==0){if(Ar)return;Qe=2}else if(Ar)Qe=0;else{if(+ir.mtime==+Tr.mtime)return;Qe=1}ft(we,Qe,ir.mtime)}}function le(we,ft,gt){return s.watch(we,F?{persistent:!0,recursive:!!ft}:{persistent:!0},gt)}function me(we,ft){let gt;try{gt=s.readFileSync(we)}catch{return}let Qe=gt.length;if(Qe>=2&>[0]===254&>[1]===255){Qe&=-2;for(let yt=0;yt=2&>[0]===255&>[1]===254?gt.toString("utf16le",2):Qe>=3&>[0]===239&>[1]===187&>[2]===191?gt.toString("utf8",3):gt.toString("utf8")}function de(we,ft){var gt,Qe;(gt=sf)==null||gt.logStartReadFile(we);let yt=me(we,ft);return(Qe=sf)==null||Qe.logStopReadFile(),yt}function Ae(we,ft,gt){var Qe;(Qe=sf)==null||Qe.logEvent("WriteFile: "+we),gt&&(ft=e+ft);let yt;try{yt=s.openSync(we,"w"),s.writeSync(yt,ft,void 0,"utf8")}finally{yt!==void 0&&s.closeSync(yt)}}function xe(we){var ft;(ft=sf)==null||ft.logEvent("ReadDir: "+(we||"."));try{let gt=s.readdirSync(we||".",{withFileTypes:!0}),Qe=[],yt=[];for(let ir of gt){let Tr=typeof ir=="string"?ir:ir.name;if(Tr==="."||Tr==="..")continue;let Ar;if(typeof ir=="string"||ir.isSymbolicLink()){let Vr=ii(we,Tr);try{if(Ar=W(Vr),!Ar)continue}catch{continue}}else Ar=ir;Ar.isFile()?Qe.push(Tr):Ar.isDirectory()&&yt.push(Tr)}return Qe.sort(),yt.sort(),{files:Qe,directories:yt}}catch{return R$}}function te(we,ft,gt,Qe,yt){return I$(we,ft,gt,Qe,I,process.cwd(),yt,xe,De)}function he(we,ft){let gt=Error.stackTraceLimit;Error.stackTraceLimit=0;try{let Qe=W(we);if(!Qe)return!1;switch(ft){case 0:return Qe.isFile();case 1:return Qe.isDirectory();default:return!1}}catch{return!1}finally{Error.stackTraceLimit=gt}}function Te(we){return he(we,0)}function Ve(we){return he(we,1)}function Pe(we){return xe(we).directories.slice()}function ke(we){return we.length<260?s.realpathSync.native(we):s.realpathSync(we)}function De(we){try{return R(we)}catch{return we}}function Be(we){var ft;let gt=Error.stackTraceLimit;Error.stackTraceLimit=0;try{return(ft=W(we))==null?void 0:ft.mtime}catch{return}finally{Error.stackTraceLimit=gt}}function lt(we,ft){try{s.utimesSync(we,ft,ft)}catch{return}}function ze(we){try{return s.unlinkSync(we)}catch{return}}function tt(we){let ft=m.createHash("sha256");return ft.update(we),ft.digest("hex")}}let n;return XW()&&(n=t()),n&&hue(n),n})();function POe(e){uu=e}uu&&uu.getEnvironmentVariable&&(Cvt(uu),M.setAssertionLevel(/^development$/i.test(uu.getEnvironmentVariable("NODE_ENV"))?1:0)),uu&&uu.debugMode&&(M.isDebugging=!0);var bc="/",v5="\\",NOe="://",Ovt=/\\/g;function TG(e){return e===47||e===92}function yue(e){return S5(e)<0}function op(e){return S5(e)>0}function bG(e){let t=S5(e);return t>0&&t===e.length}function rw(e){return S5(e)!==0}function zp(e){return/^\.\.?($|[\\/])/.test(e)}function EG(e){return!rw(e)&&!zp(e)}function PP(e){return Ul(e).includes(".")}function wc(e,t){return e.length>t.length&&Wc(e,t)}function Il(e,t){for(let n of t)if(wc(e,n))return!0;return!1}function yv(e){return e.length>0&&TG(e.charCodeAt(e.length-1))}function DOe(e){return e>=97&&e<=122||e>=65&&e<=90}function Rvt(e,t){let n=e.charCodeAt(t);if(n===58)return t+1;if(n===37&&e.charCodeAt(t+1)===51){let i=e.charCodeAt(t+2);if(i===97||i===65)return t+3}return-1}function S5(e){if(!e)return 0;let t=e.charCodeAt(0);if(t===47||t===92){if(e.charCodeAt(1)!==t)return 1;let i=e.indexOf(t===47?bc:v5,2);return i<0?e.length:i+1}if(DOe(t)&&e.charCodeAt(1)===58){let i=e.charCodeAt(2);if(i===47||i===92)return 3;if(e.length===2)return 2}let n=e.indexOf(NOe);if(n!==-1){let i=n+NOe.length,s=e.indexOf(bc,i);if(s!==-1){let a=e.slice(0,n),u=e.slice(i,s);if(a==="file"&&(u===""||u==="localhost")&&DOe(e.charCodeAt(s+1))){let m=Rvt(e,s+2);if(m!==-1){if(e.charCodeAt(m)===47)return~(m+1);if(m===e.length)return~m}}return~(s+1)}return~e.length}return 0}function Oh(e){let t=S5(e);return t<0?~t:t}function yi(e){e=Wu(e);let t=Oh(e);return t===e.length?e:(e=ZS(e),e.slice(0,Math.max(t,e.lastIndexOf(bc))))}function Ul(e,t,n){if(e=Wu(e),Oh(e)===e.length)return"";e=ZS(e);let s=e.slice(Math.max(Oh(e),e.lastIndexOf(bc)+1)),a=t!==void 0&&n!==void 0?NP(s,t,n):void 0;return a?s.slice(0,s.length-a.length):s}function IOe(e,t,n){if(fs(t,".")||(t="."+t),e.length>=t.length&&e.charCodeAt(e.length-t.length)===46){let i=e.slice(e.length-t.length);if(n(i,t))return i}}function Mvt(e,t,n){if(typeof t=="string")return IOe(e,t,n)||"";for(let i of t){let s=IOe(e,i,n);if(s)return s}return""}function NP(e,t,n){if(t)return Mvt(ZS(e),t,n?KS:Lx);let i=Ul(e),s=i.lastIndexOf(".");return s>=0?i.substring(s):""}function Lvt(e,t){let n=e.substring(0,t),i=e.substring(t).split(bc);return i.length&&!yc(i)&&i.pop(),[n,...i]}function yu(e,t=""){return e=ii(t,e),Lvt(e,Oh(e))}function _0(e,t){return e.length===0?"":(e[0]&&vu(e[0]))+e.slice(1,t).join(bc)}function Wu(e){return e.includes("\\")?e.replace(Ovt,bc):e}function Ux(e){if(!Dt(e))return[];let t=[e[0]];for(let n=1;n1){if(t[t.length-1]!==".."){t.pop();continue}}else if(t[0])continue}t.push(i)}}return t}function ii(e,...t){e&&(e=Wu(e));for(let n of t)n&&(n=Wu(n),!e||Oh(n)!==0?e=n:e=vu(e)+n);return e}function QS(e,...t){return eo(Dt(t)?ii(e,...t):Wu(e))}function C3(e,t){return Ux(yu(e,t))}function Cs(e,t){return _0(C3(e,t))}function eo(e){if(e=Wu(e),!CG.test(e))return e;let t=e.replace(/\/\.\//g,"/").replace(/^\.\//,"");if(t!==e&&(e=t,!CG.test(e)))return e;let n=_0(Ux(yu(e)));return n&&yv(e)?vu(n):n}function Fvt(e){return e.length===0?"":e.slice(1).join(bc)}function xG(e,t){return Fvt(C3(e,t))}function rc(e,t,n){let i=op(e)?eo(e):Cs(e,t);return n(i)}function ZS(e){return yv(e)?e.substr(0,e.length-1):e}function vu(e){return yv(e)?e:e+bc}function Vx(e){return!rw(e)&&!zp(e)?"./"+e:e}function A3(e,t,n,i){let s=n!==void 0&&i!==void 0?NP(e,n,i):NP(e);return s?e.slice(0,e.length-s.length)+(fs(t,".")?t:"."+t):e}function vue(e,t){let n=BY(e);return n?e.slice(0,e.length-n.length)+(fs(t,".")?t:"."+t):A3(e,t)}var CG=/(?:\/\/)|(?:^|\/)\.\.?(?:$|\/)/;function Sue(e,t,n){if(e===t)return 0;if(e===void 0)return-1;if(t===void 0)return 1;let i=e.substring(0,Oh(e)),s=t.substring(0,Oh(t)),a=v3(i,s);if(a!==0)return a;let u=e.substring(i.length),m=t.substring(s.length);if(!CG.test(u)&&!CG.test(m))return n(u,m);let d=Ux(yu(e)),S=Ux(yu(t)),E=Math.min(d.length,S.length);for(let x=1;x0==Oh(t)>0,"Paths must either both be absolute or both be relative");let a=kG(e,t,(typeof n=="boolean"?n:!1)?KS:Lx,typeof n=="function"?n:ec);return _0(a)}function nw(e,t,n){return op(e)?GC(t,e,t,n,!1):e}function iw(e,t,n){return Vx(Km(yi(e),t,n))}function GC(e,t,n,i,s){let a=kG(QS(n,e),QS(n,t),Lx,i),u=a[0];if(s&&op(u)){let m=u.charAt(0)===bc?"file://":"file:///";a[0]=m+u}return _0(a)}function Am(e,t){for(;;){let n=t(e);if(n!==void 0)return n;let i=yi(e);if(i===e)return;e=i}}function T5(e){return Wc(e,"/node_modules")}function N(e,t,n,i,s,a,u){return{code:e,category:t,key:n,message:i,reportsUnnecessary:s,elidedInCompatabilityPyramid:a,reportsDeprecated:u}}var v={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."),ESM_syntax_is_not_allowed_in_a_CommonJS_module_when_verbatimModuleSyntax_is_enabled:N(1286,1,"ESM_syntax_is_not_allowed_in_a_CommonJS_module_when_verbatimModuleSyntax_is_enabled_1286","ESM syntax is not allowed in a CommonJS module when 'verbatimModuleSyntax' is enabled."),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 }'."),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_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', or 'nodenext'."),Dynamic_imports_only_support_a_second_argument_when_the_module_option_is_set_to_esnext_node16_or_nodenext:N(1324,1,"Dynamic_imports_only_support_a_second_argument_when_the_module_option_is_set_to_esnext_node16_or_nod_1324","Dynamic imports only support a second argument when the '--module' option is set to 'esnext', 'node16', or 'nodenext'."),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_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', 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_assertions_can_only_be_applied_to_references_to_enum_members_or_string_number_boolean_array_or_object_literals:N(1355,1,"A_const_assertions_can_only_be_applied_to_references_to_enum_members_or_string_number_boolean_array__1355","A 'const' assertions 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_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', '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_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', '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."),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}'."),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."),Initializer_provides_no_value_for_this_binding_element_and_the_binding_element_has_no_default_value:N(2525,1,"Initializer_provides_no_value_for_this_binding_element_and_the_binding_element_has_no_default_value_2525","Initializer provides no value for this binding element and the binding element has no default value."),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_with_module_0:N(2725,1,"Class_name_cannot_be_Object_when_targeting_ES5_with_module_0_2725","Class name cannot be 'Object' when targeting ES5 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:N(2815,1,"arguments_cannot_be_referenced_in_property_initializers_2815","'arguments' cannot be referenced in property initializers."),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_nodenext_or_preserve:N(2821,1,"Import_assertions_are_only_supported_when_the_module_option_is_set_to_esnext_nodenext_or_preserve_2821","Import assertions are only supported when the '--module' option is set to 'esnext', '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_nodenext_or_preserve:N(2823,1,"Import_attributes_are_only_supported_when_the_module_option_is_set_to_esnext_nodenext_or_preserve_2823","Import attributes are only supported when the '--module' option is set to 'esnext', '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_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', '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."),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_class_expression_may_not_be_private_or_protected:N(4094,1,"Property_0_of_exported_class_expression_may_not_be_private_or_protected_4094","Property '{0}' of exported class expression 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."),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}'."),Cannot_read_file_0_Colon_1:N(5012,1,"Cannot_read_file_0_Colon_1_5012","Cannot read file '{0}': {1}."),Failed_to_parse_file_0_Colon_1:N(5014,1,"Failed_to_parse_file_0_Colon_1_5014","Failed to parse 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_or_to_es2015_or_later:N(5095,1,"Option_0_can_only_be_used_when_module_is_set_to_preserve_or_to_es2015_or_later_5095","Option '{0}' can only be used when 'module' is set to 'preserve' or to 'es2015' or later."),Option_allowImportingTsExtensions_can_only_be_used_when_either_noEmit_or_emitDeclarationOnly_is_set:N(5096,1,"Option_allowImportingTsExtensions_can_only_be_used_when_either_noEmit_or_emitDeclarationOnly_is_set_5096","Option 'allowImportingTsExtensions' can only be used when either 'noEmit' or 'emitDeclarationOnly' 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}'."),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}'."),Module_0_was_resolved_as_ambient_module_declared_in_1_since_this_file_was_not_modified:N(6145,3,"Module_0_was_resolved_as_ambient_module_declared_in_1_since_this_file_was_not_modified_6145","Module '{0}' was resolved as ambient module declared in '{1}' since this file was not modified."),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}'."),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}."),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."),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."),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)."),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:"),module_system_or_esModuleInterop:N(6904,3,"module_system_or_esModuleInterop_6904",'module === "system" or esModuleInterop'),false_unless_strict_is_set:N(6905,3,"false_unless_strict_is_set_6905","`false`, unless `strict` is set"),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"),module_AMD_or_UMD_or_System_or_ES6_then_Classic_Otherwise_Node:N(69010,3,"module_AMD_or_UMD_or_System_or_ES6_then_Classic_Otherwise_Node_69010","module === `AMD` or `UMD` or `System` or `ES6`, then `Classic`, Otherwise `Node`"),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."),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_because_it_does_not_yield_any_values_Consider_supplying_a_return_type_annotation:N(7025,1,"Generator_implicitly_has_yield_type_0_because_it_does_not_yield_any_values_Consider_supplying_a_retu_7025","Generator implicitly has yield type '{0}' because it does not yield any values. 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_return_type_annotation_with_isolatedDeclarations:N(9009,1,"At_least_one_accessor_must_have_an_explicit_return_type_annotation_with_isolatedDeclarations_9009","At least one accessor must have an explicit return 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_it_s_type_This_is_not_supported_with_isolatedDeclarations:N(9025,1,"Declaration_emit_for_this_parameter_requires_implicitly_adding_undefined_to_it_s_type_This_is_not_su_9025","Declaration emit for this parameter requires implicitly adding undefined to it's 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"),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.")};function j_(e){return e>=80}function Tue(e){return e===32||j_(e)}var b5={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,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},jvt=new Map(Object.entries(b5)),ROe=new Map(Object.entries({...b5,"{":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,"":31,">>":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})),MOe=new Map(Object.entries({d:1,g:2,i:4,m:8,s:16,u:32,v:64,y:128})),Bvt=new Map([[1,9],[16,5],[32,2],[64,99],[128,2]]),Uvt=[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],Vvt=[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],Jvt=[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],qvt=[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],zvt=/^\/\/\/?\s*@(ts-expect-error|ts-ignore)/,Wvt=/^(?:\/|\*)*\s*@(ts-expect-error|ts-ignore)/,Gvt=/@(?:see|link)/i;function PG(e,t){if(e=2?PG(e,Jvt):PG(e,Uvt)}function Hvt(e,t){return t>=2?PG(e,qvt):PG(e,Vvt)}function LOe(e){let t=[];return e.forEach((n,i)=>{t[n]=i}),t}var $vt=LOe(ROe);function bo(e){return $vt[e]}function Jb(e){return ROe.get(e)}var Yvt=LOe(MOe);function FOe(e){return Yvt[e]}function NG(e){return MOe.get(e)}function HC(e){let t=[],n=0,i=0;for(;n127&&T_(s)&&(t.push(i),i=n);break}}return t.push(i),t}function k3(e,t,n,i){return e.getPositionOfLineAndCharacter?e.getPositionOfLineAndCharacter(t,n,i):x5(vy(e),t,n,e.text,i)}function x5(e,t,n,i,s){(t<0||t>=e.length)&&(s?t=t<0?0:t>=e.length?e.length-1:t:M.fail(`Bad line number. Line: ${t}, lineStarts.length: ${e.length} , line map is correct? ${i!==void 0?Ub(e,HC(i)):"unknown"}`));let a=e[t]+n;return s?a>e[t+1]?e[t+1]:typeof i=="string"&&a>i.length?i.length:a:(t=8192&&e<=8203||e===8239||e===8287||e===12288||e===65279}function T_(e){return e===10||e===13||e===8232||e===8233}function IP(e){return e>=48&&e<=57}function bue(e){return IP(e)||e>=65&&e<=70||e>=97&&e<=102}function Eue(e){return e>=65&&e<=90||e>=97&&e<=122}function jOe(e){return Eue(e)||IP(e)||e===95}function C5(e){return e>=48&&e<=55}function xue(e,t){let n=e.charCodeAt(t);switch(n){case 13:case 10:case 9:case 11:case 12:case 32:case 47:case 60:case 124:case 61:case 62:return!0;case 35:return t===0;default:return n>127}}function zo(e,t,n,i,s){if(rg(t))return t;let a=!1;for(;;){let u=e.charCodeAt(t);switch(u){case 13:e.charCodeAt(t+1)===10&&t++;case 10:if(t++,n)return t;a=!!s;continue;case 9:case 11:case 12:case 32:t++;continue;case 47:if(i)break;if(e.charCodeAt(t+1)===47){for(t+=2;t127&&Sy(u)){t++;continue}break}return t}}var DG=7;function aw(e,t){if(M.assert(t>=0),t===0||T_(e.charCodeAt(t-1))){let n=e.charCodeAt(t);if(t+DG=0&&n127&&Sy(R)){x&&T_(R)&&(E=!0),n++;continue}break e}}return x&&(I=s(m,d,S,E,a,I)),I}function N3(e,t,n,i){return OG(!1,e,t,!1,n,i)}function D3(e,t,n,i){return OG(!1,e,t,!0,n,i)}function Aue(e,t,n,i,s){return OG(!0,e,t,!1,n,i,s)}function kue(e,t,n,i,s){return OG(!0,e,t,!0,n,i,s)}function BOe(e,t,n,i,s,a=[]){return a.push({kind:n,pos:e,end:t,hasTrailingNewLine:i}),a}function Ty(e,t){return Aue(e,t,BOe,void 0,void 0)}function L1(e,t){return kue(e,t,BOe,void 0,void 0)}function A5(e){let t=Cue.exec(e);if(t)return t[0]}function by(e,t){return Eue(e)||e===36||e===95||e>127&&E5(e,t)}function vv(e,t,n){return jOe(e)||e===36||(n===1?e===45||e===58:!1)||e>127&&Hvt(e,t)}function ap(e,t,n){let i=cw(e,0);if(!by(i,t))return!1;for(let s=Rh(i);sE,getStartPos:()=>E,getTokenEnd:()=>d,getTextPos:()=>d,getToken:()=>D,getTokenStart:()=>x,getTokenPos:()=>x,getTokenText:()=>m.substring(x,d),getTokenValue:()=>I,hasUnicodeEscape:()=>(R&1024)!==0,hasExtendedUnicodeEscape:()=>(R&8)!==0,hasPrecedingLineBreak:()=>(R&1)!==0,hasPrecedingJSDocComment:()=>(R&2)!==0,isIdentifier:()=>D===80||D>118,isReservedWord:()=>D>=83&&D<=118,isUnterminated:()=>(R&4)!==0,getCommentDirectives:()=>L,getNumericLiteralFlags:()=>R&25584,getTokenFlags:()=>R,reScanGreaterToken:Qe,reScanAsteriskEqualsToken:yt,reScanSlashToken:ir,reScanTemplateToken:ur,reScanTemplateHeadOrNoSubstitutionTemplate:tn,scanJsxIdentifier:Ri,scanJsxAttributeValue:$r,reScanJsxAttributeValue:Qs,reScanJsxToken:Mi,reScanLessThanToken:br,reScanHashToken:Di,reScanQuestionToken:As,reScanInvalidIdentifier:ft,scanJsxToken:os,scanJsDocToken:Xt,scanJSDocCommentTextToken:He,scan:tt,getText:Vi,clearCommentDirectives:uo,setText:Ys,setScriptTarget:ia,setLanguageVariant:ut,setScriptKind:Tt,setJSDocParsingMode:fe,setOnError:Sr,resetTokenState:St,setTextPos:St,setSkipJsDocLeadingAsterisks:Ce,hasLeadingAsterisks:it,tryScan:ki,lookAhead:Ti,scanRange:Pn};return M.isDebugging&&Object.defineProperty(ee,"__debugShowCurrentPositionInText",{get:()=>{let Me=ee.getText();return Me.slice(0,ee.getTokenFullStart())+"\u2551"+Me.slice(ee.getTokenFullStart())}}),ee;function W(Me){return cw(m,Me)}function pe(Me){return Me>=0&&Me=0&&Me=65&&It<=70)It+=32;else if(!(It>=48&&It<=57||It>=97&&It<=102))break;nr.push(It),d++,Nt=!1}return nr.length=S){pt+=m.substring(nr,d),R|=4,ue(v.Unterminated_string_literal);break}let Oe=K(d);if(Oe===rt){pt+=m.substring(nr,d),d++;break}if(Oe===92&&!Me){pt+=m.substring(nr,d),pt+=Te(3),nr=d;continue}if((Oe===10||Oe===13)&&!Me){pt+=m.substring(nr,d),R|=4,ue(v.Unterminated_string_literal);break}d++}return pt}function he(Me){let rt=K(d)===96;d++;let pt=d,nr="",Oe;for(;;){if(d>=S){nr+=m.substring(pt,d),R|=4,ue(v.Unterminated_template_literal),Oe=rt?15:18;break}let Nt=K(d);if(Nt===96){nr+=m.substring(pt,d),d++,Oe=rt?15:18;break}if(Nt===36&&d+1=S)return ue(v.Unexpected_end_of_text),"";let pt=K(d);switch(d++,pt){case 48:if(d>=S||!IP(K(d)))return"\0";case 49:case 50:case 51:d=55296&&nr<=56319&&d+6=56320&&Vt<=57343)return d=It,Oe+String.fromCharCode(Vt)}return Oe;case 120:for(;d