prettier 3.0.0-alpha.0 → 3.0.0-alpha.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +51 -67
- package/{bin-prettier.js → bin/prettier.cjs} +2 -2
- package/doc.js +438 -221
- package/doc.mjs +1490 -0
- package/index.cjs +532 -0
- package/{index.js → index.mjs} +4411 -5763
- package/{cli.mjs → internal/cli.mjs} +150 -94
- package/{third-party.js → internal/third-party.mjs} +129 -100
- package/package.json +139 -6
- package/plugins/acorn-and-espree.js +13 -0
- package/plugins/acorn-and-espree.mjs +13 -0
- package/plugins/angular.js +2 -0
- package/plugins/angular.mjs +2 -0
- package/plugins/babel.js +16 -0
- package/plugins/babel.mjs +16 -0
- package/plugins/flow.js +21 -0
- package/plugins/flow.mjs +21 -0
- package/{parser-glimmer.js → plugins/glimmer.js} +9 -9
- package/{esm/parser-glimmer.mjs → plugins/glimmer.mjs} +10 -10
- package/plugins/graphql.js +9 -0
- package/plugins/graphql.mjs +9 -0
- package/plugins/html.js +29 -0
- package/plugins/html.mjs +29 -0
- package/plugins/markdown.js +39 -0
- package/plugins/markdown.mjs +39 -0
- package/plugins/meriyah.js +6 -0
- package/plugins/meriyah.mjs +6 -0
- package/plugins/postcss.js +50 -0
- package/plugins/postcss.mjs +50 -0
- package/plugins/typescript.js +242 -0
- package/plugins/typescript.mjs +242 -0
- package/{parser-yaml.js → plugins/yaml.js} +1 -1
- package/{esm/parser-yaml.mjs → plugins/yaml.mjs} +1 -1
- package/standalone.js +70 -87
- package/standalone.mjs +107 -0
- package/esm/parser-angular.mjs +0 -2
- package/esm/parser-babel.mjs +0 -18
- package/esm/parser-espree.mjs +0 -15
- package/esm/parser-flow.mjs +0 -23
- package/esm/parser-graphql.mjs +0 -9
- package/esm/parser-html.mjs +0 -28
- package/esm/parser-markdown.mjs +0 -60
- package/esm/parser-meriyah.mjs +0 -8
- package/esm/parser-postcss.mjs +0 -53
- package/esm/parser-typescript.mjs +0 -269
- package/esm/standalone.mjs +0 -124
- package/parser-angular.js +0 -2
- package/parser-babel.js +0 -18
- package/parser-espree.js +0 -15
- package/parser-flow.js +0 -23
- package/parser-graphql.js +0 -9
- package/parser-html.js +0 -28
- package/parser-markdown.js +0 -60
- package/parser-meriyah.js +0 -8
- package/parser-postcss.js +0 -53
- package/parser-typescript.js +0 -269
|
@@ -0,0 +1,242 @@
|
|
|
1
|
+
var W2=Object.create;var bp=Object.defineProperty;var H2=Object.getOwnPropertyDescriptor;var G2=Object.getOwnPropertyNames;var X2=Object.getPrototypeOf,$2=Object.prototype.hasOwnProperty;var Bl=(e,t)=>()=>(e&&(t=e(e=0)),t);var Gt=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),Tp=(e,t)=>{for(var a in t)bp(e,a,{get:t[a],enumerable:!0})},Cm=(e,t,a,_)=>{if(t&&typeof t=="object"||typeof t=="function")for(let d of G2(t))!$2.call(e,d)&&d!==a&&bp(e,d,{get:()=>t[d],enumerable:!(_=H2(t,d))||_.enumerable});return e};var wm=(e,t,a)=>(a=e!=null?W2(X2(e)):{},Cm(t||!e||!e.__esModule?bp(a,"default",{value:e,enumerable:!0}):a,e)),la=e=>Cm(bp({},"__esModule",{value:!0}),e);var vt,ge=Bl(()=>{vt={env:{},argv:[]}});var Lm=Gt(Tc=>{"use strict";ge();Object.defineProperty(Tc,"__esModule",{value:!0});Tc.extract=iv;Tc.parse=ov;Tc.parseWithComments=Mm;Tc.print=sv;Tc.strip=av;var Z2=/\*\/$/,ev=/^\/\*\*?/,Nm=/^\s*(\/\*\*?(.|\r?\n)*?\*\/)/,tv=/(^|\s+)\/\/([^\r\n]*)/g,km=/^(\r?\n)+/,rv=/(?:^|\r?\n) *(@[^\r\n]*?) *\r?\n *(?![^@\r\n]*\/\/[^]*)([^@\r\n\s][^@\r\n]+?) *\r?\n/g,Pm=/(?:^|\r?\n) *@(\S+) *([^\r\n]*)/g,nv=/(\r?\n|^) *\* ?/g,Om=[];function iv(e){let t=e.match(Nm);return t?t[0].trimLeft():""}function av(e){let t=e.match(Nm);return t&&t[0]?e.substring(t[0].length):e}function ov(e){return Mm(e).pragmas}function Mm(e){let t=`
|
|
2
|
+
`;e=e.replace(ev,"").replace(Z2,"").replace(nv,"$1");let a="";for(;a!==e;)a=e,e=e.replace(rv,`${t}$1 $2${t}`);e=e.replace(km,"").trimRight();let _=Object.create(null),d=e.replace(Pm,"").replace(km,"").trimRight(),x;for(;x=Pm.exec(e);){let $=x[2].replace(tv,"");typeof _[x[1]]=="string"||Array.isArray(_[x[1]])?_[x[1]]=Om.concat(_[x[1]],$):_[x[1]]=$}return{comments:d,pragmas:_}}function sv({comments:e="",pragmas:t={}}){let a=`
|
|
3
|
+
`,_="/**",d=" *",x=" */",$=Object.keys(t),Y=$.map(K=>Im(K,t[K])).reduce((K,qe)=>K.concat(qe),[]).map(K=>`${d} ${K}${a}`).join("");if(!e){if($.length===0)return"";if($.length===1&&!Array.isArray(t[$[0]])){let K=t[$[0]];return`${_} ${Im($[0],K)[0]}${x}`}}let w=e.split(a).map(K=>`${d} ${K}`).join(a)+a;return _+a+(e?w:"")+(e&&$.length?d+a:"")+Y+x}function Im(e,t){return Om.concat(t).map(a=>`@${e} ${a}`.trim())}});var b_={};Tp(b_,{default:()=>kv});var Av,kv,T_=Bl(()=>{ge();Av=()=>()=>{},kv=Av});var $m=Gt((y8,Xm)=>{ge();Xm.exports=function(t){if(typeof t!="string"||t==="")return!1;for(var a;a=/(\\).|([@?!+*]\(.*\))/g.exec(t);){if(a[2])return!0;t=t.slice(a.index+a[0].length)}return!1}});var Ym=Gt((v8,Qm)=>{ge();var Pv=$m(),Vm={"{":"}","(":")","[":"]"},Iv=function(e){if(e[0]==="!")return!0;for(var t=0,a=-2,_=-2,d=-2,x=-2,$=-2;t<e.length;){if(e[t]==="*"||e[t+1]==="?"&&/[\].+)]/.test(e[t])||_!==-1&&e[t]==="["&&e[t+1]!=="]"&&(_<t&&(_=e.indexOf("]",t)),_>t&&($===-1||$>_||($=e.indexOf("\\",t),$===-1||$>_)))||d!==-1&&e[t]==="{"&&e[t+1]!=="}"&&(d=e.indexOf("}",t),d>t&&($=e.indexOf("\\",t),$===-1||$>d))||x!==-1&&e[t]==="("&&e[t+1]==="?"&&/[:!=]/.test(e[t+2])&&e[t+3]!==")"&&(x=e.indexOf(")",t),x>t&&($=e.indexOf("\\",t),$===-1||$>x))||a!==-1&&e[t]==="("&&e[t+1]!=="|"&&(a<t&&(a=e.indexOf("|",t)),a!==-1&&e[a+1]!==")"&&(x=e.indexOf(")",a),x>a&&($=e.indexOf("\\",a),$===-1||$>x))))return!0;if(e[t]==="\\"){var Y=e[t+1];t+=2;var w=Vm[Y];if(w){var K=e.indexOf(w,t);K!==-1&&(t=K+1)}if(e[t]==="!")return!0}else t++}return!1},Nv=function(e){if(e[0]==="!")return!0;for(var t=0;t<e.length;){if(/[*?{}()[\]]/.test(e[t]))return!0;if(e[t]==="\\"){var a=e[t+1];t+=2;var _=Vm[a];if(_){var d=e.indexOf(_,t);d!==-1&&(t=d+1)}if(e[t]==="!")return!0}else t++}return!1};Qm.exports=function(t,a){if(typeof t!="string"||t==="")return!1;if(Pv(t))return!0;var _=Iv;return a&&a.strict===!1&&(_=Nv),_(t)}});var sg={};Tp(sg,{basename:()=>ag,default:()=>Mv,delimiter:()=>ng,dirname:()=>ig,extname:()=>og,isAbsolute:()=>Pf,join:()=>eg,normalize:()=>kf,relative:()=>tg,resolve:()=>Ep,sep:()=>rg});function Zm(e,t){for(var a=0,_=e.length-1;_>=0;_--){var d=e[_];d==="."?e.splice(_,1):d===".."?(e.splice(_,1),a++):a&&(e.splice(_,1),a--)}if(t)for(;a--;a)e.unshift("..");return e}function Ep(){for(var e="",t=!1,a=arguments.length-1;a>=-1&&!t;a--){var _=a>=0?arguments[a]:"/";if(typeof _!="string")throw new TypeError("Arguments to path.resolve must be strings");if(!_)continue;e=_+"/"+e,t=_.charAt(0)==="/"}return e=Zm(If(e.split("/"),function(d){return!!d}),!t).join("/"),(t?"/":"")+e||"."}function kf(e){var t=Pf(e),a=Lv(e,-1)==="/";return e=Zm(If(e.split("/"),function(_){return!!_}),!t).join("/"),!e&&!t&&(e="."),e&&a&&(e+="/"),(t?"/":"")+e}function Pf(e){return e.charAt(0)==="/"}function eg(){var e=Array.prototype.slice.call(arguments,0);return kf(If(e,function(t,a){if(typeof t!="string")throw new TypeError("Arguments to path.join must be strings");return t}).join("/"))}function tg(e,t){e=Ep(e).substr(1),t=Ep(t).substr(1);function a(K){for(var qe=0;qe<K.length&&K[qe]==="";qe++);for(var ye=K.length-1;ye>=0&&K[ye]==="";ye--);return qe>ye?[]:K.slice(qe,ye-qe+1)}for(var _=a(e.split("/")),d=a(t.split("/")),x=Math.min(_.length,d.length),$=x,Y=0;Y<x;Y++)if(_[Y]!==d[Y]){$=Y;break}for(var w=[],Y=$;Y<_.length;Y++)w.push("..");return w=w.concat(d.slice($)),w.join("/")}function ig(e){var t=Af(e),a=t[0],_=t[1];return!a&&!_?".":(_&&(_=_.substr(0,_.length-1)),a+_)}function ag(e,t){var a=Af(e)[2];return t&&a.substr(-1*t.length)===t&&(a=a.substr(0,a.length-t.length)),a}function og(e){return Af(e)[3]}function If(e,t){if(e.filter)return e.filter(t);for(var a=[],_=0;_<e.length;_++)t(e[_],_,e)&&a.push(e[_]);return a}var Ov,Af,rg,ng,Mv,Lv,_g=Bl(()=>{ge();Ov=/^(\/?|)([\s\S]*?)((?:\.{1,2}|[^\/]+?|)(\.[^.\/]*|))(?:[\/]*)$/,Af=function(e){return Ov.exec(e).slice(1)};rg="/",ng=":";Mv={extname:og,basename:ag,dirname:ig,sep:rg,delimiter:ng,relative:tg,join:eg,isAbsolute:Pf,normalize:kf,resolve:Ep};Lv="ab".substr(-1)==="b"?function(e,t,a){return e.substr(t,a)}:function(e,t,a){return t<0&&(t=e.length+t),e.substr(t,a)}});var Sc=Gt((x8,Cp)=>{ge();var xc=(_g(),la(sg));if(xc&&xc.default){Cp.exports=xc.default;for(let e in xc)Cp.exports[e]=xc[e]}else xc&&(Cp.exports=xc)});var Wl=Gt((D8,cg)=>{ge();var Rv="2.0.0",Jv=Number.MAX_SAFE_INTEGER||9007199254740991,Fv=16;cg.exports={SEMVER_SPEC_VERSION:Rv,MAX_LENGTH:256,MAX_SAFE_INTEGER:Jv,MAX_SAFE_COMPONENT_LENGTH:Fv}});var Hl=Gt((C8,ug)=>{ge();var jv=typeof vt=="object"&&vt.env&&vt.env.NODE_DEBUG&&/\bsemver\b/i.test(vt.env.NODE_DEBUG)?(...e)=>console.error("SEMVER",...e):()=>{};ug.exports=jv});var Dc=Gt((x_,lg)=>{ge();var{MAX_SAFE_COMPONENT_LENGTH:Nf}=Wl(),Bv=Hl();x_=lg.exports={};var qv=x_.re=[],kr=x_.src=[],Pr=x_.t={},Uv=0,mn=(e,t,a)=>{let _=Uv++;Bv(e,_,t),Pr[e]=_,kr[_]=t,qv[_]=new RegExp(t,a?"g":void 0)};mn("NUMERICIDENTIFIER","0|[1-9]\\d*");mn("NUMERICIDENTIFIERLOOSE","[0-9]+");mn("NONNUMERICIDENTIFIER","\\d*[a-zA-Z-][a-zA-Z0-9-]*");mn("MAINVERSION",`(${kr[Pr.NUMERICIDENTIFIER]})\\.(${kr[Pr.NUMERICIDENTIFIER]})\\.(${kr[Pr.NUMERICIDENTIFIER]})`);mn("MAINVERSIONLOOSE",`(${kr[Pr.NUMERICIDENTIFIERLOOSE]})\\.(${kr[Pr.NUMERICIDENTIFIERLOOSE]})\\.(${kr[Pr.NUMERICIDENTIFIERLOOSE]})`);mn("PRERELEASEIDENTIFIER",`(?:${kr[Pr.NUMERICIDENTIFIER]}|${kr[Pr.NONNUMERICIDENTIFIER]})`);mn("PRERELEASEIDENTIFIERLOOSE",`(?:${kr[Pr.NUMERICIDENTIFIERLOOSE]}|${kr[Pr.NONNUMERICIDENTIFIER]})`);mn("PRERELEASE",`(?:-(${kr[Pr.PRERELEASEIDENTIFIER]}(?:\\.${kr[Pr.PRERELEASEIDENTIFIER]})*))`);mn("PRERELEASELOOSE",`(?:-?(${kr[Pr.PRERELEASEIDENTIFIERLOOSE]}(?:\\.${kr[Pr.PRERELEASEIDENTIFIERLOOSE]})*))`);mn("BUILDIDENTIFIER","[0-9A-Za-z-]+");mn("BUILD",`(?:\\+(${kr[Pr.BUILDIDENTIFIER]}(?:\\.${kr[Pr.BUILDIDENTIFIER]})*))`);mn("FULLPLAIN",`v?${kr[Pr.MAINVERSION]}${kr[Pr.PRERELEASE]}?${kr[Pr.BUILD]}?`);mn("FULL",`^${kr[Pr.FULLPLAIN]}$`);mn("LOOSEPLAIN",`[v=\\s]*${kr[Pr.MAINVERSIONLOOSE]}${kr[Pr.PRERELEASELOOSE]}?${kr[Pr.BUILD]}?`);mn("LOOSE",`^${kr[Pr.LOOSEPLAIN]}$`);mn("GTLT","((?:<|>)?=?)");mn("XRANGEIDENTIFIERLOOSE",`${kr[Pr.NUMERICIDENTIFIERLOOSE]}|x|X|\\*`);mn("XRANGEIDENTIFIER",`${kr[Pr.NUMERICIDENTIFIER]}|x|X|\\*`);mn("XRANGEPLAIN",`[v=\\s]*(${kr[Pr.XRANGEIDENTIFIER]})(?:\\.(${kr[Pr.XRANGEIDENTIFIER]})(?:\\.(${kr[Pr.XRANGEIDENTIFIER]})(?:${kr[Pr.PRERELEASE]})?${kr[Pr.BUILD]}?)?)?`);mn("XRANGEPLAINLOOSE",`[v=\\s]*(${kr[Pr.XRANGEIDENTIFIERLOOSE]})(?:\\.(${kr[Pr.XRANGEIDENTIFIERLOOSE]})(?:\\.(${kr[Pr.XRANGEIDENTIFIERLOOSE]})(?:${kr[Pr.PRERELEASELOOSE]})?${kr[Pr.BUILD]}?)?)?`);mn("XRANGE",`^${kr[Pr.GTLT]}\\s*${kr[Pr.XRANGEPLAIN]}$`);mn("XRANGELOOSE",`^${kr[Pr.GTLT]}\\s*${kr[Pr.XRANGEPLAINLOOSE]}$`);mn("COERCE",`(^|[^\\d])(\\d{1,${Nf}})(?:\\.(\\d{1,${Nf}}))?(?:\\.(\\d{1,${Nf}}))?(?:$|[^\\d])`);mn("COERCERTL",kr[Pr.COERCE],!0);mn("LONETILDE","(?:~>?)");mn("TILDETRIM",`(\\s*)${kr[Pr.LONETILDE]}\\s+`,!0);x_.tildeTrimReplace="$1~";mn("TILDE",`^${kr[Pr.LONETILDE]}${kr[Pr.XRANGEPLAIN]}$`);mn("TILDELOOSE",`^${kr[Pr.LONETILDE]}${kr[Pr.XRANGEPLAINLOOSE]}$`);mn("LONECARET","(?:\\^)");mn("CARETTRIM",`(\\s*)${kr[Pr.LONECARET]}\\s+`,!0);x_.caretTrimReplace="$1^";mn("CARET",`^${kr[Pr.LONECARET]}${kr[Pr.XRANGEPLAIN]}$`);mn("CARETLOOSE",`^${kr[Pr.LONECARET]}${kr[Pr.XRANGEPLAINLOOSE]}$`);mn("COMPARATORLOOSE",`^${kr[Pr.GTLT]}\\s*(${kr[Pr.LOOSEPLAIN]})$|^$`);mn("COMPARATOR",`^${kr[Pr.GTLT]}\\s*(${kr[Pr.FULLPLAIN]})$|^$`);mn("COMPARATORTRIM",`(\\s*)${kr[Pr.GTLT]}\\s*(${kr[Pr.LOOSEPLAIN]}|${kr[Pr.XRANGEPLAIN]})`,!0);x_.comparatorTrimReplace="$1$2$3";mn("HYPHENRANGE",`^\\s*(${kr[Pr.XRANGEPLAIN]})\\s+-\\s+(${kr[Pr.XRANGEPLAIN]})\\s*$`);mn("HYPHENRANGELOOSE",`^\\s*(${kr[Pr.XRANGEPLAINLOOSE]})\\s+-\\s+(${kr[Pr.XRANGEPLAINLOOSE]})\\s*$`);mn("STAR","(<|>)?=?\\s*\\*");mn("GTE0","^\\s*>=\\s*0\\.0\\.0\\s*$");mn("GTE0PRE","^\\s*>=\\s*0\\.0\\.0-0\\s*$")});var Gl=Gt((k8,pg)=>{ge();var zv=["includePrerelease","loose","rtl"],Kv=e=>e?typeof e!="object"?{loose:!0}:zv.filter(t=>e[t]).reduce((t,a)=>(t[a]=!0,t),{}):{};pg.exports=Kv});var wp=Gt((I8,mg)=>{ge();var fg=/^[0-9]+$/,dg=(e,t)=>{let a=fg.test(e),_=fg.test(t);return a&&_&&(e=+e,t=+t),e===t?0:a&&!_?-1:_&&!a?1:e<t?-1:1},Wv=(e,t)=>dg(t,e);mg.exports={compareIdentifiers:dg,rcompareIdentifiers:Wv}});var Da=Gt((O8,vg)=>{ge();var Ap=Hl(),{MAX_LENGTH:gg,MAX_SAFE_INTEGER:kp}=Wl(),{re:yg,t:hg}=Dc(),Hv=Gl(),{compareIdentifiers:Fu}=wp(),no=class{constructor(t,a){if(a=Hv(a),t instanceof no){if(t.loose===!!a.loose&&t.includePrerelease===!!a.includePrerelease)return t;t=t.version}else if(typeof t!="string")throw new TypeError(`Invalid Version: ${t}`);if(t.length>gg)throw new TypeError(`version is longer than ${gg} characters`);Ap("SemVer",t,a),this.options=a,this.loose=!!a.loose,this.includePrerelease=!!a.includePrerelease;let _=t.trim().match(a.loose?yg[hg.LOOSE]:yg[hg.FULL]);if(!_)throw new TypeError(`Invalid Version: ${t}`);if(this.raw=t,this.major=+_[1],this.minor=+_[2],this.patch=+_[3],this.major>kp||this.major<0)throw new TypeError("Invalid major version");if(this.minor>kp||this.minor<0)throw new TypeError("Invalid minor version");if(this.patch>kp||this.patch<0)throw new TypeError("Invalid patch version");_[4]?this.prerelease=_[4].split(".").map(d=>{if(/^[0-9]+$/.test(d)){let x=+d;if(x>=0&&x<kp)return x}return d}):this.prerelease=[],this.build=_[5]?_[5].split("."):[],this.format()}format(){return this.version=`${this.major}.${this.minor}.${this.patch}`,this.prerelease.length&&(this.version+=`-${this.prerelease.join(".")}`),this.version}toString(){return this.version}compare(t){if(Ap("SemVer.compare",this.version,this.options,t),!(t instanceof no)){if(typeof t=="string"&&t===this.version)return 0;t=new no(t,this.options)}return t.version===this.version?0:this.compareMain(t)||this.comparePre(t)}compareMain(t){return t instanceof no||(t=new no(t,this.options)),Fu(this.major,t.major)||Fu(this.minor,t.minor)||Fu(this.patch,t.patch)}comparePre(t){if(t instanceof no||(t=new no(t,this.options)),this.prerelease.length&&!t.prerelease.length)return-1;if(!this.prerelease.length&&t.prerelease.length)return 1;if(!this.prerelease.length&&!t.prerelease.length)return 0;let a=0;do{let _=this.prerelease[a],d=t.prerelease[a];if(Ap("prerelease compare",a,_,d),_===void 0&&d===void 0)return 0;if(d===void 0)return 1;if(_===void 0)return-1;if(_===d)continue;return Fu(_,d)}while(++a)}compareBuild(t){t instanceof no||(t=new no(t,this.options));let a=0;do{let _=this.build[a],d=t.build[a];if(Ap("prerelease compare",a,_,d),_===void 0&&d===void 0)return 0;if(d===void 0)return 1;if(_===void 0)return-1;if(_===d)continue;return Fu(_,d)}while(++a)}inc(t,a){switch(t){case"premajor":this.prerelease.length=0,this.patch=0,this.minor=0,this.major++,this.inc("pre",a);break;case"preminor":this.prerelease.length=0,this.patch=0,this.minor++,this.inc("pre",a);break;case"prepatch":this.prerelease.length=0,this.inc("patch",a),this.inc("pre",a);break;case"prerelease":this.prerelease.length===0&&this.inc("patch",a),this.inc("pre",a);break;case"major":(this.minor!==0||this.patch!==0||this.prerelease.length===0)&&this.major++,this.minor=0,this.patch=0,this.prerelease=[];break;case"minor":(this.patch!==0||this.prerelease.length===0)&&this.minor++,this.patch=0,this.prerelease=[];break;case"patch":this.prerelease.length===0&&this.patch++,this.prerelease=[];break;case"pre":if(this.prerelease.length===0)this.prerelease=[0];else{let _=this.prerelease.length;for(;--_>=0;)typeof this.prerelease[_]=="number"&&(this.prerelease[_]++,_=-2);_===-1&&this.prerelease.push(0)}a&&(Fu(this.prerelease[0],a)===0?isNaN(this.prerelease[1])&&(this.prerelease=[a,0]):this.prerelease=[a,0]);break;default:throw new Error(`invalid increment argument: ${t}`)}return this.format(),this.raw=this.version,this}};vg.exports=no});var Ec=Gt((L8,Sg)=>{ge();var{MAX_LENGTH:Gv}=Wl(),{re:bg,t:Tg}=Dc(),xg=Da(),Xv=Gl(),$v=(e,t)=>{if(t=Xv(t),e instanceof xg)return e;if(typeof e!="string"||e.length>Gv||!(t.loose?bg[Tg.LOOSE]:bg[Tg.FULL]).test(e))return null;try{return new xg(e,t)}catch{return null}};Sg.exports=$v});var Eg=Gt((J8,Dg)=>{ge();var Vv=Ec(),Qv=(e,t)=>{let a=Vv(e,t);return a?a.version:null};Dg.exports=Qv});var wg=Gt((j8,Cg)=>{ge();var Yv=Ec(),Zv=(e,t)=>{let a=Yv(e.trim().replace(/^[=v]+/,""),t);return a?a.version:null};Cg.exports=Zv});var Pg=Gt((q8,kg)=>{ge();var Ag=Da(),eb=(e,t,a,_)=>{typeof a=="string"&&(_=a,a=void 0);try{return new Ag(e instanceof Ag?e.version:e,a).inc(t,_).version}catch{return null}};kg.exports=eb});var ho=Gt((z8,Ng)=>{ge();var Ig=Da(),tb=(e,t,a)=>new Ig(e,a).compare(new Ig(t,a));Ng.exports=tb});var Pp=Gt((W8,Og)=>{ge();var rb=ho(),nb=(e,t,a)=>rb(e,t,a)===0;Og.exports=nb});var Rg=Gt((G8,Lg)=>{ge();var Mg=Ec(),ib=Pp(),ab=(e,t)=>{if(ib(e,t))return null;{let a=Mg(e),_=Mg(t),d=a.prerelease.length||_.prerelease.length,x=d?"pre":"",$=d?"prerelease":"";for(let Y in a)if((Y==="major"||Y==="minor"||Y==="patch")&&a[Y]!==_[Y])return x+Y;return $}};Lg.exports=ab});var Fg=Gt(($8,Jg)=>{ge();var ob=Da(),sb=(e,t)=>new ob(e,t).major;Jg.exports=sb});var Bg=Gt((Q8,jg)=>{ge();var _b=Da(),cb=(e,t)=>new _b(e,t).minor;jg.exports=cb});var Ug=Gt((Z8,qg)=>{ge();var ub=Da(),lb=(e,t)=>new ub(e,t).patch;qg.exports=lb});var Kg=Gt((t7,zg)=>{ge();var pb=Ec(),fb=(e,t)=>{let a=pb(e,t);return a&&a.prerelease.length?a.prerelease:null};zg.exports=fb});var Hg=Gt((n7,Wg)=>{ge();var db=ho(),mb=(e,t,a)=>db(t,e,a);Wg.exports=mb});var Xg=Gt((a7,Gg)=>{ge();var gb=ho(),yb=(e,t)=>gb(e,t,!0);Gg.exports=yb});var Ip=Gt((s7,Vg)=>{ge();var $g=Da(),hb=(e,t,a)=>{let _=new $g(e,a),d=new $g(t,a);return _.compare(d)||_.compareBuild(d)};Vg.exports=hb});var Yg=Gt((c7,Qg)=>{ge();var vb=Ip(),bb=(e,t)=>e.sort((a,_)=>vb(a,_,t));Qg.exports=bb});var ey=Gt((l7,Zg)=>{ge();var Tb=Ip(),xb=(e,t)=>e.sort((a,_)=>Tb(_,a,t));Zg.exports=xb});var Xl=Gt((f7,ty)=>{ge();var Sb=ho(),Db=(e,t,a)=>Sb(e,t,a)>0;ty.exports=Db});var Np=Gt((m7,ry)=>{ge();var Eb=ho(),Cb=(e,t,a)=>Eb(e,t,a)<0;ry.exports=Cb});var Of=Gt((y7,ny)=>{ge();var wb=ho(),Ab=(e,t,a)=>wb(e,t,a)!==0;ny.exports=Ab});var Op=Gt((v7,iy)=>{ge();var kb=ho(),Pb=(e,t,a)=>kb(e,t,a)>=0;iy.exports=Pb});var Mp=Gt((T7,ay)=>{ge();var Ib=ho(),Nb=(e,t,a)=>Ib(e,t,a)<=0;ay.exports=Nb});var Mf=Gt((S7,oy)=>{ge();var Ob=Pp(),Mb=Of(),Lb=Xl(),Rb=Op(),Jb=Np(),Fb=Mp(),jb=(e,t,a,_)=>{switch(t){case"===":return typeof e=="object"&&(e=e.version),typeof a=="object"&&(a=a.version),e===a;case"!==":return typeof e=="object"&&(e=e.version),typeof a=="object"&&(a=a.version),e!==a;case"":case"=":case"==":return Ob(e,a,_);case"!=":return Mb(e,a,_);case">":return Lb(e,a,_);case">=":return Rb(e,a,_);case"<":return Jb(e,a,_);case"<=":return Fb(e,a,_);default:throw new TypeError(`Invalid operator: ${t}`)}};oy.exports=jb});var _y=Gt((E7,sy)=>{ge();var Bb=Da(),qb=Ec(),{re:Lp,t:Rp}=Dc(),Ub=(e,t)=>{if(e instanceof Bb)return e;if(typeof e=="number"&&(e=String(e)),typeof e!="string")return null;t=t||{};let a=null;if(!t.rtl)a=e.match(Lp[Rp.COERCE]);else{let _;for(;(_=Lp[Rp.COERCERTL].exec(e))&&(!a||a.index+a[0].length!==e.length);)(!a||_.index+_[0].length!==a.index+a[0].length)&&(a=_),Lp[Rp.COERCERTL].lastIndex=_.index+_[1].length+_[2].length;Lp[Rp.COERCERTL].lastIndex=-1}return a===null?null:qb(`${a[2]}.${a[3]||"0"}.${a[4]||"0"}`,t)};sy.exports=Ub});var uy=Gt((w7,cy)=>{"use strict";ge();cy.exports=function(e){e.prototype[Symbol.iterator]=function*(){for(let t=this.head;t;t=t.next)yield t.value}}});var py=Gt((k7,ly)=>{"use strict";ge();ly.exports=Rn;Rn.Node=Cc;Rn.create=Rn;function Rn(e){var t=this;if(t instanceof Rn||(t=new Rn),t.tail=null,t.head=null,t.length=0,e&&typeof e.forEach=="function")e.forEach(function(d){t.push(d)});else if(arguments.length>0)for(var a=0,_=arguments.length;a<_;a++)t.push(arguments[a]);return t}Rn.prototype.removeNode=function(e){if(e.list!==this)throw new Error("removing node which does not belong to this list");var t=e.next,a=e.prev;return t&&(t.prev=a),a&&(a.next=t),e===this.head&&(this.head=t),e===this.tail&&(this.tail=a),e.list.length--,e.next=null,e.prev=null,e.list=null,t};Rn.prototype.unshiftNode=function(e){if(e!==this.head){e.list&&e.list.removeNode(e);var t=this.head;e.list=this,e.next=t,t&&(t.prev=e),this.head=e,this.tail||(this.tail=e),this.length++}};Rn.prototype.pushNode=function(e){if(e!==this.tail){e.list&&e.list.removeNode(e);var t=this.tail;e.list=this,e.prev=t,t&&(t.next=e),this.tail=e,this.head||(this.head=e),this.length++}};Rn.prototype.push=function(){for(var e=0,t=arguments.length;e<t;e++)Kb(this,arguments[e]);return this.length};Rn.prototype.unshift=function(){for(var e=0,t=arguments.length;e<t;e++)Wb(this,arguments[e]);return this.length};Rn.prototype.pop=function(){if(!!this.tail){var e=this.tail.value;return this.tail=this.tail.prev,this.tail?this.tail.next=null:this.head=null,this.length--,e}};Rn.prototype.shift=function(){if(!!this.head){var e=this.head.value;return this.head=this.head.next,this.head?this.head.prev=null:this.tail=null,this.length--,e}};Rn.prototype.forEach=function(e,t){t=t||this;for(var a=this.head,_=0;a!==null;_++)e.call(t,a.value,_,this),a=a.next};Rn.prototype.forEachReverse=function(e,t){t=t||this;for(var a=this.tail,_=this.length-1;a!==null;_--)e.call(t,a.value,_,this),a=a.prev};Rn.prototype.get=function(e){for(var t=0,a=this.head;a!==null&&t<e;t++)a=a.next;if(t===e&&a!==null)return a.value};Rn.prototype.getReverse=function(e){for(var t=0,a=this.tail;a!==null&&t<e;t++)a=a.prev;if(t===e&&a!==null)return a.value};Rn.prototype.map=function(e,t){t=t||this;for(var a=new Rn,_=this.head;_!==null;)a.push(e.call(t,_.value,this)),_=_.next;return a};Rn.prototype.mapReverse=function(e,t){t=t||this;for(var a=new Rn,_=this.tail;_!==null;)a.push(e.call(t,_.value,this)),_=_.prev;return a};Rn.prototype.reduce=function(e,t){var a,_=this.head;if(arguments.length>1)a=t;else if(this.head)_=this.head.next,a=this.head.value;else throw new TypeError("Reduce of empty list with no initial value");for(var d=0;_!==null;d++)a=e(a,_.value,d),_=_.next;return a};Rn.prototype.reduceReverse=function(e,t){var a,_=this.tail;if(arguments.length>1)a=t;else if(this.tail)_=this.tail.prev,a=this.tail.value;else throw new TypeError("Reduce of empty list with no initial value");for(var d=this.length-1;_!==null;d--)a=e(a,_.value,d),_=_.prev;return a};Rn.prototype.toArray=function(){for(var e=new Array(this.length),t=0,a=this.head;a!==null;t++)e[t]=a.value,a=a.next;return e};Rn.prototype.toArrayReverse=function(){for(var e=new Array(this.length),t=0,a=this.tail;a!==null;t++)e[t]=a.value,a=a.prev;return e};Rn.prototype.slice=function(e,t){t=t||this.length,t<0&&(t+=this.length),e=e||0,e<0&&(e+=this.length);var a=new Rn;if(t<e||t<0)return a;e<0&&(e=0),t>this.length&&(t=this.length);for(var _=0,d=this.head;d!==null&&_<e;_++)d=d.next;for(;d!==null&&_<t;_++,d=d.next)a.push(d.value);return a};Rn.prototype.sliceReverse=function(e,t){t=t||this.length,t<0&&(t+=this.length),e=e||0,e<0&&(e+=this.length);var a=new Rn;if(t<e||t<0)return a;e<0&&(e=0),t>this.length&&(t=this.length);for(var _=this.length,d=this.tail;d!==null&&_>t;_--)d=d.prev;for(;d!==null&&_>e;_--,d=d.prev)a.push(d.value);return a};Rn.prototype.splice=function(e,t,...a){e>this.length&&(e=this.length-1),e<0&&(e=this.length+e);for(var _=0,d=this.head;d!==null&&_<e;_++)d=d.next;for(var x=[],_=0;d&&_<t;_++)x.push(d.value),d=this.removeNode(d);d===null&&(d=this.tail),d!==this.head&&d!==this.tail&&(d=d.prev);for(var _=0;_<a.length;_++)d=zb(this,d,a[_]);return x};Rn.prototype.reverse=function(){for(var e=this.head,t=this.tail,a=e;a!==null;a=a.prev){var _=a.prev;a.prev=a.next,a.next=_}return this.head=t,this.tail=e,this};function zb(e,t,a){var _=t===e.head?new Cc(a,null,t,e):new Cc(a,t,t.next,e);return _.next===null&&(e.tail=_),_.prev===null&&(e.head=_),e.length++,_}function Kb(e,t){e.tail=new Cc(t,e.tail,null,e),e.head||(e.head=e.tail),e.length++}function Wb(e,t){e.head=new Cc(t,null,e.head,e),e.tail||(e.tail=e.head),e.length++}function Cc(e,t,a,_){if(!(this instanceof Cc))return new Cc(e,t,a,_);this.list=_,this.value=e,t?(t.next=this,this.prev=t):this.prev=null,a?(a.prev=this,this.next=a):this.next=null}try{uy()(Rn)}catch{}});var yy=Gt((I7,gy)=>{"use strict";ge();var Hb=py(),wc=Symbol("max"),qs=Symbol("length"),ju=Symbol("lengthCalculator"),Vl=Symbol("allowStale"),Ac=Symbol("maxAge"),Bs=Symbol("dispose"),fy=Symbol("noDisposeOnSet"),pa=Symbol("lruList"),Ro=Symbol("cache"),my=Symbol("updateAgeOnGet"),Lf=()=>1,Jf=class{constructor(t){if(typeof t=="number"&&(t={max:t}),t||(t={}),t.max&&(typeof t.max!="number"||t.max<0))throw new TypeError("max must be a non-negative number");let a=this[wc]=t.max||1/0,_=t.length||Lf;if(this[ju]=typeof _!="function"?Lf:_,this[Vl]=t.stale||!1,t.maxAge&&typeof t.maxAge!="number")throw new TypeError("maxAge must be a number");this[Ac]=t.maxAge||0,this[Bs]=t.dispose,this[fy]=t.noDisposeOnSet||!1,this[my]=t.updateAgeOnGet||!1,this.reset()}set max(t){if(typeof t!="number"||t<0)throw new TypeError("max must be a non-negative number");this[wc]=t||1/0,$l(this)}get max(){return this[wc]}set allowStale(t){this[Vl]=!!t}get allowStale(){return this[Vl]}set maxAge(t){if(typeof t!="number")throw new TypeError("maxAge must be a non-negative number");this[Ac]=t,$l(this)}get maxAge(){return this[Ac]}set lengthCalculator(t){typeof t!="function"&&(t=Lf),t!==this[ju]&&(this[ju]=t,this[qs]=0,this[pa].forEach(a=>{a.length=this[ju](a.value,a.key),this[qs]+=a.length})),$l(this)}get lengthCalculator(){return this[ju]}get length(){return this[qs]}get itemCount(){return this[pa].length}rforEach(t,a){a=a||this;for(let _=this[pa].tail;_!==null;){let d=_.prev;dy(this,t,_,a),_=d}}forEach(t,a){a=a||this;for(let _=this[pa].head;_!==null;){let d=_.next;dy(this,t,_,a),_=d}}keys(){return this[pa].toArray().map(t=>t.key)}values(){return this[pa].toArray().map(t=>t.value)}reset(){this[Bs]&&this[pa]&&this[pa].length&&this[pa].forEach(t=>this[Bs](t.key,t.value)),this[Ro]=new Map,this[pa]=new Hb,this[qs]=0}dump(){return this[pa].map(t=>Jp(this,t)?!1:{k:t.key,v:t.value,e:t.now+(t.maxAge||0)}).toArray().filter(t=>t)}dumpLru(){return this[pa]}set(t,a,_){if(_=_||this[Ac],_&&typeof _!="number")throw new TypeError("maxAge must be a number");let d=_?Date.now():0,x=this[ju](a,t);if(this[Ro].has(t)){if(x>this[wc])return Bu(this,this[Ro].get(t)),!1;let w=this[Ro].get(t).value;return this[Bs]&&(this[fy]||this[Bs](t,w.value)),w.now=d,w.maxAge=_,w.value=a,this[qs]+=x-w.length,w.length=x,this.get(t),$l(this),!0}let $=new Ff(t,a,x,d,_);return $.length>this[wc]?(this[Bs]&&this[Bs](t,a),!1):(this[qs]+=$.length,this[pa].unshift($),this[Ro].set(t,this[pa].head),$l(this),!0)}has(t){if(!this[Ro].has(t))return!1;let a=this[Ro].get(t).value;return!Jp(this,a)}get(t){return Rf(this,t,!0)}peek(t){return Rf(this,t,!1)}pop(){let t=this[pa].tail;return t?(Bu(this,t),t.value):null}del(t){Bu(this,this[Ro].get(t))}load(t){this.reset();let a=Date.now();for(let _=t.length-1;_>=0;_--){let d=t[_],x=d.e||0;if(x===0)this.set(d.k,d.v);else{let $=x-a;$>0&&this.set(d.k,d.v,$)}}}prune(){this[Ro].forEach((t,a)=>Rf(this,a,!1))}},Rf=(e,t,a)=>{let _=e[Ro].get(t);if(_){let d=_.value;if(Jp(e,d)){if(Bu(e,_),!e[Vl])return}else a&&(e[my]&&(_.value.now=Date.now()),e[pa].unshiftNode(_));return d.value}},Jp=(e,t)=>{if(!t||!t.maxAge&&!e[Ac])return!1;let a=Date.now()-t.now;return t.maxAge?a>t.maxAge:e[Ac]&&a>e[Ac]},$l=e=>{if(e[qs]>e[wc])for(let t=e[pa].tail;e[qs]>e[wc]&&t!==null;){let a=t.prev;Bu(e,t),t=a}},Bu=(e,t)=>{if(t){let a=t.value;e[Bs]&&e[Bs](a.key,a.value),e[qs]-=a.length,e[Ro].delete(a.key),e[pa].removeNode(t)}},Ff=class{constructor(t,a,_,d,x){this.key=t,this.value=a,this.length=_,this.now=d,this.maxAge=x||0}},dy=(e,t,a,_)=>{let d=a.value;Jp(e,d)&&(Bu(e,a),e[Vl]||(d=void 0)),d&&t.call(_,d.value,d.key,e)};gy.exports=Jf});var vo=Gt((O7,Ty)=>{ge();var kc=class{constructor(t,a){if(a=Xb(a),t instanceof kc)return t.loose===!!a.loose&&t.includePrerelease===!!a.includePrerelease?t:new kc(t.raw,a);if(t instanceof jf)return this.raw=t.value,this.set=[[t]],this.format(),this;if(this.options=a,this.loose=!!a.loose,this.includePrerelease=!!a.includePrerelease,this.raw=t,this.set=t.split("||").map(_=>this.parseRange(_.trim())).filter(_=>_.length),!this.set.length)throw new TypeError(`Invalid SemVer Range: ${t}`);if(this.set.length>1){let _=this.set[0];if(this.set=this.set.filter(d=>!vy(d[0])),this.set.length===0)this.set=[_];else if(this.set.length>1){for(let d of this.set)if(d.length===1&&Zb(d[0])){this.set=[d];break}}}this.format()}format(){return this.range=this.set.map(t=>t.join(" ").trim()).join("||").trim(),this.range}toString(){return this.range}parseRange(t){t=t.trim();let _=`parseRange:${Object.keys(this.options).join(",")}:${t}`,d=hy.get(_);if(d)return d;let x=this.options.loose,$=x?qa[Ma.HYPHENRANGELOOSE]:qa[Ma.HYPHENRANGE];t=t.replace($,cT(this.options.includePrerelease)),Ti("hyphen replace",t),t=t.replace(qa[Ma.COMPARATORTRIM],Vb),Ti("comparator trim",t),t=t.replace(qa[Ma.TILDETRIM],Qb),t=t.replace(qa[Ma.CARETTRIM],Yb),t=t.split(/\s+/).join(" ");let Y=t.split(" ").map(ye=>eT(ye,this.options)).join(" ").split(/\s+/).map(ye=>_T(ye,this.options));x&&(Y=Y.filter(ye=>(Ti("loose invalid filter",ye,this.options),!!ye.match(qa[Ma.COMPARATORLOOSE])))),Ti("range list",Y);let w=new Map,K=Y.map(ye=>new jf(ye,this.options));for(let ye of K){if(vy(ye))return[ye];w.set(ye.value,ye)}w.size>1&&w.has("")&&w.delete("");let qe=[...w.values()];return hy.set(_,qe),qe}intersects(t,a){if(!(t instanceof kc))throw new TypeError("a Range is required");return this.set.some(_=>by(_,a)&&t.set.some(d=>by(d,a)&&_.every(x=>d.every($=>x.intersects($,a)))))}test(t){if(!t)return!1;if(typeof t=="string")try{t=new $b(t,this.options)}catch{return!1}for(let a=0;a<this.set.length;a++)if(uT(this.set[a],t,this.options))return!0;return!1}};Ty.exports=kc;var Gb=yy(),hy=new Gb({max:1e3}),Xb=Gl(),jf=Ql(),Ti=Hl(),$b=Da(),{re:qa,t:Ma,comparatorTrimReplace:Vb,tildeTrimReplace:Qb,caretTrimReplace:Yb}=Dc(),vy=e=>e.value==="<0.0.0-0",Zb=e=>e.value==="",by=(e,t)=>{let a=!0,_=e.slice(),d=_.pop();for(;a&&_.length;)a=_.every(x=>d.intersects(x,t)),d=_.pop();return a},eT=(e,t)=>(Ti("comp",e,t),e=nT(e,t),Ti("caret",e),e=tT(e,t),Ti("tildes",e),e=aT(e,t),Ti("xrange",e),e=sT(e,t),Ti("stars",e),e),La=e=>!e||e.toLowerCase()==="x"||e==="*",tT=(e,t)=>e.trim().split(/\s+/).map(a=>rT(a,t)).join(" "),rT=(e,t)=>{let a=t.loose?qa[Ma.TILDELOOSE]:qa[Ma.TILDE];return e.replace(a,(_,d,x,$,Y)=>{Ti("tilde",e,_,d,x,$,Y);let w;return La(d)?w="":La(x)?w=`>=${d}.0.0 <${+d+1}.0.0-0`:La($)?w=`>=${d}.${x}.0 <${d}.${+x+1}.0-0`:Y?(Ti("replaceTilde pr",Y),w=`>=${d}.${x}.${$}-${Y} <${d}.${+x+1}.0-0`):w=`>=${d}.${x}.${$} <${d}.${+x+1}.0-0`,Ti("tilde return",w),w})},nT=(e,t)=>e.trim().split(/\s+/).map(a=>iT(a,t)).join(" "),iT=(e,t)=>{Ti("caret",e,t);let a=t.loose?qa[Ma.CARETLOOSE]:qa[Ma.CARET],_=t.includePrerelease?"-0":"";return e.replace(a,(d,x,$,Y,w)=>{Ti("caret",e,d,x,$,Y,w);let K;return La(x)?K="":La($)?K=`>=${x}.0.0${_} <${+x+1}.0.0-0`:La(Y)?x==="0"?K=`>=${x}.${$}.0${_} <${x}.${+$+1}.0-0`:K=`>=${x}.${$}.0${_} <${+x+1}.0.0-0`:w?(Ti("replaceCaret pr",w),x==="0"?$==="0"?K=`>=${x}.${$}.${Y}-${w} <${x}.${$}.${+Y+1}-0`:K=`>=${x}.${$}.${Y}-${w} <${x}.${+$+1}.0-0`:K=`>=${x}.${$}.${Y}-${w} <${+x+1}.0.0-0`):(Ti("no pr"),x==="0"?$==="0"?K=`>=${x}.${$}.${Y}${_} <${x}.${$}.${+Y+1}-0`:K=`>=${x}.${$}.${Y}${_} <${x}.${+$+1}.0-0`:K=`>=${x}.${$}.${Y} <${+x+1}.0.0-0`),Ti("caret return",K),K})},aT=(e,t)=>(Ti("replaceXRanges",e,t),e.split(/\s+/).map(a=>oT(a,t)).join(" ")),oT=(e,t)=>{e=e.trim();let a=t.loose?qa[Ma.XRANGELOOSE]:qa[Ma.XRANGE];return e.replace(a,(_,d,x,$,Y,w)=>{Ti("xRange",e,_,d,x,$,Y,w);let K=La(x),qe=K||La($),ye=qe||La(Y),ne=ye;return d==="="&&ne&&(d=""),w=t.includePrerelease?"-0":"",K?d===">"||d==="<"?_="<0.0.0-0":_="*":d&&ne?(qe&&($=0),Y=0,d===">"?(d=">=",qe?(x=+x+1,$=0,Y=0):($=+$+1,Y=0)):d==="<="&&(d="<",qe?x=+x+1:$=+$+1),d==="<"&&(w="-0"),_=`${d+x}.${$}.${Y}${w}`):qe?_=`>=${x}.0.0${w} <${+x+1}.0.0-0`:ye&&(_=`>=${x}.${$}.0${w} <${x}.${+$+1}.0-0`),Ti("xRange return",_),_})},sT=(e,t)=>(Ti("replaceStars",e,t),e.trim().replace(qa[Ma.STAR],"")),_T=(e,t)=>(Ti("replaceGTE0",e,t),e.trim().replace(qa[t.includePrerelease?Ma.GTE0PRE:Ma.GTE0],"")),cT=e=>(t,a,_,d,x,$,Y,w,K,qe,ye,ne,U)=>(La(_)?a="":La(d)?a=`>=${_}.0.0${e?"-0":""}`:La(x)?a=`>=${_}.${d}.0${e?"-0":""}`:$?a=`>=${a}`:a=`>=${a}${e?"-0":""}`,La(K)?w="":La(qe)?w=`<${+K+1}.0.0-0`:La(ye)?w=`<${K}.${+qe+1}.0-0`:ne?w=`<=${K}.${qe}.${ye}-${ne}`:e?w=`<${K}.${qe}.${+ye+1}-0`:w=`<=${w}`,`${a} ${w}`.trim()),uT=(e,t,a)=>{for(let _=0;_<e.length;_++)if(!e[_].test(t))return!1;if(t.prerelease.length&&!a.includePrerelease){for(let _=0;_<e.length;_++)if(Ti(e[_].semver),e[_].semver!==jf.ANY&&e[_].semver.prerelease.length>0){let d=e[_].semver;if(d.major===t.major&&d.minor===t.minor&&d.patch===t.patch)return!0}return!1}return!0}});var Ql=Gt((L7,Cy)=>{ge();var Yl=Symbol("SemVer ANY"),qu=class{static get ANY(){return Yl}constructor(t,a){if(a=lT(a),t instanceof qu){if(t.loose===!!a.loose)return t;t=t.value}qf("comparator",t,a),this.options=a,this.loose=!!a.loose,this.parse(t),this.semver===Yl?this.value="":this.value=this.operator+this.semver.version,qf("comp",this)}parse(t){let a=this.options.loose?xy[Sy.COMPARATORLOOSE]:xy[Sy.COMPARATOR],_=t.match(a);if(!_)throw new TypeError(`Invalid comparator: ${t}`);this.operator=_[1]!==void 0?_[1]:"",this.operator==="="&&(this.operator=""),_[2]?this.semver=new Dy(_[2],this.options.loose):this.semver=Yl}toString(){return this.value}test(t){if(qf("Comparator.test",t,this.options.loose),this.semver===Yl||t===Yl)return!0;if(typeof t=="string")try{t=new Dy(t,this.options)}catch{return!1}return Bf(t,this.operator,this.semver,this.options)}intersects(t,a){if(!(t instanceof qu))throw new TypeError("a Comparator is required");if((!a||typeof a!="object")&&(a={loose:!!a,includePrerelease:!1}),this.operator==="")return this.value===""?!0:new Ey(t.value,a).test(this.value);if(t.operator==="")return t.value===""?!0:new Ey(this.value,a).test(t.semver);let _=(this.operator===">="||this.operator===">")&&(t.operator===">="||t.operator===">"),d=(this.operator==="<="||this.operator==="<")&&(t.operator==="<="||t.operator==="<"),x=this.semver.version===t.semver.version,$=(this.operator===">="||this.operator==="<=")&&(t.operator===">="||t.operator==="<="),Y=Bf(this.semver,"<",t.semver,a)&&(this.operator===">="||this.operator===">")&&(t.operator==="<="||t.operator==="<"),w=Bf(this.semver,">",t.semver,a)&&(this.operator==="<="||this.operator==="<")&&(t.operator===">="||t.operator===">");return _||d||x&&$||Y||w}};Cy.exports=qu;var lT=Gl(),{re:xy,t:Sy}=Dc(),Bf=Mf(),qf=Hl(),Dy=Da(),Ey=vo()});var Zl=Gt((J7,wy)=>{ge();var pT=vo(),fT=(e,t,a)=>{try{t=new pT(t,a)}catch{return!1}return t.test(e)};wy.exports=fT});var ky=Gt((j7,Ay)=>{ge();var dT=vo(),mT=(e,t)=>new dT(e,t).set.map(a=>a.map(_=>_.value).join(" ").trim().split(" "));Ay.exports=mT});var Iy=Gt((q7,Py)=>{ge();var gT=Da(),yT=vo(),hT=(e,t,a)=>{let _=null,d=null,x=null;try{x=new yT(t,a)}catch{return null}return e.forEach($=>{x.test($)&&(!_||d.compare($)===-1)&&(_=$,d=new gT(_,a))}),_};Py.exports=hT});var Oy=Gt((z7,Ny)=>{ge();var vT=Da(),bT=vo(),TT=(e,t,a)=>{let _=null,d=null,x=null;try{x=new bT(t,a)}catch{return null}return e.forEach($=>{x.test($)&&(!_||d.compare($)===1)&&(_=$,d=new vT(_,a))}),_};Ny.exports=TT});var Ry=Gt((W7,Ly)=>{ge();var Uf=Da(),xT=vo(),My=Xl(),ST=(e,t)=>{e=new xT(e,t);let a=new Uf("0.0.0");if(e.test(a)||(a=new Uf("0.0.0-0"),e.test(a)))return a;a=null;for(let _=0;_<e.set.length;++_){let d=e.set[_],x=null;d.forEach($=>{let Y=new Uf($.semver.version);switch($.operator){case">":Y.prerelease.length===0?Y.patch++:Y.prerelease.push(0),Y.raw=Y.format();case"":case">=":(!x||My(Y,x))&&(x=Y);break;case"<":case"<=":break;default:throw new Error(`Unexpected operation: ${$.operator}`)}}),x&&(!a||My(a,x))&&(a=x)}return a&&e.test(a)?a:null};Ly.exports=ST});var Fy=Gt((G7,Jy)=>{ge();var DT=vo(),ET=(e,t)=>{try{return new DT(e,t).range||"*"}catch{return null}};Jy.exports=ET});var Fp=Gt(($7,Uy)=>{ge();var CT=Da(),qy=Ql(),{ANY:wT}=qy,AT=vo(),kT=Zl(),jy=Xl(),By=Np(),PT=Mp(),IT=Op(),NT=(e,t,a,_)=>{e=new CT(e,_),t=new AT(t,_);let d,x,$,Y,w;switch(a){case">":d=jy,x=PT,$=By,Y=">",w=">=";break;case"<":d=By,x=IT,$=jy,Y="<",w="<=";break;default:throw new TypeError('Must provide a hilo val of "<" or ">"')}if(kT(e,t,_))return!1;for(let K=0;K<t.set.length;++K){let qe=t.set[K],ye=null,ne=null;if(qe.forEach(U=>{U.semver===wT&&(U=new qy(">=0.0.0")),ye=ye||U,ne=ne||U,d(U.semver,ye.semver,_)?ye=U:$(U.semver,ne.semver,_)&&(ne=U)}),ye.operator===Y||ye.operator===w||(!ne.operator||ne.operator===Y)&&x(e,ne.semver))return!1;if(ne.operator===w&&$(e,ne.semver))return!1}return!0};Uy.exports=NT});var Ky=Gt((Q7,zy)=>{ge();var OT=Fp(),MT=(e,t,a)=>OT(e,t,">",a);zy.exports=MT});var Hy=Gt((Z7,Wy)=>{ge();var LT=Fp(),RT=(e,t,a)=>LT(e,t,"<",a);Wy.exports=RT});var $y=Gt((tw,Xy)=>{ge();var Gy=vo(),JT=(e,t,a)=>(e=new Gy(e,a),t=new Gy(t,a),e.intersects(t));Xy.exports=JT});var Qy=Gt((nw,Vy)=>{ge();var FT=Zl(),jT=ho();Vy.exports=(e,t,a)=>{let _=[],d=null,x=null,$=e.sort((qe,ye)=>jT(qe,ye,a));for(let qe of $)FT(qe,t,a)?(x=qe,d||(d=qe)):(x&&_.push([d,x]),x=null,d=null);d&&_.push([d,null]);let Y=[];for(let[qe,ye]of _)qe===ye?Y.push(qe):!ye&&qe===$[0]?Y.push("*"):ye?qe===$[0]?Y.push(`<=${ye}`):Y.push(`${qe} - ${ye}`):Y.push(`>=${qe}`);let w=Y.join(" || "),K=typeof t.raw=="string"?t.raw:String(t);return w.length<K.length?w:t}});var rh=Gt((aw,th)=>{ge();var Yy=vo(),jp=Ql(),{ANY:zf}=jp,ep=Zl(),Kf=ho(),BT=(e,t,a={})=>{if(e===t)return!0;e=new Yy(e,a),t=new Yy(t,a);let _=!1;e:for(let d of e.set){for(let x of t.set){let $=qT(d,x,a);if(_=_||$!==null,$)continue e}if(_)return!1}return!0},qT=(e,t,a)=>{if(e===t)return!0;if(e.length===1&&e[0].semver===zf){if(t.length===1&&t[0].semver===zf)return!0;a.includePrerelease?e=[new jp(">=0.0.0-0")]:e=[new jp(">=0.0.0")]}if(t.length===1&&t[0].semver===zf){if(a.includePrerelease)return!0;t=[new jp(">=0.0.0")]}let _=new Set,d,x;for(let U of e)U.operator===">"||U.operator===">="?d=Zy(d,U,a):U.operator==="<"||U.operator==="<="?x=eh(x,U,a):_.add(U.semver);if(_.size>1)return null;let $;if(d&&x){if($=Kf(d.semver,x.semver,a),$>0)return null;if($===0&&(d.operator!==">="||x.operator!=="<="))return null}for(let U of _){if(d&&!ep(U,String(d),a)||x&&!ep(U,String(x),a))return null;for(let We of t)if(!ep(U,String(We),a))return!1;return!0}let Y,w,K,qe,ye=x&&!a.includePrerelease&&x.semver.prerelease.length?x.semver:!1,ne=d&&!a.includePrerelease&&d.semver.prerelease.length?d.semver:!1;ye&&ye.prerelease.length===1&&x.operator==="<"&&ye.prerelease[0]===0&&(ye=!1);for(let U of t){if(qe=qe||U.operator===">"||U.operator===">=",K=K||U.operator==="<"||U.operator==="<=",d){if(ne&&U.semver.prerelease&&U.semver.prerelease.length&&U.semver.major===ne.major&&U.semver.minor===ne.minor&&U.semver.patch===ne.patch&&(ne=!1),U.operator===">"||U.operator===">="){if(Y=Zy(d,U,a),Y===U&&Y!==d)return!1}else if(d.operator===">="&&!ep(d.semver,String(U),a))return!1}if(x){if(ye&&U.semver.prerelease&&U.semver.prerelease.length&&U.semver.major===ye.major&&U.semver.minor===ye.minor&&U.semver.patch===ye.patch&&(ye=!1),U.operator==="<"||U.operator==="<="){if(w=eh(x,U,a),w===U&&w!==x)return!1}else if(x.operator==="<="&&!ep(x.semver,String(U),a))return!1}if(!U.operator&&(x||d)&&$!==0)return!1}return!(d&&K&&!x&&$!==0||x&&qe&&!d&&$!==0||ne||ye)},Zy=(e,t,a)=>{if(!e)return t;let _=Kf(e.semver,t.semver,a);return _>0?e:_<0||t.operator===">"&&e.operator===">="?t:e},eh=(e,t,a)=>{if(!e)return t;let _=Kf(e.semver,t.semver,a);return _<0?e:_>0||t.operator==="<"&&e.operator==="<="?t:e};th.exports=BT});var Bp=Gt((sw,nh)=>{ge();var Wf=Dc();nh.exports={re:Wf.re,src:Wf.src,tokens:Wf.t,SEMVER_SPEC_VERSION:Wl().SEMVER_SPEC_VERSION,SemVer:Da(),compareIdentifiers:wp().compareIdentifiers,rcompareIdentifiers:wp().rcompareIdentifiers,parse:Ec(),valid:Eg(),clean:wg(),inc:Pg(),diff:Rg(),major:Fg(),minor:Bg(),patch:Ug(),prerelease:Kg(),compare:ho(),rcompare:Hg(),compareLoose:Xg(),compareBuild:Ip(),sort:Yg(),rsort:ey(),gt:Xl(),lt:Np(),eq:Pp(),neq:Of(),gte:Op(),lte:Mp(),cmp:Mf(),coerce:_y(),Comparator:Ql(),Range:vo(),satisfies:Zl(),toComparators:ky(),maxSatisfying:Iy(),minSatisfying:Oy(),minVersion:Ry(),validRange:Fy(),outside:Fp(),gtr:Ky(),ltr:Hy(),intersects:$y(),simplifyRange:Qy(),subset:rh()}});var pi=Gt((io,ah)=>{"use strict";ge();var Cn=io&&io.__spreadArray||function(e,t,a){if(a||arguments.length===2)for(var _=0,d=t.length,x;_<d;_++)(x||!(_ in t))&&(x||(x=Array.prototype.slice.call(t,0,_)),x[_]=t[_]);return e.concat(x||Array.prototype.slice.call(t))},Gi=io&&io.__assign||function(){return Gi=Object.assign||function(e){for(var t,a=1,_=arguments.length;a<_;a++){t=arguments[a];for(var d in t)Object.prototype.hasOwnProperty.call(t,d)&&(e[d]=t[d])}return e},Gi.apply(this,arguments)},ih=io&&io.__makeTemplateObject||function(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e},cw=io&&io.__generator||function(e,t){var a={label:0,sent:function(){if(x[0]&1)throw x[1];return x[1]},trys:[],ops:[]},_,d,x,$;return $={next:Y(0),throw:Y(1),return:Y(2)},typeof Symbol=="function"&&($[Symbol.iterator]=function(){return this}),$;function Y(K){return function(qe){return w([K,qe])}}function w(K){if(_)throw new TypeError("Generator is already executing.");for(;a;)try{if(_=1,d&&(x=K[0]&2?d.return:K[0]?d.throw||((x=d.return)&&x.call(d),0):d.next)&&!(x=x.call(d,K[1])).done)return x;switch(d=0,x&&(K=[K[0]&2,x.value]),K[0]){case 0:case 1:x=K;break;case 4:return a.label++,{value:K[1],done:!1};case 5:a.label++,d=K[1],K=[0];continue;case 7:K=a.ops.pop(),a.trys.pop();continue;default:if(x=a.trys,!(x=x.length>0&&x[x.length-1])&&(K[0]===6||K[0]===2)){a=0;continue}if(K[0]===3&&(!x||K[1]>x[0]&&K[1]<x[3])){a.label=K[1];break}if(K[0]===6&&a.label<x[1]){a.label=x[1],x=K;break}if(x&&a.label<x[2]){a.label=x[2],a.ops.push(K);break}x[2]&&a.ops.pop(),a.trys.pop();continue}K=t.call(e,a)}catch(qe){K=[6,qe],d=0}finally{_=x=0}if(K[0]&5)throw K[1];return{value:K[0]?K[1]:void 0,done:!0}}},uw=io&&io.__rest||function(e,t){var a={};for(var _ in e)Object.prototype.hasOwnProperty.call(e,_)&&t.indexOf(_)<0&&(a[_]=e[_]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var d=0,_=Object.getOwnPropertySymbols(e);d<_.length;d++)t.indexOf(_[d])<0&&Object.prototype.propertyIsEnumerable.call(e,_[d])&&(a[_[d]]=e[_[d]]);return a},qp=io&&io.__extends||function(){var e=function(t,a){return e=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(_,d){_.__proto__=d}||function(_,d){for(var x in d)Object.prototype.hasOwnProperty.call(d,x)&&(_[x]=d[x])},e(t,a)};return function(t,a){if(typeof a!="function"&&a!==null)throw new TypeError("Class extends value "+String(a)+" is not a constructor or null");e(t,a);function _(){this.constructor=t}t.prototype=a===null?Object.create(a):(_.prototype=a.prototype,new _)}}(),Qt;(function(e){function t(){var f={};return f.prev=f,{head:f,tail:f,size:0}}function a(f,v){return{key:f,value:v,next:void 0,prev:void 0}}function _(f,v){return f===v||f!==f&&v!==v}function d(f){var v=f.prev;if(!v||v===f)throw new Error("Illegal state");return v}function x(f){for(;f;){var v=!f.prev;if(f=f.next,!v)return f}}function $(f,v){for(var le=f.tail;le!==f.head;le=d(le))if(_(le.key,v))return le}function Y(f,v,le){var he=$(f,v);if(he){he.value=le;return}var je=a(v,le);return je.prev=f.tail,f.tail.next=je,f.tail=je,f.size++,je}function w(f,v){for(var le=f.tail;le!==f.head;le=d(le)){if(le.prev===void 0)throw new Error("Illegal state");if(_(le.key,v)){if(le.next)le.next.prev=le.prev;else{if(f.tail!==le)throw new Error("Illegal state");f.tail=le.prev}return le.prev.next=le.next,le.next=le.prev,le.prev=void 0,f.size--,le}}}function K(f){for(var v=f.tail;v!==f.head;){var le=d(v);v.next=f.head,v.prev=void 0,v=le}f.head.next=void 0,f.tail=f.head,f.size=0}function qe(f,v){for(var le=f.head;le;)le=x(le),le&&v(le.value,le.key)}function ye(f,v){if(f)for(var le=f.next();!le.done;le=f.next())v(le.value)}function ne(f,v){return{current:f.head,selector:v}}function U(f){return f.current=x(f.current),f.current?{value:f.selector(f.current.key,f.current.value),done:!1}:{value:void 0,done:!0}}var We;(function(f){function v(he){var je=function(){function A(xe,Q){this._data=ne(xe,Q)}return A.prototype.next=function(){return U(this._data)},A}();return function(){function A(xe){var Q=this;this._mapData=t(),ye(he(xe),function(Ct){var ft=Ct[0],Jt=Ct[1];return Q.set(ft,Jt)})}return Object.defineProperty(A.prototype,"size",{get:function(){return this._mapData.size},enumerable:!1,configurable:!0}),A.prototype.get=function(xe){var Q;return(Q=$(this._mapData,xe))===null||Q===void 0?void 0:Q.value},A.prototype.set=function(xe,Q){return Y(this._mapData,xe,Q),this},A.prototype.has=function(xe){return!!$(this._mapData,xe)},A.prototype.delete=function(xe){return!!w(this._mapData,xe)},A.prototype.clear=function(){K(this._mapData)},A.prototype.keys=function(){return new je(this._mapData,function(xe,Q){return xe})},A.prototype.values=function(){return new je(this._mapData,function(xe,Q){return Q})},A.prototype.entries=function(){return new je(this._mapData,function(xe,Q){return[xe,Q]})},A.prototype.forEach=function(xe){qe(this._mapData,xe)},A}()}f.createMapShim=v;function le(he){var je=function(){function A(xe,Q){this._data=ne(xe,Q)}return A.prototype.next=function(){return U(this._data)},A}();return function(){function A(xe){var Q=this;this._mapData=t(),ye(he(xe),function(Ct){return Q.add(Ct)})}return Object.defineProperty(A.prototype,"size",{get:function(){return this._mapData.size},enumerable:!1,configurable:!0}),A.prototype.add=function(xe){return Y(this._mapData,xe,xe),this},A.prototype.has=function(xe){return!!$(this._mapData,xe)},A.prototype.delete=function(xe){return!!w(this._mapData,xe)},A.prototype.clear=function(){K(this._mapData)},A.prototype.keys=function(){return new je(this._mapData,function(xe,Q){return xe})},A.prototype.values=function(){return new je(this._mapData,function(xe,Q){return Q})},A.prototype.entries=function(){return new je(this._mapData,function(xe,Q){return[xe,Q]})},A.prototype.forEach=function(xe){qe(this._mapData,xe)},A}()}f.createSetShim=le})(We=e.ShimCollections||(e.ShimCollections={}))})(Qt||(Qt={}));var Qt;(function(e){e.versionMajorMinor="4.8",e.version="4.8.4";var t;(function(d){d[d.LessThan=-1]="LessThan",d[d.EqualTo=0]="EqualTo",d[d.GreaterThan=1]="GreaterThan"})(t=e.Comparison||(e.Comparison={}));var a;(function(d){var x=typeof globalThis<"u"||typeof globalThis<"u"?globalThis:typeof self<"u"?self:void 0;function $(){var w=x==null?void 0:x.Map;return typeof w<"u"&&"entries"in w.prototype&&new w([[0,0]]).size===1?w:void 0}d.tryGetNativeMap=$;function Y(){var w=x==null?void 0:x.Set;return typeof w<"u"&&"entries"in w.prototype&&new w([0]).size===1?w:void 0}d.tryGetNativeSet=Y})(a||(a={})),e.Map=_("Map","tryGetNativeMap","createMapShim"),e.Set=_("Set","tryGetNativeSet","createSetShim");function _(d,x,$){var Y,w=(Y=a[x]())!==null&&Y!==void 0?Y:e.ShimCollections===null||e.ShimCollections===void 0?void 0:e.ShimCollections[$](e.getIterator);if(w)return w;throw new Error("TypeScript requires an environment that provides a compatible native ".concat(d," implementation."))}})(Qt||(Qt={}));var Qt;(function(e){function t(b){if(b){if(Xr(b))return fr(b);if(b instanceof e.Map)return b.entries();if(b instanceof e.Set)return b.values();throw new Error("Iteration not supported.")}}e.getIterator=t,e.emptyArray=[],e.emptyMap=new e.Map,e.emptySet=new e.Set;function a(b){return b?b.length:0}e.length=a;function _(b,N){if(b)for(var J=0;J<b.length;J++){var H=N(b[J],J);if(H)return H}}e.forEach=_;function d(b,N){if(b)for(var J=b.length-1;J>=0;J--){var H=N(b[J],J);if(H)return H}}e.forEachRight=d;function x(b,N){if(b!==void 0)for(var J=0;J<b.length;J++){var H=N(b[J],J);if(H!==void 0)return H}}e.firstDefined=x;function $(b,N){for(;;){var J=b.next();if(J.done)return;var H=N(J.value);if(H!==void 0)return H}}e.firstDefinedIterator=$;function Y(b,N,J){var H=J;if(b)for(var De=b.next(),Dt=0;!De.done;De=b.next(),Dt++)H=N(H,De.value,Dt);return H}e.reduceLeftIterator=Y;function w(b,N,J){var H=[];e.Debug.assertEqual(b.length,N.length);for(var De=0;De<b.length;De++)H.push(J(b[De],N[De],De));return H}e.zipWith=w;function K(b,N){e.Debug.assertEqual(b.length,N.length);var J=0;return{next:function(){return J===b.length?{value:void 0,done:!0}:(J++,{value:[b[J-1],N[J-1]],done:!1})}}}e.zipToIterator=K;function qe(b,N){e.Debug.assert(b.length===N.length);for(var J=new e.Map,H=0;H<b.length;++H)J.set(b[H],N[H]);return J}e.zipToMap=qe;function ye(b,N){if(b.length<=1)return b;for(var J=[],H=0,De=b.length;H<De;H++)H&&J.push(N),J.push(b[H]);return J}e.intersperse=ye;function ne(b,N){if(b){for(var J=0;J<b.length;J++)if(!N(b[J],J))return!1}return!0}e.every=ne;function U(b,N,J){if(b!==void 0)for(var H=J!=null?J:0;H<b.length;H++){var De=b[H];if(N(De,H))return De}}e.find=U;function We(b,N,J){if(b!==void 0)for(var H=J!=null?J:b.length-1;H>=0;H--){var De=b[H];if(N(De,H))return De}}e.findLast=We;function f(b,N,J){if(b===void 0)return-1;for(var H=J!=null?J:0;H<b.length;H++)if(N(b[H],H))return H;return-1}e.findIndex=f;function v(b,N,J){if(b===void 0)return-1;for(var H=J!=null?J:b.length-1;H>=0;H--)if(N(b[H],H))return H;return-1}e.findLastIndex=v;function le(b,N){for(var J=0;J<b.length;J++){var H=N(b[J],J);if(H)return H}return e.Debug.fail()}e.findMap=le;function he(b,N,J){if(J===void 0&&(J=Bn),b)for(var H=0,De=b;H<De.length;H++){var Dt=De[H];if(J(Dt,N))return!0}return!1}e.contains=he;function je(b,N,J){return J===void 0&&(J=Bn),b.length===N.length&&b.every(function(H,De){return J(H,N[De])})}e.arraysEqual=je;function A(b,N,J){for(var H=J||0;H<b.length;H++)if(he(N,b.charCodeAt(H)))return H;return-1}e.indexOfAnyCharCode=A;function xe(b,N){var J=0;if(b)for(var H=0;H<b.length;H++){var De=b[H];N(De,H)&&J++}return J}e.countWhere=xe;function Q(b,N){if(b){for(var J=b.length,H=0;H<J&&N(b[H]);)H++;if(H<J){var De=b.slice(0,H);for(H++;H<J;){var Dt=b[H];N(Dt)&&De.push(Dt),H++}return De}}return b}e.filter=Q;function Ct(b,N){for(var J=0,H=0;H<b.length;H++)N(b[H],H,b)&&(b[J]=b[H],J++);b.length=J}e.filterMutate=Ct;function ft(b){b.length=0}e.clear=ft;function Jt(b,N){var J;if(b){J=[];for(var H=0;H<b.length;H++)J.push(N(b[H],H))}return J}e.map=Jt;function ke(b,N){return{next:function(){var J=b.next();return J.done?J:{value:N(J.value),done:!1}}}}e.mapIterator=ke;function Qe(b,N){if(b)for(var J=0;J<b.length;J++){var H=b[J],De=N(H,J);if(H!==De){var Dt=b.slice(0,J);for(Dt.push(De),J++;J<b.length;J++)Dt.push(N(b[J],J));return Dt}}return b}e.sameMap=Qe;function be(b){for(var N=[],J=0,H=b;J<H.length;J++){var De=H[J];De&&(Xr(De)?fe(N,De):N.push(De))}return N}e.flatten=be;function Ie(b,N){var J;if(b)for(var H=0;H<b.length;H++){var De=N(b[H],H);De&&(Xr(De)?J=fe(J,De):J=ht(J,De))}return J||e.emptyArray}e.flatMap=Ie;function q(b,N){var J=[];if(b)for(var H=0;H<b.length;H++){var De=N(b[H],H);De&&(Xr(De)?fe(J,De):J.push(De))}return J}e.flatMapToMutable=q;function ve(b,N){var J=b.next();if(J.done)return e.emptyIterator;var H=De(J.value);return{next:function(){for(;;){var Dt=H.next();if(!Dt.done)return Dt;var lt=b.next();if(lt.done)return lt;H=De(lt.value)}}};function De(Dt){var lt=N(Dt);return lt===void 0?e.emptyIterator:Xr(lt)?fr(lt):lt}}e.flatMapIterator=ve;function st(b,N){var J;if(b)for(var H=0;H<b.length;H++){var De=b[H],Dt=N(De,H);(J||De!==Dt||Xr(Dt))&&(J||(J=b.slice(0,H)),Xr(Dt)?fe(J,Dt):J.push(Dt))}return J||b}e.sameFlatMap=st;function we(b,N){for(var J=[],H=0;H<b.length;H++){var De=N(b[H],H);if(De===void 0)return;J.push(De)}return J}e.mapAllOrFail=we;function Me(b,N){var J=[];if(b)for(var H=0;H<b.length;H++){var De=N(b[H],H);De!==void 0&&J.push(De)}return J}e.mapDefined=Me;function Tt(b,N){return{next:function(){for(;;){var J=b.next();if(J.done)return J;var H=N(J.value);if(H!==void 0)return{value:H,done:!1}}}}}e.mapDefinedIterator=Tt;function ze(b,N){if(!!b){var J=new e.Map;return b.forEach(function(H,De){var Dt=N(De,H);if(Dt!==void 0){var lt=Dt[0],bt=Dt[1];lt!==void 0&&bt!==void 0&&J.set(lt,bt)}}),J}}e.mapDefinedEntries=ze;function rt(b,N){if(b){var J=new e.Set;return b.forEach(function(H){var De=N(H);De!==void 0&&J.add(De)}),J}}e.mapDefinedValues=rt;function Pt(b,N,J){if(b.has(N))return b.get(N);var H=J();return b.set(N,H),H}e.getOrUpdate=Pt;function Ot(b,N){return b.has(N)?!1:(b.add(N),!0)}e.tryAddToSet=Ot,e.emptyIterator={next:function(){return{value:void 0,done:!0}}};function Yt(b){var N=!1;return{next:function(){var J=N;return N=!0,J?{value:void 0,done:!0}:{value:b,done:!1}}}}e.singleIterator=Yt;function oe(b,N,J){var H;if(b){H=[];for(var De=b.length,Dt=void 0,lt=void 0,bt=0,er=0;bt<De;){for(;er<De;){var pr=b[er];if(lt=N(pr,er),er===0)Dt=lt;else if(lt!==Dt)break;er++}if(bt<er){var Kr=J(b.slice(bt,er),Dt,bt,er);Kr&&H.push(Kr),bt=er}Dt=lt,er++}}return H}e.spanMap=oe;function y(b,N){if(!!b){var J=new e.Map;return b.forEach(function(H,De){var Dt=N(De,H),lt=Dt[0],bt=Dt[1];J.set(lt,bt)}),J}}e.mapEntries=y;function g(b,N){if(b)if(N)for(var J=0,H=b;J<H.length;J++){var De=H[J];if(N(De))return!0}else return b.length>0;return!1}e.some=g;function D(b,N,J){for(var H,De=0;De<b.length;De++)N(b[De])?H=H===void 0?De:H:H!==void 0&&(J(H,De),H=void 0);H!==void 0&&J(H,b.length)}e.getRangesWhere=D;function G(b,N){return g(N)?g(b)?Cn(Cn([],b,!0),N,!0):N:b}e.concatenate=G;function ee(b,N){return N}function V(b){return b.map(ee)}e.indicesOf=V;function Ye(b,N,J){var H=V(b);Ft(b,H,J);for(var De=b[H[0]],Dt=[H[0]],lt=1;lt<H.length;lt++){var bt=H[lt],er=b[bt];N(De,er)||(Dt.push(bt),De=er)}return Dt.sort(),Dt.map(function(pr){return b[pr]})}function at(b,N){for(var J=[],H=0,De=b;H<De.length;H++){var Dt=De[H];nt(J,Dt,N)}return J}function Le(b,N,J){return b.length===0?[]:b.length===1?b.slice():J?Ye(b,N,J):at(b,N)}e.deduplicate=Le;function Ne(b,N){if(b.length===0)return e.emptyArray;for(var J=b[0],H=[J],De=1;De<b.length;De++){var Dt=b[De];switch(N(Dt,J)){case!0:case 0:continue;case-1:return e.Debug.fail("Array is unsorted.")}H.push(J=Dt)}return H}function B(){return[]}e.createSortedArray=B;function mt(b,N,J,H){if(b.length===0){b.push(N);return}var De=_t(b,N,jn,J);De<0?b.splice(~De,0,N):H&&b.splice(De,0,N)}e.insertSorted=mt;function X(b,N,J){return Ne(Mt(b,N),J||N||Lr)}e.sortAndDeduplicate=X;function ce(b,N){if(b.length<2)return!0;for(var J=b[0],H=0,De=b.slice(1);H<De.length;H++){var Dt=De[H];if(N(J,Dt)===1)return!1;J=Dt}return!0}e.arrayIsSorted=ce;function Fe(b,N,J){if(J===void 0&&(J=Bn),!b||!N)return b===N;if(b.length!==N.length)return!1;for(var H=0;H<b.length;H++)if(!J(b[H],N[H],H))return!1;return!0}e.arrayIsEqualTo=Fe;function Ue(b){var N;if(b)for(var J=0;J<b.length;J++){var H=b[J];(N||!H)&&(N||(N=b.slice(0,J)),H&&N.push(H))}return N||b}e.compact=Ue;function Ve(b,N,J){if(!N||!b||N.length===0||b.length===0)return N;var H=[];e:for(var De=0,Dt=0;Dt<N.length;Dt++){Dt>0&&e.Debug.assertGreaterThanOrEqual(J(N[Dt],N[Dt-1]),0);t:for(var lt=De;De<b.length;De++)switch(De>lt&&e.Debug.assertGreaterThanOrEqual(J(b[De],b[De-1]),0),J(N[Dt],b[De])){case-1:H.push(N[Dt]);continue e;case 0:continue e;case 1:continue t}}return H}e.relativeComplement=Ve;function ut(b,N){for(var J=0,H=0,De=b;H<De.length;H++){var Dt=De[H];J+=Dt[N]}return J}e.sum=ut;function ht(b,N){return N===void 0?b:b===void 0?[N]:(b.push(N),b)}e.append=ht;function St(b,N){return b===void 0?N:N===void 0?b:Xr(b)?Xr(N)?G(b,N):ht(b,N):Xr(N)?ht(N,b):[b,N]}e.combine=St;function Z(b,N){return N<0?b.length+N:N}function fe(b,N,J,H){if(N===void 0||N.length===0)return b;if(b===void 0)return N.slice(J,H);J=J===void 0?0:Z(N,J),H=H===void 0?N.length:Z(N,H);for(var De=J;De<H&&De<N.length;De++)N[De]!==void 0&&b.push(N[De]);return b}e.addRange=fe;function nt(b,N,J){return he(b,N,J)?!1:(b.push(N),!0)}e.pushIfUnique=nt;function dt(b,N,J){return b?(nt(b,N,J),b):[N]}e.appendIfUnique=dt;function Ft(b,N,J){N.sort(function(H,De){return J(b[H],b[De])||ot(H,De)})}function Mt(b,N){return b.length===0?b:b.slice().sort(N)}e.sort=Mt;function fr(b){var N=0;return{next:function(){return N===b.length?{value:void 0,done:!0}:(N++,{value:b[N-1],done:!1})}}}e.arrayIterator=fr;function Ce(b){var N=b.length;return{next:function(){return N===0?{value:void 0,done:!0}:(N--,{value:b[N],done:!1})}}}e.arrayReverseIterator=Ce;function L(b,N){var J=V(b);return Ft(b,J,N),J.map(function(H){return b[H]})}e.stableSort=L;function r(b,N,J,H){for(;J<H;){if(b[J]!==N[J])return!1;J++}return!0}e.rangeEquals=r;function Er(b,N){if(b&&(N=Z(b,N),N<b.length))return b[N]}e.elementAt=Er;function Ir(b){return b===void 0||b.length===0?void 0:b[0]}e.firstOrUndefined=Ir;function Ke(b){return e.Debug.assert(b.length!==0),b[0]}e.first=Ke;function se(b){return b===void 0||b.length===0?void 0:b[b.length-1]}e.lastOrUndefined=se;function k(b){return e.Debug.assert(b.length!==0),b[b.length-1]}e.last=k;function W(b){return b&&b.length===1?b[0]:void 0}e.singleOrUndefined=W;function me(b){return b&&b.length===1?b[0]:b}e.singleOrMany=me;function Et(b,N,J){var H=b.slice(0);return H[N]=J,H}e.replaceElement=Et;function _t(b,N,J,H,De){return Xt(b,J(N),J,H,De)}e.binarySearch=_t;function Xt(b,N,J,H,De){if(!g(b))return-1;for(var Dt=De||0,lt=b.length-1;Dt<=lt;){var bt=Dt+(lt-Dt>>1),er=J(b[bt],bt);switch(H(er,N)){case-1:Dt=bt+1;break;case 0:return bt;case 1:lt=bt-1;break}}return~Dt}e.binarySearchKey=Xt;function $t(b,N,J,H,De){if(b&&b.length>0){var Dt=b.length;if(Dt>0){var lt=H===void 0||H<0?0:H,bt=De===void 0||lt+De>Dt-1?Dt-1:lt+De,er=void 0;for(arguments.length<=2?(er=b[lt],lt++):er=J;lt<=bt;)er=N(er,b[lt],lt),lt++;return er}}return J}e.reduceLeft=$t;var nr=Object.prototype.hasOwnProperty;function vr(b,N){return nr.call(b,N)}e.hasProperty=vr;function Sr(b,N){return nr.call(b,N)?b[N]:void 0}e.getProperty=Sr;function Wt(b){var N=[];for(var J in b)nr.call(b,J)&&N.push(J);return N}e.getOwnKeys=Wt;function zt(b){var N=[];do for(var J=Object.getOwnPropertyNames(b),H=0,De=J;H<De.length;H++){var Dt=De[H];nt(N,Dt)}while(b=Object.getPrototypeOf(b));return N}e.getAllKeys=zt;function ur(b){var N=[];for(var J in b)nr.call(b,J)&&N.push(b[J]);return N}e.getOwnValues=ur;var Cr=Object.entries||function(b){for(var N=Wt(b),J=Array(N.length),H=0;H<N.length;H++)J[H]=[N[H],b[N[H]]];return J};function wr(b){return b?Cr(b):[]}e.getEntries=wr;function Qr(b,N){for(var J=new Array(b),H=0;H<b;H++)J[H]=N(H);return J}e.arrayOf=Qr;function xn(b,N){for(var J=[],H=b.next();!H.done;H=b.next())J.push(N?N(H.value):H.value);return J}e.arrayFrom=xn;function un(b){for(var N=[],J=1;J<arguments.length;J++)N[J-1]=arguments[J];for(var H=0,De=N;H<De.length;H++){var Dt=De[H];if(Dt!==void 0)for(var lt in Dt)vr(Dt,lt)&&(b[lt]=Dt[lt])}return b}e.assign=un;function An(b,N,J){if(J===void 0&&(J=Bn),b===N)return!0;if(!b||!N)return!1;for(var H in b)if(nr.call(b,H)&&(!nr.call(N,H)||!J(b[H],N[H])))return!1;for(var H in N)if(nr.call(N,H)&&!nr.call(b,H))return!1;return!0}e.equalOwnProperties=An;function Nn(b,N,J){J===void 0&&(J=jn);for(var H=new e.Map,De=0,Dt=b;De<Dt.length;De++){var lt=Dt[De],bt=N(lt);bt!==void 0&&H.set(bt,J(lt))}return H}e.arrayToMap=Nn;function On(b,N,J){J===void 0&&(J=jn);for(var H=[],De=0,Dt=b;De<Dt.length;De++){var lt=Dt[De];H[N(lt)]=J(lt)}return H}e.arrayToNumericMap=On;function si(b,N,J){J===void 0&&(J=jn);for(var H=ei(),De=0,Dt=b;De<Dt.length;De++){var lt=Dt[De];H.add(N(lt),J(lt))}return H}e.arrayToMultiMap=si;function _i(b,N,J){return J===void 0&&(J=jn),xn(si(b,N).values(),J)}e.group=_i;function Vn(b){var N={};for(var J in b)nr.call(b,J)&&(N[J]=b[J]);return N}e.clone=Vn;function Fi(b,N){var J={};for(var H in N)nr.call(N,H)&&(J[H]=N[H]);for(var H in b)nr.call(b,H)&&(J[H]=b[H]);return J}e.extend=Fi;function Jn(b,N){for(var J in N)nr.call(N,J)&&(b[J]=N[J])}e.copyProperties=Jn;function Sn(b,N){return N?N.bind(b):void 0}e.maybeBind=Sn;function ei(){var b=new e.Map;return b.add=Ni,b.remove=di,b}e.createMultiMap=ei;function Ni(b,N){var J=this.get(b);return J?J.push(N):this.set(b,J=[N]),J}function di(b,N){var J=this.get(b);J&&(kn(J,N),J.length||this.delete(b))}function Fn(){return ei()}e.createUnderscoreEscapedMultiMap=Fn;function br(b){var N=(b==null?void 0:b.slice())||[],J=0;function H(){return J===N.length}function De(){for(var lt=[],bt=0;bt<arguments.length;bt++)lt[bt]=arguments[bt];N.push.apply(N,lt)}function Dt(){if(H())throw new Error("Queue is empty");var lt=N[J];if(N[J]=void 0,J++,J>100&&J>N.length>>1){var bt=N.length-J;N.copyWithin(0,J),N.length=bt,J=0}return lt}return{enqueue:De,dequeue:Dt,isEmpty:H}}e.createQueue=br;function Wn(b,N){var J=new e.Map,H=0;function De(){var lt=J.values(),bt;return{next:function(){for(;;)if(bt){var er=bt.next();if(!er.done)return{value:er.value};bt=void 0}else{var er=lt.next();if(er.done)return{value:void 0,done:!0};if(!Xr(er.value))return{value:er.value};bt=fr(er.value)}}}}var Dt={has:function(lt){var bt=b(lt);if(!J.has(bt))return!1;var er=J.get(bt);if(!Xr(er))return N(er,lt);for(var pr=0,Kr=er;pr<Kr.length;pr++){var Nr=Kr[pr];if(N(Nr,lt))return!0}return!1},add:function(lt){var bt=b(lt);if(J.has(bt)){var er=J.get(bt);if(Xr(er))he(er,lt,N)||(er.push(lt),H++);else{var pr=er;N(pr,lt)||(J.set(bt,[pr,lt]),H++)}}else J.set(bt,lt),H++;return this},delete:function(lt){var bt=b(lt);if(!J.has(bt))return!1;var er=J.get(bt);if(Xr(er)){for(var pr=0;pr<er.length;pr++)if(N(er[pr],lt))return er.length===1?J.delete(bt):er.length===2?J.set(bt,er[1-pr]):an(er,pr),H--,!0}else{var Kr=er;if(N(Kr,lt))return J.delete(bt),H--,!0}return!1},clear:function(){J.clear(),H=0},get size(){return H},forEach:function(lt){for(var bt=0,er=xn(J.values());bt<er.length;bt++){var pr=er[bt];if(Xr(pr))for(var Kr=0,Nr=pr;Kr<Nr.length;Kr++){var sn=Nr[Kr];lt(sn,sn)}else{var sn=pr;lt(sn,sn)}}},keys:function(){return De()},values:function(){return De()},entries:function(){var lt=De();return{next:function(){var bt=lt.next();return bt.done?bt:{value:[bt.value,bt.value]}}}}};return Dt}e.createSet=Wn;function Xr(b){return Array.isArray?Array.isArray(b):b instanceof Array}e.isArray=Xr;function Hn(b){return Xr(b)?b:[b]}e.toArray=Hn;function Oi(b){return typeof b=="string"}e.isString=Oi;function Be(b){return typeof b=="number"}e.isNumber=Be;function qr(b,N){return b!==void 0&&N(b)?b:void 0}e.tryCast=qr;function I(b,N){return b!==void 0&&N(b)?b:e.Debug.fail("Invalid cast. The supplied value ".concat(b," did not pass the test '").concat(e.Debug.getFunctionName(N),"'."))}e.cast=I;function mi(b){}e.noop=mi,e.noopPush={push:mi,length:0};function qn(){return!1}e.returnFalse=qn;function gt(){return!0}e.returnTrue=gt;function Yr(){}e.returnUndefined=Yr;function jn(b){return b}e.identity=jn;function gi(b){return b.toLowerCase()}e.toLowerCase=gi;var xi=/[^\u0130\u0131\u00DFa-z0-9\\/:\-_\. ]+/g;function ii(b){return xi.test(b)?b.replace(xi,gi):b}e.toFileNameLowerCase=ii;function Mi(){throw new Error("Not implemented")}e.notImplemented=Mi;function gn(b){var N;return function(){return b&&(N=b(),b=void 0),N}}e.memoize=gn;function Si(b){var N=new e.Map;return function(J){var H="".concat(typeof J,":").concat(J),De=N.get(H);return De===void 0&&!N.has(H)&&(De=b(J),N.set(H,De)),De}}e.memoizeOne=Si;function ai(b,N,J,H,De){if(De){for(var Dt=[],lt=0;lt<arguments.length;lt++)Dt[lt]=arguments[lt];return function(bt){return $t(Dt,function(er,pr){return pr(er)},bt)}}else return H?function(bt){return H(J(N(b(bt))))}:J?function(bt){return J(N(b(bt)))}:N?function(bt){return N(b(bt))}:b?function(bt){return b(bt)}:function(bt){return bt}}e.compose=ai;var yi;(function(b){b[b.None=0]="None",b[b.Normal=1]="Normal",b[b.Aggressive=2]="Aggressive",b[b.VeryAggressive=3]="VeryAggressive"})(yi=e.AssertionLevel||(e.AssertionLevel={}));function Bn(b,N){return b===N}e.equateValues=Bn;function mr(b,N){return b===N||b!==void 0&&N!==void 0&&b.toUpperCase()===N.toUpperCase()}e.equateStringsCaseInsensitive=mr;function et(b,N){return Bn(b,N)}e.equateStringsCaseSensitive=et;function It(b,N){return b===N?0:b===void 0?-1:N===void 0?1:b<N?-1:1}function ot(b,N){return It(b,N)}e.compareValues=ot;function Te(b,N){return ot(b==null?void 0:b.start,N==null?void 0:N.start)||ot(b==null?void 0:b.length,N==null?void 0:N.length)}e.compareTextSpans=Te;function Fr(b,N,J){return J(b,N)===-1?b:N}e.min=Fr;function zr(b,N){return b===N?0:b===void 0?-1:N===void 0?1:(b=b.toUpperCase(),N=N.toUpperCase(),b<N?-1:b>N?1:0)}e.compareStringsCaseInsensitive=zr;function Lr(b,N){return It(b,N)}e.compareStringsCaseSensitive=Lr;function Se(b){return b?zr:Lr}e.getStringComparer=Se;var Pe=function(){var b,N,J=bt();return er;function H(pr,Kr,Nr){if(pr===Kr)return 0;if(pr===void 0)return-1;if(Kr===void 0)return 1;var sn=Nr(pr,Kr);return sn<0?-1:sn>0?1:0}function De(pr){var Kr=new Intl.Collator(pr,{usage:"sort",sensitivity:"variant"}).compare;return function(Nr,sn){return H(Nr,sn,Kr)}}function Dt(pr){if(pr!==void 0)return lt();return function(Nr,sn){return H(Nr,sn,Kr)};function Kr(Nr,sn){return Nr.localeCompare(sn)}}function lt(){return function(Nr,sn){return H(Nr,sn,pr)};function pr(Nr,sn){return Kr(Nr.toUpperCase(),sn.toUpperCase())||Kr(Nr,sn)}function Kr(Nr,sn){return Nr<sn?-1:Nr>sn?1:0}}function bt(){return typeof Intl=="object"&&typeof Intl.Collator=="function"?De:typeof String.prototype.localeCompare=="function"&&typeof String.prototype.toLocaleUpperCase=="function"&&"a".localeCompare("B")<0?Dt:lt}function er(pr){return pr===void 0?b||(b=J(pr)):pr==="en-US"?N||(N=J(pr)):J(pr)}}(),$e,Ze;function it(){return Ze}e.getUILocale=it;function wt(b){Ze!==b&&(Ze=b,$e=void 0)}e.setUILocale=wt;function ar(b,N){var J=$e||($e=Pe(Ze));return J(b,N)}e.compareStringsCaseSensitiveUI=ar;function yr(b,N,J,H){return b===N?0:b===void 0?-1:N===void 0?1:H(b[J],N[J])}e.compareProperties=yr;function tn(b,N){return ot(b?1:0,N?1:0)}e.compareBooleans=tn;function Rr(b,N,J){for(var H=Math.max(2,Math.floor(b.length*.34)),De=Math.floor(b.length*.4)+1,Dt,lt=0,bt=N;lt<bt.length;lt++){var er=bt[lt],pr=J(er);if(pr!==void 0&&Math.abs(pr.length-b.length)<=H){if(pr===b||pr.length<3&&pr.toLowerCase()!==b.toLowerCase())continue;var Kr=Jr(b,pr,De-.1);if(Kr===void 0)continue;e.Debug.assert(Kr<De),De=Kr,Dt=er}}return Dt}e.getSpellingSuggestion=Rr;function Jr(b,N,J){for(var H=new Array(N.length+1),De=new Array(N.length+1),Dt=J+.01,lt=0;lt<=N.length;lt++)H[lt]=lt;for(var lt=1;lt<=b.length;lt++){var bt=b.charCodeAt(lt-1),er=Math.ceil(lt>J?lt-J:1),pr=Math.floor(N.length>J+lt?J+lt:N.length);De[0]=lt;for(var Kr=lt,Nr=1;Nr<er;Nr++)De[Nr]=Dt;for(var Nr=er;Nr<=pr;Nr++){var sn=b[lt-1].toLowerCase()===N[Nr-1].toLowerCase()?H[Nr-1]+.1:H[Nr-1]+2,ci=bt===N.charCodeAt(Nr-1)?H[Nr-1]:Math.min(H[Nr]+1,De[Nr-1]+1,sn);De[Nr]=ci,Kr=Math.min(Kr,ci)}for(var Nr=pr+1;Nr<=N.length;Nr++)De[Nr]=Dt;if(Kr>J)return;var Qn=H;H=De,De=Qn}var wi=H[N.length];return wi>J?void 0:wi}function dr(b,N){var J=b.length-N.length;return J>=0&&b.indexOf(N,J)===J}e.endsWith=dr;function hn(b,N){return dr(b,N)?b.slice(0,b.length-N.length):b}e.removeSuffix=hn;function Ur(b,N){return dr(b,N)?b.slice(0,b.length-N.length):void 0}e.tryRemoveSuffix=Ur;function Tr(b,N){return b.indexOf(N)!==-1}e.stringContains=Tr;function pe(b){for(var N=b.length,J=N-1;J>0;J--){var H=b.charCodeAt(J);if(H>=48&&H<=57)do--J,H=b.charCodeAt(J);while(J>0&&H>=48&&H<=57);else if(J>4&&(H===110||H===78)){if(--J,H=b.charCodeAt(J),H!==105&&H!==73||(--J,H=b.charCodeAt(J),H!==109&&H!==77))break;--J,H=b.charCodeAt(J)}else break;if(H!==45&&H!==46)break;N=J}return N===b.length?b:b.slice(0,N)}e.removeMinAndVersionNumbers=pe;function pn(b,N){for(var J=0;J<b.length;J++)if(b[J]===N)return Wr(b,J),!0;return!1}e.orderedRemoveItem=pn;function Wr(b,N){for(var J=N;J<b.length-1;J++)b[J]=b[J+1];b.pop()}e.orderedRemoveItemAt=Wr;function an(b,N){b[N]=b[b.length-1],b.pop()}e.unorderedRemoveItemAt=an;function kn(b,N){return $r(b,function(J){return J===N})}e.unorderedRemoveItem=kn;function $r(b,N){for(var J=0;J<b.length;J++)if(N(b[J]))return an(b,J),!0;return!1}function Zr(b){return b?jn:ii}e.createGetCanonicalFileName=Zr;function Ut(b){var N=b.prefix,J=b.suffix;return"".concat(N,"*").concat(J)}e.patternText=Ut;function lr(b,N){return e.Debug.assert(hi(b,N)),N.substring(b.prefix.length,N.length-b.suffix.length)}e.matchedText=lr;function jr(b,N,J){for(var H,De=-1,Dt=0,lt=b;Dt<lt.length;Dt++){var bt=lt[Dt],er=N(bt);hi(er,J)&&er.prefix.length>De&&(De=er.prefix.length,H=bt)}return H}e.findBestPatternMatch=jr;function en(b,N){return b.lastIndexOf(N,0)===0}e.startsWith=en;function Un(b,N){return en(b,N)?b.substr(N.length):b}e.removePrefix=Un;function Di(b,N,J){return J===void 0&&(J=jn),en(J(b),J(N))?b.substring(N.length):void 0}e.tryRemovePrefix=Di;function hi(b,N){var J=b.prefix,H=b.suffix;return N.length>=J.length+H.length&&en(N,J)&&dr(N,H)}e.isPatternMatch=hi;function Xn(b,N){return function(J){return b(J)&&N(J)}}e.and=Xn;function Ei(){for(var b=[],N=0;N<arguments.length;N++)b[N]=arguments[N];return function(){for(var J=[],H=0;H<arguments.length;H++)J[H]=arguments[H];for(var De,Dt=0,lt=b;Dt<lt.length;Dt++){var bt=lt[Dt];if(De=bt.apply(void 0,J),De)return De}return De}}e.or=Ei;function Ci(b){return function(){for(var N=[],J=0;J<arguments.length;J++)N[J]=arguments[J];return!b.apply(void 0,N)}}e.not=Ci;function fa(b){}e.assertType=fa;function ji(b){return b===void 0?void 0:[b]}e.singleElementArray=ji;function Li(b,N,J,H,De,Dt){Dt=Dt||mi;for(var lt=0,bt=0,er=b.length,pr=N.length,Kr=!1;lt<er&&bt<pr;){var Nr=b[lt],sn=N[bt],ci=J(Nr,sn);ci===-1?(H(Nr),lt++,Kr=!0):ci===1?(De(sn),bt++,Kr=!0):(Dt(sn,Nr),lt++,bt++)}for(;lt<er;)H(b[lt++]),Kr=!0;for(;bt<pr;)De(N[bt++]),Kr=!0;return Kr}e.enumerateInsertsAndDeletes=Li;function vi(b,N){for(var J=Array(b),H=0;H<b;H++)J[H]=N(H);return J}e.fill=vi;function Vi(b){var N=[];return Qi(b,N,void 0,0),N}e.cartesianProduct=Vi;function Qi(b,N,J,H){for(var De=0,Dt=b[H];De<Dt.length;De++){var lt=Dt[De],bt=void 0;J?(bt=J.slice(),bt.push(lt)):bt=[lt],H===b.length-1?N.push(bt):Qi(b,N,bt,H+1)}}function Yi(b,N,J){return J===void 0&&(J=" "),N<=b.length?b:J.repeat(N-b.length)+b}e.padLeft=Yi;function Zi(b,N,J){return J===void 0&&(J=" "),N<=b.length?b:b+J.repeat(N-b.length)}e.padRight=Zi;function ea(b,N){for(var J=b.length,H=0;H<J&&N(b[H]);)H++;return b.slice(0,H)}e.takeWhile=ea,e.trimString=String.prototype.trim?function(b){return b.trim()}:function(b){return e.trimStringEnd(e.trimStringStart(b))},e.trimStringEnd=String.prototype.trimEnd?function(b){return b.trimEnd()}:aa,e.trimStringStart=String.prototype.trimStart?function(b){return b.trimStart()}:function(b){return b.replace(/^\s+/g,"")};function aa(b){for(var N=b.length-1;N>=0&&e.isWhiteSpaceLike(b.charCodeAt(N));)N--;return b.slice(0,N+1)}})(Qt||(Qt={}));var Qt;(function(e){var t;(function(_){_[_.Off=0]="Off",_[_.Error=1]="Error",_[_.Warning=2]="Warning",_[_.Info=3]="Info",_[_.Verbose=4]="Verbose"})(t=e.LogLevel||(e.LogLevel={}));var a;(function(_){var d,x=0;_.currentLogLevel=t.Warning,_.isDebugging=!1,_.enableDeprecationWarnings=!0;function $(){return d!=null?d:d=new e.Version(e.version)}_.getTypeScriptVersion=$;function Y(se){return _.currentLogLevel<=se}_.shouldLog=Y;function w(se,k){_.loggingHost&&Y(se)&&_.loggingHost.log(se,k)}function K(se){w(t.Info,se)}_.log=K,function(se){function k(_t){w(t.Error,_t)}se.error=k;function W(_t){w(t.Warning,_t)}se.warn=W;function me(_t){w(t.Info,_t)}se.log=me;function Et(_t){w(t.Verbose,_t)}se.trace=Et}(K=_.log||(_.log={}));var qe={};function ye(){return x}_.getAssertionLevel=ye;function ne(se){var k=x;if(x=se,se>k)for(var W=0,me=e.getOwnKeys(qe);W<me.length;W++){var Et=me[W],_t=qe[Et];_t!==void 0&&_[Et]!==_t.assertion&&se>=_t.level&&(_[Et]=_t,qe[Et]=void 0)}}_.setAssertionLevel=ne;function U(se){return x>=se}_.shouldAssert=U;function We(se,k){return U(se)?!0:(qe[k]={level:se,assertion:_[k]},_[k]=e.noop,!1)}function f(se,k){debugger;var W=new Error(se?"Debug Failure. ".concat(se):"Debug Failure.");throw Error.captureStackTrace&&Error.captureStackTrace(W,k||f),W}_.fail=f;function v(se,k,W){return f("".concat(k||"Unexpected node.",`\r
|
|
4
|
+
Node `).concat(Ot(se.kind)," was unexpected."),W||v)}_.failBadSyntaxKind=v;function le(se,k,W,me){se||(k=k?"False expression: ".concat(k):"False expression.",W&&(k+=`\r
|
|
5
|
+
Verbose Debug Information: `+(typeof W=="string"?W:W())),f(k,me||le))}_.assert=le;function he(se,k,W,me,Et){if(se!==k){var _t=W?me?"".concat(W," ").concat(me):W:"";f("Expected ".concat(se," === ").concat(k,". ").concat(_t),Et||he)}}_.assertEqual=he;function je(se,k,W,me){se>=k&&f("Expected ".concat(se," < ").concat(k,". ").concat(W||""),me||je)}_.assertLessThan=je;function A(se,k,W){se>k&&f("Expected ".concat(se," <= ").concat(k),W||A)}_.assertLessThanOrEqual=A;function xe(se,k,W){se<k&&f("Expected ".concat(se," >= ").concat(k),W||xe)}_.assertGreaterThanOrEqual=xe;function Q(se,k,W){se==null&&f(k,W||Q)}_.assertIsDefined=Q;function Ct(se,k,W){return Q(se,k,W||Ct),se}_.checkDefined=Ct;function ft(se,k,W){for(var me=0,Et=se;me<Et.length;me++){var _t=Et[me];Q(_t,k,W||ft)}}_.assertEachIsDefined=ft;function Jt(se,k,W){return ft(se,k,W||Jt),se}_.checkEachDefined=Jt;function ke(se,k,W){k===void 0&&(k="Illegal value:");var me=typeof se=="object"&&e.hasProperty(se,"kind")&&e.hasProperty(se,"pos")?"SyntaxKind: "+Ot(se.kind):JSON.stringify(se);return f("".concat(k," ").concat(me),W||ke)}_.assertNever=ke;function Qe(se,k,W,me){We(1,"assertEachNode")&&le(k===void 0||e.every(se,k),W||"Unexpected node.",function(){return"Node array did not pass test '".concat(Me(k),"'.")},me||Qe)}_.assertEachNode=Qe;function be(se,k,W,me){We(1,"assertNode")&&le(se!==void 0&&(k===void 0||k(se)),W||"Unexpected node.",function(){return"Node ".concat(Ot(se==null?void 0:se.kind)," did not pass test '").concat(Me(k),"'.")},me||be)}_.assertNode=be;function Ie(se,k,W,me){We(1,"assertNotNode")&&le(se===void 0||k===void 0||!k(se),W||"Unexpected node.",function(){return"Node ".concat(Ot(se.kind)," should not have passed test '").concat(Me(k),"'.")},me||Ie)}_.assertNotNode=Ie;function q(se,k,W,me){We(1,"assertOptionalNode")&&le(k===void 0||se===void 0||k(se),W||"Unexpected node.",function(){return"Node ".concat(Ot(se==null?void 0:se.kind)," did not pass test '").concat(Me(k),"'.")},me||q)}_.assertOptionalNode=q;function ve(se,k,W,me){We(1,"assertOptionalToken")&&le(k===void 0||se===void 0||se.kind===k,W||"Unexpected node.",function(){return"Node ".concat(Ot(se==null?void 0:se.kind)," was not a '").concat(Ot(k),"' token.")},me||ve)}_.assertOptionalToken=ve;function st(se,k,W){We(1,"assertMissingNode")&&le(se===void 0,k||"Unexpected node.",function(){return"Node ".concat(Ot(se.kind)," was unexpected'.")},W||st)}_.assertMissingNode=st;function we(se){}_.type=we;function Me(se){if(typeof se!="function")return"";if(se.hasOwnProperty("name"))return se.name;var k=Function.prototype.toString.call(se),W=/^function\s+([\w\$]+)\s*\(/.exec(k);return W?W[1]:""}_.getFunctionName=Me;function Tt(se){return"{ name: ".concat(e.unescapeLeadingUnderscores(se.escapedName),"; flags: ").concat(G(se.flags),"; declarations: ").concat(e.map(se.declarations,function(k){return Ot(k.kind)})," }")}_.formatSymbol=Tt;function ze(se,k,W){se===void 0&&(se=0);var me=Pt(k);if(se===0)return me.length>0&&me[0][0]===0?me[0][1]:"0";if(W){for(var Et=[],_t=se,Xt=0,$t=me;Xt<$t.length;Xt++){var nr=$t[Xt],vr=nr[0],Sr=nr[1];if(vr>se)break;vr!==0&&vr&se&&(Et.push(Sr),_t&=~vr)}if(_t===0)return Et.join("|")}else for(var Wt=0,zt=me;Wt<zt.length;Wt++){var ur=zt[Wt],vr=ur[0],Sr=ur[1];if(vr===se)return Sr}return se.toString()}_.formatEnum=ze;var rt=new e.Map;function Pt(se){var k=rt.get(se);if(k)return k;var W=[];for(var me in se){var Et=se[me];typeof Et=="number"&&W.push([Et,me])}var _t=e.stableSort(W,function(Xt,$t){return e.compareValues(Xt[0],$t[0])});return rt.set(se,_t),_t}function Ot(se){return ze(se,e.SyntaxKind,!1)}_.formatSyntaxKind=Ot;function Yt(se){return ze(se,e.SnippetKind,!1)}_.formatSnippetKind=Yt;function oe(se){return ze(se,e.NodeFlags,!0)}_.formatNodeFlags=oe;function y(se){return ze(se,e.ModifierFlags,!0)}_.formatModifierFlags=y;function g(se){return ze(se,e.TransformFlags,!0)}_.formatTransformFlags=g;function D(se){return ze(se,e.EmitFlags,!0)}_.formatEmitFlags=D;function G(se){return ze(se,e.SymbolFlags,!0)}_.formatSymbolFlags=G;function ee(se){return ze(se,e.TypeFlags,!0)}_.formatTypeFlags=ee;function V(se){return ze(se,e.SignatureFlags,!0)}_.formatSignatureFlags=V;function Ye(se){return ze(se,e.ObjectFlags,!0)}_.formatObjectFlags=Ye;function at(se){return ze(se,e.FlowFlags,!0)}_.formatFlowFlags=at;function Le(se){return ze(se,e.RelationComparisonResult,!0)}_.formatRelationComparisonResult=Le;function Ne(se){return ze(se,e.CheckMode,!0)}_.formatCheckMode=Ne;function B(se){return ze(se,e.SignatureCheckMode,!0)}_.formatSignatureCheckMode=B;function mt(se){return ze(se,e.TypeFacts,!0)}_.formatTypeFacts=mt;var X=!1,ce;function Fe(){if(dt(),!ce)throw new Error("Debugging helpers could not be loaded.");return ce}function Ue(se){return console.log(Ve(se))}_.printControlFlowGraph=Ue;function Ve(se){return Fe().formatControlFlowGraph(se)}_.formatControlFlowGraph=Ve;var ut;function ht(se){"__debugFlowFlags"in se||Object.defineProperties(se,{__tsDebuggerDisplay:{value:function(){var k=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",W=this.flags&~(2048-1);return"".concat(k).concat(W?" (".concat(at(W),")"):"")}},__debugFlowFlags:{get:function(){return ze(this.flags,e.FlowFlags,!0)}},__debugToString:{value:function(){return Ve(this)}}})}function St(se){X&&(typeof Object.setPrototypeOf=="function"?(ut||(ut=Object.create(Object.prototype),ht(ut)),Object.setPrototypeOf(se,ut)):ht(se))}_.attachFlowNodeDebugInfo=St;var Z;function fe(se){"__tsDebuggerDisplay"in se||Object.defineProperties(se,{__tsDebuggerDisplay:{value:function(k){return k=String(k).replace(/(?:,[\s\w\d_]+:[^,]+)+\]$/,"]"),"NodeArray ".concat(k)}}})}function nt(se){X&&(typeof Object.setPrototypeOf=="function"?(Z||(Z=Object.create(Array.prototype),fe(Z)),Object.setPrototypeOf(se,Z)):fe(se))}_.attachNodeArrayDebugInfo=nt;function dt(){if(X)return;var se,k;function W(){return se===void 0&&typeof WeakMap=="function"&&(se=new WeakMap),se}function me(){return k===void 0&&typeof WeakMap=="function"&&(k=new WeakMap),k}Object.defineProperties(e.objectAllocator.getSymbolConstructor().prototype,{__tsDebuggerDisplay:{value:function(){var Sr=this.flags&33554432?"TransientSymbol":"Symbol",Wt=this.flags&-33554433;return"".concat(Sr," '").concat(e.symbolName(this),"'").concat(Wt?" (".concat(G(Wt),")"):"")}},__debugFlags:{get:function(){return G(this.flags)}}}),Object.defineProperties(e.objectAllocator.getTypeConstructor().prototype,{__tsDebuggerDisplay:{value:function(){var Sr=this.flags&98304?"NullableType":this.flags&384?"LiteralType ".concat(JSON.stringify(this.value)):this.flags&2048?"LiteralType ".concat(this.value.negative?"-":"").concat(this.value.base10Value,"n"):this.flags&8192?"UniqueESSymbolType":this.flags&32?"EnumType":this.flags&67359327?"IntrinsicType ".concat(this.intrinsicName):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",Wt=this.flags&524288?this.objectFlags&-1344:0;return"".concat(Sr).concat(this.symbol?" '".concat(e.symbolName(this.symbol),"'"):"").concat(Wt?" (".concat(Ye(Wt),")"):"")}},__debugFlags:{get:function(){return ee(this.flags)}},__debugObjectFlags:{get:function(){return this.flags&524288?Ye(this.objectFlags):""}},__debugTypeToString:{value:function(){var Sr=W(),Wt=Sr==null?void 0:Sr.get(this);return Wt===void 0&&(Wt=this.checker.typeToString(this),Sr==null||Sr.set(this,Wt)),Wt}}}),Object.defineProperties(e.objectAllocator.getSignatureConstructor().prototype,{__debugFlags:{get:function(){return V(this.flags)}},__debugSignatureToString:{value:function(){var Sr;return(Sr=this.checker)===null||Sr===void 0?void 0:Sr.signatureToString(this)}}});for(var Et=[e.objectAllocator.getNodeConstructor(),e.objectAllocator.getIdentifierConstructor(),e.objectAllocator.getTokenConstructor(),e.objectAllocator.getSourceFileConstructor()],_t=0,Xt=Et;_t<Xt.length;_t++){var $t=Xt[_t];$t.prototype.hasOwnProperty("__debugKind")||Object.defineProperties($t.prototype,{__tsDebuggerDisplay:{value:function(){var Sr=e.isGeneratedIdentifier(this)?"GeneratedIdentifier":e.isIdentifier(this)?"Identifier '".concat(e.idText(this),"'"):e.isPrivateIdentifier(this)?"PrivateIdentifier '".concat(e.idText(this),"'"):e.isStringLiteral(this)?"StringLiteral ".concat(JSON.stringify(this.text.length<10?this.text:this.text.slice(10)+"...")):e.isNumericLiteral(this)?"NumericLiteral ".concat(this.text):e.isBigIntLiteral(this)?"BigIntLiteral ".concat(this.text,"n"):e.isTypeParameterDeclaration(this)?"TypeParameterDeclaration":e.isParameter(this)?"ParameterDeclaration":e.isConstructorDeclaration(this)?"ConstructorDeclaration":e.isGetAccessorDeclaration(this)?"GetAccessorDeclaration":e.isSetAccessorDeclaration(this)?"SetAccessorDeclaration":e.isCallSignatureDeclaration(this)?"CallSignatureDeclaration":e.isConstructSignatureDeclaration(this)?"ConstructSignatureDeclaration":e.isIndexSignatureDeclaration(this)?"IndexSignatureDeclaration":e.isTypePredicateNode(this)?"TypePredicateNode":e.isTypeReferenceNode(this)?"TypeReferenceNode":e.isFunctionTypeNode(this)?"FunctionTypeNode":e.isConstructorTypeNode(this)?"ConstructorTypeNode":e.isTypeQueryNode(this)?"TypeQueryNode":e.isTypeLiteralNode(this)?"TypeLiteralNode":e.isArrayTypeNode(this)?"ArrayTypeNode":e.isTupleTypeNode(this)?"TupleTypeNode":e.isOptionalTypeNode(this)?"OptionalTypeNode":e.isRestTypeNode(this)?"RestTypeNode":e.isUnionTypeNode(this)?"UnionTypeNode":e.isIntersectionTypeNode(this)?"IntersectionTypeNode":e.isConditionalTypeNode(this)?"ConditionalTypeNode":e.isInferTypeNode(this)?"InferTypeNode":e.isParenthesizedTypeNode(this)?"ParenthesizedTypeNode":e.isThisTypeNode(this)?"ThisTypeNode":e.isTypeOperatorNode(this)?"TypeOperatorNode":e.isIndexedAccessTypeNode(this)?"IndexedAccessTypeNode":e.isMappedTypeNode(this)?"MappedTypeNode":e.isLiteralTypeNode(this)?"LiteralTypeNode":e.isNamedTupleMember(this)?"NamedTupleMember":e.isImportTypeNode(this)?"ImportTypeNode":Ot(this.kind);return"".concat(Sr).concat(this.flags?" (".concat(oe(this.flags),")"):"")}},__debugKind:{get:function(){return Ot(this.kind)}},__debugNodeFlags:{get:function(){return oe(this.flags)}},__debugModifierFlags:{get:function(){return y(e.getEffectiveModifierFlagsNoCache(this))}},__debugTransformFlags:{get:function(){return g(this.transformFlags)}},__debugIsParseTreeNode:{get:function(){return e.isParseTreeNode(this)}},__debugEmitFlags:{get:function(){return D(e.getEmitFlags(this))}},__debugGetText:{value:function(Sr){if(e.nodeIsSynthesized(this))return"";var Wt=me(),zt=Wt==null?void 0:Wt.get(this);if(zt===void 0){var ur=e.getParseTreeNode(this),Cr=ur&&e.getSourceFileOfNode(ur);zt=Cr?e.getSourceTextOfNodeFromSourceFile(Cr,ur,Sr):"",Wt==null||Wt.set(this,zt)}return zt}}})}try{if(!1)var nr,vr}catch{}X=!0}_.enableDebugInfo=dt;function Ft(se,k,W,me,Et){var _t=k?"DeprecationError: ":"DeprecationWarning: ";return _t+="'".concat(se,"' "),_t+=me?"has been deprecated since v".concat(me):"is deprecated",_t+=k?" and can no longer be used.":W?" and will no longer be usable after v".concat(W,"."):".",_t+=Et?" ".concat(e.formatStringFromArgs(Et,[se],0)):"",_t}function Mt(se,k,W,me){var Et=Ft(se,!0,k,W,me);return function(){throw new TypeError(Et)}}function fr(se,k,W,me){var Et=!1;return function(){_.enableDeprecationWarnings&&!Et&&(K.warn(Ft(se,!1,k,W,me)),Et=!0)}}function Ce(se,k){var W,me;k===void 0&&(k={});var Et=typeof k.typeScriptVersion=="string"?new e.Version(k.typeScriptVersion):(W=k.typeScriptVersion)!==null&&W!==void 0?W:$(),_t=typeof k.errorAfter=="string"?new e.Version(k.errorAfter):k.errorAfter,Xt=typeof k.warnAfter=="string"?new e.Version(k.warnAfter):k.warnAfter,$t=typeof k.since=="string"?new e.Version(k.since):(me=k.since)!==null&&me!==void 0?me:Xt,nr=k.error||_t&&Et.compareTo(_t)<=0,vr=!Xt||Et.compareTo(Xt)>=0;return nr?Mt(se,_t,$t,k.message):vr?fr(se,_t,$t,k.message):e.noop}_.createDeprecation=Ce;function L(se,k){return function(){return se(),k.apply(this,arguments)}}function r(se,k){var W,me=Ce((W=k==null?void 0:k.name)!==null&&W!==void 0?W:Me(se),k);return L(me,se)}_.deprecate=r;function Er(se){var k=se&7,W=k===0?"in out":k===3?"[bivariant]":k===2?"in":k===1?"out":k===4?"[independent]":"";return se&8?W+=" (unmeasurable)":se&16&&(W+=" (unreliable)"),W}_.formatVariance=Er;var Ir=function(){function se(){}return se.prototype.__debugToString=function(){var k;switch(this.kind){case 3:return((k=this.debugInfo)===null||k===void 0?void 0:k.call(this))||"(function mapper)";case 0:return"".concat(this.source.__debugTypeToString()," -> ").concat(this.target.__debugTypeToString());case 1:return e.zipWith(this.sources,this.targets||e.map(this.sources,function(){return"any"}),function(W,me){return"".concat(W.__debugTypeToString()," -> ").concat(typeof me=="string"?me:me.__debugTypeToString())}).join(", ");case 2:return e.zipWith(this.sources,this.targets,function(W,me){return"".concat(W.__debugTypeToString()," -> ").concat(me().__debugTypeToString())}).join(", ");case 5:case 4:return"m1: ".concat(this.mapper1.__debugToString().split(`
|
|
6
|
+
`).join(`
|
|
7
|
+
`),`
|
|
8
|
+
m2: `).concat(this.mapper2.__debugToString().split(`
|
|
9
|
+
`).join(`
|
|
10
|
+
`));default:return ke(this)}},se}();_.DebugTypeMapper=Ir;function Ke(se){return _.isDebugging?Object.setPrototypeOf(se,Ir.prototype):se}_.attachDebugPrototypeIfDebug=Ke})(a=e.Debug||(e.Debug={}))})(Qt||(Qt={}));var Qt;(function(e){e.tryGetNativePerformanceHooks=()=>{},e.timestamp=Date.now})(Qt||(Qt={}));var Qt;(function(e){var t;(function(a){var _,d;function x(A,xe,Q,Ct){return A?$(xe,Q,Ct):a.nullTimer}a.createTimerIf=x;function $(A,xe,Q){var Ct=0;return{enter:ft,exit:Jt};function ft(){++Ct===1&&ne(xe)}function Jt(){--Ct===0?(ne(Q),U(A,xe,Q)):Ct<0&&e.Debug.fail("enter/exit count does not match.")}}a.createTimer=$,a.nullTimer={enter:e.noop,exit:e.noop};var Y=!1,w=e.timestamp(),K=new e.Map,qe=new e.Map,ye=new e.Map;function ne(A){var xe;if(Y){var Q=(xe=qe.get(A))!==null&&xe!==void 0?xe:0;qe.set(A,Q+1),K.set(A,e.timestamp()),d==null||d.mark(A)}}a.mark=ne;function U(A,xe,Q){var Ct,ft;if(Y){var Jt=(Ct=Q!==void 0?K.get(Q):void 0)!==null&&Ct!==void 0?Ct:e.timestamp(),ke=(ft=xe!==void 0?K.get(xe):void 0)!==null&&ft!==void 0?ft:w,Qe=ye.get(A)||0;ye.set(A,Qe+(Jt-ke)),d==null||d.measure(A,xe,Q)}}a.measure=U;function We(A){return qe.get(A)||0}a.getCount=We;function f(A){return ye.get(A)||0}a.getDuration=f;function v(A){ye.forEach(function(xe,Q){return A(Q,xe)})}a.forEachMeasure=v;function le(){return Y}a.isEnabled=le;function he(A){var xe;return A===void 0&&(A=e.sys),Y||(Y=!0,_||(_=e.tryGetNativePerformanceHooks()),_&&(w=_.performance.timeOrigin,(_.shouldWriteNativeEvents||((xe=A==null?void 0:A.cpuProfilingEnabled)===null||xe===void 0?void 0:xe.call(A))||(A==null?void 0:A.debugMode))&&(d=_.performance))),!0}a.enable=he;function je(){Y&&(K.clear(),qe.clear(),ye.clear(),d=void 0,Y=!1)}a.disable=je})(t=e.performance||(e.performance={}))})(Qt||(Qt={}));var Qt;(function(e){var t,a={logEvent:e.noop,logErrEvent:e.noop,logPerfEvent:e.noop,logInfoEvent:e.noop,logStartCommand:e.noop,logStopCommand:e.noop,logStartUpdateProgram:e.noop,logStopUpdateProgram:e.noop,logStartUpdateGraph:e.noop,logStopUpdateGraph:e.noop,logStartResolveModule:e.noop,logStopResolveModule:e.noop,logStartParseSourceFile:e.noop,logStopParseSourceFile:e.noop,logStartReadFile:e.noop,logStopReadFile:e.noop,logStartBindFile:e.noop,logStopBindFile:e.noop,logStartScheduledOperation:e.noop,logStopScheduledOperation:e.noop},_;try{var d=(t=vt.env.TS_ETW_MODULE_PATH)!==null&&t!==void 0?t:"./node_modules/@microsoft/typescript-etw";_=void 0}catch{_=void 0}e.perfLogger=_&&_.logEvent?_:a})(Qt||(Qt={}));var Qt;(function(e){var t;(function(r){r[r.Unknown=0]="Unknown",r[r.EndOfFileToken=1]="EndOfFileToken",r[r.SingleLineCommentTrivia=2]="SingleLineCommentTrivia",r[r.MultiLineCommentTrivia=3]="MultiLineCommentTrivia",r[r.NewLineTrivia=4]="NewLineTrivia",r[r.WhitespaceTrivia=5]="WhitespaceTrivia",r[r.ShebangTrivia=6]="ShebangTrivia",r[r.ConflictMarkerTrivia=7]="ConflictMarkerTrivia",r[r.NumericLiteral=8]="NumericLiteral",r[r.BigIntLiteral=9]="BigIntLiteral",r[r.StringLiteral=10]="StringLiteral",r[r.JsxText=11]="JsxText",r[r.JsxTextAllWhiteSpaces=12]="JsxTextAllWhiteSpaces",r[r.RegularExpressionLiteral=13]="RegularExpressionLiteral",r[r.NoSubstitutionTemplateLiteral=14]="NoSubstitutionTemplateLiteral",r[r.TemplateHead=15]="TemplateHead",r[r.TemplateMiddle=16]="TemplateMiddle",r[r.TemplateTail=17]="TemplateTail",r[r.OpenBraceToken=18]="OpenBraceToken",r[r.CloseBraceToken=19]="CloseBraceToken",r[r.OpenParenToken=20]="OpenParenToken",r[r.CloseParenToken=21]="CloseParenToken",r[r.OpenBracketToken=22]="OpenBracketToken",r[r.CloseBracketToken=23]="CloseBracketToken",r[r.DotToken=24]="DotToken",r[r.DotDotDotToken=25]="DotDotDotToken",r[r.SemicolonToken=26]="SemicolonToken",r[r.CommaToken=27]="CommaToken",r[r.QuestionDotToken=28]="QuestionDotToken",r[r.LessThanToken=29]="LessThanToken",r[r.LessThanSlashToken=30]="LessThanSlashToken",r[r.GreaterThanToken=31]="GreaterThanToken",r[r.LessThanEqualsToken=32]="LessThanEqualsToken",r[r.GreaterThanEqualsToken=33]="GreaterThanEqualsToken",r[r.EqualsEqualsToken=34]="EqualsEqualsToken",r[r.ExclamationEqualsToken=35]="ExclamationEqualsToken",r[r.EqualsEqualsEqualsToken=36]="EqualsEqualsEqualsToken",r[r.ExclamationEqualsEqualsToken=37]="ExclamationEqualsEqualsToken",r[r.EqualsGreaterThanToken=38]="EqualsGreaterThanToken",r[r.PlusToken=39]="PlusToken",r[r.MinusToken=40]="MinusToken",r[r.AsteriskToken=41]="AsteriskToken",r[r.AsteriskAsteriskToken=42]="AsteriskAsteriskToken",r[r.SlashToken=43]="SlashToken",r[r.PercentToken=44]="PercentToken",r[r.PlusPlusToken=45]="PlusPlusToken",r[r.MinusMinusToken=46]="MinusMinusToken",r[r.LessThanLessThanToken=47]="LessThanLessThanToken",r[r.GreaterThanGreaterThanToken=48]="GreaterThanGreaterThanToken",r[r.GreaterThanGreaterThanGreaterThanToken=49]="GreaterThanGreaterThanGreaterThanToken",r[r.AmpersandToken=50]="AmpersandToken",r[r.BarToken=51]="BarToken",r[r.CaretToken=52]="CaretToken",r[r.ExclamationToken=53]="ExclamationToken",r[r.TildeToken=54]="TildeToken",r[r.AmpersandAmpersandToken=55]="AmpersandAmpersandToken",r[r.BarBarToken=56]="BarBarToken",r[r.QuestionToken=57]="QuestionToken",r[r.ColonToken=58]="ColonToken",r[r.AtToken=59]="AtToken",r[r.QuestionQuestionToken=60]="QuestionQuestionToken",r[r.BacktickToken=61]="BacktickToken",r[r.HashToken=62]="HashToken",r[r.EqualsToken=63]="EqualsToken",r[r.PlusEqualsToken=64]="PlusEqualsToken",r[r.MinusEqualsToken=65]="MinusEqualsToken",r[r.AsteriskEqualsToken=66]="AsteriskEqualsToken",r[r.AsteriskAsteriskEqualsToken=67]="AsteriskAsteriskEqualsToken",r[r.SlashEqualsToken=68]="SlashEqualsToken",r[r.PercentEqualsToken=69]="PercentEqualsToken",r[r.LessThanLessThanEqualsToken=70]="LessThanLessThanEqualsToken",r[r.GreaterThanGreaterThanEqualsToken=71]="GreaterThanGreaterThanEqualsToken",r[r.GreaterThanGreaterThanGreaterThanEqualsToken=72]="GreaterThanGreaterThanGreaterThanEqualsToken",r[r.AmpersandEqualsToken=73]="AmpersandEqualsToken",r[r.BarEqualsToken=74]="BarEqualsToken",r[r.BarBarEqualsToken=75]="BarBarEqualsToken",r[r.AmpersandAmpersandEqualsToken=76]="AmpersandAmpersandEqualsToken",r[r.QuestionQuestionEqualsToken=77]="QuestionQuestionEqualsToken",r[r.CaretEqualsToken=78]="CaretEqualsToken",r[r.Identifier=79]="Identifier",r[r.PrivateIdentifier=80]="PrivateIdentifier",r[r.BreakKeyword=81]="BreakKeyword",r[r.CaseKeyword=82]="CaseKeyword",r[r.CatchKeyword=83]="CatchKeyword",r[r.ClassKeyword=84]="ClassKeyword",r[r.ConstKeyword=85]="ConstKeyword",r[r.ContinueKeyword=86]="ContinueKeyword",r[r.DebuggerKeyword=87]="DebuggerKeyword",r[r.DefaultKeyword=88]="DefaultKeyword",r[r.DeleteKeyword=89]="DeleteKeyword",r[r.DoKeyword=90]="DoKeyword",r[r.ElseKeyword=91]="ElseKeyword",r[r.EnumKeyword=92]="EnumKeyword",r[r.ExportKeyword=93]="ExportKeyword",r[r.ExtendsKeyword=94]="ExtendsKeyword",r[r.FalseKeyword=95]="FalseKeyword",r[r.FinallyKeyword=96]="FinallyKeyword",r[r.ForKeyword=97]="ForKeyword",r[r.FunctionKeyword=98]="FunctionKeyword",r[r.IfKeyword=99]="IfKeyword",r[r.ImportKeyword=100]="ImportKeyword",r[r.InKeyword=101]="InKeyword",r[r.InstanceOfKeyword=102]="InstanceOfKeyword",r[r.NewKeyword=103]="NewKeyword",r[r.NullKeyword=104]="NullKeyword",r[r.ReturnKeyword=105]="ReturnKeyword",r[r.SuperKeyword=106]="SuperKeyword",r[r.SwitchKeyword=107]="SwitchKeyword",r[r.ThisKeyword=108]="ThisKeyword",r[r.ThrowKeyword=109]="ThrowKeyword",r[r.TrueKeyword=110]="TrueKeyword",r[r.TryKeyword=111]="TryKeyword",r[r.TypeOfKeyword=112]="TypeOfKeyword",r[r.VarKeyword=113]="VarKeyword",r[r.VoidKeyword=114]="VoidKeyword",r[r.WhileKeyword=115]="WhileKeyword",r[r.WithKeyword=116]="WithKeyword",r[r.ImplementsKeyword=117]="ImplementsKeyword",r[r.InterfaceKeyword=118]="InterfaceKeyword",r[r.LetKeyword=119]="LetKeyword",r[r.PackageKeyword=120]="PackageKeyword",r[r.PrivateKeyword=121]="PrivateKeyword",r[r.ProtectedKeyword=122]="ProtectedKeyword",r[r.PublicKeyword=123]="PublicKeyword",r[r.StaticKeyword=124]="StaticKeyword",r[r.YieldKeyword=125]="YieldKeyword",r[r.AbstractKeyword=126]="AbstractKeyword",r[r.AsKeyword=127]="AsKeyword",r[r.AssertsKeyword=128]="AssertsKeyword",r[r.AssertKeyword=129]="AssertKeyword",r[r.AnyKeyword=130]="AnyKeyword",r[r.AsyncKeyword=131]="AsyncKeyword",r[r.AwaitKeyword=132]="AwaitKeyword",r[r.BooleanKeyword=133]="BooleanKeyword",r[r.ConstructorKeyword=134]="ConstructorKeyword",r[r.DeclareKeyword=135]="DeclareKeyword",r[r.GetKeyword=136]="GetKeyword",r[r.InferKeyword=137]="InferKeyword",r[r.IntrinsicKeyword=138]="IntrinsicKeyword",r[r.IsKeyword=139]="IsKeyword",r[r.KeyOfKeyword=140]="KeyOfKeyword",r[r.ModuleKeyword=141]="ModuleKeyword",r[r.NamespaceKeyword=142]="NamespaceKeyword",r[r.NeverKeyword=143]="NeverKeyword",r[r.OutKeyword=144]="OutKeyword",r[r.ReadonlyKeyword=145]="ReadonlyKeyword",r[r.RequireKeyword=146]="RequireKeyword",r[r.NumberKeyword=147]="NumberKeyword",r[r.ObjectKeyword=148]="ObjectKeyword",r[r.SetKeyword=149]="SetKeyword",r[r.StringKeyword=150]="StringKeyword",r[r.SymbolKeyword=151]="SymbolKeyword",r[r.TypeKeyword=152]="TypeKeyword",r[r.UndefinedKeyword=153]="UndefinedKeyword",r[r.UniqueKeyword=154]="UniqueKeyword",r[r.UnknownKeyword=155]="UnknownKeyword",r[r.FromKeyword=156]="FromKeyword",r[r.GlobalKeyword=157]="GlobalKeyword",r[r.BigIntKeyword=158]="BigIntKeyword",r[r.OverrideKeyword=159]="OverrideKeyword",r[r.OfKeyword=160]="OfKeyword",r[r.QualifiedName=161]="QualifiedName",r[r.ComputedPropertyName=162]="ComputedPropertyName",r[r.TypeParameter=163]="TypeParameter",r[r.Parameter=164]="Parameter",r[r.Decorator=165]="Decorator",r[r.PropertySignature=166]="PropertySignature",r[r.PropertyDeclaration=167]="PropertyDeclaration",r[r.MethodSignature=168]="MethodSignature",r[r.MethodDeclaration=169]="MethodDeclaration",r[r.ClassStaticBlockDeclaration=170]="ClassStaticBlockDeclaration",r[r.Constructor=171]="Constructor",r[r.GetAccessor=172]="GetAccessor",r[r.SetAccessor=173]="SetAccessor",r[r.CallSignature=174]="CallSignature",r[r.ConstructSignature=175]="ConstructSignature",r[r.IndexSignature=176]="IndexSignature",r[r.TypePredicate=177]="TypePredicate",r[r.TypeReference=178]="TypeReference",r[r.FunctionType=179]="FunctionType",r[r.ConstructorType=180]="ConstructorType",r[r.TypeQuery=181]="TypeQuery",r[r.TypeLiteral=182]="TypeLiteral",r[r.ArrayType=183]="ArrayType",r[r.TupleType=184]="TupleType",r[r.OptionalType=185]="OptionalType",r[r.RestType=186]="RestType",r[r.UnionType=187]="UnionType",r[r.IntersectionType=188]="IntersectionType",r[r.ConditionalType=189]="ConditionalType",r[r.InferType=190]="InferType",r[r.ParenthesizedType=191]="ParenthesizedType",r[r.ThisType=192]="ThisType",r[r.TypeOperator=193]="TypeOperator",r[r.IndexedAccessType=194]="IndexedAccessType",r[r.MappedType=195]="MappedType",r[r.LiteralType=196]="LiteralType",r[r.NamedTupleMember=197]="NamedTupleMember",r[r.TemplateLiteralType=198]="TemplateLiteralType",r[r.TemplateLiteralTypeSpan=199]="TemplateLiteralTypeSpan",r[r.ImportType=200]="ImportType",r[r.ObjectBindingPattern=201]="ObjectBindingPattern",r[r.ArrayBindingPattern=202]="ArrayBindingPattern",r[r.BindingElement=203]="BindingElement",r[r.ArrayLiteralExpression=204]="ArrayLiteralExpression",r[r.ObjectLiteralExpression=205]="ObjectLiteralExpression",r[r.PropertyAccessExpression=206]="PropertyAccessExpression",r[r.ElementAccessExpression=207]="ElementAccessExpression",r[r.CallExpression=208]="CallExpression",r[r.NewExpression=209]="NewExpression",r[r.TaggedTemplateExpression=210]="TaggedTemplateExpression",r[r.TypeAssertionExpression=211]="TypeAssertionExpression",r[r.ParenthesizedExpression=212]="ParenthesizedExpression",r[r.FunctionExpression=213]="FunctionExpression",r[r.ArrowFunction=214]="ArrowFunction",r[r.DeleteExpression=215]="DeleteExpression",r[r.TypeOfExpression=216]="TypeOfExpression",r[r.VoidExpression=217]="VoidExpression",r[r.AwaitExpression=218]="AwaitExpression",r[r.PrefixUnaryExpression=219]="PrefixUnaryExpression",r[r.PostfixUnaryExpression=220]="PostfixUnaryExpression",r[r.BinaryExpression=221]="BinaryExpression",r[r.ConditionalExpression=222]="ConditionalExpression",r[r.TemplateExpression=223]="TemplateExpression",r[r.YieldExpression=224]="YieldExpression",r[r.SpreadElement=225]="SpreadElement",r[r.ClassExpression=226]="ClassExpression",r[r.OmittedExpression=227]="OmittedExpression",r[r.ExpressionWithTypeArguments=228]="ExpressionWithTypeArguments",r[r.AsExpression=229]="AsExpression",r[r.NonNullExpression=230]="NonNullExpression",r[r.MetaProperty=231]="MetaProperty",r[r.SyntheticExpression=232]="SyntheticExpression",r[r.TemplateSpan=233]="TemplateSpan",r[r.SemicolonClassElement=234]="SemicolonClassElement",r[r.Block=235]="Block",r[r.EmptyStatement=236]="EmptyStatement",r[r.VariableStatement=237]="VariableStatement",r[r.ExpressionStatement=238]="ExpressionStatement",r[r.IfStatement=239]="IfStatement",r[r.DoStatement=240]="DoStatement",r[r.WhileStatement=241]="WhileStatement",r[r.ForStatement=242]="ForStatement",r[r.ForInStatement=243]="ForInStatement",r[r.ForOfStatement=244]="ForOfStatement",r[r.ContinueStatement=245]="ContinueStatement",r[r.BreakStatement=246]="BreakStatement",r[r.ReturnStatement=247]="ReturnStatement",r[r.WithStatement=248]="WithStatement",r[r.SwitchStatement=249]="SwitchStatement",r[r.LabeledStatement=250]="LabeledStatement",r[r.ThrowStatement=251]="ThrowStatement",r[r.TryStatement=252]="TryStatement",r[r.DebuggerStatement=253]="DebuggerStatement",r[r.VariableDeclaration=254]="VariableDeclaration",r[r.VariableDeclarationList=255]="VariableDeclarationList",r[r.FunctionDeclaration=256]="FunctionDeclaration",r[r.ClassDeclaration=257]="ClassDeclaration",r[r.InterfaceDeclaration=258]="InterfaceDeclaration",r[r.TypeAliasDeclaration=259]="TypeAliasDeclaration",r[r.EnumDeclaration=260]="EnumDeclaration",r[r.ModuleDeclaration=261]="ModuleDeclaration",r[r.ModuleBlock=262]="ModuleBlock",r[r.CaseBlock=263]="CaseBlock",r[r.NamespaceExportDeclaration=264]="NamespaceExportDeclaration",r[r.ImportEqualsDeclaration=265]="ImportEqualsDeclaration",r[r.ImportDeclaration=266]="ImportDeclaration",r[r.ImportClause=267]="ImportClause",r[r.NamespaceImport=268]="NamespaceImport",r[r.NamedImports=269]="NamedImports",r[r.ImportSpecifier=270]="ImportSpecifier",r[r.ExportAssignment=271]="ExportAssignment",r[r.ExportDeclaration=272]="ExportDeclaration",r[r.NamedExports=273]="NamedExports",r[r.NamespaceExport=274]="NamespaceExport",r[r.ExportSpecifier=275]="ExportSpecifier",r[r.MissingDeclaration=276]="MissingDeclaration",r[r.ExternalModuleReference=277]="ExternalModuleReference",r[r.JsxElement=278]="JsxElement",r[r.JsxSelfClosingElement=279]="JsxSelfClosingElement",r[r.JsxOpeningElement=280]="JsxOpeningElement",r[r.JsxClosingElement=281]="JsxClosingElement",r[r.JsxFragment=282]="JsxFragment",r[r.JsxOpeningFragment=283]="JsxOpeningFragment",r[r.JsxClosingFragment=284]="JsxClosingFragment",r[r.JsxAttribute=285]="JsxAttribute",r[r.JsxAttributes=286]="JsxAttributes",r[r.JsxSpreadAttribute=287]="JsxSpreadAttribute",r[r.JsxExpression=288]="JsxExpression",r[r.CaseClause=289]="CaseClause",r[r.DefaultClause=290]="DefaultClause",r[r.HeritageClause=291]="HeritageClause",r[r.CatchClause=292]="CatchClause",r[r.AssertClause=293]="AssertClause",r[r.AssertEntry=294]="AssertEntry",r[r.ImportTypeAssertionContainer=295]="ImportTypeAssertionContainer",r[r.PropertyAssignment=296]="PropertyAssignment",r[r.ShorthandPropertyAssignment=297]="ShorthandPropertyAssignment",r[r.SpreadAssignment=298]="SpreadAssignment",r[r.EnumMember=299]="EnumMember",r[r.UnparsedPrologue=300]="UnparsedPrologue",r[r.UnparsedPrepend=301]="UnparsedPrepend",r[r.UnparsedText=302]="UnparsedText",r[r.UnparsedInternalText=303]="UnparsedInternalText",r[r.UnparsedSyntheticReference=304]="UnparsedSyntheticReference",r[r.SourceFile=305]="SourceFile",r[r.Bundle=306]="Bundle",r[r.UnparsedSource=307]="UnparsedSource",r[r.InputFiles=308]="InputFiles",r[r.JSDocTypeExpression=309]="JSDocTypeExpression",r[r.JSDocNameReference=310]="JSDocNameReference",r[r.JSDocMemberName=311]="JSDocMemberName",r[r.JSDocAllType=312]="JSDocAllType",r[r.JSDocUnknownType=313]="JSDocUnknownType",r[r.JSDocNullableType=314]="JSDocNullableType",r[r.JSDocNonNullableType=315]="JSDocNonNullableType",r[r.JSDocOptionalType=316]="JSDocOptionalType",r[r.JSDocFunctionType=317]="JSDocFunctionType",r[r.JSDocVariadicType=318]="JSDocVariadicType",r[r.JSDocNamepathType=319]="JSDocNamepathType",r[r.JSDoc=320]="JSDoc",r[r.JSDocComment=320]="JSDocComment",r[r.JSDocText=321]="JSDocText",r[r.JSDocTypeLiteral=322]="JSDocTypeLiteral",r[r.JSDocSignature=323]="JSDocSignature",r[r.JSDocLink=324]="JSDocLink",r[r.JSDocLinkCode=325]="JSDocLinkCode",r[r.JSDocLinkPlain=326]="JSDocLinkPlain",r[r.JSDocTag=327]="JSDocTag",r[r.JSDocAugmentsTag=328]="JSDocAugmentsTag",r[r.JSDocImplementsTag=329]="JSDocImplementsTag",r[r.JSDocAuthorTag=330]="JSDocAuthorTag",r[r.JSDocDeprecatedTag=331]="JSDocDeprecatedTag",r[r.JSDocClassTag=332]="JSDocClassTag",r[r.JSDocPublicTag=333]="JSDocPublicTag",r[r.JSDocPrivateTag=334]="JSDocPrivateTag",r[r.JSDocProtectedTag=335]="JSDocProtectedTag",r[r.JSDocReadonlyTag=336]="JSDocReadonlyTag",r[r.JSDocOverrideTag=337]="JSDocOverrideTag",r[r.JSDocCallbackTag=338]="JSDocCallbackTag",r[r.JSDocEnumTag=339]="JSDocEnumTag",r[r.JSDocParameterTag=340]="JSDocParameterTag",r[r.JSDocReturnTag=341]="JSDocReturnTag",r[r.JSDocThisTag=342]="JSDocThisTag",r[r.JSDocTypeTag=343]="JSDocTypeTag",r[r.JSDocTemplateTag=344]="JSDocTemplateTag",r[r.JSDocTypedefTag=345]="JSDocTypedefTag",r[r.JSDocSeeTag=346]="JSDocSeeTag",r[r.JSDocPropertyTag=347]="JSDocPropertyTag",r[r.SyntaxList=348]="SyntaxList",r[r.NotEmittedStatement=349]="NotEmittedStatement",r[r.PartiallyEmittedExpression=350]="PartiallyEmittedExpression",r[r.CommaListExpression=351]="CommaListExpression",r[r.MergeDeclarationMarker=352]="MergeDeclarationMarker",r[r.EndOfDeclarationMarker=353]="EndOfDeclarationMarker",r[r.SyntheticReferenceExpression=354]="SyntheticReferenceExpression",r[r.Count=355]="Count",r[r.FirstAssignment=63]="FirstAssignment",r[r.LastAssignment=78]="LastAssignment",r[r.FirstCompoundAssignment=64]="FirstCompoundAssignment",r[r.LastCompoundAssignment=78]="LastCompoundAssignment",r[r.FirstReservedWord=81]="FirstReservedWord",r[r.LastReservedWord=116]="LastReservedWord",r[r.FirstKeyword=81]="FirstKeyword",r[r.LastKeyword=160]="LastKeyword",r[r.FirstFutureReservedWord=117]="FirstFutureReservedWord",r[r.LastFutureReservedWord=125]="LastFutureReservedWord",r[r.FirstTypeNode=177]="FirstTypeNode",r[r.LastTypeNode=200]="LastTypeNode",r[r.FirstPunctuation=18]="FirstPunctuation",r[r.LastPunctuation=78]="LastPunctuation",r[r.FirstToken=0]="FirstToken",r[r.LastToken=160]="LastToken",r[r.FirstTriviaToken=2]="FirstTriviaToken",r[r.LastTriviaToken=7]="LastTriviaToken",r[r.FirstLiteralToken=8]="FirstLiteralToken",r[r.LastLiteralToken=14]="LastLiteralToken",r[r.FirstTemplateToken=14]="FirstTemplateToken",r[r.LastTemplateToken=17]="LastTemplateToken",r[r.FirstBinaryOperator=29]="FirstBinaryOperator",r[r.LastBinaryOperator=78]="LastBinaryOperator",r[r.FirstStatement=237]="FirstStatement",r[r.LastStatement=253]="LastStatement",r[r.FirstNode=161]="FirstNode",r[r.FirstJSDocNode=309]="FirstJSDocNode",r[r.LastJSDocNode=347]="LastJSDocNode",r[r.FirstJSDocTagNode=327]="FirstJSDocTagNode",r[r.LastJSDocTagNode=347]="LastJSDocTagNode",r[r.FirstContextualKeyword=126]="FirstContextualKeyword",r[r.LastContextualKeyword=160]="LastContextualKeyword"})(t=e.SyntaxKind||(e.SyntaxKind={}));var a;(function(r){r[r.None=0]="None",r[r.Let=1]="Let",r[r.Const=2]="Const",r[r.NestedNamespace=4]="NestedNamespace",r[r.Synthesized=8]="Synthesized",r[r.Namespace=16]="Namespace",r[r.OptionalChain=32]="OptionalChain",r[r.ExportContext=64]="ExportContext",r[r.ContainsThis=128]="ContainsThis",r[r.HasImplicitReturn=256]="HasImplicitReturn",r[r.HasExplicitReturn=512]="HasExplicitReturn",r[r.GlobalAugmentation=1024]="GlobalAugmentation",r[r.HasAsyncFunctions=2048]="HasAsyncFunctions",r[r.DisallowInContext=4096]="DisallowInContext",r[r.YieldContext=8192]="YieldContext",r[r.DecoratorContext=16384]="DecoratorContext",r[r.AwaitContext=32768]="AwaitContext",r[r.DisallowConditionalTypesContext=65536]="DisallowConditionalTypesContext",r[r.ThisNodeHasError=131072]="ThisNodeHasError",r[r.JavaScriptFile=262144]="JavaScriptFile",r[r.ThisNodeOrAnySubNodesHasError=524288]="ThisNodeOrAnySubNodesHasError",r[r.HasAggregatedChildData=1048576]="HasAggregatedChildData",r[r.PossiblyContainsDynamicImport=2097152]="PossiblyContainsDynamicImport",r[r.PossiblyContainsImportMeta=4194304]="PossiblyContainsImportMeta",r[r.JSDoc=8388608]="JSDoc",r[r.Ambient=16777216]="Ambient",r[r.InWithStatement=33554432]="InWithStatement",r[r.JsonFile=67108864]="JsonFile",r[r.TypeCached=134217728]="TypeCached",r[r.Deprecated=268435456]="Deprecated",r[r.BlockScoped=3]="BlockScoped",r[r.ReachabilityCheckFlags=768]="ReachabilityCheckFlags",r[r.ReachabilityAndEmitFlags=2816]="ReachabilityAndEmitFlags",r[r.ContextFlags=50720768]="ContextFlags",r[r.TypeExcludesFlags=40960]="TypeExcludesFlags",r[r.PermanentlySetIncrementalFlags=6291456]="PermanentlySetIncrementalFlags"})(a=e.NodeFlags||(e.NodeFlags={}));var _;(function(r){r[r.None=0]="None",r[r.Export=1]="Export",r[r.Ambient=2]="Ambient",r[r.Public=4]="Public",r[r.Private=8]="Private",r[r.Protected=16]="Protected",r[r.Static=32]="Static",r[r.Readonly=64]="Readonly",r[r.Abstract=128]="Abstract",r[r.Async=256]="Async",r[r.Default=512]="Default",r[r.Const=2048]="Const",r[r.HasComputedJSDocModifiers=4096]="HasComputedJSDocModifiers",r[r.Deprecated=8192]="Deprecated",r[r.Override=16384]="Override",r[r.In=32768]="In",r[r.Out=65536]="Out",r[r.Decorator=131072]="Decorator",r[r.HasComputedFlags=536870912]="HasComputedFlags",r[r.AccessibilityModifier=28]="AccessibilityModifier",r[r.ParameterPropertyModifier=16476]="ParameterPropertyModifier",r[r.NonPublicAccessibilityModifier=24]="NonPublicAccessibilityModifier",r[r.TypeScriptModifier=116958]="TypeScriptModifier",r[r.ExportDefault=513]="ExportDefault",r[r.All=257023]="All",r[r.Modifier=125951]="Modifier"})(_=e.ModifierFlags||(e.ModifierFlags={}));var d;(function(r){r[r.None=0]="None",r[r.IntrinsicNamedElement=1]="IntrinsicNamedElement",r[r.IntrinsicIndexedElement=2]="IntrinsicIndexedElement",r[r.IntrinsicElement=3]="IntrinsicElement"})(d=e.JsxFlags||(e.JsxFlags={}));var x;(function(r){r[r.Succeeded=1]="Succeeded",r[r.Failed=2]="Failed",r[r.Reported=4]="Reported",r[r.ReportsUnmeasurable=8]="ReportsUnmeasurable",r[r.ReportsUnreliable=16]="ReportsUnreliable",r[r.ReportsMask=24]="ReportsMask"})(x=e.RelationComparisonResult||(e.RelationComparisonResult={}));var $;(function(r){r[r.None=0]="None",r[r.Auto=1]="Auto",r[r.Loop=2]="Loop",r[r.Unique=3]="Unique",r[r.Node=4]="Node",r[r.KindMask=7]="KindMask",r[r.ReservedInNestedScopes=8]="ReservedInNestedScopes",r[r.Optimistic=16]="Optimistic",r[r.FileLevel=32]="FileLevel",r[r.AllowNameSubstitution=64]="AllowNameSubstitution"})($=e.GeneratedIdentifierFlags||(e.GeneratedIdentifierFlags={}));var Y;(function(r){r[r.None=0]="None",r[r.PrecedingLineBreak=1]="PrecedingLineBreak",r[r.PrecedingJSDocComment=2]="PrecedingJSDocComment",r[r.Unterminated=4]="Unterminated",r[r.ExtendedUnicodeEscape=8]="ExtendedUnicodeEscape",r[r.Scientific=16]="Scientific",r[r.Octal=32]="Octal",r[r.HexSpecifier=64]="HexSpecifier",r[r.BinarySpecifier=128]="BinarySpecifier",r[r.OctalSpecifier=256]="OctalSpecifier",r[r.ContainsSeparator=512]="ContainsSeparator",r[r.UnicodeEscape=1024]="UnicodeEscape",r[r.ContainsInvalidEscape=2048]="ContainsInvalidEscape",r[r.BinaryOrOctalSpecifier=384]="BinaryOrOctalSpecifier",r[r.NumericLiteralFlags=1008]="NumericLiteralFlags",r[r.TemplateLiteralLikeFlags=2048]="TemplateLiteralLikeFlags"})(Y=e.TokenFlags||(e.TokenFlags={}));var w;(function(r){r[r.Unreachable=1]="Unreachable",r[r.Start=2]="Start",r[r.BranchLabel=4]="BranchLabel",r[r.LoopLabel=8]="LoopLabel",r[r.Assignment=16]="Assignment",r[r.TrueCondition=32]="TrueCondition",r[r.FalseCondition=64]="FalseCondition",r[r.SwitchClause=128]="SwitchClause",r[r.ArrayMutation=256]="ArrayMutation",r[r.Call=512]="Call",r[r.ReduceLabel=1024]="ReduceLabel",r[r.Referenced=2048]="Referenced",r[r.Shared=4096]="Shared",r[r.Label=12]="Label",r[r.Condition=96]="Condition"})(w=e.FlowFlags||(e.FlowFlags={}));var K;(function(r){r[r.ExpectError=0]="ExpectError",r[r.Ignore=1]="Ignore"})(K=e.CommentDirectiveType||(e.CommentDirectiveType={}));var qe=function(){function r(){}return r}();e.OperationCanceledException=qe;var ye;(function(r){r[r.RootFile=0]="RootFile",r[r.SourceFromProjectReference=1]="SourceFromProjectReference",r[r.OutputFromProjectReference=2]="OutputFromProjectReference",r[r.Import=3]="Import",r[r.ReferenceFile=4]="ReferenceFile",r[r.TypeReferenceDirective=5]="TypeReferenceDirective",r[r.LibFile=6]="LibFile",r[r.LibReferenceDirective=7]="LibReferenceDirective",r[r.AutomaticTypeDirectiveFile=8]="AutomaticTypeDirectiveFile"})(ye=e.FileIncludeKind||(e.FileIncludeKind={}));var ne;(function(r){r[r.FilePreprocessingReferencedDiagnostic=0]="FilePreprocessingReferencedDiagnostic",r[r.FilePreprocessingFileExplainingDiagnostic=1]="FilePreprocessingFileExplainingDiagnostic"})(ne=e.FilePreprocessingDiagnosticsKind||(e.FilePreprocessingDiagnosticsKind={}));var U;(function(r){r[r.Not=0]="Not",r[r.SafeModules=1]="SafeModules",r[r.Completely=2]="Completely"})(U=e.StructureIsReused||(e.StructureIsReused={}));var We;(function(r){r[r.Success=0]="Success",r[r.DiagnosticsPresent_OutputsSkipped=1]="DiagnosticsPresent_OutputsSkipped",r[r.DiagnosticsPresent_OutputsGenerated=2]="DiagnosticsPresent_OutputsGenerated",r[r.InvalidProject_OutputsSkipped=3]="InvalidProject_OutputsSkipped",r[r.ProjectReferenceCycle_OutputsSkipped=4]="ProjectReferenceCycle_OutputsSkipped",r[r.ProjectReferenceCycle_OutputsSkupped=4]="ProjectReferenceCycle_OutputsSkupped"})(We=e.ExitStatus||(e.ExitStatus={}));var f;(function(r){r[r.Ok=0]="Ok",r[r.NeedsOverride=1]="NeedsOverride",r[r.HasInvalidOverride=2]="HasInvalidOverride"})(f=e.MemberOverrideStatus||(e.MemberOverrideStatus={}));var v;(function(r){r[r.None=0]="None",r[r.Literal=1]="Literal",r[r.Subtype=2]="Subtype"})(v=e.UnionReduction||(e.UnionReduction={}));var le;(function(r){r[r.None=0]="None",r[r.Signature=1]="Signature",r[r.NoConstraints=2]="NoConstraints",r[r.Completions=4]="Completions",r[r.SkipBindingPatterns=8]="SkipBindingPatterns"})(le=e.ContextFlags||(e.ContextFlags={}));var he;(function(r){r[r.None=0]="None",r[r.NoTruncation=1]="NoTruncation",r[r.WriteArrayAsGenericType=2]="WriteArrayAsGenericType",r[r.GenerateNamesForShadowedTypeParams=4]="GenerateNamesForShadowedTypeParams",r[r.UseStructuralFallback=8]="UseStructuralFallback",r[r.ForbidIndexedAccessSymbolReferences=16]="ForbidIndexedAccessSymbolReferences",r[r.WriteTypeArgumentsOfSignature=32]="WriteTypeArgumentsOfSignature",r[r.UseFullyQualifiedType=64]="UseFullyQualifiedType",r[r.UseOnlyExternalAliasing=128]="UseOnlyExternalAliasing",r[r.SuppressAnyReturnType=256]="SuppressAnyReturnType",r[r.WriteTypeParametersInQualifiedName=512]="WriteTypeParametersInQualifiedName",r[r.MultilineObjectLiterals=1024]="MultilineObjectLiterals",r[r.WriteClassExpressionAsTypeLiteral=2048]="WriteClassExpressionAsTypeLiteral",r[r.UseTypeOfFunction=4096]="UseTypeOfFunction",r[r.OmitParameterModifiers=8192]="OmitParameterModifiers",r[r.UseAliasDefinedOutsideCurrentScope=16384]="UseAliasDefinedOutsideCurrentScope",r[r.UseSingleQuotesForStringLiteralType=268435456]="UseSingleQuotesForStringLiteralType",r[r.NoTypeReduction=536870912]="NoTypeReduction",r[r.OmitThisParameter=33554432]="OmitThisParameter",r[r.AllowThisInObjectLiteral=32768]="AllowThisInObjectLiteral",r[r.AllowQualifiedNameInPlaceOfIdentifier=65536]="AllowQualifiedNameInPlaceOfIdentifier",r[r.AllowQualifedNameInPlaceOfIdentifier=65536]="AllowQualifedNameInPlaceOfIdentifier",r[r.AllowAnonymousIdentifier=131072]="AllowAnonymousIdentifier",r[r.AllowEmptyUnionOrIntersection=262144]="AllowEmptyUnionOrIntersection",r[r.AllowEmptyTuple=524288]="AllowEmptyTuple",r[r.AllowUniqueESSymbolType=1048576]="AllowUniqueESSymbolType",r[r.AllowEmptyIndexInfoType=2097152]="AllowEmptyIndexInfoType",r[r.AllowNodeModulesRelativePaths=67108864]="AllowNodeModulesRelativePaths",r[r.DoNotIncludeSymbolChain=134217728]="DoNotIncludeSymbolChain",r[r.IgnoreErrors=70221824]="IgnoreErrors",r[r.InObjectTypeLiteral=4194304]="InObjectTypeLiteral",r[r.InTypeAlias=8388608]="InTypeAlias",r[r.InInitialEntityName=16777216]="InInitialEntityName"})(he=e.NodeBuilderFlags||(e.NodeBuilderFlags={}));var je;(function(r){r[r.None=0]="None",r[r.NoTruncation=1]="NoTruncation",r[r.WriteArrayAsGenericType=2]="WriteArrayAsGenericType",r[r.UseStructuralFallback=8]="UseStructuralFallback",r[r.WriteTypeArgumentsOfSignature=32]="WriteTypeArgumentsOfSignature",r[r.UseFullyQualifiedType=64]="UseFullyQualifiedType",r[r.SuppressAnyReturnType=256]="SuppressAnyReturnType",r[r.MultilineObjectLiterals=1024]="MultilineObjectLiterals",r[r.WriteClassExpressionAsTypeLiteral=2048]="WriteClassExpressionAsTypeLiteral",r[r.UseTypeOfFunction=4096]="UseTypeOfFunction",r[r.OmitParameterModifiers=8192]="OmitParameterModifiers",r[r.UseAliasDefinedOutsideCurrentScope=16384]="UseAliasDefinedOutsideCurrentScope",r[r.UseSingleQuotesForStringLiteralType=268435456]="UseSingleQuotesForStringLiteralType",r[r.NoTypeReduction=536870912]="NoTypeReduction",r[r.OmitThisParameter=33554432]="OmitThisParameter",r[r.AllowUniqueESSymbolType=1048576]="AllowUniqueESSymbolType",r[r.AddUndefined=131072]="AddUndefined",r[r.WriteArrowStyleSignature=262144]="WriteArrowStyleSignature",r[r.InArrayType=524288]="InArrayType",r[r.InElementType=2097152]="InElementType",r[r.InFirstTypeArgument=4194304]="InFirstTypeArgument",r[r.InTypeAlias=8388608]="InTypeAlias",r[r.WriteOwnNameForAnyLike=0]="WriteOwnNameForAnyLike",r[r.NodeBuilderFlagsMask=848330091]="NodeBuilderFlagsMask"})(je=e.TypeFormatFlags||(e.TypeFormatFlags={}));var A;(function(r){r[r.None=0]="None",r[r.WriteTypeParametersOrArguments=1]="WriteTypeParametersOrArguments",r[r.UseOnlyExternalAliasing=2]="UseOnlyExternalAliasing",r[r.AllowAnyNodeKind=4]="AllowAnyNodeKind",r[r.UseAliasDefinedOutsideCurrentScope=8]="UseAliasDefinedOutsideCurrentScope",r[r.DoNotIncludeSymbolChain=16]="DoNotIncludeSymbolChain"})(A=e.SymbolFormatFlags||(e.SymbolFormatFlags={}));var xe;(function(r){r[r.Accessible=0]="Accessible",r[r.NotAccessible=1]="NotAccessible",r[r.CannotBeNamed=2]="CannotBeNamed"})(xe=e.SymbolAccessibility||(e.SymbolAccessibility={}));var Q;(function(r){r[r.UnionOrIntersection=0]="UnionOrIntersection",r[r.Spread=1]="Spread"})(Q=e.SyntheticSymbolKind||(e.SyntheticSymbolKind={}));var Ct;(function(r){r[r.This=0]="This",r[r.Identifier=1]="Identifier",r[r.AssertsThis=2]="AssertsThis",r[r.AssertsIdentifier=3]="AssertsIdentifier"})(Ct=e.TypePredicateKind||(e.TypePredicateKind={}));var ft;(function(r){r[r.Unknown=0]="Unknown",r[r.TypeWithConstructSignatureAndValue=1]="TypeWithConstructSignatureAndValue",r[r.VoidNullableOrNeverType=2]="VoidNullableOrNeverType",r[r.NumberLikeType=3]="NumberLikeType",r[r.BigIntLikeType=4]="BigIntLikeType",r[r.StringLikeType=5]="StringLikeType",r[r.BooleanType=6]="BooleanType",r[r.ArrayLikeType=7]="ArrayLikeType",r[r.ESSymbolType=8]="ESSymbolType",r[r.Promise=9]="Promise",r[r.TypeWithCallSignature=10]="TypeWithCallSignature",r[r.ObjectType=11]="ObjectType"})(ft=e.TypeReferenceSerializationKind||(e.TypeReferenceSerializationKind={}));var Jt;(function(r){r[r.None=0]="None",r[r.FunctionScopedVariable=1]="FunctionScopedVariable",r[r.BlockScopedVariable=2]="BlockScopedVariable",r[r.Property=4]="Property",r[r.EnumMember=8]="EnumMember",r[r.Function=16]="Function",r[r.Class=32]="Class",r[r.Interface=64]="Interface",r[r.ConstEnum=128]="ConstEnum",r[r.RegularEnum=256]="RegularEnum",r[r.ValueModule=512]="ValueModule",r[r.NamespaceModule=1024]="NamespaceModule",r[r.TypeLiteral=2048]="TypeLiteral",r[r.ObjectLiteral=4096]="ObjectLiteral",r[r.Method=8192]="Method",r[r.Constructor=16384]="Constructor",r[r.GetAccessor=32768]="GetAccessor",r[r.SetAccessor=65536]="SetAccessor",r[r.Signature=131072]="Signature",r[r.TypeParameter=262144]="TypeParameter",r[r.TypeAlias=524288]="TypeAlias",r[r.ExportValue=1048576]="ExportValue",r[r.Alias=2097152]="Alias",r[r.Prototype=4194304]="Prototype",r[r.ExportStar=8388608]="ExportStar",r[r.Optional=16777216]="Optional",r[r.Transient=33554432]="Transient",r[r.Assignment=67108864]="Assignment",r[r.ModuleExports=134217728]="ModuleExports",r[r.All=67108863]="All",r[r.Enum=384]="Enum",r[r.Variable=3]="Variable",r[r.Value=111551]="Value",r[r.Type=788968]="Type",r[r.Namespace=1920]="Namespace",r[r.Module=1536]="Module",r[r.Accessor=98304]="Accessor",r[r.FunctionScopedVariableExcludes=111550]="FunctionScopedVariableExcludes",r[r.BlockScopedVariableExcludes=111551]="BlockScopedVariableExcludes",r[r.ParameterExcludes=111551]="ParameterExcludes",r[r.PropertyExcludes=0]="PropertyExcludes",r[r.EnumMemberExcludes=900095]="EnumMemberExcludes",r[r.FunctionExcludes=110991]="FunctionExcludes",r[r.ClassExcludes=899503]="ClassExcludes",r[r.InterfaceExcludes=788872]="InterfaceExcludes",r[r.RegularEnumExcludes=899327]="RegularEnumExcludes",r[r.ConstEnumExcludes=899967]="ConstEnumExcludes",r[r.ValueModuleExcludes=110735]="ValueModuleExcludes",r[r.NamespaceModuleExcludes=0]="NamespaceModuleExcludes",r[r.MethodExcludes=103359]="MethodExcludes",r[r.GetAccessorExcludes=46015]="GetAccessorExcludes",r[r.SetAccessorExcludes=78783]="SetAccessorExcludes",r[r.TypeParameterExcludes=526824]="TypeParameterExcludes",r[r.TypeAliasExcludes=788968]="TypeAliasExcludes",r[r.AliasExcludes=2097152]="AliasExcludes",r[r.ModuleMember=2623475]="ModuleMember",r[r.ExportHasLocal=944]="ExportHasLocal",r[r.BlockScoped=418]="BlockScoped",r[r.PropertyOrAccessor=98308]="PropertyOrAccessor",r[r.ClassMember=106500]="ClassMember",r[r.ExportSupportsDefaultModifier=112]="ExportSupportsDefaultModifier",r[r.ExportDoesNotSupportDefaultModifier=-113]="ExportDoesNotSupportDefaultModifier",r[r.Classifiable=2885600]="Classifiable",r[r.LateBindingContainer=6256]="LateBindingContainer"})(Jt=e.SymbolFlags||(e.SymbolFlags={}));var ke;(function(r){r[r.Numeric=0]="Numeric",r[r.Literal=1]="Literal"})(ke=e.EnumKind||(e.EnumKind={}));var Qe;(function(r){r[r.Instantiated=1]="Instantiated",r[r.SyntheticProperty=2]="SyntheticProperty",r[r.SyntheticMethod=4]="SyntheticMethod",r[r.Readonly=8]="Readonly",r[r.ReadPartial=16]="ReadPartial",r[r.WritePartial=32]="WritePartial",r[r.HasNonUniformType=64]="HasNonUniformType",r[r.HasLiteralType=128]="HasLiteralType",r[r.ContainsPublic=256]="ContainsPublic",r[r.ContainsProtected=512]="ContainsProtected",r[r.ContainsPrivate=1024]="ContainsPrivate",r[r.ContainsStatic=2048]="ContainsStatic",r[r.Late=4096]="Late",r[r.ReverseMapped=8192]="ReverseMapped",r[r.OptionalParameter=16384]="OptionalParameter",r[r.RestParameter=32768]="RestParameter",r[r.DeferredType=65536]="DeferredType",r[r.HasNeverType=131072]="HasNeverType",r[r.Mapped=262144]="Mapped",r[r.StripOptional=524288]="StripOptional",r[r.Unresolved=1048576]="Unresolved",r[r.Synthetic=6]="Synthetic",r[r.Discriminant=192]="Discriminant",r[r.Partial=48]="Partial"})(Qe=e.CheckFlags||(e.CheckFlags={}));var be;(function(r){r.Call="__call",r.Constructor="__constructor",r.New="__new",r.Index="__index",r.ExportStar="__export",r.Global="__global",r.Missing="__missing",r.Type="__type",r.Object="__object",r.JSXAttributes="__jsxAttributes",r.Class="__class",r.Function="__function",r.Computed="__computed",r.Resolving="__resolving__",r.ExportEquals="export=",r.Default="default",r.This="this"})(be=e.InternalSymbolName||(e.InternalSymbolName={}));var Ie;(function(r){r[r.TypeChecked=1]="TypeChecked",r[r.LexicalThis=2]="LexicalThis",r[r.CaptureThis=4]="CaptureThis",r[r.CaptureNewTarget=8]="CaptureNewTarget",r[r.SuperInstance=256]="SuperInstance",r[r.SuperStatic=512]="SuperStatic",r[r.ContextChecked=1024]="ContextChecked",r[r.AsyncMethodWithSuper=2048]="AsyncMethodWithSuper",r[r.AsyncMethodWithSuperBinding=4096]="AsyncMethodWithSuperBinding",r[r.CaptureArguments=8192]="CaptureArguments",r[r.EnumValuesComputed=16384]="EnumValuesComputed",r[r.LexicalModuleMergesWithClass=32768]="LexicalModuleMergesWithClass",r[r.LoopWithCapturedBlockScopedBinding=65536]="LoopWithCapturedBlockScopedBinding",r[r.ContainsCapturedBlockScopeBinding=131072]="ContainsCapturedBlockScopeBinding",r[r.CapturedBlockScopedBinding=262144]="CapturedBlockScopedBinding",r[r.BlockScopedBindingInLoop=524288]="BlockScopedBindingInLoop",r[r.ClassWithBodyScopedClassBinding=1048576]="ClassWithBodyScopedClassBinding",r[r.BodyScopedClassBinding=2097152]="BodyScopedClassBinding",r[r.NeedsLoopOutParameter=4194304]="NeedsLoopOutParameter",r[r.AssignmentsMarked=8388608]="AssignmentsMarked",r[r.ClassWithConstructorReference=16777216]="ClassWithConstructorReference",r[r.ConstructorReferenceInClass=33554432]="ConstructorReferenceInClass",r[r.ContainsClassWithPrivateIdentifiers=67108864]="ContainsClassWithPrivateIdentifiers",r[r.ContainsSuperPropertyInStaticInitializer=134217728]="ContainsSuperPropertyInStaticInitializer",r[r.InCheckIdentifier=268435456]="InCheckIdentifier"})(Ie=e.NodeCheckFlags||(e.NodeCheckFlags={}));var q;(function(r){r[r.Any=1]="Any",r[r.Unknown=2]="Unknown",r[r.String=4]="String",r[r.Number=8]="Number",r[r.Boolean=16]="Boolean",r[r.Enum=32]="Enum",r[r.BigInt=64]="BigInt",r[r.StringLiteral=128]="StringLiteral",r[r.NumberLiteral=256]="NumberLiteral",r[r.BooleanLiteral=512]="BooleanLiteral",r[r.EnumLiteral=1024]="EnumLiteral",r[r.BigIntLiteral=2048]="BigIntLiteral",r[r.ESSymbol=4096]="ESSymbol",r[r.UniqueESSymbol=8192]="UniqueESSymbol",r[r.Void=16384]="Void",r[r.Undefined=32768]="Undefined",r[r.Null=65536]="Null",r[r.Never=131072]="Never",r[r.TypeParameter=262144]="TypeParameter",r[r.Object=524288]="Object",r[r.Union=1048576]="Union",r[r.Intersection=2097152]="Intersection",r[r.Index=4194304]="Index",r[r.IndexedAccess=8388608]="IndexedAccess",r[r.Conditional=16777216]="Conditional",r[r.Substitution=33554432]="Substitution",r[r.NonPrimitive=67108864]="NonPrimitive",r[r.TemplateLiteral=134217728]="TemplateLiteral",r[r.StringMapping=268435456]="StringMapping",r[r.AnyOrUnknown=3]="AnyOrUnknown",r[r.Nullable=98304]="Nullable",r[r.Literal=2944]="Literal",r[r.Unit=109440]="Unit",r[r.StringOrNumberLiteral=384]="StringOrNumberLiteral",r[r.StringOrNumberLiteralOrUnique=8576]="StringOrNumberLiteralOrUnique",r[r.DefinitelyFalsy=117632]="DefinitelyFalsy",r[r.PossiblyFalsy=117724]="PossiblyFalsy",r[r.Intrinsic=67359327]="Intrinsic",r[r.Primitive=131068]="Primitive",r[r.StringLike=402653316]="StringLike",r[r.NumberLike=296]="NumberLike",r[r.BigIntLike=2112]="BigIntLike",r[r.BooleanLike=528]="BooleanLike",r[r.EnumLike=1056]="EnumLike",r[r.ESSymbolLike=12288]="ESSymbolLike",r[r.VoidLike=49152]="VoidLike",r[r.DefinitelyNonNullable=470302716]="DefinitelyNonNullable",r[r.DisjointDomains=469892092]="DisjointDomains",r[r.UnionOrIntersection=3145728]="UnionOrIntersection",r[r.StructuredType=3670016]="StructuredType",r[r.TypeVariable=8650752]="TypeVariable",r[r.InstantiableNonPrimitive=58982400]="InstantiableNonPrimitive",r[r.InstantiablePrimitive=406847488]="InstantiablePrimitive",r[r.Instantiable=465829888]="Instantiable",r[r.StructuredOrInstantiable=469499904]="StructuredOrInstantiable",r[r.ObjectFlagsType=3899393]="ObjectFlagsType",r[r.Simplifiable=25165824]="Simplifiable",r[r.Singleton=67358815]="Singleton",r[r.Narrowable=536624127]="Narrowable",r[r.IncludesMask=205258751]="IncludesMask",r[r.IncludesMissingType=262144]="IncludesMissingType",r[r.IncludesNonWideningType=4194304]="IncludesNonWideningType",r[r.IncludesWildcard=8388608]="IncludesWildcard",r[r.IncludesEmptyObject=16777216]="IncludesEmptyObject",r[r.IncludesInstantiable=33554432]="IncludesInstantiable",r[r.NotPrimitiveUnion=36323363]="NotPrimitiveUnion"})(q=e.TypeFlags||(e.TypeFlags={}));var ve;(function(r){r[r.Class=1]="Class",r[r.Interface=2]="Interface",r[r.Reference=4]="Reference",r[r.Tuple=8]="Tuple",r[r.Anonymous=16]="Anonymous",r[r.Mapped=32]="Mapped",r[r.Instantiated=64]="Instantiated",r[r.ObjectLiteral=128]="ObjectLiteral",r[r.EvolvingArray=256]="EvolvingArray",r[r.ObjectLiteralPatternWithComputedProperties=512]="ObjectLiteralPatternWithComputedProperties",r[r.ReverseMapped=1024]="ReverseMapped",r[r.JsxAttributes=2048]="JsxAttributes",r[r.JSLiteral=4096]="JSLiteral",r[r.FreshLiteral=8192]="FreshLiteral",r[r.ArrayLiteral=16384]="ArrayLiteral",r[r.PrimitiveUnion=32768]="PrimitiveUnion",r[r.ContainsWideningType=65536]="ContainsWideningType",r[r.ContainsObjectOrArrayLiteral=131072]="ContainsObjectOrArrayLiteral",r[r.NonInferrableType=262144]="NonInferrableType",r[r.CouldContainTypeVariablesComputed=524288]="CouldContainTypeVariablesComputed",r[r.CouldContainTypeVariables=1048576]="CouldContainTypeVariables",r[r.ClassOrInterface=3]="ClassOrInterface",r[r.RequiresWidening=196608]="RequiresWidening",r[r.PropagatingFlags=458752]="PropagatingFlags",r[r.ObjectTypeKindMask=1343]="ObjectTypeKindMask",r[r.ContainsSpread=2097152]="ContainsSpread",r[r.ObjectRestType=4194304]="ObjectRestType",r[r.InstantiationExpressionType=8388608]="InstantiationExpressionType",r[r.IsClassInstanceClone=16777216]="IsClassInstanceClone",r[r.IdenticalBaseTypeCalculated=33554432]="IdenticalBaseTypeCalculated",r[r.IdenticalBaseTypeExists=67108864]="IdenticalBaseTypeExists",r[r.IsGenericTypeComputed=2097152]="IsGenericTypeComputed",r[r.IsGenericObjectType=4194304]="IsGenericObjectType",r[r.IsGenericIndexType=8388608]="IsGenericIndexType",r[r.IsGenericType=12582912]="IsGenericType",r[r.ContainsIntersections=16777216]="ContainsIntersections",r[r.IsUnknownLikeUnionComputed=33554432]="IsUnknownLikeUnionComputed",r[r.IsUnknownLikeUnion=67108864]="IsUnknownLikeUnion",r[r.IsNeverIntersectionComputed=16777216]="IsNeverIntersectionComputed",r[r.IsNeverIntersection=33554432]="IsNeverIntersection"})(ve=e.ObjectFlags||(e.ObjectFlags={}));var st;(function(r){r[r.Invariant=0]="Invariant",r[r.Covariant=1]="Covariant",r[r.Contravariant=2]="Contravariant",r[r.Bivariant=3]="Bivariant",r[r.Independent=4]="Independent",r[r.VarianceMask=7]="VarianceMask",r[r.Unmeasurable=8]="Unmeasurable",r[r.Unreliable=16]="Unreliable",r[r.AllowsStructuralFallback=24]="AllowsStructuralFallback"})(st=e.VarianceFlags||(e.VarianceFlags={}));var we;(function(r){r[r.Required=1]="Required",r[r.Optional=2]="Optional",r[r.Rest=4]="Rest",r[r.Variadic=8]="Variadic",r[r.Fixed=3]="Fixed",r[r.Variable=12]="Variable",r[r.NonRequired=14]="NonRequired",r[r.NonRest=11]="NonRest"})(we=e.ElementFlags||(e.ElementFlags={}));var Me;(function(r){r[r.None=0]="None",r[r.IncludeUndefined=1]="IncludeUndefined",r[r.NoIndexSignatures=2]="NoIndexSignatures",r[r.Writing=4]="Writing",r[r.CacheSymbol=8]="CacheSymbol",r[r.NoTupleBoundsCheck=16]="NoTupleBoundsCheck",r[r.ExpressionPosition=32]="ExpressionPosition",r[r.ReportDeprecated=64]="ReportDeprecated",r[r.SuppressNoImplicitAnyError=128]="SuppressNoImplicitAnyError",r[r.Contextual=256]="Contextual",r[r.Persistent=1]="Persistent"})(Me=e.AccessFlags||(e.AccessFlags={}));var Tt;(function(r){r[r.Component=0]="Component",r[r.Function=1]="Function",r[r.Mixed=2]="Mixed"})(Tt=e.JsxReferenceKind||(e.JsxReferenceKind={}));var ze;(function(r){r[r.Call=0]="Call",r[r.Construct=1]="Construct"})(ze=e.SignatureKind||(e.SignatureKind={}));var rt;(function(r){r[r.None=0]="None",r[r.HasRestParameter=1]="HasRestParameter",r[r.HasLiteralTypes=2]="HasLiteralTypes",r[r.Abstract=4]="Abstract",r[r.IsInnerCallChain=8]="IsInnerCallChain",r[r.IsOuterCallChain=16]="IsOuterCallChain",r[r.IsUntypedSignatureInJSFile=32]="IsUntypedSignatureInJSFile",r[r.PropagatingFlags=39]="PropagatingFlags",r[r.CallChainFlags=24]="CallChainFlags"})(rt=e.SignatureFlags||(e.SignatureFlags={}));var Pt;(function(r){r[r.String=0]="String",r[r.Number=1]="Number"})(Pt=e.IndexKind||(e.IndexKind={}));var Ot;(function(r){r[r.Simple=0]="Simple",r[r.Array=1]="Array",r[r.Deferred=2]="Deferred",r[r.Function=3]="Function",r[r.Composite=4]="Composite",r[r.Merged=5]="Merged"})(Ot=e.TypeMapKind||(e.TypeMapKind={}));var Yt;(function(r){r[r.NakedTypeVariable=1]="NakedTypeVariable",r[r.SpeculativeTuple=2]="SpeculativeTuple",r[r.SubstituteSource=4]="SubstituteSource",r[r.HomomorphicMappedType=8]="HomomorphicMappedType",r[r.PartialHomomorphicMappedType=16]="PartialHomomorphicMappedType",r[r.MappedTypeConstraint=32]="MappedTypeConstraint",r[r.ContravariantConditional=64]="ContravariantConditional",r[r.ReturnType=128]="ReturnType",r[r.LiteralKeyof=256]="LiteralKeyof",r[r.NoConstraints=512]="NoConstraints",r[r.AlwaysStrict=1024]="AlwaysStrict",r[r.MaxValue=2048]="MaxValue",r[r.PriorityImpliesCombination=416]="PriorityImpliesCombination",r[r.Circularity=-1]="Circularity"})(Yt=e.InferencePriority||(e.InferencePriority={}));var oe;(function(r){r[r.None=0]="None",r[r.NoDefault=1]="NoDefault",r[r.AnyDefault=2]="AnyDefault",r[r.SkippedGenericFunction=4]="SkippedGenericFunction"})(oe=e.InferenceFlags||(e.InferenceFlags={}));var y;(function(r){r[r.False=0]="False",r[r.Unknown=1]="Unknown",r[r.Maybe=3]="Maybe",r[r.True=-1]="True"})(y=e.Ternary||(e.Ternary={}));var g;(function(r){r[r.None=0]="None",r[r.ExportsProperty=1]="ExportsProperty",r[r.ModuleExports=2]="ModuleExports",r[r.PrototypeProperty=3]="PrototypeProperty",r[r.ThisProperty=4]="ThisProperty",r[r.Property=5]="Property",r[r.Prototype=6]="Prototype",r[r.ObjectDefinePropertyValue=7]="ObjectDefinePropertyValue",r[r.ObjectDefinePropertyExports=8]="ObjectDefinePropertyExports",r[r.ObjectDefinePrototypeProperty=9]="ObjectDefinePrototypeProperty"})(g=e.AssignmentDeclarationKind||(e.AssignmentDeclarationKind={}));var D;(function(r){r[r.Warning=0]="Warning",r[r.Error=1]="Error",r[r.Suggestion=2]="Suggestion",r[r.Message=3]="Message"})(D=e.DiagnosticCategory||(e.DiagnosticCategory={}));function G(r,Er){Er===void 0&&(Er=!0);var Ir=D[r.category];return Er?Ir.toLowerCase():Ir}e.diagnosticCategoryName=G;var ee;(function(r){r[r.Classic=1]="Classic",r[r.NodeJs=2]="NodeJs",r[r.Node16=3]="Node16",r[r.NodeNext=99]="NodeNext"})(ee=e.ModuleResolutionKind||(e.ModuleResolutionKind={}));var V;(function(r){r[r.Legacy=1]="Legacy",r[r.Auto=2]="Auto",r[r.Force=3]="Force"})(V=e.ModuleDetectionKind||(e.ModuleDetectionKind={}));var Ye;(function(r){r[r.FixedPollingInterval=0]="FixedPollingInterval",r[r.PriorityPollingInterval=1]="PriorityPollingInterval",r[r.DynamicPriorityPolling=2]="DynamicPriorityPolling",r[r.FixedChunkSizePolling=3]="FixedChunkSizePolling",r[r.UseFsEvents=4]="UseFsEvents",r[r.UseFsEventsOnParentDirectory=5]="UseFsEventsOnParentDirectory"})(Ye=e.WatchFileKind||(e.WatchFileKind={}));var at;(function(r){r[r.UseFsEvents=0]="UseFsEvents",r[r.FixedPollingInterval=1]="FixedPollingInterval",r[r.DynamicPriorityPolling=2]="DynamicPriorityPolling",r[r.FixedChunkSizePolling=3]="FixedChunkSizePolling"})(at=e.WatchDirectoryKind||(e.WatchDirectoryKind={}));var Le;(function(r){r[r.FixedInterval=0]="FixedInterval",r[r.PriorityInterval=1]="PriorityInterval",r[r.DynamicPriority=2]="DynamicPriority",r[r.FixedChunkSize=3]="FixedChunkSize"})(Le=e.PollingWatchKind||(e.PollingWatchKind={}));var Ne;(function(r){r[r.None=0]="None",r[r.CommonJS=1]="CommonJS",r[r.AMD=2]="AMD",r[r.UMD=3]="UMD",r[r.System=4]="System",r[r.ES2015=5]="ES2015",r[r.ES2020=6]="ES2020",r[r.ES2022=7]="ES2022",r[r.ESNext=99]="ESNext",r[r.Node16=100]="Node16",r[r.NodeNext=199]="NodeNext"})(Ne=e.ModuleKind||(e.ModuleKind={}));var B;(function(r){r[r.None=0]="None",r[r.Preserve=1]="Preserve",r[r.React=2]="React",r[r.ReactNative=3]="ReactNative",r[r.ReactJSX=4]="ReactJSX",r[r.ReactJSXDev=5]="ReactJSXDev"})(B=e.JsxEmit||(e.JsxEmit={}));var mt;(function(r){r[r.Remove=0]="Remove",r[r.Preserve=1]="Preserve",r[r.Error=2]="Error"})(mt=e.ImportsNotUsedAsValues||(e.ImportsNotUsedAsValues={}));var X;(function(r){r[r.CarriageReturnLineFeed=0]="CarriageReturnLineFeed",r[r.LineFeed=1]="LineFeed"})(X=e.NewLineKind||(e.NewLineKind={}));var ce;(function(r){r[r.Unknown=0]="Unknown",r[r.JS=1]="JS",r[r.JSX=2]="JSX",r[r.TS=3]="TS",r[r.TSX=4]="TSX",r[r.External=5]="External",r[r.JSON=6]="JSON",r[r.Deferred=7]="Deferred"})(ce=e.ScriptKind||(e.ScriptKind={}));var Fe;(function(r){r[r.ES3=0]="ES3",r[r.ES5=1]="ES5",r[r.ES2015=2]="ES2015",r[r.ES2016=3]="ES2016",r[r.ES2017=4]="ES2017",r[r.ES2018=5]="ES2018",r[r.ES2019=6]="ES2019",r[r.ES2020=7]="ES2020",r[r.ES2021=8]="ES2021",r[r.ES2022=9]="ES2022",r[r.ESNext=99]="ESNext",r[r.JSON=100]="JSON",r[r.Latest=99]="Latest"})(Fe=e.ScriptTarget||(e.ScriptTarget={}));var Ue;(function(r){r[r.Standard=0]="Standard",r[r.JSX=1]="JSX"})(Ue=e.LanguageVariant||(e.LanguageVariant={}));var Ve;(function(r){r[r.None=0]="None",r[r.Recursive=1]="Recursive"})(Ve=e.WatchDirectoryFlags||(e.WatchDirectoryFlags={}));var ut;(function(r){r[r.nullCharacter=0]="nullCharacter",r[r.maxAsciiCharacter=127]="maxAsciiCharacter",r[r.lineFeed=10]="lineFeed",r[r.carriageReturn=13]="carriageReturn",r[r.lineSeparator=8232]="lineSeparator",r[r.paragraphSeparator=8233]="paragraphSeparator",r[r.nextLine=133]="nextLine",r[r.space=32]="space",r[r.nonBreakingSpace=160]="nonBreakingSpace",r[r.enQuad=8192]="enQuad",r[r.emQuad=8193]="emQuad",r[r.enSpace=8194]="enSpace",r[r.emSpace=8195]="emSpace",r[r.threePerEmSpace=8196]="threePerEmSpace",r[r.fourPerEmSpace=8197]="fourPerEmSpace",r[r.sixPerEmSpace=8198]="sixPerEmSpace",r[r.figureSpace=8199]="figureSpace",r[r.punctuationSpace=8200]="punctuationSpace",r[r.thinSpace=8201]="thinSpace",r[r.hairSpace=8202]="hairSpace",r[r.zeroWidthSpace=8203]="zeroWidthSpace",r[r.narrowNoBreakSpace=8239]="narrowNoBreakSpace",r[r.ideographicSpace=12288]="ideographicSpace",r[r.mathematicalSpace=8287]="mathematicalSpace",r[r.ogham=5760]="ogham",r[r._=95]="_",r[r.$=36]="$",r[r._0=48]="_0",r[r._1=49]="_1",r[r._2=50]="_2",r[r._3=51]="_3",r[r._4=52]="_4",r[r._5=53]="_5",r[r._6=54]="_6",r[r._7=55]="_7",r[r._8=56]="_8",r[r._9=57]="_9",r[r.a=97]="a",r[r.b=98]="b",r[r.c=99]="c",r[r.d=100]="d",r[r.e=101]="e",r[r.f=102]="f",r[r.g=103]="g",r[r.h=104]="h",r[r.i=105]="i",r[r.j=106]="j",r[r.k=107]="k",r[r.l=108]="l",r[r.m=109]="m",r[r.n=110]="n",r[r.o=111]="o",r[r.p=112]="p",r[r.q=113]="q",r[r.r=114]="r",r[r.s=115]="s",r[r.t=116]="t",r[r.u=117]="u",r[r.v=118]="v",r[r.w=119]="w",r[r.x=120]="x",r[r.y=121]="y",r[r.z=122]="z",r[r.A=65]="A",r[r.B=66]="B",r[r.C=67]="C",r[r.D=68]="D",r[r.E=69]="E",r[r.F=70]="F",r[r.G=71]="G",r[r.H=72]="H",r[r.I=73]="I",r[r.J=74]="J",r[r.K=75]="K",r[r.L=76]="L",r[r.M=77]="M",r[r.N=78]="N",r[r.O=79]="O",r[r.P=80]="P",r[r.Q=81]="Q",r[r.R=82]="R",r[r.S=83]="S",r[r.T=84]="T",r[r.U=85]="U",r[r.V=86]="V",r[r.W=87]="W",r[r.X=88]="X",r[r.Y=89]="Y",r[r.Z=90]="Z",r[r.ampersand=38]="ampersand",r[r.asterisk=42]="asterisk",r[r.at=64]="at",r[r.backslash=92]="backslash",r[r.backtick=96]="backtick",r[r.bar=124]="bar",r[r.caret=94]="caret",r[r.closeBrace=125]="closeBrace",r[r.closeBracket=93]="closeBracket",r[r.closeParen=41]="closeParen",r[r.colon=58]="colon",r[r.comma=44]="comma",r[r.dot=46]="dot",r[r.doubleQuote=34]="doubleQuote",r[r.equals=61]="equals",r[r.exclamation=33]="exclamation",r[r.greaterThan=62]="greaterThan",r[r.hash=35]="hash",r[r.lessThan=60]="lessThan",r[r.minus=45]="minus",r[r.openBrace=123]="openBrace",r[r.openBracket=91]="openBracket",r[r.openParen=40]="openParen",r[r.percent=37]="percent",r[r.plus=43]="plus",r[r.question=63]="question",r[r.semicolon=59]="semicolon",r[r.singleQuote=39]="singleQuote",r[r.slash=47]="slash",r[r.tilde=126]="tilde",r[r.backspace=8]="backspace",r[r.formFeed=12]="formFeed",r[r.byteOrderMark=65279]="byteOrderMark",r[r.tab=9]="tab",r[r.verticalTab=11]="verticalTab"})(ut=e.CharacterCodes||(e.CharacterCodes={}));var ht;(function(r){r.Ts=".ts",r.Tsx=".tsx",r.Dts=".d.ts",r.Js=".js",r.Jsx=".jsx",r.Json=".json",r.TsBuildInfo=".tsbuildinfo",r.Mjs=".mjs",r.Mts=".mts",r.Dmts=".d.mts",r.Cjs=".cjs",r.Cts=".cts",r.Dcts=".d.cts"})(ht=e.Extension||(e.Extension={}));var St;(function(r){r[r.None=0]="None",r[r.ContainsTypeScript=1]="ContainsTypeScript",r[r.ContainsJsx=2]="ContainsJsx",r[r.ContainsESNext=4]="ContainsESNext",r[r.ContainsES2022=8]="ContainsES2022",r[r.ContainsES2021=16]="ContainsES2021",r[r.ContainsES2020=32]="ContainsES2020",r[r.ContainsES2019=64]="ContainsES2019",r[r.ContainsES2018=128]="ContainsES2018",r[r.ContainsES2017=256]="ContainsES2017",r[r.ContainsES2016=512]="ContainsES2016",r[r.ContainsES2015=1024]="ContainsES2015",r[r.ContainsGenerator=2048]="ContainsGenerator",r[r.ContainsDestructuringAssignment=4096]="ContainsDestructuringAssignment",r[r.ContainsTypeScriptClassSyntax=8192]="ContainsTypeScriptClassSyntax",r[r.ContainsLexicalThis=16384]="ContainsLexicalThis",r[r.ContainsRestOrSpread=32768]="ContainsRestOrSpread",r[r.ContainsObjectRestOrSpread=65536]="ContainsObjectRestOrSpread",r[r.ContainsComputedPropertyName=131072]="ContainsComputedPropertyName",r[r.ContainsBlockScopedBinding=262144]="ContainsBlockScopedBinding",r[r.ContainsBindingPattern=524288]="ContainsBindingPattern",r[r.ContainsYield=1048576]="ContainsYield",r[r.ContainsAwait=2097152]="ContainsAwait",r[r.ContainsHoistedDeclarationOrCompletion=4194304]="ContainsHoistedDeclarationOrCompletion",r[r.ContainsDynamicImport=8388608]="ContainsDynamicImport",r[r.ContainsClassFields=16777216]="ContainsClassFields",r[r.ContainsDecorators=33554432]="ContainsDecorators",r[r.ContainsPossibleTopLevelAwait=67108864]="ContainsPossibleTopLevelAwait",r[r.ContainsLexicalSuper=134217728]="ContainsLexicalSuper",r[r.ContainsUpdateExpressionForIdentifier=268435456]="ContainsUpdateExpressionForIdentifier",r[r.ContainsPrivateIdentifierInExpression=536870912]="ContainsPrivateIdentifierInExpression",r[r.HasComputedFlags=-2147483648]="HasComputedFlags",r[r.AssertTypeScript=1]="AssertTypeScript",r[r.AssertJsx=2]="AssertJsx",r[r.AssertESNext=4]="AssertESNext",r[r.AssertES2022=8]="AssertES2022",r[r.AssertES2021=16]="AssertES2021",r[r.AssertES2020=32]="AssertES2020",r[r.AssertES2019=64]="AssertES2019",r[r.AssertES2018=128]="AssertES2018",r[r.AssertES2017=256]="AssertES2017",r[r.AssertES2016=512]="AssertES2016",r[r.AssertES2015=1024]="AssertES2015",r[r.AssertGenerator=2048]="AssertGenerator",r[r.AssertDestructuringAssignment=4096]="AssertDestructuringAssignment",r[r.OuterExpressionExcludes=-2147483648]="OuterExpressionExcludes",r[r.PropertyAccessExcludes=-2147483648]="PropertyAccessExcludes",r[r.NodeExcludes=-2147483648]="NodeExcludes",r[r.ArrowFunctionExcludes=-2072174592]="ArrowFunctionExcludes",r[r.FunctionExcludes=-1937940480]="FunctionExcludes",r[r.ConstructorExcludes=-1937948672]="ConstructorExcludes",r[r.MethodOrAccessorExcludes=-2005057536]="MethodOrAccessorExcludes",r[r.PropertyExcludes=-2013249536]="PropertyExcludes",r[r.ClassExcludes=-2147344384]="ClassExcludes",r[r.ModuleExcludes=-1941676032]="ModuleExcludes",r[r.TypeExcludes=-2]="TypeExcludes",r[r.ObjectLiteralExcludes=-2147278848]="ObjectLiteralExcludes",r[r.ArrayLiteralOrCallOrNewExcludes=-2147450880]="ArrayLiteralOrCallOrNewExcludes",r[r.VariableDeclarationListExcludes=-2146893824]="VariableDeclarationListExcludes",r[r.ParameterExcludes=-2147483648]="ParameterExcludes",r[r.CatchClauseExcludes=-2147418112]="CatchClauseExcludes",r[r.BindingPatternExcludes=-2147450880]="BindingPatternExcludes",r[r.ContainsLexicalThisOrSuper=134234112]="ContainsLexicalThisOrSuper",r[r.PropertyNamePropagatingFlags=134234112]="PropertyNamePropagatingFlags"})(St=e.TransformFlags||(e.TransformFlags={}));var Z;(function(r){r[r.TabStop=0]="TabStop",r[r.Placeholder=1]="Placeholder",r[r.Choice=2]="Choice",r[r.Variable=3]="Variable"})(Z=e.SnippetKind||(e.SnippetKind={}));var fe;(function(r){r[r.None=0]="None",r[r.SingleLine=1]="SingleLine",r[r.AdviseOnEmitNode=2]="AdviseOnEmitNode",r[r.NoSubstitution=4]="NoSubstitution",r[r.CapturesThis=8]="CapturesThis",r[r.NoLeadingSourceMap=16]="NoLeadingSourceMap",r[r.NoTrailingSourceMap=32]="NoTrailingSourceMap",r[r.NoSourceMap=48]="NoSourceMap",r[r.NoNestedSourceMaps=64]="NoNestedSourceMaps",r[r.NoTokenLeadingSourceMaps=128]="NoTokenLeadingSourceMaps",r[r.NoTokenTrailingSourceMaps=256]="NoTokenTrailingSourceMaps",r[r.NoTokenSourceMaps=384]="NoTokenSourceMaps",r[r.NoLeadingComments=512]="NoLeadingComments",r[r.NoTrailingComments=1024]="NoTrailingComments",r[r.NoComments=1536]="NoComments",r[r.NoNestedComments=2048]="NoNestedComments",r[r.HelperName=4096]="HelperName",r[r.ExportName=8192]="ExportName",r[r.LocalName=16384]="LocalName",r[r.InternalName=32768]="InternalName",r[r.Indented=65536]="Indented",r[r.NoIndentation=131072]="NoIndentation",r[r.AsyncFunctionBody=262144]="AsyncFunctionBody",r[r.ReuseTempVariableScope=524288]="ReuseTempVariableScope",r[r.CustomPrologue=1048576]="CustomPrologue",r[r.NoHoisting=2097152]="NoHoisting",r[r.HasEndOfDeclarationMarker=4194304]="HasEndOfDeclarationMarker",r[r.Iterator=8388608]="Iterator",r[r.NoAsciiEscaping=16777216]="NoAsciiEscaping",r[r.TypeScriptClassWrapper=33554432]="TypeScriptClassWrapper",r[r.NeverApplyImportHelper=67108864]="NeverApplyImportHelper",r[r.IgnoreSourceNewlines=134217728]="IgnoreSourceNewlines",r[r.Immutable=268435456]="Immutable",r[r.IndirectCall=536870912]="IndirectCall"})(fe=e.EmitFlags||(e.EmitFlags={}));var nt;(function(r){r[r.Extends=1]="Extends",r[r.Assign=2]="Assign",r[r.Rest=4]="Rest",r[r.Decorate=8]="Decorate",r[r.Metadata=16]="Metadata",r[r.Param=32]="Param",r[r.Awaiter=64]="Awaiter",r[r.Generator=128]="Generator",r[r.Values=256]="Values",r[r.Read=512]="Read",r[r.SpreadArray=1024]="SpreadArray",r[r.Await=2048]="Await",r[r.AsyncGenerator=4096]="AsyncGenerator",r[r.AsyncDelegator=8192]="AsyncDelegator",r[r.AsyncValues=16384]="AsyncValues",r[r.ExportStar=32768]="ExportStar",r[r.ImportStar=65536]="ImportStar",r[r.ImportDefault=131072]="ImportDefault",r[r.MakeTemplateObject=262144]="MakeTemplateObject",r[r.ClassPrivateFieldGet=524288]="ClassPrivateFieldGet",r[r.ClassPrivateFieldSet=1048576]="ClassPrivateFieldSet",r[r.ClassPrivateFieldIn=2097152]="ClassPrivateFieldIn",r[r.CreateBinding=4194304]="CreateBinding",r[r.FirstEmitHelper=1]="FirstEmitHelper",r[r.LastEmitHelper=4194304]="LastEmitHelper",r[r.ForOfIncludes=256]="ForOfIncludes",r[r.ForAwaitOfIncludes=16384]="ForAwaitOfIncludes",r[r.AsyncGeneratorIncludes=6144]="AsyncGeneratorIncludes",r[r.AsyncDelegatorIncludes=26624]="AsyncDelegatorIncludes",r[r.SpreadIncludes=1536]="SpreadIncludes"})(nt=e.ExternalEmitHelpers||(e.ExternalEmitHelpers={}));var dt;(function(r){r[r.SourceFile=0]="SourceFile",r[r.Expression=1]="Expression",r[r.IdentifierName=2]="IdentifierName",r[r.MappedTypeParameter=3]="MappedTypeParameter",r[r.Unspecified=4]="Unspecified",r[r.EmbeddedStatement=5]="EmbeddedStatement",r[r.JsxAttributeValue=6]="JsxAttributeValue"})(dt=e.EmitHint||(e.EmitHint={}));var Ft;(function(r){r[r.Parentheses=1]="Parentheses",r[r.TypeAssertions=2]="TypeAssertions",r[r.NonNullAssertions=4]="NonNullAssertions",r[r.PartiallyEmittedExpressions=8]="PartiallyEmittedExpressions",r[r.Assertions=6]="Assertions",r[r.All=15]="All",r[r.ExcludeJSDocTypeAssertion=16]="ExcludeJSDocTypeAssertion"})(Ft=e.OuterExpressionKinds||(e.OuterExpressionKinds={}));var Mt;(function(r){r[r.None=0]="None",r[r.InParameters=1]="InParameters",r[r.VariablesHoistedInParameters=2]="VariablesHoistedInParameters"})(Mt=e.LexicalEnvironmentFlags||(e.LexicalEnvironmentFlags={}));var fr;(function(r){r.Prologue="prologue",r.EmitHelpers="emitHelpers",r.NoDefaultLib="no-default-lib",r.Reference="reference",r.Type="type",r.TypeResolutionModeRequire="type-require",r.TypeResolutionModeImport="type-import",r.Lib="lib",r.Prepend="prepend",r.Text="text",r.Internal="internal"})(fr=e.BundleFileSectionKind||(e.BundleFileSectionKind={}));var Ce;(function(r){r[r.None=0]="None",r[r.SingleLine=0]="SingleLine",r[r.MultiLine=1]="MultiLine",r[r.PreserveLines=2]="PreserveLines",r[r.LinesMask=3]="LinesMask",r[r.NotDelimited=0]="NotDelimited",r[r.BarDelimited=4]="BarDelimited",r[r.AmpersandDelimited=8]="AmpersandDelimited",r[r.CommaDelimited=16]="CommaDelimited",r[r.AsteriskDelimited=32]="AsteriskDelimited",r[r.DelimitersMask=60]="DelimitersMask",r[r.AllowTrailingComma=64]="AllowTrailingComma",r[r.Indented=128]="Indented",r[r.SpaceBetweenBraces=256]="SpaceBetweenBraces",r[r.SpaceBetweenSiblings=512]="SpaceBetweenSiblings",r[r.Braces=1024]="Braces",r[r.Parenthesis=2048]="Parenthesis",r[r.AngleBrackets=4096]="AngleBrackets",r[r.SquareBrackets=8192]="SquareBrackets",r[r.BracketsMask=15360]="BracketsMask",r[r.OptionalIfUndefined=16384]="OptionalIfUndefined",r[r.OptionalIfEmpty=32768]="OptionalIfEmpty",r[r.Optional=49152]="Optional",r[r.PreferNewLine=65536]="PreferNewLine",r[r.NoTrailingNewLine=131072]="NoTrailingNewLine",r[r.NoInterveningComments=262144]="NoInterveningComments",r[r.NoSpaceIfEmpty=524288]="NoSpaceIfEmpty",r[r.SingleElement=1048576]="SingleElement",r[r.SpaceAfterList=2097152]="SpaceAfterList",r[r.Modifiers=2359808]="Modifiers",r[r.HeritageClauses=512]="HeritageClauses",r[r.SingleLineTypeLiteralMembers=768]="SingleLineTypeLiteralMembers",r[r.MultiLineTypeLiteralMembers=32897]="MultiLineTypeLiteralMembers",r[r.SingleLineTupleTypeElements=528]="SingleLineTupleTypeElements",r[r.MultiLineTupleTypeElements=657]="MultiLineTupleTypeElements",r[r.UnionTypeConstituents=516]="UnionTypeConstituents",r[r.IntersectionTypeConstituents=520]="IntersectionTypeConstituents",r[r.ObjectBindingPatternElements=525136]="ObjectBindingPatternElements",r[r.ArrayBindingPatternElements=524880]="ArrayBindingPatternElements",r[r.ObjectLiteralExpressionProperties=526226]="ObjectLiteralExpressionProperties",r[r.ImportClauseEntries=526226]="ImportClauseEntries",r[r.ArrayLiteralExpressionElements=8914]="ArrayLiteralExpressionElements",r[r.CommaListElements=528]="CommaListElements",r[r.CallExpressionArguments=2576]="CallExpressionArguments",r[r.NewExpressionArguments=18960]="NewExpressionArguments",r[r.TemplateExpressionSpans=262144]="TemplateExpressionSpans",r[r.SingleLineBlockStatements=768]="SingleLineBlockStatements",r[r.MultiLineBlockStatements=129]="MultiLineBlockStatements",r[r.VariableDeclarationList=528]="VariableDeclarationList",r[r.SingleLineFunctionBodyStatements=768]="SingleLineFunctionBodyStatements",r[r.MultiLineFunctionBodyStatements=1]="MultiLineFunctionBodyStatements",r[r.ClassHeritageClauses=0]="ClassHeritageClauses",r[r.ClassMembers=129]="ClassMembers",r[r.InterfaceMembers=129]="InterfaceMembers",r[r.EnumMembers=145]="EnumMembers",r[r.CaseBlockClauses=129]="CaseBlockClauses",r[r.NamedImportsOrExportsElements=525136]="NamedImportsOrExportsElements",r[r.JsxElementOrFragmentChildren=262144]="JsxElementOrFragmentChildren",r[r.JsxElementAttributes=262656]="JsxElementAttributes",r[r.CaseOrDefaultClauseStatements=163969]="CaseOrDefaultClauseStatements",r[r.HeritageClauseTypes=528]="HeritageClauseTypes",r[r.SourceFileStatements=131073]="SourceFileStatements",r[r.Decorators=2146305]="Decorators",r[r.TypeArguments=53776]="TypeArguments",r[r.TypeParameters=53776]="TypeParameters",r[r.Parameters=2576]="Parameters",r[r.IndexSignatureParameters=8848]="IndexSignatureParameters",r[r.JSDocComment=33]="JSDocComment"})(Ce=e.ListFormat||(e.ListFormat={}));var L;(function(r){r[r.None=0]="None",r[r.TripleSlashXML=1]="TripleSlashXML",r[r.SingleLine=2]="SingleLine",r[r.MultiLine=4]="MultiLine",r[r.All=7]="All",r[r.Default=7]="Default"})(L=e.PragmaKindFlags||(e.PragmaKindFlags={})),e.commentPragmas={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}],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}}})(Qt||(Qt={}));var Qt;(function(e){e.directorySeparator="/",e.altDirectorySeparator="\\";var t="://",a=/\\/g;function _(X){return X===47||X===92}e.isAnyDirectorySeparator=_;function d(X){return v(X)<0}e.isUrl=d;function x(X){return v(X)>0}e.isRootedDiskPath=x;function $(X){var ce=v(X);return ce>0&&ce===X.length}e.isDiskPathRoot=$;function Y(X){return v(X)!==0}e.pathIsAbsolute=Y;function w(X){return/^\.\.?($|[\\/])/.test(X)}e.pathIsRelative=w;function K(X){return!Y(X)&&!w(X)}e.pathIsBareSpecifier=K;function qe(X){return e.stringContains(je(X),".")}e.hasExtension=qe;function ye(X,ce){return X.length>ce.length&&e.endsWith(X,ce)}e.fileExtensionIs=ye;function ne(X,ce){for(var Fe=0,Ue=ce;Fe<Ue.length;Fe++){var Ve=Ue[Fe];if(ye(X,Ve))return!0}return!1}e.fileExtensionIsOneOf=ne;function U(X){return X.length>0&&_(X.charCodeAt(X.length-1))}e.hasTrailingDirectorySeparator=U;function We(X){return X>=97&&X<=122||X>=65&&X<=90}function f(X,ce){var Fe=X.charCodeAt(ce);if(Fe===58)return ce+1;if(Fe===37&&X.charCodeAt(ce+1)===51){var Ue=X.charCodeAt(ce+2);if(Ue===97||Ue===65)return ce+3}return-1}function v(X){if(!X)return 0;var ce=X.charCodeAt(0);if(ce===47||ce===92){if(X.charCodeAt(1)!==ce)return 1;var Fe=X.indexOf(ce===47?e.directorySeparator:e.altDirectorySeparator,2);return Fe<0?X.length:Fe+1}if(We(ce)&&X.charCodeAt(1)===58){var Ue=X.charCodeAt(2);if(Ue===47||Ue===92)return 3;if(X.length===2)return 2}var Ve=X.indexOf(t);if(Ve!==-1){var ut=Ve+t.length,ht=X.indexOf(e.directorySeparator,ut);if(ht!==-1){var St=X.slice(0,Ve),Z=X.slice(ut,ht);if(St==="file"&&(Z===""||Z==="localhost")&&We(X.charCodeAt(ht+1))){var fe=f(X,ht+2);if(fe!==-1){if(X.charCodeAt(fe)===47)return~(fe+1);if(fe===X.length)return~fe}}return~(ht+1)}return~X.length}return 0}function le(X){var ce=v(X);return ce<0?~ce:ce}e.getRootLength=le;function he(X){X=ke(X);var ce=le(X);return ce===X.length?X:(X=ze(X),X.slice(0,Math.max(ce,X.lastIndexOf(e.directorySeparator))))}e.getDirectoryPath=he;function je(X,ce,Fe){X=ke(X);var Ue=le(X);if(Ue===X.length)return"";X=ze(X);var Ve=X.slice(Math.max(le(X),X.lastIndexOf(e.directorySeparator)+1)),ut=ce!==void 0&&Fe!==void 0?Q(Ve,ce,Fe):void 0;return ut?Ve.slice(0,Ve.length-ut.length):Ve}e.getBaseFileName=je;function A(X,ce,Fe){if(e.startsWith(ce,".")||(ce="."+ce),X.length>=ce.length&&X.charCodeAt(X.length-ce.length)===46){var Ue=X.slice(X.length-ce.length);if(Fe(Ue,ce))return Ue}}function xe(X,ce,Fe){if(typeof ce=="string")return A(X,ce,Fe)||"";for(var Ue=0,Ve=ce;Ue<Ve.length;Ue++){var ut=Ve[Ue],ht=A(X,ut,Fe);if(ht)return ht}return""}function Q(X,ce,Fe){if(ce)return xe(ze(X),ce,Fe?e.equateStringsCaseInsensitive:e.equateStringsCaseSensitive);var Ue=je(X),Ve=Ue.lastIndexOf(".");return Ve>=0?Ue.substring(Ve):""}e.getAnyExtensionFromPath=Q;function Ct(X,ce){var Fe=X.substring(0,ce),Ue=X.substring(ce).split(e.directorySeparator);return Ue.length&&!e.lastOrUndefined(Ue)&&Ue.pop(),Cn([Fe],Ue,!0)}function ft(X,ce){return ce===void 0&&(ce=""),X=be(ce,X),Ct(X,le(X))}e.getPathComponents=ft;function Jt(X){if(X.length===0)return"";var ce=X[0]&&rt(X[0]);return ce+X.slice(1).join(e.directorySeparator)}e.getPathFromPathComponents=Jt;function ke(X){var ce=X.indexOf("\\");return ce===-1?X:(a.lastIndex=ce,X.replace(a,e.directorySeparator))}e.normalizeSlashes=ke;function Qe(X){if(!e.some(X))return[];for(var ce=[X[0]],Fe=1;Fe<X.length;Fe++){var Ue=X[Fe];if(!!Ue&&Ue!=="."){if(Ue===".."){if(ce.length>1){if(ce[ce.length-1]!==".."){ce.pop();continue}}else if(ce[0])continue}ce.push(Ue)}}return ce}e.reducePathComponents=Qe;function be(X){for(var ce=[],Fe=1;Fe<arguments.length;Fe++)ce[Fe-1]=arguments[Fe];X&&(X=ke(X));for(var Ue=0,Ve=ce;Ue<Ve.length;Ue++){var ut=Ve[Ue];!ut||(ut=ke(ut),!X||le(ut)!==0?X=ut:X=rt(X)+ut)}return X}e.combinePaths=be;function Ie(X){for(var ce=[],Fe=1;Fe<arguments.length;Fe++)ce[Fe-1]=arguments[Fe];return st(e.some(ce)?be.apply(void 0,Cn([X],ce,!1)):ke(X))}e.resolvePath=Ie;function q(X,ce){return Qe(ft(X,ce))}e.getNormalizedPathComponents=q;function ve(X,ce){return Jt(q(X,ce))}e.getNormalizedAbsolutePath=ve;function st(X){if(X=ke(X),!Yt.test(X))return X;var ce=X.replace(/\/\.\//g,"/").replace(/^\.\//,"");if(ce!==X&&(X=ce,!Yt.test(X)))return X;var Fe=Jt(Qe(ft(X)));return Fe&&U(X)?rt(Fe):Fe}e.normalizePath=st;function we(X){return X.length===0?"":X.slice(1).join(e.directorySeparator)}function Me(X,ce){return we(q(X,ce))}e.getNormalizedAbsolutePathWithoutRoot=Me;function Tt(X,ce,Fe){var Ue=x(X)?st(X):ve(X,ce);return Fe(Ue)}e.toPath=Tt;function ze(X){return U(X)?X.substr(0,X.length-1):X}e.removeTrailingDirectorySeparator=ze;function rt(X){return U(X)?X:X+e.directorySeparator}e.ensureTrailingDirectorySeparator=rt;function Pt(X){return!Y(X)&&!w(X)?"./"+X:X}e.ensurePathIsNonModuleName=Pt;function Ot(X,ce,Fe,Ue){var Ve=Fe!==void 0&&Ue!==void 0?Q(X,Fe,Ue):Q(X);return Ve?X.slice(0,X.length-Ve.length)+(e.startsWith(ce,".")?ce:"."+ce):X}e.changeAnyExtension=Ot;var Yt=/(?:\/\/)|(?:^|\/)\.\.?(?:$|\/)/;function oe(X,ce,Fe){if(X===ce)return 0;if(X===void 0)return-1;if(ce===void 0)return 1;var Ue=X.substring(0,le(X)),Ve=ce.substring(0,le(ce)),ut=e.compareStringsCaseInsensitive(Ue,Ve);if(ut!==0)return ut;var ht=X.substring(Ue.length),St=ce.substring(Ve.length);if(!Yt.test(ht)&&!Yt.test(St))return Fe(ht,St);for(var Z=Qe(ft(X)),fe=Qe(ft(ce)),nt=Math.min(Z.length,fe.length),dt=1;dt<nt;dt++){var Ft=Fe(Z[dt],fe[dt]);if(Ft!==0)return Ft}return e.compareValues(Z.length,fe.length)}function y(X,ce){return oe(X,ce,e.compareStringsCaseSensitive)}e.comparePathsCaseSensitive=y;function g(X,ce){return oe(X,ce,e.compareStringsCaseInsensitive)}e.comparePathsCaseInsensitive=g;function D(X,ce,Fe,Ue){return typeof Fe=="string"?(X=be(Fe,X),ce=be(Fe,ce)):typeof Fe=="boolean"&&(Ue=Fe),oe(X,ce,e.getStringComparer(Ue))}e.comparePaths=D;function G(X,ce,Fe,Ue){if(typeof Fe=="string"?(X=be(Fe,X),ce=be(Fe,ce)):typeof Fe=="boolean"&&(Ue=Fe),X===void 0||ce===void 0)return!1;if(X===ce)return!0;var Ve=Qe(ft(X)),ut=Qe(ft(ce));if(ut.length<Ve.length)return!1;for(var ht=Ue?e.equateStringsCaseInsensitive:e.equateStringsCaseSensitive,St=0;St<Ve.length;St++){var Z=St===0?e.equateStringsCaseInsensitive:ht;if(!Z(Ve[St],ut[St]))return!1}return!0}e.containsPath=G;function ee(X,ce,Fe){var Ue=Fe(X),Ve=Fe(ce);return e.startsWith(Ue,Ve+"/")||e.startsWith(Ue,Ve+"\\")}e.startsWithDirectory=ee;function V(X,ce,Fe,Ue){var Ve=Qe(ft(X)),ut=Qe(ft(ce)),ht;for(ht=0;ht<Ve.length&&ht<ut.length;ht++){var St=Ue(Ve[ht]),Z=Ue(ut[ht]),fe=ht===0?e.equateStringsCaseInsensitive:Fe;if(!fe(St,Z))break}if(ht===0)return ut;for(var nt=ut.slice(ht),dt=[];ht<Ve.length;ht++)dt.push("..");return Cn(Cn([""],dt,!0),nt,!0)}e.getPathComponentsRelativeTo=V;function Ye(X,ce,Fe){e.Debug.assert(le(X)>0==le(ce)>0,"Paths must either both be absolute or both be relative");var Ue=typeof Fe=="function"?Fe:e.identity,Ve=typeof Fe=="boolean"?Fe:!1,ut=V(X,ce,Ve?e.equateStringsCaseInsensitive:e.equateStringsCaseSensitive,Ue);return Jt(ut)}e.getRelativePathFromDirectory=Ye;function at(X,ce,Fe){return x(X)?Ne(ce,X,ce,Fe,!1):X}e.convertToRelativePath=at;function Le(X,ce,Fe){return Pt(Ye(he(X),ce,Fe))}e.getRelativePathFromFile=Le;function Ne(X,ce,Fe,Ue,Ve){var ut=V(Ie(Fe,X),Ie(Fe,ce),e.equateStringsCaseSensitive,Ue),ht=ut[0];if(Ve&&x(ht)){var St=ht.charAt(0)===e.directorySeparator?"file://":"file:///";ut[0]=St+ht}return Jt(ut)}e.getRelativePathToDirectoryOrUrl=Ne;function B(X,ce){for(;;){var Fe=ce(X);if(Fe!==void 0)return Fe;var Ue=he(X);if(Ue===X)return;X=Ue}}e.forEachAncestorDirectory=B;function mt(X){return e.endsWith(X,"/node_modules")}e.isNodeModulesDirectory=mt})(Qt||(Qt={}));var Qt;(function(e){function t(a,_,d,x,$,Y,w){return{code:a,category:_,key:d,message:x,reportsUnnecessary:$,elidedInCompatabilityPyramid:Y,reportsDeprecated:w}}e.Diagnostics={Unterminated_string_literal:t(1002,e.DiagnosticCategory.Error,"Unterminated_string_literal_1002","Unterminated string literal."),Identifier_expected:t(1003,e.DiagnosticCategory.Error,"Identifier_expected_1003","Identifier expected."),_0_expected:t(1005,e.DiagnosticCategory.Error,"_0_expected_1005","'{0}' expected."),A_file_cannot_have_a_reference_to_itself:t(1006,e.DiagnosticCategory.Error,"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:t(1007,e.DiagnosticCategory.Error,"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:t(1009,e.DiagnosticCategory.Error,"Trailing_comma_not_allowed_1009","Trailing comma not allowed."),Asterisk_Slash_expected:t(1010,e.DiagnosticCategory.Error,"Asterisk_Slash_expected_1010","'*/' expected."),An_element_access_expression_should_take_an_argument:t(1011,e.DiagnosticCategory.Error,"An_element_access_expression_should_take_an_argument_1011","An element access expression should take an argument."),Unexpected_token:t(1012,e.DiagnosticCategory.Error,"Unexpected_token_1012","Unexpected token."),A_rest_parameter_or_binding_pattern_may_not_have_a_trailing_comma:t(1013,e.DiagnosticCategory.Error,"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:t(1014,e.DiagnosticCategory.Error,"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:t(1015,e.DiagnosticCategory.Error,"Parameter_cannot_have_question_mark_and_initializer_1015","Parameter cannot have question mark and initializer."),A_required_parameter_cannot_follow_an_optional_parameter:t(1016,e.DiagnosticCategory.Error,"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:t(1017,e.DiagnosticCategory.Error,"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:t(1018,e.DiagnosticCategory.Error,"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:t(1019,e.DiagnosticCategory.Error,"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:t(1020,e.DiagnosticCategory.Error,"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:t(1021,e.DiagnosticCategory.Error,"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:t(1022,e.DiagnosticCategory.Error,"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:t(1024,e.DiagnosticCategory.Error,"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:t(1025,e.DiagnosticCategory.Error,"An_index_signature_cannot_have_a_trailing_comma_1025","An index signature cannot have a trailing comma."),Accessibility_modifier_already_seen:t(1028,e.DiagnosticCategory.Error,"Accessibility_modifier_already_seen_1028","Accessibility modifier already seen."),_0_modifier_must_precede_1_modifier:t(1029,e.DiagnosticCategory.Error,"_0_modifier_must_precede_1_modifier_1029","'{0}' modifier must precede '{1}' modifier."),_0_modifier_already_seen:t(1030,e.DiagnosticCategory.Error,"_0_modifier_already_seen_1030","'{0}' modifier already seen."),_0_modifier_cannot_appear_on_class_elements_of_this_kind:t(1031,e.DiagnosticCategory.Error,"_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:t(1034,e.DiagnosticCategory.Error,"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:t(1035,e.DiagnosticCategory.Error,"Only_ambient_modules_can_use_quoted_names_1035","Only ambient modules can use quoted names."),Statements_are_not_allowed_in_ambient_contexts:t(1036,e.DiagnosticCategory.Error,"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:t(1038,e.DiagnosticCategory.Error,"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:t(1039,e.DiagnosticCategory.Error,"Initializers_are_not_allowed_in_ambient_contexts_1039","Initializers are not allowed in ambient contexts."),_0_modifier_cannot_be_used_in_an_ambient_context:t(1040,e.DiagnosticCategory.Error,"_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:t(1042,e.DiagnosticCategory.Error,"_0_modifier_cannot_be_used_here_1042","'{0}' modifier cannot be used here."),_0_modifier_cannot_appear_on_a_module_or_namespace_element:t(1044,e.DiagnosticCategory.Error,"_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:t(1046,e.DiagnosticCategory.Error,"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:t(1047,e.DiagnosticCategory.Error,"A_rest_parameter_cannot_be_optional_1047","A rest parameter cannot be optional."),A_rest_parameter_cannot_have_an_initializer:t(1048,e.DiagnosticCategory.Error,"A_rest_parameter_cannot_have_an_initializer_1048","A rest parameter cannot have an initializer."),A_set_accessor_must_have_exactly_one_parameter:t(1049,e.DiagnosticCategory.Error,"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:t(1051,e.DiagnosticCategory.Error,"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:t(1052,e.DiagnosticCategory.Error,"A_set_accessor_parameter_cannot_have_an_initializer_1052","A 'set' accessor parameter cannot have an initializer."),A_set_accessor_cannot_have_rest_parameter:t(1053,e.DiagnosticCategory.Error,"A_set_accessor_cannot_have_rest_parameter_1053","A 'set' accessor cannot have rest parameter."),A_get_accessor_cannot_have_parameters:t(1054,e.DiagnosticCategory.Error,"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_SlashES3_because_it_does_not_refer_to_a_Promise_compatible_constructor_value:t(1055,e.DiagnosticCategory.Error,"Type_0_is_not_a_valid_async_function_return_type_in_ES5_SlashES3_because_it_does_not_refer_to_a_Prom_1055","Type '{0}' is not a valid async function return type in ES5/ES3 because it does not refer to a Promise-compatible constructor value."),Accessors_are_only_available_when_targeting_ECMAScript_5_and_higher:t(1056,e.DiagnosticCategory.Error,"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:t(1058,e.DiagnosticCategory.Error,"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:t(1059,e.DiagnosticCategory.Error,"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:t(1060,e.DiagnosticCategory.Error,"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:t(1061,e.DiagnosticCategory.Error,"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:t(1062,e.DiagnosticCategory.Error,"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:t(1063,e.DiagnosticCategory.Error,"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:t(1064,e.DiagnosticCategory.Error,"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<T> type. Did you mean to write 'Promise<{0}>'?"),In_ambient_enum_declarations_member_initializer_must_be_constant_expression:t(1066,e.DiagnosticCategory.Error,"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:t(1068,e.DiagnosticCategory.Error,"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:t(1069,e.DiagnosticCategory.Error,"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:t(1070,e.DiagnosticCategory.Error,"_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:t(1071,e.DiagnosticCategory.Error,"_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:t(1079,e.DiagnosticCategory.Error,"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:t(1084,e.DiagnosticCategory.Error,"Invalid_reference_directive_syntax_1084","Invalid 'reference' directive syntax."),Octal_literals_are_not_available_when_targeting_ECMAScript_5_and_higher_Use_the_syntax_0:t(1085,e.DiagnosticCategory.Error,"Octal_literals_are_not_available_when_targeting_ECMAScript_5_and_higher_Use_the_syntax_0_1085","Octal literals are not available when targeting ECMAScript 5 and higher. Use the syntax '{0}'."),_0_modifier_cannot_appear_on_a_constructor_declaration:t(1089,e.DiagnosticCategory.Error,"_0_modifier_cannot_appear_on_a_constructor_declaration_1089","'{0}' modifier cannot appear on a constructor declaration."),_0_modifier_cannot_appear_on_a_parameter:t(1090,e.DiagnosticCategory.Error,"_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:t(1091,e.DiagnosticCategory.Error,"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:t(1092,e.DiagnosticCategory.Error,"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:t(1093,e.DiagnosticCategory.Error,"Type_annotation_cannot_appear_on_a_constructor_declaration_1093","Type annotation cannot appear on a constructor declaration."),An_accessor_cannot_have_type_parameters:t(1094,e.DiagnosticCategory.Error,"An_accessor_cannot_have_type_parameters_1094","An accessor cannot have type parameters."),A_set_accessor_cannot_have_a_return_type_annotation:t(1095,e.DiagnosticCategory.Error,"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:t(1096,e.DiagnosticCategory.Error,"An_index_signature_must_have_exactly_one_parameter_1096","An index signature must have exactly one parameter."),_0_list_cannot_be_empty:t(1097,e.DiagnosticCategory.Error,"_0_list_cannot_be_empty_1097","'{0}' list cannot be empty."),Type_parameter_list_cannot_be_empty:t(1098,e.DiagnosticCategory.Error,"Type_parameter_list_cannot_be_empty_1098","Type parameter list cannot be empty."),Type_argument_list_cannot_be_empty:t(1099,e.DiagnosticCategory.Error,"Type_argument_list_cannot_be_empty_1099","Type argument list cannot be empty."),Invalid_use_of_0_in_strict_mode:t(1100,e.DiagnosticCategory.Error,"Invalid_use_of_0_in_strict_mode_1100","Invalid use of '{0}' in strict mode."),with_statements_are_not_allowed_in_strict_mode:t(1101,e.DiagnosticCategory.Error,"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:t(1102,e.DiagnosticCategory.Error,"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:t(1103,e.DiagnosticCategory.Error,"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:t(1104,e.DiagnosticCategory.Error,"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:t(1105,e.DiagnosticCategory.Error,"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:t(1106,e.DiagnosticCategory.Error,"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:t(1107,e.DiagnosticCategory.Error,"Jump_target_cannot_cross_function_boundary_1107","Jump target cannot cross function boundary."),A_return_statement_can_only_be_used_within_a_function_body:t(1108,e.DiagnosticCategory.Error,"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:t(1109,e.DiagnosticCategory.Error,"Expression_expected_1109","Expression expected."),Type_expected:t(1110,e.DiagnosticCategory.Error,"Type_expected_1110","Type expected."),A_default_clause_cannot_appear_more_than_once_in_a_switch_statement:t(1113,e.DiagnosticCategory.Error,"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:t(1114,e.DiagnosticCategory.Error,"Duplicate_label_0_1114","Duplicate label '{0}'."),A_continue_statement_can_only_jump_to_a_label_of_an_enclosing_iteration_statement:t(1115,e.DiagnosticCategory.Error,"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:t(1116,e.DiagnosticCategory.Error,"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:t(1117,e.DiagnosticCategory.Error,"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:t(1118,e.DiagnosticCategory.Error,"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:t(1119,e.DiagnosticCategory.Error,"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:t(1120,e.DiagnosticCategory.Error,"An_export_assignment_cannot_have_modifiers_1120","An export assignment cannot have modifiers."),Octal_literals_are_not_allowed_in_strict_mode:t(1121,e.DiagnosticCategory.Error,"Octal_literals_are_not_allowed_in_strict_mode_1121","Octal literals are not allowed in strict mode."),Variable_declaration_list_cannot_be_empty:t(1123,e.DiagnosticCategory.Error,"Variable_declaration_list_cannot_be_empty_1123","Variable declaration list cannot be empty."),Digit_expected:t(1124,e.DiagnosticCategory.Error,"Digit_expected_1124","Digit expected."),Hexadecimal_digit_expected:t(1125,e.DiagnosticCategory.Error,"Hexadecimal_digit_expected_1125","Hexadecimal digit expected."),Unexpected_end_of_text:t(1126,e.DiagnosticCategory.Error,"Unexpected_end_of_text_1126","Unexpected end of text."),Invalid_character:t(1127,e.DiagnosticCategory.Error,"Invalid_character_1127","Invalid character."),Declaration_or_statement_expected:t(1128,e.DiagnosticCategory.Error,"Declaration_or_statement_expected_1128","Declaration or statement expected."),Statement_expected:t(1129,e.DiagnosticCategory.Error,"Statement_expected_1129","Statement expected."),case_or_default_expected:t(1130,e.DiagnosticCategory.Error,"case_or_default_expected_1130","'case' or 'default' expected."),Property_or_signature_expected:t(1131,e.DiagnosticCategory.Error,"Property_or_signature_expected_1131","Property or signature expected."),Enum_member_expected:t(1132,e.DiagnosticCategory.Error,"Enum_member_expected_1132","Enum member expected."),Variable_declaration_expected:t(1134,e.DiagnosticCategory.Error,"Variable_declaration_expected_1134","Variable declaration expected."),Argument_expression_expected:t(1135,e.DiagnosticCategory.Error,"Argument_expression_expected_1135","Argument expression expected."),Property_assignment_expected:t(1136,e.DiagnosticCategory.Error,"Property_assignment_expected_1136","Property assignment expected."),Expression_or_comma_expected:t(1137,e.DiagnosticCategory.Error,"Expression_or_comma_expected_1137","Expression or comma expected."),Parameter_declaration_expected:t(1138,e.DiagnosticCategory.Error,"Parameter_declaration_expected_1138","Parameter declaration expected."),Type_parameter_declaration_expected:t(1139,e.DiagnosticCategory.Error,"Type_parameter_declaration_expected_1139","Type parameter declaration expected."),Type_argument_expected:t(1140,e.DiagnosticCategory.Error,"Type_argument_expected_1140","Type argument expected."),String_literal_expected:t(1141,e.DiagnosticCategory.Error,"String_literal_expected_1141","String literal expected."),Line_break_not_permitted_here:t(1142,e.DiagnosticCategory.Error,"Line_break_not_permitted_here_1142","Line break not permitted here."),or_expected:t(1144,e.DiagnosticCategory.Error,"or_expected_1144","'{' or ';' expected."),or_JSX_element_expected:t(1145,e.DiagnosticCategory.Error,"or_JSX_element_expected_1145","'{' or JSX element expected."),Declaration_expected:t(1146,e.DiagnosticCategory.Error,"Declaration_expected_1146","Declaration expected."),Import_declarations_in_a_namespace_cannot_reference_a_module:t(1147,e.DiagnosticCategory.Error,"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:t(1148,e.DiagnosticCategory.Error,"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:t(1149,e.DiagnosticCategory.Error,"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."),const_declarations_must_be_initialized:t(1155,e.DiagnosticCategory.Error,"const_declarations_must_be_initialized_1155","'const' declarations must be initialized."),const_declarations_can_only_be_declared_inside_a_block:t(1156,e.DiagnosticCategory.Error,"const_declarations_can_only_be_declared_inside_a_block_1156","'const' declarations can only be declared inside a block."),let_declarations_can_only_be_declared_inside_a_block:t(1157,e.DiagnosticCategory.Error,"let_declarations_can_only_be_declared_inside_a_block_1157","'let' declarations can only be declared inside a block."),Unterminated_template_literal:t(1160,e.DiagnosticCategory.Error,"Unterminated_template_literal_1160","Unterminated template literal."),Unterminated_regular_expression_literal:t(1161,e.DiagnosticCategory.Error,"Unterminated_regular_expression_literal_1161","Unterminated regular expression literal."),An_object_member_cannot_be_declared_optional:t(1162,e.DiagnosticCategory.Error,"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:t(1163,e.DiagnosticCategory.Error,"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:t(1164,e.DiagnosticCategory.Error,"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:t(1165,e.DiagnosticCategory.Error,"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:t(1166,e.DiagnosticCategory.Error,"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:t(1168,e.DiagnosticCategory.Error,"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:t(1169,e.DiagnosticCategory.Error,"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:t(1170,e.DiagnosticCategory.Error,"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:t(1171,e.DiagnosticCategory.Error,"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:t(1172,e.DiagnosticCategory.Error,"extends_clause_already_seen_1172","'extends' clause already seen."),extends_clause_must_precede_implements_clause:t(1173,e.DiagnosticCategory.Error,"extends_clause_must_precede_implements_clause_1173","'extends' clause must precede 'implements' clause."),Classes_can_only_extend_a_single_class:t(1174,e.DiagnosticCategory.Error,"Classes_can_only_extend_a_single_class_1174","Classes can only extend a single class."),implements_clause_already_seen:t(1175,e.DiagnosticCategory.Error,"implements_clause_already_seen_1175","'implements' clause already seen."),Interface_declaration_cannot_have_implements_clause:t(1176,e.DiagnosticCategory.Error,"Interface_declaration_cannot_have_implements_clause_1176","Interface declaration cannot have 'implements' clause."),Binary_digit_expected:t(1177,e.DiagnosticCategory.Error,"Binary_digit_expected_1177","Binary digit expected."),Octal_digit_expected:t(1178,e.DiagnosticCategory.Error,"Octal_digit_expected_1178","Octal digit expected."),Unexpected_token_expected:t(1179,e.DiagnosticCategory.Error,"Unexpected_token_expected_1179","Unexpected token. '{' expected."),Property_destructuring_pattern_expected:t(1180,e.DiagnosticCategory.Error,"Property_destructuring_pattern_expected_1180","Property destructuring pattern expected."),Array_element_destructuring_pattern_expected:t(1181,e.DiagnosticCategory.Error,"Array_element_destructuring_pattern_expected_1181","Array element destructuring pattern expected."),A_destructuring_declaration_must_have_an_initializer:t(1182,e.DiagnosticCategory.Error,"A_destructuring_declaration_must_have_an_initializer_1182","A destructuring declaration must have an initializer."),An_implementation_cannot_be_declared_in_ambient_contexts:t(1183,e.DiagnosticCategory.Error,"An_implementation_cannot_be_declared_in_ambient_contexts_1183","An implementation cannot be declared in ambient contexts."),Modifiers_cannot_appear_here:t(1184,e.DiagnosticCategory.Error,"Modifiers_cannot_appear_here_1184","Modifiers cannot appear here."),Merge_conflict_marker_encountered:t(1185,e.DiagnosticCategory.Error,"Merge_conflict_marker_encountered_1185","Merge conflict marker encountered."),A_rest_element_cannot_have_an_initializer:t(1186,e.DiagnosticCategory.Error,"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:t(1187,e.DiagnosticCategory.Error,"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:t(1188,e.DiagnosticCategory.Error,"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:t(1189,e.DiagnosticCategory.Error,"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:t(1190,e.DiagnosticCategory.Error,"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:t(1191,e.DiagnosticCategory.Error,"An_import_declaration_cannot_have_modifiers_1191","An import declaration cannot have modifiers."),Module_0_has_no_default_export:t(1192,e.DiagnosticCategory.Error,"Module_0_has_no_default_export_1192","Module '{0}' has no default export."),An_export_declaration_cannot_have_modifiers:t(1193,e.DiagnosticCategory.Error,"An_export_declaration_cannot_have_modifiers_1193","An export declaration cannot have modifiers."),Export_declarations_are_not_permitted_in_a_namespace:t(1194,e.DiagnosticCategory.Error,"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:t(1195,e.DiagnosticCategory.Error,"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:t(1196,e.DiagnosticCategory.Error,"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:t(1197,e.DiagnosticCategory.Error,"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:t(1198,e.DiagnosticCategory.Error,"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:t(1199,e.DiagnosticCategory.Error,"Unterminated_Unicode_escape_sequence_1199","Unterminated Unicode escape sequence."),Line_terminator_not_permitted_before_arrow:t(1200,e.DiagnosticCategory.Error,"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:t(1202,e.DiagnosticCategory.Error,"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:t(1203,e.DiagnosticCategory.Error,"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_the_isolatedModules_flag_is_provided_requires_using_export_type:t(1205,e.DiagnosticCategory.Error,"Re_exporting_a_type_when_the_isolatedModules_flag_is_provided_requires_using_export_type_1205","Re-exporting a type when the '--isolatedModules' flag is provided requires using 'export type'."),Decorators_are_not_valid_here:t(1206,e.DiagnosticCategory.Error,"Decorators_are_not_valid_here_1206","Decorators are not valid here."),Decorators_cannot_be_applied_to_multiple_get_Slashset_accessors_of_the_same_name:t(1207,e.DiagnosticCategory.Error,"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."),_0_cannot_be_compiled_under_isolatedModules_because_it_is_considered_a_global_script_file_Add_an_import_export_or_an_empty_export_statement_to_make_it_a_module:t(1208,e.DiagnosticCategory.Error,"_0_cannot_be_compiled_under_isolatedModules_because_it_is_considered_a_global_script_file_Add_an_imp_1208","'{0}' cannot be compiled under '--isolatedModules' because it is considered a global script file. Add an import, export, or an empty 'export {}' statement to make it a module."),Invalid_optional_chain_from_new_expression_Did_you_mean_to_call_0:t(1209,e.DiagnosticCategory.Error,"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:t(1210,e.DiagnosticCategory.Error,"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:t(1211,e.DiagnosticCategory.Error,"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:t(1212,e.DiagnosticCategory.Error,"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:t(1213,e.DiagnosticCategory.Error,"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:t(1214,e.DiagnosticCategory.Error,"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:t(1215,e.DiagnosticCategory.Error,"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:t(1216,e.DiagnosticCategory.Error,"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:t(1218,e.DiagnosticCategory.Error,"Export_assignment_is_not_supported_when_module_flag_is_system_1218","Export assignment is not supported when '--module' flag is 'system'."),Experimental_support_for_decorators_is_a_feature_that_is_subject_to_change_in_a_future_release_Set_the_experimentalDecorators_option_in_your_tsconfig_or_jsconfig_to_remove_this_warning:t(1219,e.DiagnosticCategory.Error,"Experimental_support_for_decorators_is_a_feature_that_is_subject_to_change_in_a_future_release_Set_t_1219","Experimental support for decorators is a feature that is subject to change in a future release. Set the 'experimentalDecorators' option in your 'tsconfig' or 'jsconfig' to remove this warning."),Generators_are_not_allowed_in_an_ambient_context:t(1221,e.DiagnosticCategory.Error,"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:t(1222,e.DiagnosticCategory.Error,"An_overload_signature_cannot_be_declared_as_a_generator_1222","An overload signature cannot be declared as a generator."),_0_tag_already_specified:t(1223,e.DiagnosticCategory.Error,"_0_tag_already_specified_1223","'{0}' tag already specified."),Signature_0_must_be_a_type_predicate:t(1224,e.DiagnosticCategory.Error,"Signature_0_must_be_a_type_predicate_1224","Signature '{0}' must be a type predicate."),Cannot_find_parameter_0:t(1225,e.DiagnosticCategory.Error,"Cannot_find_parameter_0_1225","Cannot find parameter '{0}'."),Type_predicate_0_is_not_assignable_to_1:t(1226,e.DiagnosticCategory.Error,"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:t(1227,e.DiagnosticCategory.Error,"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:t(1228,e.DiagnosticCategory.Error,"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:t(1229,e.DiagnosticCategory.Error,"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:t(1230,e.DiagnosticCategory.Error,"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:t(1231,e.DiagnosticCategory.Error,"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:t(1232,e.DiagnosticCategory.Error,"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:t(1233,e.DiagnosticCategory.Error,"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:t(1234,e.DiagnosticCategory.Error,"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:t(1235,e.DiagnosticCategory.Error,"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:t(1236,e.DiagnosticCategory.Error,"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:t(1237,e.DiagnosticCategory.Error,"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:t(1238,e.DiagnosticCategory.Error,"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:t(1239,e.DiagnosticCategory.Error,"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:t(1240,e.DiagnosticCategory.Error,"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:t(1241,e.DiagnosticCategory.Error,"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:t(1242,e.DiagnosticCategory.Error,"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:t(1243,e.DiagnosticCategory.Error,"_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:t(1244,e.DiagnosticCategory.Error,"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:t(1245,e.DiagnosticCategory.Error,"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:t(1246,e.DiagnosticCategory.Error,"An_interface_property_cannot_have_an_initializer_1246","An interface property cannot have an initializer."),A_type_literal_property_cannot_have_an_initializer:t(1247,e.DiagnosticCategory.Error,"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:t(1248,e.DiagnosticCategory.Error,"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:t(1249,e.DiagnosticCategory.Error,"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_ES3_or_ES5:t(1250,e.DiagnosticCategory.Error,"Function_declarations_are_not_allowed_inside_blocks_in_strict_mode_when_targeting_ES3_or_ES5_1250","Function declarations are not allowed inside blocks in strict mode when targeting 'ES3' or 'ES5'."),Function_declarations_are_not_allowed_inside_blocks_in_strict_mode_when_targeting_ES3_or_ES5_Class_definitions_are_automatically_in_strict_mode:t(1251,e.DiagnosticCategory.Error,"Function_declarations_are_not_allowed_inside_blocks_in_strict_mode_when_targeting_ES3_or_ES5_Class_d_1251","Function declarations are not allowed inside blocks in strict mode when targeting 'ES3' or 'ES5'. Class definitions are automatically in strict mode."),Function_declarations_are_not_allowed_inside_blocks_in_strict_mode_when_targeting_ES3_or_ES5_Modules_are_automatically_in_strict_mode:t(1252,e.DiagnosticCategory.Error,"Function_declarations_are_not_allowed_inside_blocks_in_strict_mode_when_targeting_ES3_or_ES5_Modules_1252","Function declarations are not allowed inside blocks in strict mode when targeting 'ES3' or 'ES5'. Modules are automatically in strict mode."),A_const_initializer_in_an_ambient_context_must_be_a_string_or_numeric_literal_or_literal_enum_reference:t(1254,e.DiagnosticCategory.Error,"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:t(1255,e.DiagnosticCategory.Error,"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:t(1257,e.DiagnosticCategory.Error,"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:t(1258,e.DiagnosticCategory.Error,"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:t(1259,e.DiagnosticCategory.Error,"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:t(1260,e.DiagnosticCategory.Error,"Keywords_cannot_contain_escape_characters_1260","Keywords cannot contain escape characters."),Already_included_file_name_0_differs_from_file_name_1_only_in_casing:t(1261,e.DiagnosticCategory.Error,"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:t(1262,e.DiagnosticCategory.Error,"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:t(1263,e.DiagnosticCategory.Error,"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:t(1264,e.DiagnosticCategory.Error,"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:t(1265,e.DiagnosticCategory.Error,"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:t(1266,e.DiagnosticCategory.Error,"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:t(1267,e.DiagnosticCategory.Error,"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:t(1268,e.DiagnosticCategory.Error,"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_the_isolatedModules_flag_is_provided:t(1269,e.DiagnosticCategory.Error,"Cannot_use_export_import_on_a_type_or_type_only_namespace_when_the_isolatedModules_flag_is_provided_1269","Cannot use 'export import' on a type or type-only namespace when the '--isolatedModules' flag is provided."),Decorator_function_return_type_0_is_not_assignable_to_type_1:t(1270,e.DiagnosticCategory.Error,"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:t(1271,e.DiagnosticCategory.Error,"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:t(1272,e.DiagnosticCategory.Error,"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:t(1273,e.DiagnosticCategory.Error,"_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:t(1274,e.DiagnosticCategory.Error,"_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"),with_statements_are_not_allowed_in_an_async_function_block:t(1300,e.DiagnosticCategory.Error,"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:t(1308,e.DiagnosticCategory.Error,"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:t(1309,e.DiagnosticCategory.Error,"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:t(1312,e.DiagnosticCategory.Error,"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:t(1313,e.DiagnosticCategory.Error,"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:t(1314,e.DiagnosticCategory.Error,"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:t(1315,e.DiagnosticCategory.Error,"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:t(1316,e.DiagnosticCategory.Error,"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:t(1317,e.DiagnosticCategory.Error,"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:t(1318,e.DiagnosticCategory.Error,"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:t(1319,e.DiagnosticCategory.Error,"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:t(1320,e.DiagnosticCategory.Error,"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:t(1321,e.DiagnosticCategory.Error,"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:t(1322,e.DiagnosticCategory.Error,"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:t(1323,e.DiagnosticCategory.Error,"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:t(1324,e.DiagnosticCategory.Error,"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:t(1325,e.DiagnosticCategory.Error,"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:t(1326,e.DiagnosticCategory.Error,"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:t(1327,e.DiagnosticCategory.Error,"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:t(1328,e.DiagnosticCategory.Error,"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:t(1329,e.DiagnosticCategory.Error,"_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:t(1330,e.DiagnosticCategory.Error,"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:t(1331,e.DiagnosticCategory.Error,"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:t(1332,e.DiagnosticCategory.Error,"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:t(1333,e.DiagnosticCategory.Error,"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:t(1334,e.DiagnosticCategory.Error,"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:t(1335,e.DiagnosticCategory.Error,"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:t(1337,e.DiagnosticCategory.Error,"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:t(1338,e.DiagnosticCategory.Error,"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:t(1339,e.DiagnosticCategory.Error,"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:t(1340,e.DiagnosticCategory.Error,"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:t(1341,e.DiagnosticCategory.Error,"Class_constructor_may_not_be_an_accessor_1341","Class constructor may not be an accessor."),Type_arguments_cannot_be_used_here:t(1342,e.DiagnosticCategory.Error,"Type_arguments_cannot_be_used_here_1342","Type arguments cannot be used here."),The_import_meta_meta_property_is_only_allowed_when_the_module_option_is_es2020_es2022_esnext_system_node16_or_nodenext:t(1343,e.DiagnosticCategory.Error,"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:t(1344,e.DiagnosticCategory.Error,"A_label_is_not_allowed_here_1344","'A label is not allowed here."),An_expression_of_type_void_cannot_be_tested_for_truthiness:t(1345,e.DiagnosticCategory.Error,"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:t(1346,e.DiagnosticCategory.Error,"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:t(1347,e.DiagnosticCategory.Error,"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:t(1348,e.DiagnosticCategory.Error,"Non_simple_parameter_declared_here_1348","Non-simple parameter declared here."),use_strict_directive_used_here:t(1349,e.DiagnosticCategory.Error,"use_strict_directive_used_here_1349","'use strict' directive used here."),Print_the_final_configuration_instead_of_building:t(1350,e.DiagnosticCategory.Message,"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:t(1351,e.DiagnosticCategory.Error,"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:t(1352,e.DiagnosticCategory.Error,"A_bigint_literal_cannot_use_exponential_notation_1352","A bigint literal cannot use exponential notation."),A_bigint_literal_must_be_an_integer:t(1353,e.DiagnosticCategory.Error,"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:t(1354,e.DiagnosticCategory.Error,"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:t(1355,e.DiagnosticCategory.Error,"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:t(1356,e.DiagnosticCategory.Error,"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:t(1357,e.DiagnosticCategory.Error,"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:t(1358,e.DiagnosticCategory.Error,"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:t(1359,e.DiagnosticCategory.Error,"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."),Class_constructor_may_not_be_a_generator:t(1360,e.DiagnosticCategory.Error,"Class_constructor_may_not_be_a_generator_1360","Class constructor may not be a generator."),_0_cannot_be_used_as_a_value_because_it_was_imported_using_import_type:t(1361,e.DiagnosticCategory.Error,"_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:t(1362,e.DiagnosticCategory.Error,"_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:t(1363,e.DiagnosticCategory.Error,"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:t(1364,e.DiagnosticCategory.Message,"Convert_to_type_only_export_1364","Convert to type-only export"),Convert_all_re_exported_types_to_type_only_exports:t(1365,e.DiagnosticCategory.Message,"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:t(1366,e.DiagnosticCategory.Message,"Split_into_two_separate_import_declarations_1366","Split into two separate import declarations"),Split_all_invalid_type_only_imports:t(1367,e.DiagnosticCategory.Message,"Split_all_invalid_type_only_imports_1367","Split all invalid type-only imports"),Did_you_mean_0:t(1369,e.DiagnosticCategory.Message,"Did_you_mean_0_1369","Did you mean '{0}'?"),This_import_is_never_used_as_a_value_and_must_use_import_type_because_importsNotUsedAsValues_is_set_to_error:t(1371,e.DiagnosticCategory.Error,"This_import_is_never_used_as_a_value_and_must_use_import_type_because_importsNotUsedAsValues_is_set__1371","This import is never used as a value and must use 'import type' because 'importsNotUsedAsValues' is set to 'error'."),Convert_to_type_only_import:t(1373,e.DiagnosticCategory.Message,"Convert_to_type_only_import_1373","Convert to type-only import"),Convert_all_imports_not_used_as_a_value_to_type_only_imports:t(1374,e.DiagnosticCategory.Message,"Convert_all_imports_not_used_as_a_value_to_type_only_imports_1374","Convert all imports not used as a value to type-only imports"),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:t(1375,e.DiagnosticCategory.Error,"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:t(1376,e.DiagnosticCategory.Message,"_0_was_imported_here_1376","'{0}' was imported here."),_0_was_exported_here:t(1377,e.DiagnosticCategory.Message,"_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_or_nodenext_and_the_target_option_is_set_to_es2017_or_higher:t(1378,e.DiagnosticCategory.Error,"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', or 'nodenext', and the 'target' option is set to 'es2017' or higher."),An_import_alias_cannot_reference_a_declaration_that_was_exported_using_export_type:t(1379,e.DiagnosticCategory.Error,"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:t(1380,e.DiagnosticCategory.Error,"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:t(1381,e.DiagnosticCategory.Error,"Unexpected_token_Did_you_mean_or_rbrace_1381","Unexpected token. Did you mean `{'}'}` or `}`?"),Unexpected_token_Did_you_mean_or_gt:t(1382,e.DiagnosticCategory.Error,"Unexpected_token_Did_you_mean_or_gt_1382","Unexpected token. Did you mean `{'>'}` or `>`?"),Only_named_exports_may_use_export_type:t(1383,e.DiagnosticCategory.Error,"Only_named_exports_may_use_export_type_1383","Only named exports may use 'export type'."),Function_type_notation_must_be_parenthesized_when_used_in_a_union_type:t(1385,e.DiagnosticCategory.Error,"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:t(1386,e.DiagnosticCategory.Error,"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:t(1387,e.DiagnosticCategory.Error,"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:t(1388,e.DiagnosticCategory.Error,"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:t(1389,e.DiagnosticCategory.Error,"_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:t(1390,e.DiagnosticCategory.Error,"_0_is_not_allowed_as_a_parameter_name_1390","'{0}' is not allowed as a parameter name."),An_import_alias_cannot_use_import_type:t(1392,e.DiagnosticCategory.Error,"An_import_alias_cannot_use_import_type_1392","An import alias cannot use 'import type'"),Imported_via_0_from_file_1:t(1393,e.DiagnosticCategory.Message,"Imported_via_0_from_file_1_1393","Imported via {0} from file '{1}'"),Imported_via_0_from_file_1_with_packageId_2:t(1394,e.DiagnosticCategory.Message,"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:t(1395,e.DiagnosticCategory.Message,"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:t(1396,e.DiagnosticCategory.Message,"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:t(1397,e.DiagnosticCategory.Message,"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:t(1398,e.DiagnosticCategory.Message,"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:t(1399,e.DiagnosticCategory.Message,"File_is_included_via_import_here_1399","File is included via import here."),Referenced_via_0_from_file_1:t(1400,e.DiagnosticCategory.Message,"Referenced_via_0_from_file_1_1400","Referenced via '{0}' from file '{1}'"),File_is_included_via_reference_here:t(1401,e.DiagnosticCategory.Message,"File_is_included_via_reference_here_1401","File is included via reference here."),Type_library_referenced_via_0_from_file_1:t(1402,e.DiagnosticCategory.Message,"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:t(1403,e.DiagnosticCategory.Message,"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:t(1404,e.DiagnosticCategory.Message,"File_is_included_via_type_library_reference_here_1404","File is included via type library reference here."),Library_referenced_via_0_from_file_1:t(1405,e.DiagnosticCategory.Message,"Library_referenced_via_0_from_file_1_1405","Library referenced via '{0}' from file '{1}'"),File_is_included_via_library_reference_here:t(1406,e.DiagnosticCategory.Message,"File_is_included_via_library_reference_here_1406","File is included via library reference here."),Matched_by_include_pattern_0_in_1:t(1407,e.DiagnosticCategory.Message,"Matched_by_include_pattern_0_in_1_1407","Matched by include pattern '{0}' in '{1}'"),File_is_matched_by_include_pattern_specified_here:t(1408,e.DiagnosticCategory.Message,"File_is_matched_by_include_pattern_specified_here_1408","File is matched by include pattern specified here."),Part_of_files_list_in_tsconfig_json:t(1409,e.DiagnosticCategory.Message,"Part_of_files_list_in_tsconfig_json_1409","Part of 'files' list in tsconfig.json"),File_is_matched_by_files_list_specified_here:t(1410,e.DiagnosticCategory.Message,"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:t(1411,e.DiagnosticCategory.Message,"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:t(1412,e.DiagnosticCategory.Message,"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:t(1413,e.DiagnosticCategory.Message,"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:t(1414,e.DiagnosticCategory.Message,"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:t(1415,e.DiagnosticCategory.Message,"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:t(1416,e.DiagnosticCategory.Message,"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:t(1417,e.DiagnosticCategory.Message,"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:t(1418,e.DiagnosticCategory.Message,"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:t(1419,e.DiagnosticCategory.Message,"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:t(1420,e.DiagnosticCategory.Message,"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:t(1421,e.DiagnosticCategory.Message,"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:t(1422,e.DiagnosticCategory.Message,"Library_0_specified_in_compilerOptions_1422","Library '{0}' specified in compilerOptions"),File_is_library_specified_here:t(1423,e.DiagnosticCategory.Message,"File_is_library_specified_here_1423","File is library specified here."),Default_library:t(1424,e.DiagnosticCategory.Message,"Default_library_1424","Default library"),Default_library_for_target_0:t(1425,e.DiagnosticCategory.Message,"Default_library_for_target_0_1425","Default library for target '{0}'"),File_is_default_library_for_target_specified_here:t(1426,e.DiagnosticCategory.Message,"File_is_default_library_for_target_specified_here_1426","File is default library for target specified here."),Root_file_specified_for_compilation:t(1427,e.DiagnosticCategory.Message,"Root_file_specified_for_compilation_1427","Root file specified for compilation"),File_is_output_of_project_reference_source_0:t(1428,e.DiagnosticCategory.Message,"File_is_output_of_project_reference_source_0_1428","File is output of project reference source '{0}'"),File_redirects_to_file_0:t(1429,e.DiagnosticCategory.Message,"File_redirects_to_file_0_1429","File redirects to file '{0}'"),The_file_is_in_the_program_because_Colon:t(1430,e.DiagnosticCategory.Message,"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:t(1431,e.DiagnosticCategory.Error,"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_or_nodenext_and_the_target_option_is_set_to_es2017_or_higher:t(1432,e.DiagnosticCategory.Error,"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', or 'nodenext', and the 'target' option is set to 'es2017' or higher."),Decorators_may_not_be_applied_to_this_parameters:t(1433,e.DiagnosticCategory.Error,"Decorators_may_not_be_applied_to_this_parameters_1433","Decorators may not be applied to 'this' parameters."),Unexpected_keyword_or_identifier:t(1434,e.DiagnosticCategory.Error,"Unexpected_keyword_or_identifier_1434","Unexpected keyword or identifier."),Unknown_keyword_or_identifier_Did_you_mean_0:t(1435,e.DiagnosticCategory.Error,"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:t(1436,e.DiagnosticCategory.Error,"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:t(1437,e.DiagnosticCategory.Error,"Namespace_must_be_given_a_name_1437","Namespace must be given a name."),Interface_must_be_given_a_name:t(1438,e.DiagnosticCategory.Error,"Interface_must_be_given_a_name_1438","Interface must be given a name."),Type_alias_must_be_given_a_name:t(1439,e.DiagnosticCategory.Error,"Type_alias_must_be_given_a_name_1439","Type alias must be given a name."),Variable_declaration_not_allowed_at_this_location:t(1440,e.DiagnosticCategory.Error,"Variable_declaration_not_allowed_at_this_location_1440","Variable declaration not allowed at this location."),Cannot_start_a_function_call_in_a_type_annotation:t(1441,e.DiagnosticCategory.Error,"Cannot_start_a_function_call_in_a_type_annotation_1441","Cannot start a function call in a type annotation."),Expected_for_property_initializer:t(1442,e.DiagnosticCategory.Error,"Expected_for_property_initializer_1442","Expected '=' for property initializer."),Module_declaration_names_may_only_use_or_quoted_strings:t(1443,e.DiagnosticCategory.Error,"Module_declaration_names_may_only_use_or_quoted_strings_1443",`Module declaration names may only use ' or " quoted strings.`),_0_is_a_type_and_must_be_imported_using_a_type_only_import_when_preserveValueImports_and_isolatedModules_are_both_enabled:t(1444,e.DiagnosticCategory.Error,"_0_is_a_type_and_must_be_imported_using_a_type_only_import_when_preserveValueImports_and_isolatedMod_1444","'{0}' is a type and must be imported using a type-only import when 'preserveValueImports' and 'isolatedModules' are both enabled."),_0_resolves_to_a_type_only_declaration_and_must_be_imported_using_a_type_only_import_when_preserveValueImports_and_isolatedModules_are_both_enabled:t(1446,e.DiagnosticCategory.Error,"_0_resolves_to_a_type_only_declaration_and_must_be_imported_using_a_type_only_import_when_preserveVa_1446","'{0}' resolves to a type-only declaration and must be imported using a type-only import when 'preserveValueImports' and 'isolatedModules' are both enabled."),_0_resolves_to_a_type_only_declaration_and_must_be_re_exported_using_a_type_only_re_export_when_isolatedModules_is_enabled:t(1448,e.DiagnosticCategory.Error,"_0_resolves_to_a_type_only_declaration_and_must_be_re_exported_using_a_type_only_re_export_when_isol_1448","'{0}' resolves to a type-only declaration and must be re-exported using a type-only re-export when 'isolatedModules' is enabled."),Preserve_unused_imported_values_in_the_JavaScript_output_that_would_otherwise_be_removed:t(1449,e.DiagnosticCategory.Message,"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_assertion_as_arguments:t(1450,e.DiagnosticCategory.Message,"Dynamic_imports_can_only_accept_a_module_specifier_and_an_optional_assertion_as_arguments_1450","Dynamic imports can only accept a module specifier and an optional assertion 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:t(1451,e.DiagnosticCategory.Error,"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_assertions_are_only_supported_when_moduleResolution_is_node16_or_nodenext:t(1452,e.DiagnosticCategory.Error,"resolution_mode_assertions_are_only_supported_when_moduleResolution_is_node16_or_nodenext_1452","'resolution-mode' assertions are only supported when `moduleResolution` is `node16` or `nodenext`."),resolution_mode_should_be_either_require_or_import:t(1453,e.DiagnosticCategory.Error,"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:t(1454,e.DiagnosticCategory.Error,"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:t(1455,e.DiagnosticCategory.Error,"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:t(1456,e.DiagnosticCategory.Error,"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:t(1457,e.DiagnosticCategory.Message,"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:t(1458,e.DiagnosticCategory.Message,"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:t(1459,e.DiagnosticCategory.Message,"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:t(1460,e.DiagnosticCategory.Message,"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:t(1461,e.DiagnosticCategory.Message,"File_is_CommonJS_module_because_package_json_was_not_found_1461","File is CommonJS module because 'package.json' was not found"),The_import_meta_meta_property_is_not_allowed_in_files_which_will_build_into_CommonJS_output:t(1470,e.DiagnosticCategory.Error,"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:t(1471,e.DiagnosticCategory.Error,"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:t(1472,e.DiagnosticCategory.Error,"catch_or_finally_expected_1472","'catch' or 'finally' expected."),An_import_declaration_can_only_be_used_at_the_top_level_of_a_module:t(1473,e.DiagnosticCategory.Error,"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:t(1474,e.DiagnosticCategory.Error,"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:t(1475,e.DiagnosticCategory.Message,"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:t(1476,e.DiagnosticCategory.Message,"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:t(1477,e.DiagnosticCategory.Error,"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:t(1478,e.DiagnosticCategory.Error,"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:t(1479,e.DiagnosticCategory.Error,"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:t(1480,e.DiagnosticCategory.Message,"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:t(1481,e.DiagnosticCategory.Message,"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:t(1482,e.DiagnosticCategory.Message,"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:t(1483,e.DiagnosticCategory.Message,"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" }`.'),The_types_of_0_are_incompatible_between_these_types:t(2200,e.DiagnosticCategory.Error,"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:t(2201,e.DiagnosticCategory.Error,"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:t(2202,e.DiagnosticCategory.Error,"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:t(2203,e.DiagnosticCategory.Error,"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:t(2204,e.DiagnosticCategory.Error,"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:t(2205,e.DiagnosticCategory.Error,"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:t(2206,e.DiagnosticCategory.Error,"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:t(2207,e.DiagnosticCategory.Error,"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:t(2208,e.DiagnosticCategory.Error,"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:t(2209,e.DiagnosticCategory.Error,"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:t(2210,e.DiagnosticCategory.Error,"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:t(2211,e.DiagnosticCategory.Message,"Add_extends_constraint_2211","Add `extends` constraint."),Add_extends_constraint_to_all_type_parameters:t(2212,e.DiagnosticCategory.Message,"Add_extends_constraint_to_all_type_parameters_2212","Add `extends` constraint to all type parameters"),Duplicate_identifier_0:t(2300,e.DiagnosticCategory.Error,"Duplicate_identifier_0_2300","Duplicate identifier '{0}'."),Initializer_of_instance_member_variable_0_cannot_reference_identifier_1_declared_in_the_constructor:t(2301,e.DiagnosticCategory.Error,"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:t(2302,e.DiagnosticCategory.Error,"Static_members_cannot_reference_class_type_parameters_2302","Static members cannot reference class type parameters."),Circular_definition_of_import_alias_0:t(2303,e.DiagnosticCategory.Error,"Circular_definition_of_import_alias_0_2303","Circular definition of import alias '{0}'."),Cannot_find_name_0:t(2304,e.DiagnosticCategory.Error,"Cannot_find_name_0_2304","Cannot find name '{0}'."),Module_0_has_no_exported_member_1:t(2305,e.DiagnosticCategory.Error,"Module_0_has_no_exported_member_1_2305","Module '{0}' has no exported member '{1}'."),File_0_is_not_a_module:t(2306,e.DiagnosticCategory.Error,"File_0_is_not_a_module_2306","File '{0}' is not a module."),Cannot_find_module_0_or_its_corresponding_type_declarations:t(2307,e.DiagnosticCategory.Error,"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:t(2308,e.DiagnosticCategory.Error,"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:t(2309,e.DiagnosticCategory.Error,"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:t(2310,e.DiagnosticCategory.Error,"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:t(2311,e.DiagnosticCategory.Error,"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:t(2312,e.DiagnosticCategory.Error,"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:t(2313,e.DiagnosticCategory.Error,"Type_parameter_0_has_a_circular_constraint_2313","Type parameter '{0}' has a circular constraint."),Generic_type_0_requires_1_type_argument_s:t(2314,e.DiagnosticCategory.Error,"Generic_type_0_requires_1_type_argument_s_2314","Generic type '{0}' requires {1} type argument(s)."),Type_0_is_not_generic:t(2315,e.DiagnosticCategory.Error,"Type_0_is_not_generic_2315","Type '{0}' is not generic."),Global_type_0_must_be_a_class_or_interface_type:t(2316,e.DiagnosticCategory.Error,"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:t(2317,e.DiagnosticCategory.Error,"Global_type_0_must_have_1_type_parameter_s_2317","Global type '{0}' must have {1} type parameter(s)."),Cannot_find_global_type_0:t(2318,e.DiagnosticCategory.Error,"Cannot_find_global_type_0_2318","Cannot find global type '{0}'."),Named_property_0_of_types_1_and_2_are_not_identical:t(2319,e.DiagnosticCategory.Error,"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:t(2320,e.DiagnosticCategory.Error,"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:t(2321,e.DiagnosticCategory.Error,"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:t(2322,e.DiagnosticCategory.Error,"Type_0_is_not_assignable_to_type_1_2322","Type '{0}' is not assignable to type '{1}'."),Cannot_redeclare_exported_variable_0:t(2323,e.DiagnosticCategory.Error,"Cannot_redeclare_exported_variable_0_2323","Cannot redeclare exported variable '{0}'."),Property_0_is_missing_in_type_1:t(2324,e.DiagnosticCategory.Error,"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:t(2325,e.DiagnosticCategory.Error,"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:t(2326,e.DiagnosticCategory.Error,"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:t(2327,e.DiagnosticCategory.Error,"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:t(2328,e.DiagnosticCategory.Error,"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:t(2329,e.DiagnosticCategory.Error,"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:t(2330,e.DiagnosticCategory.Error,"_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:t(2331,e.DiagnosticCategory.Error,"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:t(2332,e.DiagnosticCategory.Error,"this_cannot_be_referenced_in_current_location_2332","'this' cannot be referenced in current location."),this_cannot_be_referenced_in_constructor_arguments:t(2333,e.DiagnosticCategory.Error,"this_cannot_be_referenced_in_constructor_arguments_2333","'this' cannot be referenced in constructor arguments."),this_cannot_be_referenced_in_a_static_property_initializer:t(2334,e.DiagnosticCategory.Error,"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:t(2335,e.DiagnosticCategory.Error,"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:t(2336,e.DiagnosticCategory.Error,"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:t(2337,e.DiagnosticCategory.Error,"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:t(2338,e.DiagnosticCategory.Error,"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:t(2339,e.DiagnosticCategory.Error,"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:t(2340,e.DiagnosticCategory.Error,"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:t(2341,e.DiagnosticCategory.Error,"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:t(2343,e.DiagnosticCategory.Error,"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:t(2344,e.DiagnosticCategory.Error,"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:t(2345,e.DiagnosticCategory.Error,"Argument_of_type_0_is_not_assignable_to_parameter_of_type_1_2345","Argument of type '{0}' is not assignable to parameter of type '{1}'."),Call_target_does_not_contain_any_signatures:t(2346,e.DiagnosticCategory.Error,"Call_target_does_not_contain_any_signatures_2346","Call target does not contain any signatures."),Untyped_function_calls_may_not_accept_type_arguments:t(2347,e.DiagnosticCategory.Error,"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:t(2348,e.DiagnosticCategory.Error,"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:t(2349,e.DiagnosticCategory.Error,"This_expression_is_not_callable_2349","This expression is not callable."),Only_a_void_function_can_be_called_with_the_new_keyword:t(2350,e.DiagnosticCategory.Error,"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:t(2351,e.DiagnosticCategory.Error,"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:t(2352,e.DiagnosticCategory.Error,"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:t(2353,e.DiagnosticCategory.Error,"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:t(2354,e.DiagnosticCategory.Error,"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_void_nor_any_must_return_a_value:t(2355,e.DiagnosticCategory.Error,"A_function_whose_declared_type_is_neither_void_nor_any_must_return_a_value_2355","A function whose declared type is neither 'void' nor 'any' must return a value."),An_arithmetic_operand_must_be_of_type_any_number_bigint_or_an_enum_type:t(2356,e.DiagnosticCategory.Error,"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:t(2357,e.DiagnosticCategory.Error,"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:t(2358,e.DiagnosticCategory.Error,"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_of_type_any_or_of_a_type_assignable_to_the_Function_interface_type:t(2359,e.DiagnosticCategory.Error,"The_right_hand_side_of_an_instanceof_expression_must_be_of_type_any_or_of_a_type_assignable_to_the_F_2359","The right-hand side of an 'instanceof' expression must be of type 'any' or of a type assignable to the 'Function' interface type."),The_left_hand_side_of_an_in_expression_must_be_a_private_identifier_or_of_type_any_string_number_or_symbol:t(2360,e.DiagnosticCategory.Error,"The_left_hand_side_of_an_in_expression_must_be_a_private_identifier_or_of_type_any_string_number_or__2360","The left-hand side of an 'in' expression must be a private identifier or of type 'any', 'string', 'number', or 'symbol'."),The_right_hand_side_of_an_in_expression_must_not_be_a_primitive:t(2361,e.DiagnosticCategory.Error,"The_right_hand_side_of_an_in_expression_must_not_be_a_primitive_2361","The right-hand side of an 'in' expression must not be a primitive."),The_left_hand_side_of_an_arithmetic_operation_must_be_of_type_any_number_bigint_or_an_enum_type:t(2362,e.DiagnosticCategory.Error,"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:t(2363,e.DiagnosticCategory.Error,"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:t(2364,e.DiagnosticCategory.Error,"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:t(2365,e.DiagnosticCategory.Error,"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:t(2366,e.DiagnosticCategory.Error,"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_condition_will_always_return_0_since_the_types_1_and_2_have_no_overlap:t(2367,e.DiagnosticCategory.Error,"This_condition_will_always_return_0_since_the_types_1_and_2_have_no_overlap_2367","This condition will always return '{0}' since the types '{1}' and '{2}' have no overlap."),Type_parameter_name_cannot_be_0:t(2368,e.DiagnosticCategory.Error,"Type_parameter_name_cannot_be_0_2368","Type parameter name cannot be '{0}'."),A_parameter_property_is_only_allowed_in_a_constructor_implementation:t(2369,e.DiagnosticCategory.Error,"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:t(2370,e.DiagnosticCategory.Error,"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:t(2371,e.DiagnosticCategory.Error,"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:t(2372,e.DiagnosticCategory.Error,"Parameter_0_cannot_reference_itself_2372","Parameter '{0}' cannot reference itself."),Parameter_0_cannot_reference_identifier_1_declared_after_it:t(2373,e.DiagnosticCategory.Error,"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:t(2374,e.DiagnosticCategory.Error,"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:t(2375,e.DiagnosticCategory.Error,"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:t(2376,e.DiagnosticCategory.Error,"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:t(2377,e.DiagnosticCategory.Error,"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:t(2378,e.DiagnosticCategory.Error,"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:t(2379,e.DiagnosticCategory.Error,"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."),The_return_type_of_a_get_accessor_must_be_assignable_to_its_set_accessor_type:t(2380,e.DiagnosticCategory.Error,"The_return_type_of_a_get_accessor_must_be_assignable_to_its_set_accessor_type_2380","The return type of a 'get' accessor must be assignable to its 'set' accessor type"),Overload_signatures_must_all_be_exported_or_non_exported:t(2383,e.DiagnosticCategory.Error,"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:t(2384,e.DiagnosticCategory.Error,"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:t(2385,e.DiagnosticCategory.Error,"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:t(2386,e.DiagnosticCategory.Error,"Overload_signatures_must_all_be_optional_or_required_2386","Overload signatures must all be optional or required."),Function_overload_must_be_static:t(2387,e.DiagnosticCategory.Error,"Function_overload_must_be_static_2387","Function overload must be static."),Function_overload_must_not_be_static:t(2388,e.DiagnosticCategory.Error,"Function_overload_must_not_be_static_2388","Function overload must not be static."),Function_implementation_name_must_be_0:t(2389,e.DiagnosticCategory.Error,"Function_implementation_name_must_be_0_2389","Function implementation name must be '{0}'."),Constructor_implementation_is_missing:t(2390,e.DiagnosticCategory.Error,"Constructor_implementation_is_missing_2390","Constructor implementation is missing."),Function_implementation_is_missing_or_not_immediately_following_the_declaration:t(2391,e.DiagnosticCategory.Error,"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:t(2392,e.DiagnosticCategory.Error,"Multiple_constructor_implementations_are_not_allowed_2392","Multiple constructor implementations are not allowed."),Duplicate_function_implementation:t(2393,e.DiagnosticCategory.Error,"Duplicate_function_implementation_2393","Duplicate function implementation."),This_overload_signature_is_not_compatible_with_its_implementation_signature:t(2394,e.DiagnosticCategory.Error,"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:t(2395,e.DiagnosticCategory.Error,"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:t(2396,e.DiagnosticCategory.Error,"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:t(2397,e.DiagnosticCategory.Error,"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:t(2398,e.DiagnosticCategory.Error,"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:t(2399,e.DiagnosticCategory.Error,"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:t(2400,e.DiagnosticCategory.Error,"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:t(2401,e.DiagnosticCategory.Error,"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:t(2402,e.DiagnosticCategory.Error,"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:t(2403,e.DiagnosticCategory.Error,"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:t(2404,e.DiagnosticCategory.Error,"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:t(2405,e.DiagnosticCategory.Error,"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:t(2406,e.DiagnosticCategory.Error,"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:t(2407,e.DiagnosticCategory.Error,"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:t(2408,e.DiagnosticCategory.Error,"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:t(2409,e.DiagnosticCategory.Error,"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:t(2410,e.DiagnosticCategory.Error,"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:t(2412,e.DiagnosticCategory.Error,"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:t(2411,e.DiagnosticCategory.Error,"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:t(2413,e.DiagnosticCategory.Error,"_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:t(2414,e.DiagnosticCategory.Error,"Class_name_cannot_be_0_2414","Class name cannot be '{0}'."),Class_0_incorrectly_extends_base_class_1:t(2415,e.DiagnosticCategory.Error,"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:t(2416,e.DiagnosticCategory.Error,"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:t(2417,e.DiagnosticCategory.Error,"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:t(2418,e.DiagnosticCategory.Error,"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:t(2419,e.DiagnosticCategory.Error,"Types_of_construct_signatures_are_incompatible_2419","Types of construct signatures are incompatible."),Class_0_incorrectly_implements_interface_1:t(2420,e.DiagnosticCategory.Error,"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:t(2422,e.DiagnosticCategory.Error,"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:t(2423,e.DiagnosticCategory.Error,"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:t(2425,e.DiagnosticCategory.Error,"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:t(2426,e.DiagnosticCategory.Error,"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:t(2427,e.DiagnosticCategory.Error,"Interface_name_cannot_be_0_2427","Interface name cannot be '{0}'."),All_declarations_of_0_must_have_identical_type_parameters:t(2428,e.DiagnosticCategory.Error,"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:t(2430,e.DiagnosticCategory.Error,"Interface_0_incorrectly_extends_interface_1_2430","Interface '{0}' incorrectly extends interface '{1}'."),Enum_name_cannot_be_0:t(2431,e.DiagnosticCategory.Error,"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:t(2432,e.DiagnosticCategory.Error,"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:t(2433,e.DiagnosticCategory.Error,"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:t(2434,e.DiagnosticCategory.Error,"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:t(2435,e.DiagnosticCategory.Error,"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:t(2436,e.DiagnosticCategory.Error,"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:t(2437,e.DiagnosticCategory.Error,"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:t(2438,e.DiagnosticCategory.Error,"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:t(2439,e.DiagnosticCategory.Error,"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:t(2440,e.DiagnosticCategory.Error,"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:t(2441,e.DiagnosticCategory.Error,"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:t(2442,e.DiagnosticCategory.Error,"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:t(2443,e.DiagnosticCategory.Error,"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:t(2444,e.DiagnosticCategory.Error,"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:t(2445,e.DiagnosticCategory.Error,"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:t(2446,e.DiagnosticCategory.Error,"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:t(2447,e.DiagnosticCategory.Error,"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:t(2448,e.DiagnosticCategory.Error,"Block_scoped_variable_0_used_before_its_declaration_2448","Block-scoped variable '{0}' used before its declaration."),Class_0_used_before_its_declaration:t(2449,e.DiagnosticCategory.Error,"Class_0_used_before_its_declaration_2449","Class '{0}' used before its declaration."),Enum_0_used_before_its_declaration:t(2450,e.DiagnosticCategory.Error,"Enum_0_used_before_its_declaration_2450","Enum '{0}' used before its declaration."),Cannot_redeclare_block_scoped_variable_0:t(2451,e.DiagnosticCategory.Error,"Cannot_redeclare_block_scoped_variable_0_2451","Cannot redeclare block-scoped variable '{0}'."),An_enum_member_cannot_have_a_numeric_name:t(2452,e.DiagnosticCategory.Error,"An_enum_member_cannot_have_a_numeric_name_2452","An enum member cannot have a numeric name."),Variable_0_is_used_before_being_assigned:t(2454,e.DiagnosticCategory.Error,"Variable_0_is_used_before_being_assigned_2454","Variable '{0}' is used before being assigned."),Type_alias_0_circularly_references_itself:t(2456,e.DiagnosticCategory.Error,"Type_alias_0_circularly_references_itself_2456","Type alias '{0}' circularly references itself."),Type_alias_name_cannot_be_0:t(2457,e.DiagnosticCategory.Error,"Type_alias_name_cannot_be_0_2457","Type alias name cannot be '{0}'."),An_AMD_module_cannot_have_multiple_name_assignments:t(2458,e.DiagnosticCategory.Error,"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:t(2459,e.DiagnosticCategory.Error,"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:t(2460,e.DiagnosticCategory.Error,"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:t(2461,e.DiagnosticCategory.Error,"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:t(2462,e.DiagnosticCategory.Error,"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:t(2463,e.DiagnosticCategory.Error,"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:t(2464,e.DiagnosticCategory.Error,"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:t(2465,e.DiagnosticCategory.Error,"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:t(2466,e.DiagnosticCategory.Error,"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:t(2467,e.DiagnosticCategory.Error,"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:t(2468,e.DiagnosticCategory.Error,"Cannot_find_global_value_0_2468","Cannot find global value '{0}'."),The_0_operator_cannot_be_applied_to_type_symbol:t(2469,e.DiagnosticCategory.Error,"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:t(2472,e.DiagnosticCategory.Error,"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:t(2473,e.DiagnosticCategory.Error,"Enum_declarations_must_all_be_const_or_non_const_2473","Enum declarations must all be const or non-const."),const_enum_member_initializers_can_only_contain_literal_values_and_other_computed_enum_values:t(2474,e.DiagnosticCategory.Error,"const_enum_member_initializers_can_only_contain_literal_values_and_other_computed_enum_values_2474","const enum member initializers can only contain literal values and other computed enum values."),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:t(2475,e.DiagnosticCategory.Error,"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:t(2476,e.DiagnosticCategory.Error,"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:t(2477,e.DiagnosticCategory.Error,"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:t(2478,e.DiagnosticCategory.Error,"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:t(2480,e.DiagnosticCategory.Error,"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:t(2481,e.DiagnosticCategory.Error,"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:t(2483,e.DiagnosticCategory.Error,"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:t(2484,e.DiagnosticCategory.Error,"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:t(2487,e.DiagnosticCategory.Error,"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:t(2488,e.DiagnosticCategory.Error,"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:t(2489,e.DiagnosticCategory.Error,"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:t(2490,e.DiagnosticCategory.Error,"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:t(2491,e.DiagnosticCategory.Error,"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:t(2492,e.DiagnosticCategory.Error,"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:t(2493,e.DiagnosticCategory.Error,"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:t(2494,e.DiagnosticCategory.Error,"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:t(2495,e.DiagnosticCategory.Error,"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_ES3_and_ES5_Consider_using_a_standard_function_expression:t(2496,e.DiagnosticCategory.Error,"The_arguments_object_cannot_be_referenced_in_an_arrow_function_in_ES3_and_ES5_Consider_using_a_stand_2496","The 'arguments' object cannot be referenced in an arrow function in ES3 and 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:t(2497,e.DiagnosticCategory.Error,"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:t(2498,e.DiagnosticCategory.Error,"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:t(2499,e.DiagnosticCategory.Error,"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:t(2500,e.DiagnosticCategory.Error,"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:t(2501,e.DiagnosticCategory.Error,"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:t(2502,e.DiagnosticCategory.Error,"_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:t(2503,e.DiagnosticCategory.Error,"Cannot_find_namespace_0_2503","Cannot find namespace '{0}'."),Type_0_must_have_a_Symbol_asyncIterator_method_that_returns_an_async_iterator:t(2504,e.DiagnosticCategory.Error,"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:t(2505,e.DiagnosticCategory.Error,"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:t(2506,e.DiagnosticCategory.Error,"_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:t(2507,e.DiagnosticCategory.Error,"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:t(2508,e.DiagnosticCategory.Error,"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:t(2509,e.DiagnosticCategory.Error,"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:t(2510,e.DiagnosticCategory.Error,"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:t(2511,e.DiagnosticCategory.Error,"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:t(2512,e.DiagnosticCategory.Error,"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:t(2513,e.DiagnosticCategory.Error,"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:t(2514,e.DiagnosticCategory.Error,"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:t(2515,e.DiagnosticCategory.Error,"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:t(2516,e.DiagnosticCategory.Error,"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:t(2517,e.DiagnosticCategory.Error,"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:t(2518,e.DiagnosticCategory.Error,"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:t(2519,e.DiagnosticCategory.Error,"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:t(2520,e.DiagnosticCategory.Error,"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_ES3_and_ES5_Consider_using_a_standard_function_or_method:t(2522,e.DiagnosticCategory.Error,"The_arguments_object_cannot_be_referenced_in_an_async_function_or_method_in_ES3_and_ES5_Consider_usi_2522","The 'arguments' object cannot be referenced in an async function or method in ES3 and ES5. Consider using a standard function or method."),yield_expressions_cannot_be_used_in_a_parameter_initializer:t(2523,e.DiagnosticCategory.Error,"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:t(2524,e.DiagnosticCategory.Error,"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:t(2525,e.DiagnosticCategory.Error,"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:t(2526,e.DiagnosticCategory.Error,"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:t(2527,e.DiagnosticCategory.Error,"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:t(2528,e.DiagnosticCategory.Error,"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:t(2529,e.DiagnosticCategory.Error,"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:t(2530,e.DiagnosticCategory.Error,"Property_0_is_incompatible_with_index_signature_2530","Property '{0}' is incompatible with index signature."),Object_is_possibly_null:t(2531,e.DiagnosticCategory.Error,"Object_is_possibly_null_2531","Object is possibly 'null'."),Object_is_possibly_undefined:t(2532,e.DiagnosticCategory.Error,"Object_is_possibly_undefined_2532","Object is possibly 'undefined'."),Object_is_possibly_null_or_undefined:t(2533,e.DiagnosticCategory.Error,"Object_is_possibly_null_or_undefined_2533","Object is possibly 'null' or 'undefined'."),A_function_returning_never_cannot_have_a_reachable_end_point:t(2534,e.DiagnosticCategory.Error,"A_function_returning_never_cannot_have_a_reachable_end_point_2534","A function returning 'never' cannot have a reachable end point."),Enum_type_0_has_members_with_initializers_that_are_not_literals:t(2535,e.DiagnosticCategory.Error,"Enum_type_0_has_members_with_initializers_that_are_not_literals_2535","Enum type '{0}' has members with initializers that are not literals."),Type_0_cannot_be_used_to_index_type_1:t(2536,e.DiagnosticCategory.Error,"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:t(2537,e.DiagnosticCategory.Error,"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:t(2538,e.DiagnosticCategory.Error,"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:t(2539,e.DiagnosticCategory.Error,"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:t(2540,e.DiagnosticCategory.Error,"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:t(2542,e.DiagnosticCategory.Error,"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:t(2543,e.DiagnosticCategory.Error,"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:t(2544,e.DiagnosticCategory.Error,"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:t(2545,e.DiagnosticCategory.Error,"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:t(2547,e.DiagnosticCategory.Error,"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:t(2548,e.DiagnosticCategory.Error,"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:t(2549,e.DiagnosticCategory.Error,"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:t(2550,e.DiagnosticCategory.Error,"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:t(2551,e.DiagnosticCategory.Error,"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:t(2552,e.DiagnosticCategory.Error,"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:t(2553,e.DiagnosticCategory.Error,"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:t(2554,e.DiagnosticCategory.Error,"Expected_0_arguments_but_got_1_2554","Expected {0} arguments, but got {1}."),Expected_at_least_0_arguments_but_got_1:t(2555,e.DiagnosticCategory.Error,"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:t(2556,e.DiagnosticCategory.Error,"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:t(2558,e.DiagnosticCategory.Error,"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:t(2559,e.DiagnosticCategory.Error,"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:t(2560,e.DiagnosticCategory.Error,"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:t(2561,e.DiagnosticCategory.Error,"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:t(2562,e.DiagnosticCategory.Error,"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:t(2563,e.DiagnosticCategory.Error,"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:t(2564,e.DiagnosticCategory.Error,"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:t(2565,e.DiagnosticCategory.Error,"Property_0_is_used_before_being_assigned_2565","Property '{0}' is used before being assigned."),A_rest_element_cannot_have_a_property_name:t(2566,e.DiagnosticCategory.Error,"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:t(2567,e.DiagnosticCategory.Error,"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:t(2568,e.DiagnosticCategory.Error,"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:t(2570,e.DiagnosticCategory.Error,"Could_not_find_name_0_Did_you_mean_1_2570","Could not find name '{0}'. Did you mean '{1}'?"),Object_is_of_type_unknown:t(2571,e.DiagnosticCategory.Error,"Object_is_of_type_unknown_2571","Object is of type 'unknown'."),A_rest_element_type_must_be_an_array_type:t(2574,e.DiagnosticCategory.Error,"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:t(2575,e.DiagnosticCategory.Error,"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:t(2576,e.DiagnosticCategory.Error,"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:t(2577,e.DiagnosticCategory.Error,"Return_type_annotation_circularly_references_itself_2577","Return type annotation circularly references itself."),Unused_ts_expect_error_directive:t(2578,e.DiagnosticCategory.Error,"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:t(2580,e.DiagnosticCategory.Error,"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:t(2581,e.DiagnosticCategory.Error,"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:t(2582,e.DiagnosticCategory.Error,"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:t(2583,e.DiagnosticCategory.Error,"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:t(2584,e.DiagnosticCategory.Error,"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:t(2585,e.DiagnosticCategory.Error,"_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:t(2588,e.DiagnosticCategory.Error,"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:t(2589,e.DiagnosticCategory.Error,"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:t(2590,e.DiagnosticCategory.Error,"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:t(2591,e.DiagnosticCategory.Error,"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:t(2592,e.DiagnosticCategory.Error,"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:t(2593,e.DiagnosticCategory.Error,"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:t(2594,e.DiagnosticCategory.Error,"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:t(2595,e.DiagnosticCategory.Error,"_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:t(2596,e.DiagnosticCategory.Error,"_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:t(2597,e.DiagnosticCategory.Error,"_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:t(2598,e.DiagnosticCategory.Error,"_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:t(2602,e.DiagnosticCategory.Error,"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:t(2603,e.DiagnosticCategory.Error,"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:t(2604,e.DiagnosticCategory.Error,"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:t(2606,e.DiagnosticCategory.Error,"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:t(2607,e.DiagnosticCategory.Error,"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:t(2608,e.DiagnosticCategory.Error,"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:t(2609,e.DiagnosticCategory.Error,"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:t(2610,e.DiagnosticCategory.Error,"_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:t(2611,e.DiagnosticCategory.Error,"_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:t(2612,e.DiagnosticCategory.Error,"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:t(2613,e.DiagnosticCategory.Error,"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:t(2614,e.DiagnosticCategory.Error,"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:t(2615,e.DiagnosticCategory.Error,"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:t(2616,e.DiagnosticCategory.Error,"_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:t(2617,e.DiagnosticCategory.Error,"_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:t(2618,e.DiagnosticCategory.Error,"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:t(2619,e.DiagnosticCategory.Error,"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:t(2620,e.DiagnosticCategory.Error,"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:t(2621,e.DiagnosticCategory.Error,"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:t(2623,e.DiagnosticCategory.Error,"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:t(2624,e.DiagnosticCategory.Error,"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:t(2625,e.DiagnosticCategory.Error,"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:t(2626,e.DiagnosticCategory.Error,"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:t(2627,e.DiagnosticCategory.Error,"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:t(2628,e.DiagnosticCategory.Error,"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:t(2629,e.DiagnosticCategory.Error,"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:t(2630,e.DiagnosticCategory.Error,"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:t(2631,e.DiagnosticCategory.Error,"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:t(2632,e.DiagnosticCategory.Error,"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:t(2633,e.DiagnosticCategory.Error,"JSX_property_access_expressions_cannot_include_JSX_namespace_names_2633","JSX property access expressions cannot include JSX namespace names"),_0_index_signatures_are_incompatible:t(2634,e.DiagnosticCategory.Error,"_0_index_signatures_are_incompatible_2634","'{0}' index signatures are incompatible."),Type_0_has_no_signatures_for_which_the_type_argument_list_is_applicable:t(2635,e.DiagnosticCategory.Error,"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:t(2636,e.DiagnosticCategory.Error,"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:t(2637,e.DiagnosticCategory.Error,"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."),Cannot_augment_module_0_with_value_exports_because_it_resolves_to_a_non_module_entity:t(2649,e.DiagnosticCategory.Error,"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."),A_member_initializer_in_a_enum_declaration_cannot_reference_members_declared_after_it_including_members_defined_in_other_enums:t(2651,e.DiagnosticCategory.Error,"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:t(2652,e.DiagnosticCategory.Error,"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:t(2653,e.DiagnosticCategory.Error,"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}'."),JSX_expressions_must_have_one_parent_element:t(2657,e.DiagnosticCategory.Error,"JSX_expressions_must_have_one_parent_element_2657","JSX expressions must have one parent element."),Type_0_provides_no_match_for_the_signature_1:t(2658,e.DiagnosticCategory.Error,"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:t(2659,e.DiagnosticCategory.Error,"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:t(2660,e.DiagnosticCategory.Error,"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:t(2661,e.DiagnosticCategory.Error,"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:t(2662,e.DiagnosticCategory.Error,"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:t(2663,e.DiagnosticCategory.Error,"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:t(2664,e.DiagnosticCategory.Error,"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:t(2665,e.DiagnosticCategory.Error,"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:t(2666,e.DiagnosticCategory.Error,"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:t(2667,e.DiagnosticCategory.Error,"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:t(2668,e.DiagnosticCategory.Error,"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:t(2669,e.DiagnosticCategory.Error,"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:t(2670,e.DiagnosticCategory.Error,"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:t(2671,e.DiagnosticCategory.Error,"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:t(2672,e.DiagnosticCategory.Error,"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:t(2673,e.DiagnosticCategory.Error,"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:t(2674,e.DiagnosticCategory.Error,"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:t(2675,e.DiagnosticCategory.Error,"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:t(2676,e.DiagnosticCategory.Error,"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:t(2677,e.DiagnosticCategory.Error,"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:t(2678,e.DiagnosticCategory.Error,"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:t(2679,e.DiagnosticCategory.Error,"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:t(2680,e.DiagnosticCategory.Error,"A_0_parameter_must_be_the_first_parameter_2680","A '{0}' parameter must be the first parameter."),A_constructor_cannot_have_a_this_parameter:t(2681,e.DiagnosticCategory.Error,"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:t(2683,e.DiagnosticCategory.Error,"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:t(2684,e.DiagnosticCategory.Error,"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:t(2685,e.DiagnosticCategory.Error,"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:t(2686,e.DiagnosticCategory.Error,"_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:t(2687,e.DiagnosticCategory.Error,"All_declarations_of_0_must_have_identical_modifiers_2687","All declarations of '{0}' must have identical modifiers."),Cannot_find_type_definition_file_for_0:t(2688,e.DiagnosticCategory.Error,"Cannot_find_type_definition_file_for_0_2688","Cannot find type definition file for '{0}'."),Cannot_extend_an_interface_0_Did_you_mean_implements:t(2689,e.DiagnosticCategory.Error,"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:t(2690,e.DiagnosticCategory.Error,"_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}'?"),An_import_path_cannot_end_with_a_0_extension_Consider_importing_1_instead:t(2691,e.DiagnosticCategory.Error,"An_import_path_cannot_end_with_a_0_extension_Consider_importing_1_instead_2691","An import path cannot end with a '{0}' extension. Consider importing '{1}' instead."),_0_is_a_primitive_but_1_is_a_wrapper_object_Prefer_using_0_when_possible:t(2692,e.DiagnosticCategory.Error,"_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:t(2693,e.DiagnosticCategory.Error,"_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:t(2694,e.DiagnosticCategory.Error,"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:t(2695,e.DiagnosticCategory.Error,"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:t(2696,e.DiagnosticCategory.Error,"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:t(2697,e.DiagnosticCategory.Error,"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:t(2698,e.DiagnosticCategory.Error,"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:t(2699,e.DiagnosticCategory.Error,"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:t(2700,e.DiagnosticCategory.Error,"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:t(2701,e.DiagnosticCategory.Error,"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:t(2702,e.DiagnosticCategory.Error,"_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:t(2703,e.DiagnosticCategory.Error,"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:t(2704,e.DiagnosticCategory.Error,"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_SlashES3_requires_the_Promise_constructor_Make_sure_you_have_a_declaration_for_the_Promise_constructor_or_include_ES2015_in_your_lib_option:t(2705,e.DiagnosticCategory.Error,"An_async_function_or_method_in_ES5_SlashES3_requires_the_Promise_constructor_Make_sure_you_have_a_de_2705","An async function or method in ES5/ES3 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:t(2706,e.DiagnosticCategory.Error,"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:t(2707,e.DiagnosticCategory.Error,"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:t(2708,e.DiagnosticCategory.Error,"Cannot_use_namespace_0_as_a_value_2708","Cannot use namespace '{0}' as a value."),Cannot_use_namespace_0_as_a_type:t(2709,e.DiagnosticCategory.Error,"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:t(2710,e.DiagnosticCategory.Error,"_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:t(2711,e.DiagnosticCategory.Error,"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_SlashES3_requires_the_Promise_constructor_Make_sure_you_have_a_declaration_for_the_Promise_constructor_or_include_ES2015_in_your_lib_option:t(2712,e.DiagnosticCategory.Error,"A_dynamic_import_call_in_ES5_SlashES3_requires_the_Promise_constructor_Make_sure_you_have_a_declarat_2712","A dynamic import call in ES5/ES3 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:t(2713,e.DiagnosticCategory.Error,"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:t(2714,e.DiagnosticCategory.Error,"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:t(2715,e.DiagnosticCategory.Error,"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:t(2716,e.DiagnosticCategory.Error,"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:t(2717,e.DiagnosticCategory.Error,"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:t(2718,e.DiagnosticCategory.Error,"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:t(2719,e.DiagnosticCategory.Error,"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:t(2720,e.DiagnosticCategory.Error,"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:t(2721,e.DiagnosticCategory.Error,"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:t(2722,e.DiagnosticCategory.Error,"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:t(2723,e.DiagnosticCategory.Error,"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:t(2724,e.DiagnosticCategory.Error,"_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:t(2725,e.DiagnosticCategory.Error,"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:t(2726,e.DiagnosticCategory.Error,"Cannot_find_lib_definition_for_0_2726","Cannot find lib definition for '{0}'."),Cannot_find_lib_definition_for_0_Did_you_mean_1:t(2727,e.DiagnosticCategory.Error,"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:t(2728,e.DiagnosticCategory.Message,"_0_is_declared_here_2728","'{0}' is declared here."),Property_0_is_used_before_its_initialization:t(2729,e.DiagnosticCategory.Error,"Property_0_is_used_before_its_initialization_2729","Property '{0}' is used before its initialization."),An_arrow_function_cannot_have_a_this_parameter:t(2730,e.DiagnosticCategory.Error,"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:t(2731,e.DiagnosticCategory.Error,"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:t(2732,e.DiagnosticCategory.Error,"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:t(2733,e.DiagnosticCategory.Error,"Property_0_was_also_declared_here_2733","Property '{0}' was also declared here."),Are_you_missing_a_semicolon:t(2734,e.DiagnosticCategory.Error,"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:t(2735,e.DiagnosticCategory.Error,"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:t(2736,e.DiagnosticCategory.Error,"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:t(2737,e.DiagnosticCategory.Error,"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:t(2738,e.DiagnosticCategory.Message,"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:t(2739,e.DiagnosticCategory.Error,"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:t(2740,e.DiagnosticCategory.Error,"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:t(2741,e.DiagnosticCategory.Error,"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:t(2742,e.DiagnosticCategory.Error,"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:t(2743,e.DiagnosticCategory.Error,"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:t(2744,e.DiagnosticCategory.Error,"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:t(2745,e.DiagnosticCategory.Error,"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:t(2746,e.DiagnosticCategory.Error,"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:t(2747,e.DiagnosticCategory.Error,"_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_the_isolatedModules_flag_is_provided:t(2748,e.DiagnosticCategory.Error,"Cannot_access_ambient_const_enums_when_the_isolatedModules_flag_is_provided_2748","Cannot access ambient const enums when the '--isolatedModules' flag is provided."),_0_refers_to_a_value_but_is_being_used_as_a_type_here_Did_you_mean_typeof_0:t(2749,e.DiagnosticCategory.Error,"_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:t(2750,e.DiagnosticCategory.Error,"The_implementation_signature_is_declared_here_2750","The implementation signature is declared here."),Circularity_originates_in_type_at_this_location:t(2751,e.DiagnosticCategory.Error,"Circularity_originates_in_type_at_this_location_2751","Circularity originates in type at this location."),The_first_export_default_is_here:t(2752,e.DiagnosticCategory.Error,"The_first_export_default_is_here_2752","The first export default is here."),Another_export_default_is_here:t(2753,e.DiagnosticCategory.Error,"Another_export_default_is_here_2753","Another export default is here."),super_may_not_use_type_arguments:t(2754,e.DiagnosticCategory.Error,"super_may_not_use_type_arguments_2754","'super' may not use type arguments."),No_constituent_of_type_0_is_callable:t(2755,e.DiagnosticCategory.Error,"No_constituent_of_type_0_is_callable_2755","No constituent of type '{0}' is callable."),Not_all_constituents_of_type_0_are_callable:t(2756,e.DiagnosticCategory.Error,"Not_all_constituents_of_type_0_are_callable_2756","Not all constituents of type '{0}' are callable."),Type_0_has_no_call_signatures:t(2757,e.DiagnosticCategory.Error,"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:t(2758,e.DiagnosticCategory.Error,"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:t(2759,e.DiagnosticCategory.Error,"No_constituent_of_type_0_is_constructable_2759","No constituent of type '{0}' is constructable."),Not_all_constituents_of_type_0_are_constructable:t(2760,e.DiagnosticCategory.Error,"Not_all_constituents_of_type_0_are_constructable_2760","Not all constituents of type '{0}' are constructable."),Type_0_has_no_construct_signatures:t(2761,e.DiagnosticCategory.Error,"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:t(2762,e.DiagnosticCategory.Error,"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:t(2763,e.DiagnosticCategory.Error,"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:t(2764,e.DiagnosticCategory.Error,"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:t(2765,e.DiagnosticCategory.Error,"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:t(2766,e.DiagnosticCategory.Error,"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:t(2767,e.DiagnosticCategory.Error,"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:t(2768,e.DiagnosticCategory.Error,"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:t(2769,e.DiagnosticCategory.Error,"No_overload_matches_this_call_2769","No overload matches this call."),The_last_overload_gave_the_following_error:t(2770,e.DiagnosticCategory.Error,"The_last_overload_gave_the_following_error_2770","The last overload gave the following error."),The_last_overload_is_declared_here:t(2771,e.DiagnosticCategory.Error,"The_last_overload_is_declared_here_2771","The last overload is declared here."),Overload_0_of_1_2_gave_the_following_error:t(2772,e.DiagnosticCategory.Error,"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:t(2773,e.DiagnosticCategory.Error,"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:t(2774,e.DiagnosticCategory.Error,"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:t(2775,e.DiagnosticCategory.Error,"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:t(2776,e.DiagnosticCategory.Error,"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:t(2777,e.DiagnosticCategory.Error,"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:t(2778,e.DiagnosticCategory.Error,"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:t(2779,e.DiagnosticCategory.Error,"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:t(2780,e.DiagnosticCategory.Error,"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:t(2781,e.DiagnosticCategory.Error,"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:t(2782,e.DiagnosticCategory.Message,"_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:t(2783,e.DiagnosticCategory.Error,"_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:t(2784,e.DiagnosticCategory.Error,"get_and_set_accessors_cannot_declare_this_parameters_2784","'get' and 'set' accessors cannot declare 'this' parameters."),This_spread_always_overwrites_this_property:t(2785,e.DiagnosticCategory.Error,"This_spread_always_overwrites_this_property_2785","This spread always overwrites this property."),_0_cannot_be_used_as_a_JSX_component:t(2786,e.DiagnosticCategory.Error,"_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:t(2787,e.DiagnosticCategory.Error,"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:t(2788,e.DiagnosticCategory.Error,"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:t(2789,e.DiagnosticCategory.Error,"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:t(2790,e.DiagnosticCategory.Error,"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:t(2791,e.DiagnosticCategory.Error,"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_node_or_to_add_aliases_to_the_paths_option:t(2792,e.DiagnosticCategory.Error,"Cannot_find_module_0_Did_you_mean_to_set_the_moduleResolution_option_to_node_or_to_add_aliases_to_th_2792","Cannot find module '{0}'. Did you mean to set the 'moduleResolution' option to 'node', 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:t(2793,e.DiagnosticCategory.Error,"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:t(2794,e.DiagnosticCategory.Error,"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:t(2795,e.DiagnosticCategory.Error,"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:t(2796,e.DiagnosticCategory.Error,"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:t(2797,e.DiagnosticCategory.Error,"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:t(2798,e.DiagnosticCategory.Error,"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:t(2799,e.DiagnosticCategory.Error,"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:t(2800,e.DiagnosticCategory.Error,"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:t(2801,e.DiagnosticCategory.Error,"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:t(2802,e.DiagnosticCategory.Error,"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:t(2803,e.DiagnosticCategory.Error,"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:t(2804,e.DiagnosticCategory.Error,"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:t(2806,e.DiagnosticCategory.Error,"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:t(2807,e.DiagnosticCategory.Error,"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:t(2808,e.DiagnosticCategory.Error,"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_the_whole_assignment_in_parentheses:t(2809,e.DiagnosticCategory.Error,"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 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:t(2810,e.DiagnosticCategory.Error,"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:t(2811,e.DiagnosticCategory.Error,"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:t(2812,e.DiagnosticCategory.Error,"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:t(2813,e.DiagnosticCategory.Error,"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:t(2814,e.DiagnosticCategory.Error,"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:t(2815,e.DiagnosticCategory.Error,"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:t(2816,e.DiagnosticCategory.Error,"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:t(2817,e.DiagnosticCategory.Error,"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:t(2818,e.DiagnosticCategory.Error,"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:t(2819,e.DiagnosticCategory.Error,"Namespace_name_cannot_be_0_2819","Namespace name cannot be '{0}'."),Type_0_is_not_assignable_to_type_1_Did_you_mean_2:t(2820,e.DiagnosticCategory.Error,"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_or_nodenext:t(2821,e.DiagnosticCategory.Error,"Import_assertions_are_only_supported_when_the_module_option_is_set_to_esnext_or_nodenext_2821","Import assertions are only supported when the '--module' option is set to 'esnext' or 'nodenext'."),Import_assertions_cannot_be_used_with_type_only_imports_or_exports:t(2822,e.DiagnosticCategory.Error,"Import_assertions_cannot_be_used_with_type_only_imports_or_exports_2822","Import assertions cannot be used with type-only imports or exports."),Cannot_find_namespace_0_Did_you_mean_1:t(2833,e.DiagnosticCategory.Error,"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:t(2834,e.DiagnosticCategory.Error,"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:t(2835,e.DiagnosticCategory.Error,"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_transpile_to_commonjs_require_calls:t(2836,e.DiagnosticCategory.Error,"Import_assertions_are_not_allowed_on_statements_that_transpile_to_commonjs_require_calls_2836","Import assertions are not allowed on statements that transpile to commonjs 'require' calls."),Import_assertion_values_must_be_string_literal_expressions:t(2837,e.DiagnosticCategory.Error,"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:t(2838,e.DiagnosticCategory.Error,"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:t(2839,e.DiagnosticCategory.Error,"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_an_interface_can_only_extend_named_types_and_classes:t(2840,e.DiagnosticCategory.Error,"An_interface_cannot_extend_a_primitive_type_like_0_an_interface_can_only_extend_named_types_and_clas_2840","An interface cannot extend a primitive type like '{0}'; an interface can only extend named types and classes"),The_type_of_this_expression_cannot_be_named_without_a_resolution_mode_assertion_which_is_an_unstable_feature_Use_nightly_TypeScript_to_silence_this_error_Try_updating_with_npm_install_D_typescript_next:t(2841,e.DiagnosticCategory.Error,"The_type_of_this_expression_cannot_be_named_without_a_resolution_mode_assertion_which_is_an_unstable_2841","The type of this expression cannot be named without a 'resolution-mode' assertion, which is an unstable feature. Use nightly TypeScript to silence this error. Try updating with 'npm install -D typescript@next'."),_0_is_an_unused_renaming_of_1_Did_you_intend_to_use_it_as_a_type_annotation:t(2842,e.DiagnosticCategory.Error,"_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:t(2843,e.DiagnosticCategory.Error,"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:t(2844,e.DiagnosticCategory.Error,"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."),Import_declaration_0_is_using_private_name_1:t(4e3,e.DiagnosticCategory.Error,"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:t(4002,e.DiagnosticCategory.Error,"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:t(4004,e.DiagnosticCategory.Error,"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:t(4006,e.DiagnosticCategory.Error,"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:t(4008,e.DiagnosticCategory.Error,"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:t(4010,e.DiagnosticCategory.Error,"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:t(4012,e.DiagnosticCategory.Error,"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:t(4014,e.DiagnosticCategory.Error,"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:t(4016,e.DiagnosticCategory.Error,"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:t(4019,e.DiagnosticCategory.Error,"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:t(4020,e.DiagnosticCategory.Error,"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:t(4021,e.DiagnosticCategory.Error,"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:t(4022,e.DiagnosticCategory.Error,"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:t(4023,e.DiagnosticCategory.Error,"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:t(4024,e.DiagnosticCategory.Error,"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:t(4025,e.DiagnosticCategory.Error,"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:t(4026,e.DiagnosticCategory.Error,"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:t(4027,e.DiagnosticCategory.Error,"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:t(4028,e.DiagnosticCategory.Error,"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:t(4029,e.DiagnosticCategory.Error,"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:t(4030,e.DiagnosticCategory.Error,"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:t(4031,e.DiagnosticCategory.Error,"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:t(4032,e.DiagnosticCategory.Error,"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:t(4033,e.DiagnosticCategory.Error,"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:t(4034,e.DiagnosticCategory.Error,"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:t(4035,e.DiagnosticCategory.Error,"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:t(4036,e.DiagnosticCategory.Error,"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:t(4037,e.DiagnosticCategory.Error,"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:t(4038,e.DiagnosticCategory.Error,"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:t(4039,e.DiagnosticCategory.Error,"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:t(4040,e.DiagnosticCategory.Error,"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:t(4041,e.DiagnosticCategory.Error,"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:t(4042,e.DiagnosticCategory.Error,"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:t(4043,e.DiagnosticCategory.Error,"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:t(4044,e.DiagnosticCategory.Error,"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:t(4045,e.DiagnosticCategory.Error,"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:t(4046,e.DiagnosticCategory.Error,"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:t(4047,e.DiagnosticCategory.Error,"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:t(4048,e.DiagnosticCategory.Error,"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:t(4049,e.DiagnosticCategory.Error,"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:t(4050,e.DiagnosticCategory.Error,"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:t(4051,e.DiagnosticCategory.Error,"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:t(4052,e.DiagnosticCategory.Error,"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:t(4053,e.DiagnosticCategory.Error,"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:t(4054,e.DiagnosticCategory.Error,"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:t(4055,e.DiagnosticCategory.Error,"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:t(4056,e.DiagnosticCategory.Error,"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:t(4057,e.DiagnosticCategory.Error,"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:t(4058,e.DiagnosticCategory.Error,"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:t(4059,e.DiagnosticCategory.Error,"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:t(4060,e.DiagnosticCategory.Error,"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:t(4061,e.DiagnosticCategory.Error,"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:t(4062,e.DiagnosticCategory.Error,"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:t(4063,e.DiagnosticCategory.Error,"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:t(4064,e.DiagnosticCategory.Error,"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:t(4065,e.DiagnosticCategory.Error,"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:t(4066,e.DiagnosticCategory.Error,"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:t(4067,e.DiagnosticCategory.Error,"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:t(4068,e.DiagnosticCategory.Error,"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:t(4069,e.DiagnosticCategory.Error,"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:t(4070,e.DiagnosticCategory.Error,"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:t(4071,e.DiagnosticCategory.Error,"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:t(4072,e.DiagnosticCategory.Error,"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:t(4073,e.DiagnosticCategory.Error,"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:t(4074,e.DiagnosticCategory.Error,"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:t(4075,e.DiagnosticCategory.Error,"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:t(4076,e.DiagnosticCategory.Error,"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:t(4077,e.DiagnosticCategory.Error,"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:t(4078,e.DiagnosticCategory.Error,"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:t(4081,e.DiagnosticCategory.Error,"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:t(4082,e.DiagnosticCategory.Error,"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:t(4083,e.DiagnosticCategory.Error,"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:t(4084,e.DiagnosticCategory.Error,"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}."),Conflicting_definitions_for_0_found_at_1_and_2_Consider_installing_a_specific_version_of_this_library_to_resolve_the_conflict:t(4090,e.DiagnosticCategory.Error,"Conflicting_definitions_for_0_found_at_1_and_2_Consider_installing_a_specific_version_of_this_librar_4090","Conflicting definitions for '{0}' found at '{1}' and '{2}'. Consider installing a specific version of this library to resolve the conflict."),Parameter_0_of_index_signature_from_exported_interface_has_or_is_using_name_1_from_private_module_2:t(4091,e.DiagnosticCategory.Error,"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:t(4092,e.DiagnosticCategory.Error,"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:t(4094,e.DiagnosticCategory.Error,"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:t(4095,e.DiagnosticCategory.Error,"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:t(4096,e.DiagnosticCategory.Error,"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:t(4097,e.DiagnosticCategory.Error,"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:t(4098,e.DiagnosticCategory.Error,"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:t(4099,e.DiagnosticCategory.Error,"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:t(4100,e.DiagnosticCategory.Error,"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:t(4101,e.DiagnosticCategory.Error,"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:t(4102,e.DiagnosticCategory.Error,"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:t(4103,e.DiagnosticCategory.Error,"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:t(4104,e.DiagnosticCategory.Error,"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:t(4105,e.DiagnosticCategory.Error,"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:t(4106,e.DiagnosticCategory.Error,"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:t(4107,e.DiagnosticCategory.Error,"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:t(4108,e.DiagnosticCategory.Error,"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:t(4109,e.DiagnosticCategory.Error,"Type_arguments_for_0_circularly_reference_themselves_4109","Type arguments for '{0}' circularly reference themselves."),Tuple_type_arguments_circularly_reference_themselves:t(4110,e.DiagnosticCategory.Error,"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:t(4111,e.DiagnosticCategory.Error,"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:t(4112,e.DiagnosticCategory.Error,"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:t(4113,e.DiagnosticCategory.Error,"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:t(4114,e.DiagnosticCategory.Error,"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:t(4115,e.DiagnosticCategory.Error,"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:t(4116,e.DiagnosticCategory.Error,"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:t(4117,e.DiagnosticCategory.Error,"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:t(4118,e.DiagnosticCategory.Error,"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:t(4119,e.DiagnosticCategory.Error,"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:t(4120,e.DiagnosticCategory.Error,"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:t(4121,e.DiagnosticCategory.Error,"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:t(4122,e.DiagnosticCategory.Error,"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:t(4123,e.DiagnosticCategory.Error,"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:t(4124,e.DiagnosticCategory.Error,"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'."),resolution_mode_assertions_are_unstable_Use_nightly_TypeScript_to_silence_this_error_Try_updating_with_npm_install_D_typescript_next:t(4125,e.DiagnosticCategory.Error,"resolution_mode_assertions_are_unstable_Use_nightly_TypeScript_to_silence_this_error_Try_updating_wi_4125","'resolution-mode' assertions are unstable. Use nightly TypeScript to silence this error. Try updating with 'npm install -D typescript@next'."),The_current_host_does_not_support_the_0_option:t(5001,e.DiagnosticCategory.Error,"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:t(5009,e.DiagnosticCategory.Error,"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:t(5010,e.DiagnosticCategory.Error,"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:t(5012,e.DiagnosticCategory.Error,"Cannot_read_file_0_Colon_1_5012","Cannot read file '{0}': {1}."),Failed_to_parse_file_0_Colon_1:t(5014,e.DiagnosticCategory.Error,"Failed_to_parse_file_0_Colon_1_5014","Failed to parse file '{0}': {1}."),Unknown_compiler_option_0:t(5023,e.DiagnosticCategory.Error,"Unknown_compiler_option_0_5023","Unknown compiler option '{0}'."),Compiler_option_0_requires_a_value_of_type_1:t(5024,e.DiagnosticCategory.Error,"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:t(5025,e.DiagnosticCategory.Error,"Unknown_compiler_option_0_Did_you_mean_1_5025","Unknown compiler option '{0}'. Did you mean '{1}'?"),Could_not_write_file_0_Colon_1:t(5033,e.DiagnosticCategory.Error,"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:t(5042,e.DiagnosticCategory.Error,"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:t(5047,e.DiagnosticCategory.Error,"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_cannot_be_specified_when_option_target_is_ES3:t(5048,e.DiagnosticCategory.Error,"Option_0_cannot_be_specified_when_option_target_is_ES3_5048","Option '{0}' cannot be specified when option 'target' is 'ES3'."),Option_0_can_only_be_used_when_either_option_inlineSourceMap_or_option_sourceMap_is_provided:t(5051,e.DiagnosticCategory.Error,"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:t(5052,e.DiagnosticCategory.Error,"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:t(5053,e.DiagnosticCategory.Error,"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:t(5054,e.DiagnosticCategory.Error,"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:t(5055,e.DiagnosticCategory.Error,"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:t(5056,e.DiagnosticCategory.Error,"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:t(5057,e.DiagnosticCategory.Error,"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:t(5058,e.DiagnosticCategory.Error,"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:t(5059,e.DiagnosticCategory.Error,"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:t(5061,e.DiagnosticCategory.Error,"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:t(5062,e.DiagnosticCategory.Error,"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:t(5063,e.DiagnosticCategory.Error,"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:t(5064,e.DiagnosticCategory.Error,"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:t(5065,e.DiagnosticCategory.Error,"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:t(5066,e.DiagnosticCategory.Error,"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:t(5067,e.DiagnosticCategory.Error,"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:t(5068,e.DiagnosticCategory.Error,"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:t(5069,e.DiagnosticCategory.Error,"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_without_node_module_resolution_strategy:t(5070,e.DiagnosticCategory.Error,"Option_resolveJsonModule_cannot_be_specified_without_node_module_resolution_strategy_5070","Option '--resolveJsonModule' cannot be specified without 'node' module resolution strategy."),Option_resolveJsonModule_can_only_be_specified_when_module_code_generation_is_commonjs_amd_es2015_or_esNext:t(5071,e.DiagnosticCategory.Error,"Option_resolveJsonModule_can_only_be_specified_when_module_code_generation_is_commonjs_amd_es2015_or_5071","Option '--resolveJsonModule' can only be specified when module code generation is 'commonjs', 'amd', 'es2015' or 'esNext'."),Unknown_build_option_0:t(5072,e.DiagnosticCategory.Error,"Unknown_build_option_0_5072","Unknown build option '{0}'."),Build_option_0_requires_a_value_of_type_1:t(5073,e.DiagnosticCategory.Error,"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:t(5074,e.DiagnosticCategory.Error,"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:t(5075,e.DiagnosticCategory.Error,"_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:t(5076,e.DiagnosticCategory.Error,"_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:t(5077,e.DiagnosticCategory.Error,"Unknown_build_option_0_Did_you_mean_1_5077","Unknown build option '{0}'. Did you mean '{1}'?"),Unknown_watch_option_0:t(5078,e.DiagnosticCategory.Error,"Unknown_watch_option_0_5078","Unknown watch option '{0}'."),Unknown_watch_option_0_Did_you_mean_1:t(5079,e.DiagnosticCategory.Error,"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:t(5080,e.DiagnosticCategory.Error,"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:t(5081,e.DiagnosticCategory.Error,"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:t(5082,e.DiagnosticCategory.Error,"_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:t(5083,e.DiagnosticCategory.Error,"Cannot_read_file_0_5083","Cannot read file '{0}'."),Tuple_members_must_all_have_names_or_all_not_have_names:t(5084,e.DiagnosticCategory.Error,"Tuple_members_must_all_have_names_or_all_not_have_names_5084","Tuple members must all have names or all not have names."),A_tuple_member_cannot_be_both_optional_and_rest:t(5085,e.DiagnosticCategory.Error,"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:t(5086,e.DiagnosticCategory.Error,"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:t(5087,e.DiagnosticCategory.Error,"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:t(5088,e.DiagnosticCategory.Error,"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:t(5089,e.DiagnosticCategory.Error,"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:t(5090,e.DiagnosticCategory.Error,"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_isolatedModules_is_enabled:t(5091,e.DiagnosticCategory.Error,"Option_preserveConstEnums_cannot_be_disabled_when_isolatedModules_is_enabled_5091","Option 'preserveConstEnums' cannot be disabled when 'isolatedModules' is enabled."),The_root_value_of_a_0_file_must_be_an_object:t(5092,e.DiagnosticCategory.Error,"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:t(5093,e.DiagnosticCategory.Error,"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:t(5094,e.DiagnosticCategory.Error,"Compiler_option_0_may_not_be_used_with_build_5094","Compiler option '--{0}' may not be used with '--build'."),Option_preserveValueImports_can_only_be_used_when_module_is_set_to_es2015_or_later:t(5095,e.DiagnosticCategory.Error,"Option_preserveValueImports_can_only_be_used_when_module_is_set_to_es2015_or_later_5095","Option 'preserveValueImports' can only be used when 'module' is set to 'es2015' or later."),Generates_a_sourcemap_for_each_corresponding_d_ts_file:t(6e3,e.DiagnosticCategory.Message,"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:t(6001,e.DiagnosticCategory.Message,"Concatenate_and_emit_output_to_single_file_6001","Concatenate and emit output to single file."),Generates_corresponding_d_ts_file:t(6002,e.DiagnosticCategory.Message,"Generates_corresponding_d_ts_file_6002","Generates corresponding '.d.ts' file."),Specify_the_location_where_debugger_should_locate_TypeScript_files_instead_of_source_locations:t(6004,e.DiagnosticCategory.Message,"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:t(6005,e.DiagnosticCategory.Message,"Watch_input_files_6005","Watch input files."),Redirect_output_structure_to_the_directory:t(6006,e.DiagnosticCategory.Message,"Redirect_output_structure_to_the_directory_6006","Redirect output structure to the directory."),Do_not_erase_const_enum_declarations_in_generated_code:t(6007,e.DiagnosticCategory.Message,"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:t(6008,e.DiagnosticCategory.Message,"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:t(6009,e.DiagnosticCategory.Message,"Do_not_emit_comments_to_output_6009","Do not emit comments to output."),Do_not_emit_outputs:t(6010,e.DiagnosticCategory.Message,"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:t(6011,e.DiagnosticCategory.Message,"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:t(6012,e.DiagnosticCategory.Message,"Skip_type_checking_of_declaration_files_6012","Skip type checking of declaration files."),Do_not_resolve_the_real_path_of_symlinks:t(6013,e.DiagnosticCategory.Message,"Do_not_resolve_the_real_path_of_symlinks_6013","Do not resolve the real path of symlinks."),Only_emit_d_ts_declaration_files:t(6014,e.DiagnosticCategory.Message,"Only_emit_d_ts_declaration_files_6014","Only emit '.d.ts' declaration files."),Specify_ECMAScript_target_version:t(6015,e.DiagnosticCategory.Message,"Specify_ECMAScript_target_version_6015","Specify ECMAScript target version."),Specify_module_code_generation:t(6016,e.DiagnosticCategory.Message,"Specify_module_code_generation_6016","Specify module code generation."),Print_this_message:t(6017,e.DiagnosticCategory.Message,"Print_this_message_6017","Print this message."),Print_the_compiler_s_version:t(6019,e.DiagnosticCategory.Message,"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:t(6020,e.DiagnosticCategory.Message,"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:t(6023,e.DiagnosticCategory.Message,"Syntax_Colon_0_6023","Syntax: {0}"),options:t(6024,e.DiagnosticCategory.Message,"options_6024","options"),file:t(6025,e.DiagnosticCategory.Message,"file_6025","file"),Examples_Colon_0:t(6026,e.DiagnosticCategory.Message,"Examples_Colon_0_6026","Examples: {0}"),Options_Colon:t(6027,e.DiagnosticCategory.Message,"Options_Colon_6027","Options:"),Version_0:t(6029,e.DiagnosticCategory.Message,"Version_0_6029","Version {0}"),Insert_command_line_options_and_files_from_a_file:t(6030,e.DiagnosticCategory.Message,"Insert_command_line_options_and_files_from_a_file_6030","Insert command line options and files from a file."),Starting_compilation_in_watch_mode:t(6031,e.DiagnosticCategory.Message,"Starting_compilation_in_watch_mode_6031","Starting compilation in watch mode..."),File_change_detected_Starting_incremental_compilation:t(6032,e.DiagnosticCategory.Message,"File_change_detected_Starting_incremental_compilation_6032","File change detected. Starting incremental compilation..."),KIND:t(6034,e.DiagnosticCategory.Message,"KIND_6034","KIND"),FILE:t(6035,e.DiagnosticCategory.Message,"FILE_6035","FILE"),VERSION:t(6036,e.DiagnosticCategory.Message,"VERSION_6036","VERSION"),LOCATION:t(6037,e.DiagnosticCategory.Message,"LOCATION_6037","LOCATION"),DIRECTORY:t(6038,e.DiagnosticCategory.Message,"DIRECTORY_6038","DIRECTORY"),STRATEGY:t(6039,e.DiagnosticCategory.Message,"STRATEGY_6039","STRATEGY"),FILE_OR_DIRECTORY:t(6040,e.DiagnosticCategory.Message,"FILE_OR_DIRECTORY_6040","FILE OR DIRECTORY"),Errors_Files:t(6041,e.DiagnosticCategory.Message,"Errors_Files_6041","Errors Files"),Generates_corresponding_map_file:t(6043,e.DiagnosticCategory.Message,"Generates_corresponding_map_file_6043","Generates corresponding '.map' file."),Compiler_option_0_expects_an_argument:t(6044,e.DiagnosticCategory.Error,"Compiler_option_0_expects_an_argument_6044","Compiler option '{0}' expects an argument."),Unterminated_quoted_string_in_response_file_0:t(6045,e.DiagnosticCategory.Error,"Unterminated_quoted_string_in_response_file_0_6045","Unterminated quoted string in response file '{0}'."),Argument_for_0_option_must_be_Colon_1:t(6046,e.DiagnosticCategory.Error,"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:t(6048,e.DiagnosticCategory.Error,"Locale_must_be_of_the_form_language_or_language_territory_For_example_0_or_1_6048","Locale must be of the form <language> or <language>-<territory>. For example '{0}' or '{1}'."),Unable_to_open_file_0:t(6050,e.DiagnosticCategory.Error,"Unable_to_open_file_0_6050","Unable to open file '{0}'."),Corrupted_locale_file_0:t(6051,e.DiagnosticCategory.Error,"Corrupted_locale_file_0_6051","Corrupted locale file {0}."),Raise_error_on_expressions_and_declarations_with_an_implied_any_type:t(6052,e.DiagnosticCategory.Message,"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:t(6053,e.DiagnosticCategory.Error,"File_0_not_found_6053","File '{0}' not found."),File_0_has_an_unsupported_extension_The_only_supported_extensions_are_1:t(6054,e.DiagnosticCategory.Error,"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:t(6055,e.DiagnosticCategory.Message,"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:t(6056,e.DiagnosticCategory.Message,"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:t(6058,e.DiagnosticCategory.Message,"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:t(6059,e.DiagnosticCategory.Error,"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:t(6060,e.DiagnosticCategory.Message,"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:t(6061,e.DiagnosticCategory.Message,"NEWLINE_6061","NEWLINE"),Option_0_can_only_be_specified_in_tsconfig_json_file_or_set_to_null_on_command_line:t(6064,e.DiagnosticCategory.Error,"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:t(6065,e.DiagnosticCategory.Message,"Enables_experimental_support_for_ES7_decorators_6065","Enables experimental support for ES7 decorators."),Enables_experimental_support_for_emitting_type_metadata_for_decorators:t(6066,e.DiagnosticCategory.Message,"Enables_experimental_support_for_emitting_type_metadata_for_decorators_6066","Enables experimental support for emitting type metadata for decorators."),Specify_module_resolution_strategy_Colon_node_Node_js_or_classic_TypeScript_pre_1_6:t(6069,e.DiagnosticCategory.Message,"Specify_module_resolution_strategy_Colon_node_Node_js_or_classic_TypeScript_pre_1_6_6069","Specify module resolution strategy: 'node' (Node.js) or 'classic' (TypeScript pre-1.6)."),Initializes_a_TypeScript_project_and_creates_a_tsconfig_json_file:t(6070,e.DiagnosticCategory.Message,"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:t(6071,e.DiagnosticCategory.Message,"Successfully_created_a_tsconfig_json_file_6071","Successfully created a tsconfig.json file."),Suppress_excess_property_checks_for_object_literals:t(6072,e.DiagnosticCategory.Message,"Suppress_excess_property_checks_for_object_literals_6072","Suppress excess property checks for object literals."),Stylize_errors_and_messages_using_color_and_context_experimental:t(6073,e.DiagnosticCategory.Message,"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:t(6074,e.DiagnosticCategory.Message,"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:t(6075,e.DiagnosticCategory.Message,"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:t(6076,e.DiagnosticCategory.Message,"Report_errors_for_fallthrough_cases_in_switch_statement_6076","Report errors for fallthrough cases in switch statement."),Do_not_report_errors_on_unreachable_code:t(6077,e.DiagnosticCategory.Message,"Do_not_report_errors_on_unreachable_code_6077","Do not report errors on unreachable code."),Disallow_inconsistently_cased_references_to_the_same_file:t(6078,e.DiagnosticCategory.Message,"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:t(6079,e.DiagnosticCategory.Message,"Specify_library_files_to_be_included_in_the_compilation_6079","Specify library files to be included in the compilation."),Specify_JSX_code_generation:t(6080,e.DiagnosticCategory.Message,"Specify_JSX_code_generation_6080","Specify JSX code generation."),File_0_has_an_unsupported_extension_so_skipping_it:t(6081,e.DiagnosticCategory.Message,"File_0_has_an_unsupported_extension_so_skipping_it_6081","File '{0}' has an unsupported extension, so skipping it."),Only_amd_and_system_modules_are_supported_alongside_0:t(6082,e.DiagnosticCategory.Error,"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:t(6083,e.DiagnosticCategory.Message,"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:t(6084,e.DiagnosticCategory.Message,"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:t(6085,e.DiagnosticCategory.Message,"Enable_tracing_of_the_name_resolution_process_6085","Enable tracing of the name resolution process."),Resolving_module_0_from_1:t(6086,e.DiagnosticCategory.Message,"Resolving_module_0_from_1_6086","======== Resolving module '{0}' from '{1}'. ========"),Explicitly_specified_module_resolution_kind_Colon_0:t(6087,e.DiagnosticCategory.Message,"Explicitly_specified_module_resolution_kind_Colon_0_6087","Explicitly specified module resolution kind: '{0}'."),Module_resolution_kind_is_not_specified_using_0:t(6088,e.DiagnosticCategory.Message,"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:t(6089,e.DiagnosticCategory.Message,"Module_name_0_was_successfully_resolved_to_1_6089","======== Module name '{0}' was successfully resolved to '{1}'. ========"),Module_name_0_was_not_resolved:t(6090,e.DiagnosticCategory.Message,"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:t(6091,e.DiagnosticCategory.Message,"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:t(6092,e.DiagnosticCategory.Message,"Module_name_0_matched_pattern_1_6092","Module name '{0}', matched pattern '{1}'."),Trying_substitution_0_candidate_module_location_Colon_1:t(6093,e.DiagnosticCategory.Message,"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:t(6094,e.DiagnosticCategory.Message,"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_type_1:t(6095,e.DiagnosticCategory.Message,"Loading_module_as_file_Slash_folder_candidate_module_location_0_target_file_type_1_6095","Loading module as file / folder, candidate module location '{0}', target file type '{1}'."),File_0_does_not_exist:t(6096,e.DiagnosticCategory.Message,"File_0_does_not_exist_6096","File '{0}' does not exist."),File_0_exist_use_it_as_a_name_resolution_result:t(6097,e.DiagnosticCategory.Message,"File_0_exist_use_it_as_a_name_resolution_result_6097","File '{0}' exist - use it as a name resolution result."),Loading_module_0_from_node_modules_folder_target_file_type_1:t(6098,e.DiagnosticCategory.Message,"Loading_module_0_from_node_modules_folder_target_file_type_1_6098","Loading module '{0}' from 'node_modules' folder, target file type '{1}'."),Found_package_json_at_0:t(6099,e.DiagnosticCategory.Message,"Found_package_json_at_0_6099","Found 'package.json' at '{0}'."),package_json_does_not_have_a_0_field:t(6100,e.DiagnosticCategory.Message,"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:t(6101,e.DiagnosticCategory.Message,"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:t(6102,e.DiagnosticCategory.Message,"Allow_javascript_files_to_be_compiled_6102","Allow javascript files to be compiled."),Checking_if_0_is_the_longest_matching_prefix_for_1_2:t(6104,e.DiagnosticCategory.Message,"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:t(6105,e.DiagnosticCategory.Message,"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:t(6106,e.DiagnosticCategory.Message,"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:t(6107,e.DiagnosticCategory.Message,"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:t(6108,e.DiagnosticCategory.Message,"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:t(6109,e.DiagnosticCategory.Message,"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:t(6110,e.DiagnosticCategory.Message,"Trying_other_entries_in_rootDirs_6110","Trying other entries in 'rootDirs'."),Module_resolution_using_rootDirs_has_failed:t(6111,e.DiagnosticCategory.Message,"Module_resolution_using_rootDirs_has_failed_6111","Module resolution using 'rootDirs' has failed."),Do_not_emit_use_strict_directives_in_module_output:t(6112,e.DiagnosticCategory.Message,"Do_not_emit_use_strict_directives_in_module_output_6112","Do not emit 'use strict' directives in module output."),Enable_strict_null_checks:t(6113,e.DiagnosticCategory.Message,"Enable_strict_null_checks_6113","Enable strict null checks."),Unknown_option_excludes_Did_you_mean_exclude:t(6114,e.DiagnosticCategory.Error,"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:t(6115,e.DiagnosticCategory.Message,"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:t(6116,e.DiagnosticCategory.Message,"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:t(6119,e.DiagnosticCategory.Message,"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:t(6120,e.DiagnosticCategory.Message,"Type_reference_directive_0_was_not_resolved_6120","======== Type reference directive '{0}' was not resolved. ========"),Resolving_with_primary_search_path_0:t(6121,e.DiagnosticCategory.Message,"Resolving_with_primary_search_path_0_6121","Resolving with primary search path '{0}'."),Root_directory_cannot_be_determined_skipping_primary_search_paths:t(6122,e.DiagnosticCategory.Message,"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:t(6123,e.DiagnosticCategory.Message,"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:t(6124,e.DiagnosticCategory.Message,"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:t(6125,e.DiagnosticCategory.Message,"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:t(6126,e.DiagnosticCategory.Message,"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:t(6127,e.DiagnosticCategory.Message,"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:t(6128,e.DiagnosticCategory.Message,"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:t(6130,e.DiagnosticCategory.Message,"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:t(6131,e.DiagnosticCategory.Error,"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:t(6132,e.DiagnosticCategory.Message,"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:t(6133,e.DiagnosticCategory.Error,"_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:t(6134,e.DiagnosticCategory.Message,"Report_errors_on_unused_locals_6134","Report errors on unused locals."),Report_errors_on_unused_parameters:t(6135,e.DiagnosticCategory.Message,"Report_errors_on_unused_parameters_6135","Report errors on unused parameters."),The_maximum_dependency_depth_to_search_under_node_modules_and_load_JavaScript_files:t(6136,e.DiagnosticCategory.Message,"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:t(6137,e.DiagnosticCategory.Error,"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:t(6138,e.DiagnosticCategory.Error,"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:t(6139,e.DiagnosticCategory.Message,"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:t(6140,e.DiagnosticCategory.Error,"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:t(6141,e.DiagnosticCategory.Message,"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:t(6142,e.DiagnosticCategory.Error,"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:t(6144,e.DiagnosticCategory.Message,"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:t(6145,e.DiagnosticCategory.Message,"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:t(6146,e.DiagnosticCategory.Message,"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:t(6147,e.DiagnosticCategory.Message,"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:t(6148,e.DiagnosticCategory.Message,"Directory_0_does_not_exist_skipping_all_lookups_in_it_6148","Directory '{0}' does not exist, skipping all lookups in it."),Show_diagnostic_information:t(6149,e.DiagnosticCategory.Message,"Show_diagnostic_information_6149","Show diagnostic information."),Show_verbose_diagnostic_information:t(6150,e.DiagnosticCategory.Message,"Show_verbose_diagnostic_information_6150","Show verbose diagnostic information."),Emit_a_single_file_with_source_maps_instead_of_having_a_separate_file:t(6151,e.DiagnosticCategory.Message,"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:t(6152,e.DiagnosticCategory.Message,"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:t(6153,e.DiagnosticCategory.Message,"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:t(6154,e.DiagnosticCategory.Message,"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:t(6155,e.DiagnosticCategory.Message,"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:t(6156,e.DiagnosticCategory.Message,"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:t(6157,e.DiagnosticCategory.Message,"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:t(6158,e.DiagnosticCategory.Message,"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:t(6159,e.DiagnosticCategory.Message,"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:t(6160,e.DiagnosticCategory.Message,"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:t(6161,e.DiagnosticCategory.Message,"List_of_folders_to_include_type_definitions_from_6161","List of folders to include type definitions from."),Disable_size_limitations_on_JavaScript_projects:t(6162,e.DiagnosticCategory.Message,"Disable_size_limitations_on_JavaScript_projects_6162","Disable size limitations on JavaScript projects."),The_character_set_of_the_input_files:t(6163,e.DiagnosticCategory.Message,"The_character_set_of_the_input_files_6163","The character set of the input files."),Do_not_truncate_error_messages:t(6165,e.DiagnosticCategory.Message,"Do_not_truncate_error_messages_6165","Do not truncate error messages."),Output_directory_for_generated_declaration_files:t(6166,e.DiagnosticCategory.Message,"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:t(6167,e.DiagnosticCategory.Message,"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:t(6168,e.DiagnosticCategory.Message,"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:t(6169,e.DiagnosticCategory.Message,"Show_all_compiler_options_6169","Show all compiler options."),Deprecated_Use_outFile_instead_Concatenate_and_emit_output_to_single_file:t(6170,e.DiagnosticCategory.Message,"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:t(6171,e.DiagnosticCategory.Message,"Command_line_Options_6171","Command-line Options"),Provide_full_support_for_iterables_in_for_of_spread_and_destructuring_when_targeting_ES5_or_ES3:t(6179,e.DiagnosticCategory.Message,"Provide_full_support_for_iterables_in_for_of_spread_and_destructuring_when_targeting_ES5_or_ES3_6179","Provide full support for iterables in 'for-of', spread, and destructuring when targeting 'ES5' or 'ES3'."),Enable_all_strict_type_checking_options:t(6180,e.DiagnosticCategory.Message,"Enable_all_strict_type_checking_options_6180","Enable all strict type-checking options."),Scoped_package_detected_looking_in_0:t(6182,e.DiagnosticCategory.Message,"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:t(6183,e.DiagnosticCategory.Message,"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:t(6184,e.DiagnosticCategory.Message,"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:t(6186,e.DiagnosticCategory.Message,"Enable_strict_checking_of_function_types_6186","Enable strict checking of function types."),Enable_strict_checking_of_property_initialization_in_classes:t(6187,e.DiagnosticCategory.Message,"Enable_strict_checking_of_property_initialization_in_classes_6187","Enable strict checking of property initialization in classes."),Numeric_separators_are_not_allowed_here:t(6188,e.DiagnosticCategory.Error,"Numeric_separators_are_not_allowed_here_6188","Numeric separators are not allowed here."),Multiple_consecutive_numeric_separators_are_not_permitted:t(6189,e.DiagnosticCategory.Error,"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:t(6191,e.DiagnosticCategory.Message,"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:t(6192,e.DiagnosticCategory.Error,"All_imports_in_import_declaration_are_unused_6192","All imports in import declaration are unused.",!0),Found_1_error_Watching_for_file_changes:t(6193,e.DiagnosticCategory.Message,"Found_1_error_Watching_for_file_changes_6193","Found 1 error. Watching for file changes."),Found_0_errors_Watching_for_file_changes:t(6194,e.DiagnosticCategory.Message,"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:t(6195,e.DiagnosticCategory.Message,"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:t(6196,e.DiagnosticCategory.Error,"_0_is_declared_but_never_used_6196","'{0}' is declared but never used.",!0),Include_modules_imported_with_json_extension:t(6197,e.DiagnosticCategory.Message,"Include_modules_imported_with_json_extension_6197","Include modules imported with '.json' extension"),All_destructured_elements_are_unused:t(6198,e.DiagnosticCategory.Error,"All_destructured_elements_are_unused_6198","All destructured elements are unused.",!0),All_variables_are_unused:t(6199,e.DiagnosticCategory.Error,"All_variables_are_unused_6199","All variables are unused.",!0),Definitions_of_the_following_identifiers_conflict_with_those_in_another_file_Colon_0:t(6200,e.DiagnosticCategory.Error,"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:t(6201,e.DiagnosticCategory.Message,"Conflicts_are_in_this_file_6201","Conflicts are in this file."),Project_references_may_not_form_a_circular_graph_Cycle_detected_Colon_0:t(6202,e.DiagnosticCategory.Error,"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:t(6203,e.DiagnosticCategory.Message,"_0_was_also_declared_here_6203","'{0}' was also declared here."),and_here:t(6204,e.DiagnosticCategory.Message,"and_here_6204","and here."),All_type_parameters_are_unused:t(6205,e.DiagnosticCategory.Error,"All_type_parameters_are_unused_6205","All type parameters are unused."),package_json_has_a_typesVersions_field_with_version_specific_path_mappings:t(6206,e.DiagnosticCategory.Message,"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:t(6207,e.DiagnosticCategory.Message,"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:t(6208,e.DiagnosticCategory.Message,"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:t(6209,e.DiagnosticCategory.Message,"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:t(6210,e.DiagnosticCategory.Message,"An_argument_for_0_was_not_provided_6210","An argument for '{0}' was not provided."),An_argument_matching_this_binding_pattern_was_not_provided:t(6211,e.DiagnosticCategory.Message,"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:t(6212,e.DiagnosticCategory.Message,"Did_you_mean_to_call_this_expression_6212","Did you mean to call this expression?"),Did_you_mean_to_use_new_with_this_expression:t(6213,e.DiagnosticCategory.Message,"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:t(6214,e.DiagnosticCategory.Message,"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:t(6215,e.DiagnosticCategory.Message,"Using_compiler_options_of_project_reference_redirect_0_6215","Using compiler options of project reference redirect '{0}'."),Found_1_error:t(6216,e.DiagnosticCategory.Message,"Found_1_error_6216","Found 1 error."),Found_0_errors:t(6217,e.DiagnosticCategory.Message,"Found_0_errors_6217","Found {0} errors."),Module_name_0_was_successfully_resolved_to_1_with_Package_ID_2:t(6218,e.DiagnosticCategory.Message,"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:t(6219,e.DiagnosticCategory.Message,"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:t(6220,e.DiagnosticCategory.Message,"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:t(6221,e.DiagnosticCategory.Message,"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:t(6222,e.DiagnosticCategory.Message,"Emit_class_fields_with_Define_instead_of_Set_6222","Emit class fields with Define instead of Set."),Generates_a_CPU_profile:t(6223,e.DiagnosticCategory.Message,"Generates_a_CPU_profile_6223","Generates a CPU profile."),Disable_solution_searching_for_this_project:t(6224,e.DiagnosticCategory.Message,"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:t(6225,e.DiagnosticCategory.Message,"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:t(6226,e.DiagnosticCategory.Message,"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:t(6227,e.DiagnosticCategory.Message,"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:t(6229,e.DiagnosticCategory.Error,"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:t(6230,e.DiagnosticCategory.Error,"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:t(6231,e.DiagnosticCategory.Error,"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:t(6232,e.DiagnosticCategory.Error,"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:t(6233,e.DiagnosticCategory.Error,"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:t(6234,e.DiagnosticCategory.Error,"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:t(6235,e.DiagnosticCategory.Message,"Disable_loading_referenced_projects_6235","Disable loading referenced projects."),Arguments_for_the_rest_parameter_0_were_not_provided:t(6236,e.DiagnosticCategory.Error,"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:t(6237,e.DiagnosticCategory.Message,"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:t(6238,e.DiagnosticCategory.Error,"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:t(6239,e.DiagnosticCategory.Message,"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:t(6240,e.DiagnosticCategory.Message,"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:t(6241,e.DiagnosticCategory.Message,"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:t(6242,e.DiagnosticCategory.Message,"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:t(6243,e.DiagnosticCategory.Message,"Interpret_optional_property_types_as_written_rather_than_adding_undefined_6243","Interpret optional property types as written, rather than adding 'undefined'."),Modules:t(6244,e.DiagnosticCategory.Message,"Modules_6244","Modules"),File_Management:t(6245,e.DiagnosticCategory.Message,"File_Management_6245","File Management"),Emit:t(6246,e.DiagnosticCategory.Message,"Emit_6246","Emit"),JavaScript_Support:t(6247,e.DiagnosticCategory.Message,"JavaScript_Support_6247","JavaScript Support"),Type_Checking:t(6248,e.DiagnosticCategory.Message,"Type_Checking_6248","Type Checking"),Editor_Support:t(6249,e.DiagnosticCategory.Message,"Editor_Support_6249","Editor Support"),Watch_and_Build_Modes:t(6250,e.DiagnosticCategory.Message,"Watch_and_Build_Modes_6250","Watch and Build Modes"),Compiler_Diagnostics:t(6251,e.DiagnosticCategory.Message,"Compiler_Diagnostics_6251","Compiler Diagnostics"),Interop_Constraints:t(6252,e.DiagnosticCategory.Message,"Interop_Constraints_6252","Interop Constraints"),Backwards_Compatibility:t(6253,e.DiagnosticCategory.Message,"Backwards_Compatibility_6253","Backwards Compatibility"),Language_and_Environment:t(6254,e.DiagnosticCategory.Message,"Language_and_Environment_6254","Language and Environment"),Projects:t(6255,e.DiagnosticCategory.Message,"Projects_6255","Projects"),Output_Formatting:t(6256,e.DiagnosticCategory.Message,"Output_Formatting_6256","Output Formatting"),Completeness:t(6257,e.DiagnosticCategory.Message,"Completeness_6257","Completeness"),_0_should_be_set_inside_the_compilerOptions_object_of_the_config_json_file:t(6258,e.DiagnosticCategory.Error,"_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_1:t(6259,e.DiagnosticCategory.Message,"Found_1_error_in_1_6259","Found 1 error in {1}"),Found_0_errors_in_the_same_file_starting_at_Colon_1:t(6260,e.DiagnosticCategory.Message,"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:t(6261,e.DiagnosticCategory.Message,"Found_0_errors_in_1_files_6261","Found {0} errors in {1} files."),Directory_0_has_no_containing_package_json_scope_Imports_will_not_resolve:t(6270,e.DiagnosticCategory.Message,"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:t(6271,e.DiagnosticCategory.Message,"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:t(6272,e.DiagnosticCategory.Message,"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:t(6273,e.DiagnosticCategory.Message,"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:t(6274,e.DiagnosticCategory.Message,"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:t(6275,e.DiagnosticCategory.Message,"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:t(6276,e.DiagnosticCategory.Message,"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}'."),Enable_project_compilation:t(6302,e.DiagnosticCategory.Message,"Enable_project_compilation_6302","Enable project compilation"),Composite_projects_may_not_disable_declaration_emit:t(6304,e.DiagnosticCategory.Error,"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:t(6305,e.DiagnosticCategory.Error,"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:t(6306,e.DiagnosticCategory.Error,"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:t(6307,e.DiagnosticCategory.Error,"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."),Cannot_prepend_project_0_because_it_does_not_have_outFile_set:t(6308,e.DiagnosticCategory.Error,"Cannot_prepend_project_0_because_it_does_not_have_outFile_set_6308","Cannot prepend project '{0}' because it does not have 'outFile' set"),Output_file_0_from_project_1_does_not_exist:t(6309,e.DiagnosticCategory.Error,"Output_file_0_from_project_1_does_not_exist_6309","Output file '{0}' from project '{1}' does not exist"),Referenced_project_0_may_not_disable_emit:t(6310,e.DiagnosticCategory.Error,"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:t(6350,e.DiagnosticCategory.Message,"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:t(6351,e.DiagnosticCategory.Message,"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:t(6352,e.DiagnosticCategory.Message,"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:t(6353,e.DiagnosticCategory.Message,"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:t(6354,e.DiagnosticCategory.Message,"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:t(6355,e.DiagnosticCategory.Message,"Projects_in_this_build_Colon_0_6355","Projects in this build: {0}"),A_non_dry_build_would_delete_the_following_files_Colon_0:t(6356,e.DiagnosticCategory.Message,"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:t(6357,e.DiagnosticCategory.Message,"A_non_dry_build_would_build_project_0_6357","A non-dry build would build project '{0}'"),Building_project_0:t(6358,e.DiagnosticCategory.Message,"Building_project_0_6358","Building project '{0}'..."),Updating_output_timestamps_of_project_0:t(6359,e.DiagnosticCategory.Message,"Updating_output_timestamps_of_project_0_6359","Updating output timestamps of project '{0}'..."),Project_0_is_up_to_date:t(6361,e.DiagnosticCategory.Message,"Project_0_is_up_to_date_6361","Project '{0}' is up to date"),Skipping_build_of_project_0_because_its_dependency_1_has_errors:t(6362,e.DiagnosticCategory.Message,"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:t(6363,e.DiagnosticCategory.Message,"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:t(6364,e.DiagnosticCategory.Message,"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:t(6365,e.DiagnosticCategory.Message,"Delete_the_outputs_of_all_projects_6365","Delete the outputs of all projects."),Show_what_would_be_built_or_deleted_if_specified_with_clean:t(6367,e.DiagnosticCategory.Message,"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:t(6369,e.DiagnosticCategory.Error,"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:t(6370,e.DiagnosticCategory.Error,"Options_0_and_1_cannot_be_combined_6370","Options '{0}' and '{1}' cannot be combined."),Updating_unchanged_output_timestamps_of_project_0:t(6371,e.DiagnosticCategory.Message,"Updating_unchanged_output_timestamps_of_project_0_6371","Updating unchanged output timestamps of project '{0}'..."),Project_0_is_out_of_date_because_output_of_its_dependency_1_has_changed:t(6372,e.DiagnosticCategory.Message,"Project_0_is_out_of_date_because_output_of_its_dependency_1_has_changed_6372","Project '{0}' is out of date because output of its dependency '{1}' has changed"),Updating_output_of_project_0:t(6373,e.DiagnosticCategory.Message,"Updating_output_of_project_0_6373","Updating output of project '{0}'..."),A_non_dry_build_would_update_timestamps_for_output_of_project_0:t(6374,e.DiagnosticCategory.Message,"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}'"),A_non_dry_build_would_update_output_of_project_0:t(6375,e.DiagnosticCategory.Message,"A_non_dry_build_would_update_output_of_project_0_6375","A non-dry build would update output of project '{0}'"),Cannot_update_output_of_project_0_because_there_was_error_reading_file_1:t(6376,e.DiagnosticCategory.Message,"Cannot_update_output_of_project_0_because_there_was_error_reading_file_1_6376","Cannot update output of project '{0}' because there was error reading file '{1}'"),Cannot_write_file_0_because_it_will_overwrite_tsbuildinfo_file_generated_by_referenced_project_1:t(6377,e.DiagnosticCategory.Error,"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:t(6379,e.DiagnosticCategory.Error,"Composite_projects_may_not_disable_incremental_compilation_6379","Composite projects may not disable incremental compilation."),Specify_file_to_store_incremental_compilation_information:t(6380,e.DiagnosticCategory.Message,"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:t(6381,e.DiagnosticCategory.Message,"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:t(6382,e.DiagnosticCategory.Message,"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:t(6383,e.DiagnosticCategory.Message,"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:t(6384,e.DiagnosticCategory.Message,"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:t(6385,e.DiagnosticCategory.Suggestion,"_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:t(6386,e.DiagnosticCategory.Message,"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:t(6387,e.DiagnosticCategory.Suggestion,"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:t(6388,e.DiagnosticCategory.Message,"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:t(6389,e.DiagnosticCategory.Message,"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:t(6390,e.DiagnosticCategory.Message,"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:t(6391,e.DiagnosticCategory.Message,"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:t(6392,e.DiagnosticCategory.Message,"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:t(6393,e.DiagnosticCategory.Message,"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:t(6394,e.DiagnosticCategory.Message,"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:t(6395,e.DiagnosticCategory.Message,"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:t(6396,e.DiagnosticCategory.Message,"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:t(6397,e.DiagnosticCategory.Message,"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:t(6398,e.DiagnosticCategory.Message,"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:t(6399,e.DiagnosticCategory.Message,"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:t(6400,e.DiagnosticCategory.Message,"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"),The_expected_type_comes_from_property_0_which_is_declared_here_on_type_1:t(6500,e.DiagnosticCategory.Message,"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:t(6501,e.DiagnosticCategory.Message,"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:t(6502,e.DiagnosticCategory.Message,"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:t(6503,e.DiagnosticCategory.Message,"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:t(6504,e.DiagnosticCategory.Error,"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:t(6505,e.DiagnosticCategory.Message,"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:t(6506,e.DiagnosticCategory.Message,"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:t(6600,e.DiagnosticCategory.Message,"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:t(6601,e.DiagnosticCategory.Message,"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:t(6602,e.DiagnosticCategory.Message,"Allow_accessing_UMD_globals_from_modules_6602","Allow accessing UMD globals from modules."),Disable_error_reporting_for_unreachable_code:t(6603,e.DiagnosticCategory.Message,"Disable_error_reporting_for_unreachable_code_6603","Disable error reporting for unreachable code."),Disable_error_reporting_for_unused_labels:t(6604,e.DiagnosticCategory.Message,"Disable_error_reporting_for_unused_labels_6604","Disable error reporting for unused labels."),Ensure_use_strict_is_always_emitted:t(6605,e.DiagnosticCategory.Message,"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:t(6606,e.DiagnosticCategory.Message,"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:t(6607,e.DiagnosticCategory.Message,"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:t(6608,e.DiagnosticCategory.Message,"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:t(6609,e.DiagnosticCategory.Message,"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:t(6611,e.DiagnosticCategory.Message,"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:t(6612,e.DiagnosticCategory.Message,"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:t(6613,e.DiagnosticCategory.Message,"Specify_the_output_directory_for_generated_declaration_files_6613","Specify the output directory for generated declaration files."),Create_sourcemaps_for_d_ts_files:t(6614,e.DiagnosticCategory.Message,"Create_sourcemaps_for_d_ts_files_6614","Create sourcemaps for d.ts files."),Output_compiler_performance_information_after_building:t(6615,e.DiagnosticCategory.Message,"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:t(6616,e.DiagnosticCategory.Message,"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:t(6617,e.DiagnosticCategory.Message,"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:t(6618,e.DiagnosticCategory.Message,"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:t(6619,e.DiagnosticCategory.Message,"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:t(6620,e.DiagnosticCategory.Message,"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:t(6621,e.DiagnosticCategory.Message,"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:t(6622,e.DiagnosticCategory.Message,"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:t(6623,e.DiagnosticCategory.Message,"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:t(6624,e.DiagnosticCategory.Message,"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:t(6625,e.DiagnosticCategory.Message,"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:t(6626,e.DiagnosticCategory.Message,"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:t(6627,e.DiagnosticCategory.Message,"Filters_results_from_the_include_option_6627","Filters results from the `include` option."),Remove_a_list_of_directories_from_the_watch_process:t(6628,e.DiagnosticCategory.Message,"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:t(6629,e.DiagnosticCategory.Message,"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_TC39_stage_2_draft_decorators:t(6630,e.DiagnosticCategory.Message,"Enable_experimental_support_for_TC39_stage_2_draft_decorators_6630","Enable experimental support for TC39 stage 2 draft decorators."),Print_files_read_during_the_compilation_including_why_it_was_included:t(6631,e.DiagnosticCategory.Message,"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:t(6632,e.DiagnosticCategory.Message,"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:t(6633,e.DiagnosticCategory.Message,"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:t(6634,e.DiagnosticCategory.Message,"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:t(6635,e.DiagnosticCategory.Message,"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:t(6636,e.DiagnosticCategory.Message,"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:t(6637,e.DiagnosticCategory.Message,"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:t(6638,e.DiagnosticCategory.Message,"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:t(6639,e.DiagnosticCategory.Message,"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:t(6641,e.DiagnosticCategory.Message,"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:t(6642,e.DiagnosticCategory.Message,"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:t(6643,e.DiagnosticCategory.Message,"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:t(6644,e.DiagnosticCategory.Message,"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:t(6645,e.DiagnosticCategory.Message,"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:t(6646,e.DiagnosticCategory.Message,"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:t(6647,e.DiagnosticCategory.Message,"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:t(6648,e.DiagnosticCategory.Message,"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:t(6649,e.DiagnosticCategory.Message,"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:t(6650,e.DiagnosticCategory.Message,"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:t(6651,e.DiagnosticCategory.Message,"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:t(6652,e.DiagnosticCategory.Message,"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:t(6653,e.DiagnosticCategory.Message,"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:t(6654,e.DiagnosticCategory.Message,"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:t(6655,e.DiagnosticCategory.Message,"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:t(6656,e.DiagnosticCategory.Message,"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:t(6657,e.DiagnosticCategory.Message,"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:t(6658,e.DiagnosticCategory.Message,"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:t(6659,e.DiagnosticCategory.Message,"Set_the_newline_character_for_emitting_files_6659","Set the newline character for emitting files."),Disable_emitting_files_from_a_compilation:t(6660,e.DiagnosticCategory.Message,"Disable_emitting_files_from_a_compilation_6660","Disable emitting files from a compilation."),Disable_generating_custom_helper_functions_like_extends_in_compiled_output:t(6661,e.DiagnosticCategory.Message,"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:t(6662,e.DiagnosticCategory.Message,"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:t(6663,e.DiagnosticCategory.Message,"Disable_truncating_types_in_error_messages_6663","Disable truncating types in error messages."),Enable_error_reporting_for_fallthrough_cases_in_switch_statements:t(6664,e.DiagnosticCategory.Message,"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:t(6665,e.DiagnosticCategory.Message,"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:t(6666,e.DiagnosticCategory.Message,"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:t(6667,e.DiagnosticCategory.Message,"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:t(6668,e.DiagnosticCategory.Message,"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:t(6669,e.DiagnosticCategory.Message,"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:t(6670,e.DiagnosticCategory.Message,"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:t(6671,e.DiagnosticCategory.Message,"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:t(6672,e.DiagnosticCategory.Message,"Disallow_import_s_require_s_or_reference_s_from_expanding_the_number_of_files_TypeScript_should_add__6672","Disallow 'import's, 'require's or '<reference>'s from expanding the number of files TypeScript should add to a project."),Disable_strict_checking_of_generic_signatures_in_function_types:t(6673,e.DiagnosticCategory.Message,"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:t(6674,e.DiagnosticCategory.Message,"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:t(6675,e.DiagnosticCategory.Message,"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:t(6676,e.DiagnosticCategory.Message,"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:t(6677,e.DiagnosticCategory.Message,"Deprecated_setting_Use_outFile_instead_6677","Deprecated setting. Use 'outFile' instead."),Specify_an_output_folder_for_all_emitted_files:t(6678,e.DiagnosticCategory.Message,"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:t(6679,e.DiagnosticCategory.Message,"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:t(6680,e.DiagnosticCategory.Message,"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:t(6681,e.DiagnosticCategory.Message,"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:t(6682,e.DiagnosticCategory.Message,"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:t(6683,e.DiagnosticCategory.Message,"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:t(6684,e.DiagnosticCategory.Message,"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:t(6685,e.DiagnosticCategory.Message,"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:t(6686,e.DiagnosticCategory.Message,"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:t(6687,e.DiagnosticCategory.Message,"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:t(6688,e.DiagnosticCategory.Message,"Disable_emitting_comments_6688","Disable emitting comments."),Enable_importing_json_files:t(6689,e.DiagnosticCategory.Message,"Enable_importing_json_files_6689","Enable importing .json files."),Specify_the_root_folder_within_your_source_files:t(6690,e.DiagnosticCategory.Message,"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:t(6691,e.DiagnosticCategory.Message,"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:t(6692,e.DiagnosticCategory.Message,"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:t(6693,e.DiagnosticCategory.Message,"Skip_type_checking_all_d_ts_files_6693","Skip type checking all .d.ts files."),Create_source_map_files_for_emitted_JavaScript_files:t(6694,e.DiagnosticCategory.Message,"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:t(6695,e.DiagnosticCategory.Message,"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:t(6697,e.DiagnosticCategory.Message,"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:t(6698,e.DiagnosticCategory.Message,"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:t(6699,e.DiagnosticCategory.Message,"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:t(6700,e.DiagnosticCategory.Message,"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:t(6701,e.DiagnosticCategory.Message,"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:t(6702,e.DiagnosticCategory.Message,"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:t(6703,e.DiagnosticCategory.Message,"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:t(6704,e.DiagnosticCategory.Message,"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:t(6705,e.DiagnosticCategory.Message,"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:t(6706,e.DiagnosticCategory.Message,"Log_paths_used_during_the_moduleResolution_process_6706","Log paths used during the 'moduleResolution' process."),Specify_the_path_to_tsbuildinfo_incremental_compilation_file:t(6707,e.DiagnosticCategory.Message,"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:t(6709,e.DiagnosticCategory.Message,"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:t(6710,e.DiagnosticCategory.Message,"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:t(6711,e.DiagnosticCategory.Message,"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:t(6712,e.DiagnosticCategory.Message,"Emit_ECMAScript_standard_compliant_class_fields_6712","Emit ECMAScript-standard-compliant class fields."),Enable_verbose_logging:t(6713,e.DiagnosticCategory.Message,"Enable_verbose_logging_6713","Enable verbose logging."),Specify_how_directories_are_watched_on_systems_that_lack_recursive_file_watching_functionality:t(6714,e.DiagnosticCategory.Message,"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:t(6715,e.DiagnosticCategory.Message,"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:t(6717,e.DiagnosticCategory.Message,"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:t(6718,e.DiagnosticCategory.Message,"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."),Default_catch_clause_variables_as_unknown_instead_of_any:t(6803,e.DiagnosticCategory.Message,"Default_catch_clause_variables_as_unknown_instead_of_any_6803","Default catch clause variables as 'unknown' instead of 'any'."),one_of_Colon:t(6900,e.DiagnosticCategory.Message,"one_of_Colon_6900","one of:"),one_or_more_Colon:t(6901,e.DiagnosticCategory.Message,"one_or_more_Colon_6901","one or more:"),type_Colon:t(6902,e.DiagnosticCategory.Message,"type_Colon_6902","type:"),default_Colon:t(6903,e.DiagnosticCategory.Message,"default_Colon_6903","default:"),module_system_or_esModuleInterop:t(6904,e.DiagnosticCategory.Message,"module_system_or_esModuleInterop_6904",'module === "system" or esModuleInterop'),false_unless_strict_is_set:t(6905,e.DiagnosticCategory.Message,"false_unless_strict_is_set_6905","`false`, unless `strict` is set"),false_unless_composite_is_set:t(6906,e.DiagnosticCategory.Message,"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:t(6907,e.DiagnosticCategory.Message,"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:t(6908,e.DiagnosticCategory.Message,"if_files_is_specified_otherwise_Asterisk_Asterisk_Slash_Asterisk_6908",'`[]` if `files` is specified, otherwise `["**/*"]`'),true_if_composite_false_otherwise:t(6909,e.DiagnosticCategory.Message,"true_if_composite_false_otherwise_6909","`true` if `composite`, `false` otherwise"),module_AMD_or_UMD_or_System_or_ES6_then_Classic_Otherwise_Node:t(69010,e.DiagnosticCategory.Message,"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:t(6911,e.DiagnosticCategory.Message,"Computed_from_the_list_of_input_files_6911","Computed from the list of input files"),Platform_specific:t(6912,e.DiagnosticCategory.Message,"Platform_specific_6912","Platform specific"),You_can_learn_about_all_of_the_compiler_options_at_0:t(6913,e.DiagnosticCategory.Message,"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:t(6914,e.DiagnosticCategory.Message,"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:t(6915,e.DiagnosticCategory.Message,"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:t(6916,e.DiagnosticCategory.Message,"COMMON_COMMANDS_6916","COMMON COMMANDS"),ALL_COMPILER_OPTIONS:t(6917,e.DiagnosticCategory.Message,"ALL_COMPILER_OPTIONS_6917","ALL COMPILER OPTIONS"),WATCH_OPTIONS:t(6918,e.DiagnosticCategory.Message,"WATCH_OPTIONS_6918","WATCH OPTIONS"),BUILD_OPTIONS:t(6919,e.DiagnosticCategory.Message,"BUILD_OPTIONS_6919","BUILD OPTIONS"),COMMON_COMPILER_OPTIONS:t(6920,e.DiagnosticCategory.Message,"COMMON_COMPILER_OPTIONS_6920","COMMON COMPILER OPTIONS"),COMMAND_LINE_FLAGS:t(6921,e.DiagnosticCategory.Message,"COMMAND_LINE_FLAGS_6921","COMMAND LINE FLAGS"),tsc_Colon_The_TypeScript_Compiler:t(6922,e.DiagnosticCategory.Message,"tsc_Colon_The_TypeScript_Compiler_6922","tsc: The TypeScript Compiler"),Compiles_the_current_project_tsconfig_json_in_the_working_directory:t(6923,e.DiagnosticCategory.Message,"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:t(6924,e.DiagnosticCategory.Message,"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:t(6925,e.DiagnosticCategory.Message,"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:t(6926,e.DiagnosticCategory.Message,"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:t(6927,e.DiagnosticCategory.Message,"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:t(6928,e.DiagnosticCategory.Message,"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:t(6929,e.DiagnosticCategory.Message,"Compiles_the_current_project_with_additional_settings_6929","Compiles the current project, with additional settings."),true_for_ES2022_and_above_including_ESNext:t(6930,e.DiagnosticCategory.Message,"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:t(6931,e.DiagnosticCategory.Error,"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:t(7005,e.DiagnosticCategory.Error,"Variable_0_implicitly_has_an_1_type_7005","Variable '{0}' implicitly has an '{1}' type."),Parameter_0_implicitly_has_an_1_type:t(7006,e.DiagnosticCategory.Error,"Parameter_0_implicitly_has_an_1_type_7006","Parameter '{0}' implicitly has an '{1}' type."),Member_0_implicitly_has_an_1_type:t(7008,e.DiagnosticCategory.Error,"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:t(7009,e.DiagnosticCategory.Error,"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:t(7010,e.DiagnosticCategory.Error,"_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:t(7011,e.DiagnosticCategory.Error,"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."),Construct_signature_which_lacks_return_type_annotation_implicitly_has_an_any_return_type:t(7013,e.DiagnosticCategory.Error,"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:t(7014,e.DiagnosticCategory.Error,"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:t(7015,e.DiagnosticCategory.Error,"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:t(7016,e.DiagnosticCategory.Error,"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:t(7017,e.DiagnosticCategory.Error,"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:t(7018,e.DiagnosticCategory.Error,"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:t(7019,e.DiagnosticCategory.Error,"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:t(7020,e.DiagnosticCategory.Error,"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:t(7022,e.DiagnosticCategory.Error,"_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:t(7023,e.DiagnosticCategory.Error,"_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:t(7024,e.DiagnosticCategory.Error,"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:t(7025,e.DiagnosticCategory.Error,"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:t(7026,e.DiagnosticCategory.Error,"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:t(7027,e.DiagnosticCategory.Error,"Unreachable_code_detected_7027","Unreachable code detected.",!0),Unused_label:t(7028,e.DiagnosticCategory.Error,"Unused_label_7028","Unused label.",!0),Fallthrough_case_in_switch:t(7029,e.DiagnosticCategory.Error,"Fallthrough_case_in_switch_7029","Fallthrough case in switch."),Not_all_code_paths_return_a_value:t(7030,e.DiagnosticCategory.Error,"Not_all_code_paths_return_a_value_7030","Not all code paths return a value."),Binding_element_0_implicitly_has_an_1_type:t(7031,e.DiagnosticCategory.Error,"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:t(7032,e.DiagnosticCategory.Error,"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:t(7033,e.DiagnosticCategory.Error,"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:t(7034,e.DiagnosticCategory.Error,"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:t(7035,e.DiagnosticCategory.Error,"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:t(7036,e.DiagnosticCategory.Error,"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:t(7037,e.DiagnosticCategory.Message,"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:t(7038,e.DiagnosticCategory.Message,"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:t(7039,e.DiagnosticCategory.Error,"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:t(7040,e.DiagnosticCategory.Error,"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:t(7041,e.DiagnosticCategory.Error,"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:t(7042,e.DiagnosticCategory.Error,"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:t(7043,e.DiagnosticCategory.Suggestion,"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:t(7044,e.DiagnosticCategory.Suggestion,"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:t(7045,e.DiagnosticCategory.Suggestion,"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:t(7046,e.DiagnosticCategory.Suggestion,"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:t(7047,e.DiagnosticCategory.Suggestion,"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:t(7048,e.DiagnosticCategory.Suggestion,"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:t(7049,e.DiagnosticCategory.Suggestion,"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:t(7050,e.DiagnosticCategory.Suggestion,"_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:t(7051,e.DiagnosticCategory.Error,"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:t(7052,e.DiagnosticCategory.Error,"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:t(7053,e.DiagnosticCategory.Error,"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:t(7054,e.DiagnosticCategory.Error,"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:t(7055,e.DiagnosticCategory.Error,"_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:t(7056,e.DiagnosticCategory.Error,"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:t(7057,e.DiagnosticCategory.Error,"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:t(7058,e.DiagnosticCategory.Error,"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:t(7059,e.DiagnosticCategory.Error,"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:t(7060,e.DiagnosticCategory.Error,"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:t(7061,e.DiagnosticCategory.Error,"A_mapped_type_may_not_declare_properties_or_methods_7061","A mapped type may not declare properties or methods."),You_cannot_rename_this_element:t(8e3,e.DiagnosticCategory.Error,"You_cannot_rename_this_element_8000","You cannot rename this element."),You_cannot_rename_elements_that_are_defined_in_the_standard_TypeScript_library:t(8001,e.DiagnosticCategory.Error,"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:t(8002,e.DiagnosticCategory.Error,"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:t(8003,e.DiagnosticCategory.Error,"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:t(8004,e.DiagnosticCategory.Error,"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:t(8005,e.DiagnosticCategory.Error,"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:t(8006,e.DiagnosticCategory.Error,"_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:t(8008,e.DiagnosticCategory.Error,"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:t(8009,e.DiagnosticCategory.Error,"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:t(8010,e.DiagnosticCategory.Error,"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:t(8011,e.DiagnosticCategory.Error,"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:t(8012,e.DiagnosticCategory.Error,"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:t(8013,e.DiagnosticCategory.Error,"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:t(8016,e.DiagnosticCategory.Error,"Type_assertion_expressions_can_only_be_used_in_TypeScript_files_8016","Type assertion expressions can only be used in TypeScript files."),Octal_literal_types_must_use_ES2015_syntax_Use_the_syntax_0:t(8017,e.DiagnosticCategory.Error,"Octal_literal_types_must_use_ES2015_syntax_Use_the_syntax_0_8017","Octal literal types must use ES2015 syntax. Use the syntax '{0}'."),Octal_literals_are_not_allowed_in_enums_members_initializer_Use_the_syntax_0:t(8018,e.DiagnosticCategory.Error,"Octal_literals_are_not_allowed_in_enums_members_initializer_Use_the_syntax_0_8018","Octal literals are not allowed in enums members initializer. Use the syntax '{0}'."),Report_errors_in_js_files:t(8019,e.DiagnosticCategory.Message,"Report_errors_in_js_files_8019","Report errors in .js files."),JSDoc_types_can_only_be_used_inside_documentation_comments:t(8020,e.DiagnosticCategory.Error,"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:t(8021,e.DiagnosticCategory.Error,"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:t(8022,e.DiagnosticCategory.Error,"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:t(8023,e.DiagnosticCategory.Error,"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:t(8024,e.DiagnosticCategory.Error,"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:t(8025,e.DiagnosticCategory.Error,"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:t(8026,e.DiagnosticCategory.Error,"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:t(8027,e.DiagnosticCategory.Error,"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:t(8028,e.DiagnosticCategory.Error,"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:t(8029,e.DiagnosticCategory.Error,"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:t(8030,e.DiagnosticCategory.Error,"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:t(8031,e.DiagnosticCategory.Error,"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:t(8032,e.DiagnosticCategory.Error,"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:t(8033,e.DiagnosticCategory.Error,"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:t(8034,e.DiagnosticCategory.Error,"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:t(8035,e.DiagnosticCategory.Error,"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:t(8036,e.DiagnosticCategory.Error,"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."),Declaration_emit_for_this_file_requires_using_private_name_0_An_explicit_type_annotation_may_unblock_declaration_emit:t(9005,e.DiagnosticCategory.Error,"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:t(9006,e.DiagnosticCategory.Error,"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."),JSX_attributes_must_only_be_assigned_a_non_empty_expression:t(17e3,e.DiagnosticCategory.Error,"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:t(17001,e.DiagnosticCategory.Error,"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:t(17002,e.DiagnosticCategory.Error,"Expected_corresponding_JSX_closing_tag_for_0_17002","Expected corresponding JSX closing tag for '{0}'."),Cannot_use_JSX_unless_the_jsx_flag_is_provided:t(17004,e.DiagnosticCategory.Error,"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:t(17005,e.DiagnosticCategory.Error,"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:t(17006,e.DiagnosticCategory.Error,"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:t(17007,e.DiagnosticCategory.Error,"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:t(17008,e.DiagnosticCategory.Error,"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:t(17009,e.DiagnosticCategory.Error,"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:t(17010,e.DiagnosticCategory.Error,"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:t(17011,e.DiagnosticCategory.Error,"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:t(17012,e.DiagnosticCategory.Error,"_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:t(17013,e.DiagnosticCategory.Error,"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:t(17014,e.DiagnosticCategory.Error,"JSX_fragment_has_no_corresponding_closing_tag_17014","JSX fragment has no corresponding closing tag."),Expected_corresponding_closing_tag_for_JSX_fragment:t(17015,e.DiagnosticCategory.Error,"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:t(17016,e.DiagnosticCategory.Error,"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:t(17017,e.DiagnosticCategory.Error,"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:t(17018,e.DiagnosticCategory.Error,"Unknown_type_acquisition_option_0_Did_you_mean_1_17018","Unknown type acquisition option '{0}'. Did you mean '{1}'?"),Circularity_detected_while_resolving_configuration_Colon_0:t(18e3,e.DiagnosticCategory.Error,"Circularity_detected_while_resolving_configuration_Colon_0_18000","Circularity detected while resolving configuration: {0}"),The_files_list_in_config_file_0_is_empty:t(18002,e.DiagnosticCategory.Error,"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:t(18003,e.DiagnosticCategory.Error,"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:t(80001,e.DiagnosticCategory.Suggestion,"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:t(80002,e.DiagnosticCategory.Suggestion,"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:t(80003,e.DiagnosticCategory.Suggestion,"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:t(80004,e.DiagnosticCategory.Suggestion,"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:t(80005,e.DiagnosticCategory.Suggestion,"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:t(80006,e.DiagnosticCategory.Suggestion,"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:t(80007,e.DiagnosticCategory.Suggestion,"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:t(80008,e.DiagnosticCategory.Suggestion,"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."),Add_missing_super_call:t(90001,e.DiagnosticCategory.Message,"Add_missing_super_call_90001","Add missing 'super()' call"),Make_super_call_the_first_statement_in_the_constructor:t(90002,e.DiagnosticCategory.Message,"Make_super_call_the_first_statement_in_the_constructor_90002","Make 'super()' call the first statement in the constructor"),Change_extends_to_implements:t(90003,e.DiagnosticCategory.Message,"Change_extends_to_implements_90003","Change 'extends' to 'implements'"),Remove_unused_declaration_for_Colon_0:t(90004,e.DiagnosticCategory.Message,"Remove_unused_declaration_for_Colon_0_90004","Remove unused declaration for: '{0}'"),Remove_import_from_0:t(90005,e.DiagnosticCategory.Message,"Remove_import_from_0_90005","Remove import from '{0}'"),Implement_interface_0:t(90006,e.DiagnosticCategory.Message,"Implement_interface_0_90006","Implement interface '{0}'"),Implement_inherited_abstract_class:t(90007,e.DiagnosticCategory.Message,"Implement_inherited_abstract_class_90007","Implement inherited abstract class"),Add_0_to_unresolved_variable:t(90008,e.DiagnosticCategory.Message,"Add_0_to_unresolved_variable_90008","Add '{0}.' to unresolved variable"),Remove_variable_statement:t(90010,e.DiagnosticCategory.Message,"Remove_variable_statement_90010","Remove variable statement"),Remove_template_tag:t(90011,e.DiagnosticCategory.Message,"Remove_template_tag_90011","Remove template tag"),Remove_type_parameters:t(90012,e.DiagnosticCategory.Message,"Remove_type_parameters_90012","Remove type parameters"),Import_0_from_1:t(90013,e.DiagnosticCategory.Message,"Import_0_from_1_90013",`Import '{0}' from "{1}"`),Change_0_to_1:t(90014,e.DiagnosticCategory.Message,"Change_0_to_1_90014","Change '{0}' to '{1}'"),Declare_property_0:t(90016,e.DiagnosticCategory.Message,"Declare_property_0_90016","Declare property '{0}'"),Add_index_signature_for_property_0:t(90017,e.DiagnosticCategory.Message,"Add_index_signature_for_property_0_90017","Add index signature for property '{0}'"),Disable_checking_for_this_file:t(90018,e.DiagnosticCategory.Message,"Disable_checking_for_this_file_90018","Disable checking for this file"),Ignore_this_error_message:t(90019,e.DiagnosticCategory.Message,"Ignore_this_error_message_90019","Ignore this error message"),Initialize_property_0_in_the_constructor:t(90020,e.DiagnosticCategory.Message,"Initialize_property_0_in_the_constructor_90020","Initialize property '{0}' in the constructor"),Initialize_static_property_0:t(90021,e.DiagnosticCategory.Message,"Initialize_static_property_0_90021","Initialize static property '{0}'"),Change_spelling_to_0:t(90022,e.DiagnosticCategory.Message,"Change_spelling_to_0_90022","Change spelling to '{0}'"),Declare_method_0:t(90023,e.DiagnosticCategory.Message,"Declare_method_0_90023","Declare method '{0}'"),Declare_static_method_0:t(90024,e.DiagnosticCategory.Message,"Declare_static_method_0_90024","Declare static method '{0}'"),Prefix_0_with_an_underscore:t(90025,e.DiagnosticCategory.Message,"Prefix_0_with_an_underscore_90025","Prefix '{0}' with an underscore"),Rewrite_as_the_indexed_access_type_0:t(90026,e.DiagnosticCategory.Message,"Rewrite_as_the_indexed_access_type_0_90026","Rewrite as the indexed access type '{0}'"),Declare_static_property_0:t(90027,e.DiagnosticCategory.Message,"Declare_static_property_0_90027","Declare static property '{0}'"),Call_decorator_expression:t(90028,e.DiagnosticCategory.Message,"Call_decorator_expression_90028","Call decorator expression"),Add_async_modifier_to_containing_function:t(90029,e.DiagnosticCategory.Message,"Add_async_modifier_to_containing_function_90029","Add async modifier to containing function"),Replace_infer_0_with_unknown:t(90030,e.DiagnosticCategory.Message,"Replace_infer_0_with_unknown_90030","Replace 'infer {0}' with 'unknown'"),Replace_all_unused_infer_with_unknown:t(90031,e.DiagnosticCategory.Message,"Replace_all_unused_infer_with_unknown_90031","Replace all unused 'infer' with 'unknown'"),Add_parameter_name:t(90034,e.DiagnosticCategory.Message,"Add_parameter_name_90034","Add parameter name"),Declare_private_property_0:t(90035,e.DiagnosticCategory.Message,"Declare_private_property_0_90035","Declare private property '{0}'"),Replace_0_with_Promise_1:t(90036,e.DiagnosticCategory.Message,"Replace_0_with_Promise_1_90036","Replace '{0}' with 'Promise<{1}>'"),Fix_all_incorrect_return_type_of_an_async_functions:t(90037,e.DiagnosticCategory.Message,"Fix_all_incorrect_return_type_of_an_async_functions_90037","Fix all incorrect return type of an async functions"),Declare_private_method_0:t(90038,e.DiagnosticCategory.Message,"Declare_private_method_0_90038","Declare private method '{0}'"),Remove_unused_destructuring_declaration:t(90039,e.DiagnosticCategory.Message,"Remove_unused_destructuring_declaration_90039","Remove unused destructuring declaration"),Remove_unused_declarations_for_Colon_0:t(90041,e.DiagnosticCategory.Message,"Remove_unused_declarations_for_Colon_0_90041","Remove unused declarations for: '{0}'"),Declare_a_private_field_named_0:t(90053,e.DiagnosticCategory.Message,"Declare_a_private_field_named_0_90053","Declare a private field named '{0}'."),Includes_imports_of_types_referenced_by_0:t(90054,e.DiagnosticCategory.Message,"Includes_imports_of_types_referenced_by_0_90054","Includes imports of types referenced by '{0}'"),Remove_type_from_import_declaration_from_0:t(90055,e.DiagnosticCategory.Message,"Remove_type_from_import_declaration_from_0_90055",`Remove 'type' from import declaration from "{0}"`),Remove_type_from_import_of_0_from_1:t(90056,e.DiagnosticCategory.Message,"Remove_type_from_import_of_0_from_1_90056",`Remove 'type' from import of '{0}' from "{1}"`),Add_import_from_0:t(90057,e.DiagnosticCategory.Message,"Add_import_from_0_90057",'Add import from "{0}"'),Update_import_from_0:t(90058,e.DiagnosticCategory.Message,"Update_import_from_0_90058",'Update import from "{0}"'),Convert_function_to_an_ES2015_class:t(95001,e.DiagnosticCategory.Message,"Convert_function_to_an_ES2015_class_95001","Convert function to an ES2015 class"),Convert_0_to_1_in_0:t(95003,e.DiagnosticCategory.Message,"Convert_0_to_1_in_0_95003","Convert '{0}' to '{1} in {0}'"),Extract_to_0_in_1:t(95004,e.DiagnosticCategory.Message,"Extract_to_0_in_1_95004","Extract to {0} in {1}"),Extract_function:t(95005,e.DiagnosticCategory.Message,"Extract_function_95005","Extract function"),Extract_constant:t(95006,e.DiagnosticCategory.Message,"Extract_constant_95006","Extract constant"),Extract_to_0_in_enclosing_scope:t(95007,e.DiagnosticCategory.Message,"Extract_to_0_in_enclosing_scope_95007","Extract to {0} in enclosing scope"),Extract_to_0_in_1_scope:t(95008,e.DiagnosticCategory.Message,"Extract_to_0_in_1_scope_95008","Extract to {0} in {1} scope"),Annotate_with_type_from_JSDoc:t(95009,e.DiagnosticCategory.Message,"Annotate_with_type_from_JSDoc_95009","Annotate with type from JSDoc"),Infer_type_of_0_from_usage:t(95011,e.DiagnosticCategory.Message,"Infer_type_of_0_from_usage_95011","Infer type of '{0}' from usage"),Infer_parameter_types_from_usage:t(95012,e.DiagnosticCategory.Message,"Infer_parameter_types_from_usage_95012","Infer parameter types from usage"),Convert_to_default_import:t(95013,e.DiagnosticCategory.Message,"Convert_to_default_import_95013","Convert to default import"),Install_0:t(95014,e.DiagnosticCategory.Message,"Install_0_95014","Install '{0}'"),Replace_import_with_0:t(95015,e.DiagnosticCategory.Message,"Replace_import_with_0_95015","Replace import with '{0}'."),Use_synthetic_default_member:t(95016,e.DiagnosticCategory.Message,"Use_synthetic_default_member_95016","Use synthetic 'default' member."),Convert_to_ES_module:t(95017,e.DiagnosticCategory.Message,"Convert_to_ES_module_95017","Convert to ES module"),Add_undefined_type_to_property_0:t(95018,e.DiagnosticCategory.Message,"Add_undefined_type_to_property_0_95018","Add 'undefined' type to property '{0}'"),Add_initializer_to_property_0:t(95019,e.DiagnosticCategory.Message,"Add_initializer_to_property_0_95019","Add initializer to property '{0}'"),Add_definite_assignment_assertion_to_property_0:t(95020,e.DiagnosticCategory.Message,"Add_definite_assignment_assertion_to_property_0_95020","Add definite assignment assertion to property '{0}'"),Convert_all_type_literals_to_mapped_type:t(95021,e.DiagnosticCategory.Message,"Convert_all_type_literals_to_mapped_type_95021","Convert all type literals to mapped type"),Add_all_missing_members:t(95022,e.DiagnosticCategory.Message,"Add_all_missing_members_95022","Add all missing members"),Infer_all_types_from_usage:t(95023,e.DiagnosticCategory.Message,"Infer_all_types_from_usage_95023","Infer all types from usage"),Delete_all_unused_declarations:t(95024,e.DiagnosticCategory.Message,"Delete_all_unused_declarations_95024","Delete all unused declarations"),Prefix_all_unused_declarations_with_where_possible:t(95025,e.DiagnosticCategory.Message,"Prefix_all_unused_declarations_with_where_possible_95025","Prefix all unused declarations with '_' where possible"),Fix_all_detected_spelling_errors:t(95026,e.DiagnosticCategory.Message,"Fix_all_detected_spelling_errors_95026","Fix all detected spelling errors"),Add_initializers_to_all_uninitialized_properties:t(95027,e.DiagnosticCategory.Message,"Add_initializers_to_all_uninitialized_properties_95027","Add initializers to all uninitialized properties"),Add_definite_assignment_assertions_to_all_uninitialized_properties:t(95028,e.DiagnosticCategory.Message,"Add_definite_assignment_assertions_to_all_uninitialized_properties_95028","Add definite assignment assertions to all uninitialized properties"),Add_undefined_type_to_all_uninitialized_properties:t(95029,e.DiagnosticCategory.Message,"Add_undefined_type_to_all_uninitialized_properties_95029","Add undefined type to all uninitialized properties"),Change_all_jsdoc_style_types_to_TypeScript:t(95030,e.DiagnosticCategory.Message,"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:t(95031,e.DiagnosticCategory.Message,"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:t(95032,e.DiagnosticCategory.Message,"Implement_all_unimplemented_interfaces_95032","Implement all unimplemented interfaces"),Install_all_missing_types_packages:t(95033,e.DiagnosticCategory.Message,"Install_all_missing_types_packages_95033","Install all missing types packages"),Rewrite_all_as_indexed_access_types:t(95034,e.DiagnosticCategory.Message,"Rewrite_all_as_indexed_access_types_95034","Rewrite all as indexed access types"),Convert_all_to_default_imports:t(95035,e.DiagnosticCategory.Message,"Convert_all_to_default_imports_95035","Convert all to default imports"),Make_all_super_calls_the_first_statement_in_their_constructor:t(95036,e.DiagnosticCategory.Message,"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:t(95037,e.DiagnosticCategory.Message,"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:t(95038,e.DiagnosticCategory.Message,"Change_all_extended_interfaces_to_implements_95038","Change all extended interfaces to 'implements'"),Add_all_missing_super_calls:t(95039,e.DiagnosticCategory.Message,"Add_all_missing_super_calls_95039","Add all missing super calls"),Implement_all_inherited_abstract_classes:t(95040,e.DiagnosticCategory.Message,"Implement_all_inherited_abstract_classes_95040","Implement all inherited abstract classes"),Add_all_missing_async_modifiers:t(95041,e.DiagnosticCategory.Message,"Add_all_missing_async_modifiers_95041","Add all missing 'async' modifiers"),Add_ts_ignore_to_all_error_messages:t(95042,e.DiagnosticCategory.Message,"Add_ts_ignore_to_all_error_messages_95042","Add '@ts-ignore' to all error messages"),Annotate_everything_with_types_from_JSDoc:t(95043,e.DiagnosticCategory.Message,"Annotate_everything_with_types_from_JSDoc_95043","Annotate everything with types from JSDoc"),Add_to_all_uncalled_decorators:t(95044,e.DiagnosticCategory.Message,"Add_to_all_uncalled_decorators_95044","Add '()' to all uncalled decorators"),Convert_all_constructor_functions_to_classes:t(95045,e.DiagnosticCategory.Message,"Convert_all_constructor_functions_to_classes_95045","Convert all constructor functions to classes"),Generate_get_and_set_accessors:t(95046,e.DiagnosticCategory.Message,"Generate_get_and_set_accessors_95046","Generate 'get' and 'set' accessors"),Convert_require_to_import:t(95047,e.DiagnosticCategory.Message,"Convert_require_to_import_95047","Convert 'require' to 'import'"),Convert_all_require_to_import:t(95048,e.DiagnosticCategory.Message,"Convert_all_require_to_import_95048","Convert all 'require' to 'import'"),Move_to_a_new_file:t(95049,e.DiagnosticCategory.Message,"Move_to_a_new_file_95049","Move to a new file"),Remove_unreachable_code:t(95050,e.DiagnosticCategory.Message,"Remove_unreachable_code_95050","Remove unreachable code"),Remove_all_unreachable_code:t(95051,e.DiagnosticCategory.Message,"Remove_all_unreachable_code_95051","Remove all unreachable code"),Add_missing_typeof:t(95052,e.DiagnosticCategory.Message,"Add_missing_typeof_95052","Add missing 'typeof'"),Remove_unused_label:t(95053,e.DiagnosticCategory.Message,"Remove_unused_label_95053","Remove unused label"),Remove_all_unused_labels:t(95054,e.DiagnosticCategory.Message,"Remove_all_unused_labels_95054","Remove all unused labels"),Convert_0_to_mapped_object_type:t(95055,e.DiagnosticCategory.Message,"Convert_0_to_mapped_object_type_95055","Convert '{0}' to mapped object type"),Convert_namespace_import_to_named_imports:t(95056,e.DiagnosticCategory.Message,"Convert_namespace_import_to_named_imports_95056","Convert namespace import to named imports"),Convert_named_imports_to_namespace_import:t(95057,e.DiagnosticCategory.Message,"Convert_named_imports_to_namespace_import_95057","Convert named imports to namespace import"),Add_or_remove_braces_in_an_arrow_function:t(95058,e.DiagnosticCategory.Message,"Add_or_remove_braces_in_an_arrow_function_95058","Add or remove braces in an arrow function"),Add_braces_to_arrow_function:t(95059,e.DiagnosticCategory.Message,"Add_braces_to_arrow_function_95059","Add braces to arrow function"),Remove_braces_from_arrow_function:t(95060,e.DiagnosticCategory.Message,"Remove_braces_from_arrow_function_95060","Remove braces from arrow function"),Convert_default_export_to_named_export:t(95061,e.DiagnosticCategory.Message,"Convert_default_export_to_named_export_95061","Convert default export to named export"),Convert_named_export_to_default_export:t(95062,e.DiagnosticCategory.Message,"Convert_named_export_to_default_export_95062","Convert named export to default export"),Add_missing_enum_member_0:t(95063,e.DiagnosticCategory.Message,"Add_missing_enum_member_0_95063","Add missing enum member '{0}'"),Add_all_missing_imports:t(95064,e.DiagnosticCategory.Message,"Add_all_missing_imports_95064","Add all missing imports"),Convert_to_async_function:t(95065,e.DiagnosticCategory.Message,"Convert_to_async_function_95065","Convert to async function"),Convert_all_to_async_functions:t(95066,e.DiagnosticCategory.Message,"Convert_all_to_async_functions_95066","Convert all to async functions"),Add_missing_call_parentheses:t(95067,e.DiagnosticCategory.Message,"Add_missing_call_parentheses_95067","Add missing call parentheses"),Add_all_missing_call_parentheses:t(95068,e.DiagnosticCategory.Message,"Add_all_missing_call_parentheses_95068","Add all missing call parentheses"),Add_unknown_conversion_for_non_overlapping_types:t(95069,e.DiagnosticCategory.Message,"Add_unknown_conversion_for_non_overlapping_types_95069","Add 'unknown' conversion for non-overlapping types"),Add_unknown_to_all_conversions_of_non_overlapping_types:t(95070,e.DiagnosticCategory.Message,"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:t(95071,e.DiagnosticCategory.Message,"Add_missing_new_operator_to_call_95071","Add missing 'new' operator to call"),Add_missing_new_operator_to_all_calls:t(95072,e.DiagnosticCategory.Message,"Add_missing_new_operator_to_all_calls_95072","Add missing 'new' operator to all calls"),Add_names_to_all_parameters_without_names:t(95073,e.DiagnosticCategory.Message,"Add_names_to_all_parameters_without_names_95073","Add names to all parameters without names"),Enable_the_experimentalDecorators_option_in_your_configuration_file:t(95074,e.DiagnosticCategory.Message,"Enable_the_experimentalDecorators_option_in_your_configuration_file_95074","Enable the 'experimentalDecorators' option in your configuration file"),Convert_parameters_to_destructured_object:t(95075,e.DiagnosticCategory.Message,"Convert_parameters_to_destructured_object_95075","Convert parameters to destructured object"),Extract_type:t(95077,e.DiagnosticCategory.Message,"Extract_type_95077","Extract type"),Extract_to_type_alias:t(95078,e.DiagnosticCategory.Message,"Extract_to_type_alias_95078","Extract to type alias"),Extract_to_typedef:t(95079,e.DiagnosticCategory.Message,"Extract_to_typedef_95079","Extract to typedef"),Infer_this_type_of_0_from_usage:t(95080,e.DiagnosticCategory.Message,"Infer_this_type_of_0_from_usage_95080","Infer 'this' type of '{0}' from usage"),Add_const_to_unresolved_variable:t(95081,e.DiagnosticCategory.Message,"Add_const_to_unresolved_variable_95081","Add 'const' to unresolved variable"),Add_const_to_all_unresolved_variables:t(95082,e.DiagnosticCategory.Message,"Add_const_to_all_unresolved_variables_95082","Add 'const' to all unresolved variables"),Add_await:t(95083,e.DiagnosticCategory.Message,"Add_await_95083","Add 'await'"),Add_await_to_initializer_for_0:t(95084,e.DiagnosticCategory.Message,"Add_await_to_initializer_for_0_95084","Add 'await' to initializer for '{0}'"),Fix_all_expressions_possibly_missing_await:t(95085,e.DiagnosticCategory.Message,"Fix_all_expressions_possibly_missing_await_95085","Fix all expressions possibly missing 'await'"),Remove_unnecessary_await:t(95086,e.DiagnosticCategory.Message,"Remove_unnecessary_await_95086","Remove unnecessary 'await'"),Remove_all_unnecessary_uses_of_await:t(95087,e.DiagnosticCategory.Message,"Remove_all_unnecessary_uses_of_await_95087","Remove all unnecessary uses of 'await'"),Enable_the_jsx_flag_in_your_configuration_file:t(95088,e.DiagnosticCategory.Message,"Enable_the_jsx_flag_in_your_configuration_file_95088","Enable the '--jsx' flag in your configuration file"),Add_await_to_initializers:t(95089,e.DiagnosticCategory.Message,"Add_await_to_initializers_95089","Add 'await' to initializers"),Extract_to_interface:t(95090,e.DiagnosticCategory.Message,"Extract_to_interface_95090","Extract to interface"),Convert_to_a_bigint_numeric_literal:t(95091,e.DiagnosticCategory.Message,"Convert_to_a_bigint_numeric_literal_95091","Convert to a bigint numeric literal"),Convert_all_to_bigint_numeric_literals:t(95092,e.DiagnosticCategory.Message,"Convert_all_to_bigint_numeric_literals_95092","Convert all to bigint numeric literals"),Convert_const_to_let:t(95093,e.DiagnosticCategory.Message,"Convert_const_to_let_95093","Convert 'const' to 'let'"),Prefix_with_declare:t(95094,e.DiagnosticCategory.Message,"Prefix_with_declare_95094","Prefix with 'declare'"),Prefix_all_incorrect_property_declarations_with_declare:t(95095,e.DiagnosticCategory.Message,"Prefix_all_incorrect_property_declarations_with_declare_95095","Prefix all incorrect property declarations with 'declare'"),Convert_to_template_string:t(95096,e.DiagnosticCategory.Message,"Convert_to_template_string_95096","Convert to template string"),Add_export_to_make_this_file_into_a_module:t(95097,e.DiagnosticCategory.Message,"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:t(95098,e.DiagnosticCategory.Message,"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:t(95099,e.DiagnosticCategory.Message,"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:t(95100,e.DiagnosticCategory.Message,"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:t(95101,e.DiagnosticCategory.Message,"Convert_all_invalid_characters_to_HTML_entity_code_95101","Convert all invalid characters to HTML entity code"),Convert_function_expression_0_to_arrow_function:t(95105,e.DiagnosticCategory.Message,"Convert_function_expression_0_to_arrow_function_95105","Convert function expression '{0}' to arrow function"),Convert_function_declaration_0_to_arrow_function:t(95106,e.DiagnosticCategory.Message,"Convert_function_declaration_0_to_arrow_function_95106","Convert function declaration '{0}' to arrow function"),Fix_all_implicit_this_errors:t(95107,e.DiagnosticCategory.Message,"Fix_all_implicit_this_errors_95107","Fix all implicit-'this' errors"),Wrap_invalid_character_in_an_expression_container:t(95108,e.DiagnosticCategory.Message,"Wrap_invalid_character_in_an_expression_container_95108","Wrap invalid character in an expression container"),Wrap_all_invalid_characters_in_an_expression_container:t(95109,e.DiagnosticCategory.Message,"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:t(95110,e.DiagnosticCategory.Message,"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:t(95111,e.DiagnosticCategory.Message,"Add_a_return_statement_95111","Add a return statement"),Remove_braces_from_arrow_function_body:t(95112,e.DiagnosticCategory.Message,"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:t(95113,e.DiagnosticCategory.Message,"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:t(95114,e.DiagnosticCategory.Message,"Add_all_missing_return_statement_95114","Add all missing return statement"),Remove_braces_from_all_arrow_function_bodies_with_relevant_issues:t(95115,e.DiagnosticCategory.Message,"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:t(95116,e.DiagnosticCategory.Message,"Wrap_all_object_literal_with_parentheses_95116","Wrap all object literal with parentheses"),Move_labeled_tuple_element_modifiers_to_labels:t(95117,e.DiagnosticCategory.Message,"Move_labeled_tuple_element_modifiers_to_labels_95117","Move labeled tuple element modifiers to labels"),Convert_overload_list_to_single_signature:t(95118,e.DiagnosticCategory.Message,"Convert_overload_list_to_single_signature_95118","Convert overload list to single signature"),Generate_get_and_set_accessors_for_all_overriding_properties:t(95119,e.DiagnosticCategory.Message,"Generate_get_and_set_accessors_for_all_overriding_properties_95119","Generate 'get' and 'set' accessors for all overriding properties"),Wrap_in_JSX_fragment:t(95120,e.DiagnosticCategory.Message,"Wrap_in_JSX_fragment_95120","Wrap in JSX fragment"),Wrap_all_unparented_JSX_in_JSX_fragment:t(95121,e.DiagnosticCategory.Message,"Wrap_all_unparented_JSX_in_JSX_fragment_95121","Wrap all unparented JSX in JSX fragment"),Convert_arrow_function_or_function_expression:t(95122,e.DiagnosticCategory.Message,"Convert_arrow_function_or_function_expression_95122","Convert arrow function or function expression"),Convert_to_anonymous_function:t(95123,e.DiagnosticCategory.Message,"Convert_to_anonymous_function_95123","Convert to anonymous function"),Convert_to_named_function:t(95124,e.DiagnosticCategory.Message,"Convert_to_named_function_95124","Convert to named function"),Convert_to_arrow_function:t(95125,e.DiagnosticCategory.Message,"Convert_to_arrow_function_95125","Convert to arrow function"),Remove_parentheses:t(95126,e.DiagnosticCategory.Message,"Remove_parentheses_95126","Remove parentheses"),Could_not_find_a_containing_arrow_function:t(95127,e.DiagnosticCategory.Message,"Could_not_find_a_containing_arrow_function_95127","Could not find a containing arrow function"),Containing_function_is_not_an_arrow_function:t(95128,e.DiagnosticCategory.Message,"Containing_function_is_not_an_arrow_function_95128","Containing function is not an arrow function"),Could_not_find_export_statement:t(95129,e.DiagnosticCategory.Message,"Could_not_find_export_statement_95129","Could not find export statement"),This_file_already_has_a_default_export:t(95130,e.DiagnosticCategory.Message,"This_file_already_has_a_default_export_95130","This file already has a default export"),Could_not_find_import_clause:t(95131,e.DiagnosticCategory.Message,"Could_not_find_import_clause_95131","Could not find import clause"),Could_not_find_namespace_import_or_named_imports:t(95132,e.DiagnosticCategory.Message,"Could_not_find_namespace_import_or_named_imports_95132","Could not find namespace import or named imports"),Selection_is_not_a_valid_type_node:t(95133,e.DiagnosticCategory.Message,"Selection_is_not_a_valid_type_node_95133","Selection is not a valid type node"),No_type_could_be_extracted_from_this_type_node:t(95134,e.DiagnosticCategory.Message,"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:t(95135,e.DiagnosticCategory.Message,"Could_not_find_property_for_which_to_generate_accessor_95135","Could not find property for which to generate accessor"),Name_is_not_valid:t(95136,e.DiagnosticCategory.Message,"Name_is_not_valid_95136","Name is not valid"),Can_only_convert_property_with_modifier:t(95137,e.DiagnosticCategory.Message,"Can_only_convert_property_with_modifier_95137","Can only convert property with modifier"),Switch_each_misused_0_to_1:t(95138,e.DiagnosticCategory.Message,"Switch_each_misused_0_to_1_95138","Switch each misused '{0}' to '{1}'"),Convert_to_optional_chain_expression:t(95139,e.DiagnosticCategory.Message,"Convert_to_optional_chain_expression_95139","Convert to optional chain expression"),Could_not_find_convertible_access_expression:t(95140,e.DiagnosticCategory.Message,"Could_not_find_convertible_access_expression_95140","Could not find convertible access expression"),Could_not_find_matching_access_expressions:t(95141,e.DiagnosticCategory.Message,"Could_not_find_matching_access_expressions_95141","Could not find matching access expressions"),Can_only_convert_logical_AND_access_chains:t(95142,e.DiagnosticCategory.Message,"Can_only_convert_logical_AND_access_chains_95142","Can only convert logical AND access chains"),Add_void_to_Promise_resolved_without_a_value:t(95143,e.DiagnosticCategory.Message,"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:t(95144,e.DiagnosticCategory.Message,"Add_void_to_all_Promises_resolved_without_a_value_95144","Add 'void' to all Promises resolved without a value"),Use_element_access_for_0:t(95145,e.DiagnosticCategory.Message,"Use_element_access_for_0_95145","Use element access for '{0}'"),Use_element_access_for_all_undeclared_properties:t(95146,e.DiagnosticCategory.Message,"Use_element_access_for_all_undeclared_properties_95146","Use element access for all undeclared properties."),Delete_all_unused_imports:t(95147,e.DiagnosticCategory.Message,"Delete_all_unused_imports_95147","Delete all unused imports"),Infer_function_return_type:t(95148,e.DiagnosticCategory.Message,"Infer_function_return_type_95148","Infer function return type"),Return_type_must_be_inferred_from_a_function:t(95149,e.DiagnosticCategory.Message,"Return_type_must_be_inferred_from_a_function_95149","Return type must be inferred from a function"),Could_not_determine_function_return_type:t(95150,e.DiagnosticCategory.Message,"Could_not_determine_function_return_type_95150","Could not determine function return type"),Could_not_convert_to_arrow_function:t(95151,e.DiagnosticCategory.Message,"Could_not_convert_to_arrow_function_95151","Could not convert to arrow function"),Could_not_convert_to_named_function:t(95152,e.DiagnosticCategory.Message,"Could_not_convert_to_named_function_95152","Could not convert to named function"),Could_not_convert_to_anonymous_function:t(95153,e.DiagnosticCategory.Message,"Could_not_convert_to_anonymous_function_95153","Could not convert to anonymous function"),Can_only_convert_string_concatenation:t(95154,e.DiagnosticCategory.Message,"Can_only_convert_string_concatenation_95154","Can only convert string concatenation"),Selection_is_not_a_valid_statement_or_statements:t(95155,e.DiagnosticCategory.Message,"Selection_is_not_a_valid_statement_or_statements_95155","Selection is not a valid statement or statements"),Add_missing_function_declaration_0:t(95156,e.DiagnosticCategory.Message,"Add_missing_function_declaration_0_95156","Add missing function declaration '{0}'"),Add_all_missing_function_declarations:t(95157,e.DiagnosticCategory.Message,"Add_all_missing_function_declarations_95157","Add all missing function declarations"),Method_not_implemented:t(95158,e.DiagnosticCategory.Message,"Method_not_implemented_95158","Method not implemented."),Function_not_implemented:t(95159,e.DiagnosticCategory.Message,"Function_not_implemented_95159","Function not implemented."),Add_override_modifier:t(95160,e.DiagnosticCategory.Message,"Add_override_modifier_95160","Add 'override' modifier"),Remove_override_modifier:t(95161,e.DiagnosticCategory.Message,"Remove_override_modifier_95161","Remove 'override' modifier"),Add_all_missing_override_modifiers:t(95162,e.DiagnosticCategory.Message,"Add_all_missing_override_modifiers_95162","Add all missing 'override' modifiers"),Remove_all_unnecessary_override_modifiers:t(95163,e.DiagnosticCategory.Message,"Remove_all_unnecessary_override_modifiers_95163","Remove all unnecessary 'override' modifiers"),Can_only_convert_named_export:t(95164,e.DiagnosticCategory.Message,"Can_only_convert_named_export_95164","Can only convert named export"),Add_missing_properties:t(95165,e.DiagnosticCategory.Message,"Add_missing_properties_95165","Add missing properties"),Add_all_missing_properties:t(95166,e.DiagnosticCategory.Message,"Add_all_missing_properties_95166","Add all missing properties"),Add_missing_attributes:t(95167,e.DiagnosticCategory.Message,"Add_missing_attributes_95167","Add missing attributes"),Add_all_missing_attributes:t(95168,e.DiagnosticCategory.Message,"Add_all_missing_attributes_95168","Add all missing attributes"),Add_undefined_to_optional_property_type:t(95169,e.DiagnosticCategory.Message,"Add_undefined_to_optional_property_type_95169","Add 'undefined' to optional property type"),Convert_named_imports_to_default_import:t(95170,e.DiagnosticCategory.Message,"Convert_named_imports_to_default_import_95170","Convert named imports to default import"),Delete_unused_param_tag_0:t(95171,e.DiagnosticCategory.Message,"Delete_unused_param_tag_0_95171","Delete unused '@param' tag '{0}'"),Delete_all_unused_param_tags:t(95172,e.DiagnosticCategory.Message,"Delete_all_unused_param_tags_95172","Delete all unused '@param' tags"),Rename_param_tag_name_0_to_1:t(95173,e.DiagnosticCategory.Message,"Rename_param_tag_name_0_to_1_95173","Rename '@param' tag name '{0}' to '{1}'"),No_value_exists_in_scope_for_the_shorthand_property_0_Either_declare_one_or_provide_an_initializer:t(18004,e.DiagnosticCategory.Error,"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:t(18006,e.DiagnosticCategory.Error,"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:t(18007,e.DiagnosticCategory.Error,"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:t(18009,e.DiagnosticCategory.Error,"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:t(18010,e.DiagnosticCategory.Error,"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:t(18011,e.DiagnosticCategory.Error,"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:t(18012,e.DiagnosticCategory.Error,"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:t(18013,e.DiagnosticCategory.Error,"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:t(18014,e.DiagnosticCategory.Error,"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:t(18015,e.DiagnosticCategory.Error,"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:t(18016,e.DiagnosticCategory.Error,"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:t(18017,e.DiagnosticCategory.Error,"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:t(18018,e.DiagnosticCategory.Error,"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:t(18019,e.DiagnosticCategory.Error,"_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:t(18024,e.DiagnosticCategory.Error,"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:t(18026,e.DiagnosticCategory.Error,"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:t(18027,e.DiagnosticCategory.Error,"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:t(18028,e.DiagnosticCategory.Error,"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:t(18029,e.DiagnosticCategory.Error,"Private_identifiers_are_not_allowed_in_variable_declarations_18029","Private identifiers are not allowed in variable declarations."),An_optional_chain_cannot_contain_private_identifiers:t(18030,e.DiagnosticCategory.Error,"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:t(18031,e.DiagnosticCategory.Error,"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:t(18032,e.DiagnosticCategory.Error,"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."),Only_numeric_enums_can_have_computed_members_but_this_expression_has_type_0_If_you_do_not_need_exhaustiveness_checks_consider_using_an_object_literal_instead:t(18033,e.DiagnosticCategory.Error,"Only_numeric_enums_can_have_computed_members_but_this_expression_has_type_0_If_you_do_not_need_exhau_18033","Only numeric enums can have computed members, but this expression has type '{0}'. If you do not need exhaustiveness checks, consider using an object literal instead."),Specify_the_JSX_fragment_factory_function_to_use_when_targeting_react_JSX_emit_with_jsxFactory_compiler_option_is_specified_e_g_Fragment:t(18034,e.DiagnosticCategory.Message,"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:t(18035,e.DiagnosticCategory.Error,"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:t(18036,e.DiagnosticCategory.Error,"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:t(18037,e.DiagnosticCategory.Error,"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:t(18038,e.DiagnosticCategory.Error,"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:t(18039,e.DiagnosticCategory.Error,"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:t(18041,e.DiagnosticCategory.Error,"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:t(18042,e.DiagnosticCategory.Error,"_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:t(18043,e.DiagnosticCategory.Error,"Types_cannot_appear_in_export_declarations_in_JavaScript_files_18043","Types cannot appear in export declarations in JavaScript files."),_0_is_automatically_exported_here:t(18044,e.DiagnosticCategory.Message,"_0_is_automatically_exported_here_18044","'{0}' is automatically exported here.")}})(Qt||(Qt={}));var Qt;(function(e){var t;function a(Z){return Z>=79}e.tokenIsIdentifierOrKeyword=a;function _(Z){return Z===31||a(Z)}e.tokenIsIdentifierOrKeywordOrGreaterThan=_,e.textToKeywordObj=(t={abstract:126,any:130,as:127,asserts:128,assert:129,bigint:158,boolean:133,break:81,case:82,catch:83,class:84,continue:86,const:85},t["constructor"]=134,t.debugger=87,t.declare=135,t.default=88,t.delete=89,t.do=90,t.else=91,t.enum=92,t.export=93,t.extends=94,t.false=95,t.finally=96,t.for=97,t.from=156,t.function=98,t.get=136,t.if=99,t.implements=117,t.import=100,t.in=101,t.infer=137,t.instanceof=102,t.interface=118,t.intrinsic=138,t.is=139,t.keyof=140,t.let=119,t.module=141,t.namespace=142,t.never=143,t.new=103,t.null=104,t.number=147,t.object=148,t.package=120,t.private=121,t.protected=122,t.public=123,t.override=159,t.out=144,t.readonly=145,t.require=146,t.global=157,t.return=105,t.set=149,t.static=124,t.string=150,t.super=106,t.switch=107,t.symbol=151,t.this=108,t.throw=109,t.true=110,t.try=111,t.type=152,t.typeof=112,t.undefined=153,t.unique=154,t.unknown=155,t.var=113,t.void=114,t.while=115,t.with=116,t.yield=125,t.async=131,t.await=132,t.of=160,t);var d=new e.Map(e.getEntries(e.textToKeywordObj)),x=new e.Map(e.getEntries(Gi(Gi({},e.textToKeywordObj),{"{":18,"}":19,"(":20,")":21,"[":22,"]":23,".":24,"...":25,";":26,",":27,"<":29,">":31,"<=":32,">=":33,"==":34,"!=":35,"===":36,"!==":37,"=>":38,"+":39,"-":40,"**":42,"*":41,"/":43,"%":44,"++":45,"--":46,"<<":47,"</":30,">>":48,">>>":49,"&":50,"|":51,"^":52,"!":53,"~":54,"&&":55,"||":56,"?":57,"??":60,"?.":28,":":58,"=":63,"+=":64,"-=":65,"*=":66,"**=":67,"/=":68,"%=":69,"<<=":70,">>=":71,">>>=":72,"&=":73,"|=":74,"^=":78,"||=":75,"&&=":76,"??=":77,"@":59,"#":62,"`":61}))),$=[170,170,181,181,186,186,192,214,216,246,248,543,546,563,592,685,688,696,699,705,720,721,736,740,750,750,890,890,902,902,904,906,908,908,910,929,931,974,976,983,986,1011,1024,1153,1164,1220,1223,1224,1227,1228,1232,1269,1272,1273,1329,1366,1369,1369,1377,1415,1488,1514,1520,1522,1569,1594,1600,1610,1649,1747,1749,1749,1765,1766,1786,1788,1808,1808,1810,1836,1920,1957,2309,2361,2365,2365,2384,2384,2392,2401,2437,2444,2447,2448,2451,2472,2474,2480,2482,2482,2486,2489,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,2699,2701,2701,2703,2705,2707,2728,2730,2736,2738,2739,2741,2745,2749,2749,2768,2768,2784,2784,2821,2828,2831,2832,2835,2856,2858,2864,2866,2867,2870,2873,2877,2877,2908,2909,2911,2913,2949,2954,2958,2960,2962,2965,2969,2970,2972,2972,2974,2975,2979,2980,2984,2986,2990,2997,2999,3001,3077,3084,3086,3088,3090,3112,3114,3123,3125,3129,3168,3169,3205,3212,3214,3216,3218,3240,3242,3251,3253,3257,3294,3294,3296,3297,3333,3340,3342,3344,3346,3368,3370,3385,3424,3425,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,3805,3840,3840,3904,3911,3913,3946,3976,3979,4096,4129,4131,4135,4137,4138,4176,4181,4256,4293,4304,4342,4352,4441,4447,4514,4520,4601,4608,4614,4616,4678,4680,4680,4682,4685,4688,4694,4696,4696,4698,4701,4704,4742,4744,4744,4746,4749,4752,4782,4784,4784,4786,4789,4792,4798,4800,4800,4802,4805,4808,4814,4816,4822,4824,4846,4848,4878,4880,4880,4882,4885,4888,4894,4896,4934,4936,4954,5024,5108,5121,5740,5743,5750,5761,5786,5792,5866,6016,6067,6176,6263,6272,6312,7680,7835,7840,7929,7936,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,8319,8319,8450,8450,8455,8455,8458,8467,8469,8469,8473,8477,8484,8484,8486,8486,8488,8488,8490,8493,8495,8497,8499,8505,8544,8579,12293,12295,12321,12329,12337,12341,12344,12346,12353,12436,12445,12446,12449,12538,12540,12542,12549,12588,12593,12686,12704,12727,13312,19893,19968,40869,40960,42124,44032,55203,63744,64045,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,65138,65140,65140,65142,65276,65313,65338,65345,65370,65382,65470,65474,65479,65482,65487,65490,65495,65498,65500],Y=[170,170,181,181,186,186,192,214,216,246,248,543,546,563,592,685,688,696,699,705,720,721,736,740,750,750,768,846,864,866,890,890,902,902,904,906,908,908,910,929,931,974,976,983,986,1011,1024,1153,1155,1158,1164,1220,1223,1224,1227,1228,1232,1269,1272,1273,1329,1366,1369,1369,1377,1415,1425,1441,1443,1465,1467,1469,1471,1471,1473,1474,1476,1476,1488,1514,1520,1522,1569,1594,1600,1621,1632,1641,1648,1747,1749,1756,1759,1768,1770,1773,1776,1788,1808,1836,1840,1866,1920,1968,2305,2307,2309,2361,2364,2381,2384,2388,2392,2403,2406,2415,2433,2435,2437,2444,2447,2448,2451,2472,2474,2480,2482,2482,2486,2489,2492,2492,2494,2500,2503,2504,2507,2509,2519,2519,2524,2525,2527,2531,2534,2545,2562,2562,2565,2570,2575,2576,2579,2600,2602,2608,2610,2611,2613,2614,2616,2617,2620,2620,2622,2626,2631,2632,2635,2637,2649,2652,2654,2654,2662,2676,2689,2691,2693,2699,2701,2701,2703,2705,2707,2728,2730,2736,2738,2739,2741,2745,2748,2757,2759,2761,2763,2765,2768,2768,2784,2784,2790,2799,2817,2819,2821,2828,2831,2832,2835,2856,2858,2864,2866,2867,2870,2873,2876,2883,2887,2888,2891,2893,2902,2903,2908,2909,2911,2913,2918,2927,2946,2947,2949,2954,2958,2960,2962,2965,2969,2970,2972,2972,2974,2975,2979,2980,2984,2986,2990,2997,2999,3001,3006,3010,3014,3016,3018,3021,3031,3031,3047,3055,3073,3075,3077,3084,3086,3088,3090,3112,3114,3123,3125,3129,3134,3140,3142,3144,3146,3149,3157,3158,3168,3169,3174,3183,3202,3203,3205,3212,3214,3216,3218,3240,3242,3251,3253,3257,3262,3268,3270,3272,3274,3277,3285,3286,3294,3294,3296,3297,3302,3311,3330,3331,3333,3340,3342,3344,3346,3368,3370,3385,3390,3395,3398,3400,3402,3405,3415,3415,3424,3425,3430,3439,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,3805,3840,3840,3864,3865,3872,3881,3893,3893,3895,3895,3897,3897,3902,3911,3913,3946,3953,3972,3974,3979,3984,3991,3993,4028,4038,4038,4096,4129,4131,4135,4137,4138,4140,4146,4150,4153,4160,4169,4176,4185,4256,4293,4304,4342,4352,4441,4447,4514,4520,4601,4608,4614,4616,4678,4680,4680,4682,4685,4688,4694,4696,4696,4698,4701,4704,4742,4744,4744,4746,4749,4752,4782,4784,4784,4786,4789,4792,4798,4800,4800,4802,4805,4808,4814,4816,4822,4824,4846,4848,4878,4880,4880,4882,4885,4888,4894,4896,4934,4936,4954,4969,4977,5024,5108,5121,5740,5743,5750,5761,5786,5792,5866,6016,6099,6112,6121,6160,6169,6176,6263,6272,6313,7680,7835,7840,7929,7936,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,8255,8256,8319,8319,8400,8412,8417,8417,8450,8450,8455,8455,8458,8467,8469,8469,8473,8477,8484,8484,8486,8486,8488,8488,8490,8493,8495,8497,8499,8505,8544,8579,12293,12295,12321,12335,12337,12341,12344,12346,12353,12436,12441,12442,12445,12446,12449,12542,12549,12588,12593,12686,12704,12727,13312,19893,19968,40869,40960,42124,44032,55203,63744,64045,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,65056,65059,65075,65076,65101,65103,65136,65138,65140,65140,65142,65276,65296,65305,65313,65338,65343,65343,65345,65370,65381,65470,65474,65479,65482,65487,65490,65495,65498,65500],w=[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],K=[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],qe=[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,2208,2228,2230,2237,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,3168,3169,3200,3200,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,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,5900,5902,5905,5920,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,6987,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,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,12293,12295,12321,12329,12337,12341,12344,12348,12353,12438,12443,12447,12449,12538,12540,12543,12549,12591,12593,12686,12704,12730,12784,12799,13312,19893,19968,40943,40960,42124,42192,42237,42240,42508,42512,42527,42538,42539,42560,42606,42623,42653,42656,42735,42775,42783,42786,42888,42891,42943,42946,42950,42999,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,43879,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,67072,67382,67392,67413,67424,67431,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,69376,69404,69415,69415,69424,69445,69600,69622,69635,69687,69763,69807,69840,69864,69891,69926,69956,69956,69968,70002,70006,70006,70019,70066,70081,70084,70106,70106,70108,70108,70144,70161,70163,70187,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,70751,70784,70831,70852,70853,70855,70855,71040,71086,71128,71131,71168,71215,71236,71236,71296,71338,71352,71352,71424,71450,71680,71723,71840,71903,71935,71935,72096,72103,72106,72144,72161,72161,72163,72163,72192,72192,72203,72242,72250,72250,72272,72272,72284,72329,72349,72349,72384,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,73728,74649,74752,74862,74880,75075,77824,78894,82944,83526,92160,92728,92736,92766,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,101106,110592,110878,110928,110930,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,123136,123180,123191,123197,123214,123214,123584,123627,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,173782,173824,177972,177984,178205,178208,183969,183984,191456,194560,195101],ye=[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,2208,2228,2230,2237,2259,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,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,3072,3084,3086,3088,3090,3112,3114,3129,3133,3140,3142,3144,3146,3149,3157,3158,3160,3162,3168,3171,3174,3183,3200,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,3328,3331,3333,3340,3342,3344,3346,3396,3398,3400,3402,3406,3412,3415,3423,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,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,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,4969,4977,4992,5007,5024,5109,5112,5117,5121,5740,5743,5759,5761,5786,5792,5866,5870,5880,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,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,6912,6987,6992,7001,7019,7027,7040,7155,7168,7223,7232,7241,7245,7293,7296,7304,7312,7354,7357,7359,7376,7378,7380,7418,7424,7673,7675,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,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,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,12293,12295,12321,12335,12337,12341,12344,12348,12353,12438,12441,12447,12449,12538,12540,12543,12549,12591,12593,12686,12704,12730,12784,12799,13312,19893,19968,40943,40960,42124,42192,42237,42240,42508,42512,42539,42560,42607,42612,42621,42623,42737,42775,42783,42786,42888,42891,42943,42946,42950,42999,43047,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,43879,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,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,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,67072,67382,67392,67413,67424,67431,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,69376,69404,69415,69415,69424,69456,69600,69622,69632,69702,69734,69743,69759,69818,69840,69864,69872,69881,69888,69940,69942,69951,69956,69958,69968,70003,70006,70006,70016,70084,70089,70092,70096,70106,70108,70108,70144,70161,70163,70199,70206,70206,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,70751,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,71680,71738,71840,71913,71935,71935,72096,72103,72106,72151,72154,72161,72163,72164,72192,72254,72263,72263,72272,72345,72349,72349,72384,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,73728,74649,74752,74862,74880,75075,77824,78894,82944,83526,92160,92728,92736,92766,92768,92777,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,94179,94208,100343,100352,101106,110592,110878,110928,110930,110948,110951,110960,111355,113664,113770,113776,113788,113792,113800,113808,113817,113821,113822,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,122880,122886,122888,122904,122907,122913,122915,122916,122918,122922,123136,123180,123184,123197,123200,123209,123214,123214,123584,123641,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,131072,173782,173824,177972,177984,178205,178208,183969,183984,191456,194560,195101,917760,917999],ne=/^\/\/\/?\s*@(ts-expect-error|ts-ignore)/,U=/^(?:\/|\*)*\s*@(ts-expect-error|ts-ignore)/;function We(Z,fe){if(Z<fe[0])return!1;for(var nt=0,dt=fe.length,Ft;nt+1<dt;){if(Ft=nt+(dt-nt)/2,Ft-=Ft%2,fe[Ft]<=Z&&Z<=fe[Ft+1])return!0;Z<fe[Ft]?dt=Ft:nt=Ft+2}return!1}function f(Z,fe){return fe>=2?We(Z,qe):fe===1?We(Z,w):We(Z,$)}e.isUnicodeIdentifierStart=f;function v(Z,fe){return fe>=2?We(Z,ye):fe===1?We(Z,K):We(Z,Y)}function le(Z){var fe=[];return Z.forEach(function(nt,dt){fe[nt]=dt}),fe}var he=le(x);function je(Z){return he[Z]}e.tokenToString=je;function A(Z){return x.get(Z)}e.stringToToken=A;function xe(Z){for(var fe=new Array,nt=0,dt=0;nt<Z.length;){var Ft=Z.charCodeAt(nt);switch(nt++,Ft){case 13:Z.charCodeAt(nt)===10&&nt++;case 10:fe.push(dt),dt=nt;break;default:Ft>127&&ve(Ft)&&(fe.push(dt),dt=nt);break}}return fe.push(dt),fe}e.computeLineStarts=xe;function Q(Z,fe,nt,dt){return Z.getPositionOfLineAndCharacter?Z.getPositionOfLineAndCharacter(fe,nt,dt):Ct(ft(Z),fe,nt,Z.text,dt)}e.getPositionOfLineAndCharacter=Q;function Ct(Z,fe,nt,dt,Ft){(fe<0||fe>=Z.length)&&(Ft?fe=fe<0?0:fe>=Z.length?Z.length-1:fe:e.Debug.fail("Bad line number. Line: ".concat(fe,", lineStarts.length: ").concat(Z.length," , line map is correct? ").concat(dt!==void 0?e.arraysEqual(Z,xe(dt)):"unknown")));var Mt=Z[fe]+nt;return Ft?Mt>Z[fe+1]?Z[fe+1]:typeof dt=="string"&&Mt>dt.length?dt.length:Mt:(fe<Z.length-1?e.Debug.assert(Mt<Z[fe+1]):dt!==void 0&&e.Debug.assert(Mt<=dt.length),Mt)}e.computePositionOfLineAndCharacter=Ct;function ft(Z){return Z.lineMap||(Z.lineMap=xe(Z.text))}e.getLineStarts=ft;function Jt(Z,fe){var nt=ke(Z,fe);return{line:nt,character:fe-Z[nt]}}e.computeLineAndCharacterOfPosition=Jt;function ke(Z,fe,nt){var dt=e.binarySearch(Z,fe,e.identity,e.compareValues,nt);return dt<0&&(dt=~dt-1,e.Debug.assert(dt!==-1,"position cannot precede the beginning of the file")),dt}e.computeLineOfPosition=ke;function Qe(Z,fe,nt){if(fe===nt)return 0;var dt=ft(Z),Ft=Math.min(fe,nt),Mt=Ft===nt,fr=Mt?fe:nt,Ce=ke(dt,Ft),L=ke(dt,fr,Ce);return Mt?Ce-L:L-Ce}e.getLinesBetweenPositions=Qe;function be(Z,fe){return Jt(ft(Z),fe)}e.getLineAndCharacterOfPosition=be;function Ie(Z){return q(Z)||ve(Z)}e.isWhiteSpaceLike=Ie;function q(Z){return Z===32||Z===9||Z===11||Z===12||Z===160||Z===133||Z===5760||Z>=8192&&Z<=8203||Z===8239||Z===8287||Z===12288||Z===65279}e.isWhiteSpaceSingleLine=q;function ve(Z){return Z===10||Z===13||Z===8232||Z===8233}e.isLineBreak=ve;function st(Z){return Z>=48&&Z<=57}function we(Z){return st(Z)||Z>=65&&Z<=70||Z>=97&&Z<=102}function Me(Z){return Z<=1114111}function Tt(Z){return Z>=48&&Z<=55}e.isOctalDigit=Tt;function ze(Z,fe){var nt=Z.charCodeAt(fe);switch(nt){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 fe===0;default:return nt>127}}e.couldStartTrivia=ze;function rt(Z,fe,nt,dt,Ft){if(e.positionIsSynthesized(fe))return fe;for(var Mt=!1;;){var fr=Z.charCodeAt(fe);switch(fr){case 13:Z.charCodeAt(fe+1)===10&&fe++;case 10:if(fe++,nt)return fe;Mt=!!Ft;continue;case 9:case 11:case 12:case 32:fe++;continue;case 47:if(dt)break;if(Z.charCodeAt(fe+1)===47){for(fe+=2;fe<Z.length&&!ve(Z.charCodeAt(fe));)fe++;Mt=!1;continue}if(Z.charCodeAt(fe+1)===42){for(fe+=2;fe<Z.length;){if(Z.charCodeAt(fe)===42&&Z.charCodeAt(fe+1)===47){fe+=2;break}fe++}Mt=!1;continue}break;case 60:case 124:case 61:case 62:if(Ot(Z,fe)){fe=Yt(Z,fe),Mt=!1;continue}break;case 35:if(fe===0&&y(Z,fe)){fe=g(Z,fe),Mt=!1;continue}break;case 42:if(Mt){fe++,Mt=!1;continue}break;default:if(fr>127&&Ie(fr)){fe++;continue}break}return fe}}e.skipTrivia=rt;var Pt=7;function Ot(Z,fe){if(e.Debug.assert(fe>=0),fe===0||ve(Z.charCodeAt(fe-1))){var nt=Z.charCodeAt(fe);if(fe+Pt<Z.length){for(var dt=0;dt<Pt;dt++)if(Z.charCodeAt(fe+dt)!==nt)return!1;return nt===61||Z.charCodeAt(fe+Pt)===32}}return!1}function Yt(Z,fe,nt){nt&&nt(e.Diagnostics.Merge_conflict_marker_encountered,fe,Pt);var dt=Z.charCodeAt(fe),Ft=Z.length;if(dt===60||dt===62)for(;fe<Ft&&!ve(Z.charCodeAt(fe));)fe++;else for(e.Debug.assert(dt===124||dt===61);fe<Ft;){var Mt=Z.charCodeAt(fe);if((Mt===61||Mt===62)&&Mt!==dt&&Ot(Z,fe))break;fe++}return fe}var oe=/^#!.*/;function y(Z,fe){return e.Debug.assert(fe===0),oe.test(Z)}e.isShebangTrivia=y;function g(Z,fe){var nt=oe.exec(Z)[0];return fe=fe+nt.length,fe}e.scanShebangTrivia=g;function D(Z,fe,nt,dt,Ft,Mt,fr){var Ce,L,r,Er,Ir=!1,Ke=dt,se=fr;if(nt===0){Ke=!0;var k=B(fe);k&&(nt=k.length)}e:for(;nt>=0&&nt<fe.length;){var W=fe.charCodeAt(nt);switch(W){case 13:fe.charCodeAt(nt+1)===10&&nt++;case 10:if(nt++,dt)break e;Ke=!0,Ir&&(Er=!0);continue;case 9:case 11:case 12:case 32:nt++;continue;case 47:var me=fe.charCodeAt(nt+1),Et=!1;if(me===47||me===42){var _t=me===47?2:3,Xt=nt;if(nt+=2,me===47)for(;nt<fe.length;){if(ve(fe.charCodeAt(nt))){Et=!0;break}nt++}else for(;nt<fe.length;){if(fe.charCodeAt(nt)===42&&fe.charCodeAt(nt+1)===47){nt+=2;break}nt++}if(Ke){if(Ir&&(se=Ft(Ce,L,r,Er,Mt,se),!Z&&se))return se;Ce=Xt,L=nt,r=_t,Er=Et,Ir=!0}continue}break e;default:if(W>127&&Ie(W)){Ir&&ve(W)&&(Er=!0),nt++;continue}break e}}return Ir&&(se=Ft(Ce,L,r,Er,Mt,se)),se}function G(Z,fe,nt,dt){return D(!1,Z,fe,!1,nt,dt)}e.forEachLeadingCommentRange=G;function ee(Z,fe,nt,dt){return D(!1,Z,fe,!0,nt,dt)}e.forEachTrailingCommentRange=ee;function V(Z,fe,nt,dt,Ft){return D(!0,Z,fe,!1,nt,dt,Ft)}e.reduceEachLeadingCommentRange=V;function Ye(Z,fe,nt,dt,Ft){return D(!0,Z,fe,!0,nt,dt,Ft)}e.reduceEachTrailingCommentRange=Ye;function at(Z,fe,nt,dt,Ft,Mt){return Mt||(Mt=[]),Mt.push({kind:nt,pos:Z,end:fe,hasTrailingNewLine:dt}),Mt}function Le(Z,fe){return V(Z,fe,at,void 0,void 0)}e.getLeadingCommentRanges=Le;function Ne(Z,fe){return Ye(Z,fe,at,void 0,void 0)}e.getTrailingCommentRanges=Ne;function B(Z){var fe=oe.exec(Z);if(fe)return fe[0]}e.getShebang=B;function mt(Z,fe){return Z>=65&&Z<=90||Z>=97&&Z<=122||Z===36||Z===95||Z>127&&f(Z,fe)}e.isIdentifierStart=mt;function X(Z,fe,nt){return Z>=65&&Z<=90||Z>=97&&Z<=122||Z>=48&&Z<=57||Z===36||Z===95||(nt===1?Z===45||Z===58:!1)||Z>127&&v(Z,fe)}e.isIdentifierPart=X;function ce(Z,fe,nt){var dt=Ue(Z,0);if(!mt(dt,fe))return!1;for(var Ft=Ve(dt);Ft<Z.length;Ft+=Ve(dt))if(!X(dt=Ue(Z,Ft),fe,nt))return!1;return!0}e.isIdentifierText=ce;function Fe(Z,fe,nt,dt,Ft,Mt,fr){nt===void 0&&(nt=0);var Ce=dt,L,r,Er,Ir,Ke,se,k,W,me=0;gn(Ce,Mt,fr);var Et={getStartPos:function(){return Er},getTextPos:function(){return L},getToken:function(){return Ke},getTokenPos:function(){return Ir},getTokenText:function(){return Ce.substring(Ir,L)},getTokenValue:function(){return se},hasUnicodeEscape:function(){return(k&1024)!==0},hasExtendedUnicodeEscape:function(){return(k&8)!==0},hasPrecedingLineBreak:function(){return(k&1)!==0},hasPrecedingJSDocComment:function(){return(k&2)!==0},isIdentifier:function(){return Ke===79||Ke>116},isReservedWord:function(){return Ke>=81&&Ke<=116},isUnterminated:function(){return(k&4)!==0},getCommentDirectives:function(){return W},getNumericLiteralFlags:function(){return k&1008},getTokenFlags:function(){return k},reScanGreaterToken:Sn,reScanAsteriskEqualsToken:ei,reScanSlashToken:Ni,reScanTemplateToken:br,reScanTemplateHeadOrNoSubstitutionTemplate:Wn,scanJsxIdentifier:I,scanJsxAttributeValue:mi,reScanJsxAttributeValue:qn,reScanJsxToken:Xr,reScanLessThanToken:Hn,reScanHashToken:Oi,reScanQuestionToken:Be,reScanInvalidIdentifier:Fi,scanJsxToken:qr,scanJsDocToken:gt,scan:Vn,getText:ii,clearCommentDirectives:Mi,setText:gn,setScriptTarget:ai,setLanguageVariant:yi,setOnError:Si,setTextPos:Bn,setInJSDocType:mr,tryScan:xi,lookAhead:gi,scanRange:jn};return e.Debug.isDebugging&&Object.defineProperty(Et,"__debugShowCurrentPositionInText",{get:function(){var et=Et.getText();return et.slice(0,Et.getStartPos())+"\u2551"+et.slice(Et.getStartPos())}}),Et;function _t(et,It,ot){if(It===void 0&&(It=L),Ft){var Te=L;L=It,Ft(et,ot||0),L=Te}}function Xt(){for(var et=L,It=!1,ot=!1,Te="";;){var Fr=Ce.charCodeAt(L);if(Fr===95){k|=512,It?(It=!1,ot=!0,Te+=Ce.substring(et,L)):_t(ot?e.Diagnostics.Multiple_consecutive_numeric_separators_are_not_permitted:e.Diagnostics.Numeric_separators_are_not_allowed_here,L,1),L++,et=L;continue}if(st(Fr)){It=!0,ot=!1,L++;continue}break}return Ce.charCodeAt(L-1)===95&&_t(e.Diagnostics.Numeric_separators_are_not_allowed_here,L-1,1),Te+Ce.substring(et,L)}function $t(){var et=L,It=Xt(),ot,Te;Ce.charCodeAt(L)===46&&(L++,ot=Xt());var Fr=L;if(Ce.charCodeAt(L)===69||Ce.charCodeAt(L)===101){L++,k|=16,(Ce.charCodeAt(L)===43||Ce.charCodeAt(L)===45)&&L++;var zr=L,Lr=Xt();Lr?(Te=Ce.substring(Fr,zr)+Lr,Fr=L):_t(e.Diagnostics.Digit_expected)}var Se;if(k&512?(Se=It,ot&&(Se+="."+ot),Te&&(Se+=Te)):Se=Ce.substring(et,Fr),ot!==void 0||k&16)return nr(et,ot===void 0&&!!(k&16)),{type:8,value:""+ +Se};se=Se;var Pe=_i();return nr(et),{type:Pe,value:se}}function nr(et,It){if(!!mt(Ue(Ce,L),Z)){var ot=L,Te=Nn().length;Te===1&&Ce[ot]==="n"?_t(It?e.Diagnostics.A_bigint_literal_cannot_use_exponential_notation:e.Diagnostics.A_bigint_literal_must_be_an_integer,et,ot-et+1):(_t(e.Diagnostics.An_identifier_or_keyword_cannot_immediately_follow_a_numeric_literal,ot,Te),L=ot)}}function vr(){for(var et=L;Tt(Ce.charCodeAt(L));)L++;return+Ce.substring(et,L)}function Sr(et,It){var ot=zt(et,!1,It);return ot?parseInt(ot,16):-1}function Wt(et,It){return zt(et,!0,It)}function zt(et,It,ot){for(var Te=[],Fr=!1,zr=!1;Te.length<et||It;){var Lr=Ce.charCodeAt(L);if(ot&&Lr===95){k|=512,Fr?(Fr=!1,zr=!0):_t(zr?e.Diagnostics.Multiple_consecutive_numeric_separators_are_not_permitted:e.Diagnostics.Numeric_separators_are_not_allowed_here,L,1),L++;continue}if(Fr=ot,Lr>=65&&Lr<=70)Lr+=97-65;else if(!(Lr>=48&&Lr<=57||Lr>=97&&Lr<=102))break;Te.push(Lr),L++,zr=!1}return Te.length<et&&(Te=[]),Ce.charCodeAt(L-1)===95&&_t(e.Diagnostics.Numeric_separators_are_not_allowed_here,L-1,1),String.fromCharCode.apply(String,Te)}function ur(et){et===void 0&&(et=!1);var It=Ce.charCodeAt(L);L++;for(var ot="",Te=L;;){if(L>=r){ot+=Ce.substring(Te,L),k|=4,_t(e.Diagnostics.Unterminated_string_literal);break}var Fr=Ce.charCodeAt(L);if(Fr===It){ot+=Ce.substring(Te,L),L++;break}if(Fr===92&&!et){ot+=Ce.substring(Te,L),ot+=wr(),Te=L;continue}if(ve(Fr)&&!et){ot+=Ce.substring(Te,L),k|=4,_t(e.Diagnostics.Unterminated_string_literal);break}L++}return ot}function Cr(et){var It=Ce.charCodeAt(L)===96;L++;for(var ot=L,Te="",Fr;;){if(L>=r){Te+=Ce.substring(ot,L),k|=4,_t(e.Diagnostics.Unterminated_template_literal),Fr=It?14:17;break}var zr=Ce.charCodeAt(L);if(zr===96){Te+=Ce.substring(ot,L),L++,Fr=It?14:17;break}if(zr===36&&L+1<r&&Ce.charCodeAt(L+1)===123){Te+=Ce.substring(ot,L),L+=2,Fr=It?15:16;break}if(zr===92){Te+=Ce.substring(ot,L),Te+=wr(et),ot=L;continue}if(zr===13){Te+=Ce.substring(ot,L),L++,L<r&&Ce.charCodeAt(L)===10&&L++,Te+=`
|
|
11
|
+
`,ot=L;continue}L++}return e.Debug.assert(Fr!==void 0),se=Te,Fr}function wr(et){var It=L;if(L++,L>=r)return _t(e.Diagnostics.Unexpected_end_of_text),"";var ot=Ce.charCodeAt(L);switch(L++,ot){case 48:return et&&L<r&&st(Ce.charCodeAt(L))?(L++,k|=2048,Ce.substring(It,L)):"\0";case 98:return"\b";case 116:return" ";case 110:return`
|
|
12
|
+
`;case 118:return"\v";case 102:return"\f";case 114:return"\r";case 39:return"'";case 34:return'"';case 117:if(et){for(var Te=L;Te<L+4;Te++)if(Te<r&&!we(Ce.charCodeAt(Te))&&Ce.charCodeAt(Te)!==123)return L=Te,k|=2048,Ce.substring(It,L)}if(L<r&&Ce.charCodeAt(L)===123){if(L++,et&&!we(Ce.charCodeAt(L)))return k|=2048,Ce.substring(It,L);if(et){var Fr=L,zr=Wt(1,!1),Lr=zr?parseInt(zr,16):-1;if(!Me(Lr)||Ce.charCodeAt(L)!==125)return k|=2048,Ce.substring(It,L);L=Fr}return k|=8,xn()}return k|=1024,Qr(4);case 120:if(et)if(we(Ce.charCodeAt(L))){if(!we(Ce.charCodeAt(L+1)))return L++,k|=2048,Ce.substring(It,L)}else return k|=2048,Ce.substring(It,L);return Qr(2);case 13:L<r&&Ce.charCodeAt(L)===10&&L++;case 10:case 8232:case 8233:return"";default:return String.fromCharCode(ot)}}function Qr(et){var It=Sr(et,!1);return It>=0?String.fromCharCode(It):(_t(e.Diagnostics.Hexadecimal_digit_expected),"")}function xn(){var et=Wt(1,!1),It=et?parseInt(et,16):-1,ot=!1;return It<0?(_t(e.Diagnostics.Hexadecimal_digit_expected),ot=!0):It>1114111&&(_t(e.Diagnostics.An_extended_Unicode_escape_value_must_be_between_0x0_and_0x10FFFF_inclusive),ot=!0),L>=r?(_t(e.Diagnostics.Unexpected_end_of_text),ot=!0):Ce.charCodeAt(L)===125?L++:(_t(e.Diagnostics.Unterminated_Unicode_escape_sequence),ot=!0),ot?"":St(It)}function un(){if(L+5<r&&Ce.charCodeAt(L+1)===117){var et=L;L+=2;var It=Sr(4,!1);return L=et,It}return-1}function An(){if(Z>=2&&Ue(Ce,L+1)===117&&Ue(Ce,L+2)===123){var et=L;L+=3;var It=Wt(1,!1),ot=It?parseInt(It,16):-1;return L=et,ot}return-1}function Nn(){for(var et="",It=L;L<r;){var ot=Ue(Ce,L);if(X(ot,Z))L+=Ve(ot);else if(ot===92){if(ot=An(),ot>=0&&X(ot,Z)){L+=3,k|=8,et+=xn(),It=L;continue}if(ot=un(),!(ot>=0&&X(ot,Z)))break;k|=1024,et+=Ce.substring(It,L),et+=St(ot),L+=6,It=L}else break}return et+=Ce.substring(It,L),et}function On(){var et=se.length;if(et>=2&&et<=12){var It=se.charCodeAt(0);if(It>=97&&It<=122){var ot=d.get(se);if(ot!==void 0)return Ke=ot}}return Ke=79}function si(et){for(var It="",ot=!1,Te=!1;;){var Fr=Ce.charCodeAt(L);if(Fr===95){k|=512,ot?(ot=!1,Te=!0):_t(Te?e.Diagnostics.Multiple_consecutive_numeric_separators_are_not_permitted:e.Diagnostics.Numeric_separators_are_not_allowed_here,L,1),L++;continue}if(ot=!0,!st(Fr)||Fr-48>=et)break;It+=Ce[L],L++,Te=!1}return Ce.charCodeAt(L-1)===95&&_t(e.Diagnostics.Numeric_separators_are_not_allowed_here,L-1,1),It}function _i(){if(Ce.charCodeAt(L)===110)return se+="n",k&384&&(se=e.parsePseudoBigInt(se)+"n"),L++,9;var et=k&128?parseInt(se.slice(2),2):k&256?parseInt(se.slice(2),8):+se;return se=""+et,8}function Vn(){var et;Er=L,k=0;for(var It=!1;;){if(Ir=L,L>=r)return Ke=1;var ot=Ue(Ce,L);if(ot===35&&L===0&&y(Ce,L)){if(L=g(Ce,L),fe)continue;return Ke=6}switch(ot){case 10:case 13:if(k|=1,fe){L++;continue}else return ot===13&&L+1<r&&Ce.charCodeAt(L+1)===10?L+=2:L++,Ke=4;case 9:case 11:case 12:case 32:case 160:case 5760:case 8192:case 8193:case 8194:case 8195:case 8196:case 8197:case 8198:case 8199:case 8200:case 8201:case 8202:case 8203:case 8239:case 8287:case 12288:case 65279:if(fe){L++;continue}else{for(;L<r&&q(Ce.charCodeAt(L));)L++;return Ke=5}case 33:return Ce.charCodeAt(L+1)===61?Ce.charCodeAt(L+2)===61?(L+=3,Ke=37):(L+=2,Ke=35):(L++,Ke=53);case 34:case 39:return se=ur(),Ke=10;case 96:return Ke=Cr(!1);case 37:return Ce.charCodeAt(L+1)===61?(L+=2,Ke=69):(L++,Ke=44);case 38:return Ce.charCodeAt(L+1)===38?Ce.charCodeAt(L+2)===61?(L+=3,Ke=76):(L+=2,Ke=55):Ce.charCodeAt(L+1)===61?(L+=2,Ke=73):(L++,Ke=50);case 40:return L++,Ke=20;case 41:return L++,Ke=21;case 42:if(Ce.charCodeAt(L+1)===61)return L+=2,Ke=66;if(Ce.charCodeAt(L+1)===42)return Ce.charCodeAt(L+2)===61?(L+=3,Ke=67):(L+=2,Ke=42);if(L++,me&&!It&&k&1){It=!0;continue}return Ke=41;case 43:return Ce.charCodeAt(L+1)===43?(L+=2,Ke=45):Ce.charCodeAt(L+1)===61?(L+=2,Ke=64):(L++,Ke=39);case 44:return L++,Ke=27;case 45:return Ce.charCodeAt(L+1)===45?(L+=2,Ke=46):Ce.charCodeAt(L+1)===61?(L+=2,Ke=65):(L++,Ke=40);case 46:return st(Ce.charCodeAt(L+1))?(se=$t().value,Ke=8):Ce.charCodeAt(L+1)===46&&Ce.charCodeAt(L+2)===46?(L+=3,Ke=25):(L++,Ke=24);case 47:if(Ce.charCodeAt(L+1)===47){for(L+=2;L<r&&!ve(Ce.charCodeAt(L));)L++;if(W=di(W,Ce.slice(Ir,L),ne,Ir),fe)continue;return Ke=2}if(Ce.charCodeAt(L+1)===42){L+=2,Ce.charCodeAt(L)===42&&Ce.charCodeAt(L+1)!==47&&(k|=2);for(var Te=!1,Fr=Ir;L<r;){var zr=Ce.charCodeAt(L);if(zr===42&&Ce.charCodeAt(L+1)===47){L+=2,Te=!0;break}L++,ve(zr)&&(Fr=L,k|=1)}if(W=di(W,Ce.slice(Fr,L),U,Fr),Te||_t(e.Diagnostics.Asterisk_Slash_expected),fe)continue;return Te||(k|=4),Ke=3}return Ce.charCodeAt(L+1)===61?(L+=2,Ke=68):(L++,Ke=43);case 48:if(L+2<r&&(Ce.charCodeAt(L+1)===88||Ce.charCodeAt(L+1)===120))return L+=2,se=Wt(1,!0),se||(_t(e.Diagnostics.Hexadecimal_digit_expected),se="0"),se="0x"+se,k|=64,Ke=_i();if(L+2<r&&(Ce.charCodeAt(L+1)===66||Ce.charCodeAt(L+1)===98))return L+=2,se=si(2),se||(_t(e.Diagnostics.Binary_digit_expected),se="0"),se="0b"+se,k|=128,Ke=_i();if(L+2<r&&(Ce.charCodeAt(L+1)===79||Ce.charCodeAt(L+1)===111))return L+=2,se=si(8),se||(_t(e.Diagnostics.Octal_digit_expected),se="0"),se="0o"+se,k|=256,Ke=_i();if(L+1<r&&Tt(Ce.charCodeAt(L+1)))return se=""+vr(),k|=32,Ke=8;case 49:case 50:case 51:case 52:case 53:case 54:case 55:case 56:case 57:return et=$t(),Ke=et.type,se=et.value,Ke;case 58:return L++,Ke=58;case 59:return L++,Ke=26;case 60:if(Ot(Ce,L)){if(L=Yt(Ce,L,_t),fe)continue;return Ke=7}return Ce.charCodeAt(L+1)===60?Ce.charCodeAt(L+2)===61?(L+=3,Ke=70):(L+=2,Ke=47):Ce.charCodeAt(L+1)===61?(L+=2,Ke=32):nt===1&&Ce.charCodeAt(L+1)===47&&Ce.charCodeAt(L+2)!==42?(L+=2,Ke=30):(L++,Ke=29);case 61:if(Ot(Ce,L)){if(L=Yt(Ce,L,_t),fe)continue;return Ke=7}return Ce.charCodeAt(L+1)===61?Ce.charCodeAt(L+2)===61?(L+=3,Ke=36):(L+=2,Ke=34):Ce.charCodeAt(L+1)===62?(L+=2,Ke=38):(L++,Ke=63);case 62:if(Ot(Ce,L)){if(L=Yt(Ce,L,_t),fe)continue;return Ke=7}return L++,Ke=31;case 63:return Ce.charCodeAt(L+1)===46&&!st(Ce.charCodeAt(L+2))?(L+=2,Ke=28):Ce.charCodeAt(L+1)===63?Ce.charCodeAt(L+2)===61?(L+=3,Ke=77):(L+=2,Ke=60):(L++,Ke=57);case 91:return L++,Ke=22;case 93:return L++,Ke=23;case 94:return Ce.charCodeAt(L+1)===61?(L+=2,Ke=78):(L++,Ke=52);case 123:return L++,Ke=18;case 124:if(Ot(Ce,L)){if(L=Yt(Ce,L,_t),fe)continue;return Ke=7}return Ce.charCodeAt(L+1)===124?Ce.charCodeAt(L+2)===61?(L+=3,Ke=75):(L+=2,Ke=56):Ce.charCodeAt(L+1)===61?(L+=2,Ke=74):(L++,Ke=51);case 125:return L++,Ke=19;case 126:return L++,Ke=54;case 64:return L++,Ke=59;case 92:var Lr=An();if(Lr>=0&&mt(Lr,Z))return L+=3,k|=8,se=xn()+Nn(),Ke=On();var Se=un();return Se>=0&&mt(Se,Z)?(L+=6,k|=1024,se=String.fromCharCode(Se)+Nn(),Ke=On()):(_t(e.Diagnostics.Invalid_character),L++,Ke=0);case 35:return L!==0&&Ce[L+1]==="!"?(_t(e.Diagnostics.can_only_be_used_at_the_start_of_a_file),L++,Ke=0):(mt(Ue(Ce,L+1),Z)?(L++,Jn(Ue(Ce,L),Z)):(se=String.fromCharCode(Ue(Ce,L)),_t(e.Diagnostics.Invalid_character,L++,Ve(ot))),Ke=80);default:var Pe=Jn(ot,Z);if(Pe)return Ke=Pe;if(q(ot)){L+=Ve(ot);continue}else if(ve(ot)){k|=1,L+=Ve(ot);continue}var $e=Ve(ot);return _t(e.Diagnostics.Invalid_character,L,$e),L+=$e,Ke=0}}}function Fi(){e.Debug.assert(Ke===0,"'reScanInvalidIdentifier' should only be called when the current token is 'SyntaxKind.Unknown'."),L=Ir=Er,k=0;var et=Ue(Ce,L),It=Jn(et,99);return It?Ke=It:(L+=Ve(et),Ke)}function Jn(et,It){var ot=et;if(mt(ot,It)){for(L+=Ve(ot);L<r&&X(ot=Ue(Ce,L),It);)L+=Ve(ot);return se=Ce.substring(Ir,L),ot===92&&(se+=Nn()),On()}}function Sn(){if(Ke===31){if(Ce.charCodeAt(L)===62)return Ce.charCodeAt(L+1)===62?Ce.charCodeAt(L+2)===61?(L+=3,Ke=72):(L+=2,Ke=49):Ce.charCodeAt(L+1)===61?(L+=2,Ke=71):(L++,Ke=48);if(Ce.charCodeAt(L)===61)return L++,Ke=33}return Ke}function ei(){return e.Debug.assert(Ke===66,"'reScanAsteriskEqualsToken' should only be called on a '*='"),L=Ir+1,Ke=63}function Ni(){if(Ke===43||Ke===68){for(var et=Ir+1,It=!1,ot=!1;;){if(et>=r){k|=4,_t(e.Diagnostics.Unterminated_regular_expression_literal);break}var Te=Ce.charCodeAt(et);if(ve(Te)){k|=4,_t(e.Diagnostics.Unterminated_regular_expression_literal);break}if(It)It=!1;else if(Te===47&&!ot){et++;break}else Te===91?ot=!0:Te===92?It=!0:Te===93&&(ot=!1);et++}for(;et<r&&X(Ce.charCodeAt(et),Z);)et++;L=et,se=Ce.substring(Ir,L),Ke=13}return Ke}function di(et,It,ot,Te){var Fr=Fn(e.trimStringStart(It),ot);return Fr===void 0?et:e.append(et,{range:{pos:Te,end:L},type:Fr})}function Fn(et,It){var ot=It.exec(et);if(!!ot)switch(ot[1]){case"ts-expect-error":return 0;case"ts-ignore":return 1}}function br(et){return e.Debug.assert(Ke===19,"'reScanTemplateToken' should only be called on a '}'"),L=Ir,Ke=Cr(et)}function Wn(){return L=Ir,Ke=Cr(!0)}function Xr(et){return et===void 0&&(et=!0),L=Ir=Er,Ke=qr(et)}function Hn(){return Ke===47?(L=Ir+1,Ke=29):Ke}function Oi(){return Ke===80?(L=Ir+1,Ke=62):Ke}function Be(){return e.Debug.assert(Ke===60,"'reScanQuestionToken' should only be called on a '??'"),L=Ir+1,Ke=57}function qr(et){if(et===void 0&&(et=!0),Er=Ir=L,L>=r)return Ke=1;var It=Ce.charCodeAt(L);if(It===60)return Ce.charCodeAt(L+1)===47?(L+=2,Ke=30):(L++,Ke=29);if(It===123)return L++,Ke=18;for(var ot=0;L<r&&(It=Ce.charCodeAt(L),It!==123);){if(It===60){if(Ot(Ce,L))return L=Yt(Ce,L,_t),Ke=7;break}if(It===62&&_t(e.Diagnostics.Unexpected_token_Did_you_mean_or_gt,L,1),It===125&&_t(e.Diagnostics.Unexpected_token_Did_you_mean_or_rbrace,L,1),ve(It)&&ot===0)ot=-1;else{if(!et&&ve(It)&&ot>0)break;Ie(It)||(ot=L)}L++}return se=Ce.substring(Er,L),ot===-1?12:11}function I(){if(a(Ke)){for(var et=!1;L<r;){var It=Ce.charCodeAt(L);if(It===45){se+="-",L++;continue}else if(It===58&&!et){se+=":",L++,et=!0,Ke=79;continue}var ot=L;if(se+=Nn(),L===ot)break}return se.slice(-1)===":"&&(se=se.slice(0,-1),L--),On()}return Ke}function mi(){switch(Er=L,Ce.charCodeAt(L)){case 34:case 39:return se=ur(!0),Ke=10;default:return Vn()}}function qn(){return L=Ir=Er,mi()}function gt(){if(Er=Ir=L,k=0,L>=r)return Ke=1;var et=Ue(Ce,L);switch(L+=Ve(et),et){case 9:case 11:case 12:case 32:for(;L<r&&q(Ce.charCodeAt(L));)L++;return Ke=5;case 64:return Ke=59;case 13:Ce.charCodeAt(L)===10&&L++;case 10:return k|=1,Ke=4;case 42:return Ke=41;case 123:return Ke=18;case 125:return Ke=19;case 91:return Ke=22;case 93:return Ke=23;case 60:return Ke=29;case 62:return Ke=31;case 61:return Ke=63;case 44:return Ke=27;case 46:return Ke=24;case 96:return Ke=61;case 35:return Ke=62;case 92:L--;var It=An();if(It>=0&&mt(It,Z))return L+=3,k|=8,se=xn()+Nn(),Ke=On();var ot=un();return ot>=0&&mt(ot,Z)?(L+=6,k|=1024,se=String.fromCharCode(ot)+Nn(),Ke=On()):(L++,Ke=0)}if(mt(et,Z)){for(var Te=et;L<r&&X(Te=Ue(Ce,L),Z)||Ce.charCodeAt(L)===45;)L+=Ve(Te);return se=Ce.substring(Ir,L),Te===92&&(se+=Nn()),Ke=On()}else return Ke=0}function Yr(et,It){var ot=L,Te=Er,Fr=Ir,zr=Ke,Lr=se,Se=k,Pe=et();return(!Pe||It)&&(L=ot,Er=Te,Ir=Fr,Ke=zr,se=Lr,k=Se),Pe}function jn(et,It,ot){var Te=r,Fr=L,zr=Er,Lr=Ir,Se=Ke,Pe=se,$e=k,Ze=W;gn(Ce,et,It);var it=ot();return r=Te,L=Fr,Er=zr,Ir=Lr,Ke=Se,se=Pe,k=$e,W=Ze,it}function gi(et){return Yr(et,!0)}function xi(et){return Yr(et,!1)}function ii(){return Ce}function Mi(){W=void 0}function gn(et,It,ot){Ce=et||"",r=ot===void 0?Ce.length:It+ot,Bn(It||0)}function Si(et){Ft=et}function ai(et){Z=et}function yi(et){nt=et}function Bn(et){e.Debug.assert(et>=0),L=et,Er=et,Ir=et,Ke=0,se=void 0,k=0}function mr(et){me+=et?1:-1}}e.createScanner=Fe;var Ue=String.prototype.codePointAt?function(Z,fe){return Z.codePointAt(fe)}:function(fe,nt){var dt=fe.length;if(!(nt<0||nt>=dt)){var Ft=fe.charCodeAt(nt);if(Ft>=55296&&Ft<=56319&&dt>nt+1){var Mt=fe.charCodeAt(nt+1);if(Mt>=56320&&Mt<=57343)return(Ft-55296)*1024+Mt-56320+65536}return Ft}};function Ve(Z){return Z>=65536?2:1}function ut(Z){if(e.Debug.assert(0<=Z&&Z<=1114111),Z<=65535)return String.fromCharCode(Z);var fe=Math.floor((Z-65536)/1024)+55296,nt=(Z-65536)%1024+56320;return String.fromCharCode(fe,nt)}var ht=String.fromCodePoint?function(Z){return String.fromCodePoint(Z)}:ut;function St(Z){return ht(Z)}e.utf16EncodeAsString=St})(Qt||(Qt={}));var Qt;(function(e){function t(m){return e.pathIsRelative(m)||e.isRootedDiskPath(m)}e.isExternalModuleNameRelative=t;function a(m){return e.sortAndDeduplicate(m,e.compareDiagnostics)}e.sortAndDeduplicateDiagnostics=a;function _(m){switch(e.getEmitScriptTarget(m)){case 99:return"lib.esnext.full.d.ts";case 9:return"lib.es2022.full.d.ts";case 8:return"lib.es2021.full.d.ts";case 7:return"lib.es2020.full.d.ts";case 6:return"lib.es2019.full.d.ts";case 5:return"lib.es2018.full.d.ts";case 4:return"lib.es2017.full.d.ts";case 3:return"lib.es2016.full.d.ts";case 2:return"lib.es6.d.ts";default:return"lib.d.ts"}}e.getDefaultLibFileName=_;function d(m){return m.start+m.length}e.textSpanEnd=d;function x(m){return m.length===0}e.textSpanIsEmpty=x;function $(m,re){return re>=m.start&&re<d(m)}e.textSpanContainsPosition=$;function Y(m,re){return re>=m.pos&&re<=m.end}e.textRangeContainsPositionInclusive=Y;function w(m,re){return re.start>=m.start&&d(re)<=d(m)}e.textSpanContainsTextSpan=w;function K(m,re){return qe(m,re)!==void 0}e.textSpanOverlapsWith=K;function qe(m,re){var qt=f(m,re);return qt&&qt.length===0?void 0:qt}e.textSpanOverlap=qe;function ye(m,re){return U(m.start,m.length,re.start,re.length)}e.textSpanIntersectsWithTextSpan=ye;function ne(m,re,qt){return U(m.start,m.length,re,qt)}e.textSpanIntersectsWith=ne;function U(m,re,qt,P){var fn=m+re,vn=qt+P;return qt<=fn&&vn>=m}e.decodedTextSpanIntersectsWith=U;function We(m,re){return re<=d(m)&&re>=m.start}e.textSpanIntersectsWithPosition=We;function f(m,re){var qt=Math.max(m.start,re.start),P=Math.min(d(m),d(re));return qt<=P?le(qt,P):void 0}e.textSpanIntersection=f;function v(m,re){if(m<0)throw new Error("start < 0");if(re<0)throw new Error("length < 0");return{start:m,length:re}}e.createTextSpan=v;function le(m,re){return v(m,re-m)}e.createTextSpanFromBounds=le;function he(m){return v(m.span.start,m.newLength)}e.textChangeRangeNewSpan=he;function je(m){return x(m.span)&&m.newLength===0}e.textChangeRangeIsUnchanged=je;function A(m,re){if(re<0)throw new Error("newLength < 0");return{span:m,newLength:re}}e.createTextChangeRange=A,e.unchangedTextChangeRange=A(v(0,0),0);function xe(m){if(m.length===0)return e.unchangedTextChangeRange;if(m.length===1)return m[0];for(var re=m[0],qt=re.span.start,P=d(re.span),fn=qt+re.newLength,vn=1;vn<m.length;vn++){var ri=m[vn],ma=qt,Ui=P,ba=fn,Ta=ri.span.start,Ja=d(ri.span),Ga=Ta+ri.newLength;qt=Math.min(ma,Ta),P=Math.max(Ui,Ui+(Ja-ba)),fn=Math.max(Ga,Ga+(ba-Ja))}return A(le(qt,P),fn-qt)}e.collapseTextChangeRangesAcrossMultipleVersions=xe;function Q(m){if(m&&m.kind===163){for(var re=m;re;re=re.parent)if(It(re)||$e(re)||re.kind===258)return re}}e.getTypeParameterOwner=Q;function Ct(m,re){return e.hasSyntacticModifier(m,16476)&&re.kind===171}e.isParameterPropertyDeclaration=Ct;function ft(m){return dr(m)?e.every(m.elements,Jt):!1}e.isEmptyBindingPattern=ft;function Jt(m){return e.isOmittedExpression(m)?!0:ft(m.name)}e.isEmptyBindingElement=Jt;function ke(m){for(var re=m.parent;e.isBindingElement(re.parent);)re=re.parent.parent;return re.parent}e.walkUpBindingElementsAndPatterns=ke;function Qe(m,re){e.isBindingElement(m)&&(m=ke(m));var qt=re(m);return m.kind===254&&(m=m.parent),m&&m.kind===255&&(qt|=re(m),m=m.parent),m&&m.kind===237&&(qt|=re(m)),qt}function be(m){return Qe(m,e.getEffectiveModifierFlags)}e.getCombinedModifierFlags=be;function Ie(m){return Qe(m,e.getEffectiveModifierFlagsAlwaysIncludeJSDoc)}e.getCombinedNodeFlagsAlwaysIncludeJSDoc=Ie;function q(m){return Qe(m,function(re){return re.flags})}e.getCombinedNodeFlags=q,e.supportedLocaleDirectories=["cs","de","es","fr","it","ja","ko","pl","pt-br","ru","tr","zh-cn","zh-tw"];function ve(m,re,qt){var P=m.toLowerCase(),fn=/^([a-z]+)([_\-]([a-z]+))?$/.exec(P);if(!fn){qt&&qt.push(e.createCompilerDiagnostic(e.Diagnostics.Locale_must_be_of_the_form_language_or_language_territory_For_example_0_or_1,"en","ja-jp"));return}var vn=fn[1],ri=fn[3];e.contains(e.supportedLocaleDirectories,P)&&!ma(vn,ri,qt)&&ma(vn,void 0,qt),e.setUILocale(m);function ma(Ui,ba,Ta){var Ja=e.normalizePath(re.getExecutingFilePath()),Ga=e.getDirectoryPath(Ja),_a=e.combinePaths(Ga,Ui);if(ba&&(_a=_a+"-"+ba),_a=re.resolvePath(e.combinePaths(_a,"diagnosticMessages.generated.json")),!re.fileExists(_a))return!1;var ca="";try{ca=re.readFile(_a)}catch{return Ta&&Ta.push(e.createCompilerDiagnostic(e.Diagnostics.Unable_to_open_file_0,_a)),!1}try{e.setLocalizedDiagnosticMessages(JSON.parse(ca))}catch{return Ta&&Ta.push(e.createCompilerDiagnostic(e.Diagnostics.Corrupted_locale_file_0,_a)),!1}return!0}}e.validateLocaleAndSetLanguage=ve;function st(m,re){if(m)for(;m.original!==void 0;)m=m.original;return!re||re(m)?m:void 0}e.getOriginalNode=st;function we(m,re){for(;m;){var qt=re(m);if(qt==="quit")return;if(qt)return m;m=m.parent}}e.findAncestor=we;function Me(m){return(m.flags&8)===0}e.isParseTreeNode=Me;function Tt(m,re){if(m===void 0||Me(m))return m;for(m=m.original;m;){if(Me(m))return!re||re(m)?m:void 0;m=m.original}}e.getParseTreeNode=Tt;function ze(m){return m.length>=2&&m.charCodeAt(0)===95&&m.charCodeAt(1)===95?"_"+m:m}e.escapeLeadingUnderscores=ze;function rt(m){var re=m;return re.length>=3&&re.charCodeAt(0)===95&&re.charCodeAt(1)===95&&re.charCodeAt(2)===95?re.substr(1):re}e.unescapeLeadingUnderscores=rt;function Pt(m){return rt(m.escapedText)}e.idText=Pt;function Ot(m){return m.valueDeclaration&&ii(m.valueDeclaration)?Pt(m.valueDeclaration.name):rt(m.escapedName)}e.symbolName=Ot;function Yt(m){var re=m.parent.parent;if(!!re){if(er(re))return oe(re);switch(re.kind){case 237:if(re.declarationList&&re.declarationList.declarations[0])return oe(re.declarationList.declarations[0]);break;case 238:var qt=re.expression;switch(qt.kind===221&&qt.operatorToken.kind===63&&(qt=qt.left),qt.kind){case 206:return qt.name;case 207:var P=qt.argumentExpression;if(e.isIdentifier(P))return P}break;case 212:return oe(re.expression);case 250:{if(er(re.statement)||Xn(re.statement))return oe(re.statement);break}}}}function oe(m){var re=ee(m);return re&&e.isIdentifier(re)?re:void 0}function y(m,re){return!!(D(m)&&e.isIdentifier(m.name)&&Pt(m.name)===Pt(re)||e.isVariableStatement(m)&&e.some(m.declarationList.declarations,function(qt){return y(qt,re)}))}e.nodeHasName=y;function g(m){return m.name||Yt(m)}e.getNameOfJSDocTypedef=g;function D(m){return!!m.name}e.isNamedDeclaration=D;function G(m){switch(m.kind){case 79:return m;case 347:case 340:{var re=m.name;if(re.kind===161)return re.right;break}case 208:case 221:{var qt=m;switch(e.getAssignmentDeclarationKind(qt)){case 1:case 4:case 5:case 3:return e.getElementOrPropertyAccessArgumentExpressionOrName(qt.left);case 7:case 8:case 9:return qt.arguments[1];default:return}}case 345:return g(m);case 339:return Yt(m);case 271:{var P=m.expression;return e.isIdentifier(P)?P:void 0}case 207:var fn=m;if(e.isBindableStaticElementAccessExpression(fn))return fn.argumentExpression}return m.name}e.getNonAssignedNameOfDeclaration=G;function ee(m){if(m!==void 0)return G(m)||(e.isFunctionExpression(m)||e.isArrowFunction(m)||e.isClassExpression(m)?V(m):void 0)}e.getNameOfDeclaration=ee;function V(m){if(m.parent){if(e.isPropertyAssignment(m.parent)||e.isBindingElement(m.parent))return m.parent.name;if(e.isBinaryExpression(m.parent)&&m===m.parent.right){if(e.isIdentifier(m.parent.left))return m.parent.left;if(e.isAccessExpression(m.parent.left))return e.getElementOrPropertyAccessArgumentExpressionOrName(m.parent.left)}else if(e.isVariableDeclaration(m.parent)&&e.isIdentifier(m.parent.name))return m.parent.name}else return}e.getAssignedName=V;function Ye(m){if(e.hasDecorators(m))return e.filter(m.modifiers,e.isDecorator)}e.getDecorators=Ye;function at(m){if(e.hasSyntacticModifier(m,125951))return e.filter(m.modifiers,yi)}e.getModifiers=at;function Le(m,re){if(m.name)if(e.isIdentifier(m.name)){var qt=m.name.escapedText;return me(m.parent,re).filter(function(vn){return e.isJSDocParameterTag(vn)&&e.isIdentifier(vn.name)&&vn.name.escapedText===qt})}else{var P=m.parent.parameters.indexOf(m);e.Debug.assert(P>-1,"Parameters should always be in their parents' parameter list");var fn=me(m.parent,re).filter(e.isJSDocParameterTag);if(P<fn.length)return[fn[P]]}return e.emptyArray}function Ne(m){return Le(m,!1)}e.getJSDocParameterTags=Ne;function B(m){return Le(m,!0)}e.getJSDocParameterTagsNoCache=B;function mt(m,re){var qt=m.name.escapedText;return me(m.parent,re).filter(function(P){return e.isJSDocTemplateTag(P)&&P.typeParameters.some(function(fn){return fn.name.escapedText===qt})})}function X(m){return mt(m,!1)}e.getJSDocTypeParameterTags=X;function ce(m){return mt(m,!0)}e.getJSDocTypeParameterTagsNoCache=ce;function Fe(m){return!!Xt(m,e.isJSDocParameterTag)}e.hasJSDocParameterTags=Fe;function Ue(m){return Xt(m,e.isJSDocAugmentsTag)}e.getJSDocAugmentsTag=Ue;function Ve(m){return $t(m,e.isJSDocImplementsTag)}e.getJSDocImplementsTags=Ve;function ut(m){return Xt(m,e.isJSDocClassTag)}e.getJSDocClassTag=ut;function ht(m){return Xt(m,e.isJSDocPublicTag)}e.getJSDocPublicTag=ht;function St(m){return Xt(m,e.isJSDocPublicTag,!0)}e.getJSDocPublicTagNoCache=St;function Z(m){return Xt(m,e.isJSDocPrivateTag)}e.getJSDocPrivateTag=Z;function fe(m){return Xt(m,e.isJSDocPrivateTag,!0)}e.getJSDocPrivateTagNoCache=fe;function nt(m){return Xt(m,e.isJSDocProtectedTag)}e.getJSDocProtectedTag=nt;function dt(m){return Xt(m,e.isJSDocProtectedTag,!0)}e.getJSDocProtectedTagNoCache=dt;function Ft(m){return Xt(m,e.isJSDocReadonlyTag)}e.getJSDocReadonlyTag=Ft;function Mt(m){return Xt(m,e.isJSDocReadonlyTag,!0)}e.getJSDocReadonlyTagNoCache=Mt;function fr(m){return Xt(m,e.isJSDocOverrideTag,!0)}e.getJSDocOverrideTagNoCache=fr;function Ce(m){return Xt(m,e.isJSDocDeprecatedTag)}e.getJSDocDeprecatedTag=Ce;function L(m){return Xt(m,e.isJSDocDeprecatedTag,!0)}e.getJSDocDeprecatedTagNoCache=L;function r(m){return Xt(m,e.isJSDocEnumTag)}e.getJSDocEnumTag=r;function Er(m){return Xt(m,e.isJSDocThisTag)}e.getJSDocThisTag=Er;function Ir(m){return Xt(m,e.isJSDocReturnTag)}e.getJSDocReturnTag=Ir;function Ke(m){return Xt(m,e.isJSDocTemplateTag)}e.getJSDocTemplateTag=Ke;function se(m){var re=Xt(m,e.isJSDocTypeTag);if(re&&re.typeExpression&&re.typeExpression.type)return re}e.getJSDocTypeTag=se;function k(m){var re=Xt(m,e.isJSDocTypeTag);return!re&&e.isParameter(m)&&(re=e.find(Ne(m),function(qt){return!!qt.typeExpression})),re&&re.typeExpression&&re.typeExpression.type}e.getJSDocType=k;function W(m){var re=Ir(m);if(re&&re.typeExpression)return re.typeExpression.type;var qt=se(m);if(qt&&qt.typeExpression){var P=qt.typeExpression.type;if(e.isTypeLiteralNode(P)){var fn=e.find(P.members,e.isCallSignatureDeclaration);return fn&&fn.type}if(e.isFunctionTypeNode(P)||e.isJSDocFunctionType(P))return P.type}}e.getJSDocReturnType=W;function me(m,re){var qt=m.jsDocCache;if(qt===void 0||re){var P=e.getJSDocCommentsAndTags(m,re);e.Debug.assert(P.length<2||P[0]!==P[1]),qt=e.flatMap(P,function(fn){return e.isJSDoc(fn)?fn.tags:fn}),re||(m.jsDocCache=qt)}return qt}function Et(m){return me(m,!1)}e.getJSDocTags=Et;function _t(m){return me(m,!0)}e.getJSDocTagsNoCache=_t;function Xt(m,re,qt){return e.find(me(m,qt),re)}function $t(m,re){return Et(m).filter(re)}e.getAllJSDocTags=$t;function nr(m,re){return Et(m).filter(function(qt){return qt.kind===re})}e.getAllJSDocTagsOfKind=nr;function vr(m){return typeof m=="string"?m:m==null?void 0:m.map(function(re){return re.kind===321?re.text:Sr(re)}).join("")}e.getTextOfJSDocComment=vr;function Sr(m){var re=m.kind===324?"link":m.kind===325?"linkcode":"linkplain",qt=m.name?e.entityNameToString(m.name):"",P=m.name&&m.text.startsWith("://")?"":" ";return"{@".concat(re," ").concat(qt).concat(P).concat(m.text,"}")}function Wt(m){if(e.isJSDocSignature(m))return e.emptyArray;if(e.isJSDocTypeAlias(m))return e.Debug.assert(m.parent.kind===320),e.flatMap(m.parent.tags,function(P){return e.isJSDocTemplateTag(P)?P.typeParameters:void 0});if(m.typeParameters||e.canHaveIllegalTypeParameters(m)&&m.typeParameters)return m.typeParameters;if(e.isInJSFile(m)){var re=e.getJSDocTypeParameterDeclarations(m);if(re.length)return re;var qt=k(m);if(qt&&e.isFunctionTypeNode(qt)&&qt.typeParameters)return qt.typeParameters}return e.emptyArray}e.getEffectiveTypeParameterDeclarations=Wt;function zt(m){return m.constraint?m.constraint:e.isJSDocTemplateTag(m.parent)&&m===m.parent.typeParameters[0]?m.parent.constraint:void 0}e.getEffectiveConstraintOfTypeParameter=zt;function ur(m){return m.kind===79||m.kind===80}e.isMemberName=ur;function Cr(m){return m.kind===173||m.kind===172}e.isGetOrSetAccessorDeclaration=Cr;function wr(m){return e.isPropertyAccessExpression(m)&&!!(m.flags&32)}e.isPropertyAccessChain=wr;function Qr(m){return e.isElementAccessExpression(m)&&!!(m.flags&32)}e.isElementAccessChain=Qr;function xn(m){return e.isCallExpression(m)&&!!(m.flags&32)}e.isCallChain=xn;function un(m){var re=m.kind;return!!(m.flags&32)&&(re===206||re===207||re===208||re===230)}e.isOptionalChain=un;function An(m){return un(m)&&!e.isNonNullExpression(m)&&!!m.questionDotToken}e.isOptionalChainRoot=An;function Nn(m){return An(m.parent)&&m.parent.expression===m}e.isExpressionOfOptionalChainRoot=Nn;function On(m){return!un(m.parent)||An(m.parent)||m!==m.parent.expression}e.isOutermostOptionalChain=On;function si(m){return m.kind===221&&m.operatorToken.kind===60}e.isNullishCoalesce=si;function _i(m){return e.isTypeReferenceNode(m)&&e.isIdentifier(m.typeName)&&m.typeName.escapedText==="const"&&!m.typeArguments}e.isConstTypeReference=_i;function Vn(m){return e.skipOuterExpressions(m,8)}e.skipPartiallyEmittedExpressions=Vn;function Fi(m){return e.isNonNullExpression(m)&&!!(m.flags&32)}e.isNonNullChain=Fi;function Jn(m){return m.kind===246||m.kind===245}e.isBreakOrContinueStatement=Jn;function Sn(m){return m.kind===274||m.kind===273}e.isNamedExportBindings=Sn;function ei(m){switch(m.kind){case 302:case 303:return!0;default:return!1}}e.isUnparsedTextLike=ei;function Ni(m){return ei(m)||m.kind===300||m.kind===304}e.isUnparsedNode=Ni;function di(m){return m.kind===347||m.kind===340}e.isJSDocPropertyLikeTag=di;function Fn(m){return br(m.kind)}e.isNode=Fn;function br(m){return m>=161}e.isNodeKind=br;function Wn(m){return m>=0&&m<=160}e.isTokenKind=Wn;function Xr(m){return Wn(m.kind)}e.isToken=Xr;function Hn(m){return m.hasOwnProperty("pos")&&m.hasOwnProperty("end")}e.isNodeArray=Hn;function Oi(m){return 8<=m&&m<=14}e.isLiteralKind=Oi;function Be(m){return Oi(m.kind)}e.isLiteralExpression=Be;function qr(m){switch(m.kind){case 205:case 204:case 13:case 213:case 226:return!0}return!1}e.isLiteralExpressionOfObject=qr;function I(m){return 14<=m&&m<=17}e.isTemplateLiteralKind=I;function mi(m){return I(m.kind)}e.isTemplateLiteralToken=mi;function qn(m){var re=m.kind;return re===16||re===17}e.isTemplateMiddleOrTemplateTail=qn;function gt(m){return e.isImportSpecifier(m)||e.isExportSpecifier(m)}e.isImportOrExportSpecifier=gt;function Yr(m){switch(m.kind){case 270:case 275:return m.isTypeOnly||m.parent.parent.isTypeOnly;case 268:return m.parent.isTypeOnly;case 267:case 265:return m.isTypeOnly;default:return!1}}e.isTypeOnlyImportOrExportDeclaration=Yr;function jn(m){return e.isStringLiteral(m)||e.isIdentifier(m)}e.isAssertionKey=jn;function gi(m){return m.kind===10||I(m.kind)}e.isStringTextContainingNode=gi;function xi(m){return e.isIdentifier(m)&&(m.autoGenerateFlags&7)>0}e.isGeneratedIdentifier=xi;function ii(m){return(e.isPropertyDeclaration(m)||it(m))&&e.isPrivateIdentifier(m.name)}e.isPrivateIdentifierClassElementDeclaration=ii;function Mi(m){return e.isPropertyAccessExpression(m)&&e.isPrivateIdentifier(m.name)}e.isPrivateIdentifierPropertyAccessExpression=Mi;function gn(m){switch(m){case 126:case 131:case 85:case 135:case 88:case 93:case 101:case 123:case 121:case 122:case 145:case 124:case 144:case 159:return!0}return!1}e.isModifierKind=gn;function Si(m){return!!(e.modifierToFlag(m)&16476)}e.isParameterPropertyModifier=Si;function ai(m){return Si(m)||m===124||m===159}e.isClassMemberModifier=ai;function yi(m){return gn(m.kind)}e.isModifier=yi;function Bn(m){var re=m.kind;return re===161||re===79}e.isEntityName=Bn;function mr(m){var re=m.kind;return re===79||re===80||re===10||re===8||re===162}e.isPropertyName=mr;function et(m){var re=m.kind;return re===79||re===201||re===202}e.isBindingName=et;function It(m){return!!m&&Lr(m.kind)}e.isFunctionLike=It;function ot(m){return!!m&&(Lr(m.kind)||e.isClassStaticBlockDeclaration(m))}e.isFunctionLikeOrClassStaticBlockDeclaration=ot;function Te(m){return m&&zr(m.kind)}e.isFunctionLikeDeclaration=Te;function Fr(m){return m.kind===110||m.kind===95}e.isBooleanLiteral=Fr;function zr(m){switch(m){case 256:case 169:case 171:case 172:case 173:case 213:case 214:return!0;default:return!1}}function Lr(m){switch(m){case 168:case 174:case 323:case 175:case 176:case 179:case 317:case 180:return!0;default:return zr(m)}}e.isFunctionLikeKind=Lr;function Se(m){return e.isSourceFile(m)||e.isModuleBlock(m)||e.isBlock(m)&&It(m.parent)}e.isFunctionOrModuleBlock=Se;function Pe(m){var re=m.kind;return re===171||re===167||re===169||re===172||re===173||re===176||re===170||re===234}e.isClassElement=Pe;function $e(m){return m&&(m.kind===257||m.kind===226)}e.isClassLike=$e;function Ze(m){return m&&(m.kind===172||m.kind===173)}e.isAccessor=Ze;function it(m){switch(m.kind){case 169:case 172:case 173:return!0;default:return!1}}e.isMethodOrAccessor=it;function wt(m){return yi(m)||e.isDecorator(m)}e.isModifierLike=wt;function ar(m){var re=m.kind;return re===175||re===174||re===166||re===168||re===176||re===172||re===173}e.isTypeElement=ar;function yr(m){return ar(m)||Pe(m)}e.isClassOrTypeElement=yr;function tn(m){var re=m.kind;return re===296||re===297||re===298||re===169||re===172||re===173}e.isObjectLiteralElementLike=tn;function Rr(m){return e.isTypeNodeKind(m.kind)}e.isTypeNode=Rr;function Jr(m){switch(m.kind){case 179:case 180:return!0}return!1}e.isFunctionOrConstructorTypeNode=Jr;function dr(m){if(m){var re=m.kind;return re===202||re===201}return!1}e.isBindingPattern=dr;function hn(m){var re=m.kind;return re===204||re===205}e.isAssignmentPattern=hn;function Ur(m){var re=m.kind;return re===203||re===227}e.isArrayBindingElement=Ur;function Tr(m){switch(m.kind){case 254:case 164:case 203:return!0}return!1}e.isDeclarationBindingElement=Tr;function pe(m){return pn(m)||an(m)}e.isBindingOrAssignmentPattern=pe;function pn(m){switch(m.kind){case 201:case 205:return!0}return!1}e.isObjectBindingOrAssignmentPattern=pn;function Wr(m){switch(m.kind){case 203:case 296:case 297:case 298:return!0}return!1}e.isObjectBindingOrAssignmentElement=Wr;function an(m){switch(m.kind){case 202:case 204:return!0}return!1}e.isArrayBindingOrAssignmentPattern=an;function kn(m){var re=m.kind;return re===206||re===161||re===200}e.isPropertyAccessOrQualifiedNameOrImportTypeNode=kn;function $r(m){var re=m.kind;return re===206||re===161}e.isPropertyAccessOrQualifiedName=$r;function Zr(m){switch(m.kind){case 280:case 279:case 208:case 209:case 210:case 165:return!0;default:return!1}}e.isCallLikeExpression=Zr;function Ut(m){return m.kind===208||m.kind===209}e.isCallOrNewExpression=Ut;function lr(m){var re=m.kind;return re===223||re===14}e.isTemplateLiteral=lr;function jr(m){return en(Vn(m).kind)}e.isLeftHandSideExpression=jr;function en(m){switch(m){case 206:case 207:case 209:case 208:case 278:case 279:case 282:case 210:case 204:case 212:case 205:case 226:case 213:case 79:case 80:case 13:case 8:case 9:case 10:case 14:case 223:case 95:case 104:case 108:case 110:case 106:case 230:case 228:case 231:case 100:return!0;default:return!1}}function Un(m){return Di(Vn(m).kind)}e.isUnaryExpression=Un;function Di(m){switch(m){case 219:case 220:case 215:case 216:case 217:case 218:case 211:return!0;default:return en(m)}}function hi(m){switch(m.kind){case 220:return!0;case 219:return m.operator===45||m.operator===46;default:return!1}}e.isUnaryExpressionWithWrite=hi;function Xn(m){return Ei(Vn(m).kind)}e.isExpression=Xn;function Ei(m){switch(m){case 222:case 224:case 214:case 221:case 225:case 229:case 227:case 351:case 350:return!0;default:return Di(m)}}function Ci(m){var re=m.kind;return re===211||re===229}e.isAssertionExpression=Ci;function fa(m){return e.isNotEmittedStatement(m)||e.isPartiallyEmittedExpression(m)}e.isNotEmittedOrPartiallyEmittedNode=fa;function ji(m,re){switch(m.kind){case 242:case 243:case 244:case 240:case 241:return!0;case 250:return re&&ji(m.statement,re)}return!1}e.isIterationStatement=ji;function Li(m){return e.isExportAssignment(m)||e.isExportDeclaration(m)}e.isScopeMarker=Li;function vi(m){return e.some(m,Li)}e.hasScopeMarker=vi;function Vi(m){return!e.isAnyImportOrReExport(m)&&!e.isExportAssignment(m)&&!e.hasSyntacticModifier(m,1)&&!e.isAmbientModule(m)}e.needsScopeMarker=Vi;function Qi(m){return e.isAnyImportOrReExport(m)||e.isExportAssignment(m)||e.hasSyntacticModifier(m,1)}e.isExternalModuleIndicator=Qi;function Yi(m){return m.kind===243||m.kind===244}e.isForInOrOfStatement=Yi;function Zi(m){return e.isBlock(m)||Xn(m)}e.isConciseBody=Zi;function ea(m){return e.isBlock(m)}e.isFunctionBody=ea;function aa(m){return e.isVariableDeclarationList(m)||Xn(m)}e.isForInitializer=aa;function b(m){var re=m.kind;return re===262||re===261||re===79}e.isModuleBody=b;function N(m){var re=m.kind;return re===262||re===261}e.isNamespaceBody=N;function J(m){var re=m.kind;return re===79||re===261}e.isJSDocNamespaceBody=J;function H(m){var re=m.kind;return re===269||re===268}e.isNamedImportBindings=H;function De(m){return m.kind===261||m.kind===260}e.isModuleOrEnumDeclaration=De;function Dt(m){return m===214||m===203||m===257||m===226||m===170||m===171||m===260||m===299||m===275||m===256||m===213||m===172||m===267||m===265||m===270||m===258||m===285||m===169||m===168||m===261||m===264||m===268||m===274||m===164||m===296||m===167||m===166||m===173||m===297||m===259||m===163||m===254||m===345||m===338||m===347}function lt(m){return m===256||m===276||m===257||m===258||m===259||m===260||m===261||m===266||m===265||m===272||m===271||m===264}function bt(m){return m===246||m===245||m===253||m===240||m===238||m===236||m===243||m===244||m===242||m===239||m===250||m===247||m===249||m===251||m===252||m===237||m===241||m===248||m===349||m===353||m===352}function er(m){return m.kind===163?m.parent&&m.parent.kind!==344||e.isInJSFile(m):Dt(m.kind)}e.isDeclaration=er;function pr(m){return lt(m.kind)}e.isDeclarationStatement=pr;function Kr(m){return bt(m.kind)}e.isStatementButNotDeclaration=Kr;function Nr(m){var re=m.kind;return bt(re)||lt(re)||sn(m)}e.isStatement=Nr;function sn(m){return m.kind!==235||m.parent!==void 0&&(m.parent.kind===252||m.parent.kind===292)?!1:!e.isFunctionBlock(m)}function ci(m){var re=m.kind;return bt(re)||lt(re)||re===235}e.isStatementOrBlock=ci;function Qn(m){var re=m.kind;return re===277||re===161||re===79}e.isModuleReference=Qn;function wi(m){var re=m.kind;return re===108||re===79||re===206}e.isJsxTagNameExpression=wi;function Aa(m){var re=m.kind;return re===278||re===288||re===279||re===11||re===282}e.isJsxChild=Aa;function oa(m){var re=m.kind;return re===285||re===287}e.isJsxAttributeLike=oa;function ka(m){var re=m.kind;return re===10||re===288}e.isStringLiteralOrJsxExpression=ka;function Bi(m){var re=m.kind;return re===280||re===279}e.isJsxOpeningLikeElement=Bi;function da(m){var re=m.kind;return re===289||re===290}e.isCaseOrDefaultClause=da;function ti(m){return m.kind>=309&&m.kind<=347}e.isJSDocNode=ti;function Ha(m){return m.kind===320||m.kind===319||m.kind===321||or(m)||zn(m)||e.isJSDocTypeLiteral(m)||e.isJSDocSignature(m)}e.isJSDocCommentContainingNode=Ha;function zn(m){return m.kind>=327&&m.kind<=347}e.isJSDocTag=zn;function sa(m){return m.kind===173}e.isSetAccessor=sa;function qi(m){return m.kind===172}e.isGetAccessor=qi;function ta(m){var re=m.jsDoc;return!!re&&re.length>0}e.hasJSDocNodes=ta;function va(m){return!!m.type}e.hasType=va;function l(m){return!!m.initializer}e.hasInitializer=l;function F(m){switch(m.kind){case 254:case 164:case 203:case 167:case 296:case 299:return!0;default:return!1}}e.hasOnlyExpressionInitializer=F;function _e(m){return m.kind===285||m.kind===287||tn(m)}e.isObjectLiteralElement=_e;function Ge(m){return m.kind===178||m.kind===228}e.isTypeReferenceType=Ge;var Bt=1073741823;function tr(m){for(var re=Bt,qt=0,P=m;qt<P.length;qt++){var fn=P[qt];if(!!fn.length){for(var vn=0;vn<fn.length&&vn<re&&e.isWhiteSpaceLike(fn.charCodeAt(vn));vn++);if(vn<re&&(re=vn),re===0)return 0}}return re===Bt?void 0:re}e.guessIndentation=tr;function sr(m){return m.kind===10||m.kind===14}e.isStringLiteralLike=sr;function or(m){return m.kind===324||m.kind===325||m.kind===326}e.isJSDocLinkLike=or;function Hr(m){var re=e.lastOrUndefined(m.parameters);return!!re&&gr(re)}e.hasRestParameter=Hr;function gr(m){var re=e.isJSDocParameterTag(m)?m.typeExpression&&m.typeExpression.type:m.type;return m.dotDotDotToken!==void 0||!!re&&re.kind===318}e.isRestParameter=gr})(Qt||(Qt={}));var Qt;(function(e){e.resolvingEmptyArray=[],e.externalHelpersModuleNameText="tslib",e.defaultMaximumTruncationLength=160,e.noTruncationMaximumTruncationLength=1e6;function t(n,s){var T=n.declarations;if(T)for(var O=0,ue=T;O<ue.length;O++){var tt=ue[O];if(tt.kind===s)return tt}}e.getDeclarationOfKind=t;function a(n,s){return e.filter(n.declarations||e.emptyArray,function(T){return T.kind===s})}e.getDeclarationsOfKind=a;function _(n){var s=new e.Map;if(n)for(var T=0,O=n;T<O.length;T++){var ue=O[T];s.set(ue.escapedName,ue)}return s}e.createSymbolTable=_;function d(n){return(n.flags&33554432)!==0}e.isTransientSymbol=d;var x=$();function $(){var n="",s=function(T){return n+=T};return{getText:function(){return n},write:s,rawWrite:s,writeKeyword:s,writeOperator:s,writePunctuation:s,writeSpace:s,writeStringLiteral:s,writeLiteral:s,writeParameter:s,writeProperty:s,writeSymbol:function(T,O){return s(T)},writeTrailingSemicolon:s,writeComment:s,getTextPos:function(){return n.length},getLine:function(){return 0},getColumn:function(){return 0},getIndent:function(){return 0},isAtStartOfLine:function(){return!1},hasTrailingComment:function(){return!1},hasTrailingWhitespace:function(){return!!n.length&&e.isWhiteSpaceLike(n.charCodeAt(n.length-1))},writeLine:function(){return n+=" "},increaseIndent:e.noop,decreaseIndent:e.noop,clear:function(){return n=""},trackSymbol:function(){return!1},reportInaccessibleThisError:e.noop,reportInaccessibleUniqueSymbolError:e.noop,reportPrivateInBaseOfClassExpression:e.noop}}function Y(n,s){return n.configFilePath!==s.configFilePath||w(n,s)}e.changesAffectModuleResolution=Y;function w(n,s){return qe(n,s,e.moduleResolutionOptionDeclarations)}e.optionsHaveModuleResolutionChanges=w;function K(n,s){return qe(n,s,e.optionsAffectingProgramStructure)}e.changesAffectingProgramStructure=K;function qe(n,s,T){return n!==s&&T.some(function(O){return!yf(uf(n,O),uf(s,O))})}e.optionsHaveChanges=qe;function ye(n,s){for(;;){var T=s(n);if(T==="quit")return;if(T!==void 0)return T;if(e.isSourceFile(n))return;n=n.parent}}e.forEachAncestor=ye;function ne(n,s){for(var T=n.entries(),O=T.next();!O.done;O=T.next()){var ue=O.value,tt=ue[0],pt=ue[1],Lt=s(pt,tt);if(Lt)return Lt}}e.forEachEntry=ne;function U(n,s){for(var T=n.keys(),O=T.next();!O.done;O=T.next()){var ue=s(O.value);if(ue)return ue}}e.forEachKey=U;function We(n,s){n.forEach(function(T,O){s.set(O,T)})}e.copyEntries=We;function f(n){var s=x.getText();try{return n(x),x.getText()}finally{x.clear(),x.writeKeyword(s)}}e.usingSingleLineStringWriter=f;function v(n){return n.end-n.pos}e.getFullWidth=v;function le(n,s,T){return n&&n.resolvedModules&&n.resolvedModules.get(s,T)}e.getResolvedModule=le;function he(n,s,T,O){n.resolvedModules||(n.resolvedModules=e.createModeAwareCache()),n.resolvedModules.set(s,O,T)}e.setResolvedModule=he;function je(n,s,T){n.resolvedTypeReferenceDirectiveNames||(n.resolvedTypeReferenceDirectiveNames=e.createModeAwareCache()),n.resolvedTypeReferenceDirectiveNames.set(s,void 0,T)}e.setResolvedTypeReferenceDirective=je;function A(n,s){return n.path===s.path&&!n.prepend==!s.prepend&&!n.circular==!s.circular}e.projectReferenceIsEqualTo=A;function xe(n,s){return n.isExternalLibraryImport===s.isExternalLibraryImport&&n.extension===s.extension&&n.resolvedFileName===s.resolvedFileName&&n.originalPath===s.originalPath&&Q(n.packageId,s.packageId)}e.moduleResolutionIsEqualTo=xe;function Q(n,s){return n===s||!!n&&!!s&&n.name===s.name&&n.subModuleName===s.subModuleName&&n.version===s.version}function Ct(n){var s=n.name,T=n.subModuleName;return T?"".concat(s,"/").concat(T):s}e.packageIdToPackageName=Ct;function ft(n){return"".concat(Ct(n),"@").concat(n.version)}e.packageIdToString=ft;function Jt(n,s){return n.resolvedFileName===s.resolvedFileName&&n.primary===s.primary&&n.originalPath===s.originalPath}e.typeDirectiveIsEqualTo=Jt;function ke(n,s,T,O,ue){e.Debug.assert(n.length===s.length);for(var tt=0;tt<n.length;tt++){var pt=s[tt],Lt=n[tt],ir=e.isString(Lt)?Lt:Lt.fileName.toLowerCase(),Zt=e.isString(Lt)?O&&e.getModeForResolutionAtIndex(O,tt):e.getModeForFileReference(Lt,O==null?void 0:O.impliedNodeFormat),Vr=T&&T.get(ir,Zt),dn=Vr?!pt||!ue(Vr,pt):pt;if(dn)return!0}return!1}e.hasChangesInResolutions=ke;function Qe(n){return be(n),(n.flags&524288)!==0}e.containsParseError=Qe;function be(n){if(!(n.flags&1048576)){var s=(n.flags&131072)!==0||e.forEachChild(n,Qe);s&&(n.flags|=524288),n.flags|=1048576}}function Ie(n){for(;n&&n.kind!==305;)n=n.parent;return n}e.getSourceFileOfNode=Ie;function q(n){return Ie(n.valueDeclaration||W(n))}e.getSourceFileOfModule=q;function ve(n,s){return!!n&&(n.scriptKind===1||n.scriptKind===2)&&!n.checkJsDirective&&s===void 0}e.isPlainJsFile=ve;function st(n){switch(n.kind){case 235:case 263:case 242:case 243:case 244:return!0}return!1}e.isStatementWithLocals=st;function we(n,s){return e.Debug.assert(n>=0),e.getLineStarts(s)[n]}e.getStartPositionOfLine=we;function Me(n){var s=Ie(n),T=e.getLineAndCharacterOfPosition(s,n.pos);return"".concat(s.fileName,"(").concat(T.line+1,",").concat(T.character+1,")")}e.nodePosToString=Me;function Tt(n,s){e.Debug.assert(n>=0);var T=e.getLineStarts(s),O=n,ue=s.text;if(O+1===T.length)return ue.length-1;var tt=T[O],pt=T[O+1]-1;for(e.Debug.assert(e.isLineBreak(ue.charCodeAt(pt)));tt<=pt&&e.isLineBreak(ue.charCodeAt(pt));)pt--;return pt}e.getEndLinePosition=Tt;function ze(n,s,T){return!(T&&T(s))&&!n.identifiers.has(s)}e.isFileLevelUniqueName=ze;function rt(n){return n===void 0?!0:n.pos===n.end&&n.pos>=0&&n.kind!==1}e.nodeIsMissing=rt;function Pt(n){return!rt(n)}e.nodeIsPresent=Pt;function Ot(n,s,T){if(s===void 0||s.length===0)return n;for(var O=0;O<n.length&&T(n[O]);++O);return n.splice.apply(n,Cn([O,0],s,!1)),n}function Yt(n,s,T){if(s===void 0)return n;for(var O=0;O<n.length&&T(n[O]);++O);return n.splice(O,0,s),n}function oe(n){return jn(n)||!!(Ve(n)&1048576)}function y(n,s){return Ot(n,s,jn)}e.insertStatementsAfterStandardPrologue=y;function g(n,s){return Ot(n,s,oe)}e.insertStatementsAfterCustomPrologue=g;function D(n,s){return Yt(n,s,jn)}e.insertStatementAfterStandardPrologue=D;function G(n,s){return Yt(n,s,oe)}e.insertStatementAfterCustomPrologue=G;function ee(n,s,T){if(n.charCodeAt(s+1)===47&&s+2<T&&n.charCodeAt(s+2)===47){var O=n.substring(s,T);return!!(e.fullTripleSlashReferencePathRegEx.test(O)||e.fullTripleSlashAMDReferencePathRegEx.test(O)||ai.test(O)||yi.test(O))}return!1}e.isRecognizedTripleSlashComment=ee;function V(n,s){return n.charCodeAt(s+1)===42&&n.charCodeAt(s+2)===33}e.isPinnedComment=V;function Ye(n,s){var T=new e.Map(s.map(function(pt){return["".concat(e.getLineAndCharacterOfPosition(n,pt.range.end).line),pt]})),O=new e.Map;return{getUnusedExpectations:ue,markUsed:tt};function ue(){return e.arrayFrom(T.entries()).filter(function(pt){var Lt=pt[0],ir=pt[1];return ir.type===0&&!O.get(Lt)}).map(function(pt){var Lt=pt[0],ir=pt[1];return ir})}function tt(pt){return T.has("".concat(pt))?(O.set("".concat(pt),!0),!0):!1}}e.createCommentDirectivesMap=Ye;function at(n,s,T){return rt(n)?n.pos:e.isJSDocNode(n)||n.kind===11?e.skipTrivia((s||Ie(n)).text,n.pos,!1,!0):T&&e.hasJSDocNodes(n)?at(n.jsDoc[0],s):n.kind===348&&n._children.length>0?at(n._children[0],s,T):e.skipTrivia((s||Ie(n)).text,n.pos,!1,!1,Kr(n))}e.getTokenPosOfNode=at;function Le(n,s){var T=!rt(n)&&e.canHaveModifiers(n)?e.findLast(n.modifiers,e.isDecorator):void 0;return T?e.skipTrivia((s||Ie(n)).text,T.end):at(n,s)}e.getNonDecoratorTokenPosOfNode=Le;function Ne(n,s,T){return T===void 0&&(T=!1),X(n.text,s,T)}e.getSourceTextOfNodeFromSourceFile=Ne;function B(n){return!!e.findAncestor(n,e.isJSDocTypeExpression)}function mt(n){return!!(e.isExportDeclaration(n)&&n.exportClause&&e.isNamespaceExport(n.exportClause)&&n.exportClause.name.escapedText==="default")}e.isExportNamespaceAsDefaultDeclaration=mt;function X(n,s,T){if(T===void 0&&(T=!1),rt(s))return"";var O=n.substring(T?s.pos:e.skipTrivia(n,s.pos),s.end);return B(s)&&(O=O.split(/\r\n|\n|\r/).map(function(ue){return e.trimStringStart(ue.replace(/^\s*\*/,""))}).join(`
|
|
13
|
+
`)),O}e.getTextOfNodeFromSourceText=X;function ce(n,s){return s===void 0&&(s=!1),Ne(Ie(n),n,s)}e.getTextOfNode=ce;function Fe(n){return n.pos}function Ue(n,s){return e.binarySearch(n,s,Fe,e.compareValues)}e.indexOfNode=Ue;function Ve(n){var s=n.emitNode;return s&&s.flags||0}e.getEmitFlags=Ve;function ut(){return{es2015:{Array:["find","findIndex","fill","copyWithin","entries","keys","values"],RegExp:["flags","sticky","unicode"],Reflect:["apply","construct","defineProperty","deleteProperty","get"," getOwnPropertyDescriptor","getPrototypeOf","has","isExtensible","ownKeys","preventExtensions","set","setPrototypeOf"],ArrayConstructor:["from","of"],ObjectConstructor:["assign","getOwnPropertySymbols","keys","is","setPrototypeOf"],NumberConstructor:["isFinite","isInteger","isNaN","isSafeInteger","parseFloat","parseInt"],Math:["clz32","imul","sign","log10","log2","log1p","expm1","cosh","sinh","tanh","acosh","asinh","atanh","hypot","trunc","fround","cbrt"],Map:["entries","keys","values"],Set:["entries","keys","values"],Promise:e.emptyArray,PromiseConstructor:["all","race","reject","resolve"],Symbol:["for","keyFor"],WeakMap:["entries","keys","values"],WeakSet:["entries","keys","values"],Iterator:e.emptyArray,AsyncIterator:e.emptyArray,String:["codePointAt","includes","endsWith","normalize","repeat","startsWith","anchor","big","blink","bold","fixed","fontcolor","fontsize","italics","link","small","strike","sub","sup"],StringConstructor:["fromCodePoint","raw"]},es2016:{Array:["includes"]},es2017:{Atomics:e.emptyArray,SharedArrayBuffer:e.emptyArray,String:["padStart","padEnd"],ObjectConstructor:["values","entries","getOwnPropertyDescriptors"],DateTimeFormat:["formatToParts"]},es2018:{Promise:["finally"],RegExpMatchArray:["groups"],RegExpExecArray:["groups"],RegExp:["dotAll"],Intl:["PluralRules"],AsyncIterable:e.emptyArray,AsyncIterableIterator:e.emptyArray,AsyncGenerator:e.emptyArray,AsyncGeneratorFunction:e.emptyArray,NumberFormat:["formatToParts"]},es2019:{Array:["flat","flatMap"],ObjectConstructor:["fromEntries"],String:["trimStart","trimEnd","trimLeft","trimRight"],Symbol:["description"]},es2020:{BigInt:e.emptyArray,BigInt64Array:e.emptyArray,BigUint64Array:e.emptyArray,PromiseConstructor:["allSettled"],SymbolConstructor:["matchAll"],String:["matchAll"],DataView:["setBigInt64","setBigUint64","getBigInt64","getBigUint64"],RelativeTimeFormat:["format","formatToParts","resolvedOptions"]},es2021:{PromiseConstructor:["any"],String:["replaceAll"]},es2022:{Array:["at"],String:["at"],Int8Array:["at"],Uint8Array:["at"],Uint8ClampedArray:["at"],Int16Array:["at"],Uint16Array:["at"],Int32Array:["at"],Uint32Array:["at"],Float32Array:["at"],Float64Array:["at"],BigInt64Array:["at"],BigUint64Array:["at"],ObjectConstructor:["hasOwn"],Error:["cause"]}}}e.getScriptTargetFeatures=ut;var ht;(function(n){n[n.None=0]="None",n[n.NeverAsciiEscape=1]="NeverAsciiEscape",n[n.JsxAttributeEscape=2]="JsxAttributeEscape",n[n.TerminateUnterminatedLiterals=4]="TerminateUnterminatedLiterals",n[n.AllowNumericSeparator=8]="AllowNumericSeparator"})(ht=e.GetLiteralTextFlags||(e.GetLiteralTextFlags={}));function St(n,s,T){var O;if(s&&Z(n,T))return Ne(s,n);switch(n.kind){case 10:{var ue=T&2?Vc:T&1||Ve(n)&16777216?xs:Ss;return n.singleQuote?"'"+ue(n.text,39)+"'":'"'+ue(n.text,34)+'"'}case 14:case 15:case 16:case 17:{var ue=T&1||Ve(n)&16777216?xs:Ss,tt=(O=n.rawText)!==null&&O!==void 0?O:co(ue(n.text,96));switch(n.kind){case 14:return"`"+tt+"`";case 15:return"`"+tt+"${";case 16:return"}"+tt+"${";case 17:return"}"+tt+"`"}break}case 8:case 9:return n.text;case 13:return T&4&&n.isUnterminated?n.text+(n.text.charCodeAt(n.text.length-1)===92?" /":"/"):n.text}return e.Debug.fail("Literal kind '".concat(n.kind,"' not accounted for."))}e.getLiteralText=St;function Z(n,s){return Wo(n)||!n.parent||s&4&&n.isUnterminated?!1:e.isNumericLiteral(n)&&n.numericLiteralFlags&512?!!(s&8):!e.isBigIntLiteral(n)}function fe(n){return e.isString(n)?'"'+Ss(n)+'"':""+n}e.getTextOfConstantValue=fe;function nt(n){return e.getBaseFileName(n).replace(/^(\d)/,"_$1").replace(/\W/g,"_")}e.makeIdentifierFromModuleName=nt;function dt(n){return(e.getCombinedNodeFlags(n)&3)!==0||Ft(n)}e.isBlockOrCatchScoped=dt;function Ft(n){var s=Ko(n);return s.kind===254&&s.parent.kind===292}e.isCatchClauseVariableDeclarationOrBindingElement=Ft;function Mt(n){return e.isModuleDeclaration(n)&&(n.name.kind===10||Ke(n))}e.isAmbientModule=Mt;function fr(n){return e.isModuleDeclaration(n)&&n.name.kind===10}e.isModuleWithStringLiteralName=fr;function Ce(n){return e.isModuleDeclaration(n)&&e.isStringLiteral(n.name)}e.isNonGlobalAmbientModule=Ce;function L(n){return e.isModuleDeclaration(n)||e.isIdentifier(n)}e.isEffectiveModuleDeclaration=L;function r(n){return Er(n.valueDeclaration)}e.isShorthandAmbientModuleSymbol=r;function Er(n){return!!n&&n.kind===261&&!n.body}function Ir(n){return n.kind===305||n.kind===261||e.isFunctionLikeOrClassStaticBlockDeclaration(n)}e.isBlockScopedContainerTopLevel=Ir;function Ke(n){return!!(n.flags&1024)}e.isGlobalScopeAugmentation=Ke;function se(n){return Mt(n)&&k(n)}e.isExternalModuleAugmentation=se;function k(n){switch(n.parent.kind){case 305:return e.isExternalModule(n.parent);case 262:return Mt(n.parent.parent)&&e.isSourceFile(n.parent.parent.parent)&&!e.isExternalModule(n.parent.parent.parent)}return!1}e.isModuleAugmentationExternal=k;function W(n){var s;return(s=n.declarations)===null||s===void 0?void 0:s.find(function(T){return!se(T)&&!(e.isModuleDeclaration(T)&&Ke(T))})}e.getNonAugmentationDeclaration=W;function me(n){return n===e.ModuleKind.CommonJS||n===e.ModuleKind.Node16||n===e.ModuleKind.NodeNext}function Et(n,s){return e.isExternalModule(n)||s.isolatedModules||me(kt(s))&&!!n.commonJsModuleIndicator}e.isEffectiveExternalModule=Et;function _t(n,s){switch(n.scriptKind){case 1:case 3:case 2:case 4:break;default:return!1}return n.isDeclarationFile?!1:h_(s,"alwaysStrict")||e.startsWithUseStrict(n.statements)?!0:e.isExternalModule(n)||s.isolatedModules?kt(s)>=e.ModuleKind.ES2015?!0:!s.noImplicitUseStrict:!1}e.isEffectiveStrictModeSourceFile=_t;function Xt(n,s){switch(n.kind){case 305:case 263:case 292:case 261:case 242:case 243:case 244:case 171:case 169:case 172:case 173:case 256:case 213:case 214:case 167:case 170:return!0;case 235:return!e.isFunctionLikeOrClassStaticBlockDeclaration(s)}return!1}e.isBlockScope=Xt;function $t(n){switch(n.kind){case 338:case 345:case 323:return!0;default:return e.assertType(n),nr(n)}}e.isDeclarationWithTypeParameters=$t;function nr(n){switch(n.kind){case 174:case 175:case 168:case 176:case 179:case 180:case 317:case 257:case 226:case 258:case 259:case 344:case 256:case 169:case 171:case 172:case 173:case 213:case 214:return!0;default:return e.assertType(n),!1}}e.isDeclarationWithTypeParameterChildren=nr;function vr(n){switch(n.kind){case 266:case 265:return!0;default:return!1}}e.isAnyImportSyntax=vr;function Sr(n){return vr(n)||Qn(n)}e.isAnyImportOrBareOrAccessedRequire=Sr;function Wt(n){switch(n.kind){case 266:case 265:case 237:case 257:case 256:case 261:case 259:case 258:case 260:return!0;default:return!1}}e.isLateVisibilityPaintedStatement=Wt;function zt(n){return ur(n)||e.isModuleDeclaration(n)||e.isImportTypeNode(n)||qn(n)}e.hasPossibleExternalModuleReference=zt;function ur(n){return vr(n)||e.isExportDeclaration(n)}e.isAnyImportOrReExport=ur;function Cr(n){return e.findAncestor(n.parent,function(s){return Xt(s,s.parent)})}e.getEnclosingBlockScopeContainer=Cr;function wr(n,s){for(var T=Cr(n);T;)s(T),T=Cr(T)}e.forEachEnclosingBlockScopeContainer=wr;function Qr(n){return!n||v(n)===0?"(Missing)":ce(n)}e.declarationNameToString=Qr;function xn(n){return n.declaration?Qr(n.declaration.parameters[0].name):void 0}e.getNameFromIndexInfo=xn;function un(n){return n.kind===162&&!_o(n.expression)}e.isComputedNonLiteralName=un;function An(n){switch(n.kind){case 79:case 80:return n.escapedText;case 10:case 8:case 14:return e.escapeLeadingUnderscores(n.text);case 162:return _o(n.expression)?e.escapeLeadingUnderscores(n.expression.text):void 0;default:return e.Debug.assertNever(n)}}e.tryGetTextOfPropertyName=An;function Nn(n){return e.Debug.checkDefined(An(n))}e.getTextOfPropertyName=Nn;function On(n){switch(n.kind){case 108:return"this";case 80:case 79:return v(n)===0?e.idText(n):ce(n);case 161:return On(n.left)+"."+On(n.right);case 206:return e.isIdentifier(n.name)||e.isPrivateIdentifier(n.name)?On(n.expression)+"."+On(n.name):e.Debug.assertNever(n.name);case 311:return On(n.left)+On(n.right);default:return e.Debug.assertNever(n)}}e.entityNameToString=On;function si(n,s,T,O,ue,tt){var pt=Ie(n);return Vn(pt,n,s,T,O,ue,tt)}e.createDiagnosticForNode=si;function _i(n,s,T,O,ue,tt,pt){var Lt=e.skipTrivia(n.text,s.pos);return to(n,Lt,s.end-Lt,T,O,ue,tt,pt)}e.createDiagnosticForNodeArray=_i;function Vn(n,s,T,O,ue,tt,pt){var Lt=Wn(n,s);return to(n,Lt.start,Lt.length,T,O,ue,tt,pt)}e.createDiagnosticForNodeInSourceFile=Vn;function Fi(n,s,T){var O=Ie(n),ue=Wn(O,n);return Sn(O,ue.start,ue.length,s,T)}e.createDiagnosticForNodeFromMessageChain=Fi;function Jn(n,s,T){e.Debug.assertGreaterThanOrEqual(s,0),e.Debug.assertGreaterThanOrEqual(T,0),n&&(e.Debug.assertLessThanOrEqual(s,n.text.length),e.Debug.assertLessThanOrEqual(s+T,n.text.length))}function Sn(n,s,T,O,ue){return Jn(n,s,T),{file:n,start:s,length:T,code:O.code,category:O.category,messageText:O.next?O:O.messageText,relatedInformation:ue}}e.createFileDiagnosticFromMessageChain=Sn;function ei(n,s,T){return{file:n,start:0,length:0,code:s.code,category:s.category,messageText:s.next?s:s.messageText,relatedInformation:T}}e.createDiagnosticForFileFromMessageChain=ei;function Ni(n){return typeof n.messageText=="string"?{code:n.code,category:n.category,messageText:n.messageText,next:n.next}:n.messageText}e.createDiagnosticMessageChainFromDiagnostic=Ni;function di(n,s,T){return{file:n,start:s.pos,length:s.end-s.pos,code:T.code,category:T.category,messageText:T.message}}e.createDiagnosticForRange=di;function Fn(n,s){var T=e.createScanner(n.languageVersion,!0,n.languageVariant,n.text,void 0,s);T.scan();var O=T.getTokenPos();return e.createTextSpanFromBounds(O,T.getTextPos())}e.getSpanOfTokenAtPosition=Fn;function br(n,s){var T=e.skipTrivia(n.text,s.pos);if(s.body&&s.body.kind===235){var O=e.getLineAndCharacterOfPosition(n,s.body.pos).line,ue=e.getLineAndCharacterOfPosition(n,s.body.end).line;if(O<ue)return e.createTextSpan(T,Tt(O,n)-T+1)}return e.createTextSpanFromBounds(T,s.end)}function Wn(n,s){var T=s;switch(s.kind){case 305:var O=e.skipTrivia(n.text,0,!1);return O===n.text.length?e.createTextSpan(0,0):Fn(n,O);case 254:case 203:case 257:case 226:case 258:case 261:case 260:case 299:case 256:case 213:case 169:case 172:case 173:case 259:case 167:case 166:case 268:T=s.name;break;case 214:return br(n,s);case 289:case 290:var ue=e.skipTrivia(n.text,s.pos),tt=s.statements.length>0?s.statements[0].pos:s.end;return e.createTextSpanFromBounds(ue,tt)}if(T===void 0)return Fn(n,s.pos);e.Debug.assert(!e.isJSDoc(T));var pt=rt(T),Lt=pt||e.isJsxText(s)?T.pos:e.skipTrivia(n.text,T.pos);return pt?(e.Debug.assert(Lt===T.pos,"This failure could trigger https://github.com/Microsoft/TypeScript/issues/20809"),e.Debug.assert(Lt===T.end,"This failure could trigger https://github.com/Microsoft/TypeScript/issues/20809")):(e.Debug.assert(Lt>=T.pos,"This failure could trigger https://github.com/Microsoft/TypeScript/issues/20809"),e.Debug.assert(Lt<=T.end,"This failure could trigger https://github.com/Microsoft/TypeScript/issues/20809")),e.createTextSpanFromBounds(Lt,T.end)}e.getErrorSpanForNode=Wn;function Xr(n){return(n.externalModuleIndicator||n.commonJsModuleIndicator)!==void 0}e.isExternalOrCommonJsModule=Xr;function Hn(n){return n.scriptKind===6}e.isJsonSourceFile=Hn;function Oi(n){return!!(e.getCombinedModifierFlags(n)&2048)}e.isEnumConst=Oi;function Be(n){return!!(e.getCombinedModifierFlags(n)&64&&!e.isParameterPropertyDeclaration(n,n.parent))}e.isDeclarationReadonly=Be;function qr(n){return!!(e.getCombinedNodeFlags(n)&2)}e.isVarConst=qr;function I(n){return!!(e.getCombinedNodeFlags(n)&1)}e.isLet=I;function mi(n){return n.kind===208&&n.expression.kind===106}e.isSuperCall=mi;function qn(n){return n.kind===208&&n.expression.kind===100}e.isImportCall=qn;function gt(n){return e.isMetaProperty(n)&&n.keywordToken===100&&n.name.escapedText==="meta"}e.isImportMeta=gt;function Yr(n){return e.isImportTypeNode(n)&&e.isLiteralTypeNode(n.argument)&&e.isStringLiteral(n.argument.literal)}e.isLiteralImportTypeNode=Yr;function jn(n){return n.kind===238&&n.expression.kind===10}e.isPrologueDirective=jn;function gi(n){return!!(Ve(n)&1048576)}e.isCustomPrologue=gi;function xi(n){return gi(n)&&e.isFunctionDeclaration(n)}e.isHoistedFunction=xi;function ii(n){return e.isIdentifier(n.name)&&!n.initializer}function Mi(n){return gi(n)&&e.isVariableStatement(n)&&e.every(n.declarationList.declarations,ii)}e.isHoistedVariableStatement=Mi;function gn(n,s){return n.kind!==11?e.getLeadingCommentRanges(s.text,n.pos):void 0}e.getLeadingCommentRangesOfNode=gn;function Si(n,s){var T=n.kind===164||n.kind===163||n.kind===213||n.kind===214||n.kind===212||n.kind===254||n.kind===275?e.concatenate(e.getTrailingCommentRanges(s,n.pos),e.getLeadingCommentRanges(s,n.pos)):e.getLeadingCommentRanges(s,n.pos);return e.filter(T,function(O){return s.charCodeAt(O.pos+1)===42&&s.charCodeAt(O.pos+2)===42&&s.charCodeAt(O.pos+3)!==47})}e.getJSDocCommentRanges=Si,e.fullTripleSlashReferencePathRegEx=/^(\/\/\/\s*<reference\s+path\s*=\s*)(('[^']*')|("[^"]*")).*?\/>/;var ai=/^(\/\/\/\s*<reference\s+types\s*=\s*)(('[^']*')|("[^"]*")).*?\/>/;e.fullTripleSlashAMDReferencePathRegEx=/^(\/\/\/\s*<amd-dependency\s+path\s*=\s*)(('[^']*')|("[^"]*")).*?\/>/;var yi=/^(\/\/\/\s*<reference\s+no-default-lib\s*=\s*)(('[^']*')|("[^"]*"))\s*\/>/;function Bn(n){if(177<=n.kind&&n.kind<=200)return!0;switch(n.kind){case 130:case 155:case 147:case 158:case 150:case 133:case 151:case 148:case 153:case 143:return!0;case 114:return n.parent.kind!==217;case 228:return e.isHeritageClause(n.parent)&&!fc(n);case 163:return n.parent.kind===195||n.parent.kind===190;case 79:(n.parent.kind===161&&n.parent.right===n||n.parent.kind===206&&n.parent.name===n)&&(n=n.parent),e.Debug.assert(n.kind===79||n.kind===161||n.kind===206,"'node' was expected to be a qualified name, identifier or property access in 'isPartOfTypeNode'.");case 161:case 206:case 108:{var s=n.parent;if(s.kind===181)return!1;if(s.kind===200)return!s.isTypeOf;if(177<=s.kind&&s.kind<=200)return!0;switch(s.kind){case 228:return e.isHeritageClause(s.parent)&&!fc(s);case 163:return n===s.constraint;case 344:return n===s.constraint;case 167:case 166:case 164:case 254:return n===s.type;case 256:case 213:case 214:case 171:case 169:case 168:case 172:case 173:return n===s.type;case 174:case 175:case 176:return n===s.type;case 211:return n===s.type;case 208:case 209:return e.contains(s.typeArguments,n);case 210:return!1}}}return!1}e.isPartOfTypeNode=Bn;function mr(n,s){for(;n;){if(n.kind===s)return!0;n=n.parent}return!1}e.isChildOfNodeWithKind=mr;function et(n,s){return T(n);function T(O){switch(O.kind){case 247:return s(O);case 263:case 235:case 239:case 240:case 241:case 242:case 243:case 244:case 248:case 249:case 289:case 290:case 250:case 252:case 292:return e.forEachChild(O,T)}}}e.forEachReturnStatement=et;function It(n,s){return T(n);function T(O){switch(O.kind){case 224:s(O);var ue=O.expression;ue&&T(ue);return;case 260:case 258:case 261:case 259:return;default:if(e.isFunctionLike(O)){if(O.name&&O.name.kind===162){T(O.name.expression);return}}else Bn(O)||e.forEachChild(O,T)}}}e.forEachYieldExpression=It;function ot(n){return n&&n.kind===183?n.elementType:n&&n.kind===178?e.singleOrUndefined(n.typeArguments):void 0}e.getRestParameterElementType=ot;function Te(n){switch(n.kind){case 258:case 257:case 226:case 182:return n.members;case 205:return n.properties}}e.getMembersOfDeclaration=Te;function Fr(n){if(n)switch(n.kind){case 203:case 299:case 164:case 296:case 167:case 166:case 297:case 254:return!0}return!1}e.isVariableLike=Fr;function zr(n){return Fr(n)||e.isAccessor(n)}e.isVariableLikeOrAccessor=zr;function Lr(n){return n.parent.kind===255&&n.parent.parent.kind===237}e.isVariableDeclarationInVariableStatement=Lr;function Se(n){return bt(n)?e.isObjectLiteralExpression(n.parent)&&e.isBinaryExpression(n.parent.parent)&&tr(n.parent.parent)===2||Pe(n.parent):!1}e.isCommonJsExportedExpression=Se;function Pe(n){return bt(n)?e.isBinaryExpression(n)&&tr(n)===1:!1}e.isCommonJsExportPropertyAssignment=Pe;function $e(n){return(e.isVariableDeclaration(n)?qr(n)&&e.isIdentifier(n.name)&&Lr(n):e.isPropertyDeclaration(n)?i_(n)&&Ps(n):e.isPropertySignature(n)&&i_(n))||Pe(n)}e.isValidESSymbolDeclaration=$e;function Ze(n){switch(n.kind){case 169:case 168:case 171:case 172:case 173:case 256:case 213:return!0}return!1}e.introducesArgumentsExoticObject=Ze;function it(n,s){for(;;){if(s&&s(n),n.statement.kind!==250)return n.statement;n=n.statement}}e.unwrapInnermostStatementOfLabel=it;function wt(n){return n&&n.kind===235&&e.isFunctionLike(n.parent)}e.isFunctionBlock=wt;function ar(n){return n&&n.kind===169&&n.parent.kind===205}e.isObjectLiteralMethod=ar;function yr(n){return(n.kind===169||n.kind===172||n.kind===173)&&(n.parent.kind===205||n.parent.kind===226)}e.isObjectLiteralOrClassExpressionMethodOrAccessor=yr;function tn(n){return n&&n.kind===1}e.isIdentifierTypePredicate=tn;function Rr(n){return n&&n.kind===0}e.isThisTypePredicate=Rr;function Jr(n,s,T){return n.properties.filter(function(O){if(O.kind===296){var ue=An(O.name);return s===ue||!!T&&T===ue}return!1})}e.getPropertyAssignment=Jr;function dr(n,s,T){return e.firstDefined(Jr(n,s),function(O){return e.isArrayLiteralExpression(O.initializer)?e.find(O.initializer.elements,function(ue){return e.isStringLiteral(ue)&&ue.text===T}):void 0})}e.getPropertyArrayElementValue=dr;function hn(n){if(n&&n.statements.length){var s=n.statements[0].expression;return e.tryCast(s,e.isObjectLiteralExpression)}}e.getTsConfigObjectLiteralExpression=hn;function Ur(n,s,T){return e.firstDefined(Tr(n,s),function(O){return e.isArrayLiteralExpression(O.initializer)?e.find(O.initializer.elements,function(ue){return e.isStringLiteral(ue)&&ue.text===T}):void 0})}e.getTsConfigPropArrayElementValue=Ur;function Tr(n,s){var T=hn(n);return T?Jr(T,s):e.emptyArray}e.getTsConfigPropArray=Tr;function pe(n){return e.findAncestor(n.parent,e.isFunctionLike)}e.getContainingFunction=pe;function pn(n){return e.findAncestor(n.parent,e.isFunctionLikeDeclaration)}e.getContainingFunctionDeclaration=pn;function Wr(n){return e.findAncestor(n.parent,e.isClassLike)}e.getContainingClass=Wr;function an(n){return e.findAncestor(n.parent,function(s){return e.isClassLike(s)||e.isFunctionLike(s)?"quit":e.isClassStaticBlockDeclaration(s)})}e.getContainingClassStaticBlock=an;function kn(n){return e.findAncestor(n.parent,e.isFunctionLikeOrClassStaticBlockDeclaration)}e.getContainingFunctionOrClassStaticBlock=kn;function $r(n,s){for(e.Debug.assert(n.kind!==305);;){if(n=n.parent,!n)return e.Debug.fail();switch(n.kind){case 162:if(e.isClassLike(n.parent.parent))return n;n=n.parent;break;case 165:n.parent.kind===164&&e.isClassElement(n.parent.parent)?n=n.parent.parent:e.isClassElement(n.parent)&&(n=n.parent);break;case 214:if(!s)continue;case 256:case 213:case 261:case 170:case 167:case 166:case 169:case 168:case 171:case 172:case 173:case 174:case 175:case 176:case 260:case 305:return n}}}e.getThisContainer=$r;function Zr(n){switch(n.kind){case 214:case 256:case 213:case 167:return!0;case 235:switch(n.parent.kind){case 171:case 169:case 172:case 173:return!0;default:return!1}default:return!1}}e.isThisContainerOrFunctionBlock=Zr;function Ut(n){e.isIdentifier(n)&&(e.isClassDeclaration(n.parent)||e.isFunctionDeclaration(n.parent))&&n.parent.name===n&&(n=n.parent);var s=$r(n,!0);return e.isSourceFile(s)}e.isInTopLevelContext=Ut;function lr(n){var s=$r(n,!1);if(s)switch(s.kind){case 171:case 256:case 213:return s}}e.getNewTargetContainer=lr;function jr(n,s){for(;;){if(n=n.parent,!n)return n;switch(n.kind){case 162:n=n.parent;break;case 256:case 213:case 214:if(!s)continue;case 167:case 166:case 169:case 168:case 171:case 172:case 173:case 170:return n;case 165:n.parent.kind===164&&e.isClassElement(n.parent.parent)?n=n.parent.parent:e.isClassElement(n.parent)&&(n=n.parent);break}}}e.getSuperContainer=jr;function en(n){if(n.kind===213||n.kind===214){for(var s=n,T=n.parent;T.kind===212;)s=T,T=T.parent;if(T.kind===208&&T.expression===s)return T}}e.getImmediatelyInvokedFunctionExpression=en;function Un(n){return n.kind===106||Di(n)}e.isSuperOrSuperProperty=Un;function Di(n){var s=n.kind;return(s===206||s===207)&&n.expression.kind===106}e.isSuperProperty=Di;function hi(n){var s=n.kind;return(s===206||s===207)&&n.expression.kind===108}e.isThisProperty=hi;function Xn(n){var s;return!!n&&e.isVariableDeclaration(n)&&((s=n.initializer)===null||s===void 0?void 0:s.kind)===108}e.isThisInitializedDeclaration=Xn;function Ei(n){return!!n&&(e.isShorthandPropertyAssignment(n)||e.isPropertyAssignment(n))&&e.isBinaryExpression(n.parent.parent)&&n.parent.parent.operatorToken.kind===63&&n.parent.parent.right.kind===108}e.isThisInitializedObjectBindingExpression=Ei;function Ci(n){switch(n.kind){case 178:return n.typeName;case 228:return na(n.expression)?n.expression:void 0;case 79:case 161:return n}}e.getEntityNameFromTypeNode=Ci;function fa(n){switch(n.kind){case 210:return n.tag;case 280:case 279:return n.tagName;default:return n.expression}}e.getInvokedExpression=fa;function ji(n,s,T){if(e.isNamedDeclaration(n)&&e.isPrivateIdentifier(n.name))return!1;switch(n.kind){case 257:return!0;case 167:return s.kind===257;case 172:case 173:case 169:return n.body!==void 0&&s.kind===257;case 164:return s.body!==void 0&&(s.kind===171||s.kind===169||s.kind===173)&&T.kind===257}return!1}e.nodeCanBeDecorated=ji;function Li(n,s,T){return su(n)&&ji(n,s,T)}e.nodeIsDecorated=Li;function vi(n,s,T){return Li(n,s,T)||Vi(n,s)}e.nodeOrChildIsDecorated=vi;function Vi(n,s){switch(n.kind){case 257:return e.some(n.members,function(T){return vi(T,n,s)});case 169:case 173:case 171:return e.some(n.parameters,function(T){return Li(T,n,s)});default:return!1}}e.childIsDecorated=Vi;function Qi(n){if(Li(n))return!0;var s=Y_(n);return!!s&&Vi(s,n)}e.classOrConstructorParameterIsDecorated=Qi;function Yi(n){var s=n.parent;return s.kind===280||s.kind===279||s.kind===281?s.tagName===n:!1}e.isJSXTagName=Yi;function Zi(n){switch(n.kind){case 106:case 104:case 110:case 95:case 13:case 204:case 205:case 206:case 207:case 208:case 209:case 210:case 229:case 211:case 230:case 212:case 213:case 226:case 214:case 217:case 215:case 216:case 219:case 220:case 221:case 222:case 225:case 223:case 227:case 278:case 279:case 282:case 224:case 218:case 231:return!0;case 228:return!e.isHeritageClause(n.parent);case 161:for(;n.parent.kind===161;)n=n.parent;return n.parent.kind===181||e.isJSDocLinkLike(n.parent)||e.isJSDocNameReference(n.parent)||e.isJSDocMemberName(n.parent)||Yi(n);case 311:for(;e.isJSDocMemberName(n.parent);)n=n.parent;return n.parent.kind===181||e.isJSDocLinkLike(n.parent)||e.isJSDocNameReference(n.parent)||e.isJSDocMemberName(n.parent)||Yi(n);case 80:return e.isBinaryExpression(n.parent)&&n.parent.left===n&&n.parent.operatorToken.kind===101;case 79:if(n.parent.kind===181||e.isJSDocLinkLike(n.parent)||e.isJSDocNameReference(n.parent)||e.isJSDocMemberName(n.parent)||Yi(n))return!0;case 8:case 9:case 10:case 14:case 108:return ea(n);default:return!1}}e.isExpressionNode=Zi;function ea(n){var s=n.parent;switch(s.kind){case 254:case 164:case 167:case 166:case 299:case 296:case 203:return s.initializer===n;case 238:case 239:case 240:case 241:case 247:case 248:case 249:case 289:case 251:return s.expression===n;case 242:var T=s;return T.initializer===n&&T.initializer.kind!==255||T.condition===n||T.incrementor===n;case 243:case 244:var O=s;return O.initializer===n&&O.initializer.kind!==255||O.expression===n;case 211:case 229:return n===s.expression;case 233:return n===s.expression;case 162:return n===s.expression;case 165:case 288:case 287:case 298:return!0;case 228:return s.expression===n&&!Bn(s);case 297:return s.objectAssignmentInitializer===n;default:return Zi(s)}}e.isInExpressionContext=ea;function aa(n){for(;n.kind===161||n.kind===79;)n=n.parent;return n.kind===181}e.isPartOfTypeQuery=aa;function b(n){return e.isNamespaceExport(n)&&!!n.parent.moduleSpecifier}e.isNamespaceReexportDeclaration=b;function N(n){return n.kind===265&&n.moduleReference.kind===277}e.isExternalModuleImportEqualsDeclaration=N;function J(n){return e.Debug.assert(N(n)),n.moduleReference.expression}e.getExternalModuleImportEqualsDeclarationExpression=J;function H(n){return Qn(n)&&m_(n.initializer).arguments[0]}e.getExternalModuleRequireArgument=H;function De(n){return n.kind===265&&n.moduleReference.kind!==277}e.isInternalModuleImportEqualsDeclaration=De;function Dt(n){return bt(n)}e.isSourceFileJS=Dt;function lt(n){return!bt(n)}e.isSourceFileNotJS=lt;function bt(n){return!!n&&!!(n.flags&262144)}e.isInJSFile=bt;function er(n){return!!n&&!!(n.flags&67108864)}e.isInJsonFile=er;function pr(n){return!Hn(n)}e.isSourceFileNotJson=pr;function Kr(n){return!!n&&!!(n.flags&8388608)}e.isInJSDoc=Kr;function Nr(n){return e.isTypeReferenceNode(n)&&e.isIdentifier(n.typeName)&&n.typeName.escapedText==="Object"&&n.typeArguments&&n.typeArguments.length===2&&(n.typeArguments[0].kind===150||n.typeArguments[0].kind===147)}e.isJSDocIndexSignature=Nr;function sn(n,s){if(n.kind!==208)return!1;var T=n,O=T.expression,ue=T.arguments;if(O.kind!==79||O.escapedText!=="require"||ue.length!==1)return!1;var tt=ue[0];return!s||e.isStringLiteralLike(tt)}e.isRequireCall=sn;function ci(n){return wi(n,!1)}e.isVariableDeclarationInitializedToRequire=ci;function Qn(n){return wi(n,!0)}e.isVariableDeclarationInitializedToBareOrAccessedRequire=Qn;function wi(n,s){return e.isVariableDeclaration(n)&&!!n.initializer&&sn(s?m_(n.initializer):n.initializer,!0)}function Aa(n){return e.isVariableStatement(n)&&n.declarationList.declarations.length>0&&e.every(n.declarationList.declarations,function(s){return ci(s)})}e.isRequireVariableStatement=Aa;function oa(n){return n===39||n===34}e.isSingleOrDoubleQuote=oa;function ka(n,s){return Ne(s,n).charCodeAt(0)===34}e.isStringDoubleQuoted=ka;function Bi(n){return e.isBinaryExpression(n)||Za(n)||e.isIdentifier(n)||e.isCallExpression(n)}e.isAssignmentDeclaration=Bi;function da(n){return bt(n)&&n.initializer&&e.isBinaryExpression(n.initializer)&&(n.initializer.operatorToken.kind===56||n.initializer.operatorToken.kind===60)&&n.name&&na(n.name)&&l(n.name,n.initializer.left)?n.initializer.right:n.initializer}e.getEffectiveInitializer=da;function ti(n){var s=da(n);return s&&sa(s,Vo(n.name))}e.getDeclaredExpandoInitializer=ti;function Ha(n,s){return e.forEach(n.properties,function(T){return e.isPropertyAssignment(T)&&e.isIdentifier(T.name)&&T.name.escapedText==="value"&&T.initializer&&sa(T.initializer,s)})}function zn(n){if(n&&n.parent&&e.isBinaryExpression(n.parent)&&n.parent.operatorToken.kind===63){var s=Vo(n.parent.left);return sa(n.parent.right,s)||qi(n.parent.left,n.parent.right,s)}if(n&&e.isCallExpression(n)&&sr(n)){var T=Ha(n.arguments[2],n.arguments[1].text==="prototype");if(T)return T}}e.getAssignedExpandoInitializer=zn;function sa(n,s){if(e.isCallExpression(n)){var T=Ht(n.expression);return T.kind===213||T.kind===214?n:void 0}if(n.kind===213||n.kind===226||n.kind===214||e.isObjectLiteralExpression(n)&&(n.properties.length===0||s))return n}e.getExpandoInitializer=sa;function qi(n,s,T){var O=e.isBinaryExpression(s)&&(s.operatorToken.kind===56||s.operatorToken.kind===60)&&sa(s.right,T);if(O&&l(n,s.left))return O}function ta(n){var s=e.isVariableDeclaration(n.parent)?n.parent.name:e.isBinaryExpression(n.parent)&&n.parent.operatorToken.kind===63?n.parent.left:void 0;return s&&sa(n.right,Vo(s))&&na(s)&&l(s,n.left)}e.isDefaultedExpandoInitializer=ta;function va(n){if(e.isBinaryExpression(n.parent)){var s=(n.parent.operatorToken.kind===56||n.parent.operatorToken.kind===60)&&e.isBinaryExpression(n.parent.parent)?n.parent.parent:n.parent;if(s.operatorToken.kind===63&&e.isIdentifier(s.left))return s.left}else if(e.isVariableDeclaration(n.parent))return n.parent.name}e.getNameOfExpando=va;function l(n,s){return M_(n)&&M_(s)?Vs(n)===Vs(s):e.isMemberName(n)&&or(s)&&(s.expression.kind===108||e.isIdentifier(s.expression)&&(s.expression.escapedText==="window"||s.expression.escapedText==="self"||s.expression.escapedText==="global"))?l(n,qt(s)):or(n)&&or(s)?ri(n)===ri(s)&&l(n.expression,s.expression):!1}e.isSameEntityName=l;function F(n){for(;Os(n,!0);)n=n.right;return n}e.getRightMostAssignedExpression=F;function _e(n){return e.isIdentifier(n)&&n.escapedText==="exports"}e.isExportsIdentifier=_e;function Ge(n){return e.isIdentifier(n)&&n.escapedText==="module"}e.isModuleIdentifier=Ge;function Bt(n){return(e.isPropertyAccessExpression(n)||Hr(n))&&Ge(n.expression)&&ri(n)==="exports"}e.isModuleExportsAccessExpression=Bt;function tr(n){var s=P(n);return s===5||bt(n)?s:0}e.getAssignmentDeclarationKind=tr;function sr(n){return e.length(n.arguments)===3&&e.isPropertyAccessExpression(n.expression)&&e.isIdentifier(n.expression.expression)&&e.idText(n.expression.expression)==="Object"&&e.idText(n.expression.name)==="defineProperty"&&_o(n.arguments[1])&&re(n.arguments[0],!0)}e.isBindableObjectDefinePropertyCall=sr;function or(n){return e.isPropertyAccessExpression(n)||Hr(n)}e.isLiteralLikeAccess=or;function Hr(n){return e.isElementAccessExpression(n)&&_o(n.argumentExpression)}e.isLiteralLikeElementAccess=Hr;function gr(n,s){return e.isPropertyAccessExpression(n)&&(!s&&n.expression.kind===108||e.isIdentifier(n.name)&&re(n.expression,!0))||m(n,s)}e.isBindableStaticAccessExpression=gr;function m(n,s){return Hr(n)&&(!s&&n.expression.kind===108||na(n.expression)||gr(n.expression,!0))}e.isBindableStaticElementAccessExpression=m;function re(n,s){return na(n)||gr(n,s)}e.isBindableStaticNameExpression=re;function qt(n){return e.isPropertyAccessExpression(n)?n.name:n.argumentExpression}e.getNameOrArgument=qt;function P(n){if(e.isCallExpression(n)){if(!sr(n))return 0;var s=n.arguments[0];return _e(s)||Bt(s)?8:gr(s)&&ri(s)==="prototype"?9:7}return n.operatorToken.kind!==63||!Za(n.left)||fn(F(n))?0:re(n.left.expression,!0)&&ri(n.left)==="prototype"&&e.isObjectLiteralExpression(Ui(n))?6:ma(n.left)}function fn(n){return e.isVoidExpression(n)&&e.isNumericLiteral(n.expression)&&n.expression.text==="0"}function vn(n){if(e.isPropertyAccessExpression(n))return n.name;var s=Ht(n.argumentExpression);return e.isNumericLiteral(s)||e.isStringLiteralLike(s)?s:n}e.getElementOrPropertyAccessArgumentExpressionOrName=vn;function ri(n){var s=vn(n);if(s){if(e.isIdentifier(s))return s.escapedText;if(e.isStringLiteralLike(s)||e.isNumericLiteral(s))return e.escapeLeadingUnderscores(s.text)}}e.getElementOrPropertyAccessName=ri;function ma(n){if(n.expression.kind===108)return 4;if(Bt(n))return 2;if(re(n.expression,!0)){if(Vo(n.expression))return 3;for(var s=n;!e.isIdentifier(s.expression);)s=s.expression;var T=s.expression;if((T.escapedText==="exports"||T.escapedText==="module"&&ri(s)==="exports")&&gr(n))return 1;if(re(n,!0)||e.isElementAccessExpression(n)&&ui(n))return 5}return 0}e.getAssignmentDeclarationPropertyAccessKind=ma;function Ui(n){for(;e.isBinaryExpression(n.right);)n=n.right;return n.right}e.getInitializerOfBinaryExpression=Ui;function ba(n){return e.isBinaryExpression(n)&&tr(n)===3}e.isPrototypePropertyAssignment=ba;function Ta(n){return bt(n)&&n.parent&&n.parent.kind===238&&(!e.isElementAccessExpression(n)||Hr(n))&&!!e.getJSDocTypeTag(n.parent)}e.isSpecialPropertyDeclaration=Ta;function Ja(n,s){var T=n.valueDeclaration;(!T||!(s.flags&16777216&&!(T.flags&16777216))&&Bi(T)&&!Bi(s)||T.kind!==s.kind&&L(T))&&(n.valueDeclaration=s)}e.setValueDeclaration=Ja;function Ga(n){if(!n||!n.valueDeclaration)return!1;var s=n.valueDeclaration;return s.kind===256||e.isVariableDeclaration(s)&&s.initializer&&e.isFunctionLike(s.initializer)}e.isFunctionSymbol=Ga;function _a(n){var s,T;switch(n.kind){case 254:return(s=e.findAncestor(n.initializer,function(O){return sn(O,!0)}))===null||s===void 0?void 0:s.arguments[0];case 266:return e.tryCast(n.moduleSpecifier,e.isStringLiteralLike);case 265:return e.tryCast((T=e.tryCast(n.moduleReference,e.isExternalModuleReference))===null||T===void 0?void 0:T.expression,e.isStringLiteralLike);default:e.Debug.assertNever(n)}}e.tryGetModuleSpecifierFromDeclaration=_a;function ca(n){return oo(n)||e.Debug.failBadSyntaxKind(n.parent)}e.importFromModuleSpecifier=ca;function oo(n){switch(n.parent.kind){case 266:case 272:return n.parent;case 277:return n.parent.parent;case 208:return qn(n.parent)||sn(n.parent,!1)?n.parent:void 0;case 196:return e.Debug.assert(e.isStringLiteral(n)),e.tryCast(n.parent.parent,e.isImportTypeNode);default:return}}e.tryGetImportFromModuleSpecifier=oo;function Ks(n){switch(n.kind){case 266:case 272:return n.moduleSpecifier;case 265:return n.moduleReference.kind===277?n.moduleReference.expression:void 0;case 200:return Yr(n)?n.argument.literal:void 0;case 208:return n.arguments[0];case 261:return n.name.kind===10?n.name:void 0;default:return e.Debug.assertNever(n)}}e.getExternalModuleName=Ks;function ra(n){switch(n.kind){case 266:return n.importClause&&e.tryCast(n.importClause.namedBindings,e.isNamespaceImport);case 265:return n;case 272:return n.exportClause&&e.tryCast(n.exportClause,e.isNamespaceExport);default:return e.Debug.assertNever(n)}}e.getNamespaceDeclarationNode=ra;function Jo(n){return n.kind===266&&!!n.importClause&&!!n.importClause.name}e.isDefaultImport=Jo;function C_(n,s){if(n.name){var T=s(n);if(T)return T}if(n.namedBindings){var T=e.isNamespaceImport(n.namedBindings)?s(n.namedBindings):e.forEach(n.namedBindings.elements,s);if(T)return T}}e.forEachImportClauseDeclaration=C_;function Ws(n){if(n)switch(n.kind){case 164:case 169:case 168:case 297:case 296:case 167:case 166:return n.questionToken!==void 0}return!1}e.hasQuestionToken=Ws;function _s(n){var s=e.isJSDocFunctionType(n)?e.firstOrUndefined(n.parameters):void 0,T=e.tryCast(s&&s.name,e.isIdentifier);return!!T&&T.escapedText==="new"}e.isJSDocConstructSignature=_s;function Co(n){return n.kind===345||n.kind===338||n.kind===339}e.isJSDocTypeAlias=Co;function Fo(n){return Co(n)||e.isTypeAliasDeclaration(n)}e.isTypeAlias=Fo;function ga(n){return e.isExpressionStatement(n)&&e.isBinaryExpression(n.expression)&&n.expression.operatorToken.kind===63?F(n.expression):void 0}function cs(n){return e.isExpressionStatement(n)&&e.isBinaryExpression(n.expression)&&tr(n.expression)!==0&&e.isBinaryExpression(n.expression.right)&&(n.expression.right.operatorToken.kind===56||n.expression.right.operatorToken.kind===60)?n.expression.right.right:void 0}function wo(n){switch(n.kind){case 237:var s=zi(n);return s&&s.initializer;case 167:return n.initializer;case 296:return n.initializer}}e.getSingleInitializerOfVariableStatementOrPropertyDeclaration=wo;function zi(n){return e.isVariableStatement(n)?e.firstOrUndefined(n.declarationList.declarations):void 0}e.getSingleVariableOfVariableStatement=zi;function Ao(n){return e.isModuleDeclaration(n)&&n.body&&n.body.kind===261?n.body:void 0}function us(n,s){var T;Fr(n)&&e.hasInitializer(n)&&e.hasJSDocNodes(n.initializer)&&(T=e.addRange(T,jo(n,e.last(n.initializer.jsDoc))));for(var O=n;O&&O.parent;){if(e.hasJSDocNodes(O)&&(T=e.addRange(T,jo(n,e.last(O.jsDoc)))),O.kind===164){T=e.addRange(T,(s?e.getJSDocParameterTagsNoCache:e.getJSDocParameterTags)(O));break}if(O.kind===163){T=e.addRange(T,(s?e.getJSDocTypeParameterTagsNoCache:e.getJSDocTypeParameterTags)(O));break}O=ko(O)}return T||e.emptyArray}e.getJSDocCommentsAndTags=us;function jo(n,s){if(e.isJSDoc(s)){var T=e.filter(s.tags,function(O){return ls(n,O)});return s.tags===T?[s]:T}return ls(n,s)?[s]:void 0}function ls(n,s){return!e.isJSDocTypeTag(s)||!s.parent||!e.isJSDoc(s.parent)||!e.isParenthesizedExpression(s.parent.parent)||s.parent.parent===n}function ko(n){var s=n.parent;if(s.kind===296||s.kind===271||s.kind===167||s.kind===238&&n.kind===206||s.kind===247||Ao(s)||e.isBinaryExpression(n)&&n.operatorToken.kind===63)return s;if(s.parent&&(zi(s.parent)===n||e.isBinaryExpression(s)&&s.operatorToken.kind===63))return s.parent;if(s.parent&&s.parent.parent&&(zi(s.parent.parent)||wo(s.parent.parent)===n||cs(s.parent.parent)))return s.parent.parent}e.getNextJSDocCommentLocation=ko;function ps(n){if(n.symbol)return n.symbol;if(!!e.isIdentifier(n.name)){var s=n.name.escapedText,T=Po(n);if(!!T){var O=e.find(T.parameters,function(ue){return ue.name.kind===79&&ue.name.escapedText===s});return O&&O.symbol}}}e.getParameterSymbolFromJSDoc=ps;function Bo(n){if(e.isJSDoc(n.parent)&&n.parent.tags){var s=e.find(n.parent.tags,Co);if(s)return s}return Po(n)}e.getEffectiveContainerForJSDocTemplateTag=Bo;function Po(n){var s=fs(n);if(s)return e.isPropertySignature(s)&&s.type&&e.isFunctionLike(s.type)?s.type:e.isFunctionLike(s)?s:void 0}e.getHostSignatureFromJSDoc=Po;function fs(n){var s=ds(n);if(s)return cs(s)||ga(s)||wo(s)||zi(s)||Ao(s)||s}e.getEffectiveJSDocHost=fs;function ds(n){var s=qo(n);if(!!s){var T=s.parent;if(T&&T.jsDoc&&s===e.lastOrUndefined(T.jsDoc))return T}}e.getJSDocHost=ds;function qo(n){return e.findAncestor(n.parent,e.isJSDoc)}e.getJSDocRoot=qo;function w_(n){var s=n.name.escapedText,T=n.parent.parent.parent.typeParameters;return T&&e.find(T,function(O){return O.name.escapedText===s})}e.getTypeParameterFromJsDoc=w_;function Xa(n){return!!n.typeArguments}e.hasTypeArguments=Xa;var A_;(function(n){n[n.None=0]="None",n[n.Definite=1]="Definite",n[n.Compound=2]="Compound"})(A_=e.AssignmentKind||(e.AssignmentKind={}));function ms(n){for(var s=n.parent;;){switch(s.kind){case 221:var T=s.operatorToken.kind;return u_(T)&&s.left===n?T===63||c_(T)?1:2:0;case 219:case 220:var O=s.operator;return O===45||O===46?2:0;case 243:case 244:return s.initializer===n?1:0;case 212:case 204:case 225:case 230:n=s;break;case 298:n=s.parent;break;case 297:if(s.name!==n)return 0;n=s.parent;break;case 296:if(s.name===n)return 0;n=s.parent;break;default:return 0}s=n.parent}}e.getAssignmentTargetKind=ms;function Hs(n){return ms(n)!==0}e.isAssignmentTarget=Hs;function gs(n){switch(n.kind){case 235:case 237:case 248:case 239:case 249:case 263:case 289:case 290:case 250:case 242:case 243:case 244:case 240:case 241:case 252:case 292:return!0}return!1}e.isNodeWithPossibleHoistedDeclaration=gs;function c(n){return e.isFunctionExpression(n)||e.isArrowFunction(n)||e.isMethodOrAccessor(n)||e.isFunctionDeclaration(n)||e.isConstructorDeclaration(n)}e.isValueSignatureDeclaration=c;function S(n,s){for(;n&&n.kind===s;)n=n.parent;return n}function C(n){return S(n,191)}e.walkUpParenthesizedTypes=C;function ae(n){return S(n,212)}e.walkUpParenthesizedExpressions=ae;function Xe(n){for(var s;n&&n.kind===191;)s=n,n=n.parent;return[s,n]}e.walkUpParenthesizedTypesAndGetParentAndChild=Xe;function jt(n){for(;e.isParenthesizedTypeNode(n);)n=n.type;return n}e.skipTypeParentheses=jt;function Ht(n,s){var T=s?17:1;return e.skipOuterExpressions(n,T)}e.skipParentheses=Ht;function Dr(n){return n.kind!==206&&n.kind!==207?!1:(n=ae(n.parent),n&&n.kind===215)}e.isDeleteTarget=Dr;function _n(n,s){for(;n;){if(n===s)return!0;n=n.parent}return!1}e.isNodeDescendantOf=_n;function bn(n){return!e.isSourceFile(n)&&!e.isBindingPattern(n)&&e.isDeclaration(n.parent)&&n.parent.name===n}e.isDeclarationName=bn;function on(n){var s=n.parent;switch(n.kind){case 10:case 14:case 8:if(e.isComputedPropertyName(s))return s.parent;case 79:if(e.isDeclaration(s))return s.name===n?s:void 0;if(e.isQualifiedName(s)){var T=s.parent;return e.isJSDocParameterTag(T)&&T.name===s?T:void 0}else{var O=s.parent;return e.isBinaryExpression(O)&&tr(O)!==0&&(O.left.symbol||O.symbol)&&e.getNameOfDeclaration(O)===n?O:void 0}case 80:return e.isDeclaration(s)&&s.name===n?s:void 0;default:return}}e.getDeclarationFromName=on;function xr(n){return _o(n)&&n.parent.kind===162&&e.isDeclaration(n.parent.parent)}e.isLiteralComputedPropertyDeclarationName=xr;function Ar(n){var s=n.parent;switch(s.kind){case 167:case 166:case 169:case 168:case 172:case 173:case 299:case 296:case 206:return s.name===n;case 161:return s.right===n;case 203:case 270:return s.propertyName===n;case 275:case 285:case 279:case 280:case 281:return!0}return!1}e.isIdentifierName=Ar;function Tn(n){return n.kind===265||n.kind===264||n.kind===267&&!!n.name||n.kind===268||n.kind===274||n.kind===270||n.kind===275||n.kind===271&&Ri(n)?!0:bt(n)&&(e.isBinaryExpression(n)&&tr(n)===2&&Ri(n)||e.isPropertyAccessExpression(n)&&e.isBinaryExpression(n.parent)&&n.parent.left===n&&n.parent.operatorToken.kind===63&&Gn(n.parent.right))}e.isAliasSymbolDeclaration=Tn;function cn(n){switch(n.parent.kind){case 267:case 270:case 268:case 275:case 271:case 265:case 274:return n.parent;case 161:do n=n.parent;while(n.parent.kind===161);return cn(n)}}e.getAliasDeclarationFromName=cn;function Gn(n){return na(n)||e.isClassExpression(n)}e.isAliasableExpression=Gn;function Ri(n){var s=ys(n);return Gn(s)}e.exportAssignmentIsAlias=Ri;function ys(n){return e.isExportAssignment(n)?n.expression:n.right}e.getExportAssignmentExpression=ys;function hs(n){return n.kind===297?n.name:n.kind===296?n.initializer:n.parent.right}e.getPropertyAssignmentAliasLikeExpression=hs;function Gs(n){var s=Uo(n);if(s&&bt(n)){var T=e.getJSDocAugmentsTag(n);if(T)return T.class}return s}e.getEffectiveBaseTypeNode=Gs;function Uo(n){var s=vs(n.heritageClauses,94);return s&&s.types.length>0?s.types[0]:void 0}e.getClassExtendsHeritageElement=Uo;function zo(n){if(bt(n))return e.getJSDocImplementsTags(n).map(function(T){return T.class});var s=vs(n.heritageClauses,117);return s==null?void 0:s.types}e.getEffectiveImplementsTypeNodes=zo;function k_(n){return e.isInterfaceDeclaration(n)?P_(n)||e.emptyArray:e.isClassLike(n)&&e.concatenate(e.singleElementArray(Gs(n)),zo(n))||e.emptyArray}e.getAllSuperTypeNodes=k_;function P_(n){var s=vs(n.heritageClauses,94);return s?s.types:void 0}e.getInterfaceBaseTypeNodes=P_;function vs(n,s){if(n)for(var T=0,O=n;T<O.length;T++){var ue=O[T];if(ue.token===s)return ue}}e.getHeritageClause=vs;function Rc(n,s){for(;n;){if(n.kind===s)return n;n=n.parent}}e.getAncestor=Rc;function Xs(n){return 81<=n&&n<=160}e.isKeyword=Xs;function $s(n){return 126<=n&&n<=160}e.isContextualKeyword=$s;function I_(n){return Xs(n)&&!$s(n)}e.isNonContextualKeyword=I_;function Vu(n){return 117<=n&&n<=125}e.isFutureReservedKeyword=Vu;function Jc(n){var s=e.stringToToken(n);return s!==void 0&&I_(s)}e.isStringANonContextualKeyword=Jc;function N_(n){var s=e.stringToToken(n);return s!==void 0&&Xs(s)}e.isStringAKeyword=N_;function Qu(n){var s=n.originalKeywordKind;return!!s&&!$s(s)}e.isIdentifierANonContextualKeyword=Qu;function Mn(n){return 2<=n&&n<=7}e.isTrivia=Mn;var Io;(function(n){n[n.Normal=0]="Normal",n[n.Generator=1]="Generator",n[n.Async=2]="Async",n[n.Invalid=4]="Invalid",n[n.AsyncGenerator=3]="AsyncGenerator"})(Io=e.FunctionFlags||(e.FunctionFlags={}));function O_(n){if(!n)return 4;var s=0;switch(n.kind){case 256:case 213:case 169:n.asteriskToken&&(s|=1);case 214:Sa(n,256)&&(s|=2);break}return n.body||(s|=4),s}e.getFunctionFlags=O_;function so(n){switch(n.kind){case 256:case 213:case 214:case 169:return n.body!==void 0&&n.asteriskToken===void 0&&Sa(n,256)}return!1}e.isAsyncFunction=so;function _o(n){return e.isStringLiteralLike(n)||e.isNumericLiteral(n)}e.isStringOrNumericLiteralLike=_o;function $n(n){return e.isPrefixUnaryExpression(n)&&(n.operator===39||n.operator===40)&&e.isNumericLiteral(n.operand)}e.isSignedNumericLiteral=$n;function $a(n){var s=e.getNameOfDeclaration(n);return!!s&&ui(s)}e.hasDynamicName=$a;function ui(n){if(!(n.kind===162||n.kind===207))return!1;var s=e.isElementAccessExpression(n)?Ht(n.argumentExpression):n.expression;return!_o(s)&&!$n(s)}e.isDynamicName=ui;function bs(n){switch(n.kind){case 79:case 80:return n.escapedText;case 10:case 8:return e.escapeLeadingUnderscores(n.text);case 162:var s=n.expression;return _o(s)?e.escapeLeadingUnderscores(s.text):$n(s)?s.operator===40?e.tokenToString(s.operator)+s.operand.text:s.operand.text:void 0;default:return e.Debug.assertNever(n)}}e.getPropertyNameForPropertyNameNode=bs;function M_(n){switch(n.kind){case 79:case 10:case 14:case 8:return!0;default:return!1}}e.isPropertyNameLiteral=M_;function Vs(n){return e.isMemberName(n)?e.idText(n):n.text}e.getTextOfIdentifierOrLiteral=Vs;function L_(n){return e.isMemberName(n)?n.escapedText:e.escapeLeadingUnderscores(n.text)}e.getEscapedTextOfIdentifierOrLiteral=L_;function Yu(n){return"__@".concat(e.getSymbolId(n),"@").concat(n.escapedName)}e.getPropertyNameForUniqueESSymbol=Yu;function Fc(n,s){return"__#".concat(e.getSymbolId(n),"@").concat(s)}e.getSymbolNameForPrivateIdentifier=Fc;function jc(n){return e.startsWith(n.escapedName,"__@")}e.isKnownSymbol=jc;function Zu(n){return e.startsWith(n.escapedName,"__#")}e.isPrivateIdentifierSymbol=Zu;function Bc(n){return n.kind===79&&n.escapedText==="Symbol"}e.isESSymbolIdentifier=Bc;function qc(n){return n.escapedText==="push"||n.escapedText==="unshift"}e.isPushOrUnshiftIdentifier=qc;function Uc(n){var s=Ko(n);return s.kind===164}e.isParameterDeclaration=Uc;function Ko(n){for(;n.kind===203;)n=n.parent.parent;return n}e.getRootDeclaration=Ko;function el(n){var s=n.kind;return s===171||s===213||s===256||s===214||s===169||s===172||s===173||s===261||s===305}e.nodeStartsNewLexicalEnvironment=el;function Wo(n){return Mu(n.pos)||Mu(n.end)}e.nodeIsSynthesized=Wo;function zc(n){return e.getParseTreeNode(n,e.isSourceFile)||n}e.getOriginalSourceFile=zc;var R_;(function(n){n[n.Left=0]="Left",n[n.Right=1]="Right"})(R_=e.Associativity||(e.Associativity={}));function Kc(n){var s=Ts(n),T=n.kind===209&&n.arguments!==void 0;return Qs(n.kind,s,T)}e.getExpressionAssociativity=Kc;function Qs(n,s,T){switch(n){case 209:return T?0:1;case 219:case 216:case 217:case 215:case 218:case 222:case 224:return 1;case 221:switch(s){case 42:case 63:case 64:case 65:case 67:case 66:case 68:case 69:case 70:case 71:case 72:case 73:case 78:case 74:case 75:case 76:case 77:return 1}}return 0}e.getOperatorAssociativity=Qs;function Wc(n){var s=Ts(n),T=n.kind===209&&n.arguments!==void 0;return J_(n.kind,s,T)}e.getExpressionPrecedence=Wc;function Ts(n){return n.kind===221?n.operatorToken.kind:n.kind===219||n.kind===220?n.operator:n.kind}e.getOperator=Ts;var tl;(function(n){n[n.Comma=0]="Comma",n[n.Spread=1]="Spread",n[n.Yield=2]="Yield",n[n.Assignment=3]="Assignment",n[n.Conditional=4]="Conditional",n[n.Coalesce=4]="Coalesce",n[n.LogicalOR=5]="LogicalOR",n[n.LogicalAND=6]="LogicalAND",n[n.BitwiseOR=7]="BitwiseOR",n[n.BitwiseXOR=8]="BitwiseXOR",n[n.BitwiseAND=9]="BitwiseAND",n[n.Equality=10]="Equality",n[n.Relational=11]="Relational",n[n.Shift=12]="Shift",n[n.Additive=13]="Additive",n[n.Multiplicative=14]="Multiplicative",n[n.Exponentiation=15]="Exponentiation",n[n.Unary=16]="Unary",n[n.Update=17]="Update",n[n.LeftHandSide=18]="LeftHandSide",n[n.Member=19]="Member",n[n.Primary=20]="Primary",n[n.Highest=20]="Highest",n[n.Lowest=0]="Lowest",n[n.Invalid=-1]="Invalid"})(tl=e.OperatorPrecedence||(e.OperatorPrecedence={}));function J_(n,s,T){switch(n){case 351:return 0;case 225:return 1;case 224:return 2;case 222:return 4;case 221:switch(s){case 27:return 0;case 63:case 64:case 65:case 67:case 66:case 68:case 69:case 70:case 71:case 72:case 73:case 78:case 74:case 75:case 76:case 77:return 3;default:return F_(s)}case 211:case 230:case 219:case 216:case 217:case 215:case 218:return 16;case 220:return 17;case 208:return 18;case 209:return T?19:18;case 210:case 206:case 207:case 231:return 19;case 229:return 11;case 108:case 106:case 79:case 80:case 104:case 110:case 95:case 8:case 9:case 10:case 204:case 205:case 213:case 214:case 226:case 13:case 14:case 223:case 212:case 227:case 278:case 279:case 282:return 20;default:return-1}}e.getOperatorPrecedence=J_;function F_(n){switch(n){case 60:return 4;case 56:return 5;case 55:return 6;case 51:return 7;case 52:return 8;case 50:return 9;case 34:case 35:case 36:case 37:return 10;case 29:case 31:case 32:case 33:case 102:case 101:case 127:return 11;case 47:case 48:case 49:return 12;case 39:case 40:return 13;case 41:case 43:case 44:return 14;case 42:return 15}return-1}e.getBinaryOperatorPrecedence=F_;function rl(n){return e.filter(n,function(s){switch(s.kind){case 288:return!!s.expression;case 11:return!s.containsOnlyTriviaWhiteSpaces;default:return!0}})}e.getSemanticJsxChildren=rl;function Hc(){var n=[],s=[],T=new e.Map,O=!1;return{add:tt,lookup:ue,getGlobalDiagnostics:pt,getDiagnostics:Lt};function ue(ir){var Zt;if(ir.file?Zt=T.get(ir.file.fileName):Zt=n,!!Zt){var Vr=e.binarySearch(Zt,ir,e.identity,vc);if(Vr>=0)return Zt[Vr]}}function tt(ir){var Zt;ir.file?(Zt=T.get(ir.file.fileName),Zt||(Zt=[],T.set(ir.file.fileName,Zt),e.insertSorted(s,ir.file.fileName,e.compareStringsCaseSensitive))):(O&&(O=!1,n=n.slice()),Zt=n),e.insertSorted(Zt,ir,Jl)}function pt(){return O=!0,n}function Lt(ir){if(ir)return T.get(ir)||[];var Zt=e.flatMapToMutable(s,function(Vr){return T.get(Vr)});return n.length&&Zt.unshift.apply(Zt,n),Zt}}e.createDiagnosticCollection=Hc;var Gc=/\$\{/g;function co(n){return n.replace(Gc,"\\${")}function nl(n){return n&&!!(e.isNoSubstitutionTemplateLiteral(n)?n.templateFlags:n.head.templateFlags||e.some(n.templateSpans,function(s){return!!s.literal.templateFlags}))}e.hasInvalidEscape=nl;var j_=/[\\\"\u0000-\u001f\t\v\f\b\r\n\u2028\u2029\u0085]/g,Ys=/[\\\'\u0000-\u001f\t\v\f\b\r\n\u2028\u2029\u0085]/g,B_=/\r\n|[\\\`\u0000-\u001f\t\v\f\b\r\u2028\u2029\u0085]/g,il=new e.Map(e.getEntries({" ":"\\t","\v":"\\v","\f":"\\f","\b":"\\b","\r":"\\r","\n":"\\n","\\":"\\\\",'"':'\\"',"'":"\\'","`":"\\`","\u2028":"\\u2028","\u2029":"\\u2029","\x85":"\\u0085","\r\n":"\\r\\n"}));function Ho(n){var s=n.toString(16).toUpperCase(),T=("0000"+s).slice(-4);return"\\u"+T}function al(n,s,T){if(n.charCodeAt(0)===0){var O=T.charCodeAt(s+n.length);return O>=48&&O<=57?"\\x00":"\\0"}return il.get(n)||Ho(n.charCodeAt(0))}function xs(n,s){var T=s===96?B_:s===39?Ys:j_;return n.replace(T,al)}e.escapeString=xs;var q_=/[^\u0000-\u007F]/g;function Ss(n,s){return n=xs(n,s),q_.test(n)?n.replace(q_,function(T){return Ho(T.charCodeAt(0))}):n}e.escapeNonAsciiString=Ss;var ol=/[\"\u0000-\u001f\u2028\u2029\u0085]/g,Zs=/[\'\u0000-\u001f\u2028\u2029\u0085]/g,Xc=new e.Map(e.getEntries({'"':""","'":"'"}));function U_(n){var s=n.toString(16).toUpperCase();return"&#x"+s+";"}function $c(n){return n.charCodeAt(0)===0?"�":Xc.get(n)||U_(n.charCodeAt(0))}function Vc(n,s){var T=s===39?Zs:ol;return n.replace(T,$c)}e.escapeJsxAttributeString=Vc;function z_(n){var s=n.length;return s>=2&&n.charCodeAt(0)===n.charCodeAt(s-1)&&Qc(n.charCodeAt(0))?n.substring(1,s-1):n}e.stripQuotes=z_;function Qc(n){return n===39||n===34||n===96}function sl(n){var s=n.charCodeAt(0);return s>=97&&s<=122||e.stringContains(n,"-")||e.stringContains(n,":")}e.isIntrinsicJsxName=sl;var uo=[""," "];function K_(n){for(var s=uo[1],T=uo.length;T<=n;T++)uo.push(uo[T-1]+s);return uo[n]}e.getIndentString=K_;function Pa(){return uo[1].length}e.getIndentSize=Pa;function _l(){return e.stringContains(e.version,"-dev")||e.stringContains(e.version,"-insiders")}e.isNightly=_l;function cl(n){var s,T,O,ue,tt,pt=!1;function Lt(En){var Ba=e.computeLineStarts(En);Ba.length>1?(ue=ue+Ba.length-1,tt=s.length-En.length+e.last(Ba),O=tt-s.length===0):O=!1}function ir(En){En&&En.length&&(O&&(En=K_(T)+En,O=!1),s+=En,Lt(En))}function Zt(En){En&&(pt=!1),ir(En)}function Vr(En){En&&(pt=!0),ir(En)}function dn(){s="",T=0,O=!0,ue=0,tt=0,pt=!1}function ni(En){En!==void 0&&(s+=En,Lt(En),pt=!1)}function Zn(En){En&&En.length&&Zt(En)}function Ln(En){(!O||En)&&(s+=n,ue++,tt=s.length,O=!0,pt=!1)}function ya(){return O?s.length:s.length+n.length}return dn(),{write:Zt,rawWrite:ni,writeLiteral:Zn,writeLine:Ln,increaseIndent:function(){T++},decreaseIndent:function(){T--},getIndent:function(){return T},getTextPos:function(){return s.length},getLine:function(){return ue},getColumn:function(){return O?T*Pa():s.length-tt},getText:function(){return s},isAtStartOfLine:function(){return O},hasTrailingComment:function(){return pt},hasTrailingWhitespace:function(){return!!s.length&&e.isWhiteSpaceLike(s.charCodeAt(s.length-1))},clear:dn,reportInaccessibleThisError:e.noop,reportPrivateInBaseOfClassExpression:e.noop,reportInaccessibleUniqueSymbolError:e.noop,trackSymbol:function(){return!1},writeKeyword:Zt,writeOperator:Zt,writeParameter:Zt,writeProperty:Zt,writePunctuation:Zt,writeSpace:Zt,writeStringLiteral:Zt,writeSymbol:function(En,Ba){return Zt(En)},writeTrailingSemicolon:Zt,writeComment:Vr,getTextPosWithWriteLine:ya}}e.createTextWriter=cl;function Ds(n){var s=!1;function T(){s&&(n.writeTrailingSemicolon(";"),s=!1)}return Gi(Gi({},n),{writeTrailingSemicolon:function(){s=!0},writeLiteral:function(O){T(),n.writeLiteral(O)},writeStringLiteral:function(O){T(),n.writeStringLiteral(O)},writeSymbol:function(O,ue){T(),n.writeSymbol(O,ue)},writePunctuation:function(O){T(),n.writePunctuation(O)},writeKeyword:function(O){T(),n.writeKeyword(O)},writeOperator:function(O){T(),n.writeOperator(O)},writeParameter:function(O){T(),n.writeParameter(O)},writeSpace:function(O){T(),n.writeSpace(O)},writeProperty:function(O){T(),n.writeProperty(O)},writeComment:function(O){T(),n.writeComment(O)},writeLine:function(){T(),n.writeLine()},increaseIndent:function(){T(),n.increaseIndent()},decreaseIndent:function(){T(),n.decreaseIndent()}})}e.getTrailingSemicolonDeferringWriter=Ds;function Es(n){return n.useCaseSensitiveFileNames?n.useCaseSensitiveFileNames():!1}e.hostUsesCaseSensitiveFileNames=Es;function W_(n){return e.createGetCanonicalFileName(Es(n))}e.hostGetCanonicalFileName=W_;function e_(n,s,T){return s.moduleName||Yc(n,s.fileName,T&&T.fileName)}e.getResolvedExternalModuleName=e_;function Cs(n,s){return n.getCanonicalFileName(e.getNormalizedAbsolutePath(s,n.getCurrentDirectory()))}function H_(n,s,T){var O=s.getExternalModuleFileFromDeclaration(T);if(!(!O||O.isDeclarationFile)){var ue=Ks(T);if(!(ue&&e.isStringLiteralLike(ue)&&!e.pathIsRelative(ue.text)&&Cs(n,O.path).indexOf(Cs(n,e.ensureTrailingDirectorySeparator(n.getCommonSourceDirectory())))===-1))return e_(n,O)}}e.getExternalModuleNameFromDeclaration=H_;function Yc(n,s,T){var O=function(ir){return n.getCanonicalFileName(ir)},ue=e.toPath(T?e.getDirectoryPath(T):n.getCommonSourceDirectory(),n.getCurrentDirectory(),O),tt=e.getNormalizedAbsolutePath(s,n.getCurrentDirectory()),pt=e.getRelativePathToDirectoryOrUrl(ue,tt,ue,O,!1),Lt=Fl(pt);return T?e.ensurePathIsNonModuleName(Lt):Lt}e.getExternalModuleNameFromPath=Yc;function G_(n,s,T){var O=s.getCompilerOptions(),ue;return O.outDir?ue=Fl(Ki(n,s,O.outDir)):ue=Fl(n),ue+T}e.getOwnEmitOutputFilePath=G_;function ul(n,s){return X_(n,s.getCompilerOptions(),s.getCurrentDirectory(),s.getCommonSourceDirectory(),function(T){return s.getCanonicalFileName(T)})}e.getDeclarationEmitOutputFilePath=ul;function X_(n,s,T,O,ue){var tt=s.declarationDir||s.outDir,pt=tt?t_(n,tt,T,O,ue):n,Lt=$_(pt);return Fl(pt)+Lt}e.getDeclarationEmitOutputFilePathWorker=X_;function $_(n){return e.fileExtensionIsOneOf(n,[".mjs",".mts"])?".d.mts":e.fileExtensionIsOneOf(n,[".cjs",".cts"])?".d.cts":e.fileExtensionIsOneOf(n,[".json"])?".json.d.ts":".d.ts"}e.getDeclarationEmitExtensionForPath=$_;function Zc(n){return e.fileExtensionIsOneOf(n,[".d.mts",".mjs",".mts"])?[".mts",".mjs"]:e.fileExtensionIsOneOf(n,[".d.cts",".cjs",".cts"])?[".cts",".cjs"]:e.fileExtensionIsOneOf(n,[".json.d.ts"])?[".json"]:[".tsx",".ts",".jsx",".js"]}e.getPossibleOriginalInputExtensionForExtension=Zc;function V_(n){return n.outFile||n.out}e.outFile=V_;function eu(n,s){var T,O;if(!!n.paths)return(T=n.baseUrl)!==null&&T!==void 0?T:e.Debug.checkDefined(n.pathsBasePath||((O=s.getCurrentDirectory)===null||O===void 0?void 0:O.call(s)),"Encountered 'paths' without a 'baseUrl', config file, or host 'getCurrentDirectory'.")}e.getPathsBasePath=eu;function Q_(n,s,T){var O=n.getCompilerOptions();if(V_(O)){var ue=kt(O),tt=O.emitDeclarationOnly||ue===e.ModuleKind.AMD||ue===e.ModuleKind.System;return e.filter(n.getSourceFiles(),function(Lt){return(tt||!e.isExternalModule(Lt))&&xa(Lt,n,T)})}else{var pt=s===void 0?n.getSourceFiles():[s];return e.filter(pt,function(Lt){return xa(Lt,n,T)})}}e.getSourceFilesToEmit=Q_;function xa(n,s,T){var O=s.getCompilerOptions();return!(O.noEmitForJsFiles&&Dt(n))&&!n.isDeclarationFile&&!s.isSourceFileFromExternalLibrary(n)&&(T||!(Hn(n)&&s.getResolvedProjectReferenceToRedirect(n.fileName))&&!s.isSourceOfProjectReferenceRedirect(n.fileName))}e.sourceFileMayBeEmitted=xa;function Ki(n,s,T){return t_(n,T,s.getCurrentDirectory(),s.getCommonSourceDirectory(),function(O){return s.getCanonicalFileName(O)})}e.getSourceFilePathInNewDir=Ki;function t_(n,s,T,O,ue){var tt=e.getNormalizedAbsolutePath(n,T),pt=ue(tt).indexOf(ue(O))===0;return tt=pt?tt.substring(O.length):tt,e.combinePaths(s,tt)}e.getSourceFilePathInNewDirWorker=t_;function Go(n,s,T,O,ue,tt,pt){n.writeFile(T,O,ue,function(Lt){s.add(hc(e.Diagnostics.Could_not_write_file_0_Colon_1,T,Lt))},tt,pt)}e.writeFile=Go;function Xo(n,s,T){if(n.length>e.getRootLength(n)&&!T(n)){var O=e.getDirectoryPath(n);Xo(O,s,T),s(n)}}function ll(n,s,T,O,ue,tt){try{O(n,s,T)}catch{Xo(e.getDirectoryPath(e.normalizePath(n)),ue,tt),O(n,s,T)}}e.writeFileEnsuringDirectories=ll;function tu(n,s){var T=e.getLineStarts(n);return e.computeLineOfPosition(T,s)}e.getLineOfLocalPosition=tu;function Va(n,s){return e.computeLineOfPosition(n,s)}e.getLineOfLocalPositionFromLineMap=Va;function Y_(n){return e.find(n.members,function(s){return e.isConstructorDeclaration(s)&&Pt(s.body)})}e.getFirstConstructorWithBody=Y_;function Z_(n){if(n&&n.parameters.length>0){var s=n.parameters.length===2&&ws(n.parameters[0]);return n.parameters[s?1:0]}}e.getSetAccessorValueParameter=Z_;function ec(n){var s=Z_(n);return s&&s.type}e.getSetAccessorTypeAnnotationNode=ec;function pl(n){if(n.parameters.length&&!e.isJSDocSignature(n)){var s=n.parameters[0];if(ws(s))return s}}e.getThisParameter=pl;function ws(n){return tc(n.name)}e.parameterIsThisKeyword=ws;function tc(n){return!!n&&n.kind===79&&rc(n)}e.isThisIdentifier=tc;function ru(n){if(!tc(n))return!1;for(;e.isQualifiedName(n.parent)&&n.parent.left===n;)n=n.parent;return n.parent.kind===181}e.isThisInTypeQuery=ru;function rc(n){return n.originalKeywordKind===108}e.identifierIsThisKeyword=rc;function fl(n,s){var T,O,ue,tt;return $a(s)?(T=s,s.kind===172?ue=s:s.kind===173?tt=s:e.Debug.fail("Accessor has wrong kind")):e.forEach(n,function(pt){if(e.isAccessor(pt)&&oc(pt)===oc(s)){var Lt=bs(pt.name),ir=bs(s.name);Lt===ir&&(T?O||(O=pt):T=pt,pt.kind===172&&!ue&&(ue=pt),pt.kind===173&&!tt&&(tt=pt))}}),{firstAccessor:T,secondAccessor:O,getAccessor:ue,setAccessor:tt}}e.getAllAccessorDeclarations=fl;function r_(n){if(!(!bt(n)&&e.isFunctionDeclaration(n))){var s=n.type;return s||!bt(n)?s:e.isJSDocPropertyLikeTag(n)?n.typeExpression&&n.typeExpression.type:e.getJSDocType(n)}}e.getEffectiveTypeAnnotationNode=r_;function dl(n){return n.type}e.getTypeAnnotationNode=dl;function nu(n){return e.isJSDocSignature(n)?n.type&&n.type.typeExpression&&n.type.typeExpression.type:n.type||(bt(n)?e.getJSDocReturnType(n):void 0)}e.getEffectiveReturnTypeNode=nu;function ml(n){return e.flatMap(e.getJSDocTags(n),function(s){return iu(s)?s.typeParameters:void 0})}e.getJSDocTypeParameterDeclarations=ml;function iu(n){return e.isJSDocTemplateTag(n)&&!(n.parent.kind===320&&n.parent.tags.some(Co))}function gl(n){var s=Z_(n);return s&&r_(s)}e.getEffectiveSetAccessorTypeAnnotationNode=gl;function As(n,s,T,O){au(n,s,T.pos,O)}e.emitNewLineBeforeLeadingComments=As;function au(n,s,T,O){O&&O.length&&T!==O[0].pos&&Va(n,T)!==Va(n,O[0].pos)&&s.writeLine()}e.emitNewLineBeforeLeadingCommentsOfPosition=au;function nc(n,s,T,O){T!==O&&Va(n,T)!==Va(n,O)&&s.writeLine()}e.emitNewLineBeforeLeadingCommentOfPosition=nc;function ic(n,s,T,O,ue,tt,pt,Lt){if(O&&O.length>0){ue&&T.writeSpace(" ");for(var ir=!1,Zt=0,Vr=O;Zt<Vr.length;Zt++){var dn=Vr[Zt];ir&&(T.writeSpace(" "),ir=!1),Lt(n,s,T,dn.pos,dn.end,pt),dn.hasTrailingNewLine?T.writeLine():ir=!0}ir&&tt&&T.writeSpace(" ")}}e.emitComments=ic;function yl(n,s,T,O,ue,tt,pt){var Lt,ir;if(pt?ue.pos===0&&(Lt=e.filter(e.getLeadingCommentRanges(n,ue.pos),Ba)):Lt=e.getLeadingCommentRanges(n,ue.pos),Lt){for(var Zt=[],Vr=void 0,dn=0,ni=Lt;dn<ni.length;dn++){var Zn=ni[dn];if(Vr){var Ln=Va(s,Vr.end),ya=Va(s,Zn.pos);if(ya>=Ln+2)break}Zt.push(Zn),Vr=Zn}if(Zt.length){var Ln=Va(s,e.last(Zt).end),En=Va(s,e.skipTrivia(n,ue.pos));En>=Ln+2&&(As(s,T,ue,Lt),ic(n,s,T,Zt,!1,!0,tt,O),ir={nodePos:ue.pos,detachedCommentEndPos:e.last(Zt).end})}}return ir;function Ba(v_){return V(n,v_.pos)}}e.emitDetachedComments=yl;function ks(n,s,T,O,ue,tt){if(n.charCodeAt(O+1)===42)for(var pt=e.computeLineAndCharacterOfPosition(s,O),Lt=s.length,ir=void 0,Zt=O,Vr=pt.line;Zt<ue;Vr++){var dn=Vr+1===Lt?n.length+1:s[Vr+1];if(Zt!==O){ir===void 0&&(ir=ac(n,s[pt.line],O));var ni=T.getIndent()*Pa(),Zn=ni-ir+ac(n,Zt,dn);if(Zn>0){var Ln=Zn%Pa(),ya=K_((Zn-Ln)/Pa());for(T.rawWrite(ya);Ln;)T.rawWrite(" "),Ln--}else T.rawWrite("")}ou(n,ue,T,tt,Zt,dn),Zt=dn}else T.writeComment(n.substring(O,ue))}e.writeCommentRange=ks;function ou(n,s,T,O,ue,tt){var pt=Math.min(s,tt-1),Lt=e.trimString(n.substring(ue,pt));Lt?(T.writeComment(Lt),pt!==s&&T.writeLine()):T.rawWrite(O)}function ac(n,s,T){for(var O=0;s<T&&e.isWhiteSpaceSingleLine(n.charCodeAt(s));s++)n.charCodeAt(s)===9?O+=Pa()-O%Pa():O++;return O}function hl(n){return _c(n)!==0}e.hasEffectiveModifiers=hl;function Wi(n){return s_(n)!==0}e.hasSyntacticModifiers=Wi;function n_(n,s){return!!sc(n,s)}e.hasEffectiveModifier=n_;function Sa(n,s){return!!a_(n,s)}e.hasSyntacticModifier=Sa;function oc(n){return e.isClassElement(n)&&Ps(n)||e.isClassStaticBlockDeclaration(n)}e.isStatic=oc;function Ps(n){return Sa(n,32)}e.hasStaticModifier=Ps;function vl(n){return n_(n,16384)}e.hasOverrideModifier=vl;function Is(n){return Sa(n,128)}e.hasAbstractModifier=Is;function bl(n){return Sa(n,2)}e.hasAmbientModifier=bl;function i_(n){return n_(n,64)}e.hasEffectiveReadonlyModifier=i_;function su(n){return Sa(n,131072)}e.hasDecorators=su;function sc(n,s){return _c(n)&s}e.getSelectedEffectiveModifierFlags=sc;function a_(n,s){return s_(n)&s}e.getSelectedSyntacticModifierFlags=a_;function lo(n,s,T){return n.kind>=0&&n.kind<=160?0:(n.modifierFlagsCache&536870912||(n.modifierFlagsCache=__(n)|536870912),s&&!(n.modifierFlagsCache&4096)&&(T||bt(n))&&n.parent&&(n.modifierFlagsCache|=Ns(n)|4096),n.modifierFlagsCache&-536875009)}function _c(n){return lo(n,!0)}e.getEffectiveModifierFlags=_c;function o_(n){return lo(n,!0,!0)}e.getEffectiveModifierFlagsAlwaysIncludeJSDoc=o_;function s_(n){return lo(n,!1)}e.getSyntacticModifierFlags=s_;function Ns(n){var s=0;return!!n.parent&&!e.isParameter(n)&&(bt(n)&&(e.getJSDocPublicTagNoCache(n)&&(s|=4),e.getJSDocPrivateTagNoCache(n)&&(s|=8),e.getJSDocProtectedTagNoCache(n)&&(s|=16),e.getJSDocReadonlyTagNoCache(n)&&(s|=64),e.getJSDocOverrideTagNoCache(n)&&(s|=16384)),e.getJSDocDeprecatedTagNoCache(n)&&(s|=8192)),s}function cc(n){return __(n)|Ns(n)}e.getEffectiveModifierFlagsNoCache=cc;function __(n){var s=e.canHaveModifiers(n)?_u(n.modifiers):0;return(n.flags&4||n.kind===79&&n.isInJSDocNamespace)&&(s|=1),s}e.getSyntacticModifierFlagsNoCache=__;function _u(n){var s=0;if(n)for(var T=0,O=n;T<O.length;T++){var ue=O[T];s|=uc(ue.kind)}return s}e.modifiersToFlags=_u;function uc(n){switch(n){case 124:return 32;case 123:return 4;case 122:return 16;case 121:return 8;case 126:return 128;case 93:return 1;case 135:return 2;case 85:return 2048;case 88:return 512;case 131:return 256;case 145:return 64;case 159:return 16384;case 101:return 32768;case 144:return 65536;case 165:return 131072}return 0}e.modifierToFlag=uc;function cu(n){return n?e.factory.createNodeArray(e.factory.createModifiersFromModifierFlags(n)):void 0}e.createModifiers=cu;function lc(n){return n===56||n===55||n===53}e.isLogicalOperator=lc;function c_(n){return n===75||n===76||n===77}e.isLogicalOrCoalescingAssignmentOperator=c_;function No(n){return c_(n.operatorToken.kind)}e.isLogicalOrCoalescingAssignmentExpression=No;function u_(n){return n>=63&&n<=78}e.isAssignmentOperator=u_;function pc(n){var s=uu(n);return s&&!s.isImplements?s.class:void 0}e.tryGetClassExtendingExpressionWithTypeArguments=pc;function uu(n){return e.isExpressionWithTypeArguments(n)&&e.isHeritageClause(n.parent)&&e.isClassLike(n.parent.parent)?{class:n.parent.parent,isImplements:n.parent.token===117}:void 0}e.tryGetClassImplementingOrExtendingExpressionWithTypeArguments=uu;function Os(n,s){return e.isBinaryExpression(n)&&(s?n.operatorToken.kind===63:u_(n.operatorToken.kind))&&e.isLeftHandSideExpression(n.left)}e.isAssignmentExpression=Os;function Tl(n){return Os(n.parent)&&n.parent.left===n}e.isLeftHandSideOfAssignment=Tl;function $o(n){if(Os(n,!0)){var s=n.left.kind;return s===205||s===204}return!1}e.isDestructuringAssignment=$o;function fc(n){return pc(n)!==void 0}e.isExpressionWithTypeArgumentsInClassExtendsClause=fc;function na(n){return n.kind===79||lu(n)}e.isEntityNameExpression=na;function po(n){switch(n.kind){case 79:return n;case 161:do n=n.left;while(n.kind!==79);return n;case 206:do n=n.expression;while(n.kind!==79);return n}}e.getFirstIdentifier=po;function Ms(n){return n.kind===79||n.kind===108||n.kind===106||n.kind===231||n.kind===206&&Ms(n.expression)||n.kind===212&&Ms(n.expression)}e.isDottedName=Ms;function lu(n){return e.isPropertyAccessExpression(n)&&e.isIdentifier(n.name)&&na(n.expression)}e.isPropertyAccessEntityNameExpression=lu;function Ls(n){if(e.isPropertyAccessExpression(n)){var s=Ls(n.expression);if(s!==void 0)return s+"."+On(n.name)}else if(e.isElementAccessExpression(n)){var s=Ls(n.expression);if(s!==void 0&&e.isPropertyName(n.argumentExpression))return s+"."+bs(n.argumentExpression)}else if(e.isIdentifier(n))return e.unescapeLeadingUnderscores(n.escapedText)}e.tryGetPropertyAccessOrIdentifierToString=Ls;function Vo(n){return gr(n)&&ri(n)==="prototype"}e.isPrototypeAccess=Vo;function pu(n){return n.parent.kind===161&&n.parent.right===n||n.parent.kind===206&&n.parent.name===n}e.isRightSideOfQualifiedNameOrPropertyAccess=pu;function dc(n){return e.isPropertyAccessExpression(n.parent)&&n.parent.name===n||e.isElementAccessExpression(n.parent)&&n.parent.argumentExpression===n}e.isRightSideOfAccessExpression=dc;function xl(n){return e.isQualifiedName(n.parent)&&n.parent.right===n||e.isPropertyAccessExpression(n.parent)&&n.parent.name===n||e.isJSDocMemberName(n.parent)&&n.parent.right===n}e.isRightSideOfQualifiedNameOrPropertyAccessOrJSDocMemberName=xl;function fu(n){return n.kind===205&&n.properties.length===0}e.isEmptyObjectLiteral=fu;function du(n){return n.kind===204&&n.elements.length===0}e.isEmptyArrayLiteral=du;function Sl(n){if(!(!Rs(n)||!n.declarations))for(var s=0,T=n.declarations;s<T.length;s++){var O=T[s];if(O.localSymbol)return O.localSymbol}}e.getLocalSymbolForExportDefault=Sl;function Rs(n){return n&&e.length(n.declarations)>0&&Sa(n.declarations[0],512)}function mu(n){return e.find($0,function(s){return e.fileExtensionIs(n,s)})}e.tryExtractTSExtension=mu;function Dl(n){for(var s=[],T=n.length,O=0;O<T;O++){var ue=n.charCodeAt(O);ue<128?s.push(ue):ue<2048?(s.push(ue>>6|192),s.push(ue&63|128)):ue<65536?(s.push(ue>>12|224),s.push(ue>>6&63|128),s.push(ue&63|128)):ue<131072?(s.push(ue>>18|240),s.push(ue>>12&63|128),s.push(ue>>6&63|128),s.push(ue&63|128)):e.Debug.assert(!1,"Unexpected code point")}return s}var Qa="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=";function gu(n){for(var s="",T=Dl(n),O=0,ue=T.length,tt,pt,Lt,ir;O<ue;)tt=T[O]>>2,pt=(T[O]&3)<<4|T[O+1]>>4,Lt=(T[O+1]&15)<<2|T[O+2]>>6,ir=T[O+2]&63,O+1>=ue?Lt=ir=64:O+2>=ue&&(ir=64),s+=Qa.charAt(tt)+Qa.charAt(pt)+Qa.charAt(Lt)+Qa.charAt(ir),O+=3;return s}e.convertToBase64=gu;function yu(n){for(var s="",T=0,O=n.length;T<O;){var ue=n[T];if(ue<128)s+=String.fromCharCode(ue),T++;else if((ue&192)===192){var tt=ue&63;T++;for(var pt=n[T];(pt&192)===128;)tt=tt<<6|pt&63,T++,pt=n[T];s+=String.fromCharCode(tt)}else s+=String.fromCharCode(ue),T++}return s}function El(n,s){return n&&n.base64encode?n.base64encode(s):gu(s)}e.base64encode=El;function hu(n,s){if(n&&n.base64decode)return n.base64decode(s);for(var T=s.length,O=[],ue=0;ue<T&&s.charCodeAt(ue)!==Qa.charCodeAt(64);){var tt=Qa.indexOf(s[ue]),pt=Qa.indexOf(s[ue+1]),Lt=Qa.indexOf(s[ue+2]),ir=Qa.indexOf(s[ue+3]),Zt=(tt&63)<<2|pt>>4&3,Vr=(pt&15)<<4|Lt>>2&15,dn=(Lt&3)<<6|ir&63;Vr===0&&Lt!==0?O.push(Zt):dn===0&&ir!==0?O.push(Zt,Vr):O.push(Zt,Vr,dn),ue+=4}return yu(O)}e.base64decode=hu;function l_(n,s){try{var T=s.readFile(n);if(!T)return{};var O=e.parseConfigFileTextToJson(n,T);return O.error?{}:O.config}catch{return{}}}e.readJson=l_;function vu(n,s){return!s.directoryExists||s.directoryExists(n)}e.directoryProbablyExists=vu;var bu=`\r
|
|
14
|
+
`,Cl=`
|
|
15
|
+
`;function Tu(n,s){switch(n.newLine){case 0:return bu;case 1:return Cl}return s?s():e.sys?e.sys.newLine:bu}e.getNewLineCharacter=Tu;function Js(n,s){return s===void 0&&(s=n),e.Debug.assert(s>=n||s===-1),{pos:n,end:s}}e.createRange=Js;function wl(n,s){return Js(n.pos,s)}e.moveRangeEnd=wl;function mc(n,s){return Js(s,n.end)}e.moveRangePos=mc;function xu(n){var s=e.canHaveModifiers(n)?e.findLast(n.modifiers,e.isDecorator):void 0;return s&&!Mu(s.end)?mc(n,s.end):n}e.moveRangePastDecorators=xu;function Su(n){var s=e.canHaveModifiers(n)?e.lastOrUndefined(n.modifiers):void 0;return s&&!Mu(s.end)?mc(n,s.end):xu(n)}e.moveRangePastModifiers=Su;function p_(n){return n.pos===n.end}e.isCollapsedRange=p_;function Al(n,s){return Js(n,n+e.tokenToString(s).length)}e.createTokenRange=Al;function gc(n,s){return Du(n,n,s)}e.rangeIsOnSingleLine=gc;function kl(n,s,T){return Qo(Ya(n,T,!1),Ya(s,T,!1),T)}e.rangeStartPositionsAreOnSameLine=kl;function Pl(n,s,T){return Qo(n.end,s.end,T)}e.rangeEndPositionsAreOnSameLine=Pl;function Du(n,s,T){return Qo(Ya(n,T,!1),s.end,T)}e.rangeStartIsOnSameLineAsRangeEnd=Du;function Eu(n,s,T){return Qo(n.end,Ya(s,T,!1),T)}e.rangeEndIsOnSameLineAsRangeStart=Eu;function f_(n,s,T,O){var ue=Ya(s,T,O);return e.getLinesBetweenPositions(T,n.end,ue)}e.getLinesBetweenRangeEndAndRangeStart=f_;function yc(n,s,T){return e.getLinesBetweenPositions(T,n.end,s.end)}e.getLinesBetweenRangeEndPositions=yc;function Cu(n,s){return!Qo(n.pos,n.end,s)}e.isNodeArrayMultiLine=Cu;function Qo(n,s,T){return e.getLinesBetweenPositions(T,n,s)===0}e.positionsAreOnSameLine=Qo;function Ya(n,s,T){return Mu(n.pos)?-1:e.skipTrivia(s.text,n.pos,!1,T)}e.getStartPositionOfRange=Ya;function wu(n,s,T,O){var ue=e.skipTrivia(T.text,n,!1,O),tt=Nl(ue,s,T);return e.getLinesBetweenPositions(T,tt!=null?tt:s,ue)}e.getLinesBetweenPositionAndPrecedingNonWhitespaceCharacter=wu;function Il(n,s,T,O){var ue=e.skipTrivia(T.text,n,!1,O);return e.getLinesBetweenPositions(T,n,Math.min(s,ue))}e.getLinesBetweenPositionAndNextNonWhitespaceCharacter=Il;function Nl(n,s,T){for(s===void 0&&(s=0);n-- >s;)if(!e.isWhiteSpaceLike(T.text.charCodeAt(n)))return n}function Oo(n){var s=e.getParseTreeNode(n);if(s)switch(s.parent.kind){case 260:case 261:return s===s.parent.name}return!1}e.isDeclarationNameOfEnumOrNamespace=Oo;function Au(n){return e.filter(n.declarations,ku)}e.getInitializedVariables=Au;function ku(n){return n.initializer!==void 0}function Pu(n){return n.watch&&n.hasOwnProperty("watch")}e.isWatchSet=Pu;function p(n){n.close()}e.closeFileWatcher=p;function E(n){return n.flags&33554432?n.checkFlags:0}e.getCheckFlags=E;function R(n,s){if(s===void 0&&(s=!1),n.valueDeclaration){var T=s&&n.declarations&&e.find(n.declarations,e.isSetAccessorDeclaration)||n.flags&32768&&e.find(n.declarations,e.isGetAccessorDeclaration)||n.valueDeclaration,O=e.getCombinedModifierFlags(T);return n.parent&&n.parent.flags&32?O:O&-29}if(E(n)&6){var ue=n.checkFlags,tt=ue&1024?8:ue&256?4:16,pt=ue&2048?32:0;return tt|pt}return n.flags&4194304?36:0}e.getDeclarationModifierFlagsFromSymbol=R;function z(n,s){return n.flags&2097152?s.getAliasedSymbol(n):n}e.skipAlias=z;function ie(n){return n.exportSymbol?n.exportSymbol.flags|n.flags:n.flags}e.getCombinedLocalAndExportSymbolFlags=ie;function Ae(n){return xt(n)===1}e.isWriteOnlyAccess=Ae;function ct(n){return xt(n)!==0}e.isWriteAccess=ct;var At;(function(n){n[n.Read=0]="Read",n[n.Write=1]="Write",n[n.ReadWrite=2]="ReadWrite"})(At||(At={}));function xt(n){var s=n.parent;if(!s)return 0;switch(s.kind){case 212:return xt(s);case 220:case 219:var T=s.operator;return T===45||T===46?Lt():0;case 221:var O=s,ue=O.left,tt=O.operatorToken;return ue===n&&u_(tt.kind)?tt.kind===63?1:Lt():0;case 206:return s.name!==n?0:xt(s);case 296:{var pt=xt(s.parent);return n===s.name?Rt(pt):pt}case 297:return n===s.objectAssignmentInitializer?0:xt(s.parent);case 204:return xt(s);default:return 0}function Lt(){return s.parent&&ae(s.parent).kind===238?1:2}}function Rt(n){switch(n){case 0:return 1;case 1:return 0;case 2:return 2;default:return e.Debug.assertNever(n)}}function cr(n,s){if(!n||!s||Object.keys(n).length!==Object.keys(s).length)return!1;for(var T in n)if(typeof n[T]=="object"){if(!cr(n[T],s[T]))return!1}else if(typeof n[T]!="function"&&n[T]!==s[T])return!1;return!0}e.compareDataObjects=cr;function Gr(n,s){n.forEach(s),n.clear()}e.clearMap=Gr;function Br(n,s,T){var O=T.onDeleteValue,ue=T.onExistingValue;n.forEach(function(tt,pt){var Lt=s.get(pt);Lt===void 0?(n.delete(pt),O(tt,pt)):ue&&ue(tt,Lt,pt)})}e.mutateMapSkippingNewValues=Br;function ln(n,s,T){Br(n,s,T);var O=T.createNewValue;s.forEach(function(ue,tt){n.has(tt)||n.set(tt,O(tt,ue))})}e.mutateMap=ln;function Dn(n){if(n.flags&32){var s=Yn(n);return!!s&&Sa(s,128)}return!1}e.isAbstractConstructorSymbol=Dn;function Yn(n){var s;return(s=n.declarations)===null||s===void 0?void 0:s.find(e.isClassLike)}e.getClassLikeDeclarationOfSymbol=Yn;function Pn(n){return n.flags&3899393?n.objectFlags:0}e.getObjectFlags=Pn;function fo(n,s){return s.getSignaturesOfType(n,0).length!==0||s.getSignaturesOfType(n,1).length!==0}e.typeHasCallOrConstructSignatures=fo;function bi(n,s){return!!e.forEachAncestorDirectory(n,function(T){return s(T)?!0:void 0})}e.forSomeAncestorDirectory=bi;function Fa(n){return!!n&&!!n.declarations&&!!n.declarations[0]&&e.isNamespaceExportDeclaration(n.declarations[0])}e.isUMDExportSymbol=Fa;function Yo(n){var s=n.moduleSpecifier;return e.isStringLiteral(s)?s.text:ce(s)}e.showModuleSpecifier=Yo;function Mo(n){var s;return e.forEachChild(n,function(T){Pt(T)&&(s=T)},function(T){for(var O=T.length-1;O>=0;O--)if(Pt(T[O])){s=T[O];break}}),s}e.getLastChild=Mo;function Iu(n,s,T){return T===void 0&&(T=!0),n.has(s)?!1:(n.set(s,T),!0)}e.addToSeen=Iu;function Ia(n){return e.isClassLike(n)||e.isInterfaceDeclaration(n)||e.isTypeLiteralNode(n)}e.isObjectTypeDeclaration=Ia;function Lo(n){return n>=177&&n<=200||n===130||n===155||n===147||n===158||n===148||n===133||n===150||n===151||n===114||n===153||n===143||n===228||n===312||n===313||n===314||n===315||n===316||n===317||n===318}e.isTypeNodeKind=Lo;function Za(n){return n.kind===206||n.kind===207}e.isAccessExpression=Za;function ia(n){return n.kind===206?n.name:(e.Debug.assert(n.kind===207),n.argumentExpression)}e.getNameOfAccessExpression=ia;function d_(n){switch(n.kind){case"text":case"internal":return!0;default:return!1}}e.isBundleFileTextLike=d_;function Ol(n){return n.kind===269||n.kind===273}e.isNamedImportsOrExports=Ol;function m_(n){for(;Za(n);)n=n.expression;return n}e.getLeftmostAccessExpression=m_;function mo(n,s){if(Za(n.parent)&&dc(n))return T(n.parent);function T(O){if(O.kind===206){var ue=s(O.name);if(ue!==void 0)return ue}else if(O.kind===207)if(e.isIdentifier(O.argumentExpression)||e.isStringLiteralLike(O.argumentExpression)){var ue=s(O.argumentExpression);if(ue!==void 0)return ue}else return;if(Za(O.expression))return T(O.expression);if(e.isIdentifier(O.expression))return s(O.expression)}}e.forEachNameInAccessChainWalkingLeft=mo;function Nu(n,s){for(;;){switch(n.kind){case 220:n=n.operand;continue;case 221:n=n.left;continue;case 222:n=n.condition;continue;case 210:n=n.tag;continue;case 208:if(s)return n;case 229:case 207:case 206:case 230:case 350:n=n.expression;continue}return n}}e.getLeftmostExpression=Nu;function Ml(n,s){this.flags=n,this.escapedName=s,this.declarations=void 0,this.valueDeclaration=void 0,this.id=void 0,this.mergeId=void 0,this.parent=void 0}function Ji(n,s){this.flags=s,(e.Debug.isDebugging||e.tracing)&&(this.checker=n)}function Hi(n,s){this.flags=s,e.Debug.isDebugging&&(this.checker=n)}function eo(n,s,T){this.pos=s,this.end=T,this.kind=n,this.id=0,this.flags=0,this.modifierFlagsCache=0,this.transformFlags=0,this.parent=void 0,this.original=void 0}function g_(n,s,T){this.pos=s,this.end=T,this.kind=n,this.id=0,this.flags=0,this.transformFlags=0,this.parent=void 0}function ja(n,s,T){this.pos=s,this.end=T,this.kind=n,this.id=0,this.flags=0,this.transformFlags=0,this.parent=void 0,this.original=void 0,this.flowNode=void 0}function i(n,s,T){this.fileName=n,this.text=s,this.skipTrivia=T||function(O){return O}}e.objectAllocator={getNodeConstructor:function(){return eo},getTokenConstructor:function(){return g_},getIdentifierConstructor:function(){return ja},getPrivateIdentifierConstructor:function(){return eo},getSourceFileConstructor:function(){return eo},getSymbolConstructor:function(){return Ml},getTypeConstructor:function(){return Ji},getSignatureConstructor:function(){return Hi},getSourceMapSourceConstructor:function(){return i}};function o(n){Object.assign(e.objectAllocator,n)}e.setObjectAllocator=o;function u(n,s,T){return T===void 0&&(T=0),n.replace(/{(\d+)}/g,function(O,ue){return""+e.Debug.checkDefined(s[+ue+T])})}e.formatStringFromArgs=u;var h;function j(n){h=n}e.setLocalizedDiagnosticMessages=j;function Oe(n){!h&&n&&(h=n())}e.maybeSetLocalizedDiagnosticMessages=Oe;function yt(n){return h&&h[n.key]||n.message}e.getLocaleSpecificMessage=yt;function hr(n,s,T,O){Jn(void 0,s,T);var ue=yt(O);return arguments.length>4&&(ue=u(ue,arguments,4)),{file:void 0,start:s,length:T,messageText:ue,category:O.category,code:O.code,reportsUnnecessary:O.reportsUnnecessary,fileName:n}}e.createDetachedDiagnostic=hr;function Kn(n){return n.file===void 0&&n.start!==void 0&&n.length!==void 0&&typeof n.fileName=="string"}function Na(n,s){var T=s.fileName||"",O=s.text.length;e.Debug.assertEqual(n.fileName,T),e.Debug.assertLessThanOrEqual(n.start,O),e.Debug.assertLessThanOrEqual(n.start+n.length,O);var ue={file:s,start:n.start,length:n.length,messageText:n.messageText,category:n.category,code:n.code,reportsUnnecessary:n.reportsUnnecessary};if(n.relatedInformation){ue.relatedInformation=[];for(var tt=0,pt=n.relatedInformation;tt<pt.length;tt++){var Lt=pt[tt];Kn(Lt)&&Lt.fileName===T?(e.Debug.assertLessThanOrEqual(Lt.start,O),e.Debug.assertLessThanOrEqual(Lt.start+Lt.length,O),ue.relatedInformation.push(Na(Lt,s))):ue.relatedInformation.push(Lt)}}return ue}function go(n,s){for(var T=[],O=0,ue=n;O<ue.length;O++){var tt=ue[O];T.push(Na(tt,s))}return T}e.attachFileToDiagnostics=go;function to(n,s,T,O){Jn(n,s,T);var ue=yt(O);return arguments.length>4&&(ue=u(ue,arguments,4)),{file:n,start:s,length:T,messageText:ue,category:O.category,code:O.code,reportsUnnecessary:O.reportsUnnecessary,reportsDeprecated:O.reportsDeprecated}}e.createFileDiagnostic=to;function Ll(n,s){var T=yt(s);return arguments.length>2&&(T=u(T,arguments,2)),T}e.formatMessage=Ll;function hc(n){var s=yt(n);return arguments.length>1&&(s=u(s,arguments,1)),{file:void 0,start:void 0,length:void 0,messageText:s,category:n.category,code:n.code,reportsUnnecessary:n.reportsUnnecessary,reportsDeprecated:n.reportsDeprecated}}e.createCompilerDiagnostic=hc;function Rl(n,s){return{file:void 0,start:void 0,length:void 0,code:n.code,category:n.category,messageText:n.next?n:n.messageText,relatedInformation:s}}e.createCompilerDiagnosticFromMessageChain=Rl;function nf(n,s){var T=yt(s);return arguments.length>2&&(T=u(T,arguments,2)),{messageText:T,category:s.category,code:s.code,next:n===void 0||Array.isArray(n)?n:[n]}}e.chainDiagnosticMessages=nf;function af(n,s){for(var T=n;T.next;)T=T.next[0];T.next=[s]}e.concatenateDiagnosticMessageChains=af;function pp(n){return n.file?n.file.path:void 0}function Jl(n,s){return vc(n,s)||of(n,s)||0}e.compareDiagnostics=Jl;function vc(n,s){return e.compareStringsCaseSensitive(pp(n),pp(s))||e.compareValues(n.start,s.start)||e.compareValues(n.length,s.length)||e.compareValues(n.code,s.code)||fp(n.messageText,s.messageText)||0}e.compareDiagnosticsSkipRelatedInformation=vc;function of(n,s){return!n.relatedInformation&&!s.relatedInformation?0:n.relatedInformation&&s.relatedInformation?e.compareValues(n.relatedInformation.length,s.relatedInformation.length)||e.forEach(n.relatedInformation,function(T,O){var ue=s.relatedInformation[O];return Jl(T,ue)})||0:n.relatedInformation?-1:1}function fp(n,s){if(typeof n=="string"&&typeof s=="string")return e.compareStringsCaseSensitive(n,s);if(typeof n=="string")return-1;if(typeof s=="string")return 1;var T=e.compareStringsCaseSensitive(n.messageText,s.messageText);if(T)return T;if(!n.next&&!s.next)return 0;if(!n.next)return-1;if(!s.next)return 1;for(var O=Math.min(n.next.length,s.next.length),ue=0;ue<O;ue++)if(T=fp(n.next[ue],s.next[ue]),T)return T;return n.next.length<s.next.length?-1:n.next.length>s.next.length?1:0}function sf(n){return n===4||n===2||n===1||n===6?1:0}e.getLanguageVariant=sf;function dp(n){if(!!(n.transformFlags&2))return e.isJsxOpeningLikeElement(n)||e.isJsxFragment(n)?n:e.forEachChild(n,dp)}function Fs(n){return n.isDeclarationFile?void 0:dp(n)}function _f(n){return(n.impliedNodeFormat===e.ModuleKind.ESNext||e.fileExtensionIsOneOf(n.fileName,[".cjs",".cts",".mjs",".mts"]))&&!n.isDeclarationFile?!0:void 0}function Zo(n){switch(Kt(n)){case e.ModuleDetectionKind.Force:return function(ue){ue.externalModuleIndicator=e.isFileProbablyExternalModule(ue)||!ue.isDeclarationFile||void 0};case e.ModuleDetectionKind.Legacy:return function(ue){ue.externalModuleIndicator=e.isFileProbablyExternalModule(ue)};case e.ModuleDetectionKind.Auto:var s=[e.isFileProbablyExternalModule];(n.jsx===4||n.jsx===5)&&s.push(Fs),s.push(_f);var T=e.or.apply(void 0,s),O=function(ue){return void(ue.externalModuleIndicator=T(ue))};return O}}e.getSetExternalModuleIndicator=Zo;function He(n){return n.target||n.module===e.ModuleKind.Node16&&9||n.module===e.ModuleKind.NodeNext&&99||0}e.getEmitScriptTarget=He;function kt(n){return typeof n.module=="number"?n.module:He(n)>=2?e.ModuleKind.ES2015:e.ModuleKind.CommonJS}e.getEmitModuleKind=kt;function Nt(n){var s=n.moduleResolution;if(s===void 0)switch(kt(n)){case e.ModuleKind.CommonJS:s=e.ModuleResolutionKind.NodeJs;break;case e.ModuleKind.Node16:s=e.ModuleResolutionKind.Node16;break;case e.ModuleKind.NodeNext:s=e.ModuleResolutionKind.NodeNext;break;default:s=e.ModuleResolutionKind.Classic;break}return s}e.getEmitModuleResolutionKind=Nt;function Kt(n){return n.moduleDetection||(kt(n)===e.ModuleKind.Node16||kt(n)===e.ModuleKind.NodeNext?e.ModuleDetectionKind.Force:e.ModuleDetectionKind.Auto)}e.getEmitModuleDetectionKind=Kt;function rr(n){switch(kt(n)){case e.ModuleKind.CommonJS:case e.ModuleKind.AMD:case e.ModuleKind.ES2015:case e.ModuleKind.ES2020:case e.ModuleKind.ES2022:case e.ModuleKind.ESNext:case e.ModuleKind.Node16:case e.ModuleKind.NodeNext:return!0;default:return!1}}e.hasJsonModuleEmitEnabled=rr;function Mr(n){return n.allowUnreachableCode===!1}e.unreachableCodeIsError=Mr;function yn(n){return n.allowUnusedLabels===!1}e.unusedLabelIsError=yn;function li(n){return!!(Ai(n)&&n.declarationMap)}e.getAreDeclarationMapsEnabled=li;function oi(n){if(n.esModuleInterop!==void 0)return n.esModuleInterop;switch(kt(n)){case e.ModuleKind.Node16:case e.ModuleKind.NodeNext:return!0}}e.getESModuleInterop=oi;function ua(n){var s=kt(n);return n.allowSyntheticDefaultImports!==void 0?n.allowSyntheticDefaultImports:oi(n)||s===e.ModuleKind.System}e.getAllowSyntheticDefaultImports=ua;function Ai(n){return!!(n.declaration||n.composite)}e.getEmitDeclarations=Ai;function yo(n){return!!(n.preserveConstEnums||n.isolatedModules)}e.shouldPreserveConstEnums=yo;function y_(n){return!!(n.incremental||n.composite)}e.isIncrementalCompilation=y_;function h_(n,s){return n[s]===void 0?!!n.strict:!!n[s]}e.getStrictOptionValue=h_;function bc(n){return n.allowJs===void 0?!!n.checkJs:n.allowJs}e.getAllowJSCompilerOption=bc;function Ou(n){return n.useDefineForClassFields===void 0?He(n)>=9:n.useDefineForClassFields}e.getUseDefineForClassFields=Ou;function cf(n,s){return qe(s,n,e.semanticDiagnosticsOptionDeclarations)}e.compilerOptionsAffectSemanticDiagnostics=cf;function P0(n,s){return qe(s,n,e.affectsEmitOptionDeclarations)}e.compilerOptionsAffectEmit=P0;function I0(n,s){return qe(s,n,e.affectsDeclarationPathOptionDeclarations)}e.compilerOptionsAffectDeclarationPath=I0;function uf(n,s){return s.strictFlag?h_(n,s.name):n[s.name]}e.getCompilerOptionValue=uf;function N0(n){var s=n.jsx;return s===2||s===4||s===5}e.getJSXTransformEnabled=N0;function O0(n,s){var T=s==null?void 0:s.pragmas.get("jsximportsource"),O=e.isArray(T)?T[T.length-1]:T;return n.jsx===4||n.jsx===5||n.jsxImportSource||O?(O==null?void 0:O.arguments.factory)||n.jsxImportSource||"react":void 0}e.getJSXImplicitImportBase=O0;function M0(n,s){return n?"".concat(n,"/").concat(s.jsx===5?"jsx-dev-runtime":"jsx-runtime"):void 0}e.getJSXRuntimeImport=M0;function L0(n){for(var s=!1,T=0;T<n.length;T++)if(n.charCodeAt(T)===42)if(!s)s=!0;else return!1;return!0}e.hasZeroOrOneAsteriskCharacter=L0;function R0(n,s){var T,O,ue,tt=!1;return{getSymlinkedFiles:function(){return ue},getSymlinkedDirectories:function(){return T},getSymlinkedDirectoriesByRealpath:function(){return O},setSymlinkedFile:function(Lt,ir){return(ue||(ue=new e.Map)).set(Lt,ir)},setSymlinkedDirectory:function(Lt,ir){var Zt=e.toPath(Lt,n,s);gm(Zt)||(Zt=e.ensureTrailingDirectorySeparator(Zt),ir!==!1&&!(T!=null&&T.has(Zt))&&(O||(O=e.createMultiMap())).add(e.ensureTrailingDirectorySeparator(ir.realPath),Lt),(T||(T=new e.Map)).set(Zt,ir))},setSymlinksFromResolutions:function(Lt,ir){var Zt=this,Vr;e.Debug.assert(!tt),tt=!0;for(var dn=0,ni=Lt;dn<ni.length;dn++){var Zn=ni[dn];(Vr=Zn.resolvedModules)===null||Vr===void 0||Vr.forEach(function(Ln){return pt(Zt,Ln)})}ir==null||ir.forEach(function(Ln){return pt(Zt,Ln)})},hasProcessedResolutions:function(){return tt}};function pt(Lt,ir){if(!(!ir||!ir.originalPath||!ir.resolvedFileName)){var Zt=ir.resolvedFileName,Vr=ir.originalPath;Lt.setSymlinkedFile(e.toPath(Vr,n,s),Zt);var dn=J0(Zt,Vr,n,s)||e.emptyArray,ni=dn[0],Zn=dn[1];ni&&Zn&&Lt.setSymlinkedDirectory(Zn,{real:ni,realPath:e.toPath(ni,n,s)})}}}e.createSymlinkCache=R0;function J0(n,s,T,O){for(var ue=e.getPathComponents(e.getNormalizedAbsolutePath(n,T)),tt=e.getPathComponents(e.getNormalizedAbsolutePath(s,T)),pt=!1;ue.length>=2&&tt.length>=2&&!Qd(ue[ue.length-2],O)&&!Qd(tt[tt.length-2],O)&&O(ue[ue.length-1])===O(tt[tt.length-1]);)ue.pop(),tt.pop(),pt=!0;return pt?[e.getPathFromPathComponents(ue),e.getPathFromPathComponents(tt)]:void 0}function Qd(n,s){return n!==void 0&&(s(n)==="node_modules"||e.startsWith(n,"@"))}function F0(n){return e.isAnyDirectorySeparator(n.charCodeAt(0))?n.slice(1):void 0}function j0(n,s,T){var O=e.tryRemovePrefix(n,s,T);return O===void 0?void 0:F0(O)}e.tryRemoveDirectoryPrefix=j0;var lf=/[^\w\s\/]/g;function B0(n){return n.replace(lf,q0)}e.regExpEscape=B0;function q0(n){return"\\"+n}var U0=[42,63];e.commonPackageFolders=["node_modules","bower_components","jspm_packages"];var pf="(?!(".concat(e.commonPackageFolders.join("|"),")(/|$))"),Yd={singleAsteriskRegexFragment:"([^./]|(\\.(?!min\\.js$))?)*",doubleAsteriskRegexFragment:"(/".concat(pf,"[^/.][^/]*)*?"),replaceWildcardCharacter:function(n){return df(n,Yd.singleAsteriskRegexFragment)}},Zd={singleAsteriskRegexFragment:"[^/]*",doubleAsteriskRegexFragment:"(/".concat(pf,"[^/.][^/]*)*?"),replaceWildcardCharacter:function(n){return df(n,Zd.singleAsteriskRegexFragment)}},em={singleAsteriskRegexFragment:"[^/]*",doubleAsteriskRegexFragment:"(/.+?)?",replaceWildcardCharacter:function(n){return df(n,em.singleAsteriskRegexFragment)}},tm={files:Yd,directories:Zd,exclude:em};function mp(n,s,T){var O=ff(n,s,T);if(!(!O||!O.length)){var ue=O.map(function(pt){return"(".concat(pt,")")}).join("|"),tt=T==="exclude"?"($|/)":"$";return"^(".concat(ue,")").concat(tt)}}e.getRegularExpressionForWildcard=mp;function ff(n,s,T){if(!(n===void 0||n.length===0))return e.flatMap(n,function(O){return O&&nm(O,s,T,tm[T])})}e.getRegularExpressionsForWildcards=ff;function rm(n){return!/[.*?]/.test(n)}e.isImplicitGlob=rm;function z0(n,s,T){var O=n&&nm(n,s,T,tm[T]);return O&&"^(".concat(O,")").concat(T==="exclude"?"($|/)":"$")}e.getPatternFromSpec=z0;function nm(n,s,T,O){var ue=O.singleAsteriskRegexFragment,tt=O.doubleAsteriskRegexFragment,pt=O.replaceWildcardCharacter,Lt="",ir=!1,Zt=e.getNormalizedPathComponents(n,s),Vr=e.last(Zt);if(!(T!=="exclude"&&Vr==="**")){Zt[0]=e.removeTrailingDirectorySeparator(Zt[0]),rm(Vr)&&Zt.push("**","*");for(var dn=0,ni=0,Zn=Zt;ni<Zn.length;ni++){var Ln=Zn[ni];if(Ln==="**")Lt+=tt;else if(T==="directories"&&(Lt+="(",dn++),ir&&(Lt+=e.directorySeparator),T!=="exclude"){var ya="";Ln.charCodeAt(0)===42?(ya+="([^./]"+ue+")?",Ln=Ln.substr(1)):Ln.charCodeAt(0)===63&&(ya+="[^./]",Ln=Ln.substr(1)),ya+=Ln.replace(lf,pt),ya!==Ln&&(Lt+=pf),Lt+=ya}else Lt+=Ln.replace(lf,pt);ir=!0}for(;dn>0;)Lt+=")?",dn--;return Lt}}function df(n,s){return n==="*"?s:n==="?"?"[^/]":"\\"+n}function im(n,s,T,O,ue){n=e.normalizePath(n),ue=e.normalizePath(ue);var tt=e.combinePaths(ue,n);return{includeFilePatterns:e.map(ff(T,tt,"files"),function(pt){return"^".concat(pt,"$")}),includeFilePattern:mp(T,tt,"files"),includeDirectoryPattern:mp(T,tt,"directories"),excludePattern:mp(s,tt,"exclude"),basePaths:W0(n,T,O)}}e.getFileMatcherPatterns=im;function gp(n,s){return new RegExp(n,s?"":"i")}e.getRegexFromPattern=gp;function K0(n,s,T,O,ue,tt,pt,Lt,ir){n=e.normalizePath(n),tt=e.normalizePath(tt);for(var Zt=im(n,T,O,ue,tt),Vr=Zt.includeFilePatterns&&Zt.includeFilePatterns.map(function(js){return gp(js,ue)}),dn=Zt.includeDirectoryPattern&&gp(Zt.includeDirectoryPattern,ue),ni=Zt.excludePattern&&gp(Zt.excludePattern,ue),Zn=Vr?Vr.map(function(){return[]}):[[]],Ln=new e.Map,ya=e.createGetCanonicalFileName(ue),En=0,Ba=Zt.basePaths;En<Ba.length;En++){var v_=Ba[En];jl(v_,e.combinePaths(tt,v_),pt)}return e.flatten(Zn);function jl(js,vf,hp){var vm=ya(ir(vf));if(!Ln.has(vm)){Ln.set(vm,!0);for(var bm=Lt(js),B2=bm.files,q2=bm.directories,U2=function(Sm){var Sf=e.combinePaths(js,Sm),Dm=e.combinePaths(vf,Sm);if(s&&!e.fileExtensionIsOneOf(Sf,s)||ni&&ni.test(Dm))return"continue";if(!Vr)Zn[0].push(Sf);else{var Em=e.findIndex(Vr,function(K2){return K2.test(Dm)});Em!==-1&&Zn[Em].push(Sf)}},bf=0,Tm=e.sort(B2,e.compareStringsCaseSensitive);bf<Tm.length;bf++){var vp=Tm[bf];U2(vp)}if(!(hp!==void 0&&(hp--,hp===0)))for(var Tf=0,xm=e.sort(q2,e.compareStringsCaseSensitive);Tf<xm.length;Tf++){var vp=xm[Tf],z2=e.combinePaths(js,vp),xf=e.combinePaths(vf,vp);(!dn||dn.test(xf))&&(!ni||!ni.test(xf))&&jl(z2,xf,hp)}}}}e.matchFiles=K0;function W0(n,s,T){var O=[n];if(s){for(var ue=[],tt=0,pt=s;tt<pt.length;tt++){var Lt=pt[tt],ir=e.isRootedDiskPath(Lt)?Lt:e.normalizePath(e.combinePaths(n,Lt));ue.push(H0(ir))}ue.sort(e.getStringComparer(!T));for(var Zt=function(Zn){e.every(O,function(Ln){return!e.containsPath(Ln,Zn,n,!T)})&&O.push(Zn)},Vr=0,dn=ue;Vr<dn.length;Vr++){var ni=dn[Vr];Zt(ni)}}return O}function H0(n){var s=e.indexOfAnyCharCode(n,U0);return s<0?e.hasExtension(n)?e.removeTrailingDirectorySeparator(e.getDirectoryPath(n)):n:n.substring(0,n.lastIndexOf(e.directorySeparator,s))}function G0(n,s){return s||am(n)||3}e.ensureScriptKind=G0;function am(n){var s=n.substr(n.lastIndexOf("."));switch(s.toLowerCase()){case".js":case".cjs":case".mjs":return 1;case".jsx":return 2;case".ts":case".cts":case".mts":return 3;case".tsx":return 4;case".json":return 6;default:return 0}}e.getScriptKindFromFileName=am,e.supportedTSExtensions=[[".ts",".tsx",".d.ts"],[".cts",".d.cts"],[".mts",".d.mts"]],e.supportedTSExtensionsFlat=e.flatten(e.supportedTSExtensions);var X0=Cn(Cn([],e.supportedTSExtensions,!0),[[".json"]],!1),$0=[".d.ts",".d.cts",".d.mts",".cts",".mts",".ts",".tsx",".cts",".mts"];e.supportedJSExtensions=[[".js",".jsx"],[".mjs"],[".cjs"]],e.supportedJSExtensionsFlat=e.flatten(e.supportedJSExtensions);var yp=[[".ts",".tsx",".d.ts",".js",".jsx"],[".cts",".d.cts",".cjs"],[".mts",".d.mts",".mjs"]],V0=Cn(Cn([],yp,!0),[[".json"]],!1);e.supportedDeclarationExtensions=[".d.ts",".d.cts",".d.mts"];function om(n,s){var T=n&&bc(n);if(!s||s.length===0)return T?yp:e.supportedTSExtensions;var O=T?yp:e.supportedTSExtensions,ue=e.flatten(O),tt=Cn(Cn([],O,!0),e.mapDefined(s,function(pt){return pt.scriptKind===7||T&&Q0(pt.scriptKind)&&ue.indexOf(pt.extension)===-1?[pt.extension]:void 0}),!0);return tt}e.getSupportedExtensions=om;function sm(n,s){return!n||!n.resolveJsonModule?s:s===yp?V0:s===e.supportedTSExtensions?X0:Cn(Cn([],s,!0),[[".json"]],!1)}e.getSupportedExtensionsWithJsonIfResolveJsonModule=sm;function Q0(n){return n===1||n===2}function Y0(n){return e.some(e.supportedJSExtensionsFlat,function(s){return e.fileExtensionIs(n,s)})}e.hasJSFileExtension=Y0;function Z0(n){return e.some(e.supportedTSExtensionsFlat,function(s){return e.fileExtensionIs(n,s)})}e.hasTSFileExtension=Z0;function e2(n,s,T){if(!n)return!1;for(var O=om(s,T),ue=0,tt=e.flatten(sm(s,O));ue<tt.length;ue++){var pt=tt[ue];if(e.fileExtensionIs(n,pt))return!0}return!1}e.isSupportedSourceFileName=e2;function _m(n){var s=n.match(/\//g);return s?s.length:0}function t2(n,s){return e.compareValues(_m(n),_m(s))}e.compareNumberOfDirectorySeparators=t2;var mf=[".d.ts",".d.mts",".d.cts",".mjs",".mts",".cjs",".cts",".ts",".js",".tsx",".jsx",".json"];function Fl(n){for(var s=0,T=mf;s<T.length;s++){var O=T[s],ue=cm(n,O);if(ue!==void 0)return ue}return n}e.removeFileExtension=Fl;function cm(n,s){return e.fileExtensionIs(n,s)?um(n,s):void 0}e.tryRemoveExtension=cm;function um(n,s){return n.substring(0,n.length-s.length)}e.removeExtension=um;function r2(n,s){return e.changeAnyExtension(n,s,mf,!1)}e.changeExtension=r2;function lm(n){var s=n.indexOf("*");return s===-1?n:n.indexOf("*",s+1)!==-1?void 0:{prefix:n.substr(0,s),suffix:n.substr(s+1)}}e.tryParsePattern=lm;function n2(n){return e.mapDefined(e.getOwnKeys(n),function(s){return lm(s)})}e.tryParsePatterns=n2;function Mu(n){return!(n>=0)}e.positionIsSynthesized=Mu;function pm(n){return n===".ts"||n===".tsx"||n===".d.ts"||n===".cts"||n===".mts"||n===".d.mts"||n===".d.cts"}e.extensionIsTS=pm;function i2(n){return pm(n)||n===".json"}e.resolutionExtensionIsTSOrJson=i2;function a2(n){var s=gf(n);return s!==void 0?s:e.Debug.fail("File ".concat(n," has unknown extension."))}e.extensionFromPath=a2;function o2(n){return gf(n)!==void 0}e.isAnySupportedFileExtension=o2;function gf(n){return e.find(mf,function(s){return e.fileExtensionIs(n,s)})}e.tryGetExtensionFromPath=gf;function s2(n,s){return n.checkJsDirective?n.checkJsDirective.enabled:s.checkJs}e.isCheckJsEnabledForFile=s2,e.emptyFileSystemEntries={files:e.emptyArray,directories:e.emptyArray};function _2(n,s){for(var T=[],O=0,ue=n;O<ue.length;O++){var tt=ue[O];if(tt===s)return s;e.isString(tt)||T.push(tt)}return e.findBestPatternMatch(T,function(pt){return pt},s)}e.matchPatternOrExact=_2;function c2(n,s){var T=n.indexOf(s);return e.Debug.assert(T!==-1),n.slice(T)}e.sliceAfter=c2;function u2(n){for(var s,T=[],O=1;O<arguments.length;O++)T[O-1]=arguments[O];return T.length&&(n.relatedInformation||(n.relatedInformation=[]),e.Debug.assert(n.relatedInformation!==e.emptyArray,"Diagnostic had empty array singleton for related info, but is still being constructed!"),(s=n.relatedInformation).push.apply(s,T)),n}e.addRelatedInfo=u2;function l2(n,s){e.Debug.assert(n.length!==0);for(var T=s(n[0]),O=T,ue=1;ue<n.length;ue++){var tt=s(n[ue]);tt<T?T=tt:tt>O&&(O=tt)}return{min:T,max:O}}e.minAndMax=l2;function p2(n){return{pos:at(n),end:n.end}}e.rangeOfNode=p2;function f2(n,s){var T=s.pos-1,O=e.skipTrivia(n.text,s.end)+1;return{pos:T,end:O}}e.rangeOfTypeParameters=f2;function d2(n,s,T){return s.skipLibCheck&&n.isDeclarationFile||s.skipDefaultLibCheck&&n.hasNoDefaultLib||T.isSourceOfProjectReferenceRedirect(n.fileName)}e.skipTypeChecking=d2;function yf(n,s){return n===s||typeof n=="object"&&n!==null&&typeof s=="object"&&s!==null&&e.equalOwnProperties(n,s,yf)}e.isJsonEqual=yf;function m2(n){var s;switch(n.charCodeAt(1)){case 98:case 66:s=1;break;case 111:case 79:s=3;break;case 120:case 88:s=4;break;default:for(var T=n.length-1,O=0;n.charCodeAt(O)===48;)O++;return n.slice(O,T)||"0"}for(var ue=2,tt=n.length-1,pt=(tt-ue)*s,Lt=new Uint16Array((pt>>>4)+(pt&15?1:0)),ir=tt-1,Zt=0;ir>=ue;ir--,Zt+=s){var Vr=Zt>>>4,dn=n.charCodeAt(ir),ni=dn<=57?dn-48:10+dn-(dn<=70?65:97),Zn=ni<<(Zt&15);Lt[Vr]|=Zn;var Ln=Zn>>>16;Ln&&(Lt[Vr+1]|=Ln)}for(var ya="",En=Lt.length-1,Ba=!0;Ba;){var v_=0;Ba=!1;for(var Vr=En;Vr>=0;Vr--){var jl=v_<<16|Lt[Vr],js=jl/10|0;Lt[Vr]=js,v_=jl-js*10,js&&!Ba&&(En=Vr,Ba=!0)}ya=v_+ya}return ya}e.parsePseudoBigInt=m2;function g2(n){var s=n.negative,T=n.base10Value;return(s&&T!=="0"?"-":"")+T}e.pseudoBigIntToString=g2;function y2(n){return!!(n.flags&16777216)||aa(n)||b2(n)||v2(n)||!(Zi(n)||h2(n))}e.isValidTypeOnlyAliasUseSite=y2;function h2(n){return e.isIdentifier(n)&&e.isShorthandPropertyAssignment(n.parent)&&n.parent.name===n}function v2(n){for(;n.kind===79||n.kind===206;)n=n.parent;if(n.kind!==162)return!1;if(Sa(n.parent,128))return!0;var s=n.parent.parent.kind;return s===258||s===182}function b2(n){if(n.kind!==79)return!1;var s=e.findAncestor(n.parent,function(T){switch(T.kind){case 291:return!0;case 206:case 228:return!1;default:return"quit"}});return(s==null?void 0:s.token)===117||(s==null?void 0:s.parent.kind)===258}function T2(n){return e.isTypeReferenceNode(n)&&e.isIdentifier(n.typeName)}e.isIdentifierTypeReference=T2;function x2(n,s){if(s===void 0&&(s=e.equateValues),n.length<2)return!0;for(var T=n[0],O=1,ue=n.length;O<ue;O++){var tt=n[O];if(!s(T,tt))return!1}return!0}e.arrayIsHomogeneous=x2;function fm(n,s){return n.pos=s,n}e.setTextRangePos=fm;function dm(n,s){return n.end=s,n}e.setTextRangeEnd=dm;function mm(n,s,T){return dm(fm(n,s),T)}e.setTextRangePosEnd=mm;function S2(n,s,T){return mm(n,s,s+T)}e.setTextRangePosWidth=S2;function D2(n,s){return n&&(n.flags=s),n}e.setNodeFlags=D2;function hf(n,s){return n&&s&&(n.parent=s),n}e.setParent=hf;function E2(n,s){if(n)for(var T=0,O=n;T<O.length;T++){var ue=O[T];hf(ue,s)}return n}e.setEachParent=E2;function C2(n,s){if(!n)return n;return e.forEachChildRecursively(n,e.isJSDocNode(n)?T:ue),n;function T(tt,pt){if(s&&tt.parent===pt)return"skip";hf(tt,pt)}function O(tt){if(e.hasJSDocNodes(tt))for(var pt=0,Lt=tt.jsDoc;pt<Lt.length;pt++){var ir=Lt[pt];T(ir,tt),e.forEachChildRecursively(ir,T)}}function ue(tt,pt){return T(tt,pt)||O(tt)}}e.setParentRecursive=C2;function w2(n){return!e.isOmittedExpression(n)}function A2(n){return e.isArrayLiteralExpression(n)&&e.every(n.elements,w2)}e.isPackedArrayLiteral=A2;function k2(n){for(e.Debug.assertIsDefined(n.parent);;){var s=n.parent;if(e.isParenthesizedExpression(s)){n=s;continue}if(e.isExpressionStatement(s)||e.isVoidExpression(s)||e.isForStatement(s)&&(s.initializer===n||s.incrementor===n))return!0;if(e.isCommaListExpression(s)){if(n!==e.last(s.elements))return!0;n=s;continue}if(e.isBinaryExpression(s)&&s.operatorToken.kind===27){if(n===s.left)return!0;n=s;continue}return!1}}e.expressionResultIsUnused=k2;function gm(n){return e.some(e.ignoredPaths,function(s){return e.stringContains(n,s)})}e.containsIgnoredPath=gm;function P2(n){if(!!n.parent){switch(n.kind){case 163:var s=n.parent;return s.kind===190?void 0:s.typeParameters;case 164:return n.parent.parameters;case 199:return n.parent.templateSpans;case 233:return n.parent.templateSpans;case 165:{var T=n.parent;return e.canHaveDecorators(T)?T.modifiers:e.canHaveIllegalDecorators(T)?T.illegalDecorators:void 0}case 291:return n.parent.heritageClauses}var O=n.parent;if(e.isJSDocTag(n))return e.isJSDocTypeLiteral(n.parent)?void 0:n.parent.tags;switch(O.kind){case 182:case 258:return e.isTypeElement(n)?O.members:void 0;case 187:case 188:return O.types;case 184:case 204:case 351:case 269:case 273:return O.elements;case 205:case 286:return O.properties;case 208:case 209:return e.isTypeNode(n)?O.typeArguments:O.expression===n?void 0:O.arguments;case 278:case 282:return e.isJsxChild(n)?O.children:void 0;case 280:case 279:return e.isTypeNode(n)?O.typeArguments:void 0;case 235:case 289:case 290:case 262:return O.statements;case 263:return O.clauses;case 257:case 226:return e.isClassElement(n)?O.members:void 0;case 260:return e.isEnumMember(n)?O.members:void 0;case 305:return O.statements}}}e.getContainingNodeArray=P2;function I2(n){if(!n.typeParameters){if(e.some(n.parameters,function(T){return!r_(T)}))return!0;if(n.kind!==214){var s=e.firstOrUndefined(n.parameters);if(!(s&&ws(s)))return!0}}return!1}e.hasContextSensitiveParameters=I2;function N2(n){return n==="Infinity"||n==="-Infinity"||n==="NaN"}e.isInfinityOrNaNString=N2;function ym(n){return n.kind===254&&n.parent.kind===292}e.isCatchClauseVariableDeclaration=ym;function O2(n){var s=n.valueDeclaration&&Ko(n.valueDeclaration);return!!s&&(e.isParameter(s)||ym(s))}e.isParameterOrCatchClauseVariable=O2;function M2(n){return n.kind===213||n.kind===214}e.isFunctionExpressionOrArrowFunction=M2;function L2(n){return n.replace(/\$/gm,function(){return"\\$"})}e.escapeSnippetText=L2;function hm(n){return(+n).toString()===n}e.isNumericLiteralName=hm;function R2(n,s,T,O){return e.isIdentifierText(n,s)?e.factory.createIdentifier(n):!O&&hm(n)&&+n>=0?e.factory.createNumericLiteral(+n):e.factory.createStringLiteral(n,!!T)}e.createPropertyNameNodeForIdentifierOrLiteral=R2;function J2(n){return!!(n.flags&262144&&n.isThisType)}e.isThisTypeParameter=J2;function F2(n){var s=0,T=0,O=0,ue=0,tt;(function(Zt){Zt[Zt.BeforeNodeModules=0]="BeforeNodeModules",Zt[Zt.NodeModules=1]="NodeModules",Zt[Zt.Scope=2]="Scope",Zt[Zt.PackageContent=3]="PackageContent"})(tt||(tt={}));for(var pt=0,Lt=0,ir=0;Lt>=0;)switch(pt=Lt,Lt=n.indexOf("/",pt+1),ir){case 0:n.indexOf(e.nodeModulesPathPart,pt)===pt&&(s=pt,T=Lt,ir=1);break;case 1:case 2:ir===1&&n.charAt(pt+1)==="@"?ir=2:(O=Lt,ir=3);break;case 3:n.indexOf(e.nodeModulesPathPart,pt)===pt?ir=1:ir=3;break}return ue=pt,ir>1?{topLevelNodeModulesIndex:s,topLevelPackageNameIndex:T,packageRootIndex:O,fileNameIndex:ue}:void 0}e.getNodeModulePathParts=F2;function j2(n){var s;return n.kind===340?(s=n.typeExpression)===null||s===void 0?void 0:s.type:n.type}e.getParameterTypeNode=j2})(Qt||(Qt={}));var Qt;(function(e){function t(){var a,_,d,x,$;return{createBaseSourceFileNode:Y,createBaseIdentifierNode:w,createBasePrivateIdentifierNode:K,createBaseTokenNode:qe,createBaseNode:ye};function Y(ne){return new($||($=e.objectAllocator.getSourceFileConstructor()))(ne,-1,-1)}function w(ne){return new(d||(d=e.objectAllocator.getIdentifierConstructor()))(ne,-1,-1)}function K(ne){return new(x||(x=e.objectAllocator.getPrivateIdentifierConstructor()))(ne,-1,-1)}function qe(ne){return new(_||(_=e.objectAllocator.getTokenConstructor()))(ne,-1,-1)}function ye(ne){return new(a||(a=e.objectAllocator.getNodeConstructor()))(ne,-1,-1)}}e.createBaseNodeFactory=t})(Qt||(Qt={}));var Qt;(function(e){function t(a){var _,d;return{getParenthesizeLeftSideOfBinaryForOperator:x,getParenthesizeRightSideOfBinaryForOperator:$,parenthesizeLeftSideOfBinary:ye,parenthesizeRightSideOfBinary:ne,parenthesizeExpressionOfComputedPropertyName:U,parenthesizeConditionOfConditionalExpression:We,parenthesizeBranchOfConditionalExpression:f,parenthesizeExpressionOfExportDefault:v,parenthesizeExpressionOfNew:le,parenthesizeLeftSideOfAccess:he,parenthesizeOperandOfPostfixUnary:je,parenthesizeOperandOfPrefixUnary:A,parenthesizeExpressionsOfCommaDelimitedList:xe,parenthesizeExpressionForDisallowedComma:Q,parenthesizeExpressionOfExpressionStatement:Ct,parenthesizeConciseBodyOfArrowFunction:ft,parenthesizeCheckTypeOfConditionalType:Jt,parenthesizeExtendsTypeOfConditionalType:ke,parenthesizeConstituentTypesOfUnionType:be,parenthesizeConstituentTypeOfUnionType:Qe,parenthesizeConstituentTypesOfIntersectionType:q,parenthesizeConstituentTypeOfIntersectionType:Ie,parenthesizeOperandOfTypeOperator:ve,parenthesizeOperandOfReadonlyTypeOperator:st,parenthesizeNonArrayTypeOfPostfixType:we,parenthesizeElementTypesOfTupleType:Me,parenthesizeElementTypeOfTupleType:Tt,parenthesizeTypeOfOptionalType:rt,parenthesizeTypeArguments:Yt,parenthesizeLeadingTypeArgument:Pt};function x(oe){_||(_=new e.Map);var y=_.get(oe);return y||(y=function(g){return ye(oe,g)},_.set(oe,y)),y}function $(oe){d||(d=new e.Map);var y=d.get(oe);return y||(y=function(g){return ne(oe,void 0,g)},d.set(oe,y)),y}function Y(oe,y,g,D){var G=e.getOperatorPrecedence(221,oe),ee=e.getOperatorAssociativity(221,oe),V=e.skipPartiallyEmittedExpressions(y);if(!g&&y.kind===214&&G>3)return!0;var Ye=e.getExpressionPrecedence(V);switch(e.compareValues(Ye,G)){case-1:return!(!g&&ee===1&&y.kind===224);case 1:return!1;case 0:if(g)return ee===1;if(e.isBinaryExpression(V)&&V.operatorToken.kind===oe){if(w(oe))return!1;if(oe===39){var at=D?K(D):0;if(e.isLiteralKind(at)&&at===K(V))return!1}}var Le=e.getExpressionAssociativity(V);return Le===0}}function w(oe){return oe===41||oe===51||oe===50||oe===52}function K(oe){if(oe=e.skipPartiallyEmittedExpressions(oe),e.isLiteralKind(oe.kind))return oe.kind;if(oe.kind===221&&oe.operatorToken.kind===39){if(oe.cachedLiteralKind!==void 0)return oe.cachedLiteralKind;var y=K(oe.left),g=e.isLiteralKind(y)&&y===K(oe.right)?y:0;return oe.cachedLiteralKind=g,g}return 0}function qe(oe,y,g,D){var G=e.skipPartiallyEmittedExpressions(y);return G.kind===212?y:Y(oe,y,g,D)?a.createParenthesizedExpression(y):y}function ye(oe,y){return qe(oe,y,!0)}function ne(oe,y,g){return qe(oe,g,!1,y)}function U(oe){return e.isCommaSequence(oe)?a.createParenthesizedExpression(oe):oe}function We(oe){var y=e.getOperatorPrecedence(222,57),g=e.skipPartiallyEmittedExpressions(oe),D=e.getExpressionPrecedence(g);return e.compareValues(D,y)!==1?a.createParenthesizedExpression(oe):oe}function f(oe){var y=e.skipPartiallyEmittedExpressions(oe);return e.isCommaSequence(y)?a.createParenthesizedExpression(oe):oe}function v(oe){var y=e.skipPartiallyEmittedExpressions(oe),g=e.isCommaSequence(y);if(!g)switch(e.getLeftmostExpression(y,!1).kind){case 226:case 213:g=!0}return g?a.createParenthesizedExpression(oe):oe}function le(oe){var y=e.getLeftmostExpression(oe,!0);switch(y.kind){case 208:return a.createParenthesizedExpression(oe);case 209:return y.arguments?oe:a.createParenthesizedExpression(oe)}return he(oe)}function he(oe,y){var g=e.skipPartiallyEmittedExpressions(oe);return e.isLeftHandSideExpression(g)&&(g.kind!==209||g.arguments)&&(y||!e.isOptionalChain(g))?oe:e.setTextRange(a.createParenthesizedExpression(oe),oe)}function je(oe){return e.isLeftHandSideExpression(oe)?oe:e.setTextRange(a.createParenthesizedExpression(oe),oe)}function A(oe){return e.isUnaryExpression(oe)?oe:e.setTextRange(a.createParenthesizedExpression(oe),oe)}function xe(oe){var y=e.sameMap(oe,Q);return e.setTextRange(a.createNodeArray(y,oe.hasTrailingComma),oe)}function Q(oe){var y=e.skipPartiallyEmittedExpressions(oe),g=e.getExpressionPrecedence(y),D=e.getOperatorPrecedence(221,27);return g>D?oe:e.setTextRange(a.createParenthesizedExpression(oe),oe)}function Ct(oe){var y=e.skipPartiallyEmittedExpressions(oe);if(e.isCallExpression(y)){var g=y.expression,D=e.skipPartiallyEmittedExpressions(g).kind;if(D===213||D===214){var G=a.updateCallExpression(y,e.setTextRange(a.createParenthesizedExpression(g),g),y.typeArguments,y.arguments);return a.restoreOuterExpressions(oe,G,8)}}var ee=e.getLeftmostExpression(y,!1).kind;return ee===205||ee===213?e.setTextRange(a.createParenthesizedExpression(oe),oe):oe}function ft(oe){return!e.isBlock(oe)&&(e.isCommaSequence(oe)||e.getLeftmostExpression(oe,!1).kind===205)?e.setTextRange(a.createParenthesizedExpression(oe),oe):oe}function Jt(oe){switch(oe.kind){case 179:case 180:case 189:return a.createParenthesizedType(oe)}return oe}function ke(oe){switch(oe.kind){case 189:return a.createParenthesizedType(oe)}return oe}function Qe(oe){switch(oe.kind){case 187:case 188:return a.createParenthesizedType(oe)}return Jt(oe)}function be(oe){return a.createNodeArray(e.sameMap(oe,Qe))}function Ie(oe){switch(oe.kind){case 187:case 188:return a.createParenthesizedType(oe)}return Qe(oe)}function q(oe){return a.createNodeArray(e.sameMap(oe,Ie))}function ve(oe){switch(oe.kind){case 188:return a.createParenthesizedType(oe)}return Ie(oe)}function st(oe){switch(oe.kind){case 193:return a.createParenthesizedType(oe)}return ve(oe)}function we(oe){switch(oe.kind){case 190:case 193:case 181:return a.createParenthesizedType(oe)}return ve(oe)}function Me(oe){return a.createNodeArray(e.sameMap(oe,Tt))}function Tt(oe){return ze(oe)?a.createParenthesizedType(oe):oe}function ze(oe){return e.isJSDocNullableType(oe)?oe.postfix:e.isNamedTupleMember(oe)||e.isFunctionTypeNode(oe)||e.isConstructorTypeNode(oe)||e.isTypeOperatorNode(oe)?ze(oe.type):e.isConditionalTypeNode(oe)?ze(oe.falseType):e.isUnionTypeNode(oe)||e.isIntersectionTypeNode(oe)?ze(e.last(oe.types)):e.isInferTypeNode(oe)?!!oe.typeParameter.constraint&&ze(oe.typeParameter.constraint):!1}function rt(oe){return ze(oe)?a.createParenthesizedType(oe):we(oe)}function Pt(oe){return e.isFunctionOrConstructorTypeNode(oe)&&oe.typeParameters?a.createParenthesizedType(oe):oe}function Ot(oe,y){return y===0?Pt(oe):oe}function Yt(oe){if(e.some(oe))return a.createNodeArray(e.sameMap(oe,Ot))}}e.createParenthesizerRules=t,e.nullParenthesizerRules={getParenthesizeLeftSideOfBinaryForOperator:function(a){return e.identity},getParenthesizeRightSideOfBinaryForOperator:function(a){return e.identity},parenthesizeLeftSideOfBinary:function(a,_){return _},parenthesizeRightSideOfBinary:function(a,_,d){return d},parenthesizeExpressionOfComputedPropertyName:e.identity,parenthesizeConditionOfConditionalExpression:e.identity,parenthesizeBranchOfConditionalExpression:e.identity,parenthesizeExpressionOfExportDefault:e.identity,parenthesizeExpressionOfNew:function(a){return e.cast(a,e.isLeftHandSideExpression)},parenthesizeLeftSideOfAccess:function(a){return e.cast(a,e.isLeftHandSideExpression)},parenthesizeOperandOfPostfixUnary:function(a){return e.cast(a,e.isLeftHandSideExpression)},parenthesizeOperandOfPrefixUnary:function(a){return e.cast(a,e.isUnaryExpression)},parenthesizeExpressionsOfCommaDelimitedList:function(a){return e.cast(a,e.isNodeArray)},parenthesizeExpressionForDisallowedComma:e.identity,parenthesizeExpressionOfExpressionStatement:e.identity,parenthesizeConciseBodyOfArrowFunction:e.identity,parenthesizeCheckTypeOfConditionalType:e.identity,parenthesizeExtendsTypeOfConditionalType:e.identity,parenthesizeConstituentTypesOfUnionType:function(a){return e.cast(a,e.isNodeArray)},parenthesizeConstituentTypeOfUnionType:e.identity,parenthesizeConstituentTypesOfIntersectionType:function(a){return e.cast(a,e.isNodeArray)},parenthesizeConstituentTypeOfIntersectionType:e.identity,parenthesizeOperandOfTypeOperator:e.identity,parenthesizeOperandOfReadonlyTypeOperator:e.identity,parenthesizeNonArrayTypeOfPostfixType:e.identity,parenthesizeElementTypesOfTupleType:function(a){return e.cast(a,e.isNodeArray)},parenthesizeElementTypeOfTupleType:e.identity,parenthesizeTypeOfOptionalType:e.identity,parenthesizeTypeArguments:function(a){return a&&e.cast(a,e.isNodeArray)},parenthesizeLeadingTypeArgument:e.identity}})(Qt||(Qt={}));var Qt;(function(e){function t(a){return{convertToFunctionBlock:_,convertToFunctionExpression:d,convertToArrayAssignmentElement:x,convertToObjectAssignmentElement:$,convertToAssignmentPattern:Y,convertToObjectAssignmentPattern:w,convertToArrayAssignmentPattern:K,convertToAssignmentElementTarget:qe};function _(ye,ne){if(e.isBlock(ye))return ye;var U=a.createReturnStatement(ye);e.setTextRange(U,ye);var We=a.createBlock([U],ne);return e.setTextRange(We,ye),We}function d(ye){if(!ye.body)return e.Debug.fail("Cannot convert a FunctionDeclaration without a body");var ne=a.createFunctionExpression(ye.modifiers,ye.asteriskToken,ye.name,ye.typeParameters,ye.parameters,ye.type,ye.body);return e.setOriginalNode(ne,ye),e.setTextRange(ne,ye),e.getStartsOnNewLine(ye)&&e.setStartsOnNewLine(ne,!0),ne}function x(ye){if(e.isBindingElement(ye)){if(ye.dotDotDotToken)return e.Debug.assertNode(ye.name,e.isIdentifier),e.setOriginalNode(e.setTextRange(a.createSpreadElement(ye.name),ye),ye);var ne=qe(ye.name);return ye.initializer?e.setOriginalNode(e.setTextRange(a.createAssignment(ne,ye.initializer),ye),ye):ne}return e.cast(ye,e.isExpression)}function $(ye){if(e.isBindingElement(ye)){if(ye.dotDotDotToken)return e.Debug.assertNode(ye.name,e.isIdentifier),e.setOriginalNode(e.setTextRange(a.createSpreadAssignment(ye.name),ye),ye);if(ye.propertyName){var ne=qe(ye.name);return e.setOriginalNode(e.setTextRange(a.createPropertyAssignment(ye.propertyName,ye.initializer?a.createAssignment(ne,ye.initializer):ne),ye),ye)}return e.Debug.assertNode(ye.name,e.isIdentifier),e.setOriginalNode(e.setTextRange(a.createShorthandPropertyAssignment(ye.name,ye.initializer),ye),ye)}return e.cast(ye,e.isObjectLiteralElementLike)}function Y(ye){switch(ye.kind){case 202:case 204:return K(ye);case 201:case 205:return w(ye)}}function w(ye){return e.isObjectBindingPattern(ye)?e.setOriginalNode(e.setTextRange(a.createObjectLiteralExpression(e.map(ye.elements,$)),ye),ye):e.cast(ye,e.isObjectLiteralExpression)}function K(ye){return e.isArrayBindingPattern(ye)?e.setOriginalNode(e.setTextRange(a.createArrayLiteralExpression(e.map(ye.elements,x)),ye),ye):e.cast(ye,e.isArrayLiteralExpression)}function qe(ye){return e.isBindingPattern(ye)?Y(ye):e.cast(ye,e.isExpression)}}e.createNodeConverters=t,e.nullNodeConverters={convertToFunctionBlock:e.notImplemented,convertToFunctionExpression:e.notImplemented,convertToArrayAssignmentElement:e.notImplemented,convertToObjectAssignmentElement:e.notImplemented,convertToAssignmentPattern:e.notImplemented,convertToObjectAssignmentPattern:e.notImplemented,convertToArrayAssignmentPattern:e.notImplemented,convertToAssignmentElementTarget:e.notImplemented}})(Qt||(Qt={}));var Qt;(function(e){var t=0,a;(function(be){be[be.None=0]="None",be[be.NoParenthesizerRules=1]="NoParenthesizerRules",be[be.NoNodeConverters=2]="NoNodeConverters",be[be.NoIndentationOnFreshPropertyAccess=4]="NoIndentationOnFreshPropertyAccess",be[be.NoOriginalNode=8]="NoOriginalNode"})(a=e.NodeFactoryFlags||(e.NodeFactoryFlags={}));function _(be,Ie){var q=be&8?d:x,ve=e.memoize(function(){return be&1?e.nullParenthesizerRules:e.createParenthesizerRules(G)}),st=e.memoize(function(){return be&2?e.nullNodeConverters:e.createNodeConverters(G)}),we=e.memoizeOne(function(i){return function(o,u){return ma(o,i,u)}}),Me=e.memoizeOne(function(i){return function(o){return P(i,o)}}),Tt=e.memoizeOne(function(i){return function(o){return vn(o,i)}}),ze=e.memoizeOne(function(i){return function(){return W_(i)}}),rt=e.memoizeOne(function(i){return function(o){return Cs(i,o)}}),Pt=e.memoizeOne(function(i){return function(o,u){return Yc(i,o,u)}}),Ot=e.memoizeOne(function(i){return function(o,u){return e_(i,o,u)}}),Yt=e.memoizeOne(function(i){return function(o,u){return H_(i,o,u)}}),oe=e.memoizeOne(function(i){return function(o,u){return ks(i,o,u)}}),y=e.memoizeOne(function(i){return function(o,u,h){return ou(i,o,u,h)}}),g=e.memoizeOne(function(i){return function(o,u,h){return ac(i,o,u,h)}}),D=e.memoizeOne(function(i){return function(o,u,h,j){return hl(i,o,u,h,j)}}),G={get parenthesizer(){return ve()},get converters(){return st()},baseFactory:Ie,flags:be,createNodeArray:ee,createNumericLiteral:ut,createBigIntLiteral:ht,createStringLiteral:Z,createStringLiteralFromNode:fe,createRegularExpressionLiteral:nt,createLiteralLikeNode:dt,createIdentifier:fr,updateIdentifier:Ce,createTempVariable:L,createLoopVariable:r,createUniqueName:Er,getGeneratedNameForNode:Ir,createPrivateIdentifier:Ke,createToken:k,createSuper:W,createThis:me,createNull:Et,createTrue:_t,createFalse:Xt,createModifier:$t,createModifiersFromModifierFlags:nr,createQualifiedName:vr,updateQualifiedName:Sr,createComputedPropertyName:Wt,updateComputedPropertyName:zt,createTypeParameterDeclaration:ur,updateTypeParameterDeclaration:Cr,createParameterDeclaration:wr,updateParameterDeclaration:Qr,createDecorator:xn,updateDecorator:un,createPropertySignature:An,updatePropertySignature:Nn,createPropertyDeclaration:si,updatePropertyDeclaration:_i,createMethodSignature:Vn,updateMethodSignature:Fi,createMethodDeclaration:Jn,updateMethodDeclaration:Sn,createConstructorDeclaration:br,updateConstructorDeclaration:Wn,createGetAccessorDeclaration:Hn,updateGetAccessorDeclaration:Oi,createSetAccessorDeclaration:qr,updateSetAccessorDeclaration:I,createCallSignature:qn,updateCallSignature:gt,createConstructSignature:Yr,updateConstructSignature:jn,createIndexSignature:gi,updateIndexSignature:xi,createClassStaticBlockDeclaration:Ni,updateClassStaticBlockDeclaration:di,createTemplateLiteralTypeSpan:ii,updateTemplateLiteralTypeSpan:Mi,createKeywordTypeNode:gn,createTypePredicateNode:Si,updateTypePredicateNode:ai,createTypeReferenceNode:yi,updateTypeReferenceNode:Bn,createFunctionTypeNode:mr,updateFunctionTypeNode:et,createConstructorTypeNode:ot,updateConstructorTypeNode:zr,createTypeQueryNode:Pe,updateTypeQueryNode:$e,createTypeLiteralNode:Ze,updateTypeLiteralNode:it,createArrayTypeNode:wt,updateArrayTypeNode:ar,createTupleTypeNode:yr,updateTupleTypeNode:tn,createNamedTupleMember:Rr,updateNamedTupleMember:Jr,createOptionalTypeNode:dr,updateOptionalTypeNode:hn,createRestTypeNode:Ur,updateRestTypeNode:Tr,createUnionTypeNode:Wr,updateUnionTypeNode:an,createIntersectionTypeNode:kn,updateIntersectionTypeNode:$r,createConditionalTypeNode:Zr,updateConditionalTypeNode:Ut,createInferTypeNode:lr,updateInferTypeNode:jr,createImportTypeNode:Di,updateImportTypeNode:hi,createParenthesizedType:Xn,updateParenthesizedType:Ei,createThisTypeNode:Ci,createTypeOperatorNode:fa,updateTypeOperatorNode:ji,createIndexedAccessTypeNode:Li,updateIndexedAccessTypeNode:vi,createMappedTypeNode:Vi,updateMappedTypeNode:Qi,createLiteralTypeNode:Yi,updateLiteralTypeNode:Zi,createTemplateLiteralType:en,updateTemplateLiteralType:Un,createObjectBindingPattern:ea,updateObjectBindingPattern:aa,createArrayBindingPattern:b,updateArrayBindingPattern:N,createBindingElement:J,updateBindingElement:H,createArrayLiteralExpression:Dt,updateArrayLiteralExpression:lt,createObjectLiteralExpression:bt,updateObjectLiteralExpression:er,createPropertyAccessExpression:be&4?function(i,o){return e.setEmitFlags(pr(i,o),131072)}:pr,updatePropertyAccessExpression:Kr,createPropertyAccessChain:be&4?function(i,o,u){return e.setEmitFlags(Nr(i,o,u),131072)}:Nr,updatePropertyAccessChain:sn,createElementAccessExpression:ci,updateElementAccessExpression:Qn,createElementAccessChain:wi,updateElementAccessChain:Aa,createCallExpression:oa,updateCallExpression:ka,createCallChain:Bi,updateCallChain:da,createNewExpression:ti,updateNewExpression:Ha,createTaggedTemplateExpression:zn,updateTaggedTemplateExpression:sa,createTypeAssertion:qi,updateTypeAssertion:ta,createParenthesizedExpression:va,updateParenthesizedExpression:l,createFunctionExpression:F,updateFunctionExpression:_e,createArrowFunction:Ge,updateArrowFunction:Bt,createDeleteExpression:tr,updateDeleteExpression:sr,createTypeOfExpression:or,updateTypeOfExpression:Hr,createVoidExpression:gr,updateVoidExpression:m,createAwaitExpression:re,updateAwaitExpression:qt,createPrefixUnaryExpression:P,updatePrefixUnaryExpression:fn,createPostfixUnaryExpression:vn,updatePostfixUnaryExpression:ri,createBinaryExpression:ma,updateBinaryExpression:ba,createConditionalExpression:Ta,updateConditionalExpression:Ja,createTemplateExpression:Ga,updateTemplateExpression:_a,createTemplateHead:Ks,createTemplateMiddle:ra,createTemplateTail:Jo,createNoSubstitutionTemplateLiteral:C_,createTemplateLiteralLikeNode:oo,createYieldExpression:Ws,updateYieldExpression:_s,createSpreadElement:Co,updateSpreadElement:Fo,createClassExpression:ga,updateClassExpression:cs,createOmittedExpression:wo,createExpressionWithTypeArguments:zi,updateExpressionWithTypeArguments:Ao,createAsExpression:us,updateAsExpression:jo,createNonNullExpression:ls,updateNonNullExpression:ko,createNonNullChain:ps,updateNonNullChain:Bo,createMetaProperty:Po,updateMetaProperty:fs,createTemplateSpan:ds,updateTemplateSpan:qo,createSemicolonClassElement:w_,createBlock:Xa,updateBlock:A_,createVariableStatement:ms,updateVariableStatement:Hs,createEmptyStatement:gs,createExpressionStatement:c,updateExpressionStatement:S,createIfStatement:C,updateIfStatement:ae,createDoStatement:Xe,updateDoStatement:jt,createWhileStatement:Ht,updateWhileStatement:Dr,createForStatement:_n,updateForStatement:bn,createForInStatement:on,updateForInStatement:xr,createForOfStatement:Ar,updateForOfStatement:Tn,createContinueStatement:cn,updateContinueStatement:Gn,createBreakStatement:Ri,updateBreakStatement:ys,createReturnStatement:hs,updateReturnStatement:Gs,createWithStatement:Uo,updateWithStatement:zo,createSwitchStatement:k_,updateSwitchStatement:P_,createLabeledStatement:vs,updateLabeledStatement:Rc,createThrowStatement:Xs,updateThrowStatement:$s,createTryStatement:I_,updateTryStatement:Vu,createDebuggerStatement:Jc,createVariableDeclaration:N_,updateVariableDeclaration:Qu,createVariableDeclarationList:Mn,updateVariableDeclarationList:Io,createFunctionDeclaration:O_,updateFunctionDeclaration:so,createClassDeclaration:$n,updateClassDeclaration:$a,createInterfaceDeclaration:ui,updateInterfaceDeclaration:bs,createTypeAliasDeclaration:Vs,updateTypeAliasDeclaration:L_,createEnumDeclaration:Fc,updateEnumDeclaration:jc,createModuleDeclaration:Bc,updateModuleDeclaration:qc,createModuleBlock:Ko,updateModuleBlock:el,createCaseBlock:Wo,updateCaseBlock:zc,createNamespaceExportDeclaration:R_,updateNamespaceExportDeclaration:Kc,createImportEqualsDeclaration:Wc,updateImportEqualsDeclaration:Ts,createImportDeclaration:J_,updateImportDeclaration:F_,createImportClause:Hc,updateImportClause:Gc,createAssertClause:co,updateAssertClause:nl,createAssertEntry:j_,updateAssertEntry:Ys,createImportTypeAssertionContainer:B_,updateImportTypeAssertionContainer:il,createNamespaceImport:Ho,updateNamespaceImport:al,createNamespaceExport:xs,updateNamespaceExport:q_,createNamedImports:Ss,updateNamedImports:ol,createImportSpecifier:Zs,updateImportSpecifier:Xc,createExportAssignment:U_,updateExportAssignment:$c,createExportDeclaration:z_,updateExportDeclaration:Qc,createNamedExports:uo,updateNamedExports:K_,createExportSpecifier:Pa,updateExportSpecifier:_l,createMissingDeclaration:cl,createExternalModuleReference:Ds,updateExternalModuleReference:Es,get createJSDocAllType(){return ze(312)},get createJSDocUnknownType(){return ze(313)},get createJSDocNonNullableType(){return Ot(315)},get updateJSDocNonNullableType(){return Yt(315)},get createJSDocNullableType(){return Ot(314)},get updateJSDocNullableType(){return Yt(314)},get createJSDocOptionalType(){return rt(316)},get updateJSDocOptionalType(){return Pt(316)},get createJSDocVariadicType(){return rt(318)},get updateJSDocVariadicType(){return Pt(318)},get createJSDocNamepathType(){return rt(319)},get updateJSDocNamepathType(){return Pt(319)},createJSDocFunctionType:G_,updateJSDocFunctionType:ul,createJSDocTypeLiteral:X_,updateJSDocTypeLiteral:$_,createJSDocTypeExpression:Zc,updateJSDocTypeExpression:V_,createJSDocSignature:eu,updateJSDocSignature:Q_,createJSDocTemplateTag:t_,updateJSDocTemplateTag:Go,createJSDocTypedefTag:Xo,updateJSDocTypedefTag:ll,createJSDocParameterTag:tu,updateJSDocParameterTag:Va,createJSDocPropertyTag:Y_,updateJSDocPropertyTag:Z_,createJSDocCallbackTag:ec,updateJSDocCallbackTag:pl,createJSDocAugmentsTag:ws,updateJSDocAugmentsTag:tc,createJSDocImplementsTag:ru,updateJSDocImplementsTag:yl,createJSDocSeeTag:rc,updateJSDocSeeTag:fl,createJSDocNameReference:r_,updateJSDocNameReference:dl,createJSDocMemberName:nu,updateJSDocMemberName:ml,createJSDocLink:iu,updateJSDocLink:gl,createJSDocLinkCode:As,updateJSDocLinkCode:au,createJSDocLinkPlain:nc,updateJSDocLinkPlain:ic,get createJSDocTypeTag(){return g(343)},get updateJSDocTypeTag(){return D(343)},get createJSDocReturnTag(){return g(341)},get updateJSDocReturnTag(){return D(341)},get createJSDocThisTag(){return g(342)},get updateJSDocThisTag(){return D(342)},get createJSDocEnumTag(){return g(339)},get updateJSDocEnumTag(){return D(339)},get createJSDocAuthorTag(){return oe(330)},get updateJSDocAuthorTag(){return y(330)},get createJSDocClassTag(){return oe(332)},get updateJSDocClassTag(){return y(332)},get createJSDocPublicTag(){return oe(333)},get updateJSDocPublicTag(){return y(333)},get createJSDocPrivateTag(){return oe(334)},get updateJSDocPrivateTag(){return y(334)},get createJSDocProtectedTag(){return oe(335)},get updateJSDocProtectedTag(){return y(335)},get createJSDocReadonlyTag(){return oe(336)},get updateJSDocReadonlyTag(){return y(336)},get createJSDocOverrideTag(){return oe(337)},get updateJSDocOverrideTag(){return y(337)},get createJSDocDeprecatedTag(){return oe(331)},get updateJSDocDeprecatedTag(){return y(331)},createJSDocUnknownTag:Wi,updateJSDocUnknownTag:n_,createJSDocText:Sa,updateJSDocText:oc,createJSDocComment:Ps,updateJSDocComment:vl,createJsxElement:Is,updateJsxElement:bl,createJsxSelfClosingElement:i_,updateJsxSelfClosingElement:su,createJsxOpeningElement:sc,updateJsxOpeningElement:a_,createJsxClosingElement:lo,updateJsxClosingElement:_c,createJsxFragment:o_,createJsxText:Ns,updateJsxText:cc,createJsxOpeningFragment:__,createJsxJsxClosingFragment:_u,updateJsxFragment:s_,createJsxAttribute:uc,updateJsxAttribute:cu,createJsxAttributes:lc,updateJsxAttributes:c_,createJsxSpreadAttribute:No,updateJsxSpreadAttribute:u_,createJsxExpression:pc,updateJsxExpression:uu,createCaseClause:Os,updateCaseClause:Tl,createDefaultClause:$o,updateDefaultClause:fc,createHeritageClause:na,updateHeritageClause:po,createCatchClause:Ms,updateCatchClause:lu,createPropertyAssignment:Ls,updatePropertyAssignment:Vo,createShorthandPropertyAssignment:dc,updateShorthandPropertyAssignment:xl,createSpreadAssignment:du,updateSpreadAssignment:Sl,createEnumMember:Rs,updateEnumMember:mu,createSourceFile:Dl,updateSourceFile:gu,createBundle:yu,updateBundle:El,createUnparsedSource:hu,createUnparsedPrologue:vu,createUnparsedPrepend:bu,createUnparsedTextLike:Cl,createUnparsedSyntheticReference:Tu,createInputFiles:Js,createSyntheticExpression:wl,createSyntaxList:mc,createNotEmittedStatement:xu,createPartiallyEmittedExpression:Su,updatePartiallyEmittedExpression:p_,createCommaListExpression:gc,updateCommaListExpression:kl,createEndOfDeclarationMarker:Pl,createMergeDeclarationMarker:Du,createSyntheticReferenceExpression:Eu,updateSyntheticReferenceExpression:f_,cloneNode:yc,get createComma(){return we(27)},get createAssignment(){return we(63)},get createLogicalOr(){return we(56)},get createLogicalAnd(){return we(55)},get createBitwiseOr(){return we(51)},get createBitwiseXor(){return we(52)},get createBitwiseAnd(){return we(50)},get createStrictEquality(){return we(36)},get createStrictInequality(){return we(37)},get createEquality(){return we(34)},get createInequality(){return we(35)},get createLessThan(){return we(29)},get createLessThanEquals(){return we(32)},get createGreaterThan(){return we(31)},get createGreaterThanEquals(){return we(33)},get createLeftShift(){return we(47)},get createRightShift(){return we(48)},get createUnsignedRightShift(){return we(49)},get createAdd(){return we(39)},get createSubtract(){return we(40)},get createMultiply(){return we(41)},get createDivide(){return we(43)},get createModulo(){return we(44)},get createExponent(){return we(42)},get createPrefixPlus(){return Me(39)},get createPrefixMinus(){return Me(40)},get createPrefixIncrement(){return Me(45)},get createPrefixDecrement(){return Me(46)},get createBitwiseNot(){return Me(54)},get createLogicalNot(){return Me(53)},get createPostfixIncrement(){return Tt(45)},get createPostfixDecrement(){return Tt(46)},createImmediatelyInvokedFunctionExpression:Cu,createImmediatelyInvokedArrowFunction:Qo,createVoidZero:Ya,createExportDefault:wu,createExternalModuleExport:Il,createTypeCheck:Nl,createMethodCall:Oo,createGlobalMethodCall:p,createFunctionBindCall:Au,createFunctionCallCall:ku,createFunctionApplyCall:Pu,createArraySliceCall:E,createArrayConcatCall:R,createObjectDefinePropertyCall:z,createReflectGetCall:ie,createReflectSetCall:Ae,createPropertyDescriptor:At,createCallBinding:ln,createAssignmentTargetWrapper:Dn,inlineExpressions:Yn,getInternalName:fo,getLocalName:bi,getExportName:Fa,getDeclarationName:Yo,getNamespaceMemberName:Mo,getExternalModuleOrNamespaceExportName:Iu,restoreOuterExpressions:cr,restoreEnclosingLabel:Gr,createUseStrictPrologue:Za,copyPrologue:Ia,copyStandardPrologue:ia,copyCustomPrologue:d_,ensureUseStrict:Ol,liftToBlock:m_,mergeLexicalEnvironment:Nu,updateModifiers:Ml};return G;function ee(i,o){if(i===void 0||i===e.emptyArray)i=[];else if(e.isNodeArray(i)){if(o===void 0||i.hasTrailingComma===o)return i.transformFlags===void 0&&We(i),e.Debug.attachNodeArrayDebugInfo(i),i;var u=i.slice();return u.pos=i.pos,u.end=i.end,u.hasTrailingComma=o,u.transformFlags=i.transformFlags,e.Debug.attachNodeArrayDebugInfo(u),u}var h=i.length,j=h>=1&&h<=4?i.slice():i;return e.setTextRangePosEnd(j,-1,-1),j.hasTrailingComma=!!o,We(j),e.Debug.attachNodeArrayDebugInfo(j),j}function V(i){return Ie.createBaseNode(i)}function Ye(i){var o=V(i);return o.symbol=void 0,o.localSymbol=void 0,o.locals=void 0,o.nextContainer=void 0,o}function at(i,o,u){var h=Ye(i);if(u=Hi(u),h.name=u,e.canHaveModifiers(h)&&(h.modifiers=Ji(o),h.transformFlags|=U(h.modifiers)),u)switch(h.kind){case 169:case 172:case 173:case 167:case 296:if(e.isIdentifier(u)){h.transformFlags|=qe(u);break}default:h.transformFlags|=ne(u);break}return h}function Le(i,o,u,h){var j=at(i,o,u);return j.typeParameters=Ji(h),j.transformFlags|=U(j.typeParameters),h&&(j.transformFlags|=1),j}function Ne(i,o,u,h,j,Oe){var yt=Le(i,o,u,h);return yt.parameters=ee(j),yt.type=Oe,yt.transformFlags|=U(yt.parameters)|ne(yt.type),Oe&&(yt.transformFlags|=1),yt.typeArguments=void 0,yt}function B(i,o){return i!==o&&(i.typeArguments=o.typeArguments),q(i,o)}function mt(i,o,u,h,j,Oe,yt){var hr=Ne(i,o,u,h,j,Oe);return hr.body=yt,hr.transformFlags|=ne(hr.body)&-67108865,yt||(hr.transformFlags|=1),hr}function X(i,o,u,h,j){var Oe=Le(i,o,u,h);return Oe.heritageClauses=Ji(j),Oe.transformFlags|=U(Oe.heritageClauses),Oe}function ce(i,o,u,h,j,Oe){var yt=X(i,o,u,h,j);return yt.members=ee(Oe),yt.transformFlags|=U(yt.members),yt}function Fe(i,o,u,h){var j=at(i,o,u);return j.initializer=h,j.transformFlags|=ne(j.initializer),j}function Ue(i,o,u,h,j){var Oe=Fe(i,o,u,j);return Oe.type=h,Oe.transformFlags|=ne(h),h&&(Oe.transformFlags|=1),Oe}function Ve(i,o){var u=se(i);return u.text=o,u}function ut(i,o){o===void 0&&(o=0);var u=Ve(8,typeof i=="number"?i+"":i);return u.numericLiteralFlags=o,o&384&&(u.transformFlags|=1024),u}function ht(i){var o=Ve(9,typeof i=="string"?i:e.pseudoBigIntToString(i)+"n");return o.transformFlags|=4,o}function St(i,o){var u=Ve(10,i);return u.singleQuote=o,u}function Z(i,o,u){var h=St(i,o);return h.hasExtendedUnicodeEscape=u,u&&(h.transformFlags|=1024),h}function fe(i){var o=St(e.getTextOfIdentifierOrLiteral(i),void 0);return o.textSourceNode=i,o}function nt(i){var o=Ve(13,i);return o}function dt(i,o){switch(i){case 8:return ut(o,0);case 9:return ht(o);case 10:return Z(o,void 0);case 11:return Ns(o,!1);case 12:return Ns(o,!0);case 13:return nt(o);case 14:return oo(i,o,void 0,0)}}function Ft(i,o){o===void 0&&i&&(o=e.stringToToken(i)),o===79&&(o=void 0);var u=Ie.createBaseIdentifierNode(79);return u.originalKeywordKind=o,u.escapedText=e.escapeLeadingUnderscores(i),u}function Mt(i,o){var u=Ft(i,void 0);return u.autoGenerateFlags=o,u.autoGenerateId=t,t++,u}function fr(i,o,u){var h=Ft(i,u);return o&&(h.typeArguments=ee(o)),h.originalKeywordKind===132&&(h.transformFlags|=67108864),h}function Ce(i,o){return i.typeArguments!==o?q(fr(e.idText(i),o),i):i}function L(i,o){var u=1;o&&(u|=8);var h=Mt("",u);return i&&i(h),h}function r(i){var o=2;return i&&(o|=8),Mt("",o)}function Er(i,o){return o===void 0&&(o=0),e.Debug.assert(!(o&7),"Argument out of range: flags"),e.Debug.assert((o&48)!==32,"GeneratedIdentifierFlags.FileLevel cannot be set without also setting GeneratedIdentifierFlags.Optimistic"),Mt(i,3|o)}function Ir(i,o){o===void 0&&(o=0),e.Debug.assert(!(o&7),"Argument out of range: flags");var u=Mt(i&&e.isIdentifier(i)?e.idText(i):"",4|o);return u.original=i,u}function Ke(i){e.startsWith(i,"#")||e.Debug.fail("First character of private identifier must be #: "+i);var o=Ie.createBasePrivateIdentifierNode(80);return o.escapedText=e.escapeLeadingUnderscores(i),o.transformFlags|=16777216,o}function se(i){return Ie.createBaseTokenNode(i)}function k(i){e.Debug.assert(i>=0&&i<=160,"Invalid token"),e.Debug.assert(i<=14||i>=17,"Invalid token. Use 'createTemplateLiteralLikeNode' to create template literals."),e.Debug.assert(i<=8||i>=14,"Invalid token. Use 'createLiteralLikeNode' to create literals."),e.Debug.assert(i!==79,"Invalid token. Use 'createIdentifier' to create identifiers");var o=se(i),u=0;switch(i){case 131:u=384;break;case 123:case 121:case 122:case 145:case 126:case 135:case 85:case 130:case 147:case 158:case 143:case 148:case 101:case 144:case 159:case 150:case 133:case 151:case 114:case 155:case 153:u=1;break;case 106:u=134218752;break;case 124:u=1024;break;case 108:u=16384;break}return u&&(o.transformFlags|=u),o}function W(){return k(106)}function me(){return k(108)}function Et(){return k(104)}function _t(){return k(110)}function Xt(){return k(95)}function $t(i){return k(i)}function nr(i){var o=[];return i&1&&o.push($t(93)),i&2&&o.push($t(135)),i&512&&o.push($t(88)),i&2048&&o.push($t(85)),i&4&&o.push($t(123)),i&8&&o.push($t(121)),i&16&&o.push($t(122)),i&128&&o.push($t(126)),i&32&&o.push($t(124)),i&16384&&o.push($t(159)),i&64&&o.push($t(145)),i&256&&o.push($t(131)),i&32768&&o.push($t(101)),i&65536&&o.push($t(144)),o.length?o:void 0}function vr(i,o){var u=V(161);return u.left=i,u.right=Hi(o),u.transformFlags|=ne(u.left)|qe(u.right),u}function Sr(i,o,u){return i.left!==o||i.right!==u?q(vr(o,u),i):i}function Wt(i){var o=V(162);return o.expression=ve().parenthesizeExpressionOfComputedPropertyName(i),o.transformFlags|=ne(o.expression)|1024|131072,o}function zt(i,o){return i.expression!==o?q(Wt(o),i):i}function ur(i,o,u,h){var j=at(163,i,o);return j.constraint=u,j.default=h,j.transformFlags=1,j}function Cr(i,o,u,h,j){return i.modifiers!==o||i.name!==u||i.constraint!==h||i.default!==j?q(ur(o,u,h,j),i):i}function wr(i,o,u,h,j,Oe){var yt=Ue(164,i,u,j,Oe&&ve().parenthesizeExpressionForDisallowedComma(Oe));return yt.dotDotDotToken=o,yt.questionToken=h,e.isThisIdentifier(yt.name)?yt.transformFlags=1:(yt.transformFlags|=ne(yt.dotDotDotToken)|ne(yt.questionToken),h&&(yt.transformFlags|=1),e.modifiersToFlags(yt.modifiers)&16476&&(yt.transformFlags|=8192),(Oe||o)&&(yt.transformFlags|=1024)),yt}function Qr(i,o,u,h,j,Oe,yt){return i.modifiers!==o||i.dotDotDotToken!==u||i.name!==h||i.questionToken!==j||i.type!==Oe||i.initializer!==yt?q(wr(o,u,h,j,Oe,yt),i):i}function xn(i){var o=V(165);return o.expression=ve().parenthesizeLeftSideOfAccess(i,!1),o.transformFlags|=ne(o.expression)|1|8192|33554432,o}function un(i,o){return i.expression!==o?q(xn(o),i):i}function An(i,o,u,h){var j=at(166,i,o);return j.type=h,j.questionToken=u,j.transformFlags=1,j.initializer=void 0,j}function Nn(i,o,u,h,j){return i.modifiers!==o||i.name!==u||i.questionToken!==h||i.type!==j?On(An(o,u,h,j),i):i}function On(i,o){return i!==o&&(i.initializer=o.initializer),q(i,o)}function si(i,o,u,h,j){var Oe=Ue(167,i,o,h,j);return Oe.questionToken=u&&e.isQuestionToken(u)?u:void 0,Oe.exclamationToken=u&&e.isExclamationToken(u)?u:void 0,Oe.transformFlags|=ne(Oe.questionToken)|ne(Oe.exclamationToken)|16777216,(e.isComputedPropertyName(Oe.name)||e.hasStaticModifier(Oe)&&Oe.initializer)&&(Oe.transformFlags|=8192),(u||e.modifiersToFlags(Oe.modifiers)&2)&&(Oe.transformFlags|=1),Oe}function _i(i,o,u,h,j,Oe){return i.modifiers!==o||i.name!==u||i.questionToken!==(h!==void 0&&e.isQuestionToken(h)?h:void 0)||i.exclamationToken!==(h!==void 0&&e.isExclamationToken(h)?h:void 0)||i.type!==j||i.initializer!==Oe?q(si(o,u,h,j,Oe),i):i}function Vn(i,o,u,h,j,Oe){var yt=Ne(168,i,o,h,j,Oe);return yt.questionToken=u,yt.transformFlags=1,yt}function Fi(i,o,u,h,j,Oe,yt){return i.modifiers!==o||i.name!==u||i.questionToken!==h||i.typeParameters!==j||i.parameters!==Oe||i.type!==yt?B(Vn(o,u,h,j,Oe,yt),i):i}function Jn(i,o,u,h,j,Oe,yt,hr){var Kn=mt(169,i,u,j,Oe,yt,hr);return Kn.asteriskToken=o,Kn.questionToken=h,Kn.transformFlags|=ne(Kn.asteriskToken)|ne(Kn.questionToken)|1024,h&&(Kn.transformFlags|=1),e.modifiersToFlags(Kn.modifiers)&256?o?Kn.transformFlags|=128:Kn.transformFlags|=256:o&&(Kn.transformFlags|=2048),Kn.exclamationToken=void 0,Kn}function Sn(i,o,u,h,j,Oe,yt,hr,Kn){return i.modifiers!==o||i.asteriskToken!==u||i.name!==h||i.questionToken!==j||i.typeParameters!==Oe||i.parameters!==yt||i.type!==hr||i.body!==Kn?ei(Jn(o,u,h,j,Oe,yt,hr,Kn),i):i}function ei(i,o){return i!==o&&(i.exclamationToken=o.exclamationToken),q(i,o)}function Ni(i){var o=Le(170,void 0,void 0,void 0);return o.body=i,o.transformFlags=ne(i)|16777216,o.illegalDecorators=void 0,o.modifiers=void 0,o}function di(i,o){return i.body!==o?Fn(Ni(o),i):i}function Fn(i,o){return i!==o&&(i.illegalDecorators=o.illegalDecorators,i.modifiers=o.modifiers),q(i,o)}function br(i,o,u){var h=mt(171,i,void 0,void 0,o,void 0,u);return h.transformFlags|=1024,h.illegalDecorators=void 0,h.typeParameters=void 0,h.type=void 0,h}function Wn(i,o,u,h){return i.modifiers!==o||i.parameters!==u||i.body!==h?Xr(br(o,u,h),i):i}function Xr(i,o){return i!==o&&(i.illegalDecorators=o.illegalDecorators,i.typeParameters=o.typeParameters,i.type=o.type),B(i,o)}function Hn(i,o,u,h,j){var Oe=mt(172,i,o,void 0,u,h,j);return Oe.typeParameters=void 0,Oe}function Oi(i,o,u,h,j,Oe){return i.modifiers!==o||i.name!==u||i.parameters!==h||i.type!==j||i.body!==Oe?Be(Hn(o,u,h,j,Oe),i):i}function Be(i,o){return i!==o&&(i.typeParameters=o.typeParameters),B(i,o)}function qr(i,o,u,h){var j=mt(173,i,o,void 0,u,void 0,h);return j.typeParameters=void 0,j.type=void 0,j}function I(i,o,u,h,j){return i.modifiers!==o||i.name!==u||i.parameters!==h||i.body!==j?mi(qr(o,u,h,j),i):i}function mi(i,o){return i!==o&&(i.typeParameters=o.typeParameters,i.type=o.type),B(i,o)}function qn(i,o,u){var h=Ne(174,void 0,void 0,i,o,u);return h.transformFlags=1,h}function gt(i,o,u,h){return i.typeParameters!==o||i.parameters!==u||i.type!==h?B(qn(o,u,h),i):i}function Yr(i,o,u){var h=Ne(175,void 0,void 0,i,o,u);return h.transformFlags=1,h}function jn(i,o,u,h){return i.typeParameters!==o||i.parameters!==u||i.type!==h?B(Yr(o,u,h),i):i}function gi(i,o,u){var h=Ne(176,i,void 0,void 0,o,u);return h.transformFlags=1,h}function xi(i,o,u,h){return i.parameters!==u||i.type!==h||i.modifiers!==o?B(gi(o,u,h),i):i}function ii(i,o){var u=V(199);return u.type=i,u.literal=o,u.transformFlags=1,u}function Mi(i,o,u){return i.type!==o||i.literal!==u?q(ii(o,u),i):i}function gn(i){return k(i)}function Si(i,o,u){var h=V(177);return h.assertsModifier=i,h.parameterName=Hi(o),h.type=u,h.transformFlags=1,h}function ai(i,o,u,h){return i.assertsModifier!==o||i.parameterName!==u||i.type!==h?q(Si(o,u,h),i):i}function yi(i,o){var u=V(178);return u.typeName=Hi(i),u.typeArguments=o&&ve().parenthesizeTypeArguments(ee(o)),u.transformFlags=1,u}function Bn(i,o,u){return i.typeName!==o||i.typeArguments!==u?q(yi(o,u),i):i}function mr(i,o,u){var h=Ne(179,void 0,void 0,i,o,u);return h.transformFlags=1,h.modifiers=void 0,h}function et(i,o,u,h){return i.typeParameters!==o||i.parameters!==u||i.type!==h?It(mr(o,u,h),i):i}function It(i,o){return i!==o&&(i.modifiers=o.modifiers),B(i,o)}function ot(){for(var i=[],o=0;o<arguments.length;o++)i[o]=arguments[o];return i.length===4?Te.apply(void 0,i):i.length===3?Fr.apply(void 0,i):e.Debug.fail("Incorrect number of arguments specified.")}function Te(i,o,u,h){var j=Ne(180,i,void 0,o,u,h);return j.transformFlags=1,j}function Fr(i,o,u){return Te(void 0,i,o,u)}function zr(){for(var i=[],o=0;o<arguments.length;o++)i[o]=arguments[o];return i.length===5?Lr.apply(void 0,i):i.length===4?Se.apply(void 0,i):e.Debug.fail("Incorrect number of arguments specified.")}function Lr(i,o,u,h,j){return i.modifiers!==o||i.typeParameters!==u||i.parameters!==h||i.type!==j?B(ot(o,u,h,j),i):i}function Se(i,o,u,h){return Lr(i,i.modifiers,o,u,h)}function Pe(i,o){var u=V(181);return u.exprName=i,u.typeArguments=o&&ve().parenthesizeTypeArguments(o),u.transformFlags=1,u}function $e(i,o,u){return i.exprName!==o||i.typeArguments!==u?q(Pe(o,u),i):i}function Ze(i){var o=V(182);return o.members=ee(i),o.transformFlags=1,o}function it(i,o){return i.members!==o?q(Ze(o),i):i}function wt(i){var o=V(183);return o.elementType=ve().parenthesizeNonArrayTypeOfPostfixType(i),o.transformFlags=1,o}function ar(i,o){return i.elementType!==o?q(wt(o),i):i}function yr(i){var o=V(184);return o.elements=ee(ve().parenthesizeElementTypesOfTupleType(i)),o.transformFlags=1,o}function tn(i,o){return i.elements!==o?q(yr(o),i):i}function Rr(i,o,u,h){var j=V(197);return j.dotDotDotToken=i,j.name=o,j.questionToken=u,j.type=h,j.transformFlags=1,j}function Jr(i,o,u,h,j){return i.dotDotDotToken!==o||i.name!==u||i.questionToken!==h||i.type!==j?q(Rr(o,u,h,j),i):i}function dr(i){var o=V(185);return o.type=ve().parenthesizeTypeOfOptionalType(i),o.transformFlags=1,o}function hn(i,o){return i.type!==o?q(dr(o),i):i}function Ur(i){var o=V(186);return o.type=i,o.transformFlags=1,o}function Tr(i,o){return i.type!==o?q(Ur(o),i):i}function pe(i,o,u){var h=V(i);return h.types=G.createNodeArray(u(o)),h.transformFlags=1,h}function pn(i,o,u){return i.types!==o?q(pe(i.kind,o,u),i):i}function Wr(i){return pe(187,i,ve().parenthesizeConstituentTypesOfUnionType)}function an(i,o){return pn(i,o,ve().parenthesizeConstituentTypesOfUnionType)}function kn(i){return pe(188,i,ve().parenthesizeConstituentTypesOfIntersectionType)}function $r(i,o){return pn(i,o,ve().parenthesizeConstituentTypesOfIntersectionType)}function Zr(i,o,u,h){var j=V(189);return j.checkType=ve().parenthesizeCheckTypeOfConditionalType(i),j.extendsType=ve().parenthesizeExtendsTypeOfConditionalType(o),j.trueType=u,j.falseType=h,j.transformFlags=1,j}function Ut(i,o,u,h,j){return i.checkType!==o||i.extendsType!==u||i.trueType!==h||i.falseType!==j?q(Zr(o,u,h,j),i):i}function lr(i){var o=V(190);return o.typeParameter=i,o.transformFlags=1,o}function jr(i,o){return i.typeParameter!==o?q(lr(o),i):i}function en(i,o){var u=V(198);return u.head=i,u.templateSpans=ee(o),u.transformFlags=1,u}function Un(i,o,u){return i.head!==o||i.templateSpans!==u?q(en(o,u),i):i}function Di(i,o,u,h,j){j===void 0&&(j=!1);var Oe=V(200);return Oe.argument=i,Oe.assertions=o,Oe.qualifier=u,Oe.typeArguments=h&&ve().parenthesizeTypeArguments(h),Oe.isTypeOf=j,Oe.transformFlags=1,Oe}function hi(i,o,u,h,j,Oe){return Oe===void 0&&(Oe=i.isTypeOf),i.argument!==o||i.assertions!==u||i.qualifier!==h||i.typeArguments!==j||i.isTypeOf!==Oe?q(Di(o,u,h,j,Oe),i):i}function Xn(i){var o=V(191);return o.type=i,o.transformFlags=1,o}function Ei(i,o){return i.type!==o?q(Xn(o),i):i}function Ci(){var i=V(192);return i.transformFlags=1,i}function fa(i,o){var u=V(193);return u.operator=i,u.type=i===145?ve().parenthesizeOperandOfReadonlyTypeOperator(o):ve().parenthesizeOperandOfTypeOperator(o),u.transformFlags=1,u}function ji(i,o){return i.type!==o?q(fa(i.operator,o),i):i}function Li(i,o){var u=V(194);return u.objectType=ve().parenthesizeNonArrayTypeOfPostfixType(i),u.indexType=o,u.transformFlags=1,u}function vi(i,o,u){return i.objectType!==o||i.indexType!==u?q(Li(o,u),i):i}function Vi(i,o,u,h,j,Oe){var yt=V(195);return yt.readonlyToken=i,yt.typeParameter=o,yt.nameType=u,yt.questionToken=h,yt.type=j,yt.members=Oe&&ee(Oe),yt.transformFlags=1,yt}function Qi(i,o,u,h,j,Oe,yt){return i.readonlyToken!==o||i.typeParameter!==u||i.nameType!==h||i.questionToken!==j||i.type!==Oe||i.members!==yt?q(Vi(o,u,h,j,Oe,yt),i):i}function Yi(i){var o=V(196);return o.literal=i,o.transformFlags=1,o}function Zi(i,o){return i.literal!==o?q(Yi(o),i):i}function ea(i){var o=V(201);return o.elements=ee(i),o.transformFlags|=U(o.elements)|1024|524288,o.transformFlags&32768&&(o.transformFlags|=65664),o}function aa(i,o){return i.elements!==o?q(ea(o),i):i}function b(i){var o=V(202);return o.elements=ee(i),o.transformFlags|=U(o.elements)|1024|524288,o}function N(i,o){return i.elements!==o?q(b(o),i):i}function J(i,o,u,h){var j=Fe(203,void 0,u,h&&ve().parenthesizeExpressionForDisallowedComma(h));return j.propertyName=Hi(o),j.dotDotDotToken=i,j.transformFlags|=ne(j.dotDotDotToken)|1024,j.propertyName&&(j.transformFlags|=e.isIdentifier(j.propertyName)?qe(j.propertyName):ne(j.propertyName)),i&&(j.transformFlags|=32768),j}function H(i,o,u,h,j){return i.propertyName!==u||i.dotDotDotToken!==o||i.name!==h||i.initializer!==j?q(J(o,u,h,j),i):i}function De(i){var o=V(i);return o}function Dt(i,o){var u=De(204),h=i&&e.lastOrUndefined(i),j=ee(i,h&&e.isOmittedExpression(h)?!0:void 0);return u.elements=ve().parenthesizeExpressionsOfCommaDelimitedList(j),u.multiLine=o,u.transformFlags|=U(u.elements),u}function lt(i,o){return i.elements!==o?q(Dt(o,i.multiLine),i):i}function bt(i,o){var u=De(205);return u.properties=ee(i),u.multiLine=o,u.transformFlags|=U(u.properties),u}function er(i,o){return i.properties!==o?q(bt(o,i.multiLine),i):i}function pr(i,o){var u=De(206);return u.expression=ve().parenthesizeLeftSideOfAccess(i,!1),u.name=Hi(o),u.transformFlags=ne(u.expression)|(e.isIdentifier(u.name)?qe(u.name):ne(u.name)|536870912),e.isSuperKeyword(i)&&(u.transformFlags|=384),u}function Kr(i,o,u){return e.isPropertyAccessChain(i)?sn(i,o,i.questionDotToken,e.cast(u,e.isIdentifier)):i.expression!==o||i.name!==u?q(pr(o,u),i):i}function Nr(i,o,u){var h=De(206);return h.flags|=32,h.expression=ve().parenthesizeLeftSideOfAccess(i,!0),h.questionDotToken=o,h.name=Hi(u),h.transformFlags|=32|ne(h.expression)|ne(h.questionDotToken)|(e.isIdentifier(h.name)?qe(h.name):ne(h.name)|536870912),h}function sn(i,o,u,h){return e.Debug.assert(!!(i.flags&32),"Cannot update a PropertyAccessExpression using updatePropertyAccessChain. Use updatePropertyAccess instead."),i.expression!==o||i.questionDotToken!==u||i.name!==h?q(Nr(o,u,h),i):i}function ci(i,o){var u=De(207);return u.expression=ve().parenthesizeLeftSideOfAccess(i,!1),u.argumentExpression=eo(o),u.transformFlags|=ne(u.expression)|ne(u.argumentExpression),e.isSuperKeyword(i)&&(u.transformFlags|=384),u}function Qn(i,o,u){return e.isElementAccessChain(i)?Aa(i,o,i.questionDotToken,u):i.expression!==o||i.argumentExpression!==u?q(ci(o,u),i):i}function wi(i,o,u){var h=De(207);return h.flags|=32,h.expression=ve().parenthesizeLeftSideOfAccess(i,!0),h.questionDotToken=o,h.argumentExpression=eo(u),h.transformFlags|=ne(h.expression)|ne(h.questionDotToken)|ne(h.argumentExpression)|32,h}function Aa(i,o,u,h){return e.Debug.assert(!!(i.flags&32),"Cannot update a ElementAccessExpression using updateElementAccessChain. Use updateElementAccess instead."),i.expression!==o||i.questionDotToken!==u||i.argumentExpression!==h?q(wi(o,u,h),i):i}function oa(i,o,u){var h=De(208);return h.expression=ve().parenthesizeLeftSideOfAccess(i,!1),h.typeArguments=Ji(o),h.arguments=ve().parenthesizeExpressionsOfCommaDelimitedList(ee(u)),h.transformFlags|=ne(h.expression)|U(h.typeArguments)|U(h.arguments),h.typeArguments&&(h.transformFlags|=1),e.isImportKeyword(h.expression)?h.transformFlags|=8388608:e.isSuperProperty(h.expression)&&(h.transformFlags|=16384),h}function ka(i,o,u,h){return e.isCallChain(i)?da(i,o,i.questionDotToken,u,h):i.expression!==o||i.typeArguments!==u||i.arguments!==h?q(oa(o,u,h),i):i}function Bi(i,o,u,h){var j=De(208);return j.flags|=32,j.expression=ve().parenthesizeLeftSideOfAccess(i,!0),j.questionDotToken=o,j.typeArguments=Ji(u),j.arguments=ve().parenthesizeExpressionsOfCommaDelimitedList(ee(h)),j.transformFlags|=ne(j.expression)|ne(j.questionDotToken)|U(j.typeArguments)|U(j.arguments)|32,j.typeArguments&&(j.transformFlags|=1),e.isSuperProperty(j.expression)&&(j.transformFlags|=16384),j}function da(i,o,u,h,j){return e.Debug.assert(!!(i.flags&32),"Cannot update a CallExpression using updateCallChain. Use updateCall instead."),i.expression!==o||i.questionDotToken!==u||i.typeArguments!==h||i.arguments!==j?q(Bi(o,u,h,j),i):i}function ti(i,o,u){var h=De(209);return h.expression=ve().parenthesizeExpressionOfNew(i),h.typeArguments=Ji(o),h.arguments=u?ve().parenthesizeExpressionsOfCommaDelimitedList(u):void 0,h.transformFlags|=ne(h.expression)|U(h.typeArguments)|U(h.arguments)|32,h.typeArguments&&(h.transformFlags|=1),h}function Ha(i,o,u,h){return i.expression!==o||i.typeArguments!==u||i.arguments!==h?q(ti(o,u,h),i):i}function zn(i,o,u){var h=De(210);return h.tag=ve().parenthesizeLeftSideOfAccess(i,!1),h.typeArguments=Ji(o),h.template=u,h.transformFlags|=ne(h.tag)|U(h.typeArguments)|ne(h.template)|1024,h.typeArguments&&(h.transformFlags|=1),e.hasInvalidEscape(h.template)&&(h.transformFlags|=128),h}function sa(i,o,u,h){return i.tag!==o||i.typeArguments!==u||i.template!==h?q(zn(o,u,h),i):i}function qi(i,o){var u=De(211);return u.expression=ve().parenthesizeOperandOfPrefixUnary(o),u.type=i,u.transformFlags|=ne(u.expression)|ne(u.type)|1,u}function ta(i,o,u){return i.type!==o||i.expression!==u?q(qi(o,u),i):i}function va(i){var o=De(212);return o.expression=i,o.transformFlags=ne(o.expression),o}function l(i,o){return i.expression!==o?q(va(o),i):i}function F(i,o,u,h,j,Oe,yt){var hr=mt(213,i,u,h,j,Oe,yt);return hr.asteriskToken=o,hr.transformFlags|=ne(hr.asteriskToken),hr.typeParameters&&(hr.transformFlags|=1),e.modifiersToFlags(hr.modifiers)&256?hr.asteriskToken?hr.transformFlags|=128:hr.transformFlags|=256:hr.asteriskToken&&(hr.transformFlags|=2048),hr}function _e(i,o,u,h,j,Oe,yt,hr){return i.name!==h||i.modifiers!==o||i.asteriskToken!==u||i.typeParameters!==j||i.parameters!==Oe||i.type!==yt||i.body!==hr?B(F(o,u,h,j,Oe,yt,hr),i):i}function Ge(i,o,u,h,j,Oe){var yt=mt(214,i,void 0,o,u,h,ve().parenthesizeConciseBodyOfArrowFunction(Oe));return yt.equalsGreaterThanToken=j!=null?j:k(38),yt.transformFlags|=ne(yt.equalsGreaterThanToken)|1024,e.modifiersToFlags(yt.modifiers)&256&&(yt.transformFlags|=16640),yt}function Bt(i,o,u,h,j,Oe,yt){return i.modifiers!==o||i.typeParameters!==u||i.parameters!==h||i.type!==j||i.equalsGreaterThanToken!==Oe||i.body!==yt?B(Ge(o,u,h,j,Oe,yt),i):i}function tr(i){var o=De(215);return o.expression=ve().parenthesizeOperandOfPrefixUnary(i),o.transformFlags|=ne(o.expression),o}function sr(i,o){return i.expression!==o?q(tr(o),i):i}function or(i){var o=De(216);return o.expression=ve().parenthesizeOperandOfPrefixUnary(i),o.transformFlags|=ne(o.expression),o}function Hr(i,o){return i.expression!==o?q(or(o),i):i}function gr(i){var o=De(217);return o.expression=ve().parenthesizeOperandOfPrefixUnary(i),o.transformFlags|=ne(o.expression),o}function m(i,o){return i.expression!==o?q(gr(o),i):i}function re(i){var o=De(218);return o.expression=ve().parenthesizeOperandOfPrefixUnary(i),o.transformFlags|=ne(o.expression)|256|128|2097152,o}function qt(i,o){return i.expression!==o?q(re(o),i):i}function P(i,o){var u=De(219);return u.operator=i,u.operand=ve().parenthesizeOperandOfPrefixUnary(o),u.transformFlags|=ne(u.operand),(i===45||i===46)&&e.isIdentifier(u.operand)&&!e.isGeneratedIdentifier(u.operand)&&!e.isLocalName(u.operand)&&(u.transformFlags|=268435456),u}function fn(i,o){return i.operand!==o?q(P(i.operator,o),i):i}function vn(i,o){var u=De(220);return u.operator=o,u.operand=ve().parenthesizeOperandOfPostfixUnary(i),u.transformFlags|=ne(u.operand),e.isIdentifier(u.operand)&&!e.isGeneratedIdentifier(u.operand)&&!e.isLocalName(u.operand)&&(u.transformFlags|=268435456),u}function ri(i,o){return i.operand!==o?q(vn(o,i.operator),i):i}function ma(i,o,u){var h=De(221),j=g_(o),Oe=j.kind;return h.left=ve().parenthesizeLeftSideOfBinary(Oe,i),h.operatorToken=j,h.right=ve().parenthesizeRightSideOfBinary(Oe,h.left,u),h.transformFlags|=ne(h.left)|ne(h.operatorToken)|ne(h.right),Oe===60?h.transformFlags|=32:Oe===63?e.isObjectLiteralExpression(h.left)?h.transformFlags|=5248|Ui(h.left):e.isArrayLiteralExpression(h.left)&&(h.transformFlags|=5120|Ui(h.left)):Oe===42||Oe===67?h.transformFlags|=512:e.isLogicalOrCoalescingAssignmentOperator(Oe)&&(h.transformFlags|=16),Oe===101&&e.isPrivateIdentifier(h.left)&&(h.transformFlags|=536870912),h}function Ui(i){if(i.transformFlags&65536)return 65536;if(i.transformFlags&128)for(var o=0,u=e.getElementsOfBindingOrAssignmentPattern(i);o<u.length;o++){var h=u[o],j=e.getTargetOfBindingOrAssignmentElement(h);if(j&&e.isAssignmentPattern(j)){if(j.transformFlags&65536)return 65536;if(j.transformFlags&128){var Oe=Ui(j);if(Oe)return Oe}}}return 0}function ba(i,o,u,h){return i.left!==o||i.operatorToken!==u||i.right!==h?q(ma(o,u,h),i):i}function Ta(i,o,u,h,j){var Oe=De(222);return Oe.condition=ve().parenthesizeConditionOfConditionalExpression(i),Oe.questionToken=o!=null?o:k(57),Oe.whenTrue=ve().parenthesizeBranchOfConditionalExpression(u),Oe.colonToken=h!=null?h:k(58),Oe.whenFalse=ve().parenthesizeBranchOfConditionalExpression(j),Oe.transformFlags|=ne(Oe.condition)|ne(Oe.questionToken)|ne(Oe.whenTrue)|ne(Oe.colonToken)|ne(Oe.whenFalse),Oe}function Ja(i,o,u,h,j,Oe){return i.condition!==o||i.questionToken!==u||i.whenTrue!==h||i.colonToken!==j||i.whenFalse!==Oe?q(Ta(o,u,h,j,Oe),i):i}function Ga(i,o){var u=De(223);return u.head=i,u.templateSpans=ee(o),u.transformFlags|=ne(u.head)|U(u.templateSpans)|1024,u}function _a(i,o,u){return i.head!==o||i.templateSpans!==u?q(Ga(o,u),i):i}function ca(i,o,u,h){h===void 0&&(h=0),e.Debug.assert(!(h&-2049),"Unsupported template flags.");var j=void 0;if(u!==void 0&&u!==o&&(j=K(i,u),typeof j=="object"))return e.Debug.fail("Invalid raw text");if(o===void 0){if(j===void 0)return e.Debug.fail("Arguments 'text' and 'rawText' may not both be undefined.");o=j}else j!==void 0&&e.Debug.assert(o===j,"Expected argument 'text' to be the normalized (i.e. 'cooked') version of argument 'rawText'.");return oo(i,o,u,h)}function oo(i,o,u,h){var j=se(i);return j.text=o,j.rawText=u,j.templateFlags=h&2048,j.transformFlags|=1024,j.templateFlags&&(j.transformFlags|=128),j}function Ks(i,o,u){return ca(15,i,o,u)}function ra(i,o,u){return ca(16,i,o,u)}function Jo(i,o,u){return ca(17,i,o,u)}function C_(i,o,u){return ca(14,i,o,u)}function Ws(i,o){e.Debug.assert(!i||!!o,"A `YieldExpression` with an asteriskToken must have an expression.");var u=De(224);return u.expression=o&&ve().parenthesizeExpressionForDisallowedComma(o),u.asteriskToken=i,u.transformFlags|=ne(u.expression)|ne(u.asteriskToken)|1024|128|1048576,u}function _s(i,o,u){return i.expression!==u||i.asteriskToken!==o?q(Ws(o,u),i):i}function Co(i){var o=De(225);return o.expression=ve().parenthesizeExpressionForDisallowedComma(i),o.transformFlags|=ne(o.expression)|1024|32768,o}function Fo(i,o){return i.expression!==o?q(Co(o),i):i}function ga(i,o,u,h,j){var Oe=ce(226,i,o,u,h,j);return Oe.transformFlags|=1024,Oe}function cs(i,o,u,h,j,Oe){return i.modifiers!==o||i.name!==u||i.typeParameters!==h||i.heritageClauses!==j||i.members!==Oe?q(ga(o,u,h,j,Oe),i):i}function wo(){return De(227)}function zi(i,o){var u=V(228);return u.expression=ve().parenthesizeLeftSideOfAccess(i,!1),u.typeArguments=o&&ve().parenthesizeTypeArguments(o),u.transformFlags|=ne(u.expression)|U(u.typeArguments)|1024,u}function Ao(i,o,u){return i.expression!==o||i.typeArguments!==u?q(zi(o,u),i):i}function us(i,o){var u=De(229);return u.expression=i,u.type=o,u.transformFlags|=ne(u.expression)|ne(u.type)|1,u}function jo(i,o,u){return i.expression!==o||i.type!==u?q(us(o,u),i):i}function ls(i){var o=De(230);return o.expression=ve().parenthesizeLeftSideOfAccess(i,!1),o.transformFlags|=ne(o.expression)|1,o}function ko(i,o){return e.isNonNullChain(i)?Bo(i,o):i.expression!==o?q(ls(o),i):i}function ps(i){var o=De(230);return o.flags|=32,o.expression=ve().parenthesizeLeftSideOfAccess(i,!0),o.transformFlags|=ne(o.expression)|1,o}function Bo(i,o){return e.Debug.assert(!!(i.flags&32),"Cannot update a NonNullExpression using updateNonNullChain. Use updateNonNullExpression instead."),i.expression!==o?q(ps(o),i):i}function Po(i,o){var u=De(231);switch(u.keywordToken=i,u.name=o,u.transformFlags|=ne(u.name),i){case 103:u.transformFlags|=1024;break;case 100:u.transformFlags|=4;break;default:return e.Debug.assertNever(i)}return u}function fs(i,o){return i.name!==o?q(Po(i.keywordToken,o),i):i}function ds(i,o){var u=V(233);return u.expression=i,u.literal=o,u.transformFlags|=ne(u.expression)|ne(u.literal)|1024,u}function qo(i,o,u){return i.expression!==o||i.literal!==u?q(ds(o,u),i):i}function w_(){var i=V(234);return i.transformFlags|=1024,i}function Xa(i,o){var u=V(235);return u.statements=ee(i),u.multiLine=o,u.transformFlags|=U(u.statements),u}function A_(i,o){return i.statements!==o?q(Xa(o,i.multiLine),i):i}function ms(i,o){var u=Ye(237);return u.modifiers=Ji(i),u.declarationList=e.isArray(o)?Mn(o):o,u.transformFlags|=U(u.modifiers)|ne(u.declarationList),e.modifiersToFlags(u.modifiers)&2&&(u.transformFlags=1),u}function Hs(i,o,u){return i.modifiers!==o||i.declarationList!==u?q(ms(o,u),i):i}function gs(){return V(236)}function c(i){var o=V(238);return o.expression=ve().parenthesizeExpressionOfExpressionStatement(i),o.transformFlags|=ne(o.expression),o}function S(i,o){return i.expression!==o?q(c(o),i):i}function C(i,o,u){var h=V(239);return h.expression=i,h.thenStatement=ja(o),h.elseStatement=ja(u),h.transformFlags|=ne(h.expression)|ne(h.thenStatement)|ne(h.elseStatement),h}function ae(i,o,u,h){return i.expression!==o||i.thenStatement!==u||i.elseStatement!==h?q(C(o,u,h),i):i}function Xe(i,o){var u=V(240);return u.statement=ja(i),u.expression=o,u.transformFlags|=ne(u.statement)|ne(u.expression),u}function jt(i,o,u){return i.statement!==o||i.expression!==u?q(Xe(o,u),i):i}function Ht(i,o){var u=V(241);return u.expression=i,u.statement=ja(o),u.transformFlags|=ne(u.expression)|ne(u.statement),u}function Dr(i,o,u){return i.expression!==o||i.statement!==u?q(Ht(o,u),i):i}function _n(i,o,u,h){var j=V(242);return j.initializer=i,j.condition=o,j.incrementor=u,j.statement=ja(h),j.transformFlags|=ne(j.initializer)|ne(j.condition)|ne(j.incrementor)|ne(j.statement),j}function bn(i,o,u,h,j){return i.initializer!==o||i.condition!==u||i.incrementor!==h||i.statement!==j?q(_n(o,u,h,j),i):i}function on(i,o,u){var h=V(243);return h.initializer=i,h.expression=o,h.statement=ja(u),h.transformFlags|=ne(h.initializer)|ne(h.expression)|ne(h.statement),h}function xr(i,o,u,h){return i.initializer!==o||i.expression!==u||i.statement!==h?q(on(o,u,h),i):i}function Ar(i,o,u,h){var j=V(244);return j.awaitModifier=i,j.initializer=o,j.expression=ve().parenthesizeExpressionForDisallowedComma(u),j.statement=ja(h),j.transformFlags|=ne(j.awaitModifier)|ne(j.initializer)|ne(j.expression)|ne(j.statement)|1024,i&&(j.transformFlags|=128),j}function Tn(i,o,u,h,j){return i.awaitModifier!==o||i.initializer!==u||i.expression!==h||i.statement!==j?q(Ar(o,u,h,j),i):i}function cn(i){var o=V(245);return o.label=Hi(i),o.transformFlags|=ne(o.label)|4194304,o}function Gn(i,o){return i.label!==o?q(cn(o),i):i}function Ri(i){var o=V(246);return o.label=Hi(i),o.transformFlags|=ne(o.label)|4194304,o}function ys(i,o){return i.label!==o?q(Ri(o),i):i}function hs(i){var o=V(247);return o.expression=i,o.transformFlags|=ne(o.expression)|128|4194304,o}function Gs(i,o){return i.expression!==o?q(hs(o),i):i}function Uo(i,o){var u=V(248);return u.expression=i,u.statement=ja(o),u.transformFlags|=ne(u.expression)|ne(u.statement),u}function zo(i,o,u){return i.expression!==o||i.statement!==u?q(Uo(o,u),i):i}function k_(i,o){var u=V(249);return u.expression=ve().parenthesizeExpressionForDisallowedComma(i),u.caseBlock=o,u.transformFlags|=ne(u.expression)|ne(u.caseBlock),u}function P_(i,o,u){return i.expression!==o||i.caseBlock!==u?q(k_(o,u),i):i}function vs(i,o){var u=V(250);return u.label=Hi(i),u.statement=ja(o),u.transformFlags|=ne(u.label)|ne(u.statement),u}function Rc(i,o,u){return i.label!==o||i.statement!==u?q(vs(o,u),i):i}function Xs(i){var o=V(251);return o.expression=i,o.transformFlags|=ne(o.expression),o}function $s(i,o){return i.expression!==o?q(Xs(o),i):i}function I_(i,o,u){var h=V(252);return h.tryBlock=i,h.catchClause=o,h.finallyBlock=u,h.transformFlags|=ne(h.tryBlock)|ne(h.catchClause)|ne(h.finallyBlock),h}function Vu(i,o,u,h){return i.tryBlock!==o||i.catchClause!==u||i.finallyBlock!==h?q(I_(o,u,h),i):i}function Jc(){return V(253)}function N_(i,o,u,h){var j=Ue(254,void 0,i,u,h&&ve().parenthesizeExpressionForDisallowedComma(h));return j.exclamationToken=o,j.transformFlags|=ne(j.exclamationToken),o&&(j.transformFlags|=1),j}function Qu(i,o,u,h,j){return i.name!==o||i.type!==h||i.exclamationToken!==u||i.initializer!==j?q(N_(o,u,h,j),i):i}function Mn(i,o){o===void 0&&(o=0);var u=V(255);return u.flags|=o&3,u.declarations=ee(i),u.transformFlags|=U(u.declarations)|4194304,o&3&&(u.transformFlags|=263168),u}function Io(i,o){return i.declarations!==o?q(Mn(o,i.flags),i):i}function O_(i,o,u,h,j,Oe,yt){var hr=mt(256,i,u,h,j,Oe,yt);return hr.asteriskToken=o,!hr.body||e.modifiersToFlags(hr.modifiers)&2?hr.transformFlags=1:(hr.transformFlags|=ne(hr.asteriskToken)|4194304,e.modifiersToFlags(hr.modifiers)&256?hr.asteriskToken?hr.transformFlags|=128:hr.transformFlags|=256:hr.asteriskToken&&(hr.transformFlags|=2048)),hr.illegalDecorators=void 0,hr}function so(i,o,u,h,j,Oe,yt,hr){return i.modifiers!==o||i.asteriskToken!==u||i.name!==h||i.typeParameters!==j||i.parameters!==Oe||i.type!==yt||i.body!==hr?_o(O_(o,u,h,j,Oe,yt,hr),i):i}function _o(i,o){return i!==o&&(i.illegalDecorators=o.illegalDecorators),B(i,o)}function $n(i,o,u,h,j){var Oe=ce(257,i,o,u,h,j);return e.modifiersToFlags(Oe.modifiers)&2?Oe.transformFlags=1:(Oe.transformFlags|=1024,Oe.transformFlags&8192&&(Oe.transformFlags|=1)),Oe}function $a(i,o,u,h,j,Oe){return i.modifiers!==o||i.name!==u||i.typeParameters!==h||i.heritageClauses!==j||i.members!==Oe?q($n(o,u,h,j,Oe),i):i}function ui(i,o,u,h,j){var Oe=X(258,i,o,u,h);return Oe.members=ee(j),Oe.transformFlags=1,Oe.illegalDecorators=void 0,Oe}function bs(i,o,u,h,j,Oe){return i.modifiers!==o||i.name!==u||i.typeParameters!==h||i.heritageClauses!==j||i.members!==Oe?M_(ui(o,u,h,j,Oe),i):i}function M_(i,o){return i!==o&&(i.illegalDecorators=o.illegalDecorators),q(i,o)}function Vs(i,o,u,h){var j=Le(259,i,o,u);return j.type=h,j.transformFlags=1,j.illegalDecorators=void 0,j}function L_(i,o,u,h,j){return i.modifiers!==o||i.name!==u||i.typeParameters!==h||i.type!==j?Yu(Vs(o,u,h,j),i):i}function Yu(i,o){return i!==o&&(i.illegalDecorators=o.illegalDecorators),q(i,o)}function Fc(i,o,u){var h=at(260,i,o);return h.members=ee(u),h.transformFlags|=U(h.members)|1,h.transformFlags&=-67108865,h.illegalDecorators=void 0,h}function jc(i,o,u,h){return i.modifiers!==o||i.name!==u||i.members!==h?Zu(Fc(o,u,h),i):i}function Zu(i,o){return i!==o&&(i.illegalDecorators=o.illegalDecorators),q(i,o)}function Bc(i,o,u,h){h===void 0&&(h=0);var j=Ye(261);return j.modifiers=Ji(i),j.flags|=h&1044,j.name=o,j.body=u,e.modifiersToFlags(j.modifiers)&2?j.transformFlags=1:j.transformFlags|=U(j.modifiers)|ne(j.name)|ne(j.body)|1,j.transformFlags&=-67108865,j.illegalDecorators=void 0,j}function qc(i,o,u,h){return i.modifiers!==o||i.name!==u||i.body!==h?Uc(Bc(o,u,h,i.flags),i):i}function Uc(i,o){return i!==o&&(i.illegalDecorators=o.illegalDecorators),q(i,o)}function Ko(i){var o=V(262);return o.statements=ee(i),o.transformFlags|=U(o.statements),o}function el(i,o){return i.statements!==o?q(Ko(o),i):i}function Wo(i){var o=V(263);return o.clauses=ee(i),o.transformFlags|=U(o.clauses),o}function zc(i,o){return i.clauses!==o?q(Wo(o),i):i}function R_(i){var o=at(264,void 0,i);return o.transformFlags=1,o.illegalDecorators=void 0,o.modifiers=void 0,o}function Kc(i,o){return i.name!==o?Qs(R_(o),i):i}function Qs(i,o){return i!==o&&(i.illegalDecorators=o.illegalDecorators,i.modifiers=o.modifiers),q(i,o)}function Wc(i,o,u,h){var j=at(265,i,u);return j.isTypeOnly=o,j.moduleReference=h,j.transformFlags|=ne(j.moduleReference),e.isExternalModuleReference(j.moduleReference)||(j.transformFlags|=1),j.transformFlags&=-67108865,j.illegalDecorators=void 0,j}function Ts(i,o,u,h,j){return i.modifiers!==o||i.isTypeOnly!==u||i.name!==h||i.moduleReference!==j?tl(Wc(o,u,h,j),i):i}function tl(i,o){return i!==o&&(i.illegalDecorators=o.illegalDecorators),q(i,o)}function J_(i,o,u,h){var j=Ye(266);return j.modifiers=Ji(i),j.importClause=o,j.moduleSpecifier=u,j.assertClause=h,j.transformFlags|=ne(j.importClause)|ne(j.moduleSpecifier),j.transformFlags&=-67108865,j.illegalDecorators=void 0,j}function F_(i,o,u,h,j){return i.modifiers!==o||i.importClause!==u||i.moduleSpecifier!==h||i.assertClause!==j?rl(J_(o,u,h,j),i):i}function rl(i,o){return i!==o&&(i.illegalDecorators=o.illegalDecorators),q(i,o)}function Hc(i,o,u){var h=V(267);return h.isTypeOnly=i,h.name=o,h.namedBindings=u,h.transformFlags|=ne(h.name)|ne(h.namedBindings),i&&(h.transformFlags|=1),h.transformFlags&=-67108865,h}function Gc(i,o,u,h){return i.isTypeOnly!==o||i.name!==u||i.namedBindings!==h?q(Hc(o,u,h),i):i}function co(i,o){var u=V(293);return u.elements=ee(i),u.multiLine=o,u.transformFlags|=4,u}function nl(i,o,u){return i.elements!==o||i.multiLine!==u?q(co(o,u),i):i}function j_(i,o){var u=V(294);return u.name=i,u.value=o,u.transformFlags|=4,u}function Ys(i,o,u){return i.name!==o||i.value!==u?q(j_(o,u),i):i}function B_(i,o){var u=V(295);return u.assertClause=i,u.multiLine=o,u}function il(i,o,u){return i.assertClause!==o||i.multiLine!==u?q(B_(o,u),i):i}function Ho(i){var o=V(268);return o.name=i,o.transformFlags|=ne(o.name),o.transformFlags&=-67108865,o}function al(i,o){return i.name!==o?q(Ho(o),i):i}function xs(i){var o=V(274);return o.name=i,o.transformFlags|=ne(o.name)|4,o.transformFlags&=-67108865,o}function q_(i,o){return i.name!==o?q(xs(o),i):i}function Ss(i){var o=V(269);return o.elements=ee(i),o.transformFlags|=U(o.elements),o.transformFlags&=-67108865,o}function ol(i,o){return i.elements!==o?q(Ss(o),i):i}function Zs(i,o,u){var h=V(270);return h.isTypeOnly=i,h.propertyName=o,h.name=u,h.transformFlags|=ne(h.propertyName)|ne(h.name),h.transformFlags&=-67108865,h}function Xc(i,o,u,h){return i.isTypeOnly!==o||i.propertyName!==u||i.name!==h?q(Zs(o,u,h),i):i}function U_(i,o,u){var h=Ye(271);return h.modifiers=Ji(i),h.isExportEquals=o,h.expression=o?ve().parenthesizeRightSideOfBinary(63,void 0,u):ve().parenthesizeExpressionOfExportDefault(u),h.transformFlags|=U(h.modifiers)|ne(h.expression),h.transformFlags&=-67108865,h.illegalDecorators=void 0,h}function $c(i,o,u){return i.modifiers!==o||i.expression!==u?Vc(U_(o,i.isExportEquals,u),i):i}function Vc(i,o){return i!==o&&(i.illegalDecorators=o.illegalDecorators),q(i,o)}function z_(i,o,u,h,j){var Oe=Ye(272);return Oe.modifiers=Ji(i),Oe.isTypeOnly=o,Oe.exportClause=u,Oe.moduleSpecifier=h,Oe.assertClause=j,Oe.transformFlags|=U(Oe.modifiers)|ne(Oe.exportClause)|ne(Oe.moduleSpecifier),Oe.transformFlags&=-67108865,Oe.illegalDecorators=void 0,Oe}function Qc(i,o,u,h,j,Oe){return i.modifiers!==o||i.isTypeOnly!==u||i.exportClause!==h||i.moduleSpecifier!==j||i.assertClause!==Oe?sl(z_(o,u,h,j,Oe),i):i}function sl(i,o){return i!==o&&(i.illegalDecorators=o.illegalDecorators),q(i,o)}function uo(i){var o=V(273);return o.elements=ee(i),o.transformFlags|=U(o.elements),o.transformFlags&=-67108865,o}function K_(i,o){return i.elements!==o?q(uo(o),i):i}function Pa(i,o,u){var h=V(275);return h.isTypeOnly=i,h.propertyName=Hi(o),h.name=Hi(u),h.transformFlags|=ne(h.propertyName)|ne(h.name),h.transformFlags&=-67108865,h}function _l(i,o,u,h){return i.isTypeOnly!==o||i.propertyName!==u||i.name!==h?q(Pa(o,u,h),i):i}function cl(){var i=Ye(276);return i}function Ds(i){var o=V(277);return o.expression=i,o.transformFlags|=ne(o.expression),o.transformFlags&=-67108865,o}function Es(i,o){return i.expression!==o?q(Ds(o),i):i}function W_(i){return V(i)}function e_(i,o,u){u===void 0&&(u=!1);var h=Cs(i,u?o&&ve().parenthesizeNonArrayTypeOfPostfixType(o):o);return h.postfix=u,h}function Cs(i,o){var u=V(i);return u.type=o,u}function H_(i,o,u){return o.type!==u?q(e_(i,u,o.postfix),o):o}function Yc(i,o,u){return o.type!==u?q(Cs(i,u),o):o}function G_(i,o){var u=Ne(317,void 0,void 0,void 0,i,o);return u}function ul(i,o,u){return i.parameters!==o||i.type!==u?q(G_(o,u),i):i}function X_(i,o){o===void 0&&(o=!1);var u=V(322);return u.jsDocPropertyTags=Ji(i),u.isArrayType=o,u}function $_(i,o,u){return i.jsDocPropertyTags!==o||i.isArrayType!==u?q(X_(o,u),i):i}function Zc(i){var o=V(309);return o.type=i,o}function V_(i,o){return i.type!==o?q(Zc(o),i):i}function eu(i,o,u){var h=V(323);return h.typeParameters=Ji(i),h.parameters=ee(o),h.type=u,h}function Q_(i,o,u,h){return i.typeParameters!==o||i.parameters!==u||i.type!==h?q(eu(o,u,h),i):i}function xa(i){var o=$(i.kind);return i.tagName.escapedText===e.escapeLeadingUnderscores(o)?i.tagName:fr(o)}function Ki(i,o,u){var h=V(i);return h.tagName=o,h.comment=u,h}function t_(i,o,u,h){var j=Ki(344,i!=null?i:fr("template"),h);return j.constraint=o,j.typeParameters=ee(u),j}function Go(i,o,u,h,j){return o===void 0&&(o=xa(i)),i.tagName!==o||i.constraint!==u||i.typeParameters!==h||i.comment!==j?q(t_(o,u,h,j),i):i}function Xo(i,o,u,h){var j=Ki(345,i!=null?i:fr("typedef"),h);return j.typeExpression=o,j.fullName=u,j.name=e.getJSDocTypeAliasName(u),j}function ll(i,o,u,h,j){return o===void 0&&(o=xa(i)),i.tagName!==o||i.typeExpression!==u||i.fullName!==h||i.comment!==j?q(Xo(o,u,h,j),i):i}function tu(i,o,u,h,j,Oe){var yt=Ki(340,i!=null?i:fr("param"),Oe);return yt.typeExpression=h,yt.name=o,yt.isNameFirst=!!j,yt.isBracketed=u,yt}function Va(i,o,u,h,j,Oe,yt){return o===void 0&&(o=xa(i)),i.tagName!==o||i.name!==u||i.isBracketed!==h||i.typeExpression!==j||i.isNameFirst!==Oe||i.comment!==yt?q(tu(o,u,h,j,Oe,yt),i):i}function Y_(i,o,u,h,j,Oe){var yt=Ki(347,i!=null?i:fr("prop"),Oe);return yt.typeExpression=h,yt.name=o,yt.isNameFirst=!!j,yt.isBracketed=u,yt}function Z_(i,o,u,h,j,Oe,yt){return o===void 0&&(o=xa(i)),i.tagName!==o||i.name!==u||i.isBracketed!==h||i.typeExpression!==j||i.isNameFirst!==Oe||i.comment!==yt?q(Y_(o,u,h,j,Oe,yt),i):i}function ec(i,o,u,h){var j=Ki(338,i!=null?i:fr("callback"),h);return j.typeExpression=o,j.fullName=u,j.name=e.getJSDocTypeAliasName(u),j}function pl(i,o,u,h,j){return o===void 0&&(o=xa(i)),i.tagName!==o||i.typeExpression!==u||i.fullName!==h||i.comment!==j?q(ec(o,u,h,j),i):i}function ws(i,o,u){var h=Ki(328,i!=null?i:fr("augments"),u);return h.class=o,h}function tc(i,o,u,h){return o===void 0&&(o=xa(i)),i.tagName!==o||i.class!==u||i.comment!==h?q(ws(o,u,h),i):i}function ru(i,o,u){var h=Ki(329,i!=null?i:fr("implements"),u);return h.class=o,h}function rc(i,o,u){var h=Ki(346,i!=null?i:fr("see"),u);return h.name=o,h}function fl(i,o,u,h){return i.tagName!==o||i.name!==u||i.comment!==h?q(rc(o,u,h),i):i}function r_(i){var o=V(310);return o.name=i,o}function dl(i,o){return i.name!==o?q(r_(o),i):i}function nu(i,o){var u=V(311);return u.left=i,u.right=o,u.transformFlags|=ne(u.left)|ne(u.right),u}function ml(i,o,u){return i.left!==o||i.right!==u?q(nu(o,u),i):i}function iu(i,o){var u=V(324);return u.name=i,u.text=o,u}function gl(i,o,u){return i.name!==o?q(iu(o,u),i):i}function As(i,o){var u=V(325);return u.name=i,u.text=o,u}function au(i,o,u){return i.name!==o?q(As(o,u),i):i}function nc(i,o){var u=V(326);return u.name=i,u.text=o,u}function ic(i,o,u){return i.name!==o?q(nc(o,u),i):i}function yl(i,o,u,h){return o===void 0&&(o=xa(i)),i.tagName!==o||i.class!==u||i.comment!==h?q(ru(o,u,h),i):i}function ks(i,o,u){var h=Ki(i,o!=null?o:fr($(i)),u);return h}function ou(i,o,u,h){return u===void 0&&(u=xa(o)),o.tagName!==u||o.comment!==h?q(ks(i,u,h),o):o}function ac(i,o,u,h){var j=Ki(i,o!=null?o:fr($(i)),h);return j.typeExpression=u,j}function hl(i,o,u,h,j){return u===void 0&&(u=xa(o)),o.tagName!==u||o.typeExpression!==h||o.comment!==j?q(ac(i,u,h,j),o):o}function Wi(i,o){var u=Ki(327,i,o);return u}function n_(i,o,u){return i.tagName!==o||i.comment!==u?q(Wi(o,u),i):i}function Sa(i){var o=V(321);return o.text=i,o}function oc(i,o){return i.text!==o?q(Sa(o),i):i}function Ps(i,o){var u=V(320);return u.comment=i,u.tags=Ji(o),u}function vl(i,o,u){return i.comment!==o||i.tags!==u?q(Ps(o,u),i):i}function Is(i,o,u){var h=V(278);return h.openingElement=i,h.children=ee(o),h.closingElement=u,h.transformFlags|=ne(h.openingElement)|U(h.children)|ne(h.closingElement)|2,h}function bl(i,o,u,h){return i.openingElement!==o||i.children!==u||i.closingElement!==h?q(Is(o,u,h),i):i}function i_(i,o,u){var h=V(279);return h.tagName=i,h.typeArguments=Ji(o),h.attributes=u,h.transformFlags|=ne(h.tagName)|U(h.typeArguments)|ne(h.attributes)|2,h.typeArguments&&(h.transformFlags|=1),h}function su(i,o,u,h){return i.tagName!==o||i.typeArguments!==u||i.attributes!==h?q(i_(o,u,h),i):i}function sc(i,o,u){var h=V(280);return h.tagName=i,h.typeArguments=Ji(o),h.attributes=u,h.transformFlags|=ne(h.tagName)|U(h.typeArguments)|ne(h.attributes)|2,o&&(h.transformFlags|=1),h}function a_(i,o,u,h){return i.tagName!==o||i.typeArguments!==u||i.attributes!==h?q(sc(o,u,h),i):i}function lo(i){var o=V(281);return o.tagName=i,o.transformFlags|=ne(o.tagName)|2,o}function _c(i,o){return i.tagName!==o?q(lo(o),i):i}function o_(i,o,u){var h=V(282);return h.openingFragment=i,h.children=ee(o),h.closingFragment=u,h.transformFlags|=ne(h.openingFragment)|U(h.children)|ne(h.closingFragment)|2,h}function s_(i,o,u,h){return i.openingFragment!==o||i.children!==u||i.closingFragment!==h?q(o_(o,u,h),i):i}function Ns(i,o){var u=V(11);return u.text=i,u.containsOnlyTriviaWhiteSpaces=!!o,u.transformFlags|=2,u}function cc(i,o,u){return i.text!==o||i.containsOnlyTriviaWhiteSpaces!==u?q(Ns(o,u),i):i}function __(){var i=V(283);return i.transformFlags|=2,i}function _u(){var i=V(284);return i.transformFlags|=2,i}function uc(i,o){var u=V(285);return u.name=i,u.initializer=o,u.transformFlags|=ne(u.name)|ne(u.initializer)|2,u}function cu(i,o,u){return i.name!==o||i.initializer!==u?q(uc(o,u),i):i}function lc(i){var o=V(286);return o.properties=ee(i),o.transformFlags|=U(o.properties)|2,o}function c_(i,o){return i.properties!==o?q(lc(o),i):i}function No(i){var o=V(287);return o.expression=i,o.transformFlags|=ne(o.expression)|2,o}function u_(i,o){return i.expression!==o?q(No(o),i):i}function pc(i,o){var u=V(288);return u.dotDotDotToken=i,u.expression=o,u.transformFlags|=ne(u.dotDotDotToken)|ne(u.expression)|2,u}function uu(i,o){return i.expression!==o?q(pc(i.dotDotDotToken,o),i):i}function Os(i,o){var u=V(289);return u.expression=ve().parenthesizeExpressionForDisallowedComma(i),u.statements=ee(o),u.transformFlags|=ne(u.expression)|U(u.statements),u}function Tl(i,o,u){return i.expression!==o||i.statements!==u?q(Os(o,u),i):i}function $o(i){var o=V(290);return o.statements=ee(i),o.transformFlags=U(o.statements),o}function fc(i,o){return i.statements!==o?q($o(o),i):i}function na(i,o){var u=V(291);switch(u.token=i,u.types=ee(o),u.transformFlags|=U(u.types),i){case 94:u.transformFlags|=1024;break;case 117:u.transformFlags|=1;break;default:return e.Debug.assertNever(i)}return u}function po(i,o){return i.types!==o?q(na(i.token,o),i):i}function Ms(i,o){var u=V(292);return(typeof i=="string"||i&&!e.isVariableDeclaration(i))&&(i=N_(i,void 0,void 0,void 0)),u.variableDeclaration=i,u.block=o,u.transformFlags|=ne(u.variableDeclaration)|ne(u.block),i||(u.transformFlags|=64),u}function lu(i,o,u){return i.variableDeclaration!==o||i.block!==u?q(Ms(o,u),i):i}function Ls(i,o){var u=at(296,void 0,i);return u.initializer=ve().parenthesizeExpressionForDisallowedComma(o),u.transformFlags|=ne(u.name)|ne(u.initializer),u.illegalDecorators=void 0,u.modifiers=void 0,u.questionToken=void 0,u.exclamationToken=void 0,u}function Vo(i,o,u){return i.name!==o||i.initializer!==u?pu(Ls(o,u),i):i}function pu(i,o){return i!==o&&(i.illegalDecorators=o.illegalDecorators,i.modifiers=o.modifiers,i.questionToken=o.questionToken,i.exclamationToken=o.exclamationToken),q(i,o)}function dc(i,o){var u=at(297,void 0,i);return u.objectAssignmentInitializer=o&&ve().parenthesizeExpressionForDisallowedComma(o),u.transformFlags|=ne(u.objectAssignmentInitializer)|1024,u.equalsToken=void 0,u.illegalDecorators=void 0,u.modifiers=void 0,u.questionToken=void 0,u.exclamationToken=void 0,u}function xl(i,o,u){return i.name!==o||i.objectAssignmentInitializer!==u?fu(dc(o,u),i):i}function fu(i,o){return i!==o&&(i.equalsToken=o.equalsToken,i.illegalDecorators=o.illegalDecorators,i.modifiers=o.modifiers,i.questionToken=o.questionToken,i.exclamationToken=o.exclamationToken),q(i,o)}function du(i){var o=V(298);return o.expression=ve().parenthesizeExpressionForDisallowedComma(i),o.transformFlags|=ne(o.expression)|128|65536,o}function Sl(i,o){return i.expression!==o?q(du(o),i):i}function Rs(i,o){var u=V(299);return u.name=Hi(i),u.initializer=o&&ve().parenthesizeExpressionForDisallowedComma(o),u.transformFlags|=ne(u.name)|ne(u.initializer)|1,u}function mu(i,o,u){return i.name!==o||i.initializer!==u?q(Rs(o,u),i):i}function Dl(i,o,u){var h=Ie.createBaseSourceFileNode(305);return h.statements=ee(i),h.endOfFileToken=o,h.flags|=u,h.fileName="",h.text="",h.languageVersion=0,h.languageVariant=0,h.scriptKind=0,h.isDeclarationFile=!1,h.hasNoDefaultLib=!1,h.transformFlags|=U(h.statements)|ne(h.endOfFileToken),h}function Qa(i,o,u,h,j,Oe,yt){var hr=i.redirectInfo?Object.create(i.redirectInfo.redirectTarget):Ie.createBaseSourceFileNode(305);for(var Kn in i)Kn==="emitNode"||e.hasProperty(hr,Kn)||!e.hasProperty(i,Kn)||(hr[Kn]=i[Kn]);return hr.flags|=i.flags,hr.statements=ee(o),hr.endOfFileToken=i.endOfFileToken,hr.isDeclarationFile=u,hr.referencedFiles=h,hr.typeReferenceDirectives=j,hr.hasNoDefaultLib=Oe,hr.libReferenceDirectives=yt,hr.transformFlags=U(hr.statements)|ne(hr.endOfFileToken),hr.impliedNodeFormat=i.impliedNodeFormat,hr}function gu(i,o,u,h,j,Oe,yt){return u===void 0&&(u=i.isDeclarationFile),h===void 0&&(h=i.referencedFiles),j===void 0&&(j=i.typeReferenceDirectives),Oe===void 0&&(Oe=i.hasNoDefaultLib),yt===void 0&&(yt=i.libReferenceDirectives),i.statements!==o||i.isDeclarationFile!==u||i.referencedFiles!==h||i.typeReferenceDirectives!==j||i.hasNoDefaultLib!==Oe||i.libReferenceDirectives!==yt?q(Qa(i,o,u,h,j,Oe,yt),i):i}function yu(i,o){o===void 0&&(o=e.emptyArray);var u=V(306);return u.prepends=o,u.sourceFiles=i,u}function El(i,o,u){return u===void 0&&(u=e.emptyArray),i.sourceFiles!==o||i.prepends!==u?q(yu(o,u),i):i}function hu(i,o,u){var h=V(307);return h.prologues=i,h.syntheticReferences=o,h.texts=u,h.fileName="",h.text="",h.referencedFiles=e.emptyArray,h.libReferenceDirectives=e.emptyArray,h.getLineAndCharacterOfPosition=function(j){return e.getLineAndCharacterOfPosition(h,j)},h}function l_(i,o){var u=V(i);return u.data=o,u}function vu(i){return l_(300,i)}function bu(i,o){var u=l_(301,i);return u.texts=o,u}function Cl(i,o){return l_(o?303:302,i)}function Tu(i){var o=V(304);return o.data=i.data,o.section=i,o}function Js(){var i=V(308);return i.javascriptText="",i.declarationText="",i}function wl(i,o,u){o===void 0&&(o=!1);var h=V(232);return h.type=i,h.isSpread=o,h.tupleNameSource=u,h}function mc(i){var o=V(348);return o._children=i,o}function xu(i){var o=V(349);return o.original=i,e.setTextRange(o,i),o}function Su(i,o){var u=V(350);return u.expression=i,u.original=o,u.transformFlags|=ne(u.expression)|1,e.setTextRange(u,o),u}function p_(i,o){return i.expression!==o?q(Su(o,i.original),i):i}function Al(i){if(e.nodeIsSynthesized(i)&&!e.isParseTreeNode(i)&&!i.original&&!i.emitNode&&!i.id){if(e.isCommaListExpression(i))return i.elements;if(e.isBinaryExpression(i)&&e.isCommaToken(i.operatorToken))return[i.left,i.right]}return i}function gc(i){var o=V(351);return o.elements=ee(e.sameFlatMap(i,Al)),o.transformFlags|=U(o.elements),o}function kl(i,o){return i.elements!==o?q(gc(o),i):i}function Pl(i){var o=V(353);return o.emitNode={},o.original=i,o}function Du(i){var o=V(352);return o.emitNode={},o.original=i,o}function Eu(i,o){var u=V(354);return u.expression=i,u.thisArg=o,u.transformFlags|=ne(u.expression)|ne(u.thisArg),u}function f_(i,o,u){return i.expression!==o||i.thisArg!==u?q(Eu(o,u),i):i}function yc(i){if(i===void 0)return i;var o=e.isSourceFile(i)?Ie.createBaseSourceFileNode(305):e.isIdentifier(i)?Ie.createBaseIdentifierNode(79):e.isPrivateIdentifier(i)?Ie.createBasePrivateIdentifierNode(80):e.isNodeKind(i.kind)?Ie.createBaseNode(i.kind):Ie.createBaseTokenNode(i.kind);o.flags|=i.flags&-9,o.transformFlags=i.transformFlags,Jt(o,i);for(var u in i)o.hasOwnProperty(u)||!i.hasOwnProperty(u)||(o[u]=i[u]);return o}function Cu(i,o,u){return oa(F(void 0,void 0,void 0,void 0,o?[o]:[],void 0,Xa(i,!0)),void 0,u?[u]:[])}function Qo(i,o,u){return oa(Ge(void 0,void 0,o?[o]:[],void 0,void 0,Xa(i,!0)),void 0,u?[u]:[])}function Ya(){return gr(ut("0"))}function wu(i){return U_(void 0,!1,i)}function Il(i){return z_(void 0,!1,uo([Pa(!1,void 0,i)]))}function Nl(i,o){return o==="undefined"?G.createStrictEquality(i,Ya()):G.createStrictEquality(or(i),Z(o))}function Oo(i,o,u){return e.isCallChain(i)?Bi(Nr(i,void 0,o),void 0,void 0,u):oa(pr(i,o),void 0,u)}function Au(i,o,u){return Oo(i,"bind",Cn([o],u,!0))}function ku(i,o,u){return Oo(i,"call",Cn([o],u,!0))}function Pu(i,o,u){return Oo(i,"apply",[o,u])}function p(i,o,u){return Oo(fr(i),o,u)}function E(i,o){return Oo(i,"slice",o===void 0?[]:[eo(o)])}function R(i,o){return Oo(i,"concat",o)}function z(i,o,u){return p("Object","defineProperty",[i,eo(o),u])}function ie(i,o,u){return p("Reflect","get",u?[i,o,u]:[i,o])}function Ae(i,o,u,h){return p("Reflect","set",h?[i,o,u,h]:[i,o,u])}function ct(i,o,u){return u?(i.push(Ls(o,u)),!0):!1}function At(i,o){var u=[];ct(u,"enumerable",eo(i.enumerable)),ct(u,"configurable",eo(i.configurable));var h=ct(u,"writable",eo(i.writable));h=ct(u,"value",i.value)||h;var j=ct(u,"get",i.get);return j=ct(u,"set",i.set)||j,e.Debug.assert(!(h&&j),"A PropertyDescriptor may not be both an accessor descriptor and a data descriptor."),bt(u,!o)}function xt(i,o){switch(i.kind){case 212:return l(i,o);case 211:return ta(i,i.type,o);case 229:return jo(i,o,i.type);case 230:return ko(i,o);case 350:return p_(i,o)}}function Rt(i){return e.isParenthesizedExpression(i)&&e.nodeIsSynthesized(i)&&e.nodeIsSynthesized(e.getSourceMapRange(i))&&e.nodeIsSynthesized(e.getCommentRange(i))&&!e.some(e.getSyntheticLeadingComments(i))&&!e.some(e.getSyntheticTrailingComments(i))}function cr(i,o,u){return u===void 0&&(u=15),i&&e.isOuterExpression(i,u)&&!Rt(i)?xt(i,cr(i.expression,o)):o}function Gr(i,o,u){if(!o)return i;var h=Rc(o,o.label,e.isLabeledStatement(o.statement)?Gr(i,o.statement):i);return u&&u(o),h}function Br(i,o){var u=e.skipParentheses(i);switch(u.kind){case 79:return o;case 108:case 8:case 9:case 10:return!1;case 204:var h=u.elements;return h.length!==0;case 205:return u.properties.length>0;default:return!0}}function ln(i,o,u,h){h===void 0&&(h=!1);var j=e.skipOuterExpressions(i,15),Oe,yt;return e.isSuperProperty(j)?(Oe=me(),yt=j):e.isSuperKeyword(j)?(Oe=me(),yt=u!==void 0&&u<2?e.setTextRange(fr("_super"),j):j):e.getEmitFlags(j)&4096?(Oe=Ya(),yt=ve().parenthesizeLeftSideOfAccess(j,!1)):e.isPropertyAccessExpression(j)?Br(j.expression,h)?(Oe=L(o),yt=pr(e.setTextRange(G.createAssignment(Oe,j.expression),j.expression),j.name),e.setTextRange(yt,j)):(Oe=j.expression,yt=j):e.isElementAccessExpression(j)?Br(j.expression,h)?(Oe=L(o),yt=ci(e.setTextRange(G.createAssignment(Oe,j.expression),j.expression),j.argumentExpression),e.setTextRange(yt,j)):(Oe=j.expression,yt=j):(Oe=Ya(),yt=ve().parenthesizeLeftSideOfAccess(i,!1)),{target:yt,thisArg:Oe}}function Dn(i,o){return pr(va(bt([qr(void 0,"value",[wr(void 0,void 0,i,void 0,void 0,void 0)],Xa([c(o)]))])),"value")}function Yn(i){return i.length>10?gc(i):e.reduceLeft(i,G.createComma)}function Pn(i,o,u,h){h===void 0&&(h=0);var j=e.getNameOfDeclaration(i);if(j&&e.isIdentifier(j)&&!e.isGeneratedIdentifier(j)){var Oe=e.setParent(e.setTextRange(yc(j),j),j.parent);return h|=e.getEmitFlags(j),u||(h|=48),o||(h|=1536),h&&e.setEmitFlags(Oe,h),Oe}return Ir(i)}function fo(i,o,u){return Pn(i,o,u,49152)}function bi(i,o,u){return Pn(i,o,u,16384)}function Fa(i,o,u){return Pn(i,o,u,8192)}function Yo(i,o,u){return Pn(i,o,u)}function Mo(i,o,u,h){var j=pr(i,e.nodeIsSynthesized(o)?o:yc(o));e.setTextRange(j,o);var Oe=0;return h||(Oe|=48),u||(Oe|=1536),Oe&&e.setEmitFlags(j,Oe),j}function Iu(i,o,u,h){return i&&e.hasSyntacticModifier(o,1)?Mo(i,Pn(o),u,h):Fa(o,u,h)}function Ia(i,o,u,h){var j=ia(i,o,0,u);return d_(i,o,j,h)}function Lo(i){return e.isStringLiteral(i.expression)&&i.expression.text==="use strict"}function Za(){return e.startOnNewLine(c(Z("use strict")))}function ia(i,o,u,h){u===void 0&&(u=0),e.Debug.assert(o.length===0,"Prologue directives should be at the first statement in the target statements array");for(var j=!1,Oe=i.length;u<Oe;){var yt=i[u];if(e.isPrologueDirective(yt))Lo(yt)&&(j=!0),o.push(yt);else break;u++}return h&&!j&&o.push(Za()),u}function d_(i,o,u,h,j){j===void 0&&(j=e.returnTrue);for(var Oe=i.length;u!==void 0&&u<Oe;){var yt=i[u];if(e.getEmitFlags(yt)&1048576&&j(yt))e.append(o,h?e.visitNode(yt,h,e.isStatement):yt);else break;u++}return u}function Ol(i){var o=e.findUseStrictPrologue(i);return o?i:e.setTextRange(ee(Cn([Za()],i,!0)),i)}function m_(i){return e.Debug.assert(e.every(i,e.isStatementOrBlock),"Cannot lift nodes to a Block."),e.singleOrUndefined(i)||Xa(i)}function mo(i,o,u){for(var h=u;h<i.length&&o(i[h]);)h++;return h}function Nu(i,o){if(!e.some(o))return i;var u=mo(i,e.isPrologueDirective,0),h=mo(i,e.isHoistedFunction,u),j=mo(i,e.isHoistedVariableStatement,h),Oe=mo(o,e.isPrologueDirective,0),yt=mo(o,e.isHoistedFunction,Oe),hr=mo(o,e.isHoistedVariableStatement,yt),Kn=mo(o,e.isCustomPrologue,hr);e.Debug.assert(Kn===o.length,"Expected declarations to be valid standard or custom prologues");var Na=e.isNodeArray(i)?i.slice():i;if(Kn>hr&&Na.splice.apply(Na,Cn([j,0],o.slice(hr,Kn),!1)),hr>yt&&Na.splice.apply(Na,Cn([h,0],o.slice(yt,hr),!1)),yt>Oe&&Na.splice.apply(Na,Cn([u,0],o.slice(Oe,yt),!1)),Oe>0)if(u===0)Na.splice.apply(Na,Cn([0,0],o.slice(0,Oe),!1));else{for(var go=new e.Map,to=0;to<u;to++){var Ll=i[to];go.set(Ll.expression.text,!0)}for(var to=Oe-1;to>=0;to--){var hc=o[to];go.has(hc.expression.text)||Na.unshift(hc)}}return e.isNodeArray(i)?e.setTextRange(ee(Na,i.hasTrailingComma),i):i}function Ml(i,o){var u,h;return typeof o=="number"?h=nr(o):h=o,e.isTypeParameterDeclaration(i)?Cr(i,h,i.name,i.constraint,i.default):e.isParameter(i)?Qr(i,h,i.dotDotDotToken,i.name,i.questionToken,i.type,i.initializer):e.isConstructorTypeNode(i)?Lr(i,h,i.typeParameters,i.parameters,i.type):e.isPropertySignature(i)?Nn(i,h,i.name,i.questionToken,i.type):e.isPropertyDeclaration(i)?_i(i,h,i.name,(u=i.questionToken)!==null&&u!==void 0?u:i.exclamationToken,i.type,i.initializer):e.isMethodSignature(i)?Fi(i,h,i.name,i.questionToken,i.typeParameters,i.parameters,i.type):e.isMethodDeclaration(i)?Sn(i,h,i.asteriskToken,i.name,i.questionToken,i.typeParameters,i.parameters,i.type,i.body):e.isConstructorDeclaration(i)?Wn(i,h,i.parameters,i.body):e.isGetAccessorDeclaration(i)?Oi(i,h,i.name,i.parameters,i.type,i.body):e.isSetAccessorDeclaration(i)?I(i,h,i.name,i.parameters,i.body):e.isIndexSignatureDeclaration(i)?xi(i,h,i.parameters,i.type):e.isFunctionExpression(i)?_e(i,h,i.asteriskToken,i.name,i.typeParameters,i.parameters,i.type,i.body):e.isArrowFunction(i)?Bt(i,h,i.typeParameters,i.parameters,i.type,i.equalsGreaterThanToken,i.body):e.isClassExpression(i)?cs(i,h,i.name,i.typeParameters,i.heritageClauses,i.members):e.isVariableStatement(i)?Hs(i,h,i.declarationList):e.isFunctionDeclaration(i)?so(i,h,i.asteriskToken,i.name,i.typeParameters,i.parameters,i.type,i.body):e.isClassDeclaration(i)?$a(i,h,i.name,i.typeParameters,i.heritageClauses,i.members):e.isInterfaceDeclaration(i)?bs(i,h,i.name,i.typeParameters,i.heritageClauses,i.members):e.isTypeAliasDeclaration(i)?L_(i,h,i.name,i.typeParameters,i.type):e.isEnumDeclaration(i)?jc(i,h,i.name,i.members):e.isModuleDeclaration(i)?qc(i,h,i.name,i.body):e.isImportEqualsDeclaration(i)?Ts(i,h,i.isTypeOnly,i.name,i.moduleReference):e.isImportDeclaration(i)?F_(i,h,i.importClause,i.moduleSpecifier,i.assertClause):e.isExportAssignment(i)?$c(i,h,i.expression):e.isExportDeclaration(i)?Qc(i,h,i.isTypeOnly,i.exportClause,i.moduleSpecifier,i.assertClause):e.Debug.assertNever(i)}function Ji(i){return i?ee(i):void 0}function Hi(i){return typeof i=="string"?fr(i):i}function eo(i){return typeof i=="string"?Z(i):typeof i=="number"?ut(i):typeof i=="boolean"?i?_t():Xt():i}function g_(i){return typeof i=="number"?k(i):i}function ja(i){return i&&e.isNotEmittedStatement(i)?e.setTextRange(Jt(gs(),i),i):i}}e.createNodeFactory=_;function d(be,Ie){return be!==Ie&&e.setTextRange(be,Ie),be}function x(be,Ie){return be!==Ie&&(Jt(be,Ie),e.setTextRange(be,Ie)),be}function $(be){switch(be){case 343:return"type";case 341:return"returns";case 342:return"this";case 339:return"enum";case 330:return"author";case 332:return"class";case 333:return"public";case 334:return"private";case 335:return"protected";case 336:return"readonly";case 337:return"override";case 344:return"template";case 345:return"typedef";case 340:return"param";case 347:return"prop";case 338:return"callback";case 328:return"augments";case 329:return"implements";default:return e.Debug.fail("Unsupported kind: ".concat(e.Debug.formatSyntaxKind(be)))}}var Y,w={};function K(be,Ie){switch(Y||(Y=e.createScanner(99,!1,0)),be){case 14:Y.setText("`"+Ie+"`");break;case 15:Y.setText("`"+Ie+"${");break;case 16:Y.setText("}"+Ie+"${");break;case 17:Y.setText("}"+Ie+"`");break}var q=Y.scan();if(q===19&&(q=Y.reScanTemplateToken(!1)),Y.isUnterminated())return Y.setText(void 0),w;var ve;switch(q){case 14:case 15:case 16:case 17:ve=Y.getTokenValue();break}return ve===void 0||Y.scan()!==1?(Y.setText(void 0),w):(Y.setText(void 0),ve)}function qe(be){return ne(be)&-67108865}function ye(be,Ie){return Ie|be.transformFlags&134234112}function ne(be){if(!be)return 0;var Ie=be.transformFlags&~f(be.kind);return e.isNamedDeclaration(be)&&e.isPropertyName(be.name)?ye(be.name,Ie):Ie}function U(be){return be?be.transformFlags:0}function We(be){for(var Ie=0,q=0,ve=be;q<ve.length;q++){var st=ve[q];Ie|=ne(st)}be.transformFlags=Ie}function f(be){if(be>=177&&be<=200)return-2;switch(be){case 208:case 209:case 204:return-2147450880;case 261:return-1941676032;case 164:return-2147483648;case 214:return-2072174592;case 213:case 256:return-1937940480;case 255:return-2146893824;case 257:case 226:return-2147344384;case 171:return-1937948672;case 167:return-2013249536;case 169:case 172:case 173:return-2005057536;case 130:case 147:case 158:case 143:case 150:case 148:case 133:case 151:case 114:case 163:case 166:case 168:case 174:case 175:case 176:case 258:case 259:return-2;case 205:return-2147278848;case 292:return-2147418112;case 201:case 202:return-2147450880;case 211:case 229:case 350:case 212:case 106:return-2147483648;case 206:case 207:return-2147483648;default:return-2147483648}}e.getTransformFlagsSubtreeExclusions=f;var v=e.createBaseNodeFactory();function le(be){return be.flags|=8,be}var he={createBaseSourceFileNode:function(be){return le(v.createBaseSourceFileNode(be))},createBaseIdentifierNode:function(be){return le(v.createBaseIdentifierNode(be))},createBasePrivateIdentifierNode:function(be){return le(v.createBasePrivateIdentifierNode(be))},createBaseTokenNode:function(be){return le(v.createBaseTokenNode(be))},createBaseNode:function(be){return le(v.createBaseNode(be))}};e.factory=_(4,he);function je(be,Ie,q){var ve,st,we,Me,Tt,ze,rt,Pt,Ot,Yt;e.isString(be)?(we="",Me=be,Tt=be.length,ze=Ie,rt=q):(e.Debug.assert(Ie==="js"||Ie==="dts"),we=(Ie==="js"?be.javascriptPath:be.declarationPath)||"",ze=Ie==="js"?be.javascriptMapPath:be.declarationMapPath,Pt=function(){return Ie==="js"?be.javascriptText:be.declarationText},Ot=function(){return Ie==="js"?be.javascriptMapText:be.declarationMapText},Tt=function(){return Pt().length},be.buildInfo&&be.buildInfo.bundle&&(e.Debug.assert(q===void 0||typeof q=="boolean"),ve=q,st=Ie==="js"?be.buildInfo.bundle.js:be.buildInfo.bundle.dts,Yt=be.oldFileOfCurrentEmit));var oe=Yt?xe(e.Debug.checkDefined(st)):A(st,ve,Tt);return oe.fileName=we,oe.sourceMapPath=ze,oe.oldFileOfCurrentEmit=Yt,Pt&&Ot?(Object.defineProperty(oe,"text",{get:Pt}),Object.defineProperty(oe,"sourceMapText",{get:Ot})):(e.Debug.assert(!Yt),oe.text=Me!=null?Me:"",oe.sourceMapText=rt),oe}e.createUnparsedSourceFile=je;function A(be,Ie,q){for(var ve,st,we,Me,Tt,ze,rt,Pt,Ot=0,Yt=be?be.sections:e.emptyArray;Ot<Yt.length;Ot++){var oe=Yt[Ot];switch(oe.kind){case"prologue":ve=e.append(ve,e.setTextRange(e.factory.createUnparsedPrologue(oe.data),oe));break;case"emitHelpers":st=e.append(st,e.getAllUnscopedEmitHelpers().get(oe.data));break;case"no-default-lib":Pt=!0;break;case"reference":we=e.append(we,{pos:-1,end:-1,fileName:oe.data});break;case"type":Me=e.append(Me,{pos:-1,end:-1,fileName:oe.data});break;case"type-import":Me=e.append(Me,{pos:-1,end:-1,fileName:oe.data,resolutionMode:e.ModuleKind.ESNext});break;case"type-require":Me=e.append(Me,{pos:-1,end:-1,fileName:oe.data,resolutionMode:e.ModuleKind.CommonJS});break;case"lib":Tt=e.append(Tt,{pos:-1,end:-1,fileName:oe.data});break;case"prepend":for(var y=void 0,g=0,D=oe.texts;g<D.length;g++){var G=D[g];(!Ie||G.kind!=="internal")&&(y=e.append(y,e.setTextRange(e.factory.createUnparsedTextLike(G.data,G.kind==="internal"),G)))}ze=e.addRange(ze,y),rt=e.append(rt,e.factory.createUnparsedPrepend(oe.data,y!=null?y:e.emptyArray));break;case"internal":if(Ie){rt||(rt=[]);break}case"text":rt=e.append(rt,e.setTextRange(e.factory.createUnparsedTextLike(oe.data,oe.kind==="internal"),oe));break;default:e.Debug.assertNever(oe)}}if(!rt){var ee=e.factory.createUnparsedTextLike(void 0,!1);e.setTextRangePosWidth(ee,0,typeof q=="function"?q():q),rt=[ee]}var V=e.parseNodeFactory.createUnparsedSource(ve!=null?ve:e.emptyArray,void 0,rt);return e.setEachParent(ve,V),e.setEachParent(rt,V),e.setEachParent(ze,V),V.hasNoDefaultLib=Pt,V.helpers=st,V.referencedFiles=we||e.emptyArray,V.typeReferenceDirectives=Me,V.libReferenceDirectives=Tt||e.emptyArray,V}function xe(be){for(var Ie,q,ve=0,st=be.sections;ve<st.length;ve++){var we=st[ve];switch(we.kind){case"internal":case"text":Ie=e.append(Ie,e.setTextRange(e.factory.createUnparsedTextLike(we.data,we.kind==="internal"),we));break;case"no-default-lib":case"reference":case"type":case"type-import":case"type-require":case"lib":q=e.append(q,e.setTextRange(e.factory.createUnparsedSyntheticReference(we),we));break;case"prologue":case"emitHelpers":case"prepend":break;default:e.Debug.assertNever(we)}}var Me=e.factory.createUnparsedSource(e.emptyArray,q,Ie!=null?Ie:e.emptyArray);return e.setEachParent(q,Me),e.setEachParent(Ie,Me),Me.helpers=e.map(be.sources&&be.sources.helpers,function(Tt){return e.getAllUnscopedEmitHelpers().get(Tt)}),Me}function Q(be,Ie,q,ve,st,we,Me,Tt,ze,rt,Pt){var Ot=e.parseNodeFactory.createInputFiles();if(e.isString(be))Ot.javascriptText=be,Ot.javascriptMapPath=q,Ot.javascriptMapText=ve,Ot.declarationText=Ie,Ot.declarationMapPath=st,Ot.declarationMapText=we,Ot.javascriptPath=Me,Ot.declarationPath=Tt,Ot.buildInfoPath=ze,Ot.buildInfo=rt,Ot.oldFileOfCurrentEmit=Pt;else{var Yt=new e.Map,oe=function(G){if(G!==void 0){var ee=Yt.get(G);return ee===void 0&&(ee=be(G),Yt.set(G,ee!==void 0?ee:!1)),ee!==!1?ee:void 0}},y=function(G){var ee=oe(G);return ee!==void 0?ee:"/* Input file ".concat(G,` was missing */\r
|
|
16
|
+
`)},g,D=function(G){if(g===void 0){var ee=G();g=ee!==void 0?e.getBuildInfo(ee):!1}return g||void 0};Ot.javascriptPath=Ie,Ot.javascriptMapPath=q,Ot.declarationPath=e.Debug.checkDefined(ve),Ot.declarationMapPath=st,Ot.buildInfoPath=we,Object.defineProperties(Ot,{javascriptText:{get:function(){return y(Ie)}},javascriptMapText:{get:function(){return oe(q)}},declarationText:{get:function(){return y(e.Debug.checkDefined(ve))}},declarationMapText:{get:function(){return oe(st)}},buildInfo:{get:function(){return D(function(){return oe(we)})}}})}return Ot}e.createInputFiles=Q;var Ct;function ft(be,Ie,q){return new(Ct||(Ct=e.objectAllocator.getSourceMapSourceConstructor()))(be,Ie,q)}e.createSourceMapSource=ft;function Jt(be,Ie){if(be.original=Ie,Ie){var q=Ie.emitNode;q&&(be.emitNode=ke(q,be.emitNode))}return be}e.setOriginalNode=Jt;function ke(be,Ie){var q=be.flags,ve=be.leadingComments,st=be.trailingComments,we=be.commentRange,Me=be.sourceMapRange,Tt=be.tokenSourceMapRanges,ze=be.constantValue,rt=be.helpers,Pt=be.startsOnNewLine;if(Ie||(Ie={}),ve&&(Ie.leadingComments=e.addRange(ve.slice(),Ie.leadingComments)),st&&(Ie.trailingComments=e.addRange(st.slice(),Ie.trailingComments)),q&&(Ie.flags=q&-268435457),we&&(Ie.commentRange=we),Me&&(Ie.sourceMapRange=Me),Tt&&(Ie.tokenSourceMapRanges=Qe(Tt,Ie.tokenSourceMapRanges)),ze!==void 0&&(Ie.constantValue=ze),rt)for(var Ot=0,Yt=rt;Ot<Yt.length;Ot++){var oe=Yt[Ot];Ie.helpers=e.appendIfUnique(Ie.helpers,oe)}return Pt!==void 0&&(Ie.startsOnNewLine=Pt),Ie}function Qe(be,Ie){Ie||(Ie=[]);for(var q in be)Ie[q]=be[q];return Ie}})(Qt||(Qt={}));var Qt;(function(e){function t(we){var Me;if(we.emitNode)e.Debug.assert(!(we.emitNode.flags&268435456),"Invalid attempt to mutate an immutable node.");else{if(e.isParseTreeNode(we)){if(we.kind===305)return we.emitNode={annotatedNodes:[we]};var Tt=(Me=e.getSourceFileOfNode(e.getParseTreeNode(e.getSourceFileOfNode(we))))!==null&&Me!==void 0?Me:e.Debug.fail("Could not determine parsed source file.");t(Tt).annotatedNodes.push(we)}we.emitNode={}}return we.emitNode}e.getOrCreateEmitNode=t;function a(we){var Me,Tt,ze=(Tt=(Me=e.getSourceFileOfNode(e.getParseTreeNode(we)))===null||Me===void 0?void 0:Me.emitNode)===null||Tt===void 0?void 0:Tt.annotatedNodes;if(ze)for(var rt=0,Pt=ze;rt<Pt.length;rt++){var Ot=Pt[rt];Ot.emitNode=void 0}}e.disposeEmitNodes=a;function _(we){var Me=t(we);return Me.flags|=1536,Me.leadingComments=void 0,Me.trailingComments=void 0,we}e.removeAllComments=_;function d(we,Me){return t(we).flags=Me,we}e.setEmitFlags=d;function x(we,Me){var Tt=t(we);return Tt.flags=Tt.flags|Me,we}e.addEmitFlags=x;function $(we){var Me,Tt;return(Tt=(Me=we.emitNode)===null||Me===void 0?void 0:Me.sourceMapRange)!==null&&Tt!==void 0?Tt:we}e.getSourceMapRange=$;function Y(we,Me){return t(we).sourceMapRange=Me,we}e.setSourceMapRange=Y;function w(we,Me){var Tt,ze;return(ze=(Tt=we.emitNode)===null||Tt===void 0?void 0:Tt.tokenSourceMapRanges)===null||ze===void 0?void 0:ze[Me]}e.getTokenSourceMapRange=w;function K(we,Me,Tt){var ze,rt=t(we),Pt=(ze=rt.tokenSourceMapRanges)!==null&&ze!==void 0?ze:rt.tokenSourceMapRanges=[];return Pt[Me]=Tt,we}e.setTokenSourceMapRange=K;function qe(we){var Me;return(Me=we.emitNode)===null||Me===void 0?void 0:Me.startsOnNewLine}e.getStartsOnNewLine=qe;function ye(we,Me){return t(we).startsOnNewLine=Me,we}e.setStartsOnNewLine=ye;function ne(we){var Me,Tt;return(Tt=(Me=we.emitNode)===null||Me===void 0?void 0:Me.commentRange)!==null&&Tt!==void 0?Tt:we}e.getCommentRange=ne;function U(we,Me){return t(we).commentRange=Me,we}e.setCommentRange=U;function We(we){var Me;return(Me=we.emitNode)===null||Me===void 0?void 0:Me.leadingComments}e.getSyntheticLeadingComments=We;function f(we,Me){return t(we).leadingComments=Me,we}e.setSyntheticLeadingComments=f;function v(we,Me,Tt,ze){return f(we,e.append(We(we),{kind:Me,pos:-1,end:-1,hasTrailingNewLine:ze,text:Tt}))}e.addSyntheticLeadingComment=v;function le(we){var Me;return(Me=we.emitNode)===null||Me===void 0?void 0:Me.trailingComments}e.getSyntheticTrailingComments=le;function he(we,Me){return t(we).trailingComments=Me,we}e.setSyntheticTrailingComments=he;function je(we,Me,Tt,ze){return he(we,e.append(le(we),{kind:Me,pos:-1,end:-1,hasTrailingNewLine:ze,text:Tt}))}e.addSyntheticTrailingComment=je;function A(we,Me){f(we,We(Me)),he(we,le(Me));var Tt=t(Me);return Tt.leadingComments=void 0,Tt.trailingComments=void 0,we}e.moveSyntheticComments=A;function xe(we){var Me;return(Me=we.emitNode)===null||Me===void 0?void 0:Me.constantValue}e.getConstantValue=xe;function Q(we,Me){var Tt=t(we);return Tt.constantValue=Me,we}e.setConstantValue=Q;function Ct(we,Me){var Tt=t(we);return Tt.helpers=e.append(Tt.helpers,Me),we}e.addEmitHelper=Ct;function ft(we,Me){if(e.some(Me))for(var Tt=t(we),ze=0,rt=Me;ze<rt.length;ze++){var Pt=rt[ze];Tt.helpers=e.appendIfUnique(Tt.helpers,Pt)}return we}e.addEmitHelpers=ft;function Jt(we,Me){var Tt,ze=(Tt=we.emitNode)===null||Tt===void 0?void 0:Tt.helpers;return ze?e.orderedRemoveItem(ze,Me):!1}e.removeEmitHelper=Jt;function ke(we){var Me;return(Me=we.emitNode)===null||Me===void 0?void 0:Me.helpers}e.getEmitHelpers=ke;function Qe(we,Me,Tt){var ze=we.emitNode,rt=ze&&ze.helpers;if(!!e.some(rt)){for(var Pt=t(Me),Ot=0,Yt=0;Yt<rt.length;Yt++){var oe=rt[Yt];Tt(oe)?(Ot++,Pt.helpers=e.appendIfUnique(Pt.helpers,oe)):Ot>0&&(rt[Yt-Ot]=oe)}Ot>0&&(rt.length-=Ot)}}e.moveEmitHelpers=Qe;function be(we){var Me;return(Me=we.emitNode)===null||Me===void 0?void 0:Me.snippetElement}e.getSnippetElement=be;function Ie(we,Me){var Tt=t(we);return Tt.snippetElement=Me,we}e.setSnippetElement=Ie;function q(we){return t(we).flags|=134217728,we}e.ignoreSourceNewlines=q;function ve(we,Me){var Tt=t(we);return Tt.typeNode=Me,we}e.setTypeNode=ve;function st(we){var Me;return(Me=we.emitNode)===null||Me===void 0?void 0:Me.typeNode}e.getTypeNode=st})(Qt||(Qt={}));var Qt;(function(e){function t(Y){var w=Y.factory,K=e.memoize(function(){return e.setEmitFlags(w.createTrue(),268435456)}),qe=e.memoize(function(){return e.setEmitFlags(w.createFalse(),268435456)});return{getUnscopedHelperName:ye,createDecorateHelper:ne,createMetadataHelper:U,createParamHelper:We,createAssignHelper:f,createAwaitHelper:v,createAsyncGeneratorHelper:le,createAsyncDelegatorHelper:he,createAsyncValuesHelper:je,createRestHelper:A,createAwaiterHelper:xe,createExtendsHelper:Q,createTemplateObjectHelper:Ct,createSpreadArrayHelper:ft,createValuesHelper:Jt,createReadHelper:ke,createGeneratorHelper:Qe,createCreateBindingHelper:be,createImportStarHelper:Ie,createImportStarCallbackHelper:q,createImportDefaultHelper:ve,createExportStarHelper:st,createClassPrivateFieldGetHelper:we,createClassPrivateFieldSetHelper:Me,createClassPrivateFieldInHelper:Tt};function ye(ze){return e.setEmitFlags(w.createIdentifier(ze),4098)}function ne(ze,rt,Pt,Ot){Y.requestEmitHelper(e.decorateHelper);var Yt=[];return Yt.push(w.createArrayLiteralExpression(ze,!0)),Yt.push(rt),Pt&&(Yt.push(Pt),Ot&&Yt.push(Ot)),w.createCallExpression(ye("__decorate"),void 0,Yt)}function U(ze,rt){return Y.requestEmitHelper(e.metadataHelper),w.createCallExpression(ye("__metadata"),void 0,[w.createStringLiteral(ze),rt])}function We(ze,rt,Pt){return Y.requestEmitHelper(e.paramHelper),e.setTextRange(w.createCallExpression(ye("__param"),void 0,[w.createNumericLiteral(rt+""),ze]),Pt)}function f(ze){return e.getEmitScriptTarget(Y.getCompilerOptions())>=2?w.createCallExpression(w.createPropertyAccessExpression(w.createIdentifier("Object"),"assign"),void 0,ze):(Y.requestEmitHelper(e.assignHelper),w.createCallExpression(ye("__assign"),void 0,ze))}function v(ze){return Y.requestEmitHelper(e.awaitHelper),w.createCallExpression(ye("__await"),void 0,[ze])}function le(ze,rt){return Y.requestEmitHelper(e.awaitHelper),Y.requestEmitHelper(e.asyncGeneratorHelper),(ze.emitNode||(ze.emitNode={})).flags|=786432,w.createCallExpression(ye("__asyncGenerator"),void 0,[rt?w.createThis():w.createVoidZero(),w.createIdentifier("arguments"),ze])}function he(ze){return Y.requestEmitHelper(e.awaitHelper),Y.requestEmitHelper(e.asyncDelegator),w.createCallExpression(ye("__asyncDelegator"),void 0,[ze])}function je(ze){return Y.requestEmitHelper(e.asyncValues),w.createCallExpression(ye("__asyncValues"),void 0,[ze])}function A(ze,rt,Pt,Ot){Y.requestEmitHelper(e.restHelper);for(var Yt=[],oe=0,y=0;y<rt.length-1;y++){var g=e.getPropertyNameOfBindingOrAssignmentElement(rt[y]);if(g)if(e.isComputedPropertyName(g)){e.Debug.assertIsDefined(Pt,"Encountered computed property name but 'computedTempVariables' argument was not provided.");var D=Pt[oe];oe++,Yt.push(w.createConditionalExpression(w.createTypeCheck(D,"symbol"),void 0,D,void 0,w.createAdd(D,w.createStringLiteral(""))))}else Yt.push(w.createStringLiteralFromNode(g))}return w.createCallExpression(ye("__rest"),void 0,[ze,e.setTextRange(w.createArrayLiteralExpression(Yt),Ot)])}function xe(ze,rt,Pt,Ot){Y.requestEmitHelper(e.awaiterHelper);var Yt=w.createFunctionExpression(void 0,w.createToken(41),void 0,void 0,[],void 0,Ot);return(Yt.emitNode||(Yt.emitNode={})).flags|=786432,w.createCallExpression(ye("__awaiter"),void 0,[ze?w.createThis():w.createVoidZero(),rt?w.createIdentifier("arguments"):w.createVoidZero(),Pt?e.createExpressionFromEntityName(w,Pt):w.createVoidZero(),Yt])}function Q(ze){return Y.requestEmitHelper(e.extendsHelper),w.createCallExpression(ye("__extends"),void 0,[ze,w.createUniqueName("_super",48)])}function Ct(ze,rt){return Y.requestEmitHelper(e.templateObjectHelper),w.createCallExpression(ye("__makeTemplateObject"),void 0,[ze,rt])}function ft(ze,rt,Pt){return Y.requestEmitHelper(e.spreadArrayHelper),w.createCallExpression(ye("__spreadArray"),void 0,[ze,rt,Pt?K():qe()])}function Jt(ze){return Y.requestEmitHelper(e.valuesHelper),w.createCallExpression(ye("__values"),void 0,[ze])}function ke(ze,rt){return Y.requestEmitHelper(e.readHelper),w.createCallExpression(ye("__read"),void 0,rt!==void 0?[ze,w.createNumericLiteral(rt+"")]:[ze])}function Qe(ze){return Y.requestEmitHelper(e.generatorHelper),w.createCallExpression(ye("__generator"),void 0,[w.createThis(),ze])}function be(ze,rt,Pt){return Y.requestEmitHelper(e.createBindingHelper),w.createCallExpression(ye("__createBinding"),void 0,Cn([w.createIdentifier("exports"),ze,rt],Pt?[Pt]:[],!0))}function Ie(ze){return Y.requestEmitHelper(e.importStarHelper),w.createCallExpression(ye("__importStar"),void 0,[ze])}function q(){return Y.requestEmitHelper(e.importStarHelper),ye("__importStar")}function ve(ze){return Y.requestEmitHelper(e.importDefaultHelper),w.createCallExpression(ye("__importDefault"),void 0,[ze])}function st(ze,rt){return rt===void 0&&(rt=w.createIdentifier("exports")),Y.requestEmitHelper(e.exportStarHelper),Y.requestEmitHelper(e.createBindingHelper),w.createCallExpression(ye("__exportStar"),void 0,[ze,rt])}function we(ze,rt,Pt,Ot){Y.requestEmitHelper(e.classPrivateFieldGetHelper);var Yt;return Ot?Yt=[ze,rt,w.createStringLiteral(Pt),Ot]:Yt=[ze,rt,w.createStringLiteral(Pt)],w.createCallExpression(ye("__classPrivateFieldGet"),void 0,Yt)}function Me(ze,rt,Pt,Ot,Yt){Y.requestEmitHelper(e.classPrivateFieldSetHelper);var oe;return Yt?oe=[ze,rt,Pt,w.createStringLiteral(Ot),Yt]:oe=[ze,rt,Pt,w.createStringLiteral(Ot)],w.createCallExpression(ye("__classPrivateFieldSet"),void 0,oe)}function Tt(ze,rt){return Y.requestEmitHelper(e.classPrivateFieldInHelper),w.createCallExpression(ye("__classPrivateFieldIn"),void 0,[ze,rt])}}e.createEmitHelperFactory=t;function a(Y,w){return Y===w||Y.priority===w.priority?0:Y.priority===void 0?1:w.priority===void 0?-1:e.compareValues(Y.priority,w.priority)}e.compareEmitHelpers=a;function _(Y){for(var w=[],K=1;K<arguments.length;K++)w[K-1]=arguments[K];return function(qe){for(var ye="",ne=0;ne<w.length;ne++)ye+=Y[ne],ye+=qe(w[ne]);return ye+=Y[Y.length-1],ye}}e.helperString=_,e.decorateHelper={name:"typescript:decorate",importName:"__decorate",scoped:!1,priority:2,text:`
|
|
17
|
+
var __decorate = (this && this.__decorate) || function (decorators, target, key, desc) {
|
|
18
|
+
var c = arguments.length, r = c < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key) : desc, d;
|
|
19
|
+
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r = Reflect.decorate(decorators, target, key, desc);
|
|
20
|
+
else for (var i = decorators.length - 1; i >= 0; i--) if (d = decorators[i]) r = (c < 3 ? d(r) : c > 3 ? d(target, key, r) : d(target, key)) || r;
|
|
21
|
+
return c > 3 && r && Object.defineProperty(target, key, r), r;
|
|
22
|
+
};`},e.metadataHelper={name:"typescript:metadata",importName:"__metadata",scoped:!1,priority:3,text:`
|
|
23
|
+
var __metadata = (this && this.__metadata) || function (k, v) {
|
|
24
|
+
if (typeof Reflect === "object" && typeof Reflect.metadata === "function") return Reflect.metadata(k, v);
|
|
25
|
+
};`},e.paramHelper={name:"typescript:param",importName:"__param",scoped:!1,priority:4,text:`
|
|
26
|
+
var __param = (this && this.__param) || function (paramIndex, decorator) {
|
|
27
|
+
return function (target, key) { decorator(target, key, paramIndex); }
|
|
28
|
+
};`},e.assignHelper={name:"typescript:assign",importName:"__assign",scoped:!1,priority:1,text:`
|
|
29
|
+
var __assign = (this && this.__assign) || function () {
|
|
30
|
+
__assign = Object.assign || function(t) {
|
|
31
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
32
|
+
s = arguments[i];
|
|
33
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
34
|
+
t[p] = s[p];
|
|
35
|
+
}
|
|
36
|
+
return t;
|
|
37
|
+
};
|
|
38
|
+
return __assign.apply(this, arguments);
|
|
39
|
+
};`},e.awaitHelper={name:"typescript:await",importName:"__await",scoped:!1,text:`
|
|
40
|
+
var __await = (this && this.__await) || function (v) { return this instanceof __await ? (this.v = v, this) : new __await(v); }`},e.asyncGeneratorHelper={name:"typescript:asyncGenerator",importName:"__asyncGenerator",scoped:!1,dependencies:[e.awaitHelper],text:`
|
|
41
|
+
var __asyncGenerator = (this && this.__asyncGenerator) || function (thisArg, _arguments, generator) {
|
|
42
|
+
if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined.");
|
|
43
|
+
var g = generator.apply(thisArg, _arguments || []), i, q = [];
|
|
44
|
+
return i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i;
|
|
45
|
+
function verb(n) { if (g[n]) i[n] = function (v) { return new Promise(function (a, b) { q.push([n, v, a, b]) > 1 || resume(n, v); }); }; }
|
|
46
|
+
function resume(n, v) { try { step(g[n](v)); } catch (e) { settle(q[0][3], e); } }
|
|
47
|
+
function step(r) { r.value instanceof __await ? Promise.resolve(r.value.v).then(fulfill, reject) : settle(q[0][2], r); }
|
|
48
|
+
function fulfill(value) { resume("next", value); }
|
|
49
|
+
function reject(value) { resume("throw", value); }
|
|
50
|
+
function settle(f, v) { if (f(v), q.shift(), q.length) resume(q[0][0], q[0][1]); }
|
|
51
|
+
};`},e.asyncDelegator={name:"typescript:asyncDelegator",importName:"__asyncDelegator",scoped:!1,dependencies:[e.awaitHelper],text:`
|
|
52
|
+
var __asyncDelegator = (this && this.__asyncDelegator) || function (o) {
|
|
53
|
+
var i, p;
|
|
54
|
+
return i = {}, verb("next"), verb("throw", function (e) { throw e; }), verb("return"), i[Symbol.iterator] = function () { return this; }, i;
|
|
55
|
+
function verb(n, f) { i[n] = o[n] ? function (v) { return (p = !p) ? { value: __await(o[n](v)), done: n === "return" } : f ? f(v) : v; } : f; }
|
|
56
|
+
};`},e.asyncValues={name:"typescript:asyncValues",importName:"__asyncValues",scoped:!1,text:`
|
|
57
|
+
var __asyncValues = (this && this.__asyncValues) || function (o) {
|
|
58
|
+
if (!Symbol.asyncIterator) throw new TypeError("Symbol.asyncIterator is not defined.");
|
|
59
|
+
var m = o[Symbol.asyncIterator], i;
|
|
60
|
+
return m ? m.call(o) : (o = typeof __values === "function" ? __values(o) : o[Symbol.iterator](), i = {}, verb("next"), verb("throw"), verb("return"), i[Symbol.asyncIterator] = function () { return this; }, i);
|
|
61
|
+
function verb(n) { i[n] = o[n] && function (v) { return new Promise(function (resolve, reject) { v = o[n](v), settle(resolve, reject, v.done, v.value); }); }; }
|
|
62
|
+
function settle(resolve, reject, d, v) { Promise.resolve(v).then(function(v) { resolve({ value: v, done: d }); }, reject); }
|
|
63
|
+
};`},e.restHelper={name:"typescript:rest",importName:"__rest",scoped:!1,text:`
|
|
64
|
+
var __rest = (this && this.__rest) || function (s, e) {
|
|
65
|
+
var t = {};
|
|
66
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
|
67
|
+
t[p] = s[p];
|
|
68
|
+
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
|
69
|
+
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
|
70
|
+
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
|
71
|
+
t[p[i]] = s[p[i]];
|
|
72
|
+
}
|
|
73
|
+
return t;
|
|
74
|
+
};`},e.awaiterHelper={name:"typescript:awaiter",importName:"__awaiter",scoped:!1,priority:5,text:`
|
|
75
|
+
var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {
|
|
76
|
+
function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }
|
|
77
|
+
return new (P || (P = Promise))(function (resolve, reject) {
|
|
78
|
+
function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }
|
|
79
|
+
function rejected(value) { try { step(generator["throw"](value)); } catch (e) { reject(e); } }
|
|
80
|
+
function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }
|
|
81
|
+
step((generator = generator.apply(thisArg, _arguments || [])).next());
|
|
82
|
+
});
|
|
83
|
+
};`},e.extendsHelper={name:"typescript:extends",importName:"__extends",scoped:!1,priority:0,text:`
|
|
84
|
+
var __extends = (this && this.__extends) || (function () {
|
|
85
|
+
var extendStatics = function (d, b) {
|
|
86
|
+
extendStatics = Object.setPrototypeOf ||
|
|
87
|
+
({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
|
|
88
|
+
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
|
|
89
|
+
return extendStatics(d, b);
|
|
90
|
+
};
|
|
91
|
+
|
|
92
|
+
return function (d, b) {
|
|
93
|
+
if (typeof b !== "function" && b !== null)
|
|
94
|
+
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
|
|
95
|
+
extendStatics(d, b);
|
|
96
|
+
function __() { this.constructor = d; }
|
|
97
|
+
d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __());
|
|
98
|
+
};
|
|
99
|
+
})();`},e.templateObjectHelper={name:"typescript:makeTemplateObject",importName:"__makeTemplateObject",scoped:!1,priority:0,text:`
|
|
100
|
+
var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cooked, raw) {
|
|
101
|
+
if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
|
|
102
|
+
return cooked;
|
|
103
|
+
};`},e.readHelper={name:"typescript:read",importName:"__read",scoped:!1,text:`
|
|
104
|
+
var __read = (this && this.__read) || function (o, n) {
|
|
105
|
+
var m = typeof Symbol === "function" && o[Symbol.iterator];
|
|
106
|
+
if (!m) return o;
|
|
107
|
+
var i = m.call(o), r, ar = [], e;
|
|
108
|
+
try {
|
|
109
|
+
while ((n === void 0 || n-- > 0) && !(r = i.next()).done) ar.push(r.value);
|
|
110
|
+
}
|
|
111
|
+
catch (error) { e = { error: error }; }
|
|
112
|
+
finally {
|
|
113
|
+
try {
|
|
114
|
+
if (r && !r.done && (m = i["return"])) m.call(i);
|
|
115
|
+
}
|
|
116
|
+
finally { if (e) throw e.error; }
|
|
117
|
+
}
|
|
118
|
+
return ar;
|
|
119
|
+
};`},e.spreadArrayHelper={name:"typescript:spreadArray",importName:"__spreadArray",scoped:!1,text:`
|
|
120
|
+
var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
|
|
121
|
+
if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
|
|
122
|
+
if (ar || !(i in from)) {
|
|
123
|
+
if (!ar) ar = Array.prototype.slice.call(from, 0, i);
|
|
124
|
+
ar[i] = from[i];
|
|
125
|
+
}
|
|
126
|
+
}
|
|
127
|
+
return to.concat(ar || Array.prototype.slice.call(from));
|
|
128
|
+
};`},e.valuesHelper={name:"typescript:values",importName:"__values",scoped:!1,text:`
|
|
129
|
+
var __values = (this && this.__values) || function(o) {
|
|
130
|
+
var s = typeof Symbol === "function" && Symbol.iterator, m = s && o[s], i = 0;
|
|
131
|
+
if (m) return m.call(o);
|
|
132
|
+
if (o && typeof o.length === "number") return {
|
|
133
|
+
next: function () {
|
|
134
|
+
if (o && i >= o.length) o = void 0;
|
|
135
|
+
return { value: o && o[i++], done: !o };
|
|
136
|
+
}
|
|
137
|
+
};
|
|
138
|
+
throw new TypeError(s ? "Object is not iterable." : "Symbol.iterator is not defined.");
|
|
139
|
+
};`},e.generatorHelper={name:"typescript:generator",importName:"__generator",scoped:!1,priority:6,text:`
|
|
140
|
+
var __generator = (this && this.__generator) || function (thisArg, body) {
|
|
141
|
+
var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
|
|
142
|
+
return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
|
|
143
|
+
function verb(n) { return function (v) { return step([n, v]); }; }
|
|
144
|
+
function step(op) {
|
|
145
|
+
if (f) throw new TypeError("Generator is already executing.");
|
|
146
|
+
while (_) try {
|
|
147
|
+
if (f = 1, y && (t = op[0] & 2 ? y["return"] : op[0] ? y["throw"] || ((t = y["return"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;
|
|
148
|
+
if (y = 0, t) op = [op[0] & 2, t.value];
|
|
149
|
+
switch (op[0]) {
|
|
150
|
+
case 0: case 1: t = op; break;
|
|
151
|
+
case 4: _.label++; return { value: op[1], done: false };
|
|
152
|
+
case 5: _.label++; y = op[1]; op = [0]; continue;
|
|
153
|
+
case 7: op = _.ops.pop(); _.trys.pop(); continue;
|
|
154
|
+
default:
|
|
155
|
+
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }
|
|
156
|
+
if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }
|
|
157
|
+
if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }
|
|
158
|
+
if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }
|
|
159
|
+
if (t[2]) _.ops.pop();
|
|
160
|
+
_.trys.pop(); continue;
|
|
161
|
+
}
|
|
162
|
+
op = body.call(thisArg, _);
|
|
163
|
+
} catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }
|
|
164
|
+
if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };
|
|
165
|
+
}
|
|
166
|
+
};`},e.createBindingHelper={name:"typescript:commonjscreatebinding",importName:"__createBinding",scoped:!1,priority:1,text:`
|
|
167
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
168
|
+
if (k2 === undefined) k2 = k;
|
|
169
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
170
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
171
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
172
|
+
}
|
|
173
|
+
Object.defineProperty(o, k2, desc);
|
|
174
|
+
}) : (function(o, m, k, k2) {
|
|
175
|
+
if (k2 === undefined) k2 = k;
|
|
176
|
+
o[k2] = m[k];
|
|
177
|
+
}));`},e.setModuleDefaultHelper={name:"typescript:commonjscreatevalue",importName:"__setModuleDefault",scoped:!1,priority:1,text:`
|
|
178
|
+
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
179
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
180
|
+
}) : function(o, v) {
|
|
181
|
+
o["default"] = v;
|
|
182
|
+
});`},e.importStarHelper={name:"typescript:commonjsimportstar",importName:"__importStar",scoped:!1,dependencies:[e.createBindingHelper,e.setModuleDefaultHelper],priority:2,text:`
|
|
183
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
184
|
+
if (mod && mod.__esModule) return mod;
|
|
185
|
+
var result = {};
|
|
186
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
187
|
+
__setModuleDefault(result, mod);
|
|
188
|
+
return result;
|
|
189
|
+
};`},e.importDefaultHelper={name:"typescript:commonjsimportdefault",importName:"__importDefault",scoped:!1,text:`
|
|
190
|
+
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
191
|
+
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
192
|
+
};`},e.exportStarHelper={name:"typescript:export-star",importName:"__exportStar",scoped:!1,dependencies:[e.createBindingHelper],priority:2,text:`
|
|
193
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
194
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
195
|
+
};`},e.classPrivateFieldGetHelper={name:"typescript:classPrivateFieldGet",importName:"__classPrivateFieldGet",scoped:!1,text:`
|
|
196
|
+
var __classPrivateFieldGet = (this && this.__classPrivateFieldGet) || function (receiver, state, kind, f) {
|
|
197
|
+
if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a getter");
|
|
198
|
+
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot read private member from an object whose class did not declare it");
|
|
199
|
+
return kind === "m" ? f : kind === "a" ? f.call(receiver) : f ? f.value : state.get(receiver);
|
|
200
|
+
};`},e.classPrivateFieldSetHelper={name:"typescript:classPrivateFieldSet",importName:"__classPrivateFieldSet",scoped:!1,text:`
|
|
201
|
+
var __classPrivateFieldSet = (this && this.__classPrivateFieldSet) || function (receiver, state, value, kind, f) {
|
|
202
|
+
if (kind === "m") throw new TypeError("Private method is not writable");
|
|
203
|
+
if (kind === "a" && !f) throw new TypeError("Private accessor was defined without a setter");
|
|
204
|
+
if (typeof state === "function" ? receiver !== state || !f : !state.has(receiver)) throw new TypeError("Cannot write private member to an object whose class did not declare it");
|
|
205
|
+
return (kind === "a" ? f.call(receiver, value) : f ? f.value = value : state.set(receiver, value)), value;
|
|
206
|
+
};`},e.classPrivateFieldInHelper={name:"typescript:classPrivateFieldIn",importName:"__classPrivateFieldIn",scoped:!1,text:`
|
|
207
|
+
var __classPrivateFieldIn = (this && this.__classPrivateFieldIn) || function(state, receiver) {
|
|
208
|
+
if (receiver === null || (typeof receiver !== "object" && typeof receiver !== "function")) throw new TypeError("Cannot use 'in' operator on non-object");
|
|
209
|
+
return typeof state === "function" ? receiver === state : state.has(receiver);
|
|
210
|
+
};`};var d;function x(){return d||(d=e.arrayToMap([e.decorateHelper,e.metadataHelper,e.paramHelper,e.assignHelper,e.awaitHelper,e.asyncGeneratorHelper,e.asyncDelegator,e.asyncValues,e.restHelper,e.awaiterHelper,e.extendsHelper,e.templateObjectHelper,e.spreadArrayHelper,e.valuesHelper,e.readHelper,e.generatorHelper,e.importStarHelper,e.importDefaultHelper,e.exportStarHelper,e.classPrivateFieldGetHelper,e.classPrivateFieldSetHelper,e.classPrivateFieldInHelper,e.createBindingHelper,e.setModuleDefaultHelper],function(Y){return Y.name}))}e.getAllUnscopedEmitHelpers=x,e.asyncSuperHelper={name:"typescript:async-super",scoped:!0,text:_(ih([`
|
|
211
|
+
const `," = name => super[name];"],[`
|
|
212
|
+
const `," = name => super[name];"]),"_superIndex")},e.advancedAsyncSuperHelper={name:"typescript:advanced-async-super",scoped:!0,text:_(ih([`
|
|
213
|
+
const `,` = (function (geti, seti) {
|
|
214
|
+
const cache = Object.create(null);
|
|
215
|
+
return name => cache[name] || (cache[name] = { get value() { return geti(name); }, set value(v) { seti(name, v); } });
|
|
216
|
+
})(name => super[name], (name, value) => super[name] = value);`],[`
|
|
217
|
+
const `,` = (function (geti, seti) {
|
|
218
|
+
const cache = Object.create(null);
|
|
219
|
+
return name => cache[name] || (cache[name] = { get value() { return geti(name); }, set value(v) { seti(name, v); } });
|
|
220
|
+
})(name => super[name], (name, value) => super[name] = value);`]),"_superIndex")};function $(Y,w){return e.isCallExpression(Y)&&e.isIdentifier(Y.expression)&&(e.getEmitFlags(Y.expression)&4096)!==0&&Y.expression.escapedText===w}e.isCallToHelper=$})(Qt||(Qt={}));var Qt;(function(e){function t(P){return P.kind===8}e.isNumericLiteral=t;function a(P){return P.kind===9}e.isBigIntLiteral=a;function _(P){return P.kind===10}e.isStringLiteral=_;function d(P){return P.kind===11}e.isJsxText=d;function x(P){return P.kind===13}e.isRegularExpressionLiteral=x;function $(P){return P.kind===14}e.isNoSubstitutionTemplateLiteral=$;function Y(P){return P.kind===15}e.isTemplateHead=Y;function w(P){return P.kind===16}e.isTemplateMiddle=w;function K(P){return P.kind===17}e.isTemplateTail=K;function qe(P){return P.kind===25}e.isDotDotDotToken=qe;function ye(P){return P.kind===27}e.isCommaToken=ye;function ne(P){return P.kind===39}e.isPlusToken=ne;function U(P){return P.kind===40}e.isMinusToken=U;function We(P){return P.kind===41}e.isAsteriskToken=We;function f(P){return P.kind===53}e.isExclamationToken=f;function v(P){return P.kind===57}e.isQuestionToken=v;function le(P){return P.kind===58}e.isColonToken=le;function he(P){return P.kind===28}e.isQuestionDotToken=he;function je(P){return P.kind===38}e.isEqualsGreaterThanToken=je;function A(P){return P.kind===79}e.isIdentifier=A;function xe(P){return P.kind===80}e.isPrivateIdentifier=xe;function Q(P){return P.kind===93}e.isExportModifier=Q;function Ct(P){return P.kind===131}e.isAsyncModifier=Ct;function ft(P){return P.kind===128}e.isAssertsKeyword=ft;function Jt(P){return P.kind===132}e.isAwaitKeyword=Jt;function ke(P){return P.kind===145}e.isReadonlyKeyword=ke;function Qe(P){return P.kind===124}e.isStaticModifier=Qe;function be(P){return P.kind===126}e.isAbstractModifier=be;function Ie(P){return P.kind===159}e.isOverrideModifier=Ie;function q(P){return P.kind===106}e.isSuperKeyword=q;function ve(P){return P.kind===100}e.isImportKeyword=ve;function st(P){return P.kind===161}e.isQualifiedName=st;function we(P){return P.kind===162}e.isComputedPropertyName=we;function Me(P){return P.kind===163}e.isTypeParameterDeclaration=Me;function Tt(P){return P.kind===164}e.isParameter=Tt;function ze(P){return P.kind===165}e.isDecorator=ze;function rt(P){return P.kind===166}e.isPropertySignature=rt;function Pt(P){return P.kind===167}e.isPropertyDeclaration=Pt;function Ot(P){return P.kind===168}e.isMethodSignature=Ot;function Yt(P){return P.kind===169}e.isMethodDeclaration=Yt;function oe(P){return P.kind===170}e.isClassStaticBlockDeclaration=oe;function y(P){return P.kind===171}e.isConstructorDeclaration=y;function g(P){return P.kind===172}e.isGetAccessorDeclaration=g;function D(P){return P.kind===173}e.isSetAccessorDeclaration=D;function G(P){return P.kind===174}e.isCallSignatureDeclaration=G;function ee(P){return P.kind===175}e.isConstructSignatureDeclaration=ee;function V(P){return P.kind===176}e.isIndexSignatureDeclaration=V;function Ye(P){return P.kind===177}e.isTypePredicateNode=Ye;function at(P){return P.kind===178}e.isTypeReferenceNode=at;function Le(P){return P.kind===179}e.isFunctionTypeNode=Le;function Ne(P){return P.kind===180}e.isConstructorTypeNode=Ne;function B(P){return P.kind===181}e.isTypeQueryNode=B;function mt(P){return P.kind===182}e.isTypeLiteralNode=mt;function X(P){return P.kind===183}e.isArrayTypeNode=X;function ce(P){return P.kind===184}e.isTupleTypeNode=ce;function Fe(P){return P.kind===197}e.isNamedTupleMember=Fe;function Ue(P){return P.kind===185}e.isOptionalTypeNode=Ue;function Ve(P){return P.kind===186}e.isRestTypeNode=Ve;function ut(P){return P.kind===187}e.isUnionTypeNode=ut;function ht(P){return P.kind===188}e.isIntersectionTypeNode=ht;function St(P){return P.kind===189}e.isConditionalTypeNode=St;function Z(P){return P.kind===190}e.isInferTypeNode=Z;function fe(P){return P.kind===191}e.isParenthesizedTypeNode=fe;function nt(P){return P.kind===192}e.isThisTypeNode=nt;function dt(P){return P.kind===193}e.isTypeOperatorNode=dt;function Ft(P){return P.kind===194}e.isIndexedAccessTypeNode=Ft;function Mt(P){return P.kind===195}e.isMappedTypeNode=Mt;function fr(P){return P.kind===196}e.isLiteralTypeNode=fr;function Ce(P){return P.kind===200}e.isImportTypeNode=Ce;function L(P){return P.kind===199}e.isTemplateLiteralTypeSpan=L;function r(P){return P.kind===198}e.isTemplateLiteralTypeNode=r;function Er(P){return P.kind===201}e.isObjectBindingPattern=Er;function Ir(P){return P.kind===202}e.isArrayBindingPattern=Ir;function Ke(P){return P.kind===203}e.isBindingElement=Ke;function se(P){return P.kind===204}e.isArrayLiteralExpression=se;function k(P){return P.kind===205}e.isObjectLiteralExpression=k;function W(P){return P.kind===206}e.isPropertyAccessExpression=W;function me(P){return P.kind===207}e.isElementAccessExpression=me;function Et(P){return P.kind===208}e.isCallExpression=Et;function _t(P){return P.kind===209}e.isNewExpression=_t;function Xt(P){return P.kind===210}e.isTaggedTemplateExpression=Xt;function $t(P){return P.kind===211}e.isTypeAssertionExpression=$t;function nr(P){return P.kind===212}e.isParenthesizedExpression=nr;function vr(P){return P.kind===213}e.isFunctionExpression=vr;function Sr(P){return P.kind===214}e.isArrowFunction=Sr;function Wt(P){return P.kind===215}e.isDeleteExpression=Wt;function zt(P){return P.kind===216}e.isTypeOfExpression=zt;function ur(P){return P.kind===217}e.isVoidExpression=ur;function Cr(P){return P.kind===218}e.isAwaitExpression=Cr;function wr(P){return P.kind===219}e.isPrefixUnaryExpression=wr;function Qr(P){return P.kind===220}e.isPostfixUnaryExpression=Qr;function xn(P){return P.kind===221}e.isBinaryExpression=xn;function un(P){return P.kind===222}e.isConditionalExpression=un;function An(P){return P.kind===223}e.isTemplateExpression=An;function Nn(P){return P.kind===224}e.isYieldExpression=Nn;function On(P){return P.kind===225}e.isSpreadElement=On;function si(P){return P.kind===226}e.isClassExpression=si;function _i(P){return P.kind===227}e.isOmittedExpression=_i;function Vn(P){return P.kind===228}e.isExpressionWithTypeArguments=Vn;function Fi(P){return P.kind===229}e.isAsExpression=Fi;function Jn(P){return P.kind===230}e.isNonNullExpression=Jn;function Sn(P){return P.kind===231}e.isMetaProperty=Sn;function ei(P){return P.kind===232}e.isSyntheticExpression=ei;function Ni(P){return P.kind===350}e.isPartiallyEmittedExpression=Ni;function di(P){return P.kind===351}e.isCommaListExpression=di;function Fn(P){return P.kind===233}e.isTemplateSpan=Fn;function br(P){return P.kind===234}e.isSemicolonClassElement=br;function Wn(P){return P.kind===235}e.isBlock=Wn;function Xr(P){return P.kind===237}e.isVariableStatement=Xr;function Hn(P){return P.kind===236}e.isEmptyStatement=Hn;function Oi(P){return P.kind===238}e.isExpressionStatement=Oi;function Be(P){return P.kind===239}e.isIfStatement=Be;function qr(P){return P.kind===240}e.isDoStatement=qr;function I(P){return P.kind===241}e.isWhileStatement=I;function mi(P){return P.kind===242}e.isForStatement=mi;function qn(P){return P.kind===243}e.isForInStatement=qn;function gt(P){return P.kind===244}e.isForOfStatement=gt;function Yr(P){return P.kind===245}e.isContinueStatement=Yr;function jn(P){return P.kind===246}e.isBreakStatement=jn;function gi(P){return P.kind===247}e.isReturnStatement=gi;function xi(P){return P.kind===248}e.isWithStatement=xi;function ii(P){return P.kind===249}e.isSwitchStatement=ii;function Mi(P){return P.kind===250}e.isLabeledStatement=Mi;function gn(P){return P.kind===251}e.isThrowStatement=gn;function Si(P){return P.kind===252}e.isTryStatement=Si;function ai(P){return P.kind===253}e.isDebuggerStatement=ai;function yi(P){return P.kind===254}e.isVariableDeclaration=yi;function Bn(P){return P.kind===255}e.isVariableDeclarationList=Bn;function mr(P){return P.kind===256}e.isFunctionDeclaration=mr;function et(P){return P.kind===257}e.isClassDeclaration=et;function It(P){return P.kind===258}e.isInterfaceDeclaration=It;function ot(P){return P.kind===259}e.isTypeAliasDeclaration=ot;function Te(P){return P.kind===260}e.isEnumDeclaration=Te;function Fr(P){return P.kind===261}e.isModuleDeclaration=Fr;function zr(P){return P.kind===262}e.isModuleBlock=zr;function Lr(P){return P.kind===263}e.isCaseBlock=Lr;function Se(P){return P.kind===264}e.isNamespaceExportDeclaration=Se;function Pe(P){return P.kind===265}e.isImportEqualsDeclaration=Pe;function $e(P){return P.kind===266}e.isImportDeclaration=$e;function Ze(P){return P.kind===267}e.isImportClause=Ze;function it(P){return P.kind===295}e.isImportTypeAssertionContainer=it;function wt(P){return P.kind===293}e.isAssertClause=wt;function ar(P){return P.kind===294}e.isAssertEntry=ar;function yr(P){return P.kind===268}e.isNamespaceImport=yr;function tn(P){return P.kind===274}e.isNamespaceExport=tn;function Rr(P){return P.kind===269}e.isNamedImports=Rr;function Jr(P){return P.kind===270}e.isImportSpecifier=Jr;function dr(P){return P.kind===271}e.isExportAssignment=dr;function hn(P){return P.kind===272}e.isExportDeclaration=hn;function Ur(P){return P.kind===273}e.isNamedExports=Ur;function Tr(P){return P.kind===275}e.isExportSpecifier=Tr;function pe(P){return P.kind===276}e.isMissingDeclaration=pe;function pn(P){return P.kind===349}e.isNotEmittedStatement=pn;function Wr(P){return P.kind===354}e.isSyntheticReference=Wr;function an(P){return P.kind===352}e.isMergeDeclarationMarker=an;function kn(P){return P.kind===353}e.isEndOfDeclarationMarker=kn;function $r(P){return P.kind===277}e.isExternalModuleReference=$r;function Zr(P){return P.kind===278}e.isJsxElement=Zr;function Ut(P){return P.kind===279}e.isJsxSelfClosingElement=Ut;function lr(P){return P.kind===280}e.isJsxOpeningElement=lr;function jr(P){return P.kind===281}e.isJsxClosingElement=jr;function en(P){return P.kind===282}e.isJsxFragment=en;function Un(P){return P.kind===283}e.isJsxOpeningFragment=Un;function Di(P){return P.kind===284}e.isJsxClosingFragment=Di;function hi(P){return P.kind===285}e.isJsxAttribute=hi;function Xn(P){return P.kind===286}e.isJsxAttributes=Xn;function Ei(P){return P.kind===287}e.isJsxSpreadAttribute=Ei;function Ci(P){return P.kind===288}e.isJsxExpression=Ci;function fa(P){return P.kind===289}e.isCaseClause=fa;function ji(P){return P.kind===290}e.isDefaultClause=ji;function Li(P){return P.kind===291}e.isHeritageClause=Li;function vi(P){return P.kind===292}e.isCatchClause=vi;function Vi(P){return P.kind===296}e.isPropertyAssignment=Vi;function Qi(P){return P.kind===297}e.isShorthandPropertyAssignment=Qi;function Yi(P){return P.kind===298}e.isSpreadAssignment=Yi;function Zi(P){return P.kind===299}e.isEnumMember=Zi;function ea(P){return P.kind===301}e.isUnparsedPrepend=ea;function aa(P){return P.kind===305}e.isSourceFile=aa;function b(P){return P.kind===306}e.isBundle=b;function N(P){return P.kind===307}e.isUnparsedSource=N;function J(P){return P.kind===309}e.isJSDocTypeExpression=J;function H(P){return P.kind===310}e.isJSDocNameReference=H;function De(P){return P.kind===311}e.isJSDocMemberName=De;function Dt(P){return P.kind===324}e.isJSDocLink=Dt;function lt(P){return P.kind===325}e.isJSDocLinkCode=lt;function bt(P){return P.kind===326}e.isJSDocLinkPlain=bt;function er(P){return P.kind===312}e.isJSDocAllType=er;function pr(P){return P.kind===313}e.isJSDocUnknownType=pr;function Kr(P){return P.kind===314}e.isJSDocNullableType=Kr;function Nr(P){return P.kind===315}e.isJSDocNonNullableType=Nr;function sn(P){return P.kind===316}e.isJSDocOptionalType=sn;function ci(P){return P.kind===317}e.isJSDocFunctionType=ci;function Qn(P){return P.kind===318}e.isJSDocVariadicType=Qn;function wi(P){return P.kind===319}e.isJSDocNamepathType=wi;function Aa(P){return P.kind===320}e.isJSDoc=Aa;function oa(P){return P.kind===322}e.isJSDocTypeLiteral=oa;function ka(P){return P.kind===323}e.isJSDocSignature=ka;function Bi(P){return P.kind===328}e.isJSDocAugmentsTag=Bi;function da(P){return P.kind===330}e.isJSDocAuthorTag=da;function ti(P){return P.kind===332}e.isJSDocClassTag=ti;function Ha(P){return P.kind===338}e.isJSDocCallbackTag=Ha;function zn(P){return P.kind===333}e.isJSDocPublicTag=zn;function sa(P){return P.kind===334}e.isJSDocPrivateTag=sa;function qi(P){return P.kind===335}e.isJSDocProtectedTag=qi;function ta(P){return P.kind===336}e.isJSDocReadonlyTag=ta;function va(P){return P.kind===337}e.isJSDocOverrideTag=va;function l(P){return P.kind===331}e.isJSDocDeprecatedTag=l;function F(P){return P.kind===346}e.isJSDocSeeTag=F;function _e(P){return P.kind===339}e.isJSDocEnumTag=_e;function Ge(P){return P.kind===340}e.isJSDocParameterTag=Ge;function Bt(P){return P.kind===341}e.isJSDocReturnTag=Bt;function tr(P){return P.kind===342}e.isJSDocThisTag=tr;function sr(P){return P.kind===343}e.isJSDocTypeTag=sr;function or(P){return P.kind===344}e.isJSDocTemplateTag=or;function Hr(P){return P.kind===345}e.isJSDocTypedefTag=Hr;function gr(P){return P.kind===327}e.isJSDocUnknownTag=gr;function m(P){return P.kind===347}e.isJSDocPropertyTag=m;function re(P){return P.kind===329}e.isJSDocImplementsTag=re;function qt(P){return P.kind===348}e.isSyntaxList=qt})(Qt||(Qt={}));var Qt;(function(e){function t(k){return k.createExportDeclaration(void 0,!1,k.createNamedExports([]),void 0)}e.createEmptyExports=t;function a(k,W,me,Et){if(e.isComputedPropertyName(me))return e.setTextRange(k.createElementAccessExpression(W,me.expression),Et);var _t=e.setTextRange(e.isMemberName(me)?k.createPropertyAccessExpression(W,me):k.createElementAccessExpression(W,me),me);return e.getOrCreateEmitNode(_t).flags|=64,_t}e.createMemberAccessForPropertyName=a;function _(k,W){var me=e.parseNodeFactory.createIdentifier(k||"React");return e.setParent(me,e.getParseTreeNode(W)),me}function d(k,W,me){if(e.isQualifiedName(W)){var Et=d(k,W.left,me),_t=k.createIdentifier(e.idText(W.right));return _t.escapedText=W.right.escapedText,k.createPropertyAccessExpression(Et,_t)}else return _(e.idText(W),me)}function x(k,W,me,Et){return W?d(k,W,Et):k.createPropertyAccessExpression(_(me,Et),"createElement")}e.createJsxFactoryExpression=x;function $(k,W,me,Et){return W?d(k,W,Et):k.createPropertyAccessExpression(_(me,Et),"Fragment")}function Y(k,W,me,Et,_t,Xt){var $t=[me];if(Et&&$t.push(Et),_t&&_t.length>0)if(Et||$t.push(k.createNull()),_t.length>1)for(var nr=0,vr=_t;nr<vr.length;nr++){var Sr=vr[nr];ve(Sr),$t.push(Sr)}else $t.push(_t[0]);return e.setTextRange(k.createCallExpression(W,void 0,$t),Xt)}e.createExpressionForJsxElement=Y;function w(k,W,me,Et,_t,Xt,$t){var nr=$(k,me,Et,Xt),vr=[nr,k.createNull()];if(_t&&_t.length>0)if(_t.length>1)for(var Sr=0,Wt=_t;Sr<Wt.length;Sr++){var zt=Wt[Sr];ve(zt),vr.push(zt)}else vr.push(_t[0]);return e.setTextRange(k.createCallExpression(x(k,W,Et,Xt),void 0,vr),$t)}e.createExpressionForJsxFragment=w;function K(k,W,me){if(e.isVariableDeclarationList(W)){var Et=e.first(W.declarations),_t=k.updateVariableDeclaration(Et,Et.name,void 0,void 0,me);return e.setTextRange(k.createVariableStatement(void 0,k.updateVariableDeclarationList(W,[_t])),W)}else{var Xt=e.setTextRange(k.createAssignment(W,me),W);return e.setTextRange(k.createExpressionStatement(Xt),W)}}e.createForOfBindingStatement=K;function qe(k,W,me){return e.isBlock(W)?k.updateBlock(W,e.setTextRange(k.createNodeArray(Cn([me],W.statements,!0)),W.statements)):k.createBlock(k.createNodeArray([W,me]),!0)}e.insertLeadingStatement=qe;function ye(k,W){if(e.isQualifiedName(W)){var me=ye(k,W.left),Et=e.setParent(e.setTextRange(k.cloneNode(W.right),W.right),W.right.parent);return e.setTextRange(k.createPropertyAccessExpression(me,Et),W)}else return e.setParent(e.setTextRange(k.cloneNode(W),W),W.parent)}e.createExpressionFromEntityName=ye;function ne(k,W){return e.isIdentifier(W)?k.createStringLiteralFromNode(W):e.isComputedPropertyName(W)?e.setParent(e.setTextRange(k.cloneNode(W.expression),W.expression),W.expression.parent):e.setParent(e.setTextRange(k.cloneNode(W),W),W.parent)}e.createExpressionForPropertyName=ne;function U(k,W,me,Et,_t){var Xt=e.getAllAccessorDeclarations(W,me),$t=Xt.firstAccessor,nr=Xt.getAccessor,vr=Xt.setAccessor;if(me===$t)return e.setTextRange(k.createObjectDefinePropertyCall(Et,ne(k,me.name),k.createPropertyDescriptor({enumerable:k.createFalse(),configurable:!0,get:nr&&e.setTextRange(e.setOriginalNode(k.createFunctionExpression(e.getModifiers(nr),void 0,void 0,void 0,nr.parameters,void 0,nr.body),nr),nr),set:vr&&e.setTextRange(e.setOriginalNode(k.createFunctionExpression(e.getModifiers(vr),void 0,void 0,void 0,vr.parameters,void 0,vr.body),vr),vr)},!_t)),$t)}function We(k,W,me){return e.setOriginalNode(e.setTextRange(k.createAssignment(a(k,me,W.name,W.name),W.initializer),W),W)}function f(k,W,me){return e.setOriginalNode(e.setTextRange(k.createAssignment(a(k,me,W.name,W.name),k.cloneNode(W.name)),W),W)}function v(k,W,me){return e.setOriginalNode(e.setTextRange(k.createAssignment(a(k,me,W.name,W.name),e.setOriginalNode(e.setTextRange(k.createFunctionExpression(e.getModifiers(W),W.asteriskToken,void 0,void 0,W.parameters,void 0,W.body),W),W)),W),W)}function le(k,W,me,Et){switch(me.name&&e.isPrivateIdentifier(me.name)&&e.Debug.failBadSyntaxKind(me.name,"Private identifiers are not allowed in object literals."),me.kind){case 172:case 173:return U(k,W.properties,me,Et,!!W.multiLine);case 296:return We(k,me,Et);case 297:return f(k,me,Et);case 169:return v(k,me,Et)}}e.createExpressionForObjectLiteralElementLike=le;function he(k,W,me,Et,_t){var Xt=W.operator;e.Debug.assert(Xt===45||Xt===46,"Expected 'node' to be a pre- or post-increment or pre- or post-decrement expression");var $t=k.createTempVariable(Et);me=k.createAssignment($t,me),e.setTextRange(me,W.operand);var nr=e.isPrefixUnaryExpression(W)?k.createPrefixUnaryExpression(Xt,$t):k.createPostfixUnaryExpression($t,Xt);return e.setTextRange(nr,W),_t&&(nr=k.createAssignment(_t,nr),e.setTextRange(nr,W)),me=k.createComma(me,nr),e.setTextRange(me,W),e.isPostfixUnaryExpression(W)&&(me=k.createComma(me,$t),e.setTextRange(me,W)),me}e.expandPreOrPostfixIncrementOrDecrementExpression=he;function je(k){return(e.getEmitFlags(k)&32768)!==0}e.isInternalName=je;function A(k){return(e.getEmitFlags(k)&16384)!==0}e.isLocalName=A;function xe(k){return(e.getEmitFlags(k)&8192)!==0}e.isExportName=xe;function Q(k){return e.isStringLiteral(k.expression)&&k.expression.text==="use strict"}function Ct(k){for(var W=0,me=k;W<me.length;W++){var Et=me[W];if(e.isPrologueDirective(Et)){if(Q(Et))return Et}else break}}e.findUseStrictPrologue=Ct;function ft(k){var W=e.firstOrUndefined(k);return W!==void 0&&e.isPrologueDirective(W)&&Q(W)}e.startsWithUseStrict=ft;function Jt(k){return k.kind===221&&k.operatorToken.kind===27||k.kind===351}e.isCommaSequence=Jt;function ke(k){return e.isParenthesizedExpression(k)&&e.isInJSFile(k)&&!!e.getJSDocTypeTag(k)}e.isJSDocTypeAssertion=ke;function Qe(k){var W=e.getJSDocType(k);return e.Debug.assertIsDefined(W),W}e.getJSDocTypeAssertionType=Qe;function be(k,W){switch(W===void 0&&(W=15),k.kind){case 212:return W&16&&ke(k)?!1:(W&1)!==0;case 211:case 229:return(W&2)!==0;case 230:return(W&4)!==0;case 350:return(W&8)!==0}return!1}e.isOuterExpression=be;function Ie(k,W){for(W===void 0&&(W=15);be(k,W);)k=k.expression;return k}e.skipOuterExpressions=Ie;function q(k){return Ie(k,6)}e.skipAssertions=q;function ve(k){return e.setStartsOnNewLine(k,!0)}e.startOnNewLine=ve;function st(k){var W=e.getOriginalNode(k,e.isSourceFile),me=W&&W.emitNode;return me&&me.externalHelpersModuleName}e.getExternalHelpersModuleName=st;function we(k){var W=e.getOriginalNode(k,e.isSourceFile),me=W&&W.emitNode;return!!me&&(!!me.externalHelpersModuleName||!!me.externalHelpers)}e.hasRecordedExternalHelpers=we;function Me(k,W,me,Et,_t,Xt,$t){if(Et.importHelpers&&e.isEffectiveExternalModule(me,Et)){var nr=void 0,vr=e.getEmitModuleKind(Et);if(vr>=e.ModuleKind.ES2015&&vr<=e.ModuleKind.ESNext||me.impliedNodeFormat===e.ModuleKind.ESNext){var Sr=e.getEmitHelpers(me);if(Sr){for(var Wt=[],zt=0,ur=Sr;zt<ur.length;zt++){var Cr=ur[zt];if(!Cr.scoped){var wr=Cr.importName;wr&&e.pushIfUnique(Wt,wr)}}if(e.some(Wt)){Wt.sort(e.compareStringsCaseSensitive),nr=k.createNamedImports(e.map(Wt,function(Nn){return e.isFileLevelUniqueName(me,Nn)?k.createImportSpecifier(!1,void 0,k.createIdentifier(Nn)):k.createImportSpecifier(!1,k.createIdentifier(Nn),W.getUnscopedHelperName(Nn))}));var Qr=e.getOriginalNode(me,e.isSourceFile),xn=e.getOrCreateEmitNode(Qr);xn.externalHelpers=!0}}}else{var un=Tt(k,me,Et,_t,Xt||$t);un&&(nr=k.createNamespaceImport(un))}if(nr){var An=k.createImportDeclaration(void 0,k.createImportClause(!1,void 0,nr),k.createStringLiteral(e.externalHelpersModuleNameText),void 0);return e.addEmitFlags(An,67108864),An}}}e.createExternalHelpersImportDeclarationIfNeeded=Me;function Tt(k,W,me,Et,_t){if(me.importHelpers&&e.isEffectiveExternalModule(W,me)){var Xt=st(W);if(Xt)return Xt;var $t=e.getEmitModuleKind(me),nr=(Et||e.getESModuleInterop(me)&&_t)&&$t!==e.ModuleKind.System&&($t<e.ModuleKind.ES2015||W.impliedNodeFormat===e.ModuleKind.CommonJS);if(!nr){var vr=e.getEmitHelpers(W);if(vr)for(var Sr=0,Wt=vr;Sr<Wt.length;Sr++){var zt=Wt[Sr];if(!zt.scoped){nr=!0;break}}}if(nr){var ur=e.getOriginalNode(W,e.isSourceFile),Cr=e.getOrCreateEmitNode(ur);return Cr.externalHelpersModuleName||(Cr.externalHelpersModuleName=k.createUniqueName(e.externalHelpersModuleNameText))}}}e.getOrCreateExternalHelpersModuleNameIfNeeded=Tt;function ze(k,W,me){var Et=e.getNamespaceDeclarationNode(W);if(Et&&!e.isDefaultImport(W)&&!e.isExportNamespaceAsDefaultDeclaration(W)){var _t=Et.name;return e.isGeneratedIdentifier(_t)?_t:k.createIdentifier(e.getSourceTextOfNodeFromSourceFile(me,_t)||e.idText(_t))}if(W.kind===266&&W.importClause||W.kind===272&&W.moduleSpecifier)return k.getGeneratedNameForNode(W)}e.getLocalNameForExternalImport=ze;function rt(k,W,me,Et,_t,Xt){var $t=e.getExternalModuleName(W);if($t&&e.isStringLiteral($t))return Yt(W,Et,k,_t,Xt)||Pt(k,$t,me)||k.cloneNode($t)}e.getExternalModuleNameLiteral=rt;function Pt(k,W,me){var Et=me.renamedDependencies&&me.renamedDependencies.get(W.text);return Et?k.createStringLiteral(Et):void 0}function Ot(k,W,me,Et){if(!!W){if(W.moduleName)return k.createStringLiteral(W.moduleName);if(!W.isDeclarationFile&&e.outFile(Et))return k.createStringLiteral(e.getExternalModuleNameFromPath(me,W.fileName))}}e.tryGetModuleNameFromFile=Ot;function Yt(k,W,me,Et,_t){return Ot(me,Et.getExternalModuleFileFromDeclaration(k),W,_t)}function oe(k){if(e.isDeclarationBindingElement(k))return k.initializer;if(e.isPropertyAssignment(k)){var W=k.initializer;return e.isAssignmentExpression(W,!0)?W.right:void 0}if(e.isShorthandPropertyAssignment(k))return k.objectAssignmentInitializer;if(e.isAssignmentExpression(k,!0))return k.right;if(e.isSpreadElement(k))return oe(k.expression)}e.getInitializerOfBindingOrAssignmentElement=oe;function y(k){if(e.isDeclarationBindingElement(k))return k.name;if(e.isObjectLiteralElementLike(k)){switch(k.kind){case 296:return y(k.initializer);case 297:return k.name;case 298:return y(k.expression)}return}return e.isAssignmentExpression(k,!0)?y(k.left):e.isSpreadElement(k)?y(k.expression):k}e.getTargetOfBindingOrAssignmentElement=y;function g(k){switch(k.kind){case 164:case 203:return k.dotDotDotToken;case 225:case 298:return k}}e.getRestIndicatorOfBindingOrAssignmentElement=g;function D(k){var W=G(k);return e.Debug.assert(!!W||e.isSpreadAssignment(k),"Invalid property name for binding element."),W}e.getPropertyNameOfBindingOrAssignmentElement=D;function G(k){switch(k.kind){case 203:if(k.propertyName){var W=k.propertyName;return e.isPrivateIdentifier(W)?e.Debug.failBadSyntaxKind(W):e.isComputedPropertyName(W)&&ee(W.expression)?W.expression:W}break;case 296:if(k.name){var W=k.name;return e.isPrivateIdentifier(W)?e.Debug.failBadSyntaxKind(W):e.isComputedPropertyName(W)&&ee(W.expression)?W.expression:W}break;case 298:return k.name&&e.isPrivateIdentifier(k.name)?e.Debug.failBadSyntaxKind(k.name):k.name}var me=y(k);if(me&&e.isPropertyName(me))return me}e.tryGetPropertyNameOfBindingOrAssignmentElement=G;function ee(k){var W=k.kind;return W===10||W===8}function V(k){switch(k.kind){case 201:case 202:case 204:return k.elements;case 205:return k.properties}}e.getElementsOfBindingOrAssignmentPattern=V;function Ye(k){if(k)for(var W=k;;){if(e.isIdentifier(W)||!W.body)return e.isIdentifier(W)?W:W.name;W=W.body}}e.getJSDocTypeAliasName=Ye;function at(k){var W=k.kind;return W===171||W===173}e.canHaveIllegalType=at;function Le(k){var W=k.kind;return W===171||W===172||W===173}e.canHaveIllegalTypeParameters=Le;function Ne(k){var W=k.kind;return W===296||W===297||W===256||W===171||W===176||W===170||W===276||W===237||W===258||W===259||W===260||W===261||W===265||W===266||W===264||W===272||W===271}e.canHaveIllegalDecorators=Ne;function B(k){var W=k.kind;return W===170||W===296||W===297||W===179||W===276||W===264}e.canHaveIllegalModifiers=B,e.isTypeNodeOrTypeParameterDeclaration=e.or(e.isTypeNode,e.isTypeParameterDeclaration),e.isQuestionOrExclamationToken=e.or(e.isQuestionToken,e.isExclamationToken),e.isIdentifierOrThisTypeNode=e.or(e.isIdentifier,e.isThisTypeNode),e.isReadonlyKeywordOrPlusOrMinusToken=e.or(e.isReadonlyKeyword,e.isPlusToken,e.isMinusToken),e.isQuestionOrPlusOrMinusToken=e.or(e.isQuestionToken,e.isPlusToken,e.isMinusToken),e.isModuleName=e.or(e.isIdentifier,e.isStringLiteral);function mt(k){var W=k.kind;return W===104||W===110||W===95||e.isLiteralExpression(k)||e.isPrefixUnaryExpression(k)}e.isLiteralTypeLikeExpression=mt;function X(k){return k===42}function ce(k){return k===41||k===43||k===44}function Fe(k){return X(k)||ce(k)}function Ue(k){return k===39||k===40}function Ve(k){return Ue(k)||Fe(k)}function ut(k){return k===47||k===48||k===49}function ht(k){return ut(k)||Ve(k)}function St(k){return k===29||k===32||k===31||k===33||k===102||k===101}function Z(k){return St(k)||ht(k)}function fe(k){return k===34||k===36||k===35||k===37}function nt(k){return fe(k)||Z(k)}function dt(k){return k===50||k===51||k===52}function Ft(k){return dt(k)||nt(k)}function Mt(k){return k===55||k===56}function fr(k){return Mt(k)||Ft(k)}function Ce(k){return k===60||fr(k)||e.isAssignmentOperator(k)}function L(k){return Ce(k)||k===27}function r(k){return L(k.kind)}e.isBinaryOperatorToken=r;var Er;(function(k){function W(Wt,zt,ur,Cr,wr,Qr,xn){var un=zt>0?wr[zt-1]:void 0;return e.Debug.assertEqual(ur[zt],W),wr[zt]=Wt.onEnter(Cr[zt],un,xn),ur[zt]=nr(Wt,W),zt}k.enter=W;function me(Wt,zt,ur,Cr,wr,Qr,xn){e.Debug.assertEqual(ur[zt],me),e.Debug.assertIsDefined(Wt.onLeft),ur[zt]=nr(Wt,me);var un=Wt.onLeft(Cr[zt].left,wr[zt],Cr[zt]);return un?(Sr(zt,Cr,un),vr(zt,ur,Cr,wr,un)):zt}k.left=me;function Et(Wt,zt,ur,Cr,wr,Qr,xn){return e.Debug.assertEqual(ur[zt],Et),e.Debug.assertIsDefined(Wt.onOperator),ur[zt]=nr(Wt,Et),Wt.onOperator(Cr[zt].operatorToken,wr[zt],Cr[zt]),zt}k.operator=Et;function _t(Wt,zt,ur,Cr,wr,Qr,xn){e.Debug.assertEqual(ur[zt],_t),e.Debug.assertIsDefined(Wt.onRight),ur[zt]=nr(Wt,_t);var un=Wt.onRight(Cr[zt].right,wr[zt],Cr[zt]);return un?(Sr(zt,Cr,un),vr(zt,ur,Cr,wr,un)):zt}k.right=_t;function Xt(Wt,zt,ur,Cr,wr,Qr,xn){e.Debug.assertEqual(ur[zt],Xt),ur[zt]=nr(Wt,Xt);var un=Wt.onExit(Cr[zt],wr[zt]);if(zt>0){if(zt--,Wt.foldState){var An=ur[zt]===Xt?"right":"left";wr[zt]=Wt.foldState(wr[zt],un,An)}}else Qr.value=un;return zt}k.exit=Xt;function $t(Wt,zt,ur,Cr,wr,Qr,xn){return e.Debug.assertEqual(ur[zt],$t),zt}k.done=$t;function nr(Wt,zt){switch(zt){case W:if(Wt.onLeft)return me;case me:if(Wt.onOperator)return Et;case Et:if(Wt.onRight)return _t;case _t:return Xt;case Xt:return $t;case $t:return $t;default:e.Debug.fail("Invalid state")}}k.nextState=nr;function vr(Wt,zt,ur,Cr,wr){return Wt++,zt[Wt]=W,ur[Wt]=wr,Cr[Wt]=void 0,Wt}function Sr(Wt,zt,ur){if(e.Debug.shouldAssert(2))for(;Wt>=0;)e.Debug.assert(zt[Wt]!==ur,"Circular traversal detected."),Wt--}})(Er||(Er={}));var Ir=function(){function k(W,me,Et,_t,Xt,$t){this.onEnter=W,this.onLeft=me,this.onOperator=Et,this.onRight=_t,this.onExit=Xt,this.foldState=$t}return k}();function Ke(k,W,me,Et,_t,Xt){var $t=new Ir(k,W,me,Et,_t,Xt);return nr;function nr(vr,Sr){for(var Wt={value:void 0},zt=[Er.enter],ur=[vr],Cr=[void 0],wr=0;zt[wr]!==Er.done;)wr=zt[wr]($t,wr,zt,ur,Cr,Wt,Sr);return e.Debug.assertEqual(wr,0),Wt.value}}e.createBinaryExpressionTrampoline=Ke;function se(k,W){if(W!==void 0)return W.length===0?W:e.setTextRange(k.createNodeArray([],W.hasTrailingComma),W)}e.elideNodes=se})(Qt||(Qt={}));var Qt;(function(e){function t(d,x){return x?e.setTextRangePosEnd(d,x.pos,x.end):d}e.setTextRange=t;function a(d){var x=d.kind;return x===163||x===164||x===166||x===167||x===168||x===169||x===171||x===172||x===173||x===176||x===180||x===213||x===214||x===226||x===237||x===256||x===257||x===258||x===259||x===260||x===261||x===265||x===266||x===271||x===272}e.canHaveModifiers=a;function _(d){var x=d.kind;return x===164||x===167||x===169||x===172||x===173||x===226||x===257}e.canHaveDecorators=_})(Qt||(Qt={}));var Qt;(function(e){var t;(function(y){y[y.None=0]="None",y[y.Yield=1]="Yield",y[y.Await=2]="Await",y[y.Type=4]="Type",y[y.IgnoreMissingOpenBrace=16]="IgnoreMissingOpenBrace",y[y.JSDoc=32]="JSDoc"})(t||(t={}));var a;(function(y){y[y.TryParse=0]="TryParse",y[y.Lookahead=1]="Lookahead",y[y.Reparse=2]="Reparse"})(a||(a={}));var _,d,x,$,Y;e.parseBaseNodeFactory={createBaseSourceFileNode:function(y){return new(Y||(Y=e.objectAllocator.getSourceFileConstructor()))(y,-1,-1)},createBaseIdentifierNode:function(y){return new(x||(x=e.objectAllocator.getIdentifierConstructor()))(y,-1,-1)},createBasePrivateIdentifierNode:function(y){return new($||($=e.objectAllocator.getPrivateIdentifierConstructor()))(y,-1,-1)},createBaseTokenNode:function(y){return new(d||(d=e.objectAllocator.getTokenConstructor()))(y,-1,-1)},createBaseNode:function(y){return new(_||(_=e.objectAllocator.getNodeConstructor()))(y,-1,-1)}},e.parseNodeFactory=e.createNodeFactory(1,e.parseBaseNodeFactory);function w(y,g){return g&&y(g)}function K(y,g,D){if(D){if(g)return g(D);for(var G=0,ee=D;G<ee.length;G++){var V=ee[G],Ye=y(V);if(Ye)return Ye}}}function qe(y,g){return y.charCodeAt(g+1)===42&&y.charCodeAt(g+2)===42&&y.charCodeAt(g+3)!==47}e.isJSDocLikeText=qe;function ye(y){return e.forEach(y.statements,ne)||U(y)}e.isFileProbablyExternalModule=ye;function ne(y){return e.canHaveModifiers(y)&&f(y,93)||e.isImportEqualsDeclaration(y)&&e.isExternalModuleReference(y.moduleReference)||e.isImportDeclaration(y)||e.isExportAssignment(y)||e.isExportDeclaration(y)?y:void 0}function U(y){return y.flags&4194304?We(y):void 0}function We(y){return v(y)?y:le(y,We)}function f(y,g){return e.some(y.modifiers,function(D){return D.kind===g})}function v(y){return e.isMetaProperty(y)&&y.keywordToken===100&&y.name.escapedText==="meta"}function le(y,g,D){if(!(!y||y.kind<=160))switch(y.kind){case 161:return w(g,y.left)||w(g,y.right);case 163:return K(g,D,y.modifiers)||w(g,y.name)||w(g,y.constraint)||w(g,y.default)||w(g,y.expression);case 297:return K(g,D,y.illegalDecorators)||K(g,D,y.modifiers)||w(g,y.name)||w(g,y.questionToken)||w(g,y.exclamationToken)||w(g,y.equalsToken)||w(g,y.objectAssignmentInitializer);case 298:return w(g,y.expression);case 164:return K(g,D,y.modifiers)||w(g,y.dotDotDotToken)||w(g,y.name)||w(g,y.questionToken)||w(g,y.type)||w(g,y.initializer);case 167:return K(g,D,y.modifiers)||w(g,y.name)||w(g,y.questionToken)||w(g,y.exclamationToken)||w(g,y.type)||w(g,y.initializer);case 166:return K(g,D,y.modifiers)||w(g,y.name)||w(g,y.questionToken)||w(g,y.type)||w(g,y.initializer);case 296:return K(g,D,y.illegalDecorators)||K(g,D,y.modifiers)||w(g,y.name)||w(g,y.questionToken)||w(g,y.exclamationToken)||w(g,y.initializer);case 254:return w(g,y.name)||w(g,y.exclamationToken)||w(g,y.type)||w(g,y.initializer);case 203:return w(g,y.dotDotDotToken)||w(g,y.propertyName)||w(g,y.name)||w(g,y.initializer);case 176:return K(g,D,y.illegalDecorators)||K(g,D,y.modifiers)||K(g,D,y.typeParameters)||K(g,D,y.parameters)||w(g,y.type);case 180:return K(g,D,y.modifiers)||K(g,D,y.typeParameters)||K(g,D,y.parameters)||w(g,y.type);case 179:return K(g,D,y.modifiers)||K(g,D,y.typeParameters)||K(g,D,y.parameters)||w(g,y.type);case 174:case 175:return K(g,D,y.typeParameters)||K(g,D,y.parameters)||w(g,y.type);case 169:return K(g,D,y.modifiers)||w(g,y.asteriskToken)||w(g,y.name)||w(g,y.questionToken)||w(g,y.exclamationToken)||K(g,D,y.typeParameters)||K(g,D,y.parameters)||w(g,y.type)||w(g,y.body);case 168:return K(g,D,y.modifiers)||w(g,y.name)||w(g,y.questionToken)||K(g,D,y.typeParameters)||K(g,D,y.parameters)||w(g,y.type);case 171:return K(g,D,y.illegalDecorators)||K(g,D,y.modifiers)||w(g,y.name)||K(g,D,y.typeParameters)||K(g,D,y.parameters)||w(g,y.type)||w(g,y.body);case 172:return K(g,D,y.modifiers)||w(g,y.name)||K(g,D,y.typeParameters)||K(g,D,y.parameters)||w(g,y.type)||w(g,y.body);case 173:return K(g,D,y.modifiers)||w(g,y.name)||K(g,D,y.typeParameters)||K(g,D,y.parameters)||w(g,y.type)||w(g,y.body);case 256:return K(g,D,y.illegalDecorators)||K(g,D,y.modifiers)||w(g,y.asteriskToken)||w(g,y.name)||K(g,D,y.typeParameters)||K(g,D,y.parameters)||w(g,y.type)||w(g,y.body);case 213:return K(g,D,y.modifiers)||w(g,y.asteriskToken)||w(g,y.name)||K(g,D,y.typeParameters)||K(g,D,y.parameters)||w(g,y.type)||w(g,y.body);case 214:return K(g,D,y.modifiers)||K(g,D,y.typeParameters)||K(g,D,y.parameters)||w(g,y.type)||w(g,y.equalsGreaterThanToken)||w(g,y.body);case 170:return K(g,D,y.illegalDecorators)||K(g,D,y.modifiers)||w(g,y.body);case 178:return w(g,y.typeName)||K(g,D,y.typeArguments);case 177:return w(g,y.assertsModifier)||w(g,y.parameterName)||w(g,y.type);case 181:return w(g,y.exprName)||K(g,D,y.typeArguments);case 182:return K(g,D,y.members);case 183:return w(g,y.elementType);case 184:return K(g,D,y.elements);case 187:case 188:return K(g,D,y.types);case 189:return w(g,y.checkType)||w(g,y.extendsType)||w(g,y.trueType)||w(g,y.falseType);case 190:return w(g,y.typeParameter);case 200:return w(g,y.argument)||w(g,y.assertions)||w(g,y.qualifier)||K(g,D,y.typeArguments);case 295:return w(g,y.assertClause);case 191:case 193:return w(g,y.type);case 194:return w(g,y.objectType)||w(g,y.indexType);case 195:return w(g,y.readonlyToken)||w(g,y.typeParameter)||w(g,y.nameType)||w(g,y.questionToken)||w(g,y.type)||K(g,D,y.members);case 196:return w(g,y.literal);case 197:return w(g,y.dotDotDotToken)||w(g,y.name)||w(g,y.questionToken)||w(g,y.type);case 201:case 202:return K(g,D,y.elements);case 204:return K(g,D,y.elements);case 205:return K(g,D,y.properties);case 206:return w(g,y.expression)||w(g,y.questionDotToken)||w(g,y.name);case 207:return w(g,y.expression)||w(g,y.questionDotToken)||w(g,y.argumentExpression);case 208:case 209:return w(g,y.expression)||w(g,y.questionDotToken)||K(g,D,y.typeArguments)||K(g,D,y.arguments);case 210:return w(g,y.tag)||w(g,y.questionDotToken)||K(g,D,y.typeArguments)||w(g,y.template);case 211:return w(g,y.type)||w(g,y.expression);case 212:return w(g,y.expression);case 215:return w(g,y.expression);case 216:return w(g,y.expression);case 217:return w(g,y.expression);case 219:return w(g,y.operand);case 224:return w(g,y.asteriskToken)||w(g,y.expression);case 218:return w(g,y.expression);case 220:return w(g,y.operand);case 221:return w(g,y.left)||w(g,y.operatorToken)||w(g,y.right);case 229:return w(g,y.expression)||w(g,y.type);case 230:return w(g,y.expression);case 231:return w(g,y.name);case 222:return w(g,y.condition)||w(g,y.questionToken)||w(g,y.whenTrue)||w(g,y.colonToken)||w(g,y.whenFalse);case 225:return w(g,y.expression);case 235:case 262:return K(g,D,y.statements);case 305:return K(g,D,y.statements)||w(g,y.endOfFileToken);case 237:return K(g,D,y.illegalDecorators)||K(g,D,y.modifiers)||w(g,y.declarationList);case 255:return K(g,D,y.declarations);case 238:return w(g,y.expression);case 239:return w(g,y.expression)||w(g,y.thenStatement)||w(g,y.elseStatement);case 240:return w(g,y.statement)||w(g,y.expression);case 241:return w(g,y.expression)||w(g,y.statement);case 242:return w(g,y.initializer)||w(g,y.condition)||w(g,y.incrementor)||w(g,y.statement);case 243:return w(g,y.initializer)||w(g,y.expression)||w(g,y.statement);case 244:return w(g,y.awaitModifier)||w(g,y.initializer)||w(g,y.expression)||w(g,y.statement);case 245:case 246:return w(g,y.label);case 247:return w(g,y.expression);case 248:return w(g,y.expression)||w(g,y.statement);case 249:return w(g,y.expression)||w(g,y.caseBlock);case 263:return K(g,D,y.clauses);case 289:return w(g,y.expression)||K(g,D,y.statements);case 290:return K(g,D,y.statements);case 250:return w(g,y.label)||w(g,y.statement);case 251:return w(g,y.expression);case 252:return w(g,y.tryBlock)||w(g,y.catchClause)||w(g,y.finallyBlock);case 292:return w(g,y.variableDeclaration)||w(g,y.block);case 165:return w(g,y.expression);case 257:case 226:return K(g,D,y.modifiers)||w(g,y.name)||K(g,D,y.typeParameters)||K(g,D,y.heritageClauses)||K(g,D,y.members);case 258:return K(g,D,y.illegalDecorators)||K(g,D,y.modifiers)||w(g,y.name)||K(g,D,y.typeParameters)||K(g,D,y.heritageClauses)||K(g,D,y.members);case 259:return K(g,D,y.illegalDecorators)||K(g,D,y.modifiers)||w(g,y.name)||K(g,D,y.typeParameters)||w(g,y.type);case 260:return K(g,D,y.illegalDecorators)||K(g,D,y.modifiers)||w(g,y.name)||K(g,D,y.members);case 299:return w(g,y.name)||w(g,y.initializer);case 261:return K(g,D,y.illegalDecorators)||K(g,D,y.modifiers)||w(g,y.name)||w(g,y.body);case 265:return K(g,D,y.illegalDecorators)||K(g,D,y.modifiers)||w(g,y.name)||w(g,y.moduleReference);case 266:return K(g,D,y.illegalDecorators)||K(g,D,y.modifiers)||w(g,y.importClause)||w(g,y.moduleSpecifier)||w(g,y.assertClause);case 267:return w(g,y.name)||w(g,y.namedBindings);case 293:return K(g,D,y.elements);case 294:return w(g,y.name)||w(g,y.value);case 264:return K(g,D,y.illegalDecorators)||w(g,y.name);case 268:return w(g,y.name);case 274:return w(g,y.name);case 269:case 273:return K(g,D,y.elements);case 272:return K(g,D,y.illegalDecorators)||K(g,D,y.modifiers)||w(g,y.exportClause)||w(g,y.moduleSpecifier)||w(g,y.assertClause);case 270:case 275:return w(g,y.propertyName)||w(g,y.name);case 271:return K(g,D,y.illegalDecorators)||K(g,D,y.modifiers)||w(g,y.expression);case 223:return w(g,y.head)||K(g,D,y.templateSpans);case 233:return w(g,y.expression)||w(g,y.literal);case 198:return w(g,y.head)||K(g,D,y.templateSpans);case 199:return w(g,y.type)||w(g,y.literal);case 162:return w(g,y.expression);case 291:return K(g,D,y.types);case 228:return w(g,y.expression)||K(g,D,y.typeArguments);case 277:return w(g,y.expression);case 276:return K(g,D,y.illegalDecorators)||K(g,D,y.modifiers);case 351:return K(g,D,y.elements);case 278:return w(g,y.openingElement)||K(g,D,y.children)||w(g,y.closingElement);case 282:return w(g,y.openingFragment)||K(g,D,y.children)||w(g,y.closingFragment);case 279:case 280:return w(g,y.tagName)||K(g,D,y.typeArguments)||w(g,y.attributes);case 286:return K(g,D,y.properties);case 285:return w(g,y.name)||w(g,y.initializer);case 287:return w(g,y.expression);case 288:return w(g,y.dotDotDotToken)||w(g,y.expression);case 281:return w(g,y.tagName);case 185:case 186:case 309:case 315:case 314:case 316:case 318:return w(g,y.type);case 317:return K(g,D,y.parameters)||w(g,y.type);case 320:return(typeof y.comment=="string"?void 0:K(g,D,y.comment))||K(g,D,y.tags);case 346:return w(g,y.tagName)||w(g,y.name)||(typeof y.comment=="string"?void 0:K(g,D,y.comment));case 310:return w(g,y.name);case 311:return w(g,y.left)||w(g,y.right);case 340:case 347:return w(g,y.tagName)||(y.isNameFirst?w(g,y.name)||w(g,y.typeExpression)||(typeof y.comment=="string"?void 0:K(g,D,y.comment)):w(g,y.typeExpression)||w(g,y.name)||(typeof y.comment=="string"?void 0:K(g,D,y.comment)));case 330:return w(g,y.tagName)||(typeof y.comment=="string"?void 0:K(g,D,y.comment));case 329:return w(g,y.tagName)||w(g,y.class)||(typeof y.comment=="string"?void 0:K(g,D,y.comment));case 328:return w(g,y.tagName)||w(g,y.class)||(typeof y.comment=="string"?void 0:K(g,D,y.comment));case 344:return w(g,y.tagName)||w(g,y.constraint)||K(g,D,y.typeParameters)||(typeof y.comment=="string"?void 0:K(g,D,y.comment));case 345:return w(g,y.tagName)||(y.typeExpression&&y.typeExpression.kind===309?w(g,y.typeExpression)||w(g,y.fullName)||(typeof y.comment=="string"?void 0:K(g,D,y.comment)):w(g,y.fullName)||w(g,y.typeExpression)||(typeof y.comment=="string"?void 0:K(g,D,y.comment)));case 338:return w(g,y.tagName)||w(g,y.fullName)||w(g,y.typeExpression)||(typeof y.comment=="string"?void 0:K(g,D,y.comment));case 341:case 343:case 342:case 339:return w(g,y.tagName)||w(g,y.typeExpression)||(typeof y.comment=="string"?void 0:K(g,D,y.comment));case 323:return e.forEach(y.typeParameters,g)||e.forEach(y.parameters,g)||w(g,y.type);case 324:case 325:case 326:return w(g,y.name);case 322:return e.forEach(y.jsDocPropertyTags,g);case 327:case 332:case 333:case 334:case 335:case 336:case 331:case 337:return w(g,y.tagName)||(typeof y.comment=="string"?void 0:K(g,D,y.comment));case 350:return w(g,y.expression)}}e.forEachChild=le;function he(y,g,D){for(var G=je(y),ee=[];ee.length<G.length;)ee.push(y);for(;G.length!==0;){var V=G.pop(),Ye=ee.pop();if(e.isArray(V)){if(D){var at=D(V,Ye);if(at){if(at==="skip")continue;return at}}for(var Le=V.length-1;Le>=0;--Le)G.push(V[Le]),ee.push(Ye)}else{var at=g(V,Ye);if(at){if(at==="skip")continue;return at}if(V.kind>=161)for(var Ne=0,B=je(V);Ne<B.length;Ne++){var mt=B[Ne];G.push(mt),ee.push(V)}}}}e.forEachChildRecursively=he;function je(y){var g=[];return le(y,D,D),g;function D(G){g.unshift(G)}}function A(y){y.externalModuleIndicator=ye(y)}function xe(y,g,D,G,ee){G===void 0&&(G=!1),e.tracing===null||e.tracing===void 0||e.tracing.push("parse","createSourceFile",{path:y},!0),e.performance.mark("beforeParse");var V;e.perfLogger.logStartParseSourceFile(y);var Ye=typeof D=="object"?D:{languageVersion:D},at=Ye.languageVersion,Le=Ye.setExternalModuleIndicator,Ne=Ye.impliedNodeFormat;if(at===100)V=be.parseSourceFile(y,g,at,void 0,G,6,e.noop);else{var B=Ne===void 0?Le:function(mt){return mt.impliedNodeFormat=Ne,(Le||A)(mt)};V=be.parseSourceFile(y,g,at,void 0,G,ee,B)}return e.perfLogger.logStopParseSourceFile(),e.performance.mark("afterParse"),e.performance.measure("Parse","beforeParse","afterParse"),e.tracing===null||e.tracing===void 0||e.tracing.pop(),V}e.createSourceFile=xe;function Q(y,g){return be.parseIsolatedEntityName(y,g)}e.parseIsolatedEntityName=Q;function Ct(y,g){return be.parseJsonText(y,g)}e.parseJsonText=Ct;function ft(y){return y.externalModuleIndicator!==void 0}e.isExternalModule=ft;function Jt(y,g,D,G){G===void 0&&(G=!1);var ee=Ie.updateSourceFile(y,g,D,G);return ee.flags|=y.flags&6291456,ee}e.updateSourceFile=Jt;function ke(y,g,D){var G=be.JSDocParser.parseIsolatedJSDocComment(y,g,D);return G&&G.jsDoc&&be.fixupParentReferences(G.jsDoc),G}e.parseIsolatedJSDocComment=ke;function Qe(y,g,D){return be.JSDocParser.parseJSDocTypeExpressionForTests(y,g,D)}e.parseJSDocTypeExpressionForTests=Qe;var be;(function(y){var g=e.createScanner(99,!0),D=20480,G,ee,V,Ye,at;function Le(p){return fe++,p}var Ne={createBaseSourceFileNode:function(p){return Le(new at(p,0,0))},createBaseIdentifierNode:function(p){return Le(new V(p,0,0))},createBasePrivateIdentifierNode:function(p){return Le(new Ye(p,0,0))},createBaseTokenNode:function(p){return Le(new ee(p,0,0))},createBaseNode:function(p){return Le(new G(p,0,0))}},B=e.createNodeFactory(11,Ne),mt,X,ce,Fe,Ue,Ve,ut,ht,St,Z,fe,nt,dt,Ft,Mt,fr,Ce,L=!0,r=!1;function Er(p,E,R,z,ie,Ae,ct){var At;if(ie===void 0&&(ie=!1),Ae=e.ensureScriptKind(p,Ae),Ae===6){var xt=Ke(p,E,R,z,ie);return e.convertToObjectWorker(xt,(At=xt.statements[0])===null||At===void 0?void 0:At.expression,xt.parseDiagnostics,!1,void 0,void 0),xt.referencedFiles=e.emptyArray,xt.typeReferenceDirectives=e.emptyArray,xt.libReferenceDirectives=e.emptyArray,xt.amdDependencies=e.emptyArray,xt.hasNoDefaultLib=!1,xt.pragmas=e.emptyMap,xt}se(p,E,R,z,Ae);var Rt=W(R,ie,Ae,ct||A);return k(),Rt}y.parseSourceFile=Er;function Ir(p,E){se("",p,E,void 0,1),gt();var R=ta(!0),z=I()===1&&!ut.length;return k(),z?R:void 0}y.parseIsolatedEntityName=Ir;function Ke(p,E,R,z,ie){R===void 0&&(R=2),ie===void 0&&(ie=!1),se(p,E,R,z,6),X=Ce,gt();var Ae=Be(),ct,At;if(I()===1)ct=Tr([],Ae,Ae),At=Rr();else{for(var xt=void 0;I()!==1;){var Rt=void 0;switch(I()){case 22:Rt=V_();break;case 110:case 95:case 104:Rt=Rr();break;case 40:mr(function(){return gt()===8&>()!==58})?Rt=Ts():Rt=Q_();break;case 8:case 10:if(mr(function(){return gt()!==58})){Rt=Hr();break}default:Rt=Q_();break}xt&&e.isArray(xt)?xt.push(Rt):xt?xt=[xt,Rt]:(xt=Rt,I()!==1&&br(e.Diagnostics.Unexpected_token))}var cr=e.isArray(xt)?pe(B.createArrayLiteralExpression(xt),Ae):e.Debug.checkDefined(xt),Gr=B.createExpressionStatement(cr);pe(Gr,Ae),ct=Tr([Gr],Ae),At=yr(1,e.Diagnostics.Unexpected_token)}var Br=nr(p,2,6,!1,ct,At,X,e.noop);ie&&$t(Br),Br.nodeCount=fe,Br.identifierCount=Ft,Br.identifiers=nt,Br.parseDiagnostics=e.attachFileToDiagnostics(ut,Br),ht&&(Br.jsDocDiagnostics=e.attachFileToDiagnostics(ht,Br));var ln=Br;return k(),ln}y.parseJsonText=Ke;function se(p,E,R,z,ie){switch(G=e.objectAllocator.getNodeConstructor(),ee=e.objectAllocator.getTokenConstructor(),V=e.objectAllocator.getIdentifierConstructor(),Ye=e.objectAllocator.getPrivateIdentifierConstructor(),at=e.objectAllocator.getSourceFileConstructor(),mt=e.normalizePath(p),ce=E,Fe=R,St=z,Ue=ie,Ve=e.getLanguageVariant(ie),ut=[],Mt=0,nt=new e.Map,dt=new e.Map,Ft=0,fe=0,X=0,L=!0,Ue){case 1:case 2:Ce=262144;break;case 6:Ce=67371008;break;default:Ce=0;break}r=!1,g.setText(ce),g.setOnError(Oi),g.setScriptTarget(Fe),g.setLanguageVariant(Ve)}function k(){g.clearCommentDirectives(),g.setText(""),g.setOnError(void 0),ce=void 0,Fe=void 0,St=void 0,Ue=void 0,Ve=void 0,X=0,ut=void 0,ht=void 0,Mt=0,nt=void 0,fr=void 0,L=!0}function W(p,E,R,z){var ie=q(mt);ie&&(Ce|=16777216),X=Ce,gt();var Ae=lt(0,Wi);e.Debug.assert(I()===1);var ct=_t(Rr()),At=nr(mt,p,R,ie,Ae,ct,X,z);return st(At,ce),we(At,xt),At.commentDirectives=g.getCommentDirectives(),At.nodeCount=fe,At.identifierCount=Ft,At.identifiers=nt,At.parseDiagnostics=e.attachFileToDiagnostics(ut,At),ht&&(At.jsDocDiagnostics=e.attachFileToDiagnostics(ht,At)),E&&$t(At),At;function xt(Rt,cr,Gr){ut.push(e.createDetachedDiagnostic(mt,Rt,cr,Gr))}}function me(p,E){return E?_t(p):p}var Et=!1;function _t(p){e.Debug.assert(!p.jsDoc);var E=e.mapDefined(e.getJSDocCommentRanges(p,ce),function(R){return Pu.parseJSDocComment(p,R.pos,R.end-R.pos)});return E.length&&(p.jsDoc=E),Et&&(Et=!1,p.flags|=268435456),p}function Xt(p){var E=St,R=Ie.createSyntaxCursor(p);St={currentNode:ln};var z=[],ie=ut;ut=[];for(var Ae=0,ct=Gr(p.statements,0),At=function(){var Dn=p.statements[Ae],Yn=p.statements[ct];e.addRange(z,p.statements,Ae,ct),Ae=Br(p.statements,ct);var Pn=e.findIndex(ie,function(bi){return bi.start>=Dn.pos}),fo=Pn>=0?e.findIndex(ie,function(bi){return bi.start>=Yn.pos},Pn):-1;Pn>=0&&e.addRange(ut,ie,Pn,fo>=0?fo:void 0),Bn(function(){var bi=Ce;for(Ce|=32768,g.setTextPos(Yn.pos),gt();I()!==1;){var Fa=g.getStartPos(),Yo=bt(0,Wi);if(z.push(Yo),Fa===g.getStartPos()&>(),Ae>=0){var Mo=p.statements[Ae];if(Yo.end===Mo.pos)break;Yo.end>Mo.pos&&(Ae=Br(p.statements,Ae+1))}}Ce=bi},2),ct=Ae>=0?Gr(p.statements,Ae):-1};ct!==-1;)At();if(Ae>=0){var xt=p.statements[Ae];e.addRange(z,p.statements,Ae);var Rt=e.findIndex(ie,function(Dn){return Dn.start>=xt.pos});Rt>=0&&e.addRange(ut,ie,Rt)}return St=E,B.updateSourceFile(p,e.setTextRange(B.createNodeArray(z),p.statements));function cr(Dn){return!(Dn.flags&32768)&&!!(Dn.transformFlags&67108864)}function Gr(Dn,Yn){for(var Pn=Yn;Pn<Dn.length;Pn++)if(cr(Dn[Pn]))return Pn;return-1}function Br(Dn,Yn){for(var Pn=Yn;Pn<Dn.length;Pn++)if(!cr(Dn[Pn]))return Pn;return-1}function ln(Dn){var Yn=R.currentNode(Dn);return L&&Yn&&cr(Yn)&&(Yn.intersectsChange=!0),Yn}}function $t(p){e.setParentRecursive(p,!0)}y.fixupParentReferences=$t;function nr(p,E,R,z,ie,Ae,ct,At){var xt=B.createSourceFile(ie,Ae,ct);return e.setTextRangePosWidth(xt,0,ce.length),Rt(xt),!z&&ft(xt)&&xt.transformFlags&67108864&&(xt=Xt(xt),Rt(xt)),xt;function Rt(cr){cr.text=ce,cr.bindDiagnostics=[],cr.bindSuggestionDiagnostics=void 0,cr.languageVersion=E,cr.fileName=p,cr.languageVariant=e.getLanguageVariant(R),cr.isDeclarationFile=z,cr.scriptKind=R,At(cr),cr.setExternalModuleIndicator=At}}function vr(p,E){p?Ce|=E:Ce&=~E}function Sr(p){vr(p,4096)}function Wt(p){vr(p,8192)}function zt(p){vr(p,16384)}function ur(p){vr(p,32768)}function Cr(p,E){var R=p&Ce;if(R){vr(!1,R);var z=E();return vr(!0,R),z}return E()}function wr(p,E){var R=p&~Ce;if(R){vr(!0,R);var z=E();return vr(!1,R),z}return E()}function Qr(p){return Cr(4096,p)}function xn(p){return wr(4096,p)}function un(p){return Cr(65536,p)}function An(p){return wr(65536,p)}function Nn(p){return wr(8192,p)}function On(p){return wr(16384,p)}function si(p){return wr(32768,p)}function _i(p){return Cr(32768,p)}function Vn(p){return wr(40960,p)}function Fi(p){return Cr(40960,p)}function Jn(p){return(Ce&p)!==0}function Sn(){return Jn(8192)}function ei(){return Jn(4096)}function Ni(){return Jn(65536)}function di(){return Jn(16384)}function Fn(){return Jn(32768)}function br(p,E){return Xr(g.getTokenPos(),g.getTextPos(),p,E)}function Wn(p,E,R,z){var ie=e.lastOrUndefined(ut),Ae;return(!ie||p!==ie.start)&&(Ae=e.createDetachedDiagnostic(mt,p,E,R,z),ut.push(Ae)),r=!0,Ae}function Xr(p,E,R,z){return Wn(p,E-p,R,z)}function Hn(p,E,R){Xr(p.pos,p.end,E,R)}function Oi(p,E){Wn(g.getTextPos(),E,p)}function Be(){return g.getStartPos()}function qr(){return g.hasPrecedingJSDocComment()}function I(){return Z}function mi(){return Z=g.scan()}function qn(p){return gt(),p()}function gt(){return e.isKeyword(Z)&&(g.hasUnicodeEscape()||g.hasExtendedUnicodeEscape())&&Xr(g.getTokenPos(),g.getTextPos(),e.Diagnostics.Keywords_cannot_contain_escape_characters),mi()}function Yr(){return Z=g.scanJsDocToken()}function jn(){return Z=g.reScanGreaterToken()}function gi(){return Z=g.reScanSlashToken()}function xi(p){return Z=g.reScanTemplateToken(p)}function ii(){return Z=g.reScanTemplateHeadOrNoSubstitutionTemplate()}function Mi(){return Z=g.reScanLessThanToken()}function gn(){return Z=g.reScanHashToken()}function Si(){return Z=g.scanJsxIdentifier()}function ai(){return Z=g.scanJsxToken()}function yi(){return Z=g.scanJsxAttributeValue()}function Bn(p,E){var R=Z,z=ut.length,ie=r,Ae=Ce,ct=E!==0?g.lookAhead(p):g.tryScan(p);return e.Debug.assert(Ae===Ce),(!ct||E!==0)&&(Z=R,E!==2&&(ut.length=z),r=ie),ct}function mr(p){return Bn(p,1)}function et(p){return Bn(p,0)}function It(){return I()===79?!0:I()>116}function ot(){return I()===79?!0:I()===125&&Sn()||I()===132&&Fn()?!1:I()>116}function Te(p,E,R){return R===void 0&&(R=!0),I()===p?(R&>(),!0):(E?br(E):br(e.Diagnostics._0_expected,e.tokenToString(p)),!1)}var Fr=Object.keys(e.textToKeywordObj).filter(function(p){return p.length>2});function zr(p){var E;if(e.isTaggedTemplateExpression(p)){Xr(e.skipTrivia(ce,p.template.pos),p.template.end,e.Diagnostics.Module_declaration_names_may_only_use_or_quoted_strings);return}var R=e.isIdentifier(p)?e.idText(p):void 0;if(!R||!e.isIdentifierText(R,Fe)){br(e.Diagnostics._0_expected,e.tokenToString(26));return}var z=e.skipTrivia(ce,p.pos);switch(R){case"const":case"let":case"var":Xr(z,p.end,e.Diagnostics.Variable_declaration_not_allowed_at_this_location);return;case"declare":return;case"interface":Lr(e.Diagnostics.Interface_name_cannot_be_0,e.Diagnostics.Interface_must_be_given_a_name,18);return;case"is":Xr(z,g.getTextPos(),e.Diagnostics.A_type_predicate_is_only_allowed_in_return_type_position_for_functions_and_methods);return;case"module":case"namespace":Lr(e.Diagnostics.Namespace_name_cannot_be_0,e.Diagnostics.Namespace_must_be_given_a_name,18);return;case"type":Lr(e.Diagnostics.Type_alias_name_cannot_be_0,e.Diagnostics.Type_alias_must_be_given_a_name,63);return}var ie=(E=e.getSpellingSuggestion(R,Fr,function(Ae){return Ae}))!==null&&E!==void 0?E:Se(R);if(ie){Xr(z,p.end,e.Diagnostics.Unknown_keyword_or_identifier_Did_you_mean_0,ie);return}I()!==0&&Xr(z,p.end,e.Diagnostics.Unexpected_keyword_or_identifier)}function Lr(p,E,R){I()===R?br(E):br(p,g.getTokenValue())}function Se(p){for(var E=0,R=Fr;E<R.length;E++){var z=R[E];if(p.length>z.length+2&&e.startsWith(p,z))return"".concat(z," ").concat(p.slice(z.length))}}function Pe(p,E,R){if(I()===59&&!g.hasPrecedingLineBreak()){br(e.Diagnostics.Decorators_must_precede_the_name_and_all_keywords_of_property_declarations);return}if(I()===20){br(e.Diagnostics.Cannot_start_a_function_call_in_a_type_annotation),gt();return}if(E&&!dr()){R?br(e.Diagnostics._0_expected,e.tokenToString(26)):br(e.Diagnostics.Expected_for_property_initializer);return}if(!hn()){if(R){br(e.Diagnostics._0_expected,e.tokenToString(26));return}zr(p)}}function $e(p){return I()===p?(Yr(),!0):(br(e.Diagnostics._0_expected,e.tokenToString(p)),!1)}function Ze(p,E,R,z){if(I()===E){gt();return}var ie=br(e.Diagnostics._0_expected,e.tokenToString(E));!R||ie&&e.addRelatedInfo(ie,e.createDetachedDiagnostic(mt,z,1,e.Diagnostics.The_parser_expected_to_find_a_1_to_match_the_0_token_here,e.tokenToString(p),e.tokenToString(E)))}function it(p){return I()===p?(gt(),!0):!1}function wt(p){if(I()===p)return Rr()}function ar(p){if(I()===p)return Jr()}function yr(p,E,R){return wt(p)||pn(p,!1,E||e.Diagnostics._0_expected,R||e.tokenToString(p))}function tn(p){return ar(p)||pn(p,!1,e.Diagnostics._0_expected,e.tokenToString(p))}function Rr(){var p=Be(),E=I();return gt(),pe(B.createToken(E),p)}function Jr(){var p=Be(),E=I();return Yr(),pe(B.createToken(E),p)}function dr(){return I()===26?!0:I()===19||I()===1||g.hasPrecedingLineBreak()}function hn(){return dr()?(I()===26&>(),!0):!1}function Ur(){return hn()||Te(26)}function Tr(p,E,R,z){var ie=B.createNodeArray(p,z);return e.setTextRangePosEnd(ie,E,R!=null?R:g.getStartPos()),ie}function pe(p,E,R){return e.setTextRangePosEnd(p,E,R!=null?R:g.getStartPos()),Ce&&(p.flags|=Ce),r&&(r=!1,p.flags|=131072),p}function pn(p,E,R,z){E?Wn(g.getStartPos(),0,R,z):R&&br(R,z);var ie=Be(),Ae=p===79?B.createIdentifier("",void 0,void 0):e.isTemplateLiteralKind(p)?B.createTemplateLiteralLikeNode(p,"","",void 0):p===8?B.createNumericLiteral("",void 0):p===10?B.createStringLiteral("",void 0):p===276?B.createMissingDeclaration():B.createToken(p);return pe(Ae,ie)}function Wr(p){var E=nt.get(p);return E===void 0&&nt.set(p,E=p),E}function an(p,E,R){if(p){Ft++;var z=Be(),ie=I(),Ae=Wr(g.getTokenValue());return mi(),pe(B.createIdentifier(Ae,void 0,ie),z)}if(I()===80)return br(R||e.Diagnostics.Private_identifiers_are_not_allowed_outside_class_bodies),an(!0);if(I()===0&&g.tryScan(function(){return g.reScanInvalidIdentifier()===79}))return an(!0);Ft++;var ct=I()===1,At=g.isReservedWord(),xt=g.getTokenText(),Rt=At?e.Diagnostics.Identifier_expected_0_is_a_reserved_word_that_cannot_be_used_here:e.Diagnostics.Identifier_expected;return pn(79,ct,E||Rt,xt)}function kn(p){return an(It(),void 0,p)}function $r(p,E){return an(ot(),p,E)}function Zr(p){return an(e.tokenIsIdentifierOrKeyword(I()),p)}function Ut(){return e.tokenIsIdentifierOrKeyword(I())||I()===10||I()===8}function lr(){return e.tokenIsIdentifierOrKeyword(I())||I()===10}function jr(p){if(I()===10||I()===8){var E=Hr();return E.text=Wr(E.text),E}return p&&I()===22?Un():I()===80?hi():Zr()}function en(){return jr(!0)}function Un(){var p=Be();Te(22);var E=Qr($n);return Te(23),pe(B.createComputedPropertyName(E),p)}function Di(p){var E=dt.get(p);return E===void 0&&dt.set(p,E=p),E}function hi(){var p=Be(),E=B.createPrivateIdentifier(Di(g.getTokenText()));return gt(),pe(E,p)}function Xn(p){return I()===p&&et(Ci)}function Ei(){return gt(),g.hasPrecedingLineBreak()?!1:vi()}function Ci(){switch(I()){case 85:return gt()===92;case 93:return gt(),I()===88?mr(Vi):I()===152?mr(ji):fa();case 88:return Vi();case 124:case 136:case 149:return gt(),vi();default:return Ei()}}function fa(){return I()!==41&&I()!==127&&I()!==18&&vi()}function ji(){return gt(),fa()}function Li(){return e.isModifierKind(I())&&et(Ci)}function vi(){return I()===22||I()===18||I()===41||I()===25||Ut()}function Vi(){return gt(),I()===84||I()===98||I()===118||I()===126&&mr(au)||I()===131&&mr(nc)}function Qi(p,E){var R=er(p);if(R)return!0;switch(p){case 0:case 1:case 3:return!(I()===26&&E)&&ou();case 2:return I()===82||I()===88;case 4:return mr(Bo);case 5:return mr(u_)||I()===26&&!E;case 6:return I()===22||Ut();case 12:switch(I()){case 22:case 41:case 25:case 24:return!0;default:return Ut()}case 18:return Ut();case 9:return I()===22||I()===25||Ut();case 24:return lr();case 7:return I()===18?mr(Yi):E?ot()&&!b():O_()&&!b();case 8:return a_();case 10:return I()===27||I()===25||a_();case 19:return I()===101||ot();case 15:switch(I()){case 27:case 24:return!0}case 11:return I()===25||so();case 16:return Jo(!1);case 17:return Jo(!0);case 20:case 21:return I()===27||cn();case 22:return mu();case 23:return e.tokenIsIdentifierOrKeyword(I());case 13:return e.tokenIsIdentifierOrKeyword(I())||I()===18;case 14:return!0}return e.Debug.fail("Non-exhaustive case in 'isListElement'.")}function Yi(){if(e.Debug.assert(I()===18),gt()===19){var p=gt();return p===27||p===18||p===94||p===117}return!0}function Zi(){return gt(),ot()}function ea(){return gt(),e.tokenIsIdentifierOrKeyword(I())}function aa(){return gt(),e.tokenIsIdentifierOrKeywordOrGreaterThan(I())}function b(){return I()===117||I()===94?mr(N):!1}function N(){return gt(),so()}function J(){return gt(),cn()}function H(p){if(I()===1)return!0;switch(p){case 1:case 2:case 4:case 5:case 6:case 12:case 9:case 23:case 24:return I()===19;case 3:return I()===19||I()===82||I()===88;case 7:return I()===18||I()===94||I()===117;case 8:return De();case 19:return I()===31||I()===20||I()===18||I()===94||I()===117;case 11:return I()===21||I()===26;case 15:case 21:case 10:return I()===23;case 17:case 16:case 18:return I()===21||I()===23;case 20:return I()!==27;case 22:return I()===18||I()===19;case 13:return I()===31||I()===43;case 14:return I()===29&&mr(wl);default:return!1}}function De(){return!!(dr()||zc(I())||I()===38)}function Dt(){for(var p=0;p<25;p++)if(Mt&1<<p&&(Qi(p,!0)||H(p)))return!0;return!1}function lt(p,E){var R=Mt;Mt|=1<<p;for(var z=[],ie=Be();!H(p);){if(Qi(p,!1)){z.push(bt(p,E));continue}if(Bi(p))break}return Mt=R,Tr(z,ie)}function bt(p,E){var R=er(p);return R?pr(R):E()}function er(p,E){if(!(!St||!Kr(p)||r)){var R=St.currentNode(E!=null?E:g.getStartPos());if(!(e.nodeIsMissing(R)||R.intersectsChange||e.containsParseError(R))){var z=R.flags&50720768;if(z===Ce&&!!Nr(R,p))return R.jsDocCache&&(R.jsDocCache=void 0),R}}}function pr(p){return g.setTextPos(p.end),gt(),p}function Kr(p){switch(p){case 5:case 2:case 0:case 1:case 3:case 6:case 4:case 8:case 17:case 16:return!0}return!1}function Nr(p,E){switch(E){case 5:return sn(p);case 2:return ci(p);case 0:case 1:case 3:return Qn(p);case 6:return wi(p);case 4:return Aa(p);case 8:return oa(p);case 17:case 16:return ka(p)}return!1}function sn(p){if(p)switch(p.kind){case 171:case 176:case 172:case 173:case 167:case 234:return!0;case 169:var E=p,R=E.name.kind===79&&E.name.originalKeywordKind===134;return!R}return!1}function ci(p){if(p)switch(p.kind){case 289:case 290:return!0}return!1}function Qn(p){if(p)switch(p.kind){case 256:case 237:case 235:case 239:case 238:case 251:case 247:case 249:case 246:case 245:case 243:case 244:case 242:case 241:case 248:case 236:case 252:case 250:case 240:case 253:case 266:case 265:case 272:case 271:case 261:case 257:case 258:case 260:case 259:return!0}return!1}function wi(p){return p.kind===299}function Aa(p){if(p)switch(p.kind){case 175:case 168:case 176:case 166:case 174:return!0}return!1}function oa(p){if(p.kind!==254)return!1;var E=p;return E.initializer===void 0}function ka(p){if(p.kind!==164)return!1;var E=p;return E.initializer===void 0}function Bi(p){return da(p),Dt()?!0:(gt(),!1)}function da(p){switch(p){case 0:return I()===88?br(e.Diagnostics._0_expected,e.tokenToString(93)):br(e.Diagnostics.Declaration_or_statement_expected);case 1:return br(e.Diagnostics.Declaration_or_statement_expected);case 2:return br(e.Diagnostics.case_or_default_expected);case 3:return br(e.Diagnostics.Statement_expected);case 18:case 4:return br(e.Diagnostics.Property_or_signature_expected);case 5:return br(e.Diagnostics.Unexpected_token_A_constructor_method_accessor_or_property_was_expected);case 6:return br(e.Diagnostics.Enum_member_expected);case 7:return br(e.Diagnostics.Expression_expected);case 8:return e.isKeyword(I())?br(e.Diagnostics._0_is_not_allowed_as_a_variable_declaration_name,e.tokenToString(I())):br(e.Diagnostics.Variable_declaration_expected);case 9:return br(e.Diagnostics.Property_destructuring_pattern_expected);case 10:return br(e.Diagnostics.Array_element_destructuring_pattern_expected);case 11:return br(e.Diagnostics.Argument_expression_expected);case 12:return br(e.Diagnostics.Property_assignment_expected);case 15:return br(e.Diagnostics.Expression_or_comma_expected);case 17:return br(e.Diagnostics.Parameter_declaration_expected);case 16:return e.isKeyword(I())?br(e.Diagnostics._0_is_not_allowed_as_a_parameter_name,e.tokenToString(I())):br(e.Diagnostics.Parameter_declaration_expected);case 19:return br(e.Diagnostics.Type_parameter_declaration_expected);case 20:return br(e.Diagnostics.Type_argument_expected);case 21:return br(e.Diagnostics.Type_expected);case 22:return br(e.Diagnostics.Unexpected_token_expected);case 23:return br(e.Diagnostics.Identifier_expected);case 13:return br(e.Diagnostics.Identifier_expected);case 14:return br(e.Diagnostics.Identifier_expected);case 24:return br(e.Diagnostics.Identifier_or_string_literal_expected);case 25:return e.Debug.fail("ParsingContext.Count used as a context");default:e.Debug.assertNever(p)}}function ti(p,E,R){var z=Mt;Mt|=1<<p;for(var ie=[],Ae=Be(),ct=-1;;){if(Qi(p,!1)){var At=g.getStartPos(),xt=bt(p,E);if(!xt){Mt=z;return}if(ie.push(xt),ct=g.getTokenPos(),it(27))continue;if(ct=-1,H(p))break;Te(27,Ha(p)),R&&I()===26&&!g.hasPrecedingLineBreak()&>(),At===g.getStartPos()&>();continue}if(H(p)||Bi(p))break}return Mt=z,Tr(ie,Ae,void 0,ct>=0)}function Ha(p){return p===6?e.Diagnostics.An_enum_member_name_must_be_followed_by_a_or:void 0}function zn(){var p=Tr([],Be());return p.isMissingList=!0,p}function sa(p){return!!p.isMissingList}function qi(p,E,R,z){if(Te(R)){var ie=ti(p,E);return Te(z),ie}return zn()}function ta(p,E){for(var R=Be(),z=p?Zr(E):$r(E),ie=Be();it(24);){if(I()===29){z.jsdocDotPos=ie;break}ie=Be(),z=pe(B.createQualifiedName(z,l(p,!1)),R)}return z}function va(p,E){return pe(B.createQualifiedName(p,E),p.pos)}function l(p,E){if(g.hasPrecedingLineBreak()&&e.tokenIsIdentifierOrKeyword(I())){var R=mr(As);if(R)return pn(79,!0,e.Diagnostics.Identifier_expected)}if(I()===80){var z=hi();return E?z:pn(79,!0,e.Diagnostics.Identifier_expected)}return p?Zr():$r()}function F(p){var E=Be(),R=[],z;do z=or(p),R.push(z);while(z.literal.kind===16);return Tr(R,E)}function _e(p){var E=Be();return pe(B.createTemplateExpression(gr(p),F(p)),E)}function Ge(){var p=Be();return pe(B.createTemplateLiteralType(gr(!1),Bt()),p)}function Bt(){var p=Be(),E=[],R;do R=tr(),E.push(R);while(R.literal.kind===16);return Tr(E,p)}function tr(){var p=Be();return pe(B.createTemplateLiteralTypeSpan(Mn(),sr(!1)),p)}function sr(p){return I()===19?(xi(p),m()):yr(17,e.Diagnostics._0_expected,e.tokenToString(19))}function or(p){var E=Be();return pe(B.createTemplateSpan(Qr($n),sr(p)),E)}function Hr(){return qt(I())}function gr(p){p&&ii();var E=qt(I());return e.Debug.assert(E.kind===15,"Template head has wrong token kind"),E}function m(){var p=qt(I());return e.Debug.assert(p.kind===16||p.kind===17,"Template fragment has wrong token kind"),p}function re(p){var E=p===14||p===17,R=g.getTokenText();return R.substring(1,R.length-(g.isUnterminated()?0:E?1:2))}function qt(p){var E=Be(),R=e.isTemplateLiteralKind(p)?B.createTemplateLiteralLikeNode(p,g.getTokenValue(),re(p),g.getTokenFlags()&2048):p===8?B.createNumericLiteral(g.getTokenValue(),g.getNumericLiteralFlags()):p===10?B.createStringLiteral(g.getTokenValue(),void 0,g.hasExtendedUnicodeEscape()):e.isLiteralKind(p)?B.createLiteralLikeNode(p,g.getTokenValue()):e.Debug.fail();return g.hasExtendedUnicodeEscape()&&(R.hasExtendedUnicodeEscape=!0),g.isUnterminated()&&(R.isUnterminated=!0),gt(),pe(R,E)}function P(){return ta(!0,e.Diagnostics.Type_expected)}function fn(){if(!g.hasPrecedingLineBreak()&&Mi()===29)return qi(20,Mn,29,31)}function vn(){var p=Be();return pe(B.createTypeReferenceNode(P(),fn()),p)}function ri(p){switch(p.kind){case 178:return e.nodeIsMissing(p.typeName);case 179:case 180:{var E=p,R=E.parameters,z=E.type;return sa(R)||ri(z)}case 191:return ri(p.type);default:return!1}}function ma(p){return gt(),pe(B.createTypePredicateNode(void 0,p,Mn()),p.pos)}function Ui(){var p=Be();return gt(),pe(B.createThisTypeNode(),p)}function ba(){var p=Be();return gt(),pe(B.createJSDocAllType(),p)}function Ta(){var p=Be();return gt(),pe(B.createJSDocNonNullableType(Tn(),!1),p)}function Ja(){var p=Be();return gt(),I()===27||I()===19||I()===21||I()===31||I()===63||I()===51?pe(B.createJSDocUnknownType(),p):pe(B.createJSDocNullableType(Mn(),!1),p)}function Ga(){var p=Be(),E=qr();if(mr(Tu)){gt();var R=zi(36),z=ga(58,!1);return me(pe(B.createJSDocFunctionType(R,z),p),E)}return pe(B.createTypeReferenceNode(Zr(),void 0),p)}function _a(){var p=Be(),E;return(I()===108||I()===103)&&(E=Zr(),Te(58)),pe(B.createParameterDeclaration(void 0,void 0,E,void 0,ca(),void 0),p)}function ca(){g.setInJSDocType(!0);var p=Be();if(it(141)){var E=B.createJSDocNamepathType(void 0);e:for(;;)switch(I()){case 19:case 1:case 27:case 5:break e;default:Yr()}return g.setInJSDocType(!1),pe(E,p)}var R=it(25),z=Jc();return g.setInJSDocType(!1),R&&(z=pe(B.createJSDocVariadicType(z),p)),I()===63?(gt(),pe(B.createJSDocOptionalType(z),p)):z}function oo(){var p=Be();Te(112);var E=ta(!0),R=g.hasPrecedingLineBreak()?void 0:Rs();return pe(B.createTypeQueryNode(E,R),p)}function Ks(){var p=Be(),E=po(),R=$r(),z,ie;it(94)&&(cn()||!so()?z=Mn():ie=Gc());var Ae=it(63)?Mn():void 0,ct=B.createTypeParameterDeclaration(E,R,z,Ae);return ct.expression=ie,pe(ct,p)}function ra(){if(I()===29)return qi(19,Ks,29,31)}function Jo(p){return I()===25||a_()||e.isModifierKind(I())||I()===59||cn(!p)}function C_(p){var E=lo(e.Diagnostics.Private_identifiers_cannot_be_used_as_parameters);return e.getFullWidth(E)===0&&!e.some(p)&&e.isModifierKind(I())&>(),E}function Ws(){return It()||I()===22||I()===18}function _s(p){return Fo(p)}function Co(p){return Fo(p,!1)}function Fo(p,E){E===void 0&&(E=!0);var R=Be(),z=qr(),ie=p?si($o):_i($o);if(I()===108){var Ae=B.createParameterDeclaration(ie,void 0,an(!0),void 0,Io(),void 0);return ie&&Hn(ie[0],e.Diagnostics.Decorators_may_not_be_applied_to_this_parameters),me(pe(Ae,R),z)}var ct=L;L=!1;var At=na(ie,po()),xt=wt(25);if(!(!E&&!Ws())){var Rt=me(pe(B.createParameterDeclaration(At,xt,C_(At),wt(57),Io(),$a()),R),z);return L=ct,Rt}}function ga(p,E){if(cs(p,E))return un(Jc)}function cs(p,E){return p===38?(Te(p),!0):it(58)?!0:E&&I()===38?(br(e.Diagnostics._0_expected,e.tokenToString(58)),gt(),!0):!1}function wo(p,E){var R=Sn(),z=Fn();Wt(!!(p&1)),ur(!!(p&2));var ie=p&32?ti(17,_a):ti(16,function(){return E?_s(z):Co(z)});return Wt(R),ur(z),ie}function zi(p){if(!Te(20))return zn();var E=wo(p,!0);return Te(21),E}function Ao(){it(27)||Ur()}function us(p){var E=Be(),R=qr();p===175&&Te(103);var z=ra(),ie=zi(4),Ae=ga(58,!0);Ao();var ct=p===174?B.createCallSignature(z,ie,Ae):B.createConstructSignature(z,ie,Ae);return me(pe(ct,E),R)}function jo(){return I()===22&&mr(ls)}function ls(){if(gt(),I()===25||I()===23)return!0;if(e.isModifierKind(I())){if(gt(),ot())return!0}else if(ot())gt();else return!1;return I()===58||I()===27?!0:I()!==57?!1:(gt(),I()===58||I()===27||I()===23)}function ko(p,E,R,z){var ie=qi(16,function(){return _s(!1)},22,23),Ae=Io();Ao();var ct=B.createIndexSignature(z,ie,Ae);return ct.illegalDecorators=R,me(pe(ct,p),E)}function ps(p,E,R){var z=en(),ie=wt(57),Ae;if(I()===20||I()===29){var ct=ra(),At=zi(4),xt=ga(58,!0);Ae=B.createMethodSignature(R,z,ie,ct,At,xt)}else{var xt=Io();Ae=B.createPropertySignature(R,z,ie,xt),I()===63&&(Ae.initializer=$a())}return Ao(),me(pe(Ae,p),E)}function Bo(){if(I()===20||I()===29||I()===136||I()===149)return!0;for(var p=!1;e.isModifierKind(I());)p=!0,gt();return I()===22?!0:(Ut()&&(p=!0,gt()),p?I()===20||I()===29||I()===57||I()===58||I()===27||dr():!1)}function Po(){if(I()===20||I()===29)return us(174);if(I()===103&&mr(fs))return us(175);var p=Be(),E=qr(),R=po();return Xn(136)?No(p,E,void 0,R,172,4):Xn(149)?No(p,E,void 0,R,173,4):jo()?ko(p,E,void 0,R):ps(p,E,R)}function fs(){return gt(),I()===20||I()===29}function ds(){return gt()===24}function qo(){switch(gt()){case 20:case 29:case 24:return!0}return!1}function w_(){var p=Be();return pe(B.createTypeLiteralNode(Xa()),p)}function Xa(){var p;return Te(18)?(p=lt(4,Po),Te(19)):p=zn(),p}function A_(){return gt(),I()===39||I()===40?gt()===145:(I()===145&>(),I()===22&&Zi()&>()===101)}function ms(){var p=Be(),E=Zr();Te(101);var R=Mn();return pe(B.createTypeParameterDeclaration(void 0,E,R,void 0),p)}function Hs(){var p=Be();Te(18);var E;(I()===145||I()===39||I()===40)&&(E=Rr(),E.kind!==145&&Te(145)),Te(22);var R=ms(),z=it(127)?Mn():void 0;Te(23);var ie;(I()===57||I()===39||I()===40)&&(ie=Rr(),ie.kind!==57&&Te(57));var Ae=Io();Ur();var ct=lt(4,Po);return Te(19),pe(B.createMappedTypeNode(E,R,z,ie,Ae,ct),p)}function gs(){var p=Be();if(it(25))return pe(B.createRestTypeNode(Mn()),p);var E=Mn();if(e.isJSDocNullableType(E)&&E.pos===E.type.pos){var R=B.createOptionalTypeNode(E.type);return e.setTextRange(R,E),R.flags=E.flags,R}return E}function c(){return gt()===58||I()===57&>()===58}function S(){return I()===25?e.tokenIsIdentifierOrKeyword(gt())&&c():e.tokenIsIdentifierOrKeyword(I())&&c()}function C(){if(mr(S)){var p=Be(),E=qr(),R=wt(25),z=Zr(),ie=wt(57);Te(58);var Ae=gs(),ct=B.createNamedTupleMember(R,z,ie,Ae);return me(pe(ct,p),E)}return gs()}function ae(){var p=Be();return pe(B.createTupleTypeNode(qi(21,C,22,23)),p)}function Xe(){var p=Be();Te(20);var E=Mn();return Te(21),pe(B.createParenthesizedType(E),p)}function jt(){var p;if(I()===126){var E=Be();gt();var R=pe(B.createToken(126),E);p=Tr([R],E)}return p}function Ht(){var p=Be(),E=qr(),R=jt(),z=it(103),ie=ra(),Ae=zi(4),ct=ga(38,!1),At=z?B.createConstructorTypeNode(R,ie,Ae,ct):B.createFunctionTypeNode(ie,Ae,ct);return z||(At.modifiers=R),me(pe(At,p),E)}function Dr(){var p=Rr();return I()===24?void 0:p}function _n(p){var E=Be();p&>();var R=I()===110||I()===95||I()===104?Rr():qt(I());return p&&(R=pe(B.createPrefixUnaryExpression(40,R),E)),pe(B.createLiteralTypeNode(R),E)}function bn(){return gt(),I()===100}function on(){var p=Be(),E=g.getTokenPos();Te(18);var R=g.hasPrecedingLineBreak();Te(129),Te(58);var z=p_(!0);if(!Te(19)){var ie=e.lastOrUndefined(ut);ie&&ie.code===e.Diagnostics._0_expected.code&&e.addRelatedInfo(ie,e.createDetachedDiagnostic(mt,E,1,e.Diagnostics.The_parser_expected_to_find_a_1_to_match_the_0_token_here,"{","}"))}return pe(B.createImportTypeAssertionContainer(z,R),p)}function xr(){X|=2097152;var p=Be(),E=it(112);Te(100),Te(20);var R=Mn(),z;it(27)&&(z=on()),Te(21);var ie=it(24)?P():void 0,Ae=fn();return pe(B.createImportTypeNode(R,z,ie,Ae,E),p)}function Ar(){return gt(),I()===8||I()===9}function Tn(){switch(I()){case 130:case 155:case 150:case 147:case 158:case 151:case 133:case 153:case 143:case 148:return et(Dr)||vn();case 66:g.reScanAsteriskEqualsToken();case 41:return ba();case 60:g.reScanQuestionToken();case 57:return Ja();case 98:return Ga();case 53:return Ta();case 14:case 10:case 8:case 9:case 110:case 95:case 104:return _n();case 40:return mr(Ar)?_n(!0):vn();case 114:return Rr();case 108:{var p=Ui();return I()===139&&!g.hasPrecedingLineBreak()?ma(p):p}case 112:return mr(bn)?xr():oo();case 18:return mr(A_)?Hs():w_();case 22:return ae();case 20:return Xe();case 100:return xr();case 128:return mr(As)?Qu():vn();case 15:return Ge();default:return vn()}}function cn(p){switch(I()){case 130:case 155:case 150:case 147:case 158:case 133:case 145:case 151:case 154:case 114:case 153:case 104:case 108:case 112:case 143:case 18:case 22:case 29:case 51:case 50:case 103:case 10:case 8:case 9:case 110:case 95:case 148:case 41:case 57:case 53:case 25:case 137:case 100:case 128:case 14:case 15:return!0;case 98:return!p;case 40:return!p&&mr(Ar);case 20:return!p&&mr(Gn);default:return ot()}}function Gn(){return gt(),I()===21||Jo(!1)||cn()}function Ri(){for(var p=Be(),E=Tn();!g.hasPrecedingLineBreak();)switch(I()){case 53:gt(),E=pe(B.createJSDocNonNullableType(E,!0),p);break;case 57:if(mr(J))return E;gt(),E=pe(B.createJSDocNullableType(E,!0),p);break;case 22:if(Te(22),cn()){var R=Mn();Te(23),E=pe(B.createIndexedAccessTypeNode(E,R),p)}else Te(23),E=pe(B.createArrayTypeNode(E),p);break;default:return E}return E}function ys(p){var E=Be();return Te(p),pe(B.createTypeOperatorNode(p,zo()),E)}function hs(){if(it(94)){var p=An(Mn);if(Ni()||I()!==57)return p}}function Gs(){var p=Be(),E=$r(),R=et(hs),z=B.createTypeParameterDeclaration(void 0,E,R);return pe(z,p)}function Uo(){var p=Be();return Te(137),pe(B.createInferTypeNode(Gs()),p)}function zo(){var p=I();switch(p){case 140:case 154:case 145:return ys(p);case 137:return Uo()}return un(Ri)}function k_(p){if($s()){var E=Ht(),R=void 0;return e.isFunctionTypeNode(E)?R=p?e.Diagnostics.Function_type_notation_must_be_parenthesized_when_used_in_a_union_type:e.Diagnostics.Function_type_notation_must_be_parenthesized_when_used_in_an_intersection_type:R=p?e.Diagnostics.Constructor_type_notation_must_be_parenthesized_when_used_in_a_union_type:e.Diagnostics.Constructor_type_notation_must_be_parenthesized_when_used_in_an_intersection_type,Hn(E,R),E}}function P_(p,E,R){var z=Be(),ie=p===51,Ae=it(p),ct=Ae&&k_(ie)||E();if(I()===p||Ae){for(var At=[ct];it(p);)At.push(k_(ie)||E());ct=pe(R(Tr(At,z)),z)}return ct}function vs(){return P_(50,zo,B.createIntersectionTypeNode)}function Rc(){return P_(51,vs,B.createUnionTypeNode)}function Xs(){return gt(),I()===103}function $s(){return I()===29||I()===20&&mr(Vu)?!0:I()===103||I()===126&&mr(Xs)}function I_(){if(e.isModifierKind(I())&&po(),ot()||I()===108)return gt(),!0;if(I()===22||I()===18){var p=ut.length;return lo(),p===ut.length}return!1}function Vu(){return gt(),!!(I()===21||I()===25||I_()&&(I()===58||I()===27||I()===57||I()===63||I()===21&&(gt(),I()===38)))}function Jc(){var p=Be(),E=ot()&&et(N_),R=Mn();return E?pe(B.createTypePredicateNode(void 0,E,R),p):R}function N_(){var p=$r();if(I()===139&&!g.hasPrecedingLineBreak())return gt(),p}function Qu(){var p=Be(),E=yr(128),R=I()===108?Ui():$r(),z=it(139)?Mn():void 0;return pe(B.createTypePredicateNode(E,R,z),p)}function Mn(){if(Ce&40960)return Cr(40960,Mn);if($s())return Ht();var p=Be(),E=Rc();if(!Ni()&&!g.hasPrecedingLineBreak()&&it(94)){var R=An(Mn);Te(57);var z=un(Mn);Te(58);var ie=un(Mn);return pe(B.createConditionalTypeNode(E,R,z,ie),p)}return E}function Io(){return it(58)?Mn():void 0}function O_(){switch(I()){case 108:case 106:case 104:case 110:case 95:case 8:case 9:case 10:case 14:case 15:case 20:case 22:case 18:case 98:case 84:case 103:case 43:case 68:case 79:return!0;case 100:return mr(qo);default:return ot()}}function so(){if(O_())return!0;switch(I()){case 39:case 40:case 54:case 53:case 89:case 112:case 114:case 45:case 46:case 29:case 132:case 125:case 80:return!0;default:return Kc()?!0:ot()}}function _o(){return I()!==18&&I()!==98&&I()!==84&&I()!==59&&so()}function $n(){var p=di();p&&zt(!1);for(var E=Be(),R=ui(!0),z;z=wt(27);)R=Qs(R,z,ui(!0),E);return p&&zt(!0),R}function $a(){return it(63)?ui(!0):void 0}function ui(p){if(bs())return Vs();var E=Yu(p)||Bc(p);if(E)return E;var R=Be(),z=Wo(0);return z.kind===79&&I()===38?L_(R,z,p,void 0):e.isLeftHandSideExpression(z)&&e.isAssignmentOperator(jn())?Qs(z,Rr(),ui(p),R):el(z,R,p)}function bs(){return I()===125?Sn()?!0:mr(ic):!1}function M_(){return gt(),!g.hasPrecedingLineBreak()&&ot()}function Vs(){var p=Be();return gt(),!g.hasPrecedingLineBreak()&&(I()===41||so())?pe(B.createYieldExpression(wt(41),ui(!0)),p):pe(B.createYieldExpression(void 0,void 0),p)}function L_(p,E,R,z){e.Debug.assert(I()===38,"parseSimpleArrowFunctionExpression should only have been called if we had a =>");var ie=B.createParameterDeclaration(void 0,void 0,E,void 0,void 0,void 0);pe(ie,E.pos);var Ae=Tr([ie],ie.pos,ie.end),ct=yr(38),At=Ko(!!z,R),xt=B.createArrowFunction(z,void 0,Ae,void 0,ct,At);return _t(pe(xt,p))}function Yu(p){var E=Fc();if(E!==0)return E===1?Uc(!0,!0):et(function(){return Zu(p)})}function Fc(){return I()===20||I()===29||I()===131?mr(jc):I()===38?1:0}function jc(){if(I()===131&&(gt(),g.hasPrecedingLineBreak()||I()!==20&&I()!==29))return 0;var p=I(),E=gt();if(p===20){if(E===21){var R=gt();switch(R){case 38:case 58:case 18:return 1;default:return 0}}if(E===22||E===18)return 2;if(E===25)return 1;if(e.isModifierKind(E)&&E!==131&&mr(Zi))return gt()===127?0:1;if(!ot()&&E!==108)return 0;switch(gt()){case 58:return 1;case 57:return gt(),I()===58||I()===27||I()===63||I()===21?1:0;case 27:case 63:case 21:return 2}return 0}else{if(e.Debug.assert(p===29),!ot())return 0;if(Ve===1){var z=mr(function(){var ie=gt();if(ie===94){var Ae=gt();switch(Ae){case 63:case 31:return!1;default:return!0}}else if(ie===27||ie===63)return!0;return!1});return z?1:0}return 2}}function Zu(p){var E=g.getTokenPos();if(!(fr!=null&&fr.has(E))){var R=Uc(!1,p);return R||(fr||(fr=new e.Set)).add(E),R}}function Bc(p){if(I()===131&&mr(qc)===1){var E=Be(),R=Ms(),z=Wo(0);return L_(E,z,p,R)}}function qc(){if(I()===131){if(gt(),g.hasPrecedingLineBreak()||I()===38)return 0;var p=Wo(0);if(!g.hasPrecedingLineBreak()&&p.kind===79&&I()===38)return 1}return 0}function Uc(p,E){var R=Be(),z=qr(),ie=Ms(),Ae=e.some(ie,e.isAsyncModifier)?2:0,ct=ra(),At;if(Te(20)){if(p)At=wo(Ae,p);else{var xt=wo(Ae,p);if(!xt)return;At=xt}if(!Te(21)&&!p)return}else{if(!p)return;At=zn()}var Rt=I()===58,cr=ga(58,!1);if(!(cr&&!p&&ri(cr))){for(var Gr=cr;(Gr==null?void 0:Gr.kind)===191;)Gr=Gr.type;var Br=Gr&&e.isJSDocFunctionType(Gr);if(!(!p&&I()!==38&&(Br||I()!==18))){var ln=I(),Dn=yr(38),Yn=ln===38||ln===18?Ko(e.some(ie,e.isAsyncModifier),E):$r();if(!(!E&&Rt&&I()!==58)){var Pn=B.createArrowFunction(ie,ct,At,cr,Dn,Yn);return me(pe(Pn,R),z)}}}}function Ko(p,E){if(I()===18)return Xo(p?2:0);if(I()!==26&&I()!==98&&I()!==84&&ou()&&!_o())return Xo(16|(p?2:0));var R=L;L=!1;var z=p?si(function(){return ui(E)}):_i(function(){return ui(E)});return L=R,z}function el(p,E,R){var z=wt(57);if(!z)return p;var ie;return pe(B.createConditionalExpression(p,z,Cr(D,function(){return ui(!1)}),ie=yr(58),e.nodeIsPresent(ie)?ui(R):pn(79,!1,e.Diagnostics._0_expected,e.tokenToString(58))),E)}function Wo(p){var E=Be(),R=Gc();return R_(p,R,E)}function zc(p){return p===101||p===160}function R_(p,E,R){for(;;){jn();var z=e.getBinaryOperatorPrecedence(I()),ie=I()===42?z>=p:z>p;if(!ie||I()===101&&ei())break;if(I()===127){if(g.hasPrecedingLineBreak())break;gt(),E=Wc(E,Mn())}else E=Qs(E,Rr(),Wo(z),R)}return E}function Kc(){return ei()&&I()===101?!1:e.getBinaryOperatorPrecedence(I())>0}function Qs(p,E,R,z){return pe(B.createBinaryExpression(p,E,R),z)}function Wc(p,E){return pe(B.createAsExpression(p,E),p.pos)}function Ts(){var p=Be();return pe(B.createPrefixUnaryExpression(I(),qn(co)),p)}function tl(){var p=Be();return pe(B.createDeleteExpression(qn(co)),p)}function J_(){var p=Be();return pe(B.createTypeOfExpression(qn(co)),p)}function F_(){var p=Be();return pe(B.createVoidExpression(qn(co)),p)}function rl(){return I()===132?Fn()?!0:mr(ic):!1}function Hc(){var p=Be();return pe(B.createAwaitExpression(qn(co)),p)}function Gc(){if(nl()){var p=Be(),E=j_();return I()===42?R_(e.getBinaryOperatorPrecedence(I()),E,p):E}var R=I(),z=co();if(I()===42){var p=e.skipTrivia(ce,z.pos),ie=z.end;z.kind===211?Xr(p,ie,e.Diagnostics.A_type_assertion_expression_is_not_allowed_in_the_left_hand_side_of_an_exponentiation_expression_Consider_enclosing_the_expression_in_parentheses):Xr(p,ie,e.Diagnostics.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,e.tokenToString(R))}return z}function co(){switch(I()){case 39:case 40:case 54:case 53:return Ts();case 89:return tl();case 112:return J_();case 114:return F_();case 29:return sl();case 132:if(rl())return Hc();default:return j_()}}function nl(){switch(I()){case 39:case 40:case 54:case 53:case 89:case 112:case 114:case 132:return!1;case 29:if(Ve!==1)return!1;default:return!0}}function j_(){if(I()===45||I()===46){var p=Be();return pe(B.createPrefixUnaryExpression(I(),qn(Ys)),p)}else if(Ve===1&&I()===29&&mr(aa))return Ho(!0);var E=Ys();if(e.Debug.assert(e.isLeftHandSideExpression(E)),(I()===45||I()===46)&&!g.hasPrecedingLineBreak()){var R=I();return gt(),pe(B.createPostfixUnaryExpression(E,R),E.pos)}return E}function Ys(){var p=Be(),E;return I()===100?mr(fs)?(X|=2097152,E=Rr()):mr(ds)?(gt(),gt(),E=pe(B.createMetaProperty(100,Zr()),p),X|=4194304):E=B_():E=I()===106?il():B_(),e_(p,E)}function B_(){var p=Be(),E=G_();return Ds(p,E,!0)}function il(){var p=Be(),E=Rr();if(I()===29){var R=Be(),z=et(H_);z!==void 0&&(Xr(R,Be(),e.Diagnostics.super_may_not_use_type_arguments),Es()||(E=B.createExpressionWithTypeArguments(E,z)))}return I()===20||I()===24||I()===22?E:(yr(24,e.Diagnostics.super_must_be_followed_by_an_argument_list_or_member_access),pe(B.createPropertyAccessExpression(E,l(!0,!0)),p))}function Ho(p,E,R){var z=Be(),ie=ol(p),Ae;if(ie.kind===280){var ct=q_(ie),At=void 0,xt=ct[ct.length-1];if((xt==null?void 0:xt.kind)===278&&!oe(xt.openingElement.tagName,xt.closingElement.tagName)&&oe(ie.tagName,xt.closingElement.tagName)){var Rt=xt.children.end,cr=pe(B.createJsxElement(xt.openingElement,xt.children,pe(B.createJsxClosingElement(pe(B.createIdentifier(""),Rt,Rt)),Rt,Rt)),xt.openingElement.pos,Rt);ct=Tr(Cn(Cn([],ct.slice(0,ct.length-1),!0),[cr],!1),ct.pos,Rt),At=xt.closingElement}else At=z_(ie,p),oe(ie.tagName,At.tagName)||(R&&e.isJsxOpeningElement(R)&&oe(At.tagName,R.tagName)?Hn(ie.tagName,e.Diagnostics.JSX_element_0_has_no_corresponding_closing_tag,e.getTextOfNodeFromSourceText(ce,ie.tagName)):Hn(At.tagName,e.Diagnostics.Expected_corresponding_JSX_closing_tag_for_0,e.getTextOfNodeFromSourceText(ce,ie.tagName)));Ae=pe(B.createJsxElement(ie,ct,At),z)}else ie.kind===283?Ae=pe(B.createJsxFragment(ie,q_(ie),Qc(p)),z):(e.Debug.assert(ie.kind===279),Ae=ie);if(p&&I()===29){var Gr=typeof E>"u"?Ae.pos:E,Br=et(function(){return Ho(!0,Gr)});if(Br){var ln=pn(27,!1);return e.setTextRangePosWidth(ln,Br.pos,0),Xr(e.skipTrivia(ce,Gr),Br.end,e.Diagnostics.JSX_expressions_must_have_one_parent_element),pe(B.createBinaryExpression(Ae,ln,Br),z)}}return Ae}function al(){var p=Be(),E=B.createJsxText(g.getTokenValue(),Z===12);return Z=g.scanJsxToken(),pe(E,p)}function xs(p,E){switch(E){case 1:if(e.isJsxOpeningFragment(p))Hn(p,e.Diagnostics.JSX_fragment_has_no_corresponding_closing_tag);else{var R=p.tagName,z=e.skipTrivia(ce,R.pos);Xr(z,R.end,e.Diagnostics.JSX_element_0_has_no_corresponding_closing_tag,e.getTextOfNodeFromSourceText(ce,p.tagName))}return;case 30:case 7:return;case 11:case 12:return al();case 18:return Xc(!1);case 29:return Ho(!1,void 0,p);default:return e.Debug.assertNever(E)}}function q_(p){var E=[],R=Be(),z=Mt;for(Mt|=1<<14;;){var ie=xs(p,Z=g.reScanJsxToken());if(!ie||(E.push(ie),e.isJsxOpeningElement(p)&&(ie==null?void 0:ie.kind)===278&&!oe(ie.openingElement.tagName,ie.closingElement.tagName)&&oe(p.tagName,ie.closingElement.tagName)))break}return Mt=z,Tr(E,R)}function Ss(){var p=Be();return pe(B.createJsxAttributes(lt(13,U_)),p)}function ol(p){var E=Be();if(Te(29),I()===31)return ai(),pe(B.createJsxOpeningFragment(),E);var R=Zs(),z=(Ce&262144)===0?Rs():void 0,ie=Ss(),Ae;return I()===31?(ai(),Ae=B.createJsxOpeningElement(R,z,ie)):(Te(43),Te(31,void 0,!1)&&(p?gt():ai()),Ae=B.createJsxSelfClosingElement(R,z,ie)),pe(Ae,E)}function Zs(){var p=Be();Si();for(var E=I()===108?Rr():Zr();it(24);)E=pe(B.createPropertyAccessExpression(E,l(!0,!1)),p);return E}function Xc(p){var E=Be();if(!!Te(18)){var R,z;return I()!==19&&(R=wt(25),z=$n()),p?Te(19):Te(19,void 0,!1)&&ai(),pe(B.createJsxExpression(R,z),E)}}function U_(){if(I()===18)return Vc();Si();var p=Be();return pe(B.createJsxAttribute(Zr(),$c()),p)}function $c(){if(I()===63){if(yi()===10)return Hr();if(I()===18)return Xc(!0);if(I()===29)return Ho(!0);br(e.Diagnostics.or_JSX_element_expected)}}function Vc(){var p=Be();Te(18),Te(25);var E=$n();return Te(19),pe(B.createJsxSpreadAttribute(E),p)}function z_(p,E){var R=Be();Te(30);var z=Zs();return Te(31,void 0,!1)&&(E||!oe(p.tagName,z)?gt():ai()),pe(B.createJsxClosingElement(z),R)}function Qc(p){var E=Be();return Te(30),e.tokenIsIdentifierOrKeyword(I())&&Hn(Zs(),e.Diagnostics.Expected_corresponding_closing_tag_for_JSX_fragment),Te(31,void 0,!1)&&(p?gt():ai()),pe(B.createJsxJsxClosingFragment(),E)}function sl(){var p=Be();Te(29);var E=Mn();Te(31);var R=co();return pe(B.createTypeAssertion(E,R),p)}function uo(){return gt(),e.tokenIsIdentifierOrKeyword(I())||I()===22||Es()}function K_(){return I()===28&&mr(uo)}function Pa(p){if(p.flags&32)return!0;if(e.isNonNullExpression(p)){for(var E=p.expression;e.isNonNullExpression(E)&&!(E.flags&32);)E=E.expression;if(E.flags&32){for(;e.isNonNullExpression(p);)p.flags|=32,p=p.expression;return!0}}return!1}function _l(p,E,R){var z=l(!0,!0),ie=R||Pa(E),Ae=ie?B.createPropertyAccessChain(E,R,z):B.createPropertyAccessExpression(E,z);if(ie&&e.isPrivateIdentifier(Ae.name)&&Hn(Ae.name,e.Diagnostics.An_optional_chain_cannot_contain_private_identifiers),e.isExpressionWithTypeArguments(E)&&E.typeArguments){var ct=E.typeArguments.pos-1,At=e.skipTrivia(ce,E.typeArguments.end)+1;Xr(ct,At,e.Diagnostics.An_instantiation_expression_cannot_be_followed_by_a_property_access)}return pe(Ae,p)}function cl(p,E,R){var z;if(I()===23)z=pn(79,!0,e.Diagnostics.An_element_access_expression_should_take_an_argument);else{var ie=Qr($n);e.isStringOrNumericLiteralLike(ie)&&(ie.text=Wr(ie.text)),z=ie}Te(23);var Ae=R||Pa(E)?B.createElementAccessChain(E,R,z):B.createElementAccessExpression(E,z);return pe(Ae,p)}function Ds(p,E,R){for(;;){var z=void 0,ie=!1;if(R&&K_()?(z=yr(28),ie=e.tokenIsIdentifierOrKeyword(I())):ie=it(24),ie){E=_l(p,E,z);continue}if((z||!di())&&it(22)){E=cl(p,E,z);continue}if(Es()){E=!z&&E.kind===228?W_(p,E.expression,z,E.typeArguments):W_(p,E,z,void 0);continue}if(!z){if(I()===53&&!g.hasPrecedingLineBreak()){gt(),E=pe(B.createNonNullExpression(E),p);continue}var Ae=et(H_);if(Ae){E=pe(B.createExpressionWithTypeArguments(E,Ae),p);continue}}return E}}function Es(){return I()===14||I()===15}function W_(p,E,R,z){var ie=B.createTaggedTemplateExpression(E,z,I()===14?(ii(),Hr()):_e(!0));return(R||E.flags&32)&&(ie.flags|=32),ie.questionDotToken=R,pe(ie,p)}function e_(p,E){for(;;){E=Ds(p,E,!0);var R=void 0,z=wt(28);if(z&&(R=et(H_),Es())){E=W_(p,E,z,R);continue}if(R||I()===20){!z&&E.kind===228&&(R=E.typeArguments,E=E.expression);var ie=Cs(),Ae=z||Pa(E)?B.createCallChain(E,z,R,ie):B.createCallExpression(E,R,ie);E=pe(Ae,p);continue}if(z){var ct=pn(79,!1,e.Diagnostics.Identifier_expected);E=pe(B.createPropertyAccessChain(E,z,ct),p)}break}return E}function Cs(){Te(20);var p=ti(11,Zc);return Te(21),p}function H_(){if((Ce&262144)===0&&Mi()===29){gt();var p=ti(20,Mn);if(jn()===31)return gt(),p&&Yc()?p:void 0}}function Yc(){switch(I()){case 20:case 14:case 15:return!0;case 29:case 31:case 39:case 40:return!1}return g.hasPrecedingLineBreak()||Kc()||!so()}function G_(){switch(I()){case 8:case 9:case 10:case 14:return Hr();case 108:case 106:case 104:case 110:case 95:return Rr();case 20:return ul();case 22:return V_();case 18:return Q_();case 131:if(!mr(nc))break;return xa();case 84:return Ls();case 98:return xa();case 103:return t_();case 43:case 68:if(gi()===13)return Hr();break;case 15:return _e(!1);case 80:return hi()}return $r(e.Diagnostics.Expression_expected)}function ul(){var p=Be(),E=qr();Te(20);var R=Qr($n);return Te(21),me(pe(B.createParenthesizedExpression(R),p),E)}function X_(){var p=Be();Te(25);var E=ui(!0);return pe(B.createSpreadElement(E),p)}function $_(){return I()===25?X_():I()===27?pe(B.createOmittedExpression(),Be()):ui(!0)}function Zc(){return Cr(D,$_)}function V_(){var p=Be(),E=g.getTokenPos(),R=Te(22),z=g.hasPrecedingLineBreak(),ie=ti(15,$_);return Ze(22,23,R,E),pe(B.createArrayLiteralExpression(ie,z),p)}function eu(){var p=Be(),E=qr();if(wt(25)){var R=ui(!0);return me(pe(B.createSpreadAssignment(R),p),E)}var z=$o(),ie=po();if(Xn(136))return No(p,E,z,ie,172,0);if(Xn(149))return No(p,E,z,ie,173,0);var Ae=wt(41),ct=ot(),At=en(),xt=wt(57),Rt=wt(53);if(Ae||I()===20||I()===29)return cu(p,E,z,ie,Ae,At,xt,Rt);var cr,Gr=ct&&I()!==58;if(Gr){var Br=wt(63),ln=Br?Qr(function(){return ui(!0)}):void 0;cr=B.createShorthandPropertyAssignment(At,ln),cr.equalsToken=Br}else{Te(58);var Dn=Qr(function(){return ui(!0)});cr=B.createPropertyAssignment(At,Dn)}return cr.illegalDecorators=z,cr.modifiers=ie,cr.questionToken=xt,cr.exclamationToken=Rt,me(pe(cr,p),E)}function Q_(){var p=Be(),E=g.getTokenPos(),R=Te(18),z=g.hasPrecedingLineBreak(),ie=ti(12,eu,!0);return Ze(18,19,R,E),pe(B.createObjectLiteralExpression(ie,z),p)}function xa(){var p=di();zt(!1);var E=Be(),R=qr(),z=po();Te(98);var ie=wt(41),Ae=ie?1:0,ct=e.some(z,e.isAsyncModifier)?2:0,At=Ae&&ct?Vn(Ki):Ae?Nn(Ki):ct?si(Ki):Ki(),xt=ra(),Rt=zi(Ae|ct),cr=ga(58,!1),Gr=Xo(Ae|ct);zt(p);var Br=B.createFunctionExpression(z,ie,At,xt,Rt,cr,Gr);return me(pe(Br,E),R)}function Ki(){return It()?kn():void 0}function t_(){var p=Be();if(Te(103),it(24)){var E=Zr();return pe(B.createMetaProperty(103,E),p)}var R=Be(),z=Ds(R,G_(),!1),ie;z.kind===228&&(ie=z.typeArguments,z=z.expression),I()===28&&br(e.Diagnostics.Invalid_optional_chain_from_new_expression_Did_you_mean_to_call_0,e.getTextOfNodeFromSourceText(ce,z));var Ae=I()===20?Cs():void 0;return pe(B.createNewExpression(z,ie,Ae),p)}function Go(p,E){var R=Be(),z=qr(),ie=g.getTokenPos(),Ae=Te(18,E);if(Ae||p){var ct=g.hasPrecedingLineBreak(),At=lt(1,Wi);Ze(18,19,Ae,ie);var xt=me(pe(B.createBlock(At,ct),R),z);return I()===63&&(br(e.Diagnostics.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_the_whole_assignment_in_parentheses),gt()),xt}else{var At=zn();return me(pe(B.createBlock(At,void 0),R),z)}}function Xo(p,E){var R=Sn();Wt(!!(p&1));var z=Fn();ur(!!(p&2));var ie=L;L=!1;var Ae=di();Ae&&zt(!1);var ct=Go(!!(p&16),E);return Ae&&zt(!0),L=ie,Wt(R),ur(z),ct}function ll(){var p=Be(),E=qr();return Te(26),me(pe(B.createEmptyStatement(),p),E)}function tu(){var p=Be(),E=qr();Te(99);var R=g.getTokenPos(),z=Te(20),ie=Qr($n);Ze(20,21,z,R);var Ae=Wi(),ct=it(91)?Wi():void 0;return me(pe(B.createIfStatement(ie,Ae,ct),p),E)}function Va(){var p=Be(),E=qr();Te(90);var R=Wi();Te(115);var z=g.getTokenPos(),ie=Te(20),Ae=Qr($n);return Ze(20,21,ie,z),it(26),me(pe(B.createDoStatement(R,Ae),p),E)}function Y_(){var p=Be(),E=qr();Te(115);var R=g.getTokenPos(),z=Te(20),ie=Qr($n);Ze(20,21,z,R);var Ae=Wi();return me(pe(B.createWhileStatement(ie,Ae),p),E)}function Z_(){var p=Be(),E=qr();Te(97);var R=wt(132);Te(20);var z;I()!==26&&(I()===113||I()===119||I()===85?z=s_(!0):z=xn($n));var ie;if(R?Te(160):it(160)){var Ae=Qr(function(){return ui(!0)});Te(21),ie=B.createForOfStatement(R,z,Ae,Wi())}else if(it(101)){var Ae=Qr($n);Te(21),ie=B.createForInStatement(z,Ae,Wi())}else{Te(26);var ct=I()!==26&&I()!==21?Qr($n):void 0;Te(26);var At=I()!==21?Qr($n):void 0;Te(21),ie=B.createForStatement(z,ct,At,Wi())}return me(pe(ie,p),E)}function ec(p){var E=Be(),R=qr();Te(p===246?81:86);var z=dr()?void 0:$r();Ur();var ie=p===246?B.createBreakStatement(z):B.createContinueStatement(z);return me(pe(ie,E),R)}function pl(){var p=Be(),E=qr();Te(105);var R=dr()?void 0:Qr($n);return Ur(),me(pe(B.createReturnStatement(R),p),E)}function ws(){var p=Be(),E=qr();Te(116);var R=g.getTokenPos(),z=Te(20),ie=Qr($n);Ze(20,21,z,R);var Ae=wr(33554432,Wi);return me(pe(B.createWithStatement(ie,Ae),p),E)}function tc(){var p=Be(),E=qr();Te(82);var R=Qr($n);Te(58);var z=lt(3,Wi);return me(pe(B.createCaseClause(R,z),p),E)}function ru(){var p=Be();Te(88),Te(58);var E=lt(3,Wi);return pe(B.createDefaultClause(E),p)}function rc(){return I()===82?tc():ru()}function fl(){var p=Be();Te(18);var E=lt(2,rc);return Te(19),pe(B.createCaseBlock(E),p)}function r_(){var p=Be(),E=qr();Te(107),Te(20);var R=Qr($n);Te(21);var z=fl();return me(pe(B.createSwitchStatement(R,z),p),E)}function dl(){var p=Be(),E=qr();Te(109);var R=g.hasPrecedingLineBreak()?void 0:Qr($n);return R===void 0&&(Ft++,R=pe(B.createIdentifier(""),Be())),hn()||zr(R),me(pe(B.createThrowStatement(R),p),E)}function nu(){var p=Be(),E=qr();Te(111);var R=Go(!1),z=I()===83?ml():void 0,ie;return(!z||I()===96)&&(Te(96,e.Diagnostics.catch_or_finally_expected),ie=Go(!1)),me(pe(B.createTryStatement(R,z,ie),p),E)}function ml(){var p=Be();Te(83);var E;it(20)?(E=o_(),Te(21)):E=void 0;var R=Go(!1);return pe(B.createCatchClause(E,R),p)}function iu(){var p=Be(),E=qr();return Te(87),Ur(),me(pe(B.createDebuggerStatement(),p),E)}function gl(){var p=Be(),E=qr(),R,z=I()===20,ie=Qr($n);return e.isIdentifier(ie)&&it(58)?R=B.createLabeledStatement(ie,Wi()):(hn()||zr(ie),R=B.createExpressionStatement(ie),z&&(E=!1)),me(pe(R,p),E)}function As(){return gt(),e.tokenIsIdentifierOrKeyword(I())&&!g.hasPrecedingLineBreak()}function au(){return gt(),I()===84&&!g.hasPrecedingLineBreak()}function nc(){return gt(),I()===98&&!g.hasPrecedingLineBreak()}function ic(){return gt(),(e.tokenIsIdentifierOrKeyword(I())||I()===8||I()===9||I()===10)&&!g.hasPrecedingLineBreak()}function yl(){for(;;)switch(I()){case 113:case 119:case 85:case 98:case 84:case 92:return!0;case 118:case 152:return M_();case 141:case 142:return vl();case 126:case 131:case 135:case 121:case 122:case 123:case 145:if(gt(),g.hasPrecedingLineBreak())return!1;continue;case 157:return gt(),I()===18||I()===79||I()===93;case 100:return gt(),I()===10||I()===41||I()===18||e.tokenIsIdentifierOrKeyword(I());case 93:var p=gt();if(p===152&&(p=mr(gt)),p===63||p===41||p===18||p===88||p===127)return!0;continue;case 124:gt();continue;default:return!1}}function ks(){return mr(yl)}function ou(){switch(I()){case 59:case 26:case 18:case 113:case 119:case 98:case 84:case 92:case 99:case 90:case 115:case 97:case 86:case 81:case 105:case 116:case 107:case 109:case 111:case 87:case 83:case 96:return!0;case 100:return ks()||mr(qo);case 85:case 93:return ks();case 131:case 135:case 118:case 141:case 142:case 152:case 157:return!0;case 123:case 121:case 122:case 124:case 145:return ks()||!mr(As);default:return so()}}function ac(){return gt(),It()||I()===18||I()===22}function hl(){return mr(ac)}function Wi(){switch(I()){case 26:return ll();case 18:return Go(!1);case 113:return cc(Be(),qr(),void 0,void 0);case 119:if(hl())return cc(Be(),qr(),void 0,void 0);break;case 98:return __(Be(),qr(),void 0,void 0);case 84:return Vo(Be(),qr(),void 0,void 0);case 99:return tu();case 90:return Va();case 115:return Y_();case 97:return Z_();case 86:return ec(245);case 81:return ec(246);case 105:return pl();case 116:return ws();case 107:return r_();case 109:return dl();case 111:case 83:case 96:return nu();case 87:return iu();case 59:return Sa();case 131:case 118:case 152:case 141:case 142:case 135:case 85:case 92:case 93:case 100:case 121:case 122:case 123:case 126:case 124:case 145:case 157:if(ks())return Sa();break}return gl()}function n_(p){return p.kind===135}function Sa(){var p=Be(),E=qr(),R=$o(),z=po(),ie=e.some(z,n_);if(ie){var Ae=oc(p);if(Ae)return Ae;for(var ct=0,At=z;ct<At.length;ct++){var xt=At[ct];xt.flags|=16777216}return wr(16777216,function(){return Ps(p,E,R,z)})}else return Ps(p,E,R,z)}function oc(p){return wr(16777216,function(){var E=er(Mt,p);if(E)return pr(E)})}function Ps(p,E,R,z){switch(I()){case 113:case 119:case 85:return cc(p,E,R,z);case 98:return __(p,E,R,z);case 84:return Vo(p,E,R,z);case 118:return Qa(p,E,R,z);case 152:return gu(p,E,R,z);case 92:return El(p,E,R,z);case 157:case 141:case 142:return bu(p,E,R,z);case 100:return xu(p,E,R,z);case 93:switch(gt(),I()){case 88:case 63:return Oo(p,E,R,z);case 127:return mc(p,E,R,z);default:return Nl(p,E,R,z)}default:if(R||z){var ie=pn(276,!0,e.Diagnostics.Declaration_expected);return e.setTextRangePos(ie,p),ie.illegalDecorators=R,ie.modifiers=z,ie}return}}function vl(){return gt(),!g.hasPrecedingLineBreak()&&(ot()||I()===10)}function Is(p,E){if(I()!==18){if(p&4){Ao();return}if(dr()){Ur();return}}return Xo(p,E)}function bl(){var p=Be();if(I()===27)return pe(B.createOmittedExpression(),p);var E=wt(25),R=lo(),z=$a();return pe(B.createBindingElement(E,void 0,R,z),p)}function i_(){var p=Be(),E=wt(25),R=It(),z=en(),ie;R&&I()!==58?(ie=z,z=void 0):(Te(58),ie=lo());var Ae=$a();return pe(B.createBindingElement(E,z,ie,Ae),p)}function su(){var p=Be();Te(18);var E=ti(9,i_);return Te(19),pe(B.createObjectBindingPattern(E),p)}function sc(){var p=Be();Te(22);var E=ti(10,bl);return Te(23),pe(B.createArrayBindingPattern(E),p)}function a_(){return I()===18||I()===22||I()===80||It()}function lo(p){return I()===22?sc():I()===18?su():kn(p)}function _c(){return o_(!0)}function o_(p){var E=Be(),R=qr(),z=lo(e.Diagnostics.Private_identifiers_are_not_allowed_in_variable_declarations),ie;p&&z.kind===79&&I()===53&&!g.hasPrecedingLineBreak()&&(ie=Rr());var Ae=Io(),ct=zc(I())?void 0:$a(),At=B.createVariableDeclaration(z,ie,Ae,ct);return me(pe(At,E),R)}function s_(p){var E=Be(),R=0;switch(I()){case 113:break;case 119:R|=1;break;case 85:R|=2;break;default:e.Debug.fail()}gt();var z;if(I()===160&&mr(Ns))z=zn();else{var ie=ei();Sr(p),z=ti(8,p?o_:_c),Sr(ie)}return pe(B.createVariableDeclarationList(z,R),E)}function Ns(){return Zi()&>()===21}function cc(p,E,R,z){var ie=s_(!1);Ur();var Ae=B.createVariableStatement(z,ie);return Ae.illegalDecorators=R,me(pe(Ae,p),E)}function __(p,E,R,z){var ie=Fn(),Ae=e.modifiersToFlags(z);Te(98);var ct=wt(41),At=Ae&512?Ki():kn(),xt=ct?1:0,Rt=Ae&256?2:0,cr=ra();Ae&1&&ur(!0);var Gr=zi(xt|Rt),Br=ga(58,!1),ln=Is(xt|Rt,e.Diagnostics.or_expected);ur(ie);var Dn=B.createFunctionDeclaration(z,ct,At,cr,Gr,Br,ln);return Dn.illegalDecorators=R,me(pe(Dn,p),E)}function _u(){if(I()===134)return Te(134);if(I()===10&&mr(gt)===20)return et(function(){var p=Hr();return p.text==="constructor"?p:void 0})}function uc(p,E,R,z){return et(function(){if(_u()){var ie=ra(),Ae=zi(0),ct=ga(58,!1),At=Is(0,e.Diagnostics.or_expected),xt=B.createConstructorDeclaration(z,Ae,At);return xt.illegalDecorators=R,xt.typeParameters=ie,xt.type=ct,me(pe(xt,p),E)}})}function cu(p,E,R,z,ie,Ae,ct,At,xt){var Rt=ie?1:0,cr=e.some(z,e.isAsyncModifier)?2:0,Gr=ra(),Br=zi(Rt|cr),ln=ga(58,!1),Dn=Is(Rt|cr,xt),Yn=B.createMethodDeclaration(na(R,z),ie,Ae,ct,Gr,Br,ln,Dn);return Yn.exclamationToken=At,me(pe(Yn,p),E)}function lc(p,E,R,z,ie,Ae){var ct=!Ae&&!g.hasPrecedingLineBreak()?wt(53):void 0,At=Io(),xt=Cr(45056,$a);Pe(ie,At,xt);var Rt=B.createPropertyDeclaration(na(R,z),ie,Ae||ct,At,xt);return me(pe(Rt,p),E)}function c_(p,E,R,z){var ie=wt(41),Ae=en(),ct=wt(57);return ie||I()===20||I()===29?cu(p,E,R,z,ie,Ae,ct,void 0,e.Diagnostics.or_expected):lc(p,E,R,z,Ae,ct)}function No(p,E,R,z,ie,Ae){var ct=en(),At=ra(),xt=zi(0),Rt=ga(58,!1),cr=Is(Ae),Gr=ie===172?B.createGetAccessorDeclaration(na(R,z),ct,xt,Rt,cr):B.createSetAccessorDeclaration(na(R,z),ct,xt,cr);return Gr.typeParameters=At,e.isSetAccessorDeclaration(Gr)&&(Gr.type=Rt),me(pe(Gr,p),E)}function u_(){var p;if(I()===59)return!0;for(;e.isModifierKind(I());){if(p=I(),e.isClassMemberModifier(p))return!0;gt()}if(I()===41||(Ut()&&(p=I(),gt()),I()===22))return!0;if(p!==void 0){if(!e.isKeyword(p)||p===149||p===136)return!0;switch(I()){case 20:case 29:case 53:case 58:case 63:case 57:return!0;default:return dr()}}return!1}function pc(p,E,R,z){yr(124);var ie=uu(),Ae=me(pe(B.createClassStaticBlockDeclaration(ie),p),E);return Ae.illegalDecorators=R,Ae.modifiers=z,Ae}function uu(){var p=Sn(),E=Fn();Wt(!1),ur(!0);var R=Go(!1);return Wt(p),ur(E),R}function Os(){if(Fn()&&I()===132){var p=Be(),E=$r(e.Diagnostics.Expression_expected);gt();var R=Ds(p,E,!0);return e_(p,R)}return Ys()}function Tl(){var p=Be();if(!!it(59)){var E=On(Os);return pe(B.createDecorator(E),p)}}function $o(){for(var p=Be(),E,R;R=Tl();)E=e.append(E,R);return E&&Tr(E,p)}function fc(p,E,R){var z=Be(),ie=I();if(I()===85&&p){if(!et(Ei))return}else{if(E&&I()===124&&mr(Js))return;if(R&&I()===124)return;if(!Li())return}return pe(B.createToken(ie),z)}function na(p,E){if(!p)return E;if(!E)return p;var R=B.createNodeArray(e.concatenate(p,E));return e.setTextRangePosEnd(R,p.pos,E.end),R}function po(p,E){for(var R=Be(),z,ie,Ae=!1;ie=fc(p,E,Ae);)ie.kind===124&&(Ae=!0),z=e.append(z,ie);return z&&Tr(z,R)}function Ms(){var p;if(I()===131){var E=Be();gt();var R=pe(B.createToken(131),E);p=Tr([R],E)}return p}function lu(){var p=Be();if(I()===26)return gt(),pe(B.createSemicolonClassElement(),p);var E=qr(),R=$o(),z=po(!0,!0);if(I()===124&&mr(Js))return pc(p,E,R,z);if(Xn(136))return No(p,E,R,z,172,0);if(Xn(149))return No(p,E,R,z,173,0);if(I()===134||I()===10){var ie=uc(p,E,R,z);if(ie)return ie}if(jo())return ko(p,E,R,z);if(e.tokenIsIdentifierOrKeyword(I())||I()===10||I()===8||I()===41||I()===22){var Ae=e.some(z,n_);if(Ae){for(var ct=0,At=z;ct<At.length;ct++){var xt=At[ct];xt.flags|=16777216}return wr(16777216,function(){return c_(p,E,R,z)})}else return c_(p,E,R,z)}if(R||z){var Rt=pn(79,!0,e.Diagnostics.Declaration_expected);return lc(p,E,R,z,Rt,void 0)}return e.Debug.fail("Should not have attempted to parse class member declaration.")}function Ls(){return pu(Be(),qr(),void 0,void 0,226)}function Vo(p,E,R,z){return pu(p,E,R,z,257)}function pu(p,E,R,z,ie){var Ae=Fn();Te(84);var ct=dc(),At=ra();e.some(z,e.isExportModifier)&&ur(!0);var xt=fu(),Rt;Te(18)?(Rt=Dl(),Te(19)):Rt=zn(),ur(Ae);var cr=ie===257?B.createClassDeclaration(na(R,z),ct,At,xt,Rt):B.createClassExpression(na(R,z),ct,At,xt,Rt);return me(pe(cr,p),E)}function dc(){return It()&&!xl()?an(It()):void 0}function xl(){return I()===117&&mr(ea)}function fu(){if(mu())return lt(22,du)}function du(){var p=Be(),E=I();e.Debug.assert(E===94||E===117),gt();var R=ti(7,Sl);return pe(B.createHeritageClause(E,R),p)}function Sl(){var p=Be(),E=Ys();if(E.kind===228)return E;var R=Rs();return pe(B.createExpressionWithTypeArguments(E,R),p)}function Rs(){return I()===29?qi(20,Mn,29,31):void 0}function mu(){return I()===94||I()===117}function Dl(){return lt(5,lu)}function Qa(p,E,R,z){Te(118);var ie=$r(),Ae=ra(),ct=fu(),At=Xa(),xt=B.createInterfaceDeclaration(z,ie,Ae,ct,At);return xt.illegalDecorators=R,me(pe(xt,p),E)}function gu(p,E,R,z){Te(152);var ie=$r(),Ae=ra();Te(63);var ct=I()===138&&et(Dr)||Mn();Ur();var At=B.createTypeAliasDeclaration(z,ie,Ae,ct);return At.illegalDecorators=R,me(pe(At,p),E)}function yu(){var p=Be(),E=qr(),R=en(),z=Qr($a);return me(pe(B.createEnumMember(R,z),p),E)}function El(p,E,R,z){Te(92);var ie=$r(),Ae;Te(18)?(Ae=Fi(function(){return ti(6,yu)}),Te(19)):Ae=zn();var ct=B.createEnumDeclaration(z,ie,Ae);return ct.illegalDecorators=R,me(pe(ct,p),E)}function hu(){var p=Be(),E;return Te(18)?(E=lt(1,Wi),Te(19)):E=zn(),pe(B.createModuleBlock(E),p)}function l_(p,E,R,z,ie){var Ae=ie&16,ct=$r(),At=it(24)?l_(Be(),!1,void 0,void 0,4|Ae):hu(),xt=B.createModuleDeclaration(z,ct,At,ie);return xt.illegalDecorators=R,me(pe(xt,p),E)}function vu(p,E,R,z){var ie=0,Ae;I()===157?(Ae=$r(),ie|=1024):(Ae=Hr(),Ae.text=Wr(Ae.text));var ct;I()===18?ct=hu():Ur();var At=B.createModuleDeclaration(z,Ae,ct,ie);return At.illegalDecorators=R,me(pe(At,p),E)}function bu(p,E,R,z){var ie=0;if(I()===157)return vu(p,E,R,z);if(it(142))ie|=16;else if(Te(141),I()===10)return vu(p,E,R,z);return l_(p,E,R,z,ie)}function Cl(){return I()===146&&mr(Tu)}function Tu(){return gt()===20}function Js(){return gt()===18}function wl(){return gt()===43}function mc(p,E,R,z){Te(127),Te(142);var ie=$r();Ur();var Ae=B.createNamespaceExportDeclaration(ie);return Ae.illegalDecorators=R,Ae.modifiers=z,me(pe(Ae,p),E)}function xu(p,E,R,z){Te(100);var ie=g.getStartPos(),Ae;ot()&&(Ae=$r());var ct=!1;if(I()!==156&&(Ae==null?void 0:Ae.escapedText)==="type"&&(ot()||Al())&&(ct=!0,Ae=ot()?$r():void 0),Ae&&!gc())return kl(p,E,R,z,Ae,ct);var At;(Ae||I()===41||I()===18)&&(At=Pl(Ae,ie,ct),Te(156));var xt=f_(),Rt;I()===129&&!g.hasPrecedingLineBreak()&&(Rt=p_()),Ur();var cr=B.createImportDeclaration(z,At,xt,Rt);return cr.illegalDecorators=R,me(pe(cr,p),E)}function Su(){var p=Be(),E=e.tokenIsIdentifierOrKeyword(I())?Zr():qt(10);Te(58);var R=ui(!0);return pe(B.createAssertEntry(E,R),p)}function p_(p){var E=Be();p||Te(129);var R=g.getTokenPos();if(Te(18)){var z=g.hasPrecedingLineBreak(),ie=ti(24,Su,!0);if(!Te(19)){var Ae=e.lastOrUndefined(ut);Ae&&Ae.code===e.Diagnostics._0_expected.code&&e.addRelatedInfo(Ae,e.createDetachedDiagnostic(mt,R,1,e.Diagnostics.The_parser_expected_to_find_a_1_to_match_the_0_token_here,"{","}"))}return pe(B.createAssertClause(ie,z),E)}else{var ie=Tr([],Be(),void 0,!1);return pe(B.createAssertClause(ie,!1),E)}}function Al(){return I()===41||I()===18}function gc(){return I()===27||I()===156}function kl(p,E,R,z,ie,Ae){Te(63);var ct=Du();Ur();var At=B.createImportEqualsDeclaration(z,Ae,ie,ct);At.illegalDecorators=R;var xt=me(pe(At,p),E);return xt}function Pl(p,E,R){var z;return(!p||it(27))&&(z=I()===41?yc():Cu(269)),pe(B.createImportClause(R,p,z),E)}function Du(){return Cl()?Eu():ta(!1)}function Eu(){var p=Be();Te(146),Te(20);var E=f_();return Te(21),pe(B.createExternalModuleReference(E),p)}function f_(){if(I()===10){var p=Hr();return p.text=Wr(p.text),p}else return $n()}function yc(){var p=Be();Te(41),Te(127);var E=$r();return pe(B.createNamespaceImport(E),p)}function Cu(p){var E=Be(),R=p===269?B.createNamedImports(qi(23,Ya,18,19)):B.createNamedExports(qi(23,Qo,18,19));return pe(R,E)}function Qo(){var p=qr();return me(wu(275),p)}function Ya(){return wu(270)}function wu(p){var E=Be(),R=e.isKeyword(I())&&!ot(),z=g.getTokenPos(),ie=g.getTextPos(),Ae=!1,ct,At=!0,xt=Zr();if(xt.escapedText==="type")if(I()===127){var Rt=Zr();if(I()===127){var cr=Zr();e.tokenIsIdentifierOrKeyword(I())?(Ae=!0,ct=Rt,xt=Br(),At=!1):(ct=xt,xt=cr,At=!1)}else e.tokenIsIdentifierOrKeyword(I())?(ct=xt,At=!1,xt=Br()):(Ae=!0,xt=Rt)}else e.tokenIsIdentifierOrKeyword(I())&&(Ae=!0,xt=Br());At&&I()===127&&(ct=xt,Te(127),xt=Br()),p===270&&R&&Xr(z,ie,e.Diagnostics.Identifier_expected);var Gr=p===270?B.createImportSpecifier(Ae,ct,xt):B.createExportSpecifier(Ae,ct,xt);return pe(Gr,E);function Br(){return R=e.isKeyword(I())&&!ot(),z=g.getTokenPos(),ie=g.getTextPos(),Zr()}}function Il(p){return pe(B.createNamespaceExport(Zr()),p)}function Nl(p,E,R,z){var ie=Fn();ur(!0);var Ae,ct,At,xt=it(152),Rt=Be();it(41)?(it(127)&&(Ae=Il(Rt)),Te(156),ct=f_()):(Ae=Cu(273),(I()===156||I()===10&&!g.hasPrecedingLineBreak())&&(Te(156),ct=f_())),ct&&I()===129&&!g.hasPrecedingLineBreak()&&(At=p_()),Ur(),ur(ie);var cr=B.createExportDeclaration(z,xt,Ae,ct,At);return cr.illegalDecorators=R,me(pe(cr,p),E)}function Oo(p,E,R,z){var ie=Fn();ur(!0);var Ae;it(63)?Ae=!0:Te(88);var ct=ui(!0);Ur(),ur(ie);var At=B.createExportAssignment(z,Ae,ct);return At.illegalDecorators=R,me(pe(At,p),E)}var Au;(function(p){p[p.SourceElements=0]="SourceElements",p[p.BlockStatements=1]="BlockStatements",p[p.SwitchClauses=2]="SwitchClauses",p[p.SwitchClauseStatements=3]="SwitchClauseStatements",p[p.TypeMembers=4]="TypeMembers",p[p.ClassMembers=5]="ClassMembers",p[p.EnumMembers=6]="EnumMembers",p[p.HeritageClauseElement=7]="HeritageClauseElement",p[p.VariableDeclarations=8]="VariableDeclarations",p[p.ObjectBindingElements=9]="ObjectBindingElements",p[p.ArrayBindingElements=10]="ArrayBindingElements",p[p.ArgumentExpressions=11]="ArgumentExpressions",p[p.ObjectLiteralMembers=12]="ObjectLiteralMembers",p[p.JsxAttributes=13]="JsxAttributes",p[p.JsxChildren=14]="JsxChildren",p[p.ArrayLiteralMembers=15]="ArrayLiteralMembers",p[p.Parameters=16]="Parameters",p[p.JSDocParameters=17]="JSDocParameters",p[p.RestProperties=18]="RestProperties",p[p.TypeParameters=19]="TypeParameters",p[p.TypeArguments=20]="TypeArguments",p[p.TupleElementTypes=21]="TupleElementTypes",p[p.HeritageClauses=22]="HeritageClauses",p[p.ImportOrExportSpecifiers=23]="ImportOrExportSpecifiers",p[p.AssertEntries=24]="AssertEntries",p[p.Count=25]="Count"})(Au||(Au={}));var ku;(function(p){p[p.False=0]="False",p[p.True=1]="True",p[p.Unknown=2]="Unknown"})(ku||(ku={}));var Pu;(function(p){function E(Rt,cr,Gr){se("file.js",Rt,99,void 0,1),g.setText(Rt,cr,Gr),Z=g.scan();var Br=R(),ln=nr("file.js",99,1,!1,[],B.createToken(1),0,e.noop),Dn=e.attachFileToDiagnostics(ut,ln);return ht&&(ln.jsDocDiagnostics=e.attachFileToDiagnostics(ht,ln)),k(),Br?{jsDocTypeExpression:Br,diagnostics:Dn}:void 0}p.parseJSDocTypeExpressionForTests=E;function R(Rt){var cr=Be(),Gr=(Rt?it:Te)(18),Br=wr(8388608,ca);(!Rt||Gr)&&$e(19);var ln=B.createJSDocTypeExpression(Br);return $t(ln),pe(ln,cr)}p.parseJSDocTypeExpression=R;function z(){for(var Rt=Be(),cr=it(18),Gr=Be(),Br=ta(!1);I()===80;)gn(),Yr(),Br=pe(B.createJSDocMemberName(Br,$r()),Gr);cr&&$e(19);var ln=B.createJSDocNameReference(Br);return $t(ln),pe(ln,Rt)}p.parseJSDocNameReference=z;function ie(Rt,cr,Gr){se("",Rt,99,void 0,1);var Br=wr(8388608,function(){return xt(cr,Gr)}),ln={languageVariant:0,text:Rt},Dn=e.attachFileToDiagnostics(ut,ln);return k(),Br?{jsDoc:Br,diagnostics:Dn}:void 0}p.parseIsolatedJSDocComment=ie;function Ae(Rt,cr,Gr){var Br=Z,ln=ut.length,Dn=r,Yn=wr(8388608,function(){return xt(cr,Gr)});return e.setParent(Yn,Rt),Ce&262144&&(ht||(ht=[]),ht.push.apply(ht,ut)),Z=Br,ut.length=ln,r=Dn,Yn}p.parseJSDocComment=Ae;var ct;(function(Rt){Rt[Rt.BeginningOfLine=0]="BeginningOfLine",Rt[Rt.SawAsterisk=1]="SawAsterisk",Rt[Rt.SavingComments=2]="SavingComments",Rt[Rt.SavingBackticks=3]="SavingBackticks"})(ct||(ct={}));var At;(function(Rt){Rt[Rt.Property=1]="Property",Rt[Rt.Parameter=2]="Parameter",Rt[Rt.CallbackParameter=4]="CallbackParameter"})(At||(At={}));function xt(Rt,cr){Rt===void 0&&(Rt=0);var Gr=ce,Br=cr===void 0?Gr.length:Rt+cr;if(cr=Br-Rt,e.Debug.assert(Rt>=0),e.Debug.assert(Rt<=Br),e.Debug.assert(Br<=Gr.length),!qe(Gr,Rt))return;var ln,Dn,Yn,Pn,fo,bi=[],Fa=[];return g.scanRange(Rt+3,cr-5,function(){var He=1,kt,Nt=Rt-(Gr.lastIndexOf(`
|
|
221
|
+
`,Rt)+1)+4;function Kt(Ai){kt||(kt=Nt),bi.push(Ai),Nt+=Ai.length}for(Yr();Fs(5););Fs(4)&&(He=0,Nt=0);e:for(;;){switch(I()){case 59:He===0||He===1?(Mo(bi),fo||(fo=Be()),Ji(Za(Nt)),He=0,kt=void 0):Kt(g.getTokenText());break;case 4:bi.push(g.getTokenText()),He=0,Nt=0;break;case 41:var rr=g.getTokenText();He===1||He===2?(He=2,Kt(rr)):(He=1,Nt+=rr.length);break;case 5:var Mr=g.getTokenText();He===2?bi.push(Mr):kt!==void 0&&Nt+Mr.length>kt&&bi.push(Mr.slice(kt-Nt)),Nt+=Mr.length;break;case 1:break e;case 18:He=2;var yn=g.getStartPos(),li=g.getTextPos()-1,oi=m_(li);if(oi){Pn||Yo(bi),Fa.push(pe(B.createJSDocText(bi.join("")),Pn!=null?Pn:Rt,yn)),Fa.push(oi),bi=[],Pn=g.getTextPos();break}default:He=2,Kt(g.getTokenText());break}Yr()}Mo(bi),Fa.length&&bi.length&&Fa.push(pe(B.createJSDocText(bi.join("")),Pn!=null?Pn:Rt,fo)),Fa.length&&ln&&e.Debug.assertIsDefined(fo,"having parsed tags implies that the end of the comment span should be set");var ua=ln&&Tr(ln,Dn,Yn);return pe(B.createJSDocComment(Fa.length?Tr(Fa,Rt,fo):bi.length?bi.join(""):void 0,ua),Rt,Br)});function Yo(He){for(;He.length&&(He[0]===`
|
|
222
|
+
`||He[0]==="\r");)He.shift()}function Mo(He){for(;He.length&&He[He.length-1].trim()==="";)He.pop()}function Iu(){for(;;){if(Yr(),I()===1)return!0;if(!(I()===5||I()===4))return!1}}function Ia(){if(!((I()===5||I()===4)&&mr(Iu)))for(;I()===5||I()===4;)Yr()}function Lo(){if((I()===5||I()===4)&&mr(Iu))return"";for(var He=g.hasPrecedingLineBreak(),kt=!1,Nt="";He&&I()===41||I()===5||I()===4;)Nt+=g.getTokenText(),I()===4?(He=!0,kt=!0,Nt=""):I()===41&&(He=!1),Yr();return kt?Nt:""}function Za(He){e.Debug.assert(I()===59);var kt=g.getTokenPos();Yr();var Nt=Zo(void 0),Kt=Lo(),rr;switch(Nt.escapedText){case"author":rr=j(kt,Nt,He,Kt);break;case"implements":rr=yt(kt,Nt,He,Kt);break;case"augments":case"extends":rr=hr(kt,Nt,He,Kt);break;case"class":case"constructor":rr=go(kt,B.createJSDocClassTag,Nt,He,Kt);break;case"public":rr=go(kt,B.createJSDocPublicTag,Nt,He,Kt);break;case"private":rr=go(kt,B.createJSDocPrivateTag,Nt,He,Kt);break;case"protected":rr=go(kt,B.createJSDocProtectedTag,Nt,He,Kt);break;case"readonly":rr=go(kt,B.createJSDocReadonlyTag,Nt,He,Kt);break;case"override":rr=go(kt,B.createJSDocOverrideTag,Nt,He,Kt);break;case"deprecated":Et=!0,rr=go(kt,B.createJSDocDeprecatedTag,Nt,He,Kt);break;case"this":rr=to(kt,Nt,He,Kt);break;case"enum":rr=Ll(kt,Nt,He,Kt);break;case"arg":case"argument":case"param":return ja(kt,Nt,2,He);case"return":case"returns":rr=o(kt,Nt,He,Kt);break;case"template":rr=dp(kt,Nt,He,Kt);break;case"type":rr=u(kt,Nt,He,Kt);break;case"typedef":rr=hc(kt,Nt,He,Kt);break;case"callback":rr=af(kt,Nt,He,Kt);break;case"see":rr=h(kt,Nt,He,Kt);break;default:rr=Ml(kt,Nt,He,Kt);break}return rr}function ia(He,kt,Nt,Kt){return Kt||(Nt+=kt-He),d_(Nt,Kt.slice(Nt))}function d_(He,kt){var Nt=Be(),Kt=[],rr=[],Mr,yn=0,li=!0,oi;function ua(Ou){oi||(oi=He),Kt.push(Ou),He+=Ou.length}kt!==void 0&&(kt!==""&&ua(kt),yn=1);var Ai=I();e:for(;;){switch(Ai){case 4:yn=0,Kt.push(g.getTokenText()),He=0;break;case 59:if(yn===3||yn===2&&(!li||mr(Ol))){Kt.push(g.getTokenText());break}g.setTextPos(g.getTextPos()-1);case 1:break e;case 5:if(yn===2||yn===3)ua(g.getTokenText());else{var yo=g.getTokenText();oi!==void 0&&He+yo.length>oi&&Kt.push(yo.slice(oi-He)),He+=yo.length}break;case 18:yn=2;var y_=g.getStartPos(),h_=g.getTextPos()-1,bc=m_(h_);bc?(rr.push(pe(B.createJSDocText(Kt.join("")),Mr!=null?Mr:Nt,y_)),rr.push(bc),Kt=[],Mr=g.getTextPos()):ua(g.getTokenText());break;case 61:yn===3?yn=2:yn=3,ua(g.getTokenText());break;case 41:if(yn===0){yn=1,He+=1;break}default:yn!==3&&(yn=2),ua(g.getTokenText());break}li=I()===5,Ai=Yr()}if(Yo(Kt),Mo(Kt),rr.length)return Kt.length&&rr.push(pe(B.createJSDocText(Kt.join("")),Mr!=null?Mr:Nt)),Tr(rr,Nt,g.getTextPos());if(Kt.length)return Kt.join("")}function Ol(){var He=Yr();return He===5||He===4}function m_(He){var kt=et(mo);if(!!kt){Yr(),Ia();var Nt=Be(),Kt=e.tokenIsIdentifierOrKeyword(I())?ta(!0):void 0;if(Kt)for(;I()===80;)gn(),Yr(),Kt=pe(B.createJSDocMemberName(Kt,$r()),Nt);for(var rr=[];I()!==19&&I()!==4&&I()!==1;)rr.push(g.getTokenText()),Yr();var Mr=kt==="link"?B.createJSDocLink:kt==="linkcode"?B.createJSDocLinkCode:B.createJSDocLinkPlain;return pe(Mr(Kt,rr.join("")),He,g.getTextPos())}}function mo(){if(Lo(),I()===18&&Yr()===59&&e.tokenIsIdentifierOrKeyword(Yr())){var He=g.getTokenValue();if(Nu(He))return He}}function Nu(He){return He==="link"||He==="linkcode"||He==="linkplain"}function Ml(He,kt,Nt,Kt){return pe(B.createJSDocUnknownTag(kt,ia(He,Be(),Nt,Kt)),He)}function Ji(He){!He||(ln?ln.push(He):(ln=[He],Dn=He.pos),Yn=He.end)}function Hi(){return Lo(),I()===18?R():void 0}function eo(){var He=Fs(22);He&&Ia();var kt=Fs(61),Nt=_f();return kt&&tn(61),He&&(Ia(),wt(63)&&$n(),Te(23)),{name:Nt,isBracketed:He}}function g_(He){switch(He.kind){case 148:return!0;case 183:return g_(He.elementType);default:return e.isTypeReferenceNode(He)&&e.isIdentifier(He.typeName)&&He.typeName.escapedText==="Object"&&!He.typeArguments}}function ja(He,kt,Nt,Kt){var rr=Hi(),Mr=!rr;Lo();var yn=eo(),li=yn.name,oi=yn.isBracketed,ua=Lo();Mr&&!mr(mo)&&(rr=Hi());var Ai=ia(He,Be(),Kt,ua),yo=Nt!==4&&i(rr,li,Nt,Kt);yo&&(rr=yo,Mr=!0);var y_=Nt===1?B.createJSDocPropertyTag(kt,li,oi,rr,Mr,Ai):B.createJSDocParameterTag(kt,li,oi,rr,Mr,Ai);return pe(y_,He)}function i(He,kt,Nt,Kt){if(He&&g_(He.type)){for(var rr=Be(),Mr=void 0,yn=void 0;Mr=et(function(){return vc(Nt,Kt,kt)});)(Mr.kind===340||Mr.kind===347)&&(yn=e.append(yn,Mr));if(yn){var li=pe(B.createJSDocTypeLiteral(yn,He.type.kind===183),rr);return pe(B.createJSDocTypeExpression(li),rr)}}}function o(He,kt,Nt,Kt){e.some(ln,e.isJSDocReturnTag)&&Xr(kt.pos,g.getTokenPos(),e.Diagnostics._0_tag_already_specified,kt.escapedText);var rr=Hi();return pe(B.createJSDocReturnTag(kt,rr,ia(He,Be(),Nt,Kt)),He)}function u(He,kt,Nt,Kt){e.some(ln,e.isJSDocTypeTag)&&Xr(kt.pos,g.getTokenPos(),e.Diagnostics._0_tag_already_specified,kt.escapedText);var rr=R(!0),Mr=Nt!==void 0&&Kt!==void 0?ia(He,Be(),Nt,Kt):void 0;return pe(B.createJSDocTypeTag(kt,rr,Mr),He)}function h(He,kt,Nt,Kt){var rr=I()===22||mr(function(){return Yr()===59&&e.tokenIsIdentifierOrKeyword(Yr())&&Nu(g.getTokenValue())}),Mr=rr?void 0:z(),yn=Nt!==void 0&&Kt!==void 0?ia(He,Be(),Nt,Kt):void 0;return pe(B.createJSDocSeeTag(kt,Mr,yn),He)}function j(He,kt,Nt,Kt){var rr=Be(),Mr=Oe(),yn=g.getStartPos(),li=ia(He,yn,Nt,Kt);li||(yn=g.getStartPos());var oi=typeof li!="string"?Tr(e.concatenate([pe(Mr,rr,yn)],li),rr):Mr.text+li;return pe(B.createJSDocAuthorTag(kt,oi),He)}function Oe(){for(var He=[],kt=!1,Nt=g.getToken();Nt!==1&&Nt!==4;){if(Nt===29)kt=!0;else{if(Nt===59&&!kt)break;if(Nt===31&&kt){He.push(g.getTokenText()),g.setTextPos(g.getTokenPos()+1);break}}He.push(g.getTokenText()),Nt=Yr()}return B.createJSDocText(He.join(""))}function yt(He,kt,Nt,Kt){var rr=Kn();return pe(B.createJSDocImplementsTag(kt,rr,ia(He,Be(),Nt,Kt)),He)}function hr(He,kt,Nt,Kt){var rr=Kn();return pe(B.createJSDocAugmentsTag(kt,rr,ia(He,Be(),Nt,Kt)),He)}function Kn(){var He=it(18),kt=Be(),Nt=Na(),Kt=Rs(),rr=B.createExpressionWithTypeArguments(Nt,Kt),Mr=pe(rr,kt);return He&&Te(19),Mr}function Na(){for(var He=Be(),kt=Zo();it(24);){var Nt=Zo();kt=pe(B.createPropertyAccessExpression(kt,Nt),He)}return kt}function go(He,kt,Nt,Kt,rr){return pe(kt(Nt,ia(He,Be(),Kt,rr)),He)}function to(He,kt,Nt,Kt){var rr=R(!0);return Ia(),pe(B.createJSDocThisTag(kt,rr,ia(He,Be(),Nt,Kt)),He)}function Ll(He,kt,Nt,Kt){var rr=R(!0);return Ia(),pe(B.createJSDocEnumTag(kt,rr,ia(He,Be(),Nt,Kt)),He)}function hc(He,kt,Nt,Kt){var rr,Mr=Hi();Lo();var yn=Rl();Ia();var li=d_(Nt),oi;if(!Mr||g_(Mr.type)){for(var ua=void 0,Ai=void 0,yo=void 0,y_=!1;ua=et(function(){return Jl(Nt)});)if(y_=!0,ua.kind===343)if(Ai){var h_=br(e.Diagnostics.A_JSDoc_typedef_comment_may_not_contain_multiple_type_tags);h_&&e.addRelatedInfo(h_,e.createDetachedDiagnostic(mt,0,0,e.Diagnostics.The_tag_was_first_specified_here));break}else Ai=ua;else yo=e.append(yo,ua);if(y_){var bc=Mr&&Mr.type.kind===183,Ou=B.createJSDocTypeLiteral(yo,bc);Mr=Ai&&Ai.typeExpression&&!g_(Ai.typeExpression.type)?Ai.typeExpression:pe(Ou,He),oi=Mr.end}}oi=oi||li!==void 0?Be():((rr=yn!=null?yn:Mr)!==null&&rr!==void 0?rr:kt).end,li||(li=ia(He,oi,Nt,Kt));var cf=B.createJSDocTypedefTag(kt,Mr,yn,li);return pe(cf,He,oi)}function Rl(He){var kt=g.getTokenPos();if(!!e.tokenIsIdentifierOrKeyword(I())){var Nt=Zo();if(it(24)){var Kt=Rl(!0),rr=B.createModuleDeclaration(void 0,Nt,Kt,He?4:void 0);return pe(rr,kt)}return He&&(Nt.isInJSDocNamespace=!0),Nt}}function nf(He){for(var kt=Be(),Nt,Kt;Nt=et(function(){return vc(4,He)});)Kt=e.append(Kt,Nt);return Tr(Kt||[],kt)}function af(He,kt,Nt,Kt){var rr=Rl();Ia();var Mr=d_(Nt),yn=nf(Nt),li=et(function(){if(Fs(59)){var Ai=Za(Nt);if(Ai&&Ai.kind===341)return Ai}}),oi=pe(B.createJSDocSignature(void 0,yn,li),He);Mr||(Mr=ia(He,Be(),Nt,Kt));var ua=Mr!==void 0?Be():oi.end;return pe(B.createJSDocCallbackTag(kt,oi,rr,Mr),He,ua)}function pp(He,kt){for(;!e.isIdentifier(He)||!e.isIdentifier(kt);)if(!e.isIdentifier(He)&&!e.isIdentifier(kt)&&He.right.escapedText===kt.right.escapedText)He=He.left,kt=kt.left;else return!1;return He.escapedText===kt.escapedText}function Jl(He){return vc(1,He)}function vc(He,kt,Nt){for(var Kt=!0,rr=!1;;)switch(Yr()){case 59:if(Kt){var Mr=of(He,kt);return Mr&&(Mr.kind===340||Mr.kind===347)&&He!==4&&Nt&&(e.isIdentifier(Mr.name)||!pp(Nt,Mr.name.left))?!1:Mr}rr=!1;break;case 4:Kt=!0,rr=!1;break;case 41:rr&&(Kt=!1),rr=!0;break;case 79:Kt=!1;break;case 1:return!1}}function of(He,kt){e.Debug.assert(I()===59);var Nt=g.getStartPos();Yr();var Kt=Zo();Ia();var rr;switch(Kt.escapedText){case"type":return He===1&&u(Nt,Kt);case"prop":case"property":rr=1;break;case"arg":case"argument":case"param":rr=6;break;default:return!1}return He&rr?ja(Nt,Kt,He,kt):!1}function fp(){var He=Be(),kt=Fs(22);kt&&Ia();var Nt=Zo(e.Diagnostics.Unexpected_token_A_type_parameter_name_was_expected_without_curly_braces),Kt;if(kt&&(Ia(),Te(63),Kt=wr(8388608,ca),Te(23)),!e.nodeIsMissing(Nt))return pe(B.createTypeParameterDeclaration(void 0,Nt,void 0,Kt),He)}function sf(){var He=Be(),kt=[];do{Ia();var Nt=fp();Nt!==void 0&&kt.push(Nt),Lo()}while(Fs(27));return Tr(kt,He)}function dp(He,kt,Nt,Kt){var rr=I()===18?R():void 0,Mr=sf();return pe(B.createJSDocTemplateTag(kt,rr,Mr,ia(He,Be(),Nt,Kt)),He)}function Fs(He){return I()===He?(Yr(),!0):!1}function _f(){var He=Zo();for(it(22)&&Te(23);it(24);){var kt=Zo();it(22)&&Te(23),He=va(He,kt)}return He}function Zo(He){if(!e.tokenIsIdentifierOrKeyword(I()))return pn(79,!He,He||e.Diagnostics.Identifier_expected);Ft++;var kt=g.getTokenPos(),Nt=g.getTextPos(),Kt=I(),rr=Wr(g.getTokenValue()),Mr=pe(B.createIdentifier(rr,void 0,Kt),kt,Nt);return Yr(),Mr}}})(Pu=y.JSDocParser||(y.JSDocParser={}))})(be||(be={}));var Ie;(function(y){function g(ce,Fe,Ue,Ve){if(Ve=Ve||e.Debug.shouldAssert(2),B(ce,Fe,Ue,Ve),e.textChangeRangeIsUnchanged(Ue))return ce;if(ce.statements.length===0)return be.parseSourceFile(ce.fileName,Fe,ce.languageVersion,void 0,!0,ce.scriptKind,ce.setExternalModuleIndicator);var ut=ce;e.Debug.assert(!ut.hasBeenIncrementallyParsed),ut.hasBeenIncrementallyParsed=!0,be.fixupParentReferences(ut);var ht=ce.text,St=mt(ce),Z=Le(ce,Ue);B(ce,Fe,Z,Ve),e.Debug.assert(Z.span.start<=Ue.span.start),e.Debug.assert(e.textSpanEnd(Z.span)===e.textSpanEnd(Ue.span)),e.Debug.assert(e.textSpanEnd(e.textChangeRangeNewSpan(Z))===e.textSpanEnd(e.textChangeRangeNewSpan(Ue)));var fe=e.textChangeRangeNewSpan(Z).length-Z.span.length;at(ut,Z.span.start,e.textSpanEnd(Z.span),e.textSpanEnd(e.textChangeRangeNewSpan(Z)),fe,ht,Fe,Ve);var nt=be.parseSourceFile(ce.fileName,Fe,ce.languageVersion,St,!0,ce.scriptKind,ce.setExternalModuleIndicator);return nt.commentDirectives=D(ce.commentDirectives,nt.commentDirectives,Z.span.start,e.textSpanEnd(Z.span),fe,ht,Fe,Ve),nt.impliedNodeFormat=ce.impliedNodeFormat,nt}y.updateSourceFile=g;function D(ce,Fe,Ue,Ve,ut,ht,St,Z){if(!ce)return Fe;for(var fe,nt=!1,dt=0,Ft=ce;dt<Ft.length;dt++){var Mt=Ft[dt],fr=Mt.range,Ce=Mt.type;if(fr.end<Ue)fe=e.append(fe,Mt);else if(fr.pos>Ve){r();var L={range:{pos:fr.pos+ut,end:fr.end+ut},type:Ce};fe=e.append(fe,L),Z&&e.Debug.assert(ht.substring(fr.pos,fr.end)===St.substring(L.range.pos,L.range.end))}}return r(),fe;function r(){nt||(nt=!0,fe?Fe&&fe.push.apply(fe,Fe):fe=Fe)}}function G(ce,Fe,Ue,Ve,ut,ht){Fe?Z(ce):St(ce);return;function St(fe){var nt="";if(ht&&ee(fe)&&(nt=Ve.substring(fe.pos,fe.end)),fe._children&&(fe._children=void 0),e.setTextRangePosEnd(fe,fe.pos+Ue,fe.end+Ue),ht&&ee(fe)&&e.Debug.assert(nt===ut.substring(fe.pos,fe.end)),le(fe,St,Z),e.hasJSDocNodes(fe))for(var dt=0,Ft=fe.jsDoc;dt<Ft.length;dt++){var Mt=Ft[dt];St(Mt)}Ye(fe,ht)}function Z(fe){fe._children=void 0,e.setTextRangePosEnd(fe,fe.pos+Ue,fe.end+Ue);for(var nt=0,dt=fe;nt<dt.length;nt++){var Ft=dt[nt];St(Ft)}}}function ee(ce){switch(ce.kind){case 10:case 8:case 79:return!0}return!1}function V(ce,Fe,Ue,Ve,ut){e.Debug.assert(ce.end>=Fe,"Adjusting an element that was entirely before the change range"),e.Debug.assert(ce.pos<=Ue,"Adjusting an element that was entirely after the change range"),e.Debug.assert(ce.pos<=ce.end);var ht=Math.min(ce.pos,Ve),St=ce.end>=Ue?ce.end+ut:Math.min(ce.end,Ve);e.Debug.assert(ht<=St),ce.parent&&(e.Debug.assertGreaterThanOrEqual(ht,ce.parent.pos),e.Debug.assertLessThanOrEqual(St,ce.parent.end)),e.setTextRangePosEnd(ce,ht,St)}function Ye(ce,Fe){if(Fe){var Ue=ce.pos,Ve=function(Z){e.Debug.assert(Z.pos>=Ue),Ue=Z.end};if(e.hasJSDocNodes(ce))for(var ut=0,ht=ce.jsDoc;ut<ht.length;ut++){var St=ht[ut];Ve(St)}le(ce,Ve),e.Debug.assert(Ue<=ce.end)}}function at(ce,Fe,Ue,Ve,ut,ht,St,Z){fe(ce);return;function fe(dt){if(e.Debug.assert(dt.pos<=dt.end),dt.pos>Ue){G(dt,!1,ut,ht,St,Z);return}var Ft=dt.end;if(Ft>=Fe){if(dt.intersectsChange=!0,dt._children=void 0,V(dt,Fe,Ue,Ve,ut),le(dt,fe,nt),e.hasJSDocNodes(dt))for(var Mt=0,fr=dt.jsDoc;Mt<fr.length;Mt++){var Ce=fr[Mt];fe(Ce)}Ye(dt,Z);return}e.Debug.assert(Ft<Fe)}function nt(dt){if(e.Debug.assert(dt.pos<=dt.end),dt.pos>Ue){G(dt,!0,ut,ht,St,Z);return}var Ft=dt.end;if(Ft>=Fe){dt.intersectsChange=!0,dt._children=void 0,V(dt,Fe,Ue,Ve,ut);for(var Mt=0,fr=dt;Mt<fr.length;Mt++){var Ce=fr[Mt];fe(Ce)}return}e.Debug.assert(Ft<Fe)}}function Le(ce,Fe){for(var Ue=1,Ve=Fe.span.start,ut=0;Ve>0&&ut<=Ue;ut++){var ht=Ne(ce,Ve);e.Debug.assert(ht.pos<=Ve);var St=ht.pos;Ve=Math.max(0,St-1)}var Z=e.createTextSpanFromBounds(Ve,e.textSpanEnd(Fe.span)),fe=Fe.newLength+(Fe.span.start-Ve);return e.createTextChangeRange(Z,fe)}function Ne(ce,Fe){var Ue=ce,Ve;if(le(ce,St),Ve){var ut=ht(Ve);ut.pos>Ue.pos&&(Ue=ut)}return Ue;function ht(Z){for(;;){var fe=e.getLastChild(Z);if(fe)Z=fe;else return Z}}function St(Z){if(!e.nodeIsMissing(Z))if(Z.pos<=Fe){if(Z.pos>=Ue.pos&&(Ue=Z),Fe<Z.end)return le(Z,St),!0;e.Debug.assert(Z.end<=Fe),Ve=Z}else return e.Debug.assert(Z.pos>Fe),!0}}function B(ce,Fe,Ue,Ve){var ut=ce.text;if(Ue&&(e.Debug.assert(ut.length-Ue.span.length+Ue.newLength===Fe.length),Ve||e.Debug.shouldAssert(3))){var ht=ut.substr(0,Ue.span.start),St=Fe.substr(0,Ue.span.start);e.Debug.assert(ht===St);var Z=ut.substring(e.textSpanEnd(Ue.span),ut.length),fe=Fe.substring(e.textSpanEnd(e.textChangeRangeNewSpan(Ue)),Fe.length);e.Debug.assert(Z===fe)}}function mt(ce){var Fe=ce.statements,Ue=0;e.Debug.assert(Ue<Fe.length);var Ve=Fe[Ue],ut=-1;return{currentNode:function(St){return St!==ut&&(Ve&&Ve.end===St&&Ue<Fe.length-1&&(Ue++,Ve=Fe[Ue]),(!Ve||Ve.pos!==St)&&ht(St)),ut=St,e.Debug.assert(!Ve||Ve.pos===St),Ve}};function ht(St){Fe=void 0,Ue=-1,Ve=void 0,le(ce,Z,fe);return;function Z(nt){return St>=nt.pos&&St<nt.end?(le(nt,Z,fe),!0):!1}function fe(nt){if(St>=nt.pos&&St<nt.end)for(var dt=0;dt<nt.length;dt++){var Ft=nt[dt];if(Ft){if(Ft.pos===St)return Fe=nt,Ue=dt,Ve=Ft,!0;if(Ft.pos<St&&St<Ft.end)return le(Ft,Z,fe),!0}}return!1}}}y.createSyntaxCursor=mt;var X;(function(ce){ce[ce.Value=-1]="Value"})(X||(X={}))})(Ie||(Ie={}));function q(y){return e.fileExtensionIsOneOf(y,e.supportedDeclarationExtensions)}e.isDeclarationFileName=q;function ve(y,g,D,G){if(!!y){if(y==="import")return e.ModuleKind.ESNext;if(y==="require")return e.ModuleKind.CommonJS;G(g,D-g,e.Diagnostics.resolution_mode_should_be_either_require_or_import)}}function st(y,g){for(var D=[],G=0,ee=e.getLeadingCommentRanges(g,0)||e.emptyArray;G<ee.length;G++){var V=ee[G],Ye=g.substring(V.pos,V.end);Pt(D,V,Ye)}y.pragmas=new e.Map;for(var at=0,Le=D;at<Le.length;at++){var Ne=Le[at];if(y.pragmas.has(Ne.name)){var B=y.pragmas.get(Ne.name);B instanceof Array?B.push(Ne.args):y.pragmas.set(Ne.name,[B,Ne.args]);continue}y.pragmas.set(Ne.name,Ne.args)}}e.processCommentPragmas=st;function we(y,g){y.checkJsDirective=void 0,y.referencedFiles=[],y.typeReferenceDirectives=[],y.libReferenceDirectives=[],y.amdDependencies=[],y.hasNoDefaultLib=!1,y.pragmas.forEach(function(D,G){switch(G){case"reference":{var ee=y.referencedFiles,V=y.typeReferenceDirectives,Ye=y.libReferenceDirectives;e.forEach(e.toArray(D),function(B){var mt=B.arguments,X=mt.types,ce=mt.lib,Fe=mt.path,Ue=mt["resolution-mode"];if(B.arguments["no-default-lib"])y.hasNoDefaultLib=!0;else if(X){var Ve=ve(Ue,X.pos,X.end,g);V.push(Gi({pos:X.pos,end:X.end,fileName:X.value},Ve?{resolutionMode:Ve}:{}))}else ce?Ye.push({pos:ce.pos,end:ce.end,fileName:ce.value}):Fe?ee.push({pos:Fe.pos,end:Fe.end,fileName:Fe.value}):g(B.range.pos,B.range.end-B.range.pos,e.Diagnostics.Invalid_reference_directive_syntax)});break}case"amd-dependency":{y.amdDependencies=e.map(e.toArray(D),function(B){return{name:B.arguments.name,path:B.arguments.path}});break}case"amd-module":{if(D instanceof Array)for(var at=0,Le=D;at<Le.length;at++){var Ne=Le[at];y.moduleName&&g(Ne.range.pos,Ne.range.end-Ne.range.pos,e.Diagnostics.An_AMD_module_cannot_have_multiple_name_assignments),y.moduleName=Ne.arguments.name}else y.moduleName=D.arguments.name;break}case"ts-nocheck":case"ts-check":{e.forEach(e.toArray(D),function(B){(!y.checkJsDirective||B.range.pos>y.checkJsDirective.pos)&&(y.checkJsDirective={enabled:G==="ts-check",end:B.range.end,pos:B.range.pos})});break}case"jsx":case"jsxfrag":case"jsximportsource":case"jsxruntime":return;default:e.Debug.fail("Unhandled pragma kind")}})}e.processPragmasIntoFields=we;var Me=new e.Map;function Tt(y){if(Me.has(y))return Me.get(y);var g=new RegExp("(\\s".concat(y,`\\s*=\\s*)(?:(?:'([^']*)')|(?:"([^"]*)"))`),"im");return Me.set(y,g),g}var ze=/^\/\/\/\s*<(\S+)\s.*?\/>/im,rt=/^\/\/\/?\s*@(\S+)\s*(.*)\s*$/im;function Pt(y,g,D){var G=g.kind===2&&ze.exec(D);if(G){var ee=G[1].toLowerCase(),V=e.commentPragmas[ee];if(!V||!(V.kind&1))return;if(V.args){for(var Ye={},at=0,Le=V.args;at<Le.length;at++){var Ne=Le[at],B=Tt(Ne.name),mt=B.exec(D);if(!mt&&!Ne.optional)return;if(mt){var X=mt[2]||mt[3];if(Ne.captureSpan){var ce=g.pos+mt.index+mt[1].length+1;Ye[Ne.name]={value:X,pos:ce,end:ce+X.length}}else Ye[Ne.name]=X}}y.push({name:ee,args:{arguments:Ye,range:g}})}else y.push({name:ee,args:{arguments:{},range:g}});return}var Fe=g.kind===2&&rt.exec(D);if(Fe)return Ot(y,g,2,Fe);if(g.kind===3)for(var Ue=/@(\S+)(\s+.*)?$/gim,Ve=void 0;Ve=Ue.exec(D);)Ot(y,g,4,Ve)}function Ot(y,g,D,G){if(!!G){var ee=G[1].toLowerCase(),V=e.commentPragmas[ee];if(!(!V||!(V.kind&D))){var Ye=G[2],at=Yt(V,Ye);at!=="fail"&&y.push({name:ee,args:{arguments:at,range:g}})}}}function Yt(y,g){if(!g)return{};if(!y.args)return{};for(var D=e.trimString(g).split(/\s+/),G={},ee=0;ee<y.args.length;ee++){var V=y.args[ee];if(!D[ee]&&!V.optional)return"fail";if(V.captureSpan)return e.Debug.fail("Capture spans not yet implemented for non-xml pragmas");G[V.name]=D[ee]}return G}function oe(y,g){return y.kind!==g.kind?!1:y.kind===79?y.escapedText===g.escapedText:y.kind===108?!0:y.name.escapedText===g.name.escapedText&&oe(y.expression,g.expression)}e.tagNamesAreEquivalent=oe})(Qt||(Qt={}));var Qt;(function(e){var t;(function(v){v[v.NonInstantiated=0]="NonInstantiated",v[v.Instantiated=1]="Instantiated",v[v.ConstEnumOnly=2]="ConstEnumOnly"})(t=e.ModuleInstanceState||(e.ModuleInstanceState={}));function a(v,le){return v.body&&!v.body.parent&&(e.setParent(v.body,v),e.setParentRecursive(v.body,!1)),v.body?_(v.body,le):1}e.getModuleInstanceState=a;function _(v,le){le===void 0&&(le=new e.Map);var he=e.getNodeId(v);if(le.has(he))return le.get(he)||0;le.set(he,void 0);var je=d(v,le);return le.set(he,je),je}function d(v,le){switch(v.kind){case 258:case 259:return 0;case 260:if(e.isEnumConst(v))return 2;break;case 266:case 265:if(!e.hasSyntacticModifier(v,1))return 0;break;case 272:var he=v;if(!he.moduleSpecifier&&he.exportClause&&he.exportClause.kind===273){for(var je=0,A=0,xe=he.exportClause.elements;A<xe.length;A++){var Q=xe[A],Ct=x(Q,le);if(Ct>je&&(je=Ct),je===1)return je}return je}break;case 262:{var ft=0;return e.forEachChild(v,function(Jt){var ke=_(Jt,le);switch(ke){case 0:return;case 2:ft=2;return;case 1:return ft=1,!0;default:e.Debug.assertNever(ke)}}),ft}case 261:return a(v,le);case 79:if(v.isInJSDocNamespace)return 0}return 1}function x(v,le){for(var he=v.propertyName||v.name,je=v.parent;je;){if(e.isBlock(je)||e.isModuleBlock(je)||e.isSourceFile(je)){for(var A=je.statements,xe=void 0,Q=0,Ct=A;Q<Ct.length;Q++){var ft=Ct[Q];if(e.nodeHasName(ft,he)){ft.parent||(e.setParent(ft,je),e.setParentRecursive(ft,!1));var Jt=_(ft,le);if((xe===void 0||Jt>xe)&&(xe=Jt),xe===1)return xe}}if(xe!==void 0)return xe}je=je.parent}return 1}var $;(function(v){v[v.None=0]="None",v[v.IsContainer=1]="IsContainer",v[v.IsBlockScopedContainer=2]="IsBlockScopedContainer",v[v.IsControlFlowContainer=4]="IsControlFlowContainer",v[v.IsFunctionLike=8]="IsFunctionLike",v[v.IsFunctionExpression=16]="IsFunctionExpression",v[v.HasLocals=32]="HasLocals",v[v.IsInterface=64]="IsInterface",v[v.IsObjectLiteralOrClassExpressionMethodOrAccessor=128]="IsObjectLiteralOrClassExpressionMethodOrAccessor"})($||($={}));function Y(v){return e.Debug.attachFlowNodeDebugInfo(v),v}var w=qe();function K(v,le){e.performance.mark("beforeBind"),e.perfLogger.logStartBindFile(""+v.fileName),w(v,le),e.perfLogger.logStopBindFile(),e.performance.mark("afterBind"),e.performance.measure("Bind","beforeBind","afterBind")}e.bindSourceFile=K;function qe(){var v,le,he,je,A,xe,Q,Ct,ft,Jt,ke,Qe,be,Ie,q,ve,st,we,Me,Tt,ze,rt,Pt=!1,Ot=0,Yt,oe,y={flags:1},g={flags:1},D=br();function G(l,F,_e,Ge,Bt){return e.createDiagnosticForNodeInSourceFile(e.getSourceFileOfNode(l)||v,l,F,_e,Ge,Bt)}function ee(l,F){v=l,le=F,he=e.getEmitScriptTarget(le),rt=V(v,F),oe=new e.Set,Ot=0,Yt=e.objectAllocator.getSymbolConstructor(),e.Debug.attachFlowNodeDebugInfo(y),e.Debug.attachFlowNodeDebugInfo(g),v.locals||(e.tracing===null||e.tracing===void 0||e.tracing.push("bind","bindSourceFile",{path:v.path},!0),Ut(v),e.tracing===null||e.tracing===void 0||e.tracing.pop(),v.symbolCount=Ot,v.classifiableNames=oe,Se()),v=void 0,le=void 0,he=void 0,je=void 0,A=void 0,xe=void 0,Q=void 0,Ct=void 0,ft=void 0,Jt=!1,ke=void 0,Qe=void 0,be=void 0,Ie=void 0,q=void 0,ve=void 0,st=void 0,Me=void 0,Tt=!1,Pt=!1,ze=0}return ee;function V(l,F){return e.getStrictOptionValue(F,"alwaysStrict")&&!l.isDeclarationFile?!0:!!l.externalModuleIndicator}function Ye(l,F){return Ot++,new Yt(l,F)}function at(l,F,_e){l.flags|=_e,F.symbol=l,l.declarations=e.appendIfUnique(l.declarations,F),_e&1955&&!l.exports&&(l.exports=e.createSymbolTable()),_e&6240&&!l.members&&(l.members=e.createSymbolTable()),l.constEnumOnlyModule&&l.flags&304&&(l.constEnumOnlyModule=!1),_e&111551&&e.setValueDeclaration(l,F)}function Le(l){if(l.kind===271)return l.isExportEquals?"export=":"default";var F=e.getNameOfDeclaration(l);if(F){if(e.isAmbientModule(l)){var _e=e.getTextOfIdentifierOrLiteral(F);return e.isGlobalScopeAugmentation(l)?"__global":'"'.concat(_e,'"')}if(F.kind===162){var Ge=F.expression;if(e.isStringOrNumericLiteralLike(Ge))return e.escapeLeadingUnderscores(Ge.text);if(e.isSignedNumericLiteral(Ge))return e.tokenToString(Ge.operator)+Ge.operand.text;e.Debug.fail("Only computed properties with literal names have declaration names")}if(e.isPrivateIdentifier(F)){var Bt=e.getContainingClass(l);if(!Bt)return;var tr=Bt.symbol;return e.getSymbolNameForPrivateIdentifier(tr,F.escapedText)}return e.isPropertyNameLiteral(F)?e.getEscapedTextOfIdentifierOrLiteral(F):void 0}switch(l.kind){case 171:return"__constructor";case 179:case 174:case 323:return"__call";case 180:case 175:return"__new";case 176:return"__index";case 272:return"__export";case 305:return"export=";case 221:if(e.getAssignmentDeclarationKind(l)===2)return"export=";e.Debug.fail("Unknown binary declaration kind");break;case 317:return e.isJSDocConstructSignature(l)?"__new":"__call";case 164:e.Debug.assert(l.parent.kind===317,"Impossible parameter parent kind",function(){return"parent is: ".concat(e.Debug.formatSyntaxKind(l.parent.kind),", expected JSDocFunctionType")});var sr=l.parent,or=sr.parameters.indexOf(l);return"arg"+or}}function Ne(l){return e.isNamedDeclaration(l)?e.declarationNameToString(l.name):e.unescapeLeadingUnderscores(e.Debug.checkDefined(Le(l)))}function B(l,F,_e,Ge,Bt,tr,sr){e.Debug.assert(sr||!e.hasDynamicName(_e));var or=e.hasSyntacticModifier(_e,512)||e.isExportSpecifier(_e)&&_e.name.escapedText==="default",Hr=sr?"__computed":or&&F?"default":Le(_e),gr;if(Hr===void 0)gr=Ye(0,"__missing");else if(gr=l.get(Hr),Ge&2885600&&oe.add(Hr),!gr)l.set(Hr,gr=Ye(0,Hr)),tr&&(gr.isReplaceableByMethod=!0);else{if(tr&&!gr.isReplaceableByMethod)return gr;if(gr.flags&Bt){if(gr.isReplaceableByMethod)l.set(Hr,gr=Ye(0,Hr));else if(!(Ge&3&&gr.flags&67108864)){e.isNamedDeclaration(_e)&&e.setParent(_e.name,_e);var m=gr.flags&2?e.Diagnostics.Cannot_redeclare_block_scoped_variable_0:e.Diagnostics.Duplicate_identifier_0,re=!0;(gr.flags&384||Ge&384)&&(m=e.Diagnostics.Enum_declarations_can_only_merge_with_namespace_or_other_enum_declarations,re=!1);var qt=!1;e.length(gr.declarations)&&(or||gr.declarations&&gr.declarations.length&&_e.kind===271&&!_e.isExportEquals)&&(m=e.Diagnostics.A_module_cannot_have_multiple_default_exports,re=!1,qt=!0);var P=[];e.isTypeAliasDeclaration(_e)&&e.nodeIsMissing(_e.type)&&e.hasSyntacticModifier(_e,1)&&gr.flags&2887656&&P.push(G(_e,e.Diagnostics.Did_you_mean_0,"export type { ".concat(e.unescapeLeadingUnderscores(_e.name.escapedText)," }")));var fn=e.getNameOfDeclaration(_e)||_e;e.forEach(gr.declarations,function(ri,ma){var Ui=e.getNameOfDeclaration(ri)||ri,ba=G(Ui,m,re?Ne(ri):void 0);v.bindDiagnostics.push(qt?e.addRelatedInfo(ba,G(fn,ma===0?e.Diagnostics.Another_export_default_is_here:e.Diagnostics.and_here)):ba),qt&&P.push(G(Ui,e.Diagnostics.The_first_export_default_is_here))});var vn=G(fn,m,re?Ne(_e):void 0);v.bindDiagnostics.push(e.addRelatedInfo.apply(void 0,Cn([vn],P,!1))),gr=Ye(0,Hr)}}}return at(gr,_e,Ge),gr.parent?e.Debug.assert(gr.parent===F,"Existing symbol parent should match new one"):gr.parent=F,gr}function mt(l,F,_e){var Ge=!!(e.getCombinedModifierFlags(l)&1)||X(l);if(F&2097152)return l.kind===275||l.kind===265&&Ge?B(A.symbol.exports,A.symbol,l,F,_e):B(A.locals,void 0,l,F,_e);if(e.isJSDocTypeAlias(l)&&e.Debug.assert(e.isInJSFile(l)),!e.isAmbientModule(l)&&(Ge||A.flags&64)){if(!A.locals||e.hasSyntacticModifier(l,512)&&!Le(l))return B(A.symbol.exports,A.symbol,l,F,_e);var Bt=F&111551?1048576:0,tr=B(A.locals,void 0,l,Bt,_e);return tr.exportSymbol=B(A.symbol.exports,A.symbol,l,F,_e),l.localSymbol=tr,tr}else return B(A.locals,void 0,l,F,_e)}function X(l){if(l.parent&&e.isModuleDeclaration(l)&&(l=l.parent),!e.isJSDocTypeAlias(l))return!1;if(!e.isJSDocEnumTag(l)&&!!l.fullName)return!0;var F=e.getNameOfDeclaration(l);return F?!!(e.isPropertyAccessEntityNameExpression(F.parent)&&Kr(F.parent)||e.isDeclaration(F.parent)&&e.getCombinedModifierFlags(F.parent)&1):!1}function ce(l,F){var _e=A,Ge=xe,Bt=Q;if(F&1?(l.kind!==214&&(xe=A),A=Q=l,F&32&&(A.locals=e.createSymbolTable()),Mi(A)):F&2&&(Q=l,Q.locals=void 0),F&4){var tr=ke,sr=Qe,or=be,Hr=Ie,gr=st,m=Me,re=Tt,qt=F&16&&!e.hasSyntacticModifier(l,256)&&!l.asteriskToken&&!!e.getImmediatelyInvokedFunctionExpression(l)||l.kind===170;qt||(ke=Y({flags:2}),F&144&&(ke.node=l)),Ie=qt||l.kind===171||e.isInJSFile(l)&&(l.kind===256||l.kind===213)?Mt():void 0,st=void 0,Qe=void 0,be=void 0,Me=void 0,Tt=!1,ut(l),l.flags&=-2817,!(ke.flags&1)&&F&8&&e.nodeIsPresent(l.body)&&(l.flags|=256,Tt&&(l.flags|=512),l.endFlowNode=ke),l.kind===305&&(l.flags|=ze,l.endFlowNode=ke),Ie&&(r(Ie,ke),ke=k(Ie),(l.kind===171||l.kind===170||e.isInJSFile(l)&&(l.kind===256||l.kind===213))&&(l.returnFlowNode=ke)),qt||(ke=tr),Qe=sr,be=or,Ie=Hr,st=gr,Me=m,Tt=re}else F&64?(Jt=!1,ut(l),l.flags=Jt?l.flags|128:l.flags&-129):ut(l);A=_e,xe=Ge,Q=Bt}function Fe(l){Ue(l,function(F){return F.kind===256?Ut(F):void 0}),Ue(l,function(F){return F.kind!==256?Ut(F):void 0})}function Ue(l,F){F===void 0&&(F=Ut),l!==void 0&&e.forEach(l,F)}function Ve(l){e.forEachChild(l,Ut,Ue)}function ut(l){var F=Pt;if(Pt=!1,va(l)){Ve(l),lr(l),Pt=F;return}switch(l.kind>=237&&l.kind<=253&&!le.allowUnreachableCode&&(l.flowNode=ke),l.kind){case 241:Sr(l);break;case 240:Wt(l);break;case 242:zt(l);break;case 243:case 244:ur(l);break;case 239:Cr(l);break;case 247:case 251:wr(l);break;case 246:case 245:un(l);break;case 252:An(l);break;case 249:Nn(l);break;case 263:On(l);break;case 289:si(l);break;case 238:_i(l);break;case 250:Fi(l);break;case 219:Ni(l);break;case 220:di(l);break;case 221:if(e.isDestructuringAssignment(l)){Pt=F,Fn(l);return}D(l);break;case 215:Wn(l);break;case 222:Xr(l);break;case 254:Oi(l);break;case 206:case 207:gi(l);break;case 208:xi(l);break;case 230:jn(l);break;case 345:case 338:case 339:qr(l);break;case 305:{Fe(l.statements),Ut(l.endOfFileToken);break}case 235:case 262:Fe(l.statements);break;case 203:Be(l);break;case 205:case 204:case 296:case 225:Pt=F;default:Ve(l);break}lr(l),Pt=F}function ht(l){switch(l.kind){case 79:case 80:case 108:case 206:case 207:return Z(l);case 208:return fe(l);case 212:case 230:return ht(l.expression);case 221:return dt(l);case 219:return l.operator===53&&ht(l.operand);case 216:return ht(l.expression)}return!1}function St(l){return e.isDottedName(l)||(e.isPropertyAccessExpression(l)||e.isNonNullExpression(l)||e.isParenthesizedExpression(l))&&St(l.expression)||e.isBinaryExpression(l)&&l.operatorToken.kind===27&&St(l.right)||e.isElementAccessExpression(l)&&(e.isStringOrNumericLiteralLike(l.argumentExpression)||e.isEntityNameExpression(l.argumentExpression))&&St(l.expression)||e.isAssignmentExpression(l)&&St(l.left)}function Z(l){return St(l)||e.isOptionalChain(l)&&Z(l.expression)}function fe(l){if(l.arguments)for(var F=0,_e=l.arguments;F<_e.length;F++){var Ge=_e[F];if(Z(Ge))return!0}return!!(l.expression.kind===206&&Z(l.expression.expression))}function nt(l,F){return e.isTypeOfExpression(l)&&Ft(l.expression)&&e.isStringLiteralLike(F)}function dt(l){switch(l.operatorToken.kind){case 63:case 75:case 76:case 77:return Z(l.left);case 34:case 35:case 36:case 37:return Ft(l.left)||Ft(l.right)||nt(l.right,l.left)||nt(l.left,l.right);case 102:return Ft(l.left);case 101:return ht(l.right);case 27:return ht(l.right)}return!1}function Ft(l){switch(l.kind){case 212:return Ft(l.expression);case 221:switch(l.operatorToken.kind){case 63:return Ft(l.left);case 27:return Ft(l.right)}}return Z(l)}function Mt(){return Y({flags:4,antecedents:void 0})}function fr(){return Y({flags:8,antecedents:void 0})}function Ce(l,F,_e){return Y({flags:1024,target:l,antecedents:F,antecedent:_e})}function L(l){l.flags|=l.flags&2048?4096:2048}function r(l,F){!(F.flags&1)&&!e.contains(l.antecedents,F)&&((l.antecedents||(l.antecedents=[])).push(F),L(F))}function Er(l,F,_e){return F.flags&1?F:_e?(_e.kind===110&&l&64||_e.kind===95&&l&32)&&!e.isExpressionOfOptionalChainRoot(_e)&&!e.isNullishCoalesce(_e.parent)?y:ht(_e)?(L(F),Y({flags:l,antecedent:F,node:_e})):F:l&32?F:y}function Ir(l,F,_e,Ge){return L(l),Y({flags:128,antecedent:l,switchStatement:F,clauseStart:_e,clauseEnd:Ge})}function Ke(l,F,_e){L(F);var Ge=Y({flags:l,antecedent:F,node:_e});return st&&r(st,Ge),Ge}function se(l,F){return L(l),Y({flags:512,antecedent:l,node:F})}function k(l){var F=l.antecedents;return F?F.length===1?F[0]:l:y}function W(l){var F=l.parent;switch(F.kind){case 239:case 241:case 240:return F.expression===l;case 242:case 222:return F.condition===l}return!1}function me(l){for(;;)if(l.kind===212)l=l.expression;else if(l.kind===219&&l.operator===53)l=l.operand;else return l.kind===221&&(l.operatorToken.kind===55||l.operatorToken.kind===56||l.operatorToken.kind===60)}function Et(l){return l=e.skipParentheses(l),e.isBinaryExpression(l)&&e.isLogicalOrCoalescingAssignmentOperator(l.operatorToken.kind)}function _t(l){for(;e.isParenthesizedExpression(l.parent)||e.isPrefixUnaryExpression(l.parent)&&l.parent.operator===53;)l=l.parent;return!W(l)&&!me(l.parent)&&!(e.isOptionalChain(l.parent)&&l.parent.expression===l)}function Xt(l,F,_e,Ge){var Bt=q,tr=ve;q=_e,ve=Ge,l(F),q=Bt,ve=tr}function $t(l,F,_e){Xt(Ut,l,F,_e),(!l||!Et(l)&&!me(l)&&!(e.isOptionalChain(l)&&e.isOutermostOptionalChain(l)))&&(r(F,Er(32,ke,l)),r(_e,Er(64,ke,l)))}function nr(l,F,_e){var Ge=Qe,Bt=be;Qe=F,be=_e,Ut(l),Qe=Ge,be=Bt}function vr(l,F){for(var _e=Me;_e&&l.parent.kind===250;)_e.continueTarget=F,_e=_e.next,l=l.parent;return F}function Sr(l){var F=vr(l,fr()),_e=Mt(),Ge=Mt();r(F,ke),ke=F,$t(l.expression,_e,Ge),ke=k(_e),nr(l.statement,Ge,F),r(F,ke),ke=k(Ge)}function Wt(l){var F=fr(),_e=vr(l,Mt()),Ge=Mt();r(F,ke),ke=F,nr(l.statement,Ge,_e),r(_e,ke),ke=k(_e),$t(l.expression,F,Ge),ke=k(Ge)}function zt(l){var F=vr(l,fr()),_e=Mt(),Ge=Mt();Ut(l.initializer),r(F,ke),ke=F,$t(l.condition,_e,Ge),ke=k(_e),nr(l.statement,Ge,F),Ut(l.incrementor),r(F,ke),ke=k(Ge)}function ur(l){var F=vr(l,fr()),_e=Mt();Ut(l.expression),r(F,ke),ke=F,l.kind===244&&Ut(l.awaitModifier),r(_e,ke),Ut(l.initializer),l.initializer.kind!==255&&Sn(l.initializer),nr(l.statement,_e,F),r(F,ke),ke=k(_e)}function Cr(l){var F=Mt(),_e=Mt(),Ge=Mt();$t(l.expression,F,_e),ke=k(F),Ut(l.thenStatement),r(Ge,ke),ke=k(_e),Ut(l.elseStatement),r(Ge,ke),ke=k(Ge)}function wr(l){Ut(l.expression),l.kind===247&&(Tt=!0,Ie&&r(Ie,ke)),ke=y}function Qr(l){for(var F=Me;F;F=F.next)if(F.name===l)return F}function xn(l,F,_e){var Ge=l.kind===246?F:_e;Ge&&(r(Ge,ke),ke=y)}function un(l){if(Ut(l.label),l.label){var F=Qr(l.label.escapedText);F&&(F.referenced=!0,xn(l,F.breakTarget,F.continueTarget))}else xn(l,Qe,be)}function An(l){var F=Ie,_e=st,Ge=Mt(),Bt=Mt(),tr=Mt();if(l.finallyBlock&&(Ie=Bt),r(tr,ke),st=tr,Ut(l.tryBlock),r(Ge,ke),l.catchClause&&(ke=k(tr),tr=Mt(),r(tr,ke),st=tr,Ut(l.catchClause),r(Ge,ke)),Ie=F,st=_e,l.finallyBlock){var sr=Mt();sr.antecedents=e.concatenate(e.concatenate(Ge.antecedents,tr.antecedents),Bt.antecedents),ke=sr,Ut(l.finallyBlock),ke.flags&1?ke=y:(Ie&&Bt.antecedents&&r(Ie,Ce(sr,Bt.antecedents,ke)),st&&tr.antecedents&&r(st,Ce(sr,tr.antecedents,ke)),ke=Ge.antecedents?Ce(sr,Ge.antecedents,ke):y)}else ke=k(Ge)}function Nn(l){var F=Mt();Ut(l.expression);var _e=Qe,Ge=we;Qe=F,we=ke,Ut(l.caseBlock),r(F,ke);var Bt=e.forEach(l.caseBlock.clauses,function(tr){return tr.kind===290});l.possiblyExhaustive=!Bt&&!F.antecedents,Bt||r(F,Ir(we,l,0,0)),Qe=_e,we=Ge,ke=k(F)}function On(l){for(var F=l.clauses,_e=ht(l.parent.expression),Ge=y,Bt=0;Bt<F.length;Bt++){for(var tr=Bt;!F[Bt].statements.length&&Bt+1<F.length;)Ut(F[Bt]),Bt++;var sr=Mt();r(sr,_e?Ir(we,l.parent,tr,Bt+1):we),r(sr,Ge),ke=k(sr);var or=F[Bt];Ut(or),Ge=ke,!(ke.flags&1)&&Bt!==F.length-1&&le.noFallthroughCasesInSwitch&&(or.fallthroughFlowNode=ke)}}function si(l){var F=ke;ke=we,Ut(l.expression),ke=F,Ue(l.statements)}function _i(l){Ut(l.expression),Vn(l.expression)}function Vn(l){if(l.kind===208){var F=l;F.expression.kind!==106&&e.isDottedName(F.expression)&&(ke=se(ke,F))}}function Fi(l){var F=Mt();Me={next:Me,name:l.label.escapedText,breakTarget:F,continueTarget:void 0,referenced:!1},Ut(l.label),Ut(l.statement),!Me.referenced&&!le.allowUnusedLabels&&kn(e.unusedLabelIsError(le),l.label,e.Diagnostics.Unused_label),Me=Me.next,r(F,ke),ke=k(F)}function Jn(l){l.kind===221&&l.operatorToken.kind===63?Sn(l.left):Sn(l)}function Sn(l){if(St(l))ke=Ke(16,ke,l);else if(l.kind===204)for(var F=0,_e=l.elements;F<_e.length;F++){var Ge=_e[F];Ge.kind===225?Sn(Ge.expression):Jn(Ge)}else if(l.kind===205)for(var Bt=0,tr=l.properties;Bt<tr.length;Bt++){var sr=tr[Bt];sr.kind===296?Jn(sr.initializer):sr.kind===297?Sn(sr.name):sr.kind===298&&Sn(sr.expression)}}function ei(l,F,_e){var Ge=Mt();l.operatorToken.kind===55||l.operatorToken.kind===76?$t(l.left,Ge,_e):$t(l.left,F,Ge),ke=k(Ge),Ut(l.operatorToken),e.isLogicalOrCoalescingAssignmentOperator(l.operatorToken.kind)?(Xt(Ut,l.right,F,_e),Sn(l.left),r(F,Er(32,ke,l)),r(_e,Er(64,ke,l))):$t(l.right,F,_e)}function Ni(l){if(l.operator===53){var F=q;q=ve,ve=F,Ve(l),ve=q,q=F}else Ve(l),(l.operator===45||l.operator===46)&&Sn(l.operand)}function di(l){Ve(l),(l.operator===45||l.operator===46)&&Sn(l.operand)}function Fn(l){Pt?(Pt=!1,Ut(l.operatorToken),Ut(l.right),Pt=!0,Ut(l.left)):(Pt=!0,Ut(l.left),Pt=!1,Ut(l.operatorToken),Ut(l.right)),Sn(l.left)}function br(){return e.createBinaryExpressionTrampoline(l,F,_e,Ge,Bt,void 0);function l(sr,or){if(or){or.stackIndex++,e.setParent(sr,je);var Hr=rt;Un(sr);var gr=je;je=sr,or.skip=!1,or.inStrictModeStack[or.stackIndex]=Hr,or.parentStack[or.stackIndex]=gr}else or={stackIndex:0,skip:!1,inStrictModeStack:[void 0],parentStack:[void 0]};var m=sr.operatorToken.kind;if(m===55||m===56||m===60||e.isLogicalOrCoalescingAssignmentOperator(m)){if(_t(sr)){var re=Mt();ei(sr,re,re),ke=k(re)}else ei(sr,q,ve);or.skip=!0}return or}function F(sr,or,Hr){if(!or.skip){var gr=tr(sr);return Hr.operatorToken.kind===27&&Vn(sr),gr}}function _e(sr,or,Hr){or.skip||Ut(sr)}function Ge(sr,or,Hr){if(!or.skip){var gr=tr(sr);return Hr.operatorToken.kind===27&&Vn(sr),gr}}function Bt(sr,or){if(!or.skip){var Hr=sr.operatorToken.kind;if(e.isAssignmentOperator(Hr)&&!e.isAssignmentTarget(sr)&&(Sn(sr.left),Hr===63&&sr.left.kind===207)){var gr=sr.left;Ft(gr.expression)&&(ke=Ke(256,ke,sr))}}var m=or.inStrictModeStack[or.stackIndex],re=or.parentStack[or.stackIndex];m!==void 0&&(rt=m),re!==void 0&&(je=re),or.skip=!1,or.stackIndex--}function tr(sr){if(sr&&e.isBinaryExpression(sr)&&!e.isDestructuringAssignment(sr))return sr;Ut(sr)}}function Wn(l){Ve(l),l.expression.kind===206&&Sn(l.expression)}function Xr(l){var F=Mt(),_e=Mt(),Ge=Mt();$t(l.condition,F,_e),ke=k(F),Ut(l.questionToken),Ut(l.whenTrue),r(Ge,ke),ke=k(_e),Ut(l.colonToken),Ut(l.whenFalse),r(Ge,ke),ke=k(Ge)}function Hn(l){var F=e.isOmittedExpression(l)?void 0:l.name;if(e.isBindingPattern(F))for(var _e=0,Ge=F.elements;_e<Ge.length;_e++){var Bt=Ge[_e];Hn(Bt)}else ke=Ke(16,ke,l)}function Oi(l){Ve(l),(l.initializer||e.isForInOrOfStatement(l.parent.parent))&&Hn(l)}function Be(l){e.isBindingPattern(l.name)?(Ut(l.dotDotDotToken),Ut(l.propertyName),Ut(l.initializer),Ut(l.name)):Ve(l)}function qr(l){Ut(l.tagName),l.kind!==339&&l.fullName&&(e.setParent(l.fullName,l),e.setParentRecursive(l.fullName,!1)),typeof l.comment!="string"&&Ue(l.comment)}function I(l){Ve(l);var F=e.getHostSignatureFromJSDoc(l);F&&F.kind!==169&&at(F.symbol,F,32)}function mi(l,F,_e){Xt(Ut,l,F,_e),(!e.isOptionalChain(l)||e.isOutermostOptionalChain(l))&&(r(F,Er(32,ke,l)),r(_e,Er(64,ke,l)))}function qn(l){switch(l.kind){case 206:Ut(l.questionDotToken),Ut(l.name);break;case 207:Ut(l.questionDotToken),Ut(l.argumentExpression);break;case 208:Ut(l.questionDotToken),Ue(l.typeArguments),Ue(l.arguments);break}}function gt(l,F,_e){var Ge=e.isOptionalChainRoot(l)?Mt():void 0;mi(l.expression,Ge||F,_e),Ge&&(ke=k(Ge)),Xt(qn,l,F,_e),e.isOutermostOptionalChain(l)&&(r(F,Er(32,ke,l)),r(_e,Er(64,ke,l)))}function Yr(l){if(_t(l)){var F=Mt();gt(l,F,F),ke=k(F)}else gt(l,q,ve)}function jn(l){e.isOptionalChain(l)?Yr(l):Ve(l)}function gi(l){e.isOptionalChain(l)?Yr(l):Ve(l)}function xi(l){if(e.isOptionalChain(l))Yr(l);else{var F=e.skipParentheses(l.expression);F.kind===213||F.kind===214?(Ue(l.typeArguments),Ue(l.arguments),Ut(l.expression)):(Ve(l),l.expression.kind===106&&(ke=se(ke,l)))}if(l.expression.kind===206){var _e=l.expression;e.isIdentifier(_e.name)&&Ft(_e.expression)&&e.isPushOrUnshiftIdentifier(_e.name)&&(ke=Ke(256,ke,l))}}function ii(l){switch(l.kind){case 226:case 257:case 260:case 205:case 182:case 322:case 286:return 1;case 258:return 65;case 261:case 259:case 195:case 176:return 33;case 305:return 37;case 172:case 173:case 169:if(e.isObjectLiteralOrClassExpressionMethodOrAccessor(l))return 173;case 171:case 256:case 168:case 174:case 323:case 317:case 179:case 175:case 180:case 170:return 45;case 213:case 214:return 61;case 262:return 4;case 167:return l.initializer?4:0;case 292:case 242:case 243:case 244:case 263:return 2;case 235:return e.isFunctionLike(l.parent)||e.isClassStaticBlockDeclaration(l.parent)?0:2}return 0}function Mi(l){Ct&&(Ct.nextContainer=l),Ct=l}function gn(l,F,_e){switch(A.kind){case 261:return mt(l,F,_e);case 305:return ai(l,F,_e);case 226:case 257:return Si(l,F,_e);case 260:return B(A.symbol.exports,A.symbol,l,F,_e);case 182:case 322:case 205:case 258:case 286:return B(A.symbol.members,A.symbol,l,F,_e);case 179:case 180:case 174:case 175:case 323:case 176:case 169:case 168:case 171:case 172:case 173:case 256:case 213:case 214:case 317:case 345:case 338:case 170:case 259:case 195:return B(A.locals,void 0,l,F,_e)}}function Si(l,F,_e){return e.isStatic(l)?B(A.symbol.exports,A.symbol,l,F,_e):B(A.symbol.members,A.symbol,l,F,_e)}function ai(l,F,_e){return e.isExternalModule(v)?mt(l,F,_e):B(v.locals,void 0,l,F,_e)}function yi(l){var F=e.isSourceFile(l)?l:e.tryCast(l.body,e.isModuleBlock);return!!F&&F.statements.some(function(_e){return e.isExportDeclaration(_e)||e.isExportAssignment(_e)})}function Bn(l){l.flags&16777216&&!yi(l)?l.flags|=64:l.flags&=-65}function mr(l){if(Bn(l),e.isAmbientModule(l))if(e.hasSyntacticModifier(l,1)&&an(l,e.Diagnostics.export_modifier_cannot_be_applied_to_ambient_modules_and_module_augmentations_since_they_are_always_visible),e.isModuleAugmentationExternal(l))et(l);else{var F=void 0;if(l.name.kind===10){var _e=l.name.text;F=e.tryParsePattern(_e),F===void 0&&an(l.name,e.Diagnostics.Pattern_0_can_have_at_most_one_Asterisk_character,_e)}var Ge=gn(l,512,110735);v.patternAmbientModules=e.append(v.patternAmbientModules,F&&!e.isString(F)?{pattern:F,symbol:Ge}:void 0)}else{var Bt=et(l);if(Bt!==0){var Ge=l.symbol;Ge.constEnumOnlyModule=!(Ge.flags&304)&&Bt===2&&Ge.constEnumOnlyModule!==!1}}}function et(l){var F=a(l),_e=F!==0;return gn(l,_e?512:1024,_e?110735:0),F}function It(l){var F=Ye(131072,Le(l));at(F,l,131072);var _e=Ye(2048,"__type");at(_e,l,2048),_e.members=e.createSymbolTable(),_e.members.set(F.escapedName,F)}function ot(l){return zr(l,4096,"__object")}function Te(l){return zr(l,4096,"__jsxAttributes")}function Fr(l,F,_e){return gn(l,F,_e)}function zr(l,F,_e){var Ge=Ye(F,_e);return F&106508&&(Ge.parent=A.symbol),at(Ge,l,F),Ge}function Lr(l,F,_e){switch(Q.kind){case 261:mt(l,F,_e);break;case 305:if(e.isExternalOrCommonJsModule(A)){mt(l,F,_e);break}default:Q.locals||(Q.locals=e.createSymbolTable(),Mi(Q)),B(Q.locals,void 0,l,F,_e)}}function Se(){if(!!ft){for(var l=A,F=Ct,_e=Q,Ge=je,Bt=ke,tr=0,sr=ft;tr<sr.length;tr++){var or=sr[tr],Hr=or.parent.parent;A=e.findAncestor(Hr.parent,function(qt){return!!(ii(qt)&1)})||v,Q=e.getEnclosingBlockScopeContainer(Hr)||v,ke=Y({flags:2}),je=or,Ut(or.typeExpression);var gr=e.getNameOfDeclaration(or);if((e.isJSDocEnumTag(or)||!or.fullName)&&gr&&e.isPropertyAccessEntityNameExpression(gr.parent)){var m=Kr(gr.parent);if(m){er(v.symbol,gr.parent,m,!!e.findAncestor(gr,function(qt){return e.isPropertyAccessExpression(qt)&&qt.name.escapedText==="prototype"}),!1);var re=A;switch(e.getAssignmentDeclarationPropertyAccessKind(gr.parent)){case 1:case 2:e.isExternalOrCommonJsModule(v)?A=v:A=void 0;break;case 4:A=gr.parent.expression;break;case 3:A=gr.parent.expression.name;break;case 5:A=We(v,gr.parent.expression)?v:e.isPropertyAccessExpression(gr.parent.expression)?gr.parent.expression.name:gr.parent.expression;break;case 0:return e.Debug.fail("Shouldn't have detected typedef or enum on non-assignment declaration")}A&&mt(or,524288,788968),A=re}}else e.isJSDocEnumTag(or)||!or.fullName||or.fullName.kind===79?(je=or.parent,Lr(or,524288,788968)):Ut(or.fullName)}A=l,Ct=F,Q=_e,je=Ge,ke=Bt}}function Pe(l){!v.parseDiagnostics.length&&!(l.flags&16777216)&&!(l.flags&8388608)&&!e.isIdentifierName(l)&&(rt&&l.originalKeywordKind>=117&&l.originalKeywordKind<=125?v.bindDiagnostics.push(G(l,$e(l),e.declarationNameToString(l))):l.originalKeywordKind===132?e.isExternalModule(v)&&e.isInTopLevelContext(l)?v.bindDiagnostics.push(G(l,e.Diagnostics.Identifier_expected_0_is_a_reserved_word_at_the_top_level_of_a_module,e.declarationNameToString(l))):l.flags&32768&&v.bindDiagnostics.push(G(l,e.Diagnostics.Identifier_expected_0_is_a_reserved_word_that_cannot_be_used_here,e.declarationNameToString(l))):l.originalKeywordKind===125&&l.flags&8192&&v.bindDiagnostics.push(G(l,e.Diagnostics.Identifier_expected_0_is_a_reserved_word_that_cannot_be_used_here,e.declarationNameToString(l))))}function $e(l){return e.getContainingClass(l)?e.Diagnostics.Identifier_expected_0_is_a_reserved_word_in_strict_mode_Class_definitions_are_automatically_in_strict_mode:v.externalModuleIndicator?e.Diagnostics.Identifier_expected_0_is_a_reserved_word_in_strict_mode_Modules_are_automatically_in_strict_mode:e.Diagnostics.Identifier_expected_0_is_a_reserved_word_in_strict_mode}function Ze(l){l.escapedText==="#constructor"&&(v.parseDiagnostics.length||v.bindDiagnostics.push(G(l,e.Diagnostics.constructor_is_a_reserved_word,e.declarationNameToString(l))))}function it(l){rt&&e.isLeftHandSideExpression(l.left)&&e.isAssignmentOperator(l.operatorToken.kind)&&tn(l,l.left)}function wt(l){rt&&l.variableDeclaration&&tn(l,l.variableDeclaration.name)}function ar(l){if(rt&&l.expression.kind===79){var F=e.getErrorSpanForNode(v,l.expression);v.bindDiagnostics.push(e.createFileDiagnostic(v,F.start,F.length,e.Diagnostics.delete_cannot_be_called_on_an_identifier_in_strict_mode))}}function yr(l){return e.isIdentifier(l)&&(l.escapedText==="eval"||l.escapedText==="arguments")}function tn(l,F){if(F&&F.kind===79){var _e=F;if(yr(_e)){var Ge=e.getErrorSpanForNode(v,F);v.bindDiagnostics.push(e.createFileDiagnostic(v,Ge.start,Ge.length,Rr(l),e.idText(_e)))}}}function Rr(l){return e.getContainingClass(l)?e.Diagnostics.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:v.externalModuleIndicator?e.Diagnostics.Invalid_use_of_0_Modules_are_automatically_in_strict_mode:e.Diagnostics.Invalid_use_of_0_in_strict_mode}function Jr(l){rt&&tn(l,l.name)}function dr(l){return e.getContainingClass(l)?e.Diagnostics.Function_declarations_are_not_allowed_inside_blocks_in_strict_mode_when_targeting_ES3_or_ES5_Class_definitions_are_automatically_in_strict_mode:v.externalModuleIndicator?e.Diagnostics.Function_declarations_are_not_allowed_inside_blocks_in_strict_mode_when_targeting_ES3_or_ES5_Modules_are_automatically_in_strict_mode:e.Diagnostics.Function_declarations_are_not_allowed_inside_blocks_in_strict_mode_when_targeting_ES3_or_ES5}function hn(l){if(he<2&&Q.kind!==305&&Q.kind!==261&&!e.isFunctionLikeOrClassStaticBlockDeclaration(Q)){var F=e.getErrorSpanForNode(v,l);v.bindDiagnostics.push(e.createFileDiagnostic(v,F.start,F.length,dr(l)))}}function Ur(l){he<1&&rt&&l.numericLiteralFlags&32&&v.bindDiagnostics.push(G(l,e.Diagnostics.Octal_literals_are_not_allowed_in_strict_mode))}function Tr(l){rt&&tn(l,l.operand)}function pe(l){rt&&(l.operator===45||l.operator===46)&&tn(l,l.operand)}function pn(l){rt&&an(l,e.Diagnostics.with_statements_are_not_allowed_in_strict_mode)}function Wr(l){rt&&e.getEmitScriptTarget(le)>=2&&(e.isDeclarationStatement(l.statement)||e.isVariableStatement(l.statement))&&an(l.label,e.Diagnostics.A_label_is_not_allowed_here)}function an(l,F,_e,Ge,Bt){var tr=e.getSpanOfTokenAtPosition(v,l.pos);v.bindDiagnostics.push(e.createFileDiagnostic(v,tr.start,tr.length,F,_e,Ge,Bt))}function kn(l,F,_e){$r(l,F,F,_e)}function $r(l,F,_e,Ge){Zr(l,{pos:e.getTokenPosOfNode(F,v),end:_e.end},Ge)}function Zr(l,F,_e){var Ge=e.createFileDiagnostic(v,F.pos,F.end-F.pos,_e);l?v.bindDiagnostics.push(Ge):v.bindSuggestionDiagnostics=e.append(v.bindSuggestionDiagnostics,Gi(Gi({},Ge),{category:e.DiagnosticCategory.Suggestion}))}function Ut(l){if(!!l){e.setParent(l,je),e.tracing&&(l.tracingPath=v.path);var F=rt;if(Un(l),l.kind>160){var _e=je;je=l;var Ge=ii(l);Ge===0?ut(l):ce(l,Ge),je=_e}else{var _e=je;l.kind===1&&(je=l),lr(l),je=_e}rt=F}}function lr(l){if(e.hasJSDocNodes(l))if(e.isInJSFile(l))for(var F=0,_e=l.jsDoc;F<_e.length;F++){var Ge=_e[F];Ut(Ge)}else for(var Bt=0,tr=l.jsDoc;Bt<tr.length;Bt++){var Ge=tr[Bt];e.setParent(Ge,l),e.setParentRecursive(Ge,!1)}}function jr(l){if(!rt)for(var F=0,_e=l;F<_e.length;F++){var Ge=_e[F];if(!e.isPrologueDirective(Ge))return;if(en(Ge)){rt=!0;return}}}function en(l){var F=e.getSourceTextOfNodeFromSourceFile(v,l.expression);return F==='"use strict"'||F==="'use strict'"}function Un(l){switch(l.kind){case 79:if(l.isInJSDocNamespace){for(var F=l.parent;F&&!e.isJSDocTypeAlias(F);)F=F.parent;Lr(F,524288,788968);break}case 108:return ke&&(e.isExpression(l)||je.kind===297)&&(l.flowNode=ke),Pe(l);case 161:ke&&e.isPartOfTypeQuery(l)&&(l.flowNode=ke);break;case 231:case 106:l.flowNode=ke;break;case 80:return Ze(l);case 206:case 207:var _e=l;ke&&St(_e)&&(_e.flowNode=ke),e.isSpecialPropertyDeclaration(_e)&&N(_e),e.isInJSFile(_e)&&v.commonJsModuleIndicator&&e.isModuleExportsAccessExpression(_e)&&!f(Q,"module")&&B(v.locals,void 0,_e.expression,134217729,111550);break;case 221:var Ge=e.getAssignmentDeclarationKind(l);switch(Ge){case 1:Qi(l);break;case 2:Yi(l);break;case 3:De(l.left,l);break;case 6:J(l);break;case 4:ea(l);break;case 5:var Bt=l.left.expression;if(e.isInJSFile(l)&&e.isIdentifier(Bt)){var tr=f(Q,Bt.escapedText);if(e.isThisInitializedDeclaration(tr==null?void 0:tr.valueDeclaration)){ea(l);break}}lt(l);break;case 0:break;default:e.Debug.fail("Unknown binary expression special property assignment kind")}return it(l);case 292:return wt(l);case 215:return ar(l);case 8:return Ur(l);case 220:return Tr(l);case 219:return pe(l);case 248:return pn(l);case 250:return Wr(l);case 192:Jt=!0;return;case 177:break;case 163:return qi(l);case 164:return da(l);case 254:return Bi(l);case 203:return l.flowNode=ke,Bi(l);case 167:case 166:return Di(l);case 296:case 297:return zn(l,4,0);case 299:return zn(l,8,900095);case 174:case 175:case 176:return gn(l,131072,0);case 169:case 168:return zn(l,8192|(l.questionToken?16777216:0),e.isObjectLiteralMethod(l)?0:103359);case 256:return ti(l);case 171:return gn(l,16384,0);case 172:return zn(l,32768,46015);case 173:return zn(l,65536,78783);case 179:case 317:case 323:case 180:return It(l);case 182:case 322:case 195:return hi(l);case 332:return I(l);case 205:return ot(l);case 213:case 214:return Ha(l);case 208:var sr=e.getAssignmentDeclarationKind(l);switch(sr){case 7:return Dt(l);case 8:return Vi(l);case 9:return H(l);case 0:break;default:return e.Debug.fail("Unknown call expression assignment declaration kind")}e.isInJSFile(l)&&Aa(l);break;case 226:case 257:return rt=!0,oa(l);case 258:return Lr(l,64,788872);case 259:return Lr(l,524288,788968);case 260:return ka(l);case 261:return mr(l);case 286:return Te(l);case 285:return Fr(l,4,0);case 265:case 268:case 270:case 275:return gn(l,2097152,2097152);case 264:return fa(l);case 267:return Li(l);case 272:return ji(l);case 271:return Ci(l);case 305:return jr(l.statements),Xn();case 235:if(!e.isFunctionLikeOrClassStaticBlockDeclaration(l.parent))return;case 262:return jr(l.statements);case 340:if(l.parent.kind===323)return da(l);if(l.parent.kind!==322)break;case 347:var or=l,Hr=or.isBracketed||or.typeExpression&&or.typeExpression.type.kind===316?16777220:4;return gn(or,Hr,0);case 345:case 338:case 339:return(ft||(ft=[])).push(l)}}function Di(l){return zn(l,4|(l.questionToken?16777216:0),0)}function hi(l){return zr(l,2048,"__type")}function Xn(){if(Bn(v),e.isExternalModule(v))Ei();else if(e.isJsonSourceFile(v)){Ei();var l=v.symbol;B(v.symbol.exports,v.symbol,v,4,67108863),v.symbol=l}}function Ei(){zr(v,512,'"'.concat(e.removeFileExtension(v.fileName),'"'))}function Ci(l){if(!A.symbol||!A.symbol.exports)zr(l,111551,Le(l));else{var F=e.exportAssignmentIsAlias(l)?2097152:4,_e=B(A.symbol.exports,A.symbol,l,F,67108863);l.isExportEquals&&e.setValueDeclaration(_e,l)}}function fa(l){e.some(l.modifiers)&&v.bindDiagnostics.push(G(l,e.Diagnostics.Modifiers_cannot_appear_here));var F=e.isSourceFile(l.parent)?e.isExternalModule(l.parent)?l.parent.isDeclarationFile?void 0:e.Diagnostics.Global_module_exports_may_only_appear_in_declaration_files:e.Diagnostics.Global_module_exports_may_only_appear_in_module_files:e.Diagnostics.Global_module_exports_may_only_appear_at_top_level;F?v.bindDiagnostics.push(G(l,F)):(v.symbol.globalExports=v.symbol.globalExports||e.createSymbolTable(),B(v.symbol.globalExports,v.symbol,l,2097152,2097152))}function ji(l){!A.symbol||!A.symbol.exports?zr(l,8388608,Le(l)):l.exportClause?e.isNamespaceExport(l.exportClause)&&(e.setParent(l.exportClause,l),B(A.symbol.exports,A.symbol,l.exportClause,2097152,2097152)):B(A.symbol.exports,A.symbol,l,8388608,0)}function Li(l){l.name&&gn(l,2097152,2097152)}function vi(l){return v.externalModuleIndicator&&v.externalModuleIndicator!==!0?!1:(v.commonJsModuleIndicator||(v.commonJsModuleIndicator=l,v.externalModuleIndicator||Ei()),!0)}function Vi(l){if(!!vi(l)){var F=wi(l.arguments[0],void 0,function(Ge,Bt){return Bt&&at(Bt,Ge,67110400),Bt});if(F){var _e=1048580;B(F.exports,F,l,_e,0)}}}function Qi(l){if(!!vi(l)){var F=wi(l.left.expression,void 0,function(Bt,tr){return tr&&at(tr,Bt,67110400),tr});if(F){var _e=e.isAliasableExpression(l.right)&&(e.isExportsIdentifier(l.left.expression)||e.isModuleExportsAccessExpression(l.left.expression)),Ge=_e?2097152:1048580;e.setParent(l.left,l),B(F.exports,F,l.left,Ge,0)}}}function Yi(l){if(!!vi(l)){var F=e.getRightMostAssignedExpression(l.right);if(!(e.isEmptyObjectLiteral(F)||A===v&&We(v,F))){if(e.isObjectLiteralExpression(F)&&e.every(F.properties,e.isShorthandPropertyAssignment)){e.forEach(F.properties,Zi);return}var _e=e.exportAssignmentIsAlias(l)?2097152:1049092,Ge=B(v.symbol.exports,v.symbol,l,_e|67108864,0);e.setValueDeclaration(Ge,l)}}}function Zi(l){B(v.symbol.exports,v.symbol,l,69206016,0)}function ea(l){e.Debug.assert(e.isInJSFile(l));var F=e.isBinaryExpression(l)&&e.isPropertyAccessExpression(l.left)&&e.isPrivateIdentifier(l.left.name)||e.isPropertyAccessExpression(l)&&e.isPrivateIdentifier(l.name);if(!F){var _e=e.getThisContainer(l,!1);switch(_e.kind){case 256:case 213:var Ge=_e.symbol;if(e.isBinaryExpression(_e.parent)&&_e.parent.operatorToken.kind===63){var Bt=_e.parent.left;e.isBindableStaticAccessExpression(Bt)&&e.isPrototypeAccess(Bt.expression)&&(Ge=Qn(Bt.expression.expression,xe))}Ge&&Ge.valueDeclaration&&(Ge.members=Ge.members||e.createSymbolTable(),e.hasDynamicName(l)?aa(l,Ge,Ge.members):B(Ge.members,Ge,l,67108868,0),at(Ge,Ge.valueDeclaration,32));break;case 171:case 167:case 169:case 172:case 173:case 170:var tr=_e.parent,sr=e.isStatic(_e)?tr.symbol.exports:tr.symbol.members;e.hasDynamicName(l)?aa(l,tr.symbol,sr):B(sr,tr.symbol,l,67108868,0,!0);break;case 305:if(e.hasDynamicName(l))break;_e.commonJsModuleIndicator?B(_e.symbol.exports,_e.symbol,l,1048580,0):gn(l,1,111550);break;default:e.Debug.failBadSyntaxKind(_e)}}}function aa(l,F,_e){B(_e,F,l,4,0,!0,!0),b(l,F)}function b(l,F){F&&(F.assignmentDeclarationMembers||(F.assignmentDeclarationMembers=new e.Map)).set(e.getNodeId(l),l)}function N(l){l.expression.kind===108?ea(l):e.isBindableStaticAccessExpression(l)&&l.parent.parent.kind===305&&(e.isPrototypeAccess(l.expression)?De(l,l.parent):bt(l))}function J(l){e.setParent(l.left,l),e.setParent(l.right,l),Nr(l.left.expression,l.left,!1,!0)}function H(l){var F=Qn(l.arguments[0].expression);F&&F.valueDeclaration&&at(F,F.valueDeclaration,32),pr(l,F,!0)}function De(l,F){var _e=l.expression,Ge=_e.expression;e.setParent(Ge,_e),e.setParent(_e,l),e.setParent(l,F),Nr(Ge,l,!0,!0)}function Dt(l){var F=Qn(l.arguments[0]),_e=l.parent.parent.kind===305;F=er(F,l.arguments[0],_e,!1,!1),pr(l,F,!1)}function lt(l){var F,_e=Qn(l.left.expression,A)||Qn(l.left.expression,Q);if(!(!e.isInJSFile(l)&&!e.isFunctionSymbol(_e))){var Ge=e.getLeftmostAccessExpression(l.left);if(!(e.isIdentifier(Ge)&&((F=f(A,Ge.escapedText))===null||F===void 0?void 0:F.flags)&2097152))if(e.setParent(l.left,l),e.setParent(l.right,l),e.isIdentifier(l.left.expression)&&A===v&&We(v,l.left.expression))Qi(l);else if(e.hasDynamicName(l)){zr(l,67108868,"__computed");var Bt=er(_e,l.left.expression,Kr(l.left),!1,!1);b(l,Bt)}else bt(e.cast(l.left,e.isBindableStaticNameExpression))}}function bt(l){e.Debug.assert(!e.isIdentifier(l)),e.setParent(l.expression,l),Nr(l.expression,l,!1,!1)}function er(l,F,_e,Ge,Bt){if((l==null?void 0:l.flags)&2097152)return l;if(_e&&!Ge){var tr=67110400,sr=110735;l=wi(F,l,function(or,Hr,gr){if(Hr)return at(Hr,or,tr),Hr;var m=gr?gr.exports:v.jsGlobalAugmentations||(v.jsGlobalAugmentations=e.createSymbolTable());return B(m,gr,or,tr,sr)})}return Bt&&l&&l.valueDeclaration&&at(l,l.valueDeclaration,32),l}function pr(l,F,_e){if(!(!F||!sn(F))){var Ge=_e?F.members||(F.members=e.createSymbolTable()):F.exports||(F.exports=e.createSymbolTable()),Bt=0,tr=0;e.isFunctionLikeDeclaration(e.getAssignedExpandoInitializer(l))?(Bt=8192,tr=103359):e.isCallExpression(l)&&e.isBindableObjectDefinePropertyCall(l)&&(e.some(l.arguments[2].properties,function(sr){var or=e.getNameOfDeclaration(sr);return!!or&&e.isIdentifier(or)&&e.idText(or)==="set"})&&(Bt|=65540,tr|=78783),e.some(l.arguments[2].properties,function(sr){var or=e.getNameOfDeclaration(sr);return!!or&&e.isIdentifier(or)&&e.idText(or)==="get"})&&(Bt|=32772,tr|=46015)),Bt===0&&(Bt=4,tr=0),B(Ge,F,l,Bt|67108864,tr&-67108865)}}function Kr(l){return e.isBinaryExpression(l.parent)?ci(l.parent).parent.kind===305:l.parent.parent.kind===305}function Nr(l,F,_e,Ge){var Bt=Qn(l,A)||Qn(l,Q),tr=Kr(F);Bt=er(Bt,F.expression,tr,_e,Ge),pr(F,Bt,_e)}function sn(l){if(l.flags&1072)return!0;var F=l.valueDeclaration;if(F&&e.isCallExpression(F))return!!e.getAssignedExpandoInitializer(F);var _e=F?e.isVariableDeclaration(F)?F.initializer:e.isBinaryExpression(F)?F.right:e.isPropertyAccessExpression(F)&&e.isBinaryExpression(F.parent)?F.parent.right:void 0:void 0;if(_e=_e&&e.getRightMostAssignedExpression(_e),_e){var Ge=e.isPrototypeAccess(e.isVariableDeclaration(F)?F.name:e.isBinaryExpression(F)?F.left:F);return!!e.getExpandoInitializer(e.isBinaryExpression(_e)&&(_e.operatorToken.kind===56||_e.operatorToken.kind===60)?_e.right:_e,Ge)}return!1}function ci(l){for(;e.isBinaryExpression(l.parent);)l=l.parent;return l.parent}function Qn(l,F){if(F===void 0&&(F=A),e.isIdentifier(l))return f(F,l.escapedText);var _e=Qn(l.expression);return _e&&_e.exports&&_e.exports.get(e.getElementOrPropertyAccessName(l))}function wi(l,F,_e){if(We(v,l))return v.symbol;if(e.isIdentifier(l))return _e(l,Qn(l),F);var Ge=wi(l.expression,F,_e),Bt=e.getNameOrArgument(l);return e.isPrivateIdentifier(Bt)&&e.Debug.fail("unexpected PrivateIdentifier"),_e(Bt,Ge&&Ge.exports&&Ge.exports.get(e.getElementOrPropertyAccessName(l)),Ge)}function Aa(l){!v.commonJsModuleIndicator&&e.isRequireCall(l,!1)&&vi(l)}function oa(l){if(l.kind===257)Lr(l,32,899503);else{var F=l.name?l.name.escapedText:"__class";zr(l,32,F),l.name&&oe.add(l.name.escapedText)}var _e=l.symbol,Ge=Ye(4194308,"prototype"),Bt=_e.exports.get(Ge.escapedName);Bt&&(l.name&&e.setParent(l.name,l),v.bindDiagnostics.push(G(Bt.declarations[0],e.Diagnostics.Duplicate_identifier_0,e.symbolName(Ge)))),_e.exports.set(Ge.escapedName,Ge),Ge.parent=_e}function ka(l){return e.isEnumConst(l)?Lr(l,128,899967):Lr(l,256,899327)}function Bi(l){if(rt&&tn(l,l.name),!e.isBindingPattern(l.name)){var F=l.kind===254?l:l.parent.parent;e.isInJSFile(l)&&e.isVariableDeclarationInitializedToBareOrAccessedRequire(F)&&!e.getJSDocTypeTag(l)&&!(e.getCombinedModifierFlags(l)&1)?gn(l,2097152,2097152):e.isBlockOrCatchScoped(l)?Lr(l,2,111551):e.isParameterDeclaration(l)?gn(l,1,111551):gn(l,1,111550)}}function da(l){if(!(l.kind===340&&A.kind!==323)&&(rt&&!(l.flags&16777216)&&tn(l,l.name),e.isBindingPattern(l.name)?zr(l,1,"__"+l.parent.parameters.indexOf(l)):gn(l,1,111551),e.isParameterPropertyDeclaration(l,l.parent))){var F=l.parent.parent;B(F.symbol.members,F.symbol,l,4|(l.questionToken?16777216:0),0)}}function ti(l){!v.isDeclarationFile&&!(l.flags&16777216)&&e.isAsyncFunction(l)&&(ze|=2048),Jr(l),rt?(hn(l),Lr(l,16,110991)):gn(l,16,110991)}function Ha(l){!v.isDeclarationFile&&!(l.flags&16777216)&&e.isAsyncFunction(l)&&(ze|=2048),ke&&(l.flowNode=ke),Jr(l);var F=l.name?l.name.escapedText:"__function";return zr(l,16,F)}function zn(l,F,_e){return!v.isDeclarationFile&&!(l.flags&16777216)&&e.isAsyncFunction(l)&&(ze|=2048),ke&&e.isObjectLiteralOrClassExpressionMethodOrAccessor(l)&&(l.flowNode=ke),e.hasDynamicName(l)?zr(l,F,"__computed"):gn(l,F,_e)}function sa(l){var F=e.findAncestor(l,function(_e){return _e.parent&&e.isConditionalTypeNode(_e.parent)&&_e.parent.extendsType===_e});return F&&F.parent}function qi(l){if(e.isJSDocTemplateTag(l.parent)){var F=e.getEffectiveContainerForJSDocTemplateTag(l.parent);F?(F.locals||(F.locals=e.createSymbolTable()),B(F.locals,void 0,l,262144,526824)):gn(l,262144,526824)}else if(l.parent.kind===190){var _e=sa(l.parent);_e?(_e.locals||(_e.locals=e.createSymbolTable()),B(_e.locals,void 0,l,262144,526824)):zr(l,262144,Le(l))}else gn(l,262144,526824)}function ta(l){var F=a(l);return F===1||F===2&&e.shouldPreserveConstEnums(le)}function va(l){if(!(ke.flags&1))return!1;if(ke===y){var F=e.isStatementButNotDeclaration(l)&&l.kind!==236||l.kind===257||l.kind===261&&ta(l);if(F&&(ke=g,!le.allowUnreachableCode)){var _e=e.unreachableCodeIsError(le)&&!(l.flags&16777216)&&(!e.isVariableStatement(l)||!!(e.getCombinedNodeFlags(l.declarationList)&3)||l.declarationList.declarations.some(function(Ge){return!!Ge.initializer}));ye(l,function(Ge,Bt){return $r(_e,Ge,Bt,e.Diagnostics.Unreachable_code_detected)})}}return!0}}function ye(v,le){if(e.isStatement(v)&&ne(v)&&e.isBlock(v.parent)){var he=v.parent.statements,je=e.sliceAfter(he,v);e.getRangesWhere(je,ne,function(A,xe){return le(je[A],je[xe-1])})}else le(v,v)}function ne(v){return!e.isFunctionDeclaration(v)&&!U(v)&&!e.isEnumDeclaration(v)&&!(e.isVariableStatement(v)&&!(e.getCombinedNodeFlags(v)&3)&&v.declarationList.declarations.some(function(le){return!le.initializer}))}function U(v){switch(v.kind){case 258:case 259:return!0;case 261:return a(v)!==1;case 260:return e.hasSyntacticModifier(v,2048);default:return!1}}function We(v,le){var he=0,je=e.createQueue();for(je.enqueue(le);!je.isEmpty()&&he<100;){if(he++,le=je.dequeue(),e.isExportsIdentifier(le)||e.isModuleExportsAccessExpression(le))return!0;if(e.isIdentifier(le)){var A=f(v,le.escapedText);if(!!A&&!!A.valueDeclaration&&e.isVariableDeclaration(A.valueDeclaration)&&!!A.valueDeclaration.initializer){var xe=A.valueDeclaration.initializer;je.enqueue(xe),e.isAssignmentExpression(xe,!0)&&(je.enqueue(xe.left),je.enqueue(xe.right))}}}return!1}e.isExportsOrModuleExportsOrAlias=We;function f(v,le){var he=v.locals&&v.locals.get(le);return he?he.exportSymbol||he:e.isSourceFile(v)&&v.jsGlobalAugmentations&&v.jsGlobalAugmentations.has(le)?v.jsGlobalAugmentations.get(le):v.symbol&&v.symbol.exports&&v.symbol.exports.get(le)}})(Qt||(Qt={}));var Qt;(function(e){function t(a,_,d,x,$,Y,w,K,qe,ye){return ne;function ne(U){U===void 0&&(U=function(){return!0});var We=[],f=[];return{walkType:function(Qe){try{return v(Qe),{visitedTypes:e.getOwnValues(We),visitedSymbols:e.getOwnValues(f)}}finally{e.clear(We),e.clear(f)}},walkSymbol:function(Qe){try{return ke(Qe),{visitedTypes:e.getOwnValues(We),visitedSymbols:e.getOwnValues(f)}}finally{e.clear(We),e.clear(f)}}};function v(Qe){if(!!Qe&&!We[Qe.id]){We[Qe.id]=Qe;var be=ke(Qe.symbol);if(!be){if(Qe.flags&524288){var Ie=Qe,q=Ie.objectFlags;q&4&&le(Qe),q&32&&Q(Qe),q&3&&ft(Qe),q&24&&Jt(Ie)}Qe.flags&262144&&he(Qe),Qe.flags&3145728&&je(Qe),Qe.flags&4194304&&A(Qe),Qe.flags&8388608&&xe(Qe)}}}function le(Qe){v(Qe.target),e.forEach(ye(Qe),v)}function he(Qe){v(K(Qe))}function je(Qe){e.forEach(Qe.types,v)}function A(Qe){v(Qe.type)}function xe(Qe){v(Qe.objectType),v(Qe.indexType),v(Qe.constraint)}function Q(Qe){v(Qe.typeParameter),v(Qe.constraintType),v(Qe.templateType),v(Qe.modifiersType)}function Ct(Qe){var be=_(Qe);be&&v(be.type),e.forEach(Qe.typeParameters,v);for(var Ie=0,q=Qe.parameters;Ie<q.length;Ie++){var ve=q[Ie];ke(ve)}v(a(Qe)),v(d(Qe))}function ft(Qe){Jt(Qe),e.forEach(Qe.typeParameters,v),e.forEach(x(Qe),v),v(Qe.thisType)}function Jt(Qe){for(var be=$(Qe),Ie=0,q=be.indexInfos;Ie<q.length;Ie++){var ve=q[Ie];v(ve.keyType),v(ve.type)}for(var st=0,we=be.callSignatures;st<we.length;st++){var Me=we[st];Ct(Me)}for(var Tt=0,ze=be.constructSignatures;Tt<ze.length;Tt++){var Me=ze[Tt];Ct(Me)}for(var rt=0,Pt=be.properties;rt<Pt.length;rt++){var Ot=Pt[rt];ke(Ot)}}function ke(Qe){if(!Qe)return!1;var be=e.getSymbolId(Qe);if(f[be])return!1;if(f[be]=Qe,!U(Qe))return!0;var Ie=Y(Qe);return v(Ie),Qe.exports&&Qe.exports.forEach(ke),e.forEach(Qe.declarations,function(q){if(q.type&&q.type.kind===181){var ve=q.type,st=w(qe(ve.exprName));ke(st)}}),!1}}}e.createGetSymbolWalker=t})(Qt||(Qt={}));var Qt;(function(e){function t(f,v,le,he){if(f===void 0||v===void 0)return f;var je=v(f);if(je===f)return f;var A;if(je!==void 0)return e.isArray(je)?A=(he||We)(je):A=je,e.Debug.assertNode(A,le),A}e.visitNode=t;function a(f,v,le,he,je){if(f===void 0||v===void 0)return f;var A=f.length;(he===void 0||he<0)&&(he=0),(je===void 0||je>A-he)&&(je=A-he);var xe,Q=-1,Ct=-1;he>0||je<A?xe=f.hasTrailingComma&&he+je===A:(Q=f.pos,Ct=f.end,xe=f.hasTrailingComma);var ft=d(f,v,le,he,je);if(ft!==f){var Jt=e.factory.createNodeArray(ft,xe);return e.setTextRangePosEnd(Jt,Q,Ct),Jt}return f}e.visitNodes=a;function _(f,v,le,he,je){if(f===void 0)return f;var A=f.length;return(he===void 0||he<0)&&(he=0),(je===void 0||je>A-he)&&(je=A-he),d(f,v,le,he,je)}e.visitArray=_;function d(f,v,le,he,je){var A,xe=f.length;(he>0||je<xe)&&(A=[]);for(var Q=0;Q<je;Q++){var Ct=f[Q+he],ft=Ct!==void 0?v(Ct):void 0;if((A!==void 0||ft===void 0||ft!==Ct)&&(A===void 0&&(A=f.slice(0,Q)),ft))if(e.isArray(ft))for(var Jt=0,ke=ft;Jt<ke.length;Jt++){var Qe=ke[Jt];e.Debug.assertNode(Qe,le),A.push(Qe)}else e.Debug.assertNode(ft,le),A.push(ft)}return A!=null?A:f}function x(f,v,le,he,je,A){return A===void 0&&(A=a),le.startLexicalEnvironment(),f=A(f,v,e.isStatement,he),je&&(f=le.factory.ensureUseStrict(f)),e.factory.mergeLexicalEnvironment(f,le.endLexicalEnvironment())}e.visitLexicalEnvironment=x;function $(f,v,le,he){he===void 0&&(he=a);var je;return le.startLexicalEnvironment(),f&&(le.setLexicalEnvironmentFlags(1,!0),je=he(f,v,e.isParameterDeclaration),le.getLexicalEnvironmentFlags()&2&&e.getEmitScriptTarget(le.getCompilerOptions())>=2&&(je=Y(je,le)),le.setLexicalEnvironmentFlags(1,!1)),le.suspendLexicalEnvironment(),je}e.visitParameterList=$;function Y(f,v){for(var le,he=0;he<f.length;he++){var je=f[he],A=w(je,v);(le||A!==je)&&(le||(le=f.slice(0,he)),le[he]=A)}return le?e.setTextRange(v.factory.createNodeArray(le,f.hasTrailingComma),f):f}function w(f,v){return f.dotDotDotToken?f:e.isBindingPattern(f.name)?K(f,v):f.initializer?qe(f,f.name,f.initializer,v):f}function K(f,v){var le=v.factory;return v.addInitializationStatement(le.createVariableStatement(void 0,le.createVariableDeclarationList([le.createVariableDeclaration(f.name,void 0,f.type,f.initializer?le.createConditionalExpression(le.createStrictEquality(le.getGeneratedNameForNode(f),le.createVoidZero()),void 0,f.initializer,void 0,le.getGeneratedNameForNode(f)):le.getGeneratedNameForNode(f))]))),le.updateParameterDeclaration(f,f.modifiers,f.dotDotDotToken,le.getGeneratedNameForNode(f),f.questionToken,f.type,void 0)}function qe(f,v,le,he){var je=he.factory;return he.addInitializationStatement(je.createIfStatement(je.createTypeCheck(je.cloneNode(v),"undefined"),e.setEmitFlags(e.setTextRange(je.createBlock([je.createExpressionStatement(e.setEmitFlags(e.setTextRange(je.createAssignment(e.setEmitFlags(je.cloneNode(v),48),e.setEmitFlags(le,48|e.getEmitFlags(le)|1536)),f),1536))]),f),1953))),je.updateParameterDeclaration(f,f.modifiers,f.dotDotDotToken,f.name,f.questionToken,f.type,void 0)}function ye(f,v,le,he){he===void 0&&(he=t),le.resumeLexicalEnvironment();var je=he(f,v,e.isConciseBody),A=le.endLexicalEnvironment();if(e.some(A)){if(!je)return le.factory.createBlock(A);var xe=le.factory.converters.convertToFunctionBlock(je),Q=e.factory.mergeLexicalEnvironment(xe.statements,A);return le.factory.updateBlock(xe,Q)}return je}e.visitFunctionBody=ye;function ne(f,v,le){le.startBlockScope();var he=t(f,v,e.isStatement,le.factory.liftToBlock),je=le.endBlockScope();return e.some(je)?e.isBlock(he)?(je.push.apply(je,he.statements),le.factory.updateBlock(he,je)):(je.push(he),le.factory.createBlock(je)):he}e.visitIterationBody=ne;function U(f,v,le,he,je,A){if(he===void 0&&(he=a),A===void 0&&(A=t),f!==void 0){var xe=f.kind;if(xe>0&&xe<=160||xe===192)return f;var Q=le.factory;switch(xe){case 79:return e.Debug.type(f),Q.updateIdentifier(f,he(f.typeArguments,v,e.isTypeNodeOrTypeParameterDeclaration));case 161:return e.Debug.type(f),Q.updateQualifiedName(f,A(f.left,v,e.isEntityName),A(f.right,v,e.isIdentifier));case 162:return e.Debug.type(f),Q.updateComputedPropertyName(f,A(f.expression,v,e.isExpression));case 163:return e.Debug.type(f),Q.updateTypeParameterDeclaration(f,he(f.modifiers,v,e.isModifier),A(f.name,v,e.isIdentifier),A(f.constraint,v,e.isTypeNode),A(f.default,v,e.isTypeNode));case 164:return e.Debug.type(f),Q.updateParameterDeclaration(f,he(f.modifiers,v,e.isModifierLike),A(f.dotDotDotToken,je,e.isDotDotDotToken),A(f.name,v,e.isBindingName),A(f.questionToken,je,e.isQuestionToken),A(f.type,v,e.isTypeNode),A(f.initializer,v,e.isExpression));case 165:return e.Debug.type(f),Q.updateDecorator(f,A(f.expression,v,e.isExpression));case 166:return e.Debug.type(f),Q.updatePropertySignature(f,he(f.modifiers,v,e.isModifier),A(f.name,v,e.isPropertyName),A(f.questionToken,je,e.isToken),A(f.type,v,e.isTypeNode));case 167:return e.Debug.type(f),Q.updatePropertyDeclaration(f,he(f.modifiers,v,e.isModifierLike),A(f.name,v,e.isPropertyName),A(f.questionToken||f.exclamationToken,je,e.isQuestionOrExclamationToken),A(f.type,v,e.isTypeNode),A(f.initializer,v,e.isExpression));case 168:return e.Debug.type(f),Q.updateMethodSignature(f,he(f.modifiers,v,e.isModifier),A(f.name,v,e.isPropertyName),A(f.questionToken,je,e.isQuestionToken),he(f.typeParameters,v,e.isTypeParameterDeclaration),he(f.parameters,v,e.isParameterDeclaration),A(f.type,v,e.isTypeNode));case 169:return e.Debug.type(f),Q.updateMethodDeclaration(f,he(f.modifiers,v,e.isModifierLike),A(f.asteriskToken,je,e.isAsteriskToken),A(f.name,v,e.isPropertyName),A(f.questionToken,je,e.isQuestionToken),he(f.typeParameters,v,e.isTypeParameterDeclaration),$(f.parameters,v,le,he),A(f.type,v,e.isTypeNode),ye(f.body,v,le,A));case 171:return e.Debug.type(f),Q.updateConstructorDeclaration(f,he(f.modifiers,v,e.isModifier),$(f.parameters,v,le,he),ye(f.body,v,le,A));case 172:return e.Debug.type(f),Q.updateGetAccessorDeclaration(f,he(f.modifiers,v,e.isModifierLike),A(f.name,v,e.isPropertyName),$(f.parameters,v,le,he),A(f.type,v,e.isTypeNode),ye(f.body,v,le,A));case 173:return e.Debug.type(f),Q.updateSetAccessorDeclaration(f,he(f.modifiers,v,e.isModifierLike),A(f.name,v,e.isPropertyName),$(f.parameters,v,le,he),ye(f.body,v,le,A));case 170:return e.Debug.type(f),le.startLexicalEnvironment(),le.suspendLexicalEnvironment(),Q.updateClassStaticBlockDeclaration(f,ye(f.body,v,le,A));case 174:return e.Debug.type(f),Q.updateCallSignature(f,he(f.typeParameters,v,e.isTypeParameterDeclaration),he(f.parameters,v,e.isParameterDeclaration),A(f.type,v,e.isTypeNode));case 175:return e.Debug.type(f),Q.updateConstructSignature(f,he(f.typeParameters,v,e.isTypeParameterDeclaration),he(f.parameters,v,e.isParameterDeclaration),A(f.type,v,e.isTypeNode));case 176:return e.Debug.type(f),Q.updateIndexSignature(f,he(f.modifiers,v,e.isModifier),he(f.parameters,v,e.isParameterDeclaration),A(f.type,v,e.isTypeNode));case 177:return e.Debug.type(f),Q.updateTypePredicateNode(f,A(f.assertsModifier,v,e.isAssertsKeyword),A(f.parameterName,v,e.isIdentifierOrThisTypeNode),A(f.type,v,e.isTypeNode));case 178:return e.Debug.type(f),Q.updateTypeReferenceNode(f,A(f.typeName,v,e.isEntityName),he(f.typeArguments,v,e.isTypeNode));case 179:return e.Debug.type(f),Q.updateFunctionTypeNode(f,he(f.typeParameters,v,e.isTypeParameterDeclaration),he(f.parameters,v,e.isParameterDeclaration),A(f.type,v,e.isTypeNode));case 180:return e.Debug.type(f),Q.updateConstructorTypeNode(f,he(f.modifiers,v,e.isModifier),he(f.typeParameters,v,e.isTypeParameterDeclaration),he(f.parameters,v,e.isParameterDeclaration),A(f.type,v,e.isTypeNode));case 181:return e.Debug.type(f),Q.updateTypeQueryNode(f,A(f.exprName,v,e.isEntityName),he(f.typeArguments,v,e.isTypeNode));case 182:return e.Debug.type(f),Q.updateTypeLiteralNode(f,he(f.members,v,e.isTypeElement));case 183:return e.Debug.type(f),Q.updateArrayTypeNode(f,A(f.elementType,v,e.isTypeNode));case 184:return e.Debug.type(f),Q.updateTupleTypeNode(f,he(f.elements,v,e.isTypeNode));case 185:return e.Debug.type(f),Q.updateOptionalTypeNode(f,A(f.type,v,e.isTypeNode));case 186:return e.Debug.type(f),Q.updateRestTypeNode(f,A(f.type,v,e.isTypeNode));case 187:return e.Debug.type(f),Q.updateUnionTypeNode(f,he(f.types,v,e.isTypeNode));case 188:return e.Debug.type(f),Q.updateIntersectionTypeNode(f,he(f.types,v,e.isTypeNode));case 189:return e.Debug.type(f),Q.updateConditionalTypeNode(f,A(f.checkType,v,e.isTypeNode),A(f.extendsType,v,e.isTypeNode),A(f.trueType,v,e.isTypeNode),A(f.falseType,v,e.isTypeNode));case 190:return e.Debug.type(f),Q.updateInferTypeNode(f,A(f.typeParameter,v,e.isTypeParameterDeclaration));case 200:return e.Debug.type(f),Q.updateImportTypeNode(f,A(f.argument,v,e.isTypeNode),A(f.assertions,v,e.isNode),A(f.qualifier,v,e.isEntityName),he(f.typeArguments,v,e.isTypeNode),f.isTypeOf);case 295:return e.Debug.type(f),Q.updateImportTypeAssertionContainer(f,A(f.assertClause,v,e.isNode),f.multiLine);case 197:return e.Debug.type(f),Q.updateNamedTupleMember(f,A(f.dotDotDotToken,je,e.isDotDotDotToken),A(f.name,v,e.isIdentifier),A(f.questionToken,je,e.isQuestionToken),A(f.type,v,e.isTypeNode));case 191:return e.Debug.type(f),Q.updateParenthesizedType(f,A(f.type,v,e.isTypeNode));case 193:return e.Debug.type(f),Q.updateTypeOperatorNode(f,A(f.type,v,e.isTypeNode));case 194:return e.Debug.type(f),Q.updateIndexedAccessTypeNode(f,A(f.objectType,v,e.isTypeNode),A(f.indexType,v,e.isTypeNode));case 195:return e.Debug.type(f),Q.updateMappedTypeNode(f,A(f.readonlyToken,je,e.isReadonlyKeywordOrPlusOrMinusToken),A(f.typeParameter,v,e.isTypeParameterDeclaration),A(f.nameType,v,e.isTypeNode),A(f.questionToken,je,e.isQuestionOrPlusOrMinusToken),A(f.type,v,e.isTypeNode),he(f.members,v,e.isTypeElement));case 196:return e.Debug.type(f),Q.updateLiteralTypeNode(f,A(f.literal,v,e.isExpression));case 198:return e.Debug.type(f),Q.updateTemplateLiteralType(f,A(f.head,v,e.isTemplateHead),he(f.templateSpans,v,e.isTemplateLiteralTypeSpan));case 199:return e.Debug.type(f),Q.updateTemplateLiteralTypeSpan(f,A(f.type,v,e.isTypeNode),A(f.literal,v,e.isTemplateMiddleOrTemplateTail));case 201:return e.Debug.type(f),Q.updateObjectBindingPattern(f,he(f.elements,v,e.isBindingElement));case 202:return e.Debug.type(f),Q.updateArrayBindingPattern(f,he(f.elements,v,e.isArrayBindingElement));case 203:return e.Debug.type(f),Q.updateBindingElement(f,A(f.dotDotDotToken,je,e.isDotDotDotToken),A(f.propertyName,v,e.isPropertyName),A(f.name,v,e.isBindingName),A(f.initializer,v,e.isExpression));case 204:return e.Debug.type(f),Q.updateArrayLiteralExpression(f,he(f.elements,v,e.isExpression));case 205:return e.Debug.type(f),Q.updateObjectLiteralExpression(f,he(f.properties,v,e.isObjectLiteralElementLike));case 206:return f.flags&32?(e.Debug.type(f),Q.updatePropertyAccessChain(f,A(f.expression,v,e.isExpression),A(f.questionDotToken,je,e.isQuestionDotToken),A(f.name,v,e.isMemberName))):(e.Debug.type(f),Q.updatePropertyAccessExpression(f,A(f.expression,v,e.isExpression),A(f.name,v,e.isMemberName)));case 207:return f.flags&32?(e.Debug.type(f),Q.updateElementAccessChain(f,A(f.expression,v,e.isExpression),A(f.questionDotToken,je,e.isQuestionDotToken),A(f.argumentExpression,v,e.isExpression))):(e.Debug.type(f),Q.updateElementAccessExpression(f,A(f.expression,v,e.isExpression),A(f.argumentExpression,v,e.isExpression)));case 208:return f.flags&32?(e.Debug.type(f),Q.updateCallChain(f,A(f.expression,v,e.isExpression),A(f.questionDotToken,je,e.isQuestionDotToken),he(f.typeArguments,v,e.isTypeNode),he(f.arguments,v,e.isExpression))):(e.Debug.type(f),Q.updateCallExpression(f,A(f.expression,v,e.isExpression),he(f.typeArguments,v,e.isTypeNode),he(f.arguments,v,e.isExpression)));case 209:return e.Debug.type(f),Q.updateNewExpression(f,A(f.expression,v,e.isExpression),he(f.typeArguments,v,e.isTypeNode),he(f.arguments,v,e.isExpression));case 210:return e.Debug.type(f),Q.updateTaggedTemplateExpression(f,A(f.tag,v,e.isExpression),he(f.typeArguments,v,e.isTypeNode),A(f.template,v,e.isTemplateLiteral));case 211:return e.Debug.type(f),Q.updateTypeAssertion(f,A(f.type,v,e.isTypeNode),A(f.expression,v,e.isExpression));case 212:return e.Debug.type(f),Q.updateParenthesizedExpression(f,A(f.expression,v,e.isExpression));case 213:return e.Debug.type(f),Q.updateFunctionExpression(f,he(f.modifiers,v,e.isModifier),A(f.asteriskToken,je,e.isAsteriskToken),A(f.name,v,e.isIdentifier),he(f.typeParameters,v,e.isTypeParameterDeclaration),$(f.parameters,v,le,he),A(f.type,v,e.isTypeNode),ye(f.body,v,le,A));case 214:return e.Debug.type(f),Q.updateArrowFunction(f,he(f.modifiers,v,e.isModifier),he(f.typeParameters,v,e.isTypeParameterDeclaration),$(f.parameters,v,le,he),A(f.type,v,e.isTypeNode),A(f.equalsGreaterThanToken,je,e.isEqualsGreaterThanToken),ye(f.body,v,le,A));case 215:return e.Debug.type(f),Q.updateDeleteExpression(f,A(f.expression,v,e.isExpression));case 216:return e.Debug.type(f),Q.updateTypeOfExpression(f,A(f.expression,v,e.isExpression));case 217:return e.Debug.type(f),Q.updateVoidExpression(f,A(f.expression,v,e.isExpression));case 218:return e.Debug.type(f),Q.updateAwaitExpression(f,A(f.expression,v,e.isExpression));case 219:return e.Debug.type(f),Q.updatePrefixUnaryExpression(f,A(f.operand,v,e.isExpression));case 220:return e.Debug.type(f),Q.updatePostfixUnaryExpression(f,A(f.operand,v,e.isExpression));case 221:return e.Debug.type(f),Q.updateBinaryExpression(f,A(f.left,v,e.isExpression),A(f.operatorToken,je,e.isBinaryOperatorToken),A(f.right,v,e.isExpression));case 222:return e.Debug.type(f),Q.updateConditionalExpression(f,A(f.condition,v,e.isExpression),A(f.questionToken,je,e.isQuestionToken),A(f.whenTrue,v,e.isExpression),A(f.colonToken,je,e.isColonToken),A(f.whenFalse,v,e.isExpression));case 223:return e.Debug.type(f),Q.updateTemplateExpression(f,A(f.head,v,e.isTemplateHead),he(f.templateSpans,v,e.isTemplateSpan));case 224:return e.Debug.type(f),Q.updateYieldExpression(f,A(f.asteriskToken,je,e.isAsteriskToken),A(f.expression,v,e.isExpression));case 225:return e.Debug.type(f),Q.updateSpreadElement(f,A(f.expression,v,e.isExpression));case 226:return e.Debug.type(f),Q.updateClassExpression(f,he(f.modifiers,v,e.isModifierLike),A(f.name,v,e.isIdentifier),he(f.typeParameters,v,e.isTypeParameterDeclaration),he(f.heritageClauses,v,e.isHeritageClause),he(f.members,v,e.isClassElement));case 228:return e.Debug.type(f),Q.updateExpressionWithTypeArguments(f,A(f.expression,v,e.isExpression),he(f.typeArguments,v,e.isTypeNode));case 229:return e.Debug.type(f),Q.updateAsExpression(f,A(f.expression,v,e.isExpression),A(f.type,v,e.isTypeNode));case 230:return f.flags&32?(e.Debug.type(f),Q.updateNonNullChain(f,A(f.expression,v,e.isExpression))):(e.Debug.type(f),Q.updateNonNullExpression(f,A(f.expression,v,e.isExpression)));case 231:return e.Debug.type(f),Q.updateMetaProperty(f,A(f.name,v,e.isIdentifier));case 233:return e.Debug.type(f),Q.updateTemplateSpan(f,A(f.expression,v,e.isExpression),A(f.literal,v,e.isTemplateMiddleOrTemplateTail));case 235:return e.Debug.type(f),Q.updateBlock(f,he(f.statements,v,e.isStatement));case 237:return e.Debug.type(f),Q.updateVariableStatement(f,he(f.modifiers,v,e.isModifier),A(f.declarationList,v,e.isVariableDeclarationList));case 238:return e.Debug.type(f),Q.updateExpressionStatement(f,A(f.expression,v,e.isExpression));case 239:return e.Debug.type(f),Q.updateIfStatement(f,A(f.expression,v,e.isExpression),A(f.thenStatement,v,e.isStatement,Q.liftToBlock),A(f.elseStatement,v,e.isStatement,Q.liftToBlock));case 240:return e.Debug.type(f),Q.updateDoStatement(f,ne(f.statement,v,le),A(f.expression,v,e.isExpression));case 241:return e.Debug.type(f),Q.updateWhileStatement(f,A(f.expression,v,e.isExpression),ne(f.statement,v,le));case 242:return e.Debug.type(f),Q.updateForStatement(f,A(f.initializer,v,e.isForInitializer),A(f.condition,v,e.isExpression),A(f.incrementor,v,e.isExpression),ne(f.statement,v,le));case 243:return e.Debug.type(f),Q.updateForInStatement(f,A(f.initializer,v,e.isForInitializer),A(f.expression,v,e.isExpression),ne(f.statement,v,le));case 244:return e.Debug.type(f),Q.updateForOfStatement(f,A(f.awaitModifier,je,e.isAwaitKeyword),A(f.initializer,v,e.isForInitializer),A(f.expression,v,e.isExpression),ne(f.statement,v,le));case 245:return e.Debug.type(f),Q.updateContinueStatement(f,A(f.label,v,e.isIdentifier));case 246:return e.Debug.type(f),Q.updateBreakStatement(f,A(f.label,v,e.isIdentifier));case 247:return e.Debug.type(f),Q.updateReturnStatement(f,A(f.expression,v,e.isExpression));case 248:return e.Debug.type(f),Q.updateWithStatement(f,A(f.expression,v,e.isExpression),A(f.statement,v,e.isStatement,Q.liftToBlock));case 249:return e.Debug.type(f),Q.updateSwitchStatement(f,A(f.expression,v,e.isExpression),A(f.caseBlock,v,e.isCaseBlock));case 250:return e.Debug.type(f),Q.updateLabeledStatement(f,A(f.label,v,e.isIdentifier),A(f.statement,v,e.isStatement,Q.liftToBlock));case 251:return e.Debug.type(f),Q.updateThrowStatement(f,A(f.expression,v,e.isExpression));case 252:return e.Debug.type(f),Q.updateTryStatement(f,A(f.tryBlock,v,e.isBlock),A(f.catchClause,v,e.isCatchClause),A(f.finallyBlock,v,e.isBlock));case 254:return e.Debug.type(f),Q.updateVariableDeclaration(f,A(f.name,v,e.isBindingName),A(f.exclamationToken,je,e.isExclamationToken),A(f.type,v,e.isTypeNode),A(f.initializer,v,e.isExpression));case 255:return e.Debug.type(f),Q.updateVariableDeclarationList(f,he(f.declarations,v,e.isVariableDeclaration));case 256:return e.Debug.type(f),Q.updateFunctionDeclaration(f,he(f.modifiers,v,e.isModifier),A(f.asteriskToken,je,e.isAsteriskToken),A(f.name,v,e.isIdentifier),he(f.typeParameters,v,e.isTypeParameterDeclaration),$(f.parameters,v,le,he),A(f.type,v,e.isTypeNode),ye(f.body,v,le,A));case 257:return e.Debug.type(f),Q.updateClassDeclaration(f,he(f.modifiers,v,e.isModifierLike),A(f.name,v,e.isIdentifier),he(f.typeParameters,v,e.isTypeParameterDeclaration),he(f.heritageClauses,v,e.isHeritageClause),he(f.members,v,e.isClassElement));case 258:return e.Debug.type(f),Q.updateInterfaceDeclaration(f,he(f.modifiers,v,e.isModifier),A(f.name,v,e.isIdentifier),he(f.typeParameters,v,e.isTypeParameterDeclaration),he(f.heritageClauses,v,e.isHeritageClause),he(f.members,v,e.isTypeElement));case 259:return e.Debug.type(f),Q.updateTypeAliasDeclaration(f,he(f.modifiers,v,e.isModifier),A(f.name,v,e.isIdentifier),he(f.typeParameters,v,e.isTypeParameterDeclaration),A(f.type,v,e.isTypeNode));case 260:return e.Debug.type(f),Q.updateEnumDeclaration(f,he(f.modifiers,v,e.isModifier),A(f.name,v,e.isIdentifier),he(f.members,v,e.isEnumMember));case 261:return e.Debug.type(f),Q.updateModuleDeclaration(f,he(f.modifiers,v,e.isModifier),A(f.name,v,e.isModuleName),A(f.body,v,e.isModuleBody));case 262:return e.Debug.type(f),Q.updateModuleBlock(f,he(f.statements,v,e.isStatement));case 263:return e.Debug.type(f),Q.updateCaseBlock(f,he(f.clauses,v,e.isCaseOrDefaultClause));case 264:return e.Debug.type(f),Q.updateNamespaceExportDeclaration(f,A(f.name,v,e.isIdentifier));case 265:return e.Debug.type(f),Q.updateImportEqualsDeclaration(f,he(f.modifiers,v,e.isModifier),f.isTypeOnly,A(f.name,v,e.isIdentifier),A(f.moduleReference,v,e.isModuleReference));case 266:return e.Debug.type(f),Q.updateImportDeclaration(f,he(f.modifiers,v,e.isModifier),A(f.importClause,v,e.isImportClause),A(f.moduleSpecifier,v,e.isExpression),A(f.assertClause,v,e.isAssertClause));case 293:return e.Debug.type(f),Q.updateAssertClause(f,he(f.elements,v,e.isAssertEntry),f.multiLine);case 294:return e.Debug.type(f),Q.updateAssertEntry(f,A(f.name,v,e.isAssertionKey),A(f.value,v,e.isExpressionNode));case 267:return e.Debug.type(f),Q.updateImportClause(f,f.isTypeOnly,A(f.name,v,e.isIdentifier),A(f.namedBindings,v,e.isNamedImportBindings));case 268:return e.Debug.type(f),Q.updateNamespaceImport(f,A(f.name,v,e.isIdentifier));case 274:return e.Debug.type(f),Q.updateNamespaceExport(f,A(f.name,v,e.isIdentifier));case 269:return e.Debug.type(f),Q.updateNamedImports(f,he(f.elements,v,e.isImportSpecifier));case 270:return e.Debug.type(f),Q.updateImportSpecifier(f,f.isTypeOnly,A(f.propertyName,v,e.isIdentifier),A(f.name,v,e.isIdentifier));case 271:return e.Debug.type(f),Q.updateExportAssignment(f,he(f.modifiers,v,e.isModifier),A(f.expression,v,e.isExpression));case 272:return e.Debug.type(f),Q.updateExportDeclaration(f,he(f.modifiers,v,e.isModifier),f.isTypeOnly,A(f.exportClause,v,e.isNamedExportBindings),A(f.moduleSpecifier,v,e.isExpression),A(f.assertClause,v,e.isAssertClause));case 273:return e.Debug.type(f),Q.updateNamedExports(f,he(f.elements,v,e.isExportSpecifier));case 275:return e.Debug.type(f),Q.updateExportSpecifier(f,f.isTypeOnly,A(f.propertyName,v,e.isIdentifier),A(f.name,v,e.isIdentifier));case 277:return e.Debug.type(f),Q.updateExternalModuleReference(f,A(f.expression,v,e.isExpression));case 278:return e.Debug.type(f),Q.updateJsxElement(f,A(f.openingElement,v,e.isJsxOpeningElement),he(f.children,v,e.isJsxChild),A(f.closingElement,v,e.isJsxClosingElement));case 279:return e.Debug.type(f),Q.updateJsxSelfClosingElement(f,A(f.tagName,v,e.isJsxTagNameExpression),he(f.typeArguments,v,e.isTypeNode),A(f.attributes,v,e.isJsxAttributes));case 280:return e.Debug.type(f),Q.updateJsxOpeningElement(f,A(f.tagName,v,e.isJsxTagNameExpression),he(f.typeArguments,v,e.isTypeNode),A(f.attributes,v,e.isJsxAttributes));case 281:return e.Debug.type(f),Q.updateJsxClosingElement(f,A(f.tagName,v,e.isJsxTagNameExpression));case 282:return e.Debug.type(f),Q.updateJsxFragment(f,A(f.openingFragment,v,e.isJsxOpeningFragment),he(f.children,v,e.isJsxChild),A(f.closingFragment,v,e.isJsxClosingFragment));case 285:return e.Debug.type(f),Q.updateJsxAttribute(f,A(f.name,v,e.isIdentifier),A(f.initializer,v,e.isStringLiteralOrJsxExpression));case 286:return e.Debug.type(f),Q.updateJsxAttributes(f,he(f.properties,v,e.isJsxAttributeLike));case 287:return e.Debug.type(f),Q.updateJsxSpreadAttribute(f,A(f.expression,v,e.isExpression));case 288:return e.Debug.type(f),Q.updateJsxExpression(f,A(f.expression,v,e.isExpression));case 289:return e.Debug.type(f),Q.updateCaseClause(f,A(f.expression,v,e.isExpression),he(f.statements,v,e.isStatement));case 290:return e.Debug.type(f),Q.updateDefaultClause(f,he(f.statements,v,e.isStatement));case 291:return e.Debug.type(f),Q.updateHeritageClause(f,he(f.types,v,e.isExpressionWithTypeArguments));case 292:return e.Debug.type(f),Q.updateCatchClause(f,A(f.variableDeclaration,v,e.isVariableDeclaration),A(f.block,v,e.isBlock));case 296:return e.Debug.type(f),Q.updatePropertyAssignment(f,A(f.name,v,e.isPropertyName),A(f.initializer,v,e.isExpression));case 297:return e.Debug.type(f),Q.updateShorthandPropertyAssignment(f,A(f.name,v,e.isIdentifier),A(f.objectAssignmentInitializer,v,e.isExpression));case 298:return e.Debug.type(f),Q.updateSpreadAssignment(f,A(f.expression,v,e.isExpression));case 299:return e.Debug.type(f),Q.updateEnumMember(f,A(f.name,v,e.isPropertyName),A(f.initializer,v,e.isExpression));case 305:return e.Debug.type(f),Q.updateSourceFile(f,x(f.statements,v,le));case 350:return e.Debug.type(f),Q.updatePartiallyEmittedExpression(f,A(f.expression,v,e.isExpression));case 351:return e.Debug.type(f),Q.updateCommaListExpression(f,he(f.elements,v,e.isExpression));default:return f}}}e.visitEachChild=U;function We(f){return e.Debug.assert(f.length<=1,"Too many nodes written to output."),e.singleOrUndefined(f)}})(Qt||(Qt={}));var Qt;(function(e){function t(q){return q=e.getOriginalNode(q),q?e.getNodeId(q):0}e.getOriginalNodeId=t;function a(q){return!q||!e.isNamedImports(q)?!1:e.some(q.elements,_)}function _(q){return q.propertyName!==void 0&&q.propertyName.escapedText==="default"}function d(q,ve){return st;function st(Me){return Me.kind===305?ve(Me):we(Me)}function we(Me){return q.factory.createBundle(e.map(Me.sourceFiles,ve),Me.prepends)}}e.chainBundle=d;function x(q){return!!e.getNamespaceDeclarationNode(q)}e.getExportNeedsImportStarHelper=x;function $(q){if(e.getNamespaceDeclarationNode(q))return!0;var ve=q.importClause&&q.importClause.namedBindings;if(!ve||!e.isNamedImports(ve))return!1;for(var st=0,we=0,Me=ve.elements;we<Me.length;we++){var Tt=Me[we];_(Tt)&&st++}return st>0&&st!==ve.elements.length||!!(ve.elements.length-st)&&e.isDefaultImport(q)}e.getImportNeedsImportStarHelper=$;function Y(q){return!$(q)&&(e.isDefaultImport(q)||!!q.importClause&&e.isNamedImports(q.importClause.namedBindings)&&a(q.importClause.namedBindings))}e.getImportNeedsImportDefaultHelper=Y;function w(q,ve,st,we){for(var Me=[],Tt=e.createMultiMap(),ze=[],rt=new e.Map,Pt,Ot=!1,Yt,oe=!1,y=!1,g=!1,D=0,G=ve.statements;D<G.length;D++){var ee=G[D];switch(ee.kind){case 266:Me.push(ee),!y&&$(ee)&&(y=!0),!g&&Y(ee)&&(g=!0);break;case 265:ee.moduleReference.kind===277&&Me.push(ee);break;case 272:if(ee.moduleSpecifier)if(!ee.exportClause)Me.push(ee),oe=!0;else if(Me.push(ee),e.isNamedExports(ee.exportClause))B(ee);else{var V=ee.exportClause.name;rt.get(e.idText(V))||(qe(ze,t(ee),V),rt.set(e.idText(V),!0),Pt=e.append(Pt,V)),y=!0}else B(ee);break;case 271:ee.isExportEquals&&!Yt&&(Yt=ee);break;case 237:if(e.hasSyntacticModifier(ee,1))for(var Ye=0,at=ee.declarationList.declarations;Ye<at.length;Ye++){var Le=at[Ye];Pt=K(Le,rt,Pt)}break;case 256:if(e.hasSyntacticModifier(ee,1))if(e.hasSyntacticModifier(ee,512))Ot||(qe(ze,t(ee),q.factory.getDeclarationName(ee)),Ot=!0);else{var V=ee.name;rt.get(e.idText(V))||(qe(ze,t(ee),V),rt.set(e.idText(V),!0),Pt=e.append(Pt,V))}break;case 257:if(e.hasSyntacticModifier(ee,1))if(e.hasSyntacticModifier(ee,512))Ot||(qe(ze,t(ee),q.factory.getDeclarationName(ee)),Ot=!0);else{var V=ee.name;V&&!rt.get(e.idText(V))&&(qe(ze,t(ee),V),rt.set(e.idText(V),!0),Pt=e.append(Pt,V))}break}}var Ne=e.createExternalHelpersImportDeclarationIfNeeded(q.factory,q.getEmitHelperFactory(),ve,we,oe,y,g);return Ne&&Me.unshift(Ne),{externalImports:Me,exportSpecifiers:Tt,exportEquals:Yt,hasExportStarsToExportValues:oe,exportedBindings:ze,exportedNames:Pt,externalHelpersImportDeclaration:Ne};function B(mt){for(var X=0,ce=e.cast(mt.exportClause,e.isNamedExports).elements;X<ce.length;X++){var Fe=ce[X];if(!rt.get(e.idText(Fe.name))){var Ue=Fe.propertyName||Fe.name;mt.moduleSpecifier||Tt.add(e.idText(Ue),Fe);var Ve=st.getReferencedImportDeclaration(Ue)||st.getReferencedValueDeclaration(Ue);Ve&&qe(ze,t(Ve),Fe.name),rt.set(e.idText(Fe.name),!0),Pt=e.append(Pt,Fe.name)}}}}e.collectExternalModuleInfo=w;function K(q,ve,st){if(e.isBindingPattern(q.name))for(var we=0,Me=q.name.elements;we<Me.length;we++){var Tt=Me[we];e.isOmittedExpression(Tt)||(st=K(Tt,ve,st))}else if(!e.isGeneratedIdentifier(q.name)){var ze=e.idText(q.name);ve.get(ze)||(ve.set(ze,!0),st=e.append(st,q.name))}return st}function qe(q,ve,st){var we=q[ve];return we?we.push(st):q[ve]=we=[st],we}function ye(q){return e.isStringLiteralLike(q)||q.kind===8||e.isKeyword(q.kind)||e.isIdentifier(q)}e.isSimpleCopiableExpression=ye;function ne(q){return!e.isIdentifier(q)&&ye(q)}e.isSimpleInlineableExpression=ne;function U(q){return q>=64&&q<=78}e.isCompoundAssignment=U;function We(q){switch(q){case 64:return 39;case 65:return 40;case 66:return 41;case 67:return 42;case 68:return 43;case 69:return 44;case 70:return 47;case 71:return 48;case 72:return 49;case 73:return 50;case 74:return 51;case 78:return 52;case 75:return 56;case 76:return 55;case 77:return 60}}e.getNonAssignmentOperatorForCompoundAssignment=We;function f(q){if(!!e.isExpressionStatement(q)){var ve=e.skipParentheses(q.expression);return e.isSuperCall(ve)?ve:void 0}}e.getSuperCallFromStatement=f;function v(q,ve){for(var st=ve;st<q.length;st+=1){var we=q[st];if(f(we))return st}return-1}e.findSuperStatementIndex=v;function le(q,ve,st){return e.filter(q.members,function(we){return A(we,ve,st)})}e.getProperties=le;function he(q){return xe(q)||e.isClassStaticBlockDeclaration(q)}function je(q){return e.filter(q.members,he)}e.getStaticPropertiesAndClassStaticBlock=je;function A(q,ve,st){return e.isPropertyDeclaration(q)&&(!!q.initializer||!ve)&&e.hasStaticModifier(q)===st}function xe(q){return e.isPropertyDeclaration(q)&&e.hasStaticModifier(q)}function Q(q){return q.kind===167&&q.initializer!==void 0}e.isInitializedProperty=Q;function Ct(q){return!e.isStatic(q)&&e.isMethodOrAccessor(q)&&e.isPrivateIdentifier(q.name)}e.isNonStaticMethodOrAccessorWithPrivateName=Ct;function ft(q){var ve;if(q)for(var st=q.parameters,we=st.length>0&&e.parameterIsThisKeyword(st[0]),Me=we?1:0,Tt=we?st.length-1:st.length,ze=0;ze<Tt;ze++){var rt=st[ze+Me];(ve||e.hasDecorators(rt))&&(ve||(ve=new Array(Tt)),ve[ze]=e.getDecorators(rt))}return ve}function Jt(q){var ve=e.getDecorators(q),st=ft(e.getFirstConstructorWithBody(q));if(!(!e.some(ve)&&!e.some(st)))return{decorators:ve,parameters:st}}e.getAllDecoratorsOfClass=Jt;function ke(q,ve){switch(q.kind){case 172:case 173:return Qe(q,ve);case 169:return be(q);case 167:return Ie(q);default:return}}e.getAllDecoratorsOfClassElement=ke;function Qe(q,ve){if(!!q.body){var st=e.getAllAccessorDeclarations(ve.members,q),we=st.firstAccessor,Me=st.secondAccessor,Tt=st.getAccessor,ze=st.setAccessor,rt=e.hasDecorators(we)?we:Me&&e.hasDecorators(Me)?Me:void 0;if(!(!rt||q!==rt)){var Pt=e.getDecorators(rt),Ot=ft(ze);if(!(!e.some(Pt)&&!e.some(Ot)))return{decorators:Pt,parameters:Ot,getDecorators:Tt&&e.getDecorators(Tt),setDecorators:ze&&e.getDecorators(ze)}}}}function be(q){if(!!q.body){var ve=e.getDecorators(q),st=ft(q);if(!(!e.some(ve)&&!e.some(st)))return{decorators:ve,parameters:st}}}function Ie(q){var ve=e.getDecorators(q);if(!!e.some(ve))return{decorators:ve}}})(Qt||(Qt={}));var Qt;(function(e){e.scanner=e.createScanner(99,!0);var t;(function(c){c[c.None=0]="None",c[c.Value=1]="Value",c[c.Type=2]="Type",c[c.Namespace=4]="Namespace",c[c.All=7]="All"})(t=e.SemanticMeaning||(e.SemanticMeaning={}));function a(c){switch(c.kind){case 254:return e.isInJSFile(c)&&e.getJSDocEnumTag(c)?7:1;case 164:case 203:case 167:case 166:case 296:case 297:case 169:case 168:case 171:case 172:case 173:case 256:case 213:case 214:case 292:case 285:return 1;case 163:case 258:case 259:case 182:return 2;case 345:return c.name===void 0?3:2;case 299:case 257:return 3;case 261:return e.isAmbientModule(c)||e.getModuleInstanceState(c)===1?5:4;case 260:case 269:case 270:case 265:case 266:case 271:case 272:return 7;case 305:return 5}return 7}e.getMeaningFromDeclaration=a;function _(c){c=fr(c);var S=c.parent;return c.kind===305?1:e.isExportAssignment(S)||e.isExportSpecifier(S)||e.isExternalModuleReference(S)||e.isImportSpecifier(S)||e.isImportClause(S)||e.isImportEqualsDeclaration(S)&&c===S.name?7:x(c)?d(c):e.isDeclarationName(c)?a(S):e.isEntityName(c)&&e.findAncestor(c,e.or(e.isJSDocNameReference,e.isJSDocLinkLike,e.isJSDocMemberName))?7:K(c)?2:$(c)?4:e.isTypeParameterDeclaration(S)?(e.Debug.assert(e.isJSDocTemplateTag(S.parent)),2):e.isLiteralTypeNode(S)?3:1}e.getMeaningFromLocation=_;function d(c){var S=c.kind===161?c:e.isQualifiedName(c.parent)&&c.parent.right===c?c.parent:void 0;return S&&S.parent.kind===265?7:4}function x(c){for(;c.parent.kind===161;)c=c.parent;return e.isInternalModuleImportEqualsDeclaration(c.parent)&&c.parent.moduleReference===c}e.isInRightSideOfInternalImportEqualsDeclaration=x;function $(c){return Y(c)||w(c)}function Y(c){var S=c,C=!0;if(S.parent.kind===161){for(;S.parent&&S.parent.kind===161;)S=S.parent;C=S.right===c}return S.parent.kind===178&&!C}function w(c){var S=c,C=!0;if(S.parent.kind===206){for(;S.parent&&S.parent.kind===206;)S=S.parent;C=S.name===c}if(!C&&S.parent.kind===228&&S.parent.parent.kind===291){var ae=S.parent.parent.parent;return ae.kind===257&&S.parent.parent.token===117||ae.kind===258&&S.parent.parent.token===94}return!1}function K(c){switch(e.isRightSideOfQualifiedNameOrPropertyAccess(c)&&(c=c.parent),c.kind){case 108:return!e.isExpressionNode(c);case 192:return!0}switch(c.parent.kind){case 178:return!0;case 200:return!c.parent.isTypeOf;case 228:return e.isPartOfTypeNode(c.parent)}return!1}function qe(c,S,C){return S===void 0&&(S=!1),C===void 0&&(C=!1),je(c,e.isCallExpression,v,S,C)}e.isCallExpressionTarget=qe;function ye(c,S,C){return S===void 0&&(S=!1),C===void 0&&(C=!1),je(c,e.isNewExpression,v,S,C)}e.isNewExpressionTarget=ye;function ne(c,S,C){return S===void 0&&(S=!1),C===void 0&&(C=!1),je(c,e.isCallOrNewExpression,v,S,C)}e.isCallOrNewExpressionTarget=ne;function U(c,S,C){return S===void 0&&(S=!1),C===void 0&&(C=!1),je(c,e.isTaggedTemplateExpression,le,S,C)}e.isTaggedTemplateTag=U;function We(c,S,C){return S===void 0&&(S=!1),C===void 0&&(C=!1),je(c,e.isDecorator,v,S,C)}e.isDecoratorTarget=We;function f(c,S,C){return S===void 0&&(S=!1),C===void 0&&(C=!1),je(c,e.isJsxOpeningLikeElement,he,S,C)}e.isJsxOpeningLikeElementTagName=f;function v(c){return c.expression}function le(c){return c.tag}function he(c){return c.tagName}function je(c,S,C,ae,Xe){var jt=ae?xe(c):A(c);return Xe&&(jt=e.skipOuterExpressions(jt)),!!jt&&!!jt.parent&&S(jt.parent)&&C(jt.parent)===jt}function A(c){return Ie(c)?c.parent:c}e.climbPastPropertyAccess=A;function xe(c){return Ie(c)||q(c)?c.parent:c}e.climbPastPropertyOrElementAccess=xe;function Q(c,S){for(;c;){if(c.kind===250&&c.label.escapedText===S)return c.label;c=c.parent}}e.getTargetLabel=Q;function Ct(c,S){return e.isPropertyAccessExpression(c.expression)?c.expression.name.text===S:!1}e.hasPropertyAccessExpressionWithName=Ct;function ft(c){var S;return e.isIdentifier(c)&&((S=e.tryCast(c.parent,e.isBreakOrContinueStatement))===null||S===void 0?void 0:S.label)===c}e.isJumpStatementTarget=ft;function Jt(c){var S;return e.isIdentifier(c)&&((S=e.tryCast(c.parent,e.isLabeledStatement))===null||S===void 0?void 0:S.label)===c}e.isLabelOfLabeledStatement=Jt;function ke(c){return Jt(c)||ft(c)}e.isLabelName=ke;function Qe(c){var S;return((S=e.tryCast(c.parent,e.isJSDocTag))===null||S===void 0?void 0:S.tagName)===c}e.isTagName=Qe;function be(c){var S;return((S=e.tryCast(c.parent,e.isQualifiedName))===null||S===void 0?void 0:S.right)===c}e.isRightSideOfQualifiedName=be;function Ie(c){var S;return((S=e.tryCast(c.parent,e.isPropertyAccessExpression))===null||S===void 0?void 0:S.name)===c}e.isRightSideOfPropertyAccess=Ie;function q(c){var S;return((S=e.tryCast(c.parent,e.isElementAccessExpression))===null||S===void 0?void 0:S.argumentExpression)===c}e.isArgumentExpressionOfElementAccess=q;function ve(c){var S;return((S=e.tryCast(c.parent,e.isModuleDeclaration))===null||S===void 0?void 0:S.name)===c}e.isNameOfModuleDeclaration=ve;function st(c){var S;return e.isIdentifier(c)&&((S=e.tryCast(c.parent,e.isFunctionLike))===null||S===void 0?void 0:S.name)===c}e.isNameOfFunctionDeclaration=st;function we(c){switch(c.parent.kind){case 167:case 166:case 296:case 299:case 169:case 168:case 172:case 173:case 261:return e.getNameOfDeclaration(c.parent)===c;case 207:return c.parent.argumentExpression===c;case 162:return!0;case 196:return c.parent.parent.kind===194;default:return!1}}e.isLiteralNameOfPropertyDeclarationOrIndexAccess=we;function Me(c){return e.isExternalModuleImportEqualsDeclaration(c.parent.parent)&&e.getExternalModuleImportEqualsDeclarationExpression(c.parent.parent)===c}e.isExpressionOfExternalModuleImportEqualsDeclaration=Me;function Tt(c){for(e.isJSDocTypeAlias(c)&&(c=c.parent.parent);;){if(c=c.parent,!c)return;switch(c.kind){case 305:case 169:case 168:case 256:case 213:case 172:case 173:case 257:case 258:case 260:case 261:return c}}}e.getContainerNode=Tt;function ze(c){switch(c.kind){case 305:return e.isExternalModule(c)?"module":"script";case 261:return"module";case 257:case 226:return"class";case 258:return"interface";case 259:case 338:case 345:return"type";case 260:return"enum";case 254:return Ht(c);case 203:return Ht(e.getRootDeclaration(c));case 214:case 256:case 213:return"function";case 172:return"getter";case 173:return"setter";case 169:case 168:return"method";case 296:var S=c.initializer;return e.isFunctionLike(S)?"method":"property";case 167:case 166:case 297:case 298:return"property";case 176:return"index";case 175:return"construct";case 174:return"call";case 171:case 170:return"constructor";case 163:return"type parameter";case 299:return"enum member";case 164:return e.hasSyntacticModifier(c,16476)?"property":"parameter";case 265:case 270:case 275:case 268:case 274:return"alias";case 221:var C=e.getAssignmentDeclarationKind(c),ae=c.right;switch(C){case 7:case 8:case 9:case 0:return"";case 1:case 2:var Xe=ze(ae);return Xe===""?"const":Xe;case 3:return e.isFunctionExpression(ae)?"method":"property";case 4:return"property";case 5:return e.isFunctionExpression(ae)?"method":"property";case 6:return"local class";default:return e.assertType(C),""}case 79:return e.isImportClause(c.parent)?"alias":"";case 271:var jt=ze(c.expression);return jt===""?"const":jt;default:return""}function Ht(Dr){return e.isVarConst(Dr)?"const":e.isLet(Dr)?"let":"var"}}e.getNodeKind=ze;function rt(c){switch(c.kind){case 108:return!0;case 79:return e.identifierIsThisKeyword(c)&&c.parent.kind===164;default:return!1}}e.isThis=rt;var Pt=/^\/\/\/\s*</;function Ot(c,S){var C=e.getLineStarts(S),ae=S.getLineAndCharacterOfPosition(c).line;return C[ae]}e.getLineStartPositionForPosition=Ot;function Yt(c,S){return D(c.pos,c.end,S)}e.rangeContainsRange=Yt;function oe(c,S){return g(c,S.pos)&&g(c,S.end)}e.rangeContainsRangeExclusive=oe;function y(c,S){return c.pos<=S&&S<=c.end}e.rangeContainsPosition=y;function g(c,S){return c.pos<S&&S<c.end}e.rangeContainsPositionExclusive=g;function D(c,S,C){return c<=C.pos&&S>=C.end}e.startEndContainsRange=D;function G(c,S,C){return c.pos<=S&&c.end>=C}e.rangeContainsStartEnd=G;function ee(c,S,C){return Ye(c.pos,c.end,S,C)}e.rangeOverlapsWithStartEnd=ee;function V(c,S,C,ae){return Ye(c.getStart(S),c.end,C,ae)}e.nodeOverlapsWithStartEnd=V;function Ye(c,S,C,ae){var Xe=Math.max(c,C),jt=Math.min(S,ae);return Xe<jt}e.startEndOverlapsWithStartEnd=Ye;function at(c,S,C){return e.Debug.assert(c.pos<=S),S<c.end||!Le(c,C)}e.positionBelongsToNode=at;function Le(c,S){if(c===void 0||e.nodeIsMissing(c))return!1;switch(c.kind){case 257:case 258:case 260:case 205:case 201:case 182:case 235:case 262:case 263:case 269:case 273:return Ne(c,19,S);case 292:return Le(c.block,S);case 209:if(!c.arguments)return!0;case 208:case 212:case 191:return Ne(c,21,S);case 179:case 180:return Le(c.type,S);case 171:case 172:case 173:case 256:case 213:case 169:case 168:case 175:case 174:case 214:return c.body?Le(c.body,S):c.type?Le(c.type,S):mt(c,21,S);case 261:return!!c.body&&Le(c.body,S);case 239:return c.elseStatement?Le(c.elseStatement,S):Le(c.thenStatement,S);case 238:return Le(c.expression,S)||mt(c,26,S);case 204:case 202:case 207:case 162:case 184:return Ne(c,23,S);case 176:return c.type?Le(c.type,S):mt(c,23,S);case 289:case 290:return!1;case 242:case 243:case 244:case 241:return Le(c.statement,S);case 240:return mt(c,115,S)?Ne(c,21,S):Le(c.statement,S);case 181:return Le(c.exprName,S);case 216:case 215:case 217:case 224:case 225:var C=c;return Le(C.expression,S);case 210:return Le(c.template,S);case 223:var ae=e.lastOrUndefined(c.templateSpans);return Le(ae,S);case 233:return e.nodeIsPresent(c.literal);case 272:case 266:return e.nodeIsPresent(c.moduleSpecifier);case 219:return Le(c.operand,S);case 221:return Le(c.right,S);case 222:return Le(c.whenFalse,S);default:return!0}}function Ne(c,S,C){var ae=c.getChildren(C);if(ae.length){var Xe=e.last(ae);if(Xe.kind===S)return!0;if(Xe.kind===26&&ae.length!==1)return ae[ae.length-2].kind===S}return!1}function B(c){var S=ce(c);if(!!S){var C=S.getChildren(),ae=e.indexOfNode(C,c);return{listItemIndex:ae,list:S}}}e.findListItemInfo=B;function mt(c,S,C){return!!X(c,S,C)}e.hasChildOfKind=mt;function X(c,S,C){return e.find(c.getChildren(C),function(ae){return ae.kind===S})}e.findChildOfKind=X;function ce(c){var S=e.find(c.parent.getChildren(),function(C){return e.isSyntaxList(C)&&Yt(C,c)});return e.Debug.assert(!S||e.contains(S.getChildren(),c)),S}e.findContainingList=ce;function Fe(c){return c.kind===88}function Ue(c){return c.kind===84}function Ve(c){return c.kind===98}function ut(c){if(e.isNamedDeclaration(c))return c.name;if(e.isClassDeclaration(c)){var S=c.modifiers&&e.find(c.modifiers,Fe);if(S)return S}if(e.isClassExpression(c)){var C=e.find(c.getChildren(),Ue);if(C)return C}}function ht(c){if(e.isNamedDeclaration(c))return c.name;if(e.isFunctionDeclaration(c)){var S=e.find(c.modifiers,Fe);if(S)return S}if(e.isFunctionExpression(c)){var C=e.find(c.getChildren(),Ve);if(C)return C}}function St(c){var S;return e.findAncestor(c,function(C){return e.isTypeNode(C)&&(S=C),!e.isQualifiedName(C.parent)&&!e.isTypeNode(C.parent)&&!e.isTypeElement(C.parent)}),S}function Z(c,S){var C=tr(c,S);if(C)return C;var ae=St(c);return ae&&S.getTypeAtLocation(ae)}e.getContextualTypeFromParentOrAncestorTypeNode=Z;function fe(c,S){if(!S)switch(c.kind){case 257:case 226:return ut(c);case 256:case 213:return ht(c);case 171:return c}if(e.isNamedDeclaration(c))return c.name}function nt(c,S){if(c.importClause){if(c.importClause.name&&c.importClause.namedBindings)return;if(c.importClause.name)return c.importClause.name;if(c.importClause.namedBindings){if(e.isNamedImports(c.importClause.namedBindings)){var C=e.singleOrUndefined(c.importClause.namedBindings.elements);return C?C.name:void 0}else if(e.isNamespaceImport(c.importClause.namedBindings))return c.importClause.namedBindings.name}}if(!S)return c.moduleSpecifier}function dt(c,S){if(c.exportClause){if(e.isNamedExports(c.exportClause)){var C=e.singleOrUndefined(c.exportClause.elements);return C?c.exportClause.elements[0].name:void 0}else if(e.isNamespaceExport(c.exportClause))return c.exportClause.name}if(!S)return c.moduleSpecifier}function Ft(c){if(c.types.length===1)return c.types[0].expression}function Mt(c,S){var C=c.parent;if(e.isModifier(c)&&(S||c.kind!==88)?e.canHaveModifiers(C)&&e.contains(C.modifiers,c):c.kind===84?e.isClassDeclaration(C)||e.isClassExpression(c):c.kind===98?e.isFunctionDeclaration(C)||e.isFunctionExpression(c):c.kind===118?e.isInterfaceDeclaration(C):c.kind===92?e.isEnumDeclaration(C):c.kind===152?e.isTypeAliasDeclaration(C):c.kind===142||c.kind===141?e.isModuleDeclaration(C):c.kind===100?e.isImportEqualsDeclaration(C):c.kind===136?e.isGetAccessorDeclaration(C):c.kind===149&&e.isSetAccessorDeclaration(C)){var ae=fe(C,S);if(ae)return ae}if((c.kind===113||c.kind===85||c.kind===119)&&e.isVariableDeclarationList(C)&&C.declarations.length===1){var Xe=C.declarations[0];if(e.isIdentifier(Xe.name))return Xe.name}if(c.kind===152){if(e.isImportClause(C)&&C.isTypeOnly){var ae=nt(C.parent,S);if(ae)return ae}if(e.isExportDeclaration(C)&&C.isTypeOnly){var ae=dt(C,S);if(ae)return ae}}if(c.kind===127){if(e.isImportSpecifier(C)&&C.propertyName||e.isExportSpecifier(C)&&C.propertyName||e.isNamespaceImport(C)||e.isNamespaceExport(C))return C.name;if(e.isExportDeclaration(C)&&C.exportClause&&e.isNamespaceExport(C.exportClause))return C.exportClause.name}if(c.kind===100&&e.isImportDeclaration(C)){var ae=nt(C,S);if(ae)return ae}if(c.kind===93){if(e.isExportDeclaration(C)){var ae=dt(C,S);if(ae)return ae}if(e.isExportAssignment(C))return e.skipOuterExpressions(C.expression)}if(c.kind===146&&e.isExternalModuleReference(C))return C.expression;if(c.kind===156&&(e.isImportDeclaration(C)||e.isExportDeclaration(C))&&C.moduleSpecifier)return C.moduleSpecifier;if((c.kind===94||c.kind===117)&&e.isHeritageClause(C)&&C.token===c.kind){var ae=Ft(C);if(ae)return ae}if(c.kind===94){if(e.isTypeParameterDeclaration(C)&&C.constraint&&e.isTypeReferenceNode(C.constraint))return C.constraint.typeName;if(e.isConditionalTypeNode(C)&&e.isTypeReferenceNode(C.extendsType))return C.extendsType.typeName}if(c.kind===137&&e.isInferTypeNode(C))return C.typeParameter.name;if(c.kind===101&&e.isTypeParameterDeclaration(C)&&e.isMappedTypeNode(C.parent))return C.name;if(c.kind===140&&e.isTypeOperatorNode(C)&&C.operator===140&&e.isTypeReferenceNode(C.type))return C.type.typeName;if(c.kind===145&&e.isTypeOperatorNode(C)&&C.operator===145&&e.isArrayTypeNode(C.type)&&e.isTypeReferenceNode(C.type.elementType))return C.type.elementType.typeName;if(!S){if((c.kind===103&&e.isNewExpression(C)||c.kind===114&&e.isVoidExpression(C)||c.kind===112&&e.isTypeOfExpression(C)||c.kind===132&&e.isAwaitExpression(C)||c.kind===125&&e.isYieldExpression(C)||c.kind===89&&e.isDeleteExpression(C))&&C.expression)return e.skipOuterExpressions(C.expression);if((c.kind===101||c.kind===102)&&e.isBinaryExpression(C)&&C.operatorToken===c)return e.skipOuterExpressions(C.right);if(c.kind===127&&e.isAsExpression(C)&&e.isTypeReferenceNode(C.type))return C.type.typeName;if(c.kind===101&&e.isForInStatement(C)||c.kind===160&&e.isForOfStatement(C))return e.skipOuterExpressions(C.expression)}return c}function fr(c){return Mt(c,!1)}e.getAdjustedReferenceLocation=fr;function Ce(c){return Mt(c,!0)}e.getAdjustedRenameLocation=Ce;function L(c,S){return r(c,S,function(C){return e.isPropertyNameLiteral(C)||e.isKeyword(C.kind)||e.isPrivateIdentifier(C)})}e.getTouchingPropertyName=L;function r(c,S,C){return Ir(c,S,!1,C,!1)}e.getTouchingToken=r;function Er(c,S){return Ir(c,S,!0,void 0,!1)}e.getTokenAtPosition=Er;function Ir(c,S,C,ae,Xe){var jt=c,Ht,Dr=function(){var on=jt.getChildren(c),xr=e.binarySearchKey(on,S,function(Ar,Tn){return Tn},function(Ar,Tn){var cn=on[Ar].getEnd();if(cn<S)return-1;var Gn=C?on[Ar].getFullStart():on[Ar].getStart(c,!0);return Gn>S?1:bn(on[Ar],Gn,cn)?on[Ar-1]&&bn(on[Ar-1])?1:0:ae&&Gn===S&&on[Ar-1]&&on[Ar-1].getEnd()===S&&bn(on[Ar-1])?1:-1});return Ht?{value:Ht}:xr>=0&&on[xr]?(jt=on[xr],"continue-outer"):{value:jt}};e:for(;;){var _n=Dr();if(typeof _n=="object")return _n.value;switch(_n){case"continue-outer":continue e}}function bn(on,xr,Ar){if(Ar!=null||(Ar=on.getEnd()),Ar<S||(xr!=null||(xr=C?on.getFullStart():on.getStart(c,!0)),xr>S))return!1;if(S<Ar||S===Ar&&(on.kind===1||Xe))return!0;if(ae&&Ar===S){var Tn=W(S,c,on);if(Tn&&ae(Tn))return Ht=Tn,!0}return!1}}function Ke(c,S){for(var C=Er(c,S);nr(C);){var ae=k(C,C.parent,c);if(!ae)return;C=ae}return C}e.findFirstNonJsxWhitespaceToken=Ke;function se(c,S){var C=Er(c,S);return e.isToken(C)&&S>C.getStart(c)&&S<C.getEnd()?C:W(S,c)}e.findTokenOnLeftOfPosition=se;function k(c,S,C){return ae(S);function ae(Xe){return e.isToken(Xe)&&Xe.pos===c.end?Xe:e.firstDefined(Xe.getChildren(C),function(jt){var Ht=jt.pos<=c.pos&&jt.end>c.end||jt.pos===c.end;return Ht&&An(jt,C)?ae(jt):void 0})}}e.findNextToken=k;function W(c,S,C,ae){var Xe=jt(C||S);return e.Debug.assert(!(Xe&&nr(Xe))),Xe;function jt(Ht){if(me(Ht)&&Ht.kind!==1)return Ht;var Dr=Ht.getChildren(S),_n=e.binarySearchKey(Dr,c,function(cn,Gn){return Gn},function(cn,Gn){return c<Dr[cn].end?!Dr[cn-1]||c>=Dr[cn-1].end?0:1:-1});if(_n>=0&&Dr[_n]){var bn=Dr[_n];if(c<bn.end){var on=bn.getStart(S,!ae),xr=on>=c||!An(bn,S)||nr(bn);if(xr){var Ar=_t(Dr,_n,S,Ht.kind);return Ar&&Et(Ar,S)}else return jt(bn)}}e.Debug.assert(C!==void 0||Ht.kind===305||Ht.kind===1||e.isJSDocCommentContainingNode(Ht));var Tn=_t(Dr,Dr.length,S,Ht.kind);return Tn&&Et(Tn,S)}}e.findPrecedingToken=W;function me(c){return e.isToken(c)&&!nr(c)}function Et(c,S){if(me(c))return c;var C=c.getChildren(S);if(C.length===0)return c;var ae=_t(C,C.length,S,c.kind);return ae&&Et(ae,S)}function _t(c,S,C,ae){for(var Xe=S-1;Xe>=0;Xe--){var jt=c[Xe];if(nr(jt))Xe===0&&(ae===11||ae===279)&&e.Debug.fail("`JsxText` tokens should not be the first child of `JsxElement | JsxSelfClosingElement`");else if(An(c[Xe],C))return c[Xe]}}function Xt(c,S,C){if(C===void 0&&(C=W(S,c)),C&&e.isStringTextContainingNode(C)){var ae=C.getStart(c),Xe=C.getEnd();if(ae<S&&S<Xe)return!0;if(S===Xe)return!!C.isUnterminated}return!1}e.isInString=Xt;function $t(c,S){var C=Er(c,S);return C?!!(C.kind===11||C.kind===29&&C.parent.kind===11||C.kind===29&&C.parent.kind===288||C&&C.kind===19&&C.parent.kind===288||C.kind===29&&C.parent.kind===281):!1}e.isInsideJsxElementOrAttribute=$t;function nr(c){return e.isJsxText(c)&&c.containsOnlyTriviaWhiteSpaces}function vr(c,S){var C=Er(c,S);return e.isTemplateLiteralKind(C.kind)&&S>C.getStart(c)}e.isInTemplateString=vr;function Sr(c,S){var C=Er(c,S);return!!(e.isJsxText(C)||C.kind===18&&e.isJsxExpression(C.parent)&&e.isJsxElement(C.parent.parent)||C.kind===29&&e.isJsxOpeningLikeElement(C.parent)&&e.isJsxElement(C.parent.parent))}e.isInJSXText=Sr;function Wt(c,S){function C(ae){for(;ae;)if(ae.kind>=279&&ae.kind<=288||ae.kind===11||ae.kind===29||ae.kind===31||ae.kind===79||ae.kind===19||ae.kind===18||ae.kind===43)ae=ae.parent;else if(ae.kind===278){if(S>ae.getStart(c))return!0;ae=ae.parent}else return!1;return!1}return C(Er(c,S))}e.isInsideJsxElement=Wt;function zt(c,S,C){var ae=e.tokenToString(c.kind),Xe=e.tokenToString(S),jt=c.getFullStart(),Ht=C.text.lastIndexOf(Xe,jt);if(Ht!==-1){if(C.text.lastIndexOf(ae,jt-1)<Ht){var Dr=W(Ht+1,C);if(Dr&&Dr.kind===S)return Dr}for(var _n=c.kind,bn=0;;){var on=W(c.getFullStart(),C);if(!on)return;if(c=on,c.kind===S){if(bn===0)return c;bn--}else c.kind===_n&&bn++}}}e.findPrecedingMatchingToken=zt;function ur(c,S,C){return S?c.getNonNullableType():C?c.getNonOptionalType():c}e.removeOptionality=ur;function Cr(c,S,C){var ae=Qr(c,S);return ae!==void 0&&(e.isPartOfTypeNode(ae.called)||wr(ae.called,ae.nTypeArguments,C).length!==0||Cr(ae.called,S,C))}e.isPossiblyTypeArgumentPosition=Cr;function wr(c,S,C){var ae=C.getTypeAtLocation(c);e.isOptionalChain(c.parent)&&(ae=ur(ae,e.isOptionalChainRoot(c.parent),!0));var Xe=e.isNewExpression(c.parent)?ae.getConstructSignatures():ae.getCallSignatures();return Xe.filter(function(jt){return!!jt.typeParameters&&jt.typeParameters.length>=S})}e.getPossibleGenericSignatures=wr;function Qr(c,S){if(S.text.lastIndexOf("<",c?c.pos:S.text.length)!==-1)for(var C=c,ae=0,Xe=0;C;){switch(C.kind){case 29:if(C=W(C.getFullStart(),S),C&&C.kind===28&&(C=W(C.getFullStart(),S)),!C||!e.isIdentifier(C))return;if(!ae)return e.isDeclarationName(C)?void 0:{called:C,nTypeArguments:Xe};ae--;break;case 49:ae=3;break;case 48:ae=2;break;case 31:ae++;break;case 19:if(C=zt(C,18,S),!C)return;break;case 21:if(C=zt(C,20,S),!C)return;break;case 23:if(C=zt(C,22,S),!C)return;break;case 27:Xe++;break;case 38:case 79:case 10:case 8:case 9:case 110:case 95:case 112:case 94:case 140:case 24:case 51:case 57:case 58:break;default:if(e.isTypeNode(C))break;return}C=W(C.getFullStart(),S)}}e.getPossibleTypeArgumentsInfo=Qr;function xn(c,S,C){return e.formatting.getRangeOfEnclosingComment(c,S,void 0,C)}e.isInComment=xn;function un(c,S){var C=Er(c,S);return!!e.findAncestor(C,e.isJSDoc)}e.hasDocComment=un;function An(c,S){return c.kind===1?!!c.jsDoc:c.getWidth(S)!==0}function Nn(c,S){S===void 0&&(S=0);var C=[],ae=e.isDeclaration(c)?e.getCombinedNodeFlagsAlwaysIncludeJSDoc(c)&~S:0;return ae&8&&C.push("private"),ae&16&&C.push("protected"),ae&4&&C.push("public"),(ae&32||e.isClassStaticBlockDeclaration(c))&&C.push("static"),ae&128&&C.push("abstract"),ae&1&&C.push("export"),ae&8192&&C.push("deprecated"),c.flags&16777216&&C.push("declare"),c.kind===271&&C.push("export"),C.length>0?C.join(","):""}e.getNodeModifiers=Nn;function On(c){if(c.kind===178||c.kind===208)return c.typeArguments;if(e.isFunctionLike(c)||c.kind===257||c.kind===258)return c.typeParameters}e.getTypeArgumentOrTypeParameterList=On;function si(c){return c===2||c===3}e.isComment=si;function _i(c){return!!(c===10||c===13||e.isTemplateLiteralKind(c))}e.isStringOrRegularExpressionOrTemplateLiteral=_i;function Vn(c){return 18<=c&&c<=78}e.isPunctuation=Vn;function Fi(c,S,C){return e.isTemplateLiteralKind(c.kind)&&c.getStart(C)<S&&S<c.end||!!c.isUnterminated&&S===c.end}e.isInsideTemplateLiteral=Fi;function Jn(c){switch(c){case 123:case 121:case 122:return!0}return!1}e.isAccessibilityModifier=Jn;function Sn(c){var S=e.clone(c);return e.setConfigFileInOptions(S,c&&c.configFile),S}e.cloneCompilerOptions=Sn;function ei(c){return!!((c.kind===204||c.kind===205)&&(c.parent.kind===221&&c.parent.left===c&&c.parent.operatorToken.kind===63||c.parent.kind===244&&c.parent.initializer===c||ei(c.parent.kind===296?c.parent.parent:c.parent)))}e.isArrayLiteralOrObjectLiteralDestructuringPattern=ei;function Ni(c,S){return Fn(c,S,!0)}e.isInReferenceComment=Ni;function di(c,S){return Fn(c,S,!1)}e.isInNonReferenceComment=di;function Fn(c,S,C){var ae=xn(c,S,void 0);return!!ae&&C===Pt.test(c.text.substring(ae.pos,ae.end))}function br(c){if(!!c)switch(c.kind){case 10:case 14:return Xr(c);default:return Wn(c)}}e.getReplacementSpanForContextToken=br;function Wn(c,S,C){return e.createTextSpanFromBounds(c.getStart(S),(C||c).getEnd())}e.createTextSpanFromNode=Wn;function Xr(c){if(!c.isUnterminated)return e.createTextSpanFromBounds(c.getStart()+1,c.getEnd()-1)}e.createTextSpanFromStringLiteralLikeContent=Xr;function Hn(c,S){return e.createRange(c.getStart(S),c.end)}e.createTextRangeFromNode=Hn;function Oi(c){return e.createTextSpanFromBounds(c.pos,c.end)}e.createTextSpanFromRange=Oi;function Be(c){return e.createRange(c.start,c.start+c.length)}e.createTextRangeFromSpan=Be;function qr(c,S,C){return I(e.createTextSpan(c,S),C)}e.createTextChangeFromStartLength=qr;function I(c,S){return{span:c,newText:S}}e.createTextChange=I,e.typeKeywords=[130,128,158,133,95,137,140,143,104,147,148,145,150,151,110,114,153,154,155];function mi(c){return e.contains(e.typeKeywords,c)}e.isTypeKeyword=mi;function qn(c){return c.kind===152}e.isTypeKeywordToken=qn;function gt(c){return qn(c)||e.isIdentifier(c)&&c.text==="type"}e.isTypeKeywordTokenOrIdentifier=gt;function Yr(c){return!!(c.flags&1536)&&c.name.charCodeAt(0)===34}e.isExternalModuleSymbol=Yr;function jn(){var c=[];return function(S){var C=e.getNodeId(S);return!c[C]&&(c[C]=!0)}}e.nodeSeenTracker=jn;function gi(c){return c.getText(0,c.getLength())}e.getSnapshotText=gi;function xi(c,S){for(var C="",ae=0;ae<S;ae++)C+=c;return C}e.repeatString=xi;function ii(c){return c.isTypeParameter()&&c.getConstraint()||c}e.skipConstraint=ii;function Mi(c){return c.kind===162?e.isStringOrNumericLiteralLike(c.expression)?c.expression.text:void 0:e.isPrivateIdentifier(c)?e.idText(c):e.getTextOfIdentifierOrLiteral(c)}e.getNameFromPropertyName=Mi;function gn(c){return c.getSourceFiles().some(function(S){return!S.isDeclarationFile&&!c.isSourceFileFromExternalLibrary(S)&&!!(S.externalModuleIndicator||S.commonJsModuleIndicator)})}e.programContainsModules=gn;function Si(c){return c.getSourceFiles().some(function(S){return!S.isDeclarationFile&&!c.isSourceFileFromExternalLibrary(S)&&!!S.externalModuleIndicator})}e.programContainsEsModules=Si;function ai(c){return!!c.module||e.getEmitScriptTarget(c)>=2||!!c.noEmit}e.compilerOptionsIndicateEsModules=ai;function yi(c,S){return{fileExists:function(C){return c.fileExists(C)},getCurrentDirectory:function(){return S.getCurrentDirectory()},readFile:e.maybeBind(S,S.readFile),useCaseSensitiveFileNames:e.maybeBind(S,S.useCaseSensitiveFileNames),getSymlinkCache:e.maybeBind(S,S.getSymlinkCache)||c.getSymlinkCache,getModuleSpecifierCache:e.maybeBind(S,S.getModuleSpecifierCache),getPackageJsonInfoCache:function(){var C;return(C=c.getModuleResolutionCache())===null||C===void 0?void 0:C.getPackageJsonInfoCache()},getGlobalTypingsCacheLocation:e.maybeBind(S,S.getGlobalTypingsCacheLocation),redirectTargetsMap:c.redirectTargetsMap,getProjectReferenceRedirect:function(C){return c.getProjectReferenceRedirect(C)},isSourceOfProjectReferenceRedirect:function(C){return c.isSourceOfProjectReferenceRedirect(C)},getNearestAncestorDirectoryWithPackageJson:e.maybeBind(S,S.getNearestAncestorDirectoryWithPackageJson),getFileIncludeReasons:function(){return c.getFileIncludeReasons()}}}e.createModuleSpecifierResolutionHost=yi;function Bn(c,S){return Gi(Gi({},yi(c,S)),{getCommonSourceDirectory:function(){return c.getCommonSourceDirectory()}})}e.getModuleSpecifierResolverHost=Bn;function mr(c){return c>=e.ModuleResolutionKind.Node16&&c<=e.ModuleResolutionKind.NodeNext}e.moduleResolutionRespectsExports=mr;function et(c){return c===e.ModuleResolutionKind.NodeJs||c>=e.ModuleResolutionKind.Node16&&c<=e.ModuleResolutionKind.NodeNext}e.moduleResolutionUsesNodeModules=et;function It(c,S,C,ae){return c||S&&S.length?ot(c,S,C,ae):void 0}e.makeImportIfNecessary=It;function ot(c,S,C,ae,Xe){return e.factory.createImportDeclaration(void 0,c||S?e.factory.createImportClause(!!Xe,c,S&&S.length?e.factory.createNamedImports(S):void 0):void 0,typeof C=="string"?Te(C,ae):C,void 0)}e.makeImport=ot;function Te(c,S){return e.factory.createStringLiteral(c,S===0)}e.makeStringLiteral=Te;var Fr;(function(c){c[c.Single=0]="Single",c[c.Double=1]="Double"})(Fr=e.QuotePreference||(e.QuotePreference={}));function zr(c,S){return e.isStringDoubleQuoted(c,S)?1:0}e.quotePreferenceFromString=zr;function Lr(c,S){if(S.quotePreference&&S.quotePreference!=="auto")return S.quotePreference==="single"?0:1;var C=c.imports&&e.find(c.imports,function(ae){return e.isStringLiteral(ae)&&!e.nodeIsSynthesized(ae.parent)});return C?zr(C,c):1}e.getQuotePreference=Lr;function Se(c){switch(c){case 0:return"'";case 1:return'"';default:return e.Debug.assertNever(c)}}e.getQuoteFromPreference=Se;function Pe(c){var S=$e(c);return S===void 0?void 0:e.unescapeLeadingUnderscores(S)}e.symbolNameNoDefault=Pe;function $e(c){return c.escapedName!=="default"?c.escapedName:e.firstDefined(c.declarations,function(S){var C=e.getNameOfDeclaration(S);return C&&C.kind===79?C.escapedText:void 0})}e.symbolEscapedNameNoDefault=$e;function Ze(c){return e.isStringLiteralLike(c)&&(e.isExternalModuleReference(c.parent)||e.isImportDeclaration(c.parent)||e.isRequireCall(c.parent,!1)&&c.parent.arguments[0]===c||e.isImportCall(c.parent)&&c.parent.arguments[0]===c)}e.isModuleSpecifierLike=Ze;function it(c){return e.isBindingElement(c)&&e.isObjectBindingPattern(c.parent)&&e.isIdentifier(c.name)&&!c.propertyName}e.isObjectBindingElementWithoutPropertyName=it;function wt(c,S){var C=c.getTypeAtLocation(S.parent);return C&&c.getPropertyOfType(C,S.name.text)}e.getPropertySymbolFromBindingElement=wt;function ar(c,S,C){if(!!c)for(;c.parent;){if(e.isSourceFile(c.parent)||!yr(C,c.parent,S))return c;c=c.parent}}e.getParentNodeInSpan=ar;function yr(c,S,C){return e.textSpanContainsPosition(c,S.getStart(C))&&S.getEnd()<=e.textSpanEnd(c)}function tn(c,S){return e.canHaveModifiers(c)?e.find(c.modifiers,function(C){return C.kind===S}):void 0}e.findModifier=tn;function Rr(c,S,C,ae){var Xe=e.isArray(C)?C[0]:C,jt=Xe.kind===237?e.isRequireVariableStatement:e.isAnyImportSyntax,Ht=e.filter(S.statements,jt),Dr=e.isArray(C)?e.stableSort(C,e.OrganizeImports.compareImportsOrRequireStatements):[C];if(!Ht.length)c.insertNodesAtTopOfFile(S,Dr,ae);else if(Ht&&e.OrganizeImports.importsAreSorted(Ht))for(var _n=0,bn=Dr;_n<bn.length;_n++){var on=bn[_n],xr=e.OrganizeImports.getImportDeclarationInsertionIndex(Ht,on);if(xr===0){var Ar=Ht[0]===S.statements[0]?{leadingTriviaOption:e.textChanges.LeadingTriviaOption.Exclude}:{};c.insertNodeBefore(S,Ht[0],on,!1,Ar)}else{var Tn=Ht[xr-1];c.insertNodeAfter(S,Tn,on)}}else{var cn=e.lastOrUndefined(Ht);cn?c.insertNodesAfter(S,cn,Dr):c.insertNodesAtTopOfFile(S,Dr,ae)}}e.insertImports=Rr;function Jr(c,S){return e.Debug.assert(c.isTypeOnly),e.cast(c.getChildAt(0,S),qn)}e.getTypeKeywordOfTypeOnlyImport=Jr;function dr(c,S){return!!c&&!!S&&c.start===S.start&&c.length===S.length}e.textSpansEqual=dr;function hn(c,S){return c.fileName===S.fileName&&dr(c.textSpan,S.textSpan)}e.documentSpansEqual=hn;function Ur(c,S){if(c){for(var C=0;C<c.length;C++)if(c.indexOf(c[C])===C){var ae=S(c[C],C);if(ae)return ae}}}e.forEachUnique=Ur;function Tr(c,S,C){for(var ae=S;ae<C;ae++)if(!e.isWhiteSpaceLike(c.charCodeAt(ae)))return!1;return!0}e.isTextWhiteSpaceLike=Tr;function pe(c,S,C){var ae=S.tryGetSourcePosition(c);return ae&&(!C||C(e.normalizePath(ae.fileName))?ae:void 0)}e.getMappedLocation=pe;function pn(c,S,C){var ae=c.fileName,Xe=c.textSpan,jt=pe({fileName:ae,pos:Xe.start},S,C);if(!!jt){var Ht=pe({fileName:ae,pos:Xe.start+Xe.length},S,C),Dr=Ht?Ht.pos-jt.pos:Xe.length;return{fileName:jt.fileName,textSpan:{start:jt.pos,length:Dr},originalFileName:c.fileName,originalTextSpan:c.textSpan,contextSpan:Wr(c,S,C),originalContextSpan:c.contextSpan}}}e.getMappedDocumentSpan=pn;function Wr(c,S,C){var ae=c.contextSpan&&pe({fileName:c.fileName,pos:c.contextSpan.start},S,C),Xe=c.contextSpan&&pe({fileName:c.fileName,pos:c.contextSpan.start+c.contextSpan.length},S,C);return ae&&Xe?{start:ae.pos,length:Xe.pos-ae.pos}:void 0}e.getMappedContextSpan=Wr;function an(c){var S=c.declarations?e.firstOrUndefined(c.declarations):void 0;return!!e.findAncestor(S,function(C){return e.isParameter(C)?!0:e.isBindingElement(C)||e.isObjectBindingPattern(C)||e.isArrayBindingPattern(C)?!1:"quit"})}e.isFirstDeclarationOfSymbolParameter=an;var kn=$r();function $r(){var c=e.defaultMaximumTruncationLength*10,S,C,ae,Xe;on();var jt=function(xr){return Dr(xr,e.SymbolDisplayPartKind.text)};return{displayParts:function(){var xr=S.length&&S[S.length-1].text;return Xe>c&&xr&&xr!=="..."&&(e.isWhiteSpaceLike(xr.charCodeAt(xr.length-1))||S.push(Ut(" ",e.SymbolDisplayPartKind.space)),S.push(Ut("...",e.SymbolDisplayPartKind.punctuation))),S},writeKeyword:function(xr){return Dr(xr,e.SymbolDisplayPartKind.keyword)},writeOperator:function(xr){return Dr(xr,e.SymbolDisplayPartKind.operator)},writePunctuation:function(xr){return Dr(xr,e.SymbolDisplayPartKind.punctuation)},writeTrailingSemicolon:function(xr){return Dr(xr,e.SymbolDisplayPartKind.punctuation)},writeSpace:function(xr){return Dr(xr,e.SymbolDisplayPartKind.space)},writeStringLiteral:function(xr){return Dr(xr,e.SymbolDisplayPartKind.stringLiteral)},writeParameter:function(xr){return Dr(xr,e.SymbolDisplayPartKind.parameterName)},writeProperty:function(xr){return Dr(xr,e.SymbolDisplayPartKind.propertyName)},writeLiteral:function(xr){return Dr(xr,e.SymbolDisplayPartKind.stringLiteral)},writeSymbol:_n,writeLine:bn,write:jt,writeComment:jt,getText:function(){return""},getTextPos:function(){return 0},getColumn:function(){return 0},getLine:function(){return 0},isAtStartOfLine:function(){return!1},hasTrailingWhitespace:function(){return!1},hasTrailingComment:function(){return!1},rawWrite:e.notImplemented,getIndent:function(){return ae},increaseIndent:function(){ae++},decreaseIndent:function(){ae--},clear:on,trackSymbol:function(){return!1},reportInaccessibleThisError:e.noop,reportInaccessibleUniqueSymbolError:e.noop,reportPrivateInBaseOfClassExpression:e.noop};function Ht(){if(!(Xe>c)&&C){var xr=e.getIndentString(ae);xr&&(Xe+=xr.length,S.push(Ut(xr,e.SymbolDisplayPartKind.space))),C=!1}}function Dr(xr,Ar){Xe>c||(Ht(),Xe+=xr.length,S.push(Ut(xr,Ar)))}function _n(xr,Ar){Xe>c||(Ht(),Xe+=xr.length,S.push(Zr(xr,Ar)))}function bn(){Xe>c||(Xe+=1,S.push(aa()),C=!0)}function on(){S=[],C=!0,ae=0,Xe=0}}function Zr(c,S){return Ut(c,C(S));function C(ae){var Xe=ae.flags;return Xe&3?an(ae)?e.SymbolDisplayPartKind.parameterName:e.SymbolDisplayPartKind.localName:Xe&4||Xe&32768||Xe&65536?e.SymbolDisplayPartKind.propertyName:Xe&8?e.SymbolDisplayPartKind.enumMemberName:Xe&16?e.SymbolDisplayPartKind.functionName:Xe&32?e.SymbolDisplayPartKind.className:Xe&64?e.SymbolDisplayPartKind.interfaceName:Xe&384?e.SymbolDisplayPartKind.enumName:Xe&1536?e.SymbolDisplayPartKind.moduleName:Xe&8192?e.SymbolDisplayPartKind.methodName:Xe&262144?e.SymbolDisplayPartKind.typeParameterName:Xe&524288||Xe&2097152?e.SymbolDisplayPartKind.aliasName:e.SymbolDisplayPartKind.text}}e.symbolPart=Zr;function Ut(c,S){return{text:c,kind:e.SymbolDisplayPartKind[S]}}e.displayPart=Ut;function lr(){return Ut(" ",e.SymbolDisplayPartKind.space)}e.spacePart=lr;function jr(c){return Ut(e.tokenToString(c),e.SymbolDisplayPartKind.keyword)}e.keywordPart=jr;function en(c){return Ut(e.tokenToString(c),e.SymbolDisplayPartKind.punctuation)}e.punctuationPart=en;function Un(c){return Ut(e.tokenToString(c),e.SymbolDisplayPartKind.operator)}e.operatorPart=Un;function Di(c){return Ut(c,e.SymbolDisplayPartKind.parameterName)}e.parameterNamePart=Di;function hi(c){return Ut(c,e.SymbolDisplayPartKind.propertyName)}e.propertyNamePart=hi;function Xn(c){var S=e.stringToToken(c);return S===void 0?Ei(c):jr(S)}e.textOrKeywordPart=Xn;function Ei(c){return Ut(c,e.SymbolDisplayPartKind.text)}e.textPart=Ei;function Ci(c){return Ut(c,e.SymbolDisplayPartKind.aliasName)}e.typeAliasNamePart=Ci;function fa(c){return Ut(c,e.SymbolDisplayPartKind.typeParameterName)}e.typeParameterNamePart=fa;function ji(c){return Ut(c,e.SymbolDisplayPartKind.linkText)}e.linkTextPart=ji;function Li(c,S){return{text:c,kind:e.SymbolDisplayPartKind[e.SymbolDisplayPartKind.linkName],target:{fileName:e.getSourceFileOfNode(S).fileName,textSpan:Wn(S)}}}e.linkNamePart=Li;function vi(c){return Ut(c,e.SymbolDisplayPartKind.link)}e.linkPart=vi;function Vi(c,S){var C,ae=e.isJSDocLink(c)?"link":e.isJSDocLinkCode(c)?"linkcode":"linkplain",Xe=[vi("{@".concat(ae," "))];if(!c.name)c.text&&Xe.push(ji(c.text));else{var jt=S==null?void 0:S.getSymbolAtLocation(c.name),Ht=Yi(c.text),Dr=e.getTextOfNode(c.name)+c.text.slice(0,Ht),_n=Qi(c.text.slice(Ht)),bn=(jt==null?void 0:jt.valueDeclaration)||((C=jt==null?void 0:jt.declarations)===null||C===void 0?void 0:C[0]);bn?(Xe.push(Li(Dr,bn)),_n&&Xe.push(ji(_n))):Xe.push(ji(Dr+(Ht||_n.indexOf("://")===0?"":" ")+_n))}return Xe.push(vi("}")),Xe}e.buildLinkParts=Vi;function Qi(c){var S=0;if(c.charCodeAt(S++)===124){for(;S<c.length&&c.charCodeAt(S)===32;)S++;return c.slice(S)}return c}function Yi(c){if(c.indexOf("()")===0)return 2;if(c[0]!=="<")return 0;for(var S=0,C=0;C<c.length;)if(c[C]==="<"&&S++,c[C]===">"&&S--,C++,!S)return C;return 0}var Zi=`\r
|
|
223
|
+
`;function ea(c,S){var C;return(S==null?void 0:S.newLineCharacter)||((C=c.getNewLine)===null||C===void 0?void 0:C.call(c))||Zi}e.getNewLineOrDefaultFromHost=ea;function aa(){return Ut(`
|
|
224
|
+
`,e.SymbolDisplayPartKind.lineBreak)}e.lineBreakPart=aa;function b(c){try{return c(kn),kn.displayParts()}finally{kn.clear()}}e.mapToDisplayParts=b;function N(c,S,C,ae){return ae===void 0&&(ae=0),b(function(Xe){c.writeType(S,C,ae|1024|16384,Xe)})}e.typeToDisplayParts=N;function J(c,S,C,ae,Xe){return Xe===void 0&&(Xe=0),b(function(jt){c.writeSymbol(S,C,ae,Xe|8,jt)})}e.symbolToDisplayParts=J;function H(c,S,C,ae){return ae===void 0&&(ae=0),ae|=25632,b(function(Xe){c.writeSignature(S,C,ae,void 0,Xe)})}e.signatureToDisplayParts=H;function De(c,S){var C=S.getSourceFile();return b(function(ae){var Xe=e.createPrinter({removeComments:!0,omitTrailingSemicolon:!0});Xe.writeNode(4,c,C,ae)})}e.nodeToDisplayParts=De;function Dt(c){return!!c.parent&&e.isImportOrExportSpecifier(c.parent)&&c.parent.propertyName===c}e.isImportOrExportSpecifierName=Dt;function lt(c,S){return e.ensureScriptKind(c,S.getScriptKind&&S.getScriptKind(c))}e.getScriptKind=lt;function bt(c,S){for(var C=c;pr(C)||er(C)&&C.target;)er(C)&&C.target?C=C.target:C=e.skipAlias(C,S);return C}e.getSymbolTarget=bt;function er(c){return(c.flags&33554432)!==0}function pr(c){return(c.flags&2097152)!==0}function Kr(c,S){return e.getSymbolId(e.skipAlias(c,S))}e.getUniqueSymbolId=Kr;function Nr(c,S){for(;e.isWhiteSpaceLike(c.charCodeAt(S));)S+=1;return S}e.getFirstNonSpaceCharacterPosition=Nr;function sn(c,S){for(;S>-1&&e.isWhiteSpaceSingleLine(c.charCodeAt(S));)S-=1;return S+1}e.getPrecedingNonSpaceCharacterPosition=sn;function ci(c,S){S===void 0&&(S=!0);var C=c&&wi(c);return C&&!S&&ka(C),C}e.getSynthesizedDeepClone=ci;function Qn(c,S,C){var ae=C(c);return ae?e.setOriginalNode(ae,c):ae=wi(c,C),ae&&!S&&ka(ae),ae}e.getSynthesizedDeepCloneWithReplacements=Qn;function wi(c,S){var C=S?function(Ht){return Qn(Ht,!0,S)}:ci,ae=S?function(Ht){return Ht&&oa(Ht,!0,S)}:function(Ht){return Ht&&Aa(Ht)},Xe=e.visitEachChild(c,C,e.nullTransformationContext,ae,C);if(Xe===c){var jt=e.isStringLiteral(c)?e.setOriginalNode(e.factory.createStringLiteralFromNode(c),c):e.isNumericLiteral(c)?e.setOriginalNode(e.factory.createNumericLiteral(c.text,c.numericLiteralFlags),c):e.factory.cloneNode(c);return e.setTextRange(jt,c)}return Xe.parent=void 0,Xe}function Aa(c,S){return S===void 0&&(S=!0),c&&e.factory.createNodeArray(c.map(function(C){return ci(C,S)}),c.hasTrailingComma)}e.getSynthesizedDeepClones=Aa;function oa(c,S,C){return e.factory.createNodeArray(c.map(function(ae){return Qn(ae,S,C)}),c.hasTrailingComma)}e.getSynthesizedDeepClonesWithReplacements=oa;function ka(c){Bi(c),da(c)}e.suppressLeadingAndTrailingTrivia=ka;function Bi(c){zn(c,512,sa)}e.suppressLeadingTrivia=Bi;function da(c){zn(c,1024,e.getLastChild)}e.suppressTrailingTrivia=da;function ti(c,S){var C=c.getSourceFile(),ae=C.text;Ha(c,ae)?va(c,S,C):F(c,S,C),l(c,S,C)}e.copyComments=ti;function Ha(c,S){for(var C=c.getFullStart(),ae=c.getStart(),Xe=C;Xe<ae;Xe++)if(S.charCodeAt(Xe)===10)return!0;return!1}function zn(c,S,C){e.addEmitFlags(c,S);var ae=C(c);ae&&zn(ae,S,C)}function sa(c){return c.forEachChild(function(S){return S})}function qi(c,S){for(var C=c,ae=1;!e.isFileLevelUniqueName(S,C);ae++)C="".concat(c,"_").concat(ae);return C}e.getUniqueName=qi;function ta(c,S,C,ae){for(var Xe=0,jt=-1,Ht=0,Dr=c;Ht<Dr.length;Ht++){var _n=Dr[Ht],bn=_n.fileName,on=_n.textChanges;e.Debug.assert(bn===S);for(var xr=0,Ar=on;xr<Ar.length;xr++){var Tn=Ar[xr],cn=Tn.span,Gn=Tn.newText,Ri=Ge(Gn,e.escapeString(C));if(Ri!==-1&&(jt=cn.start+Xe+Ri,!ae))return jt;Xe+=Gn.length-cn.length}}return e.Debug.assert(ae),e.Debug.assert(jt>=0),jt}e.getRenameLocation=ta;function va(c,S,C,ae,Xe){e.forEachLeadingCommentRange(C.text,c.pos,_e(S,C,ae,Xe,e.addSyntheticLeadingComment))}e.copyLeadingComments=va;function l(c,S,C,ae,Xe){e.forEachTrailingCommentRange(C.text,c.end,_e(S,C,ae,Xe,e.addSyntheticTrailingComment))}e.copyTrailingComments=l;function F(c,S,C,ae,Xe){e.forEachTrailingCommentRange(C.text,c.pos,_e(S,C,ae,Xe,e.addSyntheticLeadingComment))}e.copyTrailingAsLeadingComments=F;function _e(c,S,C,ae,Xe){return function(jt,Ht,Dr,_n){Dr===3?(jt+=2,Ht-=2):jt+=2,Xe(c,C||Dr,S.text.slice(jt,Ht),ae!==void 0?ae:_n)}}function Ge(c,S){if(e.startsWith(c,S))return 0;var C=c.indexOf(" "+S);return C===-1&&(C=c.indexOf("."+S)),C===-1&&(C=c.indexOf('"'+S)),C===-1?-1:C+1}function Bt(c){return e.isBinaryExpression(c)&&c.operatorToken.kind===27||e.isObjectLiteralExpression(c)||e.isAsExpression(c)&&e.isObjectLiteralExpression(c.expression)}e.needsParentheses=Bt;function tr(c,S){var C=c.parent;switch(C.kind){case 209:return S.getContextualType(C);case 221:{var ae=C,Xe=ae.left,jt=ae.operatorToken,Ht=ae.right;return or(jt.kind)?S.getTypeAtLocation(c===Ht?Xe:Ht):S.getContextualType(c)}case 289:return C.expression===c?m(C,S):void 0;default:return S.getContextualType(c)}}e.getContextualTypeFromParent=tr;function sr(c,S,C){var ae=Lr(c,S),Xe=JSON.stringify(C);return ae===0?"'".concat(e.stripQuotes(Xe).replace(/'/g,"\\'").replace(/\\"/g,'"'),"'"):Xe}e.quote=sr;function or(c){switch(c){case 36:case 34:case 37:case 35:return!0;default:return!1}}e.isEqualityOperatorKind=or;function Hr(c){switch(c.kind){case 10:case 14:case 223:case 210:return!0;default:return!1}}e.isStringLiteralOrTemplate=Hr;function gr(c){return!!c.getStringIndexType()||!!c.getNumberIndexType()}e.hasIndexSignature=gr;function m(c,S){return S.getTypeAtLocation(c.parent.parent.expression)}e.getSwitchedType=m,e.ANONYMOUS="anonymous function";function re(c,S,C,ae){var Xe=C.getTypeChecker(),jt=!0,Ht=function(){return jt=!1},Dr=Xe.typeToTypeNode(c,S,1,{trackSymbol:function(_n,bn,on){return jt=jt&&Xe.isSymbolAccessible(_n,bn,on,!1).accessibility===0,!jt},reportInaccessibleThisError:Ht,reportPrivateInBaseOfClassExpression:Ht,reportInaccessibleUniqueSymbolError:Ht,moduleResolverHost:Bn(C,ae)});return jt?Dr:void 0}e.getTypeNodeIfAccessible=re;function qt(c){return c===174||c===175||c===176||c===166||c===168}function P(c){return c===256||c===171||c===169||c===172||c===173}function fn(c){return c===261}function vn(c){return c===237||c===238||c===240||c===245||c===246||c===247||c===251||c===253||c===167||c===259||c===266||c===265||c===272||c===264||c===271}e.syntaxRequiresTrailingSemicolonOrASI=vn,e.syntaxMayBeASICandidate=e.or(qt,P,fn,vn);function ri(c,S){var C=c.getLastToken(S);if(C&&C.kind===26)return!1;if(qt(c.kind)){if(C&&C.kind===27)return!1}else if(fn(c.kind)){var ae=e.last(c.getChildren(S));if(ae&&e.isModuleBlock(ae))return!1}else if(P(c.kind)){var ae=e.last(c.getChildren(S));if(ae&&e.isFunctionBlock(ae))return!1}else if(!vn(c.kind))return!1;if(c.kind===240)return!0;var Xe=e.findAncestor(c,function(_n){return!_n.parent}),jt=k(c,Xe,S);if(!jt||jt.kind===19)return!0;var Ht=S.getLineAndCharacterOfPosition(c.getEnd()).line,Dr=S.getLineAndCharacterOfPosition(jt.getStart(S)).line;return Ht!==Dr}function ma(c,S,C){var ae=e.findAncestor(S,function(Xe){return Xe.end!==c?"quit":e.syntaxMayBeASICandidate(Xe.kind)});return!!ae&&ri(ae,C)}e.positionIsASICandidate=ma;function Ui(c){var S=0,C=0,ae=5;return e.forEachChild(c,function Xe(jt){if(vn(jt.kind)){var Ht=jt.getLastToken(c);(Ht==null?void 0:Ht.kind)===26?S++:C++}else if(qt(jt.kind)){var Ht=jt.getLastToken(c);if((Ht==null?void 0:Ht.kind)===26)S++;else if(Ht&&Ht.kind!==27){var Dr=e.getLineAndCharacterOfPosition(c,Ht.getStart(c)).line,_n=e.getLineAndCharacterOfPosition(c,e.getSpanOfTokenAtPosition(c,Ht.end).start).line;Dr!==_n&&C++}}return S+C>=ae?!0:e.forEachChild(jt,Xe)}),S===0&&C<=1?!0:S/C>1/ae}e.probablyUsesSemicolons=Ui;function ba(c,S){return ca(c,c.getDirectories,S)||[]}e.tryGetDirectories=ba;function Ta(c,S,C,ae,Xe){return ca(c,c.readDirectory,S,C,ae,Xe)||e.emptyArray}e.tryReadDirectory=Ta;function Ja(c,S){return ca(c,c.fileExists,S)}e.tryFileExists=Ja;function Ga(c,S){return _a(function(){return e.directoryProbablyExists(S,c)})||!1}e.tryDirectoryExists=Ga;function _a(c){try{return c()}catch{return}}e.tryAndIgnoreErrors=_a;function ca(c,S){for(var C=[],ae=2;ae<arguments.length;ae++)C[ae-2]=arguments[ae];return _a(function(){return S&&S.apply(c,C)})}e.tryIOAndConsumeErrors=ca;function oo(c,S,C){var ae=[];return e.forEachAncestorDirectory(c,function(Xe){if(Xe===C)return!0;var jt=e.combinePaths(Xe,"package.json");Ja(S,jt)&&ae.push(jt)}),ae}e.findPackageJsons=oo;function Ks(c,S){var C;return e.forEachAncestorDirectory(c,function(ae){if(ae==="node_modules"||(C=e.findConfigFile(ae,function(Xe){return Ja(S,Xe)},"package.json"),C))return!0}),C}e.findPackageJson=Ks;function ra(c,S){if(!S.fileExists)return[];var C=[];return e.forEachAncestorDirectory(e.getDirectoryPath(c),function(ae){var Xe=e.combinePaths(ae,"package.json");if(S.fileExists(Xe)){var jt=Jo(Xe,S);jt&&C.push(jt)}}),C}e.getPackageJsonsVisibleToFile=ra;function Jo(c,S){if(!S.readFile)return;var C=["dependencies","devDependencies","optionalDependencies","peerDependencies"],ae=S.readFile(c)||"",Xe=Ws(ae),jt={};if(Xe)for(var Ht=0,Dr=C;Ht<Dr.length;Ht++){var _n=Dr[Ht],bn=Xe[_n];if(!!bn){var on=new e.Map;for(var xr in bn)on.set(xr,bn[xr]);jt[_n]=on}}var Ar=[[1,jt.dependencies],[2,jt.devDependencies],[8,jt.optionalDependencies],[4,jt.peerDependencies]];return Gi(Gi({},jt),{parseable:!!Xe,fileName:c,get:Tn,has:function(cn,Gn){return!!Tn(cn,Gn)}});function Tn(cn,Gn){Gn===void 0&&(Gn=15);for(var Ri=0,ys=Ar;Ri<ys.length;Ri++){var hs=ys[Ri],Gs=hs[0],Uo=hs[1];if(Uo&&Gn&Gs){var zo=Uo.get(cn);if(zo!==void 0)return zo}}}}e.createPackageJsonInfo=Jo;function C_(c,S,C){var ae=(C.getPackageJsonsVisibleToFile&&C.getPackageJsonsVisibleToFile(c.fileName)||ra(c.fileName,C)).filter(function(Ar){return Ar.parseable}),Xe;return{allowsImportingAmbientModule:Ht,allowsImportingSourceFile:Dr,allowsImportingSpecifier:_n};function jt(Ar){for(var Tn=xr(Ar),cn=0,Gn=ae;cn<Gn.length;cn++){var Ri=Gn[cn];if(Ri.has(Tn)||Ri.has(e.getTypesPackageName(Tn)))return!0}return!1}function Ht(Ar,Tn){if(!ae.length||!Ar.valueDeclaration)return!0;var cn=Ar.valueDeclaration.getSourceFile(),Gn=on(cn.fileName,Tn);if(typeof Gn>"u")return!0;var Ri=e.stripQuotes(Ar.getName());return bn(Ri)?!0:jt(Gn)||jt(Ri)}function Dr(Ar,Tn){if(!ae.length)return!0;var cn=on(Ar.fileName,Tn);return cn?jt(cn):!0}function _n(Ar){return!ae.length||bn(Ar)||e.pathIsRelative(Ar)||e.isRootedDiskPath(Ar)?!0:jt(Ar)}function bn(Ar){return!!(e.isSourceFileJS(c)&&e.JsTyping.nodeCoreModules.has(Ar)&&(Xe===void 0&&(Xe=_s(c)),Xe))}function on(Ar,Tn){if(!!e.stringContains(Ar,"node_modules")){var cn=e.moduleSpecifiers.getNodeModulesPackageName(C.getCompilationSettings(),c,Ar,Tn,S);if(!!cn&&!e.pathIsRelative(cn)&&!e.isRootedDiskPath(cn))return xr(cn)}}function xr(Ar){var Tn=e.getPathComponents(e.getPackageNameFromTypesPackageName(Ar)).slice(1);return e.startsWith(Tn[0],"@")?"".concat(Tn[0],"/").concat(Tn[1]):Tn[0]}}e.createPackageJsonImportFilter=C_;function Ws(c){try{return JSON.parse(c)}catch{return}}function _s(c){return e.some(c.imports,function(S){var C=S.text;return e.JsTyping.nodeCoreModules.has(C)})}e.consumesNodeCoreModules=_s;function Co(c){return e.contains(e.getPathComponents(c),"node_modules")}e.isInsideNodeModules=Co;function Fo(c){return c.file!==void 0&&c.start!==void 0&&c.length!==void 0}e.isDiagnosticWithLocation=Fo;function ga(c,S){var C=Wn(c),ae=e.binarySearchKey(S,C,e.identity,e.compareTextSpans);if(ae>=0){var Xe=S[ae];return e.Debug.assertEqual(Xe.file,c.getSourceFile(),"Diagnostics proided to 'findDiagnosticForNode' must be from a single SourceFile"),e.cast(Xe,Fo)}}e.findDiagnosticForNode=ga;function cs(c,S){var C,ae=e.binarySearchKey(S,c.start,function(Dr){return Dr.start},e.compareValues);for(ae<0&&(ae=~ae);((C=S[ae-1])===null||C===void 0?void 0:C.start)===c.start;)ae--;for(var Xe=[],jt=e.textSpanEnd(c);;){var Ht=e.tryCast(S[ae],Fo);if(!Ht||Ht.start>jt)break;e.textSpanContainsTextSpan(c,Ht)&&Xe.push(Ht),ae++}return Xe}e.getDiagnosticsWithinSpan=cs;function wo(c){var S=c.startPosition,C=c.endPosition;return e.createTextSpanFromBounds(S,C===void 0?S:C)}e.getRefactorContextSpan=wo;function zi(c,S){var C=Er(c,S.start),ae=e.findAncestor(C,function(Xe){return Xe.getStart(c)<S.start||Xe.getEnd()>e.textSpanEnd(S)?"quit":e.isExpression(Xe)&&dr(S,Wn(Xe,c))});return ae}e.getFixableErrorSpanExpression=zi;function Ao(c,S,C){return C===void 0&&(C=e.identity),c?e.isArray(c)?C(e.map(c,S)):S(c,0):void 0}e.mapOneOrMany=Ao;function us(c){return e.isArray(c)?e.first(c):c}e.firstOrOnly=us;function jo(c,S){if(ko(c)){var C=ps(c);if(C)return C;var ae=e.codefix.moduleSymbolToValidIdentifier(Bo(c),S,!1),Xe=e.codefix.moduleSymbolToValidIdentifier(Bo(c),S,!0);return ae===Xe?ae:[ae,Xe]}return c.name}e.getNamesForExportedSymbol=jo;function ls(c,S,C){return ko(c)?ps(c)||e.codefix.moduleSymbolToValidIdentifier(Bo(c),S,!!C):c.name}e.getNameForExportedSymbol=ls;function ko(c){return!(c.flags&33554432)&&(c.escapedName==="export="||c.escapedName==="default")}function ps(c){return e.firstDefined(c.declarations,function(S){var C;return e.isExportAssignment(S)?(C=e.tryCast(e.skipOuterExpressions(S.expression),e.isIdentifier))===null||C===void 0?void 0:C.text:void 0})}function Bo(c){var S;return e.Debug.checkDefined(c.parent,"Symbol parent was undefined. Flags: ".concat(e.Debug.formatSymbolFlags(c.flags),". ")+"Declarations: ".concat((S=c.declarations)===null||S===void 0?void 0:S.map(function(C){var ae=e.Debug.formatSyntaxKind(C.kind),Xe=e.isInJSFile(C),jt=C.expression;return(Xe?"[JS]":"")+ae+(jt?" (expression: ".concat(e.Debug.formatSyntaxKind(jt.kind),")"):"")}).join(", "),"."))}function Po(c,S,C){var ae=S.length;if(ae+C>c.length)return!1;for(var Xe=0;Xe<ae;Xe++)if(S.charCodeAt(Xe)!==c.charCodeAt(Xe+C))return!1;return!0}e.stringContainsAt=Po;function fs(c){return c.charCodeAt(0)===95}e.startsWithUnderscore=fs;function ds(c){return!qo(c)}e.isGlobalDeclaration=ds;function qo(c){var S=c.getSourceFile();return!S.externalModuleIndicator&&!S.commonJsModuleIndicator?!1:e.isInJSFile(c)||!e.findAncestor(c,e.isGlobalScopeAugmentation)}e.isNonGlobalDeclaration=qo;function w_(c){return!!(e.getCombinedNodeFlagsAlwaysIncludeJSDoc(c)&8192)}e.isDeprecatedDeclaration=w_;function Xa(c,S){var C=e.firstDefined(c.imports,function(ae){if(e.JsTyping.nodeCoreModules.has(ae.text))return e.startsWith(ae.text,"node:")});return C!=null?C:S.usesUriStyleNodeCoreModules}e.shouldUseUriStyleNodeCoreModules=Xa;function A_(c){return c===`
|
|
225
|
+
`?1:0}e.getNewLineKind=A_;function ms(c){return e.isArray(c)?e.formatStringFromArgs(e.getLocaleSpecificMessage(c[0]),c.slice(1)):e.getLocaleSpecificMessage(c)}e.diagnosticToString=ms;function Hs(c,S){var C=c.options,ae=!C.semicolons||C.semicolons===e.SemicolonPreference.Ignore,Xe=C.semicolons===e.SemicolonPreference.Remove||ae&&!Ui(S);return Gi(Gi({},C),{semicolons:Xe?e.SemicolonPreference.Remove:e.SemicolonPreference.Ignore})}e.getFormatCodeSettingsForWriting=Hs;function gs(c){return c===2||c===3}e.jsxModeNeedsExplicitImport=gs})(Qt||(Qt={}));var Qt;(function(e){function t(){var xe=e.createScanner(99,!1);function Q(ft,Jt,ke){return x(Ct(ft,Jt,ke),ft)}function Ct(ft,Jt,ke){var Qe=0,be=0,Ie=[],q=w(Jt),ve=q.prefix,st=q.pushTemplate;ft=ve+ft;var we=ve.length;st&&Ie.push(15),xe.setText(ft);var Me=0,Tt=[],ze=0;do{Qe=xe.scan(),e.isTrivia(Qe)||(Ot(),be=Qe);var rt=xe.getTextPos();if(d(xe.getTokenPos(),rt,we,ye(Qe),Tt),rt>=ft.length){var Pt=_(xe,Qe,e.lastOrUndefined(Ie));Pt!==void 0&&(Me=Pt)}}while(Qe!==1);function Ot(){switch(Qe){case 43:case 68:!a[be]&&xe.reScanSlashToken()===13&&(Qe=13);break;case 29:be===79&&ze++;break;case 31:ze>0&&ze--;break;case 130:case 150:case 147:case 133:case 151:ze>0&&!ke&&(Qe=79);break;case 15:Ie.push(Qe);break;case 18:Ie.length>0&&Ie.push(Qe);break;case 19:if(Ie.length>0){var Yt=e.lastOrUndefined(Ie);Yt===15?(Qe=xe.reScanTemplateToken(!1),Qe===17?Ie.pop():e.Debug.assertEqual(Qe,16,"Should have been a template middle.")):(e.Debug.assertEqual(Yt,18,"Should have been an open brace"),Ie.pop())}break;default:if(!e.isKeyword(Qe))break;(be===24||e.isKeyword(be)&&e.isKeyword(Qe)&&!Y(be,Qe))&&(Qe=79)}}return{endOfLineState:Me,spans:Tt}}return{getClassificationsForLine:Q,getEncodedLexicalClassifications:Ct}}e.createClassifier=t;var a=e.arrayToNumericMap([79,10,8,9,13,108,45,46,21,23,19,110,95],function(xe){return xe},function(){return!0});function _(xe,Q,Ct){switch(Q){case 10:{if(!xe.isUnterminated())return;for(var ft=xe.getTokenText(),Jt=ft.length-1,ke=0;ft.charCodeAt(Jt-ke)===92;)ke++;return(ke&1)===0?void 0:ft.charCodeAt(0)===34?3:2}case 3:return xe.isUnterminated()?1:void 0;default:if(e.isTemplateLiteralKind(Q)){if(!xe.isUnterminated())return;switch(Q){case 17:return 5;case 14:return 4;default:return e.Debug.fail("Only 'NoSubstitutionTemplateLiteral's and 'TemplateTail's can be unterminated; got SyntaxKind #"+Q)}}return Ct===15?6:void 0}}function d(xe,Q,Ct,ft,Jt){if(ft!==8){xe===0&&Ct>0&&(xe+=Ct);var ke=Q-xe;ke>0&&Jt.push(xe-Ct,ke,ft)}}function x(xe,Q){for(var Ct=[],ft=xe.spans,Jt=0,ke=0;ke<ft.length;ke+=3){var Qe=ft[ke],be=ft[ke+1],Ie=ft[ke+2];if(Jt>=0){var q=Qe-Jt;q>0&&Ct.push({length:q,classification:e.TokenClass.Whitespace})}Ct.push({length:be,classification:$(Ie)}),Jt=Qe+be}var ve=Q.length-Jt;return ve>0&&Ct.push({length:ve,classification:e.TokenClass.Whitespace}),{entries:Ct,finalLexState:xe.endOfLineState}}function $(xe){switch(xe){case 1:return e.TokenClass.Comment;case 3:return e.TokenClass.Keyword;case 4:return e.TokenClass.NumberLiteral;case 25:return e.TokenClass.BigIntLiteral;case 5:return e.TokenClass.Operator;case 6:return e.TokenClass.StringLiteral;case 8:return e.TokenClass.Whitespace;case 10:return e.TokenClass.Punctuation;case 2:case 11:case 12:case 13:case 14:case 15:case 16:case 9:case 17:return e.TokenClass.Identifier;default:return}}function Y(xe,Q){if(!e.isAccessibilityModifier(xe))return!0;switch(Q){case 136:case 149:case 134:case 124:return!0;default:return!1}}function w(xe){switch(xe){case 3:return{prefix:`"\\
|
|
226
|
+
`};case 2:return{prefix:`'\\
|
|
227
|
+
`};case 1:return{prefix:`/*
|
|
228
|
+
`};case 4:return{prefix:"`\n"};case 5:return{prefix:`}
|
|
229
|
+
`,pushTemplate:!0};case 6:return{prefix:"",pushTemplate:!0};case 0:return{prefix:""};default:return e.Debug.assertNever(xe)}}function K(xe){switch(xe){case 41:case 43:case 44:case 39:case 40:case 47:case 48:case 49:case 29:case 31:case 32:case 33:case 102:case 101:case 127:case 34:case 35:case 36:case 37:case 50:case 52:case 51:case 55:case 56:case 74:case 73:case 78:case 70:case 71:case 72:case 64:case 65:case 66:case 68:case 69:case 63:case 27:case 60:case 75:case 76:case 77:return!0;default:return!1}}function qe(xe){switch(xe){case 39:case 40:case 54:case 53:case 45:case 46:return!0;default:return!1}}function ye(xe){if(e.isKeyword(xe))return 3;if(K(xe)||qe(xe))return 5;if(xe>=18&&xe<=78)return 10;switch(xe){case 8:return 4;case 9:return 25;case 10:return 6;case 13:return 7;case 7:case 3:case 2:return 1;case 5:case 4:return 8;case 79:default:return e.isTemplateLiteralKind(xe)?6:2}}function ne(xe,Q,Ct,ft,Jt){return he(We(xe,Q,Ct,ft,Jt))}e.getSemanticClassifications=ne;function U(xe,Q){switch(Q){case 261:case 257:case 258:case 256:case 226:case 213:case 214:xe.throwIfCancellationRequested()}}function We(xe,Q,Ct,ft,Jt){var ke=[];return Ct.forEachChild(function be(Ie){if(!(!Ie||!e.textSpanIntersectsWith(Jt,Ie.pos,Ie.getFullWidth()))){if(U(Q,Ie.kind),e.isIdentifier(Ie)&&!e.nodeIsMissing(Ie)&&ft.has(Ie.escapedText)){var q=xe.getSymbolAtLocation(Ie),ve=q&&f(q,e.getMeaningFromLocation(Ie),xe);ve&&Qe(Ie.getStart(Ct),Ie.getEnd(),ve)}Ie.forEachChild(be)}}),{spans:ke,endOfLineState:0};function Qe(be,Ie,q){var ve=Ie-be;e.Debug.assert(ve>0,"Classification had non-positive length of ".concat(ve)),ke.push(be),ke.push(ve),ke.push(q)}}e.getEncodedSemanticClassifications=We;function f(xe,Q,Ct){var ft=xe.getFlags();if((ft&2885600)!==0)return ft&32?11:ft&384?12:ft&524288?16:ft&1536?Q&4||Q&1&&v(xe)?14:void 0:ft&2097152?f(Ct.getAliasedSymbol(xe),Q,Ct):Q&2?ft&64?13:ft&262144?15:void 0:void 0}function v(xe){return e.some(xe.declarations,function(Q){return e.isModuleDeclaration(Q)&&e.getModuleInstanceState(Q)===1})}function le(xe){switch(xe){case 1:return"comment";case 2:return"identifier";case 3:return"keyword";case 4:return"number";case 25:return"bigint";case 5:return"operator";case 6:return"string";case 8:return"whitespace";case 9:return"text";case 10:return"punctuation";case 11:return"class name";case 12:return"enum name";case 13:return"interface name";case 14:return"module name";case 15:return"type parameter name";case 16:return"type alias name";case 17:return"parameter name";case 18:return"doc comment tag name";case 19:return"jsx open tag name";case 20:return"jsx close tag name";case 21:return"jsx self closing tag name";case 22:return"jsx attribute";case 23:return"jsx text";case 24:return"jsx attribute string literal value";default:return}}function he(xe){e.Debug.assert(xe.spans.length%3===0);for(var Q=xe.spans,Ct=[],ft=0;ft<Q.length;ft+=3)Ct.push({textSpan:e.createTextSpan(Q[ft],Q[ft+1]),classificationType:le(Q[ft+2])});return Ct}function je(xe,Q,Ct){return he(A(xe,Q,Ct))}e.getSyntacticClassifications=je;function A(xe,Q,Ct){var ft=Ct.start,Jt=Ct.length,ke=e.createScanner(99,!1,Q.languageVariant,Q.text),Qe=e.createScanner(99,!1,Q.languageVariant,Q.text),be=[];return oe(Q),{spans:be,endOfLineState:0};function Ie(y,g,D){be.push(y),be.push(g),be.push(D)}function q(y){for(ke.setTextPos(y.pos);;){var g=ke.getTextPos();if(!e.couldStartTrivia(Q.text,g))return g;var D=ke.scan(),G=ke.getTextPos(),ee=G-g;if(!e.isTrivia(D))return g;switch(D){case 4:case 5:continue;case 2:case 3:ve(y,D,g,ee),ke.setTextPos(G);continue;case 7:var V=Q.text,Ye=V.charCodeAt(g);if(Ye===60||Ye===62){Ie(g,ee,1);continue}e.Debug.assert(Ye===124||Ye===61),ze(V,g,G);break;case 6:break;default:e.Debug.assertNever(D)}}}function ve(y,g,D,G){if(g===3){var ee=e.parseIsolatedJSDocComment(Q.text,D,G);if(ee&&ee.jsDoc){e.setParent(ee.jsDoc,y),we(ee.jsDoc);return}}else if(g===2&&Me(D,G))return;st(D,G)}function st(y,g){Ie(y,g,1)}function we(y){var g,D,G,ee,V,Ye,at,Le=y.pos;if(y.tags)for(var Ne=0,B=y.tags;Ne<B.length;Ne++){var mt=B[Ne];mt.pos!==Le&&st(Le,mt.pos-Le),Ie(mt.pos,1,10),Ie(mt.tagName.pos,mt.tagName.end-mt.tagName.pos,18),Le=mt.tagName.end;var X=mt.tagName.end;switch(mt.kind){case 340:var ce=mt;Ve(ce),X=ce.isNameFirst&&((g=ce.typeExpression)===null||g===void 0?void 0:g.end)||ce.name.end;break;case 347:var Fe=mt;X=Fe.isNameFirst&&((D=Fe.typeExpression)===null||D===void 0?void 0:D.end)||Fe.name.end;break;case 344:Tt(mt),Le=mt.end,X=mt.typeParameters.end;break;case 345:var Ue=mt;X=((G=Ue.typeExpression)===null||G===void 0?void 0:G.kind)===309&&((ee=Ue.fullName)===null||ee===void 0?void 0:ee.end)||((V=Ue.typeExpression)===null||V===void 0?void 0:V.end)||X;break;case 338:X=mt.typeExpression.end;break;case 343:oe(mt.typeExpression),Le=mt.end,X=mt.typeExpression.end;break;case 342:case 339:X=mt.typeExpression.end;break;case 341:oe(mt.typeExpression),Le=mt.end,X=((Ye=mt.typeExpression)===null||Ye===void 0?void 0:Ye.end)||X;break;case 346:X=((at=mt.name)===null||at===void 0?void 0:at.end)||X;break;case 328:case 329:X=mt.class.end;break}typeof mt.comment=="object"?st(mt.comment.pos,mt.comment.end-mt.comment.pos):typeof mt.comment=="string"&&st(X,mt.end-X)}Le!==y.end&&st(Le,y.end-Le);return;function Ve(ut){ut.isNameFirst&&(st(Le,ut.name.pos-Le),Ie(ut.name.pos,ut.name.end-ut.name.pos,17),Le=ut.name.end),ut.typeExpression&&(st(Le,ut.typeExpression.pos-Le),oe(ut.typeExpression),Le=ut.typeExpression.end),ut.isNameFirst||(st(Le,ut.name.pos-Le),Ie(ut.name.pos,ut.name.end-ut.name.pos,17),Le=ut.name.end)}}function Me(y,g){var D=/^(\/\/\/\s*)(<)(?:(\S+)((?:[^/]|\/[^>])*)(\/>)?)?/im,G=/(\s)(\S+)(\s*)(=)(\s*)('[^']+'|"[^"]+")/img,ee=Q.text.substr(y,g),V=D.exec(ee);if(!V||!V[3]||!(V[3]in e.commentPragmas))return!1;var Ye=y;st(Ye,V[1].length),Ye+=V[1].length,Ie(Ye,V[2].length,10),Ye+=V[2].length,Ie(Ye,V[3].length,21),Ye+=V[3].length;for(var at=V[4],Le=Ye;;){var Ne=G.exec(at);if(!Ne)break;var B=Ye+Ne.index+Ne[1].length;B>Le&&(st(Le,B-Le),Le=B),Ie(Le,Ne[2].length,22),Le+=Ne[2].length,Ne[3].length&&(st(Le,Ne[3].length),Le+=Ne[3].length),Ie(Le,Ne[4].length,5),Le+=Ne[4].length,Ne[5].length&&(st(Le,Ne[5].length),Le+=Ne[5].length),Ie(Le,Ne[6].length,24),Le+=Ne[6].length}Ye+=V[4].length,Ye>Le&&st(Le,Ye-Le),V[5]&&(Ie(Ye,V[5].length,10),Ye+=V[5].length);var mt=y+g;return Ye<mt&&st(Ye,mt-Ye),!0}function Tt(y){for(var g=0,D=y.getChildren();g<D.length;g++){var G=D[g];oe(G)}}function ze(y,g,D){var G;for(G=g;G<D&&!e.isLineBreak(y.charCodeAt(G));G++);for(Ie(g,G-g,1),Qe.setTextPos(G);Qe.getTextPos()<D;)rt()}function rt(){var y=Qe.getTextPos(),g=Qe.scan(),D=Qe.getTextPos(),G=Yt(g);G&&Ie(y,D-y,G)}function Pt(y){if(e.isJSDoc(y)||e.nodeIsMissing(y))return!0;var g=Ot(y);if(!e.isToken(y)&&y.kind!==11&&g===void 0)return!1;var D=y.kind===11?y.pos:q(y),G=y.end-D;if(e.Debug.assert(G>=0),G>0){var ee=g||Yt(y.kind,y);ee&&Ie(D,G,ee)}return!0}function Ot(y){switch(y.parent&&y.parent.kind){case 280:if(y.parent.tagName===y)return 19;break;case 281:if(y.parent.tagName===y)return 20;break;case 279:if(y.parent.tagName===y)return 21;break;case 285:if(y.parent.name===y)return 22;break}}function Yt(y,g){if(e.isKeyword(y))return 3;if((y===29||y===31)&&g&&e.getTypeArgumentOrTypeParameterList(g.parent))return 10;if(e.isPunctuation(y)){if(g){var D=g.parent;if(y===63&&(D.kind===254||D.kind===167||D.kind===164||D.kind===285)||D.kind===221||D.kind===219||D.kind===220||D.kind===222)return 5}return 10}else{if(y===8)return 4;if(y===9)return 25;if(y===10)return g&&g.parent.kind===285?24:6;if(y===13)return 6;if(e.isTemplateLiteralKind(y))return 6;if(y===11)return 23;if(y===79){if(g){switch(g.parent.kind){case 257:return g.parent.name===g?11:void 0;case 163:return g.parent.name===g?15:void 0;case 258:return g.parent.name===g?13:void 0;case 260:return g.parent.name===g?12:void 0;case 261:return g.parent.name===g?14:void 0;case 164:return g.parent.name===g?e.isThisIdentifier(g)?3:17:void 0}if(e.isConstTypeReference(g.parent))return 3}return 2}}}function oe(y){if(!!y&&e.decodedTextSpanIntersectsWith(ft,Jt,y.pos,y.getFullWidth())){U(xe,y.kind);for(var g=0,D=y.getChildren(Q);g<D.length;g++){var G=D[g];Pt(G)||oe(G)}}}}e.getEncodedSyntacticClassifications=A})(Qt||(Qt={}));var Qt;(function(e){var t;(function(a){var _;(function(d){var x;(function(A){A[A.typeOffset=8]="typeOffset",A[A.modifierMask=255]="modifierMask"})(x=d.TokenEncodingConsts||(d.TokenEncodingConsts={}));var $;(function(A){A[A.class=0]="class",A[A.enum=1]="enum",A[A.interface=2]="interface",A[A.namespace=3]="namespace",A[A.typeParameter=4]="typeParameter",A[A.type=5]="type",A[A.parameter=6]="parameter",A[A.variable=7]="variable",A[A.enumMember=8]="enumMember",A[A.property=9]="property",A[A.function=10]="function",A[A.member=11]="member"})($=d.TokenType||(d.TokenType={}));var Y;(function(A){A[A.declaration=0]="declaration",A[A.static=1]="static",A[A.async=2]="async",A[A.readonly=3]="readonly",A[A.defaultLibrary=4]="defaultLibrary",A[A.local=5]="local"})(Y=d.TokenModifier||(d.TokenModifier={}));function w(A,xe,Q,Ct){var ft=K(A,xe,Q,Ct);e.Debug.assert(ft.spans.length%3===0);for(var Jt=ft.spans,ke=[],Qe=0;Qe<Jt.length;Qe+=3)ke.push({textSpan:e.createTextSpan(Jt[Qe],Jt[Qe+1]),classificationType:Jt[Qe+2]});return ke}d.getSemanticClassifications=w;function K(A,xe,Q,Ct){return{spans:qe(A,Q,Ct,xe),endOfLineState:0}}d.getEncodedSemanticClassifications=K;function qe(A,xe,Q,Ct){var ft=[],Jt=function(ke,Qe,be){ft.push(ke.getStart(xe),ke.getWidth(xe),(Qe+1<<8)+be)};return A&&xe&&ye(A,xe,Q,Jt,Ct),ft}function ye(A,xe,Q,Ct,ft){var Jt=A.getTypeChecker(),ke=!1;function Qe(be){switch(be.kind){case 261:case 257:case 258:case 256:case 226:case 213:case 214:ft.throwIfCancellationRequested()}if(!(!be||!e.textSpanIntersectsWith(Q,be.pos,be.getFullWidth())||be.getFullWidth()===0)){var Ie=ke;if((e.isJsxElement(be)||e.isJsxSelfClosingElement(be))&&(ke=!0),e.isJsxExpression(be)&&(ke=!1),e.isIdentifier(be)&&!ke&&!v(be)&&!e.isInfinityOrNaNString(be.escapedText)){var q=Jt.getSymbolAtLocation(be);if(q){q.flags&2097152&&(q=Jt.getAliasedSymbol(q));var ve=ne(q,e.getMeaningFromLocation(be));if(ve!==void 0){var st=0;if(be.parent){var we=e.isBindingElement(be.parent)||je.get(be.parent.kind)===ve;we&&be.parent.name===be&&(st=1<<0)}ve===6&&he(be)&&(ve=9),ve=U(Jt,be,ve);var Me=q.valueDeclaration;if(Me){var Tt=e.getCombinedModifierFlags(Me),ze=e.getCombinedNodeFlags(Me);Tt&32&&(st|=1<<1),Tt&256&&(st|=1<<2),ve!==0&&ve!==2&&(Tt&64||ze&2||q.getFlags()&8)&&(st|=1<<3),(ve===7||ve===10)&&We(Me,xe)&&(st|=1<<5),A.isSourceFileDefaultLibrary(Me.getSourceFile())&&(st|=1<<4)}else q.declarations&&q.declarations.some(function(rt){return A.isSourceFileDefaultLibrary(rt.getSourceFile())})&&(st|=1<<4);Ct(be,ve,st)}}}e.forEachChild(be,Qe),ke=Ie}}Qe(xe)}function ne(A,xe){var Q=A.getFlags();if(Q&32)return 0;if(Q&384)return 1;if(Q&524288)return 5;if(Q&64){if(xe&2)return 2}else if(Q&262144)return 4;var Ct=A.valueDeclaration||A.declarations&&A.declarations[0];return Ct&&e.isBindingElement(Ct)&&(Ct=f(Ct)),Ct&&je.get(Ct.kind)}function U(A,xe,Q){if(Q===7||Q===9||Q===6){var Ct=A.getTypeAtLocation(xe);if(Ct){var ft=function(Jt){return Jt(Ct)||Ct.isUnion()&&Ct.types.some(Jt)};if(Q!==6&&ft(function(Jt){return Jt.getConstructSignatures().length>0}))return 0;if(ft(function(Jt){return Jt.getCallSignatures().length>0})&&!ft(function(Jt){return Jt.getProperties().length>0})||le(xe))return Q===9?11:10}}return Q}function We(A,xe){return e.isBindingElement(A)&&(A=f(A)),e.isVariableDeclaration(A)?(!e.isSourceFile(A.parent.parent.parent)||e.isCatchClause(A.parent))&&A.getSourceFile()===xe:e.isFunctionDeclaration(A)?!e.isSourceFile(A.parent)&&A.getSourceFile()===xe:!1}function f(A){for(;;)if(e.isBindingElement(A.parent.parent))A=A.parent.parent;else return A.parent.parent}function v(A){var xe=A.parent;return xe&&(e.isImportClause(xe)||e.isImportSpecifier(xe)||e.isNamespaceImport(xe))}function le(A){for(;he(A);)A=A.parent;return e.isCallExpression(A.parent)&&A.parent.expression===A}function he(A){return e.isQualifiedName(A.parent)&&A.parent.right===A||e.isPropertyAccessExpression(A.parent)&&A.parent.name===A}var je=new e.Map([[254,7],[164,6],[167,9],[261,3],[260,1],[299,8],[257,0],[169,11],[256,10],[213,10],[168,11],[172,9],[173,9],[166,9],[258,2],[259,5],[163,4],[296,9],[297,9]])})(_=a.v2020||(a.v2020={}))})(t=e.classifier||(e.classifier={}))})(Qt||(Qt={}));var Qt;(function(e){e.servicesVersion="0.8";function t(D,G,ee,V){var Ye=e.isNodeKind(D)?new a(D,G,ee):D===79?new K(79,G,ee):D===80?new qe(80,G,ee):new w(D,G,ee);return Ye.parent=V,Ye.flags=V.flags&50720768,Ye}var a=function(){function D(G,ee,V){this.pos=ee,this.end=V,this.flags=0,this.modifierFlagsCache=0,this.transformFlags=0,this.parent=void 0,this.kind=G}return D.prototype.assertHasRealPosition=function(G){e.Debug.assert(!e.positionIsSynthesized(this.pos)&&!e.positionIsSynthesized(this.end),G||"Node must have a real position for this operation")},D.prototype.getSourceFile=function(){return e.getSourceFileOfNode(this)},D.prototype.getStart=function(G,ee){return this.assertHasRealPosition(),e.getTokenPosOfNode(this,G,ee)},D.prototype.getFullStart=function(){return this.assertHasRealPosition(),this.pos},D.prototype.getEnd=function(){return this.assertHasRealPosition(),this.end},D.prototype.getWidth=function(G){return this.assertHasRealPosition(),this.getEnd()-this.getStart(G)},D.prototype.getFullWidth=function(){return this.assertHasRealPosition(),this.end-this.pos},D.prototype.getLeadingTriviaWidth=function(G){return this.assertHasRealPosition(),this.getStart(G)-this.pos},D.prototype.getFullText=function(G){return this.assertHasRealPosition(),(G||this.getSourceFile()).text.substring(this.pos,this.end)},D.prototype.getText=function(G){return this.assertHasRealPosition(),G||(G=this.getSourceFile()),G.text.substring(this.getStart(G),this.getEnd())},D.prototype.getChildCount=function(G){return this.getChildren(G).length},D.prototype.getChildAt=function(G,ee){return this.getChildren(ee)[G]},D.prototype.getChildren=function(G){return this.assertHasRealPosition("Node without a real position cannot be scanned and thus has no token nodes - use forEachChild and collect the result if that's fine"),this._children||(this._children=_(this,G))},D.prototype.getFirstToken=function(G){this.assertHasRealPosition();var ee=this.getChildren(G);if(!!ee.length){var V=e.find(ee,function(Ye){return Ye.kind<309||Ye.kind>347});return V.kind<161?V:V.getFirstToken(G)}},D.prototype.getLastToken=function(G){this.assertHasRealPosition();var ee=this.getChildren(G),V=e.lastOrUndefined(ee);if(!!V)return V.kind<161?V:V.getLastToken(G)},D.prototype.forEachChild=function(G,ee){return e.forEachChild(this,G,ee)},D}();function _(D,G){if(!e.isNodeKind(D.kind))return e.emptyArray;var ee=[];if(e.isJSDocCommentContainingNode(D))return D.forEachChild(function(Le){ee.push(Le)}),ee;e.scanner.setText((G||D.getSourceFile()).text);var V=D.pos,Ye=function(Le){d(ee,V,Le.pos,D),ee.push(Le),V=Le.end},at=function(Le){d(ee,V,Le.pos,D),ee.push(x(Le,D)),V=Le.end};return e.forEach(D.jsDoc,Ye),V=D.pos,D.forEachChild(Ye,at),d(ee,V,D.end,D),e.scanner.setText(void 0),ee}function d(D,G,ee,V){for(e.scanner.setTextPos(G);G<ee;){var Ye=e.scanner.scan(),at=e.scanner.getTextPos();if(at<=ee&&(Ye===79&&e.Debug.fail("Did not expect ".concat(e.Debug.formatSyntaxKind(V.kind)," to have an Identifier in its trivia")),D.push(t(Ye,G,at,V))),G=at,Ye===1)break}}function x(D,G){var ee=t(348,D.pos,D.end,G);ee._children=[];for(var V=D.pos,Ye=0,at=D;Ye<at.length;Ye++){var Le=at[Ye];d(ee._children,V,Le.pos,G),ee._children.push(Le),V=Le.end}return d(ee._children,V,D.end,G),ee}var $=function(){function D(G,ee){this.pos=G,this.end=ee,this.flags=0,this.modifierFlagsCache=0,this.transformFlags=0,this.parent=void 0}return D.prototype.getSourceFile=function(){return e.getSourceFileOfNode(this)},D.prototype.getStart=function(G,ee){return e.getTokenPosOfNode(this,G,ee)},D.prototype.getFullStart=function(){return this.pos},D.prototype.getEnd=function(){return this.end},D.prototype.getWidth=function(G){return this.getEnd()-this.getStart(G)},D.prototype.getFullWidth=function(){return this.end-this.pos},D.prototype.getLeadingTriviaWidth=function(G){return this.getStart(G)-this.pos},D.prototype.getFullText=function(G){return(G||this.getSourceFile()).text.substring(this.pos,this.end)},D.prototype.getText=function(G){return G||(G=this.getSourceFile()),G.text.substring(this.getStart(G),this.getEnd())},D.prototype.getChildCount=function(){return this.getChildren().length},D.prototype.getChildAt=function(G){return this.getChildren()[G]},D.prototype.getChildren=function(){return this.kind===1&&this.jsDoc||e.emptyArray},D.prototype.getFirstToken=function(){},D.prototype.getLastToken=function(){},D.prototype.forEachChild=function(){},D}(),Y=function(){function D(G,ee){this.flags=G,this.escapedName=ee}return D.prototype.getFlags=function(){return this.flags},Object.defineProperty(D.prototype,"name",{get:function(){return e.symbolName(this)},enumerable:!1,configurable:!0}),D.prototype.getEscapedName=function(){return this.escapedName},D.prototype.getName=function(){return this.name},D.prototype.getDeclarations=function(){return this.declarations},D.prototype.getDocumentationComment=function(G){if(!this.documentationComment)if(this.documentationComment=e.emptyArray,!this.declarations&&this.target&&this.target.tupleLabelDeclaration){var ee=this.target.tupleLabelDeclaration;this.documentationComment=f([ee],G)}else this.documentationComment=f(this.declarations,G);return this.documentationComment},D.prototype.getContextualDocumentationComment=function(G,ee){if(G){if(e.isGetAccessor(G)&&(this.contextualGetAccessorDocumentationComment||(this.contextualGetAccessorDocumentationComment=f(e.filter(this.declarations,e.isGetAccessor),ee)),e.length(this.contextualGetAccessorDocumentationComment)))return this.contextualGetAccessorDocumentationComment;if(e.isSetAccessor(G)&&(this.contextualSetAccessorDocumentationComment||(this.contextualSetAccessorDocumentationComment=f(e.filter(this.declarations,e.isSetAccessor),ee)),e.length(this.contextualSetAccessorDocumentationComment)))return this.contextualSetAccessorDocumentationComment}return this.getDocumentationComment(ee)},D.prototype.getJsDocTags=function(G){return this.tags===void 0&&(this.tags=We(this.declarations,G)),this.tags},D.prototype.getContextualJsDocTags=function(G,ee){if(G){if(e.isGetAccessor(G)&&(this.contextualGetAccessorTags||(this.contextualGetAccessorTags=We(e.filter(this.declarations,e.isGetAccessor),ee)),e.length(this.contextualGetAccessorTags)))return this.contextualGetAccessorTags;if(e.isSetAccessor(G)&&(this.contextualSetAccessorTags||(this.contextualSetAccessorTags=We(e.filter(this.declarations,e.isSetAccessor),ee)),e.length(this.contextualSetAccessorTags)))return this.contextualSetAccessorTags}return this.getJsDocTags(ee)},D}(),w=function(D){qp(G,D);function G(ee,V,Ye){var at=D.call(this,V,Ye)||this;return at.kind=ee,at}return G}($),K=function(D){qp(G,D);function G(ee,V,Ye){var at=D.call(this,V,Ye)||this;return at.kind=79,at}return Object.defineProperty(G.prototype,"text",{get:function(){return e.idText(this)},enumerable:!1,configurable:!0}),G}($);K.prototype.kind=79;var qe=function(D){qp(G,D);function G(ee,V,Ye){return D.call(this,V,Ye)||this}return Object.defineProperty(G.prototype,"text",{get:function(){return e.idText(this)},enumerable:!1,configurable:!0}),G}($);qe.prototype.kind=80;var ye=function(){function D(G,ee){this.checker=G,this.flags=ee}return D.prototype.getFlags=function(){return this.flags},D.prototype.getSymbol=function(){return this.symbol},D.prototype.getProperties=function(){return this.checker.getPropertiesOfType(this)},D.prototype.getProperty=function(G){return this.checker.getPropertyOfType(this,G)},D.prototype.getApparentProperties=function(){return this.checker.getAugmentedPropertiesOfType(this)},D.prototype.getCallSignatures=function(){return this.checker.getSignaturesOfType(this,0)},D.prototype.getConstructSignatures=function(){return this.checker.getSignaturesOfType(this,1)},D.prototype.getStringIndexType=function(){return this.checker.getIndexTypeOfType(this,0)},D.prototype.getNumberIndexType=function(){return this.checker.getIndexTypeOfType(this,1)},D.prototype.getBaseTypes=function(){return this.isClassOrInterface()?this.checker.getBaseTypes(this):void 0},D.prototype.isNullableType=function(){return this.checker.isNullableType(this)},D.prototype.getNonNullableType=function(){return this.checker.getNonNullableType(this)},D.prototype.getNonOptionalType=function(){return this.checker.getNonOptionalType(this)},D.prototype.getConstraint=function(){return this.checker.getBaseConstraintOfType(this)},D.prototype.getDefault=function(){return this.checker.getDefaultFromTypeParameter(this)},D.prototype.isUnion=function(){return!!(this.flags&1048576)},D.prototype.isIntersection=function(){return!!(this.flags&2097152)},D.prototype.isUnionOrIntersection=function(){return!!(this.flags&3145728)},D.prototype.isLiteral=function(){return!!(this.flags&384)},D.prototype.isStringLiteral=function(){return!!(this.flags&128)},D.prototype.isNumberLiteral=function(){return!!(this.flags&256)},D.prototype.isTypeParameter=function(){return!!(this.flags&262144)},D.prototype.isClassOrInterface=function(){return!!(e.getObjectFlags(this)&3)},D.prototype.isClass=function(){return!!(e.getObjectFlags(this)&1)},D.prototype.isIndexType=function(){return!!(this.flags&4194304)},Object.defineProperty(D.prototype,"typeArguments",{get:function(){if(e.getObjectFlags(this)&4)return this.checker.getTypeArguments(this)},enumerable:!1,configurable:!0}),D}(),ne=function(){function D(G,ee){this.checker=G,this.flags=ee}return D.prototype.getDeclaration=function(){return this.declaration},D.prototype.getTypeParameters=function(){return this.typeParameters},D.prototype.getParameters=function(){return this.parameters},D.prototype.getReturnType=function(){return this.checker.getReturnTypeOfSignature(this)},D.prototype.getTypeParameterAtPosition=function(G){var ee=this.checker.getParameterType(this,G);if(ee.isIndexType()&&e.isThisTypeParameter(ee.type)){var V=ee.type.getConstraint();if(V)return this.checker.getIndexType(V)}return ee},D.prototype.getDocumentationComment=function(){return this.documentationComment||(this.documentationComment=f(e.singleElementArray(this.declaration),this.checker))},D.prototype.getJsDocTags=function(){return this.jsDocTags||(this.jsDocTags=We(e.singleElementArray(this.declaration),this.checker))},D}();function U(D){return e.getJSDocTags(D).some(function(G){return G.tagName.text==="inheritDoc"||G.tagName.text==="inheritdoc"})}function We(D,G){if(!D)return e.emptyArray;var ee=e.JsDoc.getJsDocTagsFromDeclarations(D,G);if(G&&(ee.length===0||D.some(U)))for(var V=new e.Set,Ye=function(B){var mt=v(G,B,function(X){var ce;if(!V.has(X))return V.add(X),B.kind===172||B.kind===173?X.getContextualJsDocTags(B,G):((ce=X.declarations)===null||ce===void 0?void 0:ce.length)===1?X.getJsDocTags():void 0});mt&&(ee=Cn(Cn([],mt,!0),ee,!0))},at=0,Le=D;at<Le.length;at++){var Ne=Le[at];Ye(Ne)}return ee}function f(D,G){if(!D)return e.emptyArray;var ee=e.JsDoc.getJsDocCommentsFromDeclarations(D,G);if(G&&(ee.length===0||D.some(U)))for(var V=new e.Set,Ye=function(B){var mt=v(G,B,function(X){if(!V.has(X))return V.add(X),B.kind===172||B.kind===173?X.getContextualDocumentationComment(B,G):X.getDocumentationComment(G)});mt&&(ee=ee.length===0?mt.slice():mt.concat(e.lineBreakPart(),ee))},at=0,Le=D;at<Le.length;at++){var Ne=Le[at];Ye(Ne)}return ee}function v(D,G,ee){var V,Ye=((V=G.parent)===null||V===void 0?void 0:V.kind)===171?G.parent.parent:G.parent;if(!!Ye){var at=e.hasStaticModifier(G);return e.firstDefined(e.getAllSuperTypeNodes(Ye),function(Le){var Ne=D.getTypeAtLocation(Le),B=at&&Ne.symbol?D.getTypeOfSymbol(Ne.symbol):Ne,mt=D.getPropertyOfType(B,G.symbol.name);return mt?ee(mt):void 0})}}var le=function(D){qp(G,D);function G(ee,V,Ye){var at=D.call(this,ee,V,Ye)||this;return at.kind=305,at}return G.prototype.update=function(ee,V){return e.updateSourceFile(this,ee,V)},G.prototype.getLineAndCharacterOfPosition=function(ee){return e.getLineAndCharacterOfPosition(this,ee)},G.prototype.getLineStarts=function(){return e.getLineStarts(this)},G.prototype.getPositionOfLineAndCharacter=function(ee,V,Ye){return e.computePositionOfLineAndCharacter(e.getLineStarts(this),ee,V,this.text,Ye)},G.prototype.getLineEndOfPosition=function(ee){var V=this.getLineAndCharacterOfPosition(ee).line,Ye=this.getLineStarts(),at;V+1>=Ye.length&&(at=this.getEnd()),at||(at=Ye[V+1]-1);var Le=this.getFullText();return Le[at]===`
|
|
230
|
+
`&&Le[at-1]==="\r"?at-1:at},G.prototype.getNamedDeclarations=function(){return this.namedDeclarations||(this.namedDeclarations=this.computeNamedDeclarations()),this.namedDeclarations},G.prototype.computeNamedDeclarations=function(){var ee=e.createMultiMap();return this.forEachChild(Le),ee;function V(Ne){var B=at(Ne);B&&ee.add(B,Ne)}function Ye(Ne){var B=ee.get(Ne);return B||ee.set(Ne,B=[]),B}function at(Ne){var B=e.getNonAssignedNameOfDeclaration(Ne);return B&&(e.isComputedPropertyName(B)&&e.isPropertyAccessExpression(B.expression)?B.expression.name.text:e.isPropertyName(B)?e.getNameFromPropertyName(B):void 0)}function Le(Ne){switch(Ne.kind){case 256:case 213:case 169:case 168:var B=Ne,mt=at(B);if(mt){var X=Ye(mt),ce=e.lastOrUndefined(X);ce&&B.parent===ce.parent&&B.symbol===ce.symbol?B.body&&!ce.body&&(X[X.length-1]=B):X.push(B)}e.forEachChild(Ne,Le);break;case 257:case 226:case 258:case 259:case 260:case 261:case 265:case 275:case 270:case 267:case 268:case 172:case 173:case 182:V(Ne),e.forEachChild(Ne,Le);break;case 164:if(!e.hasSyntacticModifier(Ne,16476))break;case 254:case 203:{var Fe=Ne;if(e.isBindingPattern(Fe.name)){e.forEachChild(Fe.name,Le);break}Fe.initializer&&Le(Fe.initializer)}case 299:case 167:case 166:V(Ne);break;case 272:var Ue=Ne;Ue.exportClause&&(e.isNamedExports(Ue.exportClause)?e.forEach(Ue.exportClause.elements,Le):Le(Ue.exportClause.name));break;case 266:var Ve=Ne.importClause;Ve&&(Ve.name&&V(Ve.name),Ve.namedBindings&&(Ve.namedBindings.kind===268?V(Ve.namedBindings):e.forEach(Ve.namedBindings.elements,Le)));break;case 221:e.getAssignmentDeclarationKind(Ne)!==0&&V(Ne);default:e.forEachChild(Ne,Le)}}},G}(a),he=function(){function D(G,ee,V){this.fileName=G,this.text=ee,this.skipTrivia=V}return D.prototype.getLineAndCharacterOfPosition=function(G){return e.getLineAndCharacterOfPosition(this,G)},D}();function je(){return{getNodeConstructor:function(){return a},getTokenConstructor:function(){return w},getIdentifierConstructor:function(){return K},getPrivateIdentifierConstructor:function(){return qe},getSourceFileConstructor:function(){return le},getSymbolConstructor:function(){return Y},getTypeConstructor:function(){return ye},getSignatureConstructor:function(){return ne},getSourceMapSourceConstructor:function(){return he}}}function A(D){var G=!0;for(var ee in D)if(e.hasProperty(D,ee)&&!xe(ee)){G=!1;break}if(G)return D;var V={};for(var ee in D)if(e.hasProperty(D,ee)){var Ye=xe(ee)?ee:ee.charAt(0).toLowerCase()+ee.substr(1);V[Ye]=D[ee]}return V}e.toEditorSettings=A;function xe(D){return!D.length||D.charAt(0)===D.charAt(0).toLowerCase()}function Q(D){return D?e.map(D,function(G){return G.text}).join(""):""}e.displayPartsToString=Q;function Ct(){return{target:1,jsx:1}}e.getDefaultCompilerOptions=Ct;function ft(){return e.codefix.getSupportedErrorCodes()}e.getSupportedCodeFixes=ft;var Jt=function(){function D(G){this.host=G}return D.prototype.getCurrentSourceFile=function(G){var ee,V,Ye,at,Le,Ne,B,mt,X=this.host.getScriptSnapshot(G);if(!X)throw new Error("Could not find file: '"+G+"'.");var ce=e.getScriptKind(G,this.host),Fe=this.host.getScriptVersion(G),Ue;if(this.currentFileName!==G){var Ve={languageVersion:99,impliedNodeFormat:e.getImpliedNodeFormatForFile(e.toPath(G,this.host.getCurrentDirectory(),((Ye=(V=(ee=this.host).getCompilerHost)===null||V===void 0?void 0:V.call(ee))===null||Ye===void 0?void 0:Ye.getCanonicalFileName)||e.hostGetCanonicalFileName(this.host)),(mt=(B=(Ne=(Le=(at=this.host).getCompilerHost)===null||Le===void 0?void 0:Le.call(at))===null||Ne===void 0?void 0:Ne.getModuleResolutionCache)===null||B===void 0?void 0:B.call(Ne))===null||mt===void 0?void 0:mt.getPackageJsonInfoCache(),this.host,this.host.getCompilationSettings()),setExternalModuleIndicator:e.getSetExternalModuleIndicator(this.host.getCompilationSettings())};Ue=Qe(G,X,Ve,Fe,!0,ce)}else if(this.currentFileVersion!==Fe){var ut=X.getChangeRange(this.currentFileScriptSnapshot);Ue=be(this.currentSourceFile,X,Fe,ut)}return Ue&&(this.currentFileVersion=Fe,this.currentFileName=G,this.currentFileScriptSnapshot=X,this.currentSourceFile=Ue),this.currentSourceFile},D}();function ke(D,G,ee){D.version=ee,D.scriptSnapshot=G}function Qe(D,G,ee,V,Ye,at){var Le=e.createSourceFile(D,e.getSnapshotText(G),ee,Ye,at);return ke(Le,G,V),Le}e.createLanguageServiceSourceFile=Qe;function be(D,G,ee,V,Ye){if(V&&ee!==D.version){var at=void 0,Le=V.span.start!==0?D.text.substr(0,V.span.start):"",Ne=e.textSpanEnd(V.span)!==D.text.length?D.text.substr(e.textSpanEnd(V.span)):"";if(V.newLength===0)at=Le&&Ne?Le+Ne:Le||Ne;else{var B=G.getText(V.span.start,V.span.start+V.newLength);at=Le&&Ne?Le+B+Ne:Le?Le+B:B+Ne}var mt=e.updateSourceFile(D,at,V,Ye);return ke(mt,G,ee),mt.nameTable=void 0,D!==mt&&D.scriptSnapshot&&(D.scriptSnapshot.dispose&&D.scriptSnapshot.dispose(),D.scriptSnapshot=void 0),mt}var X={languageVersion:D.languageVersion,impliedNodeFormat:D.impliedNodeFormat,setExternalModuleIndicator:D.setExternalModuleIndicator};return Qe(D.fileName,G,X,ee,!0,D.scriptKind)}e.updateLanguageServiceSourceFile=be;var Ie={isCancellationRequested:e.returnFalse,throwIfCancellationRequested:e.noop},q=function(){function D(G){this.cancellationToken=G}return D.prototype.isCancellationRequested=function(){return this.cancellationToken.isCancellationRequested()},D.prototype.throwIfCancellationRequested=function(){if(this.isCancellationRequested())throw e.tracing===null||e.tracing===void 0||e.tracing.instant("session","cancellationThrown",{kind:"CancellationTokenObject"}),new e.OperationCanceledException},D}(),ve=function(){function D(G,ee){ee===void 0&&(ee=20),this.hostCancellationToken=G,this.throttleWaitMilliseconds=ee,this.lastCancellationCheckTime=0}return D.prototype.isCancellationRequested=function(){var G=e.timestamp(),ee=Math.abs(G-this.lastCancellationCheckTime);return ee>=this.throttleWaitMilliseconds?(this.lastCancellationCheckTime=G,this.hostCancellationToken.isCancellationRequested()):!1},D.prototype.throwIfCancellationRequested=function(){if(this.isCancellationRequested())throw e.tracing===null||e.tracing===void 0||e.tracing.instant("session","cancellationThrown",{kind:"ThrottledCancellationToken"}),new e.OperationCanceledException},D}();e.ThrottledCancellationToken=ve;var st=["getSemanticDiagnostics","getSuggestionDiagnostics","getCompilerOptionsDiagnostics","getSemanticClassifications","getEncodedSemanticClassifications","getCodeFixesAtPosition","getCombinedCodeFix","applyCodeActionCommand","organizeImports","getEditsForFileRename","getEmitOutput","getApplicableRefactors","getEditsForRefactor","prepareCallHierarchy","provideCallHierarchyIncomingCalls","provideCallHierarchyOutgoingCalls","provideInlayHints"],we=Cn(Cn([],st,!0),["getCompletionsAtPosition","getCompletionEntryDetails","getCompletionEntrySymbol","getSignatureHelpItems","getQuickInfoAtPosition","getDefinitionAtPosition","getDefinitionAndBoundSpan","getImplementationAtPosition","getTypeDefinitionAtPosition","getReferencesAtPosition","findReferences","getOccurrencesAtPosition","getDocumentHighlights","getNavigateToItems","getRenameInfo","findRenameLocations","getApplicableRefactors"],!1);function Me(D,G,ee){var V,Ye;G===void 0&&(G=e.createDocumentRegistry(D.useCaseSensitiveFileNames&&D.useCaseSensitiveFileNames(),D.getCurrentDirectory()));var at;ee===void 0?at=e.LanguageServiceMode.Semantic:typeof ee=="boolean"?at=ee?e.LanguageServiceMode.Syntactic:e.LanguageServiceMode.Semantic:at=ee;var Le=new Jt(D),Ne,B,mt=0,X=D.getCancellationToken?new q(D.getCancellationToken()):Ie,ce=D.getCurrentDirectory();e.maybeSetLocalizedDiagnosticMessages((Ye=D.getLocalizedDiagnosticMessages)===null||Ye===void 0?void 0:Ye.bind(D));function Fe(Se){D.log&&D.log(Se)}var Ue=e.hostUsesCaseSensitiveFileNames(D),Ve=e.createGetCanonicalFileName(Ue),ut=e.getSourceMapper({useCaseSensitiveFileNames:function(){return Ue},getCurrentDirectory:function(){return ce},getProgram:Z,fileExists:e.maybeBind(D,D.fileExists),readFile:e.maybeBind(D,D.readFile),getDocumentPositionMapper:e.maybeBind(D,D.getDocumentPositionMapper),getSourceFileLike:e.maybeBind(D,D.getSourceFileLike),log:Fe});function ht(Se){var Pe=Ne.getSourceFile(Se);if(!Pe){var $e=new Error("Could not find source file: '".concat(Se,"'."));throw $e.ProgramFiles=Ne.getSourceFiles().map(function(Ze){return Ze.fileName}),$e}return Pe}function St(){var Se,Pe,$e;if(e.Debug.assert(at!==e.LanguageServiceMode.Syntactic),D.getProjectVersion){var Ze=D.getProjectVersion();if(Ze){if(B===Ze&&!(!((Se=D.hasChangedAutomaticTypeDirectiveNames)===null||Se===void 0)&&Se.call(D)))return;B=Ze}}var it=D.getTypeRootsVersion?D.getTypeRootsVersion():0;mt!==it&&(Fe("TypeRoots version has changed; provide new program"),Ne=void 0,mt=it);var wt=D.getScriptFileNames().slice(),ar=D.getCompilationSettings()||Ct(),yr=D.hasInvalidatedResolution||e.returnFalse,tn=e.maybeBind(D,D.hasChangedAutomaticTypeDirectiveNames),Rr=(Pe=D.getProjectReferences)===null||Pe===void 0?void 0:Pe.call(D),Jr,dr={getSourceFile:Zr,getSourceFileByPath:Ut,getCancellationToken:function(){return X},getCanonicalFileName:Ve,useCaseSensitiveFileNames:function(){return Ue},getNewLine:function(){return e.getNewLineCharacter(ar,function(){return e.getNewLineOrDefaultFromHost(D)})},getDefaultLibFileName:function(lr){return D.getDefaultLibFileName(lr)},writeFile:e.noop,getCurrentDirectory:function(){return ce},fileExists:function(lr){return D.fileExists(lr)},readFile:function(lr){return D.readFile&&D.readFile(lr)},getSymlinkCache:e.maybeBind(D,D.getSymlinkCache),realpath:e.maybeBind(D,D.realpath),directoryExists:function(lr){return e.directoryProbablyExists(lr,D)},getDirectories:function(lr){return D.getDirectories?D.getDirectories(lr):[]},readDirectory:function(lr,jr,en,Un,Di){return e.Debug.checkDefined(D.readDirectory,"'LanguageServiceHost.readDirectory' must be implemented to correctly process 'projectReferences'"),D.readDirectory(lr,jr,en,Un,Di)},onReleaseOldSourceFile:$r,onReleaseParsedCommandLine:kn,hasInvalidatedResolution:yr,hasChangedAutomaticTypeDirectiveNames:tn,trace:e.maybeBind(D,D.trace),resolveModuleNames:e.maybeBind(D,D.resolveModuleNames),getModuleResolutionCache:e.maybeBind(D,D.getModuleResolutionCache),resolveTypeReferenceDirectives:e.maybeBind(D,D.resolveTypeReferenceDirectives),useSourceOfProjectReferenceRedirect:e.maybeBind(D,D.useSourceOfProjectReferenceRedirect),getParsedCommandLine:Wr},hn=dr.getSourceFile,Ur=e.changeCompilerHostLikeToUseCache(dr,function(lr){return e.toPath(lr,ce,Ve)},function(){for(var lr=[],jr=0;jr<arguments.length;jr++)lr[jr]=arguments[jr];return hn.call.apply(hn,Cn([dr],lr,!1))}).getSourceFileWithCache;dr.getSourceFile=Ur,($e=D.setCompilerHost)===null||$e===void 0||$e.call(D,dr);var Tr={useCaseSensitiveFileNames:Ue,fileExists:function(lr){return dr.fileExists(lr)},readFile:function(lr){return dr.readFile(lr)},readDirectory:function(){for(var lr,jr=[],en=0;en<arguments.length;en++)jr[en]=arguments[en];return(lr=dr).readDirectory.apply(lr,jr)},trace:dr.trace,getCurrentDirectory:dr.getCurrentDirectory,onUnRecoverableConfigFileDiagnostic:e.noop};if(e.isProgramUptoDate(Ne,wt,ar,function(lr,jr){return D.getScriptVersion(jr)},function(lr){return dr.fileExists(lr)},yr,tn,Wr,Rr))return;var pe=G.getKeyForCompilationSettings(ar),pn={rootNames:wt,options:ar,host:dr,oldProgram:Ne,projectReferences:Rr};Ne=e.createProgram(pn),dr=void 0,Jr=void 0,ut.clearCache(),Ne.getTypeChecker();return;function Wr(lr){var jr=e.toPath(lr,ce,Ve),en=Jr==null?void 0:Jr.get(jr);if(en!==void 0)return en||void 0;var Un=D.getParsedCommandLine?D.getParsedCommandLine(lr):an(lr);return(Jr||(Jr=new e.Map)).set(jr,Un||!1),Un}function an(lr){var jr=Zr(lr,100);if(!!jr)return jr.path=e.toPath(lr,ce,Ve),jr.resolvedPath=jr.path,jr.originalFileName=jr.fileName,e.parseJsonSourceFileConfigFileContent(jr,Tr,e.getNormalizedAbsolutePath(e.getDirectoryPath(lr),ce),void 0,e.getNormalizedAbsolutePath(lr,ce))}function kn(lr,jr,en){var Un;D.getParsedCommandLine?(Un=D.onReleaseParsedCommandLine)===null||Un===void 0||Un.call(D,lr,jr,en):jr&&$r(jr.sourceFile,en)}function $r(lr,jr){var en=G.getKeyForCompilationSettings(jr);G.releaseDocumentWithKey(lr.resolvedPath,en,lr.scriptKind,lr.impliedNodeFormat)}function Zr(lr,jr,en,Un){return Ut(lr,e.toPath(lr,ce,Ve),jr,en,Un)}function Ut(lr,jr,en,Un,Di){e.Debug.assert(dr,"getOrCreateSourceFileByPath called after typical CompilerHost lifetime, check the callstack something with a reference to an old host.");var hi=D.getScriptSnapshot(lr);if(!!hi){var Xn=e.getScriptKind(lr,D),Ei=D.getScriptVersion(lr);if(!Di){var Ci=Ne&&Ne.getSourceFileByPath(jr);if(Ci){if(Xn===Ci.scriptKind)return G.updateDocumentWithKey(lr,jr,D,pe,hi,Ei,Xn,en);G.releaseDocumentWithKey(Ci.resolvedPath,G.getKeyForCompilationSettings(Ne.getCompilerOptions()),Ci.scriptKind,Ci.impliedNodeFormat)}}return G.acquireDocumentWithKey(lr,jr,D,pe,hi,Ei,Xn,en)}}}function Z(){if(at===e.LanguageServiceMode.Syntactic){e.Debug.assert(Ne===void 0);return}return St(),Ne}function fe(){var Se;return(Se=D.getPackageJsonAutoImportProvider)===null||Se===void 0?void 0:Se.call(D)}function nt(Se,Pe){var $e=Ne.getTypeChecker(),Ze=hn();if(!Ze)return!1;for(var it=0,wt=Se;it<wt.length;it++)for(var ar=wt[it],yr=0,tn=ar.references;yr<tn.length;yr++){var Rr=tn[yr],Jr=Ur(Rr);if(e.Debug.assertIsDefined(Jr),Pe.has(Rr)||e.FindAllReferences.isDeclarationOfSymbol(Jr,Ze)){Pe.add(Rr),Rr.isDefinition=!0;var dr=e.getMappedDocumentSpan(Rr,ut,e.maybeBind(D,D.fileExists));dr&&Pe.add(dr)}else Rr.isDefinition=!1}return!0;function hn(){for(var Tr=0,pe=Se;Tr<pe.length;Tr++)for(var pn=pe[Tr],Wr=0,an=pn.references;Wr<an.length;Wr++){var kn=an[Wr];if(Pe.has(kn)){var $r=Ur(kn);return e.Debug.assertIsDefined($r),$e.getSymbolAtLocation($r)}var Zr=e.getMappedDocumentSpan(kn,ut,e.maybeBind(D,D.fileExists));if(Zr&&Pe.has(Zr)){var $r=Ur(Zr);if($r)return $e.getSymbolAtLocation($r)}}}function Ur(Tr){var pe=Ne.getSourceFile(Tr.fileName);if(!!pe){var pn=e.getTouchingPropertyName(pe,Tr.textSpan.start),Wr=e.FindAllReferences.Core.getAdjustedNode(pn,{use:1});return Wr}}}function dt(){Ne=void 0}function Ft(){if(Ne){var Se=G.getKeyForCompilationSettings(Ne.getCompilerOptions());e.forEach(Ne.getSourceFiles(),function(Pe){return G.releaseDocumentWithKey(Pe.resolvedPath,Se,Pe.scriptKind,Pe.impliedNodeFormat)}),Ne=void 0}D=void 0}function Mt(Se){return St(),Ne.getSyntacticDiagnostics(ht(Se),X).slice()}function fr(Se){St();var Pe=ht(Se),$e=Ne.getSemanticDiagnostics(Pe,X);if(!e.getEmitDeclarations(Ne.getCompilerOptions()))return $e.slice();var Ze=Ne.getDeclarationDiagnostics(Pe,X);return Cn(Cn([],$e,!0),Ze,!0)}function Ce(Se){return St(),e.computeSuggestionDiagnostics(ht(Se),Ne,X)}function L(){return St(),Cn(Cn([],Ne.getOptionsDiagnostics(X),!0),Ne.getGlobalDiagnostics(X),!0)}function r(Se,Pe,$e,Ze){$e===void 0&&($e=e.emptyOptions);var it=Gi(Gi({},e.identity($e)),{includeCompletionsForModuleExports:$e.includeCompletionsForModuleExports||$e.includeExternalModuleExports,includeCompletionsWithInsertText:$e.includeCompletionsWithInsertText||$e.includeInsertTextCompletions});return St(),e.Completions.getCompletionsAtPosition(D,Ne,Fe,ht(Se),Pe,it,$e.triggerCharacter,$e.triggerKind,X,Ze&&e.formatting.getFormatContext(Ze,D))}function Er(Se,Pe,$e,Ze,it,wt,ar){return wt===void 0&&(wt=e.emptyOptions),St(),e.Completions.getCompletionEntryDetails(Ne,Fe,ht(Se),Pe,{name:$e,source:it,data:ar},D,Ze&&e.formatting.getFormatContext(Ze,D),wt,X)}function Ir(Se,Pe,$e,Ze,it){return it===void 0&&(it=e.emptyOptions),St(),e.Completions.getCompletionEntrySymbol(Ne,Fe,ht(Se),Pe,{name:$e,source:Ze},D,it)}function Ke(Se,Pe){St();var $e=ht(Se),Ze=e.getTouchingPropertyName($e,Pe);if(Ze!==$e){var it=Ne.getTypeChecker(),wt=se(Ze),ar=Yt(wt,it);if(!ar||it.isUnknownSymbol(ar)){var yr=k($e,wt,Pe)?it.getTypeAtLocation(wt):void 0;return yr&&{kind:"",kindModifiers:"",textSpan:e.createTextSpanFromNode(wt,$e),displayParts:it.runWithCancellationToken(X,function(Ur){return e.typeToDisplayParts(Ur,yr,e.getContainerNode(wt))}),documentation:yr.symbol?yr.symbol.getDocumentationComment(it):void 0,tags:yr.symbol?yr.symbol.getJsDocTags(it):void 0}}var tn=it.runWithCancellationToken(X,function(Ur){return e.SymbolDisplay.getSymbolDisplayPartsDocumentationAndSymbolKind(Ur,ar,$e,e.getContainerNode(wt),wt)}),Rr=tn.symbolKind,Jr=tn.displayParts,dr=tn.documentation,hn=tn.tags;return{kind:Rr,kindModifiers:e.SymbolDisplay.getSymbolModifiers(it,ar),textSpan:e.createTextSpanFromNode(wt,$e),displayParts:Jr,documentation:dr,tags:hn}}}function se(Se){return e.isNewExpression(Se.parent)&&Se.pos===Se.parent.pos?Se.parent.expression:e.isNamedTupleMember(Se.parent)&&Se.pos===Se.parent.pos||e.isImportMeta(Se.parent)&&Se.parent.name===Se?Se.parent:Se}function k(Se,Pe,$e){switch(Pe.kind){case 79:return!e.isLabelName(Pe)&&!e.isTagName(Pe)&&!e.isConstTypeReference(Pe.parent);case 206:case 161:return!e.isInComment(Se,$e);case 108:case 192:case 106:case 197:return!0;case 231:return e.isImportMeta(Pe);default:return!1}}function W(Se,Pe,$e,Ze){return St(),e.GoToDefinition.getDefinitionAtPosition(Ne,ht(Se),Pe,$e,Ze)}function me(Se,Pe){return St(),e.GoToDefinition.getDefinitionAndBoundSpan(Ne,ht(Se),Pe)}function Et(Se,Pe){return St(),e.GoToDefinition.getTypeDefinitionAtPosition(Ne.getTypeChecker(),ht(Se),Pe)}function _t(Se,Pe){return St(),e.FindAllReferences.getImplementationsAtPosition(Ne,X,Ne.getSourceFiles(),ht(Se),Pe)}function Xt(Se,Pe){return e.flatMap($t(Se,Pe,[Se]),function($e){return $e.highlightSpans.map(function(Ze){return Gi(Gi({fileName:$e.fileName,textSpan:Ze.textSpan,isWriteAccess:Ze.kind==="writtenReference"},Ze.isInString&&{isInString:!0}),Ze.contextSpan&&{contextSpan:Ze.contextSpan})})})}function $t(Se,Pe,$e){var Ze=e.normalizePath(Se);e.Debug.assert($e.some(function(ar){return e.normalizePath(ar)===Ze})),St();var it=e.mapDefined($e,function(ar){return Ne.getSourceFile(ar)}),wt=ht(Se);return e.DocumentHighlights.getDocumentHighlights(Ne,X,wt,Pe,it)}function nr(Se,Pe,$e,Ze,it){St();var wt=ht(Se),ar=e.getAdjustedRenameLocation(e.getTouchingPropertyName(wt,Pe));if(!!e.Rename.nodeIsEligibleForRename(ar))if(e.isIdentifier(ar)&&(e.isJsxOpeningElement(ar.parent)||e.isJsxClosingElement(ar.parent))&&e.isIntrinsicJsxName(ar.escapedText)){var yr=ar.parent.parent,tn=yr.openingElement,Rr=yr.closingElement;return[tn,Rr].map(function(Jr){var dr=e.createTextSpanFromNode(Jr.tagName,wt);return Gi({fileName:wt.fileName,textSpan:dr},e.FindAllReferences.toContextSpan(dr,wt,Jr.parent))})}else return Sr(ar,Pe,{findInStrings:$e,findInComments:Ze,providePrefixAndSuffixTextForRename:it,use:2},function(Jr,dr,hn){return e.FindAllReferences.toRenameLocation(Jr,dr,hn,it||!1)})}function vr(Se,Pe){return St(),Sr(e.getTouchingPropertyName(ht(Se),Pe),Pe,{use:1},e.FindAllReferences.toReferenceEntry)}function Sr(Se,Pe,$e,Ze){St();var it=$e&&$e.use===2?Ne.getSourceFiles().filter(function(wt){return!Ne.isSourceFileDefaultLibrary(wt)}):Ne.getSourceFiles();return e.FindAllReferences.findReferenceOrRenameEntries(Ne,X,it,Se,Pe,$e,Ze)}function Wt(Se,Pe){return St(),e.FindAllReferences.findReferencedSymbols(Ne,X,Ne.getSourceFiles(),ht(Se),Pe)}function zt(Se){return St(),e.FindAllReferences.Core.getReferencesForFileName(Se,Ne,Ne.getSourceFiles()).map(e.FindAllReferences.toReferenceEntry)}function ur(Se,Pe,$e,Ze){Ze===void 0&&(Ze=!1),St();var it=$e?[ht($e)]:Ne.getSourceFiles();return e.NavigateTo.getNavigateToItems(it,Ne.getTypeChecker(),X,Se,Pe,Ze)}function Cr(Se,Pe,$e){St();var Ze=ht(Se),it=D.getCustomTransformers&&D.getCustomTransformers();return e.getFileEmitOutput(Ne,Ze,!!Pe,X,it,$e)}function wr(Se,Pe,$e){var Ze=$e===void 0?e.emptyOptions:$e,it=Ze.triggerReason;St();var wt=ht(Se);return e.SignatureHelp.getSignatureHelpItems(Ne,wt,Pe,it,X)}function Qr(Se){return Le.getCurrentSourceFile(Se)}function xn(Se,Pe,$e){var Ze=Le.getCurrentSourceFile(Se),it=e.getTouchingPropertyName(Ze,Pe);if(it!==Ze){switch(it.kind){case 206:case 161:case 10:case 95:case 110:case 104:case 106:case 108:case 192:case 79:break;default:return}for(var wt=it;;)if(e.isRightSideOfPropertyAccess(wt)||e.isRightSideOfQualifiedName(wt))wt=wt.parent;else if(e.isNameOfModuleDeclaration(wt))if(wt.parent.parent.kind===261&&wt.parent.parent.body===wt.parent)wt=wt.parent.parent.name;else break;else break;return e.createTextSpanFromBounds(wt.getStart(),it.getEnd())}}function un(Se,Pe){var $e=Le.getCurrentSourceFile(Se);return e.BreakpointResolver.spanInSourceFileAtLocation($e,Pe)}function An(Se){return e.NavigationBar.getNavigationBarItems(Le.getCurrentSourceFile(Se),X)}function Nn(Se){return e.NavigationBar.getNavigationTree(Le.getCurrentSourceFile(Se),X)}function On(Se,Pe,$e){St();var Ze=$e||"original";return Ze==="2020"?e.classifier.v2020.getSemanticClassifications(Ne,X,ht(Se),Pe):e.getSemanticClassifications(Ne.getTypeChecker(),X,ht(Se),Ne.getClassifiableNames(),Pe)}function si(Se,Pe,$e){St();var Ze=$e||"original";return Ze==="original"?e.getEncodedSemanticClassifications(Ne.getTypeChecker(),X,ht(Se),Ne.getClassifiableNames(),Pe):e.classifier.v2020.getEncodedSemanticClassifications(Ne,X,ht(Se),Pe)}function _i(Se,Pe){return e.getSyntacticClassifications(X,Le.getCurrentSourceFile(Se),Pe)}function Vn(Se,Pe){return e.getEncodedSyntacticClassifications(X,Le.getCurrentSourceFile(Se),Pe)}function Fi(Se){var Pe=Le.getCurrentSourceFile(Se);return e.OutliningElementsCollector.collectElements(Pe,X)}var Jn=new e.Map(e.getEntries((V={},V[18]=19,V[20]=21,V[22]=23,V[31]=29,V)));Jn.forEach(function(Se,Pe){return Jn.set(Se.toString(),Number(Pe))});function Sn(Se,Pe){var $e=Le.getCurrentSourceFile(Se),Ze=e.getTouchingToken($e,Pe),it=Ze.getStart($e)===Pe?Jn.get(Ze.kind.toString()):void 0,wt=it&&e.findChildOfKind(Ze.parent,it,$e);return wt?[e.createTextSpanFromNode(Ze,$e),e.createTextSpanFromNode(wt,$e)].sort(function(ar,yr){return ar.start-yr.start}):e.emptyArray}function ei(Se,Pe,$e){var Ze=e.timestamp(),it=A($e),wt=Le.getCurrentSourceFile(Se);Fe("getIndentationAtPosition: getCurrentSourceFile: "+(e.timestamp()-Ze)),Ze=e.timestamp();var ar=e.formatting.SmartIndenter.getIndentation(Pe,wt,it);return Fe("getIndentationAtPosition: computeIndentation : "+(e.timestamp()-Ze)),ar}function Ni(Se,Pe,$e,Ze){var it=Le.getCurrentSourceFile(Se);return e.formatting.formatSelection(Pe,$e,it,e.formatting.getFormatContext(A(Ze),D))}function di(Se,Pe){return e.formatting.formatDocument(Le.getCurrentSourceFile(Se),e.formatting.getFormatContext(A(Pe),D))}function Fn(Se,Pe,$e,Ze){var it=Le.getCurrentSourceFile(Se),wt=e.formatting.getFormatContext(A(Ze),D);if(!e.isInComment(it,Pe))switch($e){case"{":return e.formatting.formatOnOpeningCurly(Pe,it,wt);case"}":return e.formatting.formatOnClosingCurly(Pe,it,wt);case";":return e.formatting.formatOnSemicolon(Pe,it,wt);case`
|
|
231
|
+
`:return e.formatting.formatOnEnter(Pe,it,wt)}return[]}function br(Se,Pe,$e,Ze,it,wt){wt===void 0&&(wt=e.emptyOptions),St();var ar=ht(Se),yr=e.createTextSpanFromBounds(Pe,$e),tn=e.formatting.getFormatContext(it,D);return e.flatMap(e.deduplicate(Ze,e.equateValues,e.compareValues),function(Rr){return X.throwIfCancellationRequested(),e.codefix.getFixes({errorCode:Rr,sourceFile:ar,span:yr,program:Ne,host:D,cancellationToken:X,formatContext:tn,preferences:wt})})}function Wn(Se,Pe,$e,Ze){Ze===void 0&&(Ze=e.emptyOptions),St(),e.Debug.assert(Se.type==="file");var it=ht(Se.fileName),wt=e.formatting.getFormatContext($e,D);return e.codefix.getAllFixes({fixId:Pe,sourceFile:it,program:Ne,host:D,cancellationToken:X,formatContext:wt,preferences:Ze})}function Xr(Se,Pe,$e){$e===void 0&&($e=e.emptyOptions),St(),e.Debug.assert(Se.type==="file");var Ze=ht(Se.fileName),it=e.formatting.getFormatContext(Pe,D);return e.OrganizeImports.organizeImports(Ze,it,D,Ne,$e,Se.skipDestructiveCodeActions)}function Hn(Se,Pe,$e,Ze){return Ze===void 0&&(Ze=e.emptyOptions),e.getEditsForFileRename(Z(),Se,Pe,D,e.formatting.getFormatContext($e,D),Ze,ut)}function Oi(Se,Pe){var $e=typeof Se=="string"?Pe:Se;return e.isArray($e)?Promise.all($e.map(function(Ze){return Be(Ze)})):Be($e)}function Be(Se){var Pe=function($e){return e.toPath($e,ce,Ve)};return e.Debug.assertEqual(Se.type,"install package"),D.installPackage?D.installPackage({fileName:Pe(Se.file),packageName:Se.packageName}):Promise.reject("Host does not implement `installPackage`")}function qr(Se,Pe,$e){return e.JsDoc.getDocCommentTemplateAtPosition(e.getNewLineOrDefaultFromHost(D),Le.getCurrentSourceFile(Se),Pe,$e)}function I(Se,Pe,$e){if($e===60)return!1;var Ze=Le.getCurrentSourceFile(Se);if(e.isInString(Ze,Pe))return!1;if(e.isInsideJsxElementOrAttribute(Ze,Pe))return $e===123;if(e.isInTemplateString(Ze,Pe))return!1;switch($e){case 39:case 34:case 96:return!e.isInComment(Ze,Pe)}return!0}function mi(Se,Pe){var $e=Le.getCurrentSourceFile(Se),Ze=e.findPrecedingToken(Pe,$e);if(!!Ze){var it=Ze.kind===31&&e.isJsxOpeningElement(Ze.parent)?Ze.parent.parent:e.isJsxText(Ze)&&e.isJsxElement(Ze.parent)?Ze.parent:void 0;if(it&&xi(it))return{newText:"</".concat(it.openingElement.tagName.getText($e),">")};var wt=Ze.kind===31&&e.isJsxOpeningFragment(Ze.parent)?Ze.parent.parent:e.isJsxText(Ze)&&e.isJsxFragment(Ze.parent)?Ze.parent:void 0;if(wt&&ii(wt))return{newText:"</>"}}}function qn(Se,Pe){return{lineStarts:Se.getLineStarts(),firstLine:Se.getLineAndCharacterOfPosition(Pe.pos).line,lastLine:Se.getLineAndCharacterOfPosition(Pe.end).line}}function gt(Se,Pe,$e){for(var Ze=Le.getCurrentSourceFile(Se),it=[],wt=qn(Ze,Pe),ar=wt.lineStarts,yr=wt.firstLine,tn=wt.lastLine,Rr=$e||!1,Jr=Number.MAX_VALUE,dr=new e.Map,hn=new RegExp(/\S/),Ur=e.isInsideJsxElement(Ze,ar[yr]),Tr=Ur?"{/*":"//",pe=yr;pe<=tn;pe++){var pn=Ze.text.substring(ar[pe],Ze.getLineEndOfPosition(ar[pe])),Wr=hn.exec(pn);Wr&&(Jr=Math.min(Jr,Wr.index),dr.set(pe.toString(),Wr.index),pn.substr(Wr.index,Tr.length)!==Tr&&(Rr=$e===void 0||$e))}for(var pe=yr;pe<=tn;pe++)if(!(yr!==tn&&ar[pe]===Pe.end)){var an=dr.get(pe.toString());an!==void 0&&(Ur?it.push.apply(it,Yr(Se,{pos:ar[pe]+Jr,end:Ze.getLineEndOfPosition(ar[pe])},Rr,Ur)):Rr?it.push({newText:Tr,span:{length:0,start:ar[pe]+Jr}}):Ze.text.substr(ar[pe]+an,Tr.length)===Tr&&it.push({newText:"",span:{length:Tr.length,start:ar[pe]+an}}))}return it}function Yr(Se,Pe,$e,Ze){for(var it,wt=Le.getCurrentSourceFile(Se),ar=[],yr=wt.text,tn=!1,Rr=$e||!1,Jr=[],dr=Pe.pos,hn=Ze!==void 0?Ze:e.isInsideJsxElement(wt,dr),Ur=hn?"{/*":"/*",Tr=hn?"*/}":"*/",pe=hn?"\\{\\/\\*":"\\/\\*",pn=hn?"\\*\\/\\}":"\\*\\/";dr<=Pe.end;){var Wr=yr.substr(dr,Ur.length)===Ur?Ur.length:0,an=e.isInComment(wt,dr+Wr);if(an)hn&&(an.pos--,an.end++),Jr.push(an.pos),an.kind===3&&Jr.push(an.end),tn=!0,dr=an.end+1;else{var kn=yr.substring(dr,Pe.end).search("(".concat(pe,")|(").concat(pn,")"));Rr=$e!==void 0?$e:Rr||!e.isTextWhiteSpaceLike(yr,dr,kn===-1?Pe.end:dr+kn),dr=kn===-1?Pe.end+1:dr+kn+Tr.length}}if(Rr||!tn){((it=e.isInComment(wt,Pe.pos))===null||it===void 0?void 0:it.kind)!==2&&e.insertSorted(Jr,Pe.pos,e.compareValues),e.insertSorted(Jr,Pe.end,e.compareValues);var $r=Jr[0];yr.substr($r,Ur.length)!==Ur&&ar.push({newText:Ur,span:{length:0,start:$r}});for(var Zr=1;Zr<Jr.length-1;Zr++)yr.substr(Jr[Zr]-Tr.length,Tr.length)!==Tr&&ar.push({newText:Tr,span:{length:0,start:Jr[Zr]}}),yr.substr(Jr[Zr],Ur.length)!==Ur&&ar.push({newText:Ur,span:{length:0,start:Jr[Zr]}});ar.length%2!==0&&ar.push({newText:Tr,span:{length:0,start:Jr[Jr.length-1]}})}else for(var Ut=0,lr=Jr;Ut<lr.length;Ut++){var jr=lr[Ut],en=jr-Tr.length>0?jr-Tr.length:0,Wr=yr.substr(en,Tr.length)===Tr?Tr.length:0;ar.push({newText:"",span:{length:Ur.length,start:jr-Wr}})}return ar}function jn(Se,Pe){var $e=Le.getCurrentSourceFile(Se),Ze=qn($e,Pe),it=Ze.firstLine,wt=Ze.lastLine;return it===wt&&Pe.pos!==Pe.end?Yr(Se,Pe,!0):gt(Se,Pe,!0)}function gi(Se,Pe){var $e=Le.getCurrentSourceFile(Se),Ze=[],it=Pe.pos,wt=Pe.end;it===wt&&(wt+=e.isInsideJsxElement($e,it)?2:1);for(var ar=it;ar<=wt;ar++){var yr=e.isInComment($e,ar);if(yr){switch(yr.kind){case 2:Ze.push.apply(Ze,gt(Se,{end:yr.end,pos:yr.pos+1},!1));break;case 3:Ze.push.apply(Ze,Yr(Se,{end:yr.end,pos:yr.pos+1},!1))}ar=yr.end+1}}return Ze}function xi(Se){var Pe=Se.openingElement,$e=Se.closingElement,Ze=Se.parent;return!e.tagNamesAreEquivalent(Pe.tagName,$e.tagName)||e.isJsxElement(Ze)&&e.tagNamesAreEquivalent(Pe.tagName,Ze.openingElement.tagName)&&xi(Ze)}function ii(Se){var Pe=Se.closingFragment,$e=Se.parent;return!!(Pe.flags&131072)||e.isJsxFragment($e)&&ii($e)}function Mi(Se,Pe,$e){var Ze=Le.getCurrentSourceFile(Se),it=e.formatting.getRangeOfEnclosingComment(Ze,Pe);return it&&(!$e||it.kind===3)?e.createTextSpanFromRange(it):void 0}function gn(Se,Pe){St();var $e=ht(Se);X.throwIfCancellationRequested();var Ze=$e.text,it=[];if(Pe.length>0&&!pn($e.fileName))for(var wt=Tr(),ar=void 0;ar=wt.exec(Ze);){X.throwIfCancellationRequested();var yr=3;e.Debug.assert(ar.length===Pe.length+yr);var tn=ar[1],Rr=ar.index+tn.length;if(!!e.isInComment($e,Rr)){for(var Jr=void 0,dr=0;dr<Pe.length;dr++)ar[dr+yr]&&(Jr=Pe[dr]);if(Jr===void 0)return e.Debug.fail();if(!pe(Ze.charCodeAt(Rr+Jr.text.length))){var hn=ar[2];it.push({descriptor:Jr,message:hn,position:Rr})}}}return it;function Ur(Wr){return Wr.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&")}function Tr(){var Wr=/(?:\/\/+\s*)/.source,an=/(?:\/\*+\s*)/.source,kn=/(?:^(?:\s|\*)*)/.source,$r="("+kn+"|"+Wr+"|"+an+")",Zr="(?:"+e.map(Pe,function(Un){return"("+Ur(Un.text)+")"}).join("|")+")",Ut=/(?:$|\*\/)/.source,lr=/(?:.*?)/.source,jr="("+Zr+lr+")",en=$r+jr+Ut;return new RegExp(en,"gim")}function pe(Wr){return Wr>=97&&Wr<=122||Wr>=65&&Wr<=90||Wr>=48&&Wr<=57}function pn(Wr){return e.stringContains(Wr,"/node_modules/")}}function Si(Se,Pe,$e){return St(),e.Rename.getRenameInfo(Ne,ht(Se),Pe,$e||{})}function ai(Se,Pe,$e,Ze,it,wt){var ar=typeof Pe=="number"?[Pe,void 0]:[Pe.pos,Pe.end],yr=ar[0],tn=ar[1];return{file:Se,startPosition:yr,endPosition:tn,program:Z(),host:D,formatContext:e.formatting.getFormatContext(Ze,D),cancellationToken:X,preferences:$e,triggerReason:it,kind:wt}}function yi(Se,Pe,$e){return{file:Se,program:Z(),host:D,span:Pe,preferences:$e,cancellationToken:X}}function Bn(Se,Pe){return e.SmartSelectionRange.getSmartSelectionRange(Pe,Le.getCurrentSourceFile(Se))}function mr(Se,Pe,$e,Ze,it){$e===void 0&&($e=e.emptyOptions),St();var wt=ht(Se);return e.refactor.getApplicableRefactors(ai(wt,Pe,$e,e.emptyOptions,Ze,it))}function et(Se,Pe,$e,Ze,it,wt){wt===void 0&&(wt=e.emptyOptions),St();var ar=ht(Se);return e.refactor.getEditsForRefactor(ai(ar,$e,wt,Pe),Ze,it)}function It(Se,Pe){return Pe===0?{line:0,character:0}:ut.toLineColumnOffset(Se,Pe)}function ot(Se,Pe){St();var $e=e.CallHierarchy.resolveCallHierarchyDeclaration(Ne,e.getTouchingPropertyName(ht(Se),Pe));return $e&&e.mapOneOrMany($e,function(Ze){return e.CallHierarchy.createCallHierarchyItem(Ne,Ze)})}function Te(Se,Pe){St();var $e=ht(Se),Ze=e.firstOrOnly(e.CallHierarchy.resolveCallHierarchyDeclaration(Ne,Pe===0?$e:e.getTouchingPropertyName($e,Pe)));return Ze?e.CallHierarchy.getIncomingCalls(Ne,Ze,X):[]}function Fr(Se,Pe){St();var $e=ht(Se),Ze=e.firstOrOnly(e.CallHierarchy.resolveCallHierarchyDeclaration(Ne,Pe===0?$e:e.getTouchingPropertyName($e,Pe)));return Ze?e.CallHierarchy.getOutgoingCalls(Ne,Ze):[]}function zr(Se,Pe,$e){$e===void 0&&($e=e.emptyOptions),St();var Ze=ht(Se);return e.InlayHints.provideInlayHints(yi(Ze,Pe,$e))}var Lr={dispose:Ft,cleanupSemanticCache:dt,getSyntacticDiagnostics:Mt,getSemanticDiagnostics:fr,getSuggestionDiagnostics:Ce,getCompilerOptionsDiagnostics:L,getSyntacticClassifications:_i,getSemanticClassifications:On,getEncodedSyntacticClassifications:Vn,getEncodedSemanticClassifications:si,getCompletionsAtPosition:r,getCompletionEntryDetails:Er,getCompletionEntrySymbol:Ir,getSignatureHelpItems:wr,getQuickInfoAtPosition:Ke,getDefinitionAtPosition:W,getDefinitionAndBoundSpan:me,getImplementationAtPosition:_t,getTypeDefinitionAtPosition:Et,getReferencesAtPosition:vr,findReferences:Wt,getFileReferences:zt,getOccurrencesAtPosition:Xt,getDocumentHighlights:$t,getNameOrDottedNameSpan:xn,getBreakpointStatementAtPosition:un,getNavigateToItems:ur,getRenameInfo:Si,getSmartSelectionRange:Bn,findRenameLocations:nr,getNavigationBarItems:An,getNavigationTree:Nn,getOutliningSpans:Fi,getTodoComments:gn,getBraceMatchingAtPosition:Sn,getIndentationAtPosition:ei,getFormattingEditsForRange:Ni,getFormattingEditsForDocument:di,getFormattingEditsAfterKeystroke:Fn,getDocCommentTemplateAtPosition:qr,isValidBraceCompletionAtPosition:I,getJsxClosingTagAtPosition:mi,getSpanOfEnclosingComment:Mi,getCodeFixesAtPosition:br,getCombinedCodeFix:Wn,applyCodeActionCommand:Oi,organizeImports:Xr,getEditsForFileRename:Hn,getEmitOutput:Cr,getNonBoundSourceFile:Qr,getProgram:Z,getCurrentProgram:function(){return Ne},getAutoImportProvider:fe,updateIsDefinitionOfReferencedSymbols:nt,getApplicableRefactors:mr,getEditsForRefactor:et,toLineColumnOffset:It,getSourceMapper:function(){return ut},clearSourceMapperCache:function(){return ut.clearCache()},prepareCallHierarchy:ot,provideCallHierarchyIncomingCalls:Te,provideCallHierarchyOutgoingCalls:Fr,toggleLineComment:gt,toggleMultilineComment:Yr,commentSelection:jn,uncommentSelection:gi,provideInlayHints:zr};switch(at){case e.LanguageServiceMode.Semantic:break;case e.LanguageServiceMode.PartialSemantic:st.forEach(function(Se){return Lr[Se]=function(){throw new Error("LanguageService Operation: ".concat(Se," not allowed in LanguageServiceMode.PartialSemantic"))}});break;case e.LanguageServiceMode.Syntactic:we.forEach(function(Se){return Lr[Se]=function(){throw new Error("LanguageService Operation: ".concat(Se," not allowed in LanguageServiceMode.Syntactic"))}});break;default:e.Debug.assertNever(at)}return Lr}e.createLanguageService=Me;function Tt(D){return D.nameTable||ze(D),D.nameTable}e.getNameTable=Tt;function ze(D){var G=D.nameTable=new e.Map;D.forEachChild(function ee(V){if(e.isIdentifier(V)&&!e.isTagName(V)&&V.escapedText||e.isStringOrNumericLiteralLike(V)&&rt(V)){var Ye=e.getEscapedTextOfIdentifierOrLiteral(V);G.set(Ye,G.get(Ye)===void 0?V.pos:-1)}else if(e.isPrivateIdentifier(V)){var Ye=V.escapedText;G.set(Ye,G.get(Ye)===void 0?V.pos:-1)}if(e.forEachChild(V,ee),e.hasJSDocNodes(V))for(var at=0,Le=V.jsDoc;at<Le.length;at++){var Ne=Le[at];e.forEachChild(Ne,ee)}})}function rt(D){return e.isDeclarationName(D)||D.parent.kind===277||y(D)||e.isLiteralComputedPropertyDeclarationName(D)}function Pt(D){var G=Ot(D);return G&&(e.isObjectLiteralExpression(G.parent)||e.isJsxAttributes(G.parent))?G:void 0}e.getContainingObjectLiteralElement=Pt;function Ot(D){switch(D.kind){case 10:case 14:case 8:if(D.parent.kind===162)return e.isObjectLiteralElement(D.parent.parent)?D.parent.parent:void 0;case 79:return e.isObjectLiteralElement(D.parent)&&(D.parent.parent.kind===205||D.parent.parent.kind===286)&&D.parent.name===D?D.parent:void 0}}function Yt(D,G){var ee=Pt(D);if(ee){var V=G.getContextualType(ee.parent),Ye=V&&oe(ee,G,V,!1);if(Ye&&Ye.length===1)return e.first(Ye)}return G.getSymbolAtLocation(D)}function oe(D,G,ee,V){var Ye=e.getNameFromPropertyName(D.name);if(!Ye)return e.emptyArray;if(!ee.isUnion()){var at=ee.getProperty(Ye);return at?[at]:e.emptyArray}var Le=e.mapDefined(ee.types,function(Ne){return(e.isObjectLiteralExpression(D.parent)||e.isJsxAttributes(D.parent))&&G.isTypeInvalidDueToUnionDiscriminant(Ne,D.parent)?void 0:Ne.getProperty(Ye)});if(V&&(Le.length===0||Le.length===ee.types.length)){var at=ee.getProperty(Ye);if(at)return[at]}return Le.length===0?e.mapDefined(ee.types,function(Ne){return Ne.getProperty(Ye)}):Le}e.getPropertySymbolsFromContextualType=oe;function y(D){return D&&D.parent&&D.parent.kind===207&&D.parent.argumentExpression===D}function g(D){return e.combinePaths("/prettier-security-dirname-placeholder",e.getDefaultLibFileName(D))}e.getDefaultLibFilePath=g,e.setObjectAllocator(je())})(Qt||(Qt={}));ah.exports=Qt});var Hf=Gt(es=>{"use strict";ge();var UT=es&&es.__createBinding||(Object.create?function(e,t,a,_){_===void 0&&(_=a);var d=Object.getOwnPropertyDescriptor(t,a);(!d||("get"in d?!t.__esModule:d.writable||d.configurable))&&(d={enumerable:!0,get:function(){return t[a]}}),Object.defineProperty(e,_,d)}:function(e,t,a,_){_===void 0&&(_=a),e[_]=t[a]}),zT=es&&es.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),oh=es&&es.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(e!=null)for(var a in e)a!=="default"&&Object.prototype.hasOwnProperty.call(e,a)&&UT(t,e,a);return zT(t,e),t};Object.defineProperty(es,"__esModule",{value:!0});es.typescriptVersionIsAtLeast=void 0;var pw=oh(Bp()),fw=oh(pi()),KT=["3.7","3.8","3.9","4.0","4.1","4.2","4.3","4.4","4.5","4.6","4.7","4.8"],sh={};es.typescriptVersionIsAtLeast=sh;for(let e of KT)sh[e]=!0});var Gf=Gt(bo=>{"use strict";ge();var WT=bo&&bo.__createBinding||(Object.create?function(e,t,a,_){_===void 0&&(_=a);var d=Object.getOwnPropertyDescriptor(t,a);(!d||("get"in d?!t.__esModule:d.writable||d.configurable))&&(d={enumerable:!0,get:function(){return t[a]}}),Object.defineProperty(e,_,d)}:function(e,t,a,_){_===void 0&&(_=a),e[_]=t[a]}),HT=bo&&bo.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),GT=bo&&bo.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(e!=null)for(var a in e)a!=="default"&&Object.prototype.hasOwnProperty.call(e,a)&&WT(t,e,a);return HT(t,e),t};Object.defineProperty(bo,"__esModule",{value:!0});bo.getDecorators=bo.getModifiers=void 0;var Uu=GT(pi()),XT=Hf(),_h=XT.typescriptVersionIsAtLeast["4.8"];function $T(e){var t;if(e!=null){if(_h){if(Uu.canHaveModifiers(e)){let a=Uu.getModifiers(e);return a?Array.from(a):void 0}return}return(t=e.modifiers)===null||t===void 0?void 0:t.filter(a=>!Uu.isDecorator(a))}}bo.getModifiers=$T;function VT(e){var t;if(e!=null){if(_h){if(Uu.canHaveDecorators(e)){let a=Uu.getDecorators(e);return a?Array.from(a):void 0}return}return(t=e.decorators)===null||t===void 0?void 0:t.filter(Uu.isDecorator)}}bo.getDecorators=VT});var ch=Gt(Up=>{"use strict";ge();Object.defineProperty(Up,"__esModule",{value:!0});Up.xhtmlEntities=void 0;Up.xhtmlEntities={quot:'"',amp:"&",apos:"'",lt:"<",gt:">",nbsp:"\xA0",iexcl:"\xA1",cent:"\xA2",pound:"\xA3",curren:"\xA4",yen:"\xA5",brvbar:"\xA6",sect:"\xA7",uml:"\xA8",copy:"\xA9",ordf:"\xAA",laquo:"\xAB",not:"\xAC",shy:"\xAD",reg:"\xAE",macr:"\xAF",deg:"\xB0",plusmn:"\xB1",sup2:"\xB2",sup3:"\xB3",acute:"\xB4",micro:"\xB5",para:"\xB6",middot:"\xB7",cedil:"\xB8",sup1:"\xB9",ordm:"\xBA",raquo:"\xBB",frac14:"\xBC",frac12:"\xBD",frac34:"\xBE",iquest:"\xBF",Agrave:"\xC0",Aacute:"\xC1",Acirc:"\xC2",Atilde:"\xC3",Auml:"\xC4",Aring:"\xC5",AElig:"\xC6",Ccedil:"\xC7",Egrave:"\xC8",Eacute:"\xC9",Ecirc:"\xCA",Euml:"\xCB",Igrave:"\xCC",Iacute:"\xCD",Icirc:"\xCE",Iuml:"\xCF",ETH:"\xD0",Ntilde:"\xD1",Ograve:"\xD2",Oacute:"\xD3",Ocirc:"\xD4",Otilde:"\xD5",Ouml:"\xD6",times:"\xD7",Oslash:"\xD8",Ugrave:"\xD9",Uacute:"\xDA",Ucirc:"\xDB",Uuml:"\xDC",Yacute:"\xDD",THORN:"\xDE",szlig:"\xDF",agrave:"\xE0",aacute:"\xE1",acirc:"\xE2",atilde:"\xE3",auml:"\xE4",aring:"\xE5",aelig:"\xE6",ccedil:"\xE7",egrave:"\xE8",eacute:"\xE9",ecirc:"\xEA",euml:"\xEB",igrave:"\xEC",iacute:"\xED",icirc:"\xEE",iuml:"\xEF",eth:"\xF0",ntilde:"\xF1",ograve:"\xF2",oacute:"\xF3",ocirc:"\xF4",otilde:"\xF5",ouml:"\xF6",divide:"\xF7",oslash:"\xF8",ugrave:"\xF9",uacute:"\xFA",ucirc:"\xFB",uuml:"\xFC",yacute:"\xFD",thorn:"\xFE",yuml:"\xFF",OElig:"\u0152",oelig:"\u0153",Scaron:"\u0160",scaron:"\u0161",Yuml:"\u0178",fnof:"\u0192",circ:"\u02C6",tilde:"\u02DC",Alpha:"\u0391",Beta:"\u0392",Gamma:"\u0393",Delta:"\u0394",Epsilon:"\u0395",Zeta:"\u0396",Eta:"\u0397",Theta:"\u0398",Iota:"\u0399",Kappa:"\u039A",Lambda:"\u039B",Mu:"\u039C",Nu:"\u039D",Xi:"\u039E",Omicron:"\u039F",Pi:"\u03A0",Rho:"\u03A1",Sigma:"\u03A3",Tau:"\u03A4",Upsilon:"\u03A5",Phi:"\u03A6",Chi:"\u03A7",Psi:"\u03A8",Omega:"\u03A9",alpha:"\u03B1",beta:"\u03B2",gamma:"\u03B3",delta:"\u03B4",epsilon:"\u03B5",zeta:"\u03B6",eta:"\u03B7",theta:"\u03B8",iota:"\u03B9",kappa:"\u03BA",lambda:"\u03BB",mu:"\u03BC",nu:"\u03BD",xi:"\u03BE",omicron:"\u03BF",pi:"\u03C0",rho:"\u03C1",sigmaf:"\u03C2",sigma:"\u03C3",tau:"\u03C4",upsilon:"\u03C5",phi:"\u03C6",chi:"\u03C7",psi:"\u03C8",omega:"\u03C9",thetasym:"\u03D1",upsih:"\u03D2",piv:"\u03D6",ensp:"\u2002",emsp:"\u2003",thinsp:"\u2009",zwnj:"\u200C",zwj:"\u200D",lrm:"\u200E",rlm:"\u200F",ndash:"\u2013",mdash:"\u2014",lsquo:"\u2018",rsquo:"\u2019",sbquo:"\u201A",ldquo:"\u201C",rdquo:"\u201D",bdquo:"\u201E",dagger:"\u2020",Dagger:"\u2021",bull:"\u2022",hellip:"\u2026",permil:"\u2030",prime:"\u2032",Prime:"\u2033",lsaquo:"\u2039",rsaquo:"\u203A",oline:"\u203E",frasl:"\u2044",euro:"\u20AC",image:"\u2111",weierp:"\u2118",real:"\u211C",trade:"\u2122",alefsym:"\u2135",larr:"\u2190",uarr:"\u2191",rarr:"\u2192",darr:"\u2193",harr:"\u2194",crarr:"\u21B5",lArr:"\u21D0",uArr:"\u21D1",rArr:"\u21D2",dArr:"\u21D3",hArr:"\u21D4",forall:"\u2200",part:"\u2202",exist:"\u2203",empty:"\u2205",nabla:"\u2207",isin:"\u2208",notin:"\u2209",ni:"\u220B",prod:"\u220F",sum:"\u2211",minus:"\u2212",lowast:"\u2217",radic:"\u221A",prop:"\u221D",infin:"\u221E",ang:"\u2220",and:"\u2227",or:"\u2228",cap:"\u2229",cup:"\u222A",int:"\u222B",there4:"\u2234",sim:"\u223C",cong:"\u2245",asymp:"\u2248",ne:"\u2260",equiv:"\u2261",le:"\u2264",ge:"\u2265",sub:"\u2282",sup:"\u2283",nsub:"\u2284",sube:"\u2286",supe:"\u2287",oplus:"\u2295",otimes:"\u2297",perp:"\u22A5",sdot:"\u22C5",lceil:"\u2308",rceil:"\u2309",lfloor:"\u230A",rfloor:"\u230B",lang:"\u2329",rang:"\u232A",loz:"\u25CA",spades:"\u2660",clubs:"\u2663",hearts:"\u2665",diams:"\u2666"}});var Xf=Gt(S_=>{"use strict";ge();Object.defineProperty(S_,"__esModule",{value:!0});S_.AST_TOKEN_TYPES=S_.AST_NODE_TYPES=void 0;var QT;(function(e){e.ArrayExpression="ArrayExpression",e.ArrayPattern="ArrayPattern",e.ArrowFunctionExpression="ArrowFunctionExpression",e.AssignmentExpression="AssignmentExpression",e.AssignmentPattern="AssignmentPattern",e.AwaitExpression="AwaitExpression",e.BinaryExpression="BinaryExpression",e.BlockStatement="BlockStatement",e.BreakStatement="BreakStatement",e.CallExpression="CallExpression",e.CatchClause="CatchClause",e.ChainExpression="ChainExpression",e.ClassBody="ClassBody",e.ClassDeclaration="ClassDeclaration",e.ClassExpression="ClassExpression",e.ConditionalExpression="ConditionalExpression",e.ContinueStatement="ContinueStatement",e.DebuggerStatement="DebuggerStatement",e.Decorator="Decorator",e.DoWhileStatement="DoWhileStatement",e.EmptyStatement="EmptyStatement",e.ExportAllDeclaration="ExportAllDeclaration",e.ExportDefaultDeclaration="ExportDefaultDeclaration",e.ExportNamedDeclaration="ExportNamedDeclaration",e.ExportSpecifier="ExportSpecifier",e.ExpressionStatement="ExpressionStatement",e.ForInStatement="ForInStatement",e.ForOfStatement="ForOfStatement",e.ForStatement="ForStatement",e.FunctionDeclaration="FunctionDeclaration",e.FunctionExpression="FunctionExpression",e.Identifier="Identifier",e.IfStatement="IfStatement",e.ImportAttribute="ImportAttribute",e.ImportDeclaration="ImportDeclaration",e.ImportDefaultSpecifier="ImportDefaultSpecifier",e.ImportExpression="ImportExpression",e.ImportNamespaceSpecifier="ImportNamespaceSpecifier",e.ImportSpecifier="ImportSpecifier",e.JSXAttribute="JSXAttribute",e.JSXClosingElement="JSXClosingElement",e.JSXClosingFragment="JSXClosingFragment",e.JSXElement="JSXElement",e.JSXEmptyExpression="JSXEmptyExpression",e.JSXExpressionContainer="JSXExpressionContainer",e.JSXFragment="JSXFragment",e.JSXIdentifier="JSXIdentifier",e.JSXMemberExpression="JSXMemberExpression",e.JSXNamespacedName="JSXNamespacedName",e.JSXOpeningElement="JSXOpeningElement",e.JSXOpeningFragment="JSXOpeningFragment",e.JSXSpreadAttribute="JSXSpreadAttribute",e.JSXSpreadChild="JSXSpreadChild",e.JSXText="JSXText",e.LabeledStatement="LabeledStatement",e.Literal="Literal",e.LogicalExpression="LogicalExpression",e.MemberExpression="MemberExpression",e.MetaProperty="MetaProperty",e.MethodDefinition="MethodDefinition",e.NewExpression="NewExpression",e.ObjectExpression="ObjectExpression",e.ObjectPattern="ObjectPattern",e.PrivateIdentifier="PrivateIdentifier",e.Program="Program",e.Property="Property",e.PropertyDefinition="PropertyDefinition",e.RestElement="RestElement",e.ReturnStatement="ReturnStatement",e.SequenceExpression="SequenceExpression",e.SpreadElement="SpreadElement",e.StaticBlock="StaticBlock",e.Super="Super",e.SwitchCase="SwitchCase",e.SwitchStatement="SwitchStatement",e.TaggedTemplateExpression="TaggedTemplateExpression",e.TemplateElement="TemplateElement",e.TemplateLiteral="TemplateLiteral",e.ThisExpression="ThisExpression",e.ThrowStatement="ThrowStatement",e.TryStatement="TryStatement",e.UnaryExpression="UnaryExpression",e.UpdateExpression="UpdateExpression",e.VariableDeclaration="VariableDeclaration",e.VariableDeclarator="VariableDeclarator",e.WhileStatement="WhileStatement",e.WithStatement="WithStatement",e.YieldExpression="YieldExpression",e.TSAbstractKeyword="TSAbstractKeyword",e.TSAbstractMethodDefinition="TSAbstractMethodDefinition",e.TSAbstractPropertyDefinition="TSAbstractPropertyDefinition",e.TSAnyKeyword="TSAnyKeyword",e.TSArrayType="TSArrayType",e.TSAsExpression="TSAsExpression",e.TSAsyncKeyword="TSAsyncKeyword",e.TSBigIntKeyword="TSBigIntKeyword",e.TSBooleanKeyword="TSBooleanKeyword",e.TSCallSignatureDeclaration="TSCallSignatureDeclaration",e.TSClassImplements="TSClassImplements",e.TSConditionalType="TSConditionalType",e.TSConstructorType="TSConstructorType",e.TSConstructSignatureDeclaration="TSConstructSignatureDeclaration",e.TSDeclareFunction="TSDeclareFunction",e.TSDeclareKeyword="TSDeclareKeyword",e.TSEmptyBodyFunctionExpression="TSEmptyBodyFunctionExpression",e.TSEnumDeclaration="TSEnumDeclaration",e.TSEnumMember="TSEnumMember",e.TSExportAssignment="TSExportAssignment",e.TSExportKeyword="TSExportKeyword",e.TSExternalModuleReference="TSExternalModuleReference",e.TSFunctionType="TSFunctionType",e.TSInstantiationExpression="TSInstantiationExpression",e.TSImportEqualsDeclaration="TSImportEqualsDeclaration",e.TSImportType="TSImportType",e.TSIndexedAccessType="TSIndexedAccessType",e.TSIndexSignature="TSIndexSignature",e.TSInferType="TSInferType",e.TSInterfaceBody="TSInterfaceBody",e.TSInterfaceDeclaration="TSInterfaceDeclaration",e.TSInterfaceHeritage="TSInterfaceHeritage",e.TSIntersectionType="TSIntersectionType",e.TSIntrinsicKeyword="TSIntrinsicKeyword",e.TSLiteralType="TSLiteralType",e.TSMappedType="TSMappedType",e.TSMethodSignature="TSMethodSignature",e.TSModuleBlock="TSModuleBlock",e.TSModuleDeclaration="TSModuleDeclaration",e.TSNamedTupleMember="TSNamedTupleMember",e.TSNamespaceExportDeclaration="TSNamespaceExportDeclaration",e.TSNeverKeyword="TSNeverKeyword",e.TSNonNullExpression="TSNonNullExpression",e.TSNullKeyword="TSNullKeyword",e.TSNumberKeyword="TSNumberKeyword",e.TSObjectKeyword="TSObjectKeyword",e.TSOptionalType="TSOptionalType",e.TSParameterProperty="TSParameterProperty",e.TSPrivateKeyword="TSPrivateKeyword",e.TSPropertySignature="TSPropertySignature",e.TSProtectedKeyword="TSProtectedKeyword",e.TSPublicKeyword="TSPublicKeyword",e.TSQualifiedName="TSQualifiedName",e.TSReadonlyKeyword="TSReadonlyKeyword",e.TSRestType="TSRestType",e.TSStaticKeyword="TSStaticKeyword",e.TSStringKeyword="TSStringKeyword",e.TSSymbolKeyword="TSSymbolKeyword",e.TSTemplateLiteralType="TSTemplateLiteralType",e.TSThisType="TSThisType",e.TSTupleType="TSTupleType",e.TSTypeAliasDeclaration="TSTypeAliasDeclaration",e.TSTypeAnnotation="TSTypeAnnotation",e.TSTypeAssertion="TSTypeAssertion",e.TSTypeLiteral="TSTypeLiteral",e.TSTypeOperator="TSTypeOperator",e.TSTypeParameter="TSTypeParameter",e.TSTypeParameterDeclaration="TSTypeParameterDeclaration",e.TSTypeParameterInstantiation="TSTypeParameterInstantiation",e.TSTypePredicate="TSTypePredicate",e.TSTypeQuery="TSTypeQuery",e.TSTypeReference="TSTypeReference",e.TSUndefinedKeyword="TSUndefinedKeyword",e.TSUnionType="TSUnionType",e.TSUnknownKeyword="TSUnknownKeyword",e.TSVoidKeyword="TSVoidKeyword"})(QT=S_.AST_NODE_TYPES||(S_.AST_NODE_TYPES={}));var YT;(function(e){e.Boolean="Boolean",e.Identifier="Identifier",e.JSXIdentifier="JSXIdentifier",e.JSXText="JSXText",e.Keyword="Keyword",e.Null="Null",e.Numeric="Numeric",e.Punctuator="Punctuator",e.RegularExpression="RegularExpression",e.String="String",e.Template="Template",e.Block="Block",e.Line="Line"})(YT=S_.AST_TOKEN_TYPES||(S_.AST_TOKEN_TYPES={}))});var lh=Gt(uh=>{"use strict";ge();Object.defineProperty(uh,"__esModule",{value:!0})});var fh=Gt(ph=>{"use strict";ge();Object.defineProperty(ph,"__esModule",{value:!0})});var dh=Gt(ts=>{"use strict";ge();var ZT=ts&&ts.__createBinding||(Object.create?function(e,t,a,_){_===void 0&&(_=a);var d=Object.getOwnPropertyDescriptor(t,a);(!d||("get"in d?!t.__esModule:d.writable||d.configurable))&&(d={enumerable:!0,get:function(){return t[a]}}),Object.defineProperty(e,_,d)}:function(e,t,a,_){_===void 0&&(_=a),e[_]=t[a]}),ex=ts&&ts.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),tx=ts&&ts.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(e!=null)for(var a in e)a!=="default"&&Object.prototype.hasOwnProperty.call(e,a)&&ZT(t,e,a);return ex(t,e),t};Object.defineProperty(ts,"__esModule",{value:!0});ts.TSESTree=void 0;ts.TSESTree=tx(Xf())});var gh=Gt(ao=>{"use strict";ge();var rx=ao&&ao.__createBinding||(Object.create?function(e,t,a,_){_===void 0&&(_=a);var d=Object.getOwnPropertyDescriptor(t,a);(!d||("get"in d?!t.__esModule:d.writable||d.configurable))&&(d={enumerable:!0,get:function(){return t[a]}}),Object.defineProperty(e,_,d)}:function(e,t,a,_){_===void 0&&(_=a),e[_]=t[a]}),$f=ao&&ao.__exportStar||function(e,t){for(var a in e)a!=="default"&&!Object.prototype.hasOwnProperty.call(t,a)&&rx(t,e,a)};Object.defineProperty(ao,"__esModule",{value:!0});ao.AST_TOKEN_TYPES=ao.AST_NODE_TYPES=void 0;var mh=Xf();Object.defineProperty(ao,"AST_NODE_TYPES",{enumerable:!0,get:function(){return mh.AST_NODE_TYPES}});Object.defineProperty(ao,"AST_TOKEN_TYPES",{enumerable:!0,get:function(){return mh.AST_TOKEN_TYPES}});$f(lh(),ao);$f(fh(),ao);$f(dh(),ao)});var hh=Gt(yh=>{"use strict";ge();Object.defineProperty(yh,"__esModule",{value:!0})});var bh=Gt(vh=>{"use strict";ge();Object.defineProperty(vh,"__esModule",{value:!0})});var zp=Gt(Ua=>{"use strict";ge();var nx=Ua&&Ua.__createBinding||(Object.create?function(e,t,a,_){_===void 0&&(_=a);var d=Object.getOwnPropertyDescriptor(t,a);(!d||("get"in d?!t.__esModule:d.writable||d.configurable))&&(d={enumerable:!0,get:function(){return t[a]}}),Object.defineProperty(e,_,d)}:function(e,t,a,_){_===void 0&&(_=a),e[_]=t[a]}),Th=Ua&&Ua.__exportStar||function(e,t){for(var a in e)a!=="default"&&!Object.prototype.hasOwnProperty.call(t,a)&&nx(t,e,a)};Object.defineProperty(Ua,"__esModule",{value:!0});Ua.TSESTree=Ua.AST_TOKEN_TYPES=Ua.AST_NODE_TYPES=void 0;var Vf=gh();Object.defineProperty(Ua,"AST_NODE_TYPES",{enumerable:!0,get:function(){return Vf.AST_NODE_TYPES}});Object.defineProperty(Ua,"AST_TOKEN_TYPES",{enumerable:!0,get:function(){return Vf.AST_TOKEN_TYPES}});Object.defineProperty(Ua,"TSESTree",{enumerable:!0,get:function(){return Vf.TSESTree}});Th(hh(),Ua);Th(bh(),Ua)});var tp=Gt(_r=>{"use strict";ge();var ix=_r&&_r.__createBinding||(Object.create?function(e,t,a,_){_===void 0&&(_=a);var d=Object.getOwnPropertyDescriptor(t,a);(!d||("get"in d?!t.__esModule:d.writable||d.configurable))&&(d={enumerable:!0,get:function(){return t[a]}}),Object.defineProperty(e,_,d)}:function(e,t,a,_){_===void 0&&(_=a),e[_]=t[a]}),ax=_r&&_r.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),ox=_r&&_r.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(e!=null)for(var a in e)a!=="default"&&Object.prototype.hasOwnProperty.call(e,a)&&ix(t,e,a);return ax(t,e),t};Object.defineProperty(_r,"__esModule",{value:!0});_r.isThisInTypeQuery=_r.isThisIdentifier=_r.identifierIsThisKeyword=_r.firstDefined=_r.nodeHasTokens=_r.createError=_r.TSError=_r.convertTokens=_r.convertToken=_r.getTokenType=_r.isChildUnwrappableOptionalChain=_r.isChainExpression=_r.isOptional=_r.isComputedProperty=_r.unescapeStringLiteralText=_r.hasJSXAncestor=_r.findFirstMatchingAncestor=_r.findNextToken=_r.getTSNodeAccessibility=_r.getDeclarationKind=_r.isJSXToken=_r.isToken=_r.getRange=_r.canContainDirective=_r.getLocFor=_r.getLineAndCharacterFor=_r.getBinaryExpressionType=_r.isJSDocComment=_r.isComment=_r.isComma=_r.getLastModifier=_r.hasModifier=_r.isESTreeClassMember=_r.getTextForTokenKind=_r.isLogicalOperator=_r.isAssignmentOperator=void 0;var Ra=ox(pi()),Zf=Gf(),sx=ch(),Xi=zp(),rn=Ra.SyntaxKind,_x=[rn.BarBarToken,rn.AmpersandAmpersandToken,rn.QuestionQuestionToken];function xh(e){return e.kind>=rn.FirstAssignment&&e.kind<=rn.LastAssignment}_r.isAssignmentOperator=xh;function Sh(e){return _x.includes(e.kind)}_r.isLogicalOperator=Sh;function cx(e){return Ra.tokenToString(e)}_r.getTextForTokenKind=cx;function ux(e){return e.kind!==rn.SemicolonClassElement}_r.isESTreeClassMember=ux;function lx(e,t){let a=(0,Zf.getModifiers)(t);return(a==null?void 0:a.some(_=>_.kind===e))===!0}_r.hasModifier=lx;function px(e){var t;let a=(0,Zf.getModifiers)(e);return a==null?null:(t=a[a.length-1])!==null&&t!==void 0?t:null}_r.getLastModifier=px;function fx(e){return e.kind===rn.CommaToken}_r.isComma=fx;function Dh(e){return e.kind===rn.SingleLineCommentTrivia||e.kind===rn.MultiLineCommentTrivia}_r.isComment=Dh;function Eh(e){return e.kind===rn.JSDocComment}_r.isJSDocComment=Eh;function dx(e){return xh(e)?Xi.AST_NODE_TYPES.AssignmentExpression:Sh(e)?Xi.AST_NODE_TYPES.LogicalExpression:Xi.AST_NODE_TYPES.BinaryExpression}_r.getBinaryExpressionType=dx;function Qf(e,t){let a=t.getLineAndCharacterOfPosition(e);return{line:a.line+1,column:a.character}}_r.getLineAndCharacterFor=Qf;function Yf(e,t,a){return{start:Qf(e,a),end:Qf(t,a)}}_r.getLocFor=Yf;function mx(e){if(e.kind===Ra.SyntaxKind.Block)switch(e.parent.kind){case Ra.SyntaxKind.Constructor:case Ra.SyntaxKind.GetAccessor:case Ra.SyntaxKind.SetAccessor:case Ra.SyntaxKind.ArrowFunction:case Ra.SyntaxKind.FunctionExpression:case Ra.SyntaxKind.FunctionDeclaration:case Ra.SyntaxKind.MethodDeclaration:return!0;default:return!1}return!0}_r.canContainDirective=mx;function gx(e,t){return[e.getStart(t),e.getEnd()]}_r.getRange=gx;function Ch(e){return e.kind>=rn.FirstToken&&e.kind<=rn.LastToken}_r.isToken=Ch;function ed(e){return e.kind>=rn.JsxElement&&e.kind<=rn.JsxAttribute}_r.isJSXToken=ed;function yx(e){return e.flags&Ra.NodeFlags.Let?"let":e.flags&Ra.NodeFlags.Const?"const":"var"}_r.getDeclarationKind=yx;function hx(e){let t=(0,Zf.getModifiers)(e);if(t==null)return null;for(let a of t)switch(a.kind){case rn.PublicKeyword:return"public";case rn.ProtectedKeyword:return"protected";case rn.PrivateKeyword:return"private";default:break}return null}_r.getTSNodeAccessibility=hx;function vx(e,t,a){return _(t);function _(d){return Ra.isToken(d)&&d.pos===e.end?d:Oh(d.getChildren(a),x=>(x.pos<=e.pos&&x.end>e.end||x.pos===e.end)&&Nh(x,a)?_(x):void 0)}}_r.findNextToken=vx;function wh(e,t){for(;e;){if(t(e))return e;e=e.parent}}_r.findFirstMatchingAncestor=wh;function Ah(e){return!!wh(e,ed)}_r.hasJSXAncestor=Ah;function bx(e){return e.replace(/&(?:#\d+|#x[\da-fA-F]+|[0-9a-zA-Z]+);/g,t=>{let a=t.slice(1,-1);if(a[0]==="#"){let _=a[1]==="x"?parseInt(a.slice(2),16):parseInt(a.slice(1),10);return _>1114111?t:String.fromCodePoint(_)}return sx.xhtmlEntities[a]||t})}_r.unescapeStringLiteralText=bx;function Tx(e){return e.kind===rn.ComputedPropertyName}_r.isComputedProperty=Tx;function xx(e){return e.questionToken?e.questionToken.kind===rn.QuestionToken:!1}_r.isOptional=xx;function kh(e){return e.type===Xi.AST_NODE_TYPES.ChainExpression}_r.isChainExpression=kh;function Sx(e,t){return kh(t)&&e.expression.kind!==Ra.SyntaxKind.ParenthesizedExpression}_r.isChildUnwrappableOptionalChain=Sx;function Ph(e){if("originalKeywordKind"in e&&e.originalKeywordKind)return e.originalKeywordKind===rn.NullKeyword?Xi.AST_TOKEN_TYPES.Null:e.originalKeywordKind>=rn.FirstFutureReservedWord&&e.originalKeywordKind<=rn.LastKeyword?Xi.AST_TOKEN_TYPES.Identifier:Xi.AST_TOKEN_TYPES.Keyword;if(e.kind>=rn.FirstKeyword&&e.kind<=rn.LastFutureReservedWord)return e.kind===rn.FalseKeyword||e.kind===rn.TrueKeyword?Xi.AST_TOKEN_TYPES.Boolean:Xi.AST_TOKEN_TYPES.Keyword;if(e.kind>=rn.FirstPunctuation&&e.kind<=rn.LastPunctuation)return Xi.AST_TOKEN_TYPES.Punctuator;if(e.kind>=rn.NoSubstitutionTemplateLiteral&&e.kind<=rn.TemplateTail)return Xi.AST_TOKEN_TYPES.Template;switch(e.kind){case rn.NumericLiteral:return Xi.AST_TOKEN_TYPES.Numeric;case rn.JsxText:return Xi.AST_TOKEN_TYPES.JSXText;case rn.StringLiteral:return e.parent&&(e.parent.kind===rn.JsxAttribute||e.parent.kind===rn.JsxElement)?Xi.AST_TOKEN_TYPES.JSXText:Xi.AST_TOKEN_TYPES.String;case rn.RegularExpressionLiteral:return Xi.AST_TOKEN_TYPES.RegularExpression;case rn.Identifier:case rn.ConstructorKeyword:case rn.GetKeyword:case rn.SetKeyword:default:}return e.parent&&e.kind===rn.Identifier&&(ed(e.parent)||e.parent.kind===rn.PropertyAccessExpression&&Ah(e))?Xi.AST_TOKEN_TYPES.JSXIdentifier:Xi.AST_TOKEN_TYPES.Identifier}_r.getTokenType=Ph;function Ih(e,t){let a=e.kind===rn.JsxText?e.getFullStart():e.getStart(t),_=e.getEnd(),d=t.text.slice(a,_),x=Ph(e);return x===Xi.AST_TOKEN_TYPES.RegularExpression?{type:x,value:d,range:[a,_],loc:Yf(a,_,t),regex:{pattern:d.slice(1,d.lastIndexOf("/")),flags:d.slice(d.lastIndexOf("/")+1)}}:{type:x,value:d,range:[a,_],loc:Yf(a,_,t)}}_r.convertToken=Ih;function Dx(e){let t=[];function a(_){if(!(Dh(_)||Eh(_)))if(Ch(_)&&_.kind!==rn.EndOfFileToken){let d=Ih(_,e);d&&t.push(d)}else _.getChildren(e).forEach(a)}return a(e),t}_r.convertTokens=Dx;var Kp=class extends Error{constructor(t,a,_,d,x){super(t),this.fileName=a,this.index=_,this.lineNumber=d,this.column=x,Object.defineProperty(this,"name",{value:new.target.name,enumerable:!1,configurable:!0})}};_r.TSError=Kp;function Ex(e,t,a){let _=e.getLineAndCharacterOfPosition(t);return new Kp(a,e.fileName,t,_.line+1,_.character)}_r.createError=Ex;function Nh(e,t){return e.kind===rn.EndOfFileToken?!!e.jsDoc:e.getWidth(t)!==0}_r.nodeHasTokens=Nh;function Oh(e,t){if(e!==void 0)for(let a=0;a<e.length;a++){let _=t(e[a],a);if(_!==void 0)return _}}_r.firstDefined=Oh;function Mh(e){return e.originalKeywordKind===rn.ThisKeyword}_r.identifierIsThisKeyword=Mh;function Lh(e){return!!e&&e.kind===rn.Identifier&&Mh(e)}_r.isThisIdentifier=Lh;function Cx(e){if(!Lh(e))return!1;for(;Ra.isQualifiedName(e.parent)&&e.parent.left===e;)e=e.parent;return e.parent.kind===rn.TypeQuery}_r.isThisInTypeQuery=Cx});var rd=Gt(To=>{"use strict";ge();var wx=To&&To.__createBinding||(Object.create?function(e,t,a,_){_===void 0&&(_=a);var d=Object.getOwnPropertyDescriptor(t,a);(!d||("get"in d?!t.__esModule:d.writable||d.configurable))&&(d={enumerable:!0,get:function(){return t[a]}}),Object.defineProperty(e,_,d)}:function(e,t,a,_){_===void 0&&(_=a),e[_]=t[a]}),Ax=To&&To.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),kx=To&&To.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(e!=null)for(var a in e)a!=="default"&&Object.prototype.hasOwnProperty.call(e,a)&&wx(t,e,a);return Ax(t,e),t};Object.defineProperty(To,"__esModule",{value:!0});To.Converter=To.convertError=void 0;var Pc=kx(pi()),rs=Gf(),Vt=tp(),Re=zp(),Rh=Hf(),de=Pc.SyntaxKind;function Px(e){return(0,Vt.createError)(e.file,e.start,"message"in e&&e.message||e.messageText)}To.convertError=Px;var td=class{constructor(t,a){this.esTreeNodeToTSNodeMap=new WeakMap,this.tsNodeToESTreeNodeMap=new WeakMap,this.allowPattern=!1,this.inTypeMode=!1,this.ast=t,this.options=Object.assign({},a)}getASTMaps(){return{esTreeNodeToTSNodeMap:this.esTreeNodeToTSNodeMap,tsNodeToESTreeNodeMap:this.tsNodeToESTreeNodeMap}}convertProgram(){return this.converter(this.ast)}converter(t,a,_,d){if(!t)return null;let x=this.inTypeMode,$=this.allowPattern;_!==void 0&&(this.inTypeMode=_),d!==void 0&&(this.allowPattern=d);let Y=this.convertNode(t,a!=null?a:t.parent);return this.registerTSNodeInNodeMap(t,Y),this.inTypeMode=x,this.allowPattern=$,Y}fixExports(t,a){let _=(0,rs.getModifiers)(t);if((_==null?void 0:_[0].kind)===de.ExportKeyword){this.registerTSNodeInNodeMap(t,a);let d=_[0],x=_[1],$=x&&x.kind===de.DefaultKeyword,Y=$?(0,Vt.findNextToken)(x,this.ast,this.ast):(0,Vt.findNextToken)(d,this.ast,this.ast);if(a.range[0]=Y.getStart(this.ast),a.loc=(0,Vt.getLocFor)(a.range[0],a.range[1],this.ast),$)return this.createNode(t,{type:Re.AST_NODE_TYPES.ExportDefaultDeclaration,declaration:a,range:[d.getStart(this.ast),a.range[1]],exportKind:"value"});{let w=a.type===Re.AST_NODE_TYPES.TSInterfaceDeclaration||a.type===Re.AST_NODE_TYPES.TSTypeAliasDeclaration,K="declare"in a&&a.declare===!0;return this.createNode(t,{type:Re.AST_NODE_TYPES.ExportNamedDeclaration,declaration:a,specifiers:[],source:null,exportKind:w||K?"type":"value",range:[d.getStart(this.ast),a.range[1]],assertions:[]})}}return a}registerTSNodeInNodeMap(t,a){a&&this.options.shouldPreserveNodeMaps&&(this.tsNodeToESTreeNodeMap.has(t)||this.tsNodeToESTreeNodeMap.set(t,a))}convertPattern(t,a){return this.converter(t,a,this.inTypeMode,!0)}convertChild(t,a){return this.converter(t,a,this.inTypeMode,!1)}convertType(t,a){return this.converter(t,a,!0,!1)}createNode(t,a){let _=a;return _.range||(_.range=(0,Vt.getRange)(t,this.ast)),_.loc||(_.loc=(0,Vt.getLocFor)(_.range[0],_.range[1],this.ast)),_&&this.options.shouldPreserveNodeMaps&&this.esTreeNodeToTSNodeMap.set(_,t),_}convertBindingNameWithTypeAnnotation(t,a,_){let d=this.convertPattern(t);return a&&(d.typeAnnotation=this.convertTypeAnnotation(a,_),this.fixParentLocation(d,d.typeAnnotation.range)),d}convertTypeAnnotation(t,a){let _=(a==null?void 0:a.kind)===de.FunctionType||(a==null?void 0:a.kind)===de.ConstructorType?2:1,d=t.getFullStart()-_,x=(0,Vt.getLocFor)(d,t.end,this.ast);return{type:Re.AST_NODE_TYPES.TSTypeAnnotation,loc:x,range:[d,t.end],typeAnnotation:this.convertType(t)}}convertBodyExpressions(t,a){let _=(0,Vt.canContainDirective)(a);return t.map(d=>{let x=this.convertChild(d);if(_)if((x==null?void 0:x.expression)&&Pc.isExpressionStatement(d)&&Pc.isStringLiteral(d.expression)){let $=x.expression.raw;return x.directive=$.slice(1,-1),x}else _=!1;return x}).filter(d=>d)}convertTypeArgumentsToTypeParameters(t,a){let _=(0,Vt.findNextToken)(t,this.ast,this.ast);return this.createNode(a,{type:Re.AST_NODE_TYPES.TSTypeParameterInstantiation,range:[t.pos-1,_.end],params:t.map(d=>this.convertType(d))})}convertTSTypeParametersToTypeParametersDeclaration(t){let a=(0,Vt.findNextToken)(t,this.ast,this.ast);return{type:Re.AST_NODE_TYPES.TSTypeParameterDeclaration,range:[t.pos-1,a.end],loc:(0,Vt.getLocFor)(t.pos-1,a.end,this.ast),params:t.map(_=>this.convertType(_))}}convertParameters(t){return t!=null&&t.length?t.map(a=>{let _=this.convertChild(a),d=(0,rs.getDecorators)(a);return d!=null&&d.length&&(_.decorators=d.map(x=>this.convertChild(x))),_}):[]}convertChainExpression(t,a){let{child:_,isOptional:d}=(()=>t.type===Re.AST_NODE_TYPES.MemberExpression?{child:t.object,isOptional:t.optional}:t.type===Re.AST_NODE_TYPES.CallExpression?{child:t.callee,isOptional:t.optional}:{child:t.expression,isOptional:!1})(),x=(0,Vt.isChildUnwrappableOptionalChain)(a,_);if(!x&&!d)return t;if(x&&(0,Vt.isChainExpression)(_)){let $=_.expression;t.type===Re.AST_NODE_TYPES.MemberExpression?t.object=$:t.type===Re.AST_NODE_TYPES.CallExpression?t.callee=$:t.expression=$}return this.createNode(a,{type:Re.AST_NODE_TYPES.ChainExpression,expression:t})}deeplyCopy(t){if(t.kind===Pc.SyntaxKind.JSDocFunctionType)throw(0,Vt.createError)(this.ast,t.pos,"JSDoc types can only be used inside documentation comments.");let a=`TS${de[t.kind]}`;if(this.options.errorOnUnknownASTType&&!Re.AST_NODE_TYPES[a])throw new Error(`Unknown AST_NODE_TYPE: "${a}"`);let _=this.createNode(t,{type:a});"type"in t&&(_.typeAnnotation=t.type&&"kind"in t.type&&Pc.isTypeNode(t.type)?this.convertTypeAnnotation(t.type,t):null),"typeArguments"in t&&(_.typeParameters=t.typeArguments&&"pos"in t.typeArguments?this.convertTypeArgumentsToTypeParameters(t.typeArguments,t):null),"typeParameters"in t&&(_.typeParameters=t.typeParameters&&"pos"in t.typeParameters?this.convertTSTypeParametersToTypeParametersDeclaration(t.typeParameters):null);let d=(0,rs.getDecorators)(t);d!=null&&d.length&&(_.decorators=d.map($=>this.convertChild($)));let x=new Set(["_children","decorators","end","flags","illegalDecorators","heritageClauses","locals","localSymbol","jsDoc","kind","modifierFlagsCache","modifiers","nextContainer","parent","pos","symbol","transformFlags","type","typeArguments","typeParameters"]);return Object.entries(t).filter(([$])=>!x.has($)).forEach(([$,Y])=>{Array.isArray(Y)?_[$]=Y.map(w=>this.convertChild(w)):Y&&typeof Y=="object"&&Y.kind?_[$]=this.convertChild(Y):_[$]=Y}),_}convertJSXIdentifier(t){let a=this.createNode(t,{type:Re.AST_NODE_TYPES.JSXIdentifier,name:t.getText()});return this.registerTSNodeInNodeMap(t,a),a}convertJSXNamespaceOrIdentifier(t){let a=t.getText(),_=a.indexOf(":");if(_>0){let d=(0,Vt.getRange)(t,this.ast),x=this.createNode(t,{type:Re.AST_NODE_TYPES.JSXNamespacedName,namespace:this.createNode(t,{type:Re.AST_NODE_TYPES.JSXIdentifier,name:a.slice(0,_),range:[d[0],d[0]+_]}),name:this.createNode(t,{type:Re.AST_NODE_TYPES.JSXIdentifier,name:a.slice(_+1),range:[d[0]+_+1,d[1]]}),range:d});return this.registerTSNodeInNodeMap(t,x),x}return this.convertJSXIdentifier(t)}convertJSXTagName(t,a){let _;switch(t.kind){case de.PropertyAccessExpression:if(t.name.kind===de.PrivateIdentifier)throw new Error("Non-private identifier expected.");_=this.createNode(t,{type:Re.AST_NODE_TYPES.JSXMemberExpression,object:this.convertJSXTagName(t.expression,a),property:this.convertJSXIdentifier(t.name)});break;case de.ThisKeyword:case de.Identifier:default:return this.convertJSXNamespaceOrIdentifier(t)}return this.registerTSNodeInNodeMap(t,_),_}convertMethodSignature(t){let a=this.createNode(t,{type:Re.AST_NODE_TYPES.TSMethodSignature,computed:(0,Vt.isComputedProperty)(t.name),key:this.convertChild(t.name),params:this.convertParameters(t.parameters),kind:(()=>{switch(t.kind){case de.GetAccessor:return"get";case de.SetAccessor:return"set";case de.MethodSignature:return"method"}})()});(0,Vt.isOptional)(t)&&(a.optional=!0),t.type&&(a.returnType=this.convertTypeAnnotation(t.type,t)),(0,Vt.hasModifier)(de.ReadonlyKeyword,t)&&(a.readonly=!0),t.typeParameters&&(a.typeParameters=this.convertTSTypeParametersToTypeParametersDeclaration(t.typeParameters));let _=(0,Vt.getTSNodeAccessibility)(t);return _&&(a.accessibility=_),(0,Vt.hasModifier)(de.ExportKeyword,t)&&(a.export=!0),(0,Vt.hasModifier)(de.StaticKeyword,t)&&(a.static=!0),a}convertAssertClasue(t){return t===void 0?[]:t.elements.map(a=>this.convertChild(a))}applyModifiersToResult(t,a){if(!a)return;let _=[];for(let d of a)switch(d.kind){case de.ExportKeyword:case de.DefaultKeyword:break;case de.ConstKeyword:t.const=!0;break;case de.DeclareKeyword:t.declare=!0;break;default:_.push(this.convertChild(d));break}_.length>0&&(t.modifiers=_)}fixParentLocation(t,a){a[0]<t.range[0]&&(t.range[0]=a[0],t.loc.start=(0,Vt.getLineAndCharacterFor)(t.range[0],this.ast)),a[1]>t.range[1]&&(t.range[1]=a[1],t.loc.end=(0,Vt.getLineAndCharacterFor)(t.range[1],this.ast))}assertModuleSpecifier(t,a){var _;if(!a&&t.moduleSpecifier==null)throw(0,Vt.createError)(this.ast,t.pos,"Module specifier must be a string literal.");if(t.moduleSpecifier&&((_=t.moduleSpecifier)===null||_===void 0?void 0:_.kind)!==de.StringLiteral)throw(0,Vt.createError)(this.ast,t.moduleSpecifier.pos,"Module specifier must be a string literal.")}convertNode(t,a){var _,d,x,$,Y,w,K,qe,ye,ne;switch(t.kind){case de.SourceFile:return this.createNode(t,{type:Re.AST_NODE_TYPES.Program,body:this.convertBodyExpressions(t.statements,t),sourceType:t.externalModuleIndicator?"module":"script",range:[t.getStart(this.ast),t.endOfFileToken.end]});case de.Block:return this.createNode(t,{type:Re.AST_NODE_TYPES.BlockStatement,body:this.convertBodyExpressions(t.statements,t)});case de.Identifier:return(0,Vt.isThisInTypeQuery)(t)?this.createNode(t,{type:Re.AST_NODE_TYPES.ThisExpression}):this.createNode(t,{type:Re.AST_NODE_TYPES.Identifier,name:t.text});case de.PrivateIdentifier:return this.createNode(t,{type:Re.AST_NODE_TYPES.PrivateIdentifier,name:t.text.slice(1)});case de.WithStatement:return this.createNode(t,{type:Re.AST_NODE_TYPES.WithStatement,object:this.convertChild(t.expression),body:this.convertChild(t.statement)});case de.ReturnStatement:return this.createNode(t,{type:Re.AST_NODE_TYPES.ReturnStatement,argument:this.convertChild(t.expression)});case de.LabeledStatement:return this.createNode(t,{type:Re.AST_NODE_TYPES.LabeledStatement,label:this.convertChild(t.label),body:this.convertChild(t.statement)});case de.ContinueStatement:return this.createNode(t,{type:Re.AST_NODE_TYPES.ContinueStatement,label:this.convertChild(t.label)});case de.BreakStatement:return this.createNode(t,{type:Re.AST_NODE_TYPES.BreakStatement,label:this.convertChild(t.label)});case de.IfStatement:return this.createNode(t,{type:Re.AST_NODE_TYPES.IfStatement,test:this.convertChild(t.expression),consequent:this.convertChild(t.thenStatement),alternate:this.convertChild(t.elseStatement)});case de.SwitchStatement:return this.createNode(t,{type:Re.AST_NODE_TYPES.SwitchStatement,discriminant:this.convertChild(t.expression),cases:t.caseBlock.clauses.map(U=>this.convertChild(U))});case de.CaseClause:case de.DefaultClause:return this.createNode(t,{type:Re.AST_NODE_TYPES.SwitchCase,test:t.kind===de.CaseClause?this.convertChild(t.expression):null,consequent:t.statements.map(U=>this.convertChild(U))});case de.ThrowStatement:return this.createNode(t,{type:Re.AST_NODE_TYPES.ThrowStatement,argument:this.convertChild(t.expression)});case de.TryStatement:return this.createNode(t,{type:Re.AST_NODE_TYPES.TryStatement,block:this.convertChild(t.tryBlock),handler:this.convertChild(t.catchClause),finalizer:this.convertChild(t.finallyBlock)});case de.CatchClause:return this.createNode(t,{type:Re.AST_NODE_TYPES.CatchClause,param:t.variableDeclaration?this.convertBindingNameWithTypeAnnotation(t.variableDeclaration.name,t.variableDeclaration.type):null,body:this.convertChild(t.block)});case de.WhileStatement:return this.createNode(t,{type:Re.AST_NODE_TYPES.WhileStatement,test:this.convertChild(t.expression),body:this.convertChild(t.statement)});case de.DoStatement:return this.createNode(t,{type:Re.AST_NODE_TYPES.DoWhileStatement,test:this.convertChild(t.expression),body:this.convertChild(t.statement)});case de.ForStatement:return this.createNode(t,{type:Re.AST_NODE_TYPES.ForStatement,init:this.convertChild(t.initializer),test:this.convertChild(t.condition),update:this.convertChild(t.incrementor),body:this.convertChild(t.statement)});case de.ForInStatement:return this.createNode(t,{type:Re.AST_NODE_TYPES.ForInStatement,left:this.convertPattern(t.initializer),right:this.convertChild(t.expression),body:this.convertChild(t.statement)});case de.ForOfStatement:return this.createNode(t,{type:Re.AST_NODE_TYPES.ForOfStatement,left:this.convertPattern(t.initializer),right:this.convertChild(t.expression),body:this.convertChild(t.statement),await:Boolean(t.awaitModifier&&t.awaitModifier.kind===de.AwaitKeyword)});case de.FunctionDeclaration:{let U=(0,Vt.hasModifier)(de.DeclareKeyword,t),We=this.createNode(t,{type:U||!t.body?Re.AST_NODE_TYPES.TSDeclareFunction:Re.AST_NODE_TYPES.FunctionDeclaration,id:this.convertChild(t.name),generator:!!t.asteriskToken,expression:!1,async:(0,Vt.hasModifier)(de.AsyncKeyword,t),params:this.convertParameters(t.parameters),body:this.convertChild(t.body)||void 0});return t.type&&(We.returnType=this.convertTypeAnnotation(t.type,t)),t.typeParameters&&(We.typeParameters=this.convertTSTypeParametersToTypeParametersDeclaration(t.typeParameters)),U&&(We.declare=!0),this.fixExports(t,We)}case de.VariableDeclaration:{let U=this.createNode(t,{type:Re.AST_NODE_TYPES.VariableDeclarator,id:this.convertBindingNameWithTypeAnnotation(t.name,t.type,t),init:this.convertChild(t.initializer)});return t.exclamationToken&&(U.definite=!0),U}case de.VariableStatement:{let U=this.createNode(t,{type:Re.AST_NODE_TYPES.VariableDeclaration,declarations:t.declarationList.declarations.map(We=>this.convertChild(We)),kind:(0,Vt.getDeclarationKind)(t.declarationList)});return(0,Vt.hasModifier)(de.DeclareKeyword,t)&&(U.declare=!0),this.fixExports(t,U)}case de.VariableDeclarationList:return this.createNode(t,{type:Re.AST_NODE_TYPES.VariableDeclaration,declarations:t.declarations.map(U=>this.convertChild(U)),kind:(0,Vt.getDeclarationKind)(t)});case de.ExpressionStatement:return this.createNode(t,{type:Re.AST_NODE_TYPES.ExpressionStatement,expression:this.convertChild(t.expression)});case de.ThisKeyword:return this.createNode(t,{type:Re.AST_NODE_TYPES.ThisExpression});case de.ArrayLiteralExpression:return this.allowPattern?this.createNode(t,{type:Re.AST_NODE_TYPES.ArrayPattern,elements:t.elements.map(U=>this.convertPattern(U))}):this.createNode(t,{type:Re.AST_NODE_TYPES.ArrayExpression,elements:t.elements.map(U=>this.convertChild(U))});case de.ObjectLiteralExpression:return this.allowPattern?this.createNode(t,{type:Re.AST_NODE_TYPES.ObjectPattern,properties:t.properties.map(U=>this.convertPattern(U))}):this.createNode(t,{type:Re.AST_NODE_TYPES.ObjectExpression,properties:t.properties.map(U=>this.convertChild(U))});case de.PropertyAssignment:return this.createNode(t,{type:Re.AST_NODE_TYPES.Property,key:this.convertChild(t.name),value:this.converter(t.initializer,t,this.inTypeMode,this.allowPattern),computed:(0,Vt.isComputedProperty)(t.name),method:!1,shorthand:!1,kind:"init"});case de.ShorthandPropertyAssignment:return t.objectAssignmentInitializer?this.createNode(t,{type:Re.AST_NODE_TYPES.Property,key:this.convertChild(t.name),value:this.createNode(t,{type:Re.AST_NODE_TYPES.AssignmentPattern,left:this.convertPattern(t.name),right:this.convertChild(t.objectAssignmentInitializer)}),computed:!1,method:!1,shorthand:!0,kind:"init"}):this.createNode(t,{type:Re.AST_NODE_TYPES.Property,key:this.convertChild(t.name),value:this.convertChild(t.name),computed:!1,method:!1,shorthand:!0,kind:"init"});case de.ComputedPropertyName:return this.convertChild(t.expression);case de.PropertyDeclaration:{let U=(0,Vt.hasModifier)(de.AbstractKeyword,t),We=this.createNode(t,{type:U?Re.AST_NODE_TYPES.TSAbstractPropertyDefinition:Re.AST_NODE_TYPES.PropertyDefinition,key:this.convertChild(t.name),value:U?null:this.convertChild(t.initializer),computed:(0,Vt.isComputedProperty)(t.name),static:(0,Vt.hasModifier)(de.StaticKeyword,t),readonly:(0,Vt.hasModifier)(de.ReadonlyKeyword,t)||void 0,declare:(0,Vt.hasModifier)(de.DeclareKeyword,t),override:(0,Vt.hasModifier)(de.OverrideKeyword,t)});t.type&&(We.typeAnnotation=this.convertTypeAnnotation(t.type,t));let f=(0,rs.getDecorators)(t);f&&(We.decorators=f.map(le=>this.convertChild(le)));let v=(0,Vt.getTSNodeAccessibility)(t);return v&&(We.accessibility=v),(t.name.kind===de.Identifier||t.name.kind===de.ComputedPropertyName||t.name.kind===de.PrivateIdentifier)&&t.questionToken&&(We.optional=!0),t.exclamationToken&&(We.definite=!0),We.key.type===Re.AST_NODE_TYPES.Literal&&t.questionToken&&(We.optional=!0),We}case de.GetAccessor:case de.SetAccessor:if(t.parent.kind===de.InterfaceDeclaration||t.parent.kind===de.TypeLiteral)return this.convertMethodSignature(t);case de.MethodDeclaration:{let U=this.createNode(t,{type:t.body?Re.AST_NODE_TYPES.FunctionExpression:Re.AST_NODE_TYPES.TSEmptyBodyFunctionExpression,id:null,generator:!!t.asteriskToken,expression:!1,async:(0,Vt.hasModifier)(de.AsyncKeyword,t),body:this.convertChild(t.body),range:[t.parameters.pos-1,t.end],params:[]});t.type&&(U.returnType=this.convertTypeAnnotation(t.type,t)),t.typeParameters&&(U.typeParameters=this.convertTSTypeParametersToTypeParametersDeclaration(t.typeParameters),this.fixParentLocation(U,U.typeParameters.range));let We;if(a.kind===de.ObjectLiteralExpression)U.params=t.parameters.map(f=>this.convertChild(f)),We=this.createNode(t,{type:Re.AST_NODE_TYPES.Property,key:this.convertChild(t.name),value:U,computed:(0,Vt.isComputedProperty)(t.name),method:t.kind===de.MethodDeclaration,shorthand:!1,kind:"init"});else{U.params=this.convertParameters(t.parameters);let f=(0,Vt.hasModifier)(de.AbstractKeyword,t)?Re.AST_NODE_TYPES.TSAbstractMethodDefinition:Re.AST_NODE_TYPES.MethodDefinition;We=this.createNode(t,{type:f,key:this.convertChild(t.name),value:U,computed:(0,Vt.isComputedProperty)(t.name),static:(0,Vt.hasModifier)(de.StaticKeyword,t),kind:"method",override:(0,Vt.hasModifier)(de.OverrideKeyword,t)});let v=(0,rs.getDecorators)(t);v&&(We.decorators=v.map(he=>this.convertChild(he)));let le=(0,Vt.getTSNodeAccessibility)(t);le&&(We.accessibility=le)}return t.questionToken&&(We.optional=!0),t.kind===de.GetAccessor?We.kind="get":t.kind===de.SetAccessor?We.kind="set":!We.static&&t.name.kind===de.StringLiteral&&t.name.text==="constructor"&&We.type!==Re.AST_NODE_TYPES.Property&&(We.kind="constructor"),We}case de.Constructor:{let U=(0,Vt.getLastModifier)(t),We=U&&(0,Vt.findNextToken)(U,t,this.ast)||t.getFirstToken(),f=this.createNode(t,{type:t.body?Re.AST_NODE_TYPES.FunctionExpression:Re.AST_NODE_TYPES.TSEmptyBodyFunctionExpression,id:null,params:this.convertParameters(t.parameters),generator:!1,expression:!1,async:!1,body:this.convertChild(t.body),range:[t.parameters.pos-1,t.end]});t.typeParameters&&(f.typeParameters=this.convertTSTypeParametersToTypeParametersDeclaration(t.typeParameters),this.fixParentLocation(f,f.typeParameters.range)),t.type&&(f.returnType=this.convertTypeAnnotation(t.type,t));let v=this.createNode(t,{type:Re.AST_NODE_TYPES.Identifier,name:"constructor",range:[We.getStart(this.ast),We.end]}),le=(0,Vt.hasModifier)(de.StaticKeyword,t),he=this.createNode(t,{type:(0,Vt.hasModifier)(de.AbstractKeyword,t)?Re.AST_NODE_TYPES.TSAbstractMethodDefinition:Re.AST_NODE_TYPES.MethodDefinition,key:v,value:f,computed:!1,static:le,kind:le?"method":"constructor",override:!1}),je=(0,Vt.getTSNodeAccessibility)(t);return je&&(he.accessibility=je),he}case de.FunctionExpression:{let U=this.createNode(t,{type:Re.AST_NODE_TYPES.FunctionExpression,id:this.convertChild(t.name),generator:!!t.asteriskToken,params:this.convertParameters(t.parameters),body:this.convertChild(t.body),async:(0,Vt.hasModifier)(de.AsyncKeyword,t),expression:!1});return t.type&&(U.returnType=this.convertTypeAnnotation(t.type,t)),t.typeParameters&&(U.typeParameters=this.convertTSTypeParametersToTypeParametersDeclaration(t.typeParameters)),U}case de.SuperKeyword:return this.createNode(t,{type:Re.AST_NODE_TYPES.Super});case de.ArrayBindingPattern:return this.createNode(t,{type:Re.AST_NODE_TYPES.ArrayPattern,elements:t.elements.map(U=>this.convertPattern(U))});case de.OmittedExpression:return null;case de.ObjectBindingPattern:return this.createNode(t,{type:Re.AST_NODE_TYPES.ObjectPattern,properties:t.elements.map(U=>this.convertPattern(U))});case de.BindingElement:if(a.kind===de.ArrayBindingPattern){let U=this.convertChild(t.name,a);return t.initializer?this.createNode(t,{type:Re.AST_NODE_TYPES.AssignmentPattern,left:U,right:this.convertChild(t.initializer)}):t.dotDotDotToken?this.createNode(t,{type:Re.AST_NODE_TYPES.RestElement,argument:U}):U}else{let U;return t.dotDotDotToken?U=this.createNode(t,{type:Re.AST_NODE_TYPES.RestElement,argument:this.convertChild((_=t.propertyName)!==null&&_!==void 0?_:t.name)}):U=this.createNode(t,{type:Re.AST_NODE_TYPES.Property,key:this.convertChild((d=t.propertyName)!==null&&d!==void 0?d:t.name),value:this.convertChild(t.name),computed:Boolean(t.propertyName&&t.propertyName.kind===de.ComputedPropertyName),method:!1,shorthand:!t.propertyName,kind:"init"}),t.initializer&&(U.value=this.createNode(t,{type:Re.AST_NODE_TYPES.AssignmentPattern,left:this.convertChild(t.name),right:this.convertChild(t.initializer),range:[t.name.getStart(this.ast),t.initializer.end]})),U}case de.ArrowFunction:{let U=this.createNode(t,{type:Re.AST_NODE_TYPES.ArrowFunctionExpression,generator:!1,id:null,params:this.convertParameters(t.parameters),body:this.convertChild(t.body),async:(0,Vt.hasModifier)(de.AsyncKeyword,t),expression:t.body.kind!==de.Block});return t.type&&(U.returnType=this.convertTypeAnnotation(t.type,t)),t.typeParameters&&(U.typeParameters=this.convertTSTypeParametersToTypeParametersDeclaration(t.typeParameters)),U}case de.YieldExpression:return this.createNode(t,{type:Re.AST_NODE_TYPES.YieldExpression,delegate:!!t.asteriskToken,argument:this.convertChild(t.expression)});case de.AwaitExpression:return this.createNode(t,{type:Re.AST_NODE_TYPES.AwaitExpression,argument:this.convertChild(t.expression)});case de.NoSubstitutionTemplateLiteral:return this.createNode(t,{type:Re.AST_NODE_TYPES.TemplateLiteral,quasis:[this.createNode(t,{type:Re.AST_NODE_TYPES.TemplateElement,value:{raw:this.ast.text.slice(t.getStart(this.ast)+1,t.end-1),cooked:t.text},tail:!0})],expressions:[]});case de.TemplateExpression:{let U=this.createNode(t,{type:Re.AST_NODE_TYPES.TemplateLiteral,quasis:[this.convertChild(t.head)],expressions:[]});return t.templateSpans.forEach(We=>{U.expressions.push(this.convertChild(We.expression)),U.quasis.push(this.convertChild(We.literal))}),U}case de.TaggedTemplateExpression:return this.createNode(t,{type:Re.AST_NODE_TYPES.TaggedTemplateExpression,typeParameters:t.typeArguments?this.convertTypeArgumentsToTypeParameters(t.typeArguments,t):void 0,tag:this.convertChild(t.tag),quasi:this.convertChild(t.template)});case de.TemplateHead:case de.TemplateMiddle:case de.TemplateTail:{let U=t.kind===de.TemplateTail;return this.createNode(t,{type:Re.AST_NODE_TYPES.TemplateElement,value:{raw:this.ast.text.slice(t.getStart(this.ast)+1,t.end-(U?1:2)),cooked:t.text},tail:U})}case de.SpreadAssignment:case de.SpreadElement:return this.allowPattern?this.createNode(t,{type:Re.AST_NODE_TYPES.RestElement,argument:this.convertPattern(t.expression)}):this.createNode(t,{type:Re.AST_NODE_TYPES.SpreadElement,argument:this.convertChild(t.expression)});case de.Parameter:{let U,We;return t.dotDotDotToken?U=We=this.createNode(t,{type:Re.AST_NODE_TYPES.RestElement,argument:this.convertChild(t.name)}):t.initializer?(U=this.convertChild(t.name),We=this.createNode(t,{type:Re.AST_NODE_TYPES.AssignmentPattern,left:U,right:this.convertChild(t.initializer)}),(0,rs.getModifiers)(t)&&(We.range[0]=U.range[0],We.loc=(0,Vt.getLocFor)(We.range[0],We.range[1],this.ast))):U=We=this.convertChild(t.name,a),t.type&&(U.typeAnnotation=this.convertTypeAnnotation(t.type,t),this.fixParentLocation(U,U.typeAnnotation.range)),t.questionToken&&(t.questionToken.end>U.range[1]&&(U.range[1]=t.questionToken.end,U.loc.end=(0,Vt.getLineAndCharacterFor)(U.range[1],this.ast)),U.optional=!0),(0,rs.getModifiers)(t)?this.createNode(t,{type:Re.AST_NODE_TYPES.TSParameterProperty,accessibility:(x=(0,Vt.getTSNodeAccessibility)(t))!==null&&x!==void 0?x:void 0,readonly:(0,Vt.hasModifier)(de.ReadonlyKeyword,t)||void 0,static:(0,Vt.hasModifier)(de.StaticKeyword,t)||void 0,export:(0,Vt.hasModifier)(de.ExportKeyword,t)||void 0,override:(0,Vt.hasModifier)(de.OverrideKeyword,t)||void 0,parameter:We}):We}case de.ClassDeclaration:case de.ClassExpression:{let U=($=t.heritageClauses)!==null&&$!==void 0?$:[],We=t.kind===de.ClassDeclaration?Re.AST_NODE_TYPES.ClassDeclaration:Re.AST_NODE_TYPES.ClassExpression,f=U.find(A=>A.token===de.ExtendsKeyword),v=U.find(A=>A.token===de.ImplementsKeyword),le=this.createNode(t,{type:We,id:this.convertChild(t.name),body:this.createNode(t,{type:Re.AST_NODE_TYPES.ClassBody,body:[],range:[t.members.pos-1,t.end]}),superClass:f!=null&&f.types[0]?this.convertChild(f.types[0].expression):null});if(f){if(f.types.length>1)throw(0,Vt.createError)(this.ast,f.types[1].pos,"Classes can only extend a single class.");!((Y=f.types[0])===null||Y===void 0)&&Y.typeArguments&&(le.superTypeParameters=this.convertTypeArgumentsToTypeParameters(f.types[0].typeArguments,f.types[0]))}t.typeParameters&&(le.typeParameters=this.convertTSTypeParametersToTypeParametersDeclaration(t.typeParameters)),v&&(le.implements=v.types.map(A=>this.convertChild(A))),(0,Vt.hasModifier)(de.AbstractKeyword,t)&&(le.abstract=!0),(0,Vt.hasModifier)(de.DeclareKeyword,t)&&(le.declare=!0);let he=(0,rs.getDecorators)(t);he&&(le.decorators=he.map(A=>this.convertChild(A)));let je=t.members.filter(Vt.isESTreeClassMember);return je.length&&(le.body.body=je.map(A=>this.convertChild(A))),this.fixExports(t,le)}case de.ModuleBlock:return this.createNode(t,{type:Re.AST_NODE_TYPES.TSModuleBlock,body:this.convertBodyExpressions(t.statements,t)});case de.ImportDeclaration:{this.assertModuleSpecifier(t,!1);let U=this.createNode(t,{type:Re.AST_NODE_TYPES.ImportDeclaration,source:this.convertChild(t.moduleSpecifier),specifiers:[],importKind:"value",assertions:this.convertAssertClasue(t.assertClause)});if(t.importClause&&(t.importClause.isTypeOnly&&(U.importKind="type"),t.importClause.name&&U.specifiers.push(this.convertChild(t.importClause)),t.importClause.namedBindings))switch(t.importClause.namedBindings.kind){case de.NamespaceImport:U.specifiers.push(this.convertChild(t.importClause.namedBindings));break;case de.NamedImports:U.specifiers=U.specifiers.concat(t.importClause.namedBindings.elements.map(We=>this.convertChild(We)));break}return U}case de.NamespaceImport:return this.createNode(t,{type:Re.AST_NODE_TYPES.ImportNamespaceSpecifier,local:this.convertChild(t.name)});case de.ImportSpecifier:return this.createNode(t,{type:Re.AST_NODE_TYPES.ImportSpecifier,local:this.convertChild(t.name),imported:this.convertChild((w=t.propertyName)!==null&&w!==void 0?w:t.name),importKind:t.isTypeOnly?"type":"value"});case de.ImportClause:{let U=this.convertChild(t.name);return this.createNode(t,{type:Re.AST_NODE_TYPES.ImportDefaultSpecifier,local:U,range:U.range})}case de.ExportDeclaration:return((K=t.exportClause)===null||K===void 0?void 0:K.kind)===de.NamedExports?(this.assertModuleSpecifier(t,!0),this.createNode(t,{type:Re.AST_NODE_TYPES.ExportNamedDeclaration,source:this.convertChild(t.moduleSpecifier),specifiers:t.exportClause.elements.map(U=>this.convertChild(U)),exportKind:t.isTypeOnly?"type":"value",declaration:null,assertions:this.convertAssertClasue(t.assertClause)})):(this.assertModuleSpecifier(t,!1),this.createNode(t,{type:Re.AST_NODE_TYPES.ExportAllDeclaration,source:this.convertChild(t.moduleSpecifier),exportKind:t.isTypeOnly?"type":"value",exported:t.exportClause&&t.exportClause.kind===de.NamespaceExport?this.convertChild(t.exportClause.name):null,assertions:this.convertAssertClasue(t.assertClause)}));case de.ExportSpecifier:return this.createNode(t,{type:Re.AST_NODE_TYPES.ExportSpecifier,local:this.convertChild((qe=t.propertyName)!==null&&qe!==void 0?qe:t.name),exported:this.convertChild(t.name),exportKind:t.isTypeOnly?"type":"value"});case de.ExportAssignment:return t.isExportEquals?this.createNode(t,{type:Re.AST_NODE_TYPES.TSExportAssignment,expression:this.convertChild(t.expression)}):this.createNode(t,{type:Re.AST_NODE_TYPES.ExportDefaultDeclaration,declaration:this.convertChild(t.expression),exportKind:"value"});case de.PrefixUnaryExpression:case de.PostfixUnaryExpression:{let U=(0,Vt.getTextForTokenKind)(t.operator);return U==="++"||U==="--"?this.createNode(t,{type:Re.AST_NODE_TYPES.UpdateExpression,operator:U,prefix:t.kind===de.PrefixUnaryExpression,argument:this.convertChild(t.operand)}):this.createNode(t,{type:Re.AST_NODE_TYPES.UnaryExpression,operator:U,prefix:t.kind===de.PrefixUnaryExpression,argument:this.convertChild(t.operand)})}case de.DeleteExpression:return this.createNode(t,{type:Re.AST_NODE_TYPES.UnaryExpression,operator:"delete",prefix:!0,argument:this.convertChild(t.expression)});case de.VoidExpression:return this.createNode(t,{type:Re.AST_NODE_TYPES.UnaryExpression,operator:"void",prefix:!0,argument:this.convertChild(t.expression)});case de.TypeOfExpression:return this.createNode(t,{type:Re.AST_NODE_TYPES.UnaryExpression,operator:"typeof",prefix:!0,argument:this.convertChild(t.expression)});case de.TypeOperator:return this.createNode(t,{type:Re.AST_NODE_TYPES.TSTypeOperator,operator:(0,Vt.getTextForTokenKind)(t.operator),typeAnnotation:this.convertChild(t.type)});case de.BinaryExpression:if((0,Vt.isComma)(t.operatorToken)){let U=this.createNode(t,{type:Re.AST_NODE_TYPES.SequenceExpression,expressions:[]}),We=this.convertChild(t.left);return We.type===Re.AST_NODE_TYPES.SequenceExpression&&t.left.kind!==de.ParenthesizedExpression?U.expressions=U.expressions.concat(We.expressions):U.expressions.push(We),U.expressions.push(this.convertChild(t.right)),U}else{let U=(0,Vt.getBinaryExpressionType)(t.operatorToken);return this.allowPattern&&U===Re.AST_NODE_TYPES.AssignmentExpression?this.createNode(t,{type:Re.AST_NODE_TYPES.AssignmentPattern,left:this.convertPattern(t.left,t),right:this.convertChild(t.right)}):this.createNode(t,{type:U,operator:(0,Vt.getTextForTokenKind)(t.operatorToken.kind),left:this.converter(t.left,t,this.inTypeMode,U===Re.AST_NODE_TYPES.AssignmentExpression),right:this.convertChild(t.right)})}case de.PropertyAccessExpression:{let U=this.convertChild(t.expression),We=this.convertChild(t.name),f=!1,v=this.createNode(t,{type:Re.AST_NODE_TYPES.MemberExpression,object:U,property:We,computed:f,optional:t.questionDotToken!==void 0});return this.convertChainExpression(v,t)}case de.ElementAccessExpression:{let U=this.convertChild(t.expression),We=this.convertChild(t.argumentExpression),f=!0,v=this.createNode(t,{type:Re.AST_NODE_TYPES.MemberExpression,object:U,property:We,computed:f,optional:t.questionDotToken!==void 0});return this.convertChainExpression(v,t)}case de.CallExpression:{if(t.expression.kind===de.ImportKeyword){if(t.arguments.length!==1&&t.arguments.length!==2)throw(0,Vt.createError)(this.ast,t.arguments.pos,"Dynamic import requires exactly one or two arguments.");return this.createNode(t,{type:Re.AST_NODE_TYPES.ImportExpression,source:this.convertChild(t.arguments[0]),attributes:t.arguments[1]?this.convertChild(t.arguments[1]):null})}let U=this.convertChild(t.expression),We=t.arguments.map(v=>this.convertChild(v)),f=this.createNode(t,{type:Re.AST_NODE_TYPES.CallExpression,callee:U,arguments:We,optional:t.questionDotToken!==void 0});return t.typeArguments&&(f.typeParameters=this.convertTypeArgumentsToTypeParameters(t.typeArguments,t)),this.convertChainExpression(f,t)}case de.NewExpression:{let U=this.createNode(t,{type:Re.AST_NODE_TYPES.NewExpression,callee:this.convertChild(t.expression),arguments:t.arguments?t.arguments.map(We=>this.convertChild(We)):[]});return t.typeArguments&&(U.typeParameters=this.convertTypeArgumentsToTypeParameters(t.typeArguments,t)),U}case de.ConditionalExpression:return this.createNode(t,{type:Re.AST_NODE_TYPES.ConditionalExpression,test:this.convertChild(t.condition),consequent:this.convertChild(t.whenTrue),alternate:this.convertChild(t.whenFalse)});case de.MetaProperty:return this.createNode(t,{type:Re.AST_NODE_TYPES.MetaProperty,meta:this.createNode(t.getFirstToken(),{type:Re.AST_NODE_TYPES.Identifier,name:(0,Vt.getTextForTokenKind)(t.keywordToken)}),property:this.convertChild(t.name)});case de.Decorator:return this.createNode(t,{type:Re.AST_NODE_TYPES.Decorator,expression:this.convertChild(t.expression)});case de.StringLiteral:return this.createNode(t,{type:Re.AST_NODE_TYPES.Literal,value:a.kind===de.JsxAttribute?(0,Vt.unescapeStringLiteralText)(t.text):t.text,raw:t.getText()});case de.NumericLiteral:return this.createNode(t,{type:Re.AST_NODE_TYPES.Literal,value:Number(t.text),raw:t.getText()});case de.BigIntLiteral:{let U=(0,Vt.getRange)(t,this.ast),We=this.ast.text.slice(U[0],U[1]),f=We.slice(0,-1).replace(/_/g,""),v=typeof BigInt<"u"?BigInt(f):null;return this.createNode(t,{type:Re.AST_NODE_TYPES.Literal,raw:We,value:v,bigint:v===null?f:String(v),range:U})}case de.RegularExpressionLiteral:{let U=t.text.slice(1,t.text.lastIndexOf("/")),We=t.text.slice(t.text.lastIndexOf("/")+1),f=null;try{f=new RegExp(U,We)}catch{f=null}return this.createNode(t,{type:Re.AST_NODE_TYPES.Literal,value:f,raw:t.text,regex:{pattern:U,flags:We}})}case de.TrueKeyword:return this.createNode(t,{type:Re.AST_NODE_TYPES.Literal,value:!0,raw:"true"});case de.FalseKeyword:return this.createNode(t,{type:Re.AST_NODE_TYPES.Literal,value:!1,raw:"false"});case de.NullKeyword:return!Rh.typescriptVersionIsAtLeast["4.0"]&&this.inTypeMode?this.createNode(t,{type:Re.AST_NODE_TYPES.TSNullKeyword}):this.createNode(t,{type:Re.AST_NODE_TYPES.Literal,value:null,raw:"null"});case de.EmptyStatement:return this.createNode(t,{type:Re.AST_NODE_TYPES.EmptyStatement});case de.DebuggerStatement:return this.createNode(t,{type:Re.AST_NODE_TYPES.DebuggerStatement});case de.JsxElement:return this.createNode(t,{type:Re.AST_NODE_TYPES.JSXElement,openingElement:this.convertChild(t.openingElement),closingElement:this.convertChild(t.closingElement),children:t.children.map(U=>this.convertChild(U))});case de.JsxFragment:return this.createNode(t,{type:Re.AST_NODE_TYPES.JSXFragment,openingFragment:this.convertChild(t.openingFragment),closingFragment:this.convertChild(t.closingFragment),children:t.children.map(U=>this.convertChild(U))});case de.JsxSelfClosingElement:return this.createNode(t,{type:Re.AST_NODE_TYPES.JSXElement,openingElement:this.createNode(t,{type:Re.AST_NODE_TYPES.JSXOpeningElement,typeParameters:t.typeArguments?this.convertTypeArgumentsToTypeParameters(t.typeArguments,t):void 0,selfClosing:!0,name:this.convertJSXTagName(t.tagName,t),attributes:t.attributes.properties.map(U=>this.convertChild(U)),range:(0,Vt.getRange)(t,this.ast)}),closingElement:null,children:[]});case de.JsxOpeningElement:return this.createNode(t,{type:Re.AST_NODE_TYPES.JSXOpeningElement,typeParameters:t.typeArguments?this.convertTypeArgumentsToTypeParameters(t.typeArguments,t):void 0,selfClosing:!1,name:this.convertJSXTagName(t.tagName,t),attributes:t.attributes.properties.map(U=>this.convertChild(U))});case de.JsxClosingElement:return this.createNode(t,{type:Re.AST_NODE_TYPES.JSXClosingElement,name:this.convertJSXTagName(t.tagName,t)});case de.JsxOpeningFragment:return this.createNode(t,{type:Re.AST_NODE_TYPES.JSXOpeningFragment});case de.JsxClosingFragment:return this.createNode(t,{type:Re.AST_NODE_TYPES.JSXClosingFragment});case de.JsxExpression:{let U=t.expression?this.convertChild(t.expression):this.createNode(t,{type:Re.AST_NODE_TYPES.JSXEmptyExpression,range:[t.getStart(this.ast)+1,t.getEnd()-1]});return t.dotDotDotToken?this.createNode(t,{type:Re.AST_NODE_TYPES.JSXSpreadChild,expression:U}):this.createNode(t,{type:Re.AST_NODE_TYPES.JSXExpressionContainer,expression:U})}case de.JsxAttribute:return this.createNode(t,{type:Re.AST_NODE_TYPES.JSXAttribute,name:this.convertJSXNamespaceOrIdentifier(t.name),value:this.convertChild(t.initializer)});case de.JsxText:{let U=t.getFullStart(),We=t.getEnd(),f=this.ast.text.slice(U,We);return this.createNode(t,{type:Re.AST_NODE_TYPES.JSXText,value:(0,Vt.unescapeStringLiteralText)(f),raw:f,range:[U,We]})}case de.JsxSpreadAttribute:return this.createNode(t,{type:Re.AST_NODE_TYPES.JSXSpreadAttribute,argument:this.convertChild(t.expression)});case de.QualifiedName:return this.createNode(t,{type:Re.AST_NODE_TYPES.TSQualifiedName,left:this.convertChild(t.left),right:this.convertChild(t.right)});case de.TypeReference:return this.createNode(t,{type:Re.AST_NODE_TYPES.TSTypeReference,typeName:this.convertType(t.typeName),typeParameters:t.typeArguments?this.convertTypeArgumentsToTypeParameters(t.typeArguments,t):void 0});case de.TypeParameter:return this.createNode(t,{type:Re.AST_NODE_TYPES.TSTypeParameter,name:this.convertType(t.name),constraint:t.constraint?this.convertType(t.constraint):void 0,default:t.default?this.convertType(t.default):void 0,in:(0,Vt.hasModifier)(de.InKeyword,t),out:(0,Vt.hasModifier)(de.OutKeyword,t)});case de.ThisType:return this.createNode(t,{type:Re.AST_NODE_TYPES.TSThisType});case de.AnyKeyword:case de.BigIntKeyword:case de.BooleanKeyword:case de.NeverKeyword:case de.NumberKeyword:case de.ObjectKeyword:case de.StringKeyword:case de.SymbolKeyword:case de.UnknownKeyword:case de.VoidKeyword:case de.UndefinedKeyword:case de.IntrinsicKeyword:return this.createNode(t,{type:Re.AST_NODE_TYPES[`TS${de[t.kind]}`]});case de.NonNullExpression:{let U=this.createNode(t,{type:Re.AST_NODE_TYPES.TSNonNullExpression,expression:this.convertChild(t.expression)});return this.convertChainExpression(U,t)}case de.TypeLiteral:return this.createNode(t,{type:Re.AST_NODE_TYPES.TSTypeLiteral,members:t.members.map(U=>this.convertChild(U))});case de.ArrayType:return this.createNode(t,{type:Re.AST_NODE_TYPES.TSArrayType,elementType:this.convertType(t.elementType)});case de.IndexedAccessType:return this.createNode(t,{type:Re.AST_NODE_TYPES.TSIndexedAccessType,objectType:this.convertType(t.objectType),indexType:this.convertType(t.indexType)});case de.ConditionalType:return this.createNode(t,{type:Re.AST_NODE_TYPES.TSConditionalType,checkType:this.convertType(t.checkType),extendsType:this.convertType(t.extendsType),trueType:this.convertType(t.trueType),falseType:this.convertType(t.falseType)});case de.TypeQuery:return this.createNode(t,{type:Re.AST_NODE_TYPES.TSTypeQuery,exprName:this.convertType(t.exprName),typeParameters:t.typeArguments&&this.convertTypeArgumentsToTypeParameters(t.typeArguments,t)});case de.MappedType:{let U=this.createNode(t,{type:Re.AST_NODE_TYPES.TSMappedType,typeParameter:this.convertType(t.typeParameter),nameType:(ye=this.convertType(t.nameType))!==null&&ye!==void 0?ye:null});return t.readonlyToken&&(t.readonlyToken.kind===de.ReadonlyKeyword?U.readonly=!0:U.readonly=(0,Vt.getTextForTokenKind)(t.readonlyToken.kind)),t.questionToken&&(t.questionToken.kind===de.QuestionToken?U.optional=!0:U.optional=(0,Vt.getTextForTokenKind)(t.questionToken.kind)),t.type&&(U.typeAnnotation=this.convertType(t.type)),U}case de.ParenthesizedExpression:return this.convertChild(t.expression,a);case de.TypeAliasDeclaration:{let U=this.createNode(t,{type:Re.AST_NODE_TYPES.TSTypeAliasDeclaration,id:this.convertChild(t.name),typeAnnotation:this.convertType(t.type)});return(0,Vt.hasModifier)(de.DeclareKeyword,t)&&(U.declare=!0),t.typeParameters&&(U.typeParameters=this.convertTSTypeParametersToTypeParametersDeclaration(t.typeParameters)),this.fixExports(t,U)}case de.MethodSignature:return this.convertMethodSignature(t);case de.PropertySignature:{let U=this.createNode(t,{type:Re.AST_NODE_TYPES.TSPropertySignature,optional:(0,Vt.isOptional)(t)||void 0,computed:(0,Vt.isComputedProperty)(t.name),key:this.convertChild(t.name),typeAnnotation:t.type?this.convertTypeAnnotation(t.type,t):void 0,initializer:this.convertChild(t.initializer)||void 0,readonly:(0,Vt.hasModifier)(de.ReadonlyKeyword,t)||void 0,static:(0,Vt.hasModifier)(de.StaticKeyword,t)||void 0,export:(0,Vt.hasModifier)(de.ExportKeyword,t)||void 0}),We=(0,Vt.getTSNodeAccessibility)(t);return We&&(U.accessibility=We),U}case de.IndexSignature:{let U=this.createNode(t,{type:Re.AST_NODE_TYPES.TSIndexSignature,parameters:t.parameters.map(f=>this.convertChild(f))});t.type&&(U.typeAnnotation=this.convertTypeAnnotation(t.type,t)),(0,Vt.hasModifier)(de.ReadonlyKeyword,t)&&(U.readonly=!0);let We=(0,Vt.getTSNodeAccessibility)(t);return We&&(U.accessibility=We),(0,Vt.hasModifier)(de.ExportKeyword,t)&&(U.export=!0),(0,Vt.hasModifier)(de.StaticKeyword,t)&&(U.static=!0),U}case de.ConstructorType:{let U=this.createNode(t,{type:Re.AST_NODE_TYPES.TSConstructorType,params:this.convertParameters(t.parameters),abstract:(0,Vt.hasModifier)(de.AbstractKeyword,t)});return t.type&&(U.returnType=this.convertTypeAnnotation(t.type,t)),t.typeParameters&&(U.typeParameters=this.convertTSTypeParametersToTypeParametersDeclaration(t.typeParameters)),U}case de.FunctionType:case de.ConstructSignature:case de.CallSignature:{let U=t.kind===de.ConstructSignature?Re.AST_NODE_TYPES.TSConstructSignatureDeclaration:t.kind===de.CallSignature?Re.AST_NODE_TYPES.TSCallSignatureDeclaration:Re.AST_NODE_TYPES.TSFunctionType,We=this.createNode(t,{type:U,params:this.convertParameters(t.parameters)});return t.type&&(We.returnType=this.convertTypeAnnotation(t.type,t)),t.typeParameters&&(We.typeParameters=this.convertTSTypeParametersToTypeParametersDeclaration(t.typeParameters)),We}case de.ExpressionWithTypeArguments:{let U=a.kind,We=U===de.InterfaceDeclaration?Re.AST_NODE_TYPES.TSInterfaceHeritage:U===de.HeritageClause?Re.AST_NODE_TYPES.TSClassImplements:Re.AST_NODE_TYPES.TSInstantiationExpression,f=this.createNode(t,{type:We,expression:this.convertChild(t.expression)});return t.typeArguments&&(f.typeParameters=this.convertTypeArgumentsToTypeParameters(t.typeArguments,t)),f}case de.InterfaceDeclaration:{let U=(ne=t.heritageClauses)!==null&&ne!==void 0?ne:[],We=this.createNode(t,{type:Re.AST_NODE_TYPES.TSInterfaceDeclaration,body:this.createNode(t,{type:Re.AST_NODE_TYPES.TSInterfaceBody,body:t.members.map(f=>this.convertChild(f)),range:[t.members.pos-1,t.end]}),id:this.convertChild(t.name)});if(t.typeParameters&&(We.typeParameters=this.convertTSTypeParametersToTypeParametersDeclaration(t.typeParameters)),U.length>0){let f=[],v=[];for(let le of U)if(le.token===de.ExtendsKeyword)for(let he of le.types)f.push(this.convertChild(he,t));else for(let he of le.types)v.push(this.convertChild(he,t));f.length&&(We.extends=f),v.length&&(We.implements=v)}return(0,Vt.hasModifier)(de.AbstractKeyword,t)&&(We.abstract=!0),(0,Vt.hasModifier)(de.DeclareKeyword,t)&&(We.declare=!0),this.fixExports(t,We)}case de.TypePredicate:{let U=this.createNode(t,{type:Re.AST_NODE_TYPES.TSTypePredicate,asserts:t.assertsModifier!==void 0,parameterName:this.convertChild(t.parameterName),typeAnnotation:null});return t.type&&(U.typeAnnotation=this.convertTypeAnnotation(t.type,t),U.typeAnnotation.loc=U.typeAnnotation.typeAnnotation.loc,U.typeAnnotation.range=U.typeAnnotation.typeAnnotation.range),U}case de.ImportType:return this.createNode(t,{type:Re.AST_NODE_TYPES.TSImportType,isTypeOf:!!t.isTypeOf,parameter:this.convertChild(t.argument),qualifier:this.convertChild(t.qualifier),typeParameters:t.typeArguments?this.convertTypeArgumentsToTypeParameters(t.typeArguments,t):null});case de.EnumDeclaration:{let U=this.createNode(t,{type:Re.AST_NODE_TYPES.TSEnumDeclaration,id:this.convertChild(t.name),members:t.members.map(We=>this.convertChild(We))});return this.applyModifiersToResult(U,(0,rs.getModifiers)(t)),this.fixExports(t,U)}case de.EnumMember:{let U=this.createNode(t,{type:Re.AST_NODE_TYPES.TSEnumMember,id:this.convertChild(t.name)});return t.initializer&&(U.initializer=this.convertChild(t.initializer)),t.name.kind===Pc.SyntaxKind.ComputedPropertyName&&(U.computed=!0),U}case de.ModuleDeclaration:{let U=this.createNode(t,{type:Re.AST_NODE_TYPES.TSModuleDeclaration,id:this.convertChild(t.name)});return t.body&&(U.body=this.convertChild(t.body)),this.applyModifiersToResult(U,(0,rs.getModifiers)(t)),t.flags&Pc.NodeFlags.GlobalAugmentation&&(U.global=!0),this.fixExports(t,U)}case de.ParenthesizedType:return this.convertType(t.type);case de.UnionType:return this.createNode(t,{type:Re.AST_NODE_TYPES.TSUnionType,types:t.types.map(U=>this.convertType(U))});case de.IntersectionType:return this.createNode(t,{type:Re.AST_NODE_TYPES.TSIntersectionType,types:t.types.map(U=>this.convertType(U))});case de.AsExpression:return this.createNode(t,{type:Re.AST_NODE_TYPES.TSAsExpression,expression:this.convertChild(t.expression),typeAnnotation:this.convertType(t.type)});case de.InferType:return this.createNode(t,{type:Re.AST_NODE_TYPES.TSInferType,typeParameter:this.convertType(t.typeParameter)});case de.LiteralType:return Rh.typescriptVersionIsAtLeast["4.0"]&&t.literal.kind===de.NullKeyword?this.createNode(t.literal,{type:Re.AST_NODE_TYPES.TSNullKeyword}):this.createNode(t,{type:Re.AST_NODE_TYPES.TSLiteralType,literal:this.convertType(t.literal)});case de.TypeAssertionExpression:return this.createNode(t,{type:Re.AST_NODE_TYPES.TSTypeAssertion,typeAnnotation:this.convertType(t.type),expression:this.convertChild(t.expression)});case de.ImportEqualsDeclaration:return this.createNode(t,{type:Re.AST_NODE_TYPES.TSImportEqualsDeclaration,id:this.convertChild(t.name),moduleReference:this.convertChild(t.moduleReference),importKind:t.isTypeOnly?"type":"value",isExport:(0,Vt.hasModifier)(de.ExportKeyword,t)});case de.ExternalModuleReference:return this.createNode(t,{type:Re.AST_NODE_TYPES.TSExternalModuleReference,expression:this.convertChild(t.expression)});case de.NamespaceExportDeclaration:return this.createNode(t,{type:Re.AST_NODE_TYPES.TSNamespaceExportDeclaration,id:this.convertChild(t.name)});case de.AbstractKeyword:return this.createNode(t,{type:Re.AST_NODE_TYPES.TSAbstractKeyword});case de.TupleType:{let U="elementTypes"in t?t.elementTypes.map(We=>this.convertType(We)):t.elements.map(We=>this.convertType(We));return this.createNode(t,{type:Re.AST_NODE_TYPES.TSTupleType,elementTypes:U})}case de.NamedTupleMember:{let U=this.createNode(t,{type:Re.AST_NODE_TYPES.TSNamedTupleMember,elementType:this.convertType(t.type,t),label:this.convertChild(t.name,t),optional:t.questionToken!=null});return t.dotDotDotToken?(U.range[0]=U.label.range[0],U.loc.start=U.label.loc.start,this.createNode(t,{type:Re.AST_NODE_TYPES.TSRestType,typeAnnotation:U})):U}case de.OptionalType:return this.createNode(t,{type:Re.AST_NODE_TYPES.TSOptionalType,typeAnnotation:this.convertType(t.type)});case de.RestType:return this.createNode(t,{type:Re.AST_NODE_TYPES.TSRestType,typeAnnotation:this.convertType(t.type)});case de.TemplateLiteralType:{let U=this.createNode(t,{type:Re.AST_NODE_TYPES.TSTemplateLiteralType,quasis:[this.convertChild(t.head)],types:[]});return t.templateSpans.forEach(We=>{U.types.push(this.convertChild(We.type)),U.quasis.push(this.convertChild(We.literal))}),U}case de.ClassStaticBlockDeclaration:return this.createNode(t,{type:Re.AST_NODE_TYPES.StaticBlock,body:this.convertBodyExpressions(t.body.statements,t)});case de.AssertEntry:return this.createNode(t,{type:Re.AST_NODE_TYPES.ImportAttribute,key:this.convertChild(t.name),value:this.convertChild(t.value)});default:return this.deeplyCopy(t)}}};To.Converter=td});var ns={};Tp(ns,{__assign:()=>id,__asyncDelegator:()=>zx,__asyncGenerator:()=>Ux,__asyncValues:()=>Kx,__await:()=>rp,__awaiter:()=>Rx,__classPrivateFieldGet:()=>Xx,__classPrivateFieldSet:()=>$x,__createBinding:()=>Fx,__decorate:()=>Ox,__exportStar:()=>jx,__extends:()=>Ix,__generator:()=>Jx,__importDefault:()=>Gx,__importStar:()=>Hx,__makeTemplateObject:()=>Wx,__metadata:()=>Lx,__param:()=>Mx,__read:()=>Jh,__rest:()=>Nx,__spread:()=>Bx,__spreadArrays:()=>qx,__values:()=>ad});function Ix(e,t){nd(e,t);function a(){this.constructor=e}e.prototype=t===null?Object.create(t):(a.prototype=t.prototype,new a)}function Nx(e,t){var a={};for(var _ in e)Object.prototype.hasOwnProperty.call(e,_)&&t.indexOf(_)<0&&(a[_]=e[_]);if(e!=null&&typeof Object.getOwnPropertySymbols=="function")for(var d=0,_=Object.getOwnPropertySymbols(e);d<_.length;d++)t.indexOf(_[d])<0&&Object.prototype.propertyIsEnumerable.call(e,_[d])&&(a[_[d]]=e[_[d]]);return a}function Ox(e,t,a,_){var d=arguments.length,x=d<3?t:_===null?_=Object.getOwnPropertyDescriptor(t,a):_,$;if(typeof Reflect=="object"&&typeof Reflect.decorate=="function")x=Reflect.decorate(e,t,a,_);else for(var Y=e.length-1;Y>=0;Y--)($=e[Y])&&(x=(d<3?$(x):d>3?$(t,a,x):$(t,a))||x);return d>3&&x&&Object.defineProperty(t,a,x),x}function Mx(e,t){return function(a,_){t(a,_,e)}}function Lx(e,t){if(typeof Reflect=="object"&&typeof Reflect.metadata=="function")return Reflect.metadata(e,t)}function Rx(e,t,a,_){function d(x){return x instanceof a?x:new a(function($){$(x)})}return new(a||(a=Promise))(function(x,$){function Y(qe){try{K(_.next(qe))}catch(ye){$(ye)}}function w(qe){try{K(_.throw(qe))}catch(ye){$(ye)}}function K(qe){qe.done?x(qe.value):d(qe.value).then(Y,w)}K((_=_.apply(e,t||[])).next())})}function Jx(e,t){var a={label:0,sent:function(){if(x[0]&1)throw x[1];return x[1]},trys:[],ops:[]},_,d,x,$;return $={next:Y(0),throw:Y(1),return:Y(2)},typeof Symbol=="function"&&($[Symbol.iterator]=function(){return this}),$;function Y(K){return function(qe){return w([K,qe])}}function w(K){if(_)throw new TypeError("Generator is already executing.");for(;a;)try{if(_=1,d&&(x=K[0]&2?d.return:K[0]?d.throw||((x=d.return)&&x.call(d),0):d.next)&&!(x=x.call(d,K[1])).done)return x;switch(d=0,x&&(K=[K[0]&2,x.value]),K[0]){case 0:case 1:x=K;break;case 4:return a.label++,{value:K[1],done:!1};case 5:a.label++,d=K[1],K=[0];continue;case 7:K=a.ops.pop(),a.trys.pop();continue;default:if(x=a.trys,!(x=x.length>0&&x[x.length-1])&&(K[0]===6||K[0]===2)){a=0;continue}if(K[0]===3&&(!x||K[1]>x[0]&&K[1]<x[3])){a.label=K[1];break}if(K[0]===6&&a.label<x[1]){a.label=x[1],x=K;break}if(x&&a.label<x[2]){a.label=x[2],a.ops.push(K);break}x[2]&&a.ops.pop(),a.trys.pop();continue}K=t.call(e,a)}catch(qe){K=[6,qe],d=0}finally{_=x=0}if(K[0]&5)throw K[1];return{value:K[0]?K[1]:void 0,done:!0}}}function Fx(e,t,a,_){_===void 0&&(_=a),e[_]=t[a]}function jx(e,t){for(var a in e)a!=="default"&&!t.hasOwnProperty(a)&&(t[a]=e[a])}function ad(e){var t=typeof Symbol=="function"&&Symbol.iterator,a=t&&e[t],_=0;if(a)return a.call(e);if(e&&typeof e.length=="number")return{next:function(){return e&&_>=e.length&&(e=void 0),{value:e&&e[_++],done:!e}}};throw new TypeError(t?"Object is not iterable.":"Symbol.iterator is not defined.")}function Jh(e,t){var a=typeof Symbol=="function"&&e[Symbol.iterator];if(!a)return e;var _=a.call(e),d,x=[],$;try{for(;(t===void 0||t-- >0)&&!(d=_.next()).done;)x.push(d.value)}catch(Y){$={error:Y}}finally{try{d&&!d.done&&(a=_.return)&&a.call(_)}finally{if($)throw $.error}}return x}function Bx(){for(var e=[],t=0;t<arguments.length;t++)e=e.concat(Jh(arguments[t]));return e}function qx(){for(var e=0,t=0,a=arguments.length;t<a;t++)e+=arguments[t].length;for(var _=Array(e),d=0,t=0;t<a;t++)for(var x=arguments[t],$=0,Y=x.length;$<Y;$++,d++)_[d]=x[$];return _}function rp(e){return this instanceof rp?(this.v=e,this):new rp(e)}function Ux(e,t,a){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var _=a.apply(e,t||[]),d,x=[];return d={},$("next"),$("throw"),$("return"),d[Symbol.asyncIterator]=function(){return this},d;function $(ne){_[ne]&&(d[ne]=function(U){return new Promise(function(We,f){x.push([ne,U,We,f])>1||Y(ne,U)})})}function Y(ne,U){try{w(_[ne](U))}catch(We){ye(x[0][3],We)}}function w(ne){ne.value instanceof rp?Promise.resolve(ne.value.v).then(K,qe):ye(x[0][2],ne)}function K(ne){Y("next",ne)}function qe(ne){Y("throw",ne)}function ye(ne,U){ne(U),x.shift(),x.length&&Y(x[0][0],x[0][1])}}function zx(e){var t,a;return t={},_("next"),_("throw",function(d){throw d}),_("return"),t[Symbol.iterator]=function(){return this},t;function _(d,x){t[d]=e[d]?function($){return(a=!a)?{value:rp(e[d]($)),done:d==="return"}:x?x($):$}:x}}function Kx(e){if(!Symbol.asyncIterator)throw new TypeError("Symbol.asyncIterator is not defined.");var t=e[Symbol.asyncIterator],a;return t?t.call(e):(e=typeof ad=="function"?ad(e):e[Symbol.iterator](),a={},_("next"),_("throw"),_("return"),a[Symbol.asyncIterator]=function(){return this},a);function _(x){a[x]=e[x]&&function($){return new Promise(function(Y,w){$=e[x]($),d(Y,w,$.done,$.value)})}}function d(x,$,Y,w){Promise.resolve(w).then(function(K){x({value:K,done:Y})},$)}}function Wx(e,t){return Object.defineProperty?Object.defineProperty(e,"raw",{value:t}):e.raw=t,e}function Hx(e){if(e&&e.__esModule)return e;var t={};if(e!=null)for(var a in e)Object.hasOwnProperty.call(e,a)&&(t[a]=e[a]);return t.default=e,t}function Gx(e){return e&&e.__esModule?e:{default:e}}function Xx(e,t){if(!t.has(e))throw new TypeError("attempted to get private field on non-instance");return t.get(e)}function $x(e,t,a){if(!t.has(e))throw new TypeError("attempted to set private field on non-instance");return t.set(e,a),a}var nd,id,is=Bl(()=>{ge();nd=function(e,t){return nd=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(a,_){a.__proto__=_}||function(a,_){for(var d in _)_.hasOwnProperty(d)&&(a[d]=_[d])},nd(e,t)};id=function(){return id=Object.assign||function(t){for(var a,_=1,d=arguments.length;_<d;_++){a=arguments[_];for(var x in a)Object.prototype.hasOwnProperty.call(a,x)&&(t[x]=a[x])}return t},id.apply(this,arguments)}});var zh=Gt(te=>{"use strict";ge();Object.defineProperty(te,"__esModule",{value:!0});te.isExpressionStatement=te.isExpression=te.isExportSpecifier=te.isExportDeclaration=te.isExportAssignment=te.isEnumMember=te.isEnumDeclaration=te.isEntityNameExpression=te.isEntityName=te.isEmptyStatement=te.isElementAccessExpression=te.isDoStatement=te.isDeleteExpression=te.isDefaultClause=te.isDecorator=te.isDebuggerStatement=te.isComputedPropertyName=te.isContinueStatement=te.isConstructSignatureDeclaration=te.isConstructorTypeNode=te.isConstructorDeclaration=te.isConditionalTypeNode=te.isConditionalExpression=te.isCommaListExpression=te.isClassLikeDeclaration=te.isClassExpression=te.isClassDeclaration=te.isCatchClause=te.isCaseOrDefaultClause=te.isCaseClause=te.isCaseBlock=te.isCallSignatureDeclaration=te.isCallLikeExpression=te.isCallExpression=te.isBreakStatement=te.isBreakOrContinueStatement=te.isBooleanLiteral=te.isBlockLike=te.isBlock=te.isBindingPattern=te.isBindingElement=te.isBinaryExpression=te.isAwaitExpression=te.isAssertionExpression=te.isAsExpression=te.isArrowFunction=te.isArrayTypeNode=te.isArrayLiteralExpression=te.isArrayBindingPattern=te.isAccessorDeclaration=void 0;te.isNamespaceImport=te.isNamespaceDeclaration=te.isNamedImports=te.isNamedExports=te.isModuleDeclaration=te.isModuleBlock=te.isMethodSignature=te.isMethodDeclaration=te.isMetaProperty=te.isMappedTypeNode=te.isLiteralTypeNode=te.isLiteralExpression=te.isLabeledStatement=te.isJsxText=te.isJsxSpreadAttribute=te.isJsxSelfClosingElement=te.isJsxOpeningLikeElement=te.isJsxOpeningFragment=te.isJsxOpeningElement=te.isJsxFragment=te.isJsxExpression=te.isJsxElement=te.isJsxClosingFragment=te.isJsxClosingElement=te.isJsxAttributes=te.isJsxAttributeLike=te.isJsxAttribute=te.isJsDoc=te.isIterationStatement=te.isIntersectionTypeNode=te.isInterfaceDeclaration=te.isInferTypeNode=te.isIndexSignatureDeclaration=te.isIndexedAccessTypeNode=te.isImportSpecifier=te.isImportEqualsDeclaration=te.isImportDeclaration=te.isImportClause=te.isIfStatement=te.isIdentifier=te.isGetAccessorDeclaration=te.isFunctionTypeNode=te.isFunctionExpression=te.isFunctionDeclaration=te.isForStatement=te.isForOfStatement=te.isForInOrOfStatement=te.isForInStatement=te.isExternalModuleReference=te.isExpressionWithTypeArguments=void 0;te.isVariableStatement=te.isVariableDeclaration=te.isUnionTypeNode=te.isTypeQueryNode=te.isTypeReferenceNode=te.isTypePredicateNode=te.isTypeParameterDeclaration=te.isTypeOperatorNode=te.isTypeOfExpression=te.isTypeLiteralNode=te.isTypeAssertion=te.isTypeAliasDeclaration=te.isTupleTypeNode=te.isTryStatement=te.isThrowStatement=te.isTextualLiteral=te.isTemplateLiteral=te.isTemplateExpression=te.isTaggedTemplateExpression=te.isSyntaxList=te.isSwitchStatement=te.isStringLiteral=te.isSpreadElement=te.isSpreadAssignment=te.isSourceFile=te.isSignatureDeclaration=te.isShorthandPropertyAssignment=te.isSetAccessorDeclaration=te.isReturnStatement=te.isRegularExpressionLiteral=te.isQualifiedName=te.isPropertySignature=te.isPropertyDeclaration=te.isPropertyAssignment=te.isPropertyAccessExpression=te.isPrefixUnaryExpression=te.isPostfixUnaryExpression=te.isParenthesizedTypeNode=te.isParenthesizedExpression=te.isParameterDeclaration=te.isOmittedExpression=te.isObjectLiteralExpression=te.isObjectBindingPattern=te.isNumericOrStringLikeLiteral=te.isNumericLiteral=te.isNullLiteral=te.isNoSubstitutionTemplateLiteral=te.isNonNullExpression=te.isNewExpression=te.isNamespaceExportDeclaration=void 0;te.isWithStatement=te.isWhileStatement=te.isVoidExpression=te.isVariableDeclarationList=void 0;var Ee=pi();function Vx(e){return e.kind===Ee.SyntaxKind.GetAccessor||e.kind===Ee.SyntaxKind.SetAccessor}te.isAccessorDeclaration=Vx;function Qx(e){return e.kind===Ee.SyntaxKind.ArrayBindingPattern}te.isArrayBindingPattern=Qx;function Yx(e){return e.kind===Ee.SyntaxKind.ArrayLiteralExpression}te.isArrayLiteralExpression=Yx;function Zx(e){return e.kind===Ee.SyntaxKind.ArrayType}te.isArrayTypeNode=Zx;function eS(e){return e.kind===Ee.SyntaxKind.ArrowFunction}te.isArrowFunction=eS;function tS(e){return e.kind===Ee.SyntaxKind.AsExpression}te.isAsExpression=tS;function rS(e){return e.kind===Ee.SyntaxKind.AsExpression||e.kind===Ee.SyntaxKind.TypeAssertionExpression}te.isAssertionExpression=rS;function nS(e){return e.kind===Ee.SyntaxKind.AwaitExpression}te.isAwaitExpression=nS;function iS(e){return e.kind===Ee.SyntaxKind.BinaryExpression}te.isBinaryExpression=iS;function aS(e){return e.kind===Ee.SyntaxKind.BindingElement}te.isBindingElement=aS;function oS(e){return e.kind===Ee.SyntaxKind.ArrayBindingPattern||e.kind===Ee.SyntaxKind.ObjectBindingPattern}te.isBindingPattern=oS;function sS(e){return e.kind===Ee.SyntaxKind.Block}te.isBlock=sS;function _S(e){return e.statements!==void 0}te.isBlockLike=_S;function cS(e){return e.kind===Ee.SyntaxKind.TrueKeyword||e.kind===Ee.SyntaxKind.FalseKeyword}te.isBooleanLiteral=cS;function uS(e){return e.kind===Ee.SyntaxKind.BreakStatement||e.kind===Ee.SyntaxKind.ContinueStatement}te.isBreakOrContinueStatement=uS;function lS(e){return e.kind===Ee.SyntaxKind.BreakStatement}te.isBreakStatement=lS;function pS(e){return e.kind===Ee.SyntaxKind.CallExpression}te.isCallExpression=pS;function fS(e){switch(e.kind){case Ee.SyntaxKind.CallExpression:case Ee.SyntaxKind.Decorator:case Ee.SyntaxKind.JsxOpeningElement:case Ee.SyntaxKind.JsxSelfClosingElement:case Ee.SyntaxKind.NewExpression:case Ee.SyntaxKind.TaggedTemplateExpression:return!0;default:return!1}}te.isCallLikeExpression=fS;function dS(e){return e.kind===Ee.SyntaxKind.CallSignature}te.isCallSignatureDeclaration=dS;function mS(e){return e.kind===Ee.SyntaxKind.CaseBlock}te.isCaseBlock=mS;function gS(e){return e.kind===Ee.SyntaxKind.CaseClause}te.isCaseClause=gS;function yS(e){return e.kind===Ee.SyntaxKind.CaseClause||e.kind===Ee.SyntaxKind.DefaultClause}te.isCaseOrDefaultClause=yS;function hS(e){return e.kind===Ee.SyntaxKind.CatchClause}te.isCatchClause=hS;function vS(e){return e.kind===Ee.SyntaxKind.ClassDeclaration}te.isClassDeclaration=vS;function bS(e){return e.kind===Ee.SyntaxKind.ClassExpression}te.isClassExpression=bS;function TS(e){return e.kind===Ee.SyntaxKind.ClassDeclaration||e.kind===Ee.SyntaxKind.ClassExpression}te.isClassLikeDeclaration=TS;function xS(e){return e.kind===Ee.SyntaxKind.CommaListExpression}te.isCommaListExpression=xS;function SS(e){return e.kind===Ee.SyntaxKind.ConditionalExpression}te.isConditionalExpression=SS;function DS(e){return e.kind===Ee.SyntaxKind.ConditionalType}te.isConditionalTypeNode=DS;function ES(e){return e.kind===Ee.SyntaxKind.Constructor}te.isConstructorDeclaration=ES;function CS(e){return e.kind===Ee.SyntaxKind.ConstructorType}te.isConstructorTypeNode=CS;function wS(e){return e.kind===Ee.SyntaxKind.ConstructSignature}te.isConstructSignatureDeclaration=wS;function AS(e){return e.kind===Ee.SyntaxKind.ContinueStatement}te.isContinueStatement=AS;function kS(e){return e.kind===Ee.SyntaxKind.ComputedPropertyName}te.isComputedPropertyName=kS;function PS(e){return e.kind===Ee.SyntaxKind.DebuggerStatement}te.isDebuggerStatement=PS;function IS(e){return e.kind===Ee.SyntaxKind.Decorator}te.isDecorator=IS;function NS(e){return e.kind===Ee.SyntaxKind.DefaultClause}te.isDefaultClause=NS;function OS(e){return e.kind===Ee.SyntaxKind.DeleteExpression}te.isDeleteExpression=OS;function MS(e){return e.kind===Ee.SyntaxKind.DoStatement}te.isDoStatement=MS;function LS(e){return e.kind===Ee.SyntaxKind.ElementAccessExpression}te.isElementAccessExpression=LS;function RS(e){return e.kind===Ee.SyntaxKind.EmptyStatement}te.isEmptyStatement=RS;function JS(e){return e.kind===Ee.SyntaxKind.Identifier||Uh(e)}te.isEntityName=JS;function Fh(e){return e.kind===Ee.SyntaxKind.Identifier||qh(e)&&Fh(e.expression)}te.isEntityNameExpression=Fh;function FS(e){return e.kind===Ee.SyntaxKind.EnumDeclaration}te.isEnumDeclaration=FS;function jS(e){return e.kind===Ee.SyntaxKind.EnumMember}te.isEnumMember=jS;function BS(e){return e.kind===Ee.SyntaxKind.ExportAssignment}te.isExportAssignment=BS;function qS(e){return e.kind===Ee.SyntaxKind.ExportDeclaration}te.isExportDeclaration=qS;function US(e){return e.kind===Ee.SyntaxKind.ExportSpecifier}te.isExportSpecifier=US;function zS(e){switch(e.kind){case Ee.SyntaxKind.ArrayLiteralExpression:case Ee.SyntaxKind.ArrowFunction:case Ee.SyntaxKind.AsExpression:case Ee.SyntaxKind.AwaitExpression:case Ee.SyntaxKind.BinaryExpression:case Ee.SyntaxKind.CallExpression:case Ee.SyntaxKind.ClassExpression:case Ee.SyntaxKind.CommaListExpression:case Ee.SyntaxKind.ConditionalExpression:case Ee.SyntaxKind.DeleteExpression:case Ee.SyntaxKind.ElementAccessExpression:case Ee.SyntaxKind.FalseKeyword:case Ee.SyntaxKind.FunctionExpression:case Ee.SyntaxKind.Identifier:case Ee.SyntaxKind.JsxElement:case Ee.SyntaxKind.JsxFragment:case Ee.SyntaxKind.JsxExpression:case Ee.SyntaxKind.JsxOpeningElement:case Ee.SyntaxKind.JsxOpeningFragment:case Ee.SyntaxKind.JsxSelfClosingElement:case Ee.SyntaxKind.MetaProperty:case Ee.SyntaxKind.NewExpression:case Ee.SyntaxKind.NonNullExpression:case Ee.SyntaxKind.NoSubstitutionTemplateLiteral:case Ee.SyntaxKind.NullKeyword:case Ee.SyntaxKind.NumericLiteral:case Ee.SyntaxKind.ObjectLiteralExpression:case Ee.SyntaxKind.OmittedExpression:case Ee.SyntaxKind.ParenthesizedExpression:case Ee.SyntaxKind.PostfixUnaryExpression:case Ee.SyntaxKind.PrefixUnaryExpression:case Ee.SyntaxKind.PropertyAccessExpression:case Ee.SyntaxKind.RegularExpressionLiteral:case Ee.SyntaxKind.SpreadElement:case Ee.SyntaxKind.StringLiteral:case Ee.SyntaxKind.SuperKeyword:case Ee.SyntaxKind.TaggedTemplateExpression:case Ee.SyntaxKind.TemplateExpression:case Ee.SyntaxKind.ThisKeyword:case Ee.SyntaxKind.TrueKeyword:case Ee.SyntaxKind.TypeAssertionExpression:case Ee.SyntaxKind.TypeOfExpression:case Ee.SyntaxKind.VoidExpression:case Ee.SyntaxKind.YieldExpression:return!0;default:return!1}}te.isExpression=zS;function KS(e){return e.kind===Ee.SyntaxKind.ExpressionStatement}te.isExpressionStatement=KS;function WS(e){return e.kind===Ee.SyntaxKind.ExpressionWithTypeArguments}te.isExpressionWithTypeArguments=WS;function HS(e){return e.kind===Ee.SyntaxKind.ExternalModuleReference}te.isExternalModuleReference=HS;function GS(e){return e.kind===Ee.SyntaxKind.ForInStatement}te.isForInStatement=GS;function XS(e){return e.kind===Ee.SyntaxKind.ForOfStatement||e.kind===Ee.SyntaxKind.ForInStatement}te.isForInOrOfStatement=XS;function $S(e){return e.kind===Ee.SyntaxKind.ForOfStatement}te.isForOfStatement=$S;function VS(e){return e.kind===Ee.SyntaxKind.ForStatement}te.isForStatement=VS;function QS(e){return e.kind===Ee.SyntaxKind.FunctionDeclaration}te.isFunctionDeclaration=QS;function YS(e){return e.kind===Ee.SyntaxKind.FunctionExpression}te.isFunctionExpression=YS;function ZS(e){return e.kind===Ee.SyntaxKind.FunctionType}te.isFunctionTypeNode=ZS;function eD(e){return e.kind===Ee.SyntaxKind.GetAccessor}te.isGetAccessorDeclaration=eD;function tD(e){return e.kind===Ee.SyntaxKind.Identifier}te.isIdentifier=tD;function rD(e){return e.kind===Ee.SyntaxKind.IfStatement}te.isIfStatement=rD;function nD(e){return e.kind===Ee.SyntaxKind.ImportClause}te.isImportClause=nD;function iD(e){return e.kind===Ee.SyntaxKind.ImportDeclaration}te.isImportDeclaration=iD;function aD(e){return e.kind===Ee.SyntaxKind.ImportEqualsDeclaration}te.isImportEqualsDeclaration=aD;function oD(e){return e.kind===Ee.SyntaxKind.ImportSpecifier}te.isImportSpecifier=oD;function sD(e){return e.kind===Ee.SyntaxKind.IndexedAccessType}te.isIndexedAccessTypeNode=sD;function _D(e){return e.kind===Ee.SyntaxKind.IndexSignature}te.isIndexSignatureDeclaration=_D;function cD(e){return e.kind===Ee.SyntaxKind.InferType}te.isInferTypeNode=cD;function uD(e){return e.kind===Ee.SyntaxKind.InterfaceDeclaration}te.isInterfaceDeclaration=uD;function lD(e){return e.kind===Ee.SyntaxKind.IntersectionType}te.isIntersectionTypeNode=lD;function pD(e){switch(e.kind){case Ee.SyntaxKind.ForStatement:case Ee.SyntaxKind.ForOfStatement:case Ee.SyntaxKind.ForInStatement:case Ee.SyntaxKind.WhileStatement:case Ee.SyntaxKind.DoStatement:return!0;default:return!1}}te.isIterationStatement=pD;function fD(e){return e.kind===Ee.SyntaxKind.JSDocComment}te.isJsDoc=fD;function dD(e){return e.kind===Ee.SyntaxKind.JsxAttribute}te.isJsxAttribute=dD;function mD(e){return e.kind===Ee.SyntaxKind.JsxAttribute||e.kind===Ee.SyntaxKind.JsxSpreadAttribute}te.isJsxAttributeLike=mD;function gD(e){return e.kind===Ee.SyntaxKind.JsxAttributes}te.isJsxAttributes=gD;function yD(e){return e.kind===Ee.SyntaxKind.JsxClosingElement}te.isJsxClosingElement=yD;function hD(e){return e.kind===Ee.SyntaxKind.JsxClosingFragment}te.isJsxClosingFragment=hD;function vD(e){return e.kind===Ee.SyntaxKind.JsxElement}te.isJsxElement=vD;function bD(e){return e.kind===Ee.SyntaxKind.JsxExpression}te.isJsxExpression=bD;function TD(e){return e.kind===Ee.SyntaxKind.JsxFragment}te.isJsxFragment=TD;function xD(e){return e.kind===Ee.SyntaxKind.JsxOpeningElement}te.isJsxOpeningElement=xD;function SD(e){return e.kind===Ee.SyntaxKind.JsxOpeningFragment}te.isJsxOpeningFragment=SD;function DD(e){return e.kind===Ee.SyntaxKind.JsxOpeningElement||e.kind===Ee.SyntaxKind.JsxSelfClosingElement}te.isJsxOpeningLikeElement=DD;function ED(e){return e.kind===Ee.SyntaxKind.JsxSelfClosingElement}te.isJsxSelfClosingElement=ED;function CD(e){return e.kind===Ee.SyntaxKind.JsxSpreadAttribute}te.isJsxSpreadAttribute=CD;function wD(e){return e.kind===Ee.SyntaxKind.JsxText}te.isJsxText=wD;function AD(e){return e.kind===Ee.SyntaxKind.LabeledStatement}te.isLabeledStatement=AD;function kD(e){return e.kind>=Ee.SyntaxKind.FirstLiteralToken&&e.kind<=Ee.SyntaxKind.LastLiteralToken}te.isLiteralExpression=kD;function PD(e){return e.kind===Ee.SyntaxKind.LiteralType}te.isLiteralTypeNode=PD;function ID(e){return e.kind===Ee.SyntaxKind.MappedType}te.isMappedTypeNode=ID;function ND(e){return e.kind===Ee.SyntaxKind.MetaProperty}te.isMetaProperty=ND;function OD(e){return e.kind===Ee.SyntaxKind.MethodDeclaration}te.isMethodDeclaration=OD;function MD(e){return e.kind===Ee.SyntaxKind.MethodSignature}te.isMethodSignature=MD;function LD(e){return e.kind===Ee.SyntaxKind.ModuleBlock}te.isModuleBlock=LD;function jh(e){return e.kind===Ee.SyntaxKind.ModuleDeclaration}te.isModuleDeclaration=jh;function RD(e){return e.kind===Ee.SyntaxKind.NamedExports}te.isNamedExports=RD;function JD(e){return e.kind===Ee.SyntaxKind.NamedImports}te.isNamedImports=JD;function Bh(e){return jh(e)&&e.name.kind===Ee.SyntaxKind.Identifier&&e.body!==void 0&&(e.body.kind===Ee.SyntaxKind.ModuleBlock||Bh(e.body))}te.isNamespaceDeclaration=Bh;function FD(e){return e.kind===Ee.SyntaxKind.NamespaceImport}te.isNamespaceImport=FD;function jD(e){return e.kind===Ee.SyntaxKind.NamespaceExportDeclaration}te.isNamespaceExportDeclaration=jD;function BD(e){return e.kind===Ee.SyntaxKind.NewExpression}te.isNewExpression=BD;function qD(e){return e.kind===Ee.SyntaxKind.NonNullExpression}te.isNonNullExpression=qD;function UD(e){return e.kind===Ee.SyntaxKind.NoSubstitutionTemplateLiteral}te.isNoSubstitutionTemplateLiteral=UD;function zD(e){return e.kind===Ee.SyntaxKind.NullKeyword}te.isNullLiteral=zD;function KD(e){return e.kind===Ee.SyntaxKind.NumericLiteral}te.isNumericLiteral=KD;function WD(e){switch(e.kind){case Ee.SyntaxKind.StringLiteral:case Ee.SyntaxKind.NumericLiteral:case Ee.SyntaxKind.NoSubstitutionTemplateLiteral:return!0;default:return!1}}te.isNumericOrStringLikeLiteral=WD;function HD(e){return e.kind===Ee.SyntaxKind.ObjectBindingPattern}te.isObjectBindingPattern=HD;function GD(e){return e.kind===Ee.SyntaxKind.ObjectLiteralExpression}te.isObjectLiteralExpression=GD;function XD(e){return e.kind===Ee.SyntaxKind.OmittedExpression}te.isOmittedExpression=XD;function $D(e){return e.kind===Ee.SyntaxKind.Parameter}te.isParameterDeclaration=$D;function VD(e){return e.kind===Ee.SyntaxKind.ParenthesizedExpression}te.isParenthesizedExpression=VD;function QD(e){return e.kind===Ee.SyntaxKind.ParenthesizedType}te.isParenthesizedTypeNode=QD;function YD(e){return e.kind===Ee.SyntaxKind.PostfixUnaryExpression}te.isPostfixUnaryExpression=YD;function ZD(e){return e.kind===Ee.SyntaxKind.PrefixUnaryExpression}te.isPrefixUnaryExpression=ZD;function qh(e){return e.kind===Ee.SyntaxKind.PropertyAccessExpression}te.isPropertyAccessExpression=qh;function e6(e){return e.kind===Ee.SyntaxKind.PropertyAssignment}te.isPropertyAssignment=e6;function t6(e){return e.kind===Ee.SyntaxKind.PropertyDeclaration}te.isPropertyDeclaration=t6;function r6(e){return e.kind===Ee.SyntaxKind.PropertySignature}te.isPropertySignature=r6;function Uh(e){return e.kind===Ee.SyntaxKind.QualifiedName}te.isQualifiedName=Uh;function n6(e){return e.kind===Ee.SyntaxKind.RegularExpressionLiteral}te.isRegularExpressionLiteral=n6;function i6(e){return e.kind===Ee.SyntaxKind.ReturnStatement}te.isReturnStatement=i6;function a6(e){return e.kind===Ee.SyntaxKind.SetAccessor}te.isSetAccessorDeclaration=a6;function o6(e){return e.kind===Ee.SyntaxKind.ShorthandPropertyAssignment}te.isShorthandPropertyAssignment=o6;function s6(e){return e.parameters!==void 0}te.isSignatureDeclaration=s6;function _6(e){return e.kind===Ee.SyntaxKind.SourceFile}te.isSourceFile=_6;function c6(e){return e.kind===Ee.SyntaxKind.SpreadAssignment}te.isSpreadAssignment=c6;function u6(e){return e.kind===Ee.SyntaxKind.SpreadElement}te.isSpreadElement=u6;function l6(e){return e.kind===Ee.SyntaxKind.StringLiteral}te.isStringLiteral=l6;function p6(e){return e.kind===Ee.SyntaxKind.SwitchStatement}te.isSwitchStatement=p6;function f6(e){return e.kind===Ee.SyntaxKind.SyntaxList}te.isSyntaxList=f6;function d6(e){return e.kind===Ee.SyntaxKind.TaggedTemplateExpression}te.isTaggedTemplateExpression=d6;function m6(e){return e.kind===Ee.SyntaxKind.TemplateExpression}te.isTemplateExpression=m6;function g6(e){return e.kind===Ee.SyntaxKind.TemplateExpression||e.kind===Ee.SyntaxKind.NoSubstitutionTemplateLiteral}te.isTemplateLiteral=g6;function y6(e){return e.kind===Ee.SyntaxKind.StringLiteral||e.kind===Ee.SyntaxKind.NoSubstitutionTemplateLiteral}te.isTextualLiteral=y6;function h6(e){return e.kind===Ee.SyntaxKind.ThrowStatement}te.isThrowStatement=h6;function v6(e){return e.kind===Ee.SyntaxKind.TryStatement}te.isTryStatement=v6;function b6(e){return e.kind===Ee.SyntaxKind.TupleType}te.isTupleTypeNode=b6;function T6(e){return e.kind===Ee.SyntaxKind.TypeAliasDeclaration}te.isTypeAliasDeclaration=T6;function x6(e){return e.kind===Ee.SyntaxKind.TypeAssertionExpression}te.isTypeAssertion=x6;function S6(e){return e.kind===Ee.SyntaxKind.TypeLiteral}te.isTypeLiteralNode=S6;function D6(e){return e.kind===Ee.SyntaxKind.TypeOfExpression}te.isTypeOfExpression=D6;function E6(e){return e.kind===Ee.SyntaxKind.TypeOperator}te.isTypeOperatorNode=E6;function C6(e){return e.kind===Ee.SyntaxKind.TypeParameter}te.isTypeParameterDeclaration=C6;function w6(e){return e.kind===Ee.SyntaxKind.TypePredicate}te.isTypePredicateNode=w6;function A6(e){return e.kind===Ee.SyntaxKind.TypeReference}te.isTypeReferenceNode=A6;function k6(e){return e.kind===Ee.SyntaxKind.TypeQuery}te.isTypeQueryNode=k6;function P6(e){return e.kind===Ee.SyntaxKind.UnionType}te.isUnionTypeNode=P6;function I6(e){return e.kind===Ee.SyntaxKind.VariableDeclaration}te.isVariableDeclaration=I6;function N6(e){return e.kind===Ee.SyntaxKind.VariableStatement}te.isVariableStatement=N6;function O6(e){return e.kind===Ee.SyntaxKind.VariableDeclarationList}te.isVariableDeclarationList=O6;function M6(e){return e.kind===Ee.SyntaxKind.VoidExpression}te.isVoidExpression=M6;function L6(e){return e.kind===Ee.SyntaxKind.WhileStatement}te.isWhileStatement=L6;function R6(e){return e.kind===Ee.SyntaxKind.WithStatement}te.isWithStatement=R6});var Kh=Gt(np=>{"use strict";ge();Object.defineProperty(np,"__esModule",{value:!0});np.isImportTypeNode=void 0;var J6=(is(),la(ns));J6.__exportStar(zh(),np);var F6=pi();function j6(e){return e.kind===F6.SyntaxKind.ImportType}np.isImportTypeNode=j6});var Wh=Gt(Us=>{"use strict";ge();Object.defineProperty(Us,"__esModule",{value:!0});Us.isSyntheticExpression=Us.isRestTypeNode=Us.isOptionalTypeNode=void 0;var B6=(is(),la(ns));B6.__exportStar(Kh(),Us);var od=pi();function q6(e){return e.kind===od.SyntaxKind.OptionalType}Us.isOptionalTypeNode=q6;function U6(e){return e.kind===od.SyntaxKind.RestType}Us.isRestTypeNode=U6;function z6(e){return e.kind===od.SyntaxKind.SyntheticExpression}Us.isSyntheticExpression=z6});var sd=Gt(ip=>{"use strict";ge();Object.defineProperty(ip,"__esModule",{value:!0});ip.isBigIntLiteral=void 0;var K6=(is(),la(ns));K6.__exportStar(Wh(),ip);var W6=pi();function H6(e){return e.kind===W6.SyntaxKind.BigIntLiteral}ip.isBigIntLiteral=H6});var cd=Gt(_d=>{"use strict";ge();Object.defineProperty(_d,"__esModule",{value:!0});var G6=(is(),la(ns));G6.__exportStar(sd(),_d)});var Hh=Gt(wn=>{"use strict";ge();Object.defineProperty(wn,"__esModule",{value:!0});wn.isUniqueESSymbolType=wn.isUnionType=wn.isUnionOrIntersectionType=wn.isTypeVariable=wn.isTypeReference=wn.isTypeParameter=wn.isSubstitutionType=wn.isObjectType=wn.isLiteralType=wn.isIntersectionType=wn.isInterfaceType=wn.isInstantiableType=wn.isIndexedAccessype=wn.isIndexedAccessType=wn.isGenericType=wn.isEnumType=wn.isConditionalType=void 0;var ki=pi();function X6(e){return(e.flags&ki.TypeFlags.Conditional)!==0}wn.isConditionalType=X6;function $6(e){return(e.flags&ki.TypeFlags.Enum)!==0}wn.isEnumType=$6;function V6(e){return(e.flags&ki.TypeFlags.Object)!==0&&(e.objectFlags&ki.ObjectFlags.ClassOrInterface)!==0&&(e.objectFlags&ki.ObjectFlags.Reference)!==0}wn.isGenericType=V6;function Q6(e){return(e.flags&ki.TypeFlags.IndexedAccess)!==0}wn.isIndexedAccessType=Q6;function Y6(e){return(e.flags&ki.TypeFlags.Index)!==0}wn.isIndexedAccessype=Y6;function Z6(e){return(e.flags&ki.TypeFlags.Instantiable)!==0}wn.isInstantiableType=Z6;function eE(e){return(e.flags&ki.TypeFlags.Object)!==0&&(e.objectFlags&ki.ObjectFlags.ClassOrInterface)!==0}wn.isInterfaceType=eE;function tE(e){return(e.flags&ki.TypeFlags.Intersection)!==0}wn.isIntersectionType=tE;function rE(e){return(e.flags&(ki.TypeFlags.StringOrNumberLiteral|ki.TypeFlags.BigIntLiteral))!==0}wn.isLiteralType=rE;function nE(e){return(e.flags&ki.TypeFlags.Object)!==0}wn.isObjectType=nE;function iE(e){return(e.flags&ki.TypeFlags.Substitution)!==0}wn.isSubstitutionType=iE;function aE(e){return(e.flags&ki.TypeFlags.TypeParameter)!==0}wn.isTypeParameter=aE;function oE(e){return(e.flags&ki.TypeFlags.Object)!==0&&(e.objectFlags&ki.ObjectFlags.Reference)!==0}wn.isTypeReference=oE;function sE(e){return(e.flags&ki.TypeFlags.TypeVariable)!==0}wn.isTypeVariable=sE;function _E(e){return(e.flags&ki.TypeFlags.UnionOrIntersection)!==0}wn.isUnionOrIntersectionType=_E;function cE(e){return(e.flags&ki.TypeFlags.Union)!==0}wn.isUnionType=cE;function uE(e){return(e.flags&ki.TypeFlags.UniqueESSymbol)!==0}wn.isUniqueESSymbolType=uE});var ld=Gt(ud=>{"use strict";ge();Object.defineProperty(ud,"__esModule",{value:!0});var lE=(is(),la(ns));lE.__exportStar(Hh(),ud)});var $h=Gt(Ic=>{"use strict";ge();Object.defineProperty(Ic,"__esModule",{value:!0});Ic.isTupleTypeReference=Ic.isTupleType=void 0;var pE=(is(),la(ns));pE.__exportStar(ld(),Ic);var Gh=pi(),fE=ld();function Xh(e){return(e.flags&Gh.TypeFlags.Object&&e.objectFlags&Gh.ObjectFlags.Tuple)!==0}Ic.isTupleType=Xh;function dE(e){return fE.isTypeReference(e)&&Xh(e.target)}Ic.isTupleTypeReference=dE});var fd=Gt(pd=>{"use strict";ge();Object.defineProperty(pd,"__esModule",{value:!0});var mE=(is(),la(ns));mE.__exportStar($h(),pd)});var Qh=Gt(Wp=>{"use strict";ge();Object.defineProperty(Wp,"__esModule",{value:!0});var Vh=(is(),la(ns));Vh.__exportStar(sd(),Wp);Vh.__exportStar(fd(),Wp)});var Yh=Gt(dd=>{"use strict";ge();Object.defineProperty(dd,"__esModule",{value:!0});var gE=(is(),la(ns));gE.__exportStar(fd(),dd)});var o1=Gt(nn=>{"use strict";ge();Object.defineProperty(nn,"__esModule",{value:!0});nn.getBaseClassMemberOfClassElement=nn.getIteratorYieldResultFromIteratorResult=nn.getInstanceTypeOfClassLikeDeclaration=nn.getConstructorTypeOfClassLikeDeclaration=nn.getSymbolOfClassLikeDeclaration=nn.getPropertyNameFromType=nn.symbolHasReadonlyDeclaration=nn.isPropertyReadonlyInType=nn.getWellKnownSymbolPropertyOfType=nn.getPropertyOfType=nn.isBooleanLiteralType=nn.isFalsyType=nn.isThenableType=nn.someTypePart=nn.intersectionTypeParts=nn.unionTypeParts=nn.getCallSignaturesOfType=nn.isTypeAssignableToString=nn.isTypeAssignableToNumber=nn.isOptionalChainingUndefinedMarkerType=nn.removeOptionalChainingUndefinedMarkerType=nn.removeOptionalityFromType=nn.isEmptyObjectType=void 0;var In=pi(),Ea=Yh(),ha=vd(),D_=cd();function e1(e){if(Ea.isObjectType(e)&&e.objectFlags&In.ObjectFlags.Anonymous&&e.getProperties().length===0&&e.getCallSignatures().length===0&&e.getConstructSignatures().length===0&&e.getStringIndexType()===void 0&&e.getNumberIndexType()===void 0){let t=e.getBaseTypes();return t===void 0||t.every(e1)}return!1}nn.isEmptyObjectType=e1;function t1(e,t){if(!Zh(t,In.TypeFlags.Undefined))return t;let a=Zh(t,In.TypeFlags.Null);return t=e.getNonNullableType(t),a?e.getNullableType(t,In.TypeFlags.Null):t}nn.removeOptionalityFromType=t1;function Zh(e,t){for(let a of zu(e))if(ha.isTypeFlagSet(a,t))return!0;return!1}function yE(e,t){if(!Ea.isUnionType(t))return md(e,t)?t.getNonNullableType():t;let a=0,_=!1;for(let d of t.types)md(e,d)?_=!0:a|=d.flags;return _?e.getNullableType(t.getNonNullableType(),a):t}nn.removeOptionalChainingUndefinedMarkerType=yE;function md(e,t){return ha.isTypeFlagSet(t,In.TypeFlags.Undefined)&&e.getNullableType(t.getNonNullableType(),In.TypeFlags.Undefined)!==t}nn.isOptionalChainingUndefinedMarkerType=md;function hE(e,t){return r1(e,t,In.TypeFlags.NumberLike)}nn.isTypeAssignableToNumber=hE;function vE(e,t){return r1(e,t,In.TypeFlags.StringLike)}nn.isTypeAssignableToString=vE;function r1(e,t,a){a|=In.TypeFlags.Any;let _;return function d(x){if(Ea.isTypeParameter(x)&&x.symbol!==void 0&&x.symbol.declarations!==void 0){if(_===void 0)_=new Set([x]);else if(!_.has(x))_.add(x);else return!1;let $=x.symbol.declarations[0];return $.constraint===void 0?!0:d(e.getTypeFromTypeNode($.constraint))}return Ea.isUnionType(x)?x.types.every(d):Ea.isIntersectionType(x)?x.types.some(d):ha.isTypeFlagSet(x,a)}(t)}function gd(e){if(Ea.isUnionType(e)){let t=[];for(let a of e.types)t.push(...gd(a));return t}if(Ea.isIntersectionType(e)){let t;for(let a of e.types){let _=gd(a);if(_.length!==0){if(t!==void 0)return[];t=_}}return t===void 0?[]:t}return e.getCallSignatures()}nn.getCallSignaturesOfType=gd;function zu(e){return Ea.isUnionType(e)?e.types:[e]}nn.unionTypeParts=zu;function bE(e){return Ea.isIntersectionType(e)?e.types:[e]}nn.intersectionTypeParts=bE;function n1(e,t,a){return t(e)?e.types.some(a):a(e)}nn.someTypePart=n1;function TE(e,t,a=e.getTypeAtLocation(t)){for(let _ of zu(e.getApparentType(a))){let d=_.getProperty("then");if(d===void 0)continue;let x=e.getTypeOfSymbolAtLocation(d,t);for(let $ of zu(x))for(let Y of $.getCallSignatures())if(Y.parameters.length!==0&&xE(e,Y.parameters[0],t))return!0}return!1}nn.isThenableType=TE;function xE(e,t,a){let _=e.getApparentType(e.getTypeOfSymbolAtLocation(t,a));if(t.valueDeclaration.dotDotDotToken&&(_=_.getNumberIndexType(),_===void 0))return!1;for(let d of zu(_))if(d.getCallSignatures().length!==0)return!0;return!1}function SE(e){return e.flags&(In.TypeFlags.Undefined|In.TypeFlags.Null|In.TypeFlags.Void)?!0:Ea.isLiteralType(e)?!e.value:yd(e,!1)}nn.isFalsyType=SE;function yd(e,t){return ha.isTypeFlagSet(e,In.TypeFlags.BooleanLiteral)&&e.intrinsicName===(t?"true":"false")}nn.isBooleanLiteralType=yd;function Hp(e,t){return t.startsWith("__")?e.getProperties().find(a=>a.escapedName===t):e.getProperty(t)}nn.getPropertyOfType=Hp;function DE(e,t,a){let _="__@"+t;for(let d of e.getProperties()){if(!d.name.startsWith(_))continue;let x=a.getApparentType(a.getTypeAtLocation(d.valueDeclaration.name.expression)).symbol;if(d.escapedName===EE(a,x,t))return d}}nn.getWellKnownSymbolPropertyOfType=DE;function EE(e,t,a){let _=t&&e.getTypeOfSymbolAtLocation(t,t.valueDeclaration).getProperty(a),d=_&&e.getTypeOfSymbolAtLocation(_,_.valueDeclaration);return d&&Ea.isUniqueESSymbolType(d)?d.escapedName:"__@"+a}function i1(e,t,a){let _=!1,d=!1;for(let x of zu(e))if(Hp(x,t)===void 0){let $=(ha.isNumericPropertyName(t)?a.getIndexInfoOfType(x,In.IndexKind.Number):void 0)||a.getIndexInfoOfType(x,In.IndexKind.String);if($!==void 0&&$.isReadonly){if(_)return!0;d=!0}}else{if(d||CE(x,t,a))return!0;_=!0}return!1}nn.isPropertyReadonlyInType=i1;function CE(e,t,a){return n1(e,Ea.isIntersectionType,_=>{let d=Hp(_,t);if(d===void 0)return!1;if(d.flags&In.SymbolFlags.Transient){if(/^(?:[1-9]\d*|0)$/.test(t)&&Ea.isTupleTypeReference(_))return _.target.readonly;switch(wE(_,t,a)){case!0:return!0;case!1:return!1;default:}}return ha.isSymbolFlagSet(d,In.SymbolFlags.ValueModule)||a1(d,a)})}function wE(e,t,a){if(!Ea.isObjectType(e)||!ha.isObjectFlagSet(e,In.ObjectFlags.Mapped))return;let _=e.symbol.declarations[0];return _.readonlyToken!==void 0&&!/^__@[^@]+$/.test(t)?_.readonlyToken.kind!==In.SyntaxKind.MinusToken:i1(e.modifiersType,t,a)}function a1(e,t){return(e.flags&In.SymbolFlags.Accessor)===In.SymbolFlags.GetAccessor||e.declarations!==void 0&&e.declarations.some(a=>ha.isModifierFlagSet(a,In.ModifierFlags.Readonly)||D_.isVariableDeclaration(a)&&ha.isNodeFlagSet(a.parent,In.NodeFlags.Const)||D_.isCallExpression(a)&&ha.isReadonlyAssignmentDeclaration(a,t)||D_.isEnumMember(a)||(D_.isPropertyAssignment(a)||D_.isShorthandPropertyAssignment(a))&&ha.isInConstContext(a.parent))}nn.symbolHasReadonlyDeclaration=a1;function AE(e){if(e.flags&(In.TypeFlags.StringLiteral|In.TypeFlags.NumberLiteral)){let t=String(e.value);return{displayName:t,symbolName:In.escapeLeadingUnderscores(t)}}if(Ea.isUniqueESSymbolType(e))return{displayName:`[${e.symbol?`${kE(e.symbol)?"Symbol.":""}${e.symbol.name}`:e.escapedName.replace(/^__@|@\d+$/g,"")}]`,symbolName:e.escapedName}}nn.getPropertyNameFromType=AE;function kE(e){return ha.isSymbolFlagSet(e,In.SymbolFlags.Property)&&e.valueDeclaration!==void 0&&D_.isInterfaceDeclaration(e.valueDeclaration.parent)&&e.valueDeclaration.parent.name.text==="SymbolConstructor"&&PE(e.valueDeclaration.parent)}function PE(e){return ha.isNodeFlagSet(e.parent,In.NodeFlags.GlobalAugmentation)||D_.isSourceFile(e.parent)&&!In.isExternalModule(e.parent)}function hd(e,t){var a;return t.getSymbolAtLocation((a=e.name)!==null&&a!==void 0?a:ha.getChildOfKind(e,In.SyntaxKind.ClassKeyword))}nn.getSymbolOfClassLikeDeclaration=hd;function IE(e,t){return e.kind===In.SyntaxKind.ClassExpression?t.getTypeAtLocation(e):t.getTypeOfSymbolAtLocation(hd(e,t),e)}nn.getConstructorTypeOfClassLikeDeclaration=IE;function NE(e,t){return e.kind===In.SyntaxKind.ClassDeclaration?t.getTypeAtLocation(e):t.getDeclaredTypeOfSymbol(hd(e,t))}nn.getInstanceTypeOfClassLikeDeclaration=NE;function OE(e,t,a){return Ea.isUnionType(e)&&e.types.find(_=>{let d=_.getProperty("done");return d!==void 0&&yd(t1(a,a.getTypeOfSymbolAtLocation(d,t)),!1)})||e}nn.getIteratorYieldResultFromIteratorResult=OE;function ME(e,t){if(!D_.isClassLikeDeclaration(e.parent))return;let a=ha.getBaseOfClassLikeExpression(e.parent);if(a===void 0)return;let _=ha.getSingleLateBoundPropertyNameOfPropertyName(e.name,t);if(_===void 0)return;let d=t.getTypeAtLocation(ha.hasModifier(e.modifiers,In.SyntaxKind.StaticKeyword)?a.expression:a);return Hp(d,_.symbolName)}nn.getBaseClassMemberOfClassElement=ME});var vd=Gt(Je=>{"use strict";ge();Object.defineProperty(Je,"__esModule",{value:!0});Je.isValidIdentifier=Je.getLineBreakStyle=Je.getLineRanges=Je.forEachComment=Je.forEachTokenWithTrivia=Je.forEachToken=Je.isFunctionWithBody=Je.hasOwnThisReference=Je.isBlockScopeBoundary=Je.isFunctionScopeBoundary=Je.isTypeScopeBoundary=Je.isScopeBoundary=Je.ScopeBoundarySelector=Je.ScopeBoundary=Je.isInSingleStatementContext=Je.isBlockScopedDeclarationStatement=Je.isBlockScopedVariableDeclaration=Je.isBlockScopedVariableDeclarationList=Je.getVariableDeclarationKind=Je.VariableDeclarationKind=Je.forEachDeclaredVariable=Je.forEachDestructuringIdentifier=Je.getPropertyName=Je.getWrappedNodeAtPosition=Je.getAstNodeAtPosition=Je.commentText=Je.isPositionInComment=Je.getCommentAtPosition=Je.getTokenAtPosition=Je.getNextToken=Je.getPreviousToken=Je.getNextStatement=Je.getPreviousStatement=Je.isModifierFlagSet=Je.isObjectFlagSet=Je.isSymbolFlagSet=Je.isTypeFlagSet=Je.isNodeFlagSet=Je.hasAccessModifier=Je.isParameterProperty=Je.hasModifier=Je.getModifier=Je.isThisParameter=Je.isKeywordKind=Je.isJsDocKind=Je.isTypeNodeKind=Je.isAssignmentKind=Je.isNodeKind=Je.isTokenKind=Je.getChildOfKind=void 0;Je.getBaseOfClassLikeExpression=Je.hasExhaustiveCaseClauses=Je.formatPseudoBigInt=Je.unwrapParentheses=Je.getSingleLateBoundPropertyNameOfPropertyName=Je.getLateBoundPropertyNamesOfPropertyName=Je.getLateBoundPropertyNames=Je.getPropertyNameOfWellKnownSymbol=Je.isWellKnownSymbolLiterally=Je.isBindableObjectDefinePropertyCall=Je.isReadonlyAssignmentDeclaration=Je.isInConstContext=Je.isConstAssertion=Je.getTsCheckDirective=Je.getCheckJsDirective=Je.isAmbientModule=Je.isCompilerOptionEnabled=Je.isStrictCompilerOptionEnabled=Je.getIIFE=Je.isAmbientModuleBlock=Je.isStatementInAmbientContext=Je.findImportLikeNodes=Je.findImports=Je.ImportKind=Je.parseJsDocOfNode=Je.getJsDoc=Je.canHaveJsDoc=Je.isReassignmentTarget=Je.getAccessKind=Je.AccessKind=Je.isExpressionValueUsed=Je.getDeclarationOfBindingElement=Je.hasSideEffects=Je.SideEffectOptions=Je.isSameLine=Je.isNumericPropertyName=Je.isValidJsxIdentifier=Je.isValidNumericLiteral=Je.isValidPropertyName=Je.isValidPropertyAccess=void 0;var M=pi(),Pi=cd(),Td=Qh(),Nc=o1();function LE(e,t,a){for(let _ of e.getChildren(a))if(_.kind===t)return _}Je.getChildOfKind=LE;function op(e){return e>=M.SyntaxKind.FirstToken&&e<=M.SyntaxKind.LastToken}Je.isTokenKind=op;function c1(e){return e>=M.SyntaxKind.FirstNode}Je.isNodeKind=c1;function Sd(e){return e>=M.SyntaxKind.FirstAssignment&&e<=M.SyntaxKind.LastAssignment}Je.isAssignmentKind=Sd;function RE(e){return e>=M.SyntaxKind.FirstTypeNode&&e<=M.SyntaxKind.LastTypeNode}Je.isTypeNodeKind=RE;function JE(e){return e>=M.SyntaxKind.FirstJSDocNode&&e<=M.SyntaxKind.LastJSDocNode}Je.isJsDocKind=JE;function FE(e){return e>=M.SyntaxKind.FirstKeyword&&e<=M.SyntaxKind.LastKeyword}Je.isKeywordKind=FE;function jE(e){return e.name.kind===M.SyntaxKind.Identifier&&e.name.originalKeywordKind===M.SyntaxKind.ThisKeyword}Je.isThisParameter=jE;function BE(e,t){if(e.modifiers!==void 0){for(let a of e.modifiers)if(a.kind===t)return a}}Je.getModifier=BE;function Hu(e,...t){if(e===void 0)return!1;for(let a of e)if(t.includes(a.kind))return!0;return!1}Je.hasModifier=Hu;function qE(e){return Hu(e.modifiers,M.SyntaxKind.PublicKeyword,M.SyntaxKind.ProtectedKeyword,M.SyntaxKind.PrivateKeyword,M.SyntaxKind.ReadonlyKeyword)}Je.isParameterProperty=qE;function UE(e){return u1(e,M.ModifierFlags.AccessibilityModifier)}Je.hasAccessModifier=UE;function Dd(e,t){return(e.flags&t)!==0}Je.isNodeFlagSet=Dd;Je.isTypeFlagSet=Dd;Je.isSymbolFlagSet=Dd;function zE(e,t){return(e.objectFlags&t)!==0}Je.isObjectFlagSet=zE;function u1(e,t){return(M.getCombinedModifierFlags(e)&t)!==0}Je.isModifierFlagSet=u1;function KE(e){let t=e.parent;if(Pi.isBlockLike(t)){let a=t.statements.indexOf(e);if(a>0)return t.statements[a-1]}}Je.getPreviousStatement=KE;function WE(e){let t=e.parent;if(Pi.isBlockLike(t)){let a=t.statements.indexOf(e);if(a<t.statements.length)return t.statements[a+1]}}Je.getNextStatement=WE;function HE(e,t){let{pos:a}=e;if(a!==0){do e=e.parent;while(e.pos===a);return Gp(e,a-1,t!=null?t:e.getSourceFile(),!1)}}Je.getPreviousToken=HE;function GE(e,t){if(e.kind===M.SyntaxKind.SourceFile||e.kind===M.SyntaxKind.EndOfFileToken)return;let a=e.end;for(e=e.parent;e.end===a;){if(e.parent===void 0)return e.endOfFileToken;e=e.parent}return Gp(e,a,t!=null?t:e.getSourceFile(),!1)}Je.getNextToken=GE;function l1(e,t,a,_){if(!(t<e.pos||t>=e.end))return op(e.kind)?e:Gp(e,t,a!=null?a:e.getSourceFile(),_===!0)}Je.getTokenAtPosition=l1;function Gp(e,t,a,_){if(!_&&(e=f1(e,t),op(e.kind)))return e;e:for(;;){for(let d of e.getChildren(a))if(d.end>t&&(_||d.kind!==M.SyntaxKind.JSDocComment)){if(op(d.kind))return d;e=d;continue e}return}}function p1(e,t,a=e){let _=l1(a,t,e);if(_===void 0||_.kind===M.SyntaxKind.JsxText||t>=_.end-(M.tokenToString(_.kind)||"").length)return;let d=_.pos===0?(M.getShebang(e.text)||"").length:_.pos;return d!==0&&M.forEachTrailingCommentRange(e.text,d,s1,t)||M.forEachLeadingCommentRange(e.text,d,s1,t)}Je.getCommentAtPosition=p1;function s1(e,t,a,_,d){return d>=e&&d<t?{pos:e,end:t,kind:a}:void 0}function XE(e,t,a){return p1(e,t,a)!==void 0}Je.isPositionInComment=XE;function $E(e,t){return e.substring(t.pos+2,t.kind===M.SyntaxKind.SingleLineCommentTrivia?t.end:t.end-2)}Je.commentText=$E;function f1(e,t){if(!(e.pos>t||e.end<=t)){for(;c1(e.kind);){let a=M.forEachChild(e,_=>_.pos<=t&&_.end>t?_:void 0);if(a===void 0)break;e=a}return e}}Je.getAstNodeAtPosition=f1;function VE(e,t){if(e.node.pos>t||e.node.end<=t)return;e:for(;;){for(let a of e.children){if(a.node.pos>t)return e;if(a.node.end>t){e=a;continue e}}return e}}Je.getWrappedNodeAtPosition=VE;function Ed(e){if(e.kind===M.SyntaxKind.ComputedPropertyName){let t=Rd(e.expression);if(Pi.isPrefixUnaryExpression(t)){let a=!1;switch(t.operator){case M.SyntaxKind.MinusToken:a=!0;case M.SyntaxKind.PlusToken:return Pi.isNumericLiteral(t.operand)?`${a?"-":""}${t.operand.text}`:Td.isBigIntLiteral(t.operand)?`${a?"-":""}${t.operand.text.slice(0,-1)}`:void 0;default:return}}return Td.isBigIntLiteral(t)?t.text.slice(0,-1):Pi.isNumericOrStringLikeLiteral(t)?t.text:void 0}return e.kind===M.SyntaxKind.PrivateIdentifier?void 0:e.text}Je.getPropertyName=Ed;function Cd(e,t){for(let a of e.elements){if(a.kind!==M.SyntaxKind.BindingElement)continue;let _;if(a.name.kind===M.SyntaxKind.Identifier?_=t(a):_=Cd(a.name,t),_)return _}}Je.forEachDestructuringIdentifier=Cd;function QE(e,t){for(let a of e.declarations){let _;if(a.name.kind===M.SyntaxKind.Identifier?_=t(a):_=Cd(a.name,t),_)return _}}Je.forEachDeclaredVariable=QE;var YE;(function(e){e[e.Var=0]="Var",e[e.Let=1]="Let",e[e.Const=2]="Const"})(YE=Je.VariableDeclarationKind||(Je.VariableDeclarationKind={}));function ZE(e){return e.flags&M.NodeFlags.Let?1:e.flags&M.NodeFlags.Const?2:0}Je.getVariableDeclarationKind=ZE;function wd(e){return(e.flags&M.NodeFlags.BlockScoped)!==0}Je.isBlockScopedVariableDeclarationList=wd;function eC(e){let t=e.parent;return t.kind===M.SyntaxKind.CatchClause||wd(t)}Je.isBlockScopedVariableDeclaration=eC;function tC(e){switch(e.kind){case M.SyntaxKind.VariableStatement:return wd(e.declarationList);case M.SyntaxKind.ClassDeclaration:case M.SyntaxKind.EnumDeclaration:case M.SyntaxKind.InterfaceDeclaration:case M.SyntaxKind.TypeAliasDeclaration:return!0;default:return!1}}Je.isBlockScopedDeclarationStatement=tC;function rC(e){switch(e.parent.kind){case M.SyntaxKind.ForStatement:case M.SyntaxKind.ForInStatement:case M.SyntaxKind.ForOfStatement:case M.SyntaxKind.WhileStatement:case M.SyntaxKind.DoStatement:case M.SyntaxKind.IfStatement:case M.SyntaxKind.WithStatement:case M.SyntaxKind.LabeledStatement:return!0;default:return!1}}Je.isInSingleStatementContext=rC;var nC;(function(e){e[e.None=0]="None",e[e.Function=1]="Function",e[e.Block=2]="Block",e[e.Type=4]="Type",e[e.ConditionalType=8]="ConditionalType"})(nC=Je.ScopeBoundary||(Je.ScopeBoundary={}));var iC;(function(e){e[e.Function=1]="Function",e[e.Block=3]="Block",e[e.Type=7]="Type",e[e.InferType=8]="InferType"})(iC=Je.ScopeBoundarySelector||(Je.ScopeBoundarySelector={}));function aC(e){return Ad(e)||m1(e)||d1(e)}Je.isScopeBoundary=aC;function d1(e){switch(e.kind){case M.SyntaxKind.InterfaceDeclaration:case M.SyntaxKind.TypeAliasDeclaration:case M.SyntaxKind.MappedType:return 4;case M.SyntaxKind.ConditionalType:return 8;default:return 0}}Je.isTypeScopeBoundary=d1;function Ad(e){switch(e.kind){case M.SyntaxKind.FunctionExpression:case M.SyntaxKind.ArrowFunction:case M.SyntaxKind.Constructor:case M.SyntaxKind.ModuleDeclaration:case M.SyntaxKind.ClassDeclaration:case M.SyntaxKind.ClassExpression:case M.SyntaxKind.EnumDeclaration:case M.SyntaxKind.MethodDeclaration:case M.SyntaxKind.FunctionDeclaration:case M.SyntaxKind.GetAccessor:case M.SyntaxKind.SetAccessor:case M.SyntaxKind.MethodSignature:case M.SyntaxKind.CallSignature:case M.SyntaxKind.ConstructSignature:case M.SyntaxKind.ConstructorType:case M.SyntaxKind.FunctionType:return 1;case M.SyntaxKind.SourceFile:return M.isExternalModule(e)?1:0;default:return 0}}Je.isFunctionScopeBoundary=Ad;function m1(e){switch(e.kind){case M.SyntaxKind.Block:let t=e.parent;return t.kind!==M.SyntaxKind.CatchClause&&(t.kind===M.SyntaxKind.SourceFile||!Ad(t))?2:0;case M.SyntaxKind.ForStatement:case M.SyntaxKind.ForInStatement:case M.SyntaxKind.ForOfStatement:case M.SyntaxKind.CaseBlock:case M.SyntaxKind.CatchClause:case M.SyntaxKind.WithStatement:return 2;default:return 0}}Je.isBlockScopeBoundary=m1;function oC(e){switch(e.kind){case M.SyntaxKind.ClassDeclaration:case M.SyntaxKind.ClassExpression:case M.SyntaxKind.FunctionExpression:return!0;case M.SyntaxKind.FunctionDeclaration:return e.body!==void 0;case M.SyntaxKind.MethodDeclaration:case M.SyntaxKind.GetAccessor:case M.SyntaxKind.SetAccessor:return e.parent.kind===M.SyntaxKind.ObjectLiteralExpression;default:return!1}}Je.hasOwnThisReference=oC;function sC(e){switch(e.kind){case M.SyntaxKind.GetAccessor:case M.SyntaxKind.SetAccessor:case M.SyntaxKind.FunctionDeclaration:case M.SyntaxKind.MethodDeclaration:case M.SyntaxKind.Constructor:return e.body!==void 0;case M.SyntaxKind.FunctionExpression:case M.SyntaxKind.ArrowFunction:return!0;default:return!1}}Je.isFunctionWithBody=sC;function kd(e,t,a=e.getSourceFile()){let _=[];for(;;){if(op(e.kind))t(e);else if(e.kind!==M.SyntaxKind.JSDocComment){let d=e.getChildren(a);if(d.length===1){e=d[0];continue}for(let x=d.length-1;x>=0;--x)_.push(d[x])}if(_.length===0)break;e=_.pop()}}Je.forEachToken=kd;function _C(e,t,a=e.getSourceFile()){let _=a.text,d=M.createScanner(a.languageVersion,!1,a.languageVariant,_);return kd(e,x=>{let $=x.kind===M.SyntaxKind.JsxText||x.pos===x.end?x.pos:x.getStart(a);if($!==x.pos){d.setTextPos(x.pos);let Y=d.scan(),w=d.getTokenPos();for(;w<$;){let K=d.getTextPos();if(t(_,Y,{pos:w,end:K},x.parent),K===$)break;Y=d.scan(),w=d.getTokenPos()}}return t(_,x.kind,{end:x.end,pos:$},x.parent)},a)}Je.forEachTokenWithTrivia=_C;function cC(e,t,a=e.getSourceFile()){let _=a.text,d=a.languageVariant!==M.LanguageVariant.JSX;return kd(e,$=>{if($.pos!==$.end&&($.kind!==M.SyntaxKind.JsxText&&M.forEachLeadingCommentRange(_,$.pos===0?(M.getShebang(_)||"").length:$.pos,x),d||uC($)))return M.forEachTrailingCommentRange(_,$.end,x)},a);function x($,Y,w){t(_,{pos:$,end:Y,kind:w})}}Je.forEachComment=cC;function uC(e){switch(e.kind){case M.SyntaxKind.CloseBraceToken:return e.parent.kind!==M.SyntaxKind.JsxExpression||!bd(e.parent.parent);case M.SyntaxKind.GreaterThanToken:switch(e.parent.kind){case M.SyntaxKind.JsxOpeningElement:return e.end!==e.parent.end;case M.SyntaxKind.JsxOpeningFragment:return!1;case M.SyntaxKind.JsxSelfClosingElement:return e.end!==e.parent.end||!bd(e.parent.parent);case M.SyntaxKind.JsxClosingElement:case M.SyntaxKind.JsxClosingFragment:return!bd(e.parent.parent.parent)}}return!0}function bd(e){return e.kind===M.SyntaxKind.JsxElement||e.kind===M.SyntaxKind.JsxFragment}function lC(e){let t=e.getLineStarts(),a=[],_=t.length,d=e.text,x=0;for(let $=1;$<_;++$){let Y=t[$],w=Y;for(;w>x&&M.isLineBreak(d.charCodeAt(w-1));--w);a.push({pos:x,end:Y,contentLength:w-x}),x=Y}return a.push({pos:x,end:e.end,contentLength:e.end-x}),a}Je.getLineRanges=lC;function pC(e){let t=e.getLineStarts();return t.length===1||t[1]<2||e.text[t[1]-2]!=="\r"?`
|
|
232
|
+
`:`\r
|
|
233
|
+
`}Je.getLineBreakStyle=pC;var Ku;function Pd(e,t){return Ku===void 0?Ku=M.createScanner(t,!1,void 0,e):(Ku.setScriptTarget(t),Ku.setText(e)),Ku.scan(),Ku}function fC(e,t=M.ScriptTarget.Latest){let a=Pd(e,t);return a.isIdentifier()&&a.getTextPos()===e.length&&a.getTokenPos()===0}Je.isValidIdentifier=fC;function ap(e){return e>=65536?2:1}function g1(e,t=M.ScriptTarget.Latest){if(e.length===0)return!1;let a=e.codePointAt(0);if(!M.isIdentifierStart(a,t))return!1;for(let _=ap(a);_<e.length;_+=ap(a))if(a=e.codePointAt(_),!M.isIdentifierPart(a,t))return!1;return!0}Je.isValidPropertyAccess=g1;function dC(e,t=M.ScriptTarget.Latest){if(g1(e,t))return!0;let a=Pd(e,t);return a.getTextPos()===e.length&&a.getToken()===M.SyntaxKind.NumericLiteral&&a.getTokenValue()===e}Je.isValidPropertyName=dC;function mC(e,t=M.ScriptTarget.Latest){let a=Pd(e,t);return a.getToken()===M.SyntaxKind.NumericLiteral&&a.getTextPos()===e.length&&a.getTokenPos()===0}Je.isValidNumericLiteral=mC;function gC(e,t=M.ScriptTarget.Latest){if(e.length===0)return!1;let a=!1,_=e.codePointAt(0);if(!M.isIdentifierStart(_,t))return!1;for(let d=ap(_);d<e.length;d+=ap(_))if(_=e.codePointAt(d),!M.isIdentifierPart(_,t)&&_!==45)if(!a&&_===58&&d+ap(_)!==e.length)a=!0;else return!1;return!0}Je.isValidJsxIdentifier=gC;function yC(e){return String(+e)===e}Je.isNumericPropertyName=yC;function y1(e,t,a){return M.getLineAndCharacterOfPosition(e,t).line===M.getLineAndCharacterOfPosition(e,a).line}Je.isSameLine=y1;var hC;(function(e){e[e.None=0]="None",e[e.TaggedTemplate=1]="TaggedTemplate",e[e.Constructor=2]="Constructor",e[e.JsxElement=4]="JsxElement"})(hC=Je.SideEffectOptions||(Je.SideEffectOptions={}));function vC(e,t){var a,_;let d=[];for(;;){switch(e.kind){case M.SyntaxKind.CallExpression:case M.SyntaxKind.PostfixUnaryExpression:case M.SyntaxKind.AwaitExpression:case M.SyntaxKind.YieldExpression:case M.SyntaxKind.DeleteExpression:return!0;case M.SyntaxKind.TypeAssertionExpression:case M.SyntaxKind.AsExpression:case M.SyntaxKind.ParenthesizedExpression:case M.SyntaxKind.NonNullExpression:case M.SyntaxKind.VoidExpression:case M.SyntaxKind.TypeOfExpression:case M.SyntaxKind.PropertyAccessExpression:case M.SyntaxKind.SpreadElement:case M.SyntaxKind.PartiallyEmittedExpression:e=e.expression;continue;case M.SyntaxKind.BinaryExpression:if(Sd(e.operatorToken.kind))return!0;d.push(e.right),e=e.left;continue;case M.SyntaxKind.PrefixUnaryExpression:switch(e.operator){case M.SyntaxKind.PlusPlusToken:case M.SyntaxKind.MinusMinusToken:return!0;default:e=e.operand;continue}case M.SyntaxKind.ElementAccessExpression:e.argumentExpression!==void 0&&d.push(e.argumentExpression),e=e.expression;continue;case M.SyntaxKind.ConditionalExpression:d.push(e.whenTrue,e.whenFalse),e=e.condition;continue;case M.SyntaxKind.NewExpression:if(t&2)return!0;e.arguments!==void 0&&d.push(...e.arguments),e=e.expression;continue;case M.SyntaxKind.TaggedTemplateExpression:if(t&1)return!0;if(d.push(e.tag),e=e.template,e.kind===M.SyntaxKind.NoSubstitutionTemplateLiteral)break;case M.SyntaxKind.TemplateExpression:for(let x of e.templateSpans)d.push(x.expression);break;case M.SyntaxKind.ClassExpression:{if(e.decorators!==void 0)return!0;for(let $ of e.members){if($.decorators!==void 0)return!0;if(!Hu($.modifiers,M.SyntaxKind.DeclareKeyword))if(((a=$.name)===null||a===void 0?void 0:a.kind)===M.SyntaxKind.ComputedPropertyName&&d.push($.name.expression),Pi.isMethodDeclaration($)){for(let Y of $.parameters)if(Y.decorators!==void 0)return!0}else Pi.isPropertyDeclaration($)&&$.initializer!==void 0&&Hu($.modifiers,M.SyntaxKind.StaticKeyword)&&d.push($.initializer)}let x=w1(e);if(x===void 0)break;e=x.expression;continue}case M.SyntaxKind.ArrayLiteralExpression:d.push(...e.elements);break;case M.SyntaxKind.ObjectLiteralExpression:for(let x of e.properties)switch(((_=x.name)===null||_===void 0?void 0:_.kind)===M.SyntaxKind.ComputedPropertyName&&d.push(x.name.expression),x.kind){case M.SyntaxKind.PropertyAssignment:d.push(x.initializer);break;case M.SyntaxKind.SpreadAssignment:d.push(x.expression)}break;case M.SyntaxKind.JsxExpression:if(e.expression===void 0)break;e=e.expression;continue;case M.SyntaxKind.JsxElement:case M.SyntaxKind.JsxFragment:for(let x of e.children)x.kind!==M.SyntaxKind.JsxText&&d.push(x);if(e.kind===M.SyntaxKind.JsxFragment)break;e=e.openingElement;case M.SyntaxKind.JsxSelfClosingElement:case M.SyntaxKind.JsxOpeningElement:if(t&4)return!0;for(let x of e.attributes.properties)x.kind===M.SyntaxKind.JsxSpreadAttribute?d.push(x.expression):x.initializer!==void 0&&d.push(x.initializer);break;case M.SyntaxKind.CommaListExpression:d.push(...e.elements)}if(d.length===0)return!1;e=d.pop()}}Je.hasSideEffects=vC;function bC(e){let t=e.parent.parent;for(;t.kind===M.SyntaxKind.BindingElement;)t=t.parent.parent;return t}Je.getDeclarationOfBindingElement=bC;function TC(e){for(;;){let t=e.parent;switch(t.kind){case M.SyntaxKind.CallExpression:case M.SyntaxKind.NewExpression:case M.SyntaxKind.ElementAccessExpression:case M.SyntaxKind.WhileStatement:case M.SyntaxKind.DoStatement:case M.SyntaxKind.WithStatement:case M.SyntaxKind.ThrowStatement:case M.SyntaxKind.ReturnStatement:case M.SyntaxKind.JsxExpression:case M.SyntaxKind.JsxSpreadAttribute:case M.SyntaxKind.JsxElement:case M.SyntaxKind.JsxFragment:case M.SyntaxKind.JsxSelfClosingElement:case M.SyntaxKind.ComputedPropertyName:case M.SyntaxKind.ArrowFunction:case M.SyntaxKind.ExportSpecifier:case M.SyntaxKind.ExportAssignment:case M.SyntaxKind.ImportDeclaration:case M.SyntaxKind.ExternalModuleReference:case M.SyntaxKind.Decorator:case M.SyntaxKind.TaggedTemplateExpression:case M.SyntaxKind.TemplateSpan:case M.SyntaxKind.ExpressionWithTypeArguments:case M.SyntaxKind.TypeOfExpression:case M.SyntaxKind.AwaitExpression:case M.SyntaxKind.YieldExpression:case M.SyntaxKind.LiteralType:case M.SyntaxKind.JsxAttributes:case M.SyntaxKind.JsxOpeningElement:case M.SyntaxKind.JsxClosingElement:case M.SyntaxKind.IfStatement:case M.SyntaxKind.CaseClause:case M.SyntaxKind.SwitchStatement:return!0;case M.SyntaxKind.PropertyAccessExpression:return t.expression===e;case M.SyntaxKind.QualifiedName:return t.left===e;case M.SyntaxKind.ShorthandPropertyAssignment:return t.objectAssignmentInitializer===e||!Wu(t);case M.SyntaxKind.PropertyAssignment:return t.initializer===e&&!Wu(t);case M.SyntaxKind.SpreadAssignment:case M.SyntaxKind.SpreadElement:case M.SyntaxKind.ArrayLiteralExpression:return!Wu(t);case M.SyntaxKind.ParenthesizedExpression:case M.SyntaxKind.AsExpression:case M.SyntaxKind.TypeAssertionExpression:case M.SyntaxKind.PostfixUnaryExpression:case M.SyntaxKind.PrefixUnaryExpression:case M.SyntaxKind.NonNullExpression:e=t;continue;case M.SyntaxKind.ForStatement:return t.condition===e;case M.SyntaxKind.ForInStatement:case M.SyntaxKind.ForOfStatement:return t.expression===e;case M.SyntaxKind.ConditionalExpression:if(t.condition===e)return!0;e=t;break;case M.SyntaxKind.PropertyDeclaration:case M.SyntaxKind.BindingElement:case M.SyntaxKind.VariableDeclaration:case M.SyntaxKind.Parameter:case M.SyntaxKind.EnumMember:return t.initializer===e;case M.SyntaxKind.ImportEqualsDeclaration:return t.moduleReference===e;case M.SyntaxKind.CommaListExpression:if(t.elements[t.elements.length-1]!==e)return!1;e=t;break;case M.SyntaxKind.BinaryExpression:if(t.right===e){if(t.operatorToken.kind===M.SyntaxKind.CommaToken){e=t;break}return!0}switch(t.operatorToken.kind){case M.SyntaxKind.CommaToken:case M.SyntaxKind.EqualsToken:return!1;case M.SyntaxKind.EqualsEqualsEqualsToken:case M.SyntaxKind.EqualsEqualsToken:case M.SyntaxKind.ExclamationEqualsEqualsToken:case M.SyntaxKind.ExclamationEqualsToken:case M.SyntaxKind.InstanceOfKeyword:case M.SyntaxKind.PlusToken:case M.SyntaxKind.MinusToken:case M.SyntaxKind.AsteriskToken:case M.SyntaxKind.SlashToken:case M.SyntaxKind.PercentToken:case M.SyntaxKind.AsteriskAsteriskToken:case M.SyntaxKind.GreaterThanToken:case M.SyntaxKind.GreaterThanGreaterThanToken:case M.SyntaxKind.GreaterThanGreaterThanGreaterThanToken:case M.SyntaxKind.GreaterThanEqualsToken:case M.SyntaxKind.LessThanToken:case M.SyntaxKind.LessThanLessThanToken:case M.SyntaxKind.LessThanEqualsToken:case M.SyntaxKind.AmpersandToken:case M.SyntaxKind.BarToken:case M.SyntaxKind.CaretToken:case M.SyntaxKind.BarBarToken:case M.SyntaxKind.AmpersandAmpersandToken:case M.SyntaxKind.QuestionQuestionToken:case M.SyntaxKind.InKeyword:case M.SyntaxKind.QuestionQuestionEqualsToken:case M.SyntaxKind.AmpersandAmpersandEqualsToken:case M.SyntaxKind.BarBarEqualsToken:return!0;default:e=t}break;default:return!1}}}Je.isExpressionValueUsed=TC;function Wu(e){switch(e.kind){case M.SyntaxKind.ShorthandPropertyAssignment:if(e.objectAssignmentInitializer!==void 0)return!0;case M.SyntaxKind.PropertyAssignment:case M.SyntaxKind.SpreadAssignment:e=e.parent;break;case M.SyntaxKind.SpreadElement:if(e.parent.kind!==M.SyntaxKind.ArrayLiteralExpression)return!1;e=e.parent}for(;;)switch(e.parent.kind){case M.SyntaxKind.BinaryExpression:return e.parent.left===e&&e.parent.operatorToken.kind===M.SyntaxKind.EqualsToken;case M.SyntaxKind.ForOfStatement:return e.parent.initializer===e;case M.SyntaxKind.ArrayLiteralExpression:case M.SyntaxKind.ObjectLiteralExpression:e=e.parent;break;case M.SyntaxKind.SpreadAssignment:case M.SyntaxKind.PropertyAssignment:e=e.parent.parent;break;case M.SyntaxKind.SpreadElement:if(e.parent.parent.kind!==M.SyntaxKind.ArrayLiteralExpression)return!1;e=e.parent.parent;break;default:return!1}}var xC;(function(e){e[e.None=0]="None",e[e.Read=1]="Read",e[e.Write=2]="Write",e[e.Delete=4]="Delete",e[e.ReadWrite=3]="ReadWrite",e[e.Modification=6]="Modification"})(xC=Je.AccessKind||(Je.AccessKind={}));function Id(e){let t=e.parent;switch(t.kind){case M.SyntaxKind.DeleteExpression:return 4;case M.SyntaxKind.PostfixUnaryExpression:return 3;case M.SyntaxKind.PrefixUnaryExpression:return t.operator===M.SyntaxKind.PlusPlusToken||t.operator===M.SyntaxKind.MinusMinusToken?3:1;case M.SyntaxKind.BinaryExpression:return t.right===e?1:Sd(t.operatorToken.kind)?t.operatorToken.kind===M.SyntaxKind.EqualsToken?2:3:1;case M.SyntaxKind.ShorthandPropertyAssignment:return t.objectAssignmentInitializer===e?1:Wu(t)?2:1;case M.SyntaxKind.PropertyAssignment:return t.name===e?0:Wu(t)?2:1;case M.SyntaxKind.ArrayLiteralExpression:case M.SyntaxKind.SpreadElement:case M.SyntaxKind.SpreadAssignment:return Wu(t)?2:1;case M.SyntaxKind.ParenthesizedExpression:case M.SyntaxKind.NonNullExpression:case M.SyntaxKind.TypeAssertionExpression:case M.SyntaxKind.AsExpression:return Id(t);case M.SyntaxKind.ForOfStatement:case M.SyntaxKind.ForInStatement:return t.initializer===e?2:1;case M.SyntaxKind.ExpressionWithTypeArguments:return t.parent.token===M.SyntaxKind.ExtendsKeyword&&t.parent.parent.kind!==M.SyntaxKind.InterfaceDeclaration?1:0;case M.SyntaxKind.ComputedPropertyName:case M.SyntaxKind.ExpressionStatement:case M.SyntaxKind.TypeOfExpression:case M.SyntaxKind.ElementAccessExpression:case M.SyntaxKind.ForStatement:case M.SyntaxKind.IfStatement:case M.SyntaxKind.DoStatement:case M.SyntaxKind.WhileStatement:case M.SyntaxKind.SwitchStatement:case M.SyntaxKind.WithStatement:case M.SyntaxKind.ThrowStatement:case M.SyntaxKind.CallExpression:case M.SyntaxKind.NewExpression:case M.SyntaxKind.TaggedTemplateExpression:case M.SyntaxKind.JsxExpression:case M.SyntaxKind.Decorator:case M.SyntaxKind.TemplateSpan:case M.SyntaxKind.JsxOpeningElement:case M.SyntaxKind.JsxSelfClosingElement:case M.SyntaxKind.JsxSpreadAttribute:case M.SyntaxKind.VoidExpression:case M.SyntaxKind.ReturnStatement:case M.SyntaxKind.AwaitExpression:case M.SyntaxKind.YieldExpression:case M.SyntaxKind.ConditionalExpression:case M.SyntaxKind.CaseClause:case M.SyntaxKind.JsxElement:return 1;case M.SyntaxKind.ArrowFunction:return t.body===e?1:2;case M.SyntaxKind.PropertyDeclaration:case M.SyntaxKind.VariableDeclaration:case M.SyntaxKind.Parameter:case M.SyntaxKind.EnumMember:case M.SyntaxKind.BindingElement:case M.SyntaxKind.JsxAttribute:return t.initializer===e?1:0;case M.SyntaxKind.PropertyAccessExpression:return t.expression===e?1:0;case M.SyntaxKind.ExportAssignment:return t.isExportEquals?1:0}return 0}Je.getAccessKind=Id;function SC(e){return(Id(e)&2)!==0}Je.isReassignmentTarget=SC;function h1(e){switch(e.kind){case M.SyntaxKind.Parameter:case M.SyntaxKind.CallSignature:case M.SyntaxKind.ConstructSignature:case M.SyntaxKind.MethodSignature:case M.SyntaxKind.PropertySignature:case M.SyntaxKind.ArrowFunction:case M.SyntaxKind.ParenthesizedExpression:case M.SyntaxKind.SpreadAssignment:case M.SyntaxKind.ShorthandPropertyAssignment:case M.SyntaxKind.PropertyAssignment:case M.SyntaxKind.FunctionExpression:case M.SyntaxKind.LabeledStatement:case M.SyntaxKind.ExpressionStatement:case M.SyntaxKind.VariableStatement:case M.SyntaxKind.FunctionDeclaration:case M.SyntaxKind.Constructor:case M.SyntaxKind.MethodDeclaration:case M.SyntaxKind.PropertyDeclaration:case M.SyntaxKind.GetAccessor:case M.SyntaxKind.SetAccessor:case M.SyntaxKind.ClassDeclaration:case M.SyntaxKind.ClassExpression:case M.SyntaxKind.InterfaceDeclaration:case M.SyntaxKind.TypeAliasDeclaration:case M.SyntaxKind.EnumMember:case M.SyntaxKind.EnumDeclaration:case M.SyntaxKind.ModuleDeclaration:case M.SyntaxKind.ImportEqualsDeclaration:case M.SyntaxKind.ImportDeclaration:case M.SyntaxKind.NamespaceExportDeclaration:case M.SyntaxKind.ExportAssignment:case M.SyntaxKind.IndexSignature:case M.SyntaxKind.FunctionType:case M.SyntaxKind.ConstructorType:case M.SyntaxKind.JSDocFunctionType:case M.SyntaxKind.ExportDeclaration:case M.SyntaxKind.NamedTupleMember:case M.SyntaxKind.EndOfFileToken:return!0;default:return!1}}Je.canHaveJsDoc=h1;function Nd(e,t){let a=[];for(let _ of e.getChildren(t)){if(!Pi.isJsDoc(_))break;a.push(_)}return a}Je.getJsDoc=Nd;function DC(e,t,a=e.getSourceFile()){if(h1(e)&&e.kind!==M.SyntaxKind.EndOfFileToken){let _=Nd(e,a);if(_.length!==0||!t)return _}return EC(e,e.getStart(a),a,t)}Je.parseJsDocOfNode=DC;function EC(e,t,a,_){let d=M[_&&y1(a,e.pos,t)?"forEachTrailingCommentRange":"forEachLeadingCommentRange"](a.text,e.pos,(qe,ye,ne)=>ne===M.SyntaxKind.MultiLineCommentTrivia&&a.text[qe+2]==="*"?{pos:qe}:void 0);if(d===void 0)return[];let x=d.pos,$=a.text.slice(x,t),Y=M.createSourceFile("jsdoc.ts",`${$}var a;`,a.languageVersion),w=Nd(Y.statements[0],Y);for(let qe of w)K(qe,e);return w;function K(qe,ye){return qe.pos+=x,qe.end+=x,qe.parent=ye,M.forEachChild(qe,ne=>K(ne,qe),ne=>{ne.pos+=x,ne.end+=x;for(let U of ne)K(U,qe)})}}var CC;(function(e){e[e.ImportDeclaration=1]="ImportDeclaration",e[e.ImportEquals=2]="ImportEquals",e[e.ExportFrom=4]="ExportFrom",e[e.DynamicImport=8]="DynamicImport",e[e.Require=16]="Require",e[e.ImportType=32]="ImportType",e[e.All=63]="All",e[e.AllImports=59]="AllImports",e[e.AllStaticImports=3]="AllStaticImports",e[e.AllImportExpressions=24]="AllImportExpressions",e[e.AllRequireLike=18]="AllRequireLike",e[e.AllNestedImports=56]="AllNestedImports",e[e.AllTopLevelImports=7]="AllTopLevelImports"})(CC=Je.ImportKind||(Je.ImportKind={}));function wC(e,t,a=!0){let _=[];for(let x of v1(e,t,a))switch(x.kind){case M.SyntaxKind.ImportDeclaration:d(x.moduleSpecifier);break;case M.SyntaxKind.ImportEqualsDeclaration:d(x.moduleReference.expression);break;case M.SyntaxKind.ExportDeclaration:d(x.moduleSpecifier);break;case M.SyntaxKind.CallExpression:d(x.arguments[0]);break;case M.SyntaxKind.ImportType:Pi.isLiteralTypeNode(x.argument)&&d(x.argument.literal);break;default:throw new Error("unexpected node")}return _;function d(x){Pi.isTextualLiteral(x)&&_.push(x)}}Je.findImports=wC;function v1(e,t,a=!0){return new xd(e,t,a).find()}Je.findImportLikeNodes=v1;var xd=class{constructor(t,a,_){this._sourceFile=t,this._options=a,this._ignoreFileName=_,this._result=[]}find(){return this._sourceFile.isDeclarationFile&&(this._options&=-25),this._options&7&&this._findImports(this._sourceFile.statements),this._options&56&&this._findNestedImports(),this._result}_findImports(t){for(let a of t)Pi.isImportDeclaration(a)?this._options&1&&this._result.push(a):Pi.isImportEqualsDeclaration(a)?this._options&2&&a.moduleReference.kind===M.SyntaxKind.ExternalModuleReference&&this._result.push(a):Pi.isExportDeclaration(a)?a.moduleSpecifier!==void 0&&this._options&4&&this._result.push(a):Pi.isModuleDeclaration(a)&&this._findImportsInModule(a)}_findImportsInModule(t){if(t.body!==void 0){if(t.body.kind===M.SyntaxKind.ModuleDeclaration)return this._findImportsInModule(t.body);this._findImports(t.body.statements)}}_findNestedImports(){let t=this._ignoreFileName||(this._sourceFile.flags&M.NodeFlags.JavaScriptFile)!==0,a,_;if((this._options&56)===16){if(!t)return;a=/\brequire\s*[</(]/g,_=!1}else this._options&16&&t?(a=/\b(?:import|require)\s*[</(]/g,_=(this._options&32)!==0):(a=/\bimport\s*[</(]/g,_=t&&(this._options&32)!==0);for(let d=a.exec(this._sourceFile.text);d!==null;d=a.exec(this._sourceFile.text)){let x=Gp(this._sourceFile,d.index,this._sourceFile,d[0][0]==="i"&&_);if(x.kind===M.SyntaxKind.ImportKeyword){if(x.end-6!==d.index)continue;switch(x.parent.kind){case M.SyntaxKind.ImportType:this._result.push(x.parent);break;case M.SyntaxKind.CallExpression:x.parent.arguments.length>1&&this._result.push(x.parent)}}else x.kind===M.SyntaxKind.Identifier&&x.end-7===d.index&&x.parent.kind===M.SyntaxKind.CallExpression&&x.parent.expression===x&&x.parent.arguments.length===1&&this._result.push(x.parent)}}};function AC(e){for(;e.flags&M.NodeFlags.NestedNamespace;)e=e.parent;return Hu(e.modifiers,M.SyntaxKind.DeclareKeyword)||b1(e.parent)}Je.isStatementInAmbientContext=AC;function b1(e){for(;e.kind===M.SyntaxKind.ModuleBlock;){do e=e.parent;while(e.flags&M.NodeFlags.NestedNamespace);if(Hu(e.modifiers,M.SyntaxKind.DeclareKeyword))return!0;e=e.parent}return!1}Je.isAmbientModuleBlock=b1;function kC(e){let t=e.parent;for(;t.kind===M.SyntaxKind.ParenthesizedExpression;)t=t.parent;return Pi.isCallExpression(t)&&e.end<=t.expression.end?t:void 0}Je.getIIFE=kC;function Od(e,t){return(e.strict?e[t]!==!1:e[t]===!0)&&(t!=="strictPropertyInitialization"||Od(e,"strictNullChecks"))}Je.isStrictCompilerOptionEnabled=Od;function zs(e,t){switch(t){case"stripInternal":case"declarationMap":case"emitDeclarationOnly":return e[t]===!0&&zs(e,"declaration");case"declaration":return e.declaration||zs(e,"composite");case"incremental":return e.incremental===void 0?zs(e,"composite"):e.incremental;case"skipDefaultLibCheck":return e.skipDefaultLibCheck||zs(e,"skipLibCheck");case"suppressImplicitAnyIndexErrors":return e.suppressImplicitAnyIndexErrors===!0&&zs(e,"noImplicitAny");case"allowSyntheticDefaultImports":return e.allowSyntheticDefaultImports!==void 0?e.allowSyntheticDefaultImports:zs(e,"esModuleInterop")||e.module===M.ModuleKind.System;case"noUncheckedIndexedAccess":return e.noUncheckedIndexedAccess===!0&&zs(e,"strictNullChecks");case"allowJs":return e.allowJs===void 0?zs(e,"checkJs"):e.allowJs;case"noImplicitAny":case"noImplicitThis":case"strictNullChecks":case"strictFunctionTypes":case"strictPropertyInitialization":case"alwaysStrict":case"strictBindCallApply":return Od(e,t)}return e[t]===!0}Je.isCompilerOptionEnabled=zs;function PC(e){return e.name.kind===M.SyntaxKind.StringLiteral||(e.flags&M.NodeFlags.GlobalAugmentation)!==0}Je.isAmbientModule=PC;function IC(e){return T1(e)}Je.getCheckJsDirective=IC;function T1(e){let t;return M.forEachLeadingCommentRange(e,(M.getShebang(e)||"").length,(a,_,d)=>{if(d===M.SyntaxKind.SingleLineCommentTrivia){let x=e.slice(a,_),$=/^\/{2,3}\s*@ts-(no)?check(?:\s|$)/i.exec(x);$!==null&&(t={pos:a,end:_,enabled:$[1]===void 0})}}),t}Je.getTsCheckDirective=T1;function x1(e){return Pi.isTypeReferenceNode(e.type)&&e.type.typeName.kind===M.SyntaxKind.Identifier&&e.type.typeName.escapedText==="const"}Je.isConstAssertion=x1;function NC(e){let t=e;for(;;){let a=t.parent;e:switch(a.kind){case M.SyntaxKind.TypeAssertionExpression:case M.SyntaxKind.AsExpression:return x1(a);case M.SyntaxKind.PrefixUnaryExpression:if(t.kind!==M.SyntaxKind.NumericLiteral)return!1;switch(a.operator){case M.SyntaxKind.PlusToken:case M.SyntaxKind.MinusToken:t=a;break e;default:return!1}case M.SyntaxKind.PropertyAssignment:if(a.initializer!==t)return!1;t=a.parent;break;case M.SyntaxKind.ShorthandPropertyAssignment:t=a.parent;break;case M.SyntaxKind.ParenthesizedExpression:case M.SyntaxKind.ArrayLiteralExpression:case M.SyntaxKind.ObjectLiteralExpression:case M.SyntaxKind.TemplateExpression:t=a;break;default:return!1}}}Je.isInConstContext=NC;function OC(e,t){if(!S1(e))return!1;let a=t.getTypeAtLocation(e.arguments[2]);if(a.getProperty("value")===void 0)return a.getProperty("set")===void 0;let _=a.getProperty("writable");if(_===void 0)return!1;let d=_.valueDeclaration!==void 0&&Pi.isPropertyAssignment(_.valueDeclaration)?t.getTypeAtLocation(_.valueDeclaration.initializer):t.getTypeOfSymbolAtLocation(_,e.arguments[2]);return Nc.isBooleanLiteralType(d,!1)}Je.isReadonlyAssignmentDeclaration=OC;function S1(e){return e.arguments.length===3&&Pi.isEntityNameExpression(e.arguments[0])&&Pi.isNumericOrStringLikeLiteral(e.arguments[1])&&Pi.isPropertyAccessExpression(e.expression)&&e.expression.name.escapedText==="defineProperty"&&Pi.isIdentifier(e.expression.expression)&&e.expression.expression.escapedText==="Object"}Je.isBindableObjectDefinePropertyCall=S1;function Md(e){return M.isPropertyAccessExpression(e)&&M.isIdentifier(e.expression)&&e.expression.escapedText==="Symbol"}Je.isWellKnownSymbolLiterally=Md;function Ld(e){return{displayName:`[Symbol.${e.name.text}]`,symbolName:"__@"+e.name.text}}Je.getPropertyNameOfWellKnownSymbol=Ld;var D1=(([e,t])=>e<"4"||e==="4"&&t<"3")(M.versionMajorMinor.split("."));function E1(e,t){let a={known:!0,names:[]};if(e=Rd(e),D1&&Md(e))a.names.push(Ld(e));else{let _=t.getTypeAtLocation(e);for(let d of Nc.unionTypeParts(t.getBaseConstraintOfType(_)||_)){let x=Nc.getPropertyNameFromType(d);x?a.names.push(x):a.known=!1}}return a}Je.getLateBoundPropertyNames=E1;function MC(e,t){let a=Ed(e);return a!==void 0?{known:!0,names:[{displayName:a,symbolName:M.escapeLeadingUnderscores(a)}]}:e.kind===M.SyntaxKind.PrivateIdentifier?{known:!0,names:[{displayName:e.text,symbolName:t.getSymbolAtLocation(e).escapedName}]}:E1(e.expression,t)}Je.getLateBoundPropertyNamesOfPropertyName=MC;function LC(e,t){let a=Ed(e);if(a!==void 0)return{displayName:a,symbolName:M.escapeLeadingUnderscores(a)};if(e.kind===M.SyntaxKind.PrivateIdentifier)return{displayName:e.text,symbolName:t.getSymbolAtLocation(e).escapedName};let{expression:_}=e;return D1&&Md(_)?Ld(_):Nc.getPropertyNameFromType(t.getTypeAtLocation(_))}Je.getSingleLateBoundPropertyNameOfPropertyName=LC;function Rd(e){for(;e.kind===M.SyntaxKind.ParenthesizedExpression;)e=e.expression;return e}Je.unwrapParentheses=Rd;function C1(e){return`${e.negative?"-":""}${e.base10Value}n`}Je.formatPseudoBigInt=C1;function RC(e,t){let a=e.caseBlock.clauses.filter(Pi.isCaseClause);if(a.length===0)return!1;let _=Nc.unionTypeParts(t.getTypeAtLocation(e.expression));if(_.length>a.length)return!1;let d=new Set(_.map(_1));if(d.has(void 0))return!1;let x=new Set;for(let $ of a){let Y=t.getTypeAtLocation($.expression);if(Je.isTypeFlagSet(Y,M.TypeFlags.Never))continue;let w=_1(Y);if(d.has(w))x.add(w);else if(w!=="null"&&w!=="undefined")return!1}return d.size===x.size}Je.hasExhaustiveCaseClauses=RC;function _1(e){if(Je.isTypeFlagSet(e,M.TypeFlags.Null))return"null";if(Je.isTypeFlagSet(e,M.TypeFlags.Undefined))return"undefined";if(Je.isTypeFlagSet(e,M.TypeFlags.NumberLiteral))return`${Je.isTypeFlagSet(e,M.TypeFlags.EnumLiteral)?"enum:":""}${e.value}`;if(Je.isTypeFlagSet(e,M.TypeFlags.StringLiteral))return`${Je.isTypeFlagSet(e,M.TypeFlags.EnumLiteral)?"enum:":""}string:${e.value}`;if(Je.isTypeFlagSet(e,M.TypeFlags.BigIntLiteral))return C1(e.value);if(Td.isUniqueESSymbolType(e))return e.escapedName;if(Nc.isBooleanLiteralType(e,!0))return"true";if(Nc.isBooleanLiteralType(e,!1))return"false"}function w1(e){var t;if(((t=e.heritageClauses)===null||t===void 0?void 0:t[0].token)===M.SyntaxKind.ExtendsKeyword)return e.heritageClauses[0].types[0]}Je.getBaseOfClassLikeExpression=w1});var P1=Gt(as=>{"use strict";ge();var JC=as&&as.__createBinding||(Object.create?function(e,t,a,_){_===void 0&&(_=a);var d=Object.getOwnPropertyDescriptor(t,a);(!d||("get"in d?!t.__esModule:d.writable||d.configurable))&&(d={enumerable:!0,get:function(){return t[a]}}),Object.defineProperty(e,_,d)}:function(e,t,a,_){_===void 0&&(_=a),e[_]=t[a]}),FC=as&&as.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),jC=as&&as.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(e!=null)for(var a in e)a!=="default"&&Object.prototype.hasOwnProperty.call(e,a)&&JC(t,e,a);return FC(t,e),t};Object.defineProperty(as,"__esModule",{value:!0});as.convertComments=void 0;var BC=vd(),A1=jC(pi()),qC=tp(),k1=zp();function UC(e,t){let a=[];return(0,BC.forEachComment)(e,(_,d)=>{let x=d.kind==A1.SyntaxKind.SingleLineCommentTrivia?k1.AST_TOKEN_TYPES.Line:k1.AST_TOKEN_TYPES.Block,$=[d.pos,d.end],Y=(0,qC.getLocFor)($[0],$[1],e),w=$[0]+2,K=d.kind===A1.SyntaxKind.SingleLineCommentTrivia?$[1]-w:$[1]-w-2;a.push({type:x,value:t.slice(w,w+K),range:$,loc:Y})},e),a}as.convertComments=UC});var Jd=Gt(_p=>{"use strict";ge();Object.defineProperty(_p,"__esModule",{value:!0});var sp={AssignmentExpression:["left","right"],AssignmentPattern:["left","right"],ArrayExpression:["elements"],ArrayPattern:["elements"],ArrowFunctionExpression:["params","body"],AwaitExpression:["argument"],BlockStatement:["body"],BinaryExpression:["left","right"],BreakStatement:["label"],CallExpression:["callee","arguments"],CatchClause:["param","body"],ChainExpression:["expression"],ClassBody:["body"],ClassDeclaration:["id","superClass","body"],ClassExpression:["id","superClass","body"],ConditionalExpression:["test","consequent","alternate"],ContinueStatement:["label"],DebuggerStatement:[],DoWhileStatement:["body","test"],EmptyStatement:[],ExportAllDeclaration:["exported","source"],ExportDefaultDeclaration:["declaration"],ExportNamedDeclaration:["declaration","specifiers","source"],ExportSpecifier:["exported","local"],ExpressionStatement:["expression"],ExperimentalRestProperty:["argument"],ExperimentalSpreadProperty:["argument"],ForStatement:["init","test","update","body"],ForInStatement:["left","right","body"],ForOfStatement:["left","right","body"],FunctionDeclaration:["id","params","body"],FunctionExpression:["id","params","body"],Identifier:[],IfStatement:["test","consequent","alternate"],ImportDeclaration:["specifiers","source"],ImportDefaultSpecifier:["local"],ImportExpression:["source"],ImportNamespaceSpecifier:["local"],ImportSpecifier:["imported","local"],JSXAttribute:["name","value"],JSXClosingElement:["name"],JSXElement:["openingElement","children","closingElement"],JSXEmptyExpression:[],JSXExpressionContainer:["expression"],JSXIdentifier:[],JSXMemberExpression:["object","property"],JSXNamespacedName:["namespace","name"],JSXOpeningElement:["name","attributes"],JSXSpreadAttribute:["argument"],JSXText:[],JSXFragment:["openingFragment","children","closingFragment"],JSXClosingFragment:[],JSXOpeningFragment:[],Literal:[],LabeledStatement:["label","body"],LogicalExpression:["left","right"],MemberExpression:["object","property"],MetaProperty:["meta","property"],MethodDefinition:["key","value"],NewExpression:["callee","arguments"],ObjectExpression:["properties"],ObjectPattern:["properties"],PrivateIdentifier:[],Program:["body"],Property:["key","value"],PropertyDefinition:["key","value"],RestElement:["argument"],ReturnStatement:["argument"],SequenceExpression:["expressions"],SpreadElement:["argument"],StaticBlock:["body"],Super:[],SwitchStatement:["discriminant","cases"],SwitchCase:["test","consequent"],TaggedTemplateExpression:["tag","quasi"],TemplateElement:[],TemplateLiteral:["quasis","expressions"],ThisExpression:[],ThrowStatement:["argument"],TryStatement:["block","handler","finalizer"],UnaryExpression:["argument"],UpdateExpression:["argument"],VariableDeclaration:["declarations"],VariableDeclarator:["id","init"],WhileStatement:["test","body"],WithStatement:["object","body"],YieldExpression:["argument"]},zC=Object.keys(sp);for(let e of zC)Object.freeze(sp[e]);Object.freeze(sp);var KC=new Set(["parent","leadingComments","trailingComments"]);function WC(e){return!KC.has(e)&&e[0]!=="_"}function HC(e){return Object.keys(e).filter(WC)}function GC(e){let t=Object.assign({},sp);for(let a of Object.keys(e))if(Object.prototype.hasOwnProperty.call(t,a)){let _=new Set(e[a]);for(let d of t[a])_.add(d);t[a]=Object.freeze(Array.from(_))}else t[a]=Object.freeze(Array.from(e[a]));return Object.freeze(t)}_p.KEYS=sp;_p.getKeys=HC;_p.unionWith=GC});var I1=Gt(Xp=>{"use strict";ge();Object.defineProperty(Xp,"__esModule",{value:!0});Xp.getKeys=void 0;var XC=Jd(),$C=XC.getKeys;Xp.getKeys=$C});var N1=Gt(os=>{"use strict";ge();var VC=os&&os.__createBinding||(Object.create?function(e,t,a,_){_===void 0&&(_=a);var d=Object.getOwnPropertyDescriptor(t,a);(!d||("get"in d?!t.__esModule:d.writable||d.configurable))&&(d={enumerable:!0,get:function(){return t[a]}}),Object.defineProperty(e,_,d)}:function(e,t,a,_){_===void 0&&(_=a),e[_]=t[a]}),QC=os&&os.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),YC=os&&os.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(e!=null)for(var a in e)a!=="default"&&Object.prototype.hasOwnProperty.call(e,a)&&VC(t,e,a);return QC(t,e),t};Object.defineProperty(os,"__esModule",{value:!0});os.visitorKeys=void 0;var ZC=YC(Jd()),e4={ImportAttribute:["key","value"],ArrayPattern:["decorators","elements","typeAnnotation"],ArrowFunctionExpression:["typeParameters","params","returnType","body"],AssignmentPattern:["decorators","left","right","typeAnnotation"],CallExpression:["callee","typeParameters","arguments"],ClassDeclaration:["decorators","id","typeParameters","superClass","superTypeParameters","implements","body"],ClassExpression:["decorators","id","typeParameters","superClass","superTypeParameters","implements","body"],ExportAllDeclaration:["exported","source","assertions"],ExportNamedDeclaration:["declaration","specifiers","source","assertions"],FunctionDeclaration:["id","typeParameters","params","returnType","body"],FunctionExpression:["id","typeParameters","params","returnType","body"],Identifier:["decorators","typeAnnotation"],ImportDeclaration:["specifiers","source","assertions"],ImportExpression:["source","attributes"],MethodDefinition:["decorators","key","value","typeParameters"],NewExpression:["callee","typeParameters","arguments"],ObjectPattern:["decorators","properties","typeAnnotation"],PropertyDefinition:["decorators","key","typeAnnotation","value"],RestElement:["decorators","argument","typeAnnotation"],TaggedTemplateExpression:["tag","typeParameters","quasi"],StaticBlock:["body"],JSXOpeningElement:["name","typeParameters","attributes"],JSXClosingFragment:[],JSXOpeningFragment:[],JSXSpreadChild:["expression"],Decorator:["expression"],TSAbstractKeyword:[],TSAbstractMethodDefinition:["key","value"],TSAbstractPropertyDefinition:["decorators","key","typeAnnotation"],TSAnyKeyword:[],TSArrayType:["elementType"],TSAsExpression:["expression","typeAnnotation"],TSAsyncKeyword:[],TSBigIntKeyword:[],TSBooleanKeyword:[],TSCallSignatureDeclaration:["typeParameters","params","returnType"],TSClassImplements:["expression","typeParameters"],TSConditionalType:["checkType","extendsType","trueType","falseType"],TSConstructorType:["typeParameters","params","returnType"],TSConstructSignatureDeclaration:["typeParameters","params","returnType"],TSDeclareFunction:["id","typeParameters","params","returnType","body"],TSDeclareKeyword:[],TSEmptyBodyFunctionExpression:["id","typeParameters","params","returnType"],TSEnumDeclaration:["id","members"],TSEnumMember:["id","initializer"],TSExportAssignment:["expression"],TSExportKeyword:[],TSExternalModuleReference:["expression"],TSFunctionType:["typeParameters","params","returnType"],TSImportEqualsDeclaration:["id","moduleReference"],TSImportType:["parameter","qualifier","typeParameters"],TSIndexedAccessType:["indexType","objectType"],TSIndexSignature:["parameters","typeAnnotation"],TSInferType:["typeParameter"],TSInstantiationExpression:["expression","typeParameters"],TSInterfaceBody:["body"],TSInterfaceDeclaration:["id","typeParameters","extends","body"],TSInterfaceHeritage:["expression","typeParameters"],TSIntersectionType:["types"],TSIntrinsicKeyword:[],TSLiteralType:["literal"],TSMappedType:["nameType","typeParameter","typeAnnotation"],TSMethodSignature:["typeParameters","key","params","returnType"],TSModuleBlock:["body"],TSModuleDeclaration:["id","body"],TSNamedTupleMember:["label","elementType"],TSNamespaceExportDeclaration:["id"],TSNeverKeyword:[],TSNonNullExpression:["expression"],TSNullKeyword:[],TSNumberKeyword:[],TSObjectKeyword:[],TSOptionalType:["typeAnnotation"],TSParameterProperty:["decorators","parameter"],TSPrivateKeyword:[],TSPropertySignature:["typeAnnotation","key","initializer"],TSProtectedKeyword:[],TSPublicKeyword:[],TSQualifiedName:["left","right"],TSReadonlyKeyword:[],TSRestType:["typeAnnotation"],TSStaticKeyword:[],TSStringKeyword:[],TSSymbolKeyword:[],TSTemplateLiteralType:["quasis","types"],TSThisType:[],TSTupleType:["elementTypes"],TSTypeAliasDeclaration:["id","typeParameters","typeAnnotation"],TSTypeAnnotation:["typeAnnotation"],TSTypeAssertion:["typeAnnotation","expression"],TSTypeLiteral:["members"],TSTypeOperator:["typeAnnotation"],TSTypeParameter:["name","constraint","default"],TSTypeParameterDeclaration:["params"],TSTypeParameterInstantiation:["params"],TSTypePredicate:["typeAnnotation","parameterName"],TSTypeQuery:["exprName","typeParameters"],TSTypeReference:["typeName","typeParameters"],TSUndefinedKeyword:[],TSUnionType:["types"],TSUnknownKeyword:[],TSVoidKeyword:[]},t4=ZC.unionWith(e4);os.visitorKeys=t4});var O1=Gt(Gu=>{"use strict";ge();Object.defineProperty(Gu,"__esModule",{value:!0});Gu.visitorKeys=Gu.getKeys=void 0;var r4=I1();Object.defineProperty(Gu,"getKeys",{enumerable:!0,get:function(){return r4.getKeys}});var n4=N1();Object.defineProperty(Gu,"visitorKeys",{enumerable:!0,get:function(){return n4.visitorKeys}})});var M1=Gt($p=>{"use strict";ge();Object.defineProperty($p,"__esModule",{value:!0});$p.simpleTraverse=void 0;var i4=O1();function a4(e){return e!==null&&typeof e=="object"&&typeof e.type=="string"}function o4(e,t){let a=e[t.type];return a!=null?a:[]}var Fd=class{constructor(t,a=!1){this.allVisitorKeys=i4.visitorKeys,this.selectors=t,this.setParentPointers=a}traverse(t,a){if(!a4(t))return;this.setParentPointers&&(t.parent=a),"enter"in this.selectors?this.selectors.enter(t,a):t.type in this.selectors&&this.selectors[t.type](t,a);let _=o4(this.allVisitorKeys,t);if(!(_.length<1))for(let d of _){let x=t[d];if(Array.isArray(x))for(let $ of x)this.traverse($,t);else this.traverse(x,t)}}};function s4(e,t,a=!1){new Fd(t,a).traverse(e,void 0)}$p.simpleTraverse=s4});var R1=Gt(Vp=>{"use strict";ge();Object.defineProperty(Vp,"__esModule",{value:!0});Vp.astConverter=void 0;var L1=rd(),_4=P1(),c4=tp(),u4=M1();function l4(e,t,a){let{parseDiagnostics:_}=e;if(_.length)throw(0,L1.convertError)(_[0]);let d=new L1.Converter(e,{errorOnUnknownASTType:t.errorOnUnknownASTType||!1,shouldPreserveNodeMaps:a}),x=d.convertProgram();(!t.range||!t.loc)&&(0,u4.simpleTraverse)(x,{enter:Y=>{t.range||delete Y.range,t.loc||delete Y.loc}}),t.tokens&&(x.tokens=(0,c4.convertTokens)(e)),t.comment&&(x.comments=(0,_4.convertComments)(e,t.code));let $=d.getASTMaps();return{estree:x,astMaps:$}}Vp.astConverter=l4});var Oc=Gt(fi=>{"use strict";ge();var p4=fi&&fi.__createBinding||(Object.create?function(e,t,a,_){_===void 0&&(_=a);var d=Object.getOwnPropertyDescriptor(t,a);(!d||("get"in d?!t.__esModule:d.writable||d.configurable))&&(d={enumerable:!0,get:function(){return t[a]}}),Object.defineProperty(e,_,d)}:function(e,t,a,_){_===void 0&&(_=a),e[_]=t[a]}),f4=fi&&fi.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),d4=fi&&fi.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(e!=null)for(var a in e)a!=="default"&&Object.prototype.hasOwnProperty.call(e,a)&&p4(t,e,a);return f4(t,e),t},m4=fi&&fi.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(fi,"__esModule",{value:!0});fi.getModuleResolver=fi.getAstFromProgram=fi.getCanonicalFileName=fi.ensureAbsolutePath=fi.createDefaultCompilerOptionsFromExtra=fi.canonicalDirname=fi.CORE_COMPILER_OPTIONS=void 0;var Xu=m4(Sc()),cp=d4(pi()),j1={noEmit:!0,noUnusedLocals:!0,noUnusedParameters:!0};fi.CORE_COMPILER_OPTIONS=j1;var J1=Object.assign(Object.assign({},j1),{allowNonTsExtensions:!0,allowJs:!0,checkJs:!0});function g4(e){return e.debugLevel.has("typescript")?Object.assign(Object.assign({},J1),{extendedDiagnostics:!0}):J1}fi.createDefaultCompilerOptionsFromExtra=g4;var y4=cp.sys!==void 0?cp.sys.useCaseSensitiveFileNames:!0,h4=y4?e=>e:e=>e.toLowerCase();function v4(e){let t=Xu.default.normalize(e);return t.endsWith(Xu.default.sep)&&(t=t.slice(0,-1)),h4(t)}fi.getCanonicalFileName=v4;function b4(e,t){return Xu.default.isAbsolute(e)?e:Xu.default.join(t.tsconfigRootDir||"/prettier-security-dirname-placeholder",e)}fi.ensureAbsolutePath=b4;function T4(e){return Xu.default.dirname(e)}fi.canonicalDirname=T4;var x4=[cp.Extension.Dts,cp.Extension.Dcts,cp.Extension.Dmts];function F1(e){var t;return e?(t=x4.find(a=>e.endsWith(a)))!==null&&t!==void 0?t:Xu.default.extname(e):null}function S4(e,t){let a=e.getSourceFile(t.filePath),_=F1(t.filePath),d=F1(a==null?void 0:a.fileName);if(_===d)return a&&{ast:a,program:e}}fi.getAstFromProgram=S4;function D4(e){let t;try{throw new Error("Dynamic require is not supported")}catch{let _=["Could not find the provided parserOptions.moduleResolver.","Hint: use an absolute path if you are not in control over where the ESLint instance runs."];throw new Error(_.join(`
|
|
234
|
+
`))}return t}fi.getModuleResolver=D4});var z1=Gt(xo=>{"use strict";ge();var E4=xo&&xo.__createBinding||(Object.create?function(e,t,a,_){_===void 0&&(_=a);var d=Object.getOwnPropertyDescriptor(t,a);(!d||("get"in d?!t.__esModule:d.writable||d.configurable))&&(d={enumerable:!0,get:function(){return t[a]}}),Object.defineProperty(e,_,d)}:function(e,t,a,_){_===void 0&&(_=a),e[_]=t[a]}),C4=xo&&xo.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),w4=xo&&xo.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(e!=null)for(var a in e)a!=="default"&&Object.prototype.hasOwnProperty.call(e,a)&&E4(t,e,a);return C4(t,e),t},U1=xo&&xo.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(xo,"__esModule",{value:!0});xo.createDefaultProgram=void 0;var A4=U1((T_(),la(b_))),B1=U1(Sc()),Qp=w4(pi()),q1=Oc(),k4=(0,A4.default)("typescript-eslint:typescript-estree:createDefaultProgram");function P4(e,t){if(k4("Getting default program for: %s",t.filePath||"unnamed file"),!t.projects||t.projects.length!==1)return;let a=t.projects[0],_=Qp.getParsedCommandLineOfConfigFile(a,(0,q1.createDefaultCompilerOptionsFromExtra)(t),Object.assign(Object.assign({},Qp.sys),{onUnRecoverableConfigFileDiagnostic:()=>{}}));if(!_)return;let d=Qp.createCompilerHost(_.options,!0);t.moduleResolver&&(d.resolveModuleNames=(0,q1.getModuleResolver)(t.moduleResolver).resolveModuleNames);let x=d.readFile;d.readFile=w=>B1.default.normalize(w)===B1.default.normalize(t.filePath)?e:x(w);let $=Qp.createProgram([t.filePath],_.options,d),Y=$.getSourceFile(t.filePath);return Y&&{ast:Y,program:$}}xo.createDefaultProgram=P4});var jd=Gt(za=>{"use strict";ge();var I4=za&&za.__createBinding||(Object.create?function(e,t,a,_){_===void 0&&(_=a);var d=Object.getOwnPropertyDescriptor(t,a);(!d||("get"in d?!t.__esModule:d.writable||d.configurable))&&(d={enumerable:!0,get:function(){return t[a]}}),Object.defineProperty(e,_,d)}:function(e,t,a,_){_===void 0&&(_=a),e[_]=t[a]}),N4=za&&za.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),O4=za&&za.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(e!=null)for(var a in e)a!=="default"&&Object.prototype.hasOwnProperty.call(e,a)&&I4(t,e,a);return N4(t,e),t},M4=za&&za.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(za,"__esModule",{value:!0});za.getLanguageVariant=za.getScriptKind=void 0;var L4=M4(Sc()),Ii=O4(pi());function R4(e,t){switch(L4.default.extname(e).toLowerCase()){case Ii.Extension.Js:case Ii.Extension.Cjs:case Ii.Extension.Mjs:return Ii.ScriptKind.JS;case Ii.Extension.Jsx:return Ii.ScriptKind.JSX;case Ii.Extension.Ts:case Ii.Extension.Cts:case Ii.Extension.Mts:return Ii.ScriptKind.TS;case Ii.Extension.Tsx:return Ii.ScriptKind.TSX;case Ii.Extension.Json:return Ii.ScriptKind.JSON;default:return t?Ii.ScriptKind.TSX:Ii.ScriptKind.TS}}za.getScriptKind=R4;function J4(e){switch(e){case Ii.ScriptKind.TSX:case Ii.ScriptKind.JSX:case Ii.ScriptKind.JS:case Ii.ScriptKind.JSON:return Ii.LanguageVariant.JSX;default:return Ii.LanguageVariant.Standard}}za.getLanguageVariant=J4});var K1=Gt(So=>{"use strict";ge();var F4=So&&So.__createBinding||(Object.create?function(e,t,a,_){_===void 0&&(_=a);var d=Object.getOwnPropertyDescriptor(t,a);(!d||("get"in d?!t.__esModule:d.writable||d.configurable))&&(d={enumerable:!0,get:function(){return t[a]}}),Object.defineProperty(e,_,d)}:function(e,t,a,_){_===void 0&&(_=a),e[_]=t[a]}),j4=So&&So.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),B4=So&&So.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(e!=null)for(var a in e)a!=="default"&&Object.prototype.hasOwnProperty.call(e,a)&&F4(t,e,a);return j4(t,e),t},q4=So&&So.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(So,"__esModule",{value:!0});So.createIsolatedProgram=void 0;var U4=q4((T_(),la(b_))),up=B4(pi()),z4=jd(),K4=Oc(),W4=(0,U4.default)("typescript-eslint:typescript-estree:createIsolatedProgram");function H4(e,t){W4("Getting isolated program in %s mode for: %s",t.jsx?"TSX":"TS",t.filePath);let a={fileExists(){return!0},getCanonicalFileName(){return t.filePath},getCurrentDirectory(){return""},getDirectories(){return[]},getDefaultLibFileName(){return"lib.d.ts"},getNewLine(){return`
|
|
235
|
+
`},getSourceFile(x){return up.createSourceFile(x,e,up.ScriptTarget.Latest,!0,(0,z4.getScriptKind)(t.filePath,t.jsx))},readFile(){},useCaseSensitiveFileNames(){return!0},writeFile(){return null}},_=up.createProgram([t.filePath],Object.assign({noResolve:!0,target:up.ScriptTarget.Latest,jsx:t.jsx?up.JsxEmit.Preserve:void 0},(0,K4.createDefaultCompilerOptionsFromExtra)(t)),a),d=_.getSourceFile(t.filePath);if(!d)throw new Error("Expected an ast to be returned for the single-file isolated program.");return{ast:d,program:_}}So.createIsolatedProgram=H4});var W1={};Tp(W1,{default:()=>G4});var G4,H1=Bl(()=>{ge();G4={}});var Bd=Gt((RA,Yp)=>{ge();var Mc=(H1(),la(W1));if(Mc&&Mc.default){Yp.exports=Mc.default;for(let e in Mc)Yp.exports[e]=Mc[e]}else Mc&&(Yp.exports=Mc)});var Y1=Gt(wa=>{"use strict";ge();var X4=wa&&wa.__createBinding||(Object.create?function(e,t,a,_){_===void 0&&(_=a);var d=Object.getOwnPropertyDescriptor(t,a);(!d||("get"in d?!t.__esModule:d.writable||d.configurable))&&(d={enumerable:!0,get:function(){return t[a]}}),Object.defineProperty(e,_,d)}:function(e,t,a,_){_===void 0&&(_=a),e[_]=t[a]}),$4=wa&&wa.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),V4=wa&&wa.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(e!=null)for(var a in e)a!=="default"&&Object.prototype.hasOwnProperty.call(e,a)&&X4(t,e,a);return $4(t,e),t},Kd=wa&&wa.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(wa,"__esModule",{value:!0});wa.getProgramsForProjects=wa.createWatchProgram=wa.clearWatchCaches=void 0;var Q4=Kd((T_(),la(b_))),$1=Kd(Bd()),Y4=Kd(Bp()),Ca=V4(pi()),ss=Oc(),Ka=(0,Q4.default)("typescript-eslint:typescript-estree:createWatchProgram"),Zp=new Map,lp=new Map,Wd=new Map,$u=new Map,zd=new Map,Hd=new Map;function Z4(){Zp.clear(),lp.clear(),Wd.clear(),Hd.clear(),$u.clear(),zd.clear()}wa.clearWatchCaches=Z4;function G1(e){return(t,a)=>{let _=(0,ss.getCanonicalFileName)(t),d=(()=>{let x=e.get(_);return x||(x=new Set,e.set(_,x)),x})();return d.add(a),{close:()=>{d.delete(a)}}}}var ef={code:"",filePath:""};function qd(e){throw new Error(Ca.flattenDiagnosticMessageText(e.messageText,Ca.sys.newLine))}function V1(e){var t;return!((t=Ca.sys)===null||t===void 0)&&t.createHash?Ca.sys.createHash(e):e}function Ud(e,t,a){let _=a.EXPERIMENTAL_useSourceOfProjectReferenceRedirect?new Set(t.getSourceFiles().map(d=>(0,ss.getCanonicalFileName)(d.fileName))):new Set(t.getRootFileNames().map(d=>(0,ss.getCanonicalFileName)(d)));return $u.set(e,_),_}function e3(e,t,a){let _=(0,ss.getCanonicalFileName)(t),d=[];ef.code=e,ef.filePath=_;let x=lp.get(_),$=V1(e);Hd.get(_)!==$&&x&&x.size>0&&x.forEach(Y=>Y(_,Ca.FileWatcherEventKind.Changed));for(let[Y,w]of Zp.entries()){let K=$u.get(Y),qe=null;if(K||(qe=w.getProgram().getProgram(),K=Ud(Y,qe,a)),K.has(_))return Ka("Found existing program for file. %s",_),qe=qe!=null?qe:w.getProgram().getProgram(),qe.getTypeChecker(),[qe]}Ka("File did not belong to any existing programs, moving to create/update. %s",_);for(let Y of a.projects){let w=Zp.get(Y);if(w){let ne=r3(w,_,Y);if(!ne)continue;if(ne.getTypeChecker(),Ud(Y,ne,a).has(_))return Ka("Found updated program for file. %s",_),[ne];d.push(ne);continue}let K=Q1(Y,a);Zp.set(Y,K);let qe=K.getProgram().getProgram();if(qe.getTypeChecker(),Ud(Y,qe,a).has(_))return Ka("Found program for file. %s",_),[qe];d.push(qe)}return d}wa.getProgramsForProjects=e3;var X1=Y4.default.satisfies(Ca.version,">=3.9.0-beta",{includePrerelease:!0});function Q1(e,t){Ka("Creating watch program for %s.",e);let a=Ca.createWatchCompilerHost(e,(0,ss.createDefaultCompilerOptionsFromExtra)(t),Ca.sys,Ca.createAbstractBuilder,qd,()=>{});t.moduleResolver&&(a.resolveModuleNames=(0,ss.getModuleResolver)(t.moduleResolver).resolveModuleNames);let _=a.readFile;a.readFile=(Y,w)=>{let K=(0,ss.getCanonicalFileName)(Y),qe=K===ef.filePath?ef.code:_(K,w);return qe!==void 0&&Hd.set(K,V1(qe)),qe},a.onUnRecoverableConfigFileDiagnostic=qd,a.afterProgramCreate=Y=>{let w=Y.getConfigFileParsingDiagnostics().filter(K=>K.category===Ca.DiagnosticCategory.Error&&K.code!==18003);w.length>0&&qd(w[0])},a.watchFile=G1(lp),a.watchDirectory=G1(Wd);let d=a.onCachedDirectoryStructureHostCreate;a.onCachedDirectoryStructureHostCreate=Y=>{let w=Y.readDirectory;Y.readDirectory=(K,qe,ye,ne,U)=>w(K,qe?qe.concat(t.extraFileExtensions):void 0,ye,ne,U),d(Y)},a.extraFileExtensions=t.extraFileExtensions.map(Y=>({extension:Y,isMixedContent:!0,scriptKind:Ca.ScriptKind.Deferred})),a.trace=Ka,a.useSourceOfProjectReferenceRedirect=()=>t.EXPERIMENTAL_useSourceOfProjectReferenceRedirect;let x;X1?(a.setTimeout=void 0,a.clearTimeout=void 0):(Ka("Running without timeout fix"),a.setTimeout=(Y,w,...K)=>(x=Y.bind(void 0,...K),x),a.clearTimeout=()=>{x=void 0});let $=Ca.createWatchProgram(a);if(!X1){let Y=$.getProgram;$.getProgram=()=>(x&&x(),x=void 0,Y.call($))}return $}wa.createWatchProgram=Q1;function t3(e){let a=$1.default.statSync(e).mtimeMs,_=zd.get(e);return zd.set(e,a),_===void 0?!1:Math.abs(_-a)>Number.EPSILON}function r3(e,t,a){let _=e.getProgram().getProgram();if(vt.env.TSESTREE_NO_INVALIDATION==="true")return _;t3(a)&&(Ka("tsconfig has changed - triggering program update. %s",a),lp.get(a).forEach(ne=>ne(a,Ca.FileWatcherEventKind.Changed)),$u.delete(a));let d=_.getSourceFile(t);if(d)return _;Ka("File was not found in program - triggering folder update. %s",t);let x=(0,ss.canonicalDirname)(t),$=null,Y=x,w=!1;for(;$!==Y;){$=Y;let ne=Wd.get($);ne&&(ne.forEach(U=>{x!==$&&U(x,Ca.FileWatcherEventKind.Changed),U($,Ca.FileWatcherEventKind.Changed)}),w=!0),Y=(0,ss.canonicalDirname)($)}if(!w)return Ka("No callback found for file, not part of this program. %s",t),null;if($u.delete(a),_=e.getProgram().getProgram(),d=_.getSourceFile(t),d)return _;Ka("File was still not found in program after directory update - checking file deletions. %s",t);let qe=_.getRootFileNames().find(ne=>!$1.default.existsSync(ne));if(!qe)return null;let ye=lp.get((0,ss.getCanonicalFileName)(qe));return ye?(Ka("Marking file as deleted. %s",qe),ye.forEach(ne=>ne(qe,Ca.FileWatcherEventKind.Deleted)),$u.delete(a),_=e.getProgram().getProgram(),d=_.getSourceFile(t),d?_:(Ka("File was still not found in program after deletion check, assuming it is not part of this program. %s",t),null)):(Ka("Could not find watch callbacks for root file. %s",qe),_)}});var r0=Gt(Do=>{"use strict";ge();var n3=Do&&Do.__createBinding||(Object.create?function(e,t,a,_){_===void 0&&(_=a);var d=Object.getOwnPropertyDescriptor(t,a);(!d||("get"in d?!t.__esModule:d.writable||d.configurable))&&(d={enumerable:!0,get:function(){return t[a]}}),Object.defineProperty(e,_,d)}:function(e,t,a,_){_===void 0&&(_=a),e[_]=t[a]}),i3=Do&&Do.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),a3=Do&&Do.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(e!=null)for(var a in e)a!=="default"&&Object.prototype.hasOwnProperty.call(e,a)&&n3(t,e,a);return i3(t,e),t},t0=Do&&Do.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(Do,"__esModule",{value:!0});Do.createProjectProgram=void 0;var o3=t0((T_(),la(b_))),Z1=t0(Sc()),E_=a3(pi()),s3=tp(),_3=Y1(),c3=Oc(),u3=(0,o3.default)("typescript-eslint:typescript-estree:createProjectProgram"),e0=[E_.Extension.Ts,E_.Extension.Tsx,E_.Extension.Js,E_.Extension.Jsx,E_.Extension.Mjs,E_.Extension.Mts,E_.Extension.Cjs,E_.Extension.Cts];function l3(e,t,a){u3("Creating project program for: %s",a.filePath);let _=(0,s3.firstDefined)((0,_3.getProgramsForProjects)(e,a.filePath,a),d=>(0,c3.getAstFromProgram)(d,a));if(!_&&!t){let d=['"parserOptions.project" has been set for @typescript-eslint/parser.',`The file does not match your project config: ${Z1.default.relative(a.tsconfigRootDir||"/prettier-security-dirname-placeholder",a.filePath)}.`],x=!1,$=a.extraFileExtensions||[];$.forEach(w=>{w.startsWith(".")||d.push(`Found unexpected extension "${w}" specified with the "extraFileExtensions" option. Did you mean ".${w}"?`),e0.includes(w)&&d.push(`You unnecessarily included the extension "${w}" with the "extraFileExtensions" option. This extension is already handled by the parser by default.`)});let Y=Z1.default.extname(a.filePath);if(!e0.includes(Y)){let w=`The extension for the file (${Y}) is non-standard`;$.length>0?$.includes(Y)||(d.push(`${w}. It should be added to your existing "parserOptions.extraFileExtensions".`),x=!0):(d.push(`${w}. You should add "parserOptions.extraFileExtensions" to your config.`),x=!0)}throw x||d.push("The file must be included in at least one of the projects provided."),new Error(d.join(`
|
|
236
|
+
`))}return _}Do.createProjectProgram=l3});var i0=Gt(Eo=>{"use strict";ge();var p3=Eo&&Eo.__createBinding||(Object.create?function(e,t,a,_){_===void 0&&(_=a);var d=Object.getOwnPropertyDescriptor(t,a);(!d||("get"in d?!t.__esModule:d.writable||d.configurable))&&(d={enumerable:!0,get:function(){return t[a]}}),Object.defineProperty(e,_,d)}:function(e,t,a,_){_===void 0&&(_=a),e[_]=t[a]}),f3=Eo&&Eo.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),d3=Eo&&Eo.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(e!=null)for(var a in e)a!=="default"&&Object.prototype.hasOwnProperty.call(e,a)&&p3(t,e,a);return f3(t,e),t},m3=Eo&&Eo.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(Eo,"__esModule",{value:!0});Eo.createSourceFile=void 0;var g3=m3((T_(),la(b_))),n0=d3(pi()),y3=jd(),h3=(0,g3.default)("typescript-eslint:typescript-estree:createSourceFile");function v3(e,t){return h3("Getting AST without type information in %s mode for: %s",t.jsx?"TSX":"TS",t.filePath),n0.createSourceFile(t.filePath,e,n0.ScriptTarget.Latest,!0,(0,y3.getScriptKind)(t.filePath,t.jsx))}Eo.createSourceFile=v3});var c0=Gt(Wa=>{"use strict";ge();var b3=Wa&&Wa.__createBinding||(Object.create?function(e,t,a,_){_===void 0&&(_=a);var d=Object.getOwnPropertyDescriptor(t,a);(!d||("get"in d?!t.__esModule:d.writable||d.configurable))&&(d={enumerable:!0,get:function(){return t[a]}}),Object.defineProperty(e,_,d)}:function(e,t,a,_){_===void 0&&(_=a),e[_]=t[a]}),T3=Wa&&Wa.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),Gd=Wa&&Wa.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(e!=null)for(var a in e)a!=="default"&&Object.prototype.hasOwnProperty.call(e,a)&&b3(t,e,a);return T3(t,e),t},x3=Wa&&Wa.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(Wa,"__esModule",{value:!0});Wa.createProgramFromConfigFile=Wa.useProvidedPrograms=void 0;var S3=x3((T_(),la(b_))),a0=Gd(Bd()),s0=Gd(Sc()),Lc=Gd(pi()),_0=Oc(),D3=(0,S3.default)("typescript-eslint:typescript-estree:useProvidedProgram");function E3(e,t){D3("Retrieving ast for %s from provided program instance(s)",t.filePath);let a;for(let _ of e)if(a=(0,_0.getAstFromProgram)(_,t),a)break;if(!a){let _=s0.relative(t.tsconfigRootDir||"/prettier-security-dirname-placeholder",t.filePath),d=['"parserOptions.programs" has been provided for @typescript-eslint/parser.',`The file was not found in any of the provided program instance(s): ${_}`];throw new Error(d.join(`
|
|
237
|
+
`))}return a.program.getTypeChecker(),a}Wa.useProvidedPrograms=E3;function C3(e,t){if(Lc.sys===void 0)throw new Error("`createProgramFromConfigFile` is only supported in a Node-like environment.");let _=Lc.getParsedCommandLineOfConfigFile(e,_0.CORE_COMPILER_OPTIONS,{onUnRecoverableConfigFileDiagnostic:x=>{throw new Error(o0([x]))},fileExists:a0.existsSync,getCurrentDirectory:()=>t&&s0.resolve(t)||"/prettier-security-dirname-placeholder",readDirectory:Lc.sys.readDirectory,readFile:x=>a0.readFileSync(x,"utf-8"),useCaseSensitiveFileNames:Lc.sys.useCaseSensitiveFileNames});if(_.errors.length)throw new Error(o0(_.errors));let d=Lc.createCompilerHost(_.options,!0);return Lc.createProgram(_.fileNames,_.options,d)}Wa.createProgramFromConfigFile=C3;function o0(e){return Lc.formatDiagnostics(e,{getCanonicalFileName:t=>t,getCurrentDirectory:vt.cwd,getNewLine:()=>`
|
|
238
|
+
`})}});var f0=Gt(tf=>{"use strict";ge();Object.defineProperty(tf,"__esModule",{value:!0});tf.getFirstSemanticOrSyntacticError=void 0;var u0=pi();function w3(e,t){try{let a=l0(e.getSyntacticDiagnostics(t));if(a.length)return p0(a[0]);let _=l0(e.getSemanticDiagnostics(t));return _.length?p0(_[0]):void 0}catch(a){console.warn(`Warning From TSC: "${a.message}`);return}}tf.getFirstSemanticOrSyntacticError=w3;function l0(e){return e.filter(t=>{switch(t.code){case 1013:case 1014:case 1044:case 1045:case 1048:case 1049:case 1070:case 1071:case 1085:case 1090:case 1096:case 1097:case 1098:case 1099:case 1117:case 1121:case 1123:case 1141:case 1162:case 1164:case 1172:case 1173:case 1175:case 1176:case 1190:case 1196:case 1200:case 1206:case 1211:case 1242:case 1246:case 1255:case 1308:case 2364:case 2369:case 2452:case 2462:case 8017:case 17012:case 17013:return!0}return!1})}function p0(e){return Object.assign(Object.assign({},e),{message:(0,u0.flattenDiagnosticMessageText)(e.messageText,u0.sys.newLine)})}});var A0=Gt($i=>{"use strict";ge();var A3=$i&&$i.__createBinding||(Object.create?function(e,t,a,_){_===void 0&&(_=a);var d=Object.getOwnPropertyDescriptor(t,a);(!d||("get"in d?!t.__esModule:d.writable||d.configurable))&&(d={enumerable:!0,get:function(){return t[a]}}),Object.defineProperty(e,_,d)}:function(e,t,a,_){_===void 0&&(_=a),e[_]=t[a]}),k3=$i&&$i.__setModuleDefault||(Object.create?function(e,t){Object.defineProperty(e,"default",{enumerable:!0,value:t})}:function(e,t){e.default=t}),P3=$i&&$i.__importStar||function(e){if(e&&e.__esModule)return e;var t={};if(e!=null)for(var a in e)a!=="default"&&Object.prototype.hasOwnProperty.call(e,a)&&A3(t,e,a);return k3(t,e),t},Vd=$i&&$i.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty($i,"__esModule",{value:!0});$i.clearParseAndGenerateServicesCalls=$i.clearProgramCache=$i.parseWithNodeMaps=$i.parseAndGenerateServices=$i.parse=void 0;var Xd=Vd((T_(),la(b_))),XA=Vd(Ym()),I3=Sc(),N3=Vd(Bp()),O3=P3(pi()),m0=R1(),M3=rd(),L3=z1(),g0=K1(),R3=r0(),J3=i0(),F3=Oc(),y0=c0(),j3=f0(),h0=(0,Xd.default)("typescript-eslint:typescript-estree:parser"),v0=">=3.3.1 <4.9.0",B3=[],b0=O3.version,q3=N3.default.satisfies(b0,[v0].concat(B3).join(" || ")),Or,d0=!1,$d=new Map;function U3(){$d.clear()}$i.clearProgramCache=U3;function T0(e){return typeof e!="string"?String(e):e}function z3(e,t,a,_){return t&&(0,y0.useProvidedPrograms)(t,Or)||a&&(0,R3.createProjectProgram)(e,_,Or)||a&&_&&(0,L3.createDefaultProgram)(e,Or)||(0,g0.createIsolatedProgram)(e,Or)}function x0({jsx:e}={}){return e?"estree.tsx":"estree.ts"}function S0(){Or={code:"",comment:!1,comments:[],createDefaultProgram:!1,debugLevel:new Set,errorOnTypeScriptSyntacticAndSemanticIssues:!1,errorOnUnknownASTType:!1,EXPERIMENTAL_useSourceOfProjectReferenceRedirect:!1,extraFileExtensions:[],filePath:x0(),jsx:!1,loc:!1,log:console.log,preserveNodeMaps:!0,programs:null,projects:[],range:!1,strict:!1,tokens:null,tsconfigRootDir:"/prettier-security-dirname-placeholder",singleRun:!1,moduleResolver:""}}function D0(e){var t;if(e.debugLevel===!0?Or.debugLevel=new Set(["typescript-eslint"]):Array.isArray(e.debugLevel)&&(Or.debugLevel=new Set(e.debugLevel)),Or.debugLevel.size>0){let a=[];Or.debugLevel.has("typescript-eslint")&&a.push("typescript-eslint:*"),(Or.debugLevel.has("eslint")||Xd.default.enabled("eslint:*,-eslint:code-path"))&&a.push("eslint:*,-eslint:code-path"),Xd.default.enable(a.join(","))}if(Or.range=typeof e.range=="boolean"&&e.range,Or.loc=typeof e.loc=="boolean"&&e.loc,typeof e.tokens=="boolean"&&e.tokens&&(Or.tokens=[]),typeof e.comment=="boolean"&&e.comment&&(Or.comment=!0,Or.comments=[]),typeof e.jsx!="boolean"?Or.jsx=!1:Or.jsx=e.jsx,typeof e.filePath=="string"&&e.filePath!=="<input>"?Or.filePath=e.filePath:Or.filePath=x0(Or),typeof e.errorOnUnknownASTType=="boolean"&&e.errorOnUnknownASTType&&(Or.errorOnUnknownASTType=!0),typeof e.loggerFn=="function"?Or.log=e.loggerFn:e.loggerFn===!1&&(Or.log=()=>{}),typeof e.tsconfigRootDir=="string"&&(Or.tsconfigRootDir=e.tsconfigRootDir),Or.filePath=(0,F3.ensureAbsolutePath)(Or.filePath,Or),Array.isArray(e.programs)){if(!e.programs.length)throw new Error("You have set parserOptions.programs to an empty array. This will cause all files to not be found in existing programs. Either provide one or more existing TypeScript Program instances in the array, or remove the parserOptions.programs setting.");Or.programs=e.programs,h0("parserOptions.programs was provided, so parserOptions.project will be ignored.")}if(!Or.programs){let a=((t=e.projectFolderIgnoreList)!==null&&t!==void 0?t:["**/node_modules/**"]).reduce((_,d)=>(typeof d=="string"&&_.push(d),_),[]).map(_=>_.startsWith("!")?_:`!${_}`);Or.projects=[]}Array.isArray(e.extraFileExtensions)&&e.extraFileExtensions.every(a=>typeof a=="string")&&(Or.extraFileExtensions=e.extraFileExtensions),typeof e.preserveNodeMaps=="boolean"&&(Or.preserveNodeMaps=e.preserveNodeMaps),Or.createDefaultProgram=typeof e.createDefaultProgram=="boolean"&&e.createDefaultProgram,Or.EXPERIMENTAL_useSourceOfProjectReferenceRedirect=typeof e.EXPERIMENTAL_useSourceOfProjectReferenceRedirect=="boolean"&&e.EXPERIMENTAL_useSourceOfProjectReferenceRedirect,typeof e.moduleResolver=="string"&&(Or.moduleResolver=e.moduleResolver)}function E0(){var e;if(!q3&&!d0){if(typeof vt>"u"?!1:(e=vt.stdout)===null||e===void 0?void 0:e.isTTY){let a="=============",_=[a,"WARNING: You are currently running a version of TypeScript which is not officially supported by @typescript-eslint/typescript-estree.","You may find that it works just fine, or you may not.",`SUPPORTED TYPESCRIPT VERSIONS: ${v0}`,`YOUR TYPESCRIPT VERSION: ${b0}`,"Please only submit bug reports when using the officially supported version.",a];Or.log(_.join(`
|
|
239
|
+
|
|
240
|
+
`))}d0=!0}}function C0(e){if(vt.env.TSESTREE_SINGLE_RUN==="false"){Or.singleRun=!1;return}if(vt.env.TSESTREE_SINGLE_RUN==="true"){Or.singleRun=!0;return}if(e!=null&&e.allowAutomaticSingleRunInference&&(vt.env.CI==="true"||vt.argv[1].endsWith((0,I3.normalize)("node_modules/.bin/eslint")))){Or.singleRun=!0;return}Or.singleRun=!1}function K3(e,t){let{ast:a}=w0(e,t,!1);return a}$i.parse=K3;function w0(e,t,a){if(S0(),t!=null&&t.errorOnTypeScriptSyntacticAndSemanticIssues)throw new Error('"errorOnTypeScriptSyntacticAndSemanticIssues" is only supported for parseAndGenerateServices()');e=T0(e),Or.code=e,typeof t<"u"&&D0(t),E0(),C0(t);let _=(0,J3.createSourceFile)(e,Or),{estree:d,astMaps:x}=(0,m0.astConverter)(_,Or,a);return{ast:d,esTreeNodeToTSNodeMap:x.esTreeNodeToTSNodeMap,tsNodeToESTreeNodeMap:x.tsNodeToESTreeNodeMap}}function W3(e,t){return w0(e,t,!0)}$i.parseWithNodeMaps=W3;var rf={};function H3(){rf={}}$i.clearParseAndGenerateServicesCalls=H3;function G3(e,t){var a;S0(),e=T0(e),Or.code=e,typeof t<"u"&&(D0(t),typeof t.errorOnTypeScriptSyntacticAndSemanticIssues=="boolean"&&t.errorOnTypeScriptSyntacticAndSemanticIssues&&(Or.errorOnTypeScriptSyntacticAndSemanticIssues=!0)),E0(),C0(t),Or.singleRun&&!Or.programs&&((a=Or.projects)===null||a===void 0?void 0:a.length)>0&&(Or.programs={*[Symbol.iterator](){for(let K of Or.projects){let qe=$d.get(K);if(qe)yield qe;else{h0("Detected single-run/CLI usage, creating Program once ahead of time for project: %s",K);let ye=(0,y0.createProgramFromConfigFile)(K);$d.set(K,ye),yield ye}}}});let _=Or.programs!=null||Or.projects&&Or.projects.length>0,d,x;if(Or.singleRun&&t.filePath&&(rf[t.filePath]=(rf[t.filePath]||0)+1),Or.singleRun&&t.filePath&&rf[t.filePath]>1){let K=(0,g0.createIsolatedProgram)(e,Or);d=K.ast,x=K.program}else{let K=z3(e,Or.programs,_,Or.createDefaultProgram);d=K.ast,x=K.program}let $=typeof Or.preserveNodeMaps=="boolean"?Or.preserveNodeMaps:!0,{estree:Y,astMaps:w}=(0,m0.astConverter)(d,Or,$);if(x&&Or.errorOnTypeScriptSyntacticAndSemanticIssues){let K=(0,j3.getFirstSemanticOrSyntacticError)(x,d);if(K)throw(0,M3.convertError)(K)}return{ast:Y,services:{hasFullTypeInformation:_,program:x,esTreeNodeToTSNodeMap:w.esTreeNodeToTSNodeMap,tsNodeToESTreeNodeMap:w.tsNodeToESTreeNodeMap}}}$i.parseAndGenerateServices=G3});ge();ge();function Q2(e,t){let a=new SyntaxError(e+" ("+t.loc.start.line+":"+t.loc.start.column+")");return Object.assign(a,t)}var xp=Q2;ge();function Y2(...e){let t;for(let[a,_]of e.entries())try{return{result:_()}}catch(d){a===0&&(t=d)}return{error:t}}var Am=Y2;ge();ge();var Lu=wm(Lm(),1);ge();ge();function _v(e){if(!e.startsWith("#!"))return"";let t=e.indexOf(`
|
|
241
|
+
`);return t===-1?e:e.slice(0,t)}var Rm=_v;function cv(e){let t=Rm(e);t&&(e=e.slice(t.length+1));let a=(0,Lu.extract)(e),{pragmas:_,comments:d}=(0,Lu.parseWithComments)(a);return{shebang:t,text:e,pragmas:_,comments:d}}function Jm(e){let t=Object.keys(cv(e).pragmas);return t.includes("prettier")||t.includes("format")}ge();ge();function uv(e){return Array.isArray(e)&&e.length>0}var Ru=uv;function Oa(e,t){let{ignoreDecorators:a}=t||{};if(!a){let _=e.declaration&&e.declaration.decorators||e.decorators;if(Ru(_))return Oa(_[0])}return e.range?e.range[0]:e.start}function ro(e){return e.range?e.range[1]:e.end}function lv(e){return e=typeof e=="function"?{parse:e}:e,{astFormat:"estree",hasPragma:Jm,locStart:Oa,locEnd:ro,...e}}var Fm=lv;ge();function pv(e){return e.charAt(0)==="#"&&e.charAt(1)==="!"?"//"+e.slice(2):e}var jm=pv;ge();ge();var fv=(e,t,a,..._)=>{if(!(e&&t==null))return t.at?t.at(a,..._):t[a<0?t.length+a:a]},Sp=fv;ge();function dv({type:e}){return e.startsWith("TS")&&e.endsWith("Keyword")}var Bm=dv;ge();ge();var mv=new Set(["Block","CommentBlock","MultiLine"]),gv=e=>mv.has(e==null?void 0:e.type),ql=gv;function yv(e){return ql(e)&&e.value[0]==="*"&&/@type\b/.test(e.value)}var qm=yv;ge();function hv(e){let t=`*${e.value}*`.split(`
|
|
242
|
+
`);return t.length>1&&t.every(a=>a.trimStart()[0]==="*")}var Df=hv;ge();ge();ge();ge();var Ul=null;function zl(e){if(Ul!==null&&typeof Ul.property){let t=Ul;return Ul=zl.prototype=null,t}return Ul=zl.prototype=e==null?Object.create(null):e,new zl}var vv=10;for(let e=0;e<=vv;e++)zl();function Ef(e){return zl(e)}function bv(e,t="type"){Ef(e);function a(_){let d=_[t],x=e[d];if(!Array.isArray(x))throw Object.assign(new Error(`Missing visitor keys for '${d}'.`),{node:_});return x}return a}var Um=bv;var zm={ArrayExpression:["elements"],AssignmentExpression:["left","right"],BinaryExpression:["left","right"],InterpreterDirective:[],Directive:["value"],DirectiveLiteral:[],BlockStatement:["directives","body"],BreakStatement:["label"],CallExpression:["callee","arguments","typeParameters","typeArguments"],CatchClause:["param","body"],ConditionalExpression:["test","consequent","alternate"],ContinueStatement:["label"],DebuggerStatement:[],DoWhileStatement:["test","body"],EmptyStatement:[],ExpressionStatement:["expression"],File:["program"],ForInStatement:["left","right","body"],ForStatement:["init","test","update","body"],FunctionDeclaration:["id","params","body","returnType","typeParameters","predicate"],FunctionExpression:["id","params","body","returnType","typeParameters"],Identifier:["typeAnnotation","decorators"],IfStatement:["test","consequent","alternate"],LabeledStatement:["label","body"],StringLiteral:[],NumericLiteral:[],NullLiteral:[],BooleanLiteral:[],RegExpLiteral:[],LogicalExpression:["left","right"],MemberExpression:["object","property"],NewExpression:["callee","arguments","typeParameters","typeArguments"],Program:["directives","body","interpreter"],ObjectExpression:["properties"],ObjectMethod:["key","params","body","decorators","returnType","typeParameters"],ObjectProperty:["key","value","decorators"],RestElement:["argument","typeAnnotation","decorators"],ReturnStatement:["argument"],SequenceExpression:["expressions"],ParenthesizedExpression:["expression"],SwitchCase:["test","consequent"],SwitchStatement:["discriminant","cases"],ThisExpression:[],ThrowStatement:["argument"],TryStatement:["block","handler","finalizer"],UnaryExpression:["argument"],UpdateExpression:["argument"],VariableDeclaration:["declarations"],VariableDeclarator:["id","init"],WhileStatement:["test","body"],WithStatement:["object","body"],AssignmentPattern:["left","right","decorators","typeAnnotation"],ArrayPattern:["elements","typeAnnotation","decorators"],ArrowFunctionExpression:["params","body","returnType","typeParameters","predicate"],ClassBody:["body"],ClassExpression:["id","body","superClass","mixins","typeParameters","superTypeParameters","implements","decorators"],ClassDeclaration:["id","body","superClass","mixins","typeParameters","superTypeParameters","implements","decorators"],ExportAllDeclaration:["source","exported","assertions"],ExportDefaultDeclaration:["declaration"],ExportNamedDeclaration:["declaration","specifiers","source","assertions"],ExportSpecifier:["local","exported"],ForOfStatement:["left","right","body"],ImportDeclaration:["specifiers","source","assertions"],ImportDefaultSpecifier:["local"],ImportNamespaceSpecifier:["local"],ImportSpecifier:["local","imported"],MetaProperty:["meta","property"],ClassMethod:["key","params","body","decorators","returnType","typeParameters"],ObjectPattern:["properties","typeAnnotation","decorators"],SpreadElement:["argument"],Super:[],TaggedTemplateExpression:["tag","quasi","typeParameters"],TemplateElement:[],TemplateLiteral:["quasis","expressions"],YieldExpression:["argument"],AwaitExpression:["argument"],Import:[],BigIntLiteral:[],ExportNamespaceSpecifier:["exported"],OptionalMemberExpression:["object","property"],OptionalCallExpression:["callee","arguments","typeParameters","typeArguments"],ClassProperty:["key","value","typeAnnotation","decorators","variance"],ClassAccessorProperty:["key","value","typeAnnotation","decorators"],ClassPrivateProperty:["key","value","decorators","typeAnnotation","variance"],ClassPrivateMethod:["key","params","body","decorators","returnType","typeParameters"],PrivateName:["id"],StaticBlock:["body"],AnyTypeAnnotation:[],ArrayTypeAnnotation:["elementType"],BooleanTypeAnnotation:[],BooleanLiteralTypeAnnotation:[],NullLiteralTypeAnnotation:[],ClassImplements:["id","typeParameters"],DeclareClass:["id","typeParameters","extends","mixins","implements","body"],DeclareFunction:["id","predicate"],DeclareInterface:["id","typeParameters","extends","mixins","implements","body"],DeclareModule:["id","body"],DeclareModuleExports:["typeAnnotation"],DeclareTypeAlias:["id","typeParameters","right"],DeclareOpaqueType:["id","typeParameters","supertype"],DeclareVariable:["id"],DeclareExportDeclaration:["declaration","specifiers","source"],DeclareExportAllDeclaration:["source"],DeclaredPredicate:["value"],ExistsTypeAnnotation:[],FunctionTypeAnnotation:["typeParameters","params","rest","returnType","this"],FunctionTypeParam:["name","typeAnnotation"],GenericTypeAnnotation:["id","typeParameters"],InferredPredicate:[],InterfaceExtends:["id","typeParameters"],InterfaceDeclaration:["id","typeParameters","extends","mixins","implements","body"],InterfaceTypeAnnotation:["extends","body"],IntersectionTypeAnnotation:["types"],MixedTypeAnnotation:[],EmptyTypeAnnotation:[],NullableTypeAnnotation:["typeAnnotation"],NumberLiteralTypeAnnotation:[],NumberTypeAnnotation:[],ObjectTypeAnnotation:["properties","indexers","callProperties","internalSlots"],ObjectTypeInternalSlot:["id","value","optional","static","method"],ObjectTypeCallProperty:["value"],ObjectTypeIndexer:["id","key","value","variance"],ObjectTypeProperty:["key","value","variance"],ObjectTypeSpreadProperty:["argument"],OpaqueType:["id","typeParameters","supertype","impltype"],QualifiedTypeIdentifier:["id","qualification"],StringLiteralTypeAnnotation:[],StringTypeAnnotation:[],SymbolTypeAnnotation:[],ThisTypeAnnotation:[],TupleTypeAnnotation:["types"],TypeofTypeAnnotation:["argument"],TypeAlias:["id","typeParameters","right"],TypeAnnotation:["typeAnnotation"],TypeCastExpression:["expression","typeAnnotation"],TypeParameter:["bound","default","variance"],TypeParameterDeclaration:["params"],TypeParameterInstantiation:["params"],UnionTypeAnnotation:["types"],Variance:[],VoidTypeAnnotation:[],EnumDeclaration:["id","body"],EnumBooleanBody:["members"],EnumNumberBody:["members"],EnumStringBody:["members"],EnumSymbolBody:["members"],EnumBooleanMember:["id","init"],EnumNumberMember:["id","init"],EnumStringMember:["id","init"],EnumDefaultedMember:["id"],IndexedAccessType:["objectType","indexType"],OptionalIndexedAccessType:["objectType","indexType"],JSXAttribute:["name","value"],JSXClosingElement:["name"],JSXElement:["openingElement","children","closingElement"],JSXEmptyExpression:[],JSXExpressionContainer:["expression"],JSXSpreadChild:["expression"],JSXIdentifier:[],JSXMemberExpression:["object","property"],JSXNamespacedName:["namespace","name"],JSXOpeningElement:["name","attributes","typeParameters"],JSXSpreadAttribute:["argument"],JSXText:[],JSXFragment:["openingFragment","children","closingFragment"],JSXOpeningFragment:[],JSXClosingFragment:[],Noop:[],Placeholder:[],V8IntrinsicIdentifier:[],ArgumentPlaceholder:[],BindExpression:["object","callee"],ImportAttribute:["key","value"],Decorator:["expression"],DoExpression:["body"],ExportDefaultSpecifier:["exported"],RecordExpression:["properties"],TupleExpression:["elements"],DecimalLiteral:[],ModuleExpression:["body"],TopicReference:[],PipelineTopicExpression:["expression"],PipelineBareFunction:["callee"],PipelinePrimaryTopicReference:[],TSParameterProperty:["parameter","decorators"],TSDeclareFunction:["id","typeParameters","params","returnType","body"],TSDeclareMethod:["decorators","key","typeParameters","params","returnType"],TSQualifiedName:["left","right"],TSCallSignatureDeclaration:["typeParameters","parameters","typeAnnotation","params","returnType"],TSConstructSignatureDeclaration:["typeParameters","parameters","typeAnnotation","params","returnType"],TSPropertySignature:["key","typeAnnotation","initializer"],TSMethodSignature:["key","typeParameters","parameters","typeAnnotation","params","returnType"],TSIndexSignature:["parameters","typeAnnotation"],TSAnyKeyword:[],TSBooleanKeyword:[],TSBigIntKeyword:[],TSIntrinsicKeyword:[],TSNeverKeyword:[],TSNullKeyword:[],TSNumberKeyword:[],TSObjectKeyword:[],TSStringKeyword:[],TSSymbolKeyword:[],TSUndefinedKeyword:[],TSUnknownKeyword:[],TSVoidKeyword:[],TSThisType:[],TSFunctionType:["typeParameters","parameters","typeAnnotation","params","returnType"],TSConstructorType:["typeParameters","parameters","typeAnnotation","params","returnType"],TSTypeReference:["typeName","typeParameters"],TSTypePredicate:["parameterName","typeAnnotation"],TSTypeQuery:["exprName","typeParameters"],TSTypeLiteral:["members"],TSArrayType:["elementType"],TSTupleType:["elementTypes"],TSOptionalType:["typeAnnotation"],TSRestType:["typeAnnotation"],TSNamedTupleMember:["label","elementType"],TSUnionType:["types"],TSIntersectionType:["types"],TSConditionalType:["checkType","extendsType","trueType","falseType"],TSInferType:["typeParameter"],TSParenthesizedType:["typeAnnotation"],TSTypeOperator:["typeAnnotation"],TSIndexedAccessType:["objectType","indexType"],TSMappedType:["typeParameter","typeAnnotation","nameType"],TSLiteralType:["literal"],TSExpressionWithTypeArguments:["expression","typeParameters"],TSInterfaceDeclaration:["id","typeParameters","extends","body"],TSInterfaceBody:["body"],TSTypeAliasDeclaration:["id","typeParameters","typeAnnotation"],TSInstantiationExpression:["expression","typeParameters"],TSAsExpression:["expression","typeAnnotation"],TSTypeAssertion:["typeAnnotation","expression"],TSEnumDeclaration:["id","members","modifiers"],TSEnumMember:["id","initializer"],TSModuleDeclaration:["id","body","modifiers"],TSModuleBlock:["body"],TSImportType:["argument","qualifier","typeParameters","parameter"],TSImportEqualsDeclaration:["id","moduleReference"],TSExternalModuleReference:["expression"],TSNonNullExpression:["expression"],TSExportAssignment:["expression"],TSNamespaceExportDeclaration:["id"],TSTypeAnnotation:["typeAnnotation"],TSTypeParameterInstantiation:["params"],TSTypeParameterDeclaration:["params"],TSTypeParameter:["constraint","default","name"],ChainExpression:["expression"],ExperimentalRestProperty:["argument"],ExperimentalSpreadProperty:["argument"],ImportExpression:["source","attributes"],Literal:[],MethodDefinition:["decorators","key","value","typeParameters"],PrivateIdentifier:[],Property:["key","value","decorators"],PropertyDefinition:["decorators","key","typeAnnotation","value","variance"],TSAbstractKeyword:[],TSAbstractMethodDefinition:["key","value","decorators"],TSAbstractPropertyDefinition:["decorators","key","typeAnnotation"],TSAsyncKeyword:[],TSClassImplements:["expression","typeParameters"],TSDeclareKeyword:[],TSEmptyBodyFunctionExpression:["id","typeParameters","params","returnType"],TSExportKeyword:[],TSInterfaceHeritage:["expression","typeParameters"],TSPrivateKeyword:[],TSProtectedKeyword:[],TSPublicKeyword:[],TSReadonlyKeyword:[],TSStaticKeyword:[],TSTemplateLiteralType:["quasis","types"],BigIntLiteralTypeAnnotation:[],NGRoot:["node"],NGPipeExpression:["left","right","arguments"],NGChainedExpression:["expressions"],NGEmptyExpression:[],NGMicrosyntax:["body"],NGMicrosyntaxKey:[],NGMicrosyntaxExpression:["expression","alias"],NGMicrosyntaxKeyedExpression:["key","expression"],NGMicrosyntaxLet:["key","value"],NGMicrosyntaxAs:["key","alias"],JsExpressionRoot:["node"],JsonRoot:["node"],SpreadProperty:["argument"],TSJSDocAllType:[],TSJSDocUnknownType:[],TSJSDocNullableType:["typeAnnotation"],TSJSDocNonNullableType:["typeAnnotation"],BigIntTypeAnnotation:[],QualifiedTypeofIdentifier:["id","qualification"]};var xv=Um(zm),Km=xv;function Cf(e,t){if(!(e!==null&&typeof e=="object"))return e;if(Array.isArray(e)){for(let _=0;_<e.length;_++)e[_]=Cf(e[_],t);return e}let a=Km(e);for(let _=0;_<a.length;_++)e[a[_]]=Cf(e[a[_]],t);return t(e)||e}var Ju=Cf;ge();ge();function Sv(e,t){let{start:a,end:_}=e.loc;throw xp(t,{loc:{start:{line:a.line,column:a.column+1},end:{line:_.line,column:_.column+1}}})}var Kl=Sv;function Dv(e){for(;e&&e.kind!==305;)e=e.parent;return e}function Ev(e){let{illegalDecorators:t}=e;if(!Ru(t))return;let[{expression:a}]=t,_=Dv(a),[d,x]=[a.pos,a.end].map($=>{let{line:Y,character:w}=_.getLineAndCharacterOfPosition($);return{line:Y+1,column:w}});Kl({loc:{start:d,end:x}},"Decorators are not valid here.")}function Cv(e,t){e.kind!==167||e.modifiers&&!e.modifiers.some(d=>d.kind===126)||e.initializer&&t.value===null&&Kl(t,"Abstract property cannot have an initializer")}function Wm(e,t){let{esTreeNodeToTSNodeMap:a,tsNodeToESTreeNodeMap:_}=t.tsParseResult;Ju(e,d=>{let x=a.get(d);if(!x)return;let $=_.get(x);$===d&&(Ev(x),Cv(x,$))})}function wv(e,t){if(t.parser==="typescript"&&/@|abstract/.test(t.originalText)&&Wm(e,t),t.parser!=="typescript"&&t.parser!=="flow"&&t.parser!=="acorn"&&t.parser!=="espree"&&t.parser!=="meriyah"){let _=new Set;e=Ju(e,d=>{d.leadingComments&&d.leadingComments.some(qm)&&_.add(Oa(d))}),e=Ju(e,d=>{if(d.type==="ParenthesizedExpression"){let{expression:x}=d;if(x.type==="TypeCastExpression")return x.range=d.range,x;let $=Oa(d);if(!_.has($))return x.extra={...x.extra,parenthesized:!0},x}})}if(e=Ju(e,_=>{switch(_.type){case"ChainExpression":return Dp(_.expression);case"LogicalExpression":if(Hm(_))return wf(_);break;case"VariableDeclaration":{let d=Sp(!1,_.declarations,-1);d&&d.init&&a(_,d);break}case"TSParenthesizedType":return Bm(_.typeAnnotation)||_.typeAnnotation.type==="TSThisType"||(_.typeAnnotation.range=[Oa(_),ro(_)]),_.typeAnnotation;case"TSTypeParameter":if(typeof _.name=="string"){let d=Oa(_);_.name={type:"Identifier",name:_.name,range:[d,d+_.name.length]}}break;case"ObjectExpression":if(t.parser==="typescript"){let d=_.properties.find(x=>x.type==="Property"&&x.value.type==="TSEmptyBodyFunctionExpression");d&&Kl(d.value,"Unexpected token.")}break;case"SequenceExpression":{let d=Sp(!1,_.expressions,-1);_.range=[Oa(_),Math.min(ro(d),ro(_))];break}case"TopicReference":t.__isUsingHackPipeline=!0;break;case"ExportAllDeclaration":{let{exported:d}=_;if(t.parser==="meriyah"&&d&&d.type==="Identifier"){let x=t.originalText.slice(Oa(d),ro(d));(x.startsWith('"')||x.startsWith("'"))&&(_.exported={..._.exported,type:"Literal",value:_.exported.name,raw:x})}break}}}),Ru(e.comments)){let _=Sp(!1,e.comments,-1);for(let d=e.comments.length-2;d>=0;d--){let x=e.comments[d];ro(x)===Oa(_)&&ql(x)&&ql(_)&&Df(x)&&Df(_)&&(e.comments.splice(d+1,1),x.value+="*//*"+_.value,x.range=[Oa(x),ro(_)]),_=x}}return e;function a(_,d){t.originalText[ro(d)]!==";"&&(_.range=[Oa(_),ro(d)])}}function Dp(e){switch(e.type){case"CallExpression":e.type="OptionalCallExpression",e.callee=Dp(e.callee);break;case"MemberExpression":e.type="OptionalMemberExpression",e.object=Dp(e.object);break;case"TSNonNullExpression":e.expression=Dp(e.expression);break}return e}function Hm(e){return e.type==="LogicalExpression"&&e.right.type==="LogicalExpression"&&e.operator===e.right.operator}function wf(e){return Hm(e)?wf({type:"LogicalExpression",operator:e.operator,left:wf({type:"LogicalExpression",operator:e.operator,left:e.left,right:e.right.left,range:[Oa(e.left),ro(e.right.left)]}),right:e.right.right,range:[Oa(e),ro(e)]}):e}var Gm=wv;var k0={loc:!0,range:!0,comment:!0,jsx:!0,tokens:!0,loggerFn:!1,project:[]};function X3(e){let{message:t,lineNumber:a,column:_}=e;return typeof a!="number"?e:xp(t,{loc:{start:{line:a,column:_+1}},cause:e})}async function $3(e,t={}){let a=jm(e),_=V3(e),{parseWithNodeMaps:d}=await Promise.resolve().then(()=>wm(A0(),1)),{result:x,error:$}=Am(()=>d(a,{...k0,jsx:_}),()=>d(a,{...k0,jsx:!_}));if(!x)throw X3($);return t.originalText=e,t.tsParseResult=x,Gm(x.ast,t)}function V3(e){return new RegExp(["(?:^[^\"'`]*</)","|","(?:^[^/]{2}.*/>)"].join(""),"m").test(e)}var Q3={parsers:{typescript:Fm($3)}},rk=Q3;export{rk as default};
|